diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index 8ca842c0..78fe9f8f 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -67,7 +67,7 @@ jobs: run: dart pub get --no-example - name: Run tests run: dart test -p ${{ matrix.test-platform }} -c ${{ matrix.compiler }} - + test-hive_ce_inspector: runs-on: ubuntu-latest defaults: diff --git a/hive/CHANGELOG.md b/hive/CHANGELOG.md index 43c975b4..6f81b234 100644 --- a/hive/CHANGELOG.md +++ b/hive/CHANGELOG.md @@ -1,3 +1,7 @@ +## 2.19.0 + +- Adds box search to the inspector (by [@ElNgatia](https://github.com/ElNgatia) in [#280](https://github.com/IO-Design-Team/hive_ce/pull/280)) + ## 2.18.0 - Fixes an issue with IsolatedHive encryption diff --git a/hive/publish.sh b/hive/bundle.sh similarity index 88% rename from hive/publish.sh rename to hive/bundle.sh index 8f49d7f8..633c4dab 100755 --- a/hive/publish.sh +++ b/hive/bundle.sh @@ -6,6 +6,3 @@ flutter build web --wasm rm -rf ../hive/extension/devtools/build cp -r build/web ../hive/extension/devtools/build dart run devtools_extensions validate --package=../hive - -cd ../hive -dart pub publish \ No newline at end of file diff --git a/hive/example/lib/inspector_example.dart b/hive/example/lib/inspector_example.dart index 991fd5c0..0ad3dd5e 100644 --- a/hive/example/lib/inspector_example.dart +++ b/hive/example/lib/inspector_example.dart @@ -11,7 +11,6 @@ void main() async { await IsolatedHive.init(path); IsolatedHive.registerAdapters(); - final box1 = await Hive.openBox('testBox'); final box2 = await Hive.openBox('testBox2'); final john = Person(name: 'John', age: 30); @@ -44,8 +43,26 @@ void main() async { await box5.put(i, john); } + bump(); + toggleBoxRegistration(); +} + +void bump() async { + final box1 = await Hive.openBox('testBox'); while (true) { await Future.delayed(const Duration(seconds: 1)); + print('bump'); await box1.add('bump'); } } + +void toggleBoxRegistration() async { + while (true) { + final box = await Hive.openBox('tempBox'); + print('tempBox opened'); + await Future.delayed(const Duration(seconds: 5)); + await box.close(); + print('tempBox closed'); + await Future.delayed(const Duration(seconds: 5)); + } +} diff --git a/hive/extension/devtools/build/.last_build_id b/hive/extension/devtools/build/.last_build_id index 8cc0442b..fcbab371 100644 --- a/hive/extension/devtools/build/.last_build_id +++ b/hive/extension/devtools/build/.last_build_id @@ -1 +1 @@ -3f93e10864db74dbf142dffa8eb3f1ff \ No newline at end of file +42fe707381859b0d612636acd639dfe3 \ No newline at end of file diff --git a/hive/extension/devtools/build/assets/AssetManifest.json b/hive/extension/devtools/build/assets/AssetManifest.json deleted file mode 100644 index b07dde2c..00000000 --- a/hive/extension/devtools/build/assets/AssetManifest.json +++ /dev/null @@ -1 +0,0 @@ -{"packages/devtools_app_shared/fonts/Roboto/Roboto-Black.ttf":["packages/devtools_app_shared/fonts/Roboto/Roboto-Black.ttf"],"packages/devtools_app_shared/fonts/Roboto/Roboto-Bold.ttf":["packages/devtools_app_shared/fonts/Roboto/Roboto-Bold.ttf"],"packages/devtools_app_shared/fonts/Roboto/Roboto-Light.ttf":["packages/devtools_app_shared/fonts/Roboto/Roboto-Light.ttf"],"packages/devtools_app_shared/fonts/Roboto/Roboto-Medium.ttf":["packages/devtools_app_shared/fonts/Roboto/Roboto-Medium.ttf"],"packages/devtools_app_shared/fonts/Roboto/Roboto-Regular.ttf":["packages/devtools_app_shared/fonts/Roboto/Roboto-Regular.ttf"],"packages/devtools_app_shared/fonts/Roboto/Roboto-Thin.ttf":["packages/devtools_app_shared/fonts/Roboto/Roboto-Thin.ttf"],"packages/devtools_app_shared/fonts/Roboto_Mono/RobotoMono-Bold.ttf":["packages/devtools_app_shared/fonts/Roboto_Mono/RobotoMono-Bold.ttf"],"packages/devtools_app_shared/fonts/Roboto_Mono/RobotoMono-Light.ttf":["packages/devtools_app_shared/fonts/Roboto_Mono/RobotoMono-Light.ttf"],"packages/devtools_app_shared/fonts/Roboto_Mono/RobotoMono-Medium.ttf":["packages/devtools_app_shared/fonts/Roboto_Mono/RobotoMono-Medium.ttf"],"packages/devtools_app_shared/fonts/Roboto_Mono/RobotoMono-Regular.ttf":["packages/devtools_app_shared/fonts/Roboto_Mono/RobotoMono-Regular.ttf"],"packages/devtools_app_shared/fonts/Roboto_Mono/RobotoMono-Thin.ttf":["packages/devtools_app_shared/fonts/Roboto_Mono/RobotoMono-Thin.ttf"]} \ No newline at end of file diff --git a/hive/extension/devtools/build/assets/NOTICES b/hive/extension/devtools/build/assets/NOTICES index 91b3ac12..8dd78e21 100644 --- a/hive/extension/devtools/build/assets/NOTICES +++ b/hive/extension/devtools/build/assets/NOTICES @@ -32,448 +32,384 @@ OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. -------------------------------------------------------------------------------- abseil-cpp -Apache License -Version 2.0, January 2004 -https://www.apache.org/licenses/ -TERMS AND CONDITIONS FOR USE, REPRODUCTION, AND DISTRIBUTION + Apache License + Version 2.0, January 2004 + https://www.apache.org/licenses/ -1. Definitions. + TERMS AND CONDITIONS FOR USE, REPRODUCTION, AND DISTRIBUTION - "License" shall mean the terms and conditions for use, reproduction, - and distribution as defined by Sections 1 through 9 of this document. + 1. Definitions. - "Licensor" shall mean the copyright owner or entity authorized by - the copyright owner that is granting the License. + "License" shall mean the terms and conditions for use, reproduction, + and distribution as defined by Sections 1 through 9 of this document. - "Legal Entity" shall mean the union of the acting entity and all - other entities that control, are controlled by, or are under common - control with that entity. For the purposes of this definition, - "control" means (i) the power, direct or indirect, to cause the - direction or management of such entity, whether by contract or - otherwise, or (ii) ownership of fifty percent (50%) or more of the - outstanding shares, or (iii) beneficial ownership of such entity. + "Licensor" shall mean the copyright owner or entity authorized by + the copyright owner that is granting the License. - "You" (or "Your") shall mean an individual or Legal Entity - exercising permissions granted by this License. + "Legal Entity" shall mean the union of the acting entity and all + other entities that control, are controlled by, or are under common + control with that entity. For the purposes of this definition, + "control" means (i) the power, direct or indirect, to cause the + direction or management of such entity, whether by contract or + otherwise, or (ii) ownership of fifty percent (50%) or more of the + outstanding shares, or (iii) beneficial ownership of such entity. - "Source" form shall mean the preferred form for making modifications, - including but not limited to software source code, documentation - source, and configuration files. + "You" (or "Your") shall mean an individual or Legal Entity + exercising permissions granted by this License. - "Object" form shall mean any form resulting from mechanical - transformation or translation of a Source form, including but - not limited to compiled object code, generated documentation, - and conversions to other media types. + "Source" form shall mean the preferred form for making modifications, + including but not limited to software source code, documentation + source, and configuration files. - "Work" shall mean the work of authorship, whether in Source or - Object form, made available under the License, as indicated by a - copyright notice that is included in or attached to the work - (an example is provided in the Appendix below). + "Object" form shall mean any form resulting from mechanical + transformation or translation of a Source form, including but + not limited to compiled object code, generated documentation, + and conversions to other media types. - "Derivative Works" shall mean any work, whether in Source or Object - form, that is based on (or derived from) the Work and for which the - editorial revisions, annotations, elaborations, or other modifications - represent, as a whole, an original work of authorship. For the purposes - of this License, Derivative Works shall not include works that remain - separable from, or merely link (or bind by name) to the interfaces of, - the Work and Derivative Works thereof. + "Work" shall mean the work of authorship, whether in Source or + Object form, made available under the License, as indicated by a + copyright notice that is included in or attached to the work + (an example is provided in the Appendix below). - "Contribution" shall mean any work of authorship, including - the original version of the Work and any modifications or additions - to that Work or Derivative Works thereof, that is intentionally - submitted to Licensor for inclusion in the Work by the copyright owner - or by an individual or Legal Entity authorized to submit on behalf of - the copyright owner. For the purposes of this definition, "submitted" - means any form of electronic, verbal, or written communication sent - to the Licensor or its representatives, including but not limited to - communication on electronic mailing lists, source code control systems, - and issue tracking systems that are managed by, or on behalf of, the - Licensor for the purpose of discussing and improving the Work, but - excluding communication that is conspicuously marked or otherwise - designated in writing by the copyright owner as "Not a Contribution." + "Derivative Works" shall mean any work, whether in Source or Object + form, that is based on (or derived from) the Work and for which the + editorial revisions, annotations, elaborations, or other modifications + represent, as a whole, an original work of authorship. For the purposes + of this License, Derivative Works shall not include works that remain + separable from, or merely link (or bind by name) to the interfaces of, + the Work and Derivative Works thereof. - "Contributor" shall mean Licensor and any individual or Legal Entity - on behalf of whom a Contribution has been received by Licensor and - subsequently incorporated within the Work. + "Contribution" shall mean any work of authorship, including + the original version of the Work and any modifications or additions + to that Work or Derivative Works thereof, that is intentionally + submitted to Licensor for inclusion in the Work by the copyright owner + or by an individual or Legal Entity authorized to submit on behalf of + the copyright owner. For the purposes of this definition, "submitted" + means any form of electronic, verbal, or written communication sent + to the Licensor or its representatives, including but not limited to + communication on electronic mailing lists, source code control systems, + and issue tracking systems that are managed by, or on behalf of, the + Licensor for the purpose of discussing and improving the Work, but + excluding communication that is conspicuously marked or otherwise + designated in writing by the copyright owner as "Not a Contribution." -2. Grant of Copyright License. Subject to the terms and conditions of - this License, each Contributor hereby grants to You a perpetual, - worldwide, non-exclusive, no-charge, royalty-free, irrevocable - copyright license to reproduce, prepare Derivative Works of, - publicly display, publicly perform, sublicense, and distribute the - Work and such Derivative Works in Source or Object form. + "Contributor" shall mean Licensor and any individual or Legal Entity + on behalf of whom a Contribution has been received by Licensor and + subsequently incorporated within the Work. -3. Grant of Patent License. Subject to the terms and conditions of - this License, each Contributor hereby grants to You a perpetual, - worldwide, non-exclusive, no-charge, royalty-free, irrevocable - (except as stated in this section) patent license to make, have made, - use, offer to sell, sell, import, and otherwise transfer the Work, - where such license applies only to those patent claims licensable - by such Contributor that are necessarily infringed by their - Contribution(s) alone or by combination of their Contribution(s) - with the Work to which such Contribution(s) was submitted. If You - institute patent litigation against any entity (including a - cross-claim or counterclaim in a lawsuit) alleging that the Work - or a Contribution incorporated within the Work constitutes direct - or contributory patent infringement, then any patent licenses - granted to You under this License for that Work shall terminate - as of the date such litigation is filed. + 2. Grant of Copyright License. Subject to the terms and conditions of + this License, each Contributor hereby grants to You a perpetual, + worldwide, non-exclusive, no-charge, royalty-free, irrevocable + copyright license to reproduce, prepare Derivative Works of, + publicly display, publicly perform, sublicense, and distribute the + Work and such Derivative Works in Source or Object form. -4. Redistribution. You may reproduce and distribute copies of the - Work or Derivative Works thereof in any medium, with or without - modifications, and in Source or Object form, provided that You - meet the following conditions: + 3. Grant of Patent License. Subject to the terms and conditions of + this License, each Contributor hereby grants to You a perpetual, + worldwide, non-exclusive, no-charge, royalty-free, irrevocable + (except as stated in this section) patent license to make, have made, + use, offer to sell, sell, import, and otherwise transfer the Work, + where such license applies only to those patent claims licensable + by such Contributor that are necessarily infringed by their + Contribution(s) alone or by combination of their Contribution(s) + with the Work to which such Contribution(s) was submitted. If You + institute patent litigation against any entity (including a + cross-claim or counterclaim in a lawsuit) alleging that the Work + or a Contribution incorporated within the Work constitutes direct + or contributory patent infringement, then any patent licenses + granted to You under this License for that Work shall terminate + as of the date such litigation is filed. - (a) You must give any other recipients of the Work or - Derivative Works a copy of this License; and + 4. Redistribution. You may reproduce and distribute copies of the + Work or Derivative Works thereof in any medium, with or without + modifications, and in Source or Object form, provided that You + meet the following conditions: - (b) You must cause any modified files to carry prominent notices - stating that You changed the files; and + (a) You must give any other recipients of the Work or + Derivative Works a copy of this License; and - (c) You must retain, in the Source form of any Derivative Works - that You distribute, all copyright, patent, trademark, and - attribution notices from the Source form of the Work, - excluding those notices that do not pertain to any part of - the Derivative Works; and + (b) You must cause any modified files to carry prominent notices + stating that You changed the files; and - (d) If the Work includes a "NOTICE" text file as part of its - distribution, then any Derivative Works that You distribute must - include a readable copy of the attribution notices contained - within such NOTICE file, excluding those notices that do not - pertain to any part of the Derivative Works, in at least one - of the following places: within a NOTICE text file distributed - as part of the Derivative Works; within the Source form or - documentation, if provided along with the Derivative Works; or, - within a display generated by the Derivative Works, if and - wherever such third-party notices normally appear. The contents - of the NOTICE file are for informational purposes only and - do not modify the License. You may add Your own attribution - notices within Derivative Works that You distribute, alongside - or as an addendum to the NOTICE text from the Work, provided - that such additional attribution notices cannot be construed - as modifying the License. + (c) You must retain, in the Source form of any Derivative Works + that You distribute, all copyright, patent, trademark, and + attribution notices from the Source form of the Work, + excluding those notices that do not pertain to any part of + the Derivative Works; and - You may add Your own copyright statement to Your modifications and - may provide additional or different license terms and conditions - for use, reproduction, or distribution of Your modifications, or - for any such Derivative Works as a whole, provided Your use, - reproduction, and distribution of the Work otherwise complies with - the conditions stated in this License. + (d) If the Work includes a "NOTICE" text file as part of its + distribution, then any Derivative Works that You distribute must + include a readable copy of the attribution notices contained + within such NOTICE file, excluding those notices that do not + pertain to any part of the Derivative Works, in at least one + of the following places: within a NOTICE text file distributed + as part of the Derivative Works; within the Source form or + documentation, if provided along with the Derivative Works; or, + within a display generated by the Derivative Works, if and + wherever such third-party notices normally appear. The contents + of the NOTICE file are for informational purposes only and + do not modify the License. You may add Your own attribution + notices within Derivative Works that You distribute, alongside + or as an addendum to the NOTICE text from the Work, provided + that such additional attribution notices cannot be construed + as modifying the License. -5. Submission of Contributions. Unless You explicitly state otherwise, - any Contribution intentionally submitted for inclusion in the Work - by You to the Licensor shall be under the terms and conditions of - this License, without any additional terms or conditions. - Notwithstanding the above, nothing herein shall supersede or modify - the terms of any separate license agreement you may have executed - with Licensor regarding such Contributions. + You may add Your own copyright statement to Your modifications and + may provide additional or different license terms and conditions + for use, reproduction, or distribution of Your modifications, or + for any such Derivative Works as a whole, provided Your use, + reproduction, and distribution of the Work otherwise complies with + the conditions stated in this License. -6. Trademarks. This License does not grant permission to use the trade - names, trademarks, service marks, or product names of the Licensor, - except as required for reasonable and customary use in describing the - origin of the Work and reproducing the content of the NOTICE file. + 5. Submission of Contributions. Unless You explicitly state otherwise, + any Contribution intentionally submitted for inclusion in the Work + by You to the Licensor shall be under the terms and conditions of + this License, without any additional terms or conditions. + Notwithstanding the above, nothing herein shall supersede or modify + the terms of any separate license agreement you may have executed + with Licensor regarding such Contributions. -7. Disclaimer of Warranty. Unless required by applicable law or - agreed to in writing, Licensor provides the Work (and each - Contributor provides its Contributions) on an "AS IS" BASIS, - WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or - implied, including, without limitation, any warranties or conditions - of TITLE, NON-INFRINGEMENT, MERCHANTABILITY, or FITNESS FOR A - PARTICULAR PURPOSE. You are solely responsible for determining the - appropriateness of using or redistributing the Work and assume any - risks associated with Your exercise of permissions under this License. + 6. Trademarks. This License does not grant permission to use the trade + names, trademarks, service marks, or product names of the Licensor, + except as required for reasonable and customary use in describing the + origin of the Work and reproducing the content of the NOTICE file. -8. Limitation of Liability. In no event and under no legal theory, - whether in tort (including negligence), contract, or otherwise, - unless required by applicable law (such as deliberate and grossly - negligent acts) or agreed to in writing, shall any Contributor be - liable to You for damages, including any direct, indirect, special, - incidental, or consequential damages of any character arising as a - result of this License or out of the use or inability to use the - Work (including but not limited to damages for loss of goodwill, - work stoppage, computer failure or malfunction, or any and all - other commercial damages or losses), even if such Contributor - has been advised of the possibility of such damages. + 7. Disclaimer of Warranty. Unless required by applicable law or + agreed to in writing, Licensor provides the Work (and each + Contributor provides its Contributions) on an "AS IS" BASIS, + WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or + implied, including, without limitation, any warranties or conditions + of TITLE, NON-INFRINGEMENT, MERCHANTABILITY, or FITNESS FOR A + PARTICULAR PURPOSE. You are solely responsible for determining the + appropriateness of using or redistributing the Work and assume any + risks associated with Your exercise of permissions under this License. -9. Accepting Warranty or Additional Liability. While redistributing - the Work or Derivative Works thereof, You may choose to offer, - and charge a fee for, acceptance of support, warranty, indemnity, - or other liability obligations and/or rights consistent with this - License. However, in accepting such obligations, You may act only - on Your own behalf and on Your sole responsibility, not on behalf - of any other Contributor, and only if You agree to indemnify, - defend, and hold each Contributor harmless for any liability - incurred by, or claims asserted against, such Contributor by reason - of your accepting any such warranty or additional liability. + 8. Limitation of Liability. In no event and under no legal theory, + whether in tort (including negligence), contract, or otherwise, + unless required by applicable law (such as deliberate and grossly + negligent acts) or agreed to in writing, shall any Contributor be + liable to You for damages, including any direct, indirect, special, + incidental, or consequential damages of any character arising as a + result of this License or out of the use or inability to use the + Work (including but not limited to damages for loss of goodwill, + work stoppage, computer failure or malfunction, or any and all + other commercial damages or losses), even if such Contributor + has been advised of the possibility of such damages. -END OF TERMS AND CONDITIONS + 9. Accepting Warranty or Additional Liability. While redistributing + the Work or Derivative Works thereof, You may choose to offer, + and charge a fee for, acceptance of support, warranty, indemnity, + or other liability obligations and/or rights consistent with this + License. However, in accepting such obligations, You may act only + on Your own behalf and on Your sole responsibility, not on behalf + of any other Contributor, and only if You agree to indemnify, + defend, and hold each Contributor harmless for any liability + incurred by, or claims asserted against, such Contributor by reason + of your accepting any such warranty or additional liability. -APPENDIX: How to apply the Apache License to your work. + END OF TERMS AND CONDITIONS - To apply the Apache License to your work, attach the following - boilerplate notice, with the fields enclosed by brackets "[]" - replaced with your own identifying information. (Don't include - the brackets!) The text should be enclosed in the appropriate - comment syntax for the file format. We also recommend that a - file or class name and description of purpose be included on the - same "printed page" as the copyright notice for easier - identification within third-party archives. + APPENDIX: How to apply the Apache License to your work. -Copyright [yyyy] [name of copyright owner] + To apply the Apache License to your work, attach the following + boilerplate notice, with the fields enclosed by brackets "[]" + replaced with your own identifying information. (Don't include + the brackets!) The text should be enclosed in the appropriate + comment syntax for the file format. We also recommend that a + file or class name and description of purpose be included on the + same "printed page" as the copyright notice for easier + identification within third-party archives. -Licensed under the Apache License, Version 2.0 (the "License"); -you may not use this file except in compliance with the License. -You may obtain a copy of the License at + Copyright [yyyy] [name of copyright owner] - https://www.apache.org/licenses/LICENSE-2.0 + Licensed under the Apache License, Version 2.0 (the "License"); + you may not use this file except in compliance with the License. + You may obtain a copy of the License at -Unless required by applicable law or agreed to in writing, software -distributed under the License is distributed on an "AS IS" BASIS, -WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -See the License for the specific language governing permissions and -limitations under the License. + https://www.apache.org/licenses/LICENSE-2.0 + + Unless required by applicable law or agreed to in writing, software + distributed under the License is distributed on an "AS IS" BASIS, + WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + See the License for the specific language governing permissions and + limitations under the License. -------------------------------------------------------------------------------- abseil-cpp -angle -boringssl -cpu_features -dart -etc1 -expat -flatbuffers -fuchsia_sdk -glslang -lunarg-vulkantools -perfetto -shaderc -spirv-cross -swiftshader -vulkan -vulkan-headers -vulkan-utility-libraries -vulkan-validation-layers -wuffs -Apache License -Version 2.0, January 2004 -http://www.apache.org/licenses/ +Copyright 2020 The Chromium Authors +Use of this source code is governed by a BSD-style license that can be +found in the LICENSE file. +-------------------------------------------------------------------------------- +accessibility -TERMS AND CONDITIONS FOR USE, REPRODUCTION, AND DISTRIBUTION +Copyright (c) 2009 The Chromium Authors. All rights reserved. +Use of this source code is governed by a BSD-style license that can be +found in the LICENSE file. +-------------------------------------------------------------------------------- +accessibility -1. Definitions. +Copyright (c) 2010 The Chromium Authors. All rights reserved. +Use of this source code is governed by a BSD-style license that can be +found in the LICENSE file. +-------------------------------------------------------------------------------- +accessibility - "License" shall mean the terms and conditions for use, reproduction, - and distribution as defined by Sections 1 through 9 of this document. +Copyright 2015 The Chromium Authors. All rights reserved. - "Licensor" shall mean the copyright owner or entity authorized by - the copyright owner that is granting the License. +Redistribution and use in source and binary forms, with or without +modification, are permitted provided that the following conditions are +met: - "Legal Entity" shall mean the union of the acting entity and all - other entities that control, are controlled by, or are under common - control with that entity. For the purposes of this definition, - "control" means (i) the power, direct or indirect, to cause the - direction or management of such entity, whether by contract or - otherwise, or (ii) ownership of fifty percent (50%) or more of the - outstanding shares, or (iii) beneficial ownership of such entity. + * Redistributions of source code must retain the above copyright +notice, this list of conditions and the following disclaimer. + * Redistributions in binary form must reproduce the above +copyright notice, this list of conditions and the following disclaimer +in the documentation and/or other materials provided with the +distribution. + * Neither the name of Google Inc. nor the names of its +contributors may be used to endorse or promote products derived from +this software without specific prior written permission. - "You" (or "Your") shall mean an individual or Legal Entity - exercising permissions granted by this License. +THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS +"AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT +LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR +A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT +OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, +SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT +LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, +DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY +THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT +(INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE +OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. +-------------------------------------------------------------------------------- +accessibility +angle +dart - "Source" form shall mean the preferred form for making modifications, - including but not limited to software source code, documentation - source, and configuration files. +Copyright (c) 2011 The Chromium Authors. All rights reserved. +Use of this source code is governed by a BSD-style license that can be +found in the LICENSE file. +-------------------------------------------------------------------------------- +accessibility +angle +dart +skia - "Object" form shall mean any form resulting from mechanical - transformation or translation of a Source form, including but - not limited to compiled object code, generated documentation, - and conversions to other media types. +Copyright (c) 2013 The Chromium Authors. All rights reserved. +Use of this source code is governed by a BSD-style license that can be +found in the LICENSE file. +-------------------------------------------------------------------------------- +accessibility +angle +dart +skia - "Work" shall mean the work of authorship, whether in Source or - Object form, made available under the License, as indicated by a - copyright notice that is included in or attached to the work - (an example is provided in the Appendix below). +Copyright 2014 The Chromium Authors. All rights reserved. +Use of this source code is governed by a BSD-style license that can be +found in the LICENSE file. +-------------------------------------------------------------------------------- +accessibility +angle +perfetto +skia - "Derivative Works" shall mean any work, whether in Source or Object - form, that is based on (or derived from) the Work and for which the - editorial revisions, annotations, elaborations, or other modifications - represent, as a whole, an original work of authorship. For the purposes - of this License, Derivative Works shall not include works that remain - separable from, or merely link (or bind by name) to the interfaces of, - the Work and Derivative Works thereof. +Copyright 2020 The Chromium Authors. All rights reserved. +Use of this source code is governed by a BSD-style license that can be +found in the LICENSE file. +-------------------------------------------------------------------------------- +accessibility +angle +skia - "Contribution" shall mean any work of authorship, including - the original version of the Work and any modifications or additions - to that Work or Derivative Works thereof, that is intentionally - submitted to Licensor for inclusion in the Work by the copyright owner - or by an individual or Legal Entity authorized to submit on behalf of - the copyright owner. For the purposes of this definition, "submitted" - means any form of electronic, verbal, or written communication sent - to the Licensor or its representatives, including but not limited to - communication on electronic mailing lists, source code control systems, - and issue tracking systems that are managed by, or on behalf of, the - Licensor for the purpose of discussing and improving the Work, but - excluding communication that is conspicuously marked or otherwise - designated in writing by the copyright owner as "Not a Contribution." +Copyright 2017 The Chromium Authors. All rights reserved. +Use of this source code is governed by a BSD-style license that can be +found in the LICENSE file. +-------------------------------------------------------------------------------- +accessibility +angle +skia - "Contributor" shall mean Licensor and any individual or Legal Entity - on behalf of whom a Contribution has been received by Licensor and - subsequently incorporated within the Work. +Copyright 2018 The Chromium Authors. All rights reserved. +Use of this source code is governed by a BSD-style license that can be +found in the LICENSE file. +-------------------------------------------------------------------------------- +accessibility +brotli +icu +skia -2. Grant of Copyright License. Subject to the terms and conditions of - this License, each Contributor hereby grants to You a perpetual, - worldwide, non-exclusive, no-charge, royalty-free, irrevocable - copyright license to reproduce, prepare Derivative Works of, - publicly display, publicly perform, sublicense, and distribute the - Work and such Derivative Works in Source or Object form. +Copyright 2015 The Chromium Authors. All rights reserved. +Use of this source code is governed by a BSD-style license that can be +found in the LICENSE file. +-------------------------------------------------------------------------------- +accessibility +dart +flutter +icu +skia -3. Grant of Patent License. Subject to the terms and conditions of - this License, each Contributor hereby grants to You a perpetual, - worldwide, non-exclusive, no-charge, royalty-free, irrevocable - (except as stated in this section) patent license to make, have made, - use, offer to sell, sell, import, and otherwise transfer the Work, - where such license applies only to those patent claims licensable - by such Contributor that are necessarily infringed by their - Contribution(s) alone or by combination of their Contribution(s) - with the Work to which such Contribution(s) was submitted. If You - institute patent litigation against any entity (including a - cross-claim or counterclaim in a lawsuit) alleging that the Work - or a Contribution incorporated within the Work constitutes direct - or contributory patent infringement, then any patent licenses - granted to You under this License for that Work shall terminate - as of the date such litigation is filed. +Copyright (c) 2012 The Chromium Authors. All rights reserved. +Use of this source code is governed by a BSD-style license that can be +found in the LICENSE file. +-------------------------------------------------------------------------------- +accessibility +dart +flutter +spring_animation +tonic +web_test_fonts -4. Redistribution. You may reproduce and distribute copies of the - Work or Derivative Works thereof in any medium, with or without - modifications, and in Source or Object form, provided that You - meet the following conditions: - - (a) You must give any other recipients of the Work or - Derivative Works a copy of this License; and - - (b) You must cause any modified files to carry prominent notices - stating that You changed the files; and - - (c) You must retain, in the Source form of any Derivative Works - that You distribute, all copyright, patent, trademark, and - attribution notices from the Source form of the Work, - excluding those notices that do not pertain to any part of - the Derivative Works; and - - (d) If the Work includes a "NOTICE" text file as part of its - distribution, then any Derivative Works that You distribute must - include a readable copy of the attribution notices contained - within such NOTICE file, excluding those notices that do not - pertain to any part of the Derivative Works, in at least one - of the following places: within a NOTICE text file distributed - as part of the Derivative Works; within the Source form or - documentation, if provided along with the Derivative Works; or, - within a display generated by the Derivative Works, if and - wherever such third-party notices normally appear. The contents - of the NOTICE file are for informational purposes only and - do not modify the License. You may add Your own attribution - notices within Derivative Works that You distribute, alongside - or as an addendum to the NOTICE text from the Work, provided - that such additional attribution notices cannot be construed - as modifying the License. - - You may add Your own copyright statement to Your modifications and - may provide additional or different license terms and conditions - for use, reproduction, or distribution of Your modifications, or - for any such Derivative Works as a whole, provided Your use, - reproduction, and distribution of the Work otherwise complies with - the conditions stated in this License. - -5. Submission of Contributions. Unless You explicitly state otherwise, - any Contribution intentionally submitted for inclusion in the Work - by You to the Licensor shall be under the terms and conditions of - this License, without any additional terms or conditions. - Notwithstanding the above, nothing herein shall supersede or modify - the terms of any separate license agreement you may have executed - with Licensor regarding such Contributions. - -6. Trademarks. This License does not grant permission to use the trade - names, trademarks, service marks, or product names of the Licensor, - except as required for reasonable and customary use in describing the - origin of the Work and reproducing the content of the NOTICE file. - -7. Disclaimer of Warranty. Unless required by applicable law or - agreed to in writing, Licensor provides the Work (and each - Contributor provides its Contributions) on an "AS IS" BASIS, - WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or - implied, including, without limitation, any warranties or conditions - of TITLE, NON-INFRINGEMENT, MERCHANTABILITY, or FITNESS FOR A - PARTICULAR PURPOSE. You are solely responsible for determining the - appropriateness of using or redistributing the Work and assume any - risks associated with Your exercise of permissions under this License. - -8. Limitation of Liability. In no event and under no legal theory, - whether in tort (including negligence), contract, or otherwise, - unless required by applicable law (such as deliberate and grossly - negligent acts) or agreed to in writing, shall any Contributor be - liable to You for damages, including any direct, indirect, special, - incidental, or consequential damages of any character arising as a - result of this License or out of the use or inability to use the - Work (including but not limited to damages for loss of goodwill, - work stoppage, computer failure or malfunction, or any and all - other commercial damages or losses), even if such Contributor - has been advised of the possibility of such damages. - -9. Accepting Warranty or Additional Liability. While redistributing - the Work or Derivative Works thereof, You may choose to offer, - and charge a fee for, acceptance of support, warranty, indemnity, - or other liability obligations and/or rights consistent with this - License. However, in accepting such obligations, You may act only - on Your own behalf and on Your sole responsibility, not on behalf - of any other Contributor, and only if You agree to indemnify, - defend, and hold each Contributor harmless for any liability - incurred by, or claims asserted against, such Contributor by reason - of your accepting any such warranty or additional liability. - -END OF TERMS AND CONDITIONS - -APPENDIX: How to apply the Apache License to your work. - - To apply the Apache License to your work, attach the following - boilerplate notice, with the fields enclosed by brackets "[]" - replaced with your own identifying information. (Don't include - the brackets!) The text should be enclosed in the appropriate - comment syntax for the file format. We also recommend that a - file or class name and description of purpose be included on the - same "printed page" as the copyright notice for easier - identification within third-party archives. - -Copyright [yyyy] [name of copyright owner] +Copyright 2013 The Flutter Authors. All rights reserved. +Use of this source code is governed by a BSD-style license that can be +found in the LICENSE file. +-------------------------------------------------------------------------------- +accessibility +dart +skia -Licensed under the Apache License, Version 2.0 (the "License"); -you may not use this file except in compliance with the License. -You may obtain a copy of the License at +Copyright 2019 The Chromium Authors. All rights reserved. +Use of this source code is governed by a BSD-style license that can be +found in the LICENSE file. +-------------------------------------------------------------------------------- +accessibility +icu +skia - http://www.apache.org/licenses/LICENSE-2.0 +Copyright 2016 The Chromium Authors. All rights reserved. +Use of this source code is governed by a BSD-style license that can be +found in the LICENSE file. +-------------------------------------------------------------------------------- +accessibility +skia -Unless required by applicable law or agreed to in writing, software -distributed under the License is distributed on an "AS IS" BASIS, -WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -See the License for the specific language governing permissions and -limitations under the License. +Copyright (c) 2014 The Chromium Authors. All rights reserved. +Use of this source code is governed by a BSD-style license that can be +found in the LICENSE file. -------------------------------------------------------------------------------- accessibility +skia -Copyright (c) 2009 The Chromium Authors. All rights reserved. +Copyright 2013 The Chromium Authors. All rights reserved. +Use of this source code is governed by a BSD-style license that can be +found in the LICENSE file. +-------------------------------------------------------------------------------- +analysis_server_plugin + +Copyright 2024, the Dart project authors. Redistribution and use in source and binary forms, with or without modification, are permitted provided that the following conditions are met: - - * Redistributions of source code must retain the above copyright -notice, this list of conditions and the following disclaimer. - * Redistributions in binary form must reproduce the above -copyright notice, this list of conditions and the following disclaimer -in the documentation and/or other materials provided with the -distribution. - * Neither the name of Google Inc. nor the names of its -contributors may be used to endorse or promote products derived from -this software without specific prior written permission. + * Redistributions of source code must retain the above copyright + notice, this list of conditions and the following disclaimer. + * Redistributions in binary form must reproduce the above + copyright notice, this list of conditions and the following + disclaimer in the documentation and/or other materials provided + with the distribution. + * Neither the name of Google LLC nor the names of its + contributors may be used to endorse or promote products derived + from this software without specific prior written permission. THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT @@ -486,24 +422,25 @@ DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. + -------------------------------------------------------------------------------- -accessibility +analyzer -Copyright (c) 2010 The Chromium Authors. All rights reserved. +Copyright 2013, the Dart project authors. Redistribution and use in source and binary forms, with or without modification, are permitted provided that the following conditions are met: - * Redistributions of source code must retain the above copyright -notice, this list of conditions and the following disclaimer. - * Redistributions in binary form must reproduce the above -copyright notice, this list of conditions and the following disclaimer -in the documentation and/or other materials provided with the -distribution. - * Neither the name of Google Inc. nor the names of its -contributors may be used to endorse or promote products derived from -this software without specific prior written permission. + * Redistributions of source code must retain the above copyright + notice, this list of conditions and the following disclaimer. + * Redistributions in binary form must reproduce the above + copyright notice, this list of conditions and the following + disclaimer in the documentation and/or other materials provided + with the distribution. + * Neither the name of Google LLC nor the names of its + contributors may be used to endorse or promote products derived + from this software without specific prior written permission. THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT @@ -516,24 +453,25 @@ DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. + -------------------------------------------------------------------------------- -accessibility +analyzer_plugin -Copyright (c) 2012 The Chromium Authors. All rights reserved. +Copyright 2017, the Dart project authors. Redistribution and use in source and binary forms, with or without modification, are permitted provided that the following conditions are met: - * Redistributions of source code must retain the above copyright -notice, this list of conditions and the following disclaimer. - * Redistributions in binary form must reproduce the above -copyright notice, this list of conditions and the following disclaimer -in the documentation and/or other materials provided with the -distribution. - * Neither the name of Google Inc. nor the names of its -contributors may be used to endorse or promote products derived from -this software without specific prior written permission. + * Redistributions of source code must retain the above copyright + notice, this list of conditions and the following disclaimer. + * Redistributions in binary form must reproduce the above + copyright notice, this list of conditions and the following + disclaimer in the documentation and/or other materials provided + with the distribution. + * Neither the name of Google LLC nor the names of its + contributors may be used to endorse or promote products derived + from this software without specific prior written permission. THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT @@ -546,1279 +484,950 @@ DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. + -------------------------------------------------------------------------------- -accessibility +angle -Copyright (c) 2014 The Chromium Authors. All rights reserved. +// Copyright 2018 The ANGLE Project Authors. +// All rights reserved. +// +// Redistribution and use in source and binary forms, with or without +// modification, are permitted provided that the following conditions +// are met: +// +// Redistributions of source code must retain the above copyright +// notice, this list of conditions and the following disclaimer. +// +// Redistributions in binary form must reproduce the above +// copyright notice, this list of conditions and the following +// disclaimer in the documentation and/or other materials provided +// with the distribution. +// +// Neither the name of TransGaming Inc., Google Inc., 3DLabs Inc. +// Ltd., nor the names of their contributors may be used to endorse +// or promote products derived from this software without specific +// prior written permission. +// +// THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS +// "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT +// LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS +// FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE +// COPYRIGHT OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, +// INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, +// BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; +// LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER +// CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT +// LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN +// ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE +// POSSIBILITY OF SUCH DAMAGE. +-------------------------------------------------------------------------------- +angle -Redistribution and use in source and binary forms, with or without -modification, are permitted provided that the following conditions are -met: +Copyright (c) 2008-2017 The Khronos Group Inc. - * Redistributions of source code must retain the above copyright -notice, this list of conditions and the following disclaimer. - * Redistributions in binary form must reproduce the above -copyright notice, this list of conditions and the following disclaimer -in the documentation and/or other materials provided with the -distribution. - * Neither the name of Google Inc. nor the names of its -contributors may be used to endorse or promote products derived from -this software without specific prior written permission. +Licensed under the Apache License, Version 2.0 (the "License"); +you may not use this file except in compliance with the License. +You may obtain a copy of the License at -THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS -"AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT -LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR -A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT -OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, -SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT -LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, -DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY -THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT -(INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE -OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. + http://www.apache.org/licenses/LICENSE-2.0 + +Unless required by applicable law or agreed to in writing, software +distributed under the License is distributed on an "AS IS" BASIS, +WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +See the License for the specific language governing permissions and +limitations under the License. -------------------------------------------------------------------------------- -accessibility +angle -Copyright 2013 The Chromium Authors. All rights reserved. +Copyright (c) 2008-2020 The Khronos Group Inc. -Redistribution and use in source and binary forms, with or without -modification, are permitted provided that the following conditions are -met: +Licensed under the Apache License, Version 2.0 (the "License"); +you may not use this file except in compliance with the License. +You may obtain a copy of the License at - * Redistributions of source code must retain the above copyright -notice, this list of conditions and the following disclaimer. - * Redistributions in binary form must reproduce the above -copyright notice, this list of conditions and the following disclaimer -in the documentation and/or other materials provided with the -distribution. - * Neither the name of Google Inc. nor the names of its -contributors may be used to endorse or promote products derived from -this software without specific prior written permission. + http://www.apache.org/licenses/LICENSE-2.0 -THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS -"AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT -LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR -A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT -OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, -SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT -LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, -DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY -THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT -(INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE -OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. +Unless required by applicable law or agreed to in writing, software +distributed under the License is distributed on an "AS IS" BASIS, +WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +See the License for the specific language governing permissions and +limitations under the License. -------------------------------------------------------------------------------- -accessibility +angle -Copyright 2016 The Chromium Authors. All rights reserved. +Copyright (c) 2008-2021 The Khronos Group Inc. -Redistribution and use in source and binary forms, with or without -modification, are permitted provided that the following conditions are -met: +Licensed under the Apache License, Version 2.0 (the "License"); +you may not use this file except in compliance with the License. +You may obtain a copy of the License at - * Redistributions of source code must retain the above copyright -notice, this list of conditions and the following disclaimer. - * Redistributions in binary form must reproduce the above -copyright notice, this list of conditions and the following disclaimer -in the documentation and/or other materials provided with the -distribution. - * Neither the name of Google Inc. nor the names of its -contributors may be used to endorse or promote products derived from -this software without specific prior written permission. + http://www.apache.org/licenses/LICENSE-2.0 -THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS -"AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT -LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR -A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT -OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, -SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT -LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, -DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY -THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT -(INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE -OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. +Unless required by applicable law or agreed to in writing, software +distributed under the License is distributed on an "AS IS" BASIS, +WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +See the License for the specific language governing permissions and +limitations under the License. -------------------------------------------------------------------------------- -accessibility +angle -Copyright 2019 The Chromium Authors. All rights reserved. +Copyright (c) 2013-2017 The Khronos Group Inc. -Redistribution and use in source and binary forms, with or without -modification, are permitted provided that the following conditions are -met: +Permission is hereby granted, free of charge, to any person obtaining a +copy of this software and/or associated documentation files (the +"Materials"), to deal in the Materials without restriction, including +without limitation the rights to use, copy, modify, merge, publish, +distribute, sublicense, and/or sell copies of the Materials, and to +permit persons to whom the Materials are furnished to do so, subject to +the following conditions: - * Redistributions of source code must retain the above copyright -notice, this list of conditions and the following disclaimer. - * Redistributions in binary form must reproduce the above -copyright notice, this list of conditions and the following disclaimer -in the documentation and/or other materials provided with the -distribution. - * Neither the name of Google Inc. nor the names of its -contributors may be used to endorse or promote products derived from -this software without specific prior written permission. +The above copyright notice and this permission notice shall be included +in all copies or substantial portions of the Materials. -THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS -"AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT -LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR -A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT -OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, -SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT -LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, -DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY -THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT -(INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE -OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. +THE MATERIALS ARE PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, +EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF +MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. +IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY +CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, +TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE +MATERIALS OR THE USE OR OTHER DEALINGS IN THE MATERIALS. -------------------------------------------------------------------------------- -accessibility +angle -Copyright 2020 The Chromium Authors. All rights reserved. +Copyright (c) 2013-2018 The Khronos Group Inc. -Redistribution and use in source and binary forms, with or without -modification, are permitted provided that the following conditions are -met: +Permission is hereby granted, free of charge, to any person obtaining a +copy of this software and/or associated documentation files (the +"Materials"), to deal in the Materials without restriction, including +without limitation the rights to use, copy, modify, merge, publish, +distribute, sublicense, and/or sell copies of the Materials, and to +permit persons to whom the Materials are furnished to do so, subject to +the following conditions: - * Redistributions of source code must retain the above copyright -notice, this list of conditions and the following disclaimer. - * Redistributions in binary form must reproduce the above -copyright notice, this list of conditions and the following disclaimer -in the documentation and/or other materials provided with the -distribution. - * Neither the name of Google Inc. nor the names of its -contributors may be used to endorse or promote products derived from -this software without specific prior written permission. +The above copyright notice and this permission notice shall be included +in all copies or substantial portions of the Materials. -THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS -"AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT -LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR -A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT -OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, -SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT -LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, -DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY -THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT -(INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE -OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. +THE MATERIALS ARE PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, +EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF +MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. +IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY +CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, +TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE +MATERIALS OR THE USE OR OTHER DEALINGS IN THE MATERIALS. -------------------------------------------------------------------------------- -accessibility angle -Copyright (c) 2011 The Chromium Authors. All rights reserved. +Copyright (c) 2017 The Khronos Group Inc. -Redistribution and use in source and binary forms, with or without -modification, are permitted provided that the following conditions are -met: +Licensed under the Apache License, Version 2.0 (the "License"); +you may not use this file except in compliance with the License. +You may obtain a copy of the License at - * Redistributions of source code must retain the above copyright -notice, this list of conditions and the following disclaimer. - * Redistributions in binary form must reproduce the above -copyright notice, this list of conditions and the following disclaimer -in the documentation and/or other materials provided with the -distribution. - * Neither the name of Google Inc. nor the names of its -contributors may be used to endorse or promote products derived from -this software without specific prior written permission. + http://www.apache.org/licenses/LICENSE-2.0 -THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS -"AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT -LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR -A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT -OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, -SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT -LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, -DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY -THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT -(INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE -OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. +Unless required by applicable law or agreed to in writing, software +distributed under the License is distributed on an "AS IS" BASIS, +WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +See the License for the specific language governing permissions and +limitations under the License. -------------------------------------------------------------------------------- -accessibility angle -Copyright (c) 2013 The Chromium Authors. All rights reserved. +Copyright (c) 2018-2020 The Khronos Group Inc. -Redistribution and use in source and binary forms, with or without -modification, are permitted provided that the following conditions are -met: +Licensed under the Apache License, Version 2.0 (the "License"); +you may not use this file except in compliance with the License. +You may obtain a copy of the License at - * Redistributions of source code must retain the above copyright -notice, this list of conditions and the following disclaimer. - * Redistributions in binary form must reproduce the above -copyright notice, this list of conditions and the following disclaimer -in the documentation and/or other materials provided with the -distribution. - * Neither the name of Google Inc. nor the names of its -contributors may be used to endorse or promote products derived from -this software without specific prior written permission. + http://www.apache.org/licenses/LICENSE-2.0 -THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS -"AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT -LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR -A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT -OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, -SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT -LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, -DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY -THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT -(INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE -OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. +Unless required by applicable law or agreed to in writing, software +distributed under the License is distributed on an "AS IS" BASIS, +WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +See the License for the specific language governing permissions and +limitations under the License. -------------------------------------------------------------------------------- -accessibility angle -Copyright 2017 The Chromium Authors. All rights reserved. +Copyright (c) 2019-2020 The Khronos Group Inc. -Redistribution and use in source and binary forms, with or without -modification, are permitted provided that the following conditions are -met: +Licensed under the Apache License, Version 2.0 (the "License"); +you may not use this file except in compliance with the License. +You may obtain a copy of the License at - * Redistributions of source code must retain the above copyright -notice, this list of conditions and the following disclaimer. - * Redistributions in binary form must reproduce the above -copyright notice, this list of conditions and the following disclaimer -in the documentation and/or other materials provided with the -distribution. - * Neither the name of Google Inc. nor the names of its -contributors may be used to endorse or promote products derived from -this software without specific prior written permission. + http://www.apache.org/licenses/LICENSE-2.0 -THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS -"AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT -LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR -A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT -OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, -SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT -LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, -DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY -THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT -(INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE -OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. +Unless required by applicable law or agreed to in writing, software +distributed under the License is distributed on an "AS IS" BASIS, +WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +See the License for the specific language governing permissions and +limitations under the License. -------------------------------------------------------------------------------- -accessibility angle -icu -Copyright 2014 The Chromium Authors. All rights reserved. +Copyright (c) 2020 The ANGLE Project Authors. All rights reserved. +Use of this source code is governed by a BSD-style license that can be +found in the LICENSE file. +-------------------------------------------------------------------------------- +angle -Redistribution and use in source and binary forms, with or without -modification, are permitted provided that the following conditions are -met: +Copyright 2002 The ANGLE Project Authors. All rights reserved. +Use of this source code is governed by a BSD-style license that can be +found in the LICENSE file. +-------------------------------------------------------------------------------- +angle - * Redistributions of source code must retain the above copyright -notice, this list of conditions and the following disclaimer. - * Redistributions in binary form must reproduce the above -copyright notice, this list of conditions and the following disclaimer -in the documentation and/or other materials provided with the -distribution. - * Neither the name of Google Inc. nor the names of its -contributors may be used to endorse or promote products derived from -this software without specific prior written permission. - -THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS -"AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT -LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR -A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT -OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, -SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT -LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, -DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY -THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT -(INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE -OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. +Copyright 2007-2020 The Khronos Group Inc. +SPDX-License-Identifier: Apache-2.0 -------------------------------------------------------------------------------- -accessibility angle -skia -Copyright 2018 The Chromium Authors. All rights reserved. +Copyright 2010 The ANGLE Project Authors. All rights reserved. +Use of this source code is governed by a BSD-style license that can be +found in the LICENSE file. +-------------------------------------------------------------------------------- +angle -Redistribution and use in source and binary forms, with or without -modification, are permitted provided that the following conditions are -met: +Copyright 2011 The ANGLE Project Authors. All rights reserved. +Use of this source code is governed by a BSD-style license that can be +found in the LICENSE file. +-------------------------------------------------------------------------------- +angle - * Redistributions of source code must retain the above copyright -notice, this list of conditions and the following disclaimer. - * Redistributions in binary form must reproduce the above -copyright notice, this list of conditions and the following disclaimer -in the documentation and/or other materials provided with the -distribution. - * Neither the name of Google Inc. nor the names of its -contributors may be used to endorse or promote products derived from -this software without specific prior written permission. +Copyright 2012 The ANGLE Project Authors. All rights reserved. +Use of this source code is governed by a BSD-style license that can be +found in the LICENSE file. +-------------------------------------------------------------------------------- +angle -THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS -"AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT -LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR -A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT -OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, -SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT -LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, -DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY -THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT -(INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE -OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. +Copyright 2013 The ANGLE Project Authors. All rights reserved. +Use of this source code is governed by a BSD-style license that can be +found in the LICENSE file. -------------------------------------------------------------------------------- -accessibility -brotli -skia +angle -Copyright 2015 The Chromium Authors. All rights reserved. +Copyright 2013-2020 The Khronos Group Inc. +SPDX-License-Identifier: Apache-2.0 +-------------------------------------------------------------------------------- +angle -Redistribution and use in source and binary forms, with or without -modification, are permitted provided that the following conditions are -met: +Copyright 2014 The ANGLE Project Authors. All rights reserved. +Use of this source code is governed by a BSD-style license that can be +found in the LICENSE file. +-------------------------------------------------------------------------------- +angle - * Redistributions of source code must retain the above copyright -notice, this list of conditions and the following disclaimer. - * Redistributions in binary form must reproduce the above -copyright notice, this list of conditions and the following disclaimer -in the documentation and/or other materials provided with the -distribution. - * Neither the name of Google Inc. nor the names of its -contributors may be used to endorse or promote products derived from -this software without specific prior written permission. +Copyright 2015 Google Inc. All rights reserved. +Use of this source code is governed by a BSD-style license that can be +found in the LICENSE file. +-------------------------------------------------------------------------------- +angle -THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS -"AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT -LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR -A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT -OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, -SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT -LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, -DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY -THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT -(INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE -OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. +Copyright 2015 The ANGLE Project Authors. All rights reserved. +Use of this source code is governed by a BSD-style license that can be +found in the LICENSE file. -------------------------------------------------------------------------------- -accessibility -engine -spring_animation -tonic -url_launcher_web -web_test_fonts -web_unicode +angle -Copyright 2013 The Flutter Authors. All rights reserved. +Copyright 2016 The ANGLE Project Authors. All rights reserved. +Use of this source code is governed by a BSD-style license that can be +found in the LICENSE file. +-------------------------------------------------------------------------------- +angle -Redistribution and use in source and binary forms, with or without modification, -are permitted provided that the following conditions are met: +Copyright 2017 The ANGLE Project Authors. All rights reserved. +Use of this source code is governed by a BSD-style license that can be +found in the LICENSE file. +-------------------------------------------------------------------------------- +angle - * Redistributions of source code must retain the above copyright - notice, this list of conditions and the following disclaimer. - * Redistributions in binary form must reproduce the above - copyright notice, this list of conditions and the following - disclaimer in the documentation and/or other materials provided - with the distribution. - * Neither the name of Google Inc. nor the names of its - contributors may be used to endorse or promote products derived - from this software without specific prior written permission. +Copyright 2017-2020 The Khronos Group Inc. +SPDX-License-Identifier: Apache-2.0 +-------------------------------------------------------------------------------- +angle -THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" AND -ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED -WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE -DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT OWNER OR CONTRIBUTORS BE LIABLE FOR -ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES -(INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; -LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON -ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT -(INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS -SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. +Copyright 2018 The ANGLE Project Authors. All rights reserved. + Use of this source code is governed by a BSD-style license that can be + found in the LICENSE file. -------------------------------------------------------------------------------- -analyzer +angle -Copyright 2013, the Dart project authors. +Copyright 2018 The ANGLE Project Authors. All rights reserved. +Use of this source code is governed by a BSD-style license that can be +found in the LICENSE file. +-------------------------------------------------------------------------------- +angle -Redistribution and use in source and binary forms, with or without -modification, are permitted provided that the following conditions are -met: +Copyright 2019 The ANGLE Project Authors. All rights reserved. + Use of this source code is governed by a BSD-style license that can be + found in the LICENSE file. +-------------------------------------------------------------------------------- +angle - * Redistributions of source code must retain the above copyright - notice, this list of conditions and the following disclaimer. - * Redistributions in binary form must reproduce the above - copyright notice, this list of conditions and the following - disclaimer in the documentation and/or other materials provided - with the distribution. - * Neither the name of Google LLC nor the names of its - contributors may be used to endorse or promote products derived - from this software without specific prior written permission. +Copyright 2019 The ANGLE Project. All rights reserved. +Use of this source code is governed by a BSD-style license that can be +found in the LICENSE file. +-------------------------------------------------------------------------------- +angle -THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS -"AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT -LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR -A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT -OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, -SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT -LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, -DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY -THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT -(INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE -OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. +Copyright 2019 The ANGLE project authors. All Rights Reserved. +Use of this source code is governed by a BSD-style license +that can be found in the LICENSE file -------------------------------------------------------------------------------- -analyzer_plugin +angle -Copyright 2017, the Dart project authors. +Copyright 2019 The Android Open Source Project -Redistribution and use in source and binary forms, with or without -modification, are permitted provided that the following conditions are -met: +Licensed under the Apache License, Version 2.0 (the "License"); +you may not use this file except in compliance with the License. +You may obtain a copy of the License at - * Redistributions of source code must retain the above copyright - notice, this list of conditions and the following disclaimer. - * Redistributions in binary form must reproduce the above - copyright notice, this list of conditions and the following - disclaimer in the documentation and/or other materials provided - with the distribution. - * Neither the name of Google LLC nor the names of its - contributors may be used to endorse or promote products derived - from this software without specific prior written permission. + http://www.apache.org/licenses/LICENSE-2.0 -THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS -"AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT -LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR -A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT -OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, -SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT -LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, -DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY -THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT -(INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE -OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. +Unless required by applicable law or agreed to in writing, software +distributed under the License is distributed on an "AS IS" BASIS, +WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +See the License for the specific language governing permissions and +limitations under the License. +-------------------------------------------------------------------------------- +angle +Copyright 2019 The Fuchsia Authors. All rights reserved. +Use of this source code is governed by a BSD-style license that can be +found in the LICENSE file. -------------------------------------------------------------------------------- angle -Copyright (c) 2008-2018 The Khronos Group Inc. +Copyright 2020 The ANGLE Project Authors. All rights reserved. +Use of this source code is governed by a BSD-style license that can be +found in the LICENSE file. +-------------------------------------------------------------------------------- +angle -Permission is hereby granted, free of charge, to any person obtaining a -copy of this software and/or associated documentation files (the -"Materials"), to deal in the Materials without restriction, including -without limitation the rights to use, copy, modify, merge, publish, -distribute, sublicense, and/or sell copies of the Materials, and to -permit persons to whom the Materials are furnished to do so, subject to -the following conditions: +Copyright 2020 The ANGLE Project. All rights reserved. +Use of this source code is governed by a BSD-style license that can be +found in the LICENSE file. +-------------------------------------------------------------------------------- +angle -The above copyright notice and this permission notice shall be included -in all copies or substantial portions of the Materials. +Copyright 2021 The ANGLE Project Authors. All rights reserved. +Use of this source code is governed by a BSD-style license that can be +found in the LICENSE file. +-------------------------------------------------------------------------------- +angle -THE MATERIALS ARE PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, -EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF -MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. -IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY -CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, -TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE -MATERIALS OR THE USE OR OTHER DEALINGS IN THE MATERIALS. +Copyright 2021 The ANGLE Project. All rights reserved. +Use of this source code is governed by a BSD-style license that can be +found in the LICENSE file. -------------------------------------------------------------------------------- angle -Copyright (c) 2013-2017 The Khronos Group Inc. +Copyright 2021-2022 The ANGLE Project Authors. All rights reserved. +Use of this source code is governed by a BSD-style license that can be +found in the LICENSE file. +-------------------------------------------------------------------------------- +angle -Permission is hereby granted, free of charge, to any person obtaining a -copy of this software and/or associated documentation files (the -"Materials"), to deal in the Materials without restriction, including -without limitation the rights to use, copy, modify, merge, publish, -distribute, sublicense, and/or sell copies of the Materials, and to -permit persons to whom the Materials are furnished to do so, subject to -the following conditions: +Copyright 2022 The ANGLE Project Authors. All rights reserved. + Use of this source code is governed by a BSD-style license that can be + found in the LICENSE file. +-------------------------------------------------------------------------------- +angle -The above copyright notice and this permission notice shall be included -in all copies or substantial portions of the Materials. +Copyright 2022 The ANGLE Project Authors. All rights reserved. +Use of this source code is governed by a BSD-style license that can be +found in the LICENSE file. +-------------------------------------------------------------------------------- +angle -THE MATERIALS ARE PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, -EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF -MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. -IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY -CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, -TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE -MATERIALS OR THE USE OR OTHER DEALINGS IN THE MATERIALS. +Copyright 2023 The ANGLE Project Authors. All rights reserved. +Use of this source code is governed by a BSD-style license that can be +found in the LICENSE file. -------------------------------------------------------------------------------- angle -Copyright (c) 2013-2018 The Khronos Group Inc. +Copyright The ANGLE Project Authors. All rights reserved. + Use of this source code is governed by a BSD-style license that can be + found in the LICENSE file. +-------------------------------------------------------------------------------- +angle -Permission is hereby granted, free of charge, to any person obtaining a -copy of this software and/or associated documentation files (the -"Materials"), to deal in the Materials without restriction, including -without limitation the rights to use, copy, modify, merge, publish, -distribute, sublicense, and/or sell copies of the Materials, and to -permit persons to whom the Materials are furnished to do so, subject to -the following conditions: - -The above copyright notice and this permission notice shall be included -in all copies or substantial portions of the Materials. - -THE MATERIALS ARE PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, -EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF -MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. -IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY -CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, -TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE -MATERIALS OR THE USE OR OTHER DEALINGS IN THE MATERIALS. +Copyright The ANGLE Project Authors. All rights reserved. +Use of this source code is governed by a BSD-style license that can be +found in the LICENSE file. -------------------------------------------------------------------------------- angle +boringssl +clock +cpu_features +flatbuffers +gtest-parallel +spirv-cross +spirv-tools +swiftshader +vulkan-headers +vulkan-tools +vulkan-utility-libraries +wuffs +wycheproof_testvectors +yapf -Copyright (c) 2020 The ANGLE Project Authors. All rights reserved. -Redistribution and use in source and binary forms, with or without -modification, are permitted provided that the following conditions -are met: + Apache License + Version 2.0, January 2004 + http://www.apache.org/licenses/ - Redistributions of source code must retain the above copyright - notice, this list of conditions and the following disclaimer. + TERMS AND CONDITIONS FOR USE, REPRODUCTION, AND DISTRIBUTION - Redistributions in binary form must reproduce the above - copyright notice, this list of conditions and the following - disclaimer in the documentation and/or other materials provided - with the distribution. + 1. Definitions. - Neither the name of TransGaming Inc., Google Inc., 3DLabs Inc. - Ltd., nor the names of their contributors may be used to endorse - or promote products derived from this software without specific - prior written permission. + "License" shall mean the terms and conditions for use, reproduction, + and distribution as defined by Sections 1 through 9 of this document. -THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS -"AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT -LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS -FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE -COPYRIGHT OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, -INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, -BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; -LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER -CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT -LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN -ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE -POSSIBILITY OF SUCH DAMAGE. --------------------------------------------------------------------------------- -angle + "Licensor" shall mean the copyright owner or entity authorized by + the copyright owner that is granting the License. -Copyright 2002 The ANGLE Project Authors. All rights reserved. + "Legal Entity" shall mean the union of the acting entity and all + other entities that control, are controlled by, or are under common + control with that entity. For the purposes of this definition, + "control" means (i) the power, direct or indirect, to cause the + direction or management of such entity, whether by contract or + otherwise, or (ii) ownership of fifty percent (50%) or more of the + outstanding shares, or (iii) beneficial ownership of such entity. -Redistribution and use in source and binary forms, with or without -modification, are permitted provided that the following conditions -are met: + "You" (or "Your") shall mean an individual or Legal Entity + exercising permissions granted by this License. - Redistributions of source code must retain the above copyright - notice, this list of conditions and the following disclaimer. + "Source" form shall mean the preferred form for making modifications, + including but not limited to software source code, documentation + source, and configuration files. - Redistributions in binary form must reproduce the above - copyright notice, this list of conditions and the following - disclaimer in the documentation and/or other materials provided - with the distribution. + "Object" form shall mean any form resulting from mechanical + transformation or translation of a Source form, including but + not limited to compiled object code, generated documentation, + and conversions to other media types. - Neither the name of TransGaming Inc., Google Inc., 3DLabs Inc. - Ltd., nor the names of their contributors may be used to endorse - or promote products derived from this software without specific - prior written permission. + "Work" shall mean the work of authorship, whether in Source or + Object form, made available under the License, as indicated by a + copyright notice that is included in or attached to the work + (an example is provided in the Appendix below). -THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS -"AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT -LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS -FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE -COPYRIGHT OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, -INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, -BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; -LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER -CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT -LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN -ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE -POSSIBILITY OF SUCH DAMAGE. --------------------------------------------------------------------------------- -angle + "Derivative Works" shall mean any work, whether in Source or Object + form, that is based on (or derived from) the Work and for which the + editorial revisions, annotations, elaborations, or other modifications + represent, as a whole, an original work of authorship. For the purposes + of this License, Derivative Works shall not include works that remain + separable from, or merely link (or bind by name) to the interfaces of, + the Work and Derivative Works thereof. -Copyright 2010 The ANGLE Project Authors. All rights reserved. + "Contribution" shall mean any work of authorship, including + the original version of the Work and any modifications or additions + to that Work or Derivative Works thereof, that is intentionally + submitted to Licensor for inclusion in the Work by the copyright owner + or by an individual or Legal Entity authorized to submit on behalf of + the copyright owner. For the purposes of this definition, "submitted" + means any form of electronic, verbal, or written communication sent + to the Licensor or its representatives, including but not limited to + communication on electronic mailing lists, source code control systems, + and issue tracking systems that are managed by, or on behalf of, the + Licensor for the purpose of discussing and improving the Work, but + excluding communication that is conspicuously marked or otherwise + designated in writing by the copyright owner as "Not a Contribution." -Redistribution and use in source and binary forms, with or without -modification, are permitted provided that the following conditions -are met: + "Contributor" shall mean Licensor and any individual or Legal Entity + on behalf of whom a Contribution has been received by Licensor and + subsequently incorporated within the Work. - Redistributions of source code must retain the above copyright - notice, this list of conditions and the following disclaimer. + 2. Grant of Copyright License. Subject to the terms and conditions of + this License, each Contributor hereby grants to You a perpetual, + worldwide, non-exclusive, no-charge, royalty-free, irrevocable + copyright license to reproduce, prepare Derivative Works of, + publicly display, publicly perform, sublicense, and distribute the + Work and such Derivative Works in Source or Object form. - Redistributions in binary form must reproduce the above - copyright notice, this list of conditions and the following - disclaimer in the documentation and/or other materials provided - with the distribution. + 3. Grant of Patent License. Subject to the terms and conditions of + this License, each Contributor hereby grants to You a perpetual, + worldwide, non-exclusive, no-charge, royalty-free, irrevocable + (except as stated in this section) patent license to make, have made, + use, offer to sell, sell, import, and otherwise transfer the Work, + where such license applies only to those patent claims licensable + by such Contributor that are necessarily infringed by their + Contribution(s) alone or by combination of their Contribution(s) + with the Work to which such Contribution(s) was submitted. If You + institute patent litigation against any entity (including a + cross-claim or counterclaim in a lawsuit) alleging that the Work + or a Contribution incorporated within the Work constitutes direct + or contributory patent infringement, then any patent licenses + granted to You under this License for that Work shall terminate + as of the date such litigation is filed. - Neither the name of TransGaming Inc., Google Inc., 3DLabs Inc. - Ltd., nor the names of their contributors may be used to endorse - or promote products derived from this software without specific - prior written permission. + 4. Redistribution. You may reproduce and distribute copies of the + Work or Derivative Works thereof in any medium, with or without + modifications, and in Source or Object form, provided that You + meet the following conditions: -THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS -"AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT -LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS -FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE -COPYRIGHT OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, -INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, -BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; -LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER -CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT -LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN -ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE -POSSIBILITY OF SUCH DAMAGE. --------------------------------------------------------------------------------- -angle + (a) You must give any other recipients of the Work or + Derivative Works a copy of this License; and -Copyright 2011 The ANGLE Project Authors. All rights reserved. + (b) You must cause any modified files to carry prominent notices + stating that You changed the files; and -Redistribution and use in source and binary forms, with or without -modification, are permitted provided that the following conditions -are met: + (c) You must retain, in the Source form of any Derivative Works + that You distribute, all copyright, patent, trademark, and + attribution notices from the Source form of the Work, + excluding those notices that do not pertain to any part of + the Derivative Works; and - Redistributions of source code must retain the above copyright - notice, this list of conditions and the following disclaimer. + (d) If the Work includes a "NOTICE" text file as part of its + distribution, then any Derivative Works that You distribute must + include a readable copy of the attribution notices contained + within such NOTICE file, excluding those notices that do not + pertain to any part of the Derivative Works, in at least one + of the following places: within a NOTICE text file distributed + as part of the Derivative Works; within the Source form or + documentation, if provided along with the Derivative Works; or, + within a display generated by the Derivative Works, if and + wherever such third-party notices normally appear. The contents + of the NOTICE file are for informational purposes only and + do not modify the License. You may add Your own attribution + notices within Derivative Works that You distribute, alongside + or as an addendum to the NOTICE text from the Work, provided + that such additional attribution notices cannot be construed + as modifying the License. - Redistributions in binary form must reproduce the above - copyright notice, this list of conditions and the following - disclaimer in the documentation and/or other materials provided - with the distribution. + You may add Your own copyright statement to Your modifications and + may provide additional or different license terms and conditions + for use, reproduction, or distribution of Your modifications, or + for any such Derivative Works as a whole, provided Your use, + reproduction, and distribution of the Work otherwise complies with + the conditions stated in this License. - Neither the name of TransGaming Inc., Google Inc., 3DLabs Inc. - Ltd., nor the names of their contributors may be used to endorse - or promote products derived from this software without specific - prior written permission. + 5. Submission of Contributions. Unless You explicitly state otherwise, + any Contribution intentionally submitted for inclusion in the Work + by You to the Licensor shall be under the terms and conditions of + this License, without any additional terms or conditions. + Notwithstanding the above, nothing herein shall supersede or modify + the terms of any separate license agreement you may have executed + with Licensor regarding such Contributions. -THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS -"AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT -LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS -FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE -COPYRIGHT OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, -INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, -BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; -LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER -CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT -LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN -ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE -POSSIBILITY OF SUCH DAMAGE. --------------------------------------------------------------------------------- -angle + 6. Trademarks. This License does not grant permission to use the trade + names, trademarks, service marks, or product names of the Licensor, + except as required for reasonable and customary use in describing the + origin of the Work and reproducing the content of the NOTICE file. -Copyright 2012 The ANGLE Project Authors. All rights reserved. + 7. Disclaimer of Warranty. Unless required by applicable law or + agreed to in writing, Licensor provides the Work (and each + Contributor provides its Contributions) on an "AS IS" BASIS, + WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or + implied, including, without limitation, any warranties or conditions + of TITLE, NON-INFRINGEMENT, MERCHANTABILITY, or FITNESS FOR A + PARTICULAR PURPOSE. You are solely responsible for determining the + appropriateness of using or redistributing the Work and assume any + risks associated with Your exercise of permissions under this License. -Redistribution and use in source and binary forms, with or without -modification, are permitted provided that the following conditions -are met: + 8. Limitation of Liability. In no event and under no legal theory, + whether in tort (including negligence), contract, or otherwise, + unless required by applicable law (such as deliberate and grossly + negligent acts) or agreed to in writing, shall any Contributor be + liable to You for damages, including any direct, indirect, special, + incidental, or consequential damages of any character arising as a + result of this License or out of the use or inability to use the + Work (including but not limited to damages for loss of goodwill, + work stoppage, computer failure or malfunction, or any and all + other commercial damages or losses), even if such Contributor + has been advised of the possibility of such damages. - Redistributions of source code must retain the above copyright - notice, this list of conditions and the following disclaimer. + 9. Accepting Warranty or Additional Liability. While redistributing + the Work or Derivative Works thereof, You may choose to offer, + and charge a fee for, acceptance of support, warranty, indemnity, + or other liability obligations and/or rights consistent with this + License. However, in accepting such obligations, You may act only + on Your own behalf and on Your sole responsibility, not on behalf + of any other Contributor, and only if You agree to indemnify, + defend, and hold each Contributor harmless for any liability + incurred by, or claims asserted against, such Contributor by reason + of your accepting any such warranty or additional liability. - Redistributions in binary form must reproduce the above - copyright notice, this list of conditions and the following - disclaimer in the documentation and/or other materials provided - with the distribution. - - Neither the name of TransGaming Inc., Google Inc., 3DLabs Inc. - Ltd., nor the names of their contributors may be used to endorse - or promote products derived from this software without specific - prior written permission. - -THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS -"AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT -LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS -FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE -COPYRIGHT OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, -INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, -BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; -LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER -CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT -LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN -ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE -POSSIBILITY OF SUCH DAMAGE. --------------------------------------------------------------------------------- -angle + END OF TERMS AND CONDITIONS -Copyright 2013 The ANGLE Project Authors. All rights reserved. + APPENDIX: How to apply the Apache License to your work. -Redistribution and use in source and binary forms, with or without -modification, are permitted provided that the following conditions -are met: + To apply the Apache License to your work, attach the following + boilerplate notice, with the fields enclosed by brackets "[]" + replaced with your own identifying information. (Don't include + the brackets!) The text should be enclosed in the appropriate + comment syntax for the file format. We also recommend that a + file or class name and description of purpose be included on the + same "printed page" as the copyright notice for easier + identification within third-party archives. - Redistributions of source code must retain the above copyright - notice, this list of conditions and the following disclaimer. + Copyright [yyyy] [name of copyright owner] - Redistributions in binary form must reproduce the above - copyright notice, this list of conditions and the following - disclaimer in the documentation and/or other materials provided - with the distribution. + Licensed under the Apache License, Version 2.0 (the "License"); + you may not use this file except in compliance with the License. + You may obtain a copy of the License at - Neither the name of TransGaming Inc., Google Inc., 3DLabs Inc. - Ltd., nor the names of their contributors may be used to endorse - or promote products derived from this software without specific - prior written permission. + http://www.apache.org/licenses/LICENSE-2.0 -THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS -"AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT -LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS -FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE -COPYRIGHT OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, -INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, -BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; -LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER -CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT -LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN -ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE -POSSIBILITY OF SUCH DAMAGE. + Unless required by applicable law or agreed to in writing, software + distributed under the License is distributed on an "AS IS" BASIS, + WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + See the License for the specific language governing permissions and + limitations under the License. -------------------------------------------------------------------------------- angle +glfw -Copyright 2013-2020 The Khronos Group Inc. +Copyright (c) 2008-2018 The Khronos Group Inc. -Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions: +Permission is hereby granted, free of charge, to any person obtaining a +copy of this software and/or associated documentation files (the +"Materials"), to deal in the Materials without restriction, including +without limitation the rights to use, copy, modify, merge, publish, +distribute, sublicense, and/or sell copies of the Materials, and to +permit persons to whom the Materials are furnished to do so, subject to +the following conditions: -The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software. +The above copyright notice and this permission notice shall be included +in all copies or substantial portions of the Materials. -THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. +THE MATERIALS ARE PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, +EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF +MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. +IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY +CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, +TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE +MATERIALS OR THE USE OR OTHER DEALINGS IN THE MATERIALS. -------------------------------------------------------------------------------- angle +spirv-tools -Copyright 2014 The ANGLE Project Authors. All rights reserved. - -Redistribution and use in source and binary forms, with or without -modification, are permitted provided that the following conditions -are met: - - Redistributions of source code must retain the above copyright - notice, this list of conditions and the following disclaimer. +Copyright (c) 2020 The Khronos Group Inc. - Redistributions in binary form must reproduce the above - copyright notice, this list of conditions and the following - disclaimer in the documentation and/or other materials provided - with the distribution. +Licensed under the Apache License, Version 2.0 (the "License"); +you may not use this file except in compliance with the License. +You may obtain a copy of the License at - Neither the name of TransGaming Inc., Google Inc., 3DLabs Inc. - Ltd., nor the names of their contributors may be used to endorse - or promote products derived from this software without specific - prior written permission. + http://www.apache.org/licenses/LICENSE-2.0 -THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS -"AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT -LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS -FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE -COPYRIGHT OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, -INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, -BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; -LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER -CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT -LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN -ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE -POSSIBILITY OF SUCH DAMAGE. +Unless required by applicable law or agreed to in writing, software +distributed under the License is distributed on an "AS IS" BASIS, +WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +See the License for the specific language governing permissions and +limitations under the License. -------------------------------------------------------------------------------- angle +swiftshader -Copyright 2015 The ANGLE Project Authors. All rights reserved. - -Redistribution and use in source and binary forms, with or without -modification, are permitted provided that the following conditions -are met: - - Redistributions of source code must retain the above copyright - notice, this list of conditions and the following disclaimer. +Copyright 2020 The SwiftShader Authors. All Rights Reserved. - Redistributions in binary form must reproduce the above - copyright notice, this list of conditions and the following - disclaimer in the documentation and/or other materials provided - with the distribution. +Licensed under the Apache License, Version 2.0 (the "License"); +you may not use this file except in compliance with the License. +You may obtain a copy of the License at - Neither the name of TransGaming Inc., Google Inc., 3DLabs Inc. - Ltd., nor the names of their contributors may be used to endorse - or promote products derived from this software without specific - prior written permission. + http://www.apache.org/licenses/LICENSE-2.0 -THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS -"AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT -LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS -FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE -COPYRIGHT OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, -INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, -BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; -LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER -CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT -LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN -ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE -POSSIBILITY OF SUCH DAMAGE. +Unless required by applicable law or agreed to in writing, software +distributed under the License is distributed on an "AS IS" BASIS, +WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +See the License for the specific language governing permissions and +limitations under the License. -------------------------------------------------------------------------------- angle +xxhash -Copyright 2016 The ANGLE Project Authors. All rights reserved. - -Redistribution and use in source and binary forms, with or without -modification, are permitted provided that the following conditions -are met: +Copyright 2019 The ANGLE Project Authors. All rights reserved. +Use of this source code is governed by a BSD-style license that can be +found in the LICENSE file. +-------------------------------------------------------------------------------- +args +logging - Redistributions of source code must retain the above copyright - notice, this list of conditions and the following disclaimer. +Copyright 2013, the Dart project authors. - Redistributions in binary form must reproduce the above - copyright notice, this list of conditions and the following - disclaimer in the documentation and/or other materials provided - with the distribution. +Redistribution and use in source and binary forms, with or without +modification, are permitted provided that the following conditions are +met: - Neither the name of TransGaming Inc., Google Inc., 3DLabs Inc. - Ltd., nor the names of their contributors may be used to endorse - or promote products derived from this software without specific - prior written permission. + * Redistributions of source code must retain the above copyright + notice, this list of conditions and the following disclaimer. + * Redistributions in binary form must reproduce the above + copyright notice, this list of conditions and the following + disclaimer in the documentation and/or other materials provided + with the distribution. + * Neither the name of Google LLC nor the names of its + contributors may be used to endorse or promote products derived + from this software without specific prior written permission. THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT -LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS -FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE -COPYRIGHT OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, -INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, -BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; -LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER -CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT -LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN -ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE -POSSIBILITY OF SUCH DAMAGE. +LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR +A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT +OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, +SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT +LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, +DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY +THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT +(INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE +OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. + -------------------------------------------------------------------------------- -angle +async +collection +mime +stream_channel +typed_data -Copyright 2017 The ANGLE Project Authors. All rights reserved. +Copyright 2015, the Dart project authors. Redistribution and use in source and binary forms, with or without -modification, are permitted provided that the following conditions -are met: - - Redistributions of source code must retain the above copyright - notice, this list of conditions and the following disclaimer. - - Redistributions in binary form must reproduce the above - copyright notice, this list of conditions and the following - disclaimer in the documentation and/or other materials provided - with the distribution. +modification, are permitted provided that the following conditions are +met: - Neither the name of TransGaming Inc., Google Inc., 3DLabs Inc. - Ltd., nor the names of their contributors may be used to endorse - or promote products derived from this software without specific - prior written permission. + * Redistributions of source code must retain the above copyright + notice, this list of conditions and the following disclaimer. + * Redistributions in binary form must reproduce the above + copyright notice, this list of conditions and the following + disclaimer in the documentation and/or other materials provided + with the distribution. + * Neither the name of Google LLC nor the names of its + contributors may be used to endorse or promote products derived + from this software without specific prior written permission. THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT -LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS -FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE -COPYRIGHT OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, -INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, -BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; -LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER -CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT -LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN -ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE -POSSIBILITY OF SUCH DAMAGE. +LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR +A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT +OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, +SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT +LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, +DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY +THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT +(INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE +OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. + -------------------------------------------------------------------------------- -angle +boolean_selector +meta +shelf_packages_handler -Copyright 2018 The ANGLE Project Authors. -All rights reserved. +Copyright 2016, the Dart project authors. Redistribution and use in source and binary forms, with or without -modification, are permitted provided that the following conditions -are met: - - Redistributions of source code must retain the above copyright - notice, this list of conditions and the following disclaimer. - - Redistributions in binary form must reproduce the above - copyright notice, this list of conditions and the following - disclaimer in the documentation and/or other materials provided - with the distribution. +modification, are permitted provided that the following conditions are +met: - Neither the name of TransGaming Inc., Google Inc., 3DLabs Inc. - Ltd., nor the names of their contributors may be used to endorse - or promote products derived from this software without specific - prior written permission. + * Redistributions of source code must retain the above copyright + notice, this list of conditions and the following disclaimer. + * Redistributions in binary form must reproduce the above + copyright notice, this list of conditions and the following + disclaimer in the documentation and/or other materials provided + with the distribution. + * Neither the name of Google LLC nor the names of its + contributors may be used to endorse or promote products derived + from this software without specific prior written permission. THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT -LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS -FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE -COPYRIGHT OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, -INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, -BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; -LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER -CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT -LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN -ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE -POSSIBILITY OF SUCH DAMAGE. --------------------------------------------------------------------------------- -angle - -Copyright 2018 The ANGLE Project Authors. All rights reserved. +LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR +A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT +OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, +SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT +LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, +DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY +THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT +(INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE +OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. -Redistribution and use in source and binary forms, with or without -modification, are permitted provided that the following conditions -are met: +-------------------------------------------------------------------------------- +brotli - Redistributions of source code must retain the above copyright - notice, this list of conditions and the following disclaimer. +Copyright (c) 2009, 2010, 2013-2016 by the Brotli Authors. - Redistributions in binary form must reproduce the above - copyright notice, this list of conditions and the following - disclaimer in the documentation and/or other materials provided - with the distribution. +Permission is hereby granted, free of charge, to any person obtaining a copy +of this software and associated documentation files (the "Software"), to deal +in the Software without restriction, including without limitation the rights +to use, copy, modify, merge, publish, distribute, sublicense, and/or sell +copies of the Software, and to permit persons to whom the Software is +furnished to do so, subject to the following conditions: - Neither the name of TransGaming Inc., Google Inc., 3DLabs Inc. - Ltd., nor the names of their contributors may be used to endorse - or promote products derived from this software without specific - prior written permission. +The above copyright notice and this permission notice shall be included in +all copies or substantial portions of the Software. -THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS -"AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT -LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS -FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE -COPYRIGHT OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, -INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, -BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; -LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER -CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT -LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN -ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE -POSSIBILITY OF SUCH DAMAGE. +THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR +IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, +FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE +AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER +LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, +OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN +THE SOFTWARE. -------------------------------------------------------------------------------- -angle +build +web_socket_channel -Copyright 2019 The ANGLE Project. All rights reserved. +Copyright 2016, the Dart project authors. Redistribution and use in source and binary forms, with or without -modification, are permitted provided that the following conditions -are met: - - Redistributions of source code must retain the above copyright - notice, this list of conditions and the following disclaimer. - - Redistributions in binary form must reproduce the above - copyright notice, this list of conditions and the following - disclaimer in the documentation and/or other materials provided - with the distribution. +modification, are permitted provided that the following conditions are +met: - Neither the name of TransGaming Inc., Google Inc., 3DLabs Inc. - Ltd., nor the names of their contributors may be used to endorse - or promote products derived from this software without specific - prior written permission. + * Redistributions of source code must retain the above copyright + notice, this list of conditions and the following disclaimer. + * Redistributions in binary form must reproduce the above + copyright notice, this list of conditions and the following + disclaimer in the documentation and/or other materials provided + with the distribution. + * Neither the name of Google LLC nor the names of its + contributors may be used to endorse or promote products derived + from this software without specific prior written permission. THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT -LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS -FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE -COPYRIGHT OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, -INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, -BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; -LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER -CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT -LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN -ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE -POSSIBILITY OF SUCH DAMAGE. +LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR +A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT +OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, +SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT +LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, +DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY +THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT +(INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE +OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. + -------------------------------------------------------------------------------- -angle +ceval -Copyright 2020 The ANGLE Project Authors. All rights reserved. -Redistribution and use in source and binary forms, with or without -modification, are permitted provided that the following conditions -are met: - Redistributions of source code must retain the above copyright - notice, this list of conditions and the following disclaimer. +Copyright (c) 2021 e_t - Redistributions in binary form must reproduce the above - copyright notice, this list of conditions and the following - disclaimer in the documentation and/or other materials provided - with the distribution. +Permission is hereby granted, free of charge, to any person obtaining a copy +of this software and associated documentation files (the "Software"), to deal +in the Software without restriction, including without limitation the rights +to use, copy, modify, merge, publish, distribute, sublicense, and/or sell +copies of the Software, and to permit persons to whom the Software is +furnished to do so, subject to the following conditions: - Neither the name of TransGaming Inc., Google Inc., 3DLabs Inc. - Ltd., nor the names of their contributors may be used to endorse - or promote products derived from this software without specific - prior written permission. +The above copyright notice and this permission notice shall be included in all +copies or substantial portions of the Software. -THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS -"AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT -LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS -FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE -COPYRIGHT OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, -INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, -BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; -LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER -CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT -LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN -ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE -POSSIBILITY OF SUCH DAMAGE. +THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR +IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, +FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE +AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER +LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, +OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE +SOFTWARE. -------------------------------------------------------------------------------- -angle +characters +ffi +package_config -Copyright 2020 The ANGLE Project. All rights reserved. +Copyright 2019, the Dart project authors. Redistribution and use in source and binary forms, with or without -modification, are permitted provided that the following conditions -are met: - - Redistributions of source code must retain the above copyright - notice, this list of conditions and the following disclaimer. - - Redistributions in binary form must reproduce the above - copyright notice, this list of conditions and the following - disclaimer in the documentation and/or other materials provided - with the distribution. +modification, are permitted provided that the following conditions are +met: - Neither the name of TransGaming Inc., Google Inc., 3DLabs Inc. - Ltd., nor the names of their contributors may be used to endorse - or promote products derived from this software without specific - prior written permission. + * Redistributions of source code must retain the above copyright + notice, this list of conditions and the following disclaimer. + * Redistributions in binary form must reproduce the above + copyright notice, this list of conditions and the following + disclaimer in the documentation and/or other materials provided + with the distribution. + * Neither the name of Google LLC nor the names of its + contributors may be used to endorse or promote products derived + from this software without specific prior written permission. THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT -LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS -FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE -COPYRIGHT OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, -INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, -BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; -LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER -CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT -LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN -ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE -POSSIBILITY OF SUCH DAMAGE. +LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR +A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT +OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, +SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT +LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, +DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY +THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT +(INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE +OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. + -------------------------------------------------------------------------------- -angle +cli_config +extension_discovery +unified_analytics -Copyright 2021 The ANGLE Project Authors. All rights reserved. +Copyright 2023, the Dart project authors. Redistribution and use in source and binary forms, with or without -modification, are permitted provided that the following conditions -are met: - - Redistributions of source code must retain the above copyright - notice, this list of conditions and the following disclaimer. - - Redistributions in binary form must reproduce the above - copyright notice, this list of conditions and the following - disclaimer in the documentation and/or other materials provided - with the distribution. +modification, are permitted provided that the following conditions are +met: - Neither the name of TransGaming Inc., Google Inc., 3DLabs Inc. - Ltd., nor the names of their contributors may be used to endorse - or promote products derived from this software without specific - prior written permission. + * Redistributions of source code must retain the above copyright + notice, this list of conditions and the following disclaimer. + * Redistributions in binary form must reproduce the above + copyright notice, this list of conditions and the following + disclaimer in the documentation and/or other materials provided + with the distribution. + * Neither the name of Google LLC nor the names of its + contributors may be used to endorse or promote products derived + from this software without specific prior written permission. THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT -LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS -FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE -COPYRIGHT OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, -INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, -BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; -LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER -CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT -LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN -ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE -POSSIBILITY OF SUCH DAMAGE. +LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR +A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT +OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, +SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT +LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, +DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY +THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT +(INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE +OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. -------------------------------------------------------------------------------- -angle +code_assets +hooks -Copyright 2021 The ANGLE Project. All rights reserved. +Copyright 2025, the Dart project authors. Redistribution and use in source and binary forms, with or without -modification, are permitted provided that the following conditions -are met: - - Redistributions of source code must retain the above copyright - notice, this list of conditions and the following disclaimer. - - Redistributions in binary form must reproduce the above - copyright notice, this list of conditions and the following - disclaimer in the documentation and/or other materials provided - with the distribution. +modification, are permitted provided that the following conditions are +met: - Neither the name of TransGaming Inc., Google Inc., 3DLabs Inc. - Ltd., nor the names of their contributors may be used to endorse - or promote products derived from this software without specific - prior written permission. + * Redistributions of source code must retain the above copyright + notice, this list of conditions and the following disclaimer. + * Redistributions in binary form must reproduce the above + copyright notice, this list of conditions and the following + disclaimer in the documentation and/or other materials provided + with the distribution. + * Neither the name of Google LLC nor the names of its + contributors may be used to endorse or promote products derived + from this software without specific prior written permission. THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT -LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS -FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE -COPYRIGHT OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, -INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, -BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; -LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER -CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT -LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN -ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE -POSSIBILITY OF SUCH DAMAGE. +LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR +A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT +OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, +SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT +LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, +DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY +THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT +(INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE +OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. + -------------------------------------------------------------------------------- -angle +convert +crypto +shelf_static +source_gen +source_map_stack_trace +vm_service -Copyright 2021-2022 The ANGLE Project Authors. All rights reserved. +Copyright 2015, the Dart project authors. Redistribution and use in source and binary forms, with or without -modification, are permitted provided that the following conditions -are met: - - Redistributions of source code must retain the above copyright - notice, this list of conditions and the following disclaimer. - - Redistributions in binary form must reproduce the above - copyright notice, this list of conditions and the following - disclaimer in the documentation and/or other materials provided - with the distribution. - - Neither the name of TransGaming Inc., Google Inc., 3DLabs Inc. - Ltd., nor the names of their contributors may be used to endorse - or promote products derived from this software without specific - prior written permission. - -THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS -"AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT -LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS -FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE -COPYRIGHT OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, -INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, -BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; -LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER -CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT -LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN -ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE -POSSIBILITY OF SUCH DAMAGE. --------------------------------------------------------------------------------- -angle - -Copyright 2022 The ANGLE Project Authors. All rights reserved. - -Redistribution and use in source and binary forms, with or without -modification, are permitted provided that the following conditions -are met: - - Redistributions of source code must retain the above copyright - notice, this list of conditions and the following disclaimer. - - Redistributions in binary form must reproduce the above - copyright notice, this list of conditions and the following - disclaimer in the documentation and/or other materials provided - with the distribution. - - Neither the name of TransGaming Inc., Google Inc., 3DLabs Inc. - Ltd., nor the names of their contributors may be used to endorse - or promote products derived from this software without specific - prior written permission. - -THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS -"AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT -LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS -FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE -COPYRIGHT OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, -INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, -BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; -LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER -CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT -LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN -ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE -POSSIBILITY OF SUCH DAMAGE. --------------------------------------------------------------------------------- -angle - -Copyright 2023 The ANGLE Project Authors. All rights reserved. - -Redistribution and use in source and binary forms, with or without -modification, are permitted provided that the following conditions -are met: - - Redistributions of source code must retain the above copyright - notice, this list of conditions and the following disclaimer. - - Redistributions in binary form must reproduce the above - copyright notice, this list of conditions and the following - disclaimer in the documentation and/or other materials provided - with the distribution. - - Neither the name of TransGaming Inc., Google Inc., 3DLabs Inc. - Ltd., nor the names of their contributors may be used to endorse - or promote products derived from this software without specific - prior written permission. - -THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS -"AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT -LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS -FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE -COPYRIGHT OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, -INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, -BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; -LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER -CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT -LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN -ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE -POSSIBILITY OF SUCH DAMAGE. --------------------------------------------------------------------------------- -angle - -Copyright The ANGLE Project Authors. All rights reserved. - -Redistribution and use in source and binary forms, with or without -modification, are permitted provided that the following conditions -are met: - - Redistributions of source code must retain the above copyright - notice, this list of conditions and the following disclaimer. - - Redistributions in binary form must reproduce the above - copyright notice, this list of conditions and the following - disclaimer in the documentation and/or other materials provided - with the distribution. - - Neither the name of TransGaming Inc., Google Inc., 3DLabs Inc. - Ltd., nor the names of their contributors may be used to endorse - or promote products derived from this software without specific - prior written permission. - -THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS -"AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT -LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS -FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE -COPYRIGHT OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, -INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, -BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; -LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER -CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT -LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN -ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE -POSSIBILITY OF SUCH DAMAGE. --------------------------------------------------------------------------------- -angle -xxhash - -Copyright 2019 The ANGLE Project Authors. All rights reserved. - -Redistribution and use in source and binary forms, with or without -modification, are permitted provided that the following conditions -are met: - - Redistributions of source code must retain the above copyright - notice, this list of conditions and the following disclaimer. - - Redistributions in binary form must reproduce the above - copyright notice, this list of conditions and the following - disclaimer in the documentation and/or other materials provided - with the distribution. - - Neither the name of TransGaming Inc., Google Inc., 3DLabs Inc. - Ltd., nor the names of their contributors may be used to endorse - or promote products derived from this software without specific - prior written permission. - -THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS -"AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT -LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS -FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE -COPYRIGHT OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, -INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, -BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; -LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER -CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT -LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN -ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE -POSSIBILITY OF SUCH DAMAGE. --------------------------------------------------------------------------------- -args -logging - -Copyright 2013, the Dart project authors. - -Redistribution and use in source and binary forms, with or without -modification, are permitted provided that the following conditions are -met: +modification, are permitted provided that the following conditions are +met: * Redistributions of source code must retain the above copyright notice, this list of conditions and the following disclaimer. @@ -1843,14 +1452,22 @@ THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. -------------------------------------------------------------------------------- -async -cli_util -collection -mime -stream_channel -typed_data +coverage +dart_style +glob +http +http_parser +json_rpc_2 +matcher +path +pool +pub_semver +source_span +string_scanner +test +watcher -Copyright 2015, the Dart project authors. +Copyright 2014, the Dart project authors. Redistribution and use in source and binary forms, with or without modification, are permitted provided that the following conditions are @@ -1879,268 +1496,177 @@ THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. -------------------------------------------------------------------------------- -boolean_selector -meta -shelf_packages_handler +cpu_features -Copyright 2016, the Dart project authors. +Copyright (C) 2010 The Android Open Source Project +All rights reserved. Redistribution and use in source and binary forms, with or without -modification, are permitted provided that the following conditions are -met: - - * Redistributions of source code must retain the above copyright - notice, this list of conditions and the following disclaimer. - * Redistributions in binary form must reproduce the above - copyright notice, this list of conditions and the following - disclaimer in the documentation and/or other materials provided - with the distribution. - * Neither the name of Google LLC nor the names of its - contributors may be used to endorse or promote products derived - from this software without specific prior written permission. +modification, are permitted provided that the following conditions +are met: + * Redistributions of source code must retain the above copyright + notice, this list of conditions and the following disclaimer. + * Redistributions in binary form must reproduce the above copyright + notice, this list of conditions and the following disclaimer in + the documentation and/or other materials provided with the + distribution. THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT -LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR -A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT -OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, -SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT -LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, -DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY -THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT -(INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE -OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. - +LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS +FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE +COPYRIGHT OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, +INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, +BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS +OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED +AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, +OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT +OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF +SUCH DAMAGE. -------------------------------------------------------------------------------- -brotli +cpu_features -Copyright (c) 2009, 2010, 2013-2016 by the Brotli Authors. +Copyright 2017 Google LLC -Permission is hereby granted, free of charge, to any person obtaining a copy -of this software and associated documentation files (the "Software"), to deal -in the Software without restriction, including without limitation the rights -to use, copy, modify, merge, publish, distribute, sublicense, and/or sell -copies of the Software, and to permit persons to whom the Software is -furnished to do so, subject to the following conditions: +Licensed under the Apache License, Version 2.0 (the "License"); +you may not use this file except in compliance with the License. +You may obtain a copy of the License at -The above copyright notice and this permission notice shall be included in -all copies or substantial portions of the Software. + http://www.apache.org/licenses/LICENSE-2.0 -THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR -IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, -FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE -AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER -LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, -OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN -THE SOFTWARE. +Unless required by applicable law or agreed to in writing, software +distributed under the License is distributed on an "AS IS" BASIS, +WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +See the License for the specific language governing permissions and +limitations under the License. -------------------------------------------------------------------------------- -brotli +cpu_features -Copyright 2010 Google Inc. All Rights Reserved. +Copyright 2017 Google LLC +Copyright 2020 Intel Corporation -Permission is hereby granted, free of charge, to any person obtaining a copy -of this software and associated documentation files (the "Software"), to deal -in the Software without restriction, including without limitation the rights -to use, copy, modify, merge, publish, distribute, sublicense, and/or sell -copies of the Software, and to permit persons to whom the Software is -furnished to do so, subject to the following conditions: +Licensed under the Apache License, Version 2.0 (the "License"); +you may not use this file except in compliance with the License. +You may obtain a copy of the License at -The above copyright notice and this permission notice shall be included in -all copies or substantial portions of the Software. + http://www.apache.org/licenses/LICENSE-2.0 -THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR -IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, -FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE -AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER -LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, -OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN -THE SOFTWARE. +Unless required by applicable law or agreed to in writing, software +distributed under the License is distributed on an "AS IS" BASIS, +WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +See the License for the specific language governing permissions and +limitations under the License. -------------------------------------------------------------------------------- -brotli +cpu_features -Copyright 2013 Google Inc. All Rights Reserved. +Copyright 2018 IBM -Permission is hereby granted, free of charge, to any person obtaining a copy -of this software and associated documentation files (the "Software"), to deal -in the Software without restriction, including without limitation the rights -to use, copy, modify, merge, publish, distribute, sublicense, and/or sell -copies of the Software, and to permit persons to whom the Software is -furnished to do so, subject to the following conditions: +Licensed under the Apache License, Version 2.0 (the "License"); +you may not use this file except in compliance with the License. +You may obtain a copy of the License at -The above copyright notice and this permission notice shall be included in -all copies or substantial portions of the Software. - -THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR -IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, -FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE -AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER -LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, -OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN -THE SOFTWARE. --------------------------------------------------------------------------------- -brotli - -Copyright 2014 Google Inc. All Rights Reserved. - -Permission is hereby granted, free of charge, to any person obtaining a copy -of this software and associated documentation files (the "Software"), to deal -in the Software without restriction, including without limitation the rights -to use, copy, modify, merge, publish, distribute, sublicense, and/or sell -copies of the Software, and to permit persons to whom the Software is -furnished to do so, subject to the following conditions: - -The above copyright notice and this permission notice shall be included in -all copies or substantial portions of the Software. - -THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR -IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, -FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE -AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER -LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, -OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN -THE SOFTWARE. --------------------------------------------------------------------------------- -brotli - -Copyright 2015 Google Inc. All Rights Reserved. - -Permission is hereby granted, free of charge, to any person obtaining a copy -of this software and associated documentation files (the "Software"), to deal -in the Software without restriction, including without limitation the rights -to use, copy, modify, merge, publish, distribute, sublicense, and/or sell -copies of the Software, and to permit persons to whom the Software is -furnished to do so, subject to the following conditions: - -The above copyright notice and this permission notice shall be included in -all copies or substantial portions of the Software. + http://www.apache.org/licenses/LICENSE-2.0 -THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR -IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, -FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE -AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER -LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, -OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN -THE SOFTWARE. +Unless required by applicable law or agreed to in writing, software +distributed under the License is distributed on an "AS IS" BASIS, +WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +See the License for the specific language governing permissions and +limitations under the License. -------------------------------------------------------------------------------- -brotli +cpu_features -Copyright 2016 Google Inc. All Rights Reserved. +Copyright 2018 IBM. -Permission is hereby granted, free of charge, to any person obtaining a copy -of this software and associated documentation files (the "Software"), to deal -in the Software without restriction, including without limitation the rights -to use, copy, modify, merge, publish, distribute, sublicense, and/or sell -copies of the Software, and to permit persons to whom the Software is -furnished to do so, subject to the following conditions: +Licensed under the Apache License, Version 2.0 (the "License"); +you may not use this file except in compliance with the License. +You may obtain a copy of the License at -The above copyright notice and this permission notice shall be included in -all copies or substantial portions of the Software. + http://www.apache.org/licenses/LICENSE-2.0 -THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR -IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, -FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE -AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER -LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, -OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN -THE SOFTWARE. +Unless required by applicable law or agreed to in writing, software +distributed under the License is distributed on an "AS IS" BASIS, +WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +See the License for the specific language governing permissions and +limitations under the License. -------------------------------------------------------------------------------- -brotli +cpu_features -Copyright 2017 Google Inc. All Rights Reserved. +Copyright 2022 Google LLC -Permission is hereby granted, free of charge, to any person obtaining a copy -of this software and associated documentation files (the "Software"), to deal -in the Software without restriction, including without limitation the rights -to use, copy, modify, merge, publish, distribute, sublicense, and/or sell -copies of the Software, and to permit persons to whom the Software is -furnished to do so, subject to the following conditions: +Licensed under the Apache License, Version 2.0 (the "License"); +you may not use this file except in compliance with the License. +You may obtain a copy of the License at -The above copyright notice and this permission notice shall be included in -all copies or substantial portions of the Software. + http://www.apache.org/licenses/LICENSE-2.0 -THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR -IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, -FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE -AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER -LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, -OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN -THE SOFTWARE. +Unless required by applicable law or agreed to in writing, software +distributed under the License is distributed on an "AS IS" BASIS, +WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +See the License for the specific language governing permissions and +limitations under the License. -------------------------------------------------------------------------------- -brotli +cpu_features -Copyright 2018 Google Inc. All Rights Reserved. +Copyright 2022 IBM -Permission is hereby granted, free of charge, to any person obtaining a copy -of this software and associated documentation files (the "Software"), to deal -in the Software without restriction, including without limitation the rights -to use, copy, modify, merge, publish, distribute, sublicense, and/or sell -copies of the Software, and to permit persons to whom the Software is -furnished to do so, subject to the following conditions: +Licensed under the Apache License, Version 2.0 (the "License"); +you may not use this file except in compliance with the License. +You may obtain a copy of the License at -The above copyright notice and this permission notice shall be included in -all copies or substantial portions of the Software. + http://www.apache.org/licenses/LICENSE-2.0 -THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR -IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, -FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE -AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER -LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, -OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN -THE SOFTWARE. +Unless required by applicable law or agreed to in writing, software +distributed under the License is distributed on an "AS IS" BASIS, +WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +See the License for the specific language governing permissions and +limitations under the License. -------------------------------------------------------------------------------- -brotli +cpu_features -Copyright 2022 Google Inc. All Rights Reserved. +Copyright 2022 IBM. -Permission is hereby granted, free of charge, to any person obtaining a copy -of this software and associated documentation files (the "Software"), to deal -in the Software without restriction, including without limitation the rights -to use, copy, modify, merge, publish, distribute, sublicense, and/or sell -copies of the Software, and to permit persons to whom the Software is -furnished to do so, subject to the following conditions: +Licensed under the Apache License, Version 2.0 (the "License"); +you may not use this file except in compliance with the License. +You may obtain a copy of the License at -The above copyright notice and this permission notice shall be included in -all copies or substantial portions of the Software. + http://www.apache.org/licenses/LICENSE-2.0 -THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR -IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, -FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE -AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER -LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, -OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN -THE SOFTWARE. +Unless required by applicable law or agreed to in writing, software +distributed under the License is distributed on an "AS IS" BASIS, +WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +See the License for the specific language governing permissions and +limitations under the License. -------------------------------------------------------------------------------- -ceval +cpu_features -Copyright (c) 2021 e_t +Copyright 2023 Google LLC -Permission is hereby granted, free of charge, to any person obtaining a copy -of this software and associated documentation files (the "Software"), to deal -in the Software without restriction, including without limitation the rights -to use, copy, modify, merge, publish, distribute, sublicense, and/or sell -copies of the Software, and to permit persons to whom the Software is -furnished to do so, subject to the following conditions: +Licensed under the Apache License, Version 2.0 (the "License"); +you may not use this file except in compliance with the License. +You may obtain a copy of the License at -The above copyright notice and this permission notice shall be included in all -copies or substantial portions of the Software. + http://www.apache.org/licenses/LICENSE-2.0 -THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR -IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, -FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE -AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER -LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, -OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE -SOFTWARE. +Unless required by applicable law or agreed to in writing, software +distributed under the License is distributed on an "AS IS" BASIS, +WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +See the License for the specific language governing permissions and +limitations under the License. -------------------------------------------------------------------------------- -characters -ffi -package_config +cross_file +path_provider_android +path_provider_foundation +pointer_interceptor_ios +url_launcher_android +url_launcher_ios +url_launcher_linux +url_launcher_macos +url_launcher_windows -Copyright 2019, the Dart project authors. +Copyright 2013 The Flutter Authors -Redistribution and use in source and binary forms, with or without -modification, are permitted provided that the following conditions are -met: +Redistribution and use in source and binary forms, with or without modification, +are permitted provided that the following conditions are met: * Redistributions of source code must retain the above copyright notice, this list of conditions and the following disclaimer. @@ -2148,37 +1674,36 @@ met: copyright notice, this list of conditions and the following disclaimer in the documentation and/or other materials provided with the distribution. - * Neither the name of Google LLC nor the names of its + * Neither the name of Google Inc. nor the names of its contributors may be used to endorse or promote products derived from this software without specific prior written permission. -THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS -"AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT -LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR -A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT -OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, -SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT -LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, -DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY -THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT -(INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE -OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. +THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" AND +ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED +WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE +DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT OWNER OR CONTRIBUTORS BE LIABLE FOR +ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES +(INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; +LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON +ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT +(INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS +SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. -------------------------------------------------------------------------------- -checked_yaml +dap + +Copyright 2012, the Dart project authors. -Copyright 2019, the Dart project authors. All rights reserved. Redistribution and use in source and binary forms, with or without modification, are permitted provided that the following conditions are met: - * Redistributions of source code must retain the above copyright notice, this list of conditions and the following disclaimer. * Redistributions in binary form must reproduce the above copyright notice, this list of conditions and the following disclaimer in the documentation and/or other materials provided with the distribution. - * Neither the name of Google Inc. nor the names of its + * Neither the name of Google LLC nor the names of its contributors may be used to endorse or promote products derived from this software without specific prior written permission. @@ -2194,214 +1719,330 @@ THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. --------------------------------------------------------------------------------- -ci - Apache License - Version 2.0, January 2004 - http://www.apache.org/licenses/ +------------------ - TERMS AND CONDITIONS FOR USE, REPRODUCTION, AND DISTRIBUTION +Files: debugAdapterProtocol.json +Files: lib/protocol_generated.dart - 1. Definitions. +MIT License - "License" shall mean the terms and conditions for use, reproduction, - and distribution as defined by Sections 1 through 9 of this document. +Copyright (c) Microsoft Corporation. - "Licensor" shall mean the copyright owner or entity authorized by - the copyright owner that is granting the License. +Permission is hereby granted, free of charge, to any person obtaining a copy +of this software and associated documentation files (the "Software"), to deal +in the Software without restriction, including without limitation the rights +to use, copy, modify, merge, publish, distribute, sublicense, and/or sell +copies of the Software, and to permit persons to whom the Software is +furnished to do so, subject to the following conditions: - "Legal Entity" shall mean the union of the acting entity and all - other entities that control, are controlled by, or are under common - control with that entity. For the purposes of this definition, - "control" means (i) the power, direct or indirect, to cause the - direction or management of such entity, whether by contract or - otherwise, or (ii) ownership of fifty percent (50%) or more of the - outstanding shares, or (iii) beneficial ownership of such entity. +The above copyright notice and this permission notice shall be included in all +copies or substantial portions of the Software. - "You" (or "Your") shall mean an individual or Legal Entity - exercising permissions granted by this License. +THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR +IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, +FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE +AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER +LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, +OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE +SOFTWARE +-------------------------------------------------------------------------------- +dart - "Source" form shall mean the preferred form for making modifications, - including but not limited to software source code, documentation - source, and configuration files. +Copyright (c) %d, the Dart project authors. Please see the AUTHORS file +for details. All rights reserved. Use of this source code is governed by a +BSD-style license that can be found in the LICENSE file. +-------------------------------------------------------------------------------- +dart - "Object" form shall mean any form resulting from mechanical - transformation or translation of a Source form, including but - not limited to compiled object code, generated documentation, - and conversions to other media types. +Copyright (c) 2003-2005 Tom Wu +Copyright (c) 2012 Adam Singer (adam@solvr.io) +All Rights Reserved. - "Work" shall mean the work of authorship, whether in Source or - Object form, made available under the License, as indicated by a - copyright notice that is included in or attached to the work - (an example is provided in the Appendix below). +Permission is hereby granted, free of charge, to any person obtaining +a copy of this software and associated documentation files (the +"Software"), to deal in the Software without restriction, including +without limitation the rights to use, copy, modify, merge, publish, +distribute, sublicense, and/or sell copies of the Software, and to +permit persons to whom the Software is furnished to do so, subject to +the following conditions: - "Derivative Works" shall mean any work, whether in Source or Object - form, that is based on (or derived from) the Work and for which the - editorial revisions, annotations, elaborations, or other modifications - represent, as a whole, an original work of authorship. For the purposes - of this License, Derivative Works shall not include works that remain - separable from, or merely link (or bind by name) to the interfaces of, - the Work and Derivative Works thereof. +The above copyright notice and this permission notice shall be +included in all copies or substantial portions of the Software. - "Contribution" shall mean any work of authorship, including - the original version of the Work and any modifications or additions - to that Work or Derivative Works thereof, that is intentionally - submitted to Licensor for inclusion in the Work by the copyright owner - or by an individual or Legal Entity authorized to submit on behalf of - the copyright owner. For the purposes of this definition, "submitted" - means any form of electronic, verbal, or written communication sent - to the Licensor or its representatives, including but not limited to - communication on electronic mailing lists, source code control systems, - and issue tracking systems that are managed by, or on behalf of, the - Licensor for the purpose of discussing and improving the Work, but - excluding communication that is conspicuously marked or otherwise - designated in writing by the copyright owner as "Not a Contribution." +THE SOFTWARE IS PROVIDED "AS-IS" AND WITHOUT WARRANTY OF ANY KIND, +EXPRESS, IMPLIED OR OTHERWISE, INCLUDING WITHOUT LIMITATION, ANY +WARRANTY OF MERCHANTABILITY OR FITNESS FOR A PARTICULAR PURPOSE. - "Contributor" shall mean Licensor and any individual or Legal Entity - on behalf of whom a Contribution has been received by Licensor and - subsequently incorporated within the Work. +IN NO EVENT SHALL TOM WU BE LIABLE FOR ANY SPECIAL, INCIDENTAL, +INDIRECT OR CONSEQUENTIAL DAMAGES OF ANY KIND, OR ANY DAMAGES WHATSOEVER +RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER OR NOT ADVISED OF +THE POSSIBILITY OF DAMAGE, AND ON ANY THEORY OF LIABILITY, ARISING OUT +OF OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. - 2. Grant of Copyright License. Subject to the terms and conditions of - this License, each Contributor hereby grants to You a perpetual, - worldwide, non-exclusive, no-charge, royalty-free, irrevocable - copyright license to reproduce, prepare Derivative Works of, - publicly display, publicly perform, sublicense, and distribute the - Work and such Derivative Works in Source or Object form. +In addition, the following condition applies: - 3. Grant of Patent License. Subject to the terms and conditions of - this License, each Contributor hereby grants to You a perpetual, - worldwide, non-exclusive, no-charge, royalty-free, irrevocable - (except as stated in this section) patent license to make, have made, - use, offer to sell, sell, import, and otherwise transfer the Work, - where such license applies only to those patent claims licensable - by such Contributor that are necessarily infringed by their - Contribution(s) alone or by combination of their Contribution(s) - with the Work to which such Contribution(s) was submitted. If You - institute patent litigation against any entity (including a - cross-claim or counterclaim in a lawsuit) alleging that the Work - or a Contribution incorporated within the Work constitutes direct - or contributory patent infringement, then any patent licenses - granted to You under this License for that Work shall terminate - as of the date such litigation is filed. +All redistributions must retain an intact copy of this copyright notice +and disclaimer. +-------------------------------------------------------------------------------- +dart - 4. Redistribution. You may reproduce and distribute copies of the - Work or Derivative Works thereof in any medium, with or without - modifications, and in Source or Object form, provided that You - meet the following conditions: +Copyright (c) 2010, the Dart project authors. Please see the AUTHORS file +for details. All rights reserved. Use of this source code is governed by a +BSD-style license that can be found in the LICENSE file. +-------------------------------------------------------------------------------- +dart - (a) You must give any other recipients of the Work or - Derivative Works a copy of this License; and +Copyright (c) 2011, the Dart project authors. Please see the AUTHORS file +for details. All rights reserved. Use of this source code is governed by a +BSD-style license that can be found in the LICENSE file. +-------------------------------------------------------------------------------- +dart - (b) You must cause any modified files to carry prominent notices - stating that You changed the files; and +Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file +for details. All rights reserved. Use of this source code is governed by a +BSD-style license that can be found in the LICENSE file. +-------------------------------------------------------------------------------- +dart - (c) You must retain, in the Source form of any Derivative Works - that You distribute, all copyright, patent, trademark, and - attribution notices from the Source form of the Work, - excluding those notices that do not pertain to any part of - the Derivative Works; and +Copyright (c) 2013, the Dart project authors. Please see the AUTHORS file +for details. All rights reserved. Use of this source code is governed by a +BSD-style license that can be found in the LICENSE file. +-------------------------------------------------------------------------------- +dart - (d) If the Work includes a "NOTICE" text file as part of its - distribution, then any Derivative Works that You distribute must - include a readable copy of the attribution notices contained - within such NOTICE file, excluding those notices that do not - pertain to any part of the Derivative Works, in at least one - of the following places: within a NOTICE text file distributed - as part of the Derivative Works; within the Source form or - documentation, if provided along with the Derivative Works; or, - within a display generated by the Derivative Works, if and - wherever such third-party notices normally appear. The contents - of the NOTICE file are for informational purposes only and - do not modify the License. You may add Your own attribution - notices within Derivative Works that You distribute, alongside - or as an addendum to the NOTICE text from the Work, provided - that such additional attribution notices cannot be construed - as modifying the License. +Copyright (c) 2014, the Dart project authors. Please see the AUTHORS file +for details. All rights reserved. Use of this source code is governed by a +BSD-style license that can be found in the LICENSE file. +-------------------------------------------------------------------------------- +dart - You may add Your own copyright statement to Your modifications and - may provide additional or different license terms and conditions - for use, reproduction, or distribution of Your modifications, or - for any such Derivative Works as a whole, provided Your use, - reproduction, and distribution of the Work otherwise complies with - the conditions stated in this License. +Copyright (c) 2015, the Dart project authors. Please see the AUTHORS file +for details. All rights reserved. Use of this source code is governed by a +BSD-style license that can be found in the LICENSE file. +-------------------------------------------------------------------------------- +dart - 5. Submission of Contributions. Unless You explicitly state otherwise, - any Contribution intentionally submitted for inclusion in the Work - by You to the Licensor shall be under the terms and conditions of - this License, without any additional terms or conditions. - Notwithstanding the above, nothing herein shall supersede or modify - the terms of any separate license agreement you may have executed - with Licensor regarding such Contributions. +Copyright (c) 2016, the Dart project authors. Please see the AUTHORS file +for details. All rights reserved. Use of this source code is governed by a +BSD-style license that can be found in the LICENSE file. +-------------------------------------------------------------------------------- +dart - 6. Trademarks. This License does not grant permission to use the trade - names, trademarks, service marks, or product names of the Licensor, - except as required for reasonable and customary use in describing the - origin of the Work and reproducing the content of the NOTICE file. +Copyright (c) 2017, the Dart project authors. Please see the AUTHORS file +for details. All rights reserved. Use of this source code is governed by a +BSD-style license that can be found in the LICENSE file. +-------------------------------------------------------------------------------- +dart - 7. Disclaimer of Warranty. Unless required by applicable law or - agreed to in writing, Licensor provides the Work (and each - Contributor provides its Contributions) on an "AS IS" BASIS, - WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or - implied, including, without limitation, any warranties or conditions - of TITLE, NON-INFRINGEMENT, MERCHANTABILITY, or FITNESS FOR A - PARTICULAR PURPOSE. You are solely responsible for determining the - appropriateness of using or redistributing the Work and assume any - risks associated with Your exercise of permissions under this License. +Copyright (c) 2018, the Dart project authors. Please see the AUTHORS file +for details. All rights reserved. Use of this source code is governed by a +BSD-style license that can be found in the LICENSE file. +-------------------------------------------------------------------------------- +dart - 8. Limitation of Liability. In no event and under no legal theory, - whether in tort (including negligence), contract, or otherwise, - unless required by applicable law (such as deliberate and grossly - negligent acts) or agreed to in writing, shall any Contributor be - liable to You for damages, including any direct, indirect, special, - incidental, or consequential damages of any character arising as a - result of this License or out of the use or inability to use the - Work (including but not limited to damages for loss of goodwill, - work stoppage, computer failure or malfunction, or any and all - other commercial damages or losses), even if such Contributor - has been advised of the possibility of such damages. +Copyright (c) 2018, the Dart project authors. Please see the AUTHORS file +for details. All rights reserved. Use of this source code is governed by a +BSD-style license that can be found in the LICENSE file. +-------------------------------------------------------------------------------- +dart - 9. Accepting Warranty or Additional Liability. While redistributing - the Work or Derivative Works thereof, You may choose to offer, - and charge a fee for, acceptance of support, warranty, indemnity, - or other liability obligations and/or rights consistent with this - License. However, in accepting such obligations, You may act only - on Your own behalf and on Your sole responsibility, not on behalf - of any other Contributor, and only if You agree to indemnify, - defend, and hold each Contributor harmless for any liability - incurred by, or claims asserted against, such Contributor by reason - of your accepting any such warranty or additional liability. +Copyright (c) 2019, the Dart project authors. Please see the AUTHORS file +for details. All rights reserved. Use of this source code is governed by a +BSD-style license that can be found in the LICENSE file. +-------------------------------------------------------------------------------- +dart - END OF TERMS AND CONDITIONS +Copyright (c) 2019, the Dart project authors. Please see the AUTHORS file +for details. All rights reserved. Use of this source code is governed by a +BSD-style license that can be found in the LICENSE file. +-------------------------------------------------------------------------------- +dart - APPENDIX: How to apply the Apache License to your work. +Copyright (c) 2020, the Dart project authors. Please see the AUTHORS file +for details. All rights reserved. Use of this source code is governed by a +BSD-style license that can be found in the LICENSE file. +-------------------------------------------------------------------------------- +dart - To apply the Apache License to your work, attach the following - boilerplate notice, with the fields enclosed by brackets "[]" - replaced with your own identifying information. (Don't include - the brackets!) The text should be enclosed in the appropriate - comment syntax for the file format. We also recommend that a - file or class name and description of purpose be included on the - same "printed page" as the copyright notice for easier - identification within third-party archives. +Copyright (c) 2021, the Dart project authors. Please see the AUTHORS file +for details. All rights reserved. Use of this source code is governed by a +BSD-style license that can be found in the LICENSE file. +-------------------------------------------------------------------------------- +dart - Copyright 2021 Invertase Limited +Copyright (c) 2022, the Dart project authors. Please see the AUTHORS file +for details. All rights reserved. Use of this source code is governed by a +BSD-style license that can be found in the LICENSE file. +-------------------------------------------------------------------------------- +dart - Licensed under the Apache License, Version 2.0 (the "License"); - you may not use this file except in compliance with the License. - You may obtain a copy of the License at +Copyright (c) 2023, the Dart project authors. Please see the AUTHORS file +for details. All rights reserved. Use of this source code is governed by a +BSD-style license that can be found in the LICENSE file. +-------------------------------------------------------------------------------- +dart - http://www.apache.org/licenses/LICENSE-2.0 +Copyright (c) 2023, the Dart project authors. Please see the AUTHORS file +for details. All rights reserved. Use of this source code is governed by a +BSD-style license that can be found in the LICENSE file. +-------------------------------------------------------------------------------- +dart - Unless required by applicable law or agreed to in writing, software - distributed under the License is distributed on an "AS IS" BASIS, - WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. - See the License for the specific language governing permissions and - limitations under the License. +Copyright (c) 2024, the Dart project authors. Please see the AUTHORS file +for details. All rights reserved. Use of this source code is governed by a +BSD-style license that can be found in the LICENSE file. -------------------------------------------------------------------------------- -cli_config -extension_discovery -unified_analytics +dart + +Copyright (c) 2024, the Dart project authors. Please see the AUTHORS file +for details. All rights reserved. Use of this source code is governed by a +BSD-style license that can be found in the LICENSE file. +-------------------------------------------------------------------------------- +dart + +Copyright (c) 2025, the Dart project authors. Please see the AUTHORS file +for details. All rights reserved. Use of this source code is governed by a +BSD-style license that can be found in the LICENSE file. +-------------------------------------------------------------------------------- +dart + +Copyright 2012, the Dart project authors. + +Redistribution and use in source and binary forms, with or without +modification, are permitted provided that the following conditions are +met: + * Redistributions of source code must retain the above copyright + notice, this list of conditions and the following disclaimer. + * Redistributions in binary form must reproduce the above + copyright notice, this list of conditions and the following + disclaimer in the documentation and/or other materials provided + with the distribution. + * Neither the name of Google LLC nor the names of its + contributors may be used to endorse or promote products derived + from this software without specific prior written permission. + +THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS +"AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT +LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR +A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT +OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, +SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT +LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, +DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY +THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT +(INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE +OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. +-------------------------------------------------------------------------------- +dart + +Copyright 2013 The Chromium Authors +Use of this source code is governed by a BSD-style license that can be +found in the LICENSE file. +-------------------------------------------------------------------------------- +dart + +Copyright 2016 The Dart project authors. All rights reserved. +Use of this source code is governed by a BSD-style license that can be +found in the LICENSE file. +-------------------------------------------------------------------------------- +dart + +Copyright 2017 The Dart project authors. All rights reserved. +Use of this source code is governed by a BSD-style license that can be +found in the LICENSE file. +-------------------------------------------------------------------------------- +dart + +Copyright 2025 The Dart Authors. All rights reserved. +Use of this source code is governed by a BSD-style license that can be +found in the LICENSE file. +-------------------------------------------------------------------------------- +dart +double-conversion + +Copyright 2006-2008 the V8 project authors. All rights reserved. +Redistribution and use in source and binary forms, with or without +modification, are permitted provided that the following conditions are +met: + + * Redistributions of source code must retain the above copyright + notice, this list of conditions and the following disclaimer. + * Redistributions in binary form must reproduce the above + copyright notice, this list of conditions and the following + disclaimer in the documentation and/or other materials provided + with the distribution. + * Neither the name of Google Inc. nor the names of its + contributors may be used to endorse or promote products derived + from this software without specific prior written permission. + +THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS +"AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT +LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR +A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT +OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, +SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT +LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, +DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY +THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT +(INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE +OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. +-------------------------------------------------------------------------------- +dart +perfetto + +Copyright (C) 2022 The Android Open Source Project + +Licensed under the Apache License, Version 2.0 (the "License"); +you may not use this file except in compliance with the License. +You may obtain a copy of the License at + + http://www.apache.org/licenses/LICENSE-2.0 + +Unless required by applicable law or agreed to in writing, software +distributed under the License is distributed on an "AS IS" BASIS, +WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +See the License for the specific language governing permissions and +limitations under the License. +-------------------------------------------------------------------------------- +dart +skia + +Copyright (c) 2015 The Chromium Authors. All rights reserved. +Use of this source code is governed by a BSD-style license that can be +found in the LICENSE file. +-------------------------------------------------------------------------------- +dart +skia + +Copyright 2022 The Chromium Authors. All rights reserved. +Use of this source code is governed by a BSD-style license that can be +found in the LICENSE file. +-------------------------------------------------------------------------------- +dart +zlib + +Copyright 2011 The Chromium Authors +Use of this source code is governed by a BSD-style license that can be +found in the LICENSE file. +-------------------------------------------------------------------------------- +dart +zlib + +Copyright 2012 The Chromium Authors +Use of this source code is governed by a BSD-style license that can be +found in the LICENSE file. +-------------------------------------------------------------------------------- +dart +zlib + +Copyright 2014 The Chromium Authors +Use of this source code is governed by a BSD-style license that can be +found in the LICENSE file. +-------------------------------------------------------------------------------- +dart_service_protocol_shared +dtd +native_toolchain_c Copyright 2023, the Dart project authors. @@ -2430,9 +2071,48 @@ DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. + -------------------------------------------------------------------------------- -clock +dawn +skia + +Copyright 2025 Google LLC + +Use of this source code is governed by a BSD-style license that can be +found in the LICENSE file. +-------------------------------------------------------------------------------- +dds_service_extensions + +Copyright 2020, the Dart project authors. + +Redistribution and use in source and binary forms, with or without +modification, are permitted provided that the following conditions are +met: + + * Redistributions of source code must retain the above copyright + notice, this list of conditions and the following disclaimer. + * Redistributions in binary form must reproduce the above + copyright notice, this list of conditions and the following + disclaimer in the documentation and/or other materials provided + with the distribution. + * Neither the name of Google LLC nor the names of its + contributors may be used to endorse or promote products derived + from this software without specific prior written permission. + +THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS +"AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT +LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR +A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT +OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, +SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT +LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, +DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY +THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT +(INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE +OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. +-------------------------------------------------------------------------------- +desktop_drop Apache License Version 2.0, January 2004 @@ -2622,7 +2302,7 @@ clock same "printed page" as the copyright notice for easier identification within third-party archives. - Copyright [yyyy] [name of copyright owner] + Copyright [2021] [Mixin] Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. @@ -2635,28 +2315,31 @@ clock WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the License for the specific language governing permissions and limitations under the License. + -------------------------------------------------------------------------------- -convert -crypto -shelf_static -source_map_stack_trace -vm_service +devtools -Copyright 2015, the Dart project authors. +Copyright 2019 The Flutter Authors +Use of this source code is governed by a BSD-style license that can be +found in the LICENSE file +-------------------------------------------------------------------------------- +devtools + +Copyright 2020 The Chromium Authors. All rights reserved. Redistribution and use in source and binary forms, with or without modification, are permitted provided that the following conditions are met: - * Redistributions of source code must retain the above copyright - notice, this list of conditions and the following disclaimer. - * Redistributions in binary form must reproduce the above - copyright notice, this list of conditions and the following - disclaimer in the documentation and/or other materials provided - with the distribution. - * Neither the name of Google LLC nor the names of its - contributors may be used to endorse or promote products derived - from this software without specific prior written permission. + * Redistributions of source code must retain the above copyright +notice, this list of conditions and the following disclaimer. + * Redistributions in binary form must reproduce the above +copyright notice, this list of conditions and the following disclaimer +in the documentation and/or other materials provided with the +distribution. + * Neither the name of Google Inc. nor the names of its +contributors may be used to endorse or promote products derived from +this software without specific prior written permission. THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT @@ -2669,38 +2352,55 @@ DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. +-------------------------------------------------------------------------------- +devtools +Copyright 2020 The Flutter Authors +Use of this source code is governed by a BSD-style license that can be +found in the LICENSE file -------------------------------------------------------------------------------- -coverage -dart_style -glob -http -http_parser -json_rpc_2 -matcher -path -pool -pub_semver -source_span -string_scanner -test -watcher +devtools -Copyright 2014, the Dart project authors. +Copyright 2021 The Flutter Authors +Use of this source code is governed by a BSD-style license that can be +found in the LICENSE file +-------------------------------------------------------------------------------- +devtools + +Copyright 2022 The Flutter Authors +Use of this source code is governed by a BSD-style license that can be +found in the LICENSE file +-------------------------------------------------------------------------------- +devtools + +Copyright 2023 The Flutter Authors +Use of this source code is governed by a BSD-style license that can be +found in the LICENSE file +-------------------------------------------------------------------------------- +devtools + +Copyright 2024 The Flutter Authors +Use of this source code is governed by a BSD-style license that can be +found in the LICENSE file +-------------------------------------------------------------------------------- +devtools_app_shared +devtools_extensions + +Copyright 2023 The Chromium Authors. All rights reserved. Redistribution and use in source and binary forms, with or without modification, are permitted provided that the following conditions are met: - * Redistributions of source code must retain the above copyright - notice, this list of conditions and the following disclaimer. - * Redistributions in binary form must reproduce the above - copyright notice, this list of conditions and the following - disclaimer in the documentation and/or other materials provided - with the distribution. - * Neither the name of Google LLC nor the names of its - contributors may be used to endorse or promote products derived - from this software without specific prior written permission. + * Redistributions of source code must retain the above copyright +notice, this list of conditions and the following disclaimer. + * Redistributions in binary form must reproduce the above +copyright notice, this list of conditions and the following disclaimer +in the documentation and/or other materials provided with the +distribution. + * Neither the name of Google Inc. nor the names of its +contributors may be used to endorse or promote products derived from +this software without specific prior written permission. THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT @@ -2715,562 +2415,5264 @@ THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. -------------------------------------------------------------------------------- -cpu_features - -Apache License -Version 2.0, January 2004 -http://www.apache.org/licenses/ +devtools_shared - TERMS AND CONDITIONS FOR USE, REPRODUCTION, AND DISTRIBUTION +Copyright 2020 The Chromium Authors. All rights reserved. - 1. Definitions. +Redistribution and use in source and binary forms, with or without +modification, are permitted provided that the following conditions are +met: - "License" shall mean the terms and conditions for use, reproduction, - and distribution as defined by Sections 1 through 9 of this document. + * Redistributions of source code must retain the above copyright +notice, this list of conditions and the following disclaimer. + * Redistributions in binary form must reproduce the above +copyright notice, this list of conditions and the following disclaimer +in the documentation and/or other materials provided with the +distribution. + * Neither the name of Google Inc. nor the names of its +contributors may be used to endorse or promote products derived from +this software without specific prior written permission. - "Licensor" shall mean the copyright owner or entity authorized by +THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS +"AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT +LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR +A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT +OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, +SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT +LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, +DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY +THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT +(INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE +OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. + +-------------------------------------------------------------------------------- +double-conversion + +Copyright 2006-2011, the V8 project authors. All rights reserved. +Redistribution and use in source and binary forms, with or without +modification, are permitted provided that the following conditions are +met: + + * Redistributions of source code must retain the above copyright + notice, this list of conditions and the following disclaimer. + * Redistributions in binary form must reproduce the above + copyright notice, this list of conditions and the following + disclaimer in the documentation and/or other materials provided + with the distribution. + * Neither the name of Google Inc. nor the names of its + contributors may be used to endorse or promote products derived + from this software without specific prior written permission. + +THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS +"AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT +LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR +A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT +OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, +SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT +LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, +DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY +THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT +(INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE +OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. +-------------------------------------------------------------------------------- +double-conversion + +Copyright 2010 the V8 project authors. All rights reserved. +Redistribution and use in source and binary forms, with or without +modification, are permitted provided that the following conditions are +met: + + * Redistributions of source code must retain the above copyright + notice, this list of conditions and the following disclaimer. + * Redistributions in binary form must reproduce the above + copyright notice, this list of conditions and the following + disclaimer in the documentation and/or other materials provided + with the distribution. + * Neither the name of Google Inc. nor the names of its + contributors may be used to endorse or promote products derived + from this software without specific prior written permission. + +THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS +"AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT +LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR +A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT +OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, +SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT +LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, +DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY +THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT +(INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE +OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. +-------------------------------------------------------------------------------- +double-conversion + +Copyright 2012 the V8 project authors. All rights reserved. +Redistribution and use in source and binary forms, with or without +modification, are permitted provided that the following conditions are +met: + + * Redistributions of source code must retain the above copyright + notice, this list of conditions and the following disclaimer. + * Redistributions in binary form must reproduce the above + copyright notice, this list of conditions and the following + disclaimer in the documentation and/or other materials provided + with the distribution. + * Neither the name of Google Inc. nor the names of its + contributors may be used to endorse or promote products derived + from this software without specific prior written permission. + +THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS +"AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT +LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR +A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT +OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, +SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT +LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, +DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY +THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT +(INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE +OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. +-------------------------------------------------------------------------------- +equatable + + + +Copyright (c) 2018 Felix Angelov + +Permission is hereby granted, free of charge, to any person obtaining a copy +of this software and associated documentation files (the "Software"), to deal +in the Software without restriction, including without limitation the rights +to use, copy, modify, merge, publish, distribute, sublicense, and/or sell +copies of the Software, and to permit persons to whom the Software is +furnished to do so, subject to the following conditions: + +The above copyright notice and this permission notice shall be included in all +copies or substantial portions of the Software. + +THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR +IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, +FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE +AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER +LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, +OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE +SOFTWARE. +-------------------------------------------------------------------------------- +etc1 + +Apache License + +Version 2.0, January 2004 + +http://www.apache.org/licenses/ + +TERMS AND CONDITIONS FOR USE, REPRODUCTION, AND DISTRIBUTION + +1. Definitions. + +"License" shall mean the terms and conditions for use, reproduction, and +distribution as defined by Sections 1 through 9 of this document. + +"Licensor" shall mean the copyright owner or entity authorized by the +copyright owner that is granting the License. + +"Legal Entity" shall mean the union of the acting entity and all other +entities that control, are controlled by, or are under common control with +that entity. For the purposes of this definition, "control" means (i) the +power, direct or indirect, to cause the direction or management of such +entity, whether by contract or otherwise, or (ii) ownership of fifty +percent (50%) or more of the outstanding shares, or (iii) beneficial +ownership of such entity. + +"You" (or "Your") shall mean an individual or Legal Entity exercising +permissions granted by this License. + +"Source" form shall mean the preferred form for making modifications, +including but not limited to software source code, documentation +source, and configuration files. + +"Object" form shall mean any form resulting from mechanical transformation +or translation of a Source form, including but not limited to compiled +object code, generated documentation, and conversions to other media types. + +"Work" shall mean the work of authorship, whether in Source or Object +form, made available under the License, as indicated by a copyright +notice that is included in or attached to the work (an example is +provided in the Appendix below). + +"Derivative Works" shall mean any work, whether in Source or Object +form, that is based on (or derived from) the Work and for which the +editorial revisions, annotations, elaborations, or other modifications +represent, as a whole, an original work of authorship. For the purposes +of this License, Derivative Works shall not include works that remain +separable from, or merely link (or bind by name) to the interfaces of, +the Work and Derivative Works thereof. + +"Contribution" shall mean any work of authorship, including the original +version of the Work and any modifications or additions to that Work or +Derivative Works thereof, that is intentionally submitted to Licensor +for inclusion in the Work by the copyright owner or by an individual or +Legal Entity authorized to submit on behalf of the copyright owner. For +the purposes of this definition, "submitted" means any form of electronic, +verbal, or written communication sent to the Licensor or its +representatives, including but not limited to communication on electronic +mailing lists, source code control systems, and issue tracking systems that +are managed by, or on behalf of, the Licensor for the purpose of discussing +and improving the Work, but excluding communication that is conspicuously +marked or otherwise designated in writing by the copyright owner as "Not +a Contribution." + +"Contributor" shall mean Licensor and any individual or Legal Entity on +behalf of whom a Contribution has been received by Licensor and subsequently +incorporated within the Work. + +2. Grant of Copyright License. Subject to the terms and conditions of this +License, each Contributor hereby grants to You a perpetual, worldwide, +non-exclusive, no-charge, royalty-free, irrevocable copyright license to +reproduce, prepare Derivative Works of, publicly display, publicly perform, +sublicense, and distribute the Work and such Derivative Works in Source or +Object form. + +3. Grant of Patent License. Subject to the terms and conditions of this +License, each Contributor hereby grants to You a perpetual, worldwide, +non-exclusive, no-charge, royalty-free, irrevocable (except as stated in +this section) patent license to make, have made, use, offer to sell, sell, +import, and otherwise transfer the Work, where such license applies only to +those patent claims licensable by such Contributor that are necessarily +infringed by their Contribution(s) alone or by combination of their +Contribution(s) with the Work to which such Contribution(s) was submitted. +If You institute patent litigation against any entity (including a cross-claim +or counterclaim in a lawsuit) alleging that the Work or a Contribution +incorporated within the Work constitutes direct or contributory patent +infringement, then any patent licenses granted to You under this License +for that Work shall terminate as of the date such litigation is filed. + +4. Redistribution. You may reproduce and distribute copies of the Work or +Derivative Works thereof in any medium, with or without modifications, and +in Source or Object form, provided that You meet the following conditions: + +You must give any other recipients of the Work or Derivative Works a copy of +this License; and +You must cause any modified files to carry prominent notices stating that +You changed the files; and +You must retain, in the Source form of any Derivative Works that You +distribute, all copyright, patent, trademark, and attribution notices +from the Source form of the Work, excluding those notices that do not +pertain to any part of the Derivative Works; and +If the Work includes a "NOTICE" text file as part of its distribution, +then any Derivative Works that You distribute must include a readable +copy of the attribution notices contained within such NOTICE file, excluding +those notices that do not pertain to any part of the Derivative Works, in +at least one of the following places: within a NOTICE text file distributed +as part of the Derivative Works; within the Source form or documentation, if +provided along with the Derivative Works; or, within a display generated by +the Derivative Works, if and wherever such third-party notices normally +appear. The contents of the NOTICE file are for informational purposes +only and do not modify the License. You may add Your own attribution +notices within Derivative Works that You distribute, alongside or as +an addendum to the NOTICE text from the Work, provided that such additional +attribution notices cannot be construed as modifying the License. + +You may add Your own copyright statement to Your modifications and may provide +additional or different license terms and conditions for use, reproduction, or +distribution of Your modifications, or for any such Derivative Works as a +whole, provided Your use, reproduction, and distribution of the Work otherwise +complies with the conditions stated in this License. +5. Submission of Contributions. Unless You explicitly state otherwise, any +Contribution intentionally submitted for inclusion in the Work by You to the +Licensor shall be under the terms and conditions of this License, without any +additional terms or conditions. Notwithstanding the above, nothing herein +shall supersede or modify the terms of any separate license agreement you +may have executed with Licensor regarding such Contributions. + +6. Trademarks. This License does not grant permission to use the trade names, +trademarks, service marks, or product names of the Licensor, except as +required for reasonable and customary use in describing the origin of the +Work and reproducing the content of the NOTICE file. + +7. Disclaimer of Warranty. Unless required by applicable law or agreed to +in writing, Licensor provides the Work (and each Contributor provides its +Contributions) on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF +ANY KIND, either express or implied, including, without limitation, any +warranties or conditions of TITLE, NON-INFRINGEMENT, MERCHANTABILITY, or +FITNESS FOR A PARTICULAR PURPOSE. You are solely responsible for determining +the appropriateness of using or redistributing the Work and assume any risks +associated with Your exercise of permissions under this License. + +8. Limitation of Liability. In no event and under no legal theory, whether in +tort (including negligence), contract, or otherwise, unless required by +applicable law (such as deliberate and grossly negligent acts) or agreed to +in writing, shall any Contributor be liable to You for damages, including +any direct, indirect, special, incidental, or consequential damages of any +character arising as a result of this License or out of the use or inability +to use the Work (including but not limited to damages for loss of goodwill, +work stoppage, computer failure or malfunction, or any and all other +commercial damages or losses), even if such Contributor has been advised +of the possibility of such damages. + +9. Accepting Warranty or Additional Liability. While redistributing the +Work or Derivative Works thereof, You may choose to offer, and charge a +fee for, acceptance of support, warranty, indemnity, or other liability +obligations and/or rights consistent with this License. However, in accepting +such obligations, You may act only on Your own behalf and on Your sole +responsibility, not on behalf of any other Contributor, and only if You +agree to indemnify, defend, and hold each Contributor harmless for any +liability incurred by, or claims asserted against, such Contributor by +reason of your accepting any such warranty or additional liability. + +END OF TERMS AND CONDITIONS +-------------------------------------------------------------------------------- +etc1 + +Copyright 2009 Google Inc. + +Licensed under the Apache License, Version 2.0 (the "License"); +you may not use this file except in compliance with the License. +You may obtain a copy of the License at + + http://www.apache.org/licenses/LICENSE-2.0 + +Unless required by applicable law or agreed to in writing, software +distributed under the License is distributed on an "AS IS" BASIS, +WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +See the License for the specific language governing permissions and +limitations under the License. +-------------------------------------------------------------------------------- +etc_decoder + + * Copyright (c) 2020-2022 Hans-Kristian Arntzen + * + * Permission is hereby granted, free of charge, to any person obtaining + * a copy of this software and associated documentation files (the + * "Software"), to deal in the Software without restriction, including + * without limitation the rights to use, copy, modify, merge, publish, + * distribute, sublicense, and/or sell copies of the Software, and to + * permit persons to whom the Software is furnished to do so, subject to + * the following conditions: + * + * The above copyright notice and this permission notice shall be + * included in all copies or substantial portions of the Software. + * + * THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, + * EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF + * MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. + * IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY + * CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, + * TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE + * SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. + * +-------------------------------------------------------------------------------- +etc_decoder + +Copyright (c) 2020-2022 Hans-Kristian Arntzen + +Permission is hereby granted, free of charge, to any person obtaining +a copy of this software and associated documentation files (the +"Software"), to deal in the Software without restriction, including +without limitation the rights to use, copy, modify, merge, publish, +distribute, sublicense, and/or sell copies of the Software, and to +permit persons to whom the Software is furnished to do so, subject to +the following conditions: + +The above copyright notice and this permission notice shall be +included in all copies or substantial portions of the Software. + +THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, +EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF +MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. +IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY +CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, +TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE +SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. +-------------------------------------------------------------------------------- +expat + +! /bin/bash + __ __ _ + ___\ \/ /_ __ __ _| |_ + / _ \\ /| '_ \ / _` | __| + | __// \| |_) | (_| | |_ + \___/_/\_\ .__/ \__,_|\__| + |_| XML parser + +Copyright (c) 2017-2024 Sebastian Pipping +Copyright (c) 2017 Rolf Eike Beer +Copyright (c) 2019 Mohammed Khajapasha +Copyright (c) 2019 Manish, Kumar +Copyright (c) 2019 Philippe Antoine +Copyright (c) 2024 Dag-Erling Smørgrav +Licensed under the MIT license: + +Permission is hereby granted, free of charge, to any person obtaining +a copy of this software and associated documentation files (the +"Software"), to deal in the Software without restriction, including +without limitation the rights to use, copy, modify, merge, publish, +distribute, sublicense, and/or sell copies of the Software, and to permit +persons to whom the Software is furnished to do so, subject to the +following conditions: + +The above copyright notice and this permission notice shall be included +in all copies or substantial portions of the Software. + +THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, +EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF +MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN +NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, +DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR +OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE +USE OR OTHER DEALINGS IN THE SOFTWARE. +-------------------------------------------------------------------------------- +expat + +! /usr/bin/env bash + __ __ _ + ___\ \/ /_ __ __ _| |_ + / _ \\ /| '_ \ / _` | __| + | __// \| |_) | (_| | |_ + \___/_/\_\ .__/ \__,_|\__| + |_| XML parser + +Copyright (c) 2016-2023 Sebastian Pipping +Copyright (c) 2019 Philippe Antoine +Copyright (c) 2019-2025 Hanno Böck +Copyright (c) 2024 Alexander Bluhm +Licensed under the MIT license: + +Permission is hereby granted, free of charge, to any person obtaining +a copy of this software and associated documentation files (the +"Software"), to deal in the Software without restriction, including +without limitation the rights to use, copy, modify, merge, publish, +distribute, sublicense, and/or sell copies of the Software, and to permit +persons to whom the Software is furnished to do so, subject to the +following conditions: + +The above copyright notice and this permission notice shall be included +in all copies or substantial portions of the Software. + +THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, +EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF +MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN +NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, +DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR +OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE +USE OR OTHER DEALINGS IN THE SOFTWARE. +-------------------------------------------------------------------------------- +expat + +! /usr/bin/env bash + __ __ _ + ___\ \/ /_ __ __ _| |_ + / _ \\ /| '_ \ / _` | __| + | __// \| |_) | (_| | |_ + \___/_/\_\ .__/ \__,_|\__| + |_| XML parser + +Copyright (c) 2017 Sebastian Pipping +Copyright (c) 2019 Jeffrey Walton +Licensed under the MIT license: + +Permission is hereby granted, free of charge, to any person obtaining +a copy of this software and associated documentation files (the +"Software"), to deal in the Software without restriction, including +without limitation the rights to use, copy, modify, merge, publish, +distribute, sublicense, and/or sell copies of the Software, and to permit +persons to whom the Software is furnished to do so, subject to the +following conditions: + +The above copyright notice and this permission notice shall be included +in all copies or substantial portions of the Software. + +THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, +EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF +MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN +NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, +DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR +OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE +USE OR OTHER DEALINGS IN THE SOFTWARE. +-------------------------------------------------------------------------------- +expat + +! /usr/bin/env bash + __ __ _ + ___\ \/ /_ __ __ _| |_ + / _ \\ /| '_ \ / _` | __| + | __// \| |_) | (_| | |_ + \___/_/\_\ .__/ \__,_|\__| + |_| XML parser + +Copyright (c) 2017-2022 Sebastian Pipping +Copyright (c) 2018 Marco Maggi +Copyright (c) 2024 Dag-Erling Smørgrav +Licensed under the MIT license: + +Permission is hereby granted, free of charge, to any person obtaining +a copy of this software and associated documentation files (the +"Software"), to deal in the Software without restriction, including +without limitation the rights to use, copy, modify, merge, publish, +distribute, sublicense, and/or sell copies of the Software, and to permit +persons to whom the Software is furnished to do so, subject to the +following conditions: + +The above copyright notice and this permission notice shall be included +in all copies or substantial portions of the Software. + +THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, +EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF +MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN +NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, +DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR +OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE +USE OR OTHER DEALINGS IN THE SOFTWARE. +-------------------------------------------------------------------------------- +expat + +! /usr/bin/env bash + __ __ _ + ___\ \/ /_ __ __ _| |_ + / _ \\ /| '_ \ / _` | __| + | __// \| |_) | (_| | |_ + \___/_/\_\ .__/ \__,_|\__| + |_| XML parser + +Copyright (c) 2017-2024 Sebastian Pipping +Copyright (c) 2018 Marco Maggi +Copyright (c) 2019 Mohammed Khajapasha +Licensed under the MIT license: + +Permission is hereby granted, free of charge, to any person obtaining +a copy of this software and associated documentation files (the +"Software"), to deal in the Software without restriction, including +without limitation the rights to use, copy, modify, merge, publish, +distribute, sublicense, and/or sell copies of the Software, and to permit +persons to whom the Software is furnished to do so, subject to the +following conditions: + +The above copyright notice and this permission notice shall be included +in all copies or substantial portions of the Software. + +THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, +EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF +MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN +NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, +DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR +OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE +USE OR OTHER DEALINGS IN THE SOFTWARE. +-------------------------------------------------------------------------------- +expat + +! /usr/bin/env bash + __ __ _ + ___\ \/ /_ __ __ _| |_ + / _ \\ /| '_ \ / _` | __| + | __// \| |_) | (_| | |_ + \___/_/\_\ .__/ \__,_|\__| + |_| XML parser + +Copyright (c) 2019-2021 Sebastian Pipping +Licensed under the MIT license: + +Permission is hereby granted, free of charge, to any person obtaining +a copy of this software and associated documentation files (the +"Software"), to deal in the Software without restriction, including +without limitation the rights to use, copy, modify, merge, publish, +distribute, sublicense, and/or sell copies of the Software, and to permit +persons to whom the Software is furnished to do so, subject to the +following conditions: + +The above copyright notice and this permission notice shall be included +in all copies or substantial portions of the Software. + +THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, +EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF +MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN +NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, +DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR +OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE +USE OR OTHER DEALINGS IN THE SOFTWARE. +-------------------------------------------------------------------------------- +expat + +! /usr/bin/env bash + __ __ _ + ___\ \/ /_ __ __ _| |_ + / _ \\ /| '_ \ / _` | __| + | __// \| |_) | (_| | |_ + \___/_/\_\ .__/ \__,_|\__| + |_| XML parser + +Copyright (c) 2019-2022 Sebastian Pipping +Copyright (c) 2024 Dag-Erling Smørgrav +Licensed under the MIT license: + +Permission is hereby granted, free of charge, to any person obtaining +a copy of this software and associated documentation files (the +"Software"), to deal in the Software without restriction, including +without limitation the rights to use, copy, modify, merge, publish, +distribute, sublicense, and/or sell copies of the Software, and to permit +persons to whom the Software is furnished to do so, subject to the +following conditions: + +The above copyright notice and this permission notice shall be included +in all copies or substantial portions of the Software. + +THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, +EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF +MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN +NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, +DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR +OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE +USE OR OTHER DEALINGS IN THE SOFTWARE. +-------------------------------------------------------------------------------- +expat + +! /usr/bin/env bash + __ __ _ + ___\ \/ /_ __ __ _| |_ + / _ \\ /| '_ \ / _` | __| + | __// \| |_) | (_| | |_ + \___/_/\_\ .__/ \__,_|\__| + |_| XML parser + +Copyright (c) 2019-2024 Sebastian Pipping +Copyright (c) 2022 Rosen Penev +Copyright (c) 2024 Dag-Erling Smørgrav +Licensed under the MIT license: + +Permission is hereby granted, free of charge, to any person obtaining +a copy of this software and associated documentation files (the +"Software"), to deal in the Software without restriction, including +without limitation the rights to use, copy, modify, merge, publish, +distribute, sublicense, and/or sell copies of the Software, and to permit +persons to whom the Software is furnished to do so, subject to the +following conditions: + +The above copyright notice and this permission notice shall be included +in all copies or substantial portions of the Software. + +THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, +EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF +MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN +NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, +DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR +OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE +USE OR OTHER DEALINGS IN THE SOFTWARE. +-------------------------------------------------------------------------------- +expat + +! /usr/bin/env bash + __ __ _ + ___\ \/ /_ __ __ _| |_ + / _ \\ /| '_ \ / _` | __| + | __// \| |_) | (_| | |_ + \___/_/\_\ .__/ \__,_|\__| + |_| XML parser + +Copyright (c) 2020-2023 Sebastian Pipping +Licensed under the MIT license: + +Permission is hereby granted, free of charge, to any person obtaining +a copy of this software and associated documentation files (the +"Software"), to deal in the Software without restriction, including +without limitation the rights to use, copy, modify, merge, publish, +distribute, sublicense, and/or sell copies of the Software, and to permit +persons to whom the Software is furnished to do so, subject to the +following conditions: + +The above copyright notice and this permission notice shall be included +in all copies or substantial portions of the Software. + +THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, +EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF +MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN +NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, +DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR +OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE +USE OR OTHER DEALINGS IN THE SOFTWARE. +-------------------------------------------------------------------------------- +expat + +! /usr/bin/env bash + __ __ _ + ___\ \/ /_ __ __ _| |_ + / _ \\ /| '_ \ / _` | __| + | __// \| |_) | (_| | |_ + \___/_/\_\ .__/ \__,_|\__| + |_| XML parser + +Copyright (c) 2021-2022 Sebastian Pipping +Licensed under the MIT license: + +Permission is hereby granted, free of charge, to any person obtaining +a copy of this software and associated documentation files (the +"Software"), to deal in the Software without restriction, including +without limitation the rights to use, copy, modify, merge, publish, +distribute, sublicense, and/or sell copies of the Software, and to permit +persons to whom the Software is furnished to do so, subject to the +following conditions: + +The above copyright notice and this permission notice shall be included +in all copies or substantial portions of the Software. + +THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, +EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF +MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN +NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, +DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR +OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE +USE OR OTHER DEALINGS IN THE SOFTWARE. +-------------------------------------------------------------------------------- +expat + +! /usr/bin/env bash + __ __ _ + ___\ \/ /_ __ __ _| |_ + / _ \\ /| '_ \ / _` | __| + | __// \| |_) | (_| | |_ + \___/_/\_\ .__/ \__,_|\__| + |_| XML parser + +Copyright (c) 2021-2025 Sebastian Pipping +Copyright (c) 2024 Dag-Erling Smørgrav +Licensed under the MIT license: + +Permission is hereby granted, free of charge, to any person obtaining +a copy of this software and associated documentation files (the +"Software"), to deal in the Software without restriction, including +without limitation the rights to use, copy, modify, merge, publish, +distribute, sublicense, and/or sell copies of the Software, and to permit +persons to whom the Software is furnished to do so, subject to the +following conditions: + +The above copyright notice and this permission notice shall be included +in all copies or substantial portions of the Software. + +THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, +EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF +MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN +NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, +DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR +OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE +USE OR OTHER DEALINGS IN THE SOFTWARE. +-------------------------------------------------------------------------------- +expat + +! /usr/bin/env bash + __ __ _ + ___\ \/ /_ __ __ _| |_ + / _ \\ /| '_ \ / _` | __| + | __// \| |_) | (_| | |_ + \___/_/\_\ .__/ \__,_|\__| + |_| XML parser + +Copyright (c) 2024-2025 Sebastian Pipping +Licensed under the MIT license: + +Permission is hereby granted, free of charge, to any person obtaining +a copy of this software and associated documentation files (the +"Software"), to deal in the Software without restriction, including +without limitation the rights to use, copy, modify, merge, publish, +distribute, sublicense, and/or sell copies of the Software, and to permit +persons to whom the Software is furnished to do so, subject to the +following conditions: + +The above copyright notice and this permission notice shall be included +in all copies or substantial portions of the Software. + +THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, +EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF +MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN +NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, +DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR +OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE +USE OR OTHER DEALINGS IN THE SOFTWARE. +-------------------------------------------------------------------------------- +expat + +! /usr/bin/env bash +Creates release tarball and detached GPG signature file for upload + __ __ _ + ___\ \/ /_ __ __ _| |_ + / _ \\ /| '_ \ / _` | __| + | __// \| |_) | (_| | |_ + \___/_/\_\ .__/ \__,_|\__| + |_| XML parser + +Copyright (c) 2018-2019 Sebastian Pipping +Licensed under the MIT license: + +Permission is hereby granted, free of charge, to any person obtaining +a copy of this software and associated documentation files (the +"Software"), to deal in the Software without restriction, including +without limitation the rights to use, copy, modify, merge, publish, +distribute, sublicense, and/or sell copies of the Software, and to permit +persons to whom the Software is furnished to do so, subject to the +following conditions: + +The above copyright notice and this permission notice shall be included +in all copies or substantial portions of the Software. + +THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, +EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF +MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN +NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, +DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR +OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE +USE OR OTHER DEALINGS IN THE SOFTWARE. +-------------------------------------------------------------------------------- +expat + +! /usr/bin/env python3 + __ __ _ + ___\ \/ /_ __ __ _| |_ + / _ \\ /| '_ \ / _` | __| + | __// \| |_) | (_| | |_ + \___/_/\_\ .__/ \__,_|\__| + |_| XML parser + +Copyright (c) 2019-2023 Sebastian Pipping +Copyright (c) 2021 Tim Bray +Licensed under the MIT license: + +Permission is hereby granted, free of charge, to any person obtaining +a copy of this software and associated documentation files (the +"Software"), to deal in the Software without restriction, including +without limitation the rights to use, copy, modify, merge, publish, +distribute, sublicense, and/or sell copies of the Software, and to permit +persons to whom the Software is furnished to do so, subject to the +following conditions: + +The above copyright notice and this permission notice shall be included +in all copies or substantial portions of the Software. + +THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, +EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF +MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN +NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, +DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR +OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE +USE OR OTHER DEALINGS IN THE SOFTWARE. +-------------------------------------------------------------------------------- +expat + +!/bin/sh +USAGE: get-version.sh path/to/expat.h + +This script will print Expat's version number on stdout. For example: + + $ ./conftools/get-version.sh ./lib/expat.h + 1.95.3 + __ __ _ + ___\ \/ /_ __ __ _| |_ + / _ \\ /| '_ \ / _` | __| + | __// \| |_) | (_| | |_ + \___/_/\_\ .__/ \__,_|\__| + |_| XML parser + +Copyright (c) 2002 Greg Stein +Copyright (c) 2017 Kerin Millar +Licensed under the MIT license: + +Permission is hereby granted, free of charge, to any person obtaining +a copy of this software and associated documentation files (the +"Software"), to deal in the Software without restriction, including +without limitation the rights to use, copy, modify, merge, publish, +distribute, sublicense, and/or sell copies of the Software, and to permit +persons to whom the Software is furnished to do so, subject to the +following conditions: + +The above copyright notice and this permission notice shall be included +in all copies or substantial portions of the Software. + +THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, +EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF +MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN +NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, +DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR +OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE +USE OR OTHER DEALINGS IN THE SOFTWARE. +-------------------------------------------------------------------------------- +expat + +!/usr/bin/env bash +Clean source directory after running the coverage script. + __ __ _ + ___\ \/ /_ __ __ _| |_ + / _ \\ /| '_ \ / _` | __| + | __// \| |_) | (_| | |_ + \___/_/\_\ .__/ \__,_|\__| + |_| XML parser + +Copyright (c) 2017 Rhodri James +Copyright (c) 2018 Marco Maggi +Copyright (c) 2019 Sebastian Pipping +Licensed under the MIT license: + +Permission is hereby granted, free of charge, to any person obtaining +a copy of this software and associated documentation files (the +"Software"), to deal in the Software without restriction, including +without limitation the rights to use, copy, modify, merge, publish, +distribute, sublicense, and/or sell copies of the Software, and to permit +persons to whom the Software is furnished to do so, subject to the +following conditions: + +The above copyright notice and this permission notice shall be included +in all copies or substantial portions of the Software. + +THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, +EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF +MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN +NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, +DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR +OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE +USE OR OTHER DEALINGS IN THE SOFTWARE. +-------------------------------------------------------------------------------- +expat + +Copyright (c) 1998-2000 Thai Open Source Software Center Ltd and Clark Cooper +Copyright (c) 2001-2025 Expat maintainers + +Permission is hereby granted, free of charge, to any person obtaining +a copy of this software and associated documentation files (the +"Software"), to deal in the Software without restriction, including +without limitation the rights to use, copy, modify, merge, publish, +distribute, sublicense, and/or sell copies of the Software, and to +permit persons to whom the Software is furnished to do so, subject to +the following conditions: + +The above copyright notice and this permission notice shall be included +in all copies or substantial portions of the Software. + +THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, +EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF +MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. +IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY +CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, +TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE +SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. +-------------------------------------------------------------------------------- +expat + +Read an XML document from standard input and print +element declarations (if any) to standard output. +It must be used with Expat compiled for UTF-8 output. +__ __ _ +___\ \/ /_ __ __ _| |_ +/ _ \\ /| '_ \ / _` | __| +| __// \| |_) | (_| | |_ +\___/_/\_\ .__/ \__,_|\__| +|_| XML parser + +Copyright (c) 1997-2000 Thai Open Source Software Center Ltd +Copyright (c) 2001-2003 Fred L. Drake, Jr. +Copyright (c) 2004-2006 Karl Waclawek +Copyright (c) 2005-2007 Steven Solie +Copyright (c) 2016-2024 Sebastian Pipping +Copyright (c) 2017 Rhodri James +Copyright (c) 2019 Zhongyuan Zhou +Copyright (c) 2024 Hanno Böck +Licensed under the MIT license: + +Permission is hereby granted, free of charge, to any person obtaining +a copy of this software and associated documentation files (the +"Software"), to deal in the Software without restriction, including +without limitation the rights to use, copy, modify, merge, publish, +distribute, sublicense, and/or sell copies of the Software, and to permit +persons to whom the Software is furnished to do so, subject to the +following conditions: + +The above copyright notice and this permission notice shall be included +in all copies or substantial portions of the Software. + +THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, +EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF +MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN +NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, +DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR +OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE +USE OR OTHER DEALINGS IN THE SOFTWARE. +-------------------------------------------------------------------------------- +expat + +Read an XML document from standard input and print an element +outline on standard output. +Must be used with Expat compiled for UTF-8 output. +__ __ _ +___\ \/ /_ __ __ _| |_ +/ _ \\ /| '_ \ / _` | __| +| __// \| |_) | (_| | |_ +\___/_/\_\ .__/ \__,_|\__| +|_| XML parser + +Copyright (c) 2000 Clark Cooper +Copyright (c) 2001-2003 Fred L. Drake, Jr. +Copyright (c) 2005-2007 Steven Solie +Copyright (c) 2005-2006 Karl Waclawek +Copyright (c) 2016-2022 Sebastian Pipping +Copyright (c) 2017 Rhodri James +Licensed under the MIT license: + +Permission is hereby granted, free of charge, to any person obtaining +a copy of this software and associated documentation files (the +"Software"), to deal in the Software without restriction, including +without limitation the rights to use, copy, modify, merge, publish, +distribute, sublicense, and/or sell copies of the Software, and to permit +persons to whom the Software is furnished to do so, subject to the +following conditions: + +The above copyright notice and this permission notice shall be included +in all copies or substantial portions of the Software. + +THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, +EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF +MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN +NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, +DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR +OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE +USE OR OTHER DEALINGS IN THE SOFTWARE. +-------------------------------------------------------------------------------- +expat + +This file is included (from xmltok.c, 1-3 times depending on XML_MIN_SIZE)! +__ __ _ +___\ \/ /_ __ __ _| |_ +/ _ \\ /| '_ \ / _` | __| +| __// \| |_) | (_| | |_ +\___/_/\_\ .__/ \__,_|\__| +|_| XML parser + +Copyright (c) 1997-2000 Thai Open Source Software Center Ltd +Copyright (c) 2000 Clark Cooper +Copyright (c) 2002 Fred L. Drake, Jr. +Copyright (c) 2002-2016 Karl Waclawek +Copyright (c) 2016-2022 Sebastian Pipping +Copyright (c) 2017 Rhodri James +Copyright (c) 2018 Benjamin Peterson +Copyright (c) 2018 Anton Maklakov +Copyright (c) 2019 David Loffredo +Copyright (c) 2020 Boris Kolpackov +Copyright (c) 2022 Martin Ettl +Licensed under the MIT license: + +Permission is hereby granted, free of charge, to any person obtaining +a copy of this software and associated documentation files (the +"Software"), to deal in the Software without restriction, including +without limitation the rights to use, copy, modify, merge, publish, +distribute, sublicense, and/or sell copies of the Software, and to permit +persons to whom the Software is furnished to do so, subject to the +following conditions: + +The above copyright notice and this permission notice shall be included +in all copies or substantial portions of the Software. + +THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, +EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF +MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN +NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, +DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR +OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE +USE OR OTHER DEALINGS IN THE SOFTWARE. +-------------------------------------------------------------------------------- +expat + +This file is included! +__ __ _ +___\ \/ /_ __ __ _| |_ +/ _ \\ /| '_ \ / _` | __| +| __// \| |_) | (_| | |_ +\___/_/\_\ .__/ \__,_|\__| +|_| XML parser + +Copyright (c) 1997-2000 Thai Open Source Software Center Ltd +Copyright (c) 2000 Clark Cooper +Copyright (c) 2002 Greg Stein +Copyright (c) 2002 Fred L. Drake, Jr. +Copyright (c) 2002-2006 Karl Waclawek +Copyright (c) 2017-2021 Sebastian Pipping +Licensed under the MIT license: + +Permission is hereby granted, free of charge, to any person obtaining +a copy of this software and associated documentation files (the +"Software"), to deal in the Software without restriction, including +without limitation the rights to use, copy, modify, merge, publish, +distribute, sublicense, and/or sell copies of the Software, and to permit +persons to whom the Software is furnished to do so, subject to the +following conditions: + +The above copyright notice and this permission notice shall be included +in all copies or substantial portions of the Software. + +THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, +EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF +MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN +NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, +DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR +OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE +USE OR OTHER DEALINGS IN THE SOFTWARE. +-------------------------------------------------------------------------------- +expat + +This is simple demonstration of how to use expat. This program +reads an XML document from standard input and writes a line with +the name of each element to standard output indenting child +elements by one tab stop more than their parent element. +It must be used with Expat compiled for UTF-8 output. +__ __ _ +___\ \/ /_ __ __ _| |_ +/ _ \\ /| '_ \ / _` | __| +| __// \| |_) | (_| | |_ +\___/_/\_\ .__/ \__,_|\__| +|_| XML parser + +Copyright (c) 1997-2000 Thai Open Source Software Center Ltd +Copyright (c) 2001-2003 Fred L. Drake, Jr. +Copyright (c) 2004-2006 Karl Waclawek +Copyright (c) 2005-2007 Steven Solie +Copyright (c) 2016-2022 Sebastian Pipping +Copyright (c) 2017 Rhodri James +Copyright (c) 2019 Zhongyuan Zhou +Licensed under the MIT license: + +Permission is hereby granted, free of charge, to any person obtaining +a copy of this software and associated documentation files (the +"Software"), to deal in the Software without restriction, including +without limitation the rights to use, copy, modify, merge, publish, +distribute, sublicense, and/or sell copies of the Software, and to permit +persons to whom the Software is furnished to do so, subject to the +following conditions: + +The above copyright notice and this permission notice shall be included +in all copies or substantial portions of the Software. + +THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, +EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF +MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN +NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, +DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR +OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE +USE OR OTHER DEALINGS IN THE SOFTWARE. +-------------------------------------------------------------------------------- +expat + +__ __ _ +___\ \/ /_ __ __ _| |_ +/ _ \\ /| '_ \ / _` | __| +| __// \| |_) | (_| | |_ +\___/_/\_\ .__/ \__,_|\__| +|_| XML parser + +Copyright (c) 1997-2000 Thai Open Source Software Center Ltd +Copyright (c) 2000 Clark Cooper +Copyright (c) 2000-2004 Fred L. Drake, Jr. +Copyright (c) 2001-2002 Greg Stein +Copyright (c) 2002-2006 Karl Waclawek +Copyright (c) 2016 Cristian Rodríguez +Copyright (c) 2016-2019 Sebastian Pipping +Copyright (c) 2017 Rhodri James +Copyright (c) 2018 Yury Gribov +Licensed under the MIT license: + +Permission is hereby granted, free of charge, to any person obtaining +a copy of this software and associated documentation files (the +"Software"), to deal in the Software without restriction, including +without limitation the rights to use, copy, modify, merge, publish, +distribute, sublicense, and/or sell copies of the Software, and to permit +persons to whom the Software is furnished to do so, subject to the +following conditions: + +The above copyright notice and this permission notice shall be included +in all copies or substantial portions of the Software. + +THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, +EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF +MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN +NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, +DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR +OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE +USE OR OTHER DEALINGS IN THE SOFTWARE. +-------------------------------------------------------------------------------- +expat + +__ __ _ +___\ \/ /_ __ __ _| |_ +/ _ \\ /| '_ \ / _` | __| +| __// \| |_) | (_| | |_ +\___/_/\_\ .__/ \__,_|\__| +|_| XML parser + +Copyright (c) 1997-2000 Thai Open Source Software Center Ltd +Copyright (c) 2000 Clark Cooper +Copyright (c) 2000-2005 Fred L. Drake, Jr. +Copyright (c) 2001-2002 Greg Stein +Copyright (c) 2002-2016 Karl Waclawek +Copyright (c) 2016-2025 Sebastian Pipping +Copyright (c) 2016 Cristian Rodríguez +Copyright (c) 2016 Thomas Beutlich +Copyright (c) 2017 Rhodri James +Copyright (c) 2022 Thijs Schreijer +Copyright (c) 2023 Hanno Böck +Copyright (c) 2023 Sony Corporation / Snild Dolkow +Copyright (c) 2024 Taichi Haradaguchi <20001722@ymail.ne.jp> +Licensed under the MIT license: + +Permission is hereby granted, free of charge, to any person obtaining +a copy of this software and associated documentation files (the +"Software"), to deal in the Software without restriction, including +without limitation the rights to use, copy, modify, merge, publish, +distribute, sublicense, and/or sell copies of the Software, and to permit +persons to whom the Software is furnished to do so, subject to the +following conditions: + +The above copyright notice and this permission notice shall be included +in all copies or substantial portions of the Software. + +THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, +EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF +MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN +NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, +DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR +OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE +USE OR OTHER DEALINGS IN THE SOFTWARE. +-------------------------------------------------------------------------------- +expat + +__ __ _ +___\ \/ /_ __ __ _| |_ +/ _ \\ /| '_ \ / _` | __| +| __// \| |_) | (_| | |_ +\___/_/\_\ .__/ \__,_|\__| +|_| XML parser + +Copyright (c) 1997-2000 Thai Open Source Software Center Ltd +Copyright (c) 2000 Clark Cooper +Copyright (c) 2001-2002 Fred L. Drake, Jr. +Copyright (c) 2006 Karl Waclawek +Copyright (c) 2016-2017 Sebastian Pipping +Copyright (c) 2017 Rhodri James +Licensed under the MIT license: + +Permission is hereby granted, free of charge, to any person obtaining +a copy of this software and associated documentation files (the +"Software"), to deal in the Software without restriction, including +without limitation the rights to use, copy, modify, merge, publish, +distribute, sublicense, and/or sell copies of the Software, and to permit +persons to whom the Software is furnished to do so, subject to the +following conditions: + +The above copyright notice and this permission notice shall be included +in all copies or substantial portions of the Software. + +THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, +EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF +MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN +NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, +DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR +OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE +USE OR OTHER DEALINGS IN THE SOFTWARE. +-------------------------------------------------------------------------------- +expat + +__ __ _ +___\ \/ /_ __ __ _| |_ +/ _ \\ /| '_ \ / _` | __| +| __// \| |_) | (_| | |_ +\___/_/\_\ .__/ \__,_|\__| +|_| XML parser + +Copyright (c) 1997-2000 Thai Open Source Software Center Ltd +Copyright (c) 2000 Clark Cooper +Copyright (c) 2001-2003 Fred L. Drake, Jr. +Copyright (c) 2002 Greg Stein +Copyright (c) 2002-2016 Karl Waclawek +Copyright (c) 2005-2009 Steven Solie +Copyright (c) 2016-2024 Sebastian Pipping +Copyright (c) 2016 Pascal Cuoq +Copyright (c) 2016 Don Lewis +Copyright (c) 2017 Rhodri James +Copyright (c) 2017 Alexander Bluhm +Copyright (c) 2017 Benbuck Nason +Copyright (c) 2017 José Gutiérrez de la Concha +Copyright (c) 2019 David Loffredo +Copyright (c) 2021 Donghee Na +Copyright (c) 2022 Martin Ettl +Copyright (c) 2022 Sean McBride +Copyright (c) 2023 Hanno Böck +Licensed under the MIT license: + +Permission is hereby granted, free of charge, to any person obtaining +a copy of this software and associated documentation files (the +"Software"), to deal in the Software without restriction, including +without limitation the rights to use, copy, modify, merge, publish, +distribute, sublicense, and/or sell copies of the Software, and to permit +persons to whom the Software is furnished to do so, subject to the +following conditions: + +The above copyright notice and this permission notice shall be included +in all copies or substantial portions of the Software. + +THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, +EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF +MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN +NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, +DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR +OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE +USE OR OTHER DEALINGS IN THE SOFTWARE. +-------------------------------------------------------------------------------- +expat + +__ __ _ +___\ \/ /_ __ __ _| |_ +/ _ \\ /| '_ \ / _` | __| +| __// \| |_) | (_| | |_ +\___/_/\_\ .__/ \__,_|\__| +|_| XML parser + +Copyright (c) 1997-2000 Thai Open Source Software Center Ltd +Copyright (c) 2000 Clark Cooper +Copyright (c) 2001-2003 Fred L. Drake, Jr. +Copyright (c) 2004-2009 Karl Waclawek +Copyright (c) 2005-2007 Steven Solie +Copyright (c) 2016-2023 Sebastian Pipping +Copyright (c) 2017 Rhodri James +Copyright (c) 2019 David Loffredo +Copyright (c) 2020 Joe Orton +Copyright (c) 2020 Kleber Tarcísio +Copyright (c) 2021 Tim Bray +Copyright (c) 2022 Martin Ettl +Copyright (c) 2022 Sean McBride +Licensed under the MIT license: + +Permission is hereby granted, free of charge, to any person obtaining +a copy of this software and associated documentation files (the +"Software"), to deal in the Software without restriction, including +without limitation the rights to use, copy, modify, merge, publish, +distribute, sublicense, and/or sell copies of the Software, and to permit +persons to whom the Software is furnished to do so, subject to the +following conditions: + +The above copyright notice and this permission notice shall be included +in all copies or substantial portions of the Software. + +THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, +EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF +MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN +NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, +DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR +OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE +USE OR OTHER DEALINGS IN THE SOFTWARE. +-------------------------------------------------------------------------------- +expat + +__ __ _ +___\ \/ /_ __ __ _| |_ +/ _ \\ /| '_ \ / _` | __| +| __// \| |_) | (_| | |_ +\___/_/\_\ .__/ \__,_|\__| +|_| XML parser + +Copyright (c) 1997-2000 Thai Open Source Software Center Ltd +Copyright (c) 2000 Clark Cooper +Copyright (c) 2001-2004 Fred L. Drake, Jr. +Copyright (c) 2002-2009 Karl Waclawek +Copyright (c) 2016-2017 Sebastian Pipping +Copyright (c) 2017 Rhodri James +Copyright (c) 2017 Franek Korta +Copyright (c) 2022 Sean McBride +Copyright (c) 2025 Hanno Böck +Licensed under the MIT license: + +Permission is hereby granted, free of charge, to any person obtaining +a copy of this software and associated documentation files (the +"Software"), to deal in the Software without restriction, including +without limitation the rights to use, copy, modify, merge, publish, +distribute, sublicense, and/or sell copies of the Software, and to permit +persons to whom the Software is furnished to do so, subject to the +following conditions: + +The above copyright notice and this permission notice shall be included +in all copies or substantial portions of the Software. + +THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, +EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF +MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN +NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, +DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR +OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE +USE OR OTHER DEALINGS IN THE SOFTWARE. +-------------------------------------------------------------------------------- +expat + +__ __ _ +___\ \/ /_ __ __ _| |_ +/ _ \\ /| '_ \ / _` | __| +| __// \| |_) | (_| | |_ +\___/_/\_\ .__/ \__,_|\__| +|_| XML parser + +Copyright (c) 1997-2000 Thai Open Source Software Center Ltd +Copyright (c) 2000 Clark Cooper +Copyright (c) 2002 Fred L. Drake, Jr. +Copyright (c) 2002-2005 Karl Waclawek +Copyright (c) 2016-2024 Sebastian Pipping +Copyright (c) 2017 Rhodri James +Licensed under the MIT license: + +Permission is hereby granted, free of charge, to any person obtaining +a copy of this software and associated documentation files (the +"Software"), to deal in the Software without restriction, including +without limitation the rights to use, copy, modify, merge, publish, +distribute, sublicense, and/or sell copies of the Software, and to permit +persons to whom the Software is furnished to do so, subject to the +following conditions: + +The above copyright notice and this permission notice shall be included +in all copies or substantial portions of the Software. + +THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, +EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF +MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN +NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, +DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR +OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE +USE OR OTHER DEALINGS IN THE SOFTWARE. +-------------------------------------------------------------------------------- +expat + +__ __ _ +___\ \/ /_ __ __ _| |_ +/ _ \\ /| '_ \ / _` | __| +| __// \| |_) | (_| | |_ +\___/_/\_\ .__/ \__,_|\__| +|_| XML parser + +Copyright (c) 1997-2000 Thai Open Source Software Center Ltd +Copyright (c) 2000 Clark Cooper +Copyright (c) 2002 Fred L. Drake, Jr. +Copyright (c) 2005 Karl Waclawek +Copyright (c) 2016-2023 Sebastian Pipping +Licensed under the MIT license: + +Permission is hereby granted, free of charge, to any person obtaining +a copy of this software and associated documentation files (the +"Software"), to deal in the Software without restriction, including +without limitation the rights to use, copy, modify, merge, publish, +distribute, sublicense, and/or sell copies of the Software, and to permit +persons to whom the Software is furnished to do so, subject to the +following conditions: + +The above copyright notice and this permission notice shall be included +in all copies or substantial portions of the Software. + +THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, +EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF +MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN +NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, +DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR +OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE +USE OR OTHER DEALINGS IN THE SOFTWARE. +-------------------------------------------------------------------------------- +expat + +__ __ _ +___\ \/ /_ __ __ _| |_ +/ _ \\ /| '_ \ / _` | __| +| __// \| |_) | (_| | |_ +\___/_/\_\ .__/ \__,_|\__| +|_| XML parser + +Copyright (c) 1997-2000 Thai Open Source Software Center Ltd +Copyright (c) 2000 Clark Cooper +Copyright (c) 2002 Fred L. Drake, Jr. +Copyright (c) 2005-2006 Karl Waclawek +Copyright (c) 2016-2019 Sebastian Pipping +Copyright (c) 2019 David Loffredo +Licensed under the MIT license: + +Permission is hereby granted, free of charge, to any person obtaining +a copy of this software and associated documentation files (the +"Software"), to deal in the Software without restriction, including +without limitation the rights to use, copy, modify, merge, publish, +distribute, sublicense, and/or sell copies of the Software, and to permit +persons to whom the Software is furnished to do so, subject to the +following conditions: + +The above copyright notice and this permission notice shall be included +in all copies or substantial portions of the Software. + +THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, +EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF +MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN +NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, +DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR +OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE +USE OR OTHER DEALINGS IN THE SOFTWARE. +-------------------------------------------------------------------------------- +expat + +__ __ _ +___\ \/ /_ __ __ _| |_ +/ _ \\ /| '_ \ / _` | __| +| __// \| |_) | (_| | |_ +\___/_/\_\ .__/ \__,_|\__| +|_| XML parser + +Copyright (c) 1997-2000 Thai Open Source Software Center Ltd +Copyright (c) 2000 Clark Cooper +Copyright (c) 2002 Fred L. Drake, Jr. +Copyright (c) 2016-2017 Sebastian Pipping +Licensed under the MIT license: + +Permission is hereby granted, free of charge, to any person obtaining +a copy of this software and associated documentation files (the +"Software"), to deal in the Software without restriction, including +without limitation the rights to use, copy, modify, merge, publish, +distribute, sublicense, and/or sell copies of the Software, and to permit +persons to whom the Software is furnished to do so, subject to the +following conditions: + +The above copyright notice and this permission notice shall be included +in all copies or substantial portions of the Software. + +THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, +EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF +MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN +NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, +DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR +OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE +USE OR OTHER DEALINGS IN THE SOFTWARE. +-------------------------------------------------------------------------------- +expat + +__ __ _ +___\ \/ /_ __ __ _| |_ +/ _ \\ /| '_ \ / _` | __| +| __// \| |_) | (_| | |_ +\___/_/\_\ .__/ \__,_|\__| +|_| XML parser + +Copyright (c) 1997-2000 Thai Open Source Software Center Ltd +Copyright (c) 2000 Clark Cooper +Copyright (c) 2002 Fred L. Drake, Jr. +Copyright (c) 2016-2022 Sebastian Pipping +Copyright (c) 2022 Martin Ettl +Licensed under the MIT license: + +Permission is hereby granted, free of charge, to any person obtaining +a copy of this software and associated documentation files (the +"Software"), to deal in the Software without restriction, including +without limitation the rights to use, copy, modify, merge, publish, +distribute, sublicense, and/or sell copies of the Software, and to permit +persons to whom the Software is furnished to do so, subject to the +following conditions: + +The above copyright notice and this permission notice shall be included +in all copies or substantial portions of the Software. + +THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, +EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF +MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN +NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, +DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR +OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE +USE OR OTHER DEALINGS IN THE SOFTWARE. +-------------------------------------------------------------------------------- +expat + +__ __ _ +___\ \/ /_ __ __ _| |_ +/ _ \\ /| '_ \ / _` | __| +| __// \| |_) | (_| | |_ +\___/_/\_\ .__/ \__,_|\__| +|_| XML parser + +Copyright (c) 1997-2000 Thai Open Source Software Center Ltd +Copyright (c) 2000 Clark Cooper +Copyright (c) 2002 Fred L. Drake, Jr. +Copyright (c) 2016-2024 Sebastian Pipping +Licensed under the MIT license: + +Permission is hereby granted, free of charge, to any person obtaining +a copy of this software and associated documentation files (the +"Software"), to deal in the Software without restriction, including +without limitation the rights to use, copy, modify, merge, publish, +distribute, sublicense, and/or sell copies of the Software, and to permit +persons to whom the Software is furnished to do so, subject to the +following conditions: + +The above copyright notice and this permission notice shall be included +in all copies or substantial portions of the Software. + +THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, +EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF +MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN +NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, +DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR +OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE +USE OR OTHER DEALINGS IN THE SOFTWARE. +-------------------------------------------------------------------------------- +expat + +__ __ _ +___\ \/ /_ __ __ _| |_ +/ _ \\ /| '_ \ / _` | __| +| __// \| |_) | (_| | |_ +\___/_/\_\ .__/ \__,_|\__| +|_| XML parser + +Copyright (c) 1997-2000 Thai Open Source Software Center Ltd +Copyright (c) 2000 Clark Cooper +Copyright (c) 2002 Fred L. Drake, Jr. +Copyright (c) 2017 Sebastian Pipping +Licensed under the MIT license: + +Permission is hereby granted, free of charge, to any person obtaining +a copy of this software and associated documentation files (the +"Software"), to deal in the Software without restriction, including +without limitation the rights to use, copy, modify, merge, publish, +distribute, sublicense, and/or sell copies of the Software, and to permit +persons to whom the Software is furnished to do so, subject to the +following conditions: + +The above copyright notice and this permission notice shall be included +in all copies or substantial portions of the Software. + +THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, +EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF +MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN +NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, +DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR +OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE +USE OR OTHER DEALINGS IN THE SOFTWARE. +-------------------------------------------------------------------------------- +expat + +__ __ _ +___\ \/ /_ __ __ _| |_ +/ _ \\ /| '_ \ / _` | __| +| __// \| |_) | (_| | |_ +\___/_/\_\ .__/ \__,_|\__| +|_| XML parser + +Copyright (c) 1997-2000 Thai Open Source Software Center Ltd +Copyright (c) 2000 Clark Cooper +Copyright (c) 2002 Greg Stein +Copyright (c) 2002-2006 Karl Waclawek +Copyright (c) 2002-2003 Fred L. Drake, Jr. +Copyright (c) 2005-2009 Steven Solie +Copyright (c) 2016-2023 Sebastian Pipping +Copyright (c) 2017 Rhodri James +Copyright (c) 2019 David Loffredo +Copyright (c) 2021 Donghee Na +Licensed under the MIT license: + +Permission is hereby granted, free of charge, to any person obtaining +a copy of this software and associated documentation files (the +"Software"), to deal in the Software without restriction, including +without limitation the rights to use, copy, modify, merge, publish, +distribute, sublicense, and/or sell copies of the Software, and to permit +persons to whom the Software is furnished to do so, subject to the +following conditions: + +The above copyright notice and this permission notice shall be included +in all copies or substantial portions of the Software. + +THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, +EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF +MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN +NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, +DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR +OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE +USE OR OTHER DEALINGS IN THE SOFTWARE. +-------------------------------------------------------------------------------- +expat + +__ __ _ +___\ \/ /_ __ __ _| |_ +/ _ \\ /| '_ \ / _` | __| +| __// \| |_) | (_| | |_ +\___/_/\_\ .__/ \__,_|\__| +|_| XML parser + +Copyright (c) 1997-2000 Thai Open Source Software Center Ltd +Copyright (c) 2000 Clark Cooper +Copyright (c) 2002 Karl Waclawek +Copyright (c) 2002 Fred L. Drake, Jr. +Copyright (c) 2017-2024 Sebastian Pipping +Licensed under the MIT license: + +Permission is hereby granted, free of charge, to any person obtaining +a copy of this software and associated documentation files (the +"Software"), to deal in the Software without restriction, including +without limitation the rights to use, copy, modify, merge, publish, +distribute, sublicense, and/or sell copies of the Software, and to permit +persons to whom the Software is furnished to do so, subject to the +following conditions: + +The above copyright notice and this permission notice shall be included +in all copies or substantial portions of the Software. + +THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, +EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF +MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN +NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, +DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR +OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE +USE OR OTHER DEALINGS IN THE SOFTWARE. +-------------------------------------------------------------------------------- +expat + +__ __ _ +___\ \/ /_ __ __ _| |_ +/ _ \\ /| '_ \ / _` | __| +| __// \| |_) | (_| | |_ +\___/_/\_\ .__/ \__,_|\__| +|_| XML parser + +Copyright (c) 1997-2000 Thai Open Source Software Center Ltd +Copyright (c) 2000 Clark Cooper +Copyright (c) 2002-2003 Fred L. Drake, Jr. +Copyright (c) 2004-2006 Karl Waclawek +Copyright (c) 2005-2007 Steven Solie +Copyright (c) 2016-2023 Sebastian Pipping +Copyright (c) 2017 Rhodri James +Copyright (c) 2019 David Loffredo +Copyright (c) 2021 Donghee Na +Copyright (c) 2024 Hanno Böck +Licensed under the MIT license: + +Permission is hereby granted, free of charge, to any person obtaining +a copy of this software and associated documentation files (the +"Software"), to deal in the Software without restriction, including +without limitation the rights to use, copy, modify, merge, publish, +distribute, sublicense, and/or sell copies of the Software, and to permit +persons to whom the Software is furnished to do so, subject to the +following conditions: + +The above copyright notice and this permission notice shall be included +in all copies or substantial portions of the Software. + +THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, +EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF +MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN +NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, +DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR +OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE +USE OR OTHER DEALINGS IN THE SOFTWARE. +-------------------------------------------------------------------------------- +expat + +__ __ _ +___\ \/ /_ __ __ _| |_ +/ _ \\ /| '_ \ / _` | __| +| __// \| |_) | (_| | |_ +\___/_/\_\ .__/ \__,_|\__| +|_| XML parser + +Copyright (c) 1997-2000 Thai Open Source Software Center Ltd +Copyright (c) 2000 Clark Cooper +Copyright (c) 2017-2019 Sebastian Pipping +Licensed under the MIT license: + +Permission is hereby granted, free of charge, to any person obtaining +a copy of this software and associated documentation files (the +"Software"), to deal in the Software without restriction, including +without limitation the rights to use, copy, modify, merge, publish, +distribute, sublicense, and/or sell copies of the Software, and to permit +persons to whom the Software is furnished to do so, subject to the +following conditions: + +The above copyright notice and this permission notice shall be included +in all copies or substantial portions of the Software. + +THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, +EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF +MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN +NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, +DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR +OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE +USE OR OTHER DEALINGS IN THE SOFTWARE. +-------------------------------------------------------------------------------- +expat + +__ __ _ +___\ \/ /_ __ __ _| |_ +/ _ \\ /| '_ \ / _` | __| +| __// \| |_) | (_| | |_ +\___/_/\_\ .__/ \__,_|\__| +|_| XML parser + +Copyright (c) 1997-2000 Thai Open Source Software Center Ltd +Copyright (c) 2002 Fred L. Drake, Jr. +Copyright (c) 2016-2017 Sebastian Pipping +Licensed under the MIT license: + +Permission is hereby granted, free of charge, to any person obtaining +a copy of this software and associated documentation files (the +"Software"), to deal in the Software without restriction, including +without limitation the rights to use, copy, modify, merge, publish, +distribute, sublicense, and/or sell copies of the Software, and to permit +persons to whom the Software is furnished to do so, subject to the +following conditions: + +The above copyright notice and this permission notice shall be included +in all copies or substantial portions of the Software. + +THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, +EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF +MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN +NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, +DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR +OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE +USE OR OTHER DEALINGS IN THE SOFTWARE. +-------------------------------------------------------------------------------- +expat + +__ __ _ +___\ \/ /_ __ __ _| |_ +/ _ \\ /| '_ \ / _` | __| +| __// \| |_) | (_| | |_ +\___/_/\_\ .__/ \__,_|\__| +|_| XML parser + +Copyright (c) 1997-2000 Thai Open Source Software Center Ltd +Copyright (c) 2002 Fred L. Drake, Jr. +Copyright (c) 2016-2018 Sebastian Pipping +Copyright (c) 2018 Marco Maggi +Licensed under the MIT license: + +Permission is hereby granted, free of charge, to any person obtaining +a copy of this software and associated documentation files (the +"Software"), to deal in the Software without restriction, including +without limitation the rights to use, copy, modify, merge, publish, +distribute, sublicense, and/or sell copies of the Software, and to permit +persons to whom the Software is furnished to do so, subject to the +following conditions: + +The above copyright notice and this permission notice shall be included +in all copies or substantial portions of the Software. + +THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, +EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF +MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN +NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, +DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR +OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE +USE OR OTHER DEALINGS IN THE SOFTWARE. +-------------------------------------------------------------------------------- +expat + +__ __ _ +___\ \/ /_ __ __ _| |_ +/ _ \\ /| '_ \ / _` | __| +| __// \| |_) | (_| | |_ +\___/_/\_\ .__/ \__,_|\__| +|_| XML parser + +Copyright (c) 1997-2000 Thai Open Source Software Center Ltd +Copyright (c) 2016-2021 Sebastian Pipping +Copyright (c) 2017 Rhodri James +Licensed under the MIT license: + +Permission is hereby granted, free of charge, to any person obtaining +a copy of this software and associated documentation files (the +"Software"), to deal in the Software without restriction, including +without limitation the rights to use, copy, modify, merge, publish, +distribute, sublicense, and/or sell copies of the Software, and to permit +persons to whom the Software is furnished to do so, subject to the +following conditions: + +The above copyright notice and this permission notice shall be included +in all copies or substantial portions of the Software. + +THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, +EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF +MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN +NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, +DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR +OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE +USE OR OTHER DEALINGS IN THE SOFTWARE. +-------------------------------------------------------------------------------- +expat + +__ __ _ +___\ \/ /_ __ __ _| |_ +/ _ \\ /| '_ \ / _` | __| +| __// \| |_) | (_| | |_ +\___/_/\_\ .__/ \__,_|\__| +|_| XML parser + +Copyright (c) 1999-2000 Thai Open Source Software Center Ltd +Copyright (c) 2000 Clark Cooper +Copyright (c) 2002 Fred L. Drake, Jr. +Copyright (c) 2007 Karl Waclawek +Copyright (c) 2017 Sebastian Pipping +Licensed under the MIT license: + +Permission is hereby granted, free of charge, to any person obtaining +a copy of this software and associated documentation files (the +"Software"), to deal in the Software without restriction, including +without limitation the rights to use, copy, modify, merge, publish, +distribute, sublicense, and/or sell copies of the Software, and to permit +persons to whom the Software is furnished to do so, subject to the +following conditions: + +The above copyright notice and this permission notice shall be included +in all copies or substantial portions of the Software. + +THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, +EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF +MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN +NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, +DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR +OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE +USE OR OTHER DEALINGS IN THE SOFTWARE. +-------------------------------------------------------------------------------- +expat + +__ __ _ +___\ \/ /_ __ __ _| |_ +/ _ \\ /| '_ \ / _` | __| +| __// \| |_) | (_| | |_ +\___/_/\_\ .__/ \__,_|\__| +|_| XML parser + +Copyright (c) 2000 Clark Cooper +Copyright (c) 2002 Greg Stein +Copyright (c) 2005 Karl Waclawek +Copyright (c) 2017-2023 Sebastian Pipping +Copyright (c) 2023 Orgad Shaneh +Licensed under the MIT license: + +Permission is hereby granted, free of charge, to any person obtaining +a copy of this software and associated documentation files (the +"Software"), to deal in the Software without restriction, including +without limitation the rights to use, copy, modify, merge, publish, +distribute, sublicense, and/or sell copies of the Software, and to permit +persons to whom the Software is furnished to do so, subject to the +following conditions: + +The above copyright notice and this permission notice shall be included +in all copies or substantial portions of the Software. + +THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, +EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF +MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN +NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, +DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR +OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE +USE OR OTHER DEALINGS IN THE SOFTWARE. +-------------------------------------------------------------------------------- +expat + +__ __ _ +___\ \/ /_ __ __ _| |_ +/ _ \\ /| '_ \ / _` | __| +| __// \| |_) | (_| | |_ +\___/_/\_\ .__/ \__,_|\__| +|_| XML parser + +Copyright (c) 2000 Clark Cooper +Copyright (c) 2017 Sebastian Pipping +Licensed under the MIT license: + +Permission is hereby granted, free of charge, to any person obtaining +a copy of this software and associated documentation files (the +"Software"), to deal in the Software without restriction, including +without limitation the rights to use, copy, modify, merge, publish, +distribute, sublicense, and/or sell copies of the Software, and to permit +persons to whom the Software is furnished to do so, subject to the +following conditions: + +The above copyright notice and this permission notice shall be included +in all copies or substantial portions of the Software. + +THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, +EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF +MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN +NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, +DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR +OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE +USE OR OTHER DEALINGS IN THE SOFTWARE. +-------------------------------------------------------------------------------- +expat + +__ __ _ +___\ \/ /_ __ __ _| |_ +/ _ \\ /| '_ \ / _` | __| +| __// \| |_) | (_| | |_ +\___/_/\_\ .__/ \__,_|\__| +|_| XML parser + +Copyright (c) 2022 Mark Brand +Copyright (c) 2025 Sebastian Pipping +Licensed under the MIT license: + +Permission is hereby granted, free of charge, to any person obtaining +a copy of this software and associated documentation files (the +"Software"), to deal in the Software without restriction, including +without limitation the rights to use, copy, modify, merge, publish, +distribute, sublicense, and/or sell copies of the Software, and to permit +persons to whom the Software is furnished to do so, subject to the +following conditions: + +The above copyright notice and this permission notice shall be included +in all copies or substantial portions of the Software. + +THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, +EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF +MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN +NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, +DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR +OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE +USE OR OTHER DEALINGS IN THE SOFTWARE. +-------------------------------------------------------------------------------- +expat + +d19ae032c224863c1527ba44d228cc34b99192c3a4c5a27af1f4e054d45ee031 (2.7.1+) +__ __ _ +___\ \/ /_ __ __ _| |_ +/ _ \\ /| '_ \ / _` | __| +| __// \| |_) | (_| | |_ +\___/_/\_\ .__/ \__,_|\__| +|_| XML parser + +Copyright (c) 1997-2000 Thai Open Source Software Center Ltd +Copyright (c) 2000 Clark Cooper +Copyright (c) 2000-2006 Fred L. Drake, Jr. +Copyright (c) 2001-2002 Greg Stein +Copyright (c) 2002-2016 Karl Waclawek +Copyright (c) 2005-2009 Steven Solie +Copyright (c) 2016 Eric Rahm +Copyright (c) 2016-2025 Sebastian Pipping +Copyright (c) 2016 Gaurav +Copyright (c) 2016 Thomas Beutlich +Copyright (c) 2016 Gustavo Grieco +Copyright (c) 2016 Pascal Cuoq +Copyright (c) 2016 Ed Schouten +Copyright (c) 2017-2022 Rhodri James +Copyright (c) 2017 Václav Slavík +Copyright (c) 2017 Viktor Szakats +Copyright (c) 2017 Chanho Park +Copyright (c) 2017 Rolf Eike Beer +Copyright (c) 2017 Hans Wennborg +Copyright (c) 2018 Anton Maklakov +Copyright (c) 2018 Benjamin Peterson +Copyright (c) 2018 Marco Maggi +Copyright (c) 2018 Mariusz Zaborski +Copyright (c) 2019 David Loffredo +Copyright (c) 2019-2020 Ben Wagner +Copyright (c) 2019 Vadim Zeitlin +Copyright (c) 2021 Donghee Na +Copyright (c) 2022 Samanta Navarro +Copyright (c) 2022 Jeffrey Walton +Copyright (c) 2022 Jann Horn +Copyright (c) 2022 Sean McBride +Copyright (c) 2023 Owain Davies +Copyright (c) 2023-2024 Sony Corporation / Snild Dolkow +Copyright (c) 2024-2025 Berkay Eren Ürün +Copyright (c) 2024 Hanno Böck +Licensed under the MIT license: + +Permission is hereby granted, free of charge, to any person obtaining +a copy of this software and associated documentation files (the +"Software"), to deal in the Software without restriction, including +without limitation the rights to use, copy, modify, merge, publish, +distribute, sublicense, and/or sell copies of the Software, and to permit +persons to whom the Software is furnished to do so, subject to the +following conditions: + +The above copyright notice and this permission notice shall be included +in all copies or substantial portions of the Software. + +THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, +EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF +MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN +NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, +DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR +OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE +USE OR OTHER DEALINGS IN THE SOFTWARE. +-------------------------------------------------------------------------------- +expat +harfbuzz + +// Copyright (c) 2021 Google Inc. All rights reserved. +// +// Redistribution and use in source and binary forms, with or without +// modification, are permitted provided that the following conditions are +// met: +// +// * Redistributions of source code must retain the above copyright +// notice, this list of conditions and the following disclaimer. +// * Redistributions in binary form must reproduce the above +// copyright notice, this list of conditions and the following disclaimer +// in the documentation and/or other materials provided with the +// distribution. +// * Neither the name of Google Inc. nor the names of its +// contributors may be used to endorse or promote products derived from +// this software without specific prior written permission. +// +// THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS +// "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT +// LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR +// A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT +// OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, +// SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT +// LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, +// DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY +// THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT +// (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE +// OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. +-------------------------------------------------------------------------------- +fallback_root_certificates + +Mozilla Public License Version 2.0 +================================== + +1. Definitions +-------------- + +1.1. "Contributor" + means each individual or legal entity that creates, contributes to + the creation of, or owns Covered Software. + +1.2. "Contributor Version" + means the combination of the Contributions of others (if any) used + by a Contributor and that particular Contributor's Contribution. + +1.3. "Contribution" + means Covered Software of a particular Contributor. + +1.4. "Covered Software" + means Source Code Form to which the initial Contributor has attached + the notice in Exhibit A, the Executable Form of such Source Code + Form, and Modifications of such Source Code Form, in each case + including portions thereof. + +1.5. "Incompatible With Secondary Licenses" + means + + (a) that the initial Contributor has attached the notice described + in Exhibit B to the Covered Software; or + + (b) that the Covered Software was made available under the terms of + version 1.1 or earlier of the License, but not also under the + terms of a Secondary License. + +1.6. "Executable Form" + means any form of the work other than Source Code Form. + +1.7. "Larger Work" + means a work that combines Covered Software with other material, in + a separate file or files, that is not Covered Software. + +1.8. "License" + means this document. + +1.9. "Licensable" + means having the right to grant, to the maximum extent possible, + whether at the time of the initial grant or subsequently, any and + all of the rights conveyed by this License. + +1.10. "Modifications" + means any of the following: + + (a) any file in Source Code Form that results from an addition to, + deletion from, or modification of the contents of Covered + Software; or + + (b) any new file in Source Code Form that contains any Covered + Software. + +1.11. "Patent Claims" of a Contributor + means any patent claim(s), including without limitation, method, + process, and apparatus claims, in any patent Licensable by such + Contributor that would be infringed, but for the grant of the + License, by the making, using, selling, offering for sale, having + made, import, or transfer of either its Contributions or its + Contributor Version. + +1.12. "Secondary License" + means either the GNU General Public License, Version 2.0, the GNU + Lesser General Public License, Version 2.1, the GNU Affero General + Public License, Version 3.0, or any later versions of those + licenses. + +1.13. "Source Code Form" + means the form of the work preferred for making modifications. + +1.14. "You" (or "Your") + means an individual or a legal entity exercising rights under this + License. For legal entities, "You" includes any entity that + controls, is controlled by, or is under common control with You. For + purposes of this definition, "control" means (a) the power, direct + or indirect, to cause the direction or management of such entity, + whether by contract or otherwise, or (b) ownership of more than + fifty percent (50%) of the outstanding shares or beneficial + ownership of such entity. + +2. License Grants and Conditions +-------------------------------- + +2.1. Grants + +Each Contributor hereby grants You a world-wide, royalty-free, +non-exclusive license: + +(a) under intellectual property rights (other than patent or trademark) + Licensable by such Contributor to use, reproduce, make available, + modify, display, perform, distribute, and otherwise exploit its + Contributions, either on an unmodified basis, with Modifications, or + as part of a Larger Work; and + +(b) under Patent Claims of such Contributor to make, use, sell, offer + for sale, have made, import, and otherwise transfer either its + Contributions or its Contributor Version. + +2.2. Effective Date + +The licenses granted in Section 2.1 with respect to any Contribution +become effective for each Contribution on the date the Contributor first +distributes such Contribution. + +2.3. Limitations on Grant Scope + +The licenses granted in this Section 2 are the only rights granted under +this License. No additional rights or licenses will be implied from the +distribution or licensing of Covered Software under this License. +Notwithstanding Section 2.1(b) above, no patent license is granted by a +Contributor: + +(a) for any code that a Contributor has removed from Covered Software; + or + +(b) for infringements caused by: (i) Your and any other third party's + modifications of Covered Software, or (ii) the combination of its + Contributions with other software (except as part of its Contributor + Version); or + +(c) under Patent Claims infringed by Covered Software in the absence of + its Contributions. + +This License does not grant any rights in the trademarks, service marks, +or logos of any Contributor (except as may be necessary to comply with +the notice requirements in Section 3.4). + +2.4. Subsequent Licenses + +No Contributor makes additional grants as a result of Your choice to +distribute the Covered Software under a subsequent version of this +License (see Section 10.2) or under the terms of a Secondary License (if +permitted under the terms of Section 3.3). + +2.5. Representation + +Each Contributor represents that the Contributor believes its +Contributions are its original creation(s) or it has sufficient rights +to grant the rights to its Contributions conveyed by this License. + +2.6. Fair Use + +This License is not intended to limit any rights You have under +applicable copyright doctrines of fair use, fair dealing, or other +equivalents. + +2.7. Conditions + +Sections 3.1, 3.2, 3.3, and 3.4 are conditions of the licenses granted +in Section 2.1. + +3. Responsibilities +------------------- + +3.1. Distribution of Source Form + +All distribution of Covered Software in Source Code Form, including any +Modifications that You create or to which You contribute, must be under +the terms of this License. You must inform recipients that the Source +Code Form of the Covered Software is governed by the terms of this +License, and how they can obtain a copy of this License. You may not +attempt to alter or restrict the recipients' rights in the Source Code +Form. + +3.2. Distribution of Executable Form + +If You distribute Covered Software in Executable Form then: + +(a) such Covered Software must also be made available in Source Code + Form, as described in Section 3.1, and You must inform recipients of + the Executable Form how they can obtain a copy of such Source Code + Form by reasonable means in a timely manner, at a charge no more + than the cost of distribution to the recipient; and + +(b) You may distribute such Executable Form under the terms of this + License, or sublicense it under different terms, provided that the + license for the Executable Form does not attempt to limit or alter + the recipients' rights in the Source Code Form under this License. + +3.3. Distribution of a Larger Work + +You may create and distribute a Larger Work under terms of Your choice, +provided that You also comply with the requirements of this License for +the Covered Software. If the Larger Work is a combination of Covered +Software with a work governed by one or more Secondary Licenses, and the +Covered Software is not Incompatible With Secondary Licenses, this +License permits You to additionally distribute such Covered Software +under the terms of such Secondary License(s), so that the recipient of +the Larger Work may, at their option, further distribute the Covered +Software under the terms of either this License or such Secondary +License(s). + +3.4. Notices + +You may not remove or alter the substance of any license notices +(including copyright notices, patent notices, disclaimers of warranty, +or limitations of liability) contained within the Source Code Form of +the Covered Software, except that You may alter any license notices to +the extent required to remedy known factual inaccuracies. + +3.5. Application of Additional Terms + +You may choose to offer, and to charge a fee for, warranty, support, +indemnity or liability obligations to one or more recipients of Covered +Software. However, You may do so only on Your own behalf, and not on +behalf of any Contributor. You must make it absolutely clear that any +such warranty, support, indemnity, or liability obligation is offered by +You alone, and You hereby agree to indemnify every Contributor for any +liability incurred by such Contributor as a result of warranty, support, +indemnity or liability terms You offer. You may include additional +disclaimers of warranty and limitations of liability specific to any +jurisdiction. + +4. Inability to Comply Due to Statute or Regulation +--------------------------------------------------- + +If it is impossible for You to comply with any of the terms of this +License with respect to some or all of the Covered Software due to +statute, judicial order, or regulation then You must: (a) comply with +the terms of this License to the maximum extent possible; and (b) +describe the limitations and the code they affect. Such description must +be placed in a text file included with all distributions of the Covered +Software under this License. Except to the extent prohibited by statute +or regulation, such description must be sufficiently detailed for a +recipient of ordinary skill to be able to understand it. + +5. Termination +-------------- + +5.1. The rights granted under this License will terminate automatically +if You fail to comply with any of its terms. However, if You become +compliant, then the rights granted under this License from a particular +Contributor are reinstated (a) provisionally, unless and until such +Contributor explicitly and finally terminates Your grants, and (b) on an +ongoing basis, if such Contributor fails to notify You of the +non-compliance by some reasonable means prior to 60 days after You have +come back into compliance. Moreover, Your grants from a particular +Contributor are reinstated on an ongoing basis if such Contributor +notifies You of the non-compliance by some reasonable means, this is the +first time You have received notice of non-compliance with this License +from such Contributor, and You become compliant prior to 30 days after +Your receipt of the notice. + +5.2. If You initiate litigation against any entity by asserting a patent +infringement claim (excluding declaratory judgment actions, +counter-claims, and cross-claims) alleging that a Contributor Version +directly or indirectly infringes any patent, then the rights granted to +You by any and all Contributors for the Covered Software under Section +2.1 of this License shall terminate. + +5.3. In the event of termination under Sections 5.1 or 5.2 above, all +end user license agreements (excluding distributors and resellers) which +have been validly granted by You or Your distributors under this License +prior to termination shall survive termination. + +************************************************************************ +* * +* 6. Disclaimer of Warranty * +* ------------------------- * +* * +* Covered Software is provided under this License on an "as is" * +* basis, without warranty of any kind, either expressed, implied, or * +* statutory, including, without limitation, warranties that the * +* Covered Software is free of defects, merchantable, fit for a * +* particular purpose or non-infringing. The entire risk as to the * +* quality and performance of the Covered Software is with You. * +* Should any Covered Software prove defective in any respect, You * +* (not any Contributor) assume the cost of any necessary servicing, * +* repair, or correction. This disclaimer of warranty constitutes an * +* essential part of this License. No use of any Covered Software is * +* authorized under this License except under this disclaimer. * +* * +************************************************************************ + +************************************************************************ +* * +* 7. Limitation of Liability * +* -------------------------- * +* * +* Under no circumstances and under no legal theory, whether tort * +* (including negligence), contract, or otherwise, shall any * +* Contributor, or anyone who distributes Covered Software as * +* permitted above, be liable to You for any direct, indirect, * +* special, incidental, or consequential damages of any character * +* including, without limitation, damages for lost profits, loss of * +* goodwill, work stoppage, computer failure or malfunction, or any * +* and all other commercial damages or losses, even if such party * +* shall have been informed of the possibility of such damages. This * +* limitation of liability shall not apply to liability for death or * +* personal injury resulting from such party's negligence to the * +* extent applicable law prohibits such limitation. Some * +* jurisdictions do not allow the exclusion or limitation of * +* incidental or consequential damages, so this exclusion and * +* limitation may not apply to You. * +* * +************************************************************************ + +8. Litigation +------------- + +Any litigation relating to this License may be brought only in the +courts of a jurisdiction where the defendant maintains its principal +place of business and such litigation shall be governed by laws of that +jurisdiction, without reference to its conflict-of-law provisions. +Nothing in this Section shall prevent a party's ability to bring +cross-claims or counter-claims. + +9. Miscellaneous +---------------- + +This License represents the complete agreement concerning the subject +matter hereof. If any provision of this License is held to be +unenforceable, such provision shall be reformed only to the extent +necessary to make it enforceable. Any law or regulation which provides +that the language of a contract shall be construed against the drafter +shall not be used to construe this License against a Contributor. + +10. Versions of the License +--------------------------- + +10.1. New Versions + +Mozilla Foundation is the license steward. Except as provided in Section +10.3, no one other than the license steward has the right to modify or +publish new versions of this License. Each version will be given a +distinguishing version number. + +10.2. Effect of New Versions + +You may distribute the Covered Software under the terms of the version +of the License under which You originally received the Covered Software, +or under the terms of any subsequent version published by the license +steward. + +10.3. Modified Versions + +If you create software not governed by this License, and you want to +create a new license for such software, you may create and use a +modified version of this License if you rename the license and remove +any references to the name of the license steward (except to note that +such modified license differs from this License). + +10.4. Distributing Source Code Form that is Incompatible With Secondary +Licenses + +If You choose to distribute Source Code Form that is Incompatible With +Secondary Licenses under the terms of this version of the License, the +notice described in Exhibit B of this License must be attached. + +Exhibit A - Source Code Form License Notice +------------------------------------------- + + This Source Code Form is subject to the terms of the Mozilla Public + License, v. 2.0. If a copy of the MPL was not distributed with this + file, You can obtain one at http://mozilla.org/MPL/2.0/. + +If it is not possible or desirable to put the notice in a particular +file, then You may include the notice in a location (such as a LICENSE +file in a relevant directory) where a recipient would be likely to look +for such a notice. + +You may add additional accurate notices of copyright ownership. + +Exhibit B - "Incompatible With Secondary Licenses" Notice +--------------------------------------------------------- + + This Source Code Form is "Incompatible With Secondary Licenses", as + defined by the Mozilla Public License, v. 2.0. + +-------------------------------------------------------------------------------- +ffx_spd + + +Copyright (c) 2017-2019 Advanced Micro Devices, Inc. All rights reserved. +Copyright (c) <2014> +------- +Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation +files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, +modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the +Software is furnished to do so, subject to the following conditions: +------- +The above copyright notice and this permission notice shall be included in all copies or substantial portions of the +Software. +------- +THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE +WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR +COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, +ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. +-------------------------------------------------------------------------------- +ffx_spd + + +Copyright (c) 2017-2020 Advanced Micro Devices, Inc. All rights reserved. +------- +Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation +files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, +modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the +Software is furnished to do so, subject to the following conditions: +------- +The above copyright notice and this permission notice shall be included in all copies or substantial portions of the +Software. +------- +THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE +WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR +COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, +ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. +-------------------------------------------------------------------------------- +ffx_spd + +Copyright (c) 2020 Advanced Micro Devices, Inc. All rights reserved. + +Permission is hereby granted, free of charge, to any person obtaining a copy +of this software and associated documentation files (the "Software"), to deal +in the Software without restriction, including without limitation the rights +to use, copy, modify, merge, publish, distribute, sublicense, and/or sell +copies of the Software, and to permit persons to whom the Software is +furnished to do so, subject to the following conditions: + +The above copyright notice and this permission notice shall be included in +all copies or substantial portions of the Software. + +THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR +IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, +FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE +AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER +LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, +OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN +THE SOFTWARE. +-------------------------------------------------------------------------------- +fiat + +The Apache License, Version 2.0 (Apache-2.0) + +Copyright 2015-2020 the fiat-crypto authors (see the AUTHORS file) + +Licensed under the Apache License, Version 2.0 (the "License"); +you may not use this file except in compliance with the License. +You may obtain a copy of the License at + + http://www.apache.org/licenses/LICENSE-2.0 + +Unless required by applicable law or agreed to in writing, software +distributed under the License is distributed on an "AS IS" BASIS, +WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +See the License for the specific language governing permissions and +limitations under the License. +-------------------------------------------------------------------------------- +file + +Copyright 2017, the Dart project authors. All rights reserved. +Redistribution and use in source and binary forms, with or without +modification, are permitted provided that the following conditions are +met: + + * Redistributions of source code must retain the above copyright + notice, this list of conditions and the following disclaimer. + * Redistributions in binary form must reproduce the above + copyright notice, this list of conditions and the following + disclaimer in the documentation and/or other materials provided + with the distribution. + * Neither the name of Google Inc. nor the names of its + contributors may be used to endorse or promote products derived + from this software without specific prior written permission. + +THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS +"AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT +LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR +A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT +OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, +SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT +LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, +DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY +THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT +(INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE +OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. +-------------------------------------------------------------------------------- +flatbuffers + + +Copyright 2015 gRPC authors. + +Licensed under the Apache License, Version 2.0 (the "License"); +you may not use this file except in compliance with the License. +You may obtain a copy of the License at + + http://www.apache.org/licenses/LICENSE-2.0 + +Unless required by applicable law or agreed to in writing, software +distributed under the License is distributed on an "AS IS" BASIS, +WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +See the License for the specific language governing permissions and +limitations under the License. +-------------------------------------------------------------------------------- +flatbuffers + + +Copyright 2018 Dan Field. All rights reserved. + +Licensed under the Apache License, Version 2.0 (the "License"); +you may not use this file except in compliance with the License. +You may obtain a copy of the License at + + http://www.apache.org/licenses/LICENSE-2.0 + +Unless required by applicable law or agreed to in writing, software +distributed under the License is distributed on an "AS IS" BASIS, +WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +See the License for the specific language governing permissions and +limitations under the License. +-------------------------------------------------------------------------------- +flatbuffers + + Apache License + Version 2.0, January 2004 + http://www.apache.org/licenses/ + + TERMS AND CONDITIONS FOR USE, REPRODUCTION, AND DISTRIBUTION + + 1. Definitions. + + "License" shall mean the terms and conditions for use, reproduction, + and distribution as defined by Sections 1 through 9 of this document. + + "Licensor" shall mean the copyright owner or entity authorized by the copyright owner that is granting the License. - "Legal Entity" shall mean the union of the acting entity and all - other entities that control, are controlled by, or are under common - control with that entity. For the purposes of this definition, - "control" means (i) the power, direct or indirect, to cause the - direction or management of such entity, whether by contract or - otherwise, or (ii) ownership of fifty percent (50%) or more of the - outstanding shares, or (iii) beneficial ownership of such entity. + "Legal Entity" shall mean the union of the acting entity and all + other entities that control, are controlled by, or are under common + control with that entity. For the purposes of this definition, + "control" means (i) the power, direct or indirect, to cause the + direction or management of such entity, whether by contract or + otherwise, or (ii) ownership of fifty percent (50%) or more of the + outstanding shares, or (iii) beneficial ownership of such entity. + + "You" (or "Your") shall mean an individual or Legal Entity + exercising permissions granted by this License. + + "Source" form shall mean the preferred form for making modifications, + including but not limited to software source code, documentation + source, and configuration files. + + "Object" form shall mean any form resulting from mechanical + transformation or translation of a Source form, including but + not limited to compiled object code, generated documentation, + and conversions to other media types. + + "Work" shall mean the work of authorship, whether in Source or + Object form, made available under the License, as indicated by a + copyright notice that is included in or attached to the work + (an example is provided in the Appendix below). + + "Derivative Works" shall mean any work, whether in Source or Object + form, that is based on (or derived from) the Work and for which the + editorial revisions, annotations, elaborations, or other modifications + represent, as a whole, an original work of authorship. For the purposes + of this License, Derivative Works shall not include works that remain + separable from, or merely link (or bind by name) to the interfaces of, + the Work and Derivative Works thereof. + + "Contribution" shall mean any work of authorship, including + the original version of the Work and any modifications or additions + to that Work or Derivative Works thereof, that is intentionally + submitted to Licensor for inclusion in the Work by the copyright owner + or by an individual or Legal Entity authorized to submit on behalf of + the copyright owner. For the purposes of this definition, "submitted" + means any form of electronic, verbal, or written communication sent + to the Licensor or its representatives, including but not limited to + communication on electronic mailing lists, source code control systems, + and issue tracking systems that are managed by, or on behalf of, the + Licensor for the purpose of discussing and improving the Work, but + excluding communication that is conspicuously marked or otherwise + designated in writing by the copyright owner as "Not a Contribution." + + "Contributor" shall mean Licensor and any individual or Legal Entity + on behalf of whom a Contribution has been received by Licensor and + subsequently incorporated within the Work. + + 2. Grant of Copyright License. Subject to the terms and conditions of + this License, each Contributor hereby grants to You a perpetual, + worldwide, non-exclusive, no-charge, royalty-free, irrevocable + copyright license to reproduce, prepare Derivative Works of, + publicly display, publicly perform, sublicense, and distribute the + Work and such Derivative Works in Source or Object form. + + 3. Grant of Patent License. Subject to the terms and conditions of + this License, each Contributor hereby grants to You a perpetual, + worldwide, non-exclusive, no-charge, royalty-free, irrevocable + (except as stated in this section) patent license to make, have made, + use, offer to sell, sell, import, and otherwise transfer the Work, + where such license applies only to those patent claims licensable + by such Contributor that are necessarily infringed by their + Contribution(s) alone or by combination of their Contribution(s) + with the Work to which such Contribution(s) was submitted. If You + institute patent litigation against any entity (including a + cross-claim or counterclaim in a lawsuit) alleging that the Work + or a Contribution incorporated within the Work constitutes direct + or contributory patent infringement, then any patent licenses + granted to You under this License for that Work shall terminate + as of the date such litigation is filed. + + 4. Redistribution. You may reproduce and distribute copies of the + Work or Derivative Works thereof in any medium, with or without + modifications, and in Source or Object form, provided that You + meet the following conditions: + + (a) You must give any other recipients of the Work or + Derivative Works a copy of this License; and + + (b) You must cause any modified files to carry prominent notices + stating that You changed the files; and + + (c) You must retain, in the Source form of any Derivative Works + that You distribute, all copyright, patent, trademark, and + attribution notices from the Source form of the Work, + excluding those notices that do not pertain to any part of + the Derivative Works; and + + (d) If the Work includes a "NOTICE" text file as part of its + distribution, then any Derivative Works that You distribute must + include a readable copy of the attribution notices contained + within such NOTICE file, excluding those notices that do not + pertain to any part of the Derivative Works, in at least one + of the following places: within a NOTICE text file distributed + as part of the Derivative Works; within the Source form or + documentation, if provided along with the Derivative Works; or, + within a display generated by the Derivative Works, if and + wherever such third-party notices normally appear. The contents + of the NOTICE file are for informational purposes only and + do not modify the License. You may add Your own attribution + notices within Derivative Works that You distribute, alongside + or as an addendum to the NOTICE text from the Work, provided + that such additional attribution notices cannot be construed + as modifying the License. + + You may add Your own copyright statement to Your modifications and + may provide additional or different license terms and conditions + for use, reproduction, or distribution of Your modifications, or + for any such Derivative Works as a whole, provided Your use, + reproduction, and distribution of the Work otherwise complies with + the conditions stated in this License. + + 5. Submission of Contributions. Unless You explicitly state otherwise, + any Contribution intentionally submitted for inclusion in the Work + by You to the Licensor shall be under the terms and conditions of + this License, without any additional terms or conditions. + Notwithstanding the above, nothing herein shall supersede or modify + the terms of any separate license agreement you may have executed + with Licensor regarding such Contributions. + + 6. Trademarks. This License does not grant permission to use the trade + names, trademarks, service marks, or product names of the Licensor, + except as required for reasonable and customary use in describing the + origin of the Work and reproducing the content of the NOTICE file. + + 7. Disclaimer of Warranty. Unless required by applicable law or + agreed to in writing, Licensor provides the Work (and each + Contributor provides its Contributions) on an "AS IS" BASIS, + WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or + implied, including, without limitation, any warranties or conditions + of TITLE, NON-INFRINGEMENT, MERCHANTABILITY, or FITNESS FOR A + PARTICULAR PURPOSE. You are solely responsible for determining the + appropriateness of using or redistributing the Work and assume any + risks associated with Your exercise of permissions under this License. + + 8. Limitation of Liability. In no event and under no legal theory, + whether in tort (including negligence), contract, or otherwise, + unless required by applicable law (such as deliberate and grossly + negligent acts) or agreed to in writing, shall any Contributor be + liable to You for damages, including any direct, indirect, special, + incidental, or consequential damages of any character arising as a + result of this License or out of the use or inability to use the + Work (including but not limited to damages for loss of goodwill, + work stoppage, computer failure or malfunction, or any and all + other commercial damages or losses), even if such Contributor + has been advised of the possibility of such damages. + + 9. Accepting Warranty or Additional Liability. While redistributing + the Work or Derivative Works thereof, You may choose to offer, + and charge a fee for, acceptance of support, warranty, indemnity, + or other liability obligations and/or rights consistent with this + License. However, in accepting such obligations, You may act only + on Your own behalf and on Your sole responsibility, not on behalf + of any other Contributor, and only if You agree to indemnify, + defend, and hold each Contributor harmless for any liability + incurred by, or claims asserted against, such Contributor by reason + of your accepting any such warranty or additional liability. + + END OF TERMS AND CONDITIONS + + APPENDIX: How to apply the Apache License to your work. + + To apply the Apache License to your work, attach the following + boilerplate notice, with the fields enclosed by brackets "[]" + replaced with your own identifying information. (Don't include + the brackets!) The text should be enclosed in the appropriate + comment syntax for the file format. We also recommend that a + file or class name and description of purpose be included on the + same "printed page" as the copyright notice for easier + identification within third-party archives. + + Copyright 2014 Google Inc. + + Licensed under the Apache License, Version 2.0 (the "License"); + you may not use this file except in compliance with the License. + You may obtain a copy of the License at + + http://www.apache.org/licenses/LICENSE-2.0 + + Unless required by applicable law or agreed to in writing, software + distributed under the License is distributed on an "AS IS" BASIS, + WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + See the License for the specific language governing permissions and + limitations under the License. +-------------------------------------------------------------------------------- +flatbuffers + +Copyright 2014 Google Inc. All rights reserved. + +Licensed under the Apache License, Version 2.0 (the "License"); +you may not use this file except in compliance with the License. +You may obtain a copy of the License at + + http://www.apache.org/licenses/LICENSE-2.0 + +Unless required by applicable law or agreed to in writing, software +distributed under the License is distributed on an "AS IS" BASIS, +WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +See the License for the specific language governing permissions and +limitations under the License. +-------------------------------------------------------------------------------- +flatbuffers + +Copyright 2015 Google Inc. All rights reserved. + +Licensed under the Apache License, Version 2.0 (the "License"); +you may not use this file except in compliance with the License. +You may obtain a copy of the License at + + http://www.apache.org/licenses/LICENSE-2.0 + +Unless required by applicable law or agreed to in writing, software +distributed under the License is distributed on an "AS IS" BASIS, +WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +See the License for the specific language governing permissions and +limitations under the License. +-------------------------------------------------------------------------------- +flatbuffers + +Copyright 2016 Google Inc. All rights reserved. + +Licensed under the Apache License, Version 2.0 (the "License"); +you may not use this file except in compliance with the License. +You may obtain a copy of the License at + + http://www.apache.org/licenses/LICENSE-2.0 + +Unless required by applicable law or agreed to in writing, software +distributed under the License is distributed on an "AS IS" BASIS, +WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +See the License for the specific language governing permissions and +limitations under the License. +-------------------------------------------------------------------------------- +flatbuffers + +Copyright 2018 Dan Field + +Licensed under the Apache License, Version 2.0 (the "License"); +you may not use this file except in compliance with the License. +You may obtain a copy of the License at + + http://www.apache.org/licenses/LICENSE-2.0 + +Unless required by applicable law or agreed to in writing, software +distributed under the License is distributed on an "AS IS" BASIS, +WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +See the License for the specific language governing permissions and +limitations under the License. +-------------------------------------------------------------------------------- +flatbuffers + +Copyright 2018 Dan Field. All rights reserved. + +Licensed under the Apache License, Version 2.0 (the "License"); +you may not use this file except in compliance with the License. +You may obtain a copy of the License at + + http://www.apache.org/licenses/LICENSE-2.0 + +Unless required by applicable law or agreed to in writing, software +distributed under the License is distributed on an "AS IS" BASIS, +WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +See the License for the specific language governing permissions and +limitations under the License. +-------------------------------------------------------------------------------- +flatbuffers + +Copyright 2018 Google Inc. All rights reserved. + +Licensed under the Apache License, Version 2.0 (the "License"); +you may not use this file except in compliance with the License. +You may obtain a copy of the License at + + http://www.apache.org/licenses/LICENSE-2.0 + +Unless required by applicable law or agreed to in writing, software +distributed under the License is distributed on an "AS IS" BASIS, +WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +See the License for the specific language governing permissions and +limitations under the License. +-------------------------------------------------------------------------------- +flatbuffers + +Copyright 2019 Google Inc. All rights reserved. + +Licensed under the Apache License, Version 2.0 (the "License"); +you may not use this file except in compliance with the License. +You may obtain a copy of the License at + + http://www.apache.org/licenses/LICENSE-2.0 + +Unless required by applicable law or agreed to in writing, software +distributed under the License is distributed on an "AS IS" BASIS, +WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +See the License for the specific language governing permissions and +limitations under the License. +-------------------------------------------------------------------------------- +flatbuffers + +Copyright 2020 Google Inc. All rights reserved. + +Licensed under the Apache License, Version 2.0 (the "License"); +you may not use this file except in compliance with the License. +You may obtain a copy of the License at + + http://www.apache.org/licenses/LICENSE-2.0 + +Unless required by applicable law or agreed to in writing, software +distributed under the License is distributed on an "AS IS" BASIS, +WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +See the License for the specific language governing permissions and +limitations under the License. +-------------------------------------------------------------------------------- +flatbuffers + +Copyright 2021 Google Inc. All rights reserved. + +Licensed under the Apache License, Version 2.0 (the "License"); +you may not use this file except in compliance with the License. +You may obtain a copy of the License at + + http://www.apache.org/licenses/LICENSE-2.0 + +Unless required by applicable law or agreed to in writing, software +distributed under the License is distributed on an "AS IS" BASIS, +WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +See the License for the specific language governing permissions and +limitations under the License. +-------------------------------------------------------------------------------- +flatbuffers + +Copyright 2022 Google Inc. All rights reserved. + +Licensed under the Apache License, Version 2.0 (the "License"); +you may not use this file except in compliance with the License. +You may obtain a copy of the License at + + http://www.apache.org/licenses/LICENSE-2.0 + +Unless required by applicable law or agreed to in writing, software +distributed under the License is distributed on an "AS IS" BASIS, +WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +See the License for the specific language governing permissions and +limitations under the License. +-------------------------------------------------------------------------------- +flatbuffers + +Copyright 2023 Google Inc. All rights reserved. + +Licensed under the Apache License, Version 2.0 (the "License"); +you may not use this file except in compliance with the License. +You may obtain a copy of the License at + + http://www.apache.org/licenses/LICENSE-2.0 + +Unless required by applicable law or agreed to in writing, software +distributed under the License is distributed on an "AS IS" BASIS, +WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +See the License for the specific language governing permissions and +limitations under the License. +-------------------------------------------------------------------------------- +flatbuffers + +Copyright 2024 Google Inc. All rights reserved. + +Licensed under the Apache License, Version 2.0 (the "License"); +you may not use this file except in compliance with the License. +You may obtain a copy of the License at + + http://www.apache.org/licenses/LICENSE-2.0 + +Unless required by applicable law or agreed to in writing, software +distributed under the License is distributed on an "AS IS" BASIS, +WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +See the License for the specific language governing permissions and +limitations under the License. +-------------------------------------------------------------------------------- +flatbuffers +gtest-parallel + +Copyright 2017 Google Inc. All rights reserved. + +Licensed under the Apache License, Version 2.0 (the "License"); +you may not use this file except in compliance with the License. +You may obtain a copy of the License at + + http://www.apache.org/licenses/LICENSE-2.0 + +Unless required by applicable law or agreed to in writing, software +distributed under the License is distributed on an "AS IS" BASIS, +WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +See the License for the specific language governing permissions and +limitations under the License. +-------------------------------------------------------------------------------- +flutter + +Copyright 2014 The Flutter Authors. All rights reserved. + +Redistribution and use in source and binary forms, with or without modification, +are permitted provided that the following conditions are met: + + * Redistributions of source code must retain the above copyright + notice, this list of conditions and the following disclaimer. + * Redistributions in binary form must reproduce the above + copyright notice, this list of conditions and the following + disclaimer in the documentation and/or other materials provided + with the distribution. + * Neither the name of Google Inc. nor the names of its + contributors may be used to endorse or promote products derived + from this software without specific prior written permission. + +THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" AND +ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED +WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE +DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT OWNER OR CONTRIBUTORS BE LIABLE FOR +ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES +(INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; +LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON +ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT +(INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS +SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. + +-------------------------------------------------------------------------------- +flutter + +Copyright 2014 The Flutter Authors. All rights reserved. +Use of this source code is governed by a BSD-style license that can be +found in the LICENSE file. +-------------------------------------------------------------------------------- +flutter + +Copyright 2019 The Flutter Authors. All rights reserved. +Use of this source code is governed by a BSD-style license that can be +found in the LICENSE file. +-------------------------------------------------------------------------------- +flutter +skia + +Copyright 2022 Google LLC + +Use of this source code is governed by a BSD-style license that can be +found in the LICENSE file. +-------------------------------------------------------------------------------- +flutter +tonic +url_launcher_web + +Copyright 2013 The Flutter Authors. All rights reserved. + +Redistribution and use in source and binary forms, with or without modification, +are permitted provided that the following conditions are met: + + * Redistributions of source code must retain the above copyright + notice, this list of conditions and the following disclaimer. + * Redistributions in binary form must reproduce the above + copyright notice, this list of conditions and the following + disclaimer in the documentation and/or other materials provided + with the distribution. + * Neither the name of Google Inc. nor the names of its + contributors may be used to endorse or promote products derived + from this software without specific prior written permission. + +THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" AND +ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED +WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE +DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT OWNER OR CONTRIBUTORS BE LIABLE FOR +ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES +(INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; +LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON +ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT +(INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS +SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. +-------------------------------------------------------------------------------- +flutter_lints +path_provider +path_provider_linux +path_provider_platform_interface +path_provider_windows +plugin_platform_interface +pointer_interceptor +pointer_interceptor_platform_interface +pointer_interceptor_web +two_dimensional_scrollables +url_launcher +url_launcher_platform_interface +xdg_directories + +Copyright 2013 The Flutter Authors. All rights reserved. + +Redistribution and use in source and binary forms, with or without modification, +are permitted provided that the following conditions are met: + + * Redistributions of source code must retain the above copyright + notice, this list of conditions and the following disclaimer. + * Redistributions in binary form must reproduce the above + copyright notice, this list of conditions and the following + disclaimer in the documentation and/or other materials provided + with the distribution. + * Neither the name of Google Inc. nor the names of its + contributors may be used to endorse or promote products derived + from this software without specific prior written permission. + +THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" AND +ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED +WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE +DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT OWNER OR CONTRIBUTORS BE LIABLE FOR +ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES +(INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; +LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON +ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT +(INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS +SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. + +-------------------------------------------------------------------------------- +freetype2 + + + +Copyright (C) 2000, 2001, 2002, 2003, 2006, 2010 by +Francesco Zappa Nardelli + +Permission is hereby granted, free of charge, to any person obtaining a copy +of this software and associated documentation files (the "Software"), to deal +in the Software without restriction, including without limitation the rights +to use, copy, modify, merge, publish, distribute, sublicense, and/or sell +copies of the Software, and to permit persons to whom the Software is +furnished to do so, subject to the following conditions: + +The above copyright notice and this permission notice shall be included in +all copies or substantial portions of the Software. + +THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR +IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, +FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE +AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER +LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, +OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN +THE SOFTWARE. +-------------------------------------------------------------------------------- +freetype2 + + + +Copyright (C) 2000-2004, 2006-2011, 2013, 2014 by +Francesco Zappa Nardelli + +Permission is hereby granted, free of charge, to any person obtaining a copy +of this software and associated documentation files (the "Software"), to deal +in the Software without restriction, including without limitation the rights +to use, copy, modify, merge, publish, distribute, sublicense, and/or sell +copies of the Software, and to permit persons to whom the Software is +furnished to do so, subject to the following conditions: + +The above copyright notice and this permission notice shall be included in +all copies or substantial portions of the Software. + +THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR +IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, +FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE +AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER +LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, +OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN +THE SOFTWARE. +-------------------------------------------------------------------------------- +freetype2 + + + +Copyright (C) 2001, 2002 by +Francesco Zappa Nardelli + +Permission is hereby granted, free of charge, to any person obtaining a copy +of this software and associated documentation files (the "Software"), to deal +in the Software without restriction, including without limitation the rights +to use, copy, modify, merge, publish, distribute, sublicense, and/or sell +copies of the Software, and to permit persons to whom the Software is +furnished to do so, subject to the following conditions: + +The above copyright notice and this permission notice shall be included in +all copies or substantial portions of the Software. + +THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR +IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, +FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE +AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER +LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, +OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN +THE SOFTWARE. +-------------------------------------------------------------------------------- +freetype2 + + + +Copyright (C) 2001, 2002, 2003, 2004 by +Francesco Zappa Nardelli + +Permission is hereby granted, free of charge, to any person obtaining a copy +of this software and associated documentation files (the "Software"), to deal +in the Software without restriction, including without limitation the rights +to use, copy, modify, merge, publish, distribute, sublicense, and/or sell +copies of the Software, and to permit persons to whom the Software is +furnished to do so, subject to the following conditions: + +The above copyright notice and this permission notice shall be included in +all copies or substantial portions of the Software. + +THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR +IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, +FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE +AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER +LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, +OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN +THE SOFTWARE. +-------------------------------------------------------------------------------- +freetype2 + + + +Copyright (C) 2001-2008, 2011, 2013, 2014 by +Francesco Zappa Nardelli + +Permission is hereby granted, free of charge, to any person obtaining a copy +of this software and associated documentation files (the "Software"), to deal +in the Software without restriction, including without limitation the rights +to use, copy, modify, merge, publish, distribute, sublicense, and/or sell +copies of the Software, and to permit persons to whom the Software is +furnished to do so, subject to the following conditions: + +The above copyright notice and this permission notice shall be included in +all copies or substantial portions of the Software. + +THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR +IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, +FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE +AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER +LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, +OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN +THE SOFTWARE. +-------------------------------------------------------------------------------- +freetype2 + + + +Copyright 2000, 2001, 2004 by +Francesco Zappa Nardelli + +Permission is hereby granted, free of charge, to any person obtaining a copy +of this software and associated documentation files (the "Software"), to deal +in the Software without restriction, including without limitation the rights +to use, copy, modify, merge, publish, distribute, sublicense, and/or sell +copies of the Software, and to permit persons to whom the Software is +furnished to do so, subject to the following conditions: + +The above copyright notice and this permission notice shall be included in +all copies or substantial portions of the Software. + +THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR +IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, +FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE +AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER +LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, +OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN +THE SOFTWARE. +-------------------------------------------------------------------------------- +freetype2 + + + +Copyright 2000-2001, 2002 by +Francesco Zappa Nardelli + +Permission is hereby granted, free of charge, to any person obtaining a copy +of this software and associated documentation files (the "Software"), to deal +in the Software without restriction, including without limitation the rights +to use, copy, modify, merge, publish, distribute, sublicense, and/or sell +copies of the Software, and to permit persons to whom the Software is +furnished to do so, subject to the following conditions: + +The above copyright notice and this permission notice shall be included in +all copies or substantial portions of the Software. + +THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR +IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, +FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE +AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER +LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, +OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN +THE SOFTWARE. +-------------------------------------------------------------------------------- +freetype2 + + + +Copyright 2000-2001, 2003 by +Francesco Zappa Nardelli + +Permission is hereby granted, free of charge, to any person obtaining a copy +of this software and associated documentation files (the "Software"), to deal +in the Software without restriction, including without limitation the rights +to use, copy, modify, merge, publish, distribute, sublicense, and/or sell +copies of the Software, and to permit persons to whom the Software is +furnished to do so, subject to the following conditions: + +The above copyright notice and this permission notice shall be included in +all copies or substantial portions of the Software. + +THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR +IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, +FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE +AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER +LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, +OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN +THE SOFTWARE. +-------------------------------------------------------------------------------- +freetype2 + + + +Copyright 2000-2010, 2012-2014 by +Francesco Zappa Nardelli + +Permission is hereby granted, free of charge, to any person obtaining a copy +of this software and associated documentation files (the "Software"), to deal +in the Software without restriction, including without limitation the rights +to use, copy, modify, merge, publish, distribute, sublicense, and/or sell +copies of the Software, and to permit persons to whom the Software is +furnished to do so, subject to the following conditions: + +The above copyright notice and this permission notice shall be included in +all copies or substantial portions of the Software. + +THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR +IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, +FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE +AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER +LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, +OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN +THE SOFTWARE. +-------------------------------------------------------------------------------- +freetype2 + + + +Copyright 2003 by +Francesco Zappa Nardelli + +Permission is hereby granted, free of charge, to any person obtaining a copy +of this software and associated documentation files (the "Software"), to deal +in the Software without restriction, including without limitation the rights +to use, copy, modify, merge, publish, distribute, sublicense, and/or sell +copies of the Software, and to permit persons to whom the Software is +furnished to do so, subject to the following conditions: + +The above copyright notice and this permission notice shall be included in +all copies or substantial portions of the Software. + +THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR +IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, +FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE +AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER +LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, +OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN +THE SOFTWARE. +-------------------------------------------------------------------------------- +freetype2 + + The FreeType Project LICENSE + ---------------------------- + + 2006-Jan-27 + + Copyright 1996-2002, 2006 by + David Turner, Robert Wilhelm, and Werner Lemberg + + + +Introduction +============ + + The FreeType Project is distributed in several archive packages; + some of them may contain, in addition to the FreeType font engine, + various tools and contributions which rely on, or relate to, the + FreeType Project. + + This license applies to all files found in such packages, and + which do not fall under their own explicit license. The license + affects thus the FreeType font engine, the test programs, + documentation and makefiles, at the very least. + + This license was inspired by the BSD, Artistic, and IJG + (Independent JPEG Group) licenses, which all encourage inclusion + and use of free software in commercial and freeware products + alike. As a consequence, its main points are that: + + o We don't promise that this software works. However, we will be + interested in any kind of bug reports. (`as is' distribution) + + o You can use this software for whatever you want, in parts or + full form, without having to pay us. (`royalty-free' usage) + + o You may not pretend that you wrote this software. If you use + it, or only parts of it, in a program, you must acknowledge + somewhere in your documentation that you have used the + FreeType code. (`credits') + + We specifically permit and encourage the inclusion of this + software, with or without modifications, in commercial products. + We disclaim all warranties covering The FreeType Project and + assume no liability related to The FreeType Project. + + + Finally, many people asked us for a preferred form for a + credit/disclaimer to use in compliance with this license. We thus + encourage you to use the following text: + + """ + Portions of this software are copyright © The FreeType + Project (www.freetype.org). All rights reserved. + """ + + Please replace with the value from the FreeType version you + actually use. + + +Legal Terms +=========== + +0. Definitions +-------------- + + Throughout this license, the terms `package', `FreeType Project', + and `FreeType archive' refer to the set of files originally + distributed by the authors (David Turner, Robert Wilhelm, and + Werner Lemberg) as the `FreeType Project', be they named as alpha, + beta or final release. + + `You' refers to the licensee, or person using the project, where + `using' is a generic term including compiling the project's source + code as well as linking it to form a `program' or `executable'. + This program is referred to as `a program using the FreeType + engine'. + + This license applies to all files distributed in the original + FreeType Project, including all source code, binaries and + documentation, unless otherwise stated in the file in its + original, unmodified form as distributed in the original archive. + If you are unsure whether or not a particular file is covered by + this license, you must contact us to verify this. + + The FreeType Project is copyright (C) 1996-2000 by David Turner, + Robert Wilhelm, and Werner Lemberg. All rights reserved except as + specified below. + +1. No Warranty +-------------- + + THE FREETYPE PROJECT IS PROVIDED `AS IS' WITHOUT WARRANTY OF ANY + KIND, EITHER EXPRESS OR IMPLIED, INCLUDING, BUT NOT LIMITED TO, + WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR + PURPOSE. IN NO EVENT WILL ANY OF THE AUTHORS OR COPYRIGHT HOLDERS + BE LIABLE FOR ANY DAMAGES CAUSED BY THE USE OR THE INABILITY TO + USE, OF THE FREETYPE PROJECT. + +2. Redistribution +----------------- + + This license grants a worldwide, royalty-free, perpetual and + irrevocable right and license to use, execute, perform, compile, + display, copy, create derivative works of, distribute and + sublicense the FreeType Project (in both source and object code + forms) and derivative works thereof for any purpose; and to + authorize others to exercise some or all of the rights granted + herein, subject to the following conditions: + + o Redistribution of source code must retain this license file + (`FTL.TXT') unaltered; any additions, deletions or changes to + the original files must be clearly indicated in accompanying + documentation. The copyright notices of the unaltered, + original files must be preserved in all copies of source + files. + + o Redistribution in binary form must provide a disclaimer that + states that the software is based in part of the work of the + FreeType Team, in the distribution documentation. We also + encourage you to put an URL to the FreeType web page in your + documentation, though this isn't mandatory. + + These conditions apply to any software derived from or based on + the FreeType Project, not just the unmodified files. If you use + our work, you must acknowledge us. However, no fee need be paid + to us. + +3. Advertising +-------------- + + Neither the FreeType authors and contributors nor you shall use + the name of the other for commercial, advertising, or promotional + purposes without specific prior written permission. + + We suggest, but do not require, that you use one or more of the + following phrases to refer to this software in your documentation + or advertising materials: `FreeType Project', `FreeType Engine', + `FreeType library', or `FreeType Distribution'. + + As you have not signed this license, you are not required to + accept it. However, as the FreeType Project is copyrighted + material, only this license, or another one contracted with the + authors, grants you the right to use, distribute, and modify it. + Therefore, by using, distributing, or modifying the FreeType + Project, you indicate that you understand and accept all the terms + of this license. + +4. Contacts +----------- + + There are two mailing lists related to FreeType: + + o freetype@nongnu.org + + Discusses general use and applications of FreeType, as well as + future and wanted additions to the library and distribution. + If you are looking for support, start in this list if you + haven't found anything to help you in the documentation. + + o freetype-devel@nongnu.org + + Discusses bugs, as well as engine internals, design issues, + specific licenses, porting, etc. + + Our home page can be found at + + https://www.freetype.org + + +--- end of FTL.TXT --- +-------------------------------------------------------------------------------- +freetype2 + +Copyright 1990, 1994, 1998 The Open Group + +Permission to use, copy, modify, distribute, and sell this software and its +documentation for any purpose is hereby granted without fee, provided that +the above copyright notice appear in all copies and that both that +copyright notice and this permission notice appear in supporting +documentation. + +The above copyright notice and this permission notice shall be included in +all copies or substantial portions of the Software. + +THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR +IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, +FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE +OPEN GROUP BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN +AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN +CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. + +Except as contained in this notice, the name of The Open Group shall not be +used in advertising or otherwise to promote the sale, use or other dealings +in this Software without prior written authorization from The Open Group. +-------------------------------------------------------------------------------- +freetype2 + +Copyright 2000 Computing Research Labs, New Mexico State University +Copyright 2001-2004, 2011 Francesco Zappa Nardelli + +Permission is hereby granted, free of charge, to any person obtaining a +copy of this software and associated documentation files (the "Software"), +to deal in the Software without restriction, including without limitation +the rights to use, copy, modify, merge, publish, distribute, sublicense, +and/or sell copies of the Software, and to permit persons to whom the +Software is furnished to do so, subject to the following conditions: + +The above copyright notice and this permission notice shall be included in +all copies or substantial portions of the Software. + +THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR +IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, +FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL +THE COMPUTING RESEARCH LAB OR NEW MEXICO STATE UNIVERSITY BE LIABLE FOR ANY +CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT +OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR +THE USE OR OTHER DEALINGS IN THE SOFTWARE. +-------------------------------------------------------------------------------- +freetype2 + +Copyright 2000 Computing Research Labs, New Mexico State University +Copyright 2001-2014 + Francesco Zappa Nardelli + +Permission is hereby granted, free of charge, to any person obtaining a +copy of this software and associated documentation files (the "Software"), +to deal in the Software without restriction, including without limitation +the rights to use, copy, modify, merge, publish, distribute, sublicense, +and/or sell copies of the Software, and to permit persons to whom the +Software is furnished to do so, subject to the following conditions: + +The above copyright notice and this permission notice shall be included in +all copies or substantial portions of the Software. + +THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR +IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, +FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL +THE COMPUTING RESEARCH LAB OR NEW MEXICO STATE UNIVERSITY BE LIABLE FOR ANY +CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT +OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR +THE USE OR OTHER DEALINGS IN THE SOFTWARE. +-------------------------------------------------------------------------------- +freetype2 + +Copyright 2000 Computing Research Labs, New Mexico State University +Copyright 2001-2015 + Francesco Zappa Nardelli + +Permission is hereby granted, free of charge, to any person obtaining a +copy of this software and associated documentation files (the "Software"), +to deal in the Software without restriction, including without limitation +the rights to use, copy, modify, merge, publish, distribute, sublicense, +and/or sell copies of the Software, and to permit persons to whom the +Software is furnished to do so, subject to the following conditions: + +The above copyright notice and this permission notice shall be included in +all copies or substantial portions of the Software. + +THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR +IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, +FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL +THE COMPUTING RESEARCH LAB OR NEW MEXICO STATE UNIVERSITY BE LIABLE FOR ANY +CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT +OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR +THE USE OR OTHER DEALINGS IN THE SOFTWARE. +-------------------------------------------------------------------------------- +freetype2 + +Copyright 2001, 2002, 2012 Francesco Zappa Nardelli + +Permission is hereby granted, free of charge, to any person obtaining a +copy of this software and associated documentation files (the "Software"), +to deal in the Software without restriction, including without limitation +the rights to use, copy, modify, merge, publish, distribute, sublicense, +and/or sell copies of the Software, and to permit persons to whom the +Software is furnished to do so, subject to the following conditions: + +The above copyright notice and this permission notice shall be included in +all copies or substantial portions of the Software. + +THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR +IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, +FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL +THE COMPUTING RESEARCH LAB OR NEW MEXICO STATE UNIVERSITY BE LIABLE FOR ANY +CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT +OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR +THE USE OR OTHER DEALINGS IN THE SOFTWARE. +-------------------------------------------------------------------------------- +freetype2 + +This software was written by Alexander Peslyak in 2001. No copyright is +claimed, and the software is hereby placed in the public domain. +In case this attempt to disclaim copyright and place the software in the +public domain is deemed null and void, then the software is +Copyright (c) 2001 Alexander Peslyak and it is hereby released to the +general public under the following terms: + +Redistribution and use in source and binary forms, with or without +modification, are permitted. + +There's ABSOLUTELY NO WARRANTY, express or implied. +-------------------------------------------------------------------------------- +freetype2 + +version 1.2.11, January 15th, 2017 + +Copyright (C) 1995-2017 Jean-loup Gailly and Mark Adler + +This software is provided 'as-is', without any express or implied +warranty. In no event will the authors be held liable for any damages +arising from the use of this software. + +Permission is granted to anyone to use this software for any purpose, +including commercial applications, and to alter it and redistribute it +freely, subject to the following restrictions: + +1. The origin of this software must not be misrepresented; you must not +claim that you wrote the original software. If you use this software +in a product, an acknowledgment in the product documentation would be +appreciated but is not required. +2. Altered source versions must be plainly marked as such, and must not be +misrepresented as being the original software. +3. This notice may not be removed or altered from any source distribution. +-------------------------------------------------------------------------------- +frontend_server_client + +Copyright 2020, the Dart project authors. + +Redistribution and use in source and binary forms, with or without +modification, are permitted provided that the following conditions are +met: + + * Redistributions of source code must retain the above copyright + notice, this list of conditions and the following disclaimer. + * Redistributions in binary form must reproduce the above + copyright notice, this list of conditions and the following + disclaimer in the documentation and/or other materials provided + with the distribution. + * Neither the name of Google LLC nor the names of its + contributors may be used to endorse or promote products derived + from this software without specific prior written permission. + +THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS +"AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT +LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR +A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT +OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, +SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT +LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, +DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY +THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT +(INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE +OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. + +-------------------------------------------------------------------------------- +fuchsia_sdk + + + + +Copyright © 2005-2014 Rich Felker, et al. + +Permission is hereby granted, free of charge, to any person obtaining +a copy of this software and associated documentation files (the +"Software"), to deal in the Software without restriction, including +without limitation the rights to use, copy, modify, merge, publish, +distribute, sublicense, and/or sell copies of the Software, and to +permit persons to whom the Software is furnished to do so, subject to +the following conditions: + +The above copyright notice and this permission notice shall be +included in all copies or substantial portions of the Software. + +THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, +EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF +MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. +IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY +CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, +TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE +SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. + + +Authors/contributors include: + +Alex Dowad +Alexander Monakov +Anthony G. Basile +Arvid Picciani +Bobby Bingham +Boris Brezillon +Brent Cook +Chris Spiegel +Clément Vasseur +Daniel Micay +Denys Vlasenko +Emil Renner Berthing +Felix Fietkau +Felix Janda +Gianluca Anzolin +Hauke Mehrtens +Hiltjo Posthuma +Isaac Dunham +Jaydeep Patil +Jens Gustedt +Jeremy Huntwork +Jo-Philipp Wich +Joakim Sindholt +John Spencer +Josiah Worcester +Justin Cormack +Khem Raj +Kylie McClain +Luca Barbato +Luka Perkov +M Farkas-Dyck (Strake) +Mahesh Bodapati +Michael Forney +Natanael Copa +Nicholas J. Kain +orc +Pascal Cuoq +Petr Hosek +Pierre Carrier +Rich Felker +Richard Pennington +Shiz +sin +Solar Designer +Stefan Kristiansson +Szabolcs Nagy +Timo Teräs +Trutz Behn +Valentin Ochs +William Haddon + +Portions of this software are derived from third-party works licensed +under terms compatible with the above MIT license: + +Much of the math library code (third_party/math/* and +third_party/complex/*, and third_party/include/libm.h) is +Copyright © 1993,2004 Sun Microsystems or +Copyright © 2003-2011 David Schultz or +Copyright © 2003-2009 Steven G. Kargl or +Copyright © 2003-2009 Bruce D. Evans or +Copyright © 2008 Stephen L. Moshier +and labelled as such in comments in the individual source files. All +have been licensed under extremely permissive terms. + +The smoothsort implementation (third_party/smoothsort/qsort.c) is +Copyright © 2011 Valentin Ochs and is licensed under an MIT-style +license. + +The x86_64 files in third_party/arch were written by Nicholas J. Kain +and is licensed under the standard MIT terms. + +All other files which have no copyright comments are original works +produced specifically for use as part of this library, written either +by Rich Felker, the main author of the library, or by one or more +contibutors listed above. Details on authorship of individual files +can be found in the git version control history of the project. The +omission of copyright and license comments in each file is in the +interest of source tree size. + +In addition, permission is hereby granted for all public header files +(include/* and arch/*/bits/*) and crt files intended to be linked into +applications (crt/*, ldso/dlstart.c, and arch/*/crt_arch.h) to omit +the copyright notice and permission notice otherwise required by the +license, and to use these files without any requirement of +attribution. These files include substantial contributions from: + +Bobby Bingham +John Spencer +Nicholas J. Kain +Rich Felker +Richard Pennington +Stefan Kristiansson +Szabolcs Nagy + +all of whom have explicitly granted such permission. + +This file previously contained text expressing a belief that most of +the files covered by the above exception were sufficiently trivial not +to be subject to copyright, resulting in confusion over whether it +negated the permissions granted in the license. In the spirit of +permissive licensing, and of not having licensing issues being an +obstacle to adoption, that text has been removed. + +-------------------------------------------------------------------------------- +fuchsia_sdk + +Apache License +Version 2.0, January 2004 +http://www.apache.org/licenses/ + +TERMS AND CONDITIONS FOR USE, REPRODUCTION, AND DISTRIBUTION + +1. Definitions. + + "License" shall mean the terms and conditions for use, reproduction, + and distribution as defined by Sections 1 through 9 of this document. + + "Licensor" shall mean the copyright owner or entity authorized by + the copyright owner that is granting the License. + + "Legal Entity" shall mean the union of the acting entity and all + other entities that control, are controlled by, or are under common + control with that entity. For the purposes of this definition, + "control" means (i) the power, direct or indirect, to cause the + direction or management of such entity, whether by contract or + otherwise, or (ii) ownership of fifty percent (50%) or more of the + outstanding shares, or (iii) beneficial ownership of such entity. + + "You" (or "Your") shall mean an individual or Legal Entity + exercising permissions granted by this License. + + "Source" form shall mean the preferred form for making modifications, + including but not limited to software source code, documentation + source, and configuration files. + + "Object" form shall mean any form resulting from mechanical + transformation or translation of a Source form, including but + not limited to compiled object code, generated documentation, + and conversions to other media types. + + "Work" shall mean the work of authorship, whether in Source or + Object form, made available under the License, as indicated by a + copyright notice that is included in or attached to the work + (an example is provided in the Appendix below). + + "Derivative Works" shall mean any work, whether in Source or Object + form, that is based on (or derived from) the Work and for which the + editorial revisions, annotations, elaborations, or other modifications + represent, as a whole, an original work of authorship. For the purposes + of this License, Derivative Works shall not include works that remain + separable from, or merely link (or bind by name) to the interfaces of, + the Work and Derivative Works thereof. + + "Contribution" shall mean any work of authorship, including + the original version of the Work and any modifications or additions + to that Work or Derivative Works thereof, that is intentionally + submitted to Licensor for inclusion in the Work by the copyright owner + or by an individual or Legal Entity authorized to submit on behalf of + the copyright owner. For the purposes of this definition, "submitted" + means any form of electronic, verbal, or written communication sent + to the Licensor or its representatives, including but not limited to + communication on electronic mailing lists, source code control systems, + and issue tracking systems that are managed by, or on behalf of, the + Licensor for the purpose of discussing and improving the Work, but + excluding communication that is conspicuously marked or otherwise + designated in writing by the copyright owner as "Not a Contribution." + + "Contributor" shall mean Licensor and any individual or Legal Entity + on behalf of whom a Contribution has been received by Licensor and + subsequently incorporated within the Work. + +2. Grant of Copyright License. Subject to the terms and conditions of + this License, each Contributor hereby grants to You a perpetual, + worldwide, non-exclusive, no-charge, royalty-free, irrevocable + copyright license to reproduce, prepare Derivative Works of, + publicly display, publicly perform, sublicense, and distribute the + Work and such Derivative Works in Source or Object form. + +3. Grant of Patent License. Subject to the terms and conditions of + this License, each Contributor hereby grants to You a perpetual, + worldwide, non-exclusive, no-charge, royalty-free, irrevocable + (except as stated in this section) patent license to make, have made, + use, offer to sell, sell, import, and otherwise transfer the Work, + where such license applies only to those patent claims licensable + by such Contributor that are necessarily infringed by their + Contribution(s) alone or by combination of their Contribution(s) + with the Work to which such Contribution(s) was submitted. If You + institute patent litigation against any entity (including a + cross-claim or counterclaim in a lawsuit) alleging that the Work + or a Contribution incorporated within the Work constitutes direct + or contributory patent infringement, then any patent licenses + granted to You under this License for that Work shall terminate + as of the date such litigation is filed. + +4. Redistribution. You may reproduce and distribute copies of the + Work or Derivative Works thereof in any medium, with or without + modifications, and in Source or Object form, provided that You + meet the following conditions: + + (a) You must give any other recipients of the Work or + Derivative Works a copy of this License; and + + (b) You must cause any modified files to carry prominent notices + stating that You changed the files; and + + (c) You must retain, in the Source form of any Derivative Works + that You distribute, all copyright, patent, trademark, and + attribution notices from the Source form of the Work, + excluding those notices that do not pertain to any part of + the Derivative Works; and + + (d) If the Work includes a "NOTICE" text file as part of its + distribution, then any Derivative Works that You distribute must + include a readable copy of the attribution notices contained + within such NOTICE file, excluding those notices that do not + pertain to any part of the Derivative Works, in at least one + of the following places: within a NOTICE text file distributed + as part of the Derivative Works; within the Source form or + documentation, if provided along with the Derivative Works; or, + within a display generated by the Derivative Works, if and + wherever such third-party notices normally appear. The contents + of the NOTICE file are for informational purposes only and + do not modify the License. You may add Your own attribution + notices within Derivative Works that You distribute, alongside + or as an addendum to the NOTICE text from the Work, provided + that such additional attribution notices cannot be construed + as modifying the License. + + You may add Your own copyright statement to Your modifications and + may provide additional or different license terms and conditions + for use, reproduction, or distribution of Your modifications, or + for any such Derivative Works as a whole, provided Your use, + reproduction, and distribution of the Work otherwise complies with + the conditions stated in this License. + +5. Submission of Contributions. Unless You explicitly state otherwise, + any Contribution intentionally submitted for inclusion in the Work + by You to the Licensor shall be under the terms and conditions of + this License, without any additional terms or conditions. + Notwithstanding the above, nothing herein shall supersede or modify + the terms of any separate license agreement you may have executed + with Licensor regarding such Contributions. + +6. Trademarks. This License does not grant permission to use the trade + names, trademarks, service marks, or product names of the Licensor, + except as required for reasonable and customary use in describing the + origin of the Work and reproducing the content of the NOTICE file. + +7. Disclaimer of Warranty. Unless required by applicable law or + agreed to in writing, Licensor provides the Work (and each + Contributor provides its Contributions) on an "AS IS" BASIS, + WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or + implied, including, without limitation, any warranties or conditions + of TITLE, NON-INFRINGEMENT, MERCHANTABILITY, or FITNESS FOR A + PARTICULAR PURPOSE. You are solely responsible for determining the + appropriateness of using or redistributing the Work and assume any + risks associated with Your exercise of permissions under this License. + +8. Limitation of Liability. In no event and under no legal theory, + whether in tort (including negligence), contract, or otherwise, + unless required by applicable law (such as deliberate and grossly + negligent acts) or agreed to in writing, shall any Contributor be + liable to You for damages, including any direct, indirect, special, + incidental, or consequential damages of any character arising as a + result of this License or out of the use or inability to use the + Work (including but not limited to damages for loss of goodwill, + work stoppage, computer failure or malfunction, or any and all + other commercial damages or losses), even if such Contributor + has been advised of the possibility of such damages. + +9. Accepting Warranty or Additional Liability. While redistributing + the Work or Derivative Works thereof, You may choose to offer, + and charge a fee for, acceptance of support, warranty, indemnity, + or other liability obligations and/or rights consistent with this + License. However, in accepting such obligations, You may act only + on Your own behalf and on Your sole responsibility, not on behalf + of any other Contributor, and only if You agree to indemnify, + defend, and hold each Contributor harmless for any liability + incurred by, or claims asserted against, such Contributor by reason + of your accepting any such warranty or additional liability. + +END OF TERMS AND CONDITIONS + +APPENDIX: How to apply the Apache License to your work. + + To apply the Apache License to your work, attach the following + boilerplate notice, with the fields enclosed by brackets "[]" + replaced with your own identifying information. (Don't include + the brackets!) The text should be enclosed in the appropriate + comment syntax for the file format. We also recommend that a + file or class name and description of purpose be included on the + same "printed page" as the copyright notice for easier + identification within third-party archives. + +Copyright [yyyy] [name of copyright owner] + +Licensed under the Apache License, Version 2.0 (the "License"); +you may not use this file except in compliance with the License. +You may obtain a copy of the License at + + http://www.apache.org/licenses/LICENSE-2.0 + +Unless required by applicable law or agreed to in writing, software +distributed under the License is distributed on an "AS IS" BASIS, +WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +See the License for the specific language governing permissions and +limitations under the License. +-------------------------------------------------------------------------------- +fuchsia_sdk + +Apache License +Version 2.0, January 2004 +http://www.apache.org/licenses/ + +TERMS AND CONDITIONS FOR USE, REPRODUCTION, AND DISTRIBUTION + +1. Definitions. + + "License" shall mean the terms and conditions for use, reproduction, + and distribution as defined by Sections 1 through 9 of this document. + + "Licensor" shall mean the copyright owner or entity authorized by + the copyright owner that is granting the License. + + "Legal Entity" shall mean the union of the acting entity and all + other entities that control, are controlled by, or are under common + control with that entity. For the purposes of this definition, + "control" means (i) the power, direct or indirect, to cause the + direction or management of such entity, whether by contract or + otherwise, or (ii) ownership of fifty percent (50%) or more of the + outstanding shares, or (iii) beneficial ownership of such entity. + + "You" (or "Your") shall mean an individual or Legal Entity + exercising permissions granted by this License. + + "Source" form shall mean the preferred form for making modifications, + including but not limited to software source code, documentation + source, and configuration files. + + "Object" form shall mean any form resulting from mechanical + transformation or translation of a Source form, including but + not limited to compiled object code, generated documentation, + and conversions to other media types. + + "Work" shall mean the work of authorship, whether in Source or + Object form, made available under the License, as indicated by a + copyright notice that is included in or attached to the work + (an example is provided in the Appendix below). + + "Derivative Works" shall mean any work, whether in Source or Object + form, that is based on (or derived from) the Work and for which the + editorial revisions, annotations, elaborations, or other modifications + represent, as a whole, an original work of authorship. For the purposes + of this License, Derivative Works shall not include works that remain + separable from, or merely link (or bind by name) to the interfaces of, + the Work and Derivative Works thereof. + + "Contribution" shall mean any work of authorship, including + the original version of the Work and any modifications or additions + to that Work or Derivative Works thereof, that is intentionally + submitted to Licensor for inclusion in the Work by the copyright owner + or by an individual or Legal Entity authorized to submit on behalf of + the copyright owner. For the purposes of this definition, "submitted" + means any form of electronic, verbal, or written communication sent + to the Licensor or its representatives, including but not limited to + communication on electronic mailing lists, source code control systems, + and issue tracking systems that are managed by, or on behalf of, the + Licensor for the purpose of discussing and improving the Work, but + excluding communication that is conspicuously marked or otherwise + designated in writing by the copyright owner as "Not a Contribution." + + "Contributor" shall mean Licensor and any individual or Legal Entity + on behalf of whom a Contribution has been received by Licensor and + subsequently incorporated within the Work. + +2. Grant of Copyright License. Subject to the terms and conditions of + this License, each Contributor hereby grants to You a perpetual, + worldwide, non-exclusive, no-charge, royalty-free, irrevocable + copyright license to reproduce, prepare Derivative Works of, + publicly display, publicly perform, sublicense, and distribute the + Work and such Derivative Works in Source or Object form. + +3. Grant of Patent License. Subject to the terms and conditions of + this License, each Contributor hereby grants to You a perpetual, + worldwide, non-exclusive, no-charge, royalty-free, irrevocable + (except as stated in this section) patent license to make, have made, + use, offer to sell, sell, import, and otherwise transfer the Work, + where such license applies only to those patent claims licensable + by such Contributor that are necessarily infringed by their + Contribution(s) alone or by combination of their Contribution(s) + with the Work to which such Contribution(s) was submitted. If You + institute patent litigation against any entity (including a + cross-claim or counterclaim in a lawsuit) alleging that the Work + or a Contribution incorporated within the Work constitutes direct + or contributory patent infringement, then any patent licenses + granted to You under this License for that Work shall terminate + as of the date such litigation is filed. + +4. Redistribution. You may reproduce and distribute copies of the + Work or Derivative Works thereof in any medium, with or without + modifications, and in Source or Object form, provided that You + meet the following conditions: + + (a) You must give any other recipients of the Work or + Derivative Works a copy of this License; and + + (b) You must cause any modified files to carry prominent notices + stating that You changed the files; and + + (c) You must retain, in the Source form of any Derivative Works + that You distribute, all copyright, patent, trademark, and + attribution notices from the Source form of the Work, + excluding those notices that do not pertain to any part of + the Derivative Works; and + + (d) If the Work includes a "NOTICE" text file as part of its + distribution, then any Derivative Works that You distribute must + include a readable copy of the attribution notices contained + within such NOTICE file, excluding those notices that do not + pertain to any part of the Derivative Works, in at least one + of the following places: within a NOTICE text file distributed + as part of the Derivative Works; within the Source form or + documentation, if provided along with the Derivative Works; or, + within a display generated by the Derivative Works, if and + wherever such third-party notices normally appear. The contents + of the NOTICE file are for informational purposes only and + do not modify the License. You may add Your own attribution + notices within Derivative Works that You distribute, alongside + or as an addendum to the NOTICE text from the Work, provided + that such additional attribution notices cannot be construed + as modifying the License. + + You may add Your own copyright statement to Your modifications and + may provide additional or different license terms and conditions + for use, reproduction, or distribution of Your modifications, or + for any such Derivative Works as a whole, provided Your use, + reproduction, and distribution of the Work otherwise complies with + the conditions stated in this License. + +5. Submission of Contributions. Unless You explicitly state otherwise, + any Contribution intentionally submitted for inclusion in the Work + by You to the Licensor shall be under the terms and conditions of + this License, without any additional terms or conditions. + Notwithstanding the above, nothing herein shall supersede or modify + the terms of any separate license agreement you may have executed + with Licensor regarding such Contributions. + +6. Trademarks. This License does not grant permission to use the trade + names, trademarks, service marks, or product names of the Licensor, + except as required for reasonable and customary use in describing the + origin of the Work and reproducing the content of the NOTICE file. + +7. Disclaimer of Warranty. Unless required by applicable law or + agreed to in writing, Licensor provides the Work (and each + Contributor provides its Contributions) on an "AS IS" BASIS, + WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or + implied, including, without limitation, any warranties or conditions + of TITLE, NON-INFRINGEMENT, MERCHANTABILITY, or FITNESS FOR A + PARTICULAR PURPOSE. You are solely responsible for determining the + appropriateness of using or redistributing the Work and assume any + risks associated with Your exercise of permissions under this License. + +8. Limitation of Liability. In no event and under no legal theory, + whether in tort (including negligence), contract, or otherwise, + unless required by applicable law (such as deliberate and grossly + negligent acts) or agreed to in writing, shall any Contributor be + liable to You for damages, including any direct, indirect, special, + incidental, or consequential damages of any character arising as a + result of this License or out of the use or inability to use the + Work (including but not limited to damages for loss of goodwill, + work stoppage, computer failure or malfunction, or any and all + other commercial damages or losses), even if such Contributor + has been advised of the possibility of such damages. + +9. Accepting Warranty or Additional Liability. While redistributing + the Work or Derivative Works thereof, You may choose to offer, + and charge a fee for, acceptance of support, warranty, indemnity, + or other liability obligations and/or rights consistent with this + License. However, in accepting such obligations, You may act only + on Your own behalf and on Your sole responsibility, not on behalf + of any other Contributor, and only if You agree to indemnify, + defend, and hold each Contributor harmless for any liability + incurred by, or claims asserted against, such Contributor by reason + of your accepting any such warranty or additional liability. + +END OF TERMS AND CONDITIONS + +APPENDIX: How to apply the Apache License to your work. + + To apply the Apache License to your work, attach the following + boilerplate notice, with the fields enclosed by brackets "[]" + replaced with your own identifying information. (Don't include + the brackets!) The text should be enclosed in the appropriate + comment syntax for the file format. We also recommend that a + file or class name and description of purpose be included on the + same "printed page" as the copyright notice for easier + identification within third-party archives. + +Copyright [yyyy] [name of copyright owner] + +Licensed under the Apache License, Version 2.0 (the "License"); +you may not use this file except in compliance with the License. +You may obtain a copy of the License at + + http://www.apache.org/licenses/LICENSE-2.0 + +Unless required by applicable law or agreed to in writing, software +distributed under the License is distributed on an "AS IS" BASIS, +WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +See the License for the specific language governing permissions and +limitations under the License. + + +--- LLVM Exceptions to the Apache 2.0 License ---- + +As an exception, if, as a result of your compiling your source code, portions +of this Software are embedded into an Object form of such source code, you +may redistribute such embedded portions in such Object form without complying +with the conditions of Sections 4(a), 4(b) and 4(d) of the License. + +In addition, if you combine or link compiled forms of this Software with +software that is licensed under the GPLv2 ("Combined Software") and if a +court of competent jurisdiction determines that the patent provision (Section +3), the indemnity provision (Section 9) or other Section of the License +conflicts with the conditions of the GPLv2, you may retroactively and +prospectively choose to deem waived or otherwise exclude such Section(s) of +the License, but only in their entirety and only with respect to the Combined +Software. +-------------------------------------------------------------------------------- +fuchsia_sdk + +Copyright 2014 The Fuchsia Authors. All rights reserved. + +Redistribution and use in source and binary forms, with or without +modification, are permitted provided that the following conditions are +met: + + * Redistributions of source code must retain the above copyright +notice, this list of conditions and the following disclaimer. + * Redistributions in binary form must reproduce the above +copyright notice, this list of conditions and the following disclaimer +in the documentation and/or other materials provided with the +distribution. + +THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS +"AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT +LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR +A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT +OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, +SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT +LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, +DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY +THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT +(INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE +OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. +-------------------------------------------------------------------------------- +fuchsia_sdk + +Copyright 2016 The Fuchsia Authors. All rights reserved. + +Redistribution and use in source and binary forms, with or without +modification, are permitted provided that the following conditions are +met: + + * Redistributions of source code must retain the above copyright +notice, this list of conditions and the following disclaimer. + * Redistributions in binary form must reproduce the above +copyright notice, this list of conditions and the following disclaimer +in the documentation and/or other materials provided with the +distribution. + +THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS +"AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT +LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR +A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT +OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, +SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT +LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, +DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY +THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT +(INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE +OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. +-------------------------------------------------------------------------------- +fuchsia_sdk + +Copyright 2017 The Fuchsia Authors. All rights reserved. + +Redistribution and use in source and binary forms, with or without +modification, are permitted provided that the following conditions are +met: + + * Redistributions of source code must retain the above copyright +notice, this list of conditions and the following disclaimer. + * Redistributions in binary form must reproduce the above +copyright notice, this list of conditions and the following disclaimer +in the documentation and/or other materials provided with the +distribution. + +THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS +"AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT +LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR +A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT +OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, +SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT +LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, +DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY +THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT +(INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE +OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. +-------------------------------------------------------------------------------- +fuchsia_sdk + +Copyright 2018 The Fuchsia Authors. All rights reserved. + +Redistribution and use in source and binary forms, with or without +modification, are permitted provided that the following conditions are +met: + + * Redistributions of source code must retain the above copyright +notice, this list of conditions and the following disclaimer. + * Redistributions in binary form must reproduce the above +copyright notice, this list of conditions and the following disclaimer +in the documentation and/or other materials provided with the +distribution. + +THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS +"AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT +LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR +A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT +OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, +SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT +LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, +DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY +THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT +(INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE +OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. +-------------------------------------------------------------------------------- +fuchsia_sdk + +Copyright 2019 The Fuchsia Authors. + +Redistribution and use in source and binary forms, with or without +modification, are permitted provided that the following conditions are +met: + + * Redistributions of source code must retain the above copyright +notice, this list of conditions and the following disclaimer. + * Redistributions in binary form must reproduce the above +copyright notice, this list of conditions and the following disclaimer +in the documentation and/or other materials provided with the +distribution. + +THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS +"AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT +LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR +A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT +OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, +SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT +LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, +DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY +THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT +(INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE +OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. +-------------------------------------------------------------------------------- +fuchsia_sdk + +Copyright 2019 The Fuchsia Authors. All rights reserved. + +Redistribution and use in source and binary forms, with or without +modification, are permitted provided that the following conditions are +met: + + * Redistributions of source code must retain the above copyright +notice, this list of conditions and the following disclaimer. + * Redistributions in binary form must reproduce the above +copyright notice, this list of conditions and the following disclaimer +in the documentation and/or other materials provided with the +distribution. + +THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS +"AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT +LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR +A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT +OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, +SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT +LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, +DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY +THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT +(INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE +OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. +-------------------------------------------------------------------------------- +fuchsia_sdk + +Copyright 2020 The Fuchsia Authors. All rights reserved. + +Redistribution and use in source and binary forms, with or without +modification, are permitted provided that the following conditions are +met: + + * Redistributions of source code must retain the above copyright +notice, this list of conditions and the following disclaimer. + * Redistributions in binary form must reproduce the above +copyright notice, this list of conditions and the following disclaimer +in the documentation and/or other materials provided with the +distribution. + +THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS +"AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT +LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR +A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT +OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, +SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT +LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, +DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY +THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT +(INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE +OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. +-------------------------------------------------------------------------------- +fuchsia_sdk + +Copyright 2021 The Fuchsia Authors. All rights reserved. + +Redistribution and use in source and binary forms, with or without +modification, are permitted provided that the following conditions are +met: + + * Redistributions of source code must retain the above copyright +notice, this list of conditions and the following disclaimer. + * Redistributions in binary form must reproduce the above +copyright notice, this list of conditions and the following disclaimer +in the documentation and/or other materials provided with the +distribution. + +THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS +"AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT +LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR +A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT +OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, +SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT +LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, +DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY +THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT +(INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE +OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. +-------------------------------------------------------------------------------- +fuchsia_sdk + +Copyright 2022 The Fuchsia Authors. All rights reserved. + +Redistribution and use in source and binary forms, with or without +modification, are permitted provided that the following conditions are +met: + + * Redistributions of source code must retain the above copyright +notice, this list of conditions and the following disclaimer. + * Redistributions in binary form must reproduce the above +copyright notice, this list of conditions and the following disclaimer +in the documentation and/or other materials provided with the +distribution. + +THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS +"AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT +LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR +A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT +OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, +SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT +LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, +DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY +THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT +(INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE +OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. +-------------------------------------------------------------------------------- +fuchsia_sdk + +Copyright 2023 The Fuchsia Authors. All rights reserved. + +Redistribution and use in source and binary forms, with or without +modification, are permitted provided that the following conditions are +met: + + * Redistributions of source code must retain the above copyright +notice, this list of conditions and the following disclaimer. + * Redistributions in binary form must reproduce the above +copyright notice, this list of conditions and the following disclaimer +in the documentation and/or other materials provided with the +distribution. + +THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS +"AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT +LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR +A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT +OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, +SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT +LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, +DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY +THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT +(INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE +OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. +-------------------------------------------------------------------------------- +fuchsia_sdk + +Copyright 2024 The Fuchsia Authors. All rights reserved. + +Redistribution and use in source and binary forms, with or without +modification, are permitted provided that the following conditions are +met: + + * Redistributions of source code must retain the above copyright +notice, this list of conditions and the following disclaimer. + * Redistributions in binary form must reproduce the above +copyright notice, this list of conditions and the following disclaimer +in the documentation and/or other materials provided with the +distribution. + +THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS +"AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT +LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR +A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT +OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, +SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT +LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, +DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY +THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT +(INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE +OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. +-------------------------------------------------------------------------------- +fuchsia_sdk + +Copyright 2025 The Fuchsia Authors. All rights reserved. + +Redistribution and use in source and binary forms, with or without +modification, are permitted provided that the following conditions are +met: + + * Redistributions of source code must retain the above copyright +notice, this list of conditions and the following disclaimer. + * Redistributions in binary form must reproduce the above +copyright notice, this list of conditions and the following disclaimer +in the documentation and/or other materials provided with the +distribution. + +THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS +"AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT +LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR +A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT +OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, +SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT +LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, +DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY +THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT +(INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE +OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. +-------------------------------------------------------------------------------- +glfw + + +Copyright (c) 2017 Sean Barrett +Permission is hereby granted, free of charge, to any person obtaining a copy of +this software and associated documentation files (the "Software"), to deal in +the Software without restriction, including without limitation the rights to +use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies +of the Software, and to permit persons to whom the Software is furnished to do +so, subject to the following conditions: +The above copyright notice and this permission notice shall be included in all +copies or substantial portions of the Software. +THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR +IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, +FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE +AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER +LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, +OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE +SOFTWARE. +------------------------------------------------------------------------------ +ALTERNATIVE B - Public Domain (www.unlicense.org) +This is free and unencumbered software released into the public domain. +Anyone is free to copy, modify, publish, use, compile, sell, or distribute this +software, either in source code form or as a compiled binary, for any purpose, +commercial or non-commercial, and by any means. +In jurisdictions that recognize copyright laws, the author or authors of this +software dedicate any and all copyright interest in the software to the public +domain. We make this dedication for the benefit of the public at large and to +the detriment of our heirs and successors. We intend this dedication to be an +overt act of relinquishment in perpetuity of all present and future rights to +this software under copyright law. +THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR +IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, +FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE +AUTHORS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN +ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION +WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. +-------------------------------------------------------------------------------- +glfw + +Copyright (C) 1997-2013 Sam Lantinga + +This software is provided 'as-is', without any express or implied warranty. +In no event will the authors be held liable for any damages arising from the +use of this software. + +Permission is granted to anyone to use this software for any purpose, +including commercial applications, and to alter it and redistribute it +freely, subject to the following restrictions: + +1. The origin of this software must not be misrepresented; you must not + claim that you wrote the original software. If you use this software + in a product, an acknowledgment in the product documentation would + be appreciated but is not required. + +2. Altered source versions must be plainly marked as such, and must not be + misrepresented as being the original software. + +3. This notice may not be removed or altered from any source distribution. +-------------------------------------------------------------------------------- +glfw + +Copyright (c) 2002-2006 Marcus Geelnard + +Copyright (c) 2006-2019 Camilla Löwy + +This software is provided 'as-is', without any express or implied +warranty. In no event will the authors be held liable for any damages +arising from the use of this software. + +Permission is granted to anyone to use this software for any purpose, +including commercial applications, and to alter it and redistribute it +freely, subject to the following restrictions: + +1. The origin of this software must not be misrepresented; you must not + claim that you wrote the original software. If you use this software + in a product, an acknowledgment in the product documentation would + be appreciated but is not required. + +2. Altered source versions must be plainly marked as such, and must not + be misrepresented as being the original software. + +3. This notice may not be removed or altered from any source + distribution. +-------------------------------------------------------------------------------- +glfw + +Copyright (c) 2002-2006 Marcus Geelnard +Copyright (c) 2006-2016 Camilla Löwy + +This software is provided 'as-is', without any express or implied +warranty. In no event will the authors be held liable for any damages +arising from the use of this software. + +Permission is granted to anyone to use this software for any purpose, +including commercial applications, and to alter it and redistribute it +freely, subject to the following restrictions: - "You" (or "Your") shall mean an individual or Legal Entity - exercising permissions granted by this License. +1. The origin of this software must not be misrepresented; you must not + claim that you wrote the original software. If you use this software + in a product, an acknowledgment in the product documentation would + be appreciated but is not required. - "Source" form shall mean the preferred form for making modifications, - including but not limited to software source code, documentation - source, and configuration files. +2. Altered source versions must be plainly marked as such, and must not + be misrepresented as being the original software. - "Object" form shall mean any form resulting from mechanical - transformation or translation of a Source form, including but - not limited to compiled object code, generated documentation, - and conversions to other media types. +3. This notice may not be removed or altered from any source + distribution. +-------------------------------------------------------------------------------- +glfw - "Work" shall mean the work of authorship, whether in Source or - Object form, made available under the License, as indicated by a - copyright notice that is included in or attached to the work - (an example is provided in the Appendix below). +Copyright (c) 2002-2006 Marcus Geelnard +Copyright (c) 2006-2017 Camilla Löwy - "Derivative Works" shall mean any work, whether in Source or Object - form, that is based on (or derived from) the Work and for which the - editorial revisions, annotations, elaborations, or other modifications - represent, as a whole, an original work of authorship. For the purposes - of this License, Derivative Works shall not include works that remain - separable from, or merely link (or bind by name) to the interfaces of, - the Work and Derivative Works thereof. +This software is provided 'as-is', without any express or implied +warranty. In no event will the authors be held liable for any damages +arising from the use of this software. - "Contribution" shall mean any work of authorship, including - the original version of the Work and any modifications or additions - to that Work or Derivative Works thereof, that is intentionally - submitted to Licensor for inclusion in the Work by the copyright owner - or by an individual or Legal Entity authorized to submit on behalf of - the copyright owner. For the purposes of this definition, "submitted" - means any form of electronic, verbal, or written communication sent - to the Licensor or its representatives, including but not limited to - communication on electronic mailing lists, source code control systems, - and issue tracking systems that are managed by, or on behalf of, the - Licensor for the purpose of discussing and improving the Work, but - excluding communication that is conspicuously marked or otherwise - designated in writing by the copyright owner as "Not a Contribution." +Permission is granted to anyone to use this software for any purpose, +including commercial applications, and to alter it and redistribute it +freely, subject to the following restrictions: - "Contributor" shall mean Licensor and any individual or Legal Entity - on behalf of whom a Contribution has been received by Licensor and - subsequently incorporated within the Work. +1. The origin of this software must not be misrepresented; you must not + claim that you wrote the original software. If you use this software + in a product, an acknowledgment in the product documentation would + be appreciated but is not required. + +2. Altered source versions must be plainly marked as such, and must not + be misrepresented as being the original software. + +3. This notice may not be removed or altered from any source + distribution. +-------------------------------------------------------------------------------- +glfw + +Copyright (c) 2002-2006 Marcus Geelnard +Copyright (c) 2006-2018 Camilla Löwy + +This software is provided 'as-is', without any express or implied +warranty. In no event will the authors be held liable for any damages +arising from the use of this software. + +Permission is granted to anyone to use this software for any purpose, +including commercial applications, and to alter it and redistribute it +freely, subject to the following restrictions: + +1. The origin of this software must not be misrepresented; you must not + claim that you wrote the original software. If you use this software + in a product, an acknowledgment in the product documentation would + be appreciated but is not required. + +2. Altered source versions must be plainly marked as such, and must not + be misrepresented as being the original software. + +3. This notice may not be removed or altered from any source + distribution. +-------------------------------------------------------------------------------- +glfw + +Copyright (c) 2002-2006 Marcus Geelnard +Copyright (c) 2006-2019 Camilla Löwy + +This software is provided 'as-is', without any express or implied +warranty. In no event will the authors be held liable for any damages +arising from the use of this software. + +Permission is granted to anyone to use this software for any purpose, +including commercial applications, and to alter it and redistribute it +freely, subject to the following restrictions: + +1. The origin of this software must not be misrepresented; you must not + claim that you wrote the original software. If you use this software + in a product, an acknowledgment in the product documentation would + be appreciated but is not required. + +2. Altered source versions must be plainly marked as such, and must not + be misrepresented as being the original software. + +3. This notice may not be removed or altered from any source + distribution. +-------------------------------------------------------------------------------- +glfw + +Copyright (c) 2002-2006 Marcus Geelnard +Copyright (c) 2006-2019 Camilla Löwy +Copyright (c) 2012 Torsten Walluhn + +This software is provided 'as-is', without any express or implied +warranty. In no event will the authors be held liable for any damages +arising from the use of this software. + +Permission is granted to anyone to use this software for any purpose, +including commercial applications, and to alter it and redistribute it +freely, subject to the following restrictions: + +1. The origin of this software must not be misrepresented; you must not + claim that you wrote the original software. If you use this software + in a product, an acknowledgment in the product documentation would + be appreciated but is not required. + +2. Altered source versions must be plainly marked as such, and must not + be misrepresented as being the original software. + +3. This notice may not be removed or altered from any source + distribution. +-------------------------------------------------------------------------------- +glfw + +Copyright (c) 2006-2017 Camilla Löwy + +This software is provided 'as-is', without any express or implied +warranty. In no event will the authors be held liable for any damages +arising from the use of this software. + +Permission is granted to anyone to use this software for any purpose, +including commercial applications, and to alter it and redistribute it +freely, subject to the following restrictions: + +1. The origin of this software must not be misrepresented; you must not + claim that you wrote the original software. If you use this software + in a product, an acknowledgment in the product documentation would + be appreciated but is not required. + +2. Altered source versions must be plainly marked as such, and must not + be misrepresented as being the original software. + +3. This notice may not be removed or altered from any source + distribution. +-------------------------------------------------------------------------------- +glfw + +Copyright (c) 2006-2018 Camilla Löwy + +This software is provided 'as-is', without any express or implied +warranty. In no event will the authors be held liable for any damages +arising from the use of this software. + +Permission is granted to anyone to use this software for any purpose, +including commercial applications, and to alter it and redistribute it +freely, subject to the following restrictions: + +1. The origin of this software must not be misrepresented; you must not + claim that you wrote the original software. If you use this software + in a product, an acknowledgment in the product documentation would + be appreciated but is not required. + +2. Altered source versions must be plainly marked as such, and must not + be misrepresented as being the original software. + +3. This notice may not be removed or altered from any source + distribution. +-------------------------------------------------------------------------------- +glfw + +Copyright (c) 2009-2016 Camilla Löwy + +This software is provided 'as-is', without any express or implied +warranty. In no event will the authors be held liable for any damages +arising from the use of this software. + +Permission is granted to anyone to use this software for any purpose, +including commercial applications, and to alter it and redistribute it +freely, subject to the following restrictions: + +1. The origin of this software must not be misrepresented; you must not + claim that you wrote the original software. If you use this software + in a product, an acknowledgment in the product documentation would + be appreciated but is not required. + +2. Altered source versions must be plainly marked as such, and must not + be misrepresented as being the original software. + +3. This notice may not be removed or altered from any source + distribution. +-------------------------------------------------------------------------------- +glfw + +Copyright (c) 2009-2019 Camilla Löwy + +This software is provided 'as-is', without any express or implied +warranty. In no event will the authors be held liable for any damages +arising from the use of this software. + +Permission is granted to anyone to use this software for any purpose, +including commercial applications, and to alter it and redistribute it +freely, subject to the following restrictions: + +1. The origin of this software must not be misrepresented; you must not + claim that you wrote the original software. If you use this software + in a product, an acknowledgment in the product documentation would + be appreciated but is not required. + +2. Altered source versions must be plainly marked as such, and must not + be misrepresented as being the original software. + +3. This notice may not be removed or altered from any source + distribution. +-------------------------------------------------------------------------------- +glfw + +Copyright (c) 2009-2019 Camilla Löwy +Copyright (c) 2012 Torsten Walluhn + +This software is provided 'as-is', without any express or implied +warranty. In no event will the authors be held liable for any damages +arising from the use of this software. + +Permission is granted to anyone to use this software for any purpose, +including commercial applications, and to alter it and redistribute it +freely, subject to the following restrictions: + +1. The origin of this software must not be misrepresented; you must not + claim that you wrote the original software. If you use this software + in a product, an acknowledgment in the product documentation would + be appreciated but is not required. - 2. Grant of Copyright License. Subject to the terms and conditions of - this License, each Contributor hereby grants to You a perpetual, - worldwide, non-exclusive, no-charge, royalty-free, irrevocable - copyright license to reproduce, prepare Derivative Works of, - publicly display, publicly perform, sublicense, and distribute the - Work and such Derivative Works in Source or Object form. +2. Altered source versions must be plainly marked as such, and must not + be misrepresented as being the original software. - 3. Grant of Patent License. Subject to the terms and conditions of - this License, each Contributor hereby grants to You a perpetual, - worldwide, non-exclusive, no-charge, royalty-free, irrevocable - (except as stated in this section) patent license to make, have made, - use, offer to sell, sell, import, and otherwise transfer the Work, - where such license applies only to those patent claims licensable - by such Contributor that are necessarily infringed by their - Contribution(s) alone or by combination of their Contribution(s) - with the Work to which such Contribution(s) was submitted. If You - institute patent litigation against any entity (including a - cross-claim or counterclaim in a lawsuit) alleging that the Work - or a Contribution incorporated within the Work constitutes direct - or contributory patent infringement, then any patent licenses - granted to You under this License for that Work shall terminate - as of the date such litigation is filed. +3. This notice may not be removed or altered from any source + distribution. +-------------------------------------------------------------------------------- +glfw - 4. Redistribution. You may reproduce and distribute copies of the - Work or Derivative Works thereof in any medium, with or without - modifications, and in Source or Object form, provided that You - meet the following conditions: +Copyright (c) 2009-2021 Camilla Löwy - (a) You must give any other recipients of the Work or - Derivative Works a copy of this License; and +This software is provided 'as-is', without any express or implied +warranty. In no event will the authors be held liable for any damages +arising from the use of this software. - (b) You must cause any modified files to carry prominent notices - stating that You changed the files; and +Permission is granted to anyone to use this software for any purpose, +including commercial applications, and to alter it and redistribute it +freely, subject to the following restrictions: - (c) You must retain, in the Source form of any Derivative Works - that You distribute, all copyright, patent, trademark, and - attribution notices from the Source form of the Work, - excluding those notices that do not pertain to any part of - the Derivative Works; and +1. The origin of this software must not be misrepresented; you must not + claim that you wrote the original software. If you use this software + in a product, an acknowledgment in the product documentation would + be appreciated but is not required. - (d) If the Work includes a "NOTICE" text file as part of its - distribution, then any Derivative Works that You distribute must - include a readable copy of the attribution notices contained - within such NOTICE file, excluding those notices that do not - pertain to any part of the Derivative Works, in at least one - of the following places: within a NOTICE text file distributed - as part of the Derivative Works; within the Source form or - documentation, if provided along with the Derivative Works; or, - within a display generated by the Derivative Works, if and - wherever such third-party notices normally appear. The contents - of the NOTICE file are for informational purposes only and - do not modify the License. You may add Your own attribution - notices within Derivative Works that You distribute, alongside - or as an addendum to the NOTICE text from the Work, provided - that such additional attribution notices cannot be construed - as modifying the License. +2. Altered source versions must be plainly marked as such, and must not + be misrepresented as being the original software. - You may add Your own copyright statement to Your modifications and - may provide additional or different license terms and conditions - for use, reproduction, or distribution of Your modifications, or - for any such Derivative Works as a whole, provided Your use, - reproduction, and distribution of the Work otherwise complies with - the conditions stated in this License. +3. This notice may not be removed or altered from any source + distribution. +-------------------------------------------------------------------------------- +glfw - 5. Submission of Contributions. Unless You explicitly state otherwise, - any Contribution intentionally submitted for inclusion in the Work - by You to the Licensor shall be under the terms and conditions of - this License, without any additional terms or conditions. - Notwithstanding the above, nothing herein shall supersede or modify - the terms of any separate license agreement you may have executed - with Licensor regarding such Contributions. +Copyright (c) 2010 Olivier Delannoy - 6. Trademarks. This License does not grant permission to use the trade - names, trademarks, service marks, or product names of the Licensor, - except as required for reasonable and customary use in describing the - origin of the Work and reproducing the content of the NOTICE file. +This software is provided 'as-is', without any express or implied +warranty. In no event will the authors be held liable for any damages +arising from the use of this software. - 7. Disclaimer of Warranty. Unless required by applicable law or - agreed to in writing, Licensor provides the Work (and each - Contributor provides its Contributions) on an "AS IS" BASIS, - WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or - implied, including, without limitation, any warranties or conditions - of TITLE, NON-INFRINGEMENT, MERCHANTABILITY, or FITNESS FOR A - PARTICULAR PURPOSE. You are solely responsible for determining the - appropriateness of using or redistributing the Work and assume any - risks associated with Your exercise of permissions under this License. +Permission is granted to anyone to use this software for any purpose, +including commercial applications, and to alter it and redistribute it +freely, subject to the following restrictions: - 8. Limitation of Liability. In no event and under no legal theory, - whether in tort (including negligence), contract, or otherwise, - unless required by applicable law (such as deliberate and grossly - negligent acts) or agreed to in writing, shall any Contributor be - liable to You for damages, including any direct, indirect, special, - incidental, or consequential damages of any character arising as a - result of this License or out of the use or inability to use the - Work (including but not limited to damages for loss of goodwill, - work stoppage, computer failure or malfunction, or any and all - other commercial damages or losses), even if such Contributor - has been advised of the possibility of such damages. +1. The origin of this software must not be misrepresented; you must not + claim that you wrote the original software. If you use this software + in a product, an acknowledgment in the product documentation would + be appreciated but is not required. - 9. Accepting Warranty or Additional Liability. While redistributing - the Work or Derivative Works thereof, You may choose to offer, - and charge a fee for, acceptance of support, warranty, indemnity, - or other liability obligations and/or rights consistent with this - License. However, in accepting such obligations, You may act only - on Your own behalf and on Your sole responsibility, not on behalf - of any other Contributor, and only if You agree to indemnify, - defend, and hold each Contributor harmless for any liability - incurred by, or claims asserted against, such Contributor by reason - of your accepting any such warranty or additional liability. +2. Altered source versions must be plainly marked as such, and must not + be misrepresented as being the original software. - END OF TERMS AND CONDITIONS +3. This notice may not be removed or altered from any source + distribution. +-------------------------------------------------------------------------------- +glfw - APPENDIX: How to apply the Apache License to your work. +Copyright (c) 2012 Marcus Geelnard - To apply the Apache License to your work, attach the following - boilerplate notice, with the fields enclosed by brackets "[]" - replaced with your own identifying information. (Don't include - the brackets!) The text should be enclosed in the appropriate - comment syntax for the file format. We also recommend that a - file or class name and description of purpose be included on the - same "printed page" as the copyright notice for easier - identification within third-party archives. +This software is provided 'as-is', without any express or implied +warranty. In no event will the authors be held liable for any damages +arising from the use of this software. - Copyright [yyyy] [name of copyright owner] +Permission is granted to anyone to use this software for any purpose, +including commercial applications, and to alter it and redistribute it +freely, subject to the following restrictions: - Licensed under the Apache License, Version 2.0 (the "License"); - you may not use this file except in compliance with the License. - You may obtain a copy of the License at +1. The origin of this software must not be misrepresented; you must not +claim that you wrote the original software. If you use this software +in a product, an acknowledgment in the product documentation would be +appreciated but is not required. - http://www.apache.org/licenses/LICENSE-2.0 +2. Altered source versions must be plainly marked as such, and must not be +misrepresented as being the original software. - Unless required by applicable law or agreed to in writing, software - distributed under the License is distributed on an "AS IS" BASIS, - WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. - See the License for the specific language governing permissions and - limitations under the License. +3. This notice may not be removed or altered from any source +distribution. +-------------------------------------------------------------------------------- +glfw +Copyright (c) 2014 Jonas Ådahl -For files in the `ndk_compat` folder: +This software is provided 'as-is', without any express or implied +warranty. In no event will the authors be held liable for any damages +arising from the use of this software. +Permission is granted to anyone to use this software for any purpose, +including commercial applications, and to alter it and redistribute it +freely, subject to the following restrictions: -Copyright (C) 2010 The Android Open Source Project -All rights reserved. -Redistribution and use in source and binary forms, with or without -modification, are permitted provided that the following conditions -are met: -* Redistributions of source code must retain the above copyright - notice, this list of conditions and the following disclaimer. -* Redistributions in binary form must reproduce the above copyright - notice, this list of conditions and the following disclaimer in - the documentation and/or other materials provided with the - distribution. -THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS -"AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT -LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS -FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE -COPYRIGHT OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, -INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, -BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS -OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED -AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, -OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT -OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF -SUCH DAMAGE. --------------------------------------------------------------------------------- -cpu_features +1. The origin of this software must not be misrepresented; you must not + claim that you wrote the original software. If you use this software + in a product, an acknowledgment in the product documentation would + be appreciated but is not required. -Copyright (C) 2010 The Android Open Source Project -All rights reserved. +2. Altered source versions must be plainly marked as such, and must not + be misrepresented as being the original software. -Redistribution and use in source and binary forms, with or without -modification, are permitted provided that the following conditions -are met: -* Redistributions of source code must retain the above copyright - notice, this list of conditions and the following disclaimer. -* Redistributions in binary form must reproduce the above copyright - notice, this list of conditions and the following disclaimer in - the documentation and/or other materials provided with the +3. This notice may not be removed or altered from any source distribution. - -THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS -"AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT -LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS -FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE -COPYRIGHT OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, -INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, -BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS -OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED -AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, -OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT -OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF -SUCH DAMAGE. -------------------------------------------------------------------------------- -cross_file -flutter_lints -path_provider -path_provider_android -path_provider_foundation -path_provider_linux -path_provider_platform_interface -path_provider_windows -plugin_platform_interface -pointer_interceptor -pointer_interceptor_ios -pointer_interceptor_platform_interface -pointer_interceptor_web -two_dimensional_scrollables -url_launcher -url_launcher_android -url_launcher_ios -url_launcher_linux -url_launcher_macos -url_launcher_platform_interface -url_launcher_windows -xdg_directories +glfw -Copyright 2013 The Flutter Authors. All rights reserved. +Copyright (c) 2016 Google Inc. +Copyright (c) 2016-2017 Camilla Löwy + +This software is provided 'as-is', without any express or implied +warranty. In no event will the authors be held liable for any damages +arising from the use of this software. -Redistribution and use in source and binary forms, with or without modification, -are permitted provided that the following conditions are met: +Permission is granted to anyone to use this software for any purpose, +including commercial applications, and to alter it and redistribute it +freely, subject to the following restrictions: - * Redistributions of source code must retain the above copyright - notice, this list of conditions and the following disclaimer. - * Redistributions in binary form must reproduce the above - copyright notice, this list of conditions and the following - disclaimer in the documentation and/or other materials provided - with the distribution. - * Neither the name of Google Inc. nor the names of its - contributors may be used to endorse or promote products derived - from this software without specific prior written permission. +1. The origin of this software must not be misrepresented; you must not + claim that you wrote the original software. If you use this software + in a product, an acknowledgment in the product documentation would + be appreciated but is not required. -THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" AND -ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED -WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE -DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT OWNER OR CONTRIBUTORS BE LIABLE FOR -ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES -(INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; -LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON -ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT -(INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS -SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. +2. Altered source versions must be plainly marked as such, and must not + be misrepresented as being the original software. +3. This notice may not be removed or altered from any source + distribution. -------------------------------------------------------------------------------- -custom_lint -custom_lint_builder -custom_lint_core -custom_lint_visitor +glfw - Apache License - Version 2.0, January 2004 - http://www.apache.org/licenses/ +Copyright (c) 2016 Google Inc. +Copyright (c) 2016-2019 Camilla Löwy - TERMS AND CONDITIONS FOR USE, REPRODUCTION, AND DISTRIBUTION +This software is provided 'as-is', without any express or implied +warranty. In no event will the authors be held liable for any damages +arising from the use of this software. - 1. Definitions. +Permission is granted to anyone to use this software for any purpose, +including commercial applications, and to alter it and redistribute it +freely, subject to the following restrictions: - "License" shall mean the terms and conditions for use, reproduction, - and distribution as defined by Sections 1 through 9 of this document. +1. The origin of this software must not be misrepresented; you must not + claim that you wrote the original software. If you use this software + in a product, an acknowledgment in the product documentation would + be appreciated but is not required. - "Licensor" shall mean the copyright owner or entity authorized by - the copyright owner that is granting the License. +2. Altered source versions must be plainly marked as such, and must not + be misrepresented as being the original software. - "Legal Entity" shall mean the union of the acting entity and all - other entities that control, are controlled by, or are under common - control with that entity. For the purposes of this definition, - "control" means (i) the power, direct or indirect, to cause the - direction or management of such entity, whether by contract or - otherwise, or (ii) ownership of fifty percent (50%) or more of the - outstanding shares, or (iii) beneficial ownership of such entity. +3. This notice may not be removed or altered from any source + distribution. +-------------------------------------------------------------------------------- +glfw - "You" (or "Your") shall mean an individual or Legal Entity - exercising permissions granted by this License. +Copyright (c) 2016-2017 Camilla Löwy - "Source" form shall mean the preferred form for making modifications, - including but not limited to software source code, documentation - source, and configuration files. +This software is provided 'as-is', without any express or implied +warranty. In no event will the authors be held liable for any damages +arising from the use of this software. - "Object" form shall mean any form resulting from mechanical - transformation or translation of a Source form, including but - not limited to compiled object code, generated documentation, - and conversions to other media types. +Permission is granted to anyone to use this software for any purpose, +including commercial applications, and to alter it and redistribute it +freely, subject to the following restrictions: - "Work" shall mean the work of authorship, whether in Source or - Object form, made available under the License, as indicated by a - copyright notice that is included in or attached to the work - (an example is provided in the Appendix below). +1. The origin of this software must not be misrepresented; you must not + claim that you wrote the original software. If you use this software + in a product, an acknowledgment in the product documentation would + be appreciated but is not required. - "Derivative Works" shall mean any work, whether in Source or Object - form, that is based on (or derived from) the Work and for which the - editorial revisions, annotations, elaborations, or other modifications - represent, as a whole, an original work of authorship. For the purposes - of this License, Derivative Works shall not include works that remain - separable from, or merely link (or bind by name) to the interfaces of, - the Work and Derivative Works thereof. +2. Altered source versions must be plainly marked as such, and must not + be misrepresented as being the original software. - "Contribution" shall mean any work of authorship, including - the original version of the Work and any modifications or additions - to that Work or Derivative Works thereof, that is intentionally - submitted to Licensor for inclusion in the Work by the copyright owner - or by an individual or Legal Entity authorized to submit on behalf of - the copyright owner. For the purposes of this definition, "submitted" - means any form of electronic, verbal, or written communication sent - to the Licensor or its representatives, including but not limited to - communication on electronic mailing lists, source code control systems, - and issue tracking systems that are managed by, or on behalf of, the - Licensor for the purpose of discussing and improving the Work, but - excluding communication that is conspicuously marked or otherwise - designated in writing by the copyright owner as "Not a Contribution." +3. This notice may not be removed or altered from any source + distribution. +-------------------------------------------------------------------------------- +glfw - "Contributor" shall mean Licensor and any individual or Legal Entity - on behalf of whom a Contribution has been received by Licensor and - subsequently incorporated within the Work. +Copyright (c) 2021 Camilla Löwy - 2. Grant of Copyright License. Subject to the terms and conditions of - this License, each Contributor hereby grants to You a perpetual, - worldwide, non-exclusive, no-charge, royalty-free, irrevocable - copyright license to reproduce, prepare Derivative Works of, - publicly display, publicly perform, sublicense, and distribute the - Work and such Derivative Works in Source or Object form. +This software is provided 'as-is', without any express or implied +warranty. In no event will the authors be held liable for any damages +arising from the use of this software. - 3. Grant of Patent License. Subject to the terms and conditions of - this License, each Contributor hereby grants to You a perpetual, - worldwide, non-exclusive, no-charge, royalty-free, irrevocable - (except as stated in this section) patent license to make, have made, - use, offer to sell, sell, import, and otherwise transfer the Work, - where such license applies only to those patent claims licensable - by such Contributor that are necessarily infringed by their - Contribution(s) alone or by combination of their Contribution(s) - with the Work to which such Contribution(s) was submitted. If You - institute patent litigation against any entity (including a - cross-claim or counterclaim in a lawsuit) alleging that the Work - or a Contribution incorporated within the Work constitutes direct - or contributory patent infringement, then any patent licenses - granted to You under this License for that Work shall terminate - as of the date such litigation is filed. +Permission is granted to anyone to use this software for any purpose, +including commercial applications, and to alter it and redistribute it +freely, subject to the following restrictions: - 4. Redistribution. You may reproduce and distribute copies of the - Work or Derivative Works thereof in any medium, with or without - modifications, and in Source or Object form, provided that You - meet the following conditions: +1. The origin of this software must not be misrepresented; you must not + claim that you wrote the original software. If you use this software + in a product, an acknowledgment in the product documentation would + be appreciated but is not required. - (a) You must give any other recipients of the Work or - Derivative Works a copy of this License; and +2. Altered source versions must be plainly marked as such, and must not + be misrepresented as being the original software. - (b) You must cause any modified files to carry prominent notices - stating that You changed the files; and +3. This notice may not be removed or altered from any source + distribution. +-------------------------------------------------------------------------------- +glfw - (c) You must retain, in the Source form of any Derivative Works - that You distribute, all copyright, patent, trademark, and - attribution notices from the Source form of the Work, - excluding those notices that do not pertain to any part of - the Derivative Works; and +Copyright (c) 2022 Camilla Löwy - (d) If the Work includes a "NOTICE" text file as part of its - distribution, then any Derivative Works that You distribute must - include a readable copy of the attribution notices contained - within such NOTICE file, excluding those notices that do not - pertain to any part of the Derivative Works, in at least one - of the following places: within a NOTICE text file distributed - as part of the Derivative Works; within the Source form or - documentation, if provided along with the Derivative Works; or, - within a display generated by the Derivative Works, if and - wherever such third-party notices normally appear. The contents - of the NOTICE file are for informational purposes only and - do not modify the License. You may add Your own attribution - notices within Derivative Works that You distribute, alongside - or as an addendum to the NOTICE text from the Work, provided - that such additional attribution notices cannot be construed - as modifying the License. +This software is provided 'as-is', without any express or implied +warranty. In no event will the authors be held liable for any damages +arising from the use of this software. - You may add Your own copyright statement to Your modifications and - may provide additional or different license terms and conditions - for use, reproduction, or distribution of Your modifications, or - for any such Derivative Works as a whole, provided Your use, - reproduction, and distribution of the Work otherwise complies with - the conditions stated in this License. +Permission is granted to anyone to use this software for any purpose, +including commercial applications, and to alter it and redistribute it +freely, subject to the following restrictions: - 5. Submission of Contributions. Unless You explicitly state otherwise, - any Contribution intentionally submitted for inclusion in the Work - by You to the Licensor shall be under the terms and conditions of - this License, without any additional terms or conditions. - Notwithstanding the above, nothing herein shall supersede or modify - the terms of any separate license agreement you may have executed - with Licensor regarding such Contributions. +1. The origin of this software must not be misrepresented; you must not + claim that you wrote the original software. If you use this software + in a product, an acknowledgment in the product documentation would + be appreciated but is not required. - 6. Trademarks. This License does not grant permission to use the trade - names, trademarks, service marks, or product names of the Licensor, - except as required for reasonable and customary use in describing the - origin of the Work and reproducing the content of the NOTICE file. +2. Altered source versions must be plainly marked as such, and must not + be misrepresented as being the original software. - 7. Disclaimer of Warranty. Unless required by applicable law or - agreed to in writing, Licensor provides the Work (and each - Contributor provides its Contributions) on an "AS IS" BASIS, - WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or - implied, including, without limitation, any warranties or conditions - of TITLE, NON-INFRINGEMENT, MERCHANTABILITY, or FITNESS FOR A - PARTICULAR PURPOSE. You are solely responsible for determining the - appropriateness of using or redistributing the Work and assume any - risks associated with Your exercise of permissions under this License. +3. This notice may not be removed or altered from any source + distribution. +-------------------------------------------------------------------------------- +glfw - 8. Limitation of Liability. In no event and under no legal theory, - whether in tort (including negligence), contract, or otherwise, - unless required by applicable law (such as deliberate and grossly - negligent acts) or agreed to in writing, shall any Contributor be - liable to You for damages, including any direct, indirect, special, - incidental, or consequential damages of any character arising as a - result of this License or out of the use or inability to use the - Work (including but not limited to damages for loss of goodwill, - work stoppage, computer failure or malfunction, or any and all - other commercial damages or losses), even if such Contributor - has been advised of the possibility of such damages. +Copyright (c) Camilla Löwy + +This software is provided 'as-is', without any express or implied +warranty. In no event will the authors be held liable for any damages +arising from the use of this software. + +Permission is granted to anyone to use this software for any purpose, +including commercial applications, and to alter it and redistribute it +freely, subject to the following restrictions: + +1. The origin of this software must not be misrepresented; you must not + claim that you wrote the original software. If you use this software + in a product, an acknowledgment in the product documentation would + be appreciated but is not required. - 9. Accepting Warranty or Additional Liability. While redistributing - the Work or Derivative Works thereof, You may choose to offer, - and charge a fee for, acceptance of support, warranty, indemnity, - or other liability obligations and/or rights consistent with this - License. However, in accepting such obligations, You may act only - on Your own behalf and on Your sole responsibility, not on behalf - of any other Contributor, and only if You agree to indemnify, - defend, and hold each Contributor harmless for any liability - incurred by, or claims asserted against, such Contributor by reason - of your accepting any such warranty or additional liability. +2. Altered source versions must be plainly marked as such, and must not + be misrepresented as being the original software. - END OF TERMS AND CONDITIONS +3. This notice may not be removed or altered from any source + distribution. +-------------------------------------------------------------------------------- +glfw - APPENDIX: How to apply the Apache License to your work. +Copyright (c) Marcus Geelnard +Copyright (c) Camilla Löwy - To apply the Apache License to your work, attach the following - boilerplate notice, with the fields enclosed by brackets "[]" - replaced with your own identifying information. (Don't include - the brackets!) The text should be enclosed in the appropriate - comment syntax for the file format. We also recommend that a - file or class name and description of purpose be included on the - same "printed page" as the copyright notice for easier - identification within third-party archives. +This software is provided 'as-is', without any express or implied +warranty. In no event will the authors be held liable for any damages +arising from the use of this software. + +Permission is granted to anyone to use this software for any purpose, +including commercial applications, and to alter it and redistribute it +freely, subject to the following restrictions: - Copyright 2020 Invertase Limited +1. The origin of this software must not be misrepresented; you must not + claim that you wrote the original software. If you use this software + in a product, an acknowledgment in the product documentation would + be appreciated but is not required. - Licensed under the Apache License, Version 2.0 (the "License"); - you may not use this file except in compliance with the License. - You may obtain a copy of the License at +2. Altered source versions must be plainly marked as such, and must not + be misrepresented as being the original software. - http://www.apache.org/licenses/LICENSE-2.0 +3. This notice may not be removed or altered from any source + distribution. +-------------------------------------------------------------------------------- +glfw - Unless required by applicable law or agreed to in writing, software - distributed under the License is distributed on an "AS IS" BASIS, - WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. - See the License for the specific language governing permissions and - limitations under the License. +Copyright 2014-2022 The Khronos Group Inc. +SPDX-License-Identifier: Apache-2.0 -------------------------------------------------------------------------------- -dap +glslang -Copyright 2012, the Dart project authors. -Redistribution and use in source and binary forms, with or without -modification, are permitted provided that the following conditions are -met: - * Redistributions of source code must retain the above copyright - notice, this list of conditions and the following disclaimer. - * Redistributions in binary form must reproduce the above - copyright notice, this list of conditions and the following - disclaimer in the documentation and/or other materials provided - with the distribution. - * Neither the name of Google LLC nor the names of its - contributors may be used to endorse or promote products derived - from this software without specific prior written permission. -THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS -"AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT -LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR -A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT -OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, -SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT -LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, -DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY -THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT -(INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE -OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. +Copyright (c) 2022 Google LLC +Copyright (c) 2022 Sascha Willems +Permission is hereby granted, free of charge, to any person obtaining a copy +of this software and associated documentation files (the "Software"), to deal +in the Software without restriction, including without limitation the rights +to use, copy, modify, merge, publish, distribute, sublicense, and/or sell +copies of the Software, and to permit persons to whom the Software is +furnished to do so, subject to the following conditions: ------------------- +The above copyright notice and this permission notice shall be included in all +copies or substantial portions of the Software. -Files: debugAdapterProtocol.json -Files: lib/protocol_generated.dart +THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR +IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, +FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE +AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER +LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, +OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE +SOFTWARE. +-------------------------------------------------------------------------------- +glslang -MIT License -Copyright (c) Microsoft Corporation. + +Copyright (c) 2022 Sascha Willems Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal @@ -3288,2817 +7690,2926 @@ FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE -SOFTWARE +SOFTWARE. -------------------------------------------------------------------------------- -dart - -Copyright (c) 2003-2005 Tom Wu -Copyright (c) 2012 Adam Singer (adam@solvr.io) -All Rights Reserved. +glslang -Permission is hereby granted, free of charge, to any person obtaining -a copy of this software and associated documentation files (the -"Software"), to deal in the Software without restriction, including -without limitation the rights to use, copy, modify, merge, publish, -distribute, sublicense, and/or sell copies of the Software, and to -permit persons to whom the Software is furnished to do so, subject to -the following conditions: -The above copyright notice and this permission notice shall be -included in all copies or substantial portions of the Software. -THE SOFTWARE IS PROVIDED "AS-IS" AND WITHOUT WARRANTY OF ANY KIND, -EXPRESS, IMPLIED OR OTHERWISE, INCLUDING WITHOUT LIMITATION, ANY -WARRANTY OF MERCHANTABILITY OR FITNESS FOR A PARTICULAR PURPOSE. +Copyright (c) 2023 NVIDIA CORPORATION. -IN NO EVENT SHALL TOM WU BE LIABLE FOR ANY SPECIAL, INCIDENTAL, -INDIRECT OR CONSEQUENTIAL DAMAGES OF ANY KIND, OR ANY DAMAGES WHATSOEVER -RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER OR NOT ADVISED OF -THE POSSIBILITY OF DAMAGE, AND ON ANY THEORY OF LIABILITY, ARISING OUT -OF OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. +Permission is hereby granted, free of charge, to any person obtaining a copy +of this software and associated documentation files (the "Software"), to deal +in the Software without restriction, including without limitation the rights +to use, copy, modify, merge, publish, distribute, sublicense, and/or sell +copies of the Software, and to permit persons to whom the Software is +furnished to do so, subject to the following conditions: -In addition, the following condition applies: +The above copyright notice and this permission notice shall be included in all +copies or substantial portions of the Software. -All redistributions must retain an intact copy of this copyright notice -and disclaimer. +THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR +IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, +FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE +AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER +LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, +OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE +SOFTWARE. -------------------------------------------------------------------------------- -dart +glslang -Copyright (c) 2010, the Dart project authors. Please see the AUTHORS file -for details. All rights reserved. +Copyright (C) 2002-2004 3Dlabs Inc. Ltd. +All rights reserved. Redistribution and use in source and binary forms, with or without -modification, are permitted provided that the following conditions are -met: - * Redistributions of source code must retain the above copyright - notice, this list of conditions and the following disclaimer. - * Redistributions in binary form must reproduce the above - copyright notice, this list of conditions and the following - disclaimer in the documentation and/or other materials provided - with the distribution. - * Neither the name of Google LLC nor the names of its - contributors may be used to endorse or promote products derived - from this software without specific prior written permission. +modification, are permitted provided that the following conditions +are met: -THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS -"AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT -LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR -A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT -OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, -SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT -LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, -DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY -THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT -(INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE -OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. --------------------------------------------------------------------------------- -dart + Redistributions of source code must retain the above copyright + notice, this list of conditions and the following disclaimer. -Copyright (c) 2011, the Dart project authors. Please see the AUTHORS file -for details. All rights reserved. + Redistributions in binary form must reproduce the above + copyright notice, this list of conditions and the following + disclaimer in the documentation and/or other materials provided + with the distribution. -Redistribution and use in source and binary forms, with or without -modification, are permitted provided that the following conditions are -met: - * Redistributions of source code must retain the above copyright - notice, this list of conditions and the following disclaimer. - * Redistributions in binary form must reproduce the above - copyright notice, this list of conditions and the following - disclaimer in the documentation and/or other materials provided - with the distribution. - * Neither the name of Google LLC nor the names of its - contributors may be used to endorse or promote products derived - from this software without specific prior written permission. + Neither the name of 3Dlabs Inc. Ltd. nor the names of its + contributors may be used to endorse or promote products derived + from this software without specific prior written permission. THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT -LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR -A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT -OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, -SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT -LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, -DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY -THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT -(INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE -OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. +LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS +FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE +COPYRIGHT HOLDERS OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, +INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, +BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; +LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER +CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT +LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN +ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE +POSSIBILITY OF SUCH DAMAGE. -------------------------------------------------------------------------------- -dart +glslang -Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file -for details. All rights reserved. +Copyright (C) 2002-2005 3Dlabs Inc. Ltd. +All rights reserved. Redistribution and use in source and binary forms, with or without -modification, are permitted provided that the following conditions are -met: - * Redistributions of source code must retain the above copyright - notice, this list of conditions and the following disclaimer. - * Redistributions in binary form must reproduce the above - copyright notice, this list of conditions and the following - disclaimer in the documentation and/or other materials provided - with the distribution. - * Neither the name of Google LLC nor the names of its - contributors may be used to endorse or promote products derived - from this software without specific prior written permission. +modification, are permitted provided that the following conditions +are met: + + Redistributions of source code must retain the above copyright + notice, this list of conditions and the following disclaimer. + + Redistributions in binary form must reproduce the above + copyright notice, this list of conditions and the following + disclaimer in the documentation and/or other materials provided + with the distribution. + + Neither the name of 3Dlabs Inc. Ltd. nor the names of its + contributors may be used to endorse or promote products derived + from this software without specific prior written permission. THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT -LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR -A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT -OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, -SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT -LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, -DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY -THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT -(INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE -OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. +LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS +FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE +COPYRIGHT HOLDERS OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, +INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, +BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; +LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER +CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT +LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN +ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE +POSSIBILITY OF SUCH DAMAGE. -------------------------------------------------------------------------------- -dart +glslang -Copyright (c) 2013, the Dart project authors. Please see the AUTHORS file -for details. All rights reserved. +Copyright (C) 2002-2005 3Dlabs Inc. Ltd. +Copyright (C) 2012-2013 LunarG, Inc. + +All rights reserved. Redistribution and use in source and binary forms, with or without -modification, are permitted provided that the following conditions are -met: - * Redistributions of source code must retain the above copyright - notice, this list of conditions and the following disclaimer. - * Redistributions in binary form must reproduce the above - copyright notice, this list of conditions and the following - disclaimer in the documentation and/or other materials provided - with the distribution. - * Neither the name of Google LLC nor the names of its - contributors may be used to endorse or promote products derived - from this software without specific prior written permission. +modification, are permitted provided that the following conditions +are met: + + Redistributions of source code must retain the above copyright + notice, this list of conditions and the following disclaimer. + + Redistributions in binary form must reproduce the above + copyright notice, this list of conditions and the following + disclaimer in the documentation and/or other materials provided + with the distribution. + + Neither the name of 3Dlabs Inc. Ltd. nor the names of its + contributors may be used to endorse or promote products derived + from this software without specific prior written permission. THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT -LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR -A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT -OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, -SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT -LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, -DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY -THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT -(INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE -OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. +LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS +FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE +COPYRIGHT HOLDERS OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, +INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, +BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; +LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER +CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT +LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN +ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE +POSSIBILITY OF SUCH DAMAGE. -------------------------------------------------------------------------------- -dart +glslang + +Copyright (C) 2002-2005 3Dlabs Inc. Ltd. +Copyright (C) 2012-2013 LunarG, Inc. +Copyright (C) 2015-2018 Google, Inc. -Copyright (c) 2014 The Polymer Project Authors. All rights reserved. +All rights reserved. Redistribution and use in source and binary forms, with or without -modification, are permitted provided that the following conditions are -met: +modification, are permitted provided that the following conditions +are met: - * Redistributions of source code must retain the above copyright -notice, this list of conditions and the following disclaimer. - * Redistributions in binary form must reproduce the above -copyright notice, this list of conditions and the following disclaimer -in the documentation and/or other materials provided with the -distribution. - * Neither the name of Google Inc. nor the names of its -contributors may be used to endorse or promote products derived from -this software without specific prior written permission. + Redistributions of source code must retain the above copyright + notice, this list of conditions and the following disclaimer. + + Redistributions in binary form must reproduce the above + copyright notice, this list of conditions and the following + disclaimer in the documentation and/or other materials provided + with the distribution. + + Neither the name of 3Dlabs Inc. Ltd. nor the names of its + contributors may be used to endorse or promote products derived + from this software without specific prior written permission. THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT -LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR -A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT -OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, -SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT -LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, -DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY -THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT -(INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE -OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. +LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS +FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE +COPYRIGHT HOLDERS OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, +INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, +BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; +LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER +CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT +LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN +ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE +POSSIBILITY OF SUCH DAMAGE. -------------------------------------------------------------------------------- -dart +glslang -Copyright (c) 2014, the Dart project authors. Please see the AUTHORS file -for details. All rights reserved. +Copyright (C) 2002-2005 3Dlabs Inc. Ltd. +Copyright (C) 2012-2013 LunarG, Inc. +Copyright (C) 2017 ARM Limited. +Copyright (C) 2015-2018 Google, Inc. +Modifications Copyright (C) 2020 Advanced Micro Devices, Inc. All rights reserved. + +All rights reserved. Redistribution and use in source and binary forms, with or without -modification, are permitted provided that the following conditions are -met: - * Redistributions of source code must retain the above copyright - notice, this list of conditions and the following disclaimer. - * Redistributions in binary form must reproduce the above - copyright notice, this list of conditions and the following - disclaimer in the documentation and/or other materials provided - with the distribution. - * Neither the name of Google LLC nor the names of its - contributors may be used to endorse or promote products derived - from this software without specific prior written permission. +modification, are permitted provided that the following conditions +are met: + + Redistributions of source code must retain the above copyright + notice, this list of conditions and the following disclaimer. + + Redistributions in binary form must reproduce the above + copyright notice, this list of conditions and the following + disclaimer in the documentation and/or other materials provided + with the distribution. + + Neither the name of 3Dlabs Inc. Ltd. nor the names of its + contributors may be used to endorse or promote products derived + from this software without specific prior written permission. THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT -LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR -A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT -OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, -SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT -LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, -DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY -THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT -(INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE -OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. +LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS +FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE +COPYRIGHT HOLDERS OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, +INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, +BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; +LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER +CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT +LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN +ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE +POSSIBILITY OF SUCH DAMAGE. -------------------------------------------------------------------------------- -dart +glslang -Copyright (c) 2015, the Dart project authors. Please see the AUTHORS file -for details. All rights reserved. +Copyright (C) 2002-2005 3Dlabs Inc. Ltd. +Copyright (C) 2012-2013 LunarG, Inc. +Copyright (C) 2017 ARM Limited. +Copyright (C) 2015-2019 Google, Inc. +Modifications Copyright (C) 2020 Advanced Micro Devices, Inc. All rights reserved. + +All rights reserved. Redistribution and use in source and binary forms, with or without -modification, are permitted provided that the following conditions are -met: - * Redistributions of source code must retain the above copyright - notice, this list of conditions and the following disclaimer. - * Redistributions in binary form must reproduce the above - copyright notice, this list of conditions and the following - disclaimer in the documentation and/or other materials provided - with the distribution. - * Neither the name of Google LLC nor the names of its - contributors may be used to endorse or promote products derived - from this software without specific prior written permission. +modification, are permitted provided that the following conditions +are met: + + Redistributions of source code must retain the above copyright + notice, this list of conditions and the following disclaimer. + + Redistributions in binary form must reproduce the above + copyright notice, this list of conditions and the following + disclaimer in the documentation and/or other materials provided + with the distribution. + + Neither the name of 3Dlabs Inc. Ltd. nor the names of its + contributors may be used to endorse or promote products derived + from this software without specific prior written permission. THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT -LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR -A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT -OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, -SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT -LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, -DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY -THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT -(INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE -OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. +LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS +FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE +COPYRIGHT HOLDERS OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, +INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, +BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; +LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER +CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT +LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN +ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE +POSSIBILITY OF SUCH DAMAGE. -------------------------------------------------------------------------------- -dart +glslang -Copyright (c) 2016, the Dart project authors. Please see the AUTHORS file -for details. All rights reserved. +Copyright (C) 2002-2005 3Dlabs Inc. Ltd. +Copyright (C) 2012-2013 LunarG, Inc. +Copyright (C) 2017 ARM Limited. +Copyright (C) 2018-2020 Google, Inc. + +All rights reserved. Redistribution and use in source and binary forms, with or without -modification, are permitted provided that the following conditions are -met: - * Redistributions of source code must retain the above copyright - notice, this list of conditions and the following disclaimer. - * Redistributions in binary form must reproduce the above - copyright notice, this list of conditions and the following - disclaimer in the documentation and/or other materials provided - with the distribution. - * Neither the name of Google LLC nor the names of its - contributors may be used to endorse or promote products derived - from this software without specific prior written permission. +modification, are permitted provided that the following conditions +are met: -THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS -"AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT -LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR -A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT -OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, -SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT -LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, -DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY -THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT -(INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE -OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. --------------------------------------------------------------------------------- -dart + Redistributions of source code must retain the above copyright + notice, this list of conditions and the following disclaimer. -Copyright (c) 2017, the Dart project authors. Please see the AUTHORS file -for details. All rights reserved. + Redistributions in binary form must reproduce the above + copyright notice, this list of conditions and the following + disclaimer in the documentation and/or other materials provided + with the distribution. -Redistribution and use in source and binary forms, with or without -modification, are permitted provided that the following conditions are -met: - * Redistributions of source code must retain the above copyright - notice, this list of conditions and the following disclaimer. - * Redistributions in binary form must reproduce the above - copyright notice, this list of conditions and the following - disclaimer in the documentation and/or other materials provided - with the distribution. - * Neither the name of Google LLC nor the names of its - contributors may be used to endorse or promote products derived - from this software without specific prior written permission. + Neither the name of 3Dlabs Inc. Ltd. nor the names of its + contributors may be used to endorse or promote products derived + from this software without specific prior written permission. THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT -LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR -A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT -OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, -SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT -LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, -DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY -THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT -(INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE -OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. +LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS +FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE +COPYRIGHT HOLDERS OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, +INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, +BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; +LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER +CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT +LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN +ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE +POSSIBILITY OF SUCH DAMAGE. -------------------------------------------------------------------------------- -dart +glslang -Copyright (c) 2018, the Dart project authors. Please see the AUTHORS file -for details. All rights reserved. +Copyright (C) 2002-2005 3Dlabs Inc. Ltd. +Copyright (C) 2012-2013 LunarG, Inc. +Copyright (C) 2017 ARM Limited. +Modifications Copyright (C) 2020 Advanced Micro Devices, Inc. All rights reserved. + +All rights reserved. Redistribution and use in source and binary forms, with or without -modification, are permitted provided that the following conditions are -met: - * Redistributions of source code must retain the above copyright - notice, this list of conditions and the following disclaimer. - * Redistributions in binary form must reproduce the above - copyright notice, this list of conditions and the following - disclaimer in the documentation and/or other materials provided - with the distribution. - * Neither the name of Google LLC nor the names of its - contributors may be used to endorse or promote products derived - from this software without specific prior written permission. +modification, are permitted provided that the following conditions +are met: + + Redistributions of source code must retain the above copyright + notice, this list of conditions and the following disclaimer. + + Redistributions in binary form must reproduce the above + copyright notice, this list of conditions and the following + disclaimer in the documentation and/or other materials provided + with the distribution. + + Neither the name of 3Dlabs Inc. Ltd. nor the names of its + contributors may be used to endorse or promote products derived + from this software without specific prior written permission. THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT -LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR -A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT -OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, -SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT -LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, -DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY -THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT -(INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE -OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. +LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS +FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE +COPYRIGHT HOLDERS OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, +INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, +BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; +LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER +CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT +LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN +ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE +POSSIBILITY OF SUCH DAMAGE. -------------------------------------------------------------------------------- -dart +glslang -Copyright (c) 2018, the Dart project authors. Please see the AUTHORS file -for details. All rights reserved. +Copyright (C) 2002-2005 3Dlabs Inc. Ltd. +Copyright (C) 2012-2013 LunarG, Inc. +Copyright (C) 2017, 2022-2024 Arm Limited. +Copyright (C) 2015-2018 Google, Inc. +Modifications Copyright (C) 2020 Advanced Micro Devices, Inc. All rights reserved. +Modifications Copyright (C) 2024 Valve Corporation. + +All rights reserved. Redistribution and use in source and binary forms, with or without -modification, are permitted provided that the following conditions are -met: - * Redistributions of source code must retain the above copyright - notice, this list of conditions and the following disclaimer. - * Redistributions in binary form must reproduce the above - copyright notice, this list of conditions and the following - disclaimer in the documentation and/or other materials provided - with the distribution. - * Neither the name of Google LLC nor the names of its - contributors may be used to endorse or promote products derived - from this software without specific prior written permission. +modification, are permitted provided that the following conditions +are met: + + Redistributions of source code must retain the above copyright + notice, this list of conditions and the following disclaimer. + + Redistributions in binary form must reproduce the above + copyright notice, this list of conditions and the following + disclaimer in the documentation and/or other materials provided + with the distribution. + + Neither the name of 3Dlabs Inc. Ltd. nor the names of its + contributors may be used to endorse or promote products derived + from this software without specific prior written permission. THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT -LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR -A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT -OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, -SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT -LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, -DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY -THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT -(INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE -OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. +LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS +FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE +COPYRIGHT HOLDERS OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, +INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, +BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; +LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER +CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT +LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN +ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE +POSSIBILITY OF SUCH DAMAGE. -------------------------------------------------------------------------------- -dart +glslang -Copyright (c) 2019, the Dart project authors. Please see the AUTHORS file -for details. All rights reserved. +Copyright (C) 2002-2005 3Dlabs Inc. Ltd. +Copyright (C) 2012-2013 LunarG, Inc. +Copyright (C) 2017, 2022-2024 Arm Limited. +Copyright (C) 2015-2020 Google, Inc. +Modifications Copyright (C) 2020 Advanced Micro Devices, Inc. All rights reserved. + +All rights reserved. Redistribution and use in source and binary forms, with or without -modification, are permitted provided that the following conditions are -met: - * Redistributions of source code must retain the above copyright - notice, this list of conditions and the following disclaimer. - * Redistributions in binary form must reproduce the above - copyright notice, this list of conditions and the following - disclaimer in the documentation and/or other materials provided - with the distribution. - * Neither the name of Google LLC nor the names of its - contributors may be used to endorse or promote products derived - from this software without specific prior written permission. +modification, are permitted provided that the following conditions +are met: + + Redistributions of source code must retain the above copyright + notice, this list of conditions and the following disclaimer. + + Redistributions in binary form must reproduce the above + copyright notice, this list of conditions and the following + disclaimer in the documentation and/or other materials provided + with the distribution. + + Neither the name of 3Dlabs Inc. Ltd. nor the names of its + contributors may be used to endorse or promote products derived + from this software without specific prior written permission. THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT -LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR -A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT -OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, -SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT -LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, -DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY -THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT -(INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE -OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. +LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS +FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE +COPYRIGHT HOLDERS OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, +INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, +BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; +LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER +CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT +LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN +ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE +POSSIBILITY OF SUCH DAMAGE. -------------------------------------------------------------------------------- -dart +glslang -Copyright (c) 2019, the Dart project authors. Please see the AUTHORS file -for details. All rights reserved. +Copyright (C) 2002-2005 3Dlabs Inc. Ltd. +Copyright (C) 2012-2015 LunarG, Inc. +Copyright (C) 2015-2018 Google, Inc. +Copyright (C) 2017, 2019 ARM Limited. +Modifications Copyright (C) 2020 Advanced Micro Devices, Inc. All rights reserved. +Modifications Copyright (C) 2024 Ravi Prakash Singh. + +All rights reserved. Redistribution and use in source and binary forms, with or without -modification, are permitted provided that the following conditions are -met: - * Redistributions of source code must retain the above copyright - notice, this list of conditions and the following disclaimer. - * Redistributions in binary form must reproduce the above - copyright notice, this list of conditions and the following - disclaimer in the documentation and/or other materials provided - with the distribution. - * Neither the name of Google LLC nor the names of its - contributors may be used to endorse or promote products derived - from this software without specific prior written permission. +modification, are permitted provided that the following conditions +are met: + + Redistributions of source code must retain the above copyright + notice, this list of conditions and the following disclaimer. + + Redistributions in binary form must reproduce the above + copyright notice, this list of conditions and the following + disclaimer in the documentation and/or other materials provided + with the distribution. + + Neither the name of 3Dlabs Inc. Ltd. nor the names of its + contributors may be used to endorse or promote products derived + from this software without specific prior written permission. THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT -LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR -A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT -OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, -SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT -LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, -DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY -THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT -(INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE -OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. +LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS +FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE +COPYRIGHT HOLDERS OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, +INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, +BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; +LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER +CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT +LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN +ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE +POSSIBILITY OF SUCH DAMAGE. -------------------------------------------------------------------------------- -dart +glslang -Copyright (c) 2020, the Dart project authors. Please see the AUTHORS file -for details. All rights reserved. +Copyright (C) 2002-2005 3Dlabs Inc. Ltd. +Copyright (C) 2012-2015 LunarG, Inc. +Copyright (C) 2015-2020 Google, Inc. +Copyright (C) 2017 ARM Limited. + +All rights reserved. Redistribution and use in source and binary forms, with or without -modification, are permitted provided that the following conditions are -met: - * Redistributions of source code must retain the above copyright - notice, this list of conditions and the following disclaimer. - * Redistributions in binary form must reproduce the above - copyright notice, this list of conditions and the following - disclaimer in the documentation and/or other materials provided - with the distribution. - * Neither the name of Google LLC nor the names of its - contributors may be used to endorse or promote products derived - from this software without specific prior written permission. +modification, are permitted provided that the following conditions +are met: + + Redistributions of source code must retain the above copyright + notice, this list of conditions and the following disclaimer. + + Redistributions in binary form must reproduce the above + copyright notice, this list of conditions and the following + disclaimer in the documentation and/or other materials provided + with the distribution. + + Neither the name of 3Dlabs Inc. Ltd. nor the names of its + contributors may be used to endorse or promote products derived + from this software without specific prior written permission. THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT -LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR -A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT -OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, -SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT -LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, -DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY -THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT -(INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE -OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. +LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS +FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE +COPYRIGHT HOLDERS OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, +INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, +BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; +LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER +CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT +LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN +ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE +POSSIBILITY OF SUCH DAMAGE. -------------------------------------------------------------------------------- -dart +glslang -Copyright (c) 2021, the Dart project authors. Please see the AUTHORS file -for details. All rights reserved. +Copyright (C) 2002-2005 3Dlabs Inc. Ltd. +Copyright (C) 2012-2016 LunarG, Inc. +Copyright (C) 2015-2016 Google, Inc. +Copyright (C) 2017 ARM Limited. +Modifications Copyright (C) 2020 Advanced Micro Devices, Inc. All rights reserved. + +All rights reserved. Redistribution and use in source and binary forms, with or without -modification, are permitted provided that the following conditions are -met: - * Redistributions of source code must retain the above copyright - notice, this list of conditions and the following disclaimer. - * Redistributions in binary form must reproduce the above - copyright notice, this list of conditions and the following - disclaimer in the documentation and/or other materials provided - with the distribution. - * Neither the name of Google LLC nor the names of its - contributors may be used to endorse or promote products derived - from this software without specific prior written permission. +modification, are permitted provided that the following conditions +are met: + + Redistributions of source code must retain the above copyright + notice, this list of conditions and the following disclaimer. + + Redistributions in binary form must reproduce the above + copyright notice, this list of conditions and the following + disclaimer in the documentation and/or other materials provided + with the distribution. + + Neither the name of 3Dlabs Inc. Ltd. nor the names of its + contributors may be used to endorse or promote products derived + from this software without specific prior written permission. THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT -LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR -A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT -OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, -SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT -LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, -DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY -THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT -(INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE -OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. +LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS +FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE +COPYRIGHT HOLDERS OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, +INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, +BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; +LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER +CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT +LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN +ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE +POSSIBILITY OF SUCH DAMAGE. -------------------------------------------------------------------------------- -dart +glslang -Copyright (c) 2022, the Dart project authors. Please see the AUTHORS file -for details. All rights reserved. +Copyright (C) 2002-2005 3Dlabs Inc. Ltd. +Copyright (C) 2012-2016 LunarG, Inc. +Copyright (C) 2015-2020 Google, Inc. +Copyright (C) 2017, 2022-2024 Arm Limited. +Modifications Copyright (C) 2020-2021 Advanced Micro Devices, Inc. All rights reserved. + +All rights reserved. Redistribution and use in source and binary forms, with or without -modification, are permitted provided that the following conditions are -met: - * Redistributions of source code must retain the above copyright - notice, this list of conditions and the following disclaimer. - * Redistributions in binary form must reproduce the above - copyright notice, this list of conditions and the following - disclaimer in the documentation and/or other materials provided - with the distribution. - * Neither the name of Google LLC nor the names of its - contributors may be used to endorse or promote products derived - from this software without specific prior written permission. +modification, are permitted provided that the following conditions +are met: + + Redistributions of source code must retain the above copyright + notice, this list of conditions and the following disclaimer. + + Redistributions in binary form must reproduce the above + copyright notice, this list of conditions and the following + disclaimer in the documentation and/or other materials provided + with the distribution. + + Neither the name of 3Dlabs Inc. Ltd. nor the names of its + contributors may be used to endorse or promote products derived + from this software without specific prior written permission. THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT -LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR -A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT -OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, -SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT -LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, -DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY -THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT -(INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE -OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. +LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS +FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE +COPYRIGHT HOLDERS OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, +INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, +BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; +LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER +CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT +LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN +ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE +POSSIBILITY OF SUCH DAMAGE. -------------------------------------------------------------------------------- -dart +glslang -Copyright (c) 2023, the Dart project authors. Please see the AUTHORS file -for details. All rights reserved. +Copyright (C) 2002-2005 3Dlabs Inc. Ltd. +Copyright (C) 2012-2016 LunarG, Inc. +Copyright (C) 2017, 2022-2024 Arm Limited. +Modifications Copyright (C) 2020 Advanced Micro Devices, Inc. All rights reserved. + +All rights reserved. Redistribution and use in source and binary forms, with or without -modification, are permitted provided that the following conditions are -met: - * Redistributions of source code must retain the above copyright - notice, this list of conditions and the following disclaimer. - * Redistributions in binary form must reproduce the above - copyright notice, this list of conditions and the following - disclaimer in the documentation and/or other materials provided - with the distribution. - * Neither the name of Google LLC nor the names of its - contributors may be used to endorse or promote products derived - from this software without specific prior written permission. +modification, are permitted provided that the following conditions +are met: + + Redistributions of source code must retain the above copyright + notice, this list of conditions and the following disclaimer. + + Redistributions in binary form must reproduce the above + copyright notice, this list of conditions and the following + disclaimer in the documentation and/or other materials provided + with the distribution. + + Neither the name of 3Dlabs Inc. Ltd. nor the names of its + contributors may be used to endorse or promote products derived + from this software without specific prior written permission. THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT -LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR -A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT -OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, -SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT -LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, -DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY -THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT -(INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE -OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. +LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS +FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE +COPYRIGHT HOLDERS OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, +INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, +BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; +LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER +CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT +LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN +ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE +POSSIBILITY OF SUCH DAMAGE. -------------------------------------------------------------------------------- -dart +glslang -Copyright (c) 2023, the Dart project authors. Please see the AUTHORS file -for details. All rights reserved. +Copyright (C) 2002-2005 3Dlabs Inc. Ltd. +Copyright (C) 2013 LunarG, Inc. + +All rights reserved. Redistribution and use in source and binary forms, with or without -modification, are permitted provided that the following conditions are -met: - * Redistributions of source code must retain the above copyright - notice, this list of conditions and the following disclaimer. - * Redistributions in binary form must reproduce the above - copyright notice, this list of conditions and the following - disclaimer in the documentation and/or other materials provided - with the distribution. - * Neither the name of Google LLC nor the names of its - contributors may be used to endorse or promote products derived - from this software without specific prior written permission. +modification, are permitted provided that the following conditions +are met: + + Redistributions of source code must retain the above copyright + notice, this list of conditions and the following disclaimer. + + Redistributions in binary form must reproduce the above + copyright notice, this list of conditions and the following + disclaimer in the documentation and/or other materials provided + with the distribution. + + Neither the name of 3Dlabs Inc. Ltd. nor the names of its + contributors may be used to endorse or promote products derived + from this software without specific prior written permission. THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT -LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR -A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT -OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, -SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT -LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, -DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY -THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT -(INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE -OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. +LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS +FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE +COPYRIGHT HOLDERS OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, +INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, +BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; +LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER +CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT +LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN +ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE +POSSIBILITY OF SUCH DAMAGE. -------------------------------------------------------------------------------- -dart +glslang -Copyright (c) 2024, the Dart project authors. Please see the AUTHORS file -for details. All rights reserved. +Copyright (C) 2002-2005 3Dlabs Inc. Ltd. +Copyright (C) 2013 LunarG, Inc. +All rights reserved. Redistribution and use in source and binary forms, with or without -modification, are permitted provided that the following conditions are -met: - * Redistributions of source code must retain the above copyright - notice, this list of conditions and the following disclaimer. - * Redistributions in binary form must reproduce the above - copyright notice, this list of conditions and the following - disclaimer in the documentation and/or other materials provided - with the distribution. - * Neither the name of Google LLC nor the names of its - contributors may be used to endorse or promote products derived - from this software without specific prior written permission. +modification, are permitted provided that the following conditions +are met: + + Redistributions of source code must retain the above copyright + notice, this list of conditions and the following disclaimer. + + Redistributions in binary form must reproduce the above + copyright notice, this list of conditions and the following + disclaimer in the documentation and/or other materials provided + with the distribution. + + Neither the name of 3Dlabs Inc. Ltd. nor the names of its + contributors may be used to endorse or promote products derived + from this software without specific prior written permission. THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT -LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR -A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT -OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, -SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT -LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, -DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY -THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT -(INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE -OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. +LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS +FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE +COPYRIGHT HOLDERS OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, +INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, +BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; +LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER +CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT +LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN +ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE +POSSIBILITY OF SUCH DAMAGE. -------------------------------------------------------------------------------- -dart +glslang -Copyright (c) 2024, the Dart project authors. Please see the AUTHORS file -for details. All rights reserved. +Copyright (C) 2002-2005 3Dlabs Inc. Ltd. +Copyright (C) 2013 LunarG, Inc. +Copyright (C) 2015-2018 Google, Inc. + +All rights reserved. Redistribution and use in source and binary forms, with or without -modification, are permitted provided that the following conditions are -met: - * Redistributions of source code must retain the above copyright - notice, this list of conditions and the following disclaimer. - * Redistributions in binary form must reproduce the above - copyright notice, this list of conditions and the following - disclaimer in the documentation and/or other materials provided - with the distribution. - * Neither the name of Google LLC nor the names of its - contributors may be used to endorse or promote products derived - from this software without specific prior written permission. +modification, are permitted provided that the following conditions +are met: + + Redistributions of source code must retain the above copyright + notice, this list of conditions and the following disclaimer. + + Redistributions in binary form must reproduce the above + copyright notice, this list of conditions and the following + disclaimer in the documentation and/or other materials provided + with the distribution. + + Neither the name of 3Dlabs Inc. Ltd. nor the names of its + contributors may be used to endorse or promote products derived + from this software without specific prior written permission. THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT -LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR -A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT -OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, -SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT -LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, -DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY -THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT -(INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE -OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. +LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS +FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE +COPYRIGHT HOLDERS OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, +INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, +BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; +LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER +CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT +LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN +ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE +POSSIBILITY OF SUCH DAMAGE. -------------------------------------------------------------------------------- -dart +glslang -Copyright (c) 2025, the Dart project authors. Please see the AUTHORS file -for details. All rights reserved. +Copyright (C) 2002-2005 3Dlabs Inc. Ltd. +Copyright (C) 2013 LunarG, Inc. +Copyright (C) 2015-2018 Google, Inc. +All rights reserved. Redistribution and use in source and binary forms, with or without -modification, are permitted provided that the following conditions are -met: - * Redistributions of source code must retain the above copyright - notice, this list of conditions and the following disclaimer. - * Redistributions in binary form must reproduce the above - copyright notice, this list of conditions and the following - disclaimer in the documentation and/or other materials provided - with the distribution. - * Neither the name of Google LLC nor the names of its - contributors may be used to endorse or promote products derived - from this software without specific prior written permission. +modification, are permitted provided that the following conditions +are met: + + Redistributions of source code must retain the above copyright + notice, this list of conditions and the following disclaimer. + + Redistributions in binary form must reproduce the above + copyright notice, this list of conditions and the following + disclaimer in the documentation and/or other materials provided + with the distribution. + + Neither the name of 3Dlabs Inc. Ltd. nor the names of its + contributors may be used to endorse or promote products derived + from this software without specific prior written permission. THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT -LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR -A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT -OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, -SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT -LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, -DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY -THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT -(INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE -OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. +LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS +FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE +COPYRIGHT HOLDERS OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, +INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, +BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; +LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER +CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT +LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN +ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE +POSSIBILITY OF SUCH DAMAGE. -------------------------------------------------------------------------------- -dart +glslang -Copyright 2012, the Dart project authors. +Copyright (C) 2002-2005 3Dlabs Inc. Ltd. +Copyright (C) 2013 LunarG, Inc. +Copyright (C) 2017 ARM Limited. + +All rights reserved. Redistribution and use in source and binary forms, with or without -modification, are permitted provided that the following conditions are -met: - * Redistributions of source code must retain the above copyright - notice, this list of conditions and the following disclaimer. - * Redistributions in binary form must reproduce the above - copyright notice, this list of conditions and the following - disclaimer in the documentation and/or other materials provided - with the distribution. - * Neither the name of Google LLC nor the names of its - contributors may be used to endorse or promote products derived - from this software without specific prior written permission. +modification, are permitted provided that the following conditions +are met: + + Redistributions of source code must retain the above copyright + notice, this list of conditions and the following disclaimer. + + Redistributions in binary form must reproduce the above + copyright notice, this list of conditions and the following + disclaimer in the documentation and/or other materials provided + with the distribution. + + Neither the name of 3Dlabs Inc. Ltd. nor the names of its + contributors may be used to endorse or promote products derived + from this software without specific prior written permission. THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT -LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR -A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT -OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, -SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT -LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, -DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY -THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT -(INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE -OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. +LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS +FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE +COPYRIGHT HOLDERS OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, +INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, +BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; +LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER +CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT +LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN +ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE +POSSIBILITY OF SUCH DAMAGE. -------------------------------------------------------------------------------- -dart_service_protocol_shared -dtd +glslang -Copyright 2023, the Dart project authors. +Copyright (C) 2002-2005 3Dlabs Inc. Ltd. +Copyright (C) 2013 LunarG, Inc. +Copyright (C) 2017 ARM Limited. +Copyright (C) 2015-2018 Google, Inc. +Copyright (c) 2023, Mobica Limited + +All rights reserved. Redistribution and use in source and binary forms, with or without -modification, are permitted provided that the following conditions are -met: +modification, are permitted provided that the following conditions +are met: - * Redistributions of source code must retain the above copyright - notice, this list of conditions and the following disclaimer. - * Redistributions in binary form must reproduce the above - copyright notice, this list of conditions and the following - disclaimer in the documentation and/or other materials provided - with the distribution. - * Neither the name of Google LLC nor the names of its - contributors may be used to endorse or promote products derived - from this software without specific prior written permission. + Redistributions of source code must retain the above copyright + notice, this list of conditions and the following disclaimer. -THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS -"AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT -LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR -A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT -OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, -SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT -LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, -DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY -THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT -(INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE -OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. + Redistributions in binary form must reproduce the above + copyright notice, this list of conditions and the following + disclaimer in the documentation and/or other materials provided + with the distribution. + + Neither the name of 3Dlabs Inc. Ltd. nor the names of its + contributors may be used to endorse or promote products derived + from this software without specific prior written permission. +THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS +"AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT +LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS +FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE +COPYRIGHT HOLDERS OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, +INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, +BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; +LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER +CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT +LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN +ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE +POSSIBILITY OF SUCH DAMAGE. -------------------------------------------------------------------------------- -dds_service_extensions +glslang -Copyright 2020, the Dart project authors. +Copyright (C) 2002-2005 3Dlabs Inc. Ltd. +Copyright (C) 2013 LunarG, Inc. +Copyright (C) 2017 ARM Limited. +Copyright (C) 2020 Google, Inc. +Modifications Copyright (C) 2020 Advanced Micro Devices, Inc. All rights reserved. + +All rights reserved. Redistribution and use in source and binary forms, with or without -modification, are permitted provided that the following conditions are -met: +modification, are permitted provided that the following conditions +are met: - * Redistributions of source code must retain the above copyright - notice, this list of conditions and the following disclaimer. - * Redistributions in binary form must reproduce the above - copyright notice, this list of conditions and the following - disclaimer in the documentation and/or other materials provided - with the distribution. - * Neither the name of Google LLC nor the names of its - contributors may be used to endorse or promote products derived - from this software without specific prior written permission. + Redistributions of source code must retain the above copyright + notice, this list of conditions and the following disclaimer. + + Redistributions in binary form must reproduce the above + copyright notice, this list of conditions and the following + disclaimer in the documentation and/or other materials provided + with the distribution. + + Neither the name of 3Dlabs Inc. Ltd. nor the names of its + contributors may be used to endorse or promote products derived + from this software without specific prior written permission. THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT -LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR -A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT -OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, -SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT -LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, -DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY -THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT -(INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE -OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. - +LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS +FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE +COPYRIGHT HOLDERS OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, +INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, +BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; +LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER +CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT +LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN +ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE +POSSIBILITY OF SUCH DAMAGE. -------------------------------------------------------------------------------- -desktop_drop +glslang - Apache License - Version 2.0, January 2004 - http://www.apache.org/licenses/ +Copyright (C) 2002-2005 3Dlabs Inc. Ltd. +Copyright (C) 2013 LunarG, Inc. +Copyright (c) 2002-2010 The ANGLE Project Authors. - TERMS AND CONDITIONS FOR USE, REPRODUCTION, AND DISTRIBUTION +All rights reserved. - 1. Definitions. +Redistribution and use in source and binary forms, with or without +modification, are permitted provided that the following conditions +are met: - "License" shall mean the terms and conditions for use, reproduction, - and distribution as defined by Sections 1 through 9 of this document. + Redistributions of source code must retain the above copyright + notice, this list of conditions and the following disclaimer. - "Licensor" shall mean the copyright owner or entity authorized by - the copyright owner that is granting the License. + Redistributions in binary form must reproduce the above + copyright notice, this list of conditions and the following + disclaimer in the documentation and/or other materials provided + with the distribution. - "Legal Entity" shall mean the union of the acting entity and all - other entities that control, are controlled by, or are under common - control with that entity. For the purposes of this definition, - "control" means (i) the power, direct or indirect, to cause the - direction or management of such entity, whether by contract or - otherwise, or (ii) ownership of fifty percent (50%) or more of the - outstanding shares, or (iii) beneficial ownership of such entity. + Neither the name of 3Dlabs Inc. Ltd. nor the names of its + contributors may be used to endorse or promote products derived + from this software without specific prior written permission. - "You" (or "Your") shall mean an individual or Legal Entity - exercising permissions granted by this License. +THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS +"AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT +LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS +FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE +COPYRIGHT HOLDERS OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, +INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, +BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; +LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER +CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT +LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN +ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE +POSSIBILITY OF SUCH DAMAGE. +-------------------------------------------------------------------------------- +glslang - "Source" form shall mean the preferred form for making modifications, - including but not limited to software source code, documentation - source, and configuration files. +Copyright (C) 2002-2005 3Dlabs Inc. Ltd. +Copyright (C) 2013-2016 LunarG, Inc. - "Object" form shall mean any form resulting from mechanical - transformation or translation of a Source form, including but - not limited to compiled object code, generated documentation, - and conversions to other media types. +All rights reserved. - "Work" shall mean the work of authorship, whether in Source or - Object form, made available under the License, as indicated by a - copyright notice that is included in or attached to the work - (an example is provided in the Appendix below). +Redistribution and use in source and binary forms, with or without +modification, are permitted provided that the following conditions +are met: - "Derivative Works" shall mean any work, whether in Source or Object - form, that is based on (or derived from) the Work and for which the - editorial revisions, annotations, elaborations, or other modifications - represent, as a whole, an original work of authorship. For the purposes - of this License, Derivative Works shall not include works that remain - separable from, or merely link (or bind by name) to the interfaces of, - the Work and Derivative Works thereof. + Redistributions of source code must retain the above copyright + notice, this list of conditions and the following disclaimer. - "Contribution" shall mean any work of authorship, including - the original version of the Work and any modifications or additions - to that Work or Derivative Works thereof, that is intentionally - submitted to Licensor for inclusion in the Work by the copyright owner - or by an individual or Legal Entity authorized to submit on behalf of - the copyright owner. For the purposes of this definition, "submitted" - means any form of electronic, verbal, or written communication sent - to the Licensor or its representatives, including but not limited to - communication on electronic mailing lists, source code control systems, - and issue tracking systems that are managed by, or on behalf of, the - Licensor for the purpose of discussing and improving the Work, but - excluding communication that is conspicuously marked or otherwise - designated in writing by the copyright owner as "Not a Contribution." + Redistributions in binary form must reproduce the above + copyright notice, this list of conditions and the following + disclaimer in the documentation and/or other materials provided + with the distribution. - "Contributor" shall mean Licensor and any individual or Legal Entity - on behalf of whom a Contribution has been received by Licensor and - subsequently incorporated within the Work. + Neither the name of 3Dlabs Inc. Ltd. nor the names of its + contributors may be used to endorse or promote products derived + from this software without specific prior written permission. - 2. Grant of Copyright License. Subject to the terms and conditions of - this License, each Contributor hereby grants to You a perpetual, - worldwide, non-exclusive, no-charge, royalty-free, irrevocable - copyright license to reproduce, prepare Derivative Works of, - publicly display, publicly perform, sublicense, and distribute the - Work and such Derivative Works in Source or Object form. +THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS +"AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT +LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS +FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE +COPYRIGHT HOLDERS OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, +INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, +BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; +LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER +CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT +LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN +ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE +POSSIBILITY OF SUCH DAMAGE. +-------------------------------------------------------------------------------- +glslang - 3. Grant of Patent License. Subject to the terms and conditions of - this License, each Contributor hereby grants to You a perpetual, - worldwide, non-exclusive, no-charge, royalty-free, irrevocable - (except as stated in this section) patent license to make, have made, - use, offer to sell, sell, import, and otherwise transfer the Work, - where such license applies only to those patent claims licensable - by such Contributor that are necessarily infringed by their - Contribution(s) alone or by combination of their Contribution(s) - with the Work to which such Contribution(s) was submitted. If You - institute patent litigation against any entity (including a - cross-claim or counterclaim in a lawsuit) alleging that the Work - or a Contribution incorporated within the Work constitutes direct - or contributory patent infringement, then any patent licenses - granted to You under this License for that Work shall terminate - as of the date such litigation is filed. +Copyright (C) 2002-2005 3Dlabs Inc. Ltd. +Copyright (C) 2013-2016 LunarG, Inc. +Copyright (C) 2015-2018 Google, Inc. - 4. Redistribution. You may reproduce and distribute copies of the - Work or Derivative Works thereof in any medium, with or without - modifications, and in Source or Object form, provided that You - meet the following conditions: +All rights reserved. - (a) You must give any other recipients of the Work or - Derivative Works a copy of this License; and +Redistribution and use in source and binary forms, with or without +modification, are permitted provided that the following conditions +are met: - (b) You must cause any modified files to carry prominent notices - stating that You changed the files; and + Redistributions of source code must retain the above copyright + notice, this list of conditions and the following disclaimer. - (c) You must retain, in the Source form of any Derivative Works - that You distribute, all copyright, patent, trademark, and - attribution notices from the Source form of the Work, - excluding those notices that do not pertain to any part of - the Derivative Works; and + Redistributions in binary form must reproduce the above + copyright notice, this list of conditions and the following + disclaimer in the documentation and/or other materials provided + with the distribution. - (d) If the Work includes a "NOTICE" text file as part of its - distribution, then any Derivative Works that You distribute must - include a readable copy of the attribution notices contained - within such NOTICE file, excluding those notices that do not - pertain to any part of the Derivative Works, in at least one - of the following places: within a NOTICE text file distributed - as part of the Derivative Works; within the Source form or - documentation, if provided along with the Derivative Works; or, - within a display generated by the Derivative Works, if and - wherever such third-party notices normally appear. The contents - of the NOTICE file are for informational purposes only and - do not modify the License. You may add Your own attribution - notices within Derivative Works that You distribute, alongside - or as an addendum to the NOTICE text from the Work, provided - that such additional attribution notices cannot be construed - as modifying the License. + Neither the name of 3Dlabs Inc. Ltd. nor the names of its + contributors may be used to endorse or promote products derived + from this software without specific prior written permission. + +THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS +"AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT +LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS +FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE +COPYRIGHT HOLDERS OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, +INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, +BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; +LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER +CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT +LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN +ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE +POSSIBILITY OF SUCH DAMAGE. +-------------------------------------------------------------------------------- +glslang - You may add Your own copyright statement to Your modifications and - may provide additional or different license terms and conditions - for use, reproduction, or distribution of Your modifications, or - for any such Derivative Works as a whole, provided Your use, - reproduction, and distribution of the Work otherwise complies with - the conditions stated in this License. +Copyright (C) 2002-2005 3Dlabs Inc. Ltd. +Copyright (C) 2013-2016 LunarG, Inc. +Copyright (C) 2015-2020 Google, Inc. - 5. Submission of Contributions. Unless You explicitly state otherwise, - any Contribution intentionally submitted for inclusion in the Work - by You to the Licensor shall be under the terms and conditions of - this License, without any additional terms or conditions. - Notwithstanding the above, nothing herein shall supersede or modify - the terms of any separate license agreement you may have executed - with Licensor regarding such Contributions. +All rights reserved. - 6. Trademarks. This License does not grant permission to use the trade - names, trademarks, service marks, or product names of the Licensor, - except as required for reasonable and customary use in describing the - origin of the Work and reproducing the content of the NOTICE file. +Redistribution and use in source and binary forms, with or without +modification, are permitted provided that the following conditions +are met: - 7. Disclaimer of Warranty. Unless required by applicable law or - agreed to in writing, Licensor provides the Work (and each - Contributor provides its Contributions) on an "AS IS" BASIS, - WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or - implied, including, without limitation, any warranties or conditions - of TITLE, NON-INFRINGEMENT, MERCHANTABILITY, or FITNESS FOR A - PARTICULAR PURPOSE. You are solely responsible for determining the - appropriateness of using or redistributing the Work and assume any - risks associated with Your exercise of permissions under this License. + Redistributions of source code must retain the above copyright + notice, this list of conditions and the following disclaimer. - 8. Limitation of Liability. In no event and under no legal theory, - whether in tort (including negligence), contract, or otherwise, - unless required by applicable law (such as deliberate and grossly - negligent acts) or agreed to in writing, shall any Contributor be - liable to You for damages, including any direct, indirect, special, - incidental, or consequential damages of any character arising as a - result of this License or out of the use or inability to use the - Work (including but not limited to damages for loss of goodwill, - work stoppage, computer failure or malfunction, or any and all - other commercial damages or losses), even if such Contributor - has been advised of the possibility of such damages. + Redistributions in binary form must reproduce the above + copyright notice, this list of conditions and the following + disclaimer in the documentation and/or other materials provided + with the distribution. - 9. Accepting Warranty or Additional Liability. While redistributing - the Work or Derivative Works thereof, You may choose to offer, - and charge a fee for, acceptance of support, warranty, indemnity, - or other liability obligations and/or rights consistent with this - License. However, in accepting such obligations, You may act only - on Your own behalf and on Your sole responsibility, not on behalf - of any other Contributor, and only if You agree to indemnify, - defend, and hold each Contributor harmless for any liability - incurred by, or claims asserted against, such Contributor by reason - of your accepting any such warranty or additional liability. + Neither the name of 3Dlabs Inc. Ltd. nor the names of its + contributors may be used to endorse or promote products derived + from this software without specific prior written permission. - END OF TERMS AND CONDITIONS +THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS +"AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT +LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS +FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE +COPYRIGHT HOLDERS OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, +INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, +BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; +LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER +CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT +LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN +ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE +POSSIBILITY OF SUCH DAMAGE. +-------------------------------------------------------------------------------- +glslang - APPENDIX: How to apply the Apache License to your work. +Copyright (C) 2002-2005 3Dlabs Inc. Ltd. +Copyright (C) 2013-2016 LunarG, Inc. +Copyright (C) 2016-2020 Google, Inc. +Modifications Copyright(C) 2021 Advanced Micro Devices, Inc.All rights reserved. - To apply the Apache License to your work, attach the following - boilerplate notice, with the fields enclosed by brackets "[]" - replaced with your own identifying information. (Don't include - the brackets!) The text should be enclosed in the appropriate - comment syntax for the file format. We also recommend that a - file or class name and description of purpose be included on the - same "printed page" as the copyright notice for easier - identification within third-party archives. +All rights reserved. - Copyright [2021] [Mixin] +Redistribution and use in source and binary forms, with or without +modification, are permitted provided that the following conditions +are met: - Licensed under the Apache License, Version 2.0 (the "License"); - you may not use this file except in compliance with the License. - You may obtain a copy of the License at + Redistributions of source code must retain the above copyright + notice, this list of conditions and the following disclaimer. - http://www.apache.org/licenses/LICENSE-2.0 + Redistributions in binary form must reproduce the above + copyright notice, this list of conditions and the following + disclaimer in the documentation and/or other materials provided + with the distribution. - Unless required by applicable law or agreed to in writing, software - distributed under the License is distributed on an "AS IS" BASIS, - WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. - See the License for the specific language governing permissions and - limitations under the License. + Neither the name of 3Dlabs Inc. Ltd. nor the names of its + contributors may be used to endorse or promote products derived + from this software without specific prior written permission. +THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS +"AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT +LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS +FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE +COPYRIGHT HOLDERS OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, +INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, +BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; +LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER +CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT +LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN +ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE +POSSIBILITY OF SUCH DAMAGE. -------------------------------------------------------------------------------- -devtools_app_shared -devtools_extensions +glslang -Copyright 2023 The Chromium Authors. All rights reserved. +Copyright (C) 2002-2005 3Dlabs Inc. Ltd. +Copyright (C) 2016 Google, Inc. + +All rights reserved. Redistribution and use in source and binary forms, with or without -modification, are permitted provided that the following conditions are -met: +modification, are permitted provided that the following conditions +are met: - * Redistributions of source code must retain the above copyright -notice, this list of conditions and the following disclaimer. - * Redistributions in binary form must reproduce the above -copyright notice, this list of conditions and the following disclaimer -in the documentation and/or other materials provided with the -distribution. - * Neither the name of Google Inc. nor the names of its -contributors may be used to endorse or promote products derived from -this software without specific prior written permission. + Redistributions of source code must retain the above copyright + notice, this list of conditions and the following disclaimer. + + Redistributions in binary form must reproduce the above + copyright notice, this list of conditions and the following + disclaimer in the documentation and/or other materials provided + with the distribution. + + Neither the name of 3Dlabs Inc. Ltd. nor the names of its + contributors may be used to endorse or promote products derived + from this software without specific prior written permission. THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT -LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR -A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT -OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, -SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT -LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, -DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY -THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT -(INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE -OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. - +LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS +FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE +COPYRIGHT HOLDERS OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, +INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, +BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; +LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER +CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT +LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN +ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE +POSSIBILITY OF SUCH DAMAGE. -------------------------------------------------------------------------------- -devtools_shared +glslang -Copyright 2020 The Chromium Authors. All rights reserved. +Copyright (C) 2002-2005 3Dlabs Inc. Ltd. +Copyright (C) 2016 LunarG, Inc. +Copyright (C) 2017 ARM Limited. +Copyright (C) 2015-2018 Google, Inc. + +All rights reserved. Redistribution and use in source and binary forms, with or without -modification, are permitted provided that the following conditions are -met: +modification, are permitted provided that the following conditions +are met: - * Redistributions of source code must retain the above copyright -notice, this list of conditions and the following disclaimer. - * Redistributions in binary form must reproduce the above -copyright notice, this list of conditions and the following disclaimer -in the documentation and/or other materials provided with the -distribution. - * Neither the name of Google Inc. nor the names of its -contributors may be used to endorse or promote products derived from -this software without specific prior written permission. + Redistributions of source code must retain the above copyright + notice, this list of conditions and the following disclaimer. + + Redistributions in binary form must reproduce the above + copyright notice, this list of conditions and the following + disclaimer in the documentation and/or other materials provided + with the distribution. + + Neither the name of 3Dlabs Inc. Ltd. nor the names of its + contributors may be used to endorse or promote products derived + from this software without specific prior written permission. THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT -LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR -A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT -OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, -SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT -LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, -DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY -THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT -(INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE -OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. +LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS +FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE +COPYRIGHT HOLDERS OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, +INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, +BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; +LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER +CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT +LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN +ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE +POSSIBILITY OF SUCH DAMAGE. +-------------------------------------------------------------------------------- +glslang + +Copyright (C) 2002-2005 3Dlabs Inc. Ltd. +Copyright (C) 2017 Google, Inc. + +All rights reserved. + +Redistribution and use in source and binary forms, with or without +modification, are permitted provided that the following conditions +are met: + + Redistributions of source code must retain the above copyright + notice, this list of conditions and the following disclaimer. + + Redistributions in binary form must reproduce the above + copyright notice, this list of conditions and the following + disclaimer in the documentation and/or other materials provided + with the distribution. + Neither the name of 3Dlabs Inc. Ltd. nor the names of its + contributors may be used to endorse or promote products derived + from this software without specific prior written permission. + +THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS +"AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT +LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS +FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE +COPYRIGHT HOLDERS OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, +INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, +BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; +LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER +CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT +LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN +ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE +POSSIBILITY OF SUCH DAMAGE. -------------------------------------------------------------------------------- -double-conversion -icu +glslang -Copyright 2006-2008 the V8 project authors. All rights reserved. +Copyright (C) 2012 LunarG, Inc. +All rights reserved. Redistribution and use in source and binary forms, with or without -modification, are permitted provided that the following conditions are -met: +modification, are permitted provided that the following conditions +are met: - * Redistributions of source code must retain the above copyright - notice, this list of conditions and the following disclaimer. - * Redistributions in binary form must reproduce the above - copyright notice, this list of conditions and the following - disclaimer in the documentation and/or other materials provided - with the distribution. - * Neither the name of Google Inc. nor the names of its - contributors may be used to endorse or promote products derived - from this software without specific prior written permission. + Redistributions of source code must retain the above copyright + notice, this list of conditions and the following disclaimer. + + Redistributions in binary form must reproduce the above + copyright notice, this list of conditions and the following + disclaimer in the documentation and/or other materials provided + with the distribution. + + Neither the name of LunarG Inc. nor the names of its + contributors may be used to endorse or promote products derived + from this software without specific prior written permission. THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT -LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR -A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT -OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, -SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT -LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, -DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY -THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT -(INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE -OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. +LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS +FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE +COPYRIGHT HOLDERS OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, +INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, +BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; +LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER +CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT +LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN +ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE +POSSIBILITY OF SUCH DAMAGE. -------------------------------------------------------------------------------- -double-conversion -icu +glslang -Copyright 2010 the V8 project authors. All rights reserved. +Copyright (C) 2013 LunarG, Inc. + +All rights reserved. Redistribution and use in source and binary forms, with or without -modification, are permitted provided that the following conditions are -met: +modification, are permitted provided that the following conditions +are met: - * Redistributions of source code must retain the above copyright - notice, this list of conditions and the following disclaimer. - * Redistributions in binary form must reproduce the above - copyright notice, this list of conditions and the following - disclaimer in the documentation and/or other materials provided - with the distribution. - * Neither the name of Google Inc. nor the names of its - contributors may be used to endorse or promote products derived - from this software without specific prior written permission. + Redistributions of source code must retain the above copyright + notice, this list of conditions and the following disclaimer. + + Redistributions in binary form must reproduce the above + copyright notice, this list of conditions and the following + disclaimer in the documentation and/or other materials provided + with the distribution. + + Neither the name of 3Dlabs Inc. Ltd. nor the names of its + contributors may be used to endorse or promote products derived + from this software without specific prior written permission. THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT -LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR -A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT -OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, -SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT -LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, -DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY -THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT -(INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE -OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. +LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS +FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE +COPYRIGHT HOLDERS OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, +INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, +BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; +LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER +CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT +LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN +ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE +POSSIBILITY OF SUCH DAMAGE. -------------------------------------------------------------------------------- -double-conversion -icu +glslang -Copyright 2012 the V8 project authors. All rights reserved. +Copyright (C) 2013 LunarG, Inc. +Copyright (C) 2015-2018 Google, Inc. +All rights reserved. Redistribution and use in source and binary forms, with or without -modification, are permitted provided that the following conditions are -met: +modification, are permitted provided that the following conditions +are met: - * Redistributions of source code must retain the above copyright - notice, this list of conditions and the following disclaimer. - * Redistributions in binary form must reproduce the above - copyright notice, this list of conditions and the following - disclaimer in the documentation and/or other materials provided - with the distribution. - * Neither the name of Google Inc. nor the names of its - contributors may be used to endorse or promote products derived - from this software without specific prior written permission. + Redistributions of source code must retain the above copyright + notice, this list of conditions and the following disclaimer. + + Redistributions in binary form must reproduce the above + copyright notice, this list of conditions and the following + disclaimer in the documentation and/or other materials provided + with the distribution. + + Neither the name of 3Dlabs Inc. Ltd. nor the names of its + contributors may be used to endorse or promote products derived + from this software without specific prior written permission. THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT -LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR -A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT -OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, -SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT -LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, -DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY -THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT -(INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE -OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. --------------------------------------------------------------------------------- -engine - -License for the Ahem font embedded below is from: -https://www.w3.org/Style/CSS/Test/Fonts/Ahem/COPYING - -The Ahem font in this directory belongs to the public domain. In -jurisdictions that do not recognize public domain ownership of these -files, the following Creative Commons Zero declaration applies: - - - -which is quoted below: - - The person who has associated a work with this document (the "Work") - affirms that he or she (the "Affirmer") is the/an author or owner of - the Work. The Work may be any work of authorship, including a - database. - - The Affirmer hereby fully, permanently and irrevocably waives and - relinquishes all of her or his copyright and related or neighboring - legal rights in the Work available under any federal or state law, - treaty or contract, including but not limited to moral rights, - publicity and privacy rights, rights protecting against unfair - competition and any rights protecting the extraction, dissemination - and reuse of data, whether such rights are present or future, vested - or contingent (the "Waiver"). The Affirmer makes the Waiver for the - benefit of the public at large and to the detriment of the Affirmer's - heirs or successors. - - The Affirmer understands and intends that the Waiver has the effect - of eliminating and entirely removing from the Affirmer's control all - the copyright and related or neighboring legal rights previously held - by the Affirmer in the Work, to that extent making the Work freely - available to the public for any and all uses and purposes without - restriction of any kind, including commercial use and uses in media - and formats or by methods that have not yet been invented or - conceived. Should the Waiver for any reason be judged legally - ineffective in any jurisdiction, the Affirmer hereby grants a free, - full, permanent, irrevocable, nonexclusive and worldwide license for - all her or his copyright and related or neighboring legal rights in - the Work. +LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS +FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE +COPYRIGHT HOLDERS OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, +INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, +BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; +LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER +CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT +LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN +ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE +POSSIBILITY OF SUCH DAMAGE. -------------------------------------------------------------------------------- -etc_decoder - -Copyright (c) 2020-2022 Hans-Kristian Arntzen - -Permission is hereby granted, free of charge, to any person obtaining -a copy of this software and associated documentation files (the -"Software"), to deal in the Software without restriction, including -without limitation the rights to use, copy, modify, merge, publish, -distribute, sublicense, and/or sell copies of the Software, and to -permit persons to whom the Software is furnished to do so, subject to -the following conditions: +glslang -The above copyright notice and this permission notice shall be -included in all copies or substantial portions of the Software. +Copyright (C) 2013 LunarG, Inc. +Copyright (C) 2017 ARM Limited. +Copyright (C) 2015-2018 Google, Inc. -THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, -EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF -MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. -IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY -CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, -TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE -SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. --------------------------------------------------------------------------------- -expat +All rights reserved. -Copyright (c) 1997-2000 Thai Open Source Software Center Ltd -Copyright (c) 2000 Clark Cooper -Copyright (c) 2000-2004 Fred L. Drake, Jr. -Copyright (c) 2001-2002 Greg Stein -Copyright (c) 2002-2006 Karl Waclawek -Copyright (c) 2016 Cristian Rodríguez -Copyright (c) 2016-2019 Sebastian Pipping -Copyright (c) 2017 Rhodri James -Copyright (c) 2018 Yury Gribov +Redistribution and use in source and binary forms, with or without +modification, are permitted provided that the following conditions +are met: -Licensed under the MIT license: + Redistributions of source code must retain the above copyright + notice, this list of conditions and the following disclaimer. -Permission is hereby granted, free of charge, to any person obtaining -a copy of this software and associated documentation files (the -"Software"), to deal in the Software without restriction, including -without limitation the rights to use, copy, modify, merge, publish, -distribute, sublicense, and/or sell copies of the Software, and to permit -persons to whom the Software is furnished to do so, subject to the -following conditions: + Redistributions in binary form must reproduce the above + copyright notice, this list of conditions and the following + disclaimer in the documentation and/or other materials provided + with the distribution. -The above copyright notice and this permission notice shall be included -in all copies or substantial portions of the Software. + Neither the name of 3Dlabs Inc. Ltd. nor the names of its + contributors may be used to endorse or promote products derived + from this software without specific prior written permission. -THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, -EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF -MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN -NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, -DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR -OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE -USE OR OTHER DEALINGS IN THE SOFTWARE. +THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS +"AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT +LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS +FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE +COPYRIGHT HOLDERS OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, +INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, +BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; +LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER +CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT +LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN +ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE +POSSIBILITY OF SUCH DAMAGE. -------------------------------------------------------------------------------- -expat +glslang -Copyright (c) 1997-2000 Thai Open Source Software Center Ltd -Copyright (c) 2000 Clark Cooper -Copyright (c) 2000-2005 Fred L. Drake, Jr. -Copyright (c) 2001-2002 Greg Stein -Copyright (c) 2002-2016 Karl Waclawek -Copyright (c) 2016-2025 Sebastian Pipping -Copyright (c) 2016 Cristian Rodríguez -Copyright (c) 2016 Thomas Beutlich -Copyright (c) 2017 Rhodri James -Copyright (c) 2022 Thijs Schreijer -Copyright (c) 2023 Hanno Böck -Copyright (c) 2023 Sony Corporation / Snild Dolkow -Copyright (c) 2024 Taichi Haradaguchi <20001722@ymail.ne.jp> +Copyright (C) 2013-2016 LunarG, Inc. -Licensed under the MIT license: +All rights reserved. -Permission is hereby granted, free of charge, to any person obtaining -a copy of this software and associated documentation files (the -"Software"), to deal in the Software without restriction, including -without limitation the rights to use, copy, modify, merge, publish, -distribute, sublicense, and/or sell copies of the Software, and to permit -persons to whom the Software is furnished to do so, subject to the -following conditions: +Redistribution and use in source and binary forms, with or without +modification, are permitted provided that the following conditions +are met: -The above copyright notice and this permission notice shall be included -in all copies or substantial portions of the Software. + Redistributions of source code must retain the above copyright + notice, this list of conditions and the following disclaimer. -THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, -EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF -MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN -NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, -DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR -OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE -USE OR OTHER DEALINGS IN THE SOFTWARE. + Redistributions in binary form must reproduce the above + copyright notice, this list of conditions and the following + disclaimer in the documentation and/or other materials provided + with the distribution. + + Neither the name of 3Dlabs Inc. Ltd. nor the names of its + contributors may be used to endorse or promote products derived + from this software without specific prior written permission. + +THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS +"AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT +LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS +FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE +COPYRIGHT HOLDERS OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, +INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, +BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; +LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER +CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT +LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN +ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE +POSSIBILITY OF SUCH DAMAGE. -------------------------------------------------------------------------------- -expat +glslang -Copyright (c) 1997-2000 Thai Open Source Software Center Ltd -Copyright (c) 2000 Clark Cooper -Copyright (c) 2000-2006 Fred L. Drake, Jr. -Copyright (c) 2001-2002 Greg Stein -Copyright (c) 2002-2016 Karl Waclawek -Copyright (c) 2005-2009 Steven Solie -Copyright (c) 2016 Eric Rahm -Copyright (c) 2016-2025 Sebastian Pipping -Copyright (c) 2016 Gaurav -Copyright (c) 2016 Thomas Beutlich -Copyright (c) 2016 Gustavo Grieco -Copyright (c) 2016 Pascal Cuoq -Copyright (c) 2016 Ed Schouten -Copyright (c) 2017-2022 Rhodri James -Copyright (c) 2017 Václav Slavík -Copyright (c) 2017 Viktor Szakats -Copyright (c) 2017 Chanho Park -Copyright (c) 2017 Rolf Eike Beer -Copyright (c) 2017 Hans Wennborg -Copyright (c) 2018 Anton Maklakov -Copyright (c) 2018 Benjamin Peterson -Copyright (c) 2018 Marco Maggi -Copyright (c) 2018 Mariusz Zaborski -Copyright (c) 2019 David Loffredo -Copyright (c) 2019-2020 Ben Wagner -Copyright (c) 2019 Vadim Zeitlin -Copyright (c) 2021 Donghee Na -Copyright (c) 2022 Samanta Navarro -Copyright (c) 2022 Jeffrey Walton -Copyright (c) 2022 Jann Horn -Copyright (c) 2022 Sean McBride -Copyright (c) 2023 Owain Davies -Copyright (c) 2023-2024 Sony Corporation / Snild Dolkow -Copyright (c) 2024-2025 Berkay Eren Ürün -Copyright (c) 2024 Hanno Böck +Copyright (C) 2014 LunarG, Inc. +Copyright (C) 2015-2018 Google, Inc. -Licensed under the MIT license: +All rights reserved. -Permission is hereby granted, free of charge, to any person obtaining -a copy of this software and associated documentation files (the -"Software"), to deal in the Software without restriction, including -without limitation the rights to use, copy, modify, merge, publish, -distribute, sublicense, and/or sell copies of the Software, and to permit -persons to whom the Software is furnished to do so, subject to the -following conditions: +Redistribution and use in source and binary forms, with or without +modification, are permitted provided that the following conditions +are met: -The above copyright notice and this permission notice shall be included -in all copies or substantial portions of the Software. + Redistributions of source code must retain the above copyright + notice, this list of conditions and the following disclaimer. -THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, -EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF -MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN -NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, -DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR -OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE -USE OR OTHER DEALINGS IN THE SOFTWARE. + Redistributions in binary form must reproduce the above + copyright notice, this list of conditions and the following + disclaimer in the documentation and/or other materials provided + with the distribution. + + Neither the name of 3Dlabs Inc. Ltd. nor the names of its + contributors may be used to endorse or promote products derived + from this software without specific prior written permission. + +THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS +"AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT +LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS +FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE +COPYRIGHT HOLDERS OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, +INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, +BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; +LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER +CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT +LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN +ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE +POSSIBILITY OF SUCH DAMAGE. -------------------------------------------------------------------------------- -expat +glslang -Copyright (c) 1997-2000 Thai Open Source Software Center Ltd -Copyright (c) 2000 Clark Cooper -Copyright (c) 2001-2002 Fred L. Drake, Jr. -Copyright (c) 2006 Karl Waclawek -Copyright (c) 2016-2017 Sebastian Pipping -Copyright (c) 2017 Rhodri James +Copyright (C) 2014-2015 LunarG, Inc. -Licensed under the MIT license: +All rights reserved. -Permission is hereby granted, free of charge, to any person obtaining -a copy of this software and associated documentation files (the -"Software"), to deal in the Software without restriction, including -without limitation the rights to use, copy, modify, merge, publish, -distribute, sublicense, and/or sell copies of the Software, and to permit -persons to whom the Software is furnished to do so, subject to the -following conditions: +Redistribution and use in source and binary forms, with or without +modification, are permitted provided that the following conditions +are met: -The above copyright notice and this permission notice shall be included -in all copies or substantial portions of the Software. + Redistributions of source code must retain the above copyright + notice, this list of conditions and the following disclaimer. -THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, -EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF -MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN -NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, -DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR -OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE -USE OR OTHER DEALINGS IN THE SOFTWARE. + Redistributions in binary form must reproduce the above + copyright notice, this list of conditions and the following + disclaimer in the documentation and/or other materials provided + with the distribution. + + Neither the name of 3Dlabs Inc. Ltd. nor the names of its + contributors may be used to endorse or promote products derived + from this software without specific prior written permission. + +THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS +"AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT +LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS +FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE +COPYRIGHT HOLDERS OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, +INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, +BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; +LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER +CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT +LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN +ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE +POSSIBILITY OF SUCH DAMAGE. -------------------------------------------------------------------------------- -expat +glslang -Copyright (c) 1997-2000 Thai Open Source Software Center Ltd -Copyright (c) 2000 Clark Cooper -Copyright (c) 2001-2003 Fred L. Drake, Jr. -Copyright (c) 2002 Greg Stein -Copyright (c) 2002-2016 Karl Waclawek -Copyright (c) 2005-2009 Steven Solie -Copyright (c) 2016-2024 Sebastian Pipping -Copyright (c) 2016 Pascal Cuoq -Copyright (c) 2016 Don Lewis -Copyright (c) 2017 Rhodri James -Copyright (c) 2017 Alexander Bluhm -Copyright (c) 2017 Benbuck Nason -Copyright (c) 2017 José Gutiérrez de la Concha -Copyright (c) 2019 David Loffredo -Copyright (c) 2021 Donghee Na -Copyright (c) 2022 Martin Ettl -Copyright (c) 2022 Sean McBride -Copyright (c) 2023 Hanno Böck +Copyright (C) 2014-2015 LunarG, Inc. +Copyright (C) 2015-2018 Google, Inc. +Modifications Copyright (C) 2020 Advanced Micro Devices, Inc. All rights reserved. -Licensed under the MIT license: +All rights reserved. -Permission is hereby granted, free of charge, to any person obtaining -a copy of this software and associated documentation files (the -"Software"), to deal in the Software without restriction, including -without limitation the rights to use, copy, modify, merge, publish, -distribute, sublicense, and/or sell copies of the Software, and to permit -persons to whom the Software is furnished to do so, subject to the -following conditions: +Redistribution and use in source and binary forms, with or without +modification, are permitted provided that the following conditions +are met: -The above copyright notice and this permission notice shall be included -in all copies or substantial portions of the Software. + Redistributions of source code must retain the above copyright + notice, this list of conditions and the following disclaimer. -THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, -EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF -MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN -NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, -DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR -OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE -USE OR OTHER DEALINGS IN THE SOFTWARE. --------------------------------------------------------------------------------- -expat + Redistributions in binary form must reproduce the above + copyright notice, this list of conditions and the following + disclaimer in the documentation and/or other materials provided + with the distribution. -Copyright (c) 1997-2000 Thai Open Source Software Center Ltd -Copyright (c) 2000 Clark Cooper -Copyright (c) 2001-2003 Fred L. Drake, Jr. -Copyright (c) 2004-2009 Karl Waclawek -Copyright (c) 2005-2007 Steven Solie -Copyright (c) 2016-2023 Sebastian Pipping -Copyright (c) 2017 Rhodri James -Copyright (c) 2019 David Loffredo -Copyright (c) 2020 Joe Orton -Copyright (c) 2020 Kleber Tarcísio -Copyright (c) 2021 Tim Bray -Copyright (c) 2022 Martin Ettl -Copyright (c) 2022 Sean McBride + Neither the name of 3Dlabs Inc. Ltd. nor the names of its + contributors may be used to endorse or promote products derived + from this software without specific prior written permission. + +THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS +"AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT +LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS +FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE +COPYRIGHT HOLDERS OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, +INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, +BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; +LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER +CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT +LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN +ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE +POSSIBILITY OF SUCH DAMAGE. +-------------------------------------------------------------------------------- +glslang -Licensed under the MIT license: +Copyright (C) 2014-2015 LunarG, Inc. +Copyright (C) 2015-2020 Google, Inc. +Copyright (C) 2017 ARM Limited. +Modifications Copyright (C) 2020 Advanced Micro Devices, Inc. All rights reserved. -Permission is hereby granted, free of charge, to any person obtaining -a copy of this software and associated documentation files (the -"Software"), to deal in the Software without restriction, including -without limitation the rights to use, copy, modify, merge, publish, -distribute, sublicense, and/or sell copies of the Software, and to permit -persons to whom the Software is furnished to do so, subject to the -following conditions: +All rights reserved. -The above copyright notice and this permission notice shall be included -in all copies or substantial portions of the Software. +Redistribution and use in source and binary forms, with or without +modification, are permitted provided that the following conditions +are met: -THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, -EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF -MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN -NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, -DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR -OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE -USE OR OTHER DEALINGS IN THE SOFTWARE. --------------------------------------------------------------------------------- -expat + Redistributions of source code must retain the above copyright + notice, this list of conditions and the following disclaimer. -Copyright (c) 1997-2000 Thai Open Source Software Center Ltd -Copyright (c) 2000 Clark Cooper -Copyright (c) 2001-2004 Fred L. Drake, Jr. -Copyright (c) 2002-2009 Karl Waclawek -Copyright (c) 2016-2017 Sebastian Pipping -Copyright (c) 2017 Rhodri James -Copyright (c) 2017 Franek Korta -Copyright (c) 2022 Sean McBride -Copyright (c) 2025 Hanno Böck + Redistributions in binary form must reproduce the above + copyright notice, this list of conditions and the following + disclaimer in the documentation and/or other materials provided + with the distribution. -Licensed under the MIT license: + Neither the name of 3Dlabs Inc. Ltd. nor the names of its + contributors may be used to endorse or promote products derived + from this software without specific prior written permission. -Permission is hereby granted, free of charge, to any person obtaining -a copy of this software and associated documentation files (the -"Software"), to deal in the Software without restriction, including -without limitation the rights to use, copy, modify, merge, publish, -distribute, sublicense, and/or sell copies of the Software, and to permit -persons to whom the Software is furnished to do so, subject to the -following conditions: +THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS +"AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT +LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS +FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE +COPYRIGHT HOLDERS OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, +INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, +BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; +LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER +CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT +LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN +ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE +POSSIBILITY OF SUCH DAMAGE. +-------------------------------------------------------------------------------- +glslang -The above copyright notice and this permission notice shall be included -in all copies or substantial portions of the Software. +Copyright (C) 2014-2015 LunarG, Inc. +Copyright (C) 2022-2025 Arm Limited. +Modifications Copyright (C) 2020 Advanced Micro Devices, Inc. All rights reserved. -THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, -EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF -MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN -NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, -DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR -OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE -USE OR OTHER DEALINGS IN THE SOFTWARE. --------------------------------------------------------------------------------- -expat +All rights reserved. -Copyright (c) 1997-2000 Thai Open Source Software Center Ltd -Copyright (c) 2000 Clark Cooper -Copyright (c) 2002 Fred L. Drake, Jr. -Copyright (c) 2002-2005 Karl Waclawek -Copyright (c) 2016-2024 Sebastian Pipping -Copyright (c) 2017 Rhodri James +Redistribution and use in source and binary forms, with or without +modification, are permitted provided that the following conditions +are met: -Licensed under the MIT license: + Redistributions of source code must retain the above copyright + notice, this list of conditions and the following disclaimer. -Permission is hereby granted, free of charge, to any person obtaining -a copy of this software and associated documentation files (the -"Software"), to deal in the Software without restriction, including -without limitation the rights to use, copy, modify, merge, publish, -distribute, sublicense, and/or sell copies of the Software, and to permit -persons to whom the Software is furnished to do so, subject to the -following conditions: + Redistributions in binary form must reproduce the above + copyright notice, this list of conditions and the following + disclaimer in the documentation and/or other materials provided + with the distribution. -The above copyright notice and this permission notice shall be included -in all copies or substantial portions of the Software. + Neither the name of 3Dlabs Inc. Ltd. nor the names of its + contributors may be used to endorse or promote products derived + from this software without specific prior written permission. -THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, -EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF -MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN -NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, -DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR -OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE -USE OR OTHER DEALINGS IN THE SOFTWARE. +THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS +"AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT +LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS +FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE +COPYRIGHT HOLDERS OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, +INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, +BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; +LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER +CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT +LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN +ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE +POSSIBILITY OF SUCH DAMAGE. -------------------------------------------------------------------------------- -expat +glslang -Copyright (c) 1997-2000 Thai Open Source Software Center Ltd -Copyright (c) 2000 Clark Cooper -Copyright (c) 2002 Fred L. Drake, Jr. -Copyright (c) 2002-2016 Karl Waclawek -Copyright (c) 2016-2022 Sebastian Pipping -Copyright (c) 2017 Rhodri James -Copyright (c) 2018 Benjamin Peterson -Copyright (c) 2018 Anton Maklakov -Copyright (c) 2019 David Loffredo -Copyright (c) 2020 Boris Kolpackov -Copyright (c) 2022 Martin Ettl +Copyright (C) 2014-2016 LunarG, Inc. +Copyright (C) 2015-2020 Google, Inc. +Copyright (C) 2017, 2022-2025 Arm Limited. +Modifications Copyright (C) 2020 Advanced Micro Devices, Inc. All rights reserved. -Licensed under the MIT license: +All rights reserved. -Permission is hereby granted, free of charge, to any person obtaining -a copy of this software and associated documentation files (the -"Software"), to deal in the Software without restriction, including -without limitation the rights to use, copy, modify, merge, publish, -distribute, sublicense, and/or sell copies of the Software, and to permit -persons to whom the Software is furnished to do so, subject to the -following conditions: +Redistribution and use in source and binary forms, with or without +modification, are permitted provided that the following conditions +are met: -The above copyright notice and this permission notice shall be included -in all copies or substantial portions of the Software. + Redistributions of source code must retain the above copyright + notice, this list of conditions and the following disclaimer. -THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, -EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF -MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN -NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, -DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR -OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE -USE OR OTHER DEALINGS IN THE SOFTWARE. + Redistributions in binary form must reproduce the above + copyright notice, this list of conditions and the following + disclaimer in the documentation and/or other materials provided + with the distribution. + + Neither the name of 3Dlabs Inc. Ltd. nor the names of its + contributors may be used to endorse or promote products derived + from this software without specific prior written permission. + +THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS +"AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT +LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS +FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE +COPYRIGHT HOLDERS OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, +INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, +BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; +LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER +CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT +LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN +ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE +POSSIBILITY OF SUCH DAMAGE. -------------------------------------------------------------------------------- -expat +glslang -Copyright (c) 1997-2000 Thai Open Source Software Center Ltd -Copyright (c) 2000 Clark Cooper -Copyright (c) 2002 Fred L. Drake, Jr. -Copyright (c) 2005 Karl Waclawek -Copyright (c) 2016-2023 Sebastian Pipping +Copyright (C) 2014-2016 LunarG, Inc. +Copyright (C) 2018 Google, Inc. -Licensed under the MIT license: +All rights reserved. -Permission is hereby granted, free of charge, to any person obtaining -a copy of this software and associated documentation files (the -"Software"), to deal in the Software without restriction, including -without limitation the rights to use, copy, modify, merge, publish, -distribute, sublicense, and/or sell copies of the Software, and to permit -persons to whom the Software is furnished to do so, subject to the -following conditions: +Redistribution and use in source and binary forms, with or without +modification, are permitted provided that the following conditions +are met: -The above copyright notice and this permission notice shall be included -in all copies or substantial portions of the Software. + Redistributions of source code must retain the above copyright + notice, this list of conditions and the following disclaimer. -THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, -EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF -MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN -NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, -DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR -OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE -USE OR OTHER DEALINGS IN THE SOFTWARE. + Redistributions in binary form must reproduce the above + copyright notice, this list of conditions and the following + disclaimer in the documentation and/or other materials provided + with the distribution. + + Neither the name of 3Dlabs Inc. Ltd. nor the names of its + contributors may be used to endorse or promote products derived + from this software without specific prior written permission. + +THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS +"AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT +LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS +FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE +COPYRIGHT HOLDERS OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, +INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, +BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; +LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER +CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT +LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN +ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE +POSSIBILITY OF SUCH DAMAGE. -------------------------------------------------------------------------------- -expat +glslang + +Copyright (C) 2014-2016 LunarG, Inc. +Copyright (C) 2018-2020 Google, Inc. + +All rights reserved. -Copyright (c) 1997-2000 Thai Open Source Software Center Ltd -Copyright (c) 2000 Clark Cooper -Copyright (c) 2002 Fred L. Drake, Jr. -Copyright (c) 2005-2006 Karl Waclawek -Copyright (c) 2016-2019 Sebastian Pipping -Copyright (c) 2019 David Loffredo +Redistribution and use in source and binary forms, with or without +modification, are permitted provided that the following conditions +are met: -Licensed under the MIT license: + Redistributions of source code must retain the above copyright + notice, this list of conditions and the following disclaimer. -Permission is hereby granted, free of charge, to any person obtaining -a copy of this software and associated documentation files (the -"Software"), to deal in the Software without restriction, including -without limitation the rights to use, copy, modify, merge, publish, -distribute, sublicense, and/or sell copies of the Software, and to permit -persons to whom the Software is furnished to do so, subject to the -following conditions: + Redistributions in binary form must reproduce the above + copyright notice, this list of conditions and the following + disclaimer in the documentation and/or other materials provided + with the distribution. -The above copyright notice and this permission notice shall be included -in all copies or substantial portions of the Software. + Neither the name of 3Dlabs Inc. Ltd. nor the names of its + contributors may be used to endorse or promote products derived + from this software without specific prior written permission. -THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, -EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF -MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN -NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, -DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR -OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE -USE OR OTHER DEALINGS IN THE SOFTWARE. +THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS +"AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT +LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS +FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE +COPYRIGHT HOLDERS OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, +INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, +BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; +LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER +CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT +LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN +ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE +POSSIBILITY OF SUCH DAMAGE. -------------------------------------------------------------------------------- -expat +glslang -Copyright (c) 1997-2000 Thai Open Source Software Center Ltd -Copyright (c) 2000 Clark Cooper -Copyright (c) 2002 Fred L. Drake, Jr. -Copyright (c) 2016-2017 Sebastian Pipping +Copyright (C) 2015-2016 Google, Inc. -Licensed under the MIT license: +All rights reserved. -Permission is hereby granted, free of charge, to any person obtaining -a copy of this software and associated documentation files (the -"Software"), to deal in the Software without restriction, including -without limitation the rights to use, copy, modify, merge, publish, -distribute, sublicense, and/or sell copies of the Software, and to permit -persons to whom the Software is furnished to do so, subject to the -following conditions: +Redistribution and use in source and binary forms, with or without +modification, are permitted provided that the following conditions +are met: -The above copyright notice and this permission notice shall be included -in all copies or substantial portions of the Software. + Redistributions of source code must retain the above copyright + notice, this list of conditions and the following disclaimer. -THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, -EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF -MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN -NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, -DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR -OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE -USE OR OTHER DEALINGS IN THE SOFTWARE. + Redistributions in binary form must reproduce the above + copyright notice, this list of conditions and the following + disclaimer in the documentation and/or other materials provided + with the distribution. + + Neither the name of Google Inc. nor the names of its + contributors may be used to endorse or promote products derived + from this software without specific prior written permission. + +THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS +"AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT +LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS +FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE +COPYRIGHT HOLDERS OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, +INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, +BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; +LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER +CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT +LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN +ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE +POSSIBILITY OF SUCH DAMAGE. -------------------------------------------------------------------------------- -expat +glslang -Copyright (c) 1997-2000 Thai Open Source Software Center Ltd -Copyright (c) 2000 Clark Cooper -Copyright (c) 2002 Fred L. Drake, Jr. -Copyright (c) 2016-2022 Sebastian Pipping -Copyright (c) 2022 Martin Ettl +Copyright (C) 2015-2018 Google, Inc. +Copyright (C) 2017 ARM Limited. -Licensed under the MIT license: +All rights reserved. -Permission is hereby granted, free of charge, to any person obtaining -a copy of this software and associated documentation files (the -"Software"), to deal in the Software without restriction, including -without limitation the rights to use, copy, modify, merge, publish, -distribute, sublicense, and/or sell copies of the Software, and to permit -persons to whom the Software is furnished to do so, subject to the -following conditions: +Redistribution and use in source and binary forms, with or without +modification, are permitted provided that the following conditions +are met: -The above copyright notice and this permission notice shall be included -in all copies or substantial portions of the Software. + Redistributions of source code must retain the above copyright + notice, this list of conditions and the following disclaimer. -THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, -EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF -MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN -NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, -DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR -OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE -USE OR OTHER DEALINGS IN THE SOFTWARE. + Redistributions in binary form must reproduce the above + copyright notice, this list of conditions and the following + disclaimer in the documentation and/or other materials provided + with the distribution. + + Neither the name of 3Dlabs Inc. Ltd. nor the names of its + contributors may be used to endorse or promote products derived + from this software without specific prior written permission. + +THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS +"AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT +LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS +FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE +COPYRIGHT HOLDERS OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, +INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, +BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; +LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER +CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT +LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN +ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE +POSSIBILITY OF SUCH DAMAGE. -------------------------------------------------------------------------------- -expat +glslang -Copyright (c) 1997-2000 Thai Open Source Software Center Ltd -Copyright (c) 2000 Clark Cooper -Copyright (c) 2002 Fred L. Drake, Jr. -Copyright (c) 2016-2024 Sebastian Pipping +Copyright (C) 2016 Google, Inc. -Licensed under the MIT license: +All rights reserved. -Permission is hereby granted, free of charge, to any person obtaining -a copy of this software and associated documentation files (the -"Software"), to deal in the Software without restriction, including -without limitation the rights to use, copy, modify, merge, publish, -distribute, sublicense, and/or sell copies of the Software, and to permit -persons to whom the Software is furnished to do so, subject to the -following conditions: +Redistribution and use in source and binary forms, with or without +modification, are permitted provided that the following conditions +are met: -The above copyright notice and this permission notice shall be included -in all copies or substantial portions of the Software. + Redistributions of source code must retain the above copyright + notice, this list of conditions and the following disclaimer. -THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, -EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF -MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN -NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, -DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR -OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE -USE OR OTHER DEALINGS IN THE SOFTWARE. + Redistributions in binary form must reproduce the above + copyright notice, this list of conditions and the following + disclaimer in the documentation and/or other materials provided + with the distribution. + + Neither the name of 3Dlabs Inc. Ltd. nor the names of its + contributors may be used to endorse or promote products derived + from this software without specific prior written permission. + +THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS +"AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT +LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS +FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE +COPYRIGHT HOLDERS OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, +INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, +BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; +LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER +CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT +LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN +ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE +POSSIBILITY OF SUCH DAMAGE. -------------------------------------------------------------------------------- -expat +glslang -Copyright (c) 1997-2000 Thai Open Source Software Center Ltd -Copyright (c) 2000 Clark Cooper -Copyright (c) 2002 Fred L. Drake, Jr. -Copyright (c) 2017 Sebastian Pipping +Copyright (C) 2016 Google, Inc. -Licensed under the MIT license: +All rights reserved. -Permission is hereby granted, free of charge, to any person obtaining -a copy of this software and associated documentation files (the -"Software"), to deal in the Software without restriction, including -without limitation the rights to use, copy, modify, merge, publish, -distribute, sublicense, and/or sell copies of the Software, and to permit -persons to whom the Software is furnished to do so, subject to the -following conditions: +Redistribution and use in source and binary forms, with or without +modification, are permitted provided that the following conditions +are met: -The above copyright notice and this permission notice shall be included -in all copies or substantial portions of the Software. + Redistributions of source code must retain the above copyright + notice, this list of conditions and the following disclaimer. -THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, -EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF -MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN -NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, -DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR -OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE -USE OR OTHER DEALINGS IN THE SOFTWARE. --------------------------------------------------------------------------------- -expat + Redistributions in binary form must reproduce the above + copyright notice, this list of conditions and the following + disclaimer in the documentation and/or other materials provided + with the distribution. -Copyright (c) 1997-2000 Thai Open Source Software Center Ltd -Copyright (c) 2000 Clark Cooper -Copyright (c) 2002 Greg Stein -Copyright (c) 2002 Fred L. Drake, Jr. -Copyright (c) 2002-2006 Karl Waclawek -Copyright (c) 2017-2021 Sebastian Pipping + Neither the name of Google Inc. nor the names of its + contributors may be used to endorse or promote products derived + from this software without specific prior written permission. + +THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS +"AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT +LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS +FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE +COPYRIGHT HOLDERS OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, +INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, +BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; +LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER +CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT +LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN +ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE +POSSIBILITY OF SUCH DAMAGE. +-------------------------------------------------------------------------------- +glslang -Licensed under the MIT license: +Copyright (C) 2016 Google, Inc. -Permission is hereby granted, free of charge, to any person obtaining -a copy of this software and associated documentation files (the -"Software"), to deal in the Software without restriction, including -without limitation the rights to use, copy, modify, merge, publish, -distribute, sublicense, and/or sell copies of the Software, and to permit -persons to whom the Software is furnished to do so, subject to the -following conditions: +All rights reserved. -The above copyright notice and this permission notice shall be included -in all copies or substantial portions of the Software. +Redistribution and use in source and binary forms, with or without +modification, are permitted provided that the following conditions +are met: -THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, -EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF -MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN -NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, -DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR -OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE -USE OR OTHER DEALINGS IN THE SOFTWARE. --------------------------------------------------------------------------------- -expat + Redistributions of source code must retain the above copyright + notice, this list of conditions and the following disclaimer. -Copyright (c) 1997-2000 Thai Open Source Software Center Ltd -Copyright (c) 2000 Clark Cooper -Copyright (c) 2002 Greg Stein -Copyright (c) 2002-2006 Karl Waclawek -Copyright (c) 2002-2003 Fred L. Drake, Jr. -Copyright (c) 2005-2009 Steven Solie -Copyright (c) 2016-2023 Sebastian Pipping -Copyright (c) 2017 Rhodri James -Copyright (c) 2019 David Loffredo -Copyright (c) 2021 Donghee Na + Redistributions in binary form must reproduce the above + copyright notice, this list of conditions and the following + disclaimer in the documentation and/or other materials provided + with the distribution. -Licensed under the MIT license: + Neither the name of Google, Inc., nor the names of its + contributors may be used to endorse or promote products derived + from this software without specific prior written permission. -Permission is hereby granted, free of charge, to any person obtaining -a copy of this software and associated documentation files (the -"Software"), to deal in the Software without restriction, including -without limitation the rights to use, copy, modify, merge, publish, -distribute, sublicense, and/or sell copies of the Software, and to permit -persons to whom the Software is furnished to do so, subject to the -following conditions: +THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS +"AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT +LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS +FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE +COPYRIGHT HOLDERS OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, +INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, +BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; +LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER +CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT +LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN +ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE +POSSIBILITY OF SUCH DAMAGE. +-------------------------------------------------------------------------------- +glslang -The above copyright notice and this permission notice shall be included -in all copies or substantial portions of the Software. +Copyright (C) 2016 Google, Inc. +Copyright (C) 2016 LunarG, Inc. -THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, -EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF -MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN -NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, -DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR -OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE -USE OR OTHER DEALINGS IN THE SOFTWARE. --------------------------------------------------------------------------------- -expat +All rights reserved. -Copyright (c) 1997-2000 Thai Open Source Software Center Ltd -Copyright (c) 2000 Clark Cooper -Copyright (c) 2002 Karl Waclawek -Copyright (c) 2002 Fred L. Drake, Jr. -Copyright (c) 2017-2024 Sebastian Pipping +Redistribution and use in source and binary forms, with or without +modification, are permitted provided that the following conditions +are met: -Licensed under the MIT license: + Redistributions of source code must retain the above copyright + notice, this list of conditions and the following disclaimer. -Permission is hereby granted, free of charge, to any person obtaining -a copy of this software and associated documentation files (the -"Software"), to deal in the Software without restriction, including -without limitation the rights to use, copy, modify, merge, publish, -distribute, sublicense, and/or sell copies of the Software, and to permit -persons to whom the Software is furnished to do so, subject to the -following conditions: + Redistributions in binary form must reproduce the above + copyright notice, this list of conditions and the following + disclaimer in the documentation and/or other materials provided + with the distribution. -The above copyright notice and this permission notice shall be included -in all copies or substantial portions of the Software. + Neither the name of Google Inc. nor the names of its + contributors may be used to endorse or promote products derived + from this software without specific prior written permission. -THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, -EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF -MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN -NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, -DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR -OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE -USE OR OTHER DEALINGS IN THE SOFTWARE. +THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS +"AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT +LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS +FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE +COPYRIGHT HOLDERS OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, +INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, +BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; +LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER +CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT +LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN +ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE +POSSIBILITY OF SUCH DAMAGE. -------------------------------------------------------------------------------- -expat +glslang -Copyright (c) 1997-2000 Thai Open Source Software Center Ltd -Copyright (c) 2000 Clark Cooper -Copyright (c) 2002-2003 Fred L. Drake, Jr. -Copyright (c) 2004-2006 Karl Waclawek -Copyright (c) 2005-2007 Steven Solie -Copyright (c) 2016-2023 Sebastian Pipping -Copyright (c) 2017 Rhodri James -Copyright (c) 2019 David Loffredo -Copyright (c) 2021 Donghee Na -Copyright (c) 2024 Hanno Böck +Copyright (C) 2016 Google, Inc. +Copyright (C) 2016 LunarG, Inc. -Licensed under the MIT license: +All rights reserved. -Permission is hereby granted, free of charge, to any person obtaining -a copy of this software and associated documentation files (the -"Software"), to deal in the Software without restriction, including -without limitation the rights to use, copy, modify, merge, publish, -distribute, sublicense, and/or sell copies of the Software, and to permit -persons to whom the Software is furnished to do so, subject to the -following conditions: +Redistribution and use in source and binary forms, with or without +modification, are permitted provided that the following conditions +are met: -The above copyright notice and this permission notice shall be included -in all copies or substantial portions of the Software. + Redistributions of source code must retain the above copyright + notice, this list of conditions and the following disclaimer. -THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, -EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF -MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN -NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, -DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR -OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE -USE OR OTHER DEALINGS IN THE SOFTWARE. + Redistributions in binary form must reproduce the above + copyright notice, this list of conditions and the following + disclaimer in the documentation and/or other materials provided + with the distribution. + + Neither the name of Google, Inc., nor the names of its + contributors may be used to endorse or promote products derived + from this software without specific prior written permission. + +THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS +"AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT +LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS +FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE +COPYRIGHT HOLDERS OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, +INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, +BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; +LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER +CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT +LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN +ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE +POSSIBILITY OF SUCH DAMAGE. -------------------------------------------------------------------------------- -expat +glslang -Copyright (c) 1997-2000 Thai Open Source Software Center Ltd -Copyright (c) 2000 Clark Cooper -Copyright (c) 2017-2019 Sebastian Pipping +Copyright (C) 2016 Google, Inc. +Copyright (C) 2019, 2022-2024 Arm Limited. +Modifications Copyright (C) 2020 Advanced Micro Devices, Inc. All rights reserved. -Licensed under the MIT license: +All rights reserved. -Permission is hereby granted, free of charge, to any person obtaining -a copy of this software and associated documentation files (the -"Software"), to deal in the Software without restriction, including -without limitation the rights to use, copy, modify, merge, publish, -distribute, sublicense, and/or sell copies of the Software, and to permit -persons to whom the Software is furnished to do so, subject to the -following conditions: +Redistribution and use in source and binary forms, with or without +modification, are permitted provided that the following conditions +are met: -The above copyright notice and this permission notice shall be included -in all copies or substantial portions of the Software. + Redistributions of source code must retain the above copyright + notice, this list of conditions and the following disclaimer. -THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, -EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF -MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN -NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, -DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR -OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE -USE OR OTHER DEALINGS IN THE SOFTWARE. + Redistributions in binary form must reproduce the above + copyright notice, this list of conditions and the following + disclaimer in the documentation and/or other materials provided + with the distribution. + + Neither the name of Google Inc. nor the names of its + contributors may be used to endorse or promote products derived + from this software without specific prior written permission. + +THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS +"AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT +LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS +FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE +COPYRIGHT HOLDERS OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, +INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, +BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; +LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER +CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT +LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN +ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE +POSSIBILITY OF SUCH DAMAGE. -------------------------------------------------------------------------------- -expat +glslang -Copyright (c) 1997-2000 Thai Open Source Software Center Ltd -Copyright (c) 2002 Fred L. Drake, Jr. -Copyright (c) 2016-2017 Sebastian Pipping +Copyright (C) 2016 Google, Inc. +Copyright (C) 2022-2024 Arm Limited. -Licensed under the MIT license: +All rights reserved. + +Redistribution and use in source and binary forms, with or without +modification, are permitted provided that the following conditions +are met: + + Redistributions of source code must retain the above copyright + notice, this list of conditions and the following disclaimer. -Permission is hereby granted, free of charge, to any person obtaining -a copy of this software and associated documentation files (the -"Software"), to deal in the Software without restriction, including -without limitation the rights to use, copy, modify, merge, publish, -distribute, sublicense, and/or sell copies of the Software, and to permit -persons to whom the Software is furnished to do so, subject to the -following conditions: + Redistributions in binary form must reproduce the above + copyright notice, this list of conditions and the following + disclaimer in the documentation and/or other materials provided + with the distribution. -The above copyright notice and this permission notice shall be included -in all copies or substantial portions of the Software. + Neither the name of Google Inc. nor the names of its + contributors may be used to endorse or promote products derived + from this software without specific prior written permission. -THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, -EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF -MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN -NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, -DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR -OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE -USE OR OTHER DEALINGS IN THE SOFTWARE. +THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS +"AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT +LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS +FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE +COPYRIGHT HOLDERS OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, +INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, +BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; +LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER +CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT +LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN +ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE +POSSIBILITY OF SUCH DAMAGE. -------------------------------------------------------------------------------- -expat +glslang -Copyright (c) 1997-2000 Thai Open Source Software Center Ltd -Copyright (c) 2002 Fred L. Drake, Jr. -Copyright (c) 2016-2018 Sebastian Pipping -Copyright (c) 2018 Marco Maggi +Copyright (C) 2016 LunarG, Inc. -Licensed under the MIT license: +All rights reserved. -Permission is hereby granted, free of charge, to any person obtaining -a copy of this software and associated documentation files (the -"Software"), to deal in the Software without restriction, including -without limitation the rights to use, copy, modify, merge, publish, -distribute, sublicense, and/or sell copies of the Software, and to permit -persons to whom the Software is furnished to do so, subject to the -following conditions: +Redistribution and use in source and binary forms, with or without +modification, are permitted provided that the following conditions +are met: -The above copyright notice and this permission notice shall be included -in all copies or substantial portions of the Software. + Redistributions of source code must retain the above copyright + notice, this list of conditions and the following disclaimer. -THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, -EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF -MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN -NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, -DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR -OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE -USE OR OTHER DEALINGS IN THE SOFTWARE. --------------------------------------------------------------------------------- -expat + Redistributions in binary form must reproduce the above + copyright notice, this list of conditions and the following + disclaimer in the documentation and/or other materials provided + with the distribution. -Copyright (c) 1997-2000 Thai Open Source Software Center Ltd -Copyright (c) 2016-2021 Sebastian Pipping -Copyright (c) 2017 Rhodri James + Neither the name of 3Dlabs Inc. Ltd. nor the names of its + contributors may be used to endorse or promote products derived + from this software without specific prior written permission. -Licensed under the MIT license: +THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS +"AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT +LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS +FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE +COPYRIGHT HOLDERS OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, +INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, +BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; +LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER +CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT +LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN +ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE +POSSIBILITY OF SUCH DAMAGE. +-------------------------------------------------------------------------------- +glslang -Permission is hereby granted, free of charge, to any person obtaining -a copy of this software and associated documentation files (the -"Software"), to deal in the Software without restriction, including -without limitation the rights to use, copy, modify, merge, publish, -distribute, sublicense, and/or sell copies of the Software, and to permit -persons to whom the Software is furnished to do so, subject to the -following conditions: +Copyright (C) 2016 LunarG, Inc. -The above copyright notice and this permission notice shall be included -in all copies or substantial portions of the Software. +All rights reserved. -THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, -EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF -MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN -NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, -DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR -OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE -USE OR OTHER DEALINGS IN THE SOFTWARE. --------------------------------------------------------------------------------- -expat +Redistribution and use in source and binary forms, with or without +modification, are permitted provided that the following conditions +are met: -Copyright (c) 1998-2000 Thai Open Source Software Center Ltd and Clark Cooper -Copyright (c) 2001-2025 Expat maintainers + Redistributions of source code must retain the above copyright + notice, this list of conditions and the following disclaimer. -Permission is hereby granted, free of charge, to any person obtaining -a copy of this software and associated documentation files (the -"Software"), to deal in the Software without restriction, including -without limitation the rights to use, copy, modify, merge, publish, -distribute, sublicense, and/or sell copies of the Software, and to -permit persons to whom the Software is furnished to do so, subject to -the following conditions: + Redistributions in binary form must reproduce the above + copyright notice, this list of conditions and the following + disclaimer in the documentation and/or other materials provided + with the distribution. -The above copyright notice and this permission notice shall be included -in all copies or substantial portions of the Software. + Neither the name of Google, Inc., nor the names of its + contributors may be used to endorse or promote products derived + from this software without specific prior written permission. -THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, -EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF -MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. -IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY -CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, -TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE -SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. +THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS +"AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT +LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS +FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE +COPYRIGHT HOLDERS OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, +INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, +BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; +LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER +CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT +LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN +ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE +POSSIBILITY OF SUCH DAMAGE. -------------------------------------------------------------------------------- -expat +glslang -Copyright (c) 1999-2000 Thai Open Source Software Center Ltd -Copyright (c) 2000 Clark Cooper -Copyright (c) 2002 Fred L. Drake, Jr. -Copyright (c) 2007 Karl Waclawek -Copyright (c) 2017 Sebastian Pipping +Copyright (C) 2016-2017 Google, Inc. -Licensed under the MIT license: +All rights reserved. -Permission is hereby granted, free of charge, to any person obtaining -a copy of this software and associated documentation files (the -"Software"), to deal in the Software without restriction, including -without limitation the rights to use, copy, modify, merge, publish, -distribute, sublicense, and/or sell copies of the Software, and to permit -persons to whom the Software is furnished to do so, subject to the -following conditions: +Redistribution and use in source and binary forms, with or without +modification, are permitted provided that the following conditions +are met: -The above copyright notice and this permission notice shall be included -in all copies or substantial portions of the Software. + Redistributions of source code must retain the above copyright + notice, this list of conditions and the following disclaimer. -THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, -EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF -MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN -NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, -DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR -OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE -USE OR OTHER DEALINGS IN THE SOFTWARE. + Redistributions in binary form must reproduce the above + copyright notice, this list of conditions and the following + disclaimer in the documentation and/or other materials provided + with the distribution. + + Neither the name of Google Inc. nor the names of its + contributors may be used to endorse or promote products derived + from this software without specific prior written permission. + +THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS +"AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT +LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS +FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE +COPYRIGHT HOLDERS OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, +INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, +BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; +LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER +CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT +LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN +ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE +POSSIBILITY OF SUCH DAMAGE. -------------------------------------------------------------------------------- -expat +glslang -Copyright (c) 2000 Clark Cooper -Copyright (c) 2002 Greg Stein -Copyright (c) 2005 Karl Waclawek -Copyright (c) 2017-2023 Sebastian Pipping -Copyright (c) 2023 Orgad Shaneh +Copyright (C) 2016-2017 Google, Inc. +Copyright (C) 2020 The Khronos Group Inc. -Licensed under the MIT license: +All rights reserved. -Permission is hereby granted, free of charge, to any person obtaining -a copy of this software and associated documentation files (the -"Software"), to deal in the Software without restriction, including -without limitation the rights to use, copy, modify, merge, publish, -distribute, sublicense, and/or sell copies of the Software, and to permit -persons to whom the Software is furnished to do so, subject to the -following conditions: +Redistribution and use in source and binary forms, with or without +modification, are permitted provided that the following conditions +are met: -The above copyright notice and this permission notice shall be included -in all copies or substantial portions of the Software. + Redistributions of source code must retain the above copyright + notice, this list of conditions and the following disclaimer. -THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, -EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF -MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN -NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, -DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR -OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE -USE OR OTHER DEALINGS IN THE SOFTWARE. + Redistributions in binary form must reproduce the above + copyright notice, this list of conditions and the following + disclaimer in the documentation and/or other materials provided + with the distribution. + + Neither the name of 3Dlabs Inc. Ltd. nor the names of its + contributors may be used to endorse or promote products derived + from this software without specific prior written permission. + +THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS +"AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT +LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS +FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE +COPYRIGHT HOLDERS OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, +INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, +BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; +LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER +CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT +LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN +ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE +POSSIBILITY OF SUCH DAMAGE. -------------------------------------------------------------------------------- -expat - -Copyright (c) 2000 Clark Cooper -Copyright (c) 2017 Sebastian Pipping +glslang -Licensed under the MIT license: +Copyright (C) 2016-2017 LunarG, Inc. -Permission is hereby granted, free of charge, to any person obtaining -a copy of this software and associated documentation files (the -"Software"), to deal in the Software without restriction, including -without limitation the rights to use, copy, modify, merge, publish, -distribute, sublicense, and/or sell copies of the Software, and to permit -persons to whom the Software is furnished to do so, subject to the -following conditions: +All rights reserved. -The above copyright notice and this permission notice shall be included -in all copies or substantial portions of the Software. +Redistribution and use in source and binary forms, with or without +modification, are permitted provided that the following conditions +are met: -THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, -EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF -MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN -NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, -DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR -OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE -USE OR OTHER DEALINGS IN THE SOFTWARE. --------------------------------------------------------------------------------- -expat + Redistributions of source code must retain the above copyright + notice, this list of conditions and the following disclaimer. -Copyright (c) 2002-2003 Fred L. Drake, Jr. -Copyright (c) 2002-2006 Karl Waclawek -Copyright (c) 2003 Greg Stein -Copyright (c) 2016-2025 Sebastian Pipping -Copyright (c) 2018 Yury Gribov -Copyright (c) 2019 David Loffredo -Copyright (c) 2023-2024 Sony Corporation / Snild Dolkow -Copyright (c) 2024 Taichi Haradaguchi <20001722@ymail.ne.jp> + Redistributions in binary form must reproduce the above + copyright notice, this list of conditions and the following + disclaimer in the documentation and/or other materials provided + with the distribution. -Licensed under the MIT license: + Neither the name of 3Dlabs Inc. Ltd. nor the names of its + contributors may be used to endorse or promote products derived + from this software without specific prior written permission. -Permission is hereby granted, free of charge, to any person obtaining -a copy of this software and associated documentation files (the -"Software"), to deal in the Software without restriction, including -without limitation the rights to use, copy, modify, merge, publish, -distribute, sublicense, and/or sell copies of the Software, and to permit -persons to whom the Software is furnished to do so, subject to the -following conditions: +THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS +"AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT +LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS +FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE +COPYRIGHT HOLDERS OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, +INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, +BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; +LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER +CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT +LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN +ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE +POSSIBILITY OF SUCH DAMAGE. +-------------------------------------------------------------------------------- +glslang -The above copyright notice and this permission notice shall be included -in all copies or substantial portions of the Software. +Copyright (C) 2016-2018 Google, Inc. +Copyright (C) 2016 LunarG, Inc. -THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, -EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF -MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN -NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, -DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR -OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE -USE OR OTHER DEALINGS IN THE SOFTWARE. --------------------------------------------------------------------------------- -expat +All rights reserved. -Copyright (c) 2022 Mark Brand -Copyright (c) 2025 Sebastian Pipping +Redistribution and use in source and binary forms, with or without +modification, are permitted provided that the following conditions +are met: -Licensed under the MIT license: + Redistributions of source code must retain the above copyright + notice, this list of conditions and the following disclaimer. -Permission is hereby granted, free of charge, to any person obtaining -a copy of this software and associated documentation files (the -"Software"), to deal in the Software without restriction, including -without limitation the rights to use, copy, modify, merge, publish, -distribute, sublicense, and/or sell copies of the Software, and to permit -persons to whom the Software is furnished to do so, subject to the -following conditions: + Redistributions in binary form must reproduce the above + copyright notice, this list of conditions and the following + disclaimer in the documentation and/or other materials provided + with the distribution. -The above copyright notice and this permission notice shall be included -in all copies or substantial portions of the Software. + Neither the name of 3Dlabs Inc. Ltd. nor the names of its + contributors may be used to endorse or promote products derived + from this software without specific prior written permission. -THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, -EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF -MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN -NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, -DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR -OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE -USE OR OTHER DEALINGS IN THE SOFTWARE. +THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS +"AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT +LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS +FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE +COPYRIGHT HOLDERS OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, +INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, +BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; +LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER +CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT +LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN +ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE +POSSIBILITY OF SUCH DAMAGE. -------------------------------------------------------------------------------- -expat -harfbuzz +glslang + +Copyright (C) 2016-2018 Google, Inc. +Copyright (C) 2016 LunarG, Inc. +Copyright (C) 2023 Mobica Limited. -Copyright (c) 2021 Google Inc. All rights reserved. +All rights reserved. Redistribution and use in source and binary forms, with or without -modification, are permitted provided that the following conditions are -met: +modification, are permitted provided that the following conditions +are met: - * Redistributions of source code must retain the above copyright -notice, this list of conditions and the following disclaimer. - * Redistributions in binary form must reproduce the above -copyright notice, this list of conditions and the following disclaimer -in the documentation and/or other materials provided with the -distribution. - * Neither the name of Google Inc. nor the names of its -contributors may be used to endorse or promote products derived from -this software without specific prior written permission. + Redistributions of source code must retain the above copyright + notice, this list of conditions and the following disclaimer. + + Redistributions in binary form must reproduce the above + copyright notice, this list of conditions and the following + disclaimer in the documentation and/or other materials provided + with the distribution. + + Neither the name of Google, Inc., nor the names of its + contributors may be used to endorse or promote products derived + from this software without specific prior written permission. THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT -LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR -A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT -OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, -SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT -LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, -DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY -THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT -(INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE -OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. +LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS +FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE +COPYRIGHT HOLDERS OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, +INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, +BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; +LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER +CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT +LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN +ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE +POSSIBILITY OF SUCH DAMAGE. -------------------------------------------------------------------------------- -fallback_root_certificates - -Mozilla Public License Version 2.0 -================================== +glslang -1. Definitions --------------- +Copyright (C) 2017 LunarG, Inc. +Copyright (C) 2018 Google, Inc. -1.1. "Contributor" - means each individual or legal entity that creates, contributes to - the creation of, or owns Covered Software. +All rights reserved. -1.2. "Contributor Version" - means the combination of the Contributions of others (if any) used - by a Contributor and that particular Contributor's Contribution. +Redistribution and use in source and binary forms, with or without +modification, are permitted provided that the following conditions +are met: -1.3. "Contribution" - means Covered Software of a particular Contributor. + Redistributions of source code must retain the above copyright + notice, this list of conditions and the following disclaimer. -1.4. "Covered Software" - means Source Code Form to which the initial Contributor has attached - the notice in Exhibit A, the Executable Form of such Source Code - Form, and Modifications of such Source Code Form, in each case - including portions thereof. + Redistributions in binary form must reproduce the above + copyright notice, this list of conditions and the following + disclaimer in the documentation and/or other materials provided + with the distribution. -1.5. "Incompatible With Secondary Licenses" - means + Neither the name of 3Dlabs Inc. Ltd. nor the names of its + contributors may be used to endorse or promote products derived + from this software without specific prior written permission. - (a) that the initial Contributor has attached the notice described - in Exhibit B to the Covered Software; or +THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS +"AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT +LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS +FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE +COPYRIGHT HOLDERS OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, +INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, +BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; +LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER +CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT +LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN +ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE +POSSIBILITY OF SUCH DAMAGE. +-------------------------------------------------------------------------------- +glslang - (b) that the Covered Software was made available under the terms of - version 1.1 or earlier of the License, but not also under the - terms of a Secondary License. +Copyright (C) 2017 LunarG, Inc. +Copyright (C) 2018 Google, Inc. -1.6. "Executable Form" - means any form of the work other than Source Code Form. +All rights reserved. -1.7. "Larger Work" - means a work that combines Covered Software with other material, in - a separate file or files, that is not Covered Software. +Redistribution and use in source and binary forms, with or without +modification, are permitted provided that the following conditions +are met: -1.8. "License" - means this document. + Redistributions of source code must retain the above copyright + notice, this list of conditions and the following disclaimer. -1.9. "Licensable" - means having the right to grant, to the maximum extent possible, - whether at the time of the initial grant or subsequently, any and - all of the rights conveyed by this License. + Redistributions in binary form must reproduce the above + copyright notice, this list of conditions and the following + disclaimer in the documentation and/or other materials provided + with the distribution. -1.10. "Modifications" - means any of the following: + Neither the name of Google, Inc., nor the names of its + contributors may be used to endorse or promote products derived + from this software without specific prior written permission. - (a) any file in Source Code Form that results from an addition to, - deletion from, or modification of the contents of Covered - Software; or +THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS +"AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT +LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS +FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE +COPYRIGHT HOLDERS OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, +INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, +BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; +LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER +CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT +LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN +ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE +POSSIBILITY OF SUCH DAMAGE. +-------------------------------------------------------------------------------- +glslang - (b) any new file in Source Code Form that contains any Covered - Software. +Copyright (C) 2017-2018 Google, Inc. +Copyright (C) 2017 LunarG, Inc. -1.11. "Patent Claims" of a Contributor - means any patent claim(s), including without limitation, method, - process, and apparatus claims, in any patent Licensable by such - Contributor that would be infringed, but for the grant of the - License, by the making, using, selling, offering for sale, having - made, import, or transfer of either its Contributions or its - Contributor Version. +All rights reserved. -1.12. "Secondary License" - means either the GNU General Public License, Version 2.0, the GNU - Lesser General Public License, Version 2.1, the GNU Affero General - Public License, Version 3.0, or any later versions of those - licenses. +Redistribution and use in source and binary forms, with or without +modification, are permitted provided that the following conditions +are met: -1.13. "Source Code Form" - means the form of the work preferred for making modifications. + Redistributions of source code must retain the above copyright + notice, this list of conditions and the following disclaimer. -1.14. "You" (or "Your") - means an individual or a legal entity exercising rights under this - License. For legal entities, "You" includes any entity that - controls, is controlled by, or is under common control with You. For - purposes of this definition, "control" means (a) the power, direct - or indirect, to cause the direction or management of such entity, - whether by contract or otherwise, or (b) ownership of more than - fifty percent (50%) of the outstanding shares or beneficial - ownership of such entity. + Redistributions in binary form must reproduce the above + copyright notice, this list of conditions and the following + disclaimer in the documentation and/or other materials provided + with the distribution. -2. License Grants and Conditions --------------------------------- + Neither the name of 3Dlabs Inc. Ltd. nor the names of its + contributors may be used to endorse or promote products derived + from this software without specific prior written permission. -2.1. Grants +THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS +"AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT +LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS +FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE +COPYRIGHT HOLDERS OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, +INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, +BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; +LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER +CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT +LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN +ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE +POSSIBILITY OF SUCH DAMAGE. +-------------------------------------------------------------------------------- +glslang -Each Contributor hereby grants You a world-wide, royalty-free, -non-exclusive license: +Copyright (C) 2018 Google, Inc. -(a) under intellectual property rights (other than patent or trademark) - Licensable by such Contributor to use, reproduce, make available, - modify, display, perform, distribute, and otherwise exploit its - Contributions, either on an unmodified basis, with Modifications, or - as part of a Larger Work; and +All rights reserved. -(b) under Patent Claims of such Contributor to make, use, sell, offer - for sale, have made, import, and otherwise transfer either its - Contributions or its Contributor Version. +Redistribution and use in source and binary forms, with or without +modification, are permitted provided that the following conditions +are met: -2.2. Effective Date + Redistributions of source code must retain the above copyright + notice, this list of conditions and the following disclaimer. -The licenses granted in Section 2.1 with respect to any Contribution -become effective for each Contribution on the date the Contributor first -distributes such Contribution. + Redistributions in binary form must reproduce the above + copyright notice, this list of conditions and the following + disclaimer in the documentation and/or other materials provided + with the distribution. -2.3. Limitations on Grant Scope + Neither the name of 3Dlabs Inc. Ltd. nor the names of its + contributors may be used to endorse or promote products derived + from this software without specific prior written permission. -The licenses granted in this Section 2 are the only rights granted under -this License. No additional rights or licenses will be implied from the -distribution or licensing of Covered Software under this License. -Notwithstanding Section 2.1(b) above, no patent license is granted by a -Contributor: +THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS +"AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT +LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS +FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE +COPYRIGHT HOLDERS OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, +INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, +BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; +LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER +CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT +LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN +ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE +POSSIBILITY OF SUCH DAMAGE. +-------------------------------------------------------------------------------- +glslang -(a) for any code that a Contributor has removed from Covered Software; - or +Copyright (C) 2018 The Khronos Group Inc. +All rights reserved. -(b) for infringements caused by: (i) Your and any other third party's - modifications of Covered Software, or (ii) the combination of its - Contributions with other software (except as part of its Contributor - Version); or +Redistribution and use in source and binary forms, with or without +modification, are permitted provided that the following conditions +are met: -(c) under Patent Claims infringed by Covered Software in the absence of - its Contributions. + Redistributions of source code must retain the above copyright + notice, this list of conditions and the following disclaimer. -This License does not grant any rights in the trademarks, service marks, -or logos of any Contributor (except as may be necessary to comply with -the notice requirements in Section 3.4). + Redistributions in binary form must reproduce the above + copyright notice, this list of conditions and the following + disclaimer in the documentation and/or other materials provided + with the distribution. -2.4. Subsequent Licenses + Neither the name of 3Dlabs Inc. Ltd. nor the names of its + contributors may be used to endorse or promote products derived + from this software without specific prior written permission. -No Contributor makes additional grants as a result of Your choice to -distribute the Covered Software under a subsequent version of this -License (see Section 10.2) or under the terms of a Secondary License (if -permitted under the terms of Section 3.3). +THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS +"AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT +LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS +FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE +COPYRIGHT HOLDERS OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, +INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, +BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; +LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER +CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT +LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN +ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE +POSSIBILITY OF SUCH DAMAGE. +-------------------------------------------------------------------------------- +glslang -2.5. Representation +Copyright (C) 2019 Google, Inc. -Each Contributor represents that the Contributor believes its -Contributions are its original creation(s) or it has sufficient rights -to grant the rights to its Contributions conveyed by this License. +All rights reserved. -2.6. Fair Use +Redistribution and use in source and binary forms, with or without +modification, are permitted provided that the following conditions +are met: -This License is not intended to limit any rights You have under -applicable copyright doctrines of fair use, fair dealing, or other -equivalents. + Redistributions of source code must retain the above copyright + notice, this list of conditions and the following disclaimer. -2.7. Conditions + Redistributions in binary form must reproduce the above + copyright notice, this list of conditions and the following + disclaimer in the documentation and/or other materials provided + with the distribution. -Sections 3.1, 3.2, 3.3, and 3.4 are conditions of the licenses granted -in Section 2.1. + Neither the name of 3Dlabs Inc. Ltd. nor the names of its + contributors may be used to endorse or promote products derived + from this software without specific prior written permission. -3. Responsibilities -------------------- +THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS +"AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT +LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS +FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE +COPYRIGHT HOLDERS OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, +INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, +BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; +LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER +CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT +LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN +ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE +POSSIBILITY OF SUCH DAMAGE. +-------------------------------------------------------------------------------- +glslang -3.1. Distribution of Source Form +Copyright (C) 2020 Google, Inc. -All distribution of Covered Software in Source Code Form, including any -Modifications that You create or to which You contribute, must be under -the terms of this License. You must inform recipients that the Source -Code Form of the Covered Software is governed by the terms of this -License, and how they can obtain a copy of this License. You may not -attempt to alter or restrict the recipients' rights in the Source Code -Form. +All rights reserved. -3.2. Distribution of Executable Form +Redistribution and use in source and binary forms, with or without +modification, are permitted provided that the following conditions +are met: -If You distribute Covered Software in Executable Form then: + Redistributions of source code must retain the above copyright + notice, this list of conditions and the following disclaimer. -(a) such Covered Software must also be made available in Source Code - Form, as described in Section 3.1, and You must inform recipients of - the Executable Form how they can obtain a copy of such Source Code - Form by reasonable means in a timely manner, at a charge no more - than the cost of distribution to the recipient; and + Redistributions in binary form must reproduce the above + copyright notice, this list of conditions and the following + disclaimer in the documentation and/or other materials provided + with the distribution. -(b) You may distribute such Executable Form under the terms of this - License, or sublicense it under different terms, provided that the - license for the Executable Form does not attempt to limit or alter - the recipients' rights in the Source Code Form under this License. + Neither the name of Google Inc. nor the names of its + contributors may be used to endorse or promote products derived + from this software without specific prior written permission. + +THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS +"AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT +LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS +FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE +COPYRIGHT HOLDERS OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, +INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, +BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; +LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER +CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT +LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN +ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE +POSSIBILITY OF SUCH DAMAGE. +-------------------------------------------------------------------------------- +glslang -3.3. Distribution of a Larger Work +Copyright (C) 2023 LunarG, Inc. -You may create and distribute a Larger Work under terms of Your choice, -provided that You also comply with the requirements of this License for -the Covered Software. If the Larger Work is a combination of Covered -Software with a work governed by one or more Secondary Licenses, and the -Covered Software is not Incompatible With Secondary Licenses, this -License permits You to additionally distribute such Covered Software -under the terms of such Secondary License(s), so that the recipient of -the Larger Work may, at their option, further distribute the Covered -Software under the terms of either this License or such Secondary -License(s). +All rights reserved. -3.4. Notices +Redistribution and use in source and binary forms, with or without +modification, are permitted provided that the following conditions +are met: -You may not remove or alter the substance of any license notices -(including copyright notices, patent notices, disclaimers of warranty, -or limitations of liability) contained within the Source Code Form of -the Covered Software, except that You may alter any license notices to -the extent required to remedy known factual inaccuracies. + Redistributions of source code must retain the above copyright + notice, this list of conditions and the following disclaimer. -3.5. Application of Additional Terms + Redistributions in binary form must reproduce the above + copyright notice, this list of conditions and the following + disclaimer in the documentation and/or other materials provided + with the distribution. -You may choose to offer, and to charge a fee for, warranty, support, -indemnity or liability obligations to one or more recipients of Covered -Software. However, You may do so only on Your own behalf, and not on -behalf of any Contributor. You must make it absolutely clear that any -such warranty, support, indemnity, or liability obligation is offered by -You alone, and You hereby agree to indemnify every Contributor for any -liability incurred by such Contributor as a result of warranty, support, -indemnity or liability terms You offer. You may include additional -disclaimers of warranty and limitations of liability specific to any -jurisdiction. + Neither the name of 3Dlabs Inc. Ltd. nor the names of its + contributors may be used to endorse or promote products derived + from this software without specific prior written permission. -4. Inability to Comply Due to Statute or Regulation ---------------------------------------------------- +THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS +"AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT +LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS +FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE +COPYRIGHT HOLDERS OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, +INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, +BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; +LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER +CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT +LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN +ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE +POSSIBILITY OF SUCH DAMAGE. +-------------------------------------------------------------------------------- +glslang -If it is impossible for You to comply with any of the terms of this -License with respect to some or all of the Covered Software due to -statute, judicial order, or regulation then You must: (a) comply with -the terms of this License to the maximum extent possible; and (b) -describe the limitations and the code they affect. Such description must -be placed in a text file included with all distributions of the Covered -Software under this License. Except to the extent prohibited by statute -or regulation, such description must be sufficiently detailed for a -recipient of ordinary skill to be able to understand it. +Copyright (C) 2024 The Khronos Group Inc. +All rights reserved. -5. Termination --------------- +Redistribution and use in source and binary forms, with or without +modification, are permitted provided that the following conditions +are met: -5.1. The rights granted under this License will terminate automatically -if You fail to comply with any of its terms. However, if You become -compliant, then the rights granted under this License from a particular -Contributor are reinstated (a) provisionally, unless and until such -Contributor explicitly and finally terminates Your grants, and (b) on an -ongoing basis, if such Contributor fails to notify You of the -non-compliance by some reasonable means prior to 60 days after You have -come back into compliance. Moreover, Your grants from a particular -Contributor are reinstated on an ongoing basis if such Contributor -notifies You of the non-compliance by some reasonable means, this is the -first time You have received notice of non-compliance with this License -from such Contributor, and You become compliant prior to 30 days after -Your receipt of the notice. + Redistributions of source code must retain the above copyright + notice, this list of conditions and the following disclaimer. -5.2. If You initiate litigation against any entity by asserting a patent -infringement claim (excluding declaratory judgment actions, -counter-claims, and cross-claims) alleging that a Contributor Version -directly or indirectly infringes any patent, then the rights granted to -You by any and all Contributors for the Covered Software under Section -2.1 of this License shall terminate. + Redistributions in binary form must reproduce the above + copyright notice, this list of conditions and the following + disclaimer in the documentation and/or other materials provided + with the distribution. -5.3. In the event of termination under Sections 5.1 or 5.2 above, all -end user license agreements (excluding distributors and resellers) which -have been validly granted by You or Your distributors under this License -prior to termination shall survive termination. + Neither the name of 3Dlabs Inc. Ltd. nor the names of its + contributors may be used to endorse or promote products derived + from this software without specific prior written permission. -************************************************************************ -* * -* 6. Disclaimer of Warranty * -* ------------------------- * -* * -* Covered Software is provided under this License on an "as is" * -* basis, without warranty of any kind, either expressed, implied, or * -* statutory, including, without limitation, warranties that the * -* Covered Software is free of defects, merchantable, fit for a * -* particular purpose or non-infringing. The entire risk as to the * -* quality and performance of the Covered Software is with You. * -* Should any Covered Software prove defective in any respect, You * -* (not any Contributor) assume the cost of any necessary servicing, * -* repair, or correction. This disclaimer of warranty constitutes an * -* essential part of this License. No use of any Covered Software is * -* authorized under this License except under this disclaimer. * -* * -************************************************************************ +THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS +"AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT +LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS +FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE +COPYRIGHT HOLDERS OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, +INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, +BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; +LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER +CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT +LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN +ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE +POSSIBILITY OF SUCH DAMAGE. +-------------------------------------------------------------------------------- +glslang -************************************************************************ -* * -* 7. Limitation of Liability * -* -------------------------- * -* * -* Under no circumstances and under no legal theory, whether tort * -* (including negligence), contract, or otherwise, shall any * -* Contributor, or anyone who distributes Covered Software as * -* permitted above, be liable to You for any direct, indirect, * -* special, incidental, or consequential damages of any character * -* including, without limitation, damages for lost profits, loss of * -* goodwill, work stoppage, computer failure or malfunction, or any * -* and all other commercial damages or losses, even if such party * -* shall have been informed of the possibility of such damages. This * -* limitation of liability shall not apply to liability for death or * -* personal injury resulting from such party's negligence to the * -* extent applicable law prohibits such limitation. Some * -* jurisdictions do not allow the exclusion or limitation of * -* incidental or consequential damages, so this exclusion and * -* limitation may not apply to You. * -* * -************************************************************************ +Copyright (C) 2025 Jan Kelemen -8. Litigation -------------- +All rights reserved. -Any litigation relating to this License may be brought only in the -courts of a jurisdiction where the defendant maintains its principal -place of business and such litigation shall be governed by laws of that -jurisdiction, without reference to its conflict-of-law provisions. -Nothing in this Section shall prevent a party's ability to bring -cross-claims or counter-claims. +Redistribution and use in source and binary forms, with or without +modification, are permitted provided that the following conditions +are met: -9. Miscellaneous ----------------- + Redistributions of source code must retain the above copyright + notice, this list of conditions and the following disclaimer. -This License represents the complete agreement concerning the subject -matter hereof. If any provision of this License is held to be -unenforceable, such provision shall be reformed only to the extent -necessary to make it enforceable. Any law or regulation which provides -that the language of a contract shall be construed against the drafter -shall not be used to construe this License against a Contributor. + Redistributions in binary form must reproduce the above + copyright notice, this list of conditions and the following + disclaimer in the documentation and/or other materials provided + with the distribution. -10. Versions of the License ---------------------------- + Neither the name of 3Dlabs Inc. Ltd. nor the names of its + contributors may be used to endorse or promote products derived + from this software without specific prior written permission. -10.1. New Versions +THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS +"AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT +LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS +FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE +COPYRIGHT HOLDERS OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, +INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, +BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; +LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER +CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT +LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN +ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE +POSSIBILITY OF SUCH DAMAGE. +-------------------------------------------------------------------------------- +glslang -Mozilla Foundation is the license steward. Except as provided in Section -10.3, no one other than the license steward has the right to modify or -publish new versions of this License. Each version will be given a -distinguishing version number. +Copyright (C) 2025 NVIDIA Corporation -10.2. Effect of New Versions +Permission is hereby granted, free of charge, to any person obtaining a copy +of this software and associated documentation files (the "Software"), to deal +in the Software without restriction, including without limitation the rights +to use, copy, modify, merge, publish, distribute, sublicense, and/or sell +copies of the Software, and to permit persons to whom the Software is +furnished to do so, subject to the following conditions: -You may distribute the Covered Software under the terms of the version -of the License under which You originally received the Covered Software, -or under the terms of any subsequent version published by the license -steward. +The above copyright notice and this permission notice shall be included in all +copies or substantial portions of the Software. -10.3. Modified Versions +THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR +IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, +FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE +AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER +LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, +OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE +SOFTWARE. +-------------------------------------------------------------------------------- +glslang -If you create software not governed by this License, and you want to -create a new license for such software, you may create and use a -modified version of this License if you rename the license and remove -any references to the name of the license steward (except to note that -such modified license differs from this License). +Copyright (C) 2025 The Khronos Group Inc. +All rights reserved. -10.4. Distributing Source Code Form that is Incompatible With Secondary -Licenses +Redistribution and use in source and binary forms, with or without +modification, are permitted provided that the following conditions +are met: -If You choose to distribute Source Code Form that is Incompatible With -Secondary Licenses under the terms of this version of the License, the -notice described in Exhibit B of this License must be attached. + Redistributions of source code must retain the above copyright + notice, this list of conditions and the following disclaimer. -Exhibit A - Source Code Form License Notice -------------------------------------------- + Redistributions in binary form must reproduce the above + copyright notice, this list of conditions and the following + disclaimer in the documentation and/or other materials provided + with the distribution. - This Source Code Form is subject to the terms of the Mozilla Public - License, v. 2.0. If a copy of the MPL was not distributed with this - file, You can obtain one at http://mozilla.org/MPL/2.0/. + Neither the name of 3Dlabs Inc. Ltd. nor the names of its + contributors may be used to endorse or promote products derived + from this software without specific prior written permission. -If it is not possible or desirable to put the notice in a particular -file, then You may include the notice in a location (such as a LICENSE -file in a relevant directory) where a recipient would be likely to look -for such a notice. +THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS +"AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT +LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS +FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE +COPYRIGHT HOLDERS OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, +INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, +BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; +LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER +CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT +LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN +ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE +POSSIBILITY OF SUCH DAMAGE. +-------------------------------------------------------------------------------- +glslang -You may add additional accurate notices of copyright ownership. +Copyright (c) 2002, NVIDIA Corporation. -Exhibit B - "Incompatible With Secondary Licenses" Notice ---------------------------------------------------------- +NVIDIA Corporation("NVIDIA") supplies this software to you in +consideration of your agreement to the following terms, and your use, +installation, modification or redistribution of this NVIDIA software +constitutes acceptance of these terms. If you do not agree with these +terms, please do not use, install, modify or redistribute this NVIDIA +software. - This Source Code Form is "Incompatible With Secondary Licenses", as - defined by the Mozilla Public License, v. 2.0. +In consideration of your agreement to abide by the following terms, and +subject to these terms, NVIDIA grants you a personal, non-exclusive +license, under NVIDIA's copyrights in this original NVIDIA software (the +"NVIDIA Software"), to use, reproduce, modify and redistribute the +NVIDIA Software, with or without modifications, in source and/or binary +forms; provided that if you redistribute the NVIDIA Software, you must +retain the copyright notice of NVIDIA, this notice and the following +text and disclaimers in all such redistributions of the NVIDIA Software. +Neither the name, trademarks, service marks nor logos of NVIDIA +Corporation may be used to endorse or promote products derived from the +NVIDIA Software without specific prior written permission from NVIDIA. +Except as expressly stated in this notice, no other rights or licenses +express or implied, are granted by NVIDIA herein, including but not +limited to any patent rights that may be infringed by your derivative +works or by other works in which the NVIDIA Software may be +incorporated. No hardware is licensed hereunder. -You may obtain a copy of this library's Source Code Form from: https://dart.googlesource.com/sdk/+/a4e60e5add75b3d06f380aad73ca660a719fa738 -/third_party/fallback_root_certificates/ +THE NVIDIA SOFTWARE IS BEING PROVIDED ON AN "AS IS" BASIS, WITHOUT +WARRANTIES OR CONDITIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED, +INCLUDING WITHOUT LIMITATION, WARRANTIES OR CONDITIONS OF TITLE, +NON-INFRINGEMENT, MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE, OR +ITS USE AND OPERATION EITHER ALONE OR IN COMBINATION WITH OTHER +PRODUCTS. +IN NO EVENT SHALL NVIDIA BE LIABLE FOR ANY SPECIAL, INDIRECT, +INCIDENTAL, EXEMPLARY, CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED +TO, LOST PROFITS; PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF +USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) OR ARISING IN ANY WAY +OUT OF THE USE, REPRODUCTION, MODIFICATION AND/OR DISTRIBUTION OF THE +NVIDIA SOFTWARE, HOWEVER CAUSED AND WHETHER UNDER THEORY OF CONTRACT, +TORT (INCLUDING NEGLIGENCE), STRICT LIABILITY OR OTHERWISE, EVEN IF +NVIDIA HAS BEEN ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. -------------------------------------------------------------------------------- -ffx_spd +glslang -Copyright (c) 2017-2019 Advanced Micro Devices, Inc. All rights reserved. -Copyright (c) <2014> +Copyright (c) 2013 The Khronos Group Inc. -Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation -files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, -modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the -Software is furnished to do so, subject to the following conditions: +Permission is hereby granted, free of charge, to any person obtaining a +copy of this software and/or associated documentation files (the +"Materials"), to deal in the Materials without restriction, including +without limitation the rights to use, copy, modify, merge, publish, +distribute, sublicense, and/or sell copies of the Materials, and to +permit persons to whom the Materials are furnished to do so, subject to +the following conditions: -The above copyright notice and this permission notice shall be included in all copies or substantial portions of the -Software. +The above copyright notice and this permission notice shall be included +in all copies or substantial portions of the Materials. -THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE -WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR -COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, -ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. +THE MATERIALS ARE PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, +EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF +MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. +IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY +CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, +TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE +MATERIALS OR THE USE OR OTHER DEALINGS IN THE MATERIALS. -------------------------------------------------------------------------------- -ffx_spd +glslang -Copyright (c) 2017-2020 Advanced Micro Devices, Inc. All rights reserved. +Copyright (c) 2014-2017 The Khronos Group Inc. -Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation -files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, -modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the -Software is furnished to do so, subject to the following conditions: +Permission is hereby granted, free of charge, to any person obtaining a copy +of this software and/or associated documentation files (the "Materials"), +to deal in the Materials without restriction, including without limitation +the rights to use, copy, modify, merge, publish, distribute, sublicense, +and/or sell copies of the Materials, and to permit persons to whom the +Materials are furnished to do so, subject to the following conditions: -The above copyright notice and this permission notice shall be included in all copies or substantial portions of the -Software. +The above copyright notice and this permission notice shall be included in +all copies or substantial portions of the Materials. -THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE -WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR -COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, -ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. +MODIFICATIONS TO THIS FILE MAY MEAN IT NO LONGER ACCURATELY REFLECTS KHRONOS +STANDARDS. THE UNMODIFIED, NORMATIVE VERSIONS OF KHRONOS SPECIFICATIONS AND +HEADER INFORMATION ARE LOCATED AT https://www.khronos.org/registry/ + +THE MATERIALS ARE PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS +OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, +FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL +THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER +LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING +FROM,OUT OF OR IN CONNECTION WITH THE MATERIALS OR THE USE OR OTHER DEALINGS +IN THE MATERIALS. -------------------------------------------------------------------------------- -fiat +glslang -The Apache License, Version 2.0 (Apache-2.0) +Copyright (c) 2014-2020 The Khronos Group Inc. +Copyright (C) 2022-2024 Arm Limited. +Modifications Copyright (C) 2020 Advanced Micro Devices, Inc. All rights reserved. -Copyright 2015-2020 the fiat-crypto authors (see the AUTHORS file) +Permission is hereby granted, free of charge, to any person obtaining a copy +of this software and/or associated documentation files (the "Materials"), +to deal in the Materials without restriction, including without limitation +the rights to use, copy, modify, merge, publish, distribute, sublicense, +and/or sell copies of the Materials, and to permit persons to whom the +Materials are furnished to do so, subject to the following conditions: -Licensed under the Apache License, Version 2.0 (the "License"); -you may not use this file except in compliance with the License. -You may obtain a copy of the License at +The above copyright notice and this permission notice shall be included in +all copies or substantial portions of the Materials. - http://www.apache.org/licenses/LICENSE-2.0 +MODIFICATIONS TO THIS FILE MAY MEAN IT NO LONGER ACCURATELY REFLECTS KHRONOS +STANDARDS. THE UNMODIFIED, NORMATIVE VERSIONS OF KHRONOS SPECIFICATIONS AND +HEADER INFORMATION ARE LOCATED AT https://www.khronos.org/registry/ -Unless required by applicable law or agreed to in writing, software -distributed under the License is distributed on an "AS IS" BASIS, -WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -See the License for the specific language governing permissions and +THE MATERIALS ARE PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS +OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, +FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL +THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER +LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING +FROM,OUT OF OR IN CONNECTION WITH THE MATERIALS OR THE USE OR OTHER DEALINGS +IN THE MATERIALS. -------------------------------------------------------------------------------- -file +glslang -Copyright 2017, the Dart project authors. All rights reserved. -Redistribution and use in source and binary forms, with or without -modification, are permitted provided that the following conditions are -met: +Copyright (c) 2015-2016 The Khronos Group Inc. - * Redistributions of source code must retain the above copyright - notice, this list of conditions and the following disclaimer. - * Redistributions in binary form must reproduce the above - copyright notice, this list of conditions and the following - disclaimer in the documentation and/or other materials provided - with the distribution. - * Neither the name of Google Inc. nor the names of its - contributors may be used to endorse or promote products derived - from this software without specific prior written permission. +Permission is hereby granted, free of charge, to any person obtaining a +copy of this software and/or associated documentation files (the +"Materials"), to deal in the Materials without restriction, including +without limitation the rights to use, copy, modify, merge, publish, +distribute, sublicense, and/or sell copies of the Materials, and to +permit persons to whom the Materials are furnished to do so, subject to +the following conditions: -THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS -"AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT -LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR -A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT -OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, -SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT -LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, -DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY -THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT -(INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE -OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. +The above copyright notice and this permission notice shall be included +in all copies or substantial portions of the Materials. + +MODIFICATIONS TO THIS FILE MAY MEAN IT NO LONGER ACCURATELY REFLECTS +KHRONOS STANDARDS. THE UNMODIFIED, NORMATIVE VERSIONS OF KHRONOS +SPECIFICATIONS AND HEADER INFORMATION ARE LOCATED AT + https://www.khronos.org/registry/ + +THE MATERIALS ARE PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, +EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF +MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. +IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY +CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, +TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE +MATERIALS OR THE USE OR OTHER DEALINGS IN THE MATERIALS. -------------------------------------------------------------------------------- -fixnum -http_multi_server -shelf -shelf_web_socket -source_maps -stack_trace +glslang -Copyright 2014, the Dart project authors. +Copyright (c) 2018 The Khronos Group Inc. -Redistribution and use in source and binary forms, with or without -modification, are permitted provided that the following conditions are -met: +Permission is hereby granted, free of charge, to any person obtaining a copy +of this software and/or associated documentation files (the "Materials"), +to deal in the Materials without restriction, including without limitation +the rights to use, copy, modify, merge, publish, distribute, sublicense, +and/or sell copies of the Materials, and to permit persons to whom the +Materials are furnished to do so, subject to the following conditions: - * Redistributions of source code must retain the above copyright - notice, this list of conditions and the following disclaimer. - * Redistributions in binary form must reproduce the above - copyright notice, this list of conditions and the following - disclaimer in the documentation and/or other materials provided - with the distribution. - * Neither the name of Google LLC nor the names of its - contributors may be used to endorse or promote products derived - from this software without specific prior written permission. +The above copyright notice and this permission notice shall be included in +all copies or substantial portions of the Materials. -THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS -"AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT -LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR -A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT -OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, -SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT -LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, -DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY -THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT -(INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE -OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. +MODIFICATIONS TO THIS FILE MAY MEAN IT NO LONGER ACCURATELY REFLECTS KHRONOS +STANDARDS. THE UNMODIFIED, NORMATIVE VERSIONS OF KHRONOS SPECIFICATIONS AND +HEADER INFORMATION ARE LOCATED AT https://www.khronos.org/registry/ +THE MATERIALS ARE PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS +OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, +FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL +THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER +LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING +FROM,OUT OF OR IN CONNECTION WITH THE MATERIALS OR THE USE OR OTHER DEALINGS +IN THE MATERIALS. -------------------------------------------------------------------------------- -flatbuffers +glslang -Apache License -Version 2.0, January 2004 -http://www.apache.org/licenses/ +Copyright (c) 2019, Viktor Latypov +All rights reserved. -TERMS AND CONDITIONS FOR USE, REPRODUCTION, AND DISTRIBUTION +Redistribution and use in source and binary forms, with or without +modification, are permitted provided that the following conditions are met: -1. Definitions. +1. Redistributions of source code must retain the above copyright notice, this +list of conditions and the following disclaimer. - "License" shall mean the terms and conditions for use, reproduction, - and distribution as defined by Sections 1 through 9 of this document. +2. Redistributions in binary form must reproduce the above copyright notice, +this list of conditions and the following disclaimer in the documentation +and/or other materials provided with the distribution. - "Licensor" shall mean the copyright owner or entity authorized by - the copyright owner that is granting the License. +THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" +AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE +IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE +DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT HOLDER OR CONTRIBUTORS BE LIABLE +FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL +DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR +SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER +CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, +OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE +OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. +-------------------------------------------------------------------------------- +glslang - "Legal Entity" shall mean the union of the acting entity and all - other entities that control, are controlled by, or are under common - control with that entity. For the purposes of this definition, - "control" means (i) the power, direct or indirect, to cause the - direction or management of such entity, whether by contract or - otherwise, or (ii) ownership of fifty percent (50%) or more of the - outstanding shares, or (iii) beneficial ownership of such entity. +Copyright (c) 2020 Google Inc. - "You" (or "Your") shall mean an individual or Legal Entity - exercising permissions granted by this License. +Licensed under the Apache License, Version 2.0 (the "License"); +you may not use this file except in compliance with the License. +You may obtain a copy of the License at - "Source" form shall mean the preferred form for making modifications, - including but not limited to software source code, documentation - source, and configuration files. + http://www.apache.org/licenses/LICENSE-2.0 - "Object" form shall mean any form resulting from mechanical - transformation or translation of a Source form, including but - not limited to compiled object code, generated documentation, - and conversions to other media types. +Unless required by applicable law or agreed to in writing, software +distributed under the License is distributed on an "AS IS" BASIS, +WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +See the License for the specific language governing permissions and +limitations under the License. +-------------------------------------------------------------------------------- +glslang - "Work" shall mean the work of authorship, whether in Source or - Object form, made available under the License, as indicated by a - copyright notice that is included in or attached to the work - (an example is provided in the Appendix below). +Copyright (c) 2020 The Khronos Group Inc. - "Derivative Works" shall mean any work, whether in Source or Object - form, that is based on (or derived from) the Work and for which the - editorial revisions, annotations, elaborations, or other modifications - represent, as a whole, an original work of authorship. For the purposes - of this License, Derivative Works shall not include works that remain - separable from, or merely link (or bind by name) to the interfaces of, - the Work and Derivative Works thereof. +Permission is hereby granted, free of charge, to any person obtaining a +copy of this software and/or associated documentation files (the +"Materials"), to deal in the Materials without restriction, including +without limitation the rights to use, copy, modify, merge, publish, +distribute, sublicense, and/or sell copies of the Materials, and to +permit persons to whom the Materials are furnished to do so, subject to +the following conditions: - "Contribution" shall mean any work of authorship, including - the original version of the Work and any modifications or additions - to that Work or Derivative Works thereof, that is intentionally - submitted to Licensor for inclusion in the Work by the copyright owner - or by an individual or Legal Entity authorized to submit on behalf of - the copyright owner. For the purposes of this definition, "submitted" - means any form of electronic, verbal, or written communication sent - to the Licensor or its representatives, including but not limited to - communication on electronic mailing lists, source code control systems, - and issue tracking systems that are managed by, or on behalf of, the - Licensor for the purpose of discussing and improving the Work, but - excluding communication that is conspicuously marked or otherwise - designated in writing by the copyright owner as "Not a Contribution." +The above copyright notice and this permission notice shall be included +in all copies or substantial portions of the Materials. - "Contributor" shall mean Licensor and any individual or Legal Entity - on behalf of whom a Contribution has been received by Licensor and - subsequently incorporated within the Work. +MODIFICATIONS TO THIS FILE MAY MEAN IT NO LONGER ACCURATELY REFLECTS +KHRONOS STANDARDS. THE UNMODIFIED, NORMATIVE VERSIONS OF KHRONOS +SPECIFICATIONS AND HEADER INFORMATION ARE LOCATED AT + https://www.khronos.org/registry/ -2. Grant of Copyright License. Subject to the terms and conditions of - this License, each Contributor hereby grants to You a perpetual, - worldwide, non-exclusive, no-charge, royalty-free, irrevocable - copyright license to reproduce, prepare Derivative Works of, - publicly display, publicly perform, sublicense, and distribute the - Work and such Derivative Works in Source or Object form. +THE MATERIALS ARE PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, +EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF +MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. +IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY +CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, +TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE +MATERIALS OR THE USE OR OTHER DEALINGS IN THE MATERIALS. +-------------------------------------------------------------------------------- +glslang -3. Grant of Patent License. Subject to the terms and conditions of - this License, each Contributor hereby grants to You a perpetual, - worldwide, non-exclusive, no-charge, royalty-free, irrevocable - (except as stated in this section) patent license to make, have made, - use, offer to sell, sell, import, and otherwise transfer the Work, - where such license applies only to those patent claims licensable - by such Contributor that are necessarily infringed by their - Contribution(s) alone or by combination of their Contribution(s) - with the Work to which such Contribution(s) was submitted. If You - institute patent litigation against any entity (including a - cross-claim or counterclaim in a lawsuit) alleging that the Work - or a Contribution incorporated within the Work constitutes direct - or contributory patent infringement, then any patent licenses - granted to You under this License for that Work shall terminate - as of the date such litigation is filed. +Copyright (c) 2020, Travis Fort +All rights reserved. -4. Redistribution. You may reproduce and distribute copies of the - Work or Derivative Works thereof in any medium, with or without - modifications, and in Source or Object form, provided that You - meet the following conditions: +Redistribution and use in source and binary forms, with or without +modification, are permitted provided that the following conditions are met: - (a) You must give any other recipients of the Work or - Derivative Works a copy of this License; and +1. Redistributions of source code must retain the above copyright notice, this +list of conditions and the following disclaimer. - (b) You must cause any modified files to carry prominent notices - stating that You changed the files; and +2. Redistributions in binary form must reproduce the above copyright notice, +this list of conditions and the following disclaimer in the documentation +and/or other materials provided with the distribution. - (c) You must retain, in the Source form of any Derivative Works - that You distribute, all copyright, patent, trademark, and - attribution notices from the Source form of the Work, - excluding those notices that do not pertain to any part of - the Derivative Works; and +THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" +AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE +IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE +DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT HOLDER OR CONTRIBUTORS BE LIABLE +FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL +DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR +SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER +CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, +OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE +OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. +-------------------------------------------------------------------------------- +glslang - (d) If the Work includes a "NOTICE" text file as part of its - distribution, then any Derivative Works that You distribute must - include a readable copy of the attribution notices contained - within such NOTICE file, excluding those notices that do not - pertain to any part of the Derivative Works, in at least one - of the following places: within a NOTICE text file distributed - as part of the Derivative Works; within the Source form or - documentation, if provided along with the Derivative Works; or, - within a display generated by the Derivative Works, if and - wherever such third-party notices normally appear. The contents - of the NOTICE file are for informational purposes only and - do not modify the License. You may add Your own attribution - notices within Derivative Works that You distribute, alongside - or as an addendum to the NOTICE text from the Work, provided - that such additional attribution notices cannot be construed - as modifying the License. +Copyright (c) 2021 The Khronos Group Inc. - You may add Your own copyright statement to Your modifications and - may provide additional or different license terms and conditions - for use, reproduction, or distribution of Your modifications, or - for any such Derivative Works as a whole, provided Your use, - reproduction, and distribution of the Work otherwise complies with - the conditions stated in this License. +Permission is hereby granted, free of charge, to any person obtaining a copy +of this software and/or associated documentation files (the "Materials"), +to deal in the Materials without restriction, including without limitation +the rights to use, copy, modify, merge, publish, distribute, sublicense, +and/or sell copies of the Materials, and to permit persons to whom the +Materials are furnished to do so, subject to the following conditions: -5. Submission of Contributions. Unless You explicitly state otherwise, - any Contribution intentionally submitted for inclusion in the Work - by You to the Licensor shall be under the terms and conditions of - this License, without any additional terms or conditions. - Notwithstanding the above, nothing herein shall supersede or modify - the terms of any separate license agreement you may have executed - with Licensor regarding such Contributions. +The above copyright notice and this permission notice shall be included in +all copies or substantial portions of the Materials. -6. Trademarks. This License does not grant permission to use the trade - names, trademarks, service marks, or product names of the Licensor, - except as required for reasonable and customary use in describing the - origin of the Work and reproducing the content of the NOTICE file. +MODIFICATIONS TO THIS FILE MAY MEAN IT NO LONGER ACCURATELY REFLECTS KHRONOS +STANDARDS. THE UNMODIFIED, NORMATIVE VERSIONS OF KHRONOS SPECIFICATIONS AND +HEADER INFORMATION ARE LOCATED AT https://www.khronos.org/registry/ -7. Disclaimer of Warranty. Unless required by applicable law or - agreed to in writing, Licensor provides the Work (and each - Contributor provides its Contributions) on an "AS IS" BASIS, - WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or - implied, including, without limitation, any warranties or conditions - of TITLE, NON-INFRINGEMENT, MERCHANTABILITY, or FITNESS FOR A - PARTICULAR PURPOSE. You are solely responsible for determining the - appropriateness of using or redistributing the Work and assume any - risks associated with Your exercise of permissions under this License. +THE MATERIALS ARE PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS +OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, +FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL +THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER +LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING +FROM,OUT OF OR IN CONNECTION WITH THE MATERIALS OR THE USE OR OTHER DEALINGS +IN THE MATERIALS. +-------------------------------------------------------------------------------- +glslang -8. Limitation of Liability. In no event and under no legal theory, - whether in tort (including negligence), contract, or otherwise, - unless required by applicable law (such as deliberate and grossly - negligent acts) or agreed to in writing, shall any Contributor be - liable to You for damages, including any direct, indirect, special, - incidental, or consequential damages of any character arising as a - result of this License or out of the use or inability to use the - Work (including but not limited to damages for loss of goodwill, - work stoppage, computer failure or malfunction, or any and all - other commercial damages or losses), even if such Contributor - has been advised of the possibility of such damages. +Copyright (c) 2022, 2025 ARM Limited -9. Accepting Warranty or Additional Liability. While redistributing - the Work or Derivative Works thereof, You may choose to offer, - and charge a fee for, acceptance of support, warranty, indemnity, - or other liability obligations and/or rights consistent with this - License. However, in accepting such obligations, You may act only - on Your own behalf and on Your sole responsibility, not on behalf - of any other Contributor, and only if You agree to indemnify, - defend, and hold each Contributor harmless for any liability - incurred by, or claims asserted against, such Contributor by reason - of your accepting any such warranty or additional liability. +Permission is hereby granted, free of charge, to any person obtaining a copy +of this software and/or associated documentation files (the "Materials"), +to deal in the Materials without restriction, including without limitation +the rights to use, copy, modify, merge, publish, distribute, sublicense, +and/or sell copies of the Materials, and to permit persons to whom the +Materials are furnished to do so, subject to the following conditions: -END OF TERMS AND CONDITIONS +The above copyright notice and this permission notice shall be included in +all copies or substantial portions of the Materials. -APPENDIX: How to apply the Apache License to your work. +MODIFICATIONS TO THIS FILE MAY MEAN IT NO LONGER ACCURATELY REFLECTS KHRONOS +STANDARDS. THE UNMODIFIED, NORMATIVE VERSIONS OF KHRONOS SPECIFICATIONS AND +HEADER INFORMATION ARE LOCATED AT https://www.khronos.org/registry/ - To apply the Apache License to your work, attach the following - boilerplate notice, with the fields enclosed by brackets "[]" - replaced with your own identifying information. (Don't include - the brackets!) The text should be enclosed in the appropriate - comment syntax for the file format. We also recommend that a - file or class name and description of purpose be included on the - same "printed page" as the copyright notice for easier - identification within third-party archives. +THE MATERIALS ARE PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS +OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, +FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL +THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER +LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING +FROM,OUT OF OR IN CONNECTION WITH THE MATERIALS OR THE USE OR OTHER DEALINGS +IN THE MATERIALS. +-------------------------------------------------------------------------------- +glslang -Copyright 2014 Google Inc. +Copyright 2017 The Glslang Authors. All rights reserved. Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. @@ -6112,4602 +10623,3835 @@ WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the License for the specific language governing permissions and limitations under the License. -------------------------------------------------------------------------------- -flutter - -Copyright 2014 The Flutter Authors. All rights reserved. - -Redistribution and use in source and binary forms, with or without modification, -are permitted provided that the following conditions are met: - - * Redistributions of source code must retain the above copyright - notice, this list of conditions and the following disclaimer. - * Redistributions in binary form must reproduce the above - copyright notice, this list of conditions and the following - disclaimer in the documentation and/or other materials provided - with the distribution. - * Neither the name of Google Inc. nor the names of its - contributors may be used to endorse or promote products derived - from this software without specific prior written permission. - -THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" AND -ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED -WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE -DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT OWNER OR CONTRIBUTORS BE LIABLE FOR -ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES -(INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; -LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON -ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT -(INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS -SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. - --------------------------------------------------------------------------------- -freetype2 +glslang -Copyright (C) 1995-2017 Jean-loup Gailly and Mark Adler +Copyright 2018 Google LLC. -This software is provided 'as-is', without any express or implied -warranty. In no event will the authors be held liable for any damages -arising from the use of this software. +Licensed under the Apache License, Version 2.0 (the "License"); +you may not use this file except in compliance with the License. +You may obtain a copy of the License at -Permission is granted to anyone to use this software for any purpose, -including commercial applications, and to alter it and redistribute it -freely, subject to the following restrictions: + http://www.apache.org/licenses/LICENSE-2.0 -1. The origin of this software must not be misrepresented; you must not - claim that you wrote the original software. If you use this software - in a product, an acknowledgment in the product documentation would be - appreciated but is not required. -2. Altered source versions must be plainly marked as such, and must not be - misrepresented as being the original software. -3. This notice may not be removed or altered from any source distribution. +Unless required by applicable law or agreed to in writing, software +distributed under the License is distributed on an "AS IS" BASIS, +WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +See the License for the specific language governing permissions and +limitations under the License. -------------------------------------------------------------------------------- -freetype2 - -Copyright (C) 2000, 2001, 2002, 2003, 2006, 2010 by -Francesco Zappa Nardelli +glslang -Permission is hereby granted, free of charge, to any person obtaining a copy -of this software and associated documentation files (the "Software"), to deal -in the Software without restriction, including without limitation the rights -to use, copy, modify, merge, publish, distribute, sublicense, and/or sell -copies of the Software, and to permit persons to whom the Software is -furnished to do so, subject to the following conditions: +Copyright(C) 2021 Advanced Micro Devices, Inc. -The above copyright notice and this permission notice shall be included in -all copies or substantial portions of the Software. +All rights reserved. -THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR -IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, -FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE -AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER -LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, -OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN -THE SOFTWARE. --------------------------------------------------------------------------------- -freetype2 +Redistribution and use in source and binary forms, with or without +modification, are permitted provided that the following conditions +are met: -Copyright (C) 2000-2004, 2006-2011, 2013, 2014 by -Francesco Zappa Nardelli + Redistributions of source code must retain the above copyright + notice, this list of conditions and the following disclaimer. -Permission is hereby granted, free of charge, to any person obtaining a copy -of this software and associated documentation files (the "Software"), to deal -in the Software without restriction, including without limitation the rights -to use, copy, modify, merge, publish, distribute, sublicense, and/or sell -copies of the Software, and to permit persons to whom the Software is -furnished to do so, subject to the following conditions: + Redistributions in binary form must reproduce the above + copyright notice, this list of conditions and the following + disclaimer in the documentation and/or other materials provided + with the distribution. -The above copyright notice and this permission notice shall be included in -all copies or substantial portions of the Software. + Neither the name of 3Dlabs Inc. Ltd. nor the names of its + contributors may be used to endorse or promote products derived + from this software without specific prior written permission. -THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR -IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, -FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE -AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER -LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, -OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN -THE SOFTWARE. +THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS +"AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT +LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS +FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE +COPYRIGHT HOLDERS OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, +INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, +BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; +LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER +CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT +LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN +ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE +POSSIBILITY OF SUCH DAMAGE. -------------------------------------------------------------------------------- -freetype2 +glslang +skia +spirv-tools -Copyright (C) 2001, 2002 by -Francesco Zappa Nardelli +Copyright (c) 2014-2016 The Khronos Group Inc. Permission is hereby granted, free of charge, to any person obtaining a copy -of this software and associated documentation files (the "Software"), to deal -in the Software without restriction, including without limitation the rights -to use, copy, modify, merge, publish, distribute, sublicense, and/or sell -copies of the Software, and to permit persons to whom the Software is -furnished to do so, subject to the following conditions: +of this software and/or associated documentation files (the "Materials"), +to deal in the Materials without restriction, including without limitation +the rights to use, copy, modify, merge, publish, distribute, sublicense, +and/or sell copies of the Materials, and to permit persons to whom the +Materials are furnished to do so, subject to the following conditions: The above copyright notice and this permission notice shall be included in -all copies or substantial portions of the Software. - -THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR -IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, -FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE -AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER -LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, -OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN -THE SOFTWARE. --------------------------------------------------------------------------------- -freetype2 - -Copyright (C) 2001, 2002, 2003, 2004 by -Francesco Zappa Nardelli - -Permission is hereby granted, free of charge, to any person obtaining a copy -of this software and associated documentation files (the "Software"), to deal -in the Software without restriction, including without limitation the rights -to use, copy, modify, merge, publish, distribute, sublicense, and/or sell -copies of the Software, and to permit persons to whom the Software is -furnished to do so, subject to the following conditions: +all copies or substantial portions of the Materials. -The above copyright notice and this permission notice shall be included in -all copies or substantial portions of the Software. +MODIFICATIONS TO THIS FILE MAY MEAN IT NO LONGER ACCURATELY REFLECTS KHRONOS +STANDARDS. THE UNMODIFIED, NORMATIVE VERSIONS OF KHRONOS SPECIFICATIONS AND +HEADER INFORMATION ARE LOCATED AT https://www.khronos.org/registry/ -THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR -IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, -FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE -AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER -LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, -OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN -THE SOFTWARE. +THE MATERIALS ARE PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS +OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, +FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL +THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER +LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING +FROM,OUT OF OR IN CONNECTION WITH THE MATERIALS OR THE USE OR OTHER DEALINGS +IN THE MATERIALS. -------------------------------------------------------------------------------- -freetype2 +glslang +spirv-tools -Copyright (C) 2001-2008, 2011, 2013, 2014 by -Francesco Zappa Nardelli +Copyright (c) 2015-2016 The Khronos Group Inc. -Permission is hereby granted, free of charge, to any person obtaining a copy -of this software and associated documentation files (the "Software"), to deal -in the Software without restriction, including without limitation the rights -to use, copy, modify, merge, publish, distribute, sublicense, and/or sell -copies of the Software, and to permit persons to whom the Software is -furnished to do so, subject to the following conditions: +Licensed under the Apache License, Version 2.0 (the "License"); +you may not use this file except in compliance with the License. +You may obtain a copy of the License at -The above copyright notice and this permission notice shall be included in -all copies or substantial portions of the Software. + http://www.apache.org/licenses/LICENSE-2.0 -THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR -IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, -FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE -AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER -LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, -OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN -THE SOFTWARE. +Unless required by applicable law or agreed to in writing, software +distributed under the License is distributed on an "AS IS" BASIS, +WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +See the License for the specific language governing permissions and +limitations under the License. -------------------------------------------------------------------------------- -freetype2 - -Copyright 1990, 1994, 1998 The Open Group +glslang +spirv-tools -Permission to use, copy, modify, distribute, and sell this software and its -documentation for any purpose is hereby granted without fee, provided that -the above copyright notice appear in all copies and that both that -copyright notice and this permission notice appear in supporting -documentation. +Copyright (c) 2021 Google LLC -The above copyright notice and this permission notice shall be included in -all copies or substantial portions of the Software. +Licensed under the Apache License, Version 2.0 (the "License"); +you may not use this file except in compliance with the License. +You may obtain a copy of the License at -THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR -IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, -FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE -OPEN GROUP BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN -AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN -CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. + http://www.apache.org/licenses/LICENSE-2.0 -Except as contained in this notice, the name of The Open Group shall not be -used in advertising or otherwise to promote the sale, use or other dealings -in this Software without prior written authorization from The Open Group. +Unless required by applicable law or agreed to in writing, software +distributed under the License is distributed on an "AS IS" BASIS, +WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +See the License for the specific language governing permissions and +limitations under the License. -------------------------------------------------------------------------------- -freetype2 +glslang +spirv-tools -Copyright 2000 Computing Research Labs, New Mexico State University -Copyright 2001-2004, 2011 Francesco Zappa Nardelli +Copyright (c) 2025 The Khronos Group Inc. -Permission is hereby granted, free of charge, to any person obtaining a -copy of this software and associated documentation files (the "Software"), -to deal in the Software without restriction, including without limitation -the rights to use, copy, modify, merge, publish, distribute, sublicense, -and/or sell copies of the Software, and to permit persons to whom the -Software is furnished to do so, subject to the following conditions: +Licensed under the Apache License, Version 2.0 (the "License"); +you may not use this file except in compliance with the License. +You may obtain a copy of the License at -The above copyright notice and this permission notice shall be included in -all copies or substantial portions of the Software. + http://www.apache.org/licenses/LICENSE-2.0 -THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR -IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, -FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL -THE COMPUTING RESEARCH LAB OR NEW MEXICO STATE UNIVERSITY BE LIABLE FOR ANY -CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT -OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR -THE USE OR OTHER DEALINGS IN THE SOFTWARE. +Unless required by applicable law or agreed to in writing, software +distributed under the License is distributed on an "AS IS" BASIS, +WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +See the License for the specific language governing permissions and +limitations under the License. -------------------------------------------------------------------------------- -freetype2 +gtest-parallel -Copyright 2000 Computing Research Labs, New Mexico State University -Copyright 2001-2014 - Francesco Zappa Nardelli +Copyright 2013 Google Inc. All rights reserved. -Permission is hereby granted, free of charge, to any person obtaining a -copy of this software and associated documentation files (the "Software"), -to deal in the Software without restriction, including without limitation -the rights to use, copy, modify, merge, publish, distribute, sublicense, -and/or sell copies of the Software, and to permit persons to whom the -Software is furnished to do so, subject to the following conditions: +Licensed under the Apache License, Version 2.0 (the "License"); +you may not use this file except in compliance with the License. +You may obtain a copy of the License at -The above copyright notice and this permission notice shall be included in -all copies or substantial portions of the Software. + http://www.apache.org/licenses/LICENSE-2.0 -THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR -IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, -FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL -THE COMPUTING RESEARCH LAB OR NEW MEXICO STATE UNIVERSITY BE LIABLE FOR ANY -CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT -OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR -THE USE OR OTHER DEALINGS IN THE SOFTWARE. +Unless required by applicable law or agreed to in writing, software +distributed under the License is distributed on an "AS IS" BASIS, +WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +See the License for the specific language governing permissions and +limitations under the License. -------------------------------------------------------------------------------- -freetype2 +harfbuzz -Copyright 2000 Computing Research Labs, New Mexico State University -Copyright 2001-2015 - Francesco Zappa Nardelli -Permission is hereby granted, free of charge, to any person obtaining a -copy of this software and associated documentation files (the "Software"), -to deal in the Software without restriction, including without limitation -the rights to use, copy, modify, merge, publish, distribute, sublicense, -and/or sell copies of the Software, and to permit persons to whom the -Software is furnished to do so, subject to the following conditions: -The above copyright notice and this permission notice shall be included in -all copies or substantial portions of the Software. + Copyright (c) Microsoft Corporation. -THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR -IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, -FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL -THE COMPUTING RESEARCH LAB OR NEW MEXICO STATE UNIVERSITY BE LIABLE FOR ANY -CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT -OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR -THE USE OR OTHER DEALINGS IN THE SOFTWARE. + Permission is hereby granted, free of charge, to any person obtaining a copy + of this software and associated documentation files (the "Software"), to deal + in the Software without restriction, including without limitation the rights + to use, copy, modify, merge, publish, distribute, sublicense, and/or sell + copies of the Software, and to permit persons to whom the Software is + furnished to do so, subject to the following conditions: + + The above copyright notice and this permission notice shall be included in all + copies or substantial portions of the Software. + + THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR + IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, + FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE + AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER + LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, + OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE + SOFTWARE -------------------------------------------------------------------------------- -freetype2 +harfbuzz -Copyright 2000, 2001, 2004 by -Francesco Zappa Nardelli -Permission is hereby granted, free of charge, to any person obtaining a copy -of this software and associated documentation files (the "Software"), to deal -in the Software without restriction, including without limitation the rights -to use, copy, modify, merge, publish, distribute, sublicense, and/or sell -copies of the Software, and to permit persons to whom the Software is + +Copyright (C) 2012 Zilong Tan (eric.zltan@gmail.com) + +Permission is hereby granted, free of charge, to any person +obtaining a copy of this software and associated documentation +files (the "Software"), to deal in the Software without +restriction, including without limitation the rights to use, copy, +modify, merge, publish, distribute, sublicense, and/or sell copies +of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions: -The above copyright notice and this permission notice shall be included in -all copies or substantial portions of the Software. +The above copyright notice and this permission notice shall be +included in all copies or substantial portions of the Software. -THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR -IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, -FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE -AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER -LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, -OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN -THE SOFTWARE. +THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, +EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF +MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND +NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS +BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN +ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN +CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE +SOFTWARE. -------------------------------------------------------------------------------- -freetype2 +harfbuzz -Copyright 2000-2001, 2002 by -Francesco Zappa Nardelli + This is part of HarfBuzz, a text shaping library. -Permission is hereby granted, free of charge, to any person obtaining a copy -of this software and associated documentation files (the "Software"), to deal -in the Software without restriction, including without limitation the rights -to use, copy, modify, merge, publish, distribute, sublicense, and/or sell -copies of the Software, and to permit persons to whom the Software is -furnished to do so, subject to the following conditions: +Permission is hereby granted, without written agreement and without +license or royalty fees, to use, copy, modify, and distribute this +software and its documentation for any purpose, provided that the +above copyright notice and the following two paragraphs appear in +all copies of this software. -The above copyright notice and this permission notice shall be included in -all copies or substantial portions of the Software. +IN NO EVENT SHALL THE COPYRIGHT HOLDER BE LIABLE TO ANY PARTY FOR +DIRECT, INDIRECT, SPECIAL, INCIDENTAL, OR CONSEQUENTIAL DAMAGES +ARISING OUT OF THE USE OF THIS SOFTWARE AND ITS DOCUMENTATION, EVEN +IF THE COPYRIGHT HOLDER HAS BEEN ADVISED OF THE POSSIBILITY OF SUCH +DAMAGE. + +THE COPYRIGHT HOLDER SPECIFICALLY DISCLAIMS ANY WARRANTIES, INCLUDING, +BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND +FITNESS FOR A PARTICULAR PURPOSE. THE SOFTWARE PROVIDED HEREUNDER IS +ON AN "AS IS" BASIS, AND THE COPYRIGHT HOLDER HAS NO OBLIGATION TO +PROVIDE MAINTENANCE, SUPPORT, UPDATES, ENHANCEMENTS, OR MODIFICATIONS. + +Author(s): Behdad Esfahbod -THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR -IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, -FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE -AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER -LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, -OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN -THE SOFTWARE. -------------------------------------------------------------------------------- -freetype2 +harfbuzz -Copyright 2000-2001, 2003 by -Francesco Zappa Nardelli +Copyright (C) 2011 Google, Inc. -Permission is hereby granted, free of charge, to any person obtaining a copy -of this software and associated documentation files (the "Software"), to deal -in the Software without restriction, including without limitation the rights -to use, copy, modify, merge, publish, distribute, sublicense, and/or sell -copies of the Software, and to permit persons to whom the Software is -furnished to do so, subject to the following conditions: + This is part of HarfBuzz, a text shaping library. -The above copyright notice and this permission notice shall be included in -all copies or substantial portions of the Software. +Permission is hereby granted, without written agreement and without +license or royalty fees, to use, copy, modify, and distribute this +software and its documentation for any purpose, provided that the +above copyright notice and the following two paragraphs appear in +all copies of this software. + +IN NO EVENT SHALL THE COPYRIGHT HOLDER BE LIABLE TO ANY PARTY FOR +DIRECT, INDIRECT, SPECIAL, INCIDENTAL, OR CONSEQUENTIAL DAMAGES +ARISING OUT OF THE USE OF THIS SOFTWARE AND ITS DOCUMENTATION, EVEN +IF THE COPYRIGHT HOLDER HAS BEEN ADVISED OF THE POSSIBILITY OF SUCH +DAMAGE. + +THE COPYRIGHT HOLDER SPECIFICALLY DISCLAIMS ANY WARRANTIES, INCLUDING, +BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND +FITNESS FOR A PARTICULAR PURPOSE. THE SOFTWARE PROVIDED HEREUNDER IS +ON AN "AS IS" BASIS, AND THE COPYRIGHT HOLDER HAS NO OBLIGATION TO +PROVIDE MAINTENANCE, SUPPORT, UPDATES, ENHANCEMENTS, OR MODIFICATIONS. + +Google Author(s): Behdad Esfahbod -THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR -IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, -FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE -AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER -LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, -OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN -THE SOFTWARE. -------------------------------------------------------------------------------- -freetype2 +harfbuzz -Copyright 2000-2010, 2012-2014 by -Francesco Zappa Nardelli +Copyright (C) 2012 Grigori Goronzy -Permission is hereby granted, free of charge, to any person obtaining a copy -of this software and associated documentation files (the "Software"), to deal -in the Software without restriction, including without limitation the rights -to use, copy, modify, merge, publish, distribute, sublicense, and/or sell -copies of the Software, and to permit persons to whom the Software is -furnished to do so, subject to the following conditions: +Permission to use, copy, modify, and/or distribute this software for any +purpose with or without fee is hereby granted, provided that the above +copyright notice and this permission notice appear in all copies. -The above copyright notice and this permission notice shall be included in -all copies or substantial portions of the Software. +THE SOFTWARE IS PROVIDED "AS IS" AND THE AUTHOR DISCLAIMS ALL WARRANTIES +WITH REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF +MERCHANTABILITY AND FITNESS. IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR +ANY SPECIAL, DIRECT, INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES +WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN +ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF +OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. +-------------------------------------------------------------------------------- +harfbuzz + +Copyright © 1998-2004 David Turner and Werner Lemberg +Copyright © 2004,2007,2009 Red Hat, Inc. +Copyright © 2011,2012 Google, Inc. + + This is part of HarfBuzz, a text shaping library. + +Permission is hereby granted, without written agreement and without +license or royalty fees, to use, copy, modify, and distribute this +software and its documentation for any purpose, provided that the +above copyright notice and the following two paragraphs appear in +all copies of this software. + +IN NO EVENT SHALL THE COPYRIGHT HOLDER BE LIABLE TO ANY PARTY FOR +DIRECT, INDIRECT, SPECIAL, INCIDENTAL, OR CONSEQUENTIAL DAMAGES +ARISING OUT OF THE USE OF THIS SOFTWARE AND ITS DOCUMENTATION, EVEN +IF THE COPYRIGHT HOLDER HAS BEEN ADVISED OF THE POSSIBILITY OF SUCH +DAMAGE. + +THE COPYRIGHT HOLDER SPECIFICALLY DISCLAIMS ANY WARRANTIES, INCLUDING, +BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND +FITNESS FOR A PARTICULAR PURPOSE. THE SOFTWARE PROVIDED HEREUNDER IS +ON AN "AS IS" BASIS, AND THE COPYRIGHT HOLDER HAS NO OBLIGATION TO +PROVIDE MAINTENANCE, SUPPORT, UPDATES, ENHANCEMENTS, OR MODIFICATIONS. + +Red Hat Author(s): Owen Taylor, Behdad Esfahbod +Google Author(s): Behdad Esfahbod -THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR -IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, -FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE -AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER -LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, -OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN -THE SOFTWARE. -------------------------------------------------------------------------------- -freetype2 +harfbuzz -Copyright 2001, 2002, 2012 Francesco Zappa Nardelli +Copyright © 1998-2004 David Turner and Werner Lemberg +Copyright © 2004,2007,2009,2010 Red Hat, Inc. +Copyright © 2011,2012 Google, Inc. + + This is part of HarfBuzz, a text shaping library. + +Permission is hereby granted, without written agreement and without +license or royalty fees, to use, copy, modify, and distribute this +software and its documentation for any purpose, provided that the +above copyright notice and the following two paragraphs appear in +all copies of this software. + +IN NO EVENT SHALL THE COPYRIGHT HOLDER BE LIABLE TO ANY PARTY FOR +DIRECT, INDIRECT, SPECIAL, INCIDENTAL, OR CONSEQUENTIAL DAMAGES +ARISING OUT OF THE USE OF THIS SOFTWARE AND ITS DOCUMENTATION, EVEN +IF THE COPYRIGHT HOLDER HAS BEEN ADVISED OF THE POSSIBILITY OF SUCH +DAMAGE. -Permission is hereby granted, free of charge, to any person obtaining a -copy of this software and associated documentation files (the "Software"), -to deal in the Software without restriction, including without limitation -the rights to use, copy, modify, merge, publish, distribute, sublicense, -and/or sell copies of the Software, and to permit persons to whom the -Software is furnished to do so, subject to the following conditions: +THE COPYRIGHT HOLDER SPECIFICALLY DISCLAIMS ANY WARRANTIES, INCLUDING, +BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND +FITNESS FOR A PARTICULAR PURPOSE. THE SOFTWARE PROVIDED HEREUNDER IS +ON AN "AS IS" BASIS, AND THE COPYRIGHT HOLDER HAS NO OBLIGATION TO +PROVIDE MAINTENANCE, SUPPORT, UPDATES, ENHANCEMENTS, OR MODIFICATIONS. -The above copyright notice and this permission notice shall be included in -all copies or substantial portions of the Software. +Red Hat Author(s): Owen Taylor, Behdad Esfahbod +Google Author(s): Behdad Esfahbod -THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR -IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, -FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL -THE COMPUTING RESEARCH LAB OR NEW MEXICO STATE UNIVERSITY BE LIABLE FOR ANY -CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT -OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR -THE USE OR OTHER DEALINGS IN THE SOFTWARE. -------------------------------------------------------------------------------- -freetype2 - -Copyright 2003 by -Francesco Zappa Nardelli +harfbuzz -Permission is hereby granted, free of charge, to any person obtaining a copy -of this software and associated documentation files (the "Software"), to deal -in the Software without restriction, including without limitation the rights -to use, copy, modify, merge, publish, distribute, sublicense, and/or sell -copies of the Software, and to permit persons to whom the Software is -furnished to do so, subject to the following conditions: +Copyright © 1998-2004 David Turner and Werner Lemberg +Copyright © 2006 Behdad Esfahbod +Copyright © 2007,2008,2009 Red Hat, Inc. +Copyright © 2012,2013 Google, Inc. -The above copyright notice and this permission notice shall be included in -all copies or substantial portions of the Software. + This is part of HarfBuzz, a text shaping library. -THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR -IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, -FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE -AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER -LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, -OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN -THE SOFTWARE. --------------------------------------------------------------------------------- -freetype2 +Permission is hereby granted, without written agreement and without +license or royalty fees, to use, copy, modify, and distribute this +software and its documentation for any purpose, provided that the +above copyright notice and the following two paragraphs appear in +all copies of this software. -The FreeType Project LICENSE ----------------------------- +IN NO EVENT SHALL THE COPYRIGHT HOLDER BE LIABLE TO ANY PARTY FOR +DIRECT, INDIRECT, SPECIAL, INCIDENTAL, OR CONSEQUENTIAL DAMAGES +ARISING OUT OF THE USE OF THIS SOFTWARE AND ITS DOCUMENTATION, EVEN +IF THE COPYRIGHT HOLDER HAS BEEN ADVISED OF THE POSSIBILITY OF SUCH +DAMAGE. - 2006-Jan-27 +THE COPYRIGHT HOLDER SPECIFICALLY DISCLAIMS ANY WARRANTIES, INCLUDING, +BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND +FITNESS FOR A PARTICULAR PURPOSE. THE SOFTWARE PROVIDED HEREUNDER IS +ON AN "AS IS" BASIS, AND THE COPYRIGHT HOLDER HAS NO OBLIGATION TO +PROVIDE MAINTENANCE, SUPPORT, UPDATES, ENHANCEMENTS, OR MODIFICATIONS. - Copyright 1996-2002, 2006 by - David Turner, Robert Wilhelm, and Werner Lemberg +Red Hat Author(s): Behdad Esfahbod +Google Author(s): Behdad Esfahbod +-------------------------------------------------------------------------------- +harfbuzz +Copyright © 2007 Chris Wilson +Copyright © 2009,2010 Red Hat, Inc. +Copyright © 2011,2012 Google, Inc. -Introduction -============ + This is part of HarfBuzz, a text shaping library. - The FreeType Project is distributed in several archive packages; - some of them may contain, in addition to the FreeType font engine, - various tools and contributions which rely on, or relate to, the - FreeType Project. +Permission is hereby granted, without written agreement and without +license or royalty fees, to use, copy, modify, and distribute this +software and its documentation for any purpose, provided that the +above copyright notice and the following two paragraphs appear in +all copies of this software. - This license applies to all files found in such packages, and - which do not fall under their own explicit license. The license - affects thus the FreeType font engine, the test programs, - documentation and makefiles, at the very least. +IN NO EVENT SHALL THE COPYRIGHT HOLDER BE LIABLE TO ANY PARTY FOR +DIRECT, INDIRECT, SPECIAL, INCIDENTAL, OR CONSEQUENTIAL DAMAGES +ARISING OUT OF THE USE OF THIS SOFTWARE AND ITS DOCUMENTATION, EVEN +IF THE COPYRIGHT HOLDER HAS BEEN ADVISED OF THE POSSIBILITY OF SUCH +DAMAGE. - This license was inspired by the BSD, Artistic, and IJG - (Independent JPEG Group) licenses, which all encourage inclusion - and use of free software in commercial and freeware products - alike. As a consequence, its main points are that: +THE COPYRIGHT HOLDER SPECIFICALLY DISCLAIMS ANY WARRANTIES, INCLUDING, +BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND +FITNESS FOR A PARTICULAR PURPOSE. THE SOFTWARE PROVIDED HEREUNDER IS +ON AN "AS IS" BASIS, AND THE COPYRIGHT HOLDER HAS NO OBLIGATION TO +PROVIDE MAINTENANCE, SUPPORT, UPDATES, ENHANCEMENTS, OR MODIFICATIONS. - o We don't promise that this software works. However, we will be - interested in any kind of bug reports. (`as is' distribution) +Contributor(s): +Chris Wilson +Red Hat Author(s): Behdad Esfahbod +Google Author(s): Behdad Esfahbod - o You can use this software for whatever you want, in parts or - full form, without having to pay us. (`royalty-free' usage) +-------------------------------------------------------------------------------- +harfbuzz - o You may not pretend that you wrote this software. If you use - it, or only parts of it, in a program, you must acknowledge - somewhere in your documentation that you have used the - FreeType code. (`credits') +Copyright © 2007,2008,2009 Red Hat, Inc. - We specifically permit and encourage the inclusion of this - software, with or without modifications, in commercial products. - We disclaim all warranties covering The FreeType Project and - assume no liability related to The FreeType Project. + This is part of HarfBuzz, a text shaping library. +Permission is hereby granted, without written agreement and without +license or royalty fees, to use, copy, modify, and distribute this +software and its documentation for any purpose, provided that the +above copyright notice and the following two paragraphs appear in +all copies of this software. - Finally, many people asked us for a preferred form for a - credit/disclaimer to use in compliance with this license. We thus - encourage you to use the following text: +IN NO EVENT SHALL THE COPYRIGHT HOLDER BE LIABLE TO ANY PARTY FOR +DIRECT, INDIRECT, SPECIAL, INCIDENTAL, OR CONSEQUENTIAL DAMAGES +ARISING OUT OF THE USE OF THIS SOFTWARE AND ITS DOCUMENTATION, EVEN +IF THE COPYRIGHT HOLDER HAS BEEN ADVISED OF THE POSSIBILITY OF SUCH +DAMAGE. - """ - Portions of this software are copyright © The FreeType - Project (www.freetype.org). All rights reserved. - """ +THE COPYRIGHT HOLDER SPECIFICALLY DISCLAIMS ANY WARRANTIES, INCLUDING, +BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND +FITNESS FOR A PARTICULAR PURPOSE. THE SOFTWARE PROVIDED HEREUNDER IS +ON AN "AS IS" BASIS, AND THE COPYRIGHT HOLDER HAS NO OBLIGATION TO +PROVIDE MAINTENANCE, SUPPORT, UPDATES, ENHANCEMENTS, OR MODIFICATIONS. - Please replace with the value from the FreeType version you - actually use. +Red Hat Author(s): Behdad Esfahbod +-------------------------------------------------------------------------------- +harfbuzz -Legal Terms -=========== +Copyright © 2007,2008,2009 Red Hat, Inc. +Copyright © 2010,2011,2012 Google, Inc. -0. Definitions --------------- + This is part of HarfBuzz, a text shaping library. - Throughout this license, the terms `package', `FreeType Project', - and `FreeType archive' refer to the set of files originally - distributed by the authors (David Turner, Robert Wilhelm, and - Werner Lemberg) as the `FreeType Project', be they named as alpha, - beta or final release. +Permission is hereby granted, without written agreement and without +license or royalty fees, to use, copy, modify, and distribute this +software and its documentation for any purpose, provided that the +above copyright notice and the following two paragraphs appear in +all copies of this software. - `You' refers to the licensee, or person using the project, where - `using' is a generic term including compiling the project's source - code as well as linking it to form a `program' or `executable'. - This program is referred to as `a program using the FreeType - engine'. +IN NO EVENT SHALL THE COPYRIGHT HOLDER BE LIABLE TO ANY PARTY FOR +DIRECT, INDIRECT, SPECIAL, INCIDENTAL, OR CONSEQUENTIAL DAMAGES +ARISING OUT OF THE USE OF THIS SOFTWARE AND ITS DOCUMENTATION, EVEN +IF THE COPYRIGHT HOLDER HAS BEEN ADVISED OF THE POSSIBILITY OF SUCH +DAMAGE. - This license applies to all files distributed in the original - FreeType Project, including all source code, binaries and - documentation, unless otherwise stated in the file in its - original, unmodified form as distributed in the original archive. - If you are unsure whether or not a particular file is covered by - this license, you must contact us to verify this. +THE COPYRIGHT HOLDER SPECIFICALLY DISCLAIMS ANY WARRANTIES, INCLUDING, +BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND +FITNESS FOR A PARTICULAR PURPOSE. THE SOFTWARE PROVIDED HEREUNDER IS +ON AN "AS IS" BASIS, AND THE COPYRIGHT HOLDER HAS NO OBLIGATION TO +PROVIDE MAINTENANCE, SUPPORT, UPDATES, ENHANCEMENTS, OR MODIFICATIONS. - The FreeType Project is copyright (C) 1996-2000 by David Turner, - Robert Wilhelm, and Werner Lemberg. All rights reserved except as - specified below. +Red Hat Author(s): Behdad Esfahbod +Google Author(s): Behdad Esfahbod -1. No Warranty --------------- +-------------------------------------------------------------------------------- +harfbuzz - THE FREETYPE PROJECT IS PROVIDED `AS IS' WITHOUT WARRANTY OF ANY - KIND, EITHER EXPRESS OR IMPLIED, INCLUDING, BUT NOT LIMITED TO, - WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR - PURPOSE. IN NO EVENT WILL ANY OF THE AUTHORS OR COPYRIGHT HOLDERS - BE LIABLE FOR ANY DAMAGES CAUSED BY THE USE OR THE INABILITY TO - USE, OF THE FREETYPE PROJECT. +Copyright © 2007,2008,2009 Red Hat, Inc. +Copyright © 2010,2012 Google, Inc. -2. Redistribution ------------------ + This is part of HarfBuzz, a text shaping library. - This license grants a worldwide, royalty-free, perpetual and - irrevocable right and license to use, execute, perform, compile, - display, copy, create derivative works of, distribute and - sublicense the FreeType Project (in both source and object code - forms) and derivative works thereof for any purpose; and to - authorize others to exercise some or all of the rights granted - herein, subject to the following conditions: +Permission is hereby granted, without written agreement and without +license or royalty fees, to use, copy, modify, and distribute this +software and its documentation for any purpose, provided that the +above copyright notice and the following two paragraphs appear in +all copies of this software. - o Redistribution of source code must retain this license file - (`FTL.TXT') unaltered; any additions, deletions or changes to - the original files must be clearly indicated in accompanying - documentation. The copyright notices of the unaltered, - original files must be preserved in all copies of source - files. +IN NO EVENT SHALL THE COPYRIGHT HOLDER BE LIABLE TO ANY PARTY FOR +DIRECT, INDIRECT, SPECIAL, INCIDENTAL, OR CONSEQUENTIAL DAMAGES +ARISING OUT OF THE USE OF THIS SOFTWARE AND ITS DOCUMENTATION, EVEN +IF THE COPYRIGHT HOLDER HAS BEEN ADVISED OF THE POSSIBILITY OF SUCH +DAMAGE. - o Redistribution in binary form must provide a disclaimer that - states that the software is based in part of the work of the - FreeType Team, in the distribution documentation. We also - encourage you to put an URL to the FreeType web page in your - documentation, though this isn't mandatory. +THE COPYRIGHT HOLDER SPECIFICALLY DISCLAIMS ANY WARRANTIES, INCLUDING, +BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND +FITNESS FOR A PARTICULAR PURPOSE. THE SOFTWARE PROVIDED HEREUNDER IS +ON AN "AS IS" BASIS, AND THE COPYRIGHT HOLDER HAS NO OBLIGATION TO +PROVIDE MAINTENANCE, SUPPORT, UPDATES, ENHANCEMENTS, OR MODIFICATIONS. - These conditions apply to any software derived from or based on - the FreeType Project, not just the unmodified files. If you use - our work, you must acknowledge us. However, no fee need be paid - to us. +Red Hat Author(s): Behdad Esfahbod +Google Author(s): Behdad Esfahbod -3. Advertising --------------- +-------------------------------------------------------------------------------- +harfbuzz - Neither the FreeType authors and contributors nor you shall use - the name of the other for commercial, advertising, or promotional - purposes without specific prior written permission. +Copyright © 2007,2008,2009 Red Hat, Inc. +Copyright © 2010,2012 Google, Inc. - We suggest, but do not require, that you use one or more of the - following phrases to refer to this software in your documentation - or advertising materials: `FreeType Project', `FreeType Engine', - `FreeType library', or `FreeType Distribution'. + This is part of HarfBuzz, a text shaping library. - As you have not signed this license, you are not required to - accept it. However, as the FreeType Project is copyrighted - material, only this license, or another one contracted with the - authors, grants you the right to use, distribute, and modify it. - Therefore, by using, distributing, or modifying the FreeType - Project, you indicate that you understand and accept all the terms - of this license. +Permission is hereby granted, without written agreement and without +license or royalty fees, to use, copy, modify, and distribute this +software and its documentation for any purpose, provided that the +above copyright notice and the following two paragraphs appear in +all copies of this software. -4. Contacts ------------ +IN NO EVENT SHALL THE COPYRIGHT HOLDER BE LIABLE TO ANY PARTY FOR +DIRECT, INDIRECT, SPECIAL, INCIDENTAL, OR CONSEQUENTIAL DAMAGES +ARISING OUT OF THE USE OF THIS SOFTWARE AND ITS DOCUMENTATION, EVEN +IF THE COPYRIGHT HOLDER HAS BEEN ADVISED OF THE POSSIBILITY OF SUCH +DAMAGE. - There are two mailing lists related to FreeType: +THE COPYRIGHT HOLDER SPECIFICALLY DISCLAIMS ANY WARRANTIES, INCLUDING, +BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND +FITNESS FOR A PARTICULAR PURPOSE. THE SOFTWARE PROVIDED HEREUNDER IS +ON AN "AS IS" BASIS, AND THE COPYRIGHT HOLDER HAS NO OBLIGATION TO +PROVIDE MAINTENANCE, SUPPORT, UPDATES, ENHANCEMENTS, OR MODIFICATIONS. - o freetype@nongnu.org +Red Hat Author(s): Behdad Esfahbod +Google Author(s): Behdad Esfahbod, Garret Rieger - Discusses general use and applications of FreeType, as well as - future and wanted additions to the library and distribution. - If you are looking for support, start in this list if you - haven't found anything to help you in the documentation. +-------------------------------------------------------------------------------- +harfbuzz - o freetype-devel@nongnu.org +Copyright © 2007,2008,2009 Red Hat, Inc. +Copyright © 2011,2012 Google, Inc. - Discusses bugs, as well as engine internals, design issues, - specific licenses, porting, etc. + This is part of HarfBuzz, a text shaping library. - Our home page can be found at +Permission is hereby granted, without written agreement and without +license or royalty fees, to use, copy, modify, and distribute this +software and its documentation for any purpose, provided that the +above copyright notice and the following two paragraphs appear in +all copies of this software. - https://www.freetype.org +IN NO EVENT SHALL THE COPYRIGHT HOLDER BE LIABLE TO ANY PARTY FOR +DIRECT, INDIRECT, SPECIAL, INCIDENTAL, OR CONSEQUENTIAL DAMAGES +ARISING OUT OF THE USE OF THIS SOFTWARE AND ITS DOCUMENTATION, EVEN +IF THE COPYRIGHT HOLDER HAS BEEN ADVISED OF THE POSSIBILITY OF SUCH +DAMAGE. + +THE COPYRIGHT HOLDER SPECIFICALLY DISCLAIMS ANY WARRANTIES, INCLUDING, +BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND +FITNESS FOR A PARTICULAR PURPOSE. THE SOFTWARE PROVIDED HEREUNDER IS +ON AN "AS IS" BASIS, AND THE COPYRIGHT HOLDER HAS NO OBLIGATION TO +PROVIDE MAINTENANCE, SUPPORT, UPDATES, ENHANCEMENTS, OR MODIFICATIONS. +Red Hat Author(s): Behdad Esfahbod +Google Author(s): Behdad Esfahbod ---- end of FTL.TXT --- -------------------------------------------------------------------------------- -freetype2 +harfbuzz -This software was written by Alexander Peslyak in 2001. No copyright is -claimed, and the software is hereby placed in the public domain. -In case this attempt to disclaim copyright and place the software in the -public domain is deemed null and void, then the software is -Copyright (c) 2001 Alexander Peslyak and it is hereby released to the -general public under the following terms: +Copyright © 2007,2008,2009 Red Hat, Inc. +Copyright © 2012 Google, Inc. -Redistribution and use in source and binary forms, with or without -modification, are permitted. + This is part of HarfBuzz, a text shaping library. -There's ABSOLUTELY NO WARRANTY, express or implied. --------------------------------------------------------------------------------- -freetype2 +Permission is hereby granted, without written agreement and without +license or royalty fees, to use, copy, modify, and distribute this +software and its documentation for any purpose, provided that the +above copyright notice and the following two paragraphs appear in +all copies of this software. -This software was written by Alexander Peslyak in 2001. No copyright is -claimed, and the software is hereby placed in the public domain. -In case this attempt to disclaim copyright and place the software in the -public domain is deemed null and void, then the software is -Copyright (c) 2001 Alexander Peslyak and it is hereby released to the -general public under the following terms: +IN NO EVENT SHALL THE COPYRIGHT HOLDER BE LIABLE TO ANY PARTY FOR +DIRECT, INDIRECT, SPECIAL, INCIDENTAL, OR CONSEQUENTIAL DAMAGES +ARISING OUT OF THE USE OF THIS SOFTWARE AND ITS DOCUMENTATION, EVEN +IF THE COPYRIGHT HOLDER HAS BEEN ADVISED OF THE POSSIBILITY OF SUCH +DAMAGE. -Redistribution and use in source and binary forms, with or without -modification, are permitted. +THE COPYRIGHT HOLDER SPECIFICALLY DISCLAIMS ANY WARRANTIES, INCLUDING, +BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND +FITNESS FOR A PARTICULAR PURPOSE. THE SOFTWARE PROVIDED HEREUNDER IS +ON AN "AS IS" BASIS, AND THE COPYRIGHT HOLDER HAS NO OBLIGATION TO +PROVIDE MAINTENANCE, SUPPORT, UPDATES, ENHANCEMENTS, OR MODIFICATIONS. -There's ABSOLUTELY NO WARRANTY, express or implied. +Red Hat Author(s): Behdad Esfahbod +Google Author(s): Behdad Esfahbod -(This is a heavily cut-down "BSD license".) -------------------------------------------------------------------------------- -freezed_annotation +harfbuzz -MIT License +Copyright © 2007,2008,2009 Red Hat, Inc. +Copyright © 2012,2013 Google, Inc. -Copyright (c) 2020 Remi Rousselet + This is part of HarfBuzz, a text shaping library. -Permission is hereby granted, free of charge, to any person obtaining a copy -of this software and associated documentation files (the "Software"), to deal -in the Software without restriction, including without limitation the rights -to use, copy, modify, merge, publish, distribute, sublicense, and/or sell -copies of the Software, and to permit persons to whom the Software is -furnished to do so, subject to the following conditions: +Permission is hereby granted, without written agreement and without +license or royalty fees, to use, copy, modify, and distribute this +software and its documentation for any purpose, provided that the +above copyright notice and the following two paragraphs appear in +all copies of this software. -The above copyright notice and this permission notice shall be included in all -copies or substantial portions of the Software. +IN NO EVENT SHALL THE COPYRIGHT HOLDER BE LIABLE TO ANY PARTY FOR +DIRECT, INDIRECT, SPECIAL, INCIDENTAL, OR CONSEQUENTIAL DAMAGES +ARISING OUT OF THE USE OF THIS SOFTWARE AND ITS DOCUMENTATION, EVEN +IF THE COPYRIGHT HOLDER HAS BEEN ADVISED OF THE POSSIBILITY OF SUCH +DAMAGE. -THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR -IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, -FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE -AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER -LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, -OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE -SOFTWARE. --------------------------------------------------------------------------------- -frontend_server_client +THE COPYRIGHT HOLDER SPECIFICALLY DISCLAIMS ANY WARRANTIES, INCLUDING, +BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND +FITNESS FOR A PARTICULAR PURPOSE. THE SOFTWARE PROVIDED HEREUNDER IS +ON AN "AS IS" BASIS, AND THE COPYRIGHT HOLDER HAS NO OBLIGATION TO +PROVIDE MAINTENANCE, SUPPORT, UPDATES, ENHANCEMENTS, OR MODIFICATIONS. -Copyright 2020, the Dart project authors. +Red Hat Author(s): Behdad Esfahbod +Google Author(s): Behdad Esfahbod -Redistribution and use in source and binary forms, with or without -modification, are permitted provided that the following conditions are -met: +-------------------------------------------------------------------------------- +harfbuzz - * Redistributions of source code must retain the above copyright - notice, this list of conditions and the following disclaimer. - * Redistributions in binary form must reproduce the above - copyright notice, this list of conditions and the following - disclaimer in the documentation and/or other materials provided - with the distribution. - * Neither the name of Google LLC nor the names of its - contributors may be used to endorse or promote products derived - from this software without specific prior written permission. +Copyright © 2007,2008,2009 Red Hat, Inc. +Copyright © 2012,2013 Google, Inc. +Copyright © 2019, Facebook Inc. -THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS -"AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT -LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR -A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT -OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, -SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT -LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, -DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY -THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT -(INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE -OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. + This is part of HarfBuzz, a text shaping library. --------------------------------------------------------------------------------- -fuchsia_sdk +Permission is hereby granted, without written agreement and without +license or royalty fees, to use, copy, modify, and distribute this +software and its documentation for any purpose, provided that the +above copyright notice and the following two paragraphs appear in +all copies of this software. -Copyright 2014 The Fuchsia Authors. All rights reserved. +IN NO EVENT SHALL THE COPYRIGHT HOLDER BE LIABLE TO ANY PARTY FOR +DIRECT, INDIRECT, SPECIAL, INCIDENTAL, OR CONSEQUENTIAL DAMAGES +ARISING OUT OF THE USE OF THIS SOFTWARE AND ITS DOCUMENTATION, EVEN +IF THE COPYRIGHT HOLDER HAS BEEN ADVISED OF THE POSSIBILITY OF SUCH +DAMAGE. -Redistribution and use in source and binary forms, with or without -modification, are permitted provided that the following conditions are -met: +THE COPYRIGHT HOLDER SPECIFICALLY DISCLAIMS ANY WARRANTIES, INCLUDING, +BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND +FITNESS FOR A PARTICULAR PURPOSE. THE SOFTWARE PROVIDED HEREUNDER IS +ON AN "AS IS" BASIS, AND THE COPYRIGHT HOLDER HAS NO OBLIGATION TO +PROVIDE MAINTENANCE, SUPPORT, UPDATES, ENHANCEMENTS, OR MODIFICATIONS. - * Redistributions of source code must retain the above copyright -notice, this list of conditions and the following disclaimer. - * Redistributions in binary form must reproduce the above -copyright notice, this list of conditions and the following disclaimer -in the documentation and/or other materials provided with the -distribution. +Red Hat Author(s): Behdad Esfahbod +Google Author(s): Behdad Esfahbod +Facebook Author(s): Behdad Esfahbod -THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS -"AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT -LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR -A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT -OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, -SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT -LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, -DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY -THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT -(INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE -OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. -------------------------------------------------------------------------------- -fuchsia_sdk - -Copyright 2016 The Fuchsia Authors. All rights reserved. - -Redistribution and use in source and binary forms, with or without -modification, are permitted provided that the following conditions are -met: +harfbuzz - * Redistributions of source code must retain the above copyright -notice, this list of conditions and the following disclaimer. - * Redistributions in binary form must reproduce the above -copyright notice, this list of conditions and the following disclaimer -in the documentation and/or other materials provided with the -distribution. +Copyright © 2007,2008,2009 Red Hat, Inc. +Copyright © 2018,2019,2020 Ebrahim Byagowi +Copyright © 2018 Khaled Hosny -THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS -"AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT -LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR -A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT -OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, -SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT -LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, -DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY -THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT -(INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE -OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. --------------------------------------------------------------------------------- -fuchsia_sdk + This is part of HarfBuzz, a text shaping library. -Copyright 2017 The Fuchsia Authors. All rights reserved. +Permission is hereby granted, without written agreement and without +license or royalty fees, to use, copy, modify, and distribute this +software and its documentation for any purpose, provided that the +above copyright notice and the following two paragraphs appear in +all copies of this software. -Redistribution and use in source and binary forms, with or without -modification, are permitted provided that the following conditions are -met: +IN NO EVENT SHALL THE COPYRIGHT HOLDER BE LIABLE TO ANY PARTY FOR +DIRECT, INDIRECT, SPECIAL, INCIDENTAL, OR CONSEQUENTIAL DAMAGES +ARISING OUT OF THE USE OF THIS SOFTWARE AND ITS DOCUMENTATION, EVEN +IF THE COPYRIGHT HOLDER HAS BEEN ADVISED OF THE POSSIBILITY OF SUCH +DAMAGE. - * Redistributions of source code must retain the above copyright -notice, this list of conditions and the following disclaimer. - * Redistributions in binary form must reproduce the above -copyright notice, this list of conditions and the following disclaimer -in the documentation and/or other materials provided with the -distribution. +THE COPYRIGHT HOLDER SPECIFICALLY DISCLAIMS ANY WARRANTIES, INCLUDING, +BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND +FITNESS FOR A PARTICULAR PURPOSE. THE SOFTWARE PROVIDED HEREUNDER IS +ON AN "AS IS" BASIS, AND THE COPYRIGHT HOLDER HAS NO OBLIGATION TO +PROVIDE MAINTENANCE, SUPPORT, UPDATES, ENHANCEMENTS, OR MODIFICATIONS. -THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS -"AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT -LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR -A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT -OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, -SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT -LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, -DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY -THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT -(INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE -OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. --------------------------------------------------------------------------------- -fuchsia_sdk +Red Hat Author(s): Behdad Esfahbod -Copyright 2018 The Fuchsia Authors. All rights reserved. +-------------------------------------------------------------------------------- +harfbuzz -Redistribution and use in source and binary forms, with or without -modification, are permitted provided that the following conditions are -met: +Copyright © 2007,2008,2009,2010 Red Hat, Inc. +Copyright © 2010,2012 Google, Inc. - * Redistributions of source code must retain the above copyright -notice, this list of conditions and the following disclaimer. - * Redistributions in binary form must reproduce the above -copyright notice, this list of conditions and the following disclaimer -in the documentation and/or other materials provided with the -distribution. + This is part of HarfBuzz, a text shaping library. -THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS -"AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT -LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR -A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT -OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, -SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT -LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, -DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY -THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT -(INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE -OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. --------------------------------------------------------------------------------- -fuchsia_sdk +Permission is hereby granted, without written agreement and without +license or royalty fees, to use, copy, modify, and distribute this +software and its documentation for any purpose, provided that the +above copyright notice and the following two paragraphs appear in +all copies of this software. -Copyright 2019 The Fuchsia Authors. +IN NO EVENT SHALL THE COPYRIGHT HOLDER BE LIABLE TO ANY PARTY FOR +DIRECT, INDIRECT, SPECIAL, INCIDENTAL, OR CONSEQUENTIAL DAMAGES +ARISING OUT OF THE USE OF THIS SOFTWARE AND ITS DOCUMENTATION, EVEN +IF THE COPYRIGHT HOLDER HAS BEEN ADVISED OF THE POSSIBILITY OF SUCH +DAMAGE. -Redistribution and use in source and binary forms, with or without -modification, are permitted provided that the following conditions are -met: +THE COPYRIGHT HOLDER SPECIFICALLY DISCLAIMS ANY WARRANTIES, INCLUDING, +BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND +FITNESS FOR A PARTICULAR PURPOSE. THE SOFTWARE PROVIDED HEREUNDER IS +ON AN "AS IS" BASIS, AND THE COPYRIGHT HOLDER HAS NO OBLIGATION TO +PROVIDE MAINTENANCE, SUPPORT, UPDATES, ENHANCEMENTS, OR MODIFICATIONS. - * Redistributions of source code must retain the above copyright -notice, this list of conditions and the following disclaimer. - * Redistributions in binary form must reproduce the above -copyright notice, this list of conditions and the following disclaimer -in the documentation and/or other materials provided with the -distribution. +Red Hat Author(s): Behdad Esfahbod +Google Author(s): Behdad Esfahbod -THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS -"AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT -LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR -A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT -OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, -SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT -LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, -DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY -THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT -(INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE -OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. -------------------------------------------------------------------------------- -fuchsia_sdk - -Copyright 2019 The Fuchsia Authors. All rights reserved. +harfbuzz -Redistribution and use in source and binary forms, with or without -modification, are permitted provided that the following conditions are -met: +Copyright © 2007,2008,2009,2010 Red Hat, Inc. +Copyright © 2010,2012,2013 Google, Inc. - * Redistributions of source code must retain the above copyright -notice, this list of conditions and the following disclaimer. - * Redistributions in binary form must reproduce the above -copyright notice, this list of conditions and the following disclaimer -in the documentation and/or other materials provided with the -distribution. + This is part of HarfBuzz, a text shaping library. -THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS -"AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT -LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR -A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT -OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, -SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT -LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, -DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY -THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT -(INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE -OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. --------------------------------------------------------------------------------- -fuchsia_sdk +Permission is hereby granted, without written agreement and without +license or royalty fees, to use, copy, modify, and distribute this +software and its documentation for any purpose, provided that the +above copyright notice and the following two paragraphs appear in +all copies of this software. -Copyright 2020 The Fuchsia Authors. All rights reserved. +IN NO EVENT SHALL THE COPYRIGHT HOLDER BE LIABLE TO ANY PARTY FOR +DIRECT, INDIRECT, SPECIAL, INCIDENTAL, OR CONSEQUENTIAL DAMAGES +ARISING OUT OF THE USE OF THIS SOFTWARE AND ITS DOCUMENTATION, EVEN +IF THE COPYRIGHT HOLDER HAS BEEN ADVISED OF THE POSSIBILITY OF SUCH +DAMAGE. -Redistribution and use in source and binary forms, with or without -modification, are permitted provided that the following conditions are -met: +THE COPYRIGHT HOLDER SPECIFICALLY DISCLAIMS ANY WARRANTIES, INCLUDING, +BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND +FITNESS FOR A PARTICULAR PURPOSE. THE SOFTWARE PROVIDED HEREUNDER IS +ON AN "AS IS" BASIS, AND THE COPYRIGHT HOLDER HAS NO OBLIGATION TO +PROVIDE MAINTENANCE, SUPPORT, UPDATES, ENHANCEMENTS, OR MODIFICATIONS. - * Redistributions of source code must retain the above copyright -notice, this list of conditions and the following disclaimer. - * Redistributions in binary form must reproduce the above -copyright notice, this list of conditions and the following disclaimer -in the documentation and/or other materials provided with the -distribution. +Red Hat Author(s): Behdad Esfahbod +Google Author(s): Behdad Esfahbod -THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS -"AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT -LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR -A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT -OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, -SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT -LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, -DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY -THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT -(INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE -OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. -------------------------------------------------------------------------------- -fuchsia_sdk +harfbuzz -Copyright 2021 The Fuchsia Authors. All rights reserved. +Copyright © 2007,2008,2009,2010 Red Hat, Inc. +Copyright © 2012 Google, Inc. -Redistribution and use in source and binary forms, with or without -modification, are permitted provided that the following conditions are -met: + This is part of HarfBuzz, a text shaping library. - * Redistributions of source code must retain the above copyright -notice, this list of conditions and the following disclaimer. - * Redistributions in binary form must reproduce the above -copyright notice, this list of conditions and the following disclaimer -in the documentation and/or other materials provided with the -distribution. +Permission is hereby granted, without written agreement and without +license or royalty fees, to use, copy, modify, and distribute this +software and its documentation for any purpose, provided that the +above copyright notice and the following two paragraphs appear in +all copies of this software. + +IN NO EVENT SHALL THE COPYRIGHT HOLDER BE LIABLE TO ANY PARTY FOR +DIRECT, INDIRECT, SPECIAL, INCIDENTAL, OR CONSEQUENTIAL DAMAGES +ARISING OUT OF THE USE OF THIS SOFTWARE AND ITS DOCUMENTATION, EVEN +IF THE COPYRIGHT HOLDER HAS BEEN ADVISED OF THE POSSIBILITY OF SUCH +DAMAGE. + +THE COPYRIGHT HOLDER SPECIFICALLY DISCLAIMS ANY WARRANTIES, INCLUDING, +BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND +FITNESS FOR A PARTICULAR PURPOSE. THE SOFTWARE PROVIDED HEREUNDER IS +ON AN "AS IS" BASIS, AND THE COPYRIGHT HOLDER HAS NO OBLIGATION TO +PROVIDE MAINTENANCE, SUPPORT, UPDATES, ENHANCEMENTS, OR MODIFICATIONS. + +Red Hat Author(s): Behdad Esfahbod +Google Author(s): Behdad Esfahbod -THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS -"AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT -LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR -A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT -OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, -SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT -LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, -DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY -THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT -(INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE -OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. -------------------------------------------------------------------------------- -fuchsia_sdk +harfbuzz -Copyright 2022 The Fuchsia Authors. All rights reserved. +Copyright © 2007,2008,2009,2010 Red Hat, Inc. +Copyright © 2012,2018 Google, Inc. -Redistribution and use in source and binary forms, with or without -modification, are permitted provided that the following conditions are -met: + This is part of HarfBuzz, a text shaping library. - * Redistributions of source code must retain the above copyright -notice, this list of conditions and the following disclaimer. - * Redistributions in binary form must reproduce the above -copyright notice, this list of conditions and the following disclaimer -in the documentation and/or other materials provided with the -distribution. +Permission is hereby granted, without written agreement and without +license or royalty fees, to use, copy, modify, and distribute this +software and its documentation for any purpose, provided that the +above copyright notice and the following two paragraphs appear in +all copies of this software. + +IN NO EVENT SHALL THE COPYRIGHT HOLDER BE LIABLE TO ANY PARTY FOR +DIRECT, INDIRECT, SPECIAL, INCIDENTAL, OR CONSEQUENTIAL DAMAGES +ARISING OUT OF THE USE OF THIS SOFTWARE AND ITS DOCUMENTATION, EVEN +IF THE COPYRIGHT HOLDER HAS BEEN ADVISED OF THE POSSIBILITY OF SUCH +DAMAGE. + +THE COPYRIGHT HOLDER SPECIFICALLY DISCLAIMS ANY WARRANTIES, INCLUDING, +BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND +FITNESS FOR A PARTICULAR PURPOSE. THE SOFTWARE PROVIDED HEREUNDER IS +ON AN "AS IS" BASIS, AND THE COPYRIGHT HOLDER HAS NO OBLIGATION TO +PROVIDE MAINTENANCE, SUPPORT, UPDATES, ENHANCEMENTS, OR MODIFICATIONS. + +Red Hat Author(s): Behdad Esfahbod +Google Author(s): Behdad Esfahbod -THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS -"AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT -LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR -A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT -OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, -SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT -LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, -DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY -THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT -(INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE -OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. -------------------------------------------------------------------------------- -fuchsia_sdk +harfbuzz -Copyright 2023 The Fuchsia Authors. All rights reserved. +Copyright © 2007,2008,2009,2010 Red Hat, Inc. +Copyright © 2012,2018 Google, Inc. +Copyright © 2019 Facebook, Inc. -Redistribution and use in source and binary forms, with or without -modification, are permitted provided that the following conditions are -met: + This is part of HarfBuzz, a text shaping library. - * Redistributions of source code must retain the above copyright -notice, this list of conditions and the following disclaimer. - * Redistributions in binary form must reproduce the above -copyright notice, this list of conditions and the following disclaimer -in the documentation and/or other materials provided with the -distribution. +Permission is hereby granted, without written agreement and without +license or royalty fees, to use, copy, modify, and distribute this +software and its documentation for any purpose, provided that the +above copyright notice and the following two paragraphs appear in +all copies of this software. -THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS -"AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT -LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR -A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT -OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, -SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT -LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, -DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY -THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT -(INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE -OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. --------------------------------------------------------------------------------- -fuchsia_sdk +IN NO EVENT SHALL THE COPYRIGHT HOLDER BE LIABLE TO ANY PARTY FOR +DIRECT, INDIRECT, SPECIAL, INCIDENTAL, OR CONSEQUENTIAL DAMAGES +ARISING OUT OF THE USE OF THIS SOFTWARE AND ITS DOCUMENTATION, EVEN +IF THE COPYRIGHT HOLDER HAS BEEN ADVISED OF THE POSSIBILITY OF SUCH +DAMAGE. + +THE COPYRIGHT HOLDER SPECIFICALLY DISCLAIMS ANY WARRANTIES, INCLUDING, +BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND +FITNESS FOR A PARTICULAR PURPOSE. THE SOFTWARE PROVIDED HEREUNDER IS +ON AN "AS IS" BASIS, AND THE COPYRIGHT HOLDER HAS NO OBLIGATION TO +PROVIDE MAINTENANCE, SUPPORT, UPDATES, ENHANCEMENTS, OR MODIFICATIONS. -Copyright 2024 The Fuchsia Authors. All rights reserved. +Red Hat Author(s): Behdad Esfahbod +Google Author(s): Behdad Esfahbod +Facebook Author(s): Behdad Esfahbod -Redistribution and use in source and binary forms, with or without -modification, are permitted provided that the following conditions are -met: +-------------------------------------------------------------------------------- +harfbuzz - * Redistributions of source code must retain the above copyright -notice, this list of conditions and the following disclaimer. - * Redistributions in binary form must reproduce the above -copyright notice, this list of conditions and the following disclaimer -in the documentation and/or other materials provided with the -distribution. +Copyright © 2009 Red Hat, Inc. -THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS -"AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT -LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR -A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT -OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, -SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT -LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, -DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY -THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT -(INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE -OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. --------------------------------------------------------------------------------- -fuchsia_sdk + This is part of HarfBuzz, a text shaping library. -Copyright 2025 The Fuchsia Authors. All rights reserved. +Permission is hereby granted, without written agreement and without +license or royalty fees, to use, copy, modify, and distribute this +software and its documentation for any purpose, provided that the +above copyright notice and the following two paragraphs appear in +all copies of this software. -Redistribution and use in source and binary forms, with or without -modification, are permitted provided that the following conditions are -met: +IN NO EVENT SHALL THE COPYRIGHT HOLDER BE LIABLE TO ANY PARTY FOR +DIRECT, INDIRECT, SPECIAL, INCIDENTAL, OR CONSEQUENTIAL DAMAGES +ARISING OUT OF THE USE OF THIS SOFTWARE AND ITS DOCUMENTATION, EVEN +IF THE COPYRIGHT HOLDER HAS BEEN ADVISED OF THE POSSIBILITY OF SUCH +DAMAGE. - * Redistributions of source code must retain the above copyright -notice, this list of conditions and the following disclaimer. - * Redistributions in binary form must reproduce the above -copyright notice, this list of conditions and the following disclaimer -in the documentation and/or other materials provided with the -distribution. +THE COPYRIGHT HOLDER SPECIFICALLY DISCLAIMS ANY WARRANTIES, INCLUDING, +BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND +FITNESS FOR A PARTICULAR PURPOSE. THE SOFTWARE PROVIDED HEREUNDER IS +ON AN "AS IS" BASIS, AND THE COPYRIGHT HOLDER HAS NO OBLIGATION TO +PROVIDE MAINTENANCE, SUPPORT, UPDATES, ENHANCEMENTS, OR MODIFICATIONS. + +Red Hat Author(s): Behdad Esfahbod -THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS -"AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT -LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR -A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT -OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, -SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT -LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, -DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY -THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT -(INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE -OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. -------------------------------------------------------------------------------- -fuchsia_sdk +harfbuzz -musl as a whole is licensed under the following standard MIT license: +Copyright © 2009 Red Hat, Inc. +Copyright © 2009 Keith Stribley +Copyright © 2011 Google, Inc. + This is part of HarfBuzz, a text shaping library. -Copyright © 2005-2014 Rich Felker, et al. +Permission is hereby granted, without written agreement and without +license or royalty fees, to use, copy, modify, and distribute this +software and its documentation for any purpose, provided that the +above copyright notice and the following two paragraphs appear in +all copies of this software. -Permission is hereby granted, free of charge, to any person obtaining -a copy of this software and associated documentation files (the -"Software"), to deal in the Software without restriction, including -without limitation the rights to use, copy, modify, merge, publish, -distribute, sublicense, and/or sell copies of the Software, and to -permit persons to whom the Software is furnished to do so, subject to -the following conditions: +IN NO EVENT SHALL THE COPYRIGHT HOLDER BE LIABLE TO ANY PARTY FOR +DIRECT, INDIRECT, SPECIAL, INCIDENTAL, OR CONSEQUENTIAL DAMAGES +ARISING OUT OF THE USE OF THIS SOFTWARE AND ITS DOCUMENTATION, EVEN +IF THE COPYRIGHT HOLDER HAS BEEN ADVISED OF THE POSSIBILITY OF SUCH +DAMAGE. -The above copyright notice and this permission notice shall be -included in all copies or substantial portions of the Software. +THE COPYRIGHT HOLDER SPECIFICALLY DISCLAIMS ANY WARRANTIES, INCLUDING, +BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND +FITNESS FOR A PARTICULAR PURPOSE. THE SOFTWARE PROVIDED HEREUNDER IS +ON AN "AS IS" BASIS, AND THE COPYRIGHT HOLDER HAS NO OBLIGATION TO +PROVIDE MAINTENANCE, SUPPORT, UPDATES, ENHANCEMENTS, OR MODIFICATIONS. -THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, -EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF -MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. -IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY -CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, -TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE -SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. +Red Hat Author(s): Behdad Esfahbod +Google Author(s): Behdad Esfahbod +-------------------------------------------------------------------------------- +harfbuzz -Authors/contributors include: +Copyright © 2009 Red Hat, Inc. +Copyright © 2009 Keith Stribley +Copyright © 2015 Google, Inc. -Alex Dowad -Alexander Monakov -Anthony G. Basile -Arvid Picciani -Bobby Bingham -Boris Brezillon -Brent Cook -Chris Spiegel -Clément Vasseur -Daniel Micay -Denys Vlasenko -Emil Renner Berthing -Felix Fietkau -Felix Janda -Gianluca Anzolin -Hauke Mehrtens -Hiltjo Posthuma -Isaac Dunham -Jaydeep Patil -Jens Gustedt -Jeremy Huntwork -Jo-Philipp Wich -Joakim Sindholt -John Spencer -Josiah Worcester -Justin Cormack -Khem Raj -Kylie McClain -Luca Barbato -Luka Perkov -M Farkas-Dyck (Strake) -Mahesh Bodapati -Michael Forney -Natanael Copa -Nicholas J. Kain -orc -Pascal Cuoq -Petr Hosek -Pierre Carrier -Rich Felker -Richard Pennington -Shiz -sin -Solar Designer -Stefan Kristiansson -Szabolcs Nagy -Timo Teräs -Trutz Behn -Valentin Ochs -William Haddon + This is part of HarfBuzz, a text shaping library. -Portions of this software are derived from third-party works licensed -under terms compatible with the above MIT license: +Permission is hereby granted, without written agreement and without +license or royalty fees, to use, copy, modify, and distribute this +software and its documentation for any purpose, provided that the +above copyright notice and the following two paragraphs appear in +all copies of this software. -Much of the math library code (third_party/math/* and -third_party/complex/*, and third_party/include/libm.h) is -Copyright © 1993,2004 Sun Microsystems or -Copyright © 2003-2011 David Schultz or -Copyright © 2003-2009 Steven G. Kargl or -Copyright © 2003-2009 Bruce D. Evans or -Copyright © 2008 Stephen L. Moshier -and labelled as such in comments in the individual source files. All -have been licensed under extremely permissive terms. +IN NO EVENT SHALL THE COPYRIGHT HOLDER BE LIABLE TO ANY PARTY FOR +DIRECT, INDIRECT, SPECIAL, INCIDENTAL, OR CONSEQUENTIAL DAMAGES +ARISING OUT OF THE USE OF THIS SOFTWARE AND ITS DOCUMENTATION, EVEN +IF THE COPYRIGHT HOLDER HAS BEEN ADVISED OF THE POSSIBILITY OF SUCH +DAMAGE. -The smoothsort implementation (third_party/smoothsort/qsort.c) is -Copyright © 2011 Valentin Ochs and is licensed under an MIT-style -license. +THE COPYRIGHT HOLDER SPECIFICALLY DISCLAIMS ANY WARRANTIES, INCLUDING, +BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND +FITNESS FOR A PARTICULAR PURPOSE. THE SOFTWARE PROVIDED HEREUNDER IS +ON AN "AS IS" BASIS, AND THE COPYRIGHT HOLDER HAS NO OBLIGATION TO +PROVIDE MAINTENANCE, SUPPORT, UPDATES, ENHANCEMENTS, OR MODIFICATIONS. -The x86_64 files in third_party/arch were written by Nicholas J. Kain -and is licensed under the standard MIT terms. +Red Hat Author(s): Behdad Esfahbod +Google Author(s): Behdad Esfahbod -All other files which have no copyright comments are original works -produced specifically for use as part of this library, written either -by Rich Felker, the main author of the library, or by one or more -contibutors listed above. Details on authorship of individual files -can be found in the git version control history of the project. The -omission of copyright and license comments in each file is in the -interest of source tree size. +-------------------------------------------------------------------------------- +harfbuzz -In addition, permission is hereby granted for all public header files -(include/* and arch/*/bits/*) and crt files intended to be linked into -applications (crt/*, ldso/dlstart.c, and arch/*/crt_arch.h) to omit -the copyright notice and permission notice otherwise required by the -license, and to use these files without any requirement of -attribution. These files include substantial contributions from: +Copyright © 2009 Red Hat, Inc. +Copyright © 2011 Codethink Limited +Copyright © 2010,2011,2012 Google, Inc. -Bobby Bingham -John Spencer -Nicholas J. Kain -Rich Felker -Richard Pennington -Stefan Kristiansson -Szabolcs Nagy + This is part of HarfBuzz, a text shaping library. -all of whom have explicitly granted such permission. +Permission is hereby granted, without written agreement and without +license or royalty fees, to use, copy, modify, and distribute this +software and its documentation for any purpose, provided that the +above copyright notice and the following two paragraphs appear in +all copies of this software. + +IN NO EVENT SHALL THE COPYRIGHT HOLDER BE LIABLE TO ANY PARTY FOR +DIRECT, INDIRECT, SPECIAL, INCIDENTAL, OR CONSEQUENTIAL DAMAGES +ARISING OUT OF THE USE OF THIS SOFTWARE AND ITS DOCUMENTATION, EVEN +IF THE COPYRIGHT HOLDER HAS BEEN ADVISED OF THE POSSIBILITY OF SUCH +DAMAGE. + +THE COPYRIGHT HOLDER SPECIFICALLY DISCLAIMS ANY WARRANTIES, INCLUDING, +BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND +FITNESS FOR A PARTICULAR PURPOSE. THE SOFTWARE PROVIDED HEREUNDER IS +ON AN "AS IS" BASIS, AND THE COPYRIGHT HOLDER HAS NO OBLIGATION TO +PROVIDE MAINTENANCE, SUPPORT, UPDATES, ENHANCEMENTS, OR MODIFICATIONS. + +Red Hat Author(s): Behdad Esfahbod +Codethink Author(s): Ryan Lortie +Google Author(s): Behdad Esfahbod -This file previously contained text expressing a belief that most of -the files covered by the above exception were sufficiently trivial not -to be subject to copyright, resulting in confusion over whether it -negated the permissions granted in the license. In the spirit of -permissive licensing, and of not having licensing issues being an -obstacle to adoption, that text has been removed. -------------------------------------------------------------------------------- -fuchsia_sdk -libcxx -libcxxabi -llvm_libc +harfbuzz -Apache License -Version 2.0, January 2004 -http://www.apache.org/licenses/ +Copyright © 2009 Red Hat, Inc. +Copyright © 2011 Codethink Limited +Copyright © 2011,2012 Google, Inc. + + This is part of HarfBuzz, a text shaping library. + +Permission is hereby granted, without written agreement and without +license or royalty fees, to use, copy, modify, and distribute this +software and its documentation for any purpose, provided that the +above copyright notice and the following two paragraphs appear in +all copies of this software. -TERMS AND CONDITIONS FOR USE, REPRODUCTION, AND DISTRIBUTION +IN NO EVENT SHALL THE COPYRIGHT HOLDER BE LIABLE TO ANY PARTY FOR +DIRECT, INDIRECT, SPECIAL, INCIDENTAL, OR CONSEQUENTIAL DAMAGES +ARISING OUT OF THE USE OF THIS SOFTWARE AND ITS DOCUMENTATION, EVEN +IF THE COPYRIGHT HOLDER HAS BEEN ADVISED OF THE POSSIBILITY OF SUCH +DAMAGE. -1. Definitions. +THE COPYRIGHT HOLDER SPECIFICALLY DISCLAIMS ANY WARRANTIES, INCLUDING, +BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND +FITNESS FOR A PARTICULAR PURPOSE. THE SOFTWARE PROVIDED HEREUNDER IS +ON AN "AS IS" BASIS, AND THE COPYRIGHT HOLDER HAS NO OBLIGATION TO +PROVIDE MAINTENANCE, SUPPORT, UPDATES, ENHANCEMENTS, OR MODIFICATIONS. - "License" shall mean the terms and conditions for use, reproduction, - and distribution as defined by Sections 1 through 9 of this document. +Red Hat Author(s): Behdad Esfahbod +Codethink Author(s): Ryan Lortie +Google Author(s): Behdad Esfahbod - "Licensor" shall mean the copyright owner or entity authorized by - the copyright owner that is granting the License. +-------------------------------------------------------------------------------- +harfbuzz - "Legal Entity" shall mean the union of the acting entity and all - other entities that control, are controlled by, or are under common - control with that entity. For the purposes of this definition, - "control" means (i) the power, direct or indirect, to cause the - direction or management of such entity, whether by contract or - otherwise, or (ii) ownership of fifty percent (50%) or more of the - outstanding shares, or (iii) beneficial ownership of such entity. +Copyright © 2009 Red Hat, Inc. +Copyright © 2011 Google, Inc. - "You" (or "Your") shall mean an individual or Legal Entity - exercising permissions granted by this License. + This is part of HarfBuzz, a text shaping library. - "Source" form shall mean the preferred form for making modifications, - including but not limited to software source code, documentation - source, and configuration files. +Permission is hereby granted, without written agreement and without +license or royalty fees, to use, copy, modify, and distribute this +software and its documentation for any purpose, provided that the +above copyright notice and the following two paragraphs appear in +all copies of this software. - "Object" form shall mean any form resulting from mechanical - transformation or translation of a Source form, including but - not limited to compiled object code, generated documentation, - and conversions to other media types. +IN NO EVENT SHALL THE COPYRIGHT HOLDER BE LIABLE TO ANY PARTY FOR +DIRECT, INDIRECT, SPECIAL, INCIDENTAL, OR CONSEQUENTIAL DAMAGES +ARISING OUT OF THE USE OF THIS SOFTWARE AND ITS DOCUMENTATION, EVEN +IF THE COPYRIGHT HOLDER HAS BEEN ADVISED OF THE POSSIBILITY OF SUCH +DAMAGE. - "Work" shall mean the work of authorship, whether in Source or - Object form, made available under the License, as indicated by a - copyright notice that is included in or attached to the work - (an example is provided in the Appendix below). +THE COPYRIGHT HOLDER SPECIFICALLY DISCLAIMS ANY WARRANTIES, INCLUDING, +BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND +FITNESS FOR A PARTICULAR PURPOSE. THE SOFTWARE PROVIDED HEREUNDER IS +ON AN "AS IS" BASIS, AND THE COPYRIGHT HOLDER HAS NO OBLIGATION TO +PROVIDE MAINTENANCE, SUPPORT, UPDATES, ENHANCEMENTS, OR MODIFICATIONS. - "Derivative Works" shall mean any work, whether in Source or Object - form, that is based on (or derived from) the Work and for which the - editorial revisions, annotations, elaborations, or other modifications - represent, as a whole, an original work of authorship. For the purposes - of this License, Derivative Works shall not include works that remain - separable from, or merely link (or bind by name) to the interfaces of, - the Work and Derivative Works thereof. +Red Hat Author(s): Behdad Esfahbod +Google Author(s): Behdad Esfahbod - "Contribution" shall mean any work of authorship, including - the original version of the Work and any modifications or additions - to that Work or Derivative Works thereof, that is intentionally - submitted to Licensor for inclusion in the Work by the copyright owner - or by an individual or Legal Entity authorized to submit on behalf of - the copyright owner. For the purposes of this definition, "submitted" - means any form of electronic, verbal, or written communication sent - to the Licensor or its representatives, including but not limited to - communication on electronic mailing lists, source code control systems, - and issue tracking systems that are managed by, or on behalf of, the - Licensor for the purpose of discussing and improving the Work, but - excluding communication that is conspicuously marked or otherwise - designated in writing by the copyright owner as "Not a Contribution." +-------------------------------------------------------------------------------- +harfbuzz - "Contributor" shall mean Licensor and any individual or Legal Entity - on behalf of whom a Contribution has been received by Licensor and - subsequently incorporated within the Work. +Copyright © 2009 Red Hat, Inc. +Copyright © 2011 Google, Inc. -2. Grant of Copyright License. Subject to the terms and conditions of - this License, each Contributor hereby grants to You a perpetual, - worldwide, non-exclusive, no-charge, royalty-free, irrevocable - copyright license to reproduce, prepare Derivative Works of, - publicly display, publicly perform, sublicense, and distribute the - Work and such Derivative Works in Source or Object form. + This is part of HarfBuzz, a text shaping library. -3. Grant of Patent License. Subject to the terms and conditions of - this License, each Contributor hereby grants to You a perpetual, - worldwide, non-exclusive, no-charge, royalty-free, irrevocable - (except as stated in this section) patent license to make, have made, - use, offer to sell, sell, import, and otherwise transfer the Work, - where such license applies only to those patent claims licensable - by such Contributor that are necessarily infringed by their - Contribution(s) alone or by combination of their Contribution(s) - with the Work to which such Contribution(s) was submitted. If You - institute patent litigation against any entity (including a - cross-claim or counterclaim in a lawsuit) alleging that the Work - or a Contribution incorporated within the Work constitutes direct - or contributory patent infringement, then any patent licenses - granted to You under this License for that Work shall terminate - as of the date such litigation is filed. +Permission is hereby granted, without written agreement and without +license or royalty fees, to use, copy, modify, and distribute this +software and its documentation for any purpose, provided that the +above copyright notice and the following two paragraphs appear in +all copies of this software. -4. Redistribution. You may reproduce and distribute copies of the - Work or Derivative Works thereof in any medium, with or without - modifications, and in Source or Object form, provided that You - meet the following conditions: +IN NO EVENT SHALL THE COPYRIGHT HOLDER BE LIABLE TO ANY PARTY FOR +DIRECT, INDIRECT, SPECIAL, INCIDENTAL, OR CONSEQUENTIAL DAMAGES +ARISING OUT OF THE USE OF THIS SOFTWARE AND ITS DOCUMENTATION, EVEN +IF THE COPYRIGHT HOLDER HAS BEEN ADVISED OF THE POSSIBILITY OF SUCH +DAMAGE. - (a) You must give any other recipients of the Work or - Derivative Works a copy of this License; and +THE COPYRIGHT HOLDER SPECIFICALLY DISCLAIMS ANY WARRANTIES, INCLUDING, +BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND +FITNESS FOR A PARTICULAR PURPOSE. THE SOFTWARE PROVIDED HEREUNDER IS +ON AN "AS IS" BASIS, AND THE COPYRIGHT HOLDER HAS NO OBLIGATION TO +PROVIDE MAINTENANCE, SUPPORT, UPDATES, ENHANCEMENTS, OR MODIFICATIONS. - (b) You must cause any modified files to carry prominent notices - stating that You changed the files; and +Red Hat Author(s): Behdad Esfahbod +Google Author(s): Behdad Esfahbod, Roozbeh Pournader - (c) You must retain, in the Source form of any Derivative Works - that You distribute, all copyright, patent, trademark, and - attribution notices from the Source form of the Work, - excluding those notices that do not pertain to any part of - the Derivative Works; and +-------------------------------------------------------------------------------- +harfbuzz - (d) If the Work includes a "NOTICE" text file as part of its - distribution, then any Derivative Works that You distribute must - include a readable copy of the attribution notices contained - within such NOTICE file, excluding those notices that do not - pertain to any part of the Derivative Works, in at least one - of the following places: within a NOTICE text file distributed - as part of the Derivative Works; within the Source form or - documentation, if provided along with the Derivative Works; or, - within a display generated by the Derivative Works, if and - wherever such third-party notices normally appear. The contents - of the NOTICE file are for informational purposes only and - do not modify the License. You may add Your own attribution - notices within Derivative Works that You distribute, alongside - or as an addendum to the NOTICE text from the Work, provided - that such additional attribution notices cannot be construed - as modifying the License. +Copyright © 2009 Red Hat, Inc. +Copyright © 2012 Google, Inc. - You may add Your own copyright statement to Your modifications and - may provide additional or different license terms and conditions - for use, reproduction, or distribution of Your modifications, or - for any such Derivative Works as a whole, provided Your use, - reproduction, and distribution of the Work otherwise complies with - the conditions stated in this License. + This is part of HarfBuzz, a text shaping library. -5. Submission of Contributions. Unless You explicitly state otherwise, - any Contribution intentionally submitted for inclusion in the Work - by You to the Licensor shall be under the terms and conditions of - this License, without any additional terms or conditions. - Notwithstanding the above, nothing herein shall supersede or modify - the terms of any separate license agreement you may have executed - with Licensor regarding such Contributions. +Permission is hereby granted, without written agreement and without +license or royalty fees, to use, copy, modify, and distribute this +software and its documentation for any purpose, provided that the +above copyright notice and the following two paragraphs appear in +all copies of this software. -6. Trademarks. This License does not grant permission to use the trade - names, trademarks, service marks, or product names of the Licensor, - except as required for reasonable and customary use in describing the - origin of the Work and reproducing the content of the NOTICE file. +IN NO EVENT SHALL THE COPYRIGHT HOLDER BE LIABLE TO ANY PARTY FOR +DIRECT, INDIRECT, SPECIAL, INCIDENTAL, OR CONSEQUENTIAL DAMAGES +ARISING OUT OF THE USE OF THIS SOFTWARE AND ITS DOCUMENTATION, EVEN +IF THE COPYRIGHT HOLDER HAS BEEN ADVISED OF THE POSSIBILITY OF SUCH +DAMAGE. -7. Disclaimer of Warranty. Unless required by applicable law or - agreed to in writing, Licensor provides the Work (and each - Contributor provides its Contributions) on an "AS IS" BASIS, - WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or - implied, including, without limitation, any warranties or conditions - of TITLE, NON-INFRINGEMENT, MERCHANTABILITY, or FITNESS FOR A - PARTICULAR PURPOSE. You are solely responsible for determining the - appropriateness of using or redistributing the Work and assume any - risks associated with Your exercise of permissions under this License. +THE COPYRIGHT HOLDER SPECIFICALLY DISCLAIMS ANY WARRANTIES, INCLUDING, +BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND +FITNESS FOR A PARTICULAR PURPOSE. THE SOFTWARE PROVIDED HEREUNDER IS +ON AN "AS IS" BASIS, AND THE COPYRIGHT HOLDER HAS NO OBLIGATION TO +PROVIDE MAINTENANCE, SUPPORT, UPDATES, ENHANCEMENTS, OR MODIFICATIONS. -8. Limitation of Liability. In no event and under no legal theory, - whether in tort (including negligence), contract, or otherwise, - unless required by applicable law (such as deliberate and grossly - negligent acts) or agreed to in writing, shall any Contributor be - liable to You for damages, including any direct, indirect, special, - incidental, or consequential damages of any character arising as a - result of this License or out of the use or inability to use the - Work (including but not limited to damages for loss of goodwill, - work stoppage, computer failure or malfunction, or any and all - other commercial damages or losses), even if such Contributor - has been advised of the possibility of such damages. +Red Hat Author(s): Behdad Esfahbod +Google Author(s): Behdad Esfahbod -9. Accepting Warranty or Additional Liability. While redistributing - the Work or Derivative Works thereof, You may choose to offer, - and charge a fee for, acceptance of support, warranty, indemnity, - or other liability obligations and/or rights consistent with this - License. However, in accepting such obligations, You may act only - on Your own behalf and on Your sole responsibility, not on behalf - of any other Contributor, and only if You agree to indemnify, - defend, and hold each Contributor harmless for any liability - incurred by, or claims asserted against, such Contributor by reason - of your accepting any such warranty or additional liability. +-------------------------------------------------------------------------------- +harfbuzz -END OF TERMS AND CONDITIONS +Copyright © 2009 Red Hat, Inc. +Copyright © 2015 Google, Inc. -APPENDIX: How to apply the Apache License to your work. + This is part of HarfBuzz, a text shaping library. - To apply the Apache License to your work, attach the following - boilerplate notice, with the fields enclosed by brackets "[]" - replaced with your own identifying information. (Don't include - the brackets!) The text should be enclosed in the appropriate - comment syntax for the file format. We also recommend that a - file or class name and description of purpose be included on the - same "printed page" as the copyright notice for easier - identification within third-party archives. +Permission is hereby granted, without written agreement and without +license or royalty fees, to use, copy, modify, and distribute this +software and its documentation for any purpose, provided that the +above copyright notice and the following two paragraphs appear in +all copies of this software. -Copyright [yyyy] [name of copyright owner] +IN NO EVENT SHALL THE COPYRIGHT HOLDER BE LIABLE TO ANY PARTY FOR +DIRECT, INDIRECT, SPECIAL, INCIDENTAL, OR CONSEQUENTIAL DAMAGES +ARISING OUT OF THE USE OF THIS SOFTWARE AND ITS DOCUMENTATION, EVEN +IF THE COPYRIGHT HOLDER HAS BEEN ADVISED OF THE POSSIBILITY OF SUCH +DAMAGE. -Licensed under the Apache License, Version 2.0 (the "License"); -you may not use this file except in compliance with the License. -You may obtain a copy of the License at +THE COPYRIGHT HOLDER SPECIFICALLY DISCLAIMS ANY WARRANTIES, INCLUDING, +BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND +FITNESS FOR A PARTICULAR PURPOSE. THE SOFTWARE PROVIDED HEREUNDER IS +ON AN "AS IS" BASIS, AND THE COPYRIGHT HOLDER HAS NO OBLIGATION TO +PROVIDE MAINTENANCE, SUPPORT, UPDATES, ENHANCEMENTS, OR MODIFICATIONS. - http://www.apache.org/licenses/LICENSE-2.0 +Red Hat Author(s): Behdad Esfahbod +Google Author(s): Behdad Esfahbod -Unless required by applicable law or agreed to in writing, software -distributed under the License is distributed on an "AS IS" BASIS, -WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -See the License for the specific language governing permissions and -limitations under the License. +-------------------------------------------------------------------------------- +harfbuzz + +Copyright © 2009 Red Hat, Inc. +Copyright © 2018 Ebrahim Byagowi + This is part of HarfBuzz, a text shaping library. ---- LLVM Exceptions to the Apache 2.0 License ---- +Permission is hereby granted, without written agreement and without +license or royalty fees, to use, copy, modify, and distribute this +software and its documentation for any purpose, provided that the +above copyright notice and the following two paragraphs appear in +all copies of this software. -As an exception, if, as a result of your compiling your source code, portions -of this Software are embedded into an Object form of such source code, you -may redistribute such embedded portions in such Object form without complying -with the conditions of Sections 4(a), 4(b) and 4(d) of the License. +IN NO EVENT SHALL THE COPYRIGHT HOLDER BE LIABLE TO ANY PARTY FOR +DIRECT, INDIRECT, SPECIAL, INCIDENTAL, OR CONSEQUENTIAL DAMAGES +ARISING OUT OF THE USE OF THIS SOFTWARE AND ITS DOCUMENTATION, EVEN +IF THE COPYRIGHT HOLDER HAS BEEN ADVISED OF THE POSSIBILITY OF SUCH +DAMAGE. + +THE COPYRIGHT HOLDER SPECIFICALLY DISCLAIMS ANY WARRANTIES, INCLUDING, +BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND +FITNESS FOR A PARTICULAR PURPOSE. THE SOFTWARE PROVIDED HEREUNDER IS +ON AN "AS IS" BASIS, AND THE COPYRIGHT HOLDER HAS NO OBLIGATION TO +PROVIDE MAINTENANCE, SUPPORT, UPDATES, ENHANCEMENTS, OR MODIFICATIONS. + +Red Hat Author(s): Behdad Esfahbod -In addition, if you combine or link compiled forms of this Software with -software that is licensed under the GPLv2 ("Combined Software") and if a -court of competent jurisdiction determines that the patent provision (Section -3), the indemnity provision (Section 9) or other Section of the License -conflicts with the conditions of the GPLv2, you may retroactively and -prospectively choose to deem waived or otherwise exclude such Section(s) of -the License, but only in their entirety and only with respect to the Combined -Software. -------------------------------------------------------------------------------- -glfw +harfbuzz -Copyright (C) 1997-2013 Sam Lantinga +Copyright © 2009 Red Hat, Inc. +Copyright © 2018 Google, Inc. -This software is provided 'as-is', without any express or implied warranty. -In no event will the authors be held liable for any damages arising from the -use of this software. + This is part of HarfBuzz, a text shaping library. -Permission is granted to anyone to use this software for any purpose, -including commercial applications, and to alter it and redistribute it -freely, subject to the following restrictions: +Permission is hereby granted, without written agreement and without +license or royalty fees, to use, copy, modify, and distribute this +software and its documentation for any purpose, provided that the +above copyright notice and the following two paragraphs appear in +all copies of this software. -1. The origin of this software must not be misrepresented; you must not - claim that you wrote the original software. If you use this software - in a product, an acknowledgment in the product documentation would - be appreciated but is not required. +IN NO EVENT SHALL THE COPYRIGHT HOLDER BE LIABLE TO ANY PARTY FOR +DIRECT, INDIRECT, SPECIAL, INCIDENTAL, OR CONSEQUENTIAL DAMAGES +ARISING OUT OF THE USE OF THIS SOFTWARE AND ITS DOCUMENTATION, EVEN +IF THE COPYRIGHT HOLDER HAS BEEN ADVISED OF THE POSSIBILITY OF SUCH +DAMAGE. -2. Altered source versions must be plainly marked as such, and must not be - misrepresented as being the original software. +THE COPYRIGHT HOLDER SPECIFICALLY DISCLAIMS ANY WARRANTIES, INCLUDING, +BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND +FITNESS FOR A PARTICULAR PURPOSE. THE SOFTWARE PROVIDED HEREUNDER IS +ON AN "AS IS" BASIS, AND THE COPYRIGHT HOLDER HAS NO OBLIGATION TO +PROVIDE MAINTENANCE, SUPPORT, UPDATES, ENHANCEMENTS, OR MODIFICATIONS. + +Red Hat Author(s): Behdad Esfahbod +Google Author(s): Behdad Esfahbod -3. This notice may not be removed or altered from any source distribution. -------------------------------------------------------------------------------- -glfw +harfbuzz -Copyright (c) 2002-2006 Marcus Geelnard +Copyright © 2009,2010 Red Hat, Inc. +Copyright © 2010,2011,2012 Google, Inc. -Copyright (c) 2006-2019 Camilla Löwy + This is part of HarfBuzz, a text shaping library. -This software is provided 'as-is', without any express or implied -warranty. In no event will the authors be held liable for any damages -arising from the use of this software. +Permission is hereby granted, without written agreement and without +license or royalty fees, to use, copy, modify, and distribute this +software and its documentation for any purpose, provided that the +above copyright notice and the following two paragraphs appear in +all copies of this software. -Permission is granted to anyone to use this software for any purpose, -including commercial applications, and to alter it and redistribute it -freely, subject to the following restrictions: +IN NO EVENT SHALL THE COPYRIGHT HOLDER BE LIABLE TO ANY PARTY FOR +DIRECT, INDIRECT, SPECIAL, INCIDENTAL, OR CONSEQUENTIAL DAMAGES +ARISING OUT OF THE USE OF THIS SOFTWARE AND ITS DOCUMENTATION, EVEN +IF THE COPYRIGHT HOLDER HAS BEEN ADVISED OF THE POSSIBILITY OF SUCH +DAMAGE. -1. The origin of this software must not be misrepresented; you must not - claim that you wrote the original software. If you use this software - in a product, an acknowledgment in the product documentation would - be appreciated but is not required. +THE COPYRIGHT HOLDER SPECIFICALLY DISCLAIMS ANY WARRANTIES, INCLUDING, +BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND +FITNESS FOR A PARTICULAR PURPOSE. THE SOFTWARE PROVIDED HEREUNDER IS +ON AN "AS IS" BASIS, AND THE COPYRIGHT HOLDER HAS NO OBLIGATION TO +PROVIDE MAINTENANCE, SUPPORT, UPDATES, ENHANCEMENTS, OR MODIFICATIONS. -2. Altered source versions must be plainly marked as such, and must not - be misrepresented as being the original software. +Red Hat Author(s): Behdad Esfahbod +Google Author(s): Behdad Esfahbod -3. This notice may not be removed or altered from any source - distribution. -------------------------------------------------------------------------------- -glfw +harfbuzz -Copyright (c) 2002-2006 Marcus Geelnard -Copyright (c) 2006-2016 Camilla Löwy +Copyright © 2009,2010 Red Hat, Inc. +Copyright © 2010,2011,2012,2013 Google, Inc. -This software is provided 'as-is', without any express or implied -warranty. In no event will the authors be held liable for any damages -arising from the use of this software. + This is part of HarfBuzz, a text shaping library. -Permission is granted to anyone to use this software for any purpose, -including commercial applications, and to alter it and redistribute it -freely, subject to the following restrictions: +Permission is hereby granted, without written agreement and without +license or royalty fees, to use, copy, modify, and distribute this +software and its documentation for any purpose, provided that the +above copyright notice and the following two paragraphs appear in +all copies of this software. -1. The origin of this software must not be misrepresented; you must not - claim that you wrote the original software. If you use this software - in a product, an acknowledgment in the product documentation would - be appreciated but is not required. +IN NO EVENT SHALL THE COPYRIGHT HOLDER BE LIABLE TO ANY PARTY FOR +DIRECT, INDIRECT, SPECIAL, INCIDENTAL, OR CONSEQUENTIAL DAMAGES +ARISING OUT OF THE USE OF THIS SOFTWARE AND ITS DOCUMENTATION, EVEN +IF THE COPYRIGHT HOLDER HAS BEEN ADVISED OF THE POSSIBILITY OF SUCH +DAMAGE. -2. Altered source versions must be plainly marked as such, and must not - be misrepresented as being the original software. +THE COPYRIGHT HOLDER SPECIFICALLY DISCLAIMS ANY WARRANTIES, INCLUDING, +BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND +FITNESS FOR A PARTICULAR PURPOSE. THE SOFTWARE PROVIDED HEREUNDER IS +ON AN "AS IS" BASIS, AND THE COPYRIGHT HOLDER HAS NO OBLIGATION TO +PROVIDE MAINTENANCE, SUPPORT, UPDATES, ENHANCEMENTS, OR MODIFICATIONS. + +Red Hat Author(s): Behdad Esfahbod +Google Author(s): Behdad Esfahbod -3. This notice may not be removed or altered from any source - distribution. -------------------------------------------------------------------------------- -glfw +harfbuzz -Copyright (c) 2002-2006 Marcus Geelnard -Copyright (c) 2006-2017 Camilla Löwy +Copyright © 2009,2010 Red Hat, Inc. +Copyright © 2010,2011,2013 Google, Inc. -This software is provided 'as-is', without any express or implied -warranty. In no event will the authors be held liable for any damages -arising from the use of this software. + This is part of HarfBuzz, a text shaping library. -Permission is granted to anyone to use this software for any purpose, -including commercial applications, and to alter it and redistribute it -freely, subject to the following restrictions: +Permission is hereby granted, without written agreement and without +license or royalty fees, to use, copy, modify, and distribute this +software and its documentation for any purpose, provided that the +above copyright notice and the following two paragraphs appear in +all copies of this software. -1. The origin of this software must not be misrepresented; you must not - claim that you wrote the original software. If you use this software - in a product, an acknowledgment in the product documentation would - be appreciated but is not required. +IN NO EVENT SHALL THE COPYRIGHT HOLDER BE LIABLE TO ANY PARTY FOR +DIRECT, INDIRECT, SPECIAL, INCIDENTAL, OR CONSEQUENTIAL DAMAGES +ARISING OUT OF THE USE OF THIS SOFTWARE AND ITS DOCUMENTATION, EVEN +IF THE COPYRIGHT HOLDER HAS BEEN ADVISED OF THE POSSIBILITY OF SUCH +DAMAGE. -2. Altered source versions must be plainly marked as such, and must not - be misrepresented as being the original software. +THE COPYRIGHT HOLDER SPECIFICALLY DISCLAIMS ANY WARRANTIES, INCLUDING, +BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND +FITNESS FOR A PARTICULAR PURPOSE. THE SOFTWARE PROVIDED HEREUNDER IS +ON AN "AS IS" BASIS, AND THE COPYRIGHT HOLDER HAS NO OBLIGATION TO +PROVIDE MAINTENANCE, SUPPORT, UPDATES, ENHANCEMENTS, OR MODIFICATIONS. + +Red Hat Author(s): Behdad Esfahbod +Google Author(s): Behdad Esfahbod -3. This notice may not be removed or altered from any source - distribution. -------------------------------------------------------------------------------- -glfw +harfbuzz -Copyright (c) 2002-2006 Marcus Geelnard -Copyright (c) 2006-2018 Camilla Löwy +Copyright © 2009,2010 Red Hat, Inc. +Copyright © 2011,2012 Google, Inc. -This software is provided 'as-is', without any express or implied -warranty. In no event will the authors be held liable for any damages -arising from the use of this software. + This is part of HarfBuzz, a text shaping library. -Permission is granted to anyone to use this software for any purpose, -including commercial applications, and to alter it and redistribute it -freely, subject to the following restrictions: +Permission is hereby granted, without written agreement and without +license or royalty fees, to use, copy, modify, and distribute this +software and its documentation for any purpose, provided that the +above copyright notice and the following two paragraphs appear in +all copies of this software. -1. The origin of this software must not be misrepresented; you must not - claim that you wrote the original software. If you use this software - in a product, an acknowledgment in the product documentation would - be appreciated but is not required. +IN NO EVENT SHALL THE COPYRIGHT HOLDER BE LIABLE TO ANY PARTY FOR +DIRECT, INDIRECT, SPECIAL, INCIDENTAL, OR CONSEQUENTIAL DAMAGES +ARISING OUT OF THE USE OF THIS SOFTWARE AND ITS DOCUMENTATION, EVEN +IF THE COPYRIGHT HOLDER HAS BEEN ADVISED OF THE POSSIBILITY OF SUCH +DAMAGE. -2. Altered source versions must be plainly marked as such, and must not - be misrepresented as being the original software. +THE COPYRIGHT HOLDER SPECIFICALLY DISCLAIMS ANY WARRANTIES, INCLUDING, +BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND +FITNESS FOR A PARTICULAR PURPOSE. THE SOFTWARE PROVIDED HEREUNDER IS +ON AN "AS IS" BASIS, AND THE COPYRIGHT HOLDER HAS NO OBLIGATION TO +PROVIDE MAINTENANCE, SUPPORT, UPDATES, ENHANCEMENTS, OR MODIFICATIONS. + +Red Hat Author(s): Behdad Esfahbod +Google Author(s): Behdad Esfahbod -3. This notice may not be removed or altered from any source - distribution. -------------------------------------------------------------------------------- -glfw +harfbuzz -Copyright (c) 2002-2006 Marcus Geelnard -Copyright (c) 2006-2019 Camilla Löwy +Copyright © 2010 Google, Inc. -This software is provided 'as-is', without any express or implied -warranty. In no event will the authors be held liable for any damages -arising from the use of this software. + This is part of HarfBuzz, a text shaping library. -Permission is granted to anyone to use this software for any purpose, -including commercial applications, and to alter it and redistribute it -freely, subject to the following restrictions: +Permission is hereby granted, without written agreement and without +license or royalty fees, to use, copy, modify, and distribute this +software and its documentation for any purpose, provided that the +above copyright notice and the following two paragraphs appear in +all copies of this software. -1. The origin of this software must not be misrepresented; you must not - claim that you wrote the original software. If you use this software - in a product, an acknowledgment in the product documentation would - be appreciated but is not required. +IN NO EVENT SHALL THE COPYRIGHT HOLDER BE LIABLE TO ANY PARTY FOR +DIRECT, INDIRECT, SPECIAL, INCIDENTAL, OR CONSEQUENTIAL DAMAGES +ARISING OUT OF THE USE OF THIS SOFTWARE AND ITS DOCUMENTATION, EVEN +IF THE COPYRIGHT HOLDER HAS BEEN ADVISED OF THE POSSIBILITY OF SUCH +DAMAGE. -2. Altered source versions must be plainly marked as such, and must not - be misrepresented as being the original software. +THE COPYRIGHT HOLDER SPECIFICALLY DISCLAIMS ANY WARRANTIES, INCLUDING, +BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND +FITNESS FOR A PARTICULAR PURPOSE. THE SOFTWARE PROVIDED HEREUNDER IS +ON AN "AS IS" BASIS, AND THE COPYRIGHT HOLDER HAS NO OBLIGATION TO +PROVIDE MAINTENANCE, SUPPORT, UPDATES, ENHANCEMENTS, OR MODIFICATIONS. + +Google Author(s): Behdad Esfahbod -3. This notice may not be removed or altered from any source - distribution. -------------------------------------------------------------------------------- -glfw +harfbuzz -Copyright (c) 2002-2006 Marcus Geelnard -Copyright (c) 2006-2019 Camilla Löwy -Copyright (c) 2012 Torsten Walluhn +Copyright © 2010 Red Hat, Inc. +Copyright © 2012 Google, Inc. -This software is provided 'as-is', without any express or implied -warranty. In no event will the authors be held liable for any damages -arising from the use of this software. + This is part of HarfBuzz, a text shaping library. + +Permission is hereby granted, without written agreement and without +license or royalty fees, to use, copy, modify, and distribute this +software and its documentation for any purpose, provided that the +above copyright notice and the following two paragraphs appear in +all copies of this software. -Permission is granted to anyone to use this software for any purpose, -including commercial applications, and to alter it and redistribute it -freely, subject to the following restrictions: +IN NO EVENT SHALL THE COPYRIGHT HOLDER BE LIABLE TO ANY PARTY FOR +DIRECT, INDIRECT, SPECIAL, INCIDENTAL, OR CONSEQUENTIAL DAMAGES +ARISING OUT OF THE USE OF THIS SOFTWARE AND ITS DOCUMENTATION, EVEN +IF THE COPYRIGHT HOLDER HAS BEEN ADVISED OF THE POSSIBILITY OF SUCH +DAMAGE. -1. The origin of this software must not be misrepresented; you must not - claim that you wrote the original software. If you use this software - in a product, an acknowledgment in the product documentation would - be appreciated but is not required. +THE COPYRIGHT HOLDER SPECIFICALLY DISCLAIMS ANY WARRANTIES, INCLUDING, +BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND +FITNESS FOR A PARTICULAR PURPOSE. THE SOFTWARE PROVIDED HEREUNDER IS +ON AN "AS IS" BASIS, AND THE COPYRIGHT HOLDER HAS NO OBLIGATION TO +PROVIDE MAINTENANCE, SUPPORT, UPDATES, ENHANCEMENTS, OR MODIFICATIONS. -2. Altered source versions must be plainly marked as such, and must not - be misrepresented as being the original software. +Red Hat Author(s): Behdad Esfahbod +Google Author(s): Behdad Esfahbod -3. This notice may not be removed or altered from any source - distribution. -------------------------------------------------------------------------------- -glfw +harfbuzz -Copyright (c) 2006-2017 Camilla Löwy +Copyright © 2010,2011 Google, Inc. -This software is provided 'as-is', without any express or implied -warranty. In no event will the authors be held liable for any damages -arising from the use of this software. + This is part of HarfBuzz, a text shaping library. -Permission is granted to anyone to use this software for any purpose, -including commercial applications, and to alter it and redistribute it -freely, subject to the following restrictions: +Permission is hereby granted, without written agreement and without +license or royalty fees, to use, copy, modify, and distribute this +software and its documentation for any purpose, provided that the +above copyright notice and the following two paragraphs appear in +all copies of this software. -1. The origin of this software must not be misrepresented; you must not - claim that you wrote the original software. If you use this software - in a product, an acknowledgment in the product documentation would - be appreciated but is not required. +IN NO EVENT SHALL THE COPYRIGHT HOLDER BE LIABLE TO ANY PARTY FOR +DIRECT, INDIRECT, SPECIAL, INCIDENTAL, OR CONSEQUENTIAL DAMAGES +ARISING OUT OF THE USE OF THIS SOFTWARE AND ITS DOCUMENTATION, EVEN +IF THE COPYRIGHT HOLDER HAS BEEN ADVISED OF THE POSSIBILITY OF SUCH +DAMAGE. -2. Altered source versions must be plainly marked as such, and must not - be misrepresented as being the original software. +THE COPYRIGHT HOLDER SPECIFICALLY DISCLAIMS ANY WARRANTIES, INCLUDING, +BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND +FITNESS FOR A PARTICULAR PURPOSE. THE SOFTWARE PROVIDED HEREUNDER IS +ON AN "AS IS" BASIS, AND THE COPYRIGHT HOLDER HAS NO OBLIGATION TO +PROVIDE MAINTENANCE, SUPPORT, UPDATES, ENHANCEMENTS, OR MODIFICATIONS. + +Google Author(s): Behdad Esfahbod -3. This notice may not be removed or altered from any source - distribution. -------------------------------------------------------------------------------- -glfw +harfbuzz -Copyright (c) 2006-2018 Camilla Löwy +Copyright © 2010,2011,2012 Google, Inc. -This software is provided 'as-is', without any express or implied -warranty. In no event will the authors be held liable for any damages -arising from the use of this software. + This is part of HarfBuzz, a text shaping library. -Permission is granted to anyone to use this software for any purpose, -including commercial applications, and to alter it and redistribute it -freely, subject to the following restrictions: +Permission is hereby granted, without written agreement and without +license or royalty fees, to use, copy, modify, and distribute this +software and its documentation for any purpose, provided that the +above copyright notice and the following two paragraphs appear in +all copies of this software. -1. The origin of this software must not be misrepresented; you must not - claim that you wrote the original software. If you use this software - in a product, an acknowledgment in the product documentation would - be appreciated but is not required. +IN NO EVENT SHALL THE COPYRIGHT HOLDER BE LIABLE TO ANY PARTY FOR +DIRECT, INDIRECT, SPECIAL, INCIDENTAL, OR CONSEQUENTIAL DAMAGES +ARISING OUT OF THE USE OF THIS SOFTWARE AND ITS DOCUMENTATION, EVEN +IF THE COPYRIGHT HOLDER HAS BEEN ADVISED OF THE POSSIBILITY OF SUCH +DAMAGE. -2. Altered source versions must be plainly marked as such, and must not - be misrepresented as being the original software. +THE COPYRIGHT HOLDER SPECIFICALLY DISCLAIMS ANY WARRANTIES, INCLUDING, +BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND +FITNESS FOR A PARTICULAR PURPOSE. THE SOFTWARE PROVIDED HEREUNDER IS +ON AN "AS IS" BASIS, AND THE COPYRIGHT HOLDER HAS NO OBLIGATION TO +PROVIDE MAINTENANCE, SUPPORT, UPDATES, ENHANCEMENTS, OR MODIFICATIONS. + +Google Author(s): Behdad Esfahbod -3. This notice may not be removed or altered from any source - distribution. -------------------------------------------------------------------------------- -glfw +harfbuzz -Copyright (c) 2009-2016 Camilla Löwy +Copyright © 2010,2011,2013 Google, Inc. -This software is provided 'as-is', without any express or implied -warranty. In no event will the authors be held liable for any damages -arising from the use of this software. + This is part of HarfBuzz, a text shaping library. -Permission is granted to anyone to use this software for any purpose, -including commercial applications, and to alter it and redistribute it -freely, subject to the following restrictions: +Permission is hereby granted, without written agreement and without +license or royalty fees, to use, copy, modify, and distribute this +software and its documentation for any purpose, provided that the +above copyright notice and the following two paragraphs appear in +all copies of this software. -1. The origin of this software must not be misrepresented; you must not - claim that you wrote the original software. If you use this software - in a product, an acknowledgment in the product documentation would - be appreciated but is not required. +IN NO EVENT SHALL THE COPYRIGHT HOLDER BE LIABLE TO ANY PARTY FOR +DIRECT, INDIRECT, SPECIAL, INCIDENTAL, OR CONSEQUENTIAL DAMAGES +ARISING OUT OF THE USE OF THIS SOFTWARE AND ITS DOCUMENTATION, EVEN +IF THE COPYRIGHT HOLDER HAS BEEN ADVISED OF THE POSSIBILITY OF SUCH +DAMAGE. -2. Altered source versions must be plainly marked as such, and must not - be misrepresented as being the original software. +THE COPYRIGHT HOLDER SPECIFICALLY DISCLAIMS ANY WARRANTIES, INCLUDING, +BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND +FITNESS FOR A PARTICULAR PURPOSE. THE SOFTWARE PROVIDED HEREUNDER IS +ON AN "AS IS" BASIS, AND THE COPYRIGHT HOLDER HAS NO OBLIGATION TO +PROVIDE MAINTENANCE, SUPPORT, UPDATES, ENHANCEMENTS, OR MODIFICATIONS. + +Google Author(s): Behdad Esfahbod -3. This notice may not be removed or altered from any source - distribution. -------------------------------------------------------------------------------- -glfw +harfbuzz -Copyright (c) 2009-2019 Camilla Löwy +Copyright © 2010,2012 Google, Inc. -This software is provided 'as-is', without any express or implied -warranty. In no event will the authors be held liable for any damages -arising from the use of this software. + This is part of HarfBuzz, a text shaping library. -Permission is granted to anyone to use this software for any purpose, -including commercial applications, and to alter it and redistribute it -freely, subject to the following restrictions: +Permission is hereby granted, without written agreement and without +license or royalty fees, to use, copy, modify, and distribute this +software and its documentation for any purpose, provided that the +above copyright notice and the following two paragraphs appear in +all copies of this software. -1. The origin of this software must not be misrepresented; you must not - claim that you wrote the original software. If you use this software - in a product, an acknowledgment in the product documentation would - be appreciated but is not required. +IN NO EVENT SHALL THE COPYRIGHT HOLDER BE LIABLE TO ANY PARTY FOR +DIRECT, INDIRECT, SPECIAL, INCIDENTAL, OR CONSEQUENTIAL DAMAGES +ARISING OUT OF THE USE OF THIS SOFTWARE AND ITS DOCUMENTATION, EVEN +IF THE COPYRIGHT HOLDER HAS BEEN ADVISED OF THE POSSIBILITY OF SUCH +DAMAGE. -2. Altered source versions must be plainly marked as such, and must not - be misrepresented as being the original software. +THE COPYRIGHT HOLDER SPECIFICALLY DISCLAIMS ANY WARRANTIES, INCLUDING, +BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND +FITNESS FOR A PARTICULAR PURPOSE. THE SOFTWARE PROVIDED HEREUNDER IS +ON AN "AS IS" BASIS, AND THE COPYRIGHT HOLDER HAS NO OBLIGATION TO +PROVIDE MAINTENANCE, SUPPORT, UPDATES, ENHANCEMENTS, OR MODIFICATIONS. + +Google Author(s): Behdad Esfahbod -3. This notice may not be removed or altered from any source - distribution. -------------------------------------------------------------------------------- -glfw +harfbuzz -Copyright (c) 2009-2019 Camilla Löwy -Copyright (c) 2012 Torsten Walluhn +Copyright © 2011 Google, Inc. -This software is provided 'as-is', without any express or implied -warranty. In no event will the authors be held liable for any damages -arising from the use of this software. + This is part of HarfBuzz, a text shaping library. -Permission is granted to anyone to use this software for any purpose, -including commercial applications, and to alter it and redistribute it -freely, subject to the following restrictions: +Permission is hereby granted, without written agreement and without +license or royalty fees, to use, copy, modify, and distribute this +software and its documentation for any purpose, provided that the +above copyright notice and the following two paragraphs appear in +all copies of this software. -1. The origin of this software must not be misrepresented; you must not - claim that you wrote the original software. If you use this software - in a product, an acknowledgment in the product documentation would - be appreciated but is not required. +IN NO EVENT SHALL THE COPYRIGHT HOLDER BE LIABLE TO ANY PARTY FOR +DIRECT, INDIRECT, SPECIAL, INCIDENTAL, OR CONSEQUENTIAL DAMAGES +ARISING OUT OF THE USE OF THIS SOFTWARE AND ITS DOCUMENTATION, EVEN +IF THE COPYRIGHT HOLDER HAS BEEN ADVISED OF THE POSSIBILITY OF SUCH +DAMAGE. -2. Altered source versions must be plainly marked as such, and must not - be misrepresented as being the original software. +THE COPYRIGHT HOLDER SPECIFICALLY DISCLAIMS ANY WARRANTIES, INCLUDING, +BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND +FITNESS FOR A PARTICULAR PURPOSE. THE SOFTWARE PROVIDED HEREUNDER IS +ON AN "AS IS" BASIS, AND THE COPYRIGHT HOLDER HAS NO OBLIGATION TO +PROVIDE MAINTENANCE, SUPPORT, UPDATES, ENHANCEMENTS, OR MODIFICATIONS. + +Google Author(s): Behdad Esfahbod -3. This notice may not be removed or altered from any source - distribution. -------------------------------------------------------------------------------- -glfw +harfbuzz -Copyright (c) 2009-2021 Camilla Löwy +Copyright © 2011 Martin Hosken +Copyright © 2011 SIL International -This software is provided 'as-is', without any express or implied -warranty. In no event will the authors be held liable for any damages -arising from the use of this software. + This is part of HarfBuzz, a text shaping library. -Permission is granted to anyone to use this software for any purpose, -including commercial applications, and to alter it and redistribute it -freely, subject to the following restrictions: +Permission is hereby granted, without written agreement and without +license or royalty fees, to use, copy, modify, and distribute this +software and its documentation for any purpose, provided that the +above copyright notice and the following two paragraphs appear in +all copies of this software. -1. The origin of this software must not be misrepresented; you must not - claim that you wrote the original software. If you use this software - in a product, an acknowledgment in the product documentation would - be appreciated but is not required. +IN NO EVENT SHALL THE COPYRIGHT HOLDER BE LIABLE TO ANY PARTY FOR +DIRECT, INDIRECT, SPECIAL, INCIDENTAL, OR CONSEQUENTIAL DAMAGES +ARISING OUT OF THE USE OF THIS SOFTWARE AND ITS DOCUMENTATION, EVEN +IF THE COPYRIGHT HOLDER HAS BEEN ADVISED OF THE POSSIBILITY OF SUCH +DAMAGE. -2. Altered source versions must be plainly marked as such, and must not - be misrepresented as being the original software. +THE COPYRIGHT HOLDER SPECIFICALLY DISCLAIMS ANY WARRANTIES, INCLUDING, +BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND +FITNESS FOR A PARTICULAR PURPOSE. THE SOFTWARE PROVIDED HEREUNDER IS +ON AN "AS IS" BASIS, AND THE COPYRIGHT HOLDER HAS NO OBLIGATION TO +PROVIDE MAINTENANCE, SUPPORT, UPDATES, ENHANCEMENTS, OR MODIFICATIONS. -3. This notice may not be removed or altered from any source - distribution. -------------------------------------------------------------------------------- -glfw +harfbuzz -Copyright (c) 2014 Jonas Ådahl +Copyright © 2011 Martin Hosken +Copyright © 2011 SIL International +Copyright © 2011,2012 Google, Inc. -This software is provided 'as-is', without any express or implied -warranty. In no event will the authors be held liable for any damages -arising from the use of this software. + This is part of HarfBuzz, a text shaping library. -Permission is granted to anyone to use this software for any purpose, -including commercial applications, and to alter it and redistribute it -freely, subject to the following restrictions: +Permission is hereby granted, without written agreement and without +license or royalty fees, to use, copy, modify, and distribute this +software and its documentation for any purpose, provided that the +above copyright notice and the following two paragraphs appear in +all copies of this software. -1. The origin of this software must not be misrepresented; you must not - claim that you wrote the original software. If you use this software - in a product, an acknowledgment in the product documentation would - be appreciated but is not required. +IN NO EVENT SHALL THE COPYRIGHT HOLDER BE LIABLE TO ANY PARTY FOR +DIRECT, INDIRECT, SPECIAL, INCIDENTAL, OR CONSEQUENTIAL DAMAGES +ARISING OUT OF THE USE OF THIS SOFTWARE AND ITS DOCUMENTATION, EVEN +IF THE COPYRIGHT HOLDER HAS BEEN ADVISED OF THE POSSIBILITY OF SUCH +DAMAGE. + +THE COPYRIGHT HOLDER SPECIFICALLY DISCLAIMS ANY WARRANTIES, INCLUDING, +BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND +FITNESS FOR A PARTICULAR PURPOSE. THE SOFTWARE PROVIDED HEREUNDER IS +ON AN "AS IS" BASIS, AND THE COPYRIGHT HOLDER HAS NO OBLIGATION TO +PROVIDE MAINTENANCE, SUPPORT, UPDATES, ENHANCEMENTS, OR MODIFICATIONS. -2. Altered source versions must be plainly marked as such, and must not - be misrepresented as being the original software. +Google Author(s): Behdad Esfahbod -3. This notice may not be removed or altered from any source - distribution. -------------------------------------------------------------------------------- -glfw +harfbuzz -Copyright (c) 2016 Google Inc. -Copyright (c) 2016-2017 Camilla Löwy +Copyright © 2011,2012 Google, Inc. -This software is provided 'as-is', without any express or implied -warranty. In no event will the authors be held liable for any damages -arising from the use of this software. + This is part of HarfBuzz, a text shaping library. -Permission is granted to anyone to use this software for any purpose, -including commercial applications, and to alter it and redistribute it -freely, subject to the following restrictions: +Permission is hereby granted, without written agreement and without +license or royalty fees, to use, copy, modify, and distribute this +software and its documentation for any purpose, provided that the +above copyright notice and the following two paragraphs appear in +all copies of this software. -1. The origin of this software must not be misrepresented; you must not - claim that you wrote the original software. If you use this software - in a product, an acknowledgment in the product documentation would - be appreciated but is not required. +IN NO EVENT SHALL THE COPYRIGHT HOLDER BE LIABLE TO ANY PARTY FOR +DIRECT, INDIRECT, SPECIAL, INCIDENTAL, OR CONSEQUENTIAL DAMAGES +ARISING OUT OF THE USE OF THIS SOFTWARE AND ITS DOCUMENTATION, EVEN +IF THE COPYRIGHT HOLDER HAS BEEN ADVISED OF THE POSSIBILITY OF SUCH +DAMAGE. -2. Altered source versions must be plainly marked as such, and must not - be misrepresented as being the original software. +THE COPYRIGHT HOLDER SPECIFICALLY DISCLAIMS ANY WARRANTIES, INCLUDING, +BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND +FITNESS FOR A PARTICULAR PURPOSE. THE SOFTWARE PROVIDED HEREUNDER IS +ON AN "AS IS" BASIS, AND THE COPYRIGHT HOLDER HAS NO OBLIGATION TO +PROVIDE MAINTENANCE, SUPPORT, UPDATES, ENHANCEMENTS, OR MODIFICATIONS. + +Google Author(s): Behdad Esfahbod -3. This notice may not be removed or altered from any source - distribution. -------------------------------------------------------------------------------- -glfw +harfbuzz -Copyright (c) 2016 Google Inc. -Copyright (c) 2016-2019 Camilla Löwy +Copyright © 2011,2012 Google, Inc. -This software is provided 'as-is', without any express or implied -warranty. In no event will the authors be held liable for any damages -arising from the use of this software. + This is part of HarfBuzz, a text shaping library. -Permission is granted to anyone to use this software for any purpose, -including commercial applications, and to alter it and redistribute it -freely, subject to the following restrictions: +Permission is hereby granted, without written agreement and without +license or royalty fees, to use, copy, modify, and distribute this +software and its documentation for any purpose, provided that the +above copyright notice and the following two paragraphs appear in +all copies of this software. -1. The origin of this software must not be misrepresented; you must not - claim that you wrote the original software. If you use this software - in a product, an acknowledgment in the product documentation would - be appreciated but is not required. +IN NO EVENT SHALL THE COPYRIGHT HOLDER BE LIABLE TO ANY PARTY FOR +DIRECT, INDIRECT, SPECIAL, INCIDENTAL, OR CONSEQUENTIAL DAMAGES +ARISING OUT OF THE USE OF THIS SOFTWARE AND ITS DOCUMENTATION, EVEN +IF THE COPYRIGHT HOLDER HAS BEEN ADVISED OF THE POSSIBILITY OF SUCH +DAMAGE. -2. Altered source versions must be plainly marked as such, and must not - be misrepresented as being the original software. +THE COPYRIGHT HOLDER SPECIFICALLY DISCLAIMS ANY WARRANTIES, INCLUDING, +BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND +FITNESS FOR A PARTICULAR PURPOSE. THE SOFTWARE PROVIDED HEREUNDER IS +ON AN "AS IS" BASIS, AND THE COPYRIGHT HOLDER HAS NO OBLIGATION TO +PROVIDE MAINTENANCE, SUPPORT, UPDATES, ENHANCEMENTS, OR MODIFICATIONS. + +Google Author(s): Behdad Esfahbod, Roderick Sheeter -3. This notice may not be removed or altered from any source - distribution. -------------------------------------------------------------------------------- -glfw +harfbuzz -Copyright (c) 2016-2017 Camilla Löwy +Copyright © 2011,2012 Google, Inc. +Copyright © 2018 Ebrahim Byagowi -This software is provided 'as-is', without any express or implied -warranty. In no event will the authors be held liable for any damages -arising from the use of this software. + This is part of HarfBuzz, a text shaping library. -Permission is granted to anyone to use this software for any purpose, -including commercial applications, and to alter it and redistribute it -freely, subject to the following restrictions: +Permission is hereby granted, without written agreement and without +license or royalty fees, to use, copy, modify, and distribute this +software and its documentation for any purpose, provided that the +above copyright notice and the following two paragraphs appear in +all copies of this software. -1. The origin of this software must not be misrepresented; you must not - claim that you wrote the original software. If you use this software - in a product, an acknowledgment in the product documentation would - be appreciated but is not required. +IN NO EVENT SHALL THE COPYRIGHT HOLDER BE LIABLE TO ANY PARTY FOR +DIRECT, INDIRECT, SPECIAL, INCIDENTAL, OR CONSEQUENTIAL DAMAGES +ARISING OUT OF THE USE OF THIS SOFTWARE AND ITS DOCUMENTATION, EVEN +IF THE COPYRIGHT HOLDER HAS BEEN ADVISED OF THE POSSIBILITY OF SUCH +DAMAGE. -2. Altered source versions must be plainly marked as such, and must not - be misrepresented as being the original software. +THE COPYRIGHT HOLDER SPECIFICALLY DISCLAIMS ANY WARRANTIES, INCLUDING, +BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND +FITNESS FOR A PARTICULAR PURPOSE. THE SOFTWARE PROVIDED HEREUNDER IS +ON AN "AS IS" BASIS, AND THE COPYRIGHT HOLDER HAS NO OBLIGATION TO +PROVIDE MAINTENANCE, SUPPORT, UPDATES, ENHANCEMENTS, OR MODIFICATIONS. + +Google Author(s): Behdad Esfahbod -3. This notice may not be removed or altered from any source - distribution. -------------------------------------------------------------------------------- -glfw +harfbuzz -Copyright (c) 2021 Camilla Löwy +Copyright © 2011,2012,2013 Google, Inc. -This software is provided 'as-is', without any express or implied -warranty. In no event will the authors be held liable for any damages -arising from the use of this software. + This is part of HarfBuzz, a text shaping library. -Permission is granted to anyone to use this software for any purpose, -including commercial applications, and to alter it and redistribute it -freely, subject to the following restrictions: +Permission is hereby granted, without written agreement and without +license or royalty fees, to use, copy, modify, and distribute this +software and its documentation for any purpose, provided that the +above copyright notice and the following two paragraphs appear in +all copies of this software. -1. The origin of this software must not be misrepresented; you must not - claim that you wrote the original software. If you use this software - in a product, an acknowledgment in the product documentation would - be appreciated but is not required. +IN NO EVENT SHALL THE COPYRIGHT HOLDER BE LIABLE TO ANY PARTY FOR +DIRECT, INDIRECT, SPECIAL, INCIDENTAL, OR CONSEQUENTIAL DAMAGES +ARISING OUT OF THE USE OF THIS SOFTWARE AND ITS DOCUMENTATION, EVEN +IF THE COPYRIGHT HOLDER HAS BEEN ADVISED OF THE POSSIBILITY OF SUCH +DAMAGE. -2. Altered source versions must be plainly marked as such, and must not - be misrepresented as being the original software. +THE COPYRIGHT HOLDER SPECIFICALLY DISCLAIMS ANY WARRANTIES, INCLUDING, +BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND +FITNESS FOR A PARTICULAR PURPOSE. THE SOFTWARE PROVIDED HEREUNDER IS +ON AN "AS IS" BASIS, AND THE COPYRIGHT HOLDER HAS NO OBLIGATION TO +PROVIDE MAINTENANCE, SUPPORT, UPDATES, ENHANCEMENTS, OR MODIFICATIONS. + +Google Author(s): Behdad Esfahbod -3. This notice may not be removed or altered from any source - distribution. -------------------------------------------------------------------------------- -glfw +harfbuzz -Copyright (c) 2022 Camilla Löwy +Copyright © 2011,2012,2013 Google, Inc. +Copyright © 2021 Khaled Hosny -This software is provided 'as-is', without any express or implied -warranty. In no event will the authors be held liable for any damages -arising from the use of this software. + This is part of HarfBuzz, a text shaping library. -Permission is granted to anyone to use this software for any purpose, -including commercial applications, and to alter it and redistribute it -freely, subject to the following restrictions: +Permission is hereby granted, without written agreement and without +license or royalty fees, to use, copy, modify, and distribute this +software and its documentation for any purpose, provided that the +above copyright notice and the following two paragraphs appear in +all copies of this software. -1. The origin of this software must not be misrepresented; you must not - claim that you wrote the original software. If you use this software - in a product, an acknowledgment in the product documentation would - be appreciated but is not required. +IN NO EVENT SHALL THE COPYRIGHT HOLDER BE LIABLE TO ANY PARTY FOR +DIRECT, INDIRECT, SPECIAL, INCIDENTAL, OR CONSEQUENTIAL DAMAGES +ARISING OUT OF THE USE OF THIS SOFTWARE AND ITS DOCUMENTATION, EVEN +IF THE COPYRIGHT HOLDER HAS BEEN ADVISED OF THE POSSIBILITY OF SUCH +DAMAGE. -2. Altered source versions must be plainly marked as such, and must not - be misrepresented as being the original software. +THE COPYRIGHT HOLDER SPECIFICALLY DISCLAIMS ANY WARRANTIES, INCLUDING, +BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND +FITNESS FOR A PARTICULAR PURPOSE. THE SOFTWARE PROVIDED HEREUNDER IS +ON AN "AS IS" BASIS, AND THE COPYRIGHT HOLDER HAS NO OBLIGATION TO +PROVIDE MAINTENANCE, SUPPORT, UPDATES, ENHANCEMENTS, OR MODIFICATIONS. + +Google Author(s): Behdad Esfahbod -3. This notice may not be removed or altered from any source - distribution. -------------------------------------------------------------------------------- -glslang +harfbuzz -Copyright (C) 2002-2005 3Dlabs Inc. Ltd. -All rights reserved. +Copyright © 2011,2012,2014 Google, Inc. -Redistribution and use in source and binary forms, with or without -modification, are permitted provided that the following conditions -are met: + This is part of HarfBuzz, a text shaping library. - Redistributions of source code must retain the above copyright - notice, this list of conditions and the following disclaimer. +Permission is hereby granted, without written agreement and without +license or royalty fees, to use, copy, modify, and distribute this +software and its documentation for any purpose, provided that the +above copyright notice and the following two paragraphs appear in +all copies of this software. - Redistributions in binary form must reproduce the above - copyright notice, this list of conditions and the following - disclaimer in the documentation and/or other materials provided - with the distribution. +IN NO EVENT SHALL THE COPYRIGHT HOLDER BE LIABLE TO ANY PARTY FOR +DIRECT, INDIRECT, SPECIAL, INCIDENTAL, OR CONSEQUENTIAL DAMAGES +ARISING OUT OF THE USE OF THIS SOFTWARE AND ITS DOCUMENTATION, EVEN +IF THE COPYRIGHT HOLDER HAS BEEN ADVISED OF THE POSSIBILITY OF SUCH +DAMAGE. - Neither the name of 3Dlabs Inc. Ltd. nor the names of its - contributors may be used to endorse or promote products derived - from this software without specific prior written permission. +THE COPYRIGHT HOLDER SPECIFICALLY DISCLAIMS ANY WARRANTIES, INCLUDING, +BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND +FITNESS FOR A PARTICULAR PURPOSE. THE SOFTWARE PROVIDED HEREUNDER IS +ON AN "AS IS" BASIS, AND THE COPYRIGHT HOLDER HAS NO OBLIGATION TO +PROVIDE MAINTENANCE, SUPPORT, UPDATES, ENHANCEMENTS, OR MODIFICATIONS. + +Google Author(s): Behdad Esfahbod -THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS -"AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT -LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS -FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE -COPYRIGHT HOLDERS OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, -INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, -BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; -LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER -CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT -LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN -ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE -POSSIBILITY OF SUCH DAMAGE. -------------------------------------------------------------------------------- -glslang +harfbuzz -Copyright (C) 2002-2005 3Dlabs Inc. Ltd. -Copyright (C) 2012-2013 LunarG, Inc. +Copyright © 2011,2014 Google, Inc. -All rights reserved. + This is part of HarfBuzz, a text shaping library. -Redistribution and use in source and binary forms, with or without -modification, are permitted provided that the following conditions -are met: +Permission is hereby granted, without written agreement and without +license or royalty fees, to use, copy, modify, and distribute this +software and its documentation for any purpose, provided that the +above copyright notice and the following two paragraphs appear in +all copies of this software. - Redistributions of source code must retain the above copyright - notice, this list of conditions and the following disclaimer. +IN NO EVENT SHALL THE COPYRIGHT HOLDER BE LIABLE TO ANY PARTY FOR +DIRECT, INDIRECT, SPECIAL, INCIDENTAL, OR CONSEQUENTIAL DAMAGES +ARISING OUT OF THE USE OF THIS SOFTWARE AND ITS DOCUMENTATION, EVEN +IF THE COPYRIGHT HOLDER HAS BEEN ADVISED OF THE POSSIBILITY OF SUCH +DAMAGE. - Redistributions in binary form must reproduce the above - copyright notice, this list of conditions and the following - disclaimer in the documentation and/or other materials provided - with the distribution. +THE COPYRIGHT HOLDER SPECIFICALLY DISCLAIMS ANY WARRANTIES, INCLUDING, +BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND +FITNESS FOR A PARTICULAR PURPOSE. THE SOFTWARE PROVIDED HEREUNDER IS +ON AN "AS IS" BASIS, AND THE COPYRIGHT HOLDER HAS NO OBLIGATION TO +PROVIDE MAINTENANCE, SUPPORT, UPDATES, ENHANCEMENTS, OR MODIFICATIONS. - Neither the name of 3Dlabs Inc. Ltd. nor the names of its - contributors may be used to endorse or promote products derived - from this software without specific prior written permission. +Google Author(s): Behdad Esfahbod, Roozbeh Pournader -THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS -"AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT -LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS -FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE -COPYRIGHT HOLDERS OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, -INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, -BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; -LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER -CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT -LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN -ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE -POSSIBILITY OF SUCH DAMAGE. -------------------------------------------------------------------------------- -glslang +harfbuzz -Copyright (C) 2002-2005 3Dlabs Inc. Ltd. -Copyright (C) 2012-2013 LunarG, Inc. -Copyright (C) 2015-2018 Google, Inc. +Copyright © 2012 Google, Inc. -All rights reserved. + This is part of HarfBuzz, a text shaping library. -Redistribution and use in source and binary forms, with or without -modification, are permitted provided that the following conditions -are met: +Permission is hereby granted, without written agreement and without +license or royalty fees, to use, copy, modify, and distribute this +software and its documentation for any purpose, provided that the +above copyright notice and the following two paragraphs appear in +all copies of this software. - Redistributions of source code must retain the above copyright - notice, this list of conditions and the following disclaimer. +IN NO EVENT SHALL THE COPYRIGHT HOLDER BE LIABLE TO ANY PARTY FOR +DIRECT, INDIRECT, SPECIAL, INCIDENTAL, OR CONSEQUENTIAL DAMAGES +ARISING OUT OF THE USE OF THIS SOFTWARE AND ITS DOCUMENTATION, EVEN +IF THE COPYRIGHT HOLDER HAS BEEN ADVISED OF THE POSSIBILITY OF SUCH +DAMAGE. - Redistributions in binary form must reproduce the above - copyright notice, this list of conditions and the following - disclaimer in the documentation and/or other materials provided - with the distribution. +THE COPYRIGHT HOLDER SPECIFICALLY DISCLAIMS ANY WARRANTIES, INCLUDING, +BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND +FITNESS FOR A PARTICULAR PURPOSE. THE SOFTWARE PROVIDED HEREUNDER IS +ON AN "AS IS" BASIS, AND THE COPYRIGHT HOLDER HAS NO OBLIGATION TO +PROVIDE MAINTENANCE, SUPPORT, UPDATES, ENHANCEMENTS, OR MODIFICATIONS. - Neither the name of 3Dlabs Inc. Ltd. nor the names of its - contributors may be used to endorse or promote products derived - from this software without specific prior written permission. +Google Author(s): Behdad Esfahbod -THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS -"AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT -LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS -FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE -COPYRIGHT HOLDERS OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, -INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, -BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; -LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER -CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT -LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN -ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE -POSSIBILITY OF SUCH DAMAGE. -------------------------------------------------------------------------------- -glslang +harfbuzz -Copyright (C) 2002-2005 3Dlabs Inc. Ltd. -Copyright (C) 2012-2013 LunarG, Inc. -Copyright (C) 2017 ARM Limited. -Copyright (C) 2015-2018 Google, Inc. -Modifications Copyright (C) 2020 Advanced Micro Devices, Inc. All rights reserved. +Copyright © 2012 Mozilla Foundation. -All rights reserved. + This is part of HarfBuzz, a text shaping library. -Redistribution and use in source and binary forms, with or without -modification, are permitted provided that the following conditions -are met: +Permission is hereby granted, without written agreement and without +license or royalty fees, to use, copy, modify, and distribute this +software and its documentation for any purpose, provided that the +above copyright notice and the following two paragraphs appear in +all copies of this software. - Redistributions of source code must retain the above copyright - notice, this list of conditions and the following disclaimer. +IN NO EVENT SHALL THE COPYRIGHT HOLDER BE LIABLE TO ANY PARTY FOR +DIRECT, INDIRECT, SPECIAL, INCIDENTAL, OR CONSEQUENTIAL DAMAGES +ARISING OUT OF THE USE OF THIS SOFTWARE AND ITS DOCUMENTATION, EVEN +IF THE COPYRIGHT HOLDER HAS BEEN ADVISED OF THE POSSIBILITY OF SUCH +DAMAGE. - Redistributions in binary form must reproduce the above - copyright notice, this list of conditions and the following - disclaimer in the documentation and/or other materials provided - with the distribution. +THE COPYRIGHT HOLDER SPECIFICALLY DISCLAIMS ANY WARRANTIES, INCLUDING, +BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND +FITNESS FOR A PARTICULAR PURPOSE. THE SOFTWARE PROVIDED HEREUNDER IS +ON AN "AS IS" BASIS, AND THE COPYRIGHT HOLDER HAS NO OBLIGATION TO +PROVIDE MAINTENANCE, SUPPORT, UPDATES, ENHANCEMENTS, OR MODIFICATIONS. - Neither the name of 3Dlabs Inc. Ltd. nor the names of its - contributors may be used to endorse or promote products derived - from this software without specific prior written permission. +Mozilla Author(s): Jonathan Kew -THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS -"AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT -LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS -FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE -COPYRIGHT HOLDERS OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, -INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, -BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; -LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER -CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT -LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN -ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE -POSSIBILITY OF SUCH DAMAGE. -------------------------------------------------------------------------------- -glslang +harfbuzz -Copyright (C) 2002-2005 3Dlabs Inc. Ltd. -Copyright (C) 2012-2013 LunarG, Inc. -Copyright (C) 2017 ARM Limited. -Copyright (C) 2015-2019 Google, Inc. -Modifications Copyright (C) 2020 Advanced Micro Devices, Inc. All rights reserved. +Copyright © 2012,2013 Google, Inc. -All rights reserved. + This is part of HarfBuzz, a text shaping library. -Redistribution and use in source and binary forms, with or without -modification, are permitted provided that the following conditions -are met: +Permission is hereby granted, without written agreement and without +license or royalty fees, to use, copy, modify, and distribute this +software and its documentation for any purpose, provided that the +above copyright notice and the following two paragraphs appear in +all copies of this software. - Redistributions of source code must retain the above copyright - notice, this list of conditions and the following disclaimer. +IN NO EVENT SHALL THE COPYRIGHT HOLDER BE LIABLE TO ANY PARTY FOR +DIRECT, INDIRECT, SPECIAL, INCIDENTAL, OR CONSEQUENTIAL DAMAGES +ARISING OUT OF THE USE OF THIS SOFTWARE AND ITS DOCUMENTATION, EVEN +IF THE COPYRIGHT HOLDER HAS BEEN ADVISED OF THE POSSIBILITY OF SUCH +DAMAGE. - Redistributions in binary form must reproduce the above - copyright notice, this list of conditions and the following - disclaimer in the documentation and/or other materials provided - with the distribution. +THE COPYRIGHT HOLDER SPECIFICALLY DISCLAIMS ANY WARRANTIES, INCLUDING, +BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND +FITNESS FOR A PARTICULAR PURPOSE. THE SOFTWARE PROVIDED HEREUNDER IS +ON AN "AS IS" BASIS, AND THE COPYRIGHT HOLDER HAS NO OBLIGATION TO +PROVIDE MAINTENANCE, SUPPORT, UPDATES, ENHANCEMENTS, OR MODIFICATIONS. - Neither the name of 3Dlabs Inc. Ltd. nor the names of its - contributors may be used to endorse or promote products derived - from this software without specific prior written permission. +Google Author(s): Behdad Esfahbod -THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS -"AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT -LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS -FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE -COPYRIGHT HOLDERS OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, -INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, -BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; -LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER -CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT -LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN -ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE -POSSIBILITY OF SUCH DAMAGE. -------------------------------------------------------------------------------- -glslang +harfbuzz -Copyright (C) 2002-2005 3Dlabs Inc. Ltd. -Copyright (C) 2012-2013 LunarG, Inc. -Copyright (C) 2017 ARM Limited. -Copyright (C) 2018-2020 Google, Inc. +Copyright © 2012,2013 Mozilla Foundation. +Copyright © 2012,2013 Google, Inc. -All rights reserved. + This is part of HarfBuzz, a text shaping library. -Redistribution and use in source and binary forms, with or without -modification, are permitted provided that the following conditions -are met: +Permission is hereby granted, without written agreement and without +license or royalty fees, to use, copy, modify, and distribute this +software and its documentation for any purpose, provided that the +above copyright notice and the following two paragraphs appear in +all copies of this software. - Redistributions of source code must retain the above copyright - notice, this list of conditions and the following disclaimer. +IN NO EVENT SHALL THE COPYRIGHT HOLDER BE LIABLE TO ANY PARTY FOR +DIRECT, INDIRECT, SPECIAL, INCIDENTAL, OR CONSEQUENTIAL DAMAGES +ARISING OUT OF THE USE OF THIS SOFTWARE AND ITS DOCUMENTATION, EVEN +IF THE COPYRIGHT HOLDER HAS BEEN ADVISED OF THE POSSIBILITY OF SUCH +DAMAGE. - Redistributions in binary form must reproduce the above - copyright notice, this list of conditions and the following - disclaimer in the documentation and/or other materials provided - with the distribution. +THE COPYRIGHT HOLDER SPECIFICALLY DISCLAIMS ANY WARRANTIES, INCLUDING, +BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND +FITNESS FOR A PARTICULAR PURPOSE. THE SOFTWARE PROVIDED HEREUNDER IS +ON AN "AS IS" BASIS, AND THE COPYRIGHT HOLDER HAS NO OBLIGATION TO +PROVIDE MAINTENANCE, SUPPORT, UPDATES, ENHANCEMENTS, OR MODIFICATIONS. - Neither the name of 3Dlabs Inc. Ltd. nor the names of its - contributors may be used to endorse or promote products derived - from this software without specific prior written permission. +Mozilla Author(s): Jonathan Kew +Google Author(s): Behdad Esfahbod -THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS -"AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT -LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS -FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE -COPYRIGHT HOLDERS OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, -INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, -BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; -LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER -CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT -LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN -ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE -POSSIBILITY OF SUCH DAMAGE. -------------------------------------------------------------------------------- -glslang +harfbuzz -Copyright (C) 2002-2005 3Dlabs Inc. Ltd. -Copyright (C) 2012-2013 LunarG, Inc. -Copyright (C) 2017 ARM Limited. -Modifications Copyright (C) 2020 Advanced Micro Devices, Inc. All rights reserved. +Copyright © 2012,2017 Google, Inc. +Copyright © 2021 Behdad Esfahbod -All rights reserved. + This is part of HarfBuzz, a text shaping library. -Redistribution and use in source and binary forms, with or without -modification, are permitted provided that the following conditions -are met: +Permission is hereby granted, without written agreement and without +license or royalty fees, to use, copy, modify, and distribute this +software and its documentation for any purpose, provided that the +above copyright notice and the following two paragraphs appear in +all copies of this software. - Redistributions of source code must retain the above copyright - notice, this list of conditions and the following disclaimer. +IN NO EVENT SHALL THE COPYRIGHT HOLDER BE LIABLE TO ANY PARTY FOR +DIRECT, INDIRECT, SPECIAL, INCIDENTAL, OR CONSEQUENTIAL DAMAGES +ARISING OUT OF THE USE OF THIS SOFTWARE AND ITS DOCUMENTATION, EVEN +IF THE COPYRIGHT HOLDER HAS BEEN ADVISED OF THE POSSIBILITY OF SUCH +DAMAGE. - Redistributions in binary form must reproduce the above - copyright notice, this list of conditions and the following - disclaimer in the documentation and/or other materials provided - with the distribution. +THE COPYRIGHT HOLDER SPECIFICALLY DISCLAIMS ANY WARRANTIES, INCLUDING, +BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND +FITNESS FOR A PARTICULAR PURPOSE. THE SOFTWARE PROVIDED HEREUNDER IS +ON AN "AS IS" BASIS, AND THE COPYRIGHT HOLDER HAS NO OBLIGATION TO +PROVIDE MAINTENANCE, SUPPORT, UPDATES, ENHANCEMENTS, OR MODIFICATIONS. - Neither the name of 3Dlabs Inc. Ltd. nor the names of its - contributors may be used to endorse or promote products derived - from this software without specific prior written permission. +Google Author(s): Behdad Esfahbod -THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS -"AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT -LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS -FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE -COPYRIGHT HOLDERS OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, -INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, -BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; -LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER -CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT -LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN -ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE -POSSIBILITY OF SUCH DAMAGE. -------------------------------------------------------------------------------- -glslang +harfbuzz -Copyright (C) 2002-2005 3Dlabs Inc. Ltd. -Copyright (C) 2012-2013 LunarG, Inc. -Copyright (C) 2017, 2022-2024 Arm Limited. -Copyright (C) 2015-2018 Google, Inc. -Modifications Copyright (C) 2020 Advanced Micro Devices, Inc. All rights reserved. -Modifications Copyright (C) 2024 Valve Corporation. +Copyright © 2012,2018 Google, Inc. -All rights reserved. + This is part of HarfBuzz, a text shaping library. -Redistribution and use in source and binary forms, with or without -modification, are permitted provided that the following conditions -are met: +Permission is hereby granted, without written agreement and without +license or royalty fees, to use, copy, modify, and distribute this +software and its documentation for any purpose, provided that the +above copyright notice and the following two paragraphs appear in +all copies of this software. - Redistributions of source code must retain the above copyright - notice, this list of conditions and the following disclaimer. +IN NO EVENT SHALL THE COPYRIGHT HOLDER BE LIABLE TO ANY PARTY FOR +DIRECT, INDIRECT, SPECIAL, INCIDENTAL, OR CONSEQUENTIAL DAMAGES +ARISING OUT OF THE USE OF THIS SOFTWARE AND ITS DOCUMENTATION, EVEN +IF THE COPYRIGHT HOLDER HAS BEEN ADVISED OF THE POSSIBILITY OF SUCH +DAMAGE. - Redistributions in binary form must reproduce the above - copyright notice, this list of conditions and the following - disclaimer in the documentation and/or other materials provided - with the distribution. +THE COPYRIGHT HOLDER SPECIFICALLY DISCLAIMS ANY WARRANTIES, INCLUDING, +BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND +FITNESS FOR A PARTICULAR PURPOSE. THE SOFTWARE PROVIDED HEREUNDER IS +ON AN "AS IS" BASIS, AND THE COPYRIGHT HOLDER HAS NO OBLIGATION TO +PROVIDE MAINTENANCE, SUPPORT, UPDATES, ENHANCEMENTS, OR MODIFICATIONS. - Neither the name of 3Dlabs Inc. Ltd. nor the names of its - contributors may be used to endorse or promote products derived - from this software without specific prior written permission. +Google Author(s): Behdad Esfahbod -THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS -"AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT -LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS -FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE -COPYRIGHT HOLDERS OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, -INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, -BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; -LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER -CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT -LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN -ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE -POSSIBILITY OF SUCH DAMAGE. -------------------------------------------------------------------------------- -glslang +harfbuzz -Copyright (C) 2002-2005 3Dlabs Inc. Ltd. -Copyright (C) 2012-2013 LunarG, Inc. -Copyright (C) 2017, 2022-2024 Arm Limited. -Copyright (C) 2015-2020 Google, Inc. -Modifications Copyright (C) 2020 Advanced Micro Devices, Inc. All rights reserved. +Copyright © 2013 Google, Inc. -All rights reserved. + This is part of HarfBuzz, a text shaping library. -Redistribution and use in source and binary forms, with or without -modification, are permitted provided that the following conditions -are met: +Permission is hereby granted, without written agreement and without +license or royalty fees, to use, copy, modify, and distribute this +software and its documentation for any purpose, provided that the +above copyright notice and the following two paragraphs appear in +all copies of this software. - Redistributions of source code must retain the above copyright - notice, this list of conditions and the following disclaimer. +IN NO EVENT SHALL THE COPYRIGHT HOLDER BE LIABLE TO ANY PARTY FOR +DIRECT, INDIRECT, SPECIAL, INCIDENTAL, OR CONSEQUENTIAL DAMAGES +ARISING OUT OF THE USE OF THIS SOFTWARE AND ITS DOCUMENTATION, EVEN +IF THE COPYRIGHT HOLDER HAS BEEN ADVISED OF THE POSSIBILITY OF SUCH +DAMAGE. - Redistributions in binary form must reproduce the above - copyright notice, this list of conditions and the following - disclaimer in the documentation and/or other materials provided - with the distribution. +THE COPYRIGHT HOLDER SPECIFICALLY DISCLAIMS ANY WARRANTIES, INCLUDING, +BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND +FITNESS FOR A PARTICULAR PURPOSE. THE SOFTWARE PROVIDED HEREUNDER IS +ON AN "AS IS" BASIS, AND THE COPYRIGHT HOLDER HAS NO OBLIGATION TO +PROVIDE MAINTENANCE, SUPPORT, UPDATES, ENHANCEMENTS, OR MODIFICATIONS. - Neither the name of 3Dlabs Inc. Ltd. nor the names of its - contributors may be used to endorse or promote products derived - from this software without specific prior written permission. +Google Author(s): Behdad Esfahbod -THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS -"AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT -LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS -FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE -COPYRIGHT HOLDERS OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, -INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, -BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; -LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER -CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT -LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN -ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE -POSSIBILITY OF SUCH DAMAGE. -------------------------------------------------------------------------------- -glslang +harfbuzz -Copyright (C) 2002-2005 3Dlabs Inc. Ltd. -Copyright (C) 2012-2015 LunarG, Inc. -Copyright (C) 2015-2018 Google, Inc. -Copyright (C) 2017, 2019 ARM Limited. -Modifications Copyright (C) 2020 Advanced Micro Devices, Inc. All rights reserved. -Modifications Copyright (C) 2024 Ravi Prakash Singh. +Copyright © 2013 Red Hat, Inc. -All rights reserved. + This is part of HarfBuzz, a text shaping library. -Redistribution and use in source and binary forms, with or without -modification, are permitted provided that the following conditions -are met: +Permission is hereby granted, without written agreement and without +license or royalty fees, to use, copy, modify, and distribute this +software and its documentation for any purpose, provided that the +above copyright notice and the following two paragraphs appear in +all copies of this software. - Redistributions of source code must retain the above copyright - notice, this list of conditions and the following disclaimer. +IN NO EVENT SHALL THE COPYRIGHT HOLDER BE LIABLE TO ANY PARTY FOR +DIRECT, INDIRECT, SPECIAL, INCIDENTAL, OR CONSEQUENTIAL DAMAGES +ARISING OUT OF THE USE OF THIS SOFTWARE AND ITS DOCUMENTATION, EVEN +IF THE COPYRIGHT HOLDER HAS BEEN ADVISED OF THE POSSIBILITY OF SUCH +DAMAGE. - Redistributions in binary form must reproduce the above - copyright notice, this list of conditions and the following - disclaimer in the documentation and/or other materials provided - with the distribution. +THE COPYRIGHT HOLDER SPECIFICALLY DISCLAIMS ANY WARRANTIES, INCLUDING, +BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND +FITNESS FOR A PARTICULAR PURPOSE. THE SOFTWARE PROVIDED HEREUNDER IS +ON AN "AS IS" BASIS, AND THE COPYRIGHT HOLDER HAS NO OBLIGATION TO +PROVIDE MAINTENANCE, SUPPORT, UPDATES, ENHANCEMENTS, OR MODIFICATIONS. - Neither the name of 3Dlabs Inc. Ltd. nor the names of its - contributors may be used to endorse or promote products derived - from this software without specific prior written permission. +Red Hat Author(s): Behdad Esfahbod -THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS -"AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT -LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS -FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE -COPYRIGHT HOLDERS OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, -INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, -BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; -LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER -CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT -LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN -ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE -POSSIBILITY OF SUCH DAMAGE. -------------------------------------------------------------------------------- -glslang +harfbuzz -Copyright (C) 2002-2005 3Dlabs Inc. Ltd. -Copyright (C) 2012-2015 LunarG, Inc. -Copyright (C) 2015-2020 Google, Inc. -Copyright (C) 2017 ARM Limited. +Copyright © 2014 Google, Inc. -All rights reserved. + This is part of HarfBuzz, a text shaping library. -Redistribution and use in source and binary forms, with or without -modification, are permitted provided that the following conditions -are met: +Permission is hereby granted, without written agreement and without +license or royalty fees, to use, copy, modify, and distribute this +software and its documentation for any purpose, provided that the +above copyright notice and the following two paragraphs appear in +all copies of this software. - Redistributions of source code must retain the above copyright - notice, this list of conditions and the following disclaimer. +IN NO EVENT SHALL THE COPYRIGHT HOLDER BE LIABLE TO ANY PARTY FOR +DIRECT, INDIRECT, SPECIAL, INCIDENTAL, OR CONSEQUENTIAL DAMAGES +ARISING OUT OF THE USE OF THIS SOFTWARE AND ITS DOCUMENTATION, EVEN +IF THE COPYRIGHT HOLDER HAS BEEN ADVISED OF THE POSSIBILITY OF SUCH +DAMAGE. - Redistributions in binary form must reproduce the above - copyright notice, this list of conditions and the following - disclaimer in the documentation and/or other materials provided - with the distribution. +THE COPYRIGHT HOLDER SPECIFICALLY DISCLAIMS ANY WARRANTIES, INCLUDING, +BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND +FITNESS FOR A PARTICULAR PURPOSE. THE SOFTWARE PROVIDED HEREUNDER IS +ON AN "AS IS" BASIS, AND THE COPYRIGHT HOLDER HAS NO OBLIGATION TO +PROVIDE MAINTENANCE, SUPPORT, UPDATES, ENHANCEMENTS, OR MODIFICATIONS. - Neither the name of 3Dlabs Inc. Ltd. nor the names of its - contributors may be used to endorse or promote products derived - from this software without specific prior written permission. +Google Author(s): Behdad Esfahbod -THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS -"AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT -LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS -FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE -COPYRIGHT HOLDERS OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, -INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, -BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; -LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER -CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT -LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN -ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE -POSSIBILITY OF SUCH DAMAGE. -------------------------------------------------------------------------------- -glslang +harfbuzz -Copyright (C) 2002-2005 3Dlabs Inc. Ltd. -Copyright (C) 2012-2016 LunarG, Inc. -Copyright (C) 2015-2016 Google, Inc. -Copyright (C) 2017 ARM Limited. -Modifications Copyright (C) 2020 Advanced Micro Devices, Inc. All rights reserved. +Copyright © 2014 Google, Inc. -All rights reserved. + This is part of HarfBuzz, a text shaping library. -Redistribution and use in source and binary forms, with or without -modification, are permitted provided that the following conditions -are met: +Permission is hereby granted, without written agreement and without +license or royalty fees, to use, copy, modify, and distribute this +software and its documentation for any purpose, provided that the +above copyright notice and the following two paragraphs appear in +all copies of this software. - Redistributions of source code must retain the above copyright - notice, this list of conditions and the following disclaimer. +IN NO EVENT SHALL THE COPYRIGHT HOLDER BE LIABLE TO ANY PARTY FOR +DIRECT, INDIRECT, SPECIAL, INCIDENTAL, OR CONSEQUENTIAL DAMAGES +ARISING OUT OF THE USE OF THIS SOFTWARE AND ITS DOCUMENTATION, EVEN +IF THE COPYRIGHT HOLDER HAS BEEN ADVISED OF THE POSSIBILITY OF SUCH +DAMAGE. - Redistributions in binary form must reproduce the above - copyright notice, this list of conditions and the following - disclaimer in the documentation and/or other materials provided - with the distribution. +THE COPYRIGHT HOLDER SPECIFICALLY DISCLAIMS ANY WARRANTIES, INCLUDING, +BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND +FITNESS FOR A PARTICULAR PURPOSE. THE SOFTWARE PROVIDED HEREUNDER IS +ON AN "AS IS" BASIS, AND THE COPYRIGHT HOLDER HAS NO OBLIGATION TO +PROVIDE MAINTENANCE, SUPPORT, UPDATES, ENHANCEMENTS, OR MODIFICATIONS. - Neither the name of 3Dlabs Inc. Ltd. nor the names of its - contributors may be used to endorse or promote products derived - from this software without specific prior written permission. +Google Author(s): Behdad Esfahbod, Roozbeh Pournader -THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS -"AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT -LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS -FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE -COPYRIGHT HOLDERS OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, -INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, -BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; -LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER -CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT -LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN -ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE -POSSIBILITY OF SUCH DAMAGE. -------------------------------------------------------------------------------- -glslang - -Copyright (C) 2002-2005 3Dlabs Inc. Ltd. -Copyright (C) 2012-2016 LunarG, Inc. -Copyright (C) 2015-2020 Google, Inc. -Copyright (C) 2017, 2022-2024 Arm Limited. -Modifications Copyright (C) 2020-2021 Advanced Micro Devices, Inc. All rights reserved. - -All rights reserved. +harfbuzz -Redistribution and use in source and binary forms, with or without -modification, are permitted provided that the following conditions -are met: +Copyright © 2015 Google, Inc. +Copyright © 2019 Adobe Inc. +Copyright © 2019 Ebrahim Byagowi - Redistributions of source code must retain the above copyright - notice, this list of conditions and the following disclaimer. + This is part of HarfBuzz, a text shaping library. - Redistributions in binary form must reproduce the above - copyright notice, this list of conditions and the following - disclaimer in the documentation and/or other materials provided - with the distribution. +Permission is hereby granted, without written agreement and without +license or royalty fees, to use, copy, modify, and distribute this +software and its documentation for any purpose, provided that the +above copyright notice and the following two paragraphs appear in +all copies of this software. - Neither the name of 3Dlabs Inc. Ltd. nor the names of its - contributors may be used to endorse or promote products derived - from this software without specific prior written permission. +IN NO EVENT SHALL THE COPYRIGHT HOLDER BE LIABLE TO ANY PARTY FOR +DIRECT, INDIRECT, SPECIAL, INCIDENTAL, OR CONSEQUENTIAL DAMAGES +ARISING OUT OF THE USE OF THIS SOFTWARE AND ITS DOCUMENTATION, EVEN +IF THE COPYRIGHT HOLDER HAS BEEN ADVISED OF THE POSSIBILITY OF SUCH +DAMAGE. + +THE COPYRIGHT HOLDER SPECIFICALLY DISCLAIMS ANY WARRANTIES, INCLUDING, +BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND +FITNESS FOR A PARTICULAR PURPOSE. THE SOFTWARE PROVIDED HEREUNDER IS +ON AN "AS IS" BASIS, AND THE COPYRIGHT HOLDER HAS NO OBLIGATION TO +PROVIDE MAINTENANCE, SUPPORT, UPDATES, ENHANCEMENTS, OR MODIFICATIONS. + +Google Author(s): Behdad Esfahbod, Garret Rieger, Roderick Sheeter +Adobe Author(s): Michiharu Ariza -THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS -"AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT -LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS -FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE -COPYRIGHT HOLDERS OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, -INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, -BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; -LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER -CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT -LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN -ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE -POSSIBILITY OF SUCH DAMAGE. -------------------------------------------------------------------------------- -glslang +harfbuzz -Copyright (C) 2002-2005 3Dlabs Inc. Ltd. -Copyright (C) 2012-2016 LunarG, Inc. -Copyright (C) 2017, 2022-2024 Arm Limited. -Modifications Copyright (C) 2020 Advanced Micro Devices, Inc. All rights reserved. +Copyright © 2015 Mozilla Foundation. +Copyright © 2015 Google, Inc. -All rights reserved. + This is part of HarfBuzz, a text shaping library. -Redistribution and use in source and binary forms, with or without -modification, are permitted provided that the following conditions -are met: +Permission is hereby granted, without written agreement and without +license or royalty fees, to use, copy, modify, and distribute this +software and its documentation for any purpose, provided that the +above copyright notice and the following two paragraphs appear in +all copies of this software. - Redistributions of source code must retain the above copyright - notice, this list of conditions and the following disclaimer. +IN NO EVENT SHALL THE COPYRIGHT HOLDER BE LIABLE TO ANY PARTY FOR +DIRECT, INDIRECT, SPECIAL, INCIDENTAL, OR CONSEQUENTIAL DAMAGES +ARISING OUT OF THE USE OF THIS SOFTWARE AND ITS DOCUMENTATION, EVEN +IF THE COPYRIGHT HOLDER HAS BEEN ADVISED OF THE POSSIBILITY OF SUCH +DAMAGE. - Redistributions in binary form must reproduce the above - copyright notice, this list of conditions and the following - disclaimer in the documentation and/or other materials provided - with the distribution. +THE COPYRIGHT HOLDER SPECIFICALLY DISCLAIMS ANY WARRANTIES, INCLUDING, +BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND +FITNESS FOR A PARTICULAR PURPOSE. THE SOFTWARE PROVIDED HEREUNDER IS +ON AN "AS IS" BASIS, AND THE COPYRIGHT HOLDER HAS NO OBLIGATION TO +PROVIDE MAINTENANCE, SUPPORT, UPDATES, ENHANCEMENTS, OR MODIFICATIONS. - Neither the name of 3Dlabs Inc. Ltd. nor the names of its - contributors may be used to endorse or promote products derived - from this software without specific prior written permission. +Mozilla Author(s): Jonathan Kew +Google Author(s): Behdad Esfahbod -THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS -"AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT -LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS -FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE -COPYRIGHT HOLDERS OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, -INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, -BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; -LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER -CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT -LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN -ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE -POSSIBILITY OF SUCH DAMAGE. -------------------------------------------------------------------------------- -glslang - -Copyright (C) 2002-2005 3Dlabs Inc. Ltd. -Copyright (C) 2013 LunarG, Inc. +harfbuzz -All rights reserved. +Copyright © 2015-2019 Ebrahim Byagowi -Redistribution and use in source and binary forms, with or without -modification, are permitted provided that the following conditions -are met: + This is part of HarfBuzz, a text shaping library. - Redistributions of source code must retain the above copyright - notice, this list of conditions and the following disclaimer. +Permission is hereby granted, without written agreement and without +license or royalty fees, to use, copy, modify, and distribute this +software and its documentation for any purpose, provided that the +above copyright notice and the following two paragraphs appear in +all copies of this software. - Redistributions in binary form must reproduce the above - copyright notice, this list of conditions and the following - disclaimer in the documentation and/or other materials provided - with the distribution. +IN NO EVENT SHALL THE COPYRIGHT HOLDER BE LIABLE TO ANY PARTY FOR +DIRECT, INDIRECT, SPECIAL, INCIDENTAL, OR CONSEQUENTIAL DAMAGES +ARISING OUT OF THE USE OF THIS SOFTWARE AND ITS DOCUMENTATION, EVEN +IF THE COPYRIGHT HOLDER HAS BEEN ADVISED OF THE POSSIBILITY OF SUCH +DAMAGE. - Neither the name of 3Dlabs Inc. Ltd. nor the names of its - contributors may be used to endorse or promote products derived - from this software without specific prior written permission. +THE COPYRIGHT HOLDER SPECIFICALLY DISCLAIMS ANY WARRANTIES, INCLUDING, +BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND +FITNESS FOR A PARTICULAR PURPOSE. THE SOFTWARE PROVIDED HEREUNDER IS +ON AN "AS IS" BASIS, AND THE COPYRIGHT HOLDER HAS NO OBLIGATION TO +PROVIDE MAINTENANCE, SUPPORT, UPDATES, ENHANCEMENTS, OR MODIFICATIONS. -THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS -"AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT -LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS -FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE -COPYRIGHT HOLDERS OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, -INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, -BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; -LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER -CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT -LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN -ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE -POSSIBILITY OF SUCH DAMAGE. -------------------------------------------------------------------------------- -glslang +harfbuzz -Copyright (C) 2002-2005 3Dlabs Inc. Ltd. -Copyright (C) 2013 LunarG, Inc. -All rights reserved. +Copyright © 2016 Elie Roux +Copyright © 2018 Google, Inc. +Copyright © 2018-2019 Ebrahim Byagowi -Redistribution and use in source and binary forms, with or without -modification, are permitted provided that the following conditions -are met: + This is part of HarfBuzz, a text shaping library. - Redistributions of source code must retain the above copyright - notice, this list of conditions and the following disclaimer. +Permission is hereby granted, without written agreement and without +license or royalty fees, to use, copy, modify, and distribute this +software and its documentation for any purpose, provided that the +above copyright notice and the following two paragraphs appear in +all copies of this software. - Redistributions in binary form must reproduce the above - copyright notice, this list of conditions and the following - disclaimer in the documentation and/or other materials provided - with the distribution. +IN NO EVENT SHALL THE COPYRIGHT HOLDER BE LIABLE TO ANY PARTY FOR +DIRECT, INDIRECT, SPECIAL, INCIDENTAL, OR CONSEQUENTIAL DAMAGES +ARISING OUT OF THE USE OF THIS SOFTWARE AND ITS DOCUMENTATION, EVEN +IF THE COPYRIGHT HOLDER HAS BEEN ADVISED OF THE POSSIBILITY OF SUCH +DAMAGE. - Neither the name of 3Dlabs Inc. Ltd. nor the names of its - contributors may be used to endorse or promote products derived - from this software without specific prior written permission. +THE COPYRIGHT HOLDER SPECIFICALLY DISCLAIMS ANY WARRANTIES, INCLUDING, +BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND +FITNESS FOR A PARTICULAR PURPOSE. THE SOFTWARE PROVIDED HEREUNDER IS +ON AN "AS IS" BASIS, AND THE COPYRIGHT HOLDER HAS NO OBLIGATION TO +PROVIDE MAINTENANCE, SUPPORT, UPDATES, ENHANCEMENTS, OR MODIFICATIONS. + +Google Author(s): Behdad Esfahbod -THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS -"AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT -LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS -FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE -COPYRIGHT HOLDERS OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, -INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, -BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; -LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER -CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT -LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN -ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE -POSSIBILITY OF SUCH DAMAGE. -------------------------------------------------------------------------------- -glslang +harfbuzz -Copyright (C) 2002-2005 3Dlabs Inc. Ltd. -Copyright (C) 2013 LunarG, Inc. -Copyright (C) 2015-2018 Google, Inc. +Copyright © 2016 Google, Inc. -All rights reserved. + This is part of HarfBuzz, a text shaping library. -Redistribution and use in source and binary forms, with or without -modification, are permitted provided that the following conditions -are met: +Permission is hereby granted, without written agreement and without +license or royalty fees, to use, copy, modify, and distribute this +software and its documentation for any purpose, provided that the +above copyright notice and the following two paragraphs appear in +all copies of this software. - Redistributions of source code must retain the above copyright - notice, this list of conditions and the following disclaimer. +IN NO EVENT SHALL THE COPYRIGHT HOLDER BE LIABLE TO ANY PARTY FOR +DIRECT, INDIRECT, SPECIAL, INCIDENTAL, OR CONSEQUENTIAL DAMAGES +ARISING OUT OF THE USE OF THIS SOFTWARE AND ITS DOCUMENTATION, EVEN +IF THE COPYRIGHT HOLDER HAS BEEN ADVISED OF THE POSSIBILITY OF SUCH +DAMAGE. - Redistributions in binary form must reproduce the above - copyright notice, this list of conditions and the following - disclaimer in the documentation and/or other materials provided - with the distribution. +THE COPYRIGHT HOLDER SPECIFICALLY DISCLAIMS ANY WARRANTIES, INCLUDING, +BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND +FITNESS FOR A PARTICULAR PURPOSE. THE SOFTWARE PROVIDED HEREUNDER IS +ON AN "AS IS" BASIS, AND THE COPYRIGHT HOLDER HAS NO OBLIGATION TO +PROVIDE MAINTENANCE, SUPPORT, UPDATES, ENHANCEMENTS, OR MODIFICATIONS. - Neither the name of 3Dlabs Inc. Ltd. nor the names of its - contributors may be used to endorse or promote products derived - from this software without specific prior written permission. +Google Author(s): Behdad Esfahbod -THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS -"AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT -LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS -FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE -COPYRIGHT HOLDERS OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, -INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, -BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; -LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER -CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT -LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN -ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE -POSSIBILITY OF SUCH DAMAGE. -------------------------------------------------------------------------------- -glslang +harfbuzz -Copyright (C) 2002-2005 3Dlabs Inc. Ltd. -Copyright (C) 2013 LunarG, Inc. -Copyright (C) 2015-2018 Google, Inc. -All rights reserved. +Copyright © 2016 Google, Inc. -Redistribution and use in source and binary forms, with or without -modification, are permitted provided that the following conditions -are met: + This is part of HarfBuzz, a text shaping library. - Redistributions of source code must retain the above copyright - notice, this list of conditions and the following disclaimer. +Permission is hereby granted, without written agreement and without +license or royalty fees, to use, copy, modify, and distribute this +software and its documentation for any purpose, provided that the +above copyright notice and the following two paragraphs appear in +all copies of this software. - Redistributions in binary form must reproduce the above - copyright notice, this list of conditions and the following - disclaimer in the documentation and/or other materials provided - with the distribution. +IN NO EVENT SHALL THE COPYRIGHT HOLDER BE LIABLE TO ANY PARTY FOR +DIRECT, INDIRECT, SPECIAL, INCIDENTAL, OR CONSEQUENTIAL DAMAGES +ARISING OUT OF THE USE OF THIS SOFTWARE AND ITS DOCUMENTATION, EVEN +IF THE COPYRIGHT HOLDER HAS BEEN ADVISED OF THE POSSIBILITY OF SUCH +DAMAGE. + +THE COPYRIGHT HOLDER SPECIFICALLY DISCLAIMS ANY WARRANTIES, INCLUDING, +BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND +FITNESS FOR A PARTICULAR PURPOSE. THE SOFTWARE PROVIDED HEREUNDER IS +ON AN "AS IS" BASIS, AND THE COPYRIGHT HOLDER HAS NO OBLIGATION TO +PROVIDE MAINTENANCE, SUPPORT, UPDATES, ENHANCEMENTS, OR MODIFICATIONS. - Neither the name of 3Dlabs Inc. Ltd. nor the names of its - contributors may be used to endorse or promote products derived - from this software without specific prior written permission. +Google Author(s): Seigo Nonaka, Calder Kitagawa -THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS -"AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT -LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS -FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE -COPYRIGHT HOLDERS OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, -INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, -BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; -LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER -CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT -LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN -ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE -POSSIBILITY OF SUCH DAMAGE. -------------------------------------------------------------------------------- -glslang +harfbuzz -Copyright (C) 2002-2005 3Dlabs Inc. Ltd. -Copyright (C) 2013 LunarG, Inc. -Copyright (C) 2017 ARM Limited. +Copyright © 2016 Google, Inc. +Copyright © 2018 Ebrahim Byagowi -All rights reserved. + This is part of HarfBuzz, a text shaping library. -Redistribution and use in source and binary forms, with or without -modification, are permitted provided that the following conditions -are met: +Permission is hereby granted, without written agreement and without +license or royalty fees, to use, copy, modify, and distribute this +software and its documentation for any purpose, provided that the +above copyright notice and the following two paragraphs appear in +all copies of this software. - Redistributions of source code must retain the above copyright - notice, this list of conditions and the following disclaimer. +IN NO EVENT SHALL THE COPYRIGHT HOLDER BE LIABLE TO ANY PARTY FOR +DIRECT, INDIRECT, SPECIAL, INCIDENTAL, OR CONSEQUENTIAL DAMAGES +ARISING OUT OF THE USE OF THIS SOFTWARE AND ITS DOCUMENTATION, EVEN +IF THE COPYRIGHT HOLDER HAS BEEN ADVISED OF THE POSSIBILITY OF SUCH +DAMAGE. - Redistributions in binary form must reproduce the above - copyright notice, this list of conditions and the following - disclaimer in the documentation and/or other materials provided - with the distribution. +THE COPYRIGHT HOLDER SPECIFICALLY DISCLAIMS ANY WARRANTIES, INCLUDING, +BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND +FITNESS FOR A PARTICULAR PURPOSE. THE SOFTWARE PROVIDED HEREUNDER IS +ON AN "AS IS" BASIS, AND THE COPYRIGHT HOLDER HAS NO OBLIGATION TO +PROVIDE MAINTENANCE, SUPPORT, UPDATES, ENHANCEMENTS, OR MODIFICATIONS. - Neither the name of 3Dlabs Inc. Ltd. nor the names of its - contributors may be used to endorse or promote products derived - from this software without specific prior written permission. +Google Author(s): Sascha Brawer -THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS -"AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT -LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS -FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE -COPYRIGHT HOLDERS OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, -INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, -BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; -LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER -CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT -LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN -ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE -POSSIBILITY OF SUCH DAMAGE. -------------------------------------------------------------------------------- -glslang +harfbuzz -Copyright (C) 2002-2005 3Dlabs Inc. Ltd. -Copyright (C) 2013 LunarG, Inc. -Copyright (C) 2017 ARM Limited. -Copyright (C) 2015-2018 Google, Inc. -Copyright (c) 2023, Mobica Limited +Copyright © 2016 Google, Inc. +Copyright © 2018 Ebrahim Byagowi -All rights reserved. + This is part of HarfBuzz, a text shaping library. -Redistribution and use in source and binary forms, with or without -modification, are permitted provided that the following conditions -are met: +Permission is hereby granted, without written agreement and without +license or royalty fees, to use, copy, modify, and distribute this +software and its documentation for any purpose, provided that the +above copyright notice and the following two paragraphs appear in +all copies of this software. - Redistributions of source code must retain the above copyright - notice, this list of conditions and the following disclaimer. +IN NO EVENT SHALL THE COPYRIGHT HOLDER BE LIABLE TO ANY PARTY FOR +DIRECT, INDIRECT, SPECIAL, INCIDENTAL, OR CONSEQUENTIAL DAMAGES +ARISING OUT OF THE USE OF THIS SOFTWARE AND ITS DOCUMENTATION, EVEN +IF THE COPYRIGHT HOLDER HAS BEEN ADVISED OF THE POSSIBILITY OF SUCH +DAMAGE. - Redistributions in binary form must reproduce the above - copyright notice, this list of conditions and the following - disclaimer in the documentation and/or other materials provided - with the distribution. +THE COPYRIGHT HOLDER SPECIFICALLY DISCLAIMS ANY WARRANTIES, INCLUDING, +BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND +FITNESS FOR A PARTICULAR PURPOSE. THE SOFTWARE PROVIDED HEREUNDER IS +ON AN "AS IS" BASIS, AND THE COPYRIGHT HOLDER HAS NO OBLIGATION TO +PROVIDE MAINTENANCE, SUPPORT, UPDATES, ENHANCEMENTS, OR MODIFICATIONS. - Neither the name of 3Dlabs Inc. Ltd. nor the names of its - contributors may be used to endorse or promote products derived - from this software without specific prior written permission. +Google Author(s): Sascha Brawer, Behdad Esfahbod -THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS -"AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT -LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS -FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE -COPYRIGHT HOLDERS OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, -INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, -BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; -LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER -CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT -LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN -ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE -POSSIBILITY OF SUCH DAMAGE. -------------------------------------------------------------------------------- -glslang +harfbuzz -Copyright (C) 2002-2005 3Dlabs Inc. Ltd. -Copyright (C) 2013 LunarG, Inc. -Copyright (C) 2017 ARM Limited. -Copyright (C) 2020 Google, Inc. -Modifications Copyright (C) 2020 Advanced Micro Devices, Inc. All rights reserved. +Copyright © 2016 Google, Inc. +Copyright © 2018 Khaled Hosny +Copyright © 2018 Ebrahim Byagowi -All rights reserved. + This is part of HarfBuzz, a text shaping library. -Redistribution and use in source and binary forms, with or without -modification, are permitted provided that the following conditions -are met: +Permission is hereby granted, without written agreement and without +license or royalty fees, to use, copy, modify, and distribute this +software and its documentation for any purpose, provided that the +above copyright notice and the following two paragraphs appear in +all copies of this software. - Redistributions of source code must retain the above copyright - notice, this list of conditions and the following disclaimer. +IN NO EVENT SHALL THE COPYRIGHT HOLDER BE LIABLE TO ANY PARTY FOR +DIRECT, INDIRECT, SPECIAL, INCIDENTAL, OR CONSEQUENTIAL DAMAGES +ARISING OUT OF THE USE OF THIS SOFTWARE AND ITS DOCUMENTATION, EVEN +IF THE COPYRIGHT HOLDER HAS BEEN ADVISED OF THE POSSIBILITY OF SUCH +DAMAGE. - Redistributions in binary form must reproduce the above - copyright notice, this list of conditions and the following - disclaimer in the documentation and/or other materials provided - with the distribution. +THE COPYRIGHT HOLDER SPECIFICALLY DISCLAIMS ANY WARRANTIES, INCLUDING, +BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND +FITNESS FOR A PARTICULAR PURPOSE. THE SOFTWARE PROVIDED HEREUNDER IS +ON AN "AS IS" BASIS, AND THE COPYRIGHT HOLDER HAS NO OBLIGATION TO +PROVIDE MAINTENANCE, SUPPORT, UPDATES, ENHANCEMENTS, OR MODIFICATIONS. - Neither the name of 3Dlabs Inc. Ltd. nor the names of its - contributors may be used to endorse or promote products derived - from this software without specific prior written permission. +Google Author(s): Sascha Brawer, Behdad Esfahbod -THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS -"AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT -LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS -FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE -COPYRIGHT HOLDERS OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, -INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, -BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; -LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER -CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT -LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN -ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE -POSSIBILITY OF SUCH DAMAGE. -------------------------------------------------------------------------------- -glslang +harfbuzz -Copyright (C) 2002-2005 3Dlabs Inc. Ltd. -Copyright (C) 2013 LunarG, Inc. -Copyright (c) 2002-2010 The ANGLE Project Authors. +Copyright © 2016 Igalia S.L. -All rights reserved. + This is part of HarfBuzz, a text shaping library. -Redistribution and use in source and binary forms, with or without -modification, are permitted provided that the following conditions -are met: +Permission is hereby granted, without written agreement and without +license or royalty fees, to use, copy, modify, and distribute this +software and its documentation for any purpose, provided that the +above copyright notice and the following two paragraphs appear in +all copies of this software. - Redistributions of source code must retain the above copyright - notice, this list of conditions and the following disclaimer. +IN NO EVENT SHALL THE COPYRIGHT HOLDER BE LIABLE TO ANY PARTY FOR +DIRECT, INDIRECT, SPECIAL, INCIDENTAL, OR CONSEQUENTIAL DAMAGES +ARISING OUT OF THE USE OF THIS SOFTWARE AND ITS DOCUMENTATION, EVEN +IF THE COPYRIGHT HOLDER HAS BEEN ADVISED OF THE POSSIBILITY OF SUCH +DAMAGE. - Redistributions in binary form must reproduce the above - copyright notice, this list of conditions and the following - disclaimer in the documentation and/or other materials provided - with the distribution. +THE COPYRIGHT HOLDER SPECIFICALLY DISCLAIMS ANY WARRANTIES, INCLUDING, +BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND +FITNESS FOR A PARTICULAR PURPOSE. THE SOFTWARE PROVIDED HEREUNDER IS +ON AN "AS IS" BASIS, AND THE COPYRIGHT HOLDER HAS NO OBLIGATION TO +PROVIDE MAINTENANCE, SUPPORT, UPDATES, ENHANCEMENTS, OR MODIFICATIONS. - Neither the name of 3Dlabs Inc. Ltd. nor the names of its - contributors may be used to endorse or promote products derived - from this software without specific prior written permission. +Igalia Author(s): Frédéric Wang -THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS -"AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT -LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS -FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE -COPYRIGHT HOLDERS OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, -INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, -BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; -LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER -CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT -LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN -ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE -POSSIBILITY OF SUCH DAMAGE. -------------------------------------------------------------------------------- -glslang - -Copyright (C) 2002-2005 3Dlabs Inc. Ltd. -Copyright (C) 2013-2016 LunarG, Inc. - -All rights reserved. +harfbuzz -Redistribution and use in source and binary forms, with or without -modification, are permitted provided that the following conditions -are met: +Copyright © 2017 Google, Inc. - Redistributions of source code must retain the above copyright - notice, this list of conditions and the following disclaimer. + This is part of HarfBuzz, a text shaping library. - Redistributions in binary form must reproduce the above - copyright notice, this list of conditions and the following - disclaimer in the documentation and/or other materials provided - with the distribution. +Permission is hereby granted, without written agreement and without +license or royalty fees, to use, copy, modify, and distribute this +software and its documentation for any purpose, provided that the +above copyright notice and the following two paragraphs appear in +all copies of this software. - Neither the name of 3Dlabs Inc. Ltd. nor the names of its - contributors may be used to endorse or promote products derived - from this software without specific prior written permission. +IN NO EVENT SHALL THE COPYRIGHT HOLDER BE LIABLE TO ANY PARTY FOR +DIRECT, INDIRECT, SPECIAL, INCIDENTAL, OR CONSEQUENTIAL DAMAGES +ARISING OUT OF THE USE OF THIS SOFTWARE AND ITS DOCUMENTATION, EVEN +IF THE COPYRIGHT HOLDER HAS BEEN ADVISED OF THE POSSIBILITY OF SUCH +DAMAGE. + +THE COPYRIGHT HOLDER SPECIFICALLY DISCLAIMS ANY WARRANTIES, INCLUDING, +BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND +FITNESS FOR A PARTICULAR PURPOSE. THE SOFTWARE PROVIDED HEREUNDER IS +ON AN "AS IS" BASIS, AND THE COPYRIGHT HOLDER HAS NO OBLIGATION TO +PROVIDE MAINTENANCE, SUPPORT, UPDATES, ENHANCEMENTS, OR MODIFICATIONS. + +Google Author(s): Behdad Esfahbod -THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS -"AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT -LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS -FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE -COPYRIGHT HOLDERS OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, -INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, -BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; -LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER -CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT -LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN -ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE -POSSIBILITY OF SUCH DAMAGE. -------------------------------------------------------------------------------- -glslang +harfbuzz -Copyright (C) 2002-2005 3Dlabs Inc. Ltd. -Copyright (C) 2013-2016 LunarG, Inc. -Copyright (C) 2015-2018 Google, Inc. +Copyright © 2017 Google, Inc. -All rights reserved. + This is part of HarfBuzz, a text shaping library. -Redistribution and use in source and binary forms, with or without -modification, are permitted provided that the following conditions -are met: +Permission is hereby granted, without written agreement and without +license or royalty fees, to use, copy, modify, and distribute this +software and its documentation for any purpose, provided that the +above copyright notice and the following two paragraphs appear in +all copies of this software. - Redistributions of source code must retain the above copyright - notice, this list of conditions and the following disclaimer. +IN NO EVENT SHALL THE COPYRIGHT HOLDER BE LIABLE TO ANY PARTY FOR +DIRECT, INDIRECT, SPECIAL, INCIDENTAL, OR CONSEQUENTIAL DAMAGES +ARISING OUT OF THE USE OF THIS SOFTWARE AND ITS DOCUMENTATION, EVEN +IF THE COPYRIGHT HOLDER HAS BEEN ADVISED OF THE POSSIBILITY OF SUCH +DAMAGE. - Redistributions in binary form must reproduce the above - copyright notice, this list of conditions and the following - disclaimer in the documentation and/or other materials provided - with the distribution. +THE COPYRIGHT HOLDER SPECIFICALLY DISCLAIMS ANY WARRANTIES, INCLUDING, +BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND +FITNESS FOR A PARTICULAR PURPOSE. THE SOFTWARE PROVIDED HEREUNDER IS +ON AN "AS IS" BASIS, AND THE COPYRIGHT HOLDER HAS NO OBLIGATION TO +PROVIDE MAINTENANCE, SUPPORT, UPDATES, ENHANCEMENTS, OR MODIFICATIONS. - Neither the name of 3Dlabs Inc. Ltd. nor the names of its - contributors may be used to endorse or promote products derived - from this software without specific prior written permission. +Red Hat Author(s): Behdad Esfahbod -THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS -"AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT -LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS -FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE -COPYRIGHT HOLDERS OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, -INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, -BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; -LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER -CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT -LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN -ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE -POSSIBILITY OF SUCH DAMAGE. -------------------------------------------------------------------------------- -glslang +harfbuzz -Copyright (C) 2002-2005 3Dlabs Inc. Ltd. -Copyright (C) 2013-2016 LunarG, Inc. -Copyright (C) 2015-2020 Google, Inc. +Copyright © 2017 Google, Inc. +Copyright © 2018 Ebrahim Byagowi -All rights reserved. + This is part of HarfBuzz, a text shaping library. -Redistribution and use in source and binary forms, with or without -modification, are permitted provided that the following conditions -are met: +Permission is hereby granted, without written agreement and without +license or royalty fees, to use, copy, modify, and distribute this +software and its documentation for any purpose, provided that the +above copyright notice and the following two paragraphs appear in +all copies of this software. - Redistributions of source code must retain the above copyright - notice, this list of conditions and the following disclaimer. +IN NO EVENT SHALL THE COPYRIGHT HOLDER BE LIABLE TO ANY PARTY FOR +DIRECT, INDIRECT, SPECIAL, INCIDENTAL, OR CONSEQUENTIAL DAMAGES +ARISING OUT OF THE USE OF THIS SOFTWARE AND ITS DOCUMENTATION, EVEN +IF THE COPYRIGHT HOLDER HAS BEEN ADVISED OF THE POSSIBILITY OF SUCH +DAMAGE. - Redistributions in binary form must reproduce the above - copyright notice, this list of conditions and the following - disclaimer in the documentation and/or other materials provided - with the distribution. +THE COPYRIGHT HOLDER SPECIFICALLY DISCLAIMS ANY WARRANTIES, INCLUDING, +BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND +FITNESS FOR A PARTICULAR PURPOSE. THE SOFTWARE PROVIDED HEREUNDER IS +ON AN "AS IS" BASIS, AND THE COPYRIGHT HOLDER HAS NO OBLIGATION TO +PROVIDE MAINTENANCE, SUPPORT, UPDATES, ENHANCEMENTS, OR MODIFICATIONS. - Neither the name of 3Dlabs Inc. Ltd. nor the names of its - contributors may be used to endorse or promote products derived - from this software without specific prior written permission. +Google Author(s): Behdad Esfahbod -THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS -"AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT -LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS -FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE -COPYRIGHT HOLDERS OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, -INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, -BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; -LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER -CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT -LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN -ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE -POSSIBILITY OF SUCH DAMAGE. -------------------------------------------------------------------------------- -glslang +harfbuzz -Copyright (C) 2002-2005 3Dlabs Inc. Ltd. -Copyright (C) 2013-2016 LunarG, Inc. -Copyright (C) 2016-2020 Google, Inc. -Modifications Copyright(C) 2021 Advanced Micro Devices, Inc.All rights reserved. +Copyright © 2017 Google, Inc. +Copyright © 2019 Facebook, Inc. -All rights reserved. + This is part of HarfBuzz, a text shaping library. -Redistribution and use in source and binary forms, with or without -modification, are permitted provided that the following conditions -are met: +Permission is hereby granted, without written agreement and without +license or royalty fees, to use, copy, modify, and distribute this +software and its documentation for any purpose, provided that the +above copyright notice and the following two paragraphs appear in +all copies of this software. - Redistributions of source code must retain the above copyright - notice, this list of conditions and the following disclaimer. +IN NO EVENT SHALL THE COPYRIGHT HOLDER BE LIABLE TO ANY PARTY FOR +DIRECT, INDIRECT, SPECIAL, INCIDENTAL, OR CONSEQUENTIAL DAMAGES +ARISING OUT OF THE USE OF THIS SOFTWARE AND ITS DOCUMENTATION, EVEN +IF THE COPYRIGHT HOLDER HAS BEEN ADVISED OF THE POSSIBILITY OF SUCH +DAMAGE. - Redistributions in binary form must reproduce the above - copyright notice, this list of conditions and the following - disclaimer in the documentation and/or other materials provided - with the distribution. +THE COPYRIGHT HOLDER SPECIFICALLY DISCLAIMS ANY WARRANTIES, INCLUDING, +BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND +FITNESS FOR A PARTICULAR PURPOSE. THE SOFTWARE PROVIDED HEREUNDER IS +ON AN "AS IS" BASIS, AND THE COPYRIGHT HOLDER HAS NO OBLIGATION TO +PROVIDE MAINTENANCE, SUPPORT, UPDATES, ENHANCEMENTS, OR MODIFICATIONS. - Neither the name of 3Dlabs Inc. Ltd. nor the names of its - contributors may be used to endorse or promote products derived - from this software without specific prior written permission. +Google Author(s): Behdad Esfahbod +Facebook Author(s): Behdad Esfahbod -THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS -"AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT -LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS -FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE -COPYRIGHT HOLDERS OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, -INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, -BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; -LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER -CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT -LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN -ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE -POSSIBILITY OF SUCH DAMAGE. -------------------------------------------------------------------------------- -glslang +harfbuzz -Copyright (C) 2002-2005 3Dlabs Inc. Ltd. -Copyright (C) 2016 Google, Inc. +Copyright © 2017,2018 Google, Inc. -All rights reserved. + This is part of HarfBuzz, a text shaping library. -Redistribution and use in source and binary forms, with or without -modification, are permitted provided that the following conditions -are met: +Permission is hereby granted, without written agreement and without +license or royalty fees, to use, copy, modify, and distribute this +software and its documentation for any purpose, provided that the +above copyright notice and the following two paragraphs appear in +all copies of this software. - Redistributions of source code must retain the above copyright - notice, this list of conditions and the following disclaimer. +IN NO EVENT SHALL THE COPYRIGHT HOLDER BE LIABLE TO ANY PARTY FOR +DIRECT, INDIRECT, SPECIAL, INCIDENTAL, OR CONSEQUENTIAL DAMAGES +ARISING OUT OF THE USE OF THIS SOFTWARE AND ITS DOCUMENTATION, EVEN +IF THE COPYRIGHT HOLDER HAS BEEN ADVISED OF THE POSSIBILITY OF SUCH +DAMAGE. - Redistributions in binary form must reproduce the above - copyright notice, this list of conditions and the following - disclaimer in the documentation and/or other materials provided - with the distribution. +THE COPYRIGHT HOLDER SPECIFICALLY DISCLAIMS ANY WARRANTIES, INCLUDING, +BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND +FITNESS FOR A PARTICULAR PURPOSE. THE SOFTWARE PROVIDED HEREUNDER IS +ON AN "AS IS" BASIS, AND THE COPYRIGHT HOLDER HAS NO OBLIGATION TO +PROVIDE MAINTENANCE, SUPPORT, UPDATES, ENHANCEMENTS, OR MODIFICATIONS. - Neither the name of 3Dlabs Inc. Ltd. nor the names of its - contributors may be used to endorse or promote products derived - from this software without specific prior written permission. +Google Author(s): Behdad Esfahbod -THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS -"AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT -LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS -FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE -COPYRIGHT HOLDERS OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, -INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, -BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; -LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER -CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT -LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN -ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE -POSSIBILITY OF SUCH DAMAGE. -------------------------------------------------------------------------------- -glslang +harfbuzz -Copyright (C) 2002-2005 3Dlabs Inc. Ltd. -Copyright (C) 2016 LunarG, Inc. -Copyright (C) 2017 ARM Limited. -Copyright (C) 2015-2018 Google, Inc. +Copyright © 2018 Ebrahim Byagowi -All rights reserved. + This is part of HarfBuzz, a text shaping library. -Redistribution and use in source and binary forms, with or without -modification, are permitted provided that the following conditions -are met: +Permission is hereby granted, without written agreement and without +license or royalty fees, to use, copy, modify, and distribute this +software and its documentation for any purpose, provided that the +above copyright notice and the following two paragraphs appear in +all copies of this software. - Redistributions of source code must retain the above copyright - notice, this list of conditions and the following disclaimer. +IN NO EVENT SHALL THE COPYRIGHT HOLDER BE LIABLE TO ANY PARTY FOR +DIRECT, INDIRECT, SPECIAL, INCIDENTAL, OR CONSEQUENTIAL DAMAGES +ARISING OUT OF THE USE OF THIS SOFTWARE AND ITS DOCUMENTATION, EVEN +IF THE COPYRIGHT HOLDER HAS BEEN ADVISED OF THE POSSIBILITY OF SUCH +DAMAGE. - Redistributions in binary form must reproduce the above - copyright notice, this list of conditions and the following - disclaimer in the documentation and/or other materials provided - with the distribution. +THE COPYRIGHT HOLDER SPECIFICALLY DISCLAIMS ANY WARRANTIES, INCLUDING, +BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND +FITNESS FOR A PARTICULAR PURPOSE. THE SOFTWARE PROVIDED HEREUNDER IS +ON AN "AS IS" BASIS, AND THE COPYRIGHT HOLDER HAS NO OBLIGATION TO +PROVIDE MAINTENANCE, SUPPORT, UPDATES, ENHANCEMENTS, OR MODIFICATIONS. - Neither the name of 3Dlabs Inc. Ltd. nor the names of its - contributors may be used to endorse or promote products derived - from this software without specific prior written permission. +-------------------------------------------------------------------------------- +harfbuzz + +Copyright © 2018 Ebrahim Byagowi +Copyright © 2018 Google, Inc. + + This is part of HarfBuzz, a text shaping library. + +Permission is hereby granted, without written agreement and without +license or royalty fees, to use, copy, modify, and distribute this +software and its documentation for any purpose, provided that the +above copyright notice and the following two paragraphs appear in +all copies of this software. + +IN NO EVENT SHALL THE COPYRIGHT HOLDER BE LIABLE TO ANY PARTY FOR +DIRECT, INDIRECT, SPECIAL, INCIDENTAL, OR CONSEQUENTIAL DAMAGES +ARISING OUT OF THE USE OF THIS SOFTWARE AND ITS DOCUMENTATION, EVEN +IF THE COPYRIGHT HOLDER HAS BEEN ADVISED OF THE POSSIBILITY OF SUCH +DAMAGE. + +THE COPYRIGHT HOLDER SPECIFICALLY DISCLAIMS ANY WARRANTIES, INCLUDING, +BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND +FITNESS FOR A PARTICULAR PURPOSE. THE SOFTWARE PROVIDED HEREUNDER IS +ON AN "AS IS" BASIS, AND THE COPYRIGHT HOLDER HAS NO OBLIGATION TO +PROVIDE MAINTENANCE, SUPPORT, UPDATES, ENHANCEMENTS, OR MODIFICATIONS. + +Google Author(s): Behdad Esfahbod -THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS -"AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT -LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS -FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE -COPYRIGHT HOLDERS OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, -INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, -BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; -LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER -CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT -LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN -ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE -POSSIBILITY OF SUCH DAMAGE. -------------------------------------------------------------------------------- -glslang +harfbuzz -Copyright (C) 2002-2005 3Dlabs Inc. Ltd. -Copyright (C) 2017 Google, Inc. +Copyright © 2018 Ebrahim Byagowi +Copyright © 2020 Google, Inc. -All rights reserved. + This is part of HarfBuzz, a text shaping library. -Redistribution and use in source and binary forms, with or without -modification, are permitted provided that the following conditions -are met: +Permission is hereby granted, without written agreement and without +license or royalty fees, to use, copy, modify, and distribute this +software and its documentation for any purpose, provided that the +above copyright notice and the following two paragraphs appear in +all copies of this software. - Redistributions of source code must retain the above copyright - notice, this list of conditions and the following disclaimer. +IN NO EVENT SHALL THE COPYRIGHT HOLDER BE LIABLE TO ANY PARTY FOR +DIRECT, INDIRECT, SPECIAL, INCIDENTAL, OR CONSEQUENTIAL DAMAGES +ARISING OUT OF THE USE OF THIS SOFTWARE AND ITS DOCUMENTATION, EVEN +IF THE COPYRIGHT HOLDER HAS BEEN ADVISED OF THE POSSIBILITY OF SUCH +DAMAGE. - Redistributions in binary form must reproduce the above - copyright notice, this list of conditions and the following - disclaimer in the documentation and/or other materials provided - with the distribution. +THE COPYRIGHT HOLDER SPECIFICALLY DISCLAIMS ANY WARRANTIES, INCLUDING, +BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND +FITNESS FOR A PARTICULAR PURPOSE. THE SOFTWARE PROVIDED HEREUNDER IS +ON AN "AS IS" BASIS, AND THE COPYRIGHT HOLDER HAS NO OBLIGATION TO +PROVIDE MAINTENANCE, SUPPORT, UPDATES, ENHANCEMENTS, OR MODIFICATIONS. - Neither the name of 3Dlabs Inc. Ltd. nor the names of its - contributors may be used to endorse or promote products derived - from this software without specific prior written permission. -THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS -"AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT -LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS -FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE -COPYRIGHT HOLDERS OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, -INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, -BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; -LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER -CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT -LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN -ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE -POSSIBILITY OF SUCH DAMAGE. -------------------------------------------------------------------------------- -glslang +harfbuzz -Copyright (C) 2013 LunarG, Inc. +Copyright © 2018 Ebrahim Byagowi +Copyright © 2020 Google, Inc. -All rights reserved. + This is part of HarfBuzz, a text shaping library. -Redistribution and use in source and binary forms, with or without -modification, are permitted provided that the following conditions -are met: +Permission is hereby granted, without written agreement and without +license or royalty fees, to use, copy, modify, and distribute this +software and its documentation for any purpose, provided that the +above copyright notice and the following two paragraphs appear in +all copies of this software. - Redistributions of source code must retain the above copyright - notice, this list of conditions and the following disclaimer. +IN NO EVENT SHALL THE COPYRIGHT HOLDER BE LIABLE TO ANY PARTY FOR +DIRECT, INDIRECT, SPECIAL, INCIDENTAL, OR CONSEQUENTIAL DAMAGES +ARISING OUT OF THE USE OF THIS SOFTWARE AND ITS DOCUMENTATION, EVEN +IF THE COPYRIGHT HOLDER HAS BEEN ADVISED OF THE POSSIBILITY OF SUCH +DAMAGE. - Redistributions in binary form must reproduce the above - copyright notice, this list of conditions and the following - disclaimer in the documentation and/or other materials provided - with the distribution. +THE COPYRIGHT HOLDER SPECIFICALLY DISCLAIMS ANY WARRANTIES, INCLUDING, +BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND +FITNESS FOR A PARTICULAR PURPOSE. THE SOFTWARE PROVIDED HEREUNDER IS +ON AN "AS IS" BASIS, AND THE COPYRIGHT HOLDER HAS NO OBLIGATION TO +PROVIDE MAINTENANCE, SUPPORT, UPDATES, ENHANCEMENTS, OR MODIFICATIONS. - Neither the name of 3Dlabs Inc. Ltd. nor the names of its - contributors may be used to endorse or promote products derived - from this software without specific prior written permission. +Google Author(s): Calder Kitagawa -THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS -"AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT -LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS -FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE -COPYRIGHT HOLDERS OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, -INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, -BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; -LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER -CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT -LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN -ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE -POSSIBILITY OF SUCH DAMAGE. -------------------------------------------------------------------------------- -glslang +harfbuzz -Copyright (C) 2013 LunarG, Inc. -Copyright (C) 2015-2018 Google, Inc. -All rights reserved. +Copyright © 2018 Ebrahim Byagowi. -Redistribution and use in source and binary forms, with or without -modification, are permitted provided that the following conditions -are met: + This is part of HarfBuzz, a text shaping library. - Redistributions of source code must retain the above copyright - notice, this list of conditions and the following disclaimer. +Permission is hereby granted, without written agreement and without +license or royalty fees, to use, copy, modify, and distribute this +software and its documentation for any purpose, provided that the +above copyright notice and the following two paragraphs appear in +all copies of this software. - Redistributions in binary form must reproduce the above - copyright notice, this list of conditions and the following - disclaimer in the documentation and/or other materials provided - with the distribution. +IN NO EVENT SHALL THE COPYRIGHT HOLDER BE LIABLE TO ANY PARTY FOR +DIRECT, INDIRECT, SPECIAL, INCIDENTAL, OR CONSEQUENTIAL DAMAGES +ARISING OUT OF THE USE OF THIS SOFTWARE AND ITS DOCUMENTATION, EVEN +IF THE COPYRIGHT HOLDER HAS BEEN ADVISED OF THE POSSIBILITY OF SUCH +DAMAGE. - Neither the name of 3Dlabs Inc. Ltd. nor the names of its - contributors may be used to endorse or promote products derived - from this software without specific prior written permission. +THE COPYRIGHT HOLDER SPECIFICALLY DISCLAIMS ANY WARRANTIES, INCLUDING, +BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND +FITNESS FOR A PARTICULAR PURPOSE. THE SOFTWARE PROVIDED HEREUNDER IS +ON AN "AS IS" BASIS, AND THE COPYRIGHT HOLDER HAS NO OBLIGATION TO +PROVIDE MAINTENANCE, SUPPORT, UPDATES, ENHANCEMENTS, OR MODIFICATIONS. -THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS -"AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT -LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS -FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE -COPYRIGHT HOLDERS OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, -INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, -BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; -LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER -CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT -LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN -ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE -POSSIBILITY OF SUCH DAMAGE. -------------------------------------------------------------------------------- -glslang +harfbuzz -Copyright (C) 2013 LunarG, Inc. -Copyright (C) 2017 ARM Limited. -Copyright (C) 2015-2018 Google, Inc. +Copyright © 2018 Google, Inc. -All rights reserved. + This is part of HarfBuzz, a text shaping library. -Redistribution and use in source and binary forms, with or without -modification, are permitted provided that the following conditions -are met: +Permission is hereby granted, without written agreement and without +license or royalty fees, to use, copy, modify, and distribute this +software and its documentation for any purpose, provided that the +above copyright notice and the following two paragraphs appear in +all copies of this software. - Redistributions of source code must retain the above copyright - notice, this list of conditions and the following disclaimer. +IN NO EVENT SHALL THE COPYRIGHT HOLDER BE LIABLE TO ANY PARTY FOR +DIRECT, INDIRECT, SPECIAL, INCIDENTAL, OR CONSEQUENTIAL DAMAGES +ARISING OUT OF THE USE OF THIS SOFTWARE AND ITS DOCUMENTATION, EVEN +IF THE COPYRIGHT HOLDER HAS BEEN ADVISED OF THE POSSIBILITY OF SUCH +DAMAGE. - Redistributions in binary form must reproduce the above - copyright notice, this list of conditions and the following - disclaimer in the documentation and/or other materials provided - with the distribution. +THE COPYRIGHT HOLDER SPECIFICALLY DISCLAIMS ANY WARRANTIES, INCLUDING, +BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND +FITNESS FOR A PARTICULAR PURPOSE. THE SOFTWARE PROVIDED HEREUNDER IS +ON AN "AS IS" BASIS, AND THE COPYRIGHT HOLDER HAS NO OBLIGATION TO +PROVIDE MAINTENANCE, SUPPORT, UPDATES, ENHANCEMENTS, OR MODIFICATIONS. - Neither the name of 3Dlabs Inc. Ltd. nor the names of its - contributors may be used to endorse or promote products derived - from this software without specific prior written permission. +Google Author(s): Behdad Esfahbod -THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS -"AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT -LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS -FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE -COPYRIGHT HOLDERS OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, -INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, -BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; -LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER -CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT -LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN -ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE -POSSIBILITY OF SUCH DAMAGE. -------------------------------------------------------------------------------- -glslang +harfbuzz -Copyright (C) 2013-2016 LunarG, Inc. +Copyright © 2018 Google, Inc. -All rights reserved. + This is part of HarfBuzz, a text shaping library. -Redistribution and use in source and binary forms, with or without -modification, are permitted provided that the following conditions -are met: +Permission is hereby granted, without written agreement and without +license or royalty fees, to use, copy, modify, and distribute this +software and its documentation for any purpose, provided that the +above copyright notice and the following two paragraphs appear in +all copies of this software. - Redistributions of source code must retain the above copyright - notice, this list of conditions and the following disclaimer. +IN NO EVENT SHALL THE COPYRIGHT HOLDER BE LIABLE TO ANY PARTY FOR +DIRECT, INDIRECT, SPECIAL, INCIDENTAL, OR CONSEQUENTIAL DAMAGES +ARISING OUT OF THE USE OF THIS SOFTWARE AND ITS DOCUMENTATION, EVEN +IF THE COPYRIGHT HOLDER HAS BEEN ADVISED OF THE POSSIBILITY OF SUCH +DAMAGE. - Redistributions in binary form must reproduce the above - copyright notice, this list of conditions and the following - disclaimer in the documentation and/or other materials provided - with the distribution. +THE COPYRIGHT HOLDER SPECIFICALLY DISCLAIMS ANY WARRANTIES, INCLUDING, +BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND +FITNESS FOR A PARTICULAR PURPOSE. THE SOFTWARE PROVIDED HEREUNDER IS +ON AN "AS IS" BASIS, AND THE COPYRIGHT HOLDER HAS NO OBLIGATION TO +PROVIDE MAINTENANCE, SUPPORT, UPDATES, ENHANCEMENTS, OR MODIFICATIONS. - Neither the name of 3Dlabs Inc. Ltd. nor the names of its - contributors may be used to endorse or promote products derived - from this software without specific prior written permission. +Google Author(s): Garret Rieger -THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS -"AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT -LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS -FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE -COPYRIGHT HOLDERS OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, -INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, -BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; -LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER -CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT -LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN -ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE -POSSIBILITY OF SUCH DAMAGE. -------------------------------------------------------------------------------- -glslang +harfbuzz -Copyright (C) 2014 LunarG, Inc. -Copyright (C) 2015-2018 Google, Inc. +Copyright © 2018 Google, Inc. -All rights reserved. + This is part of HarfBuzz, a text shaping library. -Redistribution and use in source and binary forms, with or without -modification, are permitted provided that the following conditions -are met: +Permission is hereby granted, without written agreement and without +license or royalty fees, to use, copy, modify, and distribute this +software and its documentation for any purpose, provided that the +above copyright notice and the following two paragraphs appear in +all copies of this software. - Redistributions of source code must retain the above copyright - notice, this list of conditions and the following disclaimer. +IN NO EVENT SHALL THE COPYRIGHT HOLDER BE LIABLE TO ANY PARTY FOR +DIRECT, INDIRECT, SPECIAL, INCIDENTAL, OR CONSEQUENTIAL DAMAGES +ARISING OUT OF THE USE OF THIS SOFTWARE AND ITS DOCUMENTATION, EVEN +IF THE COPYRIGHT HOLDER HAS BEEN ADVISED OF THE POSSIBILITY OF SUCH +DAMAGE. - Redistributions in binary form must reproduce the above - copyright notice, this list of conditions and the following - disclaimer in the documentation and/or other materials provided - with the distribution. +THE COPYRIGHT HOLDER SPECIFICALLY DISCLAIMS ANY WARRANTIES, INCLUDING, +BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND +FITNESS FOR A PARTICULAR PURPOSE. THE SOFTWARE PROVIDED HEREUNDER IS +ON AN "AS IS" BASIS, AND THE COPYRIGHT HOLDER HAS NO OBLIGATION TO +PROVIDE MAINTENANCE, SUPPORT, UPDATES, ENHANCEMENTS, OR MODIFICATIONS. - Neither the name of 3Dlabs Inc. Ltd. nor the names of its - contributors may be used to endorse or promote products derived - from this software without specific prior written permission. +Google Author(s): Garret Rieger, Rod Sheeter, Behdad Esfahbod -THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS -"AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT -LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS -FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE -COPYRIGHT HOLDERS OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, -INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, -BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; -LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER -CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT -LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN -ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE -POSSIBILITY OF SUCH DAMAGE. -------------------------------------------------------------------------------- -glslang +harfbuzz -Copyright (C) 2014-2015 LunarG, Inc. +Copyright © 2018 Google, Inc. -All rights reserved. + This is part of HarfBuzz, a text shaping library. -Redistribution and use in source and binary forms, with or without -modification, are permitted provided that the following conditions -are met: +Permission is hereby granted, without written agreement and without +license or royalty fees, to use, copy, modify, and distribute this +software and its documentation for any purpose, provided that the +above copyright notice and the following two paragraphs appear in +all copies of this software. - Redistributions of source code must retain the above copyright - notice, this list of conditions and the following disclaimer. +IN NO EVENT SHALL THE COPYRIGHT HOLDER BE LIABLE TO ANY PARTY FOR +DIRECT, INDIRECT, SPECIAL, INCIDENTAL, OR CONSEQUENTIAL DAMAGES +ARISING OUT OF THE USE OF THIS SOFTWARE AND ITS DOCUMENTATION, EVEN +IF THE COPYRIGHT HOLDER HAS BEEN ADVISED OF THE POSSIBILITY OF SUCH +DAMAGE. - Redistributions in binary form must reproduce the above - copyright notice, this list of conditions and the following - disclaimer in the documentation and/or other materials provided - with the distribution. +THE COPYRIGHT HOLDER SPECIFICALLY DISCLAIMS ANY WARRANTIES, INCLUDING, +BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND +FITNESS FOR A PARTICULAR PURPOSE. THE SOFTWARE PROVIDED HEREUNDER IS +ON AN "AS IS" BASIS, AND THE COPYRIGHT HOLDER HAS NO OBLIGATION TO +PROVIDE MAINTENANCE, SUPPORT, UPDATES, ENHANCEMENTS, OR MODIFICATIONS. - Neither the name of 3Dlabs Inc. Ltd. nor the names of its - contributors may be used to endorse or promote products derived - from this software without specific prior written permission. +Google Author(s): Garret Rieger, Roderick Sheeter -THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS -"AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT -LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS -FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE -COPYRIGHT HOLDERS OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, -INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, -BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; -LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER -CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT -LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN -ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE -POSSIBILITY OF SUCH DAMAGE. -------------------------------------------------------------------------------- -glslang +harfbuzz -Copyright (C) 2014-2015 LunarG, Inc. -Copyright (C) 2015-2018 Google, Inc. -Modifications Copyright (C) 2020 Advanced Micro Devices, Inc. All rights reserved. +Copyright © 2018 Google, Inc. -All rights reserved. + This is part of HarfBuzz, a text shaping library. -Redistribution and use in source and binary forms, with or without -modification, are permitted provided that the following conditions -are met: +Permission is hereby granted, without written agreement and without +license or royalty fees, to use, copy, modify, and distribute this +software and its documentation for any purpose, provided that the +above copyright notice and the following two paragraphs appear in +all copies of this software. - Redistributions of source code must retain the above copyright - notice, this list of conditions and the following disclaimer. +IN NO EVENT SHALL THE COPYRIGHT HOLDER BE LIABLE TO ANY PARTY FOR +DIRECT, INDIRECT, SPECIAL, INCIDENTAL, OR CONSEQUENTIAL DAMAGES +ARISING OUT OF THE USE OF THIS SOFTWARE AND ITS DOCUMENTATION, EVEN +IF THE COPYRIGHT HOLDER HAS BEEN ADVISED OF THE POSSIBILITY OF SUCH +DAMAGE. - Redistributions in binary form must reproduce the above - copyright notice, this list of conditions and the following - disclaimer in the documentation and/or other materials provided - with the distribution. +THE COPYRIGHT HOLDER SPECIFICALLY DISCLAIMS ANY WARRANTIES, INCLUDING, +BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND +FITNESS FOR A PARTICULAR PURPOSE. THE SOFTWARE PROVIDED HEREUNDER IS +ON AN "AS IS" BASIS, AND THE COPYRIGHT HOLDER HAS NO OBLIGATION TO +PROVIDE MAINTENANCE, SUPPORT, UPDATES, ENHANCEMENTS, OR MODIFICATIONS. - Neither the name of 3Dlabs Inc. Ltd. nor the names of its - contributors may be used to endorse or promote products derived - from this software without specific prior written permission. +Google Author(s): Rod Sheeter -THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS -"AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT -LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS -FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE -COPYRIGHT HOLDERS OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, -INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, -BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; -LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER -CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT -LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN -ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE -POSSIBILITY OF SUCH DAMAGE. -------------------------------------------------------------------------------- -glslang +harfbuzz -Copyright (C) 2014-2015 LunarG, Inc. -Copyright (C) 2015-2020 Google, Inc. -Copyright (C) 2017 ARM Limited. -Modifications Copyright (C) 2020 Advanced Micro Devices, Inc. All rights reserved. +Copyright © 2018 Google, Inc. +Copyright © 2019 Facebook, Inc. -All rights reserved. + This is part of HarfBuzz, a text shaping library. -Redistribution and use in source and binary forms, with or without -modification, are permitted provided that the following conditions -are met: +Permission is hereby granted, without written agreement and without +license or royalty fees, to use, copy, modify, and distribute this +software and its documentation for any purpose, provided that the +above copyright notice and the following two paragraphs appear in +all copies of this software. - Redistributions of source code must retain the above copyright - notice, this list of conditions and the following disclaimer. +IN NO EVENT SHALL THE COPYRIGHT HOLDER BE LIABLE TO ANY PARTY FOR +DIRECT, INDIRECT, SPECIAL, INCIDENTAL, OR CONSEQUENTIAL DAMAGES +ARISING OUT OF THE USE OF THIS SOFTWARE AND ITS DOCUMENTATION, EVEN +IF THE COPYRIGHT HOLDER HAS BEEN ADVISED OF THE POSSIBILITY OF SUCH +DAMAGE. - Redistributions in binary form must reproduce the above - copyright notice, this list of conditions and the following - disclaimer in the documentation and/or other materials provided - with the distribution. +THE COPYRIGHT HOLDER SPECIFICALLY DISCLAIMS ANY WARRANTIES, INCLUDING, +BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND +FITNESS FOR A PARTICULAR PURPOSE. THE SOFTWARE PROVIDED HEREUNDER IS +ON AN "AS IS" BASIS, AND THE COPYRIGHT HOLDER HAS NO OBLIGATION TO +PROVIDE MAINTENANCE, SUPPORT, UPDATES, ENHANCEMENTS, OR MODIFICATIONS. - Neither the name of 3Dlabs Inc. Ltd. nor the names of its - contributors may be used to endorse or promote products derived - from this software without specific prior written permission. +Google Author(s): Behdad Esfahbod +Facebook Author(s): Behdad Esfahbod -THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS -"AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT -LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS -FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE -COPYRIGHT HOLDERS OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, -INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, -BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; -LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER -CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT -LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN -ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE -POSSIBILITY OF SUCH DAMAGE. -------------------------------------------------------------------------------- -glslang +harfbuzz -Copyright (C) 2014-2015 LunarG, Inc. -Copyright (C) 2022-2024 Arm Limited. -Modifications Copyright (C) 2020 Advanced Micro Devices, Inc. All rights reserved. +Copyright © 2018 Google, Inc. +Copyright © 2023 Behdad Esfahbod -All rights reserved. + This is part of HarfBuzz, a text shaping library. -Redistribution and use in source and binary forms, with or without -modification, are permitted provided that the following conditions -are met: +Permission is hereby granted, without written agreement and without +license or royalty fees, to use, copy, modify, and distribute this +software and its documentation for any purpose, provided that the +above copyright notice and the following two paragraphs appear in +all copies of this software. - Redistributions of source code must retain the above copyright - notice, this list of conditions and the following disclaimer. +IN NO EVENT SHALL THE COPYRIGHT HOLDER BE LIABLE TO ANY PARTY FOR +DIRECT, INDIRECT, SPECIAL, INCIDENTAL, OR CONSEQUENTIAL DAMAGES +ARISING OUT OF THE USE OF THIS SOFTWARE AND ITS DOCUMENTATION, EVEN +IF THE COPYRIGHT HOLDER HAS BEEN ADVISED OF THE POSSIBILITY OF SUCH +DAMAGE. - Redistributions in binary form must reproduce the above - copyright notice, this list of conditions and the following - disclaimer in the documentation and/or other materials provided - with the distribution. +THE COPYRIGHT HOLDER SPECIFICALLY DISCLAIMS ANY WARRANTIES, INCLUDING, +BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND +FITNESS FOR A PARTICULAR PURPOSE. THE SOFTWARE PROVIDED HEREUNDER IS +ON AN "AS IS" BASIS, AND THE COPYRIGHT HOLDER HAS NO OBLIGATION TO +PROVIDE MAINTENANCE, SUPPORT, UPDATES, ENHANCEMENTS, OR MODIFICATIONS. - Neither the name of 3Dlabs Inc. Ltd. nor the names of its - contributors may be used to endorse or promote products derived - from this software without specific prior written permission. +Google Author(s): Garret Rieger, Roderick Sheeter -THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS -"AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT -LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS -FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE -COPYRIGHT HOLDERS OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, -INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, -BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; -LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER -CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT -LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN -ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE -POSSIBILITY OF SUCH DAMAGE. -------------------------------------------------------------------------------- -glslang - -Copyright (C) 2014-2016 LunarG, Inc. -Copyright (C) 2015-2020 Google, Inc. -Copyright (C) 2017, 2022-2024 Arm Limited. -Modifications Copyright (C) 2020 Advanced Micro Devices, Inc. All rights reserved. +harfbuzz -All rights reserved. +Copyright © 2018 Adobe Inc. -Redistribution and use in source and binary forms, with or without -modification, are permitted provided that the following conditions -are met: + This is part of HarfBuzz, a text shaping library. - Redistributions of source code must retain the above copyright - notice, this list of conditions and the following disclaimer. +Permission is hereby granted, without written agreement and without +license or royalty fees, to use, copy, modify, and distribute this +software and its documentation for any purpose, provided that the +above copyright notice and the following two paragraphs appear in +all copies of this software. - Redistributions in binary form must reproduce the above - copyright notice, this list of conditions and the following - disclaimer in the documentation and/or other materials provided - with the distribution. +IN NO EVENT SHALL THE COPYRIGHT HOLDER BE LIABLE TO ANY PARTY FOR +DIRECT, INDIRECT, SPECIAL, INCIDENTAL, OR CONSEQUENTIAL DAMAGES +ARISING OUT OF THE USE OF THIS SOFTWARE AND ITS DOCUMENTATION, EVEN +IF THE COPYRIGHT HOLDER HAS BEEN ADVISED OF THE POSSIBILITY OF SUCH +DAMAGE. - Neither the name of 3Dlabs Inc. Ltd. nor the names of its - contributors may be used to endorse or promote products derived - from this software without specific prior written permission. +THE COPYRIGHT HOLDER SPECIFICALLY DISCLAIMS ANY WARRANTIES, INCLUDING, +BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND +FITNESS FOR A PARTICULAR PURPOSE. THE SOFTWARE PROVIDED HEREUNDER IS +ON AN "AS IS" BASIS, AND THE COPYRIGHT HOLDER HAS NO OBLIGATION TO +PROVIDE MAINTENANCE, SUPPORT, UPDATES, ENHANCEMENTS, OR MODIFICATIONS. -THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS -"AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT -LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS -FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE -COPYRIGHT HOLDERS OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, -INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, -BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; -LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER -CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT -LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN -ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE -POSSIBILITY OF SUCH DAMAGE. --------------------------------------------------------------------------------- -glslang +Adobe Author(s): Michiharu Ariza -Copyright (C) 2014-2016 LunarG, Inc. -Copyright (C) 2018 Google, Inc. +-------------------------------------------------------------------------------- +harfbuzz -All rights reserved. +Copyright © 2018 Adobe Inc. -Redistribution and use in source and binary forms, with or without -modification, are permitted provided that the following conditions -are met: + This is part of HarfBuzz, a text shaping library. - Redistributions of source code must retain the above copyright - notice, this list of conditions and the following disclaimer. +Permission is hereby granted, without written agreement and without +license or royalty fees, to use, copy, modify, and distribute this +software and its documentation for any purpose, provided that the +above copyright notice and the following two paragraphs appear in +all copies of this software. - Redistributions in binary form must reproduce the above - copyright notice, this list of conditions and the following - disclaimer in the documentation and/or other materials provided - with the distribution. +IN NO EVENT SHALL THE COPYRIGHT HOLDER BE LIABLE TO ANY PARTY FOR +DIRECT, INDIRECT, SPECIAL, INCIDENTAL, OR CONSEQUENTIAL DAMAGES +ARISING OUT OF THE USE OF THIS SOFTWARE AND ITS DOCUMENTATION, EVEN +IF THE COPYRIGHT HOLDER HAS BEEN ADVISED OF THE POSSIBILITY OF SUCH +DAMAGE. - Neither the name of 3Dlabs Inc. Ltd. nor the names of its - contributors may be used to endorse or promote products derived - from this software without specific prior written permission. +THE COPYRIGHT HOLDER SPECIFICALLY DISCLAIMS ANY WARRANTIES, INCLUDING, +BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND +FITNESS FOR A PARTICULAR PURPOSE. THE SOFTWARE PROVIDED HEREUNDER IS +ON AN "AS IS" BASIS, AND THE COPYRIGHT HOLDER HAS NO OBLIGATION TO +PROVIDE MAINTENANCE, SUPPORT, UPDATES, ENHANCEMENTS, OR MODIFICATIONS. -THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS -"AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT -LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS -FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE -COPYRIGHT HOLDERS OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, -INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, -BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; -LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER -CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT -LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN -ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE -POSSIBILITY OF SUCH DAMAGE. +Adobe Author(s): Michiharu Ariza +ifndef HB_CFF1_INTERP_CS_HH +define HB_CFF1_INTERP_CS_HH -------------------------------------------------------------------------------- -glslang - -Copyright (C) 2014-2016 LunarG, Inc. -Copyright (C) 2018-2020 Google, Inc. +harfbuzz -All rights reserved. +Copyright © 2018 Adobe Inc. -Redistribution and use in source and binary forms, with or without -modification, are permitted provided that the following conditions -are met: + This is part of HarfBuzz, a text shaping library. - Redistributions of source code must retain the above copyright - notice, this list of conditions and the following disclaimer. +Permission is hereby granted, without written agreement and without +license or royalty fees, to use, copy, modify, and distribute this +software and its documentation for any purpose, provided that the +above copyright notice and the following two paragraphs appear in +all copies of this software. - Redistributions in binary form must reproduce the above - copyright notice, this list of conditions and the following - disclaimer in the documentation and/or other materials provided - with the distribution. +IN NO EVENT SHALL THE COPYRIGHT HOLDER BE LIABLE TO ANY PARTY FOR +DIRECT, INDIRECT, SPECIAL, INCIDENTAL, OR CONSEQUENTIAL DAMAGES +ARISING OUT OF THE USE OF THIS SOFTWARE AND ITS DOCUMENTATION, EVEN +IF THE COPYRIGHT HOLDER HAS BEEN ADVISED OF THE POSSIBILITY OF SUCH +DAMAGE. - Neither the name of 3Dlabs Inc. Ltd. nor the names of its - contributors may be used to endorse or promote products derived - from this software without specific prior written permission. +THE COPYRIGHT HOLDER SPECIFICALLY DISCLAIMS ANY WARRANTIES, INCLUDING, +BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND +FITNESS FOR A PARTICULAR PURPOSE. THE SOFTWARE PROVIDED HEREUNDER IS +ON AN "AS IS" BASIS, AND THE COPYRIGHT HOLDER HAS NO OBLIGATION TO +PROVIDE MAINTENANCE, SUPPORT, UPDATES, ENHANCEMENTS, OR MODIFICATIONS. -THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS -"AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT -LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS -FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE -COPYRIGHT HOLDERS OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, -INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, -BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; -LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER -CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT -LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN -ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE -POSSIBILITY OF SUCH DAMAGE. +Adobe Author(s): Michiharu Ariza +ifndef HB_CFF2_INTERP_CS_HH +define HB_CFF2_INTERP_CS_HH -------------------------------------------------------------------------------- -glslang - -Copyright (C) 2015 LunarG, Inc. +harfbuzz -All rights reserved. +Copyright © 2018 Adobe Inc. -Redistribution and use in source and binary forms, with or without -modification, are permitted provided that the following conditions -are met: + This is part of HarfBuzz, a text shaping library. - Redistributions of source code must retain the above copyright - notice, this list of conditions and the following disclaimer. +Permission is hereby granted, without written agreement and without +license or royalty fees, to use, copy, modify, and distribute this +software and its documentation for any purpose, provided that the +above copyright notice and the following two paragraphs appear in +all copies of this software. - Redistributions in binary form must reproduce the above - copyright notice, this list of conditions and the following - disclaimer in the documentation and/or other materials provided - with the distribution. +IN NO EVENT SHALL THE COPYRIGHT HOLDER BE LIABLE TO ANY PARTY FOR +DIRECT, INDIRECT, SPECIAL, INCIDENTAL, OR CONSEQUENTIAL DAMAGES +ARISING OUT OF THE USE OF THIS SOFTWARE AND ITS DOCUMENTATION, EVEN +IF THE COPYRIGHT HOLDER HAS BEEN ADVISED OF THE POSSIBILITY OF SUCH +DAMAGE. - Neither the name of 3Dlabs Inc. Ltd. nor the names of its - contributors may be used to endorse or promote products derived - from this software without specific prior written permission. +THE COPYRIGHT HOLDER SPECIFICALLY DISCLAIMS ANY WARRANTIES, INCLUDING, +BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND +FITNESS FOR A PARTICULAR PURPOSE. THE SOFTWARE PROVIDED HEREUNDER IS +ON AN "AS IS" BASIS, AND THE COPYRIGHT HOLDER HAS NO OBLIGATION TO +PROVIDE MAINTENANCE, SUPPORT, UPDATES, ENHANCEMENTS, OR MODIFICATIONS. -THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS -"AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT -LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS -FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE -COPYRIGHT HOLDERS OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, -INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, -BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; -LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER -CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT -LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN -ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE -POSSIBILITY OF SUCH DAMAGE. +Adobe Author(s): Michiharu Ariza +ifndef HB_CFF_INTERP_COMMON_HH +define HB_CFF_INTERP_COMMON_HH -------------------------------------------------------------------------------- -glslang - -Copyright (C) 2015-2016 Google, Inc. +harfbuzz -All rights reserved. +Copyright © 2018 Adobe Inc. -Redistribution and use in source and binary forms, with or without -modification, are permitted provided that the following conditions -are met: + This is part of HarfBuzz, a text shaping library. - Redistributions of source code must retain the above copyright - notice, this list of conditions and the following disclaimer. +Permission is hereby granted, without written agreement and without +license or royalty fees, to use, copy, modify, and distribute this +software and its documentation for any purpose, provided that the +above copyright notice and the following two paragraphs appear in +all copies of this software. - Redistributions in binary form must reproduce the above - copyright notice, this list of conditions and the following - disclaimer in the documentation and/or other materials provided - with the distribution. +IN NO EVENT SHALL THE COPYRIGHT HOLDER BE LIABLE TO ANY PARTY FOR +DIRECT, INDIRECT, SPECIAL, INCIDENTAL, OR CONSEQUENTIAL DAMAGES +ARISING OUT OF THE USE OF THIS SOFTWARE AND ITS DOCUMENTATION, EVEN +IF THE COPYRIGHT HOLDER HAS BEEN ADVISED OF THE POSSIBILITY OF SUCH +DAMAGE. - Neither the name of Google Inc. nor the names of its - contributors may be used to endorse or promote products derived - from this software without specific prior written permission. +THE COPYRIGHT HOLDER SPECIFICALLY DISCLAIMS ANY WARRANTIES, INCLUDING, +BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND +FITNESS FOR A PARTICULAR PURPOSE. THE SOFTWARE PROVIDED HEREUNDER IS +ON AN "AS IS" BASIS, AND THE COPYRIGHT HOLDER HAS NO OBLIGATION TO +PROVIDE MAINTENANCE, SUPPORT, UPDATES, ENHANCEMENTS, OR MODIFICATIONS. -THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS -"AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT -LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS -FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE -COPYRIGHT HOLDERS OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, -INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, -BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; -LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER -CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT -LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN -ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE -POSSIBILITY OF SUCH DAMAGE. +Adobe Author(s): Michiharu Ariza +ifndef HB_CFF_INTERP_CS_COMMON_HH +define HB_CFF_INTERP_CS_COMMON_HH -------------------------------------------------------------------------------- -glslang - -Copyright (C) 2015-2018 Google, Inc. -Copyright (C) 2017 ARM Limited. +harfbuzz -All rights reserved. +Copyright © 2018 Adobe Inc. -Redistribution and use in source and binary forms, with or without -modification, are permitted provided that the following conditions -are met: + This is part of HarfBuzz, a text shaping library. - Redistributions of source code must retain the above copyright - notice, this list of conditions and the following disclaimer. +Permission is hereby granted, without written agreement and without +license or royalty fees, to use, copy, modify, and distribute this +software and its documentation for any purpose, provided that the +above copyright notice and the following two paragraphs appear in +all copies of this software. - Redistributions in binary form must reproduce the above - copyright notice, this list of conditions and the following - disclaimer in the documentation and/or other materials provided - with the distribution. +IN NO EVENT SHALL THE COPYRIGHT HOLDER BE LIABLE TO ANY PARTY FOR +DIRECT, INDIRECT, SPECIAL, INCIDENTAL, OR CONSEQUENTIAL DAMAGES +ARISING OUT OF THE USE OF THIS SOFTWARE AND ITS DOCUMENTATION, EVEN +IF THE COPYRIGHT HOLDER HAS BEEN ADVISED OF THE POSSIBILITY OF SUCH +DAMAGE. - Neither the name of 3Dlabs Inc. Ltd. nor the names of its - contributors may be used to endorse or promote products derived - from this software without specific prior written permission. +THE COPYRIGHT HOLDER SPECIFICALLY DISCLAIMS ANY WARRANTIES, INCLUDING, +BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND +FITNESS FOR A PARTICULAR PURPOSE. THE SOFTWARE PROVIDED HEREUNDER IS +ON AN "AS IS" BASIS, AND THE COPYRIGHT HOLDER HAS NO OBLIGATION TO +PROVIDE MAINTENANCE, SUPPORT, UPDATES, ENHANCEMENTS, OR MODIFICATIONS. -THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS -"AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT -LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS -FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE -COPYRIGHT HOLDERS OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, -INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, -BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; -LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER -CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT -LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN -ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE -POSSIBILITY OF SUCH DAMAGE. +Adobe Author(s): Michiharu Ariza +ifndef HB_CFF_INTERP_DICT_COMMON_HH +define HB_CFF_INTERP_DICT_COMMON_HH -------------------------------------------------------------------------------- -glslang - -Copyright (C) 2016 Google, Inc. +harfbuzz -All rights reserved. +Copyright © 2018 Adobe Inc. -Redistribution and use in source and binary forms, with or without -modification, are permitted provided that the following conditions -are met: + This is part of HarfBuzz, a text shaping library. - Redistributions of source code must retain the above copyright - notice, this list of conditions and the following disclaimer. +Permission is hereby granted, without written agreement and without +license or royalty fees, to use, copy, modify, and distribute this +software and its documentation for any purpose, provided that the +above copyright notice and the following two paragraphs appear in +all copies of this software. - Redistributions in binary form must reproduce the above - copyright notice, this list of conditions and the following - disclaimer in the documentation and/or other materials provided - with the distribution. +IN NO EVENT SHALL THE COPYRIGHT HOLDER BE LIABLE TO ANY PARTY FOR +DIRECT, INDIRECT, SPECIAL, INCIDENTAL, OR CONSEQUENTIAL DAMAGES +ARISING OUT OF THE USE OF THIS SOFTWARE AND ITS DOCUMENTATION, EVEN +IF THE COPYRIGHT HOLDER HAS BEEN ADVISED OF THE POSSIBILITY OF SUCH +DAMAGE. - Neither the name of 3Dlabs Inc. Ltd. nor the names of its - contributors may be used to endorse or promote products derived - from this software without specific prior written permission. +THE COPYRIGHT HOLDER SPECIFICALLY DISCLAIMS ANY WARRANTIES, INCLUDING, +BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND +FITNESS FOR A PARTICULAR PURPOSE. THE SOFTWARE PROVIDED HEREUNDER IS +ON AN "AS IS" BASIS, AND THE COPYRIGHT HOLDER HAS NO OBLIGATION TO +PROVIDE MAINTENANCE, SUPPORT, UPDATES, ENHANCEMENTS, OR MODIFICATIONS. -THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS -"AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT -LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS -FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE -COPYRIGHT HOLDERS OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, -INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, -BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; -LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER -CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT -LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN -ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE -POSSIBILITY OF SUCH DAMAGE. +Adobe Author(s): Michiharu Ariza +ifndef HB_OT_CFF_COMMON_HH +define HB_OT_CFF_COMMON_HH -------------------------------------------------------------------------------- -glslang - -Copyright (C) 2016 Google, Inc. +harfbuzz -All rights reserved. +Copyright © 2018-2019 Ebrahim Byagowi -Redistribution and use in source and binary forms, with or without -modification, are permitted provided that the following conditions -are met: + This is part of HarfBuzz, a text shaping library. - Redistributions of source code must retain the above copyright - notice, this list of conditions and the following disclaimer. +Permission is hereby granted, without written agreement and without +license or royalty fees, to use, copy, modify, and distribute this +software and its documentation for any purpose, provided that the +above copyright notice and the following two paragraphs appear in +all copies of this software. - Redistributions in binary form must reproduce the above - copyright notice, this list of conditions and the following - disclaimer in the documentation and/or other materials provided - with the distribution. +IN NO EVENT SHALL THE COPYRIGHT HOLDER BE LIABLE TO ANY PARTY FOR +DIRECT, INDIRECT, SPECIAL, INCIDENTAL, OR CONSEQUENTIAL DAMAGES +ARISING OUT OF THE USE OF THIS SOFTWARE AND ITS DOCUMENTATION, EVEN +IF THE COPYRIGHT HOLDER HAS BEEN ADVISED OF THE POSSIBILITY OF SUCH +DAMAGE. - Neither the name of Google Inc. nor the names of its - contributors may be used to endorse or promote products derived - from this software without specific prior written permission. +THE COPYRIGHT HOLDER SPECIFICALLY DISCLAIMS ANY WARRANTIES, INCLUDING, +BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND +FITNESS FOR A PARTICULAR PURPOSE. THE SOFTWARE PROVIDED HEREUNDER IS +ON AN "AS IS" BASIS, AND THE COPYRIGHT HOLDER HAS NO OBLIGATION TO +PROVIDE MAINTENANCE, SUPPORT, UPDATES, ENHANCEMENTS, OR MODIFICATIONS. -THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS -"AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT -LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS -FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE -COPYRIGHT HOLDERS OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, -INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, -BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; -LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER -CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT -LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN -ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE -POSSIBILITY OF SUCH DAMAGE. -------------------------------------------------------------------------------- -glslang +harfbuzz -Copyright (C) 2016 Google, Inc. +Copyright © 2019 Adobe Inc. +Copyright © 2019 Ebrahim Byagowi -All rights reserved. + This is part of HarfBuzz, a text shaping library. -Redistribution and use in source and binary forms, with or without -modification, are permitted provided that the following conditions -are met: +Permission is hereby granted, without written agreement and without +license or royalty fees, to use, copy, modify, and distribute this +software and its documentation for any purpose, provided that the +above copyright notice and the following two paragraphs appear in +all copies of this software. - Redistributions of source code must retain the above copyright - notice, this list of conditions and the following disclaimer. +IN NO EVENT SHALL THE COPYRIGHT HOLDER BE LIABLE TO ANY PARTY FOR +DIRECT, INDIRECT, SPECIAL, INCIDENTAL, OR CONSEQUENTIAL DAMAGES +ARISING OUT OF THE USE OF THIS SOFTWARE AND ITS DOCUMENTATION, EVEN +IF THE COPYRIGHT HOLDER HAS BEEN ADVISED OF THE POSSIBILITY OF SUCH +DAMAGE. - Redistributions in binary form must reproduce the above - copyright notice, this list of conditions and the following - disclaimer in the documentation and/or other materials provided - with the distribution. +THE COPYRIGHT HOLDER SPECIFICALLY DISCLAIMS ANY WARRANTIES, INCLUDING, +BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND +FITNESS FOR A PARTICULAR PURPOSE. THE SOFTWARE PROVIDED HEREUNDER IS +ON AN "AS IS" BASIS, AND THE COPYRIGHT HOLDER HAS NO OBLIGATION TO +PROVIDE MAINTENANCE, SUPPORT, UPDATES, ENHANCEMENTS, OR MODIFICATIONS. - Neither the name of Google, Inc., nor the names of its - contributors may be used to endorse or promote products derived - from this software without specific prior written permission. +Adobe Author(s): Michiharu Ariza -THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS -"AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT -LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS -FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE -COPYRIGHT HOLDERS OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, -INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, -BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; -LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER -CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT -LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN -ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE -POSSIBILITY OF SUCH DAMAGE. -------------------------------------------------------------------------------- -glslang +harfbuzz -Copyright (C) 2016 Google, Inc. -Copyright (C) 2016 LunarG, Inc. +Copyright © 2019 Adobe, Inc. -All rights reserved. + This is part of HarfBuzz, a text shaping library. -Redistribution and use in source and binary forms, with or without -modification, are permitted provided that the following conditions -are met: +Permission is hereby granted, without written agreement and without +license or royalty fees, to use, copy, modify, and distribute this +software and its documentation for any purpose, provided that the +above copyright notice and the following two paragraphs appear in +all copies of this software. - Redistributions of source code must retain the above copyright - notice, this list of conditions and the following disclaimer. +IN NO EVENT SHALL THE COPYRIGHT HOLDER BE LIABLE TO ANY PARTY FOR +DIRECT, INDIRECT, SPECIAL, INCIDENTAL, OR CONSEQUENTIAL DAMAGES +ARISING OUT OF THE USE OF THIS SOFTWARE AND ITS DOCUMENTATION, EVEN +IF THE COPYRIGHT HOLDER HAS BEEN ADVISED OF THE POSSIBILITY OF SUCH +DAMAGE. - Redistributions in binary form must reproduce the above - copyright notice, this list of conditions and the following - disclaimer in the documentation and/or other materials provided - with the distribution. +THE COPYRIGHT HOLDER SPECIFICALLY DISCLAIMS ANY WARRANTIES, INCLUDING, +BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND +FITNESS FOR A PARTICULAR PURPOSE. THE SOFTWARE PROVIDED HEREUNDER IS +ON AN "AS IS" BASIS, AND THE COPYRIGHT HOLDER HAS NO OBLIGATION TO +PROVIDE MAINTENANCE, SUPPORT, UPDATES, ENHANCEMENTS, OR MODIFICATIONS. - Neither the name of Google Inc. nor the names of its - contributors may be used to endorse or promote products derived - from this software without specific prior written permission. +Adobe Author(s): Michiharu Ariza -THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS -"AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT -LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS -FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE -COPYRIGHT HOLDERS OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, -INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, -BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; -LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER -CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT -LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN -ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE -POSSIBILITY OF SUCH DAMAGE. -------------------------------------------------------------------------------- -glslang - -Copyright (C) 2016 Google, Inc. -Copyright (C) 2016 LunarG, Inc. +harfbuzz -All rights reserved. +Copyright © 2019 Ebrahim Byagowi -Redistribution and use in source and binary forms, with or without -modification, are permitted provided that the following conditions -are met: + This is part of HarfBuzz, a text shaping library. - Redistributions of source code must retain the above copyright - notice, this list of conditions and the following disclaimer. +Permission is hereby granted, without written agreement and without +license or royalty fees, to use, copy, modify, and distribute this +software and its documentation for any purpose, provided that the +above copyright notice and the following two paragraphs appear in +all copies of this software. - Redistributions in binary form must reproduce the above - copyright notice, this list of conditions and the following - disclaimer in the documentation and/or other materials provided - with the distribution. +IN NO EVENT SHALL THE COPYRIGHT HOLDER BE LIABLE TO ANY PARTY FOR +DIRECT, INDIRECT, SPECIAL, INCIDENTAL, OR CONSEQUENTIAL DAMAGES +ARISING OUT OF THE USE OF THIS SOFTWARE AND ITS DOCUMENTATION, EVEN +IF THE COPYRIGHT HOLDER HAS BEEN ADVISED OF THE POSSIBILITY OF SUCH +DAMAGE. - Neither the name of Google, Inc., nor the names of its - contributors may be used to endorse or promote products derived - from this software without specific prior written permission. +THE COPYRIGHT HOLDER SPECIFICALLY DISCLAIMS ANY WARRANTIES, INCLUDING, +BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND +FITNESS FOR A PARTICULAR PURPOSE. THE SOFTWARE PROVIDED HEREUNDER IS +ON AN "AS IS" BASIS, AND THE COPYRIGHT HOLDER HAS NO OBLIGATION TO +PROVIDE MAINTENANCE, SUPPORT, UPDATES, ENHANCEMENTS, OR MODIFICATIONS. -THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS -"AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT -LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS -FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE -COPYRIGHT HOLDERS OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, -INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, -BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; -LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER -CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT -LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN -ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE -POSSIBILITY OF SUCH DAMAGE. -------------------------------------------------------------------------------- -glslang +harfbuzz -Copyright (C) 2016 Google, Inc. -Copyright (C) 2019, 2022-2024 Arm Limited. -Modifications Copyright (C) 2020 Advanced Micro Devices, Inc. All rights reserved. +Copyright © 2019 Ebrahim Byagowi -All rights reserved. + This is part of HarfBuzz, a text shaping library. -Redistribution and use in source and binary forms, with or without -modification, are permitted provided that the following conditions -are met: +Permission is hereby granted, without written agreement and without +license or royalty fees, to use, copy, modify, and distribute this +software and its documentation for any purpose, provided that the +above copyright notice and the following two paragraphs appear in +all copies of this software. - Redistributions of source code must retain the above copyright - notice, this list of conditions and the following disclaimer. +IN NO EVENT SHALL THE COPYRIGHT HOLDER BE LIABLE TO ANY PARTY FOR +DIRECT, INDIRECT, SPECIAL, INCIDENTAL, OR CONSEQUENTIAL DAMAGES +ARISING OUT OF THE USE OF THIS SOFTWARE AND ITS DOCUMENTATION, EVEN +IF THE COPYRIGHT HOLDER HAS BEEN ADVISED OF THE POSSIBILITY OF SUCH +DAMAGE. - Redistributions in binary form must reproduce the above - copyright notice, this list of conditions and the following - disclaimer in the documentation and/or other materials provided - with the distribution. +THE COPYRIGHT HOLDER SPECIFICALLY DISCLAIMS ANY WARRANTIES, INCLUDING, +BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND +FITNESS FOR A PARTICULAR PURPOSE. THE SOFTWARE PROVIDED HEREUNDER IS +ON AN "AS IS" BASIS, AND THE COPYRIGHT HOLDER HAS NO OBLIGATION TO +PROVIDE MAINTENANCE, SUPPORT, UPDATES, ENHANCEMENTS, OR MODIFICATIONS. - Neither the name of Google Inc. nor the names of its - contributors may be used to endorse or promote products derived - from this software without specific prior written permission. -THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS -"AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT -LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS -FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE -COPYRIGHT HOLDERS OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, -INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, -BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; -LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER -CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT -LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN -ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE -POSSIBILITY OF SUCH DAMAGE. -------------------------------------------------------------------------------- -glslang +harfbuzz -Copyright (C) 2016 Google, Inc. -Copyright (C) 2022-2024 Arm Limited. +Copyright © 2019 Facebook, Inc. -All rights reserved. + This is part of HarfBuzz, a text shaping library. -Redistribution and use in source and binary forms, with or without -modification, are permitted provided that the following conditions -are met: +Permission is hereby granted, without written agreement and without +license or royalty fees, to use, copy, modify, and distribute this +software and its documentation for any purpose, provided that the +above copyright notice and the following two paragraphs appear in +all copies of this software. - Redistributions of source code must retain the above copyright - notice, this list of conditions and the following disclaimer. +IN NO EVENT SHALL THE COPYRIGHT HOLDER BE LIABLE TO ANY PARTY FOR +DIRECT, INDIRECT, SPECIAL, INCIDENTAL, OR CONSEQUENTIAL DAMAGES +ARISING OUT OF THE USE OF THIS SOFTWARE AND ITS DOCUMENTATION, EVEN +IF THE COPYRIGHT HOLDER HAS BEEN ADVISED OF THE POSSIBILITY OF SUCH +DAMAGE. - Redistributions in binary form must reproduce the above - copyright notice, this list of conditions and the following - disclaimer in the documentation and/or other materials provided - with the distribution. +THE COPYRIGHT HOLDER SPECIFICALLY DISCLAIMS ANY WARRANTIES, INCLUDING, +BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND +FITNESS FOR A PARTICULAR PURPOSE. THE SOFTWARE PROVIDED HEREUNDER IS +ON AN "AS IS" BASIS, AND THE COPYRIGHT HOLDER HAS NO OBLIGATION TO +PROVIDE MAINTENANCE, SUPPORT, UPDATES, ENHANCEMENTS, OR MODIFICATIONS. - Neither the name of Google Inc. nor the names of its - contributors may be used to endorse or promote products derived - from this software without specific prior written permission. +Facebook Author(s): Behdad Esfahbod -THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS -"AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT -LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS -FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE -COPYRIGHT HOLDERS OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, -INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, -BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; -LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER -CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT -LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN -ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE -POSSIBILITY OF SUCH DAMAGE. -------------------------------------------------------------------------------- -glslang +harfbuzz -Copyright (C) 2016 LunarG, Inc. +Copyright © 2019 Adobe Inc. -All rights reserved. + This is part of HarfBuzz, a text shaping library. -Redistribution and use in source and binary forms, with or without -modification, are permitted provided that the following conditions -are met: +Permission is hereby granted, without written agreement and without +license or royalty fees, to use, copy, modify, and distribute this +software and its documentation for any purpose, provided that the +above copyright notice and the following two paragraphs appear in +all copies of this software. - Redistributions of source code must retain the above copyright - notice, this list of conditions and the following disclaimer. +IN NO EVENT SHALL THE COPYRIGHT HOLDER BE LIABLE TO ANY PARTY FOR +DIRECT, INDIRECT, SPECIAL, INCIDENTAL, OR CONSEQUENTIAL DAMAGES +ARISING OUT OF THE USE OF THIS SOFTWARE AND ITS DOCUMENTATION, EVEN +IF THE COPYRIGHT HOLDER HAS BEEN ADVISED OF THE POSSIBILITY OF SUCH +DAMAGE. - Redistributions in binary form must reproduce the above - copyright notice, this list of conditions and the following - disclaimer in the documentation and/or other materials provided - with the distribution. +THE COPYRIGHT HOLDER SPECIFICALLY DISCLAIMS ANY WARRANTIES, INCLUDING, +BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND +FITNESS FOR A PARTICULAR PURPOSE. THE SOFTWARE PROVIDED HEREUNDER IS +ON AN "AS IS" BASIS, AND THE COPYRIGHT HOLDER HAS NO OBLIGATION TO +PROVIDE MAINTENANCE, SUPPORT, UPDATES, ENHANCEMENTS, OR MODIFICATIONS. - Neither the name of 3Dlabs Inc. Ltd. nor the names of its - contributors may be used to endorse or promote products derived - from this software without specific prior written permission. +Adobe Author(s): Michiharu Ariza -THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS -"AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT -LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS -FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE -COPYRIGHT HOLDERS OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, -INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, -BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; -LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER -CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT -LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN -ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE -POSSIBILITY OF SUCH DAMAGE. -------------------------------------------------------------------------------- -glslang - -Copyright (C) 2016 LunarG, Inc. +harfbuzz -All rights reserved. +Copyright © 2019-2020 Ebrahim Byagowi -Redistribution and use in source and binary forms, with or without -modification, are permitted provided that the following conditions -are met: + This is part of HarfBuzz, a text shaping library. - Redistributions of source code must retain the above copyright - notice, this list of conditions and the following disclaimer. +Permission is hereby granted, without written agreement and without +license or royalty fees, to use, copy, modify, and distribute this +software and its documentation for any purpose, provided that the +above copyright notice and the following two paragraphs appear in +all copies of this software. - Redistributions in binary form must reproduce the above - copyright notice, this list of conditions and the following - disclaimer in the documentation and/or other materials provided - with the distribution. +IN NO EVENT SHALL THE COPYRIGHT HOLDER BE LIABLE TO ANY PARTY FOR +DIRECT, INDIRECT, SPECIAL, INCIDENTAL, OR CONSEQUENTIAL DAMAGES +ARISING OUT OF THE USE OF THIS SOFTWARE AND ITS DOCUMENTATION, EVEN +IF THE COPYRIGHT HOLDER HAS BEEN ADVISED OF THE POSSIBILITY OF SUCH +DAMAGE. - Neither the name of Google Inc. nor the names of its - contributors may be used to endorse or promote products derived - from this software without specific prior written permission. +THE COPYRIGHT HOLDER SPECIFICALLY DISCLAIMS ANY WARRANTIES, INCLUDING, +BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND +FITNESS FOR A PARTICULAR PURPOSE. THE SOFTWARE PROVIDED HEREUNDER IS +ON AN "AS IS" BASIS, AND THE COPYRIGHT HOLDER HAS NO OBLIGATION TO +PROVIDE MAINTENANCE, SUPPORT, UPDATES, ENHANCEMENTS, OR MODIFICATIONS. -THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS -"AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT -LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS -FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE -COPYRIGHT HOLDERS OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, -INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, -BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; -LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER -CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT -LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN -ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE -POSSIBILITY OF SUCH DAMAGE. -------------------------------------------------------------------------------- -glslang - -Copyright (C) 2016 LunarG, Inc. +harfbuzz -All rights reserved. +Copyright © 2020 Ebrahim Byagowi -Redistribution and use in source and binary forms, with or without -modification, are permitted provided that the following conditions -are met: + This is part of HarfBuzz, a text shaping library. - Redistributions of source code must retain the above copyright - notice, this list of conditions and the following disclaimer. +Permission is hereby granted, without written agreement and without +license or royalty fees, to use, copy, modify, and distribute this +software and its documentation for any purpose, provided that the +above copyright notice and the following two paragraphs appear in +all copies of this software. - Redistributions in binary form must reproduce the above - copyright notice, this list of conditions and the following - disclaimer in the documentation and/or other materials provided - with the distribution. +IN NO EVENT SHALL THE COPYRIGHT HOLDER BE LIABLE TO ANY PARTY FOR +DIRECT, INDIRECT, SPECIAL, INCIDENTAL, OR CONSEQUENTIAL DAMAGES +ARISING OUT OF THE USE OF THIS SOFTWARE AND ITS DOCUMENTATION, EVEN +IF THE COPYRIGHT HOLDER HAS BEEN ADVISED OF THE POSSIBILITY OF SUCH +DAMAGE. - Neither the name of Google, Inc., nor the names of its - contributors may be used to endorse or promote products derived - from this software without specific prior written permission. +THE COPYRIGHT HOLDER SPECIFICALLY DISCLAIMS ANY WARRANTIES, INCLUDING, +BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND +FITNESS FOR A PARTICULAR PURPOSE. THE SOFTWARE PROVIDED HEREUNDER IS +ON AN "AS IS" BASIS, AND THE COPYRIGHT HOLDER HAS NO OBLIGATION TO +PROVIDE MAINTENANCE, SUPPORT, UPDATES, ENHANCEMENTS, OR MODIFICATIONS. -THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS -"AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT -LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS -FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE -COPYRIGHT HOLDERS OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, -INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, -BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; -LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER -CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT -LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN -ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE -POSSIBILITY OF SUCH DAMAGE. -------------------------------------------------------------------------------- -glslang +harfbuzz -Copyright (C) 2016-2017 Google, Inc. +Copyright © 2020 Google, Inc. -All rights reserved. + This is part of HarfBuzz, a text shaping library. -Redistribution and use in source and binary forms, with or without -modification, are permitted provided that the following conditions -are met: +Permission is hereby granted, without written agreement and without +license or royalty fees, to use, copy, modify, and distribute this +software and its documentation for any purpose, provided that the +above copyright notice and the following two paragraphs appear in +all copies of this software. - Redistributions of source code must retain the above copyright - notice, this list of conditions and the following disclaimer. +IN NO EVENT SHALL THE COPYRIGHT HOLDER BE LIABLE TO ANY PARTY FOR +DIRECT, INDIRECT, SPECIAL, INCIDENTAL, OR CONSEQUENTIAL DAMAGES +ARISING OUT OF THE USE OF THIS SOFTWARE AND ITS DOCUMENTATION, EVEN +IF THE COPYRIGHT HOLDER HAS BEEN ADVISED OF THE POSSIBILITY OF SUCH +DAMAGE. - Redistributions in binary form must reproduce the above - copyright notice, this list of conditions and the following - disclaimer in the documentation and/or other materials provided - with the distribution. +THE COPYRIGHT HOLDER SPECIFICALLY DISCLAIMS ANY WARRANTIES, INCLUDING, +BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND +FITNESS FOR A PARTICULAR PURPOSE. THE SOFTWARE PROVIDED HEREUNDER IS +ON AN "AS IS" BASIS, AND THE COPYRIGHT HOLDER HAS NO OBLIGATION TO +PROVIDE MAINTENANCE, SUPPORT, UPDATES, ENHANCEMENTS, OR MODIFICATIONS. - Neither the name of Google Inc. nor the names of its - contributors may be used to endorse or promote products derived - from this software without specific prior written permission. +Google Author(s): Garret Rieger -THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS -"AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT -LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS -FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE -COPYRIGHT HOLDERS OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, -INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, -BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; -LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER -CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT -LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN -ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE -POSSIBILITY OF SUCH DAMAGE. -------------------------------------------------------------------------------- -glslang - -Copyright (C) 2016-2017 Google, Inc. -Copyright (C) 2020 The Khronos Group Inc. +harfbuzz -All rights reserved. +Copyright © 2020 Google, Inc. -Redistribution and use in source and binary forms, with or without -modification, are permitted provided that the following conditions -are met: + This is part of HarfBuzz, a text shaping library. - Redistributions of source code must retain the above copyright - notice, this list of conditions and the following disclaimer. +Permission is hereby granted, without written agreement and without +license or royalty fees, to use, copy, modify, and distribute this +software and its documentation for any purpose, provided that the +above copyright notice and the following two paragraphs appear in +all copies of this software. - Redistributions in binary form must reproduce the above - copyright notice, this list of conditions and the following - disclaimer in the documentation and/or other materials provided - with the distribution. +IN NO EVENT SHALL THE COPYRIGHT HOLDER BE LIABLE TO ANY PARTY FOR +DIRECT, INDIRECT, SPECIAL, INCIDENTAL, OR CONSEQUENTIAL DAMAGES +ARISING OUT OF THE USE OF THIS SOFTWARE AND ITS DOCUMENTATION, EVEN +IF THE COPYRIGHT HOLDER HAS BEEN ADVISED OF THE POSSIBILITY OF SUCH +DAMAGE. - Neither the name of 3Dlabs Inc. Ltd. nor the names of its - contributors may be used to endorse or promote products derived - from this software without specific prior written permission. +THE COPYRIGHT HOLDER SPECIFICALLY DISCLAIMS ANY WARRANTIES, INCLUDING, +BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND +FITNESS FOR A PARTICULAR PURPOSE. THE SOFTWARE PROVIDED HEREUNDER IS +ON AN "AS IS" BASIS, AND THE COPYRIGHT HOLDER HAS NO OBLIGATION TO +PROVIDE MAINTENANCE, SUPPORT, UPDATES, ENHANCEMENTS, OR MODIFICATIONS. -THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS -"AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT -LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS -FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE -COPYRIGHT HOLDERS OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, -INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, -BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; -LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER -CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT -LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN -ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE -POSSIBILITY OF SUCH DAMAGE. +include "hb-ot-var-common.hh" +include "hb-ot-var-hvar-table.hh" +HVAR table data from SourceSerif4Variable-Roman_subset.otf -------------------------------------------------------------------------------- -glslang - -Copyright (C) 2016-2017 LunarG, Inc. +harfbuzz -All rights reserved. +Copyright © 2020 Google, Inc. -Redistribution and use in source and binary forms, with or without -modification, are permitted provided that the following conditions -are met: + This is part of HarfBuzz, a text shaping library. - Redistributions of source code must retain the above copyright - notice, this list of conditions and the following disclaimer. +Permission is hereby granted, without written agreement and without +license or royalty fees, to use, copy, modify, and distribute this +software and its documentation for any purpose, provided that the +above copyright notice and the following two paragraphs appear in +all copies of this software. - Redistributions in binary form must reproduce the above - copyright notice, this list of conditions and the following - disclaimer in the documentation and/or other materials provided - with the distribution. +IN NO EVENT SHALL THE COPYRIGHT HOLDER BE LIABLE TO ANY PARTY FOR +DIRECT, INDIRECT, SPECIAL, INCIDENTAL, OR CONSEQUENTIAL DAMAGES +ARISING OUT OF THE USE OF THIS SOFTWARE AND ITS DOCUMENTATION, EVEN +IF THE COPYRIGHT HOLDER HAS BEEN ADVISED OF THE POSSIBILITY OF SUCH +DAMAGE. - Neither the name of 3Dlabs Inc. Ltd. nor the names of its - contributors may be used to endorse or promote products derived - from this software without specific prior written permission. +THE COPYRIGHT HOLDER SPECIFICALLY DISCLAIMS ANY WARRANTIES, INCLUDING, +BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND +FITNESS FOR A PARTICULAR PURPOSE. THE SOFTWARE PROVIDED HEREUNDER IS +ON AN "AS IS" BASIS, AND THE COPYRIGHT HOLDER HAS NO OBLIGATION TO +PROVIDE MAINTENANCE, SUPPORT, UPDATES, ENHANCEMENTS, OR MODIFICATIONS. -THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS -"AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT -LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS -FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE -COPYRIGHT HOLDERS OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, -INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, -BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; -LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER -CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT -LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN -ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE -POSSIBILITY OF SUCH DAMAGE. +include "hb-ot-var-cvar-table.hh" -------------------------------------------------------------------------------- -glslang - -Copyright (C) 2016-2018 Google, Inc. -Copyright (C) 2016 LunarG, Inc. +harfbuzz -All rights reserved. +Copyright © 2021 Behdad Esfahbod -Redistribution and use in source and binary forms, with or without -modification, are permitted provided that the following conditions -are met: + This is part of HarfBuzz, a text shaping library. - Redistributions of source code must retain the above copyright - notice, this list of conditions and the following disclaimer. +Permission is hereby granted, without written agreement and without +license or royalty fees, to use, copy, modify, and distribute this +software and its documentation for any purpose, provided that the +above copyright notice and the following two paragraphs appear in +all copies of this software. - Redistributions in binary form must reproduce the above - copyright notice, this list of conditions and the following - disclaimer in the documentation and/or other materials provided - with the distribution. +IN NO EVENT SHALL THE COPYRIGHT HOLDER BE LIABLE TO ANY PARTY FOR +DIRECT, INDIRECT, SPECIAL, INCIDENTAL, OR CONSEQUENTIAL DAMAGES +ARISING OUT OF THE USE OF THIS SOFTWARE AND ITS DOCUMENTATION, EVEN +IF THE COPYRIGHT HOLDER HAS BEEN ADVISED OF THE POSSIBILITY OF SUCH +DAMAGE. - Neither the name of 3Dlabs Inc. Ltd. nor the names of its - contributors may be used to endorse or promote products derived - from this software without specific prior written permission. +THE COPYRIGHT HOLDER SPECIFICALLY DISCLAIMS ANY WARRANTIES, INCLUDING, +BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND +FITNESS FOR A PARTICULAR PURPOSE. THE SOFTWARE PROVIDED HEREUNDER IS +ON AN "AS IS" BASIS, AND THE COPYRIGHT HOLDER HAS NO OBLIGATION TO +PROVIDE MAINTENANCE, SUPPORT, UPDATES, ENHANCEMENTS, OR MODIFICATIONS. -THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS -"AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT -LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS -FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE -COPYRIGHT HOLDERS OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, -INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, -BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; -LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER -CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT -LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN -ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE -POSSIBILITY OF SUCH DAMAGE. -------------------------------------------------------------------------------- -glslang +harfbuzz -Copyright (C) 2016-2018 Google, Inc. -Copyright (C) 2016 LunarG, Inc. -Copyright (C) 2023 Mobica Limited. +Copyright © 2021 Behdad Esfahbod -All rights reserved. + This is part of HarfBuzz, a text shaping library. -Redistribution and use in source and binary forms, with or without -modification, are permitted provided that the following conditions -are met: +Permission is hereby granted, without written agreement and without +license or royalty fees, to use, copy, modify, and distribute this +software and its documentation for any purpose, provided that the +above copyright notice and the following two paragraphs appear in +all copies of this software. - Redistributions of source code must retain the above copyright - notice, this list of conditions and the following disclaimer. +IN NO EVENT SHALL THE COPYRIGHT HOLDER BE LIABLE TO ANY PARTY FOR +DIRECT, INDIRECT, SPECIAL, INCIDENTAL, OR CONSEQUENTIAL DAMAGES +ARISING OUT OF THE USE OF THIS SOFTWARE AND ITS DOCUMENTATION, EVEN +IF THE COPYRIGHT HOLDER HAS BEEN ADVISED OF THE POSSIBILITY OF SUCH +DAMAGE. - Redistributions in binary form must reproduce the above - copyright notice, this list of conditions and the following - disclaimer in the documentation and/or other materials provided - with the distribution. +THE COPYRIGHT HOLDER SPECIFICALLY DISCLAIMS ANY WARRANTIES, INCLUDING, +BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND +FITNESS FOR A PARTICULAR PURPOSE. THE SOFTWARE PROVIDED HEREUNDER IS +ON AN "AS IS" BASIS, AND THE COPYRIGHT HOLDER HAS NO OBLIGATION TO +PROVIDE MAINTENANCE, SUPPORT, UPDATES, ENHANCEMENTS, OR MODIFICATIONS. - Neither the name of Google, Inc., nor the names of its - contributors may be used to endorse or promote products derived - from this software without specific prior written permission. -THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS -"AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT -LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS -FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE -COPYRIGHT HOLDERS OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, -INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, -BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; -LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER -CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT -LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN -ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE -POSSIBILITY OF SUCH DAMAGE. -------------------------------------------------------------------------------- -glslang - -Copyright (C) 2017 LunarG, Inc. -Copyright (C) 2018 Google, Inc. +harfbuzz -All rights reserved. +Copyright © 2021 Behdad Esfahbod. -Redistribution and use in source and binary forms, with or without -modification, are permitted provided that the following conditions -are met: + This is part of HarfBuzz, a text shaping library. - Redistributions of source code must retain the above copyright - notice, this list of conditions and the following disclaimer. +Permission is hereby granted, without written agreement and without +license or royalty fees, to use, copy, modify, and distribute this +software and its documentation for any purpose, provided that the +above copyright notice and the following two paragraphs appear in +all copies of this software. - Redistributions in binary form must reproduce the above - copyright notice, this list of conditions and the following - disclaimer in the documentation and/or other materials provided - with the distribution. +IN NO EVENT SHALL THE COPYRIGHT HOLDER BE LIABLE TO ANY PARTY FOR +DIRECT, INDIRECT, SPECIAL, INCIDENTAL, OR CONSEQUENTIAL DAMAGES +ARISING OUT OF THE USE OF THIS SOFTWARE AND ITS DOCUMENTATION, EVEN +IF THE COPYRIGHT HOLDER HAS BEEN ADVISED OF THE POSSIBILITY OF SUCH +DAMAGE. - Neither the name of 3Dlabs Inc. Ltd. nor the names of its - contributors may be used to endorse or promote products derived - from this software without specific prior written permission. +THE COPYRIGHT HOLDER SPECIFICALLY DISCLAIMS ANY WARRANTIES, INCLUDING, +BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND +FITNESS FOR A PARTICULAR PURPOSE. THE SOFTWARE PROVIDED HEREUNDER IS +ON AN "AS IS" BASIS, AND THE COPYRIGHT HOLDER HAS NO OBLIGATION TO +PROVIDE MAINTENANCE, SUPPORT, UPDATES, ENHANCEMENTS, OR MODIFICATIONS. -THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS -"AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT -LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS -FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE -COPYRIGHT HOLDERS OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, -INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, -BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; -LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER -CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT -LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN -ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE -POSSIBILITY OF SUCH DAMAGE. -------------------------------------------------------------------------------- -glslang +harfbuzz -Copyright (C) 2017 LunarG, Inc. -Copyright (C) 2018 Google, Inc. +Copyright © 2021 Google, Inc. -All rights reserved. + This is part of HarfBuzz, a text shaping library. -Redistribution and use in source and binary forms, with or without -modification, are permitted provided that the following conditions -are met: +Permission is hereby granted, without written agreement and without +license or royalty fees, to use, copy, modify, and distribute this +software and its documentation for any purpose, provided that the +above copyright notice and the following two paragraphs appear in +all copies of this software. - Redistributions of source code must retain the above copyright - notice, this list of conditions and the following disclaimer. +IN NO EVENT SHALL THE COPYRIGHT HOLDER BE LIABLE TO ANY PARTY FOR +DIRECT, INDIRECT, SPECIAL, INCIDENTAL, OR CONSEQUENTIAL DAMAGES +ARISING OUT OF THE USE OF THIS SOFTWARE AND ITS DOCUMENTATION, EVEN +IF THE COPYRIGHT HOLDER HAS BEEN ADVISED OF THE POSSIBILITY OF SUCH +DAMAGE. - Redistributions in binary form must reproduce the above - copyright notice, this list of conditions and the following - disclaimer in the documentation and/or other materials provided - with the distribution. +THE COPYRIGHT HOLDER SPECIFICALLY DISCLAIMS ANY WARRANTIES, INCLUDING, +BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND +FITNESS FOR A PARTICULAR PURPOSE. THE SOFTWARE PROVIDED HEREUNDER IS +ON AN "AS IS" BASIS, AND THE COPYRIGHT HOLDER HAS NO OBLIGATION TO +PROVIDE MAINTENANCE, SUPPORT, UPDATES, ENHANCEMENTS, OR MODIFICATIONS. - Neither the name of Google, Inc., nor the names of its - contributors may be used to endorse or promote products derived - from this software without specific prior written permission. -THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS -"AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT -LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS -FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE -COPYRIGHT HOLDERS OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, -INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, -BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; -LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER -CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT -LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN -ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE -POSSIBILITY OF SUCH DAMAGE. -------------------------------------------------------------------------------- -glslang +harfbuzz -Copyright (C) 2017-2018 Google, Inc. -Copyright (C) 2017 LunarG, Inc. +Copyright © 2022 Behdad Esfahbod -All rights reserved. + This is part of HarfBuzz, a text shaping library. -Redistribution and use in source and binary forms, with or without -modification, are permitted provided that the following conditions -are met: +Permission is hereby granted, without written agreement and without +license or royalty fees, to use, copy, modify, and distribute this +software and its documentation for any purpose, provided that the +above copyright notice and the following two paragraphs appear in +all copies of this software. + +IN NO EVENT SHALL THE COPYRIGHT HOLDER BE LIABLE TO ANY PARTY FOR +DIRECT, INDIRECT, SPECIAL, INCIDENTAL, OR CONSEQUENTIAL DAMAGES +ARISING OUT OF THE USE OF THIS SOFTWARE AND ITS DOCUMENTATION, EVEN +IF THE COPYRIGHT HOLDER HAS BEEN ADVISED OF THE POSSIBILITY OF SUCH +DAMAGE. + +THE COPYRIGHT HOLDER SPECIFICALLY DISCLAIMS ANY WARRANTIES, INCLUDING, +BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND +FITNESS FOR A PARTICULAR PURPOSE. THE SOFTWARE PROVIDED HEREUNDER IS +ON AN "AS IS" BASIS, AND THE COPYRIGHT HOLDER HAS NO OBLIGATION TO +PROVIDE MAINTENANCE, SUPPORT, UPDATES, ENHANCEMENTS, OR MODIFICATIONS. + +-------------------------------------------------------------------------------- +harfbuzz + +Copyright © 2022 Behdad Esfahbod - Redistributions of source code must retain the above copyright - notice, this list of conditions and the following disclaimer. + This is part of HarfBuzz, a text shaping library. - Redistributions in binary form must reproduce the above - copyright notice, this list of conditions and the following - disclaimer in the documentation and/or other materials provided - with the distribution. +Permission is hereby granted, without written agreement and without +license or royalty fees, to use, copy, modify, and distribute this +software and its documentation for any purpose, provided that the +above copyright notice and the following two paragraphs appear in +all copies of this software. + +IN NO EVENT SHALL THE COPYRIGHT HOLDER BE LIABLE TO ANY PARTY FOR +DIRECT, INDIRECT, SPECIAL, INCIDENTAL, OR CONSEQUENTIAL DAMAGES +ARISING OUT OF THE USE OF THIS SOFTWARE AND ITS DOCUMENTATION, EVEN +IF THE COPYRIGHT HOLDER HAS BEEN ADVISED OF THE POSSIBILITY OF SUCH +DAMAGE. + +THE COPYRIGHT HOLDER SPECIFICALLY DISCLAIMS ANY WARRANTIES, INCLUDING, +BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND +FITNESS FOR A PARTICULAR PURPOSE. THE SOFTWARE PROVIDED HEREUNDER IS +ON AN "AS IS" BASIS, AND THE COPYRIGHT HOLDER HAS NO OBLIGATION TO +PROVIDE MAINTENANCE, SUPPORT, UPDATES, ENHANCEMENTS, OR MODIFICATIONS. - Neither the name of 3Dlabs Inc. Ltd. nor the names of its - contributors may be used to endorse or promote products derived - from this software without specific prior written permission. -THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS -"AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT -LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS -FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE -COPYRIGHT HOLDERS OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, -INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, -BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; -LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER -CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT -LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN -ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE -POSSIBILITY OF SUCH DAMAGE. -------------------------------------------------------------------------------- -glslang +harfbuzz -Copyright (C) 2018 Google, Inc. +Copyright © 2022 Behdad Esfahbod -All rights reserved. + This is part of HarfBuzz, a text shaping library. -Redistribution and use in source and binary forms, with or without -modification, are permitted provided that the following conditions -are met: +Permission is hereby granted, without written agreement and without +license or royalty fees, to use, copy, modify, and distribute this +software and its documentation for any purpose, provided that the +above copyright notice and the following two paragraphs appear in +all copies of this software. - Redistributions of source code must retain the above copyright - notice, this list of conditions and the following disclaimer. +IN NO EVENT SHALL THE COPYRIGHT HOLDER BE LIABLE TO ANY PARTY FOR +DIRECT, INDIRECT, SPECIAL, INCIDENTAL, OR CONSEQUENTIAL DAMAGES +ARISING OUT OF THE USE OF THIS SOFTWARE AND ITS DOCUMENTATION, EVEN +IF THE COPYRIGHT HOLDER HAS BEEN ADVISED OF THE POSSIBILITY OF SUCH +DAMAGE. - Redistributions in binary form must reproduce the above - copyright notice, this list of conditions and the following - disclaimer in the documentation and/or other materials provided - with the distribution. +THE COPYRIGHT HOLDER SPECIFICALLY DISCLAIMS ANY WARRANTIES, INCLUDING, +BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND +FITNESS FOR A PARTICULAR PURPOSE. THE SOFTWARE PROVIDED HEREUNDER IS +ON AN "AS IS" BASIS, AND THE COPYRIGHT HOLDER HAS NO OBLIGATION TO +PROVIDE MAINTENANCE, SUPPORT, UPDATES, ENHANCEMENTS, OR MODIFICATIONS. - Neither the name of 3Dlabs Inc. Ltd. nor the names of its - contributors may be used to endorse or promote products derived - from this software without specific prior written permission. +Google Author(s): Behdad Esfahbod -THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS -"AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT -LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS -FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE -COPYRIGHT HOLDERS OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, -INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, -BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; -LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER -CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT -LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN -ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE -POSSIBILITY OF SUCH DAMAGE. -------------------------------------------------------------------------------- -glslang +harfbuzz -Copyright (C) 2018 The Khronos Group Inc. -All rights reserved. +Copyright © 2022 Google, Inc. -Redistribution and use in source and binary forms, with or without -modification, are permitted provided that the following conditions -are met: + This is part of HarfBuzz, a text shaping library. - Redistributions of source code must retain the above copyright - notice, this list of conditions and the following disclaimer. +Permission is hereby granted, without written agreement and without +license or royalty fees, to use, copy, modify, and distribute this +software and its documentation for any purpose, provided that the +above copyright notice and the following two paragraphs appear in +all copies of this software. - Redistributions in binary form must reproduce the above - copyright notice, this list of conditions and the following - disclaimer in the documentation and/or other materials provided - with the distribution. +IN NO EVENT SHALL THE COPYRIGHT HOLDER BE LIABLE TO ANY PARTY FOR +DIRECT, INDIRECT, SPECIAL, INCIDENTAL, OR CONSEQUENTIAL DAMAGES +ARISING OUT OF THE USE OF THIS SOFTWARE AND ITS DOCUMENTATION, EVEN +IF THE COPYRIGHT HOLDER HAS BEEN ADVISED OF THE POSSIBILITY OF SUCH +DAMAGE. + +THE COPYRIGHT HOLDER SPECIFICALLY DISCLAIMS ANY WARRANTIES, INCLUDING, +BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND +FITNESS FOR A PARTICULAR PURPOSE. THE SOFTWARE PROVIDED HEREUNDER IS +ON AN "AS IS" BASIS, AND THE COPYRIGHT HOLDER HAS NO OBLIGATION TO +PROVIDE MAINTENANCE, SUPPORT, UPDATES, ENHANCEMENTS, OR MODIFICATIONS. - Neither the name of 3Dlabs Inc. Ltd. nor the names of its - contributors may be used to endorse or promote products derived - from this software without specific prior written permission. -THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS -"AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT -LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS -FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE -COPYRIGHT HOLDERS OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, -INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, -BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; -LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER -CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT -LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN -ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE -POSSIBILITY OF SUCH DAMAGE. -------------------------------------------------------------------------------- -glslang +harfbuzz -Copyright (C) 2020 The Khronos Group Inc. +Copyright © 2022 Google, Inc. -All rights reserved. + This is part of HarfBuzz, a text shaping library. -Redistribution and use in source and binary forms, with or without -modification, are permitted provided that the following conditions -are met: +Permission is hereby granted, without written agreement and without +license or royalty fees, to use, copy, modify, and distribute this +software and its documentation for any purpose, provided that the +above copyright notice and the following two paragraphs appear in +all copies of this software. - Redistributions of source code must retain the above copyright - notice, this list of conditions and the following disclaimer. +IN NO EVENT SHALL THE COPYRIGHT HOLDER BE LIABLE TO ANY PARTY FOR +DIRECT, INDIRECT, SPECIAL, INCIDENTAL, OR CONSEQUENTIAL DAMAGES +ARISING OUT OF THE USE OF THIS SOFTWARE AND ITS DOCUMENTATION, EVEN +IF THE COPYRIGHT HOLDER HAS BEEN ADVISED OF THE POSSIBILITY OF SUCH +DAMAGE. - Redistributions in binary form must reproduce the above - copyright notice, this list of conditions and the following - disclaimer in the documentation and/or other materials provided - with the distribution. +THE COPYRIGHT HOLDER SPECIFICALLY DISCLAIMS ANY WARRANTIES, INCLUDING, +BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND +FITNESS FOR A PARTICULAR PURPOSE. THE SOFTWARE PROVIDED HEREUNDER IS +ON AN "AS IS" BASIS, AND THE COPYRIGHT HOLDER HAS NO OBLIGATION TO +PROVIDE MAINTENANCE, SUPPORT, UPDATES, ENHANCEMENTS, OR MODIFICATIONS. - Neither the name of The Khronos Group Inc. nor the names of its - contributors may be used to endorse or promote products derived - from this software without specific prior written permission. +Google Author(s): Garret Rieger -THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS -"AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT -LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS -FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE -COPYRIGHT HOLDERS OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, -INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, -BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; -LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER -CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT -LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN -ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE -POSSIBILITY OF SUCH DAMAGE. -------------------------------------------------------------------------------- -glslang +harfbuzz -Copyright (C) 2023 LunarG, Inc. +Copyright © 2022 Red Hat, Inc -All rights reserved. + This is part of HarfBuzz, a text shaping library. -Redistribution and use in source and binary forms, with or without -modification, are permitted provided that the following conditions -are met: +Permission is hereby granted, without written agreement and without +license or royalty fees, to use, copy, modify, and distribute this +software and its documentation for any purpose, provided that the +above copyright notice and the following two paragraphs appear in +all copies of this software. - Redistributions of source code must retain the above copyright - notice, this list of conditions and the following disclaimer. +IN NO EVENT SHALL THE COPYRIGHT HOLDER BE LIABLE TO ANY PARTY FOR +DIRECT, INDIRECT, SPECIAL, INCIDENTAL, OR CONSEQUENTIAL DAMAGES +ARISING OUT OF THE USE OF THIS SOFTWARE AND ITS DOCUMENTATION, EVEN +IF THE COPYRIGHT HOLDER HAS BEEN ADVISED OF THE POSSIBILITY OF SUCH +DAMAGE. - Redistributions in binary form must reproduce the above - copyright notice, this list of conditions and the following - disclaimer in the documentation and/or other materials provided - with the distribution. +THE COPYRIGHT HOLDER SPECIFICALLY DISCLAIMS ANY WARRANTIES, INCLUDING, +BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND +FITNESS FOR A PARTICULAR PURPOSE. THE SOFTWARE PROVIDED HEREUNDER IS +ON AN "AS IS" BASIS, AND THE COPYRIGHT HOLDER HAS NO OBLIGATION TO +PROVIDE MAINTENANCE, SUPPORT, UPDATES, ENHANCEMENTS, OR MODIFICATIONS. - Neither the name of 3Dlabs Inc. Ltd. nor the names of its - contributors may be used to endorse or promote products derived - from this software without specific prior written permission. +Google Author(s): Matthias Clasen -THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS -"AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT -LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS -FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE -COPYRIGHT HOLDERS OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, -INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, -BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; -LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER -CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT -LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN -ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE -POSSIBILITY OF SUCH DAMAGE. -------------------------------------------------------------------------------- -glslang - -Copyright (C) 2024 The Khronos Group Inc. -All rights reserved. +harfbuzz -Redistribution and use in source and binary forms, with or without -modification, are permitted provided that the following conditions -are met: +Copyright © 2022 Red Hat, Inc +Copyright © 2021, 2022 Black Foundry - Redistributions of source code must retain the above copyright - notice, this list of conditions and the following disclaimer. + This is part of HarfBuzz, a text shaping library. - Redistributions in binary form must reproduce the above - copyright notice, this list of conditions and the following - disclaimer in the documentation and/or other materials provided - with the distribution. +Permission is hereby granted, without written agreement and without +license or royalty fees, to use, copy, modify, and distribute this +software and its documentation for any purpose, provided that the +above copyright notice and the following two paragraphs appear in +all copies of this software. - Neither the name of 3Dlabs Inc. Ltd. nor the names of its - contributors may be used to endorse or promote products derived - from this software without specific prior written permission. +IN NO EVENT SHALL THE COPYRIGHT HOLDER BE LIABLE TO ANY PARTY FOR +DIRECT, INDIRECT, SPECIAL, INCIDENTAL, OR CONSEQUENTIAL DAMAGES +ARISING OUT OF THE USE OF THIS SOFTWARE AND ITS DOCUMENTATION, EVEN +IF THE COPYRIGHT HOLDER HAS BEEN ADVISED OF THE POSSIBILITY OF SUCH +DAMAGE. + +THE COPYRIGHT HOLDER SPECIFICALLY DISCLAIMS ANY WARRANTIES, INCLUDING, +BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND +FITNESS FOR A PARTICULAR PURPOSE. THE SOFTWARE PROVIDED HEREUNDER IS +ON AN "AS IS" BASIS, AND THE COPYRIGHT HOLDER HAS NO OBLIGATION TO +PROVIDE MAINTENANCE, SUPPORT, UPDATES, ENHANCEMENTS, OR MODIFICATIONS. + +Google Author(s): Matthias Clasen -THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS -"AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT -LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS -FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE -COPYRIGHT HOLDERS OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, -INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, -BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; -LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER -CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT -LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN -ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE -POSSIBILITY OF SUCH DAMAGE. -------------------------------------------------------------------------------- -glslang +harfbuzz -Copyright (c) 2002, NVIDIA Corporation. +Copyright © 2022 Red Hat, Inc. -NVIDIA Corporation("NVIDIA") supplies this software to you in -consideration of your agreement to the following terms, and your use, -installation, modification or redistribution of this NVIDIA software -constitutes acceptance of these terms. If you do not agree with these -terms, please do not use, install, modify or redistribute this NVIDIA -software. + This is part of HarfBuzz, a text shaping library. -In consideration of your agreement to abide by the following terms, and -subject to these terms, NVIDIA grants you a personal, non-exclusive -license, under NVIDIA's copyrights in this original NVIDIA software (the -"NVIDIA Software"), to use, reproduce, modify and redistribute the -NVIDIA Software, with or without modifications, in source and/or binary -forms; provided that if you redistribute the NVIDIA Software, you must -retain the copyright notice of NVIDIA, this notice and the following -text and disclaimers in all such redistributions of the NVIDIA Software. -Neither the name, trademarks, service marks nor logos of NVIDIA -Corporation may be used to endorse or promote products derived from the -NVIDIA Software without specific prior written permission from NVIDIA. -Except as expressly stated in this notice, no other rights or licenses -express or implied, are granted by NVIDIA herein, including but not -limited to any patent rights that may be infringed by your derivative -works or by other works in which the NVIDIA Software may be -incorporated. No hardware is licensed hereunder. +Permission is hereby granted, without written agreement and without +license or royalty fees, to use, copy, modify, and distribute this +software and its documentation for any purpose, provided that the +above copyright notice and the following two paragraphs appear in +all copies of this software. -THE NVIDIA SOFTWARE IS BEING PROVIDED ON AN "AS IS" BASIS, WITHOUT -WARRANTIES OR CONDITIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED, -INCLUDING WITHOUT LIMITATION, WARRANTIES OR CONDITIONS OF TITLE, -NON-INFRINGEMENT, MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE, OR -ITS USE AND OPERATION EITHER ALONE OR IN COMBINATION WITH OTHER -PRODUCTS. +IN NO EVENT SHALL THE COPYRIGHT HOLDER BE LIABLE TO ANY PARTY FOR +DIRECT, INDIRECT, SPECIAL, INCIDENTAL, OR CONSEQUENTIAL DAMAGES +ARISING OUT OF THE USE OF THIS SOFTWARE AND ITS DOCUMENTATION, EVEN +IF THE COPYRIGHT HOLDER HAS BEEN ADVISED OF THE POSSIBILITY OF SUCH +DAMAGE. + +THE COPYRIGHT HOLDER SPECIFICALLY DISCLAIMS ANY WARRANTIES, INCLUDING, +BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND +FITNESS FOR A PARTICULAR PURPOSE. THE SOFTWARE PROVIDED HEREUNDER IS +ON AN "AS IS" BASIS, AND THE COPYRIGHT HOLDER HAS NO OBLIGATION TO +PROVIDE MAINTENANCE, SUPPORT, UPDATES, ENHANCEMENTS, OR MODIFICATIONS. + +Red Hat Author(s): Matthias Clasen -IN NO EVENT SHALL NVIDIA BE LIABLE FOR ANY SPECIAL, INDIRECT, -INCIDENTAL, EXEMPLARY, CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED -TO, LOST PROFITS; PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF -USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) OR ARISING IN ANY WAY -OUT OF THE USE, REPRODUCTION, MODIFICATION AND/OR DISTRIBUTION OF THE -NVIDIA SOFTWARE, HOWEVER CAUSED AND WHETHER UNDER THEORY OF CONTRACT, -TORT (INCLUDING NEGLIGENCE), STRICT LIABILITY OR OTHERWISE, EVEN IF -NVIDIA HAS BEEN ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. -------------------------------------------------------------------------------- -glslang +harfbuzz -Copyright (c) 2013 The Khronos Group Inc. +Copyright © 2022 Behdad Esfahbod -Permission is hereby granted, free of charge, to any person obtaining a -copy of this software and/or associated documentation files (the -"Materials"), to deal in the Materials without restriction, including -without limitation the rights to use, copy, modify, merge, publish, -distribute, sublicense, and/or sell copies of the Materials, and to -permit persons to whom the Materials are furnished to do so, subject to -the following conditions: + This is part of HarfBuzz, a text shaping library. -The above copyright notice and this permission notice shall be included -in all copies or substantial portions of the Materials. +Permission is hereby granted, without written agreement and without +license or royalty fees, to use, copy, modify, and distribute this +software and its documentation for any purpose, provided that the +above copyright notice and the following two paragraphs appear in +all copies of this software. + +IN NO EVENT SHALL THE COPYRIGHT HOLDER BE LIABLE TO ANY PARTY FOR +DIRECT, INDIRECT, SPECIAL, INCIDENTAL, OR CONSEQUENTIAL DAMAGES +ARISING OUT OF THE USE OF THIS SOFTWARE AND ITS DOCUMENTATION, EVEN +IF THE COPYRIGHT HOLDER HAS BEEN ADVISED OF THE POSSIBILITY OF SUCH +DAMAGE. + +THE COPYRIGHT HOLDER SPECIFICALLY DISCLAIMS ANY WARRANTIES, INCLUDING, +BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND +FITNESS FOR A PARTICULAR PURPOSE. THE SOFTWARE PROVIDED HEREUNDER IS +ON AN "AS IS" BASIS, AND THE COPYRIGHT HOLDER HAS NO OBLIGATION TO +PROVIDE MAINTENANCE, SUPPORT, UPDATES, ENHANCEMENTS, OR MODIFICATIONS. -THE MATERIALS ARE PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, -EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF -MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. -IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY -CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, -TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE -MATERIALS OR THE USE OR OTHER DEALINGS IN THE MATERIALS. -------------------------------------------------------------------------------- -glslang +harfbuzz -Copyright (c) 2014-2017 The Khronos Group Inc. +Copyright © 2022 Behdad Esfahbod -Permission is hereby granted, free of charge, to any person obtaining a copy -of this software and/or associated documentation files (the "Materials"), -to deal in the Materials without restriction, including without limitation -the rights to use, copy, modify, merge, publish, distribute, sublicense, -and/or sell copies of the Materials, and to permit persons to whom the -Materials are furnished to do so, subject to the following conditions: + This is part of HarfBuzz, a text shaping library. -The above copyright notice and this permission notice shall be included in -all copies or substantial portions of the Materials. +Permission is hereby granted, without written agreement and without +license or royalty fees, to use, copy, modify, and distribute this +software and its documentation for any purpose, provided that the +above copyright notice and the following two paragraphs appear in +all copies of this software. -MODIFICATIONS TO THIS FILE MAY MEAN IT NO LONGER ACCURATELY REFLECTS KHRONOS -STANDARDS. THE UNMODIFIED, NORMATIVE VERSIONS OF KHRONOS SPECIFICATIONS AND -HEADER INFORMATION ARE LOCATED AT https://www.khronos.org/registry/ +IN NO EVENT SHALL THE COPYRIGHT HOLDER BE LIABLE TO ANY PARTY FOR +DIRECT, INDIRECT, SPECIAL, INCIDENTAL, OR CONSEQUENTIAL DAMAGES +ARISING OUT OF THE USE OF THIS SOFTWARE AND ITS DOCUMENTATION, EVEN +IF THE COPYRIGHT HOLDER HAS BEEN ADVISED OF THE POSSIBILITY OF SUCH +DAMAGE. -THE MATERIALS ARE PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS -OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, -FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL -THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER -LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING -FROM,OUT OF OR IN CONNECTION WITH THE MATERIALS OR THE USE OR OTHER DEALINGS -IN THE MATERIALS. +THE COPYRIGHT HOLDER SPECIFICALLY DISCLAIMS ANY WARRANTIES, INCLUDING, +BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND +FITNESS FOR A PARTICULAR PURPOSE. THE SOFTWARE PROVIDED HEREUNDER IS +ON AN "AS IS" BASIS, AND THE COPYRIGHT HOLDER HAS NO OBLIGATION TO +PROVIDE MAINTENANCE, SUPPORT, UPDATES, ENHANCEMENTS, OR MODIFICATIONS. +ifndef HB_GEOMETRY_HH +define HB_GEOMETRY_HH -------------------------------------------------------------------------------- -glslang +harfbuzz -Copyright (c) 2014-2020 The Khronos Group Inc. -Copyright (C) 2022-2024 Arm Limited. -Modifications Copyright (C) 2020 Advanced Micro Devices, Inc. All rights reserved. +Copyright © 2022 Matthias Clasen -Permission is hereby granted, free of charge, to any person obtaining a copy -of this software and/or associated documentation files (the "Materials"), -to deal in the Materials without restriction, including without limitation -the rights to use, copy, modify, merge, publish, distribute, sublicense, -and/or sell copies of the Materials, and to permit persons to whom the -Materials are furnished to do so, subject to the following conditions: + This is part of HarfBuzz, a text shaping library. -The above copyright notice and this permission notice shall be included in -all copies or substantial portions of the Materials. +Permission is hereby granted, without written agreement and without +license or royalty fees, to use, copy, modify, and distribute this +software and its documentation for any purpose, provided that the +above copyright notice and the following two paragraphs appear in +all copies of this software. -MODIFICATIONS TO THIS FILE MAY MEAN IT NO LONGER ACCURATELY REFLECTS KHRONOS -STANDARDS. THE UNMODIFIED, NORMATIVE VERSIONS OF KHRONOS SPECIFICATIONS AND -HEADER INFORMATION ARE LOCATED AT https://www.khronos.org/registry/ +IN NO EVENT SHALL THE COPYRIGHT HOLDER BE LIABLE TO ANY PARTY FOR +DIRECT, INDIRECT, SPECIAL, INCIDENTAL, OR CONSEQUENTIAL DAMAGES +ARISING OUT OF THE USE OF THIS SOFTWARE AND ITS DOCUMENTATION, EVEN +IF THE COPYRIGHT HOLDER HAS BEEN ADVISED OF THE POSSIBILITY OF SUCH +DAMAGE. + +THE COPYRIGHT HOLDER SPECIFICALLY DISCLAIMS ANY WARRANTIES, INCLUDING, +BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND +FITNESS FOR A PARTICULAR PURPOSE. THE SOFTWARE PROVIDED HEREUNDER IS +ON AN "AS IS" BASIS, AND THE COPYRIGHT HOLDER HAS NO OBLIGATION TO +PROVIDE MAINTENANCE, SUPPORT, UPDATES, ENHANCEMENTS, OR MODIFICATIONS. -THE MATERIALS ARE PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS -OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, -FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL -THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER -LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING -FROM,OUT OF OR IN CONNECTION WITH THE MATERIALS OR THE USE OR OTHER DEALINGS -IN THE MATERIALS. -------------------------------------------------------------------------------- -glslang +harfbuzz -Copyright (c) 2014-2024 The Khronos Group Inc. +Copyright © 2022 Red Hat, Inc. -Permission is hereby granted, free of charge, to any person obtaining a copy -of this software and/or associated documentation files (the "Materials"), -to deal in the Materials without restriction, including without limitation -the rights to use, copy, modify, merge, publish, distribute, sublicense, -and/or sell copies of the Materials, and to permit persons to whom the -Materials are furnished to do so, subject to the following conditions: + This is part of HarfBuzz, a text shaping library. -The above copyright notice and this permission notice shall be included in -all copies or substantial portions of the Materials. +Permission is hereby granted, without written agreement and without +license or royalty fees, to use, copy, modify, and distribute this +software and its documentation for any purpose, provided that the +above copyright notice and the following two paragraphs appear in +all copies of this software. -MODIFICATIONS TO THIS FILE MAY MEAN IT NO LONGER ACCURATELY REFLECTS KHRONOS -STANDARDS. THE UNMODIFIED, NORMATIVE VERSIONS OF KHRONOS SPECIFICATIONS AND -HEADER INFORMATION ARE LOCATED AT https://www.khronos.org/registry/ +IN NO EVENT SHALL THE COPYRIGHT HOLDER BE LIABLE TO ANY PARTY FOR +DIRECT, INDIRECT, SPECIAL, INCIDENTAL, OR CONSEQUENTIAL DAMAGES +ARISING OUT OF THE USE OF THIS SOFTWARE AND ITS DOCUMENTATION, EVEN +IF THE COPYRIGHT HOLDER HAS BEEN ADVISED OF THE POSSIBILITY OF SUCH +DAMAGE. + +THE COPYRIGHT HOLDER SPECIFICALLY DISCLAIMS ANY WARRANTIES, INCLUDING, +BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND +FITNESS FOR A PARTICULAR PURPOSE. THE SOFTWARE PROVIDED HEREUNDER IS +ON AN "AS IS" BASIS, AND THE COPYRIGHT HOLDER HAS NO OBLIGATION TO +PROVIDE MAINTENANCE, SUPPORT, UPDATES, ENHANCEMENTS, OR MODIFICATIONS. + +Red Hat Author(s): Matthias Clasen -THE MATERIALS ARE PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS -OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, -FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL -THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER -LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING -FROM,OUT OF OR IN CONNECTION WITH THE MATERIALS OR THE USE OR OTHER DEALINGS -IN THE MATERIALS. -------------------------------------------------------------------------------- -glslang +harfbuzz -Copyright (c) 2018 The Khronos Group Inc. +Copyright © 2023 Behdad Esfahbod -Permission is hereby granted, free of charge, to any person obtaining a copy -of this software and/or associated documentation files (the "Materials"), -to deal in the Materials without restriction, including without limitation -the rights to use, copy, modify, merge, publish, distribute, sublicense, -and/or sell copies of the Materials, and to permit persons to whom the -Materials are furnished to do so, subject to the following conditions: + This is part of HarfBuzz, a text shaping library. -The above copyright notice and this permission notice shall be included in -all copies or substantial portions of the Materials. +Permission is hereby granted, without written agreement and without +license or royalty fees, to use, copy, modify, and distribute this +software and its documentation for any purpose, provided that the +above copyright notice and the following two paragraphs appear in +all copies of this software. -MODIFICATIONS TO THIS FILE MAY MEAN IT NO LONGER ACCURATELY REFLECTS KHRONOS -STANDARDS. THE UNMODIFIED, NORMATIVE VERSIONS OF KHRONOS SPECIFICATIONS AND -HEADER INFORMATION ARE LOCATED AT https://www.khronos.org/registry/ +IN NO EVENT SHALL THE COPYRIGHT HOLDER BE LIABLE TO ANY PARTY FOR +DIRECT, INDIRECT, SPECIAL, INCIDENTAL, OR CONSEQUENTIAL DAMAGES +ARISING OUT OF THE USE OF THIS SOFTWARE AND ITS DOCUMENTATION, EVEN +IF THE COPYRIGHT HOLDER HAS BEEN ADVISED OF THE POSSIBILITY OF SUCH +DAMAGE. + +THE COPYRIGHT HOLDER SPECIFICALLY DISCLAIMS ANY WARRANTIES, INCLUDING, +BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND +FITNESS FOR A PARTICULAR PURPOSE. THE SOFTWARE PROVIDED HEREUNDER IS +ON AN "AS IS" BASIS, AND THE COPYRIGHT HOLDER HAS NO OBLIGATION TO +PROVIDE MAINTENANCE, SUPPORT, UPDATES, ENHANCEMENTS, OR MODIFICATIONS. -THE MATERIALS ARE PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS -OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, -FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL -THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER -LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING -FROM,OUT OF OR IN CONNECTION WITH THE MATERIALS OR THE USE OR OTHER DEALINGS -IN THE MATERIALS. -------------------------------------------------------------------------------- -glslang +harfbuzz + +Copyright © 2023 Behdad Esfahbod +Copyright © 1999 David Turner +Copyright © 2005 Werner Lemberg +Copyright © 2013-2015 Alexei Podtelezhnikov -Copyright (c) 2019, Viktor Latypov -All rights reserved. + This is part of HarfBuzz, a text shaping library. -Redistribution and use in source and binary forms, with or without -modification, are permitted provided that the following conditions are met: +Permission is hereby granted, without written agreement and without +license or royalty fees, to use, copy, modify, and distribute this +software and its documentation for any purpose, provided that the +above copyright notice and the following two paragraphs appear in +all copies of this software. -1. Redistributions of source code must retain the above copyright notice, this - list of conditions and the following disclaimer. +IN NO EVENT SHALL THE COPYRIGHT HOLDER BE LIABLE TO ANY PARTY FOR +DIRECT, INDIRECT, SPECIAL, INCIDENTAL, OR CONSEQUENTIAL DAMAGES +ARISING OUT OF THE USE OF THIS SOFTWARE AND ITS DOCUMENTATION, EVEN +IF THE COPYRIGHT HOLDER HAS BEEN ADVISED OF THE POSSIBILITY OF SUCH +DAMAGE. -2. Redistributions in binary form must reproduce the above copyright notice, - this list of conditions and the following disclaimer in the documentation - and/or other materials provided with the distribution. +THE COPYRIGHT HOLDER SPECIFICALLY DISCLAIMS ANY WARRANTIES, INCLUDING, +BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND +FITNESS FOR A PARTICULAR PURPOSE. THE SOFTWARE PROVIDED HEREUNDER IS +ON AN "AS IS" BASIS, AND THE COPYRIGHT HOLDER HAS NO OBLIGATION TO +PROVIDE MAINTENANCE, SUPPORT, UPDATES, ENHANCEMENTS, OR MODIFICATIONS. -THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" -AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE -IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE -DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT HOLDER OR CONTRIBUTORS BE LIABLE -FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL -DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR -SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER -CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, -OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE -OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. -------------------------------------------------------------------------------- -glslang +harfbuzz -Copyright (c) 2020 The Khronos Group Inc. +Copyright © 2023 Google, Inc. -Permission is hereby granted, free of charge, to any person obtaining a -copy of this software and/or associated documentation files (the -"Materials"), to deal in the Materials without restriction, including -without limitation the rights to use, copy, modify, merge, publish, -distribute, sublicense, and/or sell copies of the Materials, and to -permit persons to whom the Materials are furnished to do so, subject to -the following conditions: + This is part of HarfBuzz, a text shaping library. -The above copyright notice and this permission notice shall be included -in all copies or substantial portions of the Materials. +Permission is hereby granted, without written agreement and without +license or royalty fees, to use, copy, modify, and distribute this +software and its documentation for any purpose, provided that the +above copyright notice and the following two paragraphs appear in +all copies of this software. + +IN NO EVENT SHALL THE COPYRIGHT HOLDER BE LIABLE TO ANY PARTY FOR +DIRECT, INDIRECT, SPECIAL, INCIDENTAL, OR CONSEQUENTIAL DAMAGES +ARISING OUT OF THE USE OF THIS SOFTWARE AND ITS DOCUMENTATION, EVEN +IF THE COPYRIGHT HOLDER HAS BEEN ADVISED OF THE POSSIBILITY OF SUCH +DAMAGE. + +THE COPYRIGHT HOLDER SPECIFICALLY DISCLAIMS ANY WARRANTIES, INCLUDING, +BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND +FITNESS FOR A PARTICULAR PURPOSE. THE SOFTWARE PROVIDED HEREUNDER IS +ON AN "AS IS" BASIS, AND THE COPYRIGHT HOLDER HAS NO OBLIGATION TO +PROVIDE MAINTENANCE, SUPPORT, UPDATES, ENHANCEMENTS, OR MODIFICATIONS. -MODIFICATIONS TO THIS FILE MAY MEAN IT NO LONGER ACCURATELY REFLECTS -KHRONOS STANDARDS. THE UNMODIFIED, NORMATIVE VERSIONS OF KHRONOS -SPECIFICATIONS AND HEADER INFORMATION ARE LOCATED AT - https://www.khronos.org/registry/ -THE MATERIALS ARE PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, -EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF -MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. -IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY -CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, -TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE -MATERIALS OR THE USE OR OTHER DEALINGS IN THE MATERIALS. -------------------------------------------------------------------------------- -glslang +harfbuzz -Copyright (c) 2020, Travis Fort -All rights reserved. +Copyright © 2023 Google, Inc. -Redistribution and use in source and binary forms, with or without -modification, are permitted provided that the following conditions are met: + This is part of HarfBuzz, a text shaping library. -1. Redistributions of source code must retain the above copyright notice, this - list of conditions and the following disclaimer. +Permission is hereby granted, without written agreement and without +license or royalty fees, to use, copy, modify, and distribute this +software and its documentation for any purpose, provided that the +above copyright notice and the following two paragraphs appear in +all copies of this software. -2. Redistributions in binary form must reproduce the above copyright notice, - this list of conditions and the following disclaimer in the documentation - and/or other materials provided with the distribution. +IN NO EVENT SHALL THE COPYRIGHT HOLDER BE LIABLE TO ANY PARTY FOR +DIRECT, INDIRECT, SPECIAL, INCIDENTAL, OR CONSEQUENTIAL DAMAGES +ARISING OUT OF THE USE OF THIS SOFTWARE AND ITS DOCUMENTATION, EVEN +IF THE COPYRIGHT HOLDER HAS BEEN ADVISED OF THE POSSIBILITY OF SUCH +DAMAGE. + +THE COPYRIGHT HOLDER SPECIFICALLY DISCLAIMS ANY WARRANTIES, INCLUDING, +BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND +FITNESS FOR A PARTICULAR PURPOSE. THE SOFTWARE PROVIDED HEREUNDER IS +ON AN "AS IS" BASIS, AND THE COPYRIGHT HOLDER HAS NO OBLIGATION TO +PROVIDE MAINTENANCE, SUPPORT, UPDATES, ENHANCEMENTS, OR MODIFICATIONS. + +Google Author(s): Qunxin Liu -THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" -AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE -IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE -DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT HOLDER OR CONTRIBUTORS BE LIABLE -FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL -DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR -SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER -CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, -OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE -OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. -------------------------------------------------------------------------------- -glslang +harfbuzz -Copyright (c) 2021 The Khronos Group Inc. +Copyright © 2024 David Corbett -Permission is hereby granted, free of charge, to any person obtaining a copy -of this software and/or associated documentation files (the "Materials"), -to deal in the Materials without restriction, including without limitation -the rights to use, copy, modify, merge, publish, distribute, sublicense, -and/or sell copies of the Materials, and to permit persons to whom the -Materials are furnished to do so, subject to the following conditions: + This is part of HarfBuzz, a text shaping library. -The above copyright notice and this permission notice shall be included in -all copies or substantial portions of the Materials. +Permission is hereby granted, without written agreement and without +license or royalty fees, to use, copy, modify, and distribute this +software and its documentation for any purpose, provided that the +above copyright notice and the following two paragraphs appear in +all copies of this software. -MODIFICATIONS TO THIS FILE MAY MEAN IT NO LONGER ACCURATELY REFLECTS KHRONOS -STANDARDS. THE UNMODIFIED, NORMATIVE VERSIONS OF KHRONOS SPECIFICATIONS AND -HEADER INFORMATION ARE LOCATED AT https://www.khronos.org/registry/ +IN NO EVENT SHALL THE COPYRIGHT HOLDER BE LIABLE TO ANY PARTY FOR +DIRECT, INDIRECT, SPECIAL, INCIDENTAL, OR CONSEQUENTIAL DAMAGES +ARISING OUT OF THE USE OF THIS SOFTWARE AND ITS DOCUMENTATION, EVEN +IF THE COPYRIGHT HOLDER HAS BEEN ADVISED OF THE POSSIBILITY OF SUCH +DAMAGE. + +THE COPYRIGHT HOLDER SPECIFICALLY DISCLAIMS ANY WARRANTIES, INCLUDING, +BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND +FITNESS FOR A PARTICULAR PURPOSE. THE SOFTWARE PROVIDED HEREUNDER IS +ON AN "AS IS" BASIS, AND THE COPYRIGHT HOLDER HAS NO OBLIGATION TO +PROVIDE MAINTENANCE, SUPPORT, UPDATES, ENHANCEMENTS, OR MODIFICATIONS. -THE MATERIALS ARE PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS -OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, -FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL -THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER -LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING -FROM,OUT OF OR IN CONNECTION WITH THE MATERIALS OR THE USE OR OTHER DEALINGS -IN THE MATERIALS. -------------------------------------------------------------------------------- -glslang +harfbuzz -Copyright (c) 2022 ARM Limited +Copyright © 2024 Google, Inc. -Permission is hereby granted, free of charge, to any person obtaining a copy -of this software and/or associated documentation files (the "Materials"), -to deal in the Materials without restriction, including without limitation -the rights to use, copy, modify, merge, publish, distribute, sublicense, -and/or sell copies of the Materials, and to permit persons to whom the -Materials are furnished to do so, subject to the following conditions: + This is part of HarfBuzz, a text shaping library. -The above copyright notice and this permission notice shall be included in -all copies or substantial portions of the Materials. +Permission is hereby granted, without written agreement and without +license or royalty fees, to use, copy, modify, and distribute this +software and its documentation for any purpose, provided that the +above copyright notice and the following two paragraphs appear in +all copies of this software. -MODIFICATIONS TO THIS FILE MAY MEAN IT NO LONGER ACCURATELY REFLECTS KHRONOS -STANDARDS. THE UNMODIFIED, NORMATIVE VERSIONS OF KHRONOS SPECIFICATIONS AND -HEADER INFORMATION ARE LOCATED AT https://www.khronos.org/registry/ +IN NO EVENT SHALL THE COPYRIGHT HOLDER BE LIABLE TO ANY PARTY FOR +DIRECT, INDIRECT, SPECIAL, INCIDENTAL, OR CONSEQUENTIAL DAMAGES +ARISING OUT OF THE USE OF THIS SOFTWARE AND ITS DOCUMENTATION, EVEN +IF THE COPYRIGHT HOLDER HAS BEEN ADVISED OF THE POSSIBILITY OF SUCH +DAMAGE. + +THE COPYRIGHT HOLDER SPECIFICALLY DISCLAIMS ANY WARRANTIES, INCLUDING, +BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND +FITNESS FOR A PARTICULAR PURPOSE. THE SOFTWARE PROVIDED HEREUNDER IS +ON AN "AS IS" BASIS, AND THE COPYRIGHT HOLDER HAS NO OBLIGATION TO +PROVIDE MAINTENANCE, SUPPORT, UPDATES, ENHANCEMENTS, OR MODIFICATIONS. -THE MATERIALS ARE PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS -OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, -FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL -THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER -LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING -FROM,OUT OF OR IN CONNECTION WITH THE MATERIALS OR THE USE OR OTHER DEALINGS -IN THE MATERIALS. -------------------------------------------------------------------------------- -glslang +harfbuzz -Copyright(C) 2021 Advanced Micro Devices, Inc. +Copyright © 2024 Google, Inc. -All rights reserved. + This is part of HarfBuzz, a text shaping library. -Redistribution and use in source and binary forms, with or without -modification, are permitted provided that the following conditions -are met: +Permission is hereby granted, without written agreement and without +license or royalty fees, to use, copy, modify, and distribute this +software and its documentation for any purpose, provided that the +above copyright notice and the following two paragraphs appear in +all copies of this software. - Redistributions of source code must retain the above copyright - notice, this list of conditions and the following disclaimer. +IN NO EVENT SHALL THE COPYRIGHT HOLDER BE LIABLE TO ANY PARTY FOR +DIRECT, INDIRECT, SPECIAL, INCIDENTAL, OR CONSEQUENTIAL DAMAGES +ARISING OUT OF THE USE OF THIS SOFTWARE AND ITS DOCUMENTATION, EVEN +IF THE COPYRIGHT HOLDER HAS BEEN ADVISED OF THE POSSIBILITY OF SUCH +DAMAGE. - Redistributions in binary form must reproduce the above - copyright notice, this list of conditions and the following - disclaimer in the documentation and/or other materials provided - with the distribution. +THE COPYRIGHT HOLDER SPECIFICALLY DISCLAIMS ANY WARRANTIES, INCLUDING, +BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND +FITNESS FOR A PARTICULAR PURPOSE. THE SOFTWARE PROVIDED HEREUNDER IS +ON AN "AS IS" BASIS, AND THE COPYRIGHT HOLDER HAS NO OBLIGATION TO +PROVIDE MAINTENANCE, SUPPORT, UPDATES, ENHANCEMENTS, OR MODIFICATIONS. - Neither the name of 3Dlabs Inc. Ltd. nor the names of its - contributors may be used to endorse or promote products derived - from this software without specific prior written permission. +Author(s): Behdad Esfahbod -THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS -"AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT -LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS -FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE -COPYRIGHT HOLDERS OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, -INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, -BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; -LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER -CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT -LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN -ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE -POSSIBILITY OF SUCH DAMAGE. -------------------------------------------------------------------------------- -glslang -skia +harfbuzz -Copyright (c) 2014-2016 The Khronos Group Inc. +Copyright © 2024 Google, Inc. -Permission is hereby granted, free of charge, to any person obtaining a copy -of this software and/or associated documentation files (the "Materials"), -to deal in the Materials without restriction, including without limitation -the rights to use, copy, modify, merge, publish, distribute, sublicense, -and/or sell copies of the Materials, and to permit persons to whom the -Materials are furnished to do so, subject to the following conditions: + This is part of HarfBuzz, a text shaping library. -The above copyright notice and this permission notice shall be included in -all copies or substantial portions of the Materials. +Permission is hereby granted, without written agreement and without +license or royalty fees, to use, copy, modify, and distribute this +software and its documentation for any purpose, provided that the +above copyright notice and the following two paragraphs appear in +all copies of this software. + +IN NO EVENT SHALL THE COPYRIGHT HOLDER BE LIABLE TO ANY PARTY FOR +DIRECT, INDIRECT, SPECIAL, INCIDENTAL, OR CONSEQUENTIAL DAMAGES +ARISING OUT OF THE USE OF THIS SOFTWARE AND ITS DOCUMENTATION, EVEN +IF THE COPYRIGHT HOLDER HAS BEEN ADVISED OF THE POSSIBILITY OF SUCH +DAMAGE. + +THE COPYRIGHT HOLDER SPECIFICALLY DISCLAIMS ANY WARRANTIES, INCLUDING, +BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND +FITNESS FOR A PARTICULAR PURPOSE. THE SOFTWARE PROVIDED HEREUNDER IS +ON AN "AS IS" BASIS, AND THE COPYRIGHT HOLDER HAS NO OBLIGATION TO +PROVIDE MAINTENANCE, SUPPORT, UPDATES, ENHANCEMENTS, OR MODIFICATIONS. -MODIFICATIONS TO THIS FILE MAY MEAN IT NO LONGER ACCURATELY REFLECTS KHRONOS -STANDARDS. THE UNMODIFIED, NORMATIVE VERSIONS OF KHRONOS SPECIFICATIONS AND -HEADER INFORMATION ARE LOCATED AT https://www.khronos.org/registry/ +Google Author(s): Behdad Esfahbod -THE MATERIALS ARE PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS -OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, -FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL -THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER -LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING -FROM,OUT OF OR IN CONNECTION WITH THE MATERIALS OR THE USE OR OTHER DEALINGS -IN THE MATERIALS. -------------------------------------------------------------------------------- harfbuzz -Copyright (C) 2011 Google, Inc. +Copyright © 2025 Google, Inc. -This is part of HarfBuzz, a text shaping library. + This is part of HarfBuzz, a text shaping library. Permission is hereby granted, without written agreement and without license or royalty fees, to use, copy, modify, and distribute this @@ -10726,28 +14470,63 @@ BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE. THE SOFTWARE PROVIDED HEREUNDER IS ON AN "AS IS" BASIS, AND THE COPYRIGHT HOLDER HAS NO OBLIGATION TO PROVIDE MAINTENANCE, SUPPORT, UPDATES, ENHANCEMENTS, OR MODIFICATIONS. + +Author(s): Behdad Esfahbod + -------------------------------------------------------------------------------- harfbuzz -Copyright (C) 2012 Grigori Goronzy +Copyright © 2025 Behdad Esfahbod -Permission to use, copy, modify, and/or distribute this software for any -purpose with or without fee is hereby granted, provided that the above -copyright notice and this permission notice appear in all copies. + This is part of HarfBuzz, a text shaping library. + +Permission is hereby granted, without written agreement and without +license or royalty fees, to use, copy, modify, and distribute this +software and its documentation for any purpose, provided that the +above copyright notice and the following two paragraphs appear in +all copies of this software. + +IN NO EVENT SHALL THE COPYRIGHT HOLDER BE LIABLE TO ANY PARTY FOR +DIRECT, INDIRECT, SPECIAL, INCIDENTAL, OR CONSEQUENTIAL DAMAGES +ARISING OUT OF THE USE OF THIS SOFTWARE AND ITS DOCUMENTATION, EVEN +IF THE COPYRIGHT HOLDER HAS BEEN ADVISED OF THE POSSIBILITY OF SUCH +DAMAGE. + +THE COPYRIGHT HOLDER SPECIFICALLY DISCLAIMS ANY WARRANTIES, INCLUDING, +BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND +FITNESS FOR A PARTICULAR PURPOSE. THE SOFTWARE PROVIDED HEREUNDER IS +ON AN "AS IS" BASIS, AND THE COPYRIGHT HOLDER HAS NO OBLIGATION TO +PROVIDE MAINTENANCE, SUPPORT, UPDATES, ENHANCEMENTS, OR MODIFICATIONS. + +Author(s): Behdad Esfahbod -THE SOFTWARE IS PROVIDED "AS IS" AND THE AUTHOR DISCLAIMS ALL WARRANTIES -WITH REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF -MERCHANTABILITY AND FITNESS. IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR -ANY SPECIAL, DIRECT, INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES -WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN -ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF -OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. -------------------------------------------------------------------------------- harfbuzz -Copyright (C) 2013 Google, Inc. +HarfBuzz is licensed under the so-called "Old MIT" license. Details follow. +For parts of HarfBuzz that are licensed under different licenses see individual +files names COPYING in subdirectories where applicable. + +Copyright © 2010-2022 Google, Inc. +Copyright © 2015-2020 Ebrahim Byagowi +Copyright © 2019,2020 Facebook, Inc. +Copyright © 2012,2015 Mozilla Foundation +Copyright © 2011 Codethink Limited +Copyright © 2008,2010 Nokia Corporation and/or its subsidiary(-ies) +Copyright © 2009 Keith Stribley +Copyright © 2011 Martin Hosken and SIL International +Copyright © 2007 Chris Wilson +Copyright © 2005,2006,2020,2021,2022,2023 Behdad Esfahbod +Copyright © 2004,2007,2008,2009,2010,2013,2021,2022,2023 Red Hat, Inc. +Copyright © 1998-2005 David Turner and Werner Lemberg +Copyright © 2016 Igalia S.L. +Copyright © 2022 Matthias Clasen +Copyright © 2018,2021 Khaled Hosny +Copyright © 2018,2019,2020 Adobe, Inc +Copyright © 2013-2015 Alexei Podtelezhnikov + +For full copyright notices consult the individual files in the package. -This is part of HarfBuzz, a text shaping library. Permission is hereby granted, without written agreement and without license or royalty fees, to use, copy, modify, and distribute this @@ -10767,17952 +14546,11845 @@ FITNESS FOR A PARTICULAR PURPOSE. THE SOFTWARE PROVIDED HEREUNDER IS ON AN "AS IS" BASIS, AND THE COPYRIGHT HOLDER HAS NO OBLIGATION TO PROVIDE MAINTENANCE, SUPPORT, UPDATES, ENHANCEMENTS, OR MODIFICATIONS. -------------------------------------------------------------------------------- -harfbuzz +hive_ce +hive_ce_flutter -Copyright (c) Microsoft Corporation. +Copyright 2025 Aaron DeLory + +Redistribution and use in source and binary forms, with or without modification, are permitted provided that the following conditions are met: + +1. Redistributions of source code must retain the above copyright notice, this list of conditions and the following disclaimer. + +2. Redistributions in binary form must reproduce the above copyright notice, this list of conditions and the following disclaimer in the documentation and/or other materials provided with the distribution. + +3. Neither the name of the copyright holder nor the names of its contributors may be used to endorse or promote products derived from this software without specific prior written permission. + +THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT HOLDER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. + +================================================================================ + +The above license covers all modifications after (including) commit `4eb0dbc7807e7210831a2c71f056ac15c9e32e52`. All code created before commit `4eb0dbc7807e7210831a2c71f056ac15c9e32e52` is covered by the following license: + + Apache License + Version 2.0, January 2004 + http://www.apache.org/licenses/ + + TERMS AND CONDITIONS FOR USE, REPRODUCTION, AND DISTRIBUTION + + 1. Definitions. + + "License" shall mean the terms and conditions for use, reproduction, + and distribution as defined by Sections 1 through 9 of this document. + + "Licensor" shall mean the copyright owner or entity authorized by + the copyright owner that is granting the License. + + "Legal Entity" shall mean the union of the acting entity and all + other entities that control, are controlled by, or are under common + control with that entity. For the purposes of this definition, + "control" means (i) the power, direct or indirect, to cause the + direction or management of such entity, whether by contract or + otherwise, or (ii) ownership of fifty percent (50%) or more of the + outstanding shares, or (iii) beneficial ownership of such entity. + + "You" (or "Your") shall mean an individual or Legal Entity + exercising permissions granted by this License. + + "Source" form shall mean the preferred form for making modifications, + including but not limited to software source code, documentation + source, and configuration files. + + "Object" form shall mean any form resulting from mechanical + transformation or translation of a Source form, including but + not limited to compiled object code, generated documentation, + and conversions to other media types. + + "Work" shall mean the work of authorship, whether in Source or + Object form, made available under the License, as indicated by a + copyright notice that is included in or attached to the work + (an example is provided in the Appendix below). + + "Derivative Works" shall mean any work, whether in Source or Object + form, that is based on (or derived from) the Work and for which the + editorial revisions, annotations, elaborations, or other modifications + represent, as a whole, an original work of authorship. For the purposes + of this License, Derivative Works shall not include works that remain + separable from, or merely link (or bind by name) to the interfaces of, + the Work and Derivative Works thereof. + + "Contribution" shall mean any work of authorship, including + the original version of the Work and any modifications or additions + to that Work or Derivative Works thereof, that is intentionally + submitted to Licensor for inclusion in the Work by the copyright owner + or by an individual or Legal Entity authorized to submit on behalf of + the copyright owner. For the purposes of this definition, "submitted" + means any form of electronic, verbal, or written communication sent + to the Licensor or its representatives, including but not limited to + communication on electronic mailing lists, source code control systems, + and issue tracking systems that are managed by, or on behalf of, the + Licensor for the purpose of discussing and improving the Work, but + excluding communication that is conspicuously marked or otherwise + designated in writing by the copyright owner as "Not a Contribution." + + "Contributor" shall mean Licensor and any individual or Legal Entity + on behalf of whom a Contribution has been received by Licensor and + subsequently incorporated within the Work. + + 2. Grant of Copyright License. Subject to the terms and conditions of + this License, each Contributor hereby grants to You a perpetual, + worldwide, non-exclusive, no-charge, royalty-free, irrevocable + copyright license to reproduce, prepare Derivative Works of, + publicly display, publicly perform, sublicense, and distribute the + Work and such Derivative Works in Source or Object form. + + 3. Grant of Patent License. Subject to the terms and conditions of + this License, each Contributor hereby grants to You a perpetual, + worldwide, non-exclusive, no-charge, royalty-free, irrevocable + (except as stated in this section) patent license to make, have made, + use, offer to sell, sell, import, and otherwise transfer the Work, + where such license applies only to those patent claims licensable + by such Contributor that are necessarily infringed by their + Contribution(s) alone or by combination of their Contribution(s) + with the Work to which such Contribution(s) was submitted. If You + institute patent litigation against any entity (including a + cross-claim or counterclaim in a lawsuit) alleging that the Work + or a Contribution incorporated within the Work constitutes direct + or contributory patent infringement, then any patent licenses + granted to You under this License for that Work shall terminate + as of the date such litigation is filed. + + 4. Redistribution. You may reproduce and distribute copies of the + Work or Derivative Works thereof in any medium, with or without + modifications, and in Source or Object form, provided that You + meet the following conditions: + + (a) You must give any other recipients of the Work or + Derivative Works a copy of this License; and + + (b) You must cause any modified files to carry prominent notices + stating that You changed the files; and + + (c) You must retain, in the Source form of any Derivative Works + that You distribute, all copyright, patent, trademark, and + attribution notices from the Source form of the Work, + excluding those notices that do not pertain to any part of + the Derivative Works; and + + (d) If the Work includes a "NOTICE" text file as part of its + distribution, then any Derivative Works that You distribute must + include a readable copy of the attribution notices contained + within such NOTICE file, excluding those notices that do not + pertain to any part of the Derivative Works, in at least one + of the following places: within a NOTICE text file distributed + as part of the Derivative Works; within the Source form or + documentation, if provided along with the Derivative Works; or, + within a display generated by the Derivative Works, if and + wherever such third-party notices normally appear. The contents + of the NOTICE file are for informational purposes only and + do not modify the License. You may add Your own attribution + notices within Derivative Works that You distribute, alongside + or as an addendum to the NOTICE text from the Work, provided + that such additional attribution notices cannot be construed + as modifying the License. + + You may add Your own copyright statement to Your modifications and + may provide additional or different license terms and conditions + for use, reproduction, or distribution of Your modifications, or + for any such Derivative Works as a whole, provided Your use, + reproduction, and distribution of the Work otherwise complies with + the conditions stated in this License. + + 5. Submission of Contributions. Unless You explicitly state otherwise, + any Contribution intentionally submitted for inclusion in the Work + by You to the Licensor shall be under the terms and conditions of + this License, without any additional terms or conditions. + Notwithstanding the above, nothing herein shall supersede or modify + the terms of any separate license agreement you may have executed + with Licensor regarding such Contributions. + + 6. Trademarks. This License does not grant permission to use the trade + names, trademarks, service marks, or product names of the Licensor, + except as required for reasonable and customary use in describing the + origin of the Work and reproducing the content of the NOTICE file. + + 7. Disclaimer of Warranty. Unless required by applicable law or + agreed to in writing, Licensor provides the Work (and each + Contributor provides its Contributions) on an "AS IS" BASIS, + WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or + implied, including, without limitation, any warranties or conditions + of TITLE, NON-INFRINGEMENT, MERCHANTABILITY, or FITNESS FOR A + PARTICULAR PURPOSE. You are solely responsible for determining the + appropriateness of using or redistributing the Work and assume any + risks associated with Your exercise of permissions under this License. + + 8. Limitation of Liability. In no event and under no legal theory, + whether in tort (including negligence), contract, or otherwise, + unless required by applicable law (such as deliberate and grossly + negligent acts) or agreed to in writing, shall any Contributor be + liable to You for damages, including any direct, indirect, special, + incidental, or consequential damages of any character arising as a + result of this License or out of the use or inability to use the + Work (including but not limited to damages for loss of goodwill, + work stoppage, computer failure or malfunction, or any and all + other commercial damages or losses), even if such Contributor + has been advised of the possibility of such damages. -Permission is hereby granted, free of charge, to any person obtaining a copy -of this software and associated documentation files (the "Software"), to deal -in the Software without restriction, including without limitation the rights -to use, copy, modify, merge, publish, distribute, sublicense, and/or sell -copies of the Software, and to permit persons to whom the Software is -furnished to do so, subject to the following conditions: + 9. Accepting Warranty or Additional Liability. While redistributing + the Work or Derivative Works thereof, You may choose to offer, + and charge a fee for, acceptance of support, warranty, indemnity, + or other liability obligations and/or rights consistent with this + License. However, in accepting such obligations, You may act only + on Your own behalf and on Your sole responsibility, not on behalf + of any other Contributor, and only if You agree to indemnify, + defend, and hold each Contributor harmless for any liability + incurred by, or claims asserted against, such Contributor by reason + of your accepting any such warranty or additional liability. -The above copyright notice and this permission notice shall be included in all -copies or substantial portions of the Software. + END OF TERMS AND CONDITIONS -THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR -IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, -FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE -AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER -LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, -OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE -SOFTWARE --------------------------------------------------------------------------------- -harfbuzz + APPENDIX: How to apply the Apache License to your work. -Copyright © 1998-2004 David Turner and Werner Lemberg -Copyright © 2004,2007,2009 Red Hat, Inc. -Copyright © 2011,2012 Google, Inc. + To apply the Apache License to your work, attach the following + boilerplate notice, with the fields enclosed by brackets "[]" + replaced with your own identifying information. (Don't include + the brackets!) The text should be enclosed in the appropriate + comment syntax for the file format. We also recommend that a + file or class name and description of purpose be included on the + same "printed page" as the copyright notice for easier + identification within third-party archives. -This is part of HarfBuzz, a text shaping library. + Copyright 2019 Simon Leier -Permission is hereby granted, without written agreement and without -license or royalty fees, to use, copy, modify, and distribute this -software and its documentation for any purpose, provided that the -above copyright notice and the following two paragraphs appear in -all copies of this software. + Licensed under the Apache License, Version 2.0 (the "License"); + you may not use this file except in compliance with the License. + You may obtain a copy of the License at -IN NO EVENT SHALL THE COPYRIGHT HOLDER BE LIABLE TO ANY PARTY FOR -DIRECT, INDIRECT, SPECIAL, INCIDENTAL, OR CONSEQUENTIAL DAMAGES -ARISING OUT OF THE USE OF THIS SOFTWARE AND ITS DOCUMENTATION, EVEN -IF THE COPYRIGHT HOLDER HAS BEEN ADVISED OF THE POSSIBILITY OF SUCH -DAMAGE. + http://www.apache.org/licenses/LICENSE-2.0 -THE COPYRIGHT HOLDER SPECIFICALLY DISCLAIMS ANY WARRANTIES, INCLUDING, -BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND -FITNESS FOR A PARTICULAR PURPOSE. THE SOFTWARE PROVIDED HEREUNDER IS -ON AN "AS IS" BASIS, AND THE COPYRIGHT HOLDER HAS NO OBLIGATION TO -PROVIDE MAINTENANCE, SUPPORT, UPDATES, ENHANCEMENTS, OR MODIFICATIONS. + Unless required by applicable law or agreed to in writing, software + distributed under the License is distributed on an "AS IS" BASIS, + WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + See the License for the specific language governing permissions and + limitations under the License. -------------------------------------------------------------------------------- -harfbuzz +http_multi_server +shelf +shelf_web_socket +source_maps +stack_trace -Copyright © 1998-2004 David Turner and Werner Lemberg -Copyright © 2004,2007,2009,2010 Red Hat, Inc. -Copyright © 2011,2012 Google, Inc. +Copyright 2014, the Dart project authors. -This is part of HarfBuzz, a text shaping library. +Redistribution and use in source and binary forms, with or without +modification, are permitted provided that the following conditions are +met: -Permission is hereby granted, without written agreement and without -license or royalty fees, to use, copy, modify, and distribute this -software and its documentation for any purpose, provided that the -above copyright notice and the following two paragraphs appear in -all copies of this software. + * Redistributions of source code must retain the above copyright + notice, this list of conditions and the following disclaimer. + * Redistributions in binary form must reproduce the above + copyright notice, this list of conditions and the following + disclaimer in the documentation and/or other materials provided + with the distribution. + * Neither the name of Google LLC nor the names of its + contributors may be used to endorse or promote products derived + from this software without specific prior written permission. -IN NO EVENT SHALL THE COPYRIGHT HOLDER BE LIABLE TO ANY PARTY FOR -DIRECT, INDIRECT, SPECIAL, INCIDENTAL, OR CONSEQUENTIAL DAMAGES -ARISING OUT OF THE USE OF THIS SOFTWARE AND ITS DOCUMENTATION, EVEN -IF THE COPYRIGHT HOLDER HAS BEEN ADVISED OF THE POSSIBILITY OF SUCH -DAMAGE. +THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS +"AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT +LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR +A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT +OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, +SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT +LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, +DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY +THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT +(INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE +OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. -THE COPYRIGHT HOLDER SPECIFICALLY DISCLAIMS ANY WARRANTIES, INCLUDING, -BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND -FITNESS FOR A PARTICULAR PURPOSE. THE SOFTWARE PROVIDED HEREUNDER IS -ON AN "AS IS" BASIS, AND THE COPYRIGHT HOLDER HAS NO OBLIGATION TO -PROVIDE MAINTENANCE, SUPPORT, UPDATES, ENHANCEMENTS, OR MODIFICATIONS. -------------------------------------------------------------------------------- -harfbuzz +icu -Copyright © 1998-2004 David Turner and Werner Lemberg -Copyright © 2006 Behdad Esfahbod -Copyright © 2007,2008,2009 Red Hat, Inc. -Copyright © 2012,2013 Google, Inc. +Copyright (C) 2000-2012, International Business Machines Corporation and others. +All Rights Reserved. +-------------------------------------------------------------------------------- +icu -This is part of HarfBuzz, a text shaping library. +Copyright (C) 2002-2013, International Business Machines Corporation +and others. All Rights Reserved. +-------------------------------------------------------------------------------- +icu -Permission is hereby granted, without written agreement and without -license or royalty fees, to use, copy, modify, and distribute this -software and its documentation for any purpose, provided that the -above copyright notice and the following two paragraphs appear in -all copies of this software. +Copyright (C) 2016 and later: Unicode, Inc. and others. +License & terms of use: http://www.unicode.org/copyright.html -IN NO EVENT SHALL THE COPYRIGHT HOLDER BE LIABLE TO ANY PARTY FOR -DIRECT, INDIRECT, SPECIAL, INCIDENTAL, OR CONSEQUENTIAL DAMAGES -ARISING OUT OF THE USE OF THIS SOFTWARE AND ITS DOCUMENTATION, EVEN -IF THE COPYRIGHT HOLDER HAS BEEN ADVISED OF THE POSSIBILITY OF SUCH -DAMAGE. + Copyright (C) 2002-2015, International Business Machines Corporation and others. + All Rights Reserved. -THE COPYRIGHT HOLDER SPECIFICALLY DISCLAIMS ANY WARRANTIES, INCLUDING, -BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND -FITNESS FOR A PARTICULAR PURPOSE. THE SOFTWARE PROVIDED HEREUNDER IS -ON AN "AS IS" BASIS, AND THE COPYRIGHT HOLDER HAS NO OBLIGATION TO -PROVIDE MAINTENANCE, SUPPORT, UPDATES, ENHANCEMENTS, OR MODIFICATIONS. + -------------------------------------------------------------------------------- -harfbuzz - -Copyright © 2007 Chris Wilson -Copyright © 2009,2010 Red Hat, Inc. -Copyright © 2011,2012 Google, Inc. +icu -This is part of HarfBuzz, a text shaping library. +Copyright (C) 2016 and later: Unicode, Inc. and others. +License & terms of use: http://www.unicode.org/copyright.html -Permission is hereby granted, without written agreement and without -license or royalty fees, to use, copy, modify, and distribute this -software and its documentation for any purpose, provided that the -above copyright notice and the following two paragraphs appear in -all copies of this software. +Copyright (C) 2002-2010, International Business Machines +Corporation and others. All Rights Reserved. -IN NO EVENT SHALL THE COPYRIGHT HOLDER BE LIABLE TO ANY PARTY FOR -DIRECT, INDIRECT, SPECIAL, INCIDENTAL, OR CONSEQUENTIAL DAMAGES -ARISING OUT OF THE USE OF THIS SOFTWARE AND ITS DOCUMENTATION, EVEN -IF THE COPYRIGHT HOLDER HAS BEEN ADVISED OF THE POSSIBILITY OF SUCH -DAMAGE. -THE COPYRIGHT HOLDER SPECIFICALLY DISCLAIMS ANY WARRANTIES, INCLUDING, -BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND -FITNESS FOR A PARTICULAR PURPOSE. THE SOFTWARE PROVIDED HEREUNDER IS -ON AN "AS IS" BASIS, AND THE COPYRIGHT HOLDER HAS NO OBLIGATION TO -PROVIDE MAINTENANCE, SUPPORT, UPDATES, ENHANCEMENTS, OR MODIFICATIONS. -------------------------------------------------------------------------------- -harfbuzz - -Copyright © 2007,2008,2009 Red Hat, Inc. - -This is part of HarfBuzz, a text shaping library. +icu -Permission is hereby granted, without written agreement and without -license or royalty fees, to use, copy, modify, and distribute this -software and its documentation for any purpose, provided that the -above copyright notice and the following two paragraphs appear in -all copies of this software. +Copyright (C) 2016 and later: Unicode, Inc. and others. +License & terms of use: http://www.unicode.org/copyright.html -IN NO EVENT SHALL THE COPYRIGHT HOLDER BE LIABLE TO ANY PARTY FOR -DIRECT, INDIRECT, SPECIAL, INCIDENTAL, OR CONSEQUENTIAL DAMAGES -ARISING OUT OF THE USE OF THIS SOFTWARE AND ITS DOCUMENTATION, EVEN -IF THE COPYRIGHT HOLDER HAS BEEN ADVISED OF THE POSSIBILITY OF SUCH -DAMAGE. +Copyright (c) 2001-2003 International Business Machines +Corporation and others. All Rights Reserved. -THE COPYRIGHT HOLDER SPECIFICALLY DISCLAIMS ANY WARRANTIES, INCLUDING, -BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND -FITNESS FOR A PARTICULAR PURPOSE. THE SOFTWARE PROVIDED HEREUNDER IS -ON AN "AS IS" BASIS, AND THE COPYRIGHT HOLDER HAS NO OBLIGATION TO -PROVIDE MAINTENANCE, SUPPORT, UPDATES, ENHANCEMENTS, OR MODIFICATIONS. -------------------------------------------------------------------------------- -harfbuzz +icu -Copyright © 2007,2008,2009 Red Hat, Inc. -Copyright © 2010,2011,2012 Google, Inc. +Copyright (C) 2016 and later: Unicode, Inc. and others. +License & terms of use: http://www.unicode.org/copyright.html -This is part of HarfBuzz, a text shaping library. +Copyright (c) 2001-2010 International Business Machines +Corporation and others. All Rights Reserved. -Permission is hereby granted, without written agreement and without -license or royalty fees, to use, copy, modify, and distribute this -software and its documentation for any purpose, provided that the -above copyright notice and the following two paragraphs appear in -all copies of this software. +-------------------------------------------------------------------------------- +icu -IN NO EVENT SHALL THE COPYRIGHT HOLDER BE LIABLE TO ANY PARTY FOR -DIRECT, INDIRECT, SPECIAL, INCIDENTAL, OR CONSEQUENTIAL DAMAGES -ARISING OUT OF THE USE OF THIS SOFTWARE AND ITS DOCUMENTATION, EVEN -IF THE COPYRIGHT HOLDER HAS BEEN ADVISED OF THE POSSIBILITY OF SUCH -DAMAGE. +Copyright (C) 2016 and later: Unicode, Inc. and others. +License & terms of use: http://www.unicode.org/copyright.html + +Copyright (c) 2002-2005, International Business Machines Corporation and others. All Rights Reserved. -THE COPYRIGHT HOLDER SPECIFICALLY DISCLAIMS ANY WARRANTIES, INCLUDING, -BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND -FITNESS FOR A PARTICULAR PURPOSE. THE SOFTWARE PROVIDED HEREUNDER IS -ON AN "AS IS" BASIS, AND THE COPYRIGHT HOLDER HAS NO OBLIGATION TO -PROVIDE MAINTENANCE, SUPPORT, UPDATES, ENHANCEMENTS, OR MODIFICATIONS. -------------------------------------------------------------------------------- -harfbuzz +icu -Copyright © 2007,2008,2009 Red Hat, Inc. -Copyright © 2010,2012 Google, Inc. +Copyright (C) 2016 and later: Unicode, Inc. and others. +License & terms of use: http://www.unicode.org/copyright.html -This is part of HarfBuzz, a text shaping library. +Copyright (c) 2002-2010, International Business Machines Corporation and others. All Rights Reserved. -Permission is hereby granted, without written agreement and without -license or royalty fees, to use, copy, modify, and distribute this -software and its documentation for any purpose, provided that the -above copyright notice and the following two paragraphs appear in -all copies of this software. +-------------------------------------------------------------------------------- +icu -IN NO EVENT SHALL THE COPYRIGHT HOLDER BE LIABLE TO ANY PARTY FOR -DIRECT, INDIRECT, SPECIAL, INCIDENTAL, OR CONSEQUENTIAL DAMAGES -ARISING OUT OF THE USE OF THIS SOFTWARE AND ITS DOCUMENTATION, EVEN -IF THE COPYRIGHT HOLDER HAS BEEN ADVISED OF THE POSSIBILITY OF SUCH -DAMAGE. +Copyright (C) 2016 and later: Unicode, Inc. and others. +License & terms of use: http://www.unicode.org/copyright.html -THE COPYRIGHT HOLDER SPECIFICALLY DISCLAIMS ANY WARRANTIES, INCLUDING, -BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND -FITNESS FOR A PARTICULAR PURPOSE. THE SOFTWARE PROVIDED HEREUNDER IS -ON AN "AS IS" BASIS, AND THE COPYRIGHT HOLDER HAS NO OBLIGATION TO -PROVIDE MAINTENANCE, SUPPORT, UPDATES, ENHANCEMENTS, OR MODIFICATIONS. +Copyright (c) 2002-2015, International Business Machines Corporation and +others. All Rights Reserved. + + -------------------------------------------------------------------------------- -harfbuzz +icu -Copyright © 2007,2008,2009 Red Hat, Inc. -Copyright © 2011,2012 Google, Inc. +Copyright (C) 2016 and later: Unicode, Inc. and others. +License & terms of use: http://www.unicode.org/copyright.html + +Copyright (c) 2002-2016 International Business Machines Corporation and +others. All Rights Reserved. -This is part of HarfBuzz, a text shaping library. + +-------------------------------------------------------------------------------- +icu -Permission is hereby granted, without written agreement and without -license or royalty fees, to use, copy, modify, and distribute this -software and its documentation for any purpose, provided that the -above copyright notice and the following two paragraphs appear in -all copies of this software. +Copyright (C) 2016 and later: Unicode, Inc. and others. +License & terms of use: http://www.unicode.org/copyright.html -IN NO EVENT SHALL THE COPYRIGHT HOLDER BE LIABLE TO ANY PARTY FOR -DIRECT, INDIRECT, SPECIAL, INCIDENTAL, OR CONSEQUENTIAL DAMAGES -ARISING OUT OF THE USE OF THIS SOFTWARE AND ITS DOCUMENTATION, EVEN -IF THE COPYRIGHT HOLDER HAS BEEN ADVISED OF THE POSSIBILITY OF SUCH -DAMAGE. +Copyright (c) 2003-2005, International Business Machines Corporation and others. All Rights Reserved. -THE COPYRIGHT HOLDER SPECIFICALLY DISCLAIMS ANY WARRANTIES, INCLUDING, -BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND -FITNESS FOR A PARTICULAR PURPOSE. THE SOFTWARE PROVIDED HEREUNDER IS -ON AN "AS IS" BASIS, AND THE COPYRIGHT HOLDER HAS NO OBLIGATION TO -PROVIDE MAINTENANCE, SUPPORT, UPDATES, ENHANCEMENTS, OR MODIFICATIONS. -------------------------------------------------------------------------------- -harfbuzz +icu -Copyright © 2007,2008,2009 Red Hat, Inc. -Copyright © 2012 Google, Inc. +Copyright (C) 2016 and later: Unicode, Inc. and others. +License & terms of use: http://www.unicode.org/copyright.html -This is part of HarfBuzz, a text shaping library. +Copyright (c) 2003-2010, International Business Machines Corporation and others. All Rights Reserved. -Permission is hereby granted, without written agreement and without -license or royalty fees, to use, copy, modify, and distribute this -software and its documentation for any purpose, provided that the -above copyright notice and the following two paragraphs appear in -all copies of this software. +-------------------------------------------------------------------------------- +icu -IN NO EVENT SHALL THE COPYRIGHT HOLDER BE LIABLE TO ANY PARTY FOR -DIRECT, INDIRECT, SPECIAL, INCIDENTAL, OR CONSEQUENTIAL DAMAGES -ARISING OUT OF THE USE OF THIS SOFTWARE AND ITS DOCUMENTATION, EVEN -IF THE COPYRIGHT HOLDER HAS BEEN ADVISED OF THE POSSIBILITY OF SUCH -DAMAGE. +Copyright (C) 2016 and later: Unicode, Inc. and others. +License & terms of use: http://www.unicode.org/copyright.html +#################################################################### +Copyright (c) 2009, International Business Machines Corporation and +others. All Rights Reserved. -THE COPYRIGHT HOLDER SPECIFICALLY DISCLAIMS ANY WARRANTIES, INCLUDING, -BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND -FITNESS FOR A PARTICULAR PURPOSE. THE SOFTWARE PROVIDED HEREUNDER IS -ON AN "AS IS" BASIS, AND THE COPYRIGHT HOLDER HAS NO OBLIGATION TO -PROVIDE MAINTENANCE, SUPPORT, UPDATES, ENHANCEMENTS, OR MODIFICATIONS. -------------------------------------------------------------------------------- -harfbuzz +icu -Copyright © 2007,2008,2009 Red Hat, Inc. -Copyright © 2012,2013 Google, Inc. +Copyright (C) 2016 and later: Unicode, Inc. and others. +License & terms of use: http://www.unicode.org/copyright.html +#################################################################### +Copyright (c) 2015, International Business Machines Corporation and +others. All Rights Reserved. -This is part of HarfBuzz, a text shaping library. +-------------------------------------------------------------------------------- +icu -Permission is hereby granted, without written agreement and without -license or royalty fees, to use, copy, modify, and distribute this -software and its documentation for any purpose, provided that the -above copyright notice and the following two paragraphs appear in -all copies of this software. +Copyright (C) 2016 and later: Unicode, Inc. and others. +License & terms of use: http://www.unicode.org/copyright.html +* +* Copyright (C) 2004-2006, International Business Machines +* Corporation and others. All Rights Reserved. +* +*************************************************************************** + +-------------------------------------------------------------------------------- +icu + +Copyright (C) 2016 and later: Unicode, Inc. and others. +License & terms of use: http://www.unicode.org/copyright.html +*************************************************************************** +* +* Copyright (C) 1995-2002, International Business Machines +* Corporation and others. All Rights Reserved. +* +*************************************************************************** -IN NO EVENT SHALL THE COPYRIGHT HOLDER BE LIABLE TO ANY PARTY FOR -DIRECT, INDIRECT, SPECIAL, INCIDENTAL, OR CONSEQUENTIAL DAMAGES -ARISING OUT OF THE USE OF THIS SOFTWARE AND ITS DOCUMENTATION, EVEN -IF THE COPYRIGHT HOLDER HAS BEEN ADVISED OF THE POSSIBILITY OF SUCH -DAMAGE. -THE COPYRIGHT HOLDER SPECIFICALLY DISCLAIMS ANY WARRANTIES, INCLUDING, -BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND -FITNESS FOR A PARTICULAR PURPOSE. THE SOFTWARE PROVIDED HEREUNDER IS -ON AN "AS IS" BASIS, AND THE COPYRIGHT HOLDER HAS NO OBLIGATION TO -PROVIDE MAINTENANCE, SUPPORT, UPDATES, ENHANCEMENTS, OR MODIFICATIONS. -------------------------------------------------------------------------------- -harfbuzz +icu -Copyright © 2007,2008,2009 Red Hat, Inc. -Copyright © 2012,2013 Google, Inc. -Copyright © 2019, Facebook Inc. +Copyright (C) 2016 and later: Unicode, Inc. and others. +License & terms of use: http://www.unicode.org/copyright.html +*************************************************************************** +* +* Copyright (C) 1995-2003, International Business Machines +* Corporation and others. All Rights Reserved. +* +*************************************************************************** -This is part of HarfBuzz, a text shaping library. -Permission is hereby granted, without written agreement and without -license or royalty fees, to use, copy, modify, and distribute this -software and its documentation for any purpose, provided that the -above copyright notice and the following two paragraphs appear in -all copies of this software. +-------------------------------------------------------------------------------- +icu + +Copyright (C) 2016 and later: Unicode, Inc. and others. +License & terms of use: http://www.unicode.org/copyright.html +*************************************************************************** +* +* Copyright (C) 1995-2005, International Business Machines +* Corporation and others. All Rights Reserved. +* +*************************************************************************** -IN NO EVENT SHALL THE COPYRIGHT HOLDER BE LIABLE TO ANY PARTY FOR -DIRECT, INDIRECT, SPECIAL, INCIDENTAL, OR CONSEQUENTIAL DAMAGES -ARISING OUT OF THE USE OF THIS SOFTWARE AND ITS DOCUMENTATION, EVEN -IF THE COPYRIGHT HOLDER HAS BEEN ADVISED OF THE POSSIBILITY OF SUCH -DAMAGE. -THE COPYRIGHT HOLDER SPECIFICALLY DISCLAIMS ANY WARRANTIES, INCLUDING, -BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND -FITNESS FOR A PARTICULAR PURPOSE. THE SOFTWARE PROVIDED HEREUNDER IS -ON AN "AS IS" BASIS, AND THE COPYRIGHT HOLDER HAS NO OBLIGATION TO -PROVIDE MAINTENANCE, SUPPORT, UPDATES, ENHANCEMENTS, OR MODIFICATIONS. -------------------------------------------------------------------------------- -harfbuzz +icu -Copyright © 2007,2008,2009 Red Hat, Inc. -Copyright © 2018,2019,2020 Ebrahim Byagowi -Copyright © 2018 Khaled Hosny +Copyright (C) 2016 and later: Unicode, Inc. and others. +License & terms of use: http://www.unicode.org/copyright.html +*************************************************************************** +* +* Copyright (C) 1995-2006, International Business Machines +* Corporation and others. All Rights Reserved. +* +*************************************************************************** -This is part of HarfBuzz, a text shaping library. -Permission is hereby granted, without written agreement and without -license or royalty fees, to use, copy, modify, and distribute this -software and its documentation for any purpose, provided that the -above copyright notice and the following two paragraphs appear in -all copies of this software. +-------------------------------------------------------------------------------- +icu + +Copyright (C) 2016 and later: Unicode, Inc. and others. +License & terms of use: http://www.unicode.org/copyright.html +*************************************************************************** +* +* Copyright (C) 1995-2007, International Business Machines +* Corporation and others. All Rights Reserved. +* +*************************************************************************** -IN NO EVENT SHALL THE COPYRIGHT HOLDER BE LIABLE TO ANY PARTY FOR -DIRECT, INDIRECT, SPECIAL, INCIDENTAL, OR CONSEQUENTIAL DAMAGES -ARISING OUT OF THE USE OF THIS SOFTWARE AND ITS DOCUMENTATION, EVEN -IF THE COPYRIGHT HOLDER HAS BEEN ADVISED OF THE POSSIBILITY OF SUCH -DAMAGE. -THE COPYRIGHT HOLDER SPECIFICALLY DISCLAIMS ANY WARRANTIES, INCLUDING, -BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND -FITNESS FOR A PARTICULAR PURPOSE. THE SOFTWARE PROVIDED HEREUNDER IS -ON AN "AS IS" BASIS, AND THE COPYRIGHT HOLDER HAS NO OBLIGATION TO -PROVIDE MAINTENANCE, SUPPORT, UPDATES, ENHANCEMENTS, OR MODIFICATIONS. -------------------------------------------------------------------------------- -harfbuzz +icu -Copyright © 2007,2008,2009,2010 Red Hat, Inc. -Copyright © 2010,2012 Google, Inc. +Copyright (C) 2016 and later: Unicode, Inc. and others. +License & terms of use: http://www.unicode.org/copyright.html +*************************************************************************** +* +* Copyright (C) 1995-2009, International Business Machines +* Corporation and others. All Rights Reserved. +* +*************************************************************************** -This is part of HarfBuzz, a text shaping library. -Permission is hereby granted, without written agreement and without -license or royalty fees, to use, copy, modify, and distribute this -software and its documentation for any purpose, provided that the -above copyright notice and the following two paragraphs appear in -all copies of this software. +-------------------------------------------------------------------------------- +icu + +Copyright (C) 2016 and later: Unicode, Inc. and others. +License & terms of use: http://www.unicode.org/copyright.html +*************************************************************************** +* +* Copyright (C) 1995-2013, International Business Machines +* Corporation and others. All Rights Reserved. +* +*************************************************************************** -IN NO EVENT SHALL THE COPYRIGHT HOLDER BE LIABLE TO ANY PARTY FOR -DIRECT, INDIRECT, SPECIAL, INCIDENTAL, OR CONSEQUENTIAL DAMAGES -ARISING OUT OF THE USE OF THIS SOFTWARE AND ITS DOCUMENTATION, EVEN -IF THE COPYRIGHT HOLDER HAS BEEN ADVISED OF THE POSSIBILITY OF SUCH -DAMAGE. -THE COPYRIGHT HOLDER SPECIFICALLY DISCLAIMS ANY WARRANTIES, INCLUDING, -BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND -FITNESS FOR A PARTICULAR PURPOSE. THE SOFTWARE PROVIDED HEREUNDER IS -ON AN "AS IS" BASIS, AND THE COPYRIGHT HOLDER HAS NO OBLIGATION TO -PROVIDE MAINTENANCE, SUPPORT, UPDATES, ENHANCEMENTS, OR MODIFICATIONS. -------------------------------------------------------------------------------- -harfbuzz +icu -Copyright © 2007,2008,2009,2010 Red Hat, Inc. -Copyright © 2010,2012,2013 Google, Inc. +Copyright (C) 2016 and later: Unicode, Inc. and others. +License & terms of use: http://www.unicode.org/copyright.html +*************************************************************************** +* +* Copyright (C) 2001-2003, International Business Machines +* Corporation and others. All Rights Reserved. +* +*************************************************************************** -This is part of HarfBuzz, a text shaping library. -Permission is hereby granted, without written agreement and without -license or royalty fees, to use, copy, modify, and distribute this -software and its documentation for any purpose, provided that the -above copyright notice and the following two paragraphs appear in -all copies of this software. +-------------------------------------------------------------------------------- +icu + +Copyright (C) 2016 and later: Unicode, Inc. and others. +License & terms of use: http://www.unicode.org/copyright.html +*************************************************************************** +* +* Copyright (C) 2001-2005, International Business Machines +* Corporation and others. All Rights Reserved. +* +*************************************************************************** -IN NO EVENT SHALL THE COPYRIGHT HOLDER BE LIABLE TO ANY PARTY FOR -DIRECT, INDIRECT, SPECIAL, INCIDENTAL, OR CONSEQUENTIAL DAMAGES -ARISING OUT OF THE USE OF THIS SOFTWARE AND ITS DOCUMENTATION, EVEN -IF THE COPYRIGHT HOLDER HAS BEEN ADVISED OF THE POSSIBILITY OF SUCH -DAMAGE. -THE COPYRIGHT HOLDER SPECIFICALLY DISCLAIMS ANY WARRANTIES, INCLUDING, -BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND -FITNESS FOR A PARTICULAR PURPOSE. THE SOFTWARE PROVIDED HEREUNDER IS -ON AN "AS IS" BASIS, AND THE COPYRIGHT HOLDER HAS NO OBLIGATION TO -PROVIDE MAINTENANCE, SUPPORT, UPDATES, ENHANCEMENTS, OR MODIFICATIONS. -------------------------------------------------------------------------------- -harfbuzz +icu -Copyright © 2007,2008,2009,2010 Red Hat, Inc. -Copyright © 2012 Google, Inc. +Copyright (C) 2016 and later: Unicode, Inc. and others. +License & terms of use: http://www.unicode.org/copyright.html +*************************************************************************** +* +* Copyright (C) 2009-2012, International Business Machines +* Corporation and others. All Rights Reserved. +* +*************************************************************************** + +-------------------------------------------------------------------------------- +icu -This is part of HarfBuzz, a text shaping library. +Copyright (C) 2016 and later: Unicode, Inc. and others. +License & terms of use: http://www.unicode.org/copyright.html +*************************************************************************** +* +* Copyright (C) 2014, International Business Machines +* Corporation and others. All Rights Reserved. +* +*************************************************************************** -Permission is hereby granted, without written agreement and without -license or royalty fees, to use, copy, modify, and distribute this -software and its documentation for any purpose, provided that the -above copyright notice and the following two paragraphs appear in -all copies of this software. -IN NO EVENT SHALL THE COPYRIGHT HOLDER BE LIABLE TO ANY PARTY FOR -DIRECT, INDIRECT, SPECIAL, INCIDENTAL, OR CONSEQUENTIAL DAMAGES -ARISING OUT OF THE USE OF THIS SOFTWARE AND ITS DOCUMENTATION, EVEN -IF THE COPYRIGHT HOLDER HAS BEEN ADVISED OF THE POSSIBILITY OF SUCH -DAMAGE. +-------------------------------------------------------------------------------- +icu -THE COPYRIGHT HOLDER SPECIFICALLY DISCLAIMS ANY WARRANTIES, INCLUDING, -BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND -FITNESS FOR A PARTICULAR PURPOSE. THE SOFTWARE PROVIDED HEREUNDER IS -ON AN "AS IS" BASIS, AND THE COPYRIGHT HOLDER HAS NO OBLIGATION TO -PROVIDE MAINTENANCE, SUPPORT, UPDATES, ENHANCEMENTS, OR MODIFICATIONS. +Copyright (C) 2016 and later: Unicode, Inc. and others. +License & terms of use: http://www.unicode.org/copyright.html +*************************************************************************** +* +* Copyright (C) 2009 International Business Machines +* Corporation and others. All Rights Reserved. +* +*************************************************************************** -------------------------------------------------------------------------------- -harfbuzz +icu -Copyright © 2007,2008,2009,2010 Red Hat, Inc. -Copyright © 2012,2018 Google, Inc. +Copyright (C) 2016 and later: Unicode, Inc. and others. +License & terms of use: http://www.unicode.org/copyright.html +***************************************************************************** -This is part of HarfBuzz, a text shaping library. + Copyright (C) 2002-2015, International Business Machines Corporation and others. + All Rights Reserved. -Permission is hereby granted, without written agreement and without -license or royalty fees, to use, copy, modify, and distribute this -software and its documentation for any purpose, provided that the -above copyright notice and the following two paragraphs appear in -all copies of this software. +***************************************************************************** + + +-------------------------------------------------------------------------------- +icu + +Copyright (C) 2016 and later: Unicode, Inc. and others. +License & terms of use: http://www.unicode.org/copyright.html +******************************************************************************* +* +* Copyright (C) 1995-2001, International Business Machines +* Corporation and others. All Rights Reserved. +* +******************************************************************************* -IN NO EVENT SHALL THE COPYRIGHT HOLDER BE LIABLE TO ANY PARTY FOR -DIRECT, INDIRECT, SPECIAL, INCIDENTAL, OR CONSEQUENTIAL DAMAGES -ARISING OUT OF THE USE OF THIS SOFTWARE AND ITS DOCUMENTATION, EVEN -IF THE COPYRIGHT HOLDER HAS BEEN ADVISED OF THE POSSIBILITY OF SUCH -DAMAGE. -THE COPYRIGHT HOLDER SPECIFICALLY DISCLAIMS ANY WARRANTIES, INCLUDING, -BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND -FITNESS FOR A PARTICULAR PURPOSE. THE SOFTWARE PROVIDED HEREUNDER IS -ON AN "AS IS" BASIS, AND THE COPYRIGHT HOLDER HAS NO OBLIGATION TO -PROVIDE MAINTENANCE, SUPPORT, UPDATES, ENHANCEMENTS, OR MODIFICATIONS. -------------------------------------------------------------------------------- -harfbuzz +icu -Copyright © 2007,2008,2009,2010 Red Hat, Inc. -Copyright © 2012,2018 Google, Inc. -Copyright © 2019 Facebook, Inc. +Copyright (C) 2016 and later: Unicode, Inc. and others. +License & terms of use: http://www.unicode.org/copyright.html +******************************************************************************* +* +* Copyright (C) 1995-2005, International Business Machines +* Corporation and others. All Rights Reserved. +* +******************************************************************************* -This is part of HarfBuzz, a text shaping library. -Permission is hereby granted, without written agreement and without -license or royalty fees, to use, copy, modify, and distribute this -software and its documentation for any purpose, provided that the -above copyright notice and the following two paragraphs appear in -all copies of this software. +-------------------------------------------------------------------------------- +icu + +Copyright (C) 2016 and later: Unicode, Inc. and others. +License & terms of use: http://www.unicode.org/copyright.html +******************************************************************************* +* +* Copyright (C) 1995-2010, International Business Machines +* Corporation and others. All Rights Reserved. +* +******************************************************************************* -IN NO EVENT SHALL THE COPYRIGHT HOLDER BE LIABLE TO ANY PARTY FOR -DIRECT, INDIRECT, SPECIAL, INCIDENTAL, OR CONSEQUENTIAL DAMAGES -ARISING OUT OF THE USE OF THIS SOFTWARE AND ITS DOCUMENTATION, EVEN -IF THE COPYRIGHT HOLDER HAS BEEN ADVISED OF THE POSSIBILITY OF SUCH -DAMAGE. -THE COPYRIGHT HOLDER SPECIFICALLY DISCLAIMS ANY WARRANTIES, INCLUDING, -BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND -FITNESS FOR A PARTICULAR PURPOSE. THE SOFTWARE PROVIDED HEREUNDER IS -ON AN "AS IS" BASIS, AND THE COPYRIGHT HOLDER HAS NO OBLIGATION TO -PROVIDE MAINTENANCE, SUPPORT, UPDATES, ENHANCEMENTS, OR MODIFICATIONS. -------------------------------------------------------------------------------- -harfbuzz +icu -Copyright © 2009 Red Hat, Inc. +Copyright (C) 2016 and later: Unicode, Inc. and others. +License & terms of use: http://www.unicode.org/copyright.html +******************************************************************************* +* +* Copyright (C) 1997-2000, International Business Machines +* Corporation and others. All Rights Reserved. +* +******************************************************************************* -This is part of HarfBuzz, a text shaping library. -Permission is hereby granted, without written agreement and without -license or royalty fees, to use, copy, modify, and distribute this -software and its documentation for any purpose, provided that the -above copyright notice and the following two paragraphs appear in -all copies of this software. +-------------------------------------------------------------------------------- +icu -IN NO EVENT SHALL THE COPYRIGHT HOLDER BE LIABLE TO ANY PARTY FOR -DIRECT, INDIRECT, SPECIAL, INCIDENTAL, OR CONSEQUENTIAL DAMAGES -ARISING OUT OF THE USE OF THIS SOFTWARE AND ITS DOCUMENTATION, EVEN -IF THE COPYRIGHT HOLDER HAS BEEN ADVISED OF THE POSSIBILITY OF SUCH -DAMAGE. +Copyright (C) 2016 and later: Unicode, Inc. and others. +License & terms of use: http://www.unicode.org/copyright.html +******************************************************************************* +* +* Copyright (C) 1997-2003, International Business Machines +* Corporation and others. All Rights Reserved. +* +******************************************************************************* -THE COPYRIGHT HOLDER SPECIFICALLY DISCLAIMS ANY WARRANTIES, INCLUDING, -BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND -FITNESS FOR A PARTICULAR PURPOSE. THE SOFTWARE PROVIDED HEREUNDER IS -ON AN "AS IS" BASIS, AND THE COPYRIGHT HOLDER HAS NO OBLIGATION TO -PROVIDE MAINTENANCE, SUPPORT, UPDATES, ENHANCEMENTS, OR MODIFICATIONS. + -------------------------------------------------------------------------------- -harfbuzz +icu -Copyright © 2009 Red Hat, Inc. -Copyright © 2009 Keith Stribley -Copyright © 2011 Google, Inc. +Copyright (C) 2016 and later: Unicode, Inc. and others. +License & terms of use: http://www.unicode.org/copyright.html +******************************************************************************* +* +* Copyright (C) 1997-2010, International Business Machines +* Corporation and others. All Rights Reserved. +* +******************************************************************************* -This is part of HarfBuzz, a text shaping library. -Permission is hereby granted, without written agreement and without -license or royalty fees, to use, copy, modify, and distribute this -software and its documentation for any purpose, provided that the -above copyright notice and the following two paragraphs appear in -all copies of this software. +-------------------------------------------------------------------------------- +icu + +Copyright (C) 2016 and later: Unicode, Inc. and others. +License & terms of use: http://www.unicode.org/copyright.html +******************************************************************************* +* +* Copyright (C) 2010, International Business Machines +* Corporation and others. All Rights Reserved. +* +******************************************************************************* -IN NO EVENT SHALL THE COPYRIGHT HOLDER BE LIABLE TO ANY PARTY FOR -DIRECT, INDIRECT, SPECIAL, INCIDENTAL, OR CONSEQUENTIAL DAMAGES -ARISING OUT OF THE USE OF THIS SOFTWARE AND ITS DOCUMENTATION, EVEN -IF THE COPYRIGHT HOLDER HAS BEEN ADVISED OF THE POSSIBILITY OF SUCH -DAMAGE. -THE COPYRIGHT HOLDER SPECIFICALLY DISCLAIMS ANY WARRANTIES, INCLUDING, -BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND -FITNESS FOR A PARTICULAR PURPOSE. THE SOFTWARE PROVIDED HEREUNDER IS -ON AN "AS IS" BASIS, AND THE COPYRIGHT HOLDER HAS NO OBLIGATION TO -PROVIDE MAINTENANCE, SUPPORT, UPDATES, ENHANCEMENTS, OR MODIFICATIONS. -------------------------------------------------------------------------------- -harfbuzz +icu -Copyright © 2009 Red Hat, Inc. -Copyright © 2009 Keith Stribley -Copyright © 2015 Google, Inc. +Copyright (C) 2016 and later: Unicode, Inc. and others. +License & terms of use: http://www.unicode.org/copyright.html +Copyright (C) 1999-2016, International Business Machines +Corporation and others. All Rights Reserved. -This is part of HarfBuzz, a text shaping library. -Permission is hereby granted, without written agreement and without -license or royalty fees, to use, copy, modify, and distribute this -software and its documentation for any purpose, provided that the -above copyright notice and the following two paragraphs appear in -all copies of this software. +-------------------------------------------------------------------------------- +icu + +Copyright (C) 2016 and later: Unicode, Inc. and others. +License & terms of use: http://www.unicode.org/copyright.html +Copyright (C) 2009-2010 IBM Corporation and Others. All Rights Reserved. -IN NO EVENT SHALL THE COPYRIGHT HOLDER BE LIABLE TO ANY PARTY FOR -DIRECT, INDIRECT, SPECIAL, INCIDENTAL, OR CONSEQUENTIAL DAMAGES -ARISING OUT OF THE USE OF THIS SOFTWARE AND ITS DOCUMENTATION, EVEN -IF THE COPYRIGHT HOLDER HAS BEEN ADVISED OF THE POSSIBILITY OF SUCH -DAMAGE. -THE COPYRIGHT HOLDER SPECIFICALLY DISCLAIMS ANY WARRANTIES, INCLUDING, -BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND -FITNESS FOR A PARTICULAR PURPOSE. THE SOFTWARE PROVIDED HEREUNDER IS -ON AN "AS IS" BASIS, AND THE COPYRIGHT HOLDER HAS NO OBLIGATION TO -PROVIDE MAINTENANCE, SUPPORT, UPDATES, ENHANCEMENTS, OR MODIFICATIONS. -------------------------------------------------------------------------------- -harfbuzz +icu -Copyright © 2009 Red Hat, Inc. -Copyright © 2011 Codethink Limited -Copyright © 2010,2011,2012 Google, Inc. +Copyright (C) 2016 and later: Unicode, Inc. and others. +License & terms of use: http://www.unicode.org/copyright.html +Copyright (C) 2010-2014, International Business Machines Corporation and others. +All Rights Reserved. +-------------------------------------------------------------------------------- +icu -This is part of HarfBuzz, a text shaping library. +Copyright (C) 2016 and later: Unicode, Inc. and others. +License & terms of use: http://www.unicode.org/copyright.html +Copyright (c) 2002-2016 International Business Machines Corporation and +others. All Rights Reserved. -Permission is hereby granted, without written agreement and without -license or royalty fees, to use, copy, modify, and distribute this -software and its documentation for any purpose, provided that the -above copyright notice and the following two paragraphs appear in -all copies of this software. + +-------------------------------------------------------------------------------- +icu -IN NO EVENT SHALL THE COPYRIGHT HOLDER BE LIABLE TO ANY PARTY FOR -DIRECT, INDIRECT, SPECIAL, INCIDENTAL, OR CONSEQUENTIAL DAMAGES -ARISING OUT OF THE USE OF THIS SOFTWARE AND ITS DOCUMENTATION, EVEN -IF THE COPYRIGHT HOLDER HAS BEEN ADVISED OF THE POSSIBILITY OF SUCH -DAMAGE. +Copyright (c) 2002-2016, International Business Machines + Corporation and others. All Rights Reserved. +-------------------------------------------------------------------------------- +icu -THE COPYRIGHT HOLDER SPECIFICALLY DISCLAIMS ANY WARRANTIES, INCLUDING, -BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND -FITNESS FOR A PARTICULAR PURPOSE. THE SOFTWARE PROVIDED HEREUNDER IS -ON AN "AS IS" BASIS, AND THE COPYRIGHT HOLDER HAS NO OBLIGATION TO -PROVIDE MAINTENANCE, SUPPORT, UPDATES, ENHANCEMENTS, OR MODIFICATIONS. +Copyright (c) 2007-2012, International Business Machines +Corporation and others. All Rights Reserved. -------------------------------------------------------------------------------- -harfbuzz +icu -Copyright © 2009 Red Hat, Inc. -Copyright © 2011 Codethink Limited -Copyright © 2011,2012 Google, Inc. +This file was generated from RFC 3454 (http://www.ietf.org/rfc/rfc3454.txt) +Copyright (C) The Internet Society (2002). All Rights Reserved. +-------------------------------------------------------------------------------- +icu -This is part of HarfBuzz, a text shaping library. +UNICODE LICENSE V3 -Permission is hereby granted, without written agreement and without -license or royalty fees, to use, copy, modify, and distribute this -software and its documentation for any purpose, provided that the -above copyright notice and the following two paragraphs appear in -all copies of this software. +COPYRIGHT AND PERMISSION NOTICE -IN NO EVENT SHALL THE COPYRIGHT HOLDER BE LIABLE TO ANY PARTY FOR -DIRECT, INDIRECT, SPECIAL, INCIDENTAL, OR CONSEQUENTIAL DAMAGES -ARISING OUT OF THE USE OF THIS SOFTWARE AND ITS DOCUMENTATION, EVEN -IF THE COPYRIGHT HOLDER HAS BEEN ADVISED OF THE POSSIBILITY OF SUCH -DAMAGE. +Copyright © 2016-2023 Unicode, Inc. -THE COPYRIGHT HOLDER SPECIFICALLY DISCLAIMS ANY WARRANTIES, INCLUDING, -BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND -FITNESS FOR A PARTICULAR PURPOSE. THE SOFTWARE PROVIDED HEREUNDER IS -ON AN "AS IS" BASIS, AND THE COPYRIGHT HOLDER HAS NO OBLIGATION TO -PROVIDE MAINTENANCE, SUPPORT, UPDATES, ENHANCEMENTS, OR MODIFICATIONS. --------------------------------------------------------------------------------- -harfbuzz +NOTICE TO USER: Carefully read the following legal agreement. BY +DOWNLOADING, INSTALLING, COPYING OR OTHERWISE USING DATA FILES, AND/OR +SOFTWARE, YOU UNEQUIVOCALLY ACCEPT, AND AGREE TO BE BOUND BY, ALL OF THE +TERMS AND CONDITIONS OF THIS AGREEMENT. IF YOU DO NOT AGREE, DO NOT +DOWNLOAD, INSTALL, COPY, DISTRIBUTE OR USE THE DATA FILES OR SOFTWARE. -Copyright © 2009 Red Hat, Inc. -Copyright © 2011 Google, Inc. +Permission is hereby granted, free of charge, to any person obtaining a +copy of data files and any associated documentation (the "Data Files") or +software and any associated documentation (the "Software") to deal in the +Data Files or Software without restriction, including without limitation +the rights to use, copy, modify, merge, publish, distribute, and/or sell +copies of the Data Files or Software, and to permit persons to whom the +Data Files or Software are furnished to do so, provided that either (a) +this copyright and permission notice appear with all copies of the Data +Files or Software, or (b) this copyright and permission notice appear in +associated Documentation. -This is part of HarfBuzz, a text shaping library. +THE DATA FILES AND SOFTWARE ARE PROVIDED "AS IS", WITHOUT WARRANTY OF ANY +KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF +MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT OF +THIRD PARTY RIGHTS. -Permission is hereby granted, without written agreement and without -license or royalty fees, to use, copy, modify, and distribute this -software and its documentation for any purpose, provided that the -above copyright notice and the following two paragraphs appear in -all copies of this software. +IN NO EVENT SHALL THE COPYRIGHT HOLDER OR HOLDERS INCLUDED IN THIS NOTICE +BE LIABLE FOR ANY CLAIM, OR ANY SPECIAL INDIRECT OR CONSEQUENTIAL DAMAGES, +OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, +WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, +ARISING OUT OF OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THE DATA +FILES OR SOFTWARE. -IN NO EVENT SHALL THE COPYRIGHT HOLDER BE LIABLE TO ANY PARTY FOR -DIRECT, INDIRECT, SPECIAL, INCIDENTAL, OR CONSEQUENTIAL DAMAGES -ARISING OUT OF THE USE OF THIS SOFTWARE AND ITS DOCUMENTATION, EVEN -IF THE COPYRIGHT HOLDER HAS BEEN ADVISED OF THE POSSIBILITY OF SUCH -DAMAGE. +Except as contained in this notice, the name of a copyright holder shall +not be used in advertising or otherwise to promote the sale, use or other +dealings in these Data Files or Software without prior written +authorization of the copyright holder. -THE COPYRIGHT HOLDER SPECIFICALLY DISCLAIMS ANY WARRANTIES, INCLUDING, -BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND -FITNESS FOR A PARTICULAR PURPOSE. THE SOFTWARE PROVIDED HEREUNDER IS -ON AN "AS IS" BASIS, AND THE COPYRIGHT HOLDER HAS NO OBLIGATION TO -PROVIDE MAINTENANCE, SUPPORT, UPDATES, ENHANCEMENTS, OR MODIFICATIONS. --------------------------------------------------------------------------------- -harfbuzz +---------------------------------------------------------------------- -Copyright © 2009 Red Hat, Inc. -Copyright © 2012 Google, Inc. +Third-Party Software Licenses -This is part of HarfBuzz, a text shaping library. +This section contains third-party software notices and/or additional +terms for licensed third-party software components included within ICU +libraries. -Permission is hereby granted, without written agreement and without -license or royalty fees, to use, copy, modify, and distribute this -software and its documentation for any purpose, provided that the -above copyright notice and the following two paragraphs appear in -all copies of this software. +---------------------------------------------------------------------- -IN NO EVENT SHALL THE COPYRIGHT HOLDER BE LIABLE TO ANY PARTY FOR -DIRECT, INDIRECT, SPECIAL, INCIDENTAL, OR CONSEQUENTIAL DAMAGES -ARISING OUT OF THE USE OF THIS SOFTWARE AND ITS DOCUMENTATION, EVEN -IF THE COPYRIGHT HOLDER HAS BEEN ADVISED OF THE POSSIBILITY OF SUCH -DAMAGE. +ICU License - ICU 1.8.1 to ICU 57.1 -THE COPYRIGHT HOLDER SPECIFICALLY DISCLAIMS ANY WARRANTIES, INCLUDING, -BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND -FITNESS FOR A PARTICULAR PURPOSE. THE SOFTWARE PROVIDED HEREUNDER IS -ON AN "AS IS" BASIS, AND THE COPYRIGHT HOLDER HAS NO OBLIGATION TO -PROVIDE MAINTENANCE, SUPPORT, UPDATES, ENHANCEMENTS, OR MODIFICATIONS. --------------------------------------------------------------------------------- -harfbuzz +COPYRIGHT AND PERMISSION NOTICE -Copyright © 2009 Red Hat, Inc. -Copyright © 2015 Google, Inc. +Copyright (c) 1995-2016 International Business Machines Corporation and others +All rights reserved. + +Permission is hereby granted, free of charge, to any person obtaining +a copy of this software and associated documentation files (the +"Software"), to deal in the Software without restriction, including +without limitation the rights to use, copy, modify, merge, publish, +distribute, and/or sell copies of the Software, and to permit persons +to whom the Software is furnished to do so, provided that the above +copyright notice(s) and this permission notice appear in all copies of +the Software and that both the above copyright notice(s) and this +permission notice appear in supporting documentation. + +THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, +EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF +MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT +OF THIRD PARTY RIGHTS. IN NO EVENT SHALL THE COPYRIGHT HOLDER OR +HOLDERS INCLUDED IN THIS NOTICE BE LIABLE FOR ANY CLAIM, OR ANY +SPECIAL INDIRECT OR CONSEQUENTIAL DAMAGES, OR ANY DAMAGES WHATSOEVER +RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN ACTION OF +CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF OR IN +CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. + +Except as contained in this notice, the name of a copyright holder +shall not be used in advertising or otherwise to promote the sale, use +or other dealings in this Software without prior written authorization +of the copyright holder. -This is part of HarfBuzz, a text shaping library. +All trademarks and registered trademarks mentioned herein are the +property of their respective owners. -Permission is hereby granted, without written agreement and without -license or royalty fees, to use, copy, modify, and distribute this -software and its documentation for any purpose, provided that the -above copyright notice and the following two paragraphs appear in -all copies of this software. +---------------------------------------------------------------------- -IN NO EVENT SHALL THE COPYRIGHT HOLDER BE LIABLE TO ANY PARTY FOR -DIRECT, INDIRECT, SPECIAL, INCIDENTAL, OR CONSEQUENTIAL DAMAGES -ARISING OUT OF THE USE OF THIS SOFTWARE AND ITS DOCUMENTATION, EVEN -IF THE COPYRIGHT HOLDER HAS BEEN ADVISED OF THE POSSIBILITY OF SUCH -DAMAGE. +Chinese/Japanese Word Break Dictionary Data (cjdict.txt) -THE COPYRIGHT HOLDER SPECIFICALLY DISCLAIMS ANY WARRANTIES, INCLUDING, -BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND -FITNESS FOR A PARTICULAR PURPOSE. THE SOFTWARE PROVIDED HEREUNDER IS -ON AN "AS IS" BASIS, AND THE COPYRIGHT HOLDER HAS NO OBLIGATION TO -PROVIDE MAINTENANCE, SUPPORT, UPDATES, ENHANCEMENTS, OR MODIFICATIONS. --------------------------------------------------------------------------------- -harfbuzz + # The Google Chrome software developed by Google is licensed under + # the BSD license. Other software included in this distribution is + # provided under other licenses, as set forth below. + # + # The BSD License + # http://opensource.org/licenses/bsd-license.php + # Copyright (C) 2006-2008, Google Inc. + # + # All rights reserved. + # + # Redistribution and use in source and binary forms, with or without + # modification, are permitted provided that the following conditions are met: + # + # Redistributions of source code must retain the above copyright notice, + # this list of conditions and the following disclaimer. + # Redistributions in binary form must reproduce the above + # copyright notice, this list of conditions and the following + # disclaimer in the documentation and/or other materials provided with + # the distribution. + # Neither the name of Google Inc. nor the names of its + # contributors may be used to endorse or promote products derived from + # this software without specific prior written permission. + # + # + # THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND + # CONTRIBUTORS "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, + # INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF + # MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE + # DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT OWNER OR CONTRIBUTORS BE + # LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR + # CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF + # SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR + # BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF + # LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING + # NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS + # SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. + # + # + # The word list in cjdict.txt are generated by combining three word lists + # listed below with further processing for compound word breaking. The + # frequency is generated with an iterative training against Google web + # corpora. + # + # * Libtabe (Chinese) + # - https://sourceforge.net/project/?group_id=1519 + # - Its license terms and conditions are shown below. + # + # * IPADIC (Japanese) + # - http://chasen.aist-nara.ac.jp/chasen/distribution.html + # - Its license terms and conditions are shown below. + # + # ---------COPYING.libtabe ---- BEGIN-------------------- + # + # /* + # * Copyright (c) 1999 TaBE Project. + # * Copyright (c) 1999 Pai-Hsiang Hsiao. + # * All rights reserved. + # * + # * Redistribution and use in source and binary forms, with or without + # * modification, are permitted provided that the following conditions + # * are met: + # * + # * . Redistributions of source code must retain the above copyright + # * notice, this list of conditions and the following disclaimer. + # * . Redistributions in binary form must reproduce the above copyright + # * notice, this list of conditions and the following disclaimer in + # * the documentation and/or other materials provided with the + # * distribution. + # * . Neither the name of the TaBE Project nor the names of its + # * contributors may be used to endorse or promote products derived + # * from this software without specific prior written permission. + # * + # * THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS + # * "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT + # * LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS + # * FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE + # * REGENTS OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, + # * INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES + # * (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR + # * SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) + # * HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, + # * STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) + # * ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED + # * OF THE POSSIBILITY OF SUCH DAMAGE. + # */ + # + # /* + # * Copyright (c) 1999 Computer Systems and Communication Lab, + # * Institute of Information Science, Academia + # * Sinica. All rights reserved. + # * + # * Redistribution and use in source and binary forms, with or without + # * modification, are permitted provided that the following conditions + # * are met: + # * + # * . Redistributions of source code must retain the above copyright + # * notice, this list of conditions and the following disclaimer. + # * . Redistributions in binary form must reproduce the above copyright + # * notice, this list of conditions and the following disclaimer in + # * the documentation and/or other materials provided with the + # * distribution. + # * . Neither the name of the Computer Systems and Communication Lab + # * nor the names of its contributors may be used to endorse or + # * promote products derived from this software without specific + # * prior written permission. + # * + # * THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS + # * "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT + # * LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS + # * FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE + # * REGENTS OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, + # * INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES + # * (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR + # * SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) + # * HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, + # * STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) + # * ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED + # * OF THE POSSIBILITY OF SUCH DAMAGE. + # */ + # + # Copyright 1996 Chih-Hao Tsai @ Beckman Institute, + # University of Illinois + # c-tsai4@uiuc.edu http://casper.beckman.uiuc.edu/~c-tsai4 + # + # ---------------COPYING.libtabe-----END-------------------------------- + # + # + # ---------------COPYING.ipadic-----BEGIN------------------------------- + # + # Copyright 2000, 2001, 2002, 2003 Nara Institute of Science + # and Technology. All Rights Reserved. + # + # Use, reproduction, and distribution of this software is permitted. + # Any copy of this software, whether in its original form or modified, + # must include both the above copyright notice and the following + # paragraphs. + # + # Nara Institute of Science and Technology (NAIST), + # the copyright holders, disclaims all warranties with regard to this + # software, including all implied warranties of merchantability and + # fitness, in no event shall NAIST be liable for + # any special, indirect or consequential damages or any damages + # whatsoever resulting from loss of use, data or profits, whether in an + # action of contract, negligence or other tortuous action, arising out + # of or in connection with the use or performance of this software. + # + # A large portion of the dictionary entries + # originate from ICOT Free Software. The following conditions for ICOT + # Free Software applies to the current dictionary as well. + # + # Each User may also freely distribute the Program, whether in its + # original form or modified, to any third party or parties, PROVIDED + # that the provisions of Section 3 ("NO WARRANTY") will ALWAYS appear + # on, or be attached to, the Program, which is distributed substantially + # in the same form as set out herein and that such intended + # distribution, if actually made, will neither violate or otherwise + # contravene any of the laws and regulations of the countries having + # jurisdiction over the User or the intended distribution itself. + # + # NO WARRANTY + # + # The program was produced on an experimental basis in the course of the + # research and development conducted during the project and is provided + # to users as so produced on an experimental basis. Accordingly, the + # program is provided without any warranty whatsoever, whether express, + # implied, statutory or otherwise. The term "warranty" used herein + # includes, but is not limited to, any warranty of the quality, + # performance, merchantability and fitness for a particular purpose of + # the program and the nonexistence of any infringement or violation of + # any right of any third party. + # + # Each user of the program will agree and understand, and be deemed to + # have agreed and understood, that there is no warranty whatsoever for + # the program and, accordingly, the entire risk arising from or + # otherwise connected with the program is assumed by the user. + # + # Therefore, neither ICOT, the copyright holder, or any other + # organization that participated in or was otherwise related to the + # development of the program and their respective officials, directors, + # officers and other employees shall be held liable for any and all + # damages, including, without limitation, general, special, incidental + # and consequential damages, arising out of or otherwise in connection + # with the use or inability to use the program or any product, material + # or result produced or otherwise obtained by using the program, + # regardless of whether they have been advised of, or otherwise had + # knowledge of, the possibility of such damages at any time during the + # project or thereafter. Each user will be deemed to have agreed to the + # foregoing by his or her commencement of use of the program. The term + # "use" as used herein includes, but is not limited to, the use, + # modification, copying and distribution of the program and the + # production of secondary products from the program. + # + # In the case where the program, whether in its original form or + # modified, was distributed or delivered to or received by a user from + # any person, organization or entity other than ICOT, unless it makes or + # grants independently of ICOT any specific warranty to the user in + # writing, such person, organization or entity, will also be exempted + # from and not be held liable to the user for any such damages as noted + # above as far as the program is concerned. + # + # ---------------COPYING.ipadic-----END---------------------------------- + +---------------------------------------------------------------------- -Copyright © 2009 Red Hat, Inc. -Copyright © 2018 Ebrahim Byagowi +Lao Word Break Dictionary Data (laodict.txt) -This is part of HarfBuzz, a text shaping library. + # Copyright (C) 2016 and later: Unicode, Inc. and others. + # License & terms of use: http://www.unicode.org/copyright.html + # Copyright (c) 2015 International Business Machines Corporation + # and others. All Rights Reserved. + # + # Project: https://github.com/rober42539/lao-dictionary + # Dictionary: https://github.com/rober42539/lao-dictionary/laodict.txt + # License: https://github.com/rober42539/lao-dictionary/LICENSE.txt + # (copied below) + # + # This file is derived from the above dictionary version of Nov 22, 2020 + # ---------------------------------------------------------------------- + # Copyright (C) 2013 Brian Eugene Wilson, Robert Martin Campbell. + # All rights reserved. + # + # Redistribution and use in source and binary forms, with or without + # modification, are permitted provided that the following conditions are met: + # + # Redistributions of source code must retain the above copyright notice, this + # list of conditions and the following disclaimer. Redistributions in binary + # form must reproduce the above copyright notice, this list of conditions and + # the following disclaimer in the documentation and/or other materials + # provided with the distribution. + # + # THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS + # "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT + # LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS + # FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE + # COPYRIGHT HOLDER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, + # INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES + # (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR + # SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) + # HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, + # STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) + # ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED + # OF THE POSSIBILITY OF SUCH DAMAGE. + # -------------------------------------------------------------------------- + +---------------------------------------------------------------------- -Permission is hereby granted, without written agreement and without -license or royalty fees, to use, copy, modify, and distribute this -software and its documentation for any purpose, provided that the -above copyright notice and the following two paragraphs appear in -all copies of this software. +Burmese Word Break Dictionary Data (burmesedict.txt) -IN NO EVENT SHALL THE COPYRIGHT HOLDER BE LIABLE TO ANY PARTY FOR -DIRECT, INDIRECT, SPECIAL, INCIDENTAL, OR CONSEQUENTIAL DAMAGES -ARISING OUT OF THE USE OF THIS SOFTWARE AND ITS DOCUMENTATION, EVEN -IF THE COPYRIGHT HOLDER HAS BEEN ADVISED OF THE POSSIBILITY OF SUCH -DAMAGE. + # Copyright (c) 2014 International Business Machines Corporation + # and others. All Rights Reserved. + # + # This list is part of a project hosted at: + # github.com/kanyawtech/myanmar-karen-word-lists + # + # -------------------------------------------------------------------------- + # Copyright (c) 2013, LeRoy Benjamin Sharon + # All rights reserved. + # + # Redistribution and use in source and binary forms, with or without + # modification, are permitted provided that the following conditions + # are met: Redistributions of source code must retain the above + # copyright notice, this list of conditions and the following + # disclaimer. Redistributions in binary form must reproduce the + # above copyright notice, this list of conditions and the following + # disclaimer in the documentation and/or other materials provided + # with the distribution. + # + # Neither the name Myanmar Karen Word Lists, nor the names of its + # contributors may be used to endorse or promote products derived + # from this software without specific prior written permission. + # + # THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND + # CONTRIBUTORS "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, + # INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF + # MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE + # DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT HOLDER OR CONTRIBUTORS + # BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, + # EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED + # TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, + # DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON + # ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR + # TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF + # THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF + # SUCH DAMAGE. + # -------------------------------------------------------------------------- + +---------------------------------------------------------------------- + +Time Zone Database + + ICU uses the public domain data and code derived from Time Zone +Database for its time zone support. The ownership of the TZ database +is explained in BCP 175: Procedure for Maintaining the Time Zone +Database section 7. + + # 7. Database Ownership + # + # The TZ database itself is not an IETF Contribution or an IETF + # document. Rather it is a pre-existing and regularly updated work + # that is in the public domain, and is intended to remain in the + # public domain. Therefore, BCPs 78 [RFC5378] and 79 [RFC3979] do + # not apply to the TZ Database or contributions that individuals make + # to it. Should any claims be made and substantiated against the TZ + # Database, the organization that is providing the IANA + # Considerations defined in this RFC, under the memorandum of + # understanding with the IETF, currently ICANN, may act in accordance + # with all competent court orders. No ownership claims will be made + # by ICANN or the IETF Trust on the database or the code. Any person + # making a contribution to the database or code waives all rights to + # future claims in that contribution or in the TZ Database. + +---------------------------------------------------------------------- -THE COPYRIGHT HOLDER SPECIFICALLY DISCLAIMS ANY WARRANTIES, INCLUDING, -BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND -FITNESS FOR A PARTICULAR PURPOSE. THE SOFTWARE PROVIDED HEREUNDER IS -ON AN "AS IS" BASIS, AND THE COPYRIGHT HOLDER HAS NO OBLIGATION TO -PROVIDE MAINTENANCE, SUPPORT, UPDATES, ENHANCEMENTS, OR MODIFICATIONS. --------------------------------------------------------------------------------- -harfbuzz +Google double-conversion -Copyright © 2009 Red Hat, Inc. -Copyright © 2018 Google, Inc. +Copyright 2006-2011, the V8 project authors. All rights reserved. +Redistribution and use in source and binary forms, with or without +modification, are permitted provided that the following conditions are +met: -This is part of HarfBuzz, a text shaping library. + * Redistributions of source code must retain the above copyright + notice, this list of conditions and the following disclaimer. + * Redistributions in binary form must reproduce the above + copyright notice, this list of conditions and the following + disclaimer in the documentation and/or other materials provided + with the distribution. + * Neither the name of Google Inc. nor the names of its + contributors may be used to endorse or promote products derived + from this software without specific prior written permission. -Permission is hereby granted, without written agreement and without -license or royalty fees, to use, copy, modify, and distribute this -software and its documentation for any purpose, provided that the -above copyright notice and the following two paragraphs appear in -all copies of this software. +THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS +"AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT +LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR +A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT +OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, +SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT +LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, +DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY +THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT +(INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE +OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. -IN NO EVENT SHALL THE COPYRIGHT HOLDER BE LIABLE TO ANY PARTY FOR -DIRECT, INDIRECT, SPECIAL, INCIDENTAL, OR CONSEQUENTIAL DAMAGES -ARISING OUT OF THE USE OF THIS SOFTWARE AND ITS DOCUMENTATION, EVEN -IF THE COPYRIGHT HOLDER HAS BEEN ADVISED OF THE POSSIBILITY OF SUCH -DAMAGE. +---------------------------------------------------------------------- -THE COPYRIGHT HOLDER SPECIFICALLY DISCLAIMS ANY WARRANTIES, INCLUDING, -BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND -FITNESS FOR A PARTICULAR PURPOSE. THE SOFTWARE PROVIDED HEREUNDER IS -ON AN "AS IS" BASIS, AND THE COPYRIGHT HOLDER HAS NO OBLIGATION TO -PROVIDE MAINTENANCE, SUPPORT, UPDATES, ENHANCEMENTS, OR MODIFICATIONS. --------------------------------------------------------------------------------- -harfbuzz -Copyright © 2009,2010 Red Hat, Inc. -Copyright © 2010,2011,2012 Google, Inc. +File: install-sh (only for ICU4C) -This is part of HarfBuzz, a text shaping library. -Permission is hereby granted, without written agreement and without -license or royalty fees, to use, copy, modify, and distribute this -software and its documentation for any purpose, provided that the -above copyright notice and the following two paragraphs appear in -all copies of this software. +Copyright 1991 by the Massachusetts Institute of Technology -IN NO EVENT SHALL THE COPYRIGHT HOLDER BE LIABLE TO ANY PARTY FOR -DIRECT, INDIRECT, SPECIAL, INCIDENTAL, OR CONSEQUENTIAL DAMAGES -ARISING OUT OF THE USE OF THIS SOFTWARE AND ITS DOCUMENTATION, EVEN -IF THE COPYRIGHT HOLDER HAS BEEN ADVISED OF THE POSSIBILITY OF SUCH -DAMAGE. +Permission to use, copy, modify, distribute, and sell this software and its +documentation for any purpose is hereby granted without fee, provided that +the above copyright notice appear in all copies and that both that +copyright notice and this permission notice appear in supporting +documentation, and that the name of M.I.T. not be used in advertising or +publicity pertaining to distribution of the software without specific, +written prior permission. M.I.T. makes no representations about the +suitability of this software for any purpose. It is provided "as is" +without express or implied warranty. -THE COPYRIGHT HOLDER SPECIFICALLY DISCLAIMS ANY WARRANTIES, INCLUDING, -BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND -FITNESS FOR A PARTICULAR PURPOSE. THE SOFTWARE PROVIDED HEREUNDER IS -ON AN "AS IS" BASIS, AND THE COPYRIGHT HOLDER HAS NO OBLIGATION TO -PROVIDE MAINTENANCE, SUPPORT, UPDATES, ENHANCEMENTS, OR MODIFICATIONS. -------------------------------------------------------------------------------- -harfbuzz +icu -Copyright © 2009,2010 Red Hat, Inc. -Copyright © 2010,2011,2012,2013 Google, Inc. +© 2016 and later: Unicode, Inc. and others. +License & terms of use: http://www.unicode.org/copyright.html -This is part of HarfBuzz, a text shaping library. -Permission is hereby granted, without written agreement and without -license or royalty fees, to use, copy, modify, and distribute this -software and its documentation for any purpose, provided that the -above copyright notice and the following two paragraphs appear in -all copies of this software. -IN NO EVENT SHALL THE COPYRIGHT HOLDER BE LIABLE TO ANY PARTY FOR -DIRECT, INDIRECT, SPECIAL, INCIDENTAL, OR CONSEQUENTIAL DAMAGES -ARISING OUT OF THE USE OF THIS SOFTWARE AND ITS DOCUMENTATION, EVEN -IF THE COPYRIGHT HOLDER HAS BEEN ADVISED OF THE POSSIBILITY OF SUCH -DAMAGE. + Copyright (C) 1999-2014, International Business Machines + Corporation and others. All Rights Reserved. -THE COPYRIGHT HOLDER SPECIFICALLY DISCLAIMS ANY WARRANTIES, INCLUDING, -BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND -FITNESS FOR A PARTICULAR PURPOSE. THE SOFTWARE PROVIDED HEREUNDER IS -ON AN "AS IS" BASIS, AND THE COPYRIGHT HOLDER HAS NO OBLIGATION TO -PROVIDE MAINTENANCE, SUPPORT, UPDATES, ENHANCEMENTS, OR MODIFICATIONS. + + -------------------------------------------------------------------------------- -harfbuzz +icu -Copyright © 2009,2010 Red Hat, Inc. -Copyright © 2010,2011,2013 Google, Inc. +© 2016 and later: Unicode, Inc. and others. +License & terms of use: http://www.unicode.org/copyright.html -This is part of HarfBuzz, a text shaping library. -Permission is hereby granted, without written agreement and without -license or royalty fees, to use, copy, modify, and distribute this -software and its documentation for any purpose, provided that the -above copyright notice and the following two paragraphs appear in -all copies of this software. -IN NO EVENT SHALL THE COPYRIGHT HOLDER BE LIABLE TO ANY PARTY FOR -DIRECT, INDIRECT, SPECIAL, INCIDENTAL, OR CONSEQUENTIAL DAMAGES -ARISING OUT OF THE USE OF THIS SOFTWARE AND ITS DOCUMENTATION, EVEN -IF THE COPYRIGHT HOLDER HAS BEEN ADVISED OF THE POSSIBILITY OF SUCH -DAMAGE. + Copyright (C) 1999-2015, International Business Machines + Corporation and others. All Rights Reserved. -THE COPYRIGHT HOLDER SPECIFICALLY DISCLAIMS ANY WARRANTIES, INCLUDING, -BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND -FITNESS FOR A PARTICULAR PURPOSE. THE SOFTWARE PROVIDED HEREUNDER IS -ON AN "AS IS" BASIS, AND THE COPYRIGHT HOLDER HAS NO OBLIGATION TO -PROVIDE MAINTENANCE, SUPPORT, UPDATES, ENHANCEMENTS, OR MODIFICATIONS. + + -------------------------------------------------------------------------------- -harfbuzz +icu -Copyright © 2009,2010 Red Hat, Inc. -Copyright © 2011,2012 Google, Inc. +© 2016 and later: Unicode, Inc. and others. +License & terms of use: http://www.unicode.org/copyright.html -This is part of HarfBuzz, a text shaping library. -Permission is hereby granted, without written agreement and without -license or royalty fees, to use, copy, modify, and distribute this -software and its documentation for any purpose, provided that the -above copyright notice and the following two paragraphs appear in -all copies of this software. -IN NO EVENT SHALL THE COPYRIGHT HOLDER BE LIABLE TO ANY PARTY FOR -DIRECT, INDIRECT, SPECIAL, INCIDENTAL, OR CONSEQUENTIAL DAMAGES -ARISING OUT OF THE USE OF THIS SOFTWARE AND ITS DOCUMENTATION, EVEN -IF THE COPYRIGHT HOLDER HAS BEEN ADVISED OF THE POSSIBILITY OF SUCH -DAMAGE. + Copyright (C) 2001, International Business Machines + Corporation and others. All Rights Reserved. -THE COPYRIGHT HOLDER SPECIFICALLY DISCLAIMS ANY WARRANTIES, INCLUDING, -BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND -FITNESS FOR A PARTICULAR PURPOSE. THE SOFTWARE PROVIDED HEREUNDER IS -ON AN "AS IS" BASIS, AND THE COPYRIGHT HOLDER HAS NO OBLIGATION TO -PROVIDE MAINTENANCE, SUPPORT, UPDATES, ENHANCEMENTS, OR MODIFICATIONS. + + -------------------------------------------------------------------------------- -harfbuzz +icu -Copyright © 2010 Google, Inc. +© 2016 and later: Unicode, Inc. and others. +License & terms of use: http://www.unicode.org/copyright.html -This is part of HarfBuzz, a text shaping library. -Permission is hereby granted, without written agreement and without -license or royalty fees, to use, copy, modify, and distribute this -software and its documentation for any purpose, provided that the -above copyright notice and the following two paragraphs appear in -all copies of this software. -IN NO EVENT SHALL THE COPYRIGHT HOLDER BE LIABLE TO ANY PARTY FOR -DIRECT, INDIRECT, SPECIAL, INCIDENTAL, OR CONSEQUENTIAL DAMAGES -ARISING OUT OF THE USE OF THIS SOFTWARE AND ITS DOCUMENTATION, EVEN -IF THE COPYRIGHT HOLDER HAS BEEN ADVISED OF THE POSSIBILITY OF SUCH -DAMAGE. +Copyright (C) 2002-2006 IBM, Inc. All Rights Reserved. + -THE COPYRIGHT HOLDER SPECIFICALLY DISCLAIMS ANY WARRANTIES, INCLUDING, -BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND -FITNESS FOR A PARTICULAR PURPOSE. THE SOFTWARE PROVIDED HEREUNDER IS -ON AN "AS IS" BASIS, AND THE COPYRIGHT HOLDER HAS NO OBLIGATION TO -PROVIDE MAINTENANCE, SUPPORT, UPDATES, ENHANCEMENTS, OR MODIFICATIONS. -------------------------------------------------------------------------------- -harfbuzz +icu -Copyright © 2010 Red Hat, Inc. -Copyright © 2012 Google, Inc. +© 2016 and later: Unicode, Inc. and others. +License & terms of use: http://www.unicode.org/copyright.html -This is part of HarfBuzz, a text shaping library. -Permission is hereby granted, without written agreement and without -license or royalty fees, to use, copy, modify, and distribute this -software and its documentation for any purpose, provided that the -above copyright notice and the following two paragraphs appear in -all copies of this software. + Copyright (C) 1996-2013, International Business Machines + Corporation and others. All Rights Reserved. + -IN NO EVENT SHALL THE COPYRIGHT HOLDER BE LIABLE TO ANY PARTY FOR -DIRECT, INDIRECT, SPECIAL, INCIDENTAL, OR CONSEQUENTIAL DAMAGES -ARISING OUT OF THE USE OF THIS SOFTWARE AND ITS DOCUMENTATION, EVEN -IF THE COPYRIGHT HOLDER HAS BEEN ADVISED OF THE POSSIBILITY OF SUCH -DAMAGE. -THE COPYRIGHT HOLDER SPECIFICALLY DISCLAIMS ANY WARRANTIES, INCLUDING, -BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND -FITNESS FOR A PARTICULAR PURPOSE. THE SOFTWARE PROVIDED HEREUNDER IS -ON AN "AS IS" BASIS, AND THE COPYRIGHT HOLDER HAS NO OBLIGATION TO -PROVIDE MAINTENANCE, SUPPORT, UPDATES, ENHANCEMENTS, OR MODIFICATIONS. -------------------------------------------------------------------------------- -harfbuzz +icu -Copyright © 2010,2011 Google, Inc. +© 2016 and later: Unicode, Inc. and others. +License & terms of use: http://www.unicode.org/copyright.html + + + Copyright (C) 1996-2013, International Business Machines + Corporation and others. All Rights Reserved. -This is part of HarfBuzz, a text shaping library. -Permission is hereby granted, without written agreement and without -license or royalty fees, to use, copy, modify, and distribute this -software and its documentation for any purpose, provided that the -above copyright notice and the following two paragraphs appear in -all copies of this software. -IN NO EVENT SHALL THE COPYRIGHT HOLDER BE LIABLE TO ANY PARTY FOR -DIRECT, INDIRECT, SPECIAL, INCIDENTAL, OR CONSEQUENTIAL DAMAGES -ARISING OUT OF THE USE OF THIS SOFTWARE AND ITS DOCUMENTATION, EVEN -IF THE COPYRIGHT HOLDER HAS BEEN ADVISED OF THE POSSIBILITY OF SUCH -DAMAGE. -THE COPYRIGHT HOLDER SPECIFICALLY DISCLAIMS ANY WARRANTIES, INCLUDING, -BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND -FITNESS FOR A PARTICULAR PURPOSE. THE SOFTWARE PROVIDED HEREUNDER IS -ON AN "AS IS" BASIS, AND THE COPYRIGHT HOLDER HAS NO OBLIGATION TO -PROVIDE MAINTENANCE, SUPPORT, UPDATES, ENHANCEMENTS, OR MODIFICATIONS. -------------------------------------------------------------------------------- -harfbuzz +icu -Copyright © 2010,2011,2012 Google, Inc. +© 2016 and later: Unicode, Inc. and others. +License & terms of use: http://www.unicode.org/copyright.html + + + Copyright (C) 1996-2013, International Business Machines Corporation + and others. All Rights Reserved. -This is part of HarfBuzz, a text shaping library. -Permission is hereby granted, without written agreement and without -license or royalty fees, to use, copy, modify, and distribute this -software and its documentation for any purpose, provided that the -above copyright notice and the following two paragraphs appear in -all copies of this software. -IN NO EVENT SHALL THE COPYRIGHT HOLDER BE LIABLE TO ANY PARTY FOR -DIRECT, INDIRECT, SPECIAL, INCIDENTAL, OR CONSEQUENTIAL DAMAGES -ARISING OUT OF THE USE OF THIS SOFTWARE AND ITS DOCUMENTATION, EVEN -IF THE COPYRIGHT HOLDER HAS BEEN ADVISED OF THE POSSIBILITY OF SUCH -DAMAGE. -THE COPYRIGHT HOLDER SPECIFICALLY DISCLAIMS ANY WARRANTIES, INCLUDING, -BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND -FITNESS FOR A PARTICULAR PURPOSE. THE SOFTWARE PROVIDED HEREUNDER IS -ON AN "AS IS" BASIS, AND THE COPYRIGHT HOLDER HAS NO OBLIGATION TO -PROVIDE MAINTENANCE, SUPPORT, UPDATES, ENHANCEMENTS, OR MODIFICATIONS. -------------------------------------------------------------------------------- -harfbuzz +icu -Copyright © 2010,2011,2013 Google, Inc. +© 2016 and later: Unicode, Inc. and others. +License & terms of use: http://www.unicode.org/copyright.html -This is part of HarfBuzz, a text shaping library. -Permission is hereby granted, without written agreement and without -license or royalty fees, to use, copy, modify, and distribute this -software and its documentation for any purpose, provided that the -above copyright notice and the following two paragraphs appear in -all copies of this software. + Copyright (C) 1996-2014, International Business Machines + Corporation and others. All Rights Reserved. + -IN NO EVENT SHALL THE COPYRIGHT HOLDER BE LIABLE TO ANY PARTY FOR -DIRECT, INDIRECT, SPECIAL, INCIDENTAL, OR CONSEQUENTIAL DAMAGES -ARISING OUT OF THE USE OF THIS SOFTWARE AND ITS DOCUMENTATION, EVEN -IF THE COPYRIGHT HOLDER HAS BEEN ADVISED OF THE POSSIBILITY OF SUCH -DAMAGE. -THE COPYRIGHT HOLDER SPECIFICALLY DISCLAIMS ANY WARRANTIES, INCLUDING, -BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND -FITNESS FOR A PARTICULAR PURPOSE. THE SOFTWARE PROVIDED HEREUNDER IS -ON AN "AS IS" BASIS, AND THE COPYRIGHT HOLDER HAS NO OBLIGATION TO -PROVIDE MAINTENANCE, SUPPORT, UPDATES, ENHANCEMENTS, OR MODIFICATIONS. -------------------------------------------------------------------------------- -harfbuzz +icu -Copyright © 2010,2012 Google, Inc. +© 2016 and later: Unicode, Inc. and others. +License & terms of use: http://www.unicode.org/copyright.html + + + Copyright (C) 1996-2015, International Business Machines + Corporation and others. All Rights Reserved. -This is part of HarfBuzz, a text shaping library. -Permission is hereby granted, without written agreement and without -license or royalty fees, to use, copy, modify, and distribute this -software and its documentation for any purpose, provided that the -above copyright notice and the following two paragraphs appear in -all copies of this software. -IN NO EVENT SHALL THE COPYRIGHT HOLDER BE LIABLE TO ANY PARTY FOR -DIRECT, INDIRECT, SPECIAL, INCIDENTAL, OR CONSEQUENTIAL DAMAGES -ARISING OUT OF THE USE OF THIS SOFTWARE AND ITS DOCUMENTATION, EVEN -IF THE COPYRIGHT HOLDER HAS BEEN ADVISED OF THE POSSIBILITY OF SUCH -DAMAGE. -THE COPYRIGHT HOLDER SPECIFICALLY DISCLAIMS ANY WARRANTIES, INCLUDING, -BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND -FITNESS FOR A PARTICULAR PURPOSE. THE SOFTWARE PROVIDED HEREUNDER IS -ON AN "AS IS" BASIS, AND THE COPYRIGHT HOLDER HAS NO OBLIGATION TO -PROVIDE MAINTENANCE, SUPPORT, UPDATES, ENHANCEMENTS, OR MODIFICATIONS. -------------------------------------------------------------------------------- -harfbuzz +icu -Copyright © 2011 Google, Inc. +© 2016 and later: Unicode, Inc. and others. +License & terms of use: http://www.unicode.org/copyright.html + + + Copyright (C) 1997-2005, International Business Machines + Corporation and others. All Rights Reserved. -This is part of HarfBuzz, a text shaping library. -Permission is hereby granted, without written agreement and without -license or royalty fees, to use, copy, modify, and distribute this -software and its documentation for any purpose, provided that the -above copyright notice and the following two paragraphs appear in -all copies of this software. -IN NO EVENT SHALL THE COPYRIGHT HOLDER BE LIABLE TO ANY PARTY FOR -DIRECT, INDIRECT, SPECIAL, INCIDENTAL, OR CONSEQUENTIAL DAMAGES -ARISING OUT OF THE USE OF THIS SOFTWARE AND ITS DOCUMENTATION, EVEN -IF THE COPYRIGHT HOLDER HAS BEEN ADVISED OF THE POSSIBILITY OF SUCH -DAMAGE. -THE COPYRIGHT HOLDER SPECIFICALLY DISCLAIMS ANY WARRANTIES, INCLUDING, -BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND -FITNESS FOR A PARTICULAR PURPOSE. THE SOFTWARE PROVIDED HEREUNDER IS -ON AN "AS IS" BASIS, AND THE COPYRIGHT HOLDER HAS NO OBLIGATION TO -PROVIDE MAINTENANCE, SUPPORT, UPDATES, ENHANCEMENTS, OR MODIFICATIONS. -------------------------------------------------------------------------------- -harfbuzz +icu -Copyright © 2011 Martin Hosken -Copyright © 2011 SIL International +© 2016 and later: Unicode, Inc. and others. +License & terms of use: http://www.unicode.org/copyright.html -This is part of HarfBuzz, a text shaping library. -Permission is hereby granted, without written agreement and without -license or royalty fees, to use, copy, modify, and distribute this -software and its documentation for any purpose, provided that the -above copyright notice and the following two paragraphs appear in -all copies of this software. + Copyright (C) 1997-2006, International Business Machines + Corporation and others. All Rights Reserved. + -IN NO EVENT SHALL THE COPYRIGHT HOLDER BE LIABLE TO ANY PARTY FOR -DIRECT, INDIRECT, SPECIAL, INCIDENTAL, OR CONSEQUENTIAL DAMAGES -ARISING OUT OF THE USE OF THIS SOFTWARE AND ITS DOCUMENTATION, EVEN -IF THE COPYRIGHT HOLDER HAS BEEN ADVISED OF THE POSSIBILITY OF SUCH -DAMAGE. -THE COPYRIGHT HOLDER SPECIFICALLY DISCLAIMS ANY WARRANTIES, INCLUDING, -BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND -FITNESS FOR A PARTICULAR PURPOSE. THE SOFTWARE PROVIDED HEREUNDER IS -ON AN "AS IS" BASIS, AND THE COPYRIGHT HOLDER HAS NO OBLIGATION TO -PROVIDE MAINTENANCE, SUPPORT, UPDATES, ENHANCEMENTS, OR MODIFICATIONS. -------------------------------------------------------------------------------- -harfbuzz +icu -Copyright © 2011 Martin Hosken -Copyright © 2011 SIL International -Copyright © 2011,2012 Google, Inc. +© 2016 and later: Unicode, Inc. and others. +License & terms of use: http://www.unicode.org/copyright.html -This is part of HarfBuzz, a text shaping library. -Permission is hereby granted, without written agreement and without -license or royalty fees, to use, copy, modify, and distribute this -software and its documentation for any purpose, provided that the -above copyright notice and the following two paragraphs appear in -all copies of this software. + Copyright (C) 1997-2006, International Business Machines + Corporation and others. All Rights Reserved. -IN NO EVENT SHALL THE COPYRIGHT HOLDER BE LIABLE TO ANY PARTY FOR -DIRECT, INDIRECT, SPECIAL, INCIDENTAL, OR CONSEQUENTIAL DAMAGES -ARISING OUT OF THE USE OF THIS SOFTWARE AND ITS DOCUMENTATION, EVEN -IF THE COPYRIGHT HOLDER HAS BEEN ADVISED OF THE POSSIBILITY OF SUCH -DAMAGE. -THE COPYRIGHT HOLDER SPECIFICALLY DISCLAIMS ANY WARRANTIES, INCLUDING, -BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND -FITNESS FOR A PARTICULAR PURPOSE. THE SOFTWARE PROVIDED HEREUNDER IS -ON AN "AS IS" BASIS, AND THE COPYRIGHT HOLDER HAS NO OBLIGATION TO -PROVIDE MAINTENANCE, SUPPORT, UPDATES, ENHANCEMENTS, OR MODIFICATIONS. + -------------------------------------------------------------------------------- -harfbuzz +icu -Copyright © 2011,2012 Google, Inc. +© 2016 and later: Unicode, Inc. and others. +License & terms of use: http://www.unicode.org/copyright.html -This is part of HarfBuzz, a text shaping library. -Permission is hereby granted, without written agreement and without -license or royalty fees, to use, copy, modify, and distribute this -software and its documentation for any purpose, provided that the -above copyright notice and the following two paragraphs appear in -all copies of this software. + Copyright (C) 1997-2011, International Business Machines + Corporation and others. All Rights Reserved. + -IN NO EVENT SHALL THE COPYRIGHT HOLDER BE LIABLE TO ANY PARTY FOR -DIRECT, INDIRECT, SPECIAL, INCIDENTAL, OR CONSEQUENTIAL DAMAGES -ARISING OUT OF THE USE OF THIS SOFTWARE AND ITS DOCUMENTATION, EVEN -IF THE COPYRIGHT HOLDER HAS BEEN ADVISED OF THE POSSIBILITY OF SUCH -DAMAGE. -THE COPYRIGHT HOLDER SPECIFICALLY DISCLAIMS ANY WARRANTIES, INCLUDING, -BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND -FITNESS FOR A PARTICULAR PURPOSE. THE SOFTWARE PROVIDED HEREUNDER IS -ON AN "AS IS" BASIS, AND THE COPYRIGHT HOLDER HAS NO OBLIGATION TO -PROVIDE MAINTENANCE, SUPPORT, UPDATES, ENHANCEMENTS, OR MODIFICATIONS. -------------------------------------------------------------------------------- -harfbuzz +icu -Copyright © 2011,2012 Google, Inc. -Copyright © 2018 Ebrahim Byagowi +© 2016 and later: Unicode, Inc. and others. +License & terms of use: http://www.unicode.org/copyright.html + + + Copyright (C) 1997-2011, International Business Machines + Corporation and others. All Rights Reserved. -This is part of HarfBuzz, a text shaping library. -Permission is hereby granted, without written agreement and without -license or royalty fees, to use, copy, modify, and distribute this -software and its documentation for any purpose, provided that the -above copyright notice and the following two paragraphs appear in -all copies of this software. -IN NO EVENT SHALL THE COPYRIGHT HOLDER BE LIABLE TO ANY PARTY FOR -DIRECT, INDIRECT, SPECIAL, INCIDENTAL, OR CONSEQUENTIAL DAMAGES -ARISING OUT OF THE USE OF THIS SOFTWARE AND ITS DOCUMENTATION, EVEN -IF THE COPYRIGHT HOLDER HAS BEEN ADVISED OF THE POSSIBILITY OF SUCH -DAMAGE. -THE COPYRIGHT HOLDER SPECIFICALLY DISCLAIMS ANY WARRANTIES, INCLUDING, -BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND -FITNESS FOR A PARTICULAR PURPOSE. THE SOFTWARE PROVIDED HEREUNDER IS -ON AN "AS IS" BASIS, AND THE COPYRIGHT HOLDER HAS NO OBLIGATION TO -PROVIDE MAINTENANCE, SUPPORT, UPDATES, ENHANCEMENTS, OR MODIFICATIONS. -------------------------------------------------------------------------------- -harfbuzz +icu -Copyright © 2011,2012,2013 Google, Inc. +© 2016 and later: Unicode, Inc. and others. +License & terms of use: http://www.unicode.org/copyright.html -This is part of HarfBuzz, a text shaping library. -Permission is hereby granted, without written agreement and without -license or royalty fees, to use, copy, modify, and distribute this -software and its documentation for any purpose, provided that the -above copyright notice and the following two paragraphs appear in -all copies of this software. + Copyright (C) 1997-2011, International Business Machines + Corporation and others. All Rights Reserved. -IN NO EVENT SHALL THE COPYRIGHT HOLDER BE LIABLE TO ANY PARTY FOR -DIRECT, INDIRECT, SPECIAL, INCIDENTAL, OR CONSEQUENTIAL DAMAGES -ARISING OUT OF THE USE OF THIS SOFTWARE AND ITS DOCUMENTATION, EVEN -IF THE COPYRIGHT HOLDER HAS BEEN ADVISED OF THE POSSIBILITY OF SUCH -DAMAGE. -THE COPYRIGHT HOLDER SPECIFICALLY DISCLAIMS ANY WARRANTIES, INCLUDING, -BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND -FITNESS FOR A PARTICULAR PURPOSE. THE SOFTWARE PROVIDED HEREUNDER IS -ON AN "AS IS" BASIS, AND THE COPYRIGHT HOLDER HAS NO OBLIGATION TO -PROVIDE MAINTENANCE, SUPPORT, UPDATES, ENHANCEMENTS, OR MODIFICATIONS. + -------------------------------------------------------------------------------- -harfbuzz +icu -Copyright © 2011,2012,2013 Google, Inc. -Copyright © 2021 Khaled Hosny +© 2016 and later: Unicode, Inc. and others. +License & terms of use: http://www.unicode.org/copyright.html + + + Copyright (C) 1997-2012, International Business Machines + Corporation and others. All Rights Reserved. -This is part of HarfBuzz, a text shaping library. -Permission is hereby granted, without written agreement and without -license or royalty fees, to use, copy, modify, and distribute this -software and its documentation for any purpose, provided that the -above copyright notice and the following two paragraphs appear in -all copies of this software. -IN NO EVENT SHALL THE COPYRIGHT HOLDER BE LIABLE TO ANY PARTY FOR -DIRECT, INDIRECT, SPECIAL, INCIDENTAL, OR CONSEQUENTIAL DAMAGES -ARISING OUT OF THE USE OF THIS SOFTWARE AND ITS DOCUMENTATION, EVEN -IF THE COPYRIGHT HOLDER HAS BEEN ADVISED OF THE POSSIBILITY OF SUCH -DAMAGE. -THE COPYRIGHT HOLDER SPECIFICALLY DISCLAIMS ANY WARRANTIES, INCLUDING, -BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND -FITNESS FOR A PARTICULAR PURPOSE. THE SOFTWARE PROVIDED HEREUNDER IS -ON AN "AS IS" BASIS, AND THE COPYRIGHT HOLDER HAS NO OBLIGATION TO -PROVIDE MAINTENANCE, SUPPORT, UPDATES, ENHANCEMENTS, OR MODIFICATIONS. -------------------------------------------------------------------------------- -harfbuzz +icu -Copyright © 2011,2012,2014 Google, Inc. +© 2016 and later: Unicode, Inc. and others. +License & terms of use: http://www.unicode.org/copyright.html -This is part of HarfBuzz, a text shaping library. -Permission is hereby granted, without written agreement and without -license or royalty fees, to use, copy, modify, and distribute this -software and its documentation for any purpose, provided that the -above copyright notice and the following two paragraphs appear in -all copies of this software. + Copyright (C) 1997-2012, International Business Machines + Corporation and others. All Rights Reserved. -IN NO EVENT SHALL THE COPYRIGHT HOLDER BE LIABLE TO ANY PARTY FOR -DIRECT, INDIRECT, SPECIAL, INCIDENTAL, OR CONSEQUENTIAL DAMAGES -ARISING OUT OF THE USE OF THIS SOFTWARE AND ITS DOCUMENTATION, EVEN -IF THE COPYRIGHT HOLDER HAS BEEN ADVISED OF THE POSSIBILITY OF SUCH -DAMAGE. -THE COPYRIGHT HOLDER SPECIFICALLY DISCLAIMS ANY WARRANTIES, INCLUDING, -BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND -FITNESS FOR A PARTICULAR PURPOSE. THE SOFTWARE PROVIDED HEREUNDER IS -ON AN "AS IS" BASIS, AND THE COPYRIGHT HOLDER HAS NO OBLIGATION TO -PROVIDE MAINTENANCE, SUPPORT, UPDATES, ENHANCEMENTS, OR MODIFICATIONS. + + -------------------------------------------------------------------------------- -harfbuzz +icu -Copyright © 2011,2014 Google, Inc. +© 2016 and later: Unicode, Inc. and others. +License & terms of use: http://www.unicode.org/copyright.html -This is part of HarfBuzz, a text shaping library. -Permission is hereby granted, without written agreement and without -license or royalty fees, to use, copy, modify, and distribute this -software and its documentation for any purpose, provided that the -above copyright notice and the following two paragraphs appear in -all copies of this software. + Copyright (C) 1997-2012, International Business Machines + Corporation and others. All Rights Reserved. -IN NO EVENT SHALL THE COPYRIGHT HOLDER BE LIABLE TO ANY PARTY FOR -DIRECT, INDIRECT, SPECIAL, INCIDENTAL, OR CONSEQUENTIAL DAMAGES -ARISING OUT OF THE USE OF THIS SOFTWARE AND ITS DOCUMENTATION, EVEN -IF THE COPYRIGHT HOLDER HAS BEEN ADVISED OF THE POSSIBILITY OF SUCH -DAMAGE. -THE COPYRIGHT HOLDER SPECIFICALLY DISCLAIMS ANY WARRANTIES, INCLUDING, -BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND -FITNESS FOR A PARTICULAR PURPOSE. THE SOFTWARE PROVIDED HEREUNDER IS -ON AN "AS IS" BASIS, AND THE COPYRIGHT HOLDER HAS NO OBLIGATION TO -PROVIDE MAINTENANCE, SUPPORT, UPDATES, ENHANCEMENTS, OR MODIFICATIONS. + -------------------------------------------------------------------------------- -harfbuzz +icu -Copyright © 2012 Google, Inc. +© 2016 and later: Unicode, Inc. and others. +License & terms of use: http://www.unicode.org/copyright.html -This is part of HarfBuzz, a text shaping library. -Permission is hereby granted, without written agreement and without -license or royalty fees, to use, copy, modify, and distribute this -software and its documentation for any purpose, provided that the -above copyright notice and the following two paragraphs appear in -all copies of this software. + Copyright (C) 1997-2013, International Business Machines + Corporation and others. All Rights Reserved. -IN NO EVENT SHALL THE COPYRIGHT HOLDER BE LIABLE TO ANY PARTY FOR -DIRECT, INDIRECT, SPECIAL, INCIDENTAL, OR CONSEQUENTIAL DAMAGES -ARISING OUT OF THE USE OF THIS SOFTWARE AND ITS DOCUMENTATION, EVEN -IF THE COPYRIGHT HOLDER HAS BEEN ADVISED OF THE POSSIBILITY OF SUCH -DAMAGE. -THE COPYRIGHT HOLDER SPECIFICALLY DISCLAIMS ANY WARRANTIES, INCLUDING, -BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND -FITNESS FOR A PARTICULAR PURPOSE. THE SOFTWARE PROVIDED HEREUNDER IS -ON AN "AS IS" BASIS, AND THE COPYRIGHT HOLDER HAS NO OBLIGATION TO -PROVIDE MAINTENANCE, SUPPORT, UPDATES, ENHANCEMENTS, OR MODIFICATIONS. + +-------------------------------------------------------------------------------- +icu + +© 2016 and later: Unicode, Inc. and others. +License & terms of use: http://www.unicode.org/copyright.html + + + Copyright (C) 1997-2013, International Business Machines + Corporation and others. All Rights Reserved. + + + -------------------------------------------------------------------------------- -harfbuzz +icu -Copyright © 2012 Mozilla Foundation. +© 2016 and later: Unicode, Inc. and others. +License & terms of use: http://www.unicode.org/copyright.html -This is part of HarfBuzz, a text shaping library. -Permission is hereby granted, without written agreement and without -license or royalty fees, to use, copy, modify, and distribute this -software and its documentation for any purpose, provided that the -above copyright notice and the following two paragraphs appear in -all copies of this software. + Copyright (C) 1997-2014, International Business Machines + Corporation and others. All Rights Reserved. -IN NO EVENT SHALL THE COPYRIGHT HOLDER BE LIABLE TO ANY PARTY FOR -DIRECT, INDIRECT, SPECIAL, INCIDENTAL, OR CONSEQUENTIAL DAMAGES -ARISING OUT OF THE USE OF THIS SOFTWARE AND ITS DOCUMENTATION, EVEN -IF THE COPYRIGHT HOLDER HAS BEEN ADVISED OF THE POSSIBILITY OF SUCH -DAMAGE. -THE COPYRIGHT HOLDER SPECIFICALLY DISCLAIMS ANY WARRANTIES, INCLUDING, -BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND -FITNESS FOR A PARTICULAR PURPOSE. THE SOFTWARE PROVIDED HEREUNDER IS -ON AN "AS IS" BASIS, AND THE COPYRIGHT HOLDER HAS NO OBLIGATION TO -PROVIDE MAINTENANCE, SUPPORT, UPDATES, ENHANCEMENTS, OR MODIFICATIONS. + + -------------------------------------------------------------------------------- -harfbuzz +icu -Copyright © 2012,2013 Google, Inc. +© 2016 and later: Unicode, Inc. and others. +License & terms of use: http://www.unicode.org/copyright.html -This is part of HarfBuzz, a text shaping library. -Permission is hereby granted, without written agreement and without -license or royalty fees, to use, copy, modify, and distribute this -software and its documentation for any purpose, provided that the -above copyright notice and the following two paragraphs appear in -all copies of this software. + Copyright (C) 1997-2015, International Business Machines + Corporation and others. All Rights Reserved. -IN NO EVENT SHALL THE COPYRIGHT HOLDER BE LIABLE TO ANY PARTY FOR -DIRECT, INDIRECT, SPECIAL, INCIDENTAL, OR CONSEQUENTIAL DAMAGES -ARISING OUT OF THE USE OF THIS SOFTWARE AND ITS DOCUMENTATION, EVEN -IF THE COPYRIGHT HOLDER HAS BEEN ADVISED OF THE POSSIBILITY OF SUCH -DAMAGE. -THE COPYRIGHT HOLDER SPECIFICALLY DISCLAIMS ANY WARRANTIES, INCLUDING, -BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND -FITNESS FOR A PARTICULAR PURPOSE. THE SOFTWARE PROVIDED HEREUNDER IS -ON AN "AS IS" BASIS, AND THE COPYRIGHT HOLDER HAS NO OBLIGATION TO -PROVIDE MAINTENANCE, SUPPORT, UPDATES, ENHANCEMENTS, OR MODIFICATIONS. + + -------------------------------------------------------------------------------- -harfbuzz +icu -Copyright © 2012,2013 Mozilla Foundation. -Copyright © 2012,2013 Google, Inc. +© 2016 and later: Unicode, Inc. and others. +License & terms of use: http://www.unicode.org/copyright.html + + + Copyright (C) 1997-2016, International Business Machines + Corporation and others. All Rights Reserved. -This is part of HarfBuzz, a text shaping library. -Permission is hereby granted, without written agreement and without -license or royalty fees, to use, copy, modify, and distribute this -software and its documentation for any purpose, provided that the -above copyright notice and the following two paragraphs appear in -all copies of this software. -IN NO EVENT SHALL THE COPYRIGHT HOLDER BE LIABLE TO ANY PARTY FOR -DIRECT, INDIRECT, SPECIAL, INCIDENTAL, OR CONSEQUENTIAL DAMAGES -ARISING OUT OF THE USE OF THIS SOFTWARE AND ITS DOCUMENTATION, EVEN -IF THE COPYRIGHT HOLDER HAS BEEN ADVISED OF THE POSSIBILITY OF SUCH -DAMAGE. -THE COPYRIGHT HOLDER SPECIFICALLY DISCLAIMS ANY WARRANTIES, INCLUDING, -BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND -FITNESS FOR A PARTICULAR PURPOSE. THE SOFTWARE PROVIDED HEREUNDER IS -ON AN "AS IS" BASIS, AND THE COPYRIGHT HOLDER HAS NO OBLIGATION TO -PROVIDE MAINTENANCE, SUPPORT, UPDATES, ENHANCEMENTS, OR MODIFICATIONS. -------------------------------------------------------------------------------- -harfbuzz +icu -Copyright © 2012,2017 Google, Inc. -Copyright © 2021 Behdad Esfahbod +© 2016 and later: Unicode, Inc. and others. +License & terms of use: http://www.unicode.org/copyright.html -This is part of HarfBuzz, a text shaping library. -Permission is hereby granted, without written agreement and without -license or royalty fees, to use, copy, modify, and distribute this -software and its documentation for any purpose, provided that the -above copyright notice and the following two paragraphs appear in -all copies of this software. + Copyright (C) 1997-2016, International Business Machines + Corporation and others. All Rights Reserved. -IN NO EVENT SHALL THE COPYRIGHT HOLDER BE LIABLE TO ANY PARTY FOR -DIRECT, INDIRECT, SPECIAL, INCIDENTAL, OR CONSEQUENTIAL DAMAGES -ARISING OUT OF THE USE OF THIS SOFTWARE AND ITS DOCUMENTATION, EVEN -IF THE COPYRIGHT HOLDER HAS BEEN ADVISED OF THE POSSIBILITY OF SUCH -DAMAGE. -THE COPYRIGHT HOLDER SPECIFICALLY DISCLAIMS ANY WARRANTIES, INCLUDING, -BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND -FITNESS FOR A PARTICULAR PURPOSE. THE SOFTWARE PROVIDED HEREUNDER IS -ON AN "AS IS" BASIS, AND THE COPYRIGHT HOLDER HAS NO OBLIGATION TO -PROVIDE MAINTENANCE, SUPPORT, UPDATES, ENHANCEMENTS, OR MODIFICATIONS. + + -------------------------------------------------------------------------------- -harfbuzz +icu -Copyright © 2012,2018 Google, Inc. +© 2016 and later: Unicode, Inc. and others. +License & terms of use: http://www.unicode.org/copyright.html -This is part of HarfBuzz, a text shaping library. -Permission is hereby granted, without written agreement and without -license or royalty fees, to use, copy, modify, and distribute this -software and its documentation for any purpose, provided that the -above copyright notice and the following two paragraphs appear in -all copies of this software. + Copyright (C) 1997-2016, International Business Machines + Corporation and others. All Rights Reserved. -IN NO EVENT SHALL THE COPYRIGHT HOLDER BE LIABLE TO ANY PARTY FOR -DIRECT, INDIRECT, SPECIAL, INCIDENTAL, OR CONSEQUENTIAL DAMAGES -ARISING OUT OF THE USE OF THIS SOFTWARE AND ITS DOCUMENTATION, EVEN -IF THE COPYRIGHT HOLDER HAS BEEN ADVISED OF THE POSSIBILITY OF SUCH -DAMAGE. -THE COPYRIGHT HOLDER SPECIFICALLY DISCLAIMS ANY WARRANTIES, INCLUDING, -BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND -FITNESS FOR A PARTICULAR PURPOSE. THE SOFTWARE PROVIDED HEREUNDER IS -ON AN "AS IS" BASIS, AND THE COPYRIGHT HOLDER HAS NO OBLIGATION TO -PROVIDE MAINTENANCE, SUPPORT, UPDATES, ENHANCEMENTS, OR MODIFICATIONS. + -------------------------------------------------------------------------------- -harfbuzz +icu -Copyright © 2013 Google, Inc. +© 2016 and later: Unicode, Inc. and others. +License & terms of use: http://www.unicode.org/copyright.html -This is part of HarfBuzz, a text shaping library. -Permission is hereby granted, without written agreement and without -license or royalty fees, to use, copy, modify, and distribute this -software and its documentation for any purpose, provided that the -above copyright notice and the following two paragraphs appear in -all copies of this software. + Copyright (C) 1998-2004, International Business Machines + Corporation and others. All Rights Reserved. -IN NO EVENT SHALL THE COPYRIGHT HOLDER BE LIABLE TO ANY PARTY FOR -DIRECT, INDIRECT, SPECIAL, INCIDENTAL, OR CONSEQUENTIAL DAMAGES -ARISING OUT OF THE USE OF THIS SOFTWARE AND ITS DOCUMENTATION, EVEN -IF THE COPYRIGHT HOLDER HAS BEEN ADVISED OF THE POSSIBILITY OF SUCH -DAMAGE. -THE COPYRIGHT HOLDER SPECIFICALLY DISCLAIMS ANY WARRANTIES, INCLUDING, -BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND -FITNESS FOR A PARTICULAR PURPOSE. THE SOFTWARE PROVIDED HEREUNDER IS -ON AN "AS IS" BASIS, AND THE COPYRIGHT HOLDER HAS NO OBLIGATION TO -PROVIDE MAINTENANCE, SUPPORT, UPDATES, ENHANCEMENTS, OR MODIFICATIONS. + + -------------------------------------------------------------------------------- -harfbuzz +icu -Copyright © 2013 Red Hat, Inc. +© 2016 and later: Unicode, Inc. and others. +License & terms of use: http://www.unicode.org/copyright.html + + + Copyright (C) 1998-2005, International Business Machines + Corporation and others. All Rights Reserved. -This is part of HarfBuzz, a text shaping library. -Permission is hereby granted, without written agreement and without -license or royalty fees, to use, copy, modify, and distribute this -software and its documentation for any purpose, provided that the -above copyright notice and the following two paragraphs appear in -all copies of this software. -IN NO EVENT SHALL THE COPYRIGHT HOLDER BE LIABLE TO ANY PARTY FOR -DIRECT, INDIRECT, SPECIAL, INCIDENTAL, OR CONSEQUENTIAL DAMAGES -ARISING OUT OF THE USE OF THIS SOFTWARE AND ITS DOCUMENTATION, EVEN -IF THE COPYRIGHT HOLDER HAS BEEN ADVISED OF THE POSSIBILITY OF SUCH -DAMAGE. -THE COPYRIGHT HOLDER SPECIFICALLY DISCLAIMS ANY WARRANTIES, INCLUDING, -BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND -FITNESS FOR A PARTICULAR PURPOSE. THE SOFTWARE PROVIDED HEREUNDER IS -ON AN "AS IS" BASIS, AND THE COPYRIGHT HOLDER HAS NO OBLIGATION TO -PROVIDE MAINTENANCE, SUPPORT, UPDATES, ENHANCEMENTS, OR MODIFICATIONS. -------------------------------------------------------------------------------- -harfbuzz +icu -Copyright © 2014 Google, Inc. +© 2016 and later: Unicode, Inc. and others. +License & terms of use: http://www.unicode.org/copyright.html + + + Copyright (C) 1998-2006, International Business Machines + Corporation and others. All Rights Reserved. -This is part of HarfBuzz, a text shaping library. -Permission is hereby granted, without written agreement and without -license or royalty fees, to use, copy, modify, and distribute this -software and its documentation for any purpose, provided that the -above copyright notice and the following two paragraphs appear in -all copies of this software. -IN NO EVENT SHALL THE COPYRIGHT HOLDER BE LIABLE TO ANY PARTY FOR -DIRECT, INDIRECT, SPECIAL, INCIDENTAL, OR CONSEQUENTIAL DAMAGES -ARISING OUT OF THE USE OF THIS SOFTWARE AND ITS DOCUMENTATION, EVEN -IF THE COPYRIGHT HOLDER HAS BEEN ADVISED OF THE POSSIBILITY OF SUCH -DAMAGE. -THE COPYRIGHT HOLDER SPECIFICALLY DISCLAIMS ANY WARRANTIES, INCLUDING, -BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND -FITNESS FOR A PARTICULAR PURPOSE. THE SOFTWARE PROVIDED HEREUNDER IS -ON AN "AS IS" BASIS, AND THE COPYRIGHT HOLDER HAS NO OBLIGATION TO -PROVIDE MAINTENANCE, SUPPORT, UPDATES, ENHANCEMENTS, OR MODIFICATIONS. -------------------------------------------------------------------------------- -harfbuzz +icu -Copyright © 2015 Google, Inc. -Copyright © 2019 Adobe Inc. -Copyright © 2019 Ebrahim Byagowi +© 2016 and later: Unicode, Inc. and others. +License & terms of use: http://www.unicode.org/copyright.html -This is part of HarfBuzz, a text shaping library. -Permission is hereby granted, without written agreement and without -license or royalty fees, to use, copy, modify, and distribute this -software and its documentation for any purpose, provided that the -above copyright notice and the following two paragraphs appear in -all copies of this software. + Copyright (C) 1998-2006, International Business Machines + Corporation and others. All Rights Reserved. -IN NO EVENT SHALL THE COPYRIGHT HOLDER BE LIABLE TO ANY PARTY FOR -DIRECT, INDIRECT, SPECIAL, INCIDENTAL, OR CONSEQUENTIAL DAMAGES -ARISING OUT OF THE USE OF THIS SOFTWARE AND ITS DOCUMENTATION, EVEN -IF THE COPYRIGHT HOLDER HAS BEEN ADVISED OF THE POSSIBILITY OF SUCH -DAMAGE. -THE COPYRIGHT HOLDER SPECIFICALLY DISCLAIMS ANY WARRANTIES, INCLUDING, -BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND -FITNESS FOR A PARTICULAR PURPOSE. THE SOFTWARE PROVIDED HEREUNDER IS -ON AN "AS IS" BASIS, AND THE COPYRIGHT HOLDER HAS NO OBLIGATION TO -PROVIDE MAINTENANCE, SUPPORT, UPDATES, ENHANCEMENTS, OR MODIFICATIONS. + + + -------------------------------------------------------------------------------- -harfbuzz +icu -Copyright © 2015 Mozilla Foundation. -Copyright © 2015 Google, Inc. +© 2016 and later: Unicode, Inc. and others. +License & terms of use: http://www.unicode.org/copyright.html + + + Copyright (C) 1998-2008, International Business Machines + Corporation and others. All Rights Reserved. -This is part of HarfBuzz, a text shaping library. -Permission is hereby granted, without written agreement and without -license or royalty fees, to use, copy, modify, and distribute this -software and its documentation for any purpose, provided that the -above copyright notice and the following two paragraphs appear in -all copies of this software. -IN NO EVENT SHALL THE COPYRIGHT HOLDER BE LIABLE TO ANY PARTY FOR -DIRECT, INDIRECT, SPECIAL, INCIDENTAL, OR CONSEQUENTIAL DAMAGES -ARISING OUT OF THE USE OF THIS SOFTWARE AND ITS DOCUMENTATION, EVEN -IF THE COPYRIGHT HOLDER HAS BEEN ADVISED OF THE POSSIBILITY OF SUCH -DAMAGE. -THE COPYRIGHT HOLDER SPECIFICALLY DISCLAIMS ANY WARRANTIES, INCLUDING, -BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND -FITNESS FOR A PARTICULAR PURPOSE. THE SOFTWARE PROVIDED HEREUNDER IS -ON AN "AS IS" BASIS, AND THE COPYRIGHT HOLDER HAS NO OBLIGATION TO -PROVIDE MAINTENANCE, SUPPORT, UPDATES, ENHANCEMENTS, OR MODIFICATIONS. -------------------------------------------------------------------------------- -harfbuzz +icu -Copyright © 2015-2019 Ebrahim Byagowi +© 2016 and later: Unicode, Inc. and others. +License & terms of use: http://www.unicode.org/copyright.html + + + Copyright (C) 1998-2011, International Business Machines + Corporation and others. All Rights Reserved. -This is part of HarfBuzz, a text shaping library. -Permission is hereby granted, without written agreement and without -license or royalty fees, to use, copy, modify, and distribute this -software and its documentation for any purpose, provided that the -above copyright notice and the following two paragraphs appear in -all copies of this software. -IN NO EVENT SHALL THE COPYRIGHT HOLDER BE LIABLE TO ANY PARTY FOR -DIRECT, INDIRECT, SPECIAL, INCIDENTAL, OR CONSEQUENTIAL DAMAGES -ARISING OUT OF THE USE OF THIS SOFTWARE AND ITS DOCUMENTATION, EVEN -IF THE COPYRIGHT HOLDER HAS BEEN ADVISED OF THE POSSIBILITY OF SUCH -DAMAGE. -THE COPYRIGHT HOLDER SPECIFICALLY DISCLAIMS ANY WARRANTIES, INCLUDING, -BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND -FITNESS FOR A PARTICULAR PURPOSE. THE SOFTWARE PROVIDED HEREUNDER IS -ON AN "AS IS" BASIS, AND THE COPYRIGHT HOLDER HAS NO OBLIGATION TO -PROVIDE MAINTENANCE, SUPPORT, UPDATES, ENHANCEMENTS, OR MODIFICATIONS. -------------------------------------------------------------------------------- -harfbuzz +icu -Copyright © 2016 Elie Roux -Copyright © 2018 Google, Inc. -Copyright © 2018-2019 Ebrahim Byagowi +© 2016 and later: Unicode, Inc. and others. +License & terms of use: http://www.unicode.org/copyright.html + + + Copyright (C) 1998-2012, International Business Machines + Corporation and others. All Rights Reserved. -This is part of HarfBuzz, a text shaping library. -Permission is hereby granted, without written agreement and without -license or royalty fees, to use, copy, modify, and distribute this -software and its documentation for any purpose, provided that the -above copyright notice and the following two paragraphs appear in -all copies of this software. -IN NO EVENT SHALL THE COPYRIGHT HOLDER BE LIABLE TO ANY PARTY FOR -DIRECT, INDIRECT, SPECIAL, INCIDENTAL, OR CONSEQUENTIAL DAMAGES -ARISING OUT OF THE USE OF THIS SOFTWARE AND ITS DOCUMENTATION, EVEN -IF THE COPYRIGHT HOLDER HAS BEEN ADVISED OF THE POSSIBILITY OF SUCH -DAMAGE. -THE COPYRIGHT HOLDER SPECIFICALLY DISCLAIMS ANY WARRANTIES, INCLUDING, -BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND -FITNESS FOR A PARTICULAR PURPOSE. THE SOFTWARE PROVIDED HEREUNDER IS -ON AN "AS IS" BASIS, AND THE COPYRIGHT HOLDER HAS NO OBLIGATION TO -PROVIDE MAINTENANCE, SUPPORT, UPDATES, ENHANCEMENTS, OR MODIFICATIONS. -------------------------------------------------------------------------------- -harfbuzz +icu -Copyright © 2016 Google, Inc. +© 2016 and later: Unicode, Inc. and others. +License & terms of use: http://www.unicode.org/copyright.html + + + Copyright (C) 1998-2014, International Business Machines + Corporation and others. All Rights Reserved. -This is part of HarfBuzz, a text shaping library. -Permission is hereby granted, without written agreement and without -license or royalty fees, to use, copy, modify, and distribute this -software and its documentation for any purpose, provided that the -above copyright notice and the following two paragraphs appear in -all copies of this software. -IN NO EVENT SHALL THE COPYRIGHT HOLDER BE LIABLE TO ANY PARTY FOR -DIRECT, INDIRECT, SPECIAL, INCIDENTAL, OR CONSEQUENTIAL DAMAGES -ARISING OUT OF THE USE OF THIS SOFTWARE AND ITS DOCUMENTATION, EVEN -IF THE COPYRIGHT HOLDER HAS BEEN ADVISED OF THE POSSIBILITY OF SUCH -DAMAGE. -THE COPYRIGHT HOLDER SPECIFICALLY DISCLAIMS ANY WARRANTIES, INCLUDING, -BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND -FITNESS FOR A PARTICULAR PURPOSE. THE SOFTWARE PROVIDED HEREUNDER IS -ON AN "AS IS" BASIS, AND THE COPYRIGHT HOLDER HAS NO OBLIGATION TO -PROVIDE MAINTENANCE, SUPPORT, UPDATES, ENHANCEMENTS, OR MODIFICATIONS. -------------------------------------------------------------------------------- -harfbuzz +icu -Copyright © 2016 Google, Inc. -Copyright © 2018 Ebrahim Byagowi +© 2016 and later: Unicode, Inc. and others. +License & terms of use: http://www.unicode.org/copyright.html -This is part of HarfBuzz, a text shaping library. -Permission is hereby granted, without written agreement and without -license or royalty fees, to use, copy, modify, and distribute this -software and its documentation for any purpose, provided that the -above copyright notice and the following two paragraphs appear in -all copies of this software. + Copyright (C) 1998-2014, International Business Machines + Corporation and others. All Rights Reserved. -IN NO EVENT SHALL THE COPYRIGHT HOLDER BE LIABLE TO ANY PARTY FOR -DIRECT, INDIRECT, SPECIAL, INCIDENTAL, OR CONSEQUENTIAL DAMAGES -ARISING OUT OF THE USE OF THIS SOFTWARE AND ITS DOCUMENTATION, EVEN -IF THE COPYRIGHT HOLDER HAS BEEN ADVISED OF THE POSSIBILITY OF SUCH -DAMAGE. -THE COPYRIGHT HOLDER SPECIFICALLY DISCLAIMS ANY WARRANTIES, INCLUDING, -BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND -FITNESS FOR A PARTICULAR PURPOSE. THE SOFTWARE PROVIDED HEREUNDER IS -ON AN "AS IS" BASIS, AND THE COPYRIGHT HOLDER HAS NO OBLIGATION TO -PROVIDE MAINTENANCE, SUPPORT, UPDATES, ENHANCEMENTS, OR MODIFICATIONS. + -------------------------------------------------------------------------------- -harfbuzz +icu -Copyright © 2016 Google, Inc. -Copyright © 2018 Khaled Hosny -Copyright © 2018 Ebrahim Byagowi +© 2016 and later: Unicode, Inc. and others. +License & terms of use: http://www.unicode.org/copyright.html + + + Copyright (C) 1998-2015, International Business Machines + Corporation and others. All Rights Reserved. -This is part of HarfBuzz, a text shaping library. -Permission is hereby granted, without written agreement and without -license or royalty fees, to use, copy, modify, and distribute this -software and its documentation for any purpose, provided that the -above copyright notice and the following two paragraphs appear in -all copies of this software. -IN NO EVENT SHALL THE COPYRIGHT HOLDER BE LIABLE TO ANY PARTY FOR -DIRECT, INDIRECT, SPECIAL, INCIDENTAL, OR CONSEQUENTIAL DAMAGES -ARISING OUT OF THE USE OF THIS SOFTWARE AND ITS DOCUMENTATION, EVEN -IF THE COPYRIGHT HOLDER HAS BEEN ADVISED OF THE POSSIBILITY OF SUCH -DAMAGE. -THE COPYRIGHT HOLDER SPECIFICALLY DISCLAIMS ANY WARRANTIES, INCLUDING, -BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND -FITNESS FOR A PARTICULAR PURPOSE. THE SOFTWARE PROVIDED HEREUNDER IS -ON AN "AS IS" BASIS, AND THE COPYRIGHT HOLDER HAS NO OBLIGATION TO -PROVIDE MAINTENANCE, SUPPORT, UPDATES, ENHANCEMENTS, OR MODIFICATIONS. -------------------------------------------------------------------------------- -harfbuzz +icu -Copyright © 2016 Igalia S.L. +© 2016 and later: Unicode, Inc. and others. +License & terms of use: http://www.unicode.org/copyright.html -This is part of HarfBuzz, a text shaping library. -Permission is hereby granted, without written agreement and without -license or royalty fees, to use, copy, modify, and distribute this -software and its documentation for any purpose, provided that the -above copyright notice and the following two paragraphs appear in -all copies of this software. + Copyright (C) 1998-2015, International Business Machines + Corporation and others. All Rights Reserved. -IN NO EVENT SHALL THE COPYRIGHT HOLDER BE LIABLE TO ANY PARTY FOR -DIRECT, INDIRECT, SPECIAL, INCIDENTAL, OR CONSEQUENTIAL DAMAGES -ARISING OUT OF THE USE OF THIS SOFTWARE AND ITS DOCUMENTATION, EVEN -IF THE COPYRIGHT HOLDER HAS BEEN ADVISED OF THE POSSIBILITY OF SUCH -DAMAGE. -THE COPYRIGHT HOLDER SPECIFICALLY DISCLAIMS ANY WARRANTIES, INCLUDING, -BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND -FITNESS FOR A PARTICULAR PURPOSE. THE SOFTWARE PROVIDED HEREUNDER IS -ON AN "AS IS" BASIS, AND THE COPYRIGHT HOLDER HAS NO OBLIGATION TO -PROVIDE MAINTENANCE, SUPPORT, UPDATES, ENHANCEMENTS, OR MODIFICATIONS. + + + -------------------------------------------------------------------------------- -harfbuzz +icu -Copyright © 2017 Google, Inc. +© 2016 and later: Unicode, Inc. and others. +License & terms of use: http://www.unicode.org/copyright.html + + + Copyright (C) 1998-2016, International Business Machines + Corporation and others. All Rights Reserved. -This is part of HarfBuzz, a text shaping library. -Permission is hereby granted, without written agreement and without -license or royalty fees, to use, copy, modify, and distribute this -software and its documentation for any purpose, provided that the -above copyright notice and the following two paragraphs appear in -all copies of this software. -IN NO EVENT SHALL THE COPYRIGHT HOLDER BE LIABLE TO ANY PARTY FOR -DIRECT, INDIRECT, SPECIAL, INCIDENTAL, OR CONSEQUENTIAL DAMAGES -ARISING OUT OF THE USE OF THIS SOFTWARE AND ITS DOCUMENTATION, EVEN -IF THE COPYRIGHT HOLDER HAS BEEN ADVISED OF THE POSSIBILITY OF SUCH -DAMAGE. -THE COPYRIGHT HOLDER SPECIFICALLY DISCLAIMS ANY WARRANTIES, INCLUDING, -BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND -FITNESS FOR A PARTICULAR PURPOSE. THE SOFTWARE PROVIDED HEREUNDER IS -ON AN "AS IS" BASIS, AND THE COPYRIGHT HOLDER HAS NO OBLIGATION TO -PROVIDE MAINTENANCE, SUPPORT, UPDATES, ENHANCEMENTS, OR MODIFICATIONS. -------------------------------------------------------------------------------- -harfbuzz +icu -Copyright © 2017 Google, Inc. -Copyright © 2018 Ebrahim Byagowi +© 2016 and later: Unicode, Inc. and others. +License & terms of use: http://www.unicode.org/copyright.html -This is part of HarfBuzz, a text shaping library. -Permission is hereby granted, without written agreement and without -license or royalty fees, to use, copy, modify, and distribute this -software and its documentation for any purpose, provided that the -above copyright notice and the following two paragraphs appear in -all copies of this software. + Copyright (C) 1998-2016, International Business Machines + Corporation and others. All Rights Reserved. -IN NO EVENT SHALL THE COPYRIGHT HOLDER BE LIABLE TO ANY PARTY FOR -DIRECT, INDIRECT, SPECIAL, INCIDENTAL, OR CONSEQUENTIAL DAMAGES -ARISING OUT OF THE USE OF THIS SOFTWARE AND ITS DOCUMENTATION, EVEN -IF THE COPYRIGHT HOLDER HAS BEEN ADVISED OF THE POSSIBILITY OF SUCH -DAMAGE. -THE COPYRIGHT HOLDER SPECIFICALLY DISCLAIMS ANY WARRANTIES, INCLUDING, -BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND -FITNESS FOR A PARTICULAR PURPOSE. THE SOFTWARE PROVIDED HEREUNDER IS -ON AN "AS IS" BASIS, AND THE COPYRIGHT HOLDER HAS NO OBLIGATION TO -PROVIDE MAINTENANCE, SUPPORT, UPDATES, ENHANCEMENTS, OR MODIFICATIONS. + + -------------------------------------------------------------------------------- -harfbuzz +icu -Copyright © 2017 Google, Inc. -Copyright © 2019 Facebook, Inc. +© 2016 and later: Unicode, Inc. and others. +License & terms of use: http://www.unicode.org/copyright.html -This is part of HarfBuzz, a text shaping library. -Permission is hereby granted, without written agreement and without -license or royalty fees, to use, copy, modify, and distribute this -software and its documentation for any purpose, provided that the -above copyright notice and the following two paragraphs appear in -all copies of this software. + Copyright (C) 1999-2001, International Business Machines + Corporation and others. All Rights Reserved. -IN NO EVENT SHALL THE COPYRIGHT HOLDER BE LIABLE TO ANY PARTY FOR -DIRECT, INDIRECT, SPECIAL, INCIDENTAL, OR CONSEQUENTIAL DAMAGES -ARISING OUT OF THE USE OF THIS SOFTWARE AND ITS DOCUMENTATION, EVEN -IF THE COPYRIGHT HOLDER HAS BEEN ADVISED OF THE POSSIBILITY OF SUCH -DAMAGE. -THE COPYRIGHT HOLDER SPECIFICALLY DISCLAIMS ANY WARRANTIES, INCLUDING, -BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND -FITNESS FOR A PARTICULAR PURPOSE. THE SOFTWARE PROVIDED HEREUNDER IS -ON AN "AS IS" BASIS, AND THE COPYRIGHT HOLDER HAS NO OBLIGATION TO -PROVIDE MAINTENANCE, SUPPORT, UPDATES, ENHANCEMENTS, OR MODIFICATIONS. + -------------------------------------------------------------------------------- -harfbuzz +icu -Copyright © 2017,2018 Google, Inc. +© 2016 and later: Unicode, Inc. and others. +License & terms of use: http://www.unicode.org/copyright.html -This is part of HarfBuzz, a text shaping library. -Permission is hereby granted, without written agreement and without -license or royalty fees, to use, copy, modify, and distribute this -software and its documentation for any purpose, provided that the -above copyright notice and the following two paragraphs appear in -all copies of this software. + Copyright (C) 1999-2003, International Business Machines + Corporation and others. All Rights Reserved. -IN NO EVENT SHALL THE COPYRIGHT HOLDER BE LIABLE TO ANY PARTY FOR -DIRECT, INDIRECT, SPECIAL, INCIDENTAL, OR CONSEQUENTIAL DAMAGES -ARISING OUT OF THE USE OF THIS SOFTWARE AND ITS DOCUMENTATION, EVEN -IF THE COPYRIGHT HOLDER HAS BEEN ADVISED OF THE POSSIBILITY OF SUCH -DAMAGE. -THE COPYRIGHT HOLDER SPECIFICALLY DISCLAIMS ANY WARRANTIES, INCLUDING, -BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND -FITNESS FOR A PARTICULAR PURPOSE. THE SOFTWARE PROVIDED HEREUNDER IS -ON AN "AS IS" BASIS, AND THE COPYRIGHT HOLDER HAS NO OBLIGATION TO -PROVIDE MAINTENANCE, SUPPORT, UPDATES, ENHANCEMENTS, OR MODIFICATIONS. + -------------------------------------------------------------------------------- -harfbuzz +icu -Copyright © 2018 Ebrahim Byagowi +© 2016 and later: Unicode, Inc. and others. +License & terms of use: http://www.unicode.org/copyright.html -This is part of HarfBuzz, a text shaping library. -Permission is hereby granted, without written agreement and without -license or royalty fees, to use, copy, modify, and distribute this -software and its documentation for any purpose, provided that the -above copyright notice and the following two paragraphs appear in -all copies of this software. + Copyright (C) 1999-2004, International Business Machines + Corporation and others. All Rights Reserved. -IN NO EVENT SHALL THE COPYRIGHT HOLDER BE LIABLE TO ANY PARTY FOR -DIRECT, INDIRECT, SPECIAL, INCIDENTAL, OR CONSEQUENTIAL DAMAGES -ARISING OUT OF THE USE OF THIS SOFTWARE AND ITS DOCUMENTATION, EVEN -IF THE COPYRIGHT HOLDER HAS BEEN ADVISED OF THE POSSIBILITY OF SUCH -DAMAGE. -THE COPYRIGHT HOLDER SPECIFICALLY DISCLAIMS ANY WARRANTIES, INCLUDING, -BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND -FITNESS FOR A PARTICULAR PURPOSE. THE SOFTWARE PROVIDED HEREUNDER IS -ON AN "AS IS" BASIS, AND THE COPYRIGHT HOLDER HAS NO OBLIGATION TO -PROVIDE MAINTENANCE, SUPPORT, UPDATES, ENHANCEMENTS, OR MODIFICATIONS. + + -------------------------------------------------------------------------------- -harfbuzz +icu -Copyright © 2018 Ebrahim Byagowi -Copyright © 2018 Google, Inc. +© 2016 and later: Unicode, Inc. and others. +License & terms of use: http://www.unicode.org/copyright.html -This is part of HarfBuzz, a text shaping library. -Permission is hereby granted, without written agreement and without -license or royalty fees, to use, copy, modify, and distribute this -software and its documentation for any purpose, provided that the -above copyright notice and the following two paragraphs appear in -all copies of this software. + Copyright (C) 1999-2006, International Business Machines + Corporation and others. All Rights Reserved. -IN NO EVENT SHALL THE COPYRIGHT HOLDER BE LIABLE TO ANY PARTY FOR -DIRECT, INDIRECT, SPECIAL, INCIDENTAL, OR CONSEQUENTIAL DAMAGES -ARISING OUT OF THE USE OF THIS SOFTWARE AND ITS DOCUMENTATION, EVEN -IF THE COPYRIGHT HOLDER HAS BEEN ADVISED OF THE POSSIBILITY OF SUCH -DAMAGE. -THE COPYRIGHT HOLDER SPECIFICALLY DISCLAIMS ANY WARRANTIES, INCLUDING, -BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND -FITNESS FOR A PARTICULAR PURPOSE. THE SOFTWARE PROVIDED HEREUNDER IS -ON AN "AS IS" BASIS, AND THE COPYRIGHT HOLDER HAS NO OBLIGATION TO -PROVIDE MAINTENANCE, SUPPORT, UPDATES, ENHANCEMENTS, OR MODIFICATIONS. + -------------------------------------------------------------------------------- -harfbuzz +icu -Copyright © 2018 Ebrahim Byagowi -Copyright © 2020 Google, Inc. +© 2016 and later: Unicode, Inc. and others. +License & terms of use: http://www.unicode.org/copyright.html -This is part of HarfBuzz, a text shaping library. -Permission is hereby granted, without written agreement and without -license or royalty fees, to use, copy, modify, and distribute this -software and its documentation for any purpose, provided that the -above copyright notice and the following two paragraphs appear in -all copies of this software. + Copyright (C) 1999-2010, International Business Machines + Corporation and others. All Rights Reserved. -IN NO EVENT SHALL THE COPYRIGHT HOLDER BE LIABLE TO ANY PARTY FOR -DIRECT, INDIRECT, SPECIAL, INCIDENTAL, OR CONSEQUENTIAL DAMAGES -ARISING OUT OF THE USE OF THIS SOFTWARE AND ITS DOCUMENTATION, EVEN -IF THE COPYRIGHT HOLDER HAS BEEN ADVISED OF THE POSSIBILITY OF SUCH -DAMAGE. -THE COPYRIGHT HOLDER SPECIFICALLY DISCLAIMS ANY WARRANTIES, INCLUDING, -BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND -FITNESS FOR A PARTICULAR PURPOSE. THE SOFTWARE PROVIDED HEREUNDER IS -ON AN "AS IS" BASIS, AND THE COPYRIGHT HOLDER HAS NO OBLIGATION TO -PROVIDE MAINTENANCE, SUPPORT, UPDATES, ENHANCEMENTS, OR MODIFICATIONS. -------------------------------------------------------------------------------- -harfbuzz +icu -Copyright © 2018 Ebrahim Byagowi. +© 2016 and later: Unicode, Inc. and others. +License & terms of use: http://www.unicode.org/copyright.html -This is part of HarfBuzz, a text shaping library. -Permission is hereby granted, without written agreement and without -license or royalty fees, to use, copy, modify, and distribute this -software and its documentation for any purpose, provided that the -above copyright notice and the following two paragraphs appear in -all copies of this software. + Copyright (C) 1999-2010, International Business Machines + Corporation and others. All Rights Reserved. -IN NO EVENT SHALL THE COPYRIGHT HOLDER BE LIABLE TO ANY PARTY FOR -DIRECT, INDIRECT, SPECIAL, INCIDENTAL, OR CONSEQUENTIAL DAMAGES -ARISING OUT OF THE USE OF THIS SOFTWARE AND ITS DOCUMENTATION, EVEN -IF THE COPYRIGHT HOLDER HAS BEEN ADVISED OF THE POSSIBILITY OF SUCH -DAMAGE. -THE COPYRIGHT HOLDER SPECIFICALLY DISCLAIMS ANY WARRANTIES, INCLUDING, -BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND -FITNESS FOR A PARTICULAR PURPOSE. THE SOFTWARE PROVIDED HEREUNDER IS -ON AN "AS IS" BASIS, AND THE COPYRIGHT HOLDER HAS NO OBLIGATION TO -PROVIDE MAINTENANCE, SUPPORT, UPDATES, ENHANCEMENTS, OR MODIFICATIONS. + -------------------------------------------------------------------------------- -harfbuzz +icu -Copyright © 2018 Google, Inc. +© 2016 and later: Unicode, Inc. and others. +License & terms of use: http://www.unicode.org/copyright.html + + + Copyright (C) 1999-2010, International Business Machines + Corporation and others. All Rights Reserved. + + +-------------------------------------------------------------------------------- +icu + +© 2016 and later: Unicode, Inc. and others. +License & terms of use: http://www.unicode.org/copyright.html -This is part of HarfBuzz, a text shaping library. -Permission is hereby granted, without written agreement and without -license or royalty fees, to use, copy, modify, and distribute this -software and its documentation for any purpose, provided that the -above copyright notice and the following two paragraphs appear in -all copies of this software. + Copyright (C) 1999-2011, International Business Machines + Corporation and others. All Rights Reserved. -IN NO EVENT SHALL THE COPYRIGHT HOLDER BE LIABLE TO ANY PARTY FOR -DIRECT, INDIRECT, SPECIAL, INCIDENTAL, OR CONSEQUENTIAL DAMAGES -ARISING OUT OF THE USE OF THIS SOFTWARE AND ITS DOCUMENTATION, EVEN -IF THE COPYRIGHT HOLDER HAS BEEN ADVISED OF THE POSSIBILITY OF SUCH -DAMAGE. -THE COPYRIGHT HOLDER SPECIFICALLY DISCLAIMS ANY WARRANTIES, INCLUDING, -BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND -FITNESS FOR A PARTICULAR PURPOSE. THE SOFTWARE PROVIDED HEREUNDER IS -ON AN "AS IS" BASIS, AND THE COPYRIGHT HOLDER HAS NO OBLIGATION TO -PROVIDE MAINTENANCE, SUPPORT, UPDATES, ENHANCEMENTS, OR MODIFICATIONS. -------------------------------------------------------------------------------- -harfbuzz +icu -Copyright © 2018 Google, Inc. -Copyright © 2019 Facebook, Inc. +© 2016 and later: Unicode, Inc. and others. +License & terms of use: http://www.unicode.org/copyright.html -This is part of HarfBuzz, a text shaping library. -Permission is hereby granted, without written agreement and without -license or royalty fees, to use, copy, modify, and distribute this -software and its documentation for any purpose, provided that the -above copyright notice and the following two paragraphs appear in -all copies of this software. + Copyright (C) 1999-2011, International Business Machines + Corporation and others. All Rights Reserved. -IN NO EVENT SHALL THE COPYRIGHT HOLDER BE LIABLE TO ANY PARTY FOR -DIRECT, INDIRECT, SPECIAL, INCIDENTAL, OR CONSEQUENTIAL DAMAGES -ARISING OUT OF THE USE OF THIS SOFTWARE AND ITS DOCUMENTATION, EVEN -IF THE COPYRIGHT HOLDER HAS BEEN ADVISED OF THE POSSIBILITY OF SUCH -DAMAGE. -THE COPYRIGHT HOLDER SPECIFICALLY DISCLAIMS ANY WARRANTIES, INCLUDING, -BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND -FITNESS FOR A PARTICULAR PURPOSE. THE SOFTWARE PROVIDED HEREUNDER IS -ON AN "AS IS" BASIS, AND THE COPYRIGHT HOLDER HAS NO OBLIGATION TO -PROVIDE MAINTENANCE, SUPPORT, UPDATES, ENHANCEMENTS, OR MODIFICATIONS. + -------------------------------------------------------------------------------- -harfbuzz +icu -Copyright © 2018 Google, Inc. -Copyright © 2023 Behdad Esfahbod +© 2016 and later: Unicode, Inc. and others. +License & terms of use: http://www.unicode.org/copyright.html -This is part of HarfBuzz, a text shaping library. -Permission is hereby granted, without written agreement and without -license or royalty fees, to use, copy, modify, and distribute this -software and its documentation for any purpose, provided that the -above copyright notice and the following two paragraphs appear in -all copies of this software. + Copyright (C) 1999-2012, International Business Machines + Corporation and others. All Rights Reserved. -IN NO EVENT SHALL THE COPYRIGHT HOLDER BE LIABLE TO ANY PARTY FOR -DIRECT, INDIRECT, SPECIAL, INCIDENTAL, OR CONSEQUENTIAL DAMAGES -ARISING OUT OF THE USE OF THIS SOFTWARE AND ITS DOCUMENTATION, EVEN -IF THE COPYRIGHT HOLDER HAS BEEN ADVISED OF THE POSSIBILITY OF SUCH -DAMAGE. -THE COPYRIGHT HOLDER SPECIFICALLY DISCLAIMS ANY WARRANTIES, INCLUDING, -BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND -FITNESS FOR A PARTICULAR PURPOSE. THE SOFTWARE PROVIDED HEREUNDER IS -ON AN "AS IS" BASIS, AND THE COPYRIGHT HOLDER HAS NO OBLIGATION TO -PROVIDE MAINTENANCE, SUPPORT, UPDATES, ENHANCEMENTS, OR MODIFICATIONS. + -------------------------------------------------------------------------------- -harfbuzz +icu -Copyright © 2018 Adobe Inc. +© 2016 and later: Unicode, Inc. and others. +License & terms of use: http://www.unicode.org/copyright.html -This is part of HarfBuzz, a text shaping library. -Permission is hereby granted, without written agreement and without -license or royalty fees, to use, copy, modify, and distribute this -software and its documentation for any purpose, provided that the -above copyright notice and the following two paragraphs appear in -all copies of this software. + Copyright (C) 1999-2013, International Business Machines + Corporation and others. All Rights Reserved. -IN NO EVENT SHALL THE COPYRIGHT HOLDER BE LIABLE TO ANY PARTY FOR -DIRECT, INDIRECT, SPECIAL, INCIDENTAL, OR CONSEQUENTIAL DAMAGES -ARISING OUT OF THE USE OF THIS SOFTWARE AND ITS DOCUMENTATION, EVEN -IF THE COPYRIGHT HOLDER HAS BEEN ADVISED OF THE POSSIBILITY OF SUCH -DAMAGE. -THE COPYRIGHT HOLDER SPECIFICALLY DISCLAIMS ANY WARRANTIES, INCLUDING, -BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND -FITNESS FOR A PARTICULAR PURPOSE. THE SOFTWARE PROVIDED HEREUNDER IS -ON AN "AS IS" BASIS, AND THE COPYRIGHT HOLDER HAS NO OBLIGATION TO -PROVIDE MAINTENANCE, SUPPORT, UPDATES, ENHANCEMENTS, OR MODIFICATIONS. -------------------------------------------------------------------------------- -harfbuzz +icu -Copyright © 2018-2019 Ebrahim Byagowi +© 2016 and later: Unicode, Inc. and others. +License & terms of use: http://www.unicode.org/copyright.html -This is part of HarfBuzz, a text shaping library. -Permission is hereby granted, without written agreement and without -license or royalty fees, to use, copy, modify, and distribute this -software and its documentation for any purpose, provided that the -above copyright notice and the following two paragraphs appear in -all copies of this software. + Copyright (C) 1999-2013, International Business Machines + Corporation and others. All Rights Reserved. -IN NO EVENT SHALL THE COPYRIGHT HOLDER BE LIABLE TO ANY PARTY FOR -DIRECT, INDIRECT, SPECIAL, INCIDENTAL, OR CONSEQUENTIAL DAMAGES -ARISING OUT OF THE USE OF THIS SOFTWARE AND ITS DOCUMENTATION, EVEN -IF THE COPYRIGHT HOLDER HAS BEEN ADVISED OF THE POSSIBILITY OF SUCH -DAMAGE. -THE COPYRIGHT HOLDER SPECIFICALLY DISCLAIMS ANY WARRANTIES, INCLUDING, -BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND -FITNESS FOR A PARTICULAR PURPOSE. THE SOFTWARE PROVIDED HEREUNDER IS -ON AN "AS IS" BASIS, AND THE COPYRIGHT HOLDER HAS NO OBLIGATION TO -PROVIDE MAINTENANCE, SUPPORT, UPDATES, ENHANCEMENTS, OR MODIFICATIONS. + -------------------------------------------------------------------------------- -harfbuzz +icu -Copyright © 2019 Adobe Inc. -Copyright © 2019 Ebrahim Byagowi +© 2016 and later: Unicode, Inc. and others. +License & terms of use: http://www.unicode.org/copyright.html -This is part of HarfBuzz, a text shaping library. -Permission is hereby granted, without written agreement and without -license or royalty fees, to use, copy, modify, and distribute this -software and its documentation for any purpose, provided that the -above copyright notice and the following two paragraphs appear in -all copies of this software. + Copyright (C) 1999-2014 International Business Machines + Corporation and others. All Rights Reserved. -IN NO EVENT SHALL THE COPYRIGHT HOLDER BE LIABLE TO ANY PARTY FOR -DIRECT, INDIRECT, SPECIAL, INCIDENTAL, OR CONSEQUENTIAL DAMAGES -ARISING OUT OF THE USE OF THIS SOFTWARE AND ITS DOCUMENTATION, EVEN -IF THE COPYRIGHT HOLDER HAS BEEN ADVISED OF THE POSSIBILITY OF SUCH -DAMAGE. -THE COPYRIGHT HOLDER SPECIFICALLY DISCLAIMS ANY WARRANTIES, INCLUDING, -BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND -FITNESS FOR A PARTICULAR PURPOSE. THE SOFTWARE PROVIDED HEREUNDER IS -ON AN "AS IS" BASIS, AND THE COPYRIGHT HOLDER HAS NO OBLIGATION TO -PROVIDE MAINTENANCE, SUPPORT, UPDATES, ENHANCEMENTS, OR MODIFICATIONS. + -------------------------------------------------------------------------------- -harfbuzz +icu -Copyright © 2019 Adobe, Inc. +© 2016 and later: Unicode, Inc. and others. +License & terms of use: http://www.unicode.org/copyright.html -This is part of HarfBuzz, a text shaping library. -Permission is hereby granted, without written agreement and without -license or royalty fees, to use, copy, modify, and distribute this -software and its documentation for any purpose, provided that the -above copyright notice and the following two paragraphs appear in -all copies of this software. + Copyright (C) 1999-2014, International Business Machines + Corporation and others. All Rights Reserved. -IN NO EVENT SHALL THE COPYRIGHT HOLDER BE LIABLE TO ANY PARTY FOR -DIRECT, INDIRECT, SPECIAL, INCIDENTAL, OR CONSEQUENTIAL DAMAGES -ARISING OUT OF THE USE OF THIS SOFTWARE AND ITS DOCUMENTATION, EVEN -IF THE COPYRIGHT HOLDER HAS BEEN ADVISED OF THE POSSIBILITY OF SUCH -DAMAGE. -THE COPYRIGHT HOLDER SPECIFICALLY DISCLAIMS ANY WARRANTIES, INCLUDING, -BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND -FITNESS FOR A PARTICULAR PURPOSE. THE SOFTWARE PROVIDED HEREUNDER IS -ON AN "AS IS" BASIS, AND THE COPYRIGHT HOLDER HAS NO OBLIGATION TO -PROVIDE MAINTENANCE, SUPPORT, UPDATES, ENHANCEMENTS, OR MODIFICATIONS. + -------------------------------------------------------------------------------- -harfbuzz +icu -Copyright © 2019 Ebrahim Byagowi +© 2016 and later: Unicode, Inc. and others. +License & terms of use: http://www.unicode.org/copyright.html -This is part of HarfBuzz, a text shaping library. -Permission is hereby granted, without written agreement and without -license or royalty fees, to use, copy, modify, and distribute this -software and its documentation for any purpose, provided that the -above copyright notice and the following two paragraphs appear in -all copies of this software. + Copyright (C) 1999-2015, International Business Machines + Corporation and others. All Rights Reserved. -IN NO EVENT SHALL THE COPYRIGHT HOLDER BE LIABLE TO ANY PARTY FOR -DIRECT, INDIRECT, SPECIAL, INCIDENTAL, OR CONSEQUENTIAL DAMAGES -ARISING OUT OF THE USE OF THIS SOFTWARE AND ITS DOCUMENTATION, EVEN -IF THE COPYRIGHT HOLDER HAS BEEN ADVISED OF THE POSSIBILITY OF SUCH -DAMAGE. -THE COPYRIGHT HOLDER SPECIFICALLY DISCLAIMS ANY WARRANTIES, INCLUDING, -BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND -FITNESS FOR A PARTICULAR PURPOSE. THE SOFTWARE PROVIDED HEREUNDER IS -ON AN "AS IS" BASIS, AND THE COPYRIGHT HOLDER HAS NO OBLIGATION TO -PROVIDE MAINTENANCE, SUPPORT, UPDATES, ENHANCEMENTS, OR MODIFICATIONS. + + + -------------------------------------------------------------------------------- -harfbuzz +icu -Copyright © 2019 Facebook, Inc. +© 2016 and later: Unicode, Inc. and others. +License & terms of use: http://www.unicode.org/copyright.html -This is part of HarfBuzz, a text shaping library. -Permission is hereby granted, without written agreement and without -license or royalty fees, to use, copy, modify, and distribute this -software and its documentation for any purpose, provided that the -above copyright notice and the following two paragraphs appear in -all copies of this software. + Copyright (C) 1999-2015, International Business Machines + Corporation and others. All Rights Reserved. -IN NO EVENT SHALL THE COPYRIGHT HOLDER BE LIABLE TO ANY PARTY FOR -DIRECT, INDIRECT, SPECIAL, INCIDENTAL, OR CONSEQUENTIAL DAMAGES -ARISING OUT OF THE USE OF THIS SOFTWARE AND ITS DOCUMENTATION, EVEN -IF THE COPYRIGHT HOLDER HAS BEEN ADVISED OF THE POSSIBILITY OF SUCH -DAMAGE. -THE COPYRIGHT HOLDER SPECIFICALLY DISCLAIMS ANY WARRANTIES, INCLUDING, -BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND -FITNESS FOR A PARTICULAR PURPOSE. THE SOFTWARE PROVIDED HEREUNDER IS -ON AN "AS IS" BASIS, AND THE COPYRIGHT HOLDER HAS NO OBLIGATION TO -PROVIDE MAINTENANCE, SUPPORT, UPDATES, ENHANCEMENTS, OR MODIFICATIONS. + -------------------------------------------------------------------------------- -harfbuzz - -Copyright © 2019 Adobe Inc. +icu -This is part of HarfBuzz, a text shaping library. +© 2016 and later: Unicode, Inc. and others. +License & terms of use: http://www.unicode.org/copyright.html -Permission is hereby granted, without written agreement and without -license or royalty fees, to use, copy, modify, and distribute this -software and its documentation for any purpose, provided that the -above copyright notice and the following two paragraphs appear in -all copies of this software. -IN NO EVENT SHALL THE COPYRIGHT HOLDER BE LIABLE TO ANY PARTY FOR -DIRECT, INDIRECT, SPECIAL, INCIDENTAL, OR CONSEQUENTIAL DAMAGES -ARISING OUT OF THE USE OF THIS SOFTWARE AND ITS DOCUMENTATION, EVEN -IF THE COPYRIGHT HOLDER HAS BEEN ADVISED OF THE POSSIBILITY OF SUCH -DAMAGE. + Copyright (C) 1999-2015, International Business Machines + Corporation and others. All Rights Reserved. -THE COPYRIGHT HOLDER SPECIFICALLY DISCLAIMS ANY WARRANTIES, INCLUDING, -BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND -FITNESS FOR A PARTICULAR PURPOSE. THE SOFTWARE PROVIDED HEREUNDER IS -ON AN "AS IS" BASIS, AND THE COPYRIGHT HOLDER HAS NO OBLIGATION TO -PROVIDE MAINTENANCE, SUPPORT, UPDATES, ENHANCEMENTS, OR MODIFICATIONS. + -------------------------------------------------------------------------------- -harfbuzz +icu -Copyright © 2019-2020 Ebrahim Byagowi +© 2016 and later: Unicode, Inc. and others. +License & terms of use: http://www.unicode.org/copyright.html -This is part of HarfBuzz, a text shaping library. -Permission is hereby granted, without written agreement and without -license or royalty fees, to use, copy, modify, and distribute this -software and its documentation for any purpose, provided that the -above copyright notice and the following two paragraphs appear in -all copies of this software. + Copyright (C) 1999-2016 International Business Machines + Corporation and others. All Rights Reserved. -IN NO EVENT SHALL THE COPYRIGHT HOLDER BE LIABLE TO ANY PARTY FOR -DIRECT, INDIRECT, SPECIAL, INCIDENTAL, OR CONSEQUENTIAL DAMAGES -ARISING OUT OF THE USE OF THIS SOFTWARE AND ITS DOCUMENTATION, EVEN -IF THE COPYRIGHT HOLDER HAS BEEN ADVISED OF THE POSSIBILITY OF SUCH -DAMAGE. -THE COPYRIGHT HOLDER SPECIFICALLY DISCLAIMS ANY WARRANTIES, INCLUDING, -BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND -FITNESS FOR A PARTICULAR PURPOSE. THE SOFTWARE PROVIDED HEREUNDER IS -ON AN "AS IS" BASIS, AND THE COPYRIGHT HOLDER HAS NO OBLIGATION TO -PROVIDE MAINTENANCE, SUPPORT, UPDATES, ENHANCEMENTS, OR MODIFICATIONS. + -------------------------------------------------------------------------------- -harfbuzz +icu -Copyright © 2020 Ebrahim Byagowi +© 2016 and later: Unicode, Inc. and others. +License & terms of use: http://www.unicode.org/copyright.html -This is part of HarfBuzz, a text shaping library. -Permission is hereby granted, without written agreement and without -license or royalty fees, to use, copy, modify, and distribute this -software and its documentation for any purpose, provided that the -above copyright notice and the following two paragraphs appear in -all copies of this software. + Copyright (C) 1999-2016, International Business Machines + Corporation and others. All Rights Reserved. -IN NO EVENT SHALL THE COPYRIGHT HOLDER BE LIABLE TO ANY PARTY FOR -DIRECT, INDIRECT, SPECIAL, INCIDENTAL, OR CONSEQUENTIAL DAMAGES -ARISING OUT OF THE USE OF THIS SOFTWARE AND ITS DOCUMENTATION, EVEN -IF THE COPYRIGHT HOLDER HAS BEEN ADVISED OF THE POSSIBILITY OF SUCH -DAMAGE. -THE COPYRIGHT HOLDER SPECIFICALLY DISCLAIMS ANY WARRANTIES, INCLUDING, -BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND -FITNESS FOR A PARTICULAR PURPOSE. THE SOFTWARE PROVIDED HEREUNDER IS -ON AN "AS IS" BASIS, AND THE COPYRIGHT HOLDER HAS NO OBLIGATION TO -PROVIDE MAINTENANCE, SUPPORT, UPDATES, ENHANCEMENTS, OR MODIFICATIONS. + -------------------------------------------------------------------------------- -harfbuzz +icu -Copyright © 2020 Google, Inc. +© 2016 and later: Unicode, Inc. and others. +License & terms of use: http://www.unicode.org/copyright.html + + + Copyright (C) 2000, International Business Machines + Corporation and others. All Rights Reserved. -This is part of HarfBuzz, a text shaping library. -Permission is hereby granted, without written agreement and without -license or royalty fees, to use, copy, modify, and distribute this -software and its documentation for any purpose, provided that the -above copyright notice and the following two paragraphs appear in -all copies of this software. -IN NO EVENT SHALL THE COPYRIGHT HOLDER BE LIABLE TO ANY PARTY FOR -DIRECT, INDIRECT, SPECIAL, INCIDENTAL, OR CONSEQUENTIAL DAMAGES -ARISING OUT OF THE USE OF THIS SOFTWARE AND ITS DOCUMENTATION, EVEN -IF THE COPYRIGHT HOLDER HAS BEEN ADVISED OF THE POSSIBILITY OF SUCH -DAMAGE. -THE COPYRIGHT HOLDER SPECIFICALLY DISCLAIMS ANY WARRANTIES, INCLUDING, -BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND -FITNESS FOR A PARTICULAR PURPOSE. THE SOFTWARE PROVIDED HEREUNDER IS -ON AN "AS IS" BASIS, AND THE COPYRIGHT HOLDER HAS NO OBLIGATION TO -PROVIDE MAINTENANCE, SUPPORT, UPDATES, ENHANCEMENTS, OR MODIFICATIONS. -------------------------------------------------------------------------------- -harfbuzz +icu + +© 2016 and later: Unicode, Inc. and others. +License & terms of use: http://www.unicode.org/copyright.html -Copyright © 2021 Behdad Esfahbod -This is part of HarfBuzz, a text shaping library. + Copyright (C) 2000-2003, International Business Machines + Corporation and others. All Rights Reserved. + -Permission is hereby granted, without written agreement and without -license or royalty fees, to use, copy, modify, and distribute this -software and its documentation for any purpose, provided that the -above copyright notice and the following two paragraphs appear in -all copies of this software. -IN NO EVENT SHALL THE COPYRIGHT HOLDER BE LIABLE TO ANY PARTY FOR -DIRECT, INDIRECT, SPECIAL, INCIDENTAL, OR CONSEQUENTIAL DAMAGES -ARISING OUT OF THE USE OF THIS SOFTWARE AND ITS DOCUMENTATION, EVEN -IF THE COPYRIGHT HOLDER HAS BEEN ADVISED OF THE POSSIBILITY OF SUCH -DAMAGE. -THE COPYRIGHT HOLDER SPECIFICALLY DISCLAIMS ANY WARRANTIES, INCLUDING, -BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND -FITNESS FOR A PARTICULAR PURPOSE. THE SOFTWARE PROVIDED HEREUNDER IS -ON AN "AS IS" BASIS, AND THE COPYRIGHT HOLDER HAS NO OBLIGATION TO -PROVIDE MAINTENANCE, SUPPORT, UPDATES, ENHANCEMENTS, OR MODIFICATIONS. -------------------------------------------------------------------------------- -harfbuzz +icu -Copyright © 2021 Behdad Esfahbod. +© 2016 and later: Unicode, Inc. and others. +License & terms of use: http://www.unicode.org/copyright.html -This is part of HarfBuzz, a text shaping library. -Permission is hereby granted, without written agreement and without -license or royalty fees, to use, copy, modify, and distribute this -software and its documentation for any purpose, provided that the -above copyright notice and the following two paragraphs appear in -all copies of this software. + Copyright (C) 2000-2008, International Business Machines + Corporation and others. All Rights Reserved. -IN NO EVENT SHALL THE COPYRIGHT HOLDER BE LIABLE TO ANY PARTY FOR -DIRECT, INDIRECT, SPECIAL, INCIDENTAL, OR CONSEQUENTIAL DAMAGES -ARISING OUT OF THE USE OF THIS SOFTWARE AND ITS DOCUMENTATION, EVEN -IF THE COPYRIGHT HOLDER HAS BEEN ADVISED OF THE POSSIBILITY OF SUCH -DAMAGE. -THE COPYRIGHT HOLDER SPECIFICALLY DISCLAIMS ANY WARRANTIES, INCLUDING, -BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND -FITNESS FOR A PARTICULAR PURPOSE. THE SOFTWARE PROVIDED HEREUNDER IS -ON AN "AS IS" BASIS, AND THE COPYRIGHT HOLDER HAS NO OBLIGATION TO -PROVIDE MAINTENANCE, SUPPORT, UPDATES, ENHANCEMENTS, OR MODIFICATIONS. + -------------------------------------------------------------------------------- -harfbuzz +icu -Copyright © 2021 Google, Inc. +© 2016 and later: Unicode, Inc. and others. +License & terms of use: http://www.unicode.org/copyright.html -This is part of HarfBuzz, a text shaping library. -Permission is hereby granted, without written agreement and without -license or royalty fees, to use, copy, modify, and distribute this -software and its documentation for any purpose, provided that the -above copyright notice and the following two paragraphs appear in -all copies of this software. + Copyright (C) 2000-2010, International Business Machines + Corporation and others. All Rights Reserved. -IN NO EVENT SHALL THE COPYRIGHT HOLDER BE LIABLE TO ANY PARTY FOR -DIRECT, INDIRECT, SPECIAL, INCIDENTAL, OR CONSEQUENTIAL DAMAGES -ARISING OUT OF THE USE OF THIS SOFTWARE AND ITS DOCUMENTATION, EVEN -IF THE COPYRIGHT HOLDER HAS BEEN ADVISED OF THE POSSIBILITY OF SUCH -DAMAGE. -THE COPYRIGHT HOLDER SPECIFICALLY DISCLAIMS ANY WARRANTIES, INCLUDING, -BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND -FITNESS FOR A PARTICULAR PURPOSE. THE SOFTWARE PROVIDED HEREUNDER IS -ON AN "AS IS" BASIS, AND THE COPYRIGHT HOLDER HAS NO OBLIGATION TO -PROVIDE MAINTENANCE, SUPPORT, UPDATES, ENHANCEMENTS, OR MODIFICATIONS. + -------------------------------------------------------------------------------- -harfbuzz +icu -Copyright © 2022 Behdad Esfahbod +© 2016 and later: Unicode, Inc. and others. +License & terms of use: http://www.unicode.org/copyright.html -This is part of HarfBuzz, a text shaping library. -Permission is hereby granted, without written agreement and without -license or royalty fees, to use, copy, modify, and distribute this -software and its documentation for any purpose, provided that the -above copyright notice and the following two paragraphs appear in -all copies of this software. + Copyright (C) 2000-2011, International Business Machines + Corporation and others. All Rights Reserved. -IN NO EVENT SHALL THE COPYRIGHT HOLDER BE LIABLE TO ANY PARTY FOR -DIRECT, INDIRECT, SPECIAL, INCIDENTAL, OR CONSEQUENTIAL DAMAGES -ARISING OUT OF THE USE OF THIS SOFTWARE AND ITS DOCUMENTATION, EVEN -IF THE COPYRIGHT HOLDER HAS BEEN ADVISED OF THE POSSIBILITY OF SUCH -DAMAGE. -THE COPYRIGHT HOLDER SPECIFICALLY DISCLAIMS ANY WARRANTIES, INCLUDING, -BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND -FITNESS FOR A PARTICULAR PURPOSE. THE SOFTWARE PROVIDED HEREUNDER IS -ON AN "AS IS" BASIS, AND THE COPYRIGHT HOLDER HAS NO OBLIGATION TO -PROVIDE MAINTENANCE, SUPPORT, UPDATES, ENHANCEMENTS, OR MODIFICATIONS. + -------------------------------------------------------------------------------- -harfbuzz +icu -Copyright © 2022 Google, Inc. +© 2016 and later: Unicode, Inc. and others. +License & terms of use: http://www.unicode.org/copyright.html -This is part of HarfBuzz, a text shaping library. -Permission is hereby granted, without written agreement and without -license or royalty fees, to use, copy, modify, and distribute this -software and its documentation for any purpose, provided that the -above copyright notice and the following two paragraphs appear in -all copies of this software. + Copyright (C) 2000-2012, International Business Machines + Corporation and others. All Rights Reserved. -IN NO EVENT SHALL THE COPYRIGHT HOLDER BE LIABLE TO ANY PARTY FOR -DIRECT, INDIRECT, SPECIAL, INCIDENTAL, OR CONSEQUENTIAL DAMAGES -ARISING OUT OF THE USE OF THIS SOFTWARE AND ITS DOCUMENTATION, EVEN -IF THE COPYRIGHT HOLDER HAS BEEN ADVISED OF THE POSSIBILITY OF SUCH -DAMAGE. -THE COPYRIGHT HOLDER SPECIFICALLY DISCLAIMS ANY WARRANTIES, INCLUDING, -BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND -FITNESS FOR A PARTICULAR PURPOSE. THE SOFTWARE PROVIDED HEREUNDER IS -ON AN "AS IS" BASIS, AND THE COPYRIGHT HOLDER HAS NO OBLIGATION TO -PROVIDE MAINTENANCE, SUPPORT, UPDATES, ENHANCEMENTS, OR MODIFICATIONS. + -------------------------------------------------------------------------------- -harfbuzz +icu -Copyright © 2022 Red Hat, Inc +© 2016 and later: Unicode, Inc. and others. +License & terms of use: http://www.unicode.org/copyright.html -This is part of HarfBuzz, a text shaping library. -Permission is hereby granted, without written agreement and without -license or royalty fees, to use, copy, modify, and distribute this -software and its documentation for any purpose, provided that the -above copyright notice and the following two paragraphs appear in -all copies of this software. + Copyright (C) 2000-2013, International Business Machines + Corporation and others. All Rights Reserved. -IN NO EVENT SHALL THE COPYRIGHT HOLDER BE LIABLE TO ANY PARTY FOR -DIRECT, INDIRECT, SPECIAL, INCIDENTAL, OR CONSEQUENTIAL DAMAGES -ARISING OUT OF THE USE OF THIS SOFTWARE AND ITS DOCUMENTATION, EVEN -IF THE COPYRIGHT HOLDER HAS BEEN ADVISED OF THE POSSIBILITY OF SUCH -DAMAGE. -THE COPYRIGHT HOLDER SPECIFICALLY DISCLAIMS ANY WARRANTIES, INCLUDING, -BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND -FITNESS FOR A PARTICULAR PURPOSE. THE SOFTWARE PROVIDED HEREUNDER IS -ON AN "AS IS" BASIS, AND THE COPYRIGHT HOLDER HAS NO OBLIGATION TO -PROVIDE MAINTENANCE, SUPPORT, UPDATES, ENHANCEMENTS, OR MODIFICATIONS. + -------------------------------------------------------------------------------- -harfbuzz +icu -Copyright © 2022 Red Hat, Inc -Copyright © 2021, 2022 Black Foundry +© 2016 and later: Unicode, Inc. and others. +License & terms of use: http://www.unicode.org/copyright.html + + + Copyright (C) 2000-2014, International Business Machines + Corporation and others. All Rights Reserved. -This is part of HarfBuzz, a text shaping library. -Permission is hereby granted, without written agreement and without -license or royalty fees, to use, copy, modify, and distribute this -software and its documentation for any purpose, provided that the -above copyright notice and the following two paragraphs appear in -all copies of this software. -IN NO EVENT SHALL THE COPYRIGHT HOLDER BE LIABLE TO ANY PARTY FOR -DIRECT, INDIRECT, SPECIAL, INCIDENTAL, OR CONSEQUENTIAL DAMAGES -ARISING OUT OF THE USE OF THIS SOFTWARE AND ITS DOCUMENTATION, EVEN -IF THE COPYRIGHT HOLDER HAS BEEN ADVISED OF THE POSSIBILITY OF SUCH -DAMAGE. -THE COPYRIGHT HOLDER SPECIFICALLY DISCLAIMS ANY WARRANTIES, INCLUDING, -BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND -FITNESS FOR A PARTICULAR PURPOSE. THE SOFTWARE PROVIDED HEREUNDER IS -ON AN "AS IS" BASIS, AND THE COPYRIGHT HOLDER HAS NO OBLIGATION TO -PROVIDE MAINTENANCE, SUPPORT, UPDATES, ENHANCEMENTS, OR MODIFICATIONS. -------------------------------------------------------------------------------- -harfbuzz +icu -Copyright © 2022 Red Hat, Inc. +© 2016 and later: Unicode, Inc. and others. +License & terms of use: http://www.unicode.org/copyright.html + + + Copyright (C) 2000-2015, International Business Machines + Corporation and others. All Rights Reserved. -This is part of HarfBuzz, a text shaping library. -Permission is hereby granted, without written agreement and without -license or royalty fees, to use, copy, modify, and distribute this -software and its documentation for any purpose, provided that the -above copyright notice and the following two paragraphs appear in -all copies of this software. -IN NO EVENT SHALL THE COPYRIGHT HOLDER BE LIABLE TO ANY PARTY FOR -DIRECT, INDIRECT, SPECIAL, INCIDENTAL, OR CONSEQUENTIAL DAMAGES -ARISING OUT OF THE USE OF THIS SOFTWARE AND ITS DOCUMENTATION, EVEN -IF THE COPYRIGHT HOLDER HAS BEEN ADVISED OF THE POSSIBILITY OF SUCH -DAMAGE. -THE COPYRIGHT HOLDER SPECIFICALLY DISCLAIMS ANY WARRANTIES, INCLUDING, -BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND -FITNESS FOR A PARTICULAR PURPOSE. THE SOFTWARE PROVIDED HEREUNDER IS -ON AN "AS IS" BASIS, AND THE COPYRIGHT HOLDER HAS NO OBLIGATION TO -PROVIDE MAINTENANCE, SUPPORT, UPDATES, ENHANCEMENTS, OR MODIFICATIONS. -------------------------------------------------------------------------------- -harfbuzz +icu -Copyright © 2022 Behdad Esfahbod +© 2016 and later: Unicode, Inc. and others. +License & terms of use: http://www.unicode.org/copyright.html -This is part of HarfBuzz, a text shaping library. -Permission is hereby granted, without written agreement and without -license or royalty fees, to use, copy, modify, and distribute this -software and its documentation for any purpose, provided that the -above copyright notice and the following two paragraphs appear in -all copies of this software. + Copyright (C) 2000-2015, International Business Machines + Corporation and others. All Rights Reserved. -IN NO EVENT SHALL THE COPYRIGHT HOLDER BE LIABLE TO ANY PARTY FOR -DIRECT, INDIRECT, SPECIAL, INCIDENTAL, OR CONSEQUENTIAL DAMAGES -ARISING OUT OF THE USE OF THIS SOFTWARE AND ITS DOCUMENTATION, EVEN -IF THE COPYRIGHT HOLDER HAS BEEN ADVISED OF THE POSSIBILITY OF SUCH -DAMAGE. -THE COPYRIGHT HOLDER SPECIFICALLY DISCLAIMS ANY WARRANTIES, INCLUDING, -BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND -FITNESS FOR A PARTICULAR PURPOSE. THE SOFTWARE PROVIDED HEREUNDER IS -ON AN "AS IS" BASIS, AND THE COPYRIGHT HOLDER HAS NO OBLIGATION TO -PROVIDE MAINTENANCE, SUPPORT, UPDATES, ENHANCEMENTS, OR MODIFICATIONS. + -------------------------------------------------------------------------------- -harfbuzz - -Copyright © 2022 Matthias Clasen +icu -This is part of HarfBuzz, a text shaping library. +© 2016 and later: Unicode, Inc. and others. +License & terms of use: http://www.unicode.org/copyright.html -Permission is hereby granted, without written agreement and without -license or royalty fees, to use, copy, modify, and distribute this -software and its documentation for any purpose, provided that the -above copyright notice and the following two paragraphs appear in -all copies of this software. -IN NO EVENT SHALL THE COPYRIGHT HOLDER BE LIABLE TO ANY PARTY FOR -DIRECT, INDIRECT, SPECIAL, INCIDENTAL, OR CONSEQUENTIAL DAMAGES -ARISING OUT OF THE USE OF THIS SOFTWARE AND ITS DOCUMENTATION, EVEN -IF THE COPYRIGHT HOLDER HAS BEEN ADVISED OF THE POSSIBILITY OF SUCH -DAMAGE. + Copyright (C) 2000-2015, International Business Machines + Corporation and others. All Rights Reserved. -THE COPYRIGHT HOLDER SPECIFICALLY DISCLAIMS ANY WARRANTIES, INCLUDING, -BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND -FITNESS FOR A PARTICULAR PURPOSE. THE SOFTWARE PROVIDED HEREUNDER IS -ON AN "AS IS" BASIS, AND THE COPYRIGHT HOLDER HAS NO OBLIGATION TO -PROVIDE MAINTENANCE, SUPPORT, UPDATES, ENHANCEMENTS, OR MODIFICATIONS. + -------------------------------------------------------------------------------- -harfbuzz +icu -Copyright © 2022 Red Hat, Inc. +© 2016 and later: Unicode, Inc. and others. +License & terms of use: http://www.unicode.org/copyright.html -This is part of HarfBuzz, a text shaping library. -Permission is hereby granted, without written agreement and without -license or royalty fees, to use, copy, modify, and distribute this -software and its documentation for any purpose, provided that the -above copyright notice and the following two paragraphs appear in -all copies of this software. + Copyright (C) 2000-2016, International Business Machines + Corporation and others. All Rights Reserved. -IN NO EVENT SHALL THE COPYRIGHT HOLDER BE LIABLE TO ANY PARTY FOR -DIRECT, INDIRECT, SPECIAL, INCIDENTAL, OR CONSEQUENTIAL DAMAGES -ARISING OUT OF THE USE OF THIS SOFTWARE AND ITS DOCUMENTATION, EVEN -IF THE COPYRIGHT HOLDER HAS BEEN ADVISED OF THE POSSIBILITY OF SUCH -DAMAGE. -THE COPYRIGHT HOLDER SPECIFICALLY DISCLAIMS ANY WARRANTIES, INCLUDING, -BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND -FITNESS FOR A PARTICULAR PURPOSE. THE SOFTWARE PROVIDED HEREUNDER IS -ON AN "AS IS" BASIS, AND THE COPYRIGHT HOLDER HAS NO OBLIGATION TO -PROVIDE MAINTENANCE, SUPPORT, UPDATES, ENHANCEMENTS, OR MODIFICATIONS. + -------------------------------------------------------------------------------- -harfbuzz - -Copyright © 2023 Behdad Esfahbod +icu -This is part of HarfBuzz, a text shaping library. +© 2016 and later: Unicode, Inc. and others. +License & terms of use: http://www.unicode.org/copyright.html -Permission is hereby granted, without written agreement and without -license or royalty fees, to use, copy, modify, and distribute this -software and its documentation for any purpose, provided that the -above copyright notice and the following two paragraphs appear in -all copies of this software. -IN NO EVENT SHALL THE COPYRIGHT HOLDER BE LIABLE TO ANY PARTY FOR -DIRECT, INDIRECT, SPECIAL, INCIDENTAL, OR CONSEQUENTIAL DAMAGES -ARISING OUT OF THE USE OF THIS SOFTWARE AND ITS DOCUMENTATION, EVEN -IF THE COPYRIGHT HOLDER HAS BEEN ADVISED OF THE POSSIBILITY OF SUCH -DAMAGE. + Copyright (C) 2000-2016, International Business Machines + Corporation and others. All Rights Reserved. -THE COPYRIGHT HOLDER SPECIFICALLY DISCLAIMS ANY WARRANTIES, INCLUDING, -BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND -FITNESS FOR A PARTICULAR PURPOSE. THE SOFTWARE PROVIDED HEREUNDER IS -ON AN "AS IS" BASIS, AND THE COPYRIGHT HOLDER HAS NO OBLIGATION TO -PROVIDE MAINTENANCE, SUPPORT, UPDATES, ENHANCEMENTS, OR MODIFICATIONS. + -------------------------------------------------------------------------------- -harfbuzz - -Copyright © 2023 Behdad Esfahbod -Copyright © 1999 David Turner -Copyright © 2005 Werner Lemberg -Copyright © 2013-2015 Alexei Podtelezhnikov +icu -This is part of HarfBuzz, a text shaping library. +© 2016 and later: Unicode, Inc. and others. +License & terms of use: http://www.unicode.org/copyright.html -Permission is hereby granted, without written agreement and without -license or royalty fees, to use, copy, modify, and distribute this -software and its documentation for any purpose, provided that the -above copyright notice and the following two paragraphs appear in -all copies of this software. -IN NO EVENT SHALL THE COPYRIGHT HOLDER BE LIABLE TO ANY PARTY FOR -DIRECT, INDIRECT, SPECIAL, INCIDENTAL, OR CONSEQUENTIAL DAMAGES -ARISING OUT OF THE USE OF THIS SOFTWARE AND ITS DOCUMENTATION, EVEN -IF THE COPYRIGHT HOLDER HAS BEEN ADVISED OF THE POSSIBILITY OF SUCH -DAMAGE. + Copyright (C) 2001-2008, International Business Machines + Corporation and others. All Rights Reserved. -THE COPYRIGHT HOLDER SPECIFICALLY DISCLAIMS ANY WARRANTIES, INCLUDING, -BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND -FITNESS FOR A PARTICULAR PURPOSE. THE SOFTWARE PROVIDED HEREUNDER IS -ON AN "AS IS" BASIS, AND THE COPYRIGHT HOLDER HAS NO OBLIGATION TO -PROVIDE MAINTENANCE, SUPPORT, UPDATES, ENHANCEMENTS, OR MODIFICATIONS. + + -------------------------------------------------------------------------------- -harfbuzz +icu -Copyright © 2023 Google, Inc. +© 2016 and later: Unicode, Inc. and others. +License & terms of use: http://www.unicode.org/copyright.html -This is part of HarfBuzz, a text shaping library. -Permission is hereby granted, without written agreement and without -license or royalty fees, to use, copy, modify, and distribute this -software and its documentation for any purpose, provided that the -above copyright notice and the following two paragraphs appear in -all copies of this software. + Copyright (C) 2001-2011, International Business Machines + Corporation and others. All Rights Reserved. -IN NO EVENT SHALL THE COPYRIGHT HOLDER BE LIABLE TO ANY PARTY FOR -DIRECT, INDIRECT, SPECIAL, INCIDENTAL, OR CONSEQUENTIAL DAMAGES -ARISING OUT OF THE USE OF THIS SOFTWARE AND ITS DOCUMENTATION, EVEN -IF THE COPYRIGHT HOLDER HAS BEEN ADVISED OF THE POSSIBILITY OF SUCH -DAMAGE. -THE COPYRIGHT HOLDER SPECIFICALLY DISCLAIMS ANY WARRANTIES, INCLUDING, -BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND -FITNESS FOR A PARTICULAR PURPOSE. THE SOFTWARE PROVIDED HEREUNDER IS -ON AN "AS IS" BASIS, AND THE COPYRIGHT HOLDER HAS NO OBLIGATION TO -PROVIDE MAINTENANCE, SUPPORT, UPDATES, ENHANCEMENTS, OR MODIFICATIONS. + -------------------------------------------------------------------------------- -harfbuzz +icu -Copyright © 2024 David Corbett +© 2016 and later: Unicode, Inc. and others. +License & terms of use: http://www.unicode.org/copyright.html -This is part of HarfBuzz, a text shaping library. -Permission is hereby granted, without written agreement and without -license or royalty fees, to use, copy, modify, and distribute this -software and its documentation for any purpose, provided that the -above copyright notice and the following two paragraphs appear in -all copies of this software. + Copyright (C) 2001-2012, International Business Machines + Corporation and others. All Rights Reserved. -IN NO EVENT SHALL THE COPYRIGHT HOLDER BE LIABLE TO ANY PARTY FOR -DIRECT, INDIRECT, SPECIAL, INCIDENTAL, OR CONSEQUENTIAL DAMAGES -ARISING OUT OF THE USE OF THIS SOFTWARE AND ITS DOCUMENTATION, EVEN -IF THE COPYRIGHT HOLDER HAS BEEN ADVISED OF THE POSSIBILITY OF SUCH -DAMAGE. -THE COPYRIGHT HOLDER SPECIFICALLY DISCLAIMS ANY WARRANTIES, INCLUDING, -BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND -FITNESS FOR A PARTICULAR PURPOSE. THE SOFTWARE PROVIDED HEREUNDER IS -ON AN "AS IS" BASIS, AND THE COPYRIGHT HOLDER HAS NO OBLIGATION TO -PROVIDE MAINTENANCE, SUPPORT, UPDATES, ENHANCEMENTS, OR MODIFICATIONS. + -------------------------------------------------------------------------------- -harfbuzz +icu -Copyright © 2024 Google, Inc. +© 2016 and later: Unicode, Inc. and others. +License & terms of use: http://www.unicode.org/copyright.html + + + Copyright (C) 2001-2014, International Business Machines + Corporation and others. All Rights Reserved. -This is part of HarfBuzz, a text shaping library. -Permission is hereby granted, without written agreement and without -license or royalty fees, to use, copy, modify, and distribute this -software and its documentation for any purpose, provided that the -above copyright notice and the following two paragraphs appear in -all copies of this software. -IN NO EVENT SHALL THE COPYRIGHT HOLDER BE LIABLE TO ANY PARTY FOR -DIRECT, INDIRECT, SPECIAL, INCIDENTAL, OR CONSEQUENTIAL DAMAGES -ARISING OUT OF THE USE OF THIS SOFTWARE AND ITS DOCUMENTATION, EVEN -IF THE COPYRIGHT HOLDER HAS BEEN ADVISED OF THE POSSIBILITY OF SUCH -DAMAGE. -THE COPYRIGHT HOLDER SPECIFICALLY DISCLAIMS ANY WARRANTIES, INCLUDING, -BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND -FITNESS FOR A PARTICULAR PURPOSE. THE SOFTWARE PROVIDED HEREUNDER IS -ON AN "AS IS" BASIS, AND THE COPYRIGHT HOLDER HAS NO OBLIGATION TO -PROVIDE MAINTENANCE, SUPPORT, UPDATES, ENHANCEMENTS, OR MODIFICATIONS. -------------------------------------------------------------------------------- -harfbuzz +icu -Copyright © 2025 Google, Inc. +© 2016 and later: Unicode, Inc. and others. +License & terms of use: http://www.unicode.org/copyright.html -This is part of HarfBuzz, a text shaping library. -Permission is hereby granted, without written agreement and without -license or royalty fees, to use, copy, modify, and distribute this -software and its documentation for any purpose, provided that the -above copyright notice and the following two paragraphs appear in -all copies of this software. + Copyright (C) 2001-2014, International Business Machines + Corporation and others. All Rights Reserved. -IN NO EVENT SHALL THE COPYRIGHT HOLDER BE LIABLE TO ANY PARTY FOR -DIRECT, INDIRECT, SPECIAL, INCIDENTAL, OR CONSEQUENTIAL DAMAGES -ARISING OUT OF THE USE OF THIS SOFTWARE AND ITS DOCUMENTATION, EVEN -IF THE COPYRIGHT HOLDER HAS BEEN ADVISED OF THE POSSIBILITY OF SUCH -DAMAGE. -THE COPYRIGHT HOLDER SPECIFICALLY DISCLAIMS ANY WARRANTIES, INCLUDING, -BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND -FITNESS FOR A PARTICULAR PURPOSE. THE SOFTWARE PROVIDED HEREUNDER IS -ON AN "AS IS" BASIS, AND THE COPYRIGHT HOLDER HAS NO OBLIGATION TO -PROVIDE MAINTENANCE, SUPPORT, UPDATES, ENHANCEMENTS, OR MODIFICATIONS. + -------------------------------------------------------------------------------- -harfbuzz +icu -Copyright © 2025 Behdad Esfahbod +© 2016 and later: Unicode, Inc. and others. +License & terms of use: http://www.unicode.org/copyright.html -This is part of HarfBuzz, a text shaping library. -Permission is hereby granted, without written agreement and without -license or royalty fees, to use, copy, modify, and distribute this -software and its documentation for any purpose, provided that the -above copyright notice and the following two paragraphs appear in -all copies of this software. + Copyright (C) 2001-2015, International Business Machines + Corporation and others. All Rights Reserved. -IN NO EVENT SHALL THE COPYRIGHT HOLDER BE LIABLE TO ANY PARTY FOR -DIRECT, INDIRECT, SPECIAL, INCIDENTAL, OR CONSEQUENTIAL DAMAGES -ARISING OUT OF THE USE OF THIS SOFTWARE AND ITS DOCUMENTATION, EVEN -IF THE COPYRIGHT HOLDER HAS BEEN ADVISED OF THE POSSIBILITY OF SUCH -DAMAGE. -THE COPYRIGHT HOLDER SPECIFICALLY DISCLAIMS ANY WARRANTIES, INCLUDING, -BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND -FITNESS FOR A PARTICULAR PURPOSE. THE SOFTWARE PROVIDED HEREUNDER IS -ON AN "AS IS" BASIS, AND THE COPYRIGHT HOLDER HAS NO OBLIGATION TO -PROVIDE MAINTENANCE, SUPPORT, UPDATES, ENHANCEMENTS, OR MODIFICATIONS. + -------------------------------------------------------------------------------- -harfbuzz +icu -HarfBuzz is licensed under the so-called "Old MIT" license. Details follow. -For parts of HarfBuzz that are licensed under different licenses see individual -files names COPYING in subdirectories where applicable. +© 2016 and later: Unicode, Inc. and others. +License & terms of use: http://www.unicode.org/copyright.html -Copyright © 2010-2022 Google, Inc. -Copyright © 2015-2020 Ebrahim Byagowi -Copyright © 2019,2020 Facebook, Inc. -Copyright © 2012,2015 Mozilla Foundation -Copyright © 2011 Codethink Limited -Copyright © 2008,2010 Nokia Corporation and/or its subsidiary(-ies) -Copyright © 2009 Keith Stribley -Copyright © 2011 Martin Hosken and SIL International -Copyright © 2007 Chris Wilson -Copyright © 2005,2006,2020,2021,2022,2023 Behdad Esfahbod -Copyright © 2004,2007,2008,2009,2010,2013,2021,2022,2023 Red Hat, Inc. -Copyright © 1998-2005 David Turner and Werner Lemberg -Copyright © 2016 Igalia S.L. -Copyright © 2022 Matthias Clasen -Copyright © 2018,2021 Khaled Hosny -Copyright © 2018,2019,2020 Adobe, Inc -Copyright © 2013-2015 Alexei Podtelezhnikov -For full copyright notices consult the individual files in the package. + Copyright (C) 2001-2016, International Business Machines + Corporation and others. All Rights Reserved. -Permission is hereby granted, without written agreement and without -license or royalty fees, to use, copy, modify, and distribute this -software and its documentation for any purpose, provided that the -above copyright notice and the following two paragraphs appear in -all copies of this software. -IN NO EVENT SHALL THE COPYRIGHT HOLDER BE LIABLE TO ANY PARTY FOR -DIRECT, INDIRECT, SPECIAL, INCIDENTAL, OR CONSEQUENTIAL DAMAGES -ARISING OUT OF THE USE OF THIS SOFTWARE AND ITS DOCUMENTATION, EVEN -IF THE COPYRIGHT HOLDER HAS BEEN ADVISED OF THE POSSIBILITY OF SUCH -DAMAGE. -THE COPYRIGHT HOLDER SPECIFICALLY DISCLAIMS ANY WARRANTIES, INCLUDING, -BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND -FITNESS FOR A PARTICULAR PURPOSE. THE SOFTWARE PROVIDED HEREUNDER IS -ON AN "AS IS" BASIS, AND THE COPYRIGHT HOLDER HAS NO OBLIGATION TO -PROVIDE MAINTENANCE, SUPPORT, UPDATES, ENHANCEMENTS, OR MODIFICATIONS. -------------------------------------------------------------------------------- -harfbuzz icu -web_unicode - -Unicode® Copyright and Terms of Use -For the general privacy policy governing access to this site, see the Unicode Privacy Policy. - -A. Unicode Copyright -1. Copyright © 1991-2022 Unicode, Inc. All rights reserved. -B. Definitions -Unicode Data Files ("DATA FILES") include all data files under the directories: -https://www.unicode.org/Public/ -https://www.unicode.org/reports/ -https://www.unicode.org/ivd/data/ - -Unicode Data Files do not include PDF online code charts under the directory: -https://www.unicode.org/Public/ - -Unicode Software ("SOFTWARE") includes any source code published in the Unicode Standard -or any source code or compiled code under the directories: -https://www.unicode.org/Public/PROGRAMS/ -https://www.unicode.org/Public/cldr/ -http://site.icu-project.org/download/ -C. Terms of Use -1. Certain documents and files on this website contain a legend indicating that "Modification is permitted." Any person is hereby authorized, without fee, to modify such documents and files to create derivative works conforming to the Unicode® Standard, subject to Terms and Conditions herein. -2. Any person is hereby authorized, without fee, to view, use, reproduce, and distribute all documents and files, subject to the Terms and Conditions herein. -3. Further specifications of rights and restrictions pertaining to the use of the Unicode DATA FILES and SOFTWARE can be found in the Unicode Data Files and Software License. -4. Each version of the Unicode Standard has further specifications of rights and restrictions of use. For the book editions (Unicode 5.0 and earlier), these are found on the back of the title page. -5. The Unicode PDF online code charts carry specific restrictions. Those restrictions are incorporated as the first page of each PDF code chart. -6. All other files, including online documentation of the core specification for Unicode 6.0 and later, are covered under these general Terms of Use. -7. No license is granted to "mirror" the Unicode website where a fee is charged for access to the "mirror" site. -8. Modification is not permitted with respect to this document. All copies of this document must be verbatim. -D. Restricted Rights Legend -1. Any technical data or software which is licensed to the United States of America, its agencies and/or instrumentalities under this Agreement is commercial technical data or commercial computer software developed exclusively at private expense as defined in FAR 2.101, or DFARS 252.227-7014 (June 1995), as applicable. For technical data, use, duplication, or disclosure by the Government is subject to restrictions as set forth in DFARS 202.227-7015 Technical Data, Commercial and Items (Nov 1995) and this Agreement. For Software, in accordance with FAR 12-212 or DFARS 227-7202, as applicable, use, duplication or disclosure by the Government is subject to the restrictions set forth in this Agreement. -E.Warranties and Disclaimers -1. This publication and/or website may include technical or typographical errors or other inaccuracies. Changes are periodically added to the information herein; these changes will be incorporated in new editions of the publication and/or website. Unicode, Inc. may make improvements and/or changes in the product(s) and/or program(s) described in this publication and/or website at any time. -2. If this file has been purchased on magnetic or optical media from Unicode, Inc. the sole and exclusive remedy for any claim will be exchange of the defective media within ninety (90) days of original purchase. -3. EXCEPT AS PROVIDED IN SECTION E.2, THIS PUBLICATION AND/OR SOFTWARE IS PROVIDED "AS IS" WITHOUT WARRANTY OF ANY KIND EITHER EXPRESS, IMPLIED, OR STATUTORY, INCLUDING, BUT NOT LIMITED TO, ANY WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE, OR NON-INFRINGEMENT. UNICODE, INC. AND ITS LICENSORS ASSUME NO RESPONSIBILITY FOR ERRORS OR OMISSIONS IN THIS PUBLICATION AND/OR SOFTWARE OR OTHER DOCUMENTS WHICH ARE REFERENCED BY OR LINKED TO THIS PUBLICATION OR THE UNICODE WEBSITE. -F. Waiver of Damages -1. In no event shall Unicode, Inc. or its licensors be liable for any special, incidental, indirect or consequential damages of any kind, or any damages whatsoever, whether or not Unicode, Inc. was advised of the possibility of the damage, including, without limitation, those resulting from the following: loss of use, data or profits, in connection with the use, modification or distribution of this information or its derivatives. -G. Trademarks & Logos -1. The Unicode Word Mark and the Unicode Logo are trademarks of Unicode, Inc. “The Unicode Consortium” and “Unicode, Inc.” are trade names of Unicode, Inc. Use of the information and materials found on this website indicates your acknowledgement of Unicode, Inc.’s exclusive worldwide rights in the Unicode Word Mark, the Unicode Logo, and the Unicode trade names. -3. The Unicode Consortium Name and Trademark Usage Policy (“Trademark Policy”) are incorporated herein by reference and you agree to abide by the provisions of the Trademark Policy, which may be changed from time to time in the sole discretion of Unicode, Inc. -4. All third party trademarks referenced herein are the property of their respective owners. -H. Miscellaneous -1. Jurisdiction and Venue. This website is operated from a location in the State of California, United States of America. Unicode, Inc. makes no representation that the materials are appropriate for use in other locations. If you access this website from other locations, you are responsible for compliance with local laws. This Agreement, all use of this website and any claims and damages resulting from use of this website are governed solely by the laws of the State of California without regard to any principles which would apply the laws of a different jurisdiction. The user agrees that any disputes regarding this website shall be resolved solely in the courts located in Santa Clara County, California. The user agrees said courts have personal jurisdiction and agree to waive any right to transfer the dispute to any other forum. -2. Modification by Unicode, Inc. Unicode, Inc. shall have the right to modify this Agreement at any time by posting it to this website. The user may not assign any part of this Agreement without Unicode, Inc.’s prior written consent. -3. Taxes. The user agrees to pay any taxes arising from access to this website or use of the information herein, except for those based on Unicode’s net income. -4. Severability. If any provision of this Agreement is declared invalid or unenforceable, the remaining provisions of this Agreement shall remain in effect. -5. Entire Agreement. This Agreement constitutes the entire agreement between the parties. - -EXHIBIT 1 -UNICODE, INC. LICENSE AGREEMENT - DATA FILES AND SOFTWARE -See Terms of Use -for definitions of Unicode Inc.’s Data Files and Software. +© 2016 and later: Unicode, Inc. and others. +License & terms of use: http://www.unicode.org/copyright.html -NOTICE TO USER: Carefully read the following legal agreement. -BY DOWNLOADING, INSTALLING, COPYING OR OTHERWISE USING UNICODE INC.'S -DATA FILES ("DATA FILES"), AND/OR SOFTWARE ("SOFTWARE"), -YOU UNEQUIVOCALLY ACCEPT, AND AGREE TO BE BOUND BY, ALL OF THE -TERMS AND CONDITIONS OF THIS AGREEMENT. -IF YOU DO NOT AGREE, DO NOT DOWNLOAD, INSTALL, COPY, DISTRIBUTE OR USE -THE DATA FILES OR SOFTWARE. -COPYRIGHT AND PERMISSION NOTICE + Copyright (C) 2002-2003, International Business Machines + Corporation and others. All Rights Reserved. -Copyright © 1991-2022 Unicode, Inc. All rights reserved. -Distributed under the Terms of Use in https://www.unicode.org/copyright.html. -Permission is hereby granted, free of charge, to any person obtaining -a copy of the Unicode data files and any associated documentation -(the "Data Files") or Unicode software and any associated documentation -(the "Software") to deal in the Data Files or Software -without restriction, including without limitation the rights to use, -copy, modify, merge, publish, distribute, and/or sell copies of -the Data Files or Software, and to permit persons to whom the Data Files -or Software are furnished to do so, provided that either -(a) this copyright and permission notice appear with all copies -of the Data Files or Software, or -(b) this copyright and permission notice appear in associated -Documentation. + +-------------------------------------------------------------------------------- +icu -THE DATA FILES AND SOFTWARE ARE PROVIDED "AS IS", WITHOUT WARRANTY OF -ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE -WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND -NONINFRINGEMENT OF THIRD PARTY RIGHTS. -IN NO EVENT SHALL THE COPYRIGHT HOLDER OR HOLDERS INCLUDED IN THIS -NOTICE BE LIABLE FOR ANY CLAIM, OR ANY SPECIAL INDIRECT OR CONSEQUENTIAL -DAMAGES, OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE, -DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER -TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR -PERFORMANCE OF THE DATA FILES OR SOFTWARE. +© 2016 and later: Unicode, Inc. and others. +License & terms of use: http://www.unicode.org/copyright.html -Except as contained in this notice, the name of a copyright holder -shall not be used in advertising or otherwise to promote the sale, -use or other dealings in these Data Files or Software without prior -written authorization of the copyright holder. + + Copyright (C) 2002-2006, International Business Machines + Corporation and others. All Rights Reserved. + + + -------------------------------------------------------------------------------- -hive_ce -hive_ce_flutter +icu -Copyright 2025 Aaron DeLory +© 2016 and later: Unicode, Inc. and others. +License & terms of use: http://www.unicode.org/copyright.html -Redistribution and use in source and binary forms, with or without modification, are permitted provided that the following conditions are met: -1. Redistributions of source code must retain the above copyright notice, this list of conditions and the following disclaimer. + Copyright (C) 2002-2010, International Business Machines + Corporation and others. All Rights Reserved. -2. Redistributions in binary form must reproduce the above copyright notice, this list of conditions and the following disclaimer in the documentation and/or other materials provided with the distribution. -3. Neither the name of the copyright holder nor the names of its contributors may be used to endorse or promote products derived from this software without specific prior written permission. + +-------------------------------------------------------------------------------- +icu -THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT HOLDER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. +© 2016 and later: Unicode, Inc. and others. +License & terms of use: http://www.unicode.org/copyright.html -================================================================================ -The above license covers all modifications after (including) commit `4eb0dbc7807e7210831a2c71f056ac15c9e32e52`. All code created before commit `4eb0dbc7807e7210831a2c71f056ac15c9e32e52` is covered by the following license: + Copyright (C) 2002-2011 International Business Machines + Corporation and others. All Rights Reserved. - Apache License - Version 2.0, January 2004 - http://www.apache.org/licenses/ - TERMS AND CONDITIONS FOR USE, REPRODUCTION, AND DISTRIBUTION + +-------------------------------------------------------------------------------- +icu - 1. Definitions. +© 2016 and later: Unicode, Inc. and others. +License & terms of use: http://www.unicode.org/copyright.html - "License" shall mean the terms and conditions for use, reproduction, - and distribution as defined by Sections 1 through 9 of this document. - "Licensor" shall mean the copyright owner or entity authorized by - the copyright owner that is granting the License. + Copyright (C) 2002-2011, International Business Machines + Corporation and others. All Rights Reserved. - "Legal Entity" shall mean the union of the acting entity and all - other entities that control, are controlled by, or are under common - control with that entity. For the purposes of this definition, - "control" means (i) the power, direct or indirect, to cause the - direction or management of such entity, whether by contract or - otherwise, or (ii) ownership of fifty percent (50%) or more of the - outstanding shares, or (iii) beneficial ownership of such entity. - "You" (or "Your") shall mean an individual or Legal Entity - exercising permissions granted by this License. - "Source" form shall mean the preferred form for making modifications, - including but not limited to software source code, documentation - source, and configuration files. - "Object" form shall mean any form resulting from mechanical - transformation or translation of a Source form, including but - not limited to compiled object code, generated documentation, - and conversions to other media types. +-------------------------------------------------------------------------------- +icu - "Work" shall mean the work of authorship, whether in Source or - Object form, made available under the License, as indicated by a - copyright notice that is included in or attached to the work - (an example is provided in the Appendix below). +© 2016 and later: Unicode, Inc. and others. +License & terms of use: http://www.unicode.org/copyright.html - "Derivative Works" shall mean any work, whether in Source or Object - form, that is based on (or derived from) the Work and for which the - editorial revisions, annotations, elaborations, or other modifications - represent, as a whole, an original work of authorship. For the purposes - of this License, Derivative Works shall not include works that remain - separable from, or merely link (or bind by name) to the interfaces of, - the Work and Derivative Works thereof. - "Contribution" shall mean any work of authorship, including - the original version of the Work and any modifications or additions - to that Work or Derivative Works thereof, that is intentionally - submitted to Licensor for inclusion in the Work by the copyright owner - or by an individual or Legal Entity authorized to submit on behalf of - the copyright owner. For the purposes of this definition, "submitted" - means any form of electronic, verbal, or written communication sent - to the Licensor or its representatives, including but not limited to - communication on electronic mailing lists, source code control systems, - and issue tracking systems that are managed by, or on behalf of, the - Licensor for the purpose of discussing and improving the Work, but - excluding communication that is conspicuously marked or otherwise - designated in writing by the copyright owner as "Not a Contribution." + Copyright (C) 2002-2011, International Business Machines + Corporation and others. All Rights Reserved. + + + +-------------------------------------------------------------------------------- +icu - "Contributor" shall mean Licensor and any individual or Legal Entity - on behalf of whom a Contribution has been received by Licensor and - subsequently incorporated within the Work. +© 2016 and later: Unicode, Inc. and others. +License & terms of use: http://www.unicode.org/copyright.html - 2. Grant of Copyright License. Subject to the terms and conditions of - this License, each Contributor hereby grants to You a perpetual, - worldwide, non-exclusive, no-charge, royalty-free, irrevocable - copyright license to reproduce, prepare Derivative Works of, - publicly display, publicly perform, sublicense, and distribute the - Work and such Derivative Works in Source or Object form. - 3. Grant of Patent License. Subject to the terms and conditions of - this License, each Contributor hereby grants to You a perpetual, - worldwide, non-exclusive, no-charge, royalty-free, irrevocable - (except as stated in this section) patent license to make, have made, - use, offer to sell, sell, import, and otherwise transfer the Work, - where such license applies only to those patent claims licensable - by such Contributor that are necessarily infringed by their - Contribution(s) alone or by combination of their Contribution(s) - with the Work to which such Contribution(s) was submitted. If You - institute patent litigation against any entity (including a - cross-claim or counterclaim in a lawsuit) alleging that the Work - or a Contribution incorporated within the Work constitutes direct - or contributory patent infringement, then any patent licenses - granted to You under this License for that Work shall terminate - as of the date such litigation is filed. + Copyright (C) 2002-2012, International Business Machines + Corporation and others. All Rights Reserved. - 4. Redistribution. You may reproduce and distribute copies of the - Work or Derivative Works thereof in any medium, with or without - modifications, and in Source or Object form, provided that You - meet the following conditions: - (a) You must give any other recipients of the Work or - Derivative Works a copy of this License; and - (b) You must cause any modified files to carry prominent notices - stating that You changed the files; and +-------------------------------------------------------------------------------- +icu - (c) You must retain, in the Source form of any Derivative Works - that You distribute, all copyright, patent, trademark, and - attribution notices from the Source form of the Work, - excluding those notices that do not pertain to any part of - the Derivative Works; and +© 2016 and later: Unicode, Inc. and others. +License & terms of use: http://www.unicode.org/copyright.html - (d) If the Work includes a "NOTICE" text file as part of its - distribution, then any Derivative Works that You distribute must - include a readable copy of the attribution notices contained - within such NOTICE file, excluding those notices that do not - pertain to any part of the Derivative Works, in at least one - of the following places: within a NOTICE text file distributed - as part of the Derivative Works; within the Source form or - documentation, if provided along with the Derivative Works; or, - within a display generated by the Derivative Works, if and - wherever such third-party notices normally appear. The contents - of the NOTICE file are for informational purposes only and - do not modify the License. You may add Your own attribution - notices within Derivative Works that You distribute, alongside - or as an addendum to the NOTICE text from the Work, provided - that such additional attribution notices cannot be construed - as modifying the License. - You may add Your own copyright statement to Your modifications and - may provide additional or different license terms and conditions - for use, reproduction, or distribution of Your modifications, or - for any such Derivative Works as a whole, provided Your use, - reproduction, and distribution of the Work otherwise complies with - the conditions stated in this License. + Copyright (C) 2002-2012, International Business Machines + Corporation and others. All Rights Reserved. - 5. Submission of Contributions. Unless You explicitly state otherwise, - any Contribution intentionally submitted for inclusion in the Work - by You to the Licensor shall be under the terms and conditions of - this License, without any additional terms or conditions. - Notwithstanding the above, nothing herein shall supersede or modify - the terms of any separate license agreement you may have executed - with Licensor regarding such Contributions. - 6. Trademarks. This License does not grant permission to use the trade - names, trademarks, service marks, or product names of the Licensor, - except as required for reasonable and customary use in describing the - origin of the Work and reproducing the content of the NOTICE file. + +-------------------------------------------------------------------------------- +icu - 7. Disclaimer of Warranty. Unless required by applicable law or - agreed to in writing, Licensor provides the Work (and each - Contributor provides its Contributions) on an "AS IS" BASIS, - WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or - implied, including, without limitation, any warranties or conditions - of TITLE, NON-INFRINGEMENT, MERCHANTABILITY, or FITNESS FOR A - PARTICULAR PURPOSE. You are solely responsible for determining the - appropriateness of using or redistributing the Work and assume any - risks associated with Your exercise of permissions under this License. +© 2016 and later: Unicode, Inc. and others. +License & terms of use: http://www.unicode.org/copyright.html - 8. Limitation of Liability. In no event and under no legal theory, - whether in tort (including negligence), contract, or otherwise, - unless required by applicable law (such as deliberate and grossly - negligent acts) or agreed to in writing, shall any Contributor be - liable to You for damages, including any direct, indirect, special, - incidental, or consequential damages of any character arising as a - result of this License or out of the use or inability to use the - Work (including but not limited to damages for loss of goodwill, - work stoppage, computer failure or malfunction, or any and all - other commercial damages or losses), even if such Contributor - has been advised of the possibility of such damages. - 9. Accepting Warranty or Additional Liability. While redistributing - the Work or Derivative Works thereof, You may choose to offer, - and charge a fee for, acceptance of support, warranty, indemnity, - or other liability obligations and/or rights consistent with this - License. However, in accepting such obligations, You may act only - on Your own behalf and on Your sole responsibility, not on behalf - of any other Contributor, and only if You agree to indemnify, - defend, and hold each Contributor harmless for any liability - incurred by, or claims asserted against, such Contributor by reason - of your accepting any such warranty or additional liability. + Copyright (C) 2002-2013, International Business Machines + Corporation and others. All Rights Reserved. - END OF TERMS AND CONDITIONS - APPENDIX: How to apply the Apache License to your work. + +-------------------------------------------------------------------------------- +icu - To apply the Apache License to your work, attach the following - boilerplate notice, with the fields enclosed by brackets "[]" - replaced with your own identifying information. (Don't include - the brackets!) The text should be enclosed in the appropriate - comment syntax for the file format. We also recommend that a - file or class name and description of purpose be included on the - same "printed page" as the copyright notice for easier - identification within third-party archives. +© 2016 and later: Unicode, Inc. and others. +License & terms of use: http://www.unicode.org/copyright.html - Copyright 2019 Simon Leier - Licensed under the Apache License, Version 2.0 (the "License"); - you may not use this file except in compliance with the License. - You may obtain a copy of the License at + Copyright (C) 2002-2014, International Business Machines + Corporation and others. All Rights Reserved. - http://www.apache.org/licenses/LICENSE-2.0 - Unless required by applicable law or agreed to in writing, software - distributed under the License is distributed on an "AS IS" BASIS, - WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. - See the License for the specific language governing permissions and - limitations under the License. + -------------------------------------------------------------------------------- -hotreloader +icu - Apache License - Version 2.0, January 2004 - http://www.apache.org/licenses/ +© 2016 and later: Unicode, Inc. and others. +License & terms of use: http://www.unicode.org/copyright.html -TERMS AND CONDITIONS FOR USE, REPRODUCTION, AND DISTRIBUTION -1. Definitions. + Copyright (C) 2002-2015, International Business Machines + Corporation and others. All Rights Reserved. - "License" shall mean the terms and conditions for use, reproduction, - and distribution as defined by Sections 1 through 9 of this document. - "Licensor" shall mean the copyright owner or entity authorized by - the copyright owner that is granting the License. - "Legal Entity" shall mean the union of the acting entity and all - other entities that control, are controlled by, or are under common - control with that entity. For the purposes of this definition, - "control" means (i) the power, direct or indirect, to cause the - direction or management of such entity, whether by contract or - otherwise, or (ii) ownership of fifty percent (50%) or more of the - outstanding shares, or (iii) beneficial ownership of such entity. - "You" (or "Your") shall mean an individual or Legal Entity - exercising permissions granted by this License. +-------------------------------------------------------------------------------- +icu - "Source" form shall mean the preferred form for making modifications, - including but not limited to software source code, documentation - source, and configuration files. +© 2016 and later: Unicode, Inc. and others. +License & terms of use: http://www.unicode.org/copyright.html - "Object" form shall mean any form resulting from mechanical - transformation or translation of a Source form, including but - not limited to compiled object code, generated documentation, - and conversions to other media types. - "Work" shall mean the work of authorship, whether in Source or - Object form, made available under the License, as indicated by a - copyright notice that is included in or attached to the work - (an example is provided in the Appendix below). + Copyright (C) 2002-2015, International Business Machines + Corporation and others. All Rights Reserved. - "Derivative Works" shall mean any work, whether in Source or Object - form, that is based on (or derived from) the Work and for which the - editorial revisions, annotations, elaborations, or other modifications - represent, as a whole, an original work of authorship. For the purposes - of this License, Derivative Works shall not include works that remain - separable from, or merely link (or bind by name) to the interfaces of, - the Work and Derivative Works thereof. + +-------------------------------------------------------------------------------- +icu - "Contribution" shall mean any work of authorship, including - the original version of the Work and any modifications or additions - to that Work or Derivative Works thereof, that is intentionally - submitted to Licensor for inclusion in the Work by the copyright owner - or by an individual or Legal Entity authorized to submit on behalf of - the copyright owner. For the purposes of this definition, "submitted" - means any form of electronic, verbal, or written communication sent - to the Licensor or its representatives, including but not limited to - communication on electronic mailing lists, source code control systems, - and issue tracking systems that are managed by, or on behalf of, the - Licensor for the purpose of discussing and improving the Work, but - excluding communication that is conspicuously marked or otherwise - designated in writing by the copyright owner as "Not a Contribution." +© 2016 and later: Unicode, Inc. and others. +License & terms of use: http://www.unicode.org/copyright.html - "Contributor" shall mean Licensor and any individual or Legal Entity - on behalf of whom a Contribution has been received by Licensor and - subsequently incorporated within the Work. -2. Grant of Copyright License. Subject to the terms and conditions of - this License, each Contributor hereby grants to You a perpetual, - worldwide, non-exclusive, no-charge, royalty-free, irrevocable - copyright license to reproduce, prepare Derivative Works of, - publicly display, publicly perform, sublicense, and distribute the - Work and such Derivative Works in Source or Object form. + Copyright (C) 2002-2016, International Business Machines + Corporation and others. All Rights Reserved. -3. Grant of Patent License. Subject to the terms and conditions of - this License, each Contributor hereby grants to You a perpetual, - worldwide, non-exclusive, no-charge, royalty-free, irrevocable - (except as stated in this section) patent license to make, have made, - use, offer to sell, sell, import, and otherwise transfer the Work, - where such license applies only to those patent claims licensable - by such Contributor that are necessarily infringed by their - Contribution(s) alone or by combination of their Contribution(s) - with the Work to which such Contribution(s) was submitted. If You - institute patent litigation against any entity (including a - cross-claim or counterclaim in a lawsuit) alleging that the Work - or a Contribution incorporated within the Work constitutes direct - or contributory patent infringement, then any patent licenses - granted to You under this License for that Work shall terminate - as of the date such litigation is filed. -4. Redistribution. You may reproduce and distribute copies of the - Work or Derivative Works thereof in any medium, with or without - modifications, and in Source or Object form, provided that You - meet the following conditions: + +-------------------------------------------------------------------------------- +icu - (a) You must give any other recipients of the Work or - Derivative Works a copy of this License; and +© 2016 and later: Unicode, Inc. and others. +License & terms of use: http://www.unicode.org/copyright.html - (b) You must cause any modified files to carry prominent notices - stating that You changed the files; and - (c) You must retain, in the Source form of any Derivative Works - that You distribute, all copyright, patent, trademark, and - attribution notices from the Source form of the Work, - excluding those notices that do not pertain to any part of - the Derivative Works; and + Copyright (C) 2002-2016, International Business Machines + Corporation and others. All Rights Reserved. - (d) If the Work includes a "NOTICE" text file as part of its - distribution, then any Derivative Works that You distribute must - include a readable copy of the attribution notices contained - within such NOTICE file, excluding those notices that do not - pertain to any part of the Derivative Works, in at least one - of the following places: within a NOTICE text file distributed - as part of the Derivative Works; within the Source form or - documentation, if provided along with the Derivative Works; or, - within a display generated by the Derivative Works, if and - wherever such third-party notices normally appear. The contents - of the NOTICE file are for informational purposes only and - do not modify the License. You may add Your own attribution - notices within Derivative Works that You distribute, alongside - or as an addendum to the NOTICE text from the Work, provided - that such additional attribution notices cannot be construed - as modifying the License. + +-------------------------------------------------------------------------------- +icu - You may add Your own copyright statement to Your modifications and - may provide additional or different license terms and conditions - for use, reproduction, or distribution of Your modifications, or - for any such Derivative Works as a whole, provided Your use, - reproduction, and distribution of the Work otherwise complies with - the conditions stated in this License. +© 2016 and later: Unicode, Inc. and others. +License & terms of use: http://www.unicode.org/copyright.html -5. Submission of Contributions. Unless You explicitly state otherwise, - any Contribution intentionally submitted for inclusion in the Work - by You to the Licensor shall be under the terms and conditions of - this License, without any additional terms or conditions. - Notwithstanding the above, nothing herein shall supersede or modify - the terms of any separate license agreement you may have executed - with Licensor regarding such Contributions. -6. Trademarks. This License does not grant permission to use the trade - names, trademarks, service marks, or product names of the Licensor, - except as required for reasonable and customary use in describing the - origin of the Work and reproducing the content of the NOTICE file. + Copyright (C) 2003-2004, International Business Machines + Corporation and others. All Rights Reserved. -7. Disclaimer of Warranty. Unless required by applicable law or - agreed to in writing, Licensor provides the Work (and each - Contributor provides its Contributions) on an "AS IS" BASIS, - WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or - implied, including, without limitation, any warranties or conditions - of TITLE, NON-INFRINGEMENT, MERCHANTABILITY, or FITNESS FOR A - PARTICULAR PURPOSE. You are solely responsible for determining the - appropriateness of using or redistributing the Work and assume any - risks associated with Your exercise of permissions under this License. -8. Limitation of Liability. In no event and under no legal theory, - whether in tort (including negligence), contract, or otherwise, - unless required by applicable law (such as deliberate and grossly - negligent acts) or agreed to in writing, shall any Contributor be - liable to You for damages, including any direct, indirect, special, - incidental, or consequential damages of any character arising as a - result of this License or out of the use or inability to use the - Work (including but not limited to damages for loss of goodwill, - work stoppage, computer failure or malfunction, or any and all - other commercial damages or losses), even if such Contributor - has been advised of the possibility of such damages. -9. Accepting Warranty or Additional Liability. While redistributing - the Work or Derivative Works thereof, You may choose to offer, - and charge a fee for, acceptance of support, warranty, indemnity, - or other liability obligations and/or rights consistent with this - License. However, in accepting such obligations, You may act only - on Your own behalf and on Your sole responsibility, not on behalf - of any other Contributor, and only if You agree to indemnify, - defend, and hold each Contributor harmless for any liability - incurred by, or claims asserted against, such Contributor by reason - of your accepting any such warranty or additional liability. +-------------------------------------------------------------------------------- +icu -END OF TERMS AND CONDITIONS +© 2016 and later: Unicode, Inc. and others. +License & terms of use: http://www.unicode.org/copyright.html -APPENDIX: How to apply the Apache License to your work. - To apply the Apache License to your work, attach the following - boilerplate notice, with the fields enclosed by brackets "[]" - replaced with your own identifying information. (Don't include - the brackets!) The text should be enclosed in the appropriate - comment syntax for the file format. We also recommend that a - file or class name and description of purpose be included on the - same "printed page" as the copyright notice for easier - identification within third-party archives. + Copyright (C) 2003-2006, International Business Machines + Corporation and others. All Rights Reserved. -Copyright [yyyy] [name of copyright owner] -Licensed under the Apache License, Version 2.0 (the "License"); -you may not use this file except in compliance with the License. -You may obtain a copy of the License at + +-------------------------------------------------------------------------------- +icu - http://www.apache.org/licenses/LICENSE-2.0 +© 2016 and later: Unicode, Inc. and others. +License & terms of use: http://www.unicode.org/copyright.html -Unless required by applicable law or agreed to in writing, software -distributed under the License is distributed on an "AS IS" BASIS, -WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -See the License for the specific language governing permissions and -limitations under the License. + Copyright (C) 2003-2007, International Business Machines + Corporation and others. All Rights Reserved. + + + -------------------------------------------------------------------------------- icu -# Copyright (c) 2006-2015 International Business Machines Corporation, - # Apple Inc., and others. All Rights Reserved. +© 2016 and later: Unicode, Inc. and others. +License & terms of use: http://www.unicode.org/copyright.html -Permission is hereby granted, free of charge, to any person obtaining a -copy of data files and any associated documentation (the "Data Files") or -software and any associated documentation (the "Software") to deal in the -Data Files or Software without restriction, including without limitation -the rights to use, copy, modify, merge, publish, distribute, and/or sell -copies of the Data Files or Software, and to permit persons to whom the -Data Files or Software are furnished to do so, provided that either (a) -this copyright and permission notice appear with all copies of the Data -Files or Software, or (b) this copyright and permission notice appear in -associated Documentation. -THE DATA FILES AND SOFTWARE ARE PROVIDED "AS IS", WITHOUT WARRANTY OF ANY -KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF -MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT OF -THIRD PARTY RIGHTS. + Copyright (C) 2003-2009, International Business Machines + Corporation and others. All Rights Reserved. -IN NO EVENT SHALL THE COPYRIGHT HOLDER OR HOLDERS INCLUDED IN THIS NOTICE -BE LIABLE FOR ANY CLAIM, OR ANY SPECIAL INDIRECT OR CONSEQUENTIAL DAMAGES, -OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, -WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, -ARISING OUT OF OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THE DATA -FILES OR SOFTWARE. -Except as contained in this notice, the name of a copyright holder shall -not be used in advertising or otherwise to promote the sale, use or other -dealings in these Data Files or Software without prior written -authorization of the copyright holder. + -------------------------------------------------------------------------------- icu -Copyright (C) 1995-2001, International Business Machines -Corporation and others. All Rights Reserved. +© 2016 and later: Unicode, Inc. and others. +License & terms of use: http://www.unicode.org/copyright.html -Permission is hereby granted, free of charge, to any person obtaining a -copy of data files and any associated documentation (the "Data Files") or -software and any associated documentation (the "Software") to deal in the -Data Files or Software without restriction, including without limitation -the rights to use, copy, modify, merge, publish, distribute, and/or sell -copies of the Data Files or Software, and to permit persons to whom the -Data Files or Software are furnished to do so, provided that either (a) -this copyright and permission notice appear with all copies of the Data -Files or Software, or (b) this copyright and permission notice appear in -associated Documentation. -THE DATA FILES AND SOFTWARE ARE PROVIDED "AS IS", WITHOUT WARRANTY OF ANY -KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF -MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT OF -THIRD PARTY RIGHTS. + Copyright (C) 2003-2012, International Business Machines + Corporation and others. All Rights Reserved. -IN NO EVENT SHALL THE COPYRIGHT HOLDER OR HOLDERS INCLUDED IN THIS NOTICE -BE LIABLE FOR ANY CLAIM, OR ANY SPECIAL INDIRECT OR CONSEQUENTIAL DAMAGES, -OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, -WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, -ARISING OUT OF OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THE DATA -FILES OR SOFTWARE. -Except as contained in this notice, the name of a copyright holder shall -not be used in advertising or otherwise to promote the sale, use or other -dealings in these Data Files or Software without prior written -authorization of the copyright holder. + -------------------------------------------------------------------------------- icu -Copyright (C) 1995-2002, International Business Machines -Corporation and others. All Rights Reserved. +© 2016 and later: Unicode, Inc. and others. +License & terms of use: http://www.unicode.org/copyright.html -Permission is hereby granted, free of charge, to any person obtaining a -copy of data files and any associated documentation (the "Data Files") or -software and any associated documentation (the "Software") to deal in the -Data Files or Software without restriction, including without limitation -the rights to use, copy, modify, merge, publish, distribute, and/or sell -copies of the Data Files or Software, and to permit persons to whom the -Data Files or Software are furnished to do so, provided that either (a) -this copyright and permission notice appear with all copies of the Data -Files or Software, or (b) this copyright and permission notice appear in -associated Documentation. -THE DATA FILES AND SOFTWARE ARE PROVIDED "AS IS", WITHOUT WARRANTY OF ANY -KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF -MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT OF -THIRD PARTY RIGHTS. + Copyright (C) 2003-2013, International Business Machines + Corporation and others. All Rights Reserved. -IN NO EVENT SHALL THE COPYRIGHT HOLDER OR HOLDERS INCLUDED IN THIS NOTICE -BE LIABLE FOR ANY CLAIM, OR ANY SPECIAL INDIRECT OR CONSEQUENTIAL DAMAGES, -OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, -WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, -ARISING OUT OF OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THE DATA -FILES OR SOFTWARE. -Except as contained in this notice, the name of a copyright holder shall -not be used in advertising or otherwise to promote the sale, use or other -dealings in these Data Files or Software without prior written -authorization of the copyright holder. + -------------------------------------------------------------------------------- icu -Copyright (C) 1995-2003, International Business Machines -Corporation and others. All Rights Reserved. +© 2016 and later: Unicode, Inc. and others. +License & terms of use: http://www.unicode.org/copyright.html -Permission is hereby granted, free of charge, to any person obtaining a -copy of data files and any associated documentation (the "Data Files") or -software and any associated documentation (the "Software") to deal in the -Data Files or Software without restriction, including without limitation -the rights to use, copy, modify, merge, publish, distribute, and/or sell -copies of the Data Files or Software, and to permit persons to whom the -Data Files or Software are furnished to do so, provided that either (a) -this copyright and permission notice appear with all copies of the Data -Files or Software, or (b) this copyright and permission notice appear in -associated Documentation. -THE DATA FILES AND SOFTWARE ARE PROVIDED "AS IS", WITHOUT WARRANTY OF ANY -KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF -MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT OF -THIRD PARTY RIGHTS. + Copyright (C) 2003-2014, International Business Machines + Corporation and others. All Rights Reserved. -IN NO EVENT SHALL THE COPYRIGHT HOLDER OR HOLDERS INCLUDED IN THIS NOTICE -BE LIABLE FOR ANY CLAIM, OR ANY SPECIAL INDIRECT OR CONSEQUENTIAL DAMAGES, -OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, -WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, -ARISING OUT OF OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THE DATA -FILES OR SOFTWARE. -Except as contained in this notice, the name of a copyright holder shall -not be used in advertising or otherwise to promote the sale, use or other -dealings in these Data Files or Software without prior written -authorization of the copyright holder. + -------------------------------------------------------------------------------- icu -Copyright (C) 1995-2005, International Business Machines -Corporation and others. All Rights Reserved. +© 2016 and later: Unicode, Inc. and others. +License & terms of use: http://www.unicode.org/copyright.html -Permission is hereby granted, free of charge, to any person obtaining a -copy of data files and any associated documentation (the "Data Files") or -software and any associated documentation (the "Software") to deal in the -Data Files or Software without restriction, including without limitation -the rights to use, copy, modify, merge, publish, distribute, and/or sell -copies of the Data Files or Software, and to permit persons to whom the -Data Files or Software are furnished to do so, provided that either (a) -this copyright and permission notice appear with all copies of the Data -Files or Software, or (b) this copyright and permission notice appear in -associated Documentation. -THE DATA FILES AND SOFTWARE ARE PROVIDED "AS IS", WITHOUT WARRANTY OF ANY -KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF -MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT OF -THIRD PARTY RIGHTS. + Copyright (C) 2003-2015, International Business Machines + Corporation and others. All Rights Reserved. -IN NO EVENT SHALL THE COPYRIGHT HOLDER OR HOLDERS INCLUDED IN THIS NOTICE -BE LIABLE FOR ANY CLAIM, OR ANY SPECIAL INDIRECT OR CONSEQUENTIAL DAMAGES, -OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, -WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, -ARISING OUT OF OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THE DATA -FILES OR SOFTWARE. -Except as contained in this notice, the name of a copyright holder shall -not be used in advertising or otherwise to promote the sale, use or other -dealings in these Data Files or Software without prior written -authorization of the copyright holder. + -------------------------------------------------------------------------------- icu -Copyright (C) 1995-2006, International Business Machines -Corporation and others. All Rights Reserved. +© 2016 and later: Unicode, Inc. and others. +License & terms of use: http://www.unicode.org/copyright.html -Permission is hereby granted, free of charge, to any person obtaining a -copy of data files and any associated documentation (the "Data Files") or -software and any associated documentation (the "Software") to deal in the -Data Files or Software without restriction, including without limitation -the rights to use, copy, modify, merge, publish, distribute, and/or sell -copies of the Data Files or Software, and to permit persons to whom the -Data Files or Software are furnished to do so, provided that either (a) -this copyright and permission notice appear with all copies of the Data -Files or Software, or (b) this copyright and permission notice appear in -associated Documentation. -THE DATA FILES AND SOFTWARE ARE PROVIDED "AS IS", WITHOUT WARRANTY OF ANY -KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF -MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT OF -THIRD PARTY RIGHTS. + Copyright (C) 2003-2016, International Business Machines + Corporation and others. All Rights Reserved. -IN NO EVENT SHALL THE COPYRIGHT HOLDER OR HOLDERS INCLUDED IN THIS NOTICE -BE LIABLE FOR ANY CLAIM, OR ANY SPECIAL INDIRECT OR CONSEQUENTIAL DAMAGES, -OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, -WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, -ARISING OUT OF OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THE DATA -FILES OR SOFTWARE. -Except as contained in this notice, the name of a copyright holder shall -not be used in advertising or otherwise to promote the sale, use or other -dealings in these Data Files or Software without prior written -authorization of the copyright holder. + -------------------------------------------------------------------------------- icu -Copyright (C) 1995-2007, International Business Machines -Corporation and others. All Rights Reserved. +© 2016 and later: Unicode, Inc. and others. +License & terms of use: http://www.unicode.org/copyright.html -Permission is hereby granted, free of charge, to any person obtaining a -copy of data files and any associated documentation (the "Data Files") or -software and any associated documentation (the "Software") to deal in the -Data Files or Software without restriction, including without limitation -the rights to use, copy, modify, merge, publish, distribute, and/or sell -copies of the Data Files or Software, and to permit persons to whom the -Data Files or Software are furnished to do so, provided that either (a) -this copyright and permission notice appear with all copies of the Data -Files or Software, or (b) this copyright and permission notice appear in -associated Documentation. -THE DATA FILES AND SOFTWARE ARE PROVIDED "AS IS", WITHOUT WARRANTY OF ANY -KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF -MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT OF -THIRD PARTY RIGHTS. + Copyright (C) 2004-2005, International Business Machines + Corporation and others. All Rights Reserved. -IN NO EVENT SHALL THE COPYRIGHT HOLDER OR HOLDERS INCLUDED IN THIS NOTICE -BE LIABLE FOR ANY CLAIM, OR ANY SPECIAL INDIRECT OR CONSEQUENTIAL DAMAGES, -OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, -WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, -ARISING OUT OF OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THE DATA -FILES OR SOFTWARE. -Except as contained in this notice, the name of a copyright holder shall -not be used in advertising or otherwise to promote the sale, use or other -dealings in these Data Files or Software without prior written -authorization of the copyright holder. + -------------------------------------------------------------------------------- icu -Copyright (C) 1995-2009, International Business Machines -Corporation and others. All Rights Reserved. +© 2016 and later: Unicode, Inc. and others. +License & terms of use: http://www.unicode.org/copyright.html -Permission is hereby granted, free of charge, to any person obtaining a -copy of data files and any associated documentation (the "Data Files") or -software and any associated documentation (the "Software") to deal in the -Data Files or Software without restriction, including without limitation -the rights to use, copy, modify, merge, publish, distribute, and/or sell -copies of the Data Files or Software, and to permit persons to whom the -Data Files or Software are furnished to do so, provided that either (a) -this copyright and permission notice appear with all copies of the Data -Files or Software, or (b) this copyright and permission notice appear in -associated Documentation. -THE DATA FILES AND SOFTWARE ARE PROVIDED "AS IS", WITHOUT WARRANTY OF ANY -KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF -MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT OF -THIRD PARTY RIGHTS. + Copyright (C) 2004-2007, International Business Machines + Corporation and others. All Rights Reserved. + -IN NO EVENT SHALL THE COPYRIGHT HOLDER OR HOLDERS INCLUDED IN THIS NOTICE -BE LIABLE FOR ANY CLAIM, OR ANY SPECIAL INDIRECT OR CONSEQUENTIAL DAMAGES, -OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, -WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, -ARISING OUT OF OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THE DATA -FILES OR SOFTWARE. + +-------------------------------------------------------------------------------- +icu -Except as contained in this notice, the name of a copyright holder shall -not be used in advertising or otherwise to promote the sale, use or other -dealings in these Data Files or Software without prior written -authorization of the copyright holder. +© 2016 and later: Unicode, Inc. and others. +License & terms of use: http://www.unicode.org/copyright.html + + + Copyright (C) 2004-2010, International Business Machines + Corporation and others. All Rights Reserved. + + + -------------------------------------------------------------------------------- icu -Copyright (C) 1995-2010, International Business Machines -Corporation and others. All Rights Reserved. +© 2016 and later: Unicode, Inc. and others. +License & terms of use: http://www.unicode.org/copyright.html -Permission is hereby granted, free of charge, to any person obtaining a -copy of data files and any associated documentation (the "Data Files") or -software and any associated documentation (the "Software") to deal in the -Data Files or Software without restriction, including without limitation -the rights to use, copy, modify, merge, publish, distribute, and/or sell -copies of the Data Files or Software, and to permit persons to whom the -Data Files or Software are furnished to do so, provided that either (a) -this copyright and permission notice appear with all copies of the Data -Files or Software, or (b) this copyright and permission notice appear in -associated Documentation. -THE DATA FILES AND SOFTWARE ARE PROVIDED "AS IS", WITHOUT WARRANTY OF ANY -KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF -MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT OF -THIRD PARTY RIGHTS. + Copyright (C) 2004-2012, International Business Machines + Corporation and others. All Rights Reserved. -IN NO EVENT SHALL THE COPYRIGHT HOLDER OR HOLDERS INCLUDED IN THIS NOTICE -BE LIABLE FOR ANY CLAIM, OR ANY SPECIAL INDIRECT OR CONSEQUENTIAL DAMAGES, -OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, -WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, -ARISING OUT OF OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THE DATA -FILES OR SOFTWARE. -Except as contained in this notice, the name of a copyright holder shall -not be used in advertising or otherwise to promote the sale, use or other -dealings in these Data Files or Software without prior written -authorization of the copyright holder. + -------------------------------------------------------------------------------- icu -Copyright (C) 1995-2013, International Business Machines -Corporation and others. All Rights Reserved. +© 2016 and later: Unicode, Inc. and others. +License & terms of use: http://www.unicode.org/copyright.html -Permission is hereby granted, free of charge, to any person obtaining a -copy of data files and any associated documentation (the "Data Files") or -software and any associated documentation (the "Software") to deal in the -Data Files or Software without restriction, including without limitation -the rights to use, copy, modify, merge, publish, distribute, and/or sell -copies of the Data Files or Software, and to permit persons to whom the -Data Files or Software are furnished to do so, provided that either (a) -this copyright and permission notice appear with all copies of the Data -Files or Software, or (b) this copyright and permission notice appear in -associated Documentation. -THE DATA FILES AND SOFTWARE ARE PROVIDED "AS IS", WITHOUT WARRANTY OF ANY -KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF -MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT OF -THIRD PARTY RIGHTS. + Copyright (C) 2004-2014, International Business Machines + Corporation and others. All Rights Reserved. -IN NO EVENT SHALL THE COPYRIGHT HOLDER OR HOLDERS INCLUDED IN THIS NOTICE -BE LIABLE FOR ANY CLAIM, OR ANY SPECIAL INDIRECT OR CONSEQUENTIAL DAMAGES, -OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, -WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, -ARISING OUT OF OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THE DATA -FILES OR SOFTWARE. -Except as contained in this notice, the name of a copyright holder shall -not be used in advertising or otherwise to promote the sale, use or other -dealings in these Data Files or Software without prior written -authorization of the copyright holder. + -------------------------------------------------------------------------------- icu -Copyright (C) 1995-2014, International Business Machines -Corporation and others. All Rights Reserved. +© 2016 and later: Unicode, Inc. and others. +License & terms of use: http://www.unicode.org/copyright.html -Permission is hereby granted, free of charge, to any person obtaining a -copy of data files and any associated documentation (the "Data Files") or -software and any associated documentation (the "Software") to deal in the -Data Files or Software without restriction, including without limitation -the rights to use, copy, modify, merge, publish, distribute, and/or sell -copies of the Data Files or Software, and to permit persons to whom the -Data Files or Software are furnished to do so, provided that either (a) -this copyright and permission notice appear with all copies of the Data -Files or Software, or (b) this copyright and permission notice appear in -associated Documentation. -THE DATA FILES AND SOFTWARE ARE PROVIDED "AS IS", WITHOUT WARRANTY OF ANY -KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF -MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT OF -THIRD PARTY RIGHTS. + Copyright (C) 2005, International Business Machines + Corporation and others. All Rights Reserved. -IN NO EVENT SHALL THE COPYRIGHT HOLDER OR HOLDERS INCLUDED IN THIS NOTICE -BE LIABLE FOR ANY CLAIM, OR ANY SPECIAL INDIRECT OR CONSEQUENTIAL DAMAGES, -OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, -WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, -ARISING OUT OF OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THE DATA -FILES OR SOFTWARE. -Except as contained in this notice, the name of a copyright holder shall -not be used in advertising or otherwise to promote the sale, use or other -dealings in these Data Files or Software without prior written -authorization of the copyright holder. + -------------------------------------------------------------------------------- icu -Copyright (C) 1995-2015, International Business Machines -Corporation and others. All Rights Reserved. +© 2016 and later: Unicode, Inc. and others. +License & terms of use: http://www.unicode.org/copyright.html -Permission is hereby granted, free of charge, to any person obtaining a -copy of data files and any associated documentation (the "Data Files") or -software and any associated documentation (the "Software") to deal in the -Data Files or Software without restriction, including without limitation -the rights to use, copy, modify, merge, publish, distribute, and/or sell -copies of the Data Files or Software, and to permit persons to whom the -Data Files or Software are furnished to do so, provided that either (a) -this copyright and permission notice appear with all copies of the Data -Files or Software, or (b) this copyright and permission notice appear in -associated Documentation. -THE DATA FILES AND SOFTWARE ARE PROVIDED "AS IS", WITHOUT WARRANTY OF ANY -KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF -MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT OF -THIRD PARTY RIGHTS. + Copyright (C) 2005-2012, International Business Machines + Corporation and others. All Rights Reserved. -IN NO EVENT SHALL THE COPYRIGHT HOLDER OR HOLDERS INCLUDED IN THIS NOTICE -BE LIABLE FOR ANY CLAIM, OR ANY SPECIAL INDIRECT OR CONSEQUENTIAL DAMAGES, -OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, -WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, -ARISING OUT OF OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THE DATA -FILES OR SOFTWARE. -Except as contained in this notice, the name of a copyright holder shall -not be used in advertising or otherwise to promote the sale, use or other -dealings in these Data Files or Software without prior written -authorization of the copyright holder. + -------------------------------------------------------------------------------- icu -Copyright (C) 1996-2008, International Business Machines Corporation * -and others. All Rights Reserved. +© 2016 and later: Unicode, Inc. and others. +License & terms of use: http://www.unicode.org/copyright.html -Permission is hereby granted, free of charge, to any person obtaining a -copy of data files and any associated documentation (the "Data Files") or -software and any associated documentation (the "Software") to deal in the -Data Files or Software without restriction, including without limitation -the rights to use, copy, modify, merge, publish, distribute, and/or sell -copies of the Data Files or Software, and to permit persons to whom the -Data Files or Software are furnished to do so, provided that either (a) -this copyright and permission notice appear with all copies of the Data -Files or Software, or (b) this copyright and permission notice appear in -associated Documentation. -THE DATA FILES AND SOFTWARE ARE PROVIDED "AS IS", WITHOUT WARRANTY OF ANY -KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF -MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT OF -THIRD PARTY RIGHTS. + Copyright (C) 2005-2014, International Business Machines + Corporation and others. All Rights Reserved. -IN NO EVENT SHALL THE COPYRIGHT HOLDER OR HOLDERS INCLUDED IN THIS NOTICE -BE LIABLE FOR ANY CLAIM, OR ANY SPECIAL INDIRECT OR CONSEQUENTIAL DAMAGES, -OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, -WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, -ARISING OUT OF OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THE DATA -FILES OR SOFTWARE. -Except as contained in this notice, the name of a copyright holder shall -not be used in advertising or otherwise to promote the sale, use or other -dealings in these Data Files or Software without prior written -authorization of the copyright holder. + -------------------------------------------------------------------------------- icu -Copyright (C) 1996-2012, International Business Machines Corporation -and others. All Rights Reserved. +© 2016 and later: Unicode, Inc. and others. +License & terms of use: http://www.unicode.org/copyright.html -Permission is hereby granted, free of charge, to any person obtaining a -copy of data files and any associated documentation (the "Data Files") or -software and any associated documentation (the "Software") to deal in the -Data Files or Software without restriction, including without limitation -the rights to use, copy, modify, merge, publish, distribute, and/or sell -copies of the Data Files or Software, and to permit persons to whom the -Data Files or Software are furnished to do so, provided that either (a) -this copyright and permission notice appear with all copies of the Data -Files or Software, or (b) this copyright and permission notice appear in -associated Documentation. -THE DATA FILES AND SOFTWARE ARE PROVIDED "AS IS", WITHOUT WARRANTY OF ANY -KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF -MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT OF -THIRD PARTY RIGHTS. + Copyright (C) 2005-2016, International Business Machines + Corporation and others. All Rights Reserved. -IN NO EVENT SHALL THE COPYRIGHT HOLDER OR HOLDERS INCLUDED IN THIS NOTICE -BE LIABLE FOR ANY CLAIM, OR ANY SPECIAL INDIRECT OR CONSEQUENTIAL DAMAGES, -OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, -WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, -ARISING OUT OF OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THE DATA -FILES OR SOFTWARE. -Except as contained in this notice, the name of a copyright holder shall -not be used in advertising or otherwise to promote the sale, use or other -dealings in these Data Files or Software without prior written -authorization of the copyright holder. + -------------------------------------------------------------------------------- icu -Copyright (C) 1996-2012, International Business Machines Corporation and -others. All Rights Reserved. +© 2016 and later: Unicode, Inc. and others. +License & terms of use: http://www.unicode.org/copyright.html -Permission is hereby granted, free of charge, to any person obtaining a -copy of data files and any associated documentation (the "Data Files") or -software and any associated documentation (the "Software") to deal in the -Data Files or Software without restriction, including without limitation -the rights to use, copy, modify, merge, publish, distribute, and/or sell -copies of the Data Files or Software, and to permit persons to whom the -Data Files or Software are furnished to do so, provided that either (a) -this copyright and permission notice appear with all copies of the Data -Files or Software, or (b) this copyright and permission notice appear in -associated Documentation. -THE DATA FILES AND SOFTWARE ARE PROVIDED "AS IS", WITHOUT WARRANTY OF ANY -KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF -MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT OF -THIRD PARTY RIGHTS. + Copyright (C) 2007, International Business Machines + Corporation and others. All Rights Reserved. -IN NO EVENT SHALL THE COPYRIGHT HOLDER OR HOLDERS INCLUDED IN THIS NOTICE -BE LIABLE FOR ANY CLAIM, OR ANY SPECIAL INDIRECT OR CONSEQUENTIAL DAMAGES, -OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, -WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, -ARISING OUT OF OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THE DATA -FILES OR SOFTWARE. -Except as contained in this notice, the name of a copyright holder shall -not be used in advertising or otherwise to promote the sale, use or other -dealings in these Data Files or Software without prior written -authorization of the copyright holder. + -------------------------------------------------------------------------------- icu -Copyright (C) 1996-2013, International Business Machines -Corporation and others. All Rights Reserved. +© 2016 and later: Unicode, Inc. and others. +License & terms of use: http://www.unicode.org/copyright.html -Permission is hereby granted, free of charge, to any person obtaining a -copy of data files and any associated documentation (the "Data Files") or -software and any associated documentation (the "Software") to deal in the -Data Files or Software without restriction, including without limitation -the rights to use, copy, modify, merge, publish, distribute, and/or sell -copies of the Data Files or Software, and to permit persons to whom the -Data Files or Software are furnished to do so, provided that either (a) -this copyright and permission notice appear with all copies of the Data -Files or Software, or (b) this copyright and permission notice appear in -associated Documentation. -THE DATA FILES AND SOFTWARE ARE PROVIDED "AS IS", WITHOUT WARRANTY OF ANY -KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF -MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT OF -THIRD PARTY RIGHTS. + Copyright (C) 2007-2012, International Business Machines + Corporation and others. All Rights Reserved. -IN NO EVENT SHALL THE COPYRIGHT HOLDER OR HOLDERS INCLUDED IN THIS NOTICE -BE LIABLE FOR ANY CLAIM, OR ANY SPECIAL INDIRECT OR CONSEQUENTIAL DAMAGES, -OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, -WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, -ARISING OUT OF OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THE DATA -FILES OR SOFTWARE. -Except as contained in this notice, the name of a copyright holder shall -not be used in advertising or otherwise to promote the sale, use or other -dealings in these Data Files or Software without prior written -authorization of the copyright holder. + -------------------------------------------------------------------------------- icu -Copyright (C) 1996-2013, International Business Machines Corporation -and others. All Rights Reserved. +© 2016 and later: Unicode, Inc. and others. +License & terms of use: http://www.unicode.org/copyright.html -Permission is hereby granted, free of charge, to any person obtaining a -copy of data files and any associated documentation (the "Data Files") or -software and any associated documentation (the "Software") to deal in the -Data Files or Software without restriction, including without limitation -the rights to use, copy, modify, merge, publish, distribute, and/or sell -copies of the Data Files or Software, and to permit persons to whom the -Data Files or Software are furnished to do so, provided that either (a) -this copyright and permission notice appear with all copies of the Data -Files or Software, or (b) this copyright and permission notice appear in -associated Documentation. -THE DATA FILES AND SOFTWARE ARE PROVIDED "AS IS", WITHOUT WARRANTY OF ANY -KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF -MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT OF -THIRD PARTY RIGHTS. + Copyright (C) 2007-2015, International Business Machines + Corporation and others. All Rights Reserved. -IN NO EVENT SHALL THE COPYRIGHT HOLDER OR HOLDERS INCLUDED IN THIS NOTICE -BE LIABLE FOR ANY CLAIM, OR ANY SPECIAL INDIRECT OR CONSEQUENTIAL DAMAGES, -OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, -WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, -ARISING OUT OF OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THE DATA -FILES OR SOFTWARE. -Except as contained in this notice, the name of a copyright holder shall -not be used in advertising or otherwise to promote the sale, use or other -dealings in these Data Files or Software without prior written -authorization of the copyright holder. + +-------------------------------------------------------------------------------- +icu + +© 2016 and later: Unicode, Inc. and others. +License & terms of use: http://www.unicode.org/copyright.html + + + Copyright (C) 2007-2016, International Business Machines + Corporation and others. All Rights Reserved. + + + -------------------------------------------------------------------------------- icu -Copyright (C) 1996-2014, International Business Machines -Corporation and others. All Rights Reserved. +© 2016 and later: Unicode, Inc. and others. +License & terms of use: http://www.unicode.org/copyright.html -Permission is hereby granted, free of charge, to any person obtaining a -copy of data files and any associated documentation (the "Data Files") or -software and any associated documentation (the "Software") to deal in the -Data Files or Software without restriction, including without limitation -the rights to use, copy, modify, merge, publish, distribute, and/or sell -copies of the Data Files or Software, and to permit persons to whom the -Data Files or Software are furnished to do so, provided that either (a) -this copyright and permission notice appear with all copies of the Data -Files or Software, or (b) this copyright and permission notice appear in -associated Documentation. -THE DATA FILES AND SOFTWARE ARE PROVIDED "AS IS", WITHOUT WARRANTY OF ANY -KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF -MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT OF -THIRD PARTY RIGHTS. + Copyright (C) 2008-2011, International Business Machines + Corporation, Google and others. All Rights Reserved. + -IN NO EVENT SHALL THE COPYRIGHT HOLDER OR HOLDERS INCLUDED IN THIS NOTICE -BE LIABLE FOR ANY CLAIM, OR ANY SPECIAL INDIRECT OR CONSEQUENTIAL DAMAGES, -OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, -WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, -ARISING OUT OF OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THE DATA -FILES OR SOFTWARE. -Except as contained in this notice, the name of a copyright holder shall -not be used in advertising or otherwise to promote the sale, use or other -dealings in these Data Files or Software without prior written -authorization of the copyright holder. -------------------------------------------------------------------------------- icu -Copyright (C) 1996-2014, International Business Machines Corporation and -others. All Rights Reserved. +© 2016 and later: Unicode, Inc. and others. +License & terms of use: http://www.unicode.org/copyright.html + + + Copyright (C) 2008-2011, International Business Machines + Corporation, Google and others. All Rights Reserved. -Permission is hereby granted, free of charge, to any person obtaining a -copy of data files and any associated documentation (the "Data Files") or -software and any associated documentation (the "Software") to deal in the -Data Files or Software without restriction, including without limitation -the rights to use, copy, modify, merge, publish, distribute, and/or sell -copies of the Data Files or Software, and to permit persons to whom the -Data Files or Software are furnished to do so, provided that either (a) -this copyright and permission notice appear with all copies of the Data -Files or Software, or (b) this copyright and permission notice appear in -associated Documentation. -THE DATA FILES AND SOFTWARE ARE PROVIDED "AS IS", WITHOUT WARRANTY OF ANY -KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF -MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT OF -THIRD PARTY RIGHTS. -IN NO EVENT SHALL THE COPYRIGHT HOLDER OR HOLDERS INCLUDED IN THIS NOTICE -BE LIABLE FOR ANY CLAIM, OR ANY SPECIAL INDIRECT OR CONSEQUENTIAL DAMAGES, -OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, -WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, -ARISING OUT OF OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THE DATA -FILES OR SOFTWARE. -Except as contained in this notice, the name of a copyright holder shall -not be used in advertising or otherwise to promote the sale, use or other -dealings in these Data Files or Software without prior written -authorization of the copyright holder. -------------------------------------------------------------------------------- icu -Copyright (C) 1996-2014, International Business Machines Corporation and others. -All Rights Reserved. +© 2016 and later: Unicode, Inc. and others. +License & terms of use: http://www.unicode.org/copyright.html -Permission is hereby granted, free of charge, to any person obtaining a -copy of data files and any associated documentation (the "Data Files") or -software and any associated documentation (the "Software") to deal in the -Data Files or Software without restriction, including without limitation -the rights to use, copy, modify, merge, publish, distribute, and/or sell -copies of the Data Files or Software, and to permit persons to whom the -Data Files or Software are furnished to do so, provided that either (a) -this copyright and permission notice appear with all copies of the Data -Files or Software, or (b) this copyright and permission notice appear in -associated Documentation. -THE DATA FILES AND SOFTWARE ARE PROVIDED "AS IS", WITHOUT WARRANTY OF ANY -KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF -MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT OF -THIRD PARTY RIGHTS. + Copyright (C) 2008-2015, International Business Machines + Corporation and others. All Rights Reserved. -IN NO EVENT SHALL THE COPYRIGHT HOLDER OR HOLDERS INCLUDED IN THIS NOTICE -BE LIABLE FOR ANY CLAIM, OR ANY SPECIAL INDIRECT OR CONSEQUENTIAL DAMAGES, -OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, -WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, -ARISING OUT OF OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THE DATA -FILES OR SOFTWARE. -Except as contained in this notice, the name of a copyright holder shall -not be used in advertising or otherwise to promote the sale, use or other -dealings in these Data Files or Software without prior written -authorization of the copyright holder. + -------------------------------------------------------------------------------- icu -Copyright (C) 1996-2015, International Business Machines -Corporation and others. All Rights Reserved. +© 2016 and later: Unicode, Inc. and others. +License & terms of use: http://www.unicode.org/copyright.html -Permission is hereby granted, free of charge, to any person obtaining a -copy of data files and any associated documentation (the "Data Files") or -software and any associated documentation (the "Software") to deal in the -Data Files or Software without restriction, including without limitation -the rights to use, copy, modify, merge, publish, distribute, and/or sell -copies of the Data Files or Software, and to permit persons to whom the -Data Files or Software are furnished to do so, provided that either (a) -this copyright and permission notice appear with all copies of the Data -Files or Software, or (b) this copyright and permission notice appear in -associated Documentation. -THE DATA FILES AND SOFTWARE ARE PROVIDED "AS IS", WITHOUT WARRANTY OF ANY -KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF -MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT OF -THIRD PARTY RIGHTS. + Copyright (C) 2008-2016, International Business Machines + Corporation and others. All Rights Reserved. -IN NO EVENT SHALL THE COPYRIGHT HOLDER OR HOLDERS INCLUDED IN THIS NOTICE -BE LIABLE FOR ANY CLAIM, OR ANY SPECIAL INDIRECT OR CONSEQUENTIAL DAMAGES, -OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, -WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, -ARISING OUT OF OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THE DATA -FILES OR SOFTWARE. -Except as contained in this notice, the name of a copyright holder shall -not be used in advertising or otherwise to promote the sale, use or other -dealings in these Data Files or Software without prior written -authorization of the copyright holder. + -------------------------------------------------------------------------------- icu -Copyright (C) 1996-2015, International Business Machines Corporation and -others. All Rights Reserved. +© 2016 and later: Unicode, Inc. and others. +License & terms of use: http://www.unicode.org/copyright.html -Permission is hereby granted, free of charge, to any person obtaining a -copy of data files and any associated documentation (the "Data Files") or -software and any associated documentation (the "Software") to deal in the -Data Files or Software without restriction, including without limitation -the rights to use, copy, modify, merge, publish, distribute, and/or sell -copies of the Data Files or Software, and to permit persons to whom the -Data Files or Software are furnished to do so, provided that either (a) -this copyright and permission notice appear with all copies of the Data -Files or Software, or (b) this copyright and permission notice appear in -associated Documentation. -THE DATA FILES AND SOFTWARE ARE PROVIDED "AS IS", WITHOUT WARRANTY OF ANY -KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF -MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT OF -THIRD PARTY RIGHTS. + Copyright (C) 2009, International Business Machines + Corporation and others. All Rights Reserved. -IN NO EVENT SHALL THE COPYRIGHT HOLDER OR HOLDERS INCLUDED IN THIS NOTICE -BE LIABLE FOR ANY CLAIM, OR ANY SPECIAL INDIRECT OR CONSEQUENTIAL DAMAGES, -OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, -WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, -ARISING OUT OF OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THE DATA -FILES OR SOFTWARE. -Except as contained in this notice, the name of a copyright holder shall -not be used in advertising or otherwise to promote the sale, use or other -dealings in these Data Files or Software without prior written -authorization of the copyright holder. + -------------------------------------------------------------------------------- icu -Copyright (C) 1996-2015, International Business Machines Corporation and others. -All Rights Reserved. +© 2016 and later: Unicode, Inc. and others. +License & terms of use: http://www.unicode.org/copyright.html -Permission is hereby granted, free of charge, to any person obtaining a -copy of data files and any associated documentation (the "Data Files") or -software and any associated documentation (the "Software") to deal in the -Data Files or Software without restriction, including without limitation -the rights to use, copy, modify, merge, publish, distribute, and/or sell -copies of the Data Files or Software, and to permit persons to whom the -Data Files or Software are furnished to do so, provided that either (a) -this copyright and permission notice appear with all copies of the Data -Files or Software, or (b) this copyright and permission notice appear in -associated Documentation. -THE DATA FILES AND SOFTWARE ARE PROVIDED "AS IS", WITHOUT WARRANTY OF ANY -KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF -MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT OF -THIRD PARTY RIGHTS. + Copyright (C) 2009-2011, International Business Machines + Corporation and others. All Rights Reserved. + -IN NO EVENT SHALL THE COPYRIGHT HOLDER OR HOLDERS INCLUDED IN THIS NOTICE -BE LIABLE FOR ANY CLAIM, OR ANY SPECIAL INDIRECT OR CONSEQUENTIAL DAMAGES, -OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, -WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, -ARISING OUT OF OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THE DATA -FILES OR SOFTWARE. -Except as contained in this notice, the name of a copyright holder shall -not be used in advertising or otherwise to promote the sale, use or other -dealings in these Data Files or Software without prior written -authorization of the copyright holder. -------------------------------------------------------------------------------- icu -Copyright (C) 1996-2016, International Business Machines -Corporation and others. All Rights Reserved. +© 2016 and later: Unicode, Inc. and others. +License & terms of use: http://www.unicode.org/copyright.html -Permission is hereby granted, free of charge, to any person obtaining a -copy of data files and any associated documentation (the "Data Files") or -software and any associated documentation (the "Software") to deal in the -Data Files or Software without restriction, including without limitation -the rights to use, copy, modify, merge, publish, distribute, and/or sell -copies of the Data Files or Software, and to permit persons to whom the -Data Files or Software are furnished to do so, provided that either (a) -this copyright and permission notice appear with all copies of the Data -Files or Software, or (b) this copyright and permission notice appear in -associated Documentation. -THE DATA FILES AND SOFTWARE ARE PROVIDED "AS IS", WITHOUT WARRANTY OF ANY -KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF -MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT OF -THIRD PARTY RIGHTS. + Copyright (C) 2009-2011, International Business Machines + Corporation and others. All Rights Reserved. -IN NO EVENT SHALL THE COPYRIGHT HOLDER OR HOLDERS INCLUDED IN THIS NOTICE -BE LIABLE FOR ANY CLAIM, OR ANY SPECIAL INDIRECT OR CONSEQUENTIAL DAMAGES, -OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, -WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, -ARISING OUT OF OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THE DATA -FILES OR SOFTWARE. -Except as contained in this notice, the name of a copyright holder shall -not be used in advertising or otherwise to promote the sale, use or other -dealings in these Data Files or Software without prior written -authorization of the copyright holder. + -------------------------------------------------------------------------------- icu -Copyright (C) 1996-2016, International Business Machines -Corporation and others. All Rights Reserved. +© 2016 and later: Unicode, Inc. and others. +License & terms of use: http://www.unicode.org/copyright.html -Permission is hereby granted, free of charge, to any person obtaining a -copy of data files and any associated documentation (the "Data Files") or -software and any associated documentation (the "Software") to deal in the -Data Files or Software without restriction, including without limitation -the rights to use, copy, modify, merge, publish, distribute, and/or sell -copies of the Data Files or Software, and to permit persons to whom the -Data Files or Software are furnished to do so, provided that either (a) -this copyright and permission notice appear with all copies of the Data -Files or Software, or (b) this copyright and permission notice appear in -associated Documentation. -THE DATA FILES AND SOFTWARE ARE PROVIDED "AS IS", WITHOUT WARRANTY OF ANY -KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF -MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT OF -THIRD PARTY RIGHTS. + Copyright (C) 2009-2012, International Business Machines + Corporation and others. All Rights Reserved. -IN NO EVENT SHALL THE COPYRIGHT HOLDER OR HOLDERS INCLUDED IN THIS NOTICE -BE LIABLE FOR ANY CLAIM, OR ANY SPECIAL INDIRECT OR CONSEQUENTIAL DAMAGES, -OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, -WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, -ARISING OUT OF OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THE DATA -FILES OR SOFTWARE. -Except as contained in this notice, the name of a copyright holder shall -not be used in advertising or otherwise to promote the sale, use or other -dealings in these Data Files or Software without prior written -authorization of the copyright holder. + -------------------------------------------------------------------------------- icu -Copyright (C) 1996-2016, International Business Machines Corporation and -others. All Rights Reserved. +© 2016 and later: Unicode, Inc. and others. +License & terms of use: http://www.unicode.org/copyright.html -Permission is hereby granted, free of charge, to any person obtaining a -copy of data files and any associated documentation (the "Data Files") or -software and any associated documentation (the "Software") to deal in the -Data Files or Software without restriction, including without limitation -the rights to use, copy, modify, merge, publish, distribute, and/or sell -copies of the Data Files or Software, and to permit persons to whom the -Data Files or Software are furnished to do so, provided that either (a) -this copyright and permission notice appear with all copies of the Data -Files or Software, or (b) this copyright and permission notice appear in -associated Documentation. -THE DATA FILES AND SOFTWARE ARE PROVIDED "AS IS", WITHOUT WARRANTY OF ANY -KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF -MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT OF -THIRD PARTY RIGHTS. + Copyright (C) 2009-2013, International Business Machines + Corporation and others. All Rights Reserved. + -IN NO EVENT SHALL THE COPYRIGHT HOLDER OR HOLDERS INCLUDED IN THIS NOTICE -BE LIABLE FOR ANY CLAIM, OR ANY SPECIAL INDIRECT OR CONSEQUENTIAL DAMAGES, -OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, -WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, -ARISING OUT OF OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THE DATA -FILES OR SOFTWARE. -Except as contained in this notice, the name of a copyright holder shall -not be used in advertising or otherwise to promote the sale, use or other -dealings in these Data Files or Software without prior written -authorization of the copyright holder. -------------------------------------------------------------------------------- icu -Copyright (C) 1997-2000, International Business Machines -Corporation and others. All Rights Reserved. +© 2016 and later: Unicode, Inc. and others. +License & terms of use: http://www.unicode.org/copyright.html -Permission is hereby granted, free of charge, to any person obtaining a -copy of data files and any associated documentation (the "Data Files") or -software and any associated documentation (the "Software") to deal in the -Data Files or Software without restriction, including without limitation -the rights to use, copy, modify, merge, publish, distribute, and/or sell -copies of the Data Files or Software, and to permit persons to whom the -Data Files or Software are furnished to do so, provided that either (a) -this copyright and permission notice appear with all copies of the Data -Files or Software, or (b) this copyright and permission notice appear in -associated Documentation. -THE DATA FILES AND SOFTWARE ARE PROVIDED "AS IS", WITHOUT WARRANTY OF ANY -KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF -MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT OF -THIRD PARTY RIGHTS. + Copyright (C) 2009-2013, International Business Machines + Corporation and others. All Rights Reserved. -IN NO EVENT SHALL THE COPYRIGHT HOLDER OR HOLDERS INCLUDED IN THIS NOTICE -BE LIABLE FOR ANY CLAIM, OR ANY SPECIAL INDIRECT OR CONSEQUENTIAL DAMAGES, -OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, -WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, -ARISING OUT OF OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THE DATA -FILES OR SOFTWARE. -Except as contained in this notice, the name of a copyright holder shall -not be used in advertising or otherwise to promote the sale, use or other -dealings in these Data Files or Software without prior written -authorization of the copyright holder. + -------------------------------------------------------------------------------- icu -Copyright (C) 1997-2003, International Business Machines -Corporation and others. All Rights Reserved. +© 2016 and later: Unicode, Inc. and others. +License & terms of use: http://www.unicode.org/copyright.html -Permission is hereby granted, free of charge, to any person obtaining a -copy of data files and any associated documentation (the "Data Files") or -software and any associated documentation (the "Software") to deal in the -Data Files or Software without restriction, including without limitation -the rights to use, copy, modify, merge, publish, distribute, and/or sell -copies of the Data Files or Software, and to permit persons to whom the -Data Files or Software are furnished to do so, provided that either (a) -this copyright and permission notice appear with all copies of the Data -Files or Software, or (b) this copyright and permission notice appear in -associated Documentation. -THE DATA FILES AND SOFTWARE ARE PROVIDED "AS IS", WITHOUT WARRANTY OF ANY -KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF -MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT OF -THIRD PARTY RIGHTS. + Copyright (C) 2009-2014, International Business Machines + Corporation and others. All Rights Reserved. -IN NO EVENT SHALL THE COPYRIGHT HOLDER OR HOLDERS INCLUDED IN THIS NOTICE -BE LIABLE FOR ANY CLAIM, OR ANY SPECIAL INDIRECT OR CONSEQUENTIAL DAMAGES, -OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, -WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, -ARISING OUT OF OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THE DATA -FILES OR SOFTWARE. -Except as contained in this notice, the name of a copyright holder shall -not be used in advertising or otherwise to promote the sale, use or other -dealings in these Data Files or Software without prior written -authorization of the copyright holder. + -------------------------------------------------------------------------------- icu -Copyright (C) 1997-2005, International Business Machines -Corporation and others. All Rights Reserved. +© 2016 and later: Unicode, Inc. and others. +License & terms of use: http://www.unicode.org/copyright.html -Permission is hereby granted, free of charge, to any person obtaining a -copy of data files and any associated documentation (the "Data Files") or -software and any associated documentation (the "Software") to deal in the -Data Files or Software without restriction, including without limitation -the rights to use, copy, modify, merge, publish, distribute, and/or sell -copies of the Data Files or Software, and to permit persons to whom the -Data Files or Software are furnished to do so, provided that either (a) -this copyright and permission notice appear with all copies of the Data -Files or Software, or (b) this copyright and permission notice appear in -associated Documentation. -THE DATA FILES AND SOFTWARE ARE PROVIDED "AS IS", WITHOUT WARRANTY OF ANY -KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF -MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT OF -THIRD PARTY RIGHTS. + Copyright (C) 2009-2015, International Business Machines + Corporation and others. All Rights Reserved. -IN NO EVENT SHALL THE COPYRIGHT HOLDER OR HOLDERS INCLUDED IN THIS NOTICE -BE LIABLE FOR ANY CLAIM, OR ANY SPECIAL INDIRECT OR CONSEQUENTIAL DAMAGES, -OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, -WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, -ARISING OUT OF OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THE DATA -FILES OR SOFTWARE. -Except as contained in this notice, the name of a copyright holder shall -not be used in advertising or otherwise to promote the sale, use or other -dealings in these Data Files or Software without prior written -authorization of the copyright holder. + + -------------------------------------------------------------------------------- icu -Copyright (C) 1997-2005, International Business Machines Corporation and others. All Rights Reserved. +© 2016 and later: Unicode, Inc. and others. +License & terms of use: http://www.unicode.org/copyright.html -Permission is hereby granted, free of charge, to any person obtaining a -copy of data files and any associated documentation (the "Data Files") or -software and any associated documentation (the "Software") to deal in the -Data Files or Software without restriction, including without limitation -the rights to use, copy, modify, merge, publish, distribute, and/or sell -copies of the Data Files or Software, and to permit persons to whom the -Data Files or Software are furnished to do so, provided that either (a) -this copyright and permission notice appear with all copies of the Data -Files or Software, or (b) this copyright and permission notice appear in -associated Documentation. -THE DATA FILES AND SOFTWARE ARE PROVIDED "AS IS", WITHOUT WARRANTY OF ANY -KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF -MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT OF -THIRD PARTY RIGHTS. + Copyright (C) 2009-2015, International Business Machines + Corporation and others. All Rights Reserved. -IN NO EVENT SHALL THE COPYRIGHT HOLDER OR HOLDERS INCLUDED IN THIS NOTICE -BE LIABLE FOR ANY CLAIM, OR ANY SPECIAL INDIRECT OR CONSEQUENTIAL DAMAGES, -OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, -WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, -ARISING OUT OF OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THE DATA -FILES OR SOFTWARE. -Except as contained in this notice, the name of a copyright holder shall -not be used in advertising or otherwise to promote the sale, use or other -dealings in these Data Files or Software without prior written -authorization of the copyright holder. + -------------------------------------------------------------------------------- icu -Copyright (C) 1997-2006, International Business Machines -Corporation and others. All Rights Reserved. +© 2016 and later: Unicode, Inc. and others. +License & terms of use: http://www.unicode.org/copyright.html -Permission is hereby granted, free of charge, to any person obtaining a -copy of data files and any associated documentation (the "Data Files") or -software and any associated documentation (the "Software") to deal in the -Data Files or Software without restriction, including without limitation -the rights to use, copy, modify, merge, publish, distribute, and/or sell -copies of the Data Files or Software, and to permit persons to whom the -Data Files or Software are furnished to do so, provided that either (a) -this copyright and permission notice appear with all copies of the Data -Files or Software, or (b) this copyright and permission notice appear in -associated Documentation. -THE DATA FILES AND SOFTWARE ARE PROVIDED "AS IS", WITHOUT WARRANTY OF ANY -KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF -MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT OF -THIRD PARTY RIGHTS. + Copyright (C) 2009-2016, International Business Machines + Corporation and others. All Rights Reserved. -IN NO EVENT SHALL THE COPYRIGHT HOLDER OR HOLDERS INCLUDED IN THIS NOTICE -BE LIABLE FOR ANY CLAIM, OR ANY SPECIAL INDIRECT OR CONSEQUENTIAL DAMAGES, -OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, -WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, -ARISING OUT OF OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THE DATA -FILES OR SOFTWARE. -Except as contained in this notice, the name of a copyright holder shall -not be used in advertising or otherwise to promote the sale, use or other -dealings in these Data Files or Software without prior written -authorization of the copyright holder. + -------------------------------------------------------------------------------- icu -Copyright (C) 1997-2009,2014 International Business Machines -Corporation and others. All Rights Reserved. +© 2016 and later: Unicode, Inc. and others. +License & terms of use: http://www.unicode.org/copyright.html -Permission is hereby granted, free of charge, to any person obtaining a -copy of data files and any associated documentation (the "Data Files") or -software and any associated documentation (the "Software") to deal in the -Data Files or Software without restriction, including without limitation -the rights to use, copy, modify, merge, publish, distribute, and/or sell -copies of the Data Files or Software, and to permit persons to whom the -Data Files or Software are furnished to do so, provided that either (a) -this copyright and permission notice appear with all copies of the Data -Files or Software, or (b) this copyright and permission notice appear in -associated Documentation. -THE DATA FILES AND SOFTWARE ARE PROVIDED "AS IS", WITHOUT WARRANTY OF ANY -KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF -MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT OF -THIRD PARTY RIGHTS. + Copyright (C) 2011, International Business Machines + Corporation and others. All Rights Reserved. -IN NO EVENT SHALL THE COPYRIGHT HOLDER OR HOLDERS INCLUDED IN THIS NOTICE -BE LIABLE FOR ANY CLAIM, OR ANY SPECIAL INDIRECT OR CONSEQUENTIAL DAMAGES, -OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, -WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, -ARISING OUT OF OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THE DATA -FILES OR SOFTWARE. -Except as contained in this notice, the name of a copyright holder shall -not be used in advertising or otherwise to promote the sale, use or other -dealings in these Data Files or Software without prior written -authorization of the copyright holder. + -------------------------------------------------------------------------------- icu -Copyright (C) 1997-2010, International Business Machines -Corporation and others. All Rights Reserved. +© 2016 and later: Unicode, Inc. and others. +License & terms of use: http://www.unicode.org/copyright.html -Permission is hereby granted, free of charge, to any person obtaining a -copy of data files and any associated documentation (the "Data Files") or -software and any associated documentation (the "Software") to deal in the -Data Files or Software without restriction, including without limitation -the rights to use, copy, modify, merge, publish, distribute, and/or sell -copies of the Data Files or Software, and to permit persons to whom the -Data Files or Software are furnished to do so, provided that either (a) -this copyright and permission notice appear with all copies of the Data -Files or Software, or (b) this copyright and permission notice appear in -associated Documentation. -THE DATA FILES AND SOFTWARE ARE PROVIDED "AS IS", WITHOUT WARRANTY OF ANY -KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF -MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT OF -THIRD PARTY RIGHTS. + Copyright (C) 2011-2014 International Business Machines + Corporation and others. All Rights Reserved. + -IN NO EVENT SHALL THE COPYRIGHT HOLDER OR HOLDERS INCLUDED IN THIS NOTICE -BE LIABLE FOR ANY CLAIM, OR ANY SPECIAL INDIRECT OR CONSEQUENTIAL DAMAGES, -OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, -WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, -ARISING OUT OF OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THE DATA -FILES OR SOFTWARE. -Except as contained in this notice, the name of a copyright holder shall -not be used in advertising or otherwise to promote the sale, use or other -dealings in these Data Files or Software without prior written -authorization of the copyright holder. -------------------------------------------------------------------------------- icu -Copyright (C) 1997-2010, International Business Machines Corporation and * -others. All Rights Reserved. +© 2016 and later: Unicode, Inc. and others. +License & terms of use: http://www.unicode.org/copyright.html -Permission is hereby granted, free of charge, to any person obtaining a -copy of data files and any associated documentation (the "Data Files") or -software and any associated documentation (the "Software") to deal in the -Data Files or Software without restriction, including without limitation -the rights to use, copy, modify, merge, publish, distribute, and/or sell -copies of the Data Files or Software, and to permit persons to whom the -Data Files or Software are furnished to do so, provided that either (a) -this copyright and permission notice appear with all copies of the Data -Files or Software, or (b) this copyright and permission notice appear in -associated Documentation. -THE DATA FILES AND SOFTWARE ARE PROVIDED "AS IS", WITHOUT WARRANTY OF ANY -KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF -MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT OF -THIRD PARTY RIGHTS. + Copyright (C) 2012,2014 International Business Machines + Corporation and others. All Rights Reserved. + -IN NO EVENT SHALL THE COPYRIGHT HOLDER OR HOLDERS INCLUDED IN THIS NOTICE -BE LIABLE FOR ANY CLAIM, OR ANY SPECIAL INDIRECT OR CONSEQUENTIAL DAMAGES, -OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, -WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, -ARISING OUT OF OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THE DATA -FILES OR SOFTWARE. -Except as contained in this notice, the name of a copyright holder shall -not be used in advertising or otherwise to promote the sale, use or other -dealings in these Data Files or Software without prior written -authorization of the copyright holder. -------------------------------------------------------------------------------- icu -Copyright (C) 1997-2011, International Business Machines -Corporation and others. All Rights Reserved. +© 2016 and later: Unicode, Inc. and others. +License & terms of use: http://www.unicode.org/copyright.html -Permission is hereby granted, free of charge, to any person obtaining a -copy of data files and any associated documentation (the "Data Files") or -software and any associated documentation (the "Software") to deal in the -Data Files or Software without restriction, including without limitation -the rights to use, copy, modify, merge, publish, distribute, and/or sell -copies of the Data Files or Software, and to permit persons to whom the -Data Files or Software are furnished to do so, provided that either (a) -this copyright and permission notice appear with all copies of the Data -Files or Software, or (b) this copyright and permission notice appear in -associated Documentation. -THE DATA FILES AND SOFTWARE ARE PROVIDED "AS IS", WITHOUT WARRANTY OF ANY -KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF -MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT OF -THIRD PARTY RIGHTS. + Copyright (C) 2012-2016, International Business Machines + Corporation and others. All Rights Reserved. + -IN NO EVENT SHALL THE COPYRIGHT HOLDER OR HOLDERS INCLUDED IN THIS NOTICE -BE LIABLE FOR ANY CLAIM, OR ANY SPECIAL INDIRECT OR CONSEQUENTIAL DAMAGES, -OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, -WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, -ARISING OUT OF OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THE DATA -FILES OR SOFTWARE. -Except as contained in this notice, the name of a copyright holder shall -not be used in advertising or otherwise to promote the sale, use or other -dealings in these Data Files or Software without prior written -authorization of the copyright holder. -------------------------------------------------------------------------------- icu -Copyright (C) 1997-2011, International Business Machines Corporation and others. -All Rights Reserved. +© 2016 and later: Unicode, Inc. and others. +License & terms of use: http://www.unicode.org/copyright.html -Permission is hereby granted, free of charge, to any person obtaining a -copy of data files and any associated documentation (the "Data Files") or -software and any associated documentation (the "Software") to deal in the -Data Files or Software without restriction, including without limitation -the rights to use, copy, modify, merge, publish, distribute, and/or sell -copies of the Data Files or Software, and to permit persons to whom the -Data Files or Software are furnished to do so, provided that either (a) -this copyright and permission notice appear with all copies of the Data -Files or Software, or (b) this copyright and permission notice appear in -associated Documentation. -THE DATA FILES AND SOFTWARE ARE PROVIDED "AS IS", WITHOUT WARRANTY OF ANY -KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF -MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT OF -THIRD PARTY RIGHTS. + Copyright (C) 2012-2016, International Business Machines + Corporation and others. All Rights Reserved. -IN NO EVENT SHALL THE COPYRIGHT HOLDER OR HOLDERS INCLUDED IN THIS NOTICE -BE LIABLE FOR ANY CLAIM, OR ANY SPECIAL INDIRECT OR CONSEQUENTIAL DAMAGES, -OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, -WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, -ARISING OUT OF OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THE DATA -FILES OR SOFTWARE. -Except as contained in this notice, the name of a copyright holder shall -not be used in advertising or otherwise to promote the sale, use or other -dealings in these Data Files or Software without prior written -authorization of the copyright holder. + -------------------------------------------------------------------------------- icu -Copyright (C) 1997-2011,2014-2015 International Business Machines -Corporation and others. All Rights Reserved. +© 2016 and later: Unicode, Inc. and others. +License & terms of use: http://www.unicode.org/copyright.html -Permission is hereby granted, free of charge, to any person obtaining a -copy of data files and any associated documentation (the "Data Files") or -software and any associated documentation (the "Software") to deal in the -Data Files or Software without restriction, including without limitation -the rights to use, copy, modify, merge, publish, distribute, and/or sell -copies of the Data Files or Software, and to permit persons to whom the -Data Files or Software are furnished to do so, provided that either (a) -this copyright and permission notice appear with all copies of the Data -Files or Software, or (b) this copyright and permission notice appear in -associated Documentation. -THE DATA FILES AND SOFTWARE ARE PROVIDED "AS IS", WITHOUT WARRANTY OF ANY -KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF -MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT OF -THIRD PARTY RIGHTS. + Copyright (C) 2013-2016, International Business Machines + Corporation and others. All Rights Reserved. -IN NO EVENT SHALL THE COPYRIGHT HOLDER OR HOLDERS INCLUDED IN THIS NOTICE -BE LIABLE FOR ANY CLAIM, OR ANY SPECIAL INDIRECT OR CONSEQUENTIAL DAMAGES, -OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, -WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, -ARISING OUT OF OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THE DATA -FILES OR SOFTWARE. -Except as contained in this notice, the name of a copyright holder shall -not be used in advertising or otherwise to promote the sale, use or other -dealings in these Data Files or Software without prior written -authorization of the copyright holder. + -------------------------------------------------------------------------------- icu -Copyright (C) 1997-2012, International Business Machines -Corporation and others. All Rights Reserved. +© 2016 and later: Unicode, Inc. and others. +License & terms of use: http://www.unicode.org/copyright.html + + + Copyright (C) 2016, International Business Machines + Corporation and others. All Rights Reserved. -Permission is hereby granted, free of charge, to any person obtaining a -copy of data files and any associated documentation (the "Data Files") or -software and any associated documentation (the "Software") to deal in the -Data Files or Software without restriction, including without limitation -the rights to use, copy, modify, merge, publish, distribute, and/or sell -copies of the Data Files or Software, and to permit persons to whom the -Data Files or Software are furnished to do so, provided that either (a) -this copyright and permission notice appear with all copies of the Data -Files or Software, or (b) this copyright and permission notice appear in -associated Documentation. -THE DATA FILES AND SOFTWARE ARE PROVIDED "AS IS", WITHOUT WARRANTY OF ANY -KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF -MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT OF -THIRD PARTY RIGHTS. -IN NO EVENT SHALL THE COPYRIGHT HOLDER OR HOLDERS INCLUDED IN THIS NOTICE -BE LIABLE FOR ANY CLAIM, OR ANY SPECIAL INDIRECT OR CONSEQUENTIAL DAMAGES, -OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, -WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, -ARISING OUT OF OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THE DATA -FILES OR SOFTWARE. -Except as contained in this notice, the name of a copyright holder shall -not be used in advertising or otherwise to promote the sale, use or other -dealings in these Data Files or Software without prior written -authorization of the copyright holder. -------------------------------------------------------------------------------- icu -Copyright (C) 1997-2012, International Business Machines Corporation and * -others. All Rights Reserved. +© 2016 and later: Unicode, Inc. and others. +License & terms of use: http://www.unicode.org/copyright.html -Permission is hereby granted, free of charge, to any person obtaining a -copy of data files and any associated documentation (the "Data Files") or -software and any associated documentation (the "Software") to deal in the -Data Files or Software without restriction, including without limitation -the rights to use, copy, modify, merge, publish, distribute, and/or sell -copies of the Data Files or Software, and to permit persons to whom the -Data Files or Software are furnished to do so, provided that either (a) -this copyright and permission notice appear with all copies of the Data -Files or Software, or (b) this copyright and permission notice appear in -associated Documentation. -THE DATA FILES AND SOFTWARE ARE PROVIDED "AS IS", WITHOUT WARRANTY OF ANY -KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF -MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT OF -THIRD PARTY RIGHTS. +Copyright (C) 2001-2011, International Business Machines + Corporation and others. All Rights Reserved. -IN NO EVENT SHALL THE COPYRIGHT HOLDER OR HOLDERS INCLUDED IN THIS NOTICE -BE LIABLE FOR ANY CLAIM, OR ANY SPECIAL INDIRECT OR CONSEQUENTIAL DAMAGES, -OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, -WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, -ARISING OUT OF OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THE DATA -FILES OR SOFTWARE. -Except as contained in this notice, the name of a copyright holder shall -not be used in advertising or otherwise to promote the sale, use or other -dealings in these Data Files or Software without prior written -authorization of the copyright holder. + -------------------------------------------------------------------------------- icu -Copyright (C) 1997-2013, International Business Machines -Corporation and others. All Rights Reserved. +© 2016 and later: Unicode, Inc. and others. +License & terms of use: http://www.unicode.org/copyright.html -Permission is hereby granted, free of charge, to any person obtaining a -copy of data files and any associated documentation (the "Data Files") or -software and any associated documentation (the "Software") to deal in the -Data Files or Software without restriction, including without limitation -the rights to use, copy, modify, merge, publish, distribute, and/or sell -copies of the Data Files or Software, and to permit persons to whom the -Data Files or Software are furnished to do so, provided that either (a) -this copyright and permission notice appear with all copies of the Data -Files or Software, or (b) this copyright and permission notice appear in -associated Documentation. -THE DATA FILES AND SOFTWARE ARE PROVIDED "AS IS", WITHOUT WARRANTY OF ANY -KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF -MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT OF -THIRD PARTY RIGHTS. +Copyright (C) 2001-2013, International Business Machines + Corporation and others. All Rights Reserved. -IN NO EVENT SHALL THE COPYRIGHT HOLDER OR HOLDERS INCLUDED IN THIS NOTICE -BE LIABLE FOR ANY CLAIM, OR ANY SPECIAL INDIRECT OR CONSEQUENTIAL DAMAGES, -OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, -WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, -ARISING OUT OF OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THE DATA -FILES OR SOFTWARE. -Except as contained in this notice, the name of a copyright holder shall -not be used in advertising or otherwise to promote the sale, use or other -dealings in these Data Files or Software without prior written -authorization of the copyright holder. + -------------------------------------------------------------------------------- icu -Copyright (C) 1997-2013, International Business Machines * -Corporation and others. All Rights Reserved. +© 2016 and later: Unicode, Inc. and others. +License & terms of use: http://www.unicode.org/copyright.html -Permission is hereby granted, free of charge, to any person obtaining a -copy of data files and any associated documentation (the "Data Files") or -software and any associated documentation (the "Software") to deal in the -Data Files or Software without restriction, including without limitation -the rights to use, copy, modify, merge, publish, distribute, and/or sell -copies of the Data Files or Software, and to permit persons to whom the -Data Files or Software are furnished to do so, provided that either (a) -this copyright and permission notice appear with all copies of the Data -Files or Software, or (b) this copyright and permission notice appear in -associated Documentation. -THE DATA FILES AND SOFTWARE ARE PROVIDED "AS IS", WITHOUT WARRANTY OF ANY -KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF -MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT OF -THIRD PARTY RIGHTS. +Copyright (C) 2001-2014, International Business Machines + Corporation and others. All Rights Reserved. -IN NO EVENT SHALL THE COPYRIGHT HOLDER OR HOLDERS INCLUDED IN THIS NOTICE -BE LIABLE FOR ANY CLAIM, OR ANY SPECIAL INDIRECT OR CONSEQUENTIAL DAMAGES, -OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, -WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, -ARISING OUT OF OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THE DATA -FILES OR SOFTWARE. -Except as contained in this notice, the name of a copyright holder shall -not be used in advertising or otherwise to promote the sale, use or other -dealings in these Data Files or Software without prior written -authorization of the copyright holder. + -------------------------------------------------------------------------------- icu -Copyright (C) 1997-2013, International Business Machines Corporation and -others. All Rights Reserved. +© 2016 and later: Unicode, Inc. and others. +License & terms of use: http://www.unicode.org/copyright.html -Permission is hereby granted, free of charge, to any person obtaining a -copy of data files and any associated documentation (the "Data Files") or -software and any associated documentation (the "Software") to deal in the -Data Files or Software without restriction, including without limitation -the rights to use, copy, modify, merge, publish, distribute, and/or sell -copies of the Data Files or Software, and to permit persons to whom the -Data Files or Software are furnished to do so, provided that either (a) -this copyright and permission notice appear with all copies of the Data -Files or Software, or (b) this copyright and permission notice appear in -associated Documentation. -THE DATA FILES AND SOFTWARE ARE PROVIDED "AS IS", WITHOUT WARRANTY OF ANY -KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF -MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT OF -THIRD PARTY RIGHTS. +Copyright (C) 2003-2015, International Business Machines + Corporation and others. All Rights Reserved. -IN NO EVENT SHALL THE COPYRIGHT HOLDER OR HOLDERS INCLUDED IN THIS NOTICE -BE LIABLE FOR ANY CLAIM, OR ANY SPECIAL INDIRECT OR CONSEQUENTIAL DAMAGES, -OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, -WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, -ARISING OUT OF OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THE DATA -FILES OR SOFTWARE. -Except as contained in this notice, the name of a copyright holder shall -not be used in advertising or otherwise to promote the sale, use or other -dealings in these Data Files or Software without prior written -authorization of the copyright holder. + -------------------------------------------------------------------------------- icu -Copyright (C) 1997-2013, International Business Machines Corporation and * -others. All Rights Reserved. +© 2016 and later: Unicode, Inc. and others. +License & terms of use: http://www.unicode.org/copyright.html -Permission is hereby granted, free of charge, to any person obtaining a -copy of data files and any associated documentation (the "Data Files") or -software and any associated documentation (the "Software") to deal in the -Data Files or Software without restriction, including without limitation -the rights to use, copy, modify, merge, publish, distribute, and/or sell -copies of the Data Files or Software, and to permit persons to whom the -Data Files or Software are furnished to do so, provided that either (a) -this copyright and permission notice appear with all copies of the Data -Files or Software, or (b) this copyright and permission notice appear in -associated Documentation. -THE DATA FILES AND SOFTWARE ARE PROVIDED "AS IS", WITHOUT WARRANTY OF ANY -KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF -MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT OF -THIRD PARTY RIGHTS. +Copyright (C) 2003-2016, International Business Machines + Corporation and others. All Rights Reserved. -IN NO EVENT SHALL THE COPYRIGHT HOLDER OR HOLDERS INCLUDED IN THIS NOTICE -BE LIABLE FOR ANY CLAIM, OR ANY SPECIAL INDIRECT OR CONSEQUENTIAL DAMAGES, -OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, -WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, -ARISING OUT OF OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THE DATA -FILES OR SOFTWARE. -Except as contained in this notice, the name of a copyright holder shall -not be used in advertising or otherwise to promote the sale, use or other -dealings in these Data Files or Software without prior written -authorization of the copyright holder. + -------------------------------------------------------------------------------- icu -Copyright (C) 1997-2013, International Business Machines Corporation and others. -All Rights Reserved. +© 2016 and later: Unicode, Inc. and others. +License & terms of use: http://www.unicode.org/copyright.html -Permission is hereby granted, free of charge, to any person obtaining a -copy of data files and any associated documentation (the "Data Files") or -software and any associated documentation (the "Software") to deal in the -Data Files or Software without restriction, including without limitation -the rights to use, copy, modify, merge, publish, distribute, and/or sell -copies of the Data Files or Software, and to permit persons to whom the -Data Files or Software are furnished to do so, provided that either (a) -this copyright and permission notice appear with all copies of the Data -Files or Software, or (b) this copyright and permission notice appear in -associated Documentation. -THE DATA FILES AND SOFTWARE ARE PROVIDED "AS IS", WITHOUT WARRANTY OF ANY -KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF -MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT OF -THIRD PARTY RIGHTS. +Copyright (C) 2008-2013, International Business Machines Corporation and +others. All Rights Reserved. -IN NO EVENT SHALL THE COPYRIGHT HOLDER OR HOLDERS INCLUDED IN THIS NOTICE -BE LIABLE FOR ANY CLAIM, OR ANY SPECIAL INDIRECT OR CONSEQUENTIAL DAMAGES, -OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, -WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, -ARISING OUT OF OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THE DATA -FILES OR SOFTWARE. -Except as contained in this notice, the name of a copyright holder shall -not be used in advertising or otherwise to promote the sale, use or other -dealings in these Data Files or Software without prior written -authorization of the copyright holder. -------------------------------------------------------------------------------- icu -Copyright (C) 1997-2014, International Business Machines -Corporation and others. All Rights Reserved. +© 2016 and later: Unicode, Inc. and others. +License & terms of use: http://www.unicode.org/copyright.html -Permission is hereby granted, free of charge, to any person obtaining a -copy of data files and any associated documentation (the "Data Files") or -software and any associated documentation (the "Software") to deal in the -Data Files or Software without restriction, including without limitation -the rights to use, copy, modify, merge, publish, distribute, and/or sell -copies of the Data Files or Software, and to permit persons to whom the -Data Files or Software are furnished to do so, provided that either (a) -this copyright and permission notice appear with all copies of the Data -Files or Software, or (b) this copyright and permission notice appear in -associated Documentation. -THE DATA FILES AND SOFTWARE ARE PROVIDED "AS IS", WITHOUT WARRANTY OF ANY -KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF -MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT OF -THIRD PARTY RIGHTS. +Copyright (C) 2009-2011, International Business Machines + Corporation and others. All Rights Reserved. + + + +-------------------------------------------------------------------------------- +icu + +© 2016 and later: Unicode, Inc. and others. +License & terms of use: http://www.unicode.org/copyright.html + -IN NO EVENT SHALL THE COPYRIGHT HOLDER OR HOLDERS INCLUDED IN THIS NOTICE -BE LIABLE FOR ANY CLAIM, OR ANY SPECIAL INDIRECT OR CONSEQUENTIAL DAMAGES, -OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, -WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, -ARISING OUT OF OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THE DATA -FILES OR SOFTWARE. +Copyright (c) 1999-2002, International Business Machines Corporation and +others. All Rights Reserved. -Except as contained in this notice, the name of a copyright holder shall -not be used in advertising or otherwise to promote the sale, use or other -dealings in these Data Files or Software without prior written -authorization of the copyright holder. -------------------------------------------------------------------------------- icu -Copyright (C) 1997-2015, International Business Machines -Corporation and others. All Rights Reserved. - -Permission is hereby granted, free of charge, to any person obtaining a -copy of data files and any associated documentation (the "Data Files") or -software and any associated documentation (the "Software") to deal in the -Data Files or Software without restriction, including without limitation -the rights to use, copy, modify, merge, publish, distribute, and/or sell -copies of the Data Files or Software, and to permit persons to whom the -Data Files or Software are furnished to do so, provided that either (a) -this copyright and permission notice appear with all copies of the Data -Files or Software, or (b) this copyright and permission notice appear in -associated Documentation. +© 2016 and later: Unicode, Inc. and others. +License & terms of use: http://www.unicode.org/copyright.html -THE DATA FILES AND SOFTWARE ARE PROVIDED "AS IS", WITHOUT WARRANTY OF ANY -KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF -MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT OF -THIRD PARTY RIGHTS. -IN NO EVENT SHALL THE COPYRIGHT HOLDER OR HOLDERS INCLUDED IN THIS NOTICE -BE LIABLE FOR ANY CLAIM, OR ANY SPECIAL INDIRECT OR CONSEQUENTIAL DAMAGES, -OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, -WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, -ARISING OUT OF OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THE DATA -FILES OR SOFTWARE. +Copyright (c) 1999-2003, International Business Machines Corporation and +others. All Rights Reserved. -Except as contained in this notice, the name of a copyright holder shall -not be used in advertising or otherwise to promote the sale, use or other -dealings in these Data Files or Software without prior written -authorization of the copyright holder. -------------------------------------------------------------------------------- icu -Copyright (C) 1997-2015, International Business Machines -Corporation and others. All Rights Reserved. - -Permission is hereby granted, free of charge, to any person obtaining a -copy of data files and any associated documentation (the "Data Files") or -software and any associated documentation (the "Software") to deal in the -Data Files or Software without restriction, including without limitation -the rights to use, copy, modify, merge, publish, distribute, and/or sell -copies of the Data Files or Software, and to permit persons to whom the -Data Files or Software are furnished to do so, provided that either (a) -this copyright and permission notice appear with all copies of the Data -Files or Software, or (b) this copyright and permission notice appear in -associated Documentation. +© 2016 and later: Unicode, Inc. and others. +License & terms of use: http://www.unicode.org/copyright.html -THE DATA FILES AND SOFTWARE ARE PROVIDED "AS IS", WITHOUT WARRANTY OF ANY -KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF -MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT OF -THIRD PARTY RIGHTS. -IN NO EVENT SHALL THE COPYRIGHT HOLDER OR HOLDERS INCLUDED IN THIS NOTICE -BE LIABLE FOR ANY CLAIM, OR ANY SPECIAL INDIRECT OR CONSEQUENTIAL DAMAGES, -OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, -WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, -ARISING OUT OF OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THE DATA -FILES OR SOFTWARE. +Copyright (c) 1999-2007, International Business Machines Corporation and +others. All Rights Reserved. -Except as contained in this notice, the name of a copyright holder shall -not be used in advertising or otherwise to promote the sale, use or other -dealings in these Data Files or Software without prior written -authorization of the copyright holder. -------------------------------------------------------------------------------- icu -Copyright (C) 1997-2015, International Business Machines Corporation -and others. All Rights Reserved. +© 2016 and later: Unicode, Inc. and others. +License & terms of use: http://www.unicode.org/copyright.html -Permission is hereby granted, free of charge, to any person obtaining a -copy of data files and any associated documentation (the "Data Files") or -software and any associated documentation (the "Software") to deal in the -Data Files or Software without restriction, including without limitation -the rights to use, copy, modify, merge, publish, distribute, and/or sell -copies of the Data Files or Software, and to permit persons to whom the -Data Files or Software are furnished to do so, provided that either (a) -this copyright and permission notice appear with all copies of the Data -Files or Software, or (b) this copyright and permission notice appear in -associated Documentation. -THE DATA FILES AND SOFTWARE ARE PROVIDED "AS IS", WITHOUT WARRANTY OF ANY -KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF -MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT OF -THIRD PARTY RIGHTS. +Copyright (c) 1999-2010, International Business Machines Corporation and +others. All Rights Reserved. + +-------------------------------------------------------------------------------- +icu + +© 2016 and later: Unicode, Inc. and others. +License & terms of use: http://www.unicode.org/copyright.html + + Copyright (C) 1996-2015, International Business Machines + Corporation and others. All Rights Reserved. -IN NO EVENT SHALL THE COPYRIGHT HOLDER OR HOLDERS INCLUDED IN THIS NOTICE -BE LIABLE FOR ANY CLAIM, OR ANY SPECIAL INDIRECT OR CONSEQUENTIAL DAMAGES, -OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, -WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, -ARISING OUT OF OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THE DATA -FILES OR SOFTWARE. -Except as contained in this notice, the name of a copyright holder shall -not be used in advertising or otherwise to promote the sale, use or other -dealings in these Data Files or Software without prior written -authorization of the copyright holder. -------------------------------------------------------------------------------- icu -Copyright (C) 1997-2015, International Business Machines Corporation and -others. All Rights Reserved. +© 2016 and later: Unicode, Inc. and others. +License & terms of use: http://www.unicode.org/copyright.html -Permission is hereby granted, free of charge, to any person obtaining a -copy of data files and any associated documentation (the "Data Files") or -software and any associated documentation (the "Software") to deal in the -Data Files or Software without restriction, including without limitation -the rights to use, copy, modify, merge, publish, distribute, and/or sell -copies of the Data Files or Software, and to permit persons to whom the -Data Files or Software are furnished to do so, provided that either (a) -this copyright and permission notice appear with all copies of the Data -Files or Software, or (b) this copyright and permission notice appear in -associated Documentation. + Copyright (C) 1996-2015, International Business Machines + Corporation and others. All Rights Reserved. -THE DATA FILES AND SOFTWARE ARE PROVIDED "AS IS", WITHOUT WARRANTY OF ANY -KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF -MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT OF -THIRD PARTY RIGHTS. + +-------------------------------------------------------------------------------- +icu + +© 2016 and later: Unicode, Inc. and others. +License & terms of use: http://www.unicode.org/copyright.html + + Copyright (C) 1996-2016, International Business Machines + Corporation and others. All Rights Reserved. -IN NO EVENT SHALL THE COPYRIGHT HOLDER OR HOLDERS INCLUDED IN THIS NOTICE -BE LIABLE FOR ANY CLAIM, OR ANY SPECIAL INDIRECT OR CONSEQUENTIAL DAMAGES, -OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, -WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, -ARISING OUT OF OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THE DATA -FILES OR SOFTWARE. -Except as contained in this notice, the name of a copyright holder shall -not be used in advertising or otherwise to promote the sale, use or other -dealings in these Data Files or Software without prior written -authorization of the copyright holder. -------------------------------------------------------------------------------- icu -Copyright (C) 1997-2015, International Business Machines Corporation and * -others. All Rights Reserved. +© 2016 and later: Unicode, Inc. and others. +License & terms of use: http://www.unicode.org/copyright.html -Permission is hereby granted, free of charge, to any person obtaining a -copy of data files and any associated documentation (the "Data Files") or -software and any associated documentation (the "Software") to deal in the -Data Files or Software without restriction, including without limitation -the rights to use, copy, modify, merge, publish, distribute, and/or sell -copies of the Data Files or Software, and to permit persons to whom the -Data Files or Software are furnished to do so, provided that either (a) -this copyright and permission notice appear with all copies of the Data -Files or Software, or (b) this copyright and permission notice appear in -associated Documentation. + Copyright (C) 1996-2016, International Business Machines + Corporation and others. All Rights Reserved. -THE DATA FILES AND SOFTWARE ARE PROVIDED "AS IS", WITHOUT WARRANTY OF ANY -KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF -MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT OF -THIRD PARTY RIGHTS. -IN NO EVENT SHALL THE COPYRIGHT HOLDER OR HOLDERS INCLUDED IN THIS NOTICE -BE LIABLE FOR ANY CLAIM, OR ANY SPECIAL INDIRECT OR CONSEQUENTIAL DAMAGES, -OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, -WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, -ARISING OUT OF OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THE DATA -FILES OR SOFTWARE. -Except as contained in this notice, the name of a copyright holder shall -not be used in advertising or otherwise to promote the sale, use or other -dealings in these Data Files or Software without prior written -authorization of the copyright holder. -------------------------------------------------------------------------------- icu -Copyright (C) 1997-2015, International Business Machines Corporation and others. -All Rights Reserved. +© 2016 and later: Unicode, Inc. and others. +License & terms of use: http://www.unicode.org/copyright.html -Permission is hereby granted, free of charge, to any person obtaining a -copy of data files and any associated documentation (the "Data Files") or -software and any associated documentation (the "Software") to deal in the -Data Files or Software without restriction, including without limitation -the rights to use, copy, modify, merge, publish, distribute, and/or sell -copies of the Data Files or Software, and to permit persons to whom the -Data Files or Software are furnished to do so, provided that either (a) -this copyright and permission notice appear with all copies of the Data -Files or Software, or (b) this copyright and permission notice appear in -associated Documentation. + Copyright (C) 1996-2016, International Business Machines + Corporation and others. All Rights Reserved. -THE DATA FILES AND SOFTWARE ARE PROVIDED "AS IS", WITHOUT WARRANTY OF ANY -KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF -MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT OF -THIRD PARTY RIGHTS. -IN NO EVENT SHALL THE COPYRIGHT HOLDER OR HOLDERS INCLUDED IN THIS NOTICE -BE LIABLE FOR ANY CLAIM, OR ANY SPECIAL INDIRECT OR CONSEQUENTIAL DAMAGES, -OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, -WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, -ARISING OUT OF OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THE DATA -FILES OR SOFTWARE. + +-------------------------------------------------------------------------------- +icu -Except as contained in this notice, the name of a copyright holder shall -not be used in advertising or otherwise to promote the sale, use or other -dealings in these Data Files or Software without prior written -authorization of the copyright holder. +© 2016 and later: Unicode, Inc. and others. +License & terms of use: http://www.unicode.org/copyright.html + + Copyright (C) 1996-2016, International Business Machines + Corporation and others. All Rights Reserved. + + -------------------------------------------------------------------------------- icu -Copyright (C) 1997-2016, International Business Machines -Corporation and others. All Rights Reserved. +© 2016 and later: Unicode, Inc. and others. +License & terms of use: http://www.unicode.org/copyright.html -Permission is hereby granted, free of charge, to any person obtaining a -copy of data files and any associated documentation (the "Data Files") or -software and any associated documentation (the "Software") to deal in the -Data Files or Software without restriction, including without limitation -the rights to use, copy, modify, merge, publish, distribute, and/or sell -copies of the Data Files or Software, and to permit persons to whom the -Data Files or Software are furnished to do so, provided that either (a) -this copyright and permission notice appear with all copies of the Data -Files or Software, or (b) this copyright and permission notice appear in -associated Documentation. + Copyright (C) 1997-2006, International Business Machines + Corporation and others. All Rights Reserved. -THE DATA FILES AND SOFTWARE ARE PROVIDED "AS IS", WITHOUT WARRANTY OF ANY -KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF -MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT OF -THIRD PARTY RIGHTS. -IN NO EVENT SHALL THE COPYRIGHT HOLDER OR HOLDERS INCLUDED IN THIS NOTICE -BE LIABLE FOR ANY CLAIM, OR ANY SPECIAL INDIRECT OR CONSEQUENTIAL DAMAGES, -OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, -WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, -ARISING OUT OF OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THE DATA -FILES OR SOFTWARE. -Except as contained in this notice, the name of a copyright holder shall -not be used in advertising or otherwise to promote the sale, use or other -dealings in these Data Files or Software without prior written -authorization of the copyright holder. -------------------------------------------------------------------------------- icu -Copyright (C) 1997-2016, International Business Machines Corporation and -others. All Rights Reserved. +© 2016 and later: Unicode, Inc. and others. +License & terms of use: http://www.unicode.org/copyright.html -Permission is hereby granted, free of charge, to any person obtaining a -copy of data files and any associated documentation (the "Data Files") or -software and any associated documentation (the "Software") to deal in the -Data Files or Software without restriction, including without limitation -the rights to use, copy, modify, merge, publish, distribute, and/or sell -copies of the Data Files or Software, and to permit persons to whom the -Data Files or Software are furnished to do so, provided that either (a) -this copyright and permission notice appear with all copies of the Data -Files or Software, or (b) this copyright and permission notice appear in -associated Documentation. + Copyright (C) 1997-2009,2014 International Business Machines + Corporation and others. All Rights Reserved. -THE DATA FILES AND SOFTWARE ARE PROVIDED "AS IS", WITHOUT WARRANTY OF ANY -KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF -MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT OF -THIRD PARTY RIGHTS. + +-------------------------------------------------------------------------------- +icu -IN NO EVENT SHALL THE COPYRIGHT HOLDER OR HOLDERS INCLUDED IN THIS NOTICE -BE LIABLE FOR ANY CLAIM, OR ANY SPECIAL INDIRECT OR CONSEQUENTIAL DAMAGES, -OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, -WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, -ARISING OUT OF OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THE DATA -FILES OR SOFTWARE. +© 2016 and later: Unicode, Inc. and others. +License & terms of use: http://www.unicode.org/copyright.html + + Copyright (C) 1997-2010, International Business Machines + Corporation and others. All Rights Reserved. + + +-------------------------------------------------------------------------------- +icu + +© 2016 and later: Unicode, Inc. and others. +License & terms of use: http://www.unicode.org/copyright.html + + Copyright (C) 1997-2011, International Business Machines + Corporation and others. All Rights Reserved. -Except as contained in this notice, the name of a copyright holder shall -not be used in advertising or otherwise to promote the sale, use or other -dealings in these Data Files or Software without prior written -authorization of the copyright holder. + -------------------------------------------------------------------------------- icu -Copyright (C) 1997-2016, International Business Machines Corporation and * -others. All Rights Reserved. +© 2016 and later: Unicode, Inc. and others. +License & terms of use: http://www.unicode.org/copyright.html -Permission is hereby granted, free of charge, to any person obtaining a -copy of data files and any associated documentation (the "Data Files") or -software and any associated documentation (the "Software") to deal in the -Data Files or Software without restriction, including without limitation -the rights to use, copy, modify, merge, publish, distribute, and/or sell -copies of the Data Files or Software, and to permit persons to whom the -Data Files or Software are furnished to do so, provided that either (a) -this copyright and permission notice appear with all copies of the Data -Files or Software, or (b) this copyright and permission notice appear in -associated Documentation. + Copyright (C) 1997-2011,2014-2015 International Business Machines + Corporation and others. All Rights Reserved. -THE DATA FILES AND SOFTWARE ARE PROVIDED "AS IS", WITHOUT WARRANTY OF ANY -KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF -MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT OF -THIRD PARTY RIGHTS. + +-------------------------------------------------------------------------------- +icu -IN NO EVENT SHALL THE COPYRIGHT HOLDER OR HOLDERS INCLUDED IN THIS NOTICE -BE LIABLE FOR ANY CLAIM, OR ANY SPECIAL INDIRECT OR CONSEQUENTIAL DAMAGES, -OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, -WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, -ARISING OUT OF OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THE DATA -FILES OR SOFTWARE. +© 2016 and later: Unicode, Inc. and others. +License & terms of use: http://www.unicode.org/copyright.html -Except as contained in this notice, the name of a copyright holder shall -not be used in advertising or otherwise to promote the sale, use or other -dealings in these Data Files or Software without prior written -authorization of the copyright holder. + Copyright (C) 1997-2012, International Business Machines + Corporation and others. All Rights Reserved. + + -------------------------------------------------------------------------------- icu -Copyright (C) 1997-2016, International Business Machines Corporation and others. -All Rights Reserved. +© 2016 and later: Unicode, Inc. and others. +License & terms of use: http://www.unicode.org/copyright.html -Permission is hereby granted, free of charge, to any person obtaining a -copy of data files and any associated documentation (the "Data Files") or -software and any associated documentation (the "Software") to deal in the -Data Files or Software without restriction, including without limitation -the rights to use, copy, modify, merge, publish, distribute, and/or sell -copies of the Data Files or Software, and to permit persons to whom the -Data Files or Software are furnished to do so, provided that either (a) -this copyright and permission notice appear with all copies of the Data -Files or Software, or (b) this copyright and permission notice appear in -associated Documentation. + Copyright (C) 1997-2013, International Business Machines + Corporation and others. All Rights Reserved. -THE DATA FILES AND SOFTWARE ARE PROVIDED "AS IS", WITHOUT WARRANTY OF ANY -KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF -MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT OF -THIRD PARTY RIGHTS. -IN NO EVENT SHALL THE COPYRIGHT HOLDER OR HOLDERS INCLUDED IN THIS NOTICE -BE LIABLE FOR ANY CLAIM, OR ANY SPECIAL INDIRECT OR CONSEQUENTIAL DAMAGES, -OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, -WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, -ARISING OUT OF OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THE DATA -FILES OR SOFTWARE. -Except as contained in this notice, the name of a copyright holder shall -not be used in advertising or otherwise to promote the sale, use or other -dealings in these Data Files or Software without prior written -authorization of the copyright holder. -------------------------------------------------------------------------------- icu -Copyright (C) 1998-2004, International Business Machines -Corporation and others. All Rights Reserved. - -Permission is hereby granted, free of charge, to any person obtaining a -copy of data files and any associated documentation (the "Data Files") or -software and any associated documentation (the "Software") to deal in the -Data Files or Software without restriction, including without limitation -the rights to use, copy, modify, merge, publish, distribute, and/or sell -copies of the Data Files or Software, and to permit persons to whom the -Data Files or Software are furnished to do so, provided that either (a) -this copyright and permission notice appear with all copies of the Data -Files or Software, or (b) this copyright and permission notice appear in -associated Documentation. +© 2016 and later: Unicode, Inc. and others. +License & terms of use: http://www.unicode.org/copyright.html -THE DATA FILES AND SOFTWARE ARE PROVIDED "AS IS", WITHOUT WARRANTY OF ANY -KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF -MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT OF -THIRD PARTY RIGHTS. + Copyright (C) 1997-2014, International Business Machines + Corporation and others. All Rights Reserved. -IN NO EVENT SHALL THE COPYRIGHT HOLDER OR HOLDERS INCLUDED IN THIS NOTICE -BE LIABLE FOR ANY CLAIM, OR ANY SPECIAL INDIRECT OR CONSEQUENTIAL DAMAGES, -OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, -WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, -ARISING OUT OF OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THE DATA -FILES OR SOFTWARE. -Except as contained in this notice, the name of a copyright holder shall -not be used in advertising or otherwise to promote the sale, use or other -dealings in these Data Files or Software without prior written -authorization of the copyright holder. -------------------------------------------------------------------------------- icu -Copyright (C) 1998-2005, International Business Machines -Corporation and others. All Rights Reserved. +© 2016 and later: Unicode, Inc. and others. +License & terms of use: http://www.unicode.org/copyright.html -Permission is hereby granted, free of charge, to any person obtaining a -copy of data files and any associated documentation (the "Data Files") or -software and any associated documentation (the "Software") to deal in the -Data Files or Software without restriction, including without limitation -the rights to use, copy, modify, merge, publish, distribute, and/or sell -copies of the Data Files or Software, and to permit persons to whom the -Data Files or Software are furnished to do so, provided that either (a) -this copyright and permission notice appear with all copies of the Data -Files or Software, or (b) this copyright and permission notice appear in -associated Documentation. + Copyright (C) 1997-2014, International Business Machines + Corporation and others. All Rights Reserved. -THE DATA FILES AND SOFTWARE ARE PROVIDED "AS IS", WITHOUT WARRANTY OF ANY -KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF -MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT OF -THIRD PARTY RIGHTS. -IN NO EVENT SHALL THE COPYRIGHT HOLDER OR HOLDERS INCLUDED IN THIS NOTICE -BE LIABLE FOR ANY CLAIM, OR ANY SPECIAL INDIRECT OR CONSEQUENTIAL DAMAGES, -OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, -WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, -ARISING OUT OF OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THE DATA -FILES OR SOFTWARE. -Except as contained in this notice, the name of a copyright holder shall -not be used in advertising or otherwise to promote the sale, use or other -dealings in these Data Files or Software without prior written -authorization of the copyright holder. -------------------------------------------------------------------------------- icu -Copyright (C) 1998-2006, International Business Machines -Corporation and others. All Rights Reserved. +© 2016 and later: Unicode, Inc. and others. +License & terms of use: http://www.unicode.org/copyright.html -Permission is hereby granted, free of charge, to any person obtaining a -copy of data files and any associated documentation (the "Data Files") or -software and any associated documentation (the "Software") to deal in the -Data Files or Software without restriction, including without limitation -the rights to use, copy, modify, merge, publish, distribute, and/or sell -copies of the Data Files or Software, and to permit persons to whom the -Data Files or Software are furnished to do so, provided that either (a) -this copyright and permission notice appear with all copies of the Data -Files or Software, or (b) this copyright and permission notice appear in -associated Documentation. + Copyright (C) 1997-2014, International Business Machines + Corporation and others. All Rights Reserved. -THE DATA FILES AND SOFTWARE ARE PROVIDED "AS IS", WITHOUT WARRANTY OF ANY -KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF -MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT OF -THIRD PARTY RIGHTS. + +-------------------------------------------------------------------------------- +icu + +© 2016 and later: Unicode, Inc. and others. +License & terms of use: http://www.unicode.org/copyright.html + + Copyright (C) 1997-2015, International Business Machines + Corporation and others. All Rights Reserved. -IN NO EVENT SHALL THE COPYRIGHT HOLDER OR HOLDERS INCLUDED IN THIS NOTICE -BE LIABLE FOR ANY CLAIM, OR ANY SPECIAL INDIRECT OR CONSEQUENTIAL DAMAGES, -OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, -WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, -ARISING OUT OF OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THE DATA -FILES OR SOFTWARE. -Except as contained in this notice, the name of a copyright holder shall -not be used in advertising or otherwise to promote the sale, use or other -dealings in these Data Files or Software without prior written -authorization of the copyright holder. -------------------------------------------------------------------------------- icu -Copyright (C) 1998-2008, International Business Machines -Corporation and others. All Rights Reserved. +© 2016 and later: Unicode, Inc. and others. +License & terms of use: http://www.unicode.org/copyright.html -Permission is hereby granted, free of charge, to any person obtaining a -copy of data files and any associated documentation (the "Data Files") or -software and any associated documentation (the "Software") to deal in the -Data Files or Software without restriction, including without limitation -the rights to use, copy, modify, merge, publish, distribute, and/or sell -copies of the Data Files or Software, and to permit persons to whom the -Data Files or Software are furnished to do so, provided that either (a) -this copyright and permission notice appear with all copies of the Data -Files or Software, or (b) this copyright and permission notice appear in -associated Documentation. + Copyright (C) 1997-2015, International Business Machines + Corporation and others. All Rights Reserved. -THE DATA FILES AND SOFTWARE ARE PROVIDED "AS IS", WITHOUT WARRANTY OF ANY -KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF -MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT OF -THIRD PARTY RIGHTS. -IN NO EVENT SHALL THE COPYRIGHT HOLDER OR HOLDERS INCLUDED IN THIS NOTICE -BE LIABLE FOR ANY CLAIM, OR ANY SPECIAL INDIRECT OR CONSEQUENTIAL DAMAGES, -OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, -WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, -ARISING OUT OF OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THE DATA -FILES OR SOFTWARE. -Except as contained in this notice, the name of a copyright holder shall -not be used in advertising or otherwise to promote the sale, use or other -dealings in these Data Files or Software without prior written -authorization of the copyright holder. -------------------------------------------------------------------------------- icu -Copyright (C) 1998-2011, International Business Machines -Corporation and others. All Rights Reserved. - -Permission is hereby granted, free of charge, to any person obtaining a -copy of data files and any associated documentation (the "Data Files") or -software and any associated documentation (the "Software") to deal in the -Data Files or Software without restriction, including without limitation -the rights to use, copy, modify, merge, publish, distribute, and/or sell -copies of the Data Files or Software, and to permit persons to whom the -Data Files or Software are furnished to do so, provided that either (a) -this copyright and permission notice appear with all copies of the Data -Files or Software, or (b) this copyright and permission notice appear in -associated Documentation. - -THE DATA FILES AND SOFTWARE ARE PROVIDED "AS IS", WITHOUT WARRANTY OF ANY -KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF -MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT OF -THIRD PARTY RIGHTS. +© 2016 and later: Unicode, Inc. and others. +License & terms of use: http://www.unicode.org/copyright.html -IN NO EVENT SHALL THE COPYRIGHT HOLDER OR HOLDERS INCLUDED IN THIS NOTICE -BE LIABLE FOR ANY CLAIM, OR ANY SPECIAL INDIRECT OR CONSEQUENTIAL DAMAGES, -OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, -WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, -ARISING OUT OF OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THE DATA -FILES OR SOFTWARE. + Copyright (C) 1997-2015, International Business Machines + Corporation and others. All Rights Reserved. -Except as contained in this notice, the name of a copyright holder shall -not be used in advertising or otherwise to promote the sale, use or other -dealings in these Data Files or Software without prior written -authorization of the copyright holder. + -------------------------------------------------------------------------------- icu -Copyright (C) 1998-2012, International Business Machines -Corporation and others. All Rights Reserved. +© 2016 and later: Unicode, Inc. and others. +License & terms of use: http://www.unicode.org/copyright.html -Permission is hereby granted, free of charge, to any person obtaining a -copy of data files and any associated documentation (the "Data Files") or -software and any associated documentation (the "Software") to deal in the -Data Files or Software without restriction, including without limitation -the rights to use, copy, modify, merge, publish, distribute, and/or sell -copies of the Data Files or Software, and to permit persons to whom the -Data Files or Software are furnished to do so, provided that either (a) -this copyright and permission notice appear with all copies of the Data -Files or Software, or (b) this copyright and permission notice appear in -associated Documentation. + Copyright (C) 1997-2016, International Business Machines + Corporation and others. All Rights Reserved. -THE DATA FILES AND SOFTWARE ARE PROVIDED "AS IS", WITHOUT WARRANTY OF ANY -KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF -MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT OF -THIRD PARTY RIGHTS. -IN NO EVENT SHALL THE COPYRIGHT HOLDER OR HOLDERS INCLUDED IN THIS NOTICE -BE LIABLE FOR ANY CLAIM, OR ANY SPECIAL INDIRECT OR CONSEQUENTIAL DAMAGES, -OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, -WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, -ARISING OUT OF OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THE DATA -FILES OR SOFTWARE. -Except as contained in this notice, the name of a copyright holder shall -not be used in advertising or otherwise to promote the sale, use or other -dealings in these Data Files or Software without prior written -authorization of the copyright holder. -------------------------------------------------------------------------------- icu -Copyright (C) 1998-2012, International Business Machines Corporation and -others. All Rights Reserved. - -Permission is hereby granted, free of charge, to any person obtaining a -copy of data files and any associated documentation (the "Data Files") or -software and any associated documentation (the "Software") to deal in the -Data Files or Software without restriction, including without limitation -the rights to use, copy, modify, merge, publish, distribute, and/or sell -copies of the Data Files or Software, and to permit persons to whom the -Data Files or Software are furnished to do so, provided that either (a) -this copyright and permission notice appear with all copies of the Data -Files or Software, or (b) this copyright and permission notice appear in -associated Documentation. +© 2016 and later: Unicode, Inc. and others. +License & terms of use: http://www.unicode.org/copyright.html -THE DATA FILES AND SOFTWARE ARE PROVIDED "AS IS", WITHOUT WARRANTY OF ANY -KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF -MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT OF -THIRD PARTY RIGHTS. + Copyright (C) 1997-2016, International Business Machines + Corporation and others. All Rights Reserved. + + +-------------------------------------------------------------------------------- +icu + +© 2016 and later: Unicode, Inc. and others. +License & terms of use: http://www.unicode.org/copyright.html + + Copyright (C) 1998-2005, International Business Machines + Corporation and others. All Rights Reserved. -IN NO EVENT SHALL THE COPYRIGHT HOLDER OR HOLDERS INCLUDED IN THIS NOTICE -BE LIABLE FOR ANY CLAIM, OR ANY SPECIAL INDIRECT OR CONSEQUENTIAL DAMAGES, -OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, -WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, -ARISING OUT OF OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THE DATA -FILES OR SOFTWARE. -Except as contained in this notice, the name of a copyright holder shall -not be used in advertising or otherwise to promote the sale, use or other -dealings in these Data Files or Software without prior written -authorization of the copyright holder. -------------------------------------------------------------------------------- icu -Copyright (C) 1998-2014, International Business Machines -Corporation and others. All Rights Reserved. +© 2016 and later: Unicode, Inc. and others. +License & terms of use: http://www.unicode.org/copyright.html -Permission is hereby granted, free of charge, to any person obtaining a -copy of data files and any associated documentation (the "Data Files") or -software and any associated documentation (the "Software") to deal in the -Data Files or Software without restriction, including without limitation -the rights to use, copy, modify, merge, publish, distribute, and/or sell -copies of the Data Files or Software, and to permit persons to whom the -Data Files or Software are furnished to do so, provided that either (a) -this copyright and permission notice appear with all copies of the Data -Files or Software, or (b) this copyright and permission notice appear in -associated Documentation. + Copyright (C) 1998-2014, International Business Machines + Corporation and others. All Rights Reserved. -THE DATA FILES AND SOFTWARE ARE PROVIDED "AS IS", WITHOUT WARRANTY OF ANY -KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF -MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT OF -THIRD PARTY RIGHTS. -IN NO EVENT SHALL THE COPYRIGHT HOLDER OR HOLDERS INCLUDED IN THIS NOTICE -BE LIABLE FOR ANY CLAIM, OR ANY SPECIAL INDIRECT OR CONSEQUENTIAL DAMAGES, -OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, -WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, -ARISING OUT OF OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THE DATA -FILES OR SOFTWARE. -Except as contained in this notice, the name of a copyright holder shall -not be used in advertising or otherwise to promote the sale, use or other -dealings in these Data Files or Software without prior written -authorization of the copyright holder. -------------------------------------------------------------------------------- icu -Copyright (C) 1998-2015, International Business Machines -Corporation and others. All Rights Reserved. +© 2016 and later: Unicode, Inc. and others. +License & terms of use: http://www.unicode.org/copyright.html -Permission is hereby granted, free of charge, to any person obtaining a -copy of data files and any associated documentation (the "Data Files") or -software and any associated documentation (the "Software") to deal in the -Data Files or Software without restriction, including without limitation -the rights to use, copy, modify, merge, publish, distribute, and/or sell -copies of the Data Files or Software, and to permit persons to whom the -Data Files or Software are furnished to do so, provided that either (a) -this copyright and permission notice appear with all copies of the Data -Files or Software, or (b) this copyright and permission notice appear in -associated Documentation. + Copyright (C) 1998-2016, International Business Machines + Corporation and others. All Rights Reserved. -THE DATA FILES AND SOFTWARE ARE PROVIDED "AS IS", WITHOUT WARRANTY OF ANY -KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF -MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT OF -THIRD PARTY RIGHTS. -IN NO EVENT SHALL THE COPYRIGHT HOLDER OR HOLDERS INCLUDED IN THIS NOTICE -BE LIABLE FOR ANY CLAIM, OR ANY SPECIAL INDIRECT OR CONSEQUENTIAL DAMAGES, -OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, -WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, -ARISING OUT OF OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THE DATA -FILES OR SOFTWARE. -Except as contained in this notice, the name of a copyright holder shall -not be used in advertising or otherwise to promote the sale, use or other -dealings in these Data Files or Software without prior written -authorization of the copyright holder. -------------------------------------------------------------------------------- icu -Copyright (C) 1998-2016, International Business Machines -Corporation and others. All Rights Reserved. +© 2016 and later: Unicode, Inc. and others. +License & terms of use: http://www.unicode.org/copyright.html -Permission is hereby granted, free of charge, to any person obtaining a -copy of data files and any associated documentation (the "Data Files") or -software and any associated documentation (the "Software") to deal in the -Data Files or Software without restriction, including without limitation -the rights to use, copy, modify, merge, publish, distribute, and/or sell -copies of the Data Files or Software, and to permit persons to whom the -Data Files or Software are furnished to do so, provided that either (a) -this copyright and permission notice appear with all copies of the Data -Files or Software, or (b) this copyright and permission notice appear in -associated Documentation. + Copyright (C) 1999-2005, International Business Machines + Corporation and others. All Rights Reserved. -THE DATA FILES AND SOFTWARE ARE PROVIDED "AS IS", WITHOUT WARRANTY OF ANY -KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF -MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT OF -THIRD PARTY RIGHTS. + +-------------------------------------------------------------------------------- +icu -IN NO EVENT SHALL THE COPYRIGHT HOLDER OR HOLDERS INCLUDED IN THIS NOTICE -BE LIABLE FOR ANY CLAIM, OR ANY SPECIAL INDIRECT OR CONSEQUENTIAL DAMAGES, -OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, -WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, -ARISING OUT OF OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THE DATA -FILES OR SOFTWARE. +© 2016 and later: Unicode, Inc. and others. +License & terms of use: http://www.unicode.org/copyright.html -Except as contained in this notice, the name of a copyright holder shall -not be used in advertising or otherwise to promote the sale, use or other -dealings in these Data Files or Software without prior written -authorization of the copyright holder. + Copyright (C) 1999-2006, International Business Machines + Corporation and others. All Rights Reserved. + + + + -------------------------------------------------------------------------------- icu -Copyright (C) 1998-2016, International Business Machines Corporation -and others. All Rights Reserved. +© 2016 and later: Unicode, Inc. and others. +License & terms of use: http://www.unicode.org/copyright.html -Permission is hereby granted, free of charge, to any person obtaining a -copy of data files and any associated documentation (the "Data Files") or -software and any associated documentation (the "Software") to deal in the -Data Files or Software without restriction, including without limitation -the rights to use, copy, modify, merge, publish, distribute, and/or sell -copies of the Data Files or Software, and to permit persons to whom the -Data Files or Software are furnished to do so, provided that either (a) -this copyright and permission notice appear with all copies of the Data -Files or Software, or (b) this copyright and permission notice appear in -associated Documentation. + Copyright (C) 1999-2006, International Business Machines + Corporation and others. All Rights Reserved. -THE DATA FILES AND SOFTWARE ARE PROVIDED "AS IS", WITHOUT WARRANTY OF ANY -KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF -MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT OF -THIRD PARTY RIGHTS. + +-------------------------------------------------------------------------------- +icu -IN NO EVENT SHALL THE COPYRIGHT HOLDER OR HOLDERS INCLUDED IN THIS NOTICE -BE LIABLE FOR ANY CLAIM, OR ANY SPECIAL INDIRECT OR CONSEQUENTIAL DAMAGES, -OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, -WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, -ARISING OUT OF OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THE DATA -FILES OR SOFTWARE. +© 2016 and later: Unicode, Inc. and others. +License & terms of use: http://www.unicode.org/copyright.html -Except as contained in this notice, the name of a copyright holder shall -not be used in advertising or otherwise to promote the sale, use or other -dealings in these Data Files or Software without prior written -authorization of the copyright holder. + Copyright (C) 1999-2006,2013 IBM Corp. All rights reserved. + + -------------------------------------------------------------------------------- icu -Copyright (C) 1999-2001, International Business Machines -Corporation and others. All Rights Reserved. +© 2016 and later: Unicode, Inc. and others. +License & terms of use: http://www.unicode.org/copyright.html -Permission is hereby granted, free of charge, to any person obtaining a -copy of data files and any associated documentation (the "Data Files") or -software and any associated documentation (the "Software") to deal in the -Data Files or Software without restriction, including without limitation -the rights to use, copy, modify, merge, publish, distribute, and/or sell -copies of the Data Files or Software, and to permit persons to whom the -Data Files or Software are furnished to do so, provided that either (a) -this copyright and permission notice appear with all copies of the Data -Files or Software, or (b) this copyright and permission notice appear in -associated Documentation. + Copyright (C) 1999-2007, International Business Machines + Corporation and others. All Rights Reserved. -THE DATA FILES AND SOFTWARE ARE PROVIDED "AS IS", WITHOUT WARRANTY OF ANY -KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF -MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT OF -THIRD PARTY RIGHTS. + +-------------------------------------------------------------------------------- +icu -IN NO EVENT SHALL THE COPYRIGHT HOLDER OR HOLDERS INCLUDED IN THIS NOTICE -BE LIABLE FOR ANY CLAIM, OR ANY SPECIAL INDIRECT OR CONSEQUENTIAL DAMAGES, -OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, -WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, -ARISING OUT OF OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THE DATA -FILES OR SOFTWARE. +© 2016 and later: Unicode, Inc. and others. +License & terms of use: http://www.unicode.org/copyright.html -Except as contained in this notice, the name of a copyright holder shall -not be used in advertising or otherwise to promote the sale, use or other -dealings in these Data Files or Software without prior written -authorization of the copyright holder. + Copyright (C) 1999-2009, International Business Machines + Corporation and others. All Rights Reserved. + + + + -------------------------------------------------------------------------------- icu -Copyright (C) 1999-2003, International Business Machines -Corporation and others. All Rights Reserved. - -Permission is hereby granted, free of charge, to any person obtaining a -copy of data files and any associated documentation (the "Data Files") or -software and any associated documentation (the "Software") to deal in the -Data Files or Software without restriction, including without limitation -the rights to use, copy, modify, merge, publish, distribute, and/or sell -copies of the Data Files or Software, and to permit persons to whom the -Data Files or Software are furnished to do so, provided that either (a) -this copyright and permission notice appear with all copies of the Data -Files or Software, or (b) this copyright and permission notice appear in -associated Documentation. +© 2016 and later: Unicode, Inc. and others. +License & terms of use: http://www.unicode.org/copyright.html -THE DATA FILES AND SOFTWARE ARE PROVIDED "AS IS", WITHOUT WARRANTY OF ANY -KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF -MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT OF -THIRD PARTY RIGHTS. + Copyright (C) 1999-2011, International Business Machines + Corporation and others. All Rights Reserved. -IN NO EVENT SHALL THE COPYRIGHT HOLDER OR HOLDERS INCLUDED IN THIS NOTICE -BE LIABLE FOR ANY CLAIM, OR ANY SPECIAL INDIRECT OR CONSEQUENTIAL DAMAGES, -OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, -WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, -ARISING OUT OF OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THE DATA -FILES OR SOFTWARE. -Except as contained in this notice, the name of a copyright holder shall -not be used in advertising or otherwise to promote the sale, use or other -dealings in these Data Files or Software without prior written -authorization of the copyright holder. -------------------------------------------------------------------------------- icu -Copyright (C) 1999-2004, International Business Machines -Corporation and others. All Rights Reserved. +© 2016 and later: Unicode, Inc. and others. +License & terms of use: http://www.unicode.org/copyright.html -Permission is hereby granted, free of charge, to any person obtaining a -copy of data files and any associated documentation (the "Data Files") or -software and any associated documentation (the "Software") to deal in the -Data Files or Software without restriction, including without limitation -the rights to use, copy, modify, merge, publish, distribute, and/or sell -copies of the Data Files or Software, and to permit persons to whom the -Data Files or Software are furnished to do so, provided that either (a) -this copyright and permission notice appear with all copies of the Data -Files or Software, or (b) this copyright and permission notice appear in -associated Documentation. + Copyright (C) 1999-2011, International Business Machines + Corporation and others. All Rights Reserved. -THE DATA FILES AND SOFTWARE ARE PROVIDED "AS IS", WITHOUT WARRANTY OF ANY -KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF -MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT OF -THIRD PARTY RIGHTS. -IN NO EVENT SHALL THE COPYRIGHT HOLDER OR HOLDERS INCLUDED IN THIS NOTICE -BE LIABLE FOR ANY CLAIM, OR ANY SPECIAL INDIRECT OR CONSEQUENTIAL DAMAGES, -OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, -WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, -ARISING OUT OF OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THE DATA -FILES OR SOFTWARE. -Except as contained in this notice, the name of a copyright holder shall -not be used in advertising or otherwise to promote the sale, use or other -dealings in these Data Files or Software without prior written -authorization of the copyright holder. -------------------------------------------------------------------------------- icu -Copyright (C) 1999-2005, International Business Machines -Corporation and others. All Rights Reserved. +© 2016 and later: Unicode, Inc. and others. +License & terms of use: http://www.unicode.org/copyright.html -Permission is hereby granted, free of charge, to any person obtaining a -copy of data files and any associated documentation (the "Data Files") or -software and any associated documentation (the "Software") to deal in the -Data Files or Software without restriction, including without limitation -the rights to use, copy, modify, merge, publish, distribute, and/or sell -copies of the Data Files or Software, and to permit persons to whom the -Data Files or Software are furnished to do so, provided that either (a) -this copyright and permission notice appear with all copies of the Data -Files or Software, or (b) this copyright and permission notice appear in -associated Documentation. + Copyright (C) 1999-2011, International Business Machines + Corporation and others. All Rights Reserved. -THE DATA FILES AND SOFTWARE ARE PROVIDED "AS IS", WITHOUT WARRANTY OF ANY -KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF -MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT OF -THIRD PARTY RIGHTS. -IN NO EVENT SHALL THE COPYRIGHT HOLDER OR HOLDERS INCLUDED IN THIS NOTICE -BE LIABLE FOR ANY CLAIM, OR ANY SPECIAL INDIRECT OR CONSEQUENTIAL DAMAGES, -OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, -WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, -ARISING OUT OF OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THE DATA -FILES OR SOFTWARE. -Except as contained in this notice, the name of a copyright holder shall -not be used in advertising or otherwise to promote the sale, use or other -dealings in these Data Files or Software without prior written -authorization of the copyright holder. + -------------------------------------------------------------------------------- icu -Copyright (C) 1999-2006, International Business Machines -Corporation and others. All Rights Reserved. - -Permission is hereby granted, free of charge, to any person obtaining a -copy of data files and any associated documentation (the "Data Files") or -software and any associated documentation (the "Software") to deal in the -Data Files or Software without restriction, including without limitation -the rights to use, copy, modify, merge, publish, distribute, and/or sell -copies of the Data Files or Software, and to permit persons to whom the -Data Files or Software are furnished to do so, provided that either (a) -this copyright and permission notice appear with all copies of the Data -Files or Software, or (b) this copyright and permission notice appear in -associated Documentation. +© 2016 and later: Unicode, Inc. and others. +License & terms of use: http://www.unicode.org/copyright.html -THE DATA FILES AND SOFTWARE ARE PROVIDED "AS IS", WITHOUT WARRANTY OF ANY -KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF -MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT OF -THIRD PARTY RIGHTS. + Copyright (C) 1999-2011, International Business Machines + Corporation and others. All Rights Reserved. -IN NO EVENT SHALL THE COPYRIGHT HOLDER OR HOLDERS INCLUDED IN THIS NOTICE -BE LIABLE FOR ANY CLAIM, OR ANY SPECIAL INDIRECT OR CONSEQUENTIAL DAMAGES, -OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, -WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, -ARISING OUT OF OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THE DATA -FILES OR SOFTWARE. -Except as contained in this notice, the name of a copyright holder shall -not be used in advertising or otherwise to promote the sale, use or other -dealings in these Data Files or Software without prior written -authorization of the copyright holder. + -------------------------------------------------------------------------------- icu -Copyright (C) 1999-2006,2013 IBM Corp. All rights reserved. +© 2016 and later: Unicode, Inc. and others. +License & terms of use: http://www.unicode.org/copyright.html -Permission is hereby granted, free of charge, to any person obtaining a -copy of data files and any associated documentation (the "Data Files") or -software and any associated documentation (the "Software") to deal in the -Data Files or Software without restriction, including without limitation -the rights to use, copy, modify, merge, publish, distribute, and/or sell -copies of the Data Files or Software, and to permit persons to whom the -Data Files or Software are furnished to do so, provided that either (a) -this copyright and permission notice appear with all copies of the Data -Files or Software, or (b) this copyright and permission notice appear in -associated Documentation. + Copyright (C) 1999-2011, International Business Machines + Corporation and others. All Rights Reserved. -THE DATA FILES AND SOFTWARE ARE PROVIDED "AS IS", WITHOUT WARRANTY OF ANY -KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF -MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT OF -THIRD PARTY RIGHTS. + +-------------------------------------------------------------------------------- +icu + +© 2016 and later: Unicode, Inc. and others. +License & terms of use: http://www.unicode.org/copyright.html + + Copyright (C) 1999-2014 International Business Machines Corporation + and others. All rights reserved. -IN NO EVENT SHALL THE COPYRIGHT HOLDER OR HOLDERS INCLUDED IN THIS NOTICE -BE LIABLE FOR ANY CLAIM, OR ANY SPECIAL INDIRECT OR CONSEQUENTIAL DAMAGES, -OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, -WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, -ARISING OUT OF OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THE DATA -FILES OR SOFTWARE. -Except as contained in this notice, the name of a copyright holder shall -not be used in advertising or otherwise to promote the sale, use or other -dealings in these Data Files or Software without prior written -authorization of the copyright holder. -------------------------------------------------------------------------------- icu -Copyright (C) 1999-2007, International Business Machines -Corporation and others. All Rights Reserved. - -Permission is hereby granted, free of charge, to any person obtaining a -copy of data files and any associated documentation (the "Data Files") or -software and any associated documentation (the "Software") to deal in the -Data Files or Software without restriction, including without limitation -the rights to use, copy, modify, merge, publish, distribute, and/or sell -copies of the Data Files or Software, and to permit persons to whom the -Data Files or Software are furnished to do so, provided that either (a) -this copyright and permission notice appear with all copies of the Data -Files or Software, or (b) this copyright and permission notice appear in -associated Documentation. +© 2016 and later: Unicode, Inc. and others. +License & terms of use: http://www.unicode.org/copyright.html -THE DATA FILES AND SOFTWARE ARE PROVIDED "AS IS", WITHOUT WARRANTY OF ANY -KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF -MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT OF -THIRD PARTY RIGHTS. + Copyright (C) 1999-2014, International Business Machines + Corporation and others. All Rights Reserved. -IN NO EVENT SHALL THE COPYRIGHT HOLDER OR HOLDERS INCLUDED IN THIS NOTICE -BE LIABLE FOR ANY CLAIM, OR ANY SPECIAL INDIRECT OR CONSEQUENTIAL DAMAGES, -OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, -WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, -ARISING OUT OF OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THE DATA -FILES OR SOFTWARE. -Except as contained in this notice, the name of a copyright holder shall -not be used in advertising or otherwise to promote the sale, use or other -dealings in these Data Files or Software without prior written -authorization of the copyright holder. -------------------------------------------------------------------------------- icu -Copyright (C) 1999-2007, International Business Machines Corporation -and others. All Rights Reserved. +© 2016 and later: Unicode, Inc. and others. +License & terms of use: http://www.unicode.org/copyright.html -Permission is hereby granted, free of charge, to any person obtaining a -copy of data files and any associated documentation (the "Data Files") or -software and any associated documentation (the "Software") to deal in the -Data Files or Software without restriction, including without limitation -the rights to use, copy, modify, merge, publish, distribute, and/or sell -copies of the Data Files or Software, and to permit persons to whom the -Data Files or Software are furnished to do so, provided that either (a) -this copyright and permission notice appear with all copies of the Data -Files or Software, or (b) this copyright and permission notice appear in -associated Documentation. + Copyright (C) 1999-2014, International Business Machines + Corporation and others. All Rights Reserved. -THE DATA FILES AND SOFTWARE ARE PROVIDED "AS IS", WITHOUT WARRANTY OF ANY -KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF -MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT OF -THIRD PARTY RIGHTS. + +-------------------------------------------------------------------------------- +icu -IN NO EVENT SHALL THE COPYRIGHT HOLDER OR HOLDERS INCLUDED IN THIS NOTICE -BE LIABLE FOR ANY CLAIM, OR ANY SPECIAL INDIRECT OR CONSEQUENTIAL DAMAGES, -OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, -WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, -ARISING OUT OF OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THE DATA -FILES OR SOFTWARE. +© 2016 and later: Unicode, Inc. and others. +License & terms of use: http://www.unicode.org/copyright.html -Except as contained in this notice, the name of a copyright holder shall -not be used in advertising or otherwise to promote the sale, use or other -dealings in these Data Files or Software without prior written -authorization of the copyright holder. + Copyright (C) 1999-2014, International Business Machines + Corporation and others. All Rights Reserved. + + -------------------------------------------------------------------------------- icu -Copyright (C) 1999-2008, International Business Machines Corporation -and others. All Rights Reserved. +© 2016 and later: Unicode, Inc. and others. +License & terms of use: http://www.unicode.org/copyright.html -Permission is hereby granted, free of charge, to any person obtaining a -copy of data files and any associated documentation (the "Data Files") or -software and any associated documentation (the "Software") to deal in the -Data Files or Software without restriction, including without limitation -the rights to use, copy, modify, merge, publish, distribute, and/or sell -copies of the Data Files or Software, and to permit persons to whom the -Data Files or Software are furnished to do so, provided that either (a) -this copyright and permission notice appear with all copies of the Data -Files or Software, or (b) this copyright and permission notice appear in -associated Documentation. + Copyright (C) 1999-2015 International Business Machines + Corporation and others. All Rights Reserved. -THE DATA FILES AND SOFTWARE ARE PROVIDED "AS IS", WITHOUT WARRANTY OF ANY -KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF -MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT OF -THIRD PARTY RIGHTS. -IN NO EVENT SHALL THE COPYRIGHT HOLDER OR HOLDERS INCLUDED IN THIS NOTICE -BE LIABLE FOR ANY CLAIM, OR ANY SPECIAL INDIRECT OR CONSEQUENTIAL DAMAGES, -OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, -WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, -ARISING OUT OF OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THE DATA -FILES OR SOFTWARE. -Except as contained in this notice, the name of a copyright holder shall -not be used in advertising or otherwise to promote the sale, use or other -dealings in these Data Files or Software without prior written -authorization of the copyright holder. + -------------------------------------------------------------------------------- icu -Copyright (C) 1999-2009, International Business Machines -Corporation and others. All Rights Reserved. +© 2016 and later: Unicode, Inc. and others. +License & terms of use: http://www.unicode.org/copyright.html -Permission is hereby granted, free of charge, to any person obtaining a -copy of data files and any associated documentation (the "Data Files") or -software and any associated documentation (the "Software") to deal in the -Data Files or Software without restriction, including without limitation -the rights to use, copy, modify, merge, publish, distribute, and/or sell -copies of the Data Files or Software, and to permit persons to whom the -Data Files or Software are furnished to do so, provided that either (a) -this copyright and permission notice appear with all copies of the Data -Files or Software, or (b) this copyright and permission notice appear in -associated Documentation. + Copyright (C) 1999-2015, International Business Machines + Corporation and others. All Rights Reserved. -THE DATA FILES AND SOFTWARE ARE PROVIDED "AS IS", WITHOUT WARRANTY OF ANY -KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF -MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT OF -THIRD PARTY RIGHTS. + +-------------------------------------------------------------------------------- +icu -IN NO EVENT SHALL THE COPYRIGHT HOLDER OR HOLDERS INCLUDED IN THIS NOTICE -BE LIABLE FOR ANY CLAIM, OR ANY SPECIAL INDIRECT OR CONSEQUENTIAL DAMAGES, -OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, -WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, -ARISING OUT OF OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THE DATA -FILES OR SOFTWARE. +© 2016 and later: Unicode, Inc. and others. +License & terms of use: http://www.unicode.org/copyright.html -Except as contained in this notice, the name of a copyright holder shall -not be used in advertising or otherwise to promote the sale, use or other -dealings in these Data Files or Software without prior written -authorization of the copyright holder. + Copyright (C) 1999-2016 International Business Machines Corporation + and others. All rights reserved. + + + + -------------------------------------------------------------------------------- icu -Copyright (C) 1999-2010, International Business Machines -Corporation and others. All Rights Reserved. +© 2016 and later: Unicode, Inc. and others. +License & terms of use: http://www.unicode.org/copyright.html -Permission is hereby granted, free of charge, to any person obtaining a -copy of data files and any associated documentation (the "Data Files") or -software and any associated documentation (the "Software") to deal in the -Data Files or Software without restriction, including without limitation -the rights to use, copy, modify, merge, publish, distribute, and/or sell -copies of the Data Files or Software, and to permit persons to whom the -Data Files or Software are furnished to do so, provided that either (a) -this copyright and permission notice appear with all copies of the Data -Files or Software, or (b) this copyright and permission notice appear in -associated Documentation. + Copyright (C) 1999-2016 International Business Machines Corporation + and others. All rights reserved. -THE DATA FILES AND SOFTWARE ARE PROVIDED "AS IS", WITHOUT WARRANTY OF ANY -KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF -MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT OF -THIRD PARTY RIGHTS. -IN NO EVENT SHALL THE COPYRIGHT HOLDER OR HOLDERS INCLUDED IN THIS NOTICE -BE LIABLE FOR ANY CLAIM, OR ANY SPECIAL INDIRECT OR CONSEQUENTIAL DAMAGES, -OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, -WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, -ARISING OUT OF OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THE DATA -FILES OR SOFTWARE. + +-------------------------------------------------------------------------------- +icu + +© 2016 and later: Unicode, Inc. and others. +License & terms of use: http://www.unicode.org/copyright.html + + Copyright (C) 1999-2016, International Business Machines + Corporation and others. All Rights Reserved. + -Except as contained in this notice, the name of a copyright holder shall -not be used in advertising or otherwise to promote the sale, use or other -dealings in these Data Files or Software without prior written -authorization of the copyright holder. -------------------------------------------------------------------------------- icu -Copyright (C) 1999-2010, International Business Machines Corporation and others. -All Rights Reserved. +© 2016 and later: Unicode, Inc. and others. +License & terms of use: http://www.unicode.org/copyright.html -Permission is hereby granted, free of charge, to any person obtaining a -copy of data files and any associated documentation (the "Data Files") or -software and any associated documentation (the "Software") to deal in the -Data Files or Software without restriction, including without limitation -the rights to use, copy, modify, merge, publish, distribute, and/or sell -copies of the Data Files or Software, and to permit persons to whom the -Data Files or Software are furnished to do so, provided that either (a) -this copyright and permission notice appear with all copies of the Data -Files or Software, or (b) this copyright and permission notice appear in -associated Documentation. + Copyright (C) 1999-2016, International Business Machines + Corporation and others. All Rights Reserved. -THE DATA FILES AND SOFTWARE ARE PROVIDED "AS IS", WITHOUT WARRANTY OF ANY -KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF -MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT OF -THIRD PARTY RIGHTS. -IN NO EVENT SHALL THE COPYRIGHT HOLDER OR HOLDERS INCLUDED IN THIS NOTICE -BE LIABLE FOR ANY CLAIM, OR ANY SPECIAL INDIRECT OR CONSEQUENTIAL DAMAGES, -OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, -WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, -ARISING OUT OF OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THE DATA -FILES OR SOFTWARE. -Except as contained in this notice, the name of a copyright holder shall -not be used in advertising or otherwise to promote the sale, use or other -dealings in these Data Files or Software without prior written -authorization of the copyright holder. -------------------------------------------------------------------------------- icu -Copyright (C) 1999-2011, International Business Machines -Corporation and others. All Rights Reserved. +© 2016 and later: Unicode, Inc. and others. +License & terms of use: http://www.unicode.org/copyright.html -Permission is hereby granted, free of charge, to any person obtaining a -copy of data files and any associated documentation (the "Data Files") or -software and any associated documentation (the "Software") to deal in the -Data Files or Software without restriction, including without limitation -the rights to use, copy, modify, merge, publish, distribute, and/or sell -copies of the Data Files or Software, and to permit persons to whom the -Data Files or Software are furnished to do so, provided that either (a) -this copyright and permission notice appear with all copies of the Data -Files or Software, or (b) this copyright and permission notice appear in -associated Documentation. + Copyright (C) 1999-2016, International Business Machines + Corporation and others. All Rights Reserved. -THE DATA FILES AND SOFTWARE ARE PROVIDED "AS IS", WITHOUT WARRANTY OF ANY -KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF -MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT OF -THIRD PARTY RIGHTS. + +-------------------------------------------------------------------------------- +icu -IN NO EVENT SHALL THE COPYRIGHT HOLDER OR HOLDERS INCLUDED IN THIS NOTICE -BE LIABLE FOR ANY CLAIM, OR ANY SPECIAL INDIRECT OR CONSEQUENTIAL DAMAGES, -OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, -WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, -ARISING OUT OF OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THE DATA -FILES OR SOFTWARE. +© 2016 and later: Unicode, Inc. and others. +License & terms of use: http://www.unicode.org/copyright.html -Except as contained in this notice, the name of a copyright holder shall -not be used in advertising or otherwise to promote the sale, use or other -dealings in these Data Files or Software without prior written -authorization of the copyright holder. + Copyright (C) 2000-2004, International Business Machines + Corporation and others. All Rights Reserved. + + -------------------------------------------------------------------------------- icu -Copyright (C) 1999-2011, International Business Machines Corporation -and others. All Rights Reserved. +© 2016 and later: Unicode, Inc. and others. +License & terms of use: http://www.unicode.org/copyright.html -Permission is hereby granted, free of charge, to any person obtaining a -copy of data files and any associated documentation (the "Data Files") or -software and any associated documentation (the "Software") to deal in the -Data Files or Software without restriction, including without limitation -the rights to use, copy, modify, merge, publish, distribute, and/or sell -copies of the Data Files or Software, and to permit persons to whom the -Data Files or Software are furnished to do so, provided that either (a) -this copyright and permission notice appear with all copies of the Data -Files or Software, or (b) this copyright and permission notice appear in -associated Documentation. + Copyright (C) 2000-2006, International Business Machines + Corporation and others. All Rights Reserved. -THE DATA FILES AND SOFTWARE ARE PROVIDED "AS IS", WITHOUT WARRANTY OF ANY -KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF -MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT OF -THIRD PARTY RIGHTS. + +-------------------------------------------------------------------------------- +icu + +© 2016 and later: Unicode, Inc. and others. +License & terms of use: http://www.unicode.org/copyright.html -IN NO EVENT SHALL THE COPYRIGHT HOLDER OR HOLDERS INCLUDED IN THIS NOTICE -BE LIABLE FOR ANY CLAIM, OR ANY SPECIAL INDIRECT OR CONSEQUENTIAL DAMAGES, -OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, -WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, -ARISING OUT OF OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THE DATA -FILES OR SOFTWARE. + Copyright (C) 2000-2011, International Business Machines + Corporation and others. All Rights Reserved. -Except as contained in this notice, the name of a copyright holder shall -not be used in advertising or otherwise to promote the sale, use or other -dealings in these Data Files or Software without prior written -authorization of the copyright holder. + + -------------------------------------------------------------------------------- icu -Copyright (C) 1999-2012, International Business Machines -Corporation and others. All Rights Reserved. +© 2016 and later: Unicode, Inc. and others. +License & terms of use: http://www.unicode.org/copyright.html -Permission is hereby granted, free of charge, to any person obtaining a -copy of data files and any associated documentation (the "Data Files") or -software and any associated documentation (the "Software") to deal in the -Data Files or Software without restriction, including without limitation -the rights to use, copy, modify, merge, publish, distribute, and/or sell -copies of the Data Files or Software, and to permit persons to whom the -Data Files or Software are furnished to do so, provided that either (a) -this copyright and permission notice appear with all copies of the Data -Files or Software, or (b) this copyright and permission notice appear in -associated Documentation. + Copyright (C) 2000-2011, International Business Machines + Corporation and others. All Rights Reserved. -THE DATA FILES AND SOFTWARE ARE PROVIDED "AS IS", WITHOUT WARRANTY OF ANY -KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF -MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT OF -THIRD PARTY RIGHTS. + +-------------------------------------------------------------------------------- +icu -IN NO EVENT SHALL THE COPYRIGHT HOLDER OR HOLDERS INCLUDED IN THIS NOTICE -BE LIABLE FOR ANY CLAIM, OR ANY SPECIAL INDIRECT OR CONSEQUENTIAL DAMAGES, -OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, -WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, -ARISING OUT OF OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THE DATA -FILES OR SOFTWARE. +© 2016 and later: Unicode, Inc. and others. +License & terms of use: http://www.unicode.org/copyright.html -Except as contained in this notice, the name of a copyright holder shall -not be used in advertising or otherwise to promote the sale, use or other -dealings in these Data Files or Software without prior written -authorization of the copyright holder. + Copyright (C) 2000-2012, International Business Machines + Corporation and others. All Rights Reserved. + + + -------------------------------------------------------------------------------- icu -Copyright (C) 1999-2012, International Business Machines Corporation and -others. All Rights Reserved. +© 2016 and later: Unicode, Inc. and others. +License & terms of use: http://www.unicode.org/copyright.html -Permission is hereby granted, free of charge, to any person obtaining a -copy of data files and any associated documentation (the "Data Files") or -software and any associated documentation (the "Software") to deal in the -Data Files or Software without restriction, including without limitation -the rights to use, copy, modify, merge, publish, distribute, and/or sell -copies of the Data Files or Software, and to permit persons to whom the -Data Files or Software are furnished to do so, provided that either (a) -this copyright and permission notice appear with all copies of the Data -Files or Software, or (b) this copyright and permission notice appear in -associated Documentation. + Copyright (C) 2000-2016, International Business Machines + Corporation and others. All Rights Reserved. -THE DATA FILES AND SOFTWARE ARE PROVIDED "AS IS", WITHOUT WARRANTY OF ANY -KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF -MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT OF -THIRD PARTY RIGHTS. -IN NO EVENT SHALL THE COPYRIGHT HOLDER OR HOLDERS INCLUDED IN THIS NOTICE -BE LIABLE FOR ANY CLAIM, OR ANY SPECIAL INDIRECT OR CONSEQUENTIAL DAMAGES, -OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, -WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, -ARISING OUT OF OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THE DATA -FILES OR SOFTWARE. +-------------------------------------------------------------------------------- +icu -Except as contained in this notice, the name of a copyright holder shall -not be used in advertising or otherwise to promote the sale, use or other -dealings in these Data Files or Software without prior written -authorization of the copyright holder. +© 2016 and later: Unicode, Inc. and others. +License & terms of use: http://www.unicode.org/copyright.html + + Copyright (C) 2000-2016, International Business Machines + Corporation and others. All Rights Reserved. + + + -------------------------------------------------------------------------------- icu -Copyright (C) 1999-2013, International Business Machines -Corporation and others. All Rights Reserved. +© 2016 and later: Unicode, Inc. and others. +License & terms of use: http://www.unicode.org/copyright.html -Permission is hereby granted, free of charge, to any person obtaining a -copy of data files and any associated documentation (the "Data Files") or -software and any associated documentation (the "Software") to deal in the -Data Files or Software without restriction, including without limitation -the rights to use, copy, modify, merge, publish, distribute, and/or sell -copies of the Data Files or Software, and to permit persons to whom the -Data Files or Software are furnished to do so, provided that either (a) -this copyright and permission notice appear with all copies of the Data -Files or Software, or (b) this copyright and permission notice appear in -associated Documentation. + Copyright (C) 2000-2016, International Business Machines + Corporation and others. All Rights Reserved. -THE DATA FILES AND SOFTWARE ARE PROVIDED "AS IS", WITHOUT WARRANTY OF ANY -KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF -MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT OF -THIRD PARTY RIGHTS. + +-------------------------------------------------------------------------------- +icu -IN NO EVENT SHALL THE COPYRIGHT HOLDER OR HOLDERS INCLUDED IN THIS NOTICE -BE LIABLE FOR ANY CLAIM, OR ANY SPECIAL INDIRECT OR CONSEQUENTIAL DAMAGES, -OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, -WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, -ARISING OUT OF OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THE DATA -FILES OR SOFTWARE. +© 2016 and later: Unicode, Inc. and others. +License & terms of use: http://www.unicode.org/copyright.html -Except as contained in this notice, the name of a copyright holder shall -not be used in advertising or otherwise to promote the sale, use or other -dealings in these Data Files or Software without prior written -authorization of the copyright holder. + Copyright (C) 2001, International Business Machines + Corporation and others. All Rights Reserved. + + + -------------------------------------------------------------------------------- icu -Copyright (C) 1999-2013, International Business Machines Corporation and -others. All Rights Reserved. +© 2016 and later: Unicode, Inc. and others. +License & terms of use: http://www.unicode.org/copyright.html -Permission is hereby granted, free of charge, to any person obtaining a -copy of data files and any associated documentation (the "Data Files") or -software and any associated documentation (the "Software") to deal in the -Data Files or Software without restriction, including without limitation -the rights to use, copy, modify, merge, publish, distribute, and/or sell -copies of the Data Files or Software, and to permit persons to whom the -Data Files or Software are furnished to do so, provided that either (a) -this copyright and permission notice appear with all copies of the Data -Files or Software, or (b) this copyright and permission notice appear in -associated Documentation. + Copyright (C) 2001, International Business Machines + Corporation and others. All Rights Reserved. -THE DATA FILES AND SOFTWARE ARE PROVIDED "AS IS", WITHOUT WARRANTY OF ANY -KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF -MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT OF -THIRD PARTY RIGHTS. + +-------------------------------------------------------------------------------- +icu + +© 2016 and later: Unicode, Inc. and others. +License & terms of use: http://www.unicode.org/copyright.html + + Copyright (C) 2001-2006, International Business Machines + Corporation and others. All Rights Reserved. -IN NO EVENT SHALL THE COPYRIGHT HOLDER OR HOLDERS INCLUDED IN THIS NOTICE -BE LIABLE FOR ANY CLAIM, OR ANY SPECIAL INDIRECT OR CONSEQUENTIAL DAMAGES, -OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, -WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, -ARISING OUT OF OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THE DATA -FILES OR SOFTWARE. -Except as contained in this notice, the name of a copyright holder shall -not be used in advertising or otherwise to promote the sale, use or other -dealings in these Data Files or Software without prior written -authorization of the copyright holder. -------------------------------------------------------------------------------- icu -Copyright (C) 1999-2014 International Business Machines -Corporation and others. All Rights Reserved. +© 2016 and later: Unicode, Inc. and others. +License & terms of use: http://www.unicode.org/copyright.html -Permission is hereby granted, free of charge, to any person obtaining a -copy of data files and any associated documentation (the "Data Files") or -software and any associated documentation (the "Software") to deal in the -Data Files or Software without restriction, including without limitation -the rights to use, copy, modify, merge, publish, distribute, and/or sell -copies of the Data Files or Software, and to permit persons to whom the -Data Files or Software are furnished to do so, provided that either (a) -this copyright and permission notice appear with all copies of the Data -Files or Software, or (b) this copyright and permission notice appear in -associated Documentation. + Copyright (C) 2001-2007, International Business Machines + Corporation and others. All Rights Reserved. -THE DATA FILES AND SOFTWARE ARE PROVIDED "AS IS", WITHOUT WARRANTY OF ANY -KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF -MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT OF -THIRD PARTY RIGHTS. + +-------------------------------------------------------------------------------- +icu -IN NO EVENT SHALL THE COPYRIGHT HOLDER OR HOLDERS INCLUDED IN THIS NOTICE -BE LIABLE FOR ANY CLAIM, OR ANY SPECIAL INDIRECT OR CONSEQUENTIAL DAMAGES, -OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, -WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, -ARISING OUT OF OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THE DATA -FILES OR SOFTWARE. +© 2016 and later: Unicode, Inc. and others. +License & terms of use: http://www.unicode.org/copyright.html -Except as contained in this notice, the name of a copyright holder shall -not be used in advertising or otherwise to promote the sale, use or other -dealings in these Data Files or Software without prior written -authorization of the copyright holder. + Copyright (C) 2001-2008,2010 IBM and others. All rights reserved. + + -------------------------------------------------------------------------------- icu -Copyright (C) 1999-2014 International Business Machines Corporation * -and others. All rights reserved. +© 2016 and later: Unicode, Inc. and others. +License & terms of use: http://www.unicode.org/copyright.html -Permission is hereby granted, free of charge, to any person obtaining a -copy of data files and any associated documentation (the "Data Files") or -software and any associated documentation (the "Software") to deal in the -Data Files or Software without restriction, including without limitation -the rights to use, copy, modify, merge, publish, distribute, and/or sell -copies of the Data Files or Software, and to permit persons to whom the -Data Files or Software are furnished to do so, provided that either (a) -this copyright and permission notice appear with all copies of the Data -Files or Software, or (b) this copyright and permission notice appear in -associated Documentation. + Copyright (C) 2001-2010, International Business Machines + Corporation and others. All Rights Reserved. -THE DATA FILES AND SOFTWARE ARE PROVIDED "AS IS", WITHOUT WARRANTY OF ANY -KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF -MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT OF -THIRD PARTY RIGHTS. + +-------------------------------------------------------------------------------- +icu -IN NO EVENT SHALL THE COPYRIGHT HOLDER OR HOLDERS INCLUDED IN THIS NOTICE -BE LIABLE FOR ANY CLAIM, OR ANY SPECIAL INDIRECT OR CONSEQUENTIAL DAMAGES, -OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, -WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, -ARISING OUT OF OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THE DATA -FILES OR SOFTWARE. +© 2016 and later: Unicode, Inc. and others. +License & terms of use: http://www.unicode.org/copyright.html -Except as contained in this notice, the name of a copyright holder shall -not be used in advertising or otherwise to promote the sale, use or other -dealings in these Data Files or Software without prior written -authorization of the copyright holder. + Copyright (C) 2001-2011 IBM and others. All rights reserved. + + -------------------------------------------------------------------------------- icu -Copyright (C) 1999-2014, International Business Machines -Corporation and others. All Rights Reserved. +© 2016 and later: Unicode, Inc. and others. +License & terms of use: http://www.unicode.org/copyright.html -Permission is hereby granted, free of charge, to any person obtaining a -copy of data files and any associated documentation (the "Data Files") or -software and any associated documentation (the "Software") to deal in the -Data Files or Software without restriction, including without limitation -the rights to use, copy, modify, merge, publish, distribute, and/or sell -copies of the Data Files or Software, and to permit persons to whom the -Data Files or Software are furnished to do so, provided that either (a) -this copyright and permission notice appear with all copies of the Data -Files or Software, or (b) this copyright and permission notice appear in -associated Documentation. + Copyright (C) 2001-2011, International Business Machines + Corporation and others. All Rights Reserved. -THE DATA FILES AND SOFTWARE ARE PROVIDED "AS IS", WITHOUT WARRANTY OF ANY -KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF -MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT OF -THIRD PARTY RIGHTS. + +-------------------------------------------------------------------------------- +icu -IN NO EVENT SHALL THE COPYRIGHT HOLDER OR HOLDERS INCLUDED IN THIS NOTICE -BE LIABLE FOR ANY CLAIM, OR ANY SPECIAL INDIRECT OR CONSEQUENTIAL DAMAGES, -OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, -WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, -ARISING OUT OF OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THE DATA -FILES OR SOFTWARE. +© 2016 and later: Unicode, Inc. and others. +License & terms of use: http://www.unicode.org/copyright.html -Except as contained in this notice, the name of a copyright holder shall -not be used in advertising or otherwise to promote the sale, use or other -dealings in these Data Files or Software without prior written -authorization of the copyright holder. + Copyright (C) 2001-2011,2014 IBM and others. All rights reserved. + + -------------------------------------------------------------------------------- icu -Copyright (C) 1999-2014, International Business Machines -Corporation and others. All Rights Reserved. +© 2016 and later: Unicode, Inc. and others. +License & terms of use: http://www.unicode.org/copyright.html -Permission is hereby granted, free of charge, to any person obtaining a -copy of data files and any associated documentation (the "Data Files") or -software and any associated documentation (the "Software") to deal in the -Data Files or Software without restriction, including without limitation -the rights to use, copy, modify, merge, publish, distribute, and/or sell -copies of the Data Files or Software, and to permit persons to whom the -Data Files or Software are furnished to do so, provided that either (a) -this copyright and permission notice appear with all copies of the Data -Files or Software, or (b) this copyright and permission notice appear in -associated Documentation. + Copyright (C) 2001-2012, International Business Machines + Corporation and others. All Rights Reserved. -THE DATA FILES AND SOFTWARE ARE PROVIDED "AS IS", WITHOUT WARRANTY OF ANY -KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF -MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT OF -THIRD PARTY RIGHTS. + +-------------------------------------------------------------------------------- +icu -IN NO EVENT SHALL THE COPYRIGHT HOLDER OR HOLDERS INCLUDED IN THIS NOTICE -BE LIABLE FOR ANY CLAIM, OR ANY SPECIAL INDIRECT OR CONSEQUENTIAL DAMAGES, -OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, -WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, -ARISING OUT OF OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THE DATA -FILES OR SOFTWARE. +© 2016 and later: Unicode, Inc. and others. +License & terms of use: http://www.unicode.org/copyright.html + + Copyright (C) 2001-2014 IBM and others. All rights reserved. + + +-------------------------------------------------------------------------------- +icu -Except as contained in this notice, the name of a copyright holder shall -not be used in advertising or otherwise to promote the sale, use or other -dealings in these Data Files or Software without prior written -authorization of the copyright holder. +© 2016 and later: Unicode, Inc. and others. +License & terms of use: http://www.unicode.org/copyright.html + + Copyright (C) 2001-2014 International Business Machines + Corporation and others. All Rights Reserved. + + -------------------------------------------------------------------------------- icu -Copyright (C) 1999-2015 International Business Machines -Corporation and others. All Rights Reserved. +© 2016 and later: Unicode, Inc. and others. +License & terms of use: http://www.unicode.org/copyright.html -Permission is hereby granted, free of charge, to any person obtaining a -copy of data files and any associated documentation (the "Data Files") or -software and any associated documentation (the "Software") to deal in the -Data Files or Software without restriction, including without limitation -the rights to use, copy, modify, merge, publish, distribute, and/or sell -copies of the Data Files or Software, and to permit persons to whom the -Data Files or Software are furnished to do so, provided that either (a) -this copyright and permission notice appear with all copies of the Data -Files or Software, or (b) this copyright and permission notice appear in -associated Documentation. + Copyright (C) 2001-2014, International Business Machines + Corporation and others. All Rights Reserved. -THE DATA FILES AND SOFTWARE ARE PROVIDED "AS IS", WITHOUT WARRANTY OF ANY -KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF -MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT OF -THIRD PARTY RIGHTS. -IN NO EVENT SHALL THE COPYRIGHT HOLDER OR HOLDERS INCLUDED IN THIS NOTICE -BE LIABLE FOR ANY CLAIM, OR ANY SPECIAL INDIRECT OR CONSEQUENTIAL DAMAGES, -OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, -WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, -ARISING OUT OF OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THE DATA -FILES OR SOFTWARE. -Except as contained in this notice, the name of a copyright holder shall -not be used in advertising or otherwise to promote the sale, use or other -dealings in these Data Files or Software without prior written -authorization of the copyright holder. -------------------------------------------------------------------------------- icu -Copyright (C) 1999-2015, International Business Machines -Corporation and others. All Rights Reserved. +© 2016 and later: Unicode, Inc. and others. +License & terms of use: http://www.unicode.org/copyright.html -Permission is hereby granted, free of charge, to any person obtaining a -copy of data files and any associated documentation (the "Data Files") or -software and any associated documentation (the "Software") to deal in the -Data Files or Software without restriction, including without limitation -the rights to use, copy, modify, merge, publish, distribute, and/or sell -copies of the Data Files or Software, and to permit persons to whom the -Data Files or Software are furnished to do so, provided that either (a) -this copyright and permission notice appear with all copies of the Data -Files or Software, or (b) this copyright and permission notice appear in -associated Documentation. + Copyright (C) 2001-2014, International Business Machines + Corporation and others. All Rights Reserved. -THE DATA FILES AND SOFTWARE ARE PROVIDED "AS IS", WITHOUT WARRANTY OF ANY -KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF -MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT OF -THIRD PARTY RIGHTS. + +-------------------------------------------------------------------------------- +icu -IN NO EVENT SHALL THE COPYRIGHT HOLDER OR HOLDERS INCLUDED IN THIS NOTICE -BE LIABLE FOR ANY CLAIM, OR ANY SPECIAL INDIRECT OR CONSEQUENTIAL DAMAGES, -OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, -WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, -ARISING OUT OF OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THE DATA -FILES OR SOFTWARE. +© 2016 and later: Unicode, Inc. and others. +License & terms of use: http://www.unicode.org/copyright.html -Except as contained in this notice, the name of a copyright holder shall -not be used in advertising or otherwise to promote the sale, use or other -dealings in these Data Files or Software without prior written -authorization of the copyright holder. + Copyright (C) 2001-2015 IBM and others. All rights reserved. + + -------------------------------------------------------------------------------- icu -Copyright (C) 1999-2015, International Business Machines Corporation and -others. All Rights Reserved. +© 2016 and later: Unicode, Inc. and others. +License & terms of use: http://www.unicode.org/copyright.html -Permission is hereby granted, free of charge, to any person obtaining a -copy of data files and any associated documentation (the "Data Files") or -software and any associated documentation (the "Software") to deal in the -Data Files or Software without restriction, including without limitation -the rights to use, copy, modify, merge, publish, distribute, and/or sell -copies of the Data Files or Software, and to permit persons to whom the -Data Files or Software are furnished to do so, provided that either (a) -this copyright and permission notice appear with all copies of the Data -Files or Software, or (b) this copyright and permission notice appear in -associated Documentation. + Copyright (C) 2001-2016, International Business Machines + Corporation and others. All Rights Reserved. -THE DATA FILES AND SOFTWARE ARE PROVIDED "AS IS", WITHOUT WARRANTY OF ANY -KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF -MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT OF -THIRD PARTY RIGHTS. -IN NO EVENT SHALL THE COPYRIGHT HOLDER OR HOLDERS INCLUDED IN THIS NOTICE -BE LIABLE FOR ANY CLAIM, OR ANY SPECIAL INDIRECT OR CONSEQUENTIAL DAMAGES, -OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, -WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, -ARISING OUT OF OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THE DATA -FILES OR SOFTWARE. -Except as contained in this notice, the name of a copyright holder shall -not be used in advertising or otherwise to promote the sale, use or other -dealings in these Data Files or Software without prior written -authorization of the copyright holder. -------------------------------------------------------------------------------- icu -Copyright (C) 1999-2016 International Business Machines -Corporation and others. All Rights Reserved. +© 2016 and later: Unicode, Inc. and others. +License & terms of use: http://www.unicode.org/copyright.html -Permission is hereby granted, free of charge, to any person obtaining a -copy of data files and any associated documentation (the "Data Files") or -software and any associated documentation (the "Software") to deal in the -Data Files or Software without restriction, including without limitation -the rights to use, copy, modify, merge, publish, distribute, and/or sell -copies of the Data Files or Software, and to permit persons to whom the -Data Files or Software are furnished to do so, provided that either (a) -this copyright and permission notice appear with all copies of the Data -Files or Software, or (b) this copyright and permission notice appear in -associated Documentation. + Copyright (C) 2001-2016, International Business Machines + Corporation and others. All Rights Reserved. -THE DATA FILES AND SOFTWARE ARE PROVIDED "AS IS", WITHOUT WARRANTY OF ANY -KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF -MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT OF -THIRD PARTY RIGHTS. + +-------------------------------------------------------------------------------- +icu -IN NO EVENT SHALL THE COPYRIGHT HOLDER OR HOLDERS INCLUDED IN THIS NOTICE -BE LIABLE FOR ANY CLAIM, OR ANY SPECIAL INDIRECT OR CONSEQUENTIAL DAMAGES, -OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, -WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, -ARISING OUT OF OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THE DATA -FILES OR SOFTWARE. +© 2016 and later: Unicode, Inc. and others. +License & terms of use: http://www.unicode.org/copyright.html -Except as contained in this notice, the name of a copyright holder shall -not be used in advertising or otherwise to promote the sale, use or other -dealings in these Data Files or Software without prior written -authorization of the copyright holder. + Copyright (C) 2002-2015 International Business Machines Corporation + and others. All rights reserved. + + -------------------------------------------------------------------------------- icu -Copyright (C) 1999-2016 International Business Machines Corporation -and others. All rights reserved. +© 2016 and later: Unicode, Inc. and others. +License & terms of use: http://www.unicode.org/copyright.html -Permission is hereby granted, free of charge, to any person obtaining a -copy of data files and any associated documentation (the "Data Files") or -software and any associated documentation (the "Software") to deal in the -Data Files or Software without restriction, including without limitation -the rights to use, copy, modify, merge, publish, distribute, and/or sell -copies of the Data Files or Software, and to permit persons to whom the -Data Files or Software are furnished to do so, provided that either (a) -this copyright and permission notice appear with all copies of the Data -Files or Software, or (b) this copyright and permission notice appear in -associated Documentation. + Copyright (C) 2002-2016 International Business Machines Corporation + and others. All rights reserved. -THE DATA FILES AND SOFTWARE ARE PROVIDED "AS IS", WITHOUT WARRANTY OF ANY -KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF -MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT OF -THIRD PARTY RIGHTS. -IN NO EVENT SHALL THE COPYRIGHT HOLDER OR HOLDERS INCLUDED IN THIS NOTICE -BE LIABLE FOR ANY CLAIM, OR ANY SPECIAL INDIRECT OR CONSEQUENTIAL DAMAGES, -OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, -WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, -ARISING OUT OF OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THE DATA -FILES OR SOFTWARE. +-------------------------------------------------------------------------------- +icu -Except as contained in this notice, the name of a copyright holder shall -not be used in advertising or otherwise to promote the sale, use or other -dealings in these Data Files or Software without prior written -authorization of the copyright holder. +© 2016 and later: Unicode, Inc. and others. +License & terms of use: http://www.unicode.org/copyright.html + + Copyright (C) 2002-2016 International Business Machines Corporation + and others. All rights reserved. + + + -------------------------------------------------------------------------------- icu -Copyright (C) 1999-2016 International Business Machines Corporation * -and others. All rights reserved. +© 2016 and later: Unicode, Inc. and others. +License & terms of use: http://www.unicode.org/copyright.html -Permission is hereby granted, free of charge, to any person obtaining a -copy of data files and any associated documentation (the "Data Files") or -software and any associated documentation (the "Software") to deal in the -Data Files or Software without restriction, including without limitation -the rights to use, copy, modify, merge, publish, distribute, and/or sell -copies of the Data Files or Software, and to permit persons to whom the -Data Files or Software are furnished to do so, provided that either (a) -this copyright and permission notice appear with all copies of the Data -Files or Software, or (b) this copyright and permission notice appear in -associated Documentation. + Copyright (C) 2002-2016, International Business Machines + Corporation and others. All Rights Reserved. -THE DATA FILES AND SOFTWARE ARE PROVIDED "AS IS", WITHOUT WARRANTY OF ANY -KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF -MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT OF -THIRD PARTY RIGHTS. -IN NO EVENT SHALL THE COPYRIGHT HOLDER OR HOLDERS INCLUDED IN THIS NOTICE -BE LIABLE FOR ANY CLAIM, OR ANY SPECIAL INDIRECT OR CONSEQUENTIAL DAMAGES, -OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, -WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, -ARISING OUT OF OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THE DATA -FILES OR SOFTWARE. -Except as contained in this notice, the name of a copyright holder shall -not be used in advertising or otherwise to promote the sale, use or other -dealings in these Data Files or Software without prior written -authorization of the copyright holder. -------------------------------------------------------------------------------- icu -Copyright (C) 1999-2016, International Business Machines - Corporation and others. All Rights Reserved. +© 2016 and later: Unicode, Inc. and others. +License & terms of use: http://www.unicode.org/copyright.html -Permission is hereby granted, free of charge, to any person obtaining a -copy of data files and any associated documentation (the "Data Files") or -software and any associated documentation (the "Software") to deal in the -Data Files or Software without restriction, including without limitation -the rights to use, copy, modify, merge, publish, distribute, and/or sell -copies of the Data Files or Software, and to permit persons to whom the -Data Files or Software are furnished to do so, provided that either (a) -this copyright and permission notice appear with all copies of the Data -Files or Software, or (b) this copyright and permission notice appear in -associated Documentation. + Copyright (C) 2002-2016, International Business Machines + Corporation and others. All Rights Reserved. -THE DATA FILES AND SOFTWARE ARE PROVIDED "AS IS", WITHOUT WARRANTY OF ANY -KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF -MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT OF -THIRD PARTY RIGHTS. -IN NO EVENT SHALL THE COPYRIGHT HOLDER OR HOLDERS INCLUDED IN THIS NOTICE -BE LIABLE FOR ANY CLAIM, OR ANY SPECIAL INDIRECT OR CONSEQUENTIAL DAMAGES, -OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, -WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, -ARISING OUT OF OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THE DATA -FILES OR SOFTWARE. + +-------------------------------------------------------------------------------- +icu -Except as contained in this notice, the name of a copyright holder shall -not be used in advertising or otherwise to promote the sale, use or other -dealings in these Data Files or Software without prior written -authorization of the copyright holder. +© 2016 and later: Unicode, Inc. and others. +License & terms of use: http://www.unicode.org/copyright.html + + Copyright (C) 2002-2016, International Business Machines + Corporation and others. All Rights Reserved. + + -------------------------------------------------------------------------------- icu -Copyright (C) 1999-2016, International Business Machines -Corporation and others. All Rights Reserved. +© 2016 and later: Unicode, Inc. and others. +License & terms of use: http://www.unicode.org/copyright.html -Permission is hereby granted, free of charge, to any person obtaining a -copy of data files and any associated documentation (the "Data Files") or -software and any associated documentation (the "Software") to deal in the -Data Files or Software without restriction, including without limitation -the rights to use, copy, modify, merge, publish, distribute, and/or sell -copies of the Data Files or Software, and to permit persons to whom the -Data Files or Software are furnished to do so, provided that either (a) -this copyright and permission notice appear with all copies of the Data -Files or Software, or (b) this copyright and permission notice appear in -associated Documentation. + Copyright (C) 2003-2003, International Business Machines + Corporation and others. All Rights Reserved. -THE DATA FILES AND SOFTWARE ARE PROVIDED "AS IS", WITHOUT WARRANTY OF ANY -KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF -MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT OF -THIRD PARTY RIGHTS. -IN NO EVENT SHALL THE COPYRIGHT HOLDER OR HOLDERS INCLUDED IN THIS NOTICE -BE LIABLE FOR ANY CLAIM, OR ANY SPECIAL INDIRECT OR CONSEQUENTIAL DAMAGES, -OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, -WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, -ARISING OUT OF OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THE DATA -FILES OR SOFTWARE. +-------------------------------------------------------------------------------- +icu -Except as contained in this notice, the name of a copyright holder shall -not be used in advertising or otherwise to promote the sale, use or other -dealings in these Data Files or Software without prior written -authorization of the copyright holder. +© 2016 and later: Unicode, Inc. and others. +License & terms of use: http://www.unicode.org/copyright.html + + Copyright (C) 2003-2006, International Business Machines + Corporation and others. All Rights Reserved. + + -------------------------------------------------------------------------------- icu -Copyright (C) 1999-2016, International Business Machines Corporation - and others. All Rights Reserved. +© 2016 and later: Unicode, Inc. and others. +License & terms of use: http://www.unicode.org/copyright.html + + Copyright (C) 2003-2011, International Business Machines + Corporation and others. All Rights Reserved. -Permission is hereby granted, free of charge, to any person obtaining a -copy of data files and any associated documentation (the "Data Files") or -software and any associated documentation (the "Software") to deal in the -Data Files or Software without restriction, including without limitation -the rights to use, copy, modify, merge, publish, distribute, and/or sell -copies of the Data Files or Software, and to permit persons to whom the -Data Files or Software are furnished to do so, provided that either (a) -this copyright and permission notice appear with all copies of the Data -Files or Software, or (b) this copyright and permission notice appear in -associated Documentation. -THE DATA FILES AND SOFTWARE ARE PROVIDED "AS IS", WITHOUT WARRANTY OF ANY -KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF -MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT OF -THIRD PARTY RIGHTS. +-------------------------------------------------------------------------------- +icu -IN NO EVENT SHALL THE COPYRIGHT HOLDER OR HOLDERS INCLUDED IN THIS NOTICE -BE LIABLE FOR ANY CLAIM, OR ANY SPECIAL INDIRECT OR CONSEQUENTIAL DAMAGES, -OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, -WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, -ARISING OUT OF OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THE DATA -FILES OR SOFTWARE. +© 2016 and later: Unicode, Inc. and others. +License & terms of use: http://www.unicode.org/copyright.html -Except as contained in this notice, the name of a copyright holder shall -not be used in advertising or otherwise to promote the sale, use or other -dealings in these Data Files or Software without prior written -authorization of the copyright holder. + Copyright (C) 2003-2013, International Business Machines + Corporation and others. All Rights Reserved. + + -------------------------------------------------------------------------------- icu -Copyright (C) 1999-2016, International Business Machines Corporation -and others. All Rights Reserved. +© 2016 and later: Unicode, Inc. and others. +License & terms of use: http://www.unicode.org/copyright.html -Permission is hereby granted, free of charge, to any person obtaining a -copy of data files and any associated documentation (the "Data Files") or -software and any associated documentation (the "Software") to deal in the -Data Files or Software without restriction, including without limitation -the rights to use, copy, modify, merge, publish, distribute, and/or sell -copies of the Data Files or Software, and to permit persons to whom the -Data Files or Software are furnished to do so, provided that either (a) -this copyright and permission notice appear with all copies of the Data -Files or Software, or (b) this copyright and permission notice appear in -associated Documentation. + Copyright (C) 2003-2014, International Business Machines + Corporation and others. All Rights Reserved. -THE DATA FILES AND SOFTWARE ARE PROVIDED "AS IS", WITHOUT WARRANTY OF ANY -KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF -MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT OF -THIRD PARTY RIGHTS. -IN NO EVENT SHALL THE COPYRIGHT HOLDER OR HOLDERS INCLUDED IN THIS NOTICE -BE LIABLE FOR ANY CLAIM, OR ANY SPECIAL INDIRECT OR CONSEQUENTIAL DAMAGES, -OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, -WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, -ARISING OUT OF OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THE DATA -FILES OR SOFTWARE. -Except as contained in this notice, the name of a copyright holder shall -not be used in advertising or otherwise to promote the sale, use or other -dealings in these Data Files or Software without prior written -authorization of the copyright holder. -------------------------------------------------------------------------------- icu -Copyright (C) 1999-2016, International Business Machines Corporation -and others. All Rights Reserved. +© 2016 and later: Unicode, Inc. and others. +License & terms of use: http://www.unicode.org/copyright.html -Permission is hereby granted, free of charge, to any person obtaining a -copy of data files and any associated documentation (the "Data Files") or -software and any associated documentation (the "Software") to deal in the -Data Files or Software without restriction, including without limitation -the rights to use, copy, modify, merge, publish, distribute, and/or sell -copies of the Data Files or Software, and to permit persons to whom the -Data Files or Software are furnished to do so, provided that either (a) -this copyright and permission notice appear with all copies of the Data -Files or Software, or (b) this copyright and permission notice appear in -associated Documentation. + Copyright (C) 2003-2014, International Business Machines + Corporation and others. All Rights Reserved. -THE DATA FILES AND SOFTWARE ARE PROVIDED "AS IS", WITHOUT WARRANTY OF ANY -KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF -MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT OF -THIRD PARTY RIGHTS. + +-------------------------------------------------------------------------------- +icu + +© 2016 and later: Unicode, Inc. and others. +License & terms of use: http://www.unicode.org/copyright.html + + Copyright (C) 2004-2011, International Business Machines + Corporation and others. All Rights Reserved. -IN NO EVENT SHALL THE COPYRIGHT HOLDER OR HOLDERS INCLUDED IN THIS NOTICE -BE LIABLE FOR ANY CLAIM, OR ANY SPECIAL INDIRECT OR CONSEQUENTIAL DAMAGES, -OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, -WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, -ARISING OUT OF OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THE DATA -FILES OR SOFTWARE. -Except as contained in this notice, the name of a copyright holder shall -not be used in advertising or otherwise to promote the sale, use or other -dealings in these Data Files or Software without prior written -authorization of the copyright holder. -------------------------------------------------------------------------------- icu -Copyright (C) 1999-2016, International Business Machines Corporation and -others. All Rights Reserved. +© 2016 and later: Unicode, Inc. and others. +License & terms of use: http://www.unicode.org/copyright.html -Permission is hereby granted, free of charge, to any person obtaining a -copy of data files and any associated documentation (the "Data Files") or -software and any associated documentation (the "Software") to deal in the -Data Files or Software without restriction, including without limitation -the rights to use, copy, modify, merge, publish, distribute, and/or sell -copies of the Data Files or Software, and to permit persons to whom the -Data Files or Software are furnished to do so, provided that either (a) -this copyright and permission notice appear with all copies of the Data -Files or Software, or (b) this copyright and permission notice appear in -associated Documentation. + Copyright (C) 2004-2015, International Business Machines + Corporation and others. All Rights Reserved. -THE DATA FILES AND SOFTWARE ARE PROVIDED "AS IS", WITHOUT WARRANTY OF ANY -KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF -MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT OF -THIRD PARTY RIGHTS. + +-------------------------------------------------------------------------------- +icu + +© 2016 and later: Unicode, Inc. and others. +License & terms of use: http://www.unicode.org/copyright.html + + Copyright (C) 2004-2016, International Business Machines + Corporation and others. All Rights Reserved. -IN NO EVENT SHALL THE COPYRIGHT HOLDER OR HOLDERS INCLUDED IN THIS NOTICE -BE LIABLE FOR ANY CLAIM, OR ANY SPECIAL INDIRECT OR CONSEQUENTIAL DAMAGES, -OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, -WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, -ARISING OUT OF OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THE DATA -FILES OR SOFTWARE. -Except as contained in this notice, the name of a copyright holder shall -not be used in advertising or otherwise to promote the sale, use or other -dealings in these Data Files or Software without prior written -authorization of the copyright holder. -------------------------------------------------------------------------------- icu -Copyright (C) 2000, International Business Machines -Corporation and others. All Rights Reserved. +© 2016 and later: Unicode, Inc. and others. +License & terms of use: http://www.unicode.org/copyright.html -Permission is hereby granted, free of charge, to any person obtaining a -copy of data files and any associated documentation (the "Data Files") or -software and any associated documentation (the "Software") to deal in the -Data Files or Software without restriction, including without limitation -the rights to use, copy, modify, merge, publish, distribute, and/or sell -copies of the Data Files or Software, and to permit persons to whom the -Data Files or Software are furnished to do so, provided that either (a) -this copyright and permission notice appear with all copies of the Data -Files or Software, or (b) this copyright and permission notice appear in -associated Documentation. + Copyright (C) 2004-2016, International Business Machines + Corporation and others. All Rights Reserved. -THE DATA FILES AND SOFTWARE ARE PROVIDED "AS IS", WITHOUT WARRANTY OF ANY -KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF -MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT OF -THIRD PARTY RIGHTS. + +-------------------------------------------------------------------------------- +icu + +© 2016 and later: Unicode, Inc. and others. +License & terms of use: http://www.unicode.org/copyright.html + + Copyright (C) 2005-2006, International Business Machines + Corporation and others. All Rights Reserved. -IN NO EVENT SHALL THE COPYRIGHT HOLDER OR HOLDERS INCLUDED IN THIS NOTICE -BE LIABLE FOR ANY CLAIM, OR ANY SPECIAL INDIRECT OR CONSEQUENTIAL DAMAGES, -OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, -WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, -ARISING OUT OF OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THE DATA -FILES OR SOFTWARE. -Except as contained in this notice, the name of a copyright holder shall -not be used in advertising or otherwise to promote the sale, use or other -dealings in these Data Files or Software without prior written -authorization of the copyright holder. -------------------------------------------------------------------------------- icu -Copyright (C) 2000-2003, International Business Machines -Corporation and others. All Rights Reserved. - -Permission is hereby granted, free of charge, to any person obtaining a -copy of data files and any associated documentation (the "Data Files") or -software and any associated documentation (the "Software") to deal in the -Data Files or Software without restriction, including without limitation -the rights to use, copy, modify, merge, publish, distribute, and/or sell -copies of the Data Files or Software, and to permit persons to whom the -Data Files or Software are furnished to do so, provided that either (a) -this copyright and permission notice appear with all copies of the Data -Files or Software, or (b) this copyright and permission notice appear in -associated Documentation. +© 2016 and later: Unicode, Inc. and others. +License & terms of use: http://www.unicode.org/copyright.html -THE DATA FILES AND SOFTWARE ARE PROVIDED "AS IS", WITHOUT WARRANTY OF ANY -KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF -MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT OF -THIRD PARTY RIGHTS. + Copyright (C) 2005-2008, International Business Machines + Corporation and others. All Rights Reserved. -IN NO EVENT SHALL THE COPYRIGHT HOLDER OR HOLDERS INCLUDED IN THIS NOTICE -BE LIABLE FOR ANY CLAIM, OR ANY SPECIAL INDIRECT OR CONSEQUENTIAL DAMAGES, -OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, -WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, -ARISING OUT OF OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THE DATA -FILES OR SOFTWARE. -Except as contained in this notice, the name of a copyright holder shall -not be used in advertising or otherwise to promote the sale, use or other -dealings in these Data Files or Software without prior written -authorization of the copyright holder. -------------------------------------------------------------------------------- icu -Copyright (C) 2000-2004, International Business Machines -Corporation and others. All Rights Reserved. +© 2016 and later: Unicode, Inc. and others. +License & terms of use: http://www.unicode.org/copyright.html -Permission is hereby granted, free of charge, to any person obtaining a -copy of data files and any associated documentation (the "Data Files") or -software and any associated documentation (the "Software") to deal in the -Data Files or Software without restriction, including without limitation -the rights to use, copy, modify, merge, publish, distribute, and/or sell -copies of the Data Files or Software, and to permit persons to whom the -Data Files or Software are furnished to do so, provided that either (a) -this copyright and permission notice appear with all copies of the Data -Files or Software, or (b) this copyright and permission notice appear in -associated Documentation. + Copyright (C) 2005-2011, International Business Machines + Corporation and others. All Rights Reserved. -THE DATA FILES AND SOFTWARE ARE PROVIDED "AS IS", WITHOUT WARRANTY OF ANY -KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF -MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT OF -THIRD PARTY RIGHTS. -IN NO EVENT SHALL THE COPYRIGHT HOLDER OR HOLDERS INCLUDED IN THIS NOTICE -BE LIABLE FOR ANY CLAIM, OR ANY SPECIAL INDIRECT OR CONSEQUENTIAL DAMAGES, -OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, -WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, -ARISING OUT OF OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THE DATA -FILES OR SOFTWARE. -Except as contained in this notice, the name of a copyright holder shall -not be used in advertising or otherwise to promote the sale, use or other -dealings in these Data Files or Software without prior written -authorization of the copyright holder. -------------------------------------------------------------------------------- icu -Copyright (C) 2000-2004, International Business Machines Corporation -and others. All Rights Reserved. +© 2016 and later: Unicode, Inc. and others. +License & terms of use: http://www.unicode.org/copyright.html -Permission is hereby granted, free of charge, to any person obtaining a -copy of data files and any associated documentation (the "Data Files") or -software and any associated documentation (the "Software") to deal in the -Data Files or Software without restriction, including without limitation -the rights to use, copy, modify, merge, publish, distribute, and/or sell -copies of the Data Files or Software, and to permit persons to whom the -Data Files or Software are furnished to do so, provided that either (a) -this copyright and permission notice appear with all copies of the Data -Files or Software, or (b) this copyright and permission notice appear in -associated Documentation. + Copyright (C) 2005-2012, International Business Machines + Corporation and others. All Rights Reserved. -THE DATA FILES AND SOFTWARE ARE PROVIDED "AS IS", WITHOUT WARRANTY OF ANY -KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF -MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT OF -THIRD PARTY RIGHTS. -IN NO EVENT SHALL THE COPYRIGHT HOLDER OR HOLDERS INCLUDED IN THIS NOTICE -BE LIABLE FOR ANY CLAIM, OR ANY SPECIAL INDIRECT OR CONSEQUENTIAL DAMAGES, -OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, -WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, -ARISING OUT OF OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THE DATA -FILES OR SOFTWARE. +-------------------------------------------------------------------------------- +icu + +© 2016 and later: Unicode, Inc. and others. +License & terms of use: http://www.unicode.org/copyright.html + + Copyright (C) 2005-2013, International Business Machines + Corporation and others. All Rights Reserved. + -Except as contained in this notice, the name of a copyright holder shall -not be used in advertising or otherwise to promote the sale, use or other -dealings in these Data Files or Software without prior written -authorization of the copyright holder. -------------------------------------------------------------------------------- icu -Copyright (C) 2000-2006, International Business Machines -Corporation and others. All Rights Reserved. +© 2016 and later: Unicode, Inc. and others. +License & terms of use: http://www.unicode.org/copyright.html -Permission is hereby granted, free of charge, to any person obtaining a -copy of data files and any associated documentation (the "Data Files") or -software and any associated documentation (the "Software") to deal in the -Data Files or Software without restriction, including without limitation -the rights to use, copy, modify, merge, publish, distribute, and/or sell -copies of the Data Files or Software, and to permit persons to whom the -Data Files or Software are furnished to do so, provided that either (a) -this copyright and permission notice appear with all copies of the Data -Files or Software, or (b) this copyright and permission notice appear in -associated Documentation. + Copyright (C) 2005-2013, International Business Machines + Corporation and others. All Rights Reserved. -THE DATA FILES AND SOFTWARE ARE PROVIDED "AS IS", WITHOUT WARRANTY OF ANY -KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF -MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT OF -THIRD PARTY RIGHTS. + +-------------------------------------------------------------------------------- +icu + +© 2016 and later: Unicode, Inc. and others. +License & terms of use: http://www.unicode.org/copyright.html + + Copyright (C) 2005-2014, International Business Machines + Corporation and others. All Rights Reserved. + + +-------------------------------------------------------------------------------- +icu + +© 2016 and later: Unicode, Inc. and others. +License & terms of use: http://www.unicode.org/copyright.html + + Copyright (C) 2005-2015, International Business Machines + Corporation and others. All Rights Reserved. -IN NO EVENT SHALL THE COPYRIGHT HOLDER OR HOLDERS INCLUDED IN THIS NOTICE -BE LIABLE FOR ANY CLAIM, OR ANY SPECIAL INDIRECT OR CONSEQUENTIAL DAMAGES, -OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, -WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, -ARISING OUT OF OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THE DATA -FILES OR SOFTWARE. -Except as contained in this notice, the name of a copyright holder shall -not be used in advertising or otherwise to promote the sale, use or other -dealings in these Data Files or Software without prior written -authorization of the copyright holder. -------------------------------------------------------------------------------- icu -Copyright (C) 2000-2007, International Business Machines -Corporation and others. All Rights Reserved. +© 2016 and later: Unicode, Inc. and others. +License & terms of use: http://www.unicode.org/copyright.html -Permission is hereby granted, free of charge, to any person obtaining a -copy of data files and any associated documentation (the "Data Files") or -software and any associated documentation (the "Software") to deal in the -Data Files or Software without restriction, including without limitation -the rights to use, copy, modify, merge, publish, distribute, and/or sell -copies of the Data Files or Software, and to permit persons to whom the -Data Files or Software are furnished to do so, provided that either (a) -this copyright and permission notice appear with all copies of the Data -Files or Software, or (b) this copyright and permission notice appear in -associated Documentation. + Copyright (C) 2005-2015, International Business Machines + Corporation and others. All Rights Reserved. -THE DATA FILES AND SOFTWARE ARE PROVIDED "AS IS", WITHOUT WARRANTY OF ANY -KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF -MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT OF -THIRD PARTY RIGHTS. -IN NO EVENT SHALL THE COPYRIGHT HOLDER OR HOLDERS INCLUDED IN THIS NOTICE -BE LIABLE FOR ANY CLAIM, OR ANY SPECIAL INDIRECT OR CONSEQUENTIAL DAMAGES, -OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, -WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, -ARISING OUT OF OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THE DATA -FILES OR SOFTWARE. -Except as contained in this notice, the name of a copyright holder shall -not be used in advertising or otherwise to promote the sale, use or other -dealings in these Data Files or Software without prior written -authorization of the copyright holder. -------------------------------------------------------------------------------- icu -Copyright (C) 2000-2008, International Business Machines -Corporation and others. All Rights Reserved. - -Permission is hereby granted, free of charge, to any person obtaining a -copy of data files and any associated documentation (the "Data Files") or -software and any associated documentation (the "Software") to deal in the -Data Files or Software without restriction, including without limitation -the rights to use, copy, modify, merge, publish, distribute, and/or sell -copies of the Data Files or Software, and to permit persons to whom the -Data Files or Software are furnished to do so, provided that either (a) -this copyright and permission notice appear with all copies of the Data -Files or Software, or (b) this copyright and permission notice appear in -associated Documentation. +© 2016 and later: Unicode, Inc. and others. +License & terms of use: http://www.unicode.org/copyright.html -THE DATA FILES AND SOFTWARE ARE PROVIDED "AS IS", WITHOUT WARRANTY OF ANY -KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF -MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT OF -THIRD PARTY RIGHTS. + Copyright (C) 2005-2016, International Business Machines + Corporation and others. All Rights Reserved. -IN NO EVENT SHALL THE COPYRIGHT HOLDER OR HOLDERS INCLUDED IN THIS NOTICE -BE LIABLE FOR ANY CLAIM, OR ANY SPECIAL INDIRECT OR CONSEQUENTIAL DAMAGES, -OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, -WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, -ARISING OUT OF OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THE DATA -FILES OR SOFTWARE. -Except as contained in this notice, the name of a copyright holder shall -not be used in advertising or otherwise to promote the sale, use or other -dealings in these Data Files or Software without prior written -authorization of the copyright holder. -------------------------------------------------------------------------------- icu -Copyright (C) 2000-2010, International Business Machines -Corporation and others. All Rights Reserved. +© 2016 and later: Unicode, Inc. and others. +License & terms of use: http://www.unicode.org/copyright.html -Permission is hereby granted, free of charge, to any person obtaining a -copy of data files and any associated documentation (the "Data Files") or -software and any associated documentation (the "Software") to deal in the -Data Files or Software without restriction, including without limitation -the rights to use, copy, modify, merge, publish, distribute, and/or sell -copies of the Data Files or Software, and to permit persons to whom the -Data Files or Software are furnished to do so, provided that either (a) -this copyright and permission notice appear with all copies of the Data -Files or Software, or (b) this copyright and permission notice appear in -associated Documentation. + Copyright (C) 2005-2016, International Business Machines + Corporation and others. All Rights Reserved. -THE DATA FILES AND SOFTWARE ARE PROVIDED "AS IS", WITHOUT WARRANTY OF ANY -KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF -MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT OF -THIRD PARTY RIGHTS. -IN NO EVENT SHALL THE COPYRIGHT HOLDER OR HOLDERS INCLUDED IN THIS NOTICE -BE LIABLE FOR ANY CLAIM, OR ANY SPECIAL INDIRECT OR CONSEQUENTIAL DAMAGES, -OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, -WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, -ARISING OUT OF OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THE DATA -FILES OR SOFTWARE. -Except as contained in this notice, the name of a copyright holder shall -not be used in advertising or otherwise to promote the sale, use or other -dealings in these Data Files or Software without prior written -authorization of the copyright holder. -------------------------------------------------------------------------------- icu -Copyright (C) 2000-2011, International Business Machines -Corporation and others. All Rights Reserved. +© 2016 and later: Unicode, Inc. and others. +License & terms of use: http://www.unicode.org/copyright.html -Permission is hereby granted, free of charge, to any person obtaining a -copy of data files and any associated documentation (the "Data Files") or -software and any associated documentation (the "Software") to deal in the -Data Files or Software without restriction, including without limitation -the rights to use, copy, modify, merge, publish, distribute, and/or sell -copies of the Data Files or Software, and to permit persons to whom the -Data Files or Software are furnished to do so, provided that either (a) -this copyright and permission notice appear with all copies of the Data -Files or Software, or (b) this copyright and permission notice appear in -associated Documentation. + Copyright (C) 2006 International Business Machines Corporation + and others. All rights reserved. -THE DATA FILES AND SOFTWARE ARE PROVIDED "AS IS", WITHOUT WARRANTY OF ANY -KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF -MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT OF -THIRD PARTY RIGHTS. -IN NO EVENT SHALL THE COPYRIGHT HOLDER OR HOLDERS INCLUDED IN THIS NOTICE -BE LIABLE FOR ANY CLAIM, OR ANY SPECIAL INDIRECT OR CONSEQUENTIAL DAMAGES, -OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, -WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, -ARISING OUT OF OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THE DATA -FILES OR SOFTWARE. +-------------------------------------------------------------------------------- +icu + +© 2016 and later: Unicode, Inc. and others. +License & terms of use: http://www.unicode.org/copyright.html + + Copyright (C) 2006, International Business Machines + Corporation and others. All Rights Reserved. + -Except as contained in this notice, the name of a copyright holder shall -not be used in advertising or otherwise to promote the sale, use or other -dealings in these Data Files or Software without prior written -authorization of the copyright holder. -------------------------------------------------------------------------------- icu -Copyright (C) 2000-2012, International Business Machines -Corporation and others. All Rights Reserved. +© 2016 and later: Unicode, Inc. and others. +License & terms of use: http://www.unicode.org/copyright.html -Permission is hereby granted, free of charge, to any person obtaining a -copy of data files and any associated documentation (the "Data Files") or -software and any associated documentation (the "Software") to deal in the -Data Files or Software without restriction, including without limitation -the rights to use, copy, modify, merge, publish, distribute, and/or sell -copies of the Data Files or Software, and to permit persons to whom the -Data Files or Software are furnished to do so, provided that either (a) -this copyright and permission notice appear with all copies of the Data -Files or Software, or (b) this copyright and permission notice appear in -associated Documentation. + Copyright (C) 2008-2011, International Business Machines + Corporation and others. All Rights Reserved. -THE DATA FILES AND SOFTWARE ARE PROVIDED "AS IS", WITHOUT WARRANTY OF ANY -KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF -MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT OF -THIRD PARTY RIGHTS. -IN NO EVENT SHALL THE COPYRIGHT HOLDER OR HOLDERS INCLUDED IN THIS NOTICE -BE LIABLE FOR ANY CLAIM, OR ANY SPECIAL INDIRECT OR CONSEQUENTIAL DAMAGES, -OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, -WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, -ARISING OUT OF OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THE DATA -FILES OR SOFTWARE. -Except as contained in this notice, the name of a copyright holder shall -not be used in advertising or otherwise to promote the sale, use or other -dealings in these Data Files or Software without prior written -authorization of the copyright holder. -------------------------------------------------------------------------------- icu -Copyright (C) 2000-2012, International Business Machines Corporation and others. -All Rights Reserved. +© 2016 and later: Unicode, Inc. and others. +License & terms of use: http://www.unicode.org/copyright.html -Permission is hereby granted, free of charge, to any person obtaining a -copy of data files and any associated documentation (the "Data Files") or -software and any associated documentation (the "Software") to deal in the -Data Files or Software without restriction, including without limitation -the rights to use, copy, modify, merge, publish, distribute, and/or sell -copies of the Data Files or Software, and to permit persons to whom the -Data Files or Software are furnished to do so, provided that either (a) -this copyright and permission notice appear with all copies of the Data -Files or Software, or (b) this copyright and permission notice appear in -associated Documentation. + Copyright (C) 2008-2015, International Business Machines + Corporation and others. All Rights Reserved. -THE DATA FILES AND SOFTWARE ARE PROVIDED "AS IS", WITHOUT WARRANTY OF ANY -KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF -MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT OF -THIRD PARTY RIGHTS. + +-------------------------------------------------------------------------------- +icu + +© 2016 and later: Unicode, Inc. and others. +License & terms of use: http://www.unicode.org/copyright.html + + Copyright (C) 2008-2016, International Business Machines + Corporation and others. All Rights Reserved. -IN NO EVENT SHALL THE COPYRIGHT HOLDER OR HOLDERS INCLUDED IN THIS NOTICE -BE LIABLE FOR ANY CLAIM, OR ANY SPECIAL INDIRECT OR CONSEQUENTIAL DAMAGES, -OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, -WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, -ARISING OUT OF OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THE DATA -FILES OR SOFTWARE. -Except as contained in this notice, the name of a copyright holder shall -not be used in advertising or otherwise to promote the sale, use or other -dealings in these Data Files or Software without prior written -authorization of the copyright holder. -------------------------------------------------------------------------------- icu -Copyright (C) 2000-2013, International Business Machines -Corporation and others. All Rights Reserved. +© 2016 and later: Unicode, Inc. and others. +License & terms of use: http://www.unicode.org/copyright.html -Permission is hereby granted, free of charge, to any person obtaining a -copy of data files and any associated documentation (the "Data Files") or -software and any associated documentation (the "Software") to deal in the -Data Files or Software without restriction, including without limitation -the rights to use, copy, modify, merge, publish, distribute, and/or sell -copies of the Data Files or Software, and to permit persons to whom the -Data Files or Software are furnished to do so, provided that either (a) -this copyright and permission notice appear with all copies of the Data -Files or Software, or (b) this copyright and permission notice appear in -associated Documentation. + Copyright (C) 2009-2013, International Business Machines + Corporation and others. All Rights Reserved. -THE DATA FILES AND SOFTWARE ARE PROVIDED "AS IS", WITHOUT WARRANTY OF ANY -KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF -MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT OF -THIRD PARTY RIGHTS. -IN NO EVENT SHALL THE COPYRIGHT HOLDER OR HOLDERS INCLUDED IN THIS NOTICE -BE LIABLE FOR ANY CLAIM, OR ANY SPECIAL INDIRECT OR CONSEQUENTIAL DAMAGES, -OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, -WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, -ARISING OUT OF OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THE DATA -FILES OR SOFTWARE. -Except as contained in this notice, the name of a copyright holder shall -not be used in advertising or otherwise to promote the sale, use or other -dealings in these Data Files or Software without prior written -authorization of the copyright holder. -------------------------------------------------------------------------------- icu -Copyright (C) 2000-2014, International Business Machines -Corporation and others. All Rights Reserved. - -Permission is hereby granted, free of charge, to any person obtaining a -copy of data files and any associated documentation (the "Data Files") or -software and any associated documentation (the "Software") to deal in the -Data Files or Software without restriction, including without limitation -the rights to use, copy, modify, merge, publish, distribute, and/or sell -copies of the Data Files or Software, and to permit persons to whom the -Data Files or Software are furnished to do so, provided that either (a) -this copyright and permission notice appear with all copies of the Data -Files or Software, or (b) this copyright and permission notice appear in -associated Documentation. +© 2016 and later: Unicode, Inc. and others. +License & terms of use: http://www.unicode.org/copyright.html -THE DATA FILES AND SOFTWARE ARE PROVIDED "AS IS", WITHOUT WARRANTY OF ANY -KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF -MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT OF -THIRD PARTY RIGHTS. + Copyright (C) 2009-2014 International Business Machines + Corporation and others. All Rights Reserved. -IN NO EVENT SHALL THE COPYRIGHT HOLDER OR HOLDERS INCLUDED IN THIS NOTICE -BE LIABLE FOR ANY CLAIM, OR ANY SPECIAL INDIRECT OR CONSEQUENTIAL DAMAGES, -OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, -WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, -ARISING OUT OF OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THE DATA -FILES OR SOFTWARE. -Except as contained in this notice, the name of a copyright holder shall -not be used in advertising or otherwise to promote the sale, use or other -dealings in these Data Files or Software without prior written -authorization of the copyright holder. -------------------------------------------------------------------------------- icu -Copyright (C) 2000-2015, International Business Machines -Corporation and others. All Rights Reserved. +© 2016 and later: Unicode, Inc. and others. +License & terms of use: http://www.unicode.org/copyright.html -Permission is hereby granted, free of charge, to any person obtaining a -copy of data files and any associated documentation (the "Data Files") or -software and any associated documentation (the "Software") to deal in the -Data Files or Software without restriction, including without limitation -the rights to use, copy, modify, merge, publish, distribute, and/or sell -copies of the Data Files or Software, and to permit persons to whom the -Data Files or Software are furnished to do so, provided that either (a) -this copyright and permission notice appear with all copies of the Data -Files or Software, or (b) this copyright and permission notice appear in -associated Documentation. + Copyright (C) 2009-2015, International Business Machines + Corporation and others. All Rights Reserved. -THE DATA FILES AND SOFTWARE ARE PROVIDED "AS IS", WITHOUT WARRANTY OF ANY -KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF -MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT OF -THIRD PARTY RIGHTS. -IN NO EVENT SHALL THE COPYRIGHT HOLDER OR HOLDERS INCLUDED IN THIS NOTICE -BE LIABLE FOR ANY CLAIM, OR ANY SPECIAL INDIRECT OR CONSEQUENTIAL DAMAGES, -OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, -WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, -ARISING OUT OF OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THE DATA -FILES OR SOFTWARE. +-------------------------------------------------------------------------------- +icu + +© 2016 and later: Unicode, Inc. and others. +License & terms of use: http://www.unicode.org/copyright.html + + Copyright (C) 2009-2016, International Business Machines + Corporation and others. All Rights Reserved. + -Except as contained in this notice, the name of a copyright holder shall -not be used in advertising or otherwise to promote the sale, use or other -dealings in these Data Files or Software without prior written -authorization of the copyright holder. -------------------------------------------------------------------------------- icu -Copyright (C) 2000-2016, International Business Machines -Corporation and others. All Rights Reserved. +© 2016 and later: Unicode, Inc. and others. +License & terms of use: http://www.unicode.org/copyright.html -Permission is hereby granted, free of charge, to any person obtaining a -copy of data files and any associated documentation (the "Data Files") or -software and any associated documentation (the "Software") to deal in the -Data Files or Software without restriction, including without limitation -the rights to use, copy, modify, merge, publish, distribute, and/or sell -copies of the Data Files or Software, and to permit persons to whom the -Data Files or Software are furnished to do so, provided that either (a) -this copyright and permission notice appear with all copies of the Data -Files or Software, or (b) this copyright and permission notice appear in -associated Documentation. + Copyright (C) 2009-2016, International Business Machines + Corporation and others. All Rights Reserved. -THE DATA FILES AND SOFTWARE ARE PROVIDED "AS IS", WITHOUT WARRANTY OF ANY -KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF -MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT OF -THIRD PARTY RIGHTS. -IN NO EVENT SHALL THE COPYRIGHT HOLDER OR HOLDERS INCLUDED IN THIS NOTICE -BE LIABLE FOR ANY CLAIM, OR ANY SPECIAL INDIRECT OR CONSEQUENTIAL DAMAGES, -OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, -WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, -ARISING OUT OF OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THE DATA -FILES OR SOFTWARE. -Except as contained in this notice, the name of a copyright holder shall -not be used in advertising or otherwise to promote the sale, use or other -dealings in these Data Files or Software without prior written -authorization of the copyright holder. -------------------------------------------------------------------------------- icu -Copyright (C) 2000-2016, International Business Machines Corporation and others. -All Rights Reserved. +© 2016 and later: Unicode, Inc. and others. +License & terms of use: http://www.unicode.org/copyright.html -Permission is hereby granted, free of charge, to any person obtaining a -copy of data files and any associated documentation (the "Data Files") or -software and any associated documentation (the "Software") to deal in the -Data Files or Software without restriction, including without limitation -the rights to use, copy, modify, merge, publish, distribute, and/or sell -copies of the Data Files or Software, and to permit persons to whom the -Data Files or Software are furnished to do so, provided that either (a) -this copyright and permission notice appear with all copies of the Data -Files or Software, or (b) this copyright and permission notice appear in -associated Documentation. + Copyright (C) 2010, International Business Machines + Corporation and others. All Rights Reserved. -THE DATA FILES AND SOFTWARE ARE PROVIDED "AS IS", WITHOUT WARRANTY OF ANY -KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF -MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT OF -THIRD PARTY RIGHTS. + +-------------------------------------------------------------------------------- +icu -IN NO EVENT SHALL THE COPYRIGHT HOLDER OR HOLDERS INCLUDED IN THIS NOTICE -BE LIABLE FOR ANY CLAIM, OR ANY SPECIAL INDIRECT OR CONSEQUENTIAL DAMAGES, -OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, -WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, -ARISING OUT OF OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THE DATA -FILES OR SOFTWARE. +© 2016 and later: Unicode, Inc. and others. +License & terms of use: http://www.unicode.org/copyright.html -Except as contained in this notice, the name of a copyright holder shall -not be used in advertising or otherwise to promote the sale, use or other -dealings in these Data Files or Software without prior written -authorization of the copyright holder. + Copyright (C) 2010-2011, International Business Machines + Corporation and others. All Rights Reserved. + + -------------------------------------------------------------------------------- icu -Copyright (C) 2001, International Business Machines -Corporation and others. All Rights Reserved. +© 2016 and later: Unicode, Inc. and others. +License & terms of use: http://www.unicode.org/copyright.html -Permission is hereby granted, free of charge, to any person obtaining a -copy of data files and any associated documentation (the "Data Files") or -software and any associated documentation (the "Software") to deal in the -Data Files or Software without restriction, including without limitation -the rights to use, copy, modify, merge, publish, distribute, and/or sell -copies of the Data Files or Software, and to permit persons to whom the -Data Files or Software are furnished to do so, provided that either (a) -this copyright and permission notice appear with all copies of the Data -Files or Software, or (b) this copyright and permission notice appear in -associated Documentation. + Copyright (C) 2010-2012, International Business Machines + Corporation and others. All Rights Reserved. -THE DATA FILES AND SOFTWARE ARE PROVIDED "AS IS", WITHOUT WARRANTY OF ANY -KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF -MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT OF -THIRD PARTY RIGHTS. -IN NO EVENT SHALL THE COPYRIGHT HOLDER OR HOLDERS INCLUDED IN THIS NOTICE -BE LIABLE FOR ANY CLAIM, OR ANY SPECIAL INDIRECT OR CONSEQUENTIAL DAMAGES, -OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, -WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, -ARISING OUT OF OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THE DATA -FILES OR SOFTWARE. -Except as contained in this notice, the name of a copyright holder shall -not be used in advertising or otherwise to promote the sale, use or other -dealings in these Data Files or Software without prior written -authorization of the copyright holder. -------------------------------------------------------------------------------- icu -Copyright (C) 2001-2003, International Business Machines -Corporation and others. All Rights Reserved. +© 2016 and later: Unicode, Inc. and others. +License & terms of use: http://www.unicode.org/copyright.html -Permission is hereby granted, free of charge, to any person obtaining a -copy of data files and any associated documentation (the "Data Files") or -software and any associated documentation (the "Software") to deal in the -Data Files or Software without restriction, including without limitation -the rights to use, copy, modify, merge, publish, distribute, and/or sell -copies of the Data Files or Software, and to permit persons to whom the -Data Files or Software are furnished to do so, provided that either (a) -this copyright and permission notice appear with all copies of the Data -Files or Software, or (b) this copyright and permission notice appear in -associated Documentation. + Copyright (C) 2010-2012, International Business Machines + Corporation and others. All Rights Reserved. -THE DATA FILES AND SOFTWARE ARE PROVIDED "AS IS", WITHOUT WARRANTY OF ANY -KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF -MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT OF -THIRD PARTY RIGHTS. + +-------------------------------------------------------------------------------- +icu -IN NO EVENT SHALL THE COPYRIGHT HOLDER OR HOLDERS INCLUDED IN THIS NOTICE -BE LIABLE FOR ANY CLAIM, OR ANY SPECIAL INDIRECT OR CONSEQUENTIAL DAMAGES, -OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, -WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, -ARISING OUT OF OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THE DATA -FILES OR SOFTWARE. +© 2016 and later: Unicode, Inc. and others. +License & terms of use: http://www.unicode.org/copyright.html -Except as contained in this notice, the name of a copyright holder shall -not be used in advertising or otherwise to promote the sale, use or other -dealings in these Data Files or Software without prior written -authorization of the copyright holder. + Copyright (C) 2010-2012,2014, International Business Machines + Corporation and others. All Rights Reserved. + + -------------------------------------------------------------------------------- icu -Copyright (C) 2001-2005, International Business Machines -Corporation and others. All Rights Reserved. +© 2016 and later: Unicode, Inc. and others. +License & terms of use: http://www.unicode.org/copyright.html -Permission is hereby granted, free of charge, to any person obtaining a -copy of data files and any associated documentation (the "Data Files") or -software and any associated documentation (the "Software") to deal in the -Data Files or Software without restriction, including without limitation -the rights to use, copy, modify, merge, publish, distribute, and/or sell -copies of the Data Files or Software, and to permit persons to whom the -Data Files or Software are furnished to do so, provided that either (a) -this copyright and permission notice appear with all copies of the Data -Files or Software, or (b) this copyright and permission notice appear in -associated Documentation. + Copyright (C) 2010-2015, International Business Machines + Corporation and others. All Rights Reserved. -THE DATA FILES AND SOFTWARE ARE PROVIDED "AS IS", WITHOUT WARRANTY OF ANY -KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF -MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT OF -THIRD PARTY RIGHTS. + +-------------------------------------------------------------------------------- +icu -IN NO EVENT SHALL THE COPYRIGHT HOLDER OR HOLDERS INCLUDED IN THIS NOTICE -BE LIABLE FOR ANY CLAIM, OR ANY SPECIAL INDIRECT OR CONSEQUENTIAL DAMAGES, -OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, -WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, -ARISING OUT OF OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THE DATA -FILES OR SOFTWARE. +© 2016 and later: Unicode, Inc. and others. +License & terms of use: http://www.unicode.org/copyright.html -Except as contained in this notice, the name of a copyright holder shall -not be used in advertising or otherwise to promote the sale, use or other -dealings in these Data Files or Software without prior written -authorization of the copyright holder. + Copyright (C) 2010-2016, International Business Machines + Corporation and others. All Rights Reserved. + + -------------------------------------------------------------------------------- icu -Copyright (C) 2001-2005, International Business Machines Corporation and others. All Rights Reserved. +© 2016 and later: Unicode, Inc. and others. +License & terms of use: http://www.unicode.org/copyright.html -Permission is hereby granted, free of charge, to any person obtaining a -copy of data files and any associated documentation (the "Data Files") or -software and any associated documentation (the "Software") to deal in the -Data Files or Software without restriction, including without limitation -the rights to use, copy, modify, merge, publish, distribute, and/or sell -copies of the Data Files or Software, and to permit persons to whom the -Data Files or Software are furnished to do so, provided that either (a) -this copyright and permission notice appear with all copies of the Data -Files or Software, or (b) this copyright and permission notice appear in -associated Documentation. + Copyright (C) 2010-2016, International Business Machines Corporation and + others. All Rights Reserved. -THE DATA FILES AND SOFTWARE ARE PROVIDED "AS IS", WITHOUT WARRANTY OF ANY -KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF -MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT OF -THIRD PARTY RIGHTS. -IN NO EVENT SHALL THE COPYRIGHT HOLDER OR HOLDERS INCLUDED IN THIS NOTICE -BE LIABLE FOR ANY CLAIM, OR ANY SPECIAL INDIRECT OR CONSEQUENTIAL DAMAGES, -OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, -WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, -ARISING OUT OF OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THE DATA -FILES OR SOFTWARE. +-------------------------------------------------------------------------------- +icu -Except as contained in this notice, the name of a copyright holder shall -not be used in advertising or otherwise to promote the sale, use or other -dealings in these Data Files or Software without prior written -authorization of the copyright holder. +© 2016 and later: Unicode, Inc. and others. +License & terms of use: http://www.unicode.org/copyright.html + + Copyright (C) 2011, International Business Machines + Corporation and others. All Rights Reserved. + + -------------------------------------------------------------------------------- icu -Copyright (C) 2001-2006, International Business Machines -Corporation and others. All Rights Reserved. +© 2016 and later: Unicode, Inc. and others. +License & terms of use: http://www.unicode.org/copyright.html -Permission is hereby granted, free of charge, to any person obtaining a -copy of data files and any associated documentation (the "Data Files") or -software and any associated documentation (the "Software") to deal in the -Data Files or Software without restriction, including without limitation -the rights to use, copy, modify, merge, publish, distribute, and/or sell -copies of the Data Files or Software, and to permit persons to whom the -Data Files or Software are furnished to do so, provided that either (a) -this copyright and permission notice appear with all copies of the Data -Files or Software, or (b) this copyright and permission notice appear in -associated Documentation. + Copyright (C) 2011-2012, International Business Machines + Corporation and others. All Rights Reserved. -THE DATA FILES AND SOFTWARE ARE PROVIDED "AS IS", WITHOUT WARRANTY OF ANY -KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF -MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT OF -THIRD PARTY RIGHTS. + +-------------------------------------------------------------------------------- +icu -IN NO EVENT SHALL THE COPYRIGHT HOLDER OR HOLDERS INCLUDED IN THIS NOTICE -BE LIABLE FOR ANY CLAIM, OR ANY SPECIAL INDIRECT OR CONSEQUENTIAL DAMAGES, -OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, -WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, -ARISING OUT OF OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THE DATA -FILES OR SOFTWARE. +© 2016 and later: Unicode, Inc. and others. +License & terms of use: http://www.unicode.org/copyright.html -Except as contained in this notice, the name of a copyright holder shall -not be used in advertising or otherwise to promote the sale, use or other -dealings in these Data Files or Software without prior written -authorization of the copyright holder. + Copyright (C) 2011-2013, International Business Machines + Corporation and others. All Rights Reserved. + + -------------------------------------------------------------------------------- icu -Copyright (C) 2001-2007, International Business Machines -Corporation and others. All Rights Reserved. +© 2016 and later: Unicode, Inc. and others. +License & terms of use: http://www.unicode.org/copyright.html -Permission is hereby granted, free of charge, to any person obtaining a -copy of data files and any associated documentation (the "Data Files") or -software and any associated documentation (the "Software") to deal in the -Data Files or Software without restriction, including without limitation -the rights to use, copy, modify, merge, publish, distribute, and/or sell -copies of the Data Files or Software, and to permit persons to whom the -Data Files or Software are furnished to do so, provided that either (a) -this copyright and permission notice appear with all copies of the Data -Files or Software, or (b) this copyright and permission notice appear in -associated Documentation. + Copyright (C) 2011-2014, International Business Machines + Corporation and others. All Rights Reserved. -THE DATA FILES AND SOFTWARE ARE PROVIDED "AS IS", WITHOUT WARRANTY OF ANY -KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF -MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT OF -THIRD PARTY RIGHTS. + +-------------------------------------------------------------------------------- +icu -IN NO EVENT SHALL THE COPYRIGHT HOLDER OR HOLDERS INCLUDED IN THIS NOTICE -BE LIABLE FOR ANY CLAIM, OR ANY SPECIAL INDIRECT OR CONSEQUENTIAL DAMAGES, -OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, -WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, -ARISING OUT OF OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THE DATA -FILES OR SOFTWARE. +© 2016 and later: Unicode, Inc. and others. +License & terms of use: http://www.unicode.org/copyright.html -Except as contained in this notice, the name of a copyright holder shall -not be used in advertising or otherwise to promote the sale, use or other -dealings in these Data Files or Software without prior written -authorization of the copyright holder. + Copyright (C) 2011-2015, International Business Machines + Corporation and others. All Rights Reserved. + + -------------------------------------------------------------------------------- icu -Copyright (C) 2001-2008, International Business Machines -Corporation and others. All Rights Reserved. +© 2016 and later: Unicode, Inc. and others. +License & terms of use: http://www.unicode.org/copyright.html -Permission is hereby granted, free of charge, to any person obtaining a -copy of data files and any associated documentation (the "Data Files") or -software and any associated documentation (the "Software") to deal in the -Data Files or Software without restriction, including without limitation -the rights to use, copy, modify, merge, publish, distribute, and/or sell -copies of the Data Files or Software, and to permit persons to whom the -Data Files or Software are furnished to do so, provided that either (a) -this copyright and permission notice appear with all copies of the Data -Files or Software, or (b) this copyright and permission notice appear in -associated Documentation. + Copyright (C) 2012 International Business Machines Corporation + and others. All rights reserved. + + +-------------------------------------------------------------------------------- +icu + +© 2016 and later: Unicode, Inc. and others. +License & terms of use: http://www.unicode.org/copyright.html + + Copyright (C) 2012-2016, International Business Machines + Corporation and others. All Rights Reserved. -THE DATA FILES AND SOFTWARE ARE PROVIDED "AS IS", WITHOUT WARRANTY OF ANY -KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF -MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT OF -THIRD PARTY RIGHTS. -IN NO EVENT SHALL THE COPYRIGHT HOLDER OR HOLDERS INCLUDED IN THIS NOTICE -BE LIABLE FOR ANY CLAIM, OR ANY SPECIAL INDIRECT OR CONSEQUENTIAL DAMAGES, -OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, -WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, -ARISING OUT OF OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THE DATA -FILES OR SOFTWARE. -Except as contained in this notice, the name of a copyright holder shall -not be used in advertising or otherwise to promote the sale, use or other -dealings in these Data Files or Software without prior written -authorization of the copyright holder. -------------------------------------------------------------------------------- icu -Copyright (C) 2001-2008,2010 IBM and others. All rights reserved. +© 2016 and later: Unicode, Inc. and others. +License & terms of use: http://www.unicode.org/copyright.html -Permission is hereby granted, free of charge, to any person obtaining a -copy of data files and any associated documentation (the "Data Files") or -software and any associated documentation (the "Software") to deal in the -Data Files or Software without restriction, including without limitation -the rights to use, copy, modify, merge, publish, distribute, and/or sell -copies of the Data Files or Software, and to permit persons to whom the -Data Files or Software are furnished to do so, provided that either (a) -this copyright and permission notice appear with all copies of the Data -Files or Software, or (b) this copyright and permission notice appear in -associated Documentation. + Copyright (C) 2013, International Business Machines + Corporation and others. All Rights Reserved. -THE DATA FILES AND SOFTWARE ARE PROVIDED "AS IS", WITHOUT WARRANTY OF ANY -KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF -MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT OF -THIRD PARTY RIGHTS. -IN NO EVENT SHALL THE COPYRIGHT HOLDER OR HOLDERS INCLUDED IN THIS NOTICE -BE LIABLE FOR ANY CLAIM, OR ANY SPECIAL INDIRECT OR CONSEQUENTIAL DAMAGES, -OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, -WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, -ARISING OUT OF OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THE DATA -FILES OR SOFTWARE. -Except as contained in this notice, the name of a copyright holder shall -not be used in advertising or otherwise to promote the sale, use or other -dealings in these Data Files or Software without prior written -authorization of the copyright holder. -------------------------------------------------------------------------------- icu -Copyright (C) 2001-2010, International Business Machines -Corporation and others. All Rights Reserved. +© 2016 and later: Unicode, Inc. and others. +License & terms of use: http://www.unicode.org/copyright.html -Permission is hereby granted, free of charge, to any person obtaining a -copy of data files and any associated documentation (the "Data Files") or -software and any associated documentation (the "Software") to deal in the -Data Files or Software without restriction, including without limitation -the rights to use, copy, modify, merge, publish, distribute, and/or sell -copies of the Data Files or Software, and to permit persons to whom the -Data Files or Software are furnished to do so, provided that either (a) -this copyright and permission notice appear with all copies of the Data -Files or Software, or (b) this copyright and permission notice appear in -associated Documentation. + Copyright (C) 2013-2016, International Business Machines + Corporation and others. All Rights Reserved. + + +-------------------------------------------------------------------------------- +icu + +© 2016 and later: Unicode, Inc. and others. +License & terms of use: http://www.unicode.org/copyright.html + + Copyright (C) 2014, International Business Machines + Corporation and others. All Rights Reserved. -THE DATA FILES AND SOFTWARE ARE PROVIDED "AS IS", WITHOUT WARRANTY OF ANY -KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF -MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT OF -THIRD PARTY RIGHTS. -IN NO EVENT SHALL THE COPYRIGHT HOLDER OR HOLDERS INCLUDED IN THIS NOTICE -BE LIABLE FOR ANY CLAIM, OR ANY SPECIAL INDIRECT OR CONSEQUENTIAL DAMAGES, -OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, -WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, -ARISING OUT OF OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THE DATA -FILES OR SOFTWARE. -Except as contained in this notice, the name of a copyright holder shall -not be used in advertising or otherwise to promote the sale, use or other -dealings in these Data Files or Software without prior written -authorization of the copyright holder. -------------------------------------------------------------------------------- icu -Copyright (C) 2001-2011 IBM and others. All rights reserved. +© 2016 and later: Unicode, Inc. and others. +License & terms of use: http://www.unicode.org/copyright.html -Permission is hereby granted, free of charge, to any person obtaining a -copy of data files and any associated documentation (the "Data Files") or -software and any associated documentation (the "Software") to deal in the -Data Files or Software without restriction, including without limitation -the rights to use, copy, modify, merge, publish, distribute, and/or sell -copies of the Data Files or Software, and to permit persons to whom the -Data Files or Software are furnished to do so, provided that either (a) -this copyright and permission notice appear with all copies of the Data -Files or Software, or (b) this copyright and permission notice appear in -associated Documentation. + Copyright (C) 2014-2016, International Business Machines + Corporation and others. All Rights Reserved. -THE DATA FILES AND SOFTWARE ARE PROVIDED "AS IS", WITHOUT WARRANTY OF ANY -KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF -MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT OF -THIRD PARTY RIGHTS. -IN NO EVENT SHALL THE COPYRIGHT HOLDER OR HOLDERS INCLUDED IN THIS NOTICE -BE LIABLE FOR ANY CLAIM, OR ANY SPECIAL INDIRECT OR CONSEQUENTIAL DAMAGES, -OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, -WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, -ARISING OUT OF OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THE DATA -FILES OR SOFTWARE. +-------------------------------------------------------------------------------- +icu -Except as contained in this notice, the name of a copyright holder shall -not be used in advertising or otherwise to promote the sale, use or other -dealings in these Data Files or Software without prior written -authorization of the copyright holder. +© 2016 and later: Unicode, Inc. and others. +License & terms of use: http://www.unicode.org/copyright.html + + Copyright (C) 2015-2016, International Business Machines + Corporation and others. All Rights Reserved. + + -------------------------------------------------------------------------------- icu -Copyright (C) 2001-2011, International Business Machines -Corporation and others. All Rights Reserved. +© 2016 and later: Unicode, Inc. and others. +License & terms of use: http://www.unicode.org/copyright.html -Permission is hereby granted, free of charge, to any person obtaining a -copy of data files and any associated documentation (the "Data Files") or -software and any associated documentation (the "Software") to deal in the -Data Files or Software without restriction, including without limitation -the rights to use, copy, modify, merge, publish, distribute, and/or sell -copies of the Data Files or Software, and to permit persons to whom the -Data Files or Software are furnished to do so, provided that either (a) -this copyright and permission notice appear with all copies of the Data -Files or Software, or (b) this copyright and permission notice appear in -associated Documentation. + Copyright (c) 2000-2005, International Business Machines + Corporation and others. All Rights Reserved. -THE DATA FILES AND SOFTWARE ARE PROVIDED "AS IS", WITHOUT WARRANTY OF ANY -KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF -MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT OF -THIRD PARTY RIGHTS. + +-------------------------------------------------------------------------------- +icu -IN NO EVENT SHALL THE COPYRIGHT HOLDER OR HOLDERS INCLUDED IN THIS NOTICE -BE LIABLE FOR ANY CLAIM, OR ANY SPECIAL INDIRECT OR CONSEQUENTIAL DAMAGES, -OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, -WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, -ARISING OUT OF OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THE DATA -FILES OR SOFTWARE. +© 2016 and later: Unicode, Inc. and others. +License & terms of use: http://www.unicode.org/copyright.html -Except as contained in this notice, the name of a copyright holder shall -not be used in advertising or otherwise to promote the sale, use or other -dealings in these Data Files or Software without prior written -authorization of the copyright holder. + Copyright (c) 2000-2007, International Business Machines + Corporation and others. All Rights Reserved. + + -------------------------------------------------------------------------------- icu -Copyright (C) 2001-2011, International Business Machines * - Corporation and others. All Rights Reserved. +© 2016 and later: Unicode, Inc. and others. +License & terms of use: http://www.unicode.org/copyright.html -Permission is hereby granted, free of charge, to any person obtaining a -copy of data files and any associated documentation (the "Data Files") or -software and any associated documentation (the "Software") to deal in the -Data Files or Software without restriction, including without limitation -the rights to use, copy, modify, merge, publish, distribute, and/or sell -copies of the Data Files or Software, and to permit persons to whom the -Data Files or Software are furnished to do so, provided that either (a) -this copyright and permission notice appear with all copies of the Data -Files or Software, or (b) this copyright and permission notice appear in -associated Documentation. + Copyright (c) 2001-2007, International Business Machines + Corporation and others. All Rights Reserved. -THE DATA FILES AND SOFTWARE ARE PROVIDED "AS IS", WITHOUT WARRANTY OF ANY -KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF -MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT OF -THIRD PARTY RIGHTS. + +-------------------------------------------------------------------------------- +icu -IN NO EVENT SHALL THE COPYRIGHT HOLDER OR HOLDERS INCLUDED IN THIS NOTICE -BE LIABLE FOR ANY CLAIM, OR ANY SPECIAL INDIRECT OR CONSEQUENTIAL DAMAGES, -OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, -WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, -ARISING OUT OF OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THE DATA -FILES OR SOFTWARE. +© 2016 and later: Unicode, Inc. and others. +License & terms of use: http://www.unicode.org/copyright.html -Except as contained in this notice, the name of a copyright holder shall -not be used in advertising or otherwise to promote the sale, use or other -dealings in these Data Files or Software without prior written -authorization of the copyright holder. + Copyright (c) 2001-2011, International Business Machines + Corporation and others. All Rights Reserved. + + -------------------------------------------------------------------------------- icu -Copyright (C) 2001-2011, International Business Machines Corporation -and others. All Rights Reserved. +© 2016 and later: Unicode, Inc. and others. +License & terms of use: http://www.unicode.org/copyright.html -Permission is hereby granted, free of charge, to any person obtaining a -copy of data files and any associated documentation (the "Data Files") or -software and any associated documentation (the "Software") to deal in the -Data Files or Software without restriction, including without limitation -the rights to use, copy, modify, merge, publish, distribute, and/or sell -copies of the Data Files or Software, and to permit persons to whom the -Data Files or Software are furnished to do so, provided that either (a) -this copyright and permission notice appear with all copies of the Data -Files or Software, or (b) this copyright and permission notice appear in -associated Documentation. + Copyright (c) 2001-2012, International Business Machines Corporation + and others. All Rights Reserved. -THE DATA FILES AND SOFTWARE ARE PROVIDED "AS IS", WITHOUT WARRANTY OF ANY -KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF -MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT OF -THIRD PARTY RIGHTS. + +-------------------------------------------------------------------------------- +icu -IN NO EVENT SHALL THE COPYRIGHT HOLDER OR HOLDERS INCLUDED IN THIS NOTICE -BE LIABLE FOR ANY CLAIM, OR ANY SPECIAL INDIRECT OR CONSEQUENTIAL DAMAGES, -OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, -WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, -ARISING OUT OF OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THE DATA -FILES OR SOFTWARE. +© 2016 and later: Unicode, Inc. and others. +License & terms of use: http://www.unicode.org/copyright.html -Except as contained in this notice, the name of a copyright holder shall -not be used in advertising or otherwise to promote the sale, use or other -dealings in these Data Files or Software without prior written -authorization of the copyright holder. + Copyright (c) 2001-2014, International Business Machines + Corporation and others. All Rights Reserved. + + -------------------------------------------------------------------------------- icu -Copyright (C) 2001-2011, International Business Machines Corporation and * -others. All Rights Reserved. +© 2016 and later: Unicode, Inc. and others. +License & terms of use: http://www.unicode.org/copyright.html -Permission is hereby granted, free of charge, to any person obtaining a -copy of data files and any associated documentation (the "Data Files") or -software and any associated documentation (the "Software") to deal in the -Data Files or Software without restriction, including without limitation -the rights to use, copy, modify, merge, publish, distribute, and/or sell -copies of the Data Files or Software, and to permit persons to whom the -Data Files or Software are furnished to do so, provided that either (a) -this copyright and permission notice appear with all copies of the Data -Files or Software, or (b) this copyright and permission notice appear in -associated Documentation. + Copyright (c) 2001-2015, International Business Machines + Corporation and others. All Rights Reserved. -THE DATA FILES AND SOFTWARE ARE PROVIDED "AS IS", WITHOUT WARRANTY OF ANY -KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF -MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT OF -THIRD PARTY RIGHTS. + +-------------------------------------------------------------------------------- +icu -IN NO EVENT SHALL THE COPYRIGHT HOLDER OR HOLDERS INCLUDED IN THIS NOTICE -BE LIABLE FOR ANY CLAIM, OR ANY SPECIAL INDIRECT OR CONSEQUENTIAL DAMAGES, -OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, -WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, -ARISING OUT OF OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THE DATA -FILES OR SOFTWARE. +© 2016 and later: Unicode, Inc. and others. +License & terms of use: http://www.unicode.org/copyright.html -Except as contained in this notice, the name of a copyright holder shall -not be used in advertising or otherwise to promote the sale, use or other -dealings in these Data Files or Software without prior written -authorization of the copyright holder. + Copyright (c) 2001-2016, International Business Machines + Corporation and others. All Rights Reserved. + + -------------------------------------------------------------------------------- icu -Copyright (C) 2001-2011, International Business Machines Corporation. * -All Rights Reserved. +© 2016 and later: Unicode, Inc. and others. +License & terms of use: http://www.unicode.org/copyright.html -Permission is hereby granted, free of charge, to any person obtaining a -copy of data files and any associated documentation (the "Data Files") or -software and any associated documentation (the "Software") to deal in the -Data Files or Software without restriction, including without limitation -the rights to use, copy, modify, merge, publish, distribute, and/or sell -copies of the Data Files or Software, and to permit persons to whom the -Data Files or Software are furnished to do so, provided that either (a) -this copyright and permission notice appear with all copies of the Data -Files or Software, or (b) this copyright and permission notice appear in -associated Documentation. + Copyright (c) 2002-2005, International Business Machines Corporation + and others. All Rights Reserved. -THE DATA FILES AND SOFTWARE ARE PROVIDED "AS IS", WITHOUT WARRANTY OF ANY -KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF -MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT OF -THIRD PARTY RIGHTS. + +-------------------------------------------------------------------------------- +icu -IN NO EVENT SHALL THE COPYRIGHT HOLDER OR HOLDERS INCLUDED IN THIS NOTICE -BE LIABLE FOR ANY CLAIM, OR ANY SPECIAL INDIRECT OR CONSEQUENTIAL DAMAGES, -OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, -WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, -ARISING OUT OF OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THE DATA -FILES OR SOFTWARE. +© 2016 and later: Unicode, Inc. and others. +License & terms of use: http://www.unicode.org/copyright.html + + Copyright (c) 2002-2010, International Business Machines Corporation + and others. All Rights Reserved. + + +-------------------------------------------------------------------------------- +icu + +© 2016 and later: Unicode, Inc. and others. +License & terms of use: http://www.unicode.org/copyright.html + + Copyright (c) 2002-2011, International Business Machines Corporation + and others. All Rights Reserved. -Except as contained in this notice, the name of a copyright holder shall -not be used in advertising or otherwise to promote the sale, use or other -dealings in these Data Files or Software without prior written -authorization of the copyright holder. + -------------------------------------------------------------------------------- icu -Copyright (C) 2001-2011,2014 IBM and others. All rights reserved. +© 2016 and later: Unicode, Inc. and others. +License & terms of use: http://www.unicode.org/copyright.html -Permission is hereby granted, free of charge, to any person obtaining a -copy of data files and any associated documentation (the "Data Files") or -software and any associated documentation (the "Software") to deal in the -Data Files or Software without restriction, including without limitation -the rights to use, copy, modify, merge, publish, distribute, and/or sell -copies of the Data Files or Software, and to permit persons to whom the -Data Files or Software are furnished to do so, provided that either (a) -this copyright and permission notice appear with all copies of the Data -Files or Software, or (b) this copyright and permission notice appear in -associated Documentation. + Copyright (c) 2002-2012, International Business Machines Corporation + and others. All Rights Reserved. -THE DATA FILES AND SOFTWARE ARE PROVIDED "AS IS", WITHOUT WARRANTY OF ANY -KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF -MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT OF -THIRD PARTY RIGHTS. + +-------------------------------------------------------------------------------- +icu -IN NO EVENT SHALL THE COPYRIGHT HOLDER OR HOLDERS INCLUDED IN THIS NOTICE -BE LIABLE FOR ANY CLAIM, OR ANY SPECIAL INDIRECT OR CONSEQUENTIAL DAMAGES, -OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, -WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, -ARISING OUT OF OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THE DATA -FILES OR SOFTWARE. +© 2016 and later: Unicode, Inc. and others. +License & terms of use: http://www.unicode.org/copyright.html -Except as contained in this notice, the name of a copyright holder shall -not be used in advertising or otherwise to promote the sale, use or other -dealings in these Data Files or Software without prior written -authorization of the copyright holder. + Copyright (c) 2002-2014, International Business Machines Corporation + and others. All Rights Reserved. + + -------------------------------------------------------------------------------- icu -Copyright (C) 2001-2012, International Business Machines -Corporation and others. All Rights Reserved. +© 2016 and later: Unicode, Inc. and others. +License & terms of use: http://www.unicode.org/copyright.html -Permission is hereby granted, free of charge, to any person obtaining a -copy of data files and any associated documentation (the "Data Files") or -software and any associated documentation (the "Software") to deal in the -Data Files or Software without restriction, including without limitation -the rights to use, copy, modify, merge, publish, distribute, and/or sell -copies of the Data Files or Software, and to permit persons to whom the -Data Files or Software are furnished to do so, provided that either (a) -this copyright and permission notice appear with all copies of the Data -Files or Software, or (b) this copyright and permission notice appear in -associated Documentation. + Copyright (c) 2002-2016, International Business Machines + Corporation and others. All Rights Reserved. -THE DATA FILES AND SOFTWARE ARE PROVIDED "AS IS", WITHOUT WARRANTY OF ANY -KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF -MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT OF -THIRD PARTY RIGHTS. -IN NO EVENT SHALL THE COPYRIGHT HOLDER OR HOLDERS INCLUDED IN THIS NOTICE -BE LIABLE FOR ANY CLAIM, OR ANY SPECIAL INDIRECT OR CONSEQUENTIAL DAMAGES, -OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, -WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, -ARISING OUT OF OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THE DATA -FILES OR SOFTWARE. + +-------------------------------------------------------------------------------- +icu -Except as contained in this notice, the name of a copyright holder shall -not be used in advertising or otherwise to promote the sale, use or other -dealings in these Data Files or Software without prior written -authorization of the copyright holder. +© 2016 and later: Unicode, Inc. and others. +License & terms of use: http://www.unicode.org/copyright.html + + Copyright (C) 2002-2008 International Business Machines Corporation + and others. All rights reserved. + + + -------------------------------------------------------------------------------- icu -Copyright (C) 2001-2012, International Business Machines Corporation and * -others. All Rights Reserved. +© 2016 and later: Unicode, Inc. and others. +License & terms of use: http://www.unicode.org/copyright.html -Permission is hereby granted, free of charge, to any person obtaining a -copy of data files and any associated documentation (the "Data Files") or -software and any associated documentation (the "Software") to deal in the -Data Files or Software without restriction, including without limitation -the rights to use, copy, modify, merge, publish, distribute, and/or sell -copies of the Data Files or Software, and to permit persons to whom the -Data Files or Software are furnished to do so, provided that either (a) -this copyright and permission notice appear with all copies of the Data -Files or Software, or (b) this copyright and permission notice appear in -associated Documentation. + Copyright (C) 2002-2008, International Business Machines Corporation and others. + All Rights Reserved. -THE DATA FILES AND SOFTWARE ARE PROVIDED "AS IS", WITHOUT WARRANTY OF ANY -KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF -MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT OF -THIRD PARTY RIGHTS. + +-------------------------------------------------------------------------------- +icu -IN NO EVENT SHALL THE COPYRIGHT HOLDER OR HOLDERS INCLUDED IN THIS NOTICE -BE LIABLE FOR ANY CLAIM, OR ANY SPECIAL INDIRECT OR CONSEQUENTIAL DAMAGES, -OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, -WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, -ARISING OUT OF OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THE DATA -FILES OR SOFTWARE. +© 2016 and later: Unicode, Inc. and others. +License & terms of use: http://www.unicode.org/copyright.html -Except as contained in this notice, the name of a copyright holder shall -not be used in advertising or otherwise to promote the sale, use or other -dealings in these Data Files or Software without prior written -authorization of the copyright holder. + Copyright (C) 2002-2011, International Business Machines Corporation and others. + All Rights Reserved. + + -------------------------------------------------------------------------------- icu -Copyright (C) 2001-2013, International Business Machines - Corporation and others. All Rights Reserved. +© 2016 and later: Unicode, Inc. and others. +License & terms of use: http://www.unicode.org/copyright.html -Permission is hereby granted, free of charge, to any person obtaining a -copy of data files and any associated documentation (the "Data Files") or -software and any associated documentation (the "Software") to deal in the -Data Files or Software without restriction, including without limitation -the rights to use, copy, modify, merge, publish, distribute, and/or sell -copies of the Data Files or Software, and to permit persons to whom the -Data Files or Software are furnished to do so, provided that either (a) -this copyright and permission notice appear with all copies of the Data -Files or Software, or (b) this copyright and permission notice appear in -associated Documentation. + Copyright (C) 2002-2014 International Business Machines Corporation + and others. All rights reserved. -THE DATA FILES AND SOFTWARE ARE PROVIDED "AS IS", WITHOUT WARRANTY OF ANY -KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF -MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT OF -THIRD PARTY RIGHTS. -IN NO EVENT SHALL THE COPYRIGHT HOLDER OR HOLDERS INCLUDED IN THIS NOTICE -BE LIABLE FOR ANY CLAIM, OR ANY SPECIAL INDIRECT OR CONSEQUENTIAL DAMAGES, -OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, -WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, -ARISING OUT OF OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THE DATA -FILES OR SOFTWARE. +-------------------------------------------------------------------------------- +icu + +© 2016 and later: Unicode, Inc. and others. +License & terms of use: http://www.unicode.org/copyright.html + + Copyright (C) 2002-2016 International Business Machines Corporation + and others. All rights reserved. + -Except as contained in this notice, the name of a copyright holder shall -not be used in advertising or otherwise to promote the sale, use or other -dealings in these Data Files or Software without prior written -authorization of the copyright holder. -------------------------------------------------------------------------------- icu -Copyright (C) 2001-2014 IBM and others. All rights reserved. +© 2016 and later: Unicode, Inc. and others. +License & terms of use: http://www.unicode.org/copyright.html -Permission is hereby granted, free of charge, to any person obtaining a -copy of data files and any associated documentation (the "Data Files") or -software and any associated documentation (the "Software") to deal in the -Data Files or Software without restriction, including without limitation -the rights to use, copy, modify, merge, publish, distribute, and/or sell -copies of the Data Files or Software, and to permit persons to whom the -Data Files or Software are furnished to do so, provided that either (a) -this copyright and permission notice appear with all copies of the Data -Files or Software, or (b) this copyright and permission notice appear in -associated Documentation. + Copyright (C) 2002-2016 International Business Machines Corporation and others. + All Rights Reserved. -THE DATA FILES AND SOFTWARE ARE PROVIDED "AS IS", WITHOUT WARRANTY OF ANY -KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF -MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT OF -THIRD PARTY RIGHTS. + +-------------------------------------------------------------------------------- +icu -IN NO EVENT SHALL THE COPYRIGHT HOLDER OR HOLDERS INCLUDED IN THIS NOTICE -BE LIABLE FOR ANY CLAIM, OR ANY SPECIAL INDIRECT OR CONSEQUENTIAL DAMAGES, -OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, -WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, -ARISING OUT OF OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THE DATA -FILES OR SOFTWARE. +© 2016 and later: Unicode, Inc. and others. +License & terms of use: http://www.unicode.org/copyright.html -Except as contained in this notice, the name of a copyright holder shall -not be used in advertising or otherwise to promote the sale, use or other -dealings in these Data Files or Software without prior written -authorization of the copyright holder. + Copyright (C) 2002-2016, International Business Machines Corporation and others. + All Rights Reserved. + + -------------------------------------------------------------------------------- icu -Copyright (C) 2001-2014 International Business Machines -Corporation and others. All Rights Reserved. +© 2016 and later: Unicode, Inc. and others. +License & terms of use: http://www.unicode.org/copyright.html -Permission is hereby granted, free of charge, to any person obtaining a -copy of data files and any associated documentation (the "Data Files") or -software and any associated documentation (the "Software") to deal in the -Data Files or Software without restriction, including without limitation -the rights to use, copy, modify, merge, publish, distribute, and/or sell -copies of the Data Files or Software, and to permit persons to whom the -Data Files or Software are furnished to do so, provided that either (a) -this copyright and permission notice appear with all copies of the Data -Files or Software, or (b) this copyright and permission notice appear in -associated Documentation. + Copyright (C) 2003-2010, International Business Machines Corporation and others. + All Rights Reserved. -THE DATA FILES AND SOFTWARE ARE PROVIDED "AS IS", WITHOUT WARRANTY OF ANY -KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF -MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT OF -THIRD PARTY RIGHTS. + +-------------------------------------------------------------------------------- +icu -IN NO EVENT SHALL THE COPYRIGHT HOLDER OR HOLDERS INCLUDED IN THIS NOTICE -BE LIABLE FOR ANY CLAIM, OR ANY SPECIAL INDIRECT OR CONSEQUENTIAL DAMAGES, -OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, -WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, -ARISING OUT OF OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THE DATA -FILES OR SOFTWARE. +© 2016 and later: Unicode, Inc. and others. +License & terms of use: http://www.unicode.org/copyright.html -Except as contained in this notice, the name of a copyright holder shall -not be used in advertising or otherwise to promote the sale, use or other -dealings in these Data Files or Software without prior written -authorization of the copyright holder. + Copyright (C) 2004-2015, International Business Machines Corporation and others. + All Rights Reserved. + + -------------------------------------------------------------------------------- icu -Copyright (C) 2001-2014, International Business Machines - Corporation and others. All Rights Reserved. +© 2016 and later: Unicode, Inc. and others. +License & terms of use: http://www.unicode.org/copyright.html -Permission is hereby granted, free of charge, to any person obtaining a -copy of data files and any associated documentation (the "Data Files") or -software and any associated documentation (the "Software") to deal in the -Data Files or Software without restriction, including without limitation -the rights to use, copy, modify, merge, publish, distribute, and/or sell -copies of the Data Files or Software, and to permit persons to whom the -Data Files or Software are furnished to do so, provided that either (a) -this copyright and permission notice appear with all copies of the Data -Files or Software, or (b) this copyright and permission notice appear in -associated Documentation. + Copyright (c) 2001-2005, International Business Machines + Corporation and others. All Rights Reserved. -THE DATA FILES AND SOFTWARE ARE PROVIDED "AS IS", WITHOUT WARRANTY OF ANY -KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF -MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT OF -THIRD PARTY RIGHTS. -IN NO EVENT SHALL THE COPYRIGHT HOLDER OR HOLDERS INCLUDED IN THIS NOTICE -BE LIABLE FOR ANY CLAIM, OR ANY SPECIAL INDIRECT OR CONSEQUENTIAL DAMAGES, -OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, -WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, -ARISING OUT OF OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THE DATA -FILES OR SOFTWARE. +-------------------------------------------------------------------------------- +icu + +© 2016 and later: Unicode, Inc. and others. +License & terms of use: http://www.unicode.org/copyright.html + +Copyright (C) 1996-2012, International Business Machines Corporation and +others. All Rights Reserved. + -Except as contained in this notice, the name of a copyright holder shall -not be used in advertising or otherwise to promote the sale, use or other -dealings in these Data Files or Software without prior written -authorization of the copyright holder. -------------------------------------------------------------------------------- icu -Copyright (C) 2001-2014, International Business Machines +© 2016 and later: Unicode, Inc. and others. +License & terms of use: http://www.unicode.org/copyright.html + +Copyright (C) 1996-2014, International Business Machines Corporation and others. All Rights Reserved. -Permission is hereby granted, free of charge, to any person obtaining a -copy of data files and any associated documentation (the "Data Files") or -software and any associated documentation (the "Software") to deal in the -Data Files or Software without restriction, including without limitation -the rights to use, copy, modify, merge, publish, distribute, and/or sell -copies of the Data Files or Software, and to permit persons to whom the -Data Files or Software are furnished to do so, provided that either (a) -this copyright and permission notice appear with all copies of the Data -Files or Software, or (b) this copyright and permission notice appear in -associated Documentation. -THE DATA FILES AND SOFTWARE ARE PROVIDED "AS IS", WITHOUT WARRANTY OF ANY -KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF -MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT OF -THIRD PARTY RIGHTS. +-------------------------------------------------------------------------------- +icu + +© 2016 and later: Unicode, Inc. and others. +License & terms of use: http://www.unicode.org/copyright.html + +Copyright (C) 1996-2014, International Business Machines Corporation and +others. All Rights Reserved. -IN NO EVENT SHALL THE COPYRIGHT HOLDER OR HOLDERS INCLUDED IN THIS NOTICE -BE LIABLE FOR ANY CLAIM, OR ANY SPECIAL INDIRECT OR CONSEQUENTIAL DAMAGES, -OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, -WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, -ARISING OUT OF OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THE DATA -FILES OR SOFTWARE. -Except as contained in this notice, the name of a copyright holder shall -not be used in advertising or otherwise to promote the sale, use or other -dealings in these Data Files or Software without prior written -authorization of the copyright holder. -------------------------------------------------------------------------------- icu -Copyright (C) 2001-2014, International Business Machines * - Corporation and others. All Rights Reserved. +© 2016 and later: Unicode, Inc. and others. +License & terms of use: http://www.unicode.org/copyright.html -Permission is hereby granted, free of charge, to any person obtaining a -copy of data files and any associated documentation (the "Data Files") or -software and any associated documentation (the "Software") to deal in the -Data Files or Software without restriction, including without limitation -the rights to use, copy, modify, merge, publish, distribute, and/or sell -copies of the Data Files or Software, and to permit persons to whom the -Data Files or Software are furnished to do so, provided that either (a) -this copyright and permission notice appear with all copies of the Data -Files or Software, or (b) this copyright and permission notice appear in -associated Documentation. +Copyright (C) 1996-2014, International Business Machines Corporation and others. +All Rights Reserved. -THE DATA FILES AND SOFTWARE ARE PROVIDED "AS IS", WITHOUT WARRANTY OF ANY -KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF -MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT OF -THIRD PARTY RIGHTS. -IN NO EVENT SHALL THE COPYRIGHT HOLDER OR HOLDERS INCLUDED IN THIS NOTICE -BE LIABLE FOR ANY CLAIM, OR ANY SPECIAL INDIRECT OR CONSEQUENTIAL DAMAGES, -OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, -WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, -ARISING OUT OF OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THE DATA -FILES OR SOFTWARE. -Except as contained in this notice, the name of a copyright holder shall -not be used in advertising or otherwise to promote the sale, use or other -dealings in these Data Files or Software without prior written -authorization of the copyright holder. -------------------------------------------------------------------------------- icu -Copyright (C) 2001-2014, International Business Machines Corporation and * -others. All Rights Reserved. - -Permission is hereby granted, free of charge, to any person obtaining a -copy of data files and any associated documentation (the "Data Files") or -software and any associated documentation (the "Software") to deal in the -Data Files or Software without restriction, including without limitation -the rights to use, copy, modify, merge, publish, distribute, and/or sell -copies of the Data Files or Software, and to permit persons to whom the -Data Files or Software are furnished to do so, provided that either (a) -this copyright and permission notice appear with all copies of the Data -Files or Software, or (b) this copyright and permission notice appear in -associated Documentation. +© 2016 and later: Unicode, Inc. and others. +License & terms of use: http://www.unicode.org/copyright.html -THE DATA FILES AND SOFTWARE ARE PROVIDED "AS IS", WITHOUT WARRANTY OF ANY -KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF -MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT OF -THIRD PARTY RIGHTS. +Copyright (C) 1996-2015, International Business Machines +Corporation and others. All Rights Reserved. -IN NO EVENT SHALL THE COPYRIGHT HOLDER OR HOLDERS INCLUDED IN THIS NOTICE -BE LIABLE FOR ANY CLAIM, OR ANY SPECIAL INDIRECT OR CONSEQUENTIAL DAMAGES, -OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, -WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, -ARISING OUT OF OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THE DATA -FILES OR SOFTWARE. -Except as contained in this notice, the name of a copyright holder shall -not be used in advertising or otherwise to promote the sale, use or other -dealings in these Data Files or Software without prior written -authorization of the copyright holder. -------------------------------------------------------------------------------- icu -Copyright (C) 2001-2014, International Business Machines Corporation. -All Rights Reserved. - -Permission is hereby granted, free of charge, to any person obtaining a -copy of data files and any associated documentation (the "Data Files") or -software and any associated documentation (the "Software") to deal in the -Data Files or Software without restriction, including without limitation -the rights to use, copy, modify, merge, publish, distribute, and/or sell -copies of the Data Files or Software, and to permit persons to whom the -Data Files or Software are furnished to do so, provided that either (a) -this copyright and permission notice appear with all copies of the Data -Files or Software, or (b) this copyright and permission notice appear in -associated Documentation. +© 2016 and later: Unicode, Inc. and others. +License & terms of use: http://www.unicode.org/copyright.html -THE DATA FILES AND SOFTWARE ARE PROVIDED "AS IS", WITHOUT WARRANTY OF ANY -KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF -MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT OF -THIRD PARTY RIGHTS. +Copyright (C) 1996-2015, International Business Machines Corporation and +others. All Rights Reserved. -IN NO EVENT SHALL THE COPYRIGHT HOLDER OR HOLDERS INCLUDED IN THIS NOTICE -BE LIABLE FOR ANY CLAIM, OR ANY SPECIAL INDIRECT OR CONSEQUENTIAL DAMAGES, -OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, -WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, -ARISING OUT OF OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THE DATA -FILES OR SOFTWARE. -Except as contained in this notice, the name of a copyright holder shall -not be used in advertising or otherwise to promote the sale, use or other -dealings in these Data Files or Software without prior written -authorization of the copyright holder. -------------------------------------------------------------------------------- icu -Copyright (C) 2001-2015 IBM and others. All rights reserved. - -Permission is hereby granted, free of charge, to any person obtaining a -copy of data files and any associated documentation (the "Data Files") or -software and any associated documentation (the "Software") to deal in the -Data Files or Software without restriction, including without limitation -the rights to use, copy, modify, merge, publish, distribute, and/or sell -copies of the Data Files or Software, and to permit persons to whom the -Data Files or Software are furnished to do so, provided that either (a) -this copyright and permission notice appear with all copies of the Data -Files or Software, or (b) this copyright and permission notice appear in -associated Documentation. +© 2016 and later: Unicode, Inc. and others. +License & terms of use: http://www.unicode.org/copyright.html -THE DATA FILES AND SOFTWARE ARE PROVIDED "AS IS", WITHOUT WARRANTY OF ANY -KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF -MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT OF -THIRD PARTY RIGHTS. +Copyright (C) 1996-2015, International Business Machines Corporation and others. +All Rights Reserved. -IN NO EVENT SHALL THE COPYRIGHT HOLDER OR HOLDERS INCLUDED IN THIS NOTICE -BE LIABLE FOR ANY CLAIM, OR ANY SPECIAL INDIRECT OR CONSEQUENTIAL DAMAGES, -OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, -WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, -ARISING OUT OF OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THE DATA -FILES OR SOFTWARE. -Except as contained in this notice, the name of a copyright holder shall -not be used in advertising or otherwise to promote the sale, use or other -dealings in these Data Files or Software without prior written -authorization of the copyright holder. -------------------------------------------------------------------------------- icu -Copyright (C) 2001-2015, International Business Machines - Corporation and others. All Rights Reserved. +© 2016 and later: Unicode, Inc. and others. +License & terms of use: http://www.unicode.org/copyright.html -Permission is hereby granted, free of charge, to any person obtaining a -copy of data files and any associated documentation (the "Data Files") or -software and any associated documentation (the "Software") to deal in the -Data Files or Software without restriction, including without limitation -the rights to use, copy, modify, merge, publish, distribute, and/or sell -copies of the Data Files or Software, and to permit persons to whom the -Data Files or Software are furnished to do so, provided that either (a) -this copyright and permission notice appear with all copies of the Data -Files or Software, or (b) this copyright and permission notice appear in -associated Documentation. +Copyright (C) 1996-2016, International Business Machines +Corporation and others. All Rights Reserved. -THE DATA FILES AND SOFTWARE ARE PROVIDED "AS IS", WITHOUT WARRANTY OF ANY -KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF -MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT OF -THIRD PARTY RIGHTS. -IN NO EVENT SHALL THE COPYRIGHT HOLDER OR HOLDERS INCLUDED IN THIS NOTICE -BE LIABLE FOR ANY CLAIM, OR ANY SPECIAL INDIRECT OR CONSEQUENTIAL DAMAGES, -OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, -WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, -ARISING OUT OF OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THE DATA -FILES OR SOFTWARE. +-------------------------------------------------------------------------------- +icu + +© 2016 and later: Unicode, Inc. and others. +License & terms of use: http://www.unicode.org/copyright.html + +Copyright (C) 1996-2016, International Business Machines Corporation and +others. All Rights Reserved. + -Except as contained in this notice, the name of a copyright holder shall -not be used in advertising or otherwise to promote the sale, use or other -dealings in these Data Files or Software without prior written -authorization of the copyright holder. -------------------------------------------------------------------------------- icu -Copyright (C) 2001-2015, International Business Machines -Corporation and others. All Rights Reserved. +© 2016 and later: Unicode, Inc. and others. +License & terms of use: http://www.unicode.org/copyright.html -Permission is hereby granted, free of charge, to any person obtaining a -copy of data files and any associated documentation (the "Data Files") or -software and any associated documentation (the "Software") to deal in the -Data Files or Software without restriction, including without limitation -the rights to use, copy, modify, merge, publish, distribute, and/or sell -copies of the Data Files or Software, and to permit persons to whom the -Data Files or Software are furnished to do so, provided that either (a) -this copyright and permission notice appear with all copies of the Data -Files or Software, or (b) this copyright and permission notice appear in -associated Documentation. +Copyright (C) 1997-2010, International Business Machines Corporation and +others. All Rights Reserved. -THE DATA FILES AND SOFTWARE ARE PROVIDED "AS IS", WITHOUT WARRANTY OF ANY -KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF -MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT OF -THIRD PARTY RIGHTS. -IN NO EVENT SHALL THE COPYRIGHT HOLDER OR HOLDERS INCLUDED IN THIS NOTICE -BE LIABLE FOR ANY CLAIM, OR ANY SPECIAL INDIRECT OR CONSEQUENTIAL DAMAGES, -OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, -WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, -ARISING OUT OF OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THE DATA -FILES OR SOFTWARE. -Except as contained in this notice, the name of a copyright holder shall -not be used in advertising or otherwise to promote the sale, use or other -dealings in these Data Files or Software without prior written -authorization of the copyright holder. -------------------------------------------------------------------------------- icu -Copyright (C) 2001-2016, International Business Machines - Corporation and others. All Rights Reserved. +© 2016 and later: Unicode, Inc. and others. +License & terms of use: http://www.unicode.org/copyright.html -Permission is hereby granted, free of charge, to any person obtaining a -copy of data files and any associated documentation (the "Data Files") or -software and any associated documentation (the "Software") to deal in the -Data Files or Software without restriction, including without limitation -the rights to use, copy, modify, merge, publish, distribute, and/or sell -copies of the Data Files or Software, and to permit persons to whom the -Data Files or Software are furnished to do so, provided that either (a) -this copyright and permission notice appear with all copies of the Data -Files or Software, or (b) this copyright and permission notice appear in -associated Documentation. +Copyright (C) 1997-2011, International Business Machines Corporation and others. +All Rights Reserved. -THE DATA FILES AND SOFTWARE ARE PROVIDED "AS IS", WITHOUT WARRANTY OF ANY -KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF -MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT OF -THIRD PARTY RIGHTS. -IN NO EVENT SHALL THE COPYRIGHT HOLDER OR HOLDERS INCLUDED IN THIS NOTICE -BE LIABLE FOR ANY CLAIM, OR ANY SPECIAL INDIRECT OR CONSEQUENTIAL DAMAGES, -OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, -WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, -ARISING OUT OF OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THE DATA -FILES OR SOFTWARE. -Except as contained in this notice, the name of a copyright holder shall -not be used in advertising or otherwise to promote the sale, use or other -dealings in these Data Files or Software without prior written -authorization of the copyright holder. -------------------------------------------------------------------------------- icu -Copyright (C) 2001-2016, International Business Machines -Corporation and others. All Rights Reserved. +© 2016 and later: Unicode, Inc. and others. +License & terms of use: http://www.unicode.org/copyright.html -Permission is hereby granted, free of charge, to any person obtaining a -copy of data files and any associated documentation (the "Data Files") or -software and any associated documentation (the "Software") to deal in the -Data Files or Software without restriction, including without limitation -the rights to use, copy, modify, merge, publish, distribute, and/or sell -copies of the Data Files or Software, and to permit persons to whom the -Data Files or Software are furnished to do so, provided that either (a) -this copyright and permission notice appear with all copies of the Data -Files or Software, or (b) this copyright and permission notice appear in -associated Documentation. +Copyright (C) 1997-2012, International Business Machines Corporation and +others. All Rights Reserved. -THE DATA FILES AND SOFTWARE ARE PROVIDED "AS IS", WITHOUT WARRANTY OF ANY -KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF -MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT OF -THIRD PARTY RIGHTS. -IN NO EVENT SHALL THE COPYRIGHT HOLDER OR HOLDERS INCLUDED IN THIS NOTICE -BE LIABLE FOR ANY CLAIM, OR ANY SPECIAL INDIRECT OR CONSEQUENTIAL DAMAGES, -OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, -WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, -ARISING OUT OF OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THE DATA -FILES OR SOFTWARE. -Except as contained in this notice, the name of a copyright holder shall -not be used in advertising or otherwise to promote the sale, use or other -dealings in these Data Files or Software without prior written -authorization of the copyright holder. -------------------------------------------------------------------------------- icu -Copyright (C) 2002-2003, International Business Machines -Corporation and others. All Rights Reserved. +© 2016 and later: Unicode, Inc. and others. +License & terms of use: http://www.unicode.org/copyright.html -Permission is hereby granted, free of charge, to any person obtaining a -copy of data files and any associated documentation (the "Data Files") or -software and any associated documentation (the "Software") to deal in the -Data Files or Software without restriction, including without limitation -the rights to use, copy, modify, merge, publish, distribute, and/or sell -copies of the Data Files or Software, and to permit persons to whom the -Data Files or Software are furnished to do so, provided that either (a) -this copyright and permission notice appear with all copies of the Data -Files or Software, or (b) this copyright and permission notice appear in -associated Documentation. +Copyright (C) 1997-2013, International Business Machines +Corporation and others. All Rights Reserved. -THE DATA FILES AND SOFTWARE ARE PROVIDED "AS IS", WITHOUT WARRANTY OF ANY -KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF -MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT OF -THIRD PARTY RIGHTS. -IN NO EVENT SHALL THE COPYRIGHT HOLDER OR HOLDERS INCLUDED IN THIS NOTICE -BE LIABLE FOR ANY CLAIM, OR ANY SPECIAL INDIRECT OR CONSEQUENTIAL DAMAGES, -OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, -WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, -ARISING OUT OF OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THE DATA -FILES OR SOFTWARE. -Except as contained in this notice, the name of a copyright holder shall -not be used in advertising or otherwise to promote the sale, use or other -dealings in these Data Files or Software without prior written -authorization of the copyright holder. -------------------------------------------------------------------------------- icu -Copyright (C) 2002-2005, International Business Machines Corporation and * -others. All Rights Reserved. +© 2016 and later: Unicode, Inc. and others. +License & terms of use: http://www.unicode.org/copyright.html -Permission is hereby granted, free of charge, to any person obtaining a -copy of data files and any associated documentation (the "Data Files") or -software and any associated documentation (the "Software") to deal in the -Data Files or Software without restriction, including without limitation -the rights to use, copy, modify, merge, publish, distribute, and/or sell -copies of the Data Files or Software, and to permit persons to whom the -Data Files or Software are furnished to do so, provided that either (a) -this copyright and permission notice appear with all copies of the Data -Files or Software, or (b) this copyright and permission notice appear in -associated Documentation. +Copyright (C) 1997-2013, International Business Machines Corporation and +others. All Rights Reserved. -THE DATA FILES AND SOFTWARE ARE PROVIDED "AS IS", WITHOUT WARRANTY OF ANY -KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF -MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT OF -THIRD PARTY RIGHTS. -IN NO EVENT SHALL THE COPYRIGHT HOLDER OR HOLDERS INCLUDED IN THIS NOTICE -BE LIABLE FOR ANY CLAIM, OR ANY SPECIAL INDIRECT OR CONSEQUENTIAL DAMAGES, -OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, -WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, -ARISING OUT OF OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THE DATA -FILES OR SOFTWARE. -Except as contained in this notice, the name of a copyright holder shall -not be used in advertising or otherwise to promote the sale, use or other -dealings in these Data Files or Software without prior written -authorization of the copyright holder. -------------------------------------------------------------------------------- icu -Copyright (C) 2002-2006, International Business Machines -Corporation and others. All Rights Reserved. +© 2016 and later: Unicode, Inc. and others. +License & terms of use: http://www.unicode.org/copyright.html -Permission is hereby granted, free of charge, to any person obtaining a -copy of data files and any associated documentation (the "Data Files") or -software and any associated documentation (the "Software") to deal in the -Data Files or Software without restriction, including without limitation -the rights to use, copy, modify, merge, publish, distribute, and/or sell -copies of the Data Files or Software, and to permit persons to whom the -Data Files or Software are furnished to do so, provided that either (a) -this copyright and permission notice appear with all copies of the Data -Files or Software, or (b) this copyright and permission notice appear in -associated Documentation. +Copyright (C) 1997-2015, International Business Machines +Corporation and others. All Rights Reserved. -THE DATA FILES AND SOFTWARE ARE PROVIDED "AS IS", WITHOUT WARRANTY OF ANY -KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF -MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT OF -THIRD PARTY RIGHTS. -IN NO EVENT SHALL THE COPYRIGHT HOLDER OR HOLDERS INCLUDED IN THIS NOTICE -BE LIABLE FOR ANY CLAIM, OR ANY SPECIAL INDIRECT OR CONSEQUENTIAL DAMAGES, -OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, -WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, -ARISING OUT OF OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THE DATA -FILES OR SOFTWARE. +-------------------------------------------------------------------------------- +icu + +© 2016 and later: Unicode, Inc. and others. +License & terms of use: http://www.unicode.org/copyright.html + +Copyright (C) 1997-2015, International Business Machines Corporation +and others. All Rights Reserved. + -Except as contained in this notice, the name of a copyright holder shall -not be used in advertising or otherwise to promote the sale, use or other -dealings in these Data Files or Software without prior written -authorization of the copyright holder. -------------------------------------------------------------------------------- icu -Copyright (C) 2002-2008 International Business Machines Corporation * -and others. All rights reserved. +© 2016 and later: Unicode, Inc. and others. +License & terms of use: http://www.unicode.org/copyright.html -Permission is hereby granted, free of charge, to any person obtaining a -copy of data files and any associated documentation (the "Data Files") or -software and any associated documentation (the "Software") to deal in the -Data Files or Software without restriction, including without limitation -the rights to use, copy, modify, merge, publish, distribute, and/or sell -copies of the Data Files or Software, and to permit persons to whom the -Data Files or Software are furnished to do so, provided that either (a) -this copyright and permission notice appear with all copies of the Data -Files or Software, or (b) this copyright and permission notice appear in -associated Documentation. +Copyright (C) 1997-2015, International Business Machines Corporation and +others. All Rights Reserved. -THE DATA FILES AND SOFTWARE ARE PROVIDED "AS IS", WITHOUT WARRANTY OF ANY -KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF -MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT OF -THIRD PARTY RIGHTS. -IN NO EVENT SHALL THE COPYRIGHT HOLDER OR HOLDERS INCLUDED IN THIS NOTICE -BE LIABLE FOR ANY CLAIM, OR ANY SPECIAL INDIRECT OR CONSEQUENTIAL DAMAGES, -OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, -WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, -ARISING OUT OF OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THE DATA -FILES OR SOFTWARE. -Except as contained in this notice, the name of a copyright holder shall -not be used in advertising or otherwise to promote the sale, use or other -dealings in these Data Files or Software without prior written -authorization of the copyright holder. -------------------------------------------------------------------------------- icu -Copyright (C) 2002-2008, International Business Machines Corporation and others. +© 2016 and later: Unicode, Inc. and others. +License & terms of use: http://www.unicode.org/copyright.html + +Copyright (C) 1997-2015, International Business Machines Corporation and others. All Rights Reserved. -Permission is hereby granted, free of charge, to any person obtaining a -copy of data files and any associated documentation (the "Data Files") or -software and any associated documentation (the "Software") to deal in the -Data Files or Software without restriction, including without limitation -the rights to use, copy, modify, merge, publish, distribute, and/or sell -copies of the Data Files or Software, and to permit persons to whom the -Data Files or Software are furnished to do so, provided that either (a) -this copyright and permission notice appear with all copies of the Data -Files or Software, or (b) this copyright and permission notice appear in -associated Documentation. +-------------------------------------------------------------------------------- +icu -THE DATA FILES AND SOFTWARE ARE PROVIDED "AS IS", WITHOUT WARRANTY OF ANY -KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF -MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT OF -THIRD PARTY RIGHTS. +© 2016 and later: Unicode, Inc. and others. +License & terms of use: http://www.unicode.org/copyright.html + +Copyright (C) 1997-2015, International Business Machines Corporation and others. +All Rights Reserved. -IN NO EVENT SHALL THE COPYRIGHT HOLDER OR HOLDERS INCLUDED IN THIS NOTICE -BE LIABLE FOR ANY CLAIM, OR ANY SPECIAL INDIRECT OR CONSEQUENTIAL DAMAGES, -OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, -WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, -ARISING OUT OF OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THE DATA -FILES OR SOFTWARE. -Except as contained in this notice, the name of a copyright holder shall -not be used in advertising or otherwise to promote the sale, use or other -dealings in these Data Files or Software without prior written -authorization of the copyright holder. -------------------------------------------------------------------------------- icu -Copyright (C) 2002-2010, International Business Machines -Corporation and others. All Rights Reserved. +© 2016 and later: Unicode, Inc. and others. +License & terms of use: http://www.unicode.org/copyright.html -Permission is hereby granted, free of charge, to any person obtaining a -copy of data files and any associated documentation (the "Data Files") or -software and any associated documentation (the "Software") to deal in the -Data Files or Software without restriction, including without limitation -the rights to use, copy, modify, merge, publish, distribute, and/or sell -copies of the Data Files or Software, and to permit persons to whom the -Data Files or Software are furnished to do so, provided that either (a) -this copyright and permission notice appear with all copies of the Data -Files or Software, or (b) this copyright and permission notice appear in -associated Documentation. +Copyright (C) 1997-2016, International Business Machines Corporation and +others. All Rights Reserved. -THE DATA FILES AND SOFTWARE ARE PROVIDED "AS IS", WITHOUT WARRANTY OF ANY -KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF -MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT OF -THIRD PARTY RIGHTS. -IN NO EVENT SHALL THE COPYRIGHT HOLDER OR HOLDERS INCLUDED IN THIS NOTICE -BE LIABLE FOR ANY CLAIM, OR ANY SPECIAL INDIRECT OR CONSEQUENTIAL DAMAGES, -OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, -WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, -ARISING OUT OF OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THE DATA -FILES OR SOFTWARE. -Except as contained in this notice, the name of a copyright holder shall -not be used in advertising or otherwise to promote the sale, use or other -dealings in these Data Files or Software without prior written -authorization of the copyright holder. -------------------------------------------------------------------------------- icu -Copyright (C) 2002-2011 International Business Machines -Corporation and others. All Rights Reserved. +© 2016 and later: Unicode, Inc. and others. +License & terms of use: http://www.unicode.org/copyright.html -Permission is hereby granted, free of charge, to any person obtaining a -copy of data files and any associated documentation (the "Data Files") or -software and any associated documentation (the "Software") to deal in the -Data Files or Software without restriction, including without limitation -the rights to use, copy, modify, merge, publish, distribute, and/or sell -copies of the Data Files or Software, and to permit persons to whom the -Data Files or Software are furnished to do so, provided that either (a) -this copyright and permission notice appear with all copies of the Data -Files or Software, or (b) this copyright and permission notice appear in -associated Documentation. +Copyright (C) 1997-2016, International Business Machines Corporation and others. +All Rights Reserved. -THE DATA FILES AND SOFTWARE ARE PROVIDED "AS IS", WITHOUT WARRANTY OF ANY -KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF -MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT OF -THIRD PARTY RIGHTS. -IN NO EVENT SHALL THE COPYRIGHT HOLDER OR HOLDERS INCLUDED IN THIS NOTICE -BE LIABLE FOR ANY CLAIM, OR ANY SPECIAL INDIRECT OR CONSEQUENTIAL DAMAGES, -OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, -WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, -ARISING OUT OF OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THE DATA -FILES OR SOFTWARE. -Except as contained in this notice, the name of a copyright holder shall -not be used in advertising or otherwise to promote the sale, use or other -dealings in these Data Files or Software without prior written -authorization of the copyright holder. -------------------------------------------------------------------------------- icu -Copyright (C) 2002-2011, International Business Machines -Corporation and others. All Rights Reserved. +© 2016 and later: Unicode, Inc. and others. +License & terms of use: http://www.unicode.org/copyright.html -Permission is hereby granted, free of charge, to any person obtaining a -copy of data files and any associated documentation (the "Data Files") or -software and any associated documentation (the "Software") to deal in the -Data Files or Software without restriction, including without limitation -the rights to use, copy, modify, merge, publish, distribute, and/or sell -copies of the Data Files or Software, and to permit persons to whom the -Data Files or Software are furnished to do so, provided that either (a) -this copyright and permission notice appear with all copies of the Data -Files or Software, or (b) this copyright and permission notice appear in -associated Documentation. +Copyright (C) 1998-2012, International Business Machines Corporation and +others. All Rights Reserved. + + +-------------------------------------------------------------------------------- +icu + +© 2016 and later: Unicode, Inc. and others. +License & terms of use: http://www.unicode.org/copyright.html + +Copyright (C) 1998-2012, International Business Machines Corporation and +others. All Rights Reserved. -THE DATA FILES AND SOFTWARE ARE PROVIDED "AS IS", WITHOUT WARRANTY OF ANY -KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF -MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT OF -THIRD PARTY RIGHTS. -IN NO EVENT SHALL THE COPYRIGHT HOLDER OR HOLDERS INCLUDED IN THIS NOTICE -BE LIABLE FOR ANY CLAIM, OR ANY SPECIAL INDIRECT OR CONSEQUENTIAL DAMAGES, -OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, -WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, -ARISING OUT OF OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THE DATA -FILES OR SOFTWARE. -Except as contained in this notice, the name of a copyright holder shall -not be used in advertising or otherwise to promote the sale, use or other -dealings in these Data Files or Software without prior written -authorization of the copyright holder. -------------------------------------------------------------------------------- icu -Copyright (C) 2002-2011, International Business Machines Corporation and others. -All Rights Reserved. +© 2016 and later: Unicode, Inc. and others. +License & terms of use: http://www.unicode.org/copyright.html -Permission is hereby granted, free of charge, to any person obtaining a -copy of data files and any associated documentation (the "Data Files") or -software and any associated documentation (the "Software") to deal in the -Data Files or Software without restriction, including without limitation -the rights to use, copy, modify, merge, publish, distribute, and/or sell -copies of the Data Files or Software, and to permit persons to whom the -Data Files or Software are furnished to do so, provided that either (a) -this copyright and permission notice appear with all copies of the Data -Files or Software, or (b) this copyright and permission notice appear in -associated Documentation. +Copyright (C) 1998-2016, International Business Machines Corporation +and others. All Rights Reserved. -THE DATA FILES AND SOFTWARE ARE PROVIDED "AS IS", WITHOUT WARRANTY OF ANY -KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF -MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT OF -THIRD PARTY RIGHTS. -IN NO EVENT SHALL THE COPYRIGHT HOLDER OR HOLDERS INCLUDED IN THIS NOTICE -BE LIABLE FOR ANY CLAIM, OR ANY SPECIAL INDIRECT OR CONSEQUENTIAL DAMAGES, -OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, -WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, -ARISING OUT OF OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THE DATA -FILES OR SOFTWARE. -Except as contained in this notice, the name of a copyright holder shall -not be used in advertising or otherwise to promote the sale, use or other -dealings in these Data Files or Software without prior written -authorization of the copyright holder. -------------------------------------------------------------------------------- icu -Copyright (C) 2002-2012, International Business Machines -Corporation and others. All Rights Reserved. +© 2016 and later: Unicode, Inc. and others. +License & terms of use: http://www.unicode.org/copyright.html -Permission is hereby granted, free of charge, to any person obtaining a -copy of data files and any associated documentation (the "Data Files") or -software and any associated documentation (the "Software") to deal in the -Data Files or Software without restriction, including without limitation -the rights to use, copy, modify, merge, publish, distribute, and/or sell -copies of the Data Files or Software, and to permit persons to whom the -Data Files or Software are furnished to do so, provided that either (a) -this copyright and permission notice appear with all copies of the Data -Files or Software, or (b) this copyright and permission notice appear in -associated Documentation. +Copyright (C) 1999-2007, International Business Machines Corporation +and others. All Rights Reserved. -THE DATA FILES AND SOFTWARE ARE PROVIDED "AS IS", WITHOUT WARRANTY OF ANY -KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF -MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT OF -THIRD PARTY RIGHTS. + +-------------------------------------------------------------------------------- +icu -IN NO EVENT SHALL THE COPYRIGHT HOLDER OR HOLDERS INCLUDED IN THIS NOTICE -BE LIABLE FOR ANY CLAIM, OR ANY SPECIAL INDIRECT OR CONSEQUENTIAL DAMAGES, -OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, -WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, -ARISING OUT OF OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THE DATA -FILES OR SOFTWARE. +© 2016 and later: Unicode, Inc. and others. +License & terms of use: http://www.unicode.org/copyright.html -Except as contained in this notice, the name of a copyright holder shall -not be used in advertising or otherwise to promote the sale, use or other -dealings in these Data Files or Software without prior written -authorization of the copyright holder. +Copyright (C) 1999-2010, International Business Machines Corporation and others. +All Rights Reserved. + + -------------------------------------------------------------------------------- icu -Copyright (C) 2002-2013, International Business Machines -Corporation and others. All Rights Reserved. +© 2016 and later: Unicode, Inc. and others. +License & terms of use: http://www.unicode.org/copyright.html -Permission is hereby granted, free of charge, to any person obtaining a -copy of data files and any associated documentation (the "Data Files") or -software and any associated documentation (the "Software") to deal in the -Data Files or Software without restriction, including without limitation -the rights to use, copy, modify, merge, publish, distribute, and/or sell -copies of the Data Files or Software, and to permit persons to whom the -Data Files or Software are furnished to do so, provided that either (a) -this copyright and permission notice appear with all copies of the Data -Files or Software, or (b) this copyright and permission notice appear in -associated Documentation. +Copyright (C) 1999-2011, International Business Machines Corporation +and others. All Rights Reserved. -THE DATA FILES AND SOFTWARE ARE PROVIDED "AS IS", WITHOUT WARRANTY OF ANY -KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF -MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT OF -THIRD PARTY RIGHTS. + +-------------------------------------------------------------------------------- +icu -IN NO EVENT SHALL THE COPYRIGHT HOLDER OR HOLDERS INCLUDED IN THIS NOTICE -BE LIABLE FOR ANY CLAIM, OR ANY SPECIAL INDIRECT OR CONSEQUENTIAL DAMAGES, -OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, -WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, -ARISING OUT OF OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THE DATA -FILES OR SOFTWARE. +© 2016 and later: Unicode, Inc. and others. +License & terms of use: http://www.unicode.org/copyright.html -Except as contained in this notice, the name of a copyright holder shall -not be used in advertising or otherwise to promote the sale, use or other -dealings in these Data Files or Software without prior written -authorization of the copyright holder. +Copyright (C) 1999-2012, International Business Machines Corporation and +others. All Rights Reserved. + + -------------------------------------------------------------------------------- icu -Copyright (C) 2002-2013, International Business Machines Corporation -and others. All Rights Reserved. +© 2016 and later: Unicode, Inc. and others. +License & terms of use: http://www.unicode.org/copyright.html -Permission is hereby granted, free of charge, to any person obtaining a -copy of data files and any associated documentation (the "Data Files") or -software and any associated documentation (the "Software") to deal in the -Data Files or Software without restriction, including without limitation -the rights to use, copy, modify, merge, publish, distribute, and/or sell -copies of the Data Files or Software, and to permit persons to whom the -Data Files or Software are furnished to do so, provided that either (a) -this copyright and permission notice appear with all copies of the Data -Files or Software, or (b) this copyright and permission notice appear in -associated Documentation. +Copyright (C) 1999-2013, International Business Machines Corporation and +others. All Rights Reserved. -THE DATA FILES AND SOFTWARE ARE PROVIDED "AS IS", WITHOUT WARRANTY OF ANY -KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF -MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT OF -THIRD PARTY RIGHTS. + +-------------------------------------------------------------------------------- +icu -IN NO EVENT SHALL THE COPYRIGHT HOLDER OR HOLDERS INCLUDED IN THIS NOTICE -BE LIABLE FOR ANY CLAIM, OR ANY SPECIAL INDIRECT OR CONSEQUENTIAL DAMAGES, -OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, -WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, -ARISING OUT OF OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THE DATA -FILES OR SOFTWARE. +© 2016 and later: Unicode, Inc. and others. +License & terms of use: http://www.unicode.org/copyright.html -Except as contained in this notice, the name of a copyright holder shall -not be used in advertising or otherwise to promote the sale, use or other -dealings in these Data Files or Software without prior written -authorization of the copyright holder. +Copyright (C) 1999-2014, International Business Machines +Corporation and others. All Rights Reserved. + + -------------------------------------------------------------------------------- icu -Copyright (C) 2002-2014 International Business Machines Corporation -and others. All rights reserved. - -Permission is hereby granted, free of charge, to any person obtaining a -copy of data files and any associated documentation (the "Data Files") or -software and any associated documentation (the "Software") to deal in the -Data Files or Software without restriction, including without limitation -the rights to use, copy, modify, merge, publish, distribute, and/or sell -copies of the Data Files or Software, and to permit persons to whom the -Data Files or Software are furnished to do so, provided that either (a) -this copyright and permission notice appear with all copies of the Data -Files or Software, or (b) this copyright and permission notice appear in -associated Documentation. +© 2016 and later: Unicode, Inc. and others. +License & terms of use: http://www.unicode.org/copyright.html -THE DATA FILES AND SOFTWARE ARE PROVIDED "AS IS", WITHOUT WARRANTY OF ANY -KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF -MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT OF -THIRD PARTY RIGHTS. +Copyright (C) 1999-2015, International Business Machines Corporation and +others. All Rights Reserved. -IN NO EVENT SHALL THE COPYRIGHT HOLDER OR HOLDERS INCLUDED IN THIS NOTICE -BE LIABLE FOR ANY CLAIM, OR ANY SPECIAL INDIRECT OR CONSEQUENTIAL DAMAGES, -OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, -WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, -ARISING OUT OF OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THE DATA -FILES OR SOFTWARE. -Except as contained in this notice, the name of a copyright holder shall -not be used in advertising or otherwise to promote the sale, use or other -dealings in these Data Files or Software without prior written -authorization of the copyright holder. -------------------------------------------------------------------------------- icu -Copyright (C) 2002-2014, International Business Machines -Corporation and others. All Rights Reserved. +© 2016 and later: Unicode, Inc. and others. +License & terms of use: http://www.unicode.org/copyright.html -Permission is hereby granted, free of charge, to any person obtaining a -copy of data files and any associated documentation (the "Data Files") or -software and any associated documentation (the "Software") to deal in the -Data Files or Software without restriction, including without limitation -the rights to use, copy, modify, merge, publish, distribute, and/or sell -copies of the Data Files or Software, and to permit persons to whom the -Data Files or Software are furnished to do so, provided that either (a) -this copyright and permission notice appear with all copies of the Data -Files or Software, or (b) this copyright and permission notice appear in -associated Documentation. +Copyright (C) 1999-2015, International Business Machines Corporation and +others. All Rights Reserved. -THE DATA FILES AND SOFTWARE ARE PROVIDED "AS IS", WITHOUT WARRANTY OF ANY -KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF -MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT OF -THIRD PARTY RIGHTS. + +-------------------------------------------------------------------------------- +icu -IN NO EVENT SHALL THE COPYRIGHT HOLDER OR HOLDERS INCLUDED IN THIS NOTICE -BE LIABLE FOR ANY CLAIM, OR ANY SPECIAL INDIRECT OR CONSEQUENTIAL DAMAGES, -OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, -WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, -ARISING OUT OF OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THE DATA -FILES OR SOFTWARE. +© 2016 and later: Unicode, Inc. and others. +License & terms of use: http://www.unicode.org/copyright.html -Except as contained in this notice, the name of a copyright holder shall -not be used in advertising or otherwise to promote the sale, use or other -dealings in these Data Files or Software without prior written -authorization of the copyright holder. +Copyright (C) 1999-2016, International Business Machines + Corporation and others. All Rights Reserved. + + -------------------------------------------------------------------------------- icu -Copyright (C) 2002-2014, International Business Machines Corporation and -others. All Rights Reserved. +© 2016 and later: Unicode, Inc. and others. +License & terms of use: http://www.unicode.org/copyright.html -Permission is hereby granted, free of charge, to any person obtaining a -copy of data files and any associated documentation (the "Data Files") or -software and any associated documentation (the "Software") to deal in the -Data Files or Software without restriction, including without limitation -the rights to use, copy, modify, merge, publish, distribute, and/or sell -copies of the Data Files or Software, and to permit persons to whom the -Data Files or Software are furnished to do so, provided that either (a) -this copyright and permission notice appear with all copies of the Data -Files or Software, or (b) this copyright and permission notice appear in -associated Documentation. +Copyright (C) 1999-2016, International Business Machines Corporation + and others. All Rights Reserved. -THE DATA FILES AND SOFTWARE ARE PROVIDED "AS IS", WITHOUT WARRANTY OF ANY -KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF -MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT OF -THIRD PARTY RIGHTS. + +-------------------------------------------------------------------------------- +icu -IN NO EVENT SHALL THE COPYRIGHT HOLDER OR HOLDERS INCLUDED IN THIS NOTICE -BE LIABLE FOR ANY CLAIM, OR ANY SPECIAL INDIRECT OR CONSEQUENTIAL DAMAGES, -OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, -WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, -ARISING OUT OF OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THE DATA -FILES OR SOFTWARE. +© 2016 and later: Unicode, Inc. and others. +License & terms of use: http://www.unicode.org/copyright.html -Except as contained in this notice, the name of a copyright holder shall -not be used in advertising or otherwise to promote the sale, use or other -dealings in these Data Files or Software without prior written -authorization of the copyright holder. +Copyright (C) 1999-2016, International Business Machines Corporation +and others. All Rights Reserved. + + -------------------------------------------------------------------------------- icu -Copyright (C) 2002-2015 International Business Machines Corporation -and others. All rights reserved. +© 2016 and later: Unicode, Inc. and others. +License & terms of use: http://www.unicode.org/copyright.html -Permission is hereby granted, free of charge, to any person obtaining a -copy of data files and any associated documentation (the "Data Files") or -software and any associated documentation (the "Software") to deal in the -Data Files or Software without restriction, including without limitation -the rights to use, copy, modify, merge, publish, distribute, and/or sell -copies of the Data Files or Software, and to permit persons to whom the -Data Files or Software are furnished to do so, provided that either (a) -this copyright and permission notice appear with all copies of the Data -Files or Software, or (b) this copyright and permission notice appear in -associated Documentation. +Copyright (C) 1999-2016, International Business Machines Corporation and +others. All Rights Reserved. -THE DATA FILES AND SOFTWARE ARE PROVIDED "AS IS", WITHOUT WARRANTY OF ANY -KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF -MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT OF -THIRD PARTY RIGHTS. -IN NO EVENT SHALL THE COPYRIGHT HOLDER OR HOLDERS INCLUDED IN THIS NOTICE -BE LIABLE FOR ANY CLAIM, OR ANY SPECIAL INDIRECT OR CONSEQUENTIAL DAMAGES, -OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, -WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, -ARISING OUT OF OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THE DATA -FILES OR SOFTWARE. -Except as contained in this notice, the name of a copyright holder shall -not be used in advertising or otherwise to promote the sale, use or other -dealings in these Data Files or Software without prior written -authorization of the copyright holder. -------------------------------------------------------------------------------- icu -Copyright (C) 2002-2015, International Business Machines -Corporation and others. All Rights Reserved. +© 2016 and later: Unicode, Inc. and others. +License & terms of use: http://www.unicode.org/copyright.html -Permission is hereby granted, free of charge, to any person obtaining a -copy of data files and any associated documentation (the "Data Files") or -software and any associated documentation (the "Software") to deal in the -Data Files or Software without restriction, including without limitation -the rights to use, copy, modify, merge, publish, distribute, and/or sell -copies of the Data Files or Software, and to permit persons to whom the -Data Files or Software are furnished to do so, provided that either (a) -this copyright and permission notice appear with all copies of the Data -Files or Software, or (b) this copyright and permission notice appear in -associated Documentation. +Copyright (C) 2000-2004, International Business Machines Corporation +and others. All Rights Reserved. -THE DATA FILES AND SOFTWARE ARE PROVIDED "AS IS", WITHOUT WARRANTY OF ANY -KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF -MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT OF -THIRD PARTY RIGHTS. -IN NO EVENT SHALL THE COPYRIGHT HOLDER OR HOLDERS INCLUDED IN THIS NOTICE -BE LIABLE FOR ANY CLAIM, OR ANY SPECIAL INDIRECT OR CONSEQUENTIAL DAMAGES, -OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, -WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, -ARISING OUT OF OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THE DATA -FILES OR SOFTWARE. -Except as contained in this notice, the name of a copyright holder shall -not be used in advertising or otherwise to promote the sale, use or other -dealings in these Data Files or Software without prior written -authorization of the copyright holder. -------------------------------------------------------------------------------- icu -Copyright (C) 2002-2015, International Business Machines Corporation and others. - All Rights Reserved. +© 2016 and later: Unicode, Inc. and others. +License & terms of use: http://www.unicode.org/copyright.html + +Copyright (C) 2001-2011, International Business Machines Corporation +and others. All Rights Reserved. + + +-------------------------------------------------------------------------------- +icu + +© 2016 and later: Unicode, Inc. and others. +License & terms of use: http://www.unicode.org/copyright.html + +Copyright (C) 2001-2011, International Business Machines Corporation and +others. All Rights Reserved. -Permission is hereby granted, free of charge, to any person obtaining a -copy of data files and any associated documentation (the "Data Files") or -software and any associated documentation (the "Software") to deal in the -Data Files or Software without restriction, including without limitation -the rights to use, copy, modify, merge, publish, distribute, and/or sell -copies of the Data Files or Software, and to permit persons to whom the -Data Files or Software are furnished to do so, provided that either (a) -this copyright and permission notice appear with all copies of the Data -Files or Software, or (b) this copyright and permission notice appear in -associated Documentation. -THE DATA FILES AND SOFTWARE ARE PROVIDED "AS IS", WITHOUT WARRANTY OF ANY -KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF -MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT OF -THIRD PARTY RIGHTS. -IN NO EVENT SHALL THE COPYRIGHT HOLDER OR HOLDERS INCLUDED IN THIS NOTICE -BE LIABLE FOR ANY CLAIM, OR ANY SPECIAL INDIRECT OR CONSEQUENTIAL DAMAGES, -OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, -WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, -ARISING OUT OF OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THE DATA -FILES OR SOFTWARE. -Except as contained in this notice, the name of a copyright holder shall -not be used in advertising or otherwise to promote the sale, use or other -dealings in these Data Files or Software without prior written -authorization of the copyright holder. -------------------------------------------------------------------------------- icu -Copyright (C) 2002-2015, International Business Machines Corporation and others. +© 2016 and later: Unicode, Inc. and others. +License & terms of use: http://www.unicode.org/copyright.html + +Copyright (C) 2001-2011, International Business Machines Corporation. All Rights Reserved. -Permission is hereby granted, free of charge, to any person obtaining a -copy of data files and any associated documentation (the "Data Files") or -software and any associated documentation (the "Software") to deal in the -Data Files or Software without restriction, including without limitation -the rights to use, copy, modify, merge, publish, distribute, and/or sell -copies of the Data Files or Software, and to permit persons to whom the -Data Files or Software are furnished to do so, provided that either (a) -this copyright and permission notice appear with all copies of the Data -Files or Software, or (b) this copyright and permission notice appear in -associated Documentation. -THE DATA FILES AND SOFTWARE ARE PROVIDED "AS IS", WITHOUT WARRANTY OF ANY -KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF -MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT OF -THIRD PARTY RIGHTS. +-------------------------------------------------------------------------------- +icu + +© 2016 and later: Unicode, Inc. and others. +License & terms of use: http://www.unicode.org/copyright.html + +Copyright (C) 2001-2012, International Business Machines Corporation and +others. All Rights Reserved. -IN NO EVENT SHALL THE COPYRIGHT HOLDER OR HOLDERS INCLUDED IN THIS NOTICE -BE LIABLE FOR ANY CLAIM, OR ANY SPECIAL INDIRECT OR CONSEQUENTIAL DAMAGES, -OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, -WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, -ARISING OUT OF OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THE DATA -FILES OR SOFTWARE. -Except as contained in this notice, the name of a copyright holder shall -not be used in advertising or otherwise to promote the sale, use or other -dealings in these Data Files or Software without prior written -authorization of the copyright holder. -------------------------------------------------------------------------------- icu -Copyright (C) 2002-2016 International Business Machines Corporation -and others. All rights reserved. +© 2016 and later: Unicode, Inc. and others. +License & terms of use: http://www.unicode.org/copyright.html -Permission is hereby granted, free of charge, to any person obtaining a -copy of data files and any associated documentation (the "Data Files") or -software and any associated documentation (the "Software") to deal in the -Data Files or Software without restriction, including without limitation -the rights to use, copy, modify, merge, publish, distribute, and/or sell -copies of the Data Files or Software, and to permit persons to whom the -Data Files or Software are furnished to do so, provided that either (a) -this copyright and permission notice appear with all copies of the Data -Files or Software, or (b) this copyright and permission notice appear in -associated Documentation. +Copyright (C) 2001-2014, International Business Machines + Corporation and others. All Rights Reserved. -THE DATA FILES AND SOFTWARE ARE PROVIDED "AS IS", WITHOUT WARRANTY OF ANY -KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF -MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT OF -THIRD PARTY RIGHTS. + +-------------------------------------------------------------------------------- +icu + +© 2016 and later: Unicode, Inc. and others. +License & terms of use: http://www.unicode.org/copyright.html + +Copyright (C) 2001-2014, International Business Machines Corporation and +others. All Rights Reserved. -IN NO EVENT SHALL THE COPYRIGHT HOLDER OR HOLDERS INCLUDED IN THIS NOTICE -BE LIABLE FOR ANY CLAIM, OR ANY SPECIAL INDIRECT OR CONSEQUENTIAL DAMAGES, -OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, -WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, -ARISING OUT OF OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THE DATA -FILES OR SOFTWARE. -Except as contained in this notice, the name of a copyright holder shall -not be used in advertising or otherwise to promote the sale, use or other -dealings in these Data Files or Software without prior written -authorization of the copyright holder. -------------------------------------------------------------------------------- icu -Copyright (C) 2002-2016 International Business Machines Corporation * -and others. All rights reserved. +© 2016 and later: Unicode, Inc. and others. +License & terms of use: http://www.unicode.org/copyright.html + +Copyright (C) 2001-2014, International Business Machines Corporation and +others. All Rights Reserved. -Permission is hereby granted, free of charge, to any person obtaining a -copy of data files and any associated documentation (the "Data Files") or -software and any associated documentation (the "Software") to deal in the -Data Files or Software without restriction, including without limitation -the rights to use, copy, modify, merge, publish, distribute, and/or sell -copies of the Data Files or Software, and to permit persons to whom the -Data Files or Software are furnished to do so, provided that either (a) -this copyright and permission notice appear with all copies of the Data -Files or Software, or (b) this copyright and permission notice appear in -associated Documentation. -THE DATA FILES AND SOFTWARE ARE PROVIDED "AS IS", WITHOUT WARRANTY OF ANY -KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF -MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT OF -THIRD PARTY RIGHTS. -IN NO EVENT SHALL THE COPYRIGHT HOLDER OR HOLDERS INCLUDED IN THIS NOTICE -BE LIABLE FOR ANY CLAIM, OR ANY SPECIAL INDIRECT OR CONSEQUENTIAL DAMAGES, -OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, -WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, -ARISING OUT OF OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THE DATA -FILES OR SOFTWARE. -Except as contained in this notice, the name of a copyright holder shall -not be used in advertising or otherwise to promote the sale, use or other -dealings in these Data Files or Software without prior written -authorization of the copyright holder. -------------------------------------------------------------------------------- icu -Copyright (C) 2002-2016 International Business Machines Corporation and others. +© 2016 and later: Unicode, Inc. and others. +License & terms of use: http://www.unicode.org/copyright.html + +Copyright (C) 2001-2014, International Business Machines Corporation. All Rights Reserved. -Permission is hereby granted, free of charge, to any person obtaining a -copy of data files and any associated documentation (the "Data Files") or -software and any associated documentation (the "Software") to deal in the -Data Files or Software without restriction, including without limitation -the rights to use, copy, modify, merge, publish, distribute, and/or sell -copies of the Data Files or Software, and to permit persons to whom the -Data Files or Software are furnished to do so, provided that either (a) -this copyright and permission notice appear with all copies of the Data -Files or Software, or (b) this copyright and permission notice appear in -associated Documentation. -THE DATA FILES AND SOFTWARE ARE PROVIDED "AS IS", WITHOUT WARRANTY OF ANY -KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF -MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT OF -THIRD PARTY RIGHTS. +-------------------------------------------------------------------------------- +icu -IN NO EVENT SHALL THE COPYRIGHT HOLDER OR HOLDERS INCLUDED IN THIS NOTICE -BE LIABLE FOR ANY CLAIM, OR ANY SPECIAL INDIRECT OR CONSEQUENTIAL DAMAGES, -OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, -WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, -ARISING OUT OF OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THE DATA -FILES OR SOFTWARE. +© 2016 and later: Unicode, Inc. and others. +License & terms of use: http://www.unicode.org/copyright.html -Except as contained in this notice, the name of a copyright holder shall -not be used in advertising or otherwise to promote the sale, use or other -dealings in these Data Files or Software without prior written -authorization of the copyright holder. +Copyright (C) 2001-2015, International Business Machines + Corporation and others. All Rights Reserved. + + -------------------------------------------------------------------------------- icu -Copyright (C) 2002-2016, International Business Machines -Corporation and others. All Rights Reserved. +© 2016 and later: Unicode, Inc. and others. +License & terms of use: http://www.unicode.org/copyright.html + +Copyright (C) 2001-2016, International Business Machines + Corporation and others. All Rights Reserved. + + +-------------------------------------------------------------------------------- +icu + +© 2016 and later: Unicode, Inc. and others. +License & terms of use: http://www.unicode.org/copyright.html + +Copyright (C) 2002-2005, International Business Machines Corporation and +others. All Rights Reserved. -Permission is hereby granted, free of charge, to any person obtaining a -copy of data files and any associated documentation (the "Data Files") or -software and any associated documentation (the "Software") to deal in the -Data Files or Software without restriction, including without limitation -the rights to use, copy, modify, merge, publish, distribute, and/or sell -copies of the Data Files or Software, and to permit persons to whom the -Data Files or Software are furnished to do so, provided that either (a) -this copyright and permission notice appear with all copies of the Data -Files or Software, or (b) this copyright and permission notice appear in -associated Documentation. -THE DATA FILES AND SOFTWARE ARE PROVIDED "AS IS", WITHOUT WARRANTY OF ANY -KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF -MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT OF -THIRD PARTY RIGHTS. -IN NO EVENT SHALL THE COPYRIGHT HOLDER OR HOLDERS INCLUDED IN THIS NOTICE -BE LIABLE FOR ANY CLAIM, OR ANY SPECIAL INDIRECT OR CONSEQUENTIAL DAMAGES, -OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, -WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, -ARISING OUT OF OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THE DATA -FILES OR SOFTWARE. -Except as contained in this notice, the name of a copyright holder shall -not be used in advertising or otherwise to promote the sale, use or other -dealings in these Data Files or Software without prior written -authorization of the copyright holder. -------------------------------------------------------------------------------- icu -Copyright (C) 2002-2016, International Business Machines Corporation -and others. All Rights Reserved. - -Permission is hereby granted, free of charge, to any person obtaining a -copy of data files and any associated documentation (the "Data Files") or -software and any associated documentation (the "Software") to deal in the -Data Files or Software without restriction, including without limitation -the rights to use, copy, modify, merge, publish, distribute, and/or sell -copies of the Data Files or Software, and to permit persons to whom the -Data Files or Software are furnished to do so, provided that either (a) -this copyright and permission notice appear with all copies of the Data -Files or Software, or (b) this copyright and permission notice appear in -associated Documentation. +© 2016 and later: Unicode, Inc. and others. +License & terms of use: http://www.unicode.org/copyright.html -THE DATA FILES AND SOFTWARE ARE PROVIDED "AS IS", WITHOUT WARRANTY OF ANY -KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF -MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT OF -THIRD PARTY RIGHTS. +Copyright (C) 2002-2014, International Business Machines Corporation and +others. All Rights Reserved. -IN NO EVENT SHALL THE COPYRIGHT HOLDER OR HOLDERS INCLUDED IN THIS NOTICE -BE LIABLE FOR ANY CLAIM, OR ANY SPECIAL INDIRECT OR CONSEQUENTIAL DAMAGES, -OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, -WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, -ARISING OUT OF OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THE DATA -FILES OR SOFTWARE. -Except as contained in this notice, the name of a copyright holder shall -not be used in advertising or otherwise to promote the sale, use or other -dealings in these Data Files or Software without prior written -authorization of the copyright holder. -------------------------------------------------------------------------------- icu -Copyright (C) 2002-2016, International Business Machines Corporation and others. - All Rights Reserved. +© 2016 and later: Unicode, Inc. and others. +License & terms of use: http://www.unicode.org/copyright.html + +Copyright (C) 2003 - 2008, International Business Machines Corporation and +others. All Rights Reserved. -Permission is hereby granted, free of charge, to any person obtaining a -copy of data files and any associated documentation (the "Data Files") or -software and any associated documentation (the "Software") to deal in the -Data Files or Software without restriction, including without limitation -the rights to use, copy, modify, merge, publish, distribute, and/or sell -copies of the Data Files or Software, and to permit persons to whom the -Data Files or Software are furnished to do so, provided that either (a) -this copyright and permission notice appear with all copies of the Data -Files or Software, or (b) this copyright and permission notice appear in -associated Documentation. -THE DATA FILES AND SOFTWARE ARE PROVIDED "AS IS", WITHOUT WARRANTY OF ANY -KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF -MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT OF -THIRD PARTY RIGHTS. +-------------------------------------------------------------------------------- +icu + +© 2016 and later: Unicode, Inc. and others. +License & terms of use: http://www.unicode.org/copyright.html + +Copyright (C) 2003 - 2009, International Business Machines Corporation and +others. All Rights Reserved. -IN NO EVENT SHALL THE COPYRIGHT HOLDER OR HOLDERS INCLUDED IN THIS NOTICE -BE LIABLE FOR ANY CLAIM, OR ANY SPECIAL INDIRECT OR CONSEQUENTIAL DAMAGES, -OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, -WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, -ARISING OUT OF OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THE DATA -FILES OR SOFTWARE. -Except as contained in this notice, the name of a copyright holder shall -not be used in advertising or otherwise to promote the sale, use or other -dealings in these Data Files or Software without prior written -authorization of the copyright holder. -------------------------------------------------------------------------------- icu -Copyright (C) 2002-2016, International Business Machines Corporation and others. -All Rights Reserved. - -Permission is hereby granted, free of charge, to any person obtaining a -copy of data files and any associated documentation (the "Data Files") or -software and any associated documentation (the "Software") to deal in the -Data Files or Software without restriction, including without limitation -the rights to use, copy, modify, merge, publish, distribute, and/or sell -copies of the Data Files or Software, and to permit persons to whom the -Data Files or Software are furnished to do so, provided that either (a) -this copyright and permission notice appear with all copies of the Data -Files or Software, or (b) this copyright and permission notice appear in -associated Documentation. +© 2016 and later: Unicode, Inc. and others. +License & terms of use: http://www.unicode.org/copyright.html -THE DATA FILES AND SOFTWARE ARE PROVIDED "AS IS", WITHOUT WARRANTY OF ANY -KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF -MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT OF -THIRD PARTY RIGHTS. +Copyright (C) 2003 - 2013, International Business Machines Corporation and +others. All Rights Reserved. -IN NO EVENT SHALL THE COPYRIGHT HOLDER OR HOLDERS INCLUDED IN THIS NOTICE -BE LIABLE FOR ANY CLAIM, OR ANY SPECIAL INDIRECT OR CONSEQUENTIAL DAMAGES, -OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, -WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, -ARISING OUT OF OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THE DATA -FILES OR SOFTWARE. -Except as contained in this notice, the name of a copyright holder shall -not be used in advertising or otherwise to promote the sale, use or other -dealings in these Data Files or Software without prior written -authorization of the copyright holder. -------------------------------------------------------------------------------- icu -Copyright (C) 2003 - 2008, International Business Machines Corporation and * -others. All Rights Reserved. +© 2016 and later: Unicode, Inc. and others. +License & terms of use: http://www.unicode.org/copyright.html -Permission is hereby granted, free of charge, to any person obtaining a -copy of data files and any associated documentation (the "Data Files") or -software and any associated documentation (the "Software") to deal in the -Data Files or Software without restriction, including without limitation -the rights to use, copy, modify, merge, publish, distribute, and/or sell -copies of the Data Files or Software, and to permit persons to whom the -Data Files or Software are furnished to do so, provided that either (a) -this copyright and permission notice appear with all copies of the Data -Files or Software, or (b) this copyright and permission notice appear in -associated Documentation. +Copyright (C) 2003-2008, International Business Machines Corporation +and others. All Rights Reserved. -THE DATA FILES AND SOFTWARE ARE PROVIDED "AS IS", WITHOUT WARRANTY OF ANY -KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF -MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT OF -THIRD PARTY RIGHTS. -IN NO EVENT SHALL THE COPYRIGHT HOLDER OR HOLDERS INCLUDED IN THIS NOTICE -BE LIABLE FOR ANY CLAIM, OR ANY SPECIAL INDIRECT OR CONSEQUENTIAL DAMAGES, -OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, -WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, -ARISING OUT OF OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THE DATA -FILES OR SOFTWARE. -Except as contained in this notice, the name of a copyright holder shall -not be used in advertising or otherwise to promote the sale, use or other -dealings in these Data Files or Software without prior written -authorization of the copyright holder. -------------------------------------------------------------------------------- icu -Copyright (C) 2003 - 2009, International Business Machines Corporation and * -others. All Rights Reserved. +© 2016 and later: Unicode, Inc. and others. +License & terms of use: http://www.unicode.org/copyright.html -Permission is hereby granted, free of charge, to any person obtaining a -copy of data files and any associated documentation (the "Data Files") or -software and any associated documentation (the "Software") to deal in the -Data Files or Software without restriction, including without limitation -the rights to use, copy, modify, merge, publish, distribute, and/or sell -copies of the Data Files or Software, and to permit persons to whom the -Data Files or Software are furnished to do so, provided that either (a) -this copyright and permission notice appear with all copies of the Data -Files or Software, or (b) this copyright and permission notice appear in -associated Documentation. +Copyright (C) 2003-2009,2012,2016 International Business Machines Corporation and +others. All Rights Reserved. -THE DATA FILES AND SOFTWARE ARE PROVIDED "AS IS", WITHOUT WARRANTY OF ANY -KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF -MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT OF -THIRD PARTY RIGHTS. -IN NO EVENT SHALL THE COPYRIGHT HOLDER OR HOLDERS INCLUDED IN THIS NOTICE -BE LIABLE FOR ANY CLAIM, OR ANY SPECIAL INDIRECT OR CONSEQUENTIAL DAMAGES, -OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, -WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, -ARISING OUT OF OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THE DATA -FILES OR SOFTWARE. -Except as contained in this notice, the name of a copyright holder shall -not be used in advertising or otherwise to promote the sale, use or other -dealings in these Data Files or Software without prior written -authorization of the copyright holder. -------------------------------------------------------------------------------- icu -Copyright (C) 2003 - 2013, International Business Machines Corporation and -others. All Rights Reserved. +© 2016 and later: Unicode, Inc. and others. +License & terms of use: http://www.unicode.org/copyright.html -Permission is hereby granted, free of charge, to any person obtaining a -copy of data files and any associated documentation (the "Data Files") or -software and any associated documentation (the "Software") to deal in the -Data Files or Software without restriction, including without limitation -the rights to use, copy, modify, merge, publish, distribute, and/or sell -copies of the Data Files or Software, and to permit persons to whom the -Data Files or Software are furnished to do so, provided that either (a) -this copyright and permission notice appear with all copies of the Data -Files or Software, or (b) this copyright and permission notice appear in -associated Documentation. +Copyright (C) 2003-2013, International Business Machines Corporation +and others. All Rights Reserved. -THE DATA FILES AND SOFTWARE ARE PROVIDED "AS IS", WITHOUT WARRANTY OF ANY -KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF -MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT OF -THIRD PARTY RIGHTS. -IN NO EVENT SHALL THE COPYRIGHT HOLDER OR HOLDERS INCLUDED IN THIS NOTICE -BE LIABLE FOR ANY CLAIM, OR ANY SPECIAL INDIRECT OR CONSEQUENTIAL DAMAGES, -OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, -WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, -ARISING OUT OF OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THE DATA -FILES OR SOFTWARE. -Except as contained in this notice, the name of a copyright holder shall -not be used in advertising or otherwise to promote the sale, use or other -dealings in these Data Files or Software without prior written -authorization of the copyright holder. -------------------------------------------------------------------------------- icu -Copyright (C) 2003 - 2013, International Business Machines Corporation and * -others. All Rights Reserved. +© 2016 and later: Unicode, Inc. and others. +License & terms of use: http://www.unicode.org/copyright.html -Permission is hereby granted, free of charge, to any person obtaining a -copy of data files and any associated documentation (the "Data Files") or -software and any associated documentation (the "Software") to deal in the -Data Files or Software without restriction, including without limitation -the rights to use, copy, modify, merge, publish, distribute, and/or sell -copies of the Data Files or Software, and to permit persons to whom the -Data Files or Software are furnished to do so, provided that either (a) -this copyright and permission notice appear with all copies of the Data -Files or Software, or (b) this copyright and permission notice appear in -associated Documentation. +Copyright (C) 2003-2013, International Business Machines Corporation and +others. All Rights Reserved. -THE DATA FILES AND SOFTWARE ARE PROVIDED "AS IS", WITHOUT WARRANTY OF ANY -KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF -MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT OF -THIRD PARTY RIGHTS. -IN NO EVENT SHALL THE COPYRIGHT HOLDER OR HOLDERS INCLUDED IN THIS NOTICE -BE LIABLE FOR ANY CLAIM, OR ANY SPECIAL INDIRECT OR CONSEQUENTIAL DAMAGES, -OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, -WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, -ARISING OUT OF OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THE DATA -FILES OR SOFTWARE. -Except as contained in this notice, the name of a copyright holder shall -not be used in advertising or otherwise to promote the sale, use or other -dealings in these Data Files or Software without prior written -authorization of the copyright holder. -------------------------------------------------------------------------------- icu -Copyright (C) 2003-2003, International Business Machines -Corporation and others. All Rights Reserved. +© 2016 and later: Unicode, Inc. and others. +License & terms of use: http://www.unicode.org/copyright.html -Permission is hereby granted, free of charge, to any person obtaining a -copy of data files and any associated documentation (the "Data Files") or -software and any associated documentation (the "Software") to deal in the -Data Files or Software without restriction, including without limitation -the rights to use, copy, modify, merge, publish, distribute, and/or sell -copies of the Data Files or Software, and to permit persons to whom the -Data Files or Software are furnished to do so, provided that either (a) -this copyright and permission notice appear with all copies of the Data -Files or Software, or (b) this copyright and permission notice appear in -associated Documentation. +Copyright (C) 2003-2015, International Business Machines Corporation +and others. All Rights Reserved. -THE DATA FILES AND SOFTWARE ARE PROVIDED "AS IS", WITHOUT WARRANTY OF ANY -KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF -MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT OF -THIRD PARTY RIGHTS. -IN NO EVENT SHALL THE COPYRIGHT HOLDER OR HOLDERS INCLUDED IN THIS NOTICE -BE LIABLE FOR ANY CLAIM, OR ANY SPECIAL INDIRECT OR CONSEQUENTIAL DAMAGES, -OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, -WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, -ARISING OUT OF OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THE DATA -FILES OR SOFTWARE. -Except as contained in this notice, the name of a copyright holder shall -not be used in advertising or otherwise to promote the sale, use or other -dealings in these Data Files or Software without prior written -authorization of the copyright holder. -------------------------------------------------------------------------------- icu -Copyright (C) 2003-2004, International Business Machines -Corporation and others. All Rights Reserved. +© 2016 and later: Unicode, Inc. and others. +License & terms of use: http://www.unicode.org/copyright.html -Permission is hereby granted, free of charge, to any person obtaining a -copy of data files and any associated documentation (the "Data Files") or -software and any associated documentation (the "Software") to deal in the -Data Files or Software without restriction, including without limitation -the rights to use, copy, modify, merge, publish, distribute, and/or sell -copies of the Data Files or Software, and to permit persons to whom the -Data Files or Software are furnished to do so, provided that either (a) -this copyright and permission notice appear with all copies of the Data -Files or Software, or (b) this copyright and permission notice appear in -associated Documentation. +Copyright (C) 2003-2016, International Business Machines Corporation +and others. All Rights Reserved. -THE DATA FILES AND SOFTWARE ARE PROVIDED "AS IS", WITHOUT WARRANTY OF ANY -KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF -MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT OF -THIRD PARTY RIGHTS. -IN NO EVENT SHALL THE COPYRIGHT HOLDER OR HOLDERS INCLUDED IN THIS NOTICE -BE LIABLE FOR ANY CLAIM, OR ANY SPECIAL INDIRECT OR CONSEQUENTIAL DAMAGES, -OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, -WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, -ARISING OUT OF OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THE DATA -FILES OR SOFTWARE. -Except as contained in this notice, the name of a copyright holder shall -not be used in advertising or otherwise to promote the sale, use or other -dealings in these Data Files or Software without prior written -authorization of the copyright holder. -------------------------------------------------------------------------------- icu -Copyright (C) 2003-2006, International Business Machines -Corporation and others. All Rights Reserved. - -Permission is hereby granted, free of charge, to any person obtaining a -copy of data files and any associated documentation (the "Data Files") or -software and any associated documentation (the "Software") to deal in the -Data Files or Software without restriction, including without limitation -the rights to use, copy, modify, merge, publish, distribute, and/or sell -copies of the Data Files or Software, and to permit persons to whom the -Data Files or Software are furnished to do so, provided that either (a) -this copyright and permission notice appear with all copies of the Data -Files or Software, or (b) this copyright and permission notice appear in -associated Documentation. +© 2016 and later: Unicode, Inc. and others. +License & terms of use: http://www.unicode.org/copyright.html -THE DATA FILES AND SOFTWARE ARE PROVIDED "AS IS", WITHOUT WARRANTY OF ANY -KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF -MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT OF -THIRD PARTY RIGHTS. +Copyright (C) 2004 - 2008, International Business Machines Corporation and +others. All Rights Reserved. -IN NO EVENT SHALL THE COPYRIGHT HOLDER OR HOLDERS INCLUDED IN THIS NOTICE -BE LIABLE FOR ANY CLAIM, OR ANY SPECIAL INDIRECT OR CONSEQUENTIAL DAMAGES, -OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, -WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, -ARISING OUT OF OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THE DATA -FILES OR SOFTWARE. -Except as contained in this notice, the name of a copyright holder shall -not be used in advertising or otherwise to promote the sale, use or other -dealings in these Data Files or Software without prior written -authorization of the copyright holder. -------------------------------------------------------------------------------- icu -Copyright (C) 2003-2007, International Business Machines -Corporation and others. All Rights Reserved. +© 2016 and later: Unicode, Inc. and others. +License & terms of use: http://www.unicode.org/copyright.html -Permission is hereby granted, free of charge, to any person obtaining a -copy of data files and any associated documentation (the "Data Files") or -software and any associated documentation (the "Software") to deal in the -Data Files or Software without restriction, including without limitation -the rights to use, copy, modify, merge, publish, distribute, and/or sell -copies of the Data Files or Software, and to permit persons to whom the -Data Files or Software are furnished to do so, provided that either (a) -this copyright and permission notice appear with all copies of the Data -Files or Software, or (b) this copyright and permission notice appear in -associated Documentation. +Copyright (C) 2004-2012, International Business Machines Corporation and +others. All Rights Reserved. -THE DATA FILES AND SOFTWARE ARE PROVIDED "AS IS", WITHOUT WARRANTY OF ANY -KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF -MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT OF -THIRD PARTY RIGHTS. -IN NO EVENT SHALL THE COPYRIGHT HOLDER OR HOLDERS INCLUDED IN THIS NOTICE -BE LIABLE FOR ANY CLAIM, OR ANY SPECIAL INDIRECT OR CONSEQUENTIAL DAMAGES, -OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, -WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, -ARISING OUT OF OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THE DATA -FILES OR SOFTWARE. +-------------------------------------------------------------------------------- +icu + +© 2016 and later: Unicode, Inc. and others. +License & terms of use: http://www.unicode.org/copyright.html + +Copyright (C) 2006-2012, International Business Machines Corporation and others. +All Rights Reserved. + -Except as contained in this notice, the name of a copyright holder shall -not be used in advertising or otherwise to promote the sale, use or other -dealings in these Data Files or Software without prior written -authorization of the copyright holder. -------------------------------------------------------------------------------- icu -Copyright (C) 2003-2008, International Business Machines Corporation +© 2016 and later: Unicode, Inc. and others. +License & terms of use: http://www.unicode.org/copyright.html + +Copyright (C) 2006-2014, International Business Machines Corporation and others. All Rights Reserved. -Permission is hereby granted, free of charge, to any person obtaining a -copy of data files and any associated documentation (the "Data Files") or -software and any associated documentation (the "Software") to deal in the -Data Files or Software without restriction, including without limitation -the rights to use, copy, modify, merge, publish, distribute, and/or sell -copies of the Data Files or Software, and to permit persons to whom the -Data Files or Software are furnished to do so, provided that either (a) -this copyright and permission notice appear with all copies of the Data -Files or Software, or (b) this copyright and permission notice appear in -associated Documentation. -THE DATA FILES AND SOFTWARE ARE PROVIDED "AS IS", WITHOUT WARRANTY OF ANY -KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF -MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT OF -THIRD PARTY RIGHTS. +-------------------------------------------------------------------------------- +icu + +© 2016 and later: Unicode, Inc. and others. +License & terms of use: http://www.unicode.org/copyright.html + +Copyright (C) 2006-2016, International Business Machines Corporation +and others. All Rights Reserved. -IN NO EVENT SHALL THE COPYRIGHT HOLDER OR HOLDERS INCLUDED IN THIS NOTICE -BE LIABLE FOR ANY CLAIM, OR ANY SPECIAL INDIRECT OR CONSEQUENTIAL DAMAGES, -OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, -WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, -ARISING OUT OF OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THE DATA -FILES OR SOFTWARE. -Except as contained in this notice, the name of a copyright holder shall -not be used in advertising or otherwise to promote the sale, use or other -dealings in these Data Files or Software without prior written -authorization of the copyright holder. -------------------------------------------------------------------------------- icu -Copyright (C) 2003-2009, International Business Machines -Corporation and others. All Rights Reserved. - -Permission is hereby granted, free of charge, to any person obtaining a -copy of data files and any associated documentation (the "Data Files") or -software and any associated documentation (the "Software") to deal in the -Data Files or Software without restriction, including without limitation -the rights to use, copy, modify, merge, publish, distribute, and/or sell -copies of the Data Files or Software, and to permit persons to whom the -Data Files or Software are furnished to do so, provided that either (a) -this copyright and permission notice appear with all copies of the Data -Files or Software, or (b) this copyright and permission notice appear in -associated Documentation. +© 2016 and later: Unicode, Inc. and others. +License & terms of use: http://www.unicode.org/copyright.html -THE DATA FILES AND SOFTWARE ARE PROVIDED "AS IS", WITHOUT WARRANTY OF ANY -KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF -MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT OF -THIRD PARTY RIGHTS. +Copyright (C) 2007-2008, International Business Machines Corporation and +others. All Rights Reserved. -IN NO EVENT SHALL THE COPYRIGHT HOLDER OR HOLDERS INCLUDED IN THIS NOTICE -BE LIABLE FOR ANY CLAIM, OR ANY SPECIAL INDIRECT OR CONSEQUENTIAL DAMAGES, -OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, -WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, -ARISING OUT OF OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THE DATA -FILES OR SOFTWARE. -Except as contained in this notice, the name of a copyright holder shall -not be used in advertising or otherwise to promote the sale, use or other -dealings in these Data Files or Software without prior written -authorization of the copyright holder. -------------------------------------------------------------------------------- icu -Copyright (C) 2003-2009,2012,2016 International Business Machines Corporation and +© 2016 and later: Unicode, Inc. and others. +License & terms of use: http://www.unicode.org/copyright.html + +Copyright (C) 2007-2008, International Business Machines Corporation and others. All Rights Reserved. -Permission is hereby granted, free of charge, to any person obtaining a -copy of data files and any associated documentation (the "Data Files") or -software and any associated documentation (the "Software") to deal in the -Data Files or Software without restriction, including without limitation -the rights to use, copy, modify, merge, publish, distribute, and/or sell -copies of the Data Files or Software, and to permit persons to whom the -Data Files or Software are furnished to do so, provided that either (a) -this copyright and permission notice appear with all copies of the Data -Files or Software, or (b) this copyright and permission notice appear in -associated Documentation. -THE DATA FILES AND SOFTWARE ARE PROVIDED "AS IS", WITHOUT WARRANTY OF ANY -KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF -MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT OF -THIRD PARTY RIGHTS. -IN NO EVENT SHALL THE COPYRIGHT HOLDER OR HOLDERS INCLUDED IN THIS NOTICE -BE LIABLE FOR ANY CLAIM, OR ANY SPECIAL INDIRECT OR CONSEQUENTIAL DAMAGES, -OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, -WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, -ARISING OUT OF OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THE DATA -FILES OR SOFTWARE. +-------------------------------------------------------------------------------- +icu + +© 2016 and later: Unicode, Inc. and others. +License & terms of use: http://www.unicode.org/copyright.html + +Copyright (C) 2007-2012, International Business Machines Corporation and +others. All Rights Reserved. + -Except as contained in this notice, the name of a copyright holder shall -not be used in advertising or otherwise to promote the sale, use or other -dealings in these Data Files or Software without prior written -authorization of the copyright holder. -------------------------------------------------------------------------------- icu -Copyright (C) 2003-2010, International Business Machines Corporation and others. -All Rights Reserved. +© 2016 and later: Unicode, Inc. and others. +License & terms of use: http://www.unicode.org/copyright.html -Permission is hereby granted, free of charge, to any person obtaining a -copy of data files and any associated documentation (the "Data Files") or -software and any associated documentation (the "Software") to deal in the -Data Files or Software without restriction, including without limitation -the rights to use, copy, modify, merge, publish, distribute, and/or sell -copies of the Data Files or Software, and to permit persons to whom the -Data Files or Software are furnished to do so, provided that either (a) -this copyright and permission notice appear with all copies of the Data -Files or Software, or (b) this copyright and permission notice appear in -associated Documentation. +Copyright (C) 2007-2013, International Business Machines Corporation +and others. All Rights Reserved. -THE DATA FILES AND SOFTWARE ARE PROVIDED "AS IS", WITHOUT WARRANTY OF ANY -KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF -MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT OF -THIRD PARTY RIGHTS. -IN NO EVENT SHALL THE COPYRIGHT HOLDER OR HOLDERS INCLUDED IN THIS NOTICE -BE LIABLE FOR ANY CLAIM, OR ANY SPECIAL INDIRECT OR CONSEQUENTIAL DAMAGES, -OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, -WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, -ARISING OUT OF OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THE DATA -FILES OR SOFTWARE. -Except as contained in this notice, the name of a copyright holder shall -not be used in advertising or otherwise to promote the sale, use or other -dealings in these Data Files or Software without prior written -authorization of the copyright holder. -------------------------------------------------------------------------------- icu -Copyright (C) 2003-2011, International Business Machines -Corporation and others. All Rights Reserved. - -Permission is hereby granted, free of charge, to any person obtaining a -copy of data files and any associated documentation (the "Data Files") or -software and any associated documentation (the "Software") to deal in the -Data Files or Software without restriction, including without limitation -the rights to use, copy, modify, merge, publish, distribute, and/or sell -copies of the Data Files or Software, and to permit persons to whom the -Data Files or Software are furnished to do so, provided that either (a) -this copyright and permission notice appear with all copies of the Data -Files or Software, or (b) this copyright and permission notice appear in -associated Documentation. +© 2016 and later: Unicode, Inc. and others. +License & terms of use: http://www.unicode.org/copyright.html -THE DATA FILES AND SOFTWARE ARE PROVIDED "AS IS", WITHOUT WARRANTY OF ANY -KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF -MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT OF -THIRD PARTY RIGHTS. +Copyright (C) 2007-2013, International Business Machines Corporation and +others. All Rights Reserved. -IN NO EVENT SHALL THE COPYRIGHT HOLDER OR HOLDERS INCLUDED IN THIS NOTICE -BE LIABLE FOR ANY CLAIM, OR ANY SPECIAL INDIRECT OR CONSEQUENTIAL DAMAGES, -OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, -WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, -ARISING OUT OF OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THE DATA -FILES OR SOFTWARE. -Except as contained in this notice, the name of a copyright holder shall -not be used in advertising or otherwise to promote the sale, use or other -dealings in these Data Files or Software without prior written -authorization of the copyright holder. -------------------------------------------------------------------------------- icu -Copyright (C) 2003-2012, International Business Machines -Corporation and others. All Rights Reserved. +© 2016 and later: Unicode, Inc. and others. +License & terms of use: http://www.unicode.org/copyright.html -Permission is hereby granted, free of charge, to any person obtaining a -copy of data files and any associated documentation (the "Data Files") or -software and any associated documentation (the "Software") to deal in the -Data Files or Software without restriction, including without limitation -the rights to use, copy, modify, merge, publish, distribute, and/or sell -copies of the Data Files or Software, and to permit persons to whom the -Data Files or Software are furnished to do so, provided that either (a) -this copyright and permission notice appear with all copies of the Data -Files or Software, or (b) this copyright and permission notice appear in -associated Documentation. +Copyright (C) 2007-2014, International Business Machines Corporation +and others. All Rights Reserved. -THE DATA FILES AND SOFTWARE ARE PROVIDED "AS IS", WITHOUT WARRANTY OF ANY -KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF -MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT OF -THIRD PARTY RIGHTS. -IN NO EVENT SHALL THE COPYRIGHT HOLDER OR HOLDERS INCLUDED IN THIS NOTICE -BE LIABLE FOR ANY CLAIM, OR ANY SPECIAL INDIRECT OR CONSEQUENTIAL DAMAGES, -OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, -WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, -ARISING OUT OF OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THE DATA -FILES OR SOFTWARE. -Except as contained in this notice, the name of a copyright holder shall -not be used in advertising or otherwise to promote the sale, use or other -dealings in these Data Files or Software without prior written -authorization of the copyright holder. -------------------------------------------------------------------------------- icu -Copyright (C) 2003-2013, International Business Machines -Corporation and others. All Rights Reserved. - -Permission is hereby granted, free of charge, to any person obtaining a -copy of data files and any associated documentation (the "Data Files") or -software and any associated documentation (the "Software") to deal in the -Data Files or Software without restriction, including without limitation -the rights to use, copy, modify, merge, publish, distribute, and/or sell -copies of the Data Files or Software, and to permit persons to whom the -Data Files or Software are furnished to do so, provided that either (a) -this copyright and permission notice appear with all copies of the Data -Files or Software, or (b) this copyright and permission notice appear in -associated Documentation. +© 2016 and later: Unicode, Inc. and others. +License & terms of use: http://www.unicode.org/copyright.html -THE DATA FILES AND SOFTWARE ARE PROVIDED "AS IS", WITHOUT WARRANTY OF ANY -KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF -MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT OF -THIRD PARTY RIGHTS. +Copyright (C) 2007-2014, International Business Machines Corporation and +others. All Rights Reserved. -IN NO EVENT SHALL THE COPYRIGHT HOLDER OR HOLDERS INCLUDED IN THIS NOTICE -BE LIABLE FOR ANY CLAIM, OR ANY SPECIAL INDIRECT OR CONSEQUENTIAL DAMAGES, -OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, -WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, -ARISING OUT OF OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THE DATA -FILES OR SOFTWARE. -Except as contained in this notice, the name of a copyright holder shall -not be used in advertising or otherwise to promote the sale, use or other -dealings in these Data Files or Software without prior written -authorization of the copyright holder. -------------------------------------------------------------------------------- icu -Copyright (C) 2003-2013, International Business Machines Corporation -and others. All Rights Reserved. +© 2016 and later: Unicode, Inc. and others. +License & terms of use: http://www.unicode.org/copyright.html -Permission is hereby granted, free of charge, to any person obtaining a -copy of data files and any associated documentation (the "Data Files") or -software and any associated documentation (the "Software") to deal in the -Data Files or Software without restriction, including without limitation -the rights to use, copy, modify, merge, publish, distribute, and/or sell -copies of the Data Files or Software, and to permit persons to whom the -Data Files or Software are furnished to do so, provided that either (a) -this copyright and permission notice appear with all copies of the Data -Files or Software, or (b) this copyright and permission notice appear in -associated Documentation. +Copyright (C) 2007-2014, International Business Machines Corporation and +others. All Rights Reserved. -THE DATA FILES AND SOFTWARE ARE PROVIDED "AS IS", WITHOUT WARRANTY OF ANY -KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF -MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT OF -THIRD PARTY RIGHTS. -IN NO EVENT SHALL THE COPYRIGHT HOLDER OR HOLDERS INCLUDED IN THIS NOTICE -BE LIABLE FOR ANY CLAIM, OR ANY SPECIAL INDIRECT OR CONSEQUENTIAL DAMAGES, -OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, -WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, -ARISING OUT OF OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THE DATA -FILES OR SOFTWARE. -Except as contained in this notice, the name of a copyright holder shall -not be used in advertising or otherwise to promote the sale, use or other -dealings in these Data Files or Software without prior written -authorization of the copyright holder. + +-------------------------------------------------------------------------------- +icu + +© 2016 and later: Unicode, Inc. and others. +License & terms of use: http://www.unicode.org/copyright.html + +Copyright (C) 2007-2016, International Business Machines Corporation and +others. All Rights Reserved. + + -------------------------------------------------------------------------------- icu -Copyright (C) 2003-2013, International Business Machines Corporation and +© 2016 and later: Unicode, Inc. and others. +License & terms of use: http://www.unicode.org/copyright.html + +Copyright (C) 2007-2016, International Business Machines Corporation and others. All Rights Reserved. -Permission is hereby granted, free of charge, to any person obtaining a -copy of data files and any associated documentation (the "Data Files") or -software and any associated documentation (the "Software") to deal in the -Data Files or Software without restriction, including without limitation -the rights to use, copy, modify, merge, publish, distribute, and/or sell -copies of the Data Files or Software, and to permit persons to whom the -Data Files or Software are furnished to do so, provided that either (a) -this copyright and permission notice appear with all copies of the Data -Files or Software, or (b) this copyright and permission notice appear in -associated Documentation. -THE DATA FILES AND SOFTWARE ARE PROVIDED "AS IS", WITHOUT WARRANTY OF ANY -KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF -MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT OF -THIRD PARTY RIGHTS. -IN NO EVENT SHALL THE COPYRIGHT HOLDER OR HOLDERS INCLUDED IN THIS NOTICE -BE LIABLE FOR ANY CLAIM, OR ANY SPECIAL INDIRECT OR CONSEQUENTIAL DAMAGES, -OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, -WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, -ARISING OUT OF OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THE DATA -FILES OR SOFTWARE. +-------------------------------------------------------------------------------- +icu + +© 2016 and later: Unicode, Inc. and others. +License & terms of use: http://www.unicode.org/copyright.html + +Copyright (C) 2008, Google, International Business Machines Corporation and +others. All Rights Reserved. + -Except as contained in this notice, the name of a copyright holder shall -not be used in advertising or otherwise to promote the sale, use or other -dealings in these Data Files or Software without prior written -authorization of the copyright holder. -------------------------------------------------------------------------------- icu -Copyright (C) 2003-2013, International Business Machines Corporation and * +© 2016 and later: Unicode, Inc. and others. +License & terms of use: http://www.unicode.org/copyright.html + +Copyright (C) 2008-2009, International Business Machines Corporation and others. All Rights Reserved. -Permission is hereby granted, free of charge, to any person obtaining a -copy of data files and any associated documentation (the "Data Files") or -software and any associated documentation (the "Software") to deal in the -Data Files or Software without restriction, including without limitation -the rights to use, copy, modify, merge, publish, distribute, and/or sell -copies of the Data Files or Software, and to permit persons to whom the -Data Files or Software are furnished to do so, provided that either (a) -this copyright and permission notice appear with all copies of the Data -Files or Software, or (b) this copyright and permission notice appear in -associated Documentation. -THE DATA FILES AND SOFTWARE ARE PROVIDED "AS IS", WITHOUT WARRANTY OF ANY -KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF -MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT OF -THIRD PARTY RIGHTS. -IN NO EVENT SHALL THE COPYRIGHT HOLDER OR HOLDERS INCLUDED IN THIS NOTICE -BE LIABLE FOR ANY CLAIM, OR ANY SPECIAL INDIRECT OR CONSEQUENTIAL DAMAGES, -OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, -WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, -ARISING OUT OF OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THE DATA -FILES OR SOFTWARE. +-------------------------------------------------------------------------------- +icu -Except as contained in this notice, the name of a copyright holder shall -not be used in advertising or otherwise to promote the sale, use or other -dealings in these Data Files or Software without prior written -authorization of the copyright holder. +© 2016 and later: Unicode, Inc. and others. +License & terms of use: http://www.unicode.org/copyright.html + +Copyright (C) 2008-2013, International Business Machines Corporation +and others. All Rights Reserved. + + + -------------------------------------------------------------------------------- icu -Copyright (C) 2003-2014, International Business Machines -Corporation and others. All Rights Reserved. +© 2016 and later: Unicode, Inc. and others. +License & terms of use: http://www.unicode.org/copyright.html + +Copyright (C) 2008-2013, International Business Machines Corporation and +others. All Rights Reserved. -Permission is hereby granted, free of charge, to any person obtaining a -copy of data files and any associated documentation (the "Data Files") or -software and any associated documentation (the "Software") to deal in the -Data Files or Software without restriction, including without limitation -the rights to use, copy, modify, merge, publish, distribute, and/or sell -copies of the Data Files or Software, and to permit persons to whom the -Data Files or Software are furnished to do so, provided that either (a) -this copyright and permission notice appear with all copies of the Data -Files or Software, or (b) this copyright and permission notice appear in -associated Documentation. -THE DATA FILES AND SOFTWARE ARE PROVIDED "AS IS", WITHOUT WARRANTY OF ANY -KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF -MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT OF -THIRD PARTY RIGHTS. -IN NO EVENT SHALL THE COPYRIGHT HOLDER OR HOLDERS INCLUDED IN THIS NOTICE -BE LIABLE FOR ANY CLAIM, OR ANY SPECIAL INDIRECT OR CONSEQUENTIAL DAMAGES, -OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, -WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, -ARISING OUT OF OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THE DATA -FILES OR SOFTWARE. -Except as contained in this notice, the name of a copyright holder shall -not be used in advertising or otherwise to promote the sale, use or other -dealings in these Data Files or Software without prior written -authorization of the copyright holder. -------------------------------------------------------------------------------- icu -Copyright (C) 2003-2014, International Business Machines Corporation +© 2016 and later: Unicode, Inc. and others. +License & terms of use: http://www.unicode.org/copyright.html + +Copyright (C) 2008-2014, Google, International Business Machines Corporation and others. All Rights Reserved. -Permission is hereby granted, free of charge, to any person obtaining a -copy of data files and any associated documentation (the "Data Files") or -software and any associated documentation (the "Software") to deal in the -Data Files or Software without restriction, including without limitation -the rights to use, copy, modify, merge, publish, distribute, and/or sell -copies of the Data Files or Software, and to permit persons to whom the -Data Files or Software are furnished to do so, provided that either (a) -this copyright and permission notice appear with all copies of the Data -Files or Software, or (b) this copyright and permission notice appear in -associated Documentation. -THE DATA FILES AND SOFTWARE ARE PROVIDED "AS IS", WITHOUT WARRANTY OF ANY -KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF -MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT OF -THIRD PARTY RIGHTS. +-------------------------------------------------------------------------------- +icu + +© 2016 and later: Unicode, Inc. and others. +License & terms of use: http://www.unicode.org/copyright.html + +Copyright (C) 2008-2014, Google, International Business Machines Corporation and +others. All Rights Reserved. -IN NO EVENT SHALL THE COPYRIGHT HOLDER OR HOLDERS INCLUDED IN THIS NOTICE -BE LIABLE FOR ANY CLAIM, OR ANY SPECIAL INDIRECT OR CONSEQUENTIAL DAMAGES, -OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, -WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, -ARISING OUT OF OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THE DATA -FILES OR SOFTWARE. -Except as contained in this notice, the name of a copyright holder shall -not be used in advertising or otherwise to promote the sale, use or other -dealings in these Data Files or Software without prior written -authorization of the copyright holder. -------------------------------------------------------------------------------- icu -Copyright (C) 2003-2015, International Business Machines -Corporation and others. All Rights Reserved. +© 2016 and later: Unicode, Inc. and others. +License & terms of use: http://www.unicode.org/copyright.html -Permission is hereby granted, free of charge, to any person obtaining a -copy of data files and any associated documentation (the "Data Files") or -software and any associated documentation (the "Software") to deal in the -Data Files or Software without restriction, including without limitation -the rights to use, copy, modify, merge, publish, distribute, and/or sell -copies of the Data Files or Software, and to permit persons to whom the -Data Files or Software are furnished to do so, provided that either (a) -this copyright and permission notice appear with all copies of the Data -Files or Software, or (b) this copyright and permission notice appear in -associated Documentation. +Copyright (C) 2008-2015, Google, International Business Machines Corporation +and others. All Rights Reserved. -THE DATA FILES AND SOFTWARE ARE PROVIDED "AS IS", WITHOUT WARRANTY OF ANY -KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF -MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT OF -THIRD PARTY RIGHTS. -IN NO EVENT SHALL THE COPYRIGHT HOLDER OR HOLDERS INCLUDED IN THIS NOTICE -BE LIABLE FOR ANY CLAIM, OR ANY SPECIAL INDIRECT OR CONSEQUENTIAL DAMAGES, -OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, -WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, -ARISING OUT OF OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THE DATA -FILES OR SOFTWARE. +-------------------------------------------------------------------------------- +icu -Except as contained in this notice, the name of a copyright holder shall -not be used in advertising or otherwise to promote the sale, use or other -dealings in these Data Files or Software without prior written -authorization of the copyright holder. +© 2016 and later: Unicode, Inc. and others. +License & terms of use: http://www.unicode.org/copyright.html + +Copyright (C) 2008-2015, International Business Machines Corporation +and others. All Rights Reserved. + + -------------------------------------------------------------------------------- icu -Copyright (C) 2003-2015, International Business Machines * - Corporation and others. All Rights Reserved. +© 2016 and later: Unicode, Inc. and others. +License & terms of use: http://www.unicode.org/copyright.html + +Copyright (C) 2008-2015, International Business Machines Corporation and +others. All Rights Reserved. -Permission is hereby granted, free of charge, to any person obtaining a -copy of data files and any associated documentation (the "Data Files") or -software and any associated documentation (the "Software") to deal in the -Data Files or Software without restriction, including without limitation -the rights to use, copy, modify, merge, publish, distribute, and/or sell -copies of the Data Files or Software, and to permit persons to whom the -Data Files or Software are furnished to do so, provided that either (a) -this copyright and permission notice appear with all copies of the Data -Files or Software, or (b) this copyright and permission notice appear in -associated Documentation. -THE DATA FILES AND SOFTWARE ARE PROVIDED "AS IS", WITHOUT WARRANTY OF ANY -KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF -MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT OF -THIRD PARTY RIGHTS. -IN NO EVENT SHALL THE COPYRIGHT HOLDER OR HOLDERS INCLUDED IN THIS NOTICE -BE LIABLE FOR ANY CLAIM, OR ANY SPECIAL INDIRECT OR CONSEQUENTIAL DAMAGES, -OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, -WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, -ARISING OUT OF OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THE DATA -FILES OR SOFTWARE. -Except as contained in this notice, the name of a copyright holder shall -not be used in advertising or otherwise to promote the sale, use or other -dealings in these Data Files or Software without prior written -authorization of the copyright holder. -------------------------------------------------------------------------------- icu -Copyright (C) 2003-2015, International Business Machines Corporation +© 2016 and later: Unicode, Inc. and others. +License & terms of use: http://www.unicode.org/copyright.html + +Copyright (C) 2008-2016, International Business Machines Corporation and others. All Rights Reserved. -Permission is hereby granted, free of charge, to any person obtaining a -copy of data files and any associated documentation (the "Data Files") or -software and any associated documentation (the "Software") to deal in the -Data Files or Software without restriction, including without limitation -the rights to use, copy, modify, merge, publish, distribute, and/or sell -copies of the Data Files or Software, and to permit persons to whom the -Data Files or Software are furnished to do so, provided that either (a) -this copyright and permission notice appear with all copies of the Data -Files or Software, or (b) this copyright and permission notice appear in -associated Documentation. + +-------------------------------------------------------------------------------- +icu + +© 2016 and later: Unicode, Inc. and others. +License & terms of use: http://www.unicode.org/copyright.html + +Copyright (C) 2008-2016, International Business Machines Corporation and +others. All Rights Reserved. -THE DATA FILES AND SOFTWARE ARE PROVIDED "AS IS", WITHOUT WARRANTY OF ANY -KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF -MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT OF -THIRD PARTY RIGHTS. -IN NO EVENT SHALL THE COPYRIGHT HOLDER OR HOLDERS INCLUDED IN THIS NOTICE -BE LIABLE FOR ANY CLAIM, OR ANY SPECIAL INDIRECT OR CONSEQUENTIAL DAMAGES, -OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, -WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, -ARISING OUT OF OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THE DATA -FILES OR SOFTWARE. -Except as contained in this notice, the name of a copyright holder shall -not be used in advertising or otherwise to promote the sale, use or other -dealings in these Data Files or Software without prior written -authorization of the copyright holder. -------------------------------------------------------------------------------- icu -Copyright (C) 2003-2016, International Business Machines -Corporation and others. All Rights Reserved. +© 2016 and later: Unicode, Inc. and others. +License & terms of use: http://www.unicode.org/copyright.html -Permission is hereby granted, free of charge, to any person obtaining a -copy of data files and any associated documentation (the "Data Files") or -software and any associated documentation (the "Software") to deal in the -Data Files or Software without restriction, including without limitation -the rights to use, copy, modify, merge, publish, distribute, and/or sell -copies of the Data Files or Software, and to permit persons to whom the -Data Files or Software are furnished to do so, provided that either (a) -this copyright and permission notice appear with all copies of the Data -Files or Software, or (b) this copyright and permission notice appear in -associated Documentation. +Copyright (C) 2009-2010, Google, International Business Machines Corporation and +others. All Rights Reserved. + + +-------------------------------------------------------------------------------- +icu + +© 2016 and later: Unicode, Inc. and others. +License & terms of use: http://www.unicode.org/copyright.html -THE DATA FILES AND SOFTWARE ARE PROVIDED "AS IS", WITHOUT WARRANTY OF ANY -KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF -MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT OF -THIRD PARTY RIGHTS. +Copyright (C) 2009-2010, International Business Machines Corporation and +others. All Rights Reserved. -IN NO EVENT SHALL THE COPYRIGHT HOLDER OR HOLDERS INCLUDED IN THIS NOTICE -BE LIABLE FOR ANY CLAIM, OR ANY SPECIAL INDIRECT OR CONSEQUENTIAL DAMAGES, -OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, -WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, -ARISING OUT OF OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THE DATA -FILES OR SOFTWARE. -Except as contained in this notice, the name of a copyright holder shall -not be used in advertising or otherwise to promote the sale, use or other -dealings in these Data Files or Software without prior written -authorization of the copyright holder. -------------------------------------------------------------------------------- icu -Copyright (C) 2003-2016, International Business Machines * - Corporation and others. All Rights Reserved. +© 2016 and later: Unicode, Inc. and others. +License & terms of use: http://www.unicode.org/copyright.html -Permission is hereby granted, free of charge, to any person obtaining a -copy of data files and any associated documentation (the "Data Files") or -software and any associated documentation (the "Software") to deal in the -Data Files or Software without restriction, including without limitation -the rights to use, copy, modify, merge, publish, distribute, and/or sell -copies of the Data Files or Software, and to permit persons to whom the -Data Files or Software are furnished to do so, provided that either (a) -this copyright and permission notice appear with all copies of the Data -Files or Software, or (b) this copyright and permission notice appear in -associated Documentation. +Copyright (C) 2009-2011, International Business Machines Corporation and +others. All Rights Reserved. -THE DATA FILES AND SOFTWARE ARE PROVIDED "AS IS", WITHOUT WARRANTY OF ANY -KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF -MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT OF -THIRD PARTY RIGHTS. -IN NO EVENT SHALL THE COPYRIGHT HOLDER OR HOLDERS INCLUDED IN THIS NOTICE -BE LIABLE FOR ANY CLAIM, OR ANY SPECIAL INDIRECT OR CONSEQUENTIAL DAMAGES, -OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, -WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, -ARISING OUT OF OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THE DATA -FILES OR SOFTWARE. +-------------------------------------------------------------------------------- +icu -Except as contained in this notice, the name of a copyright holder shall -not be used in advertising or otherwise to promote the sale, use or other -dealings in these Data Files or Software without prior written -authorization of the copyright holder. +© 2016 and later: Unicode, Inc. and others. +License & terms of use: http://www.unicode.org/copyright.html + +Copyright (C) 2009-2012, International Business Machines Corporation and +others. All Rights Reserved. + + -------------------------------------------------------------------------------- icu -Copyright (C) 2003-2016, International Business Machines Corporation -and others. All Rights Reserved. +© 2016 and later: Unicode, Inc. and others. +License & terms of use: http://www.unicode.org/copyright.html -Permission is hereby granted, free of charge, to any person obtaining a -copy of data files and any associated documentation (the "Data Files") or -software and any associated documentation (the "Software") to deal in the -Data Files or Software without restriction, including without limitation -the rights to use, copy, modify, merge, publish, distribute, and/or sell -copies of the Data Files or Software, and to permit persons to whom the -Data Files or Software are furnished to do so, provided that either (a) -this copyright and permission notice appear with all copies of the Data -Files or Software, or (b) this copyright and permission notice appear in -associated Documentation. +Copyright (C) 2009-2013, International Business Machines Corporation and +others. All Rights Reserved. -THE DATA FILES AND SOFTWARE ARE PROVIDED "AS IS", WITHOUT WARRANTY OF ANY -KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF -MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT OF -THIRD PARTY RIGHTS. -IN NO EVENT SHALL THE COPYRIGHT HOLDER OR HOLDERS INCLUDED IN THIS NOTICE -BE LIABLE FOR ANY CLAIM, OR ANY SPECIAL INDIRECT OR CONSEQUENTIAL DAMAGES, -OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, -WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, -ARISING OUT OF OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THE DATA -FILES OR SOFTWARE. -Except as contained in this notice, the name of a copyright holder shall -not be used in advertising or otherwise to promote the sale, use or other -dealings in these Data Files or Software without prior written -authorization of the copyright holder. -------------------------------------------------------------------------------- icu -Copyright (C) 2004 - 2008, International Business Machines Corporation and +© 2016 and later: Unicode, Inc. and others. +License & terms of use: http://www.unicode.org/copyright.html + +Copyright (C) 2009-2014, International Business Machines Corporation and others. All Rights Reserved. -Permission is hereby granted, free of charge, to any person obtaining a -copy of data files and any associated documentation (the "Data Files") or -software and any associated documentation (the "Software") to deal in the -Data Files or Software without restriction, including without limitation -the rights to use, copy, modify, merge, publish, distribute, and/or sell -copies of the Data Files or Software, and to permit persons to whom the -Data Files or Software are furnished to do so, provided that either (a) -this copyright and permission notice appear with all copies of the Data -Files or Software, or (b) this copyright and permission notice appear in -associated Documentation. -THE DATA FILES AND SOFTWARE ARE PROVIDED "AS IS", WITHOUT WARRANTY OF ANY -KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF -MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT OF -THIRD PARTY RIGHTS. +-------------------------------------------------------------------------------- +icu + +© 2016 and later: Unicode, Inc. and others. +License & terms of use: http://www.unicode.org/copyright.html + +Copyright (C) 2009-2015, International Business Machines Corporation and +others. All Rights Reserved. -IN NO EVENT SHALL THE COPYRIGHT HOLDER OR HOLDERS INCLUDED IN THIS NOTICE -BE LIABLE FOR ANY CLAIM, OR ANY SPECIAL INDIRECT OR CONSEQUENTIAL DAMAGES, -OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, -WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, -ARISING OUT OF OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THE DATA -FILES OR SOFTWARE. -Except as contained in this notice, the name of a copyright holder shall -not be used in advertising or otherwise to promote the sale, use or other -dealings in these Data Files or Software without prior written -authorization of the copyright holder. -------------------------------------------------------------------------------- icu -Copyright (C) 2004-2005, International Business Machines -Corporation and others. All Rights Reserved. +© 2016 and later: Unicode, Inc. and others. +License & terms of use: http://www.unicode.org/copyright.html -Permission is hereby granted, free of charge, to any person obtaining a -copy of data files and any associated documentation (the "Data Files") or -software and any associated documentation (the "Software") to deal in the -Data Files or Software without restriction, including without limitation -the rights to use, copy, modify, merge, publish, distribute, and/or sell -copies of the Data Files or Software, and to permit persons to whom the -Data Files or Software are furnished to do so, provided that either (a) -this copyright and permission notice appear with all copies of the Data -Files or Software, or (b) this copyright and permission notice appear in -associated Documentation. +Copyright (C) 2009-2015, International Business Machines Corporation and +others. All Rights Reserved. -THE DATA FILES AND SOFTWARE ARE PROVIDED "AS IS", WITHOUT WARRANTY OF ANY -KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF -MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT OF -THIRD PARTY RIGHTS. -IN NO EVENT SHALL THE COPYRIGHT HOLDER OR HOLDERS INCLUDED IN THIS NOTICE -BE LIABLE FOR ANY CLAIM, OR ANY SPECIAL INDIRECT OR CONSEQUENTIAL DAMAGES, -OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, -WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, -ARISING OUT OF OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THE DATA -FILES OR SOFTWARE. -Except as contained in this notice, the name of a copyright holder shall -not be used in advertising or otherwise to promote the sale, use or other -dealings in these Data Files or Software without prior written -authorization of the copyright holder. -------------------------------------------------------------------------------- icu -Copyright (C) 2004-2006, International Business Machines -Corporation and others. All Rights Reserved. - -Permission is hereby granted, free of charge, to any person obtaining a -copy of data files and any associated documentation (the "Data Files") or -software and any associated documentation (the "Software") to deal in the -Data Files or Software without restriction, including without limitation -the rights to use, copy, modify, merge, publish, distribute, and/or sell -copies of the Data Files or Software, and to permit persons to whom the -Data Files or Software are furnished to do so, provided that either (a) -this copyright and permission notice appear with all copies of the Data -Files or Software, or (b) this copyright and permission notice appear in -associated Documentation. +© 2016 and later: Unicode, Inc. and others. +License & terms of use: http://www.unicode.org/copyright.html -THE DATA FILES AND SOFTWARE ARE PROVIDED "AS IS", WITHOUT WARRANTY OF ANY -KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF -MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT OF -THIRD PARTY RIGHTS. +Copyright (C) 2009-2016, International Business Machines Corporation and +others. All Rights Reserved. -IN NO EVENT SHALL THE COPYRIGHT HOLDER OR HOLDERS INCLUDED IN THIS NOTICE -BE LIABLE FOR ANY CLAIM, OR ANY SPECIAL INDIRECT OR CONSEQUENTIAL DAMAGES, -OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, -WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, -ARISING OUT OF OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THE DATA -FILES OR SOFTWARE. -Except as contained in this notice, the name of a copyright holder shall -not be used in advertising or otherwise to promote the sale, use or other -dealings in these Data Files or Software without prior written -authorization of the copyright holder. -------------------------------------------------------------------------------- icu -Copyright (C) 2004-2007, International Business Machines -Corporation and others. All Rights Reserved. - -Permission is hereby granted, free of charge, to any person obtaining a -copy of data files and any associated documentation (the "Data Files") or -software and any associated documentation (the "Software") to deal in the -Data Files or Software without restriction, including without limitation -the rights to use, copy, modify, merge, publish, distribute, and/or sell -copies of the Data Files or Software, and to permit persons to whom the -Data Files or Software are furnished to do so, provided that either (a) -this copyright and permission notice appear with all copies of the Data -Files or Software, or (b) this copyright and permission notice appear in -associated Documentation. +© 2016 and later: Unicode, Inc. and others. +License & terms of use: http://www.unicode.org/copyright.html -THE DATA FILES AND SOFTWARE ARE PROVIDED "AS IS", WITHOUT WARRANTY OF ANY -KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF -MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT OF -THIRD PARTY RIGHTS. +Copyright (C) 2009-2016, International Business Machines Corporation, +Google, and others. All Rights Reserved. -IN NO EVENT SHALL THE COPYRIGHT HOLDER OR HOLDERS INCLUDED IN THIS NOTICE -BE LIABLE FOR ANY CLAIM, OR ANY SPECIAL INDIRECT OR CONSEQUENTIAL DAMAGES, -OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, -WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, -ARISING OUT OF OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THE DATA -FILES OR SOFTWARE. -Except as contained in this notice, the name of a copyright holder shall -not be used in advertising or otherwise to promote the sale, use or other -dealings in these Data Files or Software without prior written -authorization of the copyright holder. -------------------------------------------------------------------------------- icu -Copyright (C) 2004-2010, International Business Machines -Corporation and others. All Rights Reserved. +© 2016 and later: Unicode, Inc. and others. +License & terms of use: http://www.unicode.org/copyright.html -Permission is hereby granted, free of charge, to any person obtaining a -copy of data files and any associated documentation (the "Data Files") or -software and any associated documentation (the "Software") to deal in the -Data Files or Software without restriction, including without limitation -the rights to use, copy, modify, merge, publish, distribute, and/or sell -copies of the Data Files or Software, and to permit persons to whom the -Data Files or Software are furnished to do so, provided that either (a) -this copyright and permission notice appear with all copies of the Data -Files or Software, or (b) this copyright and permission notice appear in -associated Documentation. +Copyright (C) 2010-2011, International Business Machines +Corporation and others. All Rights Reserved. -THE DATA FILES AND SOFTWARE ARE PROVIDED "AS IS", WITHOUT WARRANTY OF ANY -KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF -MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT OF -THIRD PARTY RIGHTS. -IN NO EVENT SHALL THE COPYRIGHT HOLDER OR HOLDERS INCLUDED IN THIS NOTICE -BE LIABLE FOR ANY CLAIM, OR ANY SPECIAL INDIRECT OR CONSEQUENTIAL DAMAGES, -OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, -WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, -ARISING OUT OF OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THE DATA -FILES OR SOFTWARE. +-------------------------------------------------------------------------------- +icu + +© 2016 and later: Unicode, Inc. and others. +License & terms of use: http://www.unicode.org/copyright.html + +Copyright (C) 2010-2012, International Business Machines +Corporation and others. All Rights Reserved. + -Except as contained in this notice, the name of a copyright holder shall -not be used in advertising or otherwise to promote the sale, use or other -dealings in these Data Files or Software without prior written -authorization of the copyright holder. -------------------------------------------------------------------------------- icu -Copyright (C) 2004-2011, International Business Machines -Corporation and others. All Rights Reserved. +© 2016 and later: Unicode, Inc. and others. +License & terms of use: http://www.unicode.org/copyright.html -Permission is hereby granted, free of charge, to any person obtaining a -copy of data files and any associated documentation (the "Data Files") or -software and any associated documentation (the "Software") to deal in the -Data Files or Software without restriction, including without limitation -the rights to use, copy, modify, merge, publish, distribute, and/or sell -copies of the Data Files or Software, and to permit persons to whom the -Data Files or Software are furnished to do so, provided that either (a) -this copyright and permission notice appear with all copies of the Data -Files or Software, or (b) this copyright and permission notice appear in -associated Documentation. +Copyright (C) 2010-2012,2015 International Business Machines +Corporation and others. All Rights Reserved. -THE DATA FILES AND SOFTWARE ARE PROVIDED "AS IS", WITHOUT WARRANTY OF ANY -KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF -MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT OF -THIRD PARTY RIGHTS. -IN NO EVENT SHALL THE COPYRIGHT HOLDER OR HOLDERS INCLUDED IN THIS NOTICE -BE LIABLE FOR ANY CLAIM, OR ANY SPECIAL INDIRECT OR CONSEQUENTIAL DAMAGES, -OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, -WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, -ARISING OUT OF OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THE DATA -FILES OR SOFTWARE. +-------------------------------------------------------------------------------- +icu + +© 2016 and later: Unicode, Inc. and others. +License & terms of use: http://www.unicode.org/copyright.html + +Copyright (C) 2010-2013, International Business Machines +Corporation and others. All Rights Reserved. + -Except as contained in this notice, the name of a copyright holder shall -not be used in advertising or otherwise to promote the sale, use or other -dealings in these Data Files or Software without prior written -authorization of the copyright holder. -------------------------------------------------------------------------------- icu -Copyright (C) 2004-2012, International Business Machines +© 2016 and later: Unicode, Inc. and others. +License & terms of use: http://www.unicode.org/copyright.html + +Copyright (C) 2010-2014, International Business Machines Corporation and others. All Rights Reserved. -Permission is hereby granted, free of charge, to any person obtaining a -copy of data files and any associated documentation (the "Data Files") or -software and any associated documentation (the "Software") to deal in the -Data Files or Software without restriction, including without limitation -the rights to use, copy, modify, merge, publish, distribute, and/or sell -copies of the Data Files or Software, and to permit persons to whom the -Data Files or Software are furnished to do so, provided that either (a) -this copyright and permission notice appear with all copies of the Data -Files or Software, or (b) this copyright and permission notice appear in -associated Documentation. -THE DATA FILES AND SOFTWARE ARE PROVIDED "AS IS", WITHOUT WARRANTY OF ANY -KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF -MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT OF -THIRD PARTY RIGHTS. +-------------------------------------------------------------------------------- +icu + +© 2016 and later: Unicode, Inc. and others. +License & terms of use: http://www.unicode.org/copyright.html + +Copyright (C) 2010-2014, International Business Machines Corporation and +others. All Rights Reserved. -IN NO EVENT SHALL THE COPYRIGHT HOLDER OR HOLDERS INCLUDED IN THIS NOTICE -BE LIABLE FOR ANY CLAIM, OR ANY SPECIAL INDIRECT OR CONSEQUENTIAL DAMAGES, -OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, -WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, -ARISING OUT OF OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THE DATA -FILES OR SOFTWARE. -Except as contained in this notice, the name of a copyright holder shall -not be used in advertising or otherwise to promote the sale, use or other -dealings in these Data Files or Software without prior written -authorization of the copyright holder. -------------------------------------------------------------------------------- icu -Copyright (C) 2004-2012, International Business Machines Corporation and +© 2016 and later: Unicode, Inc. and others. +License & terms of use: http://www.unicode.org/copyright.html + +Copyright (C) 2010-2014, International Business Machines Corporation and others. All Rights Reserved. -Permission is hereby granted, free of charge, to any person obtaining a -copy of data files and any associated documentation (the "Data Files") or -software and any associated documentation (the "Software") to deal in the -Data Files or Software without restriction, including without limitation -the rights to use, copy, modify, merge, publish, distribute, and/or sell -copies of the Data Files or Software, and to permit persons to whom the -Data Files or Software are furnished to do so, provided that either (a) -this copyright and permission notice appear with all copies of the Data -Files or Software, or (b) this copyright and permission notice appear in -associated Documentation. -THE DATA FILES AND SOFTWARE ARE PROVIDED "AS IS", WITHOUT WARRANTY OF ANY -KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF -MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT OF -THIRD PARTY RIGHTS. -IN NO EVENT SHALL THE COPYRIGHT HOLDER OR HOLDERS INCLUDED IN THIS NOTICE -BE LIABLE FOR ANY CLAIM, OR ANY SPECIAL INDIRECT OR CONSEQUENTIAL DAMAGES, -OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, -WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, -ARISING OUT OF OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THE DATA -FILES OR SOFTWARE. -Except as contained in this notice, the name of a copyright holder shall -not be used in advertising or otherwise to promote the sale, use or other -dealings in these Data Files or Software without prior written -authorization of the copyright holder. -------------------------------------------------------------------------------- icu -Copyright (C) 2004-2014, International Business Machines -Corporation and others. All Rights Reserved. - -Permission is hereby granted, free of charge, to any person obtaining a -copy of data files and any associated documentation (the "Data Files") or -software and any associated documentation (the "Software") to deal in the -Data Files or Software without restriction, including without limitation -the rights to use, copy, modify, merge, publish, distribute, and/or sell -copies of the Data Files or Software, and to permit persons to whom the -Data Files or Software are furnished to do so, provided that either (a) -this copyright and permission notice appear with all copies of the Data -Files or Software, or (b) this copyright and permission notice appear in -associated Documentation. +© 2016 and later: Unicode, Inc. and others. +License & terms of use: http://www.unicode.org/copyright.html -THE DATA FILES AND SOFTWARE ARE PROVIDED "AS IS", WITHOUT WARRANTY OF ANY -KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF -MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT OF -THIRD PARTY RIGHTS. +Copyright (C) 2010-2015, International Business Machines +Corporation and others. All Rights Reserved. -IN NO EVENT SHALL THE COPYRIGHT HOLDER OR HOLDERS INCLUDED IN THIS NOTICE -BE LIABLE FOR ANY CLAIM, OR ANY SPECIAL INDIRECT OR CONSEQUENTIAL DAMAGES, -OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, -WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, -ARISING OUT OF OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THE DATA -FILES OR SOFTWARE. -Except as contained in this notice, the name of a copyright holder shall -not be used in advertising or otherwise to promote the sale, use or other -dealings in these Data Files or Software without prior written -authorization of the copyright holder. -------------------------------------------------------------------------------- icu -Copyright (C) 2004-2015, International Business Machines -Corporation and others. All Rights Reserved. +© 2016 and later: Unicode, Inc. and others. +License & terms of use: http://www.unicode.org/copyright.html + +Copyright (C) 2010-2015, International Business Machines Corporation and +others. All Rights Reserved. -Permission is hereby granted, free of charge, to any person obtaining a -copy of data files and any associated documentation (the "Data Files") or -software and any associated documentation (the "Software") to deal in the -Data Files or Software without restriction, including without limitation -the rights to use, copy, modify, merge, publish, distribute, and/or sell -copies of the Data Files or Software, and to permit persons to whom the -Data Files or Software are furnished to do so, provided that either (a) -this copyright and permission notice appear with all copies of the Data -Files or Software, or (b) this copyright and permission notice appear in -associated Documentation. -THE DATA FILES AND SOFTWARE ARE PROVIDED "AS IS", WITHOUT WARRANTY OF ANY -KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF -MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT OF -THIRD PARTY RIGHTS. -IN NO EVENT SHALL THE COPYRIGHT HOLDER OR HOLDERS INCLUDED IN THIS NOTICE -BE LIABLE FOR ANY CLAIM, OR ANY SPECIAL INDIRECT OR CONSEQUENTIAL DAMAGES, -OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, -WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, -ARISING OUT OF OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THE DATA -FILES OR SOFTWARE. -Except as contained in this notice, the name of a copyright holder shall -not be used in advertising or otherwise to promote the sale, use or other -dealings in these Data Files or Software without prior written -authorization of the copyright holder. -------------------------------------------------------------------------------- icu -Copyright (C) 2004-2015, International Business Machines Corporation and others. -All Rights Reserved. - -Permission is hereby granted, free of charge, to any person obtaining a -copy of data files and any associated documentation (the "Data Files") or -software and any associated documentation (the "Software") to deal in the -Data Files or Software without restriction, including without limitation -the rights to use, copy, modify, merge, publish, distribute, and/or sell -copies of the Data Files or Software, and to permit persons to whom the -Data Files or Software are furnished to do so, provided that either (a) -this copyright and permission notice appear with all copies of the Data -Files or Software, or (b) this copyright and permission notice appear in -associated Documentation. +© 2016 and later: Unicode, Inc. and others. +License & terms of use: http://www.unicode.org/copyright.html -THE DATA FILES AND SOFTWARE ARE PROVIDED "AS IS", WITHOUT WARRANTY OF ANY -KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF -MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT OF -THIRD PARTY RIGHTS. +Copyright (C) 2010-2016, International Business Machines Corporation and +others. All Rights Reserved. -IN NO EVENT SHALL THE COPYRIGHT HOLDER OR HOLDERS INCLUDED IN THIS NOTICE -BE LIABLE FOR ANY CLAIM, OR ANY SPECIAL INDIRECT OR CONSEQUENTIAL DAMAGES, -OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, -WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, -ARISING OUT OF OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THE DATA -FILES OR SOFTWARE. -Except as contained in this notice, the name of a copyright holder shall -not be used in advertising or otherwise to promote the sale, use or other -dealings in these Data Files or Software without prior written -authorization of the copyright holder. -------------------------------------------------------------------------------- icu -Copyright (C) 2004-2016, International Business Machines -Corporation and others. All Rights Reserved. - -Permission is hereby granted, free of charge, to any person obtaining a -copy of data files and any associated documentation (the "Data Files") or -software and any associated documentation (the "Software") to deal in the -Data Files or Software without restriction, including without limitation -the rights to use, copy, modify, merge, publish, distribute, and/or sell -copies of the Data Files or Software, and to permit persons to whom the -Data Files or Software are furnished to do so, provided that either (a) -this copyright and permission notice appear with all copies of the Data -Files or Software, or (b) this copyright and permission notice appear in -associated Documentation. +© 2016 and later: Unicode, Inc. and others. +License & terms of use: http://www.unicode.org/copyright.html -THE DATA FILES AND SOFTWARE ARE PROVIDED "AS IS", WITHOUT WARRANTY OF ANY -KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF -MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT OF -THIRD PARTY RIGHTS. +Copyright (C) 2011-2012, International Business Machines Corporation and +others. All Rights Reserved. -IN NO EVENT SHALL THE COPYRIGHT HOLDER OR HOLDERS INCLUDED IN THIS NOTICE -BE LIABLE FOR ANY CLAIM, OR ANY SPECIAL INDIRECT OR CONSEQUENTIAL DAMAGES, -OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, -WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, -ARISING OUT OF OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THE DATA -FILES OR SOFTWARE. -Except as contained in this notice, the name of a copyright holder shall -not be used in advertising or otherwise to promote the sale, use or other -dealings in these Data Files or Software without prior written -authorization of the copyright holder. -------------------------------------------------------------------------------- icu -Copyright (C) 2005, International Business Machines -Corporation and others. All Rights Reserved. - -Permission is hereby granted, free of charge, to any person obtaining a -copy of data files and any associated documentation (the "Data Files") or -software and any associated documentation (the "Software") to deal in the -Data Files or Software without restriction, including without limitation -the rights to use, copy, modify, merge, publish, distribute, and/or sell -copies of the Data Files or Software, and to permit persons to whom the -Data Files or Software are furnished to do so, provided that either (a) -this copyright and permission notice appear with all copies of the Data -Files or Software, or (b) this copyright and permission notice appear in -associated Documentation. +© 2016 and later: Unicode, Inc. and others. +License & terms of use: http://www.unicode.org/copyright.html -THE DATA FILES AND SOFTWARE ARE PROVIDED "AS IS", WITHOUT WARRANTY OF ANY -KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF -MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT OF -THIRD PARTY RIGHTS. +Copyright (C) 2011-2015, International Business Machines Corporation and +others. All Rights Reserved. -IN NO EVENT SHALL THE COPYRIGHT HOLDER OR HOLDERS INCLUDED IN THIS NOTICE -BE LIABLE FOR ANY CLAIM, OR ANY SPECIAL INDIRECT OR CONSEQUENTIAL DAMAGES, -OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, -WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, -ARISING OUT OF OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THE DATA -FILES OR SOFTWARE. -Except as contained in this notice, the name of a copyright holder shall -not be used in advertising or otherwise to promote the sale, use or other -dealings in these Data Files or Software without prior written -authorization of the copyright holder. -------------------------------------------------------------------------------- icu -Copyright (C) 2005-2006, International Business Machines -Corporation and others. All Rights Reserved. +© 2016 and later: Unicode, Inc. and others. +License & terms of use: http://www.unicode.org/copyright.html -Permission is hereby granted, free of charge, to any person obtaining a -copy of data files and any associated documentation (the "Data Files") or -software and any associated documentation (the "Software") to deal in the -Data Files or Software without restriction, including without limitation -the rights to use, copy, modify, merge, publish, distribute, and/or sell -copies of the Data Files or Software, and to permit persons to whom the -Data Files or Software are furnished to do so, provided that either (a) -this copyright and permission notice appear with all copies of the Data -Files or Software, or (b) this copyright and permission notice appear in -associated Documentation. +Copyright (C) 2011-2016, International Business Machines Corporation and +others. All Rights Reserved. + + +-------------------------------------------------------------------------------- +icu + +© 2016 and later: Unicode, Inc. and others. +License & terms of use: http://www.unicode.org/copyright.html + +Copyright (C) 2011-2016, International Business Machines Corporation and +others. All Rights Reserved. -THE DATA FILES AND SOFTWARE ARE PROVIDED "AS IS", WITHOUT WARRANTY OF ANY -KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF -MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT OF -THIRD PARTY RIGHTS. -IN NO EVENT SHALL THE COPYRIGHT HOLDER OR HOLDERS INCLUDED IN THIS NOTICE -BE LIABLE FOR ANY CLAIM, OR ANY SPECIAL INDIRECT OR CONSEQUENTIAL DAMAGES, -OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, -WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, -ARISING OUT OF OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THE DATA -FILES OR SOFTWARE. -Except as contained in this notice, the name of a copyright holder shall -not be used in advertising or otherwise to promote the sale, use or other -dealings in these Data Files or Software without prior written -authorization of the copyright holder. -------------------------------------------------------------------------------- icu -Copyright (C) 2005-2008, International Business Machines +© 2016 and later: Unicode, Inc. and others. +License & terms of use: http://www.unicode.org/copyright.html + +Copyright (C) 2012-2014, International Business Machines Corporation and others. All Rights Reserved. -Permission is hereby granted, free of charge, to any person obtaining a -copy of data files and any associated documentation (the "Data Files") or -software and any associated documentation (the "Software") to deal in the -Data Files or Software without restriction, including without limitation -the rights to use, copy, modify, merge, publish, distribute, and/or sell -copies of the Data Files or Software, and to permit persons to whom the -Data Files or Software are furnished to do so, provided that either (a) -this copyright and permission notice appear with all copies of the Data -Files or Software, or (b) this copyright and permission notice appear in -associated Documentation. -THE DATA FILES AND SOFTWARE ARE PROVIDED "AS IS", WITHOUT WARRANTY OF ANY -KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF -MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT OF -THIRD PARTY RIGHTS. +-------------------------------------------------------------------------------- +icu + +© 2016 and later: Unicode, Inc. and others. +License & terms of use: http://www.unicode.org/copyright.html + +Copyright (C) 2012-2015, International Business Machines +Corporation and others. All Rights Reserved. -IN NO EVENT SHALL THE COPYRIGHT HOLDER OR HOLDERS INCLUDED IN THIS NOTICE -BE LIABLE FOR ANY CLAIM, OR ANY SPECIAL INDIRECT OR CONSEQUENTIAL DAMAGES, -OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, -WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, -ARISING OUT OF OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THE DATA -FILES OR SOFTWARE. -Except as contained in this notice, the name of a copyright holder shall -not be used in advertising or otherwise to promote the sale, use or other -dealings in these Data Files or Software without prior written -authorization of the copyright holder. -------------------------------------------------------------------------------- icu -Copyright (C) 2005-2011, International Business Machines +© 2016 and later: Unicode, Inc. and others. +License & terms of use: http://www.unicode.org/copyright.html + +Copyright (C) 2012-2016, International Business Machines Corporation and others. All Rights Reserved. -Permission is hereby granted, free of charge, to any person obtaining a -copy of data files and any associated documentation (the "Data Files") or -software and any associated documentation (the "Software") to deal in the -Data Files or Software without restriction, including without limitation -the rights to use, copy, modify, merge, publish, distribute, and/or sell -copies of the Data Files or Software, and to permit persons to whom the -Data Files or Software are furnished to do so, provided that either (a) -this copyright and permission notice appear with all copies of the Data -Files or Software, or (b) this copyright and permission notice appear in -associated Documentation. -THE DATA FILES AND SOFTWARE ARE PROVIDED "AS IS", WITHOUT WARRANTY OF ANY -KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF -MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT OF -THIRD PARTY RIGHTS. +-------------------------------------------------------------------------------- +icu + +© 2016 and later: Unicode, Inc. and others. +License & terms of use: http://www.unicode.org/copyright.html + +Copyright (C) 2013, International Business Machines Corporation +and others. All Rights Reserved. + -IN NO EVENT SHALL THE COPYRIGHT HOLDER OR HOLDERS INCLUDED IN THIS NOTICE -BE LIABLE FOR ANY CLAIM, OR ANY SPECIAL INDIRECT OR CONSEQUENTIAL DAMAGES, -OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, -WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, -ARISING OUT OF OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THE DATA -FILES OR SOFTWARE. -Except as contained in this notice, the name of a copyright holder shall -not be used in advertising or otherwise to promote the sale, use or other -dealings in these Data Files or Software without prior written -authorization of the copyright holder. -------------------------------------------------------------------------------- icu -Copyright (C) 2005-2012, International Business Machines -Corporation and others. All Rights Reserved. +© 2016 and later: Unicode, Inc. and others. +License & terms of use: http://www.unicode.org/copyright.html -Permission is hereby granted, free of charge, to any person obtaining a -copy of data files and any associated documentation (the "Data Files") or -software and any associated documentation (the "Software") to deal in the -Data Files or Software without restriction, including without limitation -the rights to use, copy, modify, merge, publish, distribute, and/or sell -copies of the Data Files or Software, and to permit persons to whom the -Data Files or Software are furnished to do so, provided that either (a) -this copyright and permission notice appear with all copies of the Data -Files or Software, or (b) this copyright and permission notice appear in -associated Documentation. +Copyright (C) 2013, International Business Machines Corporation and +others. All Rights Reserved. -THE DATA FILES AND SOFTWARE ARE PROVIDED "AS IS", WITHOUT WARRANTY OF ANY -KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF -MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT OF -THIRD PARTY RIGHTS. -IN NO EVENT SHALL THE COPYRIGHT HOLDER OR HOLDERS INCLUDED IN THIS NOTICE -BE LIABLE FOR ANY CLAIM, OR ANY SPECIAL INDIRECT OR CONSEQUENTIAL DAMAGES, -OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, -WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, -ARISING OUT OF OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THE DATA -FILES OR SOFTWARE. -Except as contained in this notice, the name of a copyright holder shall -not be used in advertising or otherwise to promote the sale, use or other -dealings in these Data Files or Software without prior written -authorization of the copyright holder. -------------------------------------------------------------------------------- icu -Copyright (C) 2005-2013, International Business Machines -Corporation and others. All Rights Reserved. - -Permission is hereby granted, free of charge, to any person obtaining a -copy of data files and any associated documentation (the "Data Files") or -software and any associated documentation (the "Software") to deal in the -Data Files or Software without restriction, including without limitation -the rights to use, copy, modify, merge, publish, distribute, and/or sell -copies of the Data Files or Software, and to permit persons to whom the -Data Files or Software are furnished to do so, provided that either (a) -this copyright and permission notice appear with all copies of the Data -Files or Software, or (b) this copyright and permission notice appear in -associated Documentation. +© 2016 and later: Unicode, Inc. and others. +License & terms of use: http://www.unicode.org/copyright.html -THE DATA FILES AND SOFTWARE ARE PROVIDED "AS IS", WITHOUT WARRANTY OF ANY -KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF -MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT OF -THIRD PARTY RIGHTS. +Copyright (C) 2013, International Business Machines Corporation and others. +All Rights Reserved. -IN NO EVENT SHALL THE COPYRIGHT HOLDER OR HOLDERS INCLUDED IN THIS NOTICE -BE LIABLE FOR ANY CLAIM, OR ANY SPECIAL INDIRECT OR CONSEQUENTIAL DAMAGES, -OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, -WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, -ARISING OUT OF OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THE DATA -FILES OR SOFTWARE. -Except as contained in this notice, the name of a copyright holder shall -not be used in advertising or otherwise to promote the sale, use or other -dealings in these Data Files or Software without prior written -authorization of the copyright holder. -------------------------------------------------------------------------------- icu -Copyright (C) 2005-2014, International Business Machines +© 2016 and later: Unicode, Inc. and others. +License & terms of use: http://www.unicode.org/copyright.html + +Copyright (C) 2013-2014, International Business Machines Corporation and others. All Rights Reserved. -Permission is hereby granted, free of charge, to any person obtaining a -copy of data files and any associated documentation (the "Data Files") or -software and any associated documentation (the "Software") to deal in the -Data Files or Software without restriction, including without limitation -the rights to use, copy, modify, merge, publish, distribute, and/or sell -copies of the Data Files or Software, and to permit persons to whom the -Data Files or Software are furnished to do so, provided that either (a) -this copyright and permission notice appear with all copies of the Data -Files or Software, or (b) this copyright and permission notice appear in -associated Documentation. -THE DATA FILES AND SOFTWARE ARE PROVIDED "AS IS", WITHOUT WARRANTY OF ANY -KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF -MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT OF -THIRD PARTY RIGHTS. +-------------------------------------------------------------------------------- +icu + +© 2016 and later: Unicode, Inc. and others. +License & terms of use: http://www.unicode.org/copyright.html + +Copyright (C) 2013-2014, International Business Machines +Corporation and others. All Rights Reserved. -IN NO EVENT SHALL THE COPYRIGHT HOLDER OR HOLDERS INCLUDED IN THIS NOTICE -BE LIABLE FOR ANY CLAIM, OR ANY SPECIAL INDIRECT OR CONSEQUENTIAL DAMAGES, -OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, -WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, -ARISING OUT OF OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THE DATA -FILES OR SOFTWARE. -Except as contained in this notice, the name of a copyright holder shall -not be used in advertising or otherwise to promote the sale, use or other -dealings in these Data Files or Software without prior written -authorization of the copyright holder. -------------------------------------------------------------------------------- icu -Copyright (C) 2005-2015, International Business Machines -Corporation and others. All Rights Reserved. +© 2016 and later: Unicode, Inc. and others. +License & terms of use: http://www.unicode.org/copyright.html -Permission is hereby granted, free of charge, to any person obtaining a -copy of data files and any associated documentation (the "Data Files") or -software and any associated documentation (the "Software") to deal in the -Data Files or Software without restriction, including without limitation -the rights to use, copy, modify, merge, publish, distribute, and/or sell -copies of the Data Files or Software, and to permit persons to whom the -Data Files or Software are furnished to do so, provided that either (a) -this copyright and permission notice appear with all copies of the Data -Files or Software, or (b) this copyright and permission notice appear in -associated Documentation. +Copyright (C) 2013-2014, International Business Machines Corporation and +others. All Rights Reserved. -THE DATA FILES AND SOFTWARE ARE PROVIDED "AS IS", WITHOUT WARRANTY OF ANY -KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF -MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT OF -THIRD PARTY RIGHTS. -IN NO EVENT SHALL THE COPYRIGHT HOLDER OR HOLDERS INCLUDED IN THIS NOTICE -BE LIABLE FOR ANY CLAIM, OR ANY SPECIAL INDIRECT OR CONSEQUENTIAL DAMAGES, -OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, -WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, -ARISING OUT OF OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THE DATA -FILES OR SOFTWARE. -Except as contained in this notice, the name of a copyright holder shall -not be used in advertising or otherwise to promote the sale, use or other -dealings in these Data Files or Software without prior written -authorization of the copyright holder. -------------------------------------------------------------------------------- icu -Copyright (C) 2005-2016, International Business Machines -Corporation and others. All Rights Reserved. +© 2016 and later: Unicode, Inc. and others. +License & terms of use: http://www.unicode.org/copyright.html -Permission is hereby granted, free of charge, to any person obtaining a -copy of data files and any associated documentation (the "Data Files") or -software and any associated documentation (the "Software") to deal in the -Data Files or Software without restriction, including without limitation -the rights to use, copy, modify, merge, publish, distribute, and/or sell -copies of the Data Files or Software, and to permit persons to whom the -Data Files or Software are furnished to do so, provided that either (a) -this copyright and permission notice appear with all copies of the Data -Files or Software, or (b) this copyright and permission notice appear in -associated Documentation. +Copyright (C) 2013-2014, International Business Machines Corporation and others. +All Rights Reserved. -THE DATA FILES AND SOFTWARE ARE PROVIDED "AS IS", WITHOUT WARRANTY OF ANY -KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF -MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT OF -THIRD PARTY RIGHTS. -IN NO EVENT SHALL THE COPYRIGHT HOLDER OR HOLDERS INCLUDED IN THIS NOTICE -BE LIABLE FOR ANY CLAIM, OR ANY SPECIAL INDIRECT OR CONSEQUENTIAL DAMAGES, -OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, -WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, -ARISING OUT OF OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THE DATA -FILES OR SOFTWARE. -Except as contained in this notice, the name of a copyright holder shall -not be used in advertising or otherwise to promote the sale, use or other -dealings in these Data Files or Software without prior written -authorization of the copyright holder. -------------------------------------------------------------------------------- icu -Copyright (C) 2006 International Business Machines Corporation * -and others. All rights reserved. +© 2016 and later: Unicode, Inc. and others. +License & terms of use: http://www.unicode.org/copyright.html -Permission is hereby granted, free of charge, to any person obtaining a -copy of data files and any associated documentation (the "Data Files") or -software and any associated documentation (the "Software") to deal in the -Data Files or Software without restriction, including without limitation -the rights to use, copy, modify, merge, publish, distribute, and/or sell -copies of the Data Files or Software, and to permit persons to whom the -Data Files or Software are furnished to do so, provided that either (a) -this copyright and permission notice appear with all copies of the Data -Files or Software, or (b) this copyright and permission notice appear in -associated Documentation. +Copyright (C) 2013-2015, International Business Machines +Corporation and others. All Rights Reserved. -THE DATA FILES AND SOFTWARE ARE PROVIDED "AS IS", WITHOUT WARRANTY OF ANY -KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF -MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT OF -THIRD PARTY RIGHTS. -IN NO EVENT SHALL THE COPYRIGHT HOLDER OR HOLDERS INCLUDED IN THIS NOTICE -BE LIABLE FOR ANY CLAIM, OR ANY SPECIAL INDIRECT OR CONSEQUENTIAL DAMAGES, -OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, -WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, -ARISING OUT OF OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THE DATA -FILES OR SOFTWARE. +-------------------------------------------------------------------------------- +icu + +© 2016 and later: Unicode, Inc. and others. +License & terms of use: http://www.unicode.org/copyright.html + +Copyright (C) 2013-2015, International Business Machines Corporation and others. +All Rights Reserved. + + +-------------------------------------------------------------------------------- +icu + +© 2016 and later: Unicode, Inc. and others. +License & terms of use: http://www.unicode.org/copyright.html + +Copyright (C) 2013-2016, International Business Machines +Corporation and others. All Rights Reserved. + -Except as contained in this notice, the name of a copyright holder shall -not be used in advertising or otherwise to promote the sale, use or other -dealings in these Data Files or Software without prior written -authorization of the copyright holder. -------------------------------------------------------------------------------- icu -Copyright (C) 2006, International Business Machines +© 2016 and later: Unicode, Inc. and others. +License & terms of use: http://www.unicode.org/copyright.html + +Copyright (C) 2014, International Business Machines Corporation and others. All Rights Reserved. -Permission is hereby granted, free of charge, to any person obtaining a -copy of data files and any associated documentation (the "Data Files") or -software and any associated documentation (the "Software") to deal in the -Data Files or Software without restriction, including without limitation -the rights to use, copy, modify, merge, publish, distribute, and/or sell -copies of the Data Files or Software, and to permit persons to whom the -Data Files or Software are furnished to do so, provided that either (a) -this copyright and permission notice appear with all copies of the Data -Files or Software, or (b) this copyright and permission notice appear in -associated Documentation. -THE DATA FILES AND SOFTWARE ARE PROVIDED "AS IS", WITHOUT WARRANTY OF ANY -KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF -MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT OF -THIRD PARTY RIGHTS. +-------------------------------------------------------------------------------- +icu + +© 2016 and later: Unicode, Inc. and others. +License & terms of use: http://www.unicode.org/copyright.html + +Copyright (C) 2014, International Business Machines +Corporation and others. All Rights Reserved. -IN NO EVENT SHALL THE COPYRIGHT HOLDER OR HOLDERS INCLUDED IN THIS NOTICE -BE LIABLE FOR ANY CLAIM, OR ANY SPECIAL INDIRECT OR CONSEQUENTIAL DAMAGES, -OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, -WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, -ARISING OUT OF OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THE DATA -FILES OR SOFTWARE. -Except as contained in this notice, the name of a copyright holder shall -not be used in advertising or otherwise to promote the sale, use or other -dealings in these Data Files or Software without prior written -authorization of the copyright holder. -------------------------------------------------------------------------------- icu -Copyright (C) 2006-2012, International Business Machines Corporation and others. * -All Rights Reserved. - -Permission is hereby granted, free of charge, to any person obtaining a -copy of data files and any associated documentation (the "Data Files") or -software and any associated documentation (the "Software") to deal in the -Data Files or Software without restriction, including without limitation -the rights to use, copy, modify, merge, publish, distribute, and/or sell -copies of the Data Files or Software, and to permit persons to whom the -Data Files or Software are furnished to do so, provided that either (a) -this copyright and permission notice appear with all copies of the Data -Files or Software, or (b) this copyright and permission notice appear in -associated Documentation. +© 2016 and later: Unicode, Inc. and others. +License & terms of use: http://www.unicode.org/copyright.html -THE DATA FILES AND SOFTWARE ARE PROVIDED "AS IS", WITHOUT WARRANTY OF ANY -KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF -MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT OF -THIRD PARTY RIGHTS. +Copyright (C) 2014-2015, International Business Machines Corporation and +others. All Rights Reserved. -IN NO EVENT SHALL THE COPYRIGHT HOLDER OR HOLDERS INCLUDED IN THIS NOTICE -BE LIABLE FOR ANY CLAIM, OR ANY SPECIAL INDIRECT OR CONSEQUENTIAL DAMAGES, -OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, -WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, -ARISING OUT OF OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THE DATA -FILES OR SOFTWARE. -Except as contained in this notice, the name of a copyright holder shall -not be used in advertising or otherwise to promote the sale, use or other -dealings in these Data Files or Software without prior written -authorization of the copyright holder. -------------------------------------------------------------------------------- icu -Copyright (C) 2006-2014, International Business Machines Corporation * -and others. All Rights Reserved. +© 2016 and later: Unicode, Inc. and others. +License & terms of use: http://www.unicode.org/copyright.html -Permission is hereby granted, free of charge, to any person obtaining a -copy of data files and any associated documentation (the "Data Files") or -software and any associated documentation (the "Software") to deal in the -Data Files or Software without restriction, including without limitation -the rights to use, copy, modify, merge, publish, distribute, and/or sell -copies of the Data Files or Software, and to permit persons to whom the -Data Files or Software are furnished to do so, provided that either (a) -this copyright and permission notice appear with all copies of the Data -Files or Software, or (b) this copyright and permission notice appear in -associated Documentation. +Copyright (C) 2014-2016, International Business Machines +Corporation and others. All Rights Reserved. -THE DATA FILES AND SOFTWARE ARE PROVIDED "AS IS", WITHOUT WARRANTY OF ANY -KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF -MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT OF -THIRD PARTY RIGHTS. -IN NO EVENT SHALL THE COPYRIGHT HOLDER OR HOLDERS INCLUDED IN THIS NOTICE -BE LIABLE FOR ANY CLAIM, OR ANY SPECIAL INDIRECT OR CONSEQUENTIAL DAMAGES, -OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, -WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, -ARISING OUT OF OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THE DATA -FILES OR SOFTWARE. +-------------------------------------------------------------------------------- +icu + +© 2016 and later: Unicode, Inc. and others. +License & terms of use: http://www.unicode.org/copyright.html + +Copyright (C) 2014-2016, International Business Machines +Corporation and others. All Rights Reserved. + -Except as contained in this notice, the name of a copyright holder shall -not be used in advertising or otherwise to promote the sale, use or other -dealings in these Data Files or Software without prior written -authorization of the copyright holder. -------------------------------------------------------------------------------- icu -Copyright (C) 2006-2016, International Business Machines Corporation -and others. All Rights Reserved. +© 2016 and later: Unicode, Inc. and others. +License & terms of use: http://www.unicode.org/copyright.html -Permission is hereby granted, free of charge, to any person obtaining a -copy of data files and any associated documentation (the "Data Files") or -software and any associated documentation (the "Software") to deal in the -Data Files or Software without restriction, including without limitation -the rights to use, copy, modify, merge, publish, distribute, and/or sell -copies of the Data Files or Software, and to permit persons to whom the -Data Files or Software are furnished to do so, provided that either (a) -this copyright and permission notice appear with all copies of the Data -Files or Software, or (b) this copyright and permission notice appear in -associated Documentation. +Copyright (C) 2014-2016, International Business Machines Corporation and +others. +All Rights Reserved. -THE DATA FILES AND SOFTWARE ARE PROVIDED "AS IS", WITHOUT WARRANTY OF ANY -KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF -MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT OF -THIRD PARTY RIGHTS. -IN NO EVENT SHALL THE COPYRIGHT HOLDER OR HOLDERS INCLUDED IN THIS NOTICE -BE LIABLE FOR ANY CLAIM, OR ANY SPECIAL INDIRECT OR CONSEQUENTIAL DAMAGES, -OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, -WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, -ARISING OUT OF OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THE DATA -FILES OR SOFTWARE. -Except as contained in this notice, the name of a copyright holder shall -not be used in advertising or otherwise to promote the sale, use or other -dealings in these Data Files or Software without prior written -authorization of the copyright holder. -------------------------------------------------------------------------------- icu -Copyright (C) 2007, International Business Machines -Corporation and others. All Rights Reserved. +© 2016 and later: Unicode, Inc. and others. +License & terms of use: http://www.unicode.org/copyright.html -Permission is hereby granted, free of charge, to any person obtaining a -copy of data files and any associated documentation (the "Data Files") or -software and any associated documentation (the "Software") to deal in the -Data Files or Software without restriction, including without limitation -the rights to use, copy, modify, merge, publish, distribute, and/or sell -copies of the Data Files or Software, and to permit persons to whom the -Data Files or Software are furnished to do so, provided that either (a) -this copyright and permission notice appear with all copies of the Data -Files or Software, or (b) this copyright and permission notice appear in -associated Documentation. +Copyright (C) 2014-2016, International Business Machines Corporation and +others. All Rights Reserved. -THE DATA FILES AND SOFTWARE ARE PROVIDED "AS IS", WITHOUT WARRANTY OF ANY -KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF -MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT OF -THIRD PARTY RIGHTS. -IN NO EVENT SHALL THE COPYRIGHT HOLDER OR HOLDERS INCLUDED IN THIS NOTICE -BE LIABLE FOR ANY CLAIM, OR ANY SPECIAL INDIRECT OR CONSEQUENTIAL DAMAGES, -OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, -WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, -ARISING OUT OF OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THE DATA -FILES OR SOFTWARE. -Except as contained in this notice, the name of a copyright holder shall -not be used in advertising or otherwise to promote the sale, use or other -dealings in these Data Files or Software without prior written -authorization of the copyright holder. -------------------------------------------------------------------------------- icu -Copyright (C) 2007-2008, International Business Machines Corporation and +© 2016 and later: Unicode, Inc. and others. +License & terms of use: http://www.unicode.org/copyright.html + +Copyright (C) 2014-2016, International Business Machines Corporation and others. All Rights Reserved. -Permission is hereby granted, free of charge, to any person obtaining a -copy of data files and any associated documentation (the "Data Files") or -software and any associated documentation (the "Software") to deal in the -Data Files or Software without restriction, including without limitation -the rights to use, copy, modify, merge, publish, distribute, and/or sell -copies of the Data Files or Software, and to permit persons to whom the -Data Files or Software are furnished to do so, provided that either (a) -this copyright and permission notice appear with all copies of the Data -Files or Software, or (b) this copyright and permission notice appear in -associated Documentation. -THE DATA FILES AND SOFTWARE ARE PROVIDED "AS IS", WITHOUT WARRANTY OF ANY -KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF -MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT OF -THIRD PARTY RIGHTS. -IN NO EVENT SHALL THE COPYRIGHT HOLDER OR HOLDERS INCLUDED IN THIS NOTICE -BE LIABLE FOR ANY CLAIM, OR ANY SPECIAL INDIRECT OR CONSEQUENTIAL DAMAGES, -OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, -WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, -ARISING OUT OF OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THE DATA -FILES OR SOFTWARE. -Except as contained in this notice, the name of a copyright holder shall -not be used in advertising or otherwise to promote the sale, use or other -dealings in these Data Files or Software without prior written -authorization of the copyright holder. -------------------------------------------------------------------------------- icu -Copyright (C) 2007-2008, International Business Machines Corporation and * -others. All Rights Reserved. +© 2016 and later: Unicode, Inc. and others. +License & terms of use: http://www.unicode.org/copyright.html -Permission is hereby granted, free of charge, to any person obtaining a -copy of data files and any associated documentation (the "Data Files") or -software and any associated documentation (the "Software") to deal in the -Data Files or Software without restriction, including without limitation -the rights to use, copy, modify, merge, publish, distribute, and/or sell -copies of the Data Files or Software, and to permit persons to whom the -Data Files or Software are furnished to do so, provided that either (a) -this copyright and permission notice appear with all copies of the Data -Files or Software, or (b) this copyright and permission notice appear in -associated Documentation. +Copyright (C) 2014-2016, International Business Machines Corporation and others. +All Rights Reserved. -THE DATA FILES AND SOFTWARE ARE PROVIDED "AS IS", WITHOUT WARRANTY OF ANY -KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF -MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT OF -THIRD PARTY RIGHTS. -IN NO EVENT SHALL THE COPYRIGHT HOLDER OR HOLDERS INCLUDED IN THIS NOTICE -BE LIABLE FOR ANY CLAIM, OR ANY SPECIAL INDIRECT OR CONSEQUENTIAL DAMAGES, -OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, -WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, -ARISING OUT OF OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THE DATA -FILES OR SOFTWARE. +-------------------------------------------------------------------------------- +icu + +© 2016 and later: Unicode, Inc. and others. +License & terms of use: http://www.unicode.org/copyright.html + +Copyright (C) 2015, International Business Machines +Corporation and others. All Rights Reserved. + -Except as contained in this notice, the name of a copyright holder shall -not be used in advertising or otherwise to promote the sale, use or other -dealings in these Data Files or Software without prior written -authorization of the copyright holder. -------------------------------------------------------------------------------- icu -Copyright (C) 2007-2008, International Business Machines Corporation and * -others. All Rights Reserved. +© 2016 and later: Unicode, Inc. and others. +License & terms of use: http://www.unicode.org/copyright.html -Permission is hereby granted, free of charge, to any person obtaining a -copy of data files and any associated documentation (the "Data Files") or -software and any associated documentation (the "Software") to deal in the -Data Files or Software without restriction, including without limitation -the rights to use, copy, modify, merge, publish, distribute, and/or sell -copies of the Data Files or Software, and to permit persons to whom the -Data Files or Software are furnished to do so, provided that either (a) -this copyright and permission notice appear with all copies of the Data -Files or Software, or (b) this copyright and permission notice appear in -associated Documentation. +Copyright (C) 2015, International Business Machines +Corporation and others. All Rights Reserved. -THE DATA FILES AND SOFTWARE ARE PROVIDED "AS IS", WITHOUT WARRANTY OF ANY -KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF -MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT OF -THIRD PARTY RIGHTS. -IN NO EVENT SHALL THE COPYRIGHT HOLDER OR HOLDERS INCLUDED IN THIS NOTICE -BE LIABLE FOR ANY CLAIM, OR ANY SPECIAL INDIRECT OR CONSEQUENTIAL DAMAGES, -OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, -WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, -ARISING OUT OF OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THE DATA -FILES OR SOFTWARE. +-------------------------------------------------------------------------------- +icu + +© 2016 and later: Unicode, Inc. and others. +License & terms of use: http://www.unicode.org/copyright.html + +Copyright (C) 2015, International Business Machines Corporation +and others. All Rights Reserved. + -Except as contained in this notice, the name of a copyright holder shall -not be used in advertising or otherwise to promote the sale, use or other -dealings in these Data Files or Software without prior written -authorization of the copyright holder. -------------------------------------------------------------------------------- icu -Copyright (C) 2007-2012, International Business Machines -Corporation and others. All Rights Reserved. +© 2016 and later: Unicode, Inc. and others. +License & terms of use: http://www.unicode.org/copyright.html -Permission is hereby granted, free of charge, to any person obtaining a -copy of data files and any associated documentation (the "Data Files") or -software and any associated documentation (the "Software") to deal in the -Data Files or Software without restriction, including without limitation -the rights to use, copy, modify, merge, publish, distribute, and/or sell -copies of the Data Files or Software, and to permit persons to whom the -Data Files or Software are furnished to do so, provided that either (a) -this copyright and permission notice appear with all copies of the Data -Files or Software, or (b) this copyright and permission notice appear in -associated Documentation. +Copyright (C) 2015, International Business Machines Corporation and +others. All Rights Reserved. -THE DATA FILES AND SOFTWARE ARE PROVIDED "AS IS", WITHOUT WARRANTY OF ANY -KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF -MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT OF -THIRD PARTY RIGHTS. -IN NO EVENT SHALL THE COPYRIGHT HOLDER OR HOLDERS INCLUDED IN THIS NOTICE -BE LIABLE FOR ANY CLAIM, OR ANY SPECIAL INDIRECT OR CONSEQUENTIAL DAMAGES, -OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, -WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, -ARISING OUT OF OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THE DATA -FILES OR SOFTWARE. -Except as contained in this notice, the name of a copyright holder shall -not be used in advertising or otherwise to promote the sale, use or other -dealings in these Data Files or Software without prior written -authorization of the copyright holder. -------------------------------------------------------------------------------- icu -Copyright (C) 2007-2012, International Business Machines Corporation and -others. All Rights Reserved. +© 2016 and later: Unicode, Inc. and others. +License & terms of use: http://www.unicode.org/copyright.html -Permission is hereby granted, free of charge, to any person obtaining a -copy of data files and any associated documentation (the "Data Files") or -software and any associated documentation (the "Software") to deal in the -Data Files or Software without restriction, including without limitation -the rights to use, copy, modify, merge, publish, distribute, and/or sell -copies of the Data Files or Software, and to permit persons to whom the -Data Files or Software are furnished to do so, provided that either (a) -this copyright and permission notice appear with all copies of the Data -Files or Software, or (b) this copyright and permission notice appear in -associated Documentation. +Copyright (C) 2015-2016, International Business Machines +Corporation and others. All Rights Reserved. -THE DATA FILES AND SOFTWARE ARE PROVIDED "AS IS", WITHOUT WARRANTY OF ANY -KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF -MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT OF -THIRD PARTY RIGHTS. -IN NO EVENT SHALL THE COPYRIGHT HOLDER OR HOLDERS INCLUDED IN THIS NOTICE -BE LIABLE FOR ANY CLAIM, OR ANY SPECIAL INDIRECT OR CONSEQUENTIAL DAMAGES, -OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, -WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, -ARISING OUT OF OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THE DATA -FILES OR SOFTWARE. +-------------------------------------------------------------------------------- +icu + +© 2016 and later: Unicode, Inc. and others. +License & terms of use: http://www.unicode.org/copyright.html + +Copyright (C) 2015-2016, International Business Machines +Corporation and others. All Rights Reserved. + -Except as contained in this notice, the name of a copyright holder shall -not be used in advertising or otherwise to promote the sale, use or other -dealings in these Data Files or Software without prior written -authorization of the copyright holder. -------------------------------------------------------------------------------- icu -Copyright (C) 2007-2013, International Business Machines Corporation -and others. All Rights Reserved. +© 2016 and later: Unicode, Inc. and others. +License & terms of use: http://www.unicode.org/copyright.html -Permission is hereby granted, free of charge, to any person obtaining a -copy of data files and any associated documentation (the "Data Files") or -software and any associated documentation (the "Software") to deal in the -Data Files or Software without restriction, including without limitation -the rights to use, copy, modify, merge, publish, distribute, and/or sell -copies of the Data Files or Software, and to permit persons to whom the -Data Files or Software are furnished to do so, provided that either (a) -this copyright and permission notice appear with all copies of the Data -Files or Software, or (b) this copyright and permission notice appear in -associated Documentation. +Copyright (C) 2016, International Business Machines +Corporation and others. All Rights Reserved. -THE DATA FILES AND SOFTWARE ARE PROVIDED "AS IS", WITHOUT WARRANTY OF ANY -KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF -MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT OF -THIRD PARTY RIGHTS. -IN NO EVENT SHALL THE COPYRIGHT HOLDER OR HOLDERS INCLUDED IN THIS NOTICE -BE LIABLE FOR ANY CLAIM, OR ANY SPECIAL INDIRECT OR CONSEQUENTIAL DAMAGES, -OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, -WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, -ARISING OUT OF OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THE DATA -FILES OR SOFTWARE. +-------------------------------------------------------------------------------- +icu + +© 2016 and later: Unicode, Inc. and others. +License & terms of use: http://www.unicode.org/copyright.html + +Copyright (C) 2016, International Business Machines +Corporation and others. All Rights Reserved. + -Except as contained in this notice, the name of a copyright holder shall -not be used in advertising or otherwise to promote the sale, use or other -dealings in these Data Files or Software without prior written -authorization of the copyright holder. -------------------------------------------------------------------------------- icu -Copyright (C) 2007-2013, International Business Machines Corporation and +© 2016 and later: Unicode, Inc. and others. +License & terms of use: http://www.unicode.org/copyright.html + +Copyright (c) 1996-2012, International Business Machines Corporation and others. All Rights Reserved. -Permission is hereby granted, free of charge, to any person obtaining a -copy of data files and any associated documentation (the "Data Files") or -software and any associated documentation (the "Software") to deal in the -Data Files or Software without restriction, including without limitation -the rights to use, copy, modify, merge, publish, distribute, and/or sell -copies of the Data Files or Software, and to permit persons to whom the -Data Files or Software are furnished to do so, provided that either (a) -this copyright and permission notice appear with all copies of the Data -Files or Software, or (b) this copyright and permission notice appear in -associated Documentation. -THE DATA FILES AND SOFTWARE ARE PROVIDED "AS IS", WITHOUT WARRANTY OF ANY -KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF -MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT OF -THIRD PARTY RIGHTS. +-------------------------------------------------------------------------------- +icu + +© 2016 and later: Unicode, Inc. and others. +License & terms of use: http://www.unicode.org/copyright.html + +Copyright (c) 1996-2014, International Business Machines +Corporation and others. All Rights Reserved. -IN NO EVENT SHALL THE COPYRIGHT HOLDER OR HOLDERS INCLUDED IN THIS NOTICE -BE LIABLE FOR ANY CLAIM, OR ANY SPECIAL INDIRECT OR CONSEQUENTIAL DAMAGES, -OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, -WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, -ARISING OUT OF OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THE DATA -FILES OR SOFTWARE. -Except as contained in this notice, the name of a copyright holder shall -not be used in advertising or otherwise to promote the sale, use or other -dealings in these Data Files or Software without prior written -authorization of the copyright holder. -------------------------------------------------------------------------------- icu -Copyright (C) 2007-2013, International Business Machines Corporation and * +© 2016 and later: Unicode, Inc. and others. +License & terms of use: http://www.unicode.org/copyright.html + +Copyright (c) 1996-2015, International Business Machines Corporation and others. All Rights Reserved. -Permission is hereby granted, free of charge, to any person obtaining a -copy of data files and any associated documentation (the "Data Files") or -software and any associated documentation (the "Software") to deal in the -Data Files or Software without restriction, including without limitation -the rights to use, copy, modify, merge, publish, distribute, and/or sell -copies of the Data Files or Software, and to permit persons to whom the -Data Files or Software are furnished to do so, provided that either (a) -this copyright and permission notice appear with all copies of the Data -Files or Software, or (b) this copyright and permission notice appear in -associated Documentation. -THE DATA FILES AND SOFTWARE ARE PROVIDED "AS IS", WITHOUT WARRANTY OF ANY -KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF -MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT OF -THIRD PARTY RIGHTS. +-------------------------------------------------------------------------------- +icu + +© 2016 and later: Unicode, Inc. and others. +License & terms of use: http://www.unicode.org/copyright.html + +Copyright (c) 1996-2015, International Business Machines Corporation and others. +All Rights Reserved. -IN NO EVENT SHALL THE COPYRIGHT HOLDER OR HOLDERS INCLUDED IN THIS NOTICE -BE LIABLE FOR ANY CLAIM, OR ANY SPECIAL INDIRECT OR CONSEQUENTIAL DAMAGES, -OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, -WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, -ARISING OUT OF OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THE DATA -FILES OR SOFTWARE. -Except as contained in this notice, the name of a copyright holder shall -not be used in advertising or otherwise to promote the sale, use or other -dealings in these Data Files or Software without prior written -authorization of the copyright holder. -------------------------------------------------------------------------------- icu -Copyright (C) 2007-2014, International Business Machines -Corporation and others. All Rights Reserved. - -Permission is hereby granted, free of charge, to any person obtaining a -copy of data files and any associated documentation (the "Data Files") or -software and any associated documentation (the "Software") to deal in the -Data Files or Software without restriction, including without limitation -the rights to use, copy, modify, merge, publish, distribute, and/or sell -copies of the Data Files or Software, and to permit persons to whom the -Data Files or Software are furnished to do so, provided that either (a) -this copyright and permission notice appear with all copies of the Data -Files or Software, or (b) this copyright and permission notice appear in -associated Documentation. +© 2016 and later: Unicode, Inc. and others. +License & terms of use: http://www.unicode.org/copyright.html -THE DATA FILES AND SOFTWARE ARE PROVIDED "AS IS", WITHOUT WARRANTY OF ANY -KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF -MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT OF -THIRD PARTY RIGHTS. +Copyright (c) 1996-2016, International Business Machines Corporation + and others. All Rights Reserved. -IN NO EVENT SHALL THE COPYRIGHT HOLDER OR HOLDERS INCLUDED IN THIS NOTICE -BE LIABLE FOR ANY CLAIM, OR ANY SPECIAL INDIRECT OR CONSEQUENTIAL DAMAGES, -OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, -WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, -ARISING OUT OF OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THE DATA -FILES OR SOFTWARE. -Except as contained in this notice, the name of a copyright holder shall -not be used in advertising or otherwise to promote the sale, use or other -dealings in these Data Files or Software without prior written -authorization of the copyright holder. -------------------------------------------------------------------------------- icu -Copyright (C) 2007-2014, International Business Machines Corporation -and others. All Rights Reserved. - -Permission is hereby granted, free of charge, to any person obtaining a -copy of data files and any associated documentation (the "Data Files") or -software and any associated documentation (the "Software") to deal in the -Data Files or Software without restriction, including without limitation -the rights to use, copy, modify, merge, publish, distribute, and/or sell -copies of the Data Files or Software, and to permit persons to whom the -Data Files or Software are furnished to do so, provided that either (a) -this copyright and permission notice appear with all copies of the Data -Files or Software, or (b) this copyright and permission notice appear in -associated Documentation. +© 2016 and later: Unicode, Inc. and others. +License & terms of use: http://www.unicode.org/copyright.html -THE DATA FILES AND SOFTWARE ARE PROVIDED "AS IS", WITHOUT WARRANTY OF ANY -KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF -MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT OF -THIRD PARTY RIGHTS. +Copyright (c) 1996-2016, International Business Machines Corporation and +others. All Rights Reserved. -IN NO EVENT SHALL THE COPYRIGHT HOLDER OR HOLDERS INCLUDED IN THIS NOTICE -BE LIABLE FOR ANY CLAIM, OR ANY SPECIAL INDIRECT OR CONSEQUENTIAL DAMAGES, -OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, -WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, -ARISING OUT OF OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THE DATA -FILES OR SOFTWARE. -Except as contained in this notice, the name of a copyright holder shall -not be used in advertising or otherwise to promote the sale, use or other -dealings in these Data Files or Software without prior written -authorization of the copyright holder. + -------------------------------------------------------------------------------- icu -Copyright (C) 2007-2014, International Business Machines Corporation and -others. All Rights Reserved. +© 2016 and later: Unicode, Inc. and others. +License & terms of use: http://www.unicode.org/copyright.html -Permission is hereby granted, free of charge, to any person obtaining a -copy of data files and any associated documentation (the "Data Files") or -software and any associated documentation (the "Software") to deal in the -Data Files or Software without restriction, including without limitation -the rights to use, copy, modify, merge, publish, distribute, and/or sell -copies of the Data Files or Software, and to permit persons to whom the -Data Files or Software are furnished to do so, provided that either (a) -this copyright and permission notice appear with all copies of the Data -Files or Software, or (b) this copyright and permission notice appear in -associated Documentation. +Copyright (c) 1997-2012, International Business Machines +Corporation and others. All Rights Reserved. -THE DATA FILES AND SOFTWARE ARE PROVIDED "AS IS", WITHOUT WARRANTY OF ANY -KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF -MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT OF -THIRD PARTY RIGHTS. -IN NO EVENT SHALL THE COPYRIGHT HOLDER OR HOLDERS INCLUDED IN THIS NOTICE -BE LIABLE FOR ANY CLAIM, OR ANY SPECIAL INDIRECT OR CONSEQUENTIAL DAMAGES, -OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, -WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, -ARISING OUT OF OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THE DATA -FILES OR SOFTWARE. +-------------------------------------------------------------------------------- +icu + +© 2016 and later: Unicode, Inc. and others. +License & terms of use: http://www.unicode.org/copyright.html + +Copyright (c) 1999-2002, International Business Machines Corporation and +others. All Rights Reserved. -Except as contained in this notice, the name of a copyright holder shall -not be used in advertising or otherwise to promote the sale, use or other -dealings in these Data Files or Software without prior written -authorization of the copyright holder. -------------------------------------------------------------------------------- icu -Copyright (C) 2007-2015, International Business Machines +© 2016 and later: Unicode, Inc. and others. +License & terms of use: http://www.unicode.org/copyright.html + +Copyright (c) 2001-2012, International Business Machines Corporation and others. All Rights Reserved. -Permission is hereby granted, free of charge, to any person obtaining a -copy of data files and any associated documentation (the "Data Files") or -software and any associated documentation (the "Software") to deal in the -Data Files or Software without restriction, including without limitation -the rights to use, copy, modify, merge, publish, distribute, and/or sell -copies of the Data Files or Software, and to permit persons to whom the -Data Files or Software are furnished to do so, provided that either (a) -this copyright and permission notice appear with all copies of the Data -Files or Software, or (b) this copyright and permission notice appear in -associated Documentation. + +-------------------------------------------------------------------------------- +icu -THE DATA FILES AND SOFTWARE ARE PROVIDED "AS IS", WITHOUT WARRANTY OF ANY -KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF -MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT OF -THIRD PARTY RIGHTS. +© 2016 and later: Unicode, Inc. and others. +License & terms of use: http://www.unicode.org/copyright.html + +Copyright (c) 2002-2004, International Business Machines +Corporation and others. All Rights Reserved. -IN NO EVENT SHALL THE COPYRIGHT HOLDER OR HOLDERS INCLUDED IN THIS NOTICE -BE LIABLE FOR ANY CLAIM, OR ANY SPECIAL INDIRECT OR CONSEQUENTIAL DAMAGES, -OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, -WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, -ARISING OUT OF OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THE DATA -FILES OR SOFTWARE. -Except as contained in this notice, the name of a copyright holder shall -not be used in advertising or otherwise to promote the sale, use or other -dealings in these Data Files or Software without prior written -authorization of the copyright holder. -------------------------------------------------------------------------------- icu -Copyright (C) 2007-2016, International Business Machines +© 2016 and later: Unicode, Inc. and others. +License & terms of use: http://www.unicode.org/copyright.html + +Copyright (c) 2002-2006, International Business Machines Corporation and others. All Rights Reserved. -Permission is hereby granted, free of charge, to any person obtaining a -copy of data files and any associated documentation (the "Data Files") or -software and any associated documentation (the "Software") to deal in the -Data Files or Software without restriction, including without limitation -the rights to use, copy, modify, merge, publish, distribute, and/or sell -copies of the Data Files or Software, and to permit persons to whom the -Data Files or Software are furnished to do so, provided that either (a) -this copyright and permission notice appear with all copies of the Data -Files or Software, or (b) this copyright and permission notice appear in -associated Documentation. -THE DATA FILES AND SOFTWARE ARE PROVIDED "AS IS", WITHOUT WARRANTY OF ANY -KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF -MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT OF -THIRD PARTY RIGHTS. +-------------------------------------------------------------------------------- +icu + +© 2016 and later: Unicode, Inc. and others. +License & terms of use: http://www.unicode.org/copyright.html + +Copyright (c) 2002-2007, International Business Machines Corporation +and others. All Rights Reserved. -IN NO EVENT SHALL THE COPYRIGHT HOLDER OR HOLDERS INCLUDED IN THIS NOTICE -BE LIABLE FOR ANY CLAIM, OR ANY SPECIAL INDIRECT OR CONSEQUENTIAL DAMAGES, -OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, -WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, -ARISING OUT OF OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THE DATA -FILES OR SOFTWARE. -Except as contained in this notice, the name of a copyright holder shall -not be used in advertising or otherwise to promote the sale, use or other -dealings in these Data Files or Software without prior written -authorization of the copyright holder. -------------------------------------------------------------------------------- icu -Copyright (C) 2007-2016, International Business Machines Corporation and -others. All Rights Reserved. +© 2016 and later: Unicode, Inc. and others. +License & terms of use: http://www.unicode.org/copyright.html -Permission is hereby granted, free of charge, to any person obtaining a -copy of data files and any associated documentation (the "Data Files") or -software and any associated documentation (the "Software") to deal in the -Data Files or Software without restriction, including without limitation -the rights to use, copy, modify, merge, publish, distribute, and/or sell -copies of the Data Files or Software, and to permit persons to whom the -Data Files or Software are furnished to do so, provided that either (a) -this copyright and permission notice appear with all copies of the Data -Files or Software, or (b) this copyright and permission notice appear in -associated Documentation. +Copyright (c) 2002-2011, International Business Machines +Corporation and others. All Rights Reserved. -THE DATA FILES AND SOFTWARE ARE PROVIDED "AS IS", WITHOUT WARRANTY OF ANY -KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF -MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT OF -THIRD PARTY RIGHTS. -IN NO EVENT SHALL THE COPYRIGHT HOLDER OR HOLDERS INCLUDED IN THIS NOTICE -BE LIABLE FOR ANY CLAIM, OR ANY SPECIAL INDIRECT OR CONSEQUENTIAL DAMAGES, -OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, -WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, -ARISING OUT OF OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THE DATA -FILES OR SOFTWARE. +-------------------------------------------------------------------------------- +icu + +© 2016 and later: Unicode, Inc. and others. +License & terms of use: http://www.unicode.org/copyright.html + +Copyright (c) 2002-2014, International Business Machines +Corporation and others. All Rights Reserved. + -Except as contained in this notice, the name of a copyright holder shall -not be used in advertising or otherwise to promote the sale, use or other -dealings in these Data Files or Software without prior written -authorization of the copyright holder. -------------------------------------------------------------------------------- icu -Copyright (C) 2007-2016, International Business Machines Corporation and * -others. All Rights Reserved. +© 2016 and later: Unicode, Inc. and others. +License & terms of use: http://www.unicode.org/copyright.html -Permission is hereby granted, free of charge, to any person obtaining a -copy of data files and any associated documentation (the "Data Files") or -software and any associated documentation (the "Software") to deal in the -Data Files or Software without restriction, including without limitation -the rights to use, copy, modify, merge, publish, distribute, and/or sell -copies of the Data Files or Software, and to permit persons to whom the -Data Files or Software are furnished to do so, provided that either (a) -this copyright and permission notice appear with all copies of the Data -Files or Software, or (b) this copyright and permission notice appear in -associated Documentation. +Copyright (c) 2002-2014, International Business Machines Corporation +and others. All Rights Reserved. -THE DATA FILES AND SOFTWARE ARE PROVIDED "AS IS", WITHOUT WARRANTY OF ANY -KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF -MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT OF -THIRD PARTY RIGHTS. -IN NO EVENT SHALL THE COPYRIGHT HOLDER OR HOLDERS INCLUDED IN THIS NOTICE -BE LIABLE FOR ANY CLAIM, OR ANY SPECIAL INDIRECT OR CONSEQUENTIAL DAMAGES, -OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, -WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, -ARISING OUT OF OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THE DATA -FILES OR SOFTWARE. +-------------------------------------------------------------------------------- +icu + +© 2016 and later: Unicode, Inc. and others. +License & terms of use: http://www.unicode.org/copyright.html + +Copyright (c) 2002-2016, International Business Machines +Corporation and others. All Rights Reserved. + -Except as contained in this notice, the name of a copyright holder shall -not be used in advertising or otherwise to promote the sale, use or other -dealings in these Data Files or Software without prior written -authorization of the copyright holder. -------------------------------------------------------------------------------- icu -Copyright (C) 2008, Google, International Business Machines Corporation and * -others. All Rights Reserved. +© 2016 and later: Unicode, Inc. and others. +License & terms of use: http://www.unicode.org/copyright.html -Permission is hereby granted, free of charge, to any person obtaining a -copy of data files and any associated documentation (the "Data Files") or -software and any associated documentation (the "Software") to deal in the -Data Files or Software without restriction, including without limitation -the rights to use, copy, modify, merge, publish, distribute, and/or sell -copies of the Data Files or Software, and to permit persons to whom the -Data Files or Software are furnished to do so, provided that either (a) -this copyright and permission notice appear with all copies of the Data -Files or Software, or (b) this copyright and permission notice appear in -associated Documentation. +Copyright (c) 2003, International Business Machines +Corporation and others. All Rights Reserved. -THE DATA FILES AND SOFTWARE ARE PROVIDED "AS IS", WITHOUT WARRANTY OF ANY -KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF -MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT OF -THIRD PARTY RIGHTS. -IN NO EVENT SHALL THE COPYRIGHT HOLDER OR HOLDERS INCLUDED IN THIS NOTICE -BE LIABLE FOR ANY CLAIM, OR ANY SPECIAL INDIRECT OR CONSEQUENTIAL DAMAGES, -OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, -WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, -ARISING OUT OF OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THE DATA -FILES OR SOFTWARE. +-------------------------------------------------------------------------------- +icu + +© 2016 and later: Unicode, Inc. and others. +License & terms of use: http://www.unicode.org/copyright.html + +Copyright (c) 2003-2004, International Business Machines +Corporation and others. All Rights Reserved. + -Except as contained in this notice, the name of a copyright holder shall -not be used in advertising or otherwise to promote the sale, use or other -dealings in these Data Files or Software without prior written -authorization of the copyright holder. -------------------------------------------------------------------------------- icu -Copyright (C) 2008, International Business Machines +© 2016 and later: Unicode, Inc. and others. +License & terms of use: http://www.unicode.org/copyright.html + +Copyright (c) 2003-2008, International Business Machines Corporation and others. All Rights Reserved. -Permission is hereby granted, free of charge, to any person obtaining a -copy of data files and any associated documentation (the "Data Files") or -software and any associated documentation (the "Software") to deal in the -Data Files or Software without restriction, including without limitation -the rights to use, copy, modify, merge, publish, distribute, and/or sell -copies of the Data Files or Software, and to permit persons to whom the -Data Files or Software are furnished to do so, provided that either (a) -this copyright and permission notice appear with all copies of the Data -Files or Software, or (b) this copyright and permission notice appear in -associated Documentation. -THE DATA FILES AND SOFTWARE ARE PROVIDED "AS IS", WITHOUT WARRANTY OF ANY -KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF -MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT OF -THIRD PARTY RIGHTS. +-------------------------------------------------------------------------------- +icu + +© 2016 and later: Unicode, Inc. and others. +License & terms of use: http://www.unicode.org/copyright.html + +Copyright (c) 2003-2011, International Business Machines +Corporation and others. All Rights Reserved. -IN NO EVENT SHALL THE COPYRIGHT HOLDER OR HOLDERS INCLUDED IN THIS NOTICE -BE LIABLE FOR ANY CLAIM, OR ANY SPECIAL INDIRECT OR CONSEQUENTIAL DAMAGES, -OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, -WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, -ARISING OUT OF OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THE DATA -FILES OR SOFTWARE. -Except as contained in this notice, the name of a copyright holder shall -not be used in advertising or otherwise to promote the sale, use or other -dealings in these Data Files or Software without prior written -authorization of the copyright holder. -------------------------------------------------------------------------------- icu -Copyright (C) 2008, International Business Machines Corporation and -others. All Rights Reserved. +© 2016 and later: Unicode, Inc. and others. +License & terms of use: http://www.unicode.org/copyright.html -Permission is hereby granted, free of charge, to any person obtaining a -copy of data files and any associated documentation (the "Data Files") or -software and any associated documentation (the "Software") to deal in the -Data Files or Software without restriction, including without limitation -the rights to use, copy, modify, merge, publish, distribute, and/or sell -copies of the Data Files or Software, and to permit persons to whom the -Data Files or Software are furnished to do so, provided that either (a) -this copyright and permission notice appear with all copies of the Data -Files or Software, or (b) this copyright and permission notice appear in -associated Documentation. +Copyright (c) 2003-2013, International Business Machines +Corporation and others. All Rights Reserved. -THE DATA FILES AND SOFTWARE ARE PROVIDED "AS IS", WITHOUT WARRANTY OF ANY -KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF -MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT OF -THIRD PARTY RIGHTS. -IN NO EVENT SHALL THE COPYRIGHT HOLDER OR HOLDERS INCLUDED IN THIS NOTICE -BE LIABLE FOR ANY CLAIM, OR ANY SPECIAL INDIRECT OR CONSEQUENTIAL DAMAGES, -OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, -WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, -ARISING OUT OF OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THE DATA -FILES OR SOFTWARE. +-------------------------------------------------------------------------------- +icu + +© 2016 and later: Unicode, Inc. and others. +License & terms of use: http://www.unicode.org/copyright.html + +Copyright (c) 2003-2014, International Business Machines +Corporation and others. All Rights Reserved. + -Except as contained in this notice, the name of a copyright holder shall -not be used in advertising or otherwise to promote the sale, use or other -dealings in these Data Files or Software without prior written -authorization of the copyright holder. -------------------------------------------------------------------------------- icu -Copyright (C) 2008-2009, International Business Machines Corporation and -others. All Rights Reserved. - -Permission is hereby granted, free of charge, to any person obtaining a -copy of data files and any associated documentation (the "Data Files") or -software and any associated documentation (the "Software") to deal in the -Data Files or Software without restriction, including without limitation -the rights to use, copy, modify, merge, publish, distribute, and/or sell -copies of the Data Files or Software, and to permit persons to whom the -Data Files or Software are furnished to do so, provided that either (a) -this copyright and permission notice appear with all copies of the Data -Files or Software, or (b) this copyright and permission notice appear in -associated Documentation. +© 2016 and later: Unicode, Inc. and others. +License & terms of use: http://www.unicode.org/copyright.html -THE DATA FILES AND SOFTWARE ARE PROVIDED "AS IS", WITHOUT WARRANTY OF ANY -KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF -MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT OF -THIRD PARTY RIGHTS. +Copyright (c) 2004, International Business Machines +Corporation and others. All Rights Reserved. -IN NO EVENT SHALL THE COPYRIGHT HOLDER OR HOLDERS INCLUDED IN THIS NOTICE -BE LIABLE FOR ANY CLAIM, OR ANY SPECIAL INDIRECT OR CONSEQUENTIAL DAMAGES, -OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, -WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, -ARISING OUT OF OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THE DATA -FILES OR SOFTWARE. -Except as contained in this notice, the name of a copyright holder shall -not be used in advertising or otherwise to promote the sale, use or other -dealings in these Data Files or Software without prior written -authorization of the copyright holder. -------------------------------------------------------------------------------- icu -Copyright (C) 2008-2011, International Business Machines +© 2016 and later: Unicode, Inc. and others. +License & terms of use: http://www.unicode.org/copyright.html + +Copyright (c) 2004-2006, International Business Machines Corporation and others. All Rights Reserved. -Permission is hereby granted, free of charge, to any person obtaining a -copy of data files and any associated documentation (the "Data Files") or -software and any associated documentation (the "Software") to deal in the -Data Files or Software without restriction, including without limitation -the rights to use, copy, modify, merge, publish, distribute, and/or sell -copies of the Data Files or Software, and to permit persons to whom the -Data Files or Software are furnished to do so, provided that either (a) -this copyright and permission notice appear with all copies of the Data -Files or Software, or (b) this copyright and permission notice appear in -associated Documentation. -THE DATA FILES AND SOFTWARE ARE PROVIDED "AS IS", WITHOUT WARRANTY OF ANY -KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF -MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT OF -THIRD PARTY RIGHTS. +-------------------------------------------------------------------------------- +icu + +© 2016 and later: Unicode, Inc. and others. +License & terms of use: http://www.unicode.org/copyright.html + +Copyright (c) 2004-2014 International Business Machines +Corporation and others. All Rights Reserved. -IN NO EVENT SHALL THE COPYRIGHT HOLDER OR HOLDERS INCLUDED IN THIS NOTICE -BE LIABLE FOR ANY CLAIM, OR ANY SPECIAL INDIRECT OR CONSEQUENTIAL DAMAGES, -OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, -WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, -ARISING OUT OF OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THE DATA -FILES OR SOFTWARE. -Except as contained in this notice, the name of a copyright holder shall -not be used in advertising or otherwise to promote the sale, use or other -dealings in these Data Files or Software without prior written -authorization of the copyright holder. -------------------------------------------------------------------------------- icu -Copyright (C) 2008-2011, International Business Machines -Corporation, Google and others. All Rights Reserved. - -Permission is hereby granted, free of charge, to any person obtaining a -copy of data files and any associated documentation (the "Data Files") or -software and any associated documentation (the "Software") to deal in the -Data Files or Software without restriction, including without limitation -the rights to use, copy, modify, merge, publish, distribute, and/or sell -copies of the Data Files or Software, and to permit persons to whom the -Data Files or Software are furnished to do so, provided that either (a) -this copyright and permission notice appear with all copies of the Data -Files or Software, or (b) this copyright and permission notice appear in -associated Documentation. +© 2016 and later: Unicode, Inc. and others. +License & terms of use: http://www.unicode.org/copyright.html -THE DATA FILES AND SOFTWARE ARE PROVIDED "AS IS", WITHOUT WARRANTY OF ANY -KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF -MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT OF -THIRD PARTY RIGHTS. +Copyright (c) 2004-2014, International Business Machines +Corporation and others. All Rights Reserved. -IN NO EVENT SHALL THE COPYRIGHT HOLDER OR HOLDERS INCLUDED IN THIS NOTICE -BE LIABLE FOR ANY CLAIM, OR ANY SPECIAL INDIRECT OR CONSEQUENTIAL DAMAGES, -OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, -WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, -ARISING OUT OF OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THE DATA -FILES OR SOFTWARE. -Except as contained in this notice, the name of a copyright holder shall -not be used in advertising or otherwise to promote the sale, use or other -dealings in these Data Files or Software without prior written -authorization of the copyright holder. -------------------------------------------------------------------------------- icu -Copyright (C) 2008-2012, International Business Machines +© 2016 and later: Unicode, Inc. and others. +License & terms of use: http://www.unicode.org/copyright.html + +Copyright (c) 2004-2015, International Business Machines Corporation and others. All Rights Reserved. -Permission is hereby granted, free of charge, to any person obtaining a -copy of data files and any associated documentation (the "Data Files") or -software and any associated documentation (the "Software") to deal in the -Data Files or Software without restriction, including without limitation -the rights to use, copy, modify, merge, publish, distribute, and/or sell -copies of the Data Files or Software, and to permit persons to whom the -Data Files or Software are furnished to do so, provided that either (a) -this copyright and permission notice appear with all copies of the Data -Files or Software, or (b) this copyright and permission notice appear in -associated Documentation. -THE DATA FILES AND SOFTWARE ARE PROVIDED "AS IS", WITHOUT WARRANTY OF ANY -KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF -MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT OF -THIRD PARTY RIGHTS. +-------------------------------------------------------------------------------- +icu + +© 2016 and later: Unicode, Inc. and others. +License & terms of use: http://www.unicode.org/copyright.html + +Copyright (c) 2004-2016, International Business Machines +Corporation and others. All Rights Reserved. -IN NO EVENT SHALL THE COPYRIGHT HOLDER OR HOLDERS INCLUDED IN THIS NOTICE -BE LIABLE FOR ANY CLAIM, OR ANY SPECIAL INDIRECT OR CONSEQUENTIAL DAMAGES, -OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, -WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, -ARISING OUT OF OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THE DATA -FILES OR SOFTWARE. -Except as contained in this notice, the name of a copyright holder shall -not be used in advertising or otherwise to promote the sale, use or other -dealings in these Data Files or Software without prior written -authorization of the copyright holder. -------------------------------------------------------------------------------- icu -Copyright (C) 2008-2012, International Business Machines Corporation * -and others. All Rights Reserved. - -Permission is hereby granted, free of charge, to any person obtaining a -copy of data files and any associated documentation (the "Data Files") or -software and any associated documentation (the "Software") to deal in the -Data Files or Software without restriction, including without limitation -the rights to use, copy, modify, merge, publish, distribute, and/or sell -copies of the Data Files or Software, and to permit persons to whom the -Data Files or Software are furnished to do so, provided that either (a) -this copyright and permission notice appear with all copies of the Data -Files or Software, or (b) this copyright and permission notice appear in -associated Documentation. +© 2016 and later: Unicode, Inc. and others. +License & terms of use: http://www.unicode.org/copyright.html -THE DATA FILES AND SOFTWARE ARE PROVIDED "AS IS", WITHOUT WARRANTY OF ANY -KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF -MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT OF -THIRD PARTY RIGHTS. +Copyright (c) 2008-2015, International Business Machines +Corporation and others. All Rights Reserved. -IN NO EVENT SHALL THE COPYRIGHT HOLDER OR HOLDERS INCLUDED IN THIS NOTICE -BE LIABLE FOR ANY CLAIM, OR ANY SPECIAL INDIRECT OR CONSEQUENTIAL DAMAGES, -OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, -WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, -ARISING OUT OF OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THE DATA -FILES OR SOFTWARE. -Except as contained in this notice, the name of a copyright holder shall -not be used in advertising or otherwise to promote the sale, use or other -dealings in these Data Files or Software without prior written -authorization of the copyright holder. -------------------------------------------------------------------------------- icu -Copyright (C) 2008-2013, International Business Machines Corporation -and others. All Rights Reserved. +© 2016 and later: Unicode, Inc. and others. +License & terms of use: http://www.unicode.org/copyright.html -Permission is hereby granted, free of charge, to any person obtaining a -copy of data files and any associated documentation (the "Data Files") or -software and any associated documentation (the "Software") to deal in the -Data Files or Software without restriction, including without limitation -the rights to use, copy, modify, merge, publish, distribute, and/or sell -copies of the Data Files or Software, and to permit persons to whom the -Data Files or Software are furnished to do so, provided that either (a) -this copyright and permission notice appear with all copies of the Data -Files or Software, or (b) this copyright and permission notice appear in -associated Documentation. +Copyright (c) 2014, International Business Machines +Corporation and others. All Rights Reserved. -THE DATA FILES AND SOFTWARE ARE PROVIDED "AS IS", WITHOUT WARRANTY OF ANY -KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF -MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT OF -THIRD PARTY RIGHTS. -IN NO EVENT SHALL THE COPYRIGHT HOLDER OR HOLDERS INCLUDED IN THIS NOTICE -BE LIABLE FOR ANY CLAIM, OR ANY SPECIAL INDIRECT OR CONSEQUENTIAL DAMAGES, -OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, -WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, -ARISING OUT OF OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THE DATA -FILES OR SOFTWARE. +-------------------------------------------------------------------------------- +icu + +© 2016 and later: Unicode, Inc. and others. +License & terms of use: http://www.unicode.org/copyright.html + +Copyright (c) 2014-2016, International Business Machines +Corporation and others. All Rights Reserved. + -Except as contained in this notice, the name of a copyright holder shall -not be used in advertising or otherwise to promote the sale, use or other -dealings in these Data Files or Software without prior written -authorization of the copyright holder. -------------------------------------------------------------------------------- icu -Copyright (C) 2008-2013, International Business Machines Corporation and -others. All Rights Reserved. +© 2016 and later: Unicode, Inc. and others. +License & terms of use: http://www.unicode.org/copyright.html + Copyright (C) 2000-2016, International Business Machines + Corporation and others. All Rights Reserved. -Permission is hereby granted, free of charge, to any person obtaining a -copy of data files and any associated documentation (the "Data Files") or -software and any associated documentation (the "Software") to deal in the -Data Files or Software without restriction, including without limitation -the rights to use, copy, modify, merge, publish, distribute, and/or sell -copies of the Data Files or Software, and to permit persons to whom the -Data Files or Software are furnished to do so, provided that either (a) -this copyright and permission notice appear with all copies of the Data -Files or Software, or (b) this copyright and permission notice appear in -associated Documentation. + +-------------------------------------------------------------------------------- +icu -THE DATA FILES AND SOFTWARE ARE PROVIDED "AS IS", WITHOUT WARRANTY OF ANY -KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF -MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT OF -THIRD PARTY RIGHTS. +© 2016 and later: Unicode, Inc. and others. +License & terms of use: http://www.unicode.org/copyright.html + Copyright (C) 2008, International Business Machines + Corporation and others. All Rights Reserved. -IN NO EVENT SHALL THE COPYRIGHT HOLDER OR HOLDERS INCLUDED IN THIS NOTICE -BE LIABLE FOR ANY CLAIM, OR ANY SPECIAL INDIRECT OR CONSEQUENTIAL DAMAGES, -OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, -WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, -ARISING OUT OF OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THE DATA -FILES OR SOFTWARE. -Except as contained in this notice, the name of a copyright holder shall -not be used in advertising or otherwise to promote the sale, use or other -dealings in these Data Files or Software without prior written -authorization of the copyright holder. -------------------------------------------------------------------------------- icu -Copyright (C) 2008-2014, Google, International Business Machines Corporation -and others. All Rights Reserved. +© 2016 and later: Unicode, Inc. and others. +License & terms of use: http://www.unicode.org/copyright.html + Copyright (C) 2008-2011, International Business Machines + Corporation and others. All Rights Reserved. -Permission is hereby granted, free of charge, to any person obtaining a -copy of data files and any associated documentation (the "Data Files") or -software and any associated documentation (the "Software") to deal in the -Data Files or Software without restriction, including without limitation -the rights to use, copy, modify, merge, publish, distribute, and/or sell -copies of the Data Files or Software, and to permit persons to whom the -Data Files or Software are furnished to do so, provided that either (a) -this copyright and permission notice appear with all copies of the Data -Files or Software, or (b) this copyright and permission notice appear in -associated Documentation. -THE DATA FILES AND SOFTWARE ARE PROVIDED "AS IS", WITHOUT WARRANTY OF ANY -KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF -MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT OF -THIRD PARTY RIGHTS. +-------------------------------------------------------------------------------- +icu + +© 2016 and later: Unicode, Inc. and others. +License & terms of use: http://www.unicode.org/copyright.html + Copyright (C) 2008-2012, International Business Machines + Corporation and others. All Rights Reserved. -IN NO EVENT SHALL THE COPYRIGHT HOLDER OR HOLDERS INCLUDED IN THIS NOTICE -BE LIABLE FOR ANY CLAIM, OR ANY SPECIAL INDIRECT OR CONSEQUENTIAL DAMAGES, -OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, -WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, -ARISING OUT OF OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THE DATA -FILES OR SOFTWARE. -Except as contained in this notice, the name of a copyright holder shall -not be used in advertising or otherwise to promote the sale, use or other -dealings in these Data Files or Software without prior written -authorization of the copyright holder. -------------------------------------------------------------------------------- icu -Copyright (C) 2008-2014, Google, International Business Machines Corporation and -others. All Rights Reserved. +© 2016 and later: Unicode, Inc. and others. +License & terms of use: http://www.unicode.org/copyright.html + Copyright (C) 2008-2015, International Business Machines + Corporation and others. All Rights Reserved. -Permission is hereby granted, free of charge, to any person obtaining a -copy of data files and any associated documentation (the "Data Files") or -software and any associated documentation (the "Software") to deal in the -Data Files or Software without restriction, including without limitation -the rights to use, copy, modify, merge, publish, distribute, and/or sell -copies of the Data Files or Software, and to permit persons to whom the -Data Files or Software are furnished to do so, provided that either (a) -this copyright and permission notice appear with all copies of the Data -Files or Software, or (b) this copyright and permission notice appear in -associated Documentation. -THE DATA FILES AND SOFTWARE ARE PROVIDED "AS IS", WITHOUT WARRANTY OF ANY -KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF -MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT OF -THIRD PARTY RIGHTS. +-------------------------------------------------------------------------------- +icu + +© 2016 and later: Unicode, Inc. and others. +License & terms of use: http://www.unicode.org/copyright.html + Copyright (C) 2008-2016, International Business Machines + Corporation and others. All Rights Reserved. -IN NO EVENT SHALL THE COPYRIGHT HOLDER OR HOLDERS INCLUDED IN THIS NOTICE -BE LIABLE FOR ANY CLAIM, OR ANY SPECIAL INDIRECT OR CONSEQUENTIAL DAMAGES, -OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, -WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, -ARISING OUT OF OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THE DATA -FILES OR SOFTWARE. -Except as contained in this notice, the name of a copyright holder shall -not be used in advertising or otherwise to promote the sale, use or other -dealings in these Data Files or Software without prior written -authorization of the copyright holder. -------------------------------------------------------------------------------- icu -Copyright (C) 2008-2015, Google, International Business Machines Corporation -and others. All Rights Reserved. +© 2016 and later: Unicode, Inc. and others. +License & terms of use: http://www.unicode.org/copyright.html + Copyright (C) 2009-2013, International Business Machines + Corporation and others. All Rights Reserved. -Permission is hereby granted, free of charge, to any person obtaining a -copy of data files and any associated documentation (the "Data Files") or -software and any associated documentation (the "Software") to deal in the -Data Files or Software without restriction, including without limitation -the rights to use, copy, modify, merge, publish, distribute, and/or sell -copies of the Data Files or Software, and to permit persons to whom the -Data Files or Software are furnished to do so, provided that either (a) -this copyright and permission notice appear with all copies of the Data -Files or Software, or (b) this copyright and permission notice appear in -associated Documentation. -THE DATA FILES AND SOFTWARE ARE PROVIDED "AS IS", WITHOUT WARRANTY OF ANY -KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF -MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT OF -THIRD PARTY RIGHTS. +-------------------------------------------------------------------------------- +icu + +© 2016 and later: Unicode, Inc. and others. +License & terms of use: http://www.unicode.org/copyright.html + Copyright (C) 2009-2015, International Business Machines + Corporation and others. All Rights Reserved. -IN NO EVENT SHALL THE COPYRIGHT HOLDER OR HOLDERS INCLUDED IN THIS NOTICE -BE LIABLE FOR ANY CLAIM, OR ANY SPECIAL INDIRECT OR CONSEQUENTIAL DAMAGES, -OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, -WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, -ARISING OUT OF OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THE DATA -FILES OR SOFTWARE. -Except as contained in this notice, the name of a copyright holder shall -not be used in advertising or otherwise to promote the sale, use or other -dealings in these Data Files or Software without prior written -authorization of the copyright holder. -------------------------------------------------------------------------------- icu -Copyright (C) 2008-2015, International Business Machines -Corporation and others. All Rights Reserved. +© 2016 and later: Unicode, Inc. and others. +License & terms of use: http://www.unicode.org/copyright.html + Copyright (C) 2009-2016, International Business Machines + Corporation and others. All Rights Reserved. -Permission is hereby granted, free of charge, to any person obtaining a -copy of data files and any associated documentation (the "Data Files") or -software and any associated documentation (the "Software") to deal in the -Data Files or Software without restriction, including without limitation -the rights to use, copy, modify, merge, publish, distribute, and/or sell -copies of the Data Files or Software, and to permit persons to whom the -Data Files or Software are furnished to do so, provided that either (a) -this copyright and permission notice appear with all copies of the Data -Files or Software, or (b) this copyright and permission notice appear in -associated Documentation. -THE DATA FILES AND SOFTWARE ARE PROVIDED "AS IS", WITHOUT WARRANTY OF ANY -KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF -MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT OF -THIRD PARTY RIGHTS. +-------------------------------------------------------------------------------- +icu -IN NO EVENT SHALL THE COPYRIGHT HOLDER OR HOLDERS INCLUDED IN THIS NOTICE -BE LIABLE FOR ANY CLAIM, OR ANY SPECIAL INDIRECT OR CONSEQUENTIAL DAMAGES, -OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, -WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, -ARISING OUT OF OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THE DATA -FILES OR SOFTWARE. +© 2016 and later: Unicode, Inc. and others. +License & terms of use: http://www.unicode.org/copyright.html +Copyright (C) 1996-2008, International Business Machines Corporation +and others. All Rights Reserved. -Except as contained in this notice, the name of a copyright holder shall -not be used in advertising or otherwise to promote the sale, use or other -dealings in these Data Files or Software without prior written -authorization of the copyright holder. + -------------------------------------------------------------------------------- icu -Copyright (C) 2008-2015, International Business Machines Corporation +© 2016 and later: Unicode, Inc. and others. +License & terms of use: http://www.unicode.org/copyright.html +Copyright (C) 1996-2012, International Business Machines Corporation and others. All Rights Reserved. -Permission is hereby granted, free of charge, to any person obtaining a -copy of data files and any associated documentation (the "Data Files") or -software and any associated documentation (the "Software") to deal in the -Data Files or Software without restriction, including without limitation -the rights to use, copy, modify, merge, publish, distribute, and/or sell -copies of the Data Files or Software, and to permit persons to whom the -Data Files or Software are furnished to do so, provided that either (a) -this copyright and permission notice appear with all copies of the Data -Files or Software, or (b) this copyright and permission notice appear in -associated Documentation. + +-------------------------------------------------------------------------------- +icu + +© 2016 and later: Unicode, Inc. and others. +License & terms of use: http://www.unicode.org/copyright.html +Copyright (C) 1997-2005, International Business Machines Corporation and others. All Rights Reserved. -THE DATA FILES AND SOFTWARE ARE PROVIDED "AS IS", WITHOUT WARRANTY OF ANY -KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF -MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT OF -THIRD PARTY RIGHTS. -IN NO EVENT SHALL THE COPYRIGHT HOLDER OR HOLDERS INCLUDED IN THIS NOTICE -BE LIABLE FOR ANY CLAIM, OR ANY SPECIAL INDIRECT OR CONSEQUENTIAL DAMAGES, -OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, -WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, -ARISING OUT OF OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THE DATA -FILES OR SOFTWARE. -Except as contained in this notice, the name of a copyright holder shall -not be used in advertising or otherwise to promote the sale, use or other -dealings in these Data Files or Software without prior written -authorization of the copyright holder. -------------------------------------------------------------------------------- icu -Copyright (C) 2008-2015, International Business Machines Corporation and +© 2016 and later: Unicode, Inc. and others. +License & terms of use: http://www.unicode.org/copyright.html +Copyright (C) 1997-2013, International Business Machines Corporation and others. +All Rights Reserved. + + + +-------------------------------------------------------------------------------- +icu + +© 2016 and later: Unicode, Inc. and others. +License & terms of use: http://www.unicode.org/copyright.html +Copyright (C) 1997-2016, International Business Machines Corporation and others. All Rights Reserved. -Permission is hereby granted, free of charge, to any person obtaining a -copy of data files and any associated documentation (the "Data Files") or -software and any associated documentation (the "Software") to deal in the -Data Files or Software without restriction, including without limitation -the rights to use, copy, modify, merge, publish, distribute, and/or sell -copies of the Data Files or Software, and to permit persons to whom the -Data Files or Software are furnished to do so, provided that either (a) -this copyright and permission notice appear with all copies of the Data -Files or Software, or (b) this copyright and permission notice appear in -associated Documentation. -THE DATA FILES AND SOFTWARE ARE PROVIDED "AS IS", WITHOUT WARRANTY OF ANY -KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF -MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT OF -THIRD PARTY RIGHTS. -IN NO EVENT SHALL THE COPYRIGHT HOLDER OR HOLDERS INCLUDED IN THIS NOTICE -BE LIABLE FOR ANY CLAIM, OR ANY SPECIAL INDIRECT OR CONSEQUENTIAL DAMAGES, -OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, -WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, -ARISING OUT OF OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THE DATA -FILES OR SOFTWARE. +-------------------------------------------------------------------------------- +icu -Except as contained in this notice, the name of a copyright holder shall -not be used in advertising or otherwise to promote the sale, use or other -dealings in these Data Files or Software without prior written -authorization of the copyright holder. +© 2016 and later: Unicode, Inc. and others. +License & terms of use: http://www.unicode.org/copyright.html +Copyright (C) 2001-2005, International Business Machines Corporation and others. All Rights Reserved. + + -------------------------------------------------------------------------------- icu -Copyright (C) 2008-2016, International Business Machines -Corporation and others. All Rights Reserved. +© 2016 and later: Unicode, Inc. and others. +License & terms of use: http://www.unicode.org/copyright.html +Copyright (C) 2001-2011, International Business Machines Corporation +and others. All Rights Reserved. -Permission is hereby granted, free of charge, to any person obtaining a -copy of data files and any associated documentation (the "Data Files") or -software and any associated documentation (the "Software") to deal in the -Data Files or Software without restriction, including without limitation -the rights to use, copy, modify, merge, publish, distribute, and/or sell -copies of the Data Files or Software, and to permit persons to whom the -Data Files or Software are furnished to do so, provided that either (a) -this copyright and permission notice appear with all copies of the Data -Files or Software, or (b) this copyright and permission notice appear in -associated Documentation. + +-------------------------------------------------------------------------------- +icu -THE DATA FILES AND SOFTWARE ARE PROVIDED "AS IS", WITHOUT WARRANTY OF ANY -KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF -MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT OF -THIRD PARTY RIGHTS. +© 2016 and later: Unicode, Inc. and others. +License & terms of use: http://www.unicode.org/copyright.html +Copyright (C) 2002-2016 International Business Machines Corporation + and others. All rights reserved. -IN NO EVENT SHALL THE COPYRIGHT HOLDER OR HOLDERS INCLUDED IN THIS NOTICE -BE LIABLE FOR ANY CLAIM, OR ANY SPECIAL INDIRECT OR CONSEQUENTIAL DAMAGES, -OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, -WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, -ARISING OUT OF OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THE DATA -FILES OR SOFTWARE. -Except as contained in this notice, the name of a copyright holder shall -not be used in advertising or otherwise to promote the sale, use or other -dealings in these Data Files or Software without prior written -authorization of the copyright holder. -------------------------------------------------------------------------------- icu -Copyright (C) 2008-2016, International Business Machines Corporation +© 2016 and later: Unicode, Inc. and others. +License & terms of use: http://www.unicode.org/copyright.html +Copyright (C) 2003-2014, International Business Machines Corporation and others. All Rights Reserved. -Permission is hereby granted, free of charge, to any person obtaining a -copy of data files and any associated documentation (the "Data Files") or -software and any associated documentation (the "Software") to deal in the -Data Files or Software without restriction, including without limitation -the rights to use, copy, modify, merge, publish, distribute, and/or sell -copies of the Data Files or Software, and to permit persons to whom the -Data Files or Software are furnished to do so, provided that either (a) -this copyright and permission notice appear with all copies of the Data -Files or Software, or (b) this copyright and permission notice appear in -associated Documentation. - -THE DATA FILES AND SOFTWARE ARE PROVIDED "AS IS", WITHOUT WARRANTY OF ANY -KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF -MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT OF -THIRD PARTY RIGHTS. -IN NO EVENT SHALL THE COPYRIGHT HOLDER OR HOLDERS INCLUDED IN THIS NOTICE -BE LIABLE FOR ANY CLAIM, OR ANY SPECIAL INDIRECT OR CONSEQUENTIAL DAMAGES, -OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, -WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, -ARISING OUT OF OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THE DATA -FILES OR SOFTWARE. -Except as contained in this notice, the name of a copyright holder shall -not be used in advertising or otherwise to promote the sale, use or other -dealings in these Data Files or Software without prior written -authorization of the copyright holder. -------------------------------------------------------------------------------- icu -Copyright (C) 2008-2016, International Business Machines Corporation and +© 2016 and later: Unicode, Inc. and others. +License & terms of use: http://www.unicode.org/copyright.html +Copyright (C) 2007-2013, International Business Machines Corporation and others. All Rights Reserved. -Permission is hereby granted, free of charge, to any person obtaining a -copy of data files and any associated documentation (the "Data Files") or -software and any associated documentation (the "Software") to deal in the -Data Files or Software without restriction, including without limitation -the rights to use, copy, modify, merge, publish, distribute, and/or sell -copies of the Data Files or Software, and to permit persons to whom the -Data Files or Software are furnished to do so, provided that either (a) -this copyright and permission notice appear with all copies of the Data -Files or Software, or (b) this copyright and permission notice appear in -associated Documentation. -THE DATA FILES AND SOFTWARE ARE PROVIDED "AS IS", WITHOUT WARRANTY OF ANY -KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF -MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT OF -THIRD PARTY RIGHTS. -IN NO EVENT SHALL THE COPYRIGHT HOLDER OR HOLDERS INCLUDED IN THIS NOTICE -BE LIABLE FOR ANY CLAIM, OR ANY SPECIAL INDIRECT OR CONSEQUENTIAL DAMAGES, -OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, -WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, -ARISING OUT OF OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THE DATA -FILES OR SOFTWARE. +-------------------------------------------------------------------------------- +icu + +© 2016 and later: Unicode, Inc. and others. +License & terms of use: http://www.unicode.org/copyright.html +Copyright (C) 2008, International Business Machines Corporation and +others. All Rights Reserved. + + -Except as contained in this notice, the name of a copyright holder shall -not be used in advertising or otherwise to promote the sale, use or other -dealings in these Data Files or Software without prior written -authorization of the copyright holder. -------------------------------------------------------------------------------- icu -Copyright (C) 2009 International Business Machines -Corporation and others. All Rights Reserved. - -Permission is hereby granted, free of charge, to any person obtaining a -copy of data files and any associated documentation (the "Data Files") or -software and any associated documentation (the "Software") to deal in the -Data Files or Software without restriction, including without limitation -the rights to use, copy, modify, merge, publish, distribute, and/or sell -copies of the Data Files or Software, and to permit persons to whom the -Data Files or Software are furnished to do so, provided that either (a) -this copyright and permission notice appear with all copies of the Data -Files or Software, or (b) this copyright and permission notice appear in -associated Documentation. - -THE DATA FILES AND SOFTWARE ARE PROVIDED "AS IS", WITHOUT WARRANTY OF ANY -KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF -MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT OF -THIRD PARTY RIGHTS. +© 2016 and later: Unicode, Inc. and others. +License & terms of use: http://www.unicode.org/copyright.html +Copyright (C) 2008-2014, International Business Machines Corporation and +others. All Rights Reserved. -IN NO EVENT SHALL THE COPYRIGHT HOLDER OR HOLDERS INCLUDED IN THIS NOTICE -BE LIABLE FOR ANY CLAIM, OR ANY SPECIAL INDIRECT OR CONSEQUENTIAL DAMAGES, -OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, -WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, -ARISING OUT OF OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THE DATA -FILES OR SOFTWARE. -Except as contained in this notice, the name of a copyright holder shall -not be used in advertising or otherwise to promote the sale, use or other -dealings in these Data Files or Software without prior written -authorization of the copyright holder. -------------------------------------------------------------------------------- icu -Copyright (C) 2009, International Business Machines -Corporation and others. All Rights Reserved. - -Permission is hereby granted, free of charge, to any person obtaining a -copy of data files and any associated documentation (the "Data Files") or -software and any associated documentation (the "Software") to deal in the -Data Files or Software without restriction, including without limitation -the rights to use, copy, modify, merge, publish, distribute, and/or sell -copies of the Data Files or Software, and to permit persons to whom the -Data Files or Software are furnished to do so, provided that either (a) -this copyright and permission notice appear with all copies of the Data -Files or Software, or (b) this copyright and permission notice appear in -associated Documentation. +© 2016 and later: Unicode, Inc. and others. +License & terms of use: http://www.unicode.org/copyright.html +Copyright (C) 2008-2016, International Business Machines Corporation and +others. All Rights Reserved. -THE DATA FILES AND SOFTWARE ARE PROVIDED "AS IS", WITHOUT WARRANTY OF ANY -KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF -MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT OF -THIRD PARTY RIGHTS. -IN NO EVENT SHALL THE COPYRIGHT HOLDER OR HOLDERS INCLUDED IN THIS NOTICE -BE LIABLE FOR ANY CLAIM, OR ANY SPECIAL INDIRECT OR CONSEQUENTIAL DAMAGES, -OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, -WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, -ARISING OUT OF OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THE DATA -FILES OR SOFTWARE. -Except as contained in this notice, the name of a copyright holder shall -not be used in advertising or otherwise to promote the sale, use or other -dealings in these Data Files or Software without prior written -authorization of the copyright holder. -------------------------------------------------------------------------------- icu -Copyright (C) 2009-2010 IBM Corporation and Others. +© 2016 and later: Unicode, Inc. and others. +License & terms of use: http://www.unicode.org/copyright.html +Copyright (C) 2009-2011, International Business Machines +Corporation and others. All Rights Reserved. + +Copyright 2007 Google Inc. All Rights Reserved. -Permission is hereby granted, free of charge, to any person obtaining a -copy of data files and any associated documentation (the "Data Files") or -software and any associated documentation (the "Software") to deal in the -Data Files or Software without restriction, including without limitation -the rights to use, copy, modify, merge, publish, distribute, and/or sell -copies of the Data Files or Software, and to permit persons to whom the -Data Files or Software are furnished to do so, provided that either (a) -this copyright and permission notice appear with all copies of the Data -Files or Software, or (b) this copyright and permission notice appear in -associated Documentation. +-------------------------------------------------------------------------------- +icu -THE DATA FILES AND SOFTWARE ARE PROVIDED "AS IS", WITHOUT WARRANTY OF ANY -KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF -MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT OF -THIRD PARTY RIGHTS. +© 2016 and later: Unicode, Inc. and others. +License & terms of use: http://www.unicode.org/copyright.html +Copyright (C) 2009-2012, International Business Machines +Corporation and others. All Rights Reserved. -IN NO EVENT SHALL THE COPYRIGHT HOLDER OR HOLDERS INCLUDED IN THIS NOTICE -BE LIABLE FOR ANY CLAIM, OR ANY SPECIAL INDIRECT OR CONSEQUENTIAL DAMAGES, -OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, -WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, -ARISING OUT OF OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THE DATA -FILES OR SOFTWARE. +Copyright 2007 Google Inc. All Rights Reserved. -Except as contained in this notice, the name of a copyright holder shall -not be used in advertising or otherwise to promote the sale, use or other -dealings in these Data Files or Software without prior written -authorization of the copyright holder. -------------------------------------------------------------------------------- icu -Copyright (C) 2009-2010, Google, International Business Machines Corporation and * -others. All Rights Reserved. +© 2016 and later: Unicode, Inc. and others. +License & terms of use: http://www.unicode.org/copyright.html +Copyright (C) 2009-2013, International Business Machines +Corporation and others. All Rights Reserved. -Permission is hereby granted, free of charge, to any person obtaining a -copy of data files and any associated documentation (the "Data Files") or -software and any associated documentation (the "Software") to deal in the -Data Files or Software without restriction, including without limitation -the rights to use, copy, modify, merge, publish, distribute, and/or sell -copies of the Data Files or Software, and to permit persons to whom the -Data Files or Software are furnished to do so, provided that either (a) -this copyright and permission notice appear with all copies of the Data -Files or Software, or (b) this copyright and permission notice appear in -associated Documentation. +Copyright 2001 and onwards Google Inc. -THE DATA FILES AND SOFTWARE ARE PROVIDED "AS IS", WITHOUT WARRANTY OF ANY -KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF -MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT OF -THIRD PARTY RIGHTS. +-------------------------------------------------------------------------------- +icu -IN NO EVENT SHALL THE COPYRIGHT HOLDER OR HOLDERS INCLUDED IN THIS NOTICE -BE LIABLE FOR ANY CLAIM, OR ANY SPECIAL INDIRECT OR CONSEQUENTIAL DAMAGES, -OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, -WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, -ARISING OUT OF OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THE DATA -FILES OR SOFTWARE. +© 2016 and later: Unicode, Inc. and others. +License & terms of use: http://www.unicode.org/copyright.html +Copyright (C) 2009-2013, International Business Machines +Corporation and others. All Rights Reserved. + +Copyright 2004 and onwards Google Inc. -Except as contained in this notice, the name of a copyright holder shall -not be used in advertising or otherwise to promote the sale, use or other -dealings in these Data Files or Software without prior written -authorization of the copyright holder. -------------------------------------------------------------------------------- icu -Copyright (C) 2009-2010, International Business Machines Corporation and * +© 2016 and later: Unicode, Inc. and others. +License & terms of use: http://www.unicode.org/copyright.html +Copyright (C) 2015, International Business Machines Corporation and others. All Rights Reserved. -Permission is hereby granted, free of charge, to any person obtaining a -copy of data files and any associated documentation (the "Data Files") or -software and any associated documentation (the "Software") to deal in the -Data Files or Software without restriction, including without limitation -the rights to use, copy, modify, merge, publish, distribute, and/or sell -copies of the Data Files or Software, and to permit persons to whom the -Data Files or Software are furnished to do so, provided that either (a) -this copyright and permission notice appear with all copies of the Data -Files or Software, or (b) this copyright and permission notice appear in -associated Documentation. - -THE DATA FILES AND SOFTWARE ARE PROVIDED "AS IS", WITHOUT WARRANTY OF ANY -KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF -MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT OF -THIRD PARTY RIGHTS. +-------------------------------------------------------------------------------- +icu -IN NO EVENT SHALL THE COPYRIGHT HOLDER OR HOLDERS INCLUDED IN THIS NOTICE -BE LIABLE FOR ANY CLAIM, OR ANY SPECIAL INDIRECT OR CONSEQUENTIAL DAMAGES, -OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, -WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, -ARISING OUT OF OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THE DATA -FILES OR SOFTWARE. +© 2016 and later: Unicode, Inc. and others. +License & terms of use: http://www.unicode.org/copyright.html +Copyright (C) {1999-2001}, International Business Machines Corporation and others. All Rights Reserved. -Except as contained in this notice, the name of a copyright holder shall -not be used in advertising or otherwise to promote the sale, use or other -dealings in these Data Files or Software without prior written -authorization of the copyright holder. + -------------------------------------------------------------------------------- icu -Copyright (C) 2009-2011, International Business Machines - Corporation and others. All Rights Reserved. - -Permission is hereby granted, free of charge, to any person obtaining a -copy of data files and any associated documentation (the "Data Files") or -software and any associated documentation (the "Software") to deal in the -Data Files or Software without restriction, including without limitation -the rights to use, copy, modify, merge, publish, distribute, and/or sell -copies of the Data Files or Software, and to permit persons to whom the -Data Files or Software are furnished to do so, provided that either (a) -this copyright and permission notice appear with all copies of the Data -Files or Software, or (b) this copyright and permission notice appear in -associated Documentation. +© 2016 and later: Unicode, Inc. and others. +License & terms of use: http://www.unicode.org/copyright.html +Copyright (c) 1997-2011, International Business Machines Corporation and +others. All Rights Reserved. +Copyright (C) 2010 , Yahoo! Inc. -THE DATA FILES AND SOFTWARE ARE PROVIDED "AS IS", WITHOUT WARRANTY OF ANY -KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF -MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT OF -THIRD PARTY RIGHTS. +-------------------------------------------------------------------------------- +icu -IN NO EVENT SHALL THE COPYRIGHT HOLDER OR HOLDERS INCLUDED IN THIS NOTICE -BE LIABLE FOR ANY CLAIM, OR ANY SPECIAL INDIRECT OR CONSEQUENTIAL DAMAGES, -OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, -WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, -ARISING OUT OF OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THE DATA -FILES OR SOFTWARE. +© 2016 and later: Unicode, Inc. and others. +License & terms of use: http://www.unicode.org/copyright.html +Copyright (c) 1997-2012, International Business Machines Corporation and +others. All Rights Reserved. -Except as contained in this notice, the name of a copyright holder shall -not be used in advertising or otherwise to promote the sale, use or other -dealings in these Data Files or Software without prior written -authorization of the copyright holder. + -------------------------------------------------------------------------------- icu -Copyright (C) 2009-2011, International Business Machines -Corporation and others. All Rights Reserved. +© 2016 and later: Unicode, Inc. and others. +License & terms of use: http://www.unicode.org/copyright.html +Copyright (c) 1997-2012, International Business Machines Corporation and +others. All Rights Reserved. +Copyright (C) 2010 , Yahoo! Inc. -Permission is hereby granted, free of charge, to any person obtaining a -copy of data files and any associated documentation (the "Data Files") or -software and any associated documentation (the "Software") to deal in the -Data Files or Software without restriction, including without limitation -the rights to use, copy, modify, merge, publish, distribute, and/or sell -copies of the Data Files or Software, and to permit persons to whom the -Data Files or Software are furnished to do so, provided that either (a) -this copyright and permission notice appear with all copies of the Data -Files or Software, or (b) this copyright and permission notice appear in -associated Documentation. +-------------------------------------------------------------------------------- +icu + +© 2016 and later: Unicode, Inc. and others. +License & terms of use: http://www.unicode.org/copyright.html +Copyright (c) 1997-2015, International Business Machines Corporation and +others. All Rights Reserved. -THE DATA FILES AND SOFTWARE ARE PROVIDED "AS IS", WITHOUT WARRANTY OF ANY -KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF -MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT OF -THIRD PARTY RIGHTS. -IN NO EVENT SHALL THE COPYRIGHT HOLDER OR HOLDERS INCLUDED IN THIS NOTICE -BE LIABLE FOR ANY CLAIM, OR ANY SPECIAL INDIRECT OR CONSEQUENTIAL DAMAGES, -OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, -WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, -ARISING OUT OF OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THE DATA -FILES OR SOFTWARE. -Except as contained in this notice, the name of a copyright holder shall -not be used in advertising or otherwise to promote the sale, use or other -dealings in these Data Files or Software without prior written -authorization of the copyright holder. -------------------------------------------------------------------------------- icu -Copyright (C) 2009-2011, International Business Machines -Corporation and others. All Rights Reserved. +© 2016 and later: Unicode, Inc. and others. +License & terms of use: http://www.unicode.org/copyright.html +Copyright (c) 1997-2016, International Business Machines Corporation +and others. All Rights Reserved. -Permission is hereby granted, free of charge, to any person obtaining a -copy of data files and any associated documentation (the "Data Files") or -software and any associated documentation (the "Software") to deal in the -Data Files or Software without restriction, including without limitation -the rights to use, copy, modify, merge, publish, distribute, and/or sell -copies of the Data Files or Software, and to permit persons to whom the -Data Files or Software are furnished to do so, provided that either (a) -this copyright and permission notice appear with all copies of the Data -Files or Software, or (b) this copyright and permission notice appear in -associated Documentation. -THE DATA FILES AND SOFTWARE ARE PROVIDED "AS IS", WITHOUT WARRANTY OF ANY -KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF -MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT OF -THIRD PARTY RIGHTS. -IN NO EVENT SHALL THE COPYRIGHT HOLDER OR HOLDERS INCLUDED IN THIS NOTICE -BE LIABLE FOR ANY CLAIM, OR ANY SPECIAL INDIRECT OR CONSEQUENTIAL DAMAGES, -OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, -WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, -ARISING OUT OF OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THE DATA -FILES OR SOFTWARE. +-------------------------------------------------------------------------------- +icu + +© 2016 and later: Unicode, Inc. and others. +License & terms of use: http://www.unicode.org/copyright.html +Copyright (c) 1999-2012, International Business Machines Corporation and +others. All Rights Reserved. + -Except as contained in this notice, the name of a copyright holder shall -not be used in advertising or otherwise to promote the sale, use or other -dealings in these Data Files or Software without prior written -authorization of the copyright holder. -------------------------------------------------------------------------------- icu -Copyright (C) 2009-2011, International Business Machines Corporation and +© 2016 and later: Unicode, Inc. and others. +License & terms of use: http://www.unicode.org/copyright.html +Copyright (c) 1999-2016, International Business Machines Corporation and others. All Rights Reserved. -Permission is hereby granted, free of charge, to any person obtaining a -copy of data files and any associated documentation (the "Data Files") or -software and any associated documentation (the "Software") to deal in the -Data Files or Software without restriction, including without limitation -the rights to use, copy, modify, merge, publish, distribute, and/or sell -copies of the Data Files or Software, and to permit persons to whom the -Data Files or Software are furnished to do so, provided that either (a) -this copyright and permission notice appear with all copies of the Data -Files or Software, or (b) this copyright and permission notice appear in -associated Documentation. -THE DATA FILES AND SOFTWARE ARE PROVIDED "AS IS", WITHOUT WARRANTY OF ANY -KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF -MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT OF -THIRD PARTY RIGHTS. +-------------------------------------------------------------------------------- +icu -IN NO EVENT SHALL THE COPYRIGHT HOLDER OR HOLDERS INCLUDED IN THIS NOTICE -BE LIABLE FOR ANY CLAIM, OR ANY SPECIAL INDIRECT OR CONSEQUENTIAL DAMAGES, -OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, -WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, -ARISING OUT OF OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THE DATA -FILES OR SOFTWARE. +© 2016 and later: Unicode, Inc. and others. +License & terms of use: http://www.unicode.org/copyright.html +Copyright (c) 2001-2016, International Business Machines Corporation and +others. All Rights Reserved. -Except as contained in this notice, the name of a copyright holder shall -not be used in advertising or otherwise to promote the sale, use or other -dealings in these Data Files or Software without prior written -authorization of the copyright holder. -------------------------------------------------------------------------------- icu -Copyright (C) 2009-2012, International Business Machines -Corporation and others. All Rights Reserved. +© 2016 and later: Unicode, Inc. and others. +License & terms of use: http://www.unicode.org/copyright.html +Copyright (c) 2002-2005, International Business Machines Corporation and +others. All Rights Reserved. -Permission is hereby granted, free of charge, to any person obtaining a -copy of data files and any associated documentation (the "Data Files") or -software and any associated documentation (the "Software") to deal in the -Data Files or Software without restriction, including without limitation -the rights to use, copy, modify, merge, publish, distribute, and/or sell -copies of the Data Files or Software, and to permit persons to whom the -Data Files or Software are furnished to do so, provided that either (a) -this copyright and permission notice appear with all copies of the Data -Files or Software, or (b) this copyright and permission notice appear in -associated Documentation. +-------------------------------------------------------------------------------- +icu -THE DATA FILES AND SOFTWARE ARE PROVIDED "AS IS", WITHOUT WARRANTY OF ANY -KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF -MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT OF -THIRD PARTY RIGHTS. +© 2016 and later: Unicode, Inc. and others. +License & terms of use: http://www.unicode.org/copyright.html +Copyright (c) 2002-2006, International Business Machines Corporation and +others. All Rights Reserved. -IN NO EVENT SHALL THE COPYRIGHT HOLDER OR HOLDERS INCLUDED IN THIS NOTICE -BE LIABLE FOR ANY CLAIM, OR ANY SPECIAL INDIRECT OR CONSEQUENTIAL DAMAGES, -OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, -WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, -ARISING OUT OF OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THE DATA -FILES OR SOFTWARE. +-------------------------------------------------------------------------------- +icu + +© 2016 and later: Unicode, Inc. and others. +License & terms of use: http://www.unicode.org/copyright.html +Copyright (c) 2002-2012, International Business Machines Corporation and +others. All Rights Reserved. -Except as contained in this notice, the name of a copyright holder shall -not be used in advertising or otherwise to promote the sale, use or other -dealings in these Data Files or Software without prior written -authorization of the copyright holder. -------------------------------------------------------------------------------- icu -Copyright (C) 2009-2012, International Business Machines +© 2016 and later: Unicode, Inc. and others. +License & terms of use: http://www.unicode.org/copyright.html +Copyright (c) 2002-2014, International Business Machines Corporation and +others. All Rights Reserved. + +-------------------------------------------------------------------------------- +icu + +© 2016 and later: Unicode, Inc. and others. +License & terms of use: http://www.unicode.org/copyright.html +Copyright (c) 2003-2010 International Business Machines Corporation and others. All Rights Reserved. -Permission is hereby granted, free of charge, to any person obtaining a -copy of data files and any associated documentation (the "Data Files") or -software and any associated documentation (the "Software") to deal in the -Data Files or Software without restriction, including without limitation -the rights to use, copy, modify, merge, publish, distribute, and/or sell -copies of the Data Files or Software, and to permit persons to whom the -Data Files or Software are furnished to do so, provided that either (a) -this copyright and permission notice appear with all copies of the Data -Files or Software, or (b) this copyright and permission notice appear in -associated Documentation. -THE DATA FILES AND SOFTWARE ARE PROVIDED "AS IS", WITHOUT WARRANTY OF ANY -KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF -MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT OF -THIRD PARTY RIGHTS. +-------------------------------------------------------------------------------- +icu -IN NO EVENT SHALL THE COPYRIGHT HOLDER OR HOLDERS INCLUDED IN THIS NOTICE -BE LIABLE FOR ANY CLAIM, OR ANY SPECIAL INDIRECT OR CONSEQUENTIAL DAMAGES, -OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, -WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, -ARISING OUT OF OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THE DATA -FILES OR SOFTWARE. +© 2016 and later: Unicode, Inc. and others. +License & terms of use: http://www.unicode.org/copyright.html +Copyright (c) 2004-2010, International Business Machines Corporation and +others. All Rights Reserved. -Except as contained in this notice, the name of a copyright holder shall -not be used in advertising or otherwise to promote the sale, use or other -dealings in these Data Files or Software without prior written -authorization of the copyright holder. -------------------------------------------------------------------------------- icu -Copyright (C) 2009-2012, International Business Machines Corporation and +© 2016 and later: Unicode, Inc. and others. +License & terms of use: http://www.unicode.org/copyright.html +Copyright (c) 2007-2012, International Business Machines Corporation and others. All Rights Reserved. -Permission is hereby granted, free of charge, to any person obtaining a -copy of data files and any associated documentation (the "Data Files") or -software and any associated documentation (the "Software") to deal in the -Data Files or Software without restriction, including without limitation -the rights to use, copy, modify, merge, publish, distribute, and/or sell -copies of the Data Files or Software, and to permit persons to whom the -Data Files or Software are furnished to do so, provided that either (a) -this copyright and permission notice appear with all copies of the Data -Files or Software, or (b) this copyright and permission notice appear in -associated Documentation. +-------------------------------------------------------------------------------- +icu -THE DATA FILES AND SOFTWARE ARE PROVIDED "AS IS", WITHOUT WARRANTY OF ANY -KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF -MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT OF -THIRD PARTY RIGHTS. +© 2016 and later: Unicode, Inc. and others. +License & terms of use: http://www.unicode.org/copyright.html +Copyright (c) 2007-2013, International Business Machines Corporation and +others. All Rights Reserved. -IN NO EVENT SHALL THE COPYRIGHT HOLDER OR HOLDERS INCLUDED IN THIS NOTICE -BE LIABLE FOR ANY CLAIM, OR ANY SPECIAL INDIRECT OR CONSEQUENTIAL DAMAGES, -OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, -WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, -ARISING OUT OF OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THE DATA -FILES OR SOFTWARE. +-------------------------------------------------------------------------------- +icu + +© 2016 and later: Unicode, Inc. and others. +License & terms of use: http://www.unicode.org/copyright.html +Copyright (c) 2007-2014, International Business Machines Corporation and +others. All Rights Reserved. -Except as contained in this notice, the name of a copyright holder shall -not be used in advertising or otherwise to promote the sale, use or other -dealings in these Data Files or Software without prior written -authorization of the copyright holder. -------------------------------------------------------------------------------- icu -Copyright (C) 2009-2013, International Business Machines -Corporation and others. All Rights Reserved. +© 2016 and later: Unicode, Inc. and others. +License & terms of use: http://www.unicode.org/copyright.html +Copyright (c) 2007-2016, International Business Machines Corporation and +others. All Rights Reserved. -Permission is hereby granted, free of charge, to any person obtaining a -copy of data files and any associated documentation (the "Data Files") or -software and any associated documentation (the "Software") to deal in the -Data Files or Software without restriction, including without limitation -the rights to use, copy, modify, merge, publish, distribute, and/or sell -copies of the Data Files or Software, and to permit persons to whom the -Data Files or Software are furnished to do so, provided that either (a) -this copyright and permission notice appear with all copies of the Data -Files or Software, or (b) this copyright and permission notice appear in -associated Documentation. +-------------------------------------------------------------------------------- +icu -THE DATA FILES AND SOFTWARE ARE PROVIDED "AS IS", WITHOUT WARRANTY OF ANY -KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF -MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT OF -THIRD PARTY RIGHTS. +© 2016 and later: Unicode, Inc. and others. +License & terms of use: http://www.unicode.org/copyright.html +Copyright (c) 2008-2010, International Business Machines Corporation and +others. All Rights Reserved. -IN NO EVENT SHALL THE COPYRIGHT HOLDER OR HOLDERS INCLUDED IN THIS NOTICE -BE LIABLE FOR ANY CLAIM, OR ANY SPECIAL INDIRECT OR CONSEQUENTIAL DAMAGES, -OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, -WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, -ARISING OUT OF OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THE DATA -FILES OR SOFTWARE. +-------------------------------------------------------------------------------- +icu + +© 2016 and later: Unicode, Inc. and others. +License & terms of use: http://www.unicode.org/copyright.html +Copyright (c) 2008-2011, International Business Machines Corporation and +others. All Rights Reserved. -Except as contained in this notice, the name of a copyright holder shall -not be used in advertising or otherwise to promote the sale, use or other -dealings in these Data Files or Software without prior written -authorization of the copyright holder. -------------------------------------------------------------------------------- icu -Copyright (C) 2009-2013, International Business Machines -Corporation and others. All Rights Reserved. +© 2016 and later: Unicode, Inc. and others. +License & terms of use: http://www.unicode.org/copyright.html +Copyright (c) 2008-2014, International Business Machines Corporation and +others. All Rights Reserved. -Permission is hereby granted, free of charge, to any person obtaining a -copy of data files and any associated documentation (the "Data Files") or -software and any associated documentation (the "Software") to deal in the -Data Files or Software without restriction, including without limitation -the rights to use, copy, modify, merge, publish, distribute, and/or sell -copies of the Data Files or Software, and to permit persons to whom the -Data Files or Software are furnished to do so, provided that either (a) -this copyright and permission notice appear with all copies of the Data -Files or Software, or (b) this copyright and permission notice appear in -associated Documentation. +-------------------------------------------------------------------------------- +icu -THE DATA FILES AND SOFTWARE ARE PROVIDED "AS IS", WITHOUT WARRANTY OF ANY -KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF -MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT OF -THIRD PARTY RIGHTS. +© 2016 and later: Unicode, Inc. and others. +License & terms of use: http://www.unicode.org/copyright.html +Copyright (c) IBM Corporation, 2000-2010. All rights reserved. -IN NO EVENT SHALL THE COPYRIGHT HOLDER OR HOLDERS INCLUDED IN THIS NOTICE -BE LIABLE FOR ANY CLAIM, OR ANY SPECIAL INDIRECT OR CONSEQUENTIAL DAMAGES, -OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, -WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, -ARISING OUT OF OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THE DATA -FILES OR SOFTWARE. +This software is made available under the terms of the +ICU License -- ICU 1.8.1 and later. +-------------------------------------------------------------------------------- +icu -Except as contained in this notice, the name of a copyright holder shall -not be used in advertising or otherwise to promote the sale, use or other -dealings in these Data Files or Software without prior written -authorization of the copyright holder. +© 2016 and later: Unicode, Inc. and others. +License & terms of use: http://www.unicode.org/copyright.html +Copyright (c) IBM Corporation, 2000-2011. All rights reserved. + +This software is made available under the terms of the +ICU License -- ICU 1.8.1 and later. -------------------------------------------------------------------------------- icu -Copyright (C) 2009-2013, International Business Machines Corporation and * -others. All Rights Reserved. +© 2016 and later: Unicode, Inc. and others. +License & terms of use: http://www.unicode.org/copyright.html +Copyright (c) IBM Corporation, 2000-2012. All rights reserved. -Permission is hereby granted, free of charge, to any person obtaining a -copy of data files and any associated documentation (the "Data Files") or -software and any associated documentation (the "Software") to deal in the -Data Files or Software without restriction, including without limitation -the rights to use, copy, modify, merge, publish, distribute, and/or sell -copies of the Data Files or Software, and to permit persons to whom the -Data Files or Software are furnished to do so, provided that either (a) -this copyright and permission notice appear with all copies of the Data -Files or Software, or (b) this copyright and permission notice appear in -associated Documentation. +This software is made available under the terms of the +ICU License -- ICU 1.8.1 and later. +-------------------------------------------------------------------------------- +icu -THE DATA FILES AND SOFTWARE ARE PROVIDED "AS IS", WITHOUT WARRANTY OF ANY -KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF -MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT OF -THIRD PARTY RIGHTS. +© 2016 and later: Unicode, Inc. and others. +License & terms of use: http://www.unicode.org/copyright.html +Copyright (c) IBM Corporation, 2000-2014. All rights reserved. -IN NO EVENT SHALL THE COPYRIGHT HOLDER OR HOLDERS INCLUDED IN THIS NOTICE -BE LIABLE FOR ANY CLAIM, OR ANY SPECIAL INDIRECT OR CONSEQUENTIAL DAMAGES, -OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, -WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, -ARISING OUT OF OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THE DATA -FILES OR SOFTWARE. +This software is made available under the terms of the +ICU License -- ICU 1.8.1 and later. +-------------------------------------------------------------------------------- +icu -Except as contained in this notice, the name of a copyright holder shall -not be used in advertising or otherwise to promote the sale, use or other -dealings in these Data Files or Software without prior written -authorization of the copyright holder. +© 2016 and later: Unicode, Inc. and others. +License & terms of use: http://www.unicode.org/copyright.html +Copyright (c) IBM Corporation, 2000-2016. All rights reserved. + +This software is made available under the terms of the +ICU License -- ICU 1.8.1 and later. -------------------------------------------------------------------------------- icu -Copyright (C) 2009-2014 International Business Machines -Corporation and others. All Rights Reserved. +© 2017 and later: Unicode, Inc. and others. +License & terms of use: http://www.unicode.org/copyright.html -Permission is hereby granted, free of charge, to any person obtaining a -copy of data files and any associated documentation (the "Data Files") or -software and any associated documentation (the "Software") to deal in the -Data Files or Software without restriction, including without limitation -the rights to use, copy, modify, merge, publish, distribute, and/or sell -copies of the Data Files or Software, and to permit persons to whom the -Data Files or Software are furnished to do so, provided that either (a) -this copyright and permission notice appear with all copies of the Data -Files or Software, or (b) this copyright and permission notice appear in -associated Documentation. +Copyright (C) 2009-2017, International Business Machines Corporation, +Google, and others. All Rights Reserved. -THE DATA FILES AND SOFTWARE ARE PROVIDED "AS IS", WITHOUT WARRANTY OF ANY -KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF -MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT OF -THIRD PARTY RIGHTS. -IN NO EVENT SHALL THE COPYRIGHT HOLDER OR HOLDERS INCLUDED IN THIS NOTICE -BE LIABLE FOR ANY CLAIM, OR ANY SPECIAL INDIRECT OR CONSEQUENTIAL DAMAGES, -OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, -WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, -ARISING OUT OF OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THE DATA -FILES OR SOFTWARE. -Except as contained in this notice, the name of a copyright holder shall -not be used in advertising or otherwise to promote the sale, use or other -dealings in these Data Files or Software without prior written -authorization of the copyright holder. -------------------------------------------------------------------------------- icu +skia -Copyright (C) 2009-2014, International Business Machines -Corporation and others. All Rights Reserved. +Copyright (c) 2018 The Chromium Authors. All rights reserved. +Use of this source code is governed by a BSD-style license that can be +found in the LICENSE file. +-------------------------------------------------------------------------------- +include -Permission is hereby granted, free of charge, to any person obtaining a -copy of data files and any associated documentation (the "Data Files") or -software and any associated documentation (the "Software") to deal in the -Data Files or Software without restriction, including without limitation -the rights to use, copy, modify, merge, publish, distribute, and/or sell -copies of the Data Files or Software, and to permit persons to whom the -Data Files or Software are furnished to do so, provided that either (a) -this copyright and permission notice appear with all copies of the Data -Files or Software, or (b) this copyright and permission notice appear in -associated Documentation. -THE DATA FILES AND SOFTWARE ARE PROVIDED "AS IS", WITHOUT WARRANTY OF ANY -KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF -MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT OF -THIRD PARTY RIGHTS. -IN NO EVENT SHALL THE COPYRIGHT HOLDER OR HOLDERS INCLUDED IN THIS NOTICE -BE LIABLE FOR ANY CLAIM, OR ANY SPECIAL INDIRECT OR CONSEQUENTIAL DAMAGES, -OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, -WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, -ARISING OUT OF OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THE DATA -FILES OR SOFTWARE. +Copyright (c) 2013-2021 Niels Lohmann -Except as contained in this notice, the name of a copyright holder shall -not be used in advertising or otherwise to promote the sale, use or other -dealings in these Data Files or Software without prior written -authorization of the copyright holder. +Permission is hereby granted, free of charge, to any person obtaining a copy +of this software and associated documentation files (the "Software"), to deal +in the Software without restriction, including without limitation the rights +to use, copy, modify, merge, publish, distribute, sublicense, and/or sell +copies of the Software, and to permit persons to whom the Software is +furnished to do so, subject to the following conditions: + +The above copyright notice and this permission notice shall be included in all +copies or substantial portions of the Software. + +THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR +IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, +FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE +AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER +LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, +OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE +SOFTWARE. -------------------------------------------------------------------------------- -icu +include -Copyright (C) 2009-2014, International Business Machines Corporation and -others. All Rights Reserved. -Permission is hereby granted, free of charge, to any person obtaining a -copy of data files and any associated documentation (the "Data Files") or -software and any associated documentation (the "Software") to deal in the -Data Files or Software without restriction, including without limitation -the rights to use, copy, modify, merge, publish, distribute, and/or sell -copies of the Data Files or Software, and to permit persons to whom the -Data Files or Software are furnished to do so, provided that either (a) -this copyright and permission notice appear with all copies of the Data -Files or Software, or (b) this copyright and permission notice appear in -associated Documentation. +Copyright (c) 2013-2019 Niels Lohmann . -THE DATA FILES AND SOFTWARE ARE PROVIDED "AS IS", WITHOUT WARRANTY OF ANY -KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF -MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT OF -THIRD PARTY RIGHTS. +Permission is hereby granted, free of charge, to any person obtaining a copy +of this software and associated documentation files (the "Software"), to deal +in the Software without restriction, including without limitation the rights +to use, copy, modify, merge, publish, distribute, sublicense, and/or sell +copies of the Software, and to permit persons to whom the Software is +furnished to do so, subject to the following conditions: -IN NO EVENT SHALL THE COPYRIGHT HOLDER OR HOLDERS INCLUDED IN THIS NOTICE -BE LIABLE FOR ANY CLAIM, OR ANY SPECIAL INDIRECT OR CONSEQUENTIAL DAMAGES, -OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, -WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, -ARISING OUT OF OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THE DATA -FILES OR SOFTWARE. +The above copyright notice and this permission notice shall be included in all +copies or substantial portions of the Software. -Except as contained in this notice, the name of a copyright holder shall -not be used in advertising or otherwise to promote the sale, use or other -dealings in these Data Files or Software without prior written -authorization of the copyright holder. +THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR +IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, +FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE +AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER +LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, +OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE +SOFTWARE. -------------------------------------------------------------------------------- -icu +include -Copyright (C) 2009-2015, International Business Machines -Corporation and others. All Rights Reserved. +Copyright (C) 2011 Nick Bruun +Copyright (C) 2013 Vlad Lazarenko +Copyright (C) 2014 Nicolas Pauss +-------------------------------------------------------------------------------- +include -Permission is hereby granted, free of charge, to any person obtaining a -copy of data files and any associated documentation (the "Data Files") or -software and any associated documentation (the "Software") to deal in the -Data Files or Software without restriction, including without limitation -the rights to use, copy, modify, merge, publish, distribute, and/or sell -copies of the Data Files or Software, and to permit persons to whom the -Data Files or Software are furnished to do so, provided that either (a) -this copyright and permission notice appear with all copies of the Data -Files or Software, or (b) this copyright and permission notice appear in -associated Documentation. +Copyright (c) 2009 Florian Loitsch. -THE DATA FILES AND SOFTWARE ARE PROVIDED "AS IS", WITHOUT WARRANTY OF ANY -KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF -MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT OF -THIRD PARTY RIGHTS. +Permission is hereby granted, free of charge, to any person obtaining a copy +of this software and associated documentation files (the "Software"), to deal +in the Software without restriction, including without limitation the rights +to use, copy, modify, merge, publish, distribute, sublicense, and/or sell +copies of the Software, and to permit persons to whom the Software is +furnished to do so, subject to the following conditions: -IN NO EVENT SHALL THE COPYRIGHT HOLDER OR HOLDERS INCLUDED IN THIS NOTICE -BE LIABLE FOR ANY CLAIM, OR ANY SPECIAL INDIRECT OR CONSEQUENTIAL DAMAGES, -OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, -WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, -ARISING OUT OF OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THE DATA -FILES OR SOFTWARE. +The above copyright notice and this permission notice shall be included in all +copies or substantial portions of the Software. + +THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR +IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, +FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE +AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER +LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, +OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE +SOFTWARE. -Except as contained in this notice, the name of a copyright holder shall -not be used in advertising or otherwise to promote the sale, use or other -dealings in these Data Files or Software without prior written -authorization of the copyright holder. -------------------------------------------------------------------------------- -icu +include -Copyright (C) 2009-2015, International Business Machines Corporation and -others. All Rights Reserved. +Copyright (c) 2011 - Nick Bruun. -Permission is hereby granted, free of charge, to any person obtaining a -copy of data files and any associated documentation (the "Data Files") or -software and any associated documentation (the "Software") to deal in the -Data Files or Software without restriction, including without limitation -the rights to use, copy, modify, merge, publish, distribute, and/or sell -copies of the Data Files or Software, and to permit persons to whom the -Data Files or Software are furnished to do so, provided that either (a) -this copyright and permission notice appear with all copies of the Data -Files or Software, or (b) this copyright and permission notice appear in -associated Documentation. +This software is provided 'as-is', without any express or implied +warranty. In no event will the authors be held liable for any damages +arising from the use of this software. -THE DATA FILES AND SOFTWARE ARE PROVIDED "AS IS", WITHOUT WARRANTY OF ANY -KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF -MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT OF -THIRD PARTY RIGHTS. +Permission is granted to anyone to use this software for any purpose, +including commercial applications, and to alter it and redistribute it +freely, subject to the following restrictions: -IN NO EVENT SHALL THE COPYRIGHT HOLDER OR HOLDERS INCLUDED IN THIS NOTICE -BE LIABLE FOR ANY CLAIM, OR ANY SPECIAL INDIRECT OR CONSEQUENTIAL DAMAGES, -OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, -WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, -ARISING OUT OF OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THE DATA -FILES OR SOFTWARE. +1. The origin of this software must not be misrepresented; you must not + claim that you wrote the original software. If you use this software + in a product, an acknowledgment in the product documentation would be + appreciated but is not required. +2. Altered source versions must be plainly marked as such, and must not be + misrepresented as being the original software. +3. If you meet (any of) the author(s), you're encouraged to buy them a beer, + a drink or whatever is suited to the situation, given that you like the + software. +4. This notice may not be removed or altered from any source + distribution. +-------------------------------------------------------------------------------- +include +json -Except as contained in this notice, the name of a copyright holder shall -not be used in advertising or otherwise to promote the sale, use or other -dealings in these Data Files or Software without prior written -authorization of the copyright holder. +@copyright Copyright (c) 2008-2009 Bjoern Hoehrmann +@sa http://bjoern.hoehrmann.de/utf-8/decoder/dfa/ -------------------------------------------------------------------------------- -icu +inja -Copyright (C) 2009-2015, International Business Machines Corporation and * -others. All Rights Reserved. -Permission is hereby granted, free of charge, to any person obtaining a -copy of data files and any associated documentation (the "Data Files") or -software and any associated documentation (the "Software") to deal in the -Data Files or Software without restriction, including without limitation -the rights to use, copy, modify, merge, publish, distribute, and/or sell -copies of the Data Files or Software, and to permit persons to whom the -Data Files or Software are furnished to do so, provided that either (a) -this copyright and permission notice appear with all copies of the Data -Files or Software, or (b) this copyright and permission notice appear in -associated Documentation. -THE DATA FILES AND SOFTWARE ARE PROVIDED "AS IS", WITHOUT WARRANTY OF ANY -KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF -MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT OF -THIRD PARTY RIGHTS. +Copyright (c) 2018-2021 Berscheid + +Permission is hereby granted, free of charge, to any person obtaining a copy +of this software and associated documentation files (the "Software"), to deal +in the Software without restriction, including without limitation the rights +to use, copy, modify, merge, publish, distribute, sublicense, and/or sell +copies of the Software, and to permit persons to whom the Software is +furnished to do so, subject to the following conditions: + +The above copyright notice and this permission notice shall be included in all +copies or substantial portions of the Software. -IN NO EVENT SHALL THE COPYRIGHT HOLDER OR HOLDERS INCLUDED IN THIS NOTICE -BE LIABLE FOR ANY CLAIM, OR ANY SPECIAL INDIRECT OR CONSEQUENTIAL DAMAGES, -OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, -WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, -ARISING OUT OF OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THE DATA -FILES OR SOFTWARE. +THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR +IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, +FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE +AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER +LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, +OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE +SOFTWARE. +-------------------------------------------------------------------------------- +inja -Except as contained in this notice, the name of a copyright holder shall -not be used in advertising or otherwise to promote the sale, use or other -dealings in these Data Files or Software without prior written -authorization of the copyright holder. +___ _ Version 3.3 +|_ _|_ __ (_) __ _ https://github.com/pantor/inja +| || '_ \ | |/ _` | Licensed under the MIT License . +| || | | || | (_| | +|___|_| |_|/ |\__,_| Copyright (c) 2018-2021 Lars Berscheid +|__/ +Permission is hereby granted, free of charge, to any person obtaining a copy +of this software and associated documentation files (the "Software"), to deal +in the Software without restriction, including without limitation the rights +to use, copy, modify, merge, publish, distribute, sublicense, and/or sell +copies of the Software, and to permit persons to whom the Software is +furnished to do so, subject to the following conditions: +The above copyright notice and this permission notice shall be included in all +copies or substantial portions of the Software. +THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR +IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, +FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE +AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER +LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, +OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE +SOFTWARE. -------------------------------------------------------------------------------- -icu +io -Copyright (C) 2009-2016, International Business Machines -Corporation and others. All Rights Reserved. +Copyright 2017, the Dart project authors. -Permission is hereby granted, free of charge, to any person obtaining a -copy of data files and any associated documentation (the "Data Files") or -software and any associated documentation (the "Software") to deal in the -Data Files or Software without restriction, including without limitation -the rights to use, copy, modify, merge, publish, distribute, and/or sell -copies of the Data Files or Software, and to permit persons to whom the -Data Files or Software are furnished to do so, provided that either (a) -this copyright and permission notice appear with all copies of the Data -Files or Software, or (b) this copyright and permission notice appear in -associated Documentation. +Redistribution and use in source and binary forms, with or without +modification, are permitted provided that the following conditions are +met: -THE DATA FILES AND SOFTWARE ARE PROVIDED "AS IS", WITHOUT WARRANTY OF ANY -KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF -MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT OF -THIRD PARTY RIGHTS. + * Redistributions of source code must retain the above copyright + notice, this list of conditions and the following disclaimer. + * Redistributions in binary form must reproduce the above + copyright notice, this list of conditions and the following + disclaimer in the documentation and/or other materials provided + with the distribution. + * Neither the name of Google LLC nor the names of its + contributors may be used to endorse or promote products derived + from this software without specific prior written permission. -IN NO EVENT SHALL THE COPYRIGHT HOLDER OR HOLDERS INCLUDED IN THIS NOTICE -BE LIABLE FOR ANY CLAIM, OR ANY SPECIAL INDIRECT OR CONSEQUENTIAL DAMAGES, -OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, -WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, -ARISING OUT OF OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THE DATA -FILES OR SOFTWARE. +THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS +"AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT +LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR +A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT +OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, +SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT +LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, +DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY +THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT +(INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE +OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. +-------------------------------------------------------------------------------- +io -Except as contained in this notice, the name of a copyright holder shall -not be used in advertising or otherwise to promote the sale, use or other -dealings in these Data Files or Software without prior written -authorization of the copyright holder. +Copyright 2017, the Dart project authors. Please see the AUTHORS file +for details. All rights reserved. Use of this source code is governed by a +BSD-style license that can be found in the LICENSE file. -------------------------------------------------------------------------------- -icu +io -Copyright (C) 2009-2016, International Business Machines Corporation and -others. All Rights Reserved. +Copyright 2021, the Dart project authors. Please see the AUTHORS file +for details. All rights reserved. Use of this source code is governed by a +BSD-style license that can be found in the LICENSE file. +-------------------------------------------------------------------------------- +io +term_glyph -Permission is hereby granted, free of charge, to any person obtaining a -copy of data files and any associated documentation (the "Data Files") or -software and any associated documentation (the "Software") to deal in the -Data Files or Software without restriction, including without limitation -the rights to use, copy, modify, merge, publish, distribute, and/or sell -copies of the Data Files or Software, and to permit persons to whom the -Data Files or Software are furnished to do so, provided that either (a) -this copyright and permission notice appear with all copies of the Data -Files or Software, or (b) this copyright and permission notice appear in -associated Documentation. +Copyright 2017, the Dart project authors. -THE DATA FILES AND SOFTWARE ARE PROVIDED "AS IS", WITHOUT WARRANTY OF ANY -KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF -MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT OF -THIRD PARTY RIGHTS. +Redistribution and use in source and binary forms, with or without +modification, are permitted provided that the following conditions are +met: -IN NO EVENT SHALL THE COPYRIGHT HOLDER OR HOLDERS INCLUDED IN THIS NOTICE -BE LIABLE FOR ANY CLAIM, OR ANY SPECIAL INDIRECT OR CONSEQUENTIAL DAMAGES, -OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, -WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, -ARISING OUT OF OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THE DATA -FILES OR SOFTWARE. + * Redistributions of source code must retain the above copyright + notice, this list of conditions and the following disclaimer. + * Redistributions in binary form must reproduce the above + copyright notice, this list of conditions and the following + disclaimer in the documentation and/or other materials provided + with the distribution. + * Neither the name of Google LLC nor the names of its + contributors may be used to endorse or promote products derived + from this software without specific prior written permission. + +THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS +"AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT +LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR +A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT +OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, +SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT +LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, +DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY +THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT +(INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE +OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. -Except as contained in this notice, the name of a copyright holder shall -not be used in advertising or otherwise to promote the sale, use or other -dealings in these Data Files or Software without prior written -authorization of the copyright holder. -------------------------------------------------------------------------------- -icu +isolate_channel -Copyright (C) 2009-2016, International Business Machines Corporation, * -Google, and others. All Rights Reserved. +Copyright 2025 Aaron DeLory -Permission is hereby granted, free of charge, to any person obtaining a -copy of data files and any associated documentation (the "Data Files") or -software and any associated documentation (the "Software") to deal in the -Data Files or Software without restriction, including without limitation -the rights to use, copy, modify, merge, publish, distribute, and/or sell -copies of the Data Files or Software, and to permit persons to whom the -Data Files or Software are furnished to do so, provided that either (a) -this copyright and permission notice appear with all copies of the Data -Files or Software, or (b) this copyright and permission notice appear in -associated Documentation. +Redistribution and use in source and binary forms, with or without modification, are permitted provided that the following conditions are met: -THE DATA FILES AND SOFTWARE ARE PROVIDED "AS IS", WITHOUT WARRANTY OF ANY -KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF -MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT OF -THIRD PARTY RIGHTS. +1. Redistributions of source code must retain the above copyright notice, this list of conditions and the following disclaimer. -IN NO EVENT SHALL THE COPYRIGHT HOLDER OR HOLDERS INCLUDED IN THIS NOTICE -BE LIABLE FOR ANY CLAIM, OR ANY SPECIAL INDIRECT OR CONSEQUENTIAL DAMAGES, -OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, -WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, -ARISING OUT OF OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THE DATA -FILES OR SOFTWARE. +2. Redistributions in binary form must reproduce the above copyright notice, this list of conditions and the following disclaimer in the documentation and/or other materials provided with the distribution. -Except as contained in this notice, the name of a copyright holder shall -not be used in advertising or otherwise to promote the sale, use or other -dealings in these Data Files or Software without prior written -authorization of the copyright holder. +3. Neither the name of the copyright holder nor the names of its contributors may be used to endorse or promote products derived from this software without specific prior written permission. + +THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT HOLDER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. -------------------------------------------------------------------------------- -icu +json -Copyright (C) 2009-2017, International Business Machines Corporation, * -Google, and others. All Rights Reserved. -Permission is hereby granted, free of charge, to any person obtaining a -copy of data files and any associated documentation (the "Data Files") or -software and any associated documentation (the "Software") to deal in the -Data Files or Software without restriction, including without limitation -the rights to use, copy, modify, merge, publish, distribute, and/or sell -copies of the Data Files or Software, and to permit persons to whom the -Data Files or Software are furnished to do so, provided that either (a) -this copyright and permission notice appear with all copies of the Data -Files or Software, or (b) this copyright and permission notice appear in -associated Documentation. -THE DATA FILES AND SOFTWARE ARE PROVIDED "AS IS", WITHOUT WARRANTY OF ANY -KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF -MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT OF -THIRD PARTY RIGHTS. +Copyright (c) 2013-2022 Niels Lohmann -IN NO EVENT SHALL THE COPYRIGHT HOLDER OR HOLDERS INCLUDED IN THIS NOTICE -BE LIABLE FOR ANY CLAIM, OR ANY SPECIAL INDIRECT OR CONSEQUENTIAL DAMAGES, -OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, -WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, -ARISING OUT OF OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THE DATA -FILES OR SOFTWARE. +Permission is hereby granted, free of charge, to any person obtaining a copy +of this software and associated documentation files (the "Software"), to deal +in the Software without restriction, including without limitation the rights +to use, copy, modify, merge, publish, distribute, sublicense, and/or sell +copies of the Software, and to permit persons to whom the Software is +furnished to do so, subject to the following conditions: -Except as contained in this notice, the name of a copyright holder shall -not be used in advertising or otherwise to promote the sale, use or other -dealings in these Data Files or Software without prior written -authorization of the copyright holder. +The above copyright notice and this permission notice shall be included in all +copies or substantial portions of the Software. + +THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR +IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, +FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE +AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER +LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, +OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE +SOFTWARE. -------------------------------------------------------------------------------- -icu +json -Copyright (C) 2010 , Yahoo! Inc. +Apache License +Version 2.0, January 2004 +http://www.apache.org/licenses/ -Permission is hereby granted, free of charge, to any person obtaining a -copy of data files and any associated documentation (the "Data Files") or -software and any associated documentation (the "Software") to deal in the -Data Files or Software without restriction, including without limitation -the rights to use, copy, modify, merge, publish, distribute, and/or sell -copies of the Data Files or Software, and to permit persons to whom the -Data Files or Software are furnished to do so, provided that either (a) -this copyright and permission notice appear with all copies of the Data -Files or Software, or (b) this copyright and permission notice appear in -associated Documentation. +TERMS AND CONDITIONS FOR USE, REPRODUCTION, AND DISTRIBUTION -THE DATA FILES AND SOFTWARE ARE PROVIDED "AS IS", WITHOUT WARRANTY OF ANY -KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF -MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT OF -THIRD PARTY RIGHTS. +1. Definitions. + +"License" shall mean the terms and conditions for use, reproduction, and distribution as defined by Sections 1 through 9 of this document. + +"Licensor" shall mean the copyright owner or entity authorized by the copyright owner that is granting the License. + +"Legal Entity" shall mean the union of the acting entity and all other entities that control, are controlled by, or are under common control with that entity. For the purposes of this definition, "control" means (i) the power, direct or indirect, to cause the direction or management of such entity, whether by contract or otherwise, or (ii) ownership of fifty percent (50%) or more of the outstanding shares, or (iii) beneficial ownership of such entity. -IN NO EVENT SHALL THE COPYRIGHT HOLDER OR HOLDERS INCLUDED IN THIS NOTICE -BE LIABLE FOR ANY CLAIM, OR ANY SPECIAL INDIRECT OR CONSEQUENTIAL DAMAGES, -OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, -WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, -ARISING OUT OF OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THE DATA -FILES OR SOFTWARE. +"You" (or "Your") shall mean an individual or Legal Entity exercising permissions granted by this License. -Except as contained in this notice, the name of a copyright holder shall -not be used in advertising or otherwise to promote the sale, use or other -dealings in these Data Files or Software without prior written -authorization of the copyright holder. --------------------------------------------------------------------------------- -icu +"Source" form shall mean the preferred form for making modifications, including but not limited to software source code, documentation source, and configuration files. -Copyright (C) 2010, International Business Machines -Corporation and others. All Rights Reserved. +"Object" form shall mean any form resulting from mechanical transformation or translation of a Source form, including but not limited to compiled object code, generated documentation, and conversions to other media types. -Permission is hereby granted, free of charge, to any person obtaining a -copy of data files and any associated documentation (the "Data Files") or -software and any associated documentation (the "Software") to deal in the -Data Files or Software without restriction, including without limitation -the rights to use, copy, modify, merge, publish, distribute, and/or sell -copies of the Data Files or Software, and to permit persons to whom the -Data Files or Software are furnished to do so, provided that either (a) -this copyright and permission notice appear with all copies of the Data -Files or Software, or (b) this copyright and permission notice appear in -associated Documentation. +"Work" shall mean the work of authorship, whether in Source or Object form, made available under the License, as indicated by a copyright notice that is included in or attached to the work (an example is provided in the Appendix below). -THE DATA FILES AND SOFTWARE ARE PROVIDED "AS IS", WITHOUT WARRANTY OF ANY -KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF -MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT OF -THIRD PARTY RIGHTS. +"Derivative Works" shall mean any work, whether in Source or Object form, that is based on (or derived from) the Work and for which the editorial revisions, annotations, elaborations, or other modifications represent, as a whole, an original work of authorship. For the purposes of this License, Derivative Works shall not include works that remain separable from, or merely link (or bind by name) to the interfaces of, the Work and Derivative Works thereof. -IN NO EVENT SHALL THE COPYRIGHT HOLDER OR HOLDERS INCLUDED IN THIS NOTICE -BE LIABLE FOR ANY CLAIM, OR ANY SPECIAL INDIRECT OR CONSEQUENTIAL DAMAGES, -OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, -WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, -ARISING OUT OF OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THE DATA -FILES OR SOFTWARE. +"Contribution" shall mean any work of authorship, including the original version of the Work and any modifications or additions to that Work or Derivative Works thereof, that is intentionally submitted to Licensor for inclusion in the Work by the copyright owner or by an individual or Legal Entity authorized to submit on behalf of the copyright owner. For the purposes of this definition, "submitted" means any form of electronic, verbal, or written communication sent to the Licensor or its representatives, including but not limited to communication on electronic mailing lists, source code control systems, and issue tracking systems that are managed by, or on behalf of, the Licensor for the purpose of discussing and improving the Work, but excluding communication that is conspicuously marked or otherwise designated in writing by the copyright owner as "Not a Contribution." -Except as contained in this notice, the name of a copyright holder shall -not be used in advertising or otherwise to promote the sale, use or other -dealings in these Data Files or Software without prior written -authorization of the copyright holder. --------------------------------------------------------------------------------- -icu +"Contributor" shall mean Licensor and any individual or Legal Entity on behalf of whom a Contribution has been received by Licensor and subsequently incorporated within the Work. -Copyright (C) 2010-2011, International Business Machines -Corporation and others. All Rights Reserved. +2. Grant of Copyright License. Subject to the terms and conditions of this License, each Contributor hereby grants to You a perpetual, worldwide, non-exclusive, no-charge, royalty-free, irrevocable copyright license to reproduce, prepare Derivative Works of, publicly display, publicly perform, sublicense, and distribute the Work and such Derivative Works in Source or Object form. -Permission is hereby granted, free of charge, to any person obtaining a -copy of data files and any associated documentation (the "Data Files") or -software and any associated documentation (the "Software") to deal in the -Data Files or Software without restriction, including without limitation -the rights to use, copy, modify, merge, publish, distribute, and/or sell -copies of the Data Files or Software, and to permit persons to whom the -Data Files or Software are furnished to do so, provided that either (a) -this copyright and permission notice appear with all copies of the Data -Files or Software, or (b) this copyright and permission notice appear in -associated Documentation. +3. Grant of Patent License. Subject to the terms and conditions of this License, each Contributor hereby grants to You a perpetual, worldwide, non-exclusive, no-charge, royalty-free, irrevocable (except as stated in this section) patent license to make, have made, use, offer to sell, sell, import, and otherwise transfer the Work, where such license applies only to those patent claims licensable by such Contributor that are necessarily infringed by their Contribution(s) alone or by combination of their Contribution(s) with the Work to which such Contribution(s) was submitted. If You institute patent litigation against any entity (including a cross-claim or counterclaim in a lawsuit) alleging that the Work or a Contribution incorporated within the Work constitutes direct or contributory patent infringement, then any patent licenses granted to You under this License for that Work shall terminate as of the date such litigation is filed. -THE DATA FILES AND SOFTWARE ARE PROVIDED "AS IS", WITHOUT WARRANTY OF ANY -KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF -MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT OF -THIRD PARTY RIGHTS. +4. Redistribution. You may reproduce and distribute copies of the Work or Derivative Works thereof in any medium, with or without modifications, and in Source or Object form, provided that You meet the following conditions: -IN NO EVENT SHALL THE COPYRIGHT HOLDER OR HOLDERS INCLUDED IN THIS NOTICE -BE LIABLE FOR ANY CLAIM, OR ANY SPECIAL INDIRECT OR CONSEQUENTIAL DAMAGES, -OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, -WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, -ARISING OUT OF OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THE DATA -FILES OR SOFTWARE. + (a) You must give any other recipients of the Work or Derivative Works a copy of this License; and -Except as contained in this notice, the name of a copyright holder shall -not be used in advertising or otherwise to promote the sale, use or other -dealings in these Data Files or Software without prior written -authorization of the copyright holder. --------------------------------------------------------------------------------- -icu + (b) You must cause any modified files to carry prominent notices stating that You changed the files; and -Copyright (C) 2010-2011, International Business Machines -Corporation and others. All Rights Reserved. + (c) You must retain, in the Source form of any Derivative Works that You distribute, all copyright, patent, trademark, and attribution notices from the Source form of the Work, excluding those notices that do not pertain to any part of the Derivative Works; and -Permission is hereby granted, free of charge, to any person obtaining a -copy of data files and any associated documentation (the "Data Files") or -software and any associated documentation (the "Software") to deal in the -Data Files or Software without restriction, including without limitation -the rights to use, copy, modify, merge, publish, distribute, and/or sell -copies of the Data Files or Software, and to permit persons to whom the -Data Files or Software are furnished to do so, provided that either (a) -this copyright and permission notice appear with all copies of the Data -Files or Software, or (b) this copyright and permission notice appear in -associated Documentation. + (d) If the Work includes a "NOTICE" text file as part of its distribution, then any Derivative Works that You distribute must include a readable copy of the attribution notices contained within such NOTICE file, excluding those notices that do not pertain to any part of the Derivative Works, in at least one of the following places: within a NOTICE text file distributed as part of the Derivative Works; within the Source form or documentation, if provided along with the Derivative Works; or, within a display generated by the Derivative Works, if and wherever such third-party notices normally appear. The contents of the NOTICE file are for informational purposes only and do not modify the License. You may add Your own attribution notices within Derivative Works that You distribute, alongside or as an addendum to the NOTICE text from the Work, provided that such additional attribution notices cannot be construed as modifying the License. -THE DATA FILES AND SOFTWARE ARE PROVIDED "AS IS", WITHOUT WARRANTY OF ANY -KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF -MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT OF -THIRD PARTY RIGHTS. + You may add Your own copyright statement to Your modifications and may provide additional or different license terms and conditions for use, reproduction, or distribution of Your modifications, or for any such Derivative Works as a whole, provided Your use, reproduction, and distribution of the Work otherwise complies with the conditions stated in this License. -IN NO EVENT SHALL THE COPYRIGHT HOLDER OR HOLDERS INCLUDED IN THIS NOTICE -BE LIABLE FOR ANY CLAIM, OR ANY SPECIAL INDIRECT OR CONSEQUENTIAL DAMAGES, -OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, -WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, -ARISING OUT OF OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THE DATA -FILES OR SOFTWARE. +5. Submission of Contributions. Unless You explicitly state otherwise, any Contribution intentionally submitted for inclusion in the Work by You to the Licensor shall be under the terms and conditions of this License, without any additional terms or conditions. Notwithstanding the above, nothing herein shall supersede or modify the terms of any separate license agreement you may have executed with Licensor regarding such Contributions. -Except as contained in this notice, the name of a copyright holder shall -not be used in advertising or otherwise to promote the sale, use or other -dealings in these Data Files or Software without prior written -authorization of the copyright holder. --------------------------------------------------------------------------------- -icu +6. Trademarks. This License does not grant permission to use the trade names, trademarks, service marks, or product names of the Licensor, except as required for reasonable and customary use in describing the origin of the Work and reproducing the content of the NOTICE file. -Copyright (C) 2010-2012, International Business Machines -Corporation and others. All Rights Reserved. +7. Disclaimer of Warranty. Unless required by applicable law or agreed to in writing, Licensor provides the Work (and each Contributor provides its Contributions) on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied, including, without limitation, any warranties or conditions of TITLE, NON-INFRINGEMENT, MERCHANTABILITY, or FITNESS FOR A PARTICULAR PURPOSE. You are solely responsible for determining the appropriateness of using or redistributing the Work and assume any risks associated with Your exercise of permissions under this License. -Permission is hereby granted, free of charge, to any person obtaining a -copy of data files and any associated documentation (the "Data Files") or -software and any associated documentation (the "Software") to deal in the -Data Files or Software without restriction, including without limitation -the rights to use, copy, modify, merge, publish, distribute, and/or sell -copies of the Data Files or Software, and to permit persons to whom the -Data Files or Software are furnished to do so, provided that either (a) -this copyright and permission notice appear with all copies of the Data -Files or Software, or (b) this copyright and permission notice appear in -associated Documentation. +8. Limitation of Liability. In no event and under no legal theory, whether in tort (including negligence), contract, or otherwise, unless required by applicable law (such as deliberate and grossly negligent acts) or agreed to in writing, shall any Contributor be liable to You for damages, including any direct, indirect, special, incidental, or consequential damages of any character arising as a result of this License or out of the use or inability to use the Work (including but not limited to damages for loss of goodwill, work stoppage, computer failure or malfunction, or any and all other commercial damages or losses), even if such Contributor has been advised of the possibility of such damages. -THE DATA FILES AND SOFTWARE ARE PROVIDED "AS IS", WITHOUT WARRANTY OF ANY -KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF -MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT OF -THIRD PARTY RIGHTS. +9. Accepting Warranty or Additional Liability. While redistributing the Work or Derivative Works thereof, You may choose to offer, and charge a fee for, acceptance of support, warranty, indemnity, or other liability obligations and/or rights consistent with this License. However, in accepting such obligations, You may act only on Your own behalf and on Your sole responsibility, not on behalf of any other Contributor, and only if You agree to indemnify, defend, and hold each Contributor harmless for any liability incurred by, or claims asserted against, such Contributor by reason of your accepting any such warranty or additional liability. -IN NO EVENT SHALL THE COPYRIGHT HOLDER OR HOLDERS INCLUDED IN THIS NOTICE -BE LIABLE FOR ANY CLAIM, OR ANY SPECIAL INDIRECT OR CONSEQUENTIAL DAMAGES, -OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, -WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, -ARISING OUT OF OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THE DATA -FILES OR SOFTWARE. +END OF TERMS AND CONDITIONS -Except as contained in this notice, the name of a copyright holder shall -not be used in advertising or otherwise to promote the sale, use or other -dealings in these Data Files or Software without prior written -authorization of the copyright holder. --------------------------------------------------------------------------------- -icu +APPENDIX: How to apply the Apache License to your work. -Copyright (C) 2010-2012, International Business Machines -Corporation and others. All Rights Reserved. +To apply the Apache License to your work, attach the following boilerplate notice, with the fields enclosed by brackets "[]" replaced with your own identifying information. (Don't include the brackets!) The text should be enclosed in the appropriate comment syntax for the file format. We also recommend that a file or class name and description of purpose be included on the same "printed page" as the copyright notice for easier identification within third-party archives. -Permission is hereby granted, free of charge, to any person obtaining a -copy of data files and any associated documentation (the "Data Files") or -software and any associated documentation (the "Software") to deal in the -Data Files or Software without restriction, including without limitation -the rights to use, copy, modify, merge, publish, distribute, and/or sell -copies of the Data Files or Software, and to permit persons to whom the -Data Files or Software are furnished to do so, provided that either (a) -this copyright and permission notice appear with all copies of the Data -Files or Software, or (b) this copyright and permission notice appear in -associated Documentation. +Copyright [yyyy] [name of copyright owner] -THE DATA FILES AND SOFTWARE ARE PROVIDED "AS IS", WITHOUT WARRANTY OF ANY -KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF -MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT OF -THIRD PARTY RIGHTS. +Licensed under the Apache License, Version 2.0 (the "License"); +you may not use this file except in compliance with the License. +You may obtain a copy of the License at -IN NO EVENT SHALL THE COPYRIGHT HOLDER OR HOLDERS INCLUDED IN THIS NOTICE -BE LIABLE FOR ANY CLAIM, OR ANY SPECIAL INDIRECT OR CONSEQUENTIAL DAMAGES, -OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, -WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, -ARISING OUT OF OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THE DATA -FILES OR SOFTWARE. +http://www.apache.org/licenses/LICENSE-2.0 -Except as contained in this notice, the name of a copyright holder shall -not be used in advertising or otherwise to promote the sale, use or other -dealings in these Data Files or Software without prior written -authorization of the copyright holder. --------------------------------------------------------------------------------- -icu +Unless required by applicable law or agreed to in writing, software +distributed under the License is distributed on an "AS IS" BASIS, +WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +See the License for the specific language governing permissions and +limitations under the License. -Copyright (C) 2010-2012,2014, International Business Machines -Corporation and others. All Rights Reserved. +-------------------------------------------------------------------------------- +json_annotation +platform -Permission is hereby granted, free of charge, to any person obtaining a -copy of data files and any associated documentation (the "Data Files") or -software and any associated documentation (the "Software") to deal in the -Data Files or Software without restriction, including without limitation -the rights to use, copy, modify, merge, publish, distribute, and/or sell -copies of the Data Files or Software, and to permit persons to whom the -Data Files or Software are furnished to do so, provided that either (a) -this copyright and permission notice appear with all copies of the Data -Files or Software, or (b) this copyright and permission notice appear in -associated Documentation. +Copyright 2017, the Dart project authors. All rights reserved. +Redistribution and use in source and binary forms, with or without +modification, are permitted provided that the following conditions are +met: -THE DATA FILES AND SOFTWARE ARE PROVIDED "AS IS", WITHOUT WARRANTY OF ANY -KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF -MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT OF -THIRD PARTY RIGHTS. + * Redistributions of source code must retain the above copyright + notice, this list of conditions and the following disclaimer. + * Redistributions in binary form must reproduce the above + copyright notice, this list of conditions and the following + disclaimer in the documentation and/or other materials provided + with the distribution. + * Neither the name of Google Inc. nor the names of its + contributors may be used to endorse or promote products derived + from this software without specific prior written permission. -IN NO EVENT SHALL THE COPYRIGHT HOLDER OR HOLDERS INCLUDED IN THIS NOTICE -BE LIABLE FOR ANY CLAIM, OR ANY SPECIAL INDIRECT OR CONSEQUENTIAL DAMAGES, -OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, -WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, -ARISING OUT OF OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THE DATA -FILES OR SOFTWARE. +THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS +"AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT +LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR +A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT +OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, +SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT +LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, +DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY +THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT +(INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE +OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. -Except as contained in this notice, the name of a copyright holder shall -not be used in advertising or otherwise to promote the sale, use or other -dealings in these Data Files or Software without prior written -authorization of the copyright holder. -------------------------------------------------------------------------------- -icu +khronos -Copyright (C) 2010-2012,2015 International Business Machines -Corporation and others. All Rights Reserved. +Copyright (c) 2013-2014 The Khronos Group Inc. Permission is hereby granted, free of charge, to any person obtaining a -copy of data files and any associated documentation (the "Data Files") or -software and any associated documentation (the "Software") to deal in the -Data Files or Software without restriction, including without limitation -the rights to use, copy, modify, merge, publish, distribute, and/or sell -copies of the Data Files or Software, and to permit persons to whom the -Data Files or Software are furnished to do so, provided that either (a) -this copyright and permission notice appear with all copies of the Data -Files or Software, or (b) this copyright and permission notice appear in -associated Documentation. - -THE DATA FILES AND SOFTWARE ARE PROVIDED "AS IS", WITHOUT WARRANTY OF ANY -KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF -MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT OF -THIRD PARTY RIGHTS. +copy of this software and/or associated documentation files (the +"Materials"), to deal in the Materials without restriction, including +without limitation the rights to use, copy, modify, merge, publish, +distribute, sublicense, and/or sell copies of the Materials, and to +permit persons to whom the Materials are furnished to do so, subject to +the following conditions: -IN NO EVENT SHALL THE COPYRIGHT HOLDER OR HOLDERS INCLUDED IN THIS NOTICE -BE LIABLE FOR ANY CLAIM, OR ANY SPECIAL INDIRECT OR CONSEQUENTIAL DAMAGES, -OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, -WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, -ARISING OUT OF OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THE DATA -FILES OR SOFTWARE. +The above copyright notice and this permission notice shall be included +in all copies or substantial portions of the Materials. -Except as contained in this notice, the name of a copyright holder shall -not be used in advertising or otherwise to promote the sale, use or other -dealings in these Data Files or Software without prior written -authorization of the copyright holder. +THE MATERIALS ARE PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, +EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF +MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. +IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY +CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, +TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE +MATERIALS OR THE USE OR OTHER DEALINGS IN THE MATERIALS. -------------------------------------------------------------------------------- -icu +libXNVCtrl -Copyright (C) 2010-2013, International Business Machines -Corporation and others. All Rights Reserved. +/* + * Copyright (c) 2008 NVIDIA, Corporation + * + * Permission is hereby granted, free of charge, to any person obtaining a copy + * of this software and associated documentation files (the "Software"), to deal + * in the Software without restriction, including without limitation the rights + * to use, copy, modify, merge, publish, distribute, sublicense, and/or sell + * copies of the Software, and to permit persons to whom the Software is + * furnished to do so, subject to the following conditions: + * + * The above copyright notice and this permission notice (including the next + * paragraph) shall be included in all copies or substantial portions of the + * Software. + * + * THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR + * IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, + * FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE + * AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER + * LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, + * OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE + * SOFTWARE. + */ +-------------------------------------------------------------------------------- +libXNVCtrl -Permission is hereby granted, free of charge, to any person obtaining a -copy of data files and any associated documentation (the "Data Files") or -software and any associated documentation (the "Software") to deal in the -Data Files or Software without restriction, including without limitation -the rights to use, copy, modify, merge, publish, distribute, and/or sell -copies of the Data Files or Software, and to permit persons to whom the -Data Files or Software are furnished to do so, provided that either (a) -this copyright and permission notice appear with all copies of the Data -Files or Software, or (b) this copyright and permission notice appear in -associated Documentation. +Copyright (c) 2008 NVIDIA, Corporation -THE DATA FILES AND SOFTWARE ARE PROVIDED "AS IS", WITHOUT WARRANTY OF ANY -KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF -MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT OF -THIRD PARTY RIGHTS. +Permission is hereby granted, free of charge, to any person obtaining a copy +of this software and associated documentation files (the "Software"), to deal +in the Software without restriction, including without limitation the rights +to use, copy, modify, merge, publish, distribute, sublicense, and/or sell +copies of the Software, and to permit persons to whom the Software is +furnished to do so, subject to the following conditions: -IN NO EVENT SHALL THE COPYRIGHT HOLDER OR HOLDERS INCLUDED IN THIS NOTICE -BE LIABLE FOR ANY CLAIM, OR ANY SPECIAL INDIRECT OR CONSEQUENTIAL DAMAGES, -OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, -WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, -ARISING OUT OF OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THE DATA -FILES OR SOFTWARE. +The above copyright notice and this permission notice (including the next +paragraph) shall be included in all copies or substantial portions of the +Software. -Except as contained in this notice, the name of a copyright holder shall -not be used in advertising or otherwise to promote the sale, use or other -dealings in these Data Files or Software without prior written -authorization of the copyright holder. +THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR +IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, +FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE +AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER +LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, +OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE +SOFTWARE. -------------------------------------------------------------------------------- -icu - -Copyright (C) 2010-2014, International Business Machines -Corporation and others. All Rights Reserved. +libXNVCtrl -Permission is hereby granted, free of charge, to any person obtaining a -copy of data files and any associated documentation (the "Data Files") or -software and any associated documentation (the "Software") to deal in the -Data Files or Software without restriction, including without limitation -the rights to use, copy, modify, merge, publish, distribute, and/or sell -copies of the Data Files or Software, and to permit persons to whom the -Data Files or Software are furnished to do so, provided that either (a) -this copyright and permission notice appear with all copies of the Data -Files or Software, or (b) this copyright and permission notice appear in -associated Documentation. +Copyright (c) 2010 NVIDIA, Corporation -THE DATA FILES AND SOFTWARE ARE PROVIDED "AS IS", WITHOUT WARRANTY OF ANY -KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF -MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT OF -THIRD PARTY RIGHTS. +Permission is hereby granted, free of charge, to any person obtaining a copy +of this software and associated documentation files (the "Software"), to deal +in the Software without restriction, including without limitation the rights +to use, copy, modify, merge, publish, distribute, sublicense, and/or sell +copies of the Software, and to permit persons to whom the Software is +furnished to do so, subject to the following conditions: -IN NO EVENT SHALL THE COPYRIGHT HOLDER OR HOLDERS INCLUDED IN THIS NOTICE -BE LIABLE FOR ANY CLAIM, OR ANY SPECIAL INDIRECT OR CONSEQUENTIAL DAMAGES, -OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, -WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, -ARISING OUT OF OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THE DATA -FILES OR SOFTWARE. +The above copyright notice and this permission notice (including the next +paragraph) shall be included in all copies or substantial portions of the +Software. -Except as contained in this notice, the name of a copyright holder shall -not be used in advertising or otherwise to promote the sale, use or other -dealings in these Data Files or Software without prior written -authorization of the copyright holder. +THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR +IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, +FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE +AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER +LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, +OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE +SOFTWARE. -------------------------------------------------------------------------------- -icu +libcxx -Copyright (C) 2010-2014, International Business Machines Corporation and -others. All Rights Reserved. +Copyright 2018 Ulf Adams +Copyright (c) Microsoft Corporation. All rights reserved. -Permission is hereby granted, free of charge, to any person obtaining a -copy of data files and any associated documentation (the "Data Files") or -software and any associated documentation (the "Software") to deal in the -Data Files or Software without restriction, including without limitation -the rights to use, copy, modify, merge, publish, distribute, and/or sell -copies of the Data Files or Software, and to permit persons to whom the -Data Files or Software are furnished to do so, provided that either (a) -this copyright and permission notice appear with all copies of the Data -Files or Software, or (b) this copyright and permission notice appear in -associated Documentation. +Boost Software License - Version 1.0 - August 17th, 2003 -THE DATA FILES AND SOFTWARE ARE PROVIDED "AS IS", WITHOUT WARRANTY OF ANY -KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF -MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT OF -THIRD PARTY RIGHTS. +Permission is hereby granted, free of charge, to any person or organization +obtaining a copy of the software and accompanying documentation covered by +this license (the "Software") to use, reproduce, display, distribute, +execute, and transmit the Software, and to prepare derivative works of the +Software, and to permit third-parties to whom the Software is furnished to +do so, all subject to the following: -IN NO EVENT SHALL THE COPYRIGHT HOLDER OR HOLDERS INCLUDED IN THIS NOTICE -BE LIABLE FOR ANY CLAIM, OR ANY SPECIAL INDIRECT OR CONSEQUENTIAL DAMAGES, -OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, -WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, -ARISING OUT OF OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THE DATA -FILES OR SOFTWARE. +The copyright notices in the Software and this entire statement, including +the above license grant, this restriction and the following disclaimer, +must be included in all copies of the Software, in whole or in part, and +all derivative works of the Software, unless such copies or derivative +works are solely in the form of machine-executable object code generated by +a source language processor. -Except as contained in this notice, the name of a copyright holder shall -not be used in advertising or otherwise to promote the sale, use or other -dealings in these Data Files or Software without prior written -authorization of the copyright holder. +THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR +IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, +FITNESS FOR A PARTICULAR PURPOSE, TITLE AND NON-INFRINGEMENT. IN NO EVENT +SHALL THE COPYRIGHT HOLDERS OR ANYONE DISTRIBUTING THE SOFTWARE BE LIABLE +FOR ANY DAMAGES OR OTHER LIABILITY, WHETHER IN CONTRACT, TORT OR OTHERWISE, +ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER +DEALINGS IN THE SOFTWARE. -------------------------------------------------------------------------------- -icu +libcxx -Copyright (C) 2010-2014, International Business Machines Corporation and * -others. All Rights Reserved. +UNICODE, INC. LICENSE AGREEMENT - DATA FILES AND SOFTWARE -Permission is hereby granted, free of charge, to any person obtaining a -copy of data files and any associated documentation (the "Data Files") or -software and any associated documentation (the "Software") to deal in the -Data Files or Software without restriction, including without limitation -the rights to use, copy, modify, merge, publish, distribute, and/or sell -copies of the Data Files or Software, and to permit persons to whom the -Data Files or Software are furnished to do so, provided that either (a) -this copyright and permission notice appear with all copies of the Data -Files or Software, or (b) this copyright and permission notice appear in -associated Documentation. +See Terms of Use +for definitions of Unicode Inc.'s Data Files and Software. -THE DATA FILES AND SOFTWARE ARE PROVIDED "AS IS", WITHOUT WARRANTY OF ANY -KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF -MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT OF -THIRD PARTY RIGHTS. +NOTICE TO USER: Carefully read the following legal agreement. +BY DOWNLOADING, INSTALLING, COPYING OR OTHERWISE USING UNICODE INC.'S +DATA FILES ("DATA FILES"), AND/OR SOFTWARE ("SOFTWARE"), +YOU UNEQUIVOCALLY ACCEPT, AND AGREE TO BE BOUND BY, ALL OF THE +TERMS AND CONDITIONS OF THIS AGREEMENT. +IF YOU DO NOT AGREE, DO NOT DOWNLOAD, INSTALL, COPY, DISTRIBUTE OR USE +THE DATA FILES OR SOFTWARE. -IN NO EVENT SHALL THE COPYRIGHT HOLDER OR HOLDERS INCLUDED IN THIS NOTICE -BE LIABLE FOR ANY CLAIM, OR ANY SPECIAL INDIRECT OR CONSEQUENTIAL DAMAGES, -OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, -WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, -ARISING OUT OF OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THE DATA -FILES OR SOFTWARE. +COPYRIGHT AND PERMISSION NOTICE -Except as contained in this notice, the name of a copyright holder shall -not be used in advertising or otherwise to promote the sale, use or other -dealings in these Data Files or Software without prior written -authorization of the copyright holder. +Copyright (c) 1991-2022 Unicode, Inc. All rights reserved. +Distributed under the Terms of Use in https://www.unicode.org/copyright.html. + +Permission is hereby granted, free of charge, to any person obtaining +a copy of the Unicode data files and any associated documentation +(the "Data Files") or Unicode software and any associated documentation +(the "Software") to deal in the Data Files or Software +without restriction, including without limitation the rights to use, +copy, modify, merge, publish, distribute, and/or sell copies of +the Data Files or Software, and to permit persons to whom the Data Files +or Software are furnished to do so, provided that either +(a) this copyright and permission notice appear with all copies +of the Data Files or Software, or +(b) this copyright and permission notice appear in associated +Documentation. + +THE DATA FILES AND SOFTWARE ARE PROVIDED "AS IS", WITHOUT WARRANTY OF +ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE +WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND +NONINFRINGEMENT OF THIRD PARTY RIGHTS. +IN NO EVENT SHALL THE COPYRIGHT HOLDER OR HOLDERS INCLUDED IN THIS +NOTICE BE LIABLE FOR ANY CLAIM, OR ANY SPECIAL INDIRECT OR CONSEQUENTIAL +DAMAGES, OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE, +DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER +TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR +PERFORMANCE OF THE DATA FILES OR SOFTWARE. + +Except as contained in this notice, the name of a copyright holder +shall not be used in advertising or otherwise to promote the sale, +use or other dealings in these Data Files or Software without prior +written authorization of the copyright holder. -------------------------------------------------------------------------------- -icu +libcxx +libcxxabi -Copyright (C) 2010-2014, International Business Machines Corporation and others. -All Rights Reserved. -Permission is hereby granted, free of charge, to any person obtaining a -copy of data files and any associated documentation (the "Data Files") or -software and any associated documentation (the "Software") to deal in the -Data Files or Software without restriction, including without limitation -the rights to use, copy, modify, merge, publish, distribute, and/or sell -copies of the Data Files or Software, and to permit persons to whom the -Data Files or Software are furnished to do so, provided that either (a) -this copyright and permission notice appear with all copies of the Data -Files or Software, or (b) this copyright and permission notice appear in -associated Documentation. -THE DATA FILES AND SOFTWARE ARE PROVIDED "AS IS", WITHOUT WARRANTY OF ANY -KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF -MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT OF -THIRD PARTY RIGHTS. +Copyright (c) 2009-2014 by the contributors listed in CREDITS.TXT -IN NO EVENT SHALL THE COPYRIGHT HOLDER OR HOLDERS INCLUDED IN THIS NOTICE -BE LIABLE FOR ANY CLAIM, OR ANY SPECIAL INDIRECT OR CONSEQUENTIAL DAMAGES, -OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, -WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, -ARISING OUT OF OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THE DATA -FILES OR SOFTWARE. +Permission is hereby granted, free of charge, to any person obtaining a copy +of this software and associated documentation files (the "Software"), to deal +in the Software without restriction, including without limitation the rights +to use, copy, modify, merge, publish, distribute, sublicense, and/or sell +copies of the Software, and to permit persons to whom the Software is +furnished to do so, subject to the following conditions: -Except as contained in this notice, the name of a copyright holder shall -not be used in advertising or otherwise to promote the sale, use or other -dealings in these Data Files or Software without prior written -authorization of the copyright holder. +The above copyright notice and this permission notice shall be included in +all copies or substantial portions of the Software. + +THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR +IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, +FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE +AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER +LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, +OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN +THE SOFTWARE. -------------------------------------------------------------------------------- -icu +libcxx +libcxxabi -Copyright (C) 2010-2015, International Business Machines -Corporation and others. All Rights Reserved. +University of Illinois/NCSA +Open Source License -Permission is hereby granted, free of charge, to any person obtaining a -copy of data files and any associated documentation (the "Data Files") or -software and any associated documentation (the "Software") to deal in the -Data Files or Software without restriction, including without limitation -the rights to use, copy, modify, merge, publish, distribute, and/or sell -copies of the Data Files or Software, and to permit persons to whom the -Data Files or Software are furnished to do so, provided that either (a) -this copyright and permission notice appear with all copies of the Data -Files or Software, or (b) this copyright and permission notice appear in -associated Documentation. +Copyright (c) 2009-2019 by the contributors listed in CREDITS.TXT -THE DATA FILES AND SOFTWARE ARE PROVIDED "AS IS", WITHOUT WARRANTY OF ANY -KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF -MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT OF -THIRD PARTY RIGHTS. +All rights reserved. -IN NO EVENT SHALL THE COPYRIGHT HOLDER OR HOLDERS INCLUDED IN THIS NOTICE -BE LIABLE FOR ANY CLAIM, OR ANY SPECIAL INDIRECT OR CONSEQUENTIAL DAMAGES, -OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, -WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, -ARISING OUT OF OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THE DATA -FILES OR SOFTWARE. +Developed by: -Except as contained in this notice, the name of a copyright holder shall -not be used in advertising or otherwise to promote the sale, use or other -dealings in these Data Files or Software without prior written -authorization of the copyright holder. --------------------------------------------------------------------------------- -icu + LLVM Team -Copyright (C) 2010-2015, International Business Machines Corporation and -others. All Rights Reserved. + University of Illinois at Urbana-Champaign -Permission is hereby granted, free of charge, to any person obtaining a -copy of data files and any associated documentation (the "Data Files") or -software and any associated documentation (the "Software") to deal in the -Data Files or Software without restriction, including without limitation -the rights to use, copy, modify, merge, publish, distribute, and/or sell -copies of the Data Files or Software, and to permit persons to whom the -Data Files or Software are furnished to do so, provided that either (a) -this copyright and permission notice appear with all copies of the Data -Files or Software, or (b) this copyright and permission notice appear in -associated Documentation. + http://llvm.org -THE DATA FILES AND SOFTWARE ARE PROVIDED "AS IS", WITHOUT WARRANTY OF ANY -KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF -MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT OF -THIRD PARTY RIGHTS. +Permission is hereby granted, free of charge, to any person obtaining a copy of +this software and associated documentation files (the "Software"), to deal with +the Software without restriction, including without limitation the rights to +use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies +of the Software, and to permit persons to whom the Software is furnished to do +so, subject to the following conditions: -IN NO EVENT SHALL THE COPYRIGHT HOLDER OR HOLDERS INCLUDED IN THIS NOTICE -BE LIABLE FOR ANY CLAIM, OR ANY SPECIAL INDIRECT OR CONSEQUENTIAL DAMAGES, -OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, -WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, -ARISING OUT OF OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THE DATA -FILES OR SOFTWARE. + * Redistributions of source code must retain the above copyright notice, + this list of conditions and the following disclaimers. -Except as contained in this notice, the name of a copyright holder shall -not be used in advertising or otherwise to promote the sale, use or other -dealings in these Data Files or Software without prior written -authorization of the copyright holder. --------------------------------------------------------------------------------- -icu + * Redistributions in binary form must reproduce the above copyright notice, + this list of conditions and the following disclaimers in the + documentation and/or other materials provided with the distribution. -Copyright (C) 2010-2016 International Business Machines -Corporation and others. All Rights Reserved. + * Neither the names of the LLVM Team, University of Illinois at + Urbana-Champaign, nor the names of its contributors may be used to + endorse or promote products derived from this Software without specific + prior written permission. -Permission is hereby granted, free of charge, to any person obtaining a -copy of data files and any associated documentation (the "Data Files") or -software and any associated documentation (the "Software") to deal in the -Data Files or Software without restriction, including without limitation -the rights to use, copy, modify, merge, publish, distribute, and/or sell -copies of the Data Files or Software, and to permit persons to whom the -Data Files or Software are furnished to do so, provided that either (a) -this copyright and permission notice appear with all copies of the Data -Files or Software, or (b) this copyright and permission notice appear in -associated Documentation. +THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR +IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS +FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE +CONTRIBUTORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER +LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, +OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS WITH THE +SOFTWARE. +-------------------------------------------------------------------------------- +libcxx +libcxxabi +llvm_libc -THE DATA FILES AND SOFTWARE ARE PROVIDED "AS IS", WITHOUT WARRANTY OF ANY -KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF -MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT OF -THIRD PARTY RIGHTS. +============================================================================== +The LLVM Project is under the Apache License v2.0 with LLVM Exceptions: +============================================================================== -IN NO EVENT SHALL THE COPYRIGHT HOLDER OR HOLDERS INCLUDED IN THIS NOTICE -BE LIABLE FOR ANY CLAIM, OR ANY SPECIAL INDIRECT OR CONSEQUENTIAL DAMAGES, -OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, -WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, -ARISING OUT OF OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THE DATA -FILES OR SOFTWARE. + Apache License + Version 2.0, January 2004 + http://www.apache.org/licenses/ -Except as contained in this notice, the name of a copyright holder shall -not be used in advertising or otherwise to promote the sale, use or other -dealings in these Data Files or Software without prior written -authorization of the copyright holder. --------------------------------------------------------------------------------- -icu + TERMS AND CONDITIONS FOR USE, REPRODUCTION, AND DISTRIBUTION -Copyright (C) 2010-2016, International Business Machines -Corporation and others. All Rights Reserved. + 1. Definitions. -Permission is hereby granted, free of charge, to any person obtaining a -copy of data files and any associated documentation (the "Data Files") or -software and any associated documentation (the "Software") to deal in the -Data Files or Software without restriction, including without limitation -the rights to use, copy, modify, merge, publish, distribute, and/or sell -copies of the Data Files or Software, and to permit persons to whom the -Data Files or Software are furnished to do so, provided that either (a) -this copyright and permission notice appear with all copies of the Data -Files or Software, or (b) this copyright and permission notice appear in -associated Documentation. + "License" shall mean the terms and conditions for use, reproduction, + and distribution as defined by Sections 1 through 9 of this document. -THE DATA FILES AND SOFTWARE ARE PROVIDED "AS IS", WITHOUT WARRANTY OF ANY -KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF -MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT OF -THIRD PARTY RIGHTS. + "Licensor" shall mean the copyright owner or entity authorized by + the copyright owner that is granting the License. -IN NO EVENT SHALL THE COPYRIGHT HOLDER OR HOLDERS INCLUDED IN THIS NOTICE -BE LIABLE FOR ANY CLAIM, OR ANY SPECIAL INDIRECT OR CONSEQUENTIAL DAMAGES, -OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, -WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, -ARISING OUT OF OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THE DATA -FILES OR SOFTWARE. + "Legal Entity" shall mean the union of the acting entity and all + other entities that control, are controlled by, or are under common + control with that entity. For the purposes of this definition, + "control" means (i) the power, direct or indirect, to cause the + direction or management of such entity, whether by contract or + otherwise, or (ii) ownership of fifty percent (50%) or more of the + outstanding shares, or (iii) beneficial ownership of such entity. -Except as contained in this notice, the name of a copyright holder shall -not be used in advertising or otherwise to promote the sale, use or other -dealings in these Data Files or Software without prior written -authorization of the copyright holder. --------------------------------------------------------------------------------- -icu + "You" (or "Your") shall mean an individual or Legal Entity + exercising permissions granted by this License. -Copyright (C) 2010-2016, International Business Machines Corporation and -others. All Rights Reserved. + "Source" form shall mean the preferred form for making modifications, + including but not limited to software source code, documentation + source, and configuration files. -Permission is hereby granted, free of charge, to any person obtaining a -copy of data files and any associated documentation (the "Data Files") or -software and any associated documentation (the "Software") to deal in the -Data Files or Software without restriction, including without limitation -the rights to use, copy, modify, merge, publish, distribute, and/or sell -copies of the Data Files or Software, and to permit persons to whom the -Data Files or Software are furnished to do so, provided that either (a) -this copyright and permission notice appear with all copies of the Data -Files or Software, or (b) this copyright and permission notice appear in -associated Documentation. + "Object" form shall mean any form resulting from mechanical + transformation or translation of a Source form, including but + not limited to compiled object code, generated documentation, + and conversions to other media types. -THE DATA FILES AND SOFTWARE ARE PROVIDED "AS IS", WITHOUT WARRANTY OF ANY -KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF -MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT OF -THIRD PARTY RIGHTS. + "Work" shall mean the work of authorship, whether in Source or + Object form, made available under the License, as indicated by a + copyright notice that is included in or attached to the work + (an example is provided in the Appendix below). -IN NO EVENT SHALL THE COPYRIGHT HOLDER OR HOLDERS INCLUDED IN THIS NOTICE -BE LIABLE FOR ANY CLAIM, OR ANY SPECIAL INDIRECT OR CONSEQUENTIAL DAMAGES, -OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, -WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, -ARISING OUT OF OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THE DATA -FILES OR SOFTWARE. + "Derivative Works" shall mean any work, whether in Source or Object + form, that is based on (or derived from) the Work and for which the + editorial revisions, annotations, elaborations, or other modifications + represent, as a whole, an original work of authorship. For the purposes + of this License, Derivative Works shall not include works that remain + separable from, or merely link (or bind by name) to the interfaces of, + the Work and Derivative Works thereof. -Except as contained in this notice, the name of a copyright holder shall -not be used in advertising or otherwise to promote the sale, use or other -dealings in these Data Files or Software without prior written -authorization of the copyright holder. --------------------------------------------------------------------------------- -icu + "Contribution" shall mean any work of authorship, including + the original version of the Work and any modifications or additions + to that Work or Derivative Works thereof, that is intentionally + submitted to Licensor for inclusion in the Work by the copyright owner + or by an individual or Legal Entity authorized to submit on behalf of + the copyright owner. For the purposes of this definition, "submitted" + means any form of electronic, verbal, or written communication sent + to the Licensor or its representatives, including but not limited to + communication on electronic mailing lists, source code control systems, + and issue tracking systems that are managed by, or on behalf of, the + Licensor for the purpose of discussing and improving the Work, but + excluding communication that is conspicuously marked or otherwise + designated in writing by the copyright owner as "Not a Contribution." -Copyright (C) 2010-2016, International Business Machines Corporation and -others. All Rights Reserved. + "Contributor" shall mean Licensor and any individual or Legal Entity + on behalf of whom a Contribution has been received by Licensor and + subsequently incorporated within the Work. -Permission is hereby granted, free of charge, to any person obtaining a -copy of data files and any associated documentation (the "Data Files") or -software and any associated documentation (the "Software") to deal in the -Data Files or Software without restriction, including without limitation -the rights to use, copy, modify, merge, publish, distribute, and/or sell -copies of the Data Files or Software, and to permit persons to whom the -Data Files or Software are furnished to do so, provided that either (a) -this copyright and permission notice appear with all copies of the Data -Files or Software, or (b) this copyright and permission notice appear in -associated Documentation. + 2. Grant of Copyright License. Subject to the terms and conditions of + this License, each Contributor hereby grants to You a perpetual, + worldwide, non-exclusive, no-charge, royalty-free, irrevocable + copyright license to reproduce, prepare Derivative Works of, + publicly display, publicly perform, sublicense, and distribute the + Work and such Derivative Works in Source or Object form. -THE DATA FILES AND SOFTWARE ARE PROVIDED "AS IS", WITHOUT WARRANTY OF ANY -KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF -MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT OF -THIRD PARTY RIGHTS. + 3. Grant of Patent License. Subject to the terms and conditions of + this License, each Contributor hereby grants to You a perpetual, + worldwide, non-exclusive, no-charge, royalty-free, irrevocable + (except as stated in this section) patent license to make, have made, + use, offer to sell, sell, import, and otherwise transfer the Work, + where such license applies only to those patent claims licensable + by such Contributor that are necessarily infringed by their + Contribution(s) alone or by combination of their Contribution(s) + with the Work to which such Contribution(s) was submitted. If You + institute patent litigation against any entity (including a + cross-claim or counterclaim in a lawsuit) alleging that the Work + or a Contribution incorporated within the Work constitutes direct + or contributory patent infringement, then any patent licenses + granted to You under this License for that Work shall terminate + as of the date such litigation is filed. -IN NO EVENT SHALL THE COPYRIGHT HOLDER OR HOLDERS INCLUDED IN THIS NOTICE -BE LIABLE FOR ANY CLAIM, OR ANY SPECIAL INDIRECT OR CONSEQUENTIAL DAMAGES, -OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, -WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, -ARISING OUT OF OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THE DATA -FILES OR SOFTWARE. + 4. Redistribution. You may reproduce and distribute copies of the + Work or Derivative Works thereof in any medium, with or without + modifications, and in Source or Object form, provided that You + meet the following conditions: -Except as contained in this notice, the name of a copyright holder shall -not be used in advertising or otherwise to promote the sale, use or other -dealings in these Data Files or Software without prior written -authorization of the copyright holder. --------------------------------------------------------------------------------- -icu + (a) You must give any other recipients of the Work or + Derivative Works a copy of this License; and -Copyright (C) 2011, International Business Machines -Corporation and others. All Rights Reserved. + (b) You must cause any modified files to carry prominent notices + stating that You changed the files; and -Permission is hereby granted, free of charge, to any person obtaining a -copy of data files and any associated documentation (the "Data Files") or -software and any associated documentation (the "Software") to deal in the -Data Files or Software without restriction, including without limitation -the rights to use, copy, modify, merge, publish, distribute, and/or sell -copies of the Data Files or Software, and to permit persons to whom the -Data Files or Software are furnished to do so, provided that either (a) -this copyright and permission notice appear with all copies of the Data -Files or Software, or (b) this copyright and permission notice appear in -associated Documentation. + (c) You must retain, in the Source form of any Derivative Works + that You distribute, all copyright, patent, trademark, and + attribution notices from the Source form of the Work, + excluding those notices that do not pertain to any part of + the Derivative Works; and -THE DATA FILES AND SOFTWARE ARE PROVIDED "AS IS", WITHOUT WARRANTY OF ANY -KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF -MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT OF -THIRD PARTY RIGHTS. + (d) If the Work includes a "NOTICE" text file as part of its + distribution, then any Derivative Works that You distribute must + include a readable copy of the attribution notices contained + within such NOTICE file, excluding those notices that do not + pertain to any part of the Derivative Works, in at least one + of the following places: within a NOTICE text file distributed + as part of the Derivative Works; within the Source form or + documentation, if provided along with the Derivative Works; or, + within a display generated by the Derivative Works, if and + wherever such third-party notices normally appear. The contents + of the NOTICE file are for informational purposes only and + do not modify the License. You may add Your own attribution + notices within Derivative Works that You distribute, alongside + or as an addendum to the NOTICE text from the Work, provided + that such additional attribution notices cannot be construed + as modifying the License. -IN NO EVENT SHALL THE COPYRIGHT HOLDER OR HOLDERS INCLUDED IN THIS NOTICE -BE LIABLE FOR ANY CLAIM, OR ANY SPECIAL INDIRECT OR CONSEQUENTIAL DAMAGES, -OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, -WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, -ARISING OUT OF OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THE DATA -FILES OR SOFTWARE. + You may add Your own copyright statement to Your modifications and + may provide additional or different license terms and conditions + for use, reproduction, or distribution of Your modifications, or + for any such Derivative Works as a whole, provided Your use, + reproduction, and distribution of the Work otherwise complies with + the conditions stated in this License. -Except as contained in this notice, the name of a copyright holder shall -not be used in advertising or otherwise to promote the sale, use or other -dealings in these Data Files or Software without prior written -authorization of the copyright holder. --------------------------------------------------------------------------------- -icu + 5. Submission of Contributions. Unless You explicitly state otherwise, + any Contribution intentionally submitted for inclusion in the Work + by You to the Licensor shall be under the terms and conditions of + this License, without any additional terms or conditions. + Notwithstanding the above, nothing herein shall supersede or modify + the terms of any separate license agreement you may have executed + with Licensor regarding such Contributions. -Copyright (C) 2011-2012, International Business Machines -Corporation and others. All Rights Reserved. + 6. Trademarks. This License does not grant permission to use the trade + names, trademarks, service marks, or product names of the Licensor, + except as required for reasonable and customary use in describing the + origin of the Work and reproducing the content of the NOTICE file. -Permission is hereby granted, free of charge, to any person obtaining a -copy of data files and any associated documentation (the "Data Files") or -software and any associated documentation (the "Software") to deal in the -Data Files or Software without restriction, including without limitation -the rights to use, copy, modify, merge, publish, distribute, and/or sell -copies of the Data Files or Software, and to permit persons to whom the -Data Files or Software are furnished to do so, provided that either (a) -this copyright and permission notice appear with all copies of the Data -Files or Software, or (b) this copyright and permission notice appear in -associated Documentation. + 7. Disclaimer of Warranty. Unless required by applicable law or + agreed to in writing, Licensor provides the Work (and each + Contributor provides its Contributions) on an "AS IS" BASIS, + WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or + implied, including, without limitation, any warranties or conditions + of TITLE, NON-INFRINGEMENT, MERCHANTABILITY, or FITNESS FOR A + PARTICULAR PURPOSE. You are solely responsible for determining the + appropriateness of using or redistributing the Work and assume any + risks associated with Your exercise of permissions under this License. -THE DATA FILES AND SOFTWARE ARE PROVIDED "AS IS", WITHOUT WARRANTY OF ANY -KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF -MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT OF -THIRD PARTY RIGHTS. + 8. Limitation of Liability. In no event and under no legal theory, + whether in tort (including negligence), contract, or otherwise, + unless required by applicable law (such as deliberate and grossly + negligent acts) or agreed to in writing, shall any Contributor be + liable to You for damages, including any direct, indirect, special, + incidental, or consequential damages of any character arising as a + result of this License or out of the use or inability to use the + Work (including but not limited to damages for loss of goodwill, + work stoppage, computer failure or malfunction, or any and all + other commercial damages or losses), even if such Contributor + has been advised of the possibility of such damages. -IN NO EVENT SHALL THE COPYRIGHT HOLDER OR HOLDERS INCLUDED IN THIS NOTICE -BE LIABLE FOR ANY CLAIM, OR ANY SPECIAL INDIRECT OR CONSEQUENTIAL DAMAGES, -OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, -WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, -ARISING OUT OF OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THE DATA -FILES OR SOFTWARE. + 9. Accepting Warranty or Additional Liability. While redistributing + the Work or Derivative Works thereof, You may choose to offer, + and charge a fee for, acceptance of support, warranty, indemnity, + or other liability obligations and/or rights consistent with this + License. However, in accepting such obligations, You may act only + on Your own behalf and on Your sole responsibility, not on behalf + of any other Contributor, and only if You agree to indemnify, + defend, and hold each Contributor harmless for any liability + incurred by, or claims asserted against, such Contributor by reason + of your accepting any such warranty or additional liability. -Except as contained in this notice, the name of a copyright holder shall -not be used in advertising or otherwise to promote the sale, use or other -dealings in these Data Files or Software without prior written -authorization of the copyright holder. --------------------------------------------------------------------------------- -icu + END OF TERMS AND CONDITIONS -Copyright (C) 2011-2012, International Business Machines Corporation and * -others. All Rights Reserved. + APPENDIX: How to apply the Apache License to your work. -Permission is hereby granted, free of charge, to any person obtaining a -copy of data files and any associated documentation (the "Data Files") or -software and any associated documentation (the "Software") to deal in the -Data Files or Software without restriction, including without limitation -the rights to use, copy, modify, merge, publish, distribute, and/or sell -copies of the Data Files or Software, and to permit persons to whom the -Data Files or Software are furnished to do so, provided that either (a) -this copyright and permission notice appear with all copies of the Data -Files or Software, or (b) this copyright and permission notice appear in -associated Documentation. + To apply the Apache License to your work, attach the following + boilerplate notice, with the fields enclosed by brackets "[]" + replaced with your own identifying information. (Don't include + the brackets!) The text should be enclosed in the appropriate + comment syntax for the file format. We also recommend that a + file or class name and description of purpose be included on the + same "printed page" as the copyright notice for easier + identification within third-party archives. -THE DATA FILES AND SOFTWARE ARE PROVIDED "AS IS", WITHOUT WARRANTY OF ANY -KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF -MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT OF -THIRD PARTY RIGHTS. + Copyright [yyyy] [name of copyright owner] -IN NO EVENT SHALL THE COPYRIGHT HOLDER OR HOLDERS INCLUDED IN THIS NOTICE -BE LIABLE FOR ANY CLAIM, OR ANY SPECIAL INDIRECT OR CONSEQUENTIAL DAMAGES, -OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, -WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, -ARISING OUT OF OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THE DATA -FILES OR SOFTWARE. + Licensed under the Apache License, Version 2.0 (the "License"); + you may not use this file except in compliance with the License. + You may obtain a copy of the License at -Except as contained in this notice, the name of a copyright holder shall -not be used in advertising or otherwise to promote the sale, use or other -dealings in these Data Files or Software without prior written -authorization of the copyright holder. --------------------------------------------------------------------------------- -icu + http://www.apache.org/licenses/LICENSE-2.0 -Copyright (C) 2011-2013, Apple Inc. and others. All Rights Reserved. + Unless required by applicable law or agreed to in writing, software + distributed under the License is distributed on an "AS IS" BASIS, + WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + See the License for the specific language governing permissions and + limitations under the License. -Permission is hereby granted, free of charge, to any person obtaining a -copy of data files and any associated documentation (the "Data Files") or -software and any associated documentation (the "Software") to deal in the -Data Files or Software without restriction, including without limitation -the rights to use, copy, modify, merge, publish, distribute, and/or sell -copies of the Data Files or Software, and to permit persons to whom the -Data Files or Software are furnished to do so, provided that either (a) -this copyright and permission notice appear with all copies of the Data -Files or Software, or (b) this copyright and permission notice appear in -associated Documentation. -THE DATA FILES AND SOFTWARE ARE PROVIDED "AS IS", WITHOUT WARRANTY OF ANY -KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF -MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT OF -THIRD PARTY RIGHTS. +---- LLVM Exceptions to the Apache 2.0 License ---- -IN NO EVENT SHALL THE COPYRIGHT HOLDER OR HOLDERS INCLUDED IN THIS NOTICE -BE LIABLE FOR ANY CLAIM, OR ANY SPECIAL INDIRECT OR CONSEQUENTIAL DAMAGES, -OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, -WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, -ARISING OUT OF OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THE DATA -FILES OR SOFTWARE. +As an exception, if, as a result of your compiling your source code, portions +of this Software are embedded into an Object form of such source code, you +may redistribute such embedded portions in such Object form without complying +with the conditions of Sections 4(a), 4(b) and 4(d) of the License. -Except as contained in this notice, the name of a copyright holder shall -not be used in advertising or otherwise to promote the sale, use or other -dealings in these Data Files or Software without prior written -authorization of the copyright holder. +In addition, if you combine or link compiled forms of this Software with +software that is licensed under the GPLv2 ("Combined Software") and if a +court of competent jurisdiction determines that the patent provision (Section +3), the indemnity provision (Section 9) or other Section of the License +conflicts with the conditions of the GPLv2, you may retroactively and +prospectively choose to deem waived or otherwise exclude such Section(s) of +the License, but only in their entirety and only with respect to the Combined +Software. -------------------------------------------------------------------------------- -icu - -Copyright (C) 2011-2013, Apple Inc.; Unicode, Inc.; and others. All Rights Reserved. +libjpeg-turbo -Permission is hereby granted, free of charge, to any person obtaining a -copy of data files and any associated documentation (the "Data Files") or -software and any associated documentation (the "Software") to deal in the -Data Files or Software without restriction, including without limitation -the rights to use, copy, modify, merge, publish, distribute, and/or sell -copies of the Data Files or Software, and to permit persons to whom the -Data Files or Software are furnished to do so, provided that either (a) -this copyright and permission notice appear with all copies of the Data -Files or Software, or (b) this copyright and permission notice appear in -associated Documentation. +Copyright (C) 2009-2011, Nokia Corporation and/or its subsidiary(-ies). +All Rights Reserved. +Author: Siarhei Siamashka +Copyright (C) 2013-2014, Linaro Limited. All Rights Reserved. +Author: Ragesh Radhakrishnan +Copyright (C) 2014-2016, D. R. Commander. All Rights Reserved. +Copyright (C) 2015-2016, Matthieu Darbois. All Rights Reserved. +Copyright (C) 2016, Siarhei Siamashka. All Rights Reserved. -THE DATA FILES AND SOFTWARE ARE PROVIDED "AS IS", WITHOUT WARRANTY OF ANY -KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF -MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT OF -THIRD PARTY RIGHTS. +This software is provided 'as-is', without any express or implied +warranty. In no event will the authors be held liable for any damages +arising from the use of this software. -IN NO EVENT SHALL THE COPYRIGHT HOLDER OR HOLDERS INCLUDED IN THIS NOTICE -BE LIABLE FOR ANY CLAIM, OR ANY SPECIAL INDIRECT OR CONSEQUENTIAL DAMAGES, -OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, -WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, -ARISING OUT OF OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THE DATA -FILES OR SOFTWARE. +Permission is granted to anyone to use this software for any purpose, +including commercial applications, and to alter it and redistribute it +freely, subject to the following restrictions: -Except as contained in this notice, the name of a copyright holder shall -not be used in advertising or otherwise to promote the sale, use or other -dealings in these Data Files or Software without prior written -authorization of the copyright holder. +1. The origin of this software must not be misrepresented; you must not + claim that you wrote the original software. If you use this software + in a product, an acknowledgment in the product documentation would be + appreciated but is not required. +2. Altered source versions must be plainly marked as such, and must not be + misrepresented as being the original software. +3. This notice may not be removed or altered from any source distribution. -------------------------------------------------------------------------------- -icu - -Copyright (C) 2011-2013, International Business Machines -Corporation and others. All Rights Reserved. +libjpeg-turbo -Permission is hereby granted, free of charge, to any person obtaining a -copy of data files and any associated documentation (the "Data Files") or -software and any associated documentation (the "Software") to deal in the -Data Files or Software without restriction, including without limitation -the rights to use, copy, modify, merge, publish, distribute, and/or sell -copies of the Data Files or Software, and to permit persons to whom the -Data Files or Software are furnished to do so, provided that either (a) -this copyright and permission notice appear with all copies of the Data -Files or Software, or (b) this copyright and permission notice appear in -associated Documentation. +Copyright (C) 2009-2011, Nokia Corporation and/or its subsidiary(-ies). +All Rights Reserved. +Author: Siarhei Siamashka +Copyright (C) 2014, Siarhei Siamashka. All Rights Reserved. +Copyright (C) 2014, Linaro Limited. All Rights Reserved. +Copyright (C) 2015, D. R. Commander. All Rights Reserved. +Copyright (C) 2015-2016, Matthieu Darbois. All Rights Reserved. -THE DATA FILES AND SOFTWARE ARE PROVIDED "AS IS", WITHOUT WARRANTY OF ANY -KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF -MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT OF -THIRD PARTY RIGHTS. +This software is provided 'as-is', without any express or implied +warranty. In no event will the authors be held liable for any damages +arising from the use of this software. -IN NO EVENT SHALL THE COPYRIGHT HOLDER OR HOLDERS INCLUDED IN THIS NOTICE -BE LIABLE FOR ANY CLAIM, OR ANY SPECIAL INDIRECT OR CONSEQUENTIAL DAMAGES, -OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, -WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, -ARISING OUT OF OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THE DATA -FILES OR SOFTWARE. +Permission is granted to anyone to use this software for any purpose, +including commercial applications, and to alter it and redistribute it +freely, subject to the following restrictions: -Except as contained in this notice, the name of a copyright holder shall -not be used in advertising or otherwise to promote the sale, use or other -dealings in these Data Files or Software without prior written -authorization of the copyright holder. +1. The origin of this software must not be misrepresented; you must not + claim that you wrote the original software. If you use this software + in a product, an acknowledgment in the product documentation would be + appreciated but is not required. +2. Altered source versions must be plainly marked as such, and must not be + misrepresented as being the original software. +3. This notice may not be removed or altered from any source distribution. -------------------------------------------------------------------------------- -icu +libjpeg-turbo -Copyright (C) 2011-2014 International Business Machines -Corporation and others. All Rights Reserved. +Copyright (C) 2013, MIPS Technologies, Inc., California. +All Rights Reserved. +Authors: Teodora Novkovic (teodora.novkovic@imgtec.com) + Darko Laus (darko.laus@imgtec.com) +This software is provided 'as-is', without any express or implied +warranty. In no event will the authors be held liable for any damages +arising from the use of this software. -Permission is hereby granted, free of charge, to any person obtaining a -copy of data files and any associated documentation (the "Data Files") or -software and any associated documentation (the "Software") to deal in the -Data Files or Software without restriction, including without limitation -the rights to use, copy, modify, merge, publish, distribute, and/or sell -copies of the Data Files or Software, and to permit persons to whom the -Data Files or Software are furnished to do so, provided that either (a) -this copyright and permission notice appear with all copies of the Data -Files or Software, or (b) this copyright and permission notice appear in -associated Documentation. +Permission is granted to anyone to use this software for any purpose, +including commercial applications, and to alter it and redistribute it +freely, subject to the following restrictions: -THE DATA FILES AND SOFTWARE ARE PROVIDED "AS IS", WITHOUT WARRANTY OF ANY -KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF -MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT OF -THIRD PARTY RIGHTS. +1. The origin of this software must not be misrepresented; you must not + claim that you wrote the original software. If you use this software + in a product, an acknowledgment in the product documentation would be + appreciated but is not required. +2. Altered source versions must be plainly marked as such, and must not be + misrepresented as being the original software. +3. This notice may not be removed or altered from any source distribution. +-------------------------------------------------------------------------------- +libjpeg-turbo -IN NO EVENT SHALL THE COPYRIGHT HOLDER OR HOLDERS INCLUDED IN THIS NOTICE -BE LIABLE FOR ANY CLAIM, OR ANY SPECIAL INDIRECT OR CONSEQUENTIAL DAMAGES, -OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, -WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, -ARISING OUT OF OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THE DATA -FILES OR SOFTWARE. +Copyright (C) 2013-2014, MIPS Technologies, Inc., California. +All Rights Reserved. +Authors: Teodora Novkovic (teodora.novkovic@imgtec.com) + Darko Laus (darko.laus@imgtec.com) +Copyright (C) 2015, D. R. Commander. All Rights Reserved. +This software is provided 'as-is', without any express or implied +warranty. In no event will the authors be held liable for any damages +arising from the use of this software. -Except as contained in this notice, the name of a copyright holder shall -not be used in advertising or otherwise to promote the sale, use or other -dealings in these Data Files or Software without prior written -authorization of the copyright holder. --------------------------------------------------------------------------------- -icu +Permission is granted to anyone to use this software for any purpose, +including commercial applications, and to alter it and redistribute it +freely, subject to the following restrictions: -Copyright (C) 2011-2014, International Business Machines -Corporation and others. All Rights Reserved. +1. The origin of this software must not be misrepresented; you must not + claim that you wrote the original software. If you use this software + in a product, an acknowledgment in the product documentation would be + appreciated but is not required. +2. Altered source versions must be plainly marked as such, and must not be + misrepresented as being the original software. +3. This notice may not be removed or altered from any source distribution. +-------------------------------------------------------------------------------- +libjpeg-turbo -Permission is hereby granted, free of charge, to any person obtaining a -copy of data files and any associated documentation (the "Data Files") or -software and any associated documentation (the "Software") to deal in the -Data Files or Software without restriction, including without limitation -the rights to use, copy, modify, merge, publish, distribute, and/or sell -copies of the Data Files or Software, and to permit persons to whom the -Data Files or Software are furnished to do so, provided that either (a) -this copyright and permission notice appear with all copies of the Data -Files or Software, or (b) this copyright and permission notice appear in -associated Documentation. +Copyright (C) 2014, D. R. Commander. All Rights Reserved. -THE DATA FILES AND SOFTWARE ARE PROVIDED "AS IS", WITHOUT WARRANTY OF ANY -KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF -MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT OF -THIRD PARTY RIGHTS. +This software is provided 'as-is', without any express or implied +warranty. In no event will the authors be held liable for any damages +arising from the use of this software. -IN NO EVENT SHALL THE COPYRIGHT HOLDER OR HOLDERS INCLUDED IN THIS NOTICE -BE LIABLE FOR ANY CLAIM, OR ANY SPECIAL INDIRECT OR CONSEQUENTIAL DAMAGES, -OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, -WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, -ARISING OUT OF OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THE DATA -FILES OR SOFTWARE. +Permission is granted to anyone to use this software for any purpose, +including commercial applications, and to alter it and redistribute it +freely, subject to the following restrictions: -Except as contained in this notice, the name of a copyright holder shall -not be used in advertising or otherwise to promote the sale, use or other -dealings in these Data Files or Software without prior written -authorization of the copyright holder. +1. The origin of this software must not be misrepresented; you must not + claim that you wrote the original software. If you use this software + in a product, an acknowledgment in the product documentation would be + appreciated but is not required. +2. Altered source versions must be plainly marked as such, and must not be + misrepresented as being the original software. +3. This notice may not be removed or altered from any source distribution. -------------------------------------------------------------------------------- -icu - -Copyright (C) 2011-2015, International Business Machines -Corporation and others. All Rights Reserved. +libjpeg-turbo -Permission is hereby granted, free of charge, to any person obtaining a -copy of data files and any associated documentation (the "Data Files") or -software and any associated documentation (the "Software") to deal in the -Data Files or Software without restriction, including without limitation -the rights to use, copy, modify, merge, publish, distribute, and/or sell -copies of the Data Files or Software, and to permit persons to whom the -Data Files or Software are furnished to do so, provided that either (a) -this copyright and permission notice appear with all copies of the Data -Files or Software, or (b) this copyright and permission notice appear in -associated Documentation. +Copyright (C) 2014-2015, D. R. Commander. All Rights Reserved. -THE DATA FILES AND SOFTWARE ARE PROVIDED "AS IS", WITHOUT WARRANTY OF ANY -KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF -MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT OF -THIRD PARTY RIGHTS. +This software is provided 'as-is', without any express or implied +warranty. In no event will the authors be held liable for any damages +arising from the use of this software. -IN NO EVENT SHALL THE COPYRIGHT HOLDER OR HOLDERS INCLUDED IN THIS NOTICE -BE LIABLE FOR ANY CLAIM, OR ANY SPECIAL INDIRECT OR CONSEQUENTIAL DAMAGES, -OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, -WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, -ARISING OUT OF OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THE DATA -FILES OR SOFTWARE. +Permission is granted to anyone to use this software for any purpose, +including commercial applications, and to alter it and redistribute it +freely, subject to the following restrictions: -Except as contained in this notice, the name of a copyright holder shall -not be used in advertising or otherwise to promote the sale, use or other -dealings in these Data Files or Software without prior written -authorization of the copyright holder. +1. The origin of this software must not be misrepresented; you must not + claim that you wrote the original software. If you use this software + in a product, an acknowledgment in the product documentation would be + appreciated but is not required. +2. Altered source versions must be plainly marked as such, and must not be + misrepresented as being the original software. +3. This notice may not be removed or altered from any source distribution. -------------------------------------------------------------------------------- -icu - -Copyright (C) 2011-2015, International Business Machines Corporation and -others. All Rights Reserved. +libjpeg-turbo -Permission is hereby granted, free of charge, to any person obtaining a -copy of data files and any associated documentation (the "Data Files") or -software and any associated documentation (the "Software") to deal in the -Data Files or Software without restriction, including without limitation -the rights to use, copy, modify, merge, publish, distribute, and/or sell -copies of the Data Files or Software, and to permit persons to whom the -Data Files or Software are furnished to do so, provided that either (a) -this copyright and permission notice appear with all copies of the Data -Files or Software, or (b) this copyright and permission notice appear in -associated Documentation. +Copyright (C) 2014-2015, D. R. Commander. All Rights Reserved. +Copyright (C) 2014, Jay Foad. All Rights Reserved. -THE DATA FILES AND SOFTWARE ARE PROVIDED "AS IS", WITHOUT WARRANTY OF ANY -KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF -MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT OF -THIRD PARTY RIGHTS. +This software is provided 'as-is', without any express or implied +warranty. In no event will the authors be held liable for any damages +arising from the use of this software. -IN NO EVENT SHALL THE COPYRIGHT HOLDER OR HOLDERS INCLUDED IN THIS NOTICE -BE LIABLE FOR ANY CLAIM, OR ANY SPECIAL INDIRECT OR CONSEQUENTIAL DAMAGES, -OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, -WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, -ARISING OUT OF OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THE DATA -FILES OR SOFTWARE. +Permission is granted to anyone to use this software for any purpose, +including commercial applications, and to alter it and redistribute it +freely, subject to the following restrictions: -Except as contained in this notice, the name of a copyright holder shall -not be used in advertising or otherwise to promote the sale, use or other -dealings in these Data Files or Software without prior written -authorization of the copyright holder. +1. The origin of this software must not be misrepresented; you must not + claim that you wrote the original software. If you use this software + in a product, an acknowledgment in the product documentation would be + appreciated but is not required. +2. Altered source versions must be plainly marked as such, and must not be + misrepresented as being the original software. +3. This notice may not be removed or altered from any source distribution. -------------------------------------------------------------------------------- -icu +libjpeg-turbo + +Copyright (C) 2015, D. R. Commander. All Rights Reserved. + +This software is provided 'as-is', without any express or implied +warranty. In no event will the authors be held liable for any damages +arising from the use of this software. + +Permission is granted to anyone to use this software for any purpose, +including commercial applications, and to alter it and redistribute it +freely, subject to the following restrictions: -Copyright (C) 2011-2015, International Business Machines Corporation and * -others. All Rights Reserved. +1. The origin of this software must not be misrepresented; you must not + claim that you wrote the original software. If you use this software + in a product, an acknowledgment in the product documentation would be + appreciated but is not required. +2. Altered source versions must be plainly marked as such, and must not be + misrepresented as being the original software. +3. This notice may not be removed or altered from any source distribution. +-------------------------------------------------------------------------------- +libjpeg-turbo -Permission is hereby granted, free of charge, to any person obtaining a -copy of data files and any associated documentation (the "Data Files") or -software and any associated documentation (the "Software") to deal in the -Data Files or Software without restriction, including without limitation -the rights to use, copy, modify, merge, publish, distribute, and/or sell -copies of the Data Files or Software, and to permit persons to whom the -Data Files or Software are furnished to do so, provided that either (a) -this copyright and permission notice appear with all copies of the Data -Files or Software, or (b) this copyright and permission notice appear in -associated Documentation. +Copyright (C)2009-2014 D. R. Commander. All Rights Reserved. -THE DATA FILES AND SOFTWARE ARE PROVIDED "AS IS", WITHOUT WARRANTY OF ANY -KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF -MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT OF -THIRD PARTY RIGHTS. +Redistribution and use in source and binary forms, with or without +modification, are permitted provided that the following conditions are met: -IN NO EVENT SHALL THE COPYRIGHT HOLDER OR HOLDERS INCLUDED IN THIS NOTICE -BE LIABLE FOR ANY CLAIM, OR ANY SPECIAL INDIRECT OR CONSEQUENTIAL DAMAGES, -OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, -WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, -ARISING OUT OF OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THE DATA -FILES OR SOFTWARE. +- Redistributions of source code must retain the above copyright notice, + this list of conditions and the following disclaimer. +- Redistributions in binary form must reproduce the above copyright notice, + this list of conditions and the following disclaimer in the documentation + and/or other materials provided with the distribution. +- Neither the name of the libjpeg-turbo Project nor the names of its + contributors may be used to endorse or promote products derived from this + software without specific prior written permission. -Except as contained in this notice, the name of a copyright holder shall -not be used in advertising or otherwise to promote the sale, use or other -dealings in these Data Files or Software without prior written -authorization of the copyright holder. +THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS", +AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE +IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE +ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT HOLDERS OR CONTRIBUTORS BE +LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR +CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF +SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS +INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN +CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) +ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE +POSSIBILITY OF SUCH DAMAGE. -------------------------------------------------------------------------------- -icu - -Copyright (C) 2011-2016, International Business Machines Corporation and -others. All Rights Reserved. +libjpeg-turbo -Permission is hereby granted, free of charge, to any person obtaining a -copy of data files and any associated documentation (the "Data Files") or -software and any associated documentation (the "Software") to deal in the -Data Files or Software without restriction, including without limitation -the rights to use, copy, modify, merge, publish, distribute, and/or sell -copies of the Data Files or Software, and to permit persons to whom the -Data Files or Software are furnished to do so, provided that either (a) -this copyright and permission notice appear with all copies of the Data -Files or Software, or (b) this copyright and permission notice appear in -associated Documentation. +Copyright (C)2009-2015 D. R. Commander. All Rights Reserved. -THE DATA FILES AND SOFTWARE ARE PROVIDED "AS IS", WITHOUT WARRANTY OF ANY -KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF -MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT OF -THIRD PARTY RIGHTS. +Redistribution and use in source and binary forms, with or without +modification, are permitted provided that the following conditions are met: -IN NO EVENT SHALL THE COPYRIGHT HOLDER OR HOLDERS INCLUDED IN THIS NOTICE -BE LIABLE FOR ANY CLAIM, OR ANY SPECIAL INDIRECT OR CONSEQUENTIAL DAMAGES, -OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, -WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, -ARISING OUT OF OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THE DATA -FILES OR SOFTWARE. +- Redistributions of source code must retain the above copyright notice, + this list of conditions and the following disclaimer. +- Redistributions in binary form must reproduce the above copyright notice, + this list of conditions and the following disclaimer in the documentation + and/or other materials provided with the distribution. +- Neither the name of the libjpeg-turbo Project nor the names of its + contributors may be used to endorse or promote products derived from this + software without specific prior written permission. -Except as contained in this notice, the name of a copyright holder shall -not be used in advertising or otherwise to promote the sale, use or other -dealings in these Data Files or Software without prior written -authorization of the copyright holder. +THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS", +AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE +IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE +ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT HOLDERS OR CONTRIBUTORS BE +LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR +CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF +SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS +INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN +CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) +ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE +POSSIBILITY OF SUCH DAMAGE. -------------------------------------------------------------------------------- -icu - -Copyright (C) 2012 International Business Machines Corporation -and others. All rights reserved. +libjpeg-turbo -Permission is hereby granted, free of charge, to any person obtaining a -copy of data files and any associated documentation (the "Data Files") or -software and any associated documentation (the "Software") to deal in the -Data Files or Software without restriction, including without limitation -the rights to use, copy, modify, merge, publish, distribute, and/or sell -copies of the Data Files or Software, and to permit persons to whom the -Data Files or Software are furnished to do so, provided that either (a) -this copyright and permission notice appear with all copies of the Data -Files or Software, or (b) this copyright and permission notice appear in -associated Documentation. +Copyright (C)2009-2016 D. R. Commander. All Rights Reserved. -THE DATA FILES AND SOFTWARE ARE PROVIDED "AS IS", WITHOUT WARRANTY OF ANY -KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF -MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT OF -THIRD PARTY RIGHTS. +Redistribution and use in source and binary forms, with or without +modification, are permitted provided that the following conditions are met: -IN NO EVENT SHALL THE COPYRIGHT HOLDER OR HOLDERS INCLUDED IN THIS NOTICE -BE LIABLE FOR ANY CLAIM, OR ANY SPECIAL INDIRECT OR CONSEQUENTIAL DAMAGES, -OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, -WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, -ARISING OUT OF OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THE DATA -FILES OR SOFTWARE. +- Redistributions of source code must retain the above copyright notice, + this list of conditions and the following disclaimer. +- Redistributions in binary form must reproduce the above copyright notice, + this list of conditions and the following disclaimer in the documentation + and/or other materials provided with the distribution. +- Neither the name of the libjpeg-turbo Project nor the names of its + contributors may be used to endorse or promote products derived from this + software without specific prior written permission. -Except as contained in this notice, the name of a copyright holder shall -not be used in advertising or otherwise to promote the sale, use or other -dealings in these Data Files or Software without prior written -authorization of the copyright holder. +THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS", +AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE +IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE +ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT HOLDERS OR CONTRIBUTORS BE +LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR +CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF +SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS +INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN +CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) +ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE +POSSIBILITY OF SUCH DAMAGE. -------------------------------------------------------------------------------- -icu - -Copyright (C) 2012,2014 International Business Machines -Corporation and others. All Rights Reserved. +libjpeg-turbo -Permission is hereby granted, free of charge, to any person obtaining a -copy of data files and any associated documentation (the "Data Files") or -software and any associated documentation (the "Software") to deal in the -Data Files or Software without restriction, including without limitation -the rights to use, copy, modify, merge, publish, distribute, and/or sell -copies of the Data Files or Software, and to permit persons to whom the -Data Files or Software are furnished to do so, provided that either (a) -this copyright and permission notice appear with all copies of the Data -Files or Software, or (b) this copyright and permission notice appear in -associated Documentation. +Copyright (C)2011 D. R. Commander. All Rights Reserved. -THE DATA FILES AND SOFTWARE ARE PROVIDED "AS IS", WITHOUT WARRANTY OF ANY -KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF -MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT OF -THIRD PARTY RIGHTS. +Redistribution and use in source and binary forms, with or without +modification, are permitted provided that the following conditions are met: -IN NO EVENT SHALL THE COPYRIGHT HOLDER OR HOLDERS INCLUDED IN THIS NOTICE -BE LIABLE FOR ANY CLAIM, OR ANY SPECIAL INDIRECT OR CONSEQUENTIAL DAMAGES, -OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, -WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, -ARISING OUT OF OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THE DATA -FILES OR SOFTWARE. +- Redistributions of source code must retain the above copyright notice, + this list of conditions and the following disclaimer. +- Redistributions in binary form must reproduce the above copyright notice, + this list of conditions and the following disclaimer in the documentation + and/or other materials provided with the distribution. +- Neither the name of the libjpeg-turbo Project nor the names of its + contributors may be used to endorse or promote products derived from this + software without specific prior written permission. -Except as contained in this notice, the name of a copyright holder shall -not be used in advertising or otherwise to promote the sale, use or other -dealings in these Data Files or Software without prior written -authorization of the copyright holder. +THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS", +AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE +IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE +ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT HOLDERS OR CONTRIBUTORS BE +LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR +CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF +SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS +INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN +CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) +ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE +POSSIBILITY OF SUCH DAMAGE. -------------------------------------------------------------------------------- -icu +libjpeg-turbo -Copyright (C) 2012-2014, International Business Machines -Corporation and others. All Rights Reserved. +Copyright (C)2011, 2015 D. R. Commander. All Rights Reserved. -Permission is hereby granted, free of charge, to any person obtaining a -copy of data files and any associated documentation (the "Data Files") or -software and any associated documentation (the "Software") to deal in the -Data Files or Software without restriction, including without limitation -the rights to use, copy, modify, merge, publish, distribute, and/or sell -copies of the Data Files or Software, and to permit persons to whom the -Data Files or Software are furnished to do so, provided that either (a) -this copyright and permission notice appear with all copies of the Data -Files or Software, or (b) this copyright and permission notice appear in -associated Documentation. +Redistribution and use in source and binary forms, with or without +modification, are permitted provided that the following conditions are met: -THE DATA FILES AND SOFTWARE ARE PROVIDED "AS IS", WITHOUT WARRANTY OF ANY -KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF -MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT OF -THIRD PARTY RIGHTS. +- Redistributions of source code must retain the above copyright notice, + this list of conditions and the following disclaimer. +- Redistributions in binary form must reproduce the above copyright notice, + this list of conditions and the following disclaimer in the documentation + and/or other materials provided with the distribution. +- Neither the name of the libjpeg-turbo Project nor the names of its + contributors may be used to endorse or promote products derived from this + software without specific prior written permission. -IN NO EVENT SHALL THE COPYRIGHT HOLDER OR HOLDERS INCLUDED IN THIS NOTICE -BE LIABLE FOR ANY CLAIM, OR ANY SPECIAL INDIRECT OR CONSEQUENTIAL DAMAGES, -OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, -WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, -ARISING OUT OF OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THE DATA -FILES OR SOFTWARE. +THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS", +AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE +IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE +ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT HOLDERS OR CONTRIBUTORS BE +LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR +CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF +SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS +INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN +CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) +ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE +POSSIBILITY OF SUCH DAMAGE. +-------------------------------------------------------------------------------- +libjpeg-turbo + +Copyright (C)2011-2016 D. R. Commander. All Rights Reserved. -Except as contained in this notice, the name of a copyright holder shall -not be used in advertising or otherwise to promote the sale, use or other -dealings in these Data Files or Software without prior written -authorization of the copyright holder. +Redistribution and use in source and binary forms, with or without +modification, are permitted provided that the following conditions are met: + +- Redistributions of source code must retain the above copyright notice, + this list of conditions and the following disclaimer. +- Redistributions in binary form must reproduce the above copyright notice, + this list of conditions and the following disclaimer in the documentation + and/or other materials provided with the distribution. +- Neither the name of the libjpeg-turbo Project nor the names of its + contributors may be used to endorse or promote products derived from this + software without specific prior written permission. + +THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS", +AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE +IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE +ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT HOLDERS OR CONTRIBUTORS BE +LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR +CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF +SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS +INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN +CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) +ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE +POSSIBILITY OF SUCH DAMAGE. -------------------------------------------------------------------------------- -icu +libjpeg-turbo -Copyright (C) 2012-2015, International Business Machines -Corporation and others. All Rights Reserved. +Portions of this code are based on the PBMPLUS library, which is: -Permission is hereby granted, free of charge, to any person obtaining a -copy of data files and any associated documentation (the "Data Files") or -software and any associated documentation (the "Software") to deal in the -Data Files or Software without restriction, including without limitation -the rights to use, copy, modify, merge, publish, distribute, and/or sell -copies of the Data Files or Software, and to permit persons to whom the -Data Files or Software are furnished to do so, provided that either (a) -this copyright and permission notice appear with all copies of the Data -Files or Software, or (b) this copyright and permission notice appear in -associated Documentation. +Copyright (C) 1988 by Jef Poskanzer. -THE DATA FILES AND SOFTWARE ARE PROVIDED "AS IS", WITHOUT WARRANTY OF ANY -KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF -MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT OF -THIRD PARTY RIGHTS. +Permission to use, copy, modify, and distribute this software and its +documentation for any purpose and without fee is hereby granted, provided +that the above copyright notice appear in all copies and that both that +copyright notice and this permission notice appear in supporting +documentation. This software is provided "as is" without express or +implied warranty. +-------------------------------------------------------------------------------- +libjpeg-turbo -IN NO EVENT SHALL THE COPYRIGHT HOLDER OR HOLDERS INCLUDED IN THIS NOTICE -BE LIABLE FOR ANY CLAIM, OR ANY SPECIAL INDIRECT OR CONSEQUENTIAL DAMAGES, -OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, -WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, -ARISING OUT OF OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THE DATA -FILES OR SOFTWARE. +This code is loosely based on ppmtogif from the PBMPLUS distribution +of Feb. 1991. That file contains the following copyright notice: + Based on GIFENCODE by David Rowley . + Lempel-Ziv compression based on "compress" by Spencer W. Thomas et al. + Copyright (C) 1989 by Jef Poskanzer. + Permission to use, copy, modify, and distribute this software and its + documentation for any purpose and without fee is hereby granted, provided + that the above copyright notice appear in all copies and that both that + copyright notice and this permission notice appear in supporting + documentation. This software is provided "as is" without express or + implied warranty. -Except as contained in this notice, the name of a copyright holder shall -not be used in advertising or otherwise to promote the sale, use or other -dealings in these Data Files or Software without prior written -authorization of the copyright holder. +We are also required to state that + "The Graphics Interchange Format(c) is the Copyright property of + CompuServe Incorporated. GIF(sm) is a Service Mark property of + CompuServe Incorporated." -------------------------------------------------------------------------------- -icu +libjpeg-turbo -Copyright (C) 2012-2016, International Business Machines -Corporation and others. All Rights Reserved. +This file was part of the Independent JPEG Group's software: +Copyright (C) 1991-1994, Thomas G. Lane. +It was modified by The libjpeg-turbo Project to include only code relevant +to libjpeg-turbo. +For conditions of distribution and use, see the accompanying README.ijg +file. +-------------------------------------------------------------------------------- +libjpeg-turbo -Permission is hereby granted, free of charge, to any person obtaining a -copy of data files and any associated documentation (the "Data Files") or -software and any associated documentation (the "Software") to deal in the -Data Files or Software without restriction, including without limitation -the rights to use, copy, modify, merge, publish, distribute, and/or sell -copies of the Data Files or Software, and to permit persons to whom the -Data Files or Software are furnished to do so, provided that either (a) -this copyright and permission notice appear with all copies of the Data -Files or Software, or (b) this copyright and permission notice appear in -associated Documentation. +This file was part of the Independent JPEG Group's software: +Copyright (C) 1991-1995, Thomas G. Lane. +For conditions of distribution and use, see the accompanying README.ijg +file. +-------------------------------------------------------------------------------- +libjpeg-turbo -THE DATA FILES AND SOFTWARE ARE PROVIDED "AS IS", WITHOUT WARRANTY OF ANY -KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF -MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT OF -THIRD PARTY RIGHTS. +This file was part of the Independent JPEG Group's software: +Copyright (C) 1991-1996, Thomas G. Lane. +For conditions of distribution and use, see the accompanying README.ijg +file. +-------------------------------------------------------------------------------- +libjpeg-turbo -IN NO EVENT SHALL THE COPYRIGHT HOLDER OR HOLDERS INCLUDED IN THIS NOTICE -BE LIABLE FOR ANY CLAIM, OR ANY SPECIAL INDIRECT OR CONSEQUENTIAL DAMAGES, -OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, -WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, -ARISING OUT OF OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THE DATA -FILES OR SOFTWARE. +This file was part of the Independent JPEG Group's software: +Copyright (C) 1991-1996, Thomas G. Lane. +It was modified by The libjpeg-turbo Project to include only code +relevant to libjpeg-turbo. +For conditions of distribution and use, see the accompanying README.ijg +file. +-------------------------------------------------------------------------------- +libjpeg-turbo -Except as contained in this notice, the name of a copyright holder shall -not be used in advertising or otherwise to promote the sale, use or other -dealings in these Data Files or Software without prior written -authorization of the copyright holder. +This file was part of the Independent JPEG Group's software: +Copyright (C) 1991-1996, Thomas G. Lane. +It was modified by The libjpeg-turbo Project to include only code and +information relevant to libjpeg-turbo. +For conditions of distribution and use, see the accompanying README.ijg +file. -------------------------------------------------------------------------------- -icu +libjpeg-turbo -Copyright (C) 2013, International Business Machines -Corporation and others. All Rights Reserved. +This file was part of the Independent JPEG Group's software: +Copyright (C) 1991-1996, Thomas G. Lane. +It was modified by The libjpeg-turbo Project to include only code relevant +to libjpeg-turbo. +For conditions of distribution and use, see the accompanying README.ijg +file. +-------------------------------------------------------------------------------- +libjpeg-turbo -Permission is hereby granted, free of charge, to any person obtaining a -copy of data files and any associated documentation (the "Data Files") or -software and any associated documentation (the "Software") to deal in the -Data Files or Software without restriction, including without limitation -the rights to use, copy, modify, merge, publish, distribute, and/or sell -copies of the Data Files or Software, and to permit persons to whom the -Data Files or Software are furnished to do so, provided that either (a) -this copyright and permission notice appear with all copies of the Data -Files or Software, or (b) this copyright and permission notice appear in -associated Documentation. +This file was part of the Independent JPEG Group's software: +Copyright (C) 1991-1996, Thomas G. Lane. +Modified 2009 by Guido Vollbeding. +It was modified by The libjpeg-turbo Project to include only code and +information relevant to libjpeg-turbo. +For conditions of distribution and use, see the accompanying README.ijg +file. +-------------------------------------------------------------------------------- +libjpeg-turbo -THE DATA FILES AND SOFTWARE ARE PROVIDED "AS IS", WITHOUT WARRANTY OF ANY -KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF -MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT OF -THIRD PARTY RIGHTS. +This file was part of the Independent JPEG Group's software: +Copyright (C) 1991-1996, Thomas G. Lane. +libjpeg-turbo Modifications: +Copyright (C) 2009, 2014-2015, D. R. Commander. +For conditions of distribution and use, see the accompanying README.ijg +file. +-------------------------------------------------------------------------------- +libjpeg-turbo -IN NO EVENT SHALL THE COPYRIGHT HOLDER OR HOLDERS INCLUDED IN THIS NOTICE -BE LIABLE FOR ANY CLAIM, OR ANY SPECIAL INDIRECT OR CONSEQUENTIAL DAMAGES, -OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, -WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, -ARISING OUT OF OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THE DATA -FILES OR SOFTWARE. +This file was part of the Independent JPEG Group's software: +Copyright (C) 1991-1996, Thomas G. Lane. +libjpeg-turbo Modifications: +Copyright (C) 2009, 2015, D. R. Commander. +For conditions of distribution and use, see the accompanying README.ijg +file. +-------------------------------------------------------------------------------- +libjpeg-turbo -Except as contained in this notice, the name of a copyright holder shall -not be used in advertising or otherwise to promote the sale, use or other -dealings in these Data Files or Software without prior written -authorization of the copyright holder. +This file was part of the Independent JPEG Group's software: +Copyright (C) 1991-1996, Thomas G. Lane. +libjpeg-turbo Modifications: +Copyright (C) 2009-2012, 2015, D. R. Commander. +For conditions of distribution and use, see the accompanying README.ijg +file. -------------------------------------------------------------------------------- -icu +libjpeg-turbo -Copyright (C) 2013, International Business Machines Corporation -and others. All Rights Reserved. +This file was part of the Independent JPEG Group's software: +Copyright (C) 1991-1996, Thomas G. Lane. +libjpeg-turbo Modifications: +Copyright (C) 2010, D. R. Commander. +For conditions of distribution and use, see the accompanying README.ijg +file. +-------------------------------------------------------------------------------- +libjpeg-turbo -Permission is hereby granted, free of charge, to any person obtaining a -copy of data files and any associated documentation (the "Data Files") or -software and any associated documentation (the "Software") to deal in the -Data Files or Software without restriction, including without limitation -the rights to use, copy, modify, merge, publish, distribute, and/or sell -copies of the Data Files or Software, and to permit persons to whom the -Data Files or Software are furnished to do so, provided that either (a) -this copyright and permission notice appear with all copies of the Data -Files or Software, or (b) this copyright and permission notice appear in -associated Documentation. +This file was part of the Independent JPEG Group's software: +Copyright (C) 1991-1996, Thomas G. Lane. +libjpeg-turbo Modifications: +Copyright 2009 Pierre Ossman for Cendio AB +Copyright (C) 2009-2012, 2015, D. R. Commander. +Copyright (C) 2014, MIPS Technologies, Inc., California. +For conditions of distribution and use, see the accompanying README.ijg +file. +-------------------------------------------------------------------------------- +libjpeg-turbo -THE DATA FILES AND SOFTWARE ARE PROVIDED "AS IS", WITHOUT WARRANTY OF ANY -KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF -MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT OF -THIRD PARTY RIGHTS. +This file was part of the Independent JPEG Group's software: +Copyright (C) 1991-1996, Thomas G. Lane. +libjpeg-turbo Modifications: +Copyright 2009 Pierre Ossman for Cendio AB +Copyright (C) 2010, 2015-2016, D. R. Commander. +Copyright (C) 2014, MIPS Technologies, Inc., California. +Copyright (C) 2015, Google, Inc. +For conditions of distribution and use, see the accompanying README.ijg +file. +-------------------------------------------------------------------------------- +libjpeg-turbo -IN NO EVENT SHALL THE COPYRIGHT HOLDER OR HOLDERS INCLUDED IN THIS NOTICE -BE LIABLE FOR ANY CLAIM, OR ANY SPECIAL INDIRECT OR CONSEQUENTIAL DAMAGES, -OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, -WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, -ARISING OUT OF OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THE DATA -FILES OR SOFTWARE. +This file was part of the Independent JPEG Group's software: +Copyright (C) 1991-1996, Thomas G. Lane. +libjpeg-turbo Modifications: +Copyright 2009 Pierre Ossman for Cendio AB +Copyright (C) 2014, MIPS Technologies, Inc., California. +Copyright (C) 2015, D. R. Commander. +For conditions of distribution and use, see the accompanying README.ijg +file. +-------------------------------------------------------------------------------- +libjpeg-turbo -Except as contained in this notice, the name of a copyright holder shall -not be used in advertising or otherwise to promote the sale, use or other -dealings in these Data Files or Software without prior written -authorization of the copyright holder. +This file was part of the Independent JPEG Group's software: +Copyright (C) 1991-1997, Thomas G. Lane. +It was modified by The libjpeg-turbo Project to include only code relevant +to libjpeg-turbo. +For conditions of distribution and use, see the accompanying README.ijg +file. -------------------------------------------------------------------------------- -icu +libjpeg-turbo -Copyright (C) 2013, International Business Machines Corporation and * -others. All Rights Reserved. +This file was part of the Independent JPEG Group's software: +Copyright (C) 1991-1997, Thomas G. Lane. +Modifications: +Copyright (C) 2013, Linaro Limited. +Copyright (C) 2014-2015, D. R. Commander. +For conditions of distribution and use, see the accompanying README.ijg +file. +-------------------------------------------------------------------------------- +libjpeg-turbo -Permission is hereby granted, free of charge, to any person obtaining a -copy of data files and any associated documentation (the "Data Files") or -software and any associated documentation (the "Software") to deal in the -Data Files or Software without restriction, including without limitation -the rights to use, copy, modify, merge, publish, distribute, and/or sell -copies of the Data Files or Software, and to permit persons to whom the -Data Files or Software are furnished to do so, provided that either (a) -this copyright and permission notice appear with all copies of the Data -Files or Software, or (b) this copyright and permission notice appear in -associated Documentation. +This file was part of the Independent JPEG Group's software: +Copyright (C) 1991-1997, Thomas G. Lane. +Modified 1997-2009 by Guido Vollbeding. +libjpeg-turbo Modifications: +Copyright (C) 2009, 2011, 2014-2015, D. R. Commander. +For conditions of distribution and use, see the accompanying README.ijg +file. +-------------------------------------------------------------------------------- +libjpeg-turbo -THE DATA FILES AND SOFTWARE ARE PROVIDED "AS IS", WITHOUT WARRANTY OF ANY -KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF -MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT OF -THIRD PARTY RIGHTS. +This file was part of the Independent JPEG Group's software: +Copyright (C) 1991-1997, Thomas G. Lane. +Modified 1997-2009 by Guido Vollbeding. +libjpeg-turbo Modifications: +Copyright (C) 2015-2016, D. R. Commander. +Copyright (C) 2015, Google, Inc. +For conditions of distribution and use, see the accompanying README.ijg +file. +-------------------------------------------------------------------------------- +libjpeg-turbo -IN NO EVENT SHALL THE COPYRIGHT HOLDER OR HOLDERS INCLUDED IN THIS NOTICE -BE LIABLE FOR ANY CLAIM, OR ANY SPECIAL INDIRECT OR CONSEQUENTIAL DAMAGES, -OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, -WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, -ARISING OUT OF OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THE DATA -FILES OR SOFTWARE. +This file was part of the Independent JPEG Group's software: +Copyright (C) 1991-1997, Thomas G. Lane. +Modified 2002-2009 by Guido Vollbeding. +libjpeg-turbo Modifications: +Copyright (C) 2009-2011, 2016, D. R. Commander. +Copyright (C) 2013, Linaro Limited. +Copyright (C) 2015, Google, Inc. +For conditions of distribution and use, see the accompanying README.ijg +file. +-------------------------------------------------------------------------------- +libjpeg-turbo -Except as contained in this notice, the name of a copyright holder shall -not be used in advertising or otherwise to promote the sale, use or other -dealings in these Data Files or Software without prior written -authorization of the copyright holder. +This file was part of the Independent JPEG Group's software: +Copyright (C) 1991-1997, Thomas G. Lane. +Modified 2003-2010 by Guido Vollbeding. +libjpeg-turbo Modifications: +Copyright (C) 2010, 2016, D. R. Commander. +For conditions of distribution and use, see the accompanying README.ijg +file. -------------------------------------------------------------------------------- -icu +libjpeg-turbo -Copyright (C) 2013, International Business Machines Corporation and others. -All Rights Reserved. +This file was part of the Independent JPEG Group's software: +Copyright (C) 1991-1997, Thomas G. Lane. +Modified 2009 by Bill Allombert, Guido Vollbeding. +libjpeg-turbo Modifications: +Copyright (C) 2015, 2016, D. R. Commander. +For conditions of distribution and use, see the accompanying README.ijg +file. +-------------------------------------------------------------------------------- +libjpeg-turbo -Permission is hereby granted, free of charge, to any person obtaining a -copy of data files and any associated documentation (the "Data Files") or -software and any associated documentation (the "Software") to deal in the -Data Files or Software without restriction, including without limitation -the rights to use, copy, modify, merge, publish, distribute, and/or sell -copies of the Data Files or Software, and to permit persons to whom the -Data Files or Software are furnished to do so, provided that either (a) -this copyright and permission notice appear with all copies of the Data -Files or Software, or (b) this copyright and permission notice appear in -associated Documentation. +This file was part of the Independent JPEG Group's software: +Copyright (C) 1991-1997, Thomas G. Lane. +Modified 2011 by Guido Vollbeding. +libjpeg-turbo Modifications: +Copyright 2009 Pierre Ossman for Cendio AB +Copyright (C) 2009, 2011-2012, 2014-2015, D. R. Commander. +Copyright (C) 2013, Linaro Limited. +For conditions of distribution and use, see the accompanying README.ijg +file. +-------------------------------------------------------------------------------- +libjpeg-turbo -THE DATA FILES AND SOFTWARE ARE PROVIDED "AS IS", WITHOUT WARRANTY OF ANY -KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF -MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT OF -THIRD PARTY RIGHTS. +This file was part of the Independent JPEG Group's software: +Copyright (C) 1991-1997, Thomas G. Lane. +Modified 2013 by Guido Vollbeding. +libjpeg-turbo Modifications: +Copyright (C) 2010-2011, 2013-2016, D. R. Commander. +Copyright (C) 2015, Google, Inc. +For conditions of distribution and use, see the accompanying README.ijg +file. +-------------------------------------------------------------------------------- +libjpeg-turbo -IN NO EVENT SHALL THE COPYRIGHT HOLDER OR HOLDERS INCLUDED IN THIS NOTICE -BE LIABLE FOR ANY CLAIM, OR ANY SPECIAL INDIRECT OR CONSEQUENTIAL DAMAGES, -OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, -WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, -ARISING OUT OF OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THE DATA -FILES OR SOFTWARE. +This file was part of the Independent JPEG Group's software: +Copyright (C) 1991-1997, Thomas G. Lane. +libjpeg-turbo Modifications: +Copyright (C) 2009, 2011, 2015, D. R. Commander. +For conditions of distribution and use, see the accompanying README.ijg +file. +-------------------------------------------------------------------------------- +libjpeg-turbo -Except as contained in this notice, the name of a copyright holder shall -not be used in advertising or otherwise to promote the sale, use or other -dealings in these Data Files or Software without prior written -authorization of the copyright holder. +This file was part of the Independent JPEG Group's software: +Copyright (C) 1991-1997, Thomas G. Lane. +libjpeg-turbo Modifications: +Copyright (C) 2009-2011, 2014-2016, D. R. Commander. +Copyright (C) 2015, Matthieu Darbois. +For conditions of distribution and use, see the accompanying README.ijg +file. -------------------------------------------------------------------------------- -icu +libjpeg-turbo + +This file was part of the Independent JPEG Group's software: +Copyright (C) 1991-1997, Thomas G. Lane. +libjpeg-turbo Modifications: +Copyright (C) 2009-2011, 2016, D. R. Commander. +For conditions of distribution and use, see the accompanying README.ijg +file. +-------------------------------------------------------------------------------- +libjpeg-turbo -Copyright (C) 2013-2014, International Business Machines -Corporation and others. All Rights Reserved. +This file was part of the Independent JPEG Group's software: +Copyright (C) 1991-1997, Thomas G. Lane. +libjpeg-turbo Modifications: +Copyright (C) 2010, 2016, D. R. Commander. +Copyright (C) 2015, Google, Inc. +For conditions of distribution and use, see the accompanying README.ijg +file. +-------------------------------------------------------------------------------- +libjpeg-turbo -Permission is hereby granted, free of charge, to any person obtaining a -copy of data files and any associated documentation (the "Data Files") or -software and any associated documentation (the "Software") to deal in the -Data Files or Software without restriction, including without limitation -the rights to use, copy, modify, merge, publish, distribute, and/or sell -copies of the Data Files or Software, and to permit persons to whom the -Data Files or Software are furnished to do so, provided that either (a) -this copyright and permission notice appear with all copies of the Data -Files or Software, or (b) this copyright and permission notice appear in -associated Documentation. +This file was part of the Independent JPEG Group's software: +Copyright (C) 1991-1997, Thomas G. Lane. +libjpeg-turbo Modifications: +Copyright (C) 2010-2011, 2015-2016, D. R. Commander. +For conditions of distribution and use, see the accompanying README.ijg +file. +-------------------------------------------------------------------------------- +libjpeg-turbo -THE DATA FILES AND SOFTWARE ARE PROVIDED "AS IS", WITHOUT WARRANTY OF ANY -KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF -MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT OF -THIRD PARTY RIGHTS. +This file was part of the Independent JPEG Group's software: +Copyright (C) 1991-1997, Thomas G. Lane. +libjpeg-turbo Modifications: +Copyright (C) 2015, D. R. Commander. +For conditions of distribution and use, see the accompanying README.ijg +file. +-------------------------------------------------------------------------------- +libjpeg-turbo -IN NO EVENT SHALL THE COPYRIGHT HOLDER OR HOLDERS INCLUDED IN THIS NOTICE -BE LIABLE FOR ANY CLAIM, OR ANY SPECIAL INDIRECT OR CONSEQUENTIAL DAMAGES, -OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, -WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, -ARISING OUT OF OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THE DATA -FILES OR SOFTWARE. +This file was part of the Independent JPEG Group's software: +Copyright (C) 1991-1997, Thomas G. Lane. +libjpeg-turbo Modifications: +Copyright (C) 2016, D. R. Commander. +For conditions of distribution and use, see the accompanying README.ijg +file. +-------------------------------------------------------------------------------- +libjpeg-turbo -Except as contained in this notice, the name of a copyright holder shall -not be used in advertising or otherwise to promote the sale, use or other -dealings in these Data Files or Software without prior written -authorization of the copyright holder. +This file was part of the Independent JPEG Group's software: +Copyright (C) 1991-1998, Thomas G. Lane. +It was modified by The libjpeg-turbo Project to include only code relevant +to libjpeg-turbo. +For conditions of distribution and use, see the accompanying README.ijg +file. -------------------------------------------------------------------------------- -icu +libjpeg-turbo -Copyright (C) 2013-2014, International Business Machines -Corporation and others. All Rights Reserved. +This file was part of the Independent JPEG Group's software: +Copyright (C) 1991-1998, Thomas G. Lane. +Modified 2002-2009 by Guido Vollbeding. +libjpeg-turbo Modifications: +Copyright (C) 2009-2011, 2013-2014, 2016, D. R. Commander. +Copyright (C) 2015, Google, Inc. +For conditions of distribution and use, see the accompanying README.ijg +file. +-------------------------------------------------------------------------------- +libjpeg-turbo -Permission is hereby granted, free of charge, to any person obtaining a -copy of data files and any associated documentation (the "Data Files") or -software and any associated documentation (the "Software") to deal in the -Data Files or Software without restriction, including without limitation -the rights to use, copy, modify, merge, publish, distribute, and/or sell -copies of the Data Files or Software, and to permit persons to whom the -Data Files or Software are furnished to do so, provided that either (a) -this copyright and permission notice appear with all copies of the Data -Files or Software, or (b) this copyright and permission notice appear in -associated Documentation. +This file was part of the Independent JPEG Group's software: +Copyright (C) 1991-1998, Thomas G. Lane. +Modified 2003-2008 by Guido Vollbeding. +libjpeg-turbo Modifications: +Copyright (C) 2009-2011, D. R. Commander. +For conditions of distribution and use, see the accompanying README.ijg +file. +-------------------------------------------------------------------------------- +libjpeg-turbo -THE DATA FILES AND SOFTWARE ARE PROVIDED "AS IS", WITHOUT WARRANTY OF ANY -KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF -MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT OF -THIRD PARTY RIGHTS. +This file was part of the Independent JPEG Group's software: +Copyright (C) 1991-1998, Thomas G. Lane. +Modified 2003-2010 by Guido Vollbeding. +libjpeg-turbo Modifications: +Copyright (C) 2010, D. R. Commander. +For conditions of distribution and use, see the accompanying README.ijg +file. +-------------------------------------------------------------------------------- +libjpeg-turbo -IN NO EVENT SHALL THE COPYRIGHT HOLDER OR HOLDERS INCLUDED IN THIS NOTICE -BE LIABLE FOR ANY CLAIM, OR ANY SPECIAL INDIRECT OR CONSEQUENTIAL DAMAGES, -OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, -WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, -ARISING OUT OF OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THE DATA -FILES OR SOFTWARE. +This file was part of the Independent JPEG Group's software: +Copyright (C) 1991-1998, Thomas G. Lane. +Modified 2003-2011 by Guido Vollbeding. +libjpeg-turbo Modifications: +Copyright (C) 2010, 2013-2014, D. R. Commander. +For conditions of distribution and use, see the accompanying README.ijg +file. +-------------------------------------------------------------------------------- +libjpeg-turbo -Except as contained in this notice, the name of a copyright holder shall -not be used in advertising or otherwise to promote the sale, use or other -dealings in these Data Files or Software without prior written -authorization of the copyright holder. +This file was part of the Independent JPEG Group's software: +Copyright (C) 1991-1998, Thomas G. Lane. +libjpeg-turbo Modifications: +Copyright (C) 2012, 2015, D. R. Commander. +For conditions of distribution and use, see the accompanying README.ijg +file. -------------------------------------------------------------------------------- -icu +libjpeg-turbo -Copyright (C) 2013-2014, International Business Machines Corporation and * -others. All Rights Reserved. +This file was part of the Independent JPEG Group's software: +Copyright (C) 1991-1998, Thomas G. Lane. +libjpeg-turbo Modifications: +Copyright (C) 2013, D. R. Commander. +For conditions of distribution and use, see the accompanying README.ijg +file. +-------------------------------------------------------------------------------- +libjpeg-turbo -Permission is hereby granted, free of charge, to any person obtaining a -copy of data files and any associated documentation (the "Data Files") or -software and any associated documentation (the "Software") to deal in the -Data Files or Software without restriction, including without limitation -the rights to use, copy, modify, merge, publish, distribute, and/or sell -copies of the Data Files or Software, and to permit persons to whom the -Data Files or Software are furnished to do so, provided that either (a) -this copyright and permission notice appear with all copies of the Data -Files or Software, or (b) this copyright and permission notice appear in -associated Documentation. +This file was part of the Independent JPEG Group's software: +Copyright (C) 1991-2012, Thomas G. Lane, Guido Vollbeding. +It was modified by The libjpeg-turbo Project to include only information +relevant to libjpeg-turbo. +For conditions of distribution and use, see the accompanying README.ijg file. +-------------------------------------------------------------------------------- +libjpeg-turbo -THE DATA FILES AND SOFTWARE ARE PROVIDED "AS IS", WITHOUT WARRANTY OF ANY -KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF -MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT OF -THIRD PARTY RIGHTS. +This file was part of the Independent JPEG Group's software: +Copyright (C) 1991-2012, Thomas G. Lane, Guido Vollbeding. +libjpeg-turbo Modifications: +Copyright (C) 2010, 2012-2016, D. R. Commander. +For conditions of distribution and use, see the accompanying README.ijg +file. +-------------------------------------------------------------------------------- +libjpeg-turbo -IN NO EVENT SHALL THE COPYRIGHT HOLDER OR HOLDERS INCLUDED IN THIS NOTICE -BE LIABLE FOR ANY CLAIM, OR ANY SPECIAL INDIRECT OR CONSEQUENTIAL DAMAGES, -OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, -WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, -ARISING OUT OF OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THE DATA -FILES OR SOFTWARE. +This file was part of the Independent JPEG Group's software: +Copyright (C) 1992-1996, Thomas G. Lane. +It was modified by The libjpeg-turbo Project to include only code and +information relevant to libjpeg-turbo. +For conditions of distribution and use, see the accompanying README.ijg +file. +-------------------------------------------------------------------------------- +libjpeg-turbo -Except as contained in this notice, the name of a copyright holder shall -not be used in advertising or otherwise to promote the sale, use or other -dealings in these Data Files or Software without prior written -authorization of the copyright holder. +This file was part of the Independent JPEG Group's software: +Copyright (C) 1992-1997, Thomas G. Lane. +It was modified by The libjpeg-turbo Project to include only code and +information relevant to libjpeg-turbo. +For conditions of distribution and use, see the accompanying README.ijg +file. -------------------------------------------------------------------------------- -icu +libjpeg-turbo -Copyright (C) 2013-2014, International Business Machines Corporation and others. -All Rights Reserved. +This file was part of the Independent JPEG Group's software: +Copyright (C) 1994, Thomas G. Lane. +For conditions of distribution and use, see the accompanying README.ijg +file. +-------------------------------------------------------------------------------- +libjpeg-turbo -Permission is hereby granted, free of charge, to any person obtaining a -copy of data files and any associated documentation (the "Data Files") or -software and any associated documentation (the "Software") to deal in the -Data Files or Software without restriction, including without limitation -the rights to use, copy, modify, merge, publish, distribute, and/or sell -copies of the Data Files or Software, and to permit persons to whom the -Data Files or Software are furnished to do so, provided that either (a) -this copyright and permission notice appear with all copies of the Data -Files or Software, or (b) this copyright and permission notice appear in -associated Documentation. +This file was part of the Independent JPEG Group's software: +Copyright (C) 1994-1996, Thomas G. Lane. +For conditions of distribution and use, see the accompanying README.ijg +file. +-------------------------------------------------------------------------------- +libjpeg-turbo -THE DATA FILES AND SOFTWARE ARE PROVIDED "AS IS", WITHOUT WARRANTY OF ANY -KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF -MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT OF -THIRD PARTY RIGHTS. +This file was part of the Independent JPEG Group's software: +Copyright (C) 1994-1996, Thomas G. Lane. +It was modified by The libjpeg-turbo Project to include only code relevant +to libjpeg-turbo. +For conditions of distribution and use, see the accompanying README.ijg +file. +-------------------------------------------------------------------------------- +libjpeg-turbo -IN NO EVENT SHALL THE COPYRIGHT HOLDER OR HOLDERS INCLUDED IN THIS NOTICE -BE LIABLE FOR ANY CLAIM, OR ANY SPECIAL INDIRECT OR CONSEQUENTIAL DAMAGES, -OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, -WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, -ARISING OUT OF OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THE DATA -FILES OR SOFTWARE. +This file was part of the Independent JPEG Group's software: +Copyright (C) 1994-1996, Thomas G. Lane. +Modified 2002-2010 by Guido Vollbeding. +libjpeg-turbo Modifications: +Copyright 2009 Pierre Ossman for Cendio AB +Copyright (C) 2010, 2015, D. R. Commander. +Copyright (C) 2013, MIPS Technologies, Inc., California. +For conditions of distribution and use, see the accompanying README.ijg +file. +-------------------------------------------------------------------------------- +libjpeg-turbo -Except as contained in this notice, the name of a copyright holder shall -not be used in advertising or otherwise to promote the sale, use or other -dealings in these Data Files or Software without prior written -authorization of the copyright holder. +This file was part of the Independent JPEG Group's software: +Copyright (C) 1994-1996, Thomas G. Lane. +Modified 2009-2010 by Guido Vollbeding. +libjpeg-turbo Modifications: +Modified 2011 by Siarhei Siamashka. +Copyright (C) 2015, D. R. Commander. +For conditions of distribution and use, see the accompanying README.ijg +file. -------------------------------------------------------------------------------- -icu +libjpeg-turbo -Copyright (C) 2013-2015, International Business Machines -Corporation and others. All Rights Reserved. +This file was part of the Independent JPEG Group's software: +Copyright (C) 1994-1996, Thomas G. Lane. +Modified 2009-2011 by Guido Vollbeding. +libjpeg-turbo Modifications: +Copyright (C) 2011, 2016, D. R. Commander. +For conditions of distribution and use, see the accompanying README.ijg +file. +-------------------------------------------------------------------------------- +libjpeg-turbo -Permission is hereby granted, free of charge, to any person obtaining a -copy of data files and any associated documentation (the "Data Files") or -software and any associated documentation (the "Software") to deal in the -Data Files or Software without restriction, including without limitation -the rights to use, copy, modify, merge, publish, distribute, and/or sell -copies of the Data Files or Software, and to permit persons to whom the -Data Files or Software are furnished to do so, provided that either (a) -this copyright and permission notice appear with all copies of the Data -Files or Software, or (b) this copyright and permission notice appear in -associated Documentation. +This file was part of the Independent JPEG Group's software: +Copyright (C) 1994-1996, Thomas G. Lane. +Modified 2009-2011 by Guido Vollbeding. +libjpeg-turbo Modifications: +Copyright (C) 2013, 2016, D. R. Commander. +For conditions of distribution and use, see the accompanying README.ijg +file. +-------------------------------------------------------------------------------- +libjpeg-turbo -THE DATA FILES AND SOFTWARE ARE PROVIDED "AS IS", WITHOUT WARRANTY OF ANY -KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF -MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT OF -THIRD PARTY RIGHTS. +This file was part of the Independent JPEG Group's software: +Copyright (C) 1994-1996, Thomas G. Lane. +Modified 2009-2012 by Guido Vollbeding. +libjpeg-turbo Modifications: +Copyright (C) 2011, 2014, 2016, D. R. Commander. +For conditions of distribution and use, see the accompanying README.ijg +file. +-------------------------------------------------------------------------------- +libjpeg-turbo -IN NO EVENT SHALL THE COPYRIGHT HOLDER OR HOLDERS INCLUDED IN THIS NOTICE -BE LIABLE FOR ANY CLAIM, OR ANY SPECIAL INDIRECT OR CONSEQUENTIAL DAMAGES, -OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, -WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, -ARISING OUT OF OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THE DATA -FILES OR SOFTWARE. +This file was part of the Independent JPEG Group's software: +Copyright (C) 1994-1996, Thomas G. Lane. +Modified 2009-2012 by Guido Vollbeding. +libjpeg-turbo Modifications: +Copyright (C) 2013, 2016, D. R. Commander. +For conditions of distribution and use, see the accompanying README.ijg +file. +-------------------------------------------------------------------------------- +libjpeg-turbo -Except as contained in this notice, the name of a copyright holder shall -not be used in advertising or otherwise to promote the sale, use or other -dealings in these Data Files or Software without prior written -authorization of the copyright holder. +This file was part of the Independent JPEG Group's software: +Copyright (C) 1994-1996, Thomas G. Lane. +libjpeg-turbo Modifications: +Copyright (C) 1999-2006, MIYASAKA Masaru. +Copyright 2009 Pierre Ossman for Cendio AB +Copyright (C) 2011, 2014-2015, D. R. Commander. +For conditions of distribution and use, see the accompanying README.ijg +file. -------------------------------------------------------------------------------- -icu +libjpeg-turbo -Copyright (C) 2013-2015, International Business Machines Corporation and others. -All Rights Reserved. +This file was part of the Independent JPEG Group's software: +Copyright (C) 1994-1996, Thomas G. Lane. +libjpeg-turbo Modifications: +Copyright (C) 2010, 2015-2016, D. R. Commander. +Copyright (C) 2015, Google, Inc. +For conditions of distribution and use, see the accompanying README.ijg +file. +-------------------------------------------------------------------------------- +libjpeg-turbo -Permission is hereby granted, free of charge, to any person obtaining a -copy of data files and any associated documentation (the "Data Files") or -software and any associated documentation (the "Software") to deal in the -Data Files or Software without restriction, including without limitation -the rights to use, copy, modify, merge, publish, distribute, and/or sell -copies of the Data Files or Software, and to permit persons to whom the -Data Files or Software are furnished to do so, provided that either (a) -this copyright and permission notice appear with all copies of the Data -Files or Software, or (b) this copyright and permission notice appear in -associated Documentation. +This file was part of the Independent JPEG Group's software: +Copyright (C) 1994-1996, Thomas G. Lane. +libjpeg-turbo Modifications: +Copyright (C) 2010, 2016, D. R. Commander. +For conditions of distribution and use, see the accompanying README.ijg +file. +-------------------------------------------------------------------------------- +libjpeg-turbo -THE DATA FILES AND SOFTWARE ARE PROVIDED "AS IS", WITHOUT WARRANTY OF ANY -KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF -MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT OF -THIRD PARTY RIGHTS. +This file was part of the Independent JPEG Group's software: +Copyright (C) 1994-1996, Thomas G. Lane. +libjpeg-turbo Modifications: +Copyright (C) 2011, 2015, D. R. Commander. +For conditions of distribution and use, see the accompanying README.ijg +file. +-------------------------------------------------------------------------------- +libjpeg-turbo -IN NO EVENT SHALL THE COPYRIGHT HOLDER OR HOLDERS INCLUDED IN THIS NOTICE -BE LIABLE FOR ANY CLAIM, OR ANY SPECIAL INDIRECT OR CONSEQUENTIAL DAMAGES, -OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, -WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, -ARISING OUT OF OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THE DATA -FILES OR SOFTWARE. +This file was part of the Independent JPEG Group's software: +Copyright (C) 1994-1996, Thomas G. Lane. +libjpeg-turbo Modifications: +Copyright (C) 2013, Linaro Limited. +Copyright (C) 2014-2015, D. R. Commander. +For conditions of distribution and use, see the accompanying README.ijg +file. +-------------------------------------------------------------------------------- +libjpeg-turbo -Except as contained in this notice, the name of a copyright holder shall -not be used in advertising or otherwise to promote the sale, use or other -dealings in these Data Files or Software without prior written -authorization of the copyright holder. +This file was part of the Independent JPEG Group's software: +Copyright (C) 1994-1996, Thomas G. Lane. +libjpeg-turbo Modifications: +Copyright (C) 2015, D. R. Commander. +For conditions of distribution and use, see the accompanying README.ijg +file. -------------------------------------------------------------------------------- -icu +libjpeg-turbo -Copyright (C) 2013-2016, International Business Machines -Corporation and others. All Rights Reserved. +This file was part of the Independent JPEG Group's software: +Copyright (C) 1994-1996, Thomas G. Lane. +libjpeg-turbo Modifications: +Copyright 2009 Pierre Ossman for Cendio AB +Copyright (C) 2009, 2011, 2014-2015, D. R. Commander. +Copyright (C) 2013, Linaro Limited. +For conditions of distribution and use, see the accompanying README.ijg +file. +-------------------------------------------------------------------------------- +libjpeg-turbo -Permission is hereby granted, free of charge, to any person obtaining a -copy of data files and any associated documentation (the "Data Files") or -software and any associated documentation (the "Software") to deal in the -Data Files or Software without restriction, including without limitation -the rights to use, copy, modify, merge, publish, distribute, and/or sell -copies of the Data Files or Software, and to permit persons to whom the -Data Files or Software are furnished to do so, provided that either (a) -this copyright and permission notice appear with all copies of the Data -Files or Software, or (b) this copyright and permission notice appear in -associated Documentation. +This file was part of the Independent JPEG Group's software: +Copyright (C) 1994-1997, Thomas G. Lane. +It was modified by The libjpeg-turbo Project to include only code and +information relevant to libjpeg-turbo. +For conditions of distribution and use, see the accompanying README.ijg +file. +-------------------------------------------------------------------------------- +libjpeg-turbo -THE DATA FILES AND SOFTWARE ARE PROVIDED "AS IS", WITHOUT WARRANTY OF ANY -KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF -MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT OF -THIRD PARTY RIGHTS. +This file was part of the Independent JPEG Group's software: +Copyright (C) 1994-1997, Thomas G. Lane. +It was modified by The libjpeg-turbo Project to include only code relevant +to libjpeg-turbo. +For conditions of distribution and use, see the accompanying README.ijg +file. +-------------------------------------------------------------------------------- +libjpeg-turbo -IN NO EVENT SHALL THE COPYRIGHT HOLDER OR HOLDERS INCLUDED IN THIS NOTICE -BE LIABLE FOR ANY CLAIM, OR ANY SPECIAL INDIRECT OR CONSEQUENTIAL DAMAGES, -OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, -WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, -ARISING OUT OF OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THE DATA -FILES OR SOFTWARE. +This file was part of the Independent JPEG Group's software: +Copyright (C) 1994-1997, Thomas G. Lane. +Modified 1997-2009 by Guido Vollbeding. +libjpeg-turbo Modifications: +Copyright (C) 2014, D. R. Commander. +For conditions of distribution and use, see the accompanying README.ijg +file. +-------------------------------------------------------------------------------- +libjpeg-turbo -Except as contained in this notice, the name of a copyright holder shall -not be used in advertising or otherwise to promote the sale, use or other -dealings in these Data Files or Software without prior written -authorization of the copyright holder. +This file was part of the Independent JPEG Group's software: +Copyright (C) 1994-1997, Thomas G. Lane. +Modified 2009 by Bill Allombert, Guido Vollbeding. +It was modified by The libjpeg-turbo Project to include only code relevant +to libjpeg-turbo. +For conditions of distribution and use, see the accompanying README.ijg +file. -------------------------------------------------------------------------------- -icu +libjpeg-turbo -Copyright (C) 2014 International Business Machines -Corporation and others. All Rights Reserved. +This file was part of the Independent JPEG Group's software: +Copyright (C) 1994-1997, Thomas G. Lane. +libjpeg-turbo Modifications: +Copyright (C) 2014, D. R. Commander. +For conditions of distribution and use, see the accompanying README.ijg +file. +-------------------------------------------------------------------------------- +libjpeg-turbo -Permission is hereby granted, free of charge, to any person obtaining a -copy of data files and any associated documentation (the "Data Files") or -software and any associated documentation (the "Software") to deal in the -Data Files or Software without restriction, including without limitation -the rights to use, copy, modify, merge, publish, distribute, and/or sell -copies of the Data Files or Software, and to permit persons to whom the -Data Files or Software are furnished to do so, provided that either (a) -this copyright and permission notice appear with all copies of the Data -Files or Software, or (b) this copyright and permission notice appear in -associated Documentation. +This file was part of the Independent JPEG Group's software: +Copyright (C) 1994-1997, Thomas G. Lane. +libjpeg-turbo Modifications: +Copyright 2009 Pierre Ossman for Cendio AB +Copyright (C) 2010, 2015-2016, D. R. Commander. +Copyright (C) 2015, Google, Inc. +For conditions of distribution and use, see the accompanying README.ijg +file. +-------------------------------------------------------------------------------- +libjpeg-turbo -THE DATA FILES AND SOFTWARE ARE PROVIDED "AS IS", WITHOUT WARRANTY OF ANY -KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF -MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT OF -THIRD PARTY RIGHTS. +This file was part of the Independent JPEG Group's software: +Copyright (C) 1994-1997, Thomas G. Lane. +libjpeg-turbo Modifications: +Copyright 2009 Pierre Ossman for Cendio AB +For conditions of distribution and use, see the accompanying README.ijg +file. +-------------------------------------------------------------------------------- +libjpeg-turbo -IN NO EVENT SHALL THE COPYRIGHT HOLDER OR HOLDERS INCLUDED IN THIS NOTICE -BE LIABLE FOR ANY CLAIM, OR ANY SPECIAL INDIRECT OR CONSEQUENTIAL DAMAGES, -OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, -WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, -ARISING OUT OF OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THE DATA -FILES OR SOFTWARE. +This file was part of the Independent JPEG Group's software: +Copyright (C) 1994-1998, Thomas G. Lane. +Modified 2003-2010 by Guido Vollbeding. +It was modified by The libjpeg-turbo Project to include only code relevant +to libjpeg-turbo. +For conditions of distribution and use, see the accompanying README.ijg +file. +-------------------------------------------------------------------------------- +libjpeg-turbo -Except as contained in this notice, the name of a copyright holder shall -not be used in advertising or otherwise to promote the sale, use or other -dealings in these Data Files or Software without prior written -authorization of the copyright holder. +This file was part of the Independent JPEG Group's software: +Copyright (C) 1994-1998, Thomas G. Lane. +Modified 2010 by Guido Vollbeding. +libjpeg-turbo Modifications: +Copyright (C) 2014, D. R. Commander. +For conditions of distribution and use, see the accompanying README.ijg +file. -------------------------------------------------------------------------------- -icu +libjpeg-turbo -Copyright (C) 2014 International Business Machines -Corporation and others. All Rights Reserved. +This file was part of the Independent JPEG Group's software: +Copyright (C) 1994-1998, Thomas G. Lane. +libjpeg-turbo Modifications: +Copyright (C) 2015, D. R. Commander. +For conditions of distribution and use, see the accompanying README.ijg +file. +-------------------------------------------------------------------------------- +libjpeg-turbo -Permission is hereby granted, free of charge, to any person obtaining a -copy of data files and any associated documentation (the "Data Files") or -software and any associated documentation (the "Software") to deal in the -Data Files or Software without restriction, including without limitation -the rights to use, copy, modify, merge, publish, distribute, and/or sell -copies of the Data Files or Software, and to permit persons to whom the -Data Files or Software are furnished to do so, provided that either (a) -this copyright and permission notice appear with all copies of the Data -Files or Software, or (b) this copyright and permission notice appear in -associated Documentation. +This file was part of the Independent JPEG Group's software: +Copyright (C) 1994-1998, Thomas G. Lane. +libjpeg-turbo Modifications: +Copyright (C) 2016, D. R. Commander. +For conditions of distribution and use, see the accompanying README.ijg +file. +-------------------------------------------------------------------------------- +libjpeg-turbo -THE DATA FILES AND SOFTWARE ARE PROVIDED "AS IS", WITHOUT WARRANTY OF ANY -KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF -MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT OF -THIRD PARTY RIGHTS. +This file was part of the Independent JPEG Group's software: +Copyright (C) 1995-1997, Thomas G. Lane. +It was modified by The libjpeg-turbo Project to include only code relevant +to libjpeg-turbo. +For conditions of distribution and use, see the accompanying README.ijg +file. +-------------------------------------------------------------------------------- +libjpeg-turbo -IN NO EVENT SHALL THE COPYRIGHT HOLDER OR HOLDERS INCLUDED IN THIS NOTICE -BE LIABLE FOR ANY CLAIM, OR ANY SPECIAL INDIRECT OR CONSEQUENTIAL DAMAGES, -OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, -WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, -ARISING OUT OF OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THE DATA -FILES OR SOFTWARE. +This file was part of the Independent JPEG Group's software: +Copyright (C) 1995-1997, Thomas G. Lane. +libjpeg-turbo Modifications: +Copyright (C) 2015, D. R. Commander. +For conditions of distribution and use, see the accompanying README.ijg +file. +-------------------------------------------------------------------------------- +libjpeg-turbo -Except as contained in this notice, the name of a copyright holder shall -not be used in advertising or otherwise to promote the sale, use or other -dealings in these Data Files or Software without prior written -authorization of the copyright holder. +This file was part of the Independent JPEG Group's software: +Copyright (C) 1995-1998, Thomas G. Lane. +Modified 2000-2009 by Guido Vollbeding. +It was modified by The libjpeg-turbo Project to include only code relevant +to libjpeg-turbo. +For conditions of distribution and use, see the accompanying README.ijg +file. -------------------------------------------------------------------------------- -icu +libjpeg-turbo -Copyright (C) 2014, International Business Machines -Corporation and others. All Rights Reserved. +This file was part of the Independent JPEG Group's software: +Copyright (C) 1995-2010, Thomas G. Lane, Guido Vollbeding. +libjpeg-turbo Modifications: +Copyright (C) 2010, 2014, D. R. Commander. +For conditions of distribution and use, see the accompanying README.ijg +file. +-------------------------------------------------------------------------------- +libjpeg-turbo -Permission is hereby granted, free of charge, to any person obtaining a -copy of data files and any associated documentation (the "Data Files") or -software and any associated documentation (the "Software") to deal in the -Data Files or Software without restriction, including without limitation -the rights to use, copy, modify, merge, publish, distribute, and/or sell -copies of the Data Files or Software, and to permit persons to whom the -Data Files or Software are furnished to do so, provided that either (a) -this copyright and permission notice appear with all copies of the Data -Files or Software, or (b) this copyright and permission notice appear in -associated Documentation. +This file was part of the Independent JPEG Group's software: +Copyright (C) 1997-2011, Thomas G. Lane, Guido Vollbeding. +It was modified by The libjpeg-turbo Project to include only code relevant +to libjpeg-turbo. +For conditions of distribution and use, see the accompanying README.ijg +file. +-------------------------------------------------------------------------------- +libjpeg-turbo -THE DATA FILES AND SOFTWARE ARE PROVIDED "AS IS", WITHOUT WARRANTY OF ANY -KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF -MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT OF -THIRD PARTY RIGHTS. +This file was part of the Independent JPEG Group's software: +Copyright (C) 1997-2011, Thomas G. Lane, Guido Vollbeding. +libjpeg-turbo Modifications: +Copyright (C) 2010, D. R. Commander. +For conditions of distribution and use, see the accompanying README.ijg +file. +-------------------------------------------------------------------------------- +libjpeg-turbo -IN NO EVENT SHALL THE COPYRIGHT HOLDER OR HOLDERS INCLUDED IN THIS NOTICE -BE LIABLE FOR ANY CLAIM, OR ANY SPECIAL INDIRECT OR CONSEQUENTIAL DAMAGES, -OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, -WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, -ARISING OUT OF OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THE DATA -FILES OR SOFTWARE. +libjpeg-turbo Licenses +====================== -Except as contained in this notice, the name of a copyright holder shall -not be used in advertising or otherwise to promote the sale, use or other -dealings in these Data Files or Software without prior written -authorization of the copyright holder. --------------------------------------------------------------------------------- -icu +libjpeg-turbo is covered by three compatible BSD-style open source licenses: -Copyright (C) 2014, International Business Machines -Corporation and others. All Rights Reserved. +- The IJG (Independent JPEG Group) License, which is listed in + [README.ijg](README.ijg) -Permission is hereby granted, free of charge, to any person obtaining a -copy of data files and any associated documentation (the "Data Files") or -software and any associated documentation (the "Software") to deal in the -Data Files or Software without restriction, including without limitation -the rights to use, copy, modify, merge, publish, distribute, and/or sell -copies of the Data Files or Software, and to permit persons to whom the -Data Files or Software are furnished to do so, provided that either (a) -this copyright and permission notice appear with all copies of the Data -Files or Software, or (b) this copyright and permission notice appear in -associated Documentation. + This license applies to the libjpeg API library and associated programs + (any code inherited from libjpeg, and any modifications to that code.) -THE DATA FILES AND SOFTWARE ARE PROVIDED "AS IS", WITHOUT WARRANTY OF ANY -KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF -MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT OF -THIRD PARTY RIGHTS. +- The Modified (3-clause) BSD License, which is listed in + [turbojpeg.c](turbojpeg.c) -IN NO EVENT SHALL THE COPYRIGHT HOLDER OR HOLDERS INCLUDED IN THIS NOTICE -BE LIABLE FOR ANY CLAIM, OR ANY SPECIAL INDIRECT OR CONSEQUENTIAL DAMAGES, -OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, -WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, -ARISING OUT OF OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THE DATA -FILES OR SOFTWARE. + This license covers the TurboJPEG API library and associated programs. -Except as contained in this notice, the name of a copyright holder shall -not be used in advertising or otherwise to promote the sale, use or other -dealings in these Data Files or Software without prior written -authorization of the copyright holder. --------------------------------------------------------------------------------- -icu +- The zlib License, which is listed in [simd/jsimdext.inc](simd/jsimdext.inc) -Copyright (C) 2014-2015, International Business Machines Corporation and -others. All Rights Reserved. + This license is a subset of the other two, and it covers the libjpeg-turbo + SIMD extensions. -Permission is hereby granted, free of charge, to any person obtaining a -copy of data files and any associated documentation (the "Data Files") or -software and any associated documentation (the "Software") to deal in the -Data Files or Software without restriction, including without limitation -the rights to use, copy, modify, merge, publish, distribute, and/or sell -copies of the Data Files or Software, and to permit persons to whom the -Data Files or Software are furnished to do so, provided that either (a) -this copyright and permission notice appear with all copies of the Data -Files or Software, or (b) this copyright and permission notice appear in -associated Documentation. -THE DATA FILES AND SOFTWARE ARE PROVIDED "AS IS", WITHOUT WARRANTY OF ANY -KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF -MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT OF -THIRD PARTY RIGHTS. +Complying with the libjpeg-turbo Licenses +========================================= -IN NO EVENT SHALL THE COPYRIGHT HOLDER OR HOLDERS INCLUDED IN THIS NOTICE -BE LIABLE FOR ANY CLAIM, OR ANY SPECIAL INDIRECT OR CONSEQUENTIAL DAMAGES, -OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, -WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, -ARISING OUT OF OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THE DATA -FILES OR SOFTWARE. +This section provides a roll-up of the libjpeg-turbo licensing terms, to the +best of our understanding. -Except as contained in this notice, the name of a copyright holder shall -not be used in advertising or otherwise to promote the sale, use or other -dealings in these Data Files or Software without prior written -authorization of the copyright holder. --------------------------------------------------------------------------------- -icu +1. If you are distributing a modified version of the libjpeg-turbo source, + then: -Copyright (C) 2014-2016, International Business Machines -Corporation and others. All Rights Reserved. + 1. You cannot alter or remove any existing copyright or license notices + from the source. -Permission is hereby granted, free of charge, to any person obtaining a -copy of data files and any associated documentation (the "Data Files") or -software and any associated documentation (the "Software") to deal in the -Data Files or Software without restriction, including without limitation -the rights to use, copy, modify, merge, publish, distribute, and/or sell -copies of the Data Files or Software, and to permit persons to whom the -Data Files or Software are furnished to do so, provided that either (a) -this copyright and permission notice appear with all copies of the Data -Files or Software, or (b) this copyright and permission notice appear in -associated Documentation. + **Origin** + - Clause 1 of the IJG License + - Clause 1 of the Modified BSD License + - Clauses 1 and 3 of the zlib License -THE DATA FILES AND SOFTWARE ARE PROVIDED "AS IS", WITHOUT WARRANTY OF ANY -KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF -MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT OF -THIRD PARTY RIGHTS. + 2. You must add your own copyright notice to the header of each source + file you modified, so others can tell that you modified that file (if + there is not an existing copyright header in that file, then you can + simply add a notice stating that you modified the file.) -IN NO EVENT SHALL THE COPYRIGHT HOLDER OR HOLDERS INCLUDED IN THIS NOTICE -BE LIABLE FOR ANY CLAIM, OR ANY SPECIAL INDIRECT OR CONSEQUENTIAL DAMAGES, -OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, -WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, -ARISING OUT OF OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THE DATA -FILES OR SOFTWARE. + **Origin** + - Clause 1 of the IJG License + - Clause 2 of the zlib License -Except as contained in this notice, the name of a copyright holder shall -not be used in advertising or otherwise to promote the sale, use or other -dealings in these Data Files or Software without prior written -authorization of the copyright holder. --------------------------------------------------------------------------------- -icu + 3. You must include the IJG README file, and you must not alter any of the + copyright or license text in that file. -Copyright (C) 2014-2016, International Business Machines -Corporation and others. All Rights Reserved. + **Origin** + - Clause 1 of the IJG License -Permission is hereby granted, free of charge, to any person obtaining a -copy of data files and any associated documentation (the "Data Files") or -software and any associated documentation (the "Software") to deal in the -Data Files or Software without restriction, including without limitation -the rights to use, copy, modify, merge, publish, distribute, and/or sell -copies of the Data Files or Software, and to permit persons to whom the -Data Files or Software are furnished to do so, provided that either (a) -this copyright and permission notice appear with all copies of the Data -Files or Software, or (b) this copyright and permission notice appear in -associated Documentation. +2. If you are distributing only libjpeg-turbo binaries without the source, or + if you are distributing an application that statically links with + libjpeg-turbo, then: -THE DATA FILES AND SOFTWARE ARE PROVIDED "AS IS", WITHOUT WARRANTY OF ANY -KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF -MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT OF -THIRD PARTY RIGHTS. + 1. Your product documentation must include a message stating: -IN NO EVENT SHALL THE COPYRIGHT HOLDER OR HOLDERS INCLUDED IN THIS NOTICE -BE LIABLE FOR ANY CLAIM, OR ANY SPECIAL INDIRECT OR CONSEQUENTIAL DAMAGES, -OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, -WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, -ARISING OUT OF OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THE DATA -FILES OR SOFTWARE. + This software is based in part on the work of the Independent JPEG + Group. -Except as contained in this notice, the name of a copyright holder shall -not be used in advertising or otherwise to promote the sale, use or other -dealings in these Data Files or Software without prior written -authorization of the copyright holder. --------------------------------------------------------------------------------- -icu + **Origin** + - Clause 2 of the IJG license -Copyright (C) 2014-2016, International Business Machines Corporation and -others. -All Rights Reserved. + 2. If your binary distribution includes or uses the TurboJPEG API, then + your product documentation must include the text of the Modified BSD + License. -Permission is hereby granted, free of charge, to any person obtaining a -copy of data files and any associated documentation (the "Data Files") or -software and any associated documentation (the "Software") to deal in the -Data Files or Software without restriction, including without limitation -the rights to use, copy, modify, merge, publish, distribute, and/or sell -copies of the Data Files or Software, and to permit persons to whom the -Data Files or Software are furnished to do so, provided that either (a) -this copyright and permission notice appear with all copies of the Data -Files or Software, or (b) this copyright and permission notice appear in -associated Documentation. + **Origin** + - Clause 2 of the Modified BSD License -THE DATA FILES AND SOFTWARE ARE PROVIDED "AS IS", WITHOUT WARRANTY OF ANY -KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF -MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT OF -THIRD PARTY RIGHTS. +3. You cannot use the name of the IJG or The libjpeg-turbo Project or the + contributors thereof in advertising, publicity, etc. -IN NO EVENT SHALL THE COPYRIGHT HOLDER OR HOLDERS INCLUDED IN THIS NOTICE -BE LIABLE FOR ANY CLAIM, OR ANY SPECIAL INDIRECT OR CONSEQUENTIAL DAMAGES, -OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, -WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, -ARISING OUT OF OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THE DATA -FILES OR SOFTWARE. + **Origin** + - IJG License + - Clause 3 of the Modified BSD License + +4. The IJG and The libjpeg-turbo Project do not warrant libjpeg-turbo to be + free of defects, nor do we accept any liability for undesirable + consequences resulting from your use of the software. + + **Origin** + - IJG License + - Modified BSD License + - zlib License -Except as contained in this notice, the name of a copyright holder shall -not be used in advertising or otherwise to promote the sale, use or other -dealings in these Data Files or Software without prior written -authorization of the copyright holder. -------------------------------------------------------------------------------- -icu +libjpeg-turbo -Copyright (C) 2014-2016, International Business Machines Corporation and -others. All Rights Reserved. +libjpeg-turbo note: This file has been modified by The libjpeg-turbo Project +to include only information relevant to libjpeg-turbo, to wordsmith certain +sections, and to remove impolitic language that existed in the libjpeg v8 +README. It is included only for reference. Please see README.md for +information specific to libjpeg-turbo. -Permission is hereby granted, free of charge, to any person obtaining a -copy of data files and any associated documentation (the "Data Files") or -software and any associated documentation (the "Software") to deal in the -Data Files or Software without restriction, including without limitation -the rights to use, copy, modify, merge, publish, distribute, and/or sell -copies of the Data Files or Software, and to permit persons to whom the -Data Files or Software are furnished to do so, provided that either (a) -this copyright and permission notice appear with all copies of the Data -Files or Software, or (b) this copyright and permission notice appear in -associated Documentation. -THE DATA FILES AND SOFTWARE ARE PROVIDED "AS IS", WITHOUT WARRANTY OF ANY -KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF -MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT OF -THIRD PARTY RIGHTS. +The Independent JPEG Group's JPEG software +========================================== -IN NO EVENT SHALL THE COPYRIGHT HOLDER OR HOLDERS INCLUDED IN THIS NOTICE -BE LIABLE FOR ANY CLAIM, OR ANY SPECIAL INDIRECT OR CONSEQUENTIAL DAMAGES, -OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, -WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, -ARISING OUT OF OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THE DATA -FILES OR SOFTWARE. +This distribution contains a release of the Independent JPEG Group's free JPEG +software. You are welcome to redistribute this software and to use it for any +purpose, subject to the conditions under LEGAL ISSUES, below. -Except as contained in this notice, the name of a copyright holder shall -not be used in advertising or otherwise to promote the sale, use or other -dealings in these Data Files or Software without prior written -authorization of the copyright holder. --------------------------------------------------------------------------------- -icu +This software is the work of Tom Lane, Guido Vollbeding, Philip Gladstone, +Bill Allombert, Jim Boucher, Lee Crocker, Bob Friesenhahn, Ben Jackson, +Julian Minguillon, Luis Ortiz, George Phillips, Davide Rossi, Ge' Weijers, +and other members of the Independent JPEG Group. -Copyright (C) 2014-2016, International Business Machines Corporation and others. -All Rights Reserved. +IJG is not affiliated with the ISO/IEC JTC1/SC29/WG1 standards committee +(also known as JPEG, together with ITU-T SG16). -Permission is hereby granted, free of charge, to any person obtaining a -copy of data files and any associated documentation (the "Data Files") or -software and any associated documentation (the "Software") to deal in the -Data Files or Software without restriction, including without limitation -the rights to use, copy, modify, merge, publish, distribute, and/or sell -copies of the Data Files or Software, and to permit persons to whom the -Data Files or Software are furnished to do so, provided that either (a) -this copyright and permission notice appear with all copies of the Data -Files or Software, or (b) this copyright and permission notice appear in -associated Documentation. -THE DATA FILES AND SOFTWARE ARE PROVIDED "AS IS", WITHOUT WARRANTY OF ANY -KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF -MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT OF -THIRD PARTY RIGHTS. +DOCUMENTATION ROADMAP +===================== -IN NO EVENT SHALL THE COPYRIGHT HOLDER OR HOLDERS INCLUDED IN THIS NOTICE -BE LIABLE FOR ANY CLAIM, OR ANY SPECIAL INDIRECT OR CONSEQUENTIAL DAMAGES, -OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, -WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, -ARISING OUT OF OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THE DATA -FILES OR SOFTWARE. +This file contains the following sections: -Except as contained in this notice, the name of a copyright holder shall -not be used in advertising or otherwise to promote the sale, use or other -dealings in these Data Files or Software without prior written -authorization of the copyright holder. --------------------------------------------------------------------------------- -icu +OVERVIEW General description of JPEG and the IJG software. +LEGAL ISSUES Copyright, lack of warranty, terms of distribution. +REFERENCES Where to learn more about JPEG. +ARCHIVE LOCATIONS Where to find newer versions of this software. +FILE FORMAT WARS Software *not* to get. +TO DO Plans for future IJG releases. -Copyright (C) 2015, International Business Machines -Corporation and others. All Rights Reserved. +Other documentation files in the distribution are: -Permission is hereby granted, free of charge, to any person obtaining a -copy of data files and any associated documentation (the "Data Files") or -software and any associated documentation (the "Software") to deal in the -Data Files or Software without restriction, including without limitation -the rights to use, copy, modify, merge, publish, distribute, and/or sell -copies of the Data Files or Software, and to permit persons to whom the -Data Files or Software are furnished to do so, provided that either (a) -this copyright and permission notice appear with all copies of the Data -Files or Software, or (b) this copyright and permission notice appear in -associated Documentation. +User documentation: + usage.txt Usage instructions for cjpeg, djpeg, jpegtran, + rdjpgcom, and wrjpgcom. + *.1 Unix-style man pages for programs (same info as usage.txt). + wizard.txt Advanced usage instructions for JPEG wizards only. + change.log Version-to-version change highlights. +Programmer and internal documentation: + libjpeg.txt How to use the JPEG library in your own programs. + example.c Sample code for calling the JPEG library. + structure.txt Overview of the JPEG library's internal structure. + coderules.txt Coding style rules --- please read if you contribute code. -THE DATA FILES AND SOFTWARE ARE PROVIDED "AS IS", WITHOUT WARRANTY OF ANY -KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF -MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT OF -THIRD PARTY RIGHTS. +Please read at least usage.txt. Some information can also be found in the JPEG +FAQ (Frequently Asked Questions) article. See ARCHIVE LOCATIONS below to find +out where to obtain the FAQ article. -IN NO EVENT SHALL THE COPYRIGHT HOLDER OR HOLDERS INCLUDED IN THIS NOTICE -BE LIABLE FOR ANY CLAIM, OR ANY SPECIAL INDIRECT OR CONSEQUENTIAL DAMAGES, -OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, -WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, -ARISING OUT OF OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THE DATA -FILES OR SOFTWARE. +If you want to understand how the JPEG code works, we suggest reading one or +more of the REFERENCES, then looking at the documentation files (in roughly +the order listed) before diving into the code. -Except as contained in this notice, the name of a copyright holder shall -not be used in advertising or otherwise to promote the sale, use or other -dealings in these Data Files or Software without prior written -authorization of the copyright holder. --------------------------------------------------------------------------------- -icu -Copyright (C) 2015, International Business Machines -Corporation and others. All Rights Reserved. +OVERVIEW +======== -Permission is hereby granted, free of charge, to any person obtaining a -copy of data files and any associated documentation (the "Data Files") or -software and any associated documentation (the "Software") to deal in the -Data Files or Software without restriction, including without limitation -the rights to use, copy, modify, merge, publish, distribute, and/or sell -copies of the Data Files or Software, and to permit persons to whom the -Data Files or Software are furnished to do so, provided that either (a) -this copyright and permission notice appear with all copies of the Data -Files or Software, or (b) this copyright and permission notice appear in -associated Documentation. +This package contains C software to implement JPEG image encoding, decoding, +and transcoding. JPEG (pronounced "jay-peg") is a standardized compression +method for full-color and grayscale images. JPEG's strong suit is compressing +photographic images or other types of images that have smooth color and +brightness transitions between neighboring pixels. Images with sharp lines or +other abrupt features may not compress well with JPEG, and a higher JPEG +quality may have to be used to avoid visible compression artifacts with such +images. -THE DATA FILES AND SOFTWARE ARE PROVIDED "AS IS", WITHOUT WARRANTY OF ANY -KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF -MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT OF -THIRD PARTY RIGHTS. +JPEG is lossy, meaning that the output pixels are not necessarily identical to +the input pixels. However, on photographic content and other "smooth" images, +very good compression ratios can be obtained with no visible compression +artifacts, and extremely high compression ratios are possible if you are +willing to sacrifice image quality (by reducing the "quality" setting in the +compressor.) -IN NO EVENT SHALL THE COPYRIGHT HOLDER OR HOLDERS INCLUDED IN THIS NOTICE -BE LIABLE FOR ANY CLAIM, OR ANY SPECIAL INDIRECT OR CONSEQUENTIAL DAMAGES, -OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, -WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, -ARISING OUT OF OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THE DATA -FILES OR SOFTWARE. +This software implements JPEG baseline, extended-sequential, and progressive +compression processes. Provision is made for supporting all variants of these +processes, although some uncommon parameter settings aren't implemented yet. +We have made no provision for supporting the hierarchical or lossless +processes defined in the standard. -Except as contained in this notice, the name of a copyright holder shall -not be used in advertising or otherwise to promote the sale, use or other -dealings in these Data Files or Software without prior written -authorization of the copyright holder. --------------------------------------------------------------------------------- -icu +We provide a set of library routines for reading and writing JPEG image files, +plus two sample applications "cjpeg" and "djpeg", which use the library to +perform conversion between JPEG and some other popular image file formats. +The library is intended to be reused in other applications. -Copyright (C) 2015, International Business Machines Corporation -and others. All Rights Reserved. +In order to support file conversion and viewing software, we have included +considerable functionality beyond the bare JPEG coding/decoding capability; +for example, the color quantization modules are not strictly part of JPEG +decoding, but they are essential for output to colormapped file formats or +colormapped displays. These extra functions can be compiled out of the +library if not required for a particular application. -Permission is hereby granted, free of charge, to any person obtaining a -copy of data files and any associated documentation (the "Data Files") or -software and any associated documentation (the "Software") to deal in the -Data Files or Software without restriction, including without limitation -the rights to use, copy, modify, merge, publish, distribute, and/or sell -copies of the Data Files or Software, and to permit persons to whom the -Data Files or Software are furnished to do so, provided that either (a) -this copyright and permission notice appear with all copies of the Data -Files or Software, or (b) this copyright and permission notice appear in -associated Documentation. +We have also included "jpegtran", a utility for lossless transcoding between +different JPEG processes, and "rdjpgcom" and "wrjpgcom", two simple +applications for inserting and extracting textual comments in JFIF files. -THE DATA FILES AND SOFTWARE ARE PROVIDED "AS IS", WITHOUT WARRANTY OF ANY -KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF -MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT OF -THIRD PARTY RIGHTS. +The emphasis in designing this software has been on achieving portability and +flexibility, while also making it fast enough to be useful. In particular, +the software is not intended to be read as a tutorial on JPEG. (See the +REFERENCES section for introductory material.) Rather, it is intended to +be reliable, portable, industrial-strength code. We do not claim to have +achieved that goal in every aspect of the software, but we strive for it. -IN NO EVENT SHALL THE COPYRIGHT HOLDER OR HOLDERS INCLUDED IN THIS NOTICE -BE LIABLE FOR ANY CLAIM, OR ANY SPECIAL INDIRECT OR CONSEQUENTIAL DAMAGES, -OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, -WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, -ARISING OUT OF OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THE DATA -FILES OR SOFTWARE. +We welcome the use of this software as a component of commercial products. +No royalty is required, but we do ask for an acknowledgement in product +documentation, as described under LEGAL ISSUES. -Except as contained in this notice, the name of a copyright holder shall -not be used in advertising or otherwise to promote the sale, use or other -dealings in these Data Files or Software without prior written -authorization of the copyright holder. --------------------------------------------------------------------------------- -icu -Copyright (C) 2015, International Business Machines Corporation and -others. All Rights Reserved. +LEGAL ISSUES +============ -Permission is hereby granted, free of charge, to any person obtaining a -copy of data files and any associated documentation (the "Data Files") or -software and any associated documentation (the "Software") to deal in the -Data Files or Software without restriction, including without limitation -the rights to use, copy, modify, merge, publish, distribute, and/or sell -copies of the Data Files or Software, and to permit persons to whom the -Data Files or Software are furnished to do so, provided that either (a) -this copyright and permission notice appear with all copies of the Data -Files or Software, or (b) this copyright and permission notice appear in -associated Documentation. +In plain English: -THE DATA FILES AND SOFTWARE ARE PROVIDED "AS IS", WITHOUT WARRANTY OF ANY -KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF -MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT OF -THIRD PARTY RIGHTS. +1. We don't promise that this software works. (But if you find any bugs, + please let us know!) +2. You can use this software for whatever you want. You don't have to pay us. +3. You may not pretend that you wrote this software. If you use it in a + program, you must acknowledge somewhere in your documentation that + you've used the IJG code. -IN NO EVENT SHALL THE COPYRIGHT HOLDER OR HOLDERS INCLUDED IN THIS NOTICE -BE LIABLE FOR ANY CLAIM, OR ANY SPECIAL INDIRECT OR CONSEQUENTIAL DAMAGES, -OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, -WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, -ARISING OUT OF OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THE DATA -FILES OR SOFTWARE. +In legalese: -Except as contained in this notice, the name of a copyright holder shall -not be used in advertising or otherwise to promote the sale, use or other -dealings in these Data Files or Software without prior written -authorization of the copyright holder. --------------------------------------------------------------------------------- -icu +The authors make NO WARRANTY or representation, either express or implied, +with respect to this software, its quality, accuracy, merchantability, or +fitness for a particular purpose. This software is provided "AS IS", and you, +its user, assume the entire risk as to its quality and accuracy. -Copyright (C) 2015-2016, International Business Machines -Corporation and others. All Rights Reserved. +This software is copyright (C) 1991-2016, Thomas G. Lane, Guido Vollbeding. +All Rights Reserved except as specified below. -Permission is hereby granted, free of charge, to any person obtaining a -copy of data files and any associated documentation (the "Data Files") or -software and any associated documentation (the "Software") to deal in the -Data Files or Software without restriction, including without limitation -the rights to use, copy, modify, merge, publish, distribute, and/or sell -copies of the Data Files or Software, and to permit persons to whom the -Data Files or Software are furnished to do so, provided that either (a) -this copyright and permission notice appear with all copies of the Data -Files or Software, or (b) this copyright and permission notice appear in -associated Documentation. +Permission is hereby granted to use, copy, modify, and distribute this +software (or portions thereof) for any purpose, without fee, subject to these +conditions: +(1) If any part of the source code for this software is distributed, then this +README file must be included, with this copyright and no-warranty notice +unaltered; and any additions, deletions, or changes to the original files +must be clearly indicated in accompanying documentation. +(2) If only executable code is distributed, then the accompanying +documentation must state that "this software is based in part on the work of +the Independent JPEG Group". +(3) Permission for use of this software is granted only if the user accepts +full responsibility for any undesirable consequences; the authors accept +NO LIABILITY for damages of any kind. -THE DATA FILES AND SOFTWARE ARE PROVIDED "AS IS", WITHOUT WARRANTY OF ANY -KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF -MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT OF -THIRD PARTY RIGHTS. +These conditions apply to any software derived from or based on the IJG code, +not just to the unmodified library. If you use our work, you ought to +acknowledge us. -IN NO EVENT SHALL THE COPYRIGHT HOLDER OR HOLDERS INCLUDED IN THIS NOTICE -BE LIABLE FOR ANY CLAIM, OR ANY SPECIAL INDIRECT OR CONSEQUENTIAL DAMAGES, -OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, -WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, -ARISING OUT OF OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THE DATA -FILES OR SOFTWARE. +Permission is NOT granted for the use of any IJG author's name or company name +in advertising or publicity relating to this software or products derived from +it. This software may be referred to only as "the Independent JPEG Group's +software". -Except as contained in this notice, the name of a copyright holder shall -not be used in advertising or otherwise to promote the sale, use or other -dealings in these Data Files or Software without prior written -authorization of the copyright holder. --------------------------------------------------------------------------------- -icu +We specifically permit and encourage the use of this software as the basis of +commercial products, provided that all warranty or liability claims are +assumed by the product vendor. -Copyright (C) 2015-2016, International Business Machines -Corporation and others. All Rights Reserved. -Permission is hereby granted, free of charge, to any person obtaining a -copy of data files and any associated documentation (the "Data Files") or -software and any associated documentation (the "Software") to deal in the -Data Files or Software without restriction, including without limitation -the rights to use, copy, modify, merge, publish, distribute, and/or sell -copies of the Data Files or Software, and to permit persons to whom the -Data Files or Software are furnished to do so, provided that either (a) -this copyright and permission notice appear with all copies of the Data -Files or Software, or (b) this copyright and permission notice appear in -associated Documentation. +The Unix configuration script "configure" was produced with GNU Autoconf. +It is copyright by the Free Software Foundation but is freely distributable. +The same holds for its supporting scripts (config.guess, config.sub, +ltmain.sh). Another support script, install-sh, is copyright by X Consortium +but is also freely distributable. -THE DATA FILES AND SOFTWARE ARE PROVIDED "AS IS", WITHOUT WARRANTY OF ANY -KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF -MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT OF -THIRD PARTY RIGHTS. +The IJG distribution formerly included code to read and write GIF files. +To avoid entanglement with the Unisys LZW patent (now expired), GIF reading +support has been removed altogether, and the GIF writer has been simplified +to produce "uncompressed GIFs". This technique does not use the LZW +algorithm; the resulting GIF files are larger than usual, but are readable +by all standard GIF decoders. -IN NO EVENT SHALL THE COPYRIGHT HOLDER OR HOLDERS INCLUDED IN THIS NOTICE -BE LIABLE FOR ANY CLAIM, OR ANY SPECIAL INDIRECT OR CONSEQUENTIAL DAMAGES, -OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, -WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, -ARISING OUT OF OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THE DATA -FILES OR SOFTWARE. +We are required to state that + "The Graphics Interchange Format(c) is the Copyright property of + CompuServe Incorporated. GIF(sm) is a Service Mark property of + CompuServe Incorporated." -Except as contained in this notice, the name of a copyright holder shall -not be used in advertising or otherwise to promote the sale, use or other -dealings in these Data Files or Software without prior written -authorization of the copyright holder. --------------------------------------------------------------------------------- -icu -Copyright (C) 2015-2016, International Business Machines Corporation and others. -All Rights Reserved. +REFERENCES +========== -Permission is hereby granted, free of charge, to any person obtaining a -copy of data files and any associated documentation (the "Data Files") or -software and any associated documentation (the "Software") to deal in the -Data Files or Software without restriction, including without limitation -the rights to use, copy, modify, merge, publish, distribute, and/or sell -copies of the Data Files or Software, and to permit persons to whom the -Data Files or Software are furnished to do so, provided that either (a) -this copyright and permission notice appear with all copies of the Data -Files or Software, or (b) this copyright and permission notice appear in -associated Documentation. +We recommend reading one or more of these references before trying to +understand the innards of the JPEG software. -THE DATA FILES AND SOFTWARE ARE PROVIDED "AS IS", WITHOUT WARRANTY OF ANY -KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF -MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT OF -THIRD PARTY RIGHTS. +The best short technical introduction to the JPEG compression algorithm is + Wallace, Gregory K. "The JPEG Still Picture Compression Standard", + Communications of the ACM, April 1991 (vol. 34 no. 4), pp. 30-44. +(Adjacent articles in that issue discuss MPEG motion picture compression, +applications of JPEG, and related topics.) If you don't have the CACM issue +handy, a PDF file containing a revised version of Wallace's article is +available at http://www.ijg.org/files/Wallace.JPEG.pdf. The file (actually +a preprint for an article that appeared in IEEE Trans. Consumer Electronics) +omits the sample images that appeared in CACM, but it includes corrections +and some added material. Note: the Wallace article is copyright ACM and IEEE, +and it may not be used for commercial purposes. -IN NO EVENT SHALL THE COPYRIGHT HOLDER OR HOLDERS INCLUDED IN THIS NOTICE -BE LIABLE FOR ANY CLAIM, OR ANY SPECIAL INDIRECT OR CONSEQUENTIAL DAMAGES, -OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, -WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, -ARISING OUT OF OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THE DATA -FILES OR SOFTWARE. +A somewhat less technical, more leisurely introduction to JPEG can be found in +"The Data Compression Book" by Mark Nelson and Jean-loup Gailly, published by +M&T Books (New York), 2nd ed. 1996, ISBN 1-55851-434-1. This book provides +good explanations and example C code for a multitude of compression methods +including JPEG. It is an excellent source if you are comfortable reading C +code but don't know much about data compression in general. The book's JPEG +sample code is far from industrial-strength, but when you are ready to look +at a full implementation, you've got one here... -Except as contained in this notice, the name of a copyright holder shall -not be used in advertising or otherwise to promote the sale, use or other -dealings in these Data Files or Software without prior written -authorization of the copyright holder. --------------------------------------------------------------------------------- -icu +The best currently available description of JPEG is the textbook "JPEG Still +Image Data Compression Standard" by William B. Pennebaker and Joan L. +Mitchell, published by Van Nostrand Reinhold, 1993, ISBN 0-442-01272-1. +Price US$59.95, 638 pp. The book includes the complete text of the ISO JPEG +standards (DIS 10918-1 and draft DIS 10918-2). -Copyright (C) 2016 International Business Machines -Corporation and others. All Rights Reserved. +The original JPEG standard is divided into two parts, Part 1 being the actual +specification, while Part 2 covers compliance testing methods. Part 1 is +titled "Digital Compression and Coding of Continuous-tone Still Images, +Part 1: Requirements and guidelines" and has document numbers ISO/IEC IS +10918-1, ITU-T T.81. Part 2 is titled "Digital Compression and Coding of +Continuous-tone Still Images, Part 2: Compliance testing" and has document +numbers ISO/IEC IS 10918-2, ITU-T T.83. -Permission is hereby granted, free of charge, to any person obtaining a -copy of data files and any associated documentation (the "Data Files") or -software and any associated documentation (the "Software") to deal in the -Data Files or Software without restriction, including without limitation -the rights to use, copy, modify, merge, publish, distribute, and/or sell -copies of the Data Files or Software, and to permit persons to whom the -Data Files or Software are furnished to do so, provided that either (a) -this copyright and permission notice appear with all copies of the Data -Files or Software, or (b) this copyright and permission notice appear in -associated Documentation. +The JPEG standard does not specify all details of an interchangeable file +format. For the omitted details we follow the "JFIF" conventions, revision +1.02. JFIF 1.02 has been adopted as an Ecma International Technical Report +and thus received a formal publication status. It is available as a free +download in PDF format from +http://www.ecma-international.org/publications/techreports/E-TR-098.htm. +A PostScript version of the JFIF document is available at +http://www.ijg.org/files/jfif.ps.gz. There is also a plain text version at +http://www.ijg.org/files/jfif.txt.gz, but it is missing the figures. -THE DATA FILES AND SOFTWARE ARE PROVIDED "AS IS", WITHOUT WARRANTY OF ANY -KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF -MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT OF -THIRD PARTY RIGHTS. +The TIFF 6.0 file format specification can be obtained by FTP from +ftp://ftp.sgi.com/graphics/tiff/TIFF6.ps.gz. The JPEG incorporation scheme +found in the TIFF 6.0 spec of 3-June-92 has a number of serious problems. +IJG does not recommend use of the TIFF 6.0 design (TIFF Compression tag 6). +Instead, we recommend the JPEG design proposed by TIFF Technical Note #2 +(Compression tag 7). Copies of this Note can be obtained from +http://www.ijg.org/files/. It is expected that the next revision +of the TIFF spec will replace the 6.0 JPEG design with the Note's design. +Although IJG's own code does not support TIFF/JPEG, the free libtiff library +uses our library to implement TIFF/JPEG per the Note. -IN NO EVENT SHALL THE COPYRIGHT HOLDER OR HOLDERS INCLUDED IN THIS NOTICE -BE LIABLE FOR ANY CLAIM, OR ANY SPECIAL INDIRECT OR CONSEQUENTIAL DAMAGES, -OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, -WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, -ARISING OUT OF OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THE DATA -FILES OR SOFTWARE. -Except as contained in this notice, the name of a copyright holder shall -not be used in advertising or otherwise to promote the sale, use or other -dealings in these Data Files or Software without prior written -authorization of the copyright holder. --------------------------------------------------------------------------------- -icu +ARCHIVE LOCATIONS +================= -Copyright (C) 2016 and later: Unicode, Inc. and others. +The "official" archive site for this software is www.ijg.org. +The most recent released version can always be found there in +directory "files". -Permission is hereby granted, free of charge, to any person obtaining a -copy of data files and any associated documentation (the "Data Files") or -software and any associated documentation (the "Software") to deal in the -Data Files or Software without restriction, including without limitation -the rights to use, copy, modify, merge, publish, distribute, and/or sell -copies of the Data Files or Software, and to permit persons to whom the -Data Files or Software are furnished to do so, provided that either (a) -this copyright and permission notice appear with all copies of the Data -Files or Software, or (b) this copyright and permission notice appear in -associated Documentation. +The JPEG FAQ (Frequently Asked Questions) article is a source of some +general information about JPEG. +It is available on the World Wide Web at http://www.faqs.org/faqs/jpeg-faq/ +and other news.answers archive sites, including the official news.answers +archive at rtfm.mit.edu: ftp://rtfm.mit.edu/pub/usenet/news.answers/jpeg-faq/. +If you don't have Web or FTP access, send e-mail to mail-server@rtfm.mit.edu +with body + send usenet/news.answers/jpeg-faq/part1 + send usenet/news.answers/jpeg-faq/part2 -THE DATA FILES AND SOFTWARE ARE PROVIDED "AS IS", WITHOUT WARRANTY OF ANY -KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF -MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT OF -THIRD PARTY RIGHTS. -IN NO EVENT SHALL THE COPYRIGHT HOLDER OR HOLDERS INCLUDED IN THIS NOTICE -BE LIABLE FOR ANY CLAIM, OR ANY SPECIAL INDIRECT OR CONSEQUENTIAL DAMAGES, -OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, -WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, -ARISING OUT OF OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THE DATA -FILES OR SOFTWARE. +FILE FORMAT WARS +================ -Except as contained in this notice, the name of a copyright holder shall -not be used in advertising or otherwise to promote the sale, use or other -dealings in these Data Files or Software without prior written -authorization of the copyright holder. --------------------------------------------------------------------------------- -icu +The ISO/IEC JTC1/SC29/WG1 standards committee (also known as JPEG, together +with ITU-T SG16) currently promotes different formats containing the name +"JPEG" which are incompatible with original DCT-based JPEG. IJG therefore does +not support these formats (see REFERENCES). Indeed, one of the original +reasons for developing this free software was to help force convergence on +common, interoperable format standards for JPEG files. +Don't use an incompatible file format! +(In any case, our decoder will remain capable of reading existing JPEG +image files indefinitely.) -Copyright (C) 2016, International Business Machines -Corporation and others. All Rights Reserved. -Permission is hereby granted, free of charge, to any person obtaining a -copy of data files and any associated documentation (the "Data Files") or -software and any associated documentation (the "Software") to deal in the -Data Files or Software without restriction, including without limitation -the rights to use, copy, modify, merge, publish, distribute, and/or sell -copies of the Data Files or Software, and to permit persons to whom the -Data Files or Software are furnished to do so, provided that either (a) -this copyright and permission notice appear with all copies of the Data -Files or Software, or (b) this copyright and permission notice appear in -associated Documentation. +TO DO +===== -THE DATA FILES AND SOFTWARE ARE PROVIDED "AS IS", WITHOUT WARRANTY OF ANY -KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF -MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT OF -THIRD PARTY RIGHTS. +Please send bug reports, offers of help, etc. to jpeg-info@jpegclub.org. -IN NO EVENT SHALL THE COPYRIGHT HOLDER OR HOLDERS INCLUDED IN THIS NOTICE -BE LIABLE FOR ANY CLAIM, OR ANY SPECIAL INDIRECT OR CONSEQUENTIAL DAMAGES, -OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, -WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, -ARISING OUT OF OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THE DATA -FILES OR SOFTWARE. +-------------------------------------------------------------------------------- +libjxl +skia +vulkan-deps -Except as contained in this notice, the name of a copyright holder shall -not be used in advertising or otherwise to promote the sale, use or other -dealings in these Data Files or Software without prior written -authorization of the copyright holder. +Copyright 2021 The Chromium Authors. All rights reserved. +Use of this source code is governed by a BSD-style license that can be +found in the LICENSE file. -------------------------------------------------------------------------------- -icu +libpng -Copyright (C) 2016, International Business Machines -Corporation and others. All Rights Reserved. +PNG Reference Library License version 2 +--------------------------------------- -Permission is hereby granted, free of charge, to any person obtaining a -copy of data files and any associated documentation (the "Data Files") or -software and any associated documentation (the "Software") to deal in the -Data Files or Software without restriction, including without limitation -the rights to use, copy, modify, merge, publish, distribute, and/or sell -copies of the Data Files or Software, and to permit persons to whom the -Data Files or Software are furnished to do so, provided that either (a) -this copyright and permission notice appear with all copies of the Data -Files or Software, or (b) this copyright and permission notice appear in -associated Documentation. + * Copyright (c) 1995-2024 The PNG Reference Library Authors. + * Copyright (c) 2018-2024 Cosmin Truta. + * Copyright (c) 2000-2002, 2004, 2006-2018 Glenn Randers-Pehrson. + * Copyright (c) 1996-1997 Andreas Dilger. + * Copyright (c) 1995-1996 Guy Eric Schalnat, Group 42, Inc. -THE DATA FILES AND SOFTWARE ARE PROVIDED "AS IS", WITHOUT WARRANTY OF ANY -KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF -MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT OF -THIRD PARTY RIGHTS. +The software is supplied "as is", without warranty of any kind, +express or implied, including, without limitation, the warranties +of merchantability, fitness for a particular purpose, title, and +non-infringement. In no event shall the Copyright owners, or +anyone distributing the software, be liable for any damages or +other liability, whether in contract, tort or otherwise, arising +from, out of, or in connection with the software, or the use or +other dealings in the software, even if advised of the possibility +of such damage. -IN NO EVENT SHALL THE COPYRIGHT HOLDER OR HOLDERS INCLUDED IN THIS NOTICE -BE LIABLE FOR ANY CLAIM, OR ANY SPECIAL INDIRECT OR CONSEQUENTIAL DAMAGES, -OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, -WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, -ARISING OUT OF OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THE DATA -FILES OR SOFTWARE. +Permission is hereby granted to use, copy, modify, and distribute +this software, or portions hereof, for any purpose, without fee, +subject to the following restrictions: -Except as contained in this notice, the name of a copyright holder shall -not be used in advertising or otherwise to promote the sale, use or other -dealings in these Data Files or Software without prior written -authorization of the copyright holder. --------------------------------------------------------------------------------- -icu + 1. The origin of this software must not be misrepresented; you + must not claim that you wrote the original software. If you + use this software in a product, an acknowledgment in the product + documentation would be appreciated, but is not required. -Copyright (C) The Internet Society (2002). All Rights Reserved. + 2. Altered source versions must be plainly marked as such, and must + not be misrepresented as being the original software. -This document and translations of it may be copied and furnished to -others, and derivative works that comment on or otherwise explain it -or assist in its implementation may be prepared, copied, published -and distributed, in whole or in part, without restriction of any -kind, provided that the above copyright notice and this paragraph are -included on all such copies and derivative works. However, this -document itself may not be modified in any way, such as by removing -the copyright notice or references to the Internet Society or other -Internet organizations, except as needed for the purpose of -developing Internet standards in which case the procedures for -copyrights defined in the Internet Standards process must be -followed, or as required to translate it into languages other than -English. + 3. This Copyright notice may not be removed or altered from any + source or altered source distribution. -The limited permissions granted above are perpetual and will not be -revoked by the Internet Society or its successors or assigns. -This document and the information contained herein is provided on an -"AS IS" basis and THE INTERNET SOCIETY AND THE INTERNET ENGINEERING -TASK FORCE DISCLAIMS ALL WARRANTIES, EXPRESS OR IMPLIED, INCLUDING -BUT NOT LIMITED TO ANY WARRANTY THAT THE USE OF THE INFORMATION -HEREIN WILL NOT INFRINGE ANY RIGHTS OR ANY IMPLIED WARRANTIES OF -MERCHANTABILITY OR FITNESS FOR A PARTICULAR PURPOSE. --------------------------------------------------------------------------------- -icu +PNG Reference Library License version 1 (for libpng 0.5 through 1.6.35) +----------------------------------------------------------------------- -Copyright (C) {1999-2001}, International Business Machines Corporation and others. All Rights Reserved. +libpng versions 1.0.7, July 1, 2000, through 1.6.35, July 15, 2018 are +Copyright (c) 2000-2002, 2004, 2006-2018 Glenn Randers-Pehrson, are +derived from libpng-1.0.6, and are distributed according to the same +disclaimer and license as libpng-1.0.6 with the following individuals +added to the list of Contributing Authors: -Permission is hereby granted, free of charge, to any person obtaining a -copy of data files and any associated documentation (the "Data Files") or -software and any associated documentation (the "Software") to deal in the -Data Files or Software without restriction, including without limitation -the rights to use, copy, modify, merge, publish, distribute, and/or sell -copies of the Data Files or Software, and to permit persons to whom the -Data Files or Software are furnished to do so, provided that either (a) -this copyright and permission notice appear with all copies of the Data -Files or Software, or (b) this copyright and permission notice appear in -associated Documentation. + Simon-Pierre Cadieux + Eric S. Raymond + Mans Rullgard + Cosmin Truta + Gilles Vollant + James Yu + Mandar Sahastrabuddhe + Google Inc. + Vadim Barkov -THE DATA FILES AND SOFTWARE ARE PROVIDED "AS IS", WITHOUT WARRANTY OF ANY -KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF -MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT OF -THIRD PARTY RIGHTS. +and with the following additions to the disclaimer: -IN NO EVENT SHALL THE COPYRIGHT HOLDER OR HOLDERS INCLUDED IN THIS NOTICE -BE LIABLE FOR ANY CLAIM, OR ANY SPECIAL INDIRECT OR CONSEQUENTIAL DAMAGES, -OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, -WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, -ARISING OUT OF OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THE DATA -FILES OR SOFTWARE. + There is no warranty against interference with your enjoyment of + the library or against infringement. There is no warranty that our + efforts or the library will fulfill any of your particular purposes + or needs. This library is provided with all faults, and the entire + risk of satisfactory quality, performance, accuracy, and effort is + with the user. -Except as contained in this notice, the name of a copyright holder shall -not be used in advertising or otherwise to promote the sale, use or other -dealings in these Data Files or Software without prior written -authorization of the copyright holder. --------------------------------------------------------------------------------- -icu +Some files in the "contrib" directory and some configure-generated +files that are distributed with libpng have other copyright owners, and +are released under other open source licenses. -Copyright (c) 1996-2012, International Business Machines Corporation and -others. All Rights Reserved. +libpng versions 0.97, January 1998, through 1.0.6, March 20, 2000, are +Copyright (c) 1998-2000 Glenn Randers-Pehrson, are derived from +libpng-0.96, and are distributed according to the same disclaimer and +license as libpng-0.96, with the following individuals added to the +list of Contributing Authors: -Permission is hereby granted, free of charge, to any person obtaining a -copy of data files and any associated documentation (the "Data Files") or -software and any associated documentation (the "Software") to deal in the -Data Files or Software without restriction, including without limitation -the rights to use, copy, modify, merge, publish, distribute, and/or sell -copies of the Data Files or Software, and to permit persons to whom the -Data Files or Software are furnished to do so, provided that either (a) -this copyright and permission notice appear with all copies of the Data -Files or Software, or (b) this copyright and permission notice appear in -associated Documentation. + Tom Lane + Glenn Randers-Pehrson + Willem van Schaik -THE DATA FILES AND SOFTWARE ARE PROVIDED "AS IS", WITHOUT WARRANTY OF ANY -KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF -MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT OF -THIRD PARTY RIGHTS. +libpng versions 0.89, June 1996, through 0.96, May 1997, are +Copyright (c) 1996-1997 Andreas Dilger, are derived from libpng-0.88, +and are distributed according to the same disclaimer and license as +libpng-0.88, with the following individuals added to the list of +Contributing Authors: -IN NO EVENT SHALL THE COPYRIGHT HOLDER OR HOLDERS INCLUDED IN THIS NOTICE -BE LIABLE FOR ANY CLAIM, OR ANY SPECIAL INDIRECT OR CONSEQUENTIAL DAMAGES, -OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, -WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, -ARISING OUT OF OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THE DATA -FILES OR SOFTWARE. + John Bowler + Kevin Bracey + Sam Bushell + Magnus Holmgren + Greg Roelofs + Tom Tanner -Except as contained in this notice, the name of a copyright holder shall -not be used in advertising or otherwise to promote the sale, use or other -dealings in these Data Files or Software without prior written -authorization of the copyright holder. --------------------------------------------------------------------------------- -icu +Some files in the "scripts" directory have other copyright owners, +but are released under this license. -Copyright (c) 1996-2014, International Business Machines -Corporation and others. All Rights Reserved. +libpng versions 0.5, May 1995, through 0.88, January 1996, are +Copyright (c) 1995-1996 Guy Eric Schalnat, Group 42, Inc. -Permission is hereby granted, free of charge, to any person obtaining a -copy of data files and any associated documentation (the "Data Files") or -software and any associated documentation (the "Software") to deal in the -Data Files or Software without restriction, including without limitation -the rights to use, copy, modify, merge, publish, distribute, and/or sell -copies of the Data Files or Software, and to permit persons to whom the -Data Files or Software are furnished to do so, provided that either (a) -this copyright and permission notice appear with all copies of the Data -Files or Software, or (b) this copyright and permission notice appear in -associated Documentation. +For the purposes of this copyright and license, "Contributing Authors" +is defined as the following set of individuals: -THE DATA FILES AND SOFTWARE ARE PROVIDED "AS IS", WITHOUT WARRANTY OF ANY -KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF -MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT OF -THIRD PARTY RIGHTS. + Andreas Dilger + Dave Martindale + Guy Eric Schalnat + Paul Schmidt + Tim Wegner -IN NO EVENT SHALL THE COPYRIGHT HOLDER OR HOLDERS INCLUDED IN THIS NOTICE -BE LIABLE FOR ANY CLAIM, OR ANY SPECIAL INDIRECT OR CONSEQUENTIAL DAMAGES, -OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, -WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, -ARISING OUT OF OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THE DATA -FILES OR SOFTWARE. +The PNG Reference Library is supplied "AS IS". The Contributing +Authors and Group 42, Inc. disclaim all warranties, expressed or +implied, including, without limitation, the warranties of +merchantability and of fitness for any purpose. The Contributing +Authors and Group 42, Inc. assume no liability for direct, indirect, +incidental, special, exemplary, or consequential damages, which may +result from the use of the PNG Reference Library, even if advised of +the possibility of such damage. -Except as contained in this notice, the name of a copyright holder shall -not be used in advertising or otherwise to promote the sale, use or other -dealings in these Data Files or Software without prior written -authorization of the copyright holder. --------------------------------------------------------------------------------- -icu +Permission is hereby granted to use, copy, modify, and distribute this +source code, or portions hereof, for any purpose, without fee, subject +to the following restrictions: -Copyright (c) 1996-2015, International Business Machines Corporation and -others. All Rights Reserved. + 1. The origin of this source code must not be misrepresented. -Permission is hereby granted, free of charge, to any person obtaining a -copy of data files and any associated documentation (the "Data Files") or -software and any associated documentation (the "Software") to deal in the -Data Files or Software without restriction, including without limitation -the rights to use, copy, modify, merge, publish, distribute, and/or sell -copies of the Data Files or Software, and to permit persons to whom the -Data Files or Software are furnished to do so, provided that either (a) -this copyright and permission notice appear with all copies of the Data -Files or Software, or (b) this copyright and permission notice appear in -associated Documentation. + 2. Altered versions must be plainly marked as such and must not + be misrepresented as being the original source. -THE DATA FILES AND SOFTWARE ARE PROVIDED "AS IS", WITHOUT WARRANTY OF ANY -KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF -MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT OF -THIRD PARTY RIGHTS. + 3. This Copyright notice may not be removed or altered from any + source or altered source distribution. -IN NO EVENT SHALL THE COPYRIGHT HOLDER OR HOLDERS INCLUDED IN THIS NOTICE -BE LIABLE FOR ANY CLAIM, OR ANY SPECIAL INDIRECT OR CONSEQUENTIAL DAMAGES, -OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, -WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, -ARISING OUT OF OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THE DATA -FILES OR SOFTWARE. +The Contributing Authors and Group 42, Inc. specifically permit, +without fee, and encourage the use of this source code as a component +to supporting the PNG file format in commercial products. If you use +this source code in a product, acknowledgment is not required but would +be appreciated. -Except as contained in this notice, the name of a copyright holder shall -not be used in advertising or otherwise to promote the sale, use or other -dealings in these Data Files or Software without prior written -authorization of the copyright holder. -------------------------------------------------------------------------------- -icu +libpng -Copyright (c) 1996-2015, International Business Machines Corporation and others. -All Rights Reserved. +PNG Reference Library License version 2 +--------------------------------------- -Permission is hereby granted, free of charge, to any person obtaining a -copy of data files and any associated documentation (the "Data Files") or -software and any associated documentation (the "Software") to deal in the -Data Files or Software without restriction, including without limitation -the rights to use, copy, modify, merge, publish, distribute, and/or sell -copies of the Data Files or Software, and to permit persons to whom the -Data Files or Software are furnished to do so, provided that either (a) -this copyright and permission notice appear with all copies of the Data -Files or Software, or (b) this copyright and permission notice appear in -associated Documentation. + * Copyright (c) 1995-2024 The PNG Reference Library Authors. + * Copyright (c) 2018-2024 Cosmin Truta. + * Copyright (c) 2000-2002, 2004, 2006-2018 Glenn Randers-Pehrson. + * Copyright (c) 1996-1997 Andreas Dilger. + * Copyright (c) 1995-1996 Guy Eric Schalnat, Group 42, Inc. -THE DATA FILES AND SOFTWARE ARE PROVIDED "AS IS", WITHOUT WARRANTY OF ANY -KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF -MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT OF -THIRD PARTY RIGHTS. +The software is supplied "as is", without warranty of any kind, +express or implied, including, without limitation, the warranties +of merchantability, fitness for a particular purpose, title, and +non-infringement. In no event shall the Copyright owners, or +anyone distributing the software, be liable for any damages or +other liability, whether in contract, tort or otherwise, arising +from, out of, or in connection with the software, or the use or +other dealings in the software, even if advised of the possibility +of such damage. -IN NO EVENT SHALL THE COPYRIGHT HOLDER OR HOLDERS INCLUDED IN THIS NOTICE -BE LIABLE FOR ANY CLAIM, OR ANY SPECIAL INDIRECT OR CONSEQUENTIAL DAMAGES, -OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, -WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, -ARISING OUT OF OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THE DATA -FILES OR SOFTWARE. +Permission is hereby granted to use, copy, modify, and distribute +this software, or portions hereof, for any purpose, without fee, +subject to the following restrictions: -Except as contained in this notice, the name of a copyright holder shall -not be used in advertising or otherwise to promote the sale, use or other -dealings in these Data Files or Software without prior written -authorization of the copyright holder. --------------------------------------------------------------------------------- -icu + 1. The origin of this software must not be misrepresented; you + must not claim that you wrote the original software. If you + use this software in a product, an acknowledgment in the product + documentation would be appreciated, but is not required. -Copyright (c) 1996-2016, International Business Machines Corporation - and others. All Rights Reserved. + 2. Altered source versions must be plainly marked as such, and must + not be misrepresented as being the original software. -Permission is hereby granted, free of charge, to any person obtaining a -copy of data files and any associated documentation (the "Data Files") or -software and any associated documentation (the "Software") to deal in the -Data Files or Software without restriction, including without limitation -the rights to use, copy, modify, merge, publish, distribute, and/or sell -copies of the Data Files or Software, and to permit persons to whom the -Data Files or Software are furnished to do so, provided that either (a) -this copyright and permission notice appear with all copies of the Data -Files or Software, or (b) this copyright and permission notice appear in -associated Documentation. + 3. This Copyright notice may not be removed or altered from any + source or altered source distribution. -THE DATA FILES AND SOFTWARE ARE PROVIDED "AS IS", WITHOUT WARRANTY OF ANY -KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF -MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT OF -THIRD PARTY RIGHTS. -IN NO EVENT SHALL THE COPYRIGHT HOLDER OR HOLDERS INCLUDED IN THIS NOTICE -BE LIABLE FOR ANY CLAIM, OR ANY SPECIAL INDIRECT OR CONSEQUENTIAL DAMAGES, -OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, -WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, -ARISING OUT OF OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THE DATA -FILES OR SOFTWARE. +PNG Reference Library License version 1 (for libpng 0.5 through 1.6.35) +----------------------------------------------------------------------- -Except as contained in this notice, the name of a copyright holder shall -not be used in advertising or otherwise to promote the sale, use or other -dealings in these Data Files or Software without prior written -authorization of the copyright holder. --------------------------------------------------------------------------------- -icu +libpng versions 1.0.7, July 1, 2000, through 1.6.35, July 15, 2018 are +Copyright (c) 2000-2002, 2004, 2006-2018 Glenn Randers-Pehrson, are +derived from libpng-1.0.6, and are distributed according to the same +disclaimer and license as libpng-1.0.6 with the following individuals +added to the list of Contributing Authors: -Copyright (c) 1996-2016, International Business Machines Corporation and -others. All Rights Reserved. + Simon-Pierre Cadieux + Eric S. Raymond + Mans Rullgard + Cosmin Truta + Gilles Vollant + James Yu + Mandar Sahastrabuddhe + Google Inc. + Vadim Barkov -Permission is hereby granted, free of charge, to any person obtaining a -copy of data files and any associated documentation (the "Data Files") or -software and any associated documentation (the "Software") to deal in the -Data Files or Software without restriction, including without limitation -the rights to use, copy, modify, merge, publish, distribute, and/or sell -copies of the Data Files or Software, and to permit persons to whom the -Data Files or Software are furnished to do so, provided that either (a) -this copyright and permission notice appear with all copies of the Data -Files or Software, or (b) this copyright and permission notice appear in -associated Documentation. +and with the following additions to the disclaimer: -THE DATA FILES AND SOFTWARE ARE PROVIDED "AS IS", WITHOUT WARRANTY OF ANY -KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF -MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT OF -THIRD PARTY RIGHTS. + There is no warranty against interference with your enjoyment of + the library or against infringement. There is no warranty that our + efforts or the library will fulfill any of your particular purposes + or needs. This library is provided with all faults, and the entire + risk of satisfactory quality, performance, accuracy, and effort is + with the user. -IN NO EVENT SHALL THE COPYRIGHT HOLDER OR HOLDERS INCLUDED IN THIS NOTICE -BE LIABLE FOR ANY CLAIM, OR ANY SPECIAL INDIRECT OR CONSEQUENTIAL DAMAGES, -OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, -WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, -ARISING OUT OF OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THE DATA -FILES OR SOFTWARE. +Some files in the "contrib" directory and some configure-generated +files that are distributed with libpng have other copyright owners, and +are released under other open source licenses. -Except as contained in this notice, the name of a copyright holder shall -not be used in advertising or otherwise to promote the sale, use or other -dealings in these Data Files or Software without prior written -authorization of the copyright holder. --------------------------------------------------------------------------------- -icu +libpng versions 0.97, January 1998, through 1.0.6, March 20, 2000, are +Copyright (c) 1998-2000 Glenn Randers-Pehrson, are derived from +libpng-0.96, and are distributed according to the same disclaimer and +license as libpng-0.96, with the following individuals added to the +list of Contributing Authors: -Copyright (c) 1997-2011, International Business Machines Corporation and -others. All Rights Reserved. + Tom Lane + Glenn Randers-Pehrson + Willem van Schaik -Permission is hereby granted, free of charge, to any person obtaining a -copy of data files and any associated documentation (the "Data Files") or -software and any associated documentation (the "Software") to deal in the -Data Files or Software without restriction, including without limitation -the rights to use, copy, modify, merge, publish, distribute, and/or sell -copies of the Data Files or Software, and to permit persons to whom the -Data Files or Software are furnished to do so, provided that either (a) -this copyright and permission notice appear with all copies of the Data -Files or Software, or (b) this copyright and permission notice appear in -associated Documentation. +libpng versions 0.89, June 1996, through 0.96, May 1997, are +Copyright (c) 1996-1997 Andreas Dilger, are derived from libpng-0.88, +and are distributed according to the same disclaimer and license as +libpng-0.88, with the following individuals added to the list of +Contributing Authors: -THE DATA FILES AND SOFTWARE ARE PROVIDED "AS IS", WITHOUT WARRANTY OF ANY -KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF -MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT OF -THIRD PARTY RIGHTS. + John Bowler + Kevin Bracey + Sam Bushell + Magnus Holmgren + Greg Roelofs + Tom Tanner -IN NO EVENT SHALL THE COPYRIGHT HOLDER OR HOLDERS INCLUDED IN THIS NOTICE -BE LIABLE FOR ANY CLAIM, OR ANY SPECIAL INDIRECT OR CONSEQUENTIAL DAMAGES, -OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, -WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, -ARISING OUT OF OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THE DATA -FILES OR SOFTWARE. +Some files in the "scripts" directory have other copyright owners, +but are released under this license. + +libpng versions 0.5, May 1995, through 0.88, January 1996, are +Copyright (c) 1995-1996 Guy Eric Schalnat, Group 42, Inc. + +For the purposes of this copyright and license, "Contributing Authors" +is defined as the following set of individuals: -Except as contained in this notice, the name of a copyright holder shall -not be used in advertising or otherwise to promote the sale, use or other -dealings in these Data Files or Software without prior written -authorization of the copyright holder. --------------------------------------------------------------------------------- -icu + Andreas Dilger + Dave Martindale + Guy Eric Schalnat + Paul Schmidt + Tim Wegner -Copyright (c) 1997-2012, International Business Machines -Corporation and others. All Rights Reserved. +The PNG Reference Library is supplied "AS IS". The Contributing +Authors and Group 42, Inc. disclaim all warranties, expressed or +implied, including, without limitation, the warranties of +merchantability and of fitness for any purpose. The Contributing +Authors and Group 42, Inc. assume no liability for direct, indirect, +incidental, special, exemplary, or consequential damages, which may +result from the use of the PNG Reference Library, even if advised of +the possibility of such damage. -Permission is hereby granted, free of charge, to any person obtaining a -copy of data files and any associated documentation (the "Data Files") or -software and any associated documentation (the "Software") to deal in the -Data Files or Software without restriction, including without limitation -the rights to use, copy, modify, merge, publish, distribute, and/or sell -copies of the Data Files or Software, and to permit persons to whom the -Data Files or Software are furnished to do so, provided that either (a) -this copyright and permission notice appear with all copies of the Data -Files or Software, or (b) this copyright and permission notice appear in -associated Documentation. +Permission is hereby granted to use, copy, modify, and distribute this +source code, or portions hereof, for any purpose, without fee, subject +to the following restrictions: -THE DATA FILES AND SOFTWARE ARE PROVIDED "AS IS", WITHOUT WARRANTY OF ANY -KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF -MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT OF -THIRD PARTY RIGHTS. + 1. The origin of this source code must not be misrepresented. -IN NO EVENT SHALL THE COPYRIGHT HOLDER OR HOLDERS INCLUDED IN THIS NOTICE -BE LIABLE FOR ANY CLAIM, OR ANY SPECIAL INDIRECT OR CONSEQUENTIAL DAMAGES, -OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, -WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, -ARISING OUT OF OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THE DATA -FILES OR SOFTWARE. + 2. Altered versions must be plainly marked as such and must not + be misrepresented as being the original source. -Except as contained in this notice, the name of a copyright holder shall -not be used in advertising or otherwise to promote the sale, use or other -dealings in these Data Files or Software without prior written -authorization of the copyright holder. --------------------------------------------------------------------------------- -icu + 3. This Copyright notice may not be removed or altered from any + source or altered source distribution. -Copyright (c) 1997-2012, International Business Machines Corporation and -others. All Rights Reserved. +The Contributing Authors and Group 42, Inc. specifically permit, +without fee, and encourage the use of this source code as a component +to supporting the PNG file format in commercial products. If you use +this source code in a product, acknowledgment is not required but would +be appreciated. -Permission is hereby granted, free of charge, to any person obtaining a -copy of data files and any associated documentation (the "Data Files") or -software and any associated documentation (the "Software") to deal in the -Data Files or Software without restriction, including without limitation -the rights to use, copy, modify, merge, publish, distribute, and/or sell -copies of the Data Files or Software, and to permit persons to whom the -Data Files or Software are furnished to do so, provided that either (a) -this copyright and permission notice appear with all copies of the Data -Files or Software, or (b) this copyright and permission notice appear in -associated Documentation. +END OF COPYRIGHT NOTICE, DISCLAIMER, and LICENSE. -THE DATA FILES AND SOFTWARE ARE PROVIDED "AS IS", WITHOUT WARRANTY OF ANY -KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF -MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT OF -THIRD PARTY RIGHTS. +TRADEMARK +========= -IN NO EVENT SHALL THE COPYRIGHT HOLDER OR HOLDERS INCLUDED IN THIS NOTICE -BE LIABLE FOR ANY CLAIM, OR ANY SPECIAL INDIRECT OR CONSEQUENTIAL DAMAGES, -OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, -WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, -ARISING OUT OF OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THE DATA -FILES OR SOFTWARE. +The name "libpng" has not been registered by the Copyright owners +as a trademark in any jurisdiction. However, because libpng has +been distributed and maintained world-wide, continually since 1995, +the Copyright owners claim "common-law trademark protection" in any +jurisdiction where common-law trademark is recognized. -Except as contained in this notice, the name of a copyright holder shall -not be used in advertising or otherwise to promote the sale, use or other -dealings in these Data Files or Software without prior written -authorization of the copyright holder. -------------------------------------------------------------------------------- -icu +libpng +skia -Copyright (c) 1997-2015, International Business Machines Corporation and -others. All Rights Reserved. +Copyright 2016 Google Inc. -Permission is hereby granted, free of charge, to any person obtaining a -copy of data files and any associated documentation (the "Data Files") or -software and any associated documentation (the "Software") to deal in the -Data Files or Software without restriction, including without limitation -the rights to use, copy, modify, merge, publish, distribute, and/or sell -copies of the Data Files or Software, and to permit persons to whom the -Data Files or Software are furnished to do so, provided that either (a) -this copyright and permission notice appear with all copies of the Data -Files or Software, or (b) this copyright and permission notice appear in -associated Documentation. +Use of this source code is governed by a BSD-style license that can be +found in the LICENSE file. +-------------------------------------------------------------------------------- +libtess2 -THE DATA FILES AND SOFTWARE ARE PROVIDED "AS IS", WITHOUT WARRANTY OF ANY -KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF -MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT OF -THIRD PARTY RIGHTS. +** SGI FREE SOFTWARE LICENSE B (Version 2.0, Sept. 18, 2008) +** Copyright (C) [dates of first publication] Silicon Graphics, Inc. +** All Rights Reserved. +** +** Permission is hereby granted, free of charge, to any person obtaining a copy +** of this software and associated documentation files (the "Software"), to deal +** in the Software without restriction, including without limitation the rights +** to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies +** of the Software, and to permit persons to whom the Software is furnished to do so, +** subject to the following conditions: +** +** The above copyright notice including the dates of first publication and either this +** permission notice or a reference to http://oss.sgi.com/projects/FreeB/ shall be +** included in all copies or substantial portions of the Software. +** +** THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, +** INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A +** PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL SILICON GRAPHICS, INC. +** BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, +** TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE +** OR OTHER DEALINGS IN THE SOFTWARE. +** +** Except as contained in this notice, the name of Silicon Graphics, Inc. shall not +** be used in advertising or otherwise to promote the sale, use or other dealings in +** this Software without prior written authorization from Silicon Graphics, Inc. +-------------------------------------------------------------------------------- +libtess2 -IN NO EVENT SHALL THE COPYRIGHT HOLDER OR HOLDERS INCLUDED IN THIS NOTICE -BE LIABLE FOR ANY CLAIM, OR ANY SPECIAL INDIRECT OR CONSEQUENTIAL DAMAGES, -OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, -WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, -ARISING OUT OF OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THE DATA -FILES OR SOFTWARE. +Copyright (c) 2009 Mikko Mononen memon@inside.org -Except as contained in this notice, the name of a copyright holder shall -not be used in advertising or otherwise to promote the sale, use or other -dealings in these Data Files or Software without prior written -authorization of the copyright holder. +This software is provided 'as-is', without any express or implied +warranty. In no event will the authors be held liable for any damages +arising from the use of this software. +Permission is granted to anyone to use this software for any purpose, +including commercial applications, and to alter it and redistribute it +freely, subject to the following restrictions: +1. The origin of this software must not be misrepresented; you must not + claim that you wrote the original software. If you use this software + in a product, an acknowledgment in the product documentation would be + appreciated but is not required. +2. Altered source versions must be plainly marked as such, and must not be + misrepresented as being the original software. +3. This notice may not be removed or altered from any source distribution. -------------------------------------------------------------------------------- -icu +libwebp -Copyright (c) 1997-2016, International Business Machines Corporation -and others. All Rights Reserved. +Copyright (c) 2010, Google Inc. All rights reserved. -Permission is hereby granted, free of charge, to any person obtaining a -copy of data files and any associated documentation (the "Data Files") or -software and any associated documentation (the "Software") to deal in the -Data Files or Software without restriction, including without limitation -the rights to use, copy, modify, merge, publish, distribute, and/or sell -copies of the Data Files or Software, and to permit persons to whom the -Data Files or Software are furnished to do so, provided that either (a) -this copyright and permission notice appear with all copies of the Data -Files or Software, or (b) this copyright and permission notice appear in -associated Documentation. +Redistribution and use in source and binary forms, with or without +modification, are permitted provided that the following conditions are +met: -THE DATA FILES AND SOFTWARE ARE PROVIDED "AS IS", WITHOUT WARRANTY OF ANY -KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF -MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT OF -THIRD PARTY RIGHTS. + * Redistributions of source code must retain the above copyright + notice, this list of conditions and the following disclaimer. -IN NO EVENT SHALL THE COPYRIGHT HOLDER OR HOLDERS INCLUDED IN THIS NOTICE -BE LIABLE FOR ANY CLAIM, OR ANY SPECIAL INDIRECT OR CONSEQUENTIAL DAMAGES, -OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, -WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, -ARISING OUT OF OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THE DATA -FILES OR SOFTWARE. + * Redistributions in binary form must reproduce the above copyright + notice, this list of conditions and the following disclaimer in + the documentation and/or other materials provided with the + distribution. -Except as contained in this notice, the name of a copyright holder shall -not be used in advertising or otherwise to promote the sale, use or other -dealings in these Data Files or Software without prior written -authorization of the copyright holder. + * Neither the name of Google nor the names of its contributors may + be used to endorse or promote products derived from this software + without specific prior written permission. + +THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS +"AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT +LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR +A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT +HOLDER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, +SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT +LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, +DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY +THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT +(INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE +OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. -------------------------------------------------------------------------------- -icu +libwebp -Copyright (c) 1999-2012, International Business Machines Corporation and -others. All Rights Reserved. +Copyright (c) 2021, Google Inc. All rights reserved. -Permission is hereby granted, free of charge, to any person obtaining a -copy of data files and any associated documentation (the "Data Files") or -software and any associated documentation (the "Software") to deal in the -Data Files or Software without restriction, including without limitation -the rights to use, copy, modify, merge, publish, distribute, and/or sell -copies of the Data Files or Software, and to permit persons to whom the -Data Files or Software are furnished to do so, provided that either (a) -this copyright and permission notice appear with all copies of the Data -Files or Software, or (b) this copyright and permission notice appear in -associated Documentation. +Redistribution and use in source and binary forms, with or without +modification, are permitted provided that the following conditions are +met: -THE DATA FILES AND SOFTWARE ARE PROVIDED "AS IS", WITHOUT WARRANTY OF ANY -KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF -MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT OF -THIRD PARTY RIGHTS. + * Redistributions of source code must retain the above copyright + notice, this list of conditions and the following disclaimer. -IN NO EVENT SHALL THE COPYRIGHT HOLDER OR HOLDERS INCLUDED IN THIS NOTICE -BE LIABLE FOR ANY CLAIM, OR ANY SPECIAL INDIRECT OR CONSEQUENTIAL DAMAGES, -OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, -WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, -ARISING OUT OF OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THE DATA -FILES OR SOFTWARE. + * Redistributions in binary form must reproduce the above copyright + notice, this list of conditions and the following disclaimer in + the documentation and/or other materials provided with the + distribution. -Except as contained in this notice, the name of a copyright holder shall -not be used in advertising or otherwise to promote the sale, use or other -dealings in these Data Files or Software without prior written -authorization of the copyright holder. --------------------------------------------------------------------------------- -icu + * Neither the name of Google nor the names of its contributors may + be used to endorse or promote products derived from this software + without specific prior written permission. -Copyright (c) 1999-2016, International Business Machines Corporation and -others. All Rights Reserved. +THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS +"AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT +LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR +A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT +HOLDER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, +SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT +LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, +DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY +THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT +(INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE +OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. +-------------------------------------------------------------------------------- +libwebp -Permission is hereby granted, free of charge, to any person obtaining a -copy of data files and any associated documentation (the "Data Files") or -software and any associated documentation (the "Software") to deal in the -Data Files or Software without restriction, including without limitation -the rights to use, copy, modify, merge, publish, distribute, and/or sell -copies of the Data Files or Software, and to permit persons to whom the -Data Files or Software are furnished to do so, provided that either (a) -this copyright and permission notice appear with all copies of the Data -Files or Software, or (b) this copyright and permission notice appear in -associated Documentation. +Copyright 2010 Google Inc. All Rights Reserved. -THE DATA FILES AND SOFTWARE ARE PROVIDED "AS IS", WITHOUT WARRANTY OF ANY -KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF -MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT OF -THIRD PARTY RIGHTS. +Use of this source code is governed by a BSD-style license +that can be found in the COPYING file in the root of the source +tree. An additional intellectual property rights grant can be found +in the file PATENTS. All contributing project authors may +be found in the AUTHORS file in the root of the source tree. +-------------------------------------------------------------------------------- +libwebp -IN NO EVENT SHALL THE COPYRIGHT HOLDER OR HOLDERS INCLUDED IN THIS NOTICE -BE LIABLE FOR ANY CLAIM, OR ANY SPECIAL INDIRECT OR CONSEQUENTIAL DAMAGES, -OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, -WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, -ARISING OUT OF OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THE DATA -FILES OR SOFTWARE. +Copyright 2011 Google Inc. All Rights Reserved. -Except as contained in this notice, the name of a copyright holder shall -not be used in advertising or otherwise to promote the sale, use or other -dealings in these Data Files or Software without prior written -authorization of the copyright holder. +Use of this source code is governed by a BSD-style license +that can be found in the COPYING file in the root of the source +tree. An additional intellectual property rights grant can be found +in the file PATENTS. All contributing project authors may +be found in the AUTHORS file in the root of the source tree. -------------------------------------------------------------------------------- -icu +libwebp -Copyright (c) 2000-2004 IBM, Inc. and Others. +Copyright 2012 Google Inc. All Rights Reserved. -Permission is hereby granted, free of charge, to any person obtaining a -copy of data files and any associated documentation (the "Data Files") or -software and any associated documentation (the "Software") to deal in the -Data Files or Software without restriction, including without limitation -the rights to use, copy, modify, merge, publish, distribute, and/or sell -copies of the Data Files or Software, and to permit persons to whom the -Data Files or Software are furnished to do so, provided that either (a) -this copyright and permission notice appear with all copies of the Data -Files or Software, or (b) this copyright and permission notice appear in -associated Documentation. +Use of this source code is governed by a BSD-style license +that can be found in the COPYING file in the root of the source +tree. An additional intellectual property rights grant can be found +in the file PATENTS. All contributing project authors may +be found in the AUTHORS file in the root of the source tree. +-------------------------------------------------------------------------------- +libwebp -THE DATA FILES AND SOFTWARE ARE PROVIDED "AS IS", WITHOUT WARRANTY OF ANY -KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF -MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT OF -THIRD PARTY RIGHTS. +Copyright 2013 Google Inc. All Rights Reserved. -IN NO EVENT SHALL THE COPYRIGHT HOLDER OR HOLDERS INCLUDED IN THIS NOTICE -BE LIABLE FOR ANY CLAIM, OR ANY SPECIAL INDIRECT OR CONSEQUENTIAL DAMAGES, -OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, -WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, -ARISING OUT OF OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THE DATA -FILES OR SOFTWARE. +Use of this source code is governed by a BSD-style license +that can be found in the COPYING file in the root of the source +tree. An additional intellectual property rights grant can be found +in the file PATENTS. All contributing project authors may +be found in the AUTHORS file in the root of the source tree. +-------------------------------------------------------------------------------- +libwebp -Except as contained in this notice, the name of a copyright holder shall -not be used in advertising or otherwise to promote the sale, use or other -dealings in these Data Files or Software without prior written -authorization of the copyright holder. +Copyright 2014 Google Inc. All Rights Reserved. + +Use of this source code is governed by a BSD-style license +that can be found in the COPYING file in the root of the source +tree. An additional intellectual property rights grant can be found +in the file PATENTS. All contributing project authors may +be found in the AUTHORS file in the root of the source tree. -------------------------------------------------------------------------------- -icu +libwebp -Copyright (c) 2000-2005, International Business Machines -Corporation and others. All Rights Reserved. +Copyright 2015 Google Inc. All Rights Reserved. -Permission is hereby granted, free of charge, to any person obtaining a -copy of data files and any associated documentation (the "Data Files") or -software and any associated documentation (the "Software") to deal in the -Data Files or Software without restriction, including without limitation -the rights to use, copy, modify, merge, publish, distribute, and/or sell -copies of the Data Files or Software, and to permit persons to whom the -Data Files or Software are furnished to do so, provided that either (a) -this copyright and permission notice appear with all copies of the Data -Files or Software, or (b) this copyright and permission notice appear in -associated Documentation. +Use of this source code is governed by a BSD-style license +that can be found in the COPYING file in the root of the source +tree. An additional intellectual property rights grant can be found +in the file PATENTS. All contributing project authors may +be found in the AUTHORS file in the root of the source tree. +-------------------------------------------------------------------------------- +libwebp -THE DATA FILES AND SOFTWARE ARE PROVIDED "AS IS", WITHOUT WARRANTY OF ANY -KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF -MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT OF -THIRD PARTY RIGHTS. +Copyright 2016 Google Inc. All Rights Reserved. -IN NO EVENT SHALL THE COPYRIGHT HOLDER OR HOLDERS INCLUDED IN THIS NOTICE -BE LIABLE FOR ANY CLAIM, OR ANY SPECIAL INDIRECT OR CONSEQUENTIAL DAMAGES, -OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, -WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, -ARISING OUT OF OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THE DATA -FILES OR SOFTWARE. +Use of this source code is governed by a BSD-style license +that can be found in the COPYING file in the root of the source +tree. An additional intellectual property rights grant can be found +in the file PATENTS. All contributing project authors may +be found in the AUTHORS file in the root of the source tree. +-------------------------------------------------------------------------------- +libwebp -Except as contained in this notice, the name of a copyright holder shall -not be used in advertising or otherwise to promote the sale, use or other -dealings in these Data Files or Software without prior written -authorization of the copyright holder. +Copyright 2017 Google Inc. All Rights Reserved. + +Use of this source code is governed by a BSD-style license +that can be found in the COPYING file in the root of the source +tree. An additional intellectual property rights grant can be found +in the file PATENTS. All contributing project authors may +be found in the AUTHORS file in the root of the source tree. -------------------------------------------------------------------------------- -icu +libwebp -Copyright (c) 2000-2007, International Business Machines -Corporation and others. All Rights Reserved. +Copyright 2018 Google Inc. All Rights Reserved. -Permission is hereby granted, free of charge, to any person obtaining a -copy of data files and any associated documentation (the "Data Files") or -software and any associated documentation (the "Software") to deal in the -Data Files or Software without restriction, including without limitation -the rights to use, copy, modify, merge, publish, distribute, and/or sell -copies of the Data Files or Software, and to permit persons to whom the -Data Files or Software are furnished to do so, provided that either (a) -this copyright and permission notice appear with all copies of the Data -Files or Software, or (b) this copyright and permission notice appear in -associated Documentation. +Use of this source code is governed by a BSD-style license +that can be found in the COPYING file in the root of the source +tree. An additional intellectual property rights grant can be found +in the file PATENTS. All contributing project authors may +be found in the AUTHORS file in the root of the source tree. +-------------------------------------------------------------------------------- +libwebp -THE DATA FILES AND SOFTWARE ARE PROVIDED "AS IS", WITHOUT WARRANTY OF ANY -KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF -MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT OF -THIRD PARTY RIGHTS. +Copyright 2021 Google Inc. All Rights Reserved. -IN NO EVENT SHALL THE COPYRIGHT HOLDER OR HOLDERS INCLUDED IN THIS NOTICE -BE LIABLE FOR ANY CLAIM, OR ANY SPECIAL INDIRECT OR CONSEQUENTIAL DAMAGES, -OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, -WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, -ARISING OUT OF OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THE DATA -FILES OR SOFTWARE. +Use of this source code is governed by a BSD-style license +that can be found in the COPYING file in the root of the source +tree. An additional intellectual property rights grant can be found +in the file PATENTS. All contributing project authors may +be found in the AUTHORS file in the root of the source tree. +-------------------------------------------------------------------------------- +libwebp -Except as contained in this notice, the name of a copyright holder shall -not be used in advertising or otherwise to promote the sale, use or other -dealings in these Data Files or Software without prior written -authorization of the copyright holder. +Copyright 2022 Google Inc. All Rights Reserved. + +Use of this source code is governed by a BSD-style license +that can be found in the COPYING file in the root of the source +tree. An additional intellectual property rights grant can be found +in the file PATENTS. All contributing project authors may +be found in the AUTHORS file in the root of the source tree. -------------------------------------------------------------------------------- -icu +lints -Copyright (c) 2001-2005, International Business Machines -Corporation and others. All Rights Reserved. +Copyright 2021, the Dart project authors. -Permission is hereby granted, free of charge, to any person obtaining a -copy of data files and any associated documentation (the "Data Files") or -software and any associated documentation (the "Software") to deal in the -Data Files or Software without restriction, including without limitation -the rights to use, copy, modify, merge, publish, distribute, and/or sell -copies of the Data Files or Software, and to permit persons to whom the -Data Files or Software are furnished to do so, provided that either (a) -this copyright and permission notice appear with all copies of the Data -Files or Software, or (b) this copyright and permission notice appear in -associated Documentation. +Redistribution and use in source and binary forms, with or without +modification, are permitted provided that the following conditions are +met: -THE DATA FILES AND SOFTWARE ARE PROVIDED "AS IS", WITHOUT WARRANTY OF ANY -KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF -MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT OF -THIRD PARTY RIGHTS. + * Redistributions of source code must retain the above copyright + notice, this list of conditions and the following disclaimer. + * Redistributions in binary form must reproduce the above + copyright notice, this list of conditions and the following + disclaimer in the documentation and/or other materials provided + with the distribution. + * Neither the name of Google LLC nor the names of its + contributors may be used to endorse or promote products derived + from this software without specific prior written permission. -IN NO EVENT SHALL THE COPYRIGHT HOLDER OR HOLDERS INCLUDED IN THIS NOTICE -BE LIABLE FOR ANY CLAIM, OR ANY SPECIAL INDIRECT OR CONSEQUENTIAL DAMAGES, -OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, -WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, -ARISING OUT OF OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THE DATA -FILES OR SOFTWARE. +THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS +"AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT +LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR +A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT +OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, +SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT +LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, +DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY +THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT +(INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE +OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. -Except as contained in this notice, the name of a copyright holder shall -not be used in advertising or otherwise to promote the sale, use or other -dealings in these Data Files or Software without prior written -authorization of the copyright holder. -------------------------------------------------------------------------------- -icu +llvm_libc -Copyright (c) 2001-2007, International Business Machines -Corporation and others. All Rights Reserved. +University of Illinois/NCSA +Open Source License -Permission is hereby granted, free of charge, to any person obtaining a -copy of data files and any associated documentation (the "Data Files") or -software and any associated documentation (the "Software") to deal in the -Data Files or Software without restriction, including without limitation -the rights to use, copy, modify, merge, publish, distribute, and/or sell -copies of the Data Files or Software, and to permit persons to whom the -Data Files or Software are furnished to do so, provided that either (a) -this copyright and permission notice appear with all copies of the Data -Files or Software, or (b) this copyright and permission notice appear in -associated Documentation. +Copyright (c) 2007-2019 University of Illinois at Urbana-Champaign. +All rights reserved. -THE DATA FILES AND SOFTWARE ARE PROVIDED "AS IS", WITHOUT WARRANTY OF ANY -KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF -MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT OF -THIRD PARTY RIGHTS. +Developed by: -IN NO EVENT SHALL THE COPYRIGHT HOLDER OR HOLDERS INCLUDED IN THIS NOTICE -BE LIABLE FOR ANY CLAIM, OR ANY SPECIAL INDIRECT OR CONSEQUENTIAL DAMAGES, -OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, -WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, -ARISING OUT OF OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THE DATA -FILES OR SOFTWARE. + LLVM Team -Except as contained in this notice, the name of a copyright holder shall -not be used in advertising or otherwise to promote the sale, use or other -dealings in these Data Files or Software without prior written -authorization of the copyright holder. + University of Illinois at Urbana-Champaign + + http://llvm.org + +Permission is hereby granted, free of charge, to any person obtaining a copy of +this software and associated documentation files (the "Software"), to deal with +the Software without restriction, including without limitation the rights to +use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies +of the Software, and to permit persons to whom the Software is furnished to do +so, subject to the following conditions: + + * Redistributions of source code must retain the above copyright notice, + this list of conditions and the following disclaimers. + + * Redistributions in binary form must reproduce the above copyright notice, + this list of conditions and the following disclaimers in the + documentation and/or other materials provided with the distribution. + + * Neither the names of the LLVM Team, University of Illinois at + Urbana-Champaign, nor the names of its contributors may be used to + endorse or promote products derived from this Software without specific + prior written permission. + +THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR +IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS +FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE +CONTRIBUTORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER +LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, +OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS WITH THE +SOFTWARE. -------------------------------------------------------------------------------- -icu +lunarg-vulkantools -Copyright (c) 2001-2010 International Business Machines -Corporation and others. All Rights Reserved. +Apache License -Permission is hereby granted, free of charge, to any person obtaining a -copy of data files and any associated documentation (the "Data Files") or -software and any associated documentation (the "Software") to deal in the -Data Files or Software without restriction, including without limitation -the rights to use, copy, modify, merge, publish, distribute, and/or sell -copies of the Data Files or Software, and to permit persons to whom the -Data Files or Software are furnished to do so, provided that either (a) -this copyright and permission notice appear with all copies of the Data -Files or Software, or (b) this copyright and permission notice appear in -associated Documentation. +Version 2.0, January 2004 -THE DATA FILES AND SOFTWARE ARE PROVIDED "AS IS", WITHOUT WARRANTY OF ANY -KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF -MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT OF -THIRD PARTY RIGHTS. +http://www.apache.org/licenses/ -IN NO EVENT SHALL THE COPYRIGHT HOLDER OR HOLDERS INCLUDED IN THIS NOTICE -BE LIABLE FOR ANY CLAIM, OR ANY SPECIAL INDIRECT OR CONSEQUENTIAL DAMAGES, -OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, -WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, -ARISING OUT OF OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THE DATA -FILES OR SOFTWARE. +TERMS AND CONDITIONS FOR USE, REPRODUCTION, AND DISTRIBUTION -Except as contained in this notice, the name of a copyright holder shall -not be used in advertising or otherwise to promote the sale, use or other -dealings in these Data Files or Software without prior written -authorization of the copyright holder. --------------------------------------------------------------------------------- -icu +1. Definitions. -Copyright (c) 2001-2011, International Business Machines -Corporation and others. All Rights Reserved. +"License" shall mean the terms and conditions for use, reproduction, and distribution as +defined by Sections 1 through 9 of this document. -Permission is hereby granted, free of charge, to any person obtaining a -copy of data files and any associated documentation (the "Data Files") or -software and any associated documentation (the "Software") to deal in the -Data Files or Software without restriction, including without limitation -the rights to use, copy, modify, merge, publish, distribute, and/or sell -copies of the Data Files or Software, and to permit persons to whom the -Data Files or Software are furnished to do so, provided that either (a) -this copyright and permission notice appear with all copies of the Data -Files or Software, or (b) this copyright and permission notice appear in -associated Documentation. +"Licensor" shall mean the copyright owner or entity authorized by the copyright owner +that is granting the License. -THE DATA FILES AND SOFTWARE ARE PROVIDED "AS IS", WITHOUT WARRANTY OF ANY -KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF -MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT OF -THIRD PARTY RIGHTS. +"Legal Entity" shall mean the union of the acting entity and all other entities that +control, are controlled by, or are under common control with that entity. For the +purposes of this definition, "control" means (i) the power, direct or indirect, to +cause the direction or management of such entity, whether by contract or otherwise, +or (ii) ownership of fifty percent (50%) or more of the outstanding shares, or +(iii) beneficial ownership of such entity. -IN NO EVENT SHALL THE COPYRIGHT HOLDER OR HOLDERS INCLUDED IN THIS NOTICE -BE LIABLE FOR ANY CLAIM, OR ANY SPECIAL INDIRECT OR CONSEQUENTIAL DAMAGES, -OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, -WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, -ARISING OUT OF OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THE DATA -FILES OR SOFTWARE. +"You" (or "Your") shall mean an individual or Legal Entity exercising permissions +granted by this License. -Except as contained in this notice, the name of a copyright holder shall -not be used in advertising or otherwise to promote the sale, use or other -dealings in these Data Files or Software without prior written -authorization of the copyright holder. --------------------------------------------------------------------------------- -icu +"Source" form shall mean the preferred form for making modifications, including but not +limited to software source code, documentation source, and configuration files. -Copyright (c) 2001-2012, International Business Machines -Corporation and others. All Rights Reserved. +"Object" form shall mean any form resulting from mechanical transformation or +translation of a Source form, including but not limited to compiled object code, +generated documentation, and conversions to other media types. -Permission is hereby granted, free of charge, to any person obtaining a -copy of data files and any associated documentation (the "Data Files") or -software and any associated documentation (the "Software") to deal in the -Data Files or Software without restriction, including without limitation -the rights to use, copy, modify, merge, publish, distribute, and/or sell -copies of the Data Files or Software, and to permit persons to whom the -Data Files or Software are furnished to do so, provided that either (a) -this copyright and permission notice appear with all copies of the Data -Files or Software, or (b) this copyright and permission notice appear in -associated Documentation. +"Work" shall mean the work of authorship, whether in Source or Object form, made +available under the License, as indicated by a copyright notice that is included in or +attached to the work (an example is provided in the Appendix below). -THE DATA FILES AND SOFTWARE ARE PROVIDED "AS IS", WITHOUT WARRANTY OF ANY -KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF -MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT OF -THIRD PARTY RIGHTS. +"Derivative Works" shall mean any work, whether in Source or Object form, that is based +on (or derived from) the Work and for which the editorial revisions, annotations, +elaborations, or other modifications represent, as a whole, an original work of +authorship. For the purposes of this License, Derivative Works shall not include works +that remain separable from, or merely link (or bind by name) to the interfaces of, the +Work and Derivative Works thereof. -IN NO EVENT SHALL THE COPYRIGHT HOLDER OR HOLDERS INCLUDED IN THIS NOTICE -BE LIABLE FOR ANY CLAIM, OR ANY SPECIAL INDIRECT OR CONSEQUENTIAL DAMAGES, -OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, -WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, -ARISING OUT OF OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THE DATA -FILES OR SOFTWARE. +"Contribution" shall mean any work of authorship, including the original version of the +Work and any modifications or additions to that Work or Derivative Works thereof, that +is intentionally submitted to Licensor for inclusion in the Work by the copyright owner +or by an individual or Legal Entity authorized to submit on behalf of the copyright owner. +For the purposes of this definition, "submitted" means any form of electronic, verbal, +or written communication sent to the Licensor or its representatives, including but not +limited to communication on electronic mailing lists, source code control systems, and +issue tracking systems that are managed by, or on behalf of, the Licensor for the purpose +of discussing and improving the Work, but excluding communication that is conspicuously +marked or otherwise designated in writing by the copyright owner as "Not a Contribution." -Except as contained in this notice, the name of a copyright holder shall -not be used in advertising or otherwise to promote the sale, use or other -dealings in these Data Files or Software without prior written -authorization of the copyright holder. --------------------------------------------------------------------------------- -icu +"Contributor" shall mean Licensor and any individual or Legal Entity on behalf of whom a +Contribution has been received by Licensor and subsequently incorporated within the Work. -Copyright (c) 2001-2012, International Business Machines Corporation -and others. All Rights Reserved. +2. Grant of Copyright License. Subject to the terms and conditions of this License, each +Contributor hereby grants to You a perpetual, worldwide, non-exclusive, no-charge, +royalty-free, irrevocable copyright license to reproduce, prepare Derivative Works of, +publicly display, publicly perform, sublicense, and distribute the Work and such +Derivative Works in Source or Object form. -Permission is hereby granted, free of charge, to any person obtaining a -copy of data files and any associated documentation (the "Data Files") or -software and any associated documentation (the "Software") to deal in the -Data Files or Software without restriction, including without limitation -the rights to use, copy, modify, merge, publish, distribute, and/or sell -copies of the Data Files or Software, and to permit persons to whom the -Data Files or Software are furnished to do so, provided that either (a) -this copyright and permission notice appear with all copies of the Data -Files or Software, or (b) this copyright and permission notice appear in -associated Documentation. +3. Grant of Patent License. Subject to the terms and conditions of this License, each +Contributor hereby grants to You a perpetual, worldwide, non-exclusive, no-charge, +royalty-free, irrevocable (except as stated in this section) patent license to make, +have made, use, offer to sell, sell, import, and otherwise transfer the Work, where such +license applies only to those patent claims licensable by such Contributor that are +necessarily infringed by their Contribution(s) alone or by combination of their +Contribution(s) with the Work to which such Contribution(s) was submitted. If You +institute patent litigation against any entity (including a cross-claim or counterclaim +in a lawsuit) alleging that the Work or a Contribution incorporated within the Work +constitutes direct or contributory patent infringement, then any patent licenses granted +to You under this License for that Work shall terminate as of the date such litigation +is filed. -THE DATA FILES AND SOFTWARE ARE PROVIDED "AS IS", WITHOUT WARRANTY OF ANY -KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF -MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT OF -THIRD PARTY RIGHTS. +4. Redistribution. You may reproduce and distribute copies of the Work or Derivative +Works thereof in any medium, with or without modifications, and in Source or Object form, +provided that You meet the following conditions: -IN NO EVENT SHALL THE COPYRIGHT HOLDER OR HOLDERS INCLUDED IN THIS NOTICE -BE LIABLE FOR ANY CLAIM, OR ANY SPECIAL INDIRECT OR CONSEQUENTIAL DAMAGES, -OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, -WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, -ARISING OUT OF OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THE DATA -FILES OR SOFTWARE. +You must give any other recipients of the Work or Derivative Works a copy of this +License; and +You must cause any modified files to carry prominent notices stating that You changed +the files; and +You must retain, in the Source form of any Derivative Works that You distribute, all +copyright, patent, trademark, and attribution notices from the Source form of the Work, +excluding those notices that do not pertain to any part of the Derivative Works; and +If the Work includes a "NOTICE" text file as part of its distribution, then any +Derivative Works that You distribute must include a readable copy of the attribution +notices contained within such NOTICE file, excluding those notices that do not pertain +to any part of the Derivative Works, in at least one of the following places: within a +NOTICE text file distributed as part of the Derivative Works; within the Source form or +documentation, if provided along with the Derivative Works; or, within a display +generated by the Derivative Works, if and wherever such third-party notices normally +appear. The contents of the NOTICE file are for informational purposes only and do not +modify the License. You may add Your own attribution notices within Derivative Works +that You distribute, alongside or as an addendum to the NOTICE text from the Work, +provided that such additional attribution notices cannot be construed as modifying +the License. + +You may add Your own copyright statement to Your modifications and may provide +additional or different license terms and conditions for use, reproduction, or +distribution of Your modifications, or for any such Derivative Works as a whole, +provided Your use, reproduction, and distribution of the Work otherwise complies with +the conditions stated in this License. -Except as contained in this notice, the name of a copyright holder shall -not be used in advertising or otherwise to promote the sale, use or other -dealings in these Data Files or Software without prior written -authorization of the copyright holder. --------------------------------------------------------------------------------- -icu +5. Submission of Contributions. Unless You explicitly state otherwise, any Contribution +intentionally submitted for inclusion in the Work by You to the Licensor shall be under +the terms and conditions of this License, without any additional terms or conditions. +Notwithstanding the above, nothing herein shall supersede or modify the terms of any +separate license agreement you may have executed with Licensor regarding such +Contributions. -Copyright (c) 2001-2014, International Business Machines -Corporation and others. All Rights Reserved. +6. Trademarks. This License does not grant permission to use the trade names, +trademarks, service marks, or product names of the Licensor, except as required for +reasonable and customary use in describing the origin of the Work and reproducing the +content of the NOTICE file. -Permission is hereby granted, free of charge, to any person obtaining a -copy of data files and any associated documentation (the "Data Files") or -software and any associated documentation (the "Software") to deal in the -Data Files or Software without restriction, including without limitation -the rights to use, copy, modify, merge, publish, distribute, and/or sell -copies of the Data Files or Software, and to permit persons to whom the -Data Files or Software are furnished to do so, provided that either (a) -this copyright and permission notice appear with all copies of the Data -Files or Software, or (b) this copyright and permission notice appear in -associated Documentation. +7. Disclaimer of Warranty. Unless required by applicable law or agreed to in writing, +Licensor provides the Work (and each Contributor provides its Contributions) on an +"AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied, + including, without limitation, any warranties or conditions of TITLE, NON-INFRINGEMENT, + MERCHANTABILITY, or FITNESS FOR A PARTICULAR PURPOSE. You are solely responsible for + determining the appropriateness of using or redistributing the Work and assume any + risks associated with Your exercise of permissions under this License. + +8. Limitation of Liability. In no event and under no legal theory, whether in tort +(including negligence), contract, or otherwise, unless required by applicable law (such +as deliberate and grossly negligent acts) or agreed to in writing, shall any Contributor +be liable to You for damages, including any direct, indirect, special, incidental, or +consequential damages of any character arising as a result of this License or out of the +use or inability to use the Work (including but not limited to damages for loss of +goodwill, work stoppage, computer failure or malfunction, or any and all other +commercial damages or losses), even if such Contributor has been advised of the +possibility of such damages. -THE DATA FILES AND SOFTWARE ARE PROVIDED "AS IS", WITHOUT WARRANTY OF ANY -KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF -MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT OF -THIRD PARTY RIGHTS. +9. Accepting Warranty or Additional Liability. While redistributing the Work or +Derivative Works thereof, You may choose to offer, and charge a fee for, acceptance of +support, warranty, indemnity, or other liability obligations and/or rights consistent +with this License. However, in accepting such obligations, You may act only on Your own +behalf and on Your sole responsibility, not on behalf of any other Contributor, and only +if You agree to indemnify, defend, and hold each Contributor harmless for any liability +incurred by, or claims asserted against, such Contributor by reason of your accepting +any such warranty or additional liability. -IN NO EVENT SHALL THE COPYRIGHT HOLDER OR HOLDERS INCLUDED IN THIS NOTICE -BE LIABLE FOR ANY CLAIM, OR ANY SPECIAL INDIRECT OR CONSEQUENTIAL DAMAGES, -OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, -WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, -ARISING OUT OF OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THE DATA -FILES OR SOFTWARE. +END OF TERMS AND CONDITIONS -Except as contained in this notice, the name of a copyright holder shall -not be used in advertising or otherwise to promote the sale, use or other -dealings in these Data Files or Software without prior written -authorization of the copyright holder. --------------------------------------------------------------------------------- -icu +APPENDIX: HOW TO APPLY THE APACHE LICENSE TO YOUR WORK +To apply the Apache License to your work, attach the following boilerplate notice, with +the fields enclosed by brackets "[]" replaced with your own identifying information. +(Don't include the brackets!) The text should be enclosed in the appropriate comment +syntax for the file format. We also recommend that a file or class name and description +of purpose be included on the same "printed page" as the copyright notice for easier +identification within third-party archives. -Copyright (c) 2001-2015, International Business Machines -Corporation and others. All Rights Reserved. +Copyright [yyyy] [name of copyright owner] -Permission is hereby granted, free of charge, to any person obtaining a -copy of data files and any associated documentation (the "Data Files") or -software and any associated documentation (the "Software") to deal in the -Data Files or Software without restriction, including without limitation -the rights to use, copy, modify, merge, publish, distribute, and/or sell -copies of the Data Files or Software, and to permit persons to whom the -Data Files or Software are furnished to do so, provided that either (a) -this copyright and permission notice appear with all copies of the Data -Files or Software, or (b) this copyright and permission notice appear in -associated Documentation. +Licensed under the Apache License, Version 2.0 (the "License"); +you may not use this file except in compliance with the License. +You may obtain a copy of the License at -THE DATA FILES AND SOFTWARE ARE PROVIDED "AS IS", WITHOUT WARRANTY OF ANY -KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF -MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT OF -THIRD PARTY RIGHTS. + http://www.apache.org/licenses/LICENSE-2.0 -IN NO EVENT SHALL THE COPYRIGHT HOLDER OR HOLDERS INCLUDED IN THIS NOTICE -BE LIABLE FOR ANY CLAIM, OR ANY SPECIAL INDIRECT OR CONSEQUENTIAL DAMAGES, -OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, -WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, -ARISING OUT OF OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THE DATA -FILES OR SOFTWARE. +Unless required by applicable law or agreed to in writing, software +distributed under the License is distributed on an "AS IS" BASIS, +WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +See the License for the specific language governing permissions and +limitations under the License. -Except as contained in this notice, the name of a copyright holder shall -not be used in advertising or otherwise to promote the sale, use or other -dealings in these Data Files or Software without prior written -authorization of the copyright holder. --------------------------------------------------------------------------------- -icu -Copyright (c) 2001-2016, International Business Machines -Corporation and others. All Rights Reserved. +-------------------------------------------------------------------------------- +lunarg-vulkantools -Permission is hereby granted, free of charge, to any person obtaining a -copy of data files and any associated documentation (the "Data Files") or -software and any associated documentation (the "Software") to deal in the -Data Files or Software without restriction, including without limitation -the rights to use, copy, modify, merge, publish, distribute, and/or sell -copies of the Data Files or Software, and to permit persons to whom the -Data Files or Software are furnished to do so, provided that either (a) -this copyright and permission notice appear with all copies of the Data -Files or Software, or (b) this copyright and permission notice appear in -associated Documentation. +Copyright (C) 2015-2021 Valve Corporation +Copyright (C) 2015-2021 LunarG, Inc. -THE DATA FILES AND SOFTWARE ARE PROVIDED "AS IS", WITHOUT WARRANTY OF ANY -KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF -MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT OF -THIRD PARTY RIGHTS. +Licensed under the Apache License, Version 2.0 (the "License"); +you may not use this file except in compliance with the License. +You may obtain a copy of the License at -IN NO EVENT SHALL THE COPYRIGHT HOLDER OR HOLDERS INCLUDED IN THIS NOTICE -BE LIABLE FOR ANY CLAIM, OR ANY SPECIAL INDIRECT OR CONSEQUENTIAL DAMAGES, -OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, -WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, -ARISING OUT OF OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THE DATA -FILES OR SOFTWARE. + http://www.apache.org/licenses/LICENSE-2.0 -Except as contained in this notice, the name of a copyright holder shall -not be used in advertising or otherwise to promote the sale, use or other -dealings in these Data Files or Software without prior written -authorization of the copyright holder. +Unless required by applicable law or agreed to in writing, software +distributed under the License is distributed on an "AS IS" BASIS, +WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +See the License for the specific language governing permissions and +limitations under the License. -------------------------------------------------------------------------------- -icu +lunarg-vulkantools -Copyright (c) 2001-2016, International Business Machines Corporation and -others. All Rights Reserved. +Copyright (c) 2015-2021 The Khronos Group Inc. +Copyright (c) 2015-2021 Valve Corporation +Copyright (c) 2015-2021 LunarG, Inc. -Permission is hereby granted, free of charge, to any person obtaining a -copy of data files and any associated documentation (the "Data Files") or -software and any associated documentation (the "Software") to deal in the -Data Files or Software without restriction, including without limitation -the rights to use, copy, modify, merge, publish, distribute, and/or sell -copies of the Data Files or Software, and to permit persons to whom the -Data Files or Software are furnished to do so, provided that either (a) -this copyright and permission notice appear with all copies of the Data -Files or Software, or (b) this copyright and permission notice appear in -associated Documentation. +Licensed under the Apache License, Version 2.0 (the "License"); +you may not use this file except in compliance with the License. +You may obtain a copy of the License at -THE DATA FILES AND SOFTWARE ARE PROVIDED "AS IS", WITHOUT WARRANTY OF ANY -KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF -MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT OF -THIRD PARTY RIGHTS. + http://www.apache.org/licenses/LICENSE-2.0 -IN NO EVENT SHALL THE COPYRIGHT HOLDER OR HOLDERS INCLUDED IN THIS NOTICE -BE LIABLE FOR ANY CLAIM, OR ANY SPECIAL INDIRECT OR CONSEQUENTIAL DAMAGES, -OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, -WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, -ARISING OUT OF OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THE DATA -FILES OR SOFTWARE. +Unless required by applicable law or agreed to in writing, software +distributed under the License is distributed on an "AS IS" BASIS, +WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +See the License for the specific language governing permissions and +limitations under the License. +-------------------------------------------------------------------------------- +lunarg-vulkantools + +Copyright (c) 2015-2021 The Khronos Group Inc. +Copyright (c) 2015-2021 Valve Corporation +Copyright (c) 2015-2021 LunarG, Inc. +Copyright (c) 2015-2021 Google, Inc. + +Licensed under the Apache License, Version 2.0 (the "License"); +you may not use this file except in compliance with the License. +You may obtain a copy of the License at + + http://www.apache.org/licenses/LICENSE-2.0 -Except as contained in this notice, the name of a copyright holder shall -not be used in advertising or otherwise to promote the sale, use or other -dealings in these Data Files or Software without prior written -authorization of the copyright holder. +Unless required by applicable law or agreed to in writing, software +distributed under the License is distributed on an "AS IS" BASIS, +WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +See the License for the specific language governing permissions and +limitations under the License. -------------------------------------------------------------------------------- -icu - -Copyright (c) 2002-2004, International Business Machines -Corporation and others. All Rights Reserved. +lunarg-vulkantools -Permission is hereby granted, free of charge, to any person obtaining a -copy of data files and any associated documentation (the "Data Files") or -software and any associated documentation (the "Software") to deal in the -Data Files or Software without restriction, including without limitation -the rights to use, copy, modify, merge, publish, distribute, and/or sell -copies of the Data Files or Software, and to permit persons to whom the -Data Files or Software are furnished to do so, provided that either (a) -this copyright and permission notice appear with all copies of the Data -Files or Software, or (b) this copyright and permission notice appear in -associated Documentation. +Copyright (c) 2015-2023 The Khronos Group Inc. +Copyright (c) 2015-2023 Valve Corporation +Copyright (c) 2015-2023 LunarG, Inc. +Copyright (C) 2015-2016 Google Inc. -THE DATA FILES AND SOFTWARE ARE PROVIDED "AS IS", WITHOUT WARRANTY OF ANY -KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF -MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT OF -THIRD PARTY RIGHTS. +Licensed under the Apache License, Version 2.0 (the "License"); +you may not use this file except in compliance with the License. +You may obtain a copy of the License at -IN NO EVENT SHALL THE COPYRIGHT HOLDER OR HOLDERS INCLUDED IN THIS NOTICE -BE LIABLE FOR ANY CLAIM, OR ANY SPECIAL INDIRECT OR CONSEQUENTIAL DAMAGES, -OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, -WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, -ARISING OUT OF OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THE DATA -FILES OR SOFTWARE. + http://www.apache.org/licenses/LICENSE-2.0 -Except as contained in this notice, the name of a copyright holder shall -not be used in advertising or otherwise to promote the sale, use or other -dealings in these Data Files or Software without prior written -authorization of the copyright holder. +Unless required by applicable law or agreed to in writing, software +distributed under the License is distributed on an "AS IS" BASIS, +WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +See the License for the specific language governing permissions and +limitations under the License. -------------------------------------------------------------------------------- -icu - -Copyright (c) 2002-2005, International Business Machines Corporation -and others. All Rights Reserved. +lunarg-vulkantools -Permission is hereby granted, free of charge, to any person obtaining a -copy of data files and any associated documentation (the "Data Files") or -software and any associated documentation (the "Software") to deal in the -Data Files or Software without restriction, including without limitation -the rights to use, copy, modify, merge, publish, distribute, and/or sell -copies of the Data Files or Software, and to permit persons to whom the -Data Files or Software are furnished to do so, provided that either (a) -this copyright and permission notice appear with all copies of the Data -Files or Software, or (b) this copyright and permission notice appear in -associated Documentation. +Copyright (c) 2015-2025 Valve Corporation +Copyright (c) 2015-2025 LunarG, Inc. +Copyright (c) 2015-2017, 2019, 2021 Google Inc. -THE DATA FILES AND SOFTWARE ARE PROVIDED "AS IS", WITHOUT WARRANTY OF ANY -KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF -MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT OF -THIRD PARTY RIGHTS. +Licensed under the Apache License, Version 2.0 (the "License"); +you may not use this file except in compliance with the License. +You may obtain a copy of the License at -IN NO EVENT SHALL THE COPYRIGHT HOLDER OR HOLDERS INCLUDED IN THIS NOTICE -BE LIABLE FOR ANY CLAIM, OR ANY SPECIAL INDIRECT OR CONSEQUENTIAL DAMAGES, -OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, -WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, -ARISING OUT OF OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THE DATA -FILES OR SOFTWARE. + http://www.apache.org/licenses/LICENSE-2.0 -Except as contained in this notice, the name of a copyright holder shall -not be used in advertising or otherwise to promote the sale, use or other -dealings in these Data Files or Software without prior written -authorization of the copyright holder. +Unless required by applicable law or agreed to in writing, software +distributed under the License is distributed on an "AS IS" BASIS, +WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +See the License for the specific language governing permissions and +limitations under the License. -------------------------------------------------------------------------------- -icu - -Copyright (c) 2002-2005, International Business Machines Corporation and -others. All Rights Reserved. +lunarg-vulkantools -Permission is hereby granted, free of charge, to any person obtaining a -copy of data files and any associated documentation (the "Data Files") or -software and any associated documentation (the "Software") to deal in the -Data Files or Software without restriction, including without limitation -the rights to use, copy, modify, merge, publish, distribute, and/or sell -copies of the Data Files or Software, and to permit persons to whom the -Data Files or Software are furnished to do so, provided that either (a) -this copyright and permission notice appear with all copies of the Data -Files or Software, or (b) this copyright and permission notice appear in -associated Documentation. +Copyright (c) 2016 Advanced Micro Devices, Inc. All rights reserved. +Copyright (C) 2015-2021 LunarG, Inc. -THE DATA FILES AND SOFTWARE ARE PROVIDED "AS IS", WITHOUT WARRANTY OF ANY -KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF -MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT OF -THIRD PARTY RIGHTS. +Licensed under the Apache License, Version 2.0 (the "License"); +you may not use this file except in compliance with the License. +You may obtain a copy of the License at -IN NO EVENT SHALL THE COPYRIGHT HOLDER OR HOLDERS INCLUDED IN THIS NOTICE -BE LIABLE FOR ANY CLAIM, OR ANY SPECIAL INDIRECT OR CONSEQUENTIAL DAMAGES, -OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, -WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, -ARISING OUT OF OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THE DATA -FILES OR SOFTWARE. + http://www.apache.org/licenses/LICENSE-2.0 -Except as contained in this notice, the name of a copyright holder shall -not be used in advertising or otherwise to promote the sale, use or other -dealings in these Data Files or Software without prior written -authorization of the copyright holder. +Unless required by applicable law or agreed to in writing, software +distributed under the License is distributed on an "AS IS" BASIS, +WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +See the License for the specific language governing permissions and +limitations under the License. -------------------------------------------------------------------------------- -icu - -Copyright (c) 2002-2006, International Business Machines -Corporation and others. All Rights Reserved. +lunarg-vulkantools -Permission is hereby granted, free of charge, to any person obtaining a -copy of data files and any associated documentation (the "Data Files") or -software and any associated documentation (the "Software") to deal in the -Data Files or Software without restriction, including without limitation -the rights to use, copy, modify, merge, publish, distribute, and/or sell -copies of the Data Files or Software, and to permit persons to whom the -Data Files or Software are furnished to do so, provided that either (a) -this copyright and permission notice appear with all copies of the Data -Files or Software, or (b) this copyright and permission notice appear in -associated Documentation. +Copyright (c) 2019 The Khronos Group Inc. +Copyright (c) 2019 Valve Corporation +Copyright (c) 2019 LunarG, Inc. -THE DATA FILES AND SOFTWARE ARE PROVIDED "AS IS", WITHOUT WARRANTY OF ANY -KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF -MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT OF -THIRD PARTY RIGHTS. +Licensed under the Apache License, Version 2.0 (the "License"); +you may not use this file except in compliance with the License. +You may obtain a copy of the License at -IN NO EVENT SHALL THE COPYRIGHT HOLDER OR HOLDERS INCLUDED IN THIS NOTICE -BE LIABLE FOR ANY CLAIM, OR ANY SPECIAL INDIRECT OR CONSEQUENTIAL DAMAGES, -OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, -WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, -ARISING OUT OF OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THE DATA -FILES OR SOFTWARE. + http://www.apache.org/licenses/LICENSE-2.0 -Except as contained in this notice, the name of a copyright holder shall -not be used in advertising or otherwise to promote the sale, use or other -dealings in these Data Files or Software without prior written -authorization of the copyright holder. +Unless required by applicable law or agreed to in writing, software +distributed under the License is distributed on an "AS IS" BASIS, +WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +See the License for the specific language governing permissions and +limitations under the License. -------------------------------------------------------------------------------- -icu - -Copyright (c) 2002-2006, International Business Machines Corporation and -others. All Rights Reserved. +lunarg-vulkantools -Permission is hereby granted, free of charge, to any person obtaining a -copy of data files and any associated documentation (the "Data Files") or -software and any associated documentation (the "Software") to deal in the -Data Files or Software without restriction, including without limitation -the rights to use, copy, modify, merge, publish, distribute, and/or sell -copies of the Data Files or Software, and to permit persons to whom the -Data Files or Software are furnished to do so, provided that either (a) -this copyright and permission notice appear with all copies of the Data -Files or Software, or (b) this copyright and permission notice appear in -associated Documentation. +Copyright (c) 2020-2021 Valve Corporation +Copyright (c) 2020-2021 LunarG, Inc. -THE DATA FILES AND SOFTWARE ARE PROVIDED "AS IS", WITHOUT WARRANTY OF ANY -KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF -MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT OF -THIRD PARTY RIGHTS. +Licensed under the Apache License, Version 2.0 (the "License"); +you may not use this file except in compliance with the License. +You may obtain a copy of the License at -IN NO EVENT SHALL THE COPYRIGHT HOLDER OR HOLDERS INCLUDED IN THIS NOTICE -BE LIABLE FOR ANY CLAIM, OR ANY SPECIAL INDIRECT OR CONSEQUENTIAL DAMAGES, -OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, -WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, -ARISING OUT OF OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THE DATA -FILES OR SOFTWARE. + http://www.apache.org/licenses/LICENSE-2.0 -Except as contained in this notice, the name of a copyright holder shall -not be used in advertising or otherwise to promote the sale, use or other -dealings in these Data Files or Software without prior written -authorization of the copyright holder. +Unless required by applicable law or agreed to in writing, software +distributed under the License is distributed on an "AS IS" BASIS, +WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +See the License for the specific language governing permissions and +limitations under the License. -------------------------------------------------------------------------------- -icu - -Copyright (c) 2002-2007, International Business Machines Corporation -and others. All Rights Reserved. +lunarg-vulkantools -Permission is hereby granted, free of charge, to any person obtaining a -copy of data files and any associated documentation (the "Data Files") or -software and any associated documentation (the "Software") to deal in the -Data Files or Software without restriction, including without limitation -the rights to use, copy, modify, merge, publish, distribute, and/or sell -copies of the Data Files or Software, and to permit persons to whom the -Data Files or Software are furnished to do so, provided that either (a) -this copyright and permission notice appear with all copies of the Data -Files or Software, or (b) this copyright and permission notice appear in -associated Documentation. +Copyright (c) 2020-2022 Valve Corporation +Copyright (c) 2020-2022 LunarG, Inc. -THE DATA FILES AND SOFTWARE ARE PROVIDED "AS IS", WITHOUT WARRANTY OF ANY -KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF -MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT OF -THIRD PARTY RIGHTS. +Licensed under the Apache License, Version 2.0 (the "License"); +you may not use this file except in compliance with the License. +You may obtain a copy of the License at -IN NO EVENT SHALL THE COPYRIGHT HOLDER OR HOLDERS INCLUDED IN THIS NOTICE -BE LIABLE FOR ANY CLAIM, OR ANY SPECIAL INDIRECT OR CONSEQUENTIAL DAMAGES, -OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, -WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, -ARISING OUT OF OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THE DATA -FILES OR SOFTWARE. + http://www.apache.org/licenses/LICENSE-2.0 -Except as contained in this notice, the name of a copyright holder shall -not be used in advertising or otherwise to promote the sale, use or other -dealings in these Data Files or Software without prior written -authorization of the copyright holder. +Unless required by applicable law or agreed to in writing, software +distributed under the License is distributed on an "AS IS" BASIS, +WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +See the License for the specific language governing permissions and +limitations under the License. -------------------------------------------------------------------------------- -icu - -Copyright (c) 2002-2010, International Business Machines Corporation * -and others. All Rights Reserved. +lunarg-vulkantools -Permission is hereby granted, free of charge, to any person obtaining a -copy of data files and any associated documentation (the "Data Files") or -software and any associated documentation (the "Software") to deal in the -Data Files or Software without restriction, including without limitation -the rights to use, copy, modify, merge, publish, distribute, and/or sell -copies of the Data Files or Software, and to permit persons to whom the -Data Files or Software are furnished to do so, provided that either (a) -this copyright and permission notice appear with all copies of the Data -Files or Software, or (b) this copyright and permission notice appear in -associated Documentation. +Copyright (c) 2020-2025 Valve Corporation +Copyright (c) 2020-2025 LunarG, Inc. -THE DATA FILES AND SOFTWARE ARE PROVIDED "AS IS", WITHOUT WARRANTY OF ANY -KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF -MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT OF -THIRD PARTY RIGHTS. +Licensed under the Apache License, Version 2.0 (the "License"); +you may not use this file except in compliance with the License. +You may obtain a copy of the License at -IN NO EVENT SHALL THE COPYRIGHT HOLDER OR HOLDERS INCLUDED IN THIS NOTICE -BE LIABLE FOR ANY CLAIM, OR ANY SPECIAL INDIRECT OR CONSEQUENTIAL DAMAGES, -OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, -WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, -ARISING OUT OF OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THE DATA -FILES OR SOFTWARE. + http://www.apache.org/licenses/LICENSE-2.0 -Except as contained in this notice, the name of a copyright holder shall -not be used in advertising or otherwise to promote the sale, use or other -dealings in these Data Files or Software without prior written -authorization of the copyright holder. +Unless required by applicable law or agreed to in writing, software +distributed under the License is distributed on an "AS IS" BASIS, +WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +See the License for the specific language governing permissions and +limitations under the License. -------------------------------------------------------------------------------- -icu +lunarg-vulkantools -Copyright (c) 2002-2011, International Business Machines -Corporation and others. All Rights Reserved. +Copyright (c) 2022-2025 Valve Corporation +Copyright (c) 2022-2025 LunarG, Inc. -Permission is hereby granted, free of charge, to any person obtaining a -copy of data files and any associated documentation (the "Data Files") or -software and any associated documentation (the "Software") to deal in the -Data Files or Software without restriction, including without limitation -the rights to use, copy, modify, merge, publish, distribute, and/or sell -copies of the Data Files or Software, and to permit persons to whom the -Data Files or Software are furnished to do so, provided that either (a) -this copyright and permission notice appear with all copies of the Data -Files or Software, or (b) this copyright and permission notice appear in -associated Documentation. +Licensed under the Apache License, Version 2.0 (the "License"); +you may not use this file except in compliance with the License. +You may obtain a copy of the License at -THE DATA FILES AND SOFTWARE ARE PROVIDED "AS IS", WITHOUT WARRANTY OF ANY -KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF -MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT OF -THIRD PARTY RIGHTS. + http://www.apache.org/licenses/LICENSE-2.0 -IN NO EVENT SHALL THE COPYRIGHT HOLDER OR HOLDERS INCLUDED IN THIS NOTICE -BE LIABLE FOR ANY CLAIM, OR ANY SPECIAL INDIRECT OR CONSEQUENTIAL DAMAGES, -OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, -WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, -ARISING OUT OF OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THE DATA -FILES OR SOFTWARE. +Unless required by applicable law or agreed to in writing, software +distributed under the License is distributed on an "AS IS" BASIS, +WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +See the License for the specific language governing permissions and +limitations under the License. +-------------------------------------------------------------------------------- +lunarg-vulkantools +vulkan-headers -Except as contained in this notice, the name of a copyright holder shall -not be used in advertising or otherwise to promote the sale, use or other -dealings in these Data Files or Software without prior written -authorization of the copyright holder. +Copyright 2023-2025 The Khronos Group Inc. + +SPDX-License-Identifier: Apache-2.0 -------------------------------------------------------------------------------- -icu +lunarg-vulkantools +vulkan-tools -Copyright (c) 2002-2011, International Business Machines Corporation -and others. All Rights Reserved. +Copyright 2017 The Glslang Authors. All rights reserved. +Copyright (c) 2018-2023 Valve Corporation +Copyright (c) 2018-2023 LunarG, Inc. +Copyright (c) 2023-2023 RasterGrid Kft. -Permission is hereby granted, free of charge, to any person obtaining a -copy of data files and any associated documentation (the "Data Files") or -software and any associated documentation (the "Software") to deal in the -Data Files or Software without restriction, including without limitation -the rights to use, copy, modify, merge, publish, distribute, and/or sell -copies of the Data Files or Software, and to permit persons to whom the -Data Files or Software are furnished to do so, provided that either (a) -this copyright and permission notice appear with all copies of the Data -Files or Software, or (b) this copyright and permission notice appear in -associated Documentation. +Licensed under the Apache License, Version 2.0 (the "License"); +you may not use this file except in compliance with the License. +You may obtain a copy of the License at -THE DATA FILES AND SOFTWARE ARE PROVIDED "AS IS", WITHOUT WARRANTY OF ANY -KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF -MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT OF -THIRD PARTY RIGHTS. + http://www.apache.org/licenses/LICENSE-2.0 -IN NO EVENT SHALL THE COPYRIGHT HOLDER OR HOLDERS INCLUDED IN THIS NOTICE -BE LIABLE FOR ANY CLAIM, OR ANY SPECIAL INDIRECT OR CONSEQUENTIAL DAMAGES, -OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, -WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, -ARISING OUT OF OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THE DATA -FILES OR SOFTWARE. +Unless required by applicable law or agreed to in writing, software +distributed under the License is distributed on an "AS IS" BASIS, +WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +See the License for the specific language governing permissions and +limitations under the License. +-------------------------------------------------------------------------------- +lunarg-vulkantools +vulkan-validation-layers -Except as contained in this notice, the name of a copyright holder shall -not be used in advertising or otherwise to promote the sale, use or other -dealings in these Data Files or Software without prior written -authorization of the copyright holder. +Copyright 2023-2024 The Khronos Group Inc. +Copyright 2023-2024 Valve Corporation +Copyright 2023-2024 LunarG, Inc. + +SPDX-License-Identifier: Apache-2.0 -------------------------------------------------------------------------------- -icu +material_color_utilities -Copyright (c) 2002-2012, International Business Machines Corporation -and others. All Rights Reserved. -Permission is hereby granted, free of charge, to any person obtaining a -copy of data files and any associated documentation (the "Data Files") or -software and any associated documentation (the "Software") to deal in the -Data Files or Software without restriction, including without limitation -the rights to use, copy, modify, merge, publish, distribute, and/or sell -copies of the Data Files or Software, and to permit persons to whom the -Data Files or Software are furnished to do so, provided that either (a) -this copyright and permission notice appear with all copies of the Data -Files or Software, or (b) this copyright and permission notice appear in -associated Documentation. + Apache License + Version 2.0, January 2004 + http://www.apache.org/licenses/ -THE DATA FILES AND SOFTWARE ARE PROVIDED "AS IS", WITHOUT WARRANTY OF ANY -KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF -MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT OF -THIRD PARTY RIGHTS. + TERMS AND CONDITIONS FOR USE, REPRODUCTION, AND DISTRIBUTION -IN NO EVENT SHALL THE COPYRIGHT HOLDER OR HOLDERS INCLUDED IN THIS NOTICE -BE LIABLE FOR ANY CLAIM, OR ANY SPECIAL INDIRECT OR CONSEQUENTIAL DAMAGES, -OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, -WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, -ARISING OUT OF OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THE DATA -FILES OR SOFTWARE. + 1. Definitions. -Except as contained in this notice, the name of a copyright holder shall -not be used in advertising or otherwise to promote the sale, use or other -dealings in these Data Files or Software without prior written -authorization of the copyright holder. --------------------------------------------------------------------------------- -icu + "License" shall mean the terms and conditions for use, reproduction, + and distribution as defined by Sections 1 through 9 of this document. -Copyright (c) 2002-2012, International Business Machines Corporation and -others. All Rights Reserved. + "Licensor" shall mean the copyright owner or entity authorized by + the copyright owner that is granting the License. -Permission is hereby granted, free of charge, to any person obtaining a -copy of data files and any associated documentation (the "Data Files") or -software and any associated documentation (the "Software") to deal in the -Data Files or Software without restriction, including without limitation -the rights to use, copy, modify, merge, publish, distribute, and/or sell -copies of the Data Files or Software, and to permit persons to whom the -Data Files or Software are furnished to do so, provided that either (a) -this copyright and permission notice appear with all copies of the Data -Files or Software, or (b) this copyright and permission notice appear in -associated Documentation. + "Legal Entity" shall mean the union of the acting entity and all + other entities that control, are controlled by, or are under common + control with that entity. For the purposes of this definition, + "control" means (i) the power, direct or indirect, to cause the + direction or management of such entity, whether by contract or + otherwise, or (ii) ownership of fifty percent (50%) or more of the + outstanding shares, or (iii) beneficial ownership of such entity. -THE DATA FILES AND SOFTWARE ARE PROVIDED "AS IS", WITHOUT WARRANTY OF ANY -KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF -MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT OF -THIRD PARTY RIGHTS. + "You" (or "Your") shall mean an individual or Legal Entity + exercising permissions granted by this License. -IN NO EVENT SHALL THE COPYRIGHT HOLDER OR HOLDERS INCLUDED IN THIS NOTICE -BE LIABLE FOR ANY CLAIM, OR ANY SPECIAL INDIRECT OR CONSEQUENTIAL DAMAGES, -OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, -WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, -ARISING OUT OF OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THE DATA -FILES OR SOFTWARE. + "Source" form shall mean the preferred form for making modifications, + including but not limited to software source code, documentation + source, and configuration files. -Except as contained in this notice, the name of a copyright holder shall -not be used in advertising or otherwise to promote the sale, use or other -dealings in these Data Files or Software without prior written -authorization of the copyright holder. --------------------------------------------------------------------------------- -icu + "Object" form shall mean any form resulting from mechanical + transformation or translation of a Source form, including but + not limited to compiled object code, generated documentation, + and conversions to other media types. -Copyright (c) 2002-2014, International Business Machines -Corporation and others. All Rights Reserved. + "Work" shall mean the work of authorship, whether in Source or + Object form, made available under the License, as indicated by a + copyright notice that is included in or attached to the work + (an example is provided in the Appendix below). -Permission is hereby granted, free of charge, to any person obtaining a -copy of data files and any associated documentation (the "Data Files") or -software and any associated documentation (the "Software") to deal in the -Data Files or Software without restriction, including without limitation -the rights to use, copy, modify, merge, publish, distribute, and/or sell -copies of the Data Files or Software, and to permit persons to whom the -Data Files or Software are furnished to do so, provided that either (a) -this copyright and permission notice appear with all copies of the Data -Files or Software, or (b) this copyright and permission notice appear in -associated Documentation. + "Derivative Works" shall mean any work, whether in Source or Object + form, that is based on (or derived from) the Work and for which the + editorial revisions, annotations, elaborations, or other modifications + represent, as a whole, an original work of authorship. For the purposes + of this License, Derivative Works shall not include works that remain + separable from, or merely link (or bind by name) to the interfaces of, + the Work and Derivative Works thereof. -THE DATA FILES AND SOFTWARE ARE PROVIDED "AS IS", WITHOUT WARRANTY OF ANY -KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF -MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT OF -THIRD PARTY RIGHTS. + "Contribution" shall mean any work of authorship, including + the original version of the Work and any modifications or additions + to that Work or Derivative Works thereof, that is intentionally + submitted to Licensor for inclusion in the Work by the copyright owner + or by an individual or Legal Entity authorized to submit on behalf of + the copyright owner. For the purposes of this definition, "submitted" + means any form of electronic, verbal, or written communication sent + to the Licensor or its representatives, including but not limited to + communication on electronic mailing lists, source code control systems, + and issue tracking systems that are managed by, or on behalf of, the + Licensor for the purpose of discussing and improving the Work, but + excluding communication that is conspicuously marked or otherwise + designated in writing by the copyright owner as "Not a Contribution." -IN NO EVENT SHALL THE COPYRIGHT HOLDER OR HOLDERS INCLUDED IN THIS NOTICE -BE LIABLE FOR ANY CLAIM, OR ANY SPECIAL INDIRECT OR CONSEQUENTIAL DAMAGES, -OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, -WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, -ARISING OUT OF OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THE DATA -FILES OR SOFTWARE. + "Contributor" shall mean Licensor and any individual or Legal Entity + on behalf of whom a Contribution has been received by Licensor and + subsequently incorporated within the Work. -Except as contained in this notice, the name of a copyright holder shall -not be used in advertising or otherwise to promote the sale, use or other -dealings in these Data Files or Software without prior written -authorization of the copyright holder. --------------------------------------------------------------------------------- -icu + 2. Grant of Copyright License. Subject to the terms and conditions of + this License, each Contributor hereby grants to You a perpetual, + worldwide, non-exclusive, no-charge, royalty-free, irrevocable + copyright license to reproduce, prepare Derivative Works of, + publicly display, publicly perform, sublicense, and distribute the + Work and such Derivative Works in Source or Object form. -Copyright (c) 2002-2014, International Business Machines Corporation -and others. All Rights Reserved. + 3. Grant of Patent License. Subject to the terms and conditions of + this License, each Contributor hereby grants to You a perpetual, + worldwide, non-exclusive, no-charge, royalty-free, irrevocable + (except as stated in this section) patent license to make, have made, + use, offer to sell, sell, import, and otherwise transfer the Work, + where such license applies only to those patent claims licensable + by such Contributor that are necessarily infringed by their + Contribution(s) alone or by combination of their Contribution(s) + with the Work to which such Contribution(s) was submitted. If You + institute patent litigation against any entity (including a + cross-claim or counterclaim in a lawsuit) alleging that the Work + or a Contribution incorporated within the Work constitutes direct + or contributory patent infringement, then any patent licenses + granted to You under this License for that Work shall terminate + as of the date such litigation is filed. -Permission is hereby granted, free of charge, to any person obtaining a -copy of data files and any associated documentation (the "Data Files") or -software and any associated documentation (the "Software") to deal in the -Data Files or Software without restriction, including without limitation -the rights to use, copy, modify, merge, publish, distribute, and/or sell -copies of the Data Files or Software, and to permit persons to whom the -Data Files or Software are furnished to do so, provided that either (a) -this copyright and permission notice appear with all copies of the Data -Files or Software, or (b) this copyright and permission notice appear in -associated Documentation. + 4. Redistribution. You may reproduce and distribute copies of the + Work or Derivative Works thereof in any medium, with or without + modifications, and in Source or Object form, provided that You + meet the following conditions: -THE DATA FILES AND SOFTWARE ARE PROVIDED "AS IS", WITHOUT WARRANTY OF ANY -KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF -MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT OF -THIRD PARTY RIGHTS. + (a) You must give any other recipients of the Work or + Derivative Works a copy of this License; and -IN NO EVENT SHALL THE COPYRIGHT HOLDER OR HOLDERS INCLUDED IN THIS NOTICE -BE LIABLE FOR ANY CLAIM, OR ANY SPECIAL INDIRECT OR CONSEQUENTIAL DAMAGES, -OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, -WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, -ARISING OUT OF OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THE DATA -FILES OR SOFTWARE. + (b) You must cause any modified files to carry prominent notices + stating that You changed the files; and -Except as contained in this notice, the name of a copyright holder shall -not be used in advertising or otherwise to promote the sale, use or other -dealings in these Data Files or Software without prior written -authorization of the copyright holder. --------------------------------------------------------------------------------- -icu + (c) You must retain, in the Source form of any Derivative Works + that You distribute, all copyright, patent, trademark, and + attribution notices from the Source form of the Work, + excluding those notices that do not pertain to any part of + the Derivative Works; and -Copyright (c) 2002-2014, International Business Machines Corporation and -others. All Rights Reserved. + (d) If the Work includes a "NOTICE" text file as part of its + distribution, then any Derivative Works that You distribute must + include a readable copy of the attribution notices contained + within such NOTICE file, excluding those notices that do not + pertain to any part of the Derivative Works, in at least one + of the following places: within a NOTICE text file distributed + as part of the Derivative Works; within the Source form or + documentation, if provided along with the Derivative Works; or, + within a display generated by the Derivative Works, if and + wherever such third-party notices normally appear. The contents + of the NOTICE file are for informational purposes only and + do not modify the License. You may add Your own attribution + notices within Derivative Works that You distribute, alongside + or as an addendum to the NOTICE text from the Work, provided + that such additional attribution notices cannot be construed + as modifying the License. -Permission is hereby granted, free of charge, to any person obtaining a -copy of data files and any associated documentation (the "Data Files") or -software and any associated documentation (the "Software") to deal in the -Data Files or Software without restriction, including without limitation -the rights to use, copy, modify, merge, publish, distribute, and/or sell -copies of the Data Files or Software, and to permit persons to whom the -Data Files or Software are furnished to do so, provided that either (a) -this copyright and permission notice appear with all copies of the Data -Files or Software, or (b) this copyright and permission notice appear in -associated Documentation. + You may add Your own copyright statement to Your modifications and + may provide additional or different license terms and conditions + for use, reproduction, or distribution of Your modifications, or + for any such Derivative Works as a whole, provided Your use, + reproduction, and distribution of the Work otherwise complies with + the conditions stated in this License. -THE DATA FILES AND SOFTWARE ARE PROVIDED "AS IS", WITHOUT WARRANTY OF ANY -KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF -MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT OF -THIRD PARTY RIGHTS. + 5. Submission of Contributions. Unless You explicitly state otherwise, + any Contribution intentionally submitted for inclusion in the Work + by You to the Licensor shall be under the terms and conditions of + this License, without any additional terms or conditions. + Notwithstanding the above, nothing herein shall supersede or modify + the terms of any separate license agreement you may have executed + with Licensor regarding such Contributions. -IN NO EVENT SHALL THE COPYRIGHT HOLDER OR HOLDERS INCLUDED IN THIS NOTICE -BE LIABLE FOR ANY CLAIM, OR ANY SPECIAL INDIRECT OR CONSEQUENTIAL DAMAGES, -OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, -WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, -ARISING OUT OF OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THE DATA -FILES OR SOFTWARE. + 6. Trademarks. This License does not grant permission to use the trade + names, trademarks, service marks, or product names of the Licensor, + except as required for reasonable and customary use in describing the + origin of the Work and reproducing the content of the NOTICE file. -Except as contained in this notice, the name of a copyright holder shall -not be used in advertising or otherwise to promote the sale, use or other -dealings in these Data Files or Software without prior written -authorization of the copyright holder. --------------------------------------------------------------------------------- -icu + 7. Disclaimer of Warranty. Unless required by applicable law or + agreed to in writing, Licensor provides the Work (and each + Contributor provides its Contributions) on an "AS IS" BASIS, + WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or + implied, including, without limitation, any warranties or conditions + of TITLE, NON-INFRINGEMENT, MERCHANTABILITY, or FITNESS FOR A + PARTICULAR PURPOSE. You are solely responsible for determining the + appropriateness of using or redistributing the Work and assume any + risks associated with Your exercise of permissions under this License. -Copyright (c) 2002-2015, International Business Machines Corporation and -others. All Rights Reserved. + 8. Limitation of Liability. In no event and under no legal theory, + whether in tort (including negligence), contract, or otherwise, + unless required by applicable law (such as deliberate and grossly + negligent acts) or agreed to in writing, shall any Contributor be + liable to You for damages, including any direct, indirect, special, + incidental, or consequential damages of any character arising as a + result of this License or out of the use or inability to use the + Work (including but not limited to damages for loss of goodwill, + work stoppage, computer failure or malfunction, or any and all + other commercial damages or losses), even if such Contributor + has been advised of the possibility of such damages. -Permission is hereby granted, free of charge, to any person obtaining a -copy of data files and any associated documentation (the "Data Files") or -software and any associated documentation (the "Software") to deal in the -Data Files or Software without restriction, including without limitation -the rights to use, copy, modify, merge, publish, distribute, and/or sell -copies of the Data Files or Software, and to permit persons to whom the -Data Files or Software are furnished to do so, provided that either (a) -this copyright and permission notice appear with all copies of the Data -Files or Software, or (b) this copyright and permission notice appear in -associated Documentation. + 9. Accepting Warranty or Additional Liability. While redistributing + the Work or Derivative Works thereof, You may choose to offer, + and charge a fee for, acceptance of support, warranty, indemnity, + or other liability obligations and/or rights consistent with this + License. However, in accepting such obligations, You may act only + on Your own behalf and on Your sole responsibility, not on behalf + of any other Contributor, and only if You agree to indemnify, + defend, and hold each Contributor harmless for any liability + incurred by, or claims asserted against, such Contributor by reason + of your accepting any such warranty or additional liability. -THE DATA FILES AND SOFTWARE ARE PROVIDED "AS IS", WITHOUT WARRANTY OF ANY -KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF -MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT OF -THIRD PARTY RIGHTS. + END OF TERMS AND CONDITIONS -IN NO EVENT SHALL THE COPYRIGHT HOLDER OR HOLDERS INCLUDED IN THIS NOTICE -BE LIABLE FOR ANY CLAIM, OR ANY SPECIAL INDIRECT OR CONSEQUENTIAL DAMAGES, -OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, -WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, -ARISING OUT OF OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THE DATA -FILES OR SOFTWARE. + APPENDIX: How to apply the Apache License to your work. -Except as contained in this notice, the name of a copyright holder shall -not be used in advertising or otherwise to promote the sale, use or other -dealings in these Data Files or Software without prior written -authorization of the copyright holder. --------------------------------------------------------------------------------- -icu + To apply the Apache License to your work, attach the following + boilerplate notice, with the fields enclosed by brackets "[]" + replaced with your own identifying information. (Don't include + the brackets!) The text should be enclosed in the appropriate + comment syntax for the file format. We also recommend that a + file or class name and description of purpose be included on the + same "printed page" as the copyright notice for easier + identification within third-party archives. -Copyright (c) 2002-2016 International Business Machines Corporation and -others. All Rights Reserved. + Copyright 2021 Google LLC -Permission is hereby granted, free of charge, to any person obtaining a -copy of data files and any associated documentation (the "Data Files") or -software and any associated documentation (the "Software") to deal in the -Data Files or Software without restriction, including without limitation -the rights to use, copy, modify, merge, publish, distribute, and/or sell -copies of the Data Files or Software, and to permit persons to whom the -Data Files or Software are furnished to do so, provided that either (a) -this copyright and permission notice appear with all copies of the Data -Files or Software, or (b) this copyright and permission notice appear in -associated Documentation. + Licensed under the Apache License, Version 2.0 (the "License"); + you may not use this file except in compliance with the License. + You may obtain a copy of the License at -THE DATA FILES AND SOFTWARE ARE PROVIDED "AS IS", WITHOUT WARRANTY OF ANY -KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF -MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT OF -THIRD PARTY RIGHTS. + http://www.apache.org/licenses/LICENSE-2.0 -IN NO EVENT SHALL THE COPYRIGHT HOLDER OR HOLDERS INCLUDED IN THIS NOTICE -BE LIABLE FOR ANY CLAIM, OR ANY SPECIAL INDIRECT OR CONSEQUENTIAL DAMAGES, -OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, -WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, -ARISING OUT OF OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THE DATA -FILES OR SOFTWARE. + Unless required by applicable law or agreed to in writing, software + distributed under the License is distributed on an "AS IS" BASIS, + WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + See the License for the specific language governing permissions and + limitations under the License. -Except as contained in this notice, the name of a copyright holder shall -not be used in advertising or otherwise to promote the sale, use or other -dealings in these Data Files or Software without prior written -authorization of the copyright holder. -------------------------------------------------------------------------------- -icu +node_preamble -Copyright (c) 2002-2016, International Business Machines -Corporation and others. All Rights Reserved. -Permission is hereby granted, free of charge, to any person obtaining a -copy of data files and any associated documentation (the "Data Files") or -software and any associated documentation (the "Software") to deal in the -Data Files or Software without restriction, including without limitation -the rights to use, copy, modify, merge, publish, distribute, and/or sell -copies of the Data Files or Software, and to permit persons to whom the -Data Files or Software are furnished to do so, provided that either (a) -this copyright and permission notice appear with all copies of the Data -Files or Software, or (b) this copyright and permission notice appear in -associated Documentation. -THE DATA FILES AND SOFTWARE ARE PROVIDED "AS IS", WITHOUT WARRANTY OF ANY -KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF -MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT OF -THIRD PARTY RIGHTS. +Copyright (c) 2015 Michael Bullington -IN NO EVENT SHALL THE COPYRIGHT HOLDER OR HOLDERS INCLUDED IN THIS NOTICE -BE LIABLE FOR ANY CLAIM, OR ANY SPECIAL INDIRECT OR CONSEQUENTIAL DAMAGES, -OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, -WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, -ARISING OUT OF OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THE DATA -FILES OR SOFTWARE. +Permission is hereby granted, free of charge, to any person obtaining a copy +of this software and associated documentation files (the "Software"), to deal +in the Software without restriction, including without limitation the rights +to use, copy, modify, merge, publish, distribute, sublicense, and/or sell +copies of the Software, and to permit persons to whom the Software is +furnished to do so, subject to the following conditions: -Except as contained in this notice, the name of a copyright holder shall -not be used in advertising or otherwise to promote the sale, use or other -dealings in these Data Files or Software without prior written -authorization of the copyright holder. --------------------------------------------------------------------------------- -icu +The above copyright notice and this permission notice shall be included in all +copies or substantial portions of the Software. -Copyright (c) 2003, International Business Machines -Corporation and others. All Rights Reserved. +THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR +IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, +FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE +AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER +LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, +OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE +SOFTWARE. +-------------------------------------------------------------------------------- +node_preamble -Permission is hereby granted, free of charge, to any person obtaining a -copy of data files and any associated documentation (the "Data Files") or -software and any associated documentation (the "Software") to deal in the -Data Files or Software without restriction, including without limitation -the rights to use, copy, modify, merge, publish, distribute, and/or sell -copies of the Data Files or Software, and to permit persons to whom the -Data Files or Software are furnished to do so, provided that either (a) -this copyright and permission notice appear with all copies of the Data -Files or Software, or (b) this copyright and permission notice appear in -associated Documentation. +Copyright 2012, the Dart project authors. All rights reserved. +Redistribution and use in source and binary forms, with or without +modification, are permitted provided that the following conditions are +met: + * Redistributions of source code must retain the above copyright + notice, this list of conditions and the following disclaimer. + * Redistributions in binary form must reproduce the above + copyright notice, this list of conditions and the following + disclaimer in the documentation and/or other materials provided + with the distribution. + * Neither the name of Google Inc. nor the names of its + contributors may be used to endorse or promote products derived + from this software without specific prior written permission. +THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS +"AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT +LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR +A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT +OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, +SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT +LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, +DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY +THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT +(INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE +OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. +-------------------------------------------------------------------------------- +node_preamble -THE DATA FILES AND SOFTWARE ARE PROVIDED "AS IS", WITHOUT WARRANTY OF ANY -KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF -MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT OF -THIRD PARTY RIGHTS. +The MIT License (MIT) -IN NO EVENT SHALL THE COPYRIGHT HOLDER OR HOLDERS INCLUDED IN THIS NOTICE -BE LIABLE FOR ANY CLAIM, OR ANY SPECIAL INDIRECT OR CONSEQUENTIAL DAMAGES, -OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, -WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, -ARISING OUT OF OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THE DATA -FILES OR SOFTWARE. +Copyright (c) 2015 Michael Bullington -Except as contained in this notice, the name of a copyright holder shall -not be used in advertising or otherwise to promote the sale, use or other -dealings in these Data Files or Software without prior written -authorization of the copyright holder. --------------------------------------------------------------------------------- -icu +Permission is hereby granted, free of charge, to any person obtaining a copy +of this software and associated documentation files (the "Software"), to deal +in the Software without restriction, including without limitation the rights +to use, copy, modify, merge, publish, distribute, sublicense, and/or sell +copies of the Software, and to permit persons to whom the Software is +furnished to do so, subject to the following conditions: -Copyright (c) 2003-2004, International Business Machines -Corporation and others. All Rights Reserved. +The above copyright notice and this permission notice shall be included in all +copies or substantial portions of the Software. -Permission is hereby granted, free of charge, to any person obtaining a -copy of data files and any associated documentation (the "Data Files") or -software and any associated documentation (the "Software") to deal in the -Data Files or Software without restriction, including without limitation -the rights to use, copy, modify, merge, publish, distribute, and/or sell -copies of the Data Files or Software, and to permit persons to whom the -Data Files or Software are furnished to do so, provided that either (a) -this copyright and permission notice appear with all copies of the Data -Files or Software, or (b) this copyright and permission notice appear in -associated Documentation. +THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR +IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, +FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE +AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER +LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, +OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE +SOFTWARE. -THE DATA FILES AND SOFTWARE ARE PROVIDED "AS IS", WITHOUT WARRANTY OF ANY -KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF -MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT OF -THIRD PARTY RIGHTS. +=== -IN NO EVENT SHALL THE COPYRIGHT HOLDER OR HOLDERS INCLUDED IN THIS NOTICE -BE LIABLE FOR ANY CLAIM, OR ANY SPECIAL INDIRECT OR CONSEQUENTIAL DAMAGES, -OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, -WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, -ARISING OUT OF OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THE DATA -FILES OR SOFTWARE. +Copyright 2012, the Dart project authors. All rights reserved. +Redistribution and use in source and binary forms, with or without +modification, are permitted provided that the following conditions are +met: + * Redistributions of source code must retain the above copyright + notice, this list of conditions and the following disclaimer. + * Redistributions in binary form must reproduce the above + copyright notice, this list of conditions and the following + disclaimer in the documentation and/or other materials provided + with the distribution. + * Neither the name of Google Inc. nor the names of its + contributors may be used to endorse or promote products derived + from this software without specific prior written permission. +THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS +"AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT +LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR +A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT +OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, +SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT +LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, +DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY +THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT +(INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE +OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. -Except as contained in this notice, the name of a copyright holder shall -not be used in advertising or otherwise to promote the sale, use or other -dealings in these Data Files or Software without prior written -authorization of the copyright holder. -------------------------------------------------------------------------------- -icu +objective_c -Copyright (c) 2003-2008, International Business Machines -Corporation and others. All Rights Reserved. +Copyright 2024, the Dart project authors. -Permission is hereby granted, free of charge, to any person obtaining a -copy of data files and any associated documentation (the "Data Files") or -software and any associated documentation (the "Software") to deal in the -Data Files or Software without restriction, including without limitation -the rights to use, copy, modify, merge, publish, distribute, and/or sell -copies of the Data Files or Software, and to permit persons to whom the -Data Files or Software are furnished to do so, provided that either (a) -this copyright and permission notice appear with all copies of the Data -Files or Software, or (b) this copyright and permission notice appear in -associated Documentation. +Redistribution and use in source and binary forms, with or without +modification, are permitted provided that the following conditions are +met: -THE DATA FILES AND SOFTWARE ARE PROVIDED "AS IS", WITHOUT WARRANTY OF ANY -KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF -MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT OF -THIRD PARTY RIGHTS. + * Redistributions of source code must retain the above copyright + notice, this list of conditions and the following disclaimer. + * Redistributions in binary form must reproduce the above + copyright notice, this list of conditions and the following + disclaimer in the documentation and/or other materials provided + with the distribution. + * Neither the name of Google LLC nor the names of its + contributors may be used to endorse or promote products derived + from this software without specific prior written permission. -IN NO EVENT SHALL THE COPYRIGHT HOLDER OR HOLDERS INCLUDED IN THIS NOTICE -BE LIABLE FOR ANY CLAIM, OR ANY SPECIAL INDIRECT OR CONSEQUENTIAL DAMAGES, -OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, -WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, -ARISING OUT OF OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THE DATA -FILES OR SOFTWARE. +THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS +"AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT +LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR +A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT +OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, +SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT +LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, +DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY +THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT +(INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE +OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. -Except as contained in this notice, the name of a copyright holder shall -not be used in advertising or otherwise to promote the sale, use or other -dealings in these Data Files or Software without prior written -authorization of the copyright holder. -------------------------------------------------------------------------------- -icu +perfetto -Copyright (c) 2003-2010 International Business Machines -Corporation and others. All Rights Reserved. + Apache License + Version 2.0, January 2004 + http://www.apache.org/licenses/ -Permission is hereby granted, free of charge, to any person obtaining a -copy of data files and any associated documentation (the "Data Files") or -software and any associated documentation (the "Software") to deal in the -Data Files or Software without restriction, including without limitation -the rights to use, copy, modify, merge, publish, distribute, and/or sell -copies of the Data Files or Software, and to permit persons to whom the -Data Files or Software are furnished to do so, provided that either (a) -this copyright and permission notice appear with all copies of the Data -Files or Software, or (b) this copyright and permission notice appear in -associated Documentation. + TERMS AND CONDITIONS FOR USE, REPRODUCTION, AND DISTRIBUTION -THE DATA FILES AND SOFTWARE ARE PROVIDED "AS IS", WITHOUT WARRANTY OF ANY -KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF -MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT OF -THIRD PARTY RIGHTS. + 1. Definitions. -IN NO EVENT SHALL THE COPYRIGHT HOLDER OR HOLDERS INCLUDED IN THIS NOTICE -BE LIABLE FOR ANY CLAIM, OR ANY SPECIAL INDIRECT OR CONSEQUENTIAL DAMAGES, -OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, -WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, -ARISING OUT OF OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THE DATA -FILES OR SOFTWARE. + "License" shall mean the terms and conditions for use, reproduction, + and distribution as defined by Sections 1 through 9 of this document. -Except as contained in this notice, the name of a copyright holder shall -not be used in advertising or otherwise to promote the sale, use or other -dealings in these Data Files or Software without prior written -authorization of the copyright holder. --------------------------------------------------------------------------------- -icu + "Licensor" shall mean the copyright owner or entity authorized by + the copyright owner that is granting the License. -Copyright (c) 2003-2011, International Business Machines -Corporation and others. All Rights Reserved. + "Legal Entity" shall mean the union of the acting entity and all + other entities that control, are controlled by, or are under common + control with that entity. For the purposes of this definition, + "control" means (i) the power, direct or indirect, to cause the + direction or management of such entity, whether by contract or + otherwise, or (ii) ownership of fifty percent (50%) or more of the + outstanding shares, or (iii) beneficial ownership of such entity. -Permission is hereby granted, free of charge, to any person obtaining a -copy of data files and any associated documentation (the "Data Files") or -software and any associated documentation (the "Software") to deal in the -Data Files or Software without restriction, including without limitation -the rights to use, copy, modify, merge, publish, distribute, and/or sell -copies of the Data Files or Software, and to permit persons to whom the -Data Files or Software are furnished to do so, provided that either (a) -this copyright and permission notice appear with all copies of the Data -Files or Software, or (b) this copyright and permission notice appear in -associated Documentation. + "You" (or "Your") shall mean an individual or Legal Entity + exercising permissions granted by this License. -THE DATA FILES AND SOFTWARE ARE PROVIDED "AS IS", WITHOUT WARRANTY OF ANY -KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF -MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT OF -THIRD PARTY RIGHTS. + "Source" form shall mean the preferred form for making modifications, + including but not limited to software source code, documentation + source, and configuration files. -IN NO EVENT SHALL THE COPYRIGHT HOLDER OR HOLDERS INCLUDED IN THIS NOTICE -BE LIABLE FOR ANY CLAIM, OR ANY SPECIAL INDIRECT OR CONSEQUENTIAL DAMAGES, -OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, -WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, -ARISING OUT OF OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THE DATA -FILES OR SOFTWARE. + "Object" form shall mean any form resulting from mechanical + transformation or translation of a Source form, including but + not limited to compiled object code, generated documentation, + and conversions to other media types. -Except as contained in this notice, the name of a copyright holder shall -not be used in advertising or otherwise to promote the sale, use or other -dealings in these Data Files or Software without prior written -authorization of the copyright holder. --------------------------------------------------------------------------------- -icu + "Work" shall mean the work of authorship, whether in Source or + Object form, made available under the License, as indicated by a + copyright notice that is included in or attached to the work + (an example is provided in the Appendix below). -Copyright (c) 2003-2013, International Business Machines -Corporation and others. All Rights Reserved. + "Derivative Works" shall mean any work, whether in Source or Object + form, that is based on (or derived from) the Work and for which the + editorial revisions, annotations, elaborations, or other modifications + represent, as a whole, an original work of authorship. For the purposes + of this License, Derivative Works shall not include works that remain + separable from, or merely link (or bind by name) to the interfaces of, + the Work and Derivative Works thereof. -Permission is hereby granted, free of charge, to any person obtaining a -copy of data files and any associated documentation (the "Data Files") or -software and any associated documentation (the "Software") to deal in the -Data Files or Software without restriction, including without limitation -the rights to use, copy, modify, merge, publish, distribute, and/or sell -copies of the Data Files or Software, and to permit persons to whom the -Data Files or Software are furnished to do so, provided that either (a) -this copyright and permission notice appear with all copies of the Data -Files or Software, or (b) this copyright and permission notice appear in -associated Documentation. + "Contribution" shall mean any work of authorship, including + the original version of the Work and any modifications or additions + to that Work or Derivative Works thereof, that is intentionally + submitted to Licensor for inclusion in the Work by the copyright owner + or by an individual or Legal Entity authorized to submit on behalf of + the copyright owner. For the purposes of this definition, "submitted" + means any form of electronic, verbal, or written communication sent + to the Licensor or its representatives, including but not limited to + communication on electronic mailing lists, source code control systems, + and issue tracking systems that are managed by, or on behalf of, the + Licensor for the purpose of discussing and improving the Work, but + excluding communication that is conspicuously marked or otherwise + designated in writing by the copyright owner as "Not a Contribution." -THE DATA FILES AND SOFTWARE ARE PROVIDED "AS IS", WITHOUT WARRANTY OF ANY -KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF -MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT OF -THIRD PARTY RIGHTS. + "Contributor" shall mean Licensor and any individual or Legal Entity + on behalf of whom a Contribution has been received by Licensor and + subsequently incorporated within the Work. -IN NO EVENT SHALL THE COPYRIGHT HOLDER OR HOLDERS INCLUDED IN THIS NOTICE -BE LIABLE FOR ANY CLAIM, OR ANY SPECIAL INDIRECT OR CONSEQUENTIAL DAMAGES, -OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, -WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, -ARISING OUT OF OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THE DATA -FILES OR SOFTWARE. + 2. Grant of Copyright License. Subject to the terms and conditions of + this License, each Contributor hereby grants to You a perpetual, + worldwide, non-exclusive, no-charge, royalty-free, irrevocable + copyright license to reproduce, prepare Derivative Works of, + publicly display, publicly perform, sublicense, and distribute the + Work and such Derivative Works in Source or Object form. -Except as contained in this notice, the name of a copyright holder shall -not be used in advertising or otherwise to promote the sale, use or other -dealings in these Data Files or Software without prior written -authorization of the copyright holder. --------------------------------------------------------------------------------- -icu + 3. Grant of Patent License. Subject to the terms and conditions of + this License, each Contributor hereby grants to You a perpetual, + worldwide, non-exclusive, no-charge, royalty-free, irrevocable + (except as stated in this section) patent license to make, have made, + use, offer to sell, sell, import, and otherwise transfer the Work, + where such license applies only to those patent claims licensable + by such Contributor that are necessarily infringed by their + Contribution(s) alone or by combination of their Contribution(s) + with the Work to which such Contribution(s) was submitted. If You + institute patent litigation against any entity (including a + cross-claim or counterclaim in a lawsuit) alleging that the Work + or a Contribution incorporated within the Work constitutes direct + or contributory patent infringement, then any patent licenses + granted to You under this License for that Work shall terminate + as of the date such litigation is filed. -Copyright (c) 2003-2014, International Business Machines -Corporation and others. All Rights Reserved. + 4. Redistribution. You may reproduce and distribute copies of the + Work or Derivative Works thereof in any medium, with or without + modifications, and in Source or Object form, provided that You + meet the following conditions: -Permission is hereby granted, free of charge, to any person obtaining a -copy of data files and any associated documentation (the "Data Files") or -software and any associated documentation (the "Software") to deal in the -Data Files or Software without restriction, including without limitation -the rights to use, copy, modify, merge, publish, distribute, and/or sell -copies of the Data Files or Software, and to permit persons to whom the -Data Files or Software are furnished to do so, provided that either (a) -this copyright and permission notice appear with all copies of the Data -Files or Software, or (b) this copyright and permission notice appear in -associated Documentation. + (a) You must give any other recipients of the Work or + Derivative Works a copy of this License; and -THE DATA FILES AND SOFTWARE ARE PROVIDED "AS IS", WITHOUT WARRANTY OF ANY -KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF -MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT OF -THIRD PARTY RIGHTS. + (b) You must cause any modified files to carry prominent notices + stating that You changed the files; and -IN NO EVENT SHALL THE COPYRIGHT HOLDER OR HOLDERS INCLUDED IN THIS NOTICE -BE LIABLE FOR ANY CLAIM, OR ANY SPECIAL INDIRECT OR CONSEQUENTIAL DAMAGES, -OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, -WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, -ARISING OUT OF OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THE DATA -FILES OR SOFTWARE. + (c) You must retain, in the Source form of any Derivative Works + that You distribute, all copyright, patent, trademark, and + attribution notices from the Source form of the Work, + excluding those notices that do not pertain to any part of + the Derivative Works; and -Except as contained in this notice, the name of a copyright holder shall -not be used in advertising or otherwise to promote the sale, use or other -dealings in these Data Files or Software without prior written -authorization of the copyright holder. --------------------------------------------------------------------------------- -icu + (d) If the Work includes a "NOTICE" text file as part of its + distribution, then any Derivative Works that You distribute must + include a readable copy of the attribution notices contained + within such NOTICE file, excluding those notices that do not + pertain to any part of the Derivative Works, in at least one + of the following places: within a NOTICE text file distributed + as part of the Derivative Works; within the Source form or + documentation, if provided along with the Derivative Works; or, + within a display generated by the Derivative Works, if and + wherever such third-party notices normally appear. The contents + of the NOTICE file are for informational purposes only and + do not modify the License. You may add Your own attribution + notices within Derivative Works that You distribute, alongside + or as an addendum to the NOTICE text from the Work, provided + that such additional attribution notices cannot be construed + as modifying the License. -Copyright (c) 2004, International Business Machines -Corporation and others. All Rights Reserved. + You may add Your own copyright statement to Your modifications and + may provide additional or different license terms and conditions + for use, reproduction, or distribution of Your modifications, or + for any such Derivative Works as a whole, provided Your use, + reproduction, and distribution of the Work otherwise complies with + the conditions stated in this License. -Permission is hereby granted, free of charge, to any person obtaining a -copy of data files and any associated documentation (the "Data Files") or -software and any associated documentation (the "Software") to deal in the -Data Files or Software without restriction, including without limitation -the rights to use, copy, modify, merge, publish, distribute, and/or sell -copies of the Data Files or Software, and to permit persons to whom the -Data Files or Software are furnished to do so, provided that either (a) -this copyright and permission notice appear with all copies of the Data -Files or Software, or (b) this copyright and permission notice appear in -associated Documentation. + 5. Submission of Contributions. Unless You explicitly state otherwise, + any Contribution intentionally submitted for inclusion in the Work + by You to the Licensor shall be under the terms and conditions of + this License, without any additional terms or conditions. + Notwithstanding the above, nothing herein shall supersede or modify + the terms of any separate license agreement you may have executed + with Licensor regarding such Contributions. -THE DATA FILES AND SOFTWARE ARE PROVIDED "AS IS", WITHOUT WARRANTY OF ANY -KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF -MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT OF -THIRD PARTY RIGHTS. + 6. Trademarks. This License does not grant permission to use the trade + names, trademarks, service marks, or product names of the Licensor, + except as required for reasonable and customary use in describing the + origin of the Work and reproducing the content of the NOTICE file. -IN NO EVENT SHALL THE COPYRIGHT HOLDER OR HOLDERS INCLUDED IN THIS NOTICE -BE LIABLE FOR ANY CLAIM, OR ANY SPECIAL INDIRECT OR CONSEQUENTIAL DAMAGES, -OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, -WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, -ARISING OUT OF OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THE DATA -FILES OR SOFTWARE. + 7. Disclaimer of Warranty. Unless required by applicable law or + agreed to in writing, Licensor provides the Work (and each + Contributor provides its Contributions) on an "AS IS" BASIS, + WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or + implied, including, without limitation, any warranties or conditions + of TITLE, NON-INFRINGEMENT, MERCHANTABILITY, or FITNESS FOR A + PARTICULAR PURPOSE. You are solely responsible for determining the + appropriateness of using or redistributing the Work and assume any + risks associated with Your exercise of permissions under this License. -Except as contained in this notice, the name of a copyright holder shall -not be used in advertising or otherwise to promote the sale, use or other -dealings in these Data Files or Software without prior written -authorization of the copyright holder. --------------------------------------------------------------------------------- -icu + 8. Limitation of Liability. In no event and under no legal theory, + whether in tort (including negligence), contract, or otherwise, + unless required by applicable law (such as deliberate and grossly + negligent acts) or agreed to in writing, shall any Contributor be + liable to You for damages, including any direct, indirect, special, + incidental, or consequential damages of any character arising as a + result of this License or out of the use or inability to use the + Work (including but not limited to damages for loss of goodwill, + work stoppage, computer failure or malfunction, or any and all + other commercial damages or losses), even if such Contributor + has been advised of the possibility of such damages. -Copyright (c) 2004-2006, International Business Machines -Corporation and others. All Rights Reserved. + 9. Accepting Warranty or Additional Liability. While redistributing + the Work or Derivative Works thereof, You may choose to offer, + and charge a fee for, acceptance of support, warranty, indemnity, + or other liability obligations and/or rights consistent with this + License. However, in accepting such obligations, You may act only + on Your own behalf and on Your sole responsibility, not on behalf + of any other Contributor, and only if You agree to indemnify, + defend, and hold each Contributor harmless for any liability + incurred by, or claims asserted against, such Contributor by reason + of your accepting any such warranty or additional liability. -Permission is hereby granted, free of charge, to any person obtaining a -copy of data files and any associated documentation (the "Data Files") or -software and any associated documentation (the "Software") to deal in the -Data Files or Software without restriction, including without limitation -the rights to use, copy, modify, merge, publish, distribute, and/or sell -copies of the Data Files or Software, and to permit persons to whom the -Data Files or Software are furnished to do so, provided that either (a) -this copyright and permission notice appear with all copies of the Data -Files or Software, or (b) this copyright and permission notice appear in -associated Documentation. + END OF TERMS AND CONDITIONS -THE DATA FILES AND SOFTWARE ARE PROVIDED "AS IS", WITHOUT WARRANTY OF ANY -KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF -MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT OF -THIRD PARTY RIGHTS. + Copyright (c) 2017, The Android Open Source Project -IN NO EVENT SHALL THE COPYRIGHT HOLDER OR HOLDERS INCLUDED IN THIS NOTICE -BE LIABLE FOR ANY CLAIM, OR ANY SPECIAL INDIRECT OR CONSEQUENTIAL DAMAGES, -OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, -WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, -ARISING OUT OF OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THE DATA -FILES OR SOFTWARE. + Licensed under the Apache License, Version 2.0 (the "License"); + you may not use this file except in compliance with the License. -Except as contained in this notice, the name of a copyright holder shall -not be used in advertising or otherwise to promote the sale, use or other -dealings in these Data Files or Software without prior written -authorization of the copyright holder. + Unless required by applicable law or agreed to in writing, software + distributed under the License is distributed on an "AS IS" BASIS, + WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + See the License for the specific language governing permissions and + limitations under the License. -------------------------------------------------------------------------------- -icu +perfetto -Copyright (c) 2004-2010, International Business Machines Corporation and -others. All Rights Reserved. + Apache License + Version 2.0, January 2004 + http://www.apache.org/licenses/ -Permission is hereby granted, free of charge, to any person obtaining a -copy of data files and any associated documentation (the "Data Files") or -software and any associated documentation (the "Software") to deal in the -Data Files or Software without restriction, including without limitation -the rights to use, copy, modify, merge, publish, distribute, and/or sell -copies of the Data Files or Software, and to permit persons to whom the -Data Files or Software are furnished to do so, provided that either (a) -this copyright and permission notice appear with all copies of the Data -Files or Software, or (b) this copyright and permission notice appear in -associated Documentation. + TERMS AND CONDITIONS FOR USE, REPRODUCTION, AND DISTRIBUTION -THE DATA FILES AND SOFTWARE ARE PROVIDED "AS IS", WITHOUT WARRANTY OF ANY -KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF -MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT OF -THIRD PARTY RIGHTS. + 1. Definitions. -IN NO EVENT SHALL THE COPYRIGHT HOLDER OR HOLDERS INCLUDED IN THIS NOTICE -BE LIABLE FOR ANY CLAIM, OR ANY SPECIAL INDIRECT OR CONSEQUENTIAL DAMAGES, -OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, -WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, -ARISING OUT OF OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THE DATA -FILES OR SOFTWARE. + "License" shall mean the terms and conditions for use, reproduction, + and distribution as defined by Sections 1 through 9 of this document. -Except as contained in this notice, the name of a copyright holder shall -not be used in advertising or otherwise to promote the sale, use or other -dealings in these Data Files or Software without prior written -authorization of the copyright holder. --------------------------------------------------------------------------------- -icu + "Licensor" shall mean the copyright owner or entity authorized by + the copyright owner that is granting the License. -Copyright (c) 2004-2014 International Business Machines -Corporation and others. All Rights Reserved. + "Legal Entity" shall mean the union of the acting entity and all + other entities that control, are controlled by, or are under common + control with that entity. For the purposes of this definition, + "control" means (i) the power, direct or indirect, to cause the + direction or management of such entity, whether by contract or + otherwise, or (ii) ownership of fifty percent (50%) or more of the + outstanding shares, or (iii) beneficial ownership of such entity. -Permission is hereby granted, free of charge, to any person obtaining a -copy of data files and any associated documentation (the "Data Files") or -software and any associated documentation (the "Software") to deal in the -Data Files or Software without restriction, including without limitation -the rights to use, copy, modify, merge, publish, distribute, and/or sell -copies of the Data Files or Software, and to permit persons to whom the -Data Files or Software are furnished to do so, provided that either (a) -this copyright and permission notice appear with all copies of the Data -Files or Software, or (b) this copyright and permission notice appear in -associated Documentation. + "You" (or "Your") shall mean an individual or Legal Entity + exercising permissions granted by this License. -THE DATA FILES AND SOFTWARE ARE PROVIDED "AS IS", WITHOUT WARRANTY OF ANY -KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF -MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT OF -THIRD PARTY RIGHTS. + "Source" form shall mean the preferred form for making modifications, + including but not limited to software source code, documentation + source, and configuration files. -IN NO EVENT SHALL THE COPYRIGHT HOLDER OR HOLDERS INCLUDED IN THIS NOTICE -BE LIABLE FOR ANY CLAIM, OR ANY SPECIAL INDIRECT OR CONSEQUENTIAL DAMAGES, -OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, -WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, -ARISING OUT OF OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THE DATA -FILES OR SOFTWARE. + "Object" form shall mean any form resulting from mechanical + transformation or translation of a Source form, including but + not limited to compiled object code, generated documentation, + and conversions to other media types. -Except as contained in this notice, the name of a copyright holder shall -not be used in advertising or otherwise to promote the sale, use or other -dealings in these Data Files or Software without prior written -authorization of the copyright holder. --------------------------------------------------------------------------------- -icu + "Work" shall mean the work of authorship, whether in Source or + Object form, made available under the License, as indicated by a + copyright notice that is included in or attached to the work + (an example is provided in the Appendix below). -Copyright (c) 2004-2014, International Business Machines -Corporation and others. All Rights Reserved. + "Derivative Works" shall mean any work, whether in Source or Object + form, that is based on (or derived from) the Work and for which the + editorial revisions, annotations, elaborations, or other modifications + represent, as a whole, an original work of authorship. For the purposes + of this License, Derivative Works shall not include works that remain + separable from, or merely link (or bind by name) to the interfaces of, + the Work and Derivative Works thereof. -Permission is hereby granted, free of charge, to any person obtaining a -copy of data files and any associated documentation (the "Data Files") or -software and any associated documentation (the "Software") to deal in the -Data Files or Software without restriction, including without limitation -the rights to use, copy, modify, merge, publish, distribute, and/or sell -copies of the Data Files or Software, and to permit persons to whom the -Data Files or Software are furnished to do so, provided that either (a) -this copyright and permission notice appear with all copies of the Data -Files or Software, or (b) this copyright and permission notice appear in -associated Documentation. + "Contribution" shall mean any work of authorship, including + the original version of the Work and any modifications or additions + to that Work or Derivative Works thereof, that is intentionally + submitted to Licensor for inclusion in the Work by the copyright owner + or by an individual or Legal Entity authorized to submit on behalf of + the copyright owner. For the purposes of this definition, "submitted" + means any form of electronic, verbal, or written communication sent + to the Licensor or its representatives, including but not limited to + communication on electronic mailing lists, source code control systems, + and issue tracking systems that are managed by, or on behalf of, the + Licensor for the purpose of discussing and improving the Work, but + excluding communication that is conspicuously marked or otherwise + designated in writing by the copyright owner as "Not a Contribution." -THE DATA FILES AND SOFTWARE ARE PROVIDED "AS IS", WITHOUT WARRANTY OF ANY -KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF -MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT OF -THIRD PARTY RIGHTS. + "Contributor" shall mean Licensor and any individual or Legal Entity + on behalf of whom a Contribution has been received by Licensor and + subsequently incorporated within the Work. -IN NO EVENT SHALL THE COPYRIGHT HOLDER OR HOLDERS INCLUDED IN THIS NOTICE -BE LIABLE FOR ANY CLAIM, OR ANY SPECIAL INDIRECT OR CONSEQUENTIAL DAMAGES, -OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, -WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, -ARISING OUT OF OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THE DATA -FILES OR SOFTWARE. + 2. Grant of Copyright License. Subject to the terms and conditions of + this License, each Contributor hereby grants to You a perpetual, + worldwide, non-exclusive, no-charge, royalty-free, irrevocable + copyright license to reproduce, prepare Derivative Works of, + publicly display, publicly perform, sublicense, and distribute the + Work and such Derivative Works in Source or Object form. -Except as contained in this notice, the name of a copyright holder shall -not be used in advertising or otherwise to promote the sale, use or other -dealings in these Data Files or Software without prior written -authorization of the copyright holder. --------------------------------------------------------------------------------- -icu + 3. Grant of Patent License. Subject to the terms and conditions of + this License, each Contributor hereby grants to You a perpetual, + worldwide, non-exclusive, no-charge, royalty-free, irrevocable + (except as stated in this section) patent license to make, have made, + use, offer to sell, sell, import, and otherwise transfer the Work, + where such license applies only to those patent claims licensable + by such Contributor that are necessarily infringed by their + Contribution(s) alone or by combination of their Contribution(s) + with the Work to which such Contribution(s) was submitted. If You + institute patent litigation against any entity (including a + cross-claim or counterclaim in a lawsuit) alleging that the Work + or a Contribution incorporated within the Work constitutes direct + or contributory patent infringement, then any patent licenses + granted to You under this License for that Work shall terminate + as of the date such litigation is filed. -Copyright (c) 2004-2015, International Business Machines -Corporation and others. All Rights Reserved. + 4. Redistribution. You may reproduce and distribute copies of the + Work or Derivative Works thereof in any medium, with or without + modifications, and in Source or Object form, provided that You + meet the following conditions: -Permission is hereby granted, free of charge, to any person obtaining a -copy of data files and any associated documentation (the "Data Files") or -software and any associated documentation (the "Software") to deal in the -Data Files or Software without restriction, including without limitation -the rights to use, copy, modify, merge, publish, distribute, and/or sell -copies of the Data Files or Software, and to permit persons to whom the -Data Files or Software are furnished to do so, provided that either (a) -this copyright and permission notice appear with all copies of the Data -Files or Software, or (b) this copyright and permission notice appear in -associated Documentation. + (a) You must give any other recipients of the Work or + Derivative Works a copy of this License; and -THE DATA FILES AND SOFTWARE ARE PROVIDED "AS IS", WITHOUT WARRANTY OF ANY -KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF -MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT OF -THIRD PARTY RIGHTS. + (b) You must cause any modified files to carry prominent notices + stating that You changed the files; and -IN NO EVENT SHALL THE COPYRIGHT HOLDER OR HOLDERS INCLUDED IN THIS NOTICE -BE LIABLE FOR ANY CLAIM, OR ANY SPECIAL INDIRECT OR CONSEQUENTIAL DAMAGES, -OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, -WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, -ARISING OUT OF OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THE DATA -FILES OR SOFTWARE. + (c) You must retain, in the Source form of any Derivative Works + that You distribute, all copyright, patent, trademark, and + attribution notices from the Source form of the Work, + excluding those notices that do not pertain to any part of + the Derivative Works; and -Except as contained in this notice, the name of a copyright holder shall -not be used in advertising or otherwise to promote the sale, use or other -dealings in these Data Files or Software without prior written -authorization of the copyright holder. --------------------------------------------------------------------------------- -icu + (d) If the Work includes a "NOTICE" text file as part of its + distribution, then any Derivative Works that You distribute must + include a readable copy of the attribution notices contained + within such NOTICE file, excluding those notices that do not + pertain to any part of the Derivative Works, in at least one + of the following places: within a NOTICE text file distributed + as part of the Derivative Works; within the Source form or + documentation, if provided along with the Derivative Works; or, + within a display generated by the Derivative Works, if and + wherever such third-party notices normally appear. The contents + of the NOTICE file are for informational purposes only and + do not modify the License. You may add Your own attribution + notices within Derivative Works that You distribute, alongside + or as an addendum to the NOTICE text from the Work, provided + that such additional attribution notices cannot be construed + as modifying the License. -Copyright (c) 2004-2015, International Business Machines Corporation -and others. All Rights Reserved. + You may add Your own copyright statement to Your modifications and + may provide additional or different license terms and conditions + for use, reproduction, or distribution of Your modifications, or + for any such Derivative Works as a whole, provided Your use, + reproduction, and distribution of the Work otherwise complies with + the conditions stated in this License. -Permission is hereby granted, free of charge, to any person obtaining a -copy of data files and any associated documentation (the "Data Files") or -software and any associated documentation (the "Software") to deal in the -Data Files or Software without restriction, including without limitation -the rights to use, copy, modify, merge, publish, distribute, and/or sell -copies of the Data Files or Software, and to permit persons to whom the -Data Files or Software are furnished to do so, provided that either (a) -this copyright and permission notice appear with all copies of the Data -Files or Software, or (b) this copyright and permission notice appear in -associated Documentation. + 5. Submission of Contributions. Unless You explicitly state otherwise, + any Contribution intentionally submitted for inclusion in the Work + by You to the Licensor shall be under the terms and conditions of + this License, without any additional terms or conditions. + Notwithstanding the above, nothing herein shall supersede or modify + the terms of any separate license agreement you may have executed + with Licensor regarding such Contributions. -THE DATA FILES AND SOFTWARE ARE PROVIDED "AS IS", WITHOUT WARRANTY OF ANY -KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF -MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT OF -THIRD PARTY RIGHTS. + 6. Trademarks. This License does not grant permission to use the trade + names, trademarks, service marks, or product names of the Licensor, + except as required for reasonable and customary use in describing the + origin of the Work and reproducing the content of the NOTICE file. -IN NO EVENT SHALL THE COPYRIGHT HOLDER OR HOLDERS INCLUDED IN THIS NOTICE -BE LIABLE FOR ANY CLAIM, OR ANY SPECIAL INDIRECT OR CONSEQUENTIAL DAMAGES, -OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, -WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, -ARISING OUT OF OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THE DATA -FILES OR SOFTWARE. + 7. Disclaimer of Warranty. Unless required by applicable law or + agreed to in writing, Licensor provides the Work (and each + Contributor provides its Contributions) on an "AS IS" BASIS, + WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or + implied, including, without limitation, any warranties or conditions + of TITLE, NON-INFRINGEMENT, MERCHANTABILITY, or FITNESS FOR A + PARTICULAR PURPOSE. You are solely responsible for determining the + appropriateness of using or redistributing the Work and assume any + risks associated with Your exercise of permissions under this License. -Except as contained in this notice, the name of a copyright holder shall -not be used in advertising or otherwise to promote the sale, use or other -dealings in these Data Files or Software without prior written -authorization of the copyright holder. --------------------------------------------------------------------------------- -icu + 8. Limitation of Liability. In no event and under no legal theory, + whether in tort (including negligence), contract, or otherwise, + unless required by applicable law (such as deliberate and grossly + negligent acts) or agreed to in writing, shall any Contributor be + liable to You for damages, including any direct, indirect, special, + incidental, or consequential damages of any character arising as a + result of this License or out of the use or inability to use the + Work (including but not limited to damages for loss of goodwill, + work stoppage, computer failure or malfunction, or any and all + other commercial damages or losses), even if such Contributor + has been advised of the possibility of such damages. -Copyright (c) 2004-2016, International Business Machines -Corporation and others. All Rights Reserved. + 9. Accepting Warranty or Additional Liability. While redistributing + the Work or Derivative Works thereof, You may choose to offer, + and charge a fee for, acceptance of support, warranty, indemnity, + or other liability obligations and/or rights consistent with this + License. However, in accepting such obligations, You may act only + on Your own behalf and on Your sole responsibility, not on behalf + of any other Contributor, and only if You agree to indemnify, + defend, and hold each Contributor harmless for any liability + incurred by, or claims asserted against, such Contributor by reason + of your accepting any such warranty or additional liability. -Permission is hereby granted, free of charge, to any person obtaining a -copy of data files and any associated documentation (the "Data Files") or -software and any associated documentation (the "Software") to deal in the -Data Files or Software without restriction, including without limitation -the rights to use, copy, modify, merge, publish, distribute, and/or sell -copies of the Data Files or Software, and to permit persons to whom the -Data Files or Software are furnished to do so, provided that either (a) -this copyright and permission notice appear with all copies of the Data -Files or Software, or (b) this copyright and permission notice appear in -associated Documentation. + END OF TERMS AND CONDITIONS -THE DATA FILES AND SOFTWARE ARE PROVIDED "AS IS", WITHOUT WARRANTY OF ANY -KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF -MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT OF -THIRD PARTY RIGHTS. + Copyright (c) 2020, The Android Open Source Project -IN NO EVENT SHALL THE COPYRIGHT HOLDER OR HOLDERS INCLUDED IN THIS NOTICE -BE LIABLE FOR ANY CLAIM, OR ANY SPECIAL INDIRECT OR CONSEQUENTIAL DAMAGES, -OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, -WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, -ARISING OUT OF OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THE DATA -FILES OR SOFTWARE. + Licensed under the Apache License, Version 2.0 (the "License"); + you may not use this file except in compliance with the License. -Except as contained in this notice, the name of a copyright holder shall -not be used in advertising or otherwise to promote the sale, use or other -dealings in these Data Files or Software without prior written -authorization of the copyright holder. + Unless required by applicable law or agreed to in writing, software + distributed under the License is distributed on an "AS IS" BASIS, + WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + See the License for the specific language governing permissions and + limitations under the License. -------------------------------------------------------------------------------- -icu - -Copyright (c) 2007-2012, International Business Machines -Corporation and others. All Rights Reserved. +perfetto -Permission is hereby granted, free of charge, to any person obtaining a -copy of data files and any associated documentation (the "Data Files") or -software and any associated documentation (the "Software") to deal in the -Data Files or Software without restriction, including without limitation -the rights to use, copy, modify, merge, publish, distribute, and/or sell -copies of the Data Files or Software, and to permit persons to whom the -Data Files or Software are furnished to do so, provided that either (a) -this copyright and permission notice appear with all copies of the Data -Files or Software, or (b) this copyright and permission notice appear in -associated Documentation. +Copyright (c) 2019 The Android Open Source Project -THE DATA FILES AND SOFTWARE ARE PROVIDED "AS IS", WITHOUT WARRANTY OF ANY -KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF -MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT OF -THIRD PARTY RIGHTS. +Licensed under the Apache License, Version 2.0 (the "License"); you +may not use this file except in compliance with the License. You may +obtain a copy of the License at -IN NO EVENT SHALL THE COPYRIGHT HOLDER OR HOLDERS INCLUDED IN THIS NOTICE -BE LIABLE FOR ANY CLAIM, OR ANY SPECIAL INDIRECT OR CONSEQUENTIAL DAMAGES, -OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, -WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, -ARISING OUT OF OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THE DATA -FILES OR SOFTWARE. + http://www.apache.org/licenses/LICENSE-2.0 -Except as contained in this notice, the name of a copyright holder shall -not be used in advertising or otherwise to promote the sale, use or other -dealings in these Data Files or Software without prior written -authorization of the copyright holder. +Unless required by applicable law or agreed to in writing, software +distributed under the License is distributed on an "AS IS" BASIS, +WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or +implied. See the License for the specific language governing +permissions and limitations under the License. -------------------------------------------------------------------------------- -icu - -Copyright (c) 2007-2012, International Business Machines Corporation and -others. All Rights Reserved. +platform_detect -Permission is hereby granted, free of charge, to any person obtaining a -copy of data files and any associated documentation (the "Data Files") or -software and any associated documentation (the "Software") to deal in the -Data Files or Software without restriction, including without limitation -the rights to use, copy, modify, merge, publish, distribute, and/or sell -copies of the Data Files or Software, and to permit persons to whom the -Data Files or Software are furnished to do so, provided that either (a) -this copyright and permission notice appear with all copies of the Data -Files or Software, or (b) this copyright and permission notice appear in -associated Documentation. + Apache License + Version 2.0, January 2004 + http://www.apache.org/licenses/ -THE DATA FILES AND SOFTWARE ARE PROVIDED "AS IS", WITHOUT WARRANTY OF ANY -KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF -MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT OF -THIRD PARTY RIGHTS. + TERMS AND CONDITIONS FOR USE, REPRODUCTION, AND DISTRIBUTION -IN NO EVENT SHALL THE COPYRIGHT HOLDER OR HOLDERS INCLUDED IN THIS NOTICE -BE LIABLE FOR ANY CLAIM, OR ANY SPECIAL INDIRECT OR CONSEQUENTIAL DAMAGES, -OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, -WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, -ARISING OUT OF OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THE DATA -FILES OR SOFTWARE. + 1. Definitions. -Except as contained in this notice, the name of a copyright holder shall -not be used in advertising or otherwise to promote the sale, use or other -dealings in these Data Files or Software without prior written -authorization of the copyright holder. --------------------------------------------------------------------------------- -icu + "License" shall mean the terms and conditions for use, reproduction, + and distribution as defined by Sections 1 through 9 of this document. -Copyright (c) 2007-2013, International Business Machines Corporation and -others. All Rights Reserved. + "Licensor" shall mean the copyright owner or entity authorized by + the copyright owner that is granting the License. -Permission is hereby granted, free of charge, to any person obtaining a -copy of data files and any associated documentation (the "Data Files") or -software and any associated documentation (the "Software") to deal in the -Data Files or Software without restriction, including without limitation -the rights to use, copy, modify, merge, publish, distribute, and/or sell -copies of the Data Files or Software, and to permit persons to whom the -Data Files or Software are furnished to do so, provided that either (a) -this copyright and permission notice appear with all copies of the Data -Files or Software, or (b) this copyright and permission notice appear in -associated Documentation. + "Legal Entity" shall mean the union of the acting entity and all + other entities that control, are controlled by, or are under common + control with that entity. For the purposes of this definition, + "control" means (i) the power, direct or indirect, to cause the + direction or management of such entity, whether by contract or + otherwise, or (ii) ownership of fifty percent (50%) or more of the + outstanding shares, or (iii) beneficial ownership of such entity. -THE DATA FILES AND SOFTWARE ARE PROVIDED "AS IS", WITHOUT WARRANTY OF ANY -KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF -MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT OF -THIRD PARTY RIGHTS. + "You" (or "Your") shall mean an individual or Legal Entity + exercising permissions granted by this License. -IN NO EVENT SHALL THE COPYRIGHT HOLDER OR HOLDERS INCLUDED IN THIS NOTICE -BE LIABLE FOR ANY CLAIM, OR ANY SPECIAL INDIRECT OR CONSEQUENTIAL DAMAGES, -OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, -WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, -ARISING OUT OF OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THE DATA -FILES OR SOFTWARE. + "Source" form shall mean the preferred form for making modifications, + including but not limited to software source code, documentation + source, and configuration files. -Except as contained in this notice, the name of a copyright holder shall -not be used in advertising or otherwise to promote the sale, use or other -dealings in these Data Files or Software without prior written -authorization of the copyright holder. --------------------------------------------------------------------------------- -icu + "Object" form shall mean any form resulting from mechanical + transformation or translation of a Source form, including but + not limited to compiled object code, generated documentation, + and conversions to other media types. -Copyright (c) 2007-2014, International Business Machines Corporation and -others. All Rights Reserved. + "Work" shall mean the work of authorship, whether in Source or + Object form, made available under the License, as indicated by a + copyright notice that is included in or attached to the work + (an example is provided in the Appendix below). -Permission is hereby granted, free of charge, to any person obtaining a -copy of data files and any associated documentation (the "Data Files") or -software and any associated documentation (the "Software") to deal in the -Data Files or Software without restriction, including without limitation -the rights to use, copy, modify, merge, publish, distribute, and/or sell -copies of the Data Files or Software, and to permit persons to whom the -Data Files or Software are furnished to do so, provided that either (a) -this copyright and permission notice appear with all copies of the Data -Files or Software, or (b) this copyright and permission notice appear in -associated Documentation. + "Derivative Works" shall mean any work, whether in Source or Object + form, that is based on (or derived from) the Work and for which the + editorial revisions, annotations, elaborations, or other modifications + represent, as a whole, an original work of authorship. For the purposes + of this License, Derivative Works shall not include works that remain + separable from, or merely link (or bind by name) to the interfaces of, + the Work and Derivative Works thereof. -THE DATA FILES AND SOFTWARE ARE PROVIDED "AS IS", WITHOUT WARRANTY OF ANY -KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF -MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT OF -THIRD PARTY RIGHTS. + "Contribution" shall mean any work of authorship, including + the original version of the Work and any modifications or additions + to that Work or Derivative Works thereof, that is intentionally + submitted to Licensor for inclusion in the Work by the copyright owner + or by an individual or Legal Entity authorized to submit on behalf of + the copyright owner. For the purposes of this definition, "submitted" + means any form of electronic, verbal, or written communication sent + to the Licensor or its representatives, including but not limited to + communication on electronic mailing lists, source code control systems, + and issue tracking systems that are managed by, or on behalf of, the + Licensor for the purpose of discussing and improving the Work, but + excluding communication that is conspicuously marked or otherwise + designated in writing by the copyright owner as "Not a Contribution." -IN NO EVENT SHALL THE COPYRIGHT HOLDER OR HOLDERS INCLUDED IN THIS NOTICE -BE LIABLE FOR ANY CLAIM, OR ANY SPECIAL INDIRECT OR CONSEQUENTIAL DAMAGES, -OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, -WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, -ARISING OUT OF OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THE DATA -FILES OR SOFTWARE. + "Contributor" shall mean Licensor and any individual or Legal Entity + on behalf of whom a Contribution has been received by Licensor and + subsequently incorporated within the Work. -Except as contained in this notice, the name of a copyright holder shall -not be used in advertising or otherwise to promote the sale, use or other -dealings in these Data Files or Software without prior written -authorization of the copyright holder. --------------------------------------------------------------------------------- -icu + 2. Grant of Copyright License. Subject to the terms and conditions of + this License, each Contributor hereby grants to You a perpetual, + worldwide, non-exclusive, no-charge, royalty-free, irrevocable + copyright license to reproduce, prepare Derivative Works of, + publicly display, publicly perform, sublicense, and distribute the + Work and such Derivative Works in Source or Object form. -Copyright (c) 2007-2016, International Business Machines Corporation and -others. All Rights Reserved. + 3. Grant of Patent License. Subject to the terms and conditions of + this License, each Contributor hereby grants to You a perpetual, + worldwide, non-exclusive, no-charge, royalty-free, irrevocable + (except as stated in this section) patent license to make, have made, + use, offer to sell, sell, import, and otherwise transfer the Work, + where such license applies only to those patent claims licensable + by such Contributor that are necessarily infringed by their + Contribution(s) alone or by combination of their Contribution(s) + with the Work to which such Contribution(s) was submitted. If You + institute patent litigation against any entity (including a + cross-claim or counterclaim in a lawsuit) alleging that the Work + or a Contribution incorporated within the Work constitutes direct + or contributory patent infringement, then any patent licenses + granted to You under this License for that Work shall terminate + as of the date such litigation is filed. -Permission is hereby granted, free of charge, to any person obtaining a -copy of data files and any associated documentation (the "Data Files") or -software and any associated documentation (the "Software") to deal in the -Data Files or Software without restriction, including without limitation -the rights to use, copy, modify, merge, publish, distribute, and/or sell -copies of the Data Files or Software, and to permit persons to whom the -Data Files or Software are furnished to do so, provided that either (a) -this copyright and permission notice appear with all copies of the Data -Files or Software, or (b) this copyright and permission notice appear in -associated Documentation. + 4. Redistribution. You may reproduce and distribute copies of the + Work or Derivative Works thereof in any medium, with or without + modifications, and in Source or Object form, provided that You + meet the following conditions: -THE DATA FILES AND SOFTWARE ARE PROVIDED "AS IS", WITHOUT WARRANTY OF ANY -KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF -MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT OF -THIRD PARTY RIGHTS. + (a) You must give any other recipients of the Work or + Derivative Works a copy of this License; and -IN NO EVENT SHALL THE COPYRIGHT HOLDER OR HOLDERS INCLUDED IN THIS NOTICE -BE LIABLE FOR ANY CLAIM, OR ANY SPECIAL INDIRECT OR CONSEQUENTIAL DAMAGES, -OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, -WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, -ARISING OUT OF OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THE DATA -FILES OR SOFTWARE. + (b) You must cause any modified files to carry prominent notices + stating that You changed the files; and -Except as contained in this notice, the name of a copyright holder shall -not be used in advertising or otherwise to promote the sale, use or other -dealings in these Data Files or Software without prior written -authorization of the copyright holder. --------------------------------------------------------------------------------- -icu + (c) You must retain, in the Source form of any Derivative Works + that You distribute, all copyright, patent, trademark, and + attribution notices from the Source form of the Work, + excluding those notices that do not pertain to any part of + the Derivative Works; and -Copyright (c) 2008-2010, International Business Machines Corporation and -others. All Rights Reserved. + (d) If the Work includes a "NOTICE" text file as part of its + distribution, then any Derivative Works that You distribute must + include a readable copy of the attribution notices contained + within such NOTICE file, excluding those notices that do not + pertain to any part of the Derivative Works, in at least one + of the following places: within a NOTICE text file distributed + as part of the Derivative Works; within the Source form or + documentation, if provided along with the Derivative Works; or, + within a display generated by the Derivative Works, if and + wherever such third-party notices normally appear. The contents + of the NOTICE file are for informational purposes only and + do not modify the License. You may add Your own attribution + notices within Derivative Works that You distribute, alongside + or as an addendum to the NOTICE text from the Work, provided + that such additional attribution notices cannot be construed + as modifying the License. -Permission is hereby granted, free of charge, to any person obtaining a -copy of data files and any associated documentation (the "Data Files") or -software and any associated documentation (the "Software") to deal in the -Data Files or Software without restriction, including without limitation -the rights to use, copy, modify, merge, publish, distribute, and/or sell -copies of the Data Files or Software, and to permit persons to whom the -Data Files or Software are furnished to do so, provided that either (a) -this copyright and permission notice appear with all copies of the Data -Files or Software, or (b) this copyright and permission notice appear in -associated Documentation. + You may add Your own copyright statement to Your modifications and + may provide additional or different license terms and conditions + for use, reproduction, or distribution of Your modifications, or + for any such Derivative Works as a whole, provided Your use, + reproduction, and distribution of the Work otherwise complies with + the conditions stated in this License. -THE DATA FILES AND SOFTWARE ARE PROVIDED "AS IS", WITHOUT WARRANTY OF ANY -KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF -MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT OF -THIRD PARTY RIGHTS. + 5. Submission of Contributions. Unless You explicitly state otherwise, + any Contribution intentionally submitted for inclusion in the Work + by You to the Licensor shall be under the terms and conditions of + this License, without any additional terms or conditions. + Notwithstanding the above, nothing herein shall supersede or modify + the terms of any separate license agreement you may have executed + with Licensor regarding such Contributions. -IN NO EVENT SHALL THE COPYRIGHT HOLDER OR HOLDERS INCLUDED IN THIS NOTICE -BE LIABLE FOR ANY CLAIM, OR ANY SPECIAL INDIRECT OR CONSEQUENTIAL DAMAGES, -OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, -WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, -ARISING OUT OF OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THE DATA -FILES OR SOFTWARE. + 6. Trademarks. This License does not grant permission to use the trade + names, trademarks, service marks, or product names of the Licensor, + except as required for reasonable and customary use in describing the + origin of the Work and reproducing the content of the NOTICE file. -Except as contained in this notice, the name of a copyright holder shall -not be used in advertising or otherwise to promote the sale, use or other -dealings in these Data Files or Software without prior written -authorization of the copyright holder. --------------------------------------------------------------------------------- -icu + 7. Disclaimer of Warranty. Unless required by applicable law or + agreed to in writing, Licensor provides the Work (and each + Contributor provides its Contributions) on an "AS IS" BASIS, + WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or + implied, including, without limitation, any warranties or conditions + of TITLE, NON-INFRINGEMENT, MERCHANTABILITY, or FITNESS FOR A + PARTICULAR PURPOSE. You are solely responsible for determining the + appropriateness of using or redistributing the Work and assume any + risks associated with Your exercise of permissions under this License. -Copyright (c) 2008-2011, International Business Machines Corporation and -others. All Rights Reserved. + 8. Limitation of Liability. In no event and under no legal theory, + whether in tort (including negligence), contract, or otherwise, + unless required by applicable law (such as deliberate and grossly + negligent acts) or agreed to in writing, shall any Contributor be + liable to You for damages, including any direct, indirect, special, + incidental, or consequential damages of any character arising as a + result of this License or out of the use or inability to use the + Work (including but not limited to damages for loss of goodwill, + work stoppage, computer failure or malfunction, or any and all + other commercial damages or losses), even if such Contributor + has been advised of the possibility of such damages. -Permission is hereby granted, free of charge, to any person obtaining a -copy of data files and any associated documentation (the "Data Files") or -software and any associated documentation (the "Software") to deal in the -Data Files or Software without restriction, including without limitation -the rights to use, copy, modify, merge, publish, distribute, and/or sell -copies of the Data Files or Software, and to permit persons to whom the -Data Files or Software are furnished to do so, provided that either (a) -this copyright and permission notice appear with all copies of the Data -Files or Software, or (b) this copyright and permission notice appear in -associated Documentation. + 9. Accepting Warranty or Additional Liability. While redistributing + the Work or Derivative Works thereof, You may choose to offer, + and charge a fee for, acceptance of support, warranty, indemnity, + or other liability obligations and/or rights consistent with this + License. However, in accepting such obligations, You may act only + on Your own behalf and on Your sole responsibility, not on behalf + of any other Contributor, and only if You agree to indemnify, + defend, and hold each Contributor harmless for any liability + incurred by, or claims asserted against, such Contributor by reason + of your accepting any such warranty or additional liability. -THE DATA FILES AND SOFTWARE ARE PROVIDED "AS IS", WITHOUT WARRANTY OF ANY -KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF -MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT OF -THIRD PARTY RIGHTS. + END OF TERMS AND CONDITIONS -IN NO EVENT SHALL THE COPYRIGHT HOLDER OR HOLDERS INCLUDED IN THIS NOTICE -BE LIABLE FOR ANY CLAIM, OR ANY SPECIAL INDIRECT OR CONSEQUENTIAL DAMAGES, -OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, -WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, -ARISING OUT OF OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THE DATA -FILES OR SOFTWARE. + APPENDIX: How to apply the Apache License to your work. -Except as contained in this notice, the name of a copyright holder shall -not be used in advertising or otherwise to promote the sale, use or other -dealings in these Data Files or Software without prior written -authorization of the copyright holder. --------------------------------------------------------------------------------- -icu + To apply the Apache License to your work, attach the following + boilerplate notice, with the fields enclosed by brackets "[]" + replaced with your own identifying information. (Don't include + the brackets!) The text should be enclosed in the appropriate + comment syntax for the file format. We also recommend that a + file or class name and description of purpose be included on the + same "printed page" as the copyright notice for easier + identification within third-party archives. -Copyright (c) 2008-2015, International Business Machines -Corporation and others. All Rights Reserved. + Copyright 2017 Workiva Inc. -Permission is hereby granted, free of charge, to any person obtaining a -copy of data files and any associated documentation (the "Data Files") or -software and any associated documentation (the "Software") to deal in the -Data Files or Software without restriction, including without limitation -the rights to use, copy, modify, merge, publish, distribute, and/or sell -copies of the Data Files or Software, and to permit persons to whom the -Data Files or Software are furnished to do so, provided that either (a) -this copyright and permission notice appear with all copies of the Data -Files or Software, or (b) this copyright and permission notice appear in -associated Documentation. + Licensed under the Apache License, Version 2.0 (the "License"); + you may not use this file except in compliance with the License. + You may obtain a copy of the License at -THE DATA FILES AND SOFTWARE ARE PROVIDED "AS IS", WITHOUT WARRANTY OF ANY -KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF -MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT OF -THIRD PARTY RIGHTS. + http://www.apache.org/licenses/LICENSE-2.0 -IN NO EVENT SHALL THE COPYRIGHT HOLDER OR HOLDERS INCLUDED IN THIS NOTICE -BE LIABLE FOR ANY CLAIM, OR ANY SPECIAL INDIRECT OR CONSEQUENTIAL DAMAGES, -OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, -WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, -ARISING OUT OF OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THE DATA -FILES OR SOFTWARE. + Unless required by applicable law or agreed to in writing, software + distributed under the License is distributed on an "AS IS" BASIS, + WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + See the License for the specific language governing permissions and + limitations under the License. -Except as contained in this notice, the name of a copyright holder shall -not be used in advertising or otherwise to promote the sale, use or other -dealings in these Data Files or Software without prior written -authorization of the copyright holder. -------------------------------------------------------------------------------- -icu - -Copyright (c) 2009, International Business Machines Corporation and -others. All Rights Reserved. +process_runner -Permission is hereby granted, free of charge, to any person obtaining a -copy of data files and any associated documentation (the "Data Files") or -software and any associated documentation (the "Software") to deal in the -Data Files or Software without restriction, including without limitation -the rights to use, copy, modify, merge, publish, distribute, and/or sell -copies of the Data Files or Software, and to permit persons to whom the -Data Files or Software are furnished to do so, provided that either (a) -this copyright and permission notice appear with all copies of the Data -Files or Software, or (b) this copyright and permission notice appear in -associated Documentation. +Copyright 2020 The Flutter Authors. All rights reserved. -THE DATA FILES AND SOFTWARE ARE PROVIDED "AS IS", WITHOUT WARRANTY OF ANY -KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF -MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT OF -THIRD PARTY RIGHTS. +Redistribution and use in source and binary forms, with or without modification, +are permitted provided that the following conditions are met: -IN NO EVENT SHALL THE COPYRIGHT HOLDER OR HOLDERS INCLUDED IN THIS NOTICE -BE LIABLE FOR ANY CLAIM, OR ANY SPECIAL INDIRECT OR CONSEQUENTIAL DAMAGES, -OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, -WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, -ARISING OUT OF OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THE DATA -FILES OR SOFTWARE. + * Redistributions of source code must retain the above copyright + notice, this list of conditions and the following disclaimer. + * Redistributions in binary form must reproduce the above + copyright notice, this list of conditions and the following + disclaimer in the documentation and/or other materials provided + with the distribution. + * Neither the name of Google Inc. nor the names of its + contributors may be used to endorse or promote products derived + from this software without specific prior written permission. -Except as contained in this notice, the name of a copyright holder shall -not be used in advertising or otherwise to promote the sale, use or other -dealings in these Data Files or Software without prior written -authorization of the copyright holder. +THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" AND +ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED +WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE +DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT OWNER OR CONTRIBUTORS BE LIABLE FOR +ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES +(INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; +LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON +ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT +(INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS +SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. -------------------------------------------------------------------------------- -icu - -Copyright (c) 2011-2012 International Business Machines Corporation -and others. All Rights Reserved. +process_runner -Permission is hereby granted, free of charge, to any person obtaining a -copy of data files and any associated documentation (the "Data Files") or -software and any associated documentation (the "Software") to deal in the -Data Files or Software without restriction, including without limitation -the rights to use, copy, modify, merge, publish, distribute, and/or sell -copies of the Data Files or Software, and to permit persons to whom the -Data Files or Software are furnished to do so, provided that either (a) -this copyright and permission notice appear with all copies of the Data -Files or Software, or (b) this copyright and permission notice appear in -associated Documentation. +Copyright 2020 The Flutter Authors. All rights reserved. +Use of this source code is governed by a BSD-style license that can be +found in the LICENSE file. +-------------------------------------------------------------------------------- +rapidjson -THE DATA FILES AND SOFTWARE ARE PROVIDED "AS IS", WITHOUT WARRANTY OF ANY -KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF -MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT OF -THIRD PARTY RIGHTS. +Tencent is pleased to support the open source community by making RapidJSON available-> -IN NO EVENT SHALL THE COPYRIGHT HOLDER OR HOLDERS INCLUDED IN THIS NOTICE -BE LIABLE FOR ANY CLAIM, OR ANY SPECIAL INDIRECT OR CONSEQUENTIAL DAMAGES, -OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, -WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, -ARISING OUT OF OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THE DATA -FILES OR SOFTWARE. +Copyright (C) 2015 THL A29 Limited, a Tencent company, and Milo Yip-> All rights reserved-> -Except as contained in this notice, the name of a copyright holder shall -not be used in advertising or otherwise to promote the sale, use or other -dealings in these Data Files or Software without prior written -authorization of the copyright holder. +Licensed under the MIT License (the "License"); you may not use this file except +in compliance with the License-> You may obtain a copy of the License at + +http://opensource->org/licenses/MIT + +Unless required by applicable law or agreed to in writing, software distributed +under the License is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR +CONDITIONS OF ANY KIND, either express or implied-> See the License for the +specific language governing permissions and limitations under the License-> -------------------------------------------------------------------------------- -icu +rapidjson -Copyright (c) 2014, International Business Machines -Corporation and others. All Rights Reserved. +Tencent is pleased to support the open source community by making RapidJSON available. -Permission is hereby granted, free of charge, to any person obtaining a -copy of data files and any associated documentation (the "Data Files") or -software and any associated documentation (the "Software") to deal in the -Data Files or Software without restriction, including without limitation -the rights to use, copy, modify, merge, publish, distribute, and/or sell -copies of the Data Files or Software, and to permit persons to whom the -Data Files or Software are furnished to do so, provided that either (a) -this copyright and permission notice appear with all copies of the Data -Files or Software, or (b) this copyright and permission notice appear in -associated Documentation. +Copyright (C) 2015 THL A29 Limited, a Tencent company, and Milo Yip. All rights reserved. -THE DATA FILES AND SOFTWARE ARE PROVIDED "AS IS", WITHOUT WARRANTY OF ANY -KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF -MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT OF -THIRD PARTY RIGHTS. +Licensed under the MIT License (the "License"); you may not use this file except +in compliance with the License. You may obtain a copy of the License at -IN NO EVENT SHALL THE COPYRIGHT HOLDER OR HOLDERS INCLUDED IN THIS NOTICE -BE LIABLE FOR ANY CLAIM, OR ANY SPECIAL INDIRECT OR CONSEQUENTIAL DAMAGES, -OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, -WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, -ARISING OUT OF OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THE DATA -FILES OR SOFTWARE. +http://opensource.org/licenses/MIT -Except as contained in this notice, the name of a copyright holder shall -not be used in advertising or otherwise to promote the sale, use or other -dealings in these Data Files or Software without prior written -authorization of the copyright holder. +Unless required by applicable law or agreed to in writing, software distributed +under the License is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR +CONDITIONS OF ANY KIND, either express or implied. See the License for the +specific language governing permissions and limitations under the License. -------------------------------------------------------------------------------- -icu +rapidjson -Copyright (c) 2014-2016, International Business Machines -Corporation and others. All Rights Reserved. +Tencent is pleased to support the open source community by making RapidJSON available. -Permission is hereby granted, free of charge, to any person obtaining a -copy of data files and any associated documentation (the "Data Files") or -software and any associated documentation (the "Software") to deal in the -Data Files or Software without restriction, including without limitation -the rights to use, copy, modify, merge, publish, distribute, and/or sell -copies of the Data Files or Software, and to permit persons to whom the -Data Files or Software are furnished to do so, provided that either (a) -this copyright and permission notice appear with all copies of the Data -Files or Software, or (b) this copyright and permission notice appear in -associated Documentation. +Copyright (C) 2015 THL A29 Limited, a Tencent company, and Milo Yip. All rights reserved. -THE DATA FILES AND SOFTWARE ARE PROVIDED "AS IS", WITHOUT WARRANTY OF ANY -KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF -MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT OF -THIRD PARTY RIGHTS. +Licensed under the MIT License (the "License"); you may not use this file except +in compliance with the License. You may obtain a copy of the License at -IN NO EVENT SHALL THE COPYRIGHT HOLDER OR HOLDERS INCLUDED IN THIS NOTICE -BE LIABLE FOR ANY CLAIM, OR ANY SPECIAL INDIRECT OR CONSEQUENTIAL DAMAGES, -OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, -WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, -ARISING OUT OF OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THE DATA -FILES OR SOFTWARE. +http://opensource.org/licenses/MIT -Except as contained in this notice, the name of a copyright holder shall -not be used in advertising or otherwise to promote the sale, use or other -dealings in these Data Files or Software without prior written -authorization of the copyright holder. +Unless required by applicable law or agreed to in writing, software distributed +under the License is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR +CONDITIONS OF ANY KIND, either express or implied. See the License for the +specific language governing permissions and limitations under the License. -------------------------------------------------------------------------------- -icu +rapidjson -Copyright (c) 2015, International Business Machines Corporation and -others. All Rights Reserved. +Tencent is pleased to support the open source community by making RapidJSON available. -Permission is hereby granted, free of charge, to any person obtaining a -copy of data files and any associated documentation (the "Data Files") or -software and any associated documentation (the "Software") to deal in the -Data Files or Software without restriction, including without limitation -the rights to use, copy, modify, merge, publish, distribute, and/or sell -copies of the Data Files or Software, and to permit persons to whom the -Data Files or Software are furnished to do so, provided that either (a) -this copyright and permission notice appear with all copies of the Data -Files or Software, or (b) this copyright and permission notice appear in -associated Documentation. +Copyright (C) 2015 THL A29 Limited, a Tencent company, and Milo Yip. All rights reserved. -THE DATA FILES AND SOFTWARE ARE PROVIDED "AS IS", WITHOUT WARRANTY OF ANY -KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF -MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT OF -THIRD PARTY RIGHTS. +If you have downloaded a copy of the RapidJSON binary from Tencent, please note that the RapidJSON binary is licensed under the MIT License. +If you have downloaded a copy of the RapidJSON source code from Tencent, please note that RapidJSON source code is licensed under the MIT License, except for the third-party components listed below which are subject to different license terms. Your integration of RapidJSON into your own projects may require compliance with the MIT License, as well as the other licenses applicable to the third-party components included within RapidJSON. -IN NO EVENT SHALL THE COPYRIGHT HOLDER OR HOLDERS INCLUDED IN THIS NOTICE -BE LIABLE FOR ANY CLAIM, OR ANY SPECIAL INDIRECT OR CONSEQUENTIAL DAMAGES, -OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, -WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, -ARISING OUT OF OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THE DATA -FILES OR SOFTWARE. +A copy of the MIT License is included in this file. -Except as contained in this notice, the name of a copyright holder shall -not be used in advertising or otherwise to promote the sale, use or other -dealings in these Data Files or Software without prior written -authorization of the copyright holder. --------------------------------------------------------------------------------- -icu +Other dependencies and licenses: -Copyright (c) IBM Corporation, 2000-2010. All rights reserved. +Open Source Software Licensed Under the BSD License: +-------------------------------------------------------------------- -This software is made available under the terms of the -ICU License -- ICU 1.8.1 and later. +The msinttypes r29 +Copyright (c) 2006-2013 Alexander Chemeris +All rights reserved. + +Redistribution and use in source and binary forms, with or without modification, are permitted provided that the following conditions are met: + +* Redistributions of source code must retain the above copyright notice, this list of conditions and the following disclaimer. +* Redistributions in binary form must reproduce the above copyright notice, this list of conditions and the following disclaimer in the documentation and/or other materials provided with the distribution. +* Neither the name of copyright holder nor the names of its contributors may be used to endorse or promote products derived from this software without specific prior written permission. + +THIS SOFTWARE IS PROVIDED BY THE REGENTS AND CONTRIBUTORS ``AS IS'' AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE REGENTS AND CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. + + +Terms of the MIT License: +-------------------------------------------------------------------- + +Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions: + +The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software. + +THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. -------------------------------------------------------------------------------- -icu +rapidjson -Copyright (c) IBM Corporation, 2000-2011. All rights reserved. +The above software in this distribution may have been modified by +THL A29 Limited ("Tencent Modifications"). +All Tencent Modifications are Copyright (C) 2015 THL A29 Limited. +-------------------------------------------------------------------------------- +re2 -This software is made available under the terms of the -ICU License -- ICU 1.8.1 and later. +// Copyright (c) 2009 The RE2 Authors. All rights reserved. +// +// Redistribution and use in source and binary forms, with or without +// modification, are permitted provided that the following conditions are +// met: +// +// * Redistributions of source code must retain the above copyright +// notice, this list of conditions and the following disclaimer. +// * Redistributions in binary form must reproduce the above +// copyright notice, this list of conditions and the following disclaimer +// in the documentation and/or other materials provided with the +// distribution. +// * Neither the name of Google Inc. nor the names of its +// contributors may be used to endorse or promote products derived from +// this software without specific prior written permission. +// +// THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS +// "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT +// LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR +// A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT +// OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, +// SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT +// LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, +// DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY +// THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT +// (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE +// OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. -------------------------------------------------------------------------------- -icu +re2 -Copyright (c) IBM Corporation, 2000-2012. All rights reserved. +Copyright 1999-2005 The RE2 Authors. All Rights Reserved. +Use of this source code is governed by a BSD-style +license that can be found in the LICENSE file. +-------------------------------------------------------------------------------- +re2 -This software is made available under the terms of the -ICU License -- ICU 1.8.1 and later. +Copyright 2003-2009 Google Inc. All rights reserved. +Use of this source code is governed by a BSD-style +license that can be found in the LICENSE file. -------------------------------------------------------------------------------- -icu +re2 -Copyright (c) IBM Corporation, 2000-2014. All rights reserved. +Copyright 2003-2009 The RE2 Authors. All Rights Reserved. +Use of this source code is governed by a BSD-style +license that can be found in the LICENSE file. +-------------------------------------------------------------------------------- +re2 -This software is made available under the terms of the -ICU License -- ICU 1.8.1 and later. +Copyright 2003-2010 Google Inc. All Rights Reserved. +Use of this source code is governed by a BSD-style +license that can be found in the LICENSE file. -------------------------------------------------------------------------------- -icu +re2 -Copyright (c) IBM Corporation, 2000-2016. All rights reserved. +Copyright 2006 The RE2 Authors. All Rights Reserved. +Use of this source code is governed by a BSD-style +license that can be found in the LICENSE file. +-------------------------------------------------------------------------------- +re2 -This software is made available under the terms of the -ICU License -- ICU 1.8.1 and later. +Copyright 2006-2007 The RE2 Authors. All Rights Reserved. +Use of this source code is governed by a BSD-style +license that can be found in the LICENSE file. -------------------------------------------------------------------------------- -icu +re2 -Copyright 2001 and onwards Google Inc. +Copyright 2007 The RE2 Authors. All Rights Reserved. +Use of this source code is governed by a BSD-style +license that can be found in the LICENSE file. +-------------------------------------------------------------------------------- +re2 -Permission is hereby granted, free of charge, to any person obtaining a -copy of data files and any associated documentation (the "Data Files") or -software and any associated documentation (the "Software") to deal in the -Data Files or Software without restriction, including without limitation -the rights to use, copy, modify, merge, publish, distribute, and/or sell -copies of the Data Files or Software, and to permit persons to whom the -Data Files or Software are furnished to do so, provided that either (a) -this copyright and permission notice appear with all copies of the Data -Files or Software, or (b) this copyright and permission notice appear in -associated Documentation. +Copyright 2008 The RE2 Authors. All Rights Reserved. +Use of this source code is governed by a BSD-style +license that can be found in the LICENSE file. +-------------------------------------------------------------------------------- +re2 -THE DATA FILES AND SOFTWARE ARE PROVIDED "AS IS", WITHOUT WARRANTY OF ANY -KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF -MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT OF -THIRD PARTY RIGHTS. +Copyright 2009 The RE2 Authors. All Rights Reserved. +Use of this source code is governed by a BSD-style +license that can be found in the LICENSE file. +-------------------------------------------------------------------------------- +re2 -IN NO EVENT SHALL THE COPYRIGHT HOLDER OR HOLDERS INCLUDED IN THIS NOTICE -BE LIABLE FOR ANY CLAIM, OR ANY SPECIAL INDIRECT OR CONSEQUENTIAL DAMAGES, -OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, -WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, -ARISING OUT OF OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THE DATA -FILES OR SOFTWARE. +Copyright 2010 The RE2 Authors. All Rights Reserved. +Use of this source code is governed by a BSD-style +license that can be found in the LICENSE file. +-------------------------------------------------------------------------------- +re2 -Except as contained in this notice, the name of a copyright holder shall -not be used in advertising or otherwise to promote the sale, use or other -dealings in these Data Files or Software without prior written -authorization of the copyright holder. +Copyright 2016 The RE2 Authors. All Rights Reserved. +Use of this source code is governed by a BSD-style +license that can be found in the LICENSE file. -------------------------------------------------------------------------------- -icu +re2 -Copyright 2004 and onwards Google Inc. +Copyright 2018 The RE2 Authors. All Rights Reserved. +Use of this source code is governed by a BSD-style +license that can be found in the LICENSE file. +-------------------------------------------------------------------------------- +re2 -Permission is hereby granted, free of charge, to any person obtaining a -copy of data files and any associated documentation (the "Data Files") or -software and any associated documentation (the "Software") to deal in the -Data Files or Software without restriction, including without limitation -the rights to use, copy, modify, merge, publish, distribute, and/or sell -copies of the Data Files or Software, and to permit persons to whom the -Data Files or Software are furnished to do so, provided that either (a) -this copyright and permission notice appear with all copies of the Data -Files or Software, or (b) this copyright and permission notice appear in -associated Documentation. +Copyright 2019 The RE2 Authors. All Rights Reserved. +Use of this source code is governed by a BSD-style +license that can be found in the LICENSE file. +-------------------------------------------------------------------------------- +re2 -THE DATA FILES AND SOFTWARE ARE PROVIDED "AS IS", WITHOUT WARRANTY OF ANY -KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF -MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT OF -THIRD PARTY RIGHTS. +Copyright 2022 The RE2 Authors. All Rights Reserved. +Use of this source code is governed by a BSD-style +license that can be found in the LICENSE file. +-------------------------------------------------------------------------------- +re2 -IN NO EVENT SHALL THE COPYRIGHT HOLDER OR HOLDERS INCLUDED IN THIS NOTICE -BE LIABLE FOR ANY CLAIM, OR ANY SPECIAL INDIRECT OR CONSEQUENTIAL DAMAGES, -OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, -WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, -ARISING OUT OF OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THE DATA -FILES OR SOFTWARE. +Copyright 2023 The RE2 Authors. All Rights Reserved. +Use of this source code is governed by a BSD-style +license that can be found in the LICENSE file. +-------------------------------------------------------------------------------- +re2 -Except as contained in this notice, the name of a copyright holder shall -not be used in advertising or otherwise to promote the sale, use or other -dealings in these Data Files or Software without prior written -authorization of the copyright holder. +The authors of this software are Rob Pike and Ken Thompson. + Copyright (c) 2002 by Lucent Technologies. +Permission to use, copy, modify, and distribute this software for any +purpose without fee is hereby granted, provided that this entire notice +is included in all copies of any software which is or includes a copy +or modification of this software and in all copies of the supporting +documentation for such software. +THIS SOFTWARE IS BEING PROVIDED "AS IS", WITHOUT ANY EXPRESS OR IMPLIED +WARRANTY. IN PARTICULAR, NEITHER THE AUTHORS NOR LUCENT TECHNOLOGIES MAKE ANY +REPRESENTATION OR WARRANTY OF ANY KIND CONCERNING THE MERCHANTABILITY +OF THIS SOFTWARE OR ITS FITNESS FOR ANY PARTICULAR PURPOSE. -------------------------------------------------------------------------------- -icu +rexios_lints -Copyright 2007 Google Inc. All Rights Reserved. +Copyright 2023 Aaron DeLory -Permission is hereby granted, free of charge, to any person obtaining a -copy of data files and any associated documentation (the "Data Files") or -software and any associated documentation (the "Software") to deal in the -Data Files or Software without restriction, including without limitation -the rights to use, copy, modify, merge, publish, distribute, and/or sell -copies of the Data Files or Software, and to permit persons to whom the -Data Files or Software are furnished to do so, provided that either (a) -this copyright and permission notice appear with all copies of the Data -Files or Software, or (b) this copyright and permission notice appear in -associated Documentation. +Redistribution and use in source and binary forms, with or without modification, are permitted provided that the following conditions are met: -THE DATA FILES AND SOFTWARE ARE PROVIDED "AS IS", WITHOUT WARRANTY OF ANY -KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF -MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT OF -THIRD PARTY RIGHTS. +1. Redistributions of source code must retain the above copyright notice, this list of conditions and the following disclaimer. + +2. Redistributions in binary form must reproduce the above copyright notice, this list of conditions and the following disclaimer in the documentation and/or other materials provided with the distribution. -IN NO EVENT SHALL THE COPYRIGHT HOLDER OR HOLDERS INCLUDED IN THIS NOTICE -BE LIABLE FOR ANY CLAIM, OR ANY SPECIAL INDIRECT OR CONSEQUENTIAL DAMAGES, -OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, -WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, -ARISING OUT OF OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THE DATA -FILES OR SOFTWARE. +3. Neither the name of the copyright holder nor the names of its contributors may be used to endorse or promote products derived from this software without specific prior written permission. -Except as contained in this notice, the name of a copyright holder shall -not be used in advertising or otherwise to promote the sale, use or other -dealings in these Data Files or Software without prior written -authorization of the copyright holder. +THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT HOLDER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. -------------------------------------------------------------------------------- -icu +shaderc -UNICODE LICENSE V3 + Apache License + Version 2.0, January 2004 + http://www.apache.org/licenses/ -COPYRIGHT AND PERMISSION NOTICE + TERMS AND CONDITIONS FOR USE, REPRODUCTION, AND DISTRIBUTION -Copyright © 2016-2023 Unicode, Inc. + 1. Definitions. -NOTICE TO USER: Carefully read the following legal agreement. BY -DOWNLOADING, INSTALLING, COPYING OR OTHERWISE USING DATA FILES, AND/OR -SOFTWARE, YOU UNEQUIVOCALLY ACCEPT, AND AGREE TO BE BOUND BY, ALL OF THE -TERMS AND CONDITIONS OF THIS AGREEMENT. IF YOU DO NOT AGREE, DO NOT -DOWNLOAD, INSTALL, COPY, DISTRIBUTE OR USE THE DATA FILES OR SOFTWARE. + "License" shall mean the terms and conditions for use, reproduction, + and distribution as defined by Sections 1 through 9 of this document. -Permission is hereby granted, free of charge, to any person obtaining a -copy of data files and any associated documentation (the "Data Files") or -software and any associated documentation (the "Software") to deal in the -Data Files or Software without restriction, including without limitation -the rights to use, copy, modify, merge, publish, distribute, and/or sell -copies of the Data Files or Software, and to permit persons to whom the -Data Files or Software are furnished to do so, provided that either (a) -this copyright and permission notice appear with all copies of the Data -Files or Software, or (b) this copyright and permission notice appear in -associated Documentation. + "Licensor" shall mean the copyright owner or entity authorized by + the copyright owner that is granting the License. -THE DATA FILES AND SOFTWARE ARE PROVIDED "AS IS", WITHOUT WARRANTY OF ANY -KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF -MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT OF -THIRD PARTY RIGHTS. + "Legal Entity" shall mean the union of the acting entity and all + other entities that control, are controlled by, or are under common + control with that entity. For the purposes of this definition, + "control" means (i) the power, direct or indirect, to cause the + direction or management of such entity, whether by contract or + otherwise, or (ii) ownership of fifty percent (50%) or more of the + outstanding shares, or (iii) beneficial ownership of such entity. -IN NO EVENT SHALL THE COPYRIGHT HOLDER OR HOLDERS INCLUDED IN THIS NOTICE -BE LIABLE FOR ANY CLAIM, OR ANY SPECIAL INDIRECT OR CONSEQUENTIAL DAMAGES, -OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, -WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, -ARISING OUT OF OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THE DATA -FILES OR SOFTWARE. + "You" (or "Your") shall mean an individual or Legal Entity + exercising permissions granted by this License. -Except as contained in this notice, the name of a copyright holder shall -not be used in advertising or otherwise to promote the sale, use or other -dealings in these Data Files or Software without prior written -authorization of the copyright holder. + "Source" form shall mean the preferred form for making modifications, + including but not limited to software source code, documentation + source, and configuration files. -Third-Party Software Licenses + "Object" form shall mean any form resulting from mechanical + transformation or translation of a Source form, including but + not limited to compiled object code, generated documentation, + and conversions to other media types. -This section contains third-party software notices and/or additional -terms for licensed third-party software components included within ICU -libraries. + "Work" shall mean the work of authorship, whether in Source or + Object form, made available under the License, as indicated by a + copyright notice that is included in or attached to the work + (an example is provided in the Appendix below). -ICU License - ICU 1.8.1 to ICU 57.1 + "Derivative Works" shall mean any work, whether in Source or Object + form, that is based on (or derived from) the Work and for which the + editorial revisions, annotations, elaborations, or other modifications + represent, as a whole, an original work of authorship. For the purposes + of this License, Derivative Works shall not include works that remain + separable from, or merely link (or bind by name) to the interfaces of, + the Work and Derivative Works thereof. -COPYRIGHT AND PERMISSION NOTICE + "Contribution" shall mean any work of authorship, including + the original version of the Work and any modifications or additions + to that Work or Derivative Works thereof, that is intentionally + submitted to Licensor for inclusion in the Work by the copyright owner + or by an individual or Legal Entity authorized to submit on behalf of + the copyright owner. For the purposes of this definition, "submitted" + means any form of electronic, verbal, or written communication sent + to the Licensor or its representatives, including but not limited to + communication on electronic mailing lists, source code control systems, + and issue tracking systems that are managed by, or on behalf of, the + Licensor for the purpose of discussing and improving the Work, but + excluding communication that is conspicuously marked or otherwise + designated in writing by the copyright owner as "Not a Contribution." -Copyright (c) 1995-2016 International Business Machines Corporation and others -All rights reserved. + "Contributor" shall mean Licensor and any individual or Legal Entity + on behalf of whom a Contribution has been received by Licensor and + subsequently incorporated within the Work. -Permission is hereby granted, free of charge, to any person obtaining -a copy of this software and associated documentation files (the -"Software"), to deal in the Software without restriction, including -without limitation the rights to use, copy, modify, merge, publish, -distribute, and/or sell copies of the Software, and to permit persons -to whom the Software is furnished to do so, provided that the above -copyright notice(s) and this permission notice appear in all copies of -the Software and that both the above copyright notice(s) and this -permission notice appear in supporting documentation. + 2. Grant of Copyright License. Subject to the terms and conditions of + this License, each Contributor hereby grants to You a perpetual, + worldwide, non-exclusive, no-charge, royalty-free, irrevocable + copyright license to reproduce, prepare Derivative Works of, + publicly display, publicly perform, sublicense, and distribute the + Work and such Derivative Works in Source or Object form. -THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, -EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF -MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT -OF THIRD PARTY RIGHTS. IN NO EVENT SHALL THE COPYRIGHT HOLDER OR -HOLDERS INCLUDED IN THIS NOTICE BE LIABLE FOR ANY CLAIM, OR ANY -SPECIAL INDIRECT OR CONSEQUENTIAL DAMAGES, OR ANY DAMAGES WHATSOEVER -RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN ACTION OF -CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF OR IN -CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. + 3. Grant of Patent License. Subject to the terms and conditions of + this License, each Contributor hereby grants to You a perpetual, + worldwide, non-exclusive, no-charge, royalty-free, irrevocable + (except as stated in this section) patent license to make, have made, + use, offer to sell, sell, import, and otherwise transfer the Work, + where such license applies only to those patent claims licensable + by such Contributor that are necessarily infringed by their + Contribution(s) alone or by combination of their Contribution(s) + with the Work to which such Contribution(s) was submitted. If You + institute patent litigation against any entity (including a + cross-claim or counterclaim in a lawsuit) alleging that the Work + or a Contribution incorporated within the Work constitutes direct + or contributory patent infringement, then any patent licenses + granted to You under this License for that Work shall terminate + as of the date such litigation is filed. -Except as contained in this notice, the name of a copyright holder -shall not be used in advertising or otherwise to promote the sale, use -or other dealings in this Software without prior written authorization -of the copyright holder. + 4. Redistribution. You may reproduce and distribute copies of the + Work or Derivative Works thereof in any medium, with or without + modifications, and in Source or Object form, provided that You + meet the following conditions: -All trademarks and registered trademarks mentioned herein are the -property of their respective owners. + (a) You must give any other recipients of the Work or + Derivative Works a copy of this License; and -Chinese/Japanese Word Break Dictionary Data (cjdict.txt) + (b) You must cause any modified files to carry prominent notices + stating that You changed the files; and -The Google Chrome software developed by Google is licensed under -the BSD license. Other software included in this distribution is -provided under other licenses, as set forth below. + (c) You must retain, in the Source form of any Derivative Works + that You distribute, all copyright, patent, trademark, and + attribution notices from the Source form of the Work, + excluding those notices that do not pertain to any part of + the Derivative Works; and -The BSD License -http://opensource.org/licenses/bsd-license.php -Copyright (C) 2006-2008, Google Inc. + (d) If the Work includes a "NOTICE" text file as part of its + distribution, then any Derivative Works that You distribute must + include a readable copy of the attribution notices contained + within such NOTICE file, excluding those notices that do not + pertain to any part of the Derivative Works, in at least one + of the following places: within a NOTICE text file distributed + as part of the Derivative Works; within the Source form or + documentation, if provided along with the Derivative Works; or, + within a display generated by the Derivative Works, if and + wherever such third-party notices normally appear. The contents + of the NOTICE file are for informational purposes only and + do not modify the License. You may add Your own attribution + notices within Derivative Works that You distribute, alongside + or as an addendum to the NOTICE text from the Work, provided + that such additional attribution notices cannot be construed + as modifying the License. -All rights reserved. + You may add Your own copyright statement to Your modifications and + may provide additional or different license terms and conditions + for use, reproduction, or distribution of Your modifications, or + for any such Derivative Works as a whole, provided Your use, + reproduction, and distribution of the Work otherwise complies with + the conditions stated in this License. -Redistribution and use in source and binary forms, with or without -modification, are permitted provided that the following conditions are met: + 5. Submission of Contributions. Unless You explicitly state otherwise, + any Contribution intentionally submitted for inclusion in the Work + by You to the Licensor shall be under the terms and conditions of + this License, without any additional terms or conditions. + Notwithstanding the above, nothing herein shall supersede or modify + the terms of any separate license agreement you may have executed + with Licensor regarding such Contributions. -Redistributions of source code must retain the above copyright notice, -this list of conditions and the following disclaimer. -Redistributions in binary form must reproduce the above -copyright notice, this list of conditions and the following -disclaimer in the documentation and/or other materials provided with -the distribution. -Neither the name of Google Inc. nor the names of its -contributors may be used to endorse or promote products derived from -this software without specific prior written permission. + 6. Trademarks. This License does not grant permission to use the trade + names, trademarks, service marks, or product names of the Licensor, + except as required for reasonable and customary use in describing the + origin of the Work and reproducing the content of the NOTICE file. + 7. Disclaimer of Warranty. Unless required by applicable law or + agreed to in writing, Licensor provides the Work (and each + Contributor provides its Contributions) on an "AS IS" BASIS, + WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or + implied, including, without limitation, any warranties or conditions + of TITLE, NON-INFRINGEMENT, MERCHANTABILITY, or FITNESS FOR A + PARTICULAR PURPOSE. You are solely responsible for determining the + appropriateness of using or redistributing the Work and assume any + risks associated with Your exercise of permissions under this License. -THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND -CONTRIBUTORS "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, -INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF -MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE -DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT OWNER OR CONTRIBUTORS BE -LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR -CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF -SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR -BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF -LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING -NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS -SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. + 8. Limitation of Liability. In no event and under no legal theory, + whether in tort (including negligence), contract, or otherwise, + unless required by applicable law (such as deliberate and grossly + negligent acts) or agreed to in writing, shall any Contributor be + liable to You for damages, including any direct, indirect, special, + incidental, or consequential damages of any character arising as a + result of this License or out of the use or inability to use the + Work (including but not limited to damages for loss of goodwill, + work stoppage, computer failure or malfunction, or any and all + other commercial damages or losses), even if such Contributor + has been advised of the possibility of such damages. + + 9. Accepting Warranty or Additional Liability. While redistributing + the Work or Derivative Works thereof, You may choose to offer, + and charge a fee for, acceptance of support, warranty, indemnity, + or other liability obligations and/or rights consistent with this + License. However, in accepting such obligations, You may act only + on Your own behalf and on Your sole responsibility, not on behalf + of any other Contributor, and only if You agree to indemnify, + defend, and hold each Contributor harmless for any liability + incurred by, or claims asserted against, such Contributor by reason + of your accepting any such warranty or additional liability. + + END OF TERMS AND CONDITIONS -The word list in cjdict.txt are generated by combining three word lists -listed below with further processing for compound word breaking. The -frequency is generated with an iterative training against Google web -corpora. + APPENDIX: How to apply the Apache License to your work. + + To apply the Apache License to your work, attach the following + boilerplate notice, with the fields enclosed by brackets "[]" + replaced with your own identifying information. (Don't include + the brackets!) The text should be enclosed in the appropriate + comment syntax for the file format. We also recommend that a + file or class name and description of purpose be included on the + same "printed page" as the copyright notice for easier + identification within third-party archives. + + Copyright [yyyy] [name of copyright owner] + + Licensed under the Apache License, Version 2.0 (the "License"); + you may not use this file except in compliance with the License. + You may obtain a copy of the License at -* Libtabe (Chinese) - - https://sourceforge.net/project/?group_id=1519 - - Its license terms and conditions are shown below. + http://www.apache.org/licenses/LICENSE-2.0 -* IPADIC (Japanese) - - http://chasen.aist-nara.ac.jp/chasen/distribution.html - - Its license terms and conditions are shown below. + Unless required by applicable law or agreed to in writing, software + distributed under the License is distributed on an "AS IS" BASIS, + WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + See the License for the specific language governing permissions and + limitations under the License. +-------------------------------------------------------------------------------- +shaderc -Copyright (c) 1999 TaBE Project. -Copyright (c) 1999 Pai-Hsiang Hsiao. -All rights reserved. +Copyright (C) 2017 Google Inc. -Redistribution and use in source and binary forms, with or without -modification, are permitted provided that the following conditions -are met: +Licensed under the Apache License, Version 2.0 (the "License"); +you may not use this file except in compliance with the License. +You may obtain a copy of the License at -. Redistributions of source code must retain the above copyright - notice, this list of conditions and the following disclaimer. -. Redistributions in binary form must reproduce the above copyright - notice, this list of conditions and the following disclaimer in - the documentation and/or other materials provided with the - distribution. -. Neither the name of the TaBE Project nor the names of its - contributors may be used to endorse or promote products derived - from this software without specific prior written permission. + http://www.apache.org/licenses/LICENSE-2.0 -THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS -"AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT -LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS -FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE -REGENTS OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, -INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES -(INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR -SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) -HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, -STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) -ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED -OF THE POSSIBILITY OF SUCH DAMAGE. - -Copyright (c) 1999 Computer Systems and Communication Lab, - Institute of Information Science, Academia - Sinica. All rights reserved. +Unless required by applicable law or agreed to in writing, software +distributed under the License is distributed on an "AS IS" BASIS, +WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +See the License for the specific language governing permissions and +limitations under the License. +-------------------------------------------------------------------------------- +shaderc -Redistribution and use in source and binary forms, with or without -modification, are permitted provided that the following conditions -are met: +Copyright (C) 2017-2022 Google Inc. -. Redistributions of source code must retain the above copyright - notice, this list of conditions and the following disclaimer. -. Redistributions in binary form must reproduce the above copyright - notice, this list of conditions and the following disclaimer in - the documentation and/or other materials provided with the - distribution. -. Neither the name of the Computer Systems and Communication Lab - nor the names of its contributors may be used to endorse or - promote products derived from this software without specific - prior written permission. +Licensed under the Apache License, Version 2.0 (the "License"); +you may not use this file except in compliance with the License. +You may obtain a copy of the License at -THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS -"AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT -LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS -FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE -REGENTS OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, -INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES -(INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR -SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) -HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, -STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) -ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED -OF THE POSSIBILITY OF SUCH DAMAGE. - -Copyright 1996 Chih-Hao Tsai @ Beckman Institute, - University of Illinois -c-tsai4@uiuc.edu http://casper.beckman.uiuc.edu/~c-tsai4 - -Copyright 2000, 2001, 2002, 2003 Nara Institute of Science -and Technology. All Rights Reserved. - -Use, reproduction, and distribution of this software is permitted. -Any copy of this software, whether in its original form or modified, -must include both the above copyright notice and the following -paragraphs. - -Nara Institute of Science and Technology (NAIST), -the copyright holders, disclaims all warranties with regard to this -software, including all implied warranties of merchantability and -fitness, in no event shall NAIST be liable for -any special, indirect or consequential damages or any damages -whatsoever resulting from loss of use, data or profits, whether in an -action of contract, negligence or other tortuous action, arising out -of or in connection with the use or performance of this software. - -A large portion of the dictionary entries -originate from ICOT Free Software. The following conditions for ICOT -Free Software applies to the current dictionary as well. - -Each User may also freely distribute the Program, whether in its -original form or modified, to any third party or parties, PROVIDED -that the provisions of Section 3 ("NO WARRANTY") will ALWAYS appear -on, or be attached to, the Program, which is distributed substantially -in the same form as set out herein and that such intended -distribution, if actually made, will neither violate or otherwise -contravene any of the laws and regulations of the countries having -jurisdiction over the User or the intended distribution itself. - -NO WARRANTY - -The program was produced on an experimental basis in the course of the -research and development conducted during the project and is provided -to users as so produced on an experimental basis. Accordingly, the -program is provided without any warranty whatsoever, whether express, -implied, statutory or otherwise. The term "warranty" used herein -includes, but is not limited to, any warranty of the quality, -performance, merchantability and fitness for a particular purpose of -the program and the nonexistence of any infringement or violation of -any right of any third party. - -Each user of the program will agree and understand, and be deemed to -have agreed and understood, that there is no warranty whatsoever for -the program and, accordingly, the entire risk arising from or -otherwise connected with the program is assumed by the user. - -Therefore, neither ICOT, the copyright holder, or any other -organization that participated in or was otherwise related to the -development of the program and their respective officials, directors, -officers and other employees shall be held liable for any and all -damages, including, without limitation, general, special, incidental -and consequential damages, arising out of or otherwise in connection -with the use or inability to use the program or any product, material -or result produced or otherwise obtained by using the program, -regardless of whether they have been advised of, or otherwise had -knowledge of, the possibility of such damages at any time during the -project or thereafter. Each user will be deemed to have agreed to the -foregoing by his or her commencement of use of the program. The term -"use" as used herein includes, but is not limited to, the use, -modification, copying and distribution of the program and the -production of secondary products from the program. - -In the case where the program, whether in its original form or -modified, was distributed or delivered to or received by a user from -any person, organization or entity other than ICOT, unless it makes or -grants independently of ICOT any specific warranty to the user in -writing, such person, organization or entity, will also be exempted -from and not be held liable to the user for any such damages as noted -above as far as the program is concerned. + http://www.apache.org/licenses/LICENSE-2.0 -Lao Word Break Dictionary Data (laodict.txt) +Unless required by applicable law or agreed to in writing, software +distributed under the License is distributed on an "AS IS" BASIS, +WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +See the License for the specific language governing permissions and +limitations under the License. +-------------------------------------------------------------------------------- +shaderc -Copyright (C) 2016 and later: Unicode, Inc. and others. -License & terms of use: http://www.unicode.org/copyright.html -Copyright (c) 2015 International Business Machines Corporation -and others. All Rights Reserved. +Copyright (C) 2020 Google Inc. -Project: https://github.com/rober42539/lao-dictionary -Dictionary: https://github.com/rober42539/lao-dictionary/laodict.txt -License: https://github.com/rober42539/lao-dictionary/LICENSE.txt - (copied below) +Licensed under the Apache License, Version 2.0 (the "License"); +you may not use this file except in compliance with the License. +You may obtain a copy of the License at -This file is derived from the above dictionary version of Nov 22, 2020 + http://www.apache.org/licenses/LICENSE-2.0 -Copyright (C) 2013 Brian Eugene Wilson, Robert Martin Campbell. -All rights reserved. +Unless required by applicable law or agreed to in writing, software +distributed under the License is distributed on an "AS IS" BASIS, +WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +See the License for the specific language governing permissions and +limitations under the License. +-------------------------------------------------------------------------------- +shaderc -Redistribution and use in source and binary forms, with or without -modification, are permitted provided that the following conditions are met: +Copyright (C) 2020-2022 Google LLC -Redistributions of source code must retain the above copyright notice, this -list of conditions and the following disclaimer. Redistributions in binary -form must reproduce the above copyright notice, this list of conditions and -the following disclaimer in the documentation and/or other materials -provided with the distribution. +Licensed under the Apache License, Version 2.0 (the "License"); +you may not use this file except in compliance with the License. +You may obtain a copy of the License at -THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS -"AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT -LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS -FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE -COPYRIGHT HOLDER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, -INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES -(INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR -SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) -HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, -STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) -ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED -OF THE POSSIBILITY OF SUCH DAMAGE. + http://www.apache.org/licenses/LICENSE-2.0 -Burmese Word Break Dictionary Data (burmesedict.txt) +Unless required by applicable law or agreed to in writing, software +distributed under the License is distributed on an "AS IS" BASIS, +WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +See the License for the specific language governing permissions and +limitations under the License. +-------------------------------------------------------------------------------- +shaderc -Copyright (c) 2014 International Business Machines Corporation -and others. All Rights Reserved. +Copyright 2015 The Shaderc Authors. All rights reserved. -This list is part of a project hosted at: - github.com/kanyawtech/myanmar-karen-word-lists +Licensed under the Apache License, Version 2.0 (the "License"); +you may not use this file except in compliance with the License. +You may obtain a copy of the License at -Copyright (c) 2013, LeRoy Benjamin Sharon -All rights reserved. + http://www.apache.org/licenses/LICENSE-2.0 -Redistribution and use in source and binary forms, with or without -modification, are permitted provided that the following conditions -are met: Redistributions of source code must retain the above -copyright notice, this list of conditions and the following -disclaimer. Redistributions in binary form must reproduce the -above copyright notice, this list of conditions and the following -disclaimer in the documentation and/or other materials provided -with the distribution. - - Neither the name Myanmar Karen Word Lists, nor the names of its - contributors may be used to endorse or promote products derived - from this software without specific prior written permission. - -THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND -CONTRIBUTORS "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, -INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF -MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE -DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT HOLDER OR CONTRIBUTORS -BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, -EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED -TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, -DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON -ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR -TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF -THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF -SUCH DAMAGE. +Unless required by applicable law or agreed to in writing, software +distributed under the License is distributed on an "AS IS" BASIS, +WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +See the License for the specific language governing permissions and +limitations under the License. +-------------------------------------------------------------------------------- +shaderc -Google double-conversion +Copyright 2016 The Shaderc Authors. All rights reserved. -Copyright 2006-2011, the V8 project authors. All rights reserved. -Redistribution and use in source and binary forms, with or without -modification, are permitted provided that the following conditions are -met: +Licensed under the Apache License, Version 2.0 (the "License"); +you may not use this file except in compliance with the License. +You may obtain a copy of the License at - * Redistributions of source code must retain the above copyright - notice, this list of conditions and the following disclaimer. - * Redistributions in binary form must reproduce the above - copyright notice, this list of conditions and the following - disclaimer in the documentation and/or other materials provided - with the distribution. - * Neither the name of Google Inc. nor the names of its - contributors may be used to endorse or promote products derived - from this software without specific prior written permission. + http://www.apache.org/licenses/LICENSE-2.0 -THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS -"AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT -LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR -A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT -OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, -SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT -LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, -DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY -THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT -(INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE -OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. +Unless required by applicable law or agreed to in writing, software +distributed under the License is distributed on an "AS IS" BASIS, +WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +See the License for the specific language governing permissions and +limitations under the License. +-------------------------------------------------------------------------------- +shaderc -File: install-sh (only for ICU4C) +Copyright 2017 The Shaderc Authors. All rights reserved. +Licensed under the Apache License, Version 2.0 (the "License"); +you may not use this file except in compliance with the License. +You may obtain a copy of the License at -Copyright 1991 by the Massachusetts Institute of Technology + http://www.apache.org/licenses/LICENSE-2.0 -Permission to use, copy, modify, distribute, and sell this software and its -documentation for any purpose is hereby granted without fee, provided that -the above copyright notice appear in all copies and that both that -copyright notice and this permission notice appear in supporting -documentation, and that the name of M.I.T. not be used in advertising or -publicity pertaining to distribution of the software without specific, -written prior permission. M.I.T. makes no representations about the -suitability of this software for any purpose. It is provided "as is" -without express or implied warranty. +Unless required by applicable law or agreed to in writing, software +distributed under the License is distributed on an "AS IS" BASIS, +WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +See the License for the specific language governing permissions and +limitations under the License. -------------------------------------------------------------------------------- -icu +shaderc -punycode.c 0.4.0 (2001-Nov-17-Sat) -http://www.cs.berkeley.edu/~amc/idn/ -Adam M. Costello -http://www.nicemice.net/amc/ +Copyright 2018 The Shaderc Authors. All rights reserved. -Disclaimer and license +Licensed under the Apache License, Version 2.0 (the "License"); +you may not use this file except in compliance with the License. +You may obtain a copy of the License at - Regarding this entire document or any portion of it (including - the pseudocode and C code), the author makes no guarantees and - is not responsible for any damage resulting from its use. The - author grants irrevocable permission to anyone to use, modify, - and distribute it in any way that does not diminish the rights - of anyone else to use, modify, and distribute it, provided that - redistributed derivative works do not contain misleading author or - version information. Derivative works need not be licensed under - similar terms. --------------------------------------------------------------------------------- -include + http://www.apache.org/licenses/LICENSE-2.0 -Copyright (C) 2011 Nick Bruun -Copyright (C) 2013 Vlad Lazarenko -Copyright (C) 2014 Nicolas Pauss +Unless required by applicable law or agreed to in writing, software +distributed under the License is distributed on an "AS IS" BASIS, +WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +See the License for the specific language governing permissions and +limitations under the License. -------------------------------------------------------------------------------- -include +shaderc -Copyright (c) 2008-2009 Bjoern Hoehrmann +Copyright 2019 The Shaderc Authors. All rights reserved. -Permission is hereby granted, free of charge, to any person obtaining a copy -of this software and associated documentation files (the "Software"), to deal -in the Software without restriction, including without limitation the rights -to use, copy, modify, merge, publish, distribute, sublicense, and/or sell -copies of the Software, and to permit persons to whom the Software is -furnished to do so, subject to the following conditions: +Licensed under the Apache License, Version 2.0 (the "License"); +you may not use this file except in compliance with the License. +You may obtain a copy of the License at -The above copyright notice and this permission notice shall be included in all -copies or substantial portions of the Software. + http://www.apache.org/licenses/LICENSE-2.0 -THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR -IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, -FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE -AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER -LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, -OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE -SOFTWARE. +Unless required by applicable law or agreed to in writing, software +distributed under the License is distributed on an "AS IS" BASIS, +WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +See the License for the specific language governing permissions and +limitations under the License. -------------------------------------------------------------------------------- -include +skia -Copyright (c) 2009 Florian Loitsch. -Permission is hereby granted, free of charge, to any person obtaining a copy -of this software and associated documentation files (the "Software"), to deal -in the Software without restriction, including without limitation the rights -to use, copy, modify, merge, publish, distribute, sublicense, and/or sell -copies of the Software, and to permit persons to whom the Software is -furnished to do so, subject to the following conditions: + Apache License + Version 2.0, January 2004 + http://www.apache.org/licenses/ -The above copyright notice and this permission notice shall be included in all -copies or substantial portions of the Software. + TERMS AND CONDITIONS FOR USE, REPRODUCTION, AND DISTRIBUTION -THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR -IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, -FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE -AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER -LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, -OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE -SOFTWARE. --------------------------------------------------------------------------------- -include + 1. Definitions. -Copyright (c) 2011 - Nick Bruun. + "License" shall mean the terms and conditions for use, reproduction, + and distribution as defined by Sections 1 through 9 of this document. -This software is provided 'as-is', without any express or implied -warranty. In no event will the authors be held liable for any damages -arising from the use of this software. + "Licensor" shall mean the copyright owner or entity authorized by + the copyright owner that is granting the License. -Permission is granted to anyone to use this software for any purpose, -including commercial applications, and to alter it and redistribute it -freely, subject to the following restrictions: + "Legal Entity" shall mean the union of the acting entity and all + other entities that control, are controlled by, or are under common + control with that entity. For the purposes of this definition, + "control" means (i) the power, direct or indirect, to cause the + direction or management of such entity, whether by contract or + otherwise, or (ii) ownership of fifty percent (50%) or more of the + outstanding shares, or (iii) beneficial ownership of such entity. -1. The origin of this software must not be misrepresented; you must not - claim that you wrote the original software. If you use this software - in a product, an acknowledgment in the product documentation would be - appreciated but is not required. -2. Altered source versions must be plainly marked as such, and must not be - misrepresented as being the original software. -3. If you meet (any of) the author(s), you're encouraged to buy them a beer, - a drink or whatever is suited to the situation, given that you like the - software. -4. This notice may not be removed or altered from any source - distribution. --------------------------------------------------------------------------------- -include + "You" (or "Your") shall mean an individual or Legal Entity + exercising permissions granted by this License. -Copyright (c) 2013-2019 Niels Lohmann . + "Source" form shall mean the preferred form for making modifications, + including but not limited to software source code, documentation + source, and configuration files. + + "Object" form shall mean any form resulting from mechanical + transformation or translation of a Source form, including but + not limited to compiled object code, generated documentation, + and conversions to other media types. -Permission is hereby granted, free of charge, to any person obtaining a copy -of this software and associated documentation files (the "Software"), to deal -in the Software without restriction, including without limitation the rights -to use, copy, modify, merge, publish, distribute, sublicense, and/or sell -copies of the Software, and to permit persons to whom the Software is -furnished to do so, subject to the following conditions: + "Work" shall mean the work of authorship, whether in Source or + Object form, made available under the License, as indicated by a + copyright notice that is included in or attached to the work + (an example is provided in the Appendix below). -The above copyright notice and this permission notice shall be included in all -copies or substantial portions of the Software. + "Derivative Works" shall mean any work, whether in Source or Object + form, that is based on (or derived from) the Work and for which the + editorial revisions, annotations, elaborations, or other modifications + represent, as a whole, an original work of authorship. For the purposes + of this License, Derivative Works shall not include works that remain + separable from, or merely link (or bind by name) to the interfaces of, + the Work and Derivative Works thereof. -THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR -IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, -FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE -AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER -LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, -OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE -SOFTWARE. --------------------------------------------------------------------------------- -inja + "Contribution" shall mean any work of authorship, including + the original version of the Work and any modifications or additions + to that Work or Derivative Works thereof, that is intentionally + submitted to Licensor for inclusion in the Work by the copyright owner + or by an individual or Legal Entity authorized to submit on behalf of + the copyright owner. For the purposes of this definition, "submitted" + means any form of electronic, verbal, or written communication sent + to the Licensor or its representatives, including but not limited to + communication on electronic mailing lists, source code control systems, + and issue tracking systems that are managed by, or on behalf of, the + Licensor for the purpose of discussing and improving the Work, but + excluding communication that is conspicuously marked or otherwise + designated in writing by the copyright owner as "Not a Contribution." -Copyright (c) 2018-2021 Berscheid + "Contributor" shall mean Licensor and any individual or Legal Entity + on behalf of whom a Contribution has been received by Licensor and + subsequently incorporated within the Work. -Permission is hereby granted, free of charge, to any person obtaining a copy -of this software and associated documentation files (the "Software"), to deal -in the Software without restriction, including without limitation the rights -to use, copy, modify, merge, publish, distribute, sublicense, and/or sell -copies of the Software, and to permit persons to whom the Software is -furnished to do so, subject to the following conditions: + 2. Grant of Copyright License. Subject to the terms and conditions of + this License, each Contributor hereby grants to You a perpetual, + worldwide, non-exclusive, no-charge, royalty-free, irrevocable + copyright license to reproduce, prepare Derivative Works of, + publicly display, publicly perform, sublicense, and distribute the + Work and such Derivative Works in Source or Object form. -The above copyright notice and this permission notice shall be included in all -copies or substantial portions of the Software. + 3. Grant of Patent License. Subject to the terms and conditions of + this License, each Contributor hereby grants to You a perpetual, + worldwide, non-exclusive, no-charge, royalty-free, irrevocable + (except as stated in this section) patent license to make, have made, + use, offer to sell, sell, import, and otherwise transfer the Work, + where such license applies only to those patent claims licensable + by such Contributor that are necessarily infringed by their + Contribution(s) alone or by combination of their Contribution(s) + with the Work to which such Contribution(s) was submitted. If You + institute patent litigation against any entity (including a + cross-claim or counterclaim in a lawsuit) alleging that the Work + or a Contribution incorporated within the Work constitutes direct + or contributory patent infringement, then any patent licenses + granted to You under this License for that Work shall terminate + as of the date such litigation is filed. -THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR -IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, -FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE -AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER -LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, -OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE -SOFTWARE. --------------------------------------------------------------------------------- -inja + 4. Redistribution. You may reproduce and distribute copies of the + Work or Derivative Works thereof in any medium, with or without + modifications, and in Source or Object form, provided that You + meet the following conditions: -Copyright (c) 2018-2021 Lars Berscheid + (a) You must give any other recipients of the Work or + Derivative Works a copy of this License; and -Permission is hereby granted, free of charge, to any person obtaining a copy -of this software and associated documentation files (the "Software"), to deal -in the Software without restriction, including without limitation the rights -to use, copy, modify, merge, publish, distribute, sublicense, and/or sell -copies of the Software, and to permit persons to whom the Software is -furnished to do so, subject to the following conditions: -The above copyright notice and this permission notice shall be included in all -copies or substantial portions of the Software. -THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR -IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, -FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE -AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER -LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, -OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE -SOFTWARE. --------------------------------------------------------------------------------- -io -stream_transform -term_glyph + (b) You must cause any modified files to carry prominent notices + stating that You changed the files; and -Copyright 2017, the Dart project authors. + (c) You must retain, in the Source form of any Derivative Works + that You distribute, all copyright, patent, trademark, and + attribution notices from the Source form of the Work, + excluding those notices that do not pertain to any part of + the Derivative Works; and -Redistribution and use in source and binary forms, with or without -modification, are permitted provided that the following conditions are -met: + (d) If the Work includes a "NOTICE" text file as part of its + distribution, then any Derivative Works that You distribute must + include a readable copy of the attribution notices contained + within such NOTICE file, excluding those notices that do not + pertain to any part of the Derivative Works, in at least one + of the following places: within a NOTICE text file distributed + as part of the Derivative Works; within the Source form or + documentation, if provided along with the Derivative Works; or, + within a display generated by the Derivative Works, if and + wherever such third-party notices normally appear. The contents + of the NOTICE file are for informational purposes only and + do not modify the License. You may add Your own attribution + notices within Derivative Works that You distribute, alongside + or as an addendum to the NOTICE text from the Work, provided + that such additional attribution notices cannot be construed + as modifying the License. - * Redistributions of source code must retain the above copyright - notice, this list of conditions and the following disclaimer. - * Redistributions in binary form must reproduce the above - copyright notice, this list of conditions and the following - disclaimer in the documentation and/or other materials provided - with the distribution. - * Neither the name of Google LLC nor the names of its - contributors may be used to endorse or promote products derived - from this software without specific prior written permission. + You may add Your own copyright statement to Your modifications and + may provide additional or different license terms and conditions + for use, reproduction, or distribution of Your modifications, or + for any such Derivative Works as a whole, provided Your use, + reproduction, and distribution of the Work otherwise complies with + the conditions stated in this License. -THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS -"AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT -LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR -A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT -OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, -SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT -LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, -DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY -THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT -(INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE -OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. + 5. Submission of Contributions. Unless You explicitly state otherwise, + any Contribution intentionally submitted for inclusion in the Work + by You to the Licensor shall be under the terms and conditions of + this License, without any additional terms or conditions. + Notwithstanding the above, nothing herein shall supersede or modify + the terms of any separate license agreement you may have executed + with Licensor regarding such Contributions. --------------------------------------------------------------------------------- -isolate_channel + 6. Trademarks. This License does not grant permission to use the trade + names, trademarks, service marks, or product names of the Licensor, + except as required for reasonable and customary use in describing the + origin of the Work and reproducing the content of the NOTICE file. -Copyright 2025 Aaron DeLory + 7. Disclaimer of Warranty. Unless required by applicable law or + agreed to in writing, Licensor provides the Work (and each + Contributor provides its Contributions) on an "AS IS" BASIS, + WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or + implied, including, without limitation, any warranties or conditions + of TITLE, NON-INFRINGEMENT, MERCHANTABILITY, or FITNESS FOR A + PARTICULAR PURPOSE. You are solely responsible for determining the + appropriateness of using or redistributing the Work and assume any + risks associated with Your exercise of permissions under this License. -Redistribution and use in source and binary forms, with or without modification, are permitted provided that the following conditions are met: + 8. Limitation of Liability. In no event and under no legal theory, + whether in tort (including negligence), contract, or otherwise, + unless required by applicable law (such as deliberate and grossly + negligent acts) or agreed to in writing, shall any Contributor be + liable to You for damages, including any direct, indirect, special, + incidental, or consequential damages of any character arising as a + result of this License or out of the use or inability to use the + Work (including but not limited to damages for loss of goodwill, + work stoppage, computer failure or malfunction, or any and all + other commercial damages or losses), even if such Contributor + has been advised of the possibility of such damages. -1. Redistributions of source code must retain the above copyright notice, this list of conditions and the following disclaimer. + 9. Accepting Warranty or Additional Liability. While redistributing + the Work or Derivative Works thereof, You may choose to offer, + and charge a fee for, acceptance of support, warranty, indemnity, + or other liability obligations and/or rights consistent with this + License. However, in accepting such obligations, You may act only + on Your own behalf and on Your sole responsibility, not on behalf + of any other Contributor, and only if You agree to indemnify, + defend, and hold each Contributor harmless for any liability + incurred by, or claims asserted against, such Contributor by reason + of your accepting any such warranty or additional liability. -2. Redistributions in binary form must reproduce the above copyright notice, this list of conditions and the following disclaimer in the documentation and/or other materials provided with the distribution. + END OF TERMS AND CONDITIONS -3. Neither the name of the copyright holder nor the names of its contributors may be used to endorse or promote products derived from this software without specific prior written permission. + APPENDIX: How to apply the Apache License to your work. -THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT HOLDER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. --------------------------------------------------------------------------------- -js + To apply the Apache License to your work, attach the following + boilerplate notice, with the fields enclosed by brackets "[]" + replaced with your own identifying information. (Don't include + the brackets!) The text should be enclosed in the appropriate + comment syntax for the file format. We also recommend that a + file or class name and description of purpose be included on the + same "printed page" as the copyright notice for easier + identification within third-party archives. -Copyright 2012, the Dart project authors. + Copyright 2021 Google LLC -Redistribution and use in source and binary forms, with or without -modification, are permitted provided that the following conditions are -met: + Licensed under the Apache License, Version 2.0 (the "License"); + you may not use this file except in compliance with the License. + You may obtain a copy of the License at - * Redistributions of source code must retain the above copyright - notice, this list of conditions and the following disclaimer. - * Redistributions in binary form must reproduce the above - copyright notice, this list of conditions and the following - disclaimer in the documentation and/or other materials provided - with the distribution. - * Neither the name of Google LLC nor the names of its - contributors may be used to endorse or promote products derived - from this software without specific prior written permission. + http://www.apache.org/licenses/LICENSE-2.0 -THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS -"AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT -LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR -A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT -OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, -SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT -LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, -DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY -THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT -(INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE -OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. + Unless required by applicable law or agreed to in writing, software + distributed under the License is distributed on an "AS IS" BASIS, + WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + See the License for the specific language governing permissions and + limitations under the License. +-------------------------------------------------------------------------------- +skia +// Copyright (c) 2011 Google Inc. All rights reserved. +// +// Redistribution and use in source and binary forms, with or without +// modification, are permitted provided that the following conditions are +// met: +// +// * Redistributions of source code must retain the above copyright +// notice, this list of conditions and the following disclaimer. +// * Redistributions in binary form must reproduce the above +// copyright notice, this list of conditions and the following disclaimer +// in the documentation and/or other materials provided with the +// distribution. +// * Neither the name of Google Inc. nor the names of its +// contributors may be used to endorse or promote products derived from +// this software without specific prior written permission. +// +// THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS +// "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT +// LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR +// A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT +// OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, +// SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT +// LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, +// DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY +// THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT +// (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE +// OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. -------------------------------------------------------------------------------- -json +skia -Copyright (c) 2013-2022 Niels Lohmann +Copyright %s %s -Permission is hereby granted, free of charge, to any person obtaining a copy -of this software and associated documentation files (the "Software"), to deal -in the Software without restriction, including without limitation the rights -to use, copy, modify, merge, publish, distribute, sublicense, and/or sell -copies of the Software, and to permit persons to whom the Software is -furnished to do so, subject to the following conditions: +Use of this source code is governed by a BSD-style license that can be +found in the LICENSE file. +-------------------------------------------------------------------------------- +skia -The above copyright notice and this permission notice shall be included in all -copies or substantial portions of the Software. +Copyright (C) 2014 Google Inc. All rights reserved. -THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR -IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, -FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE -AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER -LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, -OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE -SOFTWARE. +Use of this source code is governed by a BSD-style license that can be +found in the LICENSE file. -------------------------------------------------------------------------------- -json_annotation -platform +skia + +Copyright (c) 2011 Google Inc. All rights reserved. -Copyright 2017, the Dart project authors. All rights reserved. Redistribution and use in source and binary forms, with or without modification, are permitted provided that the following conditions are met: - * Redistributions of source code must retain the above copyright - notice, this list of conditions and the following disclaimer. - * Redistributions in binary form must reproduce the above - copyright notice, this list of conditions and the following - disclaimer in the documentation and/or other materials provided - with the distribution. - * Neither the name of Google Inc. nor the names of its - contributors may be used to endorse or promote products derived - from this software without specific prior written permission. + * Redistributions of source code must retain the above copyright + notice, this list of conditions and the following disclaimer. + + * Redistributions in binary form must reproduce the above copyright + notice, this list of conditions and the following disclaimer in + the documentation and/or other materials provided with the + distribution. + + * Neither the name of the copyright holder nor the names of its + contributors may be used to endorse or promote products derived + from this software without specific prior written permission. THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT @@ -28725,1783 +26397,1568 @@ DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. +-------------------------------------------------------------------------------- +skia + +Copyright (c) 2014 Google Inc. +Use of this source code is governed by a BSD-style license that can be +found in the LICENSE file. -------------------------------------------------------------------------------- -khronos +skia -Copyright (c) 2013-2014 The Khronos Group Inc. +Copyright (c) 2016 The Chromium Authors. All rights reserved. +Use of this source code is governed by a BSD-style license that can be +found in the LICENSE file. +-------------------------------------------------------------------------------- +skia -Permission is hereby granted, free of charge, to any person obtaining a -copy of this software and/or associated documentation files (the -"Materials"), to deal in the Materials without restriction, including -without limitation the rights to use, copy, modify, merge, publish, -distribute, sublicense, and/or sell copies of the Materials, and to -permit persons to whom the Materials are furnished to do so, subject to -the following conditions: +Copyright (c) 2017 The Chromium Authors. All rights reserved. +Use of this source code is governed by a BSD-style license that can be +found in the LICENSE file. +-------------------------------------------------------------------------------- +skia -The above copyright notice and this permission notice shall be included -in all copies or substantial portions of the Materials. +Copyright (c) 2019 The Chromium Authors. All rights reserved. +Use of this source code is governed by a BSD-style license that can be +found in the LICENSE file. +-------------------------------------------------------------------------------- +skia -THE MATERIALS ARE PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, -EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF -MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. -IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY -CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, -TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE -MATERIALS OR THE USE OR OTHER DEALINGS IN THE MATERIALS. +Copyright (c) 2020 Google LLC. All rights reserved. +Use of this source code is governed by a BSD-style license that can be +found in the LICENSE file. -------------------------------------------------------------------------------- -libXNVCtrl +skia -Copyright (c) 2008 NVIDIA, Corporation +Copyright (c) 2022 Google LLC. All rights reserved. +Use of this source code is governed by a BSD-style license that can be +found in the LICENSE file. +-------------------------------------------------------------------------------- +skia -Permission is hereby granted, free of charge, to any person obtaining a copy -of this software and associated documentation files (the "Software"), to deal -in the Software without restriction, including without limitation the rights -to use, copy, modify, merge, publish, distribute, sublicense, and/or sell -copies of the Software, and to permit persons to whom the Software is -furnished to do so, subject to the following conditions: +Copyright 2005 The Android Open Source Project -The above copyright notice and this permission notice (including the next -paragraph) shall be included in all copies or substantial portions of the -Software. +Use of this source code is governed by a BSD-style license that can be +found in the LICENSE file. +-------------------------------------------------------------------------------- +skia -THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR -IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, -FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE -AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER -LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, -OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE -SOFTWARE. +Copyright 2006 The Android Open Source Project + +Use of this source code is governed by a BSD-style license that can be +found in the LICENSE file. -------------------------------------------------------------------------------- -libXNVCtrl +skia -Copyright (c) 2010 NVIDIA, Corporation +Copyright 2006 The Android Open Source Project -Permission is hereby granted, free of charge, to any person obtaining a copy -of this software and associated documentation files (the "Software"), to deal -in the Software without restriction, including without limitation the rights -to use, copy, modify, merge, publish, distribute, sublicense, and/or sell -copies of the Software, and to permit persons to whom the Software is -furnished to do so, subject to the following conditions: +Use of this source code is governed by a BSD-style license that can be found in the LICENSE file. +-------------------------------------------------------------------------------- +skia -The above copyright notice and this permission notice (including the next -paragraph) shall be included in all copies or substantial portions of the -Software. +Copyright 2006-2012 The Android Open Source Project +Copyright 2012 Mozilla Foundation -THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR -IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, -FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE -AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER -LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, -OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE -SOFTWARE. +Use of this source code is governed by a BSD-style license that can be +found in the LICENSE file. -------------------------------------------------------------------------------- -libcxx +skia -COPYRIGHT AND PERMISSION NOTICE +Copyright 2007 The Android Open Source Project -Copyright (c) 1991-2022 Unicode, Inc. All rights reserved. -Distributed under the Terms of Use in https://www.unicode.org/copyright.html. +Use of this source code is governed by a BSD-style license that can be +found in the LICENSE file. +-------------------------------------------------------------------------------- +skia -Permission is hereby granted, free of charge, to any person obtaining -a copy of the Unicode data files and any associated documentation -(the "Data Files") or Unicode software and any associated documentation -(the "Software") to deal in the Data Files or Software -without restriction, including without limitation the rights to use, -copy, modify, merge, publish, distribute, and/or sell copies of -the Data Files or Software, and to permit persons to whom the Data Files -or Software are furnished to do so, provided that either -(a) this copyright and permission notice appear with all copies -of the Data Files or Software, or -(b) this copyright and permission notice appear in associated -Documentation. +Copyright 2008 Google Inc. -THE DATA FILES AND SOFTWARE ARE PROVIDED "AS IS", WITHOUT WARRANTY OF -ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE -WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND -NONINFRINGEMENT OF THIRD PARTY RIGHTS. -IN NO EVENT SHALL THE COPYRIGHT HOLDER OR HOLDERS INCLUDED IN THIS -NOTICE BE LIABLE FOR ANY CLAIM, OR ANY SPECIAL INDIRECT OR CONSEQUENTIAL -DAMAGES, OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE, -DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER -TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR -PERFORMANCE OF THE DATA FILES OR SOFTWARE. +Use of this source code is governed by a BSD-style license that can be +found in the LICENSE file. -------------------------------------------------------------------------------- -libcxx +skia -Copyright 2018 Ulf Adams -Copyright (c) Microsoft Corporation. All rights reserved. +Copyright 2008 The Android Open Source Project -Boost Software License - Version 1.0 - August 17th, 2003 +Use of this source code is governed by a BSD-style license that can be +found in the LICENSE file. +-------------------------------------------------------------------------------- +skia -Permission is hereby granted, free of charge, to any person or organization -obtaining a copy of the software and accompanying documentation covered by -this license (the "Software") to use, reproduce, display, distribute, -execute, and transmit the Software, and to prepare derivative works of the -Software, and to permit third-parties to whom the Software is furnished to -do so, all subject to the following: +Copyright 2009 The Android Open Source Project -The copyright notices in the Software and this entire statement, including -the above license grant, this restriction and the following disclaimer, -must be included in all copies of the Software, in whole or in part, and -all derivative works of the Software, unless such copies or derivative -works are solely in the form of machine-executable object code generated by -a source language processor. +Use of this source code is governed by a BSD-style license that can be +found in the LICENSE file. +-------------------------------------------------------------------------------- +skia -THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR -IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, -FITNESS FOR A PARTICULAR PURPOSE, TITLE AND NON-INFRINGEMENT. IN NO EVENT -SHALL THE COPYRIGHT HOLDERS OR ANYONE DISTRIBUTING THE SOFTWARE BE LIABLE -FOR ANY DAMAGES OR OTHER LIABILITY, WHETHER IN CONTRACT, TORT OR OTHERWISE, -ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER -DEALINGS IN THE SOFTWARE. +Copyright 2009-2015 Google Inc. + +Use of this source code is governed by a BSD-style license that can be +found in the LICENSE file. -------------------------------------------------------------------------------- -libcxx -libcxxabi +skia -Copyright (c) 2009-2014 by the contributors listed in CREDITS.TXT +Copyright 2010 Google Inc. -Permission is hereby granted, free of charge, to any person obtaining a copy -of this software and associated documentation files (the "Software"), to deal -in the Software without restriction, including without limitation the rights -to use, copy, modify, merge, publish, distribute, sublicense, and/or sell -copies of the Software, and to permit persons to whom the Software is -furnished to do so, subject to the following conditions: +Use of this source code is governed by a BSD-style license that can be +found in the LICENSE file. +-------------------------------------------------------------------------------- +skia -The above copyright notice and this permission notice shall be included in -all copies or substantial portions of the Software. +Copyright 2010 The Android Open Source Project -THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR -IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, -FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE -AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER -LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, -OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN -THE SOFTWARE. +Use of this source code is governed by a BSD-style license that can be +found in the LICENSE file. -------------------------------------------------------------------------------- -libcxx -libcxxabi +skia + +Copyright 2011 Google Inc. + +Use of this source code is governed by a BSD-style license that can be +found in the LICENSE file. +-------------------------------------------------------------------------------- +skia + +Copyright 2011 Google Inc. +Copyright 2012 Mozilla Foundation + +Use of this source code is governed by a BSD-style license that can be +found in the LICENSE file. +-------------------------------------------------------------------------------- +skia + +Copyright 2011 The Android Open Source Project + +Use of this source code is governed by a BSD-style license that can be +found in the LICENSE file. +-------------------------------------------------------------------------------- +skia + +Copyright 2012 Google Inc. + +Use of this source code is governed by a BSD-style license that can be +found in the LICENSE file. +-------------------------------------------------------------------------------- +skia + +Copyright 2012 Google LLC + +Use of this source code is governed by a BSD-style license that can be +found in the LICENSE file. +-------------------------------------------------------------------------------- +skia + +Copyright 2012 The Android Open Source Project + +Use of this source code is governed by a BSD-style license that can be +found in the LICENSE file. +-------------------------------------------------------------------------------- +skia + +Copyright 2013 Google Inc. + +Use of this source code is governed by a BSD-style license that can be +found in the LICENSE file. +-------------------------------------------------------------------------------- +skia + +Copyright 2013 Google Inc. All rights reserved. +Use of this source code is governed by a BSD-style license that can be +found in the LICENSE file. +-------------------------------------------------------------------------------- +skia -Copyright (c) 2009-2019 by the contributors listed in CREDITS.TXT +Copyright 2013 The Android Open Source Project -All rights reserved. +Use of this source code is governed by a BSD-style license that can be +found in the LICENSE file. +-------------------------------------------------------------------------------- +skia -Developed by: +Copyright 2014 Google Inc. - LLVM Team +Use of this source code is governed by a BSD-style license that can be +found in the LICENSE file. +-------------------------------------------------------------------------------- +skia - University of Illinois at Urbana-Champaign +Copyright 2014 Google Inc. +Copyright 2017 ARM Ltd. - http://llvm.org +Use of this source code is governed by a BSD-style license that can be +found in the LICENSE file. +-------------------------------------------------------------------------------- +skia -Permission is hereby granted, free of charge, to any person obtaining a copy of -this software and associated documentation files (the "Software"), to deal with -the Software without restriction, including without limitation the rights to -use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies -of the Software, and to permit persons to whom the Software is furnished to do -so, subject to the following conditions: +Copyright 2014 The Android Open Source Project - * Redistributions of source code must retain the above copyright notice, - this list of conditions and the following disclaimers. +Use of this source code is governed by a BSD-style license that can be +found in the LICENSE file. +-------------------------------------------------------------------------------- +skia - * Redistributions in binary form must reproduce the above copyright notice, - this list of conditions and the following disclaimers in the - documentation and/or other materials provided with the distribution. +Copyright 2014 The Bazel Authors. All rights reserved. - * Neither the names of the LLVM Team, University of Illinois at - Urbana-Champaign, nor the names of its contributors may be used to - endorse or promote products derived from this Software without specific - prior written permission. +Licensed under the Apache License, Version 2.0 (the "License"); +you may not use this file except in compliance with the License. +You may obtain a copy of the License at -THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR -IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS -FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE -CONTRIBUTORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER -LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, -OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS WITH THE -SOFTWARE. + http://www.apache.org/licenses/LICENSE-2.0 + +Unless required by applicable law or agreed to in writing, software +distributed under the License is distributed on an "AS IS" BASIS, +WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +See the License for the specific language governing permissions and +limitations under the License. -------------------------------------------------------------------------------- -libjpeg-turbo +skia -Copyright (C) 1988 by Jef Poskanzer. +Copyright 2015 Google Inc. -Permission to use, copy, modify, and distribute this software and its -documentation for any purpose and without fee is hereby granted, provided -that the above copyright notice appear in all copies and that both that -copyright notice and this permission notice appear in supporting -documentation. This software is provided "as is" without express or -implied warranty. +Use of this source code is governed by a BD-style license that can be +found in the LICENSE file. -------------------------------------------------------------------------------- -libjpeg-turbo +skia -Copyright (C) 1989 by Jef Poskanzer. -Permission to use, copy, modify, and distribute this software and its -documentation for any purpose and without fee is hereby granted, provided -that the above copyright notice appear in all copies and that both that -copyright notice and this permission notice appear in supporting -documentation. This software is provided "as is" without express or -implied warranty. +Copyright 2015 Google Inc. + +Use of this source code is governed by a BSD-style license that can be +found in the LICENSE file. -------------------------------------------------------------------------------- -libjpeg-turbo +skia -Copyright (C) 2009-2011, Nokia Corporation and/or its subsidiary(-ies). -All Rights Reserved. -Author: Siarhei Siamashka -Copyright (C) 2013-2014, Linaro Limited. All Rights Reserved. -Author: Ragesh Radhakrishnan -Copyright (C) 2014-2016, D. R. Commander. All Rights Reserved. -Copyright (C) 2015-2016, Matthieu Darbois. All Rights Reserved. -Copyright (C) 2016, Siarhei Siamashka. All Rights Reserved. +Copyright 2015 The Android Open Source Project -This software is provided 'as-is', without any express or implied -warranty. In no event will the authors be held liable for any damages -arising from the use of this software. +Use of this source code is governed by a BSD-style license that can be +found in the LICENSE file. +-------------------------------------------------------------------------------- +skia -Permission is granted to anyone to use this software for any purpose, -including commercial applications, and to alter it and redistribute it -freely, subject to the following restrictions: +Copyright 2016 Google Inc. -1. The origin of this software must not be misrepresented; you must not - claim that you wrote the original software. If you use this software - in a product, an acknowledgment in the product documentation would be - appreciated but is not required. -2. Altered source versions must be plainly marked as such, and must not be - misrepresented as being the original software. -3. This notice may not be removed or altered from any source distribution. +Use of this source code is governed by a BD-style license that can be +found in the LICENSE file. -------------------------------------------------------------------------------- -libjpeg-turbo - -Copyright (C) 2009-2011, Nokia Corporation and/or its subsidiary(-ies). -All Rights Reserved. -Author: Siarhei Siamashka -Copyright (C) 2014, Siarhei Siamashka. All Rights Reserved. -Copyright (C) 2014, Linaro Limited. All Rights Reserved. -Copyright (C) 2015, D. R. Commander. All Rights Reserved. -Copyright (C) 2015-2016, Matthieu Darbois. All Rights Reserved. +skia -This software is provided 'as-is', without any express or implied -warranty. In no event will the authors be held liable for any damages -arising from the use of this software. +Copyright 2016 Google Inc. -Permission is granted to anyone to use this software for any purpose, -including commercial applications, and to alter it and redistribute it -freely, subject to the following restrictions: +Use of this source code is governed by a BSD-style license that can be +found in the LICENSE file -1. The origin of this software must not be misrepresented; you must not - claim that you wrote the original software. If you use this software - in a product, an acknowledgment in the product documentation would be - appreciated but is not required. -2. Altered source versions must be plainly marked as such, and must not be - misrepresented as being the original software. -3. This notice may not be removed or altered from any source distribution. -------------------------------------------------------------------------------- -libjpeg-turbo +skia -Copyright (C) 2013, MIPS Technologies, Inc., California. -All Rights Reserved. -Authors: Teodora Novkovic (teodora.novkovic@imgtec.com) - Darko Laus (darko.laus@imgtec.com) -This software is provided 'as-is', without any express or implied -warranty. In no event will the authors be held liable for any damages -arising from the use of this software. +Copyright 2016 Google Inc. -Permission is granted to anyone to use this software for any purpose, -including commercial applications, and to alter it and redistribute it -freely, subject to the following restrictions: +Use of this source code is governed by a BSD-style license that can be +found in the LICENSE file. -1. The origin of this software must not be misrepresented; you must not - claim that you wrote the original software. If you use this software - in a product, an acknowledgment in the product documentation would be - appreciated but is not required. -2. Altered source versions must be plainly marked as such, and must not be - misrepresented as being the original software. -3. This notice may not be removed or altered from any source distribution. +Copyright 2014 Google Inc. + +Use of this source code is governed by a BSD-style license that can be +found in the LICENSE file. -------------------------------------------------------------------------------- -libjpeg-turbo +skia -Copyright (C) 2013-2014, MIPS Technologies, Inc., California. -All Rights Reserved. -Authors: Teodora Novkovic (teodora.novkovic@imgtec.com) - Darko Laus (darko.laus@imgtec.com) -Copyright (C) 2015, D. R. Commander. All Rights Reserved. -This software is provided 'as-is', without any express or implied -warranty. In no event will the authors be held liable for any damages -arising from the use of this software. +Copyright 2016 Mozilla Foundation -Permission is granted to anyone to use this software for any purpose, -including commercial applications, and to alter it and redistribute it -freely, subject to the following restrictions: +Use of this source code is governed by a BSD-style license that can be +found in the LICENSE file. +-------------------------------------------------------------------------------- +skia -1. The origin of this software must not be misrepresented; you must not - claim that you wrote the original software. If you use this software - in a product, an acknowledgment in the product documentation would be - appreciated but is not required. -2. Altered source versions must be plainly marked as such, and must not be - misrepresented as being the original software. -3. This notice may not be removed or altered from any source distribution. +Copyright 2016 The Android Open Source Project + +Use of this source code is governed by a BSD-style license that can be +found in the LICENSE file. -------------------------------------------------------------------------------- -libjpeg-turbo +skia -Copyright (C) 2014, D. R. Commander. All Rights Reserved. +Copyright 2017 ARM Ltd. -This software is provided 'as-is', without any express or implied -warranty. In no event will the authors be held liable for any damages -arising from the use of this software. +Use of this source code is governed by a BSD-style license that can be +found in the LICENSE file. +-------------------------------------------------------------------------------- +skia -Permission is granted to anyone to use this software for any purpose, -including commercial applications, and to alter it and redistribute it -freely, subject to the following restrictions: +Copyright 2017 Google Inc. -1. The origin of this software must not be misrepresented; you must not - claim that you wrote the original software. If you use this software - in a product, an acknowledgment in the product documentation would be - appreciated but is not required. -2. Altered source versions must be plainly marked as such, and must not be - misrepresented as being the original software. -3. This notice may not be removed or altered from any source distribution. +Use of this source code is governed by a BD-style license that can be +found in the LICENSE file. -------------------------------------------------------------------------------- -libjpeg-turbo +skia -Copyright (C) 2014-2015, D. R. Commander. All Rights Reserved. +Copyright 2017 Google Inc. -This software is provided 'as-is', without any express or implied -warranty. In no event will the authors be held liable for any damages -arising from the use of this software. +Use of this source code is governed by a BSD-style license that can be +found in the LICENSE file. +-------------------------------------------------------------------------------- +skia -Permission is granted to anyone to use this software for any purpose, -including commercial applications, and to alter it and redistribute it -freely, subject to the following restrictions: +Copyright 2017 Google Inc. -1. The origin of this software must not be misrepresented; you must not - claim that you wrote the original software. If you use this software - in a product, an acknowledgment in the product documentation would be - appreciated but is not required. -2. Altered source versions must be plainly marked as such, and must not be - misrepresented as being the original software. -3. This notice may not be removed or altered from any source distribution. +Use of this source code is governed by a BSD-style license that can be found +in the LICENSE file. -------------------------------------------------------------------------------- -libjpeg-turbo +skia -Copyright (C) 2014-2015, D. R. Commander. All Rights Reserved. -Copyright (C) 2014, Jay Foad. All Rights Reserved. +Copyright 2018 Google Inc. -This software is provided 'as-is', without any express or implied -warranty. In no event will the authors be held liable for any damages -arising from the use of this software. +Use of this source code is governed by a BSD-style license that can be +found in the LICENSE file. +-------------------------------------------------------------------------------- +skia -Permission is granted to anyone to use this software for any purpose, -including commercial applications, and to alter it and redistribute it -freely, subject to the following restrictions: +Copyright 2018 Google Inc. +Use of this source code is governed by a BSD-style license that can be +found in the LICENSE file. +-------------------------------------------------------------------------------- +skia -1. The origin of this software must not be misrepresented; you must not - claim that you wrote the original software. If you use this software - in a product, an acknowledgment in the product documentation would be - appreciated but is not required. -2. Altered source versions must be plainly marked as such, and must not be - misrepresented as being the original software. -3. This notice may not be removed or altered from any source distribution. +Copyright 2018 Google Inc. All rights reserved. +Use of this source code is governed by a BSD-style license that can be +found in the LICENSE file. -------------------------------------------------------------------------------- -libjpeg-turbo +skia -Copyright (C) 2015, D. R. Commander. All Rights Reserved. +Copyright 2018 Google LLC -This software is provided 'as-is', without any express or implied -warranty. In no event will the authors be held liable for any damages -arising from the use of this software. +Use of this source code is governed by a BSD-style license that can be +found in the LICENSE file. +-------------------------------------------------------------------------------- +skia -Permission is granted to anyone to use this software for any purpose, -including commercial applications, and to alter it and redistribute it -freely, subject to the following restrictions: +Copyright 2018 Google LLC. +Use of this source code is governed by a BSD-style license that can be +found in the LICENSE file. +-------------------------------------------------------------------------------- +skia -1. The origin of this software must not be misrepresented; you must not - claim that you wrote the original software. If you use this software - in a product, an acknowledgment in the product documentation would be - appreciated but is not required. -2. Altered source versions must be plainly marked as such, and must not be - misrepresented as being the original software. -3. This notice may not be removed or altered from any source distribution. +Copyright 2018 Google LLC. +Use of this source code is governed by a BSD-style license that can be found in the LICENSE file. -------------------------------------------------------------------------------- -libjpeg-turbo +skia -Copyright (C)2009-2014 D. R. Commander. All Rights Reserved. +Copyright 2018 Google, LLC -Redistribution and use in source and binary forms, with or without -modification, are permitted provided that the following conditions are met: +Use of this source code is governed by a BSD-style license that can be +found in the LICENSE file. +-------------------------------------------------------------------------------- +skia -- Redistributions of source code must retain the above copyright notice, - this list of conditions and the following disclaimer. -- Redistributions in binary form must reproduce the above copyright notice, - this list of conditions and the following disclaimer in the documentation - and/or other materials provided with the distribution. -- Neither the name of the libjpeg-turbo Project nor the names of its - contributors may be used to endorse or promote products derived from this - software without specific prior written permission. +Copyright 2018 The Android Open Source Project -THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS", -AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE -IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE -ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT HOLDERS OR CONTRIBUTORS BE -LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR -CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF -SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS -INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN -CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) -ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE -POSSIBILITY OF SUCH DAMAGE. +Use of this source code is governed by a BSD-style license that can be +found in the LICENSE file. -------------------------------------------------------------------------------- -libjpeg-turbo +skia -Copyright (C)2009-2015 D. R. Commander. All Rights Reserved. +Copyright 2018 The Bazel Authors. All rights reserved. -Redistribution and use in source and binary forms, with or without -modification, are permitted provided that the following conditions are met: +Licensed under the Apache License, Version 2.0 (the "License"); +you may not use this file except in compliance with the License. +You may obtain a copy of the License at -- Redistributions of source code must retain the above copyright notice, - this list of conditions and the following disclaimer. -- Redistributions in binary form must reproduce the above copyright notice, - this list of conditions and the following disclaimer in the documentation - and/or other materials provided with the distribution. -- Neither the name of the libjpeg-turbo Project nor the names of its - contributors may be used to endorse or promote products derived from this - software without specific prior written permission. + http://www.apache.org/licenses/LICENSE-2.0 -THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS", -AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE -IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE -ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT HOLDERS OR CONTRIBUTORS BE -LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR -CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF -SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS -INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN -CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) -ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE -POSSIBILITY OF SUCH DAMAGE. +Unless required by applicable law or agreed to in writing, software +distributed under the License is distributed on an "AS IS" BASIS, +WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +See the License for the specific language governing permissions and +limitations under the License. -------------------------------------------------------------------------------- -libjpeg-turbo - -Copyright (C)2009-2016 D. R. Commander. All Rights Reserved. +skia -Redistribution and use in source and binary forms, with or without -modification, are permitted provided that the following conditions are met: +Copyright 2019 Google Inc. -- Redistributions of source code must retain the above copyright notice, - this list of conditions and the following disclaimer. -- Redistributions in binary form must reproduce the above copyright notice, - this list of conditions and the following disclaimer in the documentation - and/or other materials provided with the distribution. -- Neither the name of the libjpeg-turbo Project nor the names of its - contributors may be used to endorse or promote products derived from this - software without specific prior written permission. +Use of this source code is governed by a BSD-style license that can be +found in the LICENSE file. +-------------------------------------------------------------------------------- +skia -THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS", -AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE -IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE -ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT HOLDERS OR CONTRIBUTORS BE -LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR -CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF -SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS -INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN -CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) -ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE -POSSIBILITY OF SUCH DAMAGE. +Copyright 2019 Google Inc. +Use of this source code is governed by a BSD-style license that can be +found in the LICENSE file. -------------------------------------------------------------------------------- -libjpeg-turbo +skia -Copyright (C)2011 D. R. Commander. All Rights Reserved. +Copyright 2019 Google Inc. and Adobe Inc. -Redistribution and use in source and binary forms, with or without -modification, are permitted provided that the following conditions are met: +Use of this source code is governed by a BSD-style license that can be +found in the LICENSE file. +-------------------------------------------------------------------------------- +skia -- Redistributions of source code must retain the above copyright notice, - this list of conditions and the following disclaimer. -- Redistributions in binary form must reproduce the above copyright notice, - this list of conditions and the following disclaimer in the documentation - and/or other materials provided with the distribution. -- Neither the name of the libjpeg-turbo Project nor the names of its - contributors may be used to endorse or promote products derived from this - software without specific prior written permission. +Copyright 2019 Google LLC -THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS", -AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE -IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE -ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT HOLDERS OR CONTRIBUTORS BE -LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR -CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF -SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS -INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN -CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) -ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE -POSSIBILITY OF SUCH DAMAGE. +Use of this source code is governed by a BSD-style license that can be +found in the LICENSE file. -------------------------------------------------------------------------------- -libjpeg-turbo - -Copyright (C)2011, 2015 D. R. Commander. All Rights Reserved. +skia -Redistribution and use in source and binary forms, with or without -modification, are permitted provided that the following conditions are met: +Copyright 2019 Google LLC +Use of this source code is governed by a BSD-style license that can be +found in the LICENSE file. +-------------------------------------------------------------------------------- +skia -- Redistributions of source code must retain the above copyright notice, - this list of conditions and the following disclaimer. -- Redistributions in binary form must reproduce the above copyright notice, - this list of conditions and the following disclaimer in the documentation - and/or other materials provided with the distribution. -- Neither the name of the libjpeg-turbo Project nor the names of its - contributors may be used to endorse or promote products derived from this - software without specific prior written permission. +Copyright 2019 Google LLC. -THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS", -AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE -IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE -ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT HOLDERS OR CONTRIBUTORS BE -LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR -CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF -SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS -INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN -CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) -ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE -POSSIBILITY OF SUCH DAMAGE. +Use of this source code is governed by a BSD-style license that can be +found in the LICENSE file. -------------------------------------------------------------------------------- -libjpeg-turbo +skia -Copyright (C)2011-2016 D. R. Commander. All Rights Reserved. +Copyright 2019 Google LLC. +Use of this source code is governed by a BSD-style license that can be +found in the LICENSE file. +-------------------------------------------------------------------------------- +skia -Redistribution and use in source and binary forms, with or without -modification, are permitted provided that the following conditions are met: +Copyright 2019 Google LLC. +Use of this source code is governed by a BSD-style license that can be found in the LICENSE file. +-------------------------------------------------------------------------------- +skia -- Redistributions of source code must retain the above copyright notice, - this list of conditions and the following disclaimer. -- Redistributions in binary form must reproduce the above copyright notice, - this list of conditions and the following disclaimer in the documentation - and/or other materials provided with the distribution. -- Neither the name of the libjpeg-turbo Project nor the names of its - contributors may be used to endorse or promote products derived from this - software without specific prior written permission. +Copyright 2019 Google, LLC -THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS", -AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE -IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE -ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT HOLDERS OR CONTRIBUTORS BE -LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR -CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF -SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS -INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN -CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) -ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE -POSSIBILITY OF SUCH DAMAGE. +Use of this source code is governed by a BSD-style license that can be +found in the LICENSE file. -------------------------------------------------------------------------------- -libjpeg-turbo +skia -Copyright 2009 Pierre Ossman for Cendio AB -Copyright (C) 2010, D. R. Commander. +Copyright 2019 The Android Open Source Project -Based on the x86 SIMD extension for IJG JPEG library - version 1.02 +Use of this source code is governed by a BSD-style license that can be +found in the LICENSE file. +-------------------------------------------------------------------------------- +skia -Copyright (C) 1999-2006, MIYASAKA Masaru. +Copyright 2020 Google Inc. -This software is provided 'as-is', without any express or implied -warranty. In no event will the authors be held liable for any damages -arising from the use of this software. +Use of this source code is governed by a BSD-style license that can be +found in the LICENSE file. +-------------------------------------------------------------------------------- +skia -Permission is granted to anyone to use this software for any purpose, -including commercial applications, and to alter it and redistribute it -freely, subject to the following restrictions: +Copyright 2020 Google LLC -1. The origin of this software must not be misrepresented; you must not - claim that you wrote the original software. If you use this software - in a product, an acknowledgment in the product documentation would be - appreciated but is not required. -2. Altered source versions must be plainly marked as such, and must not be - misrepresented as being the original software. -3. This notice may not be removed or altered from any source distribution. +Use of this source code is governed by a BSD-style license that can be +found in the LICENSE file. -------------------------------------------------------------------------------- -libjpeg-turbo +skia -We are also required to state that - "The Graphics Interchange Format(c) is the Copyright property of - CompuServe Incorporated. GIF(sm) is a Service Mark property of - CompuServe Incorporated." --------------------------------------------------------------------------------- -libjpeg-turbo +Copyright 2020 Google LLC. -libjpeg-turbo Licenses -====================== +Use of this source code is governed by a BSD-style license that can be +found in the LICENSE file. +-------------------------------------------------------------------------------- +skia -libjpeg-turbo is covered by three compatible BSD-style open source licenses: +Copyright 2020 Google LLC. +Use of this source code is governed by a BSD-style license that can be found in the LICENSE file. +-------------------------------------------------------------------------------- +skia -- The IJG (Independent JPEG Group) License, which is listed in - [README.ijg](README.ijg) +Copyright 2020 Google, LLC - This license applies to the libjpeg API library and associated programs - (any code inherited from libjpeg, and any modifications to that code.) +Use of this source code is governed by a BSD-style license that can be +found in the LICENSE file. +-------------------------------------------------------------------------------- +skia -- The Modified (3-clause) BSD License, which is listed in - [turbojpeg.c](turbojpeg.c) +Copyright 2021 Google Inc. - This license covers the TurboJPEG API library and associated programs. +Use of this source code is governed by a BSD-style license that can be +found in the LICENSE file. +-------------------------------------------------------------------------------- +skia -- The zlib License, which is listed in [simd/jsimdext.inc](simd/jsimdext.inc) +Copyright 2021 Google LLC - This license is a subset of the other two, and it covers the libjpeg-turbo - SIMD extensions. +Use of this source code is governed by a BSD-style license that can be +found in the LICENSE file. +-------------------------------------------------------------------------------- +skia +Copyright 2021 Google LLC. -Complying with the libjpeg-turbo Licenses -========================================= +Use of this source code is governed by a BSD-style license that can be +found in the LICENSE file. +-------------------------------------------------------------------------------- +skia -This section provides a roll-up of the libjpeg-turbo licensing terms, to the -best of our understanding. +Copyright 2021 Google LLC. +Use of this source code is governed by a BSD-style license that can be found in the LICENSE file. +-------------------------------------------------------------------------------- +skia -1. If you are distributing a modified version of the libjpeg-turbo source, - then: +Copyright 2021 Google, LLC - 1. You cannot alter or remove any existing copyright or license notices - from the source. +Use of this source code is governed by a BSD-style license that can be +found in the LICENSE file. +-------------------------------------------------------------------------------- +skia - **Origin** - - Clause 1 of the IJG License - - Clause 1 of the Modified BSD License - - Clauses 1 and 3 of the zlib License +Copyright 2022 Google Inc. - 2. You must add your own copyright notice to the header of each source - file you modified, so others can tell that you modified that file (if - there is not an existing copyright header in that file, then you can - simply add a notice stating that you modified the file.) +Use of this source code is governed by a BSD-style license that can be +found in the LICENSE file. +-------------------------------------------------------------------------------- +skia - **Origin** - - Clause 1 of the IJG License - - Clause 2 of the zlib License +Copyright 2022 Google LLC +Use of this source code is governed by a BSD-style license that can be found in the LICENSE file. +-------------------------------------------------------------------------------- +skia - 3. You must include the IJG README file, and you must not alter any of the - copyright or license text in that file. +Copyright 2022 Google LLC. - **Origin** - - Clause 1 of the IJG License +Use of this source code is governed by a BSD-style license that can be +found in the LICENSE file. +-------------------------------------------------------------------------------- +skia -2. If you are distributing only libjpeg-turbo binaries without the source, or - if you are distributing an application that statically links with - libjpeg-turbo, then: +Copyright 2022 Google LLC. +Use of this source code is governed by a BSD-style license that can be found in the LICENSE file. +-------------------------------------------------------------------------------- +skia - 1. Your product documentation must include a message stating: +Copyright 2022 Google, LLC - This software is based in part on the work of the Independent JPEG - Group. +Use of this source code is governed by a BSD-style license that can be +found in the LICENSE file. +-------------------------------------------------------------------------------- +skia - **Origin** - - Clause 2 of the IJG license +Copyright 2023 Google Inc. - 2. If your binary distribution includes or uses the TurboJPEG API, then - your product documentation must include the text of the Modified BSD - License. +Use of this source code is governed by a BSD-style license that can be +found in the LICENSE file. +-------------------------------------------------------------------------------- +skia - **Origin** - - Clause 2 of the Modified BSD License +Copyright 2023 Google Inc. +Use of this source code is governed by a BSD-style license that can be +found in the LICENSE file. +-------------------------------------------------------------------------------- +skia -3. You cannot use the name of the IJG or The libjpeg-turbo Project or the - contributors thereof in advertising, publicity, etc. +Copyright 2023 Google LLC - **Origin** - - IJG License - - Clause 3 of the Modified BSD License +Use of this source code is governed by a BSD-style license that can be +found in the LICENSE file. +-------------------------------------------------------------------------------- +skia -4. The IJG and The libjpeg-turbo Project do not warrant libjpeg-turbo to be - free of defects, nor do we accept any liability for undesirable - consequences resulting from your use of the software. +Copyright 2023 Google LLC - **Origin** - - IJG License - - Modified BSD License - - zlib License +Use of this source code is governed by a BSD-style license that can be found in the LICENSE file. -------------------------------------------------------------------------------- -libjpeg-turbo +skia -libjpeg-turbo note: This file has been modified by The libjpeg-turbo Project -to include only information relevant to libjpeg-turbo, to wordsmith certain -sections, and to remove impolitic language that existed in the libjpeg v8 -README. It is included only for reference. Please see README.md for -information specific to libjpeg-turbo. +Copyright 2023 Google LLC +Use of this source code is governed by a BSD-style license that can be found in the LICENSE file. +-------------------------------------------------------------------------------- +skia +Copyright 2023 Google LLC. -The Independent JPEG Group's JPEG software -========================================== +Use of this source code is governed by a BSD-style license that can be +found in the LICENSE file. +-------------------------------------------------------------------------------- +skia -This distribution contains a release of the Independent JPEG Group's free JPEG -software. You are welcome to redistribute this software and to use it for any -purpose, subject to the conditions under LEGAL ISSUES, below. +Copyright 2023 Google, LLC -This software is the work of Tom Lane, Guido Vollbeding, Philip Gladstone, -Bill Allombert, Jim Boucher, Lee Crocker, Bob Friesenhahn, Ben Jackson, -Julian Minguillon, Luis Ortiz, George Phillips, Davide Rossi, Ge' Weijers, -and other members of the Independent JPEG Group. +Use of this source code is governed by a BSD-style license that can be +found in the LICENSE file. +-------------------------------------------------------------------------------- +skia -IJG is not affiliated with the ISO/IEC JTC1/SC29/WG1 standards committee -(also known as JPEG, together with ITU-T SG16). +Copyright 2023 The Android Open Source Project +Use of this source code is governed by a BSD-style license that can be +found in the LICENSE file. +-------------------------------------------------------------------------------- +skia -DOCUMENTATION ROADMAP -===================== +Copyright 2023 The Chromium Authors. All rights reserved. +Use of this source code is governed by a BSD-style license that can be +found in the LICENSE file. +-------------------------------------------------------------------------------- +skia -This file contains the following sections: +Copyright 2024 Google Inc. -OVERVIEW General description of JPEG and the IJG software. -LEGAL ISSUES Copyright, lack of warranty, terms of distribution. -REFERENCES Where to learn more about JPEG. -ARCHIVE LOCATIONS Where to find newer versions of this software. -FILE FORMAT WARS Software *not* to get. -TO DO Plans for future IJG releases. +Use of this source code is governed by a BSD-style license that can be +found in the LICENSE file. +-------------------------------------------------------------------------------- +skia -Other documentation files in the distribution are: +Copyright 2024 Google LLC -User documentation: - usage.txt Usage instructions for cjpeg, djpeg, jpegtran, - rdjpgcom, and wrjpgcom. - *.1 Unix-style man pages for programs (same info as usage.txt). - wizard.txt Advanced usage instructions for JPEG wizards only. - change.log Version-to-version change highlights. -Programmer and internal documentation: - libjpeg.txt How to use the JPEG library in your own programs. - example.c Sample code for calling the JPEG library. - structure.txt Overview of the JPEG library's internal structure. - coderules.txt Coding style rules --- please read if you contribute code. +Use of this source code is governed by a BSD-style license that can be +found in the LICENSE file. +-------------------------------------------------------------------------------- +skia -Please read at least usage.txt. Some information can also be found in the JPEG -FAQ (Frequently Asked Questions) article. See ARCHIVE LOCATIONS below to find -out where to obtain the FAQ article. +Copyright 2024 Google LLC. -If you want to understand how the JPEG code works, we suggest reading one or -more of the REFERENCES, then looking at the documentation files (in roughly -the order listed) before diving into the code. +Use of this source code is governed by a BSD-style license that can be +found in the LICENSE file. +-------------------------------------------------------------------------------- +skia +Copyright 2024 Google LLC. +Use of this source code is governed by a BSD-style license that can be found in the LICENSE file. +-------------------------------------------------------------------------------- +skia -OVERVIEW -======== +Copyright 2024 Google, LLC -This package contains C software to implement JPEG image encoding, decoding, -and transcoding. JPEG (pronounced "jay-peg") is a standardized compression -method for full-color and grayscale images. JPEG's strong suit is compressing -photographic images or other types of images that have smooth color and -brightness transitions between neighboring pixels. Images with sharp lines or -other abrupt features may not compress well with JPEG, and a higher JPEG -quality may have to be used to avoid visible compression artifacts with such -images. +Use of this source code is governed by a BSD-style license that can be +found in the LICENSE file. +-------------------------------------------------------------------------------- +skia -JPEG is lossy, meaning that the output pixels are not necessarily identical to -the input pixels. However, on photographic content and other "smooth" images, -very good compression ratios can be obtained with no visible compression -artifacts, and extremely high compression ratios are possible if you are -willing to sacrifice image quality (by reducing the "quality" setting in the -compressor.) +Copyright 2024 The Android Open Source Project -This software implements JPEG baseline, extended-sequential, and progressive -compression processes. Provision is made for supporting all variants of these -processes, although some uncommon parameter settings aren't implemented yet. -We have made no provision for supporting the hierarchical or lossless -processes defined in the standard. +Use of this source code is governed by a BSD-style license that can be +found in the LICENSE file. +-------------------------------------------------------------------------------- +skia -We provide a set of library routines for reading and writing JPEG image files, -plus two sample applications "cjpeg" and "djpeg", which use the library to -perform conversion between JPEG and some other popular image file formats. -The library is intended to be reused in other applications. +Copyright 2025 Google Inc. -In order to support file conversion and viewing software, we have included -considerable functionality beyond the bare JPEG coding/decoding capability; -for example, the color quantization modules are not strictly part of JPEG -decoding, but they are essential for output to colormapped file formats or -colormapped displays. These extra functions can be compiled out of the -library if not required for a particular application. +Use of this source code is governed by a BSD-style license that can be +found in the LICENSE file. +-------------------------------------------------------------------------------- +skia -We have also included "jpegtran", a utility for lossless transcoding between -different JPEG processes, and "rdjpgcom" and "wrjpgcom", two simple -applications for inserting and extracting textual comments in JFIF files. +Copyright 2025 Google LLC +Use of this source code is governed by a BSD-style license that can be +found in the LICENSE file. +-------------------------------------------------------------------------------- +skia -The emphasis in designing this software has been on achieving portability and -flexibility, while also making it fast enough to be useful. In particular, -the software is not intended to be read as a tutorial on JPEG. (See the -REFERENCES section for introductory material.) Rather, it is intended to -be reliable, portable, industrial-strength code. We do not claim to have -achieved that goal in every aspect of the software, but we strive for it. +Copyright 2025 Google LLC. -We welcome the use of this software as a component of commercial products. -No royalty is required, but we do ask for an acknowledgement in product -documentation, as described under LEGAL ISSUES. +Use of this source code is governed by a BSD-style license that can be +found in the LICENSE file. +-------------------------------------------------------------------------------- +spirv-cross +Apache License -LEGAL ISSUES -============ +Version 2.0, January 2004 -In plain English: +http://www.apache.org/licenses/ TERMS AND CONDITIONS FOR USE, REPRODUCTION, +AND DISTRIBUTION -1. We don't promise that this software works. (But if you find any bugs, - please let us know!) -2. You can use this software for whatever you want. You don't have to pay us. -3. You may not pretend that you wrote this software. If you use it in a - program, you must acknowledge somewhere in your documentation that - you've used the IJG code. + 1. Definitions. -In legalese: + -The authors make NO WARRANTY or representation, either express or implied, -with respect to this software, its quality, accuracy, merchantability, or -fitness for a particular purpose. This software is provided "AS IS", and you, -its user, assume the entire risk as to its quality and accuracy. +"License" shall mean the terms and conditions for use, reproduction, and distribution +as defined by Sections 1 through 9 of this document. -This software is copyright (C) 1991-2016, Thomas G. Lane, Guido Vollbeding. -All Rights Reserved except as specified below. + -Permission is hereby granted to use, copy, modify, and distribute this -software (or portions thereof) for any purpose, without fee, subject to these -conditions: -(1) If any part of the source code for this software is distributed, then this -README file must be included, with this copyright and no-warranty notice -unaltered; and any additions, deletions, or changes to the original files -must be clearly indicated in accompanying documentation. -(2) If only executable code is distributed, then the accompanying -documentation must state that "this software is based in part on the work of -the Independent JPEG Group". -(3) Permission for use of this software is granted only if the user accepts -full responsibility for any undesirable consequences; the authors accept -NO LIABILITY for damages of any kind. +"Licensor" shall mean the copyright owner or entity authorized by the copyright +owner that is granting the License. -These conditions apply to any software derived from or based on the IJG code, -not just to the unmodified library. If you use our work, you ought to -acknowledge us. + -Permission is NOT granted for the use of any IJG author's name or company name -in advertising or publicity relating to this software or products derived from -it. This software may be referred to only as "the Independent JPEG Group's -software". +"Legal Entity" shall mean the union of the acting entity and all other entities +that control, are controlled by, or are under common control with that entity. +For the purposes of this definition, "control" means (i) the power, direct +or indirect, to cause the direction or management of such entity, whether +by contract or otherwise, or (ii) ownership of fifty percent (50%) or more +of the outstanding shares, or (iii) beneficial ownership of such entity. -We specifically permit and encourage the use of this software as the basis of -commercial products, provided that all warranty or liability claims are -assumed by the product vendor. + +"You" (or "Your") shall mean an individual or Legal Entity exercising permissions +granted by this License. -The Unix configuration script "configure" was produced with GNU Autoconf. -It is copyright by the Free Software Foundation but is freely distributable. -The same holds for its supporting scripts (config.guess, config.sub, -ltmain.sh). Another support script, install-sh, is copyright by X Consortium -but is also freely distributable. + + +"Source" form shall mean the preferred form for making modifications, including +but not limited to software source code, documentation source, and configuration +files. + + + +"Object" form shall mean any form resulting from mechanical transformation +or translation of a Source form, including but not limited to compiled object +code, generated documentation, and conversions to other media types. + + + +"Work" shall mean the work of authorship, whether in Source or Object form, +made available under the License, as indicated by a copyright notice that +is included in or attached to the work (an example is provided in the Appendix +below). + + + +"Derivative Works" shall mean any work, whether in Source or Object form, +that is based on (or derived from) the Work and for which the editorial revisions, +annotations, elaborations, or other modifications represent, as a whole, an +original work of authorship. For the purposes of this License, Derivative +Works shall not include works that remain separable from, or merely link (or +bind by name) to the interfaces of, the Work and Derivative Works thereof. + + + +"Contribution" shall mean any work of authorship, including the original version +of the Work and any modifications or additions to that Work or Derivative +Works thereof, that is intentionally submitted to Licensor for inclusion in +the Work by the copyright owner or by an individual or Legal Entity authorized +to submit on behalf of the copyright owner. For the purposes of this definition, +"submitted" means any form of electronic, verbal, or written communication +sent to the Licensor or its representatives, including but not limited to +communication on electronic mailing lists, source code control systems, and +issue tracking systems that are managed by, or on behalf of, the Licensor +for the purpose of discussing and improving the Work, but excluding communication +that is conspicuously marked or otherwise designated in writing by the copyright +owner as "Not a Contribution." + + + +"Contributor" shall mean Licensor and any individual or Legal Entity on behalf +of whom a Contribution has been received by Licensor and subsequently incorporated +within the Work. + +2. Grant of Copyright License. Subject to the terms and conditions of this +License, each Contributor hereby grants to You a perpetual, worldwide, non-exclusive, +no-charge, royalty-free, irrevocable copyright license to reproduce, prepare +Derivative Works of, publicly display, publicly perform, sublicense, and distribute +the Work and such Derivative Works in Source or Object form. + +3. Grant of Patent License. Subject to the terms and conditions of this License, +each Contributor hereby grants to You a perpetual, worldwide, non-exclusive, +no-charge, royalty-free, irrevocable (except as stated in this section) patent +license to make, have made, use, offer to sell, sell, import, and otherwise +transfer the Work, where such license applies only to those patent claims +licensable by such Contributor that are necessarily infringed by their Contribution(s) +alone or by combination of their Contribution(s) with the Work to which such +Contribution(s) was submitted. If You institute patent litigation against +any entity (including a cross-claim or counterclaim in a lawsuit) alleging +that the Work or a Contribution incorporated within the Work constitutes direct +or contributory patent infringement, then any patent licenses granted to You +under this License for that Work shall terminate as of the date such litigation +is filed. -The IJG distribution formerly included code to read and write GIF files. -To avoid entanglement with the Unisys LZW patent (now expired), GIF reading -support has been removed altogether, and the GIF writer has been simplified -to produce "uncompressed GIFs". This technique does not use the LZW -algorithm; the resulting GIF files are larger than usual, but are readable -by all standard GIF decoders. +4. Redistribution. You may reproduce and distribute copies of the Work or +Derivative Works thereof in any medium, with or without modifications, and +in Source or Object form, provided that You meet the following conditions: + +(a) You must give any other recipients of the Work or Derivative Works a copy +of this License; and + +(b) You must cause any modified files to carry prominent notices stating that +You changed the files; and + +(c) You must retain, in the Source form of any Derivative Works that You distribute, +all copyright, patent, trademark, and attribution notices from the Source +form of the Work, excluding those notices that do not pertain to any part +of the Derivative Works; and + +(d) If the Work includes a "NOTICE" text file as part of its distribution, +then any Derivative Works that You distribute must include a readable copy +of the attribution notices contained within such NOTICE file, excluding those +notices that do not pertain to any part of the Derivative Works, in at least +one of the following places: within a NOTICE text file distributed as part +of the Derivative Works; within the Source form or documentation, if provided +along with the Derivative Works; or, within a display generated by the Derivative +Works, if and wherever such third-party notices normally appear. The contents +of the NOTICE file are for informational purposes only and do not modify the +License. You may add Your own attribution notices within Derivative Works +that You distribute, alongside or as an addendum to the NOTICE text from the +Work, provided that such additional attribution notices cannot be construed +as modifying the License. -We are required to state that - "The Graphics Interchange Format(c) is the Copyright property of - CompuServe Incorporated. GIF(sm) is a Service Mark property of - CompuServe Incorporated." +You may add Your own copyright statement to Your modifications and may provide +additional or different license terms and conditions for use, reproduction, +or distribution of Your modifications, or for any such Derivative Works as +a whole, provided Your use, reproduction, and distribution of the Work otherwise +complies with the conditions stated in this License. + +5. Submission of Contributions. Unless You explicitly state otherwise, any +Contribution intentionally submitted for inclusion in the Work by You to the +Licensor shall be under the terms and conditions of this License, without +any additional terms or conditions. Notwithstanding the above, nothing herein +shall supersede or modify the terms of any separate license agreement you +may have executed with Licensor regarding such Contributions. +6. Trademarks. This License does not grant permission to use the trade names, +trademarks, service marks, or product names of the Licensor, except as required +for reasonable and customary use in describing the origin of the Work and +reproducing the content of the NOTICE file. + +7. Disclaimer of Warranty. Unless required by applicable law or agreed to +in writing, Licensor provides the Work (and each Contributor provides its +Contributions) on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY +KIND, either express or implied, including, without limitation, any warranties +or conditions of TITLE, NON-INFRINGEMENT, MERCHANTABILITY, or FITNESS FOR +A PARTICULAR PURPOSE. You are solely responsible for determining the appropriateness +of using or redistributing the Work and assume any risks associated with Your +exercise of permissions under this License. + +8. Limitation of Liability. In no event and under no legal theory, whether +in tort (including negligence), contract, or otherwise, unless required by +applicable law (such as deliberate and grossly negligent acts) or agreed to +in writing, shall any Contributor be liable to You for damages, including +any direct, indirect, special, incidental, or consequential damages of any +character arising as a result of this License or out of the use or inability +to use the Work (including but not limited to damages for loss of goodwill, +work stoppage, computer failure or malfunction, or any and all other commercial +damages or losses), even if such Contributor has been advised of the possibility +of such damages. + +9. Accepting Warranty or Additional Liability. While redistributing the Work +or Derivative Works thereof, You may choose to offer, and charge a fee for, +acceptance of support, warranty, indemnity, or other liability obligations +and/or rights consistent with this License. However, in accepting such obligations, +You may act only on Your own behalf and on Your sole responsibility, not on +behalf of any other Contributor, and only if You agree to indemnify, defend, +and hold each Contributor harmless for any liability incurred by, or claims +asserted against, such Contributor by reason of your accepting any such warranty +or additional liability. END OF TERMS AND CONDITIONS -REFERENCES -========== +APPENDIX: How to apply the Apache License to your work. -We recommend reading one or more of these references before trying to -understand the innards of the JPEG software. +To apply the Apache License to your work, attach the following boilerplate +notice, with the fields enclosed by brackets "[]" replaced with your own identifying +information. (Don't include the brackets!) The text should be enclosed in +the appropriate comment syntax for the file format. We also recommend that +a file or class name and description of purpose be included on the same "printed +page" as the copyright notice for easier identification within third-party +archives. -The best short technical introduction to the JPEG compression algorithm is - Wallace, Gregory K. "The JPEG Still Picture Compression Standard", - Communications of the ACM, April 1991 (vol. 34 no. 4), pp. 30-44. -(Adjacent articles in that issue discuss MPEG motion picture compression, -applications of JPEG, and related topics.) If you don't have the CACM issue -handy, a PDF file containing a revised version of Wallace's article is -available at http://www.ijg.org/files/Wallace.JPEG.pdf. The file (actually -a preprint for an article that appeared in IEEE Trans. Consumer Electronics) -omits the sample images that appeared in CACM, but it includes corrections -and some added material. Note: the Wallace article is copyright ACM and IEEE, -and it may not be used for commercial purposes. +Copyright [yyyy] [name of copyright owner] -A somewhat less technical, more leisurely introduction to JPEG can be found in -"The Data Compression Book" by Mark Nelson and Jean-loup Gailly, published by -M&T Books (New York), 2nd ed. 1996, ISBN 1-55851-434-1. This book provides -good explanations and example C code for a multitude of compression methods -including JPEG. It is an excellent source if you are comfortable reading C -code but don't know much about data compression in general. The book's JPEG -sample code is far from industrial-strength, but when you are ready to look -at a full implementation, you've got one here... +Licensed under the Apache License, Version 2.0 (the "License"); -The best currently available description of JPEG is the textbook "JPEG Still -Image Data Compression Standard" by William B. Pennebaker and Joan L. -Mitchell, published by Van Nostrand Reinhold, 1993, ISBN 0-442-01272-1. -Price US$59.95, 638 pp. The book includes the complete text of the ISO JPEG -standards (DIS 10918-1 and draft DIS 10918-2). +you may not use this file except in compliance with the License. -The original JPEG standard is divided into two parts, Part 1 being the actual -specification, while Part 2 covers compliance testing methods. Part 1 is -titled "Digital Compression and Coding of Continuous-tone Still Images, -Part 1: Requirements and guidelines" and has document numbers ISO/IEC IS -10918-1, ITU-T T.81. Part 2 is titled "Digital Compression and Coding of -Continuous-tone Still Images, Part 2: Compliance testing" and has document -numbers ISO/IEC IS 10918-2, ITU-T T.83. +You may obtain a copy of the License at -The JPEG standard does not specify all details of an interchangeable file -format. For the omitted details we follow the "JFIF" conventions, revision -1.02. JFIF 1.02 has been adopted as an Ecma International Technical Report -and thus received a formal publication status. It is available as a free -download in PDF format from -http://www.ecma-international.org/publications/techreports/E-TR-098.htm. -A PostScript version of the JFIF document is available at -http://www.ijg.org/files/jfif.ps.gz. There is also a plain text version at -http://www.ijg.org/files/jfif.txt.gz, but it is missing the figures. +http://www.apache.org/licenses/LICENSE-2.0 -The TIFF 6.0 file format specification can be obtained by FTP from -ftp://ftp.sgi.com/graphics/tiff/TIFF6.ps.gz. The JPEG incorporation scheme -found in the TIFF 6.0 spec of 3-June-92 has a number of serious problems. -IJG does not recommend use of the TIFF 6.0 design (TIFF Compression tag 6). -Instead, we recommend the JPEG design proposed by TIFF Technical Note #2 -(Compression tag 7). Copies of this Note can be obtained from -http://www.ijg.org/files/. It is expected that the next revision -of the TIFF spec will replace the 6.0 JPEG design with the Note's design. -Although IJG's own code does not support TIFF/JPEG, the free libtiff library -uses our library to implement TIFF/JPEG per the Note. +Unless required by applicable law or agreed to in writing, software +distributed under the License is distributed on an "AS IS" BASIS, -ARCHIVE LOCATIONS -================= +WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -The "official" archive site for this software is www.ijg.org. -The most recent released version can always be found there in -directory "files". +See the License for the specific language governing permissions and -The JPEG FAQ (Frequently Asked Questions) article is a source of some -general information about JPEG. -It is available on the World Wide Web at http://www.faqs.org/faqs/jpeg-faq/ -and other news.answers archive sites, including the official news.answers -archive at rtfm.mit.edu: ftp://rtfm.mit.edu/pub/usenet/news.answers/jpeg-faq/. -If you don't have Web or FTP access, send e-mail to mail-server@rtfm.mit.edu -with body - send usenet/news.answers/jpeg-faq/part1 - send usenet/news.answers/jpeg-faq/part2 +limitations under the License. +-------------------------------------------------------------------------------- +spirv-cross -FILE FORMAT WARS -================ +Copyright (c) 2014-2020 The Khronos Group Inc. -The ISO/IEC JTC1/SC29/WG1 standards committee (also known as JPEG, together -with ITU-T SG16) currently promotes different formats containing the name -"JPEG" which are incompatible with original DCT-based JPEG. IJG therefore does -not support these formats (see REFERENCES). Indeed, one of the original -reasons for developing this free software was to help force convergence on -common, interoperable format standards for JPEG files. -Don't use an incompatible file format! -(In any case, our decoder will remain capable of reading existing JPEG -image files indefinitely.) +Permission is hereby granted, free of charge, to any person obtaining a copy +of this software and/or associated documentation files (the "Materials"), +to deal in the Materials without restriction, including without limitation +the rights to use, copy, modify, merge, publish, distribute, sublicense, +and/or sell copies of the Materials, and to permit persons to whom the +Materials are furnished to do so, subject to the following conditions: +The above copyright notice and this permission notice shall be included in +all copies or substantial portions of the Materials. -TO DO -===== +MODIFICATIONS TO THIS FILE MAY MEAN IT NO LONGER ACCURATELY REFLECTS KHRONOS +STANDARDS. THE UNMODIFIED, NORMATIVE VERSIONS OF KHRONOS SPECIFICATIONS AND +HEADER INFORMATION ARE LOCATED AT https://www.khronos.org/registry/ -Please send bug reports, offers of help, etc. to jpeg-info@jpegclub.org. +THE MATERIALS ARE PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS +OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, +FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL +THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER +LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING +FROM,OUT OF OR IN CONNECTION WITH THE MATERIALS OR THE USE OR OTHER DEALINGS +IN THE MATERIALS. -------------------------------------------------------------------------------- -libjxl +spirv-cross -Copyright 2021 The Chromium Authors. All rights reserved. +Copyright (c) 2014-2020 The Khronos Group Inc. -Redistribution and use in source and binary forms, with or without -modification, are permitted provided that the following conditions are -met: +Permission is hereby granted, free of charge, to any person obtaining a copy +of this software and/or associated documentation files (the "Materials"), +to deal in the Materials without restriction, including without limitation +the rights to use, copy, modify, merge, publish, distribute, sublicense, +and/or sell copies of the Materials, and to permit persons to whom the +Materials are furnished to do so, subject to the following conditions: - * Redistributions of source code must retain the above copyright -notice, this list of conditions and the following disclaimer. - * Redistributions in binary form must reproduce the above -copyright notice, this list of conditions and the following disclaimer -in the documentation and/or other materials provided with the -distribution. - * Neither the name of Google Inc. nor the names of its -contributors may be used to endorse or promote products derived from -this software without specific prior written permission. +The above copyright notice and this permission notice shall be included in +all copies or substantial portions of the Materials. -THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS -"AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT -LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR -A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT -OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, -SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT -LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, -DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY -THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT -(INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE -OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. +MODIFICATIONS TO THIS FILE MAY MEAN IT NO LONGER ACCURATELY REFLECTS KHRONOS +STANDARDS. THE UNMODIFIED, NORMATIVE VERSIONS OF KHRONOS SPECIFICATIONS AND +HEADER INFORMATION ARE LOCATED AT https://www.khronos.org/registry/ + +THE MATERIALS ARE PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS +OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, +FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL +THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER +LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING +FROM,OUT OF OR IN CONNECTION WITH THE MATERIALS OR THE USE OR OTHER DEALINGS +IN THE MATERIALS. -------------------------------------------------------------------------------- -libpng +spirv-cross -COPYRIGHT NOTICE, DISCLAIMER, and LICENSE -========================================= +Copyright 2016-2021 The Khronos Group Inc. +SPDX-License-Identifier: Apache-2.0 +-------------------------------------------------------------------------------- +spirv-cross -PNG Reference Library License version 2 ---------------------------------------- +Copyright 2019-2021 Hans-Kristian Arntzen -* Copyright (c) 1995-2024 The PNG Reference Library Authors. -* Copyright (c) 2018-2024 Cosmin Truta. -* Copyright (c) 2000-2002, 2004, 2006-2018 Glenn Randers-Pehrson. -* Copyright (c) 1996-1997 Andreas Dilger. -* Copyright (c) 1995-1996 Guy Eric Schalnat, Group 42, Inc. +Licensed under the Apache License, Version 2.0 (the "License"); +you may not use this file except in compliance with the License. +You may obtain a copy of the License at -The software is supplied "as is", without warranty of any kind, -express or implied, including, without limitation, the warranties -of merchantability, fitness for a particular purpose, title, and -non-infringement. In no event shall the Copyright owners, or -anyone distributing the software, be liable for any damages or -other liability, whether in contract, tort or otherwise, arising -from, out of, or in connection with the software, or the use or -other dealings in the software, even if advised of the possibility -of such damage. + http://www.apache.org/licenses/LICENSE-2.0 -Permission is hereby granted to use, copy, modify, and distribute -this software, or portions hereof, for any purpose, without fee, -subject to the following restrictions: +Unless required by applicable law or agreed to in writing, software +distributed under the License is distributed on an "AS IS" BASIS, +WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +See the License for the specific language governing permissions and +limitations under the License. +-------------------------------------------------------------------------------- +spirv-tools -1. The origin of this software must not be misrepresented; you - must not claim that you wrote the original software. If you - use this software in a product, an acknowledgment in the product - documentation would be appreciated, but is not required. +Copyright (C) 2019 Google Inc. -2. Altered source versions must be plainly marked as such, and must - not be misrepresented as being the original software. +Licensed under the Apache License, Version 2.0 (the "License"); +you may not use this file except in compliance with the License. +You may obtain a copy of the License at -3. This Copyright notice may not be removed or altered from any - source or altered source distribution. + http://www.apache.org/licenses/LICENSE-2.0 +Unless required by applicable law or agreed to in writing, software +distributed under the License is distributed on an "AS IS" BASIS, +WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +See the License for the specific language governing permissions and +limitations under the License. +-------------------------------------------------------------------------------- +spirv-tools -PNG Reference Library License version 1 (for libpng 0.5 through 1.6.35) ------------------------------------------------------------------------ +Copyright (c) 2015-2016 Google Inc. -libpng versions 1.0.7, July 1, 2000, through 1.6.35, July 15, 2018 are -Copyright (c) 2000-2002, 2004, 2006-2018 Glenn Randers-Pehrson, are -derived from libpng-1.0.6, and are distributed according to the same -disclaimer and license as libpng-1.0.6 with the following individuals -added to the list of Contributing Authors: +Licensed under the Apache License, Version 2.0 (the "License"); +you may not use this file except in compliance with the License. +You may obtain a copy of the License at - Simon-Pierre Cadieux - Eric S. Raymond - Mans Rullgard - Cosmin Truta - Gilles Vollant - James Yu - Mandar Sahastrabuddhe - Google Inc. - Vadim Barkov + http://www.apache.org/licenses/LICENSE-2.0 -and with the following additions to the disclaimer: +Unless required by applicable law or agreed to in writing, software +distributed under the License is distributed on an "AS IS" BASIS, +WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +See the License for the specific language governing permissions and +limitations under the License. +-------------------------------------------------------------------------------- +spirv-tools - There is no warranty against interference with your enjoyment of - the library or against infringement. There is no warranty that our - efforts or the library will fulfill any of your particular purposes - or needs. This library is provided with all faults, and the entire - risk of satisfactory quality, performance, accuracy, and effort is - with the user. +Copyright (c) 2015-2016 The Khronos Group Inc. +Modifications Copyright (C) 2024 Advanced Micro Devices, Inc. All rights +reserved. -Some files in the "contrib" directory and some configure-generated -files that are distributed with libpng have other copyright owners, and -are released under other open source licenses. +Licensed under the Apache License, Version 2.0 (the "License"); +you may not use this file except in compliance with the License. +You may obtain a copy of the License at -libpng versions 0.97, January 1998, through 1.0.6, March 20, 2000, are -Copyright (c) 1998-2000 Glenn Randers-Pehrson, are derived from -libpng-0.96, and are distributed according to the same disclaimer and -license as libpng-0.96, with the following individuals added to the -list of Contributing Authors: + http://www.apache.org/licenses/LICENSE-2.0 - Tom Lane - Glenn Randers-Pehrson - Willem van Schaik +Unless required by applicable law or agreed to in writing, software +distributed under the License is distributed on an "AS IS" BASIS, +WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +See the License for the specific language governing permissions and +limitations under the License. +-------------------------------------------------------------------------------- +spirv-tools -libpng versions 0.89, June 1996, through 0.96, May 1997, are -Copyright (c) 1996-1997 Andreas Dilger, are derived from libpng-0.88, -and are distributed according to the same disclaimer and license as -libpng-0.88, with the following individuals added to the list of -Contributing Authors: +Copyright (c) 2015-2020 The Khronos Group Inc. +Modifications Copyright (C) 2020 Advanced Micro Devices, Inc. All rights +reserved. - John Bowler - Kevin Bracey - Sam Bushell - Magnus Holmgren - Greg Roelofs - Tom Tanner +Licensed under the Apache License, Version 2.0 (the "License"); +you may not use this file except in compliance with the License. +You may obtain a copy of the License at -Some files in the "scripts" directory have other copyright owners, -but are released under this license. + http://www.apache.org/licenses/LICENSE-2.0 -libpng versions 0.5, May 1995, through 0.88, January 1996, are -Copyright (c) 1995-1996 Guy Eric Schalnat, Group 42, Inc. +Unless required by applicable law or agreed to in writing, software +distributed under the License is distributed on an "AS IS" BASIS, +WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +See the License for the specific language governing permissions and +limitations under the License. +-------------------------------------------------------------------------------- +spirv-tools -For the purposes of this copyright and license, "Contributing Authors" -is defined as the following set of individuals: +Copyright (c) 2015-2022 The Khronos Group Inc. +Modifications Copyright (C) 2020-2024 Advanced Micro Devices, Inc. All +rights reserved. - Andreas Dilger - Dave Martindale - Guy Eric Schalnat - Paul Schmidt - Tim Wegner +Licensed under the Apache License, Version 2.0 (the "License"); +you may not use this file except in compliance with the License. +You may obtain a copy of the License at -The PNG Reference Library is supplied "AS IS". The Contributing -Authors and Group 42, Inc. disclaim all warranties, expressed or -implied, including, without limitation, the warranties of -merchantability and of fitness for any purpose. The Contributing -Authors and Group 42, Inc. assume no liability for direct, indirect, -incidental, special, exemplary, or consequential damages, which may -result from the use of the PNG Reference Library, even if advised of -the possibility of such damage. + http://www.apache.org/licenses/LICENSE-2.0 -Permission is hereby granted to use, copy, modify, and distribute this -source code, or portions hereof, for any purpose, without fee, subject -to the following restrictions: +Unless required by applicable law or agreed to in writing, software +distributed under the License is distributed on an "AS IS" BASIS, +WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +See the License for the specific language governing permissions and +limitations under the License. +-------------------------------------------------------------------------------- +spirv-tools -1. The origin of this source code must not be misrepresented. +Copyright (c) 2016 Google Inc. -2. Altered versions must be plainly marked as such and must not - be misrepresented as being the original source. +Licensed under the Apache License, Version 2.0 (the "License"); +you may not use this file except in compliance with the License. +You may obtain a copy of the License at -3. This Copyright notice may not be removed or altered from any - source or altered source distribution. + http://www.apache.org/licenses/LICENSE-2.0 -The Contributing Authors and Group 42, Inc. specifically permit, -without fee, and encourage the use of this source code as a component -to supporting the PNG file format in commercial products. If you use -this source code in a product, acknowledgment is not required but would -be appreciated. +Unless required by applicable law or agreed to in writing, software +distributed under the License is distributed on an "AS IS" BASIS, +WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +See the License for the specific language governing permissions and +limitations under the License. -------------------------------------------------------------------------------- -libtess2 - -Copyright (C) [dates of first publication] Silicon Graphics, Inc. -All Rights Reserved. +spirv-tools -Permission is hereby granted, free of charge, to any person obtaining a copy -of this software and associated documentation files (the "Software"), to deal -in the Software without restriction, including without limitation the rights -to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies -of the Software, and to permit persons to whom the Software is furnished to do so, -subject to the following conditions: +Copyright (c) 2016 Google Inc. +Copyright (c) 2025 Arm Ltd. -The above copyright notice including the dates of first publication and either this -permission notice or a reference to http://oss.sgi.com/projects/FreeB/ shall be -included in all copies or substantial portions of the Software. +Licensed under the Apache License, Version 2.0 (the "License"); +you may not use this file except in compliance with the License. +You may obtain a copy of the License at -THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, -INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A -PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL SILICON GRAPHICS, INC. -BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, -TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE -OR OTHER DEALINGS IN THE SOFTWARE. + http://www.apache.org/licenses/LICENSE-2.0 -Except as contained in this notice, the name of Silicon Graphics, Inc. shall not -be used in advertising or otherwise to promote the sale, use or other dealings in -this Software without prior written authorization from Silicon Graphics, Inc. +Unless required by applicable law or agreed to in writing, software +distributed under the License is distributed on an "AS IS" BASIS, +WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +See the License for the specific language governing permissions and +limitations under the License. -------------------------------------------------------------------------------- -libwebp +spirv-tools -Copyright (c) 2010, Google Inc. All rights reserved. +Copyright (c) 2016 Google Inc. +Modifications Copyright (C) 2024 Advanced Micro Devices, Inc. All rights +reserved. -Redistribution and use in source and binary forms, with or without -modification, are permitted provided that the following conditions are -met: +Licensed under the Apache License, Version 2.0 (the "License"); +you may not use this file except in compliance with the License. +You may obtain a copy of the License at - * Redistributions of source code must retain the above copyright - notice, this list of conditions and the following disclaimer. + http://www.apache.org/licenses/LICENSE-2.0 - * Redistributions in binary form must reproduce the above copyright - notice, this list of conditions and the following disclaimer in - the documentation and/or other materials provided with the - distribution. +Unless required by applicable law or agreed to in writing, software +distributed under the License is distributed on an "AS IS" BASIS, +WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +See the License for the specific language governing permissions and +limitations under the License. +-------------------------------------------------------------------------------- +spirv-tools - * Neither the name of Google nor the names of its contributors may - be used to endorse or promote products derived from this software - without specific prior written permission. +Copyright (c) 2017 Google Inc. -THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS -"AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT -LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR -A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT -HOLDER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, -SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT -LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, -DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY -THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT -(INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE -OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. --------------------------------------------------------------------------------- -libwebp +Licensed under the Apache License, Version 2.0 (the "License"); +you may not use this file except in compliance with the License. +You may obtain a copy of the License at -Copyright 2010 Google Inc. All Rights Reserved. + http://www.apache.org/licenses/LICENSE-2.0 -Redistribution and use in source and binary forms, with or without -modification, are permitted provided that the following conditions are -met: +Unless required by applicable law or agreed to in writing, software +distributed under the License is distributed on an "AS IS" BASIS, +WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +See the License for the specific language governing permissions and +limitations under the License. +-------------------------------------------------------------------------------- +spirv-tools - * Redistributions of source code must retain the above copyright - notice, this list of conditions and the following disclaimer. +Copyright (c) 2017 Google Inc. +Modifications Copyright (C) 2020 Advanced Micro Devices, Inc. All rights +reserved. - * Redistributions in binary form must reproduce the above copyright - notice, this list of conditions and the following disclaimer in - the documentation and/or other materials provided with the - distribution. +Licensed under the Apache License, Version 2.0 (the "License"); +you may not use this file except in compliance with the License. +You may obtain a copy of the License at - * Neither the name of Google nor the names of its contributors may - be used to endorse or promote products derived from this software - without specific prior written permission. + http://www.apache.org/licenses/LICENSE-2.0 -THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS -"AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT -LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR -A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT -HOLDER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, -SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT -LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, -DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY -THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT -(INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE -OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. +Unless required by applicable law or agreed to in writing, software +distributed under the License is distributed on an "AS IS" BASIS, +WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +See the License for the specific language governing permissions and +limitations under the License. -------------------------------------------------------------------------------- -libwebp +spirv-tools -Copyright 2011 Google Inc. All Rights Reserved. +Copyright (c) 2017 Google Inc. +Modifications Copyright (C) 2024 Advanced Micro Devices, Inc. All rights +reserved. -Redistribution and use in source and binary forms, with or without -modification, are permitted provided that the following conditions are -met: +Licensed under the Apache License, Version 2.0 (the "License"); +you may not use this file except in compliance with the License. +You may obtain a copy of the License at - * Redistributions of source code must retain the above copyright - notice, this list of conditions and the following disclaimer. + http://www.apache.org/licenses/LICENSE-2.0 - * Redistributions in binary form must reproduce the above copyright - notice, this list of conditions and the following disclaimer in - the documentation and/or other materials provided with the - distribution. +Unless required by applicable law or agreed to in writing, software +distributed under the License is distributed on an "AS IS" BASIS, +WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +See the License for the specific language governing permissions and +limitations under the License. +-------------------------------------------------------------------------------- +spirv-tools - * Neither the name of Google nor the names of its contributors may - be used to endorse or promote products derived from this software - without specific prior written permission. +Copyright (c) 2017 LunarG Inc. -THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS -"AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT -LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR -A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT -HOLDER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, -SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT -LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, -DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY -THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT -(INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE -OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. +Licensed under the Apache License, Version 2.0 (the "License"); +you may not use this file except in compliance with the License. +You may obtain a copy of the License at + + http://www.apache.org/licenses/LICENSE-2.0 + +Unless required by applicable law or agreed to in writing, software +distributed under the License is distributed on an "AS IS" BASIS, +WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +See the License for the specific language governing permissions and +limitations under the License. -------------------------------------------------------------------------------- -libwebp +spirv-tools -Copyright 2012 Google Inc. All Rights Reserved. +Copyright (c) 2017 Pierre Moreau -Redistribution and use in source and binary forms, with or without -modification, are permitted provided that the following conditions are -met: +Licensed under the Apache License, Version 2.0 (the "License"); +you may not use this file except in compliance with the License. +You may obtain a copy of the License at - * Redistributions of source code must retain the above copyright - notice, this list of conditions and the following disclaimer. + http://www.apache.org/licenses/LICENSE-2.0 - * Redistributions in binary form must reproduce the above copyright - notice, this list of conditions and the following disclaimer in - the documentation and/or other materials provided with the - distribution. +Unless required by applicable law or agreed to in writing, software +distributed under the License is distributed on an "AS IS" BASIS, +WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +See the License for the specific language governing permissions and +limitations under the License. +-------------------------------------------------------------------------------- +spirv-tools - * Neither the name of Google nor the names of its contributors may - be used to endorse or promote products derived from this software - without specific prior written permission. +Copyright (c) 2017 The Khronos Group Inc. +Copyright (c) 2017 Valve Corporation +Copyright (c) 2017 LunarG Inc. -THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS -"AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT -LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR -A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT -HOLDER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, -SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT -LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, -DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY -THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT -(INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE -OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. +Licensed under the Apache License, Version 2.0 (the "License"); +you may not use this file except in compliance with the License. +You may obtain a copy of the License at + + http://www.apache.org/licenses/LICENSE-2.0 + +Unless required by applicable law or agreed to in writing, software +distributed under the License is distributed on an "AS IS" BASIS, +WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +See the License for the specific language governing permissions and +limitations under the License. -------------------------------------------------------------------------------- -libwebp - -Copyright 2013 Google Inc. All Rights Reserved. - -Redistribution and use in source and binary forms, with or without -modification, are permitted provided that the following conditions are -met: +spirv-tools - * Redistributions of source code must retain the above copyright - notice, this list of conditions and the following disclaimer. +Copyright (c) 2017 The Khronos Group Inc. +Copyright (c) 2017 Valve Corporation +Copyright (c) 2017 LunarG Inc. +Copyright (c) 2018 Google Inc. - * Redistributions in binary form must reproduce the above copyright - notice, this list of conditions and the following disclaimer in - the documentation and/or other materials provided with the - distribution. +Licensed under the Apache License, Version 2.0 (the "License"); +you may not use this file except in compliance with the License. +You may obtain a copy of the License at - * Neither the name of Google nor the names of its contributors may - be used to endorse or promote products derived from this software - without specific prior written permission. + http://www.apache.org/licenses/LICENSE-2.0 -THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS -"AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT -LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR -A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT -HOLDER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, -SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT -LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, -DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY -THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT -(INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE -OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. +Unless required by applicable law or agreed to in writing, software +distributed under the License is distributed on an "AS IS" BASIS, +WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +See the License for the specific language governing permissions and +limitations under the License. -------------------------------------------------------------------------------- -libwebp +spirv-tools -Copyright 2014 Google Inc. All Rights Reserved. +Copyright (c) 2017 The Khronos Group Inc. +Copyright (c) 2017 Valve Corporation +Copyright (c) 2017 LunarG Inc. +Copyright (c) 2018-2021 Google LLC -Redistribution and use in source and binary forms, with or without -modification, are permitted provided that the following conditions are -met: +Licensed under the Apache License, Version 2.0 (the "License"); +you may not use this file except in compliance with the License. +You may obtain a copy of the License at - * Redistributions of source code must retain the above copyright - notice, this list of conditions and the following disclaimer. + http://www.apache.org/licenses/LICENSE-2.0 - * Redistributions in binary form must reproduce the above copyright - notice, this list of conditions and the following disclaimer in - the documentation and/or other materials provided with the - distribution. +Unless required by applicable law or agreed to in writing, software +distributed under the License is distributed on an "AS IS" BASIS, +WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +See the License for the specific language governing permissions and +limitations under the License. +-------------------------------------------------------------------------------- +spirv-tools - * Neither the name of Google nor the names of its contributors may - be used to endorse or promote products derived from this software - without specific prior written permission. +Copyright (c) 2017 The Khronos Group Inc. +Copyright (c) 2017 Valve Corporation +Copyright (c) 2017 LunarG Inc. +Copyright (c) 2019 Google LLC -THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS -"AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT -LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR -A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT -HOLDER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, -SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT -LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, -DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY -THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT -(INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE -OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. --------------------------------------------------------------------------------- -libwebp +Licensed under the Apache License, Version 2.0 (the "License"); +you may not use this file except in compliance with the License. +You may obtain a copy of the License at -Copyright 2015 Google Inc. All Rights Reserved. + http://www.apache.org/licenses/LICENSE-2.0 -Redistribution and use in source and binary forms, with or without -modification, are permitted provided that the following conditions are -met: +Unless required by applicable law or agreed to in writing, software +distributed under the License is distributed on an "AS IS" BASIS, +WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +See the License for the specific language governing permissions and +limitations under the License. +-------------------------------------------------------------------------------- +spirv-tools - * Redistributions of source code must retain the above copyright - notice, this list of conditions and the following disclaimer. +Copyright (c) 2017 The Khronos Group Inc. +Copyright (c) 2017 Valve Corporation +Copyright (c) 2017 LunarG Inc. +Modifications Copyright (C) 2024 Advanced Micro Devices, Inc. All rights +reserved. - * Redistributions in binary form must reproduce the above copyright - notice, this list of conditions and the following disclaimer in - the documentation and/or other materials provided with the - distribution. +Licensed under the Apache License, Version 2.0 (the "License"); +you may not use this file except in compliance with the License. +You may obtain a copy of the License at - * Neither the name of Google nor the names of its contributors may - be used to endorse or promote products derived from this software - without specific prior written permission. + http://www.apache.org/licenses/LICENSE-2.0 -THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS -"AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT -LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR -A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT -HOLDER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, -SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT -LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, -DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY -THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT -(INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE -OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. +Unless required by applicable law or agreed to in writing, software +distributed under the License is distributed on an "AS IS" BASIS, +WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +See the License for the specific language governing permissions and +limitations under the License. -------------------------------------------------------------------------------- -libwebp +spirv-tools -Copyright 2016 Google Inc. All Rights Reserved. +Copyright (c) 2018 Google Inc. -Redistribution and use in source and binary forms, with or without -modification, are permitted provided that the following conditions are -met: +Licensed under the Apache License, Version 2.0 (the "License"); +you may not use this file except in compliance with the License. +You may obtain a copy of the License at - * Redistributions of source code must retain the above copyright - notice, this list of conditions and the following disclaimer. + http://www.apache.org/licenses/LICENSE-2.0 - * Redistributions in binary form must reproduce the above copyright - notice, this list of conditions and the following disclaimer in - the documentation and/or other materials provided with the - distribution. +Unless required by applicable law or agreed to in writing, software +distributed under the License is distributed on an "AS IS" BASIS, +WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +See the License for the specific language governing permissions and +limitations under the License. +-------------------------------------------------------------------------------- +spirv-tools - * Neither the name of Google nor the names of its contributors may - be used to endorse or promote products derived from this software - without specific prior written permission. +Copyright (c) 2018 Google LLC -THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS -"AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT -LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR -A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT -HOLDER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, -SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT -LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, -DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY -THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT -(INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE -OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. --------------------------------------------------------------------------------- -libwebp +Licensed under the Apache License, Version 2.0 (the "License"); +you may not use this file except in compliance with the License. +You may obtain a copy of the License at -Copyright 2017 Google Inc. All Rights Reserved. + http://www.apache.org/licenses/LICENSE-2.0 -Redistribution and use in source and binary forms, with or without -modification, are permitted provided that the following conditions are -met: +Unless required by applicable law or agreed to in writing, software +distributed under the License is distributed on an "AS IS" BASIS, +WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +See the License for the specific language governing permissions and +limitations under the License. +-------------------------------------------------------------------------------- +spirv-tools - * Redistributions of source code must retain the above copyright - notice, this list of conditions and the following disclaimer. +Copyright (c) 2018 Google LLC. - * Redistributions in binary form must reproduce the above copyright - notice, this list of conditions and the following disclaimer in - the documentation and/or other materials provided with the - distribution. +Licensed under the Apache License, Version 2.0 (the "License"); +you may not use this file except in compliance with the License. +You may obtain a copy of the License at - * Neither the name of Google nor the names of its contributors may - be used to endorse or promote products derived from this software - without specific prior written permission. + http://www.apache.org/licenses/LICENSE-2.0 -THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS -"AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT -LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR -A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT -HOLDER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, -SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT -LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, -DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY -THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT -(INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE -OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. +Unless required by applicable law or agreed to in writing, software +distributed under the License is distributed on an "AS IS" BASIS, +WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +See the License for the specific language governing permissions and +limitations under the License. -------------------------------------------------------------------------------- -libwebp +spirv-tools -Copyright 2018 Google Inc. All Rights Reserved. +Copyright (c) 2018 Google LLC. +Copyright (c) 2019 NVIDIA Corporation -Redistribution and use in source and binary forms, with or without -modification, are permitted provided that the following conditions are -met: +Licensed under the Apache License, Version 2.0 (the "License"); +you may not use this file except in compliance with the License. +You may obtain a copy of the License at - * Redistributions of source code must retain the above copyright - notice, this list of conditions and the following disclaimer. + http://www.apache.org/licenses/LICENSE-2.0 - * Redistributions in binary form must reproduce the above copyright - notice, this list of conditions and the following disclaimer in - the documentation and/or other materials provided with the - distribution. +Unless required by applicable law or agreed to in writing, software +distributed under the License is distributed on an "AS IS" BASIS, +WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +See the License for the specific language governing permissions and +limitations under the License. +-------------------------------------------------------------------------------- +spirv-tools - * Neither the name of Google nor the names of its contributors may - be used to endorse or promote products derived from this software - without specific prior written permission. +Copyright (c) 2018 Google LLC. +Modifications Copyright (C) 2020 Advanced Micro Devices, Inc. All rights +reserved. -THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS -"AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT -LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR -A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT -HOLDER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, -SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT -LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, -DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY -THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT -(INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE -OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. --------------------------------------------------------------------------------- -libwebp +Licensed under the Apache License, Version 2.0 (the "License"); +you may not use this file except in compliance with the License. +You may obtain a copy of the License at -Copyright 2021 Google Inc. All Rights Reserved. + http://www.apache.org/licenses/LICENSE-2.0 -Redistribution and use in source and binary forms, with or without -modification, are permitted provided that the following conditions are -met: +Unless required by applicable law or agreed to in writing, software +distributed under the License is distributed on an "AS IS" BASIS, +WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +See the License for the specific language governing permissions and +limitations under the License. +-------------------------------------------------------------------------------- +spirv-tools - * Redistributions of source code must retain the above copyright - notice, this list of conditions and the following disclaimer. +Copyright (c) 2018 Google LLC. +Modifications Copyright (C) 2020-2024 Advanced Micro Devices, Inc. All +rights reserved. - * Redistributions in binary form must reproduce the above copyright - notice, this list of conditions and the following disclaimer in - the documentation and/or other materials provided with the - distribution. +Licensed under the Apache License, Version 2.0 (the "License"); +you may not use this file except in compliance with the License. +You may obtain a copy of the License at - * Neither the name of Google nor the names of its contributors may - be used to endorse or promote products derived from this software - without specific prior written permission. + http://www.apache.org/licenses/LICENSE-2.0 -THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS -"AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT -LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR -A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT -HOLDER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, -SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT -LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, -DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY -THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT -(INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE -OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. +Unless required by applicable law or agreed to in writing, software +distributed under the License is distributed on an "AS IS" BASIS, +WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +See the License for the specific language governing permissions and +limitations under the License. -------------------------------------------------------------------------------- -libwebp +spirv-tools -Copyright 2022 Google Inc. All Rights Reserved. +Copyright (c) 2018 Google LLC. +Modifications Copyright (C) 2024 Advanced Micro Devices, Inc. All rights +reserved. -Redistribution and use in source and binary forms, with or without -modification, are permitted provided that the following conditions are -met: +Licensed under the Apache License, Version 2.0 (the "License"); +you may not use this file except in compliance with the License. +You may obtain a copy of the License at - * Redistributions of source code must retain the above copyright - notice, this list of conditions and the following disclaimer. + http://www.apache.org/licenses/LICENSE-2.0 - * Redistributions in binary form must reproduce the above copyright - notice, this list of conditions and the following disclaimer in - the documentation and/or other materials provided with the - distribution. +Unless required by applicable law or agreed to in writing, software +distributed under the License is distributed on an "AS IS" BASIS, +WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +See the License for the specific language governing permissions and +limitations under the License. +-------------------------------------------------------------------------------- +spirv-tools - * Neither the name of Google nor the names of its contributors may - be used to endorse or promote products derived from this software - without specific prior written permission. +Copyright (c) 2018 Google LLC. +Modifications Copyright (C) 2024 Advanced Micro Devices, Inc. All rights +reserved. +Copyright (c) 2024 NVIDIA Corporation -THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS -"AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT -LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR -A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT -HOLDER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, -SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT -LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, -DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY -THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT -(INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE -OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. --------------------------------------------------------------------------------- -lints +Licensed under the Apache License, Version 2.0 (the "License"); +you may not use this file except in compliance with the License. +You may obtain a copy of the License at -Copyright 2021, the Dart project authors. + http://www.apache.org/licenses/LICENSE-2.0 -Redistribution and use in source and binary forms, with or without -modification, are permitted provided that the following conditions are -met: +Unless required by applicable law or agreed to in writing, software +distributed under the License is distributed on an "AS IS" BASIS, +WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +See the License for the specific language governing permissions and +limitations under the License. +-------------------------------------------------------------------------------- +spirv-tools - * Redistributions of source code must retain the above copyright - notice, this list of conditions and the following disclaimer. - * Redistributions in binary form must reproduce the above - copyright notice, this list of conditions and the following - disclaimer in the documentation and/or other materials provided - with the distribution. - * Neither the name of Google LLC nor the names of its - contributors may be used to endorse or promote products derived - from this software without specific prior written permission. +Copyright (c) 2018 LunarG Inc. -THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS -"AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT -LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR -A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT -OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, -SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT -LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, -DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY -THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT -(INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE -OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. +Licensed under the Apache License, Version 2.0 (the "License"); +you may not use this file except in compliance with the License. +You may obtain a copy of the License at + + http://www.apache.org/licenses/LICENSE-2.0 +Unless required by applicable law or agreed to in writing, software +distributed under the License is distributed on an "AS IS" BASIS, +WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +See the License for the specific language governing permissions and +limitations under the License. -------------------------------------------------------------------------------- -llvm_libc +spirv-tools -Copyright (c) 2007-2019 University of Illinois at Urbana-Champaign. -All rights reserved. +Copyright (c) 2018 The Khronos Group Inc. -Developed by: +Licensed under the Apache License, Version 2.0 (the "License"); +you may not use this file except in compliance with the License. +You may obtain a copy of the License at - LLVM Team + http://www.apache.org/licenses/LICENSE-2.0 - University of Illinois at Urbana-Champaign +Unless required by applicable law or agreed to in writing, software +distributed under the License is distributed on an "AS IS" BASIS, +WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +See the License for the specific language governing permissions and +limitations under the License. +-------------------------------------------------------------------------------- +spirv-tools - http://llvm.org +Copyright (c) 2018 The Khronos Group Inc. +Copyright (c) 2018 Valve Corporation +Copyright (c) 2018 LunarG Inc. -Permission is hereby granted, free of charge, to any person obtaining a copy of -this software and associated documentation files (the "Software"), to deal with -the Software without restriction, including without limitation the rights to -use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies -of the Software, and to permit persons to whom the Software is furnished to do -so, subject to the following conditions: +Licensed under the Apache License, Version 2.0 (the "License"); +you may not use this file except in compliance with the License. +You may obtain a copy of the License at - * Redistributions of source code must retain the above copyright notice, - this list of conditions and the following disclaimers. + http://www.apache.org/licenses/LICENSE-2.0 - * Redistributions in binary form must reproduce the above copyright notice, - this list of conditions and the following disclaimers in the - documentation and/or other materials provided with the distribution. +Unless required by applicable law or agreed to in writing, software +distributed under the License is distributed on an "AS IS" BASIS, +WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +See the License for the specific language governing permissions and +limitations under the License. +-------------------------------------------------------------------------------- +spirv-tools - * Neither the names of the LLVM Team, University of Illinois at - Urbana-Champaign, nor the names of its contributors may be used to - endorse or promote products derived from this Software without specific - prior written permission. +Copyright (c) 2019 Google LLC -THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR -IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS -FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE -CONTRIBUTORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER -LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, -OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS WITH THE -SOFTWARE. --------------------------------------------------------------------------------- -lunarg-vulkantools +Licensed under the Apache License, Version 2.0 (the "License"); +you may not use this file except in compliance with the License. +You may obtain a copy of the License at -Apache License + http://www.apache.org/licenses/LICENSE-2.0 -Version 2.0, January 2004 +Unless required by applicable law or agreed to in writing, software +distributed under the License is distributed on an "AS IS" BASIS, +WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +See the License for the specific language governing permissions and +limitations under the License. +-------------------------------------------------------------------------------- +spirv-tools -http://www.apache.org/licenses/ +Copyright (c) 2019 Google LLC +Modifications Copyright (C) 2024 Advanced Micro Devices, Inc. All rights +reserved. -TERMS AND CONDITIONS FOR USE, REPRODUCTION, AND DISTRIBUTION +Licensed under the Apache License, Version 2.0 (the "License"); +you may not use this file except in compliance with the License. +You may obtain a copy of the License at -1. Definitions. + http://www.apache.org/licenses/LICENSE-2.0 -"License" shall mean the terms and conditions for use, reproduction, and distribution as -defined by Sections 1 through 9 of this document. +Unless required by applicable law or agreed to in writing, software +distributed under the License is distributed on an "AS IS" BASIS, +WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +See the License for the specific language governing permissions and +limitations under the License. +-------------------------------------------------------------------------------- +spirv-tools -"Licensor" shall mean the copyright owner or entity authorized by the copyright owner -that is granting the License. +Copyright (c) 2019 Google LLC. -"Legal Entity" shall mean the union of the acting entity and all other entities that -control, are controlled by, or are under common control with that entity. For the -purposes of this definition, "control" means (i) the power, direct or indirect, to -cause the direction or management of such entity, whether by contract or otherwise, -or (ii) ownership of fifty percent (50%) or more of the outstanding shares, or -(iii) beneficial ownership of such entity. +Licensed under the Apache License, Version 2.0 (the "License"); +you may not use this file except in compliance with the License. +You may obtain a copy of the License at -"You" (or "Your") shall mean an individual or Legal Entity exercising permissions -granted by this License. + http://www.apache.org/licenses/LICENSE-2.0 -"Source" form shall mean the preferred form for making modifications, including but not -limited to software source code, documentation source, and configuration files. +Unless required by applicable law or agreed to in writing, software +distributed under the License is distributed on an "AS IS" BASIS, +WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +See the License for the specific language governing permissions and +limitations under the License. +-------------------------------------------------------------------------------- +spirv-tools -"Object" form shall mean any form resulting from mechanical transformation or -translation of a Source form, including but not limited to compiled object code, -generated documentation, and conversions to other media types. +Copyright (c) 2019 The Khronos Group Inc. +Copyright (c) 2019 Valve Corporation +Copyright (c) 2019 LunarG Inc. -"Work" shall mean the work of authorship, whether in Source or Object form, made -available under the License, as indicated by a copyright notice that is included in or -attached to the work (an example is provided in the Appendix below). +Licensed under the Apache License, Version 2.0 (the "License"); +you may not use this file except in compliance with the License. +You may obtain a copy of the License at -"Derivative Works" shall mean any work, whether in Source or Object form, that is based -on (or derived from) the Work and for which the editorial revisions, annotations, -elaborations, or other modifications represent, as a whole, an original work of -authorship. For the purposes of this License, Derivative Works shall not include works -that remain separable from, or merely link (or bind by name) to the interfaces of, the -Work and Derivative Works thereof. + http://www.apache.org/licenses/LICENSE-2.0 -"Contribution" shall mean any work of authorship, including the original version of the -Work and any modifications or additions to that Work or Derivative Works thereof, that -is intentionally submitted to Licensor for inclusion in the Work by the copyright owner -or by an individual or Legal Entity authorized to submit on behalf of the copyright owner. -For the purposes of this definition, "submitted" means any form of electronic, verbal, -or written communication sent to the Licensor or its representatives, including but not -limited to communication on electronic mailing lists, source code control systems, and -issue tracking systems that are managed by, or on behalf of, the Licensor for the purpose -of discussing and improving the Work, but excluding communication that is conspicuously -marked or otherwise designated in writing by the copyright owner as "Not a Contribution." +Unless required by applicable law or agreed to in writing, software +distributed under the License is distributed on an "AS IS" BASIS, +WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +See the License for the specific language governing permissions and +limitations under the License. +-------------------------------------------------------------------------------- +spirv-tools -"Contributor" shall mean Licensor and any individual or Legal Entity on behalf of whom a -Contribution has been received by Licensor and subsequently incorporated within the Work. +Copyright (c) 2019 Valve Corporation +Copyright (c) 2019 LunarG Inc. -2. Grant of Copyright License. Subject to the terms and conditions of this License, each -Contributor hereby grants to You a perpetual, worldwide, non-exclusive, no-charge, -royalty-free, irrevocable copyright license to reproduce, prepare Derivative Works of, -publicly display, publicly perform, sublicense, and distribute the Work and such -Derivative Works in Source or Object form. +Licensed under the Apache License, Version 2.0 (the "License"); +you may not use this file except in compliance with the License. +You may obtain a copy of the License at -3. Grant of Patent License. Subject to the terms and conditions of this License, each -Contributor hereby grants to You a perpetual, worldwide, non-exclusive, no-charge, -royalty-free, irrevocable (except as stated in this section) patent license to make, -have made, use, offer to sell, sell, import, and otherwise transfer the Work, where such -license applies only to those patent claims licensable by such Contributor that are -necessarily infringed by their Contribution(s) alone or by combination of their -Contribution(s) with the Work to which such Contribution(s) was submitted. If You -institute patent litigation against any entity (including a cross-claim or counterclaim -in a lawsuit) alleging that the Work or a Contribution incorporated within the Work -constitutes direct or contributory patent infringement, then any patent licenses granted -to You under this License for that Work shall terminate as of the date such litigation -is filed. + http://www.apache.org/licenses/LICENSE-2.0 -4. Redistribution. You may reproduce and distribute copies of the Work or Derivative -Works thereof in any medium, with or without modifications, and in Source or Object form, -provided that You meet the following conditions: +Unless required by applicable law or agreed to in writing, software +distributed under the License is distributed on an "AS IS" BASIS, +WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +See the License for the specific language governing permissions and +limitations under the License. +-------------------------------------------------------------------------------- +spirv-tools -You must give any other recipients of the Work or Derivative Works a copy of this -License; and -You must cause any modified files to carry prominent notices stating that You changed -the files; and -You must retain, in the Source form of any Derivative Works that You distribute, all -copyright, patent, trademark, and attribution notices from the Source form of the Work, -excluding those notices that do not pertain to any part of the Derivative Works; and -If the Work includes a "NOTICE" text file as part of its distribution, then any -Derivative Works that You distribute must include a readable copy of the attribution -notices contained within such NOTICE file, excluding those notices that do not pertain -to any part of the Derivative Works, in at least one of the following places: within a -NOTICE text file distributed as part of the Derivative Works; within the Source form or -documentation, if provided along with the Derivative Works; or, within a display -generated by the Derivative Works, if and wherever such third-party notices normally -appear. The contents of the NOTICE file are for informational purposes only and do not -modify the License. You may add Your own attribution notices within Derivative Works -that You distribute, alongside or as an addendum to the NOTICE text from the Work, -provided that such additional attribution notices cannot be construed as modifying -the License. +Copyright (c) 2020 André Perez Maselco -You may add Your own copyright statement to Your modifications and may provide -additional or different license terms and conditions for use, reproduction, or -distribution of Your modifications, or for any such Derivative Works as a whole, -provided Your use, reproduction, and distribution of the Work otherwise complies with -the conditions stated in this License. +Licensed under the Apache License, Version 2.0 (the "License"); +you may not use this file except in compliance with the License. +You may obtain a copy of the License at -5. Submission of Contributions. Unless You explicitly state otherwise, any Contribution -intentionally submitted for inclusion in the Work by You to the Licensor shall be under -the terms and conditions of this License, without any additional terms or conditions. -Notwithstanding the above, nothing herein shall supersede or modify the terms of any -separate license agreement you may have executed with Licensor regarding such -Contributions. + http://www.apache.org/licenses/LICENSE-2.0 -6. Trademarks. This License does not grant permission to use the trade names, -trademarks, service marks, or product names of the Licensor, except as required for -reasonable and customary use in describing the origin of the Work and reproducing the -content of the NOTICE file. +Unless required by applicable law or agreed to in writing, software +distributed under the License is distributed on an "AS IS" BASIS, +WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +See the License for the specific language governing permissions and +limitations under the License. +-------------------------------------------------------------------------------- +spirv-tools -7. Disclaimer of Warranty. Unless required by applicable law or agreed to in writing, -Licensor provides the Work (and each Contributor provides its Contributions) on an -"AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied, -including, without limitation, any warranties or conditions of TITLE, NON-INFRINGEMENT, -MERCHANTABILITY, or FITNESS FOR A PARTICULAR PURPOSE. You are solely responsible for -determining the appropriateness of using or redistributing the Work and assume any -risks associated with Your exercise of permissions under this License. - -8. Limitation of Liability. In no event and under no legal theory, whether in tort -(including negligence), contract, or otherwise, unless required by applicable law (such -as deliberate and grossly negligent acts) or agreed to in writing, shall any Contributor -be liable to You for damages, including any direct, indirect, special, incidental, or -consequential damages of any character arising as a result of this License or out of the -use or inability to use the Work (including but not limited to damages for loss of -goodwill, work stoppage, computer failure or malfunction, or any and all other -commercial damages or losses), even if such Contributor has been advised of the -possibility of such damages. +Copyright (c) 2020 Google LLC -9. Accepting Warranty or Additional Liability. While redistributing the Work or -Derivative Works thereof, You may choose to offer, and charge a fee for, acceptance of -support, warranty, indemnity, or other liability obligations and/or rights consistent -with this License. However, in accepting such obligations, You may act only on Your own -behalf and on Your sole responsibility, not on behalf of any other Contributor, and only -if You agree to indemnify, defend, and hold each Contributor harmless for any liability -incurred by, or claims asserted against, such Contributor by reason of your accepting -any such warranty or additional liability. +Licensed under the Apache License, Version 2.0 (the "License"); +you may not use this file except in compliance with the License. +You may obtain a copy of the License at -END OF TERMS AND CONDITIONS + http://www.apache.org/licenses/LICENSE-2.0 -APPENDIX: HOW TO APPLY THE APACHE LICENSE TO YOUR WORK -To apply the Apache License to your work, attach the following boilerplate notice, with -the fields enclosed by brackets "[]" replaced with your own identifying information. -(Don't include the brackets!) The text should be enclosed in the appropriate comment -syntax for the file format. We also recommend that a file or class name and description -of purpose be included on the same "printed page" as the copyright notice for easier -identification within third-party archives. +Unless required by applicable law or agreed to in writing, software +distributed under the License is distributed on an "AS IS" BASIS, +WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +See the License for the specific language governing permissions and +limitations under the License. +-------------------------------------------------------------------------------- +spirv-tools -Copyright [yyyy] [name of copyright owner] +Copyright (c) 2020 Stefano Milizia Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. @@ -30515,447 +27972,260 @@ WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the License for the specific language governing permissions and limitations under the License. -------------------------------------------------------------------------------- -material_color_utilities - - - Apache License - Version 2.0, January 2004 - http://www.apache.org/licenses/ - - TERMS AND CONDITIONS FOR USE, REPRODUCTION, AND DISTRIBUTION - - 1. Definitions. - - "License" shall mean the terms and conditions for use, reproduction, - and distribution as defined by Sections 1 through 9 of this document. - - "Licensor" shall mean the copyright owner or entity authorized by - the copyright owner that is granting the License. - - "Legal Entity" shall mean the union of the acting entity and all - other entities that control, are controlled by, or are under common - control with that entity. For the purposes of this definition, - "control" means (i) the power, direct or indirect, to cause the - direction or management of such entity, whether by contract or - otherwise, or (ii) ownership of fifty percent (50%) or more of the - outstanding shares, or (iii) beneficial ownership of such entity. - - "You" (or "Your") shall mean an individual or Legal Entity - exercising permissions granted by this License. - - "Source" form shall mean the preferred form for making modifications, - including but not limited to software source code, documentation - source, and configuration files. - - "Object" form shall mean any form resulting from mechanical - transformation or translation of a Source form, including but - not limited to compiled object code, generated documentation, - and conversions to other media types. - - "Work" shall mean the work of authorship, whether in Source or - Object form, made available under the License, as indicated by a - copyright notice that is included in or attached to the work - (an example is provided in the Appendix below). - - "Derivative Works" shall mean any work, whether in Source or Object - form, that is based on (or derived from) the Work and for which the - editorial revisions, annotations, elaborations, or other modifications - represent, as a whole, an original work of authorship. For the purposes - of this License, Derivative Works shall not include works that remain - separable from, or merely link (or bind by name) to the interfaces of, - the Work and Derivative Works thereof. - - "Contribution" shall mean any work of authorship, including - the original version of the Work and any modifications or additions - to that Work or Derivative Works thereof, that is intentionally - submitted to Licensor for inclusion in the Work by the copyright owner - or by an individual or Legal Entity authorized to submit on behalf of - the copyright owner. For the purposes of this definition, "submitted" - means any form of electronic, verbal, or written communication sent - to the Licensor or its representatives, including but not limited to - communication on electronic mailing lists, source code control systems, - and issue tracking systems that are managed by, or on behalf of, the - Licensor for the purpose of discussing and improving the Work, but - excluding communication that is conspicuously marked or otherwise - designated in writing by the copyright owner as "Not a Contribution." - - "Contributor" shall mean Licensor and any individual or Legal Entity - on behalf of whom a Contribution has been received by Licensor and - subsequently incorporated within the Work. - - 2. Grant of Copyright License. Subject to the terms and conditions of - this License, each Contributor hereby grants to You a perpetual, - worldwide, non-exclusive, no-charge, royalty-free, irrevocable - copyright license to reproduce, prepare Derivative Works of, - publicly display, publicly perform, sublicense, and distribute the - Work and such Derivative Works in Source or Object form. +spirv-tools - 3. Grant of Patent License. Subject to the terms and conditions of - this License, each Contributor hereby grants to You a perpetual, - worldwide, non-exclusive, no-charge, royalty-free, irrevocable - (except as stated in this section) patent license to make, have made, - use, offer to sell, sell, import, and otherwise transfer the Work, - where such license applies only to those patent claims licensable - by such Contributor that are necessarily infringed by their - Contribution(s) alone or by combination of their Contribution(s) - with the Work to which such Contribution(s) was submitted. If You - institute patent litigation against any entity (including a - cross-claim or counterclaim in a lawsuit) alleging that the Work - or a Contribution incorporated within the Work constitutes direct - or contributory patent infringement, then any patent licenses - granted to You under this License for that Work shall terminate - as of the date such litigation is filed. +Copyright (c) 2020 Stefano Milizia +Copyright (c) 2020 Google LLC - 4. Redistribution. You may reproduce and distribute copies of the - Work or Derivative Works thereof in any medium, with or without - modifications, and in Source or Object form, provided that You - meet the following conditions: +Licensed under the Apache License, Version 2.0 (the "License"); +you may not use this file except in compliance with the License. +You may obtain a copy of the License at - (a) You must give any other recipients of the Work or - Derivative Works a copy of this License; and + http://www.apache.org/licenses/LICENSE-2.0 - (b) You must cause any modified files to carry prominent notices - stating that You changed the files; and +Unless required by applicable law or agreed to in writing, software +distributed under the License is distributed on an "AS IS" BASIS, +WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +See the License for the specific language governing permissions and +limitations under the License. +-------------------------------------------------------------------------------- +spirv-tools - (c) You must retain, in the Source form of any Derivative Works - that You distribute, all copyright, patent, trademark, and - attribution notices from the Source form of the Work, - excluding those notices that do not pertain to any part of - the Derivative Works; and +Copyright (c) 2020 Vasyl Teliman - (d) If the Work includes a "NOTICE" text file as part of its - distribution, then any Derivative Works that You distribute must - include a readable copy of the attribution notices contained - within such NOTICE file, excluding those notices that do not - pertain to any part of the Derivative Works, in at least one - of the following places: within a NOTICE text file distributed - as part of the Derivative Works; within the Source form or - documentation, if provided along with the Derivative Works; or, - within a display generated by the Derivative Works, if and - wherever such third-party notices normally appear. The contents - of the NOTICE file are for informational purposes only and - do not modify the License. You may add Your own attribution - notices within Derivative Works that You distribute, alongside - or as an addendum to the NOTICE text from the Work, provided - that such additional attribution notices cannot be construed - as modifying the License. +Licensed under the Apache License, Version 2.0 (the "License"); +you may not use this file except in compliance with the License. +You may obtain a copy of the License at - You may add Your own copyright statement to Your modifications and - may provide additional or different license terms and conditions - for use, reproduction, or distribution of Your modifications, or - for any such Derivative Works as a whole, provided Your use, - reproduction, and distribution of the Work otherwise complies with - the conditions stated in this License. + http://www.apache.org/licenses/LICENSE-2.0 - 5. Submission of Contributions. Unless You explicitly state otherwise, - any Contribution intentionally submitted for inclusion in the Work - by You to the Licensor shall be under the terms and conditions of - this License, without any additional terms or conditions. - Notwithstanding the above, nothing herein shall supersede or modify - the terms of any separate license agreement you may have executed - with Licensor regarding such Contributions. +Unless required by applicable law or agreed to in writing, software +distributed under the License is distributed on an "AS IS" BASIS, +WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +See the License for the specific language governing permissions and +limitations under the License. +-------------------------------------------------------------------------------- +spirv-tools - 6. Trademarks. This License does not grant permission to use the trade - names, trademarks, service marks, or product names of the Licensor, - except as required for reasonable and customary use in describing the - origin of the Work and reproducing the content of the NOTICE file. +Copyright (c) 2020-2022 Google LLC +Copyright (c) 2022 LunarG Inc. - 7. Disclaimer of Warranty. Unless required by applicable law or - agreed to in writing, Licensor provides the Work (and each - Contributor provides its Contributions) on an "AS IS" BASIS, - WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or - implied, including, without limitation, any warranties or conditions - of TITLE, NON-INFRINGEMENT, MERCHANTABILITY, or FITNESS FOR A - PARTICULAR PURPOSE. You are solely responsible for determining the - appropriateness of using or redistributing the Work and assume any - risks associated with Your exercise of permissions under this License. +Licensed under the Apache License, Version 2.0 (the "License"); +you may not use this file except in compliance with the License. +You may obtain a copy of the License at - 8. Limitation of Liability. In no event and under no legal theory, - whether in tort (including negligence), contract, or otherwise, - unless required by applicable law (such as deliberate and grossly - negligent acts) or agreed to in writing, shall any Contributor be - liable to You for damages, including any direct, indirect, special, - incidental, or consequential damages of any character arising as a - result of this License or out of the use or inability to use the - Work (including but not limited to damages for loss of goodwill, - work stoppage, computer failure or malfunction, or any and all - other commercial damages or losses), even if such Contributor - has been advised of the possibility of such damages. + http://www.apache.org/licenses/LICENSE-2.0 - 9. Accepting Warranty or Additional Liability. While redistributing - the Work or Derivative Works thereof, You may choose to offer, - and charge a fee for, acceptance of support, warranty, indemnity, - or other liability obligations and/or rights consistent with this - License. However, in accepting such obligations, You may act only - on Your own behalf and on Your sole responsibility, not on behalf - of any other Contributor, and only if You agree to indemnify, - defend, and hold each Contributor harmless for any liability - incurred by, or claims asserted against, such Contributor by reason - of your accepting any such warranty or additional liability. +Unless required by applicable law or agreed to in writing, software +distributed under the License is distributed on an "AS IS" BASIS, +WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +See the License for the specific language governing permissions and +limitations under the License. +-------------------------------------------------------------------------------- +spirv-tools - END OF TERMS AND CONDITIONS +Copyright (c) 2021 Alastair F. Donaldson - APPENDIX: How to apply the Apache License to your work. +Licensed under the Apache License, Version 2.0 (the "License"); +you may not use this file except in compliance with the License. +You may obtain a copy of the License at - To apply the Apache License to your work, attach the following - boilerplate notice, with the fields enclosed by brackets "[]" - replaced with your own identifying information. (Don't include - the brackets!) The text should be enclosed in the appropriate - comment syntax for the file format. We also recommend that a - file or class name and description of purpose be included on the - same "printed page" as the copyright notice for easier - identification within third-party archives. + http://www.apache.org/licenses/LICENSE-2.0 - Copyright 2021 Google LLC +Unless required by applicable law or agreed to in writing, software +distributed under the License is distributed on an "AS IS" BASIS, +WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +See the License for the specific language governing permissions and +limitations under the License. +-------------------------------------------------------------------------------- +spirv-tools - Licensed under the Apache License, Version 2.0 (the "License"); - you may not use this file except in compliance with the License. - You may obtain a copy of the License at +Copyright (c) 2021 Google LLC. - http://www.apache.org/licenses/LICENSE-2.0 +Licensed under the Apache License, Version 2.0 (the "License"); +you may not use this file except in compliance with the License. +You may obtain a copy of the License at - Unless required by applicable law or agreed to in writing, software - distributed under the License is distributed on an "AS IS" BASIS, - WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. - See the License for the specific language governing permissions and - limitations under the License. + http://www.apache.org/licenses/LICENSE-2.0 +Unless required by applicable law or agreed to in writing, software +distributed under the License is distributed on an "AS IS" BASIS, +WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +See the License for the specific language governing permissions and +limitations under the License. -------------------------------------------------------------------------------- -node_preamble +spirv-tools -The MIT License (MIT) +Copyright (c) 2021 Mostafa Ashraf -Copyright (c) 2015 Michael Bullington +Licensed under the Apache License, Version 2.0 (the "License"); +you may not use this file except in compliance with the License. +You may obtain a copy of the License at -Permission is hereby granted, free of charge, to any person obtaining a copy -of this software and associated documentation files (the "Software"), to deal -in the Software without restriction, including without limitation the rights -to use, copy, modify, merge, publish, distribute, sublicense, and/or sell -copies of the Software, and to permit persons to whom the Software is -furnished to do so, subject to the following conditions: + http://www.apache.org/licenses/LICENSE-2.0 -The above copyright notice and this permission notice shall be included in all -copies or substantial portions of the Software. +Unless required by applicable law or agreed to in writing, software +distributed under the License is distributed on an "AS IS" BASIS, +WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +See the License for the specific language governing permissions and +limitations under the License. +-------------------------------------------------------------------------------- +spirv-tools -THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR -IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, -FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE -AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER -LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, -OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE -SOFTWARE. +Copyright (c) 2021 Shiyu Liu -=== +Licensed under the Apache License, Version 2.0 (the "License"); +you may not use this file except in compliance with the License. +You may obtain a copy of the License at -Copyright 2012, the Dart project authors. All rights reserved. -Redistribution and use in source and binary forms, with or without -modification, are permitted provided that the following conditions are -met: - * Redistributions of source code must retain the above copyright - notice, this list of conditions and the following disclaimer. - * Redistributions in binary form must reproduce the above - copyright notice, this list of conditions and the following - disclaimer in the documentation and/or other materials provided - with the distribution. - * Neither the name of Google Inc. nor the names of its - contributors may be used to endorse or promote products derived - from this software without specific prior written permission. -THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS -"AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT -LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR -A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT -OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, -SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT -LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, -DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY -THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT -(INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE -OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. + http://www.apache.org/licenses/LICENSE-2.0 +Unless required by applicable law or agreed to in writing, software +distributed under the License is distributed on an "AS IS" BASIS, +WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +See the License for the specific language governing permissions and +limitations under the License. -------------------------------------------------------------------------------- -perfetto +spirv-tools -Apache License -Version 2.0, January 2004 -http://www.apache.org/licenses/ +Copyright (c) 2021 The Khronos Group Inc. +Copyright (c) 2021 Valve Corporation +Copyright (c) 2021 LunarG Inc. -TERMS AND CONDITIONS FOR USE, REPRODUCTION, AND DISTRIBUTION +Licensed under the Apache License, Version 2.0 (the "License"); +you may not use this file except in compliance with the License. +You may obtain a copy of the License at -1. Definitions. + http://www.apache.org/licenses/LICENSE-2.0 - "License" shall mean the terms and conditions for use, reproduction, - and distribution as defined by Sections 1 through 9 of this document. +Unless required by applicable law or agreed to in writing, software +distributed under the License is distributed on an "AS IS" BASIS, +WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +See the License for the specific language governing permissions and +limitations under the License. +-------------------------------------------------------------------------------- +spirv-tools - "Licensor" shall mean the copyright owner or entity authorized by - the copyright owner that is granting the License. +Copyright (c) 2021 ZHOU He - "Legal Entity" shall mean the union of the acting entity and all - other entities that control, are controlled by, or are under common - control with that entity. For the purposes of this definition, - "control" means (i) the power, direct or indirect, to cause the - direction or management of such entity, whether by contract or - otherwise, or (ii) ownership of fifty percent (50%) or more of the - outstanding shares, or (iii) beneficial ownership of such entity. +Licensed under the Apache License, Version 2.0 (the "License"); +you may not use this file except in compliance with the License. +You may obtain a copy of the License at - "You" (or "Your") shall mean an individual or Legal Entity - exercising permissions granted by this License. + http://www.apache.org/licenses/LICENSE-2.0 - "Source" form shall mean the preferred form for making modifications, - including but not limited to software source code, documentation - source, and configuration files. +Unless required by applicable law or agreed to in writing, software +distributed under the License is distributed on an "AS IS" BASIS, +WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +See the License for the specific language governing permissions and +limitations under the License. +-------------------------------------------------------------------------------- +spirv-tools - "Object" form shall mean any form resulting from mechanical - transformation or translation of a Source form, including but - not limited to compiled object code, generated documentation, - and conversions to other media types. +Copyright (c) 2022 Advanced Micro Devices, Inc. - "Work" shall mean the work of authorship, whether in Source or - Object form, made available under the License, as indicated by a - copyright notice that is included in or attached to the work - (an example is provided in the Appendix below). +Licensed under the Apache License, Version 2.0 (the "License"); +you may not use this file except in compliance with the License. +You may obtain a copy of the License at - "Derivative Works" shall mean any work, whether in Source or Object - form, that is based on (or derived from) the Work and for which the - editorial revisions, annotations, elaborations, or other modifications - represent, as a whole, an original work of authorship. For the purposes - of this License, Derivative Works shall not include works that remain - separable from, or merely link (or bind by name) to the interfaces of, - the Work and Derivative Works thereof. + http://www.apache.org/licenses/LICENSE-2.0 - "Contribution" shall mean any work of authorship, including - the original version of the Work and any modifications or additions - to that Work or Derivative Works thereof, that is intentionally - submitted to Licensor for inclusion in the Work by the copyright owner - or by an individual or Legal Entity authorized to submit on behalf of - the copyright owner. For the purposes of this definition, "submitted" - means any form of electronic, verbal, or written communication sent - to the Licensor or its representatives, including but not limited to - communication on electronic mailing lists, source code control systems, - and issue tracking systems that are managed by, or on behalf of, the - Licensor for the purpose of discussing and improving the Work, but - excluding communication that is conspicuously marked or otherwise - designated in writing by the copyright owner as "Not a Contribution." +Unless required by applicable law or agreed to in writing, software +distributed under the License is distributed on an "AS IS" BASIS, +WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +See the License for the specific language governing permissions and +limitations under the License. +-------------------------------------------------------------------------------- +spirv-tools - "Contributor" shall mean Licensor and any individual or Legal Entity - on behalf of whom a Contribution has been received by Licensor and - subsequently incorporated within the Work. +Copyright (c) 2022 Google LLC -2. Grant of Copyright License. Subject to the terms and conditions of - this License, each Contributor hereby grants to You a perpetual, - worldwide, non-exclusive, no-charge, royalty-free, irrevocable - copyright license to reproduce, prepare Derivative Works of, - publicly display, publicly perform, sublicense, and distribute the - Work and such Derivative Works in Source or Object form. +Licensed under the Apache License, Version 2.0 (the "License"); +you may not use this file except in compliance with the License. +You may obtain a copy of the License at -3. Grant of Patent License. Subject to the terms and conditions of - this License, each Contributor hereby grants to You a perpetual, - worldwide, non-exclusive, no-charge, royalty-free, irrevocable - (except as stated in this section) patent license to make, have made, - use, offer to sell, sell, import, and otherwise transfer the Work, - where such license applies only to those patent claims licensable - by such Contributor that are necessarily infringed by their - Contribution(s) alone or by combination of their Contribution(s) - with the Work to which such Contribution(s) was submitted. If You - institute patent litigation against any entity (including a - cross-claim or counterclaim in a lawsuit) alleging that the Work - or a Contribution incorporated within the Work constitutes direct - or contributory patent infringement, then any patent licenses - granted to You under this License for that Work shall terminate - as of the date such litigation is filed. + http://www.apache.org/licenses/LICENSE-2.0 -4. Redistribution. You may reproduce and distribute copies of the - Work or Derivative Works thereof in any medium, with or without - modifications, and in Source or Object form, provided that You - meet the following conditions: +Unless required by applicable law or agreed to in writing, software +distributed under the License is distributed on an "AS IS" BASIS, +WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +See the License for the specific language governing permissions and +limitations under the License. +-------------------------------------------------------------------------------- +spirv-tools - (a) You must give any other recipients of the Work or - Derivative Works a copy of this License; and +Copyright (c) 2022 Google LLC. - (b) You must cause any modified files to carry prominent notices - stating that You changed the files; and +Licensed under the Apache License, Version 2.0 (the "License"); +you may not use this file except in compliance with the License. +You may obtain a copy of the License at - (c) You must retain, in the Source form of any Derivative Works - that You distribute, all copyright, patent, trademark, and - attribution notices from the Source form of the Work, - excluding those notices that do not pertain to any part of - the Derivative Works; and + http://www.apache.org/licenses/LICENSE-2.0 - (d) If the Work includes a "NOTICE" text file as part of its - distribution, then any Derivative Works that You distribute must - include a readable copy of the attribution notices contained - within such NOTICE file, excluding those notices that do not - pertain to any part of the Derivative Works, in at least one - of the following places: within a NOTICE text file distributed - as part of the Derivative Works; within the Source form or - documentation, if provided along with the Derivative Works; or, - within a display generated by the Derivative Works, if and - wherever such third-party notices normally appear. The contents - of the NOTICE file are for informational purposes only and - do not modify the License. You may add Your own attribution - notices within Derivative Works that You distribute, alongside - or as an addendum to the NOTICE text from the Work, provided - that such additional attribution notices cannot be construed - as modifying the License. +Unless required by applicable law or agreed to in writing, software +distributed under the License is distributed on an "AS IS" BASIS, +WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +See the License for the specific language governing permissions and +limitations under the License. +-------------------------------------------------------------------------------- +spirv-tools - You may add Your own copyright statement to Your modifications and - may provide additional or different license terms and conditions - for use, reproduction, or distribution of Your modifications, or - for any such Derivative Works as a whole, provided Your use, - reproduction, and distribution of the Work otherwise complies with - the conditions stated in this License. +Copyright (c) 2022 The Khronos Group Inc. -5. Submission of Contributions. Unless You explicitly state otherwise, - any Contribution intentionally submitted for inclusion in the Work - by You to the Licensor shall be under the terms and conditions of - this License, without any additional terms or conditions. - Notwithstanding the above, nothing herein shall supersede or modify - the terms of any separate license agreement you may have executed - with Licensor regarding such Contributions. +Licensed under the Apache License, Version 2.0 (the "License"); +you may not use this file except in compliance with the License. +You may obtain a copy of the License at -6. Trademarks. This License does not grant permission to use the trade - names, trademarks, service marks, or product names of the Licensor, - except as required for reasonable and customary use in describing the - origin of the Work and reproducing the content of the NOTICE file. + http://www.apache.org/licenses/LICENSE-2.0 -7. Disclaimer of Warranty. Unless required by applicable law or - agreed to in writing, Licensor provides the Work (and each - Contributor provides its Contributions) on an "AS IS" BASIS, - WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or - implied, including, without limitation, any warranties or conditions - of TITLE, NON-INFRINGEMENT, MERCHANTABILITY, or FITNESS FOR A - PARTICULAR PURPOSE. You are solely responsible for determining the - appropriateness of using or redistributing the Work and assume any - risks associated with Your exercise of permissions under this License. +Unless required by applicable law or agreed to in writing, software +distributed under the License is distributed on an "AS IS" BASIS, +WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +See the License for the specific language governing permissions and +limitations under the License. +-------------------------------------------------------------------------------- +spirv-tools -8. Limitation of Liability. In no event and under no legal theory, - whether in tort (including negligence), contract, or otherwise, - unless required by applicable law (such as deliberate and grossly - negligent acts) or agreed to in writing, shall any Contributor be - liable to You for damages, including any direct, indirect, special, - incidental, or consequential damages of any character arising as a - result of this License or out of the use or inability to use the - Work (including but not limited to damages for loss of goodwill, - work stoppage, computer failure or malfunction, or any and all - other commercial damages or losses), even if such Contributor - has been advised of the possibility of such damages. +Copyright (c) 2022 The Khronos Group Inc. +Copyright (c) 2022 LunarG Inc. + +Licensed under the Apache License, Version 2.0 (the "License"); +you may not use this file except in compliance with the License. +You may obtain a copy of the License at + + http://www.apache.org/licenses/LICENSE-2.0 + +Unless required by applicable law or agreed to in writing, software +distributed under the License is distributed on an "AS IS" BASIS, +WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +See the License for the specific language governing permissions and +limitations under the License. +-------------------------------------------------------------------------------- +spirv-tools -9. Accepting Warranty or Additional Liability. While redistributing - the Work or Derivative Works thereof, You may choose to offer, - and charge a fee for, acceptance of support, warranty, indemnity, - or other liability obligations and/or rights consistent with this - License. However, in accepting such obligations, You may act only - on Your own behalf and on Your sole responsibility, not on behalf - of any other Contributor, and only if You agree to indemnify, - defend, and hold each Contributor harmless for any liability - incurred by, or claims asserted against, such Contributor by reason - of your accepting any such warranty or additional liability. +Copyright (c) 2023 Google Inc. -END OF TERMS AND CONDITIONS +Licensed under the Apache License, Version 2.0 (the "License"); +you may not use this file except in compliance with the License. +You may obtain a copy of the License at + + http://www.apache.org/licenses/LICENSE-2.0 + +Unless required by applicable law or agreed to in writing, software +distributed under the License is distributed on an "AS IS" BASIS, +WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +See the License for the specific language governing permissions and +limitations under the License. +-------------------------------------------------------------------------------- +spirv-tools -Copyright (c) 2017, The Android Open Source Project +Copyright (c) 2023 Google LLC. Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. +You may obtain a copy of the License at + + http://www.apache.org/licenses/LICENSE-2.0 Unless required by applicable law or agreed to in writing, software distributed under the License is distributed on an "AS IS" BASIS, @@ -30963,864 +28233,610 @@ WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the License for the specific language governing permissions and limitations under the License. -------------------------------------------------------------------------------- -pkg +spirv-tools -Copyright (c) 2013, the Dart project authors. Please see the AUTHORS file -for details. All rights reserved. +Copyright (c) 2023 LunarG Inc. -Redistribution and use in source and binary forms, with or without -modification, are permitted provided that the following conditions are -met: +Licensed under the Apache License, Version 2.0 (the "License"); +you may not use this file except in compliance with the License. +You may obtain a copy of the License at - * Redistributions of source code must retain the above copyright - notice, this list of conditions and the following disclaimer. - * Redistributions in binary form must reproduce the above - copyright notice, this list of conditions and the following - disclaimer in the documentation and/or other materials provided - with the distribution. - * Neither the name of Google LLC nor the names of its - contributors may be used to endorse or promote products derived - from this software without specific prior written permission. + http://www.apache.org/licenses/LICENSE-2.0 -THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS -"AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT -LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR -A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT -OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, -SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT -LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, -DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY -THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT -(INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE -OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. +Unless required by applicable law or agreed to in writing, software +distributed under the License is distributed on an "AS IS" BASIS, +WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +See the License for the specific language governing permissions and +limitations under the License. -------------------------------------------------------------------------------- -pkg +spirv-tools -Copyright (c) 2014, the Dart project authors. Please see the AUTHORS file -for details. All rights reserved. +Copyright (c) 2023-2025 Arm Ltd. -Redistribution and use in source and binary forms, with or without -modification, are permitted provided that the following conditions are -met: +Licensed under the Apache License, Version 2.0 (the "License"); +you may not use this file except in compliance with the License. +You may obtain a copy of the License at - * Redistributions of source code must retain the above copyright - notice, this list of conditions and the following disclaimer. - * Redistributions in binary form must reproduce the above - copyright notice, this list of conditions and the following - disclaimer in the documentation and/or other materials provided - with the distribution. - * Neither the name of Google LLC nor the names of its - contributors may be used to endorse or promote products derived - from this software without specific prior written permission. + http://www.apache.org/licenses/LICENSE-2.0 -THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS -"AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT -LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR -A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT -OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, -SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT -LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, -DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY -THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT -(INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE -OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. +Unless required by applicable law or agreed to in writing, software +distributed under the License is distributed on an "AS IS" BASIS, +WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +See the License for the specific language governing permissions and +limitations under the License. -------------------------------------------------------------------------------- -pkg +spirv-tools -Copyright (c) 2015 Michael Bullington +Copyright (c) 2024 Epic Games, Inc. -Permission is hereby granted, free of charge, to any person obtaining a copy -of this software and associated documentation files (the "Software"), to deal -in the Software without restriction, including without limitation the rights -to use, copy, modify, merge, publish, distribute, sublicense, and/or sell -copies of the Software, and to permit persons to whom the Software is -furnished to do so, subject to the following conditions: +Licensed under the Apache License, Version 2.0 (the "License"); +you may not use this file except in compliance with the License. +You may obtain a copy of the License at -The above copyright notice and this permission notice shall be included in all -copies or substantial portions of the Software. + http://www.apache.org/licenses/LICENSE-2.0 -THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR -IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, -FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE -AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER -LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, -OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE -SOFTWARE. +Unless required by applicable law or agreed to in writing, software +distributed under the License is distributed on an "AS IS" BASIS, +WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +See the License for the specific language governing permissions and +limitations under the License. +-------------------------------------------------------------------------------- +spirv-tools +Copyright (c) 2024 Google Inc. +Licensed under the Apache License, Version 2.0 (the "License"); +you may not use this file except in compliance with the License. +You may obtain a copy of the License at -Copyright 2012, the Dart project authors. All rights reserved. -Redistribution and use in source and binary forms, with or without -modification, are permitted provided that the following conditions are -met: - * Redistributions of source code must retain the above copyright - notice, this list of conditions and the following disclaimer. - * Redistributions in binary form must reproduce the above - copyright notice, this list of conditions and the following - disclaimer in the documentation and/or other materials provided - with the distribution. - * Neither the name of Google Inc. nor the names of its - contributors may be used to endorse or promote products derived - from this software without specific prior written permission. -THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS -"AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT -LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR -A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT -OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, -SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT -LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, -DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY -THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT -(INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE -OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. + http://www.apache.org/licenses/LICENSE-2.0 + +Unless required by applicable law or agreed to in writing, software +distributed under the License is distributed on an "AS IS" BASIS, +WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +See the License for the specific language governing permissions and +limitations under the License. -------------------------------------------------------------------------------- -pkg +spirv-tools -Copyright (c) 2015, the Dart project authors. Please see the AUTHORS file -for details. All rights reserved. +Copyright (c) 2024 Google LLC -Redistribution and use in source and binary forms, with or without -modification, are permitted provided that the following conditions are -met: +Licensed under the Apache License, Version 2.0 (the "License"); +you may not use this file except in compliance with the License. +You may obtain a copy of the License at - * Redistributions of source code must retain the above copyright - notice, this list of conditions and the following disclaimer. - * Redistributions in binary form must reproduce the above - copyright notice, this list of conditions and the following - disclaimer in the documentation and/or other materials provided - with the distribution. - * Neither the name of Google LLC nor the names of its - contributors may be used to endorse or promote products derived - from this software without specific prior written permission. + http://www.apache.org/licenses/LICENSE-2.0 -THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS -"AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT -LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR -A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT -OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, -SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT -LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, -DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY -THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT -(INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE -OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. +Unless required by applicable law or agreed to in writing, software +distributed under the License is distributed on an "AS IS" BASIS, +WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +See the License for the specific language governing permissions and +limitations under the License. -------------------------------------------------------------------------------- -pkg +spirv-tools -Copyright (c) 2017, the Dart project authors. Please see the AUTHORS file -for details. All rights reserved. +Copyright (c) 2024 NVIDIA Corporation -Redistribution and use in source and binary forms, with or without -modification, are permitted provided that the following conditions are -met: +Licensed under the Apache License, Version 2.0 (the "License"); +you may not use this file except in compliance with the License. +You may obtain a copy of the License at - * Redistributions of source code must retain the above copyright - notice, this list of conditions and the following disclaimer. - * Redistributions in binary form must reproduce the above - copyright notice, this list of conditions and the following - disclaimer in the documentation and/or other materials provided - with the distribution. - * Neither the name of Google LLC nor the names of its - contributors may be used to endorse or promote products derived - from this software without specific prior written permission. + http://www.apache.org/licenses/LICENSE-2.0 -THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS -"AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT -LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR -A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT -OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, -SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT -LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, -DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY -THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT -(INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE -OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. +Unless required by applicable law or agreed to in writing, software +distributed under the License is distributed on an "AS IS" BASIS, +WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +See the License for the specific language governing permissions and +limitations under the License. -------------------------------------------------------------------------------- -pkg +spirv-tools -Copyright (c) 2020, the Dart project authors. Please see the AUTHORS file -for details. All rights reserved. +Copyright (c) 2025 Google Inc. -Redistribution and use in source and binary forms, with or without -modification, are permitted provided that the following conditions are -met: +Licensed under the Apache License, Version 2.0 (the "License"); +you may not use this file except in compliance with the License. +You may obtain a copy of the License at - * Redistributions of source code must retain the above copyright - notice, this list of conditions and the following disclaimer. - * Redistributions in binary form must reproduce the above - copyright notice, this list of conditions and the following - disclaimer in the documentation and/or other materials provided - with the distribution. - * Neither the name of Google LLC nor the names of its - contributors may be used to endorse or promote products derived - from this software without specific prior written permission. + http://www.apache.org/licenses/LICENSE-2.0 -THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS -"AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT -LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR -A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT -OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, -SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT -LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, -DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY -THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT -(INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE -OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. +Unless required by applicable law or agreed to in writing, software +distributed under the License is distributed on an "AS IS" BASIS, +WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +See the License for the specific language governing permissions and +limitations under the License. +-------------------------------------------------------------------------------- +spirv-tools + +Copyright (c) 2025 Google LLC + +Licensed under the Apache License, Version 2.0 (the "License"); +you may not use this file except in compliance with the License. +You may obtain a copy of the License at + + http://www.apache.org/licenses/LICENSE-2.0 + +Unless required by applicable law or agreed to in writing, software +distributed under the License is distributed on an "AS IS" BASIS, +WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +See the License for the specific language governing permissions and +limitations under the License. -------------------------------------------------------------------------------- -pkg +spirv-tools -Copyright (c) 2022, the Dart project authors. Please see the AUTHORS file -for details. All rights reserved. +Copyright (c) 2025 LunarG Inc. -Redistribution and use in source and binary forms, with or without -modification, are permitted provided that the following conditions are -met: +Licensed under the Apache License, Version 2.0 (the "License"); +you may not use this file except in compliance with the License. +You may obtain a copy of the License at - * Redistributions of source code must retain the above copyright - notice, this list of conditions and the following disclaimer. - * Redistributions in binary form must reproduce the above - copyright notice, this list of conditions and the following - disclaimer in the documentation and/or other materials provided - with the distribution. - * Neither the name of Google LLC nor the names of its - contributors may be used to endorse or promote products derived - from this software without specific prior written permission. + http://www.apache.org/licenses/LICENSE-2.0 -THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS -"AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT -LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR -A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT -OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, -SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT -LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, -DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY -THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT -(INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE -OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. +Unless required by applicable law or agreed to in writing, software +distributed under the License is distributed on an "AS IS" BASIS, +WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +See the License for the specific language governing permissions and +limitations under the License. -------------------------------------------------------------------------------- -pkg +spirv-tools -Copyright 2017, the Dart project authors. Please see the AUTHORS file -for details. All rights reserved. +Copyright (c) 2025 The Khronos Group Inc. +Copyright (c) 2025 Google LLC -Redistribution and use in source and binary forms, with or without -modification, are permitted provided that the following conditions are -met: +Licensed under the Apache License, Version 2.0 (the "License"); +you may not use this file except in compliance with the License. +You may obtain a copy of the License at - * Redistributions of source code must retain the above copyright - notice, this list of conditions and the following disclaimer. - * Redistributions in binary form must reproduce the above - copyright notice, this list of conditions and the following - disclaimer in the documentation and/or other materials provided - with the distribution. - * Neither the name of Google LLC nor the names of its - contributors may be used to endorse or promote products derived - from this software without specific prior written permission. + http://www.apache.org/licenses/LICENSE-2.0 -THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS -"AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT -LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR -A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT -OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, -SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT -LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, -DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY -THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT -(INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE -OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. +Unless required by applicable law or agreed to in writing, software +distributed under the License is distributed on an "AS IS" BASIS, +WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +See the License for the specific language governing permissions and +limitations under the License. -------------------------------------------------------------------------------- -pkg +spirv-tools -Copyright 2021, the Dart project authors. Please see the AUTHORS file -for details. All rights reserved. +Copyright 2018 The Go Authors. -Redistribution and use in source and binary forms, with or without -modification, are permitted provided that the following conditions are -met: +Licensed under the Apache License, Version 2.0 (the "License"); +you may not use this file except in compliance with the License. +You may obtain a copy of the License at - * Redistributions of source code must retain the above copyright - notice, this list of conditions and the following disclaimer. - * Redistributions in binary form must reproduce the above - copyright notice, this list of conditions and the following - disclaimer in the documentation and/or other materials provided - with the distribution. - * Neither the name of Google LLC nor the names of its - contributors may be used to endorse or promote products derived - from this software without specific prior written permission. + http://www.apache.org/licenses/LICENSE-2.0 -THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS -"AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT -LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR -A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT -OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, -SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT -LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, -DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY -THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT -(INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE -OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. +Unless required by applicable law or agreed to in writing, software +distributed under the License is distributed on an "AS IS" BASIS, +WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +See the License for the specific language governing permissions and +limitations under the License. -------------------------------------------------------------------------------- -platform_detect - - Apache License - Version 2.0, January 2004 - http://www.apache.org/licenses/ +spirv-tools - TERMS AND CONDITIONS FOR USE, REPRODUCTION, AND DISTRIBUTION +Copyright 2019 Google LLC - 1. Definitions. +Licensed under the Apache License, Version 2.0 (the "License"); +you may not use this file except in compliance with the License. +You may obtain a copy of the License at - "License" shall mean the terms and conditions for use, reproduction, - and distribution as defined by Sections 1 through 9 of this document. + http://www.apache.org/licenses/LICENSE-2.0 - "Licensor" shall mean the copyright owner or entity authorized by - the copyright owner that is granting the License. +Unless required by applicable law or agreed to in writing, software +distributed under the License is distributed on an "AS IS" BASIS, +WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +See the License for the specific language governing permissions and +limitations under the License. +-------------------------------------------------------------------------------- +spirv-tools - "Legal Entity" shall mean the union of the acting entity and all - other entities that control, are controlled by, or are under common - control with that entity. For the purposes of this definition, - "control" means (i) the power, direct or indirect, to cause the - direction or management of such entity, whether by contract or - otherwise, or (ii) ownership of fifty percent (50%) or more of the - outstanding shares, or (iii) beneficial ownership of such entity. +Copyright 2019 The Go Authors. - "You" (or "Your") shall mean an individual or Legal Entity - exercising permissions granted by this License. +Licensed under the Apache License, Version 2.0 (the "License"); +you may not use this file except in compliance with the License. +You may obtain a copy of the License at - "Source" form shall mean the preferred form for making modifications, - including but not limited to software source code, documentation - source, and configuration files. + http://www.apache.org/licenses/LICENSE-2.0 - "Object" form shall mean any form resulting from mechanical - transformation or translation of a Source form, including but - not limited to compiled object code, generated documentation, - and conversions to other media types. +Unless required by applicable law or agreed to in writing, software +distributed under the License is distributed on an "AS IS" BASIS, +WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +See the License for the specific language governing permissions and +limitations under the License. +-------------------------------------------------------------------------------- +spirv-tools - "Work" shall mean the work of authorship, whether in Source or - Object form, made available under the License, as indicated by a - copyright notice that is included in or attached to the work - (an example is provided in the Appendix below). +Copyright 2025 Google LLC - "Derivative Works" shall mean any work, whether in Source or Object - form, that is based on (or derived from) the Work and for which the - editorial revisions, annotations, elaborations, or other modifications - represent, as a whole, an original work of authorship. For the purposes - of this License, Derivative Works shall not include works that remain - separable from, or merely link (or bind by name) to the interfaces of, - the Work and Derivative Works thereof. +Licensed under the Apache License, Version 2.0 (the "License"); +you may not use this file except in compliance with the License. +You may obtain a copy of the License at - "Contribution" shall mean any work of authorship, including - the original version of the Work and any modifications or additions - to that Work or Derivative Works thereof, that is intentionally - submitted to Licensor for inclusion in the Work by the copyright owner - or by an individual or Legal Entity authorized to submit on behalf of - the copyright owner. For the purposes of this definition, "submitted" - means any form of electronic, verbal, or written communication sent - to the Licensor or its representatives, including but not limited to - communication on electronic mailing lists, source code control systems, - and issue tracking systems that are managed by, or on behalf of, the - Licensor for the purpose of discussing and improving the Work, but - excluding communication that is conspicuously marked or otherwise - designated in writing by the copyright owner as "Not a Contribution." + http://www.apache.org/licenses/LICENSE-2.0 - "Contributor" shall mean Licensor and any individual or Legal Entity - on behalf of whom a Contribution has been received by Licensor and - subsequently incorporated within the Work. +Unless required by applicable law or agreed to in writing, software +distributed under the License is distributed on an "AS IS" BASIS, +WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +See the License for the specific language governing permissions and +limitations under the License. +-------------------------------------------------------------------------------- +spirv-tools - 2. Grant of Copyright License. Subject to the terms and conditions of - this License, each Contributor hereby grants to You a perpetual, - worldwide, non-exclusive, no-charge, royalty-free, irrevocable - copyright license to reproduce, prepare Derivative Works of, - publicly display, publicly perform, sublicense, and distribute the - Work and such Derivative Works in Source or Object form. +Copyright 2025 The Khronos Group Inc. - 3. Grant of Patent License. Subject to the terms and conditions of - this License, each Contributor hereby grants to You a perpetual, - worldwide, non-exclusive, no-charge, royalty-free, irrevocable - (except as stated in this section) patent license to make, have made, - use, offer to sell, sell, import, and otherwise transfer the Work, - where such license applies only to those patent claims licensable - by such Contributor that are necessarily infringed by their - Contribution(s) alone or by combination of their Contribution(s) - with the Work to which such Contribution(s) was submitted. If You - institute patent litigation against any entity (including a - cross-claim or counterclaim in a lawsuit) alleging that the Work - or a Contribution incorporated within the Work constitutes direct - or contributory patent infringement, then any patent licenses - granted to You under this License for that Work shall terminate - as of the date such litigation is filed. +Licensed under the Apache License, Version 2.0 (the "License"); +you may not use this file except in compliance with the License. +You may obtain a copy of the License at - 4. Redistribution. You may reproduce and distribute copies of the - Work or Derivative Works thereof in any medium, with or without - modifications, and in Source or Object form, provided that You - meet the following conditions: + http://www.apache.org/licenses/LICENSE-2.0 - (a) You must give any other recipients of the Work or - Derivative Works a copy of this License; and +Unless required by applicable law or agreed to in writing, software +distributed under the License is distributed on an "AS IS" BASIS, +WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +See the License for the specific language governing permissions and +limitations under the License. +-------------------------------------------------------------------------------- +spring_animation - (b) You must cause any modified files to carry prominent notices - stating that You changed the files; and - (c) You must retain, in the Source form of any Derivative Works - that You distribute, all copyright, patent, trademark, and - attribution notices from the Source form of the Work, - excluding those notices that do not pertain to any part of - the Derivative Works; and - (d) If the Work includes a "NOTICE" text file as part of its - distribution, then any Derivative Works that You distribute must - include a readable copy of the attribution notices contained - within such NOTICE file, excluding those notices that do not - pertain to any part of the Derivative Works, in at least one - of the following places: within a NOTICE text file distributed - as part of the Derivative Works; within the Source form or - documentation, if provided along with the Derivative Works; or, - within a display generated by the Derivative Works, if and - wherever such third-party notices normally appear. The contents - of the NOTICE file are for informational purposes only and - do not modify the License. You may add Your own attribution - notices within Derivative Works that You distribute, alongside - or as an addendum to the NOTICE text from the Work, provided - that such additional attribution notices cannot be construed - as modifying the License. +Copyright (c) Meta Platforms, Inc. and affiliates. - You may add Your own copyright statement to Your modifications and - may provide additional or different license terms and conditions - for use, reproduction, or distribution of Your modifications, or - for any such Derivative Works as a whole, provided Your use, - reproduction, and distribution of the Work otherwise complies with - the conditions stated in this License. +Permission is hereby granted, free of charge, to any person obtaining a copy +of this software and associated documentation files (the "Software"), to deal +in the Software without restriction, including without limitation the rights +to use, copy, modify, merge, publish, distribute, sublicense, and/or sell +copies of the Software, and to permit persons to whom the Software is +furnished to do so, subject to the following conditions: - 5. Submission of Contributions. Unless You explicitly state otherwise, - any Contribution intentionally submitted for inclusion in the Work - by You to the Licensor shall be under the terms and conditions of - this License, without any additional terms or conditions. - Notwithstanding the above, nothing herein shall supersede or modify - the terms of any separate license agreement you may have executed - with Licensor regarding such Contributions. +The above copyright notice and this permission notice shall be included in all +copies or substantial portions of the Software. - 6. Trademarks. This License does not grant permission to use the trade - names, trademarks, service marks, or product names of the Licensor, - except as required for reasonable and customary use in describing the - origin of the Work and reproducing the content of the NOTICE file. +THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR +IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, +FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE +AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER +LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, +OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE +SOFTWARE. +-------------------------------------------------------------------------------- +sqlite - 7. Disclaimer of Warranty. Unless required by applicable law or - agreed to in writing, Licensor provides the Work (and each - Contributor provides its Contributions) on an "AS IS" BASIS, - WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or - implied, including, without limitation, any warranties or conditions - of TITLE, NON-INFRINGEMENT, MERCHANTABILITY, or FITNESS FOR A - PARTICULAR PURPOSE. You are solely responsible for determining the - appropriateness of using or redistributing the Work and assume any - risks associated with Your exercise of permissions under this License. +The source code for SQLite is in the public domain. No claim of +copyright is made on any part of the core source code. (The +documentation and test code is a different matter - some sections of +documentation and test logic are governed by open-source licenses.) +All contributors to the SQLite core software have signed affidavits +specifically disavowing any copyright interest in the code. This means +that anybody is able to legally do anything they want with the SQLite +source code. - 8. Limitation of Liability. In no event and under no legal theory, - whether in tort (including negligence), contract, or otherwise, - unless required by applicable law (such as deliberate and grossly - negligent acts) or agreed to in writing, shall any Contributor be - liable to You for damages, including any direct, indirect, special, - incidental, or consequential damages of any character arising as a - result of this License or out of the use or inability to use the - Work (including but not limited to damages for loss of goodwill, - work stoppage, computer failure or malfunction, or any and all - other commercial damages or losses), even if such Contributor - has been advised of the possibility of such damages. +There are other SQL database engines with liberal licenses that allow +the code to be broadly and freely used. But those other engines are +still governed by copyright law. SQLite is different in that copyright +law simply does not apply. - 9. Accepting Warranty or Additional Liability. While redistributing - the Work or Derivative Works thereof, You may choose to offer, - and charge a fee for, acceptance of support, warranty, indemnity, - or other liability obligations and/or rights consistent with this - License. However, in accepting such obligations, You may act only - on Your own behalf and on Your sole responsibility, not on behalf - of any other Contributor, and only if You agree to indemnify, - defend, and hold each Contributor harmless for any liability - incurred by, or claims asserted against, such Contributor by reason - of your accepting any such warranty or additional liability. +The source code files for other SQL database engines typically begin +with a comment describing your legal rights to view and copy that +file. The SQLite source code contains no license since it is not +governed by copyright. Instead of a license, the SQLite source code +offers a blessing: - END OF TERMS AND CONDITIONS +May you do good and not evil +May you find forgiveness for yourself and forgive others +May you share freely, never taking more than you give. +-------------------------------------------------------------------------------- +swiftshader - APPENDIX: How to apply the Apache License to your work. - To apply the Apache License to your work, attach the following - boilerplate notice, with the fields enclosed by brackets "[]" - replaced with your own identifying information. (Don't include - the brackets!) The text should be enclosed in the appropriate - comment syntax for the file format. We also recommend that a - file or class name and description of purpose be included on the - same "printed page" as the copyright notice for easier - identification within third-party archives. - Copyright 2017 Workiva Inc. +Copyright © 2008-2011 Kristian Høgsberg +Copyright © 2010-2011 Intel Corporation +Copyright © 2012-2013 Collabora, Ltd. - Licensed under the Apache License, Version 2.0 (the "License"); - you may not use this file except in compliance with the License. - You may obtain a copy of the License at +Permission is hereby granted, free of charge, to any person +obtaining a copy of this software and associated documentation files +(the "Software"), to deal in the Software without restriction, +including without limitation the rights to use, copy, modify, merge, +publish, distribute, sublicense, and/or sell copies of the Software, +and to permit persons to whom the Software is furnished to do so, +subject to the following conditions: - http://www.apache.org/licenses/LICENSE-2.0 +The above copyright notice and this permission notice (including the +next paragraph) shall be included in all copies or substantial +portions of the Software. - Unless required by applicable law or agreed to in writing, software - distributed under the License is distributed on an "AS IS" BASIS, - WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. - See the License for the specific language governing permissions and - limitations under the License. +THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, +EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF +MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND +NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS +BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN +ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN +CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE +SOFTWARE. +-------------------------------------------------------------------------------- +swiftshader + +Copyright (C) 2001-2006 Bart Massey, Jamey Sharp, and Josh Triplett. +All Rights Reserved. + +Permission is hereby granted, free of charge, to any person obtaining a +copy of this software and associated documentation files (the "Software"), +to deal in the Software without restriction, including without limitation +the rights to use, copy, modify, merge, publish, distribute, sublicense, +and/or sell copies of the Software, and to permit persons to whom the +Software is furnished to do so, subject to the following conditions: +The above copyright notice and this permission notice shall be included in +all copies or substantial portions of the Software. + +THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR +IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, +FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE +AUTHORS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN +ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN +CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. -------------------------------------------------------------------------------- -pubspec_parse +swiftshader -Copyright 2018, the Dart project authors. +Copyright (C) 2008 The Android Open Source Project +All rights reserved. Redistribution and use in source and binary forms, with or without -modification, are permitted provided that the following conditions are -met: - - * Redistributions of source code must retain the above copyright - notice, this list of conditions and the following disclaimer. - * Redistributions in binary form must reproduce the above - copyright notice, this list of conditions and the following - disclaimer in the documentation and/or other materials provided - with the distribution. - * Neither the name of Google LLC nor the names of its - contributors may be used to endorse or promote products derived - from this software without specific prior written permission. +modification, are permitted provided that the following conditions +are met: + * Redistributions of source code must retain the above copyright + notice, this list of conditions and the following disclaimer. + * Redistributions in binary form must reproduce the above copyright + notice, this list of conditions and the following disclaimer in + the documentation and/or other materials provided with the + distribution. THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT -LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR -A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT -OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, -SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT -LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, -DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY -THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT -(INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE -OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. - +LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS +FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE +COPYRIGHT OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, +INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, +BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS +OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED +AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, +OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT +OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF +SUCH DAMAGE. -------------------------------------------------------------------------------- -rapidjson +swiftshader -Copyright (C) 2015 THL A29 Limited, a Tencent company, and Milo Yip-> All rights reserved-> +Copyright 2014-2023 The Khronos Group Inc. -Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions: +SPDX-License-Identifier: Apache-2.0 +-------------------------------------------------------------------------------- +swiftshader -The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software. +Copyright 2015-2023 The Khronos Group Inc. -THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. +SPDX-License-Identifier: Apache-2.0 -------------------------------------------------------------------------------- -rapidjson +swiftshader -Copyright (C) 2015 THL A29 Limited, a Tencent company, and Milo Yip. All rights reserved. +Copyright 2016 The SwiftShader Authors. All Rights Reserved. -Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions: +Licensed under the Apache License, Version 2.0 (the "License"); +you may not use this file except in compliance with the License. +You may obtain a copy of the License at -The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software. + http://www.apache.org/licenses/LICENSE-2.0 -THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. +Unless required by applicable law or agreed to in writing, software +distributed under the License is distributed on an "AS IS" BASIS, +WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +See the License for the specific language governing permissions and +limitations under the License. -------------------------------------------------------------------------------- -rapidjson +swiftshader -Copyright (c) 2006-2013 Alexander Chemeris +Copyright 2018 The SwiftShader Authors. All Rights Reserved. -Redistribution and use in source and binary forms, with or without -modification, are permitted provided that the following conditions are met: +Licensed under the Apache License, Version 2.0 (the "License"); +you may not use this file except in compliance with the License. +You may obtain a copy of the License at - 1. Redistributions of source code must retain the above copyright notice, - this list of conditions and the following disclaimer. + http://www.apache.org/licenses/LICENSE-2.0 - 2. Redistributions in binary form must reproduce the above copyright - notice, this list of conditions and the following disclaimer in the - documentation and/or other materials provided with the distribution. +Unless required by applicable law or agreed to in writing, software +distributed under the License is distributed on an "AS IS" BASIS, +WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +See the License for the specific language governing permissions and +limitations under the License. +-------------------------------------------------------------------------------- +swiftshader - 3. Neither the name of the product nor the names of its contributors may - be used to endorse or promote products derived from this software - without specific prior written permission. +Copyright 2018 The SwiftShader Authors. All Rights Reserved. -THIS SOFTWARE IS PROVIDED BY THE AUTHOR ``AS IS'' AND ANY EXPRESS OR IMPLIED -WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF -MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO -EVENT SHALL THE AUTHOR BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, -SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, -PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; -OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, -WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR -OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF -ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. --------------------------------------------------------------------------------- -rapidjson +Licensed under the Apache License, Version 2.0 (the "License"); +you may not use this file except in compliance with the License. +You may obtain a copy of the License at -The above software in this distribution may have been modified by -THL A29 Limited ("Tencent Modifications"). -All Tencent Modifications are Copyright (C) 2015 THL A29 Limited. --------------------------------------------------------------------------------- -re2 +http://www.apache.org/licenses/LICENSE-2.0 -Copyright (c) 2002 by Lucent Technologies. -Permission to use, copy, modify, and distribute this software for any -purpose without fee is hereby granted, provided that this entire notice -is included in all copies of any software which is or includes a copy -or modification of this software and in all copies of the supporting -documentation for such software. -THIS SOFTWARE IS BEING PROVIDED "AS IS", WITHOUT ANY EXPRESS OR IMPLIED -WARRANTY. IN PARTICULAR, NEITHER THE AUTHORS NOR LUCENT TECHNOLOGIES MAKE ANY -REPRESENTATION OR WARRANTY OF ANY KIND CONCERNING THE MERCHANTABILITY -OF THIS SOFTWARE OR ITS FITNESS FOR ANY PARTICULAR PURPOSE. +Unless required by applicable law or agreed to in writing, software +distributed under the License is distributed on an "AS IS" BASIS, +WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +See the License for the specific language governing permissions and +limitations under the License. -------------------------------------------------------------------------------- -re2 +swiftshader -Copyright (c) 2009 The RE2 Authors. All rights reserved. +Copyright 2019 The SwiftShader Authors. All Rights Reserved. -Redistribution and use in source and binary forms, with or without -modification, are permitted provided that the following conditions are -met: +Licensed under the Apache License, Version 2.0 (the "License"); +you may not use this file except in compliance with the License. +You may obtain a copy of the License at - * Redistributions of source code must retain the above copyright -notice, this list of conditions and the following disclaimer. - * Redistributions in binary form must reproduce the above -copyright notice, this list of conditions and the following disclaimer -in the documentation and/or other materials provided with the -distribution. - * Neither the name of Google Inc. nor the names of its -contributors may be used to endorse or promote products derived from -this software without specific prior written permission. + http://www.apache.org/licenses/LICENSE-2.0 -THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS -"AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT -LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR -A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT -OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, -SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT -LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, -DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY -THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT -(INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE -OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. +Unless required by applicable law or agreed to in writing, software +distributed under the License is distributed on an "AS IS" BASIS, +WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +See the License for the specific language governing permissions and +limitations under the License. -------------------------------------------------------------------------------- -re2 +swiftshader -Copyright 1999-2005 The RE2 Authors. All Rights Reserved. +Copyright 2019 The SwiftShader Authors. All Rights Reserved. -Redistribution and use in source and binary forms, with or without -modification, are permitted provided that the following conditions are -met: +Licensed under the Apache License, Version 2.0 (the "License"); +you may not use this file except in compliance with the License. +You may obtain a copy of the License at - * Redistributions of source code must retain the above copyright -notice, this list of conditions and the following disclaimer. - * Redistributions in binary form must reproduce the above -copyright notice, this list of conditions and the following disclaimer -in the documentation and/or other materials provided with the -distribution. - * Neither the name of Google Inc. nor the names of its -contributors may be used to endorse or promote products derived from -this software without specific prior written permission. + http://www.apache.org/licenses/LICENSE-2.0 -THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS -"AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT -LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR -A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT -OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, -SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT -LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, -DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY -THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT -(INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE -OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. +Unless required by applicable law or agreed to in writing, software +distributed under the License is distributed on an "AS IS" BASIS, +WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +See the License for the specific language governing permissions and +limitations under the License. -------------------------------------------------------------------------------- -re2 +swiftshader -Copyright 2003-2009 Google Inc. All rights reserved. +Copyright 2019 The SwiftShader Authors. All Rights Reserved. -Redistribution and use in source and binary forms, with or without -modification, are permitted provided that the following conditions are -met: +Licensed under the Apache License, Version 2.0 (the "License"); +you may not use this file except in compliance with the License. +You may obtain a copy of the License at - * Redistributions of source code must retain the above copyright -notice, this list of conditions and the following disclaimer. - * Redistributions in binary form must reproduce the above -copyright notice, this list of conditions and the following disclaimer -in the documentation and/or other materials provided with the -distribution. - * Neither the name of Google Inc. nor the names of its -contributors may be used to endorse or promote products derived from -this software without specific prior written permission. +http://www.apache.org/licenses/LICENSE-2.0 -THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS -"AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT -LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR -A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT -OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, -SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT -LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, -DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY -THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT -(INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE -OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. +Unless required by applicable law or agreed to in writing, software +distributed under the License is distributed on an "AS IS" BASIS, +WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +See the License for the specific language governing permissions and +limitations under the License. -------------------------------------------------------------------------------- -re2 +swiftshader -Copyright 2003-2009 The RE2 Authors. All Rights Reserved. +Copyright 2020 The SwiftShader Authors. All Rights Reserved. -Redistribution and use in source and binary forms, with or without -modification, are permitted provided that the following conditions are -met: +Licensed under the Apache License, Version 2.0 (the "License"); +you may not use this file except in compliance with the License. +You may obtain a copy of the License at - * Redistributions of source code must retain the above copyright -notice, this list of conditions and the following disclaimer. - * Redistributions in binary form must reproduce the above -copyright notice, this list of conditions and the following disclaimer -in the documentation and/or other materials provided with the -distribution. - * Neither the name of Google Inc. nor the names of its -contributors may be used to endorse or promote products derived from -this software without specific prior written permission. + http://www.apache.org/licenses/LICENSE-2.0 -THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS -"AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT -LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR -A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT -OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, -SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT -LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, -DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY -THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT -(INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE -OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. +Unless required by applicable law or agreed to in writing, software +distributed under the License is distributed on an "AS IS" BASIS, +WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +See the License for the specific language governing permissions and +limitations under the License. -------------------------------------------------------------------------------- -re2 +swiftshader -Copyright 2003-2010 Google Inc. All Rights Reserved. +Copyright 2021 The SwiftShader Authors. All Rights Reserved. -Redistribution and use in source and binary forms, with or without -modification, are permitted provided that the following conditions are -met: +Licensed under the Apache License, Version 2.0 (the "License"); +you may not use this file except in compliance with the License. +You may obtain a copy of the License at - * Redistributions of source code must retain the above copyright -notice, this list of conditions and the following disclaimer. - * Redistributions in binary form must reproduce the above -copyright notice, this list of conditions and the following disclaimer -in the documentation and/or other materials provided with the -distribution. - * Neither the name of Google Inc. nor the names of its -contributors may be used to endorse or promote products derived from -this software without specific prior written permission. + http://www.apache.org/licenses/LICENSE-2.0 -THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS -"AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT -LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR -A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT -OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, -SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT -LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, -DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY -THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT -(INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE -OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. +Unless required by applicable law or agreed to in writing, software +distributed under the License is distributed on an "AS IS" BASIS, +WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +See the License for the specific language governing permissions and +limitations under the License. -------------------------------------------------------------------------------- -re2 +swiftshader -Copyright 2006 The RE2 Authors. All Rights Reserved. +Copyright 2022 The SwiftShader Authors. All Rights Reserved. -Redistribution and use in source and binary forms, with or without -modification, are permitted provided that the following conditions are -met: +Licensed under the Apache License, Version 2.0 (the "License"); +you may not use this file except in compliance with the License. +You may obtain a copy of the License at - * Redistributions of source code must retain the above copyright -notice, this list of conditions and the following disclaimer. - * Redistributions in binary form must reproduce the above -copyright notice, this list of conditions and the following disclaimer -in the documentation and/or other materials provided with the -distribution. - * Neither the name of Google Inc. nor the names of its -contributors may be used to endorse or promote products derived from -this software without specific prior written permission. + http://www.apache.org/licenses/LICENSE-2.0 -THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS -"AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT -LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR -A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT -OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, -SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT -LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, -DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY -THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT -(INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE -OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. +Unless required by applicable law or agreed to in writing, software +distributed under the License is distributed on an "AS IS" BASIS, +WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +See the License for the specific language governing permissions and +limitations under the License. -------------------------------------------------------------------------------- -re2 +swiftshader -Copyright 2006-2007 The RE2 Authors. All Rights Reserved. +Copyright © 2008 Kristian Høgsberg -Redistribution and use in source and binary forms, with or without -modification, are permitted provided that the following conditions are -met: +Permission is hereby granted, free of charge, to any person obtaining +a copy of this software and associated documentation files (the +"Software"), to deal in the Software without restriction, including +without limitation the rights to use, copy, modify, merge, publish, +distribute, sublicense, and/or sell copies of the Software, and to +permit persons to whom the Software is furnished to do so, subject to +the following conditions: - * Redistributions of source code must retain the above copyright -notice, this list of conditions and the following disclaimer. - * Redistributions in binary form must reproduce the above -copyright notice, this list of conditions and the following disclaimer -in the documentation and/or other materials provided with the -distribution. - * Neither the name of Google Inc. nor the names of its -contributors may be used to endorse or promote products derived from -this software without specific prior written permission. +The above copyright notice and this permission notice (including the +next paragraph) shall be included in all copies or substantial +portions of the Software. -THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS -"AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT -LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR -A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT -OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, -SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT -LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, -DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY -THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT -(INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE -OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. +THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, +EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF +MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND +NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS +BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN +ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN +CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE +SOFTWARE. -------------------------------------------------------------------------------- -re2 +swiftshader + +Copyright © 2012 Intel Corporation + +Permission is hereby granted, free of charge, to any person obtaining +a copy of this software and associated documentation files (the +"Software"), to deal in the Software without restriction, including +without limitation the rights to use, copy, modify, merge, publish, +distribute, sublicense, and/or sell copies of the Software, and to +permit persons to whom the Software is furnished to do so, subject to +the following conditions: -Copyright 2007 The RE2 Authors. All Rights Reserved. +The above copyright notice and this permission notice (including the +next paragraph) shall be included in all copies or substantial +portions of the Software. -Redistribution and use in source and binary forms, with or without -modification, are permitted provided that the following conditions are -met: +THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, +EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF +MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND +NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS +BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN +ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN +CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE +SOFTWARE. +-------------------------------------------------------------------------------- +swiftshader +vulkan +vulkan-headers - * Redistributions of source code must retain the above copyright -notice, this list of conditions and the following disclaimer. - * Redistributions in binary form must reproduce the above -copyright notice, this list of conditions and the following disclaimer -in the documentation and/or other materials provided with the -distribution. - * Neither the name of Google Inc. nor the names of its -contributors may be used to endorse or promote products derived from -this software without specific prior written permission. +Copyright 2015-2023 The Khronos Group Inc. +Copyright 2015-2023 Valve Corporation +Copyright 2015-2023 LunarG, Inc. -THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS -"AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT -LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR -A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT -OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, -SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT -LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, -DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY -THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT -(INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE -OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. +SPDX-License-Identifier: Apache-2.0 -------------------------------------------------------------------------------- -re2 +test_api +test_core -Copyright 2008 The RE2 Authors. All Rights Reserved. +Copyright 2018, the Dart project authors. Redistribution and use in source and binary forms, with or without modification, are permitted provided that the following conditions are met: - * Redistributions of source code must retain the above copyright -notice, this list of conditions and the following disclaimer. - * Redistributions in binary form must reproduce the above -copyright notice, this list of conditions and the following disclaimer -in the documentation and/or other materials provided with the -distribution. - * Neither the name of Google Inc. nor the names of its -contributors may be used to endorse or promote products derived from -this software without specific prior written permission. + * Redistributions of source code must retain the above copyright + notice, this list of conditions and the following disclaimer. + * Redistributions in binary form must reproduce the above + copyright notice, this list of conditions and the following + disclaimer in the documentation and/or other materials provided + with the distribution. + * Neither the name of Google LLC nor the names of its + contributors may be used to endorse or promote products derived + from this software without specific prior written permission. THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT @@ -31833,70 +28849,33 @@ DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. + -------------------------------------------------------------------------------- -re2 +test_shaders -Copyright 2009 The RE2 Authors. All Rights Reserved. +Copyright (c) 2022 by Selman Ay (https://codepen.io/selmanays/pen/yLVmEqY) -Redistribution and use in source and binary forms, with or without -modification, are permitted provided that the following conditions are -met: +Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions: - * Redistributions of source code must retain the above copyright -notice, this list of conditions and the following disclaimer. - * Redistributions in binary form must reproduce the above -copyright notice, this list of conditions and the following disclaimer -in the documentation and/or other materials provided with the -distribution. - * Neither the name of Google Inc. nor the names of its -contributors may be used to endorse or promote products derived from -this software without specific prior written permission. +The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software. -THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS -"AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT -LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR -A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT -OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, -SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT -LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, -DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY -THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT -(INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE -OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. +THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. -------------------------------------------------------------------------------- -re2 - -Copyright 2010 The RE2 Authors. All Rights Reserved. - -Redistribution and use in source and binary forms, with or without -modification, are permitted provided that the following conditions are -met: - - * Redistributions of source code must retain the above copyright -notice, this list of conditions and the following disclaimer. - * Redistributions in binary form must reproduce the above -copyright notice, this list of conditions and the following disclaimer -in the documentation and/or other materials provided with the -distribution. - * Neither the name of Google Inc. nor the names of its -contributors may be used to endorse or promote products derived from -this software without specific prior written permission. +universal_platform -THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS -"AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT -LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR -A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT -OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, -SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT -LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, -DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY -THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT -(INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE -OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. +MIT License + +Copyright (c) 2019 gskinner.com + +Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions: + +The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software. + +THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. -------------------------------------------------------------------------------- -re2 +vector_math -Copyright 2016 The RE2 Authors. All Rights Reserved. +Copyright 2015, Google Inc. All rights reserved. Redistribution and use in source and binary forms, with or without modification, are permitted provided that the following conditions are @@ -31908,6 +28887,7 @@ notice, this list of conditions and the following disclaimer. copyright notice, this list of conditions and the following disclaimer in the documentation and/or other materials provided with the distribution. + * Neither the name of Google Inc. nor the names of its contributors may be used to endorse or promote products derived from this software without specific prior written permission. @@ -31923,1230 +28903,945 @@ DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. --------------------------------------------------------------------------------- -re2 -Copyright 2018 The RE2 Authors. All Rights Reserved. +Copyright (C) 2013 Andrew Magill -Redistribution and use in source and binary forms, with or without -modification, are permitted provided that the following conditions are -met: +This software is provided 'as-is', without any express or implied +warranty. In no event will the authors be held liable for any damages +arising from the use of this software. - * Redistributions of source code must retain the above copyright -notice, this list of conditions and the following disclaimer. - * Redistributions in binary form must reproduce the above -copyright notice, this list of conditions and the following disclaimer -in the documentation and/or other materials provided with the -distribution. - * Neither the name of Google Inc. nor the names of its -contributors may be used to endorse or promote products derived from -this software without specific prior written permission. +Permission is granted to anyone to use this software for any purpose, +including commercial applications, and to alter it and redistribute it +freely, subject to the following restrictions: + +1. The origin of this software must not be misrepresented; you must not + claim that you wrote the original software. If you use this software + in a product, an acknowledgment in the product documentation would be + appreciated but is not required. +2. Altered source versions must be plainly marked as such, and must not be + misrepresented as being the original software. +3. This notice may not be removed or altered from any source distribution. -THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS -"AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT -LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR -A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT -OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, -SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT -LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, -DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY -THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT -(INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE -OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. -------------------------------------------------------------------------------- -re2 +volk -Copyright 2019 The RE2 Authors. All Rights Reserved. +Copyright (c) 2018-2019 Arseny Kapoulkine -Redistribution and use in source and binary forms, with or without -modification, are permitted provided that the following conditions are -met: +Permission is hereby granted, free of charge, to any person obtaining a copy +of this software and associated documentation files (the "Software"), to deal +in the Software without restriction, including without limitation the rights +to use, copy, modify, merge, publish, distribute, sublicense, and/or sell +copies of the Software, and to permit persons to whom the Software is +furnished to do so, subject to the following conditions: - * Redistributions of source code must retain the above copyright -notice, this list of conditions and the following disclaimer. - * Redistributions in binary form must reproduce the above -copyright notice, this list of conditions and the following disclaimer -in the documentation and/or other materials provided with the -distribution. - * Neither the name of Google Inc. nor the names of its -contributors may be used to endorse or promote products derived from -this software without specific prior written permission. +The above copyright notice and this permission notice shall be included in all +copies or substantial portions of the Software. -THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS -"AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT -LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR -A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT -OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, -SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT -LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, -DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY -THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT -(INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE -OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. +THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR +IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, +FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE +AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER +LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, +OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE +SOFTWARE. -------------------------------------------------------------------------------- -re2 +vulkan -Copyright 2022 The RE2 Authors. All Rights Reserved. +// Copyright (c) 2018 Google Inc. All rights reserved. +// +// Redistribution and use in source and binary forms, with or without +// modification, are permitted provided that the following conditions are +// met: +// +// * Redistributions of source code must retain the above copyright +// notice, this list of conditions and the following disclaimer. +// * Redistributions in binary form must reproduce the above +// copyright notice, this list of conditions and the following disclaimer +// in the documentation and/or other materials provided with the +// distribution. +// * Neither the name of Google Inc. nor the names of its +// contributors may be used to endorse or promote products derived from +// this software without specific prior written permission. +// +// THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS +// "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT +// LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR +// A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT +// OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, +// SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT +// LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, +// DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY +// THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT +// (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE +// OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. +-------------------------------------------------------------------------------- +vulkan +vulkan-headers -Redistribution and use in source and binary forms, with or without -modification, are permitted provided that the following conditions are -met: +Copyright 2014-2025 The Khronos Group Inc. - * Redistributions of source code must retain the above copyright -notice, this list of conditions and the following disclaimer. - * Redistributions in binary form must reproduce the above -copyright notice, this list of conditions and the following disclaimer -in the documentation and/or other materials provided with the -distribution. - * Neither the name of Google Inc. nor the names of its -contributors may be used to endorse or promote products derived from -this software without specific prior written permission. +SPDX-License-Identifier: Apache-2.0 +-------------------------------------------------------------------------------- +vulkan +vulkan-headers -THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS -"AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT -LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR -A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT -OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, -SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT -LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, -DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY -THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT -(INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE -OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. +Copyright 2015-2025 The Khronos Group Inc. + +SPDX-License-Identifier: Apache-2.0 -------------------------------------------------------------------------------- -re2 +vulkan-headers -Copyright 2023 The RE2 Authors. All Rights Reserved. +Copyright (c) 2018-2019 Collabora, Ltd. +Copyright 2013-2025 The Khronos Group Inc. -Redistribution and use in source and binary forms, with or without -modification, are permitted provided that the following conditions are -met: +SPDX-License-Identifier: Apache-2.0 +-------------------------------------------------------------------------------- +vulkan-headers - * Redistributions of source code must retain the above copyright -notice, this list of conditions and the following disclaimer. - * Redistributions in binary form must reproduce the above -copyright notice, this list of conditions and the following disclaimer -in the documentation and/or other materials provided with the -distribution. - * Neither the name of Google Inc. nor the names of its -contributors may be used to endorse or promote products derived from -this software without specific prior written permission. +Copyright 2013-2025 The Khronos Group Inc. -THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS -"AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT -LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR -A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT -OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, -SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT -LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, -DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY -THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT -(INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE -OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. +SPDX-License-Identifier: Apache-2.0 -------------------------------------------------------------------------------- -rexios_lints +vulkan-headers -Copyright 2023 Aaron DeLory +Copyright 2021-2025 The Khronos Group Inc. +SPDX-License-Identifier: Apache-2.0 +-------------------------------------------------------------------------------- +vulkan-headers -Redistribution and use in source and binary forms, with or without modification, are permitted provided that the following conditions are met: +Copyright 2023-2025 The Khronos Group Inc. +SPDX-License-Identifier: Apache-2.0 +-------------------------------------------------------------------------------- +vulkan-tools -1. Redistributions of source code must retain the above copyright notice, this list of conditions and the following disclaimer. -2. Redistributions in binary form must reproduce the above copyright notice, this list of conditions and the following disclaimer in the documentation and/or other materials provided with the distribution. +Copyright (c) 2015-2017 The Khronos Group Inc. +Copyright (c) 2015-2017 Valve Corporation +Copyright (c) 2015-2017 LunarG, Inc. +Copyright (c) 2015-2017 Google Inc. -3. Neither the name of the copyright holder nor the names of its contributors may be used to endorse or promote products derived from this software without specific prior written permission. +Licensed under the Apache License, Version 2.0 (the "License"); +you may not use this file except in compliance with the License. +You may obtain a copy of the License at -THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT HOLDER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. + http://www.apache.org/licenses/LICENSE-2.0 + +Unless required by applicable law or agreed to in writing, software +distributed under the License is distributed on an "AS IS" BASIS, +WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +See the License for the specific language governing permissions and +limitations under the License. -------------------------------------------------------------------------------- -rxdart +vulkan-tools - Apache License - Version 2.0, January 2004 - http://www.apache.org/licenses/ - TERMS AND CONDITIONS FOR USE, REPRODUCTION, AND DISTRIBUTION +Copyright (c) 2018 The Khronos Group Inc. +Copyright (c) 2018 Valve Corporation +Copyright (c) 2018 LunarG, Inc. - 1. Definitions. +Licensed under the Apache License, Version 2.0 (the "License"); +you may not use this file except in compliance with the License. +You may obtain a copy of the License at - "License" shall mean the terms and conditions for use, reproduction, - and distribution as defined by Sections 1 through 9 of this document. + http://www.apache.org/licenses/LICENSE-2.0 - "Licensor" shall mean the copyright owner or entity authorized by - the copyright owner that is granting the License. +Unless required by applicable law or agreed to in writing, software +distributed under the License is distributed on an "AS IS" BASIS, +WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +See the License for the specific language governing permissions and +limitations under the License. +-------------------------------------------------------------------------------- +vulkan-tools - "Legal Entity" shall mean the union of the acting entity and all - other entities that control, are controlled by, or are under common - control with that entity. For the purposes of this definition, - "control" means (i) the power, direct or indirect, to cause the - direction or management of such entity, whether by contract or - otherwise, or (ii) ownership of fifty percent (50%) or more of the - outstanding shares, or (iii) beneficial ownership of such entity. - "You" (or "Your") shall mean an individual or Legal Entity - exercising permissions granted by this License. +Copyright 2014, 2017 The Android Open Source Project - "Source" form shall mean the preferred form for making modifications, - including but not limited to software source code, documentation - source, and configuration files. +Licensed under the Apache License, Version 2.0 (the "License"); +you may not use this file except in compliance with the License. +You may obtain a copy of the License at - "Object" form shall mean any form resulting from mechanical - transformation or translation of a Source form, including but - not limited to compiled object code, generated documentation, - and conversions to other media types. + http://www.apache.org/licenses/LICENSE-2.0 - "Work" shall mean the work of authorship, whether in Source or - Object form, made available under the License, as indicated by a - copyright notice that is included in or attached to the work - (an example is provided in the Appendix below). +Unless required by applicable law or agreed to in writing, software +distributed under the License is distributed on an "AS IS" BASIS, +WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +See the License for the specific language governing permissions and +limitations under the License. +-------------------------------------------------------------------------------- +vulkan-tools - "Derivative Works" shall mean any work, whether in Source or Object - form, that is based on (or derived from) the Work and for which the - editorial revisions, annotations, elaborations, or other modifications - represent, as a whole, an original work of authorship. For the purposes - of this License, Derivative Works shall not include works that remain - separable from, or merely link (or bind by name) to the interfaces of, - the Work and Derivative Works thereof. +Copyright (c) 2015-2016 The Khronos Group Inc. +Copyright (c) 2015-2016 Valve Corporation +Copyright (c) 2015-2016 LunarG, Inc. - "Contribution" shall mean any work of authorship, including - the original version of the Work and any modifications or additions - to that Work or Derivative Works thereof, that is intentionally - submitted to Licensor for inclusion in the Work by the copyright owner - or by an individual or Legal Entity authorized to submit on behalf of - the copyright owner. For the purposes of this definition, "submitted" - means any form of electronic, verbal, or written communication sent - to the Licensor or its representatives, including but not limited to - communication on electronic mailing lists, source code control systems, - and issue tracking systems that are managed by, or on behalf of, the - Licensor for the purpose of discussing and improving the Work, but - excluding communication that is conspicuously marked or otherwise - designated in writing by the copyright owner as "Not a Contribution." +Licensed under the Apache License, Version 2.0 (the "License"); +you may not use this file except in compliance with the License. +You may obtain a copy of the License at - "Contributor" shall mean Licensor and any individual or Legal Entity - on behalf of whom a Contribution has been received by Licensor and - subsequently incorporated within the Work. + http://www.apache.org/licenses/LICENSE-2.0 - 2. Grant of Copyright License. Subject to the terms and conditions of - this License, each Contributor hereby grants to You a perpetual, - worldwide, non-exclusive, no-charge, royalty-free, irrevocable - copyright license to reproduce, prepare Derivative Works of, - publicly display, publicly perform, sublicense, and distribute the - Work and such Derivative Works in Source or Object form. +Unless required by applicable law or agreed to in writing, software +distributed under the License is distributed on an "AS IS" BASIS, +WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +See the License for the specific language governing permissions and +limitations under the License. +-------------------------------------------------------------------------------- +vulkan-tools - 3. Grant of Patent License. Subject to the terms and conditions of - this License, each Contributor hereby grants to You a perpetual, - worldwide, non-exclusive, no-charge, royalty-free, irrevocable - (except as stated in this section) patent license to make, have made, - use, offer to sell, sell, import, and otherwise transfer the Work, - where such license applies only to those patent claims licensable - by such Contributor that are necessarily infringed by their - Contribution(s) alone or by combination of their Contribution(s) - with the Work to which such Contribution(s) was submitted. If You - institute patent litigation against any entity (including a - cross-claim or counterclaim in a lawsuit) alleging that the Work - or a Contribution incorporated within the Work constitutes direct - or contributory patent infringement, then any patent licenses - granted to You under this License for that Work shall terminate - as of the date such litigation is filed. +Copyright (c) 2015-2018, 2023 The Khronos Group Inc. - 4. Redistribution. You may reproduce and distribute copies of the - Work or Derivative Works thereof in any medium, with or without - modifications, and in Source or Object form, provided that You - meet the following conditions: +Licensed under the Apache License, Version 2.0 (the "License"); +you may not use this file except in compliance with the License. +You may obtain a copy of the License at - (a) You must give any other recipients of the Work or - Derivative Works a copy of this License; and + http://www.apache.org/licenses/LICENSE-2.0 - (b) You must cause any modified files to carry prominent notices - stating that You changed the files; and +Unless required by applicable law or agreed to in writing, software +distributed under the License is distributed on an "AS IS" BASIS, +WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +See the License for the specific language governing permissions and +limitations under the License. +-------------------------------------------------------------------------------- +vulkan-tools - (c) You must retain, in the Source form of any Derivative Works - that You distribute, all copyright, patent, trademark, and - attribution notices from the Source form of the Work, - excluding those notices that do not pertain to any part of - the Derivative Works; and +Copyright (c) 2015-2019 The Khronos Group Inc. +Copyright (c) 2015-2019 Valve Corporation +Copyright (c) 2015-2019 LunarG, Inc. - (d) If the Work includes a "NOTICE" text file as part of its - distribution, then any Derivative Works that You distribute must - include a readable copy of the attribution notices contained - within such NOTICE file, excluding those notices that do not - pertain to any part of the Derivative Works, in at least one - of the following places: within a NOTICE text file distributed - as part of the Derivative Works; within the Source form or - documentation, if provided along with the Derivative Works; or, - within a display generated by the Derivative Works, if and - wherever such third-party notices normally appear. The contents - of the NOTICE file are for informational purposes only and - do not modify the License. You may add Your own attribution - notices within Derivative Works that You distribute, alongside - or as an addendum to the NOTICE text from the Work, provided - that such additional attribution notices cannot be construed - as modifying the License. +Licensed under the Apache License, Version 2.0 (the "License"); +you may not use this file except in compliance with the License. +You may obtain a copy of the License at - You may add Your own copyright statement to Your modifications and - may provide additional or different license terms and conditions - for use, reproduction, or distribution of Your modifications, or - for any such Derivative Works as a whole, provided Your use, - reproduction, and distribution of the Work otherwise complies with - the conditions stated in this License. + http://www.apache.org/licenses/LICENSE-2.0 - 5. Submission of Contributions. Unless You explicitly state otherwise, - any Contribution intentionally submitted for inclusion in the Work - by You to the Licensor shall be under the terms and conditions of - this License, without any additional terms or conditions. - Notwithstanding the above, nothing herein shall supersede or modify - the terms of any separate license agreement you may have executed - with Licensor regarding such Contributions. +Unless required by applicable law or agreed to in writing, software +distributed under the License is distributed on an "AS IS" BASIS, +WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +See the License for the specific language governing permissions and +limitations under the License. +-------------------------------------------------------------------------------- +vulkan-tools - 6. Trademarks. This License does not grant permission to use the trade - names, trademarks, service marks, or product names of the Licensor, - except as required for reasonable and customary use in describing the - origin of the Work and reproducing the content of the NOTICE file. +Copyright (c) 2015-2019 The Khronos Group Inc. +Copyright (c) 2015-2019 Valve Corporation +Copyright (c) 2015-2019 LunarG, Inc. +Copyright (c) 2025 The Fuchsia Authors. - 7. Disclaimer of Warranty. Unless required by applicable law or - agreed to in writing, Licensor provides the Work (and each - Contributor provides its Contributions) on an "AS IS" BASIS, - WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or - implied, including, without limitation, any warranties or conditions - of TITLE, NON-INFRINGEMENT, MERCHANTABILITY, or FITNESS FOR A - PARTICULAR PURPOSE. You are solely responsible for determining the - appropriateness of using or redistributing the Work and assume any - risks associated with Your exercise of permissions under this License. +Licensed under the Apache License, Version 2.0 (the "License"); +you may not use this file except in compliance with the License. +You may obtain a copy of the License at - 8. Limitation of Liability. In no event and under no legal theory, - whether in tort (including negligence), contract, or otherwise, - unless required by applicable law (such as deliberate and grossly - negligent acts) or agreed to in writing, shall any Contributor be - liable to You for damages, including any direct, indirect, special, - incidental, or consequential damages of any character arising as a - result of this License or out of the use or inability to use the - Work (including but not limited to damages for loss of goodwill, - work stoppage, computer failure or malfunction, or any and all - other commercial damages or losses), even if such Contributor - has been advised of the possibility of such damages. + http://www.apache.org/licenses/LICENSE-2.0 - 9. Accepting Warranty or Additional Liability. While redistributing - the Work or Derivative Works thereof, You may choose to offer, - and charge a fee for, acceptance of support, warranty, indemnity, - or other liability obligations and/or rights consistent with this - License. However, in accepting such obligations, You may act only - on Your own behalf and on Your sole responsibility, not on behalf - of any other Contributor, and only if You agree to indemnify, - defend, and hold each Contributor harmless for any liability - incurred by, or claims asserted against, such Contributor by reason - of your accepting any such warranty or additional liability. +Unless required by applicable law or agreed to in writing, software +distributed under the License is distributed on an "AS IS" BASIS, +WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +See the License for the specific language governing permissions and +limitations under the License. +-------------------------------------------------------------------------------- +vulkan-tools + +Copyright (c) 2015-2021 The Khronos Group Inc. +Copyright (c) 2015-2021 Valve Corporation +Copyright (c) 2015-2021 LunarG, Inc. +Copyright (c) 2023-2024 RasterGrid Kft. + +Licensed under the Apache License, Version 2.0 (the "License"); +you may not use this file except in compliance with the License. +You may obtain a copy of the License at - END OF TERMS AND CONDITIONS + http://www.apache.org/licenses/LICENSE-2.0 - APPENDIX: How to apply the Apache License to your work. +Unless required by applicable law or agreed to in writing, software +distributed under the License is distributed on an "AS IS" BASIS, +WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +See the License for the specific language governing permissions and +limitations under the License. +-------------------------------------------------------------------------------- +vulkan-tools - To apply the Apache License to your work, attach the following - boilerplate notice, with the fields enclosed by brackets "[]" - replaced with your own identifying information. (Don't include - the brackets!) The text should be enclosed in the appropriate - comment syntax for the file format. We also recommend that a - file or class name and description of purpose be included on the - same "printed page" as the copyright notice for easier - identification within third-party archives. +Copyright (c) 2015-2025 The Khronos Group Inc. - Copyright [yyyy] [name of copyright owner] +Licensed under the Apache License, Version 2.0 (the "License"); +you may not use this file except in compliance with the License. +You may obtain a copy of the License at - Licensed under the Apache License, Version 2.0 (the "License"); - you may not use this file except in compliance with the License. - You may obtain a copy of the License at + http://www.apache.org/licenses/LICENSE-2.0 - http://www.apache.org/licenses/LICENSE-2.0 +Unless required by applicable law or agreed to in writing, software +distributed under the License is distributed on an "AS IS" BASIS, +WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +See the License for the specific language governing permissions and +limitations under the License. +-------------------------------------------------------------------------------- +vulkan-tools - Unless required by applicable law or agreed to in writing, software - distributed under the License is distributed on an "AS IS" BASIS, - WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. - See the License for the specific language governing permissions and - limitations under the License. +Copyright (c) 2016 Google, Inc. + +Licensed under the Apache License, Version 2.0 (the "License"); +you may not use this file except in compliance with the License. +You may obtain a copy of the License at + + http://www.apache.org/licenses/LICENSE-2.0 +Unless required by applicable law or agreed to in writing, software +distributed under the License is distributed on an "AS IS" BASIS, +WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +See the License for the specific language governing permissions and +limitations under the License. -------------------------------------------------------------------------------- -skia +vulkan-tools -Copyright (C) 2014 Google Inc. All rights reserved. +Copyright (c) 2018 The Khronos Group Inc. +Copyright (c) 2018 Valve Corporation +Copyright (c) 2018 LunarG, Inc. -Redistribution and use in source and binary forms, with or without -modification, are permitted provided that the following conditions are -met: +Licensed under the Apache License, Version 2.0 (the "License"); +you may not use this file except in compliance with the License. +You may obtain a copy of the License at - * Redistributions of source code must retain the above copyright - notice, this list of conditions and the following disclaimer. + http://www.apache.org/licenses/LICENSE-2.0 - * Redistributions in binary form must reproduce the above copyright - notice, this list of conditions and the following disclaimer in - the documentation and/or other materials provided with the - distribution. +Unless required by applicable law or agreed to in writing, software +distributed under the License is distributed on an "AS IS" BASIS, +WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +See the License for the specific language governing permissions and +limitations under the License. +-------------------------------------------------------------------------------- +vulkan-tools - * Neither the name of the copyright holder nor the names of its - contributors may be used to endorse or promote products derived - from this software without specific prior written permission. +Copyright (c) 2018-2020 The Khronos Group Inc. +Copyright (c) 2018-2020 Valve Corporation +Copyright (c) 2018-2020 LunarG, Inc. -THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS -"AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT -LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR -A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT -OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, -SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT -LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, -DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY -THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT -(INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE -OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. +Licensed under the Apache License, Version 2.0 (the "License"); +you may not use this file except in compliance with the License. +You may obtain a copy of the License at + + http://www.apache.org/licenses/LICENSE-2.0 + +Unless required by applicable law or agreed to in writing, software +distributed under the License is distributed on an "AS IS" BASIS, +WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +See the License for the specific language governing permissions and +limitations under the License. -------------------------------------------------------------------------------- -skia +vulkan-tools -Copyright (c) 2011 Google Inc. All rights reserved. +Copyright (c) 2019 The Khronos Group Inc. +Copyright (c) 2019 Valve Corporation +Copyright (c) 2019 LunarG, Inc. +Copyright (c) 2023 RasterGrid Kft. -Redistribution and use in source and binary forms, with or without -modification, are permitted provided that the following conditions are -met: +Licensed under the Apache License, Version 2.0 (the "License"); +you may not use this file except in compliance with the License. +You may obtain a copy of the License at - * Redistributions of source code must retain the above copyright -notice, this list of conditions and the following disclaimer. - * Redistributions in binary form must reproduce the above -copyright notice, this list of conditions and the following disclaimer -in the documentation and/or other materials provided with the -distribution. - * Neither the name of Google Inc. nor the names of its -contributors may be used to endorse or promote products derived from -this software without specific prior written permission. + http://www.apache.org/licenses/LICENSE-2.0 -THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS -"AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT -LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR -A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT -OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, -SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT -LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, -DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY -THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT -(INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE -OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. +Unless required by applicable law or agreed to in writing, software +distributed under the License is distributed on an "AS IS" BASIS, +WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +See the License for the specific language governing permissions and +limitations under the License. -------------------------------------------------------------------------------- -skia +vulkan-tools -Copyright (c) 2011 Google Inc. All rights reserved. +Copyright (c) 2019-2022 The Khronos Group Inc. +Copyright (c) 2019-2022 Valve Corporation +Copyright (c) 2019-2022 LunarG, Inc. +Copyright (c) 2023-2024 RasterGrid Kft. -Redistribution and use in source and binary forms, with or without -modification, are permitted provided that the following conditions are -met: +Licensed under the Apache License, Version 2.0 (the "License"); +you may not use this file except in compliance with the License. +You may obtain a copy of the License at - * Redistributions of source code must retain the above copyright - notice, this list of conditions and the following disclaimer. + http://www.apache.org/licenses/LICENSE-2.0 - * Redistributions in binary form must reproduce the above copyright - notice, this list of conditions and the following disclaimer in - the documentation and/or other materials provided with the - distribution. +Unless required by applicable law or agreed to in writing, software +distributed under the License is distributed on an "AS IS" BASIS, +WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +See the License for the specific language governing permissions and +limitations under the License. +-------------------------------------------------------------------------------- +vulkan-tools - * Neither the name of the copyright holder nor the names of its - contributors may be used to endorse or promote products derived - from this software without specific prior written permission. +Copyright (c) 2020 The Khronos Group Inc. +Copyright (c) 2020 Valve Corporation +Copyright (c) 2020 LunarG, Inc. -THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS -"AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT -LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR -A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT -OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, -SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT -LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, -DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY -THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT -(INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE -OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. +Licensed under the Apache License, Version 2.0 (the "License"); +you may not use this file except in compliance with the License. +You may obtain a copy of the License at + + http://www.apache.org/licenses/LICENSE-2.0 + +Unless required by applicable law or agreed to in writing, software +distributed under the License is distributed on an "AS IS" BASIS, +WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +See the License for the specific language governing permissions and +limitations under the License. -------------------------------------------------------------------------------- -skia +vulkan-tools -Copyright (c) 2014 Google Inc. +Copyright (c) 2025 The Fuchsia Authors. -Redistribution and use in source and binary forms, with or without -modification, are permitted provided that the following conditions are -met: +Licensed under the Apache License, Version 2.0 (the "License"); +you may not use this file except in compliance with the License. +You may obtain a copy of the License at - * Redistributions of source code must retain the above copyright - notice, this list of conditions and the following disclaimer. + http://www.apache.org/licenses/LICENSE-2.0 - * Redistributions in binary form must reproduce the above copyright - notice, this list of conditions and the following disclaimer in - the documentation and/or other materials provided with the - distribution. +Unless required by applicable law or agreed to in writing, software +distributed under the License is distributed on an "AS IS" BASIS, +WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +See the License for the specific language governing permissions and +limitations under the License. +-------------------------------------------------------------------------------- +vulkan-tools +vulkan-utility-libraries - * Neither the name of the copyright holder nor the names of its - contributors may be used to endorse or promote products derived - from this software without specific prior written permission. +Copyright 2023 The Khronos Group Inc. +Copyright 2023 Valve Corporation +Copyright 2023 LunarG, Inc. -THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS -"AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT -LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR -A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT -OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, -SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT -LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, -DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY -THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT -(INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE -OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. +SPDX-License-Identifier: Apache-2.0 -------------------------------------------------------------------------------- -skia +vulkan-tools +vulkan-validation-layers -Copyright 2005 The Android Open Source Project +Copyright (c) 2024 The Khronos Group Inc. +Copyright (c) 2024 Valve Corporation +Copyright (c) 2024 LunarG, Inc. -Redistribution and use in source and binary forms, with or without -modification, are permitted provided that the following conditions are -met: +Licensed under the Apache License, Version 2.0 (the "License"); +you may not use this file except in compliance with the License. +You may obtain a copy of the License at - * Redistributions of source code must retain the above copyright - notice, this list of conditions and the following disclaimer. + http://www.apache.org/licenses/LICENSE-2.0 - * Redistributions in binary form must reproduce the above copyright - notice, this list of conditions and the following disclaimer in - the documentation and/or other materials provided with the - distribution. +Unless required by applicable law or agreed to in writing, software +distributed under the License is distributed on an "AS IS" BASIS, +WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +See the License for the specific language governing permissions and +limitations under the License. +-------------------------------------------------------------------------------- +vulkan-tools +vulkan-validation-layers - * Neither the name of the copyright holder nor the names of its - contributors may be used to endorse or promote products derived - from this software without specific prior written permission. +Copyright (c) 2025 The Khronos Group Inc. +Copyright (c) 2025 Valve Corporation +Copyright (c) 2025 LunarG, Inc. -THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS -"AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT -LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR -A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT -OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, -SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT -LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, -DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY -THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT -(INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE -OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. +Licensed under the Apache License, Version 2.0 (the "License"); +you may not use this file except in compliance with the License. +You may obtain a copy of the License at + + http://www.apache.org/licenses/LICENSE-2.0 + +Unless required by applicable law or agreed to in writing, software +distributed under the License is distributed on an "AS IS" BASIS, +WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +See the License for the specific language governing permissions and +limitations under the License. -------------------------------------------------------------------------------- -skia +vulkan-utility-libraries -Copyright 2006 The Android Open Source Project +Copyright (c) 2015-2017, 2019-2024 The Khronos Group Inc. +Copyright (c) 2015-2017, 2019-2024 Valve Corporation +Copyright (c) 2015-2017, 2019-2024 LunarG, Inc. -Redistribution and use in source and binary forms, with or without -modification, are permitted provided that the following conditions are -met: +SPDX-License-Identifier: Apache-2.0 +-------------------------------------------------------------------------------- +vulkan-utility-libraries - * Redistributions of source code must retain the above copyright - notice, this list of conditions and the following disclaimer. +Copyright (c) 2015-2017, 2019-2024 The Khronos Group Inc. +Copyright (c) 2015-2017, 2019-2024 Valve Corporation +Copyright (c) 2015-2017, 2019-2024 LunarG, Inc. +Modifications Copyright (C) 2022 RasterGrid Kft. - * Redistributions in binary form must reproduce the above copyright - notice, this list of conditions and the following disclaimer in - the documentation and/or other materials provided with the - distribution. +SPDX-License-Identifier: Apache-2.0 +-------------------------------------------------------------------------------- +vulkan-utility-libraries - * Neither the name of the copyright holder nor the names of its - contributors may be used to endorse or promote products derived - from this software without specific prior written permission. +Copyright (c) 2015-2024 The Khronos Group Inc. +Copyright (c) 2015-2024 Valve Corporation +Copyright (c) 2015-2024 LunarG, Inc. +Copyright (c) 2015-2024 Google Inc. -THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS -"AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT -LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR -A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT -OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, -SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT -LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, -DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY -THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT -(INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE -OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. +SPDX-License-Identifier: Apache-2.0 -------------------------------------------------------------------------------- -skia +vulkan-utility-libraries -Copyright 2006-2012 The Android Open Source Project -Copyright 2012 Mozilla Foundation +Copyright (c) 2015-2025 The Khronos Group Inc. +Copyright (c) 2015-2025 Valve Corporation +Copyright (c) 2015-2025 LunarG, Inc. +Copyright (c) 2015-2025 Google Inc. -Redistribution and use in source and binary forms, with or without -modification, are permitted provided that the following conditions are -met: +SPDX-License-Identifier: Apache-2.0 +-------------------------------------------------------------------------------- +vulkan-utility-libraries - * Redistributions of source code must retain the above copyright - notice, this list of conditions and the following disclaimer. +Copyright (c) 2019-2024 The Khronos Group Inc. +Copyright (c) 2019-2024 Valve Corporation +Copyright (c) 2019-2024 LunarG, Inc. +Copyright (C) 2019-2024 Google Inc. - * Redistributions in binary form must reproduce the above copyright - notice, this list of conditions and the following disclaimer in - the documentation and/or other materials provided with the - distribution. +SPDX-License-Identifier: Apache-2.0 +-------------------------------------------------------------------------------- +vulkan-utility-libraries - * Neither the name of the copyright holder nor the names of its - contributors may be used to endorse or promote products derived - from this software without specific prior written permission. +Copyright 2023-2025 The Khronos Group Inc. +Copyright 2023-2025 Valve Corporation +Copyright 2023-2025 LunarG, Inc. -THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS -"AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT -LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR -A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT -OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, -SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT -LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, -DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY -THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT -(INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE -OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. +SPDX-License-Identifier: Apache-2.0 -------------------------------------------------------------------------------- -skia +vulkan-validation-layers -Copyright 2007 The Android Open Source Project -Redistribution and use in source and binary forms, with or without -modification, are permitted provided that the following conditions are -met: - * Redistributions of source code must retain the above copyright - notice, this list of conditions and the following disclaimer. - * Redistributions in binary form must reproduce the above copyright - notice, this list of conditions and the following disclaimer in - the documentation and/or other materials provided with the - distribution. +Copyright (c) 2017-2022 Advanced Micro Devices, Inc. All rights reserved. +Permission is hereby granted, free of charge, to any person obtaining a copy +of this software and associated documentation files (the "Software"), to deal +in the Software without restriction, including without limitation the rights +to use, copy, modify, merge, publish, distribute, sublicense, and/or sell +copies of the Software, and to permit persons to whom the Software is +furnished to do so, subject to the following conditions: +The above copyright notice and this permission notice shall be included in +all copies or substantial portions of the Software. +THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR +IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, +FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE +AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER +LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, +OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN +THE SOFTWARE. - * Neither the name of the copyright holder nor the names of its - contributors may be used to endorse or promote products derived - from this software without specific prior written permission. +=========================================================================================== +File: layers/external/inplace_function.h +File: layers/external/parallel_hashmap/phmap_utils.h -THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS -"AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT -LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR -A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT -OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, -SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT -LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, -DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY -THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT -(INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE -OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. --------------------------------------------------------------------------------- -skia +Boost Software License - Version 1.0 - August 17th, 2003 -Copyright 2008 Google Inc. +Permission is hereby granted, free of charge, to any person or organization +obtaining a copy of the software and accompanying documentation covered by +this license (the "Software") to use, reproduce, display, distribute, +execute, and transmit the Software, and to prepare derivative works of the +Software, and to permit third-parties to whom the Software is furnished to +do so, all subject to the following: -Redistribution and use in source and binary forms, with or without -modification, are permitted provided that the following conditions are -met: +The copyright notices in the Software and this entire statement, including +the above license grant, this restriction and the following disclaimer, +must be included in all copies of the Software, in whole or in part, and +all derivative works of the Software, unless such copies or derivative +works are solely in the form of machine-executable object code generated by +a source language processor. - * Redistributions of source code must retain the above copyright - notice, this list of conditions and the following disclaimer. +THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR +IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, +FITNESS FOR A PARTICULAR PURPOSE, TITLE AND NON-INFRINGEMENT. IN NO EVENT +SHALL THE COPYRIGHT HOLDERS OR ANYONE DISTRIBUTING THE SOFTWARE BE LIABLE +FOR ANY DAMAGES OR OTHER LIABILITY, WHETHER IN CONTRACT, TORT OR OTHERWISE, +ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER +DEALINGS IN THE SOFTWARE. +-------------------------------------------------------------------------------- +vulkan-validation-layers - * Redistributions in binary form must reproduce the above copyright - notice, this list of conditions and the following disclaimer in - the documentation and/or other materials provided with the - distribution. - * Neither the name of the copyright holder nor the names of its - contributors may be used to endorse or promote products derived - from this software without specific prior written permission. +Copyright (c) 2015-2025 The Khronos Group Inc. +Copyright (c) 2015-2025 Valve Corporation +Copyright (c) 2015-2025 LunarG, Inc. -THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS -"AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT -LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR -A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT -OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, -SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT -LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, -DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY -THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT -(INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE -OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. --------------------------------------------------------------------------------- -skia +Licensed under the Apache License, Version 2.0 (the "License"); +you may not use this file except in compliance with the License. +You may obtain a copy of the License at -Copyright 2008 The Android Open Source Project + http://www.apache.org/licenses/LICENSE-2.0 -Redistribution and use in source and binary forms, with or without -modification, are permitted provided that the following conditions are -met: +Unless required by applicable law or agreed to in writing, software +distributed under the License is distributed on an "AS IS" BASIS, +WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +See the License for the specific language governing permissions and +limitations under the License. +-------------------------------------------------------------------------------- +vulkan-validation-layers - * Redistributions of source code must retain the above copyright - notice, this list of conditions and the following disclaimer. - * Redistributions in binary form must reproduce the above copyright - notice, this list of conditions and the following disclaimer in - the documentation and/or other materials provided with the - distribution. +Copyright (c) 2015-2025 The Khronos Group Inc. +Copyright (c) 2015-2025 Valve Corporation +Copyright (c) 2015-2025 LunarG, Inc. +Copyright (c) 2015-2024 Google Inc. +Copyright (c) 2023-2024 RasterGrid Kft. - * Neither the name of the copyright holder nor the names of its - contributors may be used to endorse or promote products derived - from this software without specific prior written permission. +Licensed under the Apache License, Version 2.0 (the "License"); +you may not use this file except in compliance with the License. +You may obtain a copy of the License at -THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS -"AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT -LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR -A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT -OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, -SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT -LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, -DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY -THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT -(INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE -OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. --------------------------------------------------------------------------------- -skia + http://www.apache.org/licenses/LICENSE-2.0 -Copyright 2009 The Android Open Source Project +Unless required by applicable law or agreed to in writing, software +distributed under the License is distributed on an "AS IS" BASIS, +WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +See the License for the specific language governing permissions and +limitations under the License. +-------------------------------------------------------------------------------- +vulkan-validation-layers -Redistribution and use in source and binary forms, with or without -modification, are permitted provided that the following conditions are -met: - * Redistributions of source code must retain the above copyright - notice, this list of conditions and the following disclaimer. +Copyright (c) 2015-2025 The Khronos Group Inc. +Copyright (c) 2015-2025 Valve Corporation +Copyright (c) 2015-2025 LunarG, Inc. +Copyright (c) 2015-2025 Google Inc. - * Redistributions in binary form must reproduce the above copyright - notice, this list of conditions and the following disclaimer in - the documentation and/or other materials provided with the - distribution. +Licensed under the Apache License, Version 2.0 (the "License"); +you may not use this file except in compliance with the License. +You may obtain a copy of the License at - * Neither the name of the copyright holder nor the names of its - contributors may be used to endorse or promote products derived - from this software without specific prior written permission. + http://www.apache.org/licenses/LICENSE-2.0 -THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS -"AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT -LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR -A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT -OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, -SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT -LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, -DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY -THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT -(INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE -OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. +Unless required by applicable law or agreed to in writing, software +distributed under the License is distributed on an "AS IS" BASIS, +WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +See the License for the specific language governing permissions and +limitations under the License. -------------------------------------------------------------------------------- -skia +vulkan-validation-layers -Copyright 2009-2015 Google Inc. -Redistribution and use in source and binary forms, with or without -modification, are permitted provided that the following conditions are -met: +Copyright (c) 2015-2025 The Khronos Group Inc. +Copyright (c) 2015-2025 Valve Corporation +Copyright (c) 2015-2025 LunarG, Inc. +Copyright (c) 2015-2025 Google Inc. +Copyright (c) 2015-2025 RasterGrid Kft. + +Licensed under the Apache License, Version 2.0 (the "License"); +you may not use this file except in compliance with the License. +You may obtain a copy of the License at + + http://www.apache.org/licenses/LICENSE-2.0 + +Unless required by applicable law or agreed to in writing, software +distributed under the License is distributed on an "AS IS" BASIS, +WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +See the License for the specific language governing permissions and +limitations under the License. +-------------------------------------------------------------------------------- +vulkan-validation-layers + - * Redistributions of source code must retain the above copyright - notice, this list of conditions and the following disclaimer. +Copyright (c) 2015-2025 The Khronos Group Inc. +Copyright (c) 2015-2025 Valve Corporation +Copyright (c) 2015-2025 LunarG, Inc. +Copyright (c) 2015-2025 Google Inc. +Copyright (c) 2023-2025 RasterGrid Kft. - * Redistributions in binary form must reproduce the above copyright - notice, this list of conditions and the following disclaimer in - the documentation and/or other materials provided with the - distribution. +Licensed under the Apache License, Version 2.0 (the "License"); +you may not use this file except in compliance with the License. +You may obtain a copy of the License at - * Neither the name of the copyright holder nor the names of its - contributors may be used to endorse or promote products derived - from this software without specific prior written permission. + http://www.apache.org/licenses/LICENSE-2.0 -THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS -"AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT -LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR -A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT -OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, -SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT -LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, -DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY -THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT -(INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE -OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. +Unless required by applicable law or agreed to in writing, software +distributed under the License is distributed on an "AS IS" BASIS, +WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +See the License for the specific language governing permissions and +limitations under the License. -------------------------------------------------------------------------------- -skia - -Copyright 2010 Google Inc. +vulkan-validation-layers -Redistribution and use in source and binary forms, with or without -modification, are permitted provided that the following conditions are -met: - * Redistributions of source code must retain the above copyright - notice, this list of conditions and the following disclaimer. +Copyright (c) 2015-2025 Valve Corporation +Copyright (c) 2015-2025 LunarG, Inc. - * Redistributions in binary form must reproduce the above copyright - notice, this list of conditions and the following disclaimer in - the documentation and/or other materials provided with the - distribution. +Licensed under the Apache License, Version 2.0 (the "License"); +you may not use this file except in compliance with the License. +You may obtain a copy of the License at - * Neither the name of the copyright holder nor the names of its - contributors may be used to endorse or promote products derived - from this software without specific prior written permission. + http://www.apache.org/licenses/LICENSE-2.0 -THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS -"AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT -LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR -A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT -OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, -SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT -LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, -DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY -THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT -(INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE -OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. +Unless required by applicable law or agreed to in writing, software +distributed under the License is distributed on an "AS IS" BASIS, +WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +See the License for the specific language governing permissions and +limitations under the License. -------------------------------------------------------------------------------- -skia - -Copyright 2010 The Android Open Source Project +vulkan-validation-layers -Redistribution and use in source and binary forms, with or without -modification, are permitted provided that the following conditions are -met: - * Redistributions of source code must retain the above copyright - notice, this list of conditions and the following disclaimer. +Copyright (c) 2016-2025 Google Inc. +Copyright (c) 2016-2025 LunarG, Inc. - * Redistributions in binary form must reproduce the above copyright - notice, this list of conditions and the following disclaimer in - the documentation and/or other materials provided with the - distribution. +Licensed under the Apache License, Version 2.0 (the "License"); +you may not use this file except in compliance with the License. +You may obtain a copy of the License at - * Neither the name of the copyright holder nor the names of its - contributors may be used to endorse or promote products derived - from this software without specific prior written permission. + http://www.apache.org/licenses/LICENSE-2.0 -THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS -"AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT -LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR -A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT -OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, -SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT -LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, -DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY -THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT -(INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE -OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. +Unless required by applicable law or agreed to in writing, software +distributed under the License is distributed on an "AS IS" BASIS, +WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +See the License for the specific language governing permissions and +limitations under the License. -------------------------------------------------------------------------------- -skia - -Copyright 2011 Google Inc. +vulkan-validation-layers -Redistribution and use in source and binary forms, with or without -modification, are permitted provided that the following conditions are -met: - * Redistributions of source code must retain the above copyright - notice, this list of conditions and the following disclaimer. +Copyright (c) 2017-2024 Advanced Micro Devices, Inc. All rights reserved. - * Redistributions in binary form must reproduce the above copyright - notice, this list of conditions and the following disclaimer in - the documentation and/or other materials provided with the - distribution. +Permission is hereby granted, free of charge, to any person obtaining a copy +of this software and associated documentation files (the "Software"), to deal +in the Software without restriction, including without limitation the rights +to use, copy, modify, merge, publish, distribute, sublicense, and/or sell +copies of the Software, and to permit persons to whom the Software is +furnished to do so, subject to the following conditions: - * Neither the name of the copyright holder nor the names of its - contributors may be used to endorse or promote products derived - from this software without specific prior written permission. +The above copyright notice and this permission notice shall be included in +all copies or substantial portions of the Software. -THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS -"AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT -LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR -A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT -OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, -SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT -LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, -DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY -THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT -(INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE -OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. +THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR +IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, +FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE +AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER +LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, +OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN +THE SOFTWARE. -------------------------------------------------------------------------------- -skia - -Copyright 2011 Google Inc. -Copyright 2012 Mozilla Foundation +vulkan-validation-layers -Redistribution and use in source and binary forms, with or without -modification, are permitted provided that the following conditions are -met: - * Redistributions of source code must retain the above copyright - notice, this list of conditions and the following disclaimer. +Copyright (c) 2020-2025 The Khronos Group Inc. - * Redistributions in binary form must reproduce the above copyright - notice, this list of conditions and the following disclaimer in - the documentation and/or other materials provided with the - distribution. +Licensed under the Apache License, Version 2.0 (the "License"); +you may not use this file except in compliance with the License. +You may obtain a copy of the License at - * Neither the name of the copyright holder nor the names of its - contributors may be used to endorse or promote products derived - from this software without specific prior written permission. + http://www.apache.org/licenses/LICENSE-2.0 -THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS -"AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT -LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR -A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT -OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, -SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT -LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, -DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY -THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT -(INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE -OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. +Unless required by applicable law or agreed to in writing, software +distributed under the License is distributed on an "AS IS" BASIS, +WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +See the License for the specific language governing permissions and +limitations under the License. -------------------------------------------------------------------------------- -skia - -Copyright 2011 The Android Open Source Project +vulkan-validation-layers -Redistribution and use in source and binary forms, with or without -modification, are permitted provided that the following conditions are -met: - * Redistributions of source code must retain the above copyright - notice, this list of conditions and the following disclaimer. +Copyright (c) 2021-2024 The Khronos Group Inc. - * Redistributions in binary form must reproduce the above copyright - notice, this list of conditions and the following disclaimer in - the documentation and/or other materials provided with the - distribution. +Licensed under the Apache License, Version 2.0 (the "License"); +you may not use this file except in compliance with the License. +You may obtain a copy of the License at - * Neither the name of the copyright holder nor the names of its - contributors may be used to endorse or promote products derived - from this software without specific prior written permission. + http://www.apache.org/licenses/LICENSE-2.0 -THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS -"AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT -LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR -A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT -OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, -SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT -LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, -DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY -THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT -(INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE -OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. +Unless required by applicable law or agreed to in writing, software +distributed under the License is distributed on an "AS IS" BASIS, +WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +See the License for the specific language governing permissions and +limitations under the License. -------------------------------------------------------------------------------- -skia - -Copyright 2012 Google Inc. +vulkan-validation-layers -Redistribution and use in source and binary forms, with or without -modification, are permitted provided that the following conditions are -met: - * Redistributions of source code must retain the above copyright - notice, this list of conditions and the following disclaimer. +Copyright (c) 2021-2025 The Khronos Group Inc. +Copyright (c) 2021-2025 Valve Corporation +Copyright (c) 2021-2025 LunarG, Inc. - * Redistributions in binary form must reproduce the above copyright - notice, this list of conditions and the following disclaimer in - the documentation and/or other materials provided with the - distribution. +Licensed under the Apache License, Version 2.0 (the "License"); +you may not use this file except in compliance with the License. +You may obtain a copy of the License at - * Neither the name of the copyright holder nor the names of its - contributors may be used to endorse or promote products derived - from this software without specific prior written permission. + http://www.apache.org/licenses/LICENSE-2.0 -THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS -"AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT -LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR -A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT -OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, -SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT -LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, -DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY -THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT -(INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE -OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. +Unless required by applicable law or agreed to in writing, software +distributed under the License is distributed on an "AS IS" BASIS, +WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +See the License for the specific language governing permissions and +limitations under the License. -------------------------------------------------------------------------------- -skia - -Copyright 2012 Google LLC +vulkan-validation-layers -Redistribution and use in source and binary forms, with or without -modification, are permitted provided that the following conditions are -met: - * Redistributions of source code must retain the above copyright - notice, this list of conditions and the following disclaimer. +Copyright (c) 2021-2025 Valve Corporation +Copyright (c) 2021-2025 LunarG, Inc. - * Redistributions in binary form must reproduce the above copyright - notice, this list of conditions and the following disclaimer in - the documentation and/or other materials provided with the - distribution. +Licensed under the Apache License, Version 2.0 (the "License"); +you may not use this file except in compliance with the License. +You may obtain a copy of the License at - * Neither the name of the copyright holder nor the names of its - contributors may be used to endorse or promote products derived - from this software without specific prior written permission. + http://www.apache.org/licenses/LICENSE-2.0 -THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS -"AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT -LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR -A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT -OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, -SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT -LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, -DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY -THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT -(INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE -OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. +Unless required by applicable law or agreed to in writing, software +distributed under the License is distributed on an "AS IS" BASIS, +WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +See the License for the specific language governing permissions and +limitations under the License. -------------------------------------------------------------------------------- -skia - -Copyright 2012 The Android Open Source Project +vulkan-validation-layers -Redistribution and use in source and binary forms, with or without -modification, are permitted provided that the following conditions are -met: - * Redistributions of source code must retain the above copyright - notice, this list of conditions and the following disclaimer. +Copyright (c) 2023-2025 Google Inc. +Copyright (c) 2023-2025 LunarG, Inc. - * Redistributions in binary form must reproduce the above copyright - notice, this list of conditions and the following disclaimer in - the documentation and/or other materials provided with the - distribution. +Licensed under the Apache License, Version 2.0 (the "License"); +you may not use this file except in compliance with the License. +You may obtain a copy of the License at - * Neither the name of the copyright holder nor the names of its - contributors may be used to endorse or promote products derived - from this software without specific prior written permission. + http://www.apache.org/licenses/LICENSE-2.0 -THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS -"AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT -LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR -A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT -OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, -SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT -LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, -DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY -THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT -(INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE -OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. +Unless required by applicable law or agreed to in writing, software +distributed under the License is distributed on an "AS IS" BASIS, +WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +See the License for the specific language governing permissions and +limitations under the License. -------------------------------------------------------------------------------- -skia - -Copyright 2013 Google Inc. +vulkan-validation-layers -Redistribution and use in source and binary forms, with or without -modification, are permitted provided that the following conditions are -met: - * Redistributions of source code must retain the above copyright - notice, this list of conditions and the following disclaimer. +Copyright (c) 2023-2025 The Khronos Group Inc. +Copyright (c) 2023-2025 Valve Corporation - * Redistributions in binary form must reproduce the above copyright - notice, this list of conditions and the following disclaimer in - the documentation and/or other materials provided with the - distribution. +Licensed under the Apache License, Version 2.0 (the "License"); +you may not use this file except in compliance with the License. +You may obtain a copy of the License at - * Neither the name of the copyright holder nor the names of its - contributors may be used to endorse or promote products derived - from this software without specific prior written permission. + http://www.apache.org/licenses/LICENSE-2.0 -THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS -"AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT -LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR -A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT -OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, -SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT -LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, -DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY -THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT -(INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE -OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. +Unless required by applicable law or agreed to in writing, software +distributed under the License is distributed on an "AS IS" BASIS, +WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +See the License for the specific language governing permissions and +limitations under the License. -------------------------------------------------------------------------------- -skia - -Copyright 2013 The Android Open Source Project +vulkan-validation-layers -Redistribution and use in source and binary forms, with or without -modification, are permitted provided that the following conditions are -met: - * Redistributions of source code must retain the above copyright - notice, this list of conditions and the following disclaimer. +Copyright (c) 2023-2025 The Khronos Group Inc. +Copyright (c) 2023-2025 Valve Corporation +Copyright (c) 2023-2025 LunarG, Inc. - * Redistributions in binary form must reproduce the above copyright - notice, this list of conditions and the following disclaimer in - the documentation and/or other materials provided with the - distribution. +Licensed under the Apache License, Version 2.0 (the "License"); +you may not use this file except in compliance with the License. +You may obtain a copy of the License at - * Neither the name of the copyright holder nor the names of its - contributors may be used to endorse or promote products derived - from this software without specific prior written permission. + http://www.apache.org/licenses/LICENSE-2.0 -THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS -"AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT -LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR -A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT -OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, -SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT -LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, -DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY -THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT -(INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE -OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. +Unless required by applicable law or agreed to in writing, software +distributed under the License is distributed on an "AS IS" BASIS, +WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +See the License for the specific language governing permissions and +limitations under the License. -------------------------------------------------------------------------------- -skia - -Copyright 2014 Google Inc. +vulkan-validation-layers -Redistribution and use in source and binary forms, with or without -modification, are permitted provided that the following conditions are -met: - * Redistributions of source code must retain the above copyright - notice, this list of conditions and the following disclaimer. +Copyright (c) 2023-2025 Valve Corporation +Copyright (c) 2023-2025 LunarG, Inc. - * Redistributions in binary form must reproduce the above copyright - notice, this list of conditions and the following disclaimer in - the documentation and/or other materials provided with the - distribution. +Licensed under the Apache License, Version 2.0 (the "License"); +you may not use this file except in compliance with the License. +You may obtain a copy of the License at - * Neither the name of the copyright holder nor the names of its - contributors may be used to endorse or promote products derived - from this software without specific prior written permission. + http://www.apache.org/licenses/LICENSE-2.0 -THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS -"AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT -LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR -A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT -OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, -SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT -LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, -DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY -THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT -(INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE -OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. +Unless required by applicable law or agreed to in writing, software +distributed under the License is distributed on an "AS IS" BASIS, +WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +See the License for the specific language governing permissions and +limitations under the License. -------------------------------------------------------------------------------- -skia - -Copyright 2014 Google Inc. -Copyright 2017 ARM Ltd. +vulkan-validation-layers -Redistribution and use in source and binary forms, with or without -modification, are permitted provided that the following conditions are -met: - * Redistributions of source code must retain the above copyright - notice, this list of conditions and the following disclaimer. +Copyright (c) 2024-2025 LunarG, Inc. - * Redistributions in binary form must reproduce the above copyright - notice, this list of conditions and the following disclaimer in - the documentation and/or other materials provided with the - distribution. +Licensed under the Apache License, Version 2.0 (the "License"); +you may not use this file except in compliance with the License. +You may obtain a copy of the License at - * Neither the name of the copyright holder nor the names of its - contributors may be used to endorse or promote products derived - from this software without specific prior written permission. + http://www.apache.org/licenses/LICENSE-2.0 -THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS -"AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT -LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR -A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT -OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, -SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT -LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, -DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY -THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT -(INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE -OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. +Unless required by applicable law or agreed to in writing, software +distributed under the License is distributed on an "AS IS" BASIS, +WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +See the License for the specific language governing permissions and +limitations under the License. -------------------------------------------------------------------------------- -skia - -Copyright 2014 The Android Open Source Project +vulkan-validation-layers -Redistribution and use in source and binary forms, with or without -modification, are permitted provided that the following conditions are -met: - * Redistributions of source code must retain the above copyright - notice, this list of conditions and the following disclaimer. +Copyright (c) 2025 The Khronos Group Inc. +Copyright (c) 2025 Valve Corporation +Copyright (c) 2025 LunarG, Inc. - * Redistributions in binary form must reproduce the above copyright - notice, this list of conditions and the following disclaimer in - the documentation and/or other materials provided with the - distribution. +Licensed under the Apache License, Version 2.0 (the "License"); +you may not use this file except in compliance with the License. +You may obtain a copy of the License at - * Neither the name of the copyright holder nor the names of its - contributors may be used to endorse or promote products derived - from this software without specific prior written permission. + http://www.apache.org/licenses/LICENSE-2.0 -THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS -"AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT -LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR -A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT -OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, -SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT -LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, -DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY -THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT -(INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE -OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. +Unless required by applicable law or agreed to in writing, software +distributed under the License is distributed on an "AS IS" BASIS, +WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +See the License for the specific language governing permissions and +limitations under the License. -------------------------------------------------------------------------------- -skia - -Copyright 2015 Google Inc. +vulkan-validation-layers -Redistribution and use in source and binary forms, with or without -modification, are permitted provided that the following conditions are -met: - * Redistributions of source code must retain the above copyright - notice, this list of conditions and the following disclaimer. +Copyright (c) 2025 Valve Corporation +Copyright (c) 2025 LunarG, Inc. - * Redistributions in binary form must reproduce the above copyright - notice, this list of conditions and the following disclaimer in - the documentation and/or other materials provided with the - distribution. +Licensed under the Apache License, Version 2.0 (the "License"); +you may not use this file except in compliance with the License. +You may obtain a copy of the License at - * Neither the name of the copyright holder nor the names of its - contributors may be used to endorse or promote products derived - from this software without specific prior written permission. + http://www.apache.org/licenses/LICENSE-2.0 -THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS -"AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT -LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR -A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT -OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, -SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT -LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, -DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY -THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT -(INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE -OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. +Unless required by applicable law or agreed to in writing, software +distributed under the License is distributed on an "AS IS" BASIS, +WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +See the License for the specific language governing permissions and +limitations under the License. -------------------------------------------------------------------------------- -skia - -Copyright 2015 The Android Open Source Project +vulkan-validation-layers -Redistribution and use in source and binary forms, with or without -modification, are permitted provided that the following conditions are -met: - * Redistributions of source code must retain the above copyright - notice, this list of conditions and the following disclaimer. +Copyright 2014-2024 Valve Software +Copyright 2015-2024 Google Inc. +Copyright 2019-2024 LunarG, Inc. +All Rights Reserved. - * Redistributions in binary form must reproduce the above copyright - notice, this list of conditions and the following disclaimer in - the documentation and/or other materials provided with the - distribution. +Licensed under the Apache License, Version 2.0 (the "License"); +you may not use this file except in compliance with the License. +You may obtain a copy of the License at - * Neither the name of the copyright holder nor the names of its - contributors may be used to endorse or promote products derived - from this software without specific prior written permission. + http://www.apache.org/licenses/LICENSE-2.0 -THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS -"AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT -LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR -A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT -OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, -SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT -LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, -DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY -THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT -(INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE -OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. +Unless required by applicable law or agreed to in writing, software +distributed under the License is distributed on an "AS IS" BASIS, +WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +See the License for the specific language governing permissions and +limitations under the License. -------------------------------------------------------------------------------- -skia +vulkan-validation-layers -Copyright 2016 Google Inc. +Copyright (C) 2012-2021 Yann Collet + +BSD 2-Clause License (https://www.opensource.org/licenses/bsd-license.php) Redistribution and use in source and binary forms, with or without modification, are permitted provided that the following conditions are met: - * Redistributions of source code must retain the above copyright - notice, this list of conditions and the following disclaimer. - - * Redistributions in binary form must reproduce the above copyright - notice, this list of conditions and the following disclaimer in - the documentation and/or other materials provided with the - distribution. - - * Neither the name of the copyright holder nor the names of its - contributors may be used to endorse or promote products derived - from this software without specific prior written permission. + * Redistributions of source code must retain the above copyright + notice, this list of conditions and the following disclaimer. + * Redistributions in binary form must reproduce the above + copyright notice, this list of conditions and the following disclaimer + in the documentation and/or other materials provided with the + distribution. THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT @@ -33160,1576 +29855,1493 @@ THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. -------------------------------------------------------------------------------- -skia +vulkan-validation-layers -Copyright 2016 Mozilla Foundation +Copyright (c) 2015-2016 The Khronos Group Inc. +Copyright (c) 2015-2023 Valve Corporation +Copyright (c) 2015-2023 LunarG, Inc. -Redistribution and use in source and binary forms, with or without -modification, are permitted provided that the following conditions are -met: +Licensed under the Apache License, Version 2.0 (the "License"); +you may not use this file except in compliance with the License. +You may obtain a copy of the License at - * Redistributions of source code must retain the above copyright - notice, this list of conditions and the following disclaimer. + http://www.apache.org/licenses/LICENSE-2.0 - * Redistributions in binary form must reproduce the above copyright - notice, this list of conditions and the following disclaimer in - the documentation and/or other materials provided with the - distribution. +Unless required by applicable law or agreed to in writing, software +distributed under the License is distributed on an "AS IS" BASIS, +WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +See the License for the specific language governing permissions and +limitations under the License. +-------------------------------------------------------------------------------- +vulkan-validation-layers - * Neither the name of the copyright holder nor the names of its - contributors may be used to endorse or promote products derived - from this software without specific prior written permission. +Copyright (c) 2015-2016, 2020-2025 The Khronos Group Inc. +Copyright (c) 2015-2016, 2020-2025 Valve Corporation +Copyright (c) 2015-2016, 2020-2025 LunarG, Inc. -THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS -"AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT -LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR -A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT -OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, -SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT -LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, -DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY -THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT -(INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE -OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. --------------------------------------------------------------------------------- -skia +Licensed under the Apache License, Version 2.0 (the "License"); +you may not use this file except in compliance with the License. +You may obtain a copy of the License at -Copyright 2016 The Android Open Source Project + http://www.apache.org/licenses/LICENSE-2.0 -Redistribution and use in source and binary forms, with or without -modification, are permitted provided that the following conditions are -met: +Unless required by applicable law or agreed to in writing, software +distributed under the License is distributed on an "AS IS" BASIS, +WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +See the License for the specific language governing permissions and +limitations under the License. +-------------------------------------------------------------------------------- +vulkan-validation-layers - * Redistributions of source code must retain the above copyright - notice, this list of conditions and the following disclaimer. +Copyright (c) 2015-2017, 2019-2025 The Khronos Group Inc. +Copyright (c) 2015-2017, 2019-2025 Valve Corporation +Copyright (c) 2015-2017, 2019-2025 LunarG, Inc. - * Redistributions in binary form must reproduce the above copyright - notice, this list of conditions and the following disclaimer in - the documentation and/or other materials provided with the - distribution. +Licensed under the Apache License, Version 2.0 (the "License"); +you may not use this file except in compliance with the License. +You may obtain a copy of the License at - * Neither the name of the copyright holder nor the names of its - contributors may be used to endorse or promote products derived - from this software without specific prior written permission. + http://www.apache.org/licenses/LICENSE-2.0 -THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS -"AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT -LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR -A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT -OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, -SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT -LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, -DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY -THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT -(INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE -OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. +Unless required by applicable law or agreed to in writing, software +distributed under the License is distributed on an "AS IS" BASIS, +WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +See the License for the specific language governing permissions and +limitations under the License. -------------------------------------------------------------------------------- -skia +vulkan-validation-layers -Copyright 2017 ARM Ltd. +Copyright (c) 2015-2017, 2019-2025 The Khronos Group Inc. +Copyright (c) 2015-2017, 2019-2025 Valve Corporation +Copyright (c) 2015-2017, 2019-2025 LunarG, Inc. +Modifications Copyright (C) 2022 RasterGrid Kft. -Redistribution and use in source and binary forms, with or without -modification, are permitted provided that the following conditions are -met: +Licensed under the Apache License, Version 2.0 (the "License"); +you may not use this file except in compliance with the License. +You may obtain a copy of the License at - * Redistributions of source code must retain the above copyright - notice, this list of conditions and the following disclaimer. + http://www.apache.org/licenses/LICENSE-2.0 - * Redistributions in binary form must reproduce the above copyright - notice, this list of conditions and the following disclaimer in - the documentation and/or other materials provided with the - distribution. +Unless required by applicable law or agreed to in writing, software +distributed under the License is distributed on an "AS IS" BASIS, +WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +See the License for the specific language governing permissions and +limitations under the License. +-------------------------------------------------------------------------------- +vulkan-validation-layers - * Neither the name of the copyright holder nor the names of its - contributors may be used to endorse or promote products derived - from this software without specific prior written permission. +Copyright (c) 2015-2020 The Khronos Group Inc. +Copyright (c) 2015-2023 Valve Corporation +Copyright (c) 2015-2023 LunarG, Inc. -THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS -"AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT -LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR -A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT -OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, -SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT -LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, -DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY -THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT -(INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE -OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. --------------------------------------------------------------------------------- -skia +Licensed under the Apache License, Version 2.0 (the "License"); +you may not use this file except in compliance with the License. +You may obtain a copy of the License at -Copyright 2017 Google Inc. + http://www.apache.org/licenses/LICENSE-2.0 -Redistribution and use in source and binary forms, with or without -modification, are permitted provided that the following conditions are -met: +Unless required by applicable law or agreed to in writing, software +distributed under the License is distributed on an "AS IS" BASIS, +WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +See the License for the specific language governing permissions and +limitations under the License. +-------------------------------------------------------------------------------- +vulkan-validation-layers - * Redistributions of source code must retain the above copyright - notice, this list of conditions and the following disclaimer. +Copyright (c) 2015-2024 The Khronos Group Inc. +Copyright (C) 2025 Arm Limited. - * Redistributions in binary form must reproduce the above copyright - notice, this list of conditions and the following disclaimer in - the documentation and/or other materials provided with the - distribution. +Licensed under the Apache License, Version 2.0 (the "License"); +you may not use this file except in compliance with the License. +You may obtain a copy of the License at - * Neither the name of the copyright holder nor the names of its - contributors may be used to endorse or promote products derived - from this software without specific prior written permission. + http://www.apache.org/licenses/LICENSE-2.0 -THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS -"AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT -LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR -A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT -OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, -SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT -LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, -DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY -THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT -(INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE -OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. +Unless required by applicable law or agreed to in writing, software +distributed under the License is distributed on an "AS IS" BASIS, +WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +See the License for the specific language governing permissions and +limitations under the License. -------------------------------------------------------------------------------- -skia +vulkan-validation-layers -Copyright 2018 Google Inc. +Copyright (c) 2015-2024 The Khronos Group Inc. +Copyright (c) 2015-2024 Valve Corporation +Copyright (c) 2015-2024 LunarG, Inc. -Redistribution and use in source and binary forms, with or without -modification, are permitted provided that the following conditions are -met: +Licensed under the Apache License, Version 2.0 (the "License"); +you may not use this file except in compliance with the License. +You may obtain a copy of the License at - * Redistributions of source code must retain the above copyright - notice, this list of conditions and the following disclaimer. + http://www.apache.org/licenses/LICENSE-2.0 - * Redistributions in binary form must reproduce the above copyright - notice, this list of conditions and the following disclaimer in - the documentation and/or other materials provided with the - distribution. +Unless required by applicable law or agreed to in writing, software +distributed under the License is distributed on an "AS IS" BASIS, +WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +See the License for the specific language governing permissions and +limitations under the License. +-------------------------------------------------------------------------------- +vulkan-validation-layers - * Neither the name of the copyright holder nor the names of its - contributors may be used to endorse or promote products derived - from this software without specific prior written permission. +Copyright (c) 2015-2024 The Khronos Group Inc. +Copyright (c) 2015-2024 Valve Corporation +Copyright (c) 2015-2024 LunarG, Inc. +Copyright (C) 2015-2023 Google Inc. -THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS -"AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT -LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR -A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT -OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, -SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT -LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, -DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY -THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT -(INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE -OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. --------------------------------------------------------------------------------- -skia +Licensed under the Apache License, Version 2.0 (the "License"); +you may not use this file except in compliance with the License. +You may obtain a copy of the License at -Copyright 2018 Google LLC + http://www.apache.org/licenses/LICENSE-2.0 -Redistribution and use in source and binary forms, with or without -modification, are permitted provided that the following conditions are -met: +Unless required by applicable law or agreed to in writing, software +distributed under the License is distributed on an "AS IS" BASIS, +WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +See the License for the specific language governing permissions and +limitations under the License. +-------------------------------------------------------------------------------- +vulkan-validation-layers - * Redistributions of source code must retain the above copyright - notice, this list of conditions and the following disclaimer. +Copyright (c) 2015-2024 The Khronos Group Inc. +Copyright (c) 2015-2024 Valve Corporation +Copyright (c) 2015-2024 LunarG, Inc. +Copyright (C) 2015-2024 Google Inc. +Modifications Copyright (C) 2020 Advanced Micro Devices, Inc. All rights reserved. - * Redistributions in binary form must reproduce the above copyright - notice, this list of conditions and the following disclaimer in - the documentation and/or other materials provided with the - distribution. +Licensed under the Apache License, Version 2.0 (the "License"); +you may not use this file except in compliance with the License. +You may obtain a copy of the License at - * Neither the name of the copyright holder nor the names of its - contributors may be used to endorse or promote products derived - from this software without specific prior written permission. + http://www.apache.org/licenses/LICENSE-2.0 -THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS -"AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT -LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR -A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT -OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, -SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT -LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, -DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY -THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT -(INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE -OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. +Unless required by applicable law or agreed to in writing, software +distributed under the License is distributed on an "AS IS" BASIS, +WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +See the License for the specific language governing permissions and +limitations under the License. -------------------------------------------------------------------------------- -skia +vulkan-validation-layers -Copyright 2018 Google LLC. +Copyright (c) 2015-2024 The Khronos Group Inc. +Copyright (c) 2015-2024 Valve Corporation +Copyright (c) 2015-2024 LunarG, Inc. +Modifications Copyright (C) 2020 Advanced Micro Devices, Inc. All rights reserved. +Modifications Copyright (C) 2022 RasterGrid Kft. -Redistribution and use in source and binary forms, with or without -modification, are permitted provided that the following conditions are -met: +Licensed under the Apache License, Version 2.0 (the "License"); +you may not use this file except in compliance with the License. +You may obtain a copy of the License at - * Redistributions of source code must retain the above copyright - notice, this list of conditions and the following disclaimer. + http://www.apache.org/licenses/LICENSE-2.0 - * Redistributions in binary form must reproduce the above copyright - notice, this list of conditions and the following disclaimer in - the documentation and/or other materials provided with the - distribution. +Unless required by applicable law or agreed to in writing, software +distributed under the License is distributed on an "AS IS" BASIS, +WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +See the License for the specific language governing permissions and +limitations under the License. +-------------------------------------------------------------------------------- +vulkan-validation-layers - * Neither the name of the copyright holder nor the names of its - contributors may be used to endorse or promote products derived - from this software without specific prior written permission. +Copyright (c) 2015-2024 The Khronos Group Inc. +Copyright (c) 2015-2025 Valve Corporation +Copyright (c) 2015-2025 LunarG, Inc. +Copyright (C) 2015-2024 Google Inc. +Modifications Copyright (C) 2020-2024 Advanced Micro Devices, Inc. All rights reserved. -THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS -"AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT -LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR -A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT -OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, -SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT -LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, -DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY -THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT -(INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE -OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. +Licensed under the Apache License, Version 2.0 (the "License"); +you may not use this file except in compliance with the License. +You may obtain a copy of the License at + + http://www.apache.org/licenses/LICENSE-2.0 + +Unless required by applicable law or agreed to in writing, software +distributed under the License is distributed on an "AS IS" BASIS, +WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +See the License for the specific language governing permissions and +limitations under the License. -------------------------------------------------------------------------------- -skia +vulkan-validation-layers -Copyright 2018 Google, LLC +Copyright (c) 2015-2025 The Khronos Group Inc. +Copyright (c) 2015-2025 Valve Corporation +Copyright (c) 2015-2025 LunarG, Inc. -Redistribution and use in source and binary forms, with or without -modification, are permitted provided that the following conditions are -met: +Licensed under the Apache License, Version 2.0 (the "License"); +you may not use this file except in compliance with the License. +You may obtain a copy of the License at - * Redistributions of source code must retain the above copyright - notice, this list of conditions and the following disclaimer. + http://www.apache.org/licenses/LICENSE-2.0 - * Redistributions in binary form must reproduce the above copyright - notice, this list of conditions and the following disclaimer in - the documentation and/or other materials provided with the - distribution. +Unless required by applicable law or agreed to in writing, software +distributed under the License is distributed on an "AS IS" BASIS, +WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +See the License for the specific language governing permissions and +limitations under the License. +-------------------------------------------------------------------------------- +vulkan-validation-layers - * Neither the name of the copyright holder nor the names of its - contributors may be used to endorse or promote products derived - from this software without specific prior written permission. +Copyright (c) 2015-2025 The Khronos Group Inc. +Copyright (c) 2015-2025 Valve Corporation +Copyright (c) 2015-2025 LunarG, Inc. +Copyright (C) 2015-2023 Google Inc. -THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS -"AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT -LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR -A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT -OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, -SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT -LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, -DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY -THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT -(INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE -OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. +Licensed under the Apache License, Version 2.0 (the "License"); +you may not use this file except in compliance with the License. +You may obtain a copy of the License at + + http://www.apache.org/licenses/LICENSE-2.0 + +Unless required by applicable law or agreed to in writing, software +distributed under the License is distributed on an "AS IS" BASIS, +WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +See the License for the specific language governing permissions and +limitations under the License. -------------------------------------------------------------------------------- -skia +vulkan-validation-layers -Copyright 2018 The Android Open Source Project +Copyright (c) 2015-2025 The Khronos Group Inc. +Copyright (c) 2015-2025 Valve Corporation +Copyright (c) 2015-2025 LunarG, Inc. +Copyright (C) 2015-2023 Google Inc. +Modifications Copyright (C) 2020-2022 Advanced Micro Devices, Inc. All rights reserved. +Modifications Copyright (C) 2022 RasterGrid Kft. -Redistribution and use in source and binary forms, with or without -modification, are permitted provided that the following conditions are -met: +Licensed under the Apache License, Version 2.0 (the "License"); +you may not use this file except in compliance with the License. +You may obtain a copy of the License at - * Redistributions of source code must retain the above copyright - notice, this list of conditions and the following disclaimer. + http://www.apache.org/licenses/LICENSE-2.0 - * Redistributions in binary form must reproduce the above copyright - notice, this list of conditions and the following disclaimer in - the documentation and/or other materials provided with the - distribution. +Unless required by applicable law or agreed to in writing, software +distributed under the License is distributed on an "AS IS" BASIS, +WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +See the License for the specific language governing permissions and +limitations under the License. +-------------------------------------------------------------------------------- +vulkan-validation-layers - * Neither the name of the copyright holder nor the names of its - contributors may be used to endorse or promote products derived - from this software without specific prior written permission. +Copyright (c) 2015-2025 The Khronos Group Inc. +Copyright (c) 2015-2025 Valve Corporation +Copyright (c) 2015-2025 LunarG, Inc. +Copyright (C) 2015-2024 Google Inc. -THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS -"AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT -LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR -A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT -OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, -SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT -LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, -DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY -THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT -(INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE -OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. +Licensed under the Apache License, Version 2.0 (the "License"); +you may not use this file except in compliance with the License. +You may obtain a copy of the License at + + http://www.apache.org/licenses/LICENSE-2.0 + +Unless required by applicable law or agreed to in writing, software +distributed under the License is distributed on an "AS IS" BASIS, +WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +See the License for the specific language governing permissions and +limitations under the License. -------------------------------------------------------------------------------- -skia +vulkan-validation-layers -Copyright 2019 Google Inc. +Copyright (c) 2015-2025 The Khronos Group Inc. +Copyright (c) 2015-2025 Valve Corporation +Copyright (c) 2015-2025 LunarG, Inc. +Copyright (C) 2015-2024 Google Inc. +Copyright (c) 2025 Arm Limited. +Modifications Copyright (C) 2020-2022 Advanced Micro Devices, Inc. All rights reserved. -Redistribution and use in source and binary forms, with or without -modification, are permitted provided that the following conditions are -met: +Licensed under the Apache License, Version 2.0 (the "License"); +you may not use this file except in compliance with the License. +You may obtain a copy of the License at - * Redistributions of source code must retain the above copyright - notice, this list of conditions and the following disclaimer. + http://www.apache.org/licenses/LICENSE-2.0 - * Redistributions in binary form must reproduce the above copyright - notice, this list of conditions and the following disclaimer in - the documentation and/or other materials provided with the - distribution. +Unless required by applicable law or agreed to in writing, software +distributed under the License is distributed on an "AS IS" BASIS, +WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +See the License for the specific language governing permissions and +limitations under the License. +-------------------------------------------------------------------------------- +vulkan-validation-layers + +Copyright (c) 2015-2025 The Khronos Group Inc. +Copyright (c) 2015-2025 Valve Corporation +Copyright (c) 2015-2025 LunarG, Inc. +Copyright (C) 2015-2024 Google Inc. +Modifications Copyright (C) 2020 Advanced Micro Devices, Inc. All rights reserved. - * Neither the name of the copyright holder nor the names of its - contributors may be used to endorse or promote products derived - from this software without specific prior written permission. +Licensed under the Apache License, Version 2.0 (the "License"); +you may not use this file except in compliance with the License. +You may obtain a copy of the License at -THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS -"AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT -LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR -A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT -OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, -SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT -LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, -DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY -THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT -(INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE -OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. + http://www.apache.org/licenses/LICENSE-2.0 + +Unless required by applicable law or agreed to in writing, software +distributed under the License is distributed on an "AS IS" BASIS, +WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +See the License for the specific language governing permissions and +limitations under the License. -------------------------------------------------------------------------------- -skia +vulkan-validation-layers -Copyright 2019 Google LLC +Copyright (c) 2015-2025 The Khronos Group Inc. +Copyright (c) 2015-2025 Valve Corporation +Copyright (c) 2015-2025 LunarG, Inc. +Copyright (C) 2015-2024 Google Inc. +Modifications Copyright (C) 2020 Advanced Micro Devices, Inc. All rights reserved. +Modifications Copyright (C) 2022 RasterGrid Kft. -Redistribution and use in source and binary forms, with or without -modification, are permitted provided that the following conditions are -met: +Licensed under the Apache License, Version 2.0 (the "License"); +you may not use this file except in compliance with the License. +You may obtain a copy of the License at - * Redistributions of source code must retain the above copyright - notice, this list of conditions and the following disclaimer. + http://www.apache.org/licenses/LICENSE-2.0 - * Redistributions in binary form must reproduce the above copyright - notice, this list of conditions and the following disclaimer in - the documentation and/or other materials provided with the - distribution. +Unless required by applicable law or agreed to in writing, software +distributed under the License is distributed on an "AS IS" BASIS, +WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +See the License for the specific language governing permissions and +limitations under the License. +-------------------------------------------------------------------------------- +vulkan-validation-layers - * Neither the name of the copyright holder nor the names of its - contributors may be used to endorse or promote products derived - from this software without specific prior written permission. +Copyright (c) 2015-2025 The Khronos Group Inc. +Copyright (c) 2015-2025 Valve Corporation +Copyright (c) 2015-2025 LunarG, Inc. +Copyright (C) 2015-2024 Google Inc. +Modifications Copyright (C) 2020-2022 Advanced Micro Devices, Inc. All rights reserved. -THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS -"AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT -LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR -A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT -OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, -SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT -LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, -DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY -THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT -(INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE -OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. --------------------------------------------------------------------------------- -skia +Licensed under the Apache License, Version 2.0 (the "License"); +you may not use this file except in compliance with the License. +You may obtain a copy of the License at -Copyright 2019 Google LLC. + http://www.apache.org/licenses/LICENSE-2.0 + +Unless required by applicable law or agreed to in writing, software +distributed under the License is distributed on an "AS IS" BASIS, +WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +See the License for the specific language governing permissions and +limitations under the License. -------------------------------------------------------------------------------- -skia +vulkan-validation-layers -Copyright 2019 Google LLC. +Copyright (c) 2015-2025 The Khronos Group Inc. +Copyright (c) 2015-2025 Valve Corporation +Copyright (c) 2015-2025 LunarG, Inc. +Copyright (C) 2015-2024 Google Inc. +Modifications Copyright (C) 2020-2024 Advanced Micro Devices, Inc. All rights reserved. -Redistribution and use in source and binary forms, with or without -modification, are permitted provided that the following conditions are -met: +Licensed under the Apache License, Version 2.0 (the "License"); +you may not use this file except in compliance with the License. +You may obtain a copy of the License at - * Redistributions of source code must retain the above copyright - notice, this list of conditions and the following disclaimer. + http://www.apache.org/licenses/LICENSE-2.0 - * Redistributions in binary form must reproduce the above copyright - notice, this list of conditions and the following disclaimer in - the documentation and/or other materials provided with the - distribution. +Unless required by applicable law or agreed to in writing, software +distributed under the License is distributed on an "AS IS" BASIS, +WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +See the License for the specific language governing permissions and +limitations under the License. +-------------------------------------------------------------------------------- +vulkan-validation-layers - * Neither the name of the copyright holder nor the names of its - contributors may be used to endorse or promote products derived - from this software without specific prior written permission. +Copyright (c) 2015-2025 The Khronos Group Inc. +Copyright (c) 2015-2025 Valve Corporation +Copyright (c) 2015-2025 LunarG, Inc. +Copyright (C) 2015-2025 Google Inc. -THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS -"AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT -LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR -A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT -OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, -SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT -LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, -DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY -THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT -(INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE -OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. --------------------------------------------------------------------------------- -skia +Licensed under the Apache License, Version 2.0 (the "License"); +you may not use this file except in compliance with the License. +You may obtain a copy of the License at -Copyright 2019 Google, LLC + http://www.apache.org/licenses/LICENSE-2.0 -Redistribution and use in source and binary forms, with or without -modification, are permitted provided that the following conditions are -met: +Unless required by applicable law or agreed to in writing, software +distributed under the License is distributed on an "AS IS" BASIS, +WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +See the License for the specific language governing permissions and +limitations under the License. +-------------------------------------------------------------------------------- +vulkan-validation-layers - * Redistributions of source code must retain the above copyright - notice, this list of conditions and the following disclaimer. +Copyright (c) 2015-2025 The Khronos Group Inc. +Copyright (c) 2015-2025 Valve Corporation +Copyright (c) 2015-2025 LunarG, Inc. +Copyright (C) 2015-2025 Google Inc. +Copyright (C) 2025 Arm Limited. - * Redistributions in binary form must reproduce the above copyright - notice, this list of conditions and the following disclaimer in - the documentation and/or other materials provided with the - distribution. +Licensed under the Apache License, Version 2.0 (the "License"); +you may not use this file except in compliance with the License. +You may obtain a copy of the License at - * Neither the name of the copyright holder nor the names of its - contributors may be used to endorse or promote products derived - from this software without specific prior written permission. + http://www.apache.org/licenses/LICENSE-2.0 -THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS -"AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT -LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR -A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT -OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, -SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT -LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, -DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY -THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT -(INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE -OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. +Unless required by applicable law or agreed to in writing, software +distributed under the License is distributed on an "AS IS" BASIS, +WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +See the License for the specific language governing permissions and +limitations under the License. -------------------------------------------------------------------------------- -skia +vulkan-validation-layers -Copyright 2019 The Android Open Source Project +Copyright (c) 2015-2025 The Khronos Group Inc. +Copyright (c) 2015-2025 Valve Corporation +Copyright (c) 2015-2025 LunarG, Inc. +Copyright (C) 2015-2025 Google Inc. +Copyright (C) 2025 Arm Limited. +Modifications Copyright (C) 2020 Advanced Micro Devices, Inc. All rights reserved. +Modifications Copyright (C) 2022 RasterGrid Kft. -Redistribution and use in source and binary forms, with or without -modification, are permitted provided that the following conditions are -met: +Licensed under the Apache License, Version 2.0 (the "License"); +you may not use this file except in compliance with the License. +You may obtain a copy of the License at - * Redistributions of source code must retain the above copyright - notice, this list of conditions and the following disclaimer. + http://www.apache.org/licenses/LICENSE-2.0 - * Redistributions in binary form must reproduce the above copyright - notice, this list of conditions and the following disclaimer in - the documentation and/or other materials provided with the - distribution. +Unless required by applicable law or agreed to in writing, software +distributed under the License is distributed on an "AS IS" BASIS, +WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +See the License for the specific language governing permissions and +limitations under the License. +-------------------------------------------------------------------------------- +vulkan-validation-layers - * Neither the name of the copyright holder nor the names of its - contributors may be used to endorse or promote products derived - from this software without specific prior written permission. +Copyright (c) 2015-2025 The Khronos Group Inc. +Copyright (c) 2015-2025 Valve Corporation +Copyright (c) 2015-2025 LunarG, Inc. +Copyright (C) 2015-2025 Google Inc. +Copyright (C) 2025 Arm Limited. +Modifications Copyright (C) 2020-2025 Advanced Micro Devices, Inc. All rights reserved. +Modifications Copyright (C) 2022-2025 RasterGrid Kft. -THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS -"AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT -LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR -A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT -OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, -SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT -LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, -DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY -THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT -(INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE -OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. --------------------------------------------------------------------------------- -skia +Licensed under the Apache License, Version 2.0 (the "License"); +you may not use this file except in compliance with the License. +You may obtain a copy of the License at -Copyright 2020 Google Inc. + http://www.apache.org/licenses/LICENSE-2.0 -Redistribution and use in source and binary forms, with or without -modification, are permitted provided that the following conditions are -met: +Unless required by applicable law or agreed to in writing, software +distributed under the License is distributed on an "AS IS" BASIS, +WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +See the License for the specific language governing permissions and +limitations under the License. +-------------------------------------------------------------------------------- +vulkan-validation-layers - * Redistributions of source code must retain the above copyright - notice, this list of conditions and the following disclaimer. +Copyright (c) 2015-2025 The Khronos Group Inc. +Copyright (c) 2015-2025 Valve Corporation +Copyright (c) 2015-2025 LunarG, Inc. +Copyright (C) 2015-2025 Google Inc. +Copyright (c) 2025 Arm Limited. - * Redistributions in binary form must reproduce the above copyright - notice, this list of conditions and the following disclaimer in - the documentation and/or other materials provided with the - distribution. +Licensed under the Apache License, Version 2.0 (the "License"); +you may not use this file except in compliance with the License. +You may obtain a copy of the License at - * Neither the name of the copyright holder nor the names of its - contributors may be used to endorse or promote products derived - from this software without specific prior written permission. + http://www.apache.org/licenses/LICENSE-2.0 -THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS -"AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT -LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR -A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT -OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, -SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT -LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, -DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY -THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT -(INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE -OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. +Unless required by applicable law or agreed to in writing, software +distributed under the License is distributed on an "AS IS" BASIS, +WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +See the License for the specific language governing permissions and +limitations under the License. -------------------------------------------------------------------------------- -skia +vulkan-validation-layers -Copyright 2020 Google LLC +Copyright (c) 2015-2025 The Khronos Group Inc. +Copyright (c) 2015-2025 Valve Corporation +Copyright (c) 2015-2025 LunarG, Inc. +Copyright (C) 2015-2025 Google Inc. +Copyright (c) 2025 Arm Limited. +Modifications Copyright (C) 2020 Advanced Micro Devices, Inc. All rights reserved. -Redistribution and use in source and binary forms, with or without -modification, are permitted provided that the following conditions are -met: +Licensed under the Apache License, Version 2.0 (the "License"); +you may not use this file except in compliance with the License. +You may obtain a copy of the License at + + http://www.apache.org/licenses/LICENSE-2.0 + +Unless required by applicable law or agreed to in writing, software +distributed under the License is distributed on an "AS IS" BASIS, +WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +See the License for the specific language governing permissions and +limitations under the License. +-------------------------------------------------------------------------------- +vulkan-validation-layers - * Redistributions of source code must retain the above copyright - notice, this list of conditions and the following disclaimer. +Copyright (c) 2015-2025 The Khronos Group Inc. +Copyright (c) 2015-2025 Valve Corporation +Copyright (c) 2015-2025 LunarG, Inc. +Copyright (C) 2015-2025 Google Inc. +Copyright (c) 2025 Arm Limited. +Modifications Copyright (C) 2020 Advanced Micro Devices, Inc. All rights reserved. +Modifications Copyright (C) 2022 RasterGrid Kft. - * Redistributions in binary form must reproduce the above copyright - notice, this list of conditions and the following disclaimer in - the documentation and/or other materials provided with the - distribution. +Licensed under the Apache License, Version 2.0 (the "License"); +you may not use this file except in compliance with the License. +You may obtain a copy of the License at - * Neither the name of the copyright holder nor the names of its - contributors may be used to endorse or promote products derived - from this software without specific prior written permission. + http://www.apache.org/licenses/LICENSE-2.0 -THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS -"AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT -LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR -A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT -OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, -SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT -LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, -DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY -THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT -(INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE -OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. +Unless required by applicable law or agreed to in writing, software +distributed under the License is distributed on an "AS IS" BASIS, +WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +See the License for the specific language governing permissions and +limitations under the License. -------------------------------------------------------------------------------- -skia +vulkan-validation-layers -Copyright 2020 Google LLC. --------------------------------------------------------------------------------- -skia +Copyright (c) 2015-2025 The Khronos Group Inc. +Copyright (c) 2015-2025 Valve Corporation +Copyright (c) 2015-2025 LunarG, Inc. +Copyright (C) 2015-2025 Google Inc. +Copyright (c) 2025 Arm Limited. +Modifications Copyright (C) 2020-2022 Advanced Micro Devices, Inc. All rights reserved. -Copyright 2020 Google LLC. +Licensed under the Apache License, Version 2.0 (the "License"); +you may not use this file except in compliance with the License. +You may obtain a copy of the License at -Redistribution and use in source and binary forms, with or without -modification, are permitted provided that the following conditions are -met: + http://www.apache.org/licenses/LICENSE-2.0 - * Redistributions of source code must retain the above copyright - notice, this list of conditions and the following disclaimer. +Unless required by applicable law or agreed to in writing, software +distributed under the License is distributed on an "AS IS" BASIS, +WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +See the License for the specific language governing permissions and +limitations under the License. +-------------------------------------------------------------------------------- +vulkan-validation-layers - * Redistributions in binary form must reproduce the above copyright - notice, this list of conditions and the following disclaimer in - the documentation and/or other materials provided with the - distribution. +Copyright (c) 2015-2025 The Khronos Group Inc. +Copyright (c) 2015-2025 Valve Corporation +Copyright (c) 2015-2025 LunarG, Inc. +Copyright (C) 2015-2025 Google Inc. +Copyright (c) 2025 Arm Limited. +Modifications Copyright (C) 2020-2024 Advanced Micro Devices, Inc. All rights reserved. - * Neither the name of the copyright holder nor the names of its - contributors may be used to endorse or promote products derived - from this software without specific prior written permission. +Licensed under the Apache License, Version 2.0 (the "License"); +you may not use this file except in compliance with the License. +You may obtain a copy of the License at -THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS -"AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT -LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR -A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT -OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, -SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT -LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, -DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY -THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT -(INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE -OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. + http://www.apache.org/licenses/LICENSE-2.0 + +Unless required by applicable law or agreed to in writing, software +distributed under the License is distributed on an "AS IS" BASIS, +WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +See the License for the specific language governing permissions and +limitations under the License. -------------------------------------------------------------------------------- -skia +vulkan-validation-layers -Copyright 2020 Google, LLC +Copyright (c) 2015-2025 The Khronos Group Inc. +Copyright (c) 2015-2025 Valve Corporation +Copyright (c) 2015-2025 LunarG, Inc. +Copyright (C) 2015-2025 Google Inc. +Modifications Copyright (C) 2020 Advanced Micro Devices, Inc. All rights reserved. -Redistribution and use in source and binary forms, with or without -modification, are permitted provided that the following conditions are -met: +Licensed under the Apache License, Version 2.0 (the "License"); +you may not use this file except in compliance with the License. +You may obtain a copy of the License at - * Redistributions of source code must retain the above copyright - notice, this list of conditions and the following disclaimer. + http://www.apache.org/licenses/LICENSE-2.0 - * Redistributions in binary form must reproduce the above copyright - notice, this list of conditions and the following disclaimer in - the documentation and/or other materials provided with the - distribution. +Unless required by applicable law or agreed to in writing, software +distributed under the License is distributed on an "AS IS" BASIS, +WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +See the License for the specific language governing permissions and +limitations under the License. +-------------------------------------------------------------------------------- +vulkan-validation-layers - * Neither the name of the copyright holder nor the names of its - contributors may be used to endorse or promote products derived - from this software without specific prior written permission. +Copyright (c) 2015-2025 The Khronos Group Inc. +Copyright (c) 2015-2025 Valve Corporation +Copyright (c) 2015-2025 LunarG, Inc. +Copyright (C) 2015-2025 Google Inc. +Modifications Copyright (C) 2020 Advanced Micro Devices, Inc. All rights reserved. +Modifications Copyright (C) 2022 RasterGrid Kft. -THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS -"AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT -LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR -A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT -OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, -SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT -LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, -DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY -THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT -(INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE -OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. --------------------------------------------------------------------------------- -skia +Licensed under the Apache License, Version 2.0 (the "License"); +you may not use this file except in compliance with the License. +You may obtain a copy of the License at -Copyright 2021 Google Inc. + http://www.apache.org/licenses/LICENSE-2.0 -Redistribution and use in source and binary forms, with or without -modification, are permitted provided that the following conditions are -met: +Unless required by applicable law or agreed to in writing, software +distributed under the License is distributed on an "AS IS" BASIS, +WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +See the License for the specific language governing permissions and +limitations under the License. +-------------------------------------------------------------------------------- +vulkan-validation-layers - * Redistributions of source code must retain the above copyright - notice, this list of conditions and the following disclaimer. +Copyright (c) 2015-2025 The Khronos Group Inc. +Copyright (c) 2015-2025 Valve Corporation +Copyright (c) 2015-2025 LunarG, Inc. +Copyright (C) 2015-2025 Google Inc. +Modifications Copyright (C) 2020-2022 Advanced Micro Devices, Inc. All rights reserved. - * Redistributions in binary form must reproduce the above copyright - notice, this list of conditions and the following disclaimer in - the documentation and/or other materials provided with the - distribution. +Licensed under the Apache License, Version 2.0 (the "License"); +you may not use this file except in compliance with the License. +You may obtain a copy of the License at - * Neither the name of the copyright holder nor the names of its - contributors may be used to endorse or promote products derived - from this software without specific prior written permission. + http://www.apache.org/licenses/LICENSE-2.0 -THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS -"AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT -LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR -A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT -OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, -SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT -LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, -DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY -THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT -(INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE -OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. +Unless required by applicable law or agreed to in writing, software +distributed under the License is distributed on an "AS IS" BASIS, +WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +See the License for the specific language governing permissions and +limitations under the License. -------------------------------------------------------------------------------- -skia +vulkan-validation-layers -Copyright 2021 Google LLC +Copyright (c) 2015-2025 The Khronos Group Inc. +Copyright (c) 2015-2025 Valve Corporation +Copyright (c) 2015-2025 LunarG, Inc. +Copyright (C) 2015-2025 Google Inc. +Modifications Copyright (C) 2020-2022 Advanced Micro Devices, Inc. All rights reserved. +Copyright (c) 2025 RasterGrid Kft. -Redistribution and use in source and binary forms, with or without -modification, are permitted provided that the following conditions are -met: +Licensed under the Apache License, Version 2.0 (the "License"); +you may not use this file except in compliance with the License. +You may obtain a copy of the License at - * Redistributions of source code must retain the above copyright - notice, this list of conditions and the following disclaimer. + http://www.apache.org/licenses/LICENSE-2.0 - * Redistributions in binary form must reproduce the above copyright - notice, this list of conditions and the following disclaimer in - the documentation and/or other materials provided with the - distribution. +Unless required by applicable law or agreed to in writing, software +distributed under the License is distributed on an "AS IS" BASIS, +WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +See the License for the specific language governing permissions and +limitations under the License. +-------------------------------------------------------------------------------- +vulkan-validation-layers - * Neither the name of the copyright holder nor the names of its - contributors may be used to endorse or promote products derived - from this software without specific prior written permission. +Copyright (c) 2015-2025 The Khronos Group Inc. +Copyright (c) 2015-2025 Valve Corporation +Copyright (c) 2015-2025 LunarG, Inc. +Copyright (C) 2015-2025 Google Inc. +Modifications Copyright (C) 2020-2022 Advanced Micro Devices, Inc. All rights reserved. +Modifications Copyright (C) 2022 RasterGrid Kft. -THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS -"AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT -LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR -A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT -OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, -SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT -LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, -DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY -THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT -(INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE -OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. --------------------------------------------------------------------------------- -skia +Licensed under the Apache License, Version 2.0 (the "License"); +you may not use this file except in compliance with the License. +You may obtain a copy of the License at -Copyright 2021 Google LLC. + http://www.apache.org/licenses/LICENSE-2.0 -Redistribution and use in source and binary forms, with or without -modification, are permitted provided that the following conditions are -met: +Unless required by applicable law or agreed to in writing, software +distributed under the License is distributed on an "AS IS" BASIS, +WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +See the License for the specific language governing permissions and +limitations under the License. +-------------------------------------------------------------------------------- +vulkan-validation-layers - * Redistributions of source code must retain the above copyright - notice, this list of conditions and the following disclaimer. +Copyright (c) 2015-2025 The Khronos Group Inc. +Copyright (c) 2015-2025 Valve Corporation +Copyright (c) 2015-2025 LunarG, Inc. +Copyright (C) 2015-2025 Google Inc. +Modifications Copyright (C) 2020-2024 Advanced Micro Devices, Inc. All rights reserved. +Modifications Copyright (C) 2022-2024 RasterGrid Kft. - * Redistributions in binary form must reproduce the above copyright - notice, this list of conditions and the following disclaimer in - the documentation and/or other materials provided with the - distribution. +Licensed under the Apache License, Version 2.0 (the "License"); +you may not use this file except in compliance with the License. +You may obtain a copy of the License at - * Neither the name of the copyright holder nor the names of its - contributors may be used to endorse or promote products derived - from this software without specific prior written permission. + http://www.apache.org/licenses/LICENSE-2.0 -THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS -"AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT -LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR -A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT -OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, -SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT -LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, -DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY -THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT -(INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE -OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. +Unless required by applicable law or agreed to in writing, software +distributed under the License is distributed on an "AS IS" BASIS, +WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +See the License for the specific language governing permissions and +limitations under the License. -------------------------------------------------------------------------------- -skia +vulkan-validation-layers -Copyright 2021 Google, LLC +Copyright (c) 2015-2025 The Khronos Group Inc. +Copyright (c) 2015-2025 Valve Corporation +Copyright (c) 2015-2025 LunarG, Inc. +Copyright (c) 2015-2024 Google Inc. -Redistribution and use in source and binary forms, with or without -modification, are permitted provided that the following conditions are -met: +Licensed under the Apache License, Version 2.0 (the "License"); +you may not use this file except in compliance with the License. +You may obtain a copy of the License at - * Redistributions of source code must retain the above copyright - notice, this list of conditions and the following disclaimer. + http://www.apache.org/licenses/LICENSE-2.0 - * Redistributions in binary form must reproduce the above copyright - notice, this list of conditions and the following disclaimer in - the documentation and/or other materials provided with the - distribution. +Unless required by applicable law or agreed to in writing, software +distributed under the License is distributed on an "AS IS" BASIS, +WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +See the License for the specific language governing permissions and +limitations under the License. +-------------------------------------------------------------------------------- +vulkan-validation-layers - * Neither the name of the copyright holder nor the names of its - contributors may be used to endorse or promote products derived - from this software without specific prior written permission. +Copyright (c) 2015-2025 The Khronos Group Inc. +Copyright (c) 2015-2025 Valve Corporation +Copyright (c) 2015-2025 LunarG, Inc. +Modifications Copyright (C) 2020 Advanced Micro Devices, Inc. All rights reserved. +Modifications Copyright (C) 2022 RasterGrid Kft. -THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS -"AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT -LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR -A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT -OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, -SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT -LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, -DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY -THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT -(INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE -OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. --------------------------------------------------------------------------------- -skia +Licensed under the Apache License, Version 2.0 (the "License"); +you may not use this file except in compliance with the License. +You may obtain a copy of the License at -Copyright 2022 Google Inc. + http://www.apache.org/licenses/LICENSE-2.0 -Redistribution and use in source and binary forms, with or without -modification, are permitted provided that the following conditions are -met: +Unless required by applicable law or agreed to in writing, software +distributed under the License is distributed on an "AS IS" BASIS, +WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +See the License for the specific language governing permissions and +limitations under the License. +-------------------------------------------------------------------------------- +vulkan-validation-layers - * Redistributions of source code must retain the above copyright - notice, this list of conditions and the following disclaimer. +Copyright (c) 2015-2025 The Khronos Group Inc. +Copyright (c) 2015-2025 Valve Corporation +Copyright (c) 2015-2025 LunarG, Inc. +Modifications Copyright (C) 2020-2022 Advanced Micro Devices, Inc. All rights reserved. +Modifications Copyright (C) 2022 RasterGrid Kft. - * Redistributions in binary form must reproduce the above copyright - notice, this list of conditions and the following disclaimer in - the documentation and/or other materials provided with the - distribution. +Licensed under the Apache License, Version 2.0 (the "License"); +you may not use this file except in compliance with the License. +You may obtain a copy of the License at - * Neither the name of the copyright holder nor the names of its - contributors may be used to endorse or promote products derived - from this software without specific prior written permission. + http://www.apache.org/licenses/LICENSE-2.0 -THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS -"AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT -LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR -A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT -OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, -SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT -LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, -DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY -THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT -(INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE -OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. +Unless required by applicable law or agreed to in writing, software +distributed under the License is distributed on an "AS IS" BASIS, +WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +See the License for the specific language governing permissions and +limitations under the License. -------------------------------------------------------------------------------- -skia +vulkan-validation-layers -Copyright 2022 Google LLC +Copyright (c) 2018-2021 The Khronos Group Inc. +Copyright (c) 2018-2023 Valve Corporation +Copyright (c) 2018-2023 LunarG, Inc. +Copyright (C) 2018-2021 Google Inc. -Redistribution and use in source and binary forms, with or without -modification, are permitted provided that the following conditions are -met: +Licensed under the Apache License, Version 2.0 (the "License"); +you may not use this file except in compliance with the License. +You may obtain a copy of the License at - * Redistributions of source code must retain the above copyright - notice, this list of conditions and the following disclaimer. + http://www.apache.org/licenses/LICENSE-2.0 - * Redistributions in binary form must reproduce the above copyright - notice, this list of conditions and the following disclaimer in - the documentation and/or other materials provided with the - distribution. +Unless required by applicable law or agreed to in writing, software +distributed under the License is distributed on an "AS IS" BASIS, +WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +See the License for the specific language governing permissions and +limitations under the License. +-------------------------------------------------------------------------------- +vulkan-validation-layers - * Neither the name of the copyright holder nor the names of its - contributors may be used to endorse or promote products derived - from this software without specific prior written permission. +Copyright (c) 2018-2024 The Khronos Group Inc. +Copyright (c) 2018-2024 Valve Corporation +Copyright (c) 2018-2024 LunarG, Inc. -THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS -"AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT -LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR -A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT -OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, -SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT -LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, -DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY -THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT -(INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE -OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. --------------------------------------------------------------------------------- -skia +Licensed under the Apache License, Version 2.0 (the "License"); +you may not use this file except in compliance with the License. +You may obtain a copy of the License at -Copyright 2022 Google LLC. + http://www.apache.org/licenses/LICENSE-2.0 -Redistribution and use in source and binary forms, with or without -modification, are permitted provided that the following conditions are -met: +Unless required by applicable law or agreed to in writing, software +distributed under the License is distributed on an "AS IS" BASIS, +WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +See the License for the specific language governing permissions and +limitations under the License. +-------------------------------------------------------------------------------- +vulkan-validation-layers - * Redistributions of source code must retain the above copyright - notice, this list of conditions and the following disclaimer. +Copyright (c) 2018-2025 The Khronos Group Inc. +Copyright (c) 2018-2025 Valve Corporation +Copyright (c) 2018-2025 LunarG, Inc. - * Redistributions in binary form must reproduce the above copyright - notice, this list of conditions and the following disclaimer in - the documentation and/or other materials provided with the - distribution. +Licensed under the Apache License, Version 2.0 (the "License"); +you may not use this file except in compliance with the License. +You may obtain a copy of the License at - * Neither the name of the copyright holder nor the names of its - contributors may be used to endorse or promote products derived - from this software without specific prior written permission. + http://www.apache.org/licenses/LICENSE-2.0 -THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS -"AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT -LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR -A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT -OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, -SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT -LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, -DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY -THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT -(INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE -OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. +Unless required by applicable law or agreed to in writing, software +distributed under the License is distributed on an "AS IS" BASIS, +WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +See the License for the specific language governing permissions and +limitations under the License. -------------------------------------------------------------------------------- -skia +vulkan-validation-layers -Copyright 2022 Google, LLC +Copyright (c) 2018-2025 The Khronos Group Inc. +Copyright (c) 2018-2025 Valve Corporation +Copyright (c) 2018-2025 LunarG, Inc. +Copyright (c) 2025 Arm Limited. -Redistribution and use in source and binary forms, with or without -modification, are permitted provided that the following conditions are -met: +Licensed under the Apache License, Version 2.0 (the "License"); +you may not use this file except in compliance with the License. +You may obtain a copy of the License at - * Redistributions of source code must retain the above copyright - notice, this list of conditions and the following disclaimer. + http://www.apache.org/licenses/LICENSE-2.0 - * Redistributions in binary form must reproduce the above copyright - notice, this list of conditions and the following disclaimer in - the documentation and/or other materials provided with the - distribution. +Unless required by applicable law or agreed to in writing, software +distributed under the License is distributed on an "AS IS" BASIS, +WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +See the License for the specific language governing permissions and +limitations under the License. +-------------------------------------------------------------------------------- +vulkan-validation-layers - * Neither the name of the copyright holder nor the names of its - contributors may be used to endorse or promote products derived - from this software without specific prior written permission. +Copyright (c) 2019, 2021, 2023-2025 The Khronos Group Inc. +Copyright (c) 2019, 2021, 2023-2025 Valve Corporation +Copyright (c) 2019, 2021, 2023-2025 LunarG, Inc. -THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS -"AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT -LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR -A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT -OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, -SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT -LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, -DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY -THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT -(INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE -OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. --------------------------------------------------------------------------------- -skia +Licensed under the Apache License, Version 2.0 (the "License"); +you may not use this file except in compliance with the License. +You may obtain a copy of the License at -Copyright 2023 Google Inc. + http://www.apache.org/licenses/LICENSE-2.0 -Redistribution and use in source and binary forms, with or without -modification, are permitted provided that the following conditions are -met: +Unless required by applicable law or agreed to in writing, software +distributed under the License is distributed on an "AS IS" BASIS, +WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +See the License for the specific language governing permissions and +limitations under the License. +-------------------------------------------------------------------------------- +vulkan-validation-layers - * Redistributions of source code must retain the above copyright - notice, this list of conditions and the following disclaimer. +Copyright (c) 2019-2024 The Khronos Group Inc. +Copyright (c) 2019-2024 Valve Corporation +Copyright (c) 2019-2024 LunarG, Inc. - * Redistributions in binary form must reproduce the above copyright - notice, this list of conditions and the following disclaimer in - the documentation and/or other materials provided with the - distribution. +Licensed under the Apache License, Version 2.0 (the "License"); +you may not use this file except in compliance with the License. +You may obtain a copy of the License at - * Neither the name of the copyright holder nor the names of its - contributors may be used to endorse or promote products derived - from this software without specific prior written permission. + http://www.apache.org/licenses/LICENSE-2.0 -THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS -"AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT -LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR -A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT -OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, -SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT -LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, -DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY -THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT -(INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE -OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. +Unless required by applicable law or agreed to in writing, software +distributed under the License is distributed on an "AS IS" BASIS, +WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +See the License for the specific language governing permissions and +limitations under the License. -------------------------------------------------------------------------------- -skia +vulkan-validation-layers + +Copyright (c) 2019-2025 The Khronos Group Inc. +Copyright (c) 2019-2025 Valve Corporation +Copyright (c) 2019-2025 LunarG, Inc. + +Licensed under the Apache License, Version 2.0 (the "License"); +you may not use this file except in compliance with the License. +You may obtain a copy of the License at -Copyright 2023 Google LLC + http://www.apache.org/licenses/LICENSE-2.0 -Redistribution and use in source and binary forms, with or without -modification, are permitted provided that the following conditions are -met: +Unless required by applicable law or agreed to in writing, software +distributed under the License is distributed on an "AS IS" BASIS, +WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +See the License for the specific language governing permissions and +limitations under the License. +-------------------------------------------------------------------------------- +vulkan-validation-layers - * Redistributions of source code must retain the above copyright - notice, this list of conditions and the following disclaimer. +Copyright (c) 2019-2025 The Khronos Group Inc. +Copyright (c) 2019-2025 Valve Corporation +Copyright (c) 2019-2025 LunarG, Inc. +Copyright (C) 2019-2025 Google Inc. - * Redistributions in binary form must reproduce the above copyright - notice, this list of conditions and the following disclaimer in - the documentation and/or other materials provided with the - distribution. +Licensed under the Apache License, Version 2.0 (the "License"); +you may not use this file except in compliance with the License. +You may obtain a copy of the License at - * Neither the name of the copyright holder nor the names of its - contributors may be used to endorse or promote products derived - from this software without specific prior written permission. + http://www.apache.org/licenses/LICENSE-2.0 -THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS -"AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT -LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR -A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT -OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, -SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT -LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, -DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY -THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT -(INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE -OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. +Unless required by applicable law or agreed to in writing, software +distributed under the License is distributed on an "AS IS" BASIS, +WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +See the License for the specific language governing permissions and +limitations under the License. -------------------------------------------------------------------------------- -skia +vulkan-validation-layers -Copyright 2023 Google LLC. +Copyright (c) 2019-2025 The Khronos Group Inc. +Copyright (c) 2019-2025 Valve Corporation +Copyright (c) 2019-2025 LunarG, Inc. +Copyright (C) 2025 Arm Limited. -Redistribution and use in source and binary forms, with or without -modification, are permitted provided that the following conditions are -met: +Licensed under the Apache License, Version 2.0 (the "License"); +you may not use this file except in compliance with the License. +You may obtain a copy of the License at - * Redistributions of source code must retain the above copyright - notice, this list of conditions and the following disclaimer. + http://www.apache.org/licenses/LICENSE-2.0 - * Redistributions in binary form must reproduce the above copyright - notice, this list of conditions and the following disclaimer in - the documentation and/or other materials provided with the - distribution. +Unless required by applicable law or agreed to in writing, software +distributed under the License is distributed on an "AS IS" BASIS, +WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +See the License for the specific language governing permissions and +limitations under the License. +-------------------------------------------------------------------------------- +vulkan-validation-layers - * Neither the name of the copyright holder nor the names of its - contributors may be used to endorse or promote products derived - from this software without specific prior written permission. +Copyright (c) 2019-2025 The Khronos Group Inc. +Copyright (c) 2019-2025 Valve Corporation +Copyright (c) 2019-2025 LunarG, Inc. +Modifications Copyright (C) 2022 RasterGrid Kft. -THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS -"AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT -LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR -A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT -OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, -SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT -LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, -DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY -THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT -(INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE -OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. --------------------------------------------------------------------------------- -skia +Licensed under the Apache License, Version 2.0 (the "License"); +you may not use this file except in compliance with the License. +You may obtain a copy of the License at -Copyright 2023 Google, LLC + http://www.apache.org/licenses/LICENSE-2.0 -Redistribution and use in source and binary forms, with or without -modification, are permitted provided that the following conditions are -met: +Unless required by applicable law or agreed to in writing, software +distributed under the License is distributed on an "AS IS" BASIS, +WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +See the License for the specific language governing permissions and +limitations under the License. +-------------------------------------------------------------------------------- +vulkan-validation-layers - * Redistributions of source code must retain the above copyright - notice, this list of conditions and the following disclaimer. +Copyright (c) 2019-2025 Valve Corporation +Copyright (c) 2019-2025 LunarG, Inc. - * Redistributions in binary form must reproduce the above copyright - notice, this list of conditions and the following disclaimer in - the documentation and/or other materials provided with the - distribution. +Licensed under the Apache License, Version 2.0 (the "License"); +you may not use this file except in compliance with the License. +You may obtain a copy of the License at - * Neither the name of the copyright holder nor the names of its - contributors may be used to endorse or promote products derived - from this software without specific prior written permission. + http://www.apache.org/licenses/LICENSE-2.0 -THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS -"AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT -LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR -A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT -OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, -SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT -LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, -DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY -THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT -(INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE -OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. +Unless required by applicable law or agreed to in writing, software +distributed under the License is distributed on an "AS IS" BASIS, +WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +See the License for the specific language governing permissions and +limitations under the License. -------------------------------------------------------------------------------- -skia +vulkan-validation-layers -Copyright 2023 The Android Open Source Project +Copyright (c) 2020-2025 The Khronos Group Inc. +Copyright (c) 2020-2025 Valve Corporation +Copyright (c) 2020-2025 LunarG, Inc. -Redistribution and use in source and binary forms, with or without -modification, are permitted provided that the following conditions are -met: +Licensed under the Apache License, Version 2.0 (the "License"); +you may not use this file except in compliance with the License. +You may obtain a copy of the License at - * Redistributions of source code must retain the above copyright - notice, this list of conditions and the following disclaimer. + http://www.apache.org/licenses/LICENSE-2.0 - * Redistributions in binary form must reproduce the above copyright - notice, this list of conditions and the following disclaimer in - the documentation and/or other materials provided with the - distribution. +Unless required by applicable law or agreed to in writing, software +distributed under the License is distributed on an "AS IS" BASIS, +WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +See the License for the specific language governing permissions and +limitations under the License. +-------------------------------------------------------------------------------- +vulkan-validation-layers - * Neither the name of the copyright holder nor the names of its - contributors may be used to endorse or promote products derived - from this software without specific prior written permission. +Copyright (c) 2020-2025 The Khronos Group Inc. +Copyright (c) 2020-2025 Valve Corporation +Copyright (c) 2020-2025 LunarG, Inc. +Modifications Copyright (C) 2020 Advanced Micro Devices, Inc. All rights reserved. -THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS -"AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT -LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR -A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT -OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, -SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT -LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, -DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY -THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT -(INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE -OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. --------------------------------------------------------------------------------- -skia +Licensed under the Apache License, Version 2.0 (the "License"); +you may not use this file except in compliance with the License. +You may obtain a copy of the License at -Copyright 2024 Google Inc. + http://www.apache.org/licenses/LICENSE-2.0 -Redistribution and use in source and binary forms, with or without -modification, are permitted provided that the following conditions are -met: +Unless required by applicable law or agreed to in writing, software +distributed under the License is distributed on an "AS IS" BASIS, +WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +See the License for the specific language governing permissions and +limitations under the License. +-------------------------------------------------------------------------------- +vulkan-validation-layers - * Redistributions of source code must retain the above copyright - notice, this list of conditions and the following disclaimer. +Copyright (c) 2021-2025 The Khronos Group Inc. +Copyright (c) 2021-2025 Valve Corporation +Copyright (c) 2021-2025 LunarG, Inc. - * Redistributions in binary form must reproduce the above copyright - notice, this list of conditions and the following disclaimer in - the documentation and/or other materials provided with the - distribution. +Licensed under the Apache License, Version 2.0 (the "License"); +you may not use this file except in compliance with the License. +You may obtain a copy of the License at - * Neither the name of the copyright holder nor the names of its - contributors may be used to endorse or promote products derived - from this software without specific prior written permission. + http://www.apache.org/licenses/LICENSE-2.0 -THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS -"AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT -LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR -A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT -OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, -SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT -LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, -DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY -THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT -(INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE -OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. +Unless required by applicable law or agreed to in writing, software +distributed under the License is distributed on an "AS IS" BASIS, +WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +See the License for the specific language governing permissions and +limitations under the License. -------------------------------------------------------------------------------- -skia +vulkan-validation-layers -Copyright 2024 Google LLC +Copyright (c) 2021-2025 The Khronos Group Inc. +Copyright (c) 2021-2025 Valve Corporation +Copyright (c) 2021-2025 LunarG, Inc. +Copyright (C) 2021-2022 Google Inc. -Redistribution and use in source and binary forms, with or without -modification, are permitted provided that the following conditions are -met: +Licensed under the Apache License, Version 2.0 (the "License"); +you may not use this file except in compliance with the License. +You may obtain a copy of the License at - * Redistributions of source code must retain the above copyright - notice, this list of conditions and the following disclaimer. + http://www.apache.org/licenses/LICENSE-2.0 - * Redistributions in binary form must reproduce the above copyright - notice, this list of conditions and the following disclaimer in - the documentation and/or other materials provided with the - distribution. +Unless required by applicable law or agreed to in writing, software +distributed under the License is distributed on an "AS IS" BASIS, +WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +See the License for the specific language governing permissions and +limitations under the License. +-------------------------------------------------------------------------------- +vulkan-validation-layers - * Neither the name of the copyright holder nor the names of its - contributors may be used to endorse or promote products derived - from this software without specific prior written permission. +Copyright (c) 2021-2025 The Khronos Group Inc. +Copyright (c) 2021-2025 Valve Corporation +Copyright (c) 2021-2025 LunarG, Inc. +Copyright (C) 2021-2025 Google Inc. -THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS -"AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT -LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR -A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT -OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, -SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT -LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, -DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY -THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT -(INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE -OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. +Licensed under the Apache License, Version 2.0 (the "License"); +you may not use this file except in compliance with the License. +You may obtain a copy of the License at + + http://www.apache.org/licenses/LICENSE-2.0 + +Unless required by applicable law or agreed to in writing, software +distributed under the License is distributed on an "AS IS" BASIS, +WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +See the License for the specific language governing permissions and +limitations under the License. -------------------------------------------------------------------------------- -skia +vulkan-validation-layers -Copyright 2024 Google LLC. +Copyright (c) 2021-2025 The Khronos Group Inc. +Copyright (c) 2021-2025 Valve Corporation +Copyright (c) 2021-2025 LunarG, Inc. +Copyright (C) 2021-2025 Google Inc. +Modifications Copyright (C) 2024 Advanced Micro Devices, Inc. All rights reserved. -Redistribution and use in source and binary forms, with or without -modification, are permitted provided that the following conditions are -met: +Licensed under the Apache License, Version 2.0 (the "License"); +you may not use this file except in compliance with the License. +You may obtain a copy of the License at - * Redistributions of source code must retain the above copyright - notice, this list of conditions and the following disclaimer. + http://www.apache.org/licenses/LICENSE-2.0 - * Redistributions in binary form must reproduce the above copyright - notice, this list of conditions and the following disclaimer in - the documentation and/or other materials provided with the - distribution. +Unless required by applicable law or agreed to in writing, software +distributed under the License is distributed on an "AS IS" BASIS, +WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +See the License for the specific language governing permissions and +limitations under the License. +-------------------------------------------------------------------------------- +vulkan-validation-layers - * Neither the name of the copyright holder nor the names of its - contributors may be used to endorse or promote products derived - from this software without specific prior written permission. +Copyright (c) 2021-2025 The Khronos Group Inc. +Copyright (c) 2021-2025 Valve Corporation +Copyright (c) 2021-2025 LunarG, Inc. +Copyright (c) 2025 Arm Limited. -THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS -"AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT -LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR -A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT -OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, -SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT -LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, -DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY -THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT -(INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE -OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. --------------------------------------------------------------------------------- -skia +Licensed under the Apache License, Version 2.0 (the "License"); +you may not use this file except in compliance with the License. +You may obtain a copy of the License at -Copyright 2024 The Android Open Source Project + http://www.apache.org/licenses/LICENSE-2.0 -Redistribution and use in source and binary forms, with or without -modification, are permitted provided that the following conditions are -met: +Unless required by applicable law or agreed to in writing, software +distributed under the License is distributed on an "AS IS" BASIS, +WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +See the License for the specific language governing permissions and +limitations under the License. +-------------------------------------------------------------------------------- +vulkan-validation-layers - * Redistributions of source code must retain the above copyright - notice, this list of conditions and the following disclaimer. +Copyright (c) 2021-2025 The Khronos Group Inc. +Copyright (c) 2025 Arm Limited. - * Redistributions in binary form must reproduce the above copyright - notice, this list of conditions and the following disclaimer in - the documentation and/or other materials provided with the - distribution. +Licensed under the Apache License, Version 2.0 (the "License"); +you may not use this file except in compliance with the License. +You may obtain a copy of the License at - * Neither the name of the copyright holder nor the names of its - contributors may be used to endorse or promote products derived - from this software without specific prior written permission. + http://www.apache.org/licenses/LICENSE-2.0 -THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS -"AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT -LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR -A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT -OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, -SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT -LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, -DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY -THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT -(INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE -OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. +Unless required by applicable law or agreed to in writing, software +distributed under the License is distributed on an "AS IS" BASIS, +WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +See the License for the specific language governing permissions and +limitations under the License. -------------------------------------------------------------------------------- -skia +vulkan-validation-layers -Copyright 2025 Google Inc. +Copyright (c) 2022-2023 The Khronos Group Inc. -Redistribution and use in source and binary forms, with or without -modification, are permitted provided that the following conditions are -met: +Licensed under the Apache License, Version 2.0 (the "License"); +you may not use this file except in compliance with the License. +You may obtain a copy of the License at - * Redistributions of source code must retain the above copyright - notice, this list of conditions and the following disclaimer. + http://www.apache.org/licenses/LICENSE-2.0 - * Redistributions in binary form must reproduce the above copyright - notice, this list of conditions and the following disclaimer in - the documentation and/or other materials provided with the - distribution. +Unless required by applicable law or agreed to in writing, software +distributed under the License is distributed on an "AS IS" BASIS, +WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +See the License for the specific language governing permissions and +limitations under the License. +-------------------------------------------------------------------------------- +vulkan-validation-layers - * Neither the name of the copyright holder nor the names of its - contributors may be used to endorse or promote products derived - from this software without specific prior written permission. +Copyright (c) 2022-2024 The Khronos Group Inc. +Copyright (c) 2022-2024 RasterGrid Kft. +Modifications Copyright (C) 2024 Advanced Micro Devices, Inc. All rights reserved. -THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS -"AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT -LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR -A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT -OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, -SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT -LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, -DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY -THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT -(INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE -OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. --------------------------------------------------------------------------------- -skia +Licensed under the Apache License, Version 2.0 (the "License"); +you may not use this file except in compliance with the License. +You may obtain a copy of the License at -Copyright 2025 Google LLC + http://www.apache.org/licenses/LICENSE-2.0 -Redistribution and use in source and binary forms, with or without -modification, are permitted provided that the following conditions are -met: +Unless required by applicable law or agreed to in writing, software +distributed under the License is distributed on an "AS IS" BASIS, +WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +See the License for the specific language governing permissions and +limitations under the License. +-------------------------------------------------------------------------------- +vulkan-validation-layers - * Redistributions of source code must retain the above copyright - notice, this list of conditions and the following disclaimer. +Copyright (c) 2022-2025 The Khronos Group Inc. +Copyright (c) 2022-2025 Valve Corporation +Copyright (c) 2022-2025 LunarG, Inc. +Modifications Copyright (C) 2020 Advanced Micro Devices, Inc. All rights reserved. - * Redistributions in binary form must reproduce the above copyright - notice, this list of conditions and the following disclaimer in - the documentation and/or other materials provided with the - distribution. +Licensed under the Apache License, Version 2.0 (the "License"); +you may not use this file except in compliance with the License. +You may obtain a copy of the License at - * Neither the name of the copyright holder nor the names of its - contributors may be used to endorse or promote products derived - from this software without specific prior written permission. + http://www.apache.org/licenses/LICENSE-2.0 -THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS -"AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT -LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR -A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT -OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, -SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT -LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, -DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY -THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT -(INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE -OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. +Unless required by applicable law or agreed to in writing, software +distributed under the License is distributed on an "AS IS" BASIS, +WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +See the License for the specific language governing permissions and +limitations under the License. -------------------------------------------------------------------------------- -skia +vulkan-validation-layers -Copyright 2025 Google LLC. +Copyright (c) 2023 The Khronos Group Inc. +Copyright (c) 2023 Valve Corporation +Copyright (c) 2023 LunarG, Inc. -Redistribution and use in source and binary forms, with or without -modification, are permitted provided that the following conditions are -met: +Licensed under the Apache License, Version 2.0 (the "License"); +you may not use this file except in compliance with the License. +You may obtain a copy of the License at - * Redistributions of source code must retain the above copyright - notice, this list of conditions and the following disclaimer. + http://www.apache.org/licenses/LICENSE-2.0 - * Redistributions in binary form must reproduce the above copyright - notice, this list of conditions and the following disclaimer in - the documentation and/or other materials provided with the - distribution. +Unless required by applicable law or agreed to in writing, software +distributed under the License is distributed on an "AS IS" BASIS, +WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +See the License for the specific language governing permissions and +limitations under the License. +-------------------------------------------------------------------------------- +vulkan-validation-layers - * Neither the name of the copyright holder nor the names of its - contributors may be used to endorse or promote products derived - from this software without specific prior written permission. +Copyright (c) 2023-2024 LunarG, Inc. +Copyright (c) 2023-2024 Valve Corporation -THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS -"AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT -LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR -A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT -OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, -SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT -LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, -DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY -THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT -(INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE -OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. +Licensed under the Apache License, Version 2.0 (the "License"); +you may not use this file except in compliance with the License. +You may obtain a copy of the License at + + http://www.apache.org/licenses/LICENSE-2.0 + +Unless required by applicable law or agreed to in writing, software +distributed under the License is distributed on an "AS IS" BASIS, +WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +See the License for the specific language governing permissions and +limitations under the License. -------------------------------------------------------------------------------- -spirv-cross +vulkan-validation-layers -Copyright (c) 2014-2020 The Khronos Group Inc. +Copyright (c) 2023-2024 Nintendo +Copyright (c) 2023-2025 LunarG, Inc. -Permission is hereby granted, free of charge, to any person obtaining a copy -of this software and/or associated documentation files (the "Materials"), -to deal in the Materials without restriction, including without limitation -the rights to use, copy, modify, merge, publish, distribute, sublicense, -and/or sell copies of the Materials, and to permit persons to whom the -Materials are furnished to do so, subject to the following conditions: +Licensed under the Apache License, Version 2.0 (the "License"); +you may not use this file except in compliance with the License. +You may obtain a copy of the License at -The above copyright notice and this permission notice shall be included in -all copies or substantial portions of the Materials. + http://www.apache.org/licenses/LICENSE-2.0 -MODIFICATIONS TO THIS FILE MAY MEAN IT NO LONGER ACCURATELY REFLECTS KHRONOS -STANDARDS. THE UNMODIFIED, NORMATIVE VERSIONS OF KHRONOS SPECIFICATIONS AND -HEADER INFORMATION ARE LOCATED AT https://www.khronos.org/registry/ +Unless required by applicable law or agreed to in writing, software +distributed under the License is distributed on an "AS IS" BASIS, +WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +See the License for the specific language governing permissions and +limitations under the License. +-------------------------------------------------------------------------------- +vulkan-validation-layers -THE MATERIALS ARE PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS -OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, -FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL -THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER -LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING -FROM,OUT OF OR IN CONNECTION WITH THE MATERIALS OR THE USE OR OTHER DEALINGS -IN THE MATERIALS. +Copyright (c) 2023-2025 LunarG, Inc. +Copyright (c) 2023-2025 Valve Corporation +Copyright (c) 2025 Arm Limited. + +Licensed under the Apache License, Version 2.0 (the "License"); +you may not use this file except in compliance with the License. +You may obtain a copy of the License at + + http://www.apache.org/licenses/LICENSE-2.0 + +Unless required by applicable law or agreed to in writing, software +distributed under the License is distributed on an "AS IS" BASIS, +WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +See the License for the specific language governing permissions and +limitations under the License. -------------------------------------------------------------------------------- -spirv-cross +vulkan-validation-layers -Copyright 2014-2016,2021 The Khronos Group, Inc. +Copyright (c) 2023-2025 Nintendo +Copyright (c) 2023-2025 LunarG, Inc. -Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions: +Licensed under the Apache License, Version 2.0 (the "License"); +you may not use this file except in compliance with the License. +You may obtain a copy of the License at -The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software. + http://www.apache.org/licenses/LICENSE-2.0 -THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. +Unless required by applicable law or agreed to in writing, software +distributed under the License is distributed on an "AS IS" BASIS, +WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +See the License for the specific language governing permissions and +limitations under the License. -------------------------------------------------------------------------------- -spring_animation +vulkan-validation-layers -Copyright (c) Meta Platforms, Inc. and affiliates. +Copyright (c) 2023-2025 The Khronos Group Inc. +Copyright (c) 2023-2025 Valve Corporation +Copyright (c) 2023-2025 LunarG, Inc. -Permission is hereby granted, free of charge, to any person obtaining a copy -of this software and associated documentation files (the "Software"), to deal -in the Software without restriction, including without limitation the rights -to use, copy, modify, merge, publish, distribute, sublicense, and/or sell -copies of the Software, and to permit persons to whom the Software is -furnished to do so, subject to the following conditions: +Licensed under the Apache License, Version 2.0 (the "License"); +you may not use this file except in compliance with the License. +You may obtain a copy of the License at -The above copyright notice and this permission notice shall be included in all -copies or substantial portions of the Software. + http://www.apache.org/licenses/LICENSE-2.0 -THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR -IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, -FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE -AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER -LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, -OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE -SOFTWARE. +Unless required by applicable law or agreed to in writing, software +distributed under the License is distributed on an "AS IS" BASIS, +WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +See the License for the specific language governing permissions and +limitations under the License. -------------------------------------------------------------------------------- -sprintf - -Copyright (c) 2012, Richard Eames -All rights reserved. +vulkan-validation-layers -Redistribution and use in source and binary forms, with or without modification, -are permitted provided that the following conditions are met: +Copyright (c) 2023-2025 The Khronos Group Inc. +Copyright (c) 2023-2025 Valve Corporation +Copyright (c) 2023-2025 LunarG, Inc. +Copyright (c) 2025 Arm Limited. -1. Redistributions of source code must retain the above copyright notice, this - list of conditions and the following disclaimer. -2. Redistributions in binary form must reproduce the above copyright notice, - this list of conditions and the following disclaimer in the documentation - and/or other materials provided with the distribution. +Licensed under the Apache License, Version 2.0 (the "License"); +you may not use this file except in compliance with the License. +You may obtain a copy of the License at -THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" AND -ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED -WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE -DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT HOLDER OR CONTRIBUTORS BE LIABLE FOR -ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES -(INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; -LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON -ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT -(INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS -SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. + http://www.apache.org/licenses/LICENSE-2.0 +Unless required by applicable law or agreed to in writing, software +distributed under the License is distributed on an "AS IS" BASIS, +WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +See the License for the specific language governing permissions and +limitations under the License. -------------------------------------------------------------------------------- -sqlite +vulkan-validation-layers -The source code for SQLite is in the public domain. No claim of -copyright is made on any part of the core source code. (The -documentation and test code is a different matter - some sections of -documentation and test logic are governed by open-source licenses.) -All contributors to the SQLite core software have signed affidavits -specifically disavowing any copyright interest in the code. This means -that anybody is able to legally do anything they want with the SQLite -source code. +Copyright (c) 2023-2025 Valve Corporation +Copyright (c) 2023-2025 LunarG, Inc. -There are other SQL database engines with liberal licenses that allow -the code to be broadly and freely used. But those other engines are -still governed by copyright law. SQLite is different in that copyright -law simply does not apply. +Licensed under the Apache License, Version 2.0 (the "License"); +you may not use this file except in compliance with the License. +You may obtain a copy of the License at -The source code files for other SQL database engines typically begin -with a comment describing your legal rights to view and copy that -file. The SQLite source code contains no license since it is not -governed by copyright. Instead of a license, the SQLite source code -offers a blessing: + http://www.apache.org/licenses/LICENSE-2.0 -May you do good and not evil -May you find forgiveness for yourself and forgive others -May you share freely, never taking more than you give. +Unless required by applicable law or agreed to in writing, software +distributed under the License is distributed on an "AS IS" BASIS, +WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +See the License for the specific language governing permissions and +limitations under the License. -------------------------------------------------------------------------------- -swiftshader +vulkan-validation-layers -Copyright (C) 2001-2006 Bart Massey, Jamey Sharp, and Josh Triplett. -All Rights Reserved. +Copyright (c) 2024 The Khronos Group Inc. +Copyright (c) 2024 LunarG, Inc. +Copyright (c) 2024 Advanced Micro Devices, Inc. All rights reserved. -Permission is hereby granted, free of charge, to any person obtaining a -copy of this software and associated documentation files (the "Software"), -to deal in the Software without restriction, including without limitation -the rights to use, copy, modify, merge, publish, distribute, sublicense, -and/or sell copies of the Software, and to permit persons to whom the -Software is furnished to do so, subject to the following conditions: +Licensed under the Apache License, Version 2.0 (the "License"); +you may not use this file except in compliance with the License. +You may obtain a copy of the License at -The above copyright notice and this permission notice shall be included in -all copies or substantial portions of the Software. + http://www.apache.org/licenses/LICENSE-2.0 -THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR -IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, -FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE -AUTHORS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN -ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN -CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. +Unless required by applicable law or agreed to in writing, software +distributed under the License is distributed on an "AS IS" BASIS, +WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +See the License for the specific language governing permissions and +limitations under the License. -------------------------------------------------------------------------------- -swiftshader +vulkan-validation-layers -Copyright (C) 2008 The Android Open Source Project -All rights reserved. +Copyright (c) 2024 The Khronos Group Inc. +Copyright (c) 2025 Valve Corporation +Copyright (c) 2025 LunarG, Inc. -Redistribution and use in source and binary forms, with or without -modification, are permitted provided that the following conditions -are met: -* Redistributions of source code must retain the above copyright - notice, this list of conditions and the following disclaimer. -* Redistributions in binary form must reproduce the above copyright - notice, this list of conditions and the following disclaimer in - the documentation and/or other materials provided with the - distribution. +Licensed under the Apache License, Version 2.0 (the "License"); +you may not use this file except in compliance with the License. +You may obtain a copy of the License at -THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS -"AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT -LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS -FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE -COPYRIGHT OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, -INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, -BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS -OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED -AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, -OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT -OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF -SUCH DAMAGE. + http://www.apache.org/licenses/LICENSE-2.0 + +Unless required by applicable law or agreed to in writing, software +distributed under the License is distributed on an "AS IS" BASIS, +WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +See the License for the specific language governing permissions and +limitations under the License. -------------------------------------------------------------------------------- -swiftshader +vulkan-validation-layers -Copyright © 2008 Kristian Høgsberg +Copyright (c) 2024 Valve Corporation +Copyright (c) 2024 LunarG, Inc. -Permission is hereby granted, free of charge, to any person obtaining -a copy of this software and associated documentation files (the -"Software"), to deal in the Software without restriction, including -without limitation the rights to use, copy, modify, merge, publish, -distribute, sublicense, and/or sell copies of the Software, and to -permit persons to whom the Software is furnished to do so, subject to -the following conditions: +Licensed under the Apache License, Version 2.0 (the "License"); +you may not use this file except in compliance with the License. +You may obtain a copy of the License at -The above copyright notice and this permission notice (including the -next paragraph) shall be included in all copies or substantial -portions of the Software. + http://www.apache.org/licenses/LICENSE-2.0 -THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, -EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF -MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND -NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS -BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN -ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN -CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE -SOFTWARE. +Unless required by applicable law or agreed to in writing, software +distributed under the License is distributed on an "AS IS" BASIS, +WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +See the License for the specific language governing permissions and +limitations under the License. -------------------------------------------------------------------------------- -swiftshader +vulkan-validation-layers -Copyright © 2008-2011 Kristian Høgsberg -Copyright © 2010-2011 Intel Corporation -Copyright © 2012-2013 Collabora, Ltd. +Copyright (c) 2024-2025 LunarG, Inc. -Permission is hereby granted, free of charge, to any person -obtaining a copy of this software and associated documentation files -(the "Software"), to deal in the Software without restriction, -including without limitation the rights to use, copy, modify, merge, -publish, distribute, sublicense, and/or sell copies of the Software, -and to permit persons to whom the Software is furnished to do so, -subject to the following conditions: +Licensed under the Apache License, Version 2.0 (the "License"); +you may not use this file except in compliance with the License. +You may obtain a copy of the License at -The above copyright notice and this permission notice (including the -next paragraph) shall be included in all copies or substantial -portions of the Software. + http://www.apache.org/licenses/LICENSE-2.0 -THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, -EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF -MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND -NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS -BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN -ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN -CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE -SOFTWARE. +Unless required by applicable law or agreed to in writing, software +distributed under the License is distributed on an "AS IS" BASIS, +WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +See the License for the specific language governing permissions and +limitations under the License. -------------------------------------------------------------------------------- -swiftshader +vulkan-validation-layers -Copyright © 2012 Intel Corporation +Copyright (c) 2024-2025 The Khronos Group Inc. +Copyright (c) 2024-2025 Valve Corporation +Copyright (c) 2024-2025 LunarG, Inc. -Permission is hereby granted, free of charge, to any person obtaining -a copy of this software and associated documentation files (the -"Software"), to deal in the Software without restriction, including -without limitation the rights to use, copy, modify, merge, publish, -distribute, sublicense, and/or sell copies of the Software, and to -permit persons to whom the Software is furnished to do so, subject to -the following conditions: +Licensed under the Apache License, Version 2.0 (the "License"); +you may not use this file except in compliance with the License. +You may obtain a copy of the License at -The above copyright notice and this permission notice (including the -next paragraph) shall be included in all copies or substantial -portions of the Software. + http://www.apache.org/licenses/LICENSE-2.0 -THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, -EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF -MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND -NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS -BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN -ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN -CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE -SOFTWARE. +Unless required by applicable law or agreed to in writing, software +distributed under the License is distributed on an "AS IS" BASIS, +WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +See the License for the specific language governing permissions and +limitations under the License. -------------------------------------------------------------------------------- -test_api -test_core +vulkan-validation-layers -Copyright 2018, the Dart project authors. +Copyright (c) 2024-2025 The Khronos Group Inc. +Copyright (c) 2024-2025 Valve Corporation +Copyright (c) 2024-2025 LunarG, Inc. +Copyright (c) 2025 Arm Limited. + +Licensed under the Apache License, Version 2.0 (the "License"); +you may not use this file except in compliance with the License. +You may obtain a copy of the License at + + http://www.apache.org/licenses/LICENSE-2.0 + +Unless required by applicable law or agreed to in writing, software +distributed under the License is distributed on an "AS IS" BASIS, +WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +See the License for the specific language governing permissions and +limitations under the License. +-------------------------------------------------------------------------------- +vulkan-validation-layers -Redistribution and use in source and binary forms, with or without -modification, are permitted provided that the following conditions are -met: +Copyright (c) 2025 LunarG, Inc. - * Redistributions of source code must retain the above copyright - notice, this list of conditions and the following disclaimer. - * Redistributions in binary form must reproduce the above - copyright notice, this list of conditions and the following - disclaimer in the documentation and/or other materials provided - with the distribution. - * Neither the name of Google LLC nor the names of its - contributors may be used to endorse or promote products derived - from this software without specific prior written permission. +Licensed under the Apache License, Version 2.0 (the "License"); +you may not use this file except in compliance with the License. +You may obtain a copy of the License at -THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS -"AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT -LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR -A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT -OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, -SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT -LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, -DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY -THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT -(INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE -OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. + http://www.apache.org/licenses/LICENSE-2.0 +Unless required by applicable law or agreed to in writing, software +distributed under the License is distributed on an "AS IS" BASIS, +WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +See the License for the specific language governing permissions and +limitations under the License. -------------------------------------------------------------------------------- -universal_platform +vulkan-validation-layers -MIT License - -Copyright (c) 2019 gskinner.com - -Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions: - -The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software. - -THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. --------------------------------------------------------------------------------- -uuid +Copyright (c) 2025 The Khronos Group Inc. +Copyright (C) 2025 Arm Limited. -Copyright (c) 2021 Yulian Kuncheff - -Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions: - -The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software. - -THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. --------------------------------------------------------------------------------- -vector_math +Licensed under the Apache License, Version 2.0 (the "License"); +you may not use this file except in compliance with the License. +You may obtain a copy of the License at -Copyright 2015, Google Inc. All rights reserved. + http://www.apache.org/licenses/LICENSE-2.0 -Redistribution and use in source and binary forms, with or without -modification, are permitted provided that the following conditions are -met: +Unless required by applicable law or agreed to in writing, software +distributed under the License is distributed on an "AS IS" BASIS, +WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +See the License for the specific language governing permissions and +limitations under the License. +-------------------------------------------------------------------------------- +vulkan-validation-layers - * Redistributions of source code must retain the above copyright -notice, this list of conditions and the following disclaimer. - * Redistributions in binary form must reproduce the above -copyright notice, this list of conditions and the following disclaimer -in the documentation and/or other materials provided with the -distribution. +Copyright (c) 2025 Valve Corporation +Copyright (c) 2025 LunarG, Inc. - * Neither the name of Google Inc. nor the names of its -contributors may be used to endorse or promote products derived from -this software without specific prior written permission. +Licensed under the Apache License, Version 2.0 (the "License"); +you may not use this file except in compliance with the License. +You may obtain a copy of the License at -THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS -"AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT -LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR -A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT -OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, -SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT -LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, -DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY -THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT -(INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE -OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. + http://www.apache.org/licenses/LICENSE-2.0 -Copyright (C) 2013 Andrew Magill +Unless required by applicable law or agreed to in writing, software +distributed under the License is distributed on an "AS IS" BASIS, +WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +See the License for the specific language governing permissions and +limitations under the License. +-------------------------------------------------------------------------------- +vulkan-validation-layers -This software is provided 'as-is', without any express or implied -warranty. In no event will the authors be held liable for any damages -arising from the use of this software. +Copyright 2017 The Glslang Authors. All rights reserved. +Copyright (c) 2018-2025 Valve Corporation +Copyright (c) 2018-2025 LunarG, Inc. +Copyright (c) 2023-2023 RasterGrid Kft. -Permission is granted to anyone to use this software for any purpose, -including commercial applications, and to alter it and redistribute it -freely, subject to the following restrictions: +Licensed under the Apache License, Version 2.0 (the "License"); +you may not use this file except in compliance with the License. +You may obtain a copy of the License at -1. The origin of this software must not be misrepresented; you must not - claim that you wrote the original software. If you use this software - in a product, an acknowledgment in the product documentation would be - appreciated but is not required. -2. Altered source versions must be plainly marked as such, and must not be - misrepresented as being the original software. -3. This notice may not be removed or altered from any source distribution. + http://www.apache.org/licenses/LICENSE-2.0 +Unless required by applicable law or agreed to in writing, software +distributed under the License is distributed on an "AS IS" BASIS, +WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +See the License for the specific language governing permissions and +limitations under the License. -------------------------------------------------------------------------------- vulkan-validation-layers -Apache License -Version 2.0, January 2004 -http://www.apache.org/licenses/ +The majority of files in this project use the Apache 2.0 License. +There are a few exceptions and their license can be found in the source. +Any license deviations from Apache 2.0 are "more permissive" licenses. +Any file without a license in it's source defaults to the repository Apache 2.0 License. + +=========================================================================================== + + Apache License + Version 2.0, January 2004 + http://www.apache.org/licenses/ TERMS AND CONDITIONS FOR USE, REPRODUCTION, AND DISTRIBUTION @@ -34928,87 +31540,79 @@ http://www.apache.org/licenses/ WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the License for the specific language governing permissions and limitations under the License. +-------------------------------------------------------------------------------- +vulkan_memory_allocator + +Copyright (C) 1997-2020 by Dimitri van Heesch -File: layers/external/vma/vk_mem_alloc.h +Permission is hereby granted, free of charge, to any person obtaining a copy of this software +and associated documentation files (the "Software"), to deal in the Software without restriction, +including without limitation the rights to use, copy, modify, merge, publish, distribute, +sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is +furnished to do so, subject to the following conditions: +The above copyright notice and this permission notice shall be included in all copies or +substantial portions of the Software. + +THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING +BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND +NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, +DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, +OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. +-------------------------------------------------------------------------------- +vulkan_memory_allocator + + + +Copyright (c) 2021 - 2022 jothepro -Copyright (c) 2017-2022 Advanced Micro Devices, Inc. All rights reserved. Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions: -The above copyright notice and this permission notice shall be included in -all copies or substantial portions of the Software. + +The above copyright notice and this permission notice shall be included in all +copies or substantial portions of the Software. + THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, -FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE +FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, -OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN -THE SOFTWARE. +OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE +SOFTWARE. -------------------------------------------------------------------------------- -vulkan-validation-layers +vulkan_memory_allocator -Boost Software License - Version 1.0 - August 17th, 2003 -Permission is hereby granted, free of charge, to any person or organization -obtaining a copy of the software and accompanying documentation covered by -this license (the "Software") to use, reproduce, display, distribute, -execute, and transmit the Software, and to prepare derivative works of the -Software, and to permit third-parties to whom the Software is furnished to -do so, all subject to the following: +Copyright (c) 2017-2025 Advanced Micro Devices, Inc. All rights reserved. -The copyright notices in the Software and this entire statement, including -the above license grant, this restriction and the following disclaimer, -must be included in all copies of the Software, in whole or in part, and -all derivative works of the Software, unless such copies or derivative -works are solely in the form of machine-executable object code generated by -a source language processor. +Permission is hereby granted, free of charge, to any person obtaining a copy +of this software and associated documentation files (the "Software"), to deal +in the Software without restriction, including without limitation the rights +to use, copy, modify, merge, publish, distribute, sublicense, and/or sell +copies of the Software, and to permit persons to whom the Software is +furnished to do so, subject to the following conditions: + +The above copyright notice and this permission notice shall be included in +all copies or substantial portions of the Software. THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, -FITNESS FOR A PARTICULAR PURPOSE, TITLE AND NON-INFRINGEMENT. IN NO EVENT -SHALL THE COPYRIGHT HOLDERS OR ANYONE DISTRIBUTING THE SOFTWARE BE LIABLE -FOR ANY DAMAGES OR OTHER LIABILITY, WHETHER IN CONTRACT, TORT OR OTHERWISE, -ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER -DEALINGS IN THE SOFTWARE. +FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE +AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER +LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, +OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN +THE SOFTWARE. -------------------------------------------------------------------------------- -vulkan-validation-layers - -Copyright (C) 2012-2021 Yann Collet - -BSD 2-Clause License (https://www.opensource.org/licenses/bsd-license.php) - -Redistribution and use in source and binary forms, with or without -modification, are permitted provided that the following conditions are -met: - - * Redistributions of source code must retain the above copyright - notice, this list of conditions and the following disclaimer. - * Redistributions in binary form must reproduce the above - copyright notice, this list of conditions and the following disclaimer - in the documentation and/or other materials provided with the - distribution. +vulkan_memory_allocator -THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS -"AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT -LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR -A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT -OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, -SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT -LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, -DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY -THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT -(INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE -OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. --------------------------------------------------------------------------------- -vulkan-validation-layers -Copyright (c) 2017-2024 Advanced Micro Devices, Inc. All rights reserved. +Copyright (c) 2018-2025 Advanced Micro Devices, Inc. All rights reserved. Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal @@ -35082,7 +31686,9 @@ OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. -------------------------------------------------------------------------------- web_locale_keymap -Copyright (c) 2022 Google LLC + + +Copyright (c) 2015 - present Microsoft Corporation Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal @@ -35102,40 +31708,9 @@ LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. -------------------------------------------------------------------------------- -web_socket - -Copyright 2024, the Dart project authors. - -Redistribution and use in source and binary forms, with or without -modification, are permitted provided that the following conditions are -met: - - * Redistributions of source code must retain the above copyright - notice, this list of conditions and the following disclaimer. - * Redistributions in binary form must reproduce the above - copyright notice, this list of conditions and the following - disclaimer in the documentation and/or other materials provided - with the distribution. - * Neither the name of Google LLC nor the names of its - contributors may be used to endorse or promote products derived - from this software without specific prior written permission. - -THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS -"AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT -LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR -A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT -OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, -SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT -LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, -DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY -THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT -(INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE -OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. - --------------------------------------------------------------------------------- -web_socket_channel +web_socket -Copyright 2016, the Dart project authors. +Copyright 2024, the Dart project authors. Redistribution and use in source and binary forms, with or without modification, are permitted provided that the following conditions are @@ -35200,15 +31775,44 @@ xxhash Copyright (C) 2012-2016, Yann Collet + BSD 2-Clause License (http://www.opensource.org/licenses/bsd-license.php) + + Redistribution and use in source and binary forms, with or without + modification, are permitted provided that the following conditions are + met: + + * Redistributions of source code must retain the above copyright + notice, this list of conditions and the following disclaimer. + * Redistributions in binary form must reproduce the above + copyright notice, this list of conditions and the following disclaimer + in the documentation and/or other materials provided with the + distribution. + + THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS + "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT + LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR + A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT + OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, + SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT + LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, + DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY + THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT + (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE + OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. +-------------------------------------------------------------------------------- +xxhash + +Copyright (C) 2012-2016, Yann Collet. + BSD 2-Clause License (http://www.opensource.org/licenses/bsd-license.php) Redistribution and use in source and binary forms, with or without modification, are permitted provided that the following conditions are met: -* Redistributions of source code must retain the above copyright +Redistributions of source code must retain the above copyright notice, this list of conditions and the following disclaimer. -* Redistributions in binary form must reproduce the above +Redistributions in binary form must reproduce the above copyright notice, this list of conditions and the following disclaimer in the documentation and/or other materials provided with the distribution. @@ -35227,90 +31831,353 @@ OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. -------------------------------------------------------------------------------- xxhash -Copyright (C) 2012-2016, Yann Collet. +xxHash Library +Copyright (c) 2012-2014, Yann Collet +All rights reserved. + +Redistribution and use in source and binary forms, with or without modification, +are permitted provided that the following conditions are met: + +* Redistributions of source code must retain the above copyright notice, this + list of conditions and the following disclaimer. + +* Redistributions in binary form must reproduce the above copyright notice, this + list of conditions and the following disclaimer in the documentation and/or + other materials provided with the distribution. + +THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" AND +ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED +WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE +DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT HOLDER OR CONTRIBUTORS BE LIABLE FOR +ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES +(INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; +LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON +ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT +(INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS +SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. +-------------------------------------------------------------------------------- +yaml + +Copyright (c) 2014, the Dart project authors. +Copyright (c) 2006, Kirill Simonov. + +Permission is hereby granted, free of charge, to any person obtaining a copy of +this software and associated documentation files (the "Software"), to deal in +the Software without restriction, including without limitation the rights to +use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies +of the Software, and to permit persons to whom the Software is furnished to do +so, subject to the following conditions: + +The above copyright notice and this permission notice shall be included in all +copies or substantial portions of the Software. + +THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR +IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, +FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE +AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER +LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, +OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE +SOFTWARE. + +-------------------------------------------------------------------------------- +yaml_edit + +Copyright 2020, the Dart project authors. + +Redistribution and use in source and binary forms, with or without +modification, are permitted provided that the following conditions are +met: + * Redistributions of source code must retain the above copyright + notice, this list of conditions and the following disclaimer. + * Redistributions in binary form must reproduce the above + copyright notice, this list of conditions and the following + disclaimer in the documentation and/or other materials provided + with the distribution. + * Neither the name of Google LLC nor the names of its + contributors may be used to endorse or promote products derived + from this software without specific prior written permission. + +THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS +"AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT +LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR +A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT +OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, +SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT +LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, +DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY +THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT +(INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE +OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. + +-------------------------------------------------------------------------------- +yapf + +Copyright 2022 Bill Wendling, All Rights Reserved. + +Licensed under the Apache License, Version 2.0 (the "License"); +you may not use this file except in compliance with the License. +You may obtain a copy of the License at + + http://www.apache.org/licenses/LICENSE-2.0 + +Unless required by applicable law or agreed to in writing, software +distributed under the License is distributed on an "AS IS" BASIS, +WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +See the License for the specific language governing permissions and +limitations under the License. +-------------------------------------------------------------------------------- +yapf_diff + + Apache License + Version 2.0, January 2004 + http://www.apache.org/licenses/ + + TERMS AND CONDITIONS FOR USE, REPRODUCTION, AND DISTRIBUTION + + 1. Definitions. + + "License" shall mean the terms and conditions for use, reproduction, + and distribution as defined by Sections 1 through 9 of this document. + + "Licensor" shall mean the copyright owner or entity authorized by + the copyright owner that is granting the License. + + "Legal Entity" shall mean the union of the acting entity and all + other entities that control, are controlled by, or are under common + control with that entity. For the purposes of this definition, + "control" means (i) the power, direct or indirect, to cause the + direction or management of such entity, whether by contract or + otherwise, or (ii) ownership of fifty percent (50%) or more of the + outstanding shares, or (iii) beneficial ownership of such entity. + + "You" (or "Your") shall mean an individual or Legal Entity + exercising permissions granted by this License. + + "Source" form shall mean the preferred form for making modifications, + including but not limited to software source code, documentation + source, and configuration files. + + "Object" form shall mean any form resulting from mechanical + transformation or translation of a Source form, including but + not limited to compiled object code, generated documentation, + and conversions to other media types. + + "Work" shall mean the work of authorship, whether in Source or + Object form, made available under the License, as indicated by a + copyright notice that is included in or attached to the work + (an example is provided in the Appendix below). + + "Derivative Works" shall mean any work, whether in Source or Object + form, that is based on (or derived from) the Work and for which the + editorial revisions, annotations, elaborations, or other modifications + represent, as a whole, an original work of authorship. For the purposes + of this License, Derivative Works shall not include works that remain + separable from, or merely link (or bind by name) to the interfaces of, + the Work and Derivative Works thereof. + + "Contribution" shall mean any work of authorship, including + the original version of the Work and any modifications or additions + to that Work or Derivative Works thereof, that is intentionally + submitted to Licensor for inclusion in the Work by the copyright owner + or by an individual or Legal Entity authorized to submit on behalf of + the copyright owner. For the purposes of this definition, "submitted" + means any form of electronic, verbal, or written communication sent + to the Licensor or its representatives, including but not limited to + communication on electronic mailing lists, source code control systems, + and issue tracking systems that are managed by, or on behalf of, the + Licensor for the purpose of discussing and improving the Work, but + excluding communication that is conspicuously marked or otherwise + designated in writing by the copyright owner as "Not a Contribution." + + "Contributor" shall mean Licensor and any individual or Legal Entity + on behalf of whom a Contribution has been received by Licensor and + subsequently incorporated within the Work. + + 2. Grant of Copyright License. Subject to the terms and conditions of + this License, each Contributor hereby grants to You a perpetual, + worldwide, non-exclusive, no-charge, royalty-free, irrevocable + copyright license to reproduce, prepare Derivative Works of, + publicly display, publicly perform, sublicense, and distribute the + Work and such Derivative Works in Source or Object form. + + 3. Grant of Patent License. Subject to the terms and conditions of + this License, each Contributor hereby grants to You a perpetual, + worldwide, non-exclusive, no-charge, royalty-free, irrevocable + (except as stated in this section) patent license to make, have made, + use, offer to sell, sell, import, and otherwise transfer the Work, + where such license applies only to those patent claims licensable + by such Contributor that are necessarily infringed by their + Contribution(s) alone or by combination of their Contribution(s) + with the Work to which such Contribution(s) was submitted. If You + institute patent litigation against any entity (including a + cross-claim or counterclaim in a lawsuit) alleging that the Work + or a Contribution incorporated within the Work constitutes direct + or contributory patent infringement, then any patent licenses + granted to You under this License for that Work shall terminate + as of the date such litigation is filed. + + 4. Redistribution. You may reproduce and distribute copies of the + Work or Derivative Works thereof in any medium, with or without + modifications, and in Source or Object form, provided that You + meet the following conditions: + + (a) You must give any other recipients of the Work or + Derivative Works a copy of this License; and + + (b) You must cause any modified files to carry prominent notices + stating that You changed the files; and + + (c) You must retain, in the Source form of any Derivative Works + that You distribute, all copyright, patent, trademark, and + attribution notices from the Source form of the Work, + excluding those notices that do not pertain to any part of + the Derivative Works; and + + (d) If the Work includes a "NOTICE" text file as part of its + distribution, then any Derivative Works that You distribute must + include a readable copy of the attribution notices contained + within such NOTICE file, excluding those notices that do not + pertain to any part of the Derivative Works, in at least one + of the following places: within a NOTICE text file distributed + as part of the Derivative Works; within the Source form or + documentation, if provided along with the Derivative Works; or, + within a display generated by the Derivative Works, if and + wherever such third-party notices normally appear. The contents + of the NOTICE file are for informational purposes only and + do not modify the License. You may add Your own attribution + notices within Derivative Works that You distribute, alongside + or as an addendum to the NOTICE text from the Work, provided + that such additional attribution notices cannot be construed + as modifying the License. + + You may add Your own copyright statement to Your modifications and + may provide additional or different license terms and conditions + for use, reproduction, or distribution of Your modifications, or + for any such Derivative Works as a whole, provided Your use, + reproduction, and distribution of the Work otherwise complies with + the conditions stated in this License. + + 5. Submission of Contributions. Unless You explicitly state otherwise, + any Contribution intentionally submitted for inclusion in the Work + by You to the Licensor shall be under the terms and conditions of + this License, without any additional terms or conditions. + Notwithstanding the above, nothing herein shall supersede or modify + the terms of any separate license agreement you may have executed + with Licensor regarding such Contributions. + + 6. Trademarks. This License does not grant permission to use the trade + names, trademarks, service marks, or product names of the Licensor, + except as required for reasonable and customary use in describing the + origin of the Work and reproducing the content of the NOTICE file. + + 7. Disclaimer of Warranty. Unless required by applicable law or + agreed to in writing, Licensor provides the Work (and each + Contributor provides its Contributions) on an "AS IS" BASIS, + WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or + implied, including, without limitation, any warranties or conditions + of TITLE, NON-INFRINGEMENT, MERCHANTABILITY, or FITNESS FOR A + PARTICULAR PURPOSE. You are solely responsible for determining the + appropriateness of using or redistributing the Work and assume any + risks associated with Your exercise of permissions under this License. + + 8. Limitation of Liability. In no event and under no legal theory, + whether in tort (including negligence), contract, or otherwise, + unless required by applicable law (such as deliberate and grossly + negligent acts) or agreed to in writing, shall any Contributor be + liable to You for damages, including any direct, indirect, special, + incidental, or consequential damages of any character arising as a + result of this License or out of the use or inability to use the + Work (including but not limited to damages for loss of goodwill, + work stoppage, computer failure or malfunction, or any and all + other commercial damages or losses), even if such Contributor + has been advised of the possibility of such damages. + + 9. Accepting Warranty or Additional Liability. While redistributing + the Work or Derivative Works thereof, You may choose to offer, + and charge a fee for, acceptance of support, warranty, indemnity, + or other liability obligations and/or rights consistent with this + License. However, in accepting such obligations, You may act only + on Your own behalf and on Your sole responsibility, not on behalf + of any other Contributor, and only if You agree to indemnify, + defend, and hold each Contributor harmless for any liability + incurred by, or claims asserted against, such Contributor by reason + of your accepting any such warranty or additional liability. + + END OF TERMS AND CONDITIONS -BSD 2-Clause License (http://www.opensource.org/licenses/bsd-license.php) + APPENDIX: How to apply the Apache License to your work. -Redistribution and use in source and binary forms, with or without -modification, are permitted provided that the following conditions are -met: + To apply the Apache License to your work, attach the following + boilerplate notice, with the fields enclosed by brackets "[]" + replaced with your own identifying information. (Don't include + the brackets!) The text should be enclosed in the appropriate + comment syntax for the file format. We also recommend that a + file or class name and description of purpose be included on the + same "printed page" as the copyright notice for easier + identification within third-party archives. - * Redistributions of source code must retain the above copyright -notice, this list of conditions and the following disclaimer. - * Redistributions in binary form must reproduce the above -copyright notice, this list of conditions and the following disclaimer -in the documentation and/or other materials provided with the -distribution. + Copyright [yyyy] [name of copyright owner] -THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS -"AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT -LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR -A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT -OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, -SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT -LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, -DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY -THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT -(INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE -OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. + Licensed under the Apache License, Version 2.0 (the "License"); + you may not use this file except in compliance with the License. + You may obtain a copy of the License at + + http://www.apache.org/licenses/LICENSE-2.0 + + Unless required by applicable law or agreed to in writing, software + distributed under the License is distributed on an "AS IS" BASIS, + WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + See the License for the specific language governing permissions and + limitations under the License. -------------------------------------------------------------------------------- -yaml +zlib -Copyright (c) 2014, the Dart project authors. -Copyright (c) 2006, Kirill Simonov. +Copyright (C) 1998-2005 Gilles Vollant +-------------------------------------------------------------------------------- +zlib -Permission is hereby granted, free of charge, to any person obtaining a copy of -this software and associated documentation files (the "Software"), to deal in -the Software without restriction, including without limitation the rights to -use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies -of the Software, and to permit persons to whom the Software is furnished to do -so, subject to the following conditions: +Copyright (C) 1998-2010 Gilles Vollant (minizip) ( http://www.winimage.com/zLibDll/minizip.html ) -The above copyright notice and this permission notice shall be included in all -copies or substantial portions of the Software. +Modifications for Zip64 support +Copyright (C) 2009-2010 Mathias Svensson ( http://result42.com ) -THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR -IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, -FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE -AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER -LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, -OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE -SOFTWARE. +For more info read MiniZip_info.txt --------------------------------------------------------------------------------- -yaml_edit +--------------------------------------------------------------------------- -Copyright 2020, the Dart project authors. +Condition of use and distribution are the same than zlib : -Redistribution and use in source and binary forms, with or without -modification, are permitted provided that the following conditions are -met: - * Redistributions of source code must retain the above copyright - notice, this list of conditions and the following disclaimer. - * Redistributions in binary form must reproduce the above - copyright notice, this list of conditions and the following - disclaimer in the documentation and/or other materials provided - with the distribution. - * Neither the name of Google LLC nor the names of its - contributors may be used to endorse or promote products derived - from this software without specific prior written permission. +This software is provided 'as-is', without any express or implied +warranty. In no event will the authors be held liable for any damages +arising from the use of this software. -THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS -"AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT -LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR -A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT -OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, -SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT -LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, -DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY -THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT -(INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE -OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. +Permission is granted to anyone to use this software for any purpose, +including commercial applications, and to alter it and redistribute it +freely, subject to the following restrictions: +1. The origin of this software must not be misrepresented; you must not +claim that you wrote the original software. If you use this software +in a product, an acknowledgment in the product documentation would be +appreciated but is not required. +2. Altered source versions must be plainly marked as such, and must not be +misrepresented as being the original software. +3. This notice may not be removed or altered from any source distribution. -------------------------------------------------------------------------------- zlib -Copyright (C) 1995-2023 Jean-loup Gailly and Mark Adler +Copyright (C) 1998-2010 Gilles Vollant (minizip) ( http://www.winimage.com/zLibDll/minizip.html ) + +Modifications of Unzip for Zip64 +Copyright (C) 2007-2008 Even Rouault + +Modifications for Zip64 support on both zip and unzip +Copyright (C) 2009-2010 Mathias Svensson ( http://result42.com ) + +For more info read MiniZip_info.txt + +--------------------------------------------------------------------------------- + +Condition of use and distribution are the same than zlib : This software is provided 'as-is', without any express or implied warranty. In no event will the authors be held liable for any damages @@ -35321,170 +32188,68 @@ including commercial applications, and to alter it and redistribute it freely, subject to the following restrictions: 1. The origin of this software must not be misrepresented; you must not - claim that you wrote the original software. If you use this software - in a product, an acknowledgment in the product documentation would be - appreciated but is not required. +claim that you wrote the original software. If you use this software +in a product, an acknowledgment in the product documentation would be +appreciated but is not required. 2. Altered source versions must be plainly marked as such, and must not be - misrepresented as being the original software. +misrepresented as being the original software. 3. This notice may not be removed or altered from any source distribution. -------------------------------------------------------------------------------- zlib -Copyright (C) 1998-2005 Gilles Vollant +Copyright (C) 2017 ARM, Inc. +Copyright 2017 The Chromium Authors +Use of this source code is governed by a BSD-style license that can be +found in the Chromium source repository LICENSE file. -------------------------------------------------------------------------------- zlib -Copyright (C) 2017 ARM, Inc. Copyright 2017 The Chromium Authors - -Redistribution and use in source and binary forms, with or without -modification, are permitted provided that the following conditions are -met: - - * Redistributions of source code must retain the above copyright -notice, this list of conditions and the following disclaimer. - * Redistributions in binary form must reproduce the above -copyright notice, this list of conditions and the following disclaimer -in the documentation and/or other materials provided with the -distribution. - * Neither the name of Google Inc. nor the names of its -contributors may be used to endorse or promote products derived from -this software without specific prior written permission. - -THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS -"AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT -LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR -A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT -OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, -SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT -LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, -DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY -THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT -(INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE -OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. +Use of this source code is governed by a BSD-style license that can be +found in the Chromium source repository LICENSE file. -------------------------------------------------------------------------------- zlib Copyright 2017 The Chromium Authors - -Redistribution and use in source and binary forms, with or without -modification, are permitted provided that the following conditions are -met: - - * Redistributions of source code must retain the above copyright -notice, this list of conditions and the following disclaimer. - * Redistributions in binary form must reproduce the above -copyright notice, this list of conditions and the following disclaimer -in the documentation and/or other materials provided with the -distribution. - * Neither the name of Google Inc. nor the names of its -contributors may be used to endorse or promote products derived from -this software without specific prior written permission. - -THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS -"AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT -LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR -A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT -OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, -SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT -LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, -DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY -THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT -(INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE -OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. +Use of this source code is governed by a BSD-style license that can be +found in the LICENSE file. -------------------------------------------------------------------------------- zlib Copyright 2018 The Chromium Authors - -Redistribution and use in source and binary forms, with or without -modification, are permitted provided that the following conditions are -met: - - * Redistributions of source code must retain the above copyright -notice, this list of conditions and the following disclaimer. - * Redistributions in binary form must reproduce the above -copyright notice, this list of conditions and the following disclaimer -in the documentation and/or other materials provided with the -distribution. - * Neither the name of Google Inc. nor the names of its -contributors may be used to endorse or promote products derived from -this software without specific prior written permission. - -THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS -"AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT -LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR -A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT -OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, -SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT -LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, -DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY -THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT -(INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE -OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. +Use of this source code is governed by a BSD-style license that can be +found in the Chromium source repository LICENSE file. -------------------------------------------------------------------------------- zlib Copyright 2019 The Chromium Authors - -Redistribution and use in source and binary forms, with or without -modification, are permitted provided that the following conditions are -met: - - * Redistributions of source code must retain the above copyright -notice, this list of conditions and the following disclaimer. - * Redistributions in binary form must reproduce the above -copyright notice, this list of conditions and the following disclaimer -in the documentation and/or other materials provided with the -distribution. - * Neither the name of Google Inc. nor the names of its -contributors may be used to endorse or promote products derived from -this software without specific prior written permission. - -THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS -"AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT -LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR -A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT -OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, -SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT -LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, -DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY -THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT -(INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE -OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. +Use of this source code is governed by a BSD-style license that can be +found in the Chromium source repository LICENSE file. -------------------------------------------------------------------------------- zlib Copyright 2022 The Chromium Authors +Use of this source code is governed by a BSD-style license that can be +found in the Chromium source repository LICENSE file. +-------------------------------------------------------------------------------- +zlib -Redistribution and use in source and binary forms, with or without -modification, are permitted provided that the following conditions are -met: - - * Redistributions of source code must retain the above copyright -notice, this list of conditions and the following disclaimer. - * Redistributions in binary form must reproduce the above -copyright notice, this list of conditions and the following disclaimer -in the documentation and/or other materials provided with the -distribution. - * Neither the name of Google Inc. nor the names of its -contributors may be used to endorse or promote products derived from -this software without specific prior written permission. +Copyright 2022 The Chromium Authors +Use of this source code is governed by a BSD-style license that can be +found in the LICENSE file. +-------------------------------------------------------------------------------- +zlib -THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS -"AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT -LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR -A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT -OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, -SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT -LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, -DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY -THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT -(INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE -OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. +Copyright 2022 The Chromium Authors +Use of this source code is governed by a BSD-style license that can be +found in the chromium source repository LICENSE file. -------------------------------------------------------------------------------- zlib +version 1.2.12, March 27th, 2022 + +Copyright (C) 1995-2022 Jean-loup Gailly and Mark Adler + This software is provided 'as-is', without any express or implied warranty. In no event will the authors be held liable for any damages arising from the use of this software. @@ -35503,9 +32268,9 @@ freely, subject to the following restrictions: -------------------------------------------------------------------------------- zlib -version 1.2.12, March 27th, 2022 +version 1.3.0.1, August xxth, 2023 -Copyright (C) 1995-2022 Jean-loup Gailly and Mark Adler +Copyright (C) 1995-2023 Jean-loup Gailly and Mark Adler This software is provided 'as-is', without any express or implied warranty. In no event will the authors be held liable for any damages @@ -35516,9 +32281,9 @@ including commercial applications, and to alter it and redistribute it freely, subject to the following restrictions: 1. The origin of this software must not be misrepresented; you must not - claim that you wrote the original software. If you use this software - in a product, an acknowledgment in the product documentation would be - appreciated but is not required. +claim that you wrote the original software. If you use this software +in a product, an acknowledgment in the product documentation would be +appreciated but is not required. 2. Altered source versions must be plainly marked as such, and must not be - misrepresented as being the original software. -3. This notice may not be removed or altered from any source distribution. +misrepresented as being the original software. +3. This notice may not be removed or altered from any source distribution. \ No newline at end of file diff --git a/hive/extension/devtools/build/assets/shaders/stretch_effect.frag b/hive/extension/devtools/build/assets/shaders/stretch_effect.frag new file mode 100644 index 00000000..b93e39bd --- /dev/null +++ b/hive/extension/devtools/build/assets/shaders/stretch_effect.frag @@ -0,0 +1,63 @@ +{ + "sksl": { + "entrypoint": "stretch_effect_fragment_main", + "shader": "// This SkSL shader is autogenerated by spirv-cross.\n\nfloat4 flutter_FragCoord;\n\nuniform vec2 u_size;\nuniform float u_max_stretch_intensity;\nuniform float u_overscroll_x;\nuniform float u_overscroll_y;\nuniform float u_interpolation_strength;\nuniform shader u_texture;\nuniform half2 u_texture_size;\n\nvec4 frag_color;\n\nvec2 FLT_flutter_local_FlutterFragCoord()\n{\n return flutter_FragCoord.xy;\n}\n\nfloat FLT_flutter_local_ease_in(float t, float d)\n{\n return t * d;\n}\n\nfloat FLT_flutter_local_compute_overscroll_start(float in_pos, float overscroll, float u_stretch_affected_dist, float u_inverse_stretch_affected_dist, float distance_stretched, float interpolation_strength)\n{\n float offset_pos = u_stretch_affected_dist - in_pos;\n float param = offset_pos;\n float param_1 = u_inverse_stretch_affected_dist;\n float pos_based_variation = mix(1.0, FLT_flutter_local_ease_in(param, param_1), interpolation_strength);\n float stretch_intensity = overscroll * pos_based_variation;\n return distance_stretched - (offset_pos / (1.0 + stretch_intensity));\n}\n\nfloat FLT_flutter_local_compute_overscroll_end(float in_pos, float overscroll, float reverse_stretch_dist, float u_stretch_affected_dist, float u_inverse_stretch_affected_dist, float distance_stretched, float interpolation_strength, float viewport_dimension)\n{\n float offset_pos = in_pos - reverse_stretch_dist;\n float param = offset_pos;\n float param_1 = u_inverse_stretch_affected_dist;\n float pos_based_variation = mix(1.0, FLT_flutter_local_ease_in(param, param_1), interpolation_strength);\n float stretch_intensity = (-overscroll) * pos_based_variation;\n return viewport_dimension - (distance_stretched - (offset_pos / (1.0 + stretch_intensity)));\n}\n\nfloat FLT_flutter_local_compute_streched_effect(float in_pos, float overscroll, float u_stretch_affected_dist, float u_inverse_stretch_affected_dist, float distance_stretched, float distance_diff, float interpolation_strength, float viewport_dimension)\n{\n if (overscroll > 0.0)\n {\n if (in_pos <= u_stretch_affected_dist)\n {\n float param = in_pos;\n float param_1 = overscroll;\n float param_2 = u_stretch_affected_dist;\n float param_3 = u_inverse_stretch_affected_dist;\n float param_4 = distance_stretched;\n float param_5 = interpolation_strength;\n return FLT_flutter_local_compute_overscroll_start(param, param_1, param_2, param_3, param_4, param_5);\n }\n else\n {\n return distance_diff + in_pos;\n }\n }\n else\n {\n if (overscroll < 0.0)\n {\n float stretch_affected_dist_calc = viewport_dimension - u_stretch_affected_dist;\n if (in_pos >= stretch_affected_dist_calc)\n {\n float param_6 = in_pos;\n float param_7 = overscroll;\n float param_8 = stretch_affected_dist_calc;\n float param_9 = u_stretch_affected_dist;\n float param_10 = u_inverse_stretch_affected_dist;\n float param_11 = distance_stretched;\n float param_12 = interpolation_strength;\n float param_13 = viewport_dimension;\n return FLT_flutter_local_compute_overscroll_end(param_6, param_7, param_8, param_9, param_10, param_11, param_12, param_13);\n }\n else\n {\n return (-distance_diff) + in_pos;\n }\n }\n else\n {\n return in_pos;\n }\n }\n}\n\nvoid FLT_main()\n{\n vec2 uv = FLT_flutter_local_FlutterFragCoord() / u_size;\n float in_u_norm = uv.x;\n float in_v_norm = uv.y;\n bool isVertical = u_overscroll_y != 0.0;\n float overscroll_1 = isVertical ? u_overscroll_y : u_overscroll_x;\n float norm_distance_stretched = 1.0 / (1.0 + abs(overscroll_1));\n float norm_dist_diff = norm_distance_stretched - 1.0;\n float _223;\n if (isVertical)\n {\n _223 = in_u_norm;\n }\n else\n {\n float param_14 = in_u_norm;\n float param_15 = overscroll_1;\n float param_16 = 1.0;\n float param_17 = 1.0;\n float param_18 = norm_distance_stretched;\n float param_19 = norm_dist_diff;\n float param_20 = u_interpolation_strength;\n float param_21 = 1.0;\n _223 = FLT_flutter_local_compute_streched_effect(param_14, param_15, param_16, param_17, param_18, param_19, param_20, param_21);\n }\n float out_u_norm = _223;\n float _246;\n if (isVertical)\n {\n float param_22 = in_v_norm;\n float param_23 = overscroll_1;\n float param_24 = 1.0;\n float param_25 = 1.0;\n float param_26 = norm_distance_stretched;\n float param_27 = norm_dist_diff;\n float param_28 = u_interpolation_strength;\n float param_29 = 1.0;\n _246 = FLT_flutter_local_compute_streched_effect(param_22, param_23, param_24, param_25, param_26, param_27, param_28, param_29);\n }\n else\n {\n _246 = in_v_norm;\n }\n float out_v_norm = _246;\n uv.x = out_u_norm;\n uv.y = out_v_norm;\n frag_color = u_texture.eval(u_texture_size * ( uv));\n}\n\nhalf4 main(float2 iFragCoord)\n{\n flutter_FragCoord = float4(iFragCoord, 0, 0);\n FLT_main();\n return frag_color;\n}\n", + "stage": 1, + "uniforms": [ + { + "array_elements": 0, + "bit_width": 32, + "columns": 1, + "location": 0, + "name": "u_size", + "rows": 2, + "type": 10 + }, + { + "array_elements": 0, + "bit_width": 0, + "columns": 1, + "location": 1, + "name": "u_texture", + "rows": 1, + "type": 12 + }, + { + "array_elements": 0, + "bit_width": 32, + "columns": 1, + "location": 2, + "name": "u_max_stretch_intensity", + "rows": 1, + "type": 10 + }, + { + "array_elements": 0, + "bit_width": 32, + "columns": 1, + "location": 3, + "name": "u_overscroll_x", + "rows": 1, + "type": 10 + }, + { + "array_elements": 0, + "bit_width": 32, + "columns": 1, + "location": 4, + "name": "u_overscroll_y", + "rows": 1, + "type": 10 + }, + { + "array_elements": 0, + "bit_width": 32, + "columns": 1, + "location": 5, + "name": "u_interpolation_strength", + "rows": 1, + "type": 10 + } + ] + } +} \ No newline at end of file diff --git a/hive/extension/devtools/build/canvaskit/canvaskit.js b/hive/extension/devtools/build/canvaskit/canvaskit.js index 7a6c1911..5103e757 100644 --- a/hive/extension/devtools/build/canvaskit/canvaskit.js +++ b/hive/extension/devtools/build/canvaskit/canvaskit.js @@ -140,9 +140,9 @@ k:(a,b,c,e,f,k,n,l,p,v,w,A,D)=>{w=K(w);k=O(f,k);l&&=O(n,l);v&&=O(p,v);D=O(A,D);v return ea.apply(this,Ea)});var la=Object.create(aa,{constructor:{value:Q}});Q.prototype=la;var X=new Jb(w,Q,la,D,P,k,l,v);if(X.ge){var ha;(ha=X.ge).ze??(ha.ze=[]);X.ge.ze.push(X)}P=new Qb(w,X,!0,!1,!1);ha=new Qb(w+"*",X,!1,!1,!1);aa=new Qb(w+" const*",X,!1,!0,!1);yb[a]={pointerType:ha,af:aa};Rb(I,Q);return[P,ha,aa]})},e:(a,b,c,e,f,k,n)=>{var l=hc(c,e);b=K(b);b=ic(b);k=O(f,k);mb([],[a],p=>{function v(){ec(`Cannot call ${w} due to unbound types`,l)}p=p[0];var w=`${p.name}.${b}`;b.startsWith("@@")&& (b=Symbol[b.substring(2)]);var A=p.be.constructor;void 0===A[b]?(v.oe=c-1,A[b]=v):(Gb(A,b,w),A[b].fe[c-1]=v);mb([],l,D=>{D=[D[0],null].concat(D.slice(1));D=gc(w,D,null,k,n);void 0===A[b].fe?(D.oe=c-1,A[b]=D):A[b].fe[c-1]=D;if(p.be.ze)for(const I of p.be.ze)I.constructor.hasOwnProperty(b)||(I.constructor[b]=D);return[]});return[]})},z:(a,b,c,e,f,k)=>{var n=hc(b,c);f=O(e,f);mb([],[a],l=>{l=l[0];var p=`constructor ${l.name}`;void 0===l.be.pe&&(l.be.pe=[]);if(void 0!==l.be.pe[b-1])throw new L(`Cannot register multiple constructors with identical number of parameters (${b- 1}) for class '${l.name}'! Overload resolution is currently only performed using the parameter count, not actual type info!`);l.be.pe[b-1]=()=>{ec(`Cannot construct ${l.name} due to unbound types`,n)};mb([],n,v=>{v.splice(1,0,null);l.be.pe[b-1]=gc(p,v,null,f,k);return[]});return[]})},a:(a,b,c,e,f,k,n,l)=>{var p=hc(c,e);b=K(b);b=ic(b);k=O(f,k);mb([],[a],v=>{function w(){ec(`Cannot call ${A} due to unbound types`,p)}v=v[0];var A=`${v.name}.${b}`;b.startsWith("@@")&&(b=Symbol[b.substring(2)]);l&&v.be.pf.push(b); -var D=v.be.se,I=D[b];void 0===I||void 0===I.fe&&I.className!==v.name&&I.oe===c-2?(w.oe=c-2,w.className=v.name,D[b]=w):(Gb(D,b,A),D[b].fe[c-2]=w);mb([],p,Q=>{Q=gc(A,Q,v,k,n);void 0===D[b].fe?(Q.oe=c-2,D[b]=Q):D[b].fe[c-2]=Q;return[]});return[]})},r:(a,b,c)=>{a=K(a);mb([],[b],e=>{e=e[0];r[a]=e.fromWireType(c);return[]})},ld:a=>lb(a,nc),i:(a,b,c,e)=>{function f(){}b=K(b);f.values={};lb(a,{name:b,constructor:f,fromWireType:function(k){return this.constructor.values[k]},toWireType:(k,n)=>n.value,je:8, -readValueFromPointer:oc(b,c,e),ke:null});Hb(b,f)},b:(a,b,c)=>{var e=pc(a,"enum");b=K(b);a=e.constructor;e=Object.create(e.constructor.prototype,{value:{value:c},constructor:{value:Fb(`${e.name}_${b}`,function(){})}});a.values[c]=e;a[b]=e},S:(a,b,c)=>{b=K(b);lb(a,{name:b,fromWireType:e=>e,toWireType:(e,f)=>f,je:8,readValueFromPointer:qc(b,c),ke:null})},w:(a,b,c,e,f,k)=>{var n=hc(b,c);a=K(a);a=ic(a);f=O(e,f);Hb(a,function(){ec(`Cannot call ${a} due to unbound types`,n)},b-1);mb([],n,l=>{l=[l[0],null].concat(l.slice(1)); -Rb(a,gc(a,l,null,f,k),b-1);return[]})},C:(a,b,c,e,f)=>{b=K(b);-1===f&&(f=4294967295);f=l=>l;if(0===e){var k=32-8*c;f=l=>l<>>k}var n=b.includes("unsigned")?function(l,p){return p>>>0}:function(l,p){return p};lb(a,{name:b,fromWireType:f,toWireType:n,je:8,readValueFromPointer:rc(b,c,0!==e),ke:null})},q:(a,b,c)=>{function e(k){return new f(Ca.buffer,H[k+4>>2],H[k>>2])}var f=[Int8Array,Uint8Array,Int16Array,Uint16Array,Int32Array,Uint32Array,Float32Array,Float64Array][b];c=K(c);lb(a,{name:c,fromWireType:e, +var D=v.be.se,I=D[b];void 0===I||void 0===I.fe&&I.className!==v.name&&I.oe===c-2?(w.oe=c-2,w.className=v.name,D[b]=w):(Gb(D,b,A),D[b].fe[c-2]=w);mb([],p,Q=>{Q=gc(A,Q,v,k,n);void 0===D[b].fe?(Q.oe=c-2,D[b]=Q):D[b].fe[c-2]=Q;return[]});return[]})},q:(a,b,c)=>{a=K(a);mb([],[b],e=>{e=e[0];r[a]=e.fromWireType(c);return[]})},ld:a=>lb(a,nc),j:(a,b,c,e)=>{function f(){}b=K(b);f.values={};lb(a,{name:b,constructor:f,fromWireType:function(k){return this.constructor.values[k]},toWireType:(k,n)=>n.value,je:8, +readValueFromPointer:oc(b,c,e),ke:null});Hb(b,f)},b:(a,b,c)=>{var e=pc(a,"enum");b=K(b);a=e.constructor;e=Object.create(e.constructor.prototype,{value:{value:c},constructor:{value:Fb(`${e.name}_${b}`,function(){})}});a.values[c]=e;a[b]=e},S:(a,b,c)=>{b=K(b);lb(a,{name:b,fromWireType:e=>e,toWireType:(e,f)=>f,je:8,readValueFromPointer:qc(b,c),ke:null})},x:(a,b,c,e,f,k)=>{var n=hc(b,c);a=K(a);a=ic(a);f=O(e,f);Hb(a,function(){ec(`Cannot call ${a} due to unbound types`,n)},b-1);mb([],n,l=>{l=[l[0],null].concat(l.slice(1)); +Rb(a,gc(a,l,null,f,k),b-1);return[]})},C:(a,b,c,e,f)=>{b=K(b);-1===f&&(f=4294967295);f=l=>l;if(0===e){var k=32-8*c;f=l=>l<>>k}var n=b.includes("unsigned")?function(l,p){return p>>>0}:function(l,p){return p};lb(a,{name:b,fromWireType:f,toWireType:n,je:8,readValueFromPointer:rc(b,c,0!==e),ke:null})},p:(a,b,c)=>{function e(k){return new f(Ca.buffer,H[k+4>>2],H[k>>2])}var f=[Int8Array,Uint8Array,Int16Array,Uint16Array,Int32Array,Uint32Array,Float32Array,Float64Array][b];c=K(c);lb(a,{name:c,fromWireType:e, je:8,readValueFromPointer:e},{lf:!0})},o:(a,b,c,e,f,k,n,l,p,v,w,A)=>{c=K(c);k=O(f,k);l=O(n,l);v=O(p,v);A=O(w,A);mb([a],[b],D=>{D=D[0];return[new Qb(c,D.be,!1,!1,!0,D,e,k,l,v,A)]})},R:(a,b)=>{b=K(b);var c="std::string"===b;lb(a,{name:b,fromWireType:function(e){var f=H[e>>2],k=e+4;if(c)for(var n=k,l=0;l<=f;++l){var p=k+l;if(l==f||0==B[p]){n=n?db(B,n,p-n):"";if(void 0===v)var v=n;else v+=String.fromCharCode(0),v+=n;n=p+1}}else{v=Array(f);for(l=0;l>2]=n;if(c&&k)ra(f,p,n+1);else if(k)for(k=0;k{c=K(c);if(2===b){var e=tc;var f=uc;var k=vc;var n=l=>Fa[l>>1]}else 4===b&&(e=wc,f=xc,k=yc,n=l=>H[l>>2]);lb(a,{name:c,fromWireType:l=>{for(var p=H[l>>2],v,w=l+4,A=0;A<=p;++A){var D=l+4+A*b;if(A==p||0==n(D))w=e(w,D-w),void 0===v?v=w:(v+=String.fromCharCode(0),v+=w),w=D+b}cc(l);return v},toWireType:(l,p)=>{if("string"!=typeof p)throw new L(`Cannot pass non-string to C++ string type ${c}`);var v=k(p),w=pd(4+v+b); @@ -174,8 +174,8 @@ b);else{if(72>=b){var e=wd[4*b],f=J;c>>=2;b*=4;for(var k=0;k>2],f[k+6]=J[e+(4*k+24)>>2],f[k+7]=J[e+(4*k+28)>>2],f[k+8]=J[e+(4*k+32)>>2]}else f=J.subarray(e>>2,e+36*b>>2);R.uniformMatrix3fv(Y(a),!!c,f)}},va:(a,b,c,e)=>{if(2<=z.version)b&&R.uniformMatrix4fv(Y(a),!!c,J,e>>2,16*b);else{if(18>=b){var f=wd[16*b],k=J;e>>=2;b*=16;for(var n=0;n>2,e+64*b>>2);R.uniformMatrix4fv(Y(a),!!c,f)}},ua:a=>{a=Nc[a];R.useProgram(a);R.bf=a},ta:(a,b)=>R.vertexAttrib1f(a,b),sa:(a,b)=>{R.vertexAttrib2f(a,J[b>>2],J[b+4>>2])},ra:(a,b)=>{R.vertexAttrib3f(a,J[b>>2],J[b+4>>2],J[b+8>>2])},qa:(a,b)=>{R.vertexAttrib4f(a,J[b>>2],J[b+4>>2],J[b+8>>2],J[b+12>>2])},pa:(a,b)=>{R.vertexAttribDivisor(a,b)},oa:(a,b,c,e,f)=>{R.vertexAttribIPointer(a,b,c,e,f)},na:(a,b,c,e,f,k)=>{R.vertexAttribPointer(a,b,c, !!e,f,k)},ma:(a,b,c,e)=>R.viewport(a,b,c,e),la:(a,b,c,e)=>{R.waitSync(Uc[a],b,(c>>>0)+4294967296*e)},ka:a=>{var b=B.length;a>>>=0;if(2147483648=c;c*=2){var e=b*(1+1/c);e=Math.min(e,a+100663296);a:{e=(Math.min(2147483648,65536*Math.ceil(Math.max(a,e)/65536))-za.buffer.byteLength+65535)/65536|0;try{za.grow(e);Ha();var f=1;break a}catch(k){}f=void 0}if(f)return!0}return!1},ja:()=>z?z.handle:0,qd:(a,b)=>{var c=0;Ad().forEach((e,f)=>{var k=b+c;f=H[a+4*f>>2]=k;for(k=0;k{var c=Ad();H[a>>2]=c.length;var e=0;c.forEach(f=>e+=f.length+1);H[b>>2]=e;return 0},ia:a=>{Xa||(Ba=!0);throw new Va(a);},N:()=>52,_:function(){return 52},od:()=>52,Z:function(){return 70},T:(a,b,c,e)=>{for(var f=0,k=0;k>2],l=H[b+4>>2];b+=8;for(var p=0;p>2]=f;return 0},ha:cd,ga:ed,fa:fd,ea:gd,J:nd,Q:rd,da:sd,j:Hd,v:Id,m:Jd,I:Kd, -ca:Ld,P:Md,O:Nd,s:Od,x:Pd,p:Qd,u:Rd,ba:Sd,aa:Td,$:Ud},Z=function(){function a(c){Z=c.exports;za=Z.wd;Ha();N=Z.zd;Ja.unshift(Z.xd);La--;0==La&&(null!==Na&&(clearInterval(Na),Na=null),Oa&&(c=Oa,Oa=null,c()));return Z}var b={a:Vd};La++;if(r.instantiateWasm)try{return r.instantiateWasm(b,a)}catch(c){ya(`Module.instantiateWasm callback failed with error: ${c}`),ca(c)}Ra??=r.locateFile?Qa("canvaskit.wasm")?"canvaskit.wasm":ta+"canvaskit.wasm":(new URL("canvaskit.wasm",import.meta.url)).href; +e.charCodeAt(k);Ca[f]=0;c+=e.length+1});return 0},pd:(a,b)=>{var c=Ad();H[a>>2]=c.length;var e=0;c.forEach(f=>e+=f.length+1);H[b>>2]=e;return 0},ia:a=>{Xa||(Ba=!0);throw new Va(a);},N:()=>52,_:function(){return 52},od:()=>52,Z:function(){return 70},T:(a,b,c,e)=>{for(var f=0,k=0;k>2],l=H[b+4>>2];b+=8;for(var p=0;p>2]=f;return 0},ha:cd,ga:ed,fa:fd,ea:gd,J:nd,Q:rd,da:sd,i:Hd,w:Id,m:Jd,I:Kd, +ca:Ld,P:Md,O:Nd,s:Od,v:Pd,r:Qd,u:Rd,ba:Sd,aa:Td,$:Ud},Z=function(){function a(c){Z=c.exports;za=Z.wd;Ha();N=Z.zd;Ja.unshift(Z.xd);La--;0==La&&(null!==Na&&(clearInterval(Na),Na=null),Oa&&(c=Oa,Oa=null,c()));return Z}var b={a:Vd};La++;if(r.instantiateWasm)try{return r.instantiateWasm(b,a)}catch(c){ya(`Module.instantiateWasm callback failed with error: ${c}`),ca(c)}Ra??=r.locateFile?Qa("canvaskit.wasm")?"canvaskit.wasm":ta+"canvaskit.wasm":(new URL("canvaskit.wasm",import.meta.url)).href; Ua(b,function(c){a(c.instance)}).catch(ca);return{}}(),bc=a=>(bc=Z.yd)(a),pd=r._malloc=a=>(pd=r._malloc=Z.Ad)(a),cc=r._free=a=>(cc=r._free=Z.Bd)(a),Wd=(a,b)=>(Wd=Z.Cd)(a,b),Xd=a=>(Xd=Z.Dd)(a),Yd=()=>(Yd=Z.Ed)();r.dynCall_viji=(a,b,c,e,f)=>(r.dynCall_viji=Z.Fd)(a,b,c,e,f);r.dynCall_vijiii=(a,b,c,e,f,k,n)=>(r.dynCall_vijiii=Z.Gd)(a,b,c,e,f,k,n);r.dynCall_viiiiij=(a,b,c,e,f,k,n,l)=>(r.dynCall_viiiiij=Z.Hd)(a,b,c,e,f,k,n,l);r.dynCall_vij=(a,b,c,e)=>(r.dynCall_vij=Z.Id)(a,b,c,e); r.dynCall_iiiji=(a,b,c,e,f,k)=>(r.dynCall_iiiji=Z.Jd)(a,b,c,e,f,k);r.dynCall_jii=(a,b,c)=>(r.dynCall_jii=Z.Kd)(a,b,c);r.dynCall_jiiiiii=(a,b,c,e,f,k,n)=>(r.dynCall_jiiiiii=Z.Ld)(a,b,c,e,f,k,n);r.dynCall_jiiiiji=(a,b,c,e,f,k,n,l)=>(r.dynCall_jiiiiji=Z.Md)(a,b,c,e,f,k,n,l);r.dynCall_ji=(a,b)=>(r.dynCall_ji=Z.Nd)(a,b);r.dynCall_iijj=(a,b,c,e,f,k)=>(r.dynCall_iijj=Z.Od)(a,b,c,e,f,k);r.dynCall_iiji=(a,b,c,e,f)=>(r.dynCall_iiji=Z.Pd)(a,b,c,e,f); r.dynCall_iijjiii=(a,b,c,e,f,k,n,l,p)=>(r.dynCall_iijjiii=Z.Qd)(a,b,c,e,f,k,n,l,p);r.dynCall_iij=(a,b,c,e)=>(r.dynCall_iij=Z.Rd)(a,b,c,e);r.dynCall_vijjjii=(a,b,c,e,f,k,n,l,p,v)=>(r.dynCall_vijjjii=Z.Sd)(a,b,c,e,f,k,n,l,p,v);r.dynCall_jiji=(a,b,c,e,f)=>(r.dynCall_jiji=Z.Td)(a,b,c,e,f);r.dynCall_viijii=(a,b,c,e,f,k,n)=>(r.dynCall_viijii=Z.Ud)(a,b,c,e,f,k,n);r.dynCall_iiiiij=(a,b,c,e,f,k,n)=>(r.dynCall_iiiiij=Z.Vd)(a,b,c,e,f,k,n); diff --git a/hive/extension/devtools/build/canvaskit/canvaskit.js.symbols b/hive/extension/devtools/build/canvaskit/canvaskit.js.symbols index 980d4943..f33e0726 100644 --- a/hive/extension/devtools/build/canvaskit/canvaskit.js.symbols +++ b/hive/extension/devtools/build/canvaskit/canvaskit.js.symbols @@ -6,22 +6,22 @@ 5:_emval_new_cstring 6:_emval_take_value 7:_emval_set_property -8:_embind_register_enum -9:invoke_ii +8:invoke_ii +9:_embind_register_enum 10:_embind_register_class 11:_emval_run_destructors 12:invoke_iiii 13:_emval_get_method_caller 14:_embind_register_smart_ptr -15:invoke_viii -16:_embind_register_memory_view -17:_embind_register_constant +15:_embind_register_memory_view +16:_embind_register_constant +17:invoke_viii 18:invoke_vi 19:_emval_call_method 20:invoke_viiii -21:invoke_iii -22:_embind_register_function -23:invoke_vii +21:invoke_vii +22:invoke_iii +23:_embind_register_function 24:_emval_get_property 25:_embind_register_class_constructor 26:_embind_register_value_object @@ -242,238 +242,238 @@ 241:__memcpy 242:SkString::~SkString\28\29 243:__memset -244:SkColorInfo::~SkColorInfo\28\29 -245:GrGLSLShaderBuilder::codeAppendf\28char\20const*\2c\20...\29 -246:SkData::~SkData\28\29 -247:SkString::SkString\28\29 +244:std::__2::basic_string\2c\20std::__2::allocator>::append\28char\20const*\2c\20unsigned\20long\29 +245:SkColorInfo::~SkColorInfo\28\29 +246:GrGLSLShaderBuilder::codeAppendf\28char\20const*\2c\20...\29 +247:SkData::~SkData\28\29 248:memmove -249:SkContainerAllocator::allocate\28int\2c\20double\29 -250:uprv_free_74 -251:memcmp -252:SkString::insert\28unsigned\20long\2c\20char\20const*\29 -253:std::__2::__function::__func\2c\20void\20\28int\2c\20skia::textlayout::Paragraph::VisitorInfo\20const*\29>::~__func\28\29 -254:SkDebugf\28char\20const*\2c\20...\29 -255:SkPath::~SkPath\28\29 -256:hb_blob_destroy -257:uprv_malloc_74 -258:strlen -259:std::__2::basic_string\2c\20std::__2::allocator>::append\28char\20const*\29 +249:SkString::SkString\28\29 +250:SkContainerAllocator::allocate\28int\2c\20double\29 +251:uprv_free_74 +252:SkPath::~SkPath\28\29 +253:memcmp +254:SkString::insert\28unsigned\20long\2c\20char\20const*\29 +255:std::__2::__function::__func\2c\20void\20\28int\2c\20skia::textlayout::Paragraph::VisitorInfo\20const*\29>::~__func\28\29 +256:strlen +257:hb_blob_destroy +258:SkDebugf\28char\20const*\2c\20...\29 +259:uprv_malloc_74 260:sk_report_container_overflow_and_die\28\29 261:SkSL::ErrorReporter::error\28SkSL::Position\2c\20std::__2::basic_string_view>\29 262:SkArenaAlloc::ensureSpace\28unsigned\20int\2c\20unsigned\20int\29 263:ft_mem_free 264:strcmp -265:SkRasterPipeline::append\28SkRasterPipelineOp\2c\20void*\29 -266:SkString::SkString\28char\20const*\29 -267:__wasm_setjmp_test +265:__wasm_setjmp_test +266:SkRasterPipeline::append\28SkRasterPipelineOp\2c\20void*\29 +267:SkString::SkString\28char\20const*\29 268:FT_MulFix 269:emscripten::default_smart_ptr_trait>::share\28void*\29 270:SkTDStorage::append\28\29 -271:SkMatrix::computeTypeMask\28\29\20const -272:SkWriter32::growToAtLeast\28unsigned\20long\29 -273:GrGpuResource::notifyARefCntIsZero\28GrIORef::LastRemovedRef\29\20const -274:std::__2::basic_string\2c\20std::__2::allocator>::append\28char\20const*\2c\20unsigned\20long\29 -275:fmaxf -276:std::__2::basic_string\2c\20std::__2::allocator>::size\5babi:nn180100\5d\28\29\20const -277:SkString::SkString\28SkString&&\29 -278:SkSL::Pool::AllocMemory\28unsigned\20long\29 -279:std::__2::basic_string\2c\20std::__2::allocator>::__throw_length_error\5babi:ne180100\5d\28\29\20const -280:GrColorInfo::~GrColorInfo\28\29 -281:SkIRect::intersect\28SkIRect\20const&\2c\20SkIRect\20const&\29 -282:GrBackendFormat::~GrBackendFormat\28\29 -283:SkMatrix::computePerspectiveTypeMask\28\29\20const -284:std::__2::basic_string\2c\20std::__2::allocator>::insert\28unsigned\20long\2c\20char\20const*\29 -285:skia_private::TArray::push_back\28SkPoint\20const&\29 -286:SkPaint::~SkPaint\28\29 -287:icu_74::UnicodeString::~UnicodeString\28\29 -288:GrContext_Base::caps\28\29\20const -289:icu_74::UMemory::operator\20delete\28void*\29 -290:void\20emscripten::internal::raw_destructor\28SkContourMeasure*\29 -291:SkTDStorage::~SkTDStorage\28\29 -292:std::__2::vector>::__throw_length_error\5babi:ne180100\5d\28\29\20const -293:SkSL::RP::Generator::pushExpression\28SkSL::Expression\20const&\2c\20bool\29 -294:SkTDStorage::SkTDStorage\28int\29 -295:SkStrokeRec::getStyle\28\29\20const -296:SkString::SkString\28SkString\20const&\29 -297:sk_malloc_throw\28unsigned\20long\2c\20unsigned\20long\29 -298:SkFontMgr*\20emscripten::base::convertPointer\28skia::textlayout::TypefaceFontProvider*\29 -299:icu_74::MaybeStackArray::~MaybeStackArray\28\29 -300:SkColorInfo::SkColorInfo\28SkColorInfo\20const&\29 -301:SkArenaAlloc::installFooter\28char*\20\28*\29\28char*\29\2c\20unsigned\20int\29 +271:SkWriter32::growToAtLeast\28unsigned\20long\29 +272:GrGpuResource::notifyARefCntIsZero\28GrIORef::LastRemovedRef\29\20const +273:fmaxf +274:std::__2::basic_string\2c\20std::__2::allocator>::size\5babi:nn180100\5d\28\29\20const +275:std::__2::basic_string\2c\20std::__2::allocator>::__throw_length_error\5babi:ne180100\5d\28\29\20const +276:SkString::SkString\28SkString&&\29 +277:SkSL::Pool::AllocMemory\28unsigned\20long\29 +278:GrColorInfo::~GrColorInfo\28\29 +279:SkIRect::intersect\28SkIRect\20const&\2c\20SkIRect\20const&\29 +280:SkMatrix::computePerspectiveTypeMask\28\29\20const +281:GrBackendFormat::~GrBackendFormat\28\29 +282:SkMatrix::computeTypeMask\28\29\20const +283:SkPaint::~SkPaint\28\29 +284:std::__2::basic_string\2c\20std::__2::allocator>::insert\28unsigned\20long\2c\20char\20const*\2c\20unsigned\20long\29 +285:icu_74::UnicodeString::~UnicodeString\28\29 +286:GrContext_Base::caps\28\29\20const +287:void\20emscripten::internal::raw_destructor\28SkContourMeasure*\29 +288:icu_74::UMemory::operator\20delete\28void*\29 +289:SkTDStorage::~SkTDStorage\28\29 +290:std::__2::vector>::__throw_length_error\5babi:ne180100\5d\28\29\20const +291:SkSL::RP::Generator::pushExpression\28SkSL::Expression\20const&\2c\20bool\29 +292:SkTDStorage::SkTDStorage\28int\29 +293:SkStrokeRec::getStyle\28\29\20const +294:SkString::SkString\28SkString\20const&\29 +295:SkFontMgr*\20emscripten::base::convertPointer\28skia::textlayout::TypefaceFontProvider*\29 +296:SkColorInfo::SkColorInfo\28SkColorInfo\20const&\29 +297:icu_74::MaybeStackArray::~MaybeStackArray\28\29 +298:SkArenaAlloc::installFooter\28char*\20\28*\29\28char*\29\2c\20unsigned\20int\29 +299:SkArenaAlloc::allocObjectWithFooter\28unsigned\20int\2c\20unsigned\20int\29 +300:strncmp +301:sk_malloc_throw\28unsigned\20long\2c\20unsigned\20long\29 302:SkBitmap::~SkBitmap\28\29 -303:SkArenaAlloc::allocObjectWithFooter\28unsigned\20int\2c\20unsigned\20int\29 -304:strncmp -305:SkMatrix::mapRect\28SkRect*\2c\20SkRect\20const&\2c\20SkApplyPerspectiveClip\29\20const -306:skia_private::TArray::push_back\28unsigned\20char&&\29 -307:hb_ot_map_builder_t::add_feature\28unsigned\20int\2c\20hb_ot_map_feature_flags_t\2c\20unsigned\20int\29 -308:SkSemaphore::osSignal\28int\29 -309:fminf -310:icu_74::CharString::append\28char\20const*\2c\20int\2c\20UErrorCode&\29 -311:hb_buffer_t::message\28hb_font_t*\2c\20char\20const*\2c\20...\29 -312:SkString::operator=\28SkString&&\29 -313:SkArenaAlloc::~SkArenaAlloc\28\29 -314:SkSemaphore::osWait\28\29 -315:skia_png_error -316:SkSL::Parser::nextRawToken\28\29 -317:hb_buffer_t::make_room_for\28unsigned\20int\2c\20unsigned\20int\29 -318:icu_74::StringPiece::StringPiece\28char\20const*\29 -319:std::__2::__shared_weak_count::__release_weak\28\29 -320:ft_mem_realloc -321:SkIntersections::insert\28double\2c\20double\2c\20SkDPoint\20const&\29 -322:SkString::appendf\28char\20const*\2c\20...\29 -323:SkColorInfo::bytesPerPixel\28\29\20const -324:FT_DivFix -325:uprv_isASCIILetter_74 -326:std::__2::basic_string\2c\20std::__2::allocator>::~basic_string\28\29 -327:skia_png_free +303:SkMatrix::mapRect\28SkRect*\2c\20SkRect\20const&\29\20const +304:hb_ot_map_builder_t::add_feature\28unsigned\20int\2c\20hb_ot_map_feature_flags_t\2c\20unsigned\20int\29 +305:SkSemaphore::osSignal\28int\29 +306:fminf +307:icu_74::CharString::append\28char\20const*\2c\20int\2c\20UErrorCode&\29 +308:hb_buffer_t::message\28hb_font_t*\2c\20char\20const*\2c\20...\29 +309:SkArenaAlloc::~SkArenaAlloc\28\29 +310:SkString::operator=\28SkString&&\29 +311:SkSemaphore::osWait\28\29 +312:skia_png_error +313:SkSL::Parser::nextRawToken\28\29 +314:hb_buffer_t::make_room_for\28unsigned\20int\2c\20unsigned\20int\29 +315:icu_74::StringPiece::StringPiece\28char\20const*\29 +316:std::__2::__shared_weak_count::__release_weak\28\29 +317:ft_mem_realloc +318:SkIntersections::insert\28double\2c\20double\2c\20SkDPoint\20const&\29 +319:skia_private::TArray::push_back\28SkPoint\20const&\29 +320:SkString::appendf\28char\20const*\2c\20...\29 +321:SkPath::SkPath\28SkPath\20const&\29 +322:SkColorInfo::bytesPerPixel\28\29\20const +323:FT_DivFix +324:uprv_isASCIILetter_74 +325:std::__2::basic_string\2c\20std::__2::allocator>::~basic_string\28\29 +326:skia_png_free +327:SkImageGenerator::onGetYUVAPlanes\28SkYUVAPixmaps\20const&\29 328:utext_setNativeIndex_74 329:utext_getNativeIndex_74 330:ures_closeBundle\28UResourceBundle*\2c\20signed\20char\29 331:std::__throw_bad_array_new_length\5babi:ne180100\5d\28\29 332:skia_png_crc_finish -333:SkImageGenerator::onGetYUVAPlanes\28SkYUVAPixmaps\20const&\29 -334:skia_png_chunk_benign_error -335:SkPath::SkPath\28\29 -336:SkChecksum::Hash32\28void\20const*\2c\20unsigned\20long\2c\20unsigned\20int\29 -337:emscripten_builtin_malloc -338:SkMatrix::setTranslate\28float\2c\20float\29 -339:SkBlitter::~SkBlitter\28\29 -340:ft_mem_qrealloc -341:SkPaint::SkPaint\28SkPaint\20const&\29 -342:skia_png_warning -343:GrGLExtensions::has\28char\20const*\29\20const -344:icu_74::MaybeStackArray::MaybeStackArray\28\29 -345:FT_Stream_Seek -346:GrVertexChunkBuilder::allocChunk\28int\29 -347:SkBitmap::SkBitmap\28\29 -348:strchr -349:SkReadBuffer::readUInt\28\29 -350:SkPath::SkPath\28SkPath\20const&\29 -351:SkMatrix::reset\28\29 -352:SkImageInfo::MakeUnknown\28int\2c\20int\29 -353:GrSurfaceProxyView::asRenderTargetProxy\28\29\20const -354:skia_private::TArray::push_back\28unsigned\20long\20const&\29 -355:SkPaint::SkPaint\28\29 -356:SkColorInfo::SkColorInfo\28SkColorInfo&&\29 -357:strstr -358:hb_buffer_t::_set_glyph_flags\28unsigned\20int\2c\20unsigned\20int\2c\20unsigned\20int\2c\20bool\2c\20bool\29 -359:ft_validator_error -360:skia_private::TArray\2c\20true>::push_back\28sk_sp&&\29 -361:skgpu::Swizzle::Swizzle\28char\20const*\29 -362:hb_blob_get_data_writable -363:SkOpPtT::segment\28\29\20const -364:GrTextureGenerator::isTextureGenerator\28\29\20const -365:SkSL::Parser::expect\28SkSL::Token::Kind\2c\20char\20const*\2c\20SkSL::Token*\29 -366:sk_malloc_flags\28unsigned\20long\2c\20unsigned\20int\29 -367:SkMatrix::invertNonIdentity\28SkMatrix*\29\20const -368:uhash_close_74 -369:hb_draw_funcs_t::start_path\28void*\2c\20hb_draw_state_t&\29 -370:SkSL::RP::Builder::appendInstruction\28SkSL::RP::BuilderOp\2c\20SkSL::RP::Builder::SlotList\2c\20int\2c\20int\2c\20int\2c\20int\29 -371:FT_Stream_ReadUShort -372:skia_private::TArray::push_back\28SkSL::RP::Instruction&&\29 -373:skia_png_get_uint_32 -374:skia_png_calculate_crc -375:SkPoint::Length\28float\2c\20float\29 -376:OT::VarData::get_delta\28unsigned\20int\2c\20int\20const*\2c\20unsigned\20int\2c\20OT::VarRegionList\20const&\2c\20float*\29\20const -377:hb_realloc -378:hb_lazy_loader_t\2c\20hb_face_t\2c\2031u\2c\20hb_blob_t>::do_destroy\28hb_blob_t*\29 -379:hb_calloc -380:std::__2::basic_string\2c\20std::__2::allocator>::resize\5babi:nn180100\5d\28unsigned\20long\29 -381:SkSL::GLSLCodeGenerator::writeExpression\28SkSL::Expression\20const&\2c\20SkSL::OperatorPrecedence\29 -382:std::__2::basic_string\2c\20std::__2::allocator>::__get_pointer\5babi:nn180100\5d\28\29 -383:SkRect::join\28SkRect\20const&\29 -384:OT::DeltaSetIndexMap::map\28unsigned\20int\29\20const -385:GrImageInfo::GrImageInfo\28GrImageInfo\20const&\29 -386:subtag_matches\28char\20const*\2c\20char\20const*\2c\20char\20const*\2c\20unsigned\20int\29 -387:std::__2::basic_string\2c\20std::__2::allocator>::operator\5b\5d\5babi:nn180100\5d\28unsigned\20long\29\20const -388:std::__2::locale::~locale\28\29 -389:icu_74::CharString::append\28char\2c\20UErrorCode&\29 -390:SkLoadICULib\28\29 -391:ucptrie_internalSmallIndex_74 -392:std::__2::basic_string\2c\20std::__2::allocator>::push_back\28char\29 -393:skia_private::TArray::push_back\28SkString&&\29 -394:std::__2::__throw_bad_function_call\5babi:ne180100\5d\28\29 -395:SkRect::intersect\28SkRect\20const&\29 -396:SkRasterPipeline::uncheckedAppend\28SkRasterPipelineOp\2c\20void*\29 -397:SkMatrix::mapPoints\28SkSpan\2c\20SkSpan\29\20const -398:strcpy -399:skia_private::TArray>\2c\20true>::operator=\28skia_private::TArray>\2c\20true>&&\29 -400:decltype\28auto\29\20std::__2::__variant_detail::__visitation::__base::__dispatcher<1ul>::__dispatch\5babi:ne180100\5d\2c\20\28std::__2::__variant_detail::_Trait\291>::__destroy\5babi:ne180100\5d\28\29::'lambda'\28auto&\29&&\2c\20std::__2::__variant_detail::__base<\28std::__2::__variant_detail::_Trait\291\2c\20SkPaint\2c\20int>&>\28auto\2c\20std::__2::__variant_detail::__base<\28std::__2::__variant_detail::_Trait\291\2c\20SkPaint\2c\20int>&\29 -401:cf2_stack_popFixed -402:SkPathRef::Editor::Editor\28sk_sp*\2c\20int\2c\20int\2c\20int\29 -403:SkJSONWriter::appendName\28char\20const*\29 -404:SkCachedData::internalUnref\28bool\29\20const -405:skgpu::ganesh::SurfaceContext::caps\28\29\20const -406:SkPath::getBounds\28\29\20const -407:GrProcessor::operator\20new\28unsigned\20long\29 -408:FT_MulDiv -409:std::__2::to_string\28int\29 -410:icu_74::UnicodeString::doAppend\28char16_t\20const*\2c\20int\2c\20int\29 -411:hb_blob_reference -412:SkSemaphore::~SkSemaphore\28\29 -413:SkPathBuilder::lineTo\28SkPoint\29 -414:std::__2::ios_base::getloc\28\29\20const -415:hb_blob_make_immutable -416:SkRuntimeEffect::uniformSize\28\29\20const -417:SkJSONWriter::beginValue\28bool\29 -418:umtx_unlock_74 -419:skia_png_read_push_finish_row -420:skia::textlayout::TextStyle::~TextStyle\28\29 -421:SkString::operator=\28char\20const*\29 -422:SkMatrix::mapPointPerspective\28SkPoint\29\20const -423:skia_private::TArray::push_back_raw\28int\29 -424:hb_ot_map_builder_t::add_pause\28unsigned\20int\2c\20bool\20\28*\29\28hb_ot_shape_plan_t\20const*\2c\20hb_font_t*\2c\20hb_buffer_t*\29\29 -425:embind_init_Paragraph\28\29::$_10::__invoke\28skia::textlayout::ParagraphBuilderImpl&\2c\20unsigned\20long\2c\20unsigned\20long\29 -426:VP8GetValue -427:SkRegion::~SkRegion\28\29 -428:SkReadBuffer::setInvalid\28\29 -429:SkColorInfo::operator=\28SkColorInfo\20const&\29 -430:SkColorInfo::operator=\28SkColorInfo&&\29 -431:uhash_get_74 -432:std::__2::basic_string\2c\20std::__2::allocator>::basic_string\5babi:nn180100\5d\28\29 -433:icu_74::UnicodeSet::~UnicodeSet\28\29 -434:icu_74::UnicodeSet::contains\28int\29\20const -435:SkPoint::normalize\28\29 -436:SkDynamicMemoryWStream::write\28void\20const*\2c\20unsigned\20long\29 -437:SkArenaAlloc::SkArenaAlloc\28char*\2c\20unsigned\20long\2c\20unsigned\20long\29 -438:utext_next32_74 -439:jdiv_round_up -440:SkSL::RP::Builder::binary_op\28SkSL::RP::BuilderOp\2c\20int\29 -441:SkPath::lineTo\28float\2c\20float\29 -442:std::__2::basic_string\2c\20std::__2::allocator>::capacity\5babi:nn180100\5d\28\29\20const -443:jzero_far -444:FT_Stream_ExitFrame -445:skia_private::TArray::push_back_raw\28int\29 -446:skia_png_write_data -447:bool\20std::__2::operator==\5babi:nn180100\5d>\28std::__2::istreambuf_iterator>\20const&\2c\20std::__2::istreambuf_iterator>\20const&\29 -448:SkPathRef::growForVerb\28int\2c\20float\29 -449:umtx_lock_74 -450:abort -451:__shgetc -452:SkSL::SymbolTable::addWithoutOwnershipOrDie\28SkSL::Symbol*\29 -453:SkPath::operator=\28SkPath\20const&\29 -454:SkBlitter::~SkBlitter\28\29_1466 -455:FT_Stream_GetUShort -456:std::__2::basic_string\2c\20std::__2::allocator>::operator=\5babi:nn180100\5d\28wchar_t\20const*\29 -457:std::__2::basic_string\2c\20std::__2::allocator>::operator=\5babi:nn180100\5d\28char\20const*\29 -458:bool\20std::__2::operator==\5babi:nn180100\5d>\28std::__2::istreambuf_iterator>\20const&\2c\20std::__2::istreambuf_iterator>\20const&\29 -459:SkPoint::scale\28float\2c\20SkPoint*\29\20const -460:SkMatrix::setConcat\28SkMatrix\20const&\2c\20SkMatrix\20const&\29 -461:round -462:icu_74::UVector32::expandCapacity\28int\2c\20UErrorCode&\29 -463:SkSL::String::printf\28char\20const*\2c\20...\29 -464:OT::Layout::Common::Coverage::get_coverage\28unsigned\20int\29\20const -465:GrSurfaceProxyView::asTextureProxy\28\29\20const -466:GrOp::GenOpClassID\28\29 -467:hb_bit_set_t::page_for\28unsigned\20int\2c\20bool\29 -468:SkSurfaceProps::SkSurfaceProps\28\29 -469:SkStringPrintf\28char\20const*\2c\20...\29 +333:skia_png_chunk_benign_error +334:SkChecksum::Hash32\28void\20const*\2c\20unsigned\20long\2c\20unsigned\20int\29 +335:emscripten_builtin_malloc +336:SkMatrix::setTranslate\28float\2c\20float\29 +337:SkBlitter::~SkBlitter\28\29 +338:GrVertexChunkBuilder::allocChunk\28int\29 +339:ft_mem_qrealloc +340:SkPaint::SkPaint\28SkPaint\20const&\29 +341:skia_png_warning +342:GrGLExtensions::has\28char\20const*\29\20const +343:icu_74::MaybeStackArray::MaybeStackArray\28\29 +344:FT_Stream_Seek +345:SkPathBuilder::lineTo\28SkPoint\29 +346:SkBitmap::SkBitmap\28\29 +347:strchr +348:SkReadBuffer::readUInt\28\29 +349:SkMatrix::invert\28\29\20const +350:SkImageInfo::MakeUnknown\28int\2c\20int\29 +351:GrSurfaceProxyView::asRenderTargetProxy\28\29\20const +352:skia_private::TArray::push_back\28unsigned\20long\20const&\29 +353:SkPaint::SkPaint\28\29 +354:SkColorInfo::SkColorInfo\28SkColorInfo&&\29 +355:strstr +356:hb_buffer_t::_set_glyph_flags\28unsigned\20int\2c\20unsigned\20int\2c\20unsigned\20int\2c\20bool\2c\20bool\29 +357:ft_validator_error +358:skia_private::TArray\2c\20true>::push_back\28sk_sp&&\29 +359:skgpu::Swizzle::Swizzle\28char\20const*\29 +360:hb_blob_get_data_writable +361:SkOpPtT::segment\28\29\20const +362:GrTextureGenerator::isTextureGenerator\28\29\20const +363:SkSL::Parser::expect\28SkSL::Token::Kind\2c\20char\20const*\2c\20SkSL::Token*\29 +364:sk_malloc_flags\28unsigned\20long\2c\20unsigned\20int\29 +365:uhash_close_74 +366:hb_draw_funcs_t::start_path\28void*\2c\20hb_draw_state_t&\29 +367:SkSL::RP::Builder::appendInstruction\28SkSL::RP::BuilderOp\2c\20SkSL::RP::Builder::SlotList\2c\20int\2c\20int\2c\20int\2c\20int\29 +368:FT_Stream_ReadUShort +369:skia_private::TArray::push_back\28SkSL::RP::Instruction&&\29 +370:skia_png_get_uint_32 +371:skia_png_calculate_crc +372:SkPoint::Length\28float\2c\20float\29 +373:OT::VarData::get_delta\28unsigned\20int\2c\20int\20const*\2c\20unsigned\20int\2c\20OT::VarRegionList\20const&\2c\20float*\29\20const +374:hb_realloc +375:hb_lazy_loader_t\2c\20hb_face_t\2c\2031u\2c\20hb_blob_t>::do_destroy\28hb_blob_t*\29 +376:hb_calloc +377:SkSL::GLSLCodeGenerator::writeExpression\28SkSL::Expression\20const&\2c\20SkSL::OperatorPrecedence\29 +378:SkPath::SkPath\28\29 +379:std::__2::basic_string\2c\20std::__2::allocator>::resize\5babi:nn180100\5d\28unsigned\20long\29 +380:SkRect::join\28SkRect\20const&\29 +381:OT::DeltaSetIndexMap::map\28unsigned\20int\29\20const +382:GrImageInfo::GrImageInfo\28GrImageInfo\20const&\29 +383:subtag_matches\28char\20const*\2c\20char\20const*\2c\20char\20const*\2c\20unsigned\20int\29 +384:std::__2::basic_string\2c\20std::__2::allocator>::operator\5b\5d\5babi:nn180100\5d\28unsigned\20long\29\20const +385:std::__2::locale::~locale\28\29 +386:icu_74::CharString::append\28char\2c\20UErrorCode&\29 +387:SkMatrix::mapPoints\28SkSpan\2c\20SkSpan\29\20const +388:SkLoadICULib\28\29 +389:ucptrie_internalSmallIndex_74 +390:std::__2::basic_string\2c\20std::__2::allocator>::__get_pointer\5babi:nn180100\5d\28\29 +391:skia_private::TArray::push_back\28SkString&&\29 +392:decltype\28auto\29\20std::__2::__variant_detail::__visitation::__base::__dispatcher<1ul>::__dispatch\5babi:ne180100\5d\2c\20\28std::__2::__variant_detail::_Trait\291>::__destroy\5babi:ne180100\5d\28\29::'lambda'\28auto&\29&&\2c\20std::__2::__variant_detail::__base<\28std::__2::__variant_detail::_Trait\291\2c\20SkPaint\2c\20int>&>\28auto\2c\20std::__2::__variant_detail::__base<\28std::__2::__variant_detail::_Trait\291\2c\20SkPaint\2c\20int>&\29 +393:std::__2::__throw_bad_function_call\5babi:ne180100\5d\28\29 +394:SkRect::intersect\28SkRect\20const&\29 +395:SkRasterPipeline::uncheckedAppend\28SkRasterPipelineOp\2c\20void*\29 +396:strcpy +397:skia_private::TArray>\2c\20true>::operator=\28skia_private::TArray>\2c\20true>&&\29 +398:cf2_stack_popFixed +399:SkJSONWriter::appendName\28char\20const*\29 +400:SkCachedData::internalUnref\28bool\29\20const +401:skgpu::ganesh::SurfaceContext::caps\28\29\20const +402:GrProcessor::operator\20new\28unsigned\20long\29 +403:FT_MulDiv +404:icu_74::UnicodeString::doAppend\28char16_t\20const*\2c\20int\2c\20int\29 +405:hb_blob_reference +406:SkSemaphore::~SkSemaphore\28\29 +407:std::__2::to_string\28int\29 +408:std::__2::ios_base::getloc\28\29\20const +409:std::__2::basic_string\2c\20std::__2::allocator>::push_back\28char\29 +410:hb_blob_make_immutable +411:SkRuntimeEffect::uniformSize\28\29\20const +412:SkMatrix::mapPointPerspective\28SkPoint\29\20const +413:SkJSONWriter::beginValue\28bool\29 +414:umtx_unlock_74 +415:skia_png_read_push_finish_row +416:skia::textlayout::TextStyle::~TextStyle\28\29 +417:SkString::operator=\28char\20const*\29 +418:hb_ot_map_builder_t::add_pause\28unsigned\20int\2c\20bool\20\28*\29\28hb_ot_shape_plan_t\20const*\2c\20hb_font_t*\2c\20hb_buffer_t*\29\29 +419:embind_init_Paragraph\28\29::$_10::__invoke\28skia::textlayout::ParagraphBuilderImpl&\2c\20unsigned\20long\2c\20unsigned\20long\29 +420:VP8GetValue +421:SkRegion::~SkRegion\28\29 +422:SkReadBuffer::setInvalid\28\29 +423:SkColorInfo::operator=\28SkColorInfo\20const&\29 +424:SkColorInfo::operator=\28SkColorInfo&&\29 +425:SkArenaAlloc::SkArenaAlloc\28char*\2c\20unsigned\20long\2c\20unsigned\20long\29 +426:uhash_get_74 +427:std::__2::basic_string\2c\20std::__2::allocator>::basic_string\5babi:nn180100\5d\28\29 +428:icu_74::UnicodeSet::~UnicodeSet\28\29 +429:icu_74::UnicodeSet::contains\28int\29\20const +430:utext_next32_74 +431:skia_private::TArray::push_back\28SkPathVerb&&\29 +432:jdiv_round_up +433:SkSL::RP::Builder::binary_op\28SkSL::RP::BuilderOp\2c\20int\29 +434:jzero_far +435:SkPathBuilder::~SkPathBuilder\28\29 +436:SkPathBuilder::detach\28SkMatrix\20const*\29 +437:SkPath::operator=\28SkPath\20const&\29 +438:SkPath::Iter::next\28\29 +439:FT_Stream_ExitFrame +440:std::__2::basic_string\2c\20std::__2::allocator>::capacity\5babi:nn180100\5d\28\29\20const +441:skia_private::TArray::push_back_raw\28int\29 +442:skia_png_write_data +443:bool\20std::__2::operator==\5babi:nn180100\5d>\28std::__2::istreambuf_iterator>\20const&\2c\20std::__2::istreambuf_iterator>\20const&\29 +444:umtx_lock_74 +445:abort +446:__shgetc +447:SkSL::SymbolTable::addWithoutOwnershipOrDie\28SkSL::Symbol*\29 +448:SkPoint::scale\28float\2c\20SkPoint*\29\20const +449:SkPath::getBounds\28\29\20const +450:SkDynamicMemoryWStream::write\28void\20const*\2c\20unsigned\20long\29 +451:SkBlitter::~SkBlitter\28\29_1466 +452:FT_Stream_GetUShort +453:std::__2::basic_string\2c\20std::__2::allocator>::operator=\5babi:nn180100\5d\28wchar_t\20const*\29 +454:std::__2::basic_string\2c\20std::__2::allocator>::operator=\5babi:nn180100\5d\28char\20const*\29 +455:bool\20std::__2::operator==\5babi:nn180100\5d>\28std::__2::istreambuf_iterator>\20const&\2c\20std::__2::istreambuf_iterator>\20const&\29 +456:SkMatrix::setConcat\28SkMatrix\20const&\2c\20SkMatrix\20const&\29 +457:round +458:icu_74::UVector32::expandCapacity\28int\2c\20UErrorCode&\29 +459:SkSL::String::printf\28char\20const*\2c\20...\29 +460:SkPoint::normalize\28\29 +461:SkPathRef::Editor::Editor\28sk_sp*\2c\20int\2c\20int\2c\20int\29 +462:SkIRect\20skif::Mapping::map\28SkIRect\20const&\2c\20SkMatrix\20const&\29 +463:OT::Layout::Common::Coverage::get_coverage\28unsigned\20int\29\20const +464:GrSurfaceProxyView::asTextureProxy\28\29\20const +465:GrOp::GenOpClassID\28\29 +466:hb_bit_set_t::page_for\28unsigned\20int\2c\20bool\29 +467:SkSurfaceProps::SkSurfaceProps\28\29 +468:SkStringPrintf\28char\20const*\2c\20...\29 +469:SkStream::readS32\28int*\29 470:RoughlyEqualUlps\28float\2c\20float\29 471:GrGLSLVaryingHandler::addVarying\28char\20const*\2c\20GrGLSLVarying*\2c\20GrGLSLVaryingHandler::Interpolation\29 472:sktext::gpu::BagOfBytes::~BagOfBytes\28\29 473:skia_png_chunk_error 474:SkTDStorage::reserve\28int\29 -475:SkPath::Iter::next\28SkPoint*\29 +475:SkPathBuilder::SkPathBuilder\28\29 476:GrQuad::MakeFromRect\28SkRect\20const&\2c\20SkMatrix\20const&\29 477:GrFragmentProcessor::ProgramImpl::invokeChild\28int\2c\20char\20const*\2c\20char\20const*\2c\20GrFragmentProcessor::ProgramImpl::EmitArgs&\2c\20std::__2::basic_string_view>\29 478:hb_face_reference_table @@ -482,29 +482,29 @@ 481:SkSL::RP::Builder::discard_stack\28int\2c\20int\29 482:SkRecord::grow\28\29 483:SkRGBA4f<\28SkAlphaType\293>::toBytes_RGBA\28\29\20const -484:SkIRect\20skif::Mapping::map\28SkIRect\20const&\2c\20SkMatrix\20const&\29 -485:GrProcessor::operator\20new\28unsigned\20long\2c\20unsigned\20long\29 -486:AutoLayerForImageFilter::~AutoLayerForImageFilter\28\29 -487:skgpu::ganesh::SurfaceDrawContext::addDrawOp\28GrClip\20const*\2c\20std::__2::unique_ptr>\2c\20std::__2::function\20const&\29 -488:skgpu::ResourceKeyHash\28unsigned\20int\20const*\2c\20unsigned\20long\29 -489:VP8LoadFinalBytes -490:SkSL::FunctionDeclaration::description\28\29\20const -491:SkPictureRecord::addDraw\28DrawType\2c\20unsigned\20long*\29::'lambda'\28\29::operator\28\29\28\29\20const -492:SkMatrix::postTranslate\28float\2c\20float\29 +484:GrProcessor::operator\20new\28unsigned\20long\2c\20unsigned\20long\29 +485:AutoLayerForImageFilter::~AutoLayerForImageFilter\28\29 +486:skgpu::ganesh::SurfaceDrawContext::addDrawOp\28GrClip\20const*\2c\20std::__2::unique_ptr>\2c\20std::__2::function\20const&\29 +487:skgpu::ResourceKeyHash\28unsigned\20int\20const*\2c\20unsigned\20long\29 +488:VP8LoadFinalBytes +489:SkSL::FunctionDeclaration::description\28\29\20const +490:SkPictureRecord::addDraw\28DrawType\2c\20unsigned\20long*\29::'lambda'\28\29::operator\28\29\28\29\20const +491:SkMatrix::postTranslate\28float\2c\20float\29 +492:SkDynamicMemoryWStream::~SkDynamicMemoryWStream\28\29 493:SkCanvas::predrawNotify\28bool\29 494:std::__2::__cloc\28\29 495:sscanf 496:icu_74::UVector::elementAt\28int\29\20const -497:SkStream::readS32\28int*\29 -498:GrSkSLFP::GrSkSLFP\28sk_sp\2c\20char\20const*\2c\20GrSkSLFP::OptFlags\29 -499:GrBackendFormat::GrBackendFormat\28\29 -500:icu_74::umtx_initImplPreInit\28icu_74::UInitOnce&\29 -501:icu_74::umtx_initImplPostInit\28icu_74::UInitOnce&\29 -502:__multf3 -503:VP8LReadBits -504:SkTDStorage::append\28int\29 -505:SkSL::evaluate_n_way_intrinsic\28SkSL::Context\20const&\2c\20SkSL::Expression\20const*\2c\20SkSL::Expression\20const*\2c\20SkSL::Expression\20const*\2c\20SkSL::Type\20const&\2c\20double\20\28*\29\28double\2c\20double\2c\20double\29\29 -506:SkDynamicMemoryWStream::~SkDynamicMemoryWStream\28\29 +497:GrSkSLFP::GrSkSLFP\28sk_sp\2c\20char\20const*\2c\20GrSkSLFP::OptFlags\29 +498:GrBackendFormat::GrBackendFormat\28\29 +499:icu_74::umtx_initImplPreInit\28icu_74::UInitOnce&\29 +500:icu_74::umtx_initImplPostInit\28icu_74::UInitOnce&\29 +501:__multf3 +502:VP8LReadBits +503:SkTDStorage::append\28int\29 +504:SkSL::evaluate_n_way_intrinsic\28SkSL::Context\20const&\2c\20SkSL::Expression\20const*\2c\20SkSL::Expression\20const*\2c\20SkSL::Expression\20const*\2c\20SkSL::Type\20const&\2c\20double\20\28*\29\28double\2c\20double\2c\20double\29\29 +505:SkRect::Bounds\28SkSpan\29 +506:SkMatrix::setScale\28float\2c\20float\29 507:GrOpsRenderPass::setScissorRect\28SkIRect\20const&\29 508:GrOpsRenderPass::bindPipeline\28GrProgramInfo\20const&\2c\20SkRect\20const&\29 509:GrCaps::getDefaultBackendFormat\28GrColorType\2c\20skgpu::Renderable\29\20const @@ -518,33 +518,33 @@ 517:std::__2::locale::id::__get\28\29 518:std::__2::locale::facet::facet\5babi:nn180100\5d\28unsigned\20long\29 519:SkSL::Inliner::inlineExpression\28SkSL::Position\2c\20skia_private::THashMap>\2c\20SkGoodHash>*\2c\20SkSL::SymbolTable*\2c\20SkSL::Expression\20const&\29 -520:SkMatrix::setScale\28float\2c\20float\29 +520:SkPathBuilder::moveTo\28SkPoint\29 521:SkColorSpaceXformSteps::SkColorSpaceXformSteps\28SkColorSpace\20const*\2c\20SkAlphaType\2c\20SkColorSpace\20const*\2c\20SkAlphaType\29 -522:GrGeometryProcessor::AttributeSet::initImplicit\28GrGeometryProcessor::Attribute\20const*\2c\20int\29 -523:GrContext_Base::contextID\28\29\20const -524:AlmostEqualUlps\28float\2c\20float\29 -525:udata_close_74 -526:ucln_common_registerCleanup_74 -527:std::__2::locale::__imp::install\28std::__2::locale::facet*\2c\20long\29 -528:skia_png_read_data -529:SkSpinlock::contendedAcquire\28\29 -530:SkSL::PipelineStage::PipelineStageCodeGenerator::writeExpression\28SkSL::Expression\20const&\2c\20SkSL::OperatorPrecedence\29 -531:SkPaint::setStyle\28SkPaint::Style\29 -532:SkDPoint::approximatelyEqual\28SkDPoint\20const&\29\20const -533:GrSurfaceProxy::backingStoreDimensions\28\29\20const -534:GrOpsRenderPass::bindTextures\28GrGeometryProcessor\20const&\2c\20GrSurfaceProxy\20const*\20const*\2c\20GrPipeline\20const&\29 -535:uprv_asciitolower_74 -536:std::__2::basic_string\2c\20std::__2::allocator>::~basic_string\28\29 -537:skgpu::UniqueKey::GenerateDomain\28\29 -538:_uhash_create\28int\20\28*\29\28UElement\29\2c\20signed\20char\20\28*\29\28UElement\2c\20UElement\29\2c\20signed\20char\20\28*\29\28UElement\2c\20UElement\29\2c\20int\2c\20UErrorCode*\29 -539:SkSL::Transform::FindAndDeclareBuiltinFunctions\28SkSL::Program&\29::$_0::operator\28\29\28SkSL::FunctionDefinition\20const*\2c\20SkSL::FunctionDefinition\20const*\29\20const -540:SkSL::ConstructorCompound::MakeFromConstants\28SkSL::Context\20const&\2c\20SkSL::Position\2c\20SkSL::Type\20const&\2c\20double\20const*\29 -541:SkPathBuilder::detach\28\29 +522:AlmostEqualUlps\28float\2c\20float\29 +523:udata_close_74 +524:ucln_common_registerCleanup_74 +525:std::__2::locale::__imp::install\28std::__2::locale::facet*\2c\20long\29 +526:skia_png_read_data +527:cosf +528:SkSpinlock::contendedAcquire\28\29 +529:SkSL::PipelineStage::PipelineStageCodeGenerator::writeExpression\28SkSL::Expression\20const&\2c\20SkSL::OperatorPrecedence\29 +530:SkDPoint::approximatelyEqual\28SkDPoint\20const&\29\20const +531:GrSurfaceProxy::backingStoreDimensions\28\29\20const +532:GrOpsRenderPass::bindTextures\28GrGeometryProcessor\20const&\2c\20GrSurfaceProxy\20const*\20const*\2c\20GrPipeline\20const&\29 +533:GrGeometryProcessor::AttributeSet::initImplicit\28GrGeometryProcessor::Attribute\20const*\2c\20int\29 +534:uprv_asciitolower_74 +535:std::__2::basic_string\2c\20std::__2::allocator>::~basic_string\28\29 +536:skgpu::UniqueKey::GenerateDomain\28\29 +537:_uhash_create\28int\20\28*\29\28UElement\29\2c\20signed\20char\20\28*\29\28UElement\2c\20UElement\29\2c\20signed\20char\20\28*\29\28UElement\2c\20UElement\29\2c\20int\2c\20UErrorCode*\29 +538:SkSL::Transform::FindAndDeclareBuiltinFunctions\28SkSL::Program&\29::$_0::operator\28\29\28SkSL::FunctionDefinition\20const*\2c\20SkSL::FunctionDefinition\20const*\29\20const +539:SkSL::ConstructorCompound::MakeFromConstants\28SkSL::Context\20const&\2c\20SkSL::Position\2c\20SkSL::Type\20const&\2c\20double\20const*\29 +540:SkPathRef::growForVerb\28SkPathVerb\2c\20float\29 +541:SkPaint::setStyle\28SkPaint::Style\29 542:SkBlockAllocator::reset\28\29 -543:SkBitmapDevice::drawMesh\28SkMesh\20const&\2c\20sk_sp\2c\20SkPaint\20const&\29 -544:SkBitmap::SkBitmap\28SkBitmap\20const&\29 -545:OT::hb_ot_apply_context_t::match_properties_mark\28unsigned\20int\2c\20unsigned\20int\2c\20unsigned\20int\29\20const -546:GrMeshDrawOp::GrMeshDrawOp\28unsigned\20int\29 +543:SkBitmap::SkBitmap\28SkBitmap\20const&\29 +544:OT::hb_ot_apply_context_t::match_properties_mark\28unsigned\20int\2c\20unsigned\20int\2c\20unsigned\20int\29\20const +545:GrMeshDrawOp::GrMeshDrawOp\28unsigned\20int\29 +546:GrContext_Base::contextID\28\29\20const 547:FT_RoundFix 548:std::__2::unique_ptr::~unique_ptr\5babi:nn180100\5d\28\29 549:std::__2::unique_ptr::unique_ptr\5babi:nn180100\5d\28unsigned\20char*\2c\20std::__2::__dependent_type\2c\20true>::__good_rval_ref_type\29 @@ -552,129 +552,129 @@ 551:cf2_stack_pushFixed 552:__multi3 553:SkSL::RP::Builder::push_duplicates\28int\29 -554:SkRect::Bounds\28SkSpan\29 -555:SkPath::isFinite\28\29\20const -556:SkPath::isEmpty\28\29\20const -557:SkPaint::setShader\28sk_sp\29 -558:SkMatrix::setRectToRect\28SkRect\20const&\2c\20SkRect\20const&\2c\20SkMatrix::ScaleToFit\29 -559:GrTextureEffect::Make\28GrSurfaceProxyView\2c\20SkAlphaType\2c\20SkMatrix\20const&\2c\20SkFilterMode\2c\20SkMipmapMode\29 -560:GrGLSLVaryingHandler::addPassThroughAttribute\28GrShaderVar\20const&\2c\20char\20const*\2c\20GrGLSLVaryingHandler::Interpolation\29 -561:GrFragmentProcessor::registerChild\28std::__2::unique_ptr>\2c\20SkSL::SampleUsage\29 -562:FT_Stream_ReleaseFrame -563:325 -564:std::__2::istreambuf_iterator>::operator*\5babi:nn180100\5d\28\29\20const -565:skia::textlayout::TextStyle::TextStyle\28skia::textlayout::TextStyle\20const&\29 -566:sk_srgb_singleton\28\29 -567:hb_face_get_glyph_count -568:hb_buffer_t::merge_clusters_impl\28unsigned\20int\2c\20unsigned\20int\29 -569:decltype\28fp.sanitize\28this\29\29\20hb_sanitize_context_t::_dispatch\28OT::Layout::Common::Coverage\20const&\2c\20hb_priority<1u>\29 -570:SkWStream::writePackedUInt\28unsigned\20long\29 -571:SkSurface_Base::aboutToDraw\28SkSurface::ContentChangeMode\29 -572:SkString::equals\28SkString\20const&\29\20const -573:SkSL::RP::Builder::push_constant_i\28int\2c\20int\29 -574:SkSL::BreakStatement::~BreakStatement\28\29 -575:SkPathBuilder::~SkPathBuilder\28\29 -576:SkColorInfo::refColorSpace\28\29\20const -577:SkCanvas::concat\28SkMatrix\20const&\29 -578:SkBitmap::setImmutable\28\29 -579:GrPipeline::visitProxies\28std::__2::function\20const&\29\20const -580:GrGeometryProcessor::GrGeometryProcessor\28GrProcessor::ClassID\29 -581:void\20emscripten::internal::raw_destructor\28GrDirectContext*\29 -582:std::__2::istreambuf_iterator>::operator*\5babi:nn180100\5d\28\29\20const -583:hb_face_t::load_num_glyphs\28\29\20const -584:dlrealloc -585:SkSL::fold_expression\28SkSL::Position\2c\20double\2c\20SkSL::Type\20const*\29 -586:SkSL::Type::MakeAliasType\28std::__2::basic_string_view>\2c\20SkSL::Type\20const&\29 -587:SkSL::RP::Generator::binaryOp\28SkSL::Type\20const&\2c\20SkSL::RP::Generator::TypedOps\20const&\29 -588:SkPathBuilder::SkPathBuilder\28\29 -589:SkNullBlitter::blitAntiH\28int\2c\20int\2c\20unsigned\20char\20const*\2c\20short\20const*\29 -590:GrGeometryProcessor::Attribute&\20skia_private::TArray::emplace_back\28char\20const\20\28&\29\20\5b10\5d\2c\20GrVertexAttribType&&\2c\20SkSLType&&\29 -591:FT_Stream_ReadByte -592:Cr_z_crc32 -593:std::__2::__throw_bad_optional_access\5babi:ne180100\5d\28\29 -594:skia_png_push_save_buffer -595:machine_index_t\2c\20hb_filter_iter_t\2c\20hb_array_t>\2c\20find_syllables_use\28hb_buffer_t*\29::'lambda'\28hb_glyph_info_t\20const&\29\2c\20$_7\20const&\2c\20\28void*\290>\2c\20find_syllables_use\28hb_buffer_t*\29::'lambda'\28hb_pair_t\29\2c\20$_6\20const&\2c\20\28void*\290>>>::operator=\28machine_index_t\2c\20hb_filter_iter_t\2c\20hb_array_t>\2c\20find_syllables_use\28hb_buffer_t*\29::'lambda'\28hb_glyph_info_t\20const&\29\2c\20$_7\20const&\2c\20\28void*\290>\2c\20find_syllables_use\28hb_buffer_t*\29::'lambda'\28hb_pair_t\29\2c\20$_6\20const&\2c\20\28void*\290>>>\20const&\29 -596:icu_74::UnicodeSet::add\28int\2c\20int\29 -597:cosf -598:SkString::operator=\28SkString\20const&\29 -599:SkSL::RP::SlotManager::getVariableSlots\28SkSL::Variable\20const&\29 -600:SkSL::RP::Builder::unary_op\28SkSL::RP::BuilderOp\2c\20int\29 -601:SkRect::setBoundsCheck\28SkSpan\29 -602:SkReadBuffer::readScalar\28\29 -603:SkPath::conicTo\28float\2c\20float\2c\20float\2c\20float\2c\20float\29 -604:SkPaint::setBlendMode\28SkBlendMode\29 -605:SkImageGenerator::onQueryYUVAInfo\28SkYUVAPixmapInfo::SupportedDataTypes\20const&\2c\20SkYUVAPixmapInfo*\29\20const -606:SkColorInfo::shiftPerPixel\28\29\20const -607:SkCanvas::save\28\29 -608:GrProcessorSet::visitProxies\28std::__2::function\20const&\29\20const -609:GrGLTexture::target\28\29\20const -610:ures_getByKey_74 -611:u_strlen_74 -612:std::__2::__throw_overflow_error\5babi:nn180100\5d\28char\20const*\29 -613:fma -614:SkSL::TProgramVisitor::visitExpression\28SkSL::Expression\20const&\29 -615:SkSL::Pool::FreeMemory\28void*\29 +554:SkPaint::setShader\28sk_sp\29 +555:SkMatrix::Rect2Rect\28SkRect\20const&\2c\20SkRect\20const&\2c\20SkMatrix::ScaleToFit\29 +556:SkBitmapDevice::drawMesh\28SkMesh\20const&\2c\20sk_sp\2c\20SkPaint\20const&\29 +557:GrTextureEffect::Make\28GrSurfaceProxyView\2c\20SkAlphaType\2c\20SkMatrix\20const&\2c\20SkFilterMode\2c\20SkMipmapMode\29 +558:GrGLSLVaryingHandler::addPassThroughAttribute\28GrShaderVar\20const&\2c\20char\20const*\2c\20GrGLSLVaryingHandler::Interpolation\29 +559:GrFragmentProcessor::registerChild\28std::__2::unique_ptr>\2c\20SkSL::SampleUsage\29 +560:FT_Stream_ReleaseFrame +561:std::__2::istreambuf_iterator>::operator*\5babi:nn180100\5d\28\29\20const +562:skia_private::TArray::push_back_raw\28int\29 +563:skia::textlayout::TextStyle::TextStyle\28skia::textlayout::TextStyle\20const&\29 +564:hb_face_get_glyph_count +565:hb_buffer_t::merge_clusters_impl\28unsigned\20int\2c\20unsigned\20int\29 +566:decltype\28fp.sanitize\28this\29\29\20hb_sanitize_context_t::_dispatch\28OT::Layout::Common::Coverage\20const&\2c\20hb_priority<1u>\29 +567:SkWStream::writePackedUInt\28unsigned\20long\29 +568:SkSurface_Base::aboutToDraw\28SkSurface::ContentChangeMode\29 +569:SkString::equals\28SkString\20const&\29\20const +570:SkSL::RP::Builder::push_constant_i\28int\2c\20int\29 +571:SkSL::BreakStatement::~BreakStatement\28\29 +572:SkColorInfo::refColorSpace\28\29\20const +573:SkCanvas::concat\28SkMatrix\20const&\29 +574:SkBitmap::setImmutable\28\29 +575:GrPipeline::visitProxies\28std::__2::function\20const&\29\20const +576:338 +577:void\20emscripten::internal::raw_destructor\28GrDirectContext*\29 +578:std::__2::istreambuf_iterator>::operator*\5babi:nn180100\5d\28\29\20const +579:std::__2::__throw_bad_optional_access\5babi:ne180100\5d\28\29 +580:sk_srgb_singleton\28\29 +581:hb_face_t::load_num_glyphs\28\29\20const +582:dlrealloc +583:SkSL::fold_expression\28SkSL::Position\2c\20double\2c\20SkSL::Type\20const*\29 +584:SkSL::Type::MakeAliasType\28std::__2::basic_string_view>\2c\20SkSL::Type\20const&\29 +585:SkSL::RP::Generator::binaryOp\28SkSL::Type\20const&\2c\20SkSL::RP::Generator::TypedOps\20const&\29 +586:SkNullBlitter::blitAntiH\28int\2c\20int\2c\20unsigned\20char\20const*\2c\20short\20const*\29 +587:GrGeometryProcessor::GrGeometryProcessor\28GrProcessor::ClassID\29 +588:GrGeometryProcessor::Attribute&\20skia_private::TArray::emplace_back\28char\20const\20\28&\29\20\5b10\5d\2c\20GrVertexAttribType&&\2c\20SkSLType&&\29 +589:FT_Stream_ReadByte +590:Cr_z_crc32 +591:skia_png_push_save_buffer +592:machine_index_t\2c\20hb_filter_iter_t\2c\20hb_array_t>\2c\20find_syllables_use\28hb_buffer_t*\29::'lambda'\28hb_glyph_info_t\20const&\29\2c\20$_7\20const&\2c\20\28void*\290>\2c\20find_syllables_use\28hb_buffer_t*\29::'lambda'\28hb_pair_t\29\2c\20$_6\20const&\2c\20\28void*\290>>>::operator=\28machine_index_t\2c\20hb_filter_iter_t\2c\20hb_array_t>\2c\20find_syllables_use\28hb_buffer_t*\29::'lambda'\28hb_glyph_info_t\20const&\29\2c\20$_7\20const&\2c\20\28void*\290>\2c\20find_syllables_use\28hb_buffer_t*\29::'lambda'\28hb_pair_t\29\2c\20$_6\20const&\2c\20\28void*\290>>>\20const&\29 +593:icu_74::UnicodeSet::add\28int\2c\20int\29 +594:SkString::operator=\28SkString\20const&\29 +595:SkSL::RP::SlotManager::getVariableSlots\28SkSL::Variable\20const&\29 +596:SkSL::RP::Builder::unary_op\28SkSL::RP::BuilderOp\2c\20int\29 +597:SkRect::setBoundsCheck\28SkSpan\29 +598:SkReadBuffer::readScalar\28\29 +599:SkPaint::setBlendMode\28SkBlendMode\29 +600:SkImageGenerator::onQueryYUVAInfo\28SkYUVAPixmapInfo::SupportedDataTypes\20const&\2c\20SkYUVAPixmapInfo*\29\20const +601:SkColorInfo::shiftPerPixel\28\29\20const +602:SkCanvas::save\28\29 +603:GrProcessorSet::visitProxies\28std::__2::function\20const&\29\20const +604:GrGLTexture::target\28\29\20const +605:ures_getByKey_74 +606:u_strlen_74 +607:std::__2::__throw_overflow_error\5babi:nn180100\5d\28char\20const*\29 +608:fmodf +609:fma +610:SkSL::TProgramVisitor::visitExpression\28SkSL::Expression\20const&\29 +611:SkSL::Pool::FreeMemory\28void*\29 +612:SkRasterClip::~SkRasterClip\28\29 +613:SkPaint::computeFastBounds\28SkRect\20const&\2c\20SkRect*\29\20const +614:SkPaint::canComputeFastBounds\28\29\20const +615:SkPaint::SkPaint\28SkPaint&&\29 616:SkDPoint::ApproximatelyEqual\28SkPoint\20const&\2c\20SkPoint\20const&\29 -617:FT_Stream_ReadULong -618:380 -619:std::__2::unique_ptr>*\20std::__2::vector>\2c\20std::__2::allocator>>>::__push_back_slow_path>>\28std::__2::unique_ptr>&&\29 -620:std::__2::basic_string\2c\20std::__2::allocator>::__init_copy_ctor_external\28char\20const*\2c\20unsigned\20long\29 -621:skip_spaces -622:sk_realloc_throw\28void*\2c\20unsigned\20long\29 -623:fmodf +617:GrShape::asPath\28bool\29\20const +618:FT_Stream_ReadULong +619:381 +620:std::__2::unique_ptr>*\20std::__2::vector>\2c\20std::__2::allocator>>>::__push_back_slow_path>>\28std::__2::unique_ptr>&&\29 +621:std::__2::basic_string\2c\20std::__2::allocator>::__init_copy_ctor_external\28char\20const*\2c\20unsigned\20long\29 +622:skip_spaces +623:sk_realloc_throw\28void*\2c\20unsigned\20long\29 624:emscripten::smart_ptr_trait>::get\28sk_sp\20const&\29 625:cff1_path_procs_extents_t::curve\28CFF::cff1_cs_interp_env_t&\2c\20cff1_extents_param_t&\2c\20CFF::point_t\20const&\2c\20CFF::point_t\20const&\2c\20CFF::point_t\20const&\29 626:cff1_path_param_t::cubic_to\28CFF::point_t\20const&\2c\20CFF::point_t\20const&\2c\20CFF::point_t\20const&\29 627:SkSL::Type::toCompound\28SkSL::Context\20const&\2c\20int\2c\20int\29\20const -628:SkRasterClip::~SkRasterClip\28\29 -629:SkPixmap::reset\28SkImageInfo\20const&\2c\20void\20const*\2c\20unsigned\20long\29 -630:SkPath::countPoints\28\29\20const -631:SkPaint::computeFastBounds\28SkRect\20const&\2c\20SkRect*\29\20const -632:SkPaint::canComputeFastBounds\28\29\20const -633:SkPaint::SkPaint\28SkPaint&&\29 -634:SkMatrix::mapVectors\28SkSpan\2c\20SkSpan\29\20const -635:SkBlockAllocator::addBlock\28int\2c\20int\29 -636:SkBitmap::tryAllocPixels\28SkImageInfo\20const&\2c\20unsigned\20long\29 -637:GrThreadSafeCache::VertexData::~VertexData\28\29 -638:GrShape::asPath\28SkPath*\2c\20bool\29\20const -639:GrShaderVar::appendDecl\28GrShaderCaps\20const*\2c\20SkString*\29\20const -640:GrPixmapBase::~GrPixmapBase\28\29 -641:GrGLSLVaryingHandler::emitAttributes\28GrGeometryProcessor\20const&\29 -642:FT_Stream_ReadFields -643:uhash_put_74 -644:std::__2::unique_ptr::reset\5babi:nn180100\5d\28unsigned\20char*\29 -645:std::__2::istreambuf_iterator>::operator++\5babi:nn180100\5d\28\29 -646:skia_private::TArray::push_back\28SkPaint\20const&\29 -647:icu_74::UnicodeString::getChar32At\28int\29\20const -648:icu_74::CharStringByteSink::CharStringByteSink\28icu_74::CharString*\29 -649:ft_mem_qalloc -650:__wasm_setjmp -651:SkSL::SymbolTable::~SymbolTable\28\29 -652:SkPathRef::~SkPathRef\28\29 -653:SkPath::transform\28SkMatrix\20const&\2c\20SkPath*\2c\20SkApplyPerspectiveClip\29\20const -654:SkOpPtT::contains\28SkOpPtT\20const*\29\20const -655:SkOpAngle::segment\28\29\20const -656:SkMasks::getRed\28unsigned\20int\29\20const -657:SkMasks::getGreen\28unsigned\20int\29\20const -658:SkMasks::getBlue\28unsigned\20int\29\20const -659:SkImageGenerator::onIsValid\28GrRecordingContext*\29\20const -660:SkColorSpace::MakeSRGB\28\29 -661:GrProcessorSet::~GrProcessorSet\28\29 -662:GrMeshDrawOp::createProgramInfo\28GrMeshDrawTarget*\29 -663:std::__2::istreambuf_iterator>::operator++\5babi:nn180100\5d\28\29 -664:png_icc_profile_error -665:operator==\28SkMatrix\20const&\2c\20SkMatrix\20const&\29 -666:icu_74::UnicodeString::UnicodeString\28icu_74::UnicodeString\20const&\29 -667:expf -668:emscripten::internal::MethodInvoker::invoke\28int\20\28SkAnimatedImage::*\20const&\29\28\29\2c\20SkAnimatedImage*\29 -669:emscripten::internal::FunctionInvoker::invoke\28void\20\28**\29\28SkCanvas&\2c\20unsigned\20long\2c\20SkBlendMode\29\2c\20SkCanvas*\2c\20unsigned\20long\2c\20SkBlendMode\29 -670:emscripten::default_smart_ptr_trait>::construct_null\28\29 -671:VP8GetSignedValue -672:SkString::data\28\29 -673:SkSL::Type::MakeVectorType\28std::__2::basic_string_view>\2c\20char\20const*\2c\20SkSL::Type\20const&\2c\20int\29 -674:SkRasterPipeline::SkRasterPipeline\28SkArenaAlloc*\29 -675:SkPoint::setLength\28float\29 -676:SkPathBuilder::moveTo\28SkPoint\29 +628:SkPixmap::reset\28SkImageInfo\20const&\2c\20void\20const*\2c\20unsigned\20long\29 +629:SkPath::lineTo\28float\2c\20float\29 +630:SkPath::isEmpty\28\29\20const +631:SkMatrix::mapVectors\28SkSpan\2c\20SkSpan\29\20const +632:SkBlockAllocator::addBlock\28int\2c\20int\29 +633:SkBitmap::tryAllocPixels\28SkImageInfo\20const&\2c\20unsigned\20long\29 +634:GrThreadSafeCache::VertexData::~VertexData\28\29 +635:GrShaderVar::appendDecl\28GrShaderCaps\20const*\2c\20SkString*\29\20const +636:GrPixmapBase::~GrPixmapBase\28\29 +637:GrGLSLVaryingHandler::emitAttributes\28GrGeometryProcessor\20const&\29 +638:FT_Stream_ReadFields +639:uhash_put_74 +640:std::__2::unique_ptr::reset\5babi:nn180100\5d\28unsigned\20char*\29 +641:std::__2::istreambuf_iterator>::operator++\5babi:nn180100\5d\28\29 +642:skia_private::TArray::push_back\28SkPaint\20const&\29 +643:icu_74::UnicodeString::getChar32At\28int\29\20const +644:icu_74::CharStringByteSink::CharStringByteSink\28icu_74::CharString*\29 +645:ft_mem_qalloc +646:__wasm_setjmp +647:SkSL::SymbolTable::~SymbolTable\28\29 +648:SkPathRef::~SkPathRef\28\29 +649:SkPathBuilder::quadTo\28SkPoint\2c\20SkPoint\29 +650:SkPathBuilder::close\28\29 +651:SkOpPtT::contains\28SkOpPtT\20const*\29\20const +652:SkOpAngle::segment\28\29\20const +653:SkMasks::getRed\28unsigned\20int\29\20const +654:SkMasks::getGreen\28unsigned\20int\29\20const +655:SkMasks::getBlue\28unsigned\20int\29\20const +656:SkDynamicMemoryWStream::detachAsData\28\29 +657:SkColorSpace::MakeSRGB\28\29 +658:GrProcessorSet::~GrProcessorSet\28\29 +659:GrMeshDrawOp::createProgramInfo\28GrMeshDrawTarget*\29 +660:std::__2::istreambuf_iterator>::operator++\5babi:nn180100\5d\28\29 +661:skhdr::Metadata::MakeEmpty\28\29 +662:sinf +663:png_icc_profile_error +664:operator==\28SkMatrix\20const&\2c\20SkMatrix\20const&\29 +665:icu_74::UnicodeString::UnicodeString\28icu_74::UnicodeString\20const&\29 +666:expf +667:emscripten::internal::MethodInvoker::invoke\28int\20\28SkAnimatedImage::*\20const&\29\28\29\2c\20SkAnimatedImage*\29 +668:emscripten::internal::FunctionInvoker::invoke\28void\20\28**\29\28SkCanvas&\2c\20unsigned\20long\2c\20SkBlendMode\29\2c\20SkCanvas*\2c\20unsigned\20long\2c\20SkBlendMode\29 +669:emscripten::default_smart_ptr_trait>::construct_null\28\29 +670:VP8GetSignedValue +671:SkString::data\28\29 +672:SkSL::Type::MakeVectorType\28std::__2::basic_string_view>\2c\20char\20const*\2c\20SkSL::Type\20const&\2c\20int\29 +673:SkRasterPipeline::SkRasterPipeline\28SkArenaAlloc*\29 +674:SkPoint::setLength\28float\29 +675:SkPathBuilder::conicTo\28SkPoint\2c\20SkPoint\2c\20float\29 +676:SkPath::countPoints\28\29\20const 677:SkMatrix::preConcat\28SkMatrix\20const&\29 678:SkGlyph::rowBytes\28\29\20const 679:SkCanvas::restoreToCount\28int\29 @@ -702,114 +702,114 @@ 701:SkSL::GLSLCodeGenerator::writeIdentifier\28std::__2::basic_string_view>\29 702:SkSL::GLSLCodeGenerator::getTypeName\28SkSL::Type\20const&\29 703:SkRGBA4f<\28SkAlphaType\293>::FromColor\28unsigned\20int\29 -704:SkPath::reset\28\29 -705:SkPath::Iter::Iter\28SkPath\20const&\2c\20bool\29 -706:SkPaint::setMaskFilter\28sk_sp\29 -707:SkImageShader::appendStages\28SkStageRec\20const&\2c\20SkShaders::MatrixRec\20const&\29\20const::$_3::operator\28\29\28\28anonymous\20namespace\29::MipLevelHelper\20const*\29\20const -708:SkDynamicMemoryWStream::detachAsData\28\29 -709:SkDrawable::getBounds\28\29 -710:SkData::MakeWithCopy\28void\20const*\2c\20unsigned\20long\29 -711:SkDCubic::ptAtT\28double\29\20const -712:SkColorInfo::SkColorInfo\28\29 -713:SkCanvas::~SkCanvas\28\29_1664 -714:SkCanvas::drawRect\28SkRect\20const&\2c\20SkPaint\20const&\29 -715:GrOpFlushState::drawMesh\28GrSimpleMesh\20const&\29 -716:GrImageInfo::GrImageInfo\28SkImageInfo\20const&\29 -717:DefaultGeoProc::Impl::~Impl\28\29 -718:void\20emscripten::internal::MemberAccess::setWire\28int\20RuntimeEffectUniform::*\20const&\2c\20RuntimeEffectUniform&\2c\20int\29 -719:std::__2::basic_string\2c\20std::__2::allocator>::__throw_length_error\5babi:nn180100\5d\28\29\20const -720:std::__2::basic_string\2c\20std::__2::allocator>::__set_long_size\5babi:nn180100\5d\28unsigned\20long\29 -721:std::__2::basic_string\2c\20std::__2::allocator>::__is_long\5babi:nn180100\5d\28\29\20const -722:skia::textlayout::Cluster::run\28\29\20const -723:skgpu::ganesh::SurfaceDrawContext::drawFilledQuad\28GrClip\20const*\2c\20GrPaint&&\2c\20DrawQuad*\2c\20GrUserStencilSettings\20const*\29 -724:out -725:jpeg_fill_bit_buffer -726:int\20emscripten::internal::MemberAccess::getWire\28int\20RuntimeEffectUniform::*\20const&\2c\20RuntimeEffectUniform&\29 -727:icu_74::UnicodeSet::add\28int\29 -728:icu_74::ReorderingBuffer::appendZeroCC\28char16_t\20const*\2c\20char16_t\20const*\2c\20UErrorCode&\29 -729:SkTextBlob::~SkTextBlob\28\29 -730:SkStrokeRec::SkStrokeRec\28SkStrokeRec::InitStyle\29 -731:SkShaderBase::SkShaderBase\28\29 -732:SkSL::Type::coerceExpression\28std::__2::unique_ptr>\2c\20SkSL::Context\20const&\29\20const -733:SkSL::Type::MakeGenericType\28char\20const*\2c\20SkSpan\2c\20SkSL::Type\20const*\29 -734:SkSL::ConstantFolder::GetConstantValueForVariable\28SkSL::Expression\20const&\29 -735:SkSL::Analysis::HasSideEffects\28SkSL::Expression\20const&\29 -736:SkRegion::SkRegion\28\29 -737:SkRecords::FillBounds::adjustForSaveLayerPaints\28SkRect*\2c\20int\29\20const -738:SkPathStroker::lineTo\28SkPoint\20const&\2c\20SkPath::Iter\20const*\29 -739:SkPaint::setPathEffect\28sk_sp\29 -740:SkPaint::setColor\28unsigned\20int\29 -741:SkPaint::setColor\28SkRGBA4f<\28SkAlphaType\293>\20const&\2c\20SkColorSpace*\29 -742:SkMatrix::postConcat\28SkMatrix\20const&\29 -743:SkM44::setConcat\28SkM44\20const&\2c\20SkM44\20const&\29 -744:SkImageInfo::Make\28int\2c\20int\2c\20SkColorType\2c\20SkAlphaType\29 -745:SkImageFilter::getInput\28int\29\20const -746:SkDrawable::getFlattenableType\28\29\20const -747:SkAutoPixmapStorage::~SkAutoPixmapStorage\28\29 -748:GrMatrixEffect::Make\28SkMatrix\20const&\2c\20std::__2::unique_ptr>\29 -749:GrContext_Base::options\28\29\20const -750:u_memcpy_74 -751:std::__2::char_traits::assign\5babi:nn180100\5d\28char&\2c\20char\20const&\29 -752:std::__2::basic_string\2c\20std::__2::allocator>::operator=\5babi:nn180100\5d\28std::__2::basic_string\2c\20std::__2::allocator>&&\29 -753:std::__2::__check_grouping\28std::__2::basic_string\2c\20std::__2::allocator>\20const&\2c\20unsigned\20int*\2c\20unsigned\20int*\2c\20unsigned\20int&\29 -754:skia_png_malloc -755:skia_png_chunk_report -756:png_write_complete_chunk -757:pad -758:icu_74::UnicodeString::UnicodeString\28char16_t\20const*\29 -759:__ashlti3 -760:SkWBuffer::writeNoSizeCheck\28void\20const*\2c\20unsigned\20long\29 -761:SkTCoincident::setPerp\28SkTCurve\20const&\2c\20double\2c\20SkDPoint\20const&\2c\20SkTCurve\20const&\29 -762:SkString::printf\28char\20const*\2c\20...\29 -763:SkSL::Type::MakeMatrixType\28std::__2::basic_string_view>\2c\20char\20const*\2c\20SkSL::Type\20const&\2c\20int\2c\20signed\20char\29 -764:SkSL::Operator::tightOperatorName\28\29\20const -765:SkReadBuffer::readColor4f\28SkRGBA4f<\28SkAlphaType\293>*\29 -766:SkPixmap::reset\28\29 -767:SkPictureData::requiredPaint\28SkReadBuffer*\29\20const -768:SkPaintToGrPaint\28skgpu::ganesh::SurfaceDrawContext*\2c\20SkPaint\20const&\2c\20SkMatrix\20const&\2c\20GrPaint*\29 -769:SkMatrixPriv::MapRect\28SkM44\20const&\2c\20SkRect\20const&\29 -770:SkFindUnitQuadRoots\28float\2c\20float\2c\20float\2c\20float*\29 -771:SkDeque::push_back\28\29 -772:SkData::MakeEmpty\28\29 -773:SkCanvas::internalQuickReject\28SkRect\20const&\2c\20SkPaint\20const&\2c\20SkMatrix\20const*\29 -774:SkBitmap::installPixels\28SkImageInfo\20const&\2c\20void*\2c\20unsigned\20long\2c\20void\20\28*\29\28void*\2c\20void*\29\2c\20void*\29 -775:SkBinaryWriteBuffer::writeBool\28bool\29 -776:OT::hb_paint_context_t::return_t\20OT::Paint::dispatch\28OT::hb_paint_context_t*\29\20const -777:GrShape::bounds\28\29\20const -778:GrProgramInfo::GrProgramInfo\28GrCaps\20const&\2c\20GrSurfaceProxyView\20const&\2c\20bool\2c\20GrPipeline\20const*\2c\20GrUserStencilSettings\20const*\2c\20GrGeometryProcessor\20const*\2c\20GrPrimitiveType\2c\20GrXferBarrierFlags\2c\20GrLoadOp\29 -779:GrPixmapBase::GrPixmapBase\28GrImageInfo\2c\20void*\2c\20unsigned\20long\29 -780:FT_Outline_Translate -781:FT_Load_Glyph -782:FT_GlyphLoader_CheckPoints -783:FT_Get_Char_Index -784:DefaultGeoProc::~DefaultGeoProc\28\29 -785:547 -786:utext_current32_74 -787:std::__2::ctype\20const&\20std::__2::use_facet\5babi:nn180100\5d>\28std::__2::locale\20const&\29 -788:std::__2::basic_string\2c\20std::__2::allocator>::__set_short_size\5babi:nn180100\5d\28unsigned\20long\29 -789:skif::LayerSpace::mapRect\28skif::LayerSpace\20const&\29\20const -790:skia_private::TArray::push_back\28float\20const&\29 -791:sinf -792:icu_74::BMPSet::~BMPSet\28\29_13467 -793:emscripten::internal::FunctionInvoker::invoke\28void\20\28**\29\28GrDirectContext&\2c\20unsigned\20long\29\2c\20GrDirectContext*\2c\20unsigned\20long\29 -794:bool\20OT::Layout::Common::Coverage::collect_coverage\28hb_set_digest_t*\29\20const -795:SkRasterPipeline::extend\28SkRasterPipeline\20const&\29 -796:SkPath::moveTo\28float\2c\20float\29 +704:SkPaint::setMaskFilter\28sk_sp\29 +705:SkImageShader::appendStages\28SkStageRec\20const&\2c\20SkShaders::MatrixRec\20const&\29\20const::$_3::operator\28\29\28\28anonymous\20namespace\29::MipLevelHelper\20const*\29\20const +706:SkImageGenerator::onIsValid\28SkRecorder*\29\20const +707:SkDrawable::getBounds\28\29 +708:SkData::MakeWithCopy\28void\20const*\2c\20unsigned\20long\29 +709:SkDCubic::ptAtT\28double\29\20const +710:SkColorInfo::SkColorInfo\28\29 +711:SkCanvas::~SkCanvas\28\29_1665 +712:SkCanvas::drawRect\28SkRect\20const&\2c\20SkPaint\20const&\29 +713:GrOpFlushState::drawMesh\28GrSimpleMesh\20const&\29 +714:GrImageInfo::GrImageInfo\28SkImageInfo\20const&\29 +715:DefaultGeoProc::Impl::~Impl\28\29 +716:void\20emscripten::internal::MemberAccess::setWire\28int\20RuntimeEffectUniform::*\20const&\2c\20RuntimeEffectUniform&\2c\20int\29 +717:std::__2::basic_string\2c\20std::__2::allocator>::__is_long\5babi:nn180100\5d\28\29\20const +718:skia::textlayout::Cluster::run\28\29\20const +719:skgpu::ganesh::SurfaceDrawContext::drawFilledQuad\28GrClip\20const*\2c\20GrPaint&&\2c\20DrawQuad*\2c\20GrUserStencilSettings\20const*\29 +720:out +721:jpeg_fill_bit_buffer +722:int\20emscripten::internal::MemberAccess::getWire\28int\20RuntimeEffectUniform::*\20const&\2c\20RuntimeEffectUniform&\29 +723:icu_74::UnicodeSet::add\28int\29 +724:icu_74::ReorderingBuffer::appendZeroCC\28char16_t\20const*\2c\20char16_t\20const*\2c\20UErrorCode&\29 +725:SkTextBlob::~SkTextBlob\28\29 +726:SkStrokeRec::SkStrokeRec\28SkStrokeRec::InitStyle\29 +727:SkShaderBase::SkShaderBase\28\29 +728:SkSL::Type::coerceExpression\28std::__2::unique_ptr>\2c\20SkSL::Context\20const&\29\20const +729:SkSL::Type::MakeGenericType\28char\20const*\2c\20SkSpan\2c\20SkSL::Type\20const*\29 +730:SkSL::ConstantFolder::GetConstantValueForVariable\28SkSL::Expression\20const&\29 +731:SkSL::Analysis::HasSideEffects\28SkSL::Expression\20const&\29 +732:SkRegion::SkRegion\28\29 +733:SkRecords::FillBounds::adjustForSaveLayerPaints\28SkRect*\2c\20int\29\20const +734:SkPathStroker::lineTo\28SkPoint\20const&\2c\20SkPath::Iter\20const*\29 +735:SkPath::isFinite\28\29\20const +736:SkPath::Iter::Iter\28SkPath\20const&\2c\20bool\29 +737:SkPaint::setPathEffect\28sk_sp\29 +738:SkPaint::setColor\28unsigned\20int\29 +739:SkPaint::setColor\28SkRGBA4f<\28SkAlphaType\293>\20const&\2c\20SkColorSpace*\29 +740:SkMatrix::postConcat\28SkMatrix\20const&\29 +741:SkM44::setConcat\28SkM44\20const&\2c\20SkM44\20const&\29 +742:SkImageInfo::Make\28int\2c\20int\2c\20SkColorType\2c\20SkAlphaType\29 +743:SkImageFilter::getInput\28int\29\20const +744:SkDrawable::getFlattenableType\28\29\20const +745:SkData::MakeWithProc\28void\20const*\2c\20unsigned\20long\2c\20void\20\28*\29\28void\20const*\2c\20void*\29\2c\20void*\29 +746:SkAutoPixmapStorage::~SkAutoPixmapStorage\28\29 +747:GrMatrixEffect::Make\28SkMatrix\20const&\2c\20std::__2::unique_ptr>\29 +748:GrContext_Base::options\28\29\20const +749:u_memcpy_74 +750:std::__2::char_traits::assign\5babi:nn180100\5d\28char&\2c\20char\20const&\29 +751:std::__2::basic_string\2c\20std::__2::allocator>::operator=\5babi:nn180100\5d\28std::__2::basic_string\2c\20std::__2::allocator>&&\29 +752:std::__2::basic_string\2c\20std::__2::allocator>::__throw_length_error\5babi:nn180100\5d\28\29\20const +753:std::__2::basic_string\2c\20std::__2::allocator>::__set_long_size\5babi:nn180100\5d\28unsigned\20long\29 +754:std::__2::__check_grouping\28std::__2::basic_string\2c\20std::__2::allocator>\20const&\2c\20unsigned\20int*\2c\20unsigned\20int*\2c\20unsigned\20int&\29 +755:skia_png_malloc +756:skia_png_chunk_report +757:png_write_complete_chunk +758:pad +759:icu_74::UnicodeString::UnicodeString\28char16_t\20const*\29 +760:__ashlti3 +761:SkWBuffer::writeNoSizeCheck\28void\20const*\2c\20unsigned\20long\29 +762:SkTCoincident::setPerp\28SkTCurve\20const&\2c\20double\2c\20SkDPoint\20const&\2c\20SkTCurve\20const&\29 +763:SkString::printf\28char\20const*\2c\20...\29 +764:SkSL::Type::MakeMatrixType\28std::__2::basic_string_view>\2c\20char\20const*\2c\20SkSL::Type\20const&\2c\20int\2c\20signed\20char\29 +765:SkSL::Operator::tightOperatorName\28\29\20const +766:SkReadBuffer::readColor4f\28SkRGBA4f<\28SkAlphaType\293>*\29 +767:SkPixmap::reset\28\29 +768:SkPictureData::requiredPaint\28SkReadBuffer*\29\20const +769:SkPathBuilder::cubicTo\28SkPoint\2c\20SkPoint\2c\20SkPoint\29 +770:SkPath::transform\28SkMatrix\20const&\2c\20SkPath*\29\20const +771:SkPaintToGrPaint\28skgpu::ganesh::SurfaceDrawContext*\2c\20SkPaint\20const&\2c\20SkMatrix\20const&\2c\20GrPaint*\29 +772:SkMatrixPriv::MapRect\28SkM44\20const&\2c\20SkRect\20const&\29 +773:SkFindUnitQuadRoots\28float\2c\20float\2c\20float\2c\20float*\29 +774:SkDeque::push_back\28\29 +775:SkData::MakeEmpty\28\29 +776:SkCanvas::internalQuickReject\28SkRect\20const&\2c\20SkPaint\20const&\2c\20SkMatrix\20const*\29 +777:SkBitmap::installPixels\28SkImageInfo\20const&\2c\20void*\2c\20unsigned\20long\2c\20void\20\28*\29\28void*\2c\20void*\29\2c\20void*\29 +778:SkBinaryWriteBuffer::writeBool\28bool\29 +779:OT::hb_paint_context_t::return_t\20OT::Paint::dispatch\28OT::hb_paint_context_t*\29\20const +780:GrShape::bounds\28\29\20const +781:GrProgramInfo::GrProgramInfo\28GrCaps\20const&\2c\20GrSurfaceProxyView\20const&\2c\20bool\2c\20GrPipeline\20const*\2c\20GrUserStencilSettings\20const*\2c\20GrGeometryProcessor\20const*\2c\20GrPrimitiveType\2c\20GrXferBarrierFlags\2c\20GrLoadOp\29 +782:GrPixmapBase::GrPixmapBase\28GrImageInfo\2c\20void*\2c\20unsigned\20long\29 +783:FT_Outline_Translate +784:FT_Load_Glyph +785:FT_GlyphLoader_CheckPoints +786:FT_Get_Char_Index +787:DefaultGeoProc::~DefaultGeoProc\28\29 +788:550 +789:utext_current32_74 +790:std::__2::ctype\20const&\20std::__2::use_facet\5babi:nn180100\5d>\28std::__2::locale\20const&\29 +791:skif::LayerSpace::mapRect\28skif::LayerSpace\20const&\29\20const +792:skcpu::Draw::Draw\28\29 +793:icu_74::BMPSet::~BMPSet\28\29_13496 +794:emscripten::internal::FunctionInvoker::invoke\28void\20\28**\29\28GrDirectContext&\2c\20unsigned\20long\29\2c\20GrDirectContext*\2c\20unsigned\20long\29 +795:bool\20OT::Layout::Common::Coverage::collect_coverage\28hb_set_digest_t*\29\20const +796:SkRasterPipeline::extend\28SkRasterPipeline\20const&\29 797:SkJSONWriter::appendf\28char\20const*\2c\20...\29 798:SkImageInfo::MakeA8\28int\2c\20int\29 799:SkIRect::join\28SkIRect\20const&\29 -800:SkData::MakeWithProc\28void\20const*\2c\20unsigned\20long\2c\20void\20\28*\29\28void\20const*\2c\20void*\29\2c\20void*\29 -801:SkData::MakeUninitialized\28unsigned\20long\29 -802:SkDQuad::RootsValidT\28double\2c\20double\2c\20double\2c\20double*\29 -803:SkDLine::nearPoint\28SkDPoint\20const&\2c\20bool*\29\20const -804:SkColorSpaceXformSteps::apply\28float*\29\20const -805:SkCachedData::internalRef\28bool\29\20const -806:OT::GDEF::accelerator_t::mark_set_covers\28unsigned\20int\2c\20unsigned\20int\29\20const -807:GrSurface::RefCntedReleaseProc::~RefCntedReleaseProc\28\29 -808:GrStyle::initPathEffect\28sk_sp\29 -809:GrProcessor::operator\20delete\28void*\29 -810:GrColorSpaceXformEffect::onMakeProgramImpl\28\29\20const::Impl::~Impl\28\29 -811:GrBufferAllocPool::~GrBufferAllocPool\28\29_8935 +800:SkData::MakeUninitialized\28unsigned\20long\29 +801:SkDQuad::RootsValidT\28double\2c\20double\2c\20double\2c\20double*\29 +802:SkDLine::nearPoint\28SkDPoint\20const&\2c\20bool*\29\20const +803:SkColorSpaceXformSteps::apply\28float*\29\20const +804:SkCachedData::internalRef\28bool\29\20const +805:OT::GDEF::accelerator_t::mark_set_covers\28unsigned\20int\2c\20unsigned\20int\29\20const +806:GrSurface::RefCntedReleaseProc::~RefCntedReleaseProc\28\29 +807:GrStyle::initPathEffect\28sk_sp\29 +808:GrProcessor::operator\20delete\28void*\29 +809:GrColorSpaceXformEffect::onMakeProgramImpl\28\29\20const::Impl::~Impl\28\29 +810:GrColorInfo::GrColorInfo\28GrColorType\2c\20SkAlphaType\2c\20sk_sp\29 +811:GrBufferAllocPool::~GrBufferAllocPool\28\29_8962 812:FT_Stream_Skip 813:AutoLayerForImageFilter::AutoLayerForImageFilter\28SkCanvas*\2c\20SkPaint\20const&\2c\20SkRect\20const*\2c\20bool\29 814:u_terminateUChars_74 @@ -817,46 +817,46 @@ 816:std::__2::numpunct::thousands_sep\5babi:nn180100\5d\28\29\20const 817:std::__2::numpunct::grouping\5babi:nn180100\5d\28\29\20const 818:std::__2::ctype\20const&\20std::__2::use_facet\5babi:nn180100\5d>\28std::__2::locale\20const&\29 -819:skia_png_malloc_warn -820:rewind\28GrTriangulator::EdgeList*\2c\20GrTriangulator::Vertex**\2c\20GrTriangulator::Vertex*\2c\20GrTriangulator::Comparator\20const&\29 -821:icu_74::UVector::removeAllElements\28\29 -822:icu_74::BytesTrie::~BytesTrie\28\29 -823:icu_74::BytesTrie::next\28int\29 -824:cf2_stack_popInt -825:SkUTF::NextUTF8\28char\20const**\2c\20char\20const*\29 -826:SkSL::TProgramVisitor::visitProgramElement\28SkSL::ProgramElement\20const&\29 -827:SkSL::Analysis::IsCompileTimeConstant\28SkSL::Expression\20const&\29 -828:SkRegion::setRect\28SkIRect\20const&\29 -829:SkPathBuilder::quadTo\28SkPoint\2c\20SkPoint\29 +819:std::__2::basic_string\2c\20std::__2::allocator>::__set_short_size\5babi:nn180100\5d\28unsigned\20long\29 +820:skia_png_malloc_warn +821:rewind\28GrTriangulator::EdgeList*\2c\20GrTriangulator::Vertex**\2c\20GrTriangulator::Vertex*\2c\20GrTriangulator::Comparator\20const&\29 +822:icu_74::UVector::removeAllElements\28\29 +823:icu_74::BytesTrie::~BytesTrie\28\29 +824:icu_74::BytesTrie::next\28int\29 +825:cf2_stack_popInt +826:SkUTF::NextUTF8\28char\20const**\2c\20char\20const*\29 +827:SkSL::TProgramVisitor::visitProgramElement\28SkSL::ProgramElement\20const&\29 +828:SkSL::Analysis::IsCompileTimeConstant\28SkSL::Expression\20const&\29 +829:SkRegion::setRect\28SkIRect\20const&\29 830:SkPaint::setColorFilter\28sk_sp\29 831:SkImageGenerator::onGetPixels\28SkImageInfo\20const&\2c\20void*\2c\20unsigned\20long\2c\20SkImageGenerator::Options\20const&\29 -832:SkDrawBase::drawPath\28SkPath\20const&\2c\20SkPaint\20const&\2c\20SkMatrix\20const*\2c\20bool\2c\20SkDrawCoverage\2c\20SkBlitter*\29\20const +832:SkColorFilter::isAlphaUnchanged\28\29\20const 833:SkCodec::~SkCodec\28\29 834:SkAAClip::isRect\28\29\20const 835:GrSurface::ComputeSize\28GrBackendFormat\20const&\2c\20SkISize\2c\20int\2c\20skgpu::Mipmapped\2c\20bool\29 836:GrSimpleMeshDrawOpHelper::GrSimpleMeshDrawOpHelper\28GrProcessorSet*\2c\20GrAAType\2c\20GrSimpleMeshDrawOpHelper::InputFlags\29 837:GrGeometryProcessor::ProgramImpl::SetTransform\28GrGLSLProgramDataManager\20const&\2c\20GrShaderCaps\20const&\2c\20GrResourceHandle\20const&\2c\20SkMatrix\20const&\2c\20SkMatrix*\29 -838:GrColorInfo::GrColorInfo\28GrColorType\2c\20SkAlphaType\2c\20sk_sp\29 -839:GrBlendFragmentProcessor::Make\28std::__2::unique_ptr>\2c\20std::__2::unique_ptr>\2c\20SkBlendMode\2c\20bool\29 -840:FT_Stream_ExtractFrame -841:std::__2::ctype::widen\5babi:nn180100\5d\28char\29\20const -842:skia_png_malloc_base +838:GrBlendFragmentProcessor::Make\28std::__2::unique_ptr>\2c\20std::__2::unique_ptr>\2c\20SkBlendMode\2c\20bool\29 +839:FT_Stream_ExtractFrame +840:std::__2::ctype::widen\5babi:nn180100\5d\28char\29\20const +841:skia_png_malloc_base +842:skcpu::Draw::drawPath\28SkPath\20const&\2c\20SkPaint\20const&\2c\20SkMatrix\20const*\2c\20SkDrawCoverage\2c\20SkBlitter*\29\20const 843:skcms_TransferFunction_eval 844:pow 845:icu_74::UnicodeString::setToBogus\28\29 846:icu_74::UnicodeString::releaseBuffer\28int\29 847:icu_74::UnicodeSet::_appendToPat\28icu_74::UnicodeString&\2c\20int\2c\20signed\20char\29 848:icu_74::UVector::~UVector\28\29 -849:hb_ot_face_t::init0\28hb_face_t*\29 -850:hb_lockable_set_t::fini\28hb_mutex_t&\29 -851:__addtf3 -852:SkTDStorage::reset\28\29 -853:SkSize\20skif::Mapping::map\28SkSize\20const&\2c\20SkMatrix\20const&\29 -854:SkSL::RP::Builder::label\28int\29 -855:SkSL::BinaryExpression::Make\28SkSL::Context\20const&\2c\20SkSL::Position\2c\20std::__2::unique_ptr>\2c\20SkSL::Operator\2c\20std::__2::unique_ptr>\29 -856:SkRuntimeEffect::MakeForColorFilter\28SkString\2c\20SkRuntimeEffect::Options\20const&\29 -857:SkReadBuffer::skip\28unsigned\20long\2c\20unsigned\20long\29 -858:SkPath::countVerbs\28\29\20const +849:hb_lockable_set_t::fini\28hb_mutex_t&\29 +850:__addtf3 +851:SkTDStorage::reset\28\29 +852:SkSize\20skif::Mapping::map\28SkSize\20const&\2c\20SkMatrix\20const&\29 +853:SkSL::RP::Builder::label\28int\29 +854:SkSL::BinaryExpression::Make\28SkSL::Context\20const&\2c\20SkSL::Position\2c\20std::__2::unique_ptr>\2c\20SkSL::Operator\2c\20std::__2::unique_ptr>\29 +855:SkRuntimeEffect::MakeForColorFilter\28SkString\2c\20SkRuntimeEffect::Options\20const&\29 +856:SkReadBuffer::skip\28unsigned\20long\2c\20unsigned\20long\29 +857:SkPath::countVerbs\28\29\20const +858:SkPaint::asBlendMode\28\29\20const 859:SkMatrix::set9\28float\20const*\29 860:SkMatrix::mapRadius\28float\29\20const 861:SkMatrix::getMaxScale\28\29\20const @@ -875,133 +875,133 @@ 874:GrBufferAllocPool::reset\28\29 875:ures_hasNext_74 876:std::__2::char_traits::assign\5babi:nn180100\5d\28wchar_t&\2c\20wchar_t\20const&\29 -877:std::__2::char_traits::copy\5babi:nn180100\5d\28char*\2c\20char\20const*\2c\20unsigned\20long\29 -878:std::__2::basic_string\2c\20std::__2::allocator>::begin\5babi:nn180100\5d\28\29 -879:std::__2::__next_prime\28unsigned\20long\29 -880:std::__2::__libcpp_snprintf_l\28char*\2c\20unsigned\20long\2c\20__locale_struct*\2c\20char\20const*\2c\20...\29 -881:skgpu::ganesh::SurfaceDrawContext::~SurfaceDrawContext\28\29 -882:skgpu::ganesh::AsView\28GrRecordingContext*\2c\20SkImage\20const*\2c\20skgpu::Mipmapped\2c\20GrImageTexGenPolicy\29 +877:std::__2::basic_string\2c\20std::__2::allocator>::begin\5babi:nn180100\5d\28\29 +878:std::__2::__next_prime\28unsigned\20long\29 +879:std::__2::__libcpp_snprintf_l\28char*\2c\20unsigned\20long\2c\20__locale_struct*\2c\20char\20const*\2c\20...\29 +880:skgpu::ganesh::SurfaceDrawContext::~SurfaceDrawContext\28\29 +881:skgpu::ganesh::AsView\28GrRecordingContext*\2c\20SkImage\20const*\2c\20skgpu::Mipmapped\2c\20GrImageTexGenPolicy\29 +882:skcms_PrimariesToXYZD50 883:sk_sp::~sk_sp\28\29 884:memchr 885:locale_get_default_74 886:is_equal\28std::type_info\20const*\2c\20std::type_info\20const*\2c\20bool\29 -887:hb_lazy_loader_t\2c\20hb_face_t\2c\2025u\2c\20OT::GSUB_accelerator_t>::do_destroy\28OT::GSUB_accelerator_t*\29 -888:hb_buffer_t::sync\28\29 -889:cbrtf -890:__floatsitf -891:WebPSafeCalloc -892:StreamRemainingLengthIsBelow\28SkStream*\2c\20unsigned\20long\29 -893:SkSL::RP::Builder::swizzle\28int\2c\20SkSpan\29 -894:SkSL::Parser::expression\28\29 -895:SkRuntimeEffect::Uniform::sizeInBytes\28\29\20const -896:SkPath::isConvex\28\29\20const -897:SkImageFilter_Base::getChildOutputLayerBounds\28int\2c\20skif::Mapping\20const&\2c\20std::__2::optional>\29\20const -898:SkImageFilter_Base::getChildInputLayerBounds\28int\2c\20skif::Mapping\20const&\2c\20skif::LayerSpace\20const&\2c\20std::__2::optional>\29\20const -899:SkImageFilter_Base::SkImageFilter_Base\28sk_sp\20const*\2c\20int\2c\20std::__2::optional\29 -900:SkGlyph::path\28\29\20const -901:SkDQuad::ptAtT\28double\29\20const -902:SkDLine::exactPoint\28SkDPoint\20const&\29\20const -903:SkDConic::ptAtT\28double\29\20const -904:SkConic::chopIntoQuadsPOW2\28SkPoint*\2c\20int\29\20const -905:SkColorInfo::makeColorType\28SkColorType\29\20const -906:SkColorInfo::makeAlphaType\28SkAlphaType\29\20const -907:SkCanvas::restore\28\29 -908:SkCanvas::drawImage\28SkImage\20const*\2c\20float\2c\20float\2c\20SkSamplingOptions\20const&\2c\20SkPaint\20const*\29 -909:SkAAClip::Builder::addRun\28int\2c\20int\2c\20unsigned\20int\2c\20int\29 -910:GrSkSLFP::addChild\28std::__2::unique_ptr>\2c\20bool\29 -911:GrResourceProvider::findResourceByUniqueKey\28skgpu::UniqueKey\20const&\29 -912:GrQuad::MakeFromSkQuad\28SkPoint\20const*\2c\20SkMatrix\20const&\29 -913:GrGpuResource::hasRef\28\29\20const -914:GrGLSLShaderBuilder::appendTextureLookup\28SkString*\2c\20GrResourceHandle\2c\20char\20const*\29\20const -915:GrFragmentProcessors::Make\28SkShader\20const*\2c\20GrFPArgs\20const&\2c\20SkShaders::MatrixRec\20const&\29 -916:GrFragmentProcessor::cloneAndRegisterAllChildProcessors\28GrFragmentProcessor\20const&\29 -917:GrFragmentProcessor::SwizzleOutput\28std::__2::unique_ptr>\2c\20skgpu::Swizzle\20const&\29::SwizzleFragmentProcessor::~SwizzleFragmentProcessor\28\29 -918:GrBackendFormat::GrBackendFormat\28GrBackendFormat\20const&\29 -919:AutoFTAccess::AutoFTAccess\28SkTypeface_FreeType\20const*\29 -920:AlmostPequalUlps\28float\2c\20float\29 -921:AAT::Lookup>::get_value\28unsigned\20int\2c\20unsigned\20int\29\20const -922:void\20AAT::Lookup::collect_glyphs\28hb_bit_set_t&\2c\20unsigned\20int\29\20const -923:std::__2::pair>*\20std::__2::vector>\2c\20std::__2::allocator>>>::__emplace_back_slow_path>\28unsigned\20int\20const&\2c\20sk_sp&&\29 -924:std::__2::ctype::is\5babi:nn180100\5d\28unsigned\20long\2c\20char\29\20const -925:std::__2::basic_string\2c\20std::__2::allocator>::basic_string\5babi:ne180100\5d<0>\28char\20const*\29 -926:std::__2::basic_string\2c\20std::__2::allocator>::__set_long_cap\5babi:nn180100\5d\28unsigned\20long\29 -927:snprintf -928:skia_png_reset_crc -929:skia_png_benign_error -930:skgpu::ganesh::SurfaceContext::drawingManager\28\29 -931:icu_74::UnicodeString::operator=\28icu_74::UnicodeString\20const&\29 -932:icu_74::UnicodeString::doReplace\28int\2c\20int\2c\20char16_t\20const*\2c\20int\2c\20int\29 -933:icu_74::UnicodeString::UnicodeString\28signed\20char\2c\20icu_74::ConstChar16Ptr\2c\20int\29 -934:icu_74::UVector::adoptElement\28void*\2c\20UErrorCode&\29 -935:icu_74::MlBreakEngine::initKeyValue\28UResourceBundle*\2c\20char\20const*\2c\20char\20const*\2c\20icu_74::Hashtable&\2c\20UErrorCode&\29 -936:icu_74::ByteSinkUtil::appendUnchanged\28unsigned\20char\20const*\2c\20unsigned\20char\20const*\2c\20icu_74::ByteSink&\2c\20unsigned\20int\2c\20icu_74::Edits*\2c\20UErrorCode&\29 -937:hb_buffer_t::sync_so_far\28\29 -938:hb_buffer_t::move_to\28unsigned\20int\29 -939:VP8ExitCritical -940:SkTDStorage::resize\28int\29 -941:SkStrokeRec::SkStrokeRec\28SkPaint\20const&\2c\20float\29 -942:SkStream::readPackedUInt\28unsigned\20long*\29 -943:SkSL::Type::coercionCost\28SkSL::Type\20const&\29\20const -944:SkSL::Type::clone\28SkSL::Context\20const&\2c\20SkSL::SymbolTable*\29\20const -945:SkSL::RP::Generator::writeStatement\28SkSL::Statement\20const&\29 -946:SkSL::Parser::operatorRight\28SkSL::Parser::AutoDepth&\2c\20SkSL::OperatorKind\2c\20std::__2::unique_ptr>\20\28SkSL::Parser::*\29\28\29\2c\20std::__2::unique_ptr>&\29 -947:SkRuntimeEffectBuilder::writableUniformData\28\29 -948:SkRuntimeEffect::findUniform\28std::__2::basic_string_view>\29\20const -949:SkRegion::Cliperator::next\28\29 -950:SkRegion::Cliperator::Cliperator\28SkRegion\20const&\2c\20SkIRect\20const&\29 -951:SkReadBuffer::skip\28unsigned\20long\29 -952:SkReadBuffer::readFlattenable\28SkFlattenable::Type\29 -953:SkRRect::setOval\28SkRect\20const&\29 -954:SkRRect::initializeRect\28SkRect\20const&\29 -955:SkRGBA4f<\28SkAlphaType\293>::toSkColor\28\29\20const -956:SkPathBuilder::close\28\29 -957:SkPaint::operator=\28SkPaint&&\29 -958:SkPaint::asBlendMode\28\29\20const -959:SkMatrix::preTranslate\28float\2c\20float\29 +887:hb_ot_face_t::init0\28hb_face_t*\29 +888:hb_lazy_loader_t\2c\20hb_face_t\2c\2025u\2c\20OT::GSUB_accelerator_t>::do_destroy\28OT::GSUB_accelerator_t*\29 +889:hb_buffer_t::sync\28\29 +890:cbrtf +891:__floatsitf +892:WebPSafeCalloc +893:StreamRemainingLengthIsBelow\28SkStream*\2c\20unsigned\20long\29 +894:SkSL::RP::Builder::swizzle\28int\2c\20SkSpan\29 +895:SkSL::Parser::expression\28\29 +896:SkRuntimeEffect::Uniform::sizeInBytes\28\29\20const +897:SkPathIter::next\28\29 +898:SkImageFilter_Base::getChildOutputLayerBounds\28int\2c\20skif::Mapping\20const&\2c\20std::__2::optional>\29\20const +899:SkImageFilter_Base::getChildInputLayerBounds\28int\2c\20skif::Mapping\20const&\2c\20skif::LayerSpace\20const&\2c\20std::__2::optional>\29\20const +900:SkImageFilter_Base::SkImageFilter_Base\28sk_sp\20const*\2c\20int\2c\20std::__2::optional\29 +901:SkGlyph::path\28\29\20const +902:SkDQuad::ptAtT\28double\29\20const +903:SkDLine::exactPoint\28SkDPoint\20const&\29\20const +904:SkDConic::ptAtT\28double\29\20const +905:SkConic::chopIntoQuadsPOW2\28SkPoint*\2c\20int\29\20const +906:SkColorInfo::makeColorType\28SkColorType\29\20const +907:SkColorInfo::makeAlphaType\28SkAlphaType\29\20const +908:SkCanvas::restore\28\29 +909:SkCanvas::drawImage\28SkImage\20const*\2c\20float\2c\20float\2c\20SkSamplingOptions\20const&\2c\20SkPaint\20const*\29 +910:SkAAClip::Builder::addRun\28int\2c\20int\2c\20unsigned\20int\2c\20int\29 +911:GrSkSLFP::addChild\28std::__2::unique_ptr>\2c\20bool\29 +912:GrResourceProvider::findResourceByUniqueKey\28skgpu::UniqueKey\20const&\29 +913:GrQuad::MakeFromSkQuad\28SkPoint\20const*\2c\20SkMatrix\20const&\29 +914:GrGpuResource::hasRef\28\29\20const +915:GrGLSLShaderBuilder::appendTextureLookup\28SkString*\2c\20GrResourceHandle\2c\20char\20const*\29\20const +916:GrFragmentProcessors::Make\28SkShader\20const*\2c\20GrFPArgs\20const&\2c\20SkShaders::MatrixRec\20const&\29 +917:GrFragmentProcessor::cloneAndRegisterAllChildProcessors\28GrFragmentProcessor\20const&\29 +918:GrFragmentProcessor::SwizzleOutput\28std::__2::unique_ptr>\2c\20skgpu::Swizzle\20const&\29::SwizzleFragmentProcessor::~SwizzleFragmentProcessor\28\29 +919:GrBackendFormat::GrBackendFormat\28GrBackendFormat\20const&\29 +920:AutoFTAccess::AutoFTAccess\28SkTypeface_FreeType\20const*\29 +921:AlmostPequalUlps\28float\2c\20float\29 +922:AAT::Lookup>::get_value\28unsigned\20int\2c\20unsigned\20int\29\20const +923:xyz_almost_equal\28skcms_Matrix3x3\20const&\2c\20skcms_Matrix3x3\20const&\29 +924:void\20AAT::Lookup::collect_glyphs\28hb_bit_set_t&\2c\20unsigned\20int\29\20const +925:std::__2::pair>*\20std::__2::vector>\2c\20std::__2::allocator>>>::__emplace_back_slow_path>\28unsigned\20int\20const&\2c\20sk_sp&&\29 +926:std::__2::ctype::is\5babi:nn180100\5d\28unsigned\20long\2c\20char\29\20const +927:std::__2::basic_string\2c\20std::__2::allocator>::basic_string\5babi:ne180100\5d<0>\28char\20const*\29 +928:snprintf +929:skia_png_reset_crc +930:skia_png_benign_error +931:skgpu::ganesh::SurfaceContext::drawingManager\28\29 +932:skcms_TransferFunction_invert +933:skcms_TransferFunction_getType +934:icu_74::UnicodeString::operator=\28icu_74::UnicodeString\20const&\29 +935:icu_74::UnicodeString::doReplace\28int\2c\20int\2c\20char16_t\20const*\2c\20int\2c\20int\29 +936:icu_74::UnicodeString::UnicodeString\28signed\20char\2c\20icu_74::ConstChar16Ptr\2c\20int\29 +937:icu_74::UVector::adoptElement\28void*\2c\20UErrorCode&\29 +938:icu_74::MlBreakEngine::initKeyValue\28UResourceBundle*\2c\20char\20const*\2c\20char\20const*\2c\20icu_74::Hashtable&\2c\20UErrorCode&\29 +939:icu_74::ByteSinkUtil::appendUnchanged\28unsigned\20char\20const*\2c\20unsigned\20char\20const*\2c\20icu_74::ByteSink&\2c\20unsigned\20int\2c\20icu_74::Edits*\2c\20UErrorCode&\29 +940:hb_buffer_t::sync_so_far\28\29 +941:hb_buffer_t::move_to\28unsigned\20int\29 +942:VP8ExitCritical +943:SkTDStorage::resize\28int\29 +944:SkStrokeRec::SkStrokeRec\28SkPaint\20const&\2c\20float\29 +945:SkStream::readPackedUInt\28unsigned\20long*\29 +946:SkSL::Type::coercionCost\28SkSL::Type\20const&\29\20const +947:SkSL::Type::clone\28SkSL::Context\20const&\2c\20SkSL::SymbolTable*\29\20const +948:SkSL::RP::Generator::writeStatement\28SkSL::Statement\20const&\29 +949:SkSL::Parser::operatorRight\28SkSL::Parser::AutoDepth&\2c\20SkSL::OperatorKind\2c\20std::__2::unique_ptr>\20\28SkSL::Parser::*\29\28\29\2c\20std::__2::unique_ptr>&\29 +950:SkRuntimeEffectBuilder::writableUniformData\28\29 +951:SkRuntimeEffect::findUniform\28std::__2::basic_string_view>\29\20const +952:SkRegion::Cliperator::next\28\29 +953:SkRegion::Cliperator::Cliperator\28SkRegion\20const&\2c\20SkIRect\20const&\29 +954:SkReadBuffer::skip\28unsigned\20long\29 +955:SkReadBuffer::readFlattenable\28SkFlattenable::Type\29 +956:SkRRect::setOval\28SkRect\20const&\29 +957:SkRRect::initializeRect\28SkRect\20const&\29 +958:SkRGBA4f<\28SkAlphaType\293>::toSkColor\28\29\20const +959:SkPaint::operator=\28SkPaint&&\29 960:SkImageFilter_Base::getFlattenableType\28\29\20const 961:SkConic::computeQuadPOW2\28float\29\20const -962:SkColorSpace::MakeRGB\28skcms_TransferFunction\20const&\2c\20skcms_Matrix3x3\20const&\29 -963:SkCanvas::translate\28float\2c\20float\29 -964:SkCanvas::drawPath\28SkPath\20const&\2c\20SkPaint\20const&\29 -965:SkAAClip::quickContains\28int\2c\20int\2c\20int\2c\20int\29\20const -966:OT::hb_ot_apply_context_t::hb_ot_apply_context_t\28unsigned\20int\2c\20hb_font_t*\2c\20hb_buffer_t*\2c\20hb_blob_t*\29 -967:GrStyledShape::GrStyledShape\28GrStyledShape\20const&\29 -968:GrOpFlushState::caps\28\29\20const -969:GrGeometryProcessor::ProgramImpl::WriteLocalCoord\28GrGLSLVertexBuilder*\2c\20GrGLSLUniformHandler*\2c\20GrShaderCaps\20const&\2c\20GrGeometryProcessor::ProgramImpl::GrGPArgs*\2c\20GrShaderVar\2c\20SkMatrix\20const&\2c\20GrResourceHandle*\29 -970:GrGLTextureParameters::SamplerOverriddenState::SamplerOverriddenState\28\29 -971:GrGLGpu::deleteFramebuffer\28unsigned\20int\29 -972:GrDrawOpAtlas::~GrDrawOpAtlas\28\29 -973:FT_Get_Module -974:Cr_z__tr_flush_block -975:AlmostBequalUlps\28float\2c\20float\29 -976:utext_previous32_74 -977:ures_getByKeyWithFallback_74 -978:std::__2::pair::type\2c\20std::__2::__unwrap_ref_decay::type>\20std::__2::make_pair\5babi:nn180100\5d\28char\20const*&&\2c\20char*&&\29 -979:std::__2::numpunct::truename\5babi:nn180100\5d\28\29\20const -980:std::__2::moneypunct::do_grouping\28\29\20const -981:std::__2::locale::use_facet\28std::__2::locale::id&\29\20const -982:std::__2::ctype::is\5babi:nn180100\5d\28unsigned\20long\2c\20wchar_t\29\20const +962:SkCanvas::translate\28float\2c\20float\29 +963:SkCanvas::drawPath\28SkPath\20const&\2c\20SkPaint\20const&\29 +964:SkAAClip::quickContains\28int\2c\20int\2c\20int\2c\20int\29\20const +965:OT::hb_ot_apply_context_t::hb_ot_apply_context_t\28unsigned\20int\2c\20hb_font_t*\2c\20hb_buffer_t*\2c\20hb_blob_t*\29 +966:GrStyledShape::GrStyledShape\28GrStyledShape\20const&\29 +967:GrOpFlushState::caps\28\29\20const +968:GrGeometryProcessor::ProgramImpl::WriteLocalCoord\28GrGLSLVertexBuilder*\2c\20GrGLSLUniformHandler*\2c\20GrShaderCaps\20const&\2c\20GrGeometryProcessor::ProgramImpl::GrGPArgs*\2c\20GrShaderVar\2c\20SkMatrix\20const&\2c\20GrResourceHandle*\29 +969:GrGLTextureParameters::SamplerOverriddenState::SamplerOverriddenState\28\29 +970:GrGLGpu::deleteFramebuffer\28unsigned\20int\29 +971:GrDrawOpAtlas::~GrDrawOpAtlas\28\29 +972:FT_Get_Module +973:Cr_z__tr_flush_block +974:AlmostBequalUlps\28float\2c\20float\29 +975:utext_previous32_74 +976:ures_getByKeyWithFallback_74 +977:std::__2::pair::type\2c\20std::__2::__unwrap_ref_decay::type>\20std::__2::make_pair\5babi:nn180100\5d\28char\20const*&&\2c\20char*&&\29 +978:std::__2::numpunct::truename\5babi:nn180100\5d\28\29\20const +979:std::__2::moneypunct::do_grouping\28\29\20const +980:std::__2::locale::use_facet\28std::__2::locale::id&\29\20const +981:std::__2::ctype::is\5babi:nn180100\5d\28unsigned\20long\2c\20wchar_t\29\20const +982:std::__2::char_traits::copy\5babi:nn180100\5d\28char*\2c\20char\20const*\2c\20unsigned\20long\29 983:std::__2::basic_string\2c\20std::__2::allocator>::empty\5babi:nn180100\5d\28\29\20const -984:sktext::gpu::BagOfBytes::needMoreBytes\28int\2c\20int\29 -985:skia_png_save_int_32 -986:skia_png_safecat -987:skia_png_gamma_significant -988:skgpu::ganesh::SurfaceContext::readPixels\28GrDirectContext*\2c\20GrPixmap\2c\20SkIPoint\29 -989:skcms_TransferFunction_getType -990:icu_74::UnicodeString::setTo\28signed\20char\2c\20icu_74::ConstChar16Ptr\2c\20int\29 -991:icu_74::UnicodeString::getBuffer\28int\29 -992:icu_74::UnicodeString::doAppend\28icu_74::UnicodeString\20const&\2c\20int\2c\20int\29 -993:icu_74::UVector32::~UVector32\28\29 -994:icu_74::RuleBasedBreakIterator::handleNext\28\29 -995:icu_74::Locale::Locale\28char\20const*\2c\20char\20const*\2c\20char\20const*\2c\20char\20const*\29 -996:hb_font_get_nominal_glyph -997:hb_buffer_t::clear_output\28\29 -998:emscripten::internal::MethodInvoker::invoke\28void\20\28SkCanvas::*\20const&\29\28SkPaint\20const&\29\2c\20SkCanvas*\2c\20SkPaint*\29 -999:emscripten::internal::FunctionInvoker::invoke\28unsigned\20long\20\28**\29\28GrDirectContext&\29\2c\20GrDirectContext*\29 -1000:cff_parse_num -1001:\28anonymous\20namespace\29::write_trc_tag\28skcms_Curve\20const&\29 -1002:T_CString_toLowerCase_74 -1003:SkWStream::writeScalarAsText\28float\29 +984:std::__2::basic_string\2c\20std::__2::allocator>::__set_long_cap\5babi:nn180100\5d\28unsigned\20long\29 +985:sktext::gpu::BagOfBytes::needMoreBytes\28int\2c\20int\29 +986:skia_png_save_int_32 +987:skia_png_safecat +988:skia_png_gamma_significant +989:skgpu::ganesh::SurfaceContext::readPixels\28GrDirectContext*\2c\20GrPixmap\2c\20SkIPoint\29 +990:llroundf +991:icu_74::UnicodeString::setTo\28signed\20char\2c\20icu_74::ConstChar16Ptr\2c\20int\29 +992:icu_74::UnicodeString::getBuffer\28int\29 +993:icu_74::UnicodeString::doAppend\28icu_74::UnicodeString\20const&\2c\20int\2c\20int\29 +994:icu_74::UVector32::~UVector32\28\29 +995:icu_74::RuleBasedBreakIterator::handleNext\28\29 +996:icu_74::Locale::Locale\28char\20const*\2c\20char\20const*\2c\20char\20const*\2c\20char\20const*\29 +997:hb_font_get_nominal_glyph +998:hb_buffer_t::clear_output\28\29 +999:emscripten::internal::MethodInvoker::invoke\28void\20\28SkCanvas::*\20const&\29\28SkPaint\20const&\29\2c\20SkCanvas*\2c\20SkPaint*\29 +1000:emscripten::internal::FunctionInvoker::invoke\28unsigned\20long\20\28**\29\28GrDirectContext&\29\2c\20GrDirectContext*\29 +1001:cff_parse_num +1002:\28anonymous\20namespace\29::write_trc_tag\28skcms_Curve\20const&\29 +1003:T_CString_toLowerCase_74 1004:SkTSect::SkTSect\28SkTCurve\20const&\29 1005:SkString::set\28char\20const*\2c\20unsigned\20long\29 1006:SkSL::SymbolTable::addWithoutOwnership\28SkSL::Context\20const&\2c\20SkSL::Symbol*\29 @@ -1011,29 +1011,29 @@ 1010:SkSL::Parser::expectIdentifier\28SkSL::Token*\29 1011:SkSL::Expression::description\28\29\20const 1012:SkResourceCache::Key::init\28void*\2c\20unsigned\20long\20long\2c\20unsigned\20long\29 -1013:SkPathRef::CreateEmpty\28\29 -1014:SkNoDestructor::SkNoDestructor\28SkSL::String::Separator\28\29::Output&&\29 -1015:SkMatrix::isSimilarity\28float\29\20const -1016:SkMasks::getAlpha\28unsigned\20int\29\20const -1017:SkImageFilters::Crop\28SkRect\20const&\2c\20SkTileMode\2c\20sk_sp\29 -1018:SkImageFilter_Base::getChildOutput\28int\2c\20skif::Context\20const&\29\20const -1019:SkIDChangeListener::List::List\28\29 -1020:SkData::MakeFromMalloc\28void\20const*\2c\20unsigned\20long\29 -1021:SkDRect::setBounds\28SkTCurve\20const&\29 -1022:SkColorSpace::Equals\28SkColorSpace\20const*\2c\20SkColorSpace\20const*\29 -1023:SkColorFilter::isAlphaUnchanged\28\29\20const -1024:SkChopCubicAt\28SkPoint\20const*\2c\20SkPoint*\2c\20float\29 -1025:SafeDecodeSymbol -1026:PS_Conv_ToFixed -1027:GrTriangulator::Line::intersect\28GrTriangulator::Line\20const&\2c\20SkPoint*\29\20const -1028:GrSimpleMeshDrawOpHelper::isCompatible\28GrSimpleMeshDrawOpHelper\20const&\2c\20GrCaps\20const&\2c\20SkRect\20const&\2c\20SkRect\20const&\2c\20bool\29\20const -1029:GrOpsRenderPass::bindBuffers\28sk_sp\2c\20sk_sp\2c\20sk_sp\2c\20GrPrimitiveRestart\29 -1030:GrImageInfo::GrImageInfo\28GrColorType\2c\20SkAlphaType\2c\20sk_sp\2c\20SkISize\20const&\29 -1031:GrGLSLShaderBuilder::appendTextureLookup\28GrResourceHandle\2c\20char\20const*\2c\20GrGLSLColorSpaceXformHelper*\29 -1032:GrColorInfo::GrColorInfo\28SkColorInfo\20const&\29 -1033:FT_Stream_Read -1034:FT_Activate_Size -1035:AlmostDequalUlps\28double\2c\20double\29 +1013:SkNoDestructor::SkNoDestructor\28SkSL::String::Separator\28\29::Output&&\29 +1014:SkMatrix::isSimilarity\28float\29\20const +1015:SkMasks::getAlpha\28unsigned\20int\29\20const +1016:SkImageFilters::Crop\28SkRect\20const&\2c\20SkTileMode\2c\20sk_sp\29 +1017:SkImageFilter_Base::getChildOutput\28int\2c\20skif::Context\20const&\29\20const +1018:SkIDChangeListener::List::List\28\29 +1019:SkData::MakeFromMalloc\28void\20const*\2c\20unsigned\20long\29 +1020:SkDRect::setBounds\28SkTCurve\20const&\29 +1021:SkColorSpace::MakeRGB\28skcms_TransferFunction\20const&\2c\20skcms_Matrix3x3\20const&\29 +1022:SkChopCubicAt\28SkPoint\20const*\2c\20SkPoint*\2c\20float\29 +1023:SafeDecodeSymbol +1024:PS_Conv_ToFixed +1025:GrTriangulator::Line::intersect\28GrTriangulator::Line\20const&\2c\20SkPoint*\29\20const +1026:GrSimpleMeshDrawOpHelper::isCompatible\28GrSimpleMeshDrawOpHelper\20const&\2c\20GrCaps\20const&\2c\20SkRect\20const&\2c\20SkRect\20const&\2c\20bool\29\20const +1027:GrOpsRenderPass::bindBuffers\28sk_sp\2c\20sk_sp\2c\20sk_sp\2c\20GrPrimitiveRestart\29 +1028:GrImageInfo::GrImageInfo\28GrColorType\2c\20SkAlphaType\2c\20sk_sp\2c\20SkISize\20const&\29 +1029:GrGLSLShaderBuilder::appendTextureLookup\28GrResourceHandle\2c\20char\20const*\2c\20GrGLSLColorSpaceXformHelper*\29 +1030:GrColorInfo::GrColorInfo\28SkColorInfo\20const&\29 +1031:FT_Stream_Read +1032:FT_Activate_Size +1033:AlmostDequalUlps\28double\2c\20double\29 +1034:796 +1035:797 1036:798 1037:utrace_exit_74 1038:utrace_entry_74 @@ -1055,182 +1055,182 @@ 1054:hb_ot_layout_lookup_would_substitute 1055:getenv 1056:ft_module_get_service -1057:__sindf -1058:__shlim -1059:__cosdf -1060:\28anonymous\20namespace\29::init_resb_result\28UResourceDataEntry*\2c\20unsigned\20int\2c\20char\20const*\2c\20int\2c\20UResourceDataEntry*\2c\20char\20const*\2c\20int\2c\20UResourceBundle*\2c\20UErrorCode*\29 -1061:SkTiff::ImageFileDirectory::getEntryValuesGeneric\28unsigned\20short\2c\20unsigned\20short\2c\20unsigned\20int\2c\20void*\29\20const -1062:SkTDStorage::removeShuffle\28int\29 -1063:SkSurface::getCanvas\28\29 -1064:SkSL::cast_expression\28SkSL::Context\20const&\2c\20SkSL::Position\2c\20SkSL::Expression\20const&\2c\20SkSL::Type\20const&\29 -1065:SkSL::\28anonymous\20namespace\29::ProgramUsageVisitor::visitType\28SkSL::Type\20const&\29 -1066:SkSL::Variable::initialValue\28\29\20const -1067:SkSL::SymbolTable::addArrayDimension\28SkSL::Context\20const&\2c\20SkSL::Type\20const*\2c\20int\29 -1068:SkSL::StringStream::str\28\29\20const -1069:SkSL::RP::Program::appendCopy\28skia_private::TArray*\2c\20SkArenaAlloc*\2c\20std::byte*\2c\20SkSL::RP::ProgramOp\2c\20unsigned\20int\2c\20int\2c\20unsigned\20int\2c\20int\2c\20int\29\20const -1070:SkSL::RP::Generator::makeLValue\28SkSL::Expression\20const&\2c\20bool\29 -1071:SkSL::GLSLCodeGenerator::writeStatement\28SkSL::Statement\20const&\29 -1072:SkSL::Analysis::UpdateVariableRefKind\28SkSL::Expression*\2c\20SkSL::VariableRefKind\2c\20SkSL::ErrorReporter*\29 -1073:SkRegion::setEmpty\28\29 -1074:SkRasterPipeline::run\28unsigned\20long\2c\20unsigned\20long\2c\20unsigned\20long\2c\20unsigned\20long\29\20const -1075:SkRasterPipeline::appendLoadDst\28SkColorType\2c\20SkRasterPipelineContexts::MemoryCtx\20const*\29 -1076:SkRRect::setRectRadii\28SkRect\20const&\2c\20SkPoint\20const*\29 -1077:SkPointPriv::DistanceToLineSegmentBetweenSqd\28SkPoint\20const&\2c\20SkPoint\20const&\2c\20SkPoint\20const&\29 -1078:SkPictureRecorder::~SkPictureRecorder\28\29 -1079:SkPathBuilder::cubicTo\28SkPoint\2c\20SkPoint\2c\20SkPoint\29 -1080:SkPathBuilder::conicTo\28SkPoint\2c\20SkPoint\2c\20float\29 -1081:SkPath::arcTo\28SkRect\20const&\2c\20float\2c\20float\2c\20bool\29 +1057:classify\28skcms_TransferFunction\20const&\2c\20TF_PQish*\2c\20TF_HLGish*\29 +1058:__sindf +1059:__shlim +1060:__cosdf +1061:\28anonymous\20namespace\29::init_resb_result\28UResourceDataEntry*\2c\20unsigned\20int\2c\20char\20const*\2c\20int\2c\20UResourceDataEntry*\2c\20char\20const*\2c\20int\2c\20UResourceBundle*\2c\20UErrorCode*\29 +1062:SkTiff::ImageFileDirectory::getEntryValuesGeneric\28unsigned\20short\2c\20unsigned\20short\2c\20unsigned\20int\2c\20void*\29\20const +1063:SkTDStorage::removeShuffle\28int\29 +1064:SkSurface::getCanvas\28\29 +1065:SkSL::cast_expression\28SkSL::Context\20const&\2c\20SkSL::Position\2c\20SkSL::Expression\20const&\2c\20SkSL::Type\20const&\29 +1066:SkSL::\28anonymous\20namespace\29::ProgramUsageVisitor::visitType\28SkSL::Type\20const&\29 +1067:SkSL::Variable::initialValue\28\29\20const +1068:SkSL::SymbolTable::addArrayDimension\28SkSL::Context\20const&\2c\20SkSL::Type\20const*\2c\20int\29 +1069:SkSL::StringStream::str\28\29\20const +1070:SkSL::RP::Program::appendCopy\28skia_private::TArray*\2c\20SkArenaAlloc*\2c\20std::byte*\2c\20SkSL::RP::ProgramOp\2c\20unsigned\20int\2c\20int\2c\20unsigned\20int\2c\20int\2c\20int\29\20const +1071:SkSL::RP::Generator::makeLValue\28SkSL::Expression\20const&\2c\20bool\29 +1072:SkSL::GLSLCodeGenerator::writeStatement\28SkSL::Statement\20const&\29 +1073:SkSL::Analysis::UpdateVariableRefKind\28SkSL::Expression*\2c\20SkSL::VariableRefKind\2c\20SkSL::ErrorReporter*\29 +1074:SkRegion::setEmpty\28\29 +1075:SkRasterPipeline::run\28unsigned\20long\2c\20unsigned\20long\2c\20unsigned\20long\2c\20unsigned\20long\29\20const +1076:SkRasterPipeline::appendLoadDst\28SkColorType\2c\20SkRasterPipelineContexts::MemoryCtx\20const*\29 +1077:SkRRect::setRectRadii\28SkRect\20const&\2c\20SkPoint\20const*\29 +1078:SkPointPriv::DistanceToLineSegmentBetweenSqd\28SkPoint\20const&\2c\20SkPoint\20const&\2c\20SkPoint\20const&\29 +1079:SkPictureRecorder::~SkPictureRecorder\28\29 +1080:SkPath::isConvex\28\29\20const +1081:SkPath::conicTo\28float\2c\20float\2c\20float\2c\20float\2c\20float\29 1082:SkPaint::setImageFilter\28sk_sp\29 1083:SkOpSpanBase::contains\28SkOpSegment\20const*\29\20const 1084:SkOpContourBuilder::flush\28\29 1085:SkMipmap::ComputeLevelCount\28int\2c\20int\29 -1086:SkMatrix::mapPointsToHomogeneous\28SkSpan\2c\20SkSpan\29\20const -1087:SkMask::computeImageSize\28\29\20const -1088:SkKnownRuntimeEffects::GetKnownRuntimeEffect\28SkKnownRuntimeEffects::StableKey\29 -1089:SkIDChangeListener::List::~List\28\29 -1090:SkIDChangeListener::List::changed\28\29 -1091:SkColorTypeIsAlwaysOpaque\28SkColorType\29 -1092:SkColorFilter::filterColor4f\28SkRGBA4f<\28SkAlphaType\293>\20const&\2c\20SkColorSpace*\2c\20SkColorSpace*\29\20const -1093:SkCodec::applyColorXform\28void*\2c\20void\20const*\2c\20int\29\20const -1094:SkBitmapCache::Rec::getKey\28\29\20const -1095:SkBitmap::peekPixels\28SkPixmap*\29\20const -1096:SkAutoPixmapStorage::SkAutoPixmapStorage\28\29 -1097:RunBasedAdditiveBlitter::flush\28\29 -1098:GrSurface::onRelease\28\29 -1099:GrStyledShape::unstyledKeySize\28\29\20const -1100:GrShape::convex\28bool\29\20const -1101:GrRenderTargetProxy::arenas\28\29 -1102:GrRecordingContext::threadSafeCache\28\29 -1103:GrProxyProvider::caps\28\29\20const -1104:GrOp::GrOp\28unsigned\20int\29 -1105:GrMakeUncachedBitmapProxyView\28GrRecordingContext*\2c\20SkBitmap\20const&\2c\20skgpu::Mipmapped\2c\20SkBackingFit\2c\20skgpu::Budgeted\29 -1106:GrGLSLShaderBuilder::getMangledFunctionName\28char\20const*\29 -1107:GrGLSLProgramBuilder::nameVariable\28char\2c\20char\20const*\2c\20bool\29 -1108:GrGLGpu::bindBuffer\28GrGpuBufferType\2c\20GrBuffer\20const*\29 -1109:GrGLAttribArrayState::set\28GrGLGpu*\2c\20int\2c\20GrBuffer\20const*\2c\20GrVertexAttribType\2c\20SkSLType\2c\20int\2c\20unsigned\20long\2c\20int\29 -1110:GrAAConvexTessellator::Ring::computeNormals\28GrAAConvexTessellator\20const&\29 -1111:GrAAConvexTessellator::Ring::computeBisectors\28GrAAConvexTessellator\20const&\29 -1112:Cr_z_adler32 -1113:875 -1114:876 -1115:vsnprintf -1116:uprv_toupper_74 -1117:ucptrie_getRange_74 -1118:u_strchr_74 -1119:top12 -1120:toSkImageInfo\28SimpleImageInfo\20const&\29 -1121:std::__2::vector>::__destroy_vector::__destroy_vector\5babi:nn180100\5d\28std::__2::vector>&\29 -1122:std::__2::basic_string\2c\20std::__2::allocator>::operator=\5babi:nn180100\5d\28std::__2::basic_string\2c\20std::__2::allocator>&&\29 -1123:std::__2::basic_string\2c\20std::__2::allocator>\20std::__2::operator+\2c\20std::__2::allocator>\28char\20const*\2c\20std::__2::basic_string\2c\20std::__2::allocator>\20const&\29 -1124:std::__2::__tree\2c\20std::__2::__map_value_compare\2c\20std::__2::less\2c\20true>\2c\20std::__2::allocator>>::destroy\28std::__2::__tree_node\2c\20void*>*\29 -1125:std::__2::__num_put_base::__identify_padding\28char*\2c\20char*\2c\20std::__2::ios_base\20const&\29 -1126:std::__2::__num_get_base::__get_base\28std::__2::ios_base&\29 -1127:std::__2::__libcpp_asprintf_l\28char**\2c\20__locale_struct*\2c\20char\20const*\2c\20...\29 -1128:skia_private::THashTable::Traits>::removeSlot\28int\29 -1129:skia_png_zstream_error -1130:skia::textlayout::TextLine::iterateThroughVisualRuns\28bool\2c\20std::__2::function\2c\20float*\29>\20const&\29\20const -1131:skia::textlayout::ParagraphImpl::cluster\28unsigned\20long\29 -1132:skia::textlayout::Cluster::runOrNull\28\29\20const -1133:skgpu::ganesh::SurfaceFillContext::replaceOpsTask\28\29 -1134:res_getStringNoTrace_74 -1135:int\20std::__2::__get_up_to_n_digits\5babi:nn180100\5d>>\28std::__2::istreambuf_iterator>&\2c\20std::__2::istreambuf_iterator>\2c\20unsigned\20int&\2c\20std::__2::ctype\20const&\2c\20int\29 -1136:int\20std::__2::__get_up_to_n_digits\5babi:nn180100\5d>>\28std::__2::istreambuf_iterator>&\2c\20std::__2::istreambuf_iterator>\2c\20unsigned\20int&\2c\20std::__2::ctype\20const&\2c\20int\29 -1137:icu_74::UnicodeString::unBogus\28\29 -1138:icu_74::UnicodeSetStringSpan::~UnicodeSetStringSpan\28\29 -1139:icu_74::SimpleFilteredSentenceBreakIterator::operator==\28icu_74::BreakIterator\20const&\29\20const -1140:icu_74::Locale::init\28char\20const*\2c\20signed\20char\29 -1141:icu_74::Edits::addUnchanged\28int\29 -1142:hb_serialize_context_t::pop_pack\28bool\29 -1143:hb_sanitize_context_t::return_t\20OT::Paint::dispatch\28hb_sanitize_context_t*\29\20const -1144:hb_buffer_reverse -1145:hb_blob_t*\20hb_data_wrapper_t::call_create>\28\29\20const -1146:afm_parser_read_vals -1147:__extenddftf2 -1148:\28anonymous\20namespace\29::colrv1_traverse_paint_bounds\28SkMatrix*\2c\20SkRect*\2c\20FT_FaceRec_*\2c\20FT_Opaque_Paint_\2c\20skia_private::THashSet*\29 -1149:\28anonymous\20namespace\29::colrv1_traverse_paint\28SkCanvas*\2c\20SkSpan\20const&\2c\20unsigned\20int\2c\20FT_FaceRec_*\2c\20FT_Opaque_Paint_\2c\20skia_private::THashSet*\29 -1150:\28anonymous\20namespace\29::colrv1_transform\28FT_FaceRec_*\2c\20FT_COLR_Paint_\20const&\2c\20SkCanvas*\2c\20SkMatrix*\29 -1151:WebPRescalerImport -1152:SkString::Rec::Make\28char\20const*\2c\20unsigned\20long\29::$_0::operator\28\29\28\29\20const -1153:SkStrike::digestFor\28skglyph::ActionType\2c\20SkPackedGlyphID\29 -1154:SkSL::compile_and_shrink\28SkSL::Compiler*\2c\20SkSL::ProgramKind\2c\20SkSL::ModuleType\2c\20std::__2::basic_string\2c\20std::__2::allocator>\2c\20SkSL::Module\20const*\29 -1155:SkSL::VariableReference::VariableReference\28SkSL::Position\2c\20SkSL::Variable\20const*\2c\20SkSL::VariableRefKind\29 -1156:SkSL::SymbolTable::lookup\28SkSL::SymbolTable::SymbolKey\20const&\29\20const -1157:SkSL::ProgramUsage::get\28SkSL::Variable\20const&\29\20const -1158:SkSL::Inliner::inlineStatement\28SkSL::Position\2c\20skia_private::THashMap>\2c\20SkGoodHash>*\2c\20SkSL::SymbolTable*\2c\20std::__2::unique_ptr>*\2c\20SkSL::Analysis::ReturnComplexity\2c\20SkSL::Statement\20const&\2c\20SkSL::ProgramUsage\20const&\2c\20bool\29 -1159:SkSL::InlineCandidateAnalyzer::visitExpression\28std::__2::unique_ptr>*\29 -1160:SkSL::GetModuleData\28SkSL::ModuleType\2c\20char\20const*\29 -1161:SkSL::GLSLCodeGenerator::write\28std::__2::basic_string_view>\29 -1162:SkSL::GLSLCodeGenerator::getTypePrecision\28SkSL::Type\20const&\29 -1163:SkReadBuffer::readByteArray\28void*\2c\20unsigned\20long\29 -1164:SkRBuffer::read\28void*\2c\20unsigned\20long\29 -1165:SkPictureData::optionalPaint\28SkReadBuffer*\29\20const -1166:SkPath::quadTo\28float\2c\20float\2c\20float\2c\20float\29 -1167:SkPath::isRect\28SkRect*\2c\20bool*\2c\20SkPathDirection*\29\20const -1168:SkPath::getGenerationID\28\29\20const -1169:SkPath::cubicTo\28float\2c\20float\2c\20float\2c\20float\2c\20float\2c\20float\29 +1086:SkMatrix::reset\28\29 +1087:SkMatrix::preTranslate\28float\2c\20float\29 +1088:SkMatrix::preScale\28float\2c\20float\29 +1089:SkMatrix::mapPointsToHomogeneous\28SkSpan\2c\20SkSpan\29\20const +1090:SkMask::computeImageSize\28\29\20const +1091:SkKnownRuntimeEffects::GetKnownRuntimeEffect\28SkKnownRuntimeEffects::StableKey\29 +1092:SkIDChangeListener::List::~List\28\29 +1093:SkIDChangeListener::List::changed\28\29 +1094:SkColorTypeIsAlwaysOpaque\28SkColorType\29 +1095:SkColorSpace::Equals\28SkColorSpace\20const*\2c\20SkColorSpace\20const*\29 +1096:SkColorFilter::filterColor4f\28SkRGBA4f<\28SkAlphaType\293>\20const&\2c\20SkColorSpace*\2c\20SkColorSpace*\29\20const +1097:SkCodec::applyColorXform\28void*\2c\20void\20const*\2c\20int\29\20const +1098:SkBitmapCache::Rec::getKey\28\29\20const +1099:SkBitmap::peekPixels\28SkPixmap*\29\20const +1100:SkAutoPixmapStorage::SkAutoPixmapStorage\28\29 +1101:RunBasedAdditiveBlitter::flush\28\29 +1102:GrSurface::onRelease\28\29 +1103:GrStyledShape::unstyledKeySize\28\29\20const +1104:GrShape::convex\28bool\29\20const +1105:GrRenderTargetProxy::arenas\28\29 +1106:GrRecordingContext::threadSafeCache\28\29 +1107:GrProxyProvider::caps\28\29\20const +1108:GrOp::GrOp\28unsigned\20int\29 +1109:GrMakeUncachedBitmapProxyView\28GrRecordingContext*\2c\20SkBitmap\20const&\2c\20skgpu::Mipmapped\2c\20SkBackingFit\2c\20skgpu::Budgeted\29 +1110:GrGLSLShaderBuilder::getMangledFunctionName\28char\20const*\29 +1111:GrGLSLProgramBuilder::nameVariable\28char\2c\20char\20const*\2c\20bool\29 +1112:GrGLGpu::bindBuffer\28GrGpuBufferType\2c\20GrBuffer\20const*\29 +1113:GrGLAttribArrayState::set\28GrGLGpu*\2c\20int\2c\20GrBuffer\20const*\2c\20GrVertexAttribType\2c\20SkSLType\2c\20int\2c\20unsigned\20long\2c\20int\29 +1114:GrAAConvexTessellator::Ring::computeNormals\28GrAAConvexTessellator\20const&\29 +1115:GrAAConvexTessellator::Ring::computeBisectors\28GrAAConvexTessellator\20const&\29 +1116:Cr_z_adler32 +1117:vsnprintf +1118:uprv_toupper_74 +1119:ucptrie_getRange_74 +1120:u_strchr_74 +1121:top12 +1122:toSkImageInfo\28SimpleImageInfo\20const&\29 +1123:std::__2::vector>::__destroy_vector::__destroy_vector\5babi:nn180100\5d\28std::__2::vector>&\29 +1124:std::__2::basic_string\2c\20std::__2::allocator>::operator=\5babi:nn180100\5d\28std::__2::basic_string\2c\20std::__2::allocator>&&\29 +1125:std::__2::__tree\2c\20std::__2::__map_value_compare\2c\20std::__2::less\2c\20true>\2c\20std::__2::allocator>>::destroy\28std::__2::__tree_node\2c\20void*>*\29 +1126:std::__2::__num_put_base::__identify_padding\28char*\2c\20char*\2c\20std::__2::ios_base\20const&\29 +1127:std::__2::__num_get_base::__get_base\28std::__2::ios_base&\29 +1128:std::__2::__libcpp_asprintf_l\28char**\2c\20__locale_struct*\2c\20char\20const*\2c\20...\29 +1129:skia_private::THashTable::Traits>::removeSlot\28int\29 +1130:skia_png_zstream_error +1131:skia::textlayout::TextLine::iterateThroughVisualRuns\28bool\2c\20std::__2::function\2c\20float*\29>\20const&\29\20const +1132:skia::textlayout::ParagraphImpl::cluster\28unsigned\20long\29 +1133:skia::textlayout::Cluster::runOrNull\28\29\20const +1134:skgpu::ganesh::SurfaceFillContext::replaceOpsTask\28\29 +1135:res_getStringNoTrace_74 +1136:int\20std::__2::__get_up_to_n_digits\5babi:nn180100\5d>>\28std::__2::istreambuf_iterator>&\2c\20std::__2::istreambuf_iterator>\2c\20unsigned\20int&\2c\20std::__2::ctype\20const&\2c\20int\29 +1137:int\20std::__2::__get_up_to_n_digits\5babi:nn180100\5d>>\28std::__2::istreambuf_iterator>&\2c\20std::__2::istreambuf_iterator>\2c\20unsigned\20int&\2c\20std::__2::ctype\20const&\2c\20int\29 +1138:icu_74::UnicodeString::unBogus\28\29 +1139:icu_74::UnicodeSetStringSpan::~UnicodeSetStringSpan\28\29 +1140:icu_74::SimpleFilteredSentenceBreakIterator::operator==\28icu_74::BreakIterator\20const&\29\20const +1141:icu_74::Locale::init\28char\20const*\2c\20signed\20char\29 +1142:icu_74::Edits::addUnchanged\28int\29 +1143:hb_serialize_context_t::pop_pack\28bool\29 +1144:hb_sanitize_context_t::return_t\20OT::Paint::dispatch\28hb_sanitize_context_t*\29\20const +1145:hb_buffer_reverse +1146:hb_blob_t*\20hb_data_wrapper_t::call_create>\28\29\20const +1147:atan2f +1148:afm_parser_read_vals +1149:__extenddftf2 +1150:\28anonymous\20namespace\29::colrv1_traverse_paint_bounds\28SkMatrix*\2c\20SkRect*\2c\20FT_FaceRec_*\2c\20FT_Opaque_Paint_\2c\20skia_private::THashSet*\29 +1151:\28anonymous\20namespace\29::colrv1_traverse_paint\28SkCanvas*\2c\20SkSpan\20const&\2c\20unsigned\20int\2c\20FT_FaceRec_*\2c\20FT_Opaque_Paint_\2c\20skia_private::THashSet*\29 +1152:\28anonymous\20namespace\29::colrv1_transform\28FT_FaceRec_*\2c\20FT_COLR_Paint_\20const&\2c\20SkCanvas*\2c\20SkMatrix*\29 +1153:WebPRescalerImport +1154:SkString::Rec::Make\28char\20const*\2c\20unsigned\20long\29::$_0::operator\28\29\28\29\20const +1155:SkStrike::digestFor\28skglyph::ActionType\2c\20SkPackedGlyphID\29 +1156:SkStream::readS16\28short*\29 +1157:SkSL::compile_and_shrink\28SkSL::Compiler*\2c\20SkSL::ProgramKind\2c\20SkSL::ModuleType\2c\20std::__2::basic_string\2c\20std::__2::allocator>\2c\20SkSL::Module\20const*\29 +1158:SkSL::VariableReference::VariableReference\28SkSL::Position\2c\20SkSL::Variable\20const*\2c\20SkSL::VariableRefKind\29 +1159:SkSL::SymbolTable::lookup\28SkSL::SymbolTable::SymbolKey\20const&\29\20const +1160:SkSL::ProgramUsage::get\28SkSL::Variable\20const&\29\20const +1161:SkSL::Inliner::inlineStatement\28SkSL::Position\2c\20skia_private::THashMap>\2c\20SkGoodHash>*\2c\20SkSL::SymbolTable*\2c\20std::__2::unique_ptr>*\2c\20SkSL::Analysis::ReturnComplexity\2c\20SkSL::Statement\20const&\2c\20SkSL::ProgramUsage\20const&\2c\20bool\29 +1162:SkSL::InlineCandidateAnalyzer::visitExpression\28std::__2::unique_ptr>*\29 +1163:SkSL::GetModuleData\28SkSL::ModuleType\2c\20char\20const*\29 +1164:SkSL::GLSLCodeGenerator::write\28std::__2::basic_string_view>\29 +1165:SkSL::GLSLCodeGenerator::getTypePrecision\28SkSL::Type\20const&\29 +1166:SkReadBuffer::readByteArray\28void*\2c\20unsigned\20long\29 +1167:SkRBuffer::read\28void*\2c\20unsigned\20long\29 +1168:SkPictureData::optionalPaint\28SkReadBuffer*\29\20const +1169:SkPath::getGenerationID\28\29\20const 1170:SkPaint::setStrokeWidth\28float\29 1171:SkOpSegment::nextChase\28SkOpSpanBase**\2c\20int*\2c\20SkOpSpan**\2c\20SkOpSpanBase**\29\20const 1172:SkMemoryStream::Make\28sk_sp\29 -1173:SkMatrix::preScale\28float\2c\20float\29 -1174:SkMatrix::postScale\28float\2c\20float\29 -1175:SkMD5::bytesWritten\28\29\20const -1176:SkIntersections::removeOne\28int\29 -1177:SkDLine::ptAtT\28double\29\20const -1178:SkBitmap::getAddr\28int\2c\20int\29\20const -1179:SkAAClip::setEmpty\28\29 -1180:PS_Conv_Strtol -1181:OT::Layout::GSUB_impl::SubstLookup*\20hb_serialize_context_t::push\28\29 -1182:OT::CmapSubtable::get_glyph\28unsigned\20int\2c\20unsigned\20int*\29\20const -1183:OT::CFFIndex>::operator\5b\5d\28unsigned\20int\29\20const -1184:GrTriangulator::makeConnectingEdge\28GrTriangulator::Vertex*\2c\20GrTriangulator::Vertex*\2c\20GrTriangulator::EdgeType\2c\20GrTriangulator::Comparator\20const&\2c\20int\29 -1185:GrTextureProxy::~GrTextureProxy\28\29 -1186:GrSimpleMeshDrawOpHelper::createProgramInfo\28GrCaps\20const*\2c\20SkArenaAlloc*\2c\20GrSurfaceProxyView\20const&\2c\20bool\2c\20GrAppliedClip&&\2c\20GrDstProxyView\20const&\2c\20GrGeometryProcessor*\2c\20GrPrimitiveType\2c\20GrXferBarrierFlags\2c\20GrLoadOp\29 -1187:GrResourceAllocator::addInterval\28GrSurfaceProxy*\2c\20unsigned\20int\2c\20unsigned\20int\2c\20GrResourceAllocator::ActualUse\2c\20GrResourceAllocator::AllowRecycling\29 -1188:GrRecordingContextPriv::makeSFCWithFallback\28GrImageInfo\2c\20SkBackingFit\2c\20int\2c\20skgpu::Mipmapped\2c\20skgpu::Protected\2c\20GrSurfaceOrigin\2c\20skgpu::Budgeted\29 -1189:GrGpuResource::hasNoCommandBufferUsages\28\29\20const -1190:GrGpuBuffer::updateData\28void\20const*\2c\20unsigned\20long\2c\20unsigned\20long\2c\20bool\29 -1191:GrGLTextureParameters::NonsamplerState::NonsamplerState\28\29 -1192:GrGLSLShaderBuilder::~GrGLSLShaderBuilder\28\29 -1193:GrGLGpu::prepareToDraw\28GrPrimitiveType\29 -1194:GrGLFormatFromGLEnum\28unsigned\20int\29 -1195:GrBackendTexture::getBackendFormat\28\29\20const -1196:GrBackendFormats::MakeGL\28unsigned\20int\2c\20unsigned\20int\29 -1197:GrBackendFormatToCompressionType\28GrBackendFormat\20const&\29 -1198:FilterLoop24_C -1199:AAT::Lookup::sanitize\28hb_sanitize_context_t*\29\20const -1200:utext_close_74 -1201:ures_open_74 -1202:ures_getStringByKey_74 -1203:ures_getKey_74 -1204:unsigned\20int\20std::__2::__sort3\5babi:ne180100\5d\28skia::textlayout::OneLineShaper::RunBlock*\2c\20skia::textlayout::OneLineShaper::RunBlock*\2c\20skia::textlayout::OneLineShaper::RunBlock*\2c\20skia::textlayout::OneLineShaper::finish\28skia::textlayout::Block\20const&\2c\20float\2c\20float&\29::$_0&\29 -1205:unsigned\20int\20std::__2::__sort3\5babi:ne180100\5d\28SkSL::ProgramElement\20const**\2c\20SkSL::ProgramElement\20const**\2c\20SkSL::ProgramElement\20const**\2c\20SkSL::Transform::\28anonymous\20namespace\29::BuiltinVariableScanner::sortNewElements\28\29::'lambda'\28SkSL::ProgramElement\20const*\2c\20SkSL::ProgramElement\20const*\29&\29 -1206:unsigned\20int\20std::__2::__sort3\5babi:ne180100\5d\28SkSL::FunctionDefinition\20const**\2c\20SkSL::FunctionDefinition\20const**\2c\20SkSL::FunctionDefinition\20const**\2c\20SkSL::Transform::FindAndDeclareBuiltinFunctions\28SkSL::Program&\29::$_0&\29 -1207:ulocimp_getLanguage_74\28char\20const*\2c\20char\20const**\2c\20UErrorCode&\29 -1208:uhash_puti_74 -1209:u_terminateChars_74 -1210:std::__2::vector>::size\5babi:nn180100\5d\28\29\20const -1211:std::__2::time_get>>::get\28std::__2::istreambuf_iterator>\2c\20std::__2::istreambuf_iterator>\2c\20std::__2::ios_base&\2c\20unsigned\20int&\2c\20tm*\2c\20wchar_t\20const*\2c\20wchar_t\20const*\29\20const -1212:std::__2::time_get>>::get\28std::__2::istreambuf_iterator>\2c\20std::__2::istreambuf_iterator>\2c\20std::__2::ios_base&\2c\20unsigned\20int&\2c\20tm*\2c\20char\20const*\2c\20char\20const*\29\20const -1213:std::__2::enable_if::type\20skgpu::tess::PatchWriter\2c\20skgpu::tess::Optional<\28skgpu::tess::PatchAttribs\2964>\2c\20skgpu::tess::Optional<\28skgpu::tess::PatchAttribs\2932>\2c\20skgpu::tess::AddTrianglesWhenChopping\2c\20skgpu::tess::DiscardFlatCurves>::writeTriangleStack\28skgpu::tess::MiddleOutPolygonTriangulator::PoppedTriangleStack&&\29 -1214:std::__2::ctype::widen\5babi:nn180100\5d\28char\20const*\2c\20char\20const*\2c\20wchar_t*\29\20const +1173:SkMatrix::postScale\28float\2c\20float\29 +1174:SkIntersections::removeOne\28int\29 +1175:SkDLine::ptAtT\28double\29\20const +1176:SkBlockMemoryStream::getLength\28\29\20const +1177:SkBitmap::getAddr\28int\2c\20int\29\20const +1178:SkAAClip::setEmpty\28\29 +1179:PS_Conv_Strtol +1180:OT::Layout::GSUB_impl::SubstLookup*\20hb_serialize_context_t::push\28\29 +1181:OT::CmapSubtable::get_glyph\28unsigned\20int\2c\20unsigned\20int*\29\20const +1182:OT::CFFIndex>::operator\5b\5d\28unsigned\20int\29\20const +1183:GrTriangulator::makeConnectingEdge\28GrTriangulator::Vertex*\2c\20GrTriangulator::Vertex*\2c\20GrTriangulator::EdgeType\2c\20GrTriangulator::Comparator\20const&\2c\20int\29 +1184:GrTextureProxy::~GrTextureProxy\28\29 +1185:GrSimpleMeshDrawOpHelper::createProgramInfo\28GrCaps\20const*\2c\20SkArenaAlloc*\2c\20GrSurfaceProxyView\20const&\2c\20bool\2c\20GrAppliedClip&&\2c\20GrDstProxyView\20const&\2c\20GrGeometryProcessor*\2c\20GrPrimitiveType\2c\20GrXferBarrierFlags\2c\20GrLoadOp\29 +1186:GrResourceAllocator::addInterval\28GrSurfaceProxy*\2c\20unsigned\20int\2c\20unsigned\20int\2c\20GrResourceAllocator::ActualUse\2c\20GrResourceAllocator::AllowRecycling\29 +1187:GrRecordingContextPriv::makeSFCWithFallback\28GrImageInfo\2c\20SkBackingFit\2c\20int\2c\20skgpu::Mipmapped\2c\20skgpu::Protected\2c\20GrSurfaceOrigin\2c\20skgpu::Budgeted\29 +1188:GrGpuResource::hasNoCommandBufferUsages\28\29\20const +1189:GrGpuBuffer::updateData\28void\20const*\2c\20unsigned\20long\2c\20unsigned\20long\2c\20bool\29 +1190:GrGLTextureParameters::NonsamplerState::NonsamplerState\28\29 +1191:GrGLSLShaderBuilder::~GrGLSLShaderBuilder\28\29 +1192:GrGLGpu::prepareToDraw\28GrPrimitiveType\29 +1193:GrGLFormatFromGLEnum\28unsigned\20int\29 +1194:GrBackendTexture::getBackendFormat\28\29\20const +1195:GrBackendFormats::MakeGL\28unsigned\20int\2c\20unsigned\20int\29 +1196:GrBackendFormatToCompressionType\28GrBackendFormat\20const&\29 +1197:FilterLoop24_C +1198:AAT::Lookup::sanitize\28hb_sanitize_context_t*\29\20const +1199:utext_close_74 +1200:ures_open_74 +1201:ures_getStringByKey_74 +1202:ures_getKey_74 +1203:unsigned\20int\20std::__2::__sort3\5babi:ne180100\5d\28skia::textlayout::OneLineShaper::RunBlock*\2c\20skia::textlayout::OneLineShaper::RunBlock*\2c\20skia::textlayout::OneLineShaper::RunBlock*\2c\20skia::textlayout::OneLineShaper::finish\28skia::textlayout::Block\20const&\2c\20float\2c\20float&\29::$_0&\29 +1204:unsigned\20int\20std::__2::__sort3\5babi:ne180100\5d\28SkSL::ProgramElement\20const**\2c\20SkSL::ProgramElement\20const**\2c\20SkSL::ProgramElement\20const**\2c\20SkSL::Transform::\28anonymous\20namespace\29::BuiltinVariableScanner::sortNewElements\28\29::'lambda'\28SkSL::ProgramElement\20const*\2c\20SkSL::ProgramElement\20const*\29&\29 +1205:unsigned\20int\20std::__2::__sort3\5babi:ne180100\5d\28SkSL::FunctionDefinition\20const**\2c\20SkSL::FunctionDefinition\20const**\2c\20SkSL::FunctionDefinition\20const**\2c\20SkSL::Transform::FindAndDeclareBuiltinFunctions\28SkSL::Program&\29::$_0&\29 +1206:ulocimp_getLanguage_74\28char\20const*\2c\20char\20const**\2c\20UErrorCode&\29 +1207:uhash_puti_74 +1208:u_terminateChars_74 +1209:std::__2::vector>::size\5babi:nn180100\5d\28\29\20const +1210:std::__2::time_get>>::get\28std::__2::istreambuf_iterator>\2c\20std::__2::istreambuf_iterator>\2c\20std::__2::ios_base&\2c\20unsigned\20int&\2c\20tm*\2c\20wchar_t\20const*\2c\20wchar_t\20const*\29\20const +1211:std::__2::time_get>>::get\28std::__2::istreambuf_iterator>\2c\20std::__2::istreambuf_iterator>\2c\20std::__2::ios_base&\2c\20unsigned\20int&\2c\20tm*\2c\20char\20const*\2c\20char\20const*\29\20const +1212:std::__2::enable_if::type\20skgpu::tess::PatchWriter\2c\20skgpu::tess::Optional<\28skgpu::tess::PatchAttribs\2964>\2c\20skgpu::tess::Optional<\28skgpu::tess::PatchAttribs\2932>\2c\20skgpu::tess::AddTrianglesWhenChopping\2c\20skgpu::tess::DiscardFlatCurves>::writeTriangleStack\28skgpu::tess::MiddleOutPolygonTriangulator::PoppedTriangleStack&&\29 +1213:std::__2::ctype::widen\5babi:nn180100\5d\28char\20const*\2c\20char\20const*\2c\20wchar_t*\29\20const +1214:std::__2::basic_string\2c\20std::__2::allocator>\20std::__2::operator+\5babi:ne180100\5d\2c\20std::__2::allocator>\28std::__2::basic_string\2c\20std::__2::allocator>&&\2c\20char\20const*\29 1215:std::__2::basic_string\2c\20std::__2::allocator>::__get_long_cap\5babi:nn180100\5d\28\29\20const 1216:skia_private::THashTable::Pair\2c\20char\20const*\2c\20skia_private::THashMap::Pair>::resize\28int\29 1217:skia_png_write_finish_row 1218:skia::textlayout::ParagraphImpl::ensureUTF16Mapping\28\29 1219:skcms_GetTagBySignature -1220:scalbn -1221:non-virtual\20thunk\20to\20GrOpFlushState::allocator\28\29 -1222:icu_74::UnicodeSet::applyPattern\28icu_74::UnicodeString\20const&\2c\20UErrorCode&\29 -1223:icu_74::Normalizer2Impl::getFCD16FromNormData\28int\29\20const -1224:icu_74::Locale::Locale\28\29 -1225:icu_74::Edits::addReplace\28int\2c\20int\29 -1226:icu_74::BytesTrie::readValue\28unsigned\20char\20const*\2c\20int\29 -1227:hb_buffer_get_glyph_infos -1228:hb_blob_t*\20hb_data_wrapper_t::call_create>\28\29\20const -1229:get_gsubgpos_table\28hb_face_t*\2c\20unsigned\20int\29 -1230:exp2f -1231:embind_init_Paragraph\28\29::$_5::__invoke\28skia::textlayout::ParagraphBuilderImpl&\29 -1232:classify\28skcms_TransferFunction\20const&\2c\20TF_PQish*\2c\20TF_HLGish*\29 +1220:sk_doubles_nearly_equal_ulps\28double\2c\20double\2c\20unsigned\20char\29 +1221:scalbn +1222:non-virtual\20thunk\20to\20GrOpFlushState::allocator\28\29 +1223:icu_74::UnicodeSet::applyPattern\28icu_74::UnicodeString\20const&\2c\20UErrorCode&\29 +1224:icu_74::Normalizer2Impl::getFCD16FromNormData\28int\29\20const +1225:icu_74::Locale::Locale\28\29 +1226:icu_74::Edits::addReplace\28int\2c\20int\29 +1227:icu_74::BytesTrie::readValue\28unsigned\20char\20const*\2c\20int\29 +1228:hb_buffer_get_glyph_infos +1229:hb_blob_t*\20hb_data_wrapper_t::call_create>\28\29\20const +1230:get_gsubgpos_table\28hb_face_t*\2c\20unsigned\20int\29 +1231:exp2f +1232:embind_init_Paragraph\28\29::$_5::__invoke\28skia::textlayout::ParagraphBuilderImpl&\29 1233:cf2_stack_getReal 1234:cf2_hintmap_map 1235:antifilldot8\28int\2c\20int\2c\20int\2c\20int\2c\20SkBlitter*\2c\20bool\29 @@ -1248,2459 +1248,2459 @@ 1247:SkSL::ConstructorScalarCast::Make\28SkSL::Context\20const&\2c\20SkSL::Position\2c\20SkSL::Type\20const&\2c\20std::__2::unique_ptr>\29 1248:SkResourceCache::Find\28SkResourceCache::Key\20const&\2c\20bool\20\28*\29\28SkResourceCache::Rec\20const&\2c\20void*\29\2c\20void*\29 1249:SkRegion::SkRegion\28SkIRect\20const&\29 -1250:SkRect::toQuad\28SkPoint*\29\20const -1251:SkRasterPipeline::appendTransferFunction\28skcms_TransferFunction\20const&\29 -1252:SkRasterPipeline::appendStore\28SkColorType\2c\20SkRasterPipelineContexts::MemoryCtx\20const*\29 -1253:SkRasterClip::SkRasterClip\28\29 -1254:SkRRect::checkCornerContainment\28float\2c\20float\29\20const -1255:SkPictureData::getImage\28SkReadBuffer*\29\20const -1256:SkPathMeasure::getLength\28\29 -1257:SkPath::addRect\28SkRect\20const&\2c\20SkPathDirection\2c\20unsigned\20int\29 -1258:SkPaint::refPathEffect\28\29\20const -1259:SkOpContour::addLine\28SkPoint*\29 -1260:SkNextID::ImageID\28\29 -1261:SkMipmap::getLevel\28int\2c\20SkMipmap::Level*\29\20const -1262:SkJSONWriter::appendCString\28char\20const*\2c\20char\20const*\29 -1263:SkIntersections::setCoincident\28int\29 -1264:SkImageFilter_Base::flatten\28SkWriteBuffer&\29\20const -1265:SkDrawBase::SkDrawBase\28\29 -1266:SkDraw::SkDraw\28\29 -1267:SkDescriptor::operator==\28SkDescriptor\20const&\29\20const -1268:SkDLine::NearPointV\28SkDPoint\20const&\2c\20double\2c\20double\2c\20double\29 -1269:SkDLine::NearPointH\28SkDPoint\20const&\2c\20double\2c\20double\2c\20double\29 -1270:SkDLine::ExactPointV\28SkDPoint\20const&\2c\20double\2c\20double\2c\20double\29 -1271:SkDLine::ExactPointH\28SkDPoint\20const&\2c\20double\2c\20double\2c\20double\29 -1272:SkConvertPixels\28SkImageInfo\20const&\2c\20void*\2c\20unsigned\20long\2c\20SkImageInfo\20const&\2c\20void\20const*\2c\20unsigned\20long\29 -1273:SkColorSpaceXformSteps::apply\28SkRasterPipeline*\29\20const -1274:SkCanvas::imageInfo\28\29\20const -1275:SkCanvas::drawPicture\28SkPicture\20const*\2c\20SkMatrix\20const*\2c\20SkPaint\20const*\29 -1276:SkCanvas::drawColor\28SkRGBA4f<\28SkAlphaType\293>\20const&\2c\20SkBlendMode\29 -1277:SkBulkGlyphMetrics::~SkBulkGlyphMetrics\28\29 -1278:SkBulkGlyphMetrics::SkBulkGlyphMetrics\28SkStrikeSpec\20const&\29 -1279:SkBlockMemoryStream::getLength\28\29\20const -1280:SkBlockAllocator::releaseBlock\28SkBlockAllocator::Block*\29 -1281:SkAAClipBlitterWrapper::init\28SkRasterClip\20const&\2c\20SkBlitter*\29 -1282:SkAAClipBlitterWrapper::SkAAClipBlitterWrapper\28\29 -1283:SkAAClipBlitterWrapper::SkAAClipBlitterWrapper\28SkRasterClip\20const&\2c\20SkBlitter*\29 -1284:OT::MVAR::get_var\28unsigned\20int\2c\20int\20const*\2c\20unsigned\20int\29\20const -1285:GrXferProcessor::GrXferProcessor\28GrProcessor::ClassID\2c\20bool\2c\20GrProcessorAnalysisCoverage\29 -1286:GrTextureEffect::Make\28GrSurfaceProxyView\2c\20SkAlphaType\2c\20SkMatrix\20const&\2c\20GrSamplerState\2c\20GrCaps\20const&\2c\20float\20const*\29 -1287:GrTextureEffect::MakeSubset\28GrSurfaceProxyView\2c\20SkAlphaType\2c\20SkMatrix\20const&\2c\20GrSamplerState\2c\20SkRect\20const&\2c\20SkRect\20const&\2c\20GrCaps\20const&\2c\20float\20const*\29 -1288:GrStyledShape::simplify\28\29 +1250:SkRasterPipeline::appendTransferFunction\28skcms_TransferFunction\20const&\29 +1251:SkRasterPipeline::appendStore\28SkColorType\2c\20SkRasterPipelineContexts::MemoryCtx\20const*\29 +1252:SkRRect::checkCornerContainment\28float\2c\20float\29\20const +1253:SkPictureData::getImage\28SkReadBuffer*\29\20const +1254:SkPathPriv::Raw\28SkPath\20const&\29 +1255:SkPathMeasure::getLength\28\29 +1256:SkPathBuilder::arcTo\28SkRect\20const&\2c\20float\2c\20float\2c\20bool\29 +1257:SkPathBuilder::addPath\28SkPath\20const&\2c\20SkMatrix\20const&\2c\20SkPath::AddPathMode\29 +1258:SkPath::quadTo\28float\2c\20float\2c\20float\2c\20float\29 +1259:SkPaint::refPathEffect\28\29\20const +1260:SkOpContour::addLine\28SkPoint*\29 +1261:SkNextID::ImageID\28\29 +1262:SkMipmap::getLevel\28int\2c\20SkMipmap::Level*\29\20const +1263:SkMatrix::ScaleTranslate\28float\2c\20float\2c\20float\2c\20float\29 +1264:SkMD5::bytesWritten\28\29\20const +1265:SkJSONWriter::appendCString\28char\20const*\2c\20char\20const*\29 +1266:SkIntersections::setCoincident\28int\29 +1267:SkImageFilter_Base::flatten\28SkWriteBuffer&\29\20const +1268:SkFont::setSubpixel\28bool\29 +1269:SkDescriptor::operator==\28SkDescriptor\20const&\29\20const +1270:SkDLine::NearPointV\28SkDPoint\20const&\2c\20double\2c\20double\2c\20double\29 +1271:SkDLine::NearPointH\28SkDPoint\20const&\2c\20double\2c\20double\2c\20double\29 +1272:SkDLine::ExactPointV\28SkDPoint\20const&\2c\20double\2c\20double\2c\20double\29 +1273:SkDLine::ExactPointH\28SkDPoint\20const&\2c\20double\2c\20double\2c\20double\29 +1274:SkConvertPixels\28SkImageInfo\20const&\2c\20void*\2c\20unsigned\20long\2c\20SkImageInfo\20const&\2c\20void\20const*\2c\20unsigned\20long\29 +1275:SkColorSpaceXformSteps::apply\28SkRasterPipeline*\29\20const +1276:SkCanvas::imageInfo\28\29\20const +1277:SkCanvas::drawPicture\28SkPicture\20const*\2c\20SkMatrix\20const*\2c\20SkPaint\20const*\29 +1278:SkCanvas::drawColor\28SkRGBA4f<\28SkAlphaType\293>\20const&\2c\20SkBlendMode\29 +1279:SkBulkGlyphMetrics::~SkBulkGlyphMetrics\28\29 +1280:SkBulkGlyphMetrics::SkBulkGlyphMetrics\28SkStrikeSpec\20const&\29 +1281:SkBlockAllocator::releaseBlock\28SkBlockAllocator::Block*\29 +1282:SkAAClipBlitterWrapper::init\28SkRasterClip\20const&\2c\20SkBlitter*\29 +1283:SkAAClipBlitterWrapper::SkAAClipBlitterWrapper\28\29 +1284:SkAAClipBlitterWrapper::SkAAClipBlitterWrapper\28SkRasterClip\20const&\2c\20SkBlitter*\29 +1285:OT::MVAR::get_var\28unsigned\20int\2c\20int\20const*\2c\20unsigned\20int\29\20const +1286:GrXferProcessor::GrXferProcessor\28GrProcessor::ClassID\2c\20bool\2c\20GrProcessorAnalysisCoverage\29 +1287:GrTextureEffect::Make\28GrSurfaceProxyView\2c\20SkAlphaType\2c\20SkMatrix\20const&\2c\20GrSamplerState\2c\20GrCaps\20const&\2c\20float\20const*\29 +1288:GrTextureEffect::MakeSubset\28GrSurfaceProxyView\2c\20SkAlphaType\2c\20SkMatrix\20const&\2c\20GrSamplerState\2c\20SkRect\20const&\2c\20SkRect\20const&\2c\20GrCaps\20const&\2c\20float\20const*\29 1289:GrSimpleMeshDrawOpHelper::finalizeProcessors\28GrCaps\20const&\2c\20GrAppliedClip\20const*\2c\20GrClampType\2c\20GrProcessorAnalysisCoverage\2c\20SkRGBA4f<\28SkAlphaType\292>*\2c\20bool*\29 -1290:GrRecordingContext::OwnedArenas::get\28\29 -1291:GrProxyProvider::createProxy\28GrBackendFormat\20const&\2c\20SkISize\2c\20skgpu::Renderable\2c\20int\2c\20skgpu::Mipmapped\2c\20SkBackingFit\2c\20skgpu::Budgeted\2c\20skgpu::Protected\2c\20std::__2::basic_string_view>\2c\20GrInternalSurfaceFlags\2c\20GrSurfaceProxy::UseAllocator\29 -1292:GrProxyProvider::assignUniqueKeyToProxy\28skgpu::UniqueKey\20const&\2c\20GrTextureProxy*\29 -1293:GrProcessorSet::finalize\28GrProcessorAnalysisColor\20const&\2c\20GrProcessorAnalysisCoverage\2c\20GrAppliedClip\20const*\2c\20GrUserStencilSettings\20const*\2c\20GrCaps\20const&\2c\20GrClampType\2c\20SkRGBA4f<\28SkAlphaType\292>*\29 -1294:GrOp::cutChain\28\29 -1295:GrMeshDrawTarget::makeVertexWriter\28unsigned\20long\2c\20int\2c\20sk_sp*\2c\20int*\29 -1296:GrGpuResource::GrGpuResource\28GrGpu*\2c\20std::__2::basic_string_view>\29 -1297:GrGeometryProcessor::TextureSampler::reset\28GrSamplerState\2c\20GrBackendFormat\20const&\2c\20skgpu::Swizzle\20const&\29 -1298:GrGeometryProcessor::AttributeSet::Iter::operator++\28\29 -1299:GrGeometryProcessor::AttributeSet::Iter::operator*\28\29\20const -1300:GrGLTextureParameters::set\28GrGLTextureParameters::SamplerOverriddenState\20const*\2c\20GrGLTextureParameters::NonsamplerState\20const&\2c\20unsigned\20long\20long\29 -1301:GrClip::GetPixelIBounds\28SkRect\20const&\2c\20GrAA\2c\20GrClip::BoundsType\29 -1302:GrBackendTexture::~GrBackendTexture\28\29 -1303:FT_Outline_Get_CBox -1304:FT_Get_Sfnt_Table -1305:AutoLayerForImageFilter::AutoLayerForImageFilter\28AutoLayerForImageFilter&&\29 -1306:utf8_prevCharSafeBody_74 -1307:ures_getString_74 -1308:ulocimp_getScript_74\28char\20const*\2c\20char\20const**\2c\20UErrorCode&\29 -1309:uhash_open_74 -1310:u_UCharsToChars_74 -1311:std::__2::moneypunct::negative_sign\5babi:nn180100\5d\28\29\20const -1312:std::__2::moneypunct::do_pos_format\28\29\20const -1313:std::__2::ctype::widen\5babi:nn180100\5d\28char\20const*\2c\20char\20const*\2c\20char*\29\20const -1314:std::__2::char_traits::copy\5babi:nn180100\5d\28wchar_t*\2c\20wchar_t\20const*\2c\20unsigned\20long\29 -1315:std::__2::basic_string\2c\20std::__2::allocator>::end\5babi:nn180100\5d\28\29 -1316:std::__2::basic_string\2c\20std::__2::allocator>::end\5babi:nn180100\5d\28\29 -1317:std::__2::basic_string\2c\20std::__2::allocator>::__set_size\5babi:nn180100\5d\28unsigned\20long\29 -1318:std::__2::basic_string\2c\20std::__2::allocator>::__get_short_size\5babi:nn180100\5d\28\29\20const -1319:std::__2::basic_string\2c\20std::__2::allocator>::__assign_external\28char\20const*\2c\20unsigned\20long\29 -1320:std::__2::__unwrap_iter_impl\2c\20true>::__unwrap\5babi:nn180100\5d\28std::__2::__wrap_iter\29 -1321:std::__2::__itoa::__append2\5babi:nn180100\5d\28char*\2c\20unsigned\20int\29 -1322:sktext::SkStrikePromise::SkStrikePromise\28sktext::SkStrikePromise&&\29 -1323:skif::LayerSpace::ceil\28\29\20const -1324:skif::FilterResult::analyzeBounds\28SkMatrix\20const&\2c\20SkIRect\20const&\2c\20skif::FilterResult::BoundsScope\29\20const -1325:skia_private::THashMap::operator\5b\5d\28SkSL::FunctionDeclaration\20const*\20const&\29 -1326:skia_private::TArray::operator=\28skia_private::TArray\20const&\29 -1327:skia_png_read_finish_row -1328:skia_png_handle_unknown -1329:skia_png_gamma_correct -1330:skia_png_colorspace_sync -1331:skia_png_app_warning -1332:skia::textlayout::TextStyle::operator=\28skia::textlayout::TextStyle\20const&\29 -1333:skia::textlayout::TextLine::offset\28\29\20const -1334:skia::textlayout::Run::placeholderStyle\28\29\20const -1335:skgpu::ganesh::SurfaceFillContext::fillRectWithFP\28SkIRect\20const&\2c\20std::__2::unique_ptr>\29 -1336:skgpu::ganesh::SurfaceDrawContext::Make\28GrRecordingContext*\2c\20GrColorType\2c\20sk_sp\2c\20SkBackingFit\2c\20SkISize\2c\20SkSurfaceProps\20const&\2c\20std::__2::basic_string_view>\2c\20int\2c\20skgpu::Mipmapped\2c\20skgpu::Protected\2c\20GrSurfaceOrigin\2c\20skgpu::Budgeted\29 -1337:skgpu::ganesh::SurfaceContext::PixelTransferResult::~PixelTransferResult\28\29 -1338:skgpu::ganesh::ClipStack::SaveRecord::state\28\29\20const -1339:sk_doubles_nearly_equal_ulps\28double\2c\20double\2c\20unsigned\20char\29 -1340:ps_parser_to_token -1341:icu_74::UnicodeString::moveIndex32\28int\2c\20int\29\20const -1342:icu_74::UnicodeString::cloneArrayIfNeeded\28int\2c\20int\2c\20signed\20char\2c\20int**\2c\20signed\20char\29 -1343:icu_74::UnicodeSet::span\28char16_t\20const*\2c\20int\2c\20USetSpanCondition\29\20const -1344:icu_74::UVector::indexOf\28void*\2c\20int\29\20const -1345:icu_74::UVector::addElement\28void*\2c\20UErrorCode&\29 -1346:icu_74::UVector32::UVector32\28UErrorCode&\29 -1347:icu_74::RuleCharacterIterator::next\28int\2c\20signed\20char&\2c\20UErrorCode&\29 -1348:icu_74::ReorderingBuffer::appendBMP\28char16_t\2c\20unsigned\20char\2c\20UErrorCode&\29 -1349:icu_74::LSR::deleteOwned\28\29 -1350:icu_74::ICUServiceKey::prefix\28icu_74::UnicodeString&\29\20const -1351:icu_74::CharString::appendInvariantChars\28icu_74::UnicodeString\20const&\2c\20UErrorCode&\29 -1352:icu_74::CharString::appendInvariantChars\28char16_t\20const*\2c\20int\2c\20UErrorCode&\29 -1353:icu_74::BreakIterator::buildInstance\28icu_74::Locale\20const&\2c\20char\20const*\2c\20UErrorCode&\29 -1354:hb_face_t::load_upem\28\29\20const -1355:hb_buffer_t::merge_out_clusters\28unsigned\20int\2c\20unsigned\20int\29 -1356:hb_buffer_t::enlarge\28unsigned\20int\29 -1357:hb_buffer_destroy -1358:emscripten_builtin_calloc -1359:emscripten::internal::FunctionInvoker::invoke\28void\20\28**\29\28SkCanvas&\2c\20SkCanvas::PointMode\2c\20unsigned\20long\2c\20int\2c\20SkPaint&\29\2c\20SkCanvas*\2c\20SkCanvas::PointMode\2c\20unsigned\20long\2c\20int\2c\20SkPaint*\29 -1360:cff_index_init -1361:cf2_glyphpath_curveTo -1362:bool\20std::__2::operator!=\5babi:nn180100\5d\28std::__2::__wrap_iter\20const&\2c\20std::__2::__wrap_iter\20const&\29 -1363:atan2f -1364:__isspace -1365:WebPCopyPlane -1366:SkTextBlobBuilder::TightRunBounds\28SkTextBlob::RunRecord\20const&\29 -1367:SkTMaskGamma_build_correcting_lut\28unsigned\20char*\2c\20unsigned\20int\2c\20float\2c\20SkColorSpaceLuminance\20const&\2c\20float\29 -1368:SkSurfaces::RenderTarget\28GrRecordingContext*\2c\20skgpu::Budgeted\2c\20SkImageInfo\20const&\2c\20int\2c\20GrSurfaceOrigin\2c\20SkSurfaceProps\20const*\2c\20bool\2c\20bool\29 -1369:SkSurface_Raster::type\28\29\20const -1370:SkSurface::makeImageSnapshot\28\29 -1371:SkString::swap\28SkString&\29 -1372:SkString::reset\28\29 -1373:SkString::SkString\28char\20const*\2c\20unsigned\20long\29 -1374:SkSampler::Fill\28SkImageInfo\20const&\2c\20void*\2c\20unsigned\20long\2c\20SkCodec::ZeroInitialized\29 -1375:SkSL::Type::MakeTextureType\28char\20const*\2c\20SpvDim_\2c\20bool\2c\20bool\2c\20bool\2c\20SkSL::Type::TextureAccess\29 -1376:SkSL::Type::MakeSpecialType\28char\20const*\2c\20char\20const*\2c\20SkSL::Type::TypeKind\29 -1377:SkSL::RP::Builder::push_slots_or_immutable\28SkSL::RP::SlotRange\2c\20SkSL::RP::BuilderOp\29 -1378:SkSL::RP::Builder::push_clone_from_stack\28SkSL::RP::SlotRange\2c\20int\2c\20int\29 -1379:SkSL::Program::~Program\28\29 -1380:SkSL::PipelineStage::PipelineStageCodeGenerator::writeStatement\28SkSL::Statement\20const&\29 -1381:SkSL::Operator::isAssignment\28\29\20const -1382:SkSL::Intrinsics::\28anonymous\20namespace\29::evaluate_mul\28SkSL::Context\20const&\2c\20std::__2::array\20const&\29 -1383:SkSL::InlineCandidateAnalyzer::visitStatement\28std::__2::unique_ptr>*\2c\20bool\29 -1384:SkSL::GLSLCodeGenerator::writeModifiers\28SkSL::Layout\20const&\2c\20SkSL::ModifierFlags\2c\20bool\29 -1385:SkSL::ExpressionStatement::Make\28SkSL::Context\20const&\2c\20std::__2::unique_ptr>\29 -1386:SkSL::ConstructorCompound::Make\28SkSL::Context\20const&\2c\20SkSL::Position\2c\20SkSL::Type\20const&\2c\20SkSL::ExpressionArray\29 -1387:SkSL::Analysis::IsSameExpressionTree\28SkSL::Expression\20const&\2c\20SkSL::Expression\20const&\29 -1388:SkSL::AliasType::resolve\28\29\20const -1389:SkResourceCache::Add\28SkResourceCache::Rec*\2c\20void*\29 -1390:SkRegion::writeToMemory\28void*\29\20const -1391:SkReadBuffer::readMatrix\28SkMatrix*\29 -1392:SkReadBuffer::readBool\28\29 -1393:SkRasterPipeline::appendConstantColor\28SkArenaAlloc*\2c\20float\20const*\29 -1394:SkRasterClip::setRect\28SkIRect\20const&\29 -1395:SkRasterClip::SkRasterClip\28SkRasterClip\20const&\29 -1396:SkPathWriter::isClosed\28\29\20const -1397:SkPathMeasure::~SkPathMeasure\28\29 -1398:SkPathMeasure::SkPathMeasure\28SkPath\20const&\2c\20bool\2c\20float\29 -1399:SkPathBuilder::incReserve\28int\2c\20int\29 -1400:SkPath::addPath\28SkPath\20const&\2c\20SkMatrix\20const&\2c\20SkPath::AddPathMode\29 -1401:SkParse::FindScalars\28char\20const*\2c\20float*\2c\20int\29 -1402:SkPaint::operator=\28SkPaint\20const&\29 -1403:SkOpSpan::computeWindSum\28\29 -1404:SkOpSegment::existing\28double\2c\20SkOpSegment\20const*\29\20const -1405:SkOpSegment::addCurveTo\28SkOpSpanBase\20const*\2c\20SkOpSpanBase\20const*\2c\20SkPathWriter*\29\20const -1406:SkOpPtT::find\28SkOpSegment\20const*\29\20const -1407:SkOpCoincidence::addEndMovedSpans\28SkOpSpan\20const*\2c\20SkOpSpanBase\20const*\29 -1408:SkNoDrawCanvas::onDrawImageRect2\28SkImage\20const*\2c\20SkRect\20const&\2c\20SkRect\20const&\2c\20SkSamplingOptions\20const&\2c\20SkPaint\20const*\2c\20SkCanvas::SrcRectConstraint\29 -1409:SkMakeImageFromRasterBitmap\28SkBitmap\20const&\2c\20SkCopyPixelsMode\29 -1410:SkImages::RasterFromBitmap\28SkBitmap\20const&\29 -1411:SkImage_Ganesh::SkImage_Ganesh\28sk_sp\2c\20unsigned\20int\2c\20GrSurfaceProxyView\2c\20SkColorInfo\29 -1412:SkImageInfo::makeColorSpace\28sk_sp\29\20const -1413:SkImageInfo::computeOffset\28int\2c\20int\2c\20unsigned\20long\29\20const -1414:SkGlyph::imageSize\28\29\20const -1415:SkGetICULib\28\29 -1416:SkFont::textToGlyphs\28void\20const*\2c\20unsigned\20long\2c\20SkTextEncoding\2c\20SkSpan\29\20const -1417:SkFont::setSubpixel\28bool\29 -1418:SkDrawBase::drawRect\28SkRect\20const&\2c\20SkPaint\20const&\2c\20SkMatrix\20const*\2c\20SkRect\20const*\29\20const -1419:SkDevice::onReadPixels\28SkPixmap\20const&\2c\20int\2c\20int\29 -1420:SkData::MakeZeroInitialized\28unsigned\20long\29 -1421:SkColorFilter::makeComposed\28sk_sp\29\20const -1422:SkCodec::SkCodec\28SkEncodedInfo&&\2c\20skcms_PixelFormat\2c\20std::__2::unique_ptr>\2c\20SkEncodedOrigin\29 -1423:SkChopQuadAt\28SkPoint\20const*\2c\20SkPoint*\2c\20float\29 -1424:SkCanvas::drawImageRect\28SkImage\20const*\2c\20SkRect\20const&\2c\20SkRect\20const&\2c\20SkSamplingOptions\20const&\2c\20SkPaint\20const*\2c\20SkCanvas::SrcRectConstraint\29 -1425:SkBmpCodec::getDstRow\28int\2c\20int\29\20const -1426:SkBitmap::getGenerationID\28\29\20const -1427:SkAutoDescriptor::SkAutoDescriptor\28\29 -1428:OT::GSUB_accelerator_t*\20hb_data_wrapper_t::call_create>\28\29\20const -1429:OT::DeltaSetIndexMap::sanitize\28hb_sanitize_context_t*\29\20const -1430:OT::ClassDef::sanitize\28hb_sanitize_context_t*\29\20const -1431:OT::CFFIndex>::sanitize\28hb_sanitize_context_t*\29\20const -1432:GrTriangulator::Comparator::sweep_lt\28SkPoint\20const&\2c\20SkPoint\20const&\29\20const -1433:GrTextureProxy::textureType\28\29\20const -1434:GrSurfaceProxy::createSurfaceImpl\28GrResourceProvider*\2c\20int\2c\20skgpu::Renderable\2c\20skgpu::Mipmapped\29\20const -1435:GrStyledShape::writeUnstyledKey\28unsigned\20int*\29\20const -1436:GrSkSLFP::setInput\28std::__2::unique_ptr>\29 -1437:GrSimpleMeshDrawOpHelperWithStencil::GrSimpleMeshDrawOpHelperWithStencil\28GrProcessorSet*\2c\20GrAAType\2c\20GrUserStencilSettings\20const*\2c\20GrSimpleMeshDrawOpHelper::InputFlags\29 -1438:GrShape::operator=\28GrShape\20const&\29 -1439:GrResourceProvider::createPatternedIndexBuffer\28unsigned\20short\20const*\2c\20int\2c\20int\2c\20int\2c\20skgpu::UniqueKey\20const*\29 -1440:GrRenderTarget::~GrRenderTarget\28\29 -1441:GrRecordingContextPriv::makeSC\28GrSurfaceProxyView\2c\20GrColorInfo\20const&\29 -1442:GrOpFlushState::detachAppliedClip\28\29 -1443:GrGpuBuffer::map\28\29 -1444:GrGeometryProcessor::ProgramImpl::WriteOutputPosition\28GrGLSLVertexBuilder*\2c\20GrGeometryProcessor::ProgramImpl::GrGPArgs*\2c\20char\20const*\29 -1445:GrGLSLShaderBuilder::declAppend\28GrShaderVar\20const&\29 -1446:GrGLGpu::didDrawTo\28GrRenderTarget*\29 -1447:GrFragmentProcessors::Make\28skgpu::ganesh::SurfaceDrawContext*\2c\20SkColorFilter\20const*\2c\20std::__2::unique_ptr>\2c\20GrColorInfo\20const&\2c\20SkSurfaceProps\20const&\29 -1448:GrColorSpaceXformEffect::Make\28std::__2::unique_ptr>\2c\20GrColorInfo\20const&\2c\20GrColorInfo\20const&\29 -1449:GrCaps::validateSurfaceParams\28SkISize\20const&\2c\20GrBackendFormat\20const&\2c\20skgpu::Renderable\2c\20int\2c\20skgpu::Mipmapped\2c\20GrTextureType\29\20const -1450:GrBufferAllocPool::putBack\28unsigned\20long\29 -1451:GrBlurUtils::GaussianBlur\28GrRecordingContext*\2c\20GrSurfaceProxyView\2c\20GrColorType\2c\20SkAlphaType\2c\20sk_sp\2c\20SkIRect\2c\20SkIRect\2c\20float\2c\20float\2c\20SkTileMode\2c\20SkBackingFit\29::$_0::operator\28\29\28SkIRect\2c\20SkIRect\29\20const -1452:GrBackendTexture::GrBackendTexture\28\29 -1453:GrAAConvexTessellator::createInsetRing\28GrAAConvexTessellator::Ring\20const&\2c\20GrAAConvexTessellator::Ring*\2c\20float\2c\20float\2c\20float\2c\20float\2c\20bool\29 -1454:FT_Stream_GetByte -1455:FT_Set_Transform -1456:FT_Add_Module -1457:AutoLayerForImageFilter::operator=\28AutoLayerForImageFilter&&\29 -1458:AlmostLessOrEqualUlps\28float\2c\20float\29 -1459:ActiveEdge::intersect\28SkPoint\20const&\2c\20SkPoint\20const&\2c\20unsigned\20short\2c\20unsigned\20short\29\20const -1460:wrapper_cmp -1461:void\20std::__2::reverse\5babi:nn180100\5d\28char*\2c\20char*\29 -1462:void\20std::__2::__hash_table\2c\20std::__2::equal_to\2c\20std::__2::allocator>::__do_rehash\28unsigned\20long\29 -1463:void\20emscripten::internal::MemberAccess::setWire\28bool\20RuntimeEffectUniform::*\20const&\2c\20RuntimeEffectUniform&\2c\20bool\29 -1464:utrace_data_74 -1465:utf8_nextCharSafeBody_74 -1466:utext_setup_74 -1467:uhash_openSize_74 -1468:uhash_nextElement_74 -1469:u_charType_74 -1470:tanf -1471:std::__2::vector>::operator\5b\5d\5babi:nn180100\5d\28unsigned\20long\29 -1472:std::__2::vector>::__alloc\5babi:nn180100\5d\28\29 -1473:std::__2::ostreambuf_iterator>\20std::__2::__pad_and_output\5babi:nn180100\5d>\28std::__2::ostreambuf_iterator>\2c\20wchar_t\20const*\2c\20wchar_t\20const*\2c\20wchar_t\20const*\2c\20std::__2::ios_base&\2c\20wchar_t\29 -1474:std::__2::ostreambuf_iterator>\20std::__2::__pad_and_output\5babi:nn180100\5d>\28std::__2::ostreambuf_iterator>\2c\20char\20const*\2c\20char\20const*\2c\20char\20const*\2c\20std::__2::ios_base&\2c\20char\29 -1475:std::__2::char_traits::to_int_type\5babi:nn180100\5d\28char\29 -1476:std::__2::basic_string\2c\20std::__2::allocator>::__recommend\5babi:nn180100\5d\28unsigned\20long\29 -1477:std::__2::basic_ios>::~basic_ios\28\29 -1478:std::__2::basic_ios>::setstate\5babi:nn180100\5d\28unsigned\20int\29 -1479:std::__2::__compressed_pair_elem::__compressed_pair_elem\5babi:nn180100\5d\28void\20\28*&&\29\28void*\29\29 -1480:sktext::StrikeMutationMonitor::~StrikeMutationMonitor\28\29 -1481:sktext::StrikeMutationMonitor::StrikeMutationMonitor\28sktext::StrikeForGPU*\29 -1482:skif::LayerSpace::contains\28skif::LayerSpace\20const&\29\20const -1483:skif::FilterResult::resolve\28skif::Context\20const&\2c\20skif::LayerSpace\2c\20bool\29\20const -1484:skif::FilterResult::AutoSurface::snap\28\29 -1485:skif::FilterResult::AutoSurface::AutoSurface\28skif::Context\20const&\2c\20skif::LayerSpace\20const&\2c\20skif::FilterResult::PixelBoundary\2c\20bool\2c\20SkSurfaceProps\20const*\29 -1486:skif::Backend::~Backend\28\29_2363 -1487:skia_private::TArray::push_back\28skif::FilterResult::Builder::SampledFilterResult&&\29 -1488:skia_private::STArray<2\2c\20std::__2::unique_ptr>\2c\20true>::~STArray\28\29 -1489:skia_png_chunk_unknown_handling -1490:skia::textlayout::TextStyle::TextStyle\28\29 -1491:skia::textlayout::TextLine::iterateThroughSingleRunByStyles\28skia::textlayout::TextLine::TextAdjustment\2c\20skia::textlayout::Run\20const*\2c\20float\2c\20skia::textlayout::SkRange\2c\20skia::textlayout::StyleType\2c\20std::__2::function\2c\20skia::textlayout::TextStyle\20const&\2c\20skia::textlayout::TextLine::ClipContext\20const&\29>\20const&\29\20const -1492:skgpu::ganesh::SurfaceFillContext::internalClear\28SkIRect\20const*\2c\20std::__2::array\2c\20bool\29 -1493:skgpu::ganesh::SurfaceDrawContext::fillRectToRect\28GrClip\20const*\2c\20GrPaint&&\2c\20GrAA\2c\20SkMatrix\20const&\2c\20SkRect\20const&\2c\20SkRect\20const&\29 -1494:skgpu::ganesh::SurfaceDrawContext::drawRect\28GrClip\20const*\2c\20GrPaint&&\2c\20GrAA\2c\20SkMatrix\20const&\2c\20SkRect\20const&\2c\20GrStyle\20const*\29 -1495:skgpu::SkSLToBackend\28SkSL::ShaderCaps\20const*\2c\20bool\20\28*\29\28SkSL::Program&\2c\20SkSL::ShaderCaps\20const*\2c\20SkSL::NativeShader*\29\2c\20char\20const*\2c\20std::__2::basic_string\2c\20std::__2::allocator>\20const&\2c\20SkSL::ProgramKind\2c\20SkSL::ProgramSettings\20const&\2c\20SkSL::NativeShader*\2c\20SkSL::ProgramInterface*\2c\20skgpu::ShaderErrorHandler*\29 -1496:skgpu::GetApproxSize\28SkISize\29 -1497:skcms_TransferFunction_invert -1498:skcms_Matrix3x3_invert -1499:res_getTableItemByKey_74 -1500:read_curve\28unsigned\20char\20const*\2c\20unsigned\20int\2c\20skcms_Curve*\2c\20unsigned\20int*\29 -1501:powf -1502:icu_74::UnicodeString::operator=\28icu_74::UnicodeString&&\29 -1503:icu_74::UnicodeString::doEquals\28icu_74::UnicodeString\20const&\2c\20int\29\20const -1504:icu_74::UnicodeSet::ensureCapacity\28int\29 -1505:icu_74::UVector::UVector\28void\20\28*\29\28void*\29\2c\20signed\20char\20\28*\29\28UElement\2c\20UElement\29\2c\20UErrorCode&\29 -1506:icu_74::UVector32::setElementAt\28int\2c\20int\29 -1507:icu_74::RuleCharacterIterator::setPos\28icu_74::RuleCharacterIterator::Pos\20const&\29 -1508:icu_74::ResourceTable::findValue\28char\20const*\2c\20icu_74::ResourceValue&\29\20const -1509:icu_74::Locale::operator=\28icu_74::Locale\20const&\29 -1510:icu_74::CharString::extract\28char*\2c\20int\2c\20UErrorCode&\29\20const -1511:hb_lazy_loader_t\2c\20hb_face_t\2c\2024u\2c\20OT::GDEF_accelerator_t>::do_destroy\28OT::GDEF_accelerator_t*\29 -1512:hb_buffer_set_flags -1513:hb_buffer_append -1514:hb_blob_t*\20hb_data_wrapper_t::call_create>\28\29\20const -1515:hb_blob_t*\20hb_data_wrapper_t::call_create>\28\29\20const -1516:hb_bit_set_t::add_range\28unsigned\20int\2c\20unsigned\20int\29 -1517:emscripten::internal::MethodInvoker\29\2c\20void\2c\20SkFont*\2c\20sk_sp>::invoke\28void\20\28SkFont::*\20const&\29\28sk_sp\29\2c\20SkFont*\2c\20sk_sp*\29 -1518:emscripten::internal::Invoker::invoke\28unsigned\20long\20\28*\29\28\29\29 -1519:emscripten::internal::FunctionInvoker\20const&\2c\20unsigned\20long\2c\20unsigned\20long\2c\20SkFilterMode\2c\20SkPaint\20const*\29\2c\20void\2c\20SkCanvas&\2c\20sk_sp\20const&\2c\20unsigned\20long\2c\20unsigned\20long\2c\20SkFilterMode\2c\20SkPaint\20const*>::invoke\28void\20\28**\29\28SkCanvas&\2c\20sk_sp\20const&\2c\20unsigned\20long\2c\20unsigned\20long\2c\20SkFilterMode\2c\20SkPaint\20const*\29\2c\20SkCanvas*\2c\20sk_sp*\2c\20unsigned\20long\2c\20unsigned\20long\2c\20SkFilterMode\2c\20SkPaint\20const*\29 -1520:cos -1521:char*\20std::__2::__rewrap_iter\5babi:nn180100\5d>\28char*\2c\20char*\29 -1522:cf2_glyphpath_lineTo -1523:bool\20emscripten::internal::MemberAccess::getWire\28bool\20RuntimeEffectUniform::*\20const&\2c\20RuntimeEffectUniform&\29 -1524:alloc_small -1525:af_latin_hints_compute_segments -1526:_hb_glyph_info_set_unicode_props\28hb_glyph_info_t*\2c\20hb_buffer_t*\29 -1527:__wasi_syscall_ret -1528:__lshrti3 -1529:__letf2 -1530:__cxx_global_array_dtor_5161 -1531:\28anonymous\20namespace\29::SkBlurImageFilter::~SkBlurImageFilter\28\29 -1532:WebPDemuxGetI -1533:SkUTF::ToUTF16\28int\2c\20unsigned\20short*\29 -1534:SkTextBlobBuilder::~SkTextBlobBuilder\28\29 -1535:SkTextBlobBuilder::ConservativeRunBounds\28SkTextBlob::RunRecord\20const&\29 -1536:SkSynchronizedResourceCache::SkSynchronizedResourceCache\28unsigned\20long\29 -1537:SkSwizzler::swizzle\28void*\2c\20unsigned\20char\20const*\29 -1538:SkString::insert\28unsigned\20long\2c\20char\20const*\2c\20unsigned\20long\29 -1539:SkString::insertUnichar\28unsigned\20long\2c\20int\29 -1540:SkStrikeSpec::findOrCreateScopedStrike\28sktext::StrikeForGPUCacheInterface*\29\20const -1541:SkStrikeCache::GlobalStrikeCache\28\29 -1542:SkShader::isAImage\28SkMatrix*\2c\20SkTileMode*\29\20const -1543:SkSL::is_constant_value\28SkSL::Expression\20const&\2c\20double\29 -1544:SkSL::evaluate_pairwise_intrinsic\28SkSL::Context\20const&\2c\20std::__2::array\20const&\2c\20SkSL::Type\20const&\2c\20double\20\28*\29\28double\2c\20double\2c\20double\29\29 -1545:SkSL::\28anonymous\20namespace\29::ReturnsOnAllPathsVisitor::visitStatement\28SkSL::Statement\20const&\29 -1546:SkSL::Type::MakeScalarType\28std::__2::basic_string_view>\2c\20char\20const*\2c\20SkSL::Type::NumberKind\2c\20signed\20char\2c\20signed\20char\29 -1547:SkSL::RP::Generator::pushBinaryExpression\28SkSL::Expression\20const&\2c\20SkSL::Operator\2c\20SkSL::Expression\20const&\29 -1548:SkSL::RP::Builder::push_clone\28int\2c\20int\29 -1549:SkSL::ProgramUsage::remove\28SkSL::Statement\20const*\29 -1550:SkSL::Parser::statement\28bool\29 -1551:SkSL::Operator::determineBinaryType\28SkSL::Context\20const&\2c\20SkSL::Type\20const&\2c\20SkSL::Type\20const&\2c\20SkSL::Type\20const**\2c\20SkSL::Type\20const**\2c\20SkSL::Type\20const**\29\20const -1552:SkSL::ModifierFlags::description\28\29\20const -1553:SkSL::Layout::paddedDescription\28\29\20const -1554:SkSL::FieldAccess::Make\28SkSL::Context\20const&\2c\20SkSL::Position\2c\20std::__2::unique_ptr>\2c\20int\2c\20SkSL::FieldAccessOwnerKind\29 -1555:SkSL::ConstructorCompoundCast::Make\28SkSL::Context\20const&\2c\20SkSL::Position\2c\20SkSL::Type\20const&\2c\20std::__2::unique_ptr>\29 -1556:SkSL::Compiler::~Compiler\28\29 -1557:SkRuntimeEffect::findChild\28std::__2::basic_string_view>\29\20const -1558:SkResourceCache::remove\28SkResourceCache::Rec*\29 -1559:SkRectPriv::Subtract\28SkIRect\20const&\2c\20SkIRect\20const&\2c\20SkIRect*\29 -1560:SkRRect::transform\28SkMatrix\20const&\2c\20SkRRect*\29\20const -1561:SkPictureRecorder::SkPictureRecorder\28\29 -1562:SkPictureData::~SkPictureData\28\29 -1563:SkPathMeasure::nextContour\28\29 -1564:SkPathMeasure::getSegment\28float\2c\20float\2c\20SkPathBuilder*\2c\20bool\29 -1565:SkPathBuilder::addRect\28SkRect\20const&\2c\20SkPathDirection\2c\20unsigned\20int\29 -1566:SkPath::getPoint\28int\29\20const -1567:SkPaint::setBlender\28sk_sp\29 -1568:SkPaint::setAlphaf\28float\29 -1569:SkPaint::nothingToDraw\28\29\20const -1570:SkOpSegment::addT\28double\29 -1571:SkNoPixelsDevice::ClipState&\20skia_private::TArray::emplace_back\28SkIRect&&\2c\20bool&&\2c\20bool&&\29 -1572:SkMaskFilterBase::getFlattenableType\28\29\20const -1573:SkImage_Lazy::generator\28\29\20const -1574:SkImage_Base::~SkImage_Base\28\29 -1575:SkImage_Base::SkImage_Base\28SkImageInfo\20const&\2c\20unsigned\20int\29 -1576:SkImageInfo::Make\28SkISize\2c\20SkColorType\2c\20SkAlphaType\2c\20sk_sp\29 -1577:SkImage::refColorSpace\28\29\20const -1578:SkImage::isAlphaOnly\28\29\20const -1579:SkFont::getWidthsBounds\28SkSpan\2c\20SkSpan\2c\20SkSpan\2c\20SkPaint\20const*\29\20const -1580:SkFont::getMetrics\28SkFontMetrics*\29\20const -1581:SkFont::SkFont\28sk_sp\2c\20float\29 -1582:SkFont::SkFont\28\29 -1583:SkEmptyFontStyleSet::createTypeface\28int\29 -1584:SkDrawTiler::SkDrawTiler\28SkBitmapDevice*\2c\20SkRect\20const*\29 -1585:SkDevice::setGlobalCTM\28SkM44\20const&\29 -1586:SkDevice::accessPixels\28SkPixmap*\29 -1587:SkConic::chopAt\28float\2c\20SkConic*\29\20const -1588:SkColorTypeBytesPerPixel\28SkColorType\29 -1589:SkColorSpaceSingletonFactory::Make\28skcms_TransferFunction\20const&\2c\20skcms_Matrix3x3\20const&\29 -1590:SkColorFilter::asAColorMode\28unsigned\20int*\2c\20SkBlendMode*\29\20const -1591:SkCodec::fillIncompleteImage\28SkImageInfo\20const&\2c\20void*\2c\20unsigned\20long\2c\20SkCodec::ZeroInitialized\2c\20int\2c\20int\29 -1592:SkCanvas::saveLayer\28SkRect\20const*\2c\20SkPaint\20const*\29 -1593:SkCanvas::drawPaint\28SkPaint\20const&\29 -1594:SkCanvas::aboutToDraw\28SkPaint\20const&\2c\20SkRect\20const*\2c\20SkEnumBitMask\29 -1595:SkCanvas::ImageSetEntry::~ImageSetEntry\28\29 -1596:SkBulkGlyphMetrics::glyphs\28SkSpan\29 -1597:SkBitmap::operator=\28SkBitmap&&\29 -1598:SkBinaryWriteBuffer::writeByteArray\28void\20const*\2c\20unsigned\20long\29 -1599:SkArenaAllocWithReset::reset\28\29 -1600:OT::hb_ot_apply_context_t::_set_glyph_class\28unsigned\20int\2c\20unsigned\20int\2c\20bool\2c\20bool\29 -1601:OT::cmap::find_subtable\28unsigned\20int\2c\20unsigned\20int\29\20const -1602:OT::Layout::GPOS_impl::AnchorFormat3::sanitize\28hb_sanitize_context_t*\29\20const -1603:OT::GDEF_accelerator_t*\20hb_data_wrapper_t::call_create>\28\29\20const -1604:OT::CFFIndex>::operator\5b\5d\28unsigned\20int\29\20const -1605:GrTriangulator::Edge::disconnect\28\29 -1606:GrTextureEffect::MakeSubset\28GrSurfaceProxyView\2c\20SkAlphaType\2c\20SkMatrix\20const&\2c\20GrSamplerState\2c\20SkRect\20const&\2c\20GrCaps\20const&\2c\20float\20const*\2c\20bool\29 -1607:GrSurfaceProxyView::mipmapped\28\29\20const -1608:GrSurfaceProxy::instantiateImpl\28GrResourceProvider*\2c\20int\2c\20skgpu::Renderable\2c\20skgpu::Mipmapped\2c\20skgpu::UniqueKey\20const*\29 -1609:GrSimpleMeshDrawOpHelperWithStencil::isCompatible\28GrSimpleMeshDrawOpHelperWithStencil\20const&\2c\20GrCaps\20const&\2c\20SkRect\20const&\2c\20SkRect\20const&\2c\20bool\29\20const -1610:GrSimpleMeshDrawOpHelperWithStencil::finalizeProcessors\28GrCaps\20const&\2c\20GrAppliedClip\20const*\2c\20GrClampType\2c\20GrProcessorAnalysisCoverage\2c\20SkRGBA4f<\28SkAlphaType\292>*\2c\20bool*\29 -1611:GrShape::simplifyRect\28SkRect\20const&\2c\20SkPathDirection\2c\20unsigned\20int\2c\20unsigned\20int\29 -1612:GrQuad::projectedBounds\28\29\20const -1613:GrProcessorSet::MakeEmptySet\28\29 -1614:GrPorterDuffXPFactory::SimpleSrcOverXP\28\29 -1615:GrPixmap::Allocate\28GrImageInfo\20const&\29 -1616:GrPathTessellationShader::MakeSimpleTriangleShader\28SkArenaAlloc*\2c\20SkMatrix\20const&\2c\20SkRGBA4f<\28SkAlphaType\292>\20const&\29 -1617:GrImageInfo::operator=\28GrImageInfo&&\29 -1618:GrImageInfo::makeColorType\28GrColorType\29\20const -1619:GrGpuResource::setUniqueKey\28skgpu::UniqueKey\20const&\29 -1620:GrGpuResource::release\28\29 -1621:GrGeometryProcessor::textureSampler\28int\29\20const -1622:GrGeometryProcessor::AttributeSet::end\28\29\20const -1623:GrGeometryProcessor::AttributeSet::begin\28\29\20const -1624:GrGLSLShaderBuilder::addFeature\28unsigned\20int\2c\20char\20const*\29 -1625:GrGLGpu::clearErrorsAndCheckForOOM\28\29 -1626:GrGLGpu::bindSurfaceFBOForPixelOps\28GrSurface*\2c\20int\2c\20unsigned\20int\2c\20GrGLGpu::TempFBOTarget\29 -1627:GrGLCompileAndAttachShader\28GrGLContext\20const&\2c\20unsigned\20int\2c\20unsigned\20int\2c\20SkSL::NativeShader\20const&\2c\20bool\2c\20GrThreadSafePipelineBuilder::Stats*\2c\20skgpu::ShaderErrorHandler*\29 -1628:GrDirectContextPriv::flushSurfaces\28SkSpan\2c\20SkSurfaces::BackendSurfaceAccess\2c\20GrFlushInfo\20const&\2c\20skgpu::MutableTextureState\20const*\29 -1629:GrDefaultGeoProcFactory::Make\28SkArenaAlloc*\2c\20GrDefaultGeoProcFactory::Color\20const&\2c\20GrDefaultGeoProcFactory::Coverage\20const&\2c\20GrDefaultGeoProcFactory::LocalCoords\20const&\2c\20SkMatrix\20const&\29 -1630:GrConvertPixels\28GrPixmap\20const&\2c\20GrCPixmap\20const&\2c\20bool\29 -1631:GrColorSpaceXformEffect::Make\28std::__2::unique_ptr>\2c\20SkColorSpace*\2c\20SkAlphaType\2c\20SkColorSpace*\2c\20SkAlphaType\29 -1632:GrColorInfo::GrColorInfo\28\29 -1633:GrBlurUtils::convolve_gaussian_1d\28skgpu::ganesh::SurfaceFillContext*\2c\20GrSurfaceProxyView\2c\20SkIRect\20const&\2c\20SkIPoint\2c\20SkIRect\20const&\2c\20SkAlphaType\2c\20GrBlurUtils::\28anonymous\20namespace\29::Direction\2c\20int\2c\20float\2c\20SkTileMode\29 -1634:GrBackendFormat::operator=\28GrBackendFormat\20const&\29 -1635:FT_GlyphLoader_Rewind -1636:FT_Done_Face -1637:Cr_z_inflate -1638:void\20std::__2::__stable_sort\20const&\2c\20unsigned\20int\2c\20FT_COLR_Paint_\20const&\2c\20SkPaint*\29::$_0::operator\28\29\28FT_ColorStopIterator_\20const&\2c\20std::__2::vector>&\2c\20std::__2::vector\2c\20std::__2::allocator>>&\29\20const::'lambda'\28\28anonymous\20namespace\29::colrv1_configure_skpaint\28FT_FaceRec_*\2c\20SkSpan\20const&\2c\20unsigned\20int\2c\20FT_COLR_Paint_\20const&\2c\20SkPaint*\29::$_0::operator\28\29\28FT_ColorStopIterator_\20const&\2c\20std::__2::vector>&\2c\20std::__2::vector\2c\20std::__2::allocator>>&\29\20const::ColorStop\20const&\2c\20\28anonymous\20namespace\29::colrv1_configure_skpaint\28FT_FaceRec_*\2c\20SkSpan\20const&\2c\20unsigned\20int\2c\20FT_COLR_Paint_\20const&\2c\20SkPaint*\29::$_0::operator\28\29\28FT_ColorStopIterator_\20const&\2c\20std::__2::vector>&\2c\20std::__2::vector\2c\20std::__2::allocator>>&\29\20const::ColorStop\20const&\29&\2c\20std::__2::__wrap_iter<\28anonymous\20namespace\29::colrv1_configure_skpaint\28FT_FaceRec_*\2c\20SkSpan\20const&\2c\20unsigned\20int\2c\20FT_COLR_Paint_\20const&\2c\20SkPaint*\29::$_0::operator\28\29\28FT_ColorStopIterator_\20const&\2c\20std::__2::vector>&\2c\20std::__2::vector\2c\20std::__2::allocator>>&\29\20const::ColorStop*>>\28std::__2::__wrap_iter<\28anonymous\20namespace\29::colrv1_configure_skpaint\28FT_FaceRec_*\2c\20SkSpan\20const&\2c\20unsigned\20int\2c\20FT_COLR_Paint_\20const&\2c\20SkPaint*\29::$_0::operator\28\29\28FT_ColorStopIterator_\20const&\2c\20std::__2::vector>&\2c\20std::__2::vector\2c\20std::__2::allocator>>&\29\20const::ColorStop*>\2c\20std::__2::__wrap_iter<\28anonymous\20namespace\29::colrv1_configure_skpaint\28FT_FaceRec_*\2c\20SkSpan\20const&\2c\20unsigned\20int\2c\20FT_COLR_Paint_\20const&\2c\20SkPaint*\29::$_0::operator\28\29\28FT_ColorStopIterator_\20const&\2c\20std::__2::vector>&\2c\20std::__2::vector\2c\20std::__2::allocator>>&\29\20const::ColorStop*>\2c\20\28anonymous\20namespace\29::colrv1_configure_skpaint\28FT_FaceRec_*\2c\20SkSpan\20const&\2c\20unsigned\20int\2c\20FT_COLR_Paint_\20const&\2c\20SkPaint*\29::$_0::operator\28\29\28FT_ColorStopIterator_\20const&\2c\20std::__2::vector>&\2c\20std::__2::vector\2c\20std::__2::allocator>>&\29\20const::'lambda'\28\28anonymous\20namespace\29::colrv1_configure_skpaint\28FT_FaceRec_*\2c\20SkSpan\20const&\2c\20unsigned\20int\2c\20FT_COLR_Paint_\20const&\2c\20SkPaint*\29::$_0::operator\28\29\28FT_ColorStopIterator_\20const&\2c\20std::__2::vector>&\2c\20std::__2::vector\2c\20std::__2::allocator>>&\29\20const::ColorStop\20const&\2c\20\28anonymous\20namespace\29::colrv1_configure_skpaint\28FT_FaceRec_*\2c\20SkSpan\20const&\2c\20unsigned\20int\2c\20FT_COLR_Paint_\20const&\2c\20SkPaint*\29::$_0::operator\28\29\28FT_ColorStopIterator_\20const&\2c\20std::__2::vector>&\2c\20std::__2::vector\2c\20std::__2::allocator>>&\29\20const::ColorStop\20const&\29&\2c\20std::__2::iterator_traits\20const&\2c\20unsigned\20int\2c\20FT_COLR_Paint_\20const&\2c\20SkPaint*\29::$_0::operator\28\29\28FT_ColorStopIterator_\20const&\2c\20std::__2::vector>&\2c\20std::__2::vector\2c\20std::__2::allocator>>&\29\20const::ColorStop*>>::difference_type\2c\20std::__2::iterator_traits\20const&\2c\20unsigned\20int\2c\20FT_COLR_Paint_\20const&\2c\20SkPaint*\29::$_0::operator\28\29\28FT_ColorStopIterator_\20const&\2c\20std::__2::vector>&\2c\20std::__2::vector\2c\20std::__2::allocator>>&\29\20const::ColorStop*>>::value_type*\2c\20long\29 -1639:void\20std::__2::__double_or_nothing\5babi:nn180100\5d\28std::__2::unique_ptr&\2c\20unsigned\20int*&\2c\20unsigned\20int*&\29 -1640:void\20icu_74::\28anonymous\20namespace\29::MixedBlocks::extend\28unsigned\20short\20const*\2c\20int\2c\20int\2c\20int\29 -1641:utext_nativeLength_74 -1642:ures_openDirect_74 -1643:ures_getStringWithAlias\28UResourceBundle\20const*\2c\20unsigned\20int\2c\20int\2c\20int*\2c\20UErrorCode*\29 -1644:ures_getStringByKeyWithFallback_74 -1645:ulocimp_getKeywordValue_74 -1646:ulocimp_getCountry_74\28char\20const*\2c\20char\20const**\2c\20UErrorCode&\29 -1647:ulocimp_forLanguageTag_74 -1648:uenum_close_74 -1649:udata_getMemory_74 -1650:ucptrie_openFromBinary_74 -1651:u_charsToUChars_74 -1652:toupper -1653:top12_17349 -1654:std::__2::numpunct\20const&\20std::__2::use_facet\5babi:nn180100\5d>\28std::__2::locale\20const&\29 -1655:std::__2::numpunct\20const&\20std::__2::use_facet\5babi:nn180100\5d>\28std::__2::locale\20const&\29 -1656:std::__2::ctype::narrow\5babi:nn180100\5d\28char\2c\20char\29\20const -1657:std::__2::basic_string\2c\20std::__2::allocator>::basic_string\5babi:nn180100\5d<0>\28wchar_t\20const*\29 -1658:std::__2::basic_string\2c\20std::__2::allocator>::__recommend\5babi:nn180100\5d\28unsigned\20long\29 -1659:std::__2::basic_streambuf>::~basic_streambuf\28\29 -1660:std::__2::basic_streambuf>::setg\5babi:nn180100\5d\28char*\2c\20char*\2c\20char*\29 -1661:std::__2::__num_get::__stage2_int_loop\28wchar_t\2c\20int\2c\20char*\2c\20char*&\2c\20unsigned\20int&\2c\20wchar_t\2c\20std::__2::basic_string\2c\20std::__2::allocator>\20const&\2c\20unsigned\20int*\2c\20unsigned\20int*&\2c\20wchar_t\20const*\29 -1662:std::__2::__num_get::__stage2_int_loop\28char\2c\20int\2c\20char*\2c\20char*&\2c\20unsigned\20int&\2c\20char\2c\20std::__2::basic_string\2c\20std::__2::allocator>\20const&\2c\20unsigned\20int*\2c\20unsigned\20int*&\2c\20char\20const*\29 -1663:std::__2::__allocation_result>::pointer>\20std::__2::__allocate_at_least\5babi:nn180100\5d>\28std::__2::allocator&\2c\20unsigned\20long\29 -1664:std::__2::__allocation_result>::pointer>\20std::__2::__allocate_at_least\5babi:nn180100\5d>\28std::__2::allocator&\2c\20unsigned\20long\29 -1665:src_p\28unsigned\20char\2c\20unsigned\20char\29 -1666:skif::RoundOut\28SkRect\29 -1667:skif::FilterResult::subset\28skif::LayerSpace\20const&\2c\20skif::LayerSpace\20const&\2c\20bool\29\20const -1668:skif::FilterResult::operator=\28skif::FilterResult&&\29 -1669:skia_private::THashMap::operator\5b\5d\28SkSL::Variable\20const*\20const&\29 -1670:skia_private::TArray::resize_back\28int\29 -1671:skia_private::TArray::push_back_raw\28int\29 -1672:skia_png_sig_cmp -1673:skia_png_set_longjmp_fn -1674:skia_png_get_valid -1675:skia_png_gamma_8bit_correct -1676:skia_png_free_data -1677:skia_png_destroy_read_struct -1678:skia_png_chunk_warning -1679:skia::textlayout::TextLine::measureTextInsideOneRun\28skia::textlayout::SkRange\2c\20skia::textlayout::Run\20const*\2c\20float\2c\20float\2c\20bool\2c\20skia::textlayout::TextLine::TextAdjustment\29\20const -1680:skia::textlayout::Run::positionX\28unsigned\20long\29\20const -1681:skia::textlayout::Run::Run\28skia::textlayout::ParagraphImpl*\2c\20SkShaper::RunHandler::RunInfo\20const&\2c\20unsigned\20long\2c\20float\2c\20bool\2c\20float\2c\20unsigned\20long\2c\20float\29 -1682:skia::textlayout::ParagraphCacheKey::operator==\28skia::textlayout::ParagraphCacheKey\20const&\29\20const -1683:skia::textlayout::FontCollection::enableFontFallback\28\29 -1684:skgpu::tess::PatchWriter\2c\20skgpu::tess::Optional<\28skgpu::tess::PatchAttribs\294>\2c\20skgpu::tess::Optional<\28skgpu::tess::PatchAttribs\298>\2c\20skgpu::tess::Optional<\28skgpu::tess::PatchAttribs\2964>\2c\20skgpu::tess::Optional<\28skgpu::tess::PatchAttribs\2932>\2c\20skgpu::tess::ReplicateLineEndPoints\2c\20skgpu::tess::TrackJoinControlPoints>::chopAndWriteCubics\28skvx::Vec<2\2c\20float>\2c\20skvx::Vec<2\2c\20float>\2c\20skvx::Vec<2\2c\20float>\2c\20skvx::Vec<2\2c\20float>\2c\20int\29 -1685:skgpu::ganesh::QuadPerEdgeAA::VertexSpec::vertexSize\28\29\20const -1686:skgpu::ganesh::Device::readSurfaceView\28\29 -1687:skgpu::ganesh::ClipStack::clip\28skgpu::ganesh::ClipStack::RawElement&&\29 -1688:skgpu::ganesh::ClipStack::RawElement::contains\28skgpu::ganesh::ClipStack::RawElement\20const&\29\20const -1689:skgpu::ganesh::ClipStack::RawElement::RawElement\28SkMatrix\20const&\2c\20GrShape\20const&\2c\20GrAA\2c\20SkClipOp\29 -1690:skgpu::Swizzle::asString\28\29\20const -1691:skgpu::ScratchKey::GenerateResourceType\28\29 -1692:skgpu::GetBlendFormula\28bool\2c\20bool\2c\20SkBlendMode\29 -1693:skcpu::Recorder::TODO\28\29 -1694:skcms_Transform::$_2::operator\28\29\28skcms_Curve\20const*\2c\20int\29\20const -1695:sbrk -1696:ps_tofixedarray -1697:processPropertySeq\28UBiDi*\2c\20LevState*\2c\20unsigned\20char\2c\20int\2c\20int\29 -1698:png_format_buffer -1699:png_check_keyword -1700:nextafterf -1701:jpeg_huff_decode -1702:init_entry\28char\20const*\2c\20char\20const*\2c\20UErrorCode*\29 -1703:icu_74::UnicodeString::countChar32\28int\2c\20int\29\20const -1704:icu_74::UnicodeString::UnicodeString\28char\20const*\2c\20int\2c\20icu_74::UnicodeString::EInvariant\29 -1705:icu_74::UnicodeSet::setToBogus\28\29 -1706:icu_74::UnicodeSet::clear\28\29 -1707:icu_74::UVector::UVector\28void\20\28*\29\28void*\29\2c\20signed\20char\20\28*\29\28UElement\2c\20UElement\29\2c\20int\2c\20UErrorCode&\29 -1708:icu_74::UVector32::addElement\28int\2c\20UErrorCode&\29 -1709:icu_74::UVector32::UVector32\28int\2c\20UErrorCode&\29 -1710:icu_74::UCharsTrie::next\28int\29 -1711:icu_74::UCharsTrie::branchNext\28char16_t\20const*\2c\20int\2c\20int\29 -1712:icu_74::StackUResourceBundle::StackUResourceBundle\28\29 -1713:icu_74::ReorderingBuffer::appendSupplementary\28int\2c\20unsigned\20char\2c\20UErrorCode&\29 -1714:icu_74::Norm2AllModes::createNFCInstance\28UErrorCode&\29 -1715:icu_74::LanguageBreakEngine::LanguageBreakEngine\28\29 -1716:icu_74::LSR::LSR\28char\2c\20char\20const*\2c\20char\20const*\2c\20char\20const*\2c\20int\2c\20UErrorCode&\29 -1717:icu_74::CharacterProperties::getInclusionsForProperty\28UProperty\2c\20UErrorCode&\29 -1718:icu_74::CharString::ensureCapacity\28int\2c\20int\2c\20UErrorCode&\29 -1719:hb_vector_t::push\28\29 -1720:hb_unicode_funcs_destroy -1721:hb_serialize_context_t::pop_discard\28\29 -1722:hb_lazy_loader_t\2c\20hb_face_t\2c\205u\2c\20OT::hmtx_accelerator_t>::do_destroy\28OT::hmtx_accelerator_t*\29 -1723:hb_lazy_loader_t\2c\20hb_face_t\2c\2028u\2c\20AAT::morx_accelerator_t>::do_destroy\28AAT::morx_accelerator_t*\29 -1724:hb_lazy_loader_t\2c\20hb_face_t\2c\2030u\2c\20AAT::kerx_accelerator_t>::do_destroy\28AAT::kerx_accelerator_t*\29 -1725:hb_glyf_scratch_t::~hb_glyf_scratch_t\28\29 -1726:hb_font_t::get_glyph_h_origin_with_fallback\28unsigned\20int\2c\20int*\2c\20int*\29 -1727:hb_font_t::changed\28\29 -1728:hb_buffer_t::next_glyph\28\29 -1729:hb_blob_create_sub_blob -1730:hairquad\28SkPoint\20const*\2c\20SkRegion\20const*\2c\20SkRect\20const*\2c\20SkRect\20const*\2c\20SkBlitter*\2c\20int\2c\20void\20\28*\29\28SkPoint\20const*\2c\20int\2c\20SkRegion\20const*\2c\20SkBlitter*\29\29 -1731:fmt_u -1732:flush_pending -1733:emscripten::internal::FunctionInvoker::invoke\28void\20\28**\29\28SkPath&\29\2c\20SkPath*\29 -1734:emscripten::internal::FunctionInvoker::invoke\28emscripten::val\20\28**\29\28SkFont&\29\2c\20SkFont*\29 -1735:do_fixed -1736:destroy_face -1737:decltype\28fp\28\28SkRecords::NoOp*\29\28nullptr\29\29\29\20SkRecord::Record::mutate\28SkRecord::Destroyer&\29 -1738:char*\20const&\20std::__2::max\5babi:nn180100\5d\28char*\20const&\2c\20char*\20const&\29 -1739:cf2_stack_pushInt -1740:cf2_interpT2CharString -1741:cf2_glyphpath_moveTo -1742:_isVariantSubtag\28char\20const*\2c\20int\29 -1743:_hb_ot_metrics_get_position_common\28hb_font_t*\2c\20hb_ot_metrics_tag_t\2c\20int*\29 -1744:_getStringOrCopyKey\28char\20const*\2c\20char\20const*\2c\20char\20const*\2c\20char\20const*\2c\20char\20const*\2c\20char\20const*\2c\20char16_t*\2c\20int\2c\20UErrorCode*\29 -1745:__tandf -1746:__syscall_ret -1747:__floatunsitf -1748:__cxa_allocate_exception -1749:\28anonymous\20namespace\29::PathGeoBuilder::createMeshAndPutBackReserve\28\29 -1750:\28anonymous\20namespace\29::MeshOp::fixedFunctionFlags\28\29\20const -1751:\28anonymous\20namespace\29::DrawAtlasOpImpl::fixedFunctionFlags\28\29\20const -1752:VP8LDoFillBitWindow -1753:VP8LClear -1754:TT_Get_MM_Var -1755:SkWStream::writeScalar\28float\29 -1756:SkUTF::UTF8ToUTF16\28unsigned\20short*\2c\20int\2c\20char\20const*\2c\20unsigned\20long\29 -1757:SkTypeface::isFixedPitch\28\29\20const -1758:SkTypeface::MakeEmpty\28\29 -1759:SkTSect::BinarySearch\28SkTSect*\2c\20SkTSect*\2c\20SkIntersections*\29 -1760:SkTConic::operator\5b\5d\28int\29\20const -1761:SkTBlockList::reset\28\29 -1762:SkTBlockList::reset\28\29 -1763:SkString::insertU32\28unsigned\20long\2c\20unsigned\20int\29 -1764:SkShaders::MatrixRec::applyForFragmentProcessor\28SkMatrix\20const&\29\20const -1765:SkShaders::MatrixRec::MatrixRec\28SkMatrix\20const&\29 -1766:SkScan::FillRect\28SkRect\20const&\2c\20SkRasterClip\20const&\2c\20SkBlitter*\29 -1767:SkScan::FillIRect\28SkIRect\20const&\2c\20SkRegion\20const*\2c\20SkBlitter*\29 -1768:SkSL::optimize_comparison\28SkSL::Context\20const&\2c\20std::__2::array\20const&\2c\20bool\20\28*\29\28double\2c\20double\29\29 -1769:SkSL::coalesce_n_way_vector\28SkSL::Expression\20const*\2c\20SkSL::Expression\20const*\2c\20double\2c\20SkSL::Type\20const&\2c\20double\20\28*\29\28double\2c\20double\2c\20double\29\2c\20double\20\28*\29\28double\29\29 -1770:SkSL::Type::convertArraySize\28SkSL::Context\20const&\2c\20SkSL::Position\2c\20SkSL::Position\2c\20long\20long\29\20const -1771:SkSL::String::appendf\28std::__2::basic_string\2c\20std::__2::allocator>*\2c\20char\20const*\2c\20...\29 -1772:SkSL::RP::Generator::returnComplexity\28SkSL::FunctionDefinition\20const*\29 -1773:SkSL::RP::Builder::dot_floats\28int\29 -1774:SkSL::ProgramUsage::get\28SkSL::FunctionDeclaration\20const&\29\20const -1775:SkSL::Parser::type\28SkSL::Modifiers*\29 -1776:SkSL::Parser::modifiers\28\29 -1777:SkSL::ConstructorDiagonalMatrix::Make\28SkSL::Context\20const&\2c\20SkSL::Position\2c\20SkSL::Type\20const&\2c\20std::__2::unique_ptr>\29 -1778:SkSL::ConstructorArrayCast::~ConstructorArrayCast\28\29 -1779:SkSL::ConstantFolder::MakeConstantValueForVariable\28SkSL::Position\2c\20std::__2::unique_ptr>\29 -1780:SkSL::Compiler::Compiler\28\29 -1781:SkSL::Analysis::IsTrivialExpression\28SkSL::Expression\20const&\29 -1782:SkRuntimeEffectPriv::CanDraw\28SkCapabilities\20const*\2c\20SkRuntimeEffect\20const*\29 -1783:SkRuntimeEffectBuilder::makeShader\28SkMatrix\20const*\29\20const -1784:SkRegion::setPath\28SkPath\20const&\2c\20SkRegion\20const&\29 -1785:SkRegion::operator=\28SkRegion\20const&\29 -1786:SkRegion::op\28SkRegion\20const&\2c\20SkRegion\20const&\2c\20SkRegion::Op\29 -1787:SkRegion::Iterator::next\28\29 -1788:SkRect\20skif::Mapping::map\28SkRect\20const&\2c\20SkMatrix\20const&\29 -1789:SkRasterPipeline::compile\28\29\20const -1790:SkRasterPipeline::appendClampIfNormalized\28SkImageInfo\20const&\29 -1791:SkRasterClip::translate\28int\2c\20int\2c\20SkRasterClip*\29\20const -1792:SkRasterClip::op\28SkIRect\20const&\2c\20SkClipOp\29 -1793:SkPixmap::extractSubset\28SkPixmap*\2c\20SkIRect\20const&\29\20const -1794:SkPictureRecorder::beginRecording\28SkRect\20const&\2c\20SkBBHFactory*\29 -1795:SkPathWriter::finishContour\28\29 -1796:SkPathStroker::cubicPerpRay\28SkPoint\20const*\2c\20float\2c\20SkPoint*\2c\20SkPoint*\2c\20SkPoint*\29\20const -1797:SkPathMeasure::getPosTan\28float\2c\20SkPoint*\2c\20SkPoint*\29 -1798:SkPathEdgeIter::SkPathEdgeIter\28SkPath\20const&\29 -1799:SkPathBuilder::reset\28\29 -1800:SkPath::getSegmentMasks\28\29\20const -1801:SkPath::close\28\29 -1802:SkPath::addRRect\28SkRRect\20const&\2c\20SkPathDirection\29 -1803:SkPath::Polygon\28SkSpan\2c\20bool\2c\20SkPathFillType\2c\20bool\29 -1804:SkPaintPriv::ComputeLuminanceColor\28SkPaint\20const&\29 -1805:SkPaint::isSrcOver\28\29\20const -1806:SkOpAngle::linesOnOriginalSide\28SkOpAngle\20const*\29 -1807:SkNotifyBitmapGenIDIsStale\28unsigned\20int\29 -1808:SkNoDrawCanvas::onDrawPatch\28SkPoint\20const*\2c\20unsigned\20int\20const*\2c\20SkPoint\20const*\2c\20SkBlendMode\2c\20SkPaint\20const&\29 -1809:SkMipmap::Build\28SkPixmap\20const&\2c\20SkDiscardableMemory*\20\28*\29\28unsigned\20long\29\2c\20bool\29 -1810:SkMeshSpecification::~SkMeshSpecification\28\29 -1811:SkMemoryStream::SkMemoryStream\28void\20const*\2c\20unsigned\20long\2c\20bool\29 -1812:SkMatrix::setSinCos\28float\2c\20float\2c\20float\2c\20float\29 -1813:SkMatrix::setRSXform\28SkRSXform\20const&\29 -1814:SkMatrix::mapHomogeneousPoints\28SkSpan\2c\20SkSpan\29\20const -1815:SkMatrix::decomposeScale\28SkSize*\2c\20SkMatrix*\29\20const -1816:SkMaskBuilder::AllocImage\28unsigned\20long\2c\20SkMaskBuilder::AllocType\29 -1817:SkMallocPixelRef::MakeAllocate\28SkImageInfo\20const&\2c\20unsigned\20long\29 -1818:SkKnownRuntimeEffects::\28anonymous\20namespace\29::make_blur_2D_shader\28int\2c\20SkKnownRuntimeEffects::StableKey\29 -1819:SkKnownRuntimeEffects::\28anonymous\20namespace\29::make_blur_1D_shader\28int\2c\20SkKnownRuntimeEffects::StableKey\29 -1820:SkIntersections::insertNear\28double\2c\20double\2c\20SkDPoint\20const&\2c\20SkDPoint\20const&\29 -1821:SkIntersections::flip\28\29 -1822:SkImageFilters::Empty\28\29 -1823:SkImageFilter_Base::~SkImageFilter_Base\28\29 -1824:SkGlyph::drawable\28\29\20const -1825:SkFont::unicharToGlyph\28int\29\20const -1826:SkFont::setTypeface\28sk_sp\29 -1827:SkFont::setHinting\28SkFontHinting\29 -1828:SkFindQuadMaxCurvature\28SkPoint\20const*\29 -1829:SkEvalCubicAt\28SkPoint\20const*\2c\20float\2c\20SkPoint*\2c\20SkPoint*\2c\20SkPoint*\29 -1830:SkDCubic::FindExtrema\28double\20const*\2c\20double*\29 -1831:SkCodec::getPixels\28SkImageInfo\20const&\2c\20void*\2c\20unsigned\20long\2c\20SkCodec::Options\20const*\29 -1832:SkChopCubicAtHalf\28SkPoint\20const*\2c\20SkPoint*\29 -1833:SkCanvas::internalRestore\28\29 -1834:SkCanvas::getLocalToDevice\28\29\20const -1835:SkCanvas::clipRect\28SkRect\20const&\2c\20SkClipOp\2c\20bool\29 -1836:SkBlendMode_AsCoeff\28SkBlendMode\2c\20SkBlendModeCoeff*\2c\20SkBlendModeCoeff*\29 -1837:SkBlendMode\20SkReadBuffer::read32LE\28SkBlendMode\29 -1838:SkBitmap::operator=\28SkBitmap\20const&\29 -1839:SkBinaryWriteBuffer::~SkBinaryWriteBuffer\28\29 -1840:SkAutoPixmapStorage::tryAlloc\28SkImageInfo\20const&\29 -1841:SkAAClip::SkAAClip\28\29 -1842:Read255UShort -1843:OT::cff1::accelerator_templ_t>::_fini\28\29 -1844:OT::Layout::GPOS_impl::ValueFormat::sanitize_value_devices\28hb_sanitize_context_t*\2c\20OT::Layout::GPOS_impl::ValueBase\20const*\2c\20OT::IntType\20const*\29\20const -1845:OT::Layout::GPOS_impl::ValueFormat::apply_value\28OT::hb_ot_apply_context_t*\2c\20OT::Layout::GPOS_impl::ValueBase\20const*\2c\20OT::IntType\20const*\2c\20hb_glyph_position_t&\29\20const -1846:OT::ItemVariationStore::sanitize\28hb_sanitize_context_t*\29\20const -1847:OT::HVARVVAR::sanitize\28hb_sanitize_context_t*\29\20const -1848:GrTriangulator::VertexList::insert\28GrTriangulator::Vertex*\2c\20GrTriangulator::Vertex*\2c\20GrTriangulator::Vertex*\29 -1849:GrTriangulator::Poly::addEdge\28GrTriangulator::Edge*\2c\20GrTriangulator::Side\2c\20GrTriangulator*\29 -1850:GrTriangulator::EdgeList::remove\28GrTriangulator::Edge*\29 -1851:GrStyledShape::operator=\28GrStyledShape\20const&\29 -1852:GrSimpleMeshDrawOpHelperWithStencil::createProgramInfoWithStencil\28GrCaps\20const*\2c\20SkArenaAlloc*\2c\20GrSurfaceProxyView\20const&\2c\20bool\2c\20GrAppliedClip&&\2c\20GrDstProxyView\20const&\2c\20GrGeometryProcessor*\2c\20GrPrimitiveType\2c\20GrXferBarrierFlags\2c\20GrLoadOp\29 -1853:GrRenderTask::addDependency\28GrDrawingManager*\2c\20GrSurfaceProxy*\2c\20skgpu::Mipmapped\2c\20GrTextureResolveManager\2c\20GrCaps\20const&\29 -1854:GrRenderTask::GrRenderTask\28\29 -1855:GrRenderTarget::onRelease\28\29 -1856:GrProxyProvider::findOrCreateProxyByUniqueKey\28skgpu::UniqueKey\20const&\2c\20GrSurfaceProxy::UseAllocator\29 -1857:GrProcessorSet::operator==\28GrProcessorSet\20const&\29\20const -1858:GrPathUtils::generateQuadraticPoints\28SkPoint\20const&\2c\20SkPoint\20const&\2c\20SkPoint\20const&\2c\20float\2c\20SkPoint**\2c\20unsigned\20int\29 -1859:GrMeshDrawOp::QuadHelper::QuadHelper\28GrMeshDrawTarget*\2c\20unsigned\20long\2c\20int\29 -1860:GrMakeCachedBitmapProxyView\28GrRecordingContext*\2c\20SkBitmap\20const&\2c\20std::__2::basic_string_view>\2c\20skgpu::Mipmapped\29 -1861:GrIsStrokeHairlineOrEquivalent\28GrStyle\20const&\2c\20SkMatrix\20const&\2c\20float*\29 -1862:GrImageContext::abandoned\28\29 -1863:GrGpuResource::registerWithCache\28skgpu::Budgeted\29 -1864:GrGpuBuffer::isMapped\28\29\20const -1865:GrGpu::didWriteToSurface\28GrSurface*\2c\20GrSurfaceOrigin\2c\20SkIRect\20const*\2c\20unsigned\20int\29\20const -1866:GrGeometryProcessor::ProgramImpl::setupUniformColor\28GrGLSLFPFragmentBuilder*\2c\20GrGLSLUniformHandler*\2c\20char\20const*\2c\20GrResourceHandle*\29 -1867:GrGLGpu::flushRenderTarget\28GrGLRenderTarget*\2c\20bool\29 -1868:GrFragmentProcessor::visitTextureEffects\28std::__2::function\20const&\29\20const -1869:GrFragmentProcessor::visitProxies\28std::__2::function\20const&\29\20const -1870:GrFragmentProcessor::MakeColor\28SkRGBA4f<\28SkAlphaType\292>\29 -1871:GrBufferAllocPool::makeSpace\28unsigned\20long\2c\20unsigned\20long\2c\20sk_sp*\2c\20unsigned\20long*\29 -1872:GrBackendTextures::GetGLTextureInfo\28GrBackendTexture\20const&\2c\20GrGLTextureInfo*\29 -1873:FilterLoop26_C -1874:FT_Vector_Transform -1875:FT_Vector_NormLen -1876:FT_Outline_Transform -1877:CFF::dict_opset_t::process_op\28unsigned\20int\2c\20CFF::interp_env_t&\29 -1878:AlmostBetweenUlps\28float\2c\20float\2c\20float\29 -1879:1641 -1880:1642 -1881:1643 -1882:1644 -1883:1645 -1884:1646 -1885:1647 -1886:void\20hb_buffer_t::collect_codepoints\28hb_bit_set_t&\29\20const -1887:void\20extend_pts<\28SkPaint::Cap\292>\28SkPath::Verb\2c\20SkPath::Verb\2c\20SkPoint*\2c\20int\29 -1888:void\20extend_pts<\28SkPaint::Cap\291>\28SkPath::Verb\2c\20SkPath::Verb\2c\20SkPoint*\2c\20int\29 -1889:void\20AAT::Lookup>::collect_glyphs_filtered\28hb_bit_set_t&\2c\20unsigned\20int\2c\20hb_bit_page_t\20const&\29\20const -1890:utext_openUChars_74 -1891:utext_char32At_74 -1892:ures_openWithType\28UResourceBundle*\2c\20char\20const*\2c\20char\20const*\2c\20UResOpenType\2c\20UErrorCode*\29 -1893:ures_getSize_74 -1894:udata_openChoice_74 -1895:ucptrie_internalSmallU8Index_74 -1896:ucptrie_get_74 -1897:ubidi_getMemory_74 -1898:ubidi_getClass_74 -1899:transform\28unsigned\20int*\2c\20unsigned\20char\20const*\29 -1900:toUpperOrTitle\28int\2c\20int\20\28*\29\28void*\2c\20signed\20char\29\2c\20void*\2c\20char16_t\20const**\2c\20int\2c\20signed\20char\29 -1901:strtoul -1902:strtod -1903:strcspn -1904:std::__2::locale::locale\28std::__2::locale\20const&\29 -1905:std::__2::locale::classic\28\29 -1906:std::__2::codecvt::do_unshift\28__mbstate_t&\2c\20char*\2c\20char*\2c\20char*&\29\20const -1907:std::__2::chrono::__libcpp_steady_clock_now\28\29 -1908:std::__2::basic_string\2c\20std::__2::allocator>::basic_string\5babi:nn180100\5d<0>\28char\20const*\29 -1909:std::__2::basic_string\2c\20std::__2::allocator>::__grow_by_and_replace\28unsigned\20long\2c\20unsigned\20long\2c\20unsigned\20long\2c\20unsigned\20long\2c\20unsigned\20long\2c\20unsigned\20long\2c\20char\20const*\29 -1910:std::__2::basic_string\2c\20std::__2::allocator>::__fits_in_sso\5babi:nn180100\5d\28unsigned\20long\29 -1911:std::__2::__wrap_iter\20std::__2::vector>::__insert_with_size\5babi:ne180100\5d\28std::__2::__wrap_iter\2c\20float\20const*\2c\20float\20const*\2c\20long\29 -1912:std::__2::__throw_bad_variant_access\5babi:ne180100\5d\28\29 -1913:std::__2::__split_buffer>::push_front\28skia::textlayout::OneLineShaper::RunBlock*&&\29 -1914:std::__2::__num_get::__stage2_int_prep\28std::__2::ios_base&\2c\20wchar_t&\29 -1915:std::__2::__num_get::__do_widen\28std::__2::ios_base&\2c\20wchar_t*\29\20const -1916:std::__2::__num_get::__stage2_int_prep\28std::__2::ios_base&\2c\20char&\29 -1917:std::__2::__itoa::__append1\5babi:nn180100\5d\28char*\2c\20unsigned\20int\29 -1918:sktext::gpu::GlyphVector::~GlyphVector\28\29 -1919:skif::LayerSpace::round\28\29\20const -1920:skif::LayerSpace::inverseMapRect\28skif::LayerSpace\20const&\2c\20skif::LayerSpace*\29\20const -1921:skif::FilterResult::applyTransform\28skif::Context\20const&\2c\20skif::LayerSpace\20const&\2c\20SkSamplingOptions\20const&\29\20const -1922:skif::FilterResult::Builder::~Builder\28\29 -1923:skif::FilterResult::Builder::Builder\28skif::Context\20const&\29 -1924:skia_private::THashTable::Traits>::resize\28int\29 -1925:skia_private::THashTable::AdaptedTraits>::removeIfExists\28skgpu::UniqueKey\20const&\29 -1926:skia_private::TArray::resize_back\28int\29 -1927:skia_png_set_progressive_read_fn -1928:skia_png_set_interlace_handling -1929:skia_png_reciprocal -1930:skia_png_read_chunk_header -1931:skia_png_get_io_ptr -1932:skia_png_calloc -1933:skia::textlayout::TextLine::~TextLine\28\29 -1934:skia::textlayout::ParagraphStyle::ParagraphStyle\28skia::textlayout::ParagraphStyle\20const&\29 -1935:skia::textlayout::ParagraphCacheKey::~ParagraphCacheKey\28\29 -1936:skia::textlayout::OneLineShaper::RunBlock*\20std::__2::vector>::__emplace_back_slow_path\28skia::textlayout::OneLineShaper::RunBlock&\29 -1937:skia::textlayout::FontCollection::findTypefaces\28std::__2::vector>\20const&\2c\20SkFontStyle\2c\20std::__2::optional\20const&\29 -1938:skia::textlayout::Cluster::trimmedWidth\28unsigned\20long\29\20const -1939:skgpu::ganesh::TextureOp::BatchSizeLimiter::createOp\28GrTextureSetEntry*\2c\20int\2c\20GrAAType\29 -1940:skgpu::ganesh::SurfaceFillContext::fillWithFP\28std::__2::unique_ptr>\29 -1941:skgpu::ganesh::SurfaceDrawContext::drawShape\28GrClip\20const*\2c\20GrPaint&&\2c\20GrAA\2c\20SkMatrix\20const&\2c\20GrStyledShape&&\29 -1942:skgpu::ganesh::SurfaceDrawContext::drawShapeUsingPathRenderer\28GrClip\20const*\2c\20GrPaint&&\2c\20GrAA\2c\20SkMatrix\20const&\2c\20GrStyledShape&&\2c\20bool\29 -1943:skgpu::ganesh::SurfaceDrawContext::drawRRect\28GrClip\20const*\2c\20GrPaint&&\2c\20GrAA\2c\20SkMatrix\20const&\2c\20SkRRect\20const&\2c\20GrStyle\20const&\29 -1944:skgpu::ganesh::SurfaceContext::transferPixels\28GrColorType\2c\20SkIRect\20const&\29 -1945:skgpu::ganesh::SmallPathAtlasMgr::reset\28\29 -1946:skgpu::ganesh::QuadPerEdgeAA::CalcIndexBufferOption\28GrAAType\2c\20int\29 -1947:skgpu::ganesh::LockTextureProxyView\28GrRecordingContext*\2c\20SkImage_Lazy\20const*\2c\20GrImageTexGenPolicy\2c\20skgpu::Mipmapped\29::$_0::operator\28\29\28GrSurfaceProxyView\20const&\29\20const -1948:skgpu::ganesh::Device::targetProxy\28\29 -1949:skgpu::ganesh::ClipStack::getConservativeBounds\28\29\20const -1950:skgpu::TAsyncReadResult::addTransferResult\28skgpu::ganesh::SurfaceContext::PixelTransferResult\20const&\2c\20SkISize\2c\20unsigned\20long\2c\20skgpu::TClientMappedBufferManager*\29 -1951:skgpu::Swizzle::apply\28SkRasterPipeline*\29\20const -1952:skgpu::Plot::resetRects\28bool\29 -1953:res_getTableItemByIndex_74 -1954:res_getArrayItem_74 -1955:ps_dimension_add_t1stem -1956:log -1957:jcopy_sample_rows -1958:icu_74::initSingletons\28char\20const*\2c\20UErrorCode&\29 -1959:icu_74::\28anonymous\20namespace\29::AliasReplacer::replaceLanguage\28bool\2c\20bool\2c\20bool\2c\20icu_74::UVector&\2c\20UErrorCode&\29 -1960:icu_74::UnicodeString::doReplace\28int\2c\20int\2c\20icu_74::UnicodeString\20const&\2c\20int\2c\20int\29 -1961:icu_74::UnicodeString::append\28int\29 -1962:icu_74::UnicodeSetStringSpan::UnicodeSetStringSpan\28icu_74::UnicodeSet\20const&\2c\20icu_74::UVector\20const&\2c\20unsigned\20int\29 -1963:icu_74::UnicodeSet::spanUTF8\28char\20const*\2c\20int\2c\20USetSpanCondition\29\20const -1964:icu_74::UnicodeSet::spanBack\28char16_t\20const*\2c\20int\2c\20USetSpanCondition\29\20const -1965:icu_74::UnicodeSet::spanBackUTF8\28char\20const*\2c\20int\2c\20USetSpanCondition\29\20const -1966:icu_74::UnicodeSet::operator=\28icu_74::UnicodeSet\20const&\29 -1967:icu_74::UnicodeSet::getRangeStart\28int\29\20const -1968:icu_74::UnicodeSet::getRangeEnd\28int\29\20const -1969:icu_74::UnicodeSet::getRangeCount\28\29\20const -1970:icu_74::UVector32::setSize\28int\29 -1971:icu_74::UCharsTrieBuilder::write\28char16_t\20const*\2c\20int\29 -1972:icu_74::StringEnumeration::~StringEnumeration\28\29 -1973:icu_74::RuleCharacterIterator::getPos\28icu_74::RuleCharacterIterator::Pos&\29\20const -1974:icu_74::RuleBasedBreakIterator::BreakCache::populatePreceding\28UErrorCode&\29 -1975:icu_74::ResourceDataValue::~ResourceDataValue\28\29 -1976:icu_74::ReorderingBuffer::previousCC\28\29 -1977:icu_74::Normalizer2Impl::compose\28char16_t\20const*\2c\20char16_t\20const*\2c\20signed\20char\2c\20signed\20char\2c\20icu_74::ReorderingBuffer&\2c\20UErrorCode&\29\20const -1978:icu_74::Normalizer2Factory::getNFCImpl\28UErrorCode&\29 -1979:icu_74::LocaleUtility::initLocaleFromName\28icu_74::UnicodeString\20const&\2c\20icu_74::Locale&\29 -1980:icu_74::LocaleKeyFactory::~LocaleKeyFactory\28\29 -1981:icu_74::Locale::setToBogus\28\29 -1982:icu_74::LSR::indexForRegion\28char\20const*\29 -1983:icu_74::LSR::LSR\28icu_74::StringPiece\2c\20icu_74::StringPiece\2c\20icu_74::StringPiece\2c\20int\2c\20UErrorCode&\29 -1984:icu_74::BreakIterator::createInstance\28icu_74::Locale\20const&\2c\20int\2c\20UErrorCode&\29 -1985:hb_lazy_loader_t\2c\20hb_face_t\2c\2015u\2c\20OT::glyf_accelerator_t>::do_destroy\28OT::glyf_accelerator_t*\29 -1986:hb_font_t::has_func\28unsigned\20int\29 -1987:hb_buffer_create_similar -1988:hb_bit_set_t::intersects\28hb_bit_set_t\20const&\29\20const -1989:ft_service_list_lookup -1990:fseek -1991:fflush -1992:expm1 -1993:emscripten::internal::MethodInvoker::invoke\28void\20\28GrDirectContext::*\20const&\29\28\29\2c\20GrDirectContext*\29 -1994:emscripten::internal::Invoker>::invoke\28sk_sp\20\28*\29\28\29\29 -1995:emscripten::internal::FunctionInvoker\20const&\2c\20unsigned\20long\2c\20unsigned\20long\2c\20SkFilterMode\2c\20SkMipmapMode\2c\20SkPaint\20const*\29\2c\20void\2c\20SkCanvas&\2c\20sk_sp\20const&\2c\20unsigned\20long\2c\20unsigned\20long\2c\20SkFilterMode\2c\20SkMipmapMode\2c\20SkPaint\20const*>::invoke\28void\20\28**\29\28SkCanvas&\2c\20sk_sp\20const&\2c\20unsigned\20long\2c\20unsigned\20long\2c\20SkFilterMode\2c\20SkMipmapMode\2c\20SkPaint\20const*\29\2c\20SkCanvas*\2c\20sk_sp*\2c\20unsigned\20long\2c\20unsigned\20long\2c\20SkFilterMode\2c\20SkMipmapMode\2c\20SkPaint\20const*\29 -1996:emscripten::internal::FunctionInvoker::invoke\28bool\20\28**\29\28SkCanvas\20const&\2c\20unsigned\20long\29\2c\20SkCanvas*\2c\20unsigned\20long\29 -1997:decltype\28fp\28nullptr\29\29\20SkArenaAlloc::make<\28anonymous\20namespace\29::GaussianPass::MakeMaker\28float\2c\20SkArenaAlloc*\29::Maker*\20SkArenaAlloc::make<\28anonymous\20namespace\29::GaussianPass::MakeMaker\28float\2c\20SkArenaAlloc*\29::Maker\2c\20float&>\28float&\29::'lambda'\28void*\29>\28\28anonymous\20namespace\29::GaussianPass::MakeMaker\28float\2c\20SkArenaAlloc*\29::Maker&&\29::'lambda'\28char*\29::__invoke\28char*\29 -1998:crc32_z -1999:char*\20sktext::gpu::BagOfBytes::allocateBytesFor\28int\29::'lambda'\28\29::operator\28\29\28\29\20const -2000:cf2_hintmap_insertHint -2001:cf2_hintmap_build -2002:cf2_glyphpath_pushPrevElem -2003:bool\20std::__2::__less::operator\28\29\5babi:nn180100\5d\28unsigned\20int\20const&\2c\20unsigned\20long\20const&\29\20const -2004:blit_trapezoid_row\28AdditiveBlitter*\2c\20int\2c\20int\2c\20int\2c\20int\2c\20int\2c\20int\2c\20int\2c\20unsigned\20char\2c\20unsigned\20char*\2c\20bool\29 -2005:afm_stream_read_one -2006:af_shaper_get_cluster -2007:af_latin_hints_link_segments -2008:af_latin_compute_stem_width -2009:af_glyph_hints_reload -2010:acosf -2011:__sin -2012:__cos -2013:\28anonymous\20namespace\29::PathSubRun::canReuse\28SkPaint\20const&\2c\20SkMatrix\20const&\29\20const -2014:WebPDemuxDelete -2015:VP8LHuffmanTablesDeallocate -2016:UDataMemory_createNewInstance_74 -2017:SkWriter32::writeSampling\28SkSamplingOptions\20const&\29 -2018:SkVertices::Builder::detach\28\29 -2019:SkUTF::NextUTF8WithReplacement\28char\20const**\2c\20char\20const*\29 -2020:SkTypeface_FreeType::~SkTypeface_FreeType\28\29 -2021:SkTypeface_FreeType::FaceRec::~FaceRec\28\29 -2022:SkTypeface::SkTypeface\28SkFontStyle\20const&\2c\20bool\29 -2023:SkTextBlob::RunRecord::textSizePtr\28\29\20const -2024:SkTMultiMap::remove\28skgpu::ScratchKey\20const&\2c\20GrGpuResource\20const*\29 -2025:SkTMultiMap::insert\28skgpu::ScratchKey\20const&\2c\20GrGpuResource*\29 -2026:SkTDStorage::insert\28int\2c\20int\2c\20void\20const*\29 -2027:SkTDPQueue<\28anonymous\20namespace\29::RunIteratorQueue::Entry\2c\20&\28anonymous\20namespace\29::RunIteratorQueue::CompareEntry\28\28anonymous\20namespace\29::RunIteratorQueue::Entry\20const&\2c\20\28anonymous\20namespace\29::RunIteratorQueue::Entry\20const&\29\2c\20\28int*\20\28*\29\28\28anonymous\20namespace\29::RunIteratorQueue::Entry\20const&\29\290>::insert\28\28anonymous\20namespace\29::RunIteratorQueue::Entry\29 -2028:SkSwizzler::Make\28SkEncodedInfo\20const&\2c\20unsigned\20int\20const*\2c\20SkImageInfo\20const&\2c\20SkCodec::Options\20const&\2c\20SkIRect\20const*\29 -2029:SkSurface_Base::~SkSurface_Base\28\29 -2030:SkString::resize\28unsigned\20long\29 -2031:SkStrikeSpec::SkStrikeSpec\28SkFont\20const&\2c\20SkPaint\20const&\2c\20SkSurfaceProps\20const&\2c\20SkScalerContextFlags\2c\20SkMatrix\20const&\29 -2032:SkStrikeSpec::MakeMask\28SkFont\20const&\2c\20SkPaint\20const&\2c\20SkSurfaceProps\20const&\2c\20SkScalerContextFlags\2c\20SkMatrix\20const&\29 -2033:SkStrikeSpec::MakeCanonicalized\28SkFont\20const&\2c\20SkPaint\20const*\29 -2034:SkStrikeCache::findOrCreateStrike\28SkStrikeSpec\20const&\29 -2035:SkStrike::unlock\28\29 -2036:SkStrike::lock\28\29 -2037:SkShaders::MatrixRec::apply\28SkStageRec\20const&\2c\20SkMatrix\20const&\29\20const -2038:SkShaders::Blend\28SkBlendMode\2c\20sk_sp\2c\20sk_sp\29 -2039:SkScan::FillPath\28SkPath\20const&\2c\20SkRegion\20const&\2c\20SkBlitter*\29 -2040:SkScalerContext_FreeType::emboldenIfNeeded\28FT_FaceRec_*\2c\20FT_GlyphSlotRec_*\2c\20unsigned\20short\29 -2041:SkSafeMath::Add\28unsigned\20long\2c\20unsigned\20long\29 -2042:SkSL::Type::displayName\28\29\20const -2043:SkSL::Type::checkForOutOfRangeLiteral\28SkSL::Context\20const&\2c\20double\2c\20SkSL::Position\29\20const -2044:SkSL::RP::SlotManager::addSlotDebugInfoForGroup\28std::__2::basic_string\2c\20std::__2::allocator>\20const&\2c\20SkSL::Type\20const&\2c\20SkSL::Position\2c\20int*\2c\20bool\29 -2045:SkSL::RP::Generator::foldComparisonOp\28SkSL::Operator\2c\20int\29 -2046:SkSL::RP::Builder::branch_if_no_lanes_active\28int\29 -2047:SkSL::PrefixExpression::Make\28SkSL::Context\20const&\2c\20SkSL::Position\2c\20SkSL::Operator\2c\20std::__2::unique_ptr>\29 -2048:SkSL::Parser::parseArrayDimensions\28SkSL::Position\2c\20SkSL::Type\20const**\29 -2049:SkSL::Parser::arraySize\28long\20long*\29 -2050:SkSL::Operator::operatorName\28\29\20const -2051:SkSL::ModifierFlags::paddedDescription\28\29\20const -2052:SkSL::ExpressionArray::clone\28\29\20const -2053:SkSL::ConstantFolder::GetConstantValue\28SkSL::Expression\20const&\2c\20double*\29 -2054:SkSL::ConstantFolder::GetConstantInt\28SkSL::Expression\20const&\2c\20long\20long*\29 -2055:SkSL::Compiler::convertProgram\28SkSL::ProgramKind\2c\20std::__2::basic_string\2c\20std::__2::allocator>\2c\20SkSL::ProgramSettings\20const&\29 -2056:SkRegion::op\28SkRegion\20const&\2c\20SkIRect\20const&\2c\20SkRegion::Op\29 -2057:SkRegion::Iterator::Iterator\28SkRegion\20const&\29 -2058:SkRectPriv::ClosestDisjointEdge\28SkIRect\20const&\2c\20SkIRect\20const&\29 -2059:SkRecords::FillBounds::bounds\28SkRecords::DrawArc\20const&\29\20const -2060:SkReadBuffer::setMemory\28void\20const*\2c\20unsigned\20long\29 -2061:SkRasterClip::SkRasterClip\28SkIRect\20const&\29 -2062:SkRRect::writeToMemory\28void*\29\20const -2063:SkRRect::setRectXY\28SkRect\20const&\2c\20float\2c\20float\29 -2064:SkPointPriv::DistanceToLineBetweenSqd\28SkPoint\20const&\2c\20SkPoint\20const&\2c\20SkPoint\20const&\2c\20SkPointPriv::Side*\29 -2065:SkPoint::setNormalize\28float\2c\20float\29 -2066:SkPngCodecBase::~SkPngCodecBase\28\29 -2067:SkPixmapUtils::SwapWidthHeight\28SkImageInfo\20const&\29 -2068:SkPixmap::setColorSpace\28sk_sp\29 -2069:SkPictureRecorder::finishRecordingAsPicture\28\29 -2070:SkPathPriv::ComputeFirstDirection\28SkPath\20const&\29 -2071:SkPath::isLine\28SkPoint*\29\20const -2072:SkPath::addOval\28SkRect\20const&\2c\20SkPathDirection\2c\20unsigned\20int\29 -2073:SkPaint::setStrokeCap\28SkPaint::Cap\29 -2074:SkPaint::refShader\28\29\20const -2075:SkOpSpan::setWindSum\28int\29 -2076:SkOpSegment::markDone\28SkOpSpan*\29 -2077:SkOpSegment::markAndChaseWinding\28SkOpSpanBase*\2c\20SkOpSpanBase*\2c\20int\2c\20int\2c\20SkOpSpanBase**\29 -2078:SkOpContourBuilder::addCurve\28SkPath::Verb\2c\20SkPoint\20const*\2c\20float\29 -2079:SkOpAngle::starter\28\29 -2080:SkOpAngle::insert\28SkOpAngle*\29 -2081:SkMatrixPriv::InverseMapRect\28SkMatrix\20const&\2c\20SkRect*\2c\20SkRect\20const&\29 -2082:SkMatrix::setSinCos\28float\2c\20float\29 -2083:SkMatrix::preservesRightAngles\28float\29\20const -2084:SkMaskFilter::MakeBlur\28SkBlurStyle\2c\20float\2c\20bool\29 -2085:SkMD5::write\28void\20const*\2c\20unsigned\20long\29 -2086:SkLineClipper::IntersectLine\28SkPoint\20const*\2c\20SkRect\20const&\2c\20SkPoint*\29 -2087:SkImage_GaneshBase::SkImage_GaneshBase\28sk_sp\2c\20SkImageInfo\2c\20unsigned\20int\29 -2088:SkImageGenerator::onRefEncodedData\28\29 -2089:SkImage::makeShader\28SkTileMode\2c\20SkTileMode\2c\20SkSamplingOptions\20const&\2c\20SkMatrix\20const&\29\20const -2090:SkIDChangeListener::SkIDChangeListener\28\29 -2091:SkIDChangeListener::List::reset\28\29 -2092:SkGradientBaseShader::flatten\28SkWriteBuffer&\29\20const -2093:SkFontMgr::RefEmpty\28\29 -2094:SkFont::setEdging\28SkFont::Edging\29 -2095:SkFibBlockSizes<4294967295u>::SkFibBlockSizes\28unsigned\20int\2c\20unsigned\20int\29::'lambda0'\28\29::operator\28\29\28\29\20const -2096:SkFibBlockSizes<4294967295u>::SkFibBlockSizes\28unsigned\20int\2c\20unsigned\20int\29::'lambda'\28\29::operator\28\29\28\29\20const -2097:SkEvalQuadAt\28SkPoint\20const*\2c\20float\29 -2098:SkEncodedInfo::makeImageInfo\28\29\20const -2099:SkEdgeClipper::next\28SkPoint*\29 -2100:SkDevice::scalerContextFlags\28\29\20const -2101:SkDeque::SkDeque\28unsigned\20long\2c\20void*\2c\20unsigned\20long\2c\20int\29 -2102:SkConic::evalAt\28float\2c\20SkPoint*\2c\20SkPoint*\29\20const -2103:SkConic::TransformW\28SkPoint\20const*\2c\20float\2c\20SkMatrix\20const&\29 -2104:SkColorSpace::transferFn\28skcms_TransferFunction*\29\20const -2105:SkColorSpace::gammaIsLinear\28\29\20const -2106:SkColorInfo::SkColorInfo\28SkColorType\2c\20SkAlphaType\2c\20sk_sp\29 -2107:SkColorFilters::Blend\28unsigned\20int\2c\20SkBlendMode\29 -2108:SkCodec::skipScanlines\28int\29 -2109:SkCodec::rewindStream\28\29 -2110:SkCapabilities::RasterBackend\28\29 -2111:SkCanvas::topDevice\28\29\20const -2112:SkCanvas::saveLayer\28SkCanvas::SaveLayerRec\20const&\29 -2113:SkCanvas::init\28sk_sp\29 -2114:SkCanvas::drawTextBlob\28SkTextBlob\20const*\2c\20float\2c\20float\2c\20SkPaint\20const&\29 -2115:SkCanvas::drawDrawable\28SkDrawable*\2c\20SkMatrix\20const*\29 -2116:SkCanvas::drawClippedToSaveBehind\28SkPaint\20const&\29 -2117:SkCanvas::concat\28SkM44\20const&\29 -2118:SkCanvas::clipPath\28SkPath\20const&\2c\20SkClipOp\2c\20bool\29 -2119:SkCanvas::SkCanvas\28SkBitmap\20const&\29 -2120:SkBmpBaseCodec::~SkBmpBaseCodec\28\29 -2121:SkBlitter::blitMask\28SkMask\20const&\2c\20SkIRect\20const&\29 -2122:SkBitmap::extractSubset\28SkBitmap*\2c\20SkIRect\20const&\29\20const -2123:SkBitmap::asImage\28\29\20const -2124:SkBitmap::SkBitmap\28SkBitmap&&\29 -2125:SkBinaryWriteBuffer::SkBinaryWriteBuffer\28SkSerialProcs\20const&\29 -2126:SkBaseShadowTessellator::handleLine\28SkPoint\20const&\29 -2127:SkAAClip::setRegion\28SkRegion\20const&\29 -2128:SaveErrorCode -2129:R -2130:OT::glyf_accelerator_t*\20hb_data_wrapper_t::call_create>\28\29\20const -2131:OT::GDEF::get_mark_attachment_type\28unsigned\20int\29\20const -2132:OT::GDEF::get_glyph_class\28unsigned\20int\29\20const -2133:GrXPFactory::FromBlendMode\28SkBlendMode\29 -2134:GrTriangulator::setBottom\28GrTriangulator::Edge*\2c\20GrTriangulator::Vertex*\2c\20GrTriangulator::EdgeList*\2c\20GrTriangulator::Vertex**\2c\20GrTriangulator::Comparator\20const&\29\20const -2135:GrTriangulator::mergeCollinearEdges\28GrTriangulator::Edge*\2c\20GrTriangulator::EdgeList*\2c\20GrTriangulator::Vertex**\2c\20GrTriangulator::Comparator\20const&\29\20const -2136:GrThreadSafeCache::find\28skgpu::UniqueKey\20const&\29 -2137:GrThreadSafeCache::add\28skgpu::UniqueKey\20const&\2c\20GrSurfaceProxyView\20const&\29 -2138:GrThreadSafeCache::Entry::makeEmpty\28\29 -2139:GrSurfaceProxyView::operator==\28GrSurfaceProxyView\20const&\29\20const -2140:GrSurfaceProxyView::Copy\28GrRecordingContext*\2c\20GrSurfaceProxyView\2c\20skgpu::Mipmapped\2c\20SkIRect\2c\20SkBackingFit\2c\20skgpu::Budgeted\2c\20std::__2::basic_string_view>\29 -2141:GrSurfaceProxyPriv::doLazyInstantiation\28GrResourceProvider*\29 -2142:GrSurfaceProxy::isFunctionallyExact\28\29\20const -2143:GrSurfaceProxy::Copy\28GrRecordingContext*\2c\20sk_sp\2c\20GrSurfaceOrigin\2c\20skgpu::Mipmapped\2c\20SkBackingFit\2c\20skgpu::Budgeted\2c\20std::__2::basic_string_view>\2c\20sk_sp*\29 -2144:GrSimpleMeshDrawOpHelperWithStencil::fixedFunctionFlags\28\29\20const -2145:GrSimpleMeshDrawOpHelper::finalizeProcessors\28GrCaps\20const&\2c\20GrAppliedClip\20const*\2c\20GrUserStencilSettings\20const*\2c\20GrClampType\2c\20GrProcessorAnalysisCoverage\2c\20GrProcessorAnalysisColor*\29 -2146:GrSimpleMeshDrawOpHelper::CreateProgramInfo\28GrCaps\20const*\2c\20SkArenaAlloc*\2c\20GrSurfaceProxyView\20const&\2c\20bool\2c\20GrAppliedClip&&\2c\20GrDstProxyView\20const&\2c\20GrGeometryProcessor*\2c\20GrProcessorSet&&\2c\20GrPrimitiveType\2c\20GrXferBarrierFlags\2c\20GrLoadOp\2c\20GrPipeline::InputFlags\2c\20GrUserStencilSettings\20const*\29 -2147:GrSimpleMeshDrawOpHelper::CreatePipeline\28GrCaps\20const*\2c\20SkArenaAlloc*\2c\20skgpu::Swizzle\2c\20GrAppliedClip&&\2c\20GrDstProxyView\20const&\2c\20GrProcessorSet&&\2c\20GrPipeline::InputFlags\29 -2148:GrResourceProvider::findOrMakeStaticBuffer\28GrGpuBufferType\2c\20unsigned\20long\2c\20void\20const*\2c\20skgpu::UniqueKey\20const&\29 -2149:GrResourceProvider::findOrMakeStaticBuffer\28GrGpuBufferType\2c\20unsigned\20long\2c\20skgpu::UniqueKey\20const&\2c\20void\20\28*\29\28skgpu::VertexWriter\2c\20unsigned\20long\29\29 -2150:GrResourceCache::purgeAsNeeded\28\29 -2151:GrResourceCache::findAndRefScratchResource\28skgpu::ScratchKey\20const&\29 -2152:GrRecordingContextPriv::makeSFC\28GrImageInfo\2c\20std::__2::basic_string_view>\2c\20SkBackingFit\2c\20int\2c\20skgpu::Mipmapped\2c\20skgpu::Protected\2c\20GrSurfaceOrigin\2c\20skgpu::Budgeted\29 -2153:GrQuadUtils::TessellationHelper::Vertices::moveAlong\28GrQuadUtils::TessellationHelper::EdgeVectors\20const&\2c\20skvx::Vec<4\2c\20float>\20const&\29 -2154:GrQuad::asRect\28SkRect*\29\20const -2155:GrProcessorSet::GrProcessorSet\28GrProcessorSet&&\29 -2156:GrPathUtils::generateCubicPoints\28SkPoint\20const&\2c\20SkPoint\20const&\2c\20SkPoint\20const&\2c\20SkPoint\20const&\2c\20float\2c\20SkPoint**\2c\20unsigned\20int\29 -2157:GrOpFlushState::allocator\28\29 -2158:GrGpu::submitToGpu\28GrSubmitInfo\20const&\29 -2159:GrGpu::createBuffer\28unsigned\20long\2c\20GrGpuBufferType\2c\20GrAccessPattern\29 -2160:GrGeometryProcessor::ProgramImpl::WriteOutputPosition\28GrGLSLVertexBuilder*\2c\20GrGLSLUniformHandler*\2c\20GrShaderCaps\20const&\2c\20GrGeometryProcessor::ProgramImpl::GrGPArgs*\2c\20char\20const*\2c\20SkMatrix\20const&\2c\20GrResourceHandle*\29 -2161:GrGLTexture::dumpMemoryStatistics\28SkTraceMemoryDump*\29\20const -2162:GrGLSLShaderBuilder::appendFunctionDecl\28SkSLType\2c\20char\20const*\2c\20SkSpan\29 -2163:GrGLSLShaderBuilder::appendColorGamutXform\28SkString*\2c\20char\20const*\2c\20GrGLSLColorSpaceXformHelper*\29 -2164:GrGLSLColorSpaceXformHelper::emitCode\28GrGLSLUniformHandler*\2c\20GrColorSpaceXform\20const*\2c\20unsigned\20int\29 -2165:GrGLRenderTarget::dumpMemoryStatistics\28SkTraceMemoryDump*\29\20const -2166:GrGLRenderTarget::bindInternal\28unsigned\20int\2c\20bool\29 -2167:GrGLGpu::getErrorAndCheckForOOM\28\29 -2168:GrGLGpu::bindTexture\28int\2c\20GrSamplerState\2c\20skgpu::Swizzle\20const&\2c\20GrGLTexture*\29 -2169:GrFragmentProcessor::visitWithImpls\28std::__2::function\20const&\2c\20GrFragmentProcessor::ProgramImpl&\29\20const -2170:GrFragmentProcessor::ColorMatrix\28std::__2::unique_ptr>\2c\20float\20const*\2c\20bool\2c\20bool\2c\20bool\29 -2171:GrDrawingManager::appendTask\28sk_sp\29 -2172:GrColorInfo::GrColorInfo\28GrColorInfo\20const&\29 -2173:GrCaps::isFormatCompressed\28GrBackendFormat\20const&\29\20const -2174:GrAAConvexTessellator::lineTo\28SkPoint\20const&\2c\20GrAAConvexTessellator::CurveState\29 -2175:FT_Stream_OpenMemory -2176:FT_Select_Charmap -2177:FT_Get_Next_Char -2178:FT_Get_Module_Interface -2179:FT_Done_Size -2180:DecodeImageStream -2181:CFF::opset_t::process_op\28unsigned\20int\2c\20CFF::interp_env_t&\29 -2182:CFF::Charset::get_glyph\28unsigned\20int\2c\20unsigned\20int\29\20const -2183:AAT::hb_aat_apply_context_t::replace_glyph_inplace\28unsigned\20int\2c\20unsigned\20int\29 -2184:AAT::SubtableGlyphCoverage::sanitize\28hb_sanitize_context_t*\2c\20unsigned\20int\29\20const -2185:1947 -2186:1948 -2187:1949 -2188:wuffs_gif__decoder__num_decoded_frames -2189:wmemchr -2190:void\20std::__2::reverse\5babi:nn180100\5d\28wchar_t*\2c\20wchar_t*\29 -2191:void\20sort_r_simple<>\28void*\2c\20unsigned\20long\2c\20unsigned\20long\2c\20int\20\28*\29\28void\20const*\2c\20void\20const*\29\29_16052 -2192:void\20merge_sort<&sweep_lt_vert\28SkPoint\20const&\2c\20SkPoint\20const&\29>\28GrTriangulator::VertexList*\29 -2193:void\20merge_sort<&sweep_lt_horiz\28SkPoint\20const&\2c\20SkPoint\20const&\29>\28GrTriangulator::VertexList*\29 -2194:void\20icu_74::\28anonymous\20namespace\29::MixedBlocks::extend\28unsigned\20int\20const*\2c\20int\2c\20int\2c\20int\29 -2195:void\20emscripten::internal::MemberAccess::setWire\28float\20StrokeOpts::*\20const&\2c\20StrokeOpts&\2c\20float\29 -2196:void\20AAT::ClassTable>::collect_glyphs\28hb_bit_set_t&\2c\20unsigned\20int\29\20const -2197:validate_offsetToRestore\28SkReadBuffer*\2c\20unsigned\20long\29 -2198:utrie2_enum_74 -2199:utext_clone_74 -2200:ustr_hashUCharsN_74 -2201:ures_getValueWithFallback_74 -2202:uprv_isInvariantUString_74 -2203:umutablecptrie_set_74 -2204:umutablecptrie_close_74 -2205:uloc_getVariant_74 -2206:uhash_setValueDeleter_74 -2207:uenum_next_74 -2208:ubidi_setPara_74 -2209:ubidi_getVisualRun_74 -2210:ubidi_getRuns_74 -2211:u_strstr_74 -2212:u_getPropertyValueEnum_74 -2213:u_getIntPropertyValue_74 -2214:tt_set_mm_blend -2215:tt_face_get_ps_name -2216:tt_face_get_location -2217:trinkle -2218:strtox_17523 -2219:std::__2::unique_ptr::release\5babi:nn180100\5d\28\29 -2220:std::__2::pair\2c\20void*>*>\2c\20bool>\20std::__2::__hash_table\2c\20std::__2::__unordered_map_hasher\2c\20std::__2::hash\2c\20std::__2::equal_to\2c\20true>\2c\20std::__2::__unordered_map_equal\2c\20std::__2::equal_to\2c\20std::__2::hash\2c\20true>\2c\20std::__2::allocator>>::__emplace_unique_key_args\2c\20std::__2::tuple<>>\28GrTriangulator::Vertex*\20const&\2c\20std::__2::piecewise_construct_t\20const&\2c\20std::__2::tuple&&\2c\20std::__2::tuple<>&&\29 -2221:std::__2::pair::pair\5babi:nn180100\5d\28char\20const*&&\2c\20char*&&\29 -2222:std::__2::moneypunct::do_decimal_point\28\29\20const -2223:std::__2::moneypunct::pos_format\5babi:nn180100\5d\28\29\20const -2224:std::__2::moneypunct::do_decimal_point\28\29\20const -2225:std::__2::istreambuf_iterator>::istreambuf_iterator\5babi:nn180100\5d\28std::__2::basic_istream>&\29 -2226:std::__2::ios_base::good\5babi:nn180100\5d\28\29\20const -2227:std::__2::default_delete\2c\20SkIcuBreakIteratorCache::Request::Hash>::Pair\2c\20SkIcuBreakIteratorCache::Request\2c\20skia_private::THashMap\2c\20SkIcuBreakIteratorCache::Request::Hash>::Pair>::Slot\20\5b\5d>::_EnableIfConvertible\2c\20SkIcuBreakIteratorCache::Request::Hash>::Pair\2c\20SkIcuBreakIteratorCache::Request\2c\20skia_private::THashMap\2c\20SkIcuBreakIteratorCache::Request::Hash>::Pair>::Slot>::type\20std::__2::default_delete\2c\20SkIcuBreakIteratorCache::Request::Hash>::Pair\2c\20SkIcuBreakIteratorCache::Request\2c\20skia_private::THashMap\2c\20SkIcuBreakIteratorCache::Request::Hash>::Pair>::Slot\20\5b\5d>::operator\28\29\5babi:ne180100\5d\2c\20SkIcuBreakIteratorCache::Request::Hash>::Pair\2c\20SkIcuBreakIteratorCache::Request\2c\20skia_private::THashMap\2c\20SkIcuBreakIteratorCache::Request::Hash>::Pair>::Slot>\28skia_private::THashTable\2c\20SkIcuBreakIteratorCache::Request::Hash>::Pair\2c\20SkIcuBreakIteratorCache::Request\2c\20skia_private::THashMap\2c\20SkIcuBreakIteratorCache::Request::Hash>::Pair>::Slot*\29\20const -2228:std::__2::ctype::toupper\5babi:nn180100\5d\28char\29\20const -2229:std::__2::chrono::duration>::duration\5babi:nn180100\5d\28long\20long\20const&\29 -2230:std::__2::basic_stringstream\2c\20std::__2::allocator>::~basic_stringstream\28\29 -2231:std::__2::basic_string\2c\20std::__2::allocator>\20const*\20std::__2::__scan_keyword\5babi:nn180100\5d>\2c\20std::__2::basic_string\2c\20std::__2::allocator>\20const*\2c\20std::__2::ctype>\28std::__2::istreambuf_iterator>&\2c\20std::__2::istreambuf_iterator>\2c\20std::__2::basic_string\2c\20std::__2::allocator>\20const*\2c\20std::__2::basic_string\2c\20std::__2::allocator>\20const*\2c\20std::__2::ctype\20const&\2c\20unsigned\20int&\2c\20bool\29 -2232:std::__2::basic_string\2c\20std::__2::allocator>::operator\5b\5d\5babi:nn180100\5d\28unsigned\20long\29\20const -2233:std::__2::basic_string\2c\20std::__2::allocator>::__fits_in_sso\5babi:nn180100\5d\28unsigned\20long\29 -2234:std::__2::basic_string\2c\20std::__2::allocator>\20const*\20std::__2::__scan_keyword\5babi:nn180100\5d>\2c\20std::__2::basic_string\2c\20std::__2::allocator>\20const*\2c\20std::__2::ctype>\28std::__2::istreambuf_iterator>&\2c\20std::__2::istreambuf_iterator>\2c\20std::__2::basic_string\2c\20std::__2::allocator>\20const*\2c\20std::__2::basic_string\2c\20std::__2::allocator>\20const*\2c\20std::__2::ctype\20const&\2c\20unsigned\20int&\2c\20bool\29 -2235:std::__2::basic_string\2c\20std::__2::allocator>::basic_string\5babi:nn180100\5d\28char\20const*\2c\20char\20const*\29 -2236:std::__2::basic_string\2c\20std::__2::allocator>::basic_string\28std::__2::basic_string\2c\20std::__2::allocator>\20const&\29 -2237:std::__2::basic_string\2c\20std::__2::allocator>&\20std::__2::basic_string\2c\20std::__2::allocator>::__assign_no_alias\28char\20const*\2c\20unsigned\20long\29 -2238:std::__2::basic_streambuf>::__pbump\5babi:nn180100\5d\28long\29 -2239:std::__2::basic_iostream>::~basic_iostream\28\29_17741 -2240:std::__2::allocator_traits>::deallocate\5babi:nn180100\5d\28std::__2::allocator&\2c\20wchar_t*\2c\20unsigned\20long\29 -2241:std::__2::allocator_traits>::deallocate\5babi:nn180100\5d\28std::__2::allocator&\2c\20char*\2c\20unsigned\20long\29 -2242:std::__2::__shared_count::__release_shared\5babi:nn180100\5d\28\29 -2243:std::__2::__num_put_base::__format_int\28char*\2c\20char\20const*\2c\20bool\2c\20unsigned\20int\29 -2244:std::__2::__num_put_base::__format_float\28char*\2c\20char\20const*\2c\20unsigned\20int\29 -2245:std::__2::__itoa::__append8\5babi:nn180100\5d\28char*\2c\20unsigned\20int\29 -2246:sktext::gpu::TextBlob::Key::operator==\28sktext::gpu::TextBlob::Key\20const&\29\20const -2247:sktext::gpu::GlyphVector::glyphs\28\29\20const -2248:sktext::SkStrikePromise::strike\28\29 -2249:skif::\28anonymous\20namespace\29::downscale_step_count\28float\29 -2250:skif::RoundIn\28SkRect\29 -2251:skif::LayerSpace\20skif::Mapping::deviceToLayer\28skif::DeviceSpace\20const&\29\20const -2252:skif::FilterResult::getAnalyzedShaderView\28skif::Context\20const&\2c\20SkSamplingOptions\20const&\2c\20SkEnumBitMask\29\20const -2253:skif::FilterResult::draw\28skif::Context\20const&\2c\20SkDevice*\2c\20bool\2c\20SkBlender\20const*\29\20const -2254:skif::FilterResult::applyCrop\28skif::Context\20const&\2c\20skif::LayerSpace\20const&\2c\20SkTileMode\29\20const -2255:skif::FilterResult::FilterResult\28\29 -2256:skif::Context::~Context\28\29 -2257:skia_private::THashTable\20\28*\29\28SkReadBuffer&\29\2c\20SkGoodHash>::Pair\2c\20unsigned\20int\2c\20skia_private::THashMap\20\28*\29\28SkReadBuffer&\29\2c\20SkGoodHash>::Pair>::resize\28int\29 -2258:skia_private::THashTable\2c\20SkGoodHash>::Pair\2c\20int\2c\20skia_private::THashMap\2c\20SkGoodHash>::Pair>::Slot::emplace\28skia_private::THashMap\2c\20SkGoodHash>::Pair&&\2c\20unsigned\20int\29 -2259:skia_private::THashTable::Pair\2c\20SkSL::Variable\20const*\2c\20skia_private::THashMap::Pair>::removeSlot\28int\29 -2260:skia_private::THashTable\2c\20false>\2c\20SkGoodHash>::Pair\2c\20SkSL::FunctionDeclaration\20const*\2c\20skia_private::THashMap\2c\20false>\2c\20SkGoodHash>::Pair>::Slot::emplace\28skia_private::THashMap\2c\20false>\2c\20SkGoodHash>::Pair&&\2c\20unsigned\20int\29 -2261:skia_private::THashTable\2c\20SkIcuBreakIteratorCache::Request::Hash>::Pair\2c\20SkIcuBreakIteratorCache::Request\2c\20skia_private::THashMap\2c\20SkIcuBreakIteratorCache::Request::Hash>::Pair>::Slot::emplace\28skia_private::THashMap\2c\20SkIcuBreakIteratorCache::Request::Hash>::Pair&&\2c\20unsigned\20int\29 -2262:skia_private::THashTable\2c\20SkDescriptor\20const&\2c\20sktext::gpu::StrikeCache::HashTraits>::Slot::emplace\28sk_sp&&\2c\20unsigned\20int\29 -2263:skia_private::THashMap>\2c\20SkSL::IntrinsicKind\2c\20SkGoodHash>::~THashMap\28\29 -2264:skia_private::THashMap>\2c\20SkSL::IntrinsicKind\2c\20SkGoodHash>::THashMap\28std::initializer_list>\2c\20SkSL::IntrinsicKind\2c\20SkGoodHash>::Pair>\29 -2265:skia_private::TArray::move\28void*\29 -2266:skia_private::TArray::Plane\2c\20false>::installDataAndUpdateCapacity\28SkSpan\29 -2267:skia_private::TArray\2c\20true>::operator=\28skia_private::TArray\2c\20true>&&\29 -2268:skia_private::TArray::operator=\28skia_private::TArray&&\29 -2269:skia_private::TArray\2c\20true>::push_back\28SkRGBA4f<\28SkAlphaType\293>&&\29 -2270:skia_png_set_text_2 -2271:skia_png_set_palette_to_rgb -2272:skia_png_handle_IHDR -2273:skia_png_handle_IEND -2274:skia::textlayout::operator==\28skia::textlayout::FontArguments\20const&\2c\20skia::textlayout::FontArguments\20const&\29 -2275:skia::textlayout::TextWrapper::TextStretch::extend\28skia::textlayout::Cluster*\29 -2276:skia::textlayout::FontCollection::getFontManagerOrder\28\29\20const -2277:skia::textlayout::FontArguments::FontArguments\28skia::textlayout::FontArguments\20const&\29 -2278:skia::textlayout::Decorations::calculateGaps\28skia::textlayout::TextLine::ClipContext\20const&\2c\20SkRect\20const&\2c\20float\2c\20float\29 -2279:skia::textlayout::Cluster::isSoftBreak\28\29\20const -2280:skia::textlayout::Cluster::Cluster\28skia::textlayout::ParagraphImpl*\2c\20unsigned\20long\2c\20unsigned\20long\2c\20unsigned\20long\2c\20SkSpan\2c\20float\2c\20float\29 -2281:skia::textlayout::Block&\20skia_private::TArray::emplace_back\28unsigned\20long&&\2c\20unsigned\20long&&\2c\20skia::textlayout::TextStyle\20const&\29 -2282:skgpu::ganesh::\28anonymous\20namespace\29::AAConvexPathOp::fixedFunctionFlags\28\29\20const -2283:skgpu::ganesh::SurfaceFillContext::fillRectWithFP\28SkIRect\20const&\2c\20SkMatrix\20const&\2c\20std::__2::unique_ptr>\29 -2284:skgpu::ganesh::SurfaceFillContext::SurfaceFillContext\28GrRecordingContext*\2c\20GrSurfaceProxyView\2c\20GrSurfaceProxyView\2c\20GrColorInfo\20const&\29 -2285:skgpu::ganesh::SurfaceDrawContext::drawPaint\28GrClip\20const*\2c\20GrPaint&&\2c\20SkMatrix\20const&\29 -2286:skgpu::ganesh::SurfaceDrawContext::MakeWithFallback\28GrRecordingContext*\2c\20GrColorType\2c\20sk_sp\2c\20SkBackingFit\2c\20SkISize\2c\20SkSurfaceProps\20const&\2c\20int\2c\20skgpu::Mipmapped\2c\20skgpu::Protected\2c\20GrSurfaceOrigin\2c\20skgpu::Budgeted\29 -2287:skgpu::ganesh::SurfaceContext::rescaleInto\28skgpu::ganesh::SurfaceFillContext*\2c\20SkIRect\2c\20SkIRect\2c\20SkImage::RescaleGamma\2c\20SkImage::RescaleMode\29 -2288:skgpu::ganesh::SurfaceContext::PixelTransferResult::operator=\28skgpu::ganesh::SurfaceContext::PixelTransferResult&&\29 -2289:skgpu::ganesh::SmallPathAtlasMgr::addToAtlas\28GrResourceProvider*\2c\20GrDeferredUploadTarget*\2c\20int\2c\20int\2c\20void\20const*\2c\20skgpu::AtlasLocator*\29 -2290:skgpu::ganesh::OpsTask::~OpsTask\28\29 -2291:skgpu::ganesh::OpsTask::setColorLoadOp\28GrLoadOp\2c\20std::__2::array\29 -2292:skgpu::ganesh::OpsTask::deleteOps\28\29 -2293:skgpu::ganesh::FillRectOp::Make\28GrRecordingContext*\2c\20GrPaint&&\2c\20GrAAType\2c\20DrawQuad*\2c\20GrUserStencilSettings\20const*\2c\20GrSimpleMeshDrawOpHelper::InputFlags\29 -2294:skgpu::ganesh::Device::drawEdgeAAImageSet\28SkCanvas::ImageSetEntry\20const*\2c\20int\2c\20SkPoint\20const*\2c\20SkMatrix\20const*\2c\20SkSamplingOptions\20const&\2c\20SkPaint\20const&\2c\20SkCanvas::SrcRectConstraint\29::$_0::operator\28\29\28int\29\20const -2295:skgpu::ganesh::ClipStack::~ClipStack\28\29 -2296:skgpu::TClientMappedBufferManager::~TClientMappedBufferManager\28\29 -2297:skgpu::TAsyncReadResult::Plane&\20skia_private::TArray::Plane\2c\20false>::emplace_back\2c\20unsigned\20long&>\28sk_sp&&\2c\20unsigned\20long&\29 -2298:skgpu::Plot::addSubImage\28int\2c\20int\2c\20void\20const*\2c\20skgpu::AtlasLocator*\29 -2299:skgpu::GetLCDBlendFormula\28SkBlendMode\29 -2300:skcms_TransferFunction_isHLGish -2301:skcms_Matrix3x3_concat -2302:sk_srgb_linear_singleton\28\29 -2303:sk_sp::reset\28SkPathRef*\29 -2304:sk_sp*\20std::__2::vector\2c\20std::__2::allocator>>::__push_back_slow_path\20const&>\28sk_sp\20const&\29 -2305:shr -2306:shl -2307:setRegionCheck\28SkRegion*\2c\20SkRegion\20const&\29 -2308:res_findResource_74 -2309:read_metadata\28std::__2::vector>\20const&\2c\20unsigned\20int\2c\20unsigned\20char\20const*\2c\20unsigned\20long\2c\20unsigned\20long\2c\20unsigned\20long\2c\20bool\29 -2310:read_header\28SkStream*\2c\20sk_sp\20const&\2c\20SkCodec**\2c\20png_struct_def**\2c\20png_info_def**\29 -2311:read_curves\28unsigned\20char\20const*\2c\20unsigned\20int\2c\20unsigned\20int\2c\20unsigned\20int\2c\20skcms_Curve*\29 -2312:qsort -2313:ps_dimension_set_mask_bits -2314:operator==\28SkPath\20const&\2c\20SkPath\20const&\29 -2315:mbrtowc -2316:jround_up -2317:jpeg_make_d_derived_tbl -2318:jpeg_destroy -2319:init\28\29 -2320:ilogbf -2321:icu_74::locale_set_default_internal\28char\20const*\2c\20UErrorCode&\29 -2322:icu_74::compute\28int\2c\20icu_74::ReadArray2D\20const&\2c\20icu_74::ReadArray2D\20const&\2c\20icu_74::ReadArray1D\20const&\2c\20icu_74::ReadArray1D\20const&\2c\20icu_74::Array1D&\2c\20icu_74::Array1D&\2c\20icu_74::Array1D&\29 -2323:icu_74::UnicodeString::getChar32Start\28int\29\20const -2324:icu_74::UnicodeString::fromUTF8\28icu_74::StringPiece\29 -2325:icu_74::UnicodeString::extract\28int\2c\20int\2c\20char*\2c\20int\2c\20icu_74::UnicodeString::EInvariant\29\20const -2326:icu_74::UnicodeString::copyFrom\28icu_74::UnicodeString\20const&\2c\20signed\20char\29 -2327:icu_74::UnicodeSet::retain\28int\20const*\2c\20int\2c\20signed\20char\29 -2328:icu_74::UnicodeSet::removeAllStrings\28\29 -2329:icu_74::UnicodeSet::freeze\28\29 -2330:icu_74::UnicodeSet::copyFrom\28icu_74::UnicodeSet\20const&\2c\20signed\20char\29 -2331:icu_74::UnicodeSet::complement\28\29 -2332:icu_74::UnicodeSet::add\28int\20const*\2c\20int\2c\20signed\20char\29 -2333:icu_74::UnicodeSet::_toPattern\28icu_74::UnicodeString&\2c\20signed\20char\29\20const -2334:icu_74::UnicodeSet::_add\28icu_74::UnicodeString\20const&\29 -2335:icu_74::UnicodeSet::UnicodeSet\28icu_74::UnicodeString\20const&\2c\20UErrorCode&\29 -2336:icu_74::UVector::removeElementAt\28int\29 -2337:icu_74::UDataPathIterator::next\28UErrorCode*\29 -2338:icu_74::StringTrieBuilder::writeNode\28int\2c\20int\2c\20int\29 -2339:icu_74::StringEnumeration::StringEnumeration\28\29 -2340:icu_74::SimpleFilteredSentenceBreakIterator::breakExceptionAt\28int\29 -2341:icu_74::RuleBasedBreakIterator::DictionaryCache::reset\28\29 -2342:icu_74::RuleBasedBreakIterator::BreakCache::reset\28int\2c\20int\29 -2343:icu_74::RuleBasedBreakIterator::BreakCache::populateNear\28int\2c\20UErrorCode&\29 -2344:icu_74::RuleBasedBreakIterator::BreakCache::populateFollowing\28\29 -2345:icu_74::ResourceDataValue::getBinary\28int&\2c\20UErrorCode&\29\20const -2346:icu_74::ResourceDataValue::getArray\28UErrorCode&\29\20const -2347:icu_74::ResourceArray::getValue\28int\2c\20icu_74::ResourceValue&\29\20const -2348:icu_74::ReorderingBuffer::init\28int\2c\20UErrorCode&\29 -2349:icu_74::Normalizer2Impl::makeFCD\28char16_t\20const*\2c\20char16_t\20const*\2c\20icu_74::ReorderingBuffer*\2c\20UErrorCode&\29\20const -2350:icu_74::Normalizer2Impl::hasCompBoundaryBefore\28unsigned\20char\20const*\2c\20unsigned\20char\20const*\29\20const -2351:icu_74::Normalizer2Impl::decomposeShort\28unsigned\20char\20const*\2c\20unsigned\20char\20const*\2c\20icu_74::Normalizer2Impl::StopAt\2c\20signed\20char\2c\20icu_74::ReorderingBuffer&\2c\20UErrorCode&\29\20const -2352:icu_74::Normalizer2Impl::addPropertyStarts\28USetAdder\20const*\2c\20UErrorCode&\29\20const -2353:icu_74::ICU_Utility::skipWhitespace\28icu_74::UnicodeString\20const&\2c\20int&\2c\20signed\20char\29 -2354:icu_74::CheckedArrayByteSink::CheckedArrayByteSink\28char*\2c\20int\29 -2355:hb_vector_t::shrink_vector\28unsigned\20int\29 -2356:hb_ucd_get_unicode_funcs -2357:hb_syllabic_insert_dotted_circles\28hb_font_t*\2c\20hb_buffer_t*\2c\20unsigned\20int\2c\20unsigned\20int\2c\20int\2c\20int\29 -2358:hb_shape_full -2359:hb_serialize_context_t::~hb_serialize_context_t\28\29 -2360:hb_serialize_context_t::resolve_links\28\29 -2361:hb_serialize_context_t::reset\28\29 -2362:hb_paint_extents_context_t::paint\28\29 -2363:hb_lazy_loader_t\2c\20hb_face_t\2c\2016u\2c\20OT::cff1_accelerator_t>::do_destroy\28OT::cff1_accelerator_t*\29 -2364:hb_language_from_string -2365:hb_font_destroy -2366:hb_blob_t*\20hb_data_wrapper_t::call_create>\28\29\20const -2367:hb_bit_set_t::resize\28unsigned\20int\2c\20bool\2c\20bool\29 -2368:hb_bit_set_t::process_\28hb_vector_size_t\20\28*\29\28hb_vector_size_t\20const&\2c\20hb_vector_size_t\20const&\29\2c\20bool\2c\20bool\2c\20hb_bit_set_t\20const&\29 -2369:hb_array_t::hash\28\29\20const -2370:get_sof -2371:ftell -2372:ft_var_readpackedpoints -2373:ft_mem_strdup -2374:ft_glyphslot_done -2375:float\20emscripten::internal::MemberAccess::getWire\28float\20StrokeOpts::*\20const&\2c\20StrokeOpts&\29 -2376:fill_window -2377:exp -2378:encodeImage\28GrDirectContext*\2c\20sk_sp\2c\20SkEncodedImageFormat\2c\20int\29 -2379:emscripten::val\20MakeTypedArray\28int\2c\20float\20const*\29 -2380:emscripten::internal::MethodInvoker::invoke\28float\20\28SkContourMeasure::*\20const&\29\28\29\20const\2c\20SkContourMeasure\20const*\29 -2381:emscripten::internal::Invoker\2c\20unsigned\20long\2c\20unsigned\20long>::invoke\28sk_sp\20\28*\29\28unsigned\20long\2c\20unsigned\20long\29\2c\20unsigned\20long\2c\20unsigned\20long\29 -2382:dquad_dxdy_at_t\28SkPoint\20const*\2c\20float\2c\20double\29 -2383:do_clip_op\28SkReadBuffer*\2c\20SkCanvas*\2c\20SkRegion::Op\2c\20SkClipOp*\29 -2384:do_anti_hairline\28int\2c\20int\2c\20int\2c\20int\2c\20SkIRect\20const*\2c\20SkBlitter*\29 -2385:doWriteReverse\28char16_t\20const*\2c\20int\2c\20char16_t*\2c\20int\2c\20unsigned\20short\2c\20UErrorCode*\29 -2386:doWriteForward\28char16_t\20const*\2c\20int\2c\20char16_t*\2c\20int\2c\20unsigned\20short\2c\20UErrorCode*\29 -2387:dline_dxdy_at_t\28SkPoint\20const*\2c\20float\2c\20double\29 -2388:dispose_chunk -2389:direct_blur_y\28void\20\28*\29\28unsigned\20char*\2c\20unsigned\20char\20const*\2c\20int\29\2c\20int\2c\20int\2c\20unsigned\20short*\2c\20unsigned\20char\20const*\2c\20unsigned\20long\2c\20int\2c\20int\2c\20unsigned\20char*\2c\20unsigned\20long\29 -2390:decltype\28fp\28\28SkRecords::NoOp\29\28\29\29\29\20SkRecord::Record::visit\28SkRecords::Draw&\29\20const -2391:dcubic_dxdy_at_t\28SkPoint\20const*\2c\20float\2c\20double\29 -2392:dconic_dxdy_at_t\28SkPoint\20const*\2c\20float\2c\20double\29 -2393:crop_rect_edge\28SkRect\20const&\2c\20int\2c\20int\2c\20int\2c\20int\2c\20float*\2c\20float*\2c\20float*\2c\20float*\2c\20float*\29 -2394:createPath\28char\20const*\2c\20int\2c\20char\20const*\2c\20int\2c\20char\20const*\2c\20icu_74::CharString&\2c\20UErrorCode*\29 -2395:char\20const*\20std::__2::__rewrap_range\5babi:nn180100\5d\28char\20const*\2c\20char\20const*\29 -2396:cff_slot_load -2397:cff_parse_real -2398:cff_index_get_sid_string -2399:cff_index_access_element -2400:cf2_doStems -2401:cf2_doFlex -2402:buffer_verify_error\28hb_buffer_t*\2c\20hb_font_t*\2c\20char\20const*\2c\20...\29 -2403:blur_y_rect\28void\20\28*\29\28unsigned\20char*\2c\20unsigned\20char\20const*\2c\20int\29\2c\20int\2c\20skvx::Vec<8\2c\20unsigned\20short>\20\28*\29\28skvx::Vec<8\2c\20unsigned\20short>\20const&\2c\20skvx::Vec<8\2c\20unsigned\20short>\20const&\2c\20skvx::Vec<8\2c\20unsigned\20short>\20const&\2c\20skvx::Vec<8\2c\20unsigned\20short>\20const&\2c\20skvx::Vec<8\2c\20unsigned\20short>\20const&\2c\20skvx::Vec<8\2c\20unsigned\20short>\20const&\2c\20skvx::Vec<8\2c\20unsigned\20short>*\2c\20skvx::Vec<8\2c\20unsigned\20short>*\2c\20skvx::Vec<8\2c\20unsigned\20short>*\2c\20skvx::Vec<8\2c\20unsigned\20short>*\2c\20skvx::Vec<8\2c\20unsigned\20short>*\2c\20skvx::Vec<8\2c\20unsigned\20short>*\2c\20skvx::Vec<8\2c\20unsigned\20short>*\2c\20skvx::Vec<8\2c\20unsigned\20short>*\29\2c\20int\2c\20unsigned\20short*\2c\20unsigned\20char\20const*\2c\20unsigned\20long\2c\20int\2c\20int\2c\20unsigned\20char*\2c\20unsigned\20long\29 -2404:blur_column\28void\20\28*\29\28unsigned\20char*\2c\20unsigned\20char\20const*\2c\20int\29\2c\20skvx::Vec<8\2c\20unsigned\20short>\20\28*\29\28skvx::Vec<8\2c\20unsigned\20short>\20const&\2c\20skvx::Vec<8\2c\20unsigned\20short>\20const&\2c\20skvx::Vec<8\2c\20unsigned\20short>\20const&\2c\20skvx::Vec<8\2c\20unsigned\20short>\20const&\2c\20skvx::Vec<8\2c\20unsigned\20short>\20const&\2c\20skvx::Vec<8\2c\20unsigned\20short>\20const&\2c\20skvx::Vec<8\2c\20unsigned\20short>*\2c\20skvx::Vec<8\2c\20unsigned\20short>*\2c\20skvx::Vec<8\2c\20unsigned\20short>*\2c\20skvx::Vec<8\2c\20unsigned\20short>*\2c\20skvx::Vec<8\2c\20unsigned\20short>*\2c\20skvx::Vec<8\2c\20unsigned\20short>*\2c\20skvx::Vec<8\2c\20unsigned\20short>*\2c\20skvx::Vec<8\2c\20unsigned\20short>*\29\2c\20int\2c\20int\2c\20skvx::Vec<8\2c\20unsigned\20short>\20const&\2c\20skvx::Vec<8\2c\20unsigned\20short>\20const&\2c\20skvx::Vec<8\2c\20unsigned\20short>\20const&\2c\20skvx::Vec<8\2c\20unsigned\20short>\20const&\2c\20skvx::Vec<8\2c\20unsigned\20short>\20const&\2c\20unsigned\20char\20const*\2c\20unsigned\20long\2c\20int\2c\20unsigned\20char*\2c\20unsigned\20long\29::$_0::operator\28\29\28unsigned\20char*\2c\20skvx::Vec<8\2c\20unsigned\20short>\20const&\2c\20skvx::Vec<8\2c\20unsigned\20short>\20const&\29\20const -2405:auto\20std::__2::__unwrap_range\5babi:nn180100\5d\28char\20const*\2c\20char\20const*\29 -2406:af_sort_and_quantize_widths -2407:af_glyph_hints_align_weak_points -2408:af_glyph_hints_align_strong_points -2409:af_face_globals_new -2410:af_cjk_compute_stem_width -2411:add_huff_table -2412:addPoint\28UBiDi*\2c\20int\2c\20int\29 -2413:_addExtensionToList\28ExtensionListEntry**\2c\20ExtensionListEntry*\2c\20signed\20char\29 -2414:__uselocale -2415:__math_xflow -2416:__cxxabiv1::__base_class_type_info::search_below_dst\28__cxxabiv1::__dynamic_cast_info*\2c\20void\20const*\2c\20int\2c\20bool\29\20const -2417:\28anonymous\20namespace\29::make_vertices_spec\28bool\2c\20bool\29 -2418:\28anonymous\20namespace\29::gather_lines_and_quads\28SkPath\20const&\2c\20SkMatrix\20const&\2c\20SkIRect\20const&\2c\20float\2c\20bool\2c\20skia_private::TArray*\2c\20skia_private::TArray*\2c\20skia_private::TArray*\2c\20skia_private::TArray*\2c\20skia_private::TArray*\29::$_2::operator\28\29\28SkPoint\20const*\2c\20SkPoint\20const*\2c\20bool\29\20const -2419:\28anonymous\20namespace\29::draw_stencil_rect\28skgpu::ganesh::SurfaceDrawContext*\2c\20GrHardClip\20const&\2c\20GrUserStencilSettings\20const*\2c\20SkMatrix\20const&\2c\20SkRect\20const&\2c\20GrAA\29 -2420:\28anonymous\20namespace\29::ThreeBoxApproxPass::blurSegment\28int\2c\20void\20const*\2c\20int\2c\20void*\2c\20int\29::'lambda'\28skvx::Vec<4\2c\20unsigned\20int>\20const&\29::operator\28\29\28skvx::Vec<4\2c\20unsigned\20int>\20const&\29\20const -2421:\28anonymous\20namespace\29::TentPass::blurSegment\28int\2c\20void\20const*\2c\20int\2c\20void*\2c\20int\29::'lambda'\28skvx::Vec<4\2c\20unsigned\20int>\20const&\29::operator\28\29\28skvx::Vec<4\2c\20unsigned\20int>\20const&\29\20const -2422:\28anonymous\20namespace\29::CacheImpl::removeInternal\28\28anonymous\20namespace\29::CacheImpl::Value*\29 -2423:WriteRingBuffer -2424:WebPRescalerExport -2425:WebPInitAlphaProcessing -2426:WebPFreeDecBuffer -2427:VP8SetError -2428:VP8LInverseTransform -2429:VP8LDelete -2430:VP8LColorCacheClear -2431:UDataMemory_init_74 -2432:TT_Load_Context -2433:StringBuffer\20apply_format_string<1024>\28char\20const*\2c\20void*\2c\20char\20\28&\29\20\5b1024\5d\2c\20SkString*\29 -2434:SkYUVAPixmaps::operator=\28SkYUVAPixmaps\20const&\29 -2435:SkYUVAPixmapInfo::SupportedDataTypes::enableDataType\28SkYUVAPixmapInfo::DataType\2c\20int\29 -2436:SkWriter32::writeMatrix\28SkMatrix\20const&\29 -2437:SkWriter32::snapshotAsData\28\29\20const -2438:SkVertices::approximateSize\28\29\20const -2439:SkUnicode::convertUtf8ToUtf16\28char\20const*\2c\20int\29 -2440:SkUTF::UTF16ToUTF8\28char*\2c\20int\2c\20unsigned\20short\20const*\2c\20unsigned\20long\29 -2441:SkTypefaceCache::NewTypefaceID\28\29 -2442:SkTextBlobRunIterator::next\28\29 -2443:SkTextBlobRunIterator::SkTextBlobRunIterator\28SkTextBlob\20const*\29 -2444:SkTextBlobBuilder::make\28\29 -2445:SkTextBlobBuilder::SkTextBlobBuilder\28\29 -2446:SkTSpan::closestBoundedT\28SkDPoint\20const&\29\20const -2447:SkTSect::updateBounded\28SkTSpan*\2c\20SkTSpan*\2c\20SkTSpan*\29 -2448:SkTSect::trim\28SkTSpan*\2c\20SkTSect*\29 -2449:SkTDStorage::erase\28int\2c\20int\29 -2450:SkTDPQueue::percolateUpIfNecessary\28int\29 -2451:SkSurfaces::Raster\28SkImageInfo\20const&\2c\20unsigned\20long\2c\20SkSurfaceProps\20const*\29 -2452:SkSurface_Raster::onGetBaseRecorder\28\29\20const -2453:SkSurface_Base::SkSurface_Base\28int\2c\20int\2c\20SkSurfaceProps\20const*\29 -2454:SkSurfaceProps::SkSurfaceProps\28unsigned\20int\2c\20SkPixelGeometry\2c\20float\2c\20float\29 -2455:SkStrokerPriv::JoinFactory\28SkPaint::Join\29 -2456:SkStrokeRec::setStrokeStyle\28float\2c\20bool\29 -2457:SkStrokeRec::setFillStyle\28\29 -2458:SkStrokeRec::applyToPath\28SkPathBuilder*\2c\20SkPath\20const&\29\20const -2459:SkString::set\28char\20const*\29 -2460:SkStrikeSpec::findOrCreateStrike\28\29\20const -2461:SkStrikeSpec::MakeWithNoDevice\28SkFont\20const&\2c\20SkPaint\20const*\29 -2462:SkStrike::glyph\28SkGlyphDigest\29 -2463:SkSpecialImages::MakeDeferredFromGpu\28GrRecordingContext*\2c\20SkIRect\20const&\2c\20unsigned\20int\2c\20GrSurfaceProxyView\2c\20GrColorInfo\20const&\2c\20SkSurfaceProps\20const&\29 -2464:SkSpecialImages::AsBitmap\28SkSpecialImage\20const*\2c\20SkBitmap*\29 -2465:SkSharedMutex::SkSharedMutex\28\29 -2466:SkShadowTessellator::MakeSpot\28SkPath\20const&\2c\20SkMatrix\20const&\2c\20SkPoint3\20const&\2c\20SkPoint3\20const&\2c\20float\2c\20bool\2c\20bool\29 -2467:SkShaders::Empty\28\29 -2468:SkShaders::Color\28unsigned\20int\29 -2469:SkShaderBase::appendRootStages\28SkStageRec\20const&\2c\20SkMatrix\20const&\29\20const -2470:SkScalerContext::~SkScalerContext\28\29_4107 -2471:SkSL::write_stringstream\28SkSL::StringStream\20const&\2c\20SkSL::OutputStream&\29 -2472:SkSL::evaluate_3_way_intrinsic\28SkSL::Context\20const&\2c\20std::__2::array\20const&\2c\20SkSL::Type\20const&\2c\20double\20\28*\29\28double\2c\20double\2c\20double\29\29 -2473:SkSL::VarDeclaration::Convert\28SkSL::Context\20const&\2c\20SkSL::Position\2c\20SkSL::Modifiers\20const&\2c\20SkSL::Type\20const&\2c\20SkSL::Position\2c\20std::__2::basic_string_view>\2c\20SkSL::VariableStorage\2c\20std::__2::unique_ptr>\29 -2474:SkSL::Type::priority\28\29\20const -2475:SkSL::Type::checkIfUsableInArray\28SkSL::Context\20const&\2c\20SkSL::Position\29\20const -2476:SkSL::SymbolTable::takeOwnershipOfString\28std::__2::basic_string\2c\20std::__2::allocator>\29 -2477:SkSL::SymbolTable::isBuiltinType\28std::__2::basic_string_view>\29\20const -2478:SkSL::SampleUsage::merge\28SkSL::SampleUsage\20const&\29 -2479:SkSL::RP::SlotManager::mapVariableToSlots\28SkSL::Variable\20const&\2c\20SkSL::RP::SlotRange\29 -2480:SkSL::RP::Program::appendStages\28SkRasterPipeline*\2c\20SkArenaAlloc*\2c\20SkSL::RP::Callbacks*\2c\20SkSpan\29\20const -2481:SkSL::RP::Generator::pushVectorizedExpression\28SkSL::Expression\20const&\2c\20SkSL::Type\20const&\29 -2482:SkSL::RP::Builder::ternary_op\28SkSL::RP::BuilderOp\2c\20int\29 -2483:SkSL::RP::Builder::simplifyPopSlotsUnmasked\28SkSL::RP::SlotRange*\29 -2484:SkSL::RP::Builder::pop_slots_unmasked\28SkSL::RP::SlotRange\29 -2485:SkSL::RP::Builder::exchange_src\28\29 -2486:SkSL::ProgramUsage::remove\28SkSL::ProgramElement\20const&\29 -2487:SkSL::ProgramUsage::isDead\28SkSL::Variable\20const&\29\20const -2488:SkSL::Pool::~Pool\28\29 -2489:SkSL::PipelineStage::PipelineStageCodeGenerator::typedVariable\28SkSL::Type\20const&\2c\20std::__2::basic_string_view>\29 -2490:SkSL::PipelineStage::PipelineStageCodeGenerator::typeName\28SkSL::Type\20const&\29 -2491:SkSL::MethodReference::~MethodReference\28\29_6455 -2492:SkSL::MethodReference::~MethodReference\28\29 -2493:SkSL::LiteralType::priority\28\29\20const -2494:SkSL::Intrinsics::\28anonymous\20namespace\29::evaluate_sub\28SkSL::Context\20const&\2c\20std::__2::array\20const&\29 -2495:SkSL::IndexExpression::Make\28SkSL::Context\20const&\2c\20SkSL::Position\2c\20std::__2::unique_ptr>\2c\20std::__2::unique_ptr>\29 -2496:SkSL::GLSLCodeGenerator::writeAnyConstructor\28SkSL::AnyConstructor\20const&\2c\20SkSL::OperatorPrecedence\29 -2497:SkSL::Compiler::errorText\28bool\29 -2498:SkSL::Block::Make\28SkSL::Position\2c\20skia_private::STArray<2\2c\20std::__2::unique_ptr>\2c\20true>\2c\20SkSL::Block::Kind\2c\20std::__2::unique_ptr>\29 -2499:SkSL::Block::MakeBlock\28SkSL::Position\2c\20skia_private::STArray<2\2c\20std::__2::unique_ptr>\2c\20true>\2c\20SkSL::Block::Kind\2c\20std::__2::unique_ptr>\29 -2500:SkSL::Analysis::DetectVarDeclarationWithoutScope\28SkSL::Statement\20const&\2c\20SkSL::ErrorReporter*\29 -2501:SkRuntimeEffectPriv::TransformUniforms\28SkSpan\2c\20sk_sp\2c\20SkColorSpace\20const*\29 -2502:SkRuntimeEffect::getRPProgram\28SkSL::DebugTracePriv*\29\20const -2503:SkRegion::getBoundaryPath\28\29\20const -2504:SkRegion::Spanerator::next\28int*\2c\20int*\29 -2505:SkRegion::SkRegion\28SkRegion\20const&\29 -2506:SkReduceOrder::Quad\28SkPoint\20const*\2c\20SkPoint*\29 -2507:SkReadBuffer::skipByteArray\28unsigned\20long*\29 -2508:SkReadBuffer::readSampling\28\29 -2509:SkReadBuffer::readRRect\28SkRRect*\29 -2510:SkReadBuffer::checkInt\28int\2c\20int\29 -2511:SkRasterPipeline::appendMatrix\28SkArenaAlloc*\2c\20SkMatrix\20const&\29 -2512:SkQuads::RootsReal\28double\2c\20double\2c\20double\2c\20double*\29 -2513:SkPngCodecBase::applyXformRow\28void*\2c\20unsigned\20char\20const*\29 -2514:SkPngCodec::processData\28\29 -2515:SkPixmap::readPixels\28SkImageInfo\20const&\2c\20void*\2c\20unsigned\20long\2c\20int\2c\20int\29\20const -2516:SkPictureRecord::~SkPictureRecord\28\29 -2517:SkPicture::~SkPicture\28\29_3511 -2518:SkPathStroker::quadStroke\28SkPoint\20const*\2c\20SkQuadConstruct*\29 -2519:SkPathStroker::preJoinTo\28SkPoint\20const&\2c\20SkPoint*\2c\20SkPoint*\2c\20bool\29 -2520:SkPathStroker::intersectRay\28SkQuadConstruct*\2c\20SkPathStroker::IntersectRayType\29\20const -2521:SkPathStroker::cubicStroke\28SkPoint\20const*\2c\20SkQuadConstruct*\29 -2522:SkPathStroker::conicStroke\28SkConic\20const&\2c\20SkQuadConstruct*\29 -2523:SkPathMeasure::isClosed\28\29 -2524:SkPathEffectBase::getFlattenableType\28\29\20const -2525:SkPathBuilder::addPolygon\28SkSpan\2c\20bool\29 -2526:SkPathBuilder::addPath\28SkPath\20const&\2c\20SkMatrix\20const&\2c\20SkPath::AddPathMode\29 -2527:SkPath::isLastContourClosed\28\29\20const -2528:SkPath::getLastPt\28SkPoint*\29\20const -2529:SkPaint::setStrokeMiter\28float\29 -2530:SkPaint::setStrokeJoin\28SkPaint::Join\29 -2531:SkOpSpanBase::mergeMatches\28SkOpSpanBase*\29 -2532:SkOpSpanBase::addOpp\28SkOpSpanBase*\29 -2533:SkOpSegment::subDivide\28SkOpSpanBase\20const*\2c\20SkOpSpanBase\20const*\2c\20SkDCurve*\29\20const -2534:SkOpSegment::release\28SkOpSpan\20const*\29 -2535:SkOpSegment::operand\28\29\20const -2536:SkOpSegment::moveNearby\28\29 -2537:SkOpSegment::markAndChaseDone\28SkOpSpanBase*\2c\20SkOpSpanBase*\2c\20SkOpSpanBase**\29 -2538:SkOpSegment::isClose\28double\2c\20SkOpSegment\20const*\29\20const -2539:SkOpSegment::init\28SkPoint*\2c\20float\2c\20SkOpContour*\2c\20SkPath::Verb\29 -2540:SkOpSegment::addT\28double\2c\20SkPoint\20const&\29 -2541:SkOpCoincidence::fixUp\28SkOpPtT*\2c\20SkOpPtT\20const*\29 -2542:SkOpCoincidence::add\28SkOpPtT*\2c\20SkOpPtT*\2c\20SkOpPtT*\2c\20SkOpPtT*\29 -2543:SkOpCoincidence::addMissing\28bool*\29 -2544:SkOpCoincidence::addIfMissing\28SkOpPtT\20const*\2c\20SkOpPtT\20const*\2c\20double\2c\20double\2c\20SkOpSegment*\2c\20SkOpSegment*\2c\20bool*\29 -2545:SkOpCoincidence::addExpanded\28\29 -2546:SkOpAngle::set\28SkOpSpanBase*\2c\20SkOpSpanBase*\29 -2547:SkOpAngle::lineOnOneSide\28SkDPoint\20const&\2c\20SkDVector\20const&\2c\20SkOpAngle\20const*\2c\20bool\29\20const -2548:SkNoPixelsDevice::ClipState::op\28SkClipOp\2c\20SkM44\20const&\2c\20SkRect\20const&\2c\20bool\2c\20bool\29 -2549:SkNoDestructor>\2c\20SkSL::IntrinsicKind\2c\20SkGoodHash>>::SkNoDestructor\28skia_private::THashMap>\2c\20SkSL::IntrinsicKind\2c\20SkGoodHash>&&\29 -2550:SkMatrixPriv::DifferentialAreaScale\28SkMatrix\20const&\2c\20SkPoint\20const&\29 -2551:SkMatrix::writeToMemory\28void*\29\20const -2552:SkMakeBitmapShaderForPaint\28SkPaint\20const&\2c\20SkBitmap\20const&\2c\20SkTileMode\2c\20SkTileMode\2c\20SkSamplingOptions\20const&\2c\20SkMatrix\20const*\2c\20SkCopyPixelsMode\29 -2553:SkM44::normalizePerspective\28\29 -2554:SkM44::invert\28SkM44*\29\20const -2555:SkLatticeIter::~SkLatticeIter\28\29 -2556:SkLatticeIter::next\28SkIRect*\2c\20SkRect*\2c\20bool*\2c\20unsigned\20int*\29 -2557:SkJpegCodec::ReadHeader\28SkStream*\2c\20SkCodec**\2c\20JpegDecoderMgr**\2c\20std::__2::unique_ptr>\29 -2558:SkJSONWriter::endObject\28\29 -2559:SkJSONWriter::endArray\28\29 -2560:SkImage_Lazy::Validator::Validator\28sk_sp\2c\20SkColorType\20const*\2c\20sk_sp\29 -2561:SkImageShader::MakeSubset\28sk_sp\2c\20SkRect\20const&\2c\20SkTileMode\2c\20SkTileMode\2c\20SkSamplingOptions\20const&\2c\20SkMatrix\20const*\2c\20bool\29 -2562:SkImageFilters::MatrixTransform\28SkMatrix\20const&\2c\20SkSamplingOptions\20const&\2c\20sk_sp\29 -2563:SkImageFilters::Image\28sk_sp\2c\20SkRect\20const&\2c\20SkRect\20const&\2c\20SkSamplingOptions\20const&\29 -2564:SkImageFilters::Blend\28SkBlendMode\2c\20sk_sp\2c\20sk_sp\2c\20SkImageFilters::CropRect\20const&\29 -2565:SkImage::width\28\29\20const -2566:SkImage::readPixels\28GrDirectContext*\2c\20SkPixmap\20const&\2c\20int\2c\20int\2c\20SkImage::CachingHint\29\20const -2567:SkImage::readPixels\28GrDirectContext*\2c\20SkImageInfo\20const&\2c\20void*\2c\20unsigned\20long\2c\20int\2c\20int\2c\20SkImage::CachingHint\29\20const -2568:SkImage::makeRasterImage\28GrDirectContext*\2c\20SkImage::CachingHint\29\20const -2569:SkHalfToFloat\28unsigned\20short\29 -2570:SkGradientShader::MakeSweep\28float\2c\20float\2c\20SkRGBA4f<\28SkAlphaType\293>\20const*\2c\20sk_sp\2c\20float\20const*\2c\20int\2c\20SkTileMode\2c\20float\2c\20float\2c\20SkGradientShader::Interpolation\20const&\2c\20SkMatrix\20const*\29 -2571:SkGradientShader::MakeRadial\28SkPoint\20const&\2c\20float\2c\20SkRGBA4f<\28SkAlphaType\293>\20const*\2c\20sk_sp\2c\20float\20const*\2c\20int\2c\20SkTileMode\2c\20SkGradientShader::Interpolation\20const&\2c\20SkMatrix\20const*\29 -2572:SkGradientBaseShader::commonAsAGradient\28SkShaderBase::GradientInfo*\29\20const -2573:SkGradientBaseShader::ValidGradient\28SkRGBA4f<\28SkAlphaType\293>\20const*\2c\20int\2c\20SkTileMode\2c\20SkGradientShader::Interpolation\20const&\29 -2574:SkGradientBaseShader::SkGradientBaseShader\28SkGradientBaseShader::Descriptor\20const&\2c\20SkMatrix\20const&\29 -2575:SkGradientBaseShader::MakeDegenerateGradient\28SkRGBA4f<\28SkAlphaType\293>\20const*\2c\20float\20const*\2c\20int\2c\20sk_sp\2c\20SkTileMode\29 -2576:SkGradientBaseShader::Descriptor::~Descriptor\28\29 -2577:SkGradientBaseShader::Descriptor::Descriptor\28SkRGBA4f<\28SkAlphaType\293>\20const*\2c\20sk_sp\2c\20float\20const*\2c\20int\2c\20SkTileMode\2c\20SkGradientShader::Interpolation\20const&\29 -2578:SkGlyph::setPath\28SkArenaAlloc*\2c\20SkPath\20const*\2c\20bool\2c\20bool\29 -2579:SkFontMgr::matchFamilyStyleCharacter\28char\20const*\2c\20SkFontStyle\20const&\2c\20char\20const**\2c\20int\2c\20int\29\20const -2580:SkFont::setSize\28float\29 -2581:SkEvalQuadAt\28SkPoint\20const*\2c\20float\2c\20SkPoint*\2c\20SkPoint*\29 -2582:SkEncodedInfo::~SkEncodedInfo\28\29 -2583:SkEmptyFontMgr::onMakeFromStreamIndex\28std::__2::unique_ptr>\2c\20int\29\20const -2584:SkDrawableList::~SkDrawableList\28\29 -2585:SkDrawable::draw\28SkCanvas*\2c\20SkMatrix\20const*\29 -2586:SkDrawTreatAAStrokeAsHairline\28float\2c\20SkMatrix\20const&\2c\20float*\29 -2587:SkDevice::SkDevice\28SkImageInfo\20const&\2c\20SkSurfaceProps\20const&\29 -2588:SkData::PrivateNewWithCopy\28void\20const*\2c\20unsigned\20long\29::$_0::operator\28\29\28\29\20const -2589:SkDashPathEffect::Make\28SkSpan\2c\20float\29 -2590:SkDQuad::monotonicInX\28\29\20const -2591:SkDCubic::dxdyAtT\28double\29\20const -2592:SkDCubic::RootsValidT\28double\2c\20double\2c\20double\2c\20double\2c\20double*\29 -2593:SkConicalGradient::~SkConicalGradient\28\29 -2594:SkColorSpace::MakeSRGBLinear\28\29 -2595:SkColorFilters::Blend\28SkRGBA4f<\28SkAlphaType\293>\20const&\2c\20sk_sp\2c\20SkBlendMode\29 -2596:SkColorFilterPriv::MakeGaussian\28\29 -2597:SkColorConverter::SkColorConverter\28unsigned\20int\20const*\2c\20int\29 -2598:SkCodec::startScanlineDecode\28SkImageInfo\20const&\2c\20SkCodec::Options\20const*\29 -2599:SkCodec::handleFrameIndex\28SkImageInfo\20const&\2c\20void*\2c\20unsigned\20long\2c\20SkCodec::Options\20const&\2c\20std::__2::function\29 -2600:SkCodec::getScanlines\28void*\2c\20int\2c\20unsigned\20long\29 -2601:SkChopQuadAtYExtrema\28SkPoint\20const*\2c\20SkPoint*\29 -2602:SkChopCubicAt\28SkPoint\20const*\2c\20SkPoint*\2c\20float\20const*\2c\20int\29 -2603:SkChopCubicAtYExtrema\28SkPoint\20const*\2c\20SkPoint*\29 -2604:SkCharToGlyphCache::SkCharToGlyphCache\28\29 -2605:SkCanvas::setMatrix\28SkM44\20const&\29 -2606:SkCanvas::getTotalMatrix\28\29\20const -2607:SkCanvas::getLocalClipBounds\28\29\20const -2608:SkCanvas::drawImageLattice\28SkImage\20const*\2c\20SkCanvas::Lattice\20const&\2c\20SkRect\20const&\2c\20SkFilterMode\2c\20SkPaint\20const*\29 -2609:SkCanvas::drawAtlas\28SkImage\20const*\2c\20SkSpan\2c\20SkSpan\2c\20SkSpan\2c\20SkBlendMode\2c\20SkSamplingOptions\20const&\2c\20SkRect\20const*\2c\20SkPaint\20const*\29 -2610:SkCanvas::canAttemptBlurredRRectDraw\28SkPaint\20const&\29\20const -2611:SkCanvas::attemptBlurredRRectDraw\28SkRRect\20const&\2c\20SkBlurMaskFilterImpl\20const*\2c\20SkPaint\20const&\2c\20SkEnumBitMask\29 -2612:SkCanvas::ImageSetEntry::ImageSetEntry\28SkCanvas::ImageSetEntry\20const&\29 -2613:SkBmpCodec::ReadHeader\28SkStream*\2c\20bool\2c\20std::__2::unique_ptr>*\29 -2614:SkBlurMaskFilterImpl::computeXformedSigma\28SkMatrix\20const&\29\20const -2615:SkBlitter::blitRectRegion\28SkIRect\20const&\2c\20SkRegion\20const&\29 -2616:SkBlendMode_ShouldPreScaleCoverage\28SkBlendMode\2c\20bool\29 -2617:SkBlendMode_AppendStages\28SkBlendMode\2c\20SkRasterPipeline*\29 -2618:SkBitmap::tryAllocPixels\28SkBitmap::Allocator*\29 -2619:SkBitmap::readPixels\28SkPixmap\20const&\2c\20int\2c\20int\29\20const -2620:SkBitmap::allocPixels\28SkImageInfo\20const&\29 -2621:SkBaseShadowTessellator::handleQuad\28SkPoint\20const*\29 -2622:SkAutoDescriptor::~SkAutoDescriptor\28\29 -2623:SkAnimatedImage::getFrameCount\28\29\20const -2624:SkAAClip::~SkAAClip\28\29 -2625:SkAAClip::setPath\28SkPath\20const&\2c\20SkIRect\20const&\2c\20bool\29 -2626:SkAAClip::op\28SkAAClip\20const&\2c\20SkClipOp\29 -2627:ReadHuffmanCode_17020 -2628:OT::vmtx_accelerator_t*\20hb_data_wrapper_t::call_create>\28\29\20const -2629:OT::kern_accelerator_t*\20hb_data_wrapper_t::call_create>\28\29\20const -2630:OT::cff1_accelerator_t*\20hb_data_wrapper_t::call_create>\28\29\20const -2631:OT::apply_lookup\28OT::hb_ot_apply_context_t*\2c\20unsigned\20int\2c\20unsigned\20int*\2c\20unsigned\20int\2c\20OT::LookupRecord\20const*\2c\20unsigned\20int\29 -2632:OT::OpenTypeFontFile::sanitize\28hb_sanitize_context_t*\29\20const -2633:OT::Layout::GPOS_impl::ValueFormat::get_device\28OT::IntType\20const*\2c\20bool*\2c\20OT::Layout::GPOS_impl::ValueBase\20const*\2c\20hb_sanitize_context_t&\29 -2634:OT::Layout::GPOS_impl::AnchorFormat3::get_anchor\28OT::hb_ot_apply_context_t*\2c\20unsigned\20int\2c\20float*\2c\20float*\29\20const -2635:OT::Layout::GPOS_impl::AnchorFormat2::get_anchor\28OT::hb_ot_apply_context_t*\2c\20unsigned\20int\2c\20float*\2c\20float*\29\20const -2636:OT::GPOS_accelerator_t*\20hb_data_wrapper_t::call_create>\28\29\20const -2637:OT::CFFIndex>::sanitize\28hb_sanitize_context_t*\29\20const -2638:JpegDecoderMgr::~JpegDecoderMgr\28\29 -2639:GrTriangulator::simplify\28GrTriangulator::VertexList*\2c\20GrTriangulator::Comparator\20const&\29 -2640:GrTriangulator::setTop\28GrTriangulator::Edge*\2c\20GrTriangulator::Vertex*\2c\20GrTriangulator::EdgeList*\2c\20GrTriangulator::Vertex**\2c\20GrTriangulator::Comparator\20const&\29\20const -2641:GrTriangulator::mergeCoincidentVertices\28GrTriangulator::VertexList*\2c\20GrTriangulator::Comparator\20const&\29\20const -2642:GrTriangulator::Vertex*\20SkArenaAlloc::make\28SkPoint&\2c\20int&&\29 -2643:GrThreadSafeCache::remove\28skgpu::UniqueKey\20const&\29 -2644:GrThreadSafeCache::internalFind\28skgpu::UniqueKey\20const&\29 -2645:GrThreadSafeCache::internalAdd\28skgpu::UniqueKey\20const&\2c\20GrSurfaceProxyView\20const&\29 -2646:GrTextureEffect::Sampling::Sampling\28GrSurfaceProxy\20const&\2c\20GrSamplerState\2c\20SkRect\20const&\2c\20SkRect\20const*\2c\20float\20const*\2c\20bool\2c\20GrCaps\20const&\2c\20SkPoint\29 -2647:GrTexture::markMipmapsClean\28\29 -2648:GrTessellationShader::MakePipeline\28GrTessellationShader::ProgramArgs\20const&\2c\20GrAAType\2c\20GrAppliedClip&&\2c\20GrProcessorSet&&\29 -2649:GrSurfaceProxyView::concatSwizzle\28skgpu::Swizzle\29 -2650:GrSurfaceProxy::LazyCallbackResult::LazyCallbackResult\28sk_sp\29 -2651:GrSurfaceProxy::Copy\28GrRecordingContext*\2c\20sk_sp\2c\20GrSurfaceOrigin\2c\20skgpu::Mipmapped\2c\20SkIRect\2c\20SkBackingFit\2c\20skgpu::Budgeted\2c\20std::__2::basic_string_view>\2c\20GrSurfaceProxy::RectsMustMatch\2c\20sk_sp*\29 -2652:GrStyledShape::GrStyledShape\28SkPath\20const&\2c\20GrStyle\20const&\2c\20GrStyledShape::DoSimplify\29 -2653:GrStyledShape::GrStyledShape\28GrStyledShape\20const&\2c\20GrStyle::Apply\2c\20float\29 -2654:GrSimpleMeshDrawOpHelper::CreateProgramInfo\28GrCaps\20const*\2c\20SkArenaAlloc*\2c\20GrPipeline\20const*\2c\20GrSurfaceProxyView\20const&\2c\20bool\2c\20GrGeometryProcessor*\2c\20GrPrimitiveType\2c\20GrXferBarrierFlags\2c\20GrLoadOp\2c\20GrUserStencilSettings\20const*\29 -2655:GrShape::simplifyLine\28SkPoint\20const&\2c\20SkPoint\20const&\2c\20unsigned\20int\29 -2656:GrShape::reset\28\29 -2657:GrShape::conservativeContains\28SkPoint\20const&\29\20const -2658:GrSWMaskHelper::init\28SkIRect\20const&\29 -2659:GrResourceProvider::createNonAAQuadIndexBuffer\28\29 -2660:GrResourceProvider::createBuffer\28unsigned\20long\2c\20GrGpuBufferType\2c\20GrAccessPattern\2c\20GrResourceProvider::ZeroInit\29 -2661:GrRenderTask::addTarget\28GrDrawingManager*\2c\20sk_sp\29 -2662:GrRenderTarget::~GrRenderTarget\28\29_9696 -2663:GrRecordingContextPriv::createDevice\28skgpu::Budgeted\2c\20SkImageInfo\20const&\2c\20SkBackingFit\2c\20int\2c\20skgpu::Mipmapped\2c\20skgpu::Protected\2c\20GrSurfaceOrigin\2c\20SkSurfaceProps\20const&\2c\20skgpu::ganesh::Device::InitContents\29 -2664:GrQuadUtils::WillUseHairline\28GrQuad\20const&\2c\20GrAAType\2c\20GrQuadAAFlags\29 -2665:GrQuadUtils::CropToRect\28SkRect\20const&\2c\20GrAA\2c\20DrawQuad*\2c\20bool\29 -2666:GrProxyProvider::processInvalidUniqueKey\28skgpu::UniqueKey\20const&\2c\20GrTextureProxy*\2c\20GrProxyProvider::InvalidateGPUResource\29 -2667:GrPorterDuffXPFactory::Get\28SkBlendMode\29 -2668:GrPixmap::operator=\28GrPixmap&&\29 -2669:GrPathUtils::scaleToleranceToSrc\28float\2c\20SkMatrix\20const&\2c\20SkRect\20const&\29 -2670:GrPathUtils::quadraticPointCount\28SkPoint\20const*\2c\20float\29 -2671:GrPathUtils::cubicPointCount\28SkPoint\20const*\2c\20float\29 -2672:GrPaint::setPorterDuffXPFactory\28SkBlendMode\29 -2673:GrPaint::GrPaint\28GrPaint\20const&\29 -2674:GrOpsRenderPass::draw\28int\2c\20int\29 -2675:GrOpsRenderPass::drawInstanced\28int\2c\20int\2c\20int\2c\20int\29 -2676:GrMeshDrawOp::onPrePrepareDraws\28GrRecordingContext*\2c\20GrSurfaceProxyView\20const&\2c\20GrAppliedClip*\2c\20GrDstProxyView\20const&\2c\20GrXferBarrierFlags\2c\20GrLoadOp\29 -2677:GrMakeUniqueKeyInvalidationListener\28skgpu::UniqueKey*\2c\20unsigned\20int\29 -2678:GrGradientShader::MakeGradientFP\28SkGradientBaseShader\20const&\2c\20GrFPArgs\20const&\2c\20SkShaders::MatrixRec\20const&\2c\20std::__2::unique_ptr>\2c\20SkMatrix\20const*\29 -2679:GrGpuResource::isPurgeable\28\29\20const -2680:GrGpuResource::getContext\28\29 -2681:GrGpu::writePixels\28GrSurface*\2c\20SkIRect\2c\20GrColorType\2c\20GrColorType\2c\20GrMipLevel\20const*\2c\20int\2c\20bool\29 -2682:GrGLTexture::onSetLabel\28\29 -2683:GrGLTexture::onRelease\28\29 -2684:GrGLTexture::onAbandon\28\29 -2685:GrGLTexture::backendFormat\28\29\20const -2686:GrGLSLUniformHandler::addInputSampler\28skgpu::Swizzle\20const&\2c\20char\20const*\29 -2687:GrGLSLProgramBuilder::fragmentProcessorHasCoordsParam\28GrFragmentProcessor\20const*\29\20const -2688:GrGLRenderTarget::onRelease\28\29 -2689:GrGLRenderTarget::onAbandon\28\29 -2690:GrGLGpu::resolveRenderFBOs\28GrGLRenderTarget*\2c\20SkIRect\20const&\2c\20GrGLRenderTarget::ResolveDirection\2c\20bool\29 -2691:GrGLGpu::flushBlendAndColorWrite\28skgpu::BlendInfo\20const&\2c\20skgpu::Swizzle\20const&\29 -2692:GrGLGpu::deleteSync\28__GLsync*\29 -2693:GrGLGetVersionFromString\28char\20const*\29 -2694:GrGLFinishCallbacks::callAll\28bool\29 -2695:GrGLCheckLinkStatus\28GrGLGpu\20const*\2c\20unsigned\20int\2c\20bool\2c\20skgpu::ShaderErrorHandler*\2c\20std::__2::basic_string\2c\20std::__2::allocator>\20const**\2c\20SkSL::NativeShader\20const*\29 -2696:GrGLCaps::maxRenderTargetSampleCount\28GrGLFormat\29\20const -2697:GrFragmentProcessors::Make\28SkBlenderBase\20const*\2c\20std::__2::unique_ptr>\2c\20std::__2::unique_ptr>\2c\20GrFPArgs\20const&\29 -2698:GrFragmentProcessor::isEqual\28GrFragmentProcessor\20const&\29\20const -2699:GrFragmentProcessor::asTextureEffect\28\29\20const -2700:GrFragmentProcessor::Rect\28std::__2::unique_ptr>\2c\20GrClipEdgeType\2c\20SkRect\29 -2701:GrFragmentProcessor::ModulateRGBA\28std::__2::unique_ptr>\2c\20SkRGBA4f<\28SkAlphaType\292>\20const&\29 -2702:GrDrawingManager::~GrDrawingManager\28\29 -2703:GrDrawingManager::removeRenderTasks\28\29 -2704:GrDrawingManager::getPathRenderer\28skgpu::ganesh::PathRenderer::CanDrawPathArgs\20const&\2c\20bool\2c\20skgpu::ganesh::PathRendererChain::DrawType\2c\20skgpu::ganesh::PathRenderer::StencilSupport*\29 -2705:GrDrawOpAtlas::compact\28skgpu::AtlasToken\29 -2706:GrCpuBuffer::ref\28\29\20const -2707:GrContext_Base::~GrContext_Base\28\29 -2708:GrContext_Base::defaultBackendFormat\28SkColorType\2c\20skgpu::Renderable\29\20const -2709:GrColorSpaceXform::XformKey\28GrColorSpaceXform\20const*\29 -2710:GrColorSpaceXform::Make\28SkColorSpace*\2c\20SkAlphaType\2c\20SkColorSpace*\2c\20SkAlphaType\29 -2711:GrColorSpaceXform::Make\28GrColorInfo\20const&\2c\20GrColorInfo\20const&\29 -2712:GrColorInfo::operator=\28GrColorInfo\20const&\29 -2713:GrCaps::supportedReadPixelsColorType\28GrColorType\2c\20GrBackendFormat\20const&\2c\20GrColorType\29\20const -2714:GrCaps::getFallbackColorTypeAndFormat\28GrColorType\2c\20int\29\20const -2715:GrCaps::areColorTypeAndFormatCompatible\28GrColorType\2c\20GrBackendFormat\20const&\29\20const -2716:GrBufferAllocPool::~GrBufferAllocPool\28\29 -2717:GrBlurUtils::DrawShapeWithMaskFilter\28GrRecordingContext*\2c\20skgpu::ganesh::SurfaceDrawContext*\2c\20GrClip\20const*\2c\20SkPaint\20const&\2c\20SkMatrix\20const&\2c\20GrStyledShape\20const&\29 -2718:GrBaseContextPriv::getShaderErrorHandler\28\29\20const -2719:GrBackendTexture::GrBackendTexture\28GrBackendTexture\20const&\29 -2720:GrBackendRenderTarget::getBackendFormat\28\29\20const -2721:GrBackendFormat::operator==\28GrBackendFormat\20const&\29\20const -2722:GrAAConvexTessellator::createOuterRing\28GrAAConvexTessellator::Ring\20const&\2c\20float\2c\20float\2c\20GrAAConvexTessellator::Ring*\29 -2723:GrAAConvexTessellator::createInsetRings\28GrAAConvexTessellator::Ring&\2c\20float\2c\20float\2c\20float\2c\20float\2c\20GrAAConvexTessellator::Ring**\29 -2724:FindSortableTop\28SkOpContourHead*\29 -2725:FT_Stream_Close -2726:FT_Set_Charmap -2727:FT_Select_Metrics -2728:FT_Outline_Decompose -2729:FT_Open_Face -2730:FT_New_Size -2731:FT_Load_Sfnt_Table -2732:FT_GlyphLoader_Add -2733:FT_Get_Color_Glyph_Paint -2734:FT_Get_Color_Glyph_Layer -2735:FT_Done_Library -2736:FT_CMap_New -2737:End -2738:DecodeImageData\28sk_sp\29 -2739:Current_Ratio -2740:Cr_z__tr_stored_block -2741:ClipParams_unpackRegionOp\28SkReadBuffer*\2c\20unsigned\20int\29 -2742:CircleOp::Circle&\20skia_private::TArray::emplace_back\28CircleOp::Circle&&\29 -2743:AlmostEqualUlps_Pin\28float\2c\20float\29 -2744:AAT::hb_aat_apply_context_t::hb_aat_apply_context_t\28hb_ot_shape_plan_t\20const*\2c\20hb_font_t*\2c\20hb_buffer_t*\2c\20hb_blob_t*\29 -2745:AAT::TrackTableEntry::get_value\28float\2c\20void\20const*\2c\20hb_array_t\2c\2016u>\20const>\29\20const -2746:AAT::StateTable::sanitize\28hb_sanitize_context_t*\2c\20unsigned\20int*\29\20const -2747:2509 -2748:2510 -2749:2511 -2750:2512 -2751:2513 -2752:2514 -2753:wuffs_lzw__decoder__workbuf_len -2754:wuffs_gif__decoder__decode_image_config -2755:wuffs_gif__decoder__decode_frame_config -2756:winding_mono_quad\28SkPoint\20const*\2c\20float\2c\20float\2c\20int*\29 -2757:winding_mono_conic\28SkConic\20const&\2c\20float\2c\20float\2c\20int*\29 -2758:week_num -2759:wcrtomb -2760:wchar_t\20const*\20std::__2::find\5babi:nn180100\5d\28wchar_t\20const*\2c\20wchar_t\20const*\2c\20wchar_t\20const&\29 -2761:void\20std::__2::__sort4\5babi:ne180100\5d\28skia::textlayout::OneLineShaper::RunBlock*\2c\20skia::textlayout::OneLineShaper::RunBlock*\2c\20skia::textlayout::OneLineShaper::RunBlock*\2c\20skia::textlayout::OneLineShaper::RunBlock*\2c\20skia::textlayout::OneLineShaper::finish\28skia::textlayout::Block\20const&\2c\20float\2c\20float&\29::$_0&\29 -2762:void\20std::__2::__sort4\5babi:ne180100\5d\28SkSL::ProgramElement\20const**\2c\20SkSL::ProgramElement\20const**\2c\20SkSL::ProgramElement\20const**\2c\20SkSL::ProgramElement\20const**\2c\20SkSL::Transform::\28anonymous\20namespace\29::BuiltinVariableScanner::sortNewElements\28\29::'lambda'\28SkSL::ProgramElement\20const*\2c\20SkSL::ProgramElement\20const*\29&\29 -2763:void\20std::__2::__sort4\5babi:ne180100\5d\28SkSL::FunctionDefinition\20const**\2c\20SkSL::FunctionDefinition\20const**\2c\20SkSL::FunctionDefinition\20const**\2c\20SkSL::FunctionDefinition\20const**\2c\20SkSL::Transform::FindAndDeclareBuiltinFunctions\28SkSL::Program&\29::$_0&\29 -2764:void\20std::__2::__inplace_merge\20const&\2c\20unsigned\20int\2c\20FT_COLR_Paint_\20const&\2c\20SkPaint*\29::$_0::operator\28\29\28FT_ColorStopIterator_\20const&\2c\20std::__2::vector>&\2c\20std::__2::vector\2c\20std::__2::allocator>>&\29\20const::'lambda'\28\28anonymous\20namespace\29::colrv1_configure_skpaint\28FT_FaceRec_*\2c\20SkSpan\20const&\2c\20unsigned\20int\2c\20FT_COLR_Paint_\20const&\2c\20SkPaint*\29::$_0::operator\28\29\28FT_ColorStopIterator_\20const&\2c\20std::__2::vector>&\2c\20std::__2::vector\2c\20std::__2::allocator>>&\29\20const::ColorStop\20const&\2c\20\28anonymous\20namespace\29::colrv1_configure_skpaint\28FT_FaceRec_*\2c\20SkSpan\20const&\2c\20unsigned\20int\2c\20FT_COLR_Paint_\20const&\2c\20SkPaint*\29::$_0::operator\28\29\28FT_ColorStopIterator_\20const&\2c\20std::__2::vector>&\2c\20std::__2::vector\2c\20std::__2::allocator>>&\29\20const::ColorStop\20const&\29&\2c\20std::__2::__wrap_iter<\28anonymous\20namespace\29::colrv1_configure_skpaint\28FT_FaceRec_*\2c\20SkSpan\20const&\2c\20unsigned\20int\2c\20FT_COLR_Paint_\20const&\2c\20SkPaint*\29::$_0::operator\28\29\28FT_ColorStopIterator_\20const&\2c\20std::__2::vector>&\2c\20std::__2::vector\2c\20std::__2::allocator>>&\29\20const::ColorStop*>>\28std::__2::__wrap_iter<\28anonymous\20namespace\29::colrv1_configure_skpaint\28FT_FaceRec_*\2c\20SkSpan\20const&\2c\20unsigned\20int\2c\20FT_COLR_Paint_\20const&\2c\20SkPaint*\29::$_0::operator\28\29\28FT_ColorStopIterator_\20const&\2c\20std::__2::vector>&\2c\20std::__2::vector\2c\20std::__2::allocator>>&\29\20const::ColorStop*>\2c\20std::__2::__wrap_iter<\28anonymous\20namespace\29::colrv1_configure_skpaint\28FT_FaceRec_*\2c\20SkSpan\20const&\2c\20unsigned\20int\2c\20FT_COLR_Paint_\20const&\2c\20SkPaint*\29::$_0::operator\28\29\28FT_ColorStopIterator_\20const&\2c\20std::__2::vector>&\2c\20std::__2::vector\2c\20std::__2::allocator>>&\29\20const::ColorStop*>\2c\20std::__2::__wrap_iter<\28anonymous\20namespace\29::colrv1_configure_skpaint\28FT_FaceRec_*\2c\20SkSpan\20const&\2c\20unsigned\20int\2c\20FT_COLR_Paint_\20const&\2c\20SkPaint*\29::$_0::operator\28\29\28FT_ColorStopIterator_\20const&\2c\20std::__2::vector>&\2c\20std::__2::vector\2c\20std::__2::allocator>>&\29\20const::ColorStop*>\2c\20\28anonymous\20namespace\29::colrv1_configure_skpaint\28FT_FaceRec_*\2c\20SkSpan\20const&\2c\20unsigned\20int\2c\20FT_COLR_Paint_\20const&\2c\20SkPaint*\29::$_0::operator\28\29\28FT_ColorStopIterator_\20const&\2c\20std::__2::vector>&\2c\20std::__2::vector\2c\20std::__2::allocator>>&\29\20const::'lambda'\28\28anonymous\20namespace\29::colrv1_configure_skpaint\28FT_FaceRec_*\2c\20SkSpan\20const&\2c\20unsigned\20int\2c\20FT_COLR_Paint_\20const&\2c\20SkPaint*\29::$_0::operator\28\29\28FT_ColorStopIterator_\20const&\2c\20std::__2::vector>&\2c\20std::__2::vector\2c\20std::__2::allocator>>&\29\20const::ColorStop\20const&\2c\20\28anonymous\20namespace\29::colrv1_configure_skpaint\28FT_FaceRec_*\2c\20SkSpan\20const&\2c\20unsigned\20int\2c\20FT_COLR_Paint_\20const&\2c\20SkPaint*\29::$_0::operator\28\29\28FT_ColorStopIterator_\20const&\2c\20std::__2::vector>&\2c\20std::__2::vector\2c\20std::__2::allocator>>&\29\20const::ColorStop\20const&\29&\2c\20std::__2::iterator_traits\20const&\2c\20unsigned\20int\2c\20FT_COLR_Paint_\20const&\2c\20SkPaint*\29::$_0::operator\28\29\28FT_ColorStopIterator_\20const&\2c\20std::__2::vector>&\2c\20std::__2::vector\2c\20std::__2::allocator>>&\29\20const::ColorStop*>>::difference_type\2c\20std::__2::iterator_traits\20const&\2c\20unsigned\20int\2c\20FT_COLR_Paint_\20const&\2c\20SkPaint*\29::$_0::operator\28\29\28FT_ColorStopIterator_\20const&\2c\20std::__2::vector>&\2c\20std::__2::vector\2c\20std::__2::allocator>>&\29\20const::ColorStop*>>::difference_type\2c\20std::__2::iterator_traits\20const&\2c\20unsigned\20int\2c\20FT_COLR_Paint_\20const&\2c\20SkPaint*\29::$_0::operator\28\29\28FT_ColorStopIterator_\20const&\2c\20std::__2::vector>&\2c\20std::__2::vector\2c\20std::__2::allocator>>&\29\20const::ColorStop*>>::value_type*\2c\20long\29 -2765:void\20sort_r_simple\28void*\2c\20unsigned\20long\2c\20unsigned\20long\2c\20int\20\28*\29\28void\20const*\2c\20void\20const*\2c\20void*\29\2c\20void*\29 -2766:void\20sort_r_simple<>\28void*\2c\20unsigned\20long\2c\20unsigned\20long\2c\20int\20\28*\29\28void\20const*\2c\20void\20const*\29\29_16118 -2767:void\20sort_r_simple<>\28void*\2c\20unsigned\20long\2c\20unsigned\20long\2c\20int\20\28*\29\28void\20const*\2c\20void\20const*\29\29 -2768:void\20SkTIntroSort\28double*\2c\20double*\29::'lambda'\28double\20const&\2c\20double\20const&\29>\28int\2c\20double*\2c\20int\2c\20void\20SkTQSort\28double*\2c\20double*\29::'lambda'\28double\20const&\2c\20double\20const&\29\20const&\29 -2769:void\20SkTIntroSort\28int\2c\20SkEdge**\2c\20int\2c\20bool\20\20const\28&\29\28SkEdge\20const*\2c\20SkEdge\20const*\29\29 -2770:void\20SkTHeapSort\28SkAnalyticEdge**\2c\20unsigned\20long\2c\20bool\20\20const\28&\29\28SkAnalyticEdge\20const*\2c\20SkAnalyticEdge\20const*\29\29 -2771:void\20AAT::StateTable::collect_initial_glyphs>\28hb_bit_set_t&\2c\20unsigned\20int\2c\20AAT::LigatureSubtable\20const&\29\20const -2772:vfprintf -2773:valid_args\28SkImageInfo\20const&\2c\20unsigned\20long\2c\20unsigned\20long*\29 -2774:utf8_back1SafeBody_74 -2775:uscript_getShortName_74 -2776:uscript_getScript_74 -2777:ures_appendResPath\28UResourceBundle*\2c\20char\20const*\2c\20int\2c\20UErrorCode*\29 -2778:uprv_strnicmp_74 -2779:uprv_strdup_74 -2780:uprv_sortArray_74 -2781:uprv_min_74 -2782:uprv_mapFile_74 -2783:uprv_compareASCIIPropertyNames_74 -2784:update_offset_to_base\28char\20const*\2c\20long\29 -2785:update_box -2786:umutablecptrie_get_74 -2787:ultag_isUnicodeLocaleAttributes_74 -2788:ultag_isPrivateuseValueSubtags_74 -2789:ulocimp_getKeywords_74 -2790:ulocimp_canonicalize_74 -2791:uloc_openKeywords_74 -2792:uhash_remove_74 -2793:uhash_hashChars_74 -2794:uhash_getiAndFound_74 -2795:uhash_compareChars_74 -2796:udata_getHashTable\28UErrorCode&\29 -2797:ucstrTextAccess\28UText*\2c\20long\20long\2c\20signed\20char\29 -2798:u_strToUTF8_74 -2799:u_strToUTF8WithSub_74 -2800:u_strCompare_74 -2801:u_getUnicodeProperties_74 -2802:u_getDataDirectory_74 -2803:u_charMirror_74 -2804:tt_size_reset -2805:tt_sbit_decoder_load_metrics -2806:tt_face_find_bdf_prop -2807:tolower -2808:toTextStyle\28SimpleTextStyle\20const&\29 -2809:t1_cmap_unicode_done -2810:subdivide_cubic_to\28SkPath*\2c\20SkPoint\20const*\2c\20int\29 -2811:subdivide\28SkConic\20const&\2c\20SkPoint*\2c\20int\29 -2812:subQuickSort\28char*\2c\20int\2c\20int\2c\20int\2c\20int\20\28*\29\28void\20const*\2c\20void\20const*\2c\20void\20const*\29\2c\20void\20const*\2c\20void*\2c\20void*\29 -2813:strtox -2814:strtoull_l -2815:strcat -2816:std::logic_error::~logic_error\28\29_19237 -2817:std::__2::vector>::__append\28unsigned\20long\29 -2818:std::__2::vector>::push_back\5babi:ne180100\5d\28float&&\29 -2819:std::__2::vector>::__append\28unsigned\20long\29 -2820:std::__2::vector<\28anonymous\20namespace\29::CacheImpl::Value*\2c\20std::__2::allocator<\28anonymous\20namespace\29::CacheImpl::Value*>>::__throw_length_error\5babi:ne180100\5d\28\29\20const -2821:std::__2::vector>::reserve\28unsigned\20long\29 -2822:std::__2::vector\2c\20std::__2::allocator>>::push_back\5babi:ne180100\5d\28SkRGBA4f<\28SkAlphaType\293>\20const&\29 -2823:std::__2::unique_ptr<\28anonymous\20namespace\29::SoftwarePathData\2c\20std::__2::default_delete<\28anonymous\20namespace\29::SoftwarePathData>>::reset\5babi:ne180100\5d\28\28anonymous\20namespace\29::SoftwarePathData*\29 -2824:std::__2::unique_ptr>::~unique_ptr\5babi:ne180100\5d\28\29 -2825:std::__2::time_put>>::~time_put\28\29_18773 -2826:std::__2::priority_queue>\2c\20GrAATriangulator::EventComparator>::push\28GrAATriangulator::Event*\20const&\29 -2827:std::__2::pair\2c\20std::__2::allocator>>>::~pair\28\29 -2828:std::__2::locale::operator=\28std::__2::locale\20const&\29 -2829:std::__2::locale::locale\28\29 -2830:std::__2::locale::__imp::acquire\28\29 -2831:std::__2::iterator_traits::difference_type\20std::__2::distance\5babi:nn180100\5d\28unsigned\20int\20const*\2c\20unsigned\20int\20const*\29 -2832:std::__2::ios_base::~ios_base\28\29 -2833:std::__2::ios_base::init\28void*\29 -2834:std::__2::ios_base::clear\28unsigned\20int\29 -2835:std::__2::fpos<__mbstate_t>::fpos\5babi:nn180100\5d\28long\20long\29 -2836:std::__2::enable_if::value\20&&\20is_move_assignable::value\2c\20void>::type\20std::__2::swap\5babi:ne180100\5d\28SkAnimatedImage::Frame&\2c\20SkAnimatedImage::Frame&\29 -2837:std::__2::default_delete::operator\28\29\5babi:ne180100\5d\28sktext::gpu::TextBlobRedrawCoordinator*\29\20const -2838:std::__2::char_traits::move\5babi:nn180100\5d\28char*\2c\20char\20const*\2c\20unsigned\20long\29 -2839:std::__2::char_traits::assign\5babi:nn180100\5d\28char*\2c\20unsigned\20long\2c\20char\29 -2840:std::__2::basic_stringstream\2c\20std::__2::allocator>::~basic_stringstream\28\29_17824 -2841:std::__2::basic_stringbuf\2c\20std::__2::allocator>::~basic_stringbuf\28\29 -2842:std::__2::basic_stringbuf\2c\20std::__2::allocator>::str\28std::__2::basic_string\2c\20std::__2::allocator>\20const&\29 -2843:std::__2::basic_string\2c\20std::__2::allocator>::push_back\28wchar_t\29 -2844:std::__2::basic_string\2c\20std::__2::allocator>::capacity\5babi:nn180100\5d\28\29\20const -2845:std::__2::basic_string\2c\20std::__2::allocator>::basic_string\5babi:nn180100\5d\28char*\2c\20char*\2c\20std::__2::allocator\20const&\29 -2846:std::__2::basic_string\2c\20std::__2::allocator>::__make_iterator\5babi:nn180100\5d\28char*\29 -2847:std::__2::basic_string\2c\20std::__2::allocator>::__grow_by_without_replace\5babi:nn180100\5d\28unsigned\20long\2c\20unsigned\20long\2c\20unsigned\20long\2c\20unsigned\20long\2c\20unsigned\20long\2c\20unsigned\20long\29 -2848:std::__2::basic_string\2c\20std::__2::allocator>::__init_copy_ctor_external\28char16_t\20const*\2c\20unsigned\20long\29 -2849:std::__2::basic_streambuf>::setp\5babi:nn180100\5d\28char*\2c\20char*\29 -2850:std::__2::basic_streambuf>::basic_streambuf\28\29 -2851:std::__2::basic_ostream>::~basic_ostream\28\29_17723 -2852:std::__2::basic_istream>::~basic_istream\28\29_17682 -2853:std::__2::basic_istream>::sentry::sentry\28std::__2::basic_istream>&\2c\20bool\29 -2854:std::__2::basic_iostream>::~basic_iostream\28\29_17744 -2855:std::__2::__wrap_iter::operator+\5babi:nn180100\5d\28long\29\20const -2856:std::__2::__wrap_iter::operator++\5babi:nn180100\5d\28\29 -2857:std::__2::__wrap_iter::operator+\5babi:nn180100\5d\28long\29\20const -2858:std::__2::__wrap_iter::operator++\5babi:nn180100\5d\28\29 -2859:std::__2::__unique_if::__unique_single\20std::__2::make_unique\5babi:ne180100\5d\28SkSL::Position&\2c\20SkSL::Type\20const&\2c\20SkSL::ExpressionArray&&\29 -2860:std::__2::__unique_if::__unique_single\20std::__2::make_unique\5babi:ne180100\5d\28SkSL::Position&\2c\20SkSL::Type\20const&\2c\20SkSL::ExpressionArray&&\29 -2861:std::__2::__to_address_helper\2c\20void>::__call\5babi:nn180100\5d\28std::__2::__wrap_iter\20const&\29 -2862:std::__2::__throw_length_error\5babi:ne180100\5d\28char\20const*\29 -2863:std::__2::__optional_destruct_base::reset\5babi:ne180100\5d\28\29 -2864:std::__2::__num_get::__stage2_float_prep\28std::__2::ios_base&\2c\20wchar_t*\2c\20wchar_t&\2c\20wchar_t&\29 -2865:std::__2::__num_get::__stage2_float_loop\28wchar_t\2c\20bool&\2c\20char&\2c\20char*\2c\20char*&\2c\20wchar_t\2c\20wchar_t\2c\20std::__2::basic_string\2c\20std::__2::allocator>\20const&\2c\20unsigned\20int*\2c\20unsigned\20int*&\2c\20unsigned\20int&\2c\20wchar_t*\29 -2866:std::__2::__num_get::__stage2_float_prep\28std::__2::ios_base&\2c\20char*\2c\20char&\2c\20char&\29 -2867:std::__2::__num_get::__stage2_float_loop\28char\2c\20bool&\2c\20char&\2c\20char*\2c\20char*&\2c\20char\2c\20char\2c\20std::__2::basic_string\2c\20std::__2::allocator>\20const&\2c\20unsigned\20int*\2c\20unsigned\20int*&\2c\20unsigned\20int&\2c\20char*\29 -2868:std::__2::__libcpp_wcrtomb_l\5babi:nn180100\5d\28char*\2c\20wchar_t\2c\20__mbstate_t*\2c\20__locale_struct*\29 -2869:std::__2::__itoa::__base_10_u32\5babi:nn180100\5d\28char*\2c\20unsigned\20int\29 -2870:std::__2::__itoa::__append6\5babi:nn180100\5d\28char*\2c\20unsigned\20int\29 -2871:std::__2::__itoa::__append4\5babi:nn180100\5d\28char*\2c\20unsigned\20int\29 -2872:std::__2::__call_once\28unsigned\20long\20volatile&\2c\20void*\2c\20void\20\28*\29\28void*\29\29 -2873:sktext::gpu::VertexFiller::flatten\28SkWriteBuffer&\29\20const -2874:sktext::gpu::VertexFiller::deviceRectAndCheckTransform\28SkMatrix\20const&\29\20const -2875:sktext::gpu::VertexFiller::Make\28skgpu::MaskFormat\2c\20SkMatrix\20const&\2c\20SkRect\2c\20SkSpan\2c\20sktext::gpu::SubRunAllocator*\2c\20sktext::gpu::FillerType\29 -2876:sktext::gpu::SubRunContainer::draw\28SkCanvas*\2c\20SkPoint\2c\20SkPaint\20const&\2c\20SkRefCnt\20const*\2c\20std::__2::function\2c\20sktext::gpu::RendererData\29>\20const&\29\20const -2877:sktext::gpu::SubRunAllocator::SubRunAllocator\28int\29 -2878:sktext::gpu::StrikeCache::internalPurge\28unsigned\20long\29 -2879:sktext::gpu::GlyphVector::flatten\28SkWriteBuffer&\29\20const -2880:sktext::gpu::GlyphVector::Make\28sktext::SkStrikePromise&&\2c\20SkSpan\2c\20sktext::gpu::SubRunAllocator*\29 -2881:sktext::gpu::BagOfBytes::MinimumSizeWithOverhead\28int\2c\20int\2c\20int\2c\20int\29::'lambda'\28\29::operator\28\29\28\29\20const -2882:sktext::SkStrikePromise::flatten\28SkWriteBuffer&\29\20const -2883:sktext::GlyphRunBuilder::makeGlyphRunList\28sktext::GlyphRun\20const&\2c\20SkPaint\20const&\2c\20SkPoint\29 -2884:sktext::GlyphRun::GlyphRun\28SkFont\20const&\2c\20SkSpan\2c\20SkSpan\2c\20SkSpan\2c\20SkSpan\2c\20SkSpan\29 -2885:skpaint_to_grpaint_impl\28skgpu::ganesh::SurfaceDrawContext*\2c\20SkPaint\20const&\2c\20SkMatrix\20const&\2c\20std::__2::optional>>\2c\20SkBlender*\2c\20GrPaint*\29 -2886:skip_literal_string -2887:skif::\28anonymous\20namespace\29::are_axes_nearly_integer_aligned\28skif::LayerSpace\20const&\2c\20skif::LayerSpace*\29 -2888:skif::FilterResult::applyColorFilter\28skif::Context\20const&\2c\20sk_sp\29\20const -2889:skif::FilterResult::Builder::outputBounds\28std::__2::optional>\29\20const -2890:skif::FilterResult::Builder::drawShader\28sk_sp\2c\20skif::LayerSpace\20const&\2c\20bool\29\20const -2891:skif::FilterResult::Builder::createInputShaders\28skif::LayerSpace\20const&\2c\20bool\29 -2892:skia_private::THashTable::Pair\2c\20unsigned\20int\2c\20skia_private::THashMap::Pair>::resize\28int\29 -2893:skia_private::THashTable::Pair\2c\20unsigned\20int\2c\20skia_private::THashMap::Pair>::resize\28int\29 -2894:skia_private::THashTable>\2c\20SkGoodHash>::Pair\2c\20SkSL::Variable\20const*\2c\20skia_private::THashMap>\2c\20SkGoodHash>::Pair>::set\28skia_private::THashMap>\2c\20SkGoodHash>::Pair\29 -2895:skia_private::THashTable::Pair\2c\20SkSL::IRNode\20const*\2c\20skia_private::THashMap::Pair>::resize\28int\29 -2896:skia_private::THashTable::AdaptedTraits>::removeIfExists\28skgpu::ganesh::SmallPathShapeDataKey\20const&\29 -2897:skia_private::THashTable::Traits>::resize\28int\29 -2898:skia_private::THashTable::Entry*\2c\20unsigned\20int\2c\20SkLRUCache::Traits>::resize\28int\29 -2899:skia_private::THashTable>\2c\20GrGLGpu::ProgramCache::DescHash\2c\20SkNoOpPurge>::Entry*\2c\20GrProgramDesc\2c\20SkLRUCache>\2c\20GrGLGpu::ProgramCache::DescHash\2c\20SkNoOpPurge>::Traits>::find\28GrProgramDesc\20const&\29\20const -2900:skia_private::THashTable::AdaptedTraits>::removeIfExists\28skgpu::UniqueKey\20const&\29 -2901:skia_private::THashTable::AdaptedTraits>::uncheckedSet\28GrTextureProxy*&&\29 -2902:skia_private::THashTable::AdaptedTraits>::resize\28int\29 -2903:skia_private::THashMap\2c\20std::__2::allocator>\2c\20SkGoodHash>::set\28SkSL::Variable\20const*\2c\20std::__2::basic_string\2c\20std::__2::allocator>\29 -2904:skia_private::THashMap::set\28SkSL::SymbolTable::SymbolKey\2c\20SkSL::Symbol*\29 -2905:skia_private::THashMap::set\28SkSL::FunctionDeclaration\20const*\2c\20SkSL::Analysis::CheckProgramStructure\28SkSL::Program\20const&\29::ProgramStructureVisitor::FunctionState\29 -2906:skia_private::THashMap\2c\20SkIcuBreakIteratorCache::Request::Hash>::set\28SkIcuBreakIteratorCache::Request\2c\20sk_sp\29 -2907:skia_private::TArray::resize_back\28int\29 -2908:skia_private::TArray\2c\20false>::move\28void*\29 -2909:skia_private::TArray::operator=\28skia_private::TArray&&\29 -2910:skia_private::TArray::push_back\28SkRasterPipelineContexts::MemoryCtxInfo&&\29 -2911:skia_private::TArray::push_back_raw\28int\29 -2912:skia_private::TArray::resize_back\28int\29 -2913:skia_png_write_chunk -2914:skia_png_set_sBIT -2915:skia_png_set_read_fn -2916:skia_png_set_packing -2917:skia_png_save_uint_32 -2918:skia_png_reciprocal2 -2919:skia_png_realloc_array -2920:skia_png_read_start_row -2921:skia_png_read_IDAT_data -2922:skia_png_handle_zTXt -2923:skia_png_handle_tRNS -2924:skia_png_handle_tIME -2925:skia_png_handle_tEXt -2926:skia_png_handle_sRGB -2927:skia_png_handle_sPLT -2928:skia_png_handle_sCAL -2929:skia_png_handle_sBIT -2930:skia_png_handle_pHYs -2931:skia_png_handle_pCAL -2932:skia_png_handle_oFFs -2933:skia_png_handle_iTXt -2934:skia_png_handle_iCCP -2935:skia_png_handle_hIST -2936:skia_png_handle_gAMA -2937:skia_png_handle_cHRM -2938:skia_png_handle_bKGD -2939:skia_png_handle_as_unknown -2940:skia_png_handle_PLTE -2941:skia_png_do_strip_channel -2942:skia_png_destroy_write_struct -2943:skia_png_destroy_info_struct -2944:skia_png_compress_IDAT -2945:skia_png_combine_row -2946:skia_png_colorspace_set_sRGB -2947:skia_png_check_fp_string -2948:skia_png_check_fp_number -2949:skia::textlayout::TypefaceFontStyleSet::createTypeface\28int\29 -2950:skia::textlayout::TextLine::shapeEllipsis\28SkString\20const&\2c\20skia::textlayout::Cluster\20const*\29::$_0::operator\28\29\28sk_sp\2c\20sk_sp\29\20const -2951:skia::textlayout::TextLine::getRectsForRange\28skia::textlayout::SkRange\2c\20skia::textlayout::RectHeightStyle\2c\20skia::textlayout::RectWidthStyle\2c\20std::__2::vector>&\29\20const -2952:skia::textlayout::TextLine::getGlyphPositionAtCoordinate\28float\29 -2953:skia::textlayout::Run::isResolved\28\29\20const -2954:skia::textlayout::Run::copyTo\28SkTextBlobBuilder&\2c\20unsigned\20long\2c\20unsigned\20long\29\20const -2955:skia::textlayout::ParagraphImpl::buildClusterTable\28\29 -2956:skia::textlayout::OneLineShaper::~OneLineShaper\28\29 -2957:skia::textlayout::FontCollection::setDefaultFontManager\28sk_sp\29 -2958:skia::textlayout::FontCollection::FontCollection\28\29 -2959:skgpu::ganesh::\28anonymous\20namespace\29::SmallPathOp::flush\28GrMeshDrawTarget*\2c\20skgpu::ganesh::\28anonymous\20namespace\29::SmallPathOp::FlushInfo*\29\20const -2960:skgpu::ganesh::\28anonymous\20namespace\29::HullShader::makeProgramImpl\28GrShaderCaps\20const&\29\20const::Impl::~Impl\28\29 -2961:skgpu::ganesh::\28anonymous\20namespace\29::AAFlatteningConvexPathOp::programInfo\28\29 -2962:skgpu::ganesh::SurfaceFillContext::discard\28\29 -2963:skgpu::ganesh::SurfaceDrawContext::internalStencilClear\28SkIRect\20const*\2c\20bool\29 -2964:skgpu::ganesh::SurfaceDrawContext::drawPath\28GrClip\20const*\2c\20GrPaint&&\2c\20GrAA\2c\20SkMatrix\20const&\2c\20SkPath\20const&\2c\20GrStyle\20const&\29 -2965:skgpu::ganesh::SurfaceDrawContext::attemptQuadOptimization\28GrClip\20const*\2c\20GrUserStencilSettings\20const*\2c\20DrawQuad*\2c\20GrPaint*\29 -2966:skgpu::ganesh::SurfaceDrawContext::Make\28GrRecordingContext*\2c\20GrColorType\2c\20sk_sp\2c\20sk_sp\2c\20GrSurfaceOrigin\2c\20SkSurfaceProps\20const&\29 -2967:skgpu::ganesh::SurfaceContext::rescaleInto\28skgpu::ganesh::SurfaceFillContext*\2c\20SkIRect\2c\20SkIRect\2c\20SkImage::RescaleGamma\2c\20SkImage::RescaleMode\29::$_0::operator\28\29\28GrSurfaceProxyView\2c\20SkIRect\29\20const -2968:skgpu::ganesh::SmallPathAtlasMgr::~SmallPathAtlasMgr\28\29 -2969:skgpu::ganesh::QuadPerEdgeAA::MinColorType\28SkRGBA4f<\28SkAlphaType\292>\29 -2970:skgpu::ganesh::PathRendererChain::PathRendererChain\28GrRecordingContext*\2c\20skgpu::ganesh::PathRendererChain::Options\20const&\29 -2971:skgpu::ganesh::PathRenderer::getStencilSupport\28GrStyledShape\20const&\29\20const -2972:skgpu::ganesh::PathCurveTessellator::draw\28GrOpFlushState*\29\20const -2973:skgpu::ganesh::OpsTask::recordOp\28std::__2::unique_ptr>\2c\20bool\2c\20GrProcessorSet::Analysis\2c\20GrAppliedClip*\2c\20GrDstProxyView\20const*\2c\20GrCaps\20const&\29 -2974:skgpu::ganesh::MakeFragmentProcessorFromView\28GrRecordingContext*\2c\20GrSurfaceProxyView\2c\20SkAlphaType\2c\20SkSamplingOptions\2c\20SkTileMode\20const*\2c\20SkMatrix\20const&\2c\20SkRect\20const*\2c\20SkRect\20const*\29 -2975:skgpu::ganesh::FilterAndMipmapHaveNoEffect\28GrQuad\20const&\2c\20GrQuad\20const&\29 -2976:skgpu::ganesh::FillRectOp::MakeNonAARect\28GrRecordingContext*\2c\20GrPaint&&\2c\20SkMatrix\20const&\2c\20SkRect\20const&\2c\20GrUserStencilSettings\20const*\29 -2977:skgpu::ganesh::FillRRectOp::Make\28GrRecordingContext*\2c\20SkArenaAlloc*\2c\20GrPaint&&\2c\20SkMatrix\20const&\2c\20SkRRect\20const&\2c\20SkRect\20const&\2c\20GrAA\29 -2978:skgpu::ganesh::Device::drawRRect\28SkRRect\20const&\2c\20SkPaint\20const&\29 -2979:skgpu::ganesh::Device::drawImageQuadDirect\28SkImage\20const*\2c\20SkRect\20const&\2c\20SkRect\20const&\2c\20SkPoint\20const*\2c\20SkCanvas::QuadAAFlags\2c\20SkMatrix\20const*\2c\20SkSamplingOptions\20const&\2c\20SkPaint\20const&\2c\20SkCanvas::SrcRectConstraint\29 -2980:skgpu::ganesh::Device::Make\28std::__2::unique_ptr>\2c\20SkAlphaType\2c\20skgpu::ganesh::Device::InitContents\29 -2981:skgpu::ganesh::DashOp::\28anonymous\20namespace\29::setup_dashed_rect\28SkRect\20const&\2c\20skgpu::VertexWriter&\2c\20SkMatrix\20const&\2c\20float\2c\20float\2c\20float\2c\20float\2c\20float\2c\20float\2c\20float\2c\20skgpu::ganesh::DashOp::\28anonymous\20namespace\29::DashCap\29 -2982:skgpu::ganesh::ClipStack::SaveRecord::invalidateMasks\28GrProxyProvider*\2c\20SkTBlockList*\29 -2983:skgpu::ganesh::ClipStack::RawElement::contains\28skgpu::ganesh::ClipStack::SaveRecord\20const&\29\20const -2984:skgpu::ganesh::AtlasRenderTask::addAtlasDrawOp\28std::__2::unique_ptr>\2c\20GrCaps\20const&\29 -2985:skcms_Transform -2986:skcms_TransferFunction_isPQish -2987:skcms_MaxRoundtripError -2988:sk_sp::~sk_sp\28\29 -2989:sk_malloc_canfail\28unsigned\20long\2c\20unsigned\20long\29 -2990:sk_free_releaseproc\28void\20const*\2c\20void*\29 -2991:siprintf -2992:sift -2993:shallowTextClone\28UText*\2c\20UText\20const*\2c\20UErrorCode*\29 -2994:select_curve_ops\28skcms_Curve\20const*\2c\20int\2c\20OpAndArg*\29 -2995:rotate\28SkDCubic\20const&\2c\20int\2c\20int\2c\20SkDCubic&\29 -2996:res_getResource_74 -2997:read_header\28SkStream*\2c\20SkISize*\29 -2998:quad_intersect_ray\28SkPoint\20const*\2c\20float\2c\20SkDLine\20const&\2c\20SkIntersections*\29 -2999:psh_globals_set_scale -3000:ps_parser_skip_PS_token -3001:ps_builder_done -3002:png_text_compress -3003:png_inflate_read -3004:png_inflate_claim -3005:png_image_size -3006:png_default_warning -3007:png_colorspace_endpoints_match -3008:png_build_16bit_table -3009:normalize -3010:next_marker -3011:morphpoints\28SkPoint*\2c\20SkPoint\20const*\2c\20int\2c\20SkPathMeasure&\2c\20float\29 -3012:make_unpremul_effect\28std::__2::unique_ptr>\29 -3013:long\20std::__2::__libcpp_atomic_refcount_decrement\5babi:nn180100\5d\28long&\29 -3014:long\20const&\20std::__2::min\5babi:nn180100\5d\28long\20const&\2c\20long\20const&\29 -3015:log1p -3016:locale_getKeywordsStart_74 -3017:load_truetype_glyph -3018:loadParentsExceptRoot\28UResourceDataEntry*&\2c\20char*\2c\20int\2c\20signed\20char\2c\20char*\2c\20UErrorCode*\29 -3019:line_intersect_ray\28SkPoint\20const*\2c\20float\2c\20SkDLine\20const&\2c\20SkIntersections*\29 -3020:lang_find_or_insert\28char\20const*\29 -3021:jpeg_calc_output_dimensions -3022:jpeg_CreateDecompress -3023:inner_scanline\28int\2c\20int\2c\20int\2c\20unsigned\20int\2c\20SkBlitter*\29 -3024:inflate_table -3025:increment_simple_rowgroup_ctr -3026:icu_74::spanOneUTF8\28icu_74::UnicodeSet\20const&\2c\20unsigned\20char\20const*\2c\20int\29 -3027:icu_74::enumGroupNames\28icu_74::UCharNames*\2c\20unsigned\20short\20const*\2c\20int\2c\20int\2c\20signed\20char\20\28*\29\28void*\2c\20int\2c\20UCharNameChoice\2c\20char\20const*\2c\20int\29\2c\20void*\2c\20UCharNameChoice\29 -3028:icu_74::\28anonymous\20namespace\29::appendResult\28char16_t*\2c\20int\2c\20int\2c\20int\2c\20char16_t\20const*\2c\20int\2c\20unsigned\20int\2c\20icu_74::Edits*\29 -3029:icu_74::\28anonymous\20namespace\29::AliasReplacer::replace\28icu_74::Locale\20const&\2c\20icu_74::CharString&\2c\20UErrorCode&\29::$_0::__invoke\28UElement\2c\20UElement\29 -3030:icu_74::XLikelySubtagsData::readStrings\28icu_74::ResourceTable\20const&\2c\20char\20const*\2c\20icu_74::ResourceValue&\2c\20icu_74::LocalMemory&\2c\20int&\2c\20UErrorCode&\29 -3031:icu_74::UniqueCharStrings::addByValue\28icu_74::UnicodeString\2c\20UErrorCode&\29 -3032:icu_74::UnicodeString::getTerminatedBuffer\28\29 -3033:icu_74::UnicodeString::doCompare\28int\2c\20int\2c\20char16_t\20const*\2c\20int\2c\20int\29\20const -3034:icu_74::UnicodeString::UnicodeString\28char16_t\20const*\2c\20int\29 -3035:icu_74::UnicodeSet::ensureBufferCapacity\28int\29 -3036:icu_74::UnicodeSet::applyIntPropertyValue\28UProperty\2c\20int\2c\20UErrorCode&\29 -3037:icu_74::UnicodeSet::applyFilter\28signed\20char\20\28*\29\28int\2c\20void*\29\2c\20void*\2c\20icu_74::UnicodeSet\20const*\2c\20UErrorCode&\29 -3038:icu_74::UnicodeSet::UnicodeSet\28icu_74::UnicodeSet\20const&\29 -3039:icu_74::UVector::sort\28int\20\28*\29\28UElement\2c\20UElement\29\2c\20UErrorCode&\29 -3040:icu_74::UVector::insertElementAt\28void*\2c\20int\2c\20UErrorCode&\29 -3041:icu_74::UStack::UStack\28void\20\28*\29\28void*\29\2c\20signed\20char\20\28*\29\28UElement\2c\20UElement\29\2c\20UErrorCode&\29 -3042:icu_74::UCharsTrieBuilder::add\28icu_74::UnicodeString\20const&\2c\20int\2c\20UErrorCode&\29 -3043:icu_74::StringTrieBuilder::~StringTrieBuilder\28\29 -3044:icu_74::StringPiece::compare\28icu_74::StringPiece\29 -3045:icu_74::SimpleFilteredSentenceBreakIterator::internalNext\28int\29 -3046:icu_74::RuleCharacterIterator::atEnd\28\29\20const -3047:icu_74::ResourceDataValue::getTable\28UErrorCode&\29\20const -3048:icu_74::ResourceDataValue::getString\28int&\2c\20UErrorCode&\29\20const -3049:icu_74::ReorderingBuffer::append\28char16_t\20const*\2c\20int\2c\20signed\20char\2c\20unsigned\20char\2c\20unsigned\20char\2c\20UErrorCode&\29 -3050:icu_74::PatternProps::isWhiteSpace\28int\29 -3051:icu_74::Normalizer2Impl::~Normalizer2Impl\28\29 -3052:icu_74::Normalizer2Impl::decompose\28int\2c\20unsigned\20short\2c\20icu_74::ReorderingBuffer&\2c\20UErrorCode&\29\20const -3053:icu_74::Normalizer2Impl::decompose\28char16_t\20const*\2c\20char16_t\20const*\2c\20icu_74::ReorderingBuffer*\2c\20UErrorCode&\29\20const -3054:icu_74::Normalizer2Impl::decomposeShort\28char16_t\20const*\2c\20char16_t\20const*\2c\20signed\20char\2c\20signed\20char\2c\20icu_74::ReorderingBuffer&\2c\20UErrorCode&\29\20const -3055:icu_74::Norm2AllModes::~Norm2AllModes\28\29 -3056:icu_74::Norm2AllModes::createInstance\28icu_74::Normalizer2Impl*\2c\20UErrorCode&\29 -3057:icu_74::LocaleUtility::initNameFromLocale\28icu_74::Locale\20const&\2c\20icu_74::UnicodeString&\29 -3058:icu_74::LocaleBuilder::~LocaleBuilder\28\29 -3059:icu_74::Locale::getKeywordValue\28icu_74::StringPiece\2c\20icu_74::ByteSink&\2c\20UErrorCode&\29\20const -3060:icu_74::Locale::getDefault\28\29 -3061:icu_74::LoadedNormalizer2Impl::load\28char\20const*\2c\20char\20const*\2c\20UErrorCode&\29 -3062:icu_74::ICUServiceKey::~ICUServiceKey\28\29 -3063:icu_74::ICUResourceBundleFactory::~ICUResourceBundleFactory\28\29 -3064:icu_74::ICULocaleService::~ICULocaleService\28\29 -3065:icu_74::EmojiProps::getSingleton\28UErrorCode&\29 -3066:icu_74::Edits::reset\28\29 -3067:icu_74::DictionaryBreakEngine::~DictionaryBreakEngine\28\29 -3068:icu_74::ByteSinkUtil::appendChange\28unsigned\20char\20const*\2c\20unsigned\20char\20const*\2c\20char16_t\20const*\2c\20int\2c\20icu_74::ByteSink&\2c\20icu_74::Edits*\2c\20UErrorCode&\29 -3069:icu_74::BreakIterator::makeInstance\28icu_74::Locale\20const&\2c\20int\2c\20UErrorCode&\29 -3070:hb_vector_t::push\28\29 -3071:hb_vector_t::resize\28int\2c\20bool\2c\20bool\29 -3072:hb_tag_from_string -3073:hb_shape_plan_destroy -3074:hb_script_get_horizontal_direction -3075:hb_paint_extents_context_t::push_clip\28hb_extents_t\29 -3076:hb_lazy_loader_t\2c\20hb_face_t\2c\203u\2c\20OT::cmap_accelerator_t>::do_destroy\28OT::cmap_accelerator_t*\29 -3077:hb_lazy_loader_t\2c\20hb_face_t\2c\2039u\2c\20OT::SVG_accelerator_t>::do_destroy\28OT::SVG_accelerator_t*\29 -3078:hb_hashmap_t::alloc\28unsigned\20int\29 -3079:hb_font_funcs_destroy -3080:hb_face_get_upem -3081:hb_face_destroy -3082:hb_draw_cubic_to_nil\28hb_draw_funcs_t*\2c\20void*\2c\20hb_draw_state_t*\2c\20float\2c\20float\2c\20float\2c\20float\2c\20float\2c\20float\2c\20void*\29 -3083:hb_buffer_set_segment_properties -3084:hb_blob_t*\20hb_data_wrapper_t::call_create>\28\29\20const -3085:hb_blob_t*\20hb_data_wrapper_t::call_create>\28\29\20const -3086:hb_blob_t*\20hb_data_wrapper_t::call_create>\28\29\20const -3087:hb_blob_t*\20hb_data_wrapper_t::call_create>\28\29\20const -3088:hb_blob_create -3089:haircubic\28SkPoint\20const*\2c\20SkRegion\20const*\2c\20SkRect\20const*\2c\20SkRect\20const*\2c\20SkBlitter*\2c\20int\2c\20void\20\28*\29\28SkPoint\20const*\2c\20int\2c\20SkRegion\20const*\2c\20SkBlitter*\29\29 -3090:gray_render_line -3091:get_vendor\28char\20const*\29 -3092:get_renderer\28char\20const*\2c\20GrGLExtensions\20const&\29 -3093:get_layer_mapping_and_bounds\28SkSpan>\2c\20SkM44\20const&\2c\20skif::DeviceSpace\20const&\2c\20std::__2::optional>\2c\20float\29 -3094:get_joining_type\28unsigned\20int\2c\20hb_unicode_general_category_t\29 -3095:getDefaultScript\28icu_74::CharString\20const&\2c\20icu_74::CharString\20const&\29 -3096:generate_distance_field_from_image\28unsigned\20char*\2c\20unsigned\20char\20const*\2c\20int\2c\20int\29 -3097:ft_var_readpackeddeltas -3098:ft_var_get_item_delta -3099:ft_var_done_item_variation_store -3100:ft_glyphslot_alloc_bitmap -3101:freelocale -3102:free_pool -3103:fquad_xy_at_t\28SkPoint\20const*\2c\20float\2c\20double\29 -3104:fp_barrierf -3105:fline_xy_at_t\28SkPoint\20const*\2c\20float\2c\20double\29 -3106:fixN0c\28BracketData*\2c\20int\2c\20int\2c\20unsigned\20char\29 -3107:fiprintf -3108:findFirstExisting\28char\20const*\2c\20char*\2c\20char\20const*\2c\20UResOpenType\2c\20signed\20char*\2c\20signed\20char*\2c\20signed\20char*\2c\20UErrorCode*\29 -3109:fcubic_xy_at_t\28SkPoint\20const*\2c\20float\2c\20double\29 -3110:fconic_xy_at_t\28SkPoint\20const*\2c\20float\2c\20double\29 -3111:fclose -3112:expm1f -3113:exp2 -3114:emscripten::internal::MethodInvoker::invoke\28void\20\28SkFont::*\20const&\29\28float\29\2c\20SkFont*\2c\20float\29 -3115:emscripten::internal::Invoker>\2c\20SimpleParagraphStyle\2c\20sk_sp>::invoke\28std::__2::unique_ptr>\20\28*\29\28SimpleParagraphStyle\2c\20sk_sp\29\2c\20SimpleParagraphStyle*\2c\20sk_sp*\29 -3116:emscripten::internal::FunctionInvoker::invoke\28emscripten::val\20\28**\29\28SkFontMgr&\2c\20int\29\2c\20SkFontMgr*\2c\20int\29 -3117:draw_nine\28SkMask\20const&\2c\20SkIRect\20const&\2c\20SkIPoint\20const&\2c\20bool\2c\20SkRasterClip\20const&\2c\20SkBlitter*\29 -3118:do_scanline\28int\2c\20int\2c\20int\2c\20unsigned\20int\2c\20SkBlitter*\29 -3119:do_putc -3120:doLoadFromCommonData\28signed\20char\2c\20char\20const*\2c\20char\20const*\2c\20char\20const*\2c\20char\20const*\2c\20char\20const*\2c\20char\20const*\2c\20char\20const*\2c\20signed\20char\20\28*\29\28void*\2c\20char\20const*\2c\20char\20const*\2c\20UDataInfo\20const*\29\2c\20void*\2c\20UErrorCode*\2c\20UErrorCode*\29 -3121:deserialize_image\28sk_sp\2c\20SkDeserialProcs\2c\20std::__2::optional\29 -3122:decompose\28hb_ot_shape_normalize_context_t\20const*\2c\20bool\2c\20unsigned\20int\29 -3123:decltype\28fp\28nullptr\29\29\20SkArenaAlloc::make\20const&\2c\20skgpu::ganesh::DashOp::AAMode\2c\20SkMatrix\20const&\2c\20bool\29::$_0>\28skgpu::ganesh::DashOp::\28anonymous\20namespace\29::DashingCircleEffect::Make\28SkArenaAlloc*\2c\20SkRGBA4f<\28SkAlphaType\292>\20const&\2c\20skgpu::ganesh::DashOp::AAMode\2c\20SkMatrix\20const&\2c\20bool\29::$_0&&\29::'lambda'\28char*\29::__invoke\28char*\29 -3124:decltype\28fp\28nullptr\29\29\20SkArenaAlloc::make\28GrCaps\20const&\2c\20GrSurfaceProxyView\20const&\2c\20bool&\2c\20GrPipeline*&\2c\20GrUserStencilSettings\20const*&&\2c\20\28anonymous\20namespace\29::DrawAtlasPathShader*&\2c\20GrPrimitiveType&&\2c\20GrXferBarrierFlags&\2c\20GrLoadOp&\29::'lambda'\28void*\29>\28GrProgramInfo&&\29::'lambda'\28char*\29::__invoke\28char*\29 -3125:cubic_intersect_ray\28SkPoint\20const*\2c\20float\2c\20SkDLine\20const&\2c\20SkIntersections*\29 -3126:conic_intersect_ray\28SkPoint\20const*\2c\20float\2c\20SkDLine\20const&\2c\20SkIntersections*\29 -3127:compute_ULong_sum -3128:char\20const*\20std::__2::find\5babi:nn180100\5d\28char\20const*\2c\20char\20const*\2c\20char\20const&\29 -3129:cff_index_get_pointers -3130:cf2_glyphpath_computeOffset -3131:build_tree -3132:bool\20std::__2::__is_pointer_in_range\5babi:nn180100\5d\28char\20const*\2c\20char\20const*\2c\20char\20const*\29 -3133:bool\20OT::glyf_impl::Glyph::get_points\28hb_font_t*\2c\20OT::glyf_accelerator_t\20const&\2c\20contour_point_vector_t&\2c\20hb_glyf_scratch_t&\2c\20contour_point_vector_t*\2c\20head_maxp_info_t*\2c\20unsigned\20int*\2c\20bool\2c\20bool\2c\20bool\2c\20hb_array_t\2c\20unsigned\20int\2c\20unsigned\20int*\29\20const -3134:bool\20OT::glyf_accelerator_t::get_points\28hb_font_t*\2c\20unsigned\20int\2c\20OT::glyf_accelerator_t::points_aggregator_t\2c\20hb_array_t\2c\20hb_glyf_scratch_t&\29\20const -3135:bool\20OT::GSUBGPOSVersion1_2::sanitize\28hb_sanitize_context_t*\29\20const -3136:bool\20OT::GSUBGPOSVersion1_2::sanitize\28hb_sanitize_context_t*\29\20const -3137:bool\20OT::Condition::evaluate\28int\20const*\2c\20unsigned\20int\2c\20OT::ItemVarStoreInstancer*\29\20const -3138:blit_aaa_trapezoid_row\28AdditiveBlitter*\2c\20int\2c\20int\2c\20int\2c\20int\2c\20int\2c\20int\2c\20int\2c\20unsigned\20char\2c\20unsigned\20char*\2c\20bool\29 -3139:atan -3140:alloc_large -3141:af_glyph_hints_done -3142:add_quad\28SkPoint\20const*\2c\20skia_private::TArray*\29 -3143:acos -3144:aaa_fill_path\28SkPath\20const&\2c\20SkIRect\20const&\2c\20AdditiveBlitter*\2c\20int\2c\20int\2c\20bool\2c\20bool\2c\20bool\29 -3145:_get_path\28OT::cff1::accelerator_t\20const*\2c\20hb_font_t*\2c\20unsigned\20int\2c\20hb_draw_session_t&\2c\20bool\2c\20CFF::point_t*\29 -3146:_get_bounds\28OT::cff1::accelerator_t\20const*\2c\20unsigned\20int\2c\20bounds_t&\2c\20bool\29 -3147:_enumPropertyStartsRange\28void\20const*\2c\20int\2c\20int\2c\20unsigned\20int\29 -3148:_embind_register_bindings -3149:_canonicalize\28char\20const*\2c\20icu_74::ByteSink&\2c\20unsigned\20int\2c\20UErrorCode*\29 -3150:__trunctfdf2 -3151:__towrite -3152:__toread -3153:__subtf3 -3154:__strchrnul -3155:__rem_pio2f -3156:__rem_pio2 -3157:__math_uflowf -3158:__math_oflowf -3159:__fwritex -3160:__cxxabiv1::__class_type_info::process_static_type_below_dst\28__cxxabiv1::__dynamic_cast_info*\2c\20void\20const*\2c\20int\29\20const -3161:__cxxabiv1::__class_type_info::process_static_type_above_dst\28__cxxabiv1::__dynamic_cast_info*\2c\20void\20const*\2c\20void\20const*\2c\20int\29\20const -3162:__cxxabiv1::__class_type_info::process_found_base_class\28__cxxabiv1::__dynamic_cast_info*\2c\20void*\2c\20int\29\20const -3163:__cxxabiv1::__base_class_type_info::search_above_dst\28__cxxabiv1::__dynamic_cast_info*\2c\20void\20const*\2c\20void\20const*\2c\20int\2c\20bool\29\20const -3164:\28anonymous\20namespace\29::ulayout_ensureData\28UErrorCode&\29 -3165:\28anonymous\20namespace\29::subdivide_cubic_to\28SkPathBuilder*\2c\20SkPoint\20const*\2c\20int\29 -3166:\28anonymous\20namespace\29::shape_contains_rect\28GrShape\20const&\2c\20SkMatrix\20const&\2c\20SkMatrix\20const&\2c\20SkRect\20const&\2c\20SkMatrix\20const&\2c\20bool\29 -3167:\28anonymous\20namespace\29::getRange\28void\20const*\2c\20int\2c\20unsigned\20int\20\28*\29\28void\20const*\2c\20unsigned\20int\29\2c\20void\20const*\2c\20unsigned\20int*\29 -3168:\28anonymous\20namespace\29::generateFacePathCOLRv1\28FT_FaceRec_*\2c\20unsigned\20short\2c\20SkMatrix\20const*\29 -3169:\28anonymous\20namespace\29::convert_noninflect_cubic_to_quads_with_constraint\28SkPoint\20const*\2c\20float\2c\20SkPathFirstDirection\2c\20skia_private::TArray*\2c\20int\29 -3170:\28anonymous\20namespace\29::convert_noninflect_cubic_to_quads\28SkPoint\20const*\2c\20float\2c\20skia_private::TArray*\2c\20int\2c\20bool\2c\20bool\29 -3171:\28anonymous\20namespace\29::colrv1_configure_skpaint\28FT_FaceRec_*\2c\20SkSpan\20const&\2c\20unsigned\20int\2c\20FT_COLR_Paint_\20const&\2c\20SkPaint*\29::$_0::operator\28\29\28FT_ColorStopIterator_\20const&\2c\20std::__2::vector>&\2c\20std::__2::vector\2c\20std::__2::allocator>>&\29\20const -3172:\28anonymous\20namespace\29::bloat_quad\28SkPoint\20const*\2c\20SkMatrix\20const*\2c\20SkMatrix\20const*\2c\20\28anonymous\20namespace\29::BezierVertex*\29 -3173:\28anonymous\20namespace\29::SkEmptyTypeface::onMakeClone\28SkFontArguments\20const&\29\20const -3174:\28anonymous\20namespace\29::SkColorFilterImageFilter::~SkColorFilterImageFilter\28\29_5412 -3175:\28anonymous\20namespace\29::SkColorFilterImageFilter::~SkColorFilterImageFilter\28\29 -3176:\28anonymous\20namespace\29::DrawAtlasOpImpl::visitProxies\28std::__2::function\20const&\29\20const -3177:\28anonymous\20namespace\29::DrawAtlasOpImpl::programInfo\28\29 -3178:\28anonymous\20namespace\29::DrawAtlasOpImpl::onExecute\28GrOpFlushState*\2c\20SkRect\20const&\29 -3179:\28anonymous\20namespace\29::DirectMaskSubRun::~DirectMaskSubRun\28\29 -3180:\28anonymous\20namespace\29::DirectMaskSubRun::testingOnly_packedGlyphIDToGlyph\28sktext::gpu::StrikeCache*\29\20const -3181:WebPRescaleNeededLines -3182:WebPInitDecBufferInternal -3183:WebPInitCustomIo -3184:WebPGetFeaturesInternal -3185:WebPDemuxGetFrame -3186:VP8LInitBitReader -3187:VP8LColorIndexInverseTransformAlpha -3188:VP8InitIoInternal -3189:VP8InitBitReader -3190:UDatamemory_assign_74 -3191:T_CString_toUpperCase_74 -3192:TT_Vary_Apply_Glyph_Deltas -3193:TT_Set_Var_Design -3194:SkWuffsCodec::decodeFrame\28\29 -3195:SkVertices::uniqueID\28\29\20const -3196:SkVertices::MakeCopy\28SkVertices::VertexMode\2c\20int\2c\20SkPoint\20const*\2c\20SkPoint\20const*\2c\20unsigned\20int\20const*\2c\20int\2c\20unsigned\20short\20const*\29 -3197:SkVertices::Builder::texCoords\28\29 -3198:SkVertices::Builder::positions\28\29 -3199:SkVertices::Builder::init\28SkVertices::Desc\20const&\29 -3200:SkVertices::Builder::colors\28\29 -3201:SkVertices::Builder::Builder\28SkVertices::VertexMode\2c\20int\2c\20int\2c\20unsigned\20int\29 -3202:SkUnicodes::ICU::Make\28\29 -3203:SkUnicode_icu::extractPositions\28char\20const*\2c\20int\2c\20SkUnicode::BreakType\2c\20char\20const*\2c\20std::__2::function\20const&\29 -3204:SkTypeface_FreeType::MakeFromStream\28std::__2::unique_ptr>\2c\20SkFontArguments\20const&\29 -3205:SkTypeface::getTableSize\28unsigned\20int\29\20const -3206:SkTiff::ImageFileDirectory::getEntryTag\28unsigned\20short\29\20const -3207:SkTiff::ImageFileDirectory::MakeFromOffset\28sk_sp\2c\20bool\2c\20unsigned\20int\2c\20bool\29 -3208:SkTextBlobRunIterator::positioning\28\29\20const -3209:SkTSpan::splitAt\28SkTSpan*\2c\20double\2c\20SkArenaAlloc*\29 -3210:SkTSect::computePerpendiculars\28SkTSect*\2c\20SkTSpan*\2c\20SkTSpan*\29 -3211:SkTDStorage::insert\28int\29 -3212:SkTDStorage::calculateSizeOrDie\28int\29::$_0::operator\28\29\28\29\20const -3213:SkTDPQueue::percolateDownIfNecessary\28int\29 -3214:SkTConic::hullIntersects\28SkDConic\20const&\2c\20bool*\29\20const -3215:SkStrokerPriv::CapFactory\28SkPaint::Cap\29 -3216:SkStrokeRec::getInflationRadius\28\29\20const -3217:SkString::equals\28char\20const*\29\20const -3218:SkString::SkString\28unsigned\20long\29 -3219:SkString::SkString\28std::__2::basic_string_view>\29 -3220:SkStrikeSpec::MakeTransformMask\28SkFont\20const&\2c\20SkPaint\20const&\2c\20SkSurfaceProps\20const&\2c\20SkScalerContextFlags\2c\20SkMatrix\20const&\29 -3221:SkStrikeSpec::MakePath\28SkFont\20const&\2c\20SkPaint\20const&\2c\20SkSurfaceProps\20const&\2c\20SkScalerContextFlags\29 -3222:SkSpecialImages::MakeFromRaster\28SkIRect\20const&\2c\20SkBitmap\20const&\2c\20SkSurfaceProps\20const&\29 -3223:SkShapers::HB::ShapeDontWrapOrReorder\28sk_sp\2c\20sk_sp\29 -3224:SkShaper::TrivialRunIterator::endOfCurrentRun\28\29\20const -3225:SkShaper::TrivialRunIterator::atEnd\28\29\20const -3226:SkShaper::MakeFontMgrRunIterator\28char\20const*\2c\20unsigned\20long\2c\20SkFont\20const&\2c\20sk_sp\29 -3227:SkShadowTessellator::MakeAmbient\28SkPath\20const&\2c\20SkMatrix\20const&\2c\20SkPoint3\20const&\2c\20bool\29 -3228:SkScan::HairLineRgn\28SkPoint\20const*\2c\20int\2c\20SkRegion\20const*\2c\20SkBlitter*\29 -3229:SkScan::FillTriangle\28SkPoint\20const*\2c\20SkRasterClip\20const&\2c\20SkBlitter*\29 -3230:SkScan::FillPath\28SkPath\20const&\2c\20SkRasterClip\20const&\2c\20SkBlitter*\29 -3231:SkScan::FillIRect\28SkIRect\20const&\2c\20SkRasterClip\20const&\2c\20SkBlitter*\29 -3232:SkScan::AntiHairLine\28SkPoint\20const*\2c\20int\2c\20SkRasterClip\20const&\2c\20SkBlitter*\29 -3233:SkScan::AntiHairLineRgn\28SkPoint\20const*\2c\20int\2c\20SkRegion\20const*\2c\20SkBlitter*\29 -3234:SkScan::AntiFillPath\28SkPath\20const&\2c\20SkRegion\20const&\2c\20SkBlitter*\2c\20bool\29 -3235:SkScalerContextRec::CachedMaskGamma\28unsigned\20char\2c\20unsigned\20char\29 -3236:SkScalerContextFTUtils::drawSVGGlyph\28FT_FaceRec_*\2c\20SkGlyph\20const&\2c\20unsigned\20int\2c\20SkSpan\2c\20SkCanvas*\29\20const -3237:SkScalerContext::getFontMetrics\28SkFontMetrics*\29 -3238:SkScalarInterpFunc\28float\2c\20float\20const*\2c\20float\20const*\2c\20int\29 -3239:SkSLTypeString\28SkSLType\29 -3240:SkSL::simplify_negation\28SkSL::Context\20const&\2c\20SkSL::Position\2c\20SkSL::Expression\20const&\29 -3241:SkSL::simplify_matrix_multiplication\28SkSL::Context\20const&\2c\20SkSL::Position\2c\20SkSL::Expression\20const&\2c\20SkSL::Expression\20const&\2c\20int\2c\20int\2c\20int\2c\20int\29 -3242:SkSL::simplify_componentwise\28SkSL::Context\20const&\2c\20SkSL::Position\2c\20SkSL::Expression\20const&\2c\20SkSL::Operator\2c\20SkSL::Expression\20const&\29 -3243:SkSL::build_argument_type_list\28SkSpan>\20const>\29 -3244:SkSL::\28anonymous\20namespace\29::SwitchCaseContainsExit::visitStatement\28SkSL::Statement\20const&\29 -3245:SkSL::\28anonymous\20namespace\29::ReturnsInputAlphaVisitor::returnsInputAlpha\28SkSL::Expression\20const&\29 -3246:SkSL::\28anonymous\20namespace\29::ConstantExpressionVisitor::visitExpression\28SkSL::Expression\20const&\29 -3247:SkSL::Variable::Convert\28SkSL::Context\20const&\2c\20SkSL::Position\2c\20SkSL::Position\2c\20SkSL::Layout\20const&\2c\20SkSL::ModifierFlags\2c\20SkSL::Type\20const*\2c\20SkSL::Position\2c\20std::__2::basic_string_view>\2c\20SkSL::VariableStorage\29 -3248:SkSL::Type::checkForOutOfRangeLiteral\28SkSL::Context\20const&\2c\20SkSL::Expression\20const&\29\20const -3249:SkSL::Type::MakeSamplerType\28char\20const*\2c\20SkSL::Type\20const&\29 -3250:SkSL::SymbolTable::moveSymbolTo\28SkSL::SymbolTable*\2c\20SkSL::Symbol*\2c\20SkSL::Context\20const&\29 -3251:SkSL::SymbolTable::isType\28std::__2::basic_string_view>\29\20const -3252:SkSL::Symbol::instantiate\28SkSL::Context\20const&\2c\20SkSL::Position\29\20const -3253:SkSL::ReturnStatement::~ReturnStatement\28\29_6031 -3254:SkSL::ReturnStatement::~ReturnStatement\28\29 -3255:SkSL::RP::UnownedLValueSlice::~UnownedLValueSlice\28\29 -3256:SkSL::RP::Generator::pushTernaryExpression\28SkSL::Expression\20const&\2c\20SkSL::Expression\20const&\2c\20SkSL::Expression\20const&\29 -3257:SkSL::RP::Generator::pushStructuredComparison\28SkSL::RP::LValue*\2c\20SkSL::Operator\2c\20SkSL::RP::LValue*\2c\20SkSL::Type\20const&\29 -3258:SkSL::RP::Generator::pushMatrixMultiply\28SkSL::RP::LValue*\2c\20SkSL::Expression\20const&\2c\20SkSL::Expression\20const&\2c\20int\2c\20int\2c\20int\2c\20int\29 -3259:SkSL::RP::DynamicIndexLValue::~DynamicIndexLValue\28\29 -3260:SkSL::RP::Builder::push_uniform\28SkSL::RP::SlotRange\29 -3261:SkSL::RP::Builder::merge_condition_mask\28\29 -3262:SkSL::RP::Builder::jump\28int\29 -3263:SkSL::RP::Builder::branch_if_no_active_lanes_on_stack_top_equal\28int\2c\20int\29 -3264:SkSL::ProgramUsage::~ProgramUsage\28\29 -3265:SkSL::ProgramUsage::add\28SkSL::ProgramElement\20const&\29 -3266:SkSL::Pool::detachFromThread\28\29 -3267:SkSL::PipelineStage::ConvertProgram\28SkSL::Program\20const&\2c\20char\20const*\2c\20char\20const*\2c\20char\20const*\2c\20SkSL::PipelineStage::Callbacks*\29 -3268:SkSL::Parser::unaryExpression\28\29 -3269:SkSL::Parser::swizzle\28SkSL::Position\2c\20std::__2::unique_ptr>\2c\20std::__2::basic_string_view>\2c\20SkSL::Position\29 -3270:SkSL::Parser::block\28bool\2c\20std::__2::unique_ptr>*\29 -3271:SkSL::Operator::getBinaryPrecedence\28\29\20const -3272:SkSL::ModuleLoader::loadGPUModule\28SkSL::Compiler*\29 -3273:SkSL::ModifierFlags::checkPermittedFlags\28SkSL::Context\20const&\2c\20SkSL::Position\2c\20SkSL::ModifierFlags\29\20const -3274:SkSL::Mangler::uniqueName\28std::__2::basic_string_view>\2c\20SkSL::SymbolTable*\29 -3275:SkSL::LiteralType::slotType\28unsigned\20long\29\20const -3276:SkSL::Layout::operator==\28SkSL::Layout\20const&\29\20const -3277:SkSL::Layout::checkPermittedLayout\28SkSL::Context\20const&\2c\20SkSL::Position\2c\20SkEnumBitMask\29\20const -3278:SkSL::Inliner::analyze\28std::__2::vector>\2c\20std::__2::allocator>>>\20const&\2c\20SkSL::SymbolTable*\2c\20SkSL::ProgramUsage*\29 -3279:SkSL::GLSLCodeGenerator::~GLSLCodeGenerator\28\29 -3280:SkSL::GLSLCodeGenerator::writeLiteral\28SkSL::Literal\20const&\29 -3281:SkSL::GLSLCodeGenerator::writeFunctionDeclaration\28SkSL::FunctionDeclaration\20const&\29 -3282:SkSL::ForStatement::Make\28SkSL::Context\20const&\2c\20SkSL::Position\2c\20SkSL::ForLoopPositions\2c\20std::__2::unique_ptr>\2c\20std::__2::unique_ptr>\2c\20std::__2::unique_ptr>\2c\20std::__2::unique_ptr>\2c\20std::__2::unique_ptr>\2c\20std::__2::unique_ptr>\29 -3283:SkSL::FieldAccess::description\28SkSL::OperatorPrecedence\29\20const -3284:SkSL::Expression::isIncomplete\28SkSL::Context\20const&\29\20const -3285:SkSL::Expression::compareConstant\28SkSL::Expression\20const&\29\20const -3286:SkSL::DebugTracePriv::~DebugTracePriv\28\29 -3287:SkSL::Context::Context\28SkSL::BuiltinTypes\20const&\2c\20SkSL::ErrorReporter&\29 -3288:SkSL::ConstructorArrayCast::Make\28SkSL::Context\20const&\2c\20SkSL::Position\2c\20SkSL::Type\20const&\2c\20std::__2::unique_ptr>\29 -3289:SkSL::ConstructorArray::~ConstructorArray\28\29 -3290:SkSL::ConstructorArray::Make\28SkSL::Context\20const&\2c\20SkSL::Position\2c\20SkSL::Type\20const&\2c\20SkSL::ExpressionArray\29 -3291:SkSL::Analysis::GetReturnComplexity\28SkSL::FunctionDefinition\20const&\29 -3292:SkSL::Analysis::CallsColorTransformIntrinsics\28SkSL::Program\20const&\29 -3293:SkSL::AliasType::bitWidth\28\29\20const -3294:SkRuntimeEffectPriv::VarAsUniform\28SkSL::Variable\20const&\2c\20SkSL::Context\20const&\2c\20unsigned\20long*\29 -3295:SkRuntimeEffectPriv::UniformsAsSpan\28SkSpan\2c\20sk_sp\2c\20bool\2c\20SkColorSpace\20const*\2c\20SkArenaAlloc*\29 -3296:SkRuntimeEffect::source\28\29\20const -3297:SkRuntimeEffect::makeShader\28sk_sp\2c\20SkSpan\2c\20SkMatrix\20const*\29\20const -3298:SkRuntimeEffect::MakeForBlender\28SkString\2c\20SkRuntimeEffect::Options\20const&\29 -3299:SkResourceCache::~SkResourceCache\28\29 -3300:SkResourceCache::discardableFactory\28\29\20const -3301:SkResourceCache::checkMessages\28\29 -3302:SkResourceCache::NewCachedData\28unsigned\20long\29 -3303:SkRegion::translate\28int\2c\20int\2c\20SkRegion*\29\20const -3304:SkReduceOrder::Cubic\28SkPoint\20const*\2c\20SkPoint*\29 -3305:SkRectPriv::QuadContainsRectMask\28SkM44\20const&\2c\20SkRect\20const&\2c\20SkRect\20const&\2c\20float\29 -3306:SkRectClipBlitter::~SkRectClipBlitter\28\29 -3307:SkRecords::PreCachedPath::PreCachedPath\28SkPath\20const&\29 -3308:SkRecords::FillBounds::pushSaveBlock\28SkPaint\20const*\2c\20bool\29 -3309:SkRecordDraw\28SkRecord\20const&\2c\20SkCanvas*\2c\20SkPicture\20const*\20const*\2c\20SkDrawable*\20const*\2c\20int\2c\20SkBBoxHierarchy\20const*\2c\20SkPicture::AbortCallback*\29 -3310:SkReadBuffer::readPoint\28SkPoint*\29 -3311:SkReadBuffer::readPath\28SkPath*\29 -3312:SkReadBuffer::readByteArrayAsData\28\29 -3313:SkRasterPipeline_<256ul>::SkRasterPipeline_\28\29 -3314:SkRasterPipelineBlitter::~SkRasterPipelineBlitter\28\29 -3315:SkRasterPipelineBlitter::blitRect\28int\2c\20int\2c\20int\2c\20int\29 -3316:SkRasterPipelineBlitter::blitMask\28SkMask\20const&\2c\20SkIRect\20const&\29 -3317:SkRasterPipeline::appendLoad\28SkColorType\2c\20SkRasterPipelineContexts::MemoryCtx\20const*\29 -3318:SkRasterClipStack::SkRasterClipStack\28int\2c\20int\29 -3319:SkRasterClip::op\28SkPath\20const&\2c\20SkMatrix\20const&\2c\20SkClipOp\2c\20bool\29 -3320:SkRRectPriv::ConservativeIntersect\28SkRRect\20const&\2c\20SkRRect\20const&\29 -3321:SkRRect::scaleRadii\28\29 -3322:SkRRect::AreRectAndRadiiValid\28SkRect\20const&\2c\20SkPoint\20const*\29 -3323:SkRBuffer::skip\28unsigned\20long\29 -3324:SkPngEncoderImpl::~SkPngEncoderImpl\28\29 -3325:SkPngEncoderBase::getTargetInfo\28SkImageInfo\20const&\29 -3326:SkPngEncoder::Make\28SkWStream*\2c\20SkPixmap\20const&\2c\20SkPngEncoder::Options\20const&\29 -3327:SkPngDecoder::IsPng\28void\20const*\2c\20unsigned\20long\29 -3328:SkPixelRef::~SkPixelRef\28\29 -3329:SkPixelRef::notifyPixelsChanged\28\29 -3330:SkPictureRecorder::beginRecording\28SkRect\20const&\2c\20sk_sp\29 -3331:SkPictureRecord::addPathToHeap\28SkPath\20const&\29 -3332:SkPictureData::getPath\28SkReadBuffer*\29\20const -3333:SkPicture::serialize\28SkWStream*\2c\20SkSerialProcs\20const*\2c\20SkRefCntSet*\2c\20bool\29\20const -3334:SkPathWriter::update\28SkOpPtT\20const*\29 -3335:SkPathStroker::strokeCloseEnough\28SkPoint\20const*\2c\20SkPoint\20const*\2c\20SkQuadConstruct*\29\20const -3336:SkPathStroker::finishContour\28bool\2c\20bool\29 -3337:SkPathRef::reset\28\29 -3338:SkPathRef::isRRect\28SkRRect*\2c\20bool*\2c\20unsigned\20int*\29\20const -3339:SkPathRef::addGenIDChangeListener\28sk_sp\29 -3340:SkPathPriv::IsRectContour\28SkPath\20const&\2c\20bool\2c\20int*\2c\20SkPoint\20const**\2c\20bool*\2c\20SkPathDirection*\2c\20SkRect*\29 -3341:SkPathEffectBase::onAsPoints\28SkPathEffectBase::PointData*\2c\20SkPath\20const&\2c\20SkStrokeRec\20const&\2c\20SkMatrix\20const&\2c\20SkRect\20const*\29\20const -3342:SkPathEffect::filterPath\28SkPathBuilder*\2c\20SkPath\20const&\2c\20SkStrokeRec*\2c\20SkRect\20const*\2c\20SkMatrix\20const&\29\20const -3343:SkPathBuilder::operator=\28SkPathBuilder\20const&\29 -3344:SkPathBuilder::getLastPt\28\29\20const -3345:SkPathBuilder::addOval\28SkRect\20const&\2c\20SkPathDirection\2c\20unsigned\20int\29 -3346:SkPath::writeToMemory\28void*\29\20const -3347:SkPath::rewind\28\29 -3348:SkPath::rQuadTo\28float\2c\20float\2c\20float\2c\20float\29 -3349:SkPath::contains\28float\2c\20float\29\20const -3350:SkPath::arcTo\28float\2c\20float\2c\20float\2c\20SkPath::ArcSize\2c\20SkPathDirection\2c\20float\2c\20float\29 -3351:SkPath::approximateBytesUsed\28\29\20const -3352:SkPath::addRRect\28SkRRect\20const&\2c\20SkPathDirection\2c\20unsigned\20int\29 -3353:SkPath::Rect\28SkRect\20const&\2c\20SkPathDirection\2c\20unsigned\20int\29 -3354:SkParse::FindScalar\28char\20const*\2c\20float*\29 -3355:SkPairPathEffect::flatten\28SkWriteBuffer&\29\20const -3356:SkPaintToGrPaintWithBlend\28skgpu::ganesh::SurfaceDrawContext*\2c\20SkPaint\20const&\2c\20SkMatrix\20const&\2c\20SkBlender*\2c\20GrPaint*\29 -3357:SkPaintToGrPaintReplaceShader\28skgpu::ganesh::SurfaceDrawContext*\2c\20SkPaint\20const&\2c\20SkMatrix\20const&\2c\20std::__2::unique_ptr>\2c\20GrPaint*\29 -3358:SkPaint::refImageFilter\28\29\20const -3359:SkPaint::refBlender\28\29\20const -3360:SkPaint::getBlendMode_or\28SkBlendMode\29\20const -3361:SkPackARGB_as_RGBA\28unsigned\20int\2c\20unsigned\20int\2c\20unsigned\20int\2c\20unsigned\20int\29 -3362:SkPackARGB_as_BGRA\28unsigned\20int\2c\20unsigned\20int\2c\20unsigned\20int\2c\20unsigned\20int\29 -3363:SkOpSpan::setOppSum\28int\29 -3364:SkOpSegment::markAndChaseWinding\28SkOpSpanBase*\2c\20SkOpSpanBase*\2c\20int\2c\20SkOpSpanBase**\29 -3365:SkOpSegment::markAllDone\28\29 -3366:SkOpSegment::activeWinding\28SkOpSpanBase*\2c\20SkOpSpanBase*\29 -3367:SkOpPtT::contains\28SkOpSegment\20const*\29\20const -3368:SkOpEdgeBuilder::closeContour\28SkPoint\20const&\2c\20SkPoint\20const&\29 -3369:SkOpCoincidence::releaseDeleted\28\29 -3370:SkOpCoincidence::markCollapsed\28SkOpPtT*\29 -3371:SkOpCoincidence::findOverlaps\28SkOpCoincidence*\29\20const -3372:SkOpCoincidence::expand\28\29 -3373:SkOpCoincidence::apply\28\29 -3374:SkOpAngle::orderable\28SkOpAngle*\29 -3375:SkOpAngle::computeSector\28\29 -3376:SkNoPixelsDevice::SkNoPixelsDevice\28SkIRect\20const&\2c\20SkSurfaceProps\20const&\2c\20sk_sp\29 -3377:SkNoPixelsDevice::SkNoPixelsDevice\28SkIRect\20const&\2c\20SkSurfaceProps\20const&\29 -3378:SkMessageBus::BufferFinishedMessage\2c\20GrDirectContext::DirectContextID\2c\20false>::Get\28\29 -3379:SkMemoryStream::SkMemoryStream\28sk_sp\29 -3380:SkMatrix\20skif::Mapping::map\28SkMatrix\20const&\2c\20SkMatrix\20const&\29 -3381:SkMatrix::setRotate\28float\29 -3382:SkMatrix::setPolyToPoly\28SkPoint\20const*\2c\20SkPoint\20const*\2c\20int\29 -3383:SkMatrix::postSkew\28float\2c\20float\29 -3384:SkMatrix::invert\28SkMatrix*\29\20const -3385:SkMatrix::getMinScale\28\29\20const -3386:SkMatrix::getMinMaxScales\28float*\29\20const -3387:SkMaskBuilder::PrepareDestination\28int\2c\20int\2c\20SkMask\20const&\29 -3388:SkM44::preTranslate\28float\2c\20float\2c\20float\29 -3389:SkLineClipper::ClipLine\28SkPoint\20const*\2c\20SkRect\20const&\2c\20SkPoint*\2c\20bool\29 -3390:SkLRUCache::~SkLRUCache\28\29 -3391:SkKnownRuntimeEffects::\28anonymous\20namespace\29::make_matrix_conv_shader\28SkKnownRuntimeEffects::\28anonymous\20namespace\29::MatrixConvolutionImpl\2c\20SkKnownRuntimeEffects::StableKey\29 -3392:SkJSONWriter::separator\28bool\29 -3393:SkInvert4x4Matrix\28float\20const*\2c\20float*\29 -3394:SkIntersections::intersectRay\28SkDQuad\20const&\2c\20SkDLine\20const&\29 -3395:SkIntersections::intersectRay\28SkDLine\20const&\2c\20SkDLine\20const&\29 -3396:SkIntersections::intersectRay\28SkDCubic\20const&\2c\20SkDLine\20const&\29 -3397:SkIntersections::intersectRay\28SkDConic\20const&\2c\20SkDLine\20const&\29 -3398:SkIntersections::cleanUpParallelLines\28bool\29 -3399:SkImage_Raster::onPeekBitmap\28\29\20const -3400:SkImage_Raster::SkImage_Raster\28SkImageInfo\20const&\2c\20sk_sp\2c\20unsigned\20long\2c\20unsigned\20int\29 -3401:SkImage_Ganesh::~SkImage_Ganesh\28\29 -3402:SkImageShader::Make\28sk_sp\2c\20SkTileMode\2c\20SkTileMode\2c\20SkSamplingOptions\20const&\2c\20SkMatrix\20const*\2c\20bool\29 -3403:SkImageInfo::Make\28SkISize\2c\20SkColorType\2c\20SkAlphaType\29 -3404:SkImageInfo::MakeN32Premul\28SkISize\29 -3405:SkImageGenerator::getPixels\28SkImageInfo\20const&\2c\20void*\2c\20unsigned\20long\29 -3406:SkImageGenerator::SkImageGenerator\28SkImageInfo\20const&\2c\20unsigned\20int\29 -3407:SkImageFilters::Blur\28float\2c\20float\2c\20SkTileMode\2c\20sk_sp\2c\20SkImageFilters::CropRect\20const&\29 -3408:SkImageFilter_Base::getInputBounds\28skif::Mapping\20const&\2c\20skif::DeviceSpace\20const&\2c\20std::__2::optional>\29\20const -3409:SkImageFilter_Base::filterImage\28skif::Context\20const&\29\20const -3410:SkImageFilter_Base::affectsTransparentBlack\28\29\20const -3411:SkImage::height\28\29\20const -3412:SkImage::hasMipmaps\28\29\20const -3413:SkIcuBreakIteratorCache::makeBreakIterator\28SkUnicode::BreakType\2c\20char\20const*\29 -3414:SkIDChangeListener::List::add\28sk_sp\29 -3415:SkGradientShader::MakeTwoPointConical\28SkPoint\20const&\2c\20float\2c\20SkPoint\20const&\2c\20float\2c\20SkRGBA4f<\28SkAlphaType\293>\20const*\2c\20sk_sp\2c\20float\20const*\2c\20int\2c\20SkTileMode\2c\20SkGradientShader::Interpolation\20const&\2c\20SkMatrix\20const*\29 -3416:SkGradientShader::MakeLinear\28SkPoint\20const*\2c\20SkRGBA4f<\28SkAlphaType\293>\20const*\2c\20sk_sp\2c\20float\20const*\2c\20int\2c\20SkTileMode\2c\20SkGradientShader::Interpolation\20const&\2c\20SkMatrix\20const*\29 -3417:SkGradientBaseShader::AppendInterpolatedToDstStages\28SkRasterPipeline*\2c\20SkArenaAlloc*\2c\20bool\2c\20SkGradientShader::Interpolation\20const&\2c\20SkColorSpace\20const*\2c\20SkColorSpace\20const*\29 -3418:SkGlyphRunListPainterCPU::SkGlyphRunListPainterCPU\28SkSurfaceProps\20const&\2c\20SkColorType\2c\20SkColorSpace*\29 -3419:SkGlyph::setPath\28SkArenaAlloc*\2c\20SkScalerContext*\29 -3420:SkGlyph::pathIsHairline\28\29\20const -3421:SkGlyph::mask\28\29\20const -3422:SkFontPriv::ApproximateTransformedTextSize\28SkFont\20const&\2c\20SkMatrix\20const&\2c\20SkPoint\20const&\29 -3423:SkFontMgr::matchFamily\28char\20const*\29\20const -3424:SkFindCubicMaxCurvature\28SkPoint\20const*\2c\20float*\29 -3425:SkExif::parse_ifd\28SkExif::Metadata&\2c\20sk_sp\2c\20std::__2::unique_ptr>\2c\20bool\2c\20bool\29 -3426:SkEncoder::encodeRows\28int\29 -3427:SkEncodedInfo::ICCProfile::Make\28sk_sp\29 -3428:SkEmptyFontMgr::onMatchFamilyStyleCharacter\28char\20const*\2c\20SkFontStyle\20const&\2c\20char\20const**\2c\20int\2c\20int\29\20const -3429:SkEdge::setLine\28SkPoint\20const&\2c\20SkPoint\20const&\2c\20SkIRect\20const*\29 -3430:SkDynamicMemoryWStream::padToAlign4\28\29 -3431:SkDrawable::SkDrawable\28\29 -3432:SkDrawBase::drawRRect\28SkRRect\20const&\2c\20SkPaint\20const&\29\20const -3433:SkDrawBase::drawDevicePoints\28SkCanvas::PointMode\2c\20SkSpan\2c\20SkPaint\20const&\2c\20SkDevice*\29\20const -3434:SkDraw::drawBitmap\28SkBitmap\20const&\2c\20SkMatrix\20const&\2c\20SkRect\20const*\2c\20SkSamplingOptions\20const&\2c\20SkPaint\20const&\29\20const -3435:SkDevice::simplifyGlyphRunRSXFormAndRedraw\28SkCanvas*\2c\20sktext::GlyphRunList\20const&\2c\20SkPaint\20const&\29 -3436:SkDevice::setDeviceCoordinateSystem\28SkM44\20const&\2c\20SkM44\20const&\2c\20SkM44\20const&\2c\20int\2c\20int\29 -3437:SkDataTable::at\28int\2c\20unsigned\20long*\29\20const -3438:SkData::MakeFromStream\28SkStream*\2c\20unsigned\20long\29 -3439:SkDQuad::dxdyAtT\28double\29\20const -3440:SkDQuad::RootsReal\28double\2c\20double\2c\20double\2c\20double*\29 -3441:SkDQuad::FindExtrema\28double\20const*\2c\20double*\29 -3442:SkDCubic::subDivide\28double\2c\20double\29\20const -3443:SkDCubic::searchRoots\28double*\2c\20int\2c\20double\2c\20SkDCubic::SearchAxis\2c\20double*\29\20const -3444:SkDCubic::Coefficients\28double\20const*\2c\20double*\2c\20double*\2c\20double*\2c\20double*\29 -3445:SkDConic::dxdyAtT\28double\29\20const -3446:SkDConic::FindExtrema\28double\20const*\2c\20float\2c\20double*\29 -3447:SkContourMeasure_segTo\28SkPoint\20const*\2c\20unsigned\20int\2c\20float\2c\20float\2c\20SkPathBuilder*\29 -3448:SkContourMeasureIter::next\28\29 -3449:SkContourMeasureIter::Impl::compute_quad_segs\28SkPoint\20const*\2c\20float\2c\20int\2c\20int\2c\20unsigned\20int\2c\20int\29 -3450:SkContourMeasureIter::Impl::compute_cubic_segs\28SkPoint\20const*\2c\20float\2c\20int\2c\20int\2c\20unsigned\20int\2c\20int\29 -3451:SkContourMeasureIter::Impl::compute_conic_segs\28SkConic\20const&\2c\20float\2c\20int\2c\20SkPoint\20const&\2c\20int\2c\20SkPoint\20const&\2c\20unsigned\20int\2c\20int\29 -3452:SkContourMeasure::getPosTan\28float\2c\20SkPoint*\2c\20SkPoint*\29\20const -3453:SkConic::evalAt\28float\29\20const -3454:SkColorSpace::toXYZD50\28skcms_Matrix3x3*\29\20const -3455:SkColorSpace::serialize\28\29\20const -3456:SkColorSpace::gamutTransformTo\28SkColorSpace\20const*\2c\20skcms_Matrix3x3*\29\20const -3457:SkColorPalette::SkColorPalette\28unsigned\20int\20const*\2c\20int\29 -3458:SkColor4fPrepForDst\28SkRGBA4f<\28SkAlphaType\293>\2c\20GrColorInfo\20const&\29 -3459:SkCodec::startIncrementalDecode\28SkImageInfo\20const&\2c\20void*\2c\20unsigned\20long\2c\20SkCodec::Options\20const*\29 -3460:SkCodec::outputScanline\28int\29\20const -3461:SkChopMonoCubicAtY\28SkPoint\20const*\2c\20float\2c\20SkPoint*\29 -3462:SkChopCubicAt\28SkPoint\20const*\2c\20SkPoint*\2c\20float\2c\20float\29 -3463:SkCanvas::scale\28float\2c\20float\29 -3464:SkCanvas::private_draw_shadow_rec\28SkPath\20const&\2c\20SkDrawShadowRec\20const&\29 -3465:SkCanvas::onResetClip\28\29 -3466:SkCanvas::onClipShader\28sk_sp\2c\20SkClipOp\29 -3467:SkCanvas::onClipRegion\28SkRegion\20const&\2c\20SkClipOp\29 -3468:SkCanvas::onClipRect\28SkRect\20const&\2c\20SkClipOp\2c\20SkCanvas::ClipEdgeStyle\29 -3469:SkCanvas::onClipRRect\28SkRRect\20const&\2c\20SkClipOp\2c\20SkCanvas::ClipEdgeStyle\29 -3470:SkCanvas::onClipPath\28SkPath\20const&\2c\20SkClipOp\2c\20SkCanvas::ClipEdgeStyle\29 -3471:SkCanvas::internal_private_resetClip\28\29 -3472:SkCanvas::internalSaveLayer\28SkCanvas::SaveLayerRec\20const&\2c\20SkCanvas::SaveLayerStrategy\2c\20bool\29 -3473:SkCanvas::internalDrawDeviceWithFilter\28SkDevice*\2c\20SkDevice*\2c\20SkSpan>\2c\20SkPaint\20const&\2c\20SkCanvas::DeviceCompatibleWithFilter\2c\20SkColorInfo\20const&\2c\20float\2c\20SkTileMode\2c\20bool\29 -3474:SkCanvas::experimental_DrawEdgeAAImageSet\28SkCanvas::ImageSetEntry\20const*\2c\20int\2c\20SkPoint\20const*\2c\20SkMatrix\20const*\2c\20SkSamplingOptions\20const&\2c\20SkPaint\20const*\2c\20SkCanvas::SrcRectConstraint\29 -3475:SkCanvas::drawRRect\28SkRRect\20const&\2c\20SkPaint\20const&\29 -3476:SkCanvas::drawPoints\28SkCanvas::PointMode\2c\20SkSpan\2c\20SkPaint\20const&\29 -3477:SkCanvas::drawPatch\28SkPoint\20const*\2c\20unsigned\20int\20const*\2c\20SkPoint\20const*\2c\20SkBlendMode\2c\20SkPaint\20const&\29 -3478:SkCanvas::drawOval\28SkRect\20const&\2c\20SkPaint\20const&\29 -3479:SkCanvas::drawDRRect\28SkRRect\20const&\2c\20SkRRect\20const&\2c\20SkPaint\20const&\29 -3480:SkCanvas::drawArc\28SkRect\20const&\2c\20float\2c\20float\2c\20bool\2c\20SkPaint\20const&\29 -3481:SkCanvas::clipRRect\28SkRRect\20const&\2c\20SkClipOp\2c\20bool\29 -3482:SkCanvas::SkCanvas\28sk_sp\29 -3483:SkCanvas::SkCanvas\28SkIRect\20const&\29 -3484:SkCachedData::~SkCachedData\28\29 -3485:SkCTMShader::~SkCTMShader\28\29_4926 -3486:SkBmpRLECodec::setPixel\28void*\2c\20unsigned\20long\2c\20SkImageInfo\20const&\2c\20unsigned\20int\2c\20unsigned\20int\2c\20unsigned\20char\29 -3487:SkBmpCodec::prepareToDecode\28SkImageInfo\20const&\2c\20SkCodec::Options\20const&\29 -3488:SkBlitterClipper::apply\28SkBlitter*\2c\20SkRegion\20const*\2c\20SkIRect\20const*\29 -3489:SkBlitter::blitRegion\28SkRegion\20const&\29 -3490:SkBitmapDevice::Create\28SkImageInfo\20const&\2c\20SkSurfaceProps\20const&\2c\20SkRasterHandleAllocator*\29 -3491:SkBitmapDevice::BDDraw::~BDDraw\28\29 -3492:SkBitmapCacheDesc::Make\28SkImage\20const*\29 -3493:SkBitmap::writePixels\28SkPixmap\20const&\2c\20int\2c\20int\29 -3494:SkBitmap::setPixels\28void*\29 -3495:SkBitmap::setPixelRef\28sk_sp\2c\20int\2c\20int\29 -3496:SkBitmap::readPixels\28SkImageInfo\20const&\2c\20void*\2c\20unsigned\20long\2c\20int\2c\20int\29\20const -3497:SkBitmap::pixelRefOrigin\28\29\20const -3498:SkBitmap::notifyPixelsChanged\28\29\20const -3499:SkBitmap::isImmutable\28\29\20const -3500:SkBitmap::installPixels\28SkPixmap\20const&\29 -3501:SkBitmap::allocPixels\28\29 -3502:SkBinaryWriteBuffer::writeScalarArray\28SkSpan\29 -3503:SkBaseShadowTessellator::~SkBaseShadowTessellator\28\29_5153 -3504:SkBaseShadowTessellator::handleCubic\28SkMatrix\20const&\2c\20SkPoint*\29 -3505:SkBaseShadowTessellator::handleConic\28SkMatrix\20const&\2c\20SkPoint*\2c\20float\29 -3506:SkAutoPathBoundsUpdate::SkAutoPathBoundsUpdate\28SkPath*\2c\20SkRect\20const&\29 -3507:SkAutoDescriptor::SkAutoDescriptor\28SkAutoDescriptor&&\29 -3508:SkArenaAllocWithReset::SkArenaAllocWithReset\28char*\2c\20unsigned\20long\2c\20unsigned\20long\29 -3509:SkAnimatedImage::decodeNextFrame\28\29 -3510:SkAnimatedImage::Frame::copyTo\28SkAnimatedImage::Frame*\29\20const -3511:SkAnalyticQuadraticEdge::updateQuadratic\28\29 -3512:SkAnalyticCubicEdge::updateCubic\28\29 -3513:SkAlphaRuns::reset\28int\29 -3514:SkAAClip::setRect\28SkIRect\20const&\29 -3515:ReconstructRow -3516:R_17297 -3517:OpAsWinding::nextEdge\28Contour&\2c\20OpAsWinding::Edge\29 -3518:OT::sbix::sanitize\28hb_sanitize_context_t*\29\20const -3519:OT::post::accelerator_t::cmp_gids\28void\20const*\2c\20void\20const*\2c\20void*\29 -3520:OT::hb_ot_layout_lookup_accelerator_t*\20OT::hb_ot_layout_lookup_accelerator_t::create\28OT::Layout::GSUB_impl::SubstLookup\20const&\29 -3521:OT::gvar_GVAR\2c\201735811442u>::sanitize_shallow\28hb_sanitize_context_t*\29\20const -3522:OT::fvar::sanitize\28hb_sanitize_context_t*\29\20const -3523:OT::cmap_accelerator_t*\20hb_data_wrapper_t::call_create>\28\29\20const -3524:OT::cmap::sanitize\28hb_sanitize_context_t*\29\20const -3525:OT::cff2::accelerator_templ_t>::_fini\28\29 -3526:OT::avar::sanitize\28hb_sanitize_context_t*\29\20const -3527:OT::VarRegionList::evaluate\28unsigned\20int\2c\20int\20const*\2c\20unsigned\20int\2c\20float*\29\20const -3528:OT::STAT::sanitize\28hb_sanitize_context_t*\29\20const -3529:OT::Rule::apply\28OT::hb_ot_apply_context_t*\2c\20OT::ContextApplyLookupContext\20const&\29\20const -3530:OT::MVAR::sanitize\28hb_sanitize_context_t*\29\20const -3531:OT::Layout::GSUB_impl::SubstLookup::serialize_ligature\28hb_serialize_context_t*\2c\20unsigned\20int\2c\20hb_sorted_array_t\2c\20hb_array_t\2c\20hb_array_t\2c\20hb_array_t\2c\20hb_array_t\29 -3532:OT::Layout::GPOS_impl::MarkArray::apply\28OT::hb_ot_apply_context_t*\2c\20unsigned\20int\2c\20unsigned\20int\2c\20OT::Layout::GPOS_impl::AnchorMatrix\20const&\2c\20unsigned\20int\2c\20unsigned\20int\29\20const -3533:OT::GDEFVersion1_2::sanitize\28hb_sanitize_context_t*\29\20const -3534:OT::Device::get_y_delta\28hb_font_t*\2c\20OT::ItemVariationStore\20const&\2c\20float*\29\20const -3535:OT::Device::get_x_delta\28hb_font_t*\2c\20OT::ItemVariationStore\20const&\2c\20float*\29\20const -3536:OT::Condition::sanitize\28hb_sanitize_context_t*\29\20const -3537:OT::ClipList::get_extents\28unsigned\20int\2c\20hb_glyph_extents_t*\2c\20OT::ItemVarStoreInstancer\20const&\29\20const -3538:OT::ChainRule::apply\28OT::hb_ot_apply_context_t*\2c\20OT::ChainContextApplyLookupContext\20const&\29\20const -3539:OT::CPAL::sanitize\28hb_sanitize_context_t*\29\20const -3540:OT::COLR::sanitize\28hb_sanitize_context_t*\29\20const -3541:OT::COLR::paint_glyph\28hb_font_t*\2c\20unsigned\20int\2c\20hb_paint_funcs_t*\2c\20void*\2c\20unsigned\20int\2c\20unsigned\20int\2c\20bool\2c\20hb_colr_scratch_t&\29\20const -3542:OT::CBLC::sanitize\28hb_sanitize_context_t*\29\20const -3543:MakeRasterCopyPriv\28SkPixmap\20const&\2c\20unsigned\20int\29 -3544:LineQuadraticIntersections::pinTs\28double*\2c\20double*\2c\20SkDPoint*\2c\20LineQuadraticIntersections::PinTPoint\29 -3545:LineQuadraticIntersections::checkCoincident\28\29 -3546:LineQuadraticIntersections::addLineNearEndPoints\28\29 -3547:LineCubicIntersections::pinTs\28double*\2c\20double*\2c\20SkDPoint*\2c\20LineCubicIntersections::PinTPoint\29 -3548:LineCubicIntersections::checkCoincident\28\29 -3549:LineCubicIntersections::addLineNearEndPoints\28\29 -3550:LineConicIntersections::pinTs\28double*\2c\20double*\2c\20SkDPoint*\2c\20LineConicIntersections::PinTPoint\29 -3551:LineConicIntersections::checkCoincident\28\29 -3552:LineConicIntersections::addLineNearEndPoints\28\29 -3553:Ins_UNKNOWN -3554:GrXferProcessor::GrXferProcessor\28GrProcessor::ClassID\29 -3555:GrVertexChunkBuilder::~GrVertexChunkBuilder\28\29 -3556:GrTriangulator::tessellate\28GrTriangulator::VertexList\20const&\2c\20GrTriangulator::Comparator\20const&\29 -3557:GrTriangulator::splitEdge\28GrTriangulator::Edge*\2c\20GrTriangulator::Vertex*\2c\20GrTriangulator::EdgeList*\2c\20GrTriangulator::Vertex**\2c\20GrTriangulator::Comparator\20const&\29 -3558:GrTriangulator::pathToPolys\28float\2c\20SkRect\20const&\2c\20bool*\29 -3559:GrTriangulator::generateCubicPoints\28SkPoint\20const&\2c\20SkPoint\20const&\2c\20SkPoint\20const&\2c\20SkPoint\20const&\2c\20float\2c\20GrTriangulator::VertexList*\2c\20int\29\20const -3560:GrTriangulator::emitTriangle\28GrTriangulator::Vertex*\2c\20GrTriangulator::Vertex*\2c\20GrTriangulator::Vertex*\2c\20int\2c\20skgpu::VertexWriter\29\20const -3561:GrTriangulator::checkForIntersection\28GrTriangulator::Edge*\2c\20GrTriangulator::Edge*\2c\20GrTriangulator::EdgeList*\2c\20GrTriangulator::Vertex**\2c\20GrTriangulator::VertexList*\2c\20GrTriangulator::Comparator\20const&\29 -3562:GrTriangulator::applyFillType\28int\29\20const -3563:GrTriangulator::EdgeList::insert\28GrTriangulator::Edge*\2c\20GrTriangulator::Edge*\29 -3564:GrTriangulator::Edge::intersect\28GrTriangulator::Edge\20const&\2c\20SkPoint*\2c\20unsigned\20char*\29\20const -3565:GrTriangulator::Edge::insertBelow\28GrTriangulator::Vertex*\2c\20GrTriangulator::Comparator\20const&\29 -3566:GrTriangulator::Edge::insertAbove\28GrTriangulator::Vertex*\2c\20GrTriangulator::Comparator\20const&\29 -3567:GrToGLStencilFunc\28GrStencilTest\29 -3568:GrThreadSafeCache::~GrThreadSafeCache\28\29 -3569:GrThreadSafeCache::dropAllRefs\28\29 -3570:GrTextureRenderTargetProxy::callbackDesc\28\29\20const -3571:GrTextureProxy::clearUniqueKey\28\29 -3572:GrTexture::GrTexture\28GrGpu*\2c\20SkISize\20const&\2c\20skgpu::Protected\2c\20GrTextureType\2c\20GrMipmapStatus\2c\20std::__2::basic_string_view>\29 -3573:GrTexture::ComputeScratchKey\28GrCaps\20const&\2c\20GrBackendFormat\20const&\2c\20SkISize\2c\20skgpu::Renderable\2c\20int\2c\20skgpu::Mipmapped\2c\20skgpu::Protected\2c\20skgpu::ScratchKey*\29 -3574:GrSurfaceProxyView::asTextureProxyRef\28\29\20const -3575:GrSurfaceProxy::GrSurfaceProxy\28std::__2::function&&\2c\20GrBackendFormat\20const&\2c\20SkISize\2c\20SkBackingFit\2c\20skgpu::Budgeted\2c\20skgpu::Protected\2c\20GrInternalSurfaceFlags\2c\20GrSurfaceProxy::UseAllocator\2c\20std::__2::basic_string_view>\29 -3576:GrSurfaceProxy::GrSurfaceProxy\28sk_sp\2c\20SkBackingFit\2c\20GrSurfaceProxy::UseAllocator\29 -3577:GrSurface::setRelease\28sk_sp\29 -3578:GrStyledShape::styledBounds\28\29\20const -3579:GrStyledShape::asLine\28SkPoint*\2c\20bool*\29\20const -3580:GrStyledShape::addGenIDChangeListener\28sk_sp\29\20const -3581:GrSimpleMeshDrawOpHelper::fixedFunctionFlags\28\29\20const -3582:GrShape::setRRect\28SkRRect\20const&\29 -3583:GrShape::segmentMask\28\29\20const -3584:GrResourceProvider::assignUniqueKeyToResource\28skgpu::UniqueKey\20const&\2c\20GrGpuResource*\29 -3585:GrResourceCache::releaseAll\28\29 -3586:GrResourceCache::refAndMakeResourceMRU\28GrGpuResource*\29 -3587:GrResourceCache::getNextTimestamp\28\29 -3588:GrRenderTask::addDependency\28GrRenderTask*\29 -3589:GrRenderTargetProxy::canUseStencil\28GrCaps\20const&\29\20const -3590:GrRecordingContextPriv::addOnFlushCallbackObject\28GrOnFlushCallbackObject*\29 -3591:GrRecordingContext::~GrRecordingContext\28\29 -3592:GrRecordingContext::abandonContext\28\29 -3593:GrQuadUtils::TessellationHelper::Vertices::moveTo\28skvx::Vec<4\2c\20float>\20const&\2c\20skvx::Vec<4\2c\20float>\20const&\2c\20skvx::Vec<4\2c\20int>\20const&\29 -3594:GrQuadUtils::TessellationHelper::EdgeEquations::reset\28GrQuadUtils::TessellationHelper::EdgeVectors\20const&\29 -3595:GrQuadUtils::ResolveAAType\28GrAAType\2c\20GrQuadAAFlags\2c\20GrQuad\20const&\2c\20GrAAType*\2c\20GrQuadAAFlags*\29 -3596:GrQuadBuffer<\28anonymous\20namespace\29::FillRectOpImpl::ColorAndAA>::append\28GrQuad\20const&\2c\20\28anonymous\20namespace\29::FillRectOpImpl::ColorAndAA&&\2c\20GrQuad\20const*\29 -3597:GrPixmap::GrPixmap\28GrImageInfo\2c\20void*\2c\20unsigned\20long\29 -3598:GrPipeline::GrPipeline\28GrPipeline::InitArgs\20const&\2c\20GrProcessorSet&&\2c\20GrAppliedClip&&\29 -3599:GrPersistentCacheUtils::UnpackCachedShaders\28SkReadBuffer*\2c\20SkSL::NativeShader*\2c\20bool\2c\20SkSL::ProgramInterface*\2c\20int\2c\20GrPersistentCacheUtils::ShaderMetadata*\29 -3600:GrPathUtils::convertCubicToQuads\28SkPoint\20const*\2c\20float\2c\20skia_private::TArray*\29 -3601:GrPathTessellationShader::Make\28GrShaderCaps\20const&\2c\20SkArenaAlloc*\2c\20SkMatrix\20const&\2c\20SkRGBA4f<\28SkAlphaType\292>\20const&\2c\20skgpu::tess::PatchAttribs\29 -3602:GrOp::chainConcat\28std::__2::unique_ptr>\29 -3603:GrMeshDrawOp::PatternHelper::PatternHelper\28GrMeshDrawTarget*\2c\20GrPrimitiveType\2c\20unsigned\20long\2c\20sk_sp\2c\20int\2c\20int\2c\20int\2c\20int\29 -3604:GrMemoryPool::Make\28unsigned\20long\2c\20unsigned\20long\29 -3605:GrMakeKeyFromImageID\28skgpu::UniqueKey*\2c\20unsigned\20int\2c\20SkIRect\20const&\29 -3606:GrImageInfo::GrImageInfo\28GrColorInfo\20const&\2c\20SkISize\20const&\29 -3607:GrGpuResource::removeScratchKey\28\29 -3608:GrGpuResource::registerWithCacheWrapped\28GrWrapCacheable\29 -3609:GrGpuResource::dumpMemoryStatisticsPriv\28SkTraceMemoryDump*\2c\20SkString\20const&\2c\20char\20const*\2c\20unsigned\20long\29\20const -3610:GrGpuBuffer::onGpuMemorySize\28\29\20const -3611:GrGpu::resolveRenderTarget\28GrRenderTarget*\2c\20SkIRect\20const&\29 -3612:GrGpu::executeFlushInfo\28SkSpan\2c\20SkSurfaces::BackendSurfaceAccess\2c\20GrFlushInfo\20const&\2c\20std::__2::optional\2c\20skgpu::MutableTextureState\20const*\29 -3613:GrGeometryProcessor::TextureSampler::TextureSampler\28GrSamplerState\2c\20GrBackendFormat\20const&\2c\20skgpu::Swizzle\20const&\29 -3614:GrGeometryProcessor::ProgramImpl::ComputeMatrixKeys\28GrShaderCaps\20const&\2c\20SkMatrix\20const&\2c\20SkMatrix\20const&\29 -3615:GrGLUniformHandler::getUniformVariable\28GrResourceHandle\29\20const -3616:GrGLTextureRenderTarget::~GrGLTextureRenderTarget\28\29_12470 -3617:GrGLSemaphore::GrGLSemaphore\28GrGLGpu*\2c\20bool\29 -3618:GrGLSLVaryingHandler::~GrGLSLVaryingHandler\28\29 -3619:GrGLSLShaderBuilder::emitFunction\28SkSLType\2c\20char\20const*\2c\20SkSpan\2c\20char\20const*\29 -3620:GrGLSLProgramDataManager::setSkMatrix\28GrResourceHandle\2c\20SkMatrix\20const&\29\20const -3621:GrGLSLProgramBuilder::writeFPFunction\28GrFragmentProcessor\20const&\2c\20GrFragmentProcessor::ProgramImpl&\29 -3622:GrGLSLProgramBuilder::invokeFP\28GrFragmentProcessor\20const&\2c\20GrFragmentProcessor::ProgramImpl\20const&\2c\20char\20const*\2c\20char\20const*\2c\20char\20const*\29\20const -3623:GrGLSLProgramBuilder::addRTFlipUniform\28char\20const*\29 -3624:GrGLSLFragmentShaderBuilder::dstColor\28\29 -3625:GrGLSLBlend::BlendKey\28SkBlendMode\29 -3626:GrGLProgramBuilder::~GrGLProgramBuilder\28\29 -3627:GrGLProgramBuilder::computeCountsAndStrides\28unsigned\20int\2c\20GrGeometryProcessor\20const&\2c\20bool\29 -3628:GrGLGpu::flushScissor\28GrScissorState\20const&\2c\20int\2c\20GrSurfaceOrigin\29 -3629:GrGLGpu::flushClearColor\28std::__2::array\29 -3630:GrGLGpu::createTexture\28SkISize\2c\20GrGLFormat\2c\20unsigned\20int\2c\20skgpu::Renderable\2c\20GrGLTextureParameters::SamplerOverriddenState*\2c\20int\2c\20skgpu::Protected\2c\20std::__2::basic_string_view>\29 -3631:GrGLGpu::copySurfaceAsDraw\28GrSurface*\2c\20bool\2c\20GrSurface*\2c\20SkIRect\20const&\2c\20SkIRect\20const&\2c\20SkFilterMode\29 -3632:GrGLGpu::HWVertexArrayState::bindInternalVertexArray\28GrGLGpu*\2c\20GrBuffer\20const*\29 -3633:GrGLFunction::GrGLFunction\28void\20\28*\29\28unsigned\20int\2c\20int\2c\20int\2c\20int\2c\20int\2c\20int\2c\20int\2c\20int\29\29::'lambda'\28void\20const*\2c\20unsigned\20int\2c\20int\2c\20int\2c\20int\2c\20int\2c\20int\2c\20int\2c\20int\29::__invoke\28void\20const*\2c\20unsigned\20int\2c\20int\2c\20int\2c\20int\2c\20int\2c\20int\2c\20int\2c\20int\29 -3634:GrGLBuffer::Make\28GrGLGpu*\2c\20unsigned\20long\2c\20GrGpuBufferType\2c\20GrAccessPattern\29 -3635:GrGLAttribArrayState::enableVertexArrays\28GrGLGpu\20const*\2c\20int\2c\20GrPrimitiveRestart\29 -3636:GrFragmentProcessors::make_effect_fp\28sk_sp\2c\20char\20const*\2c\20sk_sp\2c\20std::__2::unique_ptr>\2c\20std::__2::unique_ptr>\2c\20SkSpan\2c\20GrFPArgs\20const&\29 -3637:GrFragmentProcessors::Make\28SkShader\20const*\2c\20GrFPArgs\20const&\2c\20SkMatrix\20const&\29 -3638:GrFragmentProcessors::MakeChildFP\28SkRuntimeEffect::ChildPtr\20const&\2c\20GrFPArgs\20const&\29 -3639:GrFragmentProcessors::IsSupported\28SkMaskFilter\20const*\29 -3640:GrFragmentProcessor::makeProgramImpl\28\29\20const -3641:GrFragmentProcessor::addToKey\28GrShaderCaps\20const&\2c\20skgpu::KeyBuilder*\29\20const -3642:GrFragmentProcessor::SwizzleOutput\28std::__2::unique_ptr>\2c\20skgpu::Swizzle\20const&\29 -3643:GrFragmentProcessor::MulInputByChildAlpha\28std::__2::unique_ptr>\29 -3644:GrFragmentProcessor::HighPrecision\28std::__2::unique_ptr>\29::HighPrecisionFragmentProcessor::constantOutputForConstantInput\28SkRGBA4f<\28SkAlphaType\292>\20const&\29\20const -3645:GrFragmentProcessor::DeviceSpace\28std::__2::unique_ptr>\29 -3646:GrFragmentProcessor::Compose\28std::__2::unique_ptr>\2c\20std::__2::unique_ptr>\29 -3647:GrDynamicAtlas::makeNode\28GrDynamicAtlas::Node*\2c\20int\2c\20int\2c\20int\2c\20int\29 -3648:GrDynamicAtlas::instantiate\28GrOnFlushResourceProvider*\2c\20sk_sp\29 -3649:GrDrawingManager::setLastRenderTask\28GrSurfaceProxy\20const*\2c\20GrRenderTask*\29 -3650:GrDrawingManager::flushSurfaces\28SkSpan\2c\20SkSurfaces::BackendSurfaceAccess\2c\20GrFlushInfo\20const&\2c\20skgpu::MutableTextureState\20const*\29 -3651:GrDrawOpAtlas::updatePlot\28GrDeferredUploadTarget*\2c\20skgpu::AtlasLocator*\2c\20skgpu::Plot*\29 -3652:GrDirectContext::resetContext\28unsigned\20int\29 -3653:GrDirectContext::getResourceCacheLimit\28\29\20const -3654:GrDefaultGeoProcFactory::MakeForDeviceSpace\28SkArenaAlloc*\2c\20GrDefaultGeoProcFactory::Color\20const&\2c\20GrDefaultGeoProcFactory::Coverage\20const&\2c\20GrDefaultGeoProcFactory::LocalCoords\20const&\2c\20SkMatrix\20const&\29 -3655:GrColorSpaceXformEffect::Make\28std::__2::unique_ptr>\2c\20sk_sp\29 -3656:GrColorSpaceXform::apply\28SkRGBA4f<\28SkAlphaType\293>\20const&\29 -3657:GrColorSpaceXform::Equals\28GrColorSpaceXform\20const*\2c\20GrColorSpaceXform\20const*\29 -3658:GrBufferAllocPool::unmap\28\29 -3659:GrBlurUtils::can_filter_mask\28SkMaskFilterBase\20const*\2c\20GrStyledShape\20const&\2c\20SkIRect\20const&\2c\20SkIRect\20const&\2c\20SkMatrix\20const&\2c\20SkIRect*\29 -3660:GrBlurUtils::GaussianBlur\28GrRecordingContext*\2c\20GrSurfaceProxyView\2c\20GrColorType\2c\20SkAlphaType\2c\20sk_sp\2c\20SkIRect\2c\20SkIRect\2c\20float\2c\20float\2c\20SkTileMode\2c\20SkBackingFit\29 -3661:GrBicubicEffect::MakeSubset\28GrSurfaceProxyView\2c\20SkAlphaType\2c\20SkMatrix\20const&\2c\20GrSamplerState::WrapMode\2c\20GrSamplerState::WrapMode\2c\20SkRect\20const&\2c\20SkCubicResampler\2c\20GrBicubicEffect::Direction\2c\20GrCaps\20const&\29 -3662:GrBackendTextures::MakeGL\28int\2c\20int\2c\20skgpu::Mipmapped\2c\20GrGLTextureInfo\20const&\2c\20sk_sp\2c\20std::__2::basic_string_view>\29 -3663:GrBackendFormatStencilBits\28GrBackendFormat\20const&\29 -3664:GrBackendFormat::asMockCompressionType\28\29\20const -3665:GrAATriangulator::~GrAATriangulator\28\29 -3666:GrAAConvexTessellator::fanRing\28GrAAConvexTessellator::Ring\20const&\29 -3667:GrAAConvexTessellator::computePtAlongBisector\28int\2c\20SkPoint\20const&\2c\20int\2c\20float\2c\20SkPoint*\29\20const -3668:GetVariationDesignPosition\28FT_FaceRec_*\2c\20SkSpan\29 -3669:GetAxes\28FT_FaceRec_*\2c\20skia_private::STArray<4\2c\20SkFontParameters::Variation::Axis\2c\20true>*\29 -3670:FT_Stream_ReadAt -3671:FT_Set_Char_Size -3672:FT_Request_Metrics -3673:FT_New_Library -3674:FT_Hypot -3675:FT_Get_Var_Design_Coordinates -3676:FT_Get_Paint -3677:FT_Get_MM_Var -3678:FT_Get_Advance -3679:FT_Add_Default_Modules -3680:DecodeImageData -3681:Cr_z_inflate_table -3682:Cr_z_inflateReset -3683:Cr_z_deflateEnd -3684:Cr_z_copy_with_crc -3685:Compute_Point_Displacement -3686:BuildHuffmanTable -3687:BrotliWarmupBitReader -3688:BrotliDecoderHuffmanTreeGroupInit -3689:AAT::trak::sanitize\28hb_sanitize_context_t*\29\20const -3690:AAT::morx_accelerator_t*\20hb_data_wrapper_t::call_create>\28\29\20const -3691:AAT::mortmorx::accelerator_t::~accelerator_t\28\29 -3692:AAT::mort_accelerator_t*\20hb_data_wrapper_t::call_create>\28\29\20const -3693:AAT::ltag::sanitize\28hb_sanitize_context_t*\29\20const -3694:AAT::feat::sanitize\28hb_sanitize_context_t*\29\20const -3695:AAT::ankr::sanitize\28hb_sanitize_context_t*\29\20const -3696:AAT::KerxTable::sanitize\28hb_sanitize_context_t*\29\20const -3697:AAT::KerxTable::sanitize\28hb_sanitize_context_t*\29\20const -3698:AAT::KerxTable::sanitize\28hb_sanitize_context_t*\29\20const -3699:AAT::KerxTable::accelerator_t::~accelerator_t\28\29 -3700:3462 -3701:3463 -3702:3464 +1290:GrShape::operator=\28GrShape\20const&\29 +1291:GrRecordingContext::OwnedArenas::get\28\29 +1292:GrProxyProvider::createProxy\28GrBackendFormat\20const&\2c\20SkISize\2c\20skgpu::Renderable\2c\20int\2c\20skgpu::Mipmapped\2c\20SkBackingFit\2c\20skgpu::Budgeted\2c\20skgpu::Protected\2c\20std::__2::basic_string_view>\2c\20GrInternalSurfaceFlags\2c\20GrSurfaceProxy::UseAllocator\29 +1293:GrProxyProvider::assignUniqueKeyToProxy\28skgpu::UniqueKey\20const&\2c\20GrTextureProxy*\29 +1294:GrProcessorSet::finalize\28GrProcessorAnalysisColor\20const&\2c\20GrProcessorAnalysisCoverage\2c\20GrAppliedClip\20const*\2c\20GrUserStencilSettings\20const*\2c\20GrCaps\20const&\2c\20GrClampType\2c\20SkRGBA4f<\28SkAlphaType\292>*\29 +1295:GrOp::cutChain\28\29 +1296:GrMeshDrawTarget::makeVertexWriter\28unsigned\20long\2c\20int\2c\20sk_sp*\2c\20int*\29 +1297:GrGpuResource::GrGpuResource\28GrGpu*\2c\20std::__2::basic_string_view>\29 +1298:GrGeometryProcessor::TextureSampler::reset\28GrSamplerState\2c\20GrBackendFormat\20const&\2c\20skgpu::Swizzle\20const&\29 +1299:GrGeometryProcessor::AttributeSet::Iter::operator++\28\29 +1300:GrGeometryProcessor::AttributeSet::Iter::operator*\28\29\20const +1301:GrGLTextureParameters::set\28GrGLTextureParameters::SamplerOverriddenState\20const*\2c\20GrGLTextureParameters::NonsamplerState\20const&\2c\20unsigned\20long\20long\29 +1302:GrClip::GetPixelIBounds\28SkRect\20const&\2c\20GrAA\2c\20GrClip::BoundsType\29 +1303:GrBackendTexture::~GrBackendTexture\28\29 +1304:FT_Outline_Get_CBox +1305:FT_Get_Sfnt_Table +1306:AutoLayerForImageFilter::AutoLayerForImageFilter\28AutoLayerForImageFilter&&\29 +1307:utf8_prevCharSafeBody_74 +1308:ures_getString_74 +1309:ulocimp_getScript_74\28char\20const*\2c\20char\20const**\2c\20UErrorCode&\29 +1310:uhash_open_74 +1311:u_UCharsToChars_74 +1312:tanf +1313:std::__2::moneypunct::negative_sign\5babi:nn180100\5d\28\29\20const +1314:std::__2::moneypunct::do_pos_format\28\29\20const +1315:std::__2::ctype::widen\5babi:nn180100\5d\28char\20const*\2c\20char\20const*\2c\20char*\29\20const +1316:std::__2::char_traits::copy\5babi:nn180100\5d\28wchar_t*\2c\20wchar_t\20const*\2c\20unsigned\20long\29 +1317:std::__2::basic_string\2c\20std::__2::allocator>::end\5babi:nn180100\5d\28\29 +1318:std::__2::basic_string\2c\20std::__2::allocator>::end\5babi:nn180100\5d\28\29 +1319:std::__2::basic_string\2c\20std::__2::allocator>::__set_size\5babi:nn180100\5d\28unsigned\20long\29 +1320:std::__2::basic_string\2c\20std::__2::allocator>::__get_short_size\5babi:nn180100\5d\28\29\20const +1321:std::__2::basic_string\2c\20std::__2::allocator>::__assign_external\28char\20const*\2c\20unsigned\20long\29 +1322:std::__2::__unwrap_iter_impl\2c\20true>::__unwrap\5babi:nn180100\5d\28std::__2::__wrap_iter\29 +1323:std::__2::__itoa::__append2\5babi:nn180100\5d\28char*\2c\20unsigned\20int\29 +1324:sktext::SkStrikePromise::SkStrikePromise\28sktext::SkStrikePromise&&\29 +1325:skif::LayerSpace::ceil\28\29\20const +1326:skif::FilterResult::analyzeBounds\28SkMatrix\20const&\2c\20SkIRect\20const&\2c\20skif::FilterResult::BoundsScope\29\20const +1327:skia_private::THashMap::operator\5b\5d\28SkSL::FunctionDeclaration\20const*\20const&\29 +1328:skia_private::TArray::operator=\28skia_private::TArray\20const&\29 +1329:skia_png_read_finish_row +1330:skia_png_handle_unknown +1331:skia_png_gamma_correct +1332:skia_png_colorspace_sync +1333:skia_png_app_warning +1334:skia::textlayout::TextStyle::operator=\28skia::textlayout::TextStyle\20const&\29 +1335:skia::textlayout::TextLine::offset\28\29\20const +1336:skia::textlayout::Run::placeholderStyle\28\29\20const +1337:skgpu::ganesh::SurfaceFillContext::fillRectWithFP\28SkIRect\20const&\2c\20std::__2::unique_ptr>\29 +1338:skgpu::ganesh::SurfaceDrawContext::Make\28GrRecordingContext*\2c\20GrColorType\2c\20sk_sp\2c\20SkBackingFit\2c\20SkISize\2c\20SkSurfaceProps\20const&\2c\20std::__2::basic_string_view>\2c\20int\2c\20skgpu::Mipmapped\2c\20skgpu::Protected\2c\20GrSurfaceOrigin\2c\20skgpu::Budgeted\29 +1339:skgpu::ganesh::SurfaceContext::PixelTransferResult::~PixelTransferResult\28\29 +1340:skgpu::ganesh::ClipStack::SaveRecord::state\28\29\20const +1341:skcpu::Draw::drawRect\28SkRect\20const&\2c\20SkPaint\20const&\2c\20SkMatrix\20const*\2c\20SkRect\20const*\29\20const +1342:ps_parser_to_token +1343:icu_74::UnicodeString::moveIndex32\28int\2c\20int\29\20const +1344:icu_74::UnicodeString::cloneArrayIfNeeded\28int\2c\20int\2c\20signed\20char\2c\20int**\2c\20signed\20char\29 +1345:icu_74::UnicodeSet::span\28char16_t\20const*\2c\20int\2c\20USetSpanCondition\29\20const +1346:icu_74::UVector::indexOf\28void*\2c\20int\29\20const +1347:icu_74::UVector::addElement\28void*\2c\20UErrorCode&\29 +1348:icu_74::UVector32::UVector32\28UErrorCode&\29 +1349:icu_74::RuleCharacterIterator::next\28int\2c\20signed\20char&\2c\20UErrorCode&\29 +1350:icu_74::ReorderingBuffer::appendBMP\28char16_t\2c\20unsigned\20char\2c\20UErrorCode&\29 +1351:icu_74::LSR::deleteOwned\28\29 +1352:icu_74::ICUServiceKey::prefix\28icu_74::UnicodeString&\29\20const +1353:icu_74::CharString::appendInvariantChars\28icu_74::UnicodeString\20const&\2c\20UErrorCode&\29 +1354:icu_74::CharString::appendInvariantChars\28char16_t\20const*\2c\20int\2c\20UErrorCode&\29 +1355:icu_74::BreakIterator::buildInstance\28icu_74::Locale\20const&\2c\20char\20const*\2c\20UErrorCode&\29 +1356:hb_face_t::load_upem\28\29\20const +1357:hb_buffer_t::merge_out_clusters\28unsigned\20int\2c\20unsigned\20int\29 +1358:hb_buffer_t::enlarge\28unsigned\20int\29 +1359:hb_buffer_destroy +1360:emscripten_builtin_calloc +1361:emscripten::internal::FunctionInvoker::invoke\28void\20\28**\29\28SkCanvas&\2c\20SkCanvas::PointMode\2c\20unsigned\20long\2c\20int\2c\20SkPaint&\29\2c\20SkCanvas*\2c\20SkCanvas::PointMode\2c\20unsigned\20long\2c\20int\2c\20SkPaint*\29 +1362:cff_index_init +1363:cf2_glyphpath_curveTo +1364:bool\20std::__2::operator!=\5babi:nn180100\5d\28std::__2::__wrap_iter\20const&\2c\20std::__2::__wrap_iter\20const&\29 +1365:__isspace +1366:WebPCopyPlane +1367:SkWStream::writeScalarAsText\28float\29 +1368:SkTextBlobBuilder::TightRunBounds\28SkTextBlob::RunRecord\20const&\29 +1369:SkTMaskGamma_build_correcting_lut\28unsigned\20char*\2c\20unsigned\20int\2c\20float\2c\20SkColorSpaceLuminance\20const&\2c\20float\29 +1370:SkSurfaces::RenderTarget\28GrRecordingContext*\2c\20skgpu::Budgeted\2c\20SkImageInfo\20const&\2c\20int\2c\20GrSurfaceOrigin\2c\20SkSurfaceProps\20const*\2c\20bool\2c\20bool\29 +1371:SkSurface_Raster::type\28\29\20const +1372:SkSurface::makeImageSnapshot\28\29 +1373:SkString::swap\28SkString&\29 +1374:SkString::reset\28\29 +1375:SkString::SkString\28char\20const*\2c\20unsigned\20long\29 +1376:SkSampler::Fill\28SkImageInfo\20const&\2c\20void*\2c\20unsigned\20long\2c\20SkCodec::ZeroInitialized\29 +1377:SkSL::Type::MakeTextureType\28char\20const*\2c\20SpvDim_\2c\20bool\2c\20bool\2c\20bool\2c\20SkSL::Type::TextureAccess\29 +1378:SkSL::Type::MakeSpecialType\28char\20const*\2c\20char\20const*\2c\20SkSL::Type::TypeKind\29 +1379:SkSL::RP::Builder::push_slots_or_immutable\28SkSL::RP::SlotRange\2c\20SkSL::RP::BuilderOp\29 +1380:SkSL::RP::Builder::push_clone_from_stack\28SkSL::RP::SlotRange\2c\20int\2c\20int\29 +1381:SkSL::Program::~Program\28\29 +1382:SkSL::PipelineStage::PipelineStageCodeGenerator::writeStatement\28SkSL::Statement\20const&\29 +1383:SkSL::Operator::isAssignment\28\29\20const +1384:SkSL::Intrinsics::\28anonymous\20namespace\29::evaluate_mul\28SkSL::Context\20const&\2c\20std::__2::array\20const&\29 +1385:SkSL::InlineCandidateAnalyzer::visitStatement\28std::__2::unique_ptr>*\2c\20bool\29 +1386:SkSL::GLSLCodeGenerator::writeModifiers\28SkSL::Layout\20const&\2c\20SkSL::ModifierFlags\2c\20bool\29 +1387:SkSL::ExpressionStatement::Make\28SkSL::Context\20const&\2c\20std::__2::unique_ptr>\29 +1388:SkSL::ConstructorCompound::Make\28SkSL::Context\20const&\2c\20SkSL::Position\2c\20SkSL::Type\20const&\2c\20SkSL::ExpressionArray\29 +1389:SkSL::Analysis::IsSameExpressionTree\28SkSL::Expression\20const&\2c\20SkSL::Expression\20const&\29 +1390:SkSL::AliasType::resolve\28\29\20const +1391:SkResourceCache::Add\28SkResourceCache::Rec*\2c\20void*\29 +1392:SkRegion::writeToMemory\28void*\29\20const +1393:SkReadBuffer::readMatrix\28SkMatrix*\29 +1394:SkReadBuffer::readBool\28\29 +1395:SkRasterPipeline::appendConstantColor\28SkArenaAlloc*\2c\20float\20const*\29 +1396:SkRasterClip::SkRasterClip\28\29 +1397:SkRasterClip::SkRasterClip\28SkRasterClip\20const&\29 +1398:SkPathWriter::isClosed\28\29\20const +1399:SkPathMeasure::~SkPathMeasure\28\29 +1400:SkPathMeasure::SkPathMeasure\28SkPath\20const&\2c\20bool\2c\20float\29 +1401:SkPathBuilder::addRect\28SkRect\20const&\2c\20SkPathDirection\2c\20unsigned\20int\29 +1402:SkPath::makeFillType\28SkPathFillType\29\20const +1403:SkPath::isRect\28SkRect*\2c\20bool*\2c\20SkPathDirection*\29\20const +1404:SkPath::cubicTo\28float\2c\20float\2c\20float\2c\20float\2c\20float\2c\20float\29 +1405:SkPath::Rect\28SkRect\20const&\2c\20SkPathDirection\2c\20unsigned\20int\29 +1406:SkParse::FindScalars\28char\20const*\2c\20float*\2c\20int\29 +1407:SkPaint::operator=\28SkPaint\20const&\29 +1408:SkOpSpan::computeWindSum\28\29 +1409:SkOpSegment::existing\28double\2c\20SkOpSegment\20const*\29\20const +1410:SkOpSegment::addCurveTo\28SkOpSpanBase\20const*\2c\20SkOpSpanBase\20const*\2c\20SkPathWriter*\29\20const +1411:SkOpPtT::find\28SkOpSegment\20const*\29\20const +1412:SkOpCoincidence::addEndMovedSpans\28SkOpSpan\20const*\2c\20SkOpSpanBase\20const*\29 +1413:SkNoDrawCanvas::onDrawImageRect2\28SkImage\20const*\2c\20SkRect\20const&\2c\20SkRect\20const&\2c\20SkSamplingOptions\20const&\2c\20SkPaint\20const*\2c\20SkCanvas::SrcRectConstraint\29 +1414:SkMemoryStream::SkMemoryStream\28void\20const*\2c\20unsigned\20long\2c\20bool\29 +1415:SkMaskFilterBase::getFlattenableType\28\29\20const +1416:SkMakeImageFromRasterBitmap\28SkBitmap\20const&\2c\20SkCopyPixelsMode\29 +1417:SkImage_Ganesh::SkImage_Ganesh\28sk_sp\2c\20unsigned\20int\2c\20GrSurfaceProxyView\2c\20SkColorInfo\29 +1418:SkImageInfo::makeColorSpace\28sk_sp\29\20const +1419:SkImageInfo::computeOffset\28int\2c\20int\2c\20unsigned\20long\29\20const +1420:SkGlyph::imageSize\28\29\20const +1421:SkGetICULib\28\29 +1422:SkFont::textToGlyphs\28void\20const*\2c\20unsigned\20long\2c\20SkTextEncoding\2c\20SkSpan\29\20const +1423:SkDrawTiler::SkDrawTiler\28SkBitmapDevice*\2c\20SkRect\20const*\29 +1424:SkDevice::onReadPixels\28SkPixmap\20const&\2c\20int\2c\20int\29 +1425:SkData::MakeZeroInitialized\28unsigned\20long\29 +1426:SkColorSpaceSingletonFactory::Make\28skcms_TransferFunction\20const&\2c\20skcms_Matrix3x3\20const&\29 +1427:SkColorFilter::makeComposed\28sk_sp\29\20const +1428:SkCodec::SkCodec\28SkEncodedInfo&&\2c\20skcms_PixelFormat\2c\20std::__2::unique_ptr>\2c\20SkEncodedOrigin\29 +1429:SkChopQuadAt\28SkPoint\20const*\2c\20SkPoint*\2c\20float\29 +1430:SkCanvas::drawImageRect\28SkImage\20const*\2c\20SkRect\20const&\2c\20SkRect\20const&\2c\20SkSamplingOptions\20const&\2c\20SkPaint\20const*\2c\20SkCanvas::SrcRectConstraint\29 +1431:SkBmpCodec::getDstRow\28int\2c\20int\29\20const +1432:SkBitmap::getGenerationID\28\29\20const +1433:SkAutoDescriptor::SkAutoDescriptor\28\29 +1434:OT::GSUB_accelerator_t*\20hb_data_wrapper_t::call_create>\28\29\20const +1435:OT::DeltaSetIndexMap::sanitize\28hb_sanitize_context_t*\29\20const +1436:OT::ClassDef::sanitize\28hb_sanitize_context_t*\29\20const +1437:OT::CFFIndex>::sanitize\28hb_sanitize_context_t*\29\20const +1438:GrTriangulator::Comparator::sweep_lt\28SkPoint\20const&\2c\20SkPoint\20const&\29\20const +1439:GrTextureProxy::textureType\28\29\20const +1440:GrSurfaceProxy::createSurfaceImpl\28GrResourceProvider*\2c\20int\2c\20skgpu::Renderable\2c\20skgpu::Mipmapped\29\20const +1441:GrStyledShape::writeUnstyledKey\28unsigned\20int*\29\20const +1442:GrSkSLFP::setInput\28std::__2::unique_ptr>\29 +1443:GrSimpleMeshDrawOpHelperWithStencil::GrSimpleMeshDrawOpHelperWithStencil\28GrProcessorSet*\2c\20GrAAType\2c\20GrUserStencilSettings\20const*\2c\20GrSimpleMeshDrawOpHelper::InputFlags\29 +1444:GrResourceProvider::createPatternedIndexBuffer\28unsigned\20short\20const*\2c\20int\2c\20int\2c\20int\2c\20skgpu::UniqueKey\20const*\29 +1445:GrRenderTarget::~GrRenderTarget\28\29 +1446:GrRecordingContextPriv::makeSC\28GrSurfaceProxyView\2c\20GrColorInfo\20const&\29 +1447:GrOpFlushState::detachAppliedClip\28\29 +1448:GrGpuBuffer::map\28\29 +1449:GrGeometryProcessor::ProgramImpl::WriteOutputPosition\28GrGLSLVertexBuilder*\2c\20GrGeometryProcessor::ProgramImpl::GrGPArgs*\2c\20char\20const*\29 +1450:GrGLSLShaderBuilder::declAppend\28GrShaderVar\20const&\29 +1451:GrGLGpu::didDrawTo\28GrRenderTarget*\29 +1452:GrFragmentProcessors::Make\28skgpu::ganesh::SurfaceDrawContext*\2c\20SkColorFilter\20const*\2c\20std::__2::unique_ptr>\2c\20GrColorInfo\20const&\2c\20SkSurfaceProps\20const&\29 +1453:GrColorSpaceXformEffect::Make\28std::__2::unique_ptr>\2c\20GrColorInfo\20const&\2c\20GrColorInfo\20const&\29 +1454:GrCaps::validateSurfaceParams\28SkISize\20const&\2c\20GrBackendFormat\20const&\2c\20skgpu::Renderable\2c\20int\2c\20skgpu::Mipmapped\2c\20GrTextureType\29\20const +1455:GrBufferAllocPool::putBack\28unsigned\20long\29 +1456:GrBlurUtils::GaussianBlur\28GrRecordingContext*\2c\20GrSurfaceProxyView\2c\20GrColorType\2c\20SkAlphaType\2c\20sk_sp\2c\20SkIRect\2c\20SkIRect\2c\20float\2c\20float\2c\20SkTileMode\2c\20SkBackingFit\29::$_0::operator\28\29\28SkIRect\2c\20SkIRect\29\20const +1457:GrBackendTexture::GrBackendTexture\28\29 +1458:GrAAConvexTessellator::createInsetRing\28GrAAConvexTessellator::Ring\20const&\2c\20GrAAConvexTessellator::Ring*\2c\20float\2c\20float\2c\20float\2c\20float\2c\20bool\29 +1459:FT_Stream_GetByte +1460:FT_Set_Transform +1461:FT_Add_Module +1462:AutoLayerForImageFilter::operator=\28AutoLayerForImageFilter&&\29 +1463:AlmostLessOrEqualUlps\28float\2c\20float\29 +1464:ActiveEdge::intersect\28SkPoint\20const&\2c\20SkPoint\20const&\2c\20unsigned\20short\2c\20unsigned\20short\29\20const +1465:wrapper_cmp +1466:void\20std::__2::reverse\5babi:nn180100\5d\28char*\2c\20char*\29 +1467:void\20std::__2::__hash_table\2c\20std::__2::equal_to\2c\20std::__2::allocator>::__do_rehash\28unsigned\20long\29 +1468:void\20emscripten::internal::MemberAccess::setWire\28bool\20RuntimeEffectUniform::*\20const&\2c\20RuntimeEffectUniform&\2c\20bool\29 +1469:utrace_data_74 +1470:utf8_nextCharSafeBody_74 +1471:utext_setup_74 +1472:uhash_openSize_74 +1473:uhash_nextElement_74 +1474:u_charType_74 +1475:std::__2::vector>::operator\5b\5d\5babi:nn180100\5d\28unsigned\20long\29 +1476:std::__2::vector>::__alloc\5babi:nn180100\5d\28\29 +1477:std::__2::ostreambuf_iterator>\20std::__2::__pad_and_output\5babi:nn180100\5d>\28std::__2::ostreambuf_iterator>\2c\20wchar_t\20const*\2c\20wchar_t\20const*\2c\20wchar_t\20const*\2c\20std::__2::ios_base&\2c\20wchar_t\29 +1478:std::__2::ostreambuf_iterator>\20std::__2::__pad_and_output\5babi:nn180100\5d>\28std::__2::ostreambuf_iterator>\2c\20char\20const*\2c\20char\20const*\2c\20char\20const*\2c\20std::__2::ios_base&\2c\20char\29 +1479:std::__2::char_traits::to_int_type\5babi:nn180100\5d\28char\29 +1480:std::__2::basic_ios>::~basic_ios\28\29 +1481:std::__2::basic_ios>::setstate\5babi:nn180100\5d\28unsigned\20int\29 +1482:std::__2::__compressed_pair_elem::__compressed_pair_elem\5babi:nn180100\5d\28void\20\28*&&\29\28void*\29\29 +1483:sktext::StrikeMutationMonitor::~StrikeMutationMonitor\28\29 +1484:sktext::StrikeMutationMonitor::StrikeMutationMonitor\28sktext::StrikeForGPU*\29 +1485:skif::LayerSpace::contains\28skif::LayerSpace\20const&\29\20const +1486:skif::FilterResult::resolve\28skif::Context\20const&\2c\20skif::LayerSpace\2c\20bool\29\20const +1487:skif::FilterResult::AutoSurface::snap\28\29 +1488:skif::FilterResult::AutoSurface::AutoSurface\28skif::Context\20const&\2c\20skif::LayerSpace\20const&\2c\20skif::FilterResult::PixelBoundary\2c\20bool\2c\20SkSurfaceProps\20const*\29 +1489:skif::Backend::~Backend\28\29_2361 +1490:skia_private::TArray::push_back\28skif::FilterResult::Builder::SampledFilterResult&&\29 +1491:skia_private::STArray<2\2c\20std::__2::unique_ptr>\2c\20true>::~STArray\28\29 +1492:skia_png_chunk_unknown_handling +1493:skia::textlayout::TextStyle::TextStyle\28\29 +1494:skia::textlayout::TextLine::iterateThroughSingleRunByStyles\28skia::textlayout::TextLine::TextAdjustment\2c\20skia::textlayout::Run\20const*\2c\20float\2c\20skia::textlayout::SkRange\2c\20skia::textlayout::StyleType\2c\20std::__2::function\2c\20skia::textlayout::TextStyle\20const&\2c\20skia::textlayout::TextLine::ClipContext\20const&\29>\20const&\29\20const +1495:skgpu::ganesh::\28anonymous\20namespace\29::update_degenerate_test\28skgpu::ganesh::\28anonymous\20namespace\29::DegenerateTestData*\2c\20SkPoint\20const&\29 +1496:skgpu::ganesh::SurfaceFillContext::internalClear\28SkIRect\20const*\2c\20std::__2::array\2c\20bool\29 +1497:skgpu::ganesh::SurfaceDrawContext::fillRectToRect\28GrClip\20const*\2c\20GrPaint&&\2c\20GrAA\2c\20SkMatrix\20const&\2c\20SkRect\20const&\2c\20SkRect\20const&\29 +1498:skgpu::ganesh::SurfaceDrawContext::drawRect\28GrClip\20const*\2c\20GrPaint&&\2c\20GrAA\2c\20SkMatrix\20const&\2c\20SkRect\20const&\2c\20GrStyle\20const*\29 +1499:skgpu::SkSLToBackend\28SkSL::ShaderCaps\20const*\2c\20bool\20\28*\29\28SkSL::Program&\2c\20SkSL::ShaderCaps\20const*\2c\20SkSL::NativeShader*\29\2c\20char\20const*\2c\20std::__2::basic_string\2c\20std::__2::allocator>\20const&\2c\20SkSL::ProgramKind\2c\20SkSL::ProgramSettings\20const&\2c\20SkSL::NativeShader*\2c\20SkSL::ProgramInterface*\2c\20skgpu::ShaderErrorHandler*\29 +1500:skgpu::GetApproxSize\28SkISize\29 +1501:skcms_Transform::$_2::operator\28\29\28skcms_Curve\20const*\2c\20int\29\20const +1502:skcms_Matrix3x3_invert +1503:res_getTableItemByKey_74 +1504:read_curve\28unsigned\20char\20const*\2c\20unsigned\20int\2c\20skcms_Curve*\2c\20unsigned\20int*\29 +1505:powf +1506:icu_74::UnicodeString::operator=\28icu_74::UnicodeString&&\29 +1507:icu_74::UnicodeString::doEquals\28icu_74::UnicodeString\20const&\2c\20int\29\20const +1508:icu_74::UnicodeSet::ensureCapacity\28int\29 +1509:icu_74::UVector::UVector\28void\20\28*\29\28void*\29\2c\20signed\20char\20\28*\29\28UElement\2c\20UElement\29\2c\20UErrorCode&\29 +1510:icu_74::UVector32::setElementAt\28int\2c\20int\29 +1511:icu_74::RuleCharacterIterator::setPos\28icu_74::RuleCharacterIterator::Pos\20const&\29 +1512:icu_74::ResourceTable::findValue\28char\20const*\2c\20icu_74::ResourceValue&\29\20const +1513:icu_74::Locale::operator=\28icu_74::Locale\20const&\29 +1514:icu_74::CharString::extract\28char*\2c\20int\2c\20UErrorCode&\29\20const +1515:hb_lazy_loader_t\2c\20hb_face_t\2c\2024u\2c\20OT::GDEF_accelerator_t>::do_destroy\28OT::GDEF_accelerator_t*\29 +1516:hb_buffer_set_flags +1517:hb_buffer_append +1518:hb_blob_t*\20hb_data_wrapper_t::call_create>\28\29\20const +1519:hb_blob_t*\20hb_data_wrapper_t::call_create>\28\29\20const +1520:hb_bit_set_t::add_range\28unsigned\20int\2c\20unsigned\20int\29 +1521:emscripten::internal::MethodInvoker\29\2c\20void\2c\20SkFont*\2c\20sk_sp>::invoke\28void\20\28SkFont::*\20const&\29\28sk_sp\29\2c\20SkFont*\2c\20sk_sp*\29 +1522:emscripten::internal::Invoker::invoke\28unsigned\20long\20\28*\29\28\29\29 +1523:emscripten::internal::FunctionInvoker\20const&\2c\20unsigned\20long\2c\20unsigned\20long\2c\20SkFilterMode\2c\20SkPaint\20const*\29\2c\20void\2c\20SkCanvas&\2c\20sk_sp\20const&\2c\20unsigned\20long\2c\20unsigned\20long\2c\20SkFilterMode\2c\20SkPaint\20const*>::invoke\28void\20\28**\29\28SkCanvas&\2c\20sk_sp\20const&\2c\20unsigned\20long\2c\20unsigned\20long\2c\20SkFilterMode\2c\20SkPaint\20const*\29\2c\20SkCanvas*\2c\20sk_sp*\2c\20unsigned\20long\2c\20unsigned\20long\2c\20SkFilterMode\2c\20SkPaint\20const*\29 +1524:cos +1525:char*\20std::__2::__rewrap_iter\5babi:nn180100\5d>\28char*\2c\20char*\29 +1526:cf2_glyphpath_lineTo +1527:bool\20emscripten::internal::MemberAccess::getWire\28bool\20RuntimeEffectUniform::*\20const&\2c\20RuntimeEffectUniform&\29 +1528:alloc_small +1529:af_latin_hints_compute_segments +1530:_hb_glyph_info_set_unicode_props\28hb_glyph_info_t*\2c\20hb_buffer_t*\29 +1531:__wasi_syscall_ret +1532:__lshrti3 +1533:__letf2 +1534:__cxx_global_array_dtor_5174 +1535:\28anonymous\20namespace\29::SkBlurImageFilter::~SkBlurImageFilter\28\29 +1536:WebPDemuxGetI +1537:SkUTF::ToUTF16\28int\2c\20unsigned\20short*\29 +1538:SkTextBlobBuilder::~SkTextBlobBuilder\28\29 +1539:SkTextBlobBuilder::ConservativeRunBounds\28SkTextBlob::RunRecord\20const&\29 +1540:SkSynchronizedResourceCache::SkSynchronizedResourceCache\28unsigned\20long\29 +1541:SkSwizzler::swizzle\28void*\2c\20unsigned\20char\20const*\29 +1542:SkString::insert\28unsigned\20long\2c\20char\20const*\2c\20unsigned\20long\29 +1543:SkString::insertUnichar\28unsigned\20long\2c\20int\29 +1544:SkStrikeSpec::findOrCreateScopedStrike\28sktext::StrikeForGPUCacheInterface*\29\20const +1545:SkStrikeCache::GlobalStrikeCache\28\29 +1546:SkShader::isAImage\28SkMatrix*\2c\20SkTileMode*\29\20const +1547:SkSL::is_constant_value\28SkSL::Expression\20const&\2c\20double\29 +1548:SkSL::evaluate_pairwise_intrinsic\28SkSL::Context\20const&\2c\20std::__2::array\20const&\2c\20SkSL::Type\20const&\2c\20double\20\28*\29\28double\2c\20double\2c\20double\29\29 +1549:SkSL::\28anonymous\20namespace\29::ReturnsOnAllPathsVisitor::visitStatement\28SkSL::Statement\20const&\29 +1550:SkSL::Type::MakeScalarType\28std::__2::basic_string_view>\2c\20char\20const*\2c\20SkSL::Type::NumberKind\2c\20signed\20char\2c\20signed\20char\29 +1551:SkSL::RP::Generator::pushBinaryExpression\28SkSL::Expression\20const&\2c\20SkSL::Operator\2c\20SkSL::Expression\20const&\29 +1552:SkSL::RP::Builder::push_clone\28int\2c\20int\29 +1553:SkSL::ProgramUsage::remove\28SkSL::Statement\20const*\29 +1554:SkSL::Parser::statement\28bool\29 +1555:SkSL::Operator::determineBinaryType\28SkSL::Context\20const&\2c\20SkSL::Type\20const&\2c\20SkSL::Type\20const&\2c\20SkSL::Type\20const**\2c\20SkSL::Type\20const**\2c\20SkSL::Type\20const**\29\20const +1556:SkSL::ModifierFlags::description\28\29\20const +1557:SkSL::Layout::paddedDescription\28\29\20const +1558:SkSL::FieldAccess::Make\28SkSL::Context\20const&\2c\20SkSL::Position\2c\20std::__2::unique_ptr>\2c\20int\2c\20SkSL::FieldAccessOwnerKind\29 +1559:SkSL::ConstructorCompoundCast::Make\28SkSL::Context\20const&\2c\20SkSL::Position\2c\20SkSL::Type\20const&\2c\20std::__2::unique_ptr>\29 +1560:SkSL::Compiler::~Compiler\28\29 +1561:SkRuntimeEffect::findChild\28std::__2::basic_string_view>\29\20const +1562:SkResourceCache::remove\28SkResourceCache::Rec*\29 +1563:SkRectPriv::Subtract\28SkIRect\20const&\2c\20SkIRect\20const&\2c\20SkIRect*\29 +1564:SkRasterClip::translate\28int\2c\20int\2c\20SkRasterClip*\29\20const +1565:SkRasterClip::setRect\28SkIRect\20const&\29 +1566:SkRasterClip::op\28SkIRect\20const&\2c\20SkClipOp\29 +1567:SkRRect::transform\28SkMatrix\20const&\29\20const +1568:SkPixmap::extractSubset\28SkPixmap*\2c\20SkIRect\20const&\29\20const +1569:SkPictureRecorder::SkPictureRecorder\28\29 +1570:SkPictureData::~SkPictureData\28\29 +1571:SkPathRef::CreateEmpty\28\29 +1572:SkPathRawShapes::Oval::Oval\28SkRect\20const&\2c\20SkPathDirection\2c\20unsigned\20int\29 +1573:SkPathMeasure::nextContour\28\29 +1574:SkPathMeasure::getSegment\28float\2c\20float\2c\20SkPathBuilder*\2c\20bool\29 +1575:SkPathBuilder::incReserve\28int\2c\20int\2c\20int\29 +1576:SkPathBuilder::addRRect\28SkRRect\20const&\2c\20SkPathDirection\2c\20unsigned\20int\29 +1577:SkPath::moveTo\28float\2c\20float\29 +1578:SkPath::getPoint\28int\29\20const +1579:SkPath::addRaw\28SkPathRaw\20const&\29 +1580:SkPath::Polygon\28SkSpan\2c\20bool\2c\20SkPathFillType\2c\20bool\29 +1581:SkPaint::setBlender\28sk_sp\29 +1582:SkPaint::setAlphaf\28float\29 +1583:SkPaint::nothingToDraw\28\29\20const +1584:SkOpSegment::addT\28double\29 +1585:SkNoPixelsDevice::ClipState&\20skia_private::TArray::emplace_back\28SkIRect&&\2c\20bool&&\2c\20bool&&\29 +1586:SkImages::RasterFromBitmap\28SkBitmap\20const&\29 +1587:SkImage_Lazy::generator\28\29\20const +1588:SkImage_Base::~SkImage_Base\28\29 +1589:SkImage_Base::SkImage_Base\28SkImageInfo\20const&\2c\20unsigned\20int\29 +1590:SkImageInfo::Make\28SkISize\2c\20SkColorType\2c\20SkAlphaType\2c\20sk_sp\29 +1591:SkImage::refColorSpace\28\29\20const +1592:SkFont::setHinting\28SkFontHinting\29 +1593:SkFont::getWidthsBounds\28SkSpan\2c\20SkSpan\2c\20SkSpan\2c\20SkPaint\20const*\29\20const +1594:SkFont::getMetrics\28SkFontMetrics*\29\20const +1595:SkFont::SkFont\28sk_sp\2c\20float\29 +1596:SkFont::SkFont\28\29 +1597:SkEmptyFontStyleSet::createTypeface\28int\29 +1598:SkDevice::setGlobalCTM\28SkM44\20const&\29 +1599:SkDevice::accessPixels\28SkPixmap*\29 +1600:SkConic::chopAt\28float\2c\20SkConic*\29\20const +1601:SkColorTypeBytesPerPixel\28SkColorType\29 +1602:SkColorFilter::asAColorMode\28unsigned\20int*\2c\20SkBlendMode*\29\20const +1603:SkCodec::fillIncompleteImage\28SkImageInfo\20const&\2c\20void*\2c\20unsigned\20long\2c\20SkCodec::ZeroInitialized\2c\20int\2c\20int\29 +1604:SkCanvas::saveLayer\28SkRect\20const*\2c\20SkPaint\20const*\29 +1605:SkCanvas::drawPaint\28SkPaint\20const&\29 +1606:SkCanvas::aboutToDraw\28SkPaint\20const&\2c\20SkRect\20const*\2c\20SkEnumBitMask\29 +1607:SkBulkGlyphMetrics::glyphs\28SkSpan\29 +1608:SkBitmap::operator=\28SkBitmap&&\29 +1609:SkBinaryWriteBuffer::writeByteArray\28void\20const*\2c\20unsigned\20long\29 +1610:SkArenaAllocWithReset::reset\28\29 +1611:OT::hb_ot_apply_context_t::_set_glyph_class\28unsigned\20int\2c\20unsigned\20int\2c\20bool\2c\20bool\29 +1612:OT::cmap::find_subtable\28unsigned\20int\2c\20unsigned\20int\29\20const +1613:OT::Layout::GPOS_impl::AnchorFormat3::sanitize\28hb_sanitize_context_t*\29\20const +1614:OT::GDEF_accelerator_t*\20hb_data_wrapper_t::call_create>\28\29\20const +1615:OT::CFFIndex>::operator\5b\5d\28unsigned\20int\29\20const +1616:GrTriangulator::Edge::disconnect\28\29 +1617:GrTextureEffect::MakeSubset\28GrSurfaceProxyView\2c\20SkAlphaType\2c\20SkMatrix\20const&\2c\20GrSamplerState\2c\20SkRect\20const&\2c\20GrCaps\20const&\2c\20float\20const*\2c\20bool\29 +1618:GrSurfaceProxyView::mipmapped\28\29\20const +1619:GrSurfaceProxy::instantiateImpl\28GrResourceProvider*\2c\20int\2c\20skgpu::Renderable\2c\20skgpu::Mipmapped\2c\20skgpu::UniqueKey\20const*\29 +1620:GrStyledShape::GrStyledShape\28SkPath\20const&\2c\20GrStyle\20const&\2c\20GrStyledShape::DoSimplify\29 +1621:GrSimpleMeshDrawOpHelperWithStencil::isCompatible\28GrSimpleMeshDrawOpHelperWithStencil\20const&\2c\20GrCaps\20const&\2c\20SkRect\20const&\2c\20SkRect\20const&\2c\20bool\29\20const +1622:GrSimpleMeshDrawOpHelperWithStencil::finalizeProcessors\28GrCaps\20const&\2c\20GrAppliedClip\20const*\2c\20GrClampType\2c\20GrProcessorAnalysisCoverage\2c\20SkRGBA4f<\28SkAlphaType\292>*\2c\20bool*\29 +1623:GrShape::simplifyRect\28SkRect\20const&\2c\20SkPathDirection\2c\20unsigned\20int\2c\20unsigned\20int\29 +1624:GrQuad::projectedBounds\28\29\20const +1625:GrProcessorSet::MakeEmptySet\28\29 +1626:GrPorterDuffXPFactory::SimpleSrcOverXP\28\29 +1627:GrPixmap::Allocate\28GrImageInfo\20const&\29 +1628:GrPathTessellationShader::MakeSimpleTriangleShader\28SkArenaAlloc*\2c\20SkMatrix\20const&\2c\20SkRGBA4f<\28SkAlphaType\292>\20const&\29 +1629:GrImageInfo::operator=\28GrImageInfo&&\29 +1630:GrImageInfo::makeColorType\28GrColorType\29\20const +1631:GrGpuResource::setUniqueKey\28skgpu::UniqueKey\20const&\29 +1632:GrGpuResource::release\28\29 +1633:GrGeometryProcessor::textureSampler\28int\29\20const +1634:GrGeometryProcessor::AttributeSet::end\28\29\20const +1635:GrGeometryProcessor::AttributeSet::begin\28\29\20const +1636:GrGLSLShaderBuilder::addFeature\28unsigned\20int\2c\20char\20const*\29 +1637:GrGLGpu::clearErrorsAndCheckForOOM\28\29 +1638:GrGLGpu::bindSurfaceFBOForPixelOps\28GrSurface*\2c\20int\2c\20unsigned\20int\2c\20GrGLGpu::TempFBOTarget\29 +1639:GrGLCompileAndAttachShader\28GrGLContext\20const&\2c\20unsigned\20int\2c\20unsigned\20int\2c\20SkSL::NativeShader\20const&\2c\20bool\2c\20GrThreadSafePipelineBuilder::Stats*\2c\20skgpu::ShaderErrorHandler*\29 +1640:GrDirectContextPriv::flushSurfaces\28SkSpan\2c\20SkSurfaces::BackendSurfaceAccess\2c\20GrFlushInfo\20const&\2c\20skgpu::MutableTextureState\20const*\29 +1641:GrDefaultGeoProcFactory::Make\28SkArenaAlloc*\2c\20GrDefaultGeoProcFactory::Color\20const&\2c\20GrDefaultGeoProcFactory::Coverage\20const&\2c\20GrDefaultGeoProcFactory::LocalCoords\20const&\2c\20SkMatrix\20const&\29 +1642:GrConvertPixels\28GrPixmap\20const&\2c\20GrCPixmap\20const&\2c\20bool\29 +1643:GrColorSpaceXformEffect::Make\28std::__2::unique_ptr>\2c\20SkColorSpace*\2c\20SkAlphaType\2c\20SkColorSpace*\2c\20SkAlphaType\29 +1644:GrColorInfo::GrColorInfo\28\29 +1645:GrBlurUtils::convolve_gaussian_1d\28skgpu::ganesh::SurfaceFillContext*\2c\20GrSurfaceProxyView\2c\20SkIRect\20const&\2c\20SkIPoint\2c\20SkIRect\20const&\2c\20SkAlphaType\2c\20GrBlurUtils::\28anonymous\20namespace\29::Direction\2c\20int\2c\20float\2c\20SkTileMode\29 +1646:GrBackendFormat::operator=\28GrBackendFormat\20const&\29 +1647:FT_GlyphLoader_Rewind +1648:FT_Done_Face +1649:Cr_z_inflate +1650:void\20std::__2::__stable_sort\20const&\2c\20unsigned\20int\2c\20FT_COLR_Paint_\20const&\2c\20SkPaint*\29::$_0::operator\28\29\28FT_ColorStopIterator_\20const&\2c\20std::__2::vector>&\2c\20std::__2::vector\2c\20std::__2::allocator>>&\29\20const::'lambda'\28\28anonymous\20namespace\29::colrv1_configure_skpaint\28FT_FaceRec_*\2c\20SkSpan\20const&\2c\20unsigned\20int\2c\20FT_COLR_Paint_\20const&\2c\20SkPaint*\29::$_0::operator\28\29\28FT_ColorStopIterator_\20const&\2c\20std::__2::vector>&\2c\20std::__2::vector\2c\20std::__2::allocator>>&\29\20const::ColorStop\20const&\2c\20\28anonymous\20namespace\29::colrv1_configure_skpaint\28FT_FaceRec_*\2c\20SkSpan\20const&\2c\20unsigned\20int\2c\20FT_COLR_Paint_\20const&\2c\20SkPaint*\29::$_0::operator\28\29\28FT_ColorStopIterator_\20const&\2c\20std::__2::vector>&\2c\20std::__2::vector\2c\20std::__2::allocator>>&\29\20const::ColorStop\20const&\29&\2c\20std::__2::__wrap_iter<\28anonymous\20namespace\29::colrv1_configure_skpaint\28FT_FaceRec_*\2c\20SkSpan\20const&\2c\20unsigned\20int\2c\20FT_COLR_Paint_\20const&\2c\20SkPaint*\29::$_0::operator\28\29\28FT_ColorStopIterator_\20const&\2c\20std::__2::vector>&\2c\20std::__2::vector\2c\20std::__2::allocator>>&\29\20const::ColorStop*>>\28std::__2::__wrap_iter<\28anonymous\20namespace\29::colrv1_configure_skpaint\28FT_FaceRec_*\2c\20SkSpan\20const&\2c\20unsigned\20int\2c\20FT_COLR_Paint_\20const&\2c\20SkPaint*\29::$_0::operator\28\29\28FT_ColorStopIterator_\20const&\2c\20std::__2::vector>&\2c\20std::__2::vector\2c\20std::__2::allocator>>&\29\20const::ColorStop*>\2c\20std::__2::__wrap_iter<\28anonymous\20namespace\29::colrv1_configure_skpaint\28FT_FaceRec_*\2c\20SkSpan\20const&\2c\20unsigned\20int\2c\20FT_COLR_Paint_\20const&\2c\20SkPaint*\29::$_0::operator\28\29\28FT_ColorStopIterator_\20const&\2c\20std::__2::vector>&\2c\20std::__2::vector\2c\20std::__2::allocator>>&\29\20const::ColorStop*>\2c\20\28anonymous\20namespace\29::colrv1_configure_skpaint\28FT_FaceRec_*\2c\20SkSpan\20const&\2c\20unsigned\20int\2c\20FT_COLR_Paint_\20const&\2c\20SkPaint*\29::$_0::operator\28\29\28FT_ColorStopIterator_\20const&\2c\20std::__2::vector>&\2c\20std::__2::vector\2c\20std::__2::allocator>>&\29\20const::'lambda'\28\28anonymous\20namespace\29::colrv1_configure_skpaint\28FT_FaceRec_*\2c\20SkSpan\20const&\2c\20unsigned\20int\2c\20FT_COLR_Paint_\20const&\2c\20SkPaint*\29::$_0::operator\28\29\28FT_ColorStopIterator_\20const&\2c\20std::__2::vector>&\2c\20std::__2::vector\2c\20std::__2::allocator>>&\29\20const::ColorStop\20const&\2c\20\28anonymous\20namespace\29::colrv1_configure_skpaint\28FT_FaceRec_*\2c\20SkSpan\20const&\2c\20unsigned\20int\2c\20FT_COLR_Paint_\20const&\2c\20SkPaint*\29::$_0::operator\28\29\28FT_ColorStopIterator_\20const&\2c\20std::__2::vector>&\2c\20std::__2::vector\2c\20std::__2::allocator>>&\29\20const::ColorStop\20const&\29&\2c\20std::__2::iterator_traits\20const&\2c\20unsigned\20int\2c\20FT_COLR_Paint_\20const&\2c\20SkPaint*\29::$_0::operator\28\29\28FT_ColorStopIterator_\20const&\2c\20std::__2::vector>&\2c\20std::__2::vector\2c\20std::__2::allocator>>&\29\20const::ColorStop*>>::difference_type\2c\20std::__2::iterator_traits\20const&\2c\20unsigned\20int\2c\20FT_COLR_Paint_\20const&\2c\20SkPaint*\29::$_0::operator\28\29\28FT_ColorStopIterator_\20const&\2c\20std::__2::vector>&\2c\20std::__2::vector\2c\20std::__2::allocator>>&\29\20const::ColorStop*>>::value_type*\2c\20long\29 +1651:void\20std::__2::__double_or_nothing\5babi:nn180100\5d\28std::__2::unique_ptr&\2c\20unsigned\20int*&\2c\20unsigned\20int*&\29 +1652:void\20icu_74::\28anonymous\20namespace\29::MixedBlocks::extend\28unsigned\20short\20const*\2c\20int\2c\20int\2c\20int\29 +1653:utext_nativeLength_74 +1654:ures_openDirect_74 +1655:ures_getStringWithAlias\28UResourceBundle\20const*\2c\20unsigned\20int\2c\20int\2c\20int*\2c\20UErrorCode*\29 +1656:ures_getStringByKeyWithFallback_74 +1657:ulocimp_getKeywordValue_74 +1658:ulocimp_getCountry_74\28char\20const*\2c\20char\20const**\2c\20UErrorCode&\29 +1659:ulocimp_forLanguageTag_74 +1660:uenum_close_74 +1661:udata_getMemory_74 +1662:ucptrie_openFromBinary_74 +1663:u_charsToUChars_74 +1664:toupper +1665:top12_17380 +1666:std::__2::numpunct\20const&\20std::__2::use_facet\5babi:nn180100\5d>\28std::__2::locale\20const&\29 +1667:std::__2::numpunct\20const&\20std::__2::use_facet\5babi:nn180100\5d>\28std::__2::locale\20const&\29 +1668:std::__2::ctype::narrow\5babi:nn180100\5d\28char\2c\20char\29\20const +1669:std::__2::basic_string\2c\20std::__2::allocator>::basic_string\5babi:nn180100\5d<0>\28wchar_t\20const*\29 +1670:std::__2::basic_string\2c\20std::__2::allocator>::__recommend\5babi:nn180100\5d\28unsigned\20long\29 +1671:std::__2::basic_string\2c\20std::__2::allocator>\20std::__2::operator+\5babi:ne180100\5d\2c\20std::__2::allocator>\28char\20const*\2c\20std::__2::basic_string\2c\20std::__2::allocator>&&\29 +1672:std::__2::basic_string\2c\20std::__2::allocator>::__recommend\5babi:nn180100\5d\28unsigned\20long\29 +1673:std::__2::basic_streambuf>::~basic_streambuf\28\29 +1674:std::__2::__num_get::__stage2_int_loop\28wchar_t\2c\20int\2c\20char*\2c\20char*&\2c\20unsigned\20int&\2c\20wchar_t\2c\20std::__2::basic_string\2c\20std::__2::allocator>\20const&\2c\20unsigned\20int*\2c\20unsigned\20int*&\2c\20wchar_t\20const*\29 +1675:std::__2::__num_get::__stage2_int_loop\28char\2c\20int\2c\20char*\2c\20char*&\2c\20unsigned\20int&\2c\20char\2c\20std::__2::basic_string\2c\20std::__2::allocator>\20const&\2c\20unsigned\20int*\2c\20unsigned\20int*&\2c\20char\20const*\29 +1676:std::__2::__allocation_result>::pointer>\20std::__2::__allocate_at_least\5babi:nn180100\5d>\28std::__2::allocator&\2c\20unsigned\20long\29 +1677:std::__2::__allocation_result>::pointer>\20std::__2::__allocate_at_least\5babi:nn180100\5d>\28std::__2::allocator&\2c\20unsigned\20long\29 +1678:src_p\28unsigned\20char\2c\20unsigned\20char\29 +1679:skif::RoundOut\28SkRect\29 +1680:skif::FilterResult::subset\28skif::LayerSpace\20const&\2c\20skif::LayerSpace\20const&\2c\20bool\29\20const +1681:skif::FilterResult::operator=\28skif::FilterResult&&\29 +1682:skia_private::THashMap::operator\5b\5d\28SkSL::Variable\20const*\20const&\29 +1683:skia_private::TArray::resize_back\28int\29 +1684:skia_private::TArray::push_back_raw\28int\29 +1685:skia_png_sig_cmp +1686:skia_png_set_longjmp_fn +1687:skia_png_get_valid +1688:skia_png_gamma_8bit_correct +1689:skia_png_free_data +1690:skia_png_destroy_read_struct +1691:skia_png_chunk_warning +1692:skia::textlayout::operator==\28skia::textlayout::FontArguments\20const&\2c\20skia::textlayout::FontArguments\20const&\29 +1693:skia::textlayout::TextLine::measureTextInsideOneRun\28skia::textlayout::SkRange\2c\20skia::textlayout::Run\20const*\2c\20float\2c\20float\2c\20bool\2c\20skia::textlayout::TextLine::TextAdjustment\29\20const +1694:skia::textlayout::Run::positionX\28unsigned\20long\29\20const +1695:skia::textlayout::Run::Run\28skia::textlayout::ParagraphImpl*\2c\20SkShaper::RunHandler::RunInfo\20const&\2c\20unsigned\20long\2c\20float\2c\20bool\2c\20float\2c\20unsigned\20long\2c\20float\29 +1696:skia::textlayout::ParagraphCacheKey::operator==\28skia::textlayout::ParagraphCacheKey\20const&\29\20const +1697:skia::textlayout::FontCollection::enableFontFallback\28\29 +1698:skia::textlayout::FontArguments::FontArguments\28skia::textlayout::FontArguments\20const&\29 +1699:skgpu::tess::PatchWriter\2c\20skgpu::tess::Optional<\28skgpu::tess::PatchAttribs\294>\2c\20skgpu::tess::Optional<\28skgpu::tess::PatchAttribs\298>\2c\20skgpu::tess::Optional<\28skgpu::tess::PatchAttribs\2964>\2c\20skgpu::tess::Optional<\28skgpu::tess::PatchAttribs\2932>\2c\20skgpu::tess::ReplicateLineEndPoints\2c\20skgpu::tess::TrackJoinControlPoints>::chopAndWriteCubics\28skvx::Vec<2\2c\20float>\2c\20skvx::Vec<2\2c\20float>\2c\20skvx::Vec<2\2c\20float>\2c\20skvx::Vec<2\2c\20float>\2c\20int\29 +1700:skgpu::ganesh::QuadPerEdgeAA::VertexSpec::vertexSize\28\29\20const +1701:skgpu::ganesh::Device::readSurfaceView\28\29 +1702:skgpu::ganesh::ClipStack::clip\28skgpu::ganesh::ClipStack::RawElement&&\29 +1703:skgpu::ganesh::ClipStack::RawElement::contains\28skgpu::ganesh::ClipStack::RawElement\20const&\29\20const +1704:skgpu::Swizzle::asString\28\29\20const +1705:skgpu::ScratchKey::GenerateResourceType\28\29 +1706:skgpu::GetBlendFormula\28bool\2c\20bool\2c\20SkBlendMode\29 +1707:skcpu::Recorder::TODO\28\29 +1708:sbrk +1709:ps_tofixedarray +1710:processPropertySeq\28UBiDi*\2c\20LevState*\2c\20unsigned\20char\2c\20int\2c\20int\29 +1711:png_format_buffer +1712:png_check_keyword +1713:nextafterf +1714:jpeg_huff_decode +1715:init_entry\28char\20const*\2c\20char\20const*\2c\20UErrorCode*\29 +1716:icu_74::UnicodeString::countChar32\28int\2c\20int\29\20const +1717:icu_74::UnicodeString::UnicodeString\28char\20const*\2c\20int\2c\20icu_74::UnicodeString::EInvariant\29 +1718:icu_74::UnicodeSet::setToBogus\28\29 +1719:icu_74::UnicodeSet::clear\28\29 +1720:icu_74::UVector::UVector\28void\20\28*\29\28void*\29\2c\20signed\20char\20\28*\29\28UElement\2c\20UElement\29\2c\20int\2c\20UErrorCode&\29 +1721:icu_74::UVector32::addElement\28int\2c\20UErrorCode&\29 +1722:icu_74::UVector32::UVector32\28int\2c\20UErrorCode&\29 +1723:icu_74::UCharsTrie::next\28int\29 +1724:icu_74::UCharsTrie::branchNext\28char16_t\20const*\2c\20int\2c\20int\29 +1725:icu_74::StackUResourceBundle::StackUResourceBundle\28\29 +1726:icu_74::ReorderingBuffer::appendSupplementary\28int\2c\20unsigned\20char\2c\20UErrorCode&\29 +1727:icu_74::Norm2AllModes::createNFCInstance\28UErrorCode&\29 +1728:icu_74::LanguageBreakEngine::LanguageBreakEngine\28\29 +1729:icu_74::LSR::LSR\28char\2c\20char\20const*\2c\20char\20const*\2c\20char\20const*\2c\20int\2c\20UErrorCode&\29 +1730:icu_74::CharacterProperties::getInclusionsForProperty\28UProperty\2c\20UErrorCode&\29 +1731:icu_74::CharString::ensureCapacity\28int\2c\20int\2c\20UErrorCode&\29 +1732:hb_vector_t::push\28\29 +1733:hb_unicode_funcs_destroy +1734:hb_serialize_context_t::pop_discard\28\29 +1735:hb_lazy_loader_t\2c\20hb_face_t\2c\205u\2c\20OT::hmtx_accelerator_t>::do_destroy\28OT::hmtx_accelerator_t*\29 +1736:hb_lazy_loader_t\2c\20hb_face_t\2c\2028u\2c\20AAT::morx_accelerator_t>::do_destroy\28AAT::morx_accelerator_t*\29 +1737:hb_lazy_loader_t\2c\20hb_face_t\2c\2030u\2c\20AAT::kerx_accelerator_t>::do_destroy\28AAT::kerx_accelerator_t*\29 +1738:hb_glyf_scratch_t::~hb_glyf_scratch_t\28\29 +1739:hb_font_t::get_glyph_h_origin_with_fallback\28unsigned\20int\2c\20int*\2c\20int*\29 +1740:hb_font_t::changed\28\29 +1741:hb_buffer_t::next_glyph\28\29 +1742:hb_blob_create_sub_blob +1743:hairquad\28SkPoint\20const*\2c\20SkRegion\20const*\2c\20SkRect\20const*\2c\20SkRect\20const*\2c\20SkBlitter*\2c\20int\2c\20void\20\28*\29\28SkPoint\20const*\2c\20int\2c\20SkRegion\20const*\2c\20SkBlitter*\29\29 +1744:fmt_u +1745:flush_pending +1746:emscripten::internal::FunctionInvoker::invoke\28void\20\28**\29\28SkPath&\29\2c\20SkPath*\29 +1747:emscripten::internal::FunctionInvoker::invoke\28emscripten::val\20\28**\29\28SkFont&\29\2c\20SkFont*\29 +1748:do_fixed +1749:destroy_face +1750:decltype\28fp\28\28SkRecords::NoOp*\29\28nullptr\29\29\29\20SkRecord::Record::mutate\28SkRecord::Destroyer&\29 +1751:char*\20const&\20std::__2::max\5babi:nn180100\5d\28char*\20const&\2c\20char*\20const&\29 +1752:cf2_stack_pushInt +1753:cf2_interpT2CharString +1754:cf2_glyphpath_moveTo +1755:_isVariantSubtag\28char\20const*\2c\20int\29 +1756:_hb_ot_metrics_get_position_common\28hb_font_t*\2c\20hb_ot_metrics_tag_t\2c\20int*\29 +1757:_getStringOrCopyKey\28char\20const*\2c\20char\20const*\2c\20char\20const*\2c\20char\20const*\2c\20char\20const*\2c\20char\20const*\2c\20char16_t*\2c\20int\2c\20UErrorCode*\29 +1758:__tandf +1759:__syscall_ret +1760:__floatunsitf +1761:__cxa_allocate_exception +1762:\28anonymous\20namespace\29::PathGeoBuilder::createMeshAndPutBackReserve\28\29 +1763:\28anonymous\20namespace\29::MeshOp::fixedFunctionFlags\28\29\20const +1764:\28anonymous\20namespace\29::DrawAtlasOpImpl::fixedFunctionFlags\28\29\20const +1765:VP8LDoFillBitWindow +1766:VP8LClear +1767:TT_Get_MM_Var +1768:SkWStream::writeScalar\28float\29 +1769:SkUTF::UTF8ToUTF16\28unsigned\20short*\2c\20int\2c\20char\20const*\2c\20unsigned\20long\29 +1770:SkTypeface::isFixedPitch\28\29\20const +1771:SkTypeface::MakeEmpty\28\29 +1772:SkTSect::BinarySearch\28SkTSect*\2c\20SkTSect*\2c\20SkIntersections*\29 +1773:SkTConic::operator\5b\5d\28int\29\20const +1774:SkTBlockList::reset\28\29 +1775:SkTBlockList::reset\28\29 +1776:SkString::insertU32\28unsigned\20long\2c\20unsigned\20int\29 +1777:SkShaders::MatrixRec::applyForFragmentProcessor\28SkMatrix\20const&\29\20const +1778:SkShaders::MatrixRec::MatrixRec\28SkMatrix\20const&\29 +1779:SkScan::FillRect\28SkRect\20const&\2c\20SkRasterClip\20const&\2c\20SkBlitter*\29 +1780:SkScan::FillIRect\28SkIRect\20const&\2c\20SkRegion\20const*\2c\20SkBlitter*\29 +1781:SkSL::optimize_comparison\28SkSL::Context\20const&\2c\20std::__2::array\20const&\2c\20bool\20\28*\29\28double\2c\20double\29\29 +1782:SkSL::coalesce_n_way_vector\28SkSL::Expression\20const*\2c\20SkSL::Expression\20const*\2c\20double\2c\20SkSL::Type\20const&\2c\20double\20\28*\29\28double\2c\20double\2c\20double\29\2c\20double\20\28*\29\28double\29\29 +1783:SkSL::Type::convertArraySize\28SkSL::Context\20const&\2c\20SkSL::Position\2c\20SkSL::Position\2c\20long\20long\29\20const +1784:SkSL::String::appendf\28std::__2::basic_string\2c\20std::__2::allocator>*\2c\20char\20const*\2c\20...\29 +1785:SkSL::RP::Generator::returnComplexity\28SkSL::FunctionDefinition\20const*\29 +1786:SkSL::RP::Builder::dot_floats\28int\29 +1787:SkSL::ProgramUsage::get\28SkSL::FunctionDeclaration\20const&\29\20const +1788:SkSL::Parser::type\28SkSL::Modifiers*\29 +1789:SkSL::Parser::modifiers\28\29 +1790:SkSL::ConstructorDiagonalMatrix::Make\28SkSL::Context\20const&\2c\20SkSL::Position\2c\20SkSL::Type\20const&\2c\20std::__2::unique_ptr>\29 +1791:SkSL::ConstructorArrayCast::~ConstructorArrayCast\28\29 +1792:SkSL::ConstantFolder::MakeConstantValueForVariable\28SkSL::Position\2c\20std::__2::unique_ptr>\29 +1793:SkSL::Compiler::Compiler\28\29 +1794:SkSL::Analysis::IsTrivialExpression\28SkSL::Expression\20const&\29 +1795:SkRuntimeEffectPriv::CanDraw\28SkCapabilities\20const*\2c\20SkRuntimeEffect\20const*\29 +1796:SkRuntimeEffectBuilder::makeShader\28SkMatrix\20const*\29\20const +1797:SkRegion::setPath\28SkPath\20const&\2c\20SkRegion\20const&\29 +1798:SkRegion::operator=\28SkRegion\20const&\29 +1799:SkRegion::op\28SkRegion\20const&\2c\20SkRegion\20const&\2c\20SkRegion::Op\29 +1800:SkRegion::Iterator::next\28\29 +1801:SkRect\20skif::Mapping::map\28SkRect\20const&\2c\20SkMatrix\20const&\29 +1802:SkRasterPipeline::compile\28\29\20const +1803:SkRasterPipeline::appendClampIfNormalized\28SkImageInfo\20const&\29 +1804:SkRasterClip::SkRasterClip\28SkIRect\20const&\29 +1805:SkPictureRecorder::beginRecording\28SkRect\20const&\2c\20SkBBHFactory*\29 +1806:SkPathWriter::finishContour\28\29 +1807:SkPathStroker::cubicPerpRay\28SkPoint\20const*\2c\20float\2c\20SkPoint*\2c\20SkPoint*\2c\20SkPoint*\29\20const +1808:SkPathBuilder::reset\28\29 +1809:SkPathBuilder::addRaw\28SkPathRaw\20const&\29 +1810:SkPath::reset\28\29 +1811:SkPaintPriv::ComputeLuminanceColor\28SkPaint\20const&\29 +1812:SkPaint::isSrcOver\28\29\20const +1813:SkOpAngle::linesOnOriginalSide\28SkOpAngle\20const*\29 +1814:SkNotifyBitmapGenIDIsStale\28unsigned\20int\29 +1815:SkMipmap::Build\28SkPixmap\20const&\2c\20SkDiscardableMemory*\20\28*\29\28unsigned\20long\29\2c\20bool\29 +1816:SkMeshSpecification::~SkMeshSpecification\28\29 +1817:SkMatrix::setRSXform\28SkRSXform\20const&\29 +1818:SkMatrix::mapHomogeneousPoints\28SkSpan\2c\20SkSpan\29\20const +1819:SkMatrix::decomposeScale\28SkSize*\2c\20SkMatrix*\29\20const +1820:SkMaskBuilder::AllocImage\28unsigned\20long\2c\20SkMaskBuilder::AllocType\29 +1821:SkMallocPixelRef::MakeAllocate\28SkImageInfo\20const&\2c\20unsigned\20long\29 +1822:SkKnownRuntimeEffects::\28anonymous\20namespace\29::make_blur_2D_shader\28int\2c\20SkKnownRuntimeEffects::StableKey\29 +1823:SkKnownRuntimeEffects::\28anonymous\20namespace\29::make_blur_1D_shader\28int\2c\20SkKnownRuntimeEffects::StableKey\29 +1824:SkIntersections::insertNear\28double\2c\20double\2c\20SkDPoint\20const&\2c\20SkDPoint\20const&\29 +1825:SkIntersections::flip\28\29 +1826:SkImageFilters::Empty\28\29 +1827:SkImageFilter_Base::~SkImageFilter_Base\28\29 +1828:SkImage::isAlphaOnly\28\29\20const +1829:SkGlyph::drawable\28\29\20const +1830:SkFont::unicharToGlyph\28int\29\20const +1831:SkFont::setTypeface\28sk_sp\29 +1832:SkFont::setEdging\28SkFont::Edging\29 +1833:SkFindQuadMaxCurvature\28SkPoint\20const*\29 +1834:SkEvalCubicAt\28SkPoint\20const*\2c\20float\2c\20SkPoint*\2c\20SkPoint*\2c\20SkPoint*\29 +1835:SkDCubic::FindExtrema\28double\20const*\2c\20double*\29 +1836:SkCodec::getPixels\28SkImageInfo\20const&\2c\20void*\2c\20unsigned\20long\2c\20SkCodec::Options\20const*\29 +1837:SkChopCubicAtHalf\28SkPoint\20const*\2c\20SkPoint*\29 +1838:SkCanvas::internalRestore\28\29 +1839:SkCanvas::getLocalToDevice\28\29\20const +1840:SkCanvas::clipRect\28SkRect\20const&\2c\20SkClipOp\2c\20bool\29 +1841:SkCanvas::ImageSetEntry::~ImageSetEntry\28\29 +1842:SkBlendMode_AsCoeff\28SkBlendMode\2c\20SkBlendModeCoeff*\2c\20SkBlendModeCoeff*\29 +1843:SkBlendMode\20SkReadBuffer::read32LE\28SkBlendMode\29 +1844:SkBitmap::operator=\28SkBitmap\20const&\29 +1845:SkBinaryWriteBuffer::~SkBinaryWriteBuffer\28\29 +1846:SkAutoPixmapStorage::tryAlloc\28SkImageInfo\20const&\29 +1847:SkAAClip::SkAAClip\28\29 +1848:Read255UShort +1849:OT::cff1::accelerator_templ_t>::_fini\28\29 +1850:OT::Layout::GPOS_impl::ValueFormat::sanitize_value_devices\28hb_sanitize_context_t*\2c\20OT::Layout::GPOS_impl::ValueBase\20const*\2c\20OT::IntType\20const*\29\20const +1851:OT::Layout::GPOS_impl::ValueFormat::apply_value\28OT::hb_ot_apply_context_t*\2c\20OT::Layout::GPOS_impl::ValueBase\20const*\2c\20OT::IntType\20const*\2c\20hb_glyph_position_t&\29\20const +1852:OT::ItemVariationStore::sanitize\28hb_sanitize_context_t*\29\20const +1853:OT::HVARVVAR::sanitize\28hb_sanitize_context_t*\29\20const +1854:GrTriangulator::VertexList::insert\28GrTriangulator::Vertex*\2c\20GrTriangulator::Vertex*\2c\20GrTriangulator::Vertex*\29 +1855:GrTriangulator::Poly::addEdge\28GrTriangulator::Edge*\2c\20GrTriangulator::Side\2c\20GrTriangulator*\29 +1856:GrTriangulator::EdgeList::remove\28GrTriangulator::Edge*\29 +1857:GrStyledShape::simplify\28\29 +1858:GrStyledShape::operator=\28GrStyledShape\20const&\29 +1859:GrSimpleMeshDrawOpHelperWithStencil::createProgramInfoWithStencil\28GrCaps\20const*\2c\20SkArenaAlloc*\2c\20GrSurfaceProxyView\20const&\2c\20bool\2c\20GrAppliedClip&&\2c\20GrDstProxyView\20const&\2c\20GrGeometryProcessor*\2c\20GrPrimitiveType\2c\20GrXferBarrierFlags\2c\20GrLoadOp\29 +1860:GrRenderTask::addDependency\28GrDrawingManager*\2c\20GrSurfaceProxy*\2c\20skgpu::Mipmapped\2c\20GrTextureResolveManager\2c\20GrCaps\20const&\29 +1861:GrRenderTask::GrRenderTask\28\29 +1862:GrRenderTarget::onRelease\28\29 +1863:GrProxyProvider::findOrCreateProxyByUniqueKey\28skgpu::UniqueKey\20const&\2c\20GrSurfaceProxy::UseAllocator\29 +1864:GrProcessorSet::operator==\28GrProcessorSet\20const&\29\20const +1865:GrPathUtils::generateQuadraticPoints\28SkPoint\20const&\2c\20SkPoint\20const&\2c\20SkPoint\20const&\2c\20float\2c\20SkPoint**\2c\20unsigned\20int\29 +1866:GrMeshDrawOp::QuadHelper::QuadHelper\28GrMeshDrawTarget*\2c\20unsigned\20long\2c\20int\29 +1867:GrMakeCachedBitmapProxyView\28GrRecordingContext*\2c\20SkBitmap\20const&\2c\20std::__2::basic_string_view>\2c\20skgpu::Mipmapped\29 +1868:GrIsStrokeHairlineOrEquivalent\28GrStyle\20const&\2c\20SkMatrix\20const&\2c\20float*\29 +1869:GrImageContext::abandoned\28\29 +1870:GrGpuResource::registerWithCache\28skgpu::Budgeted\29 +1871:GrGpuBuffer::isMapped\28\29\20const +1872:GrGpu::didWriteToSurface\28GrSurface*\2c\20GrSurfaceOrigin\2c\20SkIRect\20const*\2c\20unsigned\20int\29\20const +1873:GrGeometryProcessor::ProgramImpl::setupUniformColor\28GrGLSLFPFragmentBuilder*\2c\20GrGLSLUniformHandler*\2c\20char\20const*\2c\20GrResourceHandle*\29 +1874:GrGLGpu::flushRenderTarget\28GrGLRenderTarget*\2c\20bool\29 +1875:GrFragmentProcessor::visitTextureEffects\28std::__2::function\20const&\29\20const +1876:GrFragmentProcessor::visitProxies\28std::__2::function\20const&\29\20const +1877:GrFragmentProcessor::MakeColor\28SkRGBA4f<\28SkAlphaType\292>\29 +1878:GrBufferAllocPool::makeSpace\28unsigned\20long\2c\20unsigned\20long\2c\20sk_sp*\2c\20unsigned\20long*\29 +1879:GrBackendTextures::GetGLTextureInfo\28GrBackendTexture\20const&\2c\20GrGLTextureInfo*\29 +1880:FilterLoop26_C +1881:FT_Vector_Transform +1882:FT_Vector_NormLen +1883:FT_Outline_Transform +1884:CFF::dict_opset_t::process_op\28unsigned\20int\2c\20CFF::interp_env_t&\29 +1885:AlmostBetweenUlps\28float\2c\20float\2c\20float\29 +1886:1648 +1887:1649 +1888:1650 +1889:void\20hb_buffer_t::collect_codepoints\28hb_bit_set_t&\29\20const +1890:void\20extend_pts<\28SkPaint::Cap\292>\28std::__2::optional\2c\20std::__2::optional\2c\20SkSpan\29 +1891:void\20extend_pts<\28SkPaint::Cap\291>\28std::__2::optional\2c\20std::__2::optional\2c\20SkSpan\29 +1892:void\20AAT::Lookup>::collect_glyphs_filtered\28hb_bit_set_t&\2c\20unsigned\20int\2c\20hb_bit_page_t\20const&\29\20const +1893:utext_openUChars_74 +1894:utext_char32At_74 +1895:ures_openWithType\28UResourceBundle*\2c\20char\20const*\2c\20char\20const*\2c\20UResOpenType\2c\20UErrorCode*\29 +1896:ures_getSize_74 +1897:udata_openChoice_74 +1898:ucptrie_internalSmallU8Index_74 +1899:ucptrie_get_74 +1900:ubidi_getMemory_74 +1901:ubidi_getClass_74 +1902:transform\28unsigned\20int*\2c\20unsigned\20char\20const*\29 +1903:toUpperOrTitle\28int\2c\20int\20\28*\29\28void*\2c\20signed\20char\29\2c\20void*\2c\20char16_t\20const**\2c\20int\2c\20signed\20char\29 +1904:strtoul +1905:strtod +1906:strcspn +1907:std::__2::locale::locale\28std::__2::locale\20const&\29 +1908:std::__2::locale::classic\28\29 +1909:std::__2::codecvt::do_unshift\28__mbstate_t&\2c\20char*\2c\20char*\2c\20char*&\29\20const +1910:std::__2::chrono::__libcpp_steady_clock_now\28\29 +1911:std::__2::basic_string\2c\20std::__2::allocator>::basic_string\5babi:nn180100\5d<0>\28char\20const*\29 +1912:std::__2::basic_string\2c\20std::__2::allocator>::__grow_by_and_replace\28unsigned\20long\2c\20unsigned\20long\2c\20unsigned\20long\2c\20unsigned\20long\2c\20unsigned\20long\2c\20unsigned\20long\2c\20char\20const*\29 +1913:std::__2::basic_streambuf>::setg\5babi:nn180100\5d\28char*\2c\20char*\2c\20char*\29 +1914:std::__2::__wrap_iter\20std::__2::vector>::__insert_with_size\5babi:ne180100\5d\28std::__2::__wrap_iter\2c\20float\20const*\2c\20float\20const*\2c\20long\29 +1915:std::__2::__throw_bad_variant_access\5babi:ne180100\5d\28\29 +1916:std::__2::__split_buffer>::push_front\28skia::textlayout::OneLineShaper::RunBlock*&&\29 +1917:std::__2::__num_get::__stage2_int_prep\28std::__2::ios_base&\2c\20wchar_t&\29 +1918:std::__2::__num_get::__do_widen\28std::__2::ios_base&\2c\20wchar_t*\29\20const +1919:std::__2::__num_get::__stage2_int_prep\28std::__2::ios_base&\2c\20char&\29 +1920:std::__2::__itoa::__append1\5babi:nn180100\5d\28char*\2c\20unsigned\20int\29 +1921:sktext::gpu::GlyphVector::~GlyphVector\28\29 +1922:skif::LayerSpace::round\28\29\20const +1923:skif::LayerSpace::inverseMapRect\28skif::LayerSpace\20const&\2c\20skif::LayerSpace*\29\20const +1924:skif::FilterResult::applyTransform\28skif::Context\20const&\2c\20skif::LayerSpace\20const&\2c\20SkSamplingOptions\20const&\29\20const +1925:skif::FilterResult::Builder::~Builder\28\29 +1926:skif::FilterResult::Builder::Builder\28skif::Context\20const&\29 +1927:skia_private::THashTable::Traits>::resize\28int\29 +1928:skia_private::THashTable::AdaptedTraits>::removeIfExists\28skgpu::UniqueKey\20const&\29 +1929:skia_private::TArray::resize_back\28int\29 +1930:skia_png_set_progressive_read_fn +1931:skia_png_set_interlace_handling +1932:skia_png_reciprocal +1933:skia_png_read_chunk_header +1934:skia_png_get_io_ptr +1935:skia_png_calloc +1936:skia::textlayout::TextLine::~TextLine\28\29 +1937:skia::textlayout::ParagraphStyle::ParagraphStyle\28skia::textlayout::ParagraphStyle\20const&\29 +1938:skia::textlayout::ParagraphCacheKey::~ParagraphCacheKey\28\29 +1939:skia::textlayout::OneLineShaper::RunBlock*\20std::__2::vector>::__emplace_back_slow_path\28skia::textlayout::OneLineShaper::RunBlock&\29 +1940:skia::textlayout::FontCollection::findTypefaces\28std::__2::vector>\20const&\2c\20SkFontStyle\2c\20std::__2::optional\20const&\29 +1941:skia::textlayout::Cluster::trimmedWidth\28unsigned\20long\29\20const +1942:skgpu::ganesh::TextureOp::BatchSizeLimiter::createOp\28GrTextureSetEntry*\2c\20int\2c\20GrAAType\29 +1943:skgpu::ganesh::SurfaceFillContext::fillWithFP\28std::__2::unique_ptr>\29 +1944:skgpu::ganesh::SurfaceDrawContext::drawShape\28GrClip\20const*\2c\20GrPaint&&\2c\20GrAA\2c\20SkMatrix\20const&\2c\20GrStyledShape&&\29 +1945:skgpu::ganesh::SurfaceDrawContext::drawShapeUsingPathRenderer\28GrClip\20const*\2c\20GrPaint&&\2c\20GrAA\2c\20SkMatrix\20const&\2c\20GrStyledShape&&\2c\20bool\29 +1946:skgpu::ganesh::SurfaceDrawContext::drawRRect\28GrClip\20const*\2c\20GrPaint&&\2c\20GrAA\2c\20SkMatrix\20const&\2c\20SkRRect\20const&\2c\20GrStyle\20const&\29 +1947:skgpu::ganesh::SurfaceContext::transferPixels\28GrColorType\2c\20SkIRect\20const&\29 +1948:skgpu::ganesh::SmallPathAtlasMgr::reset\28\29 +1949:skgpu::ganesh::QuadPerEdgeAA::CalcIndexBufferOption\28GrAAType\2c\20int\29 +1950:skgpu::ganesh::LockTextureProxyView\28GrRecordingContext*\2c\20SkImage_Lazy\20const*\2c\20GrImageTexGenPolicy\2c\20skgpu::Mipmapped\29::$_0::operator\28\29\28GrSurfaceProxyView\20const&\29\20const +1951:skgpu::ganesh::Device::targetProxy\28\29 +1952:skgpu::ganesh::ClipStack::getConservativeBounds\28\29\20const +1953:skgpu::ganesh::ClipStack::RawElement::RawElement\28SkMatrix\20const&\2c\20GrShape\20const&\2c\20GrAA\2c\20SkClipOp\29 +1954:skgpu::TAsyncReadResult::addTransferResult\28skgpu::ganesh::SurfaceContext::PixelTransferResult\20const&\2c\20SkISize\2c\20unsigned\20long\2c\20skgpu::TClientMappedBufferManager*\29 +1955:skgpu::Swizzle::apply\28SkRasterPipeline*\29\20const +1956:skgpu::Plot::resetRects\28bool\29 +1957:res_getTableItemByIndex_74 +1958:res_getArrayItem_74 +1959:ps_dimension_add_t1stem +1960:log +1961:jcopy_sample_rows +1962:icu_74::initSingletons\28char\20const*\2c\20UErrorCode&\29 +1963:icu_74::\28anonymous\20namespace\29::AliasReplacer::replaceLanguage\28bool\2c\20bool\2c\20bool\2c\20icu_74::UVector&\2c\20UErrorCode&\29 +1964:icu_74::UnicodeString::doReplace\28int\2c\20int\2c\20icu_74::UnicodeString\20const&\2c\20int\2c\20int\29 +1965:icu_74::UnicodeString::append\28int\29 +1966:icu_74::UnicodeSetStringSpan::UnicodeSetStringSpan\28icu_74::UnicodeSet\20const&\2c\20icu_74::UVector\20const&\2c\20unsigned\20int\29 +1967:icu_74::UnicodeSet::spanUTF8\28char\20const*\2c\20int\2c\20USetSpanCondition\29\20const +1968:icu_74::UnicodeSet::spanBack\28char16_t\20const*\2c\20int\2c\20USetSpanCondition\29\20const +1969:icu_74::UnicodeSet::spanBackUTF8\28char\20const*\2c\20int\2c\20USetSpanCondition\29\20const +1970:icu_74::UnicodeSet::operator=\28icu_74::UnicodeSet\20const&\29 +1971:icu_74::UnicodeSet::getRangeStart\28int\29\20const +1972:icu_74::UnicodeSet::getRangeEnd\28int\29\20const +1973:icu_74::UnicodeSet::getRangeCount\28\29\20const +1974:icu_74::UVector32::setSize\28int\29 +1975:icu_74::UCharsTrieBuilder::write\28char16_t\20const*\2c\20int\29 +1976:icu_74::StringEnumeration::~StringEnumeration\28\29 +1977:icu_74::RuleCharacterIterator::getPos\28icu_74::RuleCharacterIterator::Pos&\29\20const +1978:icu_74::RuleBasedBreakIterator::BreakCache::populatePreceding\28UErrorCode&\29 +1979:icu_74::ResourceDataValue::~ResourceDataValue\28\29 +1980:icu_74::ReorderingBuffer::previousCC\28\29 +1981:icu_74::Normalizer2Impl::compose\28char16_t\20const*\2c\20char16_t\20const*\2c\20signed\20char\2c\20signed\20char\2c\20icu_74::ReorderingBuffer&\2c\20UErrorCode&\29\20const +1982:icu_74::Normalizer2Factory::getNFCImpl\28UErrorCode&\29 +1983:icu_74::LocaleUtility::initLocaleFromName\28icu_74::UnicodeString\20const&\2c\20icu_74::Locale&\29 +1984:icu_74::LocaleKeyFactory::~LocaleKeyFactory\28\29 +1985:icu_74::Locale::setToBogus\28\29 +1986:icu_74::LSR::indexForRegion\28char\20const*\29 +1987:icu_74::LSR::LSR\28icu_74::StringPiece\2c\20icu_74::StringPiece\2c\20icu_74::StringPiece\2c\20int\2c\20UErrorCode&\29 +1988:icu_74::BreakIterator::createInstance\28icu_74::Locale\20const&\2c\20int\2c\20UErrorCode&\29 +1989:hb_lazy_loader_t\2c\20hb_face_t\2c\2015u\2c\20OT::glyf_accelerator_t>::do_destroy\28OT::glyf_accelerator_t*\29 +1990:hb_font_t::has_func\28unsigned\20int\29 +1991:hb_buffer_create_similar +1992:hb_bit_set_t::intersects\28hb_bit_set_t\20const&\29\20const +1993:ft_service_list_lookup +1994:fseek +1995:fflush +1996:expm1 +1997:emscripten::internal::MethodInvoker::invoke\28void\20\28GrDirectContext::*\20const&\29\28\29\2c\20GrDirectContext*\29 +1998:emscripten::internal::Invoker>::invoke\28sk_sp\20\28*\29\28\29\29 +1999:emscripten::internal::FunctionInvoker\20const&\2c\20unsigned\20long\2c\20unsigned\20long\2c\20SkFilterMode\2c\20SkMipmapMode\2c\20SkPaint\20const*\29\2c\20void\2c\20SkCanvas&\2c\20sk_sp\20const&\2c\20unsigned\20long\2c\20unsigned\20long\2c\20SkFilterMode\2c\20SkMipmapMode\2c\20SkPaint\20const*>::invoke\28void\20\28**\29\28SkCanvas&\2c\20sk_sp\20const&\2c\20unsigned\20long\2c\20unsigned\20long\2c\20SkFilterMode\2c\20SkMipmapMode\2c\20SkPaint\20const*\29\2c\20SkCanvas*\2c\20sk_sp*\2c\20unsigned\20long\2c\20unsigned\20long\2c\20SkFilterMode\2c\20SkMipmapMode\2c\20SkPaint\20const*\29 +2000:emscripten::internal::FunctionInvoker::invoke\28bool\20\28**\29\28SkCanvas\20const&\2c\20unsigned\20long\29\2c\20SkCanvas*\2c\20unsigned\20long\29 +2001:decltype\28fp\28nullptr\29\29\20SkArenaAlloc::make<\28anonymous\20namespace\29::GaussianPass::MakeMaker\28float\2c\20SkArenaAlloc*\29::Maker*\20SkArenaAlloc::make<\28anonymous\20namespace\29::GaussianPass::MakeMaker\28float\2c\20SkArenaAlloc*\29::Maker\2c\20float&>\28float&\29::'lambda'\28void*\29>\28\28anonymous\20namespace\29::GaussianPass::MakeMaker\28float\2c\20SkArenaAlloc*\29::Maker&&\29::'lambda'\28char*\29::__invoke\28char*\29 +2002:crc32_z +2003:char*\20sktext::gpu::BagOfBytes::allocateBytesFor\28int\29::'lambda'\28\29::operator\28\29\28\29\20const +2004:cf2_hintmap_insertHint +2005:cf2_hintmap_build +2006:cf2_glyphpath_pushPrevElem +2007:bool\20std::__2::__less::operator\28\29\5babi:nn180100\5d\28unsigned\20int\20const&\2c\20unsigned\20long\20const&\29\20const +2008:blit_trapezoid_row\28AdditiveBlitter*\2c\20int\2c\20int\2c\20int\2c\20int\2c\20int\2c\20int\2c\20int\2c\20unsigned\20char\2c\20unsigned\20char*\2c\20bool\29 +2009:afm_stream_read_one +2010:af_shaper_get_cluster +2011:af_latin_hints_link_segments +2012:af_latin_compute_stem_width +2013:af_glyph_hints_reload +2014:acosf +2015:__sin +2016:__cos +2017:\28anonymous\20namespace\29::PathSubRun::canReuse\28SkPaint\20const&\2c\20SkMatrix\20const&\29\20const +2018:\28anonymous\20namespace\29::PathGeoBuilder::allocNewBuffers\28\29 +2019:WebPDemuxDelete +2020:VP8LHuffmanTablesDeallocate +2021:UDataMemory_createNewInstance_74 +2022:SkWriter32::writeSampling\28SkSamplingOptions\20const&\29 +2023:SkVertices::Builder::detach\28\29 +2024:SkUTF::NextUTF8WithReplacement\28char\20const**\2c\20char\20const*\29 +2025:SkTypeface_FreeType::~SkTypeface_FreeType\28\29 +2026:SkTypeface_FreeType::FaceRec::~FaceRec\28\29 +2027:SkTypeface::SkTypeface\28SkFontStyle\20const&\2c\20bool\29 +2028:SkTextBlob::RunRecord::textSizePtr\28\29\20const +2029:SkTMultiMap::remove\28skgpu::ScratchKey\20const&\2c\20GrGpuResource\20const*\29 +2030:SkTMultiMap::insert\28skgpu::ScratchKey\20const&\2c\20GrGpuResource*\29 +2031:SkTDStorage::insert\28int\2c\20int\2c\20void\20const*\29 +2032:SkTDPQueue<\28anonymous\20namespace\29::RunIteratorQueue::Entry\2c\20&\28anonymous\20namespace\29::RunIteratorQueue::CompareEntry\28\28anonymous\20namespace\29::RunIteratorQueue::Entry\20const&\2c\20\28anonymous\20namespace\29::RunIteratorQueue::Entry\20const&\29\2c\20\28int*\20\28*\29\28\28anonymous\20namespace\29::RunIteratorQueue::Entry\20const&\29\290>::insert\28\28anonymous\20namespace\29::RunIteratorQueue::Entry\29 +2033:SkSwizzler::Make\28SkEncodedInfo\20const&\2c\20unsigned\20int\20const*\2c\20SkImageInfo\20const&\2c\20SkCodec::Options\20const&\2c\20SkIRect\20const*\29 +2034:SkSurface_Base::~SkSurface_Base\28\29 +2035:SkString::resize\28unsigned\20long\29 +2036:SkStrikeSpec::SkStrikeSpec\28SkFont\20const&\2c\20SkPaint\20const&\2c\20SkSurfaceProps\20const&\2c\20SkScalerContextFlags\2c\20SkMatrix\20const&\29 +2037:SkStrikeSpec::MakeMask\28SkFont\20const&\2c\20SkPaint\20const&\2c\20SkSurfaceProps\20const&\2c\20SkScalerContextFlags\2c\20SkMatrix\20const&\29 +2038:SkStrikeSpec::MakeCanonicalized\28SkFont\20const&\2c\20SkPaint\20const*\29 +2039:SkStrikeCache::findOrCreateStrike\28SkStrikeSpec\20const&\29 +2040:SkStrike::unlock\28\29 +2041:SkStrike::lock\28\29 +2042:SkShaders::MatrixRec::apply\28SkStageRec\20const&\2c\20SkMatrix\20const&\29\20const +2043:SkShaders::Blend\28SkBlendMode\2c\20sk_sp\2c\20sk_sp\29 +2044:SkScan::FillPath\28SkPathRaw\20const&\2c\20SkRegion\20const&\2c\20SkBlitter*\29 +2045:SkScalerContext_FreeType::emboldenIfNeeded\28FT_FaceRec_*\2c\20FT_GlyphSlotRec_*\2c\20unsigned\20short\29 +2046:SkSafeMath::Add\28unsigned\20long\2c\20unsigned\20long\29 +2047:SkSL::Type::displayName\28\29\20const +2048:SkSL::Type::checkForOutOfRangeLiteral\28SkSL::Context\20const&\2c\20double\2c\20SkSL::Position\29\20const +2049:SkSL::RP::SlotManager::addSlotDebugInfoForGroup\28std::__2::basic_string\2c\20std::__2::allocator>\20const&\2c\20SkSL::Type\20const&\2c\20SkSL::Position\2c\20int*\2c\20bool\29 +2050:SkSL::RP::Generator::foldComparisonOp\28SkSL::Operator\2c\20int\29 +2051:SkSL::RP::Builder::branch_if_no_lanes_active\28int\29 +2052:SkSL::PrefixExpression::Make\28SkSL::Context\20const&\2c\20SkSL::Position\2c\20SkSL::Operator\2c\20std::__2::unique_ptr>\29 +2053:SkSL::Parser::parseArrayDimensions\28SkSL::Position\2c\20SkSL::Type\20const**\29 +2054:SkSL::Parser::arraySize\28long\20long*\29 +2055:SkSL::Operator::operatorName\28\29\20const +2056:SkSL::ModifierFlags::paddedDescription\28\29\20const +2057:SkSL::ExpressionArray::clone\28\29\20const +2058:SkSL::ConstantFolder::GetConstantValue\28SkSL::Expression\20const&\2c\20double*\29 +2059:SkSL::ConstantFolder::GetConstantInt\28SkSL::Expression\20const&\2c\20long\20long*\29 +2060:SkSL::Compiler::convertProgram\28SkSL::ProgramKind\2c\20std::__2::basic_string\2c\20std::__2::allocator>\2c\20SkSL::ProgramSettings\20const&\29 +2061:SkRegion::op\28SkRegion\20const&\2c\20SkIRect\20const&\2c\20SkRegion::Op\29 +2062:SkRegion::Iterator::Iterator\28SkRegion\20const&\29 +2063:SkRectPriv::ClosestDisjointEdge\28SkIRect\20const&\2c\20SkIRect\20const&\29 +2064:SkRecords::FillBounds::bounds\28SkRecords::DrawArc\20const&\29\20const +2065:SkReadBuffer::setMemory\28void\20const*\2c\20unsigned\20long\29 +2066:SkRRect::writeToMemory\28void*\29\20const +2067:SkRRect::setRectXY\28SkRect\20const&\2c\20float\2c\20float\29 +2068:SkPointPriv::DistanceToLineBetweenSqd\28SkPoint\20const&\2c\20SkPoint\20const&\2c\20SkPoint\20const&\2c\20SkPointPriv::Side*\29 +2069:SkPoint::setNormalize\28float\2c\20float\29 +2070:SkPngCodecBase::~SkPngCodecBase\28\29 +2071:SkPixmapUtils::SwapWidthHeight\28SkImageInfo\20const&\29 +2072:SkPixmap::setColorSpace\28sk_sp\29 +2073:SkPictureRecorder::finishRecordingAsPicture\28\29 +2074:SkPathRawShapes::Rect::Rect\28SkRect\20const&\2c\20SkPathDirection\2c\20unsigned\20int\29 +2075:SkPathBuilder::getLastPt\28\29\20const +2076:SkPathBuilder::SkPathBuilder\28SkPathFillType\29 +2077:SkPath::isLine\28SkPoint*\29\20const +2078:SkPath::getSegmentMasks\28\29\20const +2079:SkPath::Iter::next\28SkPoint*\29 +2080:SkPaint::setStrokeCap\28SkPaint::Cap\29 +2081:SkPaint::refShader\28\29\20const +2082:SkOpSpan::setWindSum\28int\29 +2083:SkOpSegment::markDone\28SkOpSpan*\29 +2084:SkOpSegment::markAndChaseWinding\28SkOpSpanBase*\2c\20SkOpSpanBase*\2c\20int\2c\20int\2c\20SkOpSpanBase**\29 +2085:SkOpContourBuilder::addCurve\28SkPath::Verb\2c\20SkPoint\20const*\2c\20float\29 +2086:SkOpAngle::starter\28\29 +2087:SkOpAngle::insert\28SkOpAngle*\29 +2088:SkNoDrawCanvas::onDrawPatch\28SkPoint\20const*\2c\20unsigned\20int\20const*\2c\20SkPoint\20const*\2c\20SkBlendMode\2c\20SkPaint\20const&\29 +2089:SkMatrixPriv::InverseMapRect\28SkMatrix\20const&\2c\20SkRect*\2c\20SkRect\20const&\29 +2090:SkMatrix::setSinCos\28float\2c\20float\29 +2091:SkMatrix::setRotate\28float\29 +2092:SkMatrix::preservesRightAngles\28float\29\20const +2093:SkMaskFilter::MakeBlur\28SkBlurStyle\2c\20float\2c\20bool\29 +2094:SkMD5::write\28void\20const*\2c\20unsigned\20long\29 +2095:SkLineClipper::IntersectLine\28SkPoint\20const*\2c\20SkRect\20const&\2c\20SkPoint*\29 +2096:SkImage_GaneshBase::SkImage_GaneshBase\28sk_sp\2c\20SkImageInfo\2c\20unsigned\20int\29 +2097:SkImageGenerator::onRefEncodedData\28\29 +2098:SkImage::makeShader\28SkTileMode\2c\20SkTileMode\2c\20SkSamplingOptions\20const&\2c\20SkMatrix\20const&\29\20const +2099:SkIDChangeListener::SkIDChangeListener\28\29 +2100:SkIDChangeListener::List::reset\28\29 +2101:SkGradientBaseShader::flatten\28SkWriteBuffer&\29\20const +2102:SkGlyph::setPath\28SkArenaAlloc*\2c\20SkPath\20const*\2c\20bool\2c\20bool\29 +2103:SkFontMgr::RefEmpty\28\29 +2104:SkFibBlockSizes<4294967295u>::SkFibBlockSizes\28unsigned\20int\2c\20unsigned\20int\29::'lambda0'\28\29::operator\28\29\28\29\20const +2105:SkFibBlockSizes<4294967295u>::SkFibBlockSizes\28unsigned\20int\2c\20unsigned\20int\29::'lambda'\28\29::operator\28\29\28\29\20const +2106:SkEvalQuadAt\28SkPoint\20const*\2c\20float\29 +2107:SkEncodedInfo::makeImageInfo\28\29\20const +2108:SkEdgeClipper::next\28SkPoint*\29 +2109:SkDevice::scalerContextFlags\28\29\20const +2110:SkDeque::SkDeque\28unsigned\20long\2c\20void*\2c\20unsigned\20long\2c\20int\29 +2111:SkConic::evalAt\28float\2c\20SkPoint*\2c\20SkPoint*\29\20const +2112:SkConic::TransformW\28SkPoint\20const*\2c\20float\2c\20SkMatrix\20const&\29 +2113:SkColorSpace::transferFn\28skcms_TransferFunction*\29\20const +2114:SkColorSpace::gammaIsLinear\28\29\20const +2115:SkColorInfo::SkColorInfo\28SkColorType\2c\20SkAlphaType\2c\20sk_sp\29 +2116:SkColorFilters::Blend\28unsigned\20int\2c\20SkBlendMode\29 +2117:SkCodec::skipScanlines\28int\29 +2118:SkCodec::rewindStream\28\29 +2119:SkCapabilities::RasterBackend\28\29 +2120:SkCanvas::topDevice\28\29\20const +2121:SkCanvas::saveLayer\28SkCanvas::SaveLayerRec\20const&\29 +2122:SkCanvas::init\28sk_sp\29 +2123:SkCanvas::drawTextBlob\28SkTextBlob\20const*\2c\20float\2c\20float\2c\20SkPaint\20const&\29 +2124:SkCanvas::drawDrawable\28SkDrawable*\2c\20SkMatrix\20const*\29 +2125:SkCanvas::drawClippedToSaveBehind\28SkPaint\20const&\29 +2126:SkCanvas::concat\28SkM44\20const&\29 +2127:SkCanvas::clipPath\28SkPath\20const&\2c\20SkClipOp\2c\20bool\29 +2128:SkCanvas::SkCanvas\28SkBitmap\20const&\29 +2129:SkBmpBaseCodec::~SkBmpBaseCodec\28\29 +2130:SkBlitter::blitMask\28SkMask\20const&\2c\20SkIRect\20const&\29 +2131:SkBitmap::extractSubset\28SkBitmap*\2c\20SkIRect\20const&\29\20const +2132:SkBitmap::asImage\28\29\20const +2133:SkBitmap::SkBitmap\28SkBitmap&&\29 +2134:SkBinaryWriteBuffer::SkBinaryWriteBuffer\28SkSerialProcs\20const&\29 +2135:SkAAClip::setRegion\28SkRegion\20const&\29 +2136:SaveErrorCode +2137:R +2138:OT::glyf_accelerator_t*\20hb_data_wrapper_t::call_create>\28\29\20const +2139:OT::GDEF::get_mark_attachment_type\28unsigned\20int\29\20const +2140:OT::GDEF::get_glyph_class\28unsigned\20int\29\20const +2141:GrXPFactory::FromBlendMode\28SkBlendMode\29 +2142:GrTriangulator::setBottom\28GrTriangulator::Edge*\2c\20GrTriangulator::Vertex*\2c\20GrTriangulator::EdgeList*\2c\20GrTriangulator::Vertex**\2c\20GrTriangulator::Comparator\20const&\29\20const +2143:GrTriangulator::mergeCollinearEdges\28GrTriangulator::Edge*\2c\20GrTriangulator::EdgeList*\2c\20GrTriangulator::Vertex**\2c\20GrTriangulator::Comparator\20const&\29\20const +2144:GrThreadSafeCache::find\28skgpu::UniqueKey\20const&\29 +2145:GrThreadSafeCache::add\28skgpu::UniqueKey\20const&\2c\20GrSurfaceProxyView\20const&\29 +2146:GrThreadSafeCache::Entry::makeEmpty\28\29 +2147:GrSurfaceProxyView::operator==\28GrSurfaceProxyView\20const&\29\20const +2148:GrSurfaceProxyView::Copy\28GrRecordingContext*\2c\20GrSurfaceProxyView\2c\20skgpu::Mipmapped\2c\20SkIRect\2c\20SkBackingFit\2c\20skgpu::Budgeted\2c\20std::__2::basic_string_view>\29 +2149:GrSurfaceProxyPriv::doLazyInstantiation\28GrResourceProvider*\29 +2150:GrSurfaceProxy::isFunctionallyExact\28\29\20const +2151:GrSurfaceProxy::Copy\28GrRecordingContext*\2c\20sk_sp\2c\20GrSurfaceOrigin\2c\20skgpu::Mipmapped\2c\20SkBackingFit\2c\20skgpu::Budgeted\2c\20std::__2::basic_string_view>\2c\20sk_sp*\29 +2152:GrSimpleMeshDrawOpHelperWithStencil::fixedFunctionFlags\28\29\20const +2153:GrSimpleMeshDrawOpHelper::finalizeProcessors\28GrCaps\20const&\2c\20GrAppliedClip\20const*\2c\20GrUserStencilSettings\20const*\2c\20GrClampType\2c\20GrProcessorAnalysisCoverage\2c\20GrProcessorAnalysisColor*\29 +2154:GrSimpleMeshDrawOpHelper::CreateProgramInfo\28GrCaps\20const*\2c\20SkArenaAlloc*\2c\20GrSurfaceProxyView\20const&\2c\20bool\2c\20GrAppliedClip&&\2c\20GrDstProxyView\20const&\2c\20GrGeometryProcessor*\2c\20GrProcessorSet&&\2c\20GrPrimitiveType\2c\20GrXferBarrierFlags\2c\20GrLoadOp\2c\20GrPipeline::InputFlags\2c\20GrUserStencilSettings\20const*\29 +2155:GrSimpleMeshDrawOpHelper::CreatePipeline\28GrCaps\20const*\2c\20SkArenaAlloc*\2c\20skgpu::Swizzle\2c\20GrAppliedClip&&\2c\20GrDstProxyView\20const&\2c\20GrProcessorSet&&\2c\20GrPipeline::InputFlags\29 +2156:GrResourceProvider::findOrMakeStaticBuffer\28GrGpuBufferType\2c\20unsigned\20long\2c\20void\20const*\2c\20skgpu::UniqueKey\20const&\29 +2157:GrResourceProvider::findOrMakeStaticBuffer\28GrGpuBufferType\2c\20unsigned\20long\2c\20skgpu::UniqueKey\20const&\2c\20void\20\28*\29\28skgpu::VertexWriter\2c\20unsigned\20long\29\29 +2158:GrResourceCache::purgeAsNeeded\28\29 +2159:GrResourceCache::findAndRefScratchResource\28skgpu::ScratchKey\20const&\29 +2160:GrRecordingContextPriv::makeSFC\28GrImageInfo\2c\20std::__2::basic_string_view>\2c\20SkBackingFit\2c\20int\2c\20skgpu::Mipmapped\2c\20skgpu::Protected\2c\20GrSurfaceOrigin\2c\20skgpu::Budgeted\29 +2161:GrQuadUtils::TessellationHelper::Vertices::moveAlong\28GrQuadUtils::TessellationHelper::EdgeVectors\20const&\2c\20skvx::Vec<4\2c\20float>\20const&\29 +2162:GrQuad::asRect\28SkRect*\29\20const +2163:GrProcessorSet::GrProcessorSet\28GrProcessorSet&&\29 +2164:GrPathUtils::generateCubicPoints\28SkPoint\20const&\2c\20SkPoint\20const&\2c\20SkPoint\20const&\2c\20SkPoint\20const&\2c\20float\2c\20SkPoint**\2c\20unsigned\20int\29 +2165:GrOpFlushState::allocator\28\29 +2166:GrGpu::submitToGpu\28GrSubmitInfo\20const&\29 +2167:GrGpu::createBuffer\28unsigned\20long\2c\20GrGpuBufferType\2c\20GrAccessPattern\29 +2168:GrGeometryProcessor::ProgramImpl::WriteOutputPosition\28GrGLSLVertexBuilder*\2c\20GrGLSLUniformHandler*\2c\20GrShaderCaps\20const&\2c\20GrGeometryProcessor::ProgramImpl::GrGPArgs*\2c\20char\20const*\2c\20SkMatrix\20const&\2c\20GrResourceHandle*\29 +2169:GrGLTexture::dumpMemoryStatistics\28SkTraceMemoryDump*\29\20const +2170:GrGLSLShaderBuilder::appendFunctionDecl\28SkSLType\2c\20char\20const*\2c\20SkSpan\29 +2171:GrGLSLShaderBuilder::appendColorGamutXform\28SkString*\2c\20char\20const*\2c\20GrGLSLColorSpaceXformHelper*\29 +2172:GrGLSLColorSpaceXformHelper::emitCode\28GrGLSLUniformHandler*\2c\20GrColorSpaceXform\20const*\2c\20unsigned\20int\29 +2173:GrGLRenderTarget::dumpMemoryStatistics\28SkTraceMemoryDump*\29\20const +2174:GrGLRenderTarget::bindInternal\28unsigned\20int\2c\20bool\29 +2175:GrGLGpu::getErrorAndCheckForOOM\28\29 +2176:GrGLGpu::bindTexture\28int\2c\20GrSamplerState\2c\20skgpu::Swizzle\20const&\2c\20GrGLTexture*\29 +2177:GrFragmentProcessor::visitWithImpls\28std::__2::function\20const&\2c\20GrFragmentProcessor::ProgramImpl&\29\20const +2178:GrFragmentProcessor::ColorMatrix\28std::__2::unique_ptr>\2c\20float\20const*\2c\20bool\2c\20bool\2c\20bool\29 +2179:GrDrawingManager::appendTask\28sk_sp\29 +2180:GrColorInfo::GrColorInfo\28GrColorInfo\20const&\29 +2181:GrCaps::isFormatCompressed\28GrBackendFormat\20const&\29\20const +2182:GrAAConvexTessellator::lineTo\28SkPoint\20const&\2c\20GrAAConvexTessellator::CurveState\29 +2183:FT_Stream_OpenMemory +2184:FT_Select_Charmap +2185:FT_Get_Next_Char +2186:FT_Get_Module_Interface +2187:FT_Done_Size +2188:DecodeImageStream +2189:CFF::opset_t::process_op\28unsigned\20int\2c\20CFF::interp_env_t&\29 +2190:CFF::Charset::get_glyph\28unsigned\20int\2c\20unsigned\20int\29\20const +2191:AAT::hb_aat_apply_context_t::replace_glyph_inplace\28unsigned\20int\2c\20unsigned\20int\29 +2192:AAT::SubtableGlyphCoverage::sanitize\28hb_sanitize_context_t*\2c\20unsigned\20int\29\20const +2193:1955 +2194:1956 +2195:1957 +2196:1958 +2197:1959 +2198:wuffs_gif__decoder__num_decoded_frames +2199:wmemchr +2200:void\20std::__2::reverse\5babi:nn180100\5d\28wchar_t*\2c\20wchar_t*\29 +2201:void\20sort_r_simple<>\28void*\2c\20unsigned\20long\2c\20unsigned\20long\2c\20int\20\28*\29\28void\20const*\2c\20void\20const*\29\29_16081 +2202:void\20merge_sort<&sweep_lt_vert\28SkPoint\20const&\2c\20SkPoint\20const&\29>\28GrTriangulator::VertexList*\29 +2203:void\20merge_sort<&sweep_lt_horiz\28SkPoint\20const&\2c\20SkPoint\20const&\29>\28GrTriangulator::VertexList*\29 +2204:void\20icu_74::\28anonymous\20namespace\29::MixedBlocks::extend\28unsigned\20int\20const*\2c\20int\2c\20int\2c\20int\29 +2205:void\20emscripten::internal::MemberAccess::setWire\28float\20StrokeOpts::*\20const&\2c\20StrokeOpts&\2c\20float\29 +2206:void\20AAT::ClassTable>::collect_glyphs\28hb_bit_set_t&\2c\20unsigned\20int\29\20const +2207:validate_offsetToRestore\28SkReadBuffer*\2c\20unsigned\20long\29 +2208:utrie2_enum_74 +2209:utext_clone_74 +2210:ustr_hashUCharsN_74 +2211:ures_getValueWithFallback_74 +2212:uprv_isInvariantUString_74 +2213:umutablecptrie_set_74 +2214:umutablecptrie_close_74 +2215:uloc_getVariant_74 +2216:uhash_setValueDeleter_74 +2217:uenum_next_74 +2218:ubidi_setPara_74 +2219:ubidi_getVisualRun_74 +2220:ubidi_getRuns_74 +2221:u_strstr_74 +2222:u_getPropertyValueEnum_74 +2223:u_getIntPropertyValue_74 +2224:tt_set_mm_blend +2225:tt_face_get_ps_name +2226:tt_face_get_location +2227:trinkle +2228:strtox_17556 +2229:std::__2::unique_ptr::release\5babi:nn180100\5d\28\29 +2230:std::__2::pair\2c\20void*>*>\2c\20bool>\20std::__2::__hash_table\2c\20std::__2::__unordered_map_hasher\2c\20std::__2::hash\2c\20std::__2::equal_to\2c\20true>\2c\20std::__2::__unordered_map_equal\2c\20std::__2::equal_to\2c\20std::__2::hash\2c\20true>\2c\20std::__2::allocator>>::__emplace_unique_key_args\2c\20std::__2::tuple<>>\28GrTriangulator::Vertex*\20const&\2c\20std::__2::piecewise_construct_t\20const&\2c\20std::__2::tuple&&\2c\20std::__2::tuple<>&&\29 +2231:std::__2::pair::pair\5babi:nn180100\5d\28char\20const*&&\2c\20char*&&\29 +2232:std::__2::moneypunct::do_decimal_point\28\29\20const +2233:std::__2::moneypunct::pos_format\5babi:nn180100\5d\28\29\20const +2234:std::__2::moneypunct::do_decimal_point\28\29\20const +2235:std::__2::istreambuf_iterator>::istreambuf_iterator\5babi:nn180100\5d\28std::__2::basic_istream>&\29 +2236:std::__2::ios_base::good\5babi:nn180100\5d\28\29\20const +2237:std::__2::hash::operator\28\29\28skia::textlayout::FontArguments\20const&\29\20const +2238:std::__2::default_delete\2c\20SkIcuBreakIteratorCache::Request::Hash>::Pair\2c\20SkIcuBreakIteratorCache::Request\2c\20skia_private::THashMap\2c\20SkIcuBreakIteratorCache::Request::Hash>::Pair>::Slot\20\5b\5d>::_EnableIfConvertible\2c\20SkIcuBreakIteratorCache::Request::Hash>::Pair\2c\20SkIcuBreakIteratorCache::Request\2c\20skia_private::THashMap\2c\20SkIcuBreakIteratorCache::Request::Hash>::Pair>::Slot>::type\20std::__2::default_delete\2c\20SkIcuBreakIteratorCache::Request::Hash>::Pair\2c\20SkIcuBreakIteratorCache::Request\2c\20skia_private::THashMap\2c\20SkIcuBreakIteratorCache::Request::Hash>::Pair>::Slot\20\5b\5d>::operator\28\29\5babi:ne180100\5d\2c\20SkIcuBreakIteratorCache::Request::Hash>::Pair\2c\20SkIcuBreakIteratorCache::Request\2c\20skia_private::THashMap\2c\20SkIcuBreakIteratorCache::Request::Hash>::Pair>::Slot>\28skia_private::THashTable\2c\20SkIcuBreakIteratorCache::Request::Hash>::Pair\2c\20SkIcuBreakIteratorCache::Request\2c\20skia_private::THashMap\2c\20SkIcuBreakIteratorCache::Request::Hash>::Pair>::Slot*\29\20const +2239:std::__2::ctype::toupper\5babi:nn180100\5d\28char\29\20const +2240:std::__2::chrono::duration>::duration\5babi:nn180100\5d\28long\20long\20const&\29 +2241:std::__2::basic_stringstream\2c\20std::__2::allocator>::~basic_stringstream\28\29 +2242:std::__2::basic_string\2c\20std::__2::allocator>\20const*\20std::__2::__scan_keyword\5babi:nn180100\5d>\2c\20std::__2::basic_string\2c\20std::__2::allocator>\20const*\2c\20std::__2::ctype>\28std::__2::istreambuf_iterator>&\2c\20std::__2::istreambuf_iterator>\2c\20std::__2::basic_string\2c\20std::__2::allocator>\20const*\2c\20std::__2::basic_string\2c\20std::__2::allocator>\20const*\2c\20std::__2::ctype\20const&\2c\20unsigned\20int&\2c\20bool\29 +2243:std::__2::basic_string\2c\20std::__2::allocator>::operator\5b\5d\5babi:nn180100\5d\28unsigned\20long\29\20const +2244:std::__2::basic_string\2c\20std::__2::allocator>::__fits_in_sso\5babi:nn180100\5d\28unsigned\20long\29 +2245:std::__2::basic_string\2c\20std::__2::allocator>\20const*\20std::__2::__scan_keyword\5babi:nn180100\5d>\2c\20std::__2::basic_string\2c\20std::__2::allocator>\20const*\2c\20std::__2::ctype>\28std::__2::istreambuf_iterator>&\2c\20std::__2::istreambuf_iterator>\2c\20std::__2::basic_string\2c\20std::__2::allocator>\20const*\2c\20std::__2::basic_string\2c\20std::__2::allocator>\20const*\2c\20std::__2::ctype\20const&\2c\20unsigned\20int&\2c\20bool\29 +2246:std::__2::basic_string\2c\20std::__2::allocator>::basic_string\5babi:nn180100\5d\28char\20const*\2c\20char\20const*\29 +2247:std::__2::basic_string\2c\20std::__2::allocator>::basic_string\28std::__2::basic_string\2c\20std::__2::allocator>\20const&\29 +2248:std::__2::basic_string\2c\20std::__2::allocator>::__fits_in_sso\5babi:nn180100\5d\28unsigned\20long\29 +2249:std::__2::basic_string\2c\20std::__2::allocator>&\20std::__2::basic_string\2c\20std::__2::allocator>::__assign_no_alias\28char\20const*\2c\20unsigned\20long\29 +2250:std::__2::basic_iostream>::~basic_iostream\28\29_17774 +2251:std::__2::allocator_traits>::deallocate\5babi:nn180100\5d\28std::__2::allocator&\2c\20wchar_t*\2c\20unsigned\20long\29 +2252:std::__2::allocator_traits>::deallocate\5babi:nn180100\5d\28std::__2::allocator&\2c\20char*\2c\20unsigned\20long\29 +2253:std::__2::__shared_count::__release_shared\5babi:nn180100\5d\28\29 +2254:std::__2::__num_put_base::__format_int\28char*\2c\20char\20const*\2c\20bool\2c\20unsigned\20int\29 +2255:std::__2::__num_put_base::__format_float\28char*\2c\20char\20const*\2c\20unsigned\20int\29 +2256:std::__2::__itoa::__append8\5babi:nn180100\5d\28char*\2c\20unsigned\20int\29 +2257:sktext::gpu::TextBlob::Key::operator==\28sktext::gpu::TextBlob::Key\20const&\29\20const +2258:sktext::gpu::GlyphVector::glyphs\28\29\20const +2259:sktext::SkStrikePromise::strike\28\29 +2260:skif::FilterResult::getAnalyzedShaderView\28skif::Context\20const&\2c\20SkSamplingOptions\20const&\2c\20SkEnumBitMask\29\20const +2261:skif::FilterResult::draw\28skif::Context\20const&\2c\20SkDevice*\2c\20bool\2c\20SkBlender\20const*\29\20const +2262:skif::FilterResult::applyCrop\28skif::Context\20const&\2c\20skif::LayerSpace\20const&\2c\20SkTileMode\29\20const +2263:skif::FilterResult::FilterResult\28\29 +2264:skif::Context::~Context\28\29 +2265:skia_private::THashTable\20\28*\29\28SkReadBuffer&\29\2c\20SkGoodHash>::Pair\2c\20unsigned\20int\2c\20skia_private::THashMap\20\28*\29\28SkReadBuffer&\29\2c\20SkGoodHash>::Pair>::resize\28int\29 +2266:skia_private::THashTable\2c\20SkGoodHash>::Pair\2c\20int\2c\20skia_private::THashMap\2c\20SkGoodHash>::Pair>::Slot::emplace\28skia_private::THashMap\2c\20SkGoodHash>::Pair&&\2c\20unsigned\20int\29 +2267:skia_private::THashTable::Pair\2c\20SkSL::Variable\20const*\2c\20skia_private::THashMap::Pair>::removeSlot\28int\29 +2268:skia_private::THashTable\2c\20false>\2c\20SkGoodHash>::Pair\2c\20SkSL::FunctionDeclaration\20const*\2c\20skia_private::THashMap\2c\20false>\2c\20SkGoodHash>::Pair>::Slot::emplace\28skia_private::THashMap\2c\20false>\2c\20SkGoodHash>::Pair&&\2c\20unsigned\20int\29 +2269:skia_private::THashTable\2c\20SkIcuBreakIteratorCache::Request::Hash>::Pair\2c\20SkIcuBreakIteratorCache::Request\2c\20skia_private::THashMap\2c\20SkIcuBreakIteratorCache::Request::Hash>::Pair>::Slot::emplace\28skia_private::THashMap\2c\20SkIcuBreakIteratorCache::Request::Hash>::Pair&&\2c\20unsigned\20int\29 +2270:skia_private::THashTable\2c\20SkDescriptor\20const&\2c\20sktext::gpu::StrikeCache::HashTraits>::Slot::emplace\28sk_sp&&\2c\20unsigned\20int\29 +2271:skia_private::THashMap>\2c\20SkSL::IntrinsicKind\2c\20SkGoodHash>::~THashMap\28\29 +2272:skia_private::THashMap>\2c\20SkSL::IntrinsicKind\2c\20SkGoodHash>::THashMap\28std::initializer_list>\2c\20SkSL::IntrinsicKind\2c\20SkGoodHash>::Pair>\29 +2273:skia_private::TArray::move\28void*\29 +2274:skia_private::TArray::Plane\2c\20false>::installDataAndUpdateCapacity\28SkSpan\29 +2275:skia_private::TArray\2c\20true>::operator=\28skia_private::TArray\2c\20true>&&\29 +2276:skia_private::TArray::operator=\28skia_private::TArray&&\29 +2277:skia_private::TArray\2c\20true>::push_back\28SkRGBA4f<\28SkAlphaType\293>&&\29 +2278:skia_png_set_text_2 +2279:skia_png_set_palette_to_rgb +2280:skia_png_handle_IHDR +2281:skia_png_handle_IEND +2282:skia::textlayout::TextWrapper::TextStretch::extend\28skia::textlayout::Cluster*\29 +2283:skia::textlayout::FontCollection::getFontManagerOrder\28\29\20const +2284:skia::textlayout::Decorations::calculateGaps\28skia::textlayout::TextLine::ClipContext\20const&\2c\20SkRect\20const&\2c\20float\2c\20float\29 +2285:skia::textlayout::Cluster::isSoftBreak\28\29\20const +2286:skia::textlayout::Cluster::Cluster\28skia::textlayout::ParagraphImpl*\2c\20unsigned\20long\2c\20unsigned\20long\2c\20unsigned\20long\2c\20SkSpan\2c\20float\2c\20float\29 +2287:skia::textlayout::Block&\20skia_private::TArray::emplace_back\28unsigned\20long&&\2c\20unsigned\20long&&\2c\20skia::textlayout::TextStyle\20const&\29 +2288:skgpu::ganesh::\28anonymous\20namespace\29::AAConvexPathOp::fixedFunctionFlags\28\29\20const +2289:skgpu::ganesh::SurfaceFillContext::fillRectWithFP\28SkIRect\20const&\2c\20SkMatrix\20const&\2c\20std::__2::unique_ptr>\29 +2290:skgpu::ganesh::SurfaceFillContext::SurfaceFillContext\28GrRecordingContext*\2c\20GrSurfaceProxyView\2c\20GrSurfaceProxyView\2c\20GrColorInfo\20const&\29 +2291:skgpu::ganesh::SurfaceDrawContext::drawPaint\28GrClip\20const*\2c\20GrPaint&&\2c\20SkMatrix\20const&\29 +2292:skgpu::ganesh::SurfaceDrawContext::MakeWithFallback\28GrRecordingContext*\2c\20GrColorType\2c\20sk_sp\2c\20SkBackingFit\2c\20SkISize\2c\20SkSurfaceProps\20const&\2c\20int\2c\20skgpu::Mipmapped\2c\20skgpu::Protected\2c\20GrSurfaceOrigin\2c\20skgpu::Budgeted\29 +2293:skgpu::ganesh::SurfaceContext::rescaleInto\28skgpu::ganesh::SurfaceFillContext*\2c\20SkIRect\2c\20SkIRect\2c\20SkImage::RescaleGamma\2c\20SkImage::RescaleMode\29 +2294:skgpu::ganesh::SurfaceContext::PixelTransferResult::operator=\28skgpu::ganesh::SurfaceContext::PixelTransferResult&&\29 +2295:skgpu::ganesh::SmallPathAtlasMgr::addToAtlas\28GrResourceProvider*\2c\20GrDeferredUploadTarget*\2c\20int\2c\20int\2c\20void\20const*\2c\20skgpu::AtlasLocator*\29 +2296:skgpu::ganesh::OpsTask::~OpsTask\28\29 +2297:skgpu::ganesh::OpsTask::setColorLoadOp\28GrLoadOp\2c\20std::__2::array\29 +2298:skgpu::ganesh::OpsTask::deleteOps\28\29 +2299:skgpu::ganesh::FillRectOp::Make\28GrRecordingContext*\2c\20GrPaint&&\2c\20GrAAType\2c\20DrawQuad*\2c\20GrUserStencilSettings\20const*\2c\20GrSimpleMeshDrawOpHelper::InputFlags\29 +2300:skgpu::ganesh::Device::drawEdgeAAImageSet\28SkCanvas::ImageSetEntry\20const*\2c\20int\2c\20SkPoint\20const*\2c\20SkMatrix\20const*\2c\20SkSamplingOptions\20const&\2c\20SkPaint\20const&\2c\20SkCanvas::SrcRectConstraint\29::$_0::operator\28\29\28int\29\20const +2301:skgpu::ganesh::ClipStack::~ClipStack\28\29 +2302:skgpu::TClientMappedBufferManager::~TClientMappedBufferManager\28\29 +2303:skgpu::TAsyncReadResult::Plane&\20skia_private::TArray::Plane\2c\20false>::emplace_back\2c\20unsigned\20long&>\28sk_sp&&\2c\20unsigned\20long&\29 +2304:skgpu::Plot::addSubImage\28int\2c\20int\2c\20void\20const*\2c\20skgpu::AtlasLocator*\29 +2305:skgpu::GetLCDBlendFormula\28SkBlendMode\29 +2306:skcpu::DrawTreatAAStrokeAsHairline\28float\2c\20SkMatrix\20const&\2c\20float*\29 +2307:skcms_TransferFunction_isHLGish +2308:skcms_TransferFunction_isHLG +2309:skcms_Matrix3x3_concat +2310:sk_srgb_linear_singleton\28\29 +2311:sk_sp::reset\28SkPathRef*\29 +2312:sk_sp*\20std::__2::vector\2c\20std::__2::allocator>>::__push_back_slow_path\20const&>\28sk_sp\20const&\29 +2313:shr +2314:shl +2315:setRegionCheck\28SkRegion*\2c\20SkRegion\20const&\29 +2316:res_findResource_74 +2317:read_metadata\28std::__2::vector>\20const&\2c\20unsigned\20int\2c\20unsigned\20char\20const*\2c\20unsigned\20long\2c\20unsigned\20long\2c\20unsigned\20long\2c\20bool\29 +2318:read_header\28SkStream*\2c\20sk_sp\20const&\2c\20SkCodec**\2c\20png_struct_def**\2c\20png_info_def**\29 +2319:read_curves\28unsigned\20char\20const*\2c\20unsigned\20int\2c\20unsigned\20int\2c\20unsigned\20int\2c\20skcms_Curve*\29 +2320:qsort +2321:ps_dimension_set_mask_bits +2322:operator==\28SkPath\20const&\2c\20SkPath\20const&\29 +2323:morphpoints\28SkSpan\2c\20SkSpan\2c\20SkPathMeasure&\2c\20float\29 +2324:mbrtowc +2325:jround_up +2326:jpeg_make_d_derived_tbl +2327:jpeg_destroy +2328:init\28\29 +2329:ilogbf +2330:icu_74::locale_set_default_internal\28char\20const*\2c\20UErrorCode&\29 +2331:icu_74::compute\28int\2c\20icu_74::ReadArray2D\20const&\2c\20icu_74::ReadArray2D\20const&\2c\20icu_74::ReadArray1D\20const&\2c\20icu_74::ReadArray1D\20const&\2c\20icu_74::Array1D&\2c\20icu_74::Array1D&\2c\20icu_74::Array1D&\29 +2332:icu_74::UnicodeString::getChar32Start\28int\29\20const +2333:icu_74::UnicodeString::fromUTF8\28icu_74::StringPiece\29 +2334:icu_74::UnicodeString::extract\28int\2c\20int\2c\20char*\2c\20int\2c\20icu_74::UnicodeString::EInvariant\29\20const +2335:icu_74::UnicodeString::copyFrom\28icu_74::UnicodeString\20const&\2c\20signed\20char\29 +2336:icu_74::UnicodeSet::retain\28int\20const*\2c\20int\2c\20signed\20char\29 +2337:icu_74::UnicodeSet::removeAllStrings\28\29 +2338:icu_74::UnicodeSet::freeze\28\29 +2339:icu_74::UnicodeSet::copyFrom\28icu_74::UnicodeSet\20const&\2c\20signed\20char\29 +2340:icu_74::UnicodeSet::complement\28\29 +2341:icu_74::UnicodeSet::add\28int\20const*\2c\20int\2c\20signed\20char\29 +2342:icu_74::UnicodeSet::_toPattern\28icu_74::UnicodeString&\2c\20signed\20char\29\20const +2343:icu_74::UnicodeSet::_add\28icu_74::UnicodeString\20const&\29 +2344:icu_74::UnicodeSet::UnicodeSet\28icu_74::UnicodeString\20const&\2c\20UErrorCode&\29 +2345:icu_74::UVector::removeElementAt\28int\29 +2346:icu_74::UDataPathIterator::next\28UErrorCode*\29 +2347:icu_74::StringTrieBuilder::writeNode\28int\2c\20int\2c\20int\29 +2348:icu_74::StringEnumeration::StringEnumeration\28\29 +2349:icu_74::SimpleFilteredSentenceBreakIterator::breakExceptionAt\28int\29 +2350:icu_74::RuleBasedBreakIterator::DictionaryCache::reset\28\29 +2351:icu_74::RuleBasedBreakIterator::BreakCache::reset\28int\2c\20int\29 +2352:icu_74::RuleBasedBreakIterator::BreakCache::populateNear\28int\2c\20UErrorCode&\29 +2353:icu_74::RuleBasedBreakIterator::BreakCache::populateFollowing\28\29 +2354:icu_74::ResourceDataValue::getBinary\28int&\2c\20UErrorCode&\29\20const +2355:icu_74::ResourceDataValue::getArray\28UErrorCode&\29\20const +2356:icu_74::ResourceArray::getValue\28int\2c\20icu_74::ResourceValue&\29\20const +2357:icu_74::ReorderingBuffer::init\28int\2c\20UErrorCode&\29 +2358:icu_74::Normalizer2Impl::makeFCD\28char16_t\20const*\2c\20char16_t\20const*\2c\20icu_74::ReorderingBuffer*\2c\20UErrorCode&\29\20const +2359:icu_74::Normalizer2Impl::hasCompBoundaryBefore\28unsigned\20char\20const*\2c\20unsigned\20char\20const*\29\20const +2360:icu_74::Normalizer2Impl::decomposeShort\28unsigned\20char\20const*\2c\20unsigned\20char\20const*\2c\20icu_74::Normalizer2Impl::StopAt\2c\20signed\20char\2c\20icu_74::ReorderingBuffer&\2c\20UErrorCode&\29\20const +2361:icu_74::Normalizer2Impl::addPropertyStarts\28USetAdder\20const*\2c\20UErrorCode&\29\20const +2362:icu_74::ICU_Utility::skipWhitespace\28icu_74::UnicodeString\20const&\2c\20int&\2c\20signed\20char\29 +2363:icu_74::CheckedArrayByteSink::CheckedArrayByteSink\28char*\2c\20int\29 +2364:hb_vector_t::shrink_vector\28unsigned\20int\29 +2365:hb_ucd_get_unicode_funcs +2366:hb_syllabic_insert_dotted_circles\28hb_font_t*\2c\20hb_buffer_t*\2c\20unsigned\20int\2c\20unsigned\20int\2c\20int\2c\20int\29 +2367:hb_shape_full +2368:hb_serialize_context_t::~hb_serialize_context_t\28\29 +2369:hb_serialize_context_t::resolve_links\28\29 +2370:hb_serialize_context_t::reset\28\29 +2371:hb_paint_extents_context_t::paint\28\29 +2372:hb_lazy_loader_t\2c\20hb_face_t\2c\2016u\2c\20OT::cff1_accelerator_t>::do_destroy\28OT::cff1_accelerator_t*\29 +2373:hb_language_from_string +2374:hb_font_destroy +2375:hb_blob_t*\20hb_data_wrapper_t::call_create>\28\29\20const +2376:hb_bit_set_t::resize\28unsigned\20int\2c\20bool\2c\20bool\29 +2377:hb_bit_set_t::process_\28hb_vector_size_t\20\28*\29\28hb_vector_size_t\20const&\2c\20hb_vector_size_t\20const&\29\2c\20bool\2c\20bool\2c\20hb_bit_set_t\20const&\29 +2378:hb_array_t::hash\28\29\20const +2379:get_sof +2380:ftell +2381:ft_var_readpackedpoints +2382:ft_mem_strdup +2383:ft_glyphslot_done +2384:float\20emscripten::internal::MemberAccess::getWire\28float\20StrokeOpts::*\20const&\2c\20StrokeOpts&\29 +2385:fill_window +2386:exp +2387:encodeImage\28GrDirectContext*\2c\20sk_sp\2c\20SkEncodedImageFormat\2c\20int\29 +2388:emscripten::val\20MakeTypedArray\28int\2c\20float\20const*\29 +2389:emscripten::internal::MethodInvoker::invoke\28float\20\28SkContourMeasure::*\20const&\29\28\29\20const\2c\20SkContourMeasure\20const*\29 +2390:emscripten::internal::Invoker\2c\20unsigned\20long\2c\20unsigned\20long>::invoke\28sk_sp\20\28*\29\28unsigned\20long\2c\20unsigned\20long\29\2c\20unsigned\20long\2c\20unsigned\20long\29 +2391:dquad_dxdy_at_t\28SkPoint\20const*\2c\20float\2c\20double\29 +2392:do_clip_op\28SkReadBuffer*\2c\20SkCanvas*\2c\20SkRegion::Op\2c\20SkClipOp*\29 +2393:do_anti_hairline\28int\2c\20int\2c\20int\2c\20int\2c\20SkIRect\20const*\2c\20SkBlitter*\29 +2394:doWriteReverse\28char16_t\20const*\2c\20int\2c\20char16_t*\2c\20int\2c\20unsigned\20short\2c\20UErrorCode*\29 +2395:doWriteForward\28char16_t\20const*\2c\20int\2c\20char16_t*\2c\20int\2c\20unsigned\20short\2c\20UErrorCode*\29 +2396:dline_dxdy_at_t\28SkPoint\20const*\2c\20float\2c\20double\29 +2397:dispose_chunk +2398:direct_blur_y\28void\20\28*\29\28unsigned\20char*\2c\20unsigned\20char\20const*\2c\20int\29\2c\20int\2c\20int\2c\20unsigned\20short*\2c\20unsigned\20char\20const*\2c\20unsigned\20long\2c\20int\2c\20int\2c\20unsigned\20char*\2c\20unsigned\20long\29 +2399:decltype\28fp\28nullptr\29\29\20SkArenaAlloc::make\28SkPixmap\20const&\2c\20SkPaint\20const&\29::'lambda'\28void*\29>\28SkA8_Blitter&&\29::'lambda'\28char*\29::__invoke\28char*\29 +2400:decltype\28fp\28\28SkRecords::NoOp\29\28\29\29\29\20SkRecord::Record::visit\28SkRecords::Draw&\29\20const +2401:dcubic_dxdy_at_t\28SkPoint\20const*\2c\20float\2c\20double\29 +2402:dconic_dxdy_at_t\28SkPoint\20const*\2c\20float\2c\20double\29 +2403:crop_rect_edge\28SkRect\20const&\2c\20int\2c\20int\2c\20int\2c\20int\2c\20float*\2c\20float*\2c\20float*\2c\20float*\2c\20float*\29 +2404:createPath\28char\20const*\2c\20int\2c\20char\20const*\2c\20int\2c\20char\20const*\2c\20icu_74::CharString&\2c\20UErrorCode*\29 +2405:char\20const*\20std::__2::__rewrap_range\5babi:nn180100\5d\28char\20const*\2c\20char\20const*\29 +2406:cff_slot_load +2407:cff_parse_real +2408:cff_index_get_sid_string +2409:cff_index_access_element +2410:cf2_doStems +2411:cf2_doFlex +2412:buffer_verify_error\28hb_buffer_t*\2c\20hb_font_t*\2c\20char\20const*\2c\20...\29 +2413:blur_y_rect\28void\20\28*\29\28unsigned\20char*\2c\20unsigned\20char\20const*\2c\20int\29\2c\20int\2c\20skvx::Vec<8\2c\20unsigned\20short>\20\28*\29\28skvx::Vec<8\2c\20unsigned\20short>\20const&\2c\20skvx::Vec<8\2c\20unsigned\20short>\20const&\2c\20skvx::Vec<8\2c\20unsigned\20short>\20const&\2c\20skvx::Vec<8\2c\20unsigned\20short>\20const&\2c\20skvx::Vec<8\2c\20unsigned\20short>\20const&\2c\20skvx::Vec<8\2c\20unsigned\20short>\20const&\2c\20skvx::Vec<8\2c\20unsigned\20short>*\2c\20skvx::Vec<8\2c\20unsigned\20short>*\2c\20skvx::Vec<8\2c\20unsigned\20short>*\2c\20skvx::Vec<8\2c\20unsigned\20short>*\2c\20skvx::Vec<8\2c\20unsigned\20short>*\2c\20skvx::Vec<8\2c\20unsigned\20short>*\2c\20skvx::Vec<8\2c\20unsigned\20short>*\2c\20skvx::Vec<8\2c\20unsigned\20short>*\29\2c\20int\2c\20unsigned\20short*\2c\20unsigned\20char\20const*\2c\20unsigned\20long\2c\20int\2c\20int\2c\20unsigned\20char*\2c\20unsigned\20long\29 +2414:blur_column\28void\20\28*\29\28unsigned\20char*\2c\20unsigned\20char\20const*\2c\20int\29\2c\20skvx::Vec<8\2c\20unsigned\20short>\20\28*\29\28skvx::Vec<8\2c\20unsigned\20short>\20const&\2c\20skvx::Vec<8\2c\20unsigned\20short>\20const&\2c\20skvx::Vec<8\2c\20unsigned\20short>\20const&\2c\20skvx::Vec<8\2c\20unsigned\20short>\20const&\2c\20skvx::Vec<8\2c\20unsigned\20short>\20const&\2c\20skvx::Vec<8\2c\20unsigned\20short>\20const&\2c\20skvx::Vec<8\2c\20unsigned\20short>*\2c\20skvx::Vec<8\2c\20unsigned\20short>*\2c\20skvx::Vec<8\2c\20unsigned\20short>*\2c\20skvx::Vec<8\2c\20unsigned\20short>*\2c\20skvx::Vec<8\2c\20unsigned\20short>*\2c\20skvx::Vec<8\2c\20unsigned\20short>*\2c\20skvx::Vec<8\2c\20unsigned\20short>*\2c\20skvx::Vec<8\2c\20unsigned\20short>*\29\2c\20int\2c\20int\2c\20skvx::Vec<8\2c\20unsigned\20short>\20const&\2c\20skvx::Vec<8\2c\20unsigned\20short>\20const&\2c\20skvx::Vec<8\2c\20unsigned\20short>\20const&\2c\20skvx::Vec<8\2c\20unsigned\20short>\20const&\2c\20skvx::Vec<8\2c\20unsigned\20short>\20const&\2c\20unsigned\20char\20const*\2c\20unsigned\20long\2c\20int\2c\20unsigned\20char*\2c\20unsigned\20long\29::$_0::operator\28\29\28unsigned\20char*\2c\20skvx::Vec<8\2c\20unsigned\20short>\20const&\2c\20skvx::Vec<8\2c\20unsigned\20short>\20const&\29\20const +2415:auto\20std::__2::__unwrap_range\5babi:nn180100\5d\28char\20const*\2c\20char\20const*\29 +2416:af_sort_and_quantize_widths +2417:af_glyph_hints_align_weak_points +2418:af_glyph_hints_align_strong_points +2419:af_face_globals_new +2420:af_cjk_compute_stem_width +2421:add_huff_table +2422:addPoint\28UBiDi*\2c\20int\2c\20int\29 +2423:_addExtensionToList\28ExtensionListEntry**\2c\20ExtensionListEntry*\2c\20signed\20char\29 +2424:__uselocale +2425:__math_xflow +2426:__cxxabiv1::__base_class_type_info::search_below_dst\28__cxxabiv1::__dynamic_cast_info*\2c\20void\20const*\2c\20int\2c\20bool\29\20const +2427:\28anonymous\20namespace\29::make_vertices_spec\28bool\2c\20bool\29 +2428:\28anonymous\20namespace\29::gather_lines_and_quads\28SkPath\20const&\2c\20SkMatrix\20const&\2c\20SkIRect\20const&\2c\20float\2c\20bool\2c\20skia_private::TArray*\2c\20skia_private::TArray*\2c\20skia_private::TArray*\2c\20skia_private::TArray*\2c\20skia_private::TArray*\29::$_3::operator\28\29\28SkPoint\20const*\2c\20SkPoint\20const*\2c\20bool\29\20const +2429:\28anonymous\20namespace\29::draw_stencil_rect\28skgpu::ganesh::SurfaceDrawContext*\2c\20GrHardClip\20const&\2c\20GrUserStencilSettings\20const*\2c\20SkMatrix\20const&\2c\20SkRect\20const&\2c\20GrAA\29 +2430:\28anonymous\20namespace\29::ThreeBoxApproxPass::blurSegment\28int\2c\20void\20const*\2c\20int\2c\20void*\2c\20int\29::'lambda'\28skvx::Vec<4\2c\20unsigned\20int>\20const&\29::operator\28\29\28skvx::Vec<4\2c\20unsigned\20int>\20const&\29\20const +2431:\28anonymous\20namespace\29::TentPass::blurSegment\28int\2c\20void\20const*\2c\20int\2c\20void*\2c\20int\29::'lambda'\28skvx::Vec<4\2c\20unsigned\20int>\20const&\29::operator\28\29\28skvx::Vec<4\2c\20unsigned\20int>\20const&\29\20const +2432:\28anonymous\20namespace\29::CacheImpl::removeInternal\28\28anonymous\20namespace\29::CacheImpl::Value*\29 +2433:WriteRingBuffer +2434:WebPRescalerExport +2435:WebPInitAlphaProcessing +2436:WebPFreeDecBuffer +2437:VP8SetError +2438:VP8LInverseTransform +2439:VP8LDelete +2440:VP8LColorCacheClear +2441:UDataMemory_init_74 +2442:TT_Load_Context +2443:StringBuffer\20apply_format_string<1024>\28char\20const*\2c\20void*\2c\20char\20\28&\29\20\5b1024\5d\2c\20SkString*\29 +2444:SkYUVAPixmaps::operator=\28SkYUVAPixmaps\20const&\29 +2445:SkYUVAPixmapInfo::SupportedDataTypes::enableDataType\28SkYUVAPixmapInfo::DataType\2c\20int\29 +2446:SkWriter32::writeMatrix\28SkMatrix\20const&\29 +2447:SkWriter32::snapshotAsData\28\29\20const +2448:SkVertices::approximateSize\28\29\20const +2449:SkUnicode::convertUtf8ToUtf16\28char\20const*\2c\20int\29 +2450:SkUTF::UTF16ToUTF8\28char*\2c\20int\2c\20unsigned\20short\20const*\2c\20unsigned\20long\29 +2451:SkTypefaceCache::NewTypefaceID\28\29 +2452:SkTextBlobRunIterator::next\28\29 +2453:SkTextBlobRunIterator::SkTextBlobRunIterator\28SkTextBlob\20const*\29 +2454:SkTextBlobBuilder::make\28\29 +2455:SkTextBlobBuilder::SkTextBlobBuilder\28\29 +2456:SkTSpan::closestBoundedT\28SkDPoint\20const&\29\20const +2457:SkTSect::updateBounded\28SkTSpan*\2c\20SkTSpan*\2c\20SkTSpan*\29 +2458:SkTSect::trim\28SkTSpan*\2c\20SkTSect*\29 +2459:SkTDStorage::erase\28int\2c\20int\29 +2460:SkTDPQueue::percolateUpIfNecessary\28int\29 +2461:SkSurfaces::Raster\28SkImageInfo\20const&\2c\20unsigned\20long\2c\20SkSurfaceProps\20const*\29 +2462:SkSurface_Base::createCaptureBreakpoint\28\29 +2463:SkSurface_Base::SkSurface_Base\28int\2c\20int\2c\20SkSurfaceProps\20const*\29 +2464:SkSurfaceProps::SkSurfaceProps\28unsigned\20int\2c\20SkPixelGeometry\2c\20float\2c\20float\29 +2465:SkStrokerPriv::JoinFactory\28SkPaint::Join\29 +2466:SkStrokeRec::setStrokeStyle\28float\2c\20bool\29 +2467:SkStrokeRec::setFillStyle\28\29 +2468:SkStrokeRec::applyToPath\28SkPathBuilder*\2c\20SkPath\20const&\29\20const +2469:SkString::set\28char\20const*\29 +2470:SkStrikeSpec::findOrCreateStrike\28\29\20const +2471:SkStrikeSpec::MakeWithNoDevice\28SkFont\20const&\2c\20SkPaint\20const*\29 +2472:SkStrike::glyph\28SkGlyphDigest\29 +2473:SkSpecialImages::MakeDeferredFromGpu\28GrRecordingContext*\2c\20SkIRect\20const&\2c\20unsigned\20int\2c\20GrSurfaceProxyView\2c\20GrColorInfo\20const&\2c\20SkSurfaceProps\20const&\29 +2474:SkSpecialImages::AsBitmap\28SkSpecialImage\20const*\2c\20SkBitmap*\29 +2475:SkSharedMutex::SkSharedMutex\28\29 +2476:SkShadowTessellator::MakeSpot\28SkPath\20const&\2c\20SkMatrix\20const&\2c\20SkPoint3\20const&\2c\20SkPoint3\20const&\2c\20float\2c\20bool\2c\20bool\29 +2477:SkShaders::Empty\28\29 +2478:SkShaders::Color\28unsigned\20int\29 +2479:SkShaderBase::appendRootStages\28SkStageRec\20const&\2c\20SkMatrix\20const&\29\20const +2480:SkScalerContext::~SkScalerContext\28\29_4126 +2481:SkSL::write_stringstream\28SkSL::StringStream\20const&\2c\20SkSL::OutputStream&\29 +2482:SkSL::evaluate_3_way_intrinsic\28SkSL::Context\20const&\2c\20std::__2::array\20const&\2c\20SkSL::Type\20const&\2c\20double\20\28*\29\28double\2c\20double\2c\20double\29\29 +2483:SkSL::VarDeclaration::Convert\28SkSL::Context\20const&\2c\20SkSL::Position\2c\20SkSL::Modifiers\20const&\2c\20SkSL::Type\20const&\2c\20SkSL::Position\2c\20std::__2::basic_string_view>\2c\20SkSL::VariableStorage\2c\20std::__2::unique_ptr>\29 +2484:SkSL::Type::priority\28\29\20const +2485:SkSL::Type::checkIfUsableInArray\28SkSL::Context\20const&\2c\20SkSL::Position\29\20const +2486:SkSL::SymbolTable::takeOwnershipOfString\28std::__2::basic_string\2c\20std::__2::allocator>\29 +2487:SkSL::SymbolTable::isBuiltinType\28std::__2::basic_string_view>\29\20const +2488:SkSL::SampleUsage::merge\28SkSL::SampleUsage\20const&\29 +2489:SkSL::RP::SlotManager::mapVariableToSlots\28SkSL::Variable\20const&\2c\20SkSL::RP::SlotRange\29 +2490:SkSL::RP::Program::appendStages\28SkRasterPipeline*\2c\20SkArenaAlloc*\2c\20SkSL::RP::Callbacks*\2c\20SkSpan\29\20const +2491:SkSL::RP::Generator::pushVectorizedExpression\28SkSL::Expression\20const&\2c\20SkSL::Type\20const&\29 +2492:SkSL::RP::Builder::ternary_op\28SkSL::RP::BuilderOp\2c\20int\29 +2493:SkSL::RP::Builder::simplifyPopSlotsUnmasked\28SkSL::RP::SlotRange*\29 +2494:SkSL::RP::Builder::pop_slots_unmasked\28SkSL::RP::SlotRange\29 +2495:SkSL::RP::Builder::exchange_src\28\29 +2496:SkSL::ProgramUsage::remove\28SkSL::ProgramElement\20const&\29 +2497:SkSL::ProgramUsage::isDead\28SkSL::Variable\20const&\29\20const +2498:SkSL::Pool::~Pool\28\29 +2499:SkSL::PipelineStage::PipelineStageCodeGenerator::typedVariable\28SkSL::Type\20const&\2c\20std::__2::basic_string_view>\29 +2500:SkSL::PipelineStage::PipelineStageCodeGenerator::typeName\28SkSL::Type\20const&\29 +2501:SkSL::MethodReference::~MethodReference\28\29_6481 +2502:SkSL::MethodReference::~MethodReference\28\29 +2503:SkSL::LiteralType::priority\28\29\20const +2504:SkSL::Intrinsics::\28anonymous\20namespace\29::evaluate_sub\28SkSL::Context\20const&\2c\20std::__2::array\20const&\29 +2505:SkSL::IndexExpression::Make\28SkSL::Context\20const&\2c\20SkSL::Position\2c\20std::__2::unique_ptr>\2c\20std::__2::unique_ptr>\29 +2506:SkSL::GLSLCodeGenerator::writeAnyConstructor\28SkSL::AnyConstructor\20const&\2c\20SkSL::OperatorPrecedence\29 +2507:SkSL::Compiler::errorText\28bool\29 +2508:SkSL::Block::Make\28SkSL::Position\2c\20skia_private::STArray<2\2c\20std::__2::unique_ptr>\2c\20true>\2c\20SkSL::Block::Kind\2c\20std::__2::unique_ptr>\29 +2509:SkSL::Block::MakeBlock\28SkSL::Position\2c\20skia_private::STArray<2\2c\20std::__2::unique_ptr>\2c\20true>\2c\20SkSL::Block::Kind\2c\20std::__2::unique_ptr>\29 +2510:SkSL::Analysis::DetectVarDeclarationWithoutScope\28SkSL::Statement\20const&\2c\20SkSL::ErrorReporter*\29 +2511:SkRuntimeEffectPriv::TransformUniforms\28SkSpan\2c\20sk_sp\2c\20SkColorSpace\20const*\29 +2512:SkRuntimeEffect::getRPProgram\28SkSL::DebugTracePriv*\29\20const +2513:SkRegion::Spanerator::next\28int*\2c\20int*\29 +2514:SkRegion::SkRegion\28SkRegion\20const&\29 +2515:SkReduceOrder::Quad\28SkPoint\20const*\2c\20SkPoint*\29 +2516:SkReadBuffer::skipByteArray\28unsigned\20long*\29 +2517:SkReadBuffer::readSampling\28\29 +2518:SkReadBuffer::readRRect\28SkRRect*\29 +2519:SkReadBuffer::checkInt\28int\2c\20int\29 +2520:SkRasterPipeline::appendMatrix\28SkArenaAlloc*\2c\20SkMatrix\20const&\29 +2521:SkQuads::RootsReal\28double\2c\20double\2c\20double\2c\20double*\29 +2522:SkPngCodecBase::applyXformRow\28void*\2c\20unsigned\20char\20const*\29 +2523:SkPngCodec::processData\28\29 +2524:SkPixmap::readPixels\28SkImageInfo\20const&\2c\20void*\2c\20unsigned\20long\2c\20int\2c\20int\29\20const +2525:SkPictureRecord::~SkPictureRecord\28\29 +2526:SkPicture::~SkPicture\28\29_3531 +2527:SkPathStroker::quadStroke\28SkPoint\20const*\2c\20SkQuadConstruct*\29 +2528:SkPathStroker::preJoinTo\28SkPoint\20const&\2c\20SkPoint*\2c\20SkPoint*\2c\20bool\29 +2529:SkPathStroker::intersectRay\28SkQuadConstruct*\2c\20SkPathStroker::IntersectRayType\29\20const +2530:SkPathStroker::cubicStroke\28SkPoint\20const*\2c\20SkQuadConstruct*\29 +2531:SkPathStroker::conicStroke\28SkConic\20const&\2c\20SkQuadConstruct*\29 +2532:SkPathPriv::IsRectContour\28SkSpan\2c\20SkSpan\2c\20bool\29 +2533:SkPathPriv::ComputeConvexity\28SkSpan\2c\20SkSpan\2c\20SkSpan\29 +2534:SkPathMeasure::isClosed\28\29 +2535:SkPathMeasure::getPosTan\28float\2c\20SkPoint*\2c\20SkPoint*\29 +2536:SkPathEffectBase::getFlattenableType\28\29\20const +2537:SkPathEdgeIter::SkPathEdgeIter\28SkPathRaw\20const&\29 +2538:SkPathBuilder::transform\28SkMatrix\20const&\29 +2539:SkPathBuilder::addPolygon\28SkSpan\2c\20bool\29 +2540:SkPath::isLastContourClosed\28\29\20const +2541:SkPath::close\28\29 +2542:SkPath::addPath\28SkPath\20const&\2c\20SkMatrix\20const&\2c\20SkPath::AddPathMode\29 +2543:SkPaint::setStrokeMiter\28float\29 +2544:SkPaint::setStrokeJoin\28SkPaint::Join\29 +2545:SkOpSpanBase::mergeMatches\28SkOpSpanBase*\29 +2546:SkOpSpanBase::addOpp\28SkOpSpanBase*\29 +2547:SkOpSegment::subDivide\28SkOpSpanBase\20const*\2c\20SkOpSpanBase\20const*\2c\20SkDCurve*\29\20const +2548:SkOpSegment::release\28SkOpSpan\20const*\29 +2549:SkOpSegment::operand\28\29\20const +2550:SkOpSegment::moveNearby\28\29 +2551:SkOpSegment::markAndChaseDone\28SkOpSpanBase*\2c\20SkOpSpanBase*\2c\20SkOpSpanBase**\29 +2552:SkOpSegment::isClose\28double\2c\20SkOpSegment\20const*\29\20const +2553:SkOpSegment::init\28SkPoint*\2c\20float\2c\20SkOpContour*\2c\20SkPath::Verb\29 +2554:SkOpSegment::addT\28double\2c\20SkPoint\20const&\29 +2555:SkOpCoincidence::fixUp\28SkOpPtT*\2c\20SkOpPtT\20const*\29 +2556:SkOpCoincidence::add\28SkOpPtT*\2c\20SkOpPtT*\2c\20SkOpPtT*\2c\20SkOpPtT*\29 +2557:SkOpCoincidence::addMissing\28bool*\29 +2558:SkOpCoincidence::addIfMissing\28SkOpPtT\20const*\2c\20SkOpPtT\20const*\2c\20double\2c\20double\2c\20SkOpSegment*\2c\20SkOpSegment*\2c\20bool*\29 +2559:SkOpCoincidence::addExpanded\28\29 +2560:SkOpAngle::set\28SkOpSpanBase*\2c\20SkOpSpanBase*\29 +2561:SkOpAngle::lineOnOneSide\28SkDPoint\20const&\2c\20SkDVector\20const&\2c\20SkOpAngle\20const*\2c\20bool\29\20const +2562:SkNoPixelsDevice::ClipState::op\28SkClipOp\2c\20SkM44\20const&\2c\20SkRect\20const&\2c\20bool\2c\20bool\29 +2563:SkNoDestructor>\2c\20SkSL::IntrinsicKind\2c\20SkGoodHash>>::SkNoDestructor\28skia_private::THashMap>\2c\20SkSL::IntrinsicKind\2c\20SkGoodHash>&&\29 +2564:SkMatrixPriv::DifferentialAreaScale\28SkMatrix\20const&\2c\20SkPoint\20const&\29 +2565:SkMatrix::writeToMemory\28void*\29\20const +2566:SkMatrix::setSinCos\28float\2c\20float\2c\20float\2c\20float\29 +2567:SkMakeBitmapShaderForPaint\28SkPaint\20const&\2c\20SkBitmap\20const&\2c\20SkTileMode\2c\20SkTileMode\2c\20SkSamplingOptions\20const&\2c\20SkMatrix\20const*\2c\20SkCopyPixelsMode\29 +2568:SkM44::normalizePerspective\28\29 +2569:SkM44::invert\28SkM44*\29\20const +2570:SkLatticeIter::~SkLatticeIter\28\29 +2571:SkLatticeIter::next\28SkIRect*\2c\20SkRect*\2c\20bool*\2c\20unsigned\20int*\29 +2572:SkJpegCodec::ReadHeader\28SkStream*\2c\20SkCodec**\2c\20JpegDecoderMgr**\2c\20std::__2::unique_ptr>\29 +2573:SkJSONWriter::endObject\28\29 +2574:SkJSONWriter::endArray\28\29 +2575:SkImage_Lazy::Validator::Validator\28sk_sp\2c\20SkColorType\20const*\2c\20sk_sp\29 +2576:SkImageShader::MakeSubset\28sk_sp\2c\20SkRect\20const&\2c\20SkTileMode\2c\20SkTileMode\2c\20SkSamplingOptions\20const&\2c\20SkMatrix\20const*\2c\20bool\29 +2577:SkImageFilters::MatrixTransform\28SkMatrix\20const&\2c\20SkSamplingOptions\20const&\2c\20sk_sp\29 +2578:SkImageFilters::Image\28sk_sp\2c\20SkRect\20const&\2c\20SkRect\20const&\2c\20SkSamplingOptions\20const&\29 +2579:SkImageFilters::Blend\28SkBlendMode\2c\20sk_sp\2c\20sk_sp\2c\20SkImageFilters::CropRect\20const&\29 +2580:SkImage::width\28\29\20const +2581:SkImage::readPixels\28GrDirectContext*\2c\20SkPixmap\20const&\2c\20int\2c\20int\2c\20SkImage::CachingHint\29\20const +2582:SkImage::readPixels\28GrDirectContext*\2c\20SkImageInfo\20const&\2c\20void*\2c\20unsigned\20long\2c\20int\2c\20int\2c\20SkImage::CachingHint\29\20const +2583:SkImage::hasMipmaps\28\29\20const +2584:SkHalfToFloat\28unsigned\20short\29 +2585:SkGradientShader::MakeSweep\28float\2c\20float\2c\20SkRGBA4f<\28SkAlphaType\293>\20const*\2c\20sk_sp\2c\20float\20const*\2c\20int\2c\20SkTileMode\2c\20float\2c\20float\2c\20SkGradientShader::Interpolation\20const&\2c\20SkMatrix\20const*\29 +2586:SkGradientShader::MakeRadial\28SkPoint\20const&\2c\20float\2c\20SkRGBA4f<\28SkAlphaType\293>\20const*\2c\20sk_sp\2c\20float\20const*\2c\20int\2c\20SkTileMode\2c\20SkGradientShader::Interpolation\20const&\2c\20SkMatrix\20const*\29 +2587:SkGradientBaseShader::commonAsAGradient\28SkShaderBase::GradientInfo*\29\20const +2588:SkGradientBaseShader::ValidGradient\28SkRGBA4f<\28SkAlphaType\293>\20const*\2c\20int\2c\20SkTileMode\2c\20SkGradientShader::Interpolation\20const&\29 +2589:SkGradientBaseShader::SkGradientBaseShader\28SkGradientBaseShader::Descriptor\20const&\2c\20SkMatrix\20const&\29 +2590:SkGradientBaseShader::MakeDegenerateGradient\28SkRGBA4f<\28SkAlphaType\293>\20const*\2c\20float\20const*\2c\20int\2c\20sk_sp\2c\20SkTileMode\29 +2591:SkGradientBaseShader::Descriptor::~Descriptor\28\29 +2592:SkGradientBaseShader::Descriptor::Descriptor\28SkRGBA4f<\28SkAlphaType\293>\20const*\2c\20sk_sp\2c\20float\20const*\2c\20int\2c\20SkTileMode\2c\20SkGradientShader::Interpolation\20const&\29 +2593:SkFontMgr::matchFamilyStyleCharacter\28char\20const*\2c\20SkFontStyle\20const&\2c\20char\20const**\2c\20int\2c\20int\29\20const +2594:SkFont::setSize\28float\29 +2595:SkEvalQuadAt\28SkPoint\20const*\2c\20float\2c\20SkPoint*\2c\20SkPoint*\29 +2596:SkEncodedInfo::~SkEncodedInfo\28\29 +2597:SkEmptyFontMgr::onMakeFromStreamIndex\28std::__2::unique_ptr>\2c\20int\29\20const +2598:SkDrawableList::~SkDrawableList\28\29 +2599:SkDrawable::draw\28SkCanvas*\2c\20SkMatrix\20const*\29 +2600:SkDevice::SkDevice\28SkImageInfo\20const&\2c\20SkSurfaceProps\20const&\29 +2601:SkData::PrivateNewWithCopy\28void\20const*\2c\20unsigned\20long\29::$_0::operator\28\29\28\29\20const +2602:SkDashPathEffect::Make\28SkSpan\2c\20float\29 +2603:SkDQuad::monotonicInX\28\29\20const +2604:SkDCubic::dxdyAtT\28double\29\20const +2605:SkDCubic::RootsValidT\28double\2c\20double\2c\20double\2c\20double\2c\20double*\29 +2606:SkConicalGradient::~SkConicalGradient\28\29 +2607:SkColorSpace::MakeSRGBLinear\28\29 +2608:SkColorFilters::Blend\28SkRGBA4f<\28SkAlphaType\293>\20const&\2c\20sk_sp\2c\20SkBlendMode\29 +2609:SkColorFilterPriv::MakeGaussian\28\29 +2610:SkColorConverter::SkColorConverter\28unsigned\20int\20const*\2c\20int\29 +2611:SkCodec::startScanlineDecode\28SkImageInfo\20const&\2c\20SkCodec::Options\20const*\29 +2612:SkCodec::handleFrameIndex\28SkImageInfo\20const&\2c\20void*\2c\20unsigned\20long\2c\20SkCodec::Options\20const&\2c\20std::__2::function\29 +2613:SkCodec::getScanlines\28void*\2c\20int\2c\20unsigned\20long\29 +2614:SkChopQuadAtYExtrema\28SkPoint\20const*\2c\20SkPoint*\29 +2615:SkChopCubicAt\28SkPoint\20const*\2c\20SkPoint*\2c\20float\20const*\2c\20int\29 +2616:SkChopCubicAtYExtrema\28SkPoint\20const*\2c\20SkPoint*\29 +2617:SkCharToGlyphCache::SkCharToGlyphCache\28\29 +2618:SkCanvas::setMatrix\28SkM44\20const&\29 +2619:SkCanvas::getTotalMatrix\28\29\20const +2620:SkCanvas::getLocalClipBounds\28\29\20const +2621:SkCanvas::drawImageLattice\28SkImage\20const*\2c\20SkCanvas::Lattice\20const&\2c\20SkRect\20const&\2c\20SkFilterMode\2c\20SkPaint\20const*\29 +2622:SkCanvas::drawAtlas\28SkImage\20const*\2c\20SkSpan\2c\20SkSpan\2c\20SkSpan\2c\20SkBlendMode\2c\20SkSamplingOptions\20const&\2c\20SkRect\20const*\2c\20SkPaint\20const*\29 +2623:SkCanvas::canAttemptBlurredRRectDraw\28SkPaint\20const&\29\20const +2624:SkCanvas::attemptBlurredRRectDraw\28SkRRect\20const&\2c\20SkBlurMaskFilterImpl\20const*\2c\20SkPaint\20const&\2c\20SkEnumBitMask\29 +2625:SkCanvas::ImageSetEntry::ImageSetEntry\28SkCanvas::ImageSetEntry\20const&\29 +2626:SkBmpCodec::ReadHeader\28SkStream*\2c\20bool\2c\20std::__2::unique_ptr>*\29 +2627:SkBlurMaskFilterImpl::computeXformedSigma\28SkMatrix\20const&\29\20const +2628:SkBlitter::blitRectRegion\28SkIRect\20const&\2c\20SkRegion\20const&\29 +2629:SkBlendMode_ShouldPreScaleCoverage\28SkBlendMode\2c\20bool\29 +2630:SkBlendMode_AppendStages\28SkBlendMode\2c\20SkRasterPipeline*\29 +2631:SkBitmap::tryAllocPixels\28SkBitmap::Allocator*\29 +2632:SkBitmap::readPixels\28SkPixmap\20const&\2c\20int\2c\20int\29\20const +2633:SkBitmap::allocPixels\28SkImageInfo\20const&\29 +2634:SkBaseShadowTessellator::handleLine\28SkPoint\20const&\29 +2635:SkAutoDescriptor::~SkAutoDescriptor\28\29 +2636:SkAnimatedImage::getFrameCount\28\29\20const +2637:SkAAClip::~SkAAClip\28\29 +2638:SkAAClip::setPath\28SkPath\20const&\2c\20SkIRect\20const&\2c\20bool\29 +2639:SkAAClip::op\28SkAAClip\20const&\2c\20SkClipOp\29 +2640:ReadHuffmanCode_17049 +2641:OT::vmtx_accelerator_t*\20hb_data_wrapper_t::call_create>\28\29\20const +2642:OT::kern_accelerator_t*\20hb_data_wrapper_t::call_create>\28\29\20const +2643:OT::cff1_accelerator_t*\20hb_data_wrapper_t::call_create>\28\29\20const +2644:OT::apply_lookup\28OT::hb_ot_apply_context_t*\2c\20unsigned\20int\2c\20unsigned\20int*\2c\20unsigned\20int\2c\20OT::LookupRecord\20const*\2c\20unsigned\20int\29 +2645:OT::OpenTypeFontFile::sanitize\28hb_sanitize_context_t*\29\20const +2646:OT::Layout::GPOS_impl::ValueFormat::get_device\28OT::IntType\20const*\2c\20bool*\2c\20OT::Layout::GPOS_impl::ValueBase\20const*\2c\20hb_sanitize_context_t&\29 +2647:OT::Layout::GPOS_impl::AnchorFormat3::get_anchor\28OT::hb_ot_apply_context_t*\2c\20unsigned\20int\2c\20float*\2c\20float*\29\20const +2648:OT::Layout::GPOS_impl::AnchorFormat2::get_anchor\28OT::hb_ot_apply_context_t*\2c\20unsigned\20int\2c\20float*\2c\20float*\29\20const +2649:OT::GPOS_accelerator_t*\20hb_data_wrapper_t::call_create>\28\29\20const +2650:OT::CFFIndex>::sanitize\28hb_sanitize_context_t*\29\20const +2651:JpegDecoderMgr::~JpegDecoderMgr\28\29 +2652:GrTriangulator::simplify\28GrTriangulator::VertexList*\2c\20GrTriangulator::Comparator\20const&\29 +2653:GrTriangulator::setTop\28GrTriangulator::Edge*\2c\20GrTriangulator::Vertex*\2c\20GrTriangulator::EdgeList*\2c\20GrTriangulator::Vertex**\2c\20GrTriangulator::Comparator\20const&\29\20const +2654:GrTriangulator::mergeCoincidentVertices\28GrTriangulator::VertexList*\2c\20GrTriangulator::Comparator\20const&\29\20const +2655:GrTriangulator::Vertex*\20SkArenaAlloc::make\28SkPoint&\2c\20int&&\29 +2656:GrThreadSafeCache::remove\28skgpu::UniqueKey\20const&\29 +2657:GrThreadSafeCache::internalFind\28skgpu::UniqueKey\20const&\29 +2658:GrThreadSafeCache::internalAdd\28skgpu::UniqueKey\20const&\2c\20GrSurfaceProxyView\20const&\29 +2659:GrTextureEffect::Sampling::Sampling\28GrSurfaceProxy\20const&\2c\20GrSamplerState\2c\20SkRect\20const&\2c\20SkRect\20const*\2c\20float\20const*\2c\20bool\2c\20GrCaps\20const&\2c\20SkPoint\29 +2660:GrTexture::markMipmapsClean\28\29 +2661:GrTessellationShader::MakePipeline\28GrTessellationShader::ProgramArgs\20const&\2c\20GrAAType\2c\20GrAppliedClip&&\2c\20GrProcessorSet&&\29 +2662:GrSurfaceProxyView::concatSwizzle\28skgpu::Swizzle\29 +2663:GrSurfaceProxy::LazyCallbackResult::LazyCallbackResult\28sk_sp\29 +2664:GrSurfaceProxy::Copy\28GrRecordingContext*\2c\20sk_sp\2c\20GrSurfaceOrigin\2c\20skgpu::Mipmapped\2c\20SkIRect\2c\20SkBackingFit\2c\20skgpu::Budgeted\2c\20std::__2::basic_string_view>\2c\20GrSurfaceProxy::RectsMustMatch\2c\20sk_sp*\29 +2665:GrStyledShape::GrStyledShape\28SkRRect\20const&\2c\20SkPathDirection\2c\20unsigned\20int\2c\20bool\2c\20GrStyle\20const&\2c\20GrStyledShape::DoSimplify\29 +2666:GrStyledShape::GrStyledShape\28GrStyledShape\20const&\2c\20GrStyle::Apply\2c\20float\29 +2667:GrSimpleMeshDrawOpHelper::CreateProgramInfo\28GrCaps\20const*\2c\20SkArenaAlloc*\2c\20GrPipeline\20const*\2c\20GrSurfaceProxyView\20const&\2c\20bool\2c\20GrGeometryProcessor*\2c\20GrPrimitiveType\2c\20GrXferBarrierFlags\2c\20GrLoadOp\2c\20GrUserStencilSettings\20const*\29 +2668:GrShape::simplifyLine\28SkPoint\20const&\2c\20SkPoint\20const&\2c\20unsigned\20int\29 +2669:GrShape::reset\28\29 +2670:GrShape::conservativeContains\28SkPoint\20const&\29\20const +2671:GrSWMaskHelper::init\28SkIRect\20const&\29 +2672:GrResourceProvider::createNonAAQuadIndexBuffer\28\29 +2673:GrResourceProvider::createBuffer\28unsigned\20long\2c\20GrGpuBufferType\2c\20GrAccessPattern\2c\20GrResourceProvider::ZeroInit\29 +2674:GrRenderTask::addTarget\28GrDrawingManager*\2c\20sk_sp\29 +2675:GrRenderTarget::~GrRenderTarget\28\29_9725 +2676:GrRecordingContextPriv::createDevice\28skgpu::Budgeted\2c\20SkImageInfo\20const&\2c\20SkBackingFit\2c\20int\2c\20skgpu::Mipmapped\2c\20skgpu::Protected\2c\20GrSurfaceOrigin\2c\20SkSurfaceProps\20const&\2c\20skgpu::ganesh::Device::InitContents\29 +2677:GrQuadUtils::WillUseHairline\28GrQuad\20const&\2c\20GrAAType\2c\20GrQuadAAFlags\29 +2678:GrQuadUtils::CropToRect\28SkRect\20const&\2c\20GrAA\2c\20DrawQuad*\2c\20bool\29 +2679:GrProxyProvider::processInvalidUniqueKey\28skgpu::UniqueKey\20const&\2c\20GrTextureProxy*\2c\20GrProxyProvider::InvalidateGPUResource\29 +2680:GrPorterDuffXPFactory::Get\28SkBlendMode\29 +2681:GrPixmap::operator=\28GrPixmap&&\29 +2682:GrPathUtils::scaleToleranceToSrc\28float\2c\20SkMatrix\20const&\2c\20SkRect\20const&\29 +2683:GrPathUtils::quadraticPointCount\28SkPoint\20const*\2c\20float\29 +2684:GrPathUtils::cubicPointCount\28SkPoint\20const*\2c\20float\29 +2685:GrPaint::setPorterDuffXPFactory\28SkBlendMode\29 +2686:GrPaint::GrPaint\28GrPaint\20const&\29 +2687:GrOpsRenderPass::draw\28int\2c\20int\29 +2688:GrOpsRenderPass::drawInstanced\28int\2c\20int\2c\20int\2c\20int\29 +2689:GrMeshDrawOp::onPrePrepareDraws\28GrRecordingContext*\2c\20GrSurfaceProxyView\20const&\2c\20GrAppliedClip*\2c\20GrDstProxyView\20const&\2c\20GrXferBarrierFlags\2c\20GrLoadOp\29 +2690:GrMakeUniqueKeyInvalidationListener\28skgpu::UniqueKey*\2c\20unsigned\20int\29 +2691:GrGradientShader::MakeGradientFP\28SkGradientBaseShader\20const&\2c\20GrFPArgs\20const&\2c\20SkShaders::MatrixRec\20const&\2c\20std::__2::unique_ptr>\2c\20SkMatrix\20const*\29 +2692:GrGpuResource::isPurgeable\28\29\20const +2693:GrGpuResource::getContext\28\29 +2694:GrGpu::writePixels\28GrSurface*\2c\20SkIRect\2c\20GrColorType\2c\20GrColorType\2c\20GrMipLevel\20const*\2c\20int\2c\20bool\29 +2695:GrGLTexture::onSetLabel\28\29 +2696:GrGLTexture::onRelease\28\29 +2697:GrGLTexture::onAbandon\28\29 +2698:GrGLTexture::backendFormat\28\29\20const +2699:GrGLSLUniformHandler::addInputSampler\28skgpu::Swizzle\20const&\2c\20char\20const*\29 +2700:GrGLSLProgramBuilder::fragmentProcessorHasCoordsParam\28GrFragmentProcessor\20const*\29\20const +2701:GrGLRenderTarget::onRelease\28\29 +2702:GrGLRenderTarget::onAbandon\28\29 +2703:GrGLGpu::resolveRenderFBOs\28GrGLRenderTarget*\2c\20SkIRect\20const&\2c\20GrGLRenderTarget::ResolveDirection\2c\20bool\29 +2704:GrGLGpu::flushBlendAndColorWrite\28skgpu::BlendInfo\20const&\2c\20skgpu::Swizzle\20const&\29 +2705:GrGLGpu::deleteSync\28__GLsync*\29 +2706:GrGLGetVersionFromString\28char\20const*\29 +2707:GrGLFinishCallbacks::callAll\28bool\29 +2708:GrGLCheckLinkStatus\28GrGLGpu\20const*\2c\20unsigned\20int\2c\20bool\2c\20skgpu::ShaderErrorHandler*\2c\20std::__2::basic_string\2c\20std::__2::allocator>\20const**\2c\20SkSL::NativeShader\20const*\29 +2709:GrGLCaps::maxRenderTargetSampleCount\28GrGLFormat\29\20const +2710:GrFragmentProcessors::Make\28SkBlenderBase\20const*\2c\20std::__2::unique_ptr>\2c\20std::__2::unique_ptr>\2c\20GrFPArgs\20const&\29 +2711:GrFragmentProcessor::isEqual\28GrFragmentProcessor\20const&\29\20const +2712:GrFragmentProcessor::asTextureEffect\28\29\20const +2713:GrFragmentProcessor::Rect\28std::__2::unique_ptr>\2c\20GrClipEdgeType\2c\20SkRect\29 +2714:GrFragmentProcessor::ModulateRGBA\28std::__2::unique_ptr>\2c\20SkRGBA4f<\28SkAlphaType\292>\20const&\29 +2715:GrDrawingManager::~GrDrawingManager\28\29 +2716:GrDrawingManager::removeRenderTasks\28\29 +2717:GrDrawingManager::getPathRenderer\28skgpu::ganesh::PathRenderer::CanDrawPathArgs\20const&\2c\20bool\2c\20skgpu::ganesh::PathRendererChain::DrawType\2c\20skgpu::ganesh::PathRenderer::StencilSupport*\29 +2718:GrDrawOpAtlas::compact\28skgpu::Token\29 +2719:GrCpuBuffer::ref\28\29\20const +2720:GrContext_Base::~GrContext_Base\28\29 +2721:GrContext_Base::defaultBackendFormat\28SkColorType\2c\20skgpu::Renderable\29\20const +2722:GrColorSpaceXform::XformKey\28GrColorSpaceXform\20const*\29 +2723:GrColorSpaceXform::Make\28SkColorSpace*\2c\20SkAlphaType\2c\20SkColorSpace*\2c\20SkAlphaType\29 +2724:GrColorSpaceXform::Make\28GrColorInfo\20const&\2c\20GrColorInfo\20const&\29 +2725:GrColorInfo::operator=\28GrColorInfo\20const&\29 +2726:GrCaps::supportedReadPixelsColorType\28GrColorType\2c\20GrBackendFormat\20const&\2c\20GrColorType\29\20const +2727:GrCaps::getFallbackColorTypeAndFormat\28GrColorType\2c\20int\29\20const +2728:GrCaps::areColorTypeAndFormatCompatible\28GrColorType\2c\20GrBackendFormat\20const&\29\20const +2729:GrBufferAllocPool::~GrBufferAllocPool\28\29 +2730:GrBlurUtils::DrawShapeWithMaskFilter\28GrRecordingContext*\2c\20skgpu::ganesh::SurfaceDrawContext*\2c\20GrClip\20const*\2c\20SkPaint\20const&\2c\20SkMatrix\20const&\2c\20GrStyledShape\20const&\29 +2731:GrBaseContextPriv::getShaderErrorHandler\28\29\20const +2732:GrBackendTexture::GrBackendTexture\28GrBackendTexture\20const&\29 +2733:GrBackendRenderTarget::getBackendFormat\28\29\20const +2734:GrBackendFormat::operator==\28GrBackendFormat\20const&\29\20const +2735:GrAAConvexTessellator::createOuterRing\28GrAAConvexTessellator::Ring\20const&\2c\20float\2c\20float\2c\20GrAAConvexTessellator::Ring*\29 +2736:GrAAConvexTessellator::createInsetRings\28GrAAConvexTessellator::Ring&\2c\20float\2c\20float\2c\20float\2c\20float\2c\20GrAAConvexTessellator::Ring**\29 +2737:FindSortableTop\28SkOpContourHead*\29 +2738:FT_Stream_Close +2739:FT_Set_Charmap +2740:FT_Select_Metrics +2741:FT_Outline_Decompose +2742:FT_Open_Face +2743:FT_New_Size +2744:FT_Load_Sfnt_Table +2745:FT_GlyphLoader_Add +2746:FT_Get_Color_Glyph_Paint +2747:FT_Get_Color_Glyph_Layer +2748:FT_Done_Library +2749:FT_CMap_New +2750:End +2751:DecodeImageData\28sk_sp\29 +2752:Current_Ratio +2753:Cr_z__tr_stored_block +2754:ClipParams_unpackRegionOp\28SkReadBuffer*\2c\20unsigned\20int\29 +2755:CircleOp::Circle&\20skia_private::TArray::emplace_back\28CircleOp::Circle&&\29 +2756:AlmostEqualUlps_Pin\28float\2c\20float\29 +2757:AAT::hb_aat_apply_context_t::hb_aat_apply_context_t\28hb_ot_shape_plan_t\20const*\2c\20hb_font_t*\2c\20hb_buffer_t*\2c\20hb_blob_t*\29 +2758:AAT::TrackTableEntry::get_value\28float\2c\20void\20const*\2c\20hb_array_t\2c\2016u>\20const>\29\20const +2759:AAT::StateTable::sanitize\28hb_sanitize_context_t*\2c\20unsigned\20int*\29\20const +2760:2522 +2761:2523 +2762:2524 +2763:2525 +2764:2526 +2765:2527 +2766:2528 +2767:2529 +2768:wuffs_lzw__decoder__workbuf_len +2769:wuffs_gif__decoder__decode_image_config +2770:wuffs_gif__decoder__decode_frame_config +2771:winding_mono_quad\28SkSpan\2c\20float\2c\20float\2c\20int*\29 +2772:winding_mono_conic\28SkConic\20const&\2c\20float\2c\20float\2c\20int*\29 +2773:week_num +2774:wcrtomb +2775:wchar_t\20const*\20std::__2::find\5babi:nn180100\5d\28wchar_t\20const*\2c\20wchar_t\20const*\2c\20wchar_t\20const&\29 +2776:void\20std::__2::__sort4\5babi:ne180100\5d\28skia::textlayout::OneLineShaper::RunBlock*\2c\20skia::textlayout::OneLineShaper::RunBlock*\2c\20skia::textlayout::OneLineShaper::RunBlock*\2c\20skia::textlayout::OneLineShaper::RunBlock*\2c\20skia::textlayout::OneLineShaper::finish\28skia::textlayout::Block\20const&\2c\20float\2c\20float&\29::$_0&\29 +2777:void\20std::__2::__sort4\5babi:ne180100\5d\28SkSL::ProgramElement\20const**\2c\20SkSL::ProgramElement\20const**\2c\20SkSL::ProgramElement\20const**\2c\20SkSL::ProgramElement\20const**\2c\20SkSL::Transform::\28anonymous\20namespace\29::BuiltinVariableScanner::sortNewElements\28\29::'lambda'\28SkSL::ProgramElement\20const*\2c\20SkSL::ProgramElement\20const*\29&\29 +2778:void\20std::__2::__sort4\5babi:ne180100\5d\28SkSL::FunctionDefinition\20const**\2c\20SkSL::FunctionDefinition\20const**\2c\20SkSL::FunctionDefinition\20const**\2c\20SkSL::FunctionDefinition\20const**\2c\20SkSL::Transform::FindAndDeclareBuiltinFunctions\28SkSL::Program&\29::$_0&\29 +2779:void\20std::__2::__inplace_merge\20const&\2c\20unsigned\20int\2c\20FT_COLR_Paint_\20const&\2c\20SkPaint*\29::$_0::operator\28\29\28FT_ColorStopIterator_\20const&\2c\20std::__2::vector>&\2c\20std::__2::vector\2c\20std::__2::allocator>>&\29\20const::'lambda'\28\28anonymous\20namespace\29::colrv1_configure_skpaint\28FT_FaceRec_*\2c\20SkSpan\20const&\2c\20unsigned\20int\2c\20FT_COLR_Paint_\20const&\2c\20SkPaint*\29::$_0::operator\28\29\28FT_ColorStopIterator_\20const&\2c\20std::__2::vector>&\2c\20std::__2::vector\2c\20std::__2::allocator>>&\29\20const::ColorStop\20const&\2c\20\28anonymous\20namespace\29::colrv1_configure_skpaint\28FT_FaceRec_*\2c\20SkSpan\20const&\2c\20unsigned\20int\2c\20FT_COLR_Paint_\20const&\2c\20SkPaint*\29::$_0::operator\28\29\28FT_ColorStopIterator_\20const&\2c\20std::__2::vector>&\2c\20std::__2::vector\2c\20std::__2::allocator>>&\29\20const::ColorStop\20const&\29&\2c\20std::__2::__wrap_iter<\28anonymous\20namespace\29::colrv1_configure_skpaint\28FT_FaceRec_*\2c\20SkSpan\20const&\2c\20unsigned\20int\2c\20FT_COLR_Paint_\20const&\2c\20SkPaint*\29::$_0::operator\28\29\28FT_ColorStopIterator_\20const&\2c\20std::__2::vector>&\2c\20std::__2::vector\2c\20std::__2::allocator>>&\29\20const::ColorStop*>>\28std::__2::__wrap_iter<\28anonymous\20namespace\29::colrv1_configure_skpaint\28FT_FaceRec_*\2c\20SkSpan\20const&\2c\20unsigned\20int\2c\20FT_COLR_Paint_\20const&\2c\20SkPaint*\29::$_0::operator\28\29\28FT_ColorStopIterator_\20const&\2c\20std::__2::vector>&\2c\20std::__2::vector\2c\20std::__2::allocator>>&\29\20const::ColorStop*>\2c\20std::__2::__wrap_iter<\28anonymous\20namespace\29::colrv1_configure_skpaint\28FT_FaceRec_*\2c\20SkSpan\20const&\2c\20unsigned\20int\2c\20FT_COLR_Paint_\20const&\2c\20SkPaint*\29::$_0::operator\28\29\28FT_ColorStopIterator_\20const&\2c\20std::__2::vector>&\2c\20std::__2::vector\2c\20std::__2::allocator>>&\29\20const::ColorStop*>\2c\20std::__2::__wrap_iter<\28anonymous\20namespace\29::colrv1_configure_skpaint\28FT_FaceRec_*\2c\20SkSpan\20const&\2c\20unsigned\20int\2c\20FT_COLR_Paint_\20const&\2c\20SkPaint*\29::$_0::operator\28\29\28FT_ColorStopIterator_\20const&\2c\20std::__2::vector>&\2c\20std::__2::vector\2c\20std::__2::allocator>>&\29\20const::ColorStop*>\2c\20\28anonymous\20namespace\29::colrv1_configure_skpaint\28FT_FaceRec_*\2c\20SkSpan\20const&\2c\20unsigned\20int\2c\20FT_COLR_Paint_\20const&\2c\20SkPaint*\29::$_0::operator\28\29\28FT_ColorStopIterator_\20const&\2c\20std::__2::vector>&\2c\20std::__2::vector\2c\20std::__2::allocator>>&\29\20const::'lambda'\28\28anonymous\20namespace\29::colrv1_configure_skpaint\28FT_FaceRec_*\2c\20SkSpan\20const&\2c\20unsigned\20int\2c\20FT_COLR_Paint_\20const&\2c\20SkPaint*\29::$_0::operator\28\29\28FT_ColorStopIterator_\20const&\2c\20std::__2::vector>&\2c\20std::__2::vector\2c\20std::__2::allocator>>&\29\20const::ColorStop\20const&\2c\20\28anonymous\20namespace\29::colrv1_configure_skpaint\28FT_FaceRec_*\2c\20SkSpan\20const&\2c\20unsigned\20int\2c\20FT_COLR_Paint_\20const&\2c\20SkPaint*\29::$_0::operator\28\29\28FT_ColorStopIterator_\20const&\2c\20std::__2::vector>&\2c\20std::__2::vector\2c\20std::__2::allocator>>&\29\20const::ColorStop\20const&\29&\2c\20std::__2::iterator_traits\20const&\2c\20unsigned\20int\2c\20FT_COLR_Paint_\20const&\2c\20SkPaint*\29::$_0::operator\28\29\28FT_ColorStopIterator_\20const&\2c\20std::__2::vector>&\2c\20std::__2::vector\2c\20std::__2::allocator>>&\29\20const::ColorStop*>>::difference_type\2c\20std::__2::iterator_traits\20const&\2c\20unsigned\20int\2c\20FT_COLR_Paint_\20const&\2c\20SkPaint*\29::$_0::operator\28\29\28FT_ColorStopIterator_\20const&\2c\20std::__2::vector>&\2c\20std::__2::vector\2c\20std::__2::allocator>>&\29\20const::ColorStop*>>::difference_type\2c\20std::__2::iterator_traits\20const&\2c\20unsigned\20int\2c\20FT_COLR_Paint_\20const&\2c\20SkPaint*\29::$_0::operator\28\29\28FT_ColorStopIterator_\20const&\2c\20std::__2::vector>&\2c\20std::__2::vector\2c\20std::__2::allocator>>&\29\20const::ColorStop*>>::value_type*\2c\20long\29 +2780:void\20sort_r_simple\28void*\2c\20unsigned\20long\2c\20unsigned\20long\2c\20int\20\28*\29\28void\20const*\2c\20void\20const*\2c\20void*\29\2c\20void*\29 +2781:void\20sort_r_simple<>\28void*\2c\20unsigned\20long\2c\20unsigned\20long\2c\20int\20\28*\29\28void\20const*\2c\20void\20const*\29\29_16147 +2782:void\20sort_r_simple<>\28void*\2c\20unsigned\20long\2c\20unsigned\20long\2c\20int\20\28*\29\28void\20const*\2c\20void\20const*\29\29 +2783:void\20SkTIntroSort\28double*\2c\20double*\29::'lambda'\28double\20const&\2c\20double\20const&\29>\28int\2c\20double*\2c\20int\2c\20void\20SkTQSort\28double*\2c\20double*\29::'lambda'\28double\20const&\2c\20double\20const&\29\20const&\29 +2784:void\20SkTIntroSort\28int\2c\20SkEdge**\2c\20int\2c\20bool\20\20const\28&\29\28SkEdge\20const*\2c\20SkEdge\20const*\29\29 +2785:void\20SkTHeapSort\28SkAnalyticEdge**\2c\20unsigned\20long\2c\20bool\20\20const\28&\29\28SkAnalyticEdge\20const*\2c\20SkAnalyticEdge\20const*\29\29 +2786:void\20AAT::StateTable::collect_initial_glyphs>\28hb_bit_set_t&\2c\20unsigned\20int\2c\20AAT::LigatureSubtable\20const&\29\20const +2787:vfprintf +2788:valid_args\28SkImageInfo\20const&\2c\20unsigned\20long\2c\20unsigned\20long*\29 +2789:utf8_back1SafeBody_74 +2790:uscript_getShortName_74 +2791:uscript_getScript_74 +2792:ures_appendResPath\28UResourceBundle*\2c\20char\20const*\2c\20int\2c\20UErrorCode*\29 +2793:uprv_strnicmp_74 +2794:uprv_strdup_74 +2795:uprv_sortArray_74 +2796:uprv_min_74 +2797:uprv_mapFile_74 +2798:uprv_compareASCIIPropertyNames_74 +2799:update_offset_to_base\28char\20const*\2c\20long\29 +2800:update_box +2801:umutablecptrie_get_74 +2802:ultag_isUnicodeLocaleAttributes_74 +2803:ultag_isPrivateuseValueSubtags_74 +2804:ulocimp_getKeywords_74 +2805:ulocimp_canonicalize_74 +2806:uloc_openKeywords_74 +2807:uhash_remove_74 +2808:uhash_hashChars_74 +2809:uhash_getiAndFound_74 +2810:uhash_compareChars_74 +2811:udata_getHashTable\28UErrorCode&\29 +2812:ucstrTextAccess\28UText*\2c\20long\20long\2c\20signed\20char\29 +2813:u_strToUTF8_74 +2814:u_strToUTF8WithSub_74 +2815:u_strCompare_74 +2816:u_getUnicodeProperties_74 +2817:u_getDataDirectory_74 +2818:u_charMirror_74 +2819:tt_size_reset +2820:tt_sbit_decoder_load_metrics +2821:tt_face_find_bdf_prop +2822:tolower +2823:toTextStyle\28SimpleTextStyle\20const&\29 +2824:t1_cmap_unicode_done +2825:subdivide_cubic_to\28SkPathBuilder*\2c\20SkPoint\20const*\2c\20int\29 +2826:subdivide\28SkConic\20const&\2c\20SkPoint*\2c\20int\29 +2827:subQuickSort\28char*\2c\20int\2c\20int\2c\20int\2c\20int\20\28*\29\28void\20const*\2c\20void\20const*\2c\20void\20const*\29\2c\20void\20const*\2c\20void*\2c\20void*\29 +2828:strtox +2829:strtoull_l +2830:strcat +2831:std::logic_error::~logic_error\28\29_19258 +2832:std::__2::vector>::__append\28unsigned\20long\29 +2833:std::__2::vector>::push_back\5babi:ne180100\5d\28float&&\29 +2834:std::__2::vector>::__append\28unsigned\20long\29 +2835:std::__2::vector<\28anonymous\20namespace\29::CacheImpl::Value*\2c\20std::__2::allocator<\28anonymous\20namespace\29::CacheImpl::Value*>>::__throw_length_error\5babi:ne180100\5d\28\29\20const +2836:std::__2::vector>::reserve\28unsigned\20long\29 +2837:std::__2::vector\2c\20std::__2::allocator>>::push_back\5babi:ne180100\5d\28SkRGBA4f<\28SkAlphaType\293>\20const&\29 +2838:std::__2::unique_ptr<\28anonymous\20namespace\29::SoftwarePathData\2c\20std::__2::default_delete<\28anonymous\20namespace\29::SoftwarePathData>>::reset\5babi:ne180100\5d\28\28anonymous\20namespace\29::SoftwarePathData*\29 +2839:std::__2::unique_ptr>::~unique_ptr\5babi:ne180100\5d\28\29 +2840:std::__2::time_put>>::~time_put\28\29_18799 +2841:std::__2::priority_queue>\2c\20GrAATriangulator::EventComparator>::push\28GrAATriangulator::Event*\20const&\29 +2842:std::__2::pair\2c\20std::__2::allocator>>>::~pair\28\29 +2843:std::__2::locale::operator=\28std::__2::locale\20const&\29 +2844:std::__2::locale::locale\28\29 +2845:std::__2::locale::__imp::acquire\28\29 +2846:std::__2::iterator_traits::difference_type\20std::__2::distance\5babi:nn180100\5d\28unsigned\20int\20const*\2c\20unsigned\20int\20const*\29 +2847:std::__2::ios_base::~ios_base\28\29 +2848:std::__2::ios_base::clear\28unsigned\20int\29 +2849:std::__2::fpos<__mbstate_t>::fpos\5babi:nn180100\5d\28long\20long\29 +2850:std::__2::enable_if::value\20&&\20is_move_assignable::value\2c\20void>::type\20std::__2::swap\5babi:ne180100\5d\28SkAnimatedImage::Frame&\2c\20SkAnimatedImage::Frame&\29 +2851:std::__2::default_delete::operator\28\29\5babi:ne180100\5d\28sktext::gpu::TextBlobRedrawCoordinator*\29\20const +2852:std::__2::char_traits::move\5babi:nn180100\5d\28char*\2c\20char\20const*\2c\20unsigned\20long\29 +2853:std::__2::basic_stringstream\2c\20std::__2::allocator>::~basic_stringstream\28\29_17850 +2854:std::__2::basic_stringbuf\2c\20std::__2::allocator>::~basic_stringbuf\28\29 +2855:std::__2::basic_stringbuf\2c\20std::__2::allocator>::__init_buf_ptrs\5babi:ne180100\5d\28\29 +2856:std::__2::basic_string\2c\20std::__2::allocator>::push_back\28wchar_t\29 +2857:std::__2::basic_string\2c\20std::__2::allocator>::capacity\5babi:nn180100\5d\28\29\20const +2858:std::__2::basic_string\2c\20std::__2::allocator>::append\28unsigned\20long\2c\20char\29 +2859:std::__2::basic_string\2c\20std::__2::allocator>::__make_iterator\5babi:nn180100\5d\28char*\29 +2860:std::__2::basic_string\2c\20std::__2::allocator>::__grow_by_without_replace\5babi:nn180100\5d\28unsigned\20long\2c\20unsigned\20long\2c\20unsigned\20long\2c\20unsigned\20long\2c\20unsigned\20long\2c\20unsigned\20long\29 +2861:std::__2::basic_string\2c\20std::__2::allocator>::__init_copy_ctor_external\28char16_t\20const*\2c\20unsigned\20long\29 +2862:std::__2::basic_ostream>::~basic_ostream\28\29_17756 +2863:std::__2::basic_istream>::~basic_istream\28\29_17715 +2864:std::__2::basic_istream>::sentry::sentry\28std::__2::basic_istream>&\2c\20bool\29 +2865:std::__2::basic_iostream>::~basic_iostream\28\29_17777 +2866:std::__2::__wrap_iter::operator+\5babi:nn180100\5d\28long\29\20const +2867:std::__2::__wrap_iter::operator++\5babi:nn180100\5d\28\29 +2868:std::__2::__wrap_iter::operator+\5babi:nn180100\5d\28long\29\20const +2869:std::__2::__wrap_iter::operator++\5babi:nn180100\5d\28\29 +2870:std::__2::__unique_if::__unique_single\20std::__2::make_unique\5babi:ne180100\5d\28SkSL::Position&\2c\20SkSL::Type\20const&\2c\20SkSL::ExpressionArray&&\29 +2871:std::__2::__unique_if::__unique_single\20std::__2::make_unique\5babi:ne180100\5d\28SkSL::Position&\2c\20SkSL::Type\20const&\2c\20SkSL::ExpressionArray&&\29 +2872:std::__2::__to_address_helper\2c\20void>::__call\5babi:nn180100\5d\28std::__2::__wrap_iter\20const&\29 +2873:std::__2::__throw_length_error\5babi:ne180100\5d\28char\20const*\29 +2874:std::__2::__optional_destruct_base::reset\5babi:ne180100\5d\28\29 +2875:std::__2::__num_get::__stage2_float_prep\28std::__2::ios_base&\2c\20wchar_t*\2c\20wchar_t&\2c\20wchar_t&\29 +2876:std::__2::__num_get::__stage2_float_loop\28wchar_t\2c\20bool&\2c\20char&\2c\20char*\2c\20char*&\2c\20wchar_t\2c\20wchar_t\2c\20std::__2::basic_string\2c\20std::__2::allocator>\20const&\2c\20unsigned\20int*\2c\20unsigned\20int*&\2c\20unsigned\20int&\2c\20wchar_t*\29 +2877:std::__2::__num_get::__stage2_float_prep\28std::__2::ios_base&\2c\20char*\2c\20char&\2c\20char&\29 +2878:std::__2::__num_get::__stage2_float_loop\28char\2c\20bool&\2c\20char&\2c\20char*\2c\20char*&\2c\20char\2c\20char\2c\20std::__2::basic_string\2c\20std::__2::allocator>\20const&\2c\20unsigned\20int*\2c\20unsigned\20int*&\2c\20unsigned\20int&\2c\20char*\29 +2879:std::__2::__libcpp_wcrtomb_l\5babi:nn180100\5d\28char*\2c\20wchar_t\2c\20__mbstate_t*\2c\20__locale_struct*\29 +2880:std::__2::__itoa::__base_10_u32\5babi:nn180100\5d\28char*\2c\20unsigned\20int\29 +2881:std::__2::__itoa::__append6\5babi:nn180100\5d\28char*\2c\20unsigned\20int\29 +2882:std::__2::__itoa::__append4\5babi:nn180100\5d\28char*\2c\20unsigned\20int\29 +2883:std::__2::__call_once\28unsigned\20long\20volatile&\2c\20void*\2c\20void\20\28*\29\28void*\29\29 +2884:sktext::gpu::VertexFiller::flatten\28SkWriteBuffer&\29\20const +2885:sktext::gpu::VertexFiller::deviceRectAndCheckTransform\28SkMatrix\20const&\29\20const +2886:sktext::gpu::VertexFiller::Make\28skgpu::MaskFormat\2c\20SkMatrix\20const&\2c\20SkRect\2c\20SkSpan\2c\20sktext::gpu::SubRunAllocator*\2c\20sktext::gpu::FillerType\29 +2887:sktext::gpu::SubRunContainer::draw\28SkCanvas*\2c\20SkPoint\2c\20SkPaint\20const&\2c\20SkRefCnt\20const*\2c\20std::__2::function\2c\20sktext::gpu::RendererData\29>\20const&\29\20const +2888:sktext::gpu::SubRunAllocator::SubRunAllocator\28int\29 +2889:sktext::gpu::StrikeCache::internalPurge\28unsigned\20long\29 +2890:sktext::gpu::GlyphVector::flatten\28SkWriteBuffer&\29\20const +2891:sktext::gpu::GlyphVector::Make\28sktext::SkStrikePromise&&\2c\20SkSpan\2c\20sktext::gpu::SubRunAllocator*\29 +2892:sktext::gpu::BagOfBytes::MinimumSizeWithOverhead\28int\2c\20int\2c\20int\2c\20int\29::'lambda'\28\29::operator\28\29\28\29\20const +2893:sktext::SkStrikePromise::flatten\28SkWriteBuffer&\29\20const +2894:sktext::GlyphRunBuilder::makeGlyphRunList\28sktext::GlyphRun\20const&\2c\20SkPaint\20const&\2c\20SkPoint\29 +2895:sktext::GlyphRun::GlyphRun\28SkFont\20const&\2c\20SkSpan\2c\20SkSpan\2c\20SkSpan\2c\20SkSpan\2c\20SkSpan\29 +2896:skpaint_to_grpaint_impl\28skgpu::ganesh::SurfaceDrawContext*\2c\20SkPaint\20const&\2c\20SkMatrix\20const&\2c\20std::__2::optional>>\2c\20SkBlender*\2c\20GrPaint*\29 +2897:skip_literal_string +2898:skif::\28anonymous\20namespace\29::are_axes_nearly_integer_aligned\28skif::LayerSpace\20const&\2c\20skif::LayerSpace*\29 +2899:skif::RoundIn\28SkRect\29 +2900:skif::FilterResult::applyColorFilter\28skif::Context\20const&\2c\20sk_sp\29\20const +2901:skif::FilterResult::Builder::outputBounds\28std::__2::optional>\29\20const +2902:skif::FilterResult::Builder::drawShader\28sk_sp\2c\20skif::LayerSpace\20const&\2c\20bool\29\20const +2903:skif::FilterResult::Builder::createInputShaders\28skif::LayerSpace\20const&\2c\20bool\29 +2904:skia_private::THashTable::Pair\2c\20unsigned\20int\2c\20skia_private::THashMap::Pair>::resize\28int\29 +2905:skia_private::THashTable::Pair\2c\20unsigned\20int\2c\20skia_private::THashMap::Pair>::resize\28int\29 +2906:skia_private::THashTable>\2c\20SkGoodHash>::Pair\2c\20SkSL::Variable\20const*\2c\20skia_private::THashMap>\2c\20SkGoodHash>::Pair>::set\28skia_private::THashMap>\2c\20SkGoodHash>::Pair\29 +2907:skia_private::THashTable::Pair\2c\20SkSL::IRNode\20const*\2c\20skia_private::THashMap::Pair>::resize\28int\29 +2908:skia_private::THashTable::AdaptedTraits>::removeIfExists\28skgpu::ganesh::SmallPathShapeDataKey\20const&\29 +2909:skia_private::THashTable::Traits>::resize\28int\29 +2910:skia_private::THashTable::Entry*\2c\20unsigned\20int\2c\20SkLRUCache::Traits>::resize\28int\29 +2911:skia_private::THashTable>\2c\20GrGLGpu::ProgramCache::DescHash\2c\20SkNoOpPurge>::Entry*\2c\20GrProgramDesc\2c\20SkLRUCache>\2c\20GrGLGpu::ProgramCache::DescHash\2c\20SkNoOpPurge>::Traits>::find\28GrProgramDesc\20const&\29\20const +2912:skia_private::THashTable::AdaptedTraits>::removeIfExists\28skgpu::UniqueKey\20const&\29 +2913:skia_private::THashTable::AdaptedTraits>::uncheckedSet\28GrTextureProxy*&&\29 +2914:skia_private::THashTable::AdaptedTraits>::resize\28int\29 +2915:skia_private::THashMap\2c\20std::__2::allocator>\2c\20SkGoodHash>::set\28SkSL::Variable\20const*\2c\20std::__2::basic_string\2c\20std::__2::allocator>\29 +2916:skia_private::THashMap::set\28SkSL::SymbolTable::SymbolKey\2c\20SkSL::Symbol*\29 +2917:skia_private::THashMap::set\28SkSL::FunctionDeclaration\20const*\2c\20SkSL::Analysis::CheckProgramStructure\28SkSL::Program\20const&\29::ProgramStructureVisitor::FunctionState\29 +2918:skia_private::THashMap\2c\20SkIcuBreakIteratorCache::Request::Hash>::set\28SkIcuBreakIteratorCache::Request\2c\20sk_sp\29 +2919:skia_private::TArray::resize_back\28int\29 +2920:skia_private::TArray\2c\20false>::move\28void*\29 +2921:skia_private::TArray::push_back\28float\20const&\29 +2922:skia_private::TArray::operator=\28skia_private::TArray&&\29 +2923:skia_private::TArray::push_back\28SkRasterPipelineContexts::MemoryCtxInfo&&\29 +2924:skia_private::TArray::resize_back\28int\29 +2925:skia_png_write_chunk +2926:skia_png_set_sBIT +2927:skia_png_set_read_fn +2928:skia_png_set_packing +2929:skia_png_save_uint_32 +2930:skia_png_reciprocal2 +2931:skia_png_realloc_array +2932:skia_png_read_start_row +2933:skia_png_read_IDAT_data +2934:skia_png_handle_zTXt +2935:skia_png_handle_tRNS +2936:skia_png_handle_tIME +2937:skia_png_handle_tEXt +2938:skia_png_handle_sRGB +2939:skia_png_handle_sPLT +2940:skia_png_handle_sCAL +2941:skia_png_handle_sBIT +2942:skia_png_handle_pHYs +2943:skia_png_handle_pCAL +2944:skia_png_handle_oFFs +2945:skia_png_handle_iTXt +2946:skia_png_handle_iCCP +2947:skia_png_handle_hIST +2948:skia_png_handle_gAMA +2949:skia_png_handle_cHRM +2950:skia_png_handle_bKGD +2951:skia_png_handle_as_unknown +2952:skia_png_handle_PLTE +2953:skia_png_do_strip_channel +2954:skia_png_destroy_write_struct +2955:skia_png_destroy_info_struct +2956:skia_png_compress_IDAT +2957:skia_png_combine_row +2958:skia_png_colorspace_set_sRGB +2959:skia_png_check_fp_string +2960:skia_png_check_fp_number +2961:skia::textlayout::TypefaceFontStyleSet::createTypeface\28int\29 +2962:skia::textlayout::TextLine::shapeEllipsis\28SkString\20const&\2c\20skia::textlayout::Cluster\20const*\29::$_0::operator\28\29\28sk_sp\2c\20sk_sp\29\20const +2963:skia::textlayout::TextLine::getRectsForRange\28skia::textlayout::SkRange\2c\20skia::textlayout::RectHeightStyle\2c\20skia::textlayout::RectWidthStyle\2c\20std::__2::vector>&\29\20const +2964:skia::textlayout::TextLine::getGlyphPositionAtCoordinate\28float\29 +2965:skia::textlayout::Run::isResolved\28\29\20const +2966:skia::textlayout::Run::copyTo\28SkTextBlobBuilder&\2c\20unsigned\20long\2c\20unsigned\20long\29\20const +2967:skia::textlayout::ParagraphImpl::buildClusterTable\28\29 +2968:skia::textlayout::OneLineShaper::~OneLineShaper\28\29 +2969:skia::textlayout::FontCollection::setDefaultFontManager\28sk_sp\29 +2970:skia::textlayout::FontCollection::FontCollection\28\29 +2971:skia::textlayout::FontArguments::CloneTypeface\28sk_sp\20const&\29\20const +2972:skgpu::ganesh::\28anonymous\20namespace\29::SmallPathOp::flush\28GrMeshDrawTarget*\2c\20skgpu::ganesh::\28anonymous\20namespace\29::SmallPathOp::FlushInfo*\29\20const +2973:skgpu::ganesh::\28anonymous\20namespace\29::HullShader::makeProgramImpl\28GrShaderCaps\20const&\29\20const::Impl::~Impl\28\29 +2974:skgpu::ganesh::\28anonymous\20namespace\29::AAFlatteningConvexPathOp::programInfo\28\29 +2975:skgpu::ganesh::SurfaceFillContext::discard\28\29 +2976:skgpu::ganesh::SurfaceDrawContext::internalStencilClear\28SkIRect\20const*\2c\20bool\29 +2977:skgpu::ganesh::SurfaceDrawContext::drawPath\28GrClip\20const*\2c\20GrPaint&&\2c\20GrAA\2c\20SkMatrix\20const&\2c\20SkPath\20const&\2c\20GrStyle\20const&\29 +2978:skgpu::ganesh::SurfaceDrawContext::attemptQuadOptimization\28GrClip\20const*\2c\20GrUserStencilSettings\20const*\2c\20DrawQuad*\2c\20GrPaint*\29 +2979:skgpu::ganesh::SurfaceDrawContext::Make\28GrRecordingContext*\2c\20GrColorType\2c\20sk_sp\2c\20sk_sp\2c\20GrSurfaceOrigin\2c\20SkSurfaceProps\20const&\29 +2980:skgpu::ganesh::SurfaceContext::rescaleInto\28skgpu::ganesh::SurfaceFillContext*\2c\20SkIRect\2c\20SkIRect\2c\20SkImage::RescaleGamma\2c\20SkImage::RescaleMode\29::$_0::operator\28\29\28GrSurfaceProxyView\2c\20SkIRect\29\20const +2981:skgpu::ganesh::SmallPathAtlasMgr::~SmallPathAtlasMgr\28\29 +2982:skgpu::ganesh::QuadPerEdgeAA::MinColorType\28SkRGBA4f<\28SkAlphaType\292>\29 +2983:skgpu::ganesh::PathRendererChain::PathRendererChain\28GrRecordingContext*\2c\20skgpu::ganesh::PathRendererChain::Options\20const&\29 +2984:skgpu::ganesh::PathRenderer::getStencilSupport\28GrStyledShape\20const&\29\20const +2985:skgpu::ganesh::PathCurveTessellator::draw\28GrOpFlushState*\29\20const +2986:skgpu::ganesh::OpsTask::recordOp\28std::__2::unique_ptr>\2c\20bool\2c\20GrProcessorSet::Analysis\2c\20GrAppliedClip*\2c\20GrDstProxyView\20const*\2c\20GrCaps\20const&\29 +2987:skgpu::ganesh::MakeFragmentProcessorFromView\28GrRecordingContext*\2c\20GrSurfaceProxyView\2c\20SkAlphaType\2c\20SkSamplingOptions\2c\20SkTileMode\20const*\2c\20SkMatrix\20const&\2c\20SkRect\20const*\2c\20SkRect\20const*\29 +2988:skgpu::ganesh::FilterAndMipmapHaveNoEffect\28GrQuad\20const&\2c\20GrQuad\20const&\29 +2989:skgpu::ganesh::FillRectOp::MakeNonAARect\28GrRecordingContext*\2c\20GrPaint&&\2c\20SkMatrix\20const&\2c\20SkRect\20const&\2c\20GrUserStencilSettings\20const*\29 +2990:skgpu::ganesh::FillRRectOp::Make\28GrRecordingContext*\2c\20SkArenaAlloc*\2c\20GrPaint&&\2c\20SkMatrix\20const&\2c\20SkRRect\20const&\2c\20SkRect\20const&\2c\20GrAA\29 +2991:skgpu::ganesh::Device::drawRRect\28SkRRect\20const&\2c\20SkPaint\20const&\29 +2992:skgpu::ganesh::Device::drawImageQuadDirect\28SkImage\20const*\2c\20SkRect\20const&\2c\20SkRect\20const&\2c\20SkPoint\20const*\2c\20SkCanvas::QuadAAFlags\2c\20SkMatrix\20const*\2c\20SkSamplingOptions\20const&\2c\20SkPaint\20const&\2c\20SkCanvas::SrcRectConstraint\29 +2993:skgpu::ganesh::Device::Make\28std::__2::unique_ptr>\2c\20SkAlphaType\2c\20skgpu::ganesh::Device::InitContents\29 +2994:skgpu::ganesh::DashOp::\28anonymous\20namespace\29::setup_dashed_rect\28SkRect\20const&\2c\20skgpu::VertexWriter&\2c\20SkMatrix\20const&\2c\20float\2c\20float\2c\20float\2c\20float\2c\20float\2c\20float\2c\20float\2c\20skgpu::ganesh::DashOp::\28anonymous\20namespace\29::DashCap\29 +2995:skgpu::ganesh::ClipStack::SaveRecord::invalidateMasks\28GrProxyProvider*\2c\20SkTBlockList*\29 +2996:skgpu::ganesh::ClipStack::RawElement::contains\28skgpu::ganesh::ClipStack::SaveRecord\20const&\29\20const +2997:skgpu::ganesh::AtlasRenderTask::addAtlasDrawOp\28std::__2::unique_ptr>\2c\20GrCaps\20const&\29 +2998:skcpu::GlyphRunListPainter::GlyphRunListPainter\28SkSurfaceProps\20const&\2c\20SkColorType\2c\20SkColorSpace*\29 +2999:skcpu::Draw::drawRRect\28SkRRect\20const&\2c\20SkPaint\20const&\29\20const +3000:skcpu::Draw::drawDevicePoints\28SkCanvas::PointMode\2c\20SkSpan\2c\20SkPaint\20const&\2c\20SkDevice*\29\20const +3001:skcpu::Draw::drawBitmap\28SkBitmap\20const&\2c\20SkMatrix\20const&\2c\20SkRect\20const*\2c\20SkSamplingOptions\20const&\2c\20SkPaint\20const&\29\20const +3002:skcms_Transform +3003:skcms_TransferFunction_isPQish +3004:skcms_TransferFunction_isPQ +3005:skcms_MaxRoundtripError +3006:sk_sp::~sk_sp\28\29 +3007:sk_malloc_canfail\28unsigned\20long\2c\20unsigned\20long\29 +3008:sk_free_releaseproc\28void\20const*\2c\20void*\29 +3009:siprintf +3010:sift +3011:shallowTextClone\28UText*\2c\20UText\20const*\2c\20UErrorCode*\29 +3012:rotate\28SkDCubic\20const&\2c\20int\2c\20int\2c\20SkDCubic&\29 +3013:res_getResource_74 +3014:read_header\28SkStream*\2c\20SkISize*\29 +3015:quad_intersect_ray\28SkPoint\20const*\2c\20float\2c\20SkDLine\20const&\2c\20SkIntersections*\29 +3016:psh_globals_set_scale +3017:ps_parser_skip_PS_token +3018:ps_builder_done +3019:png_text_compress +3020:png_inflate_read +3021:png_inflate_claim +3022:png_image_size +3023:png_default_warning +3024:png_colorspace_endpoints_match +3025:png_build_16bit_table +3026:normalize +3027:next_marker +3028:make_unpremul_effect\28std::__2::unique_ptr>\29 +3029:long\20std::__2::__libcpp_atomic_refcount_decrement\5babi:nn180100\5d\28long&\29 +3030:long\20const&\20std::__2::min\5babi:nn180100\5d\28long\20const&\2c\20long\20const&\29 +3031:log1p +3032:locale_getKeywordsStart_74 +3033:load_truetype_glyph +3034:loadParentsExceptRoot\28UResourceDataEntry*&\2c\20char*\2c\20int\2c\20signed\20char\2c\20char*\2c\20UErrorCode*\29 +3035:line_intersect_ray\28SkPoint\20const*\2c\20float\2c\20SkDLine\20const&\2c\20SkIntersections*\29 +3036:lang_find_or_insert\28char\20const*\29 +3037:jpeg_calc_output_dimensions +3038:jpeg_CreateDecompress +3039:inner_scanline\28int\2c\20int\2c\20int\2c\20unsigned\20int\2c\20SkBlitter*\29 +3040:inflate_table +3041:increment_simple_rowgroup_ctr +3042:icu_74::spanOneUTF8\28icu_74::UnicodeSet\20const&\2c\20unsigned\20char\20const*\2c\20int\29 +3043:icu_74::enumGroupNames\28icu_74::UCharNames*\2c\20unsigned\20short\20const*\2c\20int\2c\20int\2c\20signed\20char\20\28*\29\28void*\2c\20int\2c\20UCharNameChoice\2c\20char\20const*\2c\20int\29\2c\20void*\2c\20UCharNameChoice\29 +3044:icu_74::\28anonymous\20namespace\29::appendResult\28char16_t*\2c\20int\2c\20int\2c\20int\2c\20char16_t\20const*\2c\20int\2c\20unsigned\20int\2c\20icu_74::Edits*\29 +3045:icu_74::\28anonymous\20namespace\29::AliasReplacer::replace\28icu_74::Locale\20const&\2c\20icu_74::CharString&\2c\20UErrorCode&\29::$_0::__invoke\28UElement\2c\20UElement\29 +3046:icu_74::XLikelySubtagsData::readStrings\28icu_74::ResourceTable\20const&\2c\20char\20const*\2c\20icu_74::ResourceValue&\2c\20icu_74::LocalMemory&\2c\20int&\2c\20UErrorCode&\29 +3047:icu_74::UniqueCharStrings::addByValue\28icu_74::UnicodeString\2c\20UErrorCode&\29 +3048:icu_74::UnicodeString::getTerminatedBuffer\28\29 +3049:icu_74::UnicodeString::doCompare\28int\2c\20int\2c\20char16_t\20const*\2c\20int\2c\20int\29\20const +3050:icu_74::UnicodeString::UnicodeString\28char16_t\20const*\2c\20int\29 +3051:icu_74::UnicodeSet::ensureBufferCapacity\28int\29 +3052:icu_74::UnicodeSet::applyIntPropertyValue\28UProperty\2c\20int\2c\20UErrorCode&\29 +3053:icu_74::UnicodeSet::applyFilter\28signed\20char\20\28*\29\28int\2c\20void*\29\2c\20void*\2c\20icu_74::UnicodeSet\20const*\2c\20UErrorCode&\29 +3054:icu_74::UnicodeSet::UnicodeSet\28icu_74::UnicodeSet\20const&\29 +3055:icu_74::UVector::sort\28int\20\28*\29\28UElement\2c\20UElement\29\2c\20UErrorCode&\29 +3056:icu_74::UVector::insertElementAt\28void*\2c\20int\2c\20UErrorCode&\29 +3057:icu_74::UStack::UStack\28void\20\28*\29\28void*\29\2c\20signed\20char\20\28*\29\28UElement\2c\20UElement\29\2c\20UErrorCode&\29 +3058:icu_74::UCharsTrieBuilder::add\28icu_74::UnicodeString\20const&\2c\20int\2c\20UErrorCode&\29 +3059:icu_74::StringTrieBuilder::~StringTrieBuilder\28\29 +3060:icu_74::StringPiece::compare\28icu_74::StringPiece\29 +3061:icu_74::SimpleFilteredSentenceBreakIterator::internalNext\28int\29 +3062:icu_74::RuleCharacterIterator::atEnd\28\29\20const +3063:icu_74::ResourceDataValue::getTable\28UErrorCode&\29\20const +3064:icu_74::ResourceDataValue::getString\28int&\2c\20UErrorCode&\29\20const +3065:icu_74::ReorderingBuffer::append\28char16_t\20const*\2c\20int\2c\20signed\20char\2c\20unsigned\20char\2c\20unsigned\20char\2c\20UErrorCode&\29 +3066:icu_74::PatternProps::isWhiteSpace\28int\29 +3067:icu_74::Normalizer2Impl::~Normalizer2Impl\28\29 +3068:icu_74::Normalizer2Impl::decompose\28int\2c\20unsigned\20short\2c\20icu_74::ReorderingBuffer&\2c\20UErrorCode&\29\20const +3069:icu_74::Normalizer2Impl::decompose\28char16_t\20const*\2c\20char16_t\20const*\2c\20icu_74::ReorderingBuffer*\2c\20UErrorCode&\29\20const +3070:icu_74::Normalizer2Impl::decomposeShort\28char16_t\20const*\2c\20char16_t\20const*\2c\20signed\20char\2c\20signed\20char\2c\20icu_74::ReorderingBuffer&\2c\20UErrorCode&\29\20const +3071:icu_74::Norm2AllModes::~Norm2AllModes\28\29 +3072:icu_74::Norm2AllModes::createInstance\28icu_74::Normalizer2Impl*\2c\20UErrorCode&\29 +3073:icu_74::LocaleUtility::initNameFromLocale\28icu_74::Locale\20const&\2c\20icu_74::UnicodeString&\29 +3074:icu_74::LocaleBuilder::~LocaleBuilder\28\29 +3075:icu_74::Locale::getKeywordValue\28icu_74::StringPiece\2c\20icu_74::ByteSink&\2c\20UErrorCode&\29\20const +3076:icu_74::Locale::getDefault\28\29 +3077:icu_74::LoadedNormalizer2Impl::load\28char\20const*\2c\20char\20const*\2c\20UErrorCode&\29 +3078:icu_74::ICUServiceKey::~ICUServiceKey\28\29 +3079:icu_74::ICUResourceBundleFactory::~ICUResourceBundleFactory\28\29 +3080:icu_74::ICULocaleService::~ICULocaleService\28\29 +3081:icu_74::EmojiProps::getSingleton\28UErrorCode&\29 +3082:icu_74::Edits::reset\28\29 +3083:icu_74::DictionaryBreakEngine::~DictionaryBreakEngine\28\29 +3084:icu_74::ByteSinkUtil::appendChange\28unsigned\20char\20const*\2c\20unsigned\20char\20const*\2c\20char16_t\20const*\2c\20int\2c\20icu_74::ByteSink&\2c\20icu_74::Edits*\2c\20UErrorCode&\29 +3085:icu_74::BreakIterator::makeInstance\28icu_74::Locale\20const&\2c\20int\2c\20UErrorCode&\29 +3086:hb_vector_t::push\28\29 +3087:hb_vector_t::resize\28int\2c\20bool\2c\20bool\29 +3088:hb_tag_from_string +3089:hb_shape_plan_destroy +3090:hb_script_get_horizontal_direction +3091:hb_paint_extents_context_t::push_clip\28hb_extents_t\29 +3092:hb_lazy_loader_t\2c\20hb_face_t\2c\203u\2c\20OT::cmap_accelerator_t>::do_destroy\28OT::cmap_accelerator_t*\29 +3093:hb_lazy_loader_t\2c\20hb_face_t\2c\2039u\2c\20OT::SVG_accelerator_t>::do_destroy\28OT::SVG_accelerator_t*\29 +3094:hb_hashmap_t::alloc\28unsigned\20int\29 +3095:hb_font_funcs_destroy +3096:hb_face_get_upem +3097:hb_face_destroy +3098:hb_draw_cubic_to_nil\28hb_draw_funcs_t*\2c\20void*\2c\20hb_draw_state_t*\2c\20float\2c\20float\2c\20float\2c\20float\2c\20float\2c\20float\2c\20void*\29 +3099:hb_buffer_set_segment_properties +3100:hb_blob_t*\20hb_data_wrapper_t::call_create>\28\29\20const +3101:hb_blob_t*\20hb_data_wrapper_t::call_create>\28\29\20const +3102:hb_blob_t*\20hb_data_wrapper_t::call_create>\28\29\20const +3103:hb_blob_t*\20hb_data_wrapper_t::call_create>\28\29\20const +3104:hb_blob_create +3105:haircubic\28SkPoint\20const*\2c\20SkRegion\20const*\2c\20SkRect\20const*\2c\20SkRect\20const*\2c\20SkBlitter*\2c\20int\2c\20void\20\28*\29\28SkPoint\20const*\2c\20int\2c\20SkRegion\20const*\2c\20SkBlitter*\29\29 +3106:gray_render_line +3107:get_vendor\28char\20const*\29 +3108:get_renderer\28char\20const*\2c\20GrGLExtensions\20const&\29 +3109:get_layer_mapping_and_bounds\28SkSpan>\2c\20SkM44\20const&\2c\20skif::DeviceSpace\20const&\2c\20std::__2::optional>\2c\20float\29 +3110:get_joining_type\28unsigned\20int\2c\20hb_unicode_general_category_t\29 +3111:getDefaultScript\28icu_74::CharString\20const&\2c\20icu_74::CharString\20const&\29 +3112:generate_distance_field_from_image\28unsigned\20char*\2c\20unsigned\20char\20const*\2c\20int\2c\20int\29 +3113:ft_var_readpackeddeltas +3114:ft_var_get_item_delta +3115:ft_var_done_item_variation_store +3116:ft_glyphslot_alloc_bitmap +3117:freelocale +3118:free_pool +3119:fquad_xy_at_t\28SkPoint\20const*\2c\20float\2c\20double\29 +3120:fp_barrierf +3121:fline_xy_at_t\28SkPoint\20const*\2c\20float\2c\20double\29 +3122:fixN0c\28BracketData*\2c\20int\2c\20int\2c\20unsigned\20char\29 +3123:fiprintf +3124:findFirstExisting\28char\20const*\2c\20char*\2c\20char\20const*\2c\20UResOpenType\2c\20signed\20char*\2c\20signed\20char*\2c\20signed\20char*\2c\20UErrorCode*\29 +3125:fcubic_xy_at_t\28SkPoint\20const*\2c\20float\2c\20double\29 +3126:fconic_xy_at_t\28SkPoint\20const*\2c\20float\2c\20double\29 +3127:fclose +3128:expm1f +3129:exp2 +3130:emscripten::internal::MethodInvoker::invoke\28void\20\28SkFont::*\20const&\29\28float\29\2c\20SkFont*\2c\20float\29 +3131:emscripten::internal::Invoker>\2c\20SimpleParagraphStyle\2c\20sk_sp>::invoke\28std::__2::unique_ptr>\20\28*\29\28SimpleParagraphStyle\2c\20sk_sp\29\2c\20SimpleParagraphStyle*\2c\20sk_sp*\29 +3132:emscripten::internal::FunctionInvoker::invoke\28emscripten::val\20\28**\29\28SkFontMgr&\2c\20int\29\2c\20SkFontMgr*\2c\20int\29 +3133:draw_nine\28SkMask\20const&\2c\20SkIRect\20const&\2c\20SkIPoint\20const&\2c\20bool\2c\20SkRasterClip\20const&\2c\20SkBlitter*\29 +3134:do_scanline\28int\2c\20int\2c\20int\2c\20unsigned\20int\2c\20SkBlitter*\29 +3135:do_putc +3136:doLoadFromCommonData\28signed\20char\2c\20char\20const*\2c\20char\20const*\2c\20char\20const*\2c\20char\20const*\2c\20char\20const*\2c\20char\20const*\2c\20char\20const*\2c\20signed\20char\20\28*\29\28void*\2c\20char\20const*\2c\20char\20const*\2c\20UDataInfo\20const*\29\2c\20void*\2c\20UErrorCode*\2c\20UErrorCode*\29 +3137:deserialize_image\28sk_sp\2c\20SkDeserialProcs\2c\20std::__2::optional\29 +3138:decompose\28hb_ot_shape_normalize_context_t\20const*\2c\20bool\2c\20unsigned\20int\29 +3139:decltype\28fp\28nullptr\29\29\20SkArenaAlloc::make\20const&\2c\20skgpu::ganesh::DashOp::AAMode\2c\20SkMatrix\20const&\2c\20bool\29::$_0>\28skgpu::ganesh::DashOp::\28anonymous\20namespace\29::DashingCircleEffect::Make\28SkArenaAlloc*\2c\20SkRGBA4f<\28SkAlphaType\292>\20const&\2c\20skgpu::ganesh::DashOp::AAMode\2c\20SkMatrix\20const&\2c\20bool\29::$_0&&\29::'lambda'\28char*\29::__invoke\28char*\29 +3140:decltype\28fp\28nullptr\29\29\20SkArenaAlloc::make\28GrCaps\20const&\2c\20GrSurfaceProxyView\20const&\2c\20bool&\2c\20GrPipeline*&\2c\20GrUserStencilSettings\20const*&&\2c\20\28anonymous\20namespace\29::DrawAtlasPathShader*&\2c\20GrPrimitiveType&&\2c\20GrXferBarrierFlags&\2c\20GrLoadOp&\29::'lambda'\28void*\29>\28GrProgramInfo&&\29::'lambda'\28char*\29::__invoke\28char*\29 +3141:cubic_intersect_ray\28SkPoint\20const*\2c\20float\2c\20SkDLine\20const&\2c\20SkIntersections*\29 +3142:conic_intersect_ray\28SkPoint\20const*\2c\20float\2c\20SkDLine\20const&\2c\20SkIntersections*\29 +3143:compute_ULong_sum +3144:char\20const*\20std::__2::find\5babi:nn180100\5d\28char\20const*\2c\20char\20const*\2c\20char\20const&\29 +3145:cff_index_get_pointers +3146:cf2_glyphpath_computeOffset +3147:build_tree +3148:bool\20std::__2::__is_pointer_in_range\5babi:nn180100\5d\28char\20const*\2c\20char\20const*\2c\20char\20const*\29 +3149:bool\20OT::glyf_impl::Glyph::get_points\28hb_font_t*\2c\20OT::glyf_accelerator_t\20const&\2c\20contour_point_vector_t&\2c\20hb_glyf_scratch_t&\2c\20contour_point_vector_t*\2c\20head_maxp_info_t*\2c\20unsigned\20int*\2c\20bool\2c\20bool\2c\20bool\2c\20hb_array_t\2c\20unsigned\20int\2c\20unsigned\20int*\29\20const +3150:bool\20OT::glyf_accelerator_t::get_points\28hb_font_t*\2c\20unsigned\20int\2c\20OT::glyf_accelerator_t::points_aggregator_t\2c\20hb_array_t\2c\20hb_glyf_scratch_t&\29\20const +3151:bool\20OT::GSUBGPOSVersion1_2::sanitize\28hb_sanitize_context_t*\29\20const +3152:bool\20OT::GSUBGPOSVersion1_2::sanitize\28hb_sanitize_context_t*\29\20const +3153:bool\20OT::Condition::evaluate\28int\20const*\2c\20unsigned\20int\2c\20OT::ItemVarStoreInstancer*\29\20const +3154:blit_aaa_trapezoid_row\28AdditiveBlitter*\2c\20int\2c\20int\2c\20int\2c\20int\2c\20int\2c\20int\2c\20int\2c\20unsigned\20char\2c\20unsigned\20char*\2c\20bool\29 +3155:atan +3156:alloc_large +3157:af_glyph_hints_done +3158:add_quad\28SkPoint\20const*\2c\20skia_private::TArray*\29 +3159:acos +3160:aaa_fill_path\28SkPathRaw\20const&\2c\20SkIRect\20const&\2c\20AdditiveBlitter*\2c\20int\2c\20int\2c\20bool\2c\20bool\2c\20bool\29 +3161:_get_path\28OT::cff1::accelerator_t\20const*\2c\20hb_font_t*\2c\20unsigned\20int\2c\20hb_draw_session_t&\2c\20bool\2c\20CFF::point_t*\29 +3162:_get_bounds\28OT::cff1::accelerator_t\20const*\2c\20unsigned\20int\2c\20bounds_t&\2c\20bool\29 +3163:_enumPropertyStartsRange\28void\20const*\2c\20int\2c\20int\2c\20unsigned\20int\29 +3164:_embind_register_bindings +3165:_canonicalize\28char\20const*\2c\20icu_74::ByteSink&\2c\20unsigned\20int\2c\20UErrorCode*\29 +3166:__trunctfdf2 +3167:__towrite +3168:__toread +3169:__subtf3 +3170:__strchrnul +3171:__rem_pio2f +3172:__rem_pio2 +3173:__math_uflowf +3174:__math_oflowf +3175:__fwritex +3176:__cxxabiv1::__class_type_info::process_static_type_below_dst\28__cxxabiv1::__dynamic_cast_info*\2c\20void\20const*\2c\20int\29\20const +3177:__cxxabiv1::__class_type_info::process_static_type_above_dst\28__cxxabiv1::__dynamic_cast_info*\2c\20void\20const*\2c\20void\20const*\2c\20int\29\20const +3178:__cxxabiv1::__class_type_info::process_found_base_class\28__cxxabiv1::__dynamic_cast_info*\2c\20void*\2c\20int\29\20const +3179:__cxxabiv1::__base_class_type_info::search_above_dst\28__cxxabiv1::__dynamic_cast_info*\2c\20void\20const*\2c\20void\20const*\2c\20int\2c\20bool\29\20const +3180:\28anonymous\20namespace\29::ulayout_ensureData\28UErrorCode&\29 +3181:\28anonymous\20namespace\29::subdivide_cubic_to\28SkPathBuilder*\2c\20SkPoint\20const*\2c\20int\29 +3182:\28anonymous\20namespace\29::shape_contains_rect\28GrShape\20const&\2c\20SkMatrix\20const&\2c\20SkMatrix\20const&\2c\20SkRect\20const&\2c\20SkMatrix\20const&\2c\20bool\29 +3183:\28anonymous\20namespace\29::getRange\28void\20const*\2c\20int\2c\20unsigned\20int\20\28*\29\28void\20const*\2c\20unsigned\20int\29\2c\20void\20const*\2c\20unsigned\20int*\29 +3184:\28anonymous\20namespace\29::generateFacePathCOLRv1\28FT_FaceRec_*\2c\20unsigned\20short\2c\20SkMatrix\20const*\29 +3185:\28anonymous\20namespace\29::convert_noninflect_cubic_to_quads_with_constraint\28SkPoint\20const*\2c\20float\2c\20SkPathFirstDirection\2c\20skia_private::TArray*\2c\20int\29 +3186:\28anonymous\20namespace\29::convert_noninflect_cubic_to_quads\28SkPoint\20const*\2c\20float\2c\20skia_private::TArray*\2c\20int\2c\20bool\2c\20bool\29 +3187:\28anonymous\20namespace\29::colrv1_configure_skpaint\28FT_FaceRec_*\2c\20SkSpan\20const&\2c\20unsigned\20int\2c\20FT_COLR_Paint_\20const&\2c\20SkPaint*\29::$_0::operator\28\29\28FT_ColorStopIterator_\20const&\2c\20std::__2::vector>&\2c\20std::__2::vector\2c\20std::__2::allocator>>&\29\20const +3188:\28anonymous\20namespace\29::bloat_quad\28SkPoint\20const*\2c\20SkMatrix\20const*\2c\20SkMatrix\20const*\2c\20\28anonymous\20namespace\29::BezierVertex*\29 +3189:\28anonymous\20namespace\29::SkEmptyTypeface::onMakeClone\28SkFontArguments\20const&\29\20const +3190:\28anonymous\20namespace\29::SkColorFilterImageFilter::~SkColorFilterImageFilter\28\29_5425 +3191:\28anonymous\20namespace\29::SkColorFilterImageFilter::~SkColorFilterImageFilter\28\29 +3192:\28anonymous\20namespace\29::DrawAtlasOpImpl::visitProxies\28std::__2::function\20const&\29\20const +3193:\28anonymous\20namespace\29::DrawAtlasOpImpl::programInfo\28\29 +3194:\28anonymous\20namespace\29::DrawAtlasOpImpl::onExecute\28GrOpFlushState*\2c\20SkRect\20const&\29 +3195:\28anonymous\20namespace\29::DirectMaskSubRun::~DirectMaskSubRun\28\29 +3196:\28anonymous\20namespace\29::DirectMaskSubRun::testingOnly_packedGlyphIDToGlyph\28sktext::gpu::StrikeCache*\29\20const +3197:WebPRescaleNeededLines +3198:WebPInitDecBufferInternal +3199:WebPInitCustomIo +3200:WebPGetFeaturesInternal +3201:WebPDemuxGetFrame +3202:VP8LInitBitReader +3203:VP8LColorIndexInverseTransformAlpha +3204:VP8InitIoInternal +3205:VP8InitBitReader +3206:UDatamemory_assign_74 +3207:T_CString_toUpperCase_74 +3208:TT_Vary_Apply_Glyph_Deltas +3209:TT_Set_Var_Design +3210:SkWuffsCodec::decodeFrame\28\29 +3211:SkVertices::uniqueID\28\29\20const +3212:SkVertices::MakeCopy\28SkVertices::VertexMode\2c\20int\2c\20SkPoint\20const*\2c\20SkPoint\20const*\2c\20unsigned\20int\20const*\2c\20int\2c\20unsigned\20short\20const*\29 +3213:SkVertices::Builder::texCoords\28\29 +3214:SkVertices::Builder::positions\28\29 +3215:SkVertices::Builder::init\28SkVertices::Desc\20const&\29 +3216:SkVertices::Builder::colors\28\29 +3217:SkVertices::Builder::Builder\28SkVertices::VertexMode\2c\20int\2c\20int\2c\20unsigned\20int\29 +3218:SkUnicodes::ICU::Make\28\29 +3219:SkUnicode_icu::extractPositions\28char\20const*\2c\20int\2c\20SkUnicode::BreakType\2c\20char\20const*\2c\20std::__2::function\20const&\29 +3220:SkTypeface_FreeType::MakeFromStream\28std::__2::unique_ptr>\2c\20SkFontArguments\20const&\29 +3221:SkTypeface::getTableSize\28unsigned\20int\29\20const +3222:SkTiff::ImageFileDirectory::getEntryTag\28unsigned\20short\29\20const +3223:SkTiff::ImageFileDirectory::MakeFromOffset\28sk_sp\2c\20bool\2c\20unsigned\20int\2c\20bool\29 +3224:SkTextBlobRunIterator::positioning\28\29\20const +3225:SkTSpan::splitAt\28SkTSpan*\2c\20double\2c\20SkArenaAlloc*\29 +3226:SkTSect::computePerpendiculars\28SkTSect*\2c\20SkTSpan*\2c\20SkTSpan*\29 +3227:SkTDStorage::insert\28int\29 +3228:SkTDStorage::calculateSizeOrDie\28int\29::$_0::operator\28\29\28\29\20const +3229:SkTDPQueue::percolateDownIfNecessary\28int\29 +3230:SkTConic::hullIntersects\28SkDConic\20const&\2c\20bool*\29\20const +3231:SkStrokerPriv::CapFactory\28SkPaint::Cap\29 +3232:SkStrokeRec::getInflationRadius\28\29\20const +3233:SkString::equals\28char\20const*\29\20const +3234:SkString::SkString\28unsigned\20long\29 +3235:SkString::SkString\28std::__2::basic_string_view>\29 +3236:SkStrikeSpec::MakeTransformMask\28SkFont\20const&\2c\20SkPaint\20const&\2c\20SkSurfaceProps\20const&\2c\20SkScalerContextFlags\2c\20SkMatrix\20const&\29 +3237:SkStrikeSpec::MakePath\28SkFont\20const&\2c\20SkPaint\20const&\2c\20SkSurfaceProps\20const&\2c\20SkScalerContextFlags\29 +3238:SkSpecialImages::MakeFromRaster\28SkIRect\20const&\2c\20SkBitmap\20const&\2c\20SkSurfaceProps\20const&\29 +3239:SkShapers::HB::ShapeDontWrapOrReorder\28sk_sp\2c\20sk_sp\29 +3240:SkShaper::TrivialRunIterator::endOfCurrentRun\28\29\20const +3241:SkShaper::MakeFontMgrRunIterator\28char\20const*\2c\20unsigned\20long\2c\20SkFont\20const&\2c\20sk_sp\29 +3242:SkShadowTessellator::MakeAmbient\28SkPath\20const&\2c\20SkMatrix\20const&\2c\20SkPoint3\20const&\2c\20bool\29 +3243:SkScan::HairLineRgn\28SkPoint\20const*\2c\20int\2c\20SkRegion\20const*\2c\20SkBlitter*\29 +3244:SkScan::FillTriangle\28SkPoint\20const*\2c\20SkRasterClip\20const&\2c\20SkBlitter*\29 +3245:SkScan::FillPath\28SkPathRaw\20const&\2c\20SkRasterClip\20const&\2c\20SkBlitter*\29 +3246:SkScan::FillIRect\28SkIRect\20const&\2c\20SkRasterClip\20const&\2c\20SkBlitter*\29 +3247:SkScan::AntiHairLine\28SkPoint\20const*\2c\20int\2c\20SkRasterClip\20const&\2c\20SkBlitter*\29 +3248:SkScan::AntiHairLineRgn\28SkPoint\20const*\2c\20int\2c\20SkRegion\20const*\2c\20SkBlitter*\29 +3249:SkScan::AntiFillPath\28SkPathRaw\20const&\2c\20SkRegion\20const&\2c\20SkBlitter*\2c\20bool\29 +3250:SkScalerContextRec::CachedMaskGamma\28unsigned\20char\2c\20unsigned\20char\29 +3251:SkScalerContextFTUtils::drawSVGGlyph\28FT_FaceRec_*\2c\20SkGlyph\20const&\2c\20unsigned\20int\2c\20SkSpan\2c\20SkCanvas*\29\20const +3252:SkScalerContext::getFontMetrics\28SkFontMetrics*\29 +3253:SkSLTypeString\28SkSLType\29 +3254:SkSL::simplify_negation\28SkSL::Context\20const&\2c\20SkSL::Position\2c\20SkSL::Expression\20const&\29 +3255:SkSL::simplify_matrix_multiplication\28SkSL::Context\20const&\2c\20SkSL::Position\2c\20SkSL::Expression\20const&\2c\20SkSL::Expression\20const&\2c\20int\2c\20int\2c\20int\2c\20int\29 +3256:SkSL::simplify_componentwise\28SkSL::Context\20const&\2c\20SkSL::Position\2c\20SkSL::Expression\20const&\2c\20SkSL::Operator\2c\20SkSL::Expression\20const&\29 +3257:SkSL::build_argument_type_list\28SkSpan>\20const>\29 +3258:SkSL::\28anonymous\20namespace\29::SwitchCaseContainsExit::visitStatement\28SkSL::Statement\20const&\29 +3259:SkSL::\28anonymous\20namespace\29::ReturnsInputAlphaVisitor::returnsInputAlpha\28SkSL::Expression\20const&\29 +3260:SkSL::\28anonymous\20namespace\29::ConstantExpressionVisitor::visitExpression\28SkSL::Expression\20const&\29 +3261:SkSL::Variable::Convert\28SkSL::Context\20const&\2c\20SkSL::Position\2c\20SkSL::Position\2c\20SkSL::Layout\20const&\2c\20SkSL::ModifierFlags\2c\20SkSL::Type\20const*\2c\20SkSL::Position\2c\20std::__2::basic_string_view>\2c\20SkSL::VariableStorage\29 +3262:SkSL::Type::checkForOutOfRangeLiteral\28SkSL::Context\20const&\2c\20SkSL::Expression\20const&\29\20const +3263:SkSL::Type::MakeSamplerType\28char\20const*\2c\20SkSL::Type\20const&\29 +3264:SkSL::SymbolTable::moveSymbolTo\28SkSL::SymbolTable*\2c\20SkSL::Symbol*\2c\20SkSL::Context\20const&\29 +3265:SkSL::SymbolTable::isType\28std::__2::basic_string_view>\29\20const +3266:SkSL::Symbol::instantiate\28SkSL::Context\20const&\2c\20SkSL::Position\29\20const +3267:SkSL::StructType::slotCount\28\29\20const +3268:SkSL::ReturnStatement::~ReturnStatement\28\29_6054 +3269:SkSL::ReturnStatement::~ReturnStatement\28\29 +3270:SkSL::RP::UnownedLValueSlice::~UnownedLValueSlice\28\29 +3271:SkSL::RP::Generator::pushTernaryExpression\28SkSL::Expression\20const&\2c\20SkSL::Expression\20const&\2c\20SkSL::Expression\20const&\29 +3272:SkSL::RP::Generator::pushStructuredComparison\28SkSL::RP::LValue*\2c\20SkSL::Operator\2c\20SkSL::RP::LValue*\2c\20SkSL::Type\20const&\29 +3273:SkSL::RP::Generator::pushMatrixMultiply\28SkSL::RP::LValue*\2c\20SkSL::Expression\20const&\2c\20SkSL::Expression\20const&\2c\20int\2c\20int\2c\20int\2c\20int\29 +3274:SkSL::RP::DynamicIndexLValue::~DynamicIndexLValue\28\29 +3275:SkSL::RP::Builder::push_uniform\28SkSL::RP::SlotRange\29 +3276:SkSL::RP::Builder::merge_condition_mask\28\29 +3277:SkSL::RP::Builder::jump\28int\29 +3278:SkSL::RP::Builder::branch_if_no_active_lanes_on_stack_top_equal\28int\2c\20int\29 +3279:SkSL::ProgramUsage::~ProgramUsage\28\29 +3280:SkSL::ProgramUsage::add\28SkSL::ProgramElement\20const&\29 +3281:SkSL::Pool::detachFromThread\28\29 +3282:SkSL::PipelineStage::ConvertProgram\28SkSL::Program\20const&\2c\20char\20const*\2c\20char\20const*\2c\20char\20const*\2c\20SkSL::PipelineStage::Callbacks*\29 +3283:SkSL::Parser::unaryExpression\28\29 +3284:SkSL::Parser::swizzle\28SkSL::Position\2c\20std::__2::unique_ptr>\2c\20std::__2::basic_string_view>\2c\20SkSL::Position\29 +3285:SkSL::Parser::block\28bool\2c\20std::__2::unique_ptr>*\29 +3286:SkSL::Operator::getBinaryPrecedence\28\29\20const +3287:SkSL::ModuleLoader::loadGPUModule\28SkSL::Compiler*\29 +3288:SkSL::ModifierFlags::checkPermittedFlags\28SkSL::Context\20const&\2c\20SkSL::Position\2c\20SkSL::ModifierFlags\29\20const +3289:SkSL::Mangler::uniqueName\28std::__2::basic_string_view>\2c\20SkSL::SymbolTable*\29 +3290:SkSL::LiteralType::slotType\28unsigned\20long\29\20const +3291:SkSL::Layout::operator==\28SkSL::Layout\20const&\29\20const +3292:SkSL::Layout::checkPermittedLayout\28SkSL::Context\20const&\2c\20SkSL::Position\2c\20SkEnumBitMask\29\20const +3293:SkSL::Inliner::analyze\28std::__2::vector>\2c\20std::__2::allocator>>>\20const&\2c\20SkSL::SymbolTable*\2c\20SkSL::ProgramUsage*\29 +3294:SkSL::GLSLCodeGenerator::~GLSLCodeGenerator\28\29 +3295:SkSL::GLSLCodeGenerator::writeLiteral\28SkSL::Literal\20const&\29 +3296:SkSL::GLSLCodeGenerator::writeFunctionDeclaration\28SkSL::FunctionDeclaration\20const&\29 +3297:SkSL::ForStatement::Make\28SkSL::Context\20const&\2c\20SkSL::Position\2c\20SkSL::ForLoopPositions\2c\20std::__2::unique_ptr>\2c\20std::__2::unique_ptr>\2c\20std::__2::unique_ptr>\2c\20std::__2::unique_ptr>\2c\20std::__2::unique_ptr>\2c\20std::__2::unique_ptr>\29 +3298:SkSL::FieldAccess::description\28SkSL::OperatorPrecedence\29\20const +3299:SkSL::Expression::isIncomplete\28SkSL::Context\20const&\29\20const +3300:SkSL::Expression::compareConstant\28SkSL::Expression\20const&\29\20const +3301:SkSL::DebugTracePriv::~DebugTracePriv\28\29 +3302:SkSL::Context::Context\28SkSL::BuiltinTypes\20const&\2c\20SkSL::ErrorReporter&\29 +3303:SkSL::ConstructorArrayCast::Make\28SkSL::Context\20const&\2c\20SkSL::Position\2c\20SkSL::Type\20const&\2c\20std::__2::unique_ptr>\29 +3304:SkSL::ConstructorArray::~ConstructorArray\28\29 +3305:SkSL::ConstructorArray::Make\28SkSL::Context\20const&\2c\20SkSL::Position\2c\20SkSL::Type\20const&\2c\20SkSL::ExpressionArray\29 +3306:SkSL::Analysis::GetReturnComplexity\28SkSL::FunctionDefinition\20const&\29 +3307:SkSL::Analysis::CallsColorTransformIntrinsics\28SkSL::Program\20const&\29 +3308:SkSL::AliasType::bitWidth\28\29\20const +3309:SkRuntimeEffectPriv::VarAsUniform\28SkSL::Variable\20const&\2c\20SkSL::Context\20const&\2c\20unsigned\20long*\29 +3310:SkRuntimeEffectPriv::UniformsAsSpan\28SkSpan\2c\20sk_sp\2c\20bool\2c\20SkColorSpace\20const*\2c\20SkArenaAlloc*\29 +3311:SkRuntimeEffect::source\28\29\20const +3312:SkRuntimeEffect::makeShader\28sk_sp\2c\20SkSpan\2c\20SkMatrix\20const*\29\20const +3313:SkRuntimeEffect::MakeForBlender\28SkString\2c\20SkRuntimeEffect::Options\20const&\29 +3314:SkResourceCache::~SkResourceCache\28\29 +3315:SkResourceCache::discardableFactory\28\29\20const +3316:SkResourceCache::checkMessages\28\29 +3317:SkResourceCache::NewCachedData\28unsigned\20long\29 +3318:SkRegion::translate\28int\2c\20int\2c\20SkRegion*\29\20const +3319:SkRegion::getBoundaryPath\28\29\20const +3320:SkReduceOrder::Cubic\28SkPoint\20const*\2c\20SkPoint*\29 +3321:SkRectPriv::QuadContainsRectMask\28SkM44\20const&\2c\20SkRect\20const&\2c\20SkRect\20const&\2c\20float\29 +3322:SkRectClipBlitter::~SkRectClipBlitter\28\29 +3323:SkRecords::PreCachedPath::PreCachedPath\28SkPath\20const&\29 +3324:SkRecords::FillBounds::pushSaveBlock\28SkPaint\20const*\2c\20bool\29 +3325:SkRecordDraw\28SkRecord\20const&\2c\20SkCanvas*\2c\20SkPicture\20const*\20const*\2c\20SkDrawable*\20const*\2c\20int\2c\20SkBBoxHierarchy\20const*\2c\20SkPicture::AbortCallback*\29 +3326:SkReadBuffer::readPoint\28SkPoint*\29 +3327:SkReadBuffer::readPath\28\29 +3328:SkReadBuffer::readByteArrayAsData\28\29 +3329:SkRasterPipeline_<256ul>::SkRasterPipeline_\28\29 +3330:SkRasterPipelineBlitter::~SkRasterPipelineBlitter\28\29 +3331:SkRasterPipelineBlitter::blitRect\28int\2c\20int\2c\20int\2c\20int\29 +3332:SkRasterPipelineBlitter::blitMask\28SkMask\20const&\2c\20SkIRect\20const&\29 +3333:SkRasterPipeline::appendLoad\28SkColorType\2c\20SkRasterPipelineContexts::MemoryCtx\20const*\29 +3334:SkRasterClipStack::SkRasterClipStack\28int\2c\20int\29 +3335:SkRasterClip::op\28SkPath\20const&\2c\20SkMatrix\20const&\2c\20SkClipOp\2c\20bool\29 +3336:SkRRectPriv::ConservativeIntersect\28SkRRect\20const&\2c\20SkRRect\20const&\29 +3337:SkRBuffer::skip\28unsigned\20long\29 +3338:SkPngEncoderImpl::~SkPngEncoderImpl\28\29 +3339:SkPngEncoderBase::getTargetInfo\28SkImageInfo\20const&\29 +3340:SkPngEncoder::Make\28SkWStream*\2c\20SkPixmap\20const&\2c\20SkPngEncoder::Options\20const&\29 +3341:SkPngDecoder::IsPng\28void\20const*\2c\20unsigned\20long\29 +3342:SkPixelRef::~SkPixelRef\28\29 +3343:SkPixelRef::notifyPixelsChanged\28\29 +3344:SkPictureRecorder::beginRecording\28SkRect\20const&\2c\20sk_sp\29 +3345:SkPictureRecord::addPathToHeap\28SkPath\20const&\29 +3346:SkPictureData::getPath\28SkReadBuffer*\29\20const +3347:SkPicture::serialize\28SkWStream*\2c\20SkSerialProcs\20const*\2c\20SkRefCntSet*\2c\20bool\29\20const +3348:SkPathWriter::update\28SkOpPtT\20const*\29 +3349:SkPathStroker::strokeCloseEnough\28SkPoint\20const*\2c\20SkPoint\20const*\2c\20SkQuadConstruct*\29\20const +3350:SkPathStroker::finishContour\28bool\2c\20bool\29 +3351:SkPathRef::isRRect\28\29\20const +3352:SkPathRef::addGenIDChangeListener\28sk_sp\29 +3353:SkPathRawShapes::RRect::RRect\28SkRRect\20const&\2c\20SkPathDirection\2c\20unsigned\20int\29 +3354:SkPathPriv::ComputeFirstDirection\28SkPath\20const&\29 +3355:SkPathEffectBase::onAsPoints\28SkPathEffectBase::PointData*\2c\20SkPath\20const&\2c\20SkStrokeRec\20const&\2c\20SkMatrix\20const&\2c\20SkRect\20const*\29\20const +3356:SkPathEffect::filterPath\28SkPathBuilder*\2c\20SkPath\20const&\2c\20SkStrokeRec*\2c\20SkRect\20const*\2c\20SkMatrix\20const&\29\20const +3357:SkPathBuilder::privateReversePathTo\28SkPath\20const&\29 +3358:SkPathBuilder::operator=\28SkPath\20const&\29 +3359:SkPath::writeToMemory\28void*\29\20const +3360:SkPath::getConvexityOrUnknown\28\29\20const +3361:SkPath::contains\28float\2c\20float\29\20const +3362:SkPath::arcTo\28SkRect\20const&\2c\20float\2c\20float\2c\20bool\29::$_0::operator\28\29\28SkPoint\20const&\29\20const +3363:SkPath::approximateBytesUsed\28\29\20const +3364:SkParsePath::ToSVGString\28SkPath\20const&\2c\20SkParsePath::PathEncoding\29::$_0::operator\28\29\28char\2c\20SkPoint\20const*\2c\20unsigned\20long\29\20const +3365:SkParse::FindScalar\28char\20const*\2c\20float*\29 +3366:SkPaintToGrPaintWithBlend\28skgpu::ganesh::SurfaceDrawContext*\2c\20SkPaint\20const&\2c\20SkMatrix\20const&\2c\20SkBlender*\2c\20GrPaint*\29 +3367:SkPaintToGrPaintReplaceShader\28skgpu::ganesh::SurfaceDrawContext*\2c\20SkPaint\20const&\2c\20SkMatrix\20const&\2c\20std::__2::unique_ptr>\2c\20GrPaint*\29 +3368:SkPaint::refImageFilter\28\29\20const +3369:SkPaint::refBlender\28\29\20const +3370:SkPaint::getBlendMode_or\28SkBlendMode\29\20const +3371:SkPackARGB_as_RGBA\28unsigned\20int\2c\20unsigned\20int\2c\20unsigned\20int\2c\20unsigned\20int\29 +3372:SkPackARGB_as_BGRA\28unsigned\20int\2c\20unsigned\20int\2c\20unsigned\20int\2c\20unsigned\20int\29 +3373:SkOpSpan::setOppSum\28int\29 +3374:SkOpSegment::markAndChaseWinding\28SkOpSpanBase*\2c\20SkOpSpanBase*\2c\20int\2c\20SkOpSpanBase**\29 +3375:SkOpSegment::markAllDone\28\29 +3376:SkOpSegment::activeWinding\28SkOpSpanBase*\2c\20SkOpSpanBase*\29 +3377:SkOpPtT::contains\28SkOpSegment\20const*\29\20const +3378:SkOpEdgeBuilder::closeContour\28SkPoint\20const&\2c\20SkPoint\20const&\29 +3379:SkOpCoincidence::releaseDeleted\28\29 +3380:SkOpCoincidence::markCollapsed\28SkOpPtT*\29 +3381:SkOpCoincidence::findOverlaps\28SkOpCoincidence*\29\20const +3382:SkOpCoincidence::expand\28\29 +3383:SkOpCoincidence::apply\28\29 +3384:SkOpAngle::orderable\28SkOpAngle*\29 +3385:SkOpAngle::computeSector\28\29 +3386:SkNoPixelsDevice::SkNoPixelsDevice\28SkIRect\20const&\2c\20SkSurfaceProps\20const&\2c\20sk_sp\29 +3387:SkNoPixelsDevice::SkNoPixelsDevice\28SkIRect\20const&\2c\20SkSurfaceProps\20const&\29 +3388:SkMipmap::countLevels\28\29\20const +3389:SkMessageBus::BufferFinishedMessage\2c\20GrDirectContext::DirectContextID\2c\20false>::Get\28\29 +3390:SkMemoryStream::SkMemoryStream\28sk_sp\29 +3391:SkMatrix\20skif::Mapping::map\28SkMatrix\20const&\2c\20SkMatrix\20const&\29 +3392:SkMatrix::postSkew\28float\2c\20float\29 +3393:SkMatrix::getMinScale\28\29\20const +3394:SkMatrix::getMinMaxScales\28float*\29\20const +3395:SkMatrix::PolyToPoly\28SkSpan\2c\20SkSpan\29 +3396:SkMaskBuilder::PrepareDestination\28int\2c\20int\2c\20SkMask\20const&\29 +3397:SkM44::preTranslate\28float\2c\20float\2c\20float\29 +3398:SkLineClipper::ClipLine\28SkPoint\20const*\2c\20SkRect\20const&\2c\20SkPoint*\2c\20bool\29 +3399:SkLRUCache::~SkLRUCache\28\29 +3400:SkKnownRuntimeEffects::\28anonymous\20namespace\29::make_matrix_conv_shader\28SkKnownRuntimeEffects::\28anonymous\20namespace\29::MatrixConvolutionImpl\2c\20SkKnownRuntimeEffects::StableKey\29 +3401:SkJSONWriter::separator\28bool\29 +3402:SkInvert4x4Matrix\28float\20const*\2c\20float*\29 +3403:SkIntersections::intersectRay\28SkDQuad\20const&\2c\20SkDLine\20const&\29 +3404:SkIntersections::intersectRay\28SkDLine\20const&\2c\20SkDLine\20const&\29 +3405:SkIntersections::intersectRay\28SkDCubic\20const&\2c\20SkDLine\20const&\29 +3406:SkIntersections::intersectRay\28SkDConic\20const&\2c\20SkDLine\20const&\29 +3407:SkIntersections::cleanUpParallelLines\28bool\29 +3408:SkImage_Raster::onPeekBitmap\28\29\20const +3409:SkImage_Raster::SkImage_Raster\28SkImageInfo\20const&\2c\20sk_sp\2c\20unsigned\20long\2c\20unsigned\20int\29 +3410:SkImage_Ganesh::~SkImage_Ganesh\28\29 +3411:SkImageShader::Make\28sk_sp\2c\20SkTileMode\2c\20SkTileMode\2c\20SkSamplingOptions\20const&\2c\20SkMatrix\20const*\2c\20bool\29 +3412:SkImageInfo::Make\28SkISize\2c\20SkColorType\2c\20SkAlphaType\29 +3413:SkImageInfo::MakeN32Premul\28SkISize\29 +3414:SkImageGenerator::getPixels\28SkImageInfo\20const&\2c\20void*\2c\20unsigned\20long\29 +3415:SkImageGenerator::SkImageGenerator\28SkImageInfo\20const&\2c\20unsigned\20int\29 +3416:SkImageFilters::Blur\28float\2c\20float\2c\20SkTileMode\2c\20sk_sp\2c\20SkImageFilters::CropRect\20const&\29 +3417:SkImageFilter_Base::getInputBounds\28skif::Mapping\20const&\2c\20skif::DeviceSpace\20const&\2c\20std::__2::optional>\29\20const +3418:SkImageFilter_Base::filterImage\28skif::Context\20const&\29\20const +3419:SkImageFilter_Base::affectsTransparentBlack\28\29\20const +3420:SkImage::makeRasterImage\28GrDirectContext*\2c\20SkImage::CachingHint\29\20const +3421:SkImage::height\28\29\20const +3422:SkIcuBreakIteratorCache::makeBreakIterator\28SkUnicode::BreakType\2c\20char\20const*\29 +3423:SkIDChangeListener::List::add\28sk_sp\29 +3424:SkGradientShader::MakeTwoPointConical\28SkPoint\20const&\2c\20float\2c\20SkPoint\20const&\2c\20float\2c\20SkRGBA4f<\28SkAlphaType\293>\20const*\2c\20sk_sp\2c\20float\20const*\2c\20int\2c\20SkTileMode\2c\20SkGradientShader::Interpolation\20const&\2c\20SkMatrix\20const*\29 +3425:SkGradientShader::MakeLinear\28SkPoint\20const*\2c\20SkRGBA4f<\28SkAlphaType\293>\20const*\2c\20sk_sp\2c\20float\20const*\2c\20int\2c\20SkTileMode\2c\20SkGradientShader::Interpolation\20const&\2c\20SkMatrix\20const*\29 +3426:SkGradientBaseShader::AppendInterpolatedToDstStages\28SkRasterPipeline*\2c\20SkArenaAlloc*\2c\20bool\2c\20SkGradientShader::Interpolation\20const&\2c\20SkColorSpace\20const*\2c\20SkColorSpace\20const*\29 +3427:SkGlyph::setPath\28SkArenaAlloc*\2c\20SkScalerContext*\29 +3428:SkGlyph::pathIsHairline\28\29\20const +3429:SkGlyph::mask\28\29\20const +3430:SkFontPriv::ApproximateTransformedTextSize\28SkFont\20const&\2c\20SkMatrix\20const&\2c\20SkPoint\20const&\29 +3431:SkFontMgr::matchFamily\28char\20const*\29\20const +3432:SkFloatInterpFunc\28float\2c\20float\20const*\2c\20float\20const*\2c\20int\29 +3433:SkFindCubicMaxCurvature\28SkPoint\20const*\2c\20float*\29 +3434:SkExif::parse_ifd\28SkExif::Metadata&\2c\20sk_sp\2c\20std::__2::unique_ptr>\2c\20bool\2c\20bool\29 +3435:SkEncoder::encodeRows\28int\29 +3436:SkEncodedInfo::ICCProfile::Make\28sk_sp\29 +3437:SkEmptyFontMgr::onMatchFamilyStyleCharacter\28char\20const*\2c\20SkFontStyle\20const&\2c\20char\20const**\2c\20int\2c\20int\29\20const +3438:SkEdge::setLine\28SkPoint\20const&\2c\20SkPoint\20const&\2c\20SkIRect\20const*\29 +3439:SkDynamicMemoryWStream::padToAlign4\28\29 +3440:SkDrawable::SkDrawable\28\29 +3441:SkDevice::simplifyGlyphRunRSXFormAndRedraw\28SkCanvas*\2c\20sktext::GlyphRunList\20const&\2c\20SkPaint\20const&\29 +3442:SkDevice::setDeviceCoordinateSystem\28SkM44\20const&\2c\20SkM44\20const&\2c\20SkM44\20const&\2c\20int\2c\20int\29 +3443:SkDataTable::at\28int\2c\20unsigned\20long*\29\20const +3444:SkData::MakeFromStream\28SkStream*\2c\20unsigned\20long\29 +3445:SkDQuad::dxdyAtT\28double\29\20const +3446:SkDQuad::RootsReal\28double\2c\20double\2c\20double\2c\20double*\29 +3447:SkDQuad::FindExtrema\28double\20const*\2c\20double*\29 +3448:SkDCubic::subDivide\28double\2c\20double\29\20const +3449:SkDCubic::searchRoots\28double*\2c\20int\2c\20double\2c\20SkDCubic::SearchAxis\2c\20double*\29\20const +3450:SkDCubic::Coefficients\28double\20const*\2c\20double*\2c\20double*\2c\20double*\2c\20double*\29 +3451:SkDConic::dxdyAtT\28double\29\20const +3452:SkDConic::FindExtrema\28double\20const*\2c\20float\2c\20double*\29 +3453:SkContourMeasure_segTo\28SkPoint\20const*\2c\20unsigned\20int\2c\20float\2c\20float\2c\20SkPathBuilder*\29 +3454:SkContourMeasureIter::next\28\29 +3455:SkContourMeasureIter::Impl::compute_quad_segs\28SkPoint\20const*\2c\20float\2c\20int\2c\20int\2c\20unsigned\20int\2c\20int\29 +3456:SkContourMeasureIter::Impl::compute_cubic_segs\28SkPoint\20const*\2c\20float\2c\20int\2c\20int\2c\20unsigned\20int\2c\20int\29 +3457:SkContourMeasureIter::Impl::compute_conic_segs\28SkConic\20const&\2c\20float\2c\20int\2c\20SkPoint\20const&\2c\20int\2c\20SkPoint\20const&\2c\20unsigned\20int\2c\20int\29 +3458:SkContourMeasure::getPosTan\28float\2c\20SkPoint*\2c\20SkPoint*\29\20const +3459:SkConic::evalAt\28float\29\20const +3460:SkConic::BuildUnitArc\28SkPoint\20const&\2c\20SkPoint\20const&\2c\20SkPathDirection\2c\20SkMatrix\20const*\2c\20SkConic*\29 +3461:SkColorSpace::toXYZD50\28skcms_Matrix3x3*\29\20const +3462:SkColorSpace::serialize\28\29\20const +3463:SkColorSpace::gamutTransformTo\28SkColorSpace\20const*\2c\20skcms_Matrix3x3*\29\20const +3464:SkColorPalette::SkColorPalette\28unsigned\20int\20const*\2c\20int\29 +3465:SkColor4fPrepForDst\28SkRGBA4f<\28SkAlphaType\293>\2c\20GrColorInfo\20const&\29 +3466:SkCodec::startIncrementalDecode\28SkImageInfo\20const&\2c\20void*\2c\20unsigned\20long\2c\20SkCodec::Options\20const*\29 +3467:SkCodec::outputScanline\28int\29\20const +3468:SkChopMonoCubicAtY\28SkPoint\20const*\2c\20float\2c\20SkPoint*\29 +3469:SkChopCubicAt\28SkPoint\20const*\2c\20SkPoint*\2c\20float\2c\20float\29 +3470:SkCanvas::scale\28float\2c\20float\29 +3471:SkCanvas::private_draw_shadow_rec\28SkPath\20const&\2c\20SkDrawShadowRec\20const&\29 +3472:SkCanvas::onResetClip\28\29 +3473:SkCanvas::onClipShader\28sk_sp\2c\20SkClipOp\29 +3474:SkCanvas::onClipRegion\28SkRegion\20const&\2c\20SkClipOp\29 +3475:SkCanvas::onClipRect\28SkRect\20const&\2c\20SkClipOp\2c\20SkCanvas::ClipEdgeStyle\29 +3476:SkCanvas::onClipRRect\28SkRRect\20const&\2c\20SkClipOp\2c\20SkCanvas::ClipEdgeStyle\29 +3477:SkCanvas::onClipPath\28SkPath\20const&\2c\20SkClipOp\2c\20SkCanvas::ClipEdgeStyle\29 +3478:SkCanvas::internal_private_resetClip\28\29 +3479:SkCanvas::internalSaveLayer\28SkCanvas::SaveLayerRec\20const&\2c\20SkCanvas::SaveLayerStrategy\2c\20bool\29 +3480:SkCanvas::internalDrawDeviceWithFilter\28SkDevice*\2c\20SkDevice*\2c\20SkSpan>\2c\20SkPaint\20const&\2c\20SkCanvas::DeviceCompatibleWithFilter\2c\20SkColorInfo\20const&\2c\20float\2c\20SkTileMode\2c\20bool\29 +3481:SkCanvas::experimental_DrawEdgeAAImageSet\28SkCanvas::ImageSetEntry\20const*\2c\20int\2c\20SkPoint\20const*\2c\20SkMatrix\20const*\2c\20SkSamplingOptions\20const&\2c\20SkPaint\20const*\2c\20SkCanvas::SrcRectConstraint\29 +3482:SkCanvas::drawRRect\28SkRRect\20const&\2c\20SkPaint\20const&\29 +3483:SkCanvas::drawPoints\28SkCanvas::PointMode\2c\20SkSpan\2c\20SkPaint\20const&\29 +3484:SkCanvas::drawPatch\28SkPoint\20const*\2c\20unsigned\20int\20const*\2c\20SkPoint\20const*\2c\20SkBlendMode\2c\20SkPaint\20const&\29 +3485:SkCanvas::drawOval\28SkRect\20const&\2c\20SkPaint\20const&\29 +3486:SkCanvas::drawDRRect\28SkRRect\20const&\2c\20SkRRect\20const&\2c\20SkPaint\20const&\29 +3487:SkCanvas::drawArc\28SkRect\20const&\2c\20float\2c\20float\2c\20bool\2c\20SkPaint\20const&\29 +3488:SkCanvas::clipRRect\28SkRRect\20const&\2c\20SkClipOp\2c\20bool\29 +3489:SkCanvas::SkCanvas\28sk_sp\29 +3490:SkCanvas::SkCanvas\28SkIRect\20const&\29 +3491:SkCachedData::~SkCachedData\28\29 +3492:SkBmpRLECodec::setPixel\28void*\2c\20unsigned\20long\2c\20SkImageInfo\20const&\2c\20unsigned\20int\2c\20unsigned\20int\2c\20unsigned\20char\29 +3493:SkBmpCodec::prepareToDecode\28SkImageInfo\20const&\2c\20SkCodec::Options\20const&\29 +3494:SkBlitterClipper::apply\28SkBlitter*\2c\20SkRegion\20const*\2c\20SkIRect\20const*\29 +3495:SkBlitter::blitRegion\28SkRegion\20const&\29 +3496:SkBitmapDevice::Create\28SkImageInfo\20const&\2c\20SkSurfaceProps\20const&\2c\20SkRasterHandleAllocator*\29 +3497:SkBitmapCacheDesc::Make\28SkImage\20const*\29 +3498:SkBitmap::writePixels\28SkPixmap\20const&\2c\20int\2c\20int\29 +3499:SkBitmap::setPixels\28void*\29 +3500:SkBitmap::setPixelRef\28sk_sp\2c\20int\2c\20int\29 +3501:SkBitmap::readPixels\28SkImageInfo\20const&\2c\20void*\2c\20unsigned\20long\2c\20int\2c\20int\29\20const +3502:SkBitmap::pixelRefOrigin\28\29\20const +3503:SkBitmap::notifyPixelsChanged\28\29\20const +3504:SkBitmap::isImmutable\28\29\20const +3505:SkBitmap::installPixels\28SkPixmap\20const&\29 +3506:SkBitmap::allocPixels\28\29 +3507:SkBinaryWriteBuffer::writeScalarArray\28SkSpan\29 +3508:SkBaseShadowTessellator::~SkBaseShadowTessellator\28\29_5166 +3509:SkBaseShadowTessellator::handleQuad\28SkPoint\20const*\29 +3510:SkAutoDescriptor::SkAutoDescriptor\28SkAutoDescriptor&&\29 +3511:SkArenaAllocWithReset::SkArenaAllocWithReset\28char*\2c\20unsigned\20long\2c\20unsigned\20long\29 +3512:SkAnimatedImage::decodeNextFrame\28\29 +3513:SkAnimatedImage::Frame::copyTo\28SkAnimatedImage::Frame*\29\20const +3514:SkAnalyticQuadraticEdge::updateQuadratic\28\29 +3515:SkAnalyticCubicEdge::updateCubic\28\29 +3516:SkAlphaRuns::reset\28int\29 +3517:SkAAClip::setRect\28SkIRect\20const&\29 +3518:ReconstructRow +3519:R_17328 +3520:OpAsWinding::nextEdge\28Contour&\2c\20OpAsWinding::Edge\29 +3521:OT::sbix::sanitize\28hb_sanitize_context_t*\29\20const +3522:OT::post::accelerator_t::cmp_gids\28void\20const*\2c\20void\20const*\2c\20void*\29 +3523:OT::hb_ot_layout_lookup_accelerator_t*\20OT::hb_ot_layout_lookup_accelerator_t::create\28OT::Layout::GSUB_impl::SubstLookup\20const&\29 +3524:OT::gvar_GVAR\2c\201735811442u>::sanitize_shallow\28hb_sanitize_context_t*\29\20const +3525:OT::fvar::sanitize\28hb_sanitize_context_t*\29\20const +3526:OT::cmap_accelerator_t*\20hb_data_wrapper_t::call_create>\28\29\20const +3527:OT::cmap::sanitize\28hb_sanitize_context_t*\29\20const +3528:OT::cff2::accelerator_templ_t>::_fini\28\29 +3529:OT::avar::sanitize\28hb_sanitize_context_t*\29\20const +3530:OT::VarRegionList::evaluate\28unsigned\20int\2c\20int\20const*\2c\20unsigned\20int\2c\20float*\29\20const +3531:OT::STAT::sanitize\28hb_sanitize_context_t*\29\20const +3532:OT::Rule::apply\28OT::hb_ot_apply_context_t*\2c\20OT::ContextApplyLookupContext\20const&\29\20const +3533:OT::MVAR::sanitize\28hb_sanitize_context_t*\29\20const +3534:OT::Layout::GSUB_impl::SubstLookup::serialize_ligature\28hb_serialize_context_t*\2c\20unsigned\20int\2c\20hb_sorted_array_t\2c\20hb_array_t\2c\20hb_array_t\2c\20hb_array_t\2c\20hb_array_t\29 +3535:OT::Layout::GPOS_impl::MarkArray::apply\28OT::hb_ot_apply_context_t*\2c\20unsigned\20int\2c\20unsigned\20int\2c\20OT::Layout::GPOS_impl::AnchorMatrix\20const&\2c\20unsigned\20int\2c\20unsigned\20int\29\20const +3536:OT::GDEFVersion1_2::sanitize\28hb_sanitize_context_t*\29\20const +3537:OT::Device::get_y_delta\28hb_font_t*\2c\20OT::ItemVariationStore\20const&\2c\20float*\29\20const +3538:OT::Device::get_x_delta\28hb_font_t*\2c\20OT::ItemVariationStore\20const&\2c\20float*\29\20const +3539:OT::Condition::sanitize\28hb_sanitize_context_t*\29\20const +3540:OT::ClipList::get_extents\28unsigned\20int\2c\20hb_glyph_extents_t*\2c\20OT::ItemVarStoreInstancer\20const&\29\20const +3541:OT::ChainRule::apply\28OT::hb_ot_apply_context_t*\2c\20OT::ChainContextApplyLookupContext\20const&\29\20const +3542:OT::CPAL::sanitize\28hb_sanitize_context_t*\29\20const +3543:OT::COLR::sanitize\28hb_sanitize_context_t*\29\20const +3544:OT::COLR::paint_glyph\28hb_font_t*\2c\20unsigned\20int\2c\20hb_paint_funcs_t*\2c\20void*\2c\20unsigned\20int\2c\20unsigned\20int\2c\20bool\2c\20hb_colr_scratch_t&\29\20const +3545:OT::CBLC::sanitize\28hb_sanitize_context_t*\29\20const +3546:MakeRasterCopyPriv\28SkPixmap\20const&\2c\20unsigned\20int\29 +3547:LineQuadraticIntersections::pinTs\28double*\2c\20double*\2c\20SkDPoint*\2c\20LineQuadraticIntersections::PinTPoint\29 +3548:LineQuadraticIntersections::checkCoincident\28\29 +3549:LineQuadraticIntersections::addLineNearEndPoints\28\29 +3550:LineCubicIntersections::pinTs\28double*\2c\20double*\2c\20SkDPoint*\2c\20LineCubicIntersections::PinTPoint\29 +3551:LineCubicIntersections::checkCoincident\28\29 +3552:LineCubicIntersections::addLineNearEndPoints\28\29 +3553:LineConicIntersections::pinTs\28double*\2c\20double*\2c\20SkDPoint*\2c\20LineConicIntersections::PinTPoint\29 +3554:LineConicIntersections::checkCoincident\28\29 +3555:LineConicIntersections::addLineNearEndPoints\28\29 +3556:Ins_UNKNOWN +3557:GrXferProcessor::GrXferProcessor\28GrProcessor::ClassID\29 +3558:GrVertexChunkBuilder::~GrVertexChunkBuilder\28\29 +3559:GrTriangulator::tessellate\28GrTriangulator::VertexList\20const&\2c\20GrTriangulator::Comparator\20const&\29 +3560:GrTriangulator::splitEdge\28GrTriangulator::Edge*\2c\20GrTriangulator::Vertex*\2c\20GrTriangulator::EdgeList*\2c\20GrTriangulator::Vertex**\2c\20GrTriangulator::Comparator\20const&\29 +3561:GrTriangulator::pathToPolys\28float\2c\20SkRect\20const&\2c\20bool*\29 +3562:GrTriangulator::generateCubicPoints\28SkPoint\20const&\2c\20SkPoint\20const&\2c\20SkPoint\20const&\2c\20SkPoint\20const&\2c\20float\2c\20GrTriangulator::VertexList*\2c\20int\29\20const +3563:GrTriangulator::emitTriangle\28GrTriangulator::Vertex*\2c\20GrTriangulator::Vertex*\2c\20GrTriangulator::Vertex*\2c\20int\2c\20skgpu::VertexWriter\29\20const +3564:GrTriangulator::checkForIntersection\28GrTriangulator::Edge*\2c\20GrTriangulator::Edge*\2c\20GrTriangulator::EdgeList*\2c\20GrTriangulator::Vertex**\2c\20GrTriangulator::VertexList*\2c\20GrTriangulator::Comparator\20const&\29 +3565:GrTriangulator::applyFillType\28int\29\20const +3566:GrTriangulator::EdgeList::insert\28GrTriangulator::Edge*\2c\20GrTriangulator::Edge*\29 +3567:GrTriangulator::Edge::intersect\28GrTriangulator::Edge\20const&\2c\20SkPoint*\2c\20unsigned\20char*\29\20const +3568:GrTriangulator::Edge::insertBelow\28GrTriangulator::Vertex*\2c\20GrTriangulator::Comparator\20const&\29 +3569:GrTriangulator::Edge::insertAbove\28GrTriangulator::Vertex*\2c\20GrTriangulator::Comparator\20const&\29 +3570:GrToGLStencilFunc\28GrStencilTest\29 +3571:GrThreadSafeCache::~GrThreadSafeCache\28\29 +3572:GrThreadSafeCache::dropAllRefs\28\29 +3573:GrTextureRenderTargetProxy::callbackDesc\28\29\20const +3574:GrTextureProxy::clearUniqueKey\28\29 +3575:GrTexture::GrTexture\28GrGpu*\2c\20SkISize\20const&\2c\20skgpu::Protected\2c\20GrTextureType\2c\20GrMipmapStatus\2c\20std::__2::basic_string_view>\29 +3576:GrTexture::ComputeScratchKey\28GrCaps\20const&\2c\20GrBackendFormat\20const&\2c\20SkISize\2c\20skgpu::Renderable\2c\20int\2c\20skgpu::Mipmapped\2c\20skgpu::Protected\2c\20skgpu::ScratchKey*\29 +3577:GrSurfaceProxyView::asTextureProxyRef\28\29\20const +3578:GrSurfaceProxy::GrSurfaceProxy\28std::__2::function&&\2c\20GrBackendFormat\20const&\2c\20SkISize\2c\20SkBackingFit\2c\20skgpu::Budgeted\2c\20skgpu::Protected\2c\20GrInternalSurfaceFlags\2c\20GrSurfaceProxy::UseAllocator\2c\20std::__2::basic_string_view>\29 +3579:GrSurfaceProxy::GrSurfaceProxy\28sk_sp\2c\20SkBackingFit\2c\20GrSurfaceProxy::UseAllocator\29 +3580:GrSurface::setRelease\28sk_sp\29 +3581:GrStyledShape::styledBounds\28\29\20const +3582:GrStyledShape::asLine\28SkPoint*\2c\20bool*\29\20const +3583:GrStyledShape::addGenIDChangeListener\28sk_sp\29\20const +3584:GrSimpleMeshDrawOpHelper::fixedFunctionFlags\28\29\20const +3585:GrShape::setRRect\28SkRRect\20const&\29 +3586:GrShape::segmentMask\28\29\20const +3587:GrResourceProvider::assignUniqueKeyToResource\28skgpu::UniqueKey\20const&\2c\20GrGpuResource*\29 +3588:GrResourceCache::releaseAll\28\29 +3589:GrResourceCache::refAndMakeResourceMRU\28GrGpuResource*\29 +3590:GrResourceCache::getNextTimestamp\28\29 +3591:GrRenderTask::addDependency\28GrRenderTask*\29 +3592:GrRenderTargetProxy::canUseStencil\28GrCaps\20const&\29\20const +3593:GrRecordingContextPriv::addOnFlushCallbackObject\28GrOnFlushCallbackObject*\29 +3594:GrRecordingContext::~GrRecordingContext\28\29 +3595:GrRecordingContext::abandonContext\28\29 +3596:GrQuadUtils::TessellationHelper::Vertices::moveTo\28skvx::Vec<4\2c\20float>\20const&\2c\20skvx::Vec<4\2c\20float>\20const&\2c\20skvx::Vec<4\2c\20int>\20const&\29 +3597:GrQuadUtils::TessellationHelper::EdgeEquations::reset\28GrQuadUtils::TessellationHelper::EdgeVectors\20const&\29 +3598:GrQuadUtils::ResolveAAType\28GrAAType\2c\20GrQuadAAFlags\2c\20GrQuad\20const&\2c\20GrAAType*\2c\20GrQuadAAFlags*\29 +3599:GrQuadBuffer<\28anonymous\20namespace\29::FillRectOpImpl::ColorAndAA>::append\28GrQuad\20const&\2c\20\28anonymous\20namespace\29::FillRectOpImpl::ColorAndAA&&\2c\20GrQuad\20const*\29 +3600:GrPixmap::GrPixmap\28GrImageInfo\2c\20void*\2c\20unsigned\20long\29 +3601:GrPipeline::GrPipeline\28GrPipeline::InitArgs\20const&\2c\20GrProcessorSet&&\2c\20GrAppliedClip&&\29 +3602:GrPersistentCacheUtils::UnpackCachedShaders\28SkReadBuffer*\2c\20SkSL::NativeShader*\2c\20bool\2c\20SkSL::ProgramInterface*\2c\20int\2c\20GrPersistentCacheUtils::ShaderMetadata*\29 +3603:GrPathUtils::convertCubicToQuads\28SkPoint\20const*\2c\20float\2c\20skia_private::TArray*\29 +3604:GrPathTessellationShader::Make\28GrShaderCaps\20const&\2c\20SkArenaAlloc*\2c\20SkMatrix\20const&\2c\20SkRGBA4f<\28SkAlphaType\292>\20const&\2c\20skgpu::tess::PatchAttribs\29 +3605:GrOp::chainConcat\28std::__2::unique_ptr>\29 +3606:GrMeshDrawOp::PatternHelper::PatternHelper\28GrMeshDrawTarget*\2c\20GrPrimitiveType\2c\20unsigned\20long\2c\20sk_sp\2c\20int\2c\20int\2c\20int\2c\20int\29 +3607:GrMemoryPool::Make\28unsigned\20long\2c\20unsigned\20long\29 +3608:GrMakeKeyFromImageID\28skgpu::UniqueKey*\2c\20unsigned\20int\2c\20SkIRect\20const&\29 +3609:GrImageInfo::GrImageInfo\28GrColorInfo\20const&\2c\20SkISize\20const&\29 +3610:GrGpuResource::removeScratchKey\28\29 +3611:GrGpuResource::registerWithCacheWrapped\28GrWrapCacheable\29 +3612:GrGpuResource::dumpMemoryStatisticsPriv\28SkTraceMemoryDump*\2c\20SkString\20const&\2c\20char\20const*\2c\20unsigned\20long\29\20const +3613:GrGpuBuffer::onGpuMemorySize\28\29\20const +3614:GrGpu::resolveRenderTarget\28GrRenderTarget*\2c\20SkIRect\20const&\29 +3615:GrGpu::executeFlushInfo\28SkSpan\2c\20SkSurfaces::BackendSurfaceAccess\2c\20GrFlushInfo\20const&\2c\20std::__2::optional\2c\20skgpu::MutableTextureState\20const*\29 +3616:GrGeometryProcessor::TextureSampler::TextureSampler\28GrSamplerState\2c\20GrBackendFormat\20const&\2c\20skgpu::Swizzle\20const&\29 +3617:GrGeometryProcessor::ProgramImpl::ComputeMatrixKeys\28GrShaderCaps\20const&\2c\20SkMatrix\20const&\2c\20SkMatrix\20const&\29 +3618:GrGLUniformHandler::getUniformVariable\28GrResourceHandle\29\20const +3619:GrGLTextureRenderTarget::~GrGLTextureRenderTarget\28\29_12500 +3620:GrGLSemaphore::GrGLSemaphore\28GrGLGpu*\2c\20bool\29 +3621:GrGLSLVaryingHandler::~GrGLSLVaryingHandler\28\29 +3622:GrGLSLShaderBuilder::emitFunction\28SkSLType\2c\20char\20const*\2c\20SkSpan\2c\20char\20const*\29 +3623:GrGLSLProgramDataManager::setSkMatrix\28GrResourceHandle\2c\20SkMatrix\20const&\29\20const +3624:GrGLSLProgramBuilder::writeFPFunction\28GrFragmentProcessor\20const&\2c\20GrFragmentProcessor::ProgramImpl&\29 +3625:GrGLSLProgramBuilder::invokeFP\28GrFragmentProcessor\20const&\2c\20GrFragmentProcessor::ProgramImpl\20const&\2c\20char\20const*\2c\20char\20const*\2c\20char\20const*\29\20const +3626:GrGLSLProgramBuilder::addRTFlipUniform\28char\20const*\29 +3627:GrGLSLFragmentShaderBuilder::dstColor\28\29 +3628:GrGLSLBlend::BlendKey\28SkBlendMode\29 +3629:GrGLProgramBuilder::~GrGLProgramBuilder\28\29 +3630:GrGLProgramBuilder::computeCountsAndStrides\28unsigned\20int\2c\20GrGeometryProcessor\20const&\2c\20bool\29 +3631:GrGLGpu::flushScissor\28GrScissorState\20const&\2c\20int\2c\20GrSurfaceOrigin\29 +3632:GrGLGpu::flushClearColor\28std::__2::array\29 +3633:GrGLGpu::createTexture\28SkISize\2c\20GrGLFormat\2c\20unsigned\20int\2c\20skgpu::Renderable\2c\20GrGLTextureParameters::SamplerOverriddenState*\2c\20int\2c\20skgpu::Protected\2c\20std::__2::basic_string_view>\29 +3634:GrGLGpu::copySurfaceAsDraw\28GrSurface*\2c\20bool\2c\20GrSurface*\2c\20SkIRect\20const&\2c\20SkIRect\20const&\2c\20SkFilterMode\29 +3635:GrGLGpu::HWVertexArrayState::bindInternalVertexArray\28GrGLGpu*\2c\20GrBuffer\20const*\29 +3636:GrGLFunction::GrGLFunction\28void\20\28*\29\28unsigned\20int\2c\20int\2c\20int\2c\20int\2c\20int\2c\20int\2c\20int\2c\20int\29\29::'lambda'\28void\20const*\2c\20unsigned\20int\2c\20int\2c\20int\2c\20int\2c\20int\2c\20int\2c\20int\2c\20int\29::__invoke\28void\20const*\2c\20unsigned\20int\2c\20int\2c\20int\2c\20int\2c\20int\2c\20int\2c\20int\2c\20int\29 +3637:GrGLBuffer::Make\28GrGLGpu*\2c\20unsigned\20long\2c\20GrGpuBufferType\2c\20GrAccessPattern\29 +3638:GrGLAttribArrayState::enableVertexArrays\28GrGLGpu\20const*\2c\20int\2c\20GrPrimitiveRestart\29 +3639:GrFragmentProcessors::make_effect_fp\28sk_sp\2c\20char\20const*\2c\20sk_sp\2c\20std::__2::unique_ptr>\2c\20std::__2::unique_ptr>\2c\20SkSpan\2c\20GrFPArgs\20const&\29 +3640:GrFragmentProcessors::Make\28SkShader\20const*\2c\20GrFPArgs\20const&\2c\20SkMatrix\20const&\29 +3641:GrFragmentProcessors::MakeChildFP\28SkRuntimeEffect::ChildPtr\20const&\2c\20GrFPArgs\20const&\29 +3642:GrFragmentProcessors::IsSupported\28SkMaskFilter\20const*\29 +3643:GrFragmentProcessor::makeProgramImpl\28\29\20const +3644:GrFragmentProcessor::addToKey\28GrShaderCaps\20const&\2c\20skgpu::KeyBuilder*\29\20const +3645:GrFragmentProcessor::SwizzleOutput\28std::__2::unique_ptr>\2c\20skgpu::Swizzle\20const&\29 +3646:GrFragmentProcessor::MulInputByChildAlpha\28std::__2::unique_ptr>\29 +3647:GrFragmentProcessor::HighPrecision\28std::__2::unique_ptr>\29::HighPrecisionFragmentProcessor::constantOutputForConstantInput\28SkRGBA4f<\28SkAlphaType\292>\20const&\29\20const +3648:GrFragmentProcessor::DeviceSpace\28std::__2::unique_ptr>\29 +3649:GrFragmentProcessor::Compose\28std::__2::unique_ptr>\2c\20std::__2::unique_ptr>\29 +3650:GrDynamicAtlas::makeNode\28GrDynamicAtlas::Node*\2c\20int\2c\20int\2c\20int\2c\20int\29 +3651:GrDynamicAtlas::instantiate\28GrOnFlushResourceProvider*\2c\20sk_sp\29 +3652:GrDrawingManager::setLastRenderTask\28GrSurfaceProxy\20const*\2c\20GrRenderTask*\29 +3653:GrDrawingManager::flushSurfaces\28SkSpan\2c\20SkSurfaces::BackendSurfaceAccess\2c\20GrFlushInfo\20const&\2c\20skgpu::MutableTextureState\20const*\29 +3654:GrDrawOpAtlas::updatePlot\28GrDeferredUploadTarget*\2c\20skgpu::AtlasLocator*\2c\20skgpu::Plot*\29 +3655:GrDirectContext::resetContext\28unsigned\20int\29 +3656:GrDirectContext::getResourceCacheLimit\28\29\20const +3657:GrDefaultGeoProcFactory::MakeForDeviceSpace\28SkArenaAlloc*\2c\20GrDefaultGeoProcFactory::Color\20const&\2c\20GrDefaultGeoProcFactory::Coverage\20const&\2c\20GrDefaultGeoProcFactory::LocalCoords\20const&\2c\20SkMatrix\20const&\29 +3658:GrColorSpaceXformEffect::Make\28std::__2::unique_ptr>\2c\20sk_sp\29 +3659:GrColorSpaceXform::apply\28SkRGBA4f<\28SkAlphaType\293>\20const&\29 +3660:GrColorSpaceXform::Equals\28GrColorSpaceXform\20const*\2c\20GrColorSpaceXform\20const*\29 +3661:GrBufferAllocPool::unmap\28\29 +3662:GrBlurUtils::can_filter_mask\28SkMaskFilterBase\20const*\2c\20GrStyledShape\20const&\2c\20SkIRect\20const&\2c\20SkIRect\20const&\2c\20SkMatrix\20const&\2c\20SkIRect*\29 +3663:GrBlurUtils::GaussianBlur\28GrRecordingContext*\2c\20GrSurfaceProxyView\2c\20GrColorType\2c\20SkAlphaType\2c\20sk_sp\2c\20SkIRect\2c\20SkIRect\2c\20float\2c\20float\2c\20SkTileMode\2c\20SkBackingFit\29 +3664:GrBicubicEffect::MakeSubset\28GrSurfaceProxyView\2c\20SkAlphaType\2c\20SkMatrix\20const&\2c\20GrSamplerState::WrapMode\2c\20GrSamplerState::WrapMode\2c\20SkRect\20const&\2c\20SkCubicResampler\2c\20GrBicubicEffect::Direction\2c\20GrCaps\20const&\29 +3665:GrBackendTextures::MakeGL\28int\2c\20int\2c\20skgpu::Mipmapped\2c\20GrGLTextureInfo\20const&\2c\20sk_sp\2c\20std::__2::basic_string_view>\29 +3666:GrBackendFormatStencilBits\28GrBackendFormat\20const&\29 +3667:GrBackendFormat::asMockCompressionType\28\29\20const +3668:GrAATriangulator::~GrAATriangulator\28\29 +3669:GrAAConvexTessellator::fanRing\28GrAAConvexTessellator::Ring\20const&\29 +3670:GrAAConvexTessellator::computePtAlongBisector\28int\2c\20SkPoint\20const&\2c\20int\2c\20float\2c\20SkPoint*\29\20const +3671:GetVariationDesignPosition\28FT_FaceRec_*\2c\20SkSpan\29 +3672:GetAxes\28FT_FaceRec_*\2c\20skia_private::STArray<4\2c\20SkFontParameters::Variation::Axis\2c\20true>*\29 +3673:FT_Stream_ReadAt +3674:FT_Set_Char_Size +3675:FT_Request_Metrics +3676:FT_New_Library +3677:FT_Hypot +3678:FT_Get_Var_Design_Coordinates +3679:FT_Get_Paint +3680:FT_Get_MM_Var +3681:FT_Get_Advance +3682:FT_Add_Default_Modules +3683:DecodeImageData +3684:Cr_z_inflate_table +3685:Cr_z_inflateReset +3686:Cr_z_deflateEnd +3687:Cr_z_copy_with_crc +3688:Compute_Point_Displacement +3689:BuildHuffmanTable +3690:BrotliWarmupBitReader +3691:BrotliDecoderHuffmanTreeGroupInit +3692:AAT::trak::sanitize\28hb_sanitize_context_t*\29\20const +3693:AAT::morx_accelerator_t*\20hb_data_wrapper_t::call_create>\28\29\20const +3694:AAT::mortmorx::accelerator_t::~accelerator_t\28\29 +3695:AAT::mort_accelerator_t*\20hb_data_wrapper_t::call_create>\28\29\20const +3696:AAT::ltag::sanitize\28hb_sanitize_context_t*\29\20const +3697:AAT::feat::sanitize\28hb_sanitize_context_t*\29\20const +3698:AAT::ankr::sanitize\28hb_sanitize_context_t*\29\20const +3699:AAT::KerxTable::sanitize\28hb_sanitize_context_t*\29\20const +3700:AAT::KerxTable::sanitize\28hb_sanitize_context_t*\29\20const +3701:AAT::KerxTable::sanitize\28hb_sanitize_context_t*\29\20const +3702:AAT::KerxTable::accelerator_t::~accelerator_t\28\29 3703:3465 3704:3466 3705:3467 @@ -3725,2349 +3725,2349 @@ 3724:3486 3725:3487 3726:3488 -3727:zeroinfnan -3728:xyz_almost_equal\28skcms_Matrix3x3\20const&\2c\20skcms_Matrix3x3\20const&\29 -3729:wuffs_lzw__decoder__transform_io -3730:wuffs_gif__decoder__set_quirk_enabled -3731:wuffs_gif__decoder__restart_frame -3732:wuffs_gif__decoder__num_animation_loops -3733:wuffs_gif__decoder__frame_dirty_rect -3734:wuffs_gif__decoder__decode_up_to_id_part1 -3735:wuffs_gif__decoder__decode_frame -3736:write_vertex_position\28GrGLSLVertexBuilder*\2c\20GrGLSLUniformHandler*\2c\20GrShaderCaps\20const&\2c\20GrShaderVar\20const&\2c\20SkMatrix\20const&\2c\20char\20const*\2c\20GrShaderVar*\2c\20GrResourceHandle*\29 -3737:write_passthrough_vertex_position\28GrGLSLVertexBuilder*\2c\20GrShaderVar\20const&\2c\20GrShaderVar*\29 -3738:write_buf -3739:wctomb -3740:wchar_t*\20std::__2::copy\5babi:nn180100\5d\2c\20wchar_t*>\28std::__2::__wrap_iter\2c\20std::__2::__wrap_iter\2c\20wchar_t*\29 -3741:wchar_t*\20std::__2::__constexpr_memmove\5babi:nn180100\5d\28wchar_t*\2c\20wchar_t\20const*\2c\20std::__2::__element_count\29 -3742:walk_simple_edges\28SkEdge*\2c\20SkBlitter*\2c\20int\2c\20int\29 -3743:vsscanf -3744:void\20std::__2::vector>::__assign_with_size\5babi:ne180100\5d\28skia::textlayout::FontFeature*\2c\20skia::textlayout::FontFeature*\2c\20long\29 -3745:void\20std::__2::vector>::__assign_with_size\5babi:ne180100\5d\28SkString*\2c\20SkString*\2c\20long\29 -3746:void\20std::__2::vector>::__assign_with_size\5babi:ne180100\5d\28SkFontArguments::VariationPosition::Coordinate*\2c\20SkFontArguments::VariationPosition::Coordinate*\2c\20long\29 -3747:void\20std::__2::basic_string\2c\20std::__2::allocator>::__init\28wchar_t\20const*\2c\20wchar_t\20const*\29 -3748:void\20std::__2::basic_string\2c\20std::__2::allocator>::__init\28char*\2c\20char*\29 -3749:void\20std::__2::__tree_balance_after_insert\5babi:ne180100\5d*>\28std::__2::__tree_node_base*\2c\20std::__2::__tree_node_base*\29 -3750:void\20std::__2::__stable_sort_move\20const&\2c\20unsigned\20int\2c\20FT_COLR_Paint_\20const&\2c\20SkPaint*\29::$_0::operator\28\29\28FT_ColorStopIterator_\20const&\2c\20std::__2::vector>&\2c\20std::__2::vector\2c\20std::__2::allocator>>&\29\20const::'lambda'\28\28anonymous\20namespace\29::colrv1_configure_skpaint\28FT_FaceRec_*\2c\20SkSpan\20const&\2c\20unsigned\20int\2c\20FT_COLR_Paint_\20const&\2c\20SkPaint*\29::$_0::operator\28\29\28FT_ColorStopIterator_\20const&\2c\20std::__2::vector>&\2c\20std::__2::vector\2c\20std::__2::allocator>>&\29\20const::ColorStop\20const&\2c\20\28anonymous\20namespace\29::colrv1_configure_skpaint\28FT_FaceRec_*\2c\20SkSpan\20const&\2c\20unsigned\20int\2c\20FT_COLR_Paint_\20const&\2c\20SkPaint*\29::$_0::operator\28\29\28FT_ColorStopIterator_\20const&\2c\20std::__2::vector>&\2c\20std::__2::vector\2c\20std::__2::allocator>>&\29\20const::ColorStop\20const&\29&\2c\20std::__2::__wrap_iter<\28anonymous\20namespace\29::colrv1_configure_skpaint\28FT_FaceRec_*\2c\20SkSpan\20const&\2c\20unsigned\20int\2c\20FT_COLR_Paint_\20const&\2c\20SkPaint*\29::$_0::operator\28\29\28FT_ColorStopIterator_\20const&\2c\20std::__2::vector>&\2c\20std::__2::vector\2c\20std::__2::allocator>>&\29\20const::ColorStop*>>\28std::__2::__wrap_iter<\28anonymous\20namespace\29::colrv1_configure_skpaint\28FT_FaceRec_*\2c\20SkSpan\20const&\2c\20unsigned\20int\2c\20FT_COLR_Paint_\20const&\2c\20SkPaint*\29::$_0::operator\28\29\28FT_ColorStopIterator_\20const&\2c\20std::__2::vector>&\2c\20std::__2::vector\2c\20std::__2::allocator>>&\29\20const::ColorStop*>\2c\20std::__2::__wrap_iter<\28anonymous\20namespace\29::colrv1_configure_skpaint\28FT_FaceRec_*\2c\20SkSpan\20const&\2c\20unsigned\20int\2c\20FT_COLR_Paint_\20const&\2c\20SkPaint*\29::$_0::operator\28\29\28FT_ColorStopIterator_\20const&\2c\20std::__2::vector>&\2c\20std::__2::vector\2c\20std::__2::allocator>>&\29\20const::ColorStop*>\2c\20\28anonymous\20namespace\29::colrv1_configure_skpaint\28FT_FaceRec_*\2c\20SkSpan\20const&\2c\20unsigned\20int\2c\20FT_COLR_Paint_\20const&\2c\20SkPaint*\29::$_0::operator\28\29\28FT_ColorStopIterator_\20const&\2c\20std::__2::vector>&\2c\20std::__2::vector\2c\20std::__2::allocator>>&\29\20const::'lambda'\28\28anonymous\20namespace\29::colrv1_configure_skpaint\28FT_FaceRec_*\2c\20SkSpan\20const&\2c\20unsigned\20int\2c\20FT_COLR_Paint_\20const&\2c\20SkPaint*\29::$_0::operator\28\29\28FT_ColorStopIterator_\20const&\2c\20std::__2::vector>&\2c\20std::__2::vector\2c\20std::__2::allocator>>&\29\20const::ColorStop\20const&\2c\20\28anonymous\20namespace\29::colrv1_configure_skpaint\28FT_FaceRec_*\2c\20SkSpan\20const&\2c\20unsigned\20int\2c\20FT_COLR_Paint_\20const&\2c\20SkPaint*\29::$_0::operator\28\29\28FT_ColorStopIterator_\20const&\2c\20std::__2::vector>&\2c\20std::__2::vector\2c\20std::__2::allocator>>&\29\20const::ColorStop\20const&\29&\2c\20std::__2::iterator_traits\20const&\2c\20unsigned\20int\2c\20FT_COLR_Paint_\20const&\2c\20SkPaint*\29::$_0::operator\28\29\28FT_ColorStopIterator_\20const&\2c\20std::__2::vector>&\2c\20std::__2::vector\2c\20std::__2::allocator>>&\29\20const::ColorStop*>>::difference_type\2c\20std::__2::iterator_traits\20const&\2c\20unsigned\20int\2c\20FT_COLR_Paint_\20const&\2c\20SkPaint*\29::$_0::operator\28\29\28FT_ColorStopIterator_\20const&\2c\20std::__2::vector>&\2c\20std::__2::vector\2c\20std::__2::allocator>>&\29\20const::ColorStop*>>::value_type*\29 -3751:void\20std::__2::__sort5_maybe_branchless\5babi:ne180100\5d\28skia::textlayout::OneLineShaper::RunBlock*\2c\20skia::textlayout::OneLineShaper::RunBlock*\2c\20skia::textlayout::OneLineShaper::RunBlock*\2c\20skia::textlayout::OneLineShaper::RunBlock*\2c\20skia::textlayout::OneLineShaper::RunBlock*\2c\20skia::textlayout::OneLineShaper::finish\28skia::textlayout::Block\20const&\2c\20float\2c\20float&\29::$_0&\29 -3752:void\20std::__2::__sort5_maybe_branchless\5babi:ne180100\5d\28\28anonymous\20namespace\29::Entry*\2c\20\28anonymous\20namespace\29::Entry*\2c\20\28anonymous\20namespace\29::Entry*\2c\20\28anonymous\20namespace\29::Entry*\2c\20\28anonymous\20namespace\29::Entry*\2c\20\28anonymous\20namespace\29::EntryComparator&\29 -3753:void\20std::__2::__sort5_maybe_branchless\5babi:ne180100\5d\28SkSL::ProgramElement\20const**\2c\20SkSL::ProgramElement\20const**\2c\20SkSL::ProgramElement\20const**\2c\20SkSL::ProgramElement\20const**\2c\20SkSL::ProgramElement\20const**\2c\20SkSL::Transform::\28anonymous\20namespace\29::BuiltinVariableScanner::sortNewElements\28\29::'lambda'\28SkSL::ProgramElement\20const*\2c\20SkSL::ProgramElement\20const*\29&\29 -3754:void\20std::__2::__sort5_maybe_branchless\5babi:ne180100\5d\28SkSL::FunctionDefinition\20const**\2c\20SkSL::FunctionDefinition\20const**\2c\20SkSL::FunctionDefinition\20const**\2c\20SkSL::FunctionDefinition\20const**\2c\20SkSL::FunctionDefinition\20const**\2c\20SkSL::Transform::FindAndDeclareBuiltinFunctions\28SkSL::Program&\29::$_0&\29 -3755:void\20std::__2::__sift_up\5babi:ne180100\5d*>>\28std::__2::__wrap_iter*>\2c\20std::__2::__wrap_iter*>\2c\20GrGeometryProcessor::ProgramImpl::emitTransformCode\28GrGLSLVertexBuilder*\2c\20GrGLSLUniformHandler*\29::$_0&\2c\20std::__2::iterator_traits*>>::difference_type\29 -3756:void\20std::__2::__optional_storage_base::__assign_from\5babi:ne180100\5d\20const&>\28std::__2::__optional_copy_assign_base\20const&\29 -3757:void\20std::__2::__introsort\28skia::textlayout::OneLineShaper::RunBlock*\2c\20skia::textlayout::OneLineShaper::RunBlock*\2c\20skia::textlayout::OneLineShaper::finish\28skia::textlayout::Block\20const&\2c\20float\2c\20float&\29::$_0&\2c\20std::__2::iterator_traits::difference_type\2c\20bool\29 -3758:void\20std::__2::__introsort\28\28anonymous\20namespace\29::Entry*\2c\20\28anonymous\20namespace\29::Entry*\2c\20\28anonymous\20namespace\29::EntryComparator&\2c\20std::__2::iterator_traits<\28anonymous\20namespace\29::Entry*>::difference_type\2c\20bool\29 -3759:void\20std::__2::__introsort\28SkSL::ProgramElement\20const**\2c\20SkSL::ProgramElement\20const**\2c\20SkSL::Transform::\28anonymous\20namespace\29::BuiltinVariableScanner::sortNewElements\28\29::'lambda'\28SkSL::ProgramElement\20const*\2c\20SkSL::ProgramElement\20const*\29&\2c\20std::__2::iterator_traits::difference_type\2c\20bool\29 -3760:void\20std::__2::__introsort\28SkSL::FunctionDefinition\20const**\2c\20SkSL::FunctionDefinition\20const**\2c\20SkSL::Transform::FindAndDeclareBuiltinFunctions\28SkSL::Program&\29::$_0&\2c\20std::__2::iterator_traits::difference_type\2c\20bool\29 -3761:void\20std::__2::__double_or_nothing\5babi:nn180100\5d\28std::__2::unique_ptr&\2c\20char*&\2c\20char*&\29 -3762:void\20sorted_merge<&sweep_lt_vert\28SkPoint\20const&\2c\20SkPoint\20const&\29>\28GrTriangulator::VertexList*\2c\20GrTriangulator::VertexList*\2c\20GrTriangulator::VertexList*\29 -3763:void\20sorted_merge<&sweep_lt_horiz\28SkPoint\20const&\2c\20SkPoint\20const&\29>\28GrTriangulator::VertexList*\2c\20GrTriangulator::VertexList*\2c\20GrTriangulator::VertexList*\29 -3764:void\20sort_r_simple<>\28void*\2c\20unsigned\20long\2c\20unsigned\20long\2c\20int\20\28*\29\28void\20const*\2c\20void\20const*\29\29_15806 -3765:void\20skgpu::ganesh::SurfaceFillContext::clear<\28SkAlphaType\292>\28SkRGBA4f<\28SkAlphaType\292>\20const&\29 -3766:void\20hair_path<\28SkPaint::Cap\292>\28SkPath\20const&\2c\20SkRasterClip\20const&\2c\20SkBlitter*\2c\20void\20\28*\29\28SkPoint\20const*\2c\20int\2c\20SkRegion\20const*\2c\20SkBlitter*\29\29 -3767:void\20hair_path<\28SkPaint::Cap\291>\28SkPath\20const&\2c\20SkRasterClip\20const&\2c\20SkBlitter*\2c\20void\20\28*\29\28SkPoint\20const*\2c\20int\2c\20SkRegion\20const*\2c\20SkBlitter*\29\29 -3768:void\20hair_path<\28SkPaint::Cap\290>\28SkPath\20const&\2c\20SkRasterClip\20const&\2c\20SkBlitter*\2c\20void\20\28*\29\28SkPoint\20const*\2c\20int\2c\20SkRegion\20const*\2c\20SkBlitter*\29\29 -3769:void\20emscripten::internal::raw_destructor>\28sk_sp*\29 -3770:void\20emscripten::internal::MemberAccess>::setWire\28sk_sp\20SkRuntimeEffect::TracedShader::*\20const&\2c\20SkRuntimeEffect::TracedShader&\2c\20sk_sp*\29 -3771:void\20emscripten::internal::MemberAccess::setWire\28SimpleFontStyle\20SimpleStrutStyle::*\20const&\2c\20SimpleStrutStyle&\2c\20SimpleFontStyle*\29 -3772:void\20\28anonymous\20namespace\29::copyFT2LCD16\28FT_Bitmap_\20const&\2c\20SkMaskBuilder*\2c\20int\2c\20unsigned\20char\20const*\2c\20unsigned\20char\20const*\2c\20unsigned\20char\20const*\29 -3773:void\20\28anonymous\20namespace\29::Pass::blur\28int\2c\20int\2c\20int\2c\20unsigned\20int\20const*\2c\20int\2c\20unsigned\20int*\2c\20int\29 -3774:void\20\28anonymous\20namespace\29::Pass::blur\28int\2c\20int\2c\20int\2c\20unsigned\20char\20const*\2c\20int\2c\20unsigned\20char*\2c\20int\29 -3775:void\20SkTIntroSort\28int\2c\20int*\2c\20int\2c\20DistanceLessThan\20const&\29 -3776:void\20SkTIntroSort\28float*\2c\20float*\29::'lambda'\28float\20const&\2c\20float\20const&\29>\28int\2c\20float*\2c\20int\2c\20void\20SkTQSort\28float*\2c\20float*\29::'lambda'\28float\20const&\2c\20float\20const&\29\20const&\29 -3777:void\20SkTIntroSort\28int\2c\20SkString*\2c\20int\2c\20bool\20\20const\28&\29\28SkString\20const&\2c\20SkString\20const&\29\29 -3778:void\20SkTIntroSort\28int\2c\20SkOpRayHit**\2c\20int\2c\20bool\20\20const\28&\29\28SkOpRayHit\20const*\2c\20SkOpRayHit\20const*\29\29 -3779:void\20SkTIntroSort\28SkOpContour**\2c\20SkOpContour**\29::'lambda'\28SkOpContour\20const*\2c\20SkOpContour\20const*\29>\28int\2c\20SkOpContour*\2c\20int\2c\20void\20SkTQSort\28SkOpContour**\2c\20SkOpContour**\29::'lambda'\28SkOpContour\20const*\2c\20SkOpContour\20const*\29\20const&\29 -3780:void\20SkTIntroSort>\2c\20SkCodec::Result*\29::Entry\2c\20SkIcoCodec::MakeFromStream\28std::__2::unique_ptr>\2c\20SkCodec::Result*\29::EntryLessThan>\28int\2c\20SkIcoCodec::MakeFromStream\28std::__2::unique_ptr>\2c\20SkCodec::Result*\29::Entry*\2c\20int\2c\20SkIcoCodec::MakeFromStream\28std::__2::unique_ptr>\2c\20SkCodec::Result*\29::EntryLessThan\20const&\29 -3781:void\20SkTIntroSort\28SkClosestRecord\20const**\2c\20SkClosestRecord\20const**\29::'lambda'\28SkClosestRecord\20const*\2c\20SkClosestRecord\20const*\29>\28int\2c\20SkClosestRecord\20const*\2c\20int\2c\20void\20SkTQSort\28SkClosestRecord\20const**\2c\20SkClosestRecord\20const**\29::'lambda'\28SkClosestRecord\20const*\2c\20SkClosestRecord\20const*\29\20const&\29 -3782:void\20SkTIntroSort\28int\2c\20SkAnalyticEdge**\2c\20int\2c\20bool\20\20const\28&\29\28SkAnalyticEdge\20const*\2c\20SkAnalyticEdge\20const*\29\29 -3783:void\20SkTIntroSort\28int\2c\20GrGpuResource**\2c\20int\2c\20bool\20\20const\28&\29\28GrGpuResource*\20const&\2c\20GrGpuResource*\20const&\29\29 -3784:void\20SkTIntroSort\28int\2c\20GrGpuResource**\2c\20int\2c\20bool\20\28*\20const&\29\28GrGpuResource*\20const&\2c\20GrGpuResource*\20const&\29\29 -3785:void\20SkTIntroSort\28int\2c\20Edge*\2c\20int\2c\20EdgeLT\20const&\29 -3786:void\20AAT::LookupFormat2>::collect_glyphs\28hb_bit_set_t&\29\20const -3787:void*\20OT::hb_accelerate_subtables_context_t::cache_func_to>\28void*\2c\20OT::hb_ot_lookup_cache_op_t\29 -3788:void*\20OT::hb_accelerate_subtables_context_t::cache_func_to>\28void*\2c\20OT::hb_ot_lookup_cache_op_t\29 -3789:virtual\20thunk\20to\20GrGLTexture::onSetLabel\28\29 -3790:virtual\20thunk\20to\20GrGLTexture::backendFormat\28\29\20const -3791:vfiprintf -3792:validate_texel_levels\28SkISize\2c\20GrColorType\2c\20GrMipLevel\20const*\2c\20int\2c\20GrCaps\20const*\29 -3793:utf8TextClose\28UText*\29 -3794:utf8TextAccess\28UText*\2c\20long\20long\2c\20signed\20char\29 -3795:utext_openConstUnicodeString_74 -3796:utext_moveIndex32_74 -3797:utext_getPreviousNativeIndex_74 -3798:utext_extract_74 -3799:ustrcase_mapWithOverlap_74 -3800:ures_resetIterator_74 -3801:ures_initStackObject_74 -3802:ures_getInt_74 -3803:ures_getIntVector_74 -3804:ures_copyResb_74 -3805:uprv_stricmp_74 -3806:uprv_getMaxValues_74 -3807:uprv_compareInvAscii_74 -3808:upropsvec_addPropertyStarts_74 -3809:uprops_getSource_74 -3810:uprops_addPropertyStarts_74 -3811:unsigned\20short\20std::__2::__num_get_unsigned_integral\5babi:nn180100\5d\28char\20const*\2c\20char\20const*\2c\20unsigned\20int&\2c\20int\29 -3812:unsigned\20long\20long\20std::__2::__num_get_unsigned_integral\5babi:nn180100\5d\28char\20const*\2c\20char\20const*\2c\20unsigned\20int&\2c\20int\29 -3813:unsigned\20long\20const&\20std::__2::min\5babi:nn180100\5d\28unsigned\20long\20const&\2c\20unsigned\20long\20const&\29 -3814:unsigned\20int\20std::__2::__num_get_unsigned_integral\5babi:nn180100\5d\28char\20const*\2c\20char\20const*\2c\20unsigned\20int&\2c\20int\29 -3815:unsigned\20int\20const*\20std::__2::lower_bound\5babi:nn180100\5d\28unsigned\20int\20const*\2c\20unsigned\20int\20const*\2c\20unsigned\20long\20const&\29 -3816:unorm_getFCD16_74 -3817:ultag_isUnicodeLocaleKey_74 -3818:ultag_isScriptSubtag_74 -3819:ultag_isLanguageSubtag_74 -3820:ultag_isExtensionSubtags_74 -3821:ultag_getTKeyStart_74 -3822:ulocimp_toBcpType_74 -3823:uloc_toUnicodeLocaleType_74 -3824:uloc_toUnicodeLocaleKey_74 -3825:uloc_setKeywordValue_74 -3826:uloc_getTableStringWithFallback_74 -3827:uloc_getScript_74 -3828:uloc_getName_74 -3829:uloc_getLanguage_74 -3830:uloc_getDisplayName_74 -3831:uloc_getCountry_74 -3832:uloc_canonicalize_74 -3833:uenum_unext_74 -3834:udata_open_74 -3835:udata_checkCommonData_74 -3836:ucptrie_internalU8PrevIndex_74 -3837:uchar_addPropertyStarts_74 -3838:ucase_toFullUpper_74 -3839:ucase_toFullLower_74 -3840:ucase_toFullFolding_74 -3841:ucase_getTypeOrIgnorable_74 -3842:ucase_addPropertyStarts_74 -3843:ubidi_getPairedBracketType_74 -3844:ubidi_close_74 -3845:u_unescapeAt_74 -3846:u_strFindFirst_74 -3847:u_memrchr_74 -3848:u_memmove_74 -3849:u_memcmp_74 -3850:u_hasBinaryProperty_74 -3851:u_getPropertyEnum_74 -3852:tt_size_run_prep -3853:tt_size_done_bytecode -3854:tt_sbit_decoder_load_image -3855:tt_face_vary_cvt -3856:tt_face_palette_set -3857:tt_face_load_cvt -3858:tt_face_get_metrics -3859:tt_done_blend -3860:tt_delta_interpolate -3861:tt_cmap4_next -3862:tt_cmap4_char_map_linear -3863:tt_cmap4_char_map_binary -3864:tt_cmap14_get_def_chars -3865:tt_cmap13_next -3866:tt_cmap12_next -3867:tt_cmap12_init -3868:tt_cmap12_char_map_binary -3869:tt_apply_mvar -3870:toParagraphStyle\28SimpleParagraphStyle\20const&\29 -3871:toBytes\28sk_sp\29 -3872:tanhf -3873:t1_lookup_glyph_by_stdcharcode_ps -3874:t1_builder_close_contour -3875:t1_builder_check_points -3876:strtoull -3877:strtoll_l -3878:strtol -3879:strspn -3880:stream_close -3881:store_int -3882:std::logic_error::~logic_error\28\29 -3883:std::logic_error::logic_error\28char\20const*\29 -3884:std::exception::exception\5babi:nn180100\5d\28\29 -3885:std::__2::vector>::max_size\28\29\20const -3886:std::__2::vector>::capacity\5babi:nn180100\5d\28\29\20const -3887:std::__2::vector>::__construct_at_end\28unsigned\20long\29 -3888:std::__2::vector>::__clear\5babi:nn180100\5d\28\29 -3889:std::__2::vector>::__base_destruct_at_end\5babi:nn180100\5d\28std::__2::locale::facet**\29 -3890:std::__2::vector>::insert\28std::__2::__wrap_iter\2c\20float&&\29 -3891:std::__2::vector>::__append\28unsigned\20long\29 -3892:std::__2::unique_ptr::operator=\5babi:nn180100\5d\28std::__2::unique_ptr&&\29 -3893:std::__2::unique_ptr>::~unique_ptr\5babi:ne180100\5d\28\29 -3894:std::__2::unique_ptr>::operator=\5babi:ne180100\5d\28std::nullptr_t\29 -3895:std::__2::unique_ptr>::reset\5babi:ne180100\5d\28SkCanvas::Layer*\29 -3896:std::__2::tuple\2c\20int\2c\20sktext::gpu::SubRunAllocator>\20sktext::gpu::SubRunAllocator::AllocateClassMemoryAndArena\28int\29::'lambda0'\28\29::operator\28\29\28\29\20const -3897:std::__2::tuple\2c\20int\2c\20sktext::gpu::SubRunAllocator>\20sktext::gpu::SubRunAllocator::AllocateClassMemoryAndArena\28int\29::'lambda'\28\29::operator\28\29\28\29\20const -3898:std::__2::to_string\28unsigned\20long\29 -3899:std::__2::to_chars_result\20std::__2::__to_chars_itoa\5babi:nn180100\5d\28char*\2c\20char*\2c\20unsigned\20int\2c\20std::__2::integral_constant\29 -3900:std::__2::time_put>>::~time_put\28\29 -3901:std::__2::time_get>>::__get_year\28int&\2c\20std::__2::istreambuf_iterator>&\2c\20std::__2::istreambuf_iterator>\2c\20unsigned\20int&\2c\20std::__2::ctype\20const&\29\20const -3902:std::__2::time_get>>::__get_weekdayname\28int&\2c\20std::__2::istreambuf_iterator>&\2c\20std::__2::istreambuf_iterator>\2c\20unsigned\20int&\2c\20std::__2::ctype\20const&\29\20const -3903:std::__2::time_get>>::__get_monthname\28int&\2c\20std::__2::istreambuf_iterator>&\2c\20std::__2::istreambuf_iterator>\2c\20unsigned\20int&\2c\20std::__2::ctype\20const&\29\20const -3904:std::__2::time_get>>::__get_year\28int&\2c\20std::__2::istreambuf_iterator>&\2c\20std::__2::istreambuf_iterator>\2c\20unsigned\20int&\2c\20std::__2::ctype\20const&\29\20const -3905:std::__2::time_get>>::__get_weekdayname\28int&\2c\20std::__2::istreambuf_iterator>&\2c\20std::__2::istreambuf_iterator>\2c\20unsigned\20int&\2c\20std::__2::ctype\20const&\29\20const -3906:std::__2::time_get>>::__get_monthname\28int&\2c\20std::__2::istreambuf_iterator>&\2c\20std::__2::istreambuf_iterator>\2c\20unsigned\20int&\2c\20std::__2::ctype\20const&\29\20const -3907:std::__2::reverse_iterator::operator++\5babi:nn180100\5d\28\29 -3908:std::__2::reverse_iterator::operator*\5babi:nn180100\5d\28\29\20const -3909:std::__2::pair\20std::__2::__copy_trivial::operator\28\29\5babi:nn180100\5d\28wchar_t\20const*\2c\20wchar_t\20const*\2c\20wchar_t*\29\20const -3910:std::__2::pair\2c\20void*>*>\2c\20bool>\20std::__2::__hash_table\2c\20std::__2::__unordered_map_hasher\2c\20std::__2::hash\2c\20std::__2::equal_to\2c\20true>\2c\20std::__2::__unordered_map_equal\2c\20std::__2::equal_to\2c\20std::__2::hash\2c\20true>\2c\20std::__2::allocator>>::__emplace_unique_key_args\2c\20std::__2::tuple<>>\28GrFragmentProcessor\20const*\20const&\2c\20std::__2::piecewise_construct_t\20const&\2c\20std::__2::tuple&&\2c\20std::__2::tuple<>&&\29 -3911:std::__2::pair*>\2c\20bool>\20std::__2::__hash_table\2c\20std::__2::equal_to\2c\20std::__2::allocator>::__emplace_unique_key_args\28int\20const&\2c\20int\20const&\29 -3912:std::__2::pair\2c\20std::__2::allocator>>>::pair\5babi:ne180100\5d\28std::__2::pair\2c\20std::__2::allocator>>>&&\29 -3913:std::__2::pair\20std::__2::__copy_trivial::operator\28\29\5babi:nn180100\5d\28char\20const*\2c\20char\20const*\2c\20char*\29\20const -3914:std::__2::ostreambuf_iterator>::operator=\5babi:nn180100\5d\28wchar_t\29 -3915:std::__2::ostreambuf_iterator>::operator=\5babi:nn180100\5d\28char\29 -3916:std::__2::optional&\20std::__2::optional::operator=\5babi:ne180100\5d\28SkPath\20const&\29 -3917:std::__2::numpunct::~numpunct\28\29 -3918:std::__2::numpunct::~numpunct\28\29 -3919:std::__2::num_get>>::do_get\28std::__2::istreambuf_iterator>\2c\20std::__2::istreambuf_iterator>\2c\20std::__2::ios_base&\2c\20unsigned\20int&\2c\20unsigned\20int&\29\20const -3920:std::__2::num_get>>\20const&\20std::__2::use_facet\5babi:nn180100\5d>>>\28std::__2::locale\20const&\29 -3921:std::__2::num_get>>::do_get\28std::__2::istreambuf_iterator>\2c\20std::__2::istreambuf_iterator>\2c\20std::__2::ios_base&\2c\20unsigned\20int&\2c\20unsigned\20int&\29\20const -3922:std::__2::moneypunct\20const&\20std::__2::use_facet\5babi:nn180100\5d>\28std::__2::locale\20const&\29 -3923:std::__2::moneypunct\20const&\20std::__2::use_facet\5babi:nn180100\5d>\28std::__2::locale\20const&\29 -3924:std::__2::moneypunct::do_negative_sign\28\29\20const -3925:std::__2::moneypunct\20const&\20std::__2::use_facet\5babi:nn180100\5d>\28std::__2::locale\20const&\29 -3926:std::__2::moneypunct\20const&\20std::__2::use_facet\5babi:nn180100\5d>\28std::__2::locale\20const&\29 -3927:std::__2::moneypunct::do_negative_sign\28\29\20const -3928:std::__2::money_get>>::__do_get\28std::__2::istreambuf_iterator>&\2c\20std::__2::istreambuf_iterator>\2c\20bool\2c\20std::__2::locale\20const&\2c\20unsigned\20int\2c\20unsigned\20int&\2c\20bool&\2c\20std::__2::ctype\20const&\2c\20std::__2::unique_ptr&\2c\20wchar_t*&\2c\20wchar_t*\29 -3929:std::__2::money_get>>::__do_get\28std::__2::istreambuf_iterator>&\2c\20std::__2::istreambuf_iterator>\2c\20bool\2c\20std::__2::locale\20const&\2c\20unsigned\20int\2c\20unsigned\20int&\2c\20bool&\2c\20std::__2::ctype\20const&\2c\20std::__2::unique_ptr&\2c\20char*&\2c\20char*\29 -3930:std::__2::locale::facet**\20std::__2::__construct_at\5babi:nn180100\5d\28std::__2::locale::facet**\29 -3931:std::__2::locale::__imp::~__imp\28\29 -3932:std::__2::locale::__imp::release\28\29 -3933:std::__2::iterator_traits::difference_type\20std::__2::__distance\5babi:nn180100\5d\28unsigned\20int\20const*\2c\20unsigned\20int\20const*\2c\20std::__2::random_access_iterator_tag\29 -3934:std::__2::iterator_traits\2c\20std::__2::allocator>\20const*>::difference_type\20std::__2::distance\5babi:nn180100\5d\2c\20std::__2::allocator>\20const*>\28std::__2::basic_string\2c\20std::__2::allocator>\20const*\2c\20std::__2::basic_string\2c\20std::__2::allocator>\20const*\29 -3935:std::__2::iterator_traits::difference_type\20std::__2::distance\5babi:nn180100\5d\28char*\2c\20char*\29 -3936:std::__2::iterator_traits::difference_type\20std::__2::__distance\5babi:nn180100\5d\28char*\2c\20char*\2c\20std::__2::random_access_iterator_tag\29 -3937:std::__2::istreambuf_iterator>::operator++\5babi:nn180100\5d\28int\29 -3938:std::__2::istreambuf_iterator>::__test_for_eof\5babi:nn180100\5d\28\29\20const -3939:std::__2::istreambuf_iterator>::operator++\5babi:nn180100\5d\28int\29 -3940:std::__2::istreambuf_iterator>::__test_for_eof\5babi:nn180100\5d\28\29\20const -3941:std::__2::ios_base::width\5babi:nn180100\5d\28long\29 -3942:std::__2::ios_base::imbue\28std::__2::locale\20const&\29 -3943:std::__2::ios_base::__call_callbacks\28std::__2::ios_base::event\29 -3944:std::__2::hash::operator\28\29\28skia::textlayout::FontArguments\20const&\29\20const -3945:std::__2::enable_if::value\20&&\20is_move_assignable::value\2c\20void>::type\20std::__2::swap\5babi:nn180100\5d\28char&\2c\20char&\29 -3946:std::__2::deque>::__add_back_capacity\28\29 -3947:std::__2::default_delete::operator\28\29\5babi:ne180100\5d\28sktext::GlyphRunBuilder*\29\20const -3948:std::__2::default_delete\2c\20false>\2c\20SkGoodHash>::Pair\2c\20SkSL::FunctionDeclaration\20const*\2c\20skia_private::THashMap\2c\20false>\2c\20SkGoodHash>::Pair>::Slot\20\5b\5d>::_EnableIfConvertible\2c\20false>\2c\20SkGoodHash>::Pair\2c\20SkSL::FunctionDeclaration\20const*\2c\20skia_private::THashMap\2c\20false>\2c\20SkGoodHash>::Pair>::Slot>::type\20std::__2::default_delete\2c\20false>\2c\20SkGoodHash>::Pair\2c\20SkSL::FunctionDeclaration\20const*\2c\20skia_private::THashMap\2c\20false>\2c\20SkGoodHash>::Pair>::Slot\20\5b\5d>::operator\28\29\5babi:ne180100\5d\2c\20false>\2c\20SkGoodHash>::Pair\2c\20SkSL::FunctionDeclaration\20const*\2c\20skia_private::THashMap\2c\20false>\2c\20SkGoodHash>::Pair>::Slot>\28skia_private::THashTable\2c\20false>\2c\20SkGoodHash>::Pair\2c\20SkSL::FunctionDeclaration\20const*\2c\20skia_private::THashMap\2c\20false>\2c\20SkGoodHash>::Pair>::Slot*\29\20const -3949:std::__2::default_delete\2c\20SkDescriptor\20const&\2c\20sktext::gpu::StrikeCache::HashTraits>::Slot\20\5b\5d>::_EnableIfConvertible\2c\20SkDescriptor\20const&\2c\20sktext::gpu::StrikeCache::HashTraits>::Slot>::type\20std::__2::default_delete\2c\20SkDescriptor\20const&\2c\20sktext::gpu::StrikeCache::HashTraits>::Slot\20\5b\5d>::operator\28\29\5babi:ne180100\5d\2c\20SkDescriptor\20const&\2c\20sktext::gpu::StrikeCache::HashTraits>::Slot>\28skia_private::THashTable\2c\20SkDescriptor\20const&\2c\20sktext::gpu::StrikeCache::HashTraits>::Slot*\29\20const -3950:std::__2::ctype::~ctype\28\29 -3951:std::__2::codecvt::~codecvt\28\29 -3952:std::__2::codecvt::do_out\28__mbstate_t&\2c\20char\20const*\2c\20char\20const*\2c\20char\20const*&\2c\20char*\2c\20char*\2c\20char*&\29\20const -3953:std::__2::codecvt::do_out\28__mbstate_t&\2c\20char32_t\20const*\2c\20char32_t\20const*\2c\20char32_t\20const*&\2c\20char*\2c\20char*\2c\20char*&\29\20const -3954:std::__2::codecvt::do_length\28__mbstate_t&\2c\20char\20const*\2c\20char\20const*\2c\20unsigned\20long\29\20const -3955:std::__2::codecvt::do_in\28__mbstate_t&\2c\20char\20const*\2c\20char\20const*\2c\20char\20const*&\2c\20char32_t*\2c\20char32_t*\2c\20char32_t*&\29\20const -3956:std::__2::codecvt::do_out\28__mbstate_t&\2c\20char16_t\20const*\2c\20char16_t\20const*\2c\20char16_t\20const*&\2c\20char*\2c\20char*\2c\20char*&\29\20const -3957:std::__2::codecvt::do_length\28__mbstate_t&\2c\20char\20const*\2c\20char\20const*\2c\20unsigned\20long\29\20const -3958:std::__2::codecvt::do_in\28__mbstate_t&\2c\20char\20const*\2c\20char\20const*\2c\20char\20const*&\2c\20char16_t*\2c\20char16_t*\2c\20char16_t*&\29\20const -3959:std::__2::char_traits::not_eof\5babi:nn180100\5d\28int\29 -3960:std::__2::basic_stringbuf\2c\20std::__2::allocator>::str\28\29\20const -3961:std::__2::basic_string\2c\20std::__2::allocator>::basic_string\5babi:nn180100\5d\28unsigned\20long\2c\20wchar_t\29 -3962:std::__2::basic_string\2c\20std::__2::allocator>::__grow_by_without_replace\5babi:nn180100\5d\28unsigned\20long\2c\20unsigned\20long\2c\20unsigned\20long\2c\20unsigned\20long\2c\20unsigned\20long\2c\20unsigned\20long\29 -3963:std::__2::basic_string\2c\20std::__2::allocator>::__grow_by_and_replace\28unsigned\20long\2c\20unsigned\20long\2c\20unsigned\20long\2c\20unsigned\20long\2c\20unsigned\20long\2c\20unsigned\20long\2c\20wchar_t\20const*\29 -3964:std::__2::basic_string\2c\20std::__2::allocator>::resize\28unsigned\20long\2c\20char\29 -3965:std::__2::basic_string\2c\20std::__2::allocator>::insert\28unsigned\20long\2c\20char\20const*\2c\20unsigned\20long\29 -3966:std::__2::basic_string\2c\20std::__2::allocator>::basic_string\5babi:nn180100\5d\28unsigned\20long\2c\20char\29 -3967:std::__2::basic_string\2c\20std::__2::allocator>::basic_string>\2c\200>\28std::__2::basic_string_view>\20const&\29 -3968:std::__2::basic_string\2c\20std::__2::allocator>::__null_terminate_at\5babi:nn180100\5d\28char*\2c\20unsigned\20long\29 -3969:std::__2::basic_string\2c\20std::__2::allocator>&\20std::__2::basic_string\2c\20std::__2::allocator>::__assign_no_alias\28char\20const*\2c\20unsigned\20long\29 -3970:std::__2::basic_string\2c\20std::__2::allocator>&\20skia_private::TArray\2c\20std::__2::allocator>\2c\20false>::emplace_back\28char\20const*&&\29 -3971:std::__2::basic_streambuf>::sgetc\5babi:nn180100\5d\28\29 -3972:std::__2::basic_streambuf>::sbumpc\5babi:nn180100\5d\28\29 -3973:std::__2::basic_streambuf>::sputc\5babi:nn180100\5d\28char\29 -3974:std::__2::basic_streambuf>::sgetc\5babi:nn180100\5d\28\29 -3975:std::__2::basic_streambuf>::sbumpc\5babi:nn180100\5d\28\29 -3976:std::__2::basic_ostream>::~basic_ostream\28\29_17725 -3977:std::__2::basic_ostream>::sentry::~sentry\28\29 -3978:std::__2::basic_ostream>::sentry::sentry\28std::__2::basic_ostream>&\29 -3979:std::__2::basic_ostream>::operator<<\28float\29 -3980:std::__2::basic_ostream>::flush\28\29 -3981:std::__2::basic_istream>::~basic_istream\28\29_17684 -3982:std::__2::allocator_traits>::deallocate\5babi:nn180100\5d\28std::__2::__sso_allocator&\2c\20std::__2::locale::facet**\2c\20unsigned\20long\29 -3983:std::__2::allocator::deallocate\5babi:nn180100\5d\28wchar_t*\2c\20unsigned\20long\29 -3984:std::__2::allocator::allocate\5babi:nn180100\5d\28unsigned\20long\29 -3985:std::__2::allocator::allocate\5babi:nn180100\5d\28unsigned\20long\29 -3986:std::__2::__wrap_iter\20std::__2::vector>::__insert_with_size\5babi:ne180100\5d>\2c\20std::__2::reverse_iterator>>\28std::__2::__wrap_iter\2c\20std::__2::reverse_iterator>\2c\20std::__2::reverse_iterator>\2c\20long\29 -3987:std::__2::__wrap_iter\20std::__2::vector>::__insert_with_size\5babi:ne180100\5d\2c\20std::__2::__wrap_iter>\28std::__2::__wrap_iter\2c\20std::__2::__wrap_iter\2c\20std::__2::__wrap_iter\2c\20long\29 -3988:std::__2::__unique_if::__unique_single\20std::__2::make_unique\5babi:ne180100\5d\28SkSL::Position&\2c\20SkSL::Type\20const&\2c\20SkSL::ExpressionArray&&\29 -3989:std::__2::__time_put::__time_put\5babi:nn180100\5d\28\29 -3990:std::__2::__time_put::__do_put\28char*\2c\20char*&\2c\20tm\20const*\2c\20char\2c\20char\29\20const -3991:std::__2::__split_buffer>::push_back\28skia::textlayout::OneLineShaper::RunBlock*&&\29 -3992:std::__2::__optional_destruct_base::~__optional_destruct_base\5babi:ne180100\5d\28\29 -3993:std::__2::__num_put::__widen_and_group_int\28char*\2c\20char*\2c\20char*\2c\20wchar_t*\2c\20wchar_t*&\2c\20wchar_t*&\2c\20std::__2::locale\20const&\29 -3994:std::__2::__num_put::__widen_and_group_float\28char*\2c\20char*\2c\20char*\2c\20wchar_t*\2c\20wchar_t*&\2c\20wchar_t*&\2c\20std::__2::locale\20const&\29 -3995:std::__2::__num_put::__widen_and_group_int\28char*\2c\20char*\2c\20char*\2c\20char*\2c\20char*&\2c\20char*&\2c\20std::__2::locale\20const&\29 -3996:std::__2::__num_put::__widen_and_group_float\28char*\2c\20char*\2c\20char*\2c\20char*\2c\20char*&\2c\20char*&\2c\20std::__2::locale\20const&\29 -3997:std::__2::__money_put::__gather_info\28bool\2c\20bool\2c\20std::__2::locale\20const&\2c\20std::__2::money_base::pattern&\2c\20wchar_t&\2c\20wchar_t&\2c\20std::__2::basic_string\2c\20std::__2::allocator>&\2c\20std::__2::basic_string\2c\20std::__2::allocator>&\2c\20std::__2::basic_string\2c\20std::__2::allocator>&\2c\20int&\29 -3998:std::__2::__money_put::__format\28wchar_t*\2c\20wchar_t*&\2c\20wchar_t*&\2c\20unsigned\20int\2c\20wchar_t\20const*\2c\20wchar_t\20const*\2c\20std::__2::ctype\20const&\2c\20bool\2c\20std::__2::money_base::pattern\20const&\2c\20wchar_t\2c\20wchar_t\2c\20std::__2::basic_string\2c\20std::__2::allocator>\20const&\2c\20std::__2::basic_string\2c\20std::__2::allocator>\20const&\2c\20std::__2::basic_string\2c\20std::__2::allocator>\20const&\2c\20int\29 -3999:std::__2::__money_put::__gather_info\28bool\2c\20bool\2c\20std::__2::locale\20const&\2c\20std::__2::money_base::pattern&\2c\20char&\2c\20char&\2c\20std::__2::basic_string\2c\20std::__2::allocator>&\2c\20std::__2::basic_string\2c\20std::__2::allocator>&\2c\20std::__2::basic_string\2c\20std::__2::allocator>&\2c\20int&\29 -4000:std::__2::__money_put::__format\28char*\2c\20char*&\2c\20char*&\2c\20unsigned\20int\2c\20char\20const*\2c\20char\20const*\2c\20std::__2::ctype\20const&\2c\20bool\2c\20std::__2::money_base::pattern\20const&\2c\20char\2c\20char\2c\20std::__2::basic_string\2c\20std::__2::allocator>\20const&\2c\20std::__2::basic_string\2c\20std::__2::allocator>\20const&\2c\20std::__2::basic_string\2c\20std::__2::allocator>\20const&\2c\20int\29 -4001:std::__2::__libcpp_sscanf_l\28char\20const*\2c\20__locale_struct*\2c\20char\20const*\2c\20...\29 -4002:std::__2::__libcpp_mbrtowc_l\5babi:nn180100\5d\28wchar_t*\2c\20char\20const*\2c\20unsigned\20long\2c\20__mbstate_t*\2c\20__locale_struct*\29 -4003:std::__2::__libcpp_mb_cur_max_l\5babi:nn180100\5d\28__locale_struct*\29 -4004:std::__2::__libcpp_deallocate\5babi:nn180100\5d\28void*\2c\20unsigned\20long\2c\20unsigned\20long\29 -4005:std::__2::__libcpp_allocate\5babi:nn180100\5d\28unsigned\20long\2c\20unsigned\20long\29 -4006:std::__2::__is_overaligned_for_new\5babi:nn180100\5d\28unsigned\20long\29 -4007:std::__2::__function::__value_func::swap\5babi:ne180100\5d\28std::__2::__function::__value_func&\29 -4008:std::__2::__function::__func\28GrOp\20const*\2c\20GrSurfaceProxy\20const*\29::'lambda'\28GrSurfaceProxy*\2c\20skgpu::Mipmapped\29\2c\20std::__2::allocator\28GrOp\20const*\2c\20GrSurfaceProxy\20const*\29::'lambda'\28GrSurfaceProxy*\2c\20skgpu::Mipmapped\29>\2c\20void\20\28GrSurfaceProxy*\2c\20skgpu::Mipmapped\29>::operator\28\29\28GrSurfaceProxy*&&\2c\20skgpu::Mipmapped&&\29 -4009:std::__2::__function::__func<\28anonymous\20namespace\29::colrv1_traverse_paint\28SkCanvas*\2c\20SkSpan\20const&\2c\20unsigned\20int\2c\20FT_FaceRec_*\2c\20FT_Opaque_Paint_\2c\20skia_private::THashSet*\29::$_0\2c\20std::__2::allocator<\28anonymous\20namespace\29::colrv1_traverse_paint\28SkCanvas*\2c\20SkSpan\20const&\2c\20unsigned\20int\2c\20FT_FaceRec_*\2c\20FT_Opaque_Paint_\2c\20skia_private::THashSet*\29::$_0>\2c\20void\20\28\29>::operator\28\29\28\29 -4010:std::__2::__function::__func&\29\2c\20std::__2::allocator&\29>\2c\20void\20\28std::__2::function&\29>::operator\28\29\28std::__2::function&\29 -4011:std::__2::__function::__func&\29\2c\20std::__2::allocator&\29>\2c\20void\20\28std::__2::function&\29>::destroy\28\29 -4012:std::__2::__constexpr_wcslen\5babi:nn180100\5d\28wchar_t\20const*\29 -4013:std::__2::__compressed_pair_elem\2c\20std::__2::allocator>::__rep\2c\200\2c\20false>::__compressed_pair_elem\5babi:nn180100\5d\28std::__2::__value_init_tag\29 -4014:std::__2::__allocation_result>::pointer>\20std::__2::__allocate_at_least\5babi:nn180100\5d>\28std::__2::__sso_allocator&\2c\20unsigned\20long\29 -4015:start_input_pass -4016:sktext::gpu::build_distance_adjust_table\28float\29 -4017:sktext::gpu::VertexFiller::isLCD\28\29\20const -4018:sktext::gpu::VertexFiller::CanUseDirect\28SkMatrix\20const&\2c\20SkMatrix\20const&\29 -4019:sktext::gpu::TextBlobRedrawCoordinator::internalRemove\28sktext::gpu::TextBlob*\29 -4020:sktext::gpu::SubRunContainer::MakeInAlloc\28sktext::GlyphRunList\20const&\2c\20SkMatrix\20const&\2c\20SkPaint\20const&\2c\20SkStrikeDeviceInfo\2c\20sktext::StrikeForGPUCacheInterface*\2c\20sktext::gpu::SubRunAllocator*\2c\20sktext::gpu::SubRunContainer::SubRunCreationBehavior\2c\20char\20const*\29::$_2::operator\28\29\28SkZip\2c\20skgpu::MaskFormat\29\20const -4021:sktext::gpu::SubRunContainer::MakeInAlloc\28sktext::GlyphRunList\20const&\2c\20SkMatrix\20const&\2c\20SkPaint\20const&\2c\20SkStrikeDeviceInfo\2c\20sktext::StrikeForGPUCacheInterface*\2c\20sktext::gpu::SubRunAllocator*\2c\20sktext::gpu::SubRunContainer::SubRunCreationBehavior\2c\20char\20const*\29::$_0::operator\28\29\28SkZip\2c\20skgpu::MaskFormat\29\20const -4022:sktext::gpu::SubRunContainer::MakeInAlloc\28sktext::GlyphRunList\20const&\2c\20SkMatrix\20const&\2c\20SkPaint\20const&\2c\20SkStrikeDeviceInfo\2c\20sktext::StrikeForGPUCacheInterface*\2c\20sktext::gpu::SubRunAllocator*\2c\20sktext::gpu::SubRunContainer::SubRunCreationBehavior\2c\20char\20const*\29 -4023:sktext::gpu::SubRunContainer::EstimateAllocSize\28sktext::GlyphRunList\20const&\29 -4024:sktext::gpu::SubRunAllocator::SubRunAllocator\28char*\2c\20int\2c\20int\29 -4025:sktext::gpu::StrikeCache::~StrikeCache\28\29 -4026:sktext::gpu::SlugImpl::Make\28SkMatrix\20const&\2c\20sktext::GlyphRunList\20const&\2c\20SkPaint\20const&\2c\20SkStrikeDeviceInfo\2c\20sktext::StrikeForGPUCacheInterface*\29 -4027:sktext::gpu::GlyphVector::packedGlyphIDToGlyph\28sktext::gpu::StrikeCache*\29 -4028:sktext::gpu::BagOfBytes::BagOfBytes\28char*\2c\20unsigned\20long\2c\20unsigned\20long\29::$_1::operator\28\29\28\29\20const -4029:sktext::glyphrun_source_bounds\28SkFont\20const&\2c\20SkPaint\20const&\2c\20SkZip\2c\20SkSpan\29 -4030:sktext::SkStrikePromise::resetStrike\28\29 -4031:sktext::GlyphRunList::makeBlob\28\29\20const -4032:sktext::GlyphRunBuilder::blobToGlyphRunList\28SkTextBlob\20const&\2c\20SkPoint\29 -4033:sktext::GlyphRun*\20std::__2::vector>::__emplace_back_slow_path&\2c\20SkSpan&\2c\20SkSpan&\2c\20SkSpan&\2c\20SkSpan&>\28SkFont\20const&\2c\20SkSpan&\2c\20SkSpan&\2c\20SkSpan&\2c\20SkSpan&\2c\20SkSpan&\29 -4034:skstd::to_string\28float\29 -4035:skpathutils::FillPathWithPaint\28SkPath\20const&\2c\20SkPaint\20const&\2c\20SkPathBuilder*\2c\20SkRect\20const*\2c\20SkMatrix\20const&\29 -4036:skjpeg_err_exit\28jpeg_common_struct*\29 -4037:skip_string -4038:skip_procedure -4039:skif::\28anonymous\20namespace\29::decompose_transform\28SkMatrix\20const&\2c\20SkPoint\2c\20SkMatrix*\2c\20SkMatrix*\29 -4040:skif::Mapping::adjustLayerSpace\28SkM44\20const&\29 -4041:skif::LayerSpace::relevantSubset\28skif::LayerSpace\2c\20SkTileMode\29\20const -4042:skif::FilterResult::draw\28skif::Context\20const&\2c\20SkDevice*\2c\20SkBlender\20const*\29\20const -4043:skif::FilterResult::MakeFromImage\28skif::Context\20const&\2c\20sk_sp\2c\20SkRect\2c\20skif::ParameterSpace\2c\20SkSamplingOptions\20const&\29 -4044:skif::FilterResult::FilterResult\28sk_sp\2c\20skif::LayerSpace\20const&\29 -4045:skif::Context::withNewSource\28skif::FilterResult\20const&\29\20const -4046:skia_private::THashTable::Traits>::set\28unsigned\20long\20long\29 -4047:skia_private::THashTable>\2c\20std::__2::basic_string_view>\2c\20skia_private::THashSet>\2c\20SkGoodHash>::Traits>::set\28std::__2::basic_string_view>\29 -4048:skia_private::THashTable>\2c\20std::__2::basic_string_view>\2c\20skia_private::THashSet>\2c\20SkGoodHash>::Traits>::resize\28int\29 -4049:skia_private::THashTable::Pair\2c\20unsigned\20int\2c\20skia_private::THashMap::Pair>::uncheckedSet\28skia_private::THashMap::Pair&&\29 -4050:skia_private::THashTable::Pair\2c\20unsigned\20int\2c\20skia_private::THashMap::Pair>::removeSlot\28int\29 -4051:skia_private::THashTable>\2c\20SkSL::IntrinsicKind\2c\20SkGoodHash>::Pair\2c\20std::__2::basic_string_view>\2c\20skia_private::THashMap>\2c\20SkSL::IntrinsicKind\2c\20SkGoodHash>::Pair>::resize\28int\29 -4052:skia_private::THashTable\2c\20skia::textlayout::OneLineShaper::FontKey::Hasher>::Pair\2c\20skia::textlayout::OneLineShaper::FontKey\2c\20skia_private::THashMap\2c\20skia::textlayout::OneLineShaper::FontKey::Hasher>::Pair>::uncheckedSet\28skia_private::THashMap\2c\20skia::textlayout::OneLineShaper::FontKey::Hasher>::Pair&&\29 -4053:skia_private::THashTable\2c\20std::__2::allocator>>\2c\20skia::textlayout::FontCollection::FamilyKey::Hasher>::Pair\2c\20skia::textlayout::FontCollection::FamilyKey\2c\20skia_private::THashMap\2c\20std::__2::allocator>>\2c\20skia::textlayout::FontCollection::FamilyKey::Hasher>::Pair>::uncheckedSet\28skia_private::THashMap\2c\20std::__2::allocator>>\2c\20skia::textlayout::FontCollection::FamilyKey::Hasher>::Pair&&\29 -4054:skia_private::THashTable::Pair\2c\20skgpu::UniqueKey\2c\20skia_private::THashMap::Pair>::uncheckedSet\28skia_private::THashMap::Pair&&\29 -4055:skia_private::THashTable\2c\20SkGoodHash>::Pair\2c\20SkString\2c\20skia_private::THashMap\2c\20SkGoodHash>::Pair>::uncheckedSet\28skia_private::THashMap\2c\20SkGoodHash>::Pair&&\29 -4056:skia_private::THashTable::Pair\2c\20SkSL::Variable\20const*\2c\20skia_private::THashMap::Pair>::operator=\28skia_private::THashTable::Pair\2c\20SkSL::Variable\20const*\2c\20skia_private::THashMap::Pair>\20const&\29 -4057:skia_private::THashTable::Pair\2c\20SkSL::SymbolTable::SymbolKey\2c\20skia_private::THashMap::Pair>::resize\28int\29 -4058:skia_private::THashTable\2c\20std::__2::allocator>\2c\20SkSL::Analysis::SpecializedFunctionKey::Hash>::Pair\2c\20SkSL::Analysis::SpecializedFunctionKey\2c\20skia_private::THashMap\2c\20std::__2::allocator>\2c\20SkSL::Analysis::SpecializedFunctionKey::Hash>::Pair>::uncheckedSet\28skia_private::THashMap\2c\20std::__2::allocator>\2c\20SkSL::Analysis::SpecializedFunctionKey::Hash>::Pair&&\29 -4059:skia_private::THashTable::Pair\2c\20SkSL::Analysis::SpecializedCallKey\2c\20skia_private::THashMap::Pair>::set\28skia_private::THashMap::Pair\29 -4060:skia_private::THashTable::Pair\2c\20SkPath\2c\20skia_private::THashMap::Pair>::uncheckedSet\28skia_private::THashMap::Pair&&\29 -4061:skia_private::THashTable>\2c\20SkGoodHash>::Pair\2c\20SkImageFilter\20const*\2c\20skia_private::THashMap>\2c\20SkGoodHash>::Pair>::uncheckedSet\28skia_private::THashMap>\2c\20SkGoodHash>::Pair&&\29 -4062:skia_private::THashTable>\2c\20SkGoodHash>::Pair\2c\20SkImageFilter\20const*\2c\20skia_private::THashMap>\2c\20SkGoodHash>::Pair>::resize\28int\29 -4063:skia_private::THashTable::AdaptedTraits>::uncheckedSet\28skgpu::ganesh::SmallPathShapeData*&&\29 -4064:skia_private::THashTable::AdaptedTraits>::resize\28int\29 -4065:skia_private::THashTable\2c\20SkDescriptor\20const&\2c\20sktext::gpu::StrikeCache::HashTraits>::resize\28int\29 -4066:skia_private::THashTable\2c\20SkDescriptor\2c\20SkStrikeCache::StrikeTraits>::resize\28int\29 -4067:skia_private::THashTable<\28anonymous\20namespace\29::CacheImpl::Value*\2c\20SkImageFilterCacheKey\2c\20SkTDynamicHash<\28anonymous\20namespace\29::CacheImpl::Value\2c\20SkImageFilterCacheKey\2c\20\28anonymous\20namespace\29::CacheImpl::Value>::AdaptedTraits>::uncheckedSet\28\28anonymous\20namespace\29::CacheImpl::Value*&&\29 -4068:skia_private::THashTable<\28anonymous\20namespace\29::CacheImpl::Value*\2c\20SkImageFilterCacheKey\2c\20SkTDynamicHash<\28anonymous\20namespace\29::CacheImpl::Value\2c\20SkImageFilterCacheKey\2c\20\28anonymous\20namespace\29::CacheImpl::Value>::AdaptedTraits>::resize\28int\29 -4069:skia_private::THashTable::ValueList*\2c\20skgpu::ScratchKey\2c\20SkTDynamicHash::ValueList\2c\20skgpu::ScratchKey\2c\20SkTMultiMap::ValueList>::AdaptedTraits>::uncheckedSet\28SkTMultiMap::ValueList*&&\29 -4070:skia_private::THashTable::ValueList*\2c\20skgpu::ScratchKey\2c\20SkTDynamicHash::ValueList\2c\20skgpu::ScratchKey\2c\20SkTMultiMap::ValueList>::AdaptedTraits>::resize\28int\29 -4071:skia_private::THashTable::ValueList*\2c\20skgpu::ScratchKey\2c\20SkTDynamicHash::ValueList\2c\20skgpu::ScratchKey\2c\20SkTMultiMap::ValueList>::AdaptedTraits>::uncheckedSet\28SkTMultiMap::ValueList*&&\29 -4072:skia_private::THashTable::ValueList*\2c\20skgpu::ScratchKey\2c\20SkTDynamicHash::ValueList\2c\20skgpu::ScratchKey\2c\20SkTMultiMap::ValueList>::AdaptedTraits>::resize\28int\29 -4073:skia_private::THashTable::resize\28int\29 -4074:skia_private::THashTable::Entry*\2c\20unsigned\20int\2c\20SkLRUCache::Traits>::removeIfExists\28unsigned\20int\20const&\29 -4075:skia_private::THashTable>\2c\20skia::textlayout::ParagraphCache::KeyHash\2c\20SkNoOpPurge>::Entry*\2c\20skia::textlayout::ParagraphCacheKey\2c\20SkLRUCache>\2c\20skia::textlayout::ParagraphCache::KeyHash\2c\20SkNoOpPurge>::Traits>::resize\28int\29 -4076:skia_private::THashTable>\2c\20GrGLGpu::ProgramCache::DescHash\2c\20SkNoOpPurge>::Entry*\2c\20GrProgramDesc\2c\20SkLRUCache>\2c\20GrGLGpu::ProgramCache::DescHash\2c\20SkNoOpPurge>::Traits>::uncheckedSet\28SkLRUCache>\2c\20GrGLGpu::ProgramCache::DescHash\2c\20SkNoOpPurge>::Entry*&&\29 -4077:skia_private::THashTable>\2c\20GrGLGpu::ProgramCache::DescHash\2c\20SkNoOpPurge>::Entry*\2c\20GrProgramDesc\2c\20SkLRUCache>\2c\20GrGLGpu::ProgramCache::DescHash\2c\20SkNoOpPurge>::Traits>::resize\28int\29 -4078:skia_private::THashTable::AdaptedTraits>::set\28GrThreadSafeCache::Entry*\29 -4079:skia_private::THashTable::AdaptedTraits>::resize\28int\29 -4080:skia_private::THashTable::AdaptedTraits>::removeIfExists\28skgpu::UniqueKey\20const&\29 -4081:skia_private::THashTable::AdaptedTraits>::resize\28int\29 -4082:skia_private::THashTable::Traits>::resize\28int\29 -4083:skia_private::THashSet::add\28FT_Opaque_Paint_\29 -4084:skia_private::THashMap\2c\20false>\2c\20SkGoodHash>::operator\5b\5d\28SkSL::FunctionDeclaration\20const*\20const&\29 -4085:skia_private::THashMap>\2c\20SkGoodHash>::remove\28SkImageFilter\20const*\20const&\29 -4086:skia_private::TArray::push_back_raw\28int\29 -4087:skia_private::TArray::resize_back\28int\29 -4088:skia_private::TArray\2c\20std::__2::allocator>\2c\20false>::checkRealloc\28int\2c\20double\29 -4089:skia_private::TArray::~TArray\28\29 -4090:skia_private::TArray::installDataAndUpdateCapacity\28SkSpan\29 -4091:skia_private::TArray::operator=\28skia_private::TArray&&\29 -4092:skia_private::TArray::installDataAndUpdateCapacity\28SkSpan\29 -4093:skia_private::TArray::BufferFinishedMessage\2c\20false>::operator=\28skia_private::TArray::BufferFinishedMessage\2c\20false>&&\29 -4094:skia_private::TArray::BufferFinishedMessage\2c\20false>::installDataAndUpdateCapacity\28SkSpan\29 -4095:skia_private::TArray::operator=\28skia_private::TArray&&\29 -4096:skia_private::TArray\29::ReorderedArgument\2c\20false>::push_back\28SkSL::optimize_constructor_swizzle\28SkSL::Context\20const&\2c\20SkSL::Position\2c\20SkSL::ConstructorCompound\20const&\2c\20skia_private::FixedArray<4\2c\20signed\20char>\29::ReorderedArgument&&\29 -4097:skia_private::TArray::TArray\28skia_private::TArray&&\29 -4098:skia_private::TArray::swap\28skia_private::TArray&\29 -4099:skia_private::TArray\2c\20true>::operator=\28skia_private::TArray\2c\20true>&&\29 -4100:skia_private::TArray::push_back_raw\28int\29 -4101:skia_private::TArray::push_back_raw\28int\29 -4102:skia_private::TArray::push_back_raw\28int\29 -4103:skia_private::TArray::move_back_n\28int\2c\20GrTextureProxy**\29 -4104:skia_private::TArray::operator=\28skia_private::TArray&&\29 -4105:skia_private::TArray::push_back_n\28int\2c\20EllipticalRRectOp::RRect\20const*\29 -4106:skia_png_zfree -4107:skia_png_write_zTXt -4108:skia_png_write_tIME -4109:skia_png_write_tEXt -4110:skia_png_write_iTXt -4111:skia_png_set_write_fn -4112:skia_png_set_unknown_chunks -4113:skia_png_set_swap -4114:skia_png_set_strip_16 -4115:skia_png_set_read_user_transform_fn -4116:skia_png_set_read_user_chunk_fn -4117:skia_png_set_option -4118:skia_png_set_mem_fn -4119:skia_png_set_expand_gray_1_2_4_to_8 -4120:skia_png_set_error_fn -4121:skia_png_set_compression_level -4122:skia_png_set_IHDR -4123:skia_png_read_filter_row -4124:skia_png_process_IDAT_data -4125:skia_png_icc_set_sRGB -4126:skia_png_icc_check_tag_table -4127:skia_png_icc_check_header -4128:skia_png_get_uint_31 -4129:skia_png_get_sBIT -4130:skia_png_get_rowbytes -4131:skia_png_get_error_ptr -4132:skia_png_get_bit_depth -4133:skia_png_get_IHDR -4134:skia_png_do_swap -4135:skia_png_do_read_transformations -4136:skia_png_do_read_interlace -4137:skia_png_do_packswap -4138:skia_png_do_invert -4139:skia_png_do_gray_to_rgb -4140:skia_png_do_expand -4141:skia_png_do_check_palette_indexes -4142:skia_png_do_bgr -4143:skia_png_destroy_png_struct -4144:skia_png_destroy_gamma_table -4145:skia_png_create_png_struct -4146:skia_png_create_info_struct -4147:skia_png_crc_read -4148:skia_png_colorspace_sync_info -4149:skia_png_check_IHDR -4150:skia::textlayout::TypefaceFontStyleSet::matchStyle\28SkFontStyle\20const&\29 -4151:skia::textlayout::TextStyle::matchOneAttribute\28skia::textlayout::StyleType\2c\20skia::textlayout::TextStyle\20const&\29\20const -4152:skia::textlayout::TextStyle::equals\28skia::textlayout::TextStyle\20const&\29\20const -4153:skia::textlayout::TextShadow::operator!=\28skia::textlayout::TextShadow\20const&\29\20const -4154:skia::textlayout::TextLine::paint\28skia::textlayout::ParagraphPainter*\2c\20float\2c\20float\29 -4155:skia::textlayout::TextLine::iterateThroughClustersInGlyphsOrder\28bool\2c\20bool\2c\20std::__2::function\20const&\29\20const::$_0::operator\28\29\28unsigned\20long\20const&\29\20const -4156:skia::textlayout::TextLine::getRectsForRange\28skia::textlayout::SkRange\2c\20skia::textlayout::RectHeightStyle\2c\20skia::textlayout::RectWidthStyle\2c\20std::__2::vector>&\29\20const::$_0::operator\28\29\28skia::textlayout::Run\20const*\2c\20float\2c\20skia::textlayout::SkRange\2c\20float*\29\20const::'lambda'\28skia::textlayout::SkRange\2c\20skia::textlayout::TextStyle\20const&\2c\20skia::textlayout::TextLine::ClipContext\20const&\29::operator\28\29\28skia::textlayout::SkRange\2c\20skia::textlayout::TextStyle\20const&\2c\20skia::textlayout::TextLine::ClipContext\20const&\29\20const::'lambda'\28SkRect\29::operator\28\29\28SkRect\29\20const -4157:skia::textlayout::TextLine::getMetrics\28\29\20const -4158:skia::textlayout::TextLine::ensureTextBlobCachePopulated\28\29 -4159:skia::textlayout::TextLine::buildTextBlob\28skia::textlayout::SkRange\2c\20skia::textlayout::TextStyle\20const&\2c\20skia::textlayout::TextLine::ClipContext\20const&\29 -4160:skia::textlayout::TextLine::TextLine\28skia::textlayout::ParagraphImpl*\2c\20SkPoint\2c\20SkPoint\2c\20skia::textlayout::SkRange\2c\20skia::textlayout::SkRange\2c\20skia::textlayout::SkRange\2c\20skia::textlayout::SkRange\2c\20skia::textlayout::SkRange\2c\20skia::textlayout::SkRange\2c\20float\2c\20skia::textlayout::InternalLineMetrics\29 -4161:skia::textlayout::TextLine&\20skia_private::TArray::emplace_back&\2c\20skia::textlayout::SkRange&\2c\20skia::textlayout::SkRange&\2c\20skia::textlayout::SkRange&\2c\20skia::textlayout::SkRange&\2c\20skia::textlayout::SkRange&\2c\20float&\2c\20skia::textlayout::InternalLineMetrics&>\28skia::textlayout::ParagraphImpl*&&\2c\20SkPoint&\2c\20SkPoint&\2c\20skia::textlayout::SkRange&\2c\20skia::textlayout::SkRange&\2c\20skia::textlayout::SkRange&\2c\20skia::textlayout::SkRange&\2c\20skia::textlayout::SkRange&\2c\20skia::textlayout::SkRange&\2c\20float&\2c\20skia::textlayout::InternalLineMetrics&\29 -4162:skia::textlayout::Run::shift\28skia::textlayout::Cluster\20const*\2c\20float\29 -4163:skia::textlayout::Run::newRunBuffer\28\29 -4164:skia::textlayout::Run::findLimitingGlyphClusters\28skia::textlayout::SkRange\29\20const -4165:skia::textlayout::Run::addSpacesAtTheEnd\28float\2c\20skia::textlayout::Cluster*\29 -4166:skia::textlayout::ParagraphStyle::effective_align\28\29\20const -4167:skia::textlayout::ParagraphStyle::ParagraphStyle\28\29 -4168:skia::textlayout::ParagraphPainter::DecorationStyle::DecorationStyle\28unsigned\20int\2c\20float\2c\20std::__2::optional\29 -4169:skia::textlayout::ParagraphImpl::~ParagraphImpl\28\29 -4170:skia::textlayout::ParagraphImpl::text\28skia::textlayout::SkRange\29 -4171:skia::textlayout::ParagraphImpl::resolveStrut\28\29 -4172:skia::textlayout::ParagraphImpl::getGlyphInfoAtUTF16Offset\28unsigned\20long\2c\20skia::textlayout::Paragraph::GlyphInfo*\29 -4173:skia::textlayout::ParagraphImpl::getGlyphClusterAt\28unsigned\20long\2c\20skia::textlayout::Paragraph::GlyphClusterInfo*\29 -4174:skia::textlayout::ParagraphImpl::findPreviousGraphemeBoundary\28unsigned\20long\29\20const -4175:skia::textlayout::ParagraphImpl::computeEmptyMetrics\28\29 -4176:skia::textlayout::ParagraphImpl::clusters\28skia::textlayout::SkRange\29 -4177:skia::textlayout::ParagraphImpl::block\28unsigned\20long\29 -4178:skia::textlayout::ParagraphCacheValue::~ParagraphCacheValue\28\29 -4179:skia::textlayout::ParagraphCacheKey::ParagraphCacheKey\28skia::textlayout::ParagraphImpl\20const*\29 -4180:skia::textlayout::ParagraphBuilderImpl::~ParagraphBuilderImpl\28\29 -4181:skia::textlayout::ParagraphBuilderImpl::make\28skia::textlayout::ParagraphStyle\20const&\2c\20sk_sp\2c\20sk_sp\29 -4182:skia::textlayout::ParagraphBuilderImpl::addPlaceholder\28skia::textlayout::PlaceholderStyle\20const&\2c\20bool\29 -4183:skia::textlayout::ParagraphBuilderImpl::ParagraphBuilderImpl\28skia::textlayout::ParagraphStyle\20const&\2c\20sk_sp\2c\20sk_sp\29 -4184:skia::textlayout::Paragraph::~Paragraph\28\29 -4185:skia::textlayout::OneLineShaper::clusteredText\28skia::textlayout::SkRange&\29 -4186:skia::textlayout::FontCollection::~FontCollection\28\29 -4187:skia::textlayout::FontCollection::matchTypeface\28SkString\20const&\2c\20SkFontStyle\29 -4188:skia::textlayout::FontCollection::defaultFallback\28int\2c\20SkFontStyle\2c\20SkString\20const&\29 -4189:skia::textlayout::FontCollection::FamilyKey::Hasher::operator\28\29\28skia::textlayout::FontCollection::FamilyKey\20const&\29\20const -4190:skgpu::tess::\28anonymous\20namespace\29::write_curve_index_buffer_base_index\28skgpu::VertexWriter\2c\20unsigned\20long\2c\20unsigned\20short\29 -4191:skgpu::tess::StrokeIterator::next\28\29 -4192:skgpu::tess::StrokeIterator::finishOpenContour\28\29 -4193:skgpu::tess::PreChopPathCurves\28float\2c\20SkPath\20const&\2c\20SkMatrix\20const&\2c\20SkRect\20const&\29 -4194:skgpu::ganesh::\28anonymous\20namespace\29::SmallPathOp::~SmallPathOp\28\29 -4195:skgpu::ganesh::\28anonymous\20namespace\29::SmallPathOp::SmallPathOp\28GrProcessorSet*\2c\20SkRGBA4f<\28SkAlphaType\292>\20const&\2c\20GrStyledShape\20const&\2c\20SkMatrix\20const&\2c\20bool\2c\20GrUserStencilSettings\20const*\29 -4196:skgpu::ganesh::\28anonymous\20namespace\29::ChopPathIfNecessary\28SkMatrix\20const&\2c\20GrStyledShape\20const&\2c\20SkIRect\20const&\2c\20SkStrokeRec\20const&\2c\20SkPath*\29 -4197:skgpu::ganesh::\28anonymous\20namespace\29::AAFlatteningConvexPathOp::recordDraw\28GrMeshDrawTarget*\2c\20int\2c\20unsigned\20long\2c\20void*\2c\20int\2c\20unsigned\20short*\29 -4198:skgpu::ganesh::\28anonymous\20namespace\29::AAFlatteningConvexPathOp::AAFlatteningConvexPathOp\28GrProcessorSet*\2c\20SkRGBA4f<\28SkAlphaType\292>\20const&\2c\20SkMatrix\20const&\2c\20SkPath\20const&\2c\20float\2c\20SkStrokeRec::Style\2c\20SkPaint::Join\2c\20float\2c\20GrUserStencilSettings\20const*\29 -4199:skgpu::ganesh::\28anonymous\20namespace\29::AAConvexPathOp::AAConvexPathOp\28GrProcessorSet*\2c\20SkRGBA4f<\28SkAlphaType\292>\20const&\2c\20SkMatrix\20const&\2c\20SkPath\20const&\2c\20GrUserStencilSettings\20const*\29 -4200:skgpu::ganesh::TextureOp::Make\28GrRecordingContext*\2c\20GrSurfaceProxyView\2c\20SkAlphaType\2c\20sk_sp\2c\20SkFilterMode\2c\20SkMipmapMode\2c\20SkRGBA4f<\28SkAlphaType\292>\20const&\2c\20skgpu::ganesh::TextureOp::Saturate\2c\20SkBlendMode\2c\20GrAAType\2c\20DrawQuad*\2c\20SkRect\20const*\29 -4201:skgpu::ganesh::TessellationPathRenderer::IsSupported\28GrCaps\20const&\29 -4202:skgpu::ganesh::SurfaceFillContext::fillRectToRectWithFP\28SkIRect\20const&\2c\20SkIRect\20const&\2c\20std::__2::unique_ptr>\29 -4203:skgpu::ganesh::SurfaceFillContext::blitTexture\28GrSurfaceProxyView\2c\20SkIRect\20const&\2c\20SkIPoint\20const&\29 -4204:skgpu::ganesh::SurfaceFillContext::addOp\28std::__2::unique_ptr>\29 -4205:skgpu::ganesh::SurfaceFillContext::addDrawOp\28std::__2::unique_ptr>\29 -4206:skgpu::ganesh::SurfaceDrawContext::~SurfaceDrawContext\28\29_10207 -4207:skgpu::ganesh::SurfaceDrawContext::drawVertices\28GrClip\20const*\2c\20GrPaint&&\2c\20SkMatrix\20const&\2c\20sk_sp\2c\20GrPrimitiveType*\2c\20bool\29 -4208:skgpu::ganesh::SurfaceDrawContext::drawTexturedQuad\28GrClip\20const*\2c\20GrSurfaceProxyView\2c\20SkAlphaType\2c\20sk_sp\2c\20SkFilterMode\2c\20SkMipmapMode\2c\20SkRGBA4f<\28SkAlphaType\292>\20const&\2c\20SkBlendMode\2c\20DrawQuad*\2c\20SkRect\20const*\29 -4209:skgpu::ganesh::SurfaceDrawContext::drawTexture\28GrClip\20const*\2c\20GrSurfaceProxyView\2c\20SkAlphaType\2c\20SkFilterMode\2c\20SkMipmapMode\2c\20SkBlendMode\2c\20SkRGBA4f<\28SkAlphaType\292>\20const&\2c\20SkRect\20const&\2c\20SkRect\20const&\2c\20GrQuadAAFlags\2c\20SkCanvas::SrcRectConstraint\2c\20SkMatrix\20const&\2c\20sk_sp\29 -4210:skgpu::ganesh::SurfaceDrawContext::drawStrokedLine\28GrClip\20const*\2c\20GrPaint&&\2c\20GrAA\2c\20SkMatrix\20const&\2c\20SkPoint\20const*\2c\20SkStrokeRec\20const&\29 -4211:skgpu::ganesh::SurfaceDrawContext::drawRegion\28GrClip\20const*\2c\20GrPaint&&\2c\20GrAA\2c\20SkMatrix\20const&\2c\20SkRegion\20const&\2c\20GrStyle\20const&\2c\20GrUserStencilSettings\20const*\29 -4212:skgpu::ganesh::SurfaceDrawContext::drawOval\28GrClip\20const*\2c\20GrPaint&&\2c\20GrAA\2c\20SkMatrix\20const&\2c\20SkRect\20const&\2c\20GrStyle\20const&\29 -4213:skgpu::ganesh::SurfaceDrawContext::SurfaceDrawContext\28GrRecordingContext*\2c\20GrSurfaceProxyView\2c\20GrSurfaceProxyView\2c\20GrColorType\2c\20sk_sp\2c\20SkSurfaceProps\20const&\29 -4214:skgpu::ganesh::SurfaceContext::~SurfaceContext\28\29 -4215:skgpu::ganesh::SurfaceContext::writePixels\28GrDirectContext*\2c\20GrCPixmap\2c\20SkIPoint\29 -4216:skgpu::ganesh::SurfaceContext::copy\28sk_sp\2c\20SkIRect\2c\20SkIPoint\29 -4217:skgpu::ganesh::SurfaceContext::copyScaled\28sk_sp\2c\20SkIRect\2c\20SkIRect\2c\20SkFilterMode\29 -4218:skgpu::ganesh::SurfaceContext::asyncRescaleAndReadPixels\28GrDirectContext*\2c\20SkImageInfo\20const&\2c\20SkIRect\20const&\2c\20SkImage::RescaleGamma\2c\20SkImage::RescaleMode\2c\20void\20\28*\29\28void*\2c\20std::__2::unique_ptr>\29\2c\20void*\29 -4219:skgpu::ganesh::SurfaceContext::asyncRescaleAndReadPixelsYUV420\28GrDirectContext*\2c\20SkYUVColorSpace\2c\20bool\2c\20sk_sp\2c\20SkIRect\20const&\2c\20SkISize\2c\20SkImage::RescaleGamma\2c\20SkImage::RescaleMode\2c\20void\20\28*\29\28void*\2c\20std::__2::unique_ptr>\29\2c\20void*\29::FinishContext::~FinishContext\28\29 -4220:skgpu::ganesh::SurfaceContext::asyncRescaleAndReadPixelsYUV420\28GrDirectContext*\2c\20SkYUVColorSpace\2c\20bool\2c\20sk_sp\2c\20SkIRect\20const&\2c\20SkISize\2c\20SkImage::RescaleGamma\2c\20SkImage::RescaleMode\2c\20void\20\28*\29\28void*\2c\20std::__2::unique_ptr>\29\2c\20void*\29 -4221:skgpu::ganesh::SurfaceContext::SurfaceContext\28GrRecordingContext*\2c\20GrSurfaceProxyView\2c\20GrColorInfo\20const&\29 -4222:skgpu::ganesh::StrokeTessellator::draw\28GrOpFlushState*\29\20const -4223:skgpu::ganesh::StrokeTessellateOp::prePrepareTessellator\28GrTessellationShader::ProgramArgs&&\2c\20GrAppliedClip&&\29 -4224:skgpu::ganesh::StrokeRectOp::\28anonymous\20namespace\29::NonAAStrokeRectOp::NonAAStrokeRectOp\28GrProcessorSet*\2c\20SkRGBA4f<\28SkAlphaType\292>\20const&\2c\20GrSimpleMeshDrawOpHelper::InputFlags\2c\20SkMatrix\20const&\2c\20SkRect\20const&\2c\20SkStrokeRec\20const&\2c\20GrAAType\29 -4225:skgpu::ganesh::StrokeRectOp::\28anonymous\20namespace\29::AAStrokeRectOp::AAStrokeRectOp\28GrProcessorSet*\2c\20SkRGBA4f<\28SkAlphaType\292>\20const&\2c\20SkMatrix\20const&\2c\20skgpu::ganesh::StrokeRectOp::\28anonymous\20namespace\29::AAStrokeRectOp::RectInfo\20const&\2c\20bool\29 -4226:skgpu::ganesh::StencilMaskHelper::drawShape\28GrShape\20const&\2c\20SkMatrix\20const&\2c\20SkRegion::Op\2c\20GrAA\29 -4227:skgpu::ganesh::SoftwarePathRenderer::DrawAroundInvPath\28skgpu::ganesh::SurfaceDrawContext*\2c\20GrPaint&&\2c\20GrUserStencilSettings\20const&\2c\20GrClip\20const*\2c\20SkMatrix\20const&\2c\20SkIRect\20const&\2c\20SkIRect\20const&\29 -4228:skgpu::ganesh::SmallPathAtlasMgr::~SmallPathAtlasMgr\28\29_11705 -4229:skgpu::ganesh::SmallPathAtlasMgr::findOrCreate\28skgpu::ganesh::SmallPathShapeDataKey\20const&\29 -4230:skgpu::ganesh::SmallPathAtlasMgr::deleteCacheEntry\28skgpu::ganesh::SmallPathShapeData*\29 -4231:skgpu::ganesh::ShadowRRectOp::Make\28GrRecordingContext*\2c\20unsigned\20int\2c\20SkMatrix\20const&\2c\20SkRRect\20const&\2c\20float\2c\20float\29 -4232:skgpu::ganesh::RegionOp::\28anonymous\20namespace\29::RegionOpImpl::RegionOpImpl\28GrProcessorSet*\2c\20SkRGBA4f<\28SkAlphaType\292>\20const&\2c\20SkMatrix\20const&\2c\20SkRegion\20const&\2c\20GrAAType\2c\20GrUserStencilSettings\20const*\29 -4233:skgpu::ganesh::RasterAsView\28GrRecordingContext*\2c\20SkImage_Raster\20const*\2c\20skgpu::Mipmapped\2c\20GrImageTexGenPolicy\29 -4234:skgpu::ganesh::QuadPerEdgeAA::Tessellator::append\28GrQuad*\2c\20GrQuad*\2c\20SkRGBA4f<\28SkAlphaType\292>\20const&\2c\20SkRect\20const&\2c\20GrQuadAAFlags\29 -4235:skgpu::ganesh::QuadPerEdgeAA::Tessellator::Tessellator\28skgpu::ganesh::QuadPerEdgeAA::VertexSpec\20const&\2c\20char*\29 -4236:skgpu::ganesh::QuadPerEdgeAA::QuadPerEdgeAAGeometryProcessor::initializeAttrs\28skgpu::ganesh::QuadPerEdgeAA::VertexSpec\20const&\29 -4237:skgpu::ganesh::QuadPerEdgeAA::IssueDraw\28GrCaps\20const&\2c\20GrOpsRenderPass*\2c\20skgpu::ganesh::QuadPerEdgeAA::VertexSpec\20const&\2c\20int\2c\20int\2c\20int\2c\20int\29 -4238:skgpu::ganesh::QuadPerEdgeAA::GetIndexBuffer\28GrMeshDrawTarget*\2c\20skgpu::ganesh::QuadPerEdgeAA::IndexBufferOption\29 -4239:skgpu::ganesh::PathTessellateOp::usesMSAA\28\29\20const -4240:skgpu::ganesh::PathTessellateOp::prepareTessellator\28GrTessellationShader::ProgramArgs\20const&\2c\20GrAppliedClip&&\29 -4241:skgpu::ganesh::PathTessellateOp::PathTessellateOp\28SkArenaAlloc*\2c\20GrAAType\2c\20GrUserStencilSettings\20const*\2c\20SkMatrix\20const&\2c\20SkPath\20const&\2c\20GrPaint&&\2c\20SkRect\20const&\29 -4242:skgpu::ganesh::PathStencilCoverOp::prePreparePrograms\28GrTessellationShader::ProgramArgs\20const&\2c\20GrAppliedClip&&\29 -4243:skgpu::ganesh::PathInnerTriangulateOp::prePreparePrograms\28GrTessellationShader::ProgramArgs\20const&\2c\20GrAppliedClip&&\29 -4244:skgpu::ganesh::PathCurveTessellator::~PathCurveTessellator\28\29 -4245:skgpu::ganesh::PathCurveTessellator::prepareWithTriangles\28GrMeshDrawTarget*\2c\20SkMatrix\20const&\2c\20GrTriangulator::BreadcrumbTriangleList*\2c\20skgpu::ganesh::PathTessellator::PathDrawList\20const&\2c\20int\29 -4246:skgpu::ganesh::OpsTask::onMakeClosed\28GrRecordingContext*\2c\20SkIRect*\29 -4247:skgpu::ganesh::OpsTask::onExecute\28GrOpFlushState*\29 -4248:skgpu::ganesh::OpsTask::addOp\28GrDrawingManager*\2c\20std::__2::unique_ptr>\2c\20GrTextureResolveManager\2c\20GrCaps\20const&\29 -4249:skgpu::ganesh::OpsTask::addDrawOp\28GrDrawingManager*\2c\20std::__2::unique_ptr>\2c\20bool\2c\20GrProcessorSet::Analysis\20const&\2c\20GrAppliedClip&&\2c\20GrDstProxyView\20const&\2c\20GrTextureResolveManager\2c\20GrCaps\20const&\29 -4250:skgpu::ganesh::OpsTask::OpsTask\28GrDrawingManager*\2c\20GrSurfaceProxyView\2c\20GrAuditTrail*\2c\20sk_sp\29 -4251:skgpu::ganesh::OpsTask::OpChain::tryConcat\28skgpu::ganesh::OpsTask::OpChain::List*\2c\20GrProcessorSet::Analysis\2c\20GrDstProxyView\20const&\2c\20GrAppliedClip\20const*\2c\20SkRect\20const&\2c\20GrCaps\20const&\2c\20SkArenaAlloc*\2c\20GrAuditTrail*\29 -4252:skgpu::ganesh::LockTextureProxyView\28GrRecordingContext*\2c\20SkImage_Lazy\20const*\2c\20GrImageTexGenPolicy\2c\20skgpu::Mipmapped\29 -4253:skgpu::ganesh::LatticeOp::\28anonymous\20namespace\29::NonAALatticeOp::~NonAALatticeOp\28\29 -4254:skgpu::ganesh::LatticeOp::\28anonymous\20namespace\29::NonAALatticeOp::NonAALatticeOp\28GrProcessorSet*\2c\20SkRGBA4f<\28SkAlphaType\292>\20const&\2c\20SkMatrix\20const&\2c\20GrSurfaceProxyView\2c\20SkAlphaType\2c\20sk_sp\2c\20SkFilterMode\2c\20std::__2::unique_ptr>\2c\20SkRect\20const&\29 -4255:skgpu::ganesh::FillRRectOp::\28anonymous\20namespace\29::FillRRectOpImpl::programInfo\28\29 -4256:skgpu::ganesh::FillRRectOp::\28anonymous\20namespace\29::FillRRectOpImpl::Make\28GrRecordingContext*\2c\20SkArenaAlloc*\2c\20GrPaint&&\2c\20SkMatrix\20const&\2c\20SkRRect\20const&\2c\20skgpu::ganesh::FillRRectOp::\28anonymous\20namespace\29::FillRRectOpImpl::LocalCoords\20const&\2c\20GrAA\29 -4257:skgpu::ganesh::FillRRectOp::\28anonymous\20namespace\29::FillRRectOpImpl::FillRRectOpImpl\28GrProcessorSet*\2c\20SkRGBA4f<\28SkAlphaType\292>\20const&\2c\20SkArenaAlloc*\2c\20SkMatrix\20const&\2c\20SkRRect\20const&\2c\20skgpu::ganesh::FillRRectOp::\28anonymous\20namespace\29::FillRRectOpImpl::LocalCoords\20const&\2c\20skgpu::ganesh::FillRRectOp::\28anonymous\20namespace\29::FillRRectOpImpl::ProcessorFlags\29 -4258:skgpu::ganesh::DrawAtlasPathOp::prepareProgram\28GrCaps\20const&\2c\20SkArenaAlloc*\2c\20GrSurfaceProxyView\20const&\2c\20bool\2c\20GrAppliedClip&&\2c\20GrDstProxyView\20const&\2c\20GrXferBarrierFlags\2c\20GrLoadOp\29 -4259:skgpu::ganesh::Device::replaceBackingProxy\28SkSurface::ContentChangeMode\2c\20sk_sp\2c\20GrColorType\2c\20sk_sp\2c\20GrSurfaceOrigin\2c\20SkSurfaceProps\20const&\29 -4260:skgpu::ganesh::Device::drawPath\28SkPath\20const&\2c\20SkPaint\20const&\2c\20bool\29 -4261:skgpu::ganesh::Device::drawEdgeAAImage\28SkImage\20const*\2c\20SkRect\20const&\2c\20SkRect\20const&\2c\20SkPoint\20const*\2c\20SkCanvas::QuadAAFlags\2c\20SkMatrix\20const&\2c\20SkSamplingOptions\20const&\2c\20SkPaint\20const&\2c\20SkCanvas::SrcRectConstraint\2c\20SkMatrix\20const&\2c\20SkTileMode\29 -4262:skgpu::ganesh::Device::discard\28\29 -4263:skgpu::ganesh::Device::android_utils_clipAsRgn\28SkRegion*\29\20const -4264:skgpu::ganesh::DefaultPathRenderer::internalDrawPath\28skgpu::ganesh::SurfaceDrawContext*\2c\20GrPaint&&\2c\20GrAAType\2c\20GrUserStencilSettings\20const&\2c\20GrClip\20const*\2c\20SkMatrix\20const&\2c\20GrStyledShape\20const&\2c\20bool\29 -4265:skgpu::ganesh::DashOp::\28anonymous\20namespace\29::DashingCircleEffect::addToKey\28GrShaderCaps\20const&\2c\20skgpu::KeyBuilder*\29\20const -4266:skgpu::ganesh::CopyView\28GrRecordingContext*\2c\20GrSurfaceProxyView\2c\20skgpu::Mipmapped\2c\20GrImageTexGenPolicy\2c\20std::__2::basic_string_view>\29 -4267:skgpu::ganesh::ClipStack::clipPath\28SkMatrix\20const&\2c\20SkPath\20const&\2c\20GrAA\2c\20SkClipOp\29 -4268:skgpu::ganesh::ClipStack::SaveRecord::replaceWithElement\28skgpu::ganesh::ClipStack::RawElement&&\2c\20SkTBlockList*\29 -4269:skgpu::ganesh::ClipStack::SaveRecord::addElement\28skgpu::ganesh::ClipStack::RawElement&&\2c\20SkTBlockList*\29 -4270:skgpu::ganesh::ClipStack::RawElement::contains\28skgpu::ganesh::ClipStack::Draw\20const&\29\20const -4271:skgpu::ganesh::AtlasTextOp::onCreateProgramInfo\28GrCaps\20const*\2c\20SkArenaAlloc*\2c\20GrSurfaceProxyView\20const&\2c\20bool\2c\20GrAppliedClip&&\2c\20GrDstProxyView\20const&\2c\20GrXferBarrierFlags\2c\20GrLoadOp\29 -4272:skgpu::ganesh::AtlasTextOp::Make\28skgpu::ganesh::SurfaceDrawContext*\2c\20sktext::gpu::AtlasSubRun\20const*\2c\20GrClip\20const*\2c\20SkMatrix\20const&\2c\20SkPoint\2c\20SkPaint\20const&\2c\20sk_sp&&\29 -4273:skgpu::ganesh::AtlasRenderTask::stencilAtlasRect\28GrRecordingContext*\2c\20SkRect\20const&\2c\20SkRGBA4f<\28SkAlphaType\292>\20const&\2c\20GrUserStencilSettings\20const*\29 -4274:skgpu::ganesh::AtlasRenderTask::addPath\28SkMatrix\20const&\2c\20SkPath\20const&\2c\20SkIPoint\2c\20int\2c\20int\2c\20bool\2c\20SkIPoint16*\29 -4275:skgpu::ganesh::AtlasPathRenderer::preFlush\28GrOnFlushResourceProvider*\29 -4276:skgpu::ganesh::AtlasPathRenderer::addPathToAtlas\28GrRecordingContext*\2c\20SkMatrix\20const&\2c\20SkPath\20const&\2c\20SkRect\20const&\2c\20SkIRect*\2c\20SkIPoint16*\2c\20bool*\2c\20std::__2::function\20const&\29 -4277:skgpu::ganesh::AsFragmentProcessor\28skgpu::ganesh::SurfaceDrawContext*\2c\20SkImage\20const*\2c\20SkSamplingOptions\2c\20SkTileMode\20const*\2c\20SkMatrix\20const&\2c\20SkRect\20const*\2c\20SkRect\20const*\29 -4278:skgpu::TiledTextureUtils::OptimizeSampleArea\28SkISize\20const&\2c\20SkRect\20const&\2c\20SkRect\20const&\2c\20SkPoint\20const*\2c\20SkRect*\2c\20SkRect*\2c\20SkMatrix*\29 -4279:skgpu::TClientMappedBufferManager::process\28\29 -4280:skgpu::TAsyncReadResult::~TAsyncReadResult\28\29 -4281:skgpu::RectanizerSkyline::addRect\28int\2c\20int\2c\20SkIPoint16*\29 -4282:skgpu::Plot::Plot\28int\2c\20int\2c\20skgpu::AtlasGenerationCounter*\2c\20int\2c\20int\2c\20int\2c\20int\2c\20SkColorType\2c\20unsigned\20long\29 -4283:skgpu::GetReducedBlendModeInfo\28SkBlendMode\29 -4284:skgpu::CreateIntegralTable\28int\29 -4285:skgpu::BlendFuncName\28SkBlendMode\29 -4286:skcms_private::baseline::exec_stages\28skcms_private::Op\20const*\2c\20void\20const**\2c\20char\20const*\2c\20char*\2c\20int\29 -4287:skcms_private::baseline::clut\28unsigned\20int\2c\20unsigned\20int\2c\20unsigned\20char\20const*\2c\20unsigned\20char\20const*\2c\20unsigned\20char\20const*\2c\20float\20vector\5b4\5d*\2c\20float\20vector\5b4\5d*\2c\20float\20vector\5b4\5d*\2c\20float\20vector\5b4\5d*\29 -4288:skcms_PrimariesToXYZD50 -4289:skcms_ApproximatelyEqualProfiles -4290:sk_sp*\20std::__2::vector\2c\20std::__2::allocator>>::__emplace_back_slow_path>\28sk_sp&&\29 -4291:sk_sp\20sk_make_sp\2c\20SkSurfaceProps\20const*&>\28skcpu::RecorderImpl*&&\2c\20SkImageInfo\20const&\2c\20sk_sp&&\2c\20SkSurfaceProps\20const*&\29 -4292:sk_sp*\20emscripten::internal::MemberAccess>::getWire\28sk_sp\20SkRuntimeEffect::TracedShader::*\20const&\2c\20SkRuntimeEffect::TracedShader&\29 -4293:sk_fopen\28char\20const*\2c\20SkFILE_Flags\29 -4294:sk_fgetsize\28_IO_FILE*\29 -4295:sk_fclose\28_IO_FILE*\29 -4296:setup_masks_arabic_plan\28arabic_shape_plan_t\20const*\2c\20hb_buffer_t*\2c\20hb_script_t\29 -4297:set_khr_debug_label\28GrGLGpu*\2c\20unsigned\20int\2c\20std::__2::basic_string_view>\29 -4298:setThrew -4299:setCommonICUData\28UDataMemory*\2c\20signed\20char\2c\20UErrorCode*\29 -4300:serialize_image\28SkImage\20const*\2c\20SkSerialProcs\29 -4301:send_tree -4302:sect_with_vertical\28SkPoint\20const*\2c\20float\29 -4303:sect_with_horizontal\28SkPoint\20const*\2c\20float\29 -4304:scanexp -4305:scalbnl -4306:rewind_if_necessary\28GrTriangulator::Edge*\2c\20GrTriangulator::EdgeList*\2c\20GrTriangulator::Vertex**\2c\20GrTriangulator::Comparator\20const&\29 -4307:resolveImplicitLevels\28UBiDi*\2c\20int\2c\20int\2c\20unsigned\20char\2c\20unsigned\20char\29 -4308:reset_and_decode_image_config\28wuffs_gif__decoder__struct*\2c\20wuffs_base__image_config__struct*\2c\20wuffs_base__io_buffer__struct*\2c\20SkStream*\29 -4309:res_unload_74 -4310:res_countArrayItems_74 -4311:renderbuffer_storage_msaa\28GrGLGpu*\2c\20int\2c\20unsigned\20int\2c\20int\2c\20int\29 -4312:recursive_edge_intersect\28GrTriangulator::Line\20const&\2c\20SkPoint\2c\20SkPoint\2c\20GrTriangulator::Line\20const&\2c\20SkPoint\2c\20SkPoint\2c\20SkPoint*\2c\20double*\2c\20double*\29 -4313:reclassify_vertex\28TriangulationVertex*\2c\20SkPoint\20const*\2c\20int\2c\20ReflexHash*\2c\20SkTInternalLList*\29 -4314:quad_intercept_v\28SkPoint\20const*\2c\20float\2c\20float\2c\20double*\29 -4315:quad_intercept_h\28SkPoint\20const*\2c\20float\2c\20float\2c\20double*\29 -4316:quad_in_line\28SkPoint\20const*\29 -4317:psh_hint_table_init -4318:psh_hint_table_find_strong_points -4319:psh_hint_table_activate_mask -4320:psh_hint_align -4321:psh_glyph_interpolate_strong_points -4322:psh_glyph_interpolate_other_points -4323:psh_glyph_interpolate_normal_points -4324:psh_blues_set_zones -4325:ps_parser_load_field -4326:ps_dimension_end -4327:ps_dimension_done -4328:ps_builder_start_point -4329:printf_core -4330:position_cluster\28hb_ot_shape_plan_t\20const*\2c\20hb_font_t*\2c\20hb_buffer_t*\2c\20unsigned\20int\2c\20unsigned\20int\2c\20bool\29 -4331:portable::uniform_color\28portable::Params*\2c\20SkRasterPipelineStage*\2c\20float\2c\20float\2c\20float\2c\20float\29 -4332:portable::set_rgb\28portable::Params*\2c\20SkRasterPipelineStage*\2c\20float\2c\20float\2c\20float\2c\20float\29 -4333:portable::memset64\28unsigned\20long\20long*\2c\20unsigned\20long\20long\2c\20int\29 -4334:portable::debug_y\28portable::Params*\2c\20SkRasterPipelineStage*\2c\20float\2c\20float\2c\20float\2c\20float\29 -4335:portable::debug_x\28portable::Params*\2c\20SkRasterPipelineStage*\2c\20float\2c\20float\2c\20float\2c\20float\29 -4336:portable::copy_from_indirect_unmasked\28portable::Params*\2c\20SkRasterPipelineStage*\2c\20float\2c\20float\2c\20float\2c\20float\29 -4337:portable::copy_2_slots_unmasked\28portable::Params*\2c\20SkRasterPipelineStage*\2c\20float\2c\20float\2c\20float\2c\20float\29 -4338:portable::check_decal_mask\28portable::Params*\2c\20SkRasterPipelineStage*\2c\20float\2c\20float\2c\20float\2c\20float\29 -4339:pop_arg -4340:pntz -4341:png_inflate -4342:png_deflate_claim -4343:png_decompress_chunk -4344:png_cache_unknown_chunk -4345:operator_new_impl\28unsigned\20long\29 -4346:operator==\28SkPaint\20const&\2c\20SkPaint\20const&\29 -4347:open_face -4348:openCommonData\28char\20const*\2c\20int\2c\20UErrorCode*\29 -4349:offsetTOCEntryCount\28UDataMemory\20const*\29 -4350:non-virtual\20thunk\20to\20SkMeshPriv::CpuBuffer::~CpuBuffer\28\29_2627 -4351:non-virtual\20thunk\20to\20SkMeshPriv::CpuBuffer::~CpuBuffer\28\29 -4352:non-virtual\20thunk\20to\20SkMeshPriv::CpuBuffer::size\28\29\20const -4353:non-virtual\20thunk\20to\20SkMeshPriv::CpuBuffer::onUpdate\28GrDirectContext*\2c\20void\20const*\2c\20unsigned\20long\2c\20unsigned\20long\29 -4354:nearly_equal\28double\2c\20double\29 -4355:mbsrtowcs -4356:map_quad_general\28skvx::Vec<4\2c\20float>\20const&\2c\20skvx::Vec<4\2c\20float>\20const&\2c\20SkMatrix\20const&\2c\20skvx::Vec<4\2c\20float>*\2c\20skvx::Vec<4\2c\20float>*\2c\20skvx::Vec<4\2c\20float>*\29 -4357:make_tiled_gradient\28GrFPArgs\20const&\2c\20std::__2::unique_ptr>\2c\20std::__2::unique_ptr>\2c\20bool\2c\20bool\29 -4358:make_premul_effect\28std::__2::unique_ptr>\29 -4359:make_dual_interval_colorizer\28SkRGBA4f<\28SkAlphaType\292>\20const&\2c\20SkRGBA4f<\28SkAlphaType\292>\20const&\2c\20SkRGBA4f<\28SkAlphaType\292>\20const&\2c\20SkRGBA4f<\28SkAlphaType\292>\20const&\2c\20float\29 -4360:make_clamped_gradient\28std::__2::unique_ptr>\2c\20std::__2::unique_ptr>\2c\20SkRGBA4f<\28SkAlphaType\292>\2c\20SkRGBA4f<\28SkAlphaType\292>\2c\20bool\29 -4361:make_bmp_proxy\28GrProxyProvider*\2c\20SkBitmap\20const&\2c\20GrColorType\2c\20skgpu::Mipmapped\2c\20SkBackingFit\2c\20skgpu::Budgeted\29 -4362:longest_match -4363:long\20std::__2::__num_get_signed_integral\5babi:nn180100\5d\28char\20const*\2c\20char\20const*\2c\20unsigned\20int&\2c\20int\29 -4364:long\20long\20std::__2::__num_get_signed_integral\5babi:nn180100\5d\28char\20const*\2c\20char\20const*\2c\20unsigned\20int&\2c\20int\29 -4365:long\20double\20std::__2::__num_get_float\5babi:nn180100\5d\28char\20const*\2c\20char\20const*\2c\20unsigned\20int&\29 -4366:load_post_names -4367:line_intercept_v\28SkPoint\20const*\2c\20float\2c\20float\2c\20double*\29 -4368:line_intercept_h\28SkPoint\20const*\2c\20float\2c\20float\2c\20double*\29 -4369:legalfunc$_embind_register_bigint -4370:jpeg_open_backing_store -4371:jpeg_consume_input -4372:jpeg_alloc_huff_table -4373:jinit_upsampler -4374:is_leap -4375:isSpecialTypeCodepoints\28char\20const*\29 -4376:isMatchAtCPBoundary\28char16_t\20const*\2c\20char16_t\20const*\2c\20char16_t\20const*\2c\20char16_t\20const*\29 -4377:internal_memalign -4378:int\20icu_74::\28anonymous\20namespace\29::MixedBlocks::findBlock\28unsigned\20short\20const*\2c\20unsigned\20short\20const*\2c\20int\29\20const -4379:int\20icu_74::\28anonymous\20namespace\29::MixedBlocks::findBlock\28unsigned\20short\20const*\2c\20unsigned\20int\20const*\2c\20int\29\20const -4380:insertRootBundle\28UResourceDataEntry*&\2c\20UErrorCode*\29 -4381:init_error_limit -4382:init_block -4383:icu_74::set32x64Bits\28unsigned\20int*\2c\20int\2c\20int\29 -4384:icu_74::getExtName\28unsigned\20int\2c\20char*\2c\20unsigned\20short\29 -4385:icu_74::compareUnicodeString\28UElement\2c\20UElement\29 -4386:icu_74::cloneUnicodeString\28UElement*\2c\20UElement*\29 -4387:icu_74::\28anonymous\20namespace\29::mungeCharName\28char*\2c\20char\20const*\2c\20int\29 -4388:icu_74::\28anonymous\20namespace\29::MutableCodePointTrie::getDataBlock\28int\29 -4389:icu_74::XLikelySubtagsData::readLSREncodedStrings\28icu_74::ResourceTable\20const&\2c\20char\20const*\2c\20icu_74::ResourceValue&\2c\20icu_74::ResourceArray\20const&\2c\20icu_74::LocalMemory&\2c\20int&\2c\20UErrorCode&\29 -4390:icu_74::XLikelySubtags::~XLikelySubtags\28\29 -4391:icu_74::XLikelySubtags::initLikelySubtags\28UErrorCode&\29 -4392:icu_74::UnicodeString::setCharAt\28int\2c\20char16_t\29 -4393:icu_74::UnicodeString::indexOf\28char16_t\20const*\2c\20int\2c\20int\2c\20int\2c\20int\29\20const -4394:icu_74::UnicodeString::doReverse\28int\2c\20int\29 -4395:icu_74::UnicodeSetStringSpan::span\28char16_t\20const*\2c\20int\2c\20USetSpanCondition\29\20const -4396:icu_74::UnicodeSetStringSpan::spanUTF8\28unsigned\20char\20const*\2c\20int\2c\20USetSpanCondition\29\20const -4397:icu_74::UnicodeSetStringSpan::spanBack\28char16_t\20const*\2c\20int\2c\20USetSpanCondition\29\20const -4398:icu_74::UnicodeSetStringSpan::spanBackUTF8\28unsigned\20char\20const*\2c\20int\2c\20USetSpanCondition\29\20const -4399:icu_74::UnicodeSet::set\28int\2c\20int\29 -4400:icu_74::UnicodeSet::setPattern\28char16_t\20const*\2c\20int\29 -4401:icu_74::UnicodeSet::retainAll\28icu_74::UnicodeSet\20const&\29 -4402:icu_74::UnicodeSet::remove\28int\2c\20int\29 -4403:icu_74::UnicodeSet::remove\28int\29 -4404:icu_74::UnicodeSet::matches\28icu_74::Replaceable\20const&\2c\20int&\2c\20int\2c\20signed\20char\29 -4405:icu_74::UnicodeSet::matchesIndexValue\28unsigned\20char\29\20const -4406:icu_74::UnicodeSet::clone\28\29\20const -4407:icu_74::UnicodeSet::cloneAsThawed\28\29\20const -4408:icu_74::UnicodeSet::applyPattern\28icu_74::RuleCharacterIterator&\2c\20icu_74::SymbolTable\20const*\2c\20icu_74::UnicodeString&\2c\20unsigned\20int\2c\20icu_74::UnicodeSet&\20\28icu_74::UnicodeSet::*\29\28int\29\2c\20int\2c\20UErrorCode&\29 -4409:icu_74::UnicodeSet::applyPatternIgnoreSpace\28icu_74::UnicodeString\20const&\2c\20icu_74::ParsePosition&\2c\20icu_74::SymbolTable\20const*\2c\20UErrorCode&\29 -4410:icu_74::UnicodeSet::add\28icu_74::UnicodeString\20const&\29 -4411:icu_74::UnicodeSet::_generatePattern\28icu_74::UnicodeString&\2c\20signed\20char\29\20const -4412:icu_74::UnicodeSet::UnicodeSet\28int\2c\20int\29 -4413:icu_74::UVector::sortedInsert\28void*\2c\20int\20\28*\29\28UElement\2c\20UElement\29\2c\20UErrorCode&\29 -4414:icu_74::UVector::setElementAt\28void*\2c\20int\29 -4415:icu_74::UVector::removeElement\28void*\29 -4416:icu_74::UVector::assign\28icu_74::UVector\20const&\2c\20void\20\28*\29\28UElement*\2c\20UElement*\29\2c\20UErrorCode&\29 -4417:icu_74::UVector::UVector\28UErrorCode&\29 -4418:icu_74::UStringSet::~UStringSet\28\29_13630 -4419:icu_74::UStringSet::~UStringSet\28\29 -4420:icu_74::UDataPathIterator::UDataPathIterator\28char\20const*\2c\20char\20const*\2c\20char\20const*\2c\20char\20const*\2c\20signed\20char\2c\20UErrorCode*\29 -4421:icu_74::UCharsTrieBuilder::build\28UStringTrieBuildOption\2c\20UErrorCode&\29 -4422:icu_74::UCharsTrieBuilder::UCharsTrieBuilder\28UErrorCode&\29 -4423:icu_74::UCharsTrie::nextForCodePoint\28int\29 -4424:icu_74::UCharsTrie::Iterator::next\28UErrorCode&\29 -4425:icu_74::UCharsTrie::Iterator::branchNext\28char16_t\20const*\2c\20int\2c\20UErrorCode&\29 -4426:icu_74::UCharCharacterIterator::setText\28icu_74::ConstChar16Ptr\2c\20int\29 -4427:icu_74::StringTrieBuilder::writeBranchSubNode\28int\2c\20int\2c\20int\2c\20int\29 -4428:icu_74::StringTrieBuilder::LinearMatchNode::operator==\28icu_74::StringTrieBuilder::Node\20const&\29\20const -4429:icu_74::StringTrieBuilder::LinearMatchNode::markRightEdgesFirst\28int\29 -4430:icu_74::RuleCharacterIterator::skipIgnored\28int\29 -4431:icu_74::RuleBasedBreakIterator::~RuleBasedBreakIterator\28\29 -4432:icu_74::RuleBasedBreakIterator::handleSafePrevious\28int\29 -4433:icu_74::RuleBasedBreakIterator::RuleBasedBreakIterator\28UErrorCode*\29 -4434:icu_74::RuleBasedBreakIterator::DictionaryCache::~DictionaryCache\28\29 -4435:icu_74::RuleBasedBreakIterator::DictionaryCache::populateDictionary\28int\2c\20int\2c\20int\2c\20int\29 -4436:icu_74::RuleBasedBreakIterator::BreakCache::seek\28int\29 -4437:icu_74::RuleBasedBreakIterator::BreakCache::current\28\29 -4438:icu_74::ResourceDataValue::getIntVector\28int&\2c\20UErrorCode&\29\20const -4439:icu_74::ReorderingBuffer::equals\28unsigned\20char\20const*\2c\20unsigned\20char\20const*\29\20const -4440:icu_74::RBBIDataWrapper::removeReference\28\29 -4441:icu_74::PropNameData::getPropertyOrValueEnum\28int\2c\20char\20const*\29 -4442:icu_74::Normalizer2WithImpl::normalizeSecondAndAppend\28icu_74::UnicodeString&\2c\20icu_74::UnicodeString\20const&\2c\20signed\20char\2c\20UErrorCode&\29\20const -4443:icu_74::Normalizer2WithImpl::isNormalized\28icu_74::UnicodeString\20const&\2c\20UErrorCode&\29\20const -4444:icu_74::Normalizer2Impl::recompose\28icu_74::ReorderingBuffer&\2c\20int\2c\20signed\20char\29\20const -4445:icu_74::Normalizer2Impl::init\28int\20const*\2c\20UCPTrie\20const*\2c\20unsigned\20short\20const*\2c\20unsigned\20char\20const*\29 -4446:icu_74::Normalizer2Impl::findNextFCDBoundary\28char16_t\20const*\2c\20char16_t\20const*\29\20const -4447:icu_74::Normalizer2Impl::decomposeUTF8\28unsigned\20int\2c\20unsigned\20char\20const*\2c\20unsigned\20char\20const*\2c\20icu_74::ByteSink*\2c\20icu_74::Edits*\2c\20UErrorCode&\29\20const -4448:icu_74::Normalizer2Impl::composeUTF8\28unsigned\20int\2c\20signed\20char\2c\20unsigned\20char\20const*\2c\20unsigned\20char\20const*\2c\20icu_74::ByteSink*\2c\20icu_74::Edits*\2c\20UErrorCode&\29\20const -4449:icu_74::Normalizer2Impl::composeQuickCheck\28char16_t\20const*\2c\20char16_t\20const*\2c\20signed\20char\2c\20UNormalizationCheckResult*\29\20const -4450:icu_74::Normalizer2Factory::getNFKC_CFImpl\28UErrorCode&\29 -4451:icu_74::Normalizer2Factory::getInstance\28UNormalizationMode\2c\20UErrorCode&\29 -4452:icu_74::Normalizer2::getNFCInstance\28UErrorCode&\29 -4453:icu_74::NoopNormalizer2::normalizeSecondAndAppend\28icu_74::UnicodeString&\2c\20icu_74::UnicodeString\20const&\2c\20UErrorCode&\29\20const -4454:icu_74::NoopNormalizer2::isNormalized\28icu_74::UnicodeString\20const&\2c\20UErrorCode&\29\20const -4455:icu_74::MlBreakEngine::~MlBreakEngine\28\29 -4456:icu_74::LocaleUtility::canonicalLocaleString\28icu_74::UnicodeString\20const*\2c\20icu_74::UnicodeString&\29 -4457:icu_74::LocaleKeyFactory::LocaleKeyFactory\28int\29 -4458:icu_74::LocaleKey::LocaleKey\28icu_74::UnicodeString\20const&\2c\20icu_74::UnicodeString\20const&\2c\20icu_74::UnicodeString\20const*\2c\20int\29 -4459:icu_74::LocaleBuilder::build\28UErrorCode&\29 -4460:icu_74::LocaleBuilder::LocaleBuilder\28\29 -4461:icu_74::LocaleBased::setLocaleIDs\28char\20const*\2c\20char\20const*\29 -4462:icu_74::Locale::setKeywordValue\28char\20const*\2c\20char\20const*\2c\20UErrorCode&\29 -4463:icu_74::Locale::operator=\28icu_74::Locale&&\29 -4464:icu_74::Locale::operator==\28icu_74::Locale\20const&\29\20const -4465:icu_74::Locale::createKeywords\28UErrorCode&\29\20const -4466:icu_74::Locale::createFromName\28char\20const*\29 -4467:icu_74::LaoBreakEngine::divideUpDictionaryRange\28UText*\2c\20int\2c\20int\2c\20icu_74::UVector32&\2c\20signed\20char\2c\20UErrorCode&\29\20const -4468:icu_74::LSR::operator=\28icu_74::LSR&&\29 -4469:icu_74::InitCanonIterData::doInit\28icu_74::Normalizer2Impl*\2c\20UErrorCode&\29 -4470:icu_74::ICU_Utility::shouldAlwaysBeEscaped\28int\29 -4471:icu_74::ICU_Utility::isUnprintable\28int\29 -4472:icu_74::ICU_Utility::escape\28icu_74::UnicodeString&\2c\20int\29 -4473:icu_74::ICUServiceKey::parseSuffix\28icu_74::UnicodeString&\29 -4474:icu_74::ICUService::~ICUService\28\29 -4475:icu_74::ICUService::getVisibleIDs\28icu_74::UVector&\2c\20UErrorCode&\29\20const -4476:icu_74::ICUService::clearServiceCache\28\29 -4477:icu_74::ICUNotifier::~ICUNotifier\28\29 -4478:icu_74::Hashtable::put\28icu_74::UnicodeString\20const&\2c\20void*\2c\20UErrorCode&\29 -4479:icu_74::Edits::copyErrorTo\28UErrorCode&\29\20const -4480:icu_74::DecomposeNormalizer2::hasBoundaryBefore\28int\29\20const -4481:icu_74::DecomposeNormalizer2::hasBoundaryAfter\28int\29\20const -4482:icu_74::CjkBreakEngine::~CjkBreakEngine\28\29 -4483:icu_74::CjkBreakEngine::CjkBreakEngine\28icu_74::DictionaryMatcher*\2c\20icu_74::LanguageType\2c\20UErrorCode&\29 -4484:icu_74::CharString::truncate\28int\29 -4485:icu_74::CharString::cloneData\28UErrorCode&\29\20const -4486:icu_74::CharString*\20icu_74::MemoryPool::create\28char\20const*&\2c\20UErrorCode&\29 -4487:icu_74::CharString*\20icu_74::MemoryPool::create<>\28\29 -4488:icu_74::CanonIterData::addToStartSet\28int\2c\20int\2c\20UErrorCode&\29 -4489:icu_74::BytesTrie::branchNext\28unsigned\20char\20const*\2c\20int\2c\20int\29 -4490:icu_74::ByteSinkUtil::appendCodePoint\28int\2c\20int\2c\20icu_74::ByteSink&\2c\20icu_74::Edits*\29 -4491:icu_74::BreakIterator::getLocale\28ULocDataLocaleType\2c\20UErrorCode&\29\20const -4492:icu_74::BreakIterator::getLocaleID\28ULocDataLocaleType\2c\20UErrorCode&\29\20const -4493:icu_74::BreakIterator::createCharacterInstance\28icu_74::Locale\20const&\2c\20UErrorCode&\29 -4494:hb_vector_t\2c\20false>::resize\28int\2c\20bool\2c\20bool\29 -4495:hb_vector_t::resize\28int\2c\20bool\2c\20bool\29 -4496:hb_vector_t::push\28\29 -4497:hb_vector_t\2c\20false>::resize\28int\2c\20bool\2c\20bool\29 -4498:hb_vector_size_t\20hb_bit_set_t::op_<$_14>\28hb_vector_size_t\20const&\2c\20hb_vector_size_t\20const&\29 -4499:hb_utf8_t::next\28unsigned\20char\20const*\2c\20unsigned\20char\20const*\2c\20unsigned\20int*\2c\20unsigned\20int\29 -4500:hb_unicode_script -4501:hb_unicode_mirroring_nil\28hb_unicode_funcs_t*\2c\20unsigned\20int\2c\20void*\29 -4502:hb_unicode_funcs_t::is_default_ignorable\28unsigned\20int\29 -4503:hb_shape_plan_key_t::init\28bool\2c\20hb_face_t*\2c\20hb_segment_properties_t\20const*\2c\20hb_feature_t\20const*\2c\20unsigned\20int\2c\20int\20const*\2c\20unsigned\20int\2c\20char\20const*\20const*\29 -4504:hb_shape_plan_create2 -4505:hb_serialize_context_t::fini\28\29 -4506:hb_paint_extents_paint_linear_gradient\28hb_paint_funcs_t*\2c\20void*\2c\20hb_color_line_t*\2c\20float\2c\20float\2c\20float\2c\20float\2c\20float\2c\20float\2c\20void*\29 -4507:hb_paint_extents_get_funcs\28\29 -4508:hb_paint_extents_context_t::clear\28\29 -4509:hb_ot_map_t::fini\28\29 -4510:hb_ot_layout_table_select_script -4511:hb_ot_layout_table_get_lookup_count -4512:hb_ot_layout_table_find_feature_variations -4513:hb_ot_layout_table_find_feature\28hb_face_t*\2c\20unsigned\20int\2c\20unsigned\20int\2c\20unsigned\20int*\29 -4514:hb_ot_layout_script_select_language -4515:hb_ot_layout_language_get_required_feature -4516:hb_ot_layout_language_find_feature -4517:hb_ot_layout_has_substitution -4518:hb_ot_layout_feature_with_variations_get_lookups -4519:hb_ot_layout_collect_features_map -4520:hb_ot_font_set_funcs -4521:hb_lazy_loader_t::do_destroy\28hb_draw_funcs_t*\29 -4522:hb_lazy_loader_t\2c\20hb_face_t\2c\2038u\2c\20OT::sbix_accelerator_t>::create\28hb_face_t*\29 -4523:hb_lazy_loader_t\2c\20hb_face_t\2c\207u\2c\20OT::post_accelerator_t>::do_destroy\28OT::post_accelerator_t*\29 -4524:hb_lazy_loader_t\2c\20hb_face_t\2c\2017u\2c\20OT::cff2_accelerator_t>::do_destroy\28OT::cff2_accelerator_t*\29 -4525:hb_lazy_loader_t\2c\20hb_face_t\2c\2035u\2c\20OT::COLR_accelerator_t>::do_destroy\28OT::COLR_accelerator_t*\29 -4526:hb_lazy_loader_t\2c\20hb_face_t\2c\2037u\2c\20OT::CBDT_accelerator_t>::do_destroy\28OT::CBDT_accelerator_t*\29 -4527:hb_language_matches -4528:hb_indic_get_categories\28unsigned\20int\29 -4529:hb_hashmap_t::fetch_item\28hb_serialize_context_t::object_t\20const*\20const&\2c\20unsigned\20int\29\20const -4530:hb_hashmap_t::alloc\28unsigned\20int\29 -4531:hb_font_t::synthetic_glyph_extents\28hb_glyph_extents_t*\29 -4532:hb_font_t::get_glyph_v_origin_with_fallback\28unsigned\20int\2c\20int*\2c\20int*\29 -4533:hb_font_t::get_glyph_contour_point_for_origin\28unsigned\20int\2c\20unsigned\20int\2c\20hb_direction_t\2c\20int*\2c\20int*\29 -4534:hb_font_set_variations -4535:hb_font_set_funcs -4536:hb_font_get_variation_glyph_nil\28hb_font_t*\2c\20void*\2c\20unsigned\20int\2c\20unsigned\20int\2c\20unsigned\20int*\2c\20void*\29 -4537:hb_font_get_glyph_h_advance -4538:hb_font_get_glyph_extents -4539:hb_font_get_font_h_extents_nil\28hb_font_t*\2c\20void*\2c\20hb_font_extents_t*\2c\20void*\29 -4540:hb_font_funcs_set_variation_glyph_func -4541:hb_font_funcs_set_nominal_glyphs_func -4542:hb_font_funcs_set_nominal_glyph_func -4543:hb_font_funcs_set_glyph_h_advances_func -4544:hb_font_funcs_set_glyph_extents_func -4545:hb_font_funcs_create -4546:hb_draw_move_to_nil\28hb_draw_funcs_t*\2c\20void*\2c\20hb_draw_state_t*\2c\20float\2c\20float\2c\20void*\29 -4547:hb_draw_funcs_set_quadratic_to_func -4548:hb_draw_funcs_set_move_to_func -4549:hb_draw_funcs_set_line_to_func -4550:hb_draw_funcs_set_cubic_to_func -4551:hb_draw_funcs_create -4552:hb_draw_extents_move_to\28hb_draw_funcs_t*\2c\20void*\2c\20hb_draw_state_t*\2c\20float\2c\20float\2c\20void*\29 -4553:hb_buffer_t::sort\28unsigned\20int\2c\20unsigned\20int\2c\20int\20\28*\29\28hb_glyph_info_t\20const*\2c\20hb_glyph_info_t\20const*\29\29 -4554:hb_buffer_t::output_info\28hb_glyph_info_t\20const&\29 -4555:hb_buffer_t::message_impl\28hb_font_t*\2c\20char\20const*\2c\20void*\29 -4556:hb_buffer_t::leave\28\29 -4557:hb_buffer_t::delete_glyphs_inplace\28bool\20\28*\29\28hb_glyph_info_t\20const*\29\29 -4558:hb_buffer_t::clear_positions\28\29 -4559:hb_buffer_set_length -4560:hb_buffer_get_glyph_positions -4561:hb_buffer_diff -4562:hb_buffer_create -4563:hb_buffer_clear_contents -4564:hb_buffer_add_utf8 -4565:hb_blob_t*\20hb_sanitize_context_t::sanitize_blob\28hb_blob_t*\29 -4566:hb_blob_t*\20hb_data_wrapper_t::call_create>\28\29\20const -4567:hb_blob_t*\20hb_data_wrapper_t::call_create>\28\29\20const -4568:hb_aat_map_builder_t::compile\28hb_aat_map_t&\29 -4569:hb_aat_layout_remove_deleted_glyphs\28hb_buffer_t*\29 -4570:hb_aat_layout_compile_map\28hb_aat_map_builder_t\20const*\2c\20hb_aat_map_t*\29 -4571:hair_cubic\28SkPoint\20const*\2c\20SkRegion\20const*\2c\20SkBlitter*\2c\20void\20\28*\29\28SkPoint\20const*\2c\20int\2c\20SkRegion\20const*\2c\20SkBlitter*\29\29 -4572:getint -4573:get_win_string -4574:get_dst_swizzle_and_store\28GrColorType\2c\20SkRasterPipelineOp*\2c\20LumMode*\2c\20bool*\2c\20bool*\29 -4575:get_driver_and_version\28GrGLStandard\2c\20GrGLVendor\2c\20char\20const*\2c\20char\20const*\2c\20char\20const*\29 -4576:getFallbackData\28UResourceBundle\20const*\2c\20char\20const**\2c\20unsigned\20int*\2c\20UErrorCode*\29 -4577:gen_key\28skgpu::KeyBuilder*\2c\20GrProgramInfo\20const&\2c\20GrCaps\20const&\29 -4578:gen_fp_key\28GrFragmentProcessor\20const&\2c\20GrCaps\20const&\2c\20skgpu::KeyBuilder*\29 -4579:gather_uniforms_and_check_for_main\28SkSL::Program\20const&\2c\20std::__2::vector>*\2c\20std::__2::vector>*\2c\20SkRuntimeEffect::Uniform::Flags\2c\20unsigned\20long*\29 -4580:fwrite -4581:ft_var_to_normalized -4582:ft_var_load_item_variation_store -4583:ft_var_load_hvvar -4584:ft_var_load_avar -4585:ft_var_get_value_pointer -4586:ft_var_apply_tuple -4587:ft_validator_init -4588:ft_mem_strcpyn -4589:ft_hash_num_lookup -4590:ft_glyphslot_set_bitmap -4591:ft_glyphslot_preset_bitmap -4592:ft_corner_orientation -4593:ft_corner_is_flat -4594:frexp -4595:free_entry\28UResourceDataEntry*\29 -4596:fread -4597:fp_force_eval -4598:fp_barrier_17337 -4599:fopen -4600:fold_opacity_layer_color_to_paint\28SkPaint\20const*\2c\20bool\2c\20SkPaint*\29 -4601:fmodl -4602:float\20std::__2::__num_get_float\5babi:nn180100\5d\28char\20const*\2c\20char\20const*\2c\20unsigned\20int&\29 -4603:fill_shadow_rec\28SkPath\20const&\2c\20SkPoint3\20const&\2c\20SkPoint3\20const&\2c\20float\2c\20unsigned\20int\2c\20unsigned\20int\2c\20unsigned\20int\2c\20SkMatrix\20const&\2c\20SkDrawShadowRec*\29 -4604:fill_inverse_cmap -4605:fileno -4606:examine_app0 -4607:emscripten::internal::MethodInvoker::invoke\28void\20\28SkCanvas::*\20const&\29\28SkPath\20const&\2c\20SkClipOp\2c\20bool\29\2c\20SkCanvas*\2c\20SkPath*\2c\20SkClipOp\2c\20bool\29 -4608:emscripten::internal::MethodInvoker\20\28SkAnimatedImage::*\29\28\29\2c\20sk_sp\2c\20SkAnimatedImage*>::invoke\28sk_sp\20\28SkAnimatedImage::*\20const&\29\28\29\2c\20SkAnimatedImage*\29 -4609:emscripten::internal::Invoker\2c\20sk_sp\2c\20sk_sp>::invoke\28sk_sp\20\28*\29\28sk_sp\2c\20sk_sp\29\2c\20sk_sp*\2c\20sk_sp*\29 -4610:emscripten::internal::Invoker\2c\20SkBlendMode\2c\20sk_sp\2c\20sk_sp>::invoke\28sk_sp\20\28*\29\28SkBlendMode\2c\20sk_sp\2c\20sk_sp\29\2c\20SkBlendMode\2c\20sk_sp*\2c\20sk_sp*\29 -4611:emscripten::internal::Invoker\2c\20SkBlendMode>::invoke\28sk_sp\20\28*\29\28SkBlendMode\29\2c\20SkBlendMode\29 -4612:emscripten::internal::FunctionInvoker::invoke\28void\20\28**\29\28SkPath&\2c\20float\2c\20float\2c\20float\2c\20float\29\2c\20SkPath*\2c\20float\2c\20float\2c\20float\2c\20float\29 -4613:emscripten::internal::FunctionInvoker::invoke\28void\20\28**\29\28SkPath&\2c\20float\2c\20float\29\2c\20SkPath*\2c\20float\2c\20float\29 -4614:emscripten::internal::FunctionInvoker\29\2c\20void\2c\20SkPaint&\2c\20unsigned\20long\2c\20sk_sp>::invoke\28void\20\28**\29\28SkPaint&\2c\20unsigned\20long\2c\20sk_sp\29\2c\20SkPaint*\2c\20unsigned\20long\2c\20sk_sp*\29 -4615:emscripten::internal::FunctionInvoker::invoke\28void\20\28**\29\28SkCanvas&\2c\20skia::textlayout::Paragraph*\2c\20float\2c\20float\29\2c\20SkCanvas*\2c\20skia::textlayout::Paragraph*\2c\20float\2c\20float\29 -4616:emscripten::internal::FunctionInvoker\20const&\2c\20unsigned\20long\2c\20unsigned\20long\2c\20unsigned\20long\2c\20int\2c\20SkBlendMode\2c\20SkFilterMode\2c\20SkMipmapMode\2c\20SkPaint\20const*\29\2c\20void\2c\20SkCanvas&\2c\20sk_sp\20const&\2c\20unsigned\20long\2c\20unsigned\20long\2c\20unsigned\20long\2c\20int\2c\20SkBlendMode\2c\20SkFilterMode\2c\20SkMipmapMode\2c\20SkPaint\20const*>::invoke\28void\20\28**\29\28SkCanvas&\2c\20sk_sp\20const&\2c\20unsigned\20long\2c\20unsigned\20long\2c\20unsigned\20long\2c\20int\2c\20SkBlendMode\2c\20SkFilterMode\2c\20SkMipmapMode\2c\20SkPaint\20const*\29\2c\20SkCanvas*\2c\20sk_sp*\2c\20unsigned\20long\2c\20unsigned\20long\2c\20unsigned\20long\2c\20int\2c\20SkBlendMode\2c\20SkFilterMode\2c\20SkMipmapMode\2c\20SkPaint\20const*\29 -4617:emscripten::internal::FunctionInvoker\20const&\2c\20float\2c\20float\2c\20SkPaint\20const*\29\2c\20void\2c\20SkCanvas&\2c\20sk_sp\20const&\2c\20float\2c\20float\2c\20SkPaint\20const*>::invoke\28void\20\28**\29\28SkCanvas&\2c\20sk_sp\20const&\2c\20float\2c\20float\2c\20SkPaint\20const*\29\2c\20SkCanvas*\2c\20sk_sp*\2c\20float\2c\20float\2c\20SkPaint\20const*\29 -4618:emscripten::internal::FunctionInvoker\20\28*\29\28SkCanvas&\2c\20SimpleImageInfo\29\2c\20sk_sp\2c\20SkCanvas&\2c\20SimpleImageInfo>::invoke\28sk_sp\20\28**\29\28SkCanvas&\2c\20SimpleImageInfo\29\2c\20SkCanvas*\2c\20SimpleImageInfo*\29 -4619:emscripten::internal::FunctionInvoker::invoke\28int\20\28**\29\28SkFont&\2c\20unsigned\20long\2c\20unsigned\20long\2c\20unsigned\20long\2c\20unsigned\20long\29\2c\20SkFont*\2c\20unsigned\20long\2c\20unsigned\20long\2c\20unsigned\20long\2c\20unsigned\20long\29 -4620:emscripten::internal::FunctionInvoker::invoke\28bool\20\28**\29\28SkPath&\2c\20SkPath\20const&\2c\20SkPathOp\29\2c\20SkPath*\2c\20SkPath*\2c\20SkPathOp\29 -4621:embind_init_builtin\28\29 -4622:embind_init_Skia\28\29 -4623:embind_init_Paragraph\28\29::$_0::__invoke\28SimpleParagraphStyle\2c\20sk_sp\29 -4624:embind_init_Paragraph\28\29 -4625:embind_init_ParagraphGen\28\29 -4626:edge_line_needs_recursion\28SkPoint\20const&\2c\20SkPoint\20const&\29 -4627:dquad_xy_at_t\28SkPoint\20const*\2c\20float\2c\20double\29 -4628:dquad_intersect_ray\28SkDCurve\20const&\2c\20SkDLine\20const&\2c\20SkIntersections*\29 -4629:double\20std::__2::__num_get_float\5babi:nn180100\5d\28char\20const*\2c\20char\20const*\2c\20unsigned\20int&\29 -4630:doOpenChoice\28char\20const*\2c\20char\20const*\2c\20char\20const*\2c\20signed\20char\20\28*\29\28void*\2c\20char\20const*\2c\20char\20const*\2c\20UDataInfo\20const*\29\2c\20void*\2c\20UErrorCode*\29 -4631:doLoadFromIndividualFiles\28char\20const*\2c\20char\20const*\2c\20char\20const*\2c\20char\20const*\2c\20char\20const*\2c\20char\20const*\2c\20signed\20char\20\28*\29\28void*\2c\20char\20const*\2c\20char\20const*\2c\20UDataInfo\20const*\29\2c\20void*\2c\20UErrorCode*\2c\20UErrorCode*\29 -4632:dline_xy_at_t\28SkPoint\20const*\2c\20float\2c\20double\29 -4633:dline_intersect_ray\28SkDCurve\20const&\2c\20SkDLine\20const&\2c\20SkIntersections*\29 -4634:deflate_stored -4635:decompose_current_character\28hb_ot_shape_normalize_context_t\20const*\2c\20bool\29 -4636:decltype\28fp\28nullptr\29\29\20SkArenaAlloc::make\28skgpu::ganesh::QuadPerEdgeAA::QuadPerEdgeAAGeometryProcessor::Make\28SkArenaAlloc*\2c\20skgpu::ganesh::QuadPerEdgeAA::VertexSpec\20const&\29::'lambda'\28void*\29&&\29::'lambda'\28char*\29::__invoke\28char*\29 -4637:decltype\28fp\28nullptr\29\29\20SkArenaAlloc::make\28bool&\2c\20skgpu::tess::PatchAttribs&\29::'lambda'\28void*\29>\28skgpu::ganesh::PathCurveTessellator&&\29::'lambda'\28char*\29::__invoke\28char*\29 -4638:decltype\28fp\28nullptr\29\29\20SkArenaAlloc::make<\28anonymous\20namespace\29::MeshGP::Make\28SkArenaAlloc*\2c\20sk_sp\2c\20sk_sp\2c\20SkMatrix\20const&\2c\20std::__2::optional>\20const&\2c\20bool\2c\20sk_sp\2c\20SkSpan>>\29::'lambda'\28void*\29>\28\28anonymous\20namespace\29::MeshGP::Make\28SkArenaAlloc*\2c\20sk_sp\2c\20sk_sp\2c\20SkMatrix\20const&\2c\20std::__2::optional>\20const&\2c\20bool\2c\20sk_sp\2c\20SkSpan>>\29::'lambda'\28void*\29&&\29::'lambda'\28char*\29::__invoke\28char*\29 -4639:decltype\28fp\28nullptr\29\29\20SkArenaAlloc::make<\28anonymous\20namespace\29::GaussianPass*\20SkArenaAlloc::make<\28anonymous\20namespace\29::GaussianPass\2c\20int&\2c\20float*&\2c\20skvx::Vec<4\2c\20float>*&>\28int&\2c\20float*&\2c\20skvx::Vec<4\2c\20float>*&\29::'lambda'\28void*\29>\28\28anonymous\20namespace\29::GaussianPass&&\29::'lambda'\28char*\29::__invoke\28char*\29 -4640:decltype\28fp\28nullptr\29\29\20SkArenaAlloc::make<\28anonymous\20namespace\29::A8Pass*\20SkArenaAlloc::make<\28anonymous\20namespace\29::A8Pass\2c\20unsigned\20long\20long&\2c\20unsigned\20int*&\2c\20unsigned\20int*&\2c\20unsigned\20int*&\2c\20unsigned\20int*&\2c\20unsigned\20int*&\2c\20unsigned\20int*&\2c\20int&>\28unsigned\20long\20long&\2c\20unsigned\20int*&\2c\20unsigned\20int*&\2c\20unsigned\20int*&\2c\20unsigned\20int*&\2c\20unsigned\20int*&\2c\20unsigned\20int*&\2c\20int&\29::'lambda'\28void*\29>\28\28anonymous\20namespace\29::A8Pass&&\29::'lambda'\28char*\29::__invoke\28char*\29 -4641:decltype\28fp\28nullptr\29\29\20SkArenaAlloc::make\28SkShaderBase\20const&\2c\20bool\20const&\29::'lambda'\28void*\29>\28SkTransformShader&&\29::'lambda'\28char*\29::__invoke\28char*\29 -4642:decltype\28fp\28nullptr\29\29\20SkArenaAlloc::make\28SkPixmap\20const&\2c\20SkPaint\20const&\29::'lambda'\28void*\29>\28SkA8_Blitter&&\29::'lambda'\28char*\29::__invoke\28char*\29 -4643:decltype\28fp\28nullptr\29\29\20SkArenaAlloc::make\28skgpu::UniqueKey\20const&\2c\20GrSurfaceProxyView\20const&\29::'lambda'\28void*\29>\28GrThreadSafeCache::Entry&&\29::'lambda'\28char*\29::__invoke\28char*\29 -4644:decltype\28fp\28nullptr\29\29\20SkArenaAlloc::make\28GrSurfaceProxy*&\2c\20skgpu::ScratchKey&&\2c\20GrResourceProvider*&\29::'lambda'\28void*\29>\28GrResourceAllocator::Register&&\29 -4645:decltype\28fp\28nullptr\29\29\20SkArenaAlloc::make\28GrRRectShadowGeoProc::Make\28SkArenaAlloc*\2c\20GrSurfaceProxyView\20const&\29::'lambda'\28void*\29&&\29::'lambda'\28char*\29::__invoke\28char*\29 -4646:decltype\28fp\28nullptr\29\29\20SkArenaAlloc::make\20const&\2c\20SkMatrix\20const&\2c\20GrCaps\20const&\2c\20SkMatrix\20const&\2c\20bool\2c\20unsigned\20char\29::'lambda'\28void*\29>\28GrQuadEffect::Make\28SkArenaAlloc*\2c\20SkRGBA4f<\28SkAlphaType\292>\20const&\2c\20SkMatrix\20const&\2c\20GrCaps\20const&\2c\20SkMatrix\20const&\2c\20bool\2c\20unsigned\20char\29::'lambda'\28void*\29&&\29::'lambda'\28char*\29::__invoke\28char*\29 -4647:decltype\28fp\28nullptr\29\29\20SkArenaAlloc::make\28GrPipeline::InitArgs&\2c\20GrProcessorSet&&\2c\20GrAppliedClip&&\29::'lambda'\28void*\29>\28GrPipeline&&\29::'lambda'\28char*\29::__invoke\28char*\29 -4648:decltype\28fp\28nullptr\29\29\20SkArenaAlloc::make\28GrDistanceFieldA8TextGeoProc::Make\28SkArenaAlloc*\2c\20GrShaderCaps\20const&\2c\20GrSurfaceProxyView\20const*\2c\20int\2c\20GrSamplerState\2c\20float\2c\20unsigned\20int\2c\20SkMatrix\20const&\29::'lambda'\28void*\29&&\29::'lambda'\28char*\29::__invoke\28char*\29 -4649:decltype\28fp\28nullptr\29\29\20SkArenaAlloc::make\20const&\2c\20SkMatrix\20const&\2c\20SkMatrix\20const&\2c\20bool\2c\20unsigned\20char\29::'lambda'\28void*\29>\28DefaultGeoProc::Make\28SkArenaAlloc*\2c\20unsigned\20int\2c\20SkRGBA4f<\28SkAlphaType\292>\20const&\2c\20SkMatrix\20const&\2c\20SkMatrix\20const&\2c\20bool\2c\20unsigned\20char\29::'lambda'\28void*\29&&\29 -4650:decltype\28fp\28nullptr\29\29\20SkArenaAlloc::make\28CircleGeometryProcessor::Make\28SkArenaAlloc*\2c\20bool\2c\20bool\2c\20bool\2c\20bool\2c\20bool\2c\20bool\2c\20SkMatrix\20const&\29::'lambda'\28void*\29&&\29::'lambda'\28char*\29::__invoke\28char*\29 -4651:decltype\28fp.sanitize\28this\2c\20std::forward\20const*>\28fp1\29\29\29\20hb_sanitize_context_t::_dispatch\2c\20OT::IntType\2c\20void\2c\20true>\2c\20OT::ContextFormat1_4\20const*>\28OT::OffsetTo\2c\20OT::IntType\2c\20void\2c\20true>\20const&\2c\20hb_priority<1u>\2c\20OT::ContextFormat1_4\20const*&&\29 -4652:decltype\28auto\29\20std::__2::__variant_detail::__visitation::__base::__dispatcher<0ul\2c\200ul>::__dispatch\5babi:ne180100\5d\2c\20std::__2::unique_ptr>>>::__generic_construct\5babi:ne180100\5d\2c\20std::__2::unique_ptr>>\2c\20\28std::__2::__variant_detail::_Trait\291>>\28std::__2::__variant_detail::__ctor\2c\20std::__2::unique_ptr>>>&\2c\20std::__2::__variant_detail::__move_constructor\2c\20std::__2::unique_ptr>>\2c\20\28std::__2::__variant_detail::_Trait\291>&&\29::'lambda'\28std::__2::__variant_detail::__move_constructor\2c\20std::__2::unique_ptr>>\2c\20\28std::__2::__variant_detail::_Trait\291>&\2c\20auto&&\29&&\2c\20std::__2::__variant_detail::__base<\28std::__2::__variant_detail::_Trait\291\2c\20sk_sp\2c\20std::__2::unique_ptr>>&\2c\20std::__2::__variant_detail::__base<\28std::__2::__variant_detail::_Trait\291\2c\20sk_sp\2c\20std::__2::unique_ptr>>&&>\28std::__2::__variant_detail::__move_constructor\2c\20std::__2::unique_ptr>>\2c\20\28std::__2::__variant_detail::_Trait\291>\2c\20std::__2::__variant_detail::__base<\28std::__2::__variant_detail::_Trait\291\2c\20sk_sp\2c\20std::__2::unique_ptr>>&\2c\20std::__2::__variant_detail::__base<\28std::__2::__variant_detail::_Trait\291\2c\20sk_sp\2c\20std::__2::unique_ptr>>&&\29 -4653:dcubic_xy_at_t\28SkPoint\20const*\2c\20float\2c\20double\29 -4654:dcubic_intersect_ray\28SkDCurve\20const&\2c\20SkDLine\20const&\2c\20SkIntersections*\29 -4655:dconic_xy_at_t\28SkPoint\20const*\2c\20float\2c\20double\29 -4656:dconic_intersect_ray\28SkDCurve\20const&\2c\20SkDLine\20const&\2c\20SkIntersections*\29 -4657:data_destroy_arabic\28void*\29 -4658:data_create_arabic\28hb_ot_shape_plan_t\20const*\29 -4659:cycle -4660:cubic_intercept_v\28SkPoint\20const*\2c\20float\2c\20float\2c\20double*\29 -4661:cubic_intercept_h\28SkPoint\20const*\2c\20float\2c\20float\2c\20double*\29 -4662:create_colorindex -4663:copysignl -4664:copy_bitmap_subset\28SkBitmap\20const&\2c\20SkIRect\20const&\29 -4665:conic_intercept_v\28SkPoint\20const*\2c\20float\2c\20float\2c\20double*\29 -4666:conic_intercept_h\28SkPoint\20const*\2c\20float\2c\20float\2c\20double*\29 -4667:compute_pos_tan\28SkPoint\20const*\2c\20unsigned\20int\2c\20float\2c\20SkPoint*\2c\20SkPoint*\29 -4668:compute_intersection\28OffsetSegment\20const&\2c\20OffsetSegment\20const&\2c\20SkPoint*\2c\20float*\2c\20float*\29 -4669:compress_block -4670:compose_khmer\28hb_ot_shape_normalize_context_t\20const*\2c\20unsigned\20int\2c\20unsigned\20int\2c\20unsigned\20int*\29 -4671:compare_offsets -4672:clipHandlesSprite\28SkRasterClip\20const&\2c\20int\2c\20int\2c\20SkPixmap\20const&\29 -4673:clamp\28SkPoint\2c\20SkPoint\2c\20SkPoint\2c\20GrTriangulator::Comparator\20const&\29 -4674:checkint -4675:check_inverse_on_empty_return\28SkRegion*\2c\20SkPath\20const&\2c\20SkRegion\20const&\29 -4676:charIterTextAccess\28UText*\2c\20long\20long\2c\20signed\20char\29 -4677:char*\20std::__2::copy_n\5babi:nn180100\5d\28char\20const*\2c\20unsigned\20long\2c\20char*\29 -4678:char*\20std::__2::copy\5babi:nn180100\5d\2c\20char*>\28std::__2::__wrap_iter\2c\20std::__2::__wrap_iter\2c\20char*\29 -4679:char*\20std::__2::__constexpr_memmove\5babi:nn180100\5d\28char*\2c\20char\20const*\2c\20std::__2::__element_count\29 -4680:cff_vstore_done -4681:cff_subfont_load -4682:cff_subfont_done -4683:cff_size_select -4684:cff_parser_run -4685:cff_make_private_dict -4686:cff_load_private_dict -4687:cff_index_get_name -4688:cff_get_kerning -4689:cff_blend_build_vector -4690:cf2_getSeacComponent -4691:cf2_computeDarkening -4692:cf2_arrstack_push -4693:cbrt -4694:build_ycc_rgb_table -4695:bracketProcessChar\28BracketData*\2c\20int\29 -4696:bool\20std::__2::operator==\5babi:nn180100\5d\28std::__2::unique_ptr\20const&\2c\20std::nullptr_t\29 -4697:bool\20std::__2::operator!=\5babi:ne180100\5d\28std::__2::variant\20const&\2c\20std::__2::variant\20const&\29 -4698:bool\20std::__2::__insertion_sort_incomplete\5babi:ne180100\5d\28skia::textlayout::OneLineShaper::RunBlock*\2c\20skia::textlayout::OneLineShaper::RunBlock*\2c\20skia::textlayout::OneLineShaper::finish\28skia::textlayout::Block\20const&\2c\20float\2c\20float&\29::$_0&\29 -4699:bool\20std::__2::__insertion_sort_incomplete\5babi:ne180100\5d\28\28anonymous\20namespace\29::Entry*\2c\20\28anonymous\20namespace\29::Entry*\2c\20\28anonymous\20namespace\29::EntryComparator&\29 -4700:bool\20std::__2::__insertion_sort_incomplete\5babi:ne180100\5d\28SkSL::ProgramElement\20const**\2c\20SkSL::ProgramElement\20const**\2c\20SkSL::Transform::\28anonymous\20namespace\29::BuiltinVariableScanner::sortNewElements\28\29::'lambda'\28SkSL::ProgramElement\20const*\2c\20SkSL::ProgramElement\20const*\29&\29 -4701:bool\20std::__2::__insertion_sort_incomplete\5babi:ne180100\5d\28SkSL::FunctionDefinition\20const**\2c\20SkSL::FunctionDefinition\20const**\2c\20SkSL::Transform::FindAndDeclareBuiltinFunctions\28SkSL::Program&\29::$_0&\29 -4702:bool\20is_parallel\28SkDLine\20const&\2c\20SkTCurve\20const&\29 -4703:bool\20hb_hashmap_t::set_with_hash\28unsigned\20int\20const&\2c\20unsigned\20int\2c\20unsigned\20int&\2c\20bool\29 -4704:bool\20hb_hashmap_t::set_with_hash\28hb_serialize_context_t::object_t*&\2c\20unsigned\20int\2c\20unsigned\20int&\2c\20bool\29 -4705:bool\20apply_string\28OT::hb_ot_apply_context_t*\2c\20GSUBProxy::Lookup\20const&\2c\20OT::hb_ot_layout_lookup_accelerator_t\20const&\29 -4706:bool\20OT::hb_accelerate_subtables_context_t::apply_cached_to>\28void\20const*\2c\20OT::hb_ot_apply_context_t*\29 -4707:bool\20OT::hb_accelerate_subtables_context_t::apply_cached_to>\28void\20const*\2c\20OT::hb_ot_apply_context_t*\29 -4708:bool\20OT::hb_accelerate_subtables_context_t::apply_cached_to\28void\20const*\2c\20OT::hb_ot_apply_context_t*\29 -4709:bool\20OT::hb_accelerate_subtables_context_t::apply_cached_to>\28void\20const*\2c\20OT::hb_ot_apply_context_t*\29 -4710:bool\20OT::hb_accelerate_subtables_context_t::apply_cached_to>\28void\20const*\2c\20OT::hb_ot_apply_context_t*\29 -4711:bool\20OT::hb_accelerate_subtables_context_t::apply_cached_to\28void\20const*\2c\20OT::hb_ot_apply_context_t*\29 -4712:bool\20OT::hb_accelerate_subtables_context_t::apply_cached_to\28void\20const*\2c\20OT::hb_ot_apply_context_t*\29 -4713:bool\20OT::hb_accelerate_subtables_context_t::apply_cached_to>\28void\20const*\2c\20OT::hb_ot_apply_context_t*\29 -4714:bool\20OT::hb_accelerate_subtables_context_t::apply_cached_to>\28void\20const*\2c\20OT::hb_ot_apply_context_t*\29 -4715:bool\20OT::hb_accelerate_subtables_context_t::apply_cached_to>\28void\20const*\2c\20OT::hb_ot_apply_context_t*\29 -4716:bool\20OT::hb_accelerate_subtables_context_t::apply_cached_to\28void\20const*\2c\20OT::hb_ot_apply_context_t*\29 -4717:bool\20OT::hb_accelerate_subtables_context_t::apply_cached_to\28void\20const*\2c\20OT::hb_ot_apply_context_t*\29 -4718:bool\20OT::hb_accelerate_subtables_context_t::apply_cached_to>\28void\20const*\2c\20OT::hb_ot_apply_context_t*\29 -4719:bool\20OT::hb_accelerate_subtables_context_t::apply_cached_to\28void\20const*\2c\20OT::hb_ot_apply_context_t*\29 -4720:bool\20OT::hb_accelerate_subtables_context_t::apply_cached_to>\28void\20const*\2c\20OT::hb_ot_apply_context_t*\29 -4721:bool\20OT::TupleValues::decompile\28OT::IntType\20const*&\2c\20hb_vector_t&\2c\20OT::IntType\20const*\2c\20bool\29 -4722:bool\20OT::OffsetTo\2c\20void\2c\20true>::serialize_serialize\2c\20hb_array_t>\2c\20$_8\20const&\2c\20\28hb_function_sortedness_t\291\2c\20\28void*\290>&>\28hb_serialize_context_t*\2c\20hb_map_iter_t\2c\20hb_array_t>\2c\20$_8\20const&\2c\20\28hb_function_sortedness_t\291\2c\20\28void*\290>&\29 -4723:bool\20GrTTopoSort_Visit\28GrRenderTask*\2c\20unsigned\20int*\29 -4724:bool\20AAT::hb_aat_apply_context_t::output_glyphs\28unsigned\20int\2c\20OT::HBGlyphID16\20const*\29 -4725:blur_column\28void\20\28*\29\28unsigned\20char*\2c\20unsigned\20char\20const*\2c\20int\29\2c\20skvx::Vec<8\2c\20unsigned\20short>\20\28*\29\28skvx::Vec<8\2c\20unsigned\20short>\20const&\2c\20skvx::Vec<8\2c\20unsigned\20short>\20const&\2c\20skvx::Vec<8\2c\20unsigned\20short>\20const&\2c\20skvx::Vec<8\2c\20unsigned\20short>\20const&\2c\20skvx::Vec<8\2c\20unsigned\20short>\20const&\2c\20skvx::Vec<8\2c\20unsigned\20short>\20const&\2c\20skvx::Vec<8\2c\20unsigned\20short>*\2c\20skvx::Vec<8\2c\20unsigned\20short>*\2c\20skvx::Vec<8\2c\20unsigned\20short>*\2c\20skvx::Vec<8\2c\20unsigned\20short>*\2c\20skvx::Vec<8\2c\20unsigned\20short>*\2c\20skvx::Vec<8\2c\20unsigned\20short>*\2c\20skvx::Vec<8\2c\20unsigned\20short>*\2c\20skvx::Vec<8\2c\20unsigned\20short>*\29\2c\20int\2c\20int\2c\20skvx::Vec<8\2c\20unsigned\20short>\20const&\2c\20skvx::Vec<8\2c\20unsigned\20short>\20const&\2c\20skvx::Vec<8\2c\20unsigned\20short>\20const&\2c\20skvx::Vec<8\2c\20unsigned\20short>\20const&\2c\20skvx::Vec<8\2c\20unsigned\20short>\20const&\2c\20unsigned\20char\20const*\2c\20unsigned\20long\2c\20int\2c\20unsigned\20char*\2c\20unsigned\20long\29 -4726:bits_to_runs\28SkBlitter*\2c\20int\2c\20int\2c\20unsigned\20char\20const*\2c\20unsigned\20char\2c\20long\2c\20unsigned\20char\29 -4727:barycentric_coords\28float\2c\20float\2c\20float\2c\20float\2c\20float\2c\20float\2c\20skvx::Vec<4\2c\20float>\20const&\2c\20skvx::Vec<4\2c\20float>\20const&\2c\20skvx::Vec<4\2c\20float>*\2c\20skvx::Vec<4\2c\20float>*\2c\20skvx::Vec<4\2c\20float>*\29 -4728:auto\20std::__2::__unwrap_range\5babi:nn180100\5d\2c\20std::__2::__wrap_iter>\28std::__2::__wrap_iter\2c\20std::__2::__wrap_iter\29 -4729:atanf -4730:apply_forward\28OT::hb_ot_apply_context_t*\2c\20OT::hb_ot_layout_lookup_accelerator_t\20const&\2c\20unsigned\20int\29 -4731:apply_alpha_and_colorfilter\28skif::Context\20const&\2c\20skif::FilterResult\20const&\2c\20SkPaint\20const&\29 -4732:append_multitexture_lookup\28GrGeometryProcessor::ProgramImpl::EmitArgs&\2c\20int\2c\20GrGLSLVarying\20const&\2c\20char\20const*\2c\20char\20const*\29 -4733:append_color_output\28PorterDuffXferProcessor\20const&\2c\20GrGLSLXPFragmentBuilder*\2c\20skgpu::BlendFormula::OutputType\2c\20char\20const*\2c\20char\20const*\2c\20char\20const*\29 -4734:af_loader_compute_darkening -4735:af_latin_metrics_scale_dim -4736:af_latin_hints_detect_features -4737:af_latin_hint_edges -4738:af_hint_normal_stem -4739:af_cjk_metrics_scale_dim -4740:af_cjk_metrics_scale -4741:af_cjk_metrics_init_widths -4742:af_cjk_hints_init -4743:af_cjk_hints_detect_features -4744:af_cjk_hints_compute_blue_edges -4745:af_cjk_hints_apply -4746:af_cjk_hint_edges -4747:af_cjk_get_standard_widths -4748:af_axis_hints_new_edge -4749:adler32 -4750:a_ctz_32 -4751:_uhash_remove\28UHashtable*\2c\20UElement\29 -4752:_uhash_rehash\28UHashtable*\2c\20UErrorCode*\29 -4753:_uhash_put\28UHashtable*\2c\20UElement\2c\20UElement\2c\20signed\20char\2c\20UErrorCode*\29 -4754:_iup_worker_interpolate -4755:_isUnicodeExtensionSubtag\28int&\2c\20char\20const*\2c\20int\29 -4756:_isTransformedExtensionSubtag\28int&\2c\20char\20const*\2c\20int\29 -4757:_hb_preprocess_text_vowel_constraints\28hb_ot_shape_plan_t\20const*\2c\20hb_buffer_t*\2c\20hb_font_t*\29 -4758:_hb_ot_shape -4759:_hb_options_init\28\29 -4760:_hb_grapheme_group_func\28hb_glyph_info_t\20const&\2c\20hb_glyph_info_t\20const&\29 -4761:_hb_font_create\28hb_face_t*\29 -4762:_hb_fallback_shape -4763:_glyf_get_advance_with_var_unscaled\28hb_font_t*\2c\20unsigned\20int\2c\20bool\29 -4764:_getVariant\28char\20const*\2c\20char\2c\20icu_74::ByteSink&\2c\20signed\20char\29 -4765:__vfprintf_internal -4766:__trunctfsf2 -4767:__tan -4768:__strftime_l -4769:__rem_pio2_large -4770:__overflow -4771:__nl_langinfo_l -4772:__newlocale -4773:__munmap -4774:__mmap -4775:__math_xflowf -4776:__math_invalidf -4777:__loc_is_allocated -4778:__isxdigit_l -4779:__isdigit_l -4780:__getf2 -4781:__get_locale -4782:__ftello_unlocked -4783:__fstatat -4784:__fseeko_unlocked -4785:__floatscan -4786:__expo2 -4787:__dynamic_cast -4788:__divtf3 -4789:__cxxabiv1::__base_class_type_info::has_unambiguous_public_base\28__cxxabiv1::__dynamic_cast_info*\2c\20void*\2c\20int\29\20const -4790:_ZZN19GrGeometryProcessor11ProgramImpl17collectTransformsEP19GrGLSLVertexBuilderP20GrGLSLVaryingHandlerP20GrGLSLUniformHandler12GrShaderTypeRK11GrShaderVarSA_RK10GrPipelineEN3$_0clISE_EEvRT_RK19GrFragmentProcessorbPSJ_iNS0_9BaseCoordE -4791:\28anonymous\20namespace\29::write_text_tag\28char\20const*\29 -4792:\28anonymous\20namespace\29::write_mAB_or_mBA_tag\28unsigned\20int\2c\20skcms_Curve\20const*\2c\20skcms_Curve\20const*\2c\20unsigned\20char\20const*\2c\20unsigned\20char\20const*\2c\20skcms_Curve\20const*\2c\20skcms_Matrix3x4\20const*\29 -4793:\28anonymous\20namespace\29::set_uv_quad\28SkPoint\20const*\2c\20\28anonymous\20namespace\29::BezierVertex*\29 -4794:\28anonymous\20namespace\29::safe_to_ignore_subset_rect\28GrAAType\2c\20SkFilterMode\2c\20DrawQuad\20const&\2c\20SkRect\20const&\29 -4795:\28anonymous\20namespace\29::morphology_pass\28skif::Context\20const&\2c\20skif::FilterResult\20const&\2c\20\28anonymous\20namespace\29::MorphType\2c\20\28anonymous\20namespace\29::MorphDirection\2c\20int\29 -4796:\28anonymous\20namespace\29::make_non_convex_fill_op\28GrRecordingContext*\2c\20SkArenaAlloc*\2c\20skgpu::ganesh::FillPathFlags\2c\20GrAAType\2c\20SkRect\20const&\2c\20SkIRect\20const&\2c\20SkMatrix\20const&\2c\20SkPath\20const&\2c\20GrPaint&&\29 -4797:\28anonymous\20namespace\29::is_newer_better\28SkData*\2c\20SkData*\29 -4798:\28anonymous\20namespace\29::get_glyph_run_intercepts\28sktext::GlyphRun\20const&\2c\20SkPaint\20const&\2c\20float\20const*\2c\20float*\2c\20int*\29 -4799:\28anonymous\20namespace\29::get_cicp_trfn\28skcms_TransferFunction\20const&\29 -4800:\28anonymous\20namespace\29::get_cicp_primaries\28skcms_Matrix3x3\20const&\29 -4801:\28anonymous\20namespace\29::getStringArray\28ResourceData\20const*\2c\20icu_74::ResourceArray\20const&\2c\20icu_74::UnicodeString*\2c\20int\2c\20UErrorCode&\29 -4802:\28anonymous\20namespace\29::getInclusionsForSource\28UPropertySource\2c\20UErrorCode&\29 -4803:\28anonymous\20namespace\29::draw_to_sw_mask\28GrSWMaskHelper*\2c\20skgpu::ganesh::ClipStack::Element\20const&\2c\20bool\29 -4804:\28anonymous\20namespace\29::draw_tiled_image\28SkCanvas*\2c\20std::__2::function\20\28SkIRect\29>\2c\20SkISize\2c\20int\2c\20SkMatrix\20const&\2c\20SkRect\20const&\2c\20SkIRect\20const&\2c\20SkPaint\20const*\2c\20SkCanvas::QuadAAFlags\2c\20SkCanvas::SrcRectConstraint\2c\20SkSamplingOptions\29 -4805:\28anonymous\20namespace\29::determine_clipped_src_rect\28SkIRect\2c\20SkMatrix\20const&\2c\20SkMatrix\20const&\2c\20SkISize\20const&\2c\20SkRect\20const*\29 -4806:\28anonymous\20namespace\29::create_hb_face\28SkTypeface\20const&\29::$_0::__invoke\28void*\29 -4807:\28anonymous\20namespace\29::copyFTBitmap\28FT_Bitmap_\20const&\2c\20SkMaskBuilder*\29 -4808:\28anonymous\20namespace\29::colrv1_start_glyph\28SkCanvas*\2c\20SkSpan\20const&\2c\20unsigned\20int\2c\20FT_FaceRec_*\2c\20unsigned\20short\2c\20FT_Color_Root_Transform_\2c\20skia_private::THashSet*\29 -4809:\28anonymous\20namespace\29::colrv1_draw_paint\28SkCanvas*\2c\20SkSpan\20const&\2c\20unsigned\20int\2c\20FT_FaceRec_*\2c\20FT_COLR_Paint_\20const&\29 -4810:\28anonymous\20namespace\29::colrv1_configure_skpaint\28FT_FaceRec_*\2c\20SkSpan\20const&\2c\20unsigned\20int\2c\20FT_COLR_Paint_\20const&\2c\20SkPaint*\29 -4811:\28anonymous\20namespace\29::YUVPlanesRec::~YUVPlanesRec\28\29 -4812:\28anonymous\20namespace\29::TriangulatingPathOp::~TriangulatingPathOp\28\29 -4813:\28anonymous\20namespace\29::TriangulatingPathOp::TriangulatingPathOp\28GrProcessorSet*\2c\20SkRGBA4f<\28SkAlphaType\292>\20const&\2c\20GrStyledShape\20const&\2c\20SkMatrix\20const&\2c\20SkIRect\20const&\2c\20GrAAType\2c\20GrUserStencilSettings\20const*\29 -4814:\28anonymous\20namespace\29::TriangulatingPathOp::Triangulate\28GrEagerVertexAllocator*\2c\20SkMatrix\20const&\2c\20GrStyledShape\20const&\2c\20SkIRect\20const&\2c\20float\2c\20bool*\29 -4815:\28anonymous\20namespace\29::TriangulatingPathOp::CreateKey\28skgpu::UniqueKey*\2c\20GrStyledShape\20const&\2c\20SkIRect\20const&\29 -4816:\28anonymous\20namespace\29::TextureOpImpl::propagateCoverageAAThroughoutChain\28\29 -4817:\28anonymous\20namespace\29::TextureOpImpl::characterize\28\28anonymous\20namespace\29::TextureOpImpl::Desc*\29\20const -4818:\28anonymous\20namespace\29::TextureOpImpl::appendQuad\28DrawQuad*\2c\20SkRGBA4f<\28SkAlphaType\292>\20const&\2c\20SkRect\20const&\29 -4819:\28anonymous\20namespace\29::TextureOpImpl::Make\28GrRecordingContext*\2c\20GrTextureSetEntry*\2c\20int\2c\20int\2c\20SkFilterMode\2c\20SkMipmapMode\2c\20skgpu::ganesh::TextureOp::Saturate\2c\20GrAAType\2c\20SkCanvas::SrcRectConstraint\2c\20SkMatrix\20const&\2c\20sk_sp\29 -4820:\28anonymous\20namespace\29::TextureOpImpl::FillInVertices\28GrCaps\20const&\2c\20\28anonymous\20namespace\29::TextureOpImpl*\2c\20\28anonymous\20namespace\29::TextureOpImpl::Desc*\2c\20char*\29 -4821:\28anonymous\20namespace\29::SpotVerticesFactory::makeVertices\28SkPath\20const&\2c\20SkMatrix\20const&\2c\20SkPoint*\29\20const -4822:\28anonymous\20namespace\29::SkMatrixTransformImageFilter::requiredInput\28skif::Mapping\20const&\2c\20skif::LayerSpace\20const&\29\20const -4823:\28anonymous\20namespace\29::SkImageImageFilter::onGetInputLayerBounds\28skif::Mapping\20const&\2c\20skif::LayerSpace\20const&\2c\20std::__2::optional>\29\20const -4824:\28anonymous\20namespace\29::SkCropImageFilter::requiredInput\28skif::Mapping\20const&\2c\20skif::LayerSpace\20const&\29\20const -4825:\28anonymous\20namespace\29::SDFTSubRun::deviceRectAndNeedsTransform\28SkMatrix\20const&\29\20const -4826:\28anonymous\20namespace\29::RunIteratorQueue::advanceRuns\28\29 -4827:\28anonymous\20namespace\29::RectsBlurKey::RectsBlurKey\28float\2c\20SkBlurStyle\2c\20SkSpan\29 -4828:\28anonymous\20namespace\29::Raster8888BlurAlgorithm::maxSigma\28\29\20const -4829:\28anonymous\20namespace\29::Raster8888BlurAlgorithm::blur\28SkSize\2c\20sk_sp\2c\20SkIRect\20const&\2c\20SkTileMode\2c\20SkIRect\20const&\29\20const::'lambda'\28float\29::operator\28\29\28float\29\20const -4830:\28anonymous\20namespace\29::RPBlender::RPBlender\28SkColorType\2c\20SkColorType\2c\20SkAlphaType\2c\20bool\29 -4831:\28anonymous\20namespace\29::MipLevelHelper::allocAndInit\28SkArenaAlloc*\2c\20SkSamplingOptions\20const&\2c\20SkTileMode\2c\20SkTileMode\29 -4832:\28anonymous\20namespace\29::MeshOp::~MeshOp\28\29 -4833:\28anonymous\20namespace\29::MeshOp::MeshOp\28GrProcessorSet*\2c\20SkRGBA4f<\28SkAlphaType\292>\20const&\2c\20sk_sp\2c\20GrPrimitiveType\20const*\2c\20GrAAType\2c\20sk_sp\2c\20SkMatrix\20const&\29 -4834:\28anonymous\20namespace\29::MeshOp::MeshOp\28GrProcessorSet*\2c\20SkRGBA4f<\28SkAlphaType\292>\20const&\2c\20SkMesh\20const&\2c\20skia_private::TArray>\2c\20true>\2c\20GrAAType\2c\20sk_sp\2c\20SkMatrix\20const&\29 -4835:\28anonymous\20namespace\29::MeshOp::Mesh::Mesh\28SkMesh\20const&\29 -4836:\28anonymous\20namespace\29::MeshGP::~MeshGP\28\29 -4837:\28anonymous\20namespace\29::MeshGP::Impl::~Impl\28\29 -4838:\28anonymous\20namespace\29::MeshGP::Impl::MeshCallbacks::defineStruct\28char\20const*\29 -4839:\28anonymous\20namespace\29::FillRectOpImpl::tessellate\28skgpu::ganesh::QuadPerEdgeAA::VertexSpec\20const&\2c\20char*\29\20const -4840:\28anonymous\20namespace\29::FillRectOpImpl::Make\28GrRecordingContext*\2c\20GrPaint&&\2c\20GrAAType\2c\20DrawQuad*\2c\20GrUserStencilSettings\20const*\2c\20GrSimpleMeshDrawOpHelper::InputFlags\29 -4841:\28anonymous\20namespace\29::FillRectOpImpl::FillRectOpImpl\28GrProcessorSet*\2c\20SkRGBA4f<\28SkAlphaType\292>\2c\20GrAAType\2c\20DrawQuad*\2c\20GrUserStencilSettings\20const*\2c\20GrSimpleMeshDrawOpHelper::InputFlags\29 -4842:\28anonymous\20namespace\29::EllipticalRRectEffect::Make\28std::__2::unique_ptr>\2c\20GrClipEdgeType\2c\20SkRRect\20const&\29 -4843:\28anonymous\20namespace\29::DrawAtlasOpImpl::DrawAtlasOpImpl\28GrProcessorSet*\2c\20SkRGBA4f<\28SkAlphaType\292>\20const&\2c\20SkMatrix\20const&\2c\20GrAAType\2c\20int\2c\20SkRSXform\20const*\2c\20SkRect\20const*\2c\20unsigned\20int\20const*\29 -4844:\28anonymous\20namespace\29::DirectMaskSubRun::glyphParams\28\29\20const -4845:\28anonymous\20namespace\29::DirectMaskSubRun::draw\28SkCanvas*\2c\20SkPoint\2c\20SkPaint\20const&\2c\20sk_sp\2c\20std::__2::function\2c\20sktext::gpu::RendererData\29>\20const&\29\20const -4846:\28anonymous\20namespace\29::DefaultPathOp::programInfo\28\29 -4847:\28anonymous\20namespace\29::DefaultPathOp::Make\28GrRecordingContext*\2c\20GrPaint&&\2c\20SkPath\20const&\2c\20float\2c\20unsigned\20char\2c\20SkMatrix\20const&\2c\20bool\2c\20GrAAType\2c\20SkRect\20const&\2c\20GrUserStencilSettings\20const*\29 -4848:\28anonymous\20namespace\29::DefaultPathOp::DefaultPathOp\28GrProcessorSet*\2c\20SkRGBA4f<\28SkAlphaType\292>\20const&\2c\20SkPath\20const&\2c\20float\2c\20unsigned\20char\2c\20SkMatrix\20const&\2c\20bool\2c\20GrAAType\2c\20SkRect\20const&\2c\20GrUserStencilSettings\20const*\29 -4849:\28anonymous\20namespace\29::ClipGeometry\20\28anonymous\20namespace\29::get_clip_geometry\28skgpu::ganesh::ClipStack::SaveRecord\20const&\2c\20skgpu::ganesh::ClipStack::Draw\20const&\29 -4850:\28anonymous\20namespace\29::CircularRRectEffect::onIsEqual\28GrFragmentProcessor\20const&\29\20const -4851:\28anonymous\20namespace\29::CachedTessellations::~CachedTessellations\28\29 -4852:\28anonymous\20namespace\29::CachedTessellations::CachedTessellations\28\29 -4853:\28anonymous\20namespace\29::CacheImpl::~CacheImpl\28\29 -4854:\28anonymous\20namespace\29::AAHairlineOp::AAHairlineOp\28GrProcessorSet*\2c\20SkRGBA4f<\28SkAlphaType\292>\20const&\2c\20unsigned\20char\2c\20SkMatrix\20const&\2c\20SkPath\20const&\2c\20SkIRect\2c\20float\2c\20GrUserStencilSettings\20const*\29 -4855:WebPResetDecParams -4856:WebPRescalerGetScaledDimensions -4857:WebPMultRows -4858:WebPMultARGBRows -4859:WebPIoInitFromOptions -4860:WebPInitUpsamplers -4861:WebPFlipBuffer -4862:WebPDemuxInternal -4863:WebPDemuxGetChunk -4864:WebPCopyDecBufferPixels -4865:WebPAllocateDecBuffer -4866:WebGLTextureImageGenerator::~WebGLTextureImageGenerator\28\29 -4867:VP8RemapBitReader -4868:VP8LHuffmanTablesAllocate -4869:VP8LDspInit -4870:VP8LConvertFromBGRA -4871:VP8LColorCacheInit -4872:VP8LColorCacheCopy -4873:VP8LBuildHuffmanTable -4874:VP8LBitReaderSetBuffer -4875:VP8InitScanline -4876:VP8GetInfo -4877:VP8BitReaderSetBuffer -4878:Update_Max -4879:TransformOne_C -4880:TT_Set_Named_Instance -4881:TT_Hint_Glyph -4882:StoreFrame -4883:SortContourList\28SkOpContourHead**\2c\20bool\2c\20bool\29 -4884:SkYUVAPixmapInfo::isSupported\28SkYUVAPixmapInfo::SupportedDataTypes\20const&\29\20const -4885:SkWuffsCodec::seekFrame\28int\29 -4886:SkWuffsCodec::onStartIncrementalDecode\28SkImageInfo\20const&\2c\20void*\2c\20unsigned\20long\2c\20SkCodec::Options\20const&\29 -4887:SkWuffsCodec::onIncrementalDecodeTwoPass\28\29 -4888:SkWuffsCodec::decodeFrameConfig\28\29 -4889:SkWriter32::writeString\28char\20const*\2c\20unsigned\20long\29 -4890:SkWriteICCProfile\28skcms_ICCProfile\20const*\2c\20char\20const*\29 -4891:SkWebpDecoder::IsWebp\28void\20const*\2c\20unsigned\20long\29 -4892:SkWebpCodec::ensureAllData\28\29 -4893:SkWebpCodec::MakeFromStream\28std::__2::unique_ptr>\2c\20SkCodec::Result*\29 -4894:SkWbmpDecoder::IsWbmp\28void\20const*\2c\20unsigned\20long\29 -4895:SkWbmpCodec::MakeFromStream\28std::__2::unique_ptr>\2c\20SkCodec::Result*\29 -4896:SkWStream::SizeOfPackedUInt\28unsigned\20long\29 -4897:SkWBuffer::padToAlign4\28\29 -4898:SkVertices::Builder::indices\28\29 -4899:SkUnicode_icu::extractWords\28unsigned\20short*\2c\20int\2c\20char\20const*\2c\20std::__2::vector>*\29 -4900:SkUnicode::convertUtf16ToUtf8\28std::__2::basic_string\2c\20std::__2::allocator>\20const&\29 -4901:SkUTF::NextUTF16\28unsigned\20short\20const**\2c\20unsigned\20short\20const*\29 -4902:SkTypeface_FreeType::FaceRec::Make\28SkTypeface_FreeType\20const*\29 -4903:SkTypeface_Custom::onGetFamilyName\28SkString*\29\20const -4904:SkTypeface::textToGlyphs\28void\20const*\2c\20unsigned\20long\2c\20SkTextEncoding\2c\20SkSpan\29\20const -4905:SkTypeface::serialize\28SkWStream*\2c\20SkTypeface::SerializeBehavior\29\20const -4906:SkTypeface::openStream\28int*\29\20const -4907:SkTypeface::onGetFixedPitch\28\29\20const -4908:SkTypeface::getVariationDesignPosition\28SkSpan\29\20const -4909:SkTreatAsSprite\28SkMatrix\20const&\2c\20SkISize\20const&\2c\20SkSamplingOptions\20const&\2c\20bool\29 -4910:SkTransformShader::update\28SkMatrix\20const&\29 -4911:SkTransformShader::SkTransformShader\28SkShaderBase\20const&\2c\20bool\29 -4912:SkTiff::ImageFileDirectory::getEntryRawData\28unsigned\20short\2c\20unsigned\20short*\2c\20unsigned\20short*\2c\20unsigned\20int*\2c\20unsigned\20char\20const**\2c\20unsigned\20long*\29\20const -4913:SkTextBlobBuilder::allocRunPos\28SkFont\20const&\2c\20int\2c\20SkRect\20const*\29 -4914:SkTextBlob::getIntercepts\28float\20const*\2c\20float*\2c\20SkPaint\20const*\29\20const -4915:SkTextBlob::RunRecord::StorageSize\28unsigned\20int\2c\20unsigned\20int\2c\20SkTextBlob::GlyphPositioning\2c\20SkSafeMath*\29 -4916:SkTextBlob::MakeFromText\28void\20const*\2c\20unsigned\20long\2c\20SkFont\20const&\2c\20SkTextEncoding\29 -4917:SkTextBlob::MakeFromRSXform\28void\20const*\2c\20unsigned\20long\2c\20SkSpan\2c\20SkFont\20const&\2c\20SkTextEncoding\29 -4918:SkTextBlob::Iter::experimentalNext\28SkTextBlob::Iter::ExperimentalRun*\29 -4919:SkTextBlob::Iter::Iter\28SkTextBlob\20const&\29 -4920:SkTaskGroup::wait\28\29 -4921:SkTaskGroup::add\28std::__2::function\29 -4922:SkTSpan::onlyEndPointsInCommon\28SkTSpan\20const*\2c\20bool*\2c\20bool*\2c\20bool*\29 -4923:SkTSpan::linearIntersects\28SkTCurve\20const&\29\20const -4924:SkTSect::removeAllBut\28SkTSpan\20const*\2c\20SkTSpan*\2c\20SkTSect*\29 -4925:SkTSect::intersects\28SkTSpan*\2c\20SkTSect*\2c\20SkTSpan*\2c\20int*\29 -4926:SkTSect::deleteEmptySpans\28\29 -4927:SkTSect::addSplitAt\28SkTSpan*\2c\20double\29 -4928:SkTSect::addForPerp\28SkTSpan*\2c\20double\29 -4929:SkTSect::EndsEqual\28SkTSect\20const*\2c\20SkTSect\20const*\2c\20SkIntersections*\29 -4930:SkTMultiMap::~SkTMultiMap\28\29 -4931:SkTMaskGamma<3\2c\203\2c\203>::SkTMaskGamma\28float\2c\20float\29 -4932:SkTDynamicHash<\28anonymous\20namespace\29::CacheImpl::Value\2c\20SkImageFilterCacheKey\2c\20\28anonymous\20namespace\29::CacheImpl::Value>::find\28SkImageFilterCacheKey\20const&\29\20const -4933:SkTDStorage::calculateSizeOrDie\28int\29::$_1::operator\28\29\28\29\20const -4934:SkTDStorage::SkTDStorage\28SkTDStorage&&\29 -4935:SkTCubic::hullIntersects\28SkDQuad\20const&\2c\20bool*\29\20const -4936:SkTConic::otherPts\28int\2c\20SkDPoint\20const**\29\20const -4937:SkTConic::hullIntersects\28SkDCubic\20const&\2c\20bool*\29\20const -4938:SkTConic::controlsInside\28\29\20const -4939:SkTConic::collapsed\28\29\20const -4940:SkTBlockList::reset\28\29 -4941:SkTBlockList::reset\28\29 -4942:SkTBlockList::push_back\28GrGLProgramDataManager::GLUniformInfo\20const&\29 -4943:SkSwizzler::MakeSimple\28int\2c\20SkImageInfo\20const&\2c\20SkCodec::Options\20const&\2c\20SkIRect\20const*\29 -4944:SkSurfaces::WrapPixels\28SkImageInfo\20const&\2c\20void*\2c\20unsigned\20long\2c\20SkSurfaceProps\20const*\29 -4945:SkSurface_Base::outstandingImageSnapshot\28\29\20const -4946:SkSurface_Base::onDraw\28SkCanvas*\2c\20float\2c\20float\2c\20SkSamplingOptions\20const&\2c\20SkPaint\20const*\29 -4947:SkSurface_Base::onCapabilities\28\29 -4948:SkSurface::height\28\29\20const -4949:SkStrokeRec::setHairlineStyle\28\29 -4950:SkStrokeRec::SkStrokeRec\28SkPaint\20const&\2c\20SkPaint::Style\2c\20float\29 -4951:SkStrokeRec::GetInflationRadius\28SkPaint::Join\2c\20float\2c\20SkPaint::Cap\2c\20float\29 -4952:SkString::insertHex\28unsigned\20long\2c\20unsigned\20int\2c\20int\29 -4953:SkString::appendVAList\28char\20const*\2c\20void*\29 -4954:SkString*\20std::__2::vector>::__emplace_back_slow_path\28char\20const*&\29 -4955:SkStrikeSpec::SkStrikeSpec\28SkStrikeSpec\20const&\29 -4956:SkStrikeSpec::ShouldDrawAsPath\28SkPaint\20const&\2c\20SkFont\20const&\2c\20SkMatrix\20const&\29 -4957:SkStrike::~SkStrike\28\29 -4958:SkStream::readS8\28signed\20char*\29 -4959:SkStream::readS16\28short*\29 -4960:SkStrSplit\28char\20const*\2c\20char\20const*\2c\20SkStrSplitMode\2c\20skia_private::TArray*\29 -4961:SkStrAppendS32\28char*\2c\20int\29 -4962:SkSpriteBlitter_Memcpy::~SkSpriteBlitter_Memcpy\28\29 -4963:SkSpecialImages::AsView\28GrRecordingContext*\2c\20SkSpecialImage\20const*\29 -4964:SkSharedMutex::releaseShared\28\29 -4965:SkShapers::unicode::BidiRunIterator\28sk_sp\2c\20char\20const*\2c\20unsigned\20long\2c\20unsigned\20char\29 -4966:SkShapers::HB::ScriptRunIterator\28char\20const*\2c\20unsigned\20long\29 -4967:SkShaper::MakeStdLanguageRunIterator\28char\20const*\2c\20unsigned\20long\29 -4968:SkShaders::MatrixRec::concat\28SkMatrix\20const&\29\20const -4969:SkShaders::Blend\28sk_sp\2c\20sk_sp\2c\20sk_sp\29 -4970:SkShaderUtils::VisitLineByLine\28std::__2::basic_string\2c\20std::__2::allocator>\20const&\2c\20std::__2::function\20const&\29 -4971:SkShaderUtils::PrettyPrint\28std::__2::basic_string\2c\20std::__2::allocator>\20const&\29 -4972:SkShaderUtils::GLSLPrettyPrint::parseUntil\28char\20const*\29 -4973:SkShaderBlurAlgorithm::renderBlur\28SkRuntimeEffectBuilder*\2c\20SkFilterMode\2c\20SkISize\2c\20sk_sp\2c\20SkIRect\20const&\2c\20SkTileMode\2c\20SkIRect\20const&\29\20const -4974:SkShaderBlurAlgorithm::evalBlur1D\28float\2c\20int\2c\20SkV2\2c\20sk_sp\2c\20SkIRect\2c\20SkTileMode\2c\20SkIRect\29\20const -4975:SkShaderBlurAlgorithm::Compute2DBlurOffsets\28SkISize\2c\20std::__2::array&\29 -4976:SkShaderBlurAlgorithm::Compute2DBlurKernel\28SkSize\2c\20SkISize\2c\20std::__2::array&\29 -4977:SkShaderBlurAlgorithm::Compute1DBlurLinearKernel\28float\2c\20int\2c\20std::__2::array&\29 -4978:SkShaderBase::getFlattenableType\28\29\20const -4979:SkShaderBase::asLuminanceColor\28SkRGBA4f<\28SkAlphaType\293>*\29\20const -4980:SkShader::makeWithColorFilter\28sk_sp\29\20const -4981:SkScan::PathRequiresTiling\28SkIRect\20const&\29 -4982:SkScan::HairLine\28SkPoint\20const*\2c\20int\2c\20SkRasterClip\20const&\2c\20SkBlitter*\29 -4983:SkScan::AntiFrameRect\28SkRect\20const&\2c\20SkPoint\20const&\2c\20SkRegion\20const*\2c\20SkBlitter*\29 -4984:SkScan::AntiFillXRect\28SkIRect\20const&\2c\20SkRegion\20const*\2c\20SkBlitter*\29 -4985:SkScan::AntiFillRect\28SkRect\20const&\2c\20SkRegion\20const*\2c\20SkBlitter*\29 -4986:SkScan::AAAFillPath\28SkPath\20const&\2c\20SkBlitter*\2c\20SkIRect\20const&\2c\20SkIRect\20const&\2c\20bool\29 -4987:SkScalerContext_FreeType::updateGlyphBoundsIfSubpixel\28SkGlyph\20const&\2c\20SkRect*\2c\20bool\29 -4988:SkScalerContext_FreeType::shouldSubpixelBitmap\28SkGlyph\20const&\2c\20SkMatrix\20const&\29 -4989:SkScalerContextRec::useStrokeForFakeBold\28\29 -4990:SkScalerContextRec::getSingleMatrix\28SkMatrix*\29\20const -4991:SkScalerContextFTUtils::drawCOLRv1Glyph\28FT_FaceRec_*\2c\20SkGlyph\20const&\2c\20unsigned\20int\2c\20SkSpan\2c\20SkCanvas*\29\20const -4992:SkScalerContextFTUtils::drawCOLRv0Glyph\28FT_FaceRec_*\2c\20SkGlyph\20const&\2c\20unsigned\20int\2c\20SkSpan\2c\20SkCanvas*\29\20const -4993:SkScalerContext::internalMakeGlyph\28SkPackedGlyphID\2c\20SkMask::Format\2c\20SkArenaAlloc*\29 -4994:SkScalerContext::internalGetPath\28SkGlyph&\2c\20SkArenaAlloc*\2c\20std::__2::optional&&\29 -4995:SkScalerContext::SkScalerContext\28SkTypeface&\2c\20SkScalerContextEffects\20const&\2c\20SkDescriptor\20const*\29 -4996:SkScalerContext::PreprocessRec\28SkTypeface\20const&\2c\20SkScalerContextEffects\20const&\2c\20SkDescriptor\20const&\29 -4997:SkScalerContext::MakeRecAndEffects\28SkFont\20const&\2c\20SkPaint\20const&\2c\20SkSurfaceProps\20const&\2c\20SkScalerContextFlags\2c\20SkMatrix\20const&\2c\20SkScalerContextRec*\2c\20SkScalerContextEffects*\29 -4998:SkScalerContext::MakeEmpty\28SkTypeface&\2c\20SkScalerContextEffects\20const&\2c\20SkDescriptor\20const*\29 -4999:SkScalerContext::GetMaskPreBlend\28SkScalerContextRec\20const&\29 -5000:SkScalerContext::GenerateImageFromPath\28SkMaskBuilder&\2c\20SkPath\20const&\2c\20SkTMaskPreBlend<3\2c\203\2c\203>\20const&\2c\20bool\2c\20bool\2c\20bool\2c\20bool\29 -5001:SkScalerContext::AutoDescriptorGivenRecAndEffects\28SkScalerContextRec\20const&\2c\20SkScalerContextEffects\20const&\2c\20SkAutoDescriptor*\29 -5002:SkSampledCodec::sampledDecode\28SkImageInfo\20const&\2c\20void*\2c\20unsigned\20long\2c\20SkAndroidCodec::AndroidOptions\20const&\29 -5003:SkSampledCodec::accountForNativeScaling\28int*\2c\20int*\29\20const -5004:SkSL::zero_expression\28SkSL::Context\20const&\2c\20SkSL::Position\2c\20SkSL::Type\20const&\29 -5005:SkSL::type_to_sksltype\28SkSL::Context\20const&\2c\20SkSL::Type\20const&\2c\20SkSLType*\29 -5006:SkSL::stoi\28std::__2::basic_string_view>\2c\20long\20long*\29 -5007:SkSL::splat_scalar\28SkSL::Context\20const&\2c\20SkSL::Expression\20const&\2c\20SkSL::Type\20const&\29 -5008:SkSL::optimize_intrinsic_call\28SkSL::Context\20const&\2c\20SkSL::Position\2c\20SkSL::IntrinsicKind\2c\20SkSL::ExpressionArray\20const&\2c\20SkSL::Type\20const&\29::$_2::operator\28\29\28int\29\20const -5009:SkSL::optimize_intrinsic_call\28SkSL::Context\20const&\2c\20SkSL::Position\2c\20SkSL::IntrinsicKind\2c\20SkSL::ExpressionArray\20const&\2c\20SkSL::Type\20const&\29::$_1::operator\28\29\28int\29\20const -5010:SkSL::optimize_intrinsic_call\28SkSL::Context\20const&\2c\20SkSL::Position\2c\20SkSL::IntrinsicKind\2c\20SkSL::ExpressionArray\20const&\2c\20SkSL::Type\20const&\29::$_0::operator\28\29\28int\29\20const -5011:SkSL::negate_expression\28SkSL::Context\20const&\2c\20SkSL::Position\2c\20SkSL::Expression\20const&\2c\20SkSL::Type\20const&\29 -5012:SkSL::make_reciprocal_expression\28SkSL::Context\20const&\2c\20SkSL::Expression\20const&\29 -5013:SkSL::index_out_of_range\28SkSL::Context\20const&\2c\20SkSL::Position\2c\20long\20long\2c\20SkSL::Expression\20const&\29 -5014:SkSL::get_struct_definitions_from_module\28SkSL::Program&\2c\20SkSL::Module\20const&\2c\20std::__2::vector>*\29 -5015:SkSL::find_existing_declaration\28SkSL::Context\20const&\2c\20SkSL::Position\2c\20SkSL::ModifierFlags\2c\20SkSL::IntrinsicKind\2c\20std::__2::basic_string_view>\2c\20skia_private::TArray>\2c\20true>&\2c\20SkSL::Position\2c\20SkSL::Type\20const*\2c\20SkSL::FunctionDeclaration**\29::$_0::operator\28\29\28\29\20const -5016:SkSL::extract_matrix\28SkSL::Expression\20const*\2c\20float*\29 -5017:SkSL::eliminate_unreachable_code\28SkSpan>>\2c\20SkSL::ProgramUsage*\29::UnreachableCodeEliminator::visitStatementPtr\28std::__2::unique_ptr>&\29 -5018:SkSL::check_main_signature\28SkSL::Context\20const&\2c\20SkSL::Position\2c\20SkSL::Type\20const&\2c\20skia_private::TArray>\2c\20true>&\29::$_4::operator\28\29\28int\29\20const -5019:SkSL::\28anonymous\20namespace\29::check_valid_uniform_type\28SkSL::Position\2c\20SkSL::Type\20const*\2c\20SkSL::Context\20const&\2c\20bool\29::$_0::operator\28\29\28\29\20const -5020:SkSL::\28anonymous\20namespace\29::ProgramUsageVisitor::visitProgramElement\28SkSL::ProgramElement\20const&\29 -5021:SkSL::\28anonymous\20namespace\29::ProgramUsageVisitor::visitExpression\28SkSL::Expression\20const&\29 -5022:SkSL::\28anonymous\20namespace\29::FinalizationVisitor::visitProgramElement\28SkSL::ProgramElement\20const&\29 -5023:SkSL::VariableReference::setRefKind\28SkSL::VariableRefKind\29 -5024:SkSL::Variable::setVarDeclaration\28SkSL::VarDeclaration*\29 -5025:SkSL::Variable::setGlobalVarDeclaration\28SkSL::GlobalVarDeclaration*\29 -5026:SkSL::Variable::globalVarDeclaration\28\29\20const -5027:SkSL::Variable::Make\28SkSL::Position\2c\20SkSL::Position\2c\20SkSL::Layout\20const&\2c\20SkSL::ModifierFlags\2c\20SkSL::Type\20const*\2c\20std::__2::basic_string_view>\2c\20std::__2::basic_string\2c\20std::__2::allocator>\2c\20bool\2c\20SkSL::VariableStorage\29 -5028:SkSL::Variable::MakeScratchVariable\28SkSL::Context\20const&\2c\20SkSL::Mangler&\2c\20std::__2::basic_string_view>\2c\20SkSL::Type\20const*\2c\20SkSL::SymbolTable*\2c\20std::__2::unique_ptr>\29 -5029:SkSL::VarDeclaration::Make\28SkSL::Context\20const&\2c\20SkSL::Variable*\2c\20SkSL::Type\20const*\2c\20int\2c\20std::__2::unique_ptr>\29 -5030:SkSL::VarDeclaration::ErrorCheck\28SkSL::Context\20const&\2c\20SkSL::Position\2c\20SkSL::Position\2c\20SkSL::Layout\20const&\2c\20SkSL::ModifierFlags\2c\20SkSL::Type\20const*\2c\20SkSL::Type\20const*\2c\20SkSL::VariableStorage\29 -5031:SkSL::TypeReference::description\28SkSL::OperatorPrecedence\29\20const -5032:SkSL::TypeReference::VerifyType\28SkSL::Context\20const&\2c\20SkSL::Type\20const*\2c\20SkSL::Position\29 -5033:SkSL::TypeReference::Convert\28SkSL::Context\20const&\2c\20SkSL::Position\2c\20SkSL::Type\20const*\29 -5034:SkSL::Type::MakeStructType\28SkSL::Context\20const&\2c\20SkSL::Position\2c\20std::__2::basic_string_view>\2c\20skia_private::TArray\2c\20bool\29 -5035:SkSL::Type::MakeLiteralType\28char\20const*\2c\20SkSL::Type\20const&\2c\20signed\20char\29 -5036:SkSL::Transform::\28anonymous\20namespace\29::BuiltinVariableScanner::addDeclaringElement\28SkSL::ProgramElement\20const*\29 -5037:SkSL::Transform::EliminateDeadFunctions\28SkSL::Program&\29 -5038:SkSL::ToGLSL\28SkSL::Program&\2c\20SkSL::ShaderCaps\20const*\2c\20SkSL::NativeShader*\29 -5039:SkSL::TernaryExpression::Make\28SkSL::Context\20const&\2c\20SkSL::Position\2c\20std::__2::unique_ptr>\2c\20std::__2::unique_ptr>\2c\20std::__2::unique_ptr>\29 -5040:SkSL::SymbolTable::insertNewParent\28\29 -5041:SkSL::SymbolTable::addWithoutOwnership\28SkSL::Symbol*\29 -5042:SkSL::Swizzle::MaskString\28skia_private::FixedArray<4\2c\20signed\20char>\20const&\29 -5043:SkSL::SwitchStatement::Make\28SkSL::Context\20const&\2c\20SkSL::Position\2c\20std::__2::unique_ptr>\2c\20std::__2::unique_ptr>\29 -5044:SkSL::SwitchCase::Make\28SkSL::Position\2c\20long\20long\2c\20std::__2::unique_ptr>\29 -5045:SkSL::SwitchCase::MakeDefault\28SkSL::Position\2c\20std::__2::unique_ptr>\29 -5046:SkSL::StructType::StructType\28SkSL::Position\2c\20std::__2::basic_string_view>\2c\20skia_private::TArray\2c\20int\2c\20bool\2c\20bool\29 -5047:SkSL::String::vappendf\28std::__2::basic_string\2c\20std::__2::allocator>*\2c\20char\20const*\2c\20void*\29 -5048:SkSL::SingleArgumentConstructor::argumentSpan\28\29 -5049:SkSL::RP::stack_usage\28SkSL::RP::Instruction\20const&\29 -5050:SkSL::RP::UnownedLValueSlice::isWritable\28\29\20const -5051:SkSL::RP::UnownedLValueSlice::dynamicSlotRange\28\29 -5052:SkSL::RP::Program::~Program\28\29 -5053:SkSL::RP::LValue::swizzle\28\29 -5054:SkSL::RP::Generator::writeVarDeclaration\28SkSL::VarDeclaration\20const&\29 -5055:SkSL::RP::Generator::writeFunction\28SkSL::IRNode\20const&\2c\20SkSL::FunctionDefinition\20const&\2c\20SkSpan>\20const>\29 -5056:SkSL::RP::Generator::storeImmutableValueToSlots\28skia_private::TArray\20const&\2c\20SkSL::RP::SlotRange\29 -5057:SkSL::RP::Generator::pushVariableReferencePartial\28SkSL::VariableReference\20const&\2c\20SkSL::RP::SlotRange\29 -5058:SkSL::RP::Generator::pushPrefixExpression\28SkSL::Operator\2c\20SkSL::Expression\20const&\29 -5059:SkSL::RP::Generator::pushIntrinsic\28SkSL::IntrinsicKind\2c\20SkSL::Expression\20const&\2c\20SkSL::Expression\20const&\2c\20SkSL::Expression\20const&\29 -5060:SkSL::RP::Generator::pushImmutableData\28SkSL::Expression\20const&\29 -5061:SkSL::RP::Generator::pushAbsFloatIntrinsic\28int\29 -5062:SkSL::RP::Generator::getImmutableValueForExpression\28SkSL::Expression\20const&\2c\20skia_private::TArray*\29 -5063:SkSL::RP::Generator::foldWithMultiOp\28SkSL::RP::BuilderOp\2c\20int\29 -5064:SkSL::RP::Generator::findPreexistingImmutableData\28skia_private::TArray\20const&\29 -5065:SkSL::RP::DynamicIndexLValue::dynamicSlotRange\28\29 -5066:SkSL::RP::Builder::push_slots_or_immutable_indirect\28SkSL::RP::SlotRange\2c\20int\2c\20SkSL::RP::SlotRange\2c\20SkSL::RP::BuilderOp\29 -5067:SkSL::RP::Builder::push_condition_mask\28\29 -5068:SkSL::RP::Builder::pad_stack\28int\29 -5069:SkSL::RP::Builder::copy_stack_to_slots\28SkSL::RP::SlotRange\2c\20int\29 -5070:SkSL::RP::Builder::branch_if_any_lanes_active\28int\29 -5071:SkSL::ProgramVisitor::visit\28SkSL::Program\20const&\29 -5072:SkSL::ProgramUsage::remove\28SkSL::Expression\20const*\29 -5073:SkSL::ProgramUsage::add\28SkSL::Statement\20const*\29 -5074:SkSL::ProgramUsage::add\28SkSL::Expression\20const*\29 -5075:SkSL::Pool::attachToThread\28\29 -5076:SkSL::PipelineStage::PipelineStageCodeGenerator::functionName\28SkSL::FunctionDeclaration\20const&\2c\20int\29 -5077:SkSL::PipelineStage::PipelineStageCodeGenerator::functionDeclaration\28SkSL::FunctionDeclaration\20const&\29 -5078:SkSL::PipelineStage::PipelineStageCodeGenerator::forEachSpecialization\28SkSL::FunctionDeclaration\20const&\2c\20std::__2::function\20const&\29 -5079:SkSL::Parser::~Parser\28\29 -5080:SkSL::Parser::varDeclarations\28\29 -5081:SkSL::Parser::varDeclarationsOrExpressionStatement\28\29 -5082:SkSL::Parser::switchCaseBody\28SkSL::ExpressionArray*\2c\20skia_private::STArray<2\2c\20std::__2::unique_ptr>\2c\20true>*\2c\20std::__2::unique_ptr>\29 -5083:SkSL::Parser::statementOrNop\28SkSL::Position\2c\20std::__2::unique_ptr>\29 -5084:SkSL::Parser::shiftExpression\28\29 -5085:SkSL::Parser::relationalExpression\28\29 -5086:SkSL::Parser::parameter\28std::__2::unique_ptr>*\29 -5087:SkSL::Parser::multiplicativeExpression\28\29 -5088:SkSL::Parser::logicalXorExpression\28\29 -5089:SkSL::Parser::logicalAndExpression\28\29 -5090:SkSL::Parser::localVarDeclarationEnd\28SkSL::Position\2c\20SkSL::Modifiers\20const&\2c\20SkSL::Type\20const*\2c\20SkSL::Token\29 -5091:SkSL::Parser::intLiteral\28long\20long*\29 -5092:SkSL::Parser::globalVarDeclarationEnd\28SkSL::Position\2c\20SkSL::Modifiers\20const&\2c\20SkSL::Type\20const*\2c\20SkSL::Token\29 -5093:SkSL::Parser::equalityExpression\28\29 -5094:SkSL::Parser::directive\28bool\29 -5095:SkSL::Parser::declarations\28\29 -5096:SkSL::Parser::checkNext\28SkSL::Token::Kind\2c\20SkSL::Token*\29 -5097:SkSL::Parser::bitwiseXorExpression\28\29 -5098:SkSL::Parser::bitwiseOrExpression\28\29 -5099:SkSL::Parser::bitwiseAndExpression\28\29 -5100:SkSL::Parser::additiveExpression\28\29 -5101:SkSL::Parser::Parser\28SkSL::Compiler*\2c\20SkSL::ProgramSettings\20const&\2c\20SkSL::ProgramKind\2c\20std::__2::unique_ptr\2c\20std::__2::allocator>\2c\20std::__2::default_delete\2c\20std::__2::allocator>>>\29 -5102:SkSL::MultiArgumentConstructor::argumentSpan\28\29 -5103:SkSL::ModuleTypeToString\28SkSL::ModuleType\29 -5104:SkSL::ModuleLoader::~ModuleLoader\28\29 -5105:SkSL::ModuleLoader::loadVertexModule\28SkSL::Compiler*\29 -5106:SkSL::ModuleLoader::loadPublicModule\28SkSL::Compiler*\29 -5107:SkSL::ModuleLoader::loadFragmentModule\28SkSL::Compiler*\29 -5108:SkSL::ModuleLoader::Get\28\29 -5109:SkSL::MatrixType::bitWidth\28\29\20const -5110:SkSL::MakeRasterPipelineProgram\28SkSL::Program\20const&\2c\20SkSL::FunctionDefinition\20const&\2c\20SkSL::DebugTracePriv*\2c\20bool\29 -5111:SkSL::Layout::description\28\29\20const -5112:SkSL::Intrinsics::\28anonymous\20namespace\29::evaluate_length\28std::__2::array\20const&\29 -5113:SkSL::Intrinsics::\28anonymous\20namespace\29::evaluate_add\28SkSL::Context\20const&\2c\20std::__2::array\20const&\29 -5114:SkSL::InterfaceBlock::~InterfaceBlock\28\29 -5115:SkSL::Inliner::candidateCanBeInlined\28SkSL::InlineCandidate\20const&\2c\20SkSL::ProgramUsage\20const&\2c\20skia_private::THashMap*\29 -5116:SkSL::IfStatement::Make\28SkSL::Context\20const&\2c\20SkSL::Position\2c\20std::__2::unique_ptr>\2c\20std::__2::unique_ptr>\2c\20std::__2::unique_ptr>\29 -5117:SkSL::GLSLCodeGenerator::writeVarDeclaration\28SkSL::VarDeclaration\20const&\2c\20bool\29 -5118:SkSL::GLSLCodeGenerator::writeProgramElement\28SkSL::ProgramElement\20const&\29 -5119:SkSL::GLSLCodeGenerator::writeMinAbsHack\28SkSL::Expression&\2c\20SkSL::Expression&\29 -5120:SkSL::GLSLCodeGenerator::generateCode\28\29 -5121:SkSL::FunctionDefinition::Convert\28SkSL::Context\20const&\2c\20SkSL::Position\2c\20SkSL::FunctionDeclaration\20const&\2c\20std::__2::unique_ptr>\29::Finalizer::visitStatementPtr\28std::__2::unique_ptr>&\29 -5122:SkSL::FunctionDefinition::Convert\28SkSL::Context\20const&\2c\20SkSL::Position\2c\20SkSL::FunctionDeclaration\20const&\2c\20std::__2::unique_ptr>\29::Finalizer::addLocalVariable\28SkSL::Variable\20const*\2c\20SkSL::Position\29 -5123:SkSL::FunctionDeclaration::~FunctionDeclaration\28\29_6565 -5124:SkSL::FunctionDeclaration::~FunctionDeclaration\28\29 -5125:SkSL::FunctionDeclaration::mangledName\28\29\20const -5126:SkSL::FunctionDeclaration::determineFinalTypes\28SkSL::ExpressionArray\20const&\2c\20skia_private::STArray<8\2c\20SkSL::Type\20const*\2c\20true>*\2c\20SkSL::Type\20const**\29\20const -5127:SkSL::FunctionDeclaration::FunctionDeclaration\28SkSL::Context\20const&\2c\20SkSL::Position\2c\20SkSL::ModifierFlags\2c\20std::__2::basic_string_view>\2c\20skia_private::TArray\2c\20SkSL::Type\20const*\2c\20SkSL::IntrinsicKind\29 -5128:SkSL::FunctionDebugInfo*\20std::__2::vector>::__push_back_slow_path\28SkSL::FunctionDebugInfo&&\29 -5129:SkSL::FunctionCall::Make\28SkSL::Context\20const&\2c\20SkSL::Position\2c\20SkSL::Type\20const*\2c\20SkSL::FunctionDeclaration\20const&\2c\20SkSL::ExpressionArray\29 -5130:SkSL::FunctionCall::FindBestFunctionForCall\28SkSL::Context\20const&\2c\20SkSL::FunctionDeclaration\20const*\2c\20SkSL::ExpressionArray\20const&\29 -5131:SkSL::FunctionCall::Convert\28SkSL::Context\20const&\2c\20SkSL::Position\2c\20SkSL::FunctionDeclaration\20const&\2c\20SkSL::ExpressionArray\29 -5132:SkSL::ForStatement::Convert\28SkSL::Context\20const&\2c\20SkSL::Position\2c\20SkSL::ForLoopPositions\2c\20std::__2::unique_ptr>\2c\20std::__2::unique_ptr>\2c\20std::__2::unique_ptr>\2c\20std::__2::unique_ptr>\2c\20std::__2::unique_ptr>\29 -5133:SkSL::FindIntrinsicKind\28std::__2::basic_string_view>\29 -5134:SkSL::FieldAccess::~FieldAccess\28\29_6452 -5135:SkSL::FieldAccess::~FieldAccess\28\29 -5136:SkSL::ExtendedVariable::setInterfaceBlock\28SkSL::InterfaceBlock*\29 -5137:SkSL::ExpressionStatement::Convert\28SkSL::Context\20const&\2c\20std::__2::unique_ptr>\29 -5138:SkSL::DoStatement::~DoStatement\28\29_6435 -5139:SkSL::DoStatement::~DoStatement\28\29 -5140:SkSL::DebugTracePriv::setSource\28std::__2::basic_string\2c\20std::__2::allocator>\20const&\29 -5141:SkSL::ConstructorScalarCast::Convert\28SkSL::Context\20const&\2c\20SkSL::Position\2c\20SkSL::Type\20const&\2c\20SkSL::ExpressionArray\29 -5142:SkSL::ConstructorMatrixResize::Make\28SkSL::Context\20const&\2c\20SkSL::Position\2c\20SkSL::Type\20const&\2c\20std::__2::unique_ptr>\29 -5143:SkSL::Constructor::Convert\28SkSL::Context\20const&\2c\20SkSL::Position\2c\20SkSL::Type\20const&\2c\20SkSL::ExpressionArray\29 -5144:SkSL::ConstantFolder::Simplify\28SkSL::Context\20const&\2c\20SkSL::Position\2c\20SkSL::Expression\20const&\2c\20SkSL::Operator\2c\20SkSL::Expression\20const&\2c\20SkSL::Type\20const&\29 -5145:SkSL::Compiler::writeErrorCount\28\29 -5146:SkSL::Compiler::initializeContext\28SkSL::Module\20const*\2c\20SkSL::ProgramKind\2c\20SkSL::ProgramSettings\2c\20std::__2::basic_string_view>\2c\20SkSL::ModuleType\29 -5147:SkSL::Compiler::cleanupContext\28\29 -5148:SkSL::ChildCall::~ChildCall\28\29_6370 -5149:SkSL::ChildCall::~ChildCall\28\29 -5150:SkSL::ChildCall::Make\28SkSL::Context\20const&\2c\20SkSL::Position\2c\20SkSL::Type\20const*\2c\20SkSL::Variable\20const&\2c\20SkSL::ExpressionArray\29 -5151:SkSL::BinaryExpression::isAssignmentIntoVariable\28\29 -5152:SkSL::BinaryExpression::Make\28SkSL::Context\20const&\2c\20SkSL::Position\2c\20std::__2::unique_ptr>\2c\20SkSL::Operator\2c\20std::__2::unique_ptr>\2c\20SkSL::Type\20const*\29 -5153:SkSL::Analysis::IsDynamicallyUniformExpression\28SkSL::Expression\20const&\29 -5154:SkSL::Analysis::IsConstantExpression\28SkSL::Expression\20const&\29 -5155:SkSL::Analysis::IsAssignable\28SkSL::Expression&\2c\20SkSL::Analysis::AssignmentInfo*\2c\20SkSL::ErrorReporter*\29 -5156:SkSL::Analysis::GetLoopUnrollInfo\28SkSL::Context\20const&\2c\20SkSL::Position\2c\20SkSL::ForLoopPositions\20const&\2c\20SkSL::Statement\20const*\2c\20std::__2::unique_ptr>*\2c\20SkSL::Expression\20const*\2c\20SkSL::Statement\20const*\2c\20SkSL::ErrorReporter*\29 -5157:SkSL::Analysis::GetLoopControlFlowInfo\28SkSL::Statement\20const&\29 -5158:SkSL::Analysis::CheckProgramStructure\28SkSL::Program\20const&\29::ProgramStructureVisitor::visitProgramElement\28SkSL::ProgramElement\20const&\29 -5159:SkSL::AliasType::numberKind\28\29\20const -5160:SkSL::AliasType::isOrContainsBool\28\29\20const -5161:SkSL::AliasType::isOrContainsAtomic\28\29\20const -5162:SkSL::AliasType::isAllowedInES2\28\29\20const -5163:SkRuntimeShader::~SkRuntimeShader\28\29 -5164:SkRuntimeEffectPriv::WriteChildEffects\28SkWriteBuffer&\2c\20SkSpan\29 -5165:SkRuntimeEffectPriv::TransformUniforms\28SkSpan\2c\20sk_sp\2c\20SkColorSpaceXformSteps\20const&\29 -5166:SkRuntimeEffect::~SkRuntimeEffect\28\29 -5167:SkRuntimeEffect::makeShader\28sk_sp\2c\20sk_sp*\2c\20unsigned\20long\2c\20SkMatrix\20const*\29\20const -5168:SkRuntimeEffect::makeColorFilter\28sk_sp\2c\20SkSpan\29\20const -5169:SkRuntimeEffect::TracedShader*\20emscripten::internal::raw_constructor\28\29 -5170:SkRuntimeEffect::MakeInternal\28std::__2::unique_ptr>\2c\20SkRuntimeEffect::Options\20const&\2c\20SkSL::ProgramKind\29 -5171:SkRuntimeEffect::ChildPtr&\20skia_private::TArray::emplace_back&>\28sk_sp&\29 -5172:SkRuntimeBlender::flatten\28SkWriteBuffer&\29\20const -5173:SkRgnBuilder::~SkRgnBuilder\28\29 -5174:SkResourceCache::visitAll\28void\20\28*\29\28SkResourceCache::Rec\20const&\2c\20void*\29\2c\20void*\29 -5175:SkResourceCache::setTotalByteLimit\28unsigned\20long\29 -5176:SkResourceCache::setSingleAllocationByteLimit\28unsigned\20long\29 -5177:SkResourceCache::newCachedData\28unsigned\20long\29 -5178:SkResourceCache::getEffectiveSingleAllocationByteLimit\28\29\20const -5179:SkResourceCache::find\28SkResourceCache::Key\20const&\2c\20bool\20\28*\29\28SkResourceCache::Rec\20const&\2c\20void*\29\2c\20void*\29 -5180:SkResourceCache::dump\28\29\20const -5181:SkResourceCache::add\28SkResourceCache::Rec*\2c\20void*\29 -5182:SkResourceCache::PostPurgeSharedID\28unsigned\20long\20long\29 -5183:SkResourceCache::GetDiscardableFactory\28\29 -5184:SkRescaleAndReadPixels\28SkBitmap\2c\20SkImageInfo\20const&\2c\20SkIRect\20const&\2c\20SkImage::RescaleGamma\2c\20SkImage::RescaleMode\2c\20void\20\28*\29\28void*\2c\20std::__2::unique_ptr>\29\2c\20void*\29::Result::rowBytes\28int\29\20const -5185:SkRescaleAndReadPixels\28SkBitmap\2c\20SkImageInfo\20const&\2c\20SkIRect\20const&\2c\20SkImage::RescaleGamma\2c\20SkImage::RescaleMode\2c\20void\20\28*\29\28void*\2c\20std::__2::unique_ptr>\29\2c\20void*\29 -5186:SkRegion::Spanerator::Spanerator\28SkRegion\20const&\2c\20int\2c\20int\2c\20int\29 -5187:SkRegion::Oper\28SkRegion\20const&\2c\20SkRegion\20const&\2c\20SkRegion::Op\2c\20SkRegion*\29 -5188:SkRefCntSet::~SkRefCntSet\28\29 -5189:SkRefCntBase::internal_dispose\28\29\20const -5190:SkReduceOrder::reduce\28SkDQuad\20const&\29 -5191:SkReduceOrder::Conic\28SkConic\20const&\2c\20SkPoint*\29 -5192:SkRectClipBlitter::requestRowsPreserved\28\29\20const -5193:SkRectClipBlitter::allocBlitMemory\28unsigned\20long\29 -5194:SkRect::intersect\28SkRect\20const&\2c\20SkRect\20const&\29 -5195:SkRecords::TypedMatrix::TypedMatrix\28SkMatrix\20const&\29 -5196:SkRecordOptimize\28SkRecord*\29 -5197:SkRecordFillBounds\28SkRect\20const&\2c\20SkRecord\20const&\2c\20SkRect*\2c\20SkBBoxHierarchy::Metadata*\29 -5198:SkRecordCanvas::baseRecorder\28\29\20const -5199:SkRecord::bytesUsed\28\29\20const -5200:SkReadPixelsRec::trim\28int\2c\20int\29 -5201:SkReadBuffer::setDeserialProcs\28SkDeserialProcs\20const&\29 -5202:SkReadBuffer::readString\28unsigned\20long*\29 -5203:SkReadBuffer::readRegion\28SkRegion*\29 -5204:SkReadBuffer::readRect\28\29 -5205:SkReadBuffer::readPoint3\28SkPoint3*\29 -5206:SkReadBuffer::readPad32\28void*\2c\20unsigned\20long\29 -5207:SkReadBuffer::readArray\28void*\2c\20unsigned\20long\2c\20unsigned\20long\29 -5208:SkRasterPipelineBlitter::Create\28SkPixmap\20const&\2c\20SkPaint\20const&\2c\20SkRGBA4f<\28SkAlphaType\293>\20const&\2c\20SkArenaAlloc*\2c\20SkRasterPipeline\20const&\2c\20bool\2c\20bool\2c\20SkShader\20const*\29 -5209:SkRasterPipeline::tailPointer\28\29 -5210:SkRasterPipeline::appendSetRGB\28SkArenaAlloc*\2c\20float\20const*\29 -5211:SkRasterPipeline::addMemoryContext\28SkRasterPipelineContexts::MemoryCtx*\2c\20int\2c\20bool\2c\20bool\29 -5212:SkRTreeFactory::operator\28\29\28\29\20const -5213:SkRTree::search\28SkRTree::Node*\2c\20SkRect\20const&\2c\20std::__2::vector>*\29\20const -5214:SkRTree::bulkLoad\28std::__2::vector>*\2c\20int\29 -5215:SkRTree::allocateNodeAtLevel\28unsigned\20short\29 -5216:SkRRectPriv::AllCornersCircular\28SkRRect\20const&\2c\20float\29 -5217:SkRRect::isValid\28\29\20const -5218:SkRRect::computeType\28\29 -5219:SkRGBA4f<\28SkAlphaType\292>\20skgpu::Swizzle::applyTo<\28SkAlphaType\292>\28SkRGBA4f<\28SkAlphaType\292>\29\20const -5220:SkRBuffer::skipToAlign4\28\29 -5221:SkQuads::EvalAt\28double\2c\20double\2c\20double\2c\20double\29 -5222:SkQuadraticEdge::nextSegment\28\29 -5223:SkPtrSet::reset\28\29 -5224:SkPtrSet::copyToArray\28void**\29\20const -5225:SkPtrSet::add\28void*\29 -5226:SkPoint::Normalize\28SkPoint*\29 -5227:SkPngEncoder::Encode\28GrDirectContext*\2c\20SkImage\20const*\2c\20SkPngEncoder::Options\20const&\29 -5228:SkPngDecoder::Decode\28std::__2::unique_ptr>\2c\20SkCodec::Result*\2c\20void*\29 -5229:SkPngCodecBase::initializeXformParams\28\29 -5230:SkPngCodecBase::initializeSwizzler\28SkImageInfo\20const&\2c\20SkCodec::Options\20const&\2c\20bool\2c\20int\29 -5231:SkPngCodecBase::SkPngCodecBase\28SkEncodedInfo&&\2c\20std::__2::unique_ptr>\2c\20SkEncodedOrigin\29 -5232:SkPngCodec::initializeXforms\28SkImageInfo\20const&\2c\20SkCodec::Options\20const&\29 -5233:SkPixmapUtils::Orient\28SkPixmap\20const&\2c\20SkPixmap\20const&\2c\20SkEncodedOrigin\29 -5234:SkPixmap::erase\28unsigned\20int\2c\20SkIRect\20const&\29\20const -5235:SkPixmap::erase\28SkRGBA4f<\28SkAlphaType\293>\20const&\2c\20SkIRect\20const*\29\20const -5236:SkPixelRef::getGenerationID\28\29\20const -5237:SkPixelRef::addGenIDChangeListener\28sk_sp\29 -5238:SkPixelRef::SkPixelRef\28int\2c\20int\2c\20void*\2c\20unsigned\20long\29 -5239:SkPictureShader::CachedImageInfo::makeImage\28sk_sp\2c\20SkPicture\20const*\29\20const -5240:SkPictureShader::CachedImageInfo::Make\28SkRect\20const&\2c\20SkMatrix\20const&\2c\20SkColorType\2c\20SkColorSpace*\2c\20int\2c\20SkSurfaceProps\20const&\29 -5241:SkPictureRecord::endRecording\28\29 -5242:SkPictureRecord::beginRecording\28\29 -5243:SkPicturePriv::Flatten\28sk_sp\2c\20SkWriteBuffer&\29 -5244:SkPicturePlayback::draw\28SkCanvas*\2c\20SkPicture::AbortCallback*\2c\20SkReadBuffer*\29 -5245:SkPictureData::parseBufferTag\28SkReadBuffer&\2c\20unsigned\20int\2c\20unsigned\20int\29 -5246:SkPictureData::getPicture\28SkReadBuffer*\29\20const -5247:SkPictureData::getDrawable\28SkReadBuffer*\29\20const -5248:SkPictureData::flatten\28SkWriteBuffer&\29\20const -5249:SkPictureData::flattenToBuffer\28SkWriteBuffer&\2c\20bool\29\20const -5250:SkPictureData::SkPictureData\28SkPictureRecord\20const&\2c\20SkPictInfo\20const&\29 -5251:SkPicture::backport\28\29\20const -5252:SkPicture::SkPicture\28\29 -5253:SkPicture::MakeFromStreamPriv\28SkStream*\2c\20SkDeserialProcs\20const*\2c\20SkTypefacePlayback*\2c\20int\29 -5254:SkPerlinNoiseShader::type\28\29\20const -5255:SkPerlinNoiseShader::getPaintingData\28\29\20const -5256:SkPathWriter::assemble\28\29 -5257:SkPathWriter::SkPathWriter\28SkPath&\29 -5258:SkPathRef::resetToSize\28int\2c\20int\2c\20int\2c\20int\2c\20int\2c\20int\29 -5259:SkPathRef::SkPathRef\28SkSpan\2c\20SkSpan\2c\20SkSpan\2c\20unsigned\20int\29 -5260:SkPathPriv::PerspectiveClip\28SkPath\20const&\2c\20SkMatrix\20const&\2c\20SkPath*\29 -5261:SkPathPriv::IsNestedFillRects\28SkPath\20const&\2c\20SkRect*\2c\20SkPathDirection*\29 -5262:SkPathPriv::CreateDrawArcPath\28SkPath*\2c\20SkArc\20const&\2c\20bool\29 -5263:SkPathEffectBase::PointData::~PointData\28\29 -5264:SkPathEffect::filterPath\28SkPath*\2c\20SkPath\20const&\2c\20SkStrokeRec*\2c\20SkRect\20const*\29\20const -5265:SkPathBuilder::setLastPt\28float\2c\20float\29 -5266:SkPathBuilder::privateReversePathTo\28SkPath\20const&\29 -5267:SkPathBuilder::privateReverseAddPath\28SkPath\20const&\29 -5268:SkPathBuilder::operator=\28SkPath\20const&\29 -5269:SkPathBuilder::computeBounds\28\29\20const -5270:SkPathBuilder::addRRect\28SkRRect\20const&\2c\20SkPathDirection\2c\20unsigned\20int\29 -5271:SkPathBuilder::addPath\28SkPath\20const&\2c\20float\2c\20float\2c\20SkPath::AddPathMode\29 -5272:SkPath::writeToMemoryAsRRect\28void*\29\20const -5273:SkPath::swap\28SkPath&\29 -5274:SkPath::readFromMemory\28void\20const*\2c\20unsigned\20long\29 -5275:SkPath::offset\28float\2c\20float\2c\20SkPath*\29\20const -5276:SkPath::isRRect\28SkRRect*\29\20const -5277:SkPath::isOval\28SkRect*\29\20const -5278:SkPath::conservativelyContainsRect\28SkRect\20const&\29\20const -5279:SkPath::computeConvexity\28\29\20const -5280:SkPath::addPoly\28SkSpan\2c\20bool\29 -5281:SkPath::addCircle\28float\2c\20float\2c\20float\2c\20SkPathDirection\29 -5282:SkPath2DPathEffect::Make\28SkMatrix\20const&\2c\20SkPath\20const&\29 -5283:SkParsePath::ToSVGString\28SkPath\20const&\2c\20SkParsePath::PathEncoding\29::$_0::operator\28\29\28char\2c\20SkPoint\20const*\2c\20unsigned\20long\29\20const -5284:SkParseEncodedOrigin\28void\20const*\2c\20unsigned\20long\2c\20SkEncodedOrigin*\29 -5285:SkPaintPriv::ShouldDither\28SkPaint\20const&\2c\20SkColorType\29 -5286:SkPaintPriv::Overwrites\28SkPaint\20const*\2c\20SkPaintPriv::ShaderOverrideOpacity\29 -5287:SkPaint::setStroke\28bool\29 -5288:SkPaint::reset\28\29 -5289:SkPaint::refColorFilter\28\29\20const -5290:SkOpSpanBase::merge\28SkOpSpan*\29 -5291:SkOpSpanBase::globalState\28\29\20const -5292:SkOpSpan::sortableTop\28SkOpContour*\29 -5293:SkOpSpan::release\28SkOpPtT\20const*\29 -5294:SkOpSpan::insertCoincidence\28SkOpSegment\20const*\2c\20bool\2c\20bool\29 -5295:SkOpSpan::init\28SkOpSegment*\2c\20SkOpSpan*\2c\20double\2c\20SkPoint\20const&\29 -5296:SkOpSegment::updateWindingReverse\28SkOpAngle\20const*\29 -5297:SkOpSegment::oppXor\28\29\20const -5298:SkOpSegment::moveMultiples\28\29 -5299:SkOpSegment::isXor\28\29\20const -5300:SkOpSegment::computeSum\28SkOpSpanBase*\2c\20SkOpSpanBase*\2c\20SkOpAngle::IncludeType\29 -5301:SkOpSegment::collapsed\28double\2c\20double\29\20const -5302:SkOpSegment::addExpanded\28double\2c\20SkOpSpanBase\20const*\2c\20bool*\29 -5303:SkOpSegment::activeAngle\28SkOpSpanBase*\2c\20SkOpSpanBase**\2c\20SkOpSpanBase**\2c\20bool*\29 -5304:SkOpSegment::UseInnerWinding\28int\2c\20int\29 -5305:SkOpPtT::ptAlreadySeen\28SkOpPtT\20const*\29\20const -5306:SkOpPtT::contains\28SkOpSegment\20const*\2c\20double\29\20const -5307:SkOpGlobalState::SkOpGlobalState\28SkOpContourHead*\2c\20SkArenaAlloc*\29 -5308:SkOpEdgeBuilder::preFetch\28\29 -5309:SkOpEdgeBuilder::init\28\29 -5310:SkOpEdgeBuilder::finish\28\29 -5311:SkOpContourBuilder::addConic\28SkPoint*\2c\20float\29 -5312:SkOpContour::addQuad\28SkPoint*\29 -5313:SkOpContour::addCubic\28SkPoint*\29 -5314:SkOpContour::addConic\28SkPoint*\2c\20float\29 -5315:SkOpCoincidence::release\28SkOpSegment\20const*\29 -5316:SkOpCoincidence::mark\28\29 -5317:SkOpCoincidence::markCollapsed\28SkCoincidentSpans*\2c\20SkOpPtT*\29 -5318:SkOpCoincidence::fixUp\28SkCoincidentSpans*\2c\20SkOpPtT*\2c\20SkOpPtT\20const*\29 -5319:SkOpCoincidence::contains\28SkCoincidentSpans\20const*\2c\20SkOpSegment\20const*\2c\20SkOpSegment\20const*\2c\20double\29\20const -5320:SkOpCoincidence::checkOverlap\28SkCoincidentSpans*\2c\20SkOpSegment\20const*\2c\20SkOpSegment\20const*\2c\20double\2c\20double\2c\20double\2c\20double\2c\20SkTDArray*\29\20const -5321:SkOpCoincidence::addOrOverlap\28SkOpSegment*\2c\20SkOpSegment*\2c\20double\2c\20double\2c\20double\2c\20double\2c\20bool*\29 -5322:SkOpAngle::tangentsDiverge\28SkOpAngle\20const*\2c\20double\29 -5323:SkOpAngle::setSpans\28\29 -5324:SkOpAngle::setSector\28\29 -5325:SkOpAngle::previous\28\29\20const -5326:SkOpAngle::midToSide\28SkOpAngle\20const*\2c\20bool*\29\20const -5327:SkOpAngle::loopCount\28\29\20const -5328:SkOpAngle::loopContains\28SkOpAngle\20const*\29\20const -5329:SkOpAngle::lastMarked\28\29\20const -5330:SkOpAngle::endToSide\28SkOpAngle\20const*\2c\20bool*\29\20const -5331:SkOpAngle::alignmentSameSide\28SkOpAngle\20const*\2c\20int*\29\20const -5332:SkOpAngle::after\28SkOpAngle*\29 -5333:SkOffsetSimplePolygon\28SkPoint\20const*\2c\20int\2c\20SkRect\20const&\2c\20float\2c\20SkTDArray*\2c\20SkTDArray*\29 -5334:SkNoDrawCanvas::onDrawEdgeAAImageSet2\28SkCanvas::ImageSetEntry\20const*\2c\20int\2c\20SkPoint\20const*\2c\20SkMatrix\20const*\2c\20SkSamplingOptions\20const&\2c\20SkPaint\20const*\2c\20SkCanvas::SrcRectConstraint\29 -5335:SkNoDrawCanvas::onDrawArc\28SkRect\20const&\2c\20float\2c\20float\2c\20bool\2c\20SkPaint\20const&\29 -5336:SkModifyPaintAndDstForDrawImageRect\28SkImage\20const*\2c\20SkSamplingOptions\20const&\2c\20SkRect\2c\20SkRect\2c\20bool\2c\20SkPaint*\29 -5337:SkMipmapBuilder::level\28int\29\20const -5338:SkMipmap::countLevels\28\29\20const -5339:SkMessageBus::Inbox::~Inbox\28\29 -5340:SkMeshSpecification::Varying*\20std::__2::vector>::__push_back_slow_path\28SkMeshSpecification::Varying&&\29 -5341:SkMeshSpecification::Attribute*\20std::__2::vector>::__push_back_slow_path\28SkMeshSpecification::Attribute&&\29 -5342:SkMeshPriv::CpuBuffer::~CpuBuffer\28\29_2621 -5343:SkMeshPriv::CpuBuffer::~CpuBuffer\28\29 -5344:SkMeshPriv::CpuBuffer::size\28\29\20const -5345:SkMeshPriv::CpuBuffer::peek\28\29\20const -5346:SkMeshPriv::CpuBuffer::onUpdate\28GrDirectContext*\2c\20void\20const*\2c\20unsigned\20long\2c\20unsigned\20long\29 -5347:SkMatrixPriv::MapPointsWithStride\28SkMatrix\20const&\2c\20SkPoint*\2c\20unsigned\20long\2c\20int\29 -5348:SkMatrix::setRotate\28float\2c\20float\2c\20float\29 -5349:SkMatrix::mapPoint\28SkPoint\29\20const -5350:SkMatrix::isFinite\28\29\20const -5351:SkMaskSwizzler::swizzle\28void*\2c\20unsigned\20char\20const*\29 -5352:SkMask::computeTotalImageSize\28\29\20const -5353:SkMakeResourceCacheSharedIDForBitmap\28unsigned\20int\29 -5354:SkMD5::finish\28\29 -5355:SkMD5::SkMD5\28\29 -5356:SkMD5::Digest::toHexString\28\29\20const -5357:SkM44::preScale\28float\2c\20float\29 -5358:SkM44::postTranslate\28float\2c\20float\2c\20float\29 -5359:SkM44::RectToRect\28SkRect\20const&\2c\20SkRect\20const&\29 -5360:SkLinearColorSpaceLuminance::toLuma\28float\2c\20float\29\20const -5361:SkLineParameters::cubicEndPoints\28SkDCubic\20const&\29 -5362:SkLatticeIter::SkLatticeIter\28SkCanvas::Lattice\20const&\2c\20SkRect\20const&\29 -5363:SkLRUCache>\2c\20GrGLGpu::ProgramCache::DescHash\2c\20SkNoOpPurge>::~SkLRUCache\28\29 -5364:SkLRUCache>\2c\20GrGLGpu::ProgramCache::DescHash\2c\20SkNoOpPurge>::reset\28\29 -5365:SkLRUCache>\2c\20GrGLGpu::ProgramCache::DescHash\2c\20SkNoOpPurge>::insert\28GrProgramDesc\20const&\2c\20std::__2::unique_ptr>\29 -5366:SkKnownRuntimeEffects::\28anonymous\20namespace\29::make_matrix_conv_shader\28SkKnownRuntimeEffects::\28anonymous\20namespace\29::MatrixConvolutionImpl\2c\20SkKnownRuntimeEffects::StableKey\29::$_0::operator\28\29\28int\2c\20SkRuntimeEffect::Options\20const&\29\20const -5367:SkKnownRuntimeEffects::IsSkiaKnownRuntimeEffect\28int\29 -5368:SkJpegMetadataDecoderImpl::SkJpegMetadataDecoderImpl\28std::__2::vector>\29 -5369:SkJpegDecoder::IsJpeg\28void\20const*\2c\20unsigned\20long\29 -5370:SkJpegCodec::readRows\28SkImageInfo\20const&\2c\20void*\2c\20unsigned\20long\2c\20int\2c\20SkCodec::Options\20const&\2c\20int*\29 -5371:SkJpegCodec::initializeSwizzler\28SkImageInfo\20const&\2c\20SkCodec::Options\20const&\2c\20bool\29 -5372:SkJSONWriter::appendString\28char\20const*\2c\20unsigned\20long\29 -5373:SkIsSimplePolygon\28SkPoint\20const*\2c\20int\29 -5374:SkInvert3x3Matrix\28float\20const*\2c\20float*\29 -5375:SkInvert2x2Matrix\28float\20const*\2c\20float*\29 -5376:SkIntersections::vertical\28SkDQuad\20const&\2c\20double\2c\20double\2c\20double\2c\20bool\29 -5377:SkIntersections::vertical\28SkDLine\20const&\2c\20double\2c\20double\2c\20double\2c\20bool\29 -5378:SkIntersections::vertical\28SkDCubic\20const&\2c\20double\2c\20double\2c\20double\2c\20bool\29 -5379:SkIntersections::vertical\28SkDConic\20const&\2c\20double\2c\20double\2c\20double\2c\20bool\29 -5380:SkIntersections::mostOutside\28double\2c\20double\2c\20SkDPoint\20const&\29\20const -5381:SkIntersections::intersect\28SkDQuad\20const&\2c\20SkDLine\20const&\29 -5382:SkIntersections::intersect\28SkDCubic\20const&\2c\20SkDQuad\20const&\29 -5383:SkIntersections::intersect\28SkDCubic\20const&\2c\20SkDLine\20const&\29 -5384:SkIntersections::intersect\28SkDCubic\20const&\2c\20SkDConic\20const&\29 -5385:SkIntersections::intersect\28SkDConic\20const&\2c\20SkDQuad\20const&\29 -5386:SkIntersections::intersect\28SkDConic\20const&\2c\20SkDLine\20const&\29 -5387:SkIntersections::insertCoincident\28double\2c\20double\2c\20SkDPoint\20const&\29 -5388:SkIntersections::horizontal\28SkDQuad\20const&\2c\20double\2c\20double\2c\20double\2c\20bool\29 -5389:SkIntersections::horizontal\28SkDLine\20const&\2c\20double\2c\20double\2c\20double\2c\20bool\29 -5390:SkIntersections::horizontal\28SkDCubic\20const&\2c\20double\2c\20double\2c\20double\2c\20bool\29 -5391:SkIntersections::horizontal\28SkDConic\20const&\2c\20double\2c\20double\2c\20double\2c\20bool\29 -5392:SkImages::RasterFromPixmap\28SkPixmap\20const&\2c\20void\20\28*\29\28void\20const*\2c\20void*\29\2c\20void*\29 -5393:SkImages::RasterFromData\28SkImageInfo\20const&\2c\20sk_sp\2c\20unsigned\20long\29 -5394:SkImages::DeferredFromGenerator\28std::__2::unique_ptr>\29 -5395:SkImage_Raster::onPeekMips\28\29\20const -5396:SkImage_Lazy::~SkImage_Lazy\28\29_4746 -5397:SkImage_Lazy::onMakeSurface\28SkRecorder*\2c\20SkImageInfo\20const&\29\20const -5398:SkImage_Lazy::onMakeColorTypeAndColorSpace\28SkColorType\2c\20sk_sp\2c\20GrDirectContext*\29\20const -5399:SkImage_GaneshBase::onMakeSubset\28SkRecorder*\2c\20SkIRect\20const&\2c\20SkImage::RequiredProperties\29\20const -5400:SkImage_GaneshBase::makeColorTypeAndColorSpace\28SkRecorder*\2c\20SkColorType\2c\20sk_sp\2c\20SkImage::RequiredProperties\29\20const -5401:SkImage_Base::onAsyncRescaleAndReadPixelsYUV420\28SkYUVColorSpace\2c\20bool\2c\20sk_sp\2c\20SkIRect\2c\20SkISize\2c\20SkImage::RescaleGamma\2c\20SkImage::RescaleMode\2c\20void\20\28*\29\28void*\2c\20std::__2::unique_ptr>\29\2c\20void*\29\20const -5402:SkImage_Base::onAsLegacyBitmap\28GrDirectContext*\2c\20SkBitmap*\29\20const -5403:SkImageShader::appendStages\28SkStageRec\20const&\2c\20SkShaders::MatrixRec\20const&\29\20const::$_1::operator\28\29\28\28anonymous\20namespace\29::MipLevelHelper\20const*\29\20const -5404:SkImageInfo::validRowBytes\28unsigned\20long\29\20const -5405:SkImageInfo::MakeN32Premul\28int\2c\20int\29 -5406:SkImageGenerator::~SkImageGenerator\28\29_904 -5407:SkImageFilters::ColorFilter\28sk_sp\2c\20sk_sp\2c\20SkImageFilters::CropRect\20const&\29 -5408:SkImageFilter_Base::getCTMCapability\28\29\20const -5409:SkImageFilterCache::Get\28SkImageFilterCache::CreateIfNecessary\29 -5410:SkImageFilter::computeFastBounds\28SkRect\20const&\29\20const -5411:SkImage::withMipmaps\28sk_sp\29\20const -5412:SkIcuBreakIteratorCache::purgeIfNeeded\28\29 -5413:SkIcoDecoder::IsIco\28void\20const*\2c\20unsigned\20long\29 -5414:SkIcoCodec::MakeFromStream\28std::__2::unique_ptr>\2c\20SkCodec::Result*\29 -5415:SkGradientBaseShader::~SkGradientBaseShader\28\29 -5416:SkGradientBaseShader::AppendGradientFillStages\28SkRasterPipeline*\2c\20SkArenaAlloc*\2c\20SkRGBA4f<\28SkAlphaType\292>\20const*\2c\20float\20const*\2c\20int\29 -5417:SkGlyph::setImage\28SkArenaAlloc*\2c\20SkScalerContext*\29 -5418:SkGlyph::setDrawable\28SkArenaAlloc*\2c\20SkScalerContext*\29 -5419:SkGlyph::mask\28SkPoint\29\20const -5420:SkGifDecoder::MakeFromStream\28std::__2::unique_ptr>\2c\20SkCodec::SelectionPolicy\2c\20SkCodec::Result*\29 -5421:SkGifDecoder::IsGif\28void\20const*\2c\20unsigned\20long\29 -5422:SkGenerateDistanceFieldFromA8Image\28unsigned\20char*\2c\20unsigned\20char\20const*\2c\20int\2c\20int\2c\20unsigned\20long\29 -5423:SkGaussFilter::SkGaussFilter\28double\29 -5424:SkFrameHolder::setAlphaAndRequiredFrame\28SkFrame*\29 -5425:SkFrame::fillIn\28SkCodec::FrameInfo*\2c\20bool\29\20const -5426:SkFontStyleSet_Custom::appendTypeface\28sk_sp\29 -5427:SkFontStyleSet_Custom::SkFontStyleSet_Custom\28SkString\29 -5428:SkFontScanner_FreeType::scanInstance\28SkStreamAsset*\2c\20int\2c\20int\2c\20SkString*\2c\20SkFontStyle*\2c\20bool*\2c\20skia_private::STArray<4\2c\20SkFontParameters::Variation::Axis\2c\20true>*\2c\20skia_private::STArray<4\2c\20SkFontArguments::VariationPosition::Coordinate\2c\20true>*\29\20const -5429:SkFontScanner_FreeType::computeAxisValues\28skia_private::STArray<4\2c\20SkFontParameters::Variation::Axis\2c\20true>\20const&\2c\20SkFontArguments::VariationPosition\2c\20SkFontArguments::VariationPosition\2c\20int*\2c\20SkString\20const&\2c\20SkFontStyle*\29 -5430:SkFontPriv::GetFontBounds\28SkFont\20const&\29 -5431:SkFontMgr_Custom::onMakeFromStreamArgs\28std::__2::unique_ptr>\2c\20SkFontArguments\20const&\29\20const -5432:SkFontMgr::matchFamilyStyle\28char\20const*\2c\20SkFontStyle\20const&\29\20const -5433:SkFontMgr::makeFromStream\28std::__2::unique_ptr>\2c\20int\29\20const -5434:SkFontMgr::makeFromStream\28std::__2::unique_ptr>\2c\20SkFontArguments\20const&\29\20const -5435:SkFontMgr::legacyMakeTypeface\28char\20const*\2c\20SkFontStyle\29\20const -5436:SkFontDescriptor::SkFontStyleWidthForWidthAxisValue\28float\29 -5437:SkFontDescriptor::SkFontDescriptor\28\29 -5438:SkFont::setupForAsPaths\28SkPaint*\29 -5439:SkFont::setSkewX\28float\29 -5440:SkFont::setLinearMetrics\28bool\29 -5441:SkFont::setEmbolden\28bool\29 -5442:SkFont::operator==\28SkFont\20const&\29\20const -5443:SkFont::getPaths\28SkSpan\2c\20void\20\28*\29\28SkPath\20const*\2c\20SkMatrix\20const&\2c\20void*\29\2c\20void*\29\20const -5444:SkFlattenable::RegisterFlattenablesIfNeeded\28\29 -5445:SkFlattenable::PrivateInitializer::InitEffects\28\29 -5446:SkFlattenable::NameToFactory\28char\20const*\29 -5447:SkFlattenable::FactoryToName\28sk_sp\20\28*\29\28SkReadBuffer&\29\29 -5448:SkFindQuadExtrema\28float\2c\20float\2c\20float\2c\20float*\29 -5449:SkFindCubicExtrema\28float\2c\20float\2c\20float\2c\20float\2c\20float*\29 -5450:SkFactorySet::~SkFactorySet\28\29 -5451:SkEmptyPicture::approximateBytesUsed\28\29\20const -5452:SkEdgeClipper::clipQuad\28SkPoint\20const*\2c\20SkRect\20const&\29 -5453:SkEdgeClipper::ClipPath\28SkPath\20const&\2c\20SkRect\20const&\2c\20bool\2c\20void\20\28*\29\28SkEdgeClipper*\2c\20bool\2c\20void*\29\2c\20void*\29 -5454:SkEdgeBuilder::buildEdges\28SkPath\20const&\2c\20SkIRect\20const*\29 -5455:SkDynamicMemoryWStream::bytesWritten\28\29\20const -5456:SkDrawableList::newDrawableSnapshot\28\29 -5457:SkDrawShadowMetrics::GetSpotShadowTransform\28SkPoint3\20const&\2c\20float\2c\20SkMatrix\20const&\2c\20SkPoint3\20const&\2c\20SkRect\20const&\2c\20bool\2c\20SkMatrix*\2c\20float*\29 -5458:SkDrawShadowMetrics::GetLocalBounds\28SkPath\20const&\2c\20SkDrawShadowRec\20const&\2c\20SkMatrix\20const&\2c\20SkRect*\29 -5459:SkDrawBase::drawRRectNinePatch\28SkRRect\20const&\2c\20SkPaint\20const&\29\20const -5460:SkDrawBase::drawPaint\28SkPaint\20const&\29\20const -5461:SkDrawBase::DrawToMask\28SkPath\20const&\2c\20SkIRect\20const&\2c\20SkMaskFilter\20const*\2c\20SkMatrix\20const*\2c\20SkMaskBuilder*\2c\20SkMaskBuilder::CreateMode\2c\20SkStrokeRec::InitStyle\29 -5462:SkDraw::drawSprite\28SkBitmap\20const&\2c\20int\2c\20int\2c\20SkPaint\20const&\29\20const -5463:SkDraw::drawDevMask\28SkMask\20const&\2c\20SkPaint\20const&\2c\20SkMatrix\20const*\29\20const -5464:SkDiscretePathEffectImpl::flatten\28SkWriteBuffer&\29\20const -5465:SkDiscretePathEffect::Make\28float\2c\20float\2c\20unsigned\20int\29 -5466:SkDevice::getRelativeTransform\28SkDevice\20const&\29\20const -5467:SkDevice::drawShadow\28SkCanvas*\2c\20SkPath\20const&\2c\20SkDrawShadowRec\20const&\29 -5468:SkDevice::drawDrawable\28SkCanvas*\2c\20SkDrawable*\2c\20SkMatrix\20const*\29 -5469:SkDevice::drawDevice\28SkDevice*\2c\20SkSamplingOptions\20const&\2c\20SkPaint\20const&\29 -5470:SkDevice::drawArc\28SkArc\20const&\2c\20SkPaint\20const&\29 -5471:SkDescriptor::addEntry\28unsigned\20int\2c\20unsigned\20long\2c\20void\20const*\29 -5472:SkDeque::Iter::next\28\29 -5473:SkDeque::Iter::Iter\28SkDeque\20const&\2c\20SkDeque::Iter::IterStart\29 -5474:SkData::shareSubset\28unsigned\20long\2c\20unsigned\20long\29 -5475:SkDashPath::InternalFilter\28SkPathBuilder*\2c\20SkPath\20const&\2c\20SkStrokeRec*\2c\20SkRect\20const*\2c\20SkSpan\2c\20float\2c\20int\2c\20float\2c\20float\2c\20SkDashPath::StrokeRecApplication\29 -5476:SkDashPath::CalcDashParameters\28float\2c\20SkSpan\2c\20float*\2c\20unsigned\20long*\2c\20float*\2c\20float*\29 -5477:SkDRect::setBounds\28SkDQuad\20const&\2c\20SkDQuad\20const&\2c\20double\2c\20double\29 -5478:SkDRect::setBounds\28SkDCubic\20const&\2c\20SkDCubic\20const&\2c\20double\2c\20double\29 -5479:SkDRect::setBounds\28SkDConic\20const&\2c\20SkDConic\20const&\2c\20double\2c\20double\29 -5480:SkDQuad::subDivide\28double\2c\20double\29\20const -5481:SkDQuad::monotonicInY\28\29\20const -5482:SkDQuad::isLinear\28int\2c\20int\29\20const -5483:SkDQuad::hullIntersects\28SkDQuad\20const&\2c\20bool*\29\20const -5484:SkDPoint::approximatelyDEqual\28SkDPoint\20const&\29\20const -5485:SkDCurveSweep::setCurveHullSweep\28SkPath::Verb\29 -5486:SkDCurve::nearPoint\28SkPath::Verb\2c\20SkDPoint\20const&\2c\20SkDPoint\20const&\29\20const -5487:SkDCubic::monotonicInX\28\29\20const -5488:SkDCubic::hullIntersects\28SkDQuad\20const&\2c\20bool*\29\20const -5489:SkDCubic::hullIntersects\28SkDPoint\20const*\2c\20int\2c\20bool*\29\20const -5490:SkDConic::subDivide\28double\2c\20double\29\20const -5491:SkCubics::RootsReal\28double\2c\20double\2c\20double\2c\20double\2c\20double*\29 -5492:SkCubicEdge::nextSegment\28\29 -5493:SkCubicClipper::ChopMonoAtY\28SkPoint\20const*\2c\20float\2c\20float*\29 -5494:SkCreateRasterPipelineBlitter\28SkPixmap\20const&\2c\20SkPaint\20const&\2c\20SkRasterPipeline\20const&\2c\20bool\2c\20SkArenaAlloc*\2c\20sk_sp\29 -5495:SkCreateRasterPipelineBlitter\28SkPixmap\20const&\2c\20SkPaint\20const&\2c\20SkMatrix\20const&\2c\20SkArenaAlloc*\2c\20sk_sp\2c\20SkSurfaceProps\20const&\29 -5496:SkCopyStreamToData\28SkStream*\29 -5497:SkContourMeasureIter::~SkContourMeasureIter\28\29 -5498:SkContourMeasureIter::SkContourMeasureIter\28SkPath\20const&\2c\20bool\2c\20float\29 -5499:SkContourMeasure::length\28\29\20const -5500:SkContourMeasure::getSegment\28float\2c\20float\2c\20SkPathBuilder*\2c\20bool\29\20const -5501:SkConic::BuildUnitArc\28SkPoint\20const&\2c\20SkPoint\20const&\2c\20SkRotationDirection\2c\20SkMatrix\20const*\2c\20SkConic*\29 -5502:SkComputeRadialSteps\28SkPoint\20const&\2c\20SkPoint\20const&\2c\20float\2c\20float*\2c\20float*\2c\20int*\29 -5503:SkCompressedDataSize\28SkTextureCompressionType\2c\20SkISize\2c\20skia_private::TArray*\2c\20bool\29 -5504:SkColorTypeValidateAlphaType\28SkColorType\2c\20SkAlphaType\2c\20SkAlphaType*\29 -5505:SkColorToPMColor4f\28unsigned\20int\2c\20GrColorInfo\20const&\29 -5506:SkColorSpaceLuminance::Fetch\28float\29 -5507:SkColorSpace::toProfile\28skcms_ICCProfile*\29\20const -5508:SkColorSpace::makeLinearGamma\28\29\20const -5509:SkColorSpace::isSRGB\28\29\20const -5510:SkColorSpace::Make\28skcms_ICCProfile\20const&\29 -5511:SkColorMatrix_RGB2YUV\28SkYUVColorSpace\2c\20float*\29 -5512:SkColorInfo::makeColorSpace\28sk_sp\29\20const -5513:SkColorFilterShader::Make\28sk_sp\2c\20float\2c\20sk_sp\29 -5514:SkColor4fXformer::SkColor4fXformer\28SkGradientBaseShader\20const*\2c\20SkColorSpace*\2c\20bool\29 -5515:SkCoincidentSpans::extend\28SkOpPtT\20const*\2c\20SkOpPtT\20const*\2c\20SkOpPtT\20const*\2c\20SkOpPtT\20const*\29 -5516:SkCodec::onGetYUVAPlanes\28SkYUVAPixmaps\20const&\29 -5517:SkCodec::initializeColorXform\28SkImageInfo\20const&\2c\20SkEncodedInfo::Alpha\2c\20bool\29 -5518:SkChopQuadAtMaxCurvature\28SkPoint\20const*\2c\20SkPoint*\29 -5519:SkChopQuadAtHalf\28SkPoint\20const*\2c\20SkPoint*\29 -5520:SkChopMonoCubicAtX\28SkPoint\20const*\2c\20float\2c\20SkPoint*\29 -5521:SkChopCubicAtInflections\28SkPoint\20const*\2c\20SkPoint*\29 -5522:SkCharToGlyphCache::findGlyphIndex\28int\29\20const -5523:SkCanvasPriv::WriteLattice\28void*\2c\20SkCanvas::Lattice\20const&\29 -5524:SkCanvasPriv::ReadLattice\28SkReadBuffer&\2c\20SkCanvas::Lattice*\29 -5525:SkCanvasPriv::GetDstClipAndMatrixCounts\28SkCanvas::ImageSetEntry\20const*\2c\20int\2c\20int*\2c\20int*\29 -5526:SkCanvas::~SkCanvas\28\29 -5527:SkCanvas::skew\28float\2c\20float\29 -5528:SkCanvas::setMatrix\28SkMatrix\20const&\29 -5529:SkCanvas::peekPixels\28SkPixmap*\29 -5530:SkCanvas::only_axis_aligned_saveBehind\28SkRect\20const*\29 -5531:SkCanvas::getDeviceClipBounds\28\29\20const -5532:SkCanvas::experimental_DrawEdgeAAQuad\28SkRect\20const&\2c\20SkPoint\20const*\2c\20SkCanvas::QuadAAFlags\2c\20SkRGBA4f<\28SkAlphaType\293>\20const&\2c\20SkBlendMode\29 -5533:SkCanvas::drawVertices\28sk_sp\20const&\2c\20SkBlendMode\2c\20SkPaint\20const&\29 -5534:SkCanvas::drawSlug\28sktext::gpu::Slug\20const*\2c\20SkPaint\20const&\29 -5535:SkCanvas::drawRegion\28SkRegion\20const&\2c\20SkPaint\20const&\29 -5536:SkCanvas::drawLine\28float\2c\20float\2c\20float\2c\20float\2c\20SkPaint\20const&\29 -5537:SkCanvas::drawImageNine\28SkImage\20const*\2c\20SkIRect\20const&\2c\20SkRect\20const&\2c\20SkFilterMode\2c\20SkPaint\20const*\29 -5538:SkCanvas::drawAnnotation\28SkRect\20const&\2c\20char\20const*\2c\20SkData*\29 -5539:SkCanvas::didTranslate\28float\2c\20float\29 -5540:SkCanvas::clipShader\28sk_sp\2c\20SkClipOp\29 -5541:SkCanvas::clipRegion\28SkRegion\20const&\2c\20SkClipOp\29 -5542:SkCanvas::ImageSetEntry::ImageSetEntry\28\29 -5543:SkCachedData::SkCachedData\28void*\2c\20unsigned\20long\29 -5544:SkCachedData::SkCachedData\28unsigned\20long\2c\20SkDiscardableMemory*\29 -5545:SkCTMShader::isOpaque\28\29\20const -5546:SkBulkGlyphMetricsAndPaths::glyphs\28SkSpan\29 -5547:SkBmpStandardCodec::decodeIcoMask\28SkStream*\2c\20SkImageInfo\20const&\2c\20void*\2c\20unsigned\20long\29 -5548:SkBmpMaskCodec::onGetPixels\28SkImageInfo\20const&\2c\20void*\2c\20unsigned\20long\2c\20SkCodec::Options\20const&\2c\20int*\29 -5549:SkBmpDecoder::IsBmp\28void\20const*\2c\20unsigned\20long\29 -5550:SkBmpCodec::SkBmpCodec\28SkEncodedInfo&&\2c\20std::__2::unique_ptr>\2c\20unsigned\20short\2c\20SkCodec::SkScanlineOrder\29 -5551:SkBmpBaseCodec::SkBmpBaseCodec\28SkEncodedInfo&&\2c\20std::__2::unique_ptr>\2c\20unsigned\20short\2c\20SkCodec::SkScanlineOrder\29 -5552:SkBlurMask::ConvertRadiusToSigma\28float\29 -5553:SkBlurMask::ComputeBlurredScanline\28unsigned\20char*\2c\20unsigned\20char\20const*\2c\20unsigned\20int\2c\20float\29 -5554:SkBlurMask::BlurRect\28float\2c\20SkMaskBuilder*\2c\20SkRect\20const&\2c\20SkBlurStyle\2c\20SkIPoint*\2c\20SkMaskBuilder::CreateMode\29 -5555:SkBlitter::blitV\28int\2c\20int\2c\20int\2c\20unsigned\20char\29 -5556:SkBlitter::Choose\28SkPixmap\20const&\2c\20SkMatrix\20const&\2c\20SkPaint\20const&\2c\20SkArenaAlloc*\2c\20SkDrawCoverage\2c\20sk_sp\2c\20SkSurfaceProps\20const&\29 -5557:SkBlitter::ChooseSprite\28SkPixmap\20const&\2c\20SkPaint\20const&\2c\20SkPixmap\20const&\2c\20int\2c\20int\2c\20SkArenaAlloc*\2c\20sk_sp\29 -5558:SkBlenderBase::asBlendMode\28\29\20const -5559:SkBlenderBase::affectsTransparentBlack\28\29\20const -5560:SkBlendShader::~SkBlendShader\28\29_4852 -5561:SkBlendShader::~SkBlendShader\28\29 -5562:SkBitmapImageGetPixelRef\28SkImage\20const*\29 -5563:SkBitmapDevice::getRasterHandle\28\29\20const -5564:SkBitmapDevice::drawRect\28SkRect\20const&\2c\20SkPaint\20const&\29 -5565:SkBitmapDevice::drawPath\28SkPath\20const&\2c\20SkPaint\20const&\2c\20bool\29 -5566:SkBitmapCache::Rec::install\28SkBitmap*\29 -5567:SkBitmapCache::Rec::diagnostic_only_getDiscardable\28\29\20const -5568:SkBitmapCache::Find\28SkBitmapCacheDesc\20const&\2c\20SkBitmap*\29 -5569:SkBitmapCache::Alloc\28SkBitmapCacheDesc\20const&\2c\20SkImageInfo\20const&\2c\20SkPixmap*\29 -5570:SkBitmapCache::Add\28std::__2::unique_ptr\2c\20SkBitmap*\29 -5571:SkBitmap::setAlphaType\28SkAlphaType\29 -5572:SkBitmap::reset\28\29 -5573:SkBitmap::makeShader\28SkTileMode\2c\20SkTileMode\2c\20SkSamplingOptions\20const&\2c\20SkMatrix\20const&\29\20const -5574:SkBitmap::eraseColor\28unsigned\20int\29\20const -5575:SkBitmap::allocPixels\28SkImageInfo\20const&\2c\20unsigned\20long\29::$_0::operator\28\29\28\29\20const -5576:SkBitmap::HeapAllocator::allocPixelRef\28SkBitmap*\29 -5577:SkBinaryWriteBuffer::writeFlattenable\28SkFlattenable\20const*\29 -5578:SkBinaryWriteBuffer::writeColor4f\28SkRGBA4f<\28SkAlphaType\293>\20const&\29 -5579:SkBigPicture::SkBigPicture\28SkRect\20const&\2c\20sk_sp\2c\20std::__2::unique_ptr>\2c\20sk_sp\2c\20unsigned\20long\29 -5580:SkBezierQuad::IntersectWithHorizontalLine\28SkSpan\2c\20float\2c\20float*\29 -5581:SkBezierCubic::IntersectWithHorizontalLine\28SkSpan\2c\20float\2c\20float*\29 -5582:SkBasicEdgeBuilder::~SkBasicEdgeBuilder\28\29 -5583:SkBasicEdgeBuilder::recoverClip\28SkIRect\20const&\29\20const -5584:SkBaseShadowTessellator::finishPathPolygon\28\29 -5585:SkBaseShadowTessellator::computeConvexShadow\28float\2c\20float\2c\20bool\29 -5586:SkBaseShadowTessellator::computeConcaveShadow\28float\2c\20float\29 -5587:SkBaseShadowTessellator::clipUmbraPoint\28SkPoint\20const&\2c\20SkPoint\20const&\2c\20SkPoint*\29 -5588:SkBaseShadowTessellator::addInnerPoint\28SkPoint\20const&\2c\20unsigned\20int\2c\20SkTDArray\20const&\2c\20int*\29 -5589:SkBaseShadowTessellator::addEdge\28SkPoint\20const&\2c\20SkPoint\20const&\2c\20unsigned\20int\2c\20SkTDArray\20const&\2c\20bool\2c\20bool\29 -5590:SkBaseShadowTessellator::addArc\28SkPoint\20const&\2c\20float\2c\20bool\29 -5591:SkAutoCanvasMatrixPaint::~SkAutoCanvasMatrixPaint\28\29 -5592:SkAutoCanvasMatrixPaint::SkAutoCanvasMatrixPaint\28SkCanvas*\2c\20SkMatrix\20const*\2c\20SkPaint\20const*\2c\20SkRect\20const&\29 -5593:SkAndroidCodecAdapter::~SkAndroidCodecAdapter\28\29 -5594:SkAndroidCodec::~SkAndroidCodec\28\29 -5595:SkAndroidCodec::getAndroidPixels\28SkImageInfo\20const&\2c\20void*\2c\20unsigned\20long\2c\20SkAndroidCodec::AndroidOptions\20const*\29 -5596:SkAndroidCodec::SkAndroidCodec\28SkCodec*\29 -5597:SkAnalyticEdge::update\28int\29 -5598:SkAnalyticEdge::updateLine\28int\2c\20int\2c\20int\2c\20int\2c\20int\29 -5599:SkAnalyticEdge::setLine\28SkPoint\20const&\2c\20SkPoint\20const&\29 -5600:SkAAClip::operator=\28SkAAClip\20const&\29 -5601:SkAAClip::op\28SkIRect\20const&\2c\20SkClipOp\29 -5602:SkAAClip::Builder::flushRow\28bool\29 -5603:SkAAClip::Builder::finish\28SkAAClip*\29 -5604:SkAAClip::Builder::Blitter::~Blitter\28\29 -5605:SkAAClip::Builder::Blitter::blitAntiH\28int\2c\20int\2c\20unsigned\20char\20const*\2c\20short\20const*\29 -5606:Sk2DPathEffect::onFilterPath\28SkPathBuilder*\2c\20SkPath\20const&\2c\20SkStrokeRec*\2c\20SkRect\20const*\2c\20SkMatrix\20const&\29\20const -5607:Simplify\28SkPath\20const&\2c\20SkPath*\29 -5608:SimpleImageInfo*\20emscripten::internal::raw_constructor\28\29 -5609:SimpleFontStyle*\20emscripten::internal::MemberAccess::getWire\28SimpleFontStyle\20SimpleStrutStyle::*\20const&\2c\20SimpleStrutStyle&\29 -5610:Shift -5611:SharedGenerator::isTextureGenerator\28\29 -5612:RunBasedAdditiveBlitter::~RunBasedAdditiveBlitter\28\29_4144 -5613:RgnOper::addSpan\28int\2c\20int\20const*\2c\20int\20const*\29 -5614:ReadBase128 -5615:PorterDuffXferProcessor::onIsEqual\28GrXferProcessor\20const&\29\20const -5616:PathSegment::init\28\29 -5617:PathAddVerbsPointsWeights\28SkPath&\2c\20unsigned\20long\2c\20int\2c\20unsigned\20long\2c\20int\2c\20unsigned\20long\2c\20int\29 -5618:ParseSingleImage -5619:ParseHeadersInternal -5620:PS_Conv_ASCIIHexDecode -5621:Op\28SkPath\20const&\2c\20SkPath\20const&\2c\20SkPathOp\2c\20SkPath*\29 -5622:OpAsWinding::markReverse\28Contour*\2c\20Contour*\29 -5623:OpAsWinding::getDirection\28Contour&\29 -5624:OpAsWinding::checkContainerChildren\28Contour*\2c\20Contour*\29 -5625:OffsetEdge::computeCrossingDistance\28OffsetEdge\20const*\29 -5626:OT::sbix::accelerator_t::get_png_extents\28hb_font_t*\2c\20unsigned\20int\2c\20hb_glyph_extents_t*\2c\20bool\29\20const -5627:OT::sbix::accelerator_t::choose_strike\28hb_font_t*\29\20const -5628:OT::post_accelerator_t*\20hb_data_wrapper_t::call_create>\28\29\20const -5629:OT::hmtxvmtx::accelerator_t::get_advance_with_var_unscaled\28unsigned\20int\2c\20hb_font_t*\2c\20float*\29\20const -5630:OT::hmtx_accelerator_t*\20hb_data_wrapper_t::call_create>\28\29\20const -5631:OT::hb_ot_layout_lookup_accelerator_t*\20OT::hb_ot_layout_lookup_accelerator_t::create\28OT::Layout::GPOS_impl::PosLookup\20const&\29 -5632:OT::hb_ot_apply_context_t::replace_glyph\28unsigned\20int\29 -5633:OT::hb_kern_machine_t::kern\28hb_font_t*\2c\20hb_buffer_t*\2c\20unsigned\20int\2c\20bool\29\20const -5634:OT::hb_accelerate_subtables_context_t::return_t\20OT::Context::dispatch\28OT::hb_accelerate_subtables_context_t*\29\20const -5635:OT::hb_accelerate_subtables_context_t::return_t\20OT::ChainContext::dispatch\28OT::hb_accelerate_subtables_context_t*\29\20const -5636:OT::glyf_accelerator_t::get_extents_at\28hb_font_t*\2c\20unsigned\20int\2c\20hb_glyph_extents_t*\2c\20hb_array_t\29\20const -5637:OT::glyf_accelerator_t::get_advance_with_var_unscaled\28hb_font_t*\2c\20unsigned\20int\2c\20bool\29\20const -5638:OT::cmap::accelerator_t::get_variation_glyph\28unsigned\20int\2c\20unsigned\20int\2c\20unsigned\20int*\2c\20hb_cache_t<21u\2c\2016u\2c\208u\2c\20true>*\29\20const -5639:OT::cff2_accelerator_t*\20hb_data_wrapper_t::call_create>\28\29\20const -5640:OT::cff2::accelerator_templ_t>::~accelerator_templ_t\28\29 -5641:OT::cff1::lookup_expert_subset_charset_for_sid\28unsigned\20int\29 -5642:OT::cff1::lookup_expert_charset_for_sid\28unsigned\20int\29 -5643:OT::cff1::accelerator_templ_t>::~accelerator_templ_t\28\29 -5644:OT::TupleVariationData>::decompile_points\28OT::IntType\20const*&\2c\20hb_vector_t&\2c\20OT::IntType\20const*\29 -5645:OT::SBIXStrike::get_glyph_blob\28unsigned\20int\2c\20hb_blob_t*\2c\20unsigned\20int\2c\20int*\2c\20int*\2c\20unsigned\20int\2c\20unsigned\20int*\29\20const -5646:OT::RuleSet::apply\28OT::hb_ot_apply_context_t*\2c\20OT::ContextApplyLookupContext\20const&\29\20const -5647:OT::RecordListOf::sanitize\28hb_sanitize_context_t*\29\20const -5648:OT::RecordListOf::sanitize\28hb_sanitize_context_t*\29\20const -5649:OT::PaintTranslate::paint_glyph\28OT::hb_paint_context_t*\2c\20unsigned\20int\29\20const -5650:OT::PaintSkewAroundCenter::paint_glyph\28OT::hb_paint_context_t*\2c\20unsigned\20int\29\20const -5651:OT::PaintSkew::paint_glyph\28OT::hb_paint_context_t*\2c\20unsigned\20int\29\20const -5652:OT::PaintScaleUniformAroundCenter::paint_glyph\28OT::hb_paint_context_t*\2c\20unsigned\20int\29\20const -5653:OT::PaintScaleUniform::paint_glyph\28OT::hb_paint_context_t*\2c\20unsigned\20int\29\20const -5654:OT::PaintScaleAroundCenter::paint_glyph\28OT::hb_paint_context_t*\2c\20unsigned\20int\29\20const -5655:OT::PaintScale::paint_glyph\28OT::hb_paint_context_t*\2c\20unsigned\20int\29\20const -5656:OT::PaintRotateAroundCenter::paint_glyph\28OT::hb_paint_context_t*\2c\20unsigned\20int\29\20const -5657:OT::PaintLinearGradient::sanitize\28hb_sanitize_context_t*\29\20const -5658:OT::PaintLinearGradient::sanitize\28hb_sanitize_context_t*\29\20const -5659:OT::OpenTypeFontFile::get_face\28unsigned\20int\2c\20unsigned\20int*\29\20const -5660:OT::Lookup::serialize\28hb_serialize_context_t*\2c\20unsigned\20int\2c\20unsigned\20int\2c\20unsigned\20int\29 -5661:OT::Layout::propagate_attachment_offsets\28hb_glyph_position_t*\2c\20unsigned\20int\2c\20unsigned\20int\2c\20hb_direction_t\2c\20unsigned\20int\29 -5662:OT::Layout::GSUB_impl::MultipleSubstFormat1_2::sanitize\28hb_sanitize_context_t*\29\20const -5663:OT::Layout::GSUB_impl::LigatureSet::apply\28OT::hb_ot_apply_context_t*\29\20const -5664:OT::Layout::GSUB_impl::Ligature::apply\28OT::hb_ot_apply_context_t*\29\20const -5665:OT::Layout::GSUB::get_lookup\28unsigned\20int\29\20const -5666:OT::Layout::GPOS_impl::reverse_cursive_minor_offset\28hb_glyph_position_t*\2c\20unsigned\20int\2c\20hb_direction_t\2c\20unsigned\20int\29 -5667:OT::Layout::GPOS_impl::PairPosFormat2_4::_apply\28OT::hb_ot_apply_context_t*\2c\20bool\29\20const -5668:OT::Layout::GPOS_impl::PairPosFormat1_3::_apply\28OT::hb_ot_apply_context_t*\2c\20bool\29\20const -5669:OT::Layout::GPOS_impl::MarkRecord::sanitize\28hb_sanitize_context_t*\2c\20void\20const*\29\20const -5670:OT::Layout::GPOS_impl::MarkBasePosFormat1_2::sanitize\28hb_sanitize_context_t*\29\20const -5671:OT::Layout::GPOS_impl::AnchorMatrix::sanitize\28hb_sanitize_context_t*\2c\20unsigned\20int\29\20const -5672:OT::IndexSubtableRecord::get_image_data\28unsigned\20int\2c\20void\20const*\2c\20unsigned\20int*\2c\20unsigned\20int*\2c\20unsigned\20int*\29\20const -5673:OT::GSUBGPOS::accelerator_t::get_accel\28unsigned\20int\29\20const -5674:OT::FeatureVariations::sanitize\28hb_sanitize_context_t*\29\20const -5675:OT::FeatureParams::sanitize\28hb_sanitize_context_t*\2c\20unsigned\20int\29\20const -5676:OT::Feature::sanitize\28hb_sanitize_context_t*\2c\20OT::Record_sanitize_closure_t\20const*\29\20const -5677:OT::ContextFormat3::sanitize\28hb_sanitize_context_t*\29\20const -5678:OT::ContextFormat2_5::sanitize\28hb_sanitize_context_t*\29\20const -5679:OT::ContextFormat2_5::_apply\28OT::hb_ot_apply_context_t*\2c\20bool\29\20const -5680:OT::ContextFormat1_4::sanitize\28hb_sanitize_context_t*\29\20const -5681:OT::ConditionAnd::sanitize\28hb_sanitize_context_t*\29\20const -5682:OT::ColorLine::static_get_extend\28hb_color_line_t*\2c\20void*\2c\20void*\29 -5683:OT::CmapSubtableFormat4::accelerator_t::get_glyph\28unsigned\20int\2c\20unsigned\20int*\29\20const -5684:OT::ClassDef::get_class\28unsigned\20int\2c\20hb_cache_t<15u\2c\208u\2c\207u\2c\20true>*\29\20const -5685:OT::ChainRuleSet::sanitize\28hb_sanitize_context_t*\29\20const -5686:OT::ChainRuleSet::apply\28OT::hb_ot_apply_context_t*\2c\20OT::ChainContextApplyLookupContext\20const&\29\20const -5687:OT::ChainContextFormat3::sanitize\28hb_sanitize_context_t*\29\20const -5688:OT::ChainContextFormat2_5::sanitize\28hb_sanitize_context_t*\29\20const -5689:OT::ChainContextFormat2_5::_apply\28OT::hb_ot_apply_context_t*\2c\20bool\29\20const -5690:OT::ChainContextFormat1_4::sanitize\28hb_sanitize_context_t*\29\20const -5691:OT::COLR_accelerator_t*\20hb_data_wrapper_t::call_create>\28\29\20const -5692:OT::COLR::accelerator_t::~accelerator_t\28\29 -5693:OT::CBDT_accelerator_t*\20hb_data_wrapper_t::call_create>\28\29\20const -5694:OT::CBDT::accelerator_t::get_extents\28hb_font_t*\2c\20unsigned\20int\2c\20hb_glyph_extents_t*\2c\20bool\29\20const -5695:OT::Affine2x3::paint_glyph\28OT::hb_paint_context_t*\2c\20unsigned\20int\29\20const -5696:MakeOnScreenGLSurface\28sk_sp\2c\20int\2c\20int\2c\20sk_sp\2c\20int\2c\20int\29 -5697:Load_SBit_Png -5698:LineCubicIntersections::intersectRay\28double*\29 -5699:LineCubicIntersections::VerticalIntersect\28SkDCubic\20const&\2c\20double\2c\20double*\29 -5700:LineCubicIntersections::HorizontalIntersect\28SkDCubic\20const&\2c\20double\2c\20double*\29 -5701:Launch -5702:JpegDecoderMgr::returnFailure\28char\20const*\2c\20SkCodec::Result\29 -5703:JpegDecoderMgr::getEncodedColor\28SkEncodedInfo::Color*\29 -5704:JSObjectFromLineMetrics\28skia::textlayout::LineMetrics&\29 -5705:JSObjectFromGlyphInfo\28skia::textlayout::Paragraph::GlyphInfo&\29 -5706:Ins_DELTAP -5707:HandleCoincidence\28SkOpContourHead*\2c\20SkOpCoincidence*\29 -5708:GrWritePixelsTask::~GrWritePixelsTask\28\29 -5709:GrWaitRenderTask::~GrWaitRenderTask\28\29 -5710:GrVertexBufferAllocPool::makeSpace\28unsigned\20long\2c\20int\2c\20sk_sp*\2c\20int*\29 -5711:GrVertexBufferAllocPool::makeSpaceAtLeast\28unsigned\20long\2c\20int\2c\20int\2c\20sk_sp*\2c\20int*\2c\20int*\29 -5712:GrTriangulator::polysToTriangles\28GrTriangulator::Poly*\2c\20SkPathFillType\2c\20skgpu::VertexWriter\29\20const -5713:GrTriangulator::polysToTriangles\28GrTriangulator::Poly*\2c\20GrEagerVertexAllocator*\29\20const -5714:GrTriangulator::mergeEdgesBelow\28GrTriangulator::Edge*\2c\20GrTriangulator::Edge*\2c\20GrTriangulator::EdgeList*\2c\20GrTriangulator::Vertex**\2c\20GrTriangulator::Comparator\20const&\29\20const -5715:GrTriangulator::mergeEdgesAbove\28GrTriangulator::Edge*\2c\20GrTriangulator::Edge*\2c\20GrTriangulator::EdgeList*\2c\20GrTriangulator::Vertex**\2c\20GrTriangulator::Comparator\20const&\29\20const -5716:GrTriangulator::makeSortedVertex\28SkPoint\20const&\2c\20unsigned\20char\2c\20GrTriangulator::VertexList*\2c\20GrTriangulator::Vertex*\2c\20GrTriangulator::Comparator\20const&\29\20const -5717:GrTriangulator::makeEdge\28GrTriangulator::Vertex*\2c\20GrTriangulator::Vertex*\2c\20GrTriangulator::EdgeType\2c\20GrTriangulator::Comparator\20const&\29 -5718:GrTriangulator::computeBisector\28GrTriangulator::Edge*\2c\20GrTriangulator::Edge*\2c\20GrTriangulator::Vertex*\29\20const -5719:GrTriangulator::appendQuadraticToContour\28SkPoint\20const*\2c\20float\2c\20GrTriangulator::VertexList*\29\20const -5720:GrTriangulator::SortMesh\28GrTriangulator::VertexList*\2c\20GrTriangulator::Comparator\20const&\29 -5721:GrTriangulator::FindEnclosingEdges\28GrTriangulator::Vertex\20const&\2c\20GrTriangulator::EdgeList\20const&\2c\20GrTriangulator::Edge**\2c\20GrTriangulator::Edge**\29 -5722:GrTransferFromRenderTask::~GrTransferFromRenderTask\28\29 -5723:GrThreadSafeCache::findVertsWithData\28skgpu::UniqueKey\20const&\29 -5724:GrThreadSafeCache::addVertsWithData\28skgpu::UniqueKey\20const&\2c\20sk_sp\2c\20bool\20\28*\29\28SkData*\2c\20SkData*\29\29 -5725:GrThreadSafeCache::Entry::set\28skgpu::UniqueKey\20const&\2c\20sk_sp\29 -5726:GrThreadSafeCache::CreateLazyView\28GrDirectContext*\2c\20GrColorType\2c\20SkISize\2c\20GrSurfaceOrigin\2c\20SkBackingFit\29 -5727:GrTextureResolveRenderTask::~GrTextureResolveRenderTask\28\29 -5728:GrTextureRenderTargetProxy::GrTextureRenderTargetProxy\28sk_sp\2c\20GrSurfaceProxy::UseAllocator\2c\20GrDDLProvider\29 -5729:GrTextureRenderTargetProxy::GrTextureRenderTargetProxy\28GrCaps\20const&\2c\20std::__2::function&&\2c\20GrBackendFormat\20const&\2c\20SkISize\2c\20int\2c\20skgpu::Mipmapped\2c\20GrMipmapStatus\2c\20SkBackingFit\2c\20skgpu::Budgeted\2c\20skgpu::Protected\2c\20GrInternalSurfaceFlags\2c\20GrSurfaceProxy::UseAllocator\2c\20GrDDLProvider\2c\20std::__2::basic_string_view>\29 -5730:GrTextureProxyPriv::setDeferredUploader\28std::__2::unique_ptr>\29 -5731:GrTextureProxy::setUniqueKey\28GrProxyProvider*\2c\20skgpu::UniqueKey\20const&\29 -5732:GrTextureProxy::ProxiesAreCompatibleAsDynamicState\28GrSurfaceProxy\20const*\2c\20GrSurfaceProxy\20const*\29 -5733:GrTextureProxy::GrTextureProxy\28sk_sp\2c\20GrSurfaceProxy::UseAllocator\2c\20GrDDLProvider\29_9959 -5734:GrTextureEffect::Sampling::Sampling\28GrSurfaceProxy\20const&\2c\20GrSamplerState\2c\20SkRect\20const&\2c\20SkRect\20const*\2c\20float\20const*\2c\20bool\2c\20GrCaps\20const&\2c\20SkPoint\29::$_1::operator\28\29\28int\2c\20GrSamplerState::WrapMode\2c\20GrTextureEffect::Sampling::Sampling\28GrSurfaceProxy\20const&\2c\20GrSamplerState\2c\20SkRect\20const&\2c\20SkRect\20const*\2c\20float\20const*\2c\20bool\2c\20GrCaps\20const&\2c\20SkPoint\29::Span\2c\20GrTextureEffect::Sampling::Sampling\28GrSurfaceProxy\20const&\2c\20GrSamplerState\2c\20SkRect\20const&\2c\20SkRect\20const*\2c\20float\20const*\2c\20bool\2c\20GrCaps\20const&\2c\20SkPoint\29::Span\2c\20float\29\20const -5735:GrTextureEffect::Impl::emitCode\28GrFragmentProcessor::ProgramImpl::EmitArgs&\29::$_2::operator\28\29\28GrTextureEffect::ShaderMode\2c\20char\20const*\2c\20char\20const*\2c\20char\20const*\2c\20char\20const*\2c\20char\20const*\29\20const -5736:GrTexture::markMipmapsDirty\28\29 -5737:GrTexture::computeScratchKey\28skgpu::ScratchKey*\29\20const -5738:GrTDeferredProxyUploader>::~GrTDeferredProxyUploader\28\29 -5739:GrSurfaceProxyPriv::exactify\28\29 -5740:GrSurfaceProxy::GrSurfaceProxy\28GrBackendFormat\20const&\2c\20SkISize\2c\20SkBackingFit\2c\20skgpu::Budgeted\2c\20skgpu::Protected\2c\20GrInternalSurfaceFlags\2c\20GrSurfaceProxy::UseAllocator\2c\20std::__2::basic_string_view>\29 -5741:GrStyledShape::setInheritedKey\28GrStyledShape\20const&\2c\20GrStyle::Apply\2c\20float\29 -5742:GrStyledShape::asRRect\28SkRRect*\2c\20bool*\29\20const -5743:GrStyledShape::GrStyledShape\28SkPath\20const&\2c\20SkPaint\20const&\2c\20GrStyledShape::DoSimplify\29 -5744:GrStyle::~GrStyle\28\29 -5745:GrStyle::applyToPath\28SkPath*\2c\20SkStrokeRec::InitStyle*\2c\20SkPath\20const&\2c\20float\29\20const -5746:GrStyle::applyPathEffect\28SkPath*\2c\20SkStrokeRec*\2c\20SkPath\20const&\29\20const -5747:GrStencilSettings::SetClipBitSettings\28bool\29 -5748:GrStagingBufferManager::detachBuffers\28\29 -5749:GrSkSLFP::Impl::emitCode\28GrFragmentProcessor::ProgramImpl::EmitArgs&\29::FPCallbacks::defineStruct\28char\20const*\29 -5750:GrShape::simplify\28unsigned\20int\29 -5751:GrShape::setRect\28SkRect\20const&\29 -5752:GrShape::conservativeContains\28SkRect\20const&\29\20const -5753:GrShape::closed\28\29\20const -5754:GrSWMaskHelper::toTextureView\28GrRecordingContext*\2c\20SkBackingFit\29 -5755:GrSWMaskHelper::drawShape\28GrStyledShape\20const&\2c\20SkMatrix\20const&\2c\20GrAA\2c\20unsigned\20char\29 -5756:GrSWMaskHelper::drawShape\28GrShape\20const&\2c\20SkMatrix\20const&\2c\20GrAA\2c\20unsigned\20char\29 -5757:GrResourceProvider::writePixels\28sk_sp\2c\20GrColorType\2c\20SkISize\2c\20GrMipLevel\20const*\2c\20int\29\20const -5758:GrResourceProvider::wrapBackendSemaphore\28GrBackendSemaphore\20const&\2c\20GrSemaphoreWrapType\2c\20GrWrapOwnership\29 -5759:GrResourceProvider::prepareLevels\28GrBackendFormat\20const&\2c\20GrColorType\2c\20SkISize\2c\20GrMipLevel\20const*\2c\20int\2c\20skia_private::AutoSTArray<14\2c\20GrMipLevel>*\2c\20skia_private::AutoSTArray<14\2c\20std::__2::unique_ptr>>*\29\20const -5760:GrResourceProvider::getExactScratch\28SkISize\2c\20GrBackendFormat\20const&\2c\20GrTextureType\2c\20skgpu::Renderable\2c\20int\2c\20skgpu::Budgeted\2c\20skgpu::Mipmapped\2c\20skgpu::Protected\2c\20std::__2::basic_string_view>\29 -5761:GrResourceProvider::createTexture\28SkISize\2c\20GrBackendFormat\20const&\2c\20GrTextureType\2c\20skgpu::Renderable\2c\20int\2c\20skgpu::Mipmapped\2c\20skgpu::Budgeted\2c\20skgpu::Protected\2c\20std::__2::basic_string_view>\29 -5762:GrResourceProvider::createTexture\28SkISize\2c\20GrBackendFormat\20const&\2c\20GrTextureType\2c\20GrColorType\2c\20skgpu::Renderable\2c\20int\2c\20skgpu::Budgeted\2c\20skgpu::Mipmapped\2c\20skgpu::Protected\2c\20GrMipLevel\20const*\2c\20std::__2::basic_string_view>\29 -5763:GrResourceProvider::createApproxTexture\28SkISize\2c\20GrBackendFormat\20const&\2c\20GrTextureType\2c\20skgpu::Renderable\2c\20int\2c\20skgpu::Protected\2c\20std::__2::basic_string_view>\29 -5764:GrResourceCache::~GrResourceCache\28\29 -5765:GrResourceCache::removeResource\28GrGpuResource*\29 -5766:GrResourceCache::processFreedGpuResources\28\29 -5767:GrResourceCache::insertResource\28GrGpuResource*\29 -5768:GrResourceCache::didChangeBudgetStatus\28GrGpuResource*\29 -5769:GrResourceAllocator::~GrResourceAllocator\28\29 -5770:GrResourceAllocator::planAssignment\28\29 -5771:GrResourceAllocator::expire\28unsigned\20int\29 -5772:GrRenderTask::makeSkippable\28\29 -5773:GrRenderTask::isInstantiated\28\29\20const -5774:GrRenderTarget::GrRenderTarget\28GrGpu*\2c\20SkISize\20const&\2c\20int\2c\20skgpu::Protected\2c\20std::__2::basic_string_view>\2c\20sk_sp\29 -5775:GrRecordingContext::init\28\29 -5776:GrRRectEffect::Make\28std::__2::unique_ptr>\2c\20GrClipEdgeType\2c\20SkRRect\20const&\2c\20GrShaderCaps\20const&\29 -5777:GrQuadUtils::TessellationHelper::reset\28GrQuad\20const&\2c\20GrQuad\20const*\29 -5778:GrQuadUtils::TessellationHelper::outset\28skvx::Vec<4\2c\20float>\20const&\2c\20GrQuad*\2c\20GrQuad*\29 -5779:GrQuadUtils::TessellationHelper::adjustDegenerateVertices\28skvx::Vec<4\2c\20float>\20const&\2c\20GrQuadUtils::TessellationHelper::Vertices*\29 -5780:GrQuadUtils::TessellationHelper::OutsetRequest::reset\28GrQuadUtils::TessellationHelper::EdgeVectors\20const&\2c\20GrQuad::Type\2c\20skvx::Vec<4\2c\20float>\20const&\29 -5781:GrQuadUtils::TessellationHelper::EdgeVectors::reset\28skvx::Vec<4\2c\20float>\20const&\2c\20skvx::Vec<4\2c\20float>\20const&\2c\20skvx::Vec<4\2c\20float>\20const&\2c\20GrQuad::Type\29 -5782:GrQuadUtils::ClipToW0\28DrawQuad*\2c\20DrawQuad*\29 -5783:GrQuad::bounds\28\29\20const -5784:GrProxyProvider::~GrProxyProvider\28\29 -5785:GrProxyProvider::wrapBackendTexture\28GrBackendTexture\20const&\2c\20GrWrapOwnership\2c\20GrWrapCacheable\2c\20GrIOType\2c\20sk_sp\29 -5786:GrProxyProvider::removeUniqueKeyFromProxy\28GrTextureProxy*\29 -5787:GrProxyProvider::createLazyProxy\28std::__2::function&&\2c\20GrBackendFormat\20const&\2c\20SkISize\2c\20skgpu::Mipmapped\2c\20GrMipmapStatus\2c\20GrInternalSurfaceFlags\2c\20SkBackingFit\2c\20skgpu::Budgeted\2c\20skgpu::Protected\2c\20GrSurfaceProxy::UseAllocator\2c\20std::__2::basic_string_view>\29 -5788:GrProxyProvider::contextID\28\29\20const -5789:GrProxyProvider::adoptUniqueKeyFromSurface\28GrTextureProxy*\2c\20GrSurface\20const*\29 -5790:GrPixmapBase::clip\28SkISize\2c\20SkIPoint*\29 -5791:GrPixmap::GrPixmap\28GrImageInfo\2c\20sk_sp\2c\20unsigned\20long\29 -5792:GrPipeline::GrPipeline\28GrPipeline::InitArgs\20const&\2c\20sk_sp\2c\20GrAppliedHardClip\20const&\29 -5793:GrPersistentCacheUtils::GetType\28SkReadBuffer*\29 -5794:GrPathUtils::QuadUVMatrix::set\28SkPoint\20const*\29 -5795:GrPathTessellationShader::MakeStencilOnlyPipeline\28GrTessellationShader::ProgramArgs\20const&\2c\20GrAAType\2c\20GrAppliedHardClip\20const&\2c\20GrPipeline::InputFlags\29 -5796:GrPaint::setCoverageSetOpXPFactory\28SkRegion::Op\2c\20bool\29 -5797:GrOvalOpFactory::MakeOvalOp\28GrRecordingContext*\2c\20GrPaint&&\2c\20SkMatrix\20const&\2c\20SkRect\20const&\2c\20GrStyle\20const&\2c\20GrShaderCaps\20const*\29 -5798:GrOpsRenderPass::drawIndexed\28int\2c\20int\2c\20unsigned\20short\2c\20unsigned\20short\2c\20int\29 -5799:GrOpsRenderPass::drawIndexedInstanced\28int\2c\20int\2c\20int\2c\20int\2c\20int\29 -5800:GrOpsRenderPass::drawIndexPattern\28int\2c\20int\2c\20int\2c\20int\2c\20int\29 -5801:GrOpFlushState::reset\28\29 -5802:GrOpFlushState::executeDrawsAndUploadsForMeshDrawOp\28GrOp\20const*\2c\20SkRect\20const&\2c\20GrPipeline\20const*\2c\20GrUserStencilSettings\20const*\29 -5803:GrOpFlushState::addASAPUpload\28std::__2::function&\29>&&\29 -5804:GrOp::onCombineIfPossible\28GrOp*\2c\20SkArenaAlloc*\2c\20GrCaps\20const&\29 -5805:GrOp::combineIfPossible\28GrOp*\2c\20SkArenaAlloc*\2c\20GrCaps\20const&\29 -5806:GrOnFlushResourceProvider::instantiateProxy\28GrSurfaceProxy*\29 -5807:GrMeshDrawTarget::allocMesh\28\29 -5808:GrMeshDrawOp::PatternHelper::init\28GrMeshDrawTarget*\2c\20GrPrimitiveType\2c\20unsigned\20long\2c\20sk_sp\2c\20int\2c\20int\2c\20int\2c\20int\29 -5809:GrMeshDrawOp::CombinedQuadCountWillOverflow\28GrAAType\2c\20bool\2c\20int\29 -5810:GrMemoryPool::allocate\28unsigned\20long\29 -5811:GrMakeUniqueKeyInvalidationListener\28skgpu::UniqueKey*\2c\20unsigned\20int\29::Listener::changed\28\29 -5812:GrIndexBufferAllocPool::makeSpace\28int\2c\20sk_sp*\2c\20int*\29 -5813:GrIndexBufferAllocPool::makeSpaceAtLeast\28int\2c\20int\2c\20sk_sp*\2c\20int*\2c\20int*\29 -5814:GrImageInfo::refColorSpace\28\29\20const -5815:GrImageInfo::minRowBytes\28\29\20const -5816:GrImageInfo::makeDimensions\28SkISize\29\20const -5817:GrImageInfo::bpp\28\29\20const -5818:GrImageInfo::GrImageInfo\28GrColorType\2c\20SkAlphaType\2c\20sk_sp\2c\20int\2c\20int\29 -5819:GrImageContext::abandonContext\28\29 -5820:GrGpuResource::removeUniqueKey\28\29 -5821:GrGpuResource::makeBudgeted\28\29 -5822:GrGpuResource::getResourceName\28\29\20const -5823:GrGpuResource::abandon\28\29 -5824:GrGpuResource::CreateUniqueID\28\29 -5825:GrGpu::~GrGpu\28\29 -5826:GrGpu::regenerateMipMapLevels\28GrTexture*\29 -5827:GrGpu::createTexture\28SkISize\2c\20GrBackendFormat\20const&\2c\20GrTextureType\2c\20skgpu::Renderable\2c\20int\2c\20skgpu::Mipmapped\2c\20skgpu::Budgeted\2c\20skgpu::Protected\2c\20std::__2::basic_string_view>\29 -5828:GrGpu::createTextureCommon\28SkISize\2c\20GrBackendFormat\20const&\2c\20GrTextureType\2c\20skgpu::Renderable\2c\20int\2c\20skgpu::Budgeted\2c\20skgpu::Protected\2c\20int\2c\20unsigned\20int\2c\20std::__2::basic_string_view>\29 -5829:GrGeometryProcessor::AttributeSet::addToKey\28skgpu::KeyBuilder*\29\20const -5830:GrGLVertexArray::invalidateCachedState\28\29 -5831:GrGLTextureParameters::invalidate\28\29 -5832:GrGLTexture::MakeWrapped\28GrGLGpu*\2c\20GrMipmapStatus\2c\20GrGLTexture::Desc\20const&\2c\20sk_sp\2c\20GrWrapCacheable\2c\20GrIOType\2c\20std::__2::basic_string_view>\29 -5833:GrGLTexture::GrGLTexture\28GrGLGpu*\2c\20skgpu::Budgeted\2c\20GrGLTexture::Desc\20const&\2c\20GrMipmapStatus\2c\20std::__2::basic_string_view>\29 -5834:GrGLTexture::GrGLTexture\28GrGLGpu*\2c\20GrGLTexture::Desc\20const&\2c\20sk_sp\2c\20GrMipmapStatus\2c\20std::__2::basic_string_view>\29 -5835:GrGLSLVaryingHandler::getFragDecls\28SkString*\2c\20SkString*\29\20const -5836:GrGLSLVaryingHandler::addAttribute\28GrShaderVar\20const&\29 -5837:GrGLSLUniformHandler::liftUniformToVertexShader\28GrProcessor\20const&\2c\20SkString\29 -5838:GrGLSLShaderBuilder::finalize\28unsigned\20int\29 -5839:GrGLSLShaderBuilder::emitFunction\28char\20const*\2c\20char\20const*\29 -5840:GrGLSLShaderBuilder::emitFunctionPrototype\28char\20const*\29 -5841:GrGLSLShaderBuilder::appendTextureLookupAndBlend\28char\20const*\2c\20SkBlendMode\2c\20GrResourceHandle\2c\20char\20const*\2c\20GrGLSLColorSpaceXformHelper*\29 -5842:GrGLSLShaderBuilder::appendColorGamutXform\28SkString*\2c\20char\20const*\2c\20GrGLSLColorSpaceXformHelper*\29::$_1::operator\28\29\28char\20const*\2c\20GrResourceHandle\29\20const -5843:GrGLSLShaderBuilder::appendColorGamutXform\28SkString*\2c\20char\20const*\2c\20GrGLSLColorSpaceXformHelper*\29::$_0::operator\28\29\28char\20const*\2c\20GrResourceHandle\2c\20skcms_TFType\29\20const -5844:GrGLSLShaderBuilder::addLayoutQualifier\28char\20const*\2c\20GrGLSLShaderBuilder::InterfaceQualifier\29 -5845:GrGLSLShaderBuilder::GrGLSLShaderBuilder\28GrGLSLProgramBuilder*\29 -5846:GrGLSLProgramDataManager::setRuntimeEffectUniforms\28SkSpan\2c\20SkSpan\20const>\2c\20SkSpan\2c\20void\20const*\29\20const -5847:GrGLSLProgramBuilder::~GrGLSLProgramBuilder\28\29 -5848:GrGLSLBlend::SetBlendModeUniformData\28GrGLSLProgramDataManager\20const&\2c\20GrResourceHandle\2c\20SkBlendMode\29 -5849:GrGLSLBlend::BlendExpression\28GrProcessor\20const*\2c\20GrGLSLUniformHandler*\2c\20GrResourceHandle*\2c\20char\20const*\2c\20char\20const*\2c\20SkBlendMode\29 -5850:GrGLRenderTarget::GrGLRenderTarget\28GrGLGpu*\2c\20SkISize\20const&\2c\20GrGLFormat\2c\20int\2c\20GrGLRenderTarget::IDs\20const&\2c\20skgpu::Protected\2c\20std::__2::basic_string_view>\29 -5851:GrGLProgramDataManager::set4fv\28GrResourceHandle\2c\20int\2c\20float\20const*\29\20const -5852:GrGLProgramDataManager::set2fv\28GrResourceHandle\2c\20int\2c\20float\20const*\29\20const -5853:GrGLProgramBuilder::uniformHandler\28\29 -5854:GrGLProgramBuilder::PrecompileProgram\28GrDirectContext*\2c\20GrGLPrecompiledProgram*\2c\20SkData\20const&\29::$_0::operator\28\29\28SkSL::ProgramKind\2c\20std::__2::basic_string\2c\20std::__2::allocator>\20const&\2c\20unsigned\20int\29\20const -5855:GrGLProgramBuilder::CreateProgram\28GrDirectContext*\2c\20GrProgramDesc\20const&\2c\20GrProgramInfo\20const&\2c\20GrGLPrecompiledProgram\20const*\29 -5856:GrGLProgram::~GrGLProgram\28\29 -5857:GrGLMakeAssembledWebGLInterface\28void*\2c\20void\20\28*\20\28*\29\28void*\2c\20char\20const*\29\29\28\29\29 -5858:GrGLGpu::~GrGLGpu\28\29 -5859:GrGLGpu::uploadTexData\28SkISize\2c\20unsigned\20int\2c\20SkIRect\2c\20unsigned\20int\2c\20unsigned\20int\2c\20unsigned\20long\2c\20GrMipLevel\20const*\2c\20int\29 -5860:GrGLGpu::uploadCompressedTexData\28SkTextureCompressionType\2c\20GrGLFormat\2c\20SkISize\2c\20skgpu::Mipmapped\2c\20unsigned\20int\2c\20void\20const*\2c\20unsigned\20long\29 -5861:GrGLGpu::uploadColorToTex\28GrGLFormat\2c\20SkISize\2c\20unsigned\20int\2c\20std::__2::array\2c\20unsigned\20int\29 -5862:GrGLGpu::readOrTransferPixelsFrom\28GrSurface*\2c\20SkIRect\2c\20GrColorType\2c\20GrColorType\2c\20void*\2c\20int\29 -5863:GrGLGpu::getTimerQueryResult\28unsigned\20int\29 -5864:GrGLGpu::getCompatibleStencilIndex\28GrGLFormat\29 -5865:GrGLGpu::createRenderTargetObjects\28GrGLTexture::Desc\20const&\2c\20int\2c\20GrGLRenderTarget::IDs*\29 -5866:GrGLGpu::createCompressedTexture2D\28SkISize\2c\20SkTextureCompressionType\2c\20GrGLFormat\2c\20skgpu::Mipmapped\2c\20skgpu::Protected\2c\20GrGLTextureParameters::SamplerOverriddenState*\29 -5867:GrGLGpu::bindFramebuffer\28unsigned\20int\2c\20unsigned\20int\29 -5868:GrGLGpu::ProgramCache::reset\28\29 -5869:GrGLGpu::ProgramCache::findOrCreateProgramImpl\28GrDirectContext*\2c\20GrProgramDesc\20const&\2c\20GrProgramInfo\20const&\2c\20GrThreadSafePipelineBuilder::Stats::ProgramCacheResult*\29 -5870:GrGLFunction::GrGLFunction\28void\20\28*\29\28unsigned\20int\2c\20int\2c\20int\2c\20int\2c\20int\2c\20int\2c\20unsigned\20int\2c\20unsigned\20int\2c\20void\20const*\29\29::'lambda'\28void\20const*\2c\20unsigned\20int\2c\20int\2c\20int\2c\20int\2c\20int\2c\20int\2c\20unsigned\20int\2c\20unsigned\20int\2c\20void\20const*\29::__invoke\28void\20const*\2c\20unsigned\20int\2c\20int\2c\20int\2c\20int\2c\20int\2c\20int\2c\20unsigned\20int\2c\20unsigned\20int\2c\20void\20const*\29 -5871:GrGLFunction::GrGLFunction\28void\20\28*\29\28int\2c\20float\29\29::'lambda'\28void\20const*\2c\20int\2c\20float\29::__invoke\28void\20const*\2c\20int\2c\20float\29 -5872:GrGLFormatIsCompressed\28GrGLFormat\29 -5873:GrGLFinishCallbacks::check\28\29 -5874:GrGLContext::~GrGLContext\28\29_12170 -5875:GrGLContext::~GrGLContext\28\29 -5876:GrGLCaps::~GrGLCaps\28\29 -5877:GrGLCaps::getTexSubImageExternalFormatAndType\28GrGLFormat\2c\20GrColorType\2c\20GrColorType\2c\20unsigned\20int*\2c\20unsigned\20int*\29\20const -5878:GrGLCaps::getTexSubImageDefaultFormatTypeAndColorType\28GrGLFormat\2c\20unsigned\20int*\2c\20unsigned\20int*\2c\20GrColorType*\29\20const -5879:GrGLCaps::getRenderTargetSampleCount\28int\2c\20GrGLFormat\29\20const -5880:GrGLCaps::formatSupportsTexStorage\28GrGLFormat\29\20const -5881:GrGLCaps::canCopyAsDraw\28GrGLFormat\2c\20bool\2c\20bool\29\20const -5882:GrGLCaps::canCopyAsBlit\28GrGLFormat\2c\20int\2c\20GrTextureType\20const*\2c\20GrGLFormat\2c\20int\2c\20GrTextureType\20const*\2c\20SkRect\20const&\2c\20bool\2c\20SkIRect\20const&\2c\20SkIRect\20const&\29\20const -5883:GrFragmentProcessor::~GrFragmentProcessor\28\29 -5884:GrFragmentProcessor::SwizzleOutput\28std::__2::unique_ptr>\2c\20skgpu::Swizzle\20const&\29::SwizzleFragmentProcessor::Make\28std::__2::unique_ptr>\2c\20skgpu::Swizzle\20const&\29 -5885:GrFragmentProcessor::ProgramImpl::setData\28GrGLSLProgramDataManager\20const&\2c\20GrFragmentProcessor\20const&\29 -5886:GrFragmentProcessor::HighPrecision\28std::__2::unique_ptr>\29::HighPrecisionFragmentProcessor::Make\28std::__2::unique_ptr>\29 -5887:GrFragmentProcessor::Compose\28std::__2::unique_ptr>\2c\20std::__2::unique_ptr>\29::ComposeProcessor::Make\28std::__2::unique_ptr>\2c\20std::__2::unique_ptr>\29 -5888:GrFragmentProcessor::ClampOutput\28std::__2::unique_ptr>\29 -5889:GrFixedClip::preApply\28SkRect\20const&\2c\20GrAA\29\20const -5890:GrFixedClip::getConservativeBounds\28\29\20const -5891:GrFixedClip::apply\28GrAppliedHardClip*\2c\20SkIRect*\29\20const -5892:GrExternalTextureGenerator::GrExternalTextureGenerator\28SkImageInfo\20const&\29 -5893:GrEagerDynamicVertexAllocator::unlock\28int\29 -5894:GrDynamicAtlas::readView\28GrCaps\20const&\29\20const -5895:GrDrawingManager::getLastRenderTask\28GrSurfaceProxy\20const*\29\20const -5896:GrDrawOpAtlasConfig::atlasDimensions\28skgpu::MaskFormat\29\20const -5897:GrDrawOpAtlasConfig::GrDrawOpAtlasConfig\28int\2c\20unsigned\20long\29 -5898:GrDrawOpAtlas::addToAtlas\28GrResourceProvider*\2c\20GrDeferredUploadTarget*\2c\20int\2c\20int\2c\20void\20const*\2c\20skgpu::AtlasLocator*\29 -5899:GrDrawOpAtlas::Make\28GrProxyProvider*\2c\20GrBackendFormat\20const&\2c\20SkColorType\2c\20unsigned\20long\2c\20int\2c\20int\2c\20int\2c\20int\2c\20skgpu::AtlasGenerationCounter*\2c\20GrDrawOpAtlas::AllowMultitexturing\2c\20skgpu::PlotEvictionCallback*\2c\20std::__2::basic_string_view>\29 -5900:GrDistanceFieldA8TextGeoProc::onTextureSampler\28int\29\20const -5901:GrDistanceFieldA8TextGeoProc::addNewViews\28GrSurfaceProxyView\20const*\2c\20int\2c\20GrSamplerState\29 -5902:GrDisableColorXPFactory::MakeXferProcessor\28\29 -5903:GrDirectContextPriv::validPMUPMConversionExists\28\29 -5904:GrDirectContext::~GrDirectContext\28\29 -5905:GrDirectContext::onGetSmallPathAtlasMgr\28\29 -5906:GrDirectContext::getResourceCacheLimits\28int*\2c\20unsigned\20long*\29\20const -5907:GrCopyRenderTask::~GrCopyRenderTask\28\29 -5908:GrCopyRenderTask::onIsUsed\28GrSurfaceProxy*\29\20const -5909:GrCopyBaseMipMapToView\28GrRecordingContext*\2c\20GrSurfaceProxyView\2c\20skgpu::Budgeted\29 -5910:GrContext_Base::threadSafeProxy\28\29 -5911:GrContext_Base::maxSurfaceSampleCountForColorType\28SkColorType\29\20const -5912:GrContext_Base::backend\28\29\20const -5913:GrColorInfo::makeColorType\28GrColorType\29\20const -5914:GrColorInfo::isLinearlyBlended\28\29\20const -5915:GrColorFragmentProcessorAnalysis::GrColorFragmentProcessorAnalysis\28GrProcessorAnalysisColor\20const&\2c\20std::__2::unique_ptr>\20const*\2c\20int\29 -5916:GrClip::IsPixelAligned\28SkRect\20const&\29 -5917:GrCaps::surfaceSupportsWritePixels\28GrSurface\20const*\29\20const -5918:GrCaps::getDstSampleFlagsForProxy\28GrRenderTargetProxy\20const*\2c\20bool\29\20const -5919:GrCPixmap::GrCPixmap\28GrPixmap\20const&\29 -5920:GrBufferAllocPool::makeSpaceAtLeast\28unsigned\20long\2c\20unsigned\20long\2c\20unsigned\20long\2c\20sk_sp*\2c\20unsigned\20long*\2c\20unsigned\20long*\29 -5921:GrBufferAllocPool::createBlock\28unsigned\20long\29 -5922:GrBufferAllocPool::CpuBufferCache::makeBuffer\28unsigned\20long\2c\20bool\29 -5923:GrBlurUtils::draw_shape_with_mask_filter\28GrRecordingContext*\2c\20skgpu::ganesh::SurfaceDrawContext*\2c\20GrClip\20const*\2c\20GrPaint&&\2c\20SkMatrix\20const&\2c\20SkMaskFilterBase\20const*\2c\20GrStyledShape\20const&\29 -5924:GrBlurUtils::draw_mask\28skgpu::ganesh::SurfaceDrawContext*\2c\20GrClip\20const*\2c\20SkMatrix\20const&\2c\20SkIRect\20const&\2c\20GrPaint&&\2c\20GrSurfaceProxyView\29 -5925:GrBlurUtils::convolve_gaussian\28GrRecordingContext*\2c\20GrSurfaceProxyView\2c\20GrColorType\2c\20SkAlphaType\2c\20SkIRect\2c\20SkIRect\2c\20GrBlurUtils::\28anonymous\20namespace\29::Direction\2c\20int\2c\20float\2c\20SkTileMode\2c\20sk_sp\2c\20SkBackingFit\29 -5926:GrBlurUtils::\28anonymous\20namespace\29::make_texture_effect\28GrCaps\20const*\2c\20GrSurfaceProxyView\2c\20SkAlphaType\2c\20GrSamplerState\20const&\2c\20SkIRect\20const&\2c\20SkIRect\20const&\2c\20SkISize\20const&\29 -5927:GrBlurUtils::MakeRectBlur\28GrRecordingContext*\2c\20GrShaderCaps\20const&\2c\20SkRect\20const&\2c\20SkMatrix\20const&\2c\20float\29 -5928:GrBlurUtils::MakeRRectBlur\28GrRecordingContext*\2c\20float\2c\20float\2c\20SkRRect\20const&\2c\20SkRRect\20const&\29 -5929:GrBlurUtils::MakeCircleBlur\28GrRecordingContext*\2c\20SkRect\20const&\2c\20float\29 -5930:GrBitmapTextGeoProc::addNewViews\28GrSurfaceProxyView\20const*\2c\20int\2c\20GrSamplerState\29 -5931:GrBitmapTextGeoProc::GrBitmapTextGeoProc\28GrShaderCaps\20const&\2c\20SkRGBA4f<\28SkAlphaType\292>\20const&\2c\20bool\2c\20sk_sp\2c\20GrSurfaceProxyView\20const*\2c\20int\2c\20GrSamplerState\2c\20skgpu::MaskFormat\2c\20SkMatrix\20const&\2c\20bool\29 -5932:GrBicubicEffect::Make\28GrSurfaceProxyView\2c\20SkAlphaType\2c\20SkMatrix\20const&\2c\20GrSamplerState::WrapMode\2c\20GrSamplerState::WrapMode\2c\20SkCubicResampler\2c\20GrBicubicEffect::Direction\2c\20GrCaps\20const&\29 -5933:GrBicubicEffect::MakeSubset\28GrSurfaceProxyView\2c\20SkAlphaType\2c\20SkMatrix\20const&\2c\20GrSamplerState::WrapMode\2c\20GrSamplerState::WrapMode\2c\20SkRect\20const&\2c\20SkRect\20const&\2c\20SkCubicResampler\2c\20GrBicubicEffect::Direction\2c\20GrCaps\20const&\29 -5934:GrBackendTextures::MakeGL\28int\2c\20int\2c\20skgpu::Mipmapped\2c\20GrGLTextureInfo\20const&\2c\20std::__2::basic_string_view>\29 -5935:GrBackendTexture::operator=\28GrBackendTexture\20const&\29 -5936:GrBackendRenderTargets::MakeGL\28int\2c\20int\2c\20int\2c\20int\2c\20GrGLFramebufferInfo\20const&\29 -5937:GrBackendRenderTargets::GetGLFramebufferInfo\28GrBackendRenderTarget\20const&\2c\20GrGLFramebufferInfo*\29 -5938:GrBackendRenderTarget::~GrBackendRenderTarget\28\29 -5939:GrBackendRenderTarget::isProtected\28\29\20const -5940:GrBackendFormatBytesPerBlock\28GrBackendFormat\20const&\29 -5941:GrBackendFormat::makeTexture2D\28\29\20const -5942:GrBackendFormat::isMockStencilFormat\28\29\20const -5943:GrBackendFormat::MakeMock\28GrColorType\2c\20SkTextureCompressionType\2c\20bool\29 -5944:GrAuditTrail::opsCombined\28GrOp\20const*\2c\20GrOp\20const*\29 -5945:GrAttachment::ComputeSharedAttachmentUniqueKey\28GrCaps\20const&\2c\20GrBackendFormat\20const&\2c\20SkISize\2c\20GrAttachment::UsageFlags\2c\20int\2c\20skgpu::Mipmapped\2c\20skgpu::Protected\2c\20GrMemoryless\2c\20skgpu::UniqueKey*\29 -5946:GrAtlasManager::~GrAtlasManager\28\29 -5947:GrAtlasManager::getViews\28skgpu::MaskFormat\2c\20unsigned\20int*\29 -5948:GrAtlasManager::freeAll\28\29 -5949:GrAATriangulator::makeEvent\28GrAATriangulator::SSEdge*\2c\20GrTriangulator::Vertex*\2c\20GrAATriangulator::SSEdge*\2c\20GrTriangulator::Vertex*\2c\20GrAATriangulator::EventList*\2c\20GrTriangulator::Comparator\20const&\29\20const -5950:GrAATriangulator::makeEvent\28GrAATriangulator::SSEdge*\2c\20GrAATriangulator::EventList*\29\20const -5951:GrAATriangulator::collapseOverlapRegions\28GrTriangulator::VertexList*\2c\20GrTriangulator::Comparator\20const&\2c\20GrAATriangulator::EventComparator\29 -5952:GrAAConvexTessellator::quadTo\28SkPoint\20const*\29 -5953:GetShapedLines\28skia::textlayout::Paragraph&\29 -5954:GetLargeValue -5955:FontMgrRunIterator::endOfCurrentRun\28\29\20const -5956:FontMgrRunIterator::atEnd\28\29\20const -5957:FinishRow -5958:FindUndone\28SkOpContourHead*\29 -5959:FT_Stream_Free -5960:FT_Sfnt_Table_Info -5961:FT_Select_Size -5962:FT_Render_Glyph_Internal -5963:FT_Remove_Module -5964:FT_Outline_Get_Orientation -5965:FT_Outline_EmboldenXY -5966:FT_New_GlyphSlot -5967:FT_Match_Size -5968:FT_List_Iterate -5969:FT_List_Find -5970:FT_List_Finalize -5971:FT_GlyphLoader_CheckSubGlyphs -5972:FT_Get_Postscript_Name -5973:FT_Get_Paint_Layers -5974:FT_Get_PS_Font_Info -5975:FT_Get_Glyph_Name -5976:FT_Get_FSType_Flags -5977:FT_Get_Colorline_Stops -5978:FT_Get_Color_Glyph_ClipBox -5979:FT_Bitmap_Convert -5980:EllipticalRRectOp::~EllipticalRRectOp\28\29_11402 -5981:EllipticalRRectOp::~EllipticalRRectOp\28\29 -5982:EllipticalRRectOp::onCreateProgramInfo\28GrCaps\20const*\2c\20SkArenaAlloc*\2c\20GrSurfaceProxyView\20const&\2c\20bool\2c\20GrAppliedClip&&\2c\20GrDstProxyView\20const&\2c\20GrXferBarrierFlags\2c\20GrLoadOp\29 -5983:EllipticalRRectOp::RRect&\20skia_private::TArray::emplace_back\28EllipticalRRectOp::RRect&&\29 -5984:EllipticalRRectOp::EllipticalRRectOp\28GrProcessorSet*\2c\20SkRGBA4f<\28SkAlphaType\292>\20const&\2c\20SkMatrix\20const&\2c\20SkRect\20const&\2c\20float\2c\20float\2c\20SkPoint\2c\20bool\29 -5985:EllipseOp::Make\28GrRecordingContext*\2c\20GrPaint&&\2c\20SkMatrix\20const&\2c\20SkRect\20const&\2c\20SkStrokeRec\20const&\29 -5986:EllipseOp::EllipseOp\28GrProcessorSet*\2c\20SkRGBA4f<\28SkAlphaType\292>\20const&\2c\20SkMatrix\20const&\2c\20EllipseOp::DeviceSpaceParams\20const&\2c\20SkStrokeRec\20const&\29 -5987:EllipseGeometryProcessor::Impl::setData\28GrGLSLProgramDataManager\20const&\2c\20GrShaderCaps\20const&\2c\20GrGeometryProcessor\20const&\29 -5988:DecodeVarLenUint8 -5989:DecodeContextMap -5990:DIEllipseOp::Make\28GrRecordingContext*\2c\20GrPaint&&\2c\20SkMatrix\20const&\2c\20SkRect\20const&\2c\20SkStrokeRec\20const&\29 -5991:DIEllipseOp::DIEllipseOp\28GrProcessorSet*\2c\20SkRGBA4f<\28SkAlphaType\292>\20const&\2c\20DIEllipseOp::DeviceSpaceParams\20const&\2c\20SkMatrix\20const&\29 -5992:CustomXP::makeProgramImpl\28\29\20const::Impl::onSetData\28GrGLSLProgramDataManager\20const&\2c\20GrXferProcessor\20const&\29 -5993:CustomXP::makeProgramImpl\28\29\20const::Impl::emitBlendCodeForDstRead\28GrGLSLXPFragmentBuilder*\2c\20GrGLSLUniformHandler*\2c\20char\20const*\2c\20char\20const*\2c\20char\20const*\2c\20char\20const*\2c\20char\20const*\2c\20GrXferProcessor\20const&\29 -5994:Cr_z_zcfree -5995:Cr_z_deflateReset -5996:Cr_z_deflate -5997:Cr_z_crc32_z -5998:CoverageSetOpXP::onIsEqual\28GrXferProcessor\20const&\29\20const -5999:Contour*\20std::__2::vector>::__emplace_back_slow_path\28SkRect&\2c\20int&\2c\20int&\29 -6000:CircularRRectOp::~CircularRRectOp\28\29_11379 -6001:CircularRRectOp::~CircularRRectOp\28\29 -6002:CircularRRectOp::CircularRRectOp\28GrProcessorSet*\2c\20SkRGBA4f<\28SkAlphaType\292>\20const&\2c\20SkMatrix\20const&\2c\20SkRect\20const&\2c\20float\2c\20float\2c\20bool\29 -6003:CircleOp::Make\28GrRecordingContext*\2c\20GrPaint&&\2c\20SkMatrix\20const&\2c\20SkPoint\2c\20float\2c\20GrStyle\20const&\2c\20CircleOp::ArcParams\20const*\29 -6004:CircleOp::CircleOp\28GrProcessorSet*\2c\20SkRGBA4f<\28SkAlphaType\292>\20const&\2c\20SkMatrix\20const&\2c\20SkPoint\2c\20float\2c\20GrStyle\20const&\2c\20CircleOp::ArcParams\20const*\29 -6005:CircleGeometryProcessor::Impl::setData\28GrGLSLProgramDataManager\20const&\2c\20GrShaderCaps\20const&\2c\20GrGeometryProcessor\20const&\29 -6006:CheckDecBuffer -6007:CFF::path_procs_t::vvcurveto\28CFF::cff1_cs_interp_env_t&\2c\20cff1_extents_param_t&\29 -6008:CFF::path_procs_t::vlineto\28CFF::cff1_cs_interp_env_t&\2c\20cff1_extents_param_t&\29 -6009:CFF::path_procs_t::vhcurveto\28CFF::cff1_cs_interp_env_t&\2c\20cff1_extents_param_t&\29 -6010:CFF::path_procs_t::rrcurveto\28CFF::cff1_cs_interp_env_t&\2c\20cff1_extents_param_t&\29 -6011:CFF::path_procs_t::rlineto\28CFF::cff1_cs_interp_env_t&\2c\20cff1_extents_param_t&\29 -6012:CFF::path_procs_t::rlinecurve\28CFF::cff1_cs_interp_env_t&\2c\20cff1_extents_param_t&\29 -6013:CFF::path_procs_t::rcurveline\28CFF::cff1_cs_interp_env_t&\2c\20cff1_extents_param_t&\29 -6014:CFF::path_procs_t::hvcurveto\28CFF::cff1_cs_interp_env_t&\2c\20cff1_extents_param_t&\29 -6015:CFF::path_procs_t::hlineto\28CFF::cff1_cs_interp_env_t&\2c\20cff1_extents_param_t&\29 -6016:CFF::path_procs_t::hhcurveto\28CFF::cff1_cs_interp_env_t&\2c\20cff1_extents_param_t&\29 -6017:CFF::path_procs_t::hflex\28CFF::cff1_cs_interp_env_t&\2c\20cff1_extents_param_t&\29 -6018:CFF::path_procs_t::hflex1\28CFF::cff1_cs_interp_env_t&\2c\20cff1_extents_param_t&\29 -6019:CFF::path_procs_t::flex\28CFF::cff1_cs_interp_env_t&\2c\20cff1_extents_param_t&\29 -6020:CFF::path_procs_t::flex1\28CFF::cff1_cs_interp_env_t&\2c\20cff1_extents_param_t&\29 -6021:CFF::cff2_cs_opset_t::process_blend\28CFF::cff2_cs_interp_env_t&\2c\20cff2_extents_param_t&\29 -6022:CFF::cff1_private_dict_opset_t::process_op\28unsigned\20int\2c\20CFF::interp_env_t&\2c\20CFF::cff1_private_dict_values_base_t&\29 -6023:CFF::FDSelect3_4\2c\20OT::IntType>::sanitize\28hb_sanitize_context_t*\2c\20unsigned\20int\29\20const -6024:CFF::Charset::get_sid\28unsigned\20int\2c\20unsigned\20int\2c\20CFF::code_pair_t*\29\20const -6025:CFF::CFF2FDSelect::get_fd\28unsigned\20int\29\20const -6026:ButtCapDashedCircleOp::ButtCapDashedCircleOp\28GrProcessorSet*\2c\20SkRGBA4f<\28SkAlphaType\292>\20const&\2c\20SkMatrix\20const&\2c\20SkPoint\2c\20float\2c\20float\2c\20float\2c\20float\2c\20float\2c\20float\29 -6027:BrotliTransformDictionaryWord -6028:BrotliEnsureRingBuffer -6029:AutoLayerForImageFilter::addMaskFilterLayer\28SkRect\20const*\29 -6030:AngleWinding\28SkOpSpanBase*\2c\20SkOpSpanBase*\2c\20int*\2c\20bool*\29 -6031:AddIntersectTs\28SkOpContour*\2c\20SkOpContour*\2c\20SkOpCoincidence*\29 -6032:ActiveEdgeList::replace\28SkPoint\20const&\2c\20SkPoint\20const&\2c\20SkPoint\20const&\2c\20unsigned\20short\2c\20unsigned\20short\2c\20unsigned\20short\29 -6033:ActiveEdgeList::remove\28SkPoint\20const&\2c\20SkPoint\20const&\2c\20unsigned\20short\2c\20unsigned\20short\29 -6034:ActiveEdgeList::insert\28SkPoint\20const&\2c\20SkPoint\20const&\2c\20unsigned\20short\2c\20unsigned\20short\29 -6035:AAT::kerx_accelerator_t*\20hb_data_wrapper_t::call_create>\28\29\20const -6036:AAT::hb_aat_apply_context_t::return_t\20AAT::ChainSubtable::dispatch\28AAT::hb_aat_apply_context_t*\29\20const -6037:AAT::hb_aat_apply_context_t::return_t\20AAT::ChainSubtable::dispatch\28AAT::hb_aat_apply_context_t*\29\20const -6038:AAT::hb_aat_apply_context_t::replace_glyph\28unsigned\20int\29 -6039:AAT::ankr::get_anchor\28unsigned\20int\2c\20unsigned\20int\2c\20unsigned\20int\29\20const -6040:AAT::TrackData::sanitize\28hb_sanitize_context_t*\2c\20void\20const*\29\20const -6041:AAT::TrackData::get_tracking\28void\20const*\2c\20float\2c\20float\29\20const -6042:AAT::StateTable::EntryData>::sanitize\28hb_sanitize_context_t*\2c\20unsigned\20int*\29\20const -6043:AAT::StateTable::EntryData>::sanitize\28hb_sanitize_context_t*\2c\20unsigned\20int*\29\20const -6044:AAT::StateTable::EntryData>::sanitize\28hb_sanitize_context_t*\2c\20unsigned\20int*\29\20const -6045:AAT::RearrangementSubtable::driver_context_t::transition\28hb_buffer_t*\2c\20AAT::StateTableDriver::Flags>*\2c\20AAT::Entry\20const&\29 -6046:AAT::NoncontextualSubtable::apply\28AAT::hb_aat_apply_context_t*\29\20const -6047:AAT::Lookup>::sanitize\28hb_sanitize_context_t*\29\20const -6048:AAT::Lookup>::get_value\28unsigned\20int\2c\20unsigned\20int\29\20const -6049:AAT::InsertionSubtable::driver_context_t::transition\28hb_buffer_t*\2c\20AAT::StateTableDriver::EntryData\2c\20AAT::InsertionSubtable::Flags>*\2c\20AAT::Entry::EntryData>\20const&\29 -6050:AAT::Chain::sanitize\28hb_sanitize_context_t*\2c\20unsigned\20int\29\20const -6051:AAT::Chain::sanitize\28hb_sanitize_context_t*\2c\20unsigned\20int\29\20const -6052:5814 -6053:5815 -6054:5816 -6055:5817 -6056:5818 -6057:5819 -6058:5820 -6059:5821 -6060:5822 -6061:5823 -6062:5824 -6063:5825 -6064:5826 -6065:5827 -6066:5828 -6067:5829 -6068:5830 -6069:5831 +3727:3489 +3728:3490 +3729:3491 +3730:3492 +3731:3493 +3732:zeroinfnan +3733:wuffs_lzw__decoder__transform_io +3734:wuffs_gif__decoder__set_quirk_enabled +3735:wuffs_gif__decoder__restart_frame +3736:wuffs_gif__decoder__num_animation_loops +3737:wuffs_gif__decoder__frame_dirty_rect +3738:wuffs_gif__decoder__decode_up_to_id_part1 +3739:wuffs_gif__decoder__decode_frame +3740:write_vertex_position\28GrGLSLVertexBuilder*\2c\20GrGLSLUniformHandler*\2c\20GrShaderCaps\20const&\2c\20GrShaderVar\20const&\2c\20SkMatrix\20const&\2c\20char\20const*\2c\20GrShaderVar*\2c\20GrResourceHandle*\29 +3741:write_passthrough_vertex_position\28GrGLSLVertexBuilder*\2c\20GrShaderVar\20const&\2c\20GrShaderVar*\29 +3742:write_buf +3743:wctomb +3744:wchar_t*\20std::__2::copy\5babi:nn180100\5d\2c\20wchar_t*>\28std::__2::__wrap_iter\2c\20std::__2::__wrap_iter\2c\20wchar_t*\29 +3745:wchar_t*\20std::__2::__constexpr_memmove\5babi:nn180100\5d\28wchar_t*\2c\20wchar_t\20const*\2c\20std::__2::__element_count\29 +3746:walk_simple_edges\28SkEdge*\2c\20SkBlitter*\2c\20int\2c\20int\29 +3747:vsscanf +3748:void\20std::__2::vector>::__assign_with_size\5babi:ne180100\5d\28skia::textlayout::FontFeature*\2c\20skia::textlayout::FontFeature*\2c\20long\29 +3749:void\20std::__2::vector>::__assign_with_size\5babi:ne180100\5d\28SkString*\2c\20SkString*\2c\20long\29 +3750:void\20std::__2::vector>::__assign_with_size\5babi:ne180100\5d\28SkFontArguments::VariationPosition::Coordinate*\2c\20SkFontArguments::VariationPosition::Coordinate*\2c\20long\29 +3751:void\20std::__2::basic_string\2c\20std::__2::allocator>::__init\28wchar_t\20const*\2c\20wchar_t\20const*\29 +3752:void\20std::__2::basic_string\2c\20std::__2::allocator>::__init\28char*\2c\20char*\29 +3753:void\20std::__2::__tree_balance_after_insert\5babi:ne180100\5d*>\28std::__2::__tree_node_base*\2c\20std::__2::__tree_node_base*\29 +3754:void\20std::__2::__stable_sort_move\20const&\2c\20unsigned\20int\2c\20FT_COLR_Paint_\20const&\2c\20SkPaint*\29::$_0::operator\28\29\28FT_ColorStopIterator_\20const&\2c\20std::__2::vector>&\2c\20std::__2::vector\2c\20std::__2::allocator>>&\29\20const::'lambda'\28\28anonymous\20namespace\29::colrv1_configure_skpaint\28FT_FaceRec_*\2c\20SkSpan\20const&\2c\20unsigned\20int\2c\20FT_COLR_Paint_\20const&\2c\20SkPaint*\29::$_0::operator\28\29\28FT_ColorStopIterator_\20const&\2c\20std::__2::vector>&\2c\20std::__2::vector\2c\20std::__2::allocator>>&\29\20const::ColorStop\20const&\2c\20\28anonymous\20namespace\29::colrv1_configure_skpaint\28FT_FaceRec_*\2c\20SkSpan\20const&\2c\20unsigned\20int\2c\20FT_COLR_Paint_\20const&\2c\20SkPaint*\29::$_0::operator\28\29\28FT_ColorStopIterator_\20const&\2c\20std::__2::vector>&\2c\20std::__2::vector\2c\20std::__2::allocator>>&\29\20const::ColorStop\20const&\29&\2c\20std::__2::__wrap_iter<\28anonymous\20namespace\29::colrv1_configure_skpaint\28FT_FaceRec_*\2c\20SkSpan\20const&\2c\20unsigned\20int\2c\20FT_COLR_Paint_\20const&\2c\20SkPaint*\29::$_0::operator\28\29\28FT_ColorStopIterator_\20const&\2c\20std::__2::vector>&\2c\20std::__2::vector\2c\20std::__2::allocator>>&\29\20const::ColorStop*>>\28std::__2::__wrap_iter<\28anonymous\20namespace\29::colrv1_configure_skpaint\28FT_FaceRec_*\2c\20SkSpan\20const&\2c\20unsigned\20int\2c\20FT_COLR_Paint_\20const&\2c\20SkPaint*\29::$_0::operator\28\29\28FT_ColorStopIterator_\20const&\2c\20std::__2::vector>&\2c\20std::__2::vector\2c\20std::__2::allocator>>&\29\20const::ColorStop*>\2c\20std::__2::__wrap_iter<\28anonymous\20namespace\29::colrv1_configure_skpaint\28FT_FaceRec_*\2c\20SkSpan\20const&\2c\20unsigned\20int\2c\20FT_COLR_Paint_\20const&\2c\20SkPaint*\29::$_0::operator\28\29\28FT_ColorStopIterator_\20const&\2c\20std::__2::vector>&\2c\20std::__2::vector\2c\20std::__2::allocator>>&\29\20const::ColorStop*>\2c\20\28anonymous\20namespace\29::colrv1_configure_skpaint\28FT_FaceRec_*\2c\20SkSpan\20const&\2c\20unsigned\20int\2c\20FT_COLR_Paint_\20const&\2c\20SkPaint*\29::$_0::operator\28\29\28FT_ColorStopIterator_\20const&\2c\20std::__2::vector>&\2c\20std::__2::vector\2c\20std::__2::allocator>>&\29\20const::'lambda'\28\28anonymous\20namespace\29::colrv1_configure_skpaint\28FT_FaceRec_*\2c\20SkSpan\20const&\2c\20unsigned\20int\2c\20FT_COLR_Paint_\20const&\2c\20SkPaint*\29::$_0::operator\28\29\28FT_ColorStopIterator_\20const&\2c\20std::__2::vector>&\2c\20std::__2::vector\2c\20std::__2::allocator>>&\29\20const::ColorStop\20const&\2c\20\28anonymous\20namespace\29::colrv1_configure_skpaint\28FT_FaceRec_*\2c\20SkSpan\20const&\2c\20unsigned\20int\2c\20FT_COLR_Paint_\20const&\2c\20SkPaint*\29::$_0::operator\28\29\28FT_ColorStopIterator_\20const&\2c\20std::__2::vector>&\2c\20std::__2::vector\2c\20std::__2::allocator>>&\29\20const::ColorStop\20const&\29&\2c\20std::__2::iterator_traits\20const&\2c\20unsigned\20int\2c\20FT_COLR_Paint_\20const&\2c\20SkPaint*\29::$_0::operator\28\29\28FT_ColorStopIterator_\20const&\2c\20std::__2::vector>&\2c\20std::__2::vector\2c\20std::__2::allocator>>&\29\20const::ColorStop*>>::difference_type\2c\20std::__2::iterator_traits\20const&\2c\20unsigned\20int\2c\20FT_COLR_Paint_\20const&\2c\20SkPaint*\29::$_0::operator\28\29\28FT_ColorStopIterator_\20const&\2c\20std::__2::vector>&\2c\20std::__2::vector\2c\20std::__2::allocator>>&\29\20const::ColorStop*>>::value_type*\29 +3755:void\20std::__2::__sort5_maybe_branchless\5babi:ne180100\5d\28skia::textlayout::OneLineShaper::RunBlock*\2c\20skia::textlayout::OneLineShaper::RunBlock*\2c\20skia::textlayout::OneLineShaper::RunBlock*\2c\20skia::textlayout::OneLineShaper::RunBlock*\2c\20skia::textlayout::OneLineShaper::RunBlock*\2c\20skia::textlayout::OneLineShaper::finish\28skia::textlayout::Block\20const&\2c\20float\2c\20float&\29::$_0&\29 +3756:void\20std::__2::__sort5_maybe_branchless\5babi:ne180100\5d\28\28anonymous\20namespace\29::Entry*\2c\20\28anonymous\20namespace\29::Entry*\2c\20\28anonymous\20namespace\29::Entry*\2c\20\28anonymous\20namespace\29::Entry*\2c\20\28anonymous\20namespace\29::Entry*\2c\20\28anonymous\20namespace\29::EntryComparator&\29 +3757:void\20std::__2::__sort5_maybe_branchless\5babi:ne180100\5d\28SkSL::ProgramElement\20const**\2c\20SkSL::ProgramElement\20const**\2c\20SkSL::ProgramElement\20const**\2c\20SkSL::ProgramElement\20const**\2c\20SkSL::ProgramElement\20const**\2c\20SkSL::Transform::\28anonymous\20namespace\29::BuiltinVariableScanner::sortNewElements\28\29::'lambda'\28SkSL::ProgramElement\20const*\2c\20SkSL::ProgramElement\20const*\29&\29 +3758:void\20std::__2::__sort5_maybe_branchless\5babi:ne180100\5d\28SkSL::FunctionDefinition\20const**\2c\20SkSL::FunctionDefinition\20const**\2c\20SkSL::FunctionDefinition\20const**\2c\20SkSL::FunctionDefinition\20const**\2c\20SkSL::FunctionDefinition\20const**\2c\20SkSL::Transform::FindAndDeclareBuiltinFunctions\28SkSL::Program&\29::$_0&\29 +3759:void\20std::__2::__sift_up\5babi:ne180100\5d*>>\28std::__2::__wrap_iter*>\2c\20std::__2::__wrap_iter*>\2c\20GrGeometryProcessor::ProgramImpl::emitTransformCode\28GrGLSLVertexBuilder*\2c\20GrGLSLUniformHandler*\29::$_1&\2c\20std::__2::iterator_traits*>>::difference_type\29 +3760:void\20std::__2::__optional_storage_base::__assign_from\5babi:ne180100\5d\20const&>\28std::__2::__optional_copy_assign_base\20const&\29 +3761:void\20std::__2::__introsort\28skia::textlayout::OneLineShaper::RunBlock*\2c\20skia::textlayout::OneLineShaper::RunBlock*\2c\20skia::textlayout::OneLineShaper::finish\28skia::textlayout::Block\20const&\2c\20float\2c\20float&\29::$_0&\2c\20std::__2::iterator_traits::difference_type\2c\20bool\29 +3762:void\20std::__2::__introsort\28\28anonymous\20namespace\29::Entry*\2c\20\28anonymous\20namespace\29::Entry*\2c\20\28anonymous\20namespace\29::EntryComparator&\2c\20std::__2::iterator_traits<\28anonymous\20namespace\29::Entry*>::difference_type\2c\20bool\29 +3763:void\20std::__2::__introsort\28SkSL::ProgramElement\20const**\2c\20SkSL::ProgramElement\20const**\2c\20SkSL::Transform::\28anonymous\20namespace\29::BuiltinVariableScanner::sortNewElements\28\29::'lambda'\28SkSL::ProgramElement\20const*\2c\20SkSL::ProgramElement\20const*\29&\2c\20std::__2::iterator_traits::difference_type\2c\20bool\29 +3764:void\20std::__2::__introsort\28SkSL::FunctionDefinition\20const**\2c\20SkSL::FunctionDefinition\20const**\2c\20SkSL::Transform::FindAndDeclareBuiltinFunctions\28SkSL::Program&\29::$_0&\2c\20std::__2::iterator_traits::difference_type\2c\20bool\29 +3765:void\20std::__2::__double_or_nothing\5babi:nn180100\5d\28std::__2::unique_ptr&\2c\20char*&\2c\20char*&\29 +3766:void\20sorted_merge<&sweep_lt_vert\28SkPoint\20const&\2c\20SkPoint\20const&\29>\28GrTriangulator::VertexList*\2c\20GrTriangulator::VertexList*\2c\20GrTriangulator::VertexList*\29 +3767:void\20sorted_merge<&sweep_lt_horiz\28SkPoint\20const&\2c\20SkPoint\20const&\29>\28GrTriangulator::VertexList*\2c\20GrTriangulator::VertexList*\2c\20GrTriangulator::VertexList*\29 +3768:void\20sort_r_simple<>\28void*\2c\20unsigned\20long\2c\20unsigned\20long\2c\20int\20\28*\29\28void\20const*\2c\20void\20const*\29\29_15835 +3769:void\20skgpu::ganesh::SurfaceFillContext::clear<\28SkAlphaType\292>\28SkRGBA4f<\28SkAlphaType\292>\20const&\29 +3770:void\20hair_path<\28SkPaint::Cap\292>\28SkPathRaw\20const&\2c\20SkRasterClip\20const&\2c\20SkBlitter*\2c\20void\20\28*\29\28SkPoint\20const*\2c\20int\2c\20SkRegion\20const*\2c\20SkBlitter*\29\29 +3771:void\20hair_path<\28SkPaint::Cap\291>\28SkPathRaw\20const&\2c\20SkRasterClip\20const&\2c\20SkBlitter*\2c\20void\20\28*\29\28SkPoint\20const*\2c\20int\2c\20SkRegion\20const*\2c\20SkBlitter*\29\29 +3772:void\20hair_path<\28SkPaint::Cap\290>\28SkPathRaw\20const&\2c\20SkRasterClip\20const&\2c\20SkBlitter*\2c\20void\20\28*\29\28SkPoint\20const*\2c\20int\2c\20SkRegion\20const*\2c\20SkBlitter*\29\29 +3773:void\20emscripten::internal::raw_destructor>\28sk_sp*\29 +3774:void\20emscripten::internal::MemberAccess>::setWire\28sk_sp\20SkRuntimeEffect::TracedShader::*\20const&\2c\20SkRuntimeEffect::TracedShader&\2c\20sk_sp*\29 +3775:void\20emscripten::internal::MemberAccess::setWire\28SimpleFontStyle\20SimpleStrutStyle::*\20const&\2c\20SimpleStrutStyle&\2c\20SimpleFontStyle*\29 +3776:void\20\28anonymous\20namespace\29::copyFT2LCD16\28FT_Bitmap_\20const&\2c\20SkMaskBuilder*\2c\20int\2c\20unsigned\20char\20const*\2c\20unsigned\20char\20const*\2c\20unsigned\20char\20const*\29 +3777:void\20\28anonymous\20namespace\29::Pass::blur\28int\2c\20int\2c\20int\2c\20unsigned\20int\20const*\2c\20int\2c\20unsigned\20int*\2c\20int\29 +3778:void\20\28anonymous\20namespace\29::Pass::blur\28int\2c\20int\2c\20int\2c\20unsigned\20char\20const*\2c\20int\2c\20unsigned\20char*\2c\20int\29 +3779:void\20SkTIntroSort\28int\2c\20int*\2c\20int\2c\20DistanceLessThan\20const&\29 +3780:void\20SkTIntroSort\28float*\2c\20float*\29::'lambda'\28float\20const&\2c\20float\20const&\29>\28int\2c\20float*\2c\20int\2c\20void\20SkTQSort\28float*\2c\20float*\29::'lambda'\28float\20const&\2c\20float\20const&\29\20const&\29 +3781:void\20SkTIntroSort\28int\2c\20SkString*\2c\20int\2c\20bool\20\20const\28&\29\28SkString\20const&\2c\20SkString\20const&\29\29 +3782:void\20SkTIntroSort\28int\2c\20SkOpRayHit**\2c\20int\2c\20bool\20\20const\28&\29\28SkOpRayHit\20const*\2c\20SkOpRayHit\20const*\29\29 +3783:void\20SkTIntroSort\28SkOpContour**\2c\20SkOpContour**\29::'lambda'\28SkOpContour\20const*\2c\20SkOpContour\20const*\29>\28int\2c\20SkOpContour*\2c\20int\2c\20void\20SkTQSort\28SkOpContour**\2c\20SkOpContour**\29::'lambda'\28SkOpContour\20const*\2c\20SkOpContour\20const*\29\20const&\29 +3784:void\20SkTIntroSort>\2c\20SkCodec::Result*\29::Entry\2c\20SkIcoCodec::MakeFromStream\28std::__2::unique_ptr>\2c\20SkCodec::Result*\29::EntryLessThan>\28int\2c\20SkIcoCodec::MakeFromStream\28std::__2::unique_ptr>\2c\20SkCodec::Result*\29::Entry*\2c\20int\2c\20SkIcoCodec::MakeFromStream\28std::__2::unique_ptr>\2c\20SkCodec::Result*\29::EntryLessThan\20const&\29 +3785:void\20SkTIntroSort\28SkClosestRecord\20const**\2c\20SkClosestRecord\20const**\29::'lambda'\28SkClosestRecord\20const*\2c\20SkClosestRecord\20const*\29>\28int\2c\20SkClosestRecord\20const*\2c\20int\2c\20void\20SkTQSort\28SkClosestRecord\20const**\2c\20SkClosestRecord\20const**\29::'lambda'\28SkClosestRecord\20const*\2c\20SkClosestRecord\20const*\29\20const&\29 +3786:void\20SkTIntroSort\28int\2c\20SkAnalyticEdge**\2c\20int\2c\20bool\20\20const\28&\29\28SkAnalyticEdge\20const*\2c\20SkAnalyticEdge\20const*\29\29 +3787:void\20SkTIntroSort\28int\2c\20GrGpuResource**\2c\20int\2c\20bool\20\20const\28&\29\28GrGpuResource*\20const&\2c\20GrGpuResource*\20const&\29\29 +3788:void\20SkTIntroSort\28int\2c\20GrGpuResource**\2c\20int\2c\20bool\20\28*\20const&\29\28GrGpuResource*\20const&\2c\20GrGpuResource*\20const&\29\29 +3789:void\20SkTIntroSort\28int\2c\20Edge*\2c\20int\2c\20EdgeLT\20const&\29 +3790:void\20AAT::LookupFormat2>::collect_glyphs\28hb_bit_set_t&\29\20const +3791:void*\20OT::hb_accelerate_subtables_context_t::cache_func_to>\28void*\2c\20OT::hb_ot_lookup_cache_op_t\29 +3792:void*\20OT::hb_accelerate_subtables_context_t::cache_func_to>\28void*\2c\20OT::hb_ot_lookup_cache_op_t\29 +3793:virtual\20thunk\20to\20GrGLTexture::onSetLabel\28\29 +3794:virtual\20thunk\20to\20GrGLTexture::backendFormat\28\29\20const +3795:vfiprintf +3796:validate_texel_levels\28SkISize\2c\20GrColorType\2c\20GrMipLevel\20const*\2c\20int\2c\20GrCaps\20const*\29 +3797:utf8TextClose\28UText*\29 +3798:utf8TextAccess\28UText*\2c\20long\20long\2c\20signed\20char\29 +3799:utext_openConstUnicodeString_74 +3800:utext_moveIndex32_74 +3801:utext_getPreviousNativeIndex_74 +3802:utext_extract_74 +3803:ustrcase_mapWithOverlap_74 +3804:ures_resetIterator_74 +3805:ures_initStackObject_74 +3806:ures_getInt_74 +3807:ures_getIntVector_74 +3808:ures_copyResb_74 +3809:uprv_stricmp_74 +3810:uprv_getMaxValues_74 +3811:uprv_compareInvAscii_74 +3812:upropsvec_addPropertyStarts_74 +3813:uprops_getSource_74 +3814:uprops_addPropertyStarts_74 +3815:unsigned\20short\20std::__2::__num_get_unsigned_integral\5babi:nn180100\5d\28char\20const*\2c\20char\20const*\2c\20unsigned\20int&\2c\20int\29 +3816:unsigned\20long\20long\20std::__2::__num_get_unsigned_integral\5babi:nn180100\5d\28char\20const*\2c\20char\20const*\2c\20unsigned\20int&\2c\20int\29 +3817:unsigned\20long\20const&\20std::__2::min\5babi:nn180100\5d\28unsigned\20long\20const&\2c\20unsigned\20long\20const&\29 +3818:unsigned\20int\20std::__2::__num_get_unsigned_integral\5babi:nn180100\5d\28char\20const*\2c\20char\20const*\2c\20unsigned\20int&\2c\20int\29 +3819:unsigned\20int\20const*\20std::__2::lower_bound\5babi:nn180100\5d\28unsigned\20int\20const*\2c\20unsigned\20int\20const*\2c\20unsigned\20long\20const&\29 +3820:unorm_getFCD16_74 +3821:ultag_isUnicodeLocaleKey_74 +3822:ultag_isScriptSubtag_74 +3823:ultag_isLanguageSubtag_74 +3824:ultag_isExtensionSubtags_74 +3825:ultag_getTKeyStart_74 +3826:ulocimp_toBcpType_74 +3827:uloc_toUnicodeLocaleType_74 +3828:uloc_toUnicodeLocaleKey_74 +3829:uloc_setKeywordValue_74 +3830:uloc_getTableStringWithFallback_74 +3831:uloc_getScript_74 +3832:uloc_getName_74 +3833:uloc_getLanguage_74 +3834:uloc_getDisplayName_74 +3835:uloc_getCountry_74 +3836:uloc_canonicalize_74 +3837:uenum_unext_74 +3838:udata_open_74 +3839:udata_checkCommonData_74 +3840:ucptrie_internalU8PrevIndex_74 +3841:uchar_addPropertyStarts_74 +3842:ucase_toFullUpper_74 +3843:ucase_toFullLower_74 +3844:ucase_toFullFolding_74 +3845:ucase_getTypeOrIgnorable_74 +3846:ucase_addPropertyStarts_74 +3847:ubidi_getPairedBracketType_74 +3848:ubidi_close_74 +3849:u_unescapeAt_74 +3850:u_strFindFirst_74 +3851:u_memrchr_74 +3852:u_memmove_74 +3853:u_memcmp_74 +3854:u_hasBinaryProperty_74 +3855:u_getPropertyEnum_74 +3856:tt_size_run_prep +3857:tt_size_done_bytecode +3858:tt_sbit_decoder_load_image +3859:tt_face_vary_cvt +3860:tt_face_palette_set +3861:tt_face_load_cvt +3862:tt_face_get_metrics +3863:tt_done_blend +3864:tt_delta_interpolate +3865:tt_cmap4_next +3866:tt_cmap4_char_map_linear +3867:tt_cmap4_char_map_binary +3868:tt_cmap14_get_def_chars +3869:tt_cmap13_next +3870:tt_cmap12_next +3871:tt_cmap12_init +3872:tt_cmap12_char_map_binary +3873:tt_apply_mvar +3874:toParagraphStyle\28SimpleParagraphStyle\20const&\29 +3875:toBytes\28sk_sp\29 +3876:tanhf +3877:t1_lookup_glyph_by_stdcharcode_ps +3878:t1_builder_close_contour +3879:t1_builder_check_points +3880:strtoull +3881:strtoll_l +3882:strtol +3883:strspn +3884:stream_close +3885:store_int +3886:std::logic_error::~logic_error\28\29 +3887:std::logic_error::logic_error\28char\20const*\29 +3888:std::exception::exception\5babi:nn180100\5d\28\29 +3889:std::__2::vector>::max_size\28\29\20const +3890:std::__2::vector>::capacity\5babi:nn180100\5d\28\29\20const +3891:std::__2::vector>::__construct_at_end\28unsigned\20long\29 +3892:std::__2::vector>::__clear\5babi:nn180100\5d\28\29 +3893:std::__2::vector>::__base_destruct_at_end\5babi:nn180100\5d\28std::__2::locale::facet**\29 +3894:std::__2::vector>::insert\28std::__2::__wrap_iter\2c\20float&&\29 +3895:std::__2::vector>::__append\28unsigned\20long\29 +3896:std::__2::unique_ptr::operator=\5babi:nn180100\5d\28std::__2::unique_ptr&&\29 +3897:std::__2::unique_ptr>::~unique_ptr\5babi:ne180100\5d\28\29 +3898:std::__2::unique_ptr>::operator=\5babi:ne180100\5d\28std::nullptr_t\29 +3899:std::__2::unique_ptr>::reset\5babi:ne180100\5d\28SkCanvas::Layer*\29 +3900:std::__2::unique_ptr>*\20SkLRUCache>\2c\20GrGLGpu::ProgramCache::DescHash\2c\20SkNoOpPurge>::insert>>\28GrProgramDesc\20const&\2c\20std::__2::unique_ptr>&&\29 +3901:std::__2::tuple\2c\20int\2c\20sktext::gpu::SubRunAllocator>\20sktext::gpu::SubRunAllocator::AllocateClassMemoryAndArena\28int\29::'lambda0'\28\29::operator\28\29\28\29\20const +3902:std::__2::tuple\2c\20int\2c\20sktext::gpu::SubRunAllocator>\20sktext::gpu::SubRunAllocator::AllocateClassMemoryAndArena\28int\29::'lambda'\28\29::operator\28\29\28\29\20const +3903:std::__2::to_string\28unsigned\20long\29 +3904:std::__2::to_chars_result\20std::__2::__to_chars_itoa\5babi:nn180100\5d\28char*\2c\20char*\2c\20unsigned\20int\2c\20std::__2::integral_constant\29 +3905:std::__2::time_put>>::~time_put\28\29 +3906:std::__2::time_get>>::__get_year\28int&\2c\20std::__2::istreambuf_iterator>&\2c\20std::__2::istreambuf_iterator>\2c\20unsigned\20int&\2c\20std::__2::ctype\20const&\29\20const +3907:std::__2::time_get>>::__get_weekdayname\28int&\2c\20std::__2::istreambuf_iterator>&\2c\20std::__2::istreambuf_iterator>\2c\20unsigned\20int&\2c\20std::__2::ctype\20const&\29\20const +3908:std::__2::time_get>>::__get_monthname\28int&\2c\20std::__2::istreambuf_iterator>&\2c\20std::__2::istreambuf_iterator>\2c\20unsigned\20int&\2c\20std::__2::ctype\20const&\29\20const +3909:std::__2::time_get>>::__get_year\28int&\2c\20std::__2::istreambuf_iterator>&\2c\20std::__2::istreambuf_iterator>\2c\20unsigned\20int&\2c\20std::__2::ctype\20const&\29\20const +3910:std::__2::time_get>>::__get_weekdayname\28int&\2c\20std::__2::istreambuf_iterator>&\2c\20std::__2::istreambuf_iterator>\2c\20unsigned\20int&\2c\20std::__2::ctype\20const&\29\20const +3911:std::__2::time_get>>::__get_monthname\28int&\2c\20std::__2::istreambuf_iterator>&\2c\20std::__2::istreambuf_iterator>\2c\20unsigned\20int&\2c\20std::__2::ctype\20const&\29\20const +3912:std::__2::reverse_iterator::operator++\5babi:nn180100\5d\28\29 +3913:std::__2::reverse_iterator::operator*\5babi:nn180100\5d\28\29\20const +3914:std::__2::pair\20std::__2::__copy_trivial::operator\28\29\5babi:nn180100\5d\28wchar_t\20const*\2c\20wchar_t\20const*\2c\20wchar_t*\29\20const +3915:std::__2::pair\2c\20void*>*>\2c\20bool>\20std::__2::__hash_table\2c\20std::__2::__unordered_map_hasher\2c\20std::__2::hash\2c\20std::__2::equal_to\2c\20true>\2c\20std::__2::__unordered_map_equal\2c\20std::__2::equal_to\2c\20std::__2::hash\2c\20true>\2c\20std::__2::allocator>>::__emplace_unique_key_args\2c\20std::__2::tuple<>>\28GrFragmentProcessor\20const*\20const&\2c\20std::__2::piecewise_construct_t\20const&\2c\20std::__2::tuple&&\2c\20std::__2::tuple<>&&\29 +3916:std::__2::pair*>\2c\20bool>\20std::__2::__hash_table\2c\20std::__2::equal_to\2c\20std::__2::allocator>::__emplace_unique_key_args\28int\20const&\2c\20int\20const&\29 +3917:std::__2::pair\2c\20std::__2::allocator>>>::pair\5babi:ne180100\5d\28std::__2::pair\2c\20std::__2::allocator>>>&&\29 +3918:std::__2::pair\20std::__2::__copy_trivial::operator\28\29\5babi:nn180100\5d\28char\20const*\2c\20char\20const*\2c\20char*\29\20const +3919:std::__2::ostreambuf_iterator>::operator=\5babi:nn180100\5d\28wchar_t\29 +3920:std::__2::ostreambuf_iterator>::operator=\5babi:nn180100\5d\28char\29 +3921:std::__2::optional&\20std::__2::optional::operator=\5babi:ne180100\5d\28SkPath\20const&\29 +3922:std::__2::numpunct::~numpunct\28\29 +3923:std::__2::numpunct::~numpunct\28\29 +3924:std::__2::num_get>>::do_get\28std::__2::istreambuf_iterator>\2c\20std::__2::istreambuf_iterator>\2c\20std::__2::ios_base&\2c\20unsigned\20int&\2c\20unsigned\20int&\29\20const +3925:std::__2::num_get>>\20const&\20std::__2::use_facet\5babi:nn180100\5d>>>\28std::__2::locale\20const&\29 +3926:std::__2::num_get>>::do_get\28std::__2::istreambuf_iterator>\2c\20std::__2::istreambuf_iterator>\2c\20std::__2::ios_base&\2c\20unsigned\20int&\2c\20unsigned\20int&\29\20const +3927:std::__2::moneypunct\20const&\20std::__2::use_facet\5babi:nn180100\5d>\28std::__2::locale\20const&\29 +3928:std::__2::moneypunct\20const&\20std::__2::use_facet\5babi:nn180100\5d>\28std::__2::locale\20const&\29 +3929:std::__2::moneypunct::do_negative_sign\28\29\20const +3930:std::__2::moneypunct\20const&\20std::__2::use_facet\5babi:nn180100\5d>\28std::__2::locale\20const&\29 +3931:std::__2::moneypunct\20const&\20std::__2::use_facet\5babi:nn180100\5d>\28std::__2::locale\20const&\29 +3932:std::__2::moneypunct::do_negative_sign\28\29\20const +3933:std::__2::money_get>>::__do_get\28std::__2::istreambuf_iterator>&\2c\20std::__2::istreambuf_iterator>\2c\20bool\2c\20std::__2::locale\20const&\2c\20unsigned\20int\2c\20unsigned\20int&\2c\20bool&\2c\20std::__2::ctype\20const&\2c\20std::__2::unique_ptr&\2c\20wchar_t*&\2c\20wchar_t*\29 +3934:std::__2::money_get>>::__do_get\28std::__2::istreambuf_iterator>&\2c\20std::__2::istreambuf_iterator>\2c\20bool\2c\20std::__2::locale\20const&\2c\20unsigned\20int\2c\20unsigned\20int&\2c\20bool&\2c\20std::__2::ctype\20const&\2c\20std::__2::unique_ptr&\2c\20char*&\2c\20char*\29 +3935:std::__2::locale::facet**\20std::__2::__construct_at\5babi:nn180100\5d\28std::__2::locale::facet**\29 +3936:std::__2::locale::__imp::~__imp\28\29 +3937:std::__2::locale::__imp::release\28\29 +3938:std::__2::iterator_traits::difference_type\20std::__2::__distance\5babi:nn180100\5d\28unsigned\20int\20const*\2c\20unsigned\20int\20const*\2c\20std::__2::random_access_iterator_tag\29 +3939:std::__2::iterator_traits\2c\20std::__2::allocator>\20const*>::difference_type\20std::__2::distance\5babi:nn180100\5d\2c\20std::__2::allocator>\20const*>\28std::__2::basic_string\2c\20std::__2::allocator>\20const*\2c\20std::__2::basic_string\2c\20std::__2::allocator>\20const*\29 +3940:std::__2::iterator_traits::difference_type\20std::__2::distance\5babi:nn180100\5d\28char*\2c\20char*\29 +3941:std::__2::iterator_traits::difference_type\20std::__2::__distance\5babi:nn180100\5d\28char*\2c\20char*\2c\20std::__2::random_access_iterator_tag\29 +3942:std::__2::istreambuf_iterator>::operator++\5babi:nn180100\5d\28int\29 +3943:std::__2::istreambuf_iterator>::__test_for_eof\5babi:nn180100\5d\28\29\20const +3944:std::__2::istreambuf_iterator>::operator++\5babi:nn180100\5d\28int\29 +3945:std::__2::istreambuf_iterator>::__test_for_eof\5babi:nn180100\5d\28\29\20const +3946:std::__2::ios_base::width\5babi:nn180100\5d\28long\29 +3947:std::__2::ios_base::init\28void*\29 +3948:std::__2::ios_base::imbue\28std::__2::locale\20const&\29 +3949:std::__2::ios_base::__call_callbacks\28std::__2::ios_base::event\29 +3950:std::__2::enable_if::type\20skgpu::tess::PatchWriter\2c\20skgpu::tess::Optional<\28skgpu::tess::PatchAttribs\294>\2c\20skgpu::tess::Optional<\28skgpu::tess::PatchAttribs\298>\2c\20skgpu::tess::Optional<\28skgpu::tess::PatchAttribs\2964>\2c\20skgpu::tess::Optional<\28skgpu::tess::PatchAttribs\2932>\2c\20skgpu::tess::ReplicateLineEndPoints\2c\20skgpu::tess::TrackJoinControlPoints>::writeDeferredStrokePatch\28SkPoint\2c\20std::__2::optional\29 +3951:std::__2::enable_if::value\20&&\20is_move_assignable::value\2c\20void>::type\20std::__2::swap\5babi:nn180100\5d\28char&\2c\20char&\29 +3952:std::__2::deque>::__add_back_capacity\28\29 +3953:std::__2::default_delete::operator\28\29\5babi:ne180100\5d\28sktext::GlyphRunBuilder*\29\20const +3954:std::__2::default_delete\2c\20skia::textlayout::OneLineShaper::FontKey::Hasher>::Pair\2c\20skia::textlayout::OneLineShaper::FontKey\2c\20skia_private::THashMap\2c\20skia::textlayout::OneLineShaper::FontKey::Hasher>::Pair>::Slot\20\5b\5d>::_EnableIfConvertible\2c\20skia::textlayout::OneLineShaper::FontKey::Hasher>::Pair\2c\20skia::textlayout::OneLineShaper::FontKey\2c\20skia_private::THashMap\2c\20skia::textlayout::OneLineShaper::FontKey::Hasher>::Pair>::Slot>::type\20std::__2::default_delete\2c\20skia::textlayout::OneLineShaper::FontKey::Hasher>::Pair\2c\20skia::textlayout::OneLineShaper::FontKey\2c\20skia_private::THashMap\2c\20skia::textlayout::OneLineShaper::FontKey::Hasher>::Pair>::Slot\20\5b\5d>::operator\28\29\5babi:ne180100\5d\2c\20skia::textlayout::OneLineShaper::FontKey::Hasher>::Pair\2c\20skia::textlayout::OneLineShaper::FontKey\2c\20skia_private::THashMap\2c\20skia::textlayout::OneLineShaper::FontKey::Hasher>::Pair>::Slot>\28skia_private::THashTable\2c\20skia::textlayout::OneLineShaper::FontKey::Hasher>::Pair\2c\20skia::textlayout::OneLineShaper::FontKey\2c\20skia_private::THashMap\2c\20skia::textlayout::OneLineShaper::FontKey::Hasher>::Pair>::Slot*\29\20const +3955:std::__2::default_delete\2c\20false>\2c\20SkGoodHash>::Pair\2c\20SkSL::FunctionDeclaration\20const*\2c\20skia_private::THashMap\2c\20false>\2c\20SkGoodHash>::Pair>::Slot\20\5b\5d>::_EnableIfConvertible\2c\20false>\2c\20SkGoodHash>::Pair\2c\20SkSL::FunctionDeclaration\20const*\2c\20skia_private::THashMap\2c\20false>\2c\20SkGoodHash>::Pair>::Slot>::type\20std::__2::default_delete\2c\20false>\2c\20SkGoodHash>::Pair\2c\20SkSL::FunctionDeclaration\20const*\2c\20skia_private::THashMap\2c\20false>\2c\20SkGoodHash>::Pair>::Slot\20\5b\5d>::operator\28\29\5babi:ne180100\5d\2c\20false>\2c\20SkGoodHash>::Pair\2c\20SkSL::FunctionDeclaration\20const*\2c\20skia_private::THashMap\2c\20false>\2c\20SkGoodHash>::Pair>::Slot>\28skia_private::THashTable\2c\20false>\2c\20SkGoodHash>::Pair\2c\20SkSL::FunctionDeclaration\20const*\2c\20skia_private::THashMap\2c\20false>\2c\20SkGoodHash>::Pair>::Slot*\29\20const +3956:std::__2::default_delete\2c\20SkDescriptor\20const&\2c\20sktext::gpu::StrikeCache::HashTraits>::Slot\20\5b\5d>::_EnableIfConvertible\2c\20SkDescriptor\20const&\2c\20sktext::gpu::StrikeCache::HashTraits>::Slot>::type\20std::__2::default_delete\2c\20SkDescriptor\20const&\2c\20sktext::gpu::StrikeCache::HashTraits>::Slot\20\5b\5d>::operator\28\29\5babi:ne180100\5d\2c\20SkDescriptor\20const&\2c\20sktext::gpu::StrikeCache::HashTraits>::Slot>\28skia_private::THashTable\2c\20SkDescriptor\20const&\2c\20sktext::gpu::StrikeCache::HashTraits>::Slot*\29\20const +3957:std::__2::ctype::~ctype\28\29 +3958:std::__2::codecvt::~codecvt\28\29 +3959:std::__2::codecvt::do_out\28__mbstate_t&\2c\20char\20const*\2c\20char\20const*\2c\20char\20const*&\2c\20char*\2c\20char*\2c\20char*&\29\20const +3960:std::__2::codecvt::do_out\28__mbstate_t&\2c\20char32_t\20const*\2c\20char32_t\20const*\2c\20char32_t\20const*&\2c\20char*\2c\20char*\2c\20char*&\29\20const +3961:std::__2::codecvt::do_length\28__mbstate_t&\2c\20char\20const*\2c\20char\20const*\2c\20unsigned\20long\29\20const +3962:std::__2::codecvt::do_in\28__mbstate_t&\2c\20char\20const*\2c\20char\20const*\2c\20char\20const*&\2c\20char32_t*\2c\20char32_t*\2c\20char32_t*&\29\20const +3963:std::__2::codecvt::do_out\28__mbstate_t&\2c\20char16_t\20const*\2c\20char16_t\20const*\2c\20char16_t\20const*&\2c\20char*\2c\20char*\2c\20char*&\29\20const +3964:std::__2::codecvt::do_length\28__mbstate_t&\2c\20char\20const*\2c\20char\20const*\2c\20unsigned\20long\29\20const +3965:std::__2::codecvt::do_in\28__mbstate_t&\2c\20char\20const*\2c\20char\20const*\2c\20char\20const*&\2c\20char16_t*\2c\20char16_t*\2c\20char16_t*&\29\20const +3966:std::__2::char_traits::not_eof\5babi:nn180100\5d\28int\29 +3967:std::__2::char_traits::assign\5babi:nn180100\5d\28char*\2c\20unsigned\20long\2c\20char\29 +3968:std::__2::basic_stringstream\2c\20std::__2::allocator>::basic_stringstream\5babi:ne180100\5d\28std::__2::basic_string\2c\20std::__2::allocator>\20const&\2c\20unsigned\20int\29 +3969:std::__2::basic_string\2c\20std::__2::allocator>::basic_string\5babi:nn180100\5d\28unsigned\20long\2c\20wchar_t\29 +3970:std::__2::basic_string\2c\20std::__2::allocator>::__grow_by_without_replace\5babi:nn180100\5d\28unsigned\20long\2c\20unsigned\20long\2c\20unsigned\20long\2c\20unsigned\20long\2c\20unsigned\20long\2c\20unsigned\20long\29 +3971:std::__2::basic_string\2c\20std::__2::allocator>::__grow_by_and_replace\28unsigned\20long\2c\20unsigned\20long\2c\20unsigned\20long\2c\20unsigned\20long\2c\20unsigned\20long\2c\20unsigned\20long\2c\20wchar_t\20const*\29 +3972:std::__2::basic_string\2c\20std::__2::allocator>::basic_string\5babi:nn180100\5d\28unsigned\20long\2c\20char\29 +3973:std::__2::basic_string\2c\20std::__2::allocator>::basic_string>\2c\200>\28std::__2::basic_string_view>\20const&\29 +3974:std::__2::basic_string\2c\20std::__2::allocator>::__null_terminate_at\5babi:nn180100\5d\28char*\2c\20unsigned\20long\29 +3975:std::__2::basic_string\2c\20std::__2::allocator>&\20skia_private::TArray\2c\20std::__2::allocator>\2c\20false>::emplace_back\28char\20const*&&\29 +3976:std::__2::basic_streambuf>::sgetc\5babi:nn180100\5d\28\29 +3977:std::__2::basic_streambuf>::sbumpc\5babi:nn180100\5d\28\29 +3978:std::__2::basic_streambuf>::sputc\5babi:nn180100\5d\28char\29 +3979:std::__2::basic_streambuf>::sgetc\5babi:nn180100\5d\28\29 +3980:std::__2::basic_streambuf>::setp\5babi:nn180100\5d\28char*\2c\20char*\29 +3981:std::__2::basic_streambuf>::sbumpc\5babi:nn180100\5d\28\29 +3982:std::__2::basic_streambuf>::basic_streambuf\28\29 +3983:std::__2::basic_streambuf>::__pbump\5babi:nn180100\5d\28long\29 +3984:std::__2::basic_ostream>::~basic_ostream\28\29_17758 +3985:std::__2::basic_ostream>::sentry::~sentry\28\29 +3986:std::__2::basic_ostream>::sentry::sentry\28std::__2::basic_ostream>&\29 +3987:std::__2::basic_ostream>::operator<<\28float\29 +3988:std::__2::basic_ostream>::flush\28\29 +3989:std::__2::basic_istream>::~basic_istream\28\29_17717 +3990:std::__2::allocator_traits>::deallocate\5babi:nn180100\5d\28std::__2::__sso_allocator&\2c\20std::__2::locale::facet**\2c\20unsigned\20long\29 +3991:std::__2::allocator::deallocate\5babi:nn180100\5d\28wchar_t*\2c\20unsigned\20long\29 +3992:std::__2::allocator::allocate\5babi:nn180100\5d\28unsigned\20long\29 +3993:std::__2::__wrap_iter\20std::__2::vector>::__insert_with_size\5babi:ne180100\5d>\2c\20std::__2::reverse_iterator>>\28std::__2::__wrap_iter\2c\20std::__2::reverse_iterator>\2c\20std::__2::reverse_iterator>\2c\20long\29 +3994:std::__2::__wrap_iter\20std::__2::vector>::__insert_with_size\5babi:ne180100\5d\2c\20std::__2::__wrap_iter>\28std::__2::__wrap_iter\2c\20std::__2::__wrap_iter\2c\20std::__2::__wrap_iter\2c\20long\29 +3995:std::__2::__unique_if::__unique_single\20std::__2::make_unique\5babi:ne180100\5d\28SkSL::Position&\2c\20SkSL::Type\20const&\2c\20SkSL::ExpressionArray&&\29 +3996:std::__2::__time_put::__time_put\5babi:nn180100\5d\28\29 +3997:std::__2::__time_put::__do_put\28char*\2c\20char*&\2c\20tm\20const*\2c\20char\2c\20char\29\20const +3998:std::__2::__split_buffer>::push_back\28skia::textlayout::OneLineShaper::RunBlock*&&\29 +3999:std::__2::__optional_destruct_base::~__optional_destruct_base\5babi:ne180100\5d\28\29 +4000:std::__2::__num_put::__widen_and_group_int\28char*\2c\20char*\2c\20char*\2c\20wchar_t*\2c\20wchar_t*&\2c\20wchar_t*&\2c\20std::__2::locale\20const&\29 +4001:std::__2::__num_put::__widen_and_group_float\28char*\2c\20char*\2c\20char*\2c\20wchar_t*\2c\20wchar_t*&\2c\20wchar_t*&\2c\20std::__2::locale\20const&\29 +4002:std::__2::__num_put::__widen_and_group_int\28char*\2c\20char*\2c\20char*\2c\20char*\2c\20char*&\2c\20char*&\2c\20std::__2::locale\20const&\29 +4003:std::__2::__num_put::__widen_and_group_float\28char*\2c\20char*\2c\20char*\2c\20char*\2c\20char*&\2c\20char*&\2c\20std::__2::locale\20const&\29 +4004:std::__2::__money_put::__gather_info\28bool\2c\20bool\2c\20std::__2::locale\20const&\2c\20std::__2::money_base::pattern&\2c\20wchar_t&\2c\20wchar_t&\2c\20std::__2::basic_string\2c\20std::__2::allocator>&\2c\20std::__2::basic_string\2c\20std::__2::allocator>&\2c\20std::__2::basic_string\2c\20std::__2::allocator>&\2c\20int&\29 +4005:std::__2::__money_put::__format\28wchar_t*\2c\20wchar_t*&\2c\20wchar_t*&\2c\20unsigned\20int\2c\20wchar_t\20const*\2c\20wchar_t\20const*\2c\20std::__2::ctype\20const&\2c\20bool\2c\20std::__2::money_base::pattern\20const&\2c\20wchar_t\2c\20wchar_t\2c\20std::__2::basic_string\2c\20std::__2::allocator>\20const&\2c\20std::__2::basic_string\2c\20std::__2::allocator>\20const&\2c\20std::__2::basic_string\2c\20std::__2::allocator>\20const&\2c\20int\29 +4006:std::__2::__money_put::__gather_info\28bool\2c\20bool\2c\20std::__2::locale\20const&\2c\20std::__2::money_base::pattern&\2c\20char&\2c\20char&\2c\20std::__2::basic_string\2c\20std::__2::allocator>&\2c\20std::__2::basic_string\2c\20std::__2::allocator>&\2c\20std::__2::basic_string\2c\20std::__2::allocator>&\2c\20int&\29 +4007:std::__2::__money_put::__format\28char*\2c\20char*&\2c\20char*&\2c\20unsigned\20int\2c\20char\20const*\2c\20char\20const*\2c\20std::__2::ctype\20const&\2c\20bool\2c\20std::__2::money_base::pattern\20const&\2c\20char\2c\20char\2c\20std::__2::basic_string\2c\20std::__2::allocator>\20const&\2c\20std::__2::basic_string\2c\20std::__2::allocator>\20const&\2c\20std::__2::basic_string\2c\20std::__2::allocator>\20const&\2c\20int\29 +4008:std::__2::__libcpp_sscanf_l\28char\20const*\2c\20__locale_struct*\2c\20char\20const*\2c\20...\29 +4009:std::__2::__libcpp_mbrtowc_l\5babi:nn180100\5d\28wchar_t*\2c\20char\20const*\2c\20unsigned\20long\2c\20__mbstate_t*\2c\20__locale_struct*\29 +4010:std::__2::__libcpp_mb_cur_max_l\5babi:nn180100\5d\28__locale_struct*\29 +4011:std::__2::__libcpp_deallocate\5babi:nn180100\5d\28void*\2c\20unsigned\20long\2c\20unsigned\20long\29 +4012:std::__2::__libcpp_allocate\5babi:nn180100\5d\28unsigned\20long\2c\20unsigned\20long\29 +4013:std::__2::__is_overaligned_for_new\5babi:nn180100\5d\28unsigned\20long\29 +4014:std::__2::__function::__value_func::swap\5babi:ne180100\5d\28std::__2::__function::__value_func&\29 +4015:std::__2::__function::__func\28GrOp\20const*\2c\20GrSurfaceProxy\20const*\29::'lambda'\28GrSurfaceProxy*\2c\20skgpu::Mipmapped\29\2c\20std::__2::allocator\28GrOp\20const*\2c\20GrSurfaceProxy\20const*\29::'lambda'\28GrSurfaceProxy*\2c\20skgpu::Mipmapped\29>\2c\20void\20\28GrSurfaceProxy*\2c\20skgpu::Mipmapped\29>::operator\28\29\28GrSurfaceProxy*&&\2c\20skgpu::Mipmapped&&\29 +4016:std::__2::__function::__func<\28anonymous\20namespace\29::colrv1_traverse_paint\28SkCanvas*\2c\20SkSpan\20const&\2c\20unsigned\20int\2c\20FT_FaceRec_*\2c\20FT_Opaque_Paint_\2c\20skia_private::THashSet*\29::$_0\2c\20std::__2::allocator<\28anonymous\20namespace\29::colrv1_traverse_paint\28SkCanvas*\2c\20SkSpan\20const&\2c\20unsigned\20int\2c\20FT_FaceRec_*\2c\20FT_Opaque_Paint_\2c\20skia_private::THashSet*\29::$_0>\2c\20void\20\28\29>::operator\28\29\28\29 +4017:std::__2::__function::__func&\29\2c\20std::__2::allocator&\29>\2c\20void\20\28std::__2::function&\29>::operator\28\29\28std::__2::function&\29 +4018:std::__2::__function::__func&\29\2c\20std::__2::allocator&\29>\2c\20void\20\28std::__2::function&\29>::destroy_deallocate\28\29 +4019:std::__2::__function::__func&\29\2c\20std::__2::allocator&\29>\2c\20void\20\28std::__2::function&\29>::destroy\28\29 +4020:std::__2::__constexpr_wcslen\5babi:nn180100\5d\28wchar_t\20const*\29 +4021:std::__2::__allocation_result>::pointer>\20std::__2::__allocate_at_least\5babi:nn180100\5d>\28std::__2::__sso_allocator&\2c\20unsigned\20long\29 +4022:start_input_pass +4023:sktext::gpu::build_distance_adjust_table\28float\29 +4024:sktext::gpu::VertexFiller::isLCD\28\29\20const +4025:sktext::gpu::VertexFiller::CanUseDirect\28SkMatrix\20const&\2c\20SkMatrix\20const&\29 +4026:sktext::gpu::TextBlobRedrawCoordinator::internalRemove\28sktext::gpu::TextBlob*\29 +4027:sktext::gpu::SubRunContainer::MakeInAlloc\28sktext::GlyphRunList\20const&\2c\20SkMatrix\20const&\2c\20SkPaint\20const&\2c\20SkStrikeDeviceInfo\2c\20sktext::StrikeForGPUCacheInterface*\2c\20sktext::gpu::SubRunAllocator*\2c\20sktext::gpu::SubRunContainer::SubRunCreationBehavior\2c\20char\20const*\29::$_2::operator\28\29\28SkZip\2c\20skgpu::MaskFormat\29\20const +4028:sktext::gpu::SubRunContainer::MakeInAlloc\28sktext::GlyphRunList\20const&\2c\20SkMatrix\20const&\2c\20SkPaint\20const&\2c\20SkStrikeDeviceInfo\2c\20sktext::StrikeForGPUCacheInterface*\2c\20sktext::gpu::SubRunAllocator*\2c\20sktext::gpu::SubRunContainer::SubRunCreationBehavior\2c\20char\20const*\29::$_0::operator\28\29\28SkZip\2c\20skgpu::MaskFormat\29\20const +4029:sktext::gpu::SubRunContainer::MakeInAlloc\28sktext::GlyphRunList\20const&\2c\20SkMatrix\20const&\2c\20SkPaint\20const&\2c\20SkStrikeDeviceInfo\2c\20sktext::StrikeForGPUCacheInterface*\2c\20sktext::gpu::SubRunAllocator*\2c\20sktext::gpu::SubRunContainer::SubRunCreationBehavior\2c\20char\20const*\29 +4030:sktext::gpu::SubRunContainer::EstimateAllocSize\28sktext::GlyphRunList\20const&\29 +4031:sktext::gpu::SubRunAllocator::SubRunAllocator\28char*\2c\20int\2c\20int\29 +4032:sktext::gpu::StrikeCache::~StrikeCache\28\29 +4033:sktext::gpu::SlugImpl::Make\28SkMatrix\20const&\2c\20sktext::GlyphRunList\20const&\2c\20SkPaint\20const&\2c\20SkStrikeDeviceInfo\2c\20sktext::StrikeForGPUCacheInterface*\29 +4034:sktext::gpu::GlyphVector::packedGlyphIDToGlyph\28sktext::gpu::StrikeCache*\29 +4035:sktext::gpu::BagOfBytes::BagOfBytes\28char*\2c\20unsigned\20long\2c\20unsigned\20long\29::$_1::operator\28\29\28\29\20const +4036:sktext::glyphrun_source_bounds\28SkFont\20const&\2c\20SkPaint\20const&\2c\20SkZip\2c\20SkSpan\29 +4037:sktext::SkStrikePromise::resetStrike\28\29 +4038:sktext::GlyphRunList::makeBlob\28\29\20const +4039:sktext::GlyphRunBuilder::blobToGlyphRunList\28SkTextBlob\20const&\2c\20SkPoint\29 +4040:sktext::GlyphRun*\20std::__2::vector>::__emplace_back_slow_path&\2c\20SkSpan&\2c\20SkSpan&\2c\20SkSpan&\2c\20SkSpan&>\28SkFont\20const&\2c\20SkSpan&\2c\20SkSpan&\2c\20SkSpan&\2c\20SkSpan&\2c\20SkSpan&\29 +4041:skstd::to_string\28float\29 +4042:skpathutils::FillPathWithPaint\28SkPath\20const&\2c\20SkPaint\20const&\2c\20SkPathBuilder*\2c\20SkRect\20const*\2c\20SkMatrix\20const&\29 +4043:skjpeg_err_exit\28jpeg_common_struct*\29 +4044:skip_string +4045:skip_procedure +4046:skif::\28anonymous\20namespace\29::downscale_step_count\28float\29 +4047:skif::\28anonymous\20namespace\29::decompose_transform\28SkMatrix\20const&\2c\20SkPoint\2c\20SkMatrix*\2c\20SkMatrix*\29 +4048:skif::Mapping::adjustLayerSpace\28SkM44\20const&\29 +4049:skif::LayerSpace::relevantSubset\28skif::LayerSpace\2c\20SkTileMode\29\20const +4050:skif::FilterResult::draw\28skif::Context\20const&\2c\20SkDevice*\2c\20SkBlender\20const*\29\20const +4051:skif::FilterResult::MakeFromImage\28skif::Context\20const&\2c\20sk_sp\2c\20SkRect\2c\20skif::ParameterSpace\2c\20SkSamplingOptions\20const&\29 +4052:skif::FilterResult::FilterResult\28sk_sp\2c\20skif::LayerSpace\20const&\29 +4053:skif::Context::withNewSource\28skif::FilterResult\20const&\29\20const +4054:skia_private::THashTable::Traits>::set\28unsigned\20long\20long\29 +4055:skia_private::THashTable>\2c\20std::__2::basic_string_view>\2c\20skia_private::THashSet>\2c\20SkGoodHash>::Traits>::set\28std::__2::basic_string_view>\29 +4056:skia_private::THashTable>\2c\20std::__2::basic_string_view>\2c\20skia_private::THashSet>\2c\20SkGoodHash>::Traits>::resize\28int\29 +4057:skia_private::THashTable::Pair\2c\20unsigned\20int\2c\20skia_private::THashMap::Pair>::uncheckedSet\28skia_private::THashMap::Pair&&\29 +4058:skia_private::THashTable::Pair\2c\20unsigned\20int\2c\20skia_private::THashMap::Pair>::removeSlot\28int\29 +4059:skia_private::THashTable>\2c\20SkSL::IntrinsicKind\2c\20SkGoodHash>::Pair\2c\20std::__2::basic_string_view>\2c\20skia_private::THashMap>\2c\20SkSL::IntrinsicKind\2c\20SkGoodHash>::Pair>::resize\28int\29 +4060:skia_private::THashTable\2c\20skia::textlayout::OneLineShaper::FontKey::Hasher>::Pair\2c\20skia::textlayout::OneLineShaper::FontKey\2c\20skia_private::THashMap\2c\20skia::textlayout::OneLineShaper::FontKey::Hasher>::Pair>::uncheckedSet\28skia_private::THashMap\2c\20skia::textlayout::OneLineShaper::FontKey::Hasher>::Pair&&\29 +4061:skia_private::THashTable\2c\20skia::textlayout::OneLineShaper::FontKey::Hasher>::Pair\2c\20skia::textlayout::OneLineShaper::FontKey\2c\20skia_private::THashMap\2c\20skia::textlayout::OneLineShaper::FontKey::Hasher>::Pair>::Slot::emplace\28skia_private::THashMap\2c\20skia::textlayout::OneLineShaper::FontKey::Hasher>::Pair&&\2c\20unsigned\20int\29 +4062:skia_private::THashTable\2c\20std::__2::allocator>>\2c\20skia::textlayout::FontCollection::FamilyKey::Hasher>::Pair\2c\20skia::textlayout::FontCollection::FamilyKey\2c\20skia_private::THashMap\2c\20std::__2::allocator>>\2c\20skia::textlayout::FontCollection::FamilyKey::Hasher>::Pair>::uncheckedSet\28skia_private::THashMap\2c\20std::__2::allocator>>\2c\20skia::textlayout::FontCollection::FamilyKey::Hasher>::Pair&&\29 +4063:skia_private::THashTable::Pair\2c\20skgpu::UniqueKey\2c\20skia_private::THashMap::Pair>::uncheckedSet\28skia_private::THashMap::Pair&&\29 +4064:skia_private::THashTable\2c\20SkGoodHash>::Pair\2c\20SkString\2c\20skia_private::THashMap\2c\20SkGoodHash>::Pair>::uncheckedSet\28skia_private::THashMap\2c\20SkGoodHash>::Pair&&\29 +4065:skia_private::THashTable::Pair\2c\20SkSL::Variable\20const*\2c\20skia_private::THashMap::Pair>::operator=\28skia_private::THashTable::Pair\2c\20SkSL::Variable\20const*\2c\20skia_private::THashMap::Pair>\20const&\29 +4066:skia_private::THashTable::Pair\2c\20SkSL::SymbolTable::SymbolKey\2c\20skia_private::THashMap::Pair>::resize\28int\29 +4067:skia_private::THashTable\2c\20std::__2::allocator>\2c\20SkSL::Analysis::SpecializedFunctionKey::Hash>::Pair\2c\20SkSL::Analysis::SpecializedFunctionKey\2c\20skia_private::THashMap\2c\20std::__2::allocator>\2c\20SkSL::Analysis::SpecializedFunctionKey::Hash>::Pair>::uncheckedSet\28skia_private::THashMap\2c\20std::__2::allocator>\2c\20SkSL::Analysis::SpecializedFunctionKey::Hash>::Pair&&\29 +4068:skia_private::THashTable::Pair\2c\20SkSL::Analysis::SpecializedCallKey\2c\20skia_private::THashMap::Pair>::set\28skia_private::THashMap::Pair\29 +4069:skia_private::THashTable::Pair\2c\20SkPath\2c\20skia_private::THashMap::Pair>::uncheckedSet\28skia_private::THashMap::Pair&&\29 +4070:skia_private::THashTable>\2c\20SkGoodHash>::Pair\2c\20SkImageFilter\20const*\2c\20skia_private::THashMap>\2c\20SkGoodHash>::Pair>::uncheckedSet\28skia_private::THashMap>\2c\20SkGoodHash>::Pair&&\29 +4071:skia_private::THashTable>\2c\20SkGoodHash>::Pair\2c\20SkImageFilter\20const*\2c\20skia_private::THashMap>\2c\20SkGoodHash>::Pair>::resize\28int\29 +4072:skia_private::THashTable::AdaptedTraits>::uncheckedSet\28skgpu::ganesh::SmallPathShapeData*&&\29 +4073:skia_private::THashTable::AdaptedTraits>::resize\28int\29 +4074:skia_private::THashTable\2c\20SkDescriptor\20const&\2c\20sktext::gpu::StrikeCache::HashTraits>::resize\28int\29 +4075:skia_private::THashTable\2c\20SkDescriptor\2c\20SkStrikeCache::StrikeTraits>::resize\28int\29 +4076:skia_private::THashTable<\28anonymous\20namespace\29::CacheImpl::Value*\2c\20SkImageFilterCacheKey\2c\20SkTDynamicHash<\28anonymous\20namespace\29::CacheImpl::Value\2c\20SkImageFilterCacheKey\2c\20\28anonymous\20namespace\29::CacheImpl::Value>::AdaptedTraits>::uncheckedSet\28\28anonymous\20namespace\29::CacheImpl::Value*&&\29 +4077:skia_private::THashTable<\28anonymous\20namespace\29::CacheImpl::Value*\2c\20SkImageFilterCacheKey\2c\20SkTDynamicHash<\28anonymous\20namespace\29::CacheImpl::Value\2c\20SkImageFilterCacheKey\2c\20\28anonymous\20namespace\29::CacheImpl::Value>::AdaptedTraits>::resize\28int\29 +4078:skia_private::THashTable::ValueList*\2c\20skgpu::ScratchKey\2c\20SkTDynamicHash::ValueList\2c\20skgpu::ScratchKey\2c\20SkTMultiMap::ValueList>::AdaptedTraits>::uncheckedSet\28SkTMultiMap::ValueList*&&\29 +4079:skia_private::THashTable::ValueList*\2c\20skgpu::ScratchKey\2c\20SkTDynamicHash::ValueList\2c\20skgpu::ScratchKey\2c\20SkTMultiMap::ValueList>::AdaptedTraits>::resize\28int\29 +4080:skia_private::THashTable::ValueList*\2c\20skgpu::ScratchKey\2c\20SkTDynamicHash::ValueList\2c\20skgpu::ScratchKey\2c\20SkTMultiMap::ValueList>::AdaptedTraits>::uncheckedSet\28SkTMultiMap::ValueList*&&\29 +4081:skia_private::THashTable::ValueList*\2c\20skgpu::ScratchKey\2c\20SkTDynamicHash::ValueList\2c\20skgpu::ScratchKey\2c\20SkTMultiMap::ValueList>::AdaptedTraits>::resize\28int\29 +4082:skia_private::THashTable::resize\28int\29 +4083:skia_private::THashTable::Entry*\2c\20unsigned\20int\2c\20SkLRUCache::Traits>::removeIfExists\28unsigned\20int\20const&\29 +4084:skia_private::THashTable>\2c\20skia::textlayout::ParagraphCache::KeyHash\2c\20SkNoOpPurge>::Entry*\2c\20skia::textlayout::ParagraphCacheKey\2c\20SkLRUCache>\2c\20skia::textlayout::ParagraphCache::KeyHash\2c\20SkNoOpPurge>::Traits>::resize\28int\29 +4085:skia_private::THashTable>\2c\20GrGLGpu::ProgramCache::DescHash\2c\20SkNoOpPurge>::Entry*\2c\20GrProgramDesc\2c\20SkLRUCache>\2c\20GrGLGpu::ProgramCache::DescHash\2c\20SkNoOpPurge>::Traits>::uncheckedSet\28SkLRUCache>\2c\20GrGLGpu::ProgramCache::DescHash\2c\20SkNoOpPurge>::Entry*&&\29 +4086:skia_private::THashTable>\2c\20GrGLGpu::ProgramCache::DescHash\2c\20SkNoOpPurge>::Entry*\2c\20GrProgramDesc\2c\20SkLRUCache>\2c\20GrGLGpu::ProgramCache::DescHash\2c\20SkNoOpPurge>::Traits>::resize\28int\29 +4087:skia_private::THashTable::AdaptedTraits>::set\28GrThreadSafeCache::Entry*\29 +4088:skia_private::THashTable::AdaptedTraits>::resize\28int\29 +4089:skia_private::THashTable::AdaptedTraits>::removeIfExists\28skgpu::UniqueKey\20const&\29 +4090:skia_private::THashTable::AdaptedTraits>::resize\28int\29 +4091:skia_private::THashTable::Traits>::resize\28int\29 +4092:skia_private::THashSet::add\28FT_Opaque_Paint_\29 +4093:skia_private::THashMap\2c\20false>\2c\20SkGoodHash>::operator\5b\5d\28SkSL::FunctionDeclaration\20const*\20const&\29 +4094:skia_private::THashMap>\2c\20SkGoodHash>::remove\28SkImageFilter\20const*\20const&\29 +4095:skia_private::TArray::push_back_raw\28int\29 +4096:skia_private::TArray\2c\20std::__2::allocator>\2c\20false>::checkRealloc\28int\2c\20double\29 +4097:skia_private::TArray::~TArray\28\29 +4098:skia_private::TArray::installDataAndUpdateCapacity\28SkSpan\29 +4099:skia_private::TArray::operator=\28skia_private::TArray&&\29 +4100:skia_private::TArray::installDataAndUpdateCapacity\28SkSpan\29 +4101:skia_private::TArray::BufferFinishedMessage\2c\20false>::operator=\28skia_private::TArray::BufferFinishedMessage\2c\20false>&&\29 +4102:skia_private::TArray::BufferFinishedMessage\2c\20false>::installDataAndUpdateCapacity\28SkSpan\29 +4103:skia_private::TArray::operator=\28skia_private::TArray&&\29 +4104:skia_private::TArray\29::ReorderedArgument\2c\20false>::push_back\28SkSL::optimize_constructor_swizzle\28SkSL::Context\20const&\2c\20SkSL::Position\2c\20SkSL::ConstructorCompound\20const&\2c\20skia_private::FixedArray<4\2c\20signed\20char>\29::ReorderedArgument&&\29 +4105:skia_private::TArray::TArray\28skia_private::TArray&&\29 +4106:skia_private::TArray::swap\28skia_private::TArray&\29 +4107:skia_private::TArray\2c\20true>::operator=\28skia_private::TArray\2c\20true>&&\29 +4108:skia_private::TArray::push_back\28SkPath&&\29 +4109:skia_private::TArray::resize_back\28int\29 +4110:skia_private::TArray::push_back_raw\28int\29 +4111:skia_private::TArray::push_back_raw\28int\29 +4112:skia_private::TArray::push_back_raw\28int\29 +4113:skia_private::TArray::push_back_raw\28int\29 +4114:skia_private::TArray::move_back_n\28int\2c\20GrTextureProxy**\29 +4115:skia_private::TArray::operator=\28skia_private::TArray&&\29 +4116:skia_private::TArray::push_back_n\28int\2c\20EllipticalRRectOp::RRect\20const*\29 +4117:skia_png_zfree +4118:skia_png_write_zTXt +4119:skia_png_write_tIME +4120:skia_png_write_tEXt +4121:skia_png_write_iTXt +4122:skia_png_set_write_fn +4123:skia_png_set_unknown_chunks +4124:skia_png_set_swap +4125:skia_png_set_strip_16 +4126:skia_png_set_read_user_transform_fn +4127:skia_png_set_read_user_chunk_fn +4128:skia_png_set_option +4129:skia_png_set_mem_fn +4130:skia_png_set_expand_gray_1_2_4_to_8 +4131:skia_png_set_error_fn +4132:skia_png_set_compression_level +4133:skia_png_set_IHDR +4134:skia_png_read_filter_row +4135:skia_png_process_IDAT_data +4136:skia_png_icc_set_sRGB +4137:skia_png_icc_check_tag_table +4138:skia_png_icc_check_header +4139:skia_png_get_uint_31 +4140:skia_png_get_sBIT +4141:skia_png_get_rowbytes +4142:skia_png_get_error_ptr +4143:skia_png_get_bit_depth +4144:skia_png_get_IHDR +4145:skia_png_do_swap +4146:skia_png_do_read_transformations +4147:skia_png_do_read_interlace +4148:skia_png_do_packswap +4149:skia_png_do_invert +4150:skia_png_do_gray_to_rgb +4151:skia_png_do_expand +4152:skia_png_do_check_palette_indexes +4153:skia_png_do_bgr +4154:skia_png_destroy_png_struct +4155:skia_png_destroy_gamma_table +4156:skia_png_create_png_struct +4157:skia_png_create_info_struct +4158:skia_png_crc_read +4159:skia_png_colorspace_sync_info +4160:skia_png_check_IHDR +4161:skia::textlayout::TypefaceFontStyleSet::matchStyle\28SkFontStyle\20const&\29 +4162:skia::textlayout::TextStyle::matchOneAttribute\28skia::textlayout::StyleType\2c\20skia::textlayout::TextStyle\20const&\29\20const +4163:skia::textlayout::TextStyle::equals\28skia::textlayout::TextStyle\20const&\29\20const +4164:skia::textlayout::TextShadow::operator!=\28skia::textlayout::TextShadow\20const&\29\20const +4165:skia::textlayout::TextLine::paint\28skia::textlayout::ParagraphPainter*\2c\20float\2c\20float\29 +4166:skia::textlayout::TextLine::iterateThroughClustersInGlyphsOrder\28bool\2c\20bool\2c\20std::__2::function\20const&\29\20const::$_0::operator\28\29\28unsigned\20long\20const&\29\20const +4167:skia::textlayout::TextLine::getRectsForRange\28skia::textlayout::SkRange\2c\20skia::textlayout::RectHeightStyle\2c\20skia::textlayout::RectWidthStyle\2c\20std::__2::vector>&\29\20const::$_0::operator\28\29\28skia::textlayout::Run\20const*\2c\20float\2c\20skia::textlayout::SkRange\2c\20float*\29\20const::'lambda'\28skia::textlayout::SkRange\2c\20skia::textlayout::TextStyle\20const&\2c\20skia::textlayout::TextLine::ClipContext\20const&\29::operator\28\29\28skia::textlayout::SkRange\2c\20skia::textlayout::TextStyle\20const&\2c\20skia::textlayout::TextLine::ClipContext\20const&\29\20const::'lambda'\28SkRect\29::operator\28\29\28SkRect\29\20const +4168:skia::textlayout::TextLine::getMetrics\28\29\20const +4169:skia::textlayout::TextLine::ensureTextBlobCachePopulated\28\29 +4170:skia::textlayout::TextLine::buildTextBlob\28skia::textlayout::SkRange\2c\20skia::textlayout::TextStyle\20const&\2c\20skia::textlayout::TextLine::ClipContext\20const&\29 +4171:skia::textlayout::TextLine::TextLine\28skia::textlayout::ParagraphImpl*\2c\20SkPoint\2c\20SkPoint\2c\20skia::textlayout::SkRange\2c\20skia::textlayout::SkRange\2c\20skia::textlayout::SkRange\2c\20skia::textlayout::SkRange\2c\20skia::textlayout::SkRange\2c\20skia::textlayout::SkRange\2c\20float\2c\20skia::textlayout::InternalLineMetrics\29 +4172:skia::textlayout::TextLine&\20skia_private::TArray::emplace_back&\2c\20skia::textlayout::SkRange&\2c\20skia::textlayout::SkRange&\2c\20skia::textlayout::SkRange&\2c\20skia::textlayout::SkRange&\2c\20skia::textlayout::SkRange&\2c\20float&\2c\20skia::textlayout::InternalLineMetrics&>\28skia::textlayout::ParagraphImpl*&&\2c\20SkPoint&\2c\20SkPoint&\2c\20skia::textlayout::SkRange&\2c\20skia::textlayout::SkRange&\2c\20skia::textlayout::SkRange&\2c\20skia::textlayout::SkRange&\2c\20skia::textlayout::SkRange&\2c\20skia::textlayout::SkRange&\2c\20float&\2c\20skia::textlayout::InternalLineMetrics&\29 +4173:skia::textlayout::Run::shift\28skia::textlayout::Cluster\20const*\2c\20float\29 +4174:skia::textlayout::Run::newRunBuffer\28\29 +4175:skia::textlayout::Run::findLimitingGlyphClusters\28skia::textlayout::SkRange\29\20const +4176:skia::textlayout::Run::addSpacesAtTheEnd\28float\2c\20skia::textlayout::Cluster*\29 +4177:skia::textlayout::ParagraphStyle::effective_align\28\29\20const +4178:skia::textlayout::ParagraphStyle::ParagraphStyle\28\29 +4179:skia::textlayout::ParagraphPainter::DecorationStyle::DecorationStyle\28unsigned\20int\2c\20float\2c\20std::__2::optional\29 +4180:skia::textlayout::ParagraphImpl::~ParagraphImpl\28\29 +4181:skia::textlayout::ParagraphImpl::text\28skia::textlayout::SkRange\29 +4182:skia::textlayout::ParagraphImpl::resolveStrut\28\29 +4183:skia::textlayout::ParagraphImpl::getGlyphInfoAtUTF16Offset\28unsigned\20long\2c\20skia::textlayout::Paragraph::GlyphInfo*\29 +4184:skia::textlayout::ParagraphImpl::getGlyphClusterAt\28unsigned\20long\2c\20skia::textlayout::Paragraph::GlyphClusterInfo*\29 +4185:skia::textlayout::ParagraphImpl::findPreviousGraphemeBoundary\28unsigned\20long\29\20const +4186:skia::textlayout::ParagraphImpl::computeEmptyMetrics\28\29 +4187:skia::textlayout::ParagraphImpl::clusters\28skia::textlayout::SkRange\29 +4188:skia::textlayout::ParagraphImpl::block\28unsigned\20long\29 +4189:skia::textlayout::ParagraphCacheValue::~ParagraphCacheValue\28\29 +4190:skia::textlayout::ParagraphCacheKey::ParagraphCacheKey\28skia::textlayout::ParagraphImpl\20const*\29 +4191:skia::textlayout::ParagraphBuilderImpl::~ParagraphBuilderImpl\28\29 +4192:skia::textlayout::ParagraphBuilderImpl::make\28skia::textlayout::ParagraphStyle\20const&\2c\20sk_sp\2c\20sk_sp\29 +4193:skia::textlayout::ParagraphBuilderImpl::addPlaceholder\28skia::textlayout::PlaceholderStyle\20const&\2c\20bool\29 +4194:skia::textlayout::ParagraphBuilderImpl::ParagraphBuilderImpl\28skia::textlayout::ParagraphStyle\20const&\2c\20sk_sp\2c\20sk_sp\29 +4195:skia::textlayout::Paragraph::~Paragraph\28\29 +4196:skia::textlayout::OneLineShaper::clusteredText\28skia::textlayout::SkRange&\29 +4197:skia::textlayout::FontCollection::~FontCollection\28\29 +4198:skia::textlayout::FontCollection::matchTypeface\28SkString\20const&\2c\20SkFontStyle\29 +4199:skia::textlayout::FontCollection::defaultFallback\28int\2c\20SkFontStyle\2c\20SkString\20const&\2c\20std::__2::optional\20const&\29 +4200:skia::textlayout::FontCollection::FamilyKey::Hasher::operator\28\29\28skia::textlayout::FontCollection::FamilyKey\20const&\29\20const +4201:skhdr::Metadata::getMasteringDisplayColorVolume\28skhdr::MasteringDisplayColorVolume*\29\20const +4202:skhdr::Metadata::getContentLightLevelInformation\28skhdr::ContentLightLevelInformation*\29\20const +4203:skgpu::tess::\28anonymous\20namespace\29::write_curve_index_buffer_base_index\28skgpu::VertexWriter\2c\20unsigned\20long\2c\20unsigned\20short\29 +4204:skgpu::tess::StrokeIterator::next\28\29 +4205:skgpu::tess::StrokeIterator::finishOpenContour\28\29 +4206:skgpu::tess::PreChopPathCurves\28float\2c\20SkPath\20const&\2c\20SkMatrix\20const&\2c\20SkRect\20const&\29 +4207:skgpu::ganesh::\28anonymous\20namespace\29::SmallPathOp::~SmallPathOp\28\29 +4208:skgpu::ganesh::\28anonymous\20namespace\29::SmallPathOp::SmallPathOp\28GrProcessorSet*\2c\20SkRGBA4f<\28SkAlphaType\292>\20const&\2c\20GrStyledShape\20const&\2c\20SkMatrix\20const&\2c\20bool\2c\20GrUserStencilSettings\20const*\29 +4209:skgpu::ganesh::\28anonymous\20namespace\29::ChopPathIfNecessary\28SkMatrix\20const&\2c\20GrStyledShape\20const&\2c\20SkIRect\20const&\2c\20SkStrokeRec\20const&\2c\20SkPath*\29 +4210:skgpu::ganesh::\28anonymous\20namespace\29::AAFlatteningConvexPathOp::recordDraw\28GrMeshDrawTarget*\2c\20int\2c\20unsigned\20long\2c\20void*\2c\20int\2c\20unsigned\20short*\29 +4211:skgpu::ganesh::\28anonymous\20namespace\29::AAFlatteningConvexPathOp::AAFlatteningConvexPathOp\28GrProcessorSet*\2c\20SkRGBA4f<\28SkAlphaType\292>\20const&\2c\20SkMatrix\20const&\2c\20SkPath\20const&\2c\20float\2c\20SkStrokeRec::Style\2c\20SkPaint::Join\2c\20float\2c\20GrUserStencilSettings\20const*\29 +4212:skgpu::ganesh::\28anonymous\20namespace\29::AAConvexPathOp::AAConvexPathOp\28GrProcessorSet*\2c\20SkRGBA4f<\28SkAlphaType\292>\20const&\2c\20SkMatrix\20const&\2c\20SkPath\20const&\2c\20GrUserStencilSettings\20const*\29 +4213:skgpu::ganesh::TextureOp::Make\28GrRecordingContext*\2c\20GrSurfaceProxyView\2c\20SkAlphaType\2c\20sk_sp\2c\20SkFilterMode\2c\20SkMipmapMode\2c\20SkRGBA4f<\28SkAlphaType\292>\20const&\2c\20skgpu::ganesh::TextureOp::Saturate\2c\20SkBlendMode\2c\20GrAAType\2c\20DrawQuad*\2c\20SkRect\20const*\29 +4214:skgpu::ganesh::TessellationPathRenderer::IsSupported\28GrCaps\20const&\29 +4215:skgpu::ganesh::SurfaceFillContext::fillRectToRectWithFP\28SkIRect\20const&\2c\20SkIRect\20const&\2c\20std::__2::unique_ptr>\29 +4216:skgpu::ganesh::SurfaceFillContext::blitTexture\28GrSurfaceProxyView\2c\20SkIRect\20const&\2c\20SkIPoint\20const&\29 +4217:skgpu::ganesh::SurfaceFillContext::addOp\28std::__2::unique_ptr>\29 +4218:skgpu::ganesh::SurfaceFillContext::addDrawOp\28std::__2::unique_ptr>\29 +4219:skgpu::ganesh::SurfaceDrawContext::~SurfaceDrawContext\28\29_10236 +4220:skgpu::ganesh::SurfaceDrawContext::drawVertices\28GrClip\20const*\2c\20GrPaint&&\2c\20SkMatrix\20const&\2c\20sk_sp\2c\20GrPrimitiveType*\2c\20bool\29 +4221:skgpu::ganesh::SurfaceDrawContext::drawTexturedQuad\28GrClip\20const*\2c\20GrSurfaceProxyView\2c\20SkAlphaType\2c\20sk_sp\2c\20SkFilterMode\2c\20SkMipmapMode\2c\20SkRGBA4f<\28SkAlphaType\292>\20const&\2c\20SkBlendMode\2c\20DrawQuad*\2c\20SkRect\20const*\29 +4222:skgpu::ganesh::SurfaceDrawContext::drawTexture\28GrClip\20const*\2c\20GrSurfaceProxyView\2c\20SkAlphaType\2c\20SkFilterMode\2c\20SkMipmapMode\2c\20SkBlendMode\2c\20SkRGBA4f<\28SkAlphaType\292>\20const&\2c\20SkRect\20const&\2c\20SkRect\20const&\2c\20GrQuadAAFlags\2c\20SkCanvas::SrcRectConstraint\2c\20SkMatrix\20const&\2c\20sk_sp\29 +4223:skgpu::ganesh::SurfaceDrawContext::drawStrokedLine\28GrClip\20const*\2c\20GrPaint&&\2c\20GrAA\2c\20SkMatrix\20const&\2c\20SkPoint\20const*\2c\20SkStrokeRec\20const&\29 +4224:skgpu::ganesh::SurfaceDrawContext::drawRegion\28GrClip\20const*\2c\20GrPaint&&\2c\20GrAA\2c\20SkMatrix\20const&\2c\20SkRegion\20const&\2c\20GrStyle\20const&\2c\20GrUserStencilSettings\20const*\29 +4225:skgpu::ganesh::SurfaceDrawContext::drawOval\28GrClip\20const*\2c\20GrPaint&&\2c\20GrAA\2c\20SkMatrix\20const&\2c\20SkRect\20const&\2c\20GrStyle\20const&\29 +4226:skgpu::ganesh::SurfaceDrawContext::SurfaceDrawContext\28GrRecordingContext*\2c\20GrSurfaceProxyView\2c\20GrSurfaceProxyView\2c\20GrColorType\2c\20sk_sp\2c\20SkSurfaceProps\20const&\29 +4227:skgpu::ganesh::SurfaceContext::~SurfaceContext\28\29 +4228:skgpu::ganesh::SurfaceContext::writePixels\28GrDirectContext*\2c\20GrCPixmap\2c\20SkIPoint\29 +4229:skgpu::ganesh::SurfaceContext::copy\28sk_sp\2c\20SkIRect\2c\20SkIPoint\29 +4230:skgpu::ganesh::SurfaceContext::copyScaled\28sk_sp\2c\20SkIRect\2c\20SkIRect\2c\20SkFilterMode\29 +4231:skgpu::ganesh::SurfaceContext::asyncRescaleAndReadPixels\28GrDirectContext*\2c\20SkImageInfo\20const&\2c\20SkIRect\20const&\2c\20SkImage::RescaleGamma\2c\20SkImage::RescaleMode\2c\20void\20\28*\29\28void*\2c\20std::__2::unique_ptr>\29\2c\20void*\29 +4232:skgpu::ganesh::SurfaceContext::asyncRescaleAndReadPixelsYUV420\28GrDirectContext*\2c\20SkYUVColorSpace\2c\20bool\2c\20sk_sp\2c\20SkIRect\20const&\2c\20SkISize\2c\20SkImage::RescaleGamma\2c\20SkImage::RescaleMode\2c\20void\20\28*\29\28void*\2c\20std::__2::unique_ptr>\29\2c\20void*\29::FinishContext::~FinishContext\28\29 +4233:skgpu::ganesh::SurfaceContext::asyncRescaleAndReadPixelsYUV420\28GrDirectContext*\2c\20SkYUVColorSpace\2c\20bool\2c\20sk_sp\2c\20SkIRect\20const&\2c\20SkISize\2c\20SkImage::RescaleGamma\2c\20SkImage::RescaleMode\2c\20void\20\28*\29\28void*\2c\20std::__2::unique_ptr>\29\2c\20void*\29 +4234:skgpu::ganesh::SurfaceContext::SurfaceContext\28GrRecordingContext*\2c\20GrSurfaceProxyView\2c\20GrColorInfo\20const&\29 +4235:skgpu::ganesh::StrokeTessellator::draw\28GrOpFlushState*\29\20const +4236:skgpu::ganesh::StrokeTessellateOp::prePrepareTessellator\28GrTessellationShader::ProgramArgs&&\2c\20GrAppliedClip&&\29 +4237:skgpu::ganesh::StrokeRectOp::\28anonymous\20namespace\29::NonAAStrokeRectOp::NonAAStrokeRectOp\28GrProcessorSet*\2c\20SkRGBA4f<\28SkAlphaType\292>\20const&\2c\20GrSimpleMeshDrawOpHelper::InputFlags\2c\20SkMatrix\20const&\2c\20SkRect\20const&\2c\20SkStrokeRec\20const&\2c\20GrAAType\29 +4238:skgpu::ganesh::StrokeRectOp::\28anonymous\20namespace\29::AAStrokeRectOp::AAStrokeRectOp\28GrProcessorSet*\2c\20SkRGBA4f<\28SkAlphaType\292>\20const&\2c\20SkMatrix\20const&\2c\20skgpu::ganesh::StrokeRectOp::\28anonymous\20namespace\29::AAStrokeRectOp::RectInfo\20const&\2c\20bool\29 +4239:skgpu::ganesh::StencilMaskHelper::drawShape\28GrShape\20const&\2c\20SkMatrix\20const&\2c\20SkRegion::Op\2c\20GrAA\29 +4240:skgpu::ganesh::SoftwarePathRenderer::DrawAroundInvPath\28skgpu::ganesh::SurfaceDrawContext*\2c\20GrPaint&&\2c\20GrUserStencilSettings\20const&\2c\20GrClip\20const*\2c\20SkMatrix\20const&\2c\20SkIRect\20const&\2c\20SkIRect\20const&\29 +4241:skgpu::ganesh::SmallPathAtlasMgr::~SmallPathAtlasMgr\28\29_11733 +4242:skgpu::ganesh::SmallPathAtlasMgr::findOrCreate\28skgpu::ganesh::SmallPathShapeDataKey\20const&\29 +4243:skgpu::ganesh::SmallPathAtlasMgr::deleteCacheEntry\28skgpu::ganesh::SmallPathShapeData*\29 +4244:skgpu::ganesh::ShadowRRectOp::Make\28GrRecordingContext*\2c\20unsigned\20int\2c\20SkMatrix\20const&\2c\20SkRRect\20const&\2c\20float\2c\20float\29 +4245:skgpu::ganesh::RegionOp::\28anonymous\20namespace\29::RegionOpImpl::RegionOpImpl\28GrProcessorSet*\2c\20SkRGBA4f<\28SkAlphaType\292>\20const&\2c\20SkMatrix\20const&\2c\20SkRegion\20const&\2c\20GrAAType\2c\20GrUserStencilSettings\20const*\29 +4246:skgpu::ganesh::RasterAsView\28GrRecordingContext*\2c\20SkImage_Raster\20const*\2c\20skgpu::Mipmapped\2c\20GrImageTexGenPolicy\29 +4247:skgpu::ganesh::QuadPerEdgeAA::Tessellator::append\28GrQuad*\2c\20GrQuad*\2c\20SkRGBA4f<\28SkAlphaType\292>\20const&\2c\20SkRect\20const&\2c\20GrQuadAAFlags\29 +4248:skgpu::ganesh::QuadPerEdgeAA::Tessellator::Tessellator\28skgpu::ganesh::QuadPerEdgeAA::VertexSpec\20const&\2c\20char*\29 +4249:skgpu::ganesh::QuadPerEdgeAA::QuadPerEdgeAAGeometryProcessor::initializeAttrs\28skgpu::ganesh::QuadPerEdgeAA::VertexSpec\20const&\29 +4250:skgpu::ganesh::QuadPerEdgeAA::IssueDraw\28GrCaps\20const&\2c\20GrOpsRenderPass*\2c\20skgpu::ganesh::QuadPerEdgeAA::VertexSpec\20const&\2c\20int\2c\20int\2c\20int\2c\20int\29 +4251:skgpu::ganesh::QuadPerEdgeAA::GetIndexBuffer\28GrMeshDrawTarget*\2c\20skgpu::ganesh::QuadPerEdgeAA::IndexBufferOption\29 +4252:skgpu::ganesh::PathTessellateOp::usesMSAA\28\29\20const +4253:skgpu::ganesh::PathTessellateOp::prepareTessellator\28GrTessellationShader::ProgramArgs\20const&\2c\20GrAppliedClip&&\29 +4254:skgpu::ganesh::PathTessellateOp::PathTessellateOp\28SkArenaAlloc*\2c\20GrAAType\2c\20GrUserStencilSettings\20const*\2c\20SkMatrix\20const&\2c\20SkPath\20const&\2c\20GrPaint&&\2c\20SkRect\20const&\29 +4255:skgpu::ganesh::PathStencilCoverOp::prePreparePrograms\28GrTessellationShader::ProgramArgs\20const&\2c\20GrAppliedClip&&\29 +4256:skgpu::ganesh::PathInnerTriangulateOp::prePreparePrograms\28GrTessellationShader::ProgramArgs\20const&\2c\20GrAppliedClip&&\29 +4257:skgpu::ganesh::PathCurveTessellator::~PathCurveTessellator\28\29 +4258:skgpu::ganesh::PathCurveTessellator::prepareWithTriangles\28GrMeshDrawTarget*\2c\20SkMatrix\20const&\2c\20GrTriangulator::BreadcrumbTriangleList*\2c\20skgpu::ganesh::PathTessellator::PathDrawList\20const&\2c\20int\29 +4259:skgpu::ganesh::OpsTask::onMakeClosed\28GrRecordingContext*\2c\20SkIRect*\29 +4260:skgpu::ganesh::OpsTask::onExecute\28GrOpFlushState*\29 +4261:skgpu::ganesh::OpsTask::addOp\28GrDrawingManager*\2c\20std::__2::unique_ptr>\2c\20GrTextureResolveManager\2c\20GrCaps\20const&\29 +4262:skgpu::ganesh::OpsTask::addDrawOp\28GrDrawingManager*\2c\20std::__2::unique_ptr>\2c\20bool\2c\20GrProcessorSet::Analysis\20const&\2c\20GrAppliedClip&&\2c\20GrDstProxyView\20const&\2c\20GrTextureResolveManager\2c\20GrCaps\20const&\29 +4263:skgpu::ganesh::OpsTask::OpsTask\28GrDrawingManager*\2c\20GrSurfaceProxyView\2c\20GrAuditTrail*\2c\20sk_sp\29 +4264:skgpu::ganesh::OpsTask::OpChain::tryConcat\28skgpu::ganesh::OpsTask::OpChain::List*\2c\20GrProcessorSet::Analysis\2c\20GrDstProxyView\20const&\2c\20GrAppliedClip\20const*\2c\20SkRect\20const&\2c\20GrCaps\20const&\2c\20SkArenaAlloc*\2c\20GrAuditTrail*\29 +4265:skgpu::ganesh::LockTextureProxyView\28GrRecordingContext*\2c\20SkImage_Lazy\20const*\2c\20GrImageTexGenPolicy\2c\20skgpu::Mipmapped\29 +4266:skgpu::ganesh::LatticeOp::\28anonymous\20namespace\29::NonAALatticeOp::~NonAALatticeOp\28\29 +4267:skgpu::ganesh::LatticeOp::\28anonymous\20namespace\29::NonAALatticeOp::NonAALatticeOp\28GrProcessorSet*\2c\20SkRGBA4f<\28SkAlphaType\292>\20const&\2c\20SkMatrix\20const&\2c\20GrSurfaceProxyView\2c\20SkAlphaType\2c\20sk_sp\2c\20SkFilterMode\2c\20std::__2::unique_ptr>\2c\20SkRect\20const&\29 +4268:skgpu::ganesh::FillRRectOp::\28anonymous\20namespace\29::FillRRectOpImpl::programInfo\28\29 +4269:skgpu::ganesh::FillRRectOp::\28anonymous\20namespace\29::FillRRectOpImpl::Make\28GrRecordingContext*\2c\20SkArenaAlloc*\2c\20GrPaint&&\2c\20SkMatrix\20const&\2c\20SkRRect\20const&\2c\20skgpu::ganesh::FillRRectOp::\28anonymous\20namespace\29::FillRRectOpImpl::LocalCoords\20const&\2c\20GrAA\29 +4270:skgpu::ganesh::FillRRectOp::\28anonymous\20namespace\29::FillRRectOpImpl::FillRRectOpImpl\28GrProcessorSet*\2c\20SkRGBA4f<\28SkAlphaType\292>\20const&\2c\20SkArenaAlloc*\2c\20SkMatrix\20const&\2c\20SkRRect\20const&\2c\20skgpu::ganesh::FillRRectOp::\28anonymous\20namespace\29::FillRRectOpImpl::LocalCoords\20const&\2c\20skgpu::ganesh::FillRRectOp::\28anonymous\20namespace\29::FillRRectOpImpl::ProcessorFlags\29 +4271:skgpu::ganesh::DrawAtlasPathOp::prepareProgram\28GrCaps\20const&\2c\20SkArenaAlloc*\2c\20GrSurfaceProxyView\20const&\2c\20bool\2c\20GrAppliedClip&&\2c\20GrDstProxyView\20const&\2c\20GrXferBarrierFlags\2c\20GrLoadOp\29 +4272:skgpu::ganesh::Device::replaceBackingProxy\28SkSurface::ContentChangeMode\2c\20sk_sp\2c\20GrColorType\2c\20sk_sp\2c\20GrSurfaceOrigin\2c\20SkSurfaceProps\20const&\29 +4273:skgpu::ganesh::Device::drawPath\28SkPath\20const&\2c\20SkPaint\20const&\29 +4274:skgpu::ganesh::Device::drawEdgeAAImage\28SkImage\20const*\2c\20SkRect\20const&\2c\20SkRect\20const&\2c\20SkPoint\20const*\2c\20SkCanvas::QuadAAFlags\2c\20SkMatrix\20const&\2c\20SkSamplingOptions\20const&\2c\20SkPaint\20const&\2c\20SkCanvas::SrcRectConstraint\2c\20SkMatrix\20const&\2c\20SkTileMode\29 +4275:skgpu::ganesh::Device::discard\28\29 +4276:skgpu::ganesh::Device::android_utils_clipAsRgn\28SkRegion*\29\20const +4277:skgpu::ganesh::DefaultPathRenderer::internalDrawPath\28skgpu::ganesh::SurfaceDrawContext*\2c\20GrPaint&&\2c\20GrAAType\2c\20GrUserStencilSettings\20const&\2c\20GrClip\20const*\2c\20SkMatrix\20const&\2c\20GrStyledShape\20const&\2c\20bool\29 +4278:skgpu::ganesh::DashOp::\28anonymous\20namespace\29::DashingCircleEffect::addToKey\28GrShaderCaps\20const&\2c\20skgpu::KeyBuilder*\29\20const +4279:skgpu::ganesh::CopyView\28GrRecordingContext*\2c\20GrSurfaceProxyView\2c\20skgpu::Mipmapped\2c\20GrImageTexGenPolicy\2c\20std::__2::basic_string_view>\29 +4280:skgpu::ganesh::ClipStack::clipPath\28SkMatrix\20const&\2c\20SkPath\20const&\2c\20GrAA\2c\20SkClipOp\29 +4281:skgpu::ganesh::ClipStack::SaveRecord::replaceWithElement\28skgpu::ganesh::ClipStack::RawElement&&\2c\20SkTBlockList*\29 +4282:skgpu::ganesh::ClipStack::SaveRecord::addElement\28skgpu::ganesh::ClipStack::RawElement&&\2c\20SkTBlockList*\29 +4283:skgpu::ganesh::ClipStack::RawElement::contains\28skgpu::ganesh::ClipStack::Draw\20const&\29\20const +4284:skgpu::ganesh::AtlasTextOp::onCreateProgramInfo\28GrCaps\20const*\2c\20SkArenaAlloc*\2c\20GrSurfaceProxyView\20const&\2c\20bool\2c\20GrAppliedClip&&\2c\20GrDstProxyView\20const&\2c\20GrXferBarrierFlags\2c\20GrLoadOp\29 +4285:skgpu::ganesh::AtlasTextOp::Make\28skgpu::ganesh::SurfaceDrawContext*\2c\20sktext::gpu::AtlasSubRun\20const*\2c\20GrClip\20const*\2c\20SkMatrix\20const&\2c\20SkPoint\2c\20SkPaint\20const&\2c\20sk_sp&&\29 +4286:skgpu::ganesh::AtlasRenderTask::stencilAtlasRect\28GrRecordingContext*\2c\20SkRect\20const&\2c\20SkRGBA4f<\28SkAlphaType\292>\20const&\2c\20GrUserStencilSettings\20const*\29 +4287:skgpu::ganesh::AtlasRenderTask::addPath\28SkMatrix\20const&\2c\20SkPath\20const&\2c\20SkIPoint\2c\20int\2c\20int\2c\20bool\2c\20SkIPoint16*\29 +4288:skgpu::ganesh::AtlasPathRenderer::preFlush\28GrOnFlushResourceProvider*\29 +4289:skgpu::ganesh::AtlasPathRenderer::addPathToAtlas\28GrRecordingContext*\2c\20SkMatrix\20const&\2c\20SkPath\20const&\2c\20SkRect\20const&\2c\20SkIRect*\2c\20SkIPoint16*\2c\20bool*\2c\20std::__2::function\20const&\29 +4290:skgpu::ganesh::AsFragmentProcessor\28skgpu::ganesh::SurfaceDrawContext*\2c\20SkImage\20const*\2c\20SkSamplingOptions\2c\20SkTileMode\20const*\2c\20SkMatrix\20const&\2c\20SkRect\20const*\2c\20SkRect\20const*\29 +4291:skgpu::TiledTextureUtils::OptimizeSampleArea\28SkISize\20const&\2c\20SkRect\20const&\2c\20SkRect\20const&\2c\20SkPoint\20const*\2c\20SkRect*\2c\20SkRect*\2c\20SkMatrix*\29 +4292:skgpu::TClientMappedBufferManager::process\28\29 +4293:skgpu::TAsyncReadResult::~TAsyncReadResult\28\29 +4294:skgpu::RectanizerSkyline::addRect\28int\2c\20int\2c\20SkIPoint16*\29 +4295:skgpu::Plot::Plot\28int\2c\20int\2c\20skgpu::AtlasGenerationCounter*\2c\20int\2c\20int\2c\20int\2c\20int\2c\20SkColorType\2c\20unsigned\20long\29 +4296:skgpu::GetReducedBlendModeInfo\28SkBlendMode\29 +4297:skgpu::CreateIntegralTable\28int\29 +4298:skgpu::BlendFuncName\28SkBlendMode\29 +4299:skcpu::clipHandlesSprite\28SkRasterClip\20const&\2c\20int\2c\20int\2c\20SkPixmap\20const&\29 +4300:skcpu::DrawToMask\28SkPathRaw\20const&\2c\20SkIRect\20const&\2c\20SkMaskFilter\20const*\2c\20SkMatrix\20const*\2c\20SkMaskBuilder*\2c\20SkMaskBuilder::CreateMode\2c\20SkStrokeRec::InitStyle\29 +4301:skcpu::Draw::drawSprite\28SkBitmap\20const&\2c\20int\2c\20int\2c\20SkPaint\20const&\29\20const +4302:skcpu::Draw::drawRRectNinePatch\28SkRRect\20const&\2c\20SkPaint\20const&\29\20const +4303:skcpu::Draw::drawPaint\28SkPaint\20const&\29\20const +4304:skcpu::Draw::drawDevMask\28SkMask\20const&\2c\20SkPaint\20const&\2c\20SkMatrix\20const*\29\20const +4305:skcms_private::baseline::exec_stages\28skcms_private::Op\20const*\2c\20void\20const**\2c\20char\20const*\2c\20char*\2c\20int\29 +4306:skcms_private::baseline::clut\28unsigned\20int\2c\20unsigned\20int\2c\20unsigned\20char\20const*\2c\20unsigned\20char\20const*\2c\20unsigned\20char\20const*\2c\20float\20vector\5b4\5d*\2c\20float\20vector\5b4\5d*\2c\20float\20vector\5b4\5d*\2c\20float\20vector\5b4\5d*\29 +4307:skcms_ApproximatelyEqualProfiles +4308:sk_sp*\20std::__2::vector\2c\20std::__2::allocator>>::__emplace_back_slow_path>\28sk_sp&&\29 +4309:sk_sp\20sk_make_sp\2c\20SkSurfaceProps\20const*&>\28skcpu::RecorderImpl*&&\2c\20SkImageInfo\20const&\2c\20sk_sp&&\2c\20SkSurfaceProps\20const*&\29 +4310:sk_sp*\20emscripten::internal::MemberAccess>::getWire\28sk_sp\20SkRuntimeEffect::TracedShader::*\20const&\2c\20SkRuntimeEffect::TracedShader&\29 +4311:sk_fopen\28char\20const*\2c\20SkFILE_Flags\29 +4312:sk_fgetsize\28_IO_FILE*\29 +4313:sk_fclose\28_IO_FILE*\29 +4314:setup_masks_arabic_plan\28arabic_shape_plan_t\20const*\2c\20hb_buffer_t*\2c\20hb_script_t\29 +4315:set_khr_debug_label\28GrGLGpu*\2c\20unsigned\20int\2c\20std::__2::basic_string_view>\29 +4316:set_as_oval\28SkPathRaw*\2c\20SkSpan\2c\20SkRect\20const&\2c\20SkPathDirection\2c\20unsigned\20int\29 +4317:setThrew +4318:setCommonICUData\28UDataMemory*\2c\20signed\20char\2c\20UErrorCode*\29 +4319:serialize_image\28SkImage\20const*\2c\20SkSerialProcs\29 +4320:send_tree +4321:select_curve_ops\28skcms_Curve\20const*\2c\20int\2c\20OpAndArg*\29 +4322:sect_with_vertical\28SkPoint\20const*\2c\20float\29 +4323:sect_with_horizontal\28SkPoint\20const*\2c\20float\29 +4324:scanexp +4325:scalbnl +4326:rewind_if_necessary\28GrTriangulator::Edge*\2c\20GrTriangulator::EdgeList*\2c\20GrTriangulator::Vertex**\2c\20GrTriangulator::Comparator\20const&\29 +4327:resolveImplicitLevels\28UBiDi*\2c\20int\2c\20int\2c\20unsigned\20char\2c\20unsigned\20char\29 +4328:reset_and_decode_image_config\28wuffs_gif__decoder__struct*\2c\20wuffs_base__image_config__struct*\2c\20wuffs_base__io_buffer__struct*\2c\20SkStream*\29 +4329:res_unload_74 +4330:res_countArrayItems_74 +4331:renderbuffer_storage_msaa\28GrGLGpu*\2c\20int\2c\20unsigned\20int\2c\20int\2c\20int\29 +4332:recursive_edge_intersect\28GrTriangulator::Line\20const&\2c\20SkPoint\2c\20SkPoint\2c\20GrTriangulator::Line\20const&\2c\20SkPoint\2c\20SkPoint\2c\20SkPoint*\2c\20double*\2c\20double*\29 +4333:reclassify_vertex\28TriangulationVertex*\2c\20SkPoint\20const*\2c\20int\2c\20ReflexHash*\2c\20SkTInternalLList*\29 +4334:quad_intercept_v\28SkPoint\20const*\2c\20float\2c\20float\2c\20double*\29 +4335:quad_intercept_h\28SkPoint\20const*\2c\20float\2c\20float\2c\20double*\29 +4336:quad_in_line\28SkPoint\20const*\29 +4337:psh_hint_table_init +4338:psh_hint_table_find_strong_points +4339:psh_hint_table_activate_mask +4340:psh_hint_align +4341:psh_glyph_interpolate_strong_points +4342:psh_glyph_interpolate_other_points +4343:psh_glyph_interpolate_normal_points +4344:psh_blues_set_zones +4345:ps_parser_load_field +4346:ps_dimension_end +4347:ps_dimension_done +4348:ps_builder_start_point +4349:printf_core +4350:position_cluster\28hb_ot_shape_plan_t\20const*\2c\20hb_font_t*\2c\20hb_buffer_t*\2c\20unsigned\20int\2c\20unsigned\20int\2c\20bool\29 +4351:portable::uniform_color\28portable::Params*\2c\20SkRasterPipelineStage*\2c\20float\2c\20float\2c\20float\2c\20float\29 +4352:portable::set_rgb\28portable::Params*\2c\20SkRasterPipelineStage*\2c\20float\2c\20float\2c\20float\2c\20float\29 +4353:portable::memset64\28unsigned\20long\20long*\2c\20unsigned\20long\20long\2c\20int\29 +4354:portable::debug_y\28portable::Params*\2c\20SkRasterPipelineStage*\2c\20float\2c\20float\2c\20float\2c\20float\29 +4355:portable::debug_x\28portable::Params*\2c\20SkRasterPipelineStage*\2c\20float\2c\20float\2c\20float\2c\20float\29 +4356:portable::copy_from_indirect_unmasked\28portable::Params*\2c\20SkRasterPipelineStage*\2c\20float\2c\20float\2c\20float\2c\20float\29 +4357:portable::copy_2_slots_unmasked\28portable::Params*\2c\20SkRasterPipelineStage*\2c\20float\2c\20float\2c\20float\2c\20float\29 +4358:portable::check_decal_mask\28portable::Params*\2c\20SkRasterPipelineStage*\2c\20float\2c\20float\2c\20float\2c\20float\29 +4359:portable::bilerp_clamp_8888\28portable::Params*\2c\20SkRasterPipelineStage*\2c\20float\2c\20float\2c\20float\2c\20float\29 +4360:pop_arg +4361:pntz +4362:png_inflate +4363:png_deflate_claim +4364:png_decompress_chunk +4365:png_cache_unknown_chunk +4366:operator_new_impl\28unsigned\20long\29 +4367:operator==\28SkPaint\20const&\2c\20SkPaint\20const&\29 +4368:open_face +4369:openCommonData\28char\20const*\2c\20int\2c\20UErrorCode*\29 +4370:offsetTOCEntryCount\28UDataMemory\20const*\29 +4371:non-virtual\20thunk\20to\20SkMeshPriv::CpuBuffer::~CpuBuffer\28\29_2626 +4372:non-virtual\20thunk\20to\20SkMeshPriv::CpuBuffer::~CpuBuffer\28\29 +4373:non-virtual\20thunk\20to\20SkMeshPriv::CpuBuffer::size\28\29\20const +4374:non-virtual\20thunk\20to\20SkMeshPriv::CpuBuffer::onUpdate\28GrDirectContext*\2c\20void\20const*\2c\20unsigned\20long\2c\20unsigned\20long\29 +4375:nearly_equal\28double\2c\20double\29 +4376:mbsrtowcs +4377:map_quad_general\28skvx::Vec<4\2c\20float>\20const&\2c\20skvx::Vec<4\2c\20float>\20const&\2c\20SkMatrix\20const&\2c\20skvx::Vec<4\2c\20float>*\2c\20skvx::Vec<4\2c\20float>*\2c\20skvx::Vec<4\2c\20float>*\29 +4378:make_tiled_gradient\28GrFPArgs\20const&\2c\20std::__2::unique_ptr>\2c\20std::__2::unique_ptr>\2c\20bool\2c\20bool\29 +4379:make_premul_effect\28std::__2::unique_ptr>\29 +4380:make_dual_interval_colorizer\28SkRGBA4f<\28SkAlphaType\292>\20const&\2c\20SkRGBA4f<\28SkAlphaType\292>\20const&\2c\20SkRGBA4f<\28SkAlphaType\292>\20const&\2c\20SkRGBA4f<\28SkAlphaType\292>\20const&\2c\20float\29 +4381:make_clamped_gradient\28std::__2::unique_ptr>\2c\20std::__2::unique_ptr>\2c\20SkRGBA4f<\28SkAlphaType\292>\2c\20SkRGBA4f<\28SkAlphaType\292>\2c\20bool\29 +4382:make_bmp_proxy\28GrProxyProvider*\2c\20SkBitmap\20const&\2c\20GrColorType\2c\20skgpu::Mipmapped\2c\20SkBackingFit\2c\20skgpu::Budgeted\29 +4383:longest_match +4384:long\20std::__2::__num_get_signed_integral\5babi:nn180100\5d\28char\20const*\2c\20char\20const*\2c\20unsigned\20int&\2c\20int\29 +4385:long\20long\20std::__2::__num_get_signed_integral\5babi:nn180100\5d\28char\20const*\2c\20char\20const*\2c\20unsigned\20int&\2c\20int\29 +4386:long\20double\20std::__2::__num_get_float\5babi:nn180100\5d\28char\20const*\2c\20char\20const*\2c\20unsigned\20int&\29 +4387:load_post_names +4388:line_intercept_v\28SkPoint\20const*\2c\20float\2c\20float\2c\20double*\29 +4389:line_intercept_h\28SkPoint\20const*\2c\20float\2c\20float\2c\20double*\29 +4390:legalfunc$_embind_register_bigint +4391:jpeg_open_backing_store +4392:jpeg_consume_input +4393:jpeg_alloc_huff_table +4394:jinit_upsampler +4395:is_leap +4396:isSpecialTypeCodepoints\28char\20const*\29 +4397:isMatchAtCPBoundary\28char16_t\20const*\2c\20char16_t\20const*\2c\20char16_t\20const*\2c\20char16_t\20const*\29 +4398:internal_memalign +4399:int\20icu_74::\28anonymous\20namespace\29::MixedBlocks::findBlock\28unsigned\20short\20const*\2c\20unsigned\20short\20const*\2c\20int\29\20const +4400:int\20icu_74::\28anonymous\20namespace\29::MixedBlocks::findBlock\28unsigned\20short\20const*\2c\20unsigned\20int\20const*\2c\20int\29\20const +4401:insertRootBundle\28UResourceDataEntry*&\2c\20UErrorCode*\29 +4402:init_error_limit +4403:init_block +4404:icu_74::set32x64Bits\28unsigned\20int*\2c\20int\2c\20int\29 +4405:icu_74::getExtName\28unsigned\20int\2c\20char*\2c\20unsigned\20short\29 +4406:icu_74::compareUnicodeString\28UElement\2c\20UElement\29 +4407:icu_74::cloneUnicodeString\28UElement*\2c\20UElement*\29 +4408:icu_74::\28anonymous\20namespace\29::mungeCharName\28char*\2c\20char\20const*\2c\20int\29 +4409:icu_74::\28anonymous\20namespace\29::MutableCodePointTrie::getDataBlock\28int\29 +4410:icu_74::XLikelySubtagsData::readLSREncodedStrings\28icu_74::ResourceTable\20const&\2c\20char\20const*\2c\20icu_74::ResourceValue&\2c\20icu_74::ResourceArray\20const&\2c\20icu_74::LocalMemory&\2c\20int&\2c\20UErrorCode&\29 +4411:icu_74::XLikelySubtags::~XLikelySubtags\28\29 +4412:icu_74::XLikelySubtags::initLikelySubtags\28UErrorCode&\29 +4413:icu_74::UnicodeString::setCharAt\28int\2c\20char16_t\29 +4414:icu_74::UnicodeString::indexOf\28char16_t\20const*\2c\20int\2c\20int\2c\20int\2c\20int\29\20const +4415:icu_74::UnicodeString::doReverse\28int\2c\20int\29 +4416:icu_74::UnicodeSetStringSpan::span\28char16_t\20const*\2c\20int\2c\20USetSpanCondition\29\20const +4417:icu_74::UnicodeSetStringSpan::spanUTF8\28unsigned\20char\20const*\2c\20int\2c\20USetSpanCondition\29\20const +4418:icu_74::UnicodeSetStringSpan::spanBack\28char16_t\20const*\2c\20int\2c\20USetSpanCondition\29\20const +4419:icu_74::UnicodeSetStringSpan::spanBackUTF8\28unsigned\20char\20const*\2c\20int\2c\20USetSpanCondition\29\20const +4420:icu_74::UnicodeSet::set\28int\2c\20int\29 +4421:icu_74::UnicodeSet::setPattern\28char16_t\20const*\2c\20int\29 +4422:icu_74::UnicodeSet::retainAll\28icu_74::UnicodeSet\20const&\29 +4423:icu_74::UnicodeSet::remove\28int\2c\20int\29 +4424:icu_74::UnicodeSet::remove\28int\29 +4425:icu_74::UnicodeSet::matches\28icu_74::Replaceable\20const&\2c\20int&\2c\20int\2c\20signed\20char\29 +4426:icu_74::UnicodeSet::matchesIndexValue\28unsigned\20char\29\20const +4427:icu_74::UnicodeSet::clone\28\29\20const +4428:icu_74::UnicodeSet::cloneAsThawed\28\29\20const +4429:icu_74::UnicodeSet::applyPattern\28icu_74::RuleCharacterIterator&\2c\20icu_74::SymbolTable\20const*\2c\20icu_74::UnicodeString&\2c\20unsigned\20int\2c\20icu_74::UnicodeSet&\20\28icu_74::UnicodeSet::*\29\28int\29\2c\20int\2c\20UErrorCode&\29 +4430:icu_74::UnicodeSet::applyPatternIgnoreSpace\28icu_74::UnicodeString\20const&\2c\20icu_74::ParsePosition&\2c\20icu_74::SymbolTable\20const*\2c\20UErrorCode&\29 +4431:icu_74::UnicodeSet::add\28icu_74::UnicodeString\20const&\29 +4432:icu_74::UnicodeSet::_generatePattern\28icu_74::UnicodeString&\2c\20signed\20char\29\20const +4433:icu_74::UnicodeSet::UnicodeSet\28int\2c\20int\29 +4434:icu_74::UVector::sortedInsert\28void*\2c\20int\20\28*\29\28UElement\2c\20UElement\29\2c\20UErrorCode&\29 +4435:icu_74::UVector::setElementAt\28void*\2c\20int\29 +4436:icu_74::UVector::removeElement\28void*\29 +4437:icu_74::UVector::assign\28icu_74::UVector\20const&\2c\20void\20\28*\29\28UElement*\2c\20UElement*\29\2c\20UErrorCode&\29 +4438:icu_74::UVector::UVector\28UErrorCode&\29 +4439:icu_74::UStringSet::~UStringSet\28\29_13659 +4440:icu_74::UStringSet::~UStringSet\28\29 +4441:icu_74::UDataPathIterator::UDataPathIterator\28char\20const*\2c\20char\20const*\2c\20char\20const*\2c\20char\20const*\2c\20signed\20char\2c\20UErrorCode*\29 +4442:icu_74::UCharsTrieBuilder::build\28UStringTrieBuildOption\2c\20UErrorCode&\29 +4443:icu_74::UCharsTrieBuilder::UCharsTrieBuilder\28UErrorCode&\29 +4444:icu_74::UCharsTrie::nextForCodePoint\28int\29 +4445:icu_74::UCharsTrie::Iterator::next\28UErrorCode&\29 +4446:icu_74::UCharsTrie::Iterator::branchNext\28char16_t\20const*\2c\20int\2c\20UErrorCode&\29 +4447:icu_74::UCharCharacterIterator::setText\28icu_74::ConstChar16Ptr\2c\20int\29 +4448:icu_74::StringTrieBuilder::writeBranchSubNode\28int\2c\20int\2c\20int\2c\20int\29 +4449:icu_74::StringTrieBuilder::LinearMatchNode::operator==\28icu_74::StringTrieBuilder::Node\20const&\29\20const +4450:icu_74::StringTrieBuilder::LinearMatchNode::markRightEdgesFirst\28int\29 +4451:icu_74::RuleCharacterIterator::skipIgnored\28int\29 +4452:icu_74::RuleBasedBreakIterator::~RuleBasedBreakIterator\28\29 +4453:icu_74::RuleBasedBreakIterator::handleSafePrevious\28int\29 +4454:icu_74::RuleBasedBreakIterator::RuleBasedBreakIterator\28UErrorCode*\29 +4455:icu_74::RuleBasedBreakIterator::DictionaryCache::~DictionaryCache\28\29 +4456:icu_74::RuleBasedBreakIterator::DictionaryCache::populateDictionary\28int\2c\20int\2c\20int\2c\20int\29 +4457:icu_74::RuleBasedBreakIterator::BreakCache::seek\28int\29 +4458:icu_74::RuleBasedBreakIterator::BreakCache::current\28\29 +4459:icu_74::ResourceDataValue::getIntVector\28int&\2c\20UErrorCode&\29\20const +4460:icu_74::ReorderingBuffer::equals\28unsigned\20char\20const*\2c\20unsigned\20char\20const*\29\20const +4461:icu_74::RBBIDataWrapper::removeReference\28\29 +4462:icu_74::PropNameData::getPropertyOrValueEnum\28int\2c\20char\20const*\29 +4463:icu_74::Normalizer2WithImpl::normalizeSecondAndAppend\28icu_74::UnicodeString&\2c\20icu_74::UnicodeString\20const&\2c\20signed\20char\2c\20UErrorCode&\29\20const +4464:icu_74::Normalizer2WithImpl::isNormalized\28icu_74::UnicodeString\20const&\2c\20UErrorCode&\29\20const +4465:icu_74::Normalizer2Impl::recompose\28icu_74::ReorderingBuffer&\2c\20int\2c\20signed\20char\29\20const +4466:icu_74::Normalizer2Impl::init\28int\20const*\2c\20UCPTrie\20const*\2c\20unsigned\20short\20const*\2c\20unsigned\20char\20const*\29 +4467:icu_74::Normalizer2Impl::findNextFCDBoundary\28char16_t\20const*\2c\20char16_t\20const*\29\20const +4468:icu_74::Normalizer2Impl::decomposeUTF8\28unsigned\20int\2c\20unsigned\20char\20const*\2c\20unsigned\20char\20const*\2c\20icu_74::ByteSink*\2c\20icu_74::Edits*\2c\20UErrorCode&\29\20const +4469:icu_74::Normalizer2Impl::composeUTF8\28unsigned\20int\2c\20signed\20char\2c\20unsigned\20char\20const*\2c\20unsigned\20char\20const*\2c\20icu_74::ByteSink*\2c\20icu_74::Edits*\2c\20UErrorCode&\29\20const +4470:icu_74::Normalizer2Impl::composeQuickCheck\28char16_t\20const*\2c\20char16_t\20const*\2c\20signed\20char\2c\20UNormalizationCheckResult*\29\20const +4471:icu_74::Normalizer2Factory::getNFKC_CFImpl\28UErrorCode&\29 +4472:icu_74::Normalizer2Factory::getInstance\28UNormalizationMode\2c\20UErrorCode&\29 +4473:icu_74::Normalizer2::getNFCInstance\28UErrorCode&\29 +4474:icu_74::NoopNormalizer2::normalizeSecondAndAppend\28icu_74::UnicodeString&\2c\20icu_74::UnicodeString\20const&\2c\20UErrorCode&\29\20const +4475:icu_74::NoopNormalizer2::isNormalized\28icu_74::UnicodeString\20const&\2c\20UErrorCode&\29\20const +4476:icu_74::MlBreakEngine::~MlBreakEngine\28\29 +4477:icu_74::LocaleUtility::canonicalLocaleString\28icu_74::UnicodeString\20const*\2c\20icu_74::UnicodeString&\29 +4478:icu_74::LocaleKeyFactory::LocaleKeyFactory\28int\29 +4479:icu_74::LocaleKey::LocaleKey\28icu_74::UnicodeString\20const&\2c\20icu_74::UnicodeString\20const&\2c\20icu_74::UnicodeString\20const*\2c\20int\29 +4480:icu_74::LocaleBuilder::build\28UErrorCode&\29 +4481:icu_74::LocaleBuilder::LocaleBuilder\28\29 +4482:icu_74::LocaleBased::setLocaleIDs\28char\20const*\2c\20char\20const*\29 +4483:icu_74::Locale::setKeywordValue\28char\20const*\2c\20char\20const*\2c\20UErrorCode&\29 +4484:icu_74::Locale::operator=\28icu_74::Locale&&\29 +4485:icu_74::Locale::operator==\28icu_74::Locale\20const&\29\20const +4486:icu_74::Locale::createKeywords\28UErrorCode&\29\20const +4487:icu_74::Locale::createFromName\28char\20const*\29 +4488:icu_74::LaoBreakEngine::divideUpDictionaryRange\28UText*\2c\20int\2c\20int\2c\20icu_74::UVector32&\2c\20signed\20char\2c\20UErrorCode&\29\20const +4489:icu_74::LSR::operator=\28icu_74::LSR&&\29 +4490:icu_74::InitCanonIterData::doInit\28icu_74::Normalizer2Impl*\2c\20UErrorCode&\29 +4491:icu_74::ICU_Utility::shouldAlwaysBeEscaped\28int\29 +4492:icu_74::ICU_Utility::isUnprintable\28int\29 +4493:icu_74::ICU_Utility::escape\28icu_74::UnicodeString&\2c\20int\29 +4494:icu_74::ICUServiceKey::parseSuffix\28icu_74::UnicodeString&\29 +4495:icu_74::ICUService::~ICUService\28\29 +4496:icu_74::ICUService::getVisibleIDs\28icu_74::UVector&\2c\20UErrorCode&\29\20const +4497:icu_74::ICUService::clearServiceCache\28\29 +4498:icu_74::ICUNotifier::~ICUNotifier\28\29 +4499:icu_74::Hashtable::put\28icu_74::UnicodeString\20const&\2c\20void*\2c\20UErrorCode&\29 +4500:icu_74::Edits::copyErrorTo\28UErrorCode&\29\20const +4501:icu_74::DecomposeNormalizer2::hasBoundaryBefore\28int\29\20const +4502:icu_74::DecomposeNormalizer2::hasBoundaryAfter\28int\29\20const +4503:icu_74::CjkBreakEngine::~CjkBreakEngine\28\29 +4504:icu_74::CjkBreakEngine::CjkBreakEngine\28icu_74::DictionaryMatcher*\2c\20icu_74::LanguageType\2c\20UErrorCode&\29 +4505:icu_74::CharString::truncate\28int\29 +4506:icu_74::CharString::cloneData\28UErrorCode&\29\20const +4507:icu_74::CharString*\20icu_74::MemoryPool::create\28char\20const*&\2c\20UErrorCode&\29 +4508:icu_74::CharString*\20icu_74::MemoryPool::create<>\28\29 +4509:icu_74::CanonIterData::addToStartSet\28int\2c\20int\2c\20UErrorCode&\29 +4510:icu_74::BytesTrie::branchNext\28unsigned\20char\20const*\2c\20int\2c\20int\29 +4511:icu_74::ByteSinkUtil::appendCodePoint\28int\2c\20int\2c\20icu_74::ByteSink&\2c\20icu_74::Edits*\29 +4512:icu_74::BreakIterator::getLocale\28ULocDataLocaleType\2c\20UErrorCode&\29\20const +4513:icu_74::BreakIterator::getLocaleID\28ULocDataLocaleType\2c\20UErrorCode&\29\20const +4514:icu_74::BreakIterator::createCharacterInstance\28icu_74::Locale\20const&\2c\20UErrorCode&\29 +4515:hb_vector_t\2c\20false>::resize\28int\2c\20bool\2c\20bool\29 +4516:hb_vector_t::resize\28int\2c\20bool\2c\20bool\29 +4517:hb_vector_t::push\28\29 +4518:hb_vector_t\2c\20false>::resize\28int\2c\20bool\2c\20bool\29 +4519:hb_vector_size_t\20hb_bit_set_t::op_<$_14>\28hb_vector_size_t\20const&\2c\20hb_vector_size_t\20const&\29 +4520:hb_utf8_t::next\28unsigned\20char\20const*\2c\20unsigned\20char\20const*\2c\20unsigned\20int*\2c\20unsigned\20int\29 +4521:hb_unicode_script +4522:hb_unicode_mirroring_nil\28hb_unicode_funcs_t*\2c\20unsigned\20int\2c\20void*\29 +4523:hb_unicode_funcs_t::is_default_ignorable\28unsigned\20int\29 +4524:hb_shape_plan_key_t::init\28bool\2c\20hb_face_t*\2c\20hb_segment_properties_t\20const*\2c\20hb_feature_t\20const*\2c\20unsigned\20int\2c\20int\20const*\2c\20unsigned\20int\2c\20char\20const*\20const*\29 +4525:hb_shape_plan_create2 +4526:hb_serialize_context_t::fini\28\29 +4527:hb_paint_extents_paint_linear_gradient\28hb_paint_funcs_t*\2c\20void*\2c\20hb_color_line_t*\2c\20float\2c\20float\2c\20float\2c\20float\2c\20float\2c\20float\2c\20void*\29 +4528:hb_paint_extents_get_funcs\28\29 +4529:hb_paint_extents_context_t::clear\28\29 +4530:hb_ot_map_t::fini\28\29 +4531:hb_ot_layout_table_select_script +4532:hb_ot_layout_table_get_lookup_count +4533:hb_ot_layout_table_find_feature_variations +4534:hb_ot_layout_table_find_feature\28hb_face_t*\2c\20unsigned\20int\2c\20unsigned\20int\2c\20unsigned\20int*\29 +4535:hb_ot_layout_script_select_language +4536:hb_ot_layout_language_get_required_feature +4537:hb_ot_layout_language_find_feature +4538:hb_ot_layout_has_substitution +4539:hb_ot_layout_feature_with_variations_get_lookups +4540:hb_ot_layout_collect_features_map +4541:hb_ot_font_set_funcs +4542:hb_lazy_loader_t::do_destroy\28hb_draw_funcs_t*\29 +4543:hb_lazy_loader_t\2c\20hb_face_t\2c\2038u\2c\20OT::sbix_accelerator_t>::create\28hb_face_t*\29 +4544:hb_lazy_loader_t\2c\20hb_face_t\2c\207u\2c\20OT::post_accelerator_t>::do_destroy\28OT::post_accelerator_t*\29 +4545:hb_lazy_loader_t\2c\20hb_face_t\2c\2017u\2c\20OT::cff2_accelerator_t>::do_destroy\28OT::cff2_accelerator_t*\29 +4546:hb_lazy_loader_t\2c\20hb_face_t\2c\2035u\2c\20OT::COLR_accelerator_t>::do_destroy\28OT::COLR_accelerator_t*\29 +4547:hb_lazy_loader_t\2c\20hb_face_t\2c\2037u\2c\20OT::CBDT_accelerator_t>::do_destroy\28OT::CBDT_accelerator_t*\29 +4548:hb_language_matches +4549:hb_indic_get_categories\28unsigned\20int\29 +4550:hb_hashmap_t::fetch_item\28hb_serialize_context_t::object_t\20const*\20const&\2c\20unsigned\20int\29\20const +4551:hb_hashmap_t::alloc\28unsigned\20int\29 +4552:hb_font_t::synthetic_glyph_extents\28hb_glyph_extents_t*\29 +4553:hb_font_t::get_glyph_v_origin_with_fallback\28unsigned\20int\2c\20int*\2c\20int*\29 +4554:hb_font_t::get_glyph_contour_point_for_origin\28unsigned\20int\2c\20unsigned\20int\2c\20hb_direction_t\2c\20int*\2c\20int*\29 +4555:hb_font_set_variations +4556:hb_font_set_funcs +4557:hb_font_get_variation_glyph_nil\28hb_font_t*\2c\20void*\2c\20unsigned\20int\2c\20unsigned\20int\2c\20unsigned\20int*\2c\20void*\29 +4558:hb_font_get_glyph_h_advance +4559:hb_font_get_glyph_extents +4560:hb_font_get_font_h_extents_nil\28hb_font_t*\2c\20void*\2c\20hb_font_extents_t*\2c\20void*\29 +4561:hb_font_funcs_set_variation_glyph_func +4562:hb_font_funcs_set_nominal_glyphs_func +4563:hb_font_funcs_set_nominal_glyph_func +4564:hb_font_funcs_set_glyph_h_advances_func +4565:hb_font_funcs_set_glyph_extents_func +4566:hb_font_funcs_create +4567:hb_draw_move_to_nil\28hb_draw_funcs_t*\2c\20void*\2c\20hb_draw_state_t*\2c\20float\2c\20float\2c\20void*\29 +4568:hb_draw_funcs_set_quadratic_to_func +4569:hb_draw_funcs_set_move_to_func +4570:hb_draw_funcs_set_line_to_func +4571:hb_draw_funcs_set_cubic_to_func +4572:hb_draw_funcs_create +4573:hb_draw_extents_move_to\28hb_draw_funcs_t*\2c\20void*\2c\20hb_draw_state_t*\2c\20float\2c\20float\2c\20void*\29 +4574:hb_buffer_t::sort\28unsigned\20int\2c\20unsigned\20int\2c\20int\20\28*\29\28hb_glyph_info_t\20const*\2c\20hb_glyph_info_t\20const*\29\29 +4575:hb_buffer_t::output_info\28hb_glyph_info_t\20const&\29 +4576:hb_buffer_t::message_impl\28hb_font_t*\2c\20char\20const*\2c\20void*\29 +4577:hb_buffer_t::leave\28\29 +4578:hb_buffer_t::delete_glyphs_inplace\28bool\20\28*\29\28hb_glyph_info_t\20const*\29\29 +4579:hb_buffer_t::clear_positions\28\29 +4580:hb_buffer_set_length +4581:hb_buffer_get_glyph_positions +4582:hb_buffer_diff +4583:hb_buffer_create +4584:hb_buffer_clear_contents +4585:hb_buffer_add_utf8 +4586:hb_blob_t*\20hb_sanitize_context_t::sanitize_blob\28hb_blob_t*\29 +4587:hb_blob_t*\20hb_data_wrapper_t::call_create>\28\29\20const +4588:hb_blob_t*\20hb_data_wrapper_t::call_create>\28\29\20const +4589:hb_aat_map_builder_t::compile\28hb_aat_map_t&\29 +4590:hb_aat_layout_remove_deleted_glyphs\28hb_buffer_t*\29 +4591:hb_aat_layout_compile_map\28hb_aat_map_builder_t\20const*\2c\20hb_aat_map_t*\29 +4592:hair_cubic\28SkPoint\20const*\2c\20SkRegion\20const*\2c\20SkBlitter*\2c\20void\20\28*\29\28SkPoint\20const*\2c\20int\2c\20SkRegion\20const*\2c\20SkBlitter*\29\29 +4593:getint +4594:get_win_string +4595:get_dst_swizzle_and_store\28GrColorType\2c\20SkRasterPipelineOp*\2c\20LumMode*\2c\20bool*\2c\20bool*\29 +4596:get_driver_and_version\28GrGLStandard\2c\20GrGLVendor\2c\20char\20const*\2c\20char\20const*\2c\20char\20const*\29 +4597:getFallbackData\28UResourceBundle\20const*\2c\20char\20const**\2c\20unsigned\20int*\2c\20UErrorCode*\29 +4598:gen_key\28skgpu::KeyBuilder*\2c\20GrProgramInfo\20const&\2c\20GrCaps\20const&\29 +4599:gen_fp_key\28GrFragmentProcessor\20const&\2c\20GrCaps\20const&\2c\20skgpu::KeyBuilder*\29 +4600:gather_uniforms_and_check_for_main\28SkSL::Program\20const&\2c\20std::__2::vector>*\2c\20std::__2::vector>*\2c\20SkRuntimeEffect::Uniform::Flags\2c\20unsigned\20long*\29 +4601:fwrite +4602:ft_var_to_normalized +4603:ft_var_load_item_variation_store +4604:ft_var_load_hvvar +4605:ft_var_load_avar +4606:ft_var_get_value_pointer +4607:ft_var_apply_tuple +4608:ft_validator_init +4609:ft_mem_strcpyn +4610:ft_hash_num_lookup +4611:ft_glyphslot_set_bitmap +4612:ft_glyphslot_preset_bitmap +4613:ft_corner_orientation +4614:ft_corner_is_flat +4615:frexp +4616:free_entry\28UResourceDataEntry*\29 +4617:fread +4618:fp_force_eval +4619:fp_barrier_17368 +4620:fopen +4621:fold_opacity_layer_color_to_paint\28SkPaint\20const*\2c\20bool\2c\20SkPaint*\29 +4622:fmodl +4623:float\20std::__2::__num_get_float\5babi:nn180100\5d\28char\20const*\2c\20char\20const*\2c\20unsigned\20int&\29 +4624:fill_shadow_rec\28SkPath\20const&\2c\20SkPoint3\20const&\2c\20SkPoint3\20const&\2c\20float\2c\20unsigned\20int\2c\20unsigned\20int\2c\20unsigned\20int\2c\20SkMatrix\20const&\2c\20SkDrawShadowRec*\29 +4625:fill_inverse_cmap +4626:fileno +4627:examine_app0 +4628:emscripten::internal::MethodInvoker::invoke\28void\20\28SkCanvas::*\20const&\29\28SkPath\20const&\2c\20SkClipOp\2c\20bool\29\2c\20SkCanvas*\2c\20SkPath*\2c\20SkClipOp\2c\20bool\29 +4629:emscripten::internal::MethodInvoker\20\28SkAnimatedImage::*\29\28\29\2c\20sk_sp\2c\20SkAnimatedImage*>::invoke\28sk_sp\20\28SkAnimatedImage::*\20const&\29\28\29\2c\20SkAnimatedImage*\29 +4630:emscripten::internal::Invoker\2c\20sk_sp\2c\20sk_sp>::invoke\28sk_sp\20\28*\29\28sk_sp\2c\20sk_sp\29\2c\20sk_sp*\2c\20sk_sp*\29 +4631:emscripten::internal::Invoker\2c\20SkBlendMode\2c\20sk_sp\2c\20sk_sp>::invoke\28sk_sp\20\28*\29\28SkBlendMode\2c\20sk_sp\2c\20sk_sp\29\2c\20SkBlendMode\2c\20sk_sp*\2c\20sk_sp*\29 +4632:emscripten::internal::Invoker\2c\20SkBlendMode>::invoke\28sk_sp\20\28*\29\28SkBlendMode\29\2c\20SkBlendMode\29 +4633:emscripten::internal::FunctionInvoker::invoke\28void\20\28**\29\28SkPath&\2c\20float\2c\20float\2c\20float\2c\20float\29\2c\20SkPath*\2c\20float\2c\20float\2c\20float\2c\20float\29 +4634:emscripten::internal::FunctionInvoker::invoke\28void\20\28**\29\28SkPath&\2c\20float\2c\20float\29\2c\20SkPath*\2c\20float\2c\20float\29 +4635:emscripten::internal::FunctionInvoker\29\2c\20void\2c\20SkPaint&\2c\20unsigned\20long\2c\20sk_sp>::invoke\28void\20\28**\29\28SkPaint&\2c\20unsigned\20long\2c\20sk_sp\29\2c\20SkPaint*\2c\20unsigned\20long\2c\20sk_sp*\29 +4636:emscripten::internal::FunctionInvoker::invoke\28void\20\28**\29\28SkCanvas&\2c\20skia::textlayout::Paragraph*\2c\20float\2c\20float\29\2c\20SkCanvas*\2c\20skia::textlayout::Paragraph*\2c\20float\2c\20float\29 +4637:emscripten::internal::FunctionInvoker\20const&\2c\20unsigned\20long\2c\20unsigned\20long\2c\20unsigned\20long\2c\20int\2c\20SkBlendMode\2c\20SkFilterMode\2c\20SkMipmapMode\2c\20SkPaint\20const*\29\2c\20void\2c\20SkCanvas&\2c\20sk_sp\20const&\2c\20unsigned\20long\2c\20unsigned\20long\2c\20unsigned\20long\2c\20int\2c\20SkBlendMode\2c\20SkFilterMode\2c\20SkMipmapMode\2c\20SkPaint\20const*>::invoke\28void\20\28**\29\28SkCanvas&\2c\20sk_sp\20const&\2c\20unsigned\20long\2c\20unsigned\20long\2c\20unsigned\20long\2c\20int\2c\20SkBlendMode\2c\20SkFilterMode\2c\20SkMipmapMode\2c\20SkPaint\20const*\29\2c\20SkCanvas*\2c\20sk_sp*\2c\20unsigned\20long\2c\20unsigned\20long\2c\20unsigned\20long\2c\20int\2c\20SkBlendMode\2c\20SkFilterMode\2c\20SkMipmapMode\2c\20SkPaint\20const*\29 +4638:emscripten::internal::FunctionInvoker\20const&\2c\20float\2c\20float\2c\20SkPaint\20const*\29\2c\20void\2c\20SkCanvas&\2c\20sk_sp\20const&\2c\20float\2c\20float\2c\20SkPaint\20const*>::invoke\28void\20\28**\29\28SkCanvas&\2c\20sk_sp\20const&\2c\20float\2c\20float\2c\20SkPaint\20const*\29\2c\20SkCanvas*\2c\20sk_sp*\2c\20float\2c\20float\2c\20SkPaint\20const*\29 +4639:emscripten::internal::FunctionInvoker\20\28*\29\28SkCanvas&\2c\20SimpleImageInfo\29\2c\20sk_sp\2c\20SkCanvas&\2c\20SimpleImageInfo>::invoke\28sk_sp\20\28**\29\28SkCanvas&\2c\20SimpleImageInfo\29\2c\20SkCanvas*\2c\20SimpleImageInfo*\29 +4640:emscripten::internal::FunctionInvoker::invoke\28int\20\28**\29\28SkFont&\2c\20unsigned\20long\2c\20unsigned\20long\2c\20unsigned\20long\2c\20unsigned\20long\29\2c\20SkFont*\2c\20unsigned\20long\2c\20unsigned\20long\2c\20unsigned\20long\2c\20unsigned\20long\29 +4641:emscripten::internal::FunctionInvoker::invoke\28bool\20\28**\29\28SkPath&\2c\20SkPath\20const&\2c\20SkPathOp\29\2c\20SkPath*\2c\20SkPath*\2c\20SkPathOp\29 +4642:embind_init_builtin\28\29 +4643:embind_init_Skia\28\29 +4644:embind_init_Paragraph\28\29::$_0::__invoke\28SimpleParagraphStyle\2c\20sk_sp\29 +4645:embind_init_Paragraph\28\29 +4646:embind_init_ParagraphGen\28\29 +4647:edge_line_needs_recursion\28SkPoint\20const&\2c\20SkPoint\20const&\29 +4648:dquad_xy_at_t\28SkPoint\20const*\2c\20float\2c\20double\29 +4649:dquad_intersect_ray\28SkDCurve\20const&\2c\20SkDLine\20const&\2c\20SkIntersections*\29 +4650:double\20std::__2::__num_get_float\5babi:nn180100\5d\28char\20const*\2c\20char\20const*\2c\20unsigned\20int&\29 +4651:doOpenChoice\28char\20const*\2c\20char\20const*\2c\20char\20const*\2c\20signed\20char\20\28*\29\28void*\2c\20char\20const*\2c\20char\20const*\2c\20UDataInfo\20const*\29\2c\20void*\2c\20UErrorCode*\29 +4652:doLoadFromIndividualFiles\28char\20const*\2c\20char\20const*\2c\20char\20const*\2c\20char\20const*\2c\20char\20const*\2c\20char\20const*\2c\20signed\20char\20\28*\29\28void*\2c\20char\20const*\2c\20char\20const*\2c\20UDataInfo\20const*\29\2c\20void*\2c\20UErrorCode*\2c\20UErrorCode*\29 +4653:dline_xy_at_t\28SkPoint\20const*\2c\20float\2c\20double\29 +4654:dline_intersect_ray\28SkDCurve\20const&\2c\20SkDLine\20const&\2c\20SkIntersections*\29 +4655:deflate_stored +4656:decompose_current_character\28hb_ot_shape_normalize_context_t\20const*\2c\20bool\29 +4657:decltype\28fp\28nullptr\29\29\20SkArenaAlloc::make\28skgpu::ganesh::QuadPerEdgeAA::QuadPerEdgeAAGeometryProcessor::Make\28SkArenaAlloc*\2c\20skgpu::ganesh::QuadPerEdgeAA::VertexSpec\20const&\29::'lambda'\28void*\29&&\29::'lambda'\28char*\29::__invoke\28char*\29 +4658:decltype\28fp\28nullptr\29\29\20SkArenaAlloc::make\28bool&\2c\20skgpu::tess::PatchAttribs&\29::'lambda'\28void*\29>\28skgpu::ganesh::PathCurveTessellator&&\29::'lambda'\28char*\29::__invoke\28char*\29 +4659:decltype\28fp\28nullptr\29\29\20SkArenaAlloc::make<\28anonymous\20namespace\29::MeshGP::Make\28SkArenaAlloc*\2c\20sk_sp\2c\20sk_sp\2c\20SkMatrix\20const&\2c\20std::__2::optional>\20const&\2c\20bool\2c\20sk_sp\2c\20SkSpan>>\29::'lambda'\28void*\29>\28\28anonymous\20namespace\29::MeshGP::Make\28SkArenaAlloc*\2c\20sk_sp\2c\20sk_sp\2c\20SkMatrix\20const&\2c\20std::__2::optional>\20const&\2c\20bool\2c\20sk_sp\2c\20SkSpan>>\29::'lambda'\28void*\29&&\29::'lambda'\28char*\29::__invoke\28char*\29 +4660:decltype\28fp\28nullptr\29\29\20SkArenaAlloc::make<\28anonymous\20namespace\29::GaussianPass*\20SkArenaAlloc::make<\28anonymous\20namespace\29::GaussianPass\2c\20int&\2c\20float*&\2c\20skvx::Vec<4\2c\20float>*&>\28int&\2c\20float*&\2c\20skvx::Vec<4\2c\20float>*&\29::'lambda'\28void*\29>\28\28anonymous\20namespace\29::GaussianPass&&\29::'lambda'\28char*\29::__invoke\28char*\29 +4661:decltype\28fp\28nullptr\29\29\20SkArenaAlloc::make<\28anonymous\20namespace\29::A8Pass*\20SkArenaAlloc::make<\28anonymous\20namespace\29::A8Pass\2c\20unsigned\20long\20long&\2c\20unsigned\20int*&\2c\20unsigned\20int*&\2c\20unsigned\20int*&\2c\20unsigned\20int*&\2c\20unsigned\20int*&\2c\20unsigned\20int*&\2c\20int&>\28unsigned\20long\20long&\2c\20unsigned\20int*&\2c\20unsigned\20int*&\2c\20unsigned\20int*&\2c\20unsigned\20int*&\2c\20unsigned\20int*&\2c\20unsigned\20int*&\2c\20int&\29::'lambda'\28void*\29>\28\28anonymous\20namespace\29::A8Pass&&\29::'lambda'\28char*\29::__invoke\28char*\29 +4662:decltype\28fp\28nullptr\29\29\20SkArenaAlloc::make\28skgpu::UniqueKey\20const&\2c\20GrSurfaceProxyView\20const&\29::'lambda'\28void*\29>\28GrThreadSafeCache::Entry&&\29::'lambda'\28char*\29::__invoke\28char*\29 +4663:decltype\28fp\28nullptr\29\29\20SkArenaAlloc::make\28GrSurfaceProxy*&\2c\20skgpu::ScratchKey&&\2c\20GrResourceProvider*&\29::'lambda'\28void*\29>\28GrResourceAllocator::Register&&\29 +4664:decltype\28fp\28nullptr\29\29\20SkArenaAlloc::make\28GrRRectShadowGeoProc::Make\28SkArenaAlloc*\2c\20GrSurfaceProxyView\20const&\29::'lambda'\28void*\29&&\29::'lambda'\28char*\29::__invoke\28char*\29 +4665:decltype\28fp\28nullptr\29\29\20SkArenaAlloc::make\20const&\2c\20SkMatrix\20const&\2c\20GrCaps\20const&\2c\20SkMatrix\20const&\2c\20bool\2c\20unsigned\20char\29::'lambda'\28void*\29>\28GrQuadEffect::Make\28SkArenaAlloc*\2c\20SkRGBA4f<\28SkAlphaType\292>\20const&\2c\20SkMatrix\20const&\2c\20GrCaps\20const&\2c\20SkMatrix\20const&\2c\20bool\2c\20unsigned\20char\29::'lambda'\28void*\29&&\29::'lambda'\28char*\29::__invoke\28char*\29 +4666:decltype\28fp\28nullptr\29\29\20SkArenaAlloc::make\28GrPipeline::InitArgs&\2c\20GrProcessorSet&&\2c\20GrAppliedClip&&\29::'lambda'\28void*\29>\28GrPipeline&&\29::'lambda'\28char*\29::__invoke\28char*\29 +4667:decltype\28fp\28nullptr\29\29\20SkArenaAlloc::make\28GrDistanceFieldA8TextGeoProc::Make\28SkArenaAlloc*\2c\20GrShaderCaps\20const&\2c\20GrSurfaceProxyView\20const*\2c\20int\2c\20GrSamplerState\2c\20float\2c\20unsigned\20int\2c\20SkMatrix\20const&\29::'lambda'\28void*\29&&\29::'lambda'\28char*\29::__invoke\28char*\29 +4668:decltype\28fp\28nullptr\29\29\20SkArenaAlloc::make\20const&\2c\20SkMatrix\20const&\2c\20SkMatrix\20const&\2c\20bool\2c\20unsigned\20char\29::'lambda'\28void*\29>\28DefaultGeoProc::Make\28SkArenaAlloc*\2c\20unsigned\20int\2c\20SkRGBA4f<\28SkAlphaType\292>\20const&\2c\20SkMatrix\20const&\2c\20SkMatrix\20const&\2c\20bool\2c\20unsigned\20char\29::'lambda'\28void*\29&&\29 +4669:decltype\28fp\28nullptr\29\29\20SkArenaAlloc::make\28CircleGeometryProcessor::Make\28SkArenaAlloc*\2c\20bool\2c\20bool\2c\20bool\2c\20bool\2c\20bool\2c\20bool\2c\20SkMatrix\20const&\29::'lambda'\28void*\29&&\29::'lambda'\28char*\29::__invoke\28char*\29 +4670:decltype\28fp.sanitize\28this\2c\20std::forward\20const*>\28fp1\29\29\29\20hb_sanitize_context_t::_dispatch\2c\20OT::IntType\2c\20void\2c\20true>\2c\20OT::ContextFormat1_4\20const*>\28OT::OffsetTo\2c\20OT::IntType\2c\20void\2c\20true>\20const&\2c\20hb_priority<1u>\2c\20OT::ContextFormat1_4\20const*&&\29 +4671:decltype\28auto\29\20std::__2::__variant_detail::__visitation::__base::__dispatcher<0ul\2c\200ul>::__dispatch\5babi:ne180100\5d\2c\20std::__2::unique_ptr>>>::__generic_construct\5babi:ne180100\5d\2c\20std::__2::unique_ptr>>\2c\20\28std::__2::__variant_detail::_Trait\291>>\28std::__2::__variant_detail::__ctor\2c\20std::__2::unique_ptr>>>&\2c\20std::__2::__variant_detail::__move_constructor\2c\20std::__2::unique_ptr>>\2c\20\28std::__2::__variant_detail::_Trait\291>&&\29::'lambda'\28std::__2::__variant_detail::__move_constructor\2c\20std::__2::unique_ptr>>\2c\20\28std::__2::__variant_detail::_Trait\291>&\2c\20auto&&\29&&\2c\20std::__2::__variant_detail::__base<\28std::__2::__variant_detail::_Trait\291\2c\20sk_sp\2c\20std::__2::unique_ptr>>&\2c\20std::__2::__variant_detail::__base<\28std::__2::__variant_detail::_Trait\291\2c\20sk_sp\2c\20std::__2::unique_ptr>>&&>\28std::__2::__variant_detail::__move_constructor\2c\20std::__2::unique_ptr>>\2c\20\28std::__2::__variant_detail::_Trait\291>\2c\20std::__2::__variant_detail::__base<\28std::__2::__variant_detail::_Trait\291\2c\20sk_sp\2c\20std::__2::unique_ptr>>&\2c\20std::__2::__variant_detail::__base<\28std::__2::__variant_detail::_Trait\291\2c\20sk_sp\2c\20std::__2::unique_ptr>>&&\29 +4672:dcubic_xy_at_t\28SkPoint\20const*\2c\20float\2c\20double\29 +4673:dcubic_intersect_ray\28SkDCurve\20const&\2c\20SkDLine\20const&\2c\20SkIntersections*\29 +4674:dconic_xy_at_t\28SkPoint\20const*\2c\20float\2c\20double\29 +4675:dconic_intersect_ray\28SkDCurve\20const&\2c\20SkDLine\20const&\2c\20SkIntersections*\29 +4676:data_destroy_arabic\28void*\29 +4677:data_create_arabic\28hb_ot_shape_plan_t\20const*\29 +4678:cycle +4679:cubic_intercept_v\28SkPoint\20const*\2c\20float\2c\20float\2c\20double*\29 +4680:cubic_intercept_h\28SkPoint\20const*\2c\20float\2c\20float\2c\20double*\29 +4681:create_colorindex +4682:copysignl +4683:conic_intercept_v\28SkPoint\20const*\2c\20float\2c\20float\2c\20double*\29 +4684:conic_intercept_h\28SkPoint\20const*\2c\20float\2c\20float\2c\20double*\29 +4685:compute_pos_tan\28SkPoint\20const*\2c\20unsigned\20int\2c\20float\2c\20SkPoint*\2c\20SkPoint*\29 +4686:compute_intersection\28OffsetSegment\20const&\2c\20OffsetSegment\20const&\2c\20SkPoint*\2c\20float*\2c\20float*\29 +4687:compress_block +4688:compose_khmer\28hb_ot_shape_normalize_context_t\20const*\2c\20unsigned\20int\2c\20unsigned\20int\2c\20unsigned\20int*\29 +4689:compare_offsets +4690:clamp\28SkPoint\2c\20SkPoint\2c\20SkPoint\2c\20GrTriangulator::Comparator\20const&\29 +4691:checkint +4692:check_inverse_on_empty_return\28SkRegion*\2c\20SkPath\20const&\2c\20SkRegion\20const&\29 +4693:charIterTextAccess\28UText*\2c\20long\20long\2c\20signed\20char\29 +4694:char*\20std::__2::copy_n\5babi:nn180100\5d\28char\20const*\2c\20unsigned\20long\2c\20char*\29 +4695:char*\20std::__2::copy\5babi:nn180100\5d\2c\20char*>\28std::__2::__wrap_iter\2c\20std::__2::__wrap_iter\2c\20char*\29 +4696:char*\20std::__2::__constexpr_memmove\5babi:nn180100\5d\28char*\2c\20char\20const*\2c\20std::__2::__element_count\29 +4697:cff_vstore_done +4698:cff_subfont_load +4699:cff_subfont_done +4700:cff_size_select +4701:cff_parser_run +4702:cff_make_private_dict +4703:cff_load_private_dict +4704:cff_index_get_name +4705:cff_get_kerning +4706:cff_blend_build_vector +4707:cf2_getSeacComponent +4708:cf2_computeDarkening +4709:cf2_arrstack_push +4710:cbrt +4711:build_ycc_rgb_table +4712:bracketProcessChar\28BracketData*\2c\20int\29 +4713:bool\20std::__2::operator==\5babi:nn180100\5d\28std::__2::unique_ptr\20const&\2c\20std::nullptr_t\29 +4714:bool\20std::__2::operator!=\5babi:ne180100\5d\28std::__2::variant\20const&\2c\20std::__2::variant\20const&\29 +4715:bool\20std::__2::__insertion_sort_incomplete\5babi:ne180100\5d\28skia::textlayout::OneLineShaper::RunBlock*\2c\20skia::textlayout::OneLineShaper::RunBlock*\2c\20skia::textlayout::OneLineShaper::finish\28skia::textlayout::Block\20const&\2c\20float\2c\20float&\29::$_0&\29 +4716:bool\20std::__2::__insertion_sort_incomplete\5babi:ne180100\5d\28\28anonymous\20namespace\29::Entry*\2c\20\28anonymous\20namespace\29::Entry*\2c\20\28anonymous\20namespace\29::EntryComparator&\29 +4717:bool\20std::__2::__insertion_sort_incomplete\5babi:ne180100\5d\28SkSL::ProgramElement\20const**\2c\20SkSL::ProgramElement\20const**\2c\20SkSL::Transform::\28anonymous\20namespace\29::BuiltinVariableScanner::sortNewElements\28\29::'lambda'\28SkSL::ProgramElement\20const*\2c\20SkSL::ProgramElement\20const*\29&\29 +4718:bool\20std::__2::__insertion_sort_incomplete\5babi:ne180100\5d\28SkSL::FunctionDefinition\20const**\2c\20SkSL::FunctionDefinition\20const**\2c\20SkSL::Transform::FindAndDeclareBuiltinFunctions\28SkSL::Program&\29::$_0&\29 +4719:bool\20is_parallel\28SkDLine\20const&\2c\20SkTCurve\20const&\29 +4720:bool\20hb_hashmap_t::set_with_hash\28unsigned\20int\20const&\2c\20unsigned\20int\2c\20unsigned\20int&\2c\20bool\29 +4721:bool\20hb_hashmap_t::set_with_hash\28hb_serialize_context_t::object_t*&\2c\20unsigned\20int\2c\20unsigned\20int&\2c\20bool\29 +4722:bool\20apply_string\28OT::hb_ot_apply_context_t*\2c\20GSUBProxy::Lookup\20const&\2c\20OT::hb_ot_layout_lookup_accelerator_t\20const&\29 +4723:bool\20OT::hb_accelerate_subtables_context_t::apply_cached_to>\28void\20const*\2c\20OT::hb_ot_apply_context_t*\29 +4724:bool\20OT::hb_accelerate_subtables_context_t::apply_cached_to>\28void\20const*\2c\20OT::hb_ot_apply_context_t*\29 +4725:bool\20OT::hb_accelerate_subtables_context_t::apply_cached_to\28void\20const*\2c\20OT::hb_ot_apply_context_t*\29 +4726:bool\20OT::hb_accelerate_subtables_context_t::apply_cached_to>\28void\20const*\2c\20OT::hb_ot_apply_context_t*\29 +4727:bool\20OT::hb_accelerate_subtables_context_t::apply_cached_to>\28void\20const*\2c\20OT::hb_ot_apply_context_t*\29 +4728:bool\20OT::hb_accelerate_subtables_context_t::apply_cached_to\28void\20const*\2c\20OT::hb_ot_apply_context_t*\29 +4729:bool\20OT::hb_accelerate_subtables_context_t::apply_cached_to\28void\20const*\2c\20OT::hb_ot_apply_context_t*\29 +4730:bool\20OT::hb_accelerate_subtables_context_t::apply_cached_to>\28void\20const*\2c\20OT::hb_ot_apply_context_t*\29 +4731:bool\20OT::hb_accelerate_subtables_context_t::apply_cached_to>\28void\20const*\2c\20OT::hb_ot_apply_context_t*\29 +4732:bool\20OT::hb_accelerate_subtables_context_t::apply_cached_to>\28void\20const*\2c\20OT::hb_ot_apply_context_t*\29 +4733:bool\20OT::hb_accelerate_subtables_context_t::apply_cached_to\28void\20const*\2c\20OT::hb_ot_apply_context_t*\29 +4734:bool\20OT::hb_accelerate_subtables_context_t::apply_cached_to\28void\20const*\2c\20OT::hb_ot_apply_context_t*\29 +4735:bool\20OT::hb_accelerate_subtables_context_t::apply_cached_to>\28void\20const*\2c\20OT::hb_ot_apply_context_t*\29 +4736:bool\20OT::hb_accelerate_subtables_context_t::apply_cached_to\28void\20const*\2c\20OT::hb_ot_apply_context_t*\29 +4737:bool\20OT::hb_accelerate_subtables_context_t::apply_cached_to>\28void\20const*\2c\20OT::hb_ot_apply_context_t*\29 +4738:bool\20OT::TupleValues::decompile\28OT::IntType\20const*&\2c\20hb_vector_t&\2c\20OT::IntType\20const*\2c\20bool\29 +4739:bool\20OT::OffsetTo\2c\20void\2c\20true>::serialize_serialize\2c\20hb_array_t>\2c\20$_8\20const&\2c\20\28hb_function_sortedness_t\291\2c\20\28void*\290>&>\28hb_serialize_context_t*\2c\20hb_map_iter_t\2c\20hb_array_t>\2c\20$_8\20const&\2c\20\28hb_function_sortedness_t\291\2c\20\28void*\290>&\29 +4740:bool\20GrTTopoSort_Visit\28GrRenderTask*\2c\20unsigned\20int*\29 +4741:bool\20AAT::hb_aat_apply_context_t::output_glyphs\28unsigned\20int\2c\20OT::HBGlyphID16\20const*\29 +4742:blur_column\28void\20\28*\29\28unsigned\20char*\2c\20unsigned\20char\20const*\2c\20int\29\2c\20skvx::Vec<8\2c\20unsigned\20short>\20\28*\29\28skvx::Vec<8\2c\20unsigned\20short>\20const&\2c\20skvx::Vec<8\2c\20unsigned\20short>\20const&\2c\20skvx::Vec<8\2c\20unsigned\20short>\20const&\2c\20skvx::Vec<8\2c\20unsigned\20short>\20const&\2c\20skvx::Vec<8\2c\20unsigned\20short>\20const&\2c\20skvx::Vec<8\2c\20unsigned\20short>\20const&\2c\20skvx::Vec<8\2c\20unsigned\20short>*\2c\20skvx::Vec<8\2c\20unsigned\20short>*\2c\20skvx::Vec<8\2c\20unsigned\20short>*\2c\20skvx::Vec<8\2c\20unsigned\20short>*\2c\20skvx::Vec<8\2c\20unsigned\20short>*\2c\20skvx::Vec<8\2c\20unsigned\20short>*\2c\20skvx::Vec<8\2c\20unsigned\20short>*\2c\20skvx::Vec<8\2c\20unsigned\20short>*\29\2c\20int\2c\20int\2c\20skvx::Vec<8\2c\20unsigned\20short>\20const&\2c\20skvx::Vec<8\2c\20unsigned\20short>\20const&\2c\20skvx::Vec<8\2c\20unsigned\20short>\20const&\2c\20skvx::Vec<8\2c\20unsigned\20short>\20const&\2c\20skvx::Vec<8\2c\20unsigned\20short>\20const&\2c\20unsigned\20char\20const*\2c\20unsigned\20long\2c\20int\2c\20unsigned\20char*\2c\20unsigned\20long\29 +4743:bits_to_runs\28SkBlitter*\2c\20int\2c\20int\2c\20unsigned\20char\20const*\2c\20unsigned\20char\2c\20long\2c\20unsigned\20char\29 +4744:barycentric_coords\28float\2c\20float\2c\20float\2c\20float\2c\20float\2c\20float\2c\20skvx::Vec<4\2c\20float>\20const&\2c\20skvx::Vec<4\2c\20float>\20const&\2c\20skvx::Vec<4\2c\20float>*\2c\20skvx::Vec<4\2c\20float>*\2c\20skvx::Vec<4\2c\20float>*\29 +4745:auto\20std::__2::__unwrap_range\5babi:nn180100\5d\2c\20std::__2::__wrap_iter>\28std::__2::__wrap_iter\2c\20std::__2::__wrap_iter\29 +4746:atanf +4747:apply_forward\28OT::hb_ot_apply_context_t*\2c\20OT::hb_ot_layout_lookup_accelerator_t\20const&\2c\20unsigned\20int\29 +4748:apply_alpha_and_colorfilter\28skif::Context\20const&\2c\20skif::FilterResult\20const&\2c\20SkPaint\20const&\29 +4749:append_multitexture_lookup\28GrGeometryProcessor::ProgramImpl::EmitArgs&\2c\20int\2c\20GrGLSLVarying\20const&\2c\20char\20const*\2c\20char\20const*\29 +4750:append_color_output\28PorterDuffXferProcessor\20const&\2c\20GrGLSLXPFragmentBuilder*\2c\20skgpu::BlendFormula::OutputType\2c\20char\20const*\2c\20char\20const*\2c\20char\20const*\29 +4751:af_loader_compute_darkening +4752:af_latin_metrics_scale_dim +4753:af_latin_hints_detect_features +4754:af_latin_hint_edges +4755:af_hint_normal_stem +4756:af_cjk_metrics_scale_dim +4757:af_cjk_metrics_scale +4758:af_cjk_metrics_init_widths +4759:af_cjk_hints_init +4760:af_cjk_hints_detect_features +4761:af_cjk_hints_compute_blue_edges +4762:af_cjk_hints_apply +4763:af_cjk_hint_edges +4764:af_cjk_get_standard_widths +4765:af_axis_hints_new_edge +4766:adler32 +4767:a_ctz_32 +4768:_uhash_remove\28UHashtable*\2c\20UElement\29 +4769:_uhash_rehash\28UHashtable*\2c\20UErrorCode*\29 +4770:_uhash_put\28UHashtable*\2c\20UElement\2c\20UElement\2c\20signed\20char\2c\20UErrorCode*\29 +4771:_iup_worker_interpolate +4772:_isUnicodeExtensionSubtag\28int&\2c\20char\20const*\2c\20int\29 +4773:_isTransformedExtensionSubtag\28int&\2c\20char\20const*\2c\20int\29 +4774:_hb_preprocess_text_vowel_constraints\28hb_ot_shape_plan_t\20const*\2c\20hb_buffer_t*\2c\20hb_font_t*\29 +4775:_hb_ot_shape +4776:_hb_options_init\28\29 +4777:_hb_grapheme_group_func\28hb_glyph_info_t\20const&\2c\20hb_glyph_info_t\20const&\29 +4778:_hb_font_create\28hb_face_t*\29 +4779:_hb_fallback_shape +4780:_glyf_get_advance_with_var_unscaled\28hb_font_t*\2c\20unsigned\20int\2c\20bool\29 +4781:_getVariant\28char\20const*\2c\20char\2c\20icu_74::ByteSink&\2c\20signed\20char\29 +4782:__vfprintf_internal +4783:__trunctfsf2 +4784:__tan +4785:__strftime_l +4786:__rem_pio2_large +4787:__overflow +4788:__nl_langinfo_l +4789:__newlocale +4790:__munmap +4791:__mmap +4792:__math_xflowf +4793:__math_invalidf +4794:__loc_is_allocated +4795:__isxdigit_l +4796:__isdigit_l +4797:__getf2 +4798:__get_locale +4799:__ftello_unlocked +4800:__fstatat +4801:__fseeko_unlocked +4802:__floatscan +4803:__expo2 +4804:__dynamic_cast +4805:__divtf3 +4806:__cxxabiv1::__base_class_type_info::has_unambiguous_public_base\28__cxxabiv1::__dynamic_cast_info*\2c\20void*\2c\20int\29\20const +4807:_ZZN19GrGeometryProcessor11ProgramImpl17collectTransformsEP19GrGLSLVertexBuilderP20GrGLSLVaryingHandlerP20GrGLSLUniformHandler12GrShaderTypeRK11GrShaderVarSA_RK10GrPipelineEN3$_0clISE_EEvRT_RK19GrFragmentProcessorbPSJ_iNS0_9BaseCoordE +4808:\28anonymous\20namespace\29::write_text_tag\28char\20const*\29 +4809:\28anonymous\20namespace\29::write_mAB_or_mBA_tag\28unsigned\20int\2c\20skcms_Curve\20const*\2c\20skcms_Curve\20const*\2c\20unsigned\20char\20const*\2c\20unsigned\20char\20const*\2c\20skcms_Curve\20const*\2c\20skcms_Matrix3x4\20const*\29 +4810:\28anonymous\20namespace\29::set_uv_quad\28SkPoint\20const*\2c\20\28anonymous\20namespace\29::BezierVertex*\29 +4811:\28anonymous\20namespace\29::safe_to_ignore_subset_rect\28GrAAType\2c\20SkFilterMode\2c\20DrawQuad\20const&\2c\20SkRect\20const&\29 +4812:\28anonymous\20namespace\29::morphology_pass\28skif::Context\20const&\2c\20skif::FilterResult\20const&\2c\20\28anonymous\20namespace\29::MorphType\2c\20\28anonymous\20namespace\29::MorphDirection\2c\20int\29 +4813:\28anonymous\20namespace\29::make_non_convex_fill_op\28GrRecordingContext*\2c\20SkArenaAlloc*\2c\20skgpu::ganesh::FillPathFlags\2c\20GrAAType\2c\20SkRect\20const&\2c\20SkIRect\20const&\2c\20SkMatrix\20const&\2c\20SkPath\20const&\2c\20GrPaint&&\29 +4814:\28anonymous\20namespace\29::is_newer_better\28SkData*\2c\20SkData*\29 +4815:\28anonymous\20namespace\29::get_glyph_run_intercepts\28sktext::GlyphRun\20const&\2c\20SkPaint\20const&\2c\20float\20const*\2c\20float*\2c\20int*\29 +4816:\28anonymous\20namespace\29::get_cicp_trfn\28skcms_TransferFunction\20const&\29 +4817:\28anonymous\20namespace\29::get_cicp_primaries\28skcms_Matrix3x3\20const&\29 +4818:\28anonymous\20namespace\29::getStringArray\28ResourceData\20const*\2c\20icu_74::ResourceArray\20const&\2c\20icu_74::UnicodeString*\2c\20int\2c\20UErrorCode&\29 +4819:\28anonymous\20namespace\29::getInclusionsForSource\28UPropertySource\2c\20UErrorCode&\29 +4820:\28anonymous\20namespace\29::gather_lines_and_quads\28SkPath\20const&\2c\20SkMatrix\20const&\2c\20SkIRect\20const&\2c\20float\2c\20bool\2c\20skia_private::TArray*\2c\20skia_private::TArray*\2c\20skia_private::TArray*\2c\20skia_private::TArray*\2c\20skia_private::TArray*\29::$_2::operator\28\29\28SkSpan\29\20const +4821:\28anonymous\20namespace\29::draw_to_sw_mask\28GrSWMaskHelper*\2c\20skgpu::ganesh::ClipStack::Element\20const&\2c\20bool\29 +4822:\28anonymous\20namespace\29::draw_tiled_image\28SkCanvas*\2c\20std::__2::function\20\28SkIRect\29>\2c\20SkISize\2c\20int\2c\20SkMatrix\20const&\2c\20SkRect\20const&\2c\20SkIRect\20const&\2c\20SkPaint\20const*\2c\20SkCanvas::QuadAAFlags\2c\20SkCanvas::SrcRectConstraint\2c\20SkSamplingOptions\29 +4823:\28anonymous\20namespace\29::determine_clipped_src_rect\28SkIRect\2c\20SkMatrix\20const&\2c\20SkMatrix\20const&\2c\20SkISize\20const&\2c\20SkRect\20const*\29 +4824:\28anonymous\20namespace\29::create_hb_face\28SkTypeface\20const&\29::$_0::__invoke\28void*\29 +4825:\28anonymous\20namespace\29::copyFTBitmap\28FT_Bitmap_\20const&\2c\20SkMaskBuilder*\29 +4826:\28anonymous\20namespace\29::colrv1_start_glyph\28SkCanvas*\2c\20SkSpan\20const&\2c\20unsigned\20int\2c\20FT_FaceRec_*\2c\20unsigned\20short\2c\20FT_Color_Root_Transform_\2c\20skia_private::THashSet*\29 +4827:\28anonymous\20namespace\29::colrv1_draw_paint\28SkCanvas*\2c\20SkSpan\20const&\2c\20unsigned\20int\2c\20FT_FaceRec_*\2c\20FT_COLR_Paint_\20const&\29 +4828:\28anonymous\20namespace\29::colrv1_configure_skpaint\28FT_FaceRec_*\2c\20SkSpan\20const&\2c\20unsigned\20int\2c\20FT_COLR_Paint_\20const&\2c\20SkPaint*\29 +4829:\28anonymous\20namespace\29::YUVPlanesRec::~YUVPlanesRec\28\29 +4830:\28anonymous\20namespace\29::TriangulatingPathOp::~TriangulatingPathOp\28\29 +4831:\28anonymous\20namespace\29::TriangulatingPathOp::TriangulatingPathOp\28GrProcessorSet*\2c\20SkRGBA4f<\28SkAlphaType\292>\20const&\2c\20GrStyledShape\20const&\2c\20SkMatrix\20const&\2c\20SkIRect\20const&\2c\20GrAAType\2c\20GrUserStencilSettings\20const*\29 +4832:\28anonymous\20namespace\29::TriangulatingPathOp::Triangulate\28GrEagerVertexAllocator*\2c\20SkMatrix\20const&\2c\20GrStyledShape\20const&\2c\20SkIRect\20const&\2c\20float\2c\20bool*\29 +4833:\28anonymous\20namespace\29::TriangulatingPathOp::CreateKey\28skgpu::UniqueKey*\2c\20GrStyledShape\20const&\2c\20SkIRect\20const&\29 +4834:\28anonymous\20namespace\29::TextureOpImpl::propagateCoverageAAThroughoutChain\28\29 +4835:\28anonymous\20namespace\29::TextureOpImpl::characterize\28\28anonymous\20namespace\29::TextureOpImpl::Desc*\29\20const +4836:\28anonymous\20namespace\29::TextureOpImpl::appendQuad\28DrawQuad*\2c\20SkRGBA4f<\28SkAlphaType\292>\20const&\2c\20SkRect\20const&\29 +4837:\28anonymous\20namespace\29::TextureOpImpl::Make\28GrRecordingContext*\2c\20GrTextureSetEntry*\2c\20int\2c\20int\2c\20SkFilterMode\2c\20SkMipmapMode\2c\20skgpu::ganesh::TextureOp::Saturate\2c\20GrAAType\2c\20SkCanvas::SrcRectConstraint\2c\20SkMatrix\20const&\2c\20sk_sp\29 +4838:\28anonymous\20namespace\29::TextureOpImpl::FillInVertices\28GrCaps\20const&\2c\20\28anonymous\20namespace\29::TextureOpImpl*\2c\20\28anonymous\20namespace\29::TextureOpImpl::Desc*\2c\20char*\29 +4839:\28anonymous\20namespace\29::SpotVerticesFactory::makeVertices\28SkPath\20const&\2c\20SkMatrix\20const&\2c\20SkPoint*\29\20const +4840:\28anonymous\20namespace\29::SkMatrixTransformImageFilter::requiredInput\28skif::Mapping\20const&\2c\20skif::LayerSpace\20const&\29\20const +4841:\28anonymous\20namespace\29::SkImageImageFilter::onGetInputLayerBounds\28skif::Mapping\20const&\2c\20skif::LayerSpace\20const&\2c\20std::__2::optional>\29\20const +4842:\28anonymous\20namespace\29::SkCropImageFilter::requiredInput\28skif::Mapping\20const&\2c\20skif::LayerSpace\20const&\29\20const +4843:\28anonymous\20namespace\29::SDFTSubRun::deviceRectAndNeedsTransform\28SkMatrix\20const&\29\20const +4844:\28anonymous\20namespace\29::RunIteratorQueue::advanceRuns\28\29 +4845:\28anonymous\20namespace\29::RectsBlurKey::RectsBlurKey\28float\2c\20SkBlurStyle\2c\20SkSpan\29 +4846:\28anonymous\20namespace\29::Raster8888BlurAlgorithm::maxSigma\28\29\20const +4847:\28anonymous\20namespace\29::Raster8888BlurAlgorithm::blur\28SkSize\2c\20sk_sp\2c\20SkIRect\20const&\2c\20SkTileMode\2c\20SkIRect\20const&\29\20const::'lambda'\28float\29::operator\28\29\28float\29\20const +4848:\28anonymous\20namespace\29::RPBlender::RPBlender\28SkColorType\2c\20SkColorType\2c\20SkAlphaType\2c\20bool\29 +4849:\28anonymous\20namespace\29::MipLevelHelper::allocAndInit\28SkArenaAlloc*\2c\20SkSamplingOptions\20const&\2c\20SkTileMode\2c\20SkTileMode\29 +4850:\28anonymous\20namespace\29::MeshOp::~MeshOp\28\29 +4851:\28anonymous\20namespace\29::MeshOp::MeshOp\28GrProcessorSet*\2c\20SkRGBA4f<\28SkAlphaType\292>\20const&\2c\20sk_sp\2c\20GrPrimitiveType\20const*\2c\20GrAAType\2c\20sk_sp\2c\20SkMatrix\20const&\29 +4852:\28anonymous\20namespace\29::MeshOp::MeshOp\28GrProcessorSet*\2c\20SkRGBA4f<\28SkAlphaType\292>\20const&\2c\20SkMesh\20const&\2c\20skia_private::TArray>\2c\20true>\2c\20GrAAType\2c\20sk_sp\2c\20SkMatrix\20const&\29 +4853:\28anonymous\20namespace\29::MeshOp::Mesh::Mesh\28SkMesh\20const&\29 +4854:\28anonymous\20namespace\29::MeshGP::~MeshGP\28\29 +4855:\28anonymous\20namespace\29::MeshGP::Impl::~Impl\28\29 +4856:\28anonymous\20namespace\29::MeshGP::Impl::MeshCallbacks::defineStruct\28char\20const*\29 +4857:\28anonymous\20namespace\29::FillRectOpImpl::tessellate\28skgpu::ganesh::QuadPerEdgeAA::VertexSpec\20const&\2c\20char*\29\20const +4858:\28anonymous\20namespace\29::FillRectOpImpl::Make\28GrRecordingContext*\2c\20GrPaint&&\2c\20GrAAType\2c\20DrawQuad*\2c\20GrUserStencilSettings\20const*\2c\20GrSimpleMeshDrawOpHelper::InputFlags\29 +4859:\28anonymous\20namespace\29::FillRectOpImpl::FillRectOpImpl\28GrProcessorSet*\2c\20SkRGBA4f<\28SkAlphaType\292>\2c\20GrAAType\2c\20DrawQuad*\2c\20GrUserStencilSettings\20const*\2c\20GrSimpleMeshDrawOpHelper::InputFlags\29 +4860:\28anonymous\20namespace\29::EllipticalRRectEffect::Make\28std::__2::unique_ptr>\2c\20GrClipEdgeType\2c\20SkRRect\20const&\29 +4861:\28anonymous\20namespace\29::DrawAtlasOpImpl::DrawAtlasOpImpl\28GrProcessorSet*\2c\20SkRGBA4f<\28SkAlphaType\292>\20const&\2c\20SkMatrix\20const&\2c\20GrAAType\2c\20int\2c\20SkRSXform\20const*\2c\20SkRect\20const*\2c\20unsigned\20int\20const*\29 +4862:\28anonymous\20namespace\29::DirectMaskSubRun::glyphParams\28\29\20const +4863:\28anonymous\20namespace\29::DirectMaskSubRun::draw\28SkCanvas*\2c\20SkPoint\2c\20SkPaint\20const&\2c\20sk_sp\2c\20std::__2::function\2c\20sktext::gpu::RendererData\29>\20const&\29\20const +4864:\28anonymous\20namespace\29::DefaultPathOp::programInfo\28\29 +4865:\28anonymous\20namespace\29::DefaultPathOp::Make\28GrRecordingContext*\2c\20GrPaint&&\2c\20SkPath\20const&\2c\20float\2c\20unsigned\20char\2c\20SkMatrix\20const&\2c\20bool\2c\20GrAAType\2c\20SkRect\20const&\2c\20GrUserStencilSettings\20const*\29 +4866:\28anonymous\20namespace\29::DefaultPathOp::DefaultPathOp\28GrProcessorSet*\2c\20SkRGBA4f<\28SkAlphaType\292>\20const&\2c\20SkPath\20const&\2c\20float\2c\20unsigned\20char\2c\20SkMatrix\20const&\2c\20bool\2c\20GrAAType\2c\20SkRect\20const&\2c\20GrUserStencilSettings\20const*\29 +4867:\28anonymous\20namespace\29::ClipGeometry\20\28anonymous\20namespace\29::get_clip_geometry\28skgpu::ganesh::ClipStack::SaveRecord\20const&\2c\20skgpu::ganesh::ClipStack::Draw\20const&\29 +4868:\28anonymous\20namespace\29::CircularRRectEffect::onIsEqual\28GrFragmentProcessor\20const&\29\20const +4869:\28anonymous\20namespace\29::CachedTessellations::~CachedTessellations\28\29 +4870:\28anonymous\20namespace\29::CachedTessellations::CachedTessellations\28\29 +4871:\28anonymous\20namespace\29::CacheImpl::~CacheImpl\28\29 +4872:\28anonymous\20namespace\29::AAHairlineOp::AAHairlineOp\28GrProcessorSet*\2c\20SkRGBA4f<\28SkAlphaType\292>\20const&\2c\20unsigned\20char\2c\20SkMatrix\20const&\2c\20SkPath\20const&\2c\20SkIRect\2c\20float\2c\20GrUserStencilSettings\20const*\29 +4873:WebPResetDecParams +4874:WebPRescalerGetScaledDimensions +4875:WebPMultRows +4876:WebPMultARGBRows +4877:WebPIoInitFromOptions +4878:WebPInitUpsamplers +4879:WebPFlipBuffer +4880:WebPDemuxInternal +4881:WebPDemuxGetChunk +4882:WebPCopyDecBufferPixels +4883:WebPAllocateDecBuffer +4884:WebGLTextureImageGenerator::~WebGLTextureImageGenerator\28\29 +4885:VP8RemapBitReader +4886:VP8LHuffmanTablesAllocate +4887:VP8LDspInit +4888:VP8LConvertFromBGRA +4889:VP8LColorCacheInit +4890:VP8LColorCacheCopy +4891:VP8LBuildHuffmanTable +4892:VP8LBitReaderSetBuffer +4893:VP8InitScanline +4894:VP8GetInfo +4895:VP8BitReaderSetBuffer +4896:Update_Max +4897:TransformOne_C +4898:TT_Set_Named_Instance +4899:TT_Hint_Glyph +4900:StoreFrame +4901:SortContourList\28SkOpContourHead**\2c\20bool\2c\20bool\29 +4902:SkYUVAPixmapInfo::isSupported\28SkYUVAPixmapInfo::SupportedDataTypes\20const&\29\20const +4903:SkWuffsCodec::seekFrame\28int\29 +4904:SkWuffsCodec::onStartIncrementalDecode\28SkImageInfo\20const&\2c\20void*\2c\20unsigned\20long\2c\20SkCodec::Options\20const&\29 +4905:SkWuffsCodec::onIncrementalDecodeTwoPass\28\29 +4906:SkWuffsCodec::decodeFrameConfig\28\29 +4907:SkWriter32::writeString\28char\20const*\2c\20unsigned\20long\29 +4908:SkWebpDecoder::IsWebp\28void\20const*\2c\20unsigned\20long\29 +4909:SkWebpCodec::ensureAllData\28\29 +4910:SkWebpCodec::MakeFromStream\28std::__2::unique_ptr>\2c\20SkCodec::Result*\29 +4911:SkWbmpDecoder::IsWbmp\28void\20const*\2c\20unsigned\20long\29 +4912:SkWbmpCodec::MakeFromStream\28std::__2::unique_ptr>\2c\20SkCodec::Result*\29 +4913:SkWStream::SizeOfPackedUInt\28unsigned\20long\29 +4914:SkWBuffer::padToAlign4\28\29 +4915:SkVertices::Builder::indices\28\29 +4916:SkUnicode_icu::extractWords\28unsigned\20short*\2c\20int\2c\20char\20const*\2c\20std::__2::vector>*\29 +4917:SkUnicode::convertUtf16ToUtf8\28std::__2::basic_string\2c\20std::__2::allocator>\20const&\29 +4918:SkUTF::NextUTF16\28unsigned\20short\20const**\2c\20unsigned\20short\20const*\29 +4919:SkTypeface_FreeType::FaceRec::Make\28SkTypeface_FreeType\20const*\29 +4920:SkTypeface_Custom::onGetFamilyName\28SkString*\29\20const +4921:SkTypeface::textToGlyphs\28void\20const*\2c\20unsigned\20long\2c\20SkTextEncoding\2c\20SkSpan\29\20const +4922:SkTypeface::serialize\28SkWStream*\2c\20SkTypeface::SerializeBehavior\29\20const +4923:SkTypeface::openStream\28int*\29\20const +4924:SkTypeface::onGetFixedPitch\28\29\20const +4925:SkTypeface::getVariationDesignPosition\28SkSpan\29\20const +4926:SkTreatAsSprite\28SkMatrix\20const&\2c\20SkISize\20const&\2c\20SkSamplingOptions\20const&\2c\20bool\29 +4927:SkTransformShader::update\28SkMatrix\20const&\29 +4928:SkTransformShader::SkTransformShader\28SkShaderBase\20const&\2c\20bool\29 +4929:SkTiff::ImageFileDirectory::getEntryRawData\28unsigned\20short\2c\20unsigned\20short*\2c\20unsigned\20short*\2c\20unsigned\20int*\2c\20unsigned\20char\20const**\2c\20unsigned\20long*\29\20const +4930:SkTextBlobBuilder::allocRunPos\28SkFont\20const&\2c\20int\2c\20SkRect\20const*\29 +4931:SkTextBlob::getIntercepts\28float\20const*\2c\20float*\2c\20SkPaint\20const*\29\20const +4932:SkTextBlob::RunRecord::StorageSize\28unsigned\20int\2c\20unsigned\20int\2c\20SkTextBlob::GlyphPositioning\2c\20SkSafeMath*\29 +4933:SkTextBlob::MakeFromText\28void\20const*\2c\20unsigned\20long\2c\20SkFont\20const&\2c\20SkTextEncoding\29 +4934:SkTextBlob::MakeFromRSXform\28void\20const*\2c\20unsigned\20long\2c\20SkSpan\2c\20SkFont\20const&\2c\20SkTextEncoding\29 +4935:SkTextBlob::Iter::experimentalNext\28SkTextBlob::Iter::ExperimentalRun*\29 +4936:SkTextBlob::Iter::Iter\28SkTextBlob\20const&\29 +4937:SkTaskGroup::wait\28\29 +4938:SkTaskGroup::add\28std::__2::function\29 +4939:SkTSpan::onlyEndPointsInCommon\28SkTSpan\20const*\2c\20bool*\2c\20bool*\2c\20bool*\29 +4940:SkTSpan::linearIntersects\28SkTCurve\20const&\29\20const +4941:SkTSect::removeAllBut\28SkTSpan\20const*\2c\20SkTSpan*\2c\20SkTSect*\29 +4942:SkTSect::intersects\28SkTSpan*\2c\20SkTSect*\2c\20SkTSpan*\2c\20int*\29 +4943:SkTSect::deleteEmptySpans\28\29 +4944:SkTSect::addSplitAt\28SkTSpan*\2c\20double\29 +4945:SkTSect::addForPerp\28SkTSpan*\2c\20double\29 +4946:SkTSect::EndsEqual\28SkTSect\20const*\2c\20SkTSect\20const*\2c\20SkIntersections*\29 +4947:SkTMultiMap::~SkTMultiMap\28\29 +4948:SkTMaskGamma<3\2c\203\2c\203>::SkTMaskGamma\28float\2c\20float\29 +4949:SkTDynamicHash<\28anonymous\20namespace\29::CacheImpl::Value\2c\20SkImageFilterCacheKey\2c\20\28anonymous\20namespace\29::CacheImpl::Value>::find\28SkImageFilterCacheKey\20const&\29\20const +4950:SkTDStorage::calculateSizeOrDie\28int\29::$_1::operator\28\29\28\29\20const +4951:SkTDStorage::SkTDStorage\28SkTDStorage&&\29 +4952:SkTCubic::hullIntersects\28SkDQuad\20const&\2c\20bool*\29\20const +4953:SkTConic::otherPts\28int\2c\20SkDPoint\20const**\29\20const +4954:SkTConic::hullIntersects\28SkDCubic\20const&\2c\20bool*\29\20const +4955:SkTConic::controlsInside\28\29\20const +4956:SkTConic::collapsed\28\29\20const +4957:SkTBlockList::reset\28\29 +4958:SkTBlockList::reset\28\29 +4959:SkTBlockList::push_back\28GrGLProgramDataManager::GLUniformInfo\20const&\29 +4960:SkSwizzler::MakeSimple\28int\2c\20SkImageInfo\20const&\2c\20SkCodec::Options\20const&\2c\20SkIRect\20const*\29 +4961:SkSurfaces::WrapPixels\28SkImageInfo\20const&\2c\20void*\2c\20unsigned\20long\2c\20SkSurfaceProps\20const*\29 +4962:SkSurface_Base::outstandingImageSnapshot\28\29\20const +4963:SkSurface_Base::onDraw\28SkCanvas*\2c\20float\2c\20float\2c\20SkSamplingOptions\20const&\2c\20SkPaint\20const*\29 +4964:SkSurface_Base::onCapabilities\28\29 +4965:SkSurface::height\28\29\20const +4966:SkStrokeRec::setHairlineStyle\28\29 +4967:SkStrokeRec::SkStrokeRec\28SkPaint\20const&\2c\20SkPaint::Style\2c\20float\29 +4968:SkStrokeRec::GetInflationRadius\28SkPaint::Join\2c\20float\2c\20SkPaint::Cap\2c\20float\29 +4969:SkString::insertHex\28unsigned\20long\2c\20unsigned\20int\2c\20int\29 +4970:SkString::appendVAList\28char\20const*\2c\20void*\29 +4971:SkString*\20std::__2::vector>::__emplace_back_slow_path\28char\20const*&\29 +4972:SkStrikeSpec::SkStrikeSpec\28SkStrikeSpec\20const&\29 +4973:SkStrikeSpec::ShouldDrawAsPath\28SkPaint\20const&\2c\20SkFont\20const&\2c\20SkMatrix\20const&\29 +4974:SkStrike::~SkStrike\28\29 +4975:SkStream::readS8\28signed\20char*\29 +4976:SkStrSplit\28char\20const*\2c\20char\20const*\2c\20SkStrSplitMode\2c\20skia_private::TArray*\29 +4977:SkStrAppendS32\28char*\2c\20int\29 +4978:SkSpriteBlitter_Memcpy::~SkSpriteBlitter_Memcpy\28\29 +4979:SkSpecialImages::AsView\28GrRecordingContext*\2c\20SkSpecialImage\20const*\29 +4980:SkSharedMutex::releaseShared\28\29 +4981:SkShapers::unicode::BidiRunIterator\28sk_sp\2c\20char\20const*\2c\20unsigned\20long\2c\20unsigned\20char\29 +4982:SkShapers::HB::ScriptRunIterator\28char\20const*\2c\20unsigned\20long\29 +4983:SkShaper::MakeStdLanguageRunIterator\28char\20const*\2c\20unsigned\20long\29 +4984:SkShaders::MatrixRec::concat\28SkMatrix\20const&\29\20const +4985:SkShaders::Blend\28sk_sp\2c\20sk_sp\2c\20sk_sp\29 +4986:SkShaderUtils::VisitLineByLine\28std::__2::basic_string\2c\20std::__2::allocator>\20const&\2c\20std::__2::function\20const&\29 +4987:SkShaderUtils::PrettyPrint\28std::__2::basic_string\2c\20std::__2::allocator>\20const&\29 +4988:SkShaderUtils::GLSLPrettyPrint::parseUntil\28char\20const*\29 +4989:SkShaderBlurAlgorithm::renderBlur\28SkRuntimeEffectBuilder*\2c\20SkFilterMode\2c\20SkISize\2c\20sk_sp\2c\20SkIRect\20const&\2c\20SkTileMode\2c\20SkIRect\20const&\29\20const +4990:SkShaderBlurAlgorithm::evalBlur1D\28float\2c\20int\2c\20SkV2\2c\20sk_sp\2c\20SkIRect\2c\20SkTileMode\2c\20SkIRect\29\20const +4991:SkShaderBlurAlgorithm::Compute2DBlurOffsets\28SkISize\2c\20std::__2::array&\29 +4992:SkShaderBlurAlgorithm::Compute2DBlurKernel\28SkSize\2c\20SkISize\2c\20std::__2::array&\29 +4993:SkShaderBlurAlgorithm::Compute1DBlurLinearKernel\28float\2c\20int\2c\20std::__2::array&\29 +4994:SkShaderBase::getFlattenableType\28\29\20const +4995:SkShaderBase::asLuminanceColor\28SkRGBA4f<\28SkAlphaType\293>*\29\20const +4996:SkShader::makeWithColorFilter\28sk_sp\29\20const +4997:SkScan::PathRequiresTiling\28SkIRect\20const&\29 +4998:SkScan::HairLine\28SkPoint\20const*\2c\20int\2c\20SkRasterClip\20const&\2c\20SkBlitter*\29 +4999:SkScan::AntiHairPath\28SkPathRaw\20const&\2c\20SkRasterClip\20const&\2c\20SkBlitter*\29 +5000:SkScan::AntiFrameRect\28SkRect\20const&\2c\20SkPoint\20const&\2c\20SkRegion\20const*\2c\20SkBlitter*\29 +5001:SkScan::AntiFillXRect\28SkIRect\20const&\2c\20SkRegion\20const*\2c\20SkBlitter*\29 +5002:SkScan::AntiFillRect\28SkRect\20const&\2c\20SkRegion\20const*\2c\20SkBlitter*\29 +5003:SkScan::AntiFillPath\28SkPathRaw\20const&\2c\20SkRasterClip\20const&\2c\20SkBlitter*\29 +5004:SkScan::AAAFillPath\28SkPathRaw\20const&\2c\20SkBlitter*\2c\20SkIRect\20const&\2c\20SkIRect\20const&\2c\20bool\29 +5005:SkScalerContext_FreeType::updateGlyphBoundsIfSubpixel\28SkGlyph\20const&\2c\20SkRect*\2c\20bool\29 +5006:SkScalerContext_FreeType::shouldSubpixelBitmap\28SkGlyph\20const&\2c\20SkMatrix\20const&\29 +5007:SkScalerContextRec::useStrokeForFakeBold\28\29 +5008:SkScalerContextRec::getSingleMatrix\28\29\20const +5009:SkScalerContextFTUtils::drawCOLRv1Glyph\28FT_FaceRec_*\2c\20SkGlyph\20const&\2c\20unsigned\20int\2c\20SkSpan\2c\20SkCanvas*\29\20const +5010:SkScalerContextFTUtils::drawCOLRv0Glyph\28FT_FaceRec_*\2c\20SkGlyph\20const&\2c\20unsigned\20int\2c\20SkSpan\2c\20SkCanvas*\29\20const +5011:SkScalerContext::internalMakeGlyph\28SkPackedGlyphID\2c\20SkMask::Format\2c\20SkArenaAlloc*\29 +5012:SkScalerContext::internalGetPath\28SkGlyph&\2c\20SkArenaAlloc*\2c\20std::__2::optional&&\29 +5013:SkScalerContext::SkScalerContext\28SkTypeface&\2c\20SkScalerContextEffects\20const&\2c\20SkDescriptor\20const*\29 +5014:SkScalerContext::PreprocessRec\28SkTypeface\20const&\2c\20SkScalerContextEffects\20const&\2c\20SkDescriptor\20const&\29 +5015:SkScalerContext::MakeRecAndEffects\28SkFont\20const&\2c\20SkPaint\20const&\2c\20SkSurfaceProps\20const&\2c\20SkScalerContextFlags\2c\20SkMatrix\20const&\2c\20SkScalerContextRec*\2c\20SkScalerContextEffects*\29 +5016:SkScalerContext::MakeEmpty\28SkTypeface&\2c\20SkScalerContextEffects\20const&\2c\20SkDescriptor\20const*\29 +5017:SkScalerContext::GetMaskPreBlend\28SkScalerContextRec\20const&\29 +5018:SkScalerContext::GenerateImageFromPath\28SkMaskBuilder&\2c\20SkPath\20const&\2c\20SkTMaskPreBlend<3\2c\203\2c\203>\20const&\2c\20bool\2c\20bool\2c\20bool\2c\20bool\29 +5019:SkScalerContext::AutoDescriptorGivenRecAndEffects\28SkScalerContextRec\20const&\2c\20SkScalerContextEffects\20const&\2c\20SkAutoDescriptor*\29 +5020:SkSampledCodec::sampledDecode\28SkImageInfo\20const&\2c\20void*\2c\20unsigned\20long\2c\20SkAndroidCodec::AndroidOptions\20const&\29 +5021:SkSampledCodec::accountForNativeScaling\28int*\2c\20int*\29\20const +5022:SkSL::zero_expression\28SkSL::Context\20const&\2c\20SkSL::Position\2c\20SkSL::Type\20const&\29 +5023:SkSL::type_to_sksltype\28SkSL::Context\20const&\2c\20SkSL::Type\20const&\2c\20SkSLType*\29 +5024:SkSL::stoi\28std::__2::basic_string_view>\2c\20long\20long*\29 +5025:SkSL::splat_scalar\28SkSL::Context\20const&\2c\20SkSL::Expression\20const&\2c\20SkSL::Type\20const&\29 +5026:SkSL::optimize_intrinsic_call\28SkSL::Context\20const&\2c\20SkSL::Position\2c\20SkSL::IntrinsicKind\2c\20SkSL::ExpressionArray\20const&\2c\20SkSL::Type\20const&\29::$_2::operator\28\29\28int\29\20const +5027:SkSL::optimize_intrinsic_call\28SkSL::Context\20const&\2c\20SkSL::Position\2c\20SkSL::IntrinsicKind\2c\20SkSL::ExpressionArray\20const&\2c\20SkSL::Type\20const&\29::$_1::operator\28\29\28int\29\20const +5028:SkSL::optimize_intrinsic_call\28SkSL::Context\20const&\2c\20SkSL::Position\2c\20SkSL::IntrinsicKind\2c\20SkSL::ExpressionArray\20const&\2c\20SkSL::Type\20const&\29::$_0::operator\28\29\28int\29\20const +5029:SkSL::negate_expression\28SkSL::Context\20const&\2c\20SkSL::Position\2c\20SkSL::Expression\20const&\2c\20SkSL::Type\20const&\29 +5030:SkSL::make_reciprocal_expression\28SkSL::Context\20const&\2c\20SkSL::Expression\20const&\29 +5031:SkSL::index_out_of_range\28SkSL::Context\20const&\2c\20SkSL::Position\2c\20long\20long\2c\20SkSL::Expression\20const&\29 +5032:SkSL::get_struct_definitions_from_module\28SkSL::Program&\2c\20SkSL::Module\20const&\2c\20std::__2::vector>*\29 +5033:SkSL::find_existing_declaration\28SkSL::Context\20const&\2c\20SkSL::Position\2c\20SkSL::ModifierFlags\2c\20SkSL::IntrinsicKind\2c\20std::__2::basic_string_view>\2c\20skia_private::TArray>\2c\20true>&\2c\20SkSL::Position\2c\20SkSL::Type\20const*\2c\20SkSL::FunctionDeclaration**\29::$_0::operator\28\29\28\29\20const +5034:SkSL::extract_matrix\28SkSL::Expression\20const*\2c\20float*\29 +5035:SkSL::eliminate_unreachable_code\28SkSpan>>\2c\20SkSL::ProgramUsage*\29::UnreachableCodeEliminator::visitStatementPtr\28std::__2::unique_ptr>&\29 +5036:SkSL::check_main_signature\28SkSL::Context\20const&\2c\20SkSL::Position\2c\20SkSL::Type\20const&\2c\20skia_private::TArray>\2c\20true>&\29::$_4::operator\28\29\28int\29\20const +5037:SkSL::\28anonymous\20namespace\29::check_valid_uniform_type\28SkSL::Position\2c\20SkSL::Type\20const*\2c\20SkSL::Context\20const&\2c\20bool\29::$_0::operator\28\29\28\29\20const +5038:SkSL::\28anonymous\20namespace\29::ProgramUsageVisitor::visitProgramElement\28SkSL::ProgramElement\20const&\29 +5039:SkSL::\28anonymous\20namespace\29::ProgramUsageVisitor::visitExpression\28SkSL::Expression\20const&\29 +5040:SkSL::\28anonymous\20namespace\29::FinalizationVisitor::visitProgramElement\28SkSL::ProgramElement\20const&\29 +5041:SkSL::VariableReference::setRefKind\28SkSL::VariableRefKind\29 +5042:SkSL::Variable::setVarDeclaration\28SkSL::VarDeclaration*\29 +5043:SkSL::Variable::setGlobalVarDeclaration\28SkSL::GlobalVarDeclaration*\29 +5044:SkSL::Variable::globalVarDeclaration\28\29\20const +5045:SkSL::Variable::Make\28SkSL::Position\2c\20SkSL::Position\2c\20SkSL::Layout\20const&\2c\20SkSL::ModifierFlags\2c\20SkSL::Type\20const*\2c\20std::__2::basic_string_view>\2c\20std::__2::basic_string\2c\20std::__2::allocator>\2c\20bool\2c\20SkSL::VariableStorage\29 +5046:SkSL::Variable::MakeScratchVariable\28SkSL::Context\20const&\2c\20SkSL::Mangler&\2c\20std::__2::basic_string_view>\2c\20SkSL::Type\20const*\2c\20SkSL::SymbolTable*\2c\20std::__2::unique_ptr>\29 +5047:SkSL::VarDeclaration::Make\28SkSL::Context\20const&\2c\20SkSL::Variable*\2c\20SkSL::Type\20const*\2c\20int\2c\20std::__2::unique_ptr>\29 +5048:SkSL::VarDeclaration::ErrorCheck\28SkSL::Context\20const&\2c\20SkSL::Position\2c\20SkSL::Position\2c\20SkSL::Layout\20const&\2c\20SkSL::ModifierFlags\2c\20SkSL::Type\20const*\2c\20SkSL::Type\20const*\2c\20SkSL::VariableStorage\29 +5049:SkSL::TypeReference::description\28SkSL::OperatorPrecedence\29\20const +5050:SkSL::TypeReference::VerifyType\28SkSL::Context\20const&\2c\20SkSL::Type\20const*\2c\20SkSL::Position\29 +5051:SkSL::TypeReference::Convert\28SkSL::Context\20const&\2c\20SkSL::Position\2c\20SkSL::Type\20const*\29 +5052:SkSL::Type::MakeStructType\28SkSL::Context\20const&\2c\20SkSL::Position\2c\20std::__2::basic_string_view>\2c\20skia_private::TArray\2c\20bool\29 +5053:SkSL::Type::MakeLiteralType\28char\20const*\2c\20SkSL::Type\20const&\2c\20signed\20char\29 +5054:SkSL::Transform::\28anonymous\20namespace\29::BuiltinVariableScanner::addDeclaringElement\28SkSL::ProgramElement\20const*\29 +5055:SkSL::Transform::EliminateDeadFunctions\28SkSL::Program&\29 +5056:SkSL::ToGLSL\28SkSL::Program&\2c\20SkSL::ShaderCaps\20const*\2c\20SkSL::NativeShader*\29 +5057:SkSL::TernaryExpression::Make\28SkSL::Context\20const&\2c\20SkSL::Position\2c\20std::__2::unique_ptr>\2c\20std::__2::unique_ptr>\2c\20std::__2::unique_ptr>\29 +5058:SkSL::SymbolTable::insertNewParent\28\29 +5059:SkSL::SymbolTable::addWithoutOwnership\28SkSL::Symbol*\29 +5060:SkSL::Swizzle::MaskString\28skia_private::FixedArray<4\2c\20signed\20char>\20const&\29 +5061:SkSL::SwitchStatement::Make\28SkSL::Context\20const&\2c\20SkSL::Position\2c\20std::__2::unique_ptr>\2c\20std::__2::unique_ptr>\29 +5062:SkSL::SwitchCase::Make\28SkSL::Position\2c\20long\20long\2c\20std::__2::unique_ptr>\29 +5063:SkSL::SwitchCase::MakeDefault\28SkSL::Position\2c\20std::__2::unique_ptr>\29 +5064:SkSL::StructType::StructType\28SkSL::Position\2c\20std::__2::basic_string_view>\2c\20skia_private::TArray\2c\20int\2c\20bool\2c\20bool\29 +5065:SkSL::String::vappendf\28std::__2::basic_string\2c\20std::__2::allocator>*\2c\20char\20const*\2c\20void*\29 +5066:SkSL::SingleArgumentConstructor::argumentSpan\28\29 +5067:SkSL::RP::stack_usage\28SkSL::RP::Instruction\20const&\29 +5068:SkSL::RP::UnownedLValueSlice::isWritable\28\29\20const +5069:SkSL::RP::UnownedLValueSlice::dynamicSlotRange\28\29 +5070:SkSL::RP::Program::~Program\28\29 +5071:SkSL::RP::LValue::swizzle\28\29 +5072:SkSL::RP::Generator::writeVarDeclaration\28SkSL::VarDeclaration\20const&\29 +5073:SkSL::RP::Generator::writeFunction\28SkSL::IRNode\20const&\2c\20SkSL::FunctionDefinition\20const&\2c\20SkSpan>\20const>\29 +5074:SkSL::RP::Generator::storeImmutableValueToSlots\28skia_private::TArray\20const&\2c\20SkSL::RP::SlotRange\29 +5075:SkSL::RP::Generator::pushVariableReferencePartial\28SkSL::VariableReference\20const&\2c\20SkSL::RP::SlotRange\29 +5076:SkSL::RP::Generator::pushPrefixExpression\28SkSL::Operator\2c\20SkSL::Expression\20const&\29 +5077:SkSL::RP::Generator::pushIntrinsic\28SkSL::IntrinsicKind\2c\20SkSL::Expression\20const&\2c\20SkSL::Expression\20const&\2c\20SkSL::Expression\20const&\29 +5078:SkSL::RP::Generator::pushImmutableData\28SkSL::Expression\20const&\29 +5079:SkSL::RP::Generator::pushAbsFloatIntrinsic\28int\29 +5080:SkSL::RP::Generator::getImmutableValueForExpression\28SkSL::Expression\20const&\2c\20skia_private::TArray*\29 +5081:SkSL::RP::Generator::foldWithMultiOp\28SkSL::RP::BuilderOp\2c\20int\29 +5082:SkSL::RP::Generator::findPreexistingImmutableData\28skia_private::TArray\20const&\29 +5083:SkSL::RP::DynamicIndexLValue::dynamicSlotRange\28\29 +5084:SkSL::RP::Builder::push_slots_or_immutable_indirect\28SkSL::RP::SlotRange\2c\20int\2c\20SkSL::RP::SlotRange\2c\20SkSL::RP::BuilderOp\29 +5085:SkSL::RP::Builder::push_condition_mask\28\29 +5086:SkSL::RP::Builder::pad_stack\28int\29 +5087:SkSL::RP::Builder::copy_stack_to_slots\28SkSL::RP::SlotRange\2c\20int\29 +5088:SkSL::RP::Builder::branch_if_any_lanes_active\28int\29 +5089:SkSL::ProgramVisitor::visit\28SkSL::Program\20const&\29 +5090:SkSL::ProgramUsage::remove\28SkSL::Expression\20const*\29 +5091:SkSL::ProgramUsage::add\28SkSL::Statement\20const*\29 +5092:SkSL::ProgramUsage::add\28SkSL::Expression\20const*\29 +5093:SkSL::Pool::attachToThread\28\29 +5094:SkSL::PipelineStage::PipelineStageCodeGenerator::functionName\28SkSL::FunctionDeclaration\20const&\2c\20int\29 +5095:SkSL::PipelineStage::PipelineStageCodeGenerator::functionDeclaration\28SkSL::FunctionDeclaration\20const&\29 +5096:SkSL::PipelineStage::PipelineStageCodeGenerator::forEachSpecialization\28SkSL::FunctionDeclaration\20const&\2c\20std::__2::function\20const&\29 +5097:SkSL::Parser::~Parser\28\29 +5098:SkSL::Parser::varDeclarations\28\29 +5099:SkSL::Parser::varDeclarationsOrExpressionStatement\28\29 +5100:SkSL::Parser::switchCaseBody\28SkSL::ExpressionArray*\2c\20skia_private::STArray<2\2c\20std::__2::unique_ptr>\2c\20true>*\2c\20std::__2::unique_ptr>\29 +5101:SkSL::Parser::statementOrNop\28SkSL::Position\2c\20std::__2::unique_ptr>\29 +5102:SkSL::Parser::shiftExpression\28\29 +5103:SkSL::Parser::relationalExpression\28\29 +5104:SkSL::Parser::parameter\28std::__2::unique_ptr>*\29 +5105:SkSL::Parser::multiplicativeExpression\28\29 +5106:SkSL::Parser::logicalXorExpression\28\29 +5107:SkSL::Parser::logicalAndExpression\28\29 +5108:SkSL::Parser::localVarDeclarationEnd\28SkSL::Position\2c\20SkSL::Modifiers\20const&\2c\20SkSL::Type\20const*\2c\20SkSL::Token\29 +5109:SkSL::Parser::intLiteral\28long\20long*\29 +5110:SkSL::Parser::globalVarDeclarationEnd\28SkSL::Position\2c\20SkSL::Modifiers\20const&\2c\20SkSL::Type\20const*\2c\20SkSL::Token\29 +5111:SkSL::Parser::equalityExpression\28\29 +5112:SkSL::Parser::directive\28bool\29 +5113:SkSL::Parser::declarations\28\29 +5114:SkSL::Parser::checkNext\28SkSL::Token::Kind\2c\20SkSL::Token*\29 +5115:SkSL::Parser::bitwiseXorExpression\28\29 +5116:SkSL::Parser::bitwiseOrExpression\28\29 +5117:SkSL::Parser::bitwiseAndExpression\28\29 +5118:SkSL::Parser::additiveExpression\28\29 +5119:SkSL::Parser::Parser\28SkSL::Compiler*\2c\20SkSL::ProgramSettings\20const&\2c\20SkSL::ProgramKind\2c\20std::__2::unique_ptr\2c\20std::__2::allocator>\2c\20std::__2::default_delete\2c\20std::__2::allocator>>>\29 +5120:SkSL::MultiArgumentConstructor::argumentSpan\28\29 +5121:SkSL::ModuleTypeToString\28SkSL::ModuleType\29 +5122:SkSL::ModuleLoader::~ModuleLoader\28\29 +5123:SkSL::ModuleLoader::loadVertexModule\28SkSL::Compiler*\29 +5124:SkSL::ModuleLoader::loadPublicModule\28SkSL::Compiler*\29 +5125:SkSL::ModuleLoader::loadFragmentModule\28SkSL::Compiler*\29 +5126:SkSL::ModuleLoader::Get\28\29 +5127:SkSL::MatrixType::bitWidth\28\29\20const +5128:SkSL::MakeRasterPipelineProgram\28SkSL::Program\20const&\2c\20SkSL::FunctionDefinition\20const&\2c\20SkSL::DebugTracePriv*\2c\20bool\29 +5129:SkSL::Layout::description\28\29\20const +5130:SkSL::Intrinsics::\28anonymous\20namespace\29::evaluate_length\28std::__2::array\20const&\29 +5131:SkSL::Intrinsics::\28anonymous\20namespace\29::evaluate_add\28SkSL::Context\20const&\2c\20std::__2::array\20const&\29 +5132:SkSL::InterfaceBlock::~InterfaceBlock\28\29 +5133:SkSL::Inliner::candidateCanBeInlined\28SkSL::InlineCandidate\20const&\2c\20SkSL::ProgramUsage\20const&\2c\20skia_private::THashMap*\29 +5134:SkSL::IfStatement::Make\28SkSL::Context\20const&\2c\20SkSL::Position\2c\20std::__2::unique_ptr>\2c\20std::__2::unique_ptr>\2c\20std::__2::unique_ptr>\29 +5135:SkSL::GLSLCodeGenerator::writeVarDeclaration\28SkSL::VarDeclaration\20const&\2c\20bool\29 +5136:SkSL::GLSLCodeGenerator::writeProgramElement\28SkSL::ProgramElement\20const&\29 +5137:SkSL::GLSLCodeGenerator::writeMinAbsHack\28SkSL::Expression&\2c\20SkSL::Expression&\29 +5138:SkSL::GLSLCodeGenerator::generateCode\28\29 +5139:SkSL::FunctionDefinition::Convert\28SkSL::Context\20const&\2c\20SkSL::Position\2c\20SkSL::FunctionDeclaration\20const&\2c\20std::__2::unique_ptr>\29::Finalizer::visitStatementPtr\28std::__2::unique_ptr>&\29 +5140:SkSL::FunctionDefinition::Convert\28SkSL::Context\20const&\2c\20SkSL::Position\2c\20SkSL::FunctionDeclaration\20const&\2c\20std::__2::unique_ptr>\29::Finalizer::addLocalVariable\28SkSL::Variable\20const*\2c\20SkSL::Position\29 +5141:SkSL::FunctionDeclaration::~FunctionDeclaration\28\29_6591 +5142:SkSL::FunctionDeclaration::~FunctionDeclaration\28\29 +5143:SkSL::FunctionDeclaration::mangledName\28\29\20const +5144:SkSL::FunctionDeclaration::determineFinalTypes\28SkSL::ExpressionArray\20const&\2c\20skia_private::STArray<8\2c\20SkSL::Type\20const*\2c\20true>*\2c\20SkSL::Type\20const**\29\20const +5145:SkSL::FunctionDeclaration::FunctionDeclaration\28SkSL::Context\20const&\2c\20SkSL::Position\2c\20SkSL::ModifierFlags\2c\20std::__2::basic_string_view>\2c\20skia_private::TArray\2c\20SkSL::Type\20const*\2c\20SkSL::IntrinsicKind\29 +5146:SkSL::FunctionDebugInfo*\20std::__2::vector>::__push_back_slow_path\28SkSL::FunctionDebugInfo&&\29 +5147:SkSL::FunctionCall::Make\28SkSL::Context\20const&\2c\20SkSL::Position\2c\20SkSL::Type\20const*\2c\20SkSL::FunctionDeclaration\20const&\2c\20SkSL::ExpressionArray\29 +5148:SkSL::FunctionCall::FindBestFunctionForCall\28SkSL::Context\20const&\2c\20SkSL::FunctionDeclaration\20const*\2c\20SkSL::ExpressionArray\20const&\29 +5149:SkSL::FunctionCall::Convert\28SkSL::Context\20const&\2c\20SkSL::Position\2c\20SkSL::FunctionDeclaration\20const&\2c\20SkSL::ExpressionArray\29 +5150:SkSL::ForStatement::Convert\28SkSL::Context\20const&\2c\20SkSL::Position\2c\20SkSL::ForLoopPositions\2c\20std::__2::unique_ptr>\2c\20std::__2::unique_ptr>\2c\20std::__2::unique_ptr>\2c\20std::__2::unique_ptr>\2c\20std::__2::unique_ptr>\29 +5151:SkSL::FindIntrinsicKind\28std::__2::basic_string_view>\29 +5152:SkSL::FieldAccess::~FieldAccess\28\29_6478 +5153:SkSL::FieldAccess::~FieldAccess\28\29 +5154:SkSL::ExtendedVariable::setInterfaceBlock\28SkSL::InterfaceBlock*\29 +5155:SkSL::ExpressionStatement::Convert\28SkSL::Context\20const&\2c\20std::__2::unique_ptr>\29 +5156:SkSL::DoStatement::~DoStatement\28\29_6461 +5157:SkSL::DoStatement::~DoStatement\28\29 +5158:SkSL::DebugTracePriv::setSource\28std::__2::basic_string\2c\20std::__2::allocator>\20const&\29 +5159:SkSL::ConstructorScalarCast::Convert\28SkSL::Context\20const&\2c\20SkSL::Position\2c\20SkSL::Type\20const&\2c\20SkSL::ExpressionArray\29 +5160:SkSL::ConstructorMatrixResize::Make\28SkSL::Context\20const&\2c\20SkSL::Position\2c\20SkSL::Type\20const&\2c\20std::__2::unique_ptr>\29 +5161:SkSL::Constructor::Convert\28SkSL::Context\20const&\2c\20SkSL::Position\2c\20SkSL::Type\20const&\2c\20SkSL::ExpressionArray\29 +5162:SkSL::ConstantFolder::Simplify\28SkSL::Context\20const&\2c\20SkSL::Position\2c\20SkSL::Expression\20const&\2c\20SkSL::Operator\2c\20SkSL::Expression\20const&\2c\20SkSL::Type\20const&\29 +5163:SkSL::Compiler::writeErrorCount\28\29 +5164:SkSL::Compiler::initializeContext\28SkSL::Module\20const*\2c\20SkSL::ProgramKind\2c\20SkSL::ProgramSettings\2c\20std::__2::basic_string_view>\2c\20SkSL::ModuleType\29 +5165:SkSL::Compiler::cleanupContext\28\29 +5166:SkSL::ChildCall::~ChildCall\28\29_6396 +5167:SkSL::ChildCall::~ChildCall\28\29 +5168:SkSL::ChildCall::Make\28SkSL::Context\20const&\2c\20SkSL::Position\2c\20SkSL::Type\20const*\2c\20SkSL::Variable\20const&\2c\20SkSL::ExpressionArray\29 +5169:SkSL::BinaryExpression::isAssignmentIntoVariable\28\29 +5170:SkSL::BinaryExpression::Make\28SkSL::Context\20const&\2c\20SkSL::Position\2c\20std::__2::unique_ptr>\2c\20SkSL::Operator\2c\20std::__2::unique_ptr>\2c\20SkSL::Type\20const*\29 +5171:SkSL::Analysis::IsDynamicallyUniformExpression\28SkSL::Expression\20const&\29 +5172:SkSL::Analysis::IsConstantExpression\28SkSL::Expression\20const&\29 +5173:SkSL::Analysis::IsAssignable\28SkSL::Expression&\2c\20SkSL::Analysis::AssignmentInfo*\2c\20SkSL::ErrorReporter*\29 +5174:SkSL::Analysis::GetLoopUnrollInfo\28SkSL::Context\20const&\2c\20SkSL::Position\2c\20SkSL::ForLoopPositions\20const&\2c\20SkSL::Statement\20const*\2c\20std::__2::unique_ptr>*\2c\20SkSL::Expression\20const*\2c\20SkSL::Statement\20const*\2c\20SkSL::ErrorReporter*\29 +5175:SkSL::Analysis::GetLoopControlFlowInfo\28SkSL::Statement\20const&\29 +5176:SkSL::Analysis::CheckProgramStructure\28SkSL::Program\20const&\29::ProgramStructureVisitor::visitProgramElement\28SkSL::ProgramElement\20const&\29 +5177:SkSL::AliasType::numberKind\28\29\20const +5178:SkSL::AliasType::isOrContainsBool\28\29\20const +5179:SkSL::AliasType::isOrContainsAtomic\28\29\20const +5180:SkSL::AliasType::isAllowedInES2\28\29\20const +5181:SkRuntimeShader::~SkRuntimeShader\28\29 +5182:SkRuntimeEffectPriv::WriteChildEffects\28SkWriteBuffer&\2c\20SkSpan\29 +5183:SkRuntimeEffectPriv::TransformUniforms\28SkSpan\2c\20sk_sp\2c\20SkColorSpaceXformSteps\20const&\29 +5184:SkRuntimeEffect::~SkRuntimeEffect\28\29 +5185:SkRuntimeEffect::makeShader\28sk_sp\2c\20sk_sp*\2c\20unsigned\20long\2c\20SkMatrix\20const*\29\20const +5186:SkRuntimeEffect::makeColorFilter\28sk_sp\2c\20SkSpan\29\20const +5187:SkRuntimeEffect::TracedShader*\20emscripten::internal::raw_constructor\28\29 +5188:SkRuntimeEffect::MakeInternal\28std::__2::unique_ptr>\2c\20SkRuntimeEffect::Options\20const&\2c\20SkSL::ProgramKind\29 +5189:SkRuntimeEffect::ChildPtr&\20skia_private::TArray::emplace_back&>\28sk_sp&\29 +5190:SkRuntimeBlender::flatten\28SkWriteBuffer&\29\20const +5191:SkRgnBuilder::~SkRgnBuilder\28\29 +5192:SkResourceCache::visitAll\28void\20\28*\29\28SkResourceCache::Rec\20const&\2c\20void*\29\2c\20void*\29 +5193:SkResourceCache::setTotalByteLimit\28unsigned\20long\29 +5194:SkResourceCache::setSingleAllocationByteLimit\28unsigned\20long\29 +5195:SkResourceCache::newCachedData\28unsigned\20long\29 +5196:SkResourceCache::getEffectiveSingleAllocationByteLimit\28\29\20const +5197:SkResourceCache::find\28SkResourceCache::Key\20const&\2c\20bool\20\28*\29\28SkResourceCache::Rec\20const&\2c\20void*\29\2c\20void*\29 +5198:SkResourceCache::dump\28\29\20const +5199:SkResourceCache::add\28SkResourceCache::Rec*\2c\20void*\29 +5200:SkResourceCache::PostPurgeSharedID\28unsigned\20long\20long\29 +5201:SkResourceCache::GetDiscardableFactory\28\29 +5202:SkRescaleAndReadPixels\28SkBitmap\2c\20SkImageInfo\20const&\2c\20SkIRect\20const&\2c\20SkImage::RescaleGamma\2c\20SkImage::RescaleMode\2c\20void\20\28*\29\28void*\2c\20std::__2::unique_ptr>\29\2c\20void*\29::Result::rowBytes\28int\29\20const +5203:SkRescaleAndReadPixels\28SkBitmap\2c\20SkImageInfo\20const&\2c\20SkIRect\20const&\2c\20SkImage::RescaleGamma\2c\20SkImage::RescaleMode\2c\20void\20\28*\29\28void*\2c\20std::__2::unique_ptr>\29\2c\20void*\29 +5204:SkRegion::addBoundaryPath\28SkPathBuilder*\29\20const +5205:SkRegion::Spanerator::Spanerator\28SkRegion\20const&\2c\20int\2c\20int\2c\20int\29 +5206:SkRegion::Oper\28SkRegion\20const&\2c\20SkRegion\20const&\2c\20SkRegion::Op\2c\20SkRegion*\29 +5207:SkRefCntSet::~SkRefCntSet\28\29 +5208:SkRefCntBase::internal_dispose\28\29\20const +5209:SkReduceOrder::reduce\28SkDQuad\20const&\29 +5210:SkReduceOrder::Conic\28SkConic\20const&\2c\20SkPoint*\29 +5211:SkRectClipBlitter::requestRowsPreserved\28\29\20const +5212:SkRectClipBlitter::allocBlitMemory\28unsigned\20long\29 +5213:SkRect::roundOut\28\29\20const +5214:SkRect::intersect\28SkRect\20const&\2c\20SkRect\20const&\29 +5215:SkRecords::TypedMatrix::TypedMatrix\28SkMatrix\20const&\29 +5216:SkRecordOptimize\28SkRecord*\29 +5217:SkRecordFillBounds\28SkRect\20const&\2c\20SkRecord\20const&\2c\20SkRect*\2c\20SkBBoxHierarchy::Metadata*\29 +5218:SkRecordCanvas::baseRecorder\28\29\20const +5219:SkRecord::bytesUsed\28\29\20const +5220:SkReadPixelsRec::trim\28int\2c\20int\29 +5221:SkReadBuffer::setDeserialProcs\28SkDeserialProcs\20const&\29 +5222:SkReadBuffer::readString\28unsigned\20long*\29 +5223:SkReadBuffer::readRegion\28SkRegion*\29 +5224:SkReadBuffer::readRect\28\29 +5225:SkReadBuffer::readPoint3\28SkPoint3*\29 +5226:SkReadBuffer::readPad32\28void*\2c\20unsigned\20long\29 +5227:SkReadBuffer::readArray\28void*\2c\20unsigned\20long\2c\20unsigned\20long\29 +5228:SkRasterPipelineBlitter::Create\28SkPixmap\20const&\2c\20SkPaint\20const&\2c\20SkRGBA4f<\28SkAlphaType\293>\20const&\2c\20SkArenaAlloc*\2c\20SkRasterPipeline\20const&\2c\20bool\2c\20bool\2c\20SkShader\20const*\29 +5229:SkRasterPipeline::tailPointer\28\29 +5230:SkRasterPipeline::appendSetRGB\28SkArenaAlloc*\2c\20float\20const*\29 +5231:SkRasterPipeline::addMemoryContext\28SkRasterPipelineContexts::MemoryCtx*\2c\20int\2c\20bool\2c\20bool\29 +5232:SkRTreeFactory::operator\28\29\28\29\20const +5233:SkRTree::search\28SkRTree::Node*\2c\20SkRect\20const&\2c\20std::__2::vector>*\29\20const +5234:SkRTree::bulkLoad\28std::__2::vector>*\2c\20int\29 +5235:SkRTree::allocateNodeAtLevel\28unsigned\20short\29 +5236:SkRRectPriv::AllCornersCircular\28SkRRect\20const&\2c\20float\29 +5237:SkRRect::scaleRadii\28\29 +5238:SkRRect::isValid\28\29\20const +5239:SkRRect::computeType\28\29 +5240:SkRRect::AreRectAndRadiiValid\28SkRect\20const&\2c\20SkPoint\20const*\29 +5241:SkRGBA4f<\28SkAlphaType\292>\20skgpu::Swizzle::applyTo<\28SkAlphaType\292>\28SkRGBA4f<\28SkAlphaType\292>\29\20const +5242:SkRBuffer::skipToAlign4\28\29 +5243:SkQuads::EvalAt\28double\2c\20double\2c\20double\2c\20double\29 +5244:SkQuadraticEdge::nextSegment\28\29 +5245:SkPtrSet::reset\28\29 +5246:SkPtrSet::copyToArray\28void**\29\20const +5247:SkPtrSet::add\28void*\29 +5248:SkPoint::Normalize\28SkPoint*\29 +5249:SkPngEncoder::Encode\28GrDirectContext*\2c\20SkImage\20const*\2c\20SkPngEncoder::Options\20const&\29 +5250:SkPngDecoder::Decode\28std::__2::unique_ptr>\2c\20SkCodec::Result*\2c\20void*\29 +5251:SkPngCodecBase::initializeXformParams\28\29 +5252:SkPngCodecBase::initializeSwizzler\28SkImageInfo\20const&\2c\20SkCodec::Options\20const&\2c\20bool\2c\20int\29 +5253:SkPngCodecBase::SkPngCodecBase\28SkEncodedInfo&&\2c\20std::__2::unique_ptr>\2c\20SkEncodedOrigin\29 +5254:SkPngCodec::initializeXforms\28SkImageInfo\20const&\2c\20SkCodec::Options\20const&\29 +5255:SkPixmapUtils::Orient\28SkPixmap\20const&\2c\20SkPixmap\20const&\2c\20SkEncodedOrigin\29 +5256:SkPixmap::erase\28unsigned\20int\2c\20SkIRect\20const&\29\20const +5257:SkPixmap::erase\28SkRGBA4f<\28SkAlphaType\293>\20const&\2c\20SkIRect\20const*\29\20const +5258:SkPixelRef::getGenerationID\28\29\20const +5259:SkPixelRef::addGenIDChangeListener\28sk_sp\29 +5260:SkPixelRef::SkPixelRef\28int\2c\20int\2c\20void*\2c\20unsigned\20long\29 +5261:SkPictureShader::CachedImageInfo::makeImage\28sk_sp\2c\20SkPicture\20const*\29\20const +5262:SkPictureShader::CachedImageInfo::Make\28SkRect\20const&\2c\20SkMatrix\20const&\2c\20SkColorType\2c\20SkColorSpace*\2c\20int\2c\20SkSurfaceProps\20const&\29 +5263:SkPictureRecord::endRecording\28\29 +5264:SkPictureRecord::beginRecording\28\29 +5265:SkPicturePriv::Flatten\28sk_sp\2c\20SkWriteBuffer&\29 +5266:SkPicturePlayback::draw\28SkCanvas*\2c\20SkPicture::AbortCallback*\2c\20SkReadBuffer*\29 +5267:SkPictureData::parseBufferTag\28SkReadBuffer&\2c\20unsigned\20int\2c\20unsigned\20int\29 +5268:SkPictureData::getPicture\28SkReadBuffer*\29\20const +5269:SkPictureData::getDrawable\28SkReadBuffer*\29\20const +5270:SkPictureData::flatten\28SkWriteBuffer&\29\20const +5271:SkPictureData::flattenToBuffer\28SkWriteBuffer&\2c\20bool\29\20const +5272:SkPictureData::SkPictureData\28SkPictureRecord\20const&\2c\20SkPictInfo\20const&\29 +5273:SkPicture::backport\28\29\20const +5274:SkPicture::SkPicture\28\29 +5275:SkPicture::MakeFromStreamPriv\28SkStream*\2c\20SkDeserialProcs\20const*\2c\20SkTypefacePlayback*\2c\20int\29 +5276:SkPerlinNoiseShader::type\28\29\20const +5277:SkPerlinNoiseShader::getPaintingData\28\29\20const +5278:SkPathWriter::assemble\28\29 +5279:SkPathWriter::SkPathWriter\28SkPathFillType\29 +5280:SkPathRef::reset\28\29 +5281:SkPathRef::resetToSize\28int\2c\20int\2c\20int\2c\20int\2c\20int\2c\20int\29 +5282:SkPathRef::SkPathRef\28SkSpan\2c\20SkSpan\2c\20SkSpan\2c\20unsigned\20int\2c\20SkMatrix\20const*\29 +5283:SkPathRaw::isRect\28\29\20const +5284:SkPathPriv::PerspectiveClip\28SkPath\20const&\2c\20SkMatrix\20const&\2c\20SkPath*\29 +5285:SkPathPriv::IsNestedFillRects\28SkPathRaw\20const&\2c\20SkRect*\2c\20SkPathDirection*\29 +5286:SkPathPriv::DeduceRRectFromContour\28SkRect\20const&\2c\20SkSpan\2c\20SkSpan\29 +5287:SkPathPriv::CreateDrawArcPath\28SkArc\20const&\2c\20bool\29 +5288:SkPathPriv::ComputeFirstDirection\28SkPathRaw\20const&\29 +5289:SkPathEffectBase::PointData::~PointData\28\29 +5290:SkPathEffect::filterPath\28SkPath*\2c\20SkPath\20const&\2c\20SkStrokeRec*\2c\20SkRect\20const*\29\20const +5291:SkPathEdgeIter::SkPathEdgeIter\28SkPath\20const&\29 +5292:SkPathBuilder::setLastPt\28float\2c\20float\29 +5293:SkPathBuilder::rQuadTo\28SkPoint\2c\20SkPoint\29 +5294:SkPathBuilder::privateReverseAddPath\28SkPath\20const&\29 +5295:SkPathBuilder::operator=\28SkPathBuilder\20const&\29 +5296:SkPathBuilder::addPath\28SkPath\20const&\2c\20float\2c\20float\2c\20SkPath::AddPathMode\29 +5297:SkPathBuilder::addOval\28SkRect\20const&\2c\20SkPathDirection\2c\20unsigned\20int\29 +5298:SkPathBuilder::addCircle\28float\2c\20float\2c\20float\2c\20SkPathDirection\29 +5299:SkPath::writeToMemoryAsRRect\28void*\29\20const +5300:SkPath::offset\28float\2c\20float\2c\20SkPath*\29\20const +5301:SkPath::isRRect\28SkRRect*\29\20const +5302:SkPath::isOval\28SkRect*\29\20const +5303:SkPath::conservativelyContainsRect\28SkRect\20const&\29\20const +5304:SkPath::arcTo\28float\2c\20float\2c\20float\2c\20SkPath::ArcSize\2c\20SkPathDirection\2c\20float\2c\20float\29 +5305:SkPath::arcTo\28SkRect\20const&\2c\20float\2c\20float\2c\20bool\29 +5306:SkPath::addRRect\28SkRRect\20const&\2c\20SkPathDirection\2c\20unsigned\20int\29 +5307:SkPath::ReadFromMemory\28void\20const*\2c\20unsigned\20long\2c\20unsigned\20long*\29 +5308:SkPath::RRect\28SkRRect\20const&\2c\20SkPathDirection\29 +5309:SkParseEncodedOrigin\28void\20const*\2c\20unsigned\20long\2c\20SkEncodedOrigin*\29 +5310:SkPairPathEffect::flatten\28SkWriteBuffer&\29\20const +5311:SkPaintPriv::ShouldDither\28SkPaint\20const&\2c\20SkColorType\29 +5312:SkPaintPriv::Overwrites\28SkPaint\20const*\2c\20SkPaintPriv::ShaderOverrideOpacity\29 +5313:SkPaint::setStroke\28bool\29 +5314:SkPaint::reset\28\29 +5315:SkPaint::refColorFilter\28\29\20const +5316:SkOpSpanBase::merge\28SkOpSpan*\29 +5317:SkOpSpanBase::globalState\28\29\20const +5318:SkOpSpan::sortableTop\28SkOpContour*\29 +5319:SkOpSpan::release\28SkOpPtT\20const*\29 +5320:SkOpSpan::insertCoincidence\28SkOpSegment\20const*\2c\20bool\2c\20bool\29 +5321:SkOpSpan::init\28SkOpSegment*\2c\20SkOpSpan*\2c\20double\2c\20SkPoint\20const&\29 +5322:SkOpSegment::updateWindingReverse\28SkOpAngle\20const*\29 +5323:SkOpSegment::oppXor\28\29\20const +5324:SkOpSegment::moveMultiples\28\29 +5325:SkOpSegment::isXor\28\29\20const +5326:SkOpSegment::computeSum\28SkOpSpanBase*\2c\20SkOpSpanBase*\2c\20SkOpAngle::IncludeType\29 +5327:SkOpSegment::collapsed\28double\2c\20double\29\20const +5328:SkOpSegment::addExpanded\28double\2c\20SkOpSpanBase\20const*\2c\20bool*\29 +5329:SkOpSegment::activeAngle\28SkOpSpanBase*\2c\20SkOpSpanBase**\2c\20SkOpSpanBase**\2c\20bool*\29 +5330:SkOpSegment::UseInnerWinding\28int\2c\20int\29 +5331:SkOpPtT::ptAlreadySeen\28SkOpPtT\20const*\29\20const +5332:SkOpPtT::contains\28SkOpSegment\20const*\2c\20double\29\20const +5333:SkOpGlobalState::SkOpGlobalState\28SkOpContourHead*\2c\20SkArenaAlloc*\29 +5334:SkOpEdgeBuilder::preFetch\28\29 +5335:SkOpEdgeBuilder::init\28\29 +5336:SkOpEdgeBuilder::finish\28\29 +5337:SkOpContourBuilder::addConic\28SkPoint*\2c\20float\29 +5338:SkOpContour::addQuad\28SkPoint*\29 +5339:SkOpContour::addCubic\28SkPoint*\29 +5340:SkOpContour::addConic\28SkPoint*\2c\20float\29 +5341:SkOpCoincidence::release\28SkOpSegment\20const*\29 +5342:SkOpCoincidence::mark\28\29 +5343:SkOpCoincidence::markCollapsed\28SkCoincidentSpans*\2c\20SkOpPtT*\29 +5344:SkOpCoincidence::fixUp\28SkCoincidentSpans*\2c\20SkOpPtT*\2c\20SkOpPtT\20const*\29 +5345:SkOpCoincidence::contains\28SkCoincidentSpans\20const*\2c\20SkOpSegment\20const*\2c\20SkOpSegment\20const*\2c\20double\29\20const +5346:SkOpCoincidence::checkOverlap\28SkCoincidentSpans*\2c\20SkOpSegment\20const*\2c\20SkOpSegment\20const*\2c\20double\2c\20double\2c\20double\2c\20double\2c\20SkTDArray*\29\20const +5347:SkOpCoincidence::addOrOverlap\28SkOpSegment*\2c\20SkOpSegment*\2c\20double\2c\20double\2c\20double\2c\20double\2c\20bool*\29 +5348:SkOpAngle::tangentsDiverge\28SkOpAngle\20const*\2c\20double\29 +5349:SkOpAngle::setSpans\28\29 +5350:SkOpAngle::setSector\28\29 +5351:SkOpAngle::previous\28\29\20const +5352:SkOpAngle::midToSide\28SkOpAngle\20const*\2c\20bool*\29\20const +5353:SkOpAngle::loopCount\28\29\20const +5354:SkOpAngle::loopContains\28SkOpAngle\20const*\29\20const +5355:SkOpAngle::lastMarked\28\29\20const +5356:SkOpAngle::endToSide\28SkOpAngle\20const*\2c\20bool*\29\20const +5357:SkOpAngle::alignmentSameSide\28SkOpAngle\20const*\2c\20int*\29\20const +5358:SkOpAngle::after\28SkOpAngle*\29 +5359:SkOffsetSimplePolygon\28SkPoint\20const*\2c\20int\2c\20SkRect\20const&\2c\20float\2c\20SkTDArray*\2c\20SkTDArray*\29 +5360:SkNoDrawCanvas::onDrawEdgeAAImageSet2\28SkCanvas::ImageSetEntry\20const*\2c\20int\2c\20SkPoint\20const*\2c\20SkMatrix\20const*\2c\20SkSamplingOptions\20const&\2c\20SkPaint\20const*\2c\20SkCanvas::SrcRectConstraint\29 +5361:SkNoDrawCanvas::onDrawArc\28SkRect\20const&\2c\20float\2c\20float\2c\20bool\2c\20SkPaint\20const&\29 +5362:SkModifyPaintAndDstForDrawImageRect\28SkImage\20const*\2c\20SkSamplingOptions\20const&\2c\20SkRect\2c\20SkRect\2c\20bool\2c\20SkPaint*\29 +5363:SkMipmapBuilder::level\28int\29\20const +5364:SkMessageBus::Inbox::~Inbox\28\29 +5365:SkMeshSpecification::Varying*\20std::__2::vector>::__push_back_slow_path\28SkMeshSpecification::Varying&&\29 +5366:SkMeshSpecification::Attribute*\20std::__2::vector>::__push_back_slow_path\28SkMeshSpecification::Attribute&&\29 +5367:SkMeshPriv::CpuBuffer::~CpuBuffer\28\29_2620 +5368:SkMeshPriv::CpuBuffer::~CpuBuffer\28\29 +5369:SkMeshPriv::CpuBuffer::size\28\29\20const +5370:SkMeshPriv::CpuBuffer::peek\28\29\20const +5371:SkMeshPriv::CpuBuffer::onUpdate\28GrDirectContext*\2c\20void\20const*\2c\20unsigned\20long\2c\20unsigned\20long\29 +5372:SkMatrixPriv::MapPointsWithStride\28SkMatrix\20const&\2c\20SkPoint*\2c\20unsigned\20long\2c\20int\29 +5373:SkMatrix::setRotate\28float\2c\20float\2c\20float\29 +5374:SkMatrix::preRotate\28float\29 +5375:SkMatrix::mapPoint\28SkPoint\29\20const +5376:SkMatrix::isFinite\28\29\20const +5377:SkMaskSwizzler::swizzle\28void*\2c\20unsigned\20char\20const*\29 +5378:SkMask::computeTotalImageSize\28\29\20const +5379:SkMakeResourceCacheSharedIDForBitmap\28unsigned\20int\29 +5380:SkMD5::finish\28\29 +5381:SkMD5::SkMD5\28\29 +5382:SkMD5::Digest::toHexString\28\29\20const +5383:SkM44::preScale\28float\2c\20float\29 +5384:SkM44::postTranslate\28float\2c\20float\2c\20float\29 +5385:SkM44::RectToRect\28SkRect\20const&\2c\20SkRect\20const&\29 +5386:SkLinearColorSpaceLuminance::toLuma\28float\2c\20float\29\20const +5387:SkLineParameters::cubicEndPoints\28SkDCubic\20const&\29 +5388:SkLatticeIter::SkLatticeIter\28SkCanvas::Lattice\20const&\2c\20SkRect\20const&\29 +5389:SkLRUCache>\2c\20GrGLGpu::ProgramCache::DescHash\2c\20SkNoOpPurge>::~SkLRUCache\28\29 +5390:SkLRUCache>\2c\20GrGLGpu::ProgramCache::DescHash\2c\20SkNoOpPurge>::reset\28\29 +5391:SkKnownRuntimeEffects::\28anonymous\20namespace\29::make_matrix_conv_shader\28SkKnownRuntimeEffects::\28anonymous\20namespace\29::MatrixConvolutionImpl\2c\20SkKnownRuntimeEffects::StableKey\29::$_0::operator\28\29\28int\2c\20SkRuntimeEffect::Options\20const&\29\20const +5392:SkKnownRuntimeEffects::IsSkiaKnownRuntimeEffect\28int\29 +5393:SkJpegMetadataDecoderImpl::SkJpegMetadataDecoderImpl\28std::__2::vector>\29 +5394:SkJpegDecoder::IsJpeg\28void\20const*\2c\20unsigned\20long\29 +5395:SkJpegCodec::readRows\28SkImageInfo\20const&\2c\20void*\2c\20unsigned\20long\2c\20int\2c\20SkCodec::Options\20const&\2c\20int*\29 +5396:SkJpegCodec::initializeSwizzler\28SkImageInfo\20const&\2c\20SkCodec::Options\20const&\2c\20bool\29 +5397:SkJSONWriter::appendString\28char\20const*\2c\20unsigned\20long\29 +5398:SkIsSimplePolygon\28SkPoint\20const*\2c\20int\29 +5399:SkInvert3x3Matrix\28float\20const*\2c\20float*\29 +5400:SkInvert2x2Matrix\28float\20const*\2c\20float*\29 +5401:SkIntersections::vertical\28SkDQuad\20const&\2c\20double\2c\20double\2c\20double\2c\20bool\29 +5402:SkIntersections::vertical\28SkDLine\20const&\2c\20double\2c\20double\2c\20double\2c\20bool\29 +5403:SkIntersections::vertical\28SkDCubic\20const&\2c\20double\2c\20double\2c\20double\2c\20bool\29 +5404:SkIntersections::vertical\28SkDConic\20const&\2c\20double\2c\20double\2c\20double\2c\20bool\29 +5405:SkIntersections::mostOutside\28double\2c\20double\2c\20SkDPoint\20const&\29\20const +5406:SkIntersections::intersect\28SkDQuad\20const&\2c\20SkDLine\20const&\29 +5407:SkIntersections::intersect\28SkDCubic\20const&\2c\20SkDQuad\20const&\29 +5408:SkIntersections::intersect\28SkDCubic\20const&\2c\20SkDLine\20const&\29 +5409:SkIntersections::intersect\28SkDCubic\20const&\2c\20SkDConic\20const&\29 +5410:SkIntersections::intersect\28SkDConic\20const&\2c\20SkDQuad\20const&\29 +5411:SkIntersections::intersect\28SkDConic\20const&\2c\20SkDLine\20const&\29 +5412:SkIntersections::insertCoincident\28double\2c\20double\2c\20SkDPoint\20const&\29 +5413:SkIntersections::horizontal\28SkDQuad\20const&\2c\20double\2c\20double\2c\20double\2c\20bool\29 +5414:SkIntersections::horizontal\28SkDLine\20const&\2c\20double\2c\20double\2c\20double\2c\20bool\29 +5415:SkIntersections::horizontal\28SkDCubic\20const&\2c\20double\2c\20double\2c\20double\2c\20bool\29 +5416:SkIntersections::horizontal\28SkDConic\20const&\2c\20double\2c\20double\2c\20double\2c\20bool\29 +5417:SkImages::RasterFromPixmap\28SkPixmap\20const&\2c\20void\20\28*\29\28void\20const*\2c\20void*\29\2c\20void*\29 +5418:SkImages::RasterFromData\28SkImageInfo\20const&\2c\20sk_sp\2c\20unsigned\20long\29 +5419:SkImages::DeferredFromGenerator\28std::__2::unique_ptr>\29 +5420:SkImage_Raster::onPeekMips\28\29\20const +5421:SkImage_Lazy::~SkImage_Lazy\28\29_4762 +5422:SkImage_Lazy::onMakeSurface\28SkRecorder*\2c\20SkImageInfo\20const&\29\20const +5423:SkImage_Base::onAsyncRescaleAndReadPixelsYUV420\28SkYUVColorSpace\2c\20bool\2c\20sk_sp\2c\20SkIRect\2c\20SkISize\2c\20SkImage::RescaleGamma\2c\20SkImage::RescaleMode\2c\20void\20\28*\29\28void*\2c\20std::__2::unique_ptr>\29\2c\20void*\29\20const +5424:SkImage_Base::onAsLegacyBitmap\28GrDirectContext*\2c\20SkBitmap*\29\20const +5425:SkImageShader::appendStages\28SkStageRec\20const&\2c\20SkShaders::MatrixRec\20const&\29\20const::$_1::operator\28\29\28\28anonymous\20namespace\29::MipLevelHelper\20const*\29\20const +5426:SkImageInfo::validRowBytes\28unsigned\20long\29\20const +5427:SkImageInfo::MakeN32Premul\28int\2c\20int\29 +5428:SkImageGenerator::~SkImageGenerator\28\29_903 +5429:SkImageFilters::ColorFilter\28sk_sp\2c\20sk_sp\2c\20SkImageFilters::CropRect\20const&\29 +5430:SkImageFilter_Base::getCTMCapability\28\29\20const +5431:SkImageFilterCache::Get\28SkImageFilterCache::CreateIfNecessary\29 +5432:SkImageFilter::isColorFilterNode\28SkColorFilter**\29\20const +5433:SkImageFilter::computeFastBounds\28SkRect\20const&\29\20const +5434:SkImage::withMipmaps\28sk_sp\29\20const +5435:SkIcuBreakIteratorCache::purgeIfNeeded\28\29 +5436:SkIcoDecoder::IsIco\28void\20const*\2c\20unsigned\20long\29 +5437:SkIcoCodec::MakeFromStream\28std::__2::unique_ptr>\2c\20SkCodec::Result*\29 +5438:SkGradientBaseShader::~SkGradientBaseShader\28\29 +5439:SkGradientBaseShader::AppendGradientFillStages\28SkRasterPipeline*\2c\20SkArenaAlloc*\2c\20SkRGBA4f<\28SkAlphaType\292>\20const*\2c\20float\20const*\2c\20int\29 +5440:SkGlyph::setImage\28SkArenaAlloc*\2c\20SkScalerContext*\29 +5441:SkGlyph::setDrawable\28SkArenaAlloc*\2c\20SkScalerContext*\29 +5442:SkGlyph::mask\28SkPoint\29\20const +5443:SkGifDecoder::MakeFromStream\28std::__2::unique_ptr>\2c\20SkCodec::SelectionPolicy\2c\20SkCodec::Result*\29 +5444:SkGifDecoder::IsGif\28void\20const*\2c\20unsigned\20long\29 +5445:SkGenerateDistanceFieldFromA8Image\28unsigned\20char*\2c\20unsigned\20char\20const*\2c\20int\2c\20int\2c\20unsigned\20long\29 +5446:SkGaussFilter::SkGaussFilter\28double\29 +5447:SkFrameHolder::setAlphaAndRequiredFrame\28SkFrame*\29 +5448:SkFrame::fillIn\28SkCodec::FrameInfo*\2c\20bool\29\20const +5449:SkFontStyleSet_Custom::appendTypeface\28sk_sp\29 +5450:SkFontStyleSet_Custom::SkFontStyleSet_Custom\28SkString\29 +5451:SkFontScanner_FreeType::scanInstance\28SkStreamAsset*\2c\20int\2c\20int\2c\20SkString*\2c\20SkFontStyle*\2c\20bool*\2c\20skia_private::STArray<4\2c\20SkFontParameters::Variation::Axis\2c\20true>*\2c\20skia_private::STArray<4\2c\20SkFontArguments::VariationPosition::Coordinate\2c\20true>*\29\20const +5452:SkFontScanner_FreeType::computeAxisValues\28skia_private::STArray<4\2c\20SkFontParameters::Variation::Axis\2c\20true>\20const&\2c\20SkFontArguments::VariationPosition\2c\20SkFontArguments::VariationPosition\2c\20int*\2c\20SkString\20const&\2c\20SkFontStyle*\29 +5453:SkFontPriv::GetFontBounds\28SkFont\20const&\29 +5454:SkFontMgr_Custom::onMakeFromStreamArgs\28std::__2::unique_ptr>\2c\20SkFontArguments\20const&\29\20const +5455:SkFontMgr::matchFamilyStyle\28char\20const*\2c\20SkFontStyle\20const&\29\20const +5456:SkFontMgr::makeFromStream\28std::__2::unique_ptr>\2c\20int\29\20const +5457:SkFontMgr::makeFromStream\28std::__2::unique_ptr>\2c\20SkFontArguments\20const&\29\20const +5458:SkFontMgr::legacyMakeTypeface\28char\20const*\2c\20SkFontStyle\29\20const +5459:SkFontDescriptor::SkFontStyleWidthForWidthAxisValue\28float\29 +5460:SkFontDescriptor::SkFontDescriptor\28\29 +5461:SkFont::setupForAsPaths\28SkPaint*\29 +5462:SkFont::setSkewX\28float\29 +5463:SkFont::setLinearMetrics\28bool\29 +5464:SkFont::setEmbolden\28bool\29 +5465:SkFont::operator==\28SkFont\20const&\29\20const +5466:SkFont::getPaths\28SkSpan\2c\20void\20\28*\29\28SkPath\20const*\2c\20SkMatrix\20const&\2c\20void*\29\2c\20void*\29\20const +5467:SkFlattenable::RegisterFlattenablesIfNeeded\28\29 +5468:SkFlattenable::PrivateInitializer::InitEffects\28\29 +5469:SkFlattenable::NameToFactory\28char\20const*\29 +5470:SkFlattenable::FactoryToName\28sk_sp\20\28*\29\28SkReadBuffer&\29\29 +5471:SkFindQuadExtrema\28float\2c\20float\2c\20float\2c\20float*\29 +5472:SkFindCubicExtrema\28float\2c\20float\2c\20float\2c\20float\2c\20float*\29 +5473:SkFactorySet::~SkFactorySet\28\29 +5474:SkEmptyPicture::approximateBytesUsed\28\29\20const +5475:SkEdgeClipper::clipQuad\28SkPoint\20const*\2c\20SkRect\20const&\29 +5476:SkEdgeClipper::ClipPath\28SkPathRaw\20const&\2c\20SkRect\20const&\2c\20bool\2c\20void\20\28*\29\28SkEdgeClipper*\2c\20bool\2c\20void*\29\2c\20void*\29 +5477:SkEdgeBuilder::buildEdges\28SkPathRaw\20const&\2c\20SkIRect\20const*\29 +5478:SkDynamicMemoryWStream::bytesWritten\28\29\20const +5479:SkDrawableList::newDrawableSnapshot\28\29 +5480:SkDrawShadowMetrics::GetSpotShadowTransform\28SkPoint3\20const&\2c\20float\2c\20SkMatrix\20const&\2c\20SkPoint3\20const&\2c\20SkRect\20const&\2c\20bool\2c\20SkMatrix*\2c\20float*\29 +5481:SkDrawShadowMetrics::GetLocalBounds\28SkPath\20const&\2c\20SkDrawShadowRec\20const&\2c\20SkMatrix\20const&\2c\20SkRect*\29 +5482:SkDiscretePathEffectImpl::flatten\28SkWriteBuffer&\29\20const +5483:SkDiscretePathEffect::Make\28float\2c\20float\2c\20unsigned\20int\29 +5484:SkDevice::getRelativeTransform\28SkDevice\20const&\29\20const +5485:SkDevice::drawShadow\28SkCanvas*\2c\20SkPath\20const&\2c\20SkDrawShadowRec\20const&\29 +5486:SkDevice::drawDrawable\28SkCanvas*\2c\20SkDrawable*\2c\20SkMatrix\20const*\29 +5487:SkDevice::drawDevice\28SkDevice*\2c\20SkSamplingOptions\20const&\2c\20SkPaint\20const&\29 +5488:SkDevice::drawArc\28SkArc\20const&\2c\20SkPaint\20const&\29 +5489:SkDescriptor::addEntry\28unsigned\20int\2c\20unsigned\20long\2c\20void\20const*\29 +5490:SkDeque::Iter::next\28\29 +5491:SkDeque::Iter::Iter\28SkDeque\20const&\2c\20SkDeque::Iter::IterStart\29 +5492:SkData::shareSubset\28unsigned\20long\2c\20unsigned\20long\29 +5493:SkDashPath::InternalFilter\28SkPathBuilder*\2c\20SkPath\20const&\2c\20SkStrokeRec*\2c\20SkRect\20const*\2c\20SkSpan\2c\20float\2c\20int\2c\20float\2c\20float\2c\20SkDashPath::StrokeRecApplication\29 +5494:SkDashPath::CalcDashParameters\28float\2c\20SkSpan\2c\20float*\2c\20unsigned\20long*\2c\20float*\2c\20float*\29 +5495:SkDRect::setBounds\28SkDQuad\20const&\2c\20SkDQuad\20const&\2c\20double\2c\20double\29 +5496:SkDRect::setBounds\28SkDCubic\20const&\2c\20SkDCubic\20const&\2c\20double\2c\20double\29 +5497:SkDRect::setBounds\28SkDConic\20const&\2c\20SkDConic\20const&\2c\20double\2c\20double\29 +5498:SkDQuad::subDivide\28double\2c\20double\29\20const +5499:SkDQuad::monotonicInY\28\29\20const +5500:SkDQuad::isLinear\28int\2c\20int\29\20const +5501:SkDQuad::hullIntersects\28SkDQuad\20const&\2c\20bool*\29\20const +5502:SkDPoint::approximatelyDEqual\28SkDPoint\20const&\29\20const +5503:SkDCurveSweep::setCurveHullSweep\28SkPath::Verb\29 +5504:SkDCurve::nearPoint\28SkPath::Verb\2c\20SkDPoint\20const&\2c\20SkDPoint\20const&\29\20const +5505:SkDCubic::monotonicInX\28\29\20const +5506:SkDCubic::hullIntersects\28SkDQuad\20const&\2c\20bool*\29\20const +5507:SkDCubic::hullIntersects\28SkDPoint\20const*\2c\20int\2c\20bool*\29\20const +5508:SkDConic::subDivide\28double\2c\20double\29\20const +5509:SkCubics::RootsReal\28double\2c\20double\2c\20double\2c\20double\2c\20double*\29 +5510:SkCubicEdge::nextSegment\28\29 +5511:SkCubicClipper::ChopMonoAtY\28SkPoint\20const*\2c\20float\2c\20float*\29 +5512:SkCreateRasterPipelineBlitter\28SkPixmap\20const&\2c\20SkPaint\20const&\2c\20SkRasterPipeline\20const&\2c\20bool\2c\20SkArenaAlloc*\2c\20sk_sp\29 +5513:SkCreateRasterPipelineBlitter\28SkPixmap\20const&\2c\20SkPaint\20const&\2c\20SkMatrix\20const&\2c\20SkArenaAlloc*\2c\20sk_sp\2c\20SkSurfaceProps\20const&\2c\20SkRect\20const&\29 +5514:SkCopyStreamToData\28SkStream*\29 +5515:SkContourMeasureIter::~SkContourMeasureIter\28\29 +5516:SkContourMeasureIter::SkContourMeasureIter\28SkPath\20const&\2c\20bool\2c\20float\29 +5517:SkContourMeasure::length\28\29\20const +5518:SkContourMeasure::getSegment\28float\2c\20float\2c\20SkPathBuilder*\2c\20bool\29\20const +5519:SkComputeRadialSteps\28SkPoint\20const&\2c\20SkPoint\20const&\2c\20float\2c\20float*\2c\20float*\2c\20int*\29 +5520:SkCompressedDataSize\28SkTextureCompressionType\2c\20SkISize\2c\20skia_private::TArray*\2c\20bool\29 +5521:SkColorTypeValidateAlphaType\28SkColorType\2c\20SkAlphaType\2c\20SkAlphaType*\29 +5522:SkColorToPMColor4f\28unsigned\20int\2c\20GrColorInfo\20const&\29 +5523:SkColorSpaceLuminance::Fetch\28float\29 +5524:SkColorSpace::toProfile\28skcms_ICCProfile*\29\20const +5525:SkColorSpace::makeLinearGamma\28\29\20const +5526:SkColorSpace::isSRGB\28\29\20const +5527:SkColorSpace::Make\28skcms_ICCProfile\20const&\29 +5528:SkColorMatrix_RGB2YUV\28SkYUVColorSpace\2c\20float*\29 +5529:SkColorInfo::makeColorSpace\28sk_sp\29\20const +5530:SkColorFilterShader::Make\28sk_sp\2c\20float\2c\20sk_sp\29 +5531:SkColor4fXformer::SkColor4fXformer\28SkGradientBaseShader\20const*\2c\20SkColorSpace*\2c\20bool\29 +5532:SkCoincidentSpans::extend\28SkOpPtT\20const*\2c\20SkOpPtT\20const*\2c\20SkOpPtT\20const*\2c\20SkOpPtT\20const*\29 +5533:SkCodec::onGetYUVAPlanes\28SkYUVAPixmaps\20const&\29 +5534:SkCodec::initializeColorXform\28SkImageInfo\20const&\2c\20SkEncodedInfo::Alpha\2c\20bool\29 +5535:SkChopQuadAtMaxCurvature\28SkPoint\20const*\2c\20SkPoint*\29 +5536:SkChopQuadAtHalf\28SkPoint\20const*\2c\20SkPoint*\29 +5537:SkChopMonoCubicAtX\28SkPoint\20const*\2c\20float\2c\20SkPoint*\29 +5538:SkChopCubicAtInflections\28SkPoint\20const*\2c\20SkPoint*\29 +5539:SkCharToGlyphCache::findGlyphIndex\28int\29\20const +5540:SkCanvasPriv::WriteLattice\28void*\2c\20SkCanvas::Lattice\20const&\29 +5541:SkCanvasPriv::ReadLattice\28SkReadBuffer&\2c\20SkCanvas::Lattice*\29 +5542:SkCanvasPriv::GetDstClipAndMatrixCounts\28SkCanvas::ImageSetEntry\20const*\2c\20int\2c\20int*\2c\20int*\29 +5543:SkCanvas::~SkCanvas\28\29 +5544:SkCanvas::skew\28float\2c\20float\29 +5545:SkCanvas::setMatrix\28SkMatrix\20const&\29 +5546:SkCanvas::only_axis_aligned_saveBehind\28SkRect\20const*\29 +5547:SkCanvas::getDeviceClipBounds\28\29\20const +5548:SkCanvas::experimental_DrawEdgeAAQuad\28SkRect\20const&\2c\20SkPoint\20const*\2c\20SkCanvas::QuadAAFlags\2c\20SkRGBA4f<\28SkAlphaType\293>\20const&\2c\20SkBlendMode\29 +5549:SkCanvas::drawVertices\28sk_sp\20const&\2c\20SkBlendMode\2c\20SkPaint\20const&\29 +5550:SkCanvas::drawSlug\28sktext::gpu::Slug\20const*\2c\20SkPaint\20const&\29 +5551:SkCanvas::drawRegion\28SkRegion\20const&\2c\20SkPaint\20const&\29 +5552:SkCanvas::drawLine\28float\2c\20float\2c\20float\2c\20float\2c\20SkPaint\20const&\29 +5553:SkCanvas::drawImageNine\28SkImage\20const*\2c\20SkIRect\20const&\2c\20SkRect\20const&\2c\20SkFilterMode\2c\20SkPaint\20const*\29 +5554:SkCanvas::drawAnnotation\28SkRect\20const&\2c\20char\20const*\2c\20SkData*\29 +5555:SkCanvas::didTranslate\28float\2c\20float\29 +5556:SkCanvas::clipShader\28sk_sp\2c\20SkClipOp\29 +5557:SkCanvas::clipRegion\28SkRegion\20const&\2c\20SkClipOp\29 +5558:SkCanvas::ImageSetEntry::ImageSetEntry\28\29 +5559:SkCachedData::SkCachedData\28void*\2c\20unsigned\20long\29 +5560:SkCachedData::SkCachedData\28unsigned\20long\2c\20SkDiscardableMemory*\29 +5561:SkCTMShader::~SkCTMShader\28\29_4940 +5562:SkCTMShader::~SkCTMShader\28\29 +5563:SkCTMShader::isOpaque\28\29\20const +5564:SkBulkGlyphMetricsAndPaths::glyphs\28SkSpan\29 +5565:SkBmpStandardCodec::decodeIcoMask\28SkStream*\2c\20SkImageInfo\20const&\2c\20void*\2c\20unsigned\20long\29 +5566:SkBmpMaskCodec::onGetPixels\28SkImageInfo\20const&\2c\20void*\2c\20unsigned\20long\2c\20SkCodec::Options\20const&\2c\20int*\29 +5567:SkBmpDecoder::IsBmp\28void\20const*\2c\20unsigned\20long\29 +5568:SkBmpCodec::SkBmpCodec\28SkEncodedInfo&&\2c\20std::__2::unique_ptr>\2c\20unsigned\20short\2c\20SkCodec::SkScanlineOrder\29 +5569:SkBmpBaseCodec::SkBmpBaseCodec\28SkEncodedInfo&&\2c\20std::__2::unique_ptr>\2c\20unsigned\20short\2c\20SkCodec::SkScanlineOrder\29 +5570:SkBlurMask::ConvertRadiusToSigma\28float\29 +5571:SkBlurMask::ComputeBlurredScanline\28unsigned\20char*\2c\20unsigned\20char\20const*\2c\20unsigned\20int\2c\20float\29 +5572:SkBlurMask::BlurRect\28float\2c\20SkMaskBuilder*\2c\20SkRect\20const&\2c\20SkBlurStyle\2c\20SkIPoint*\2c\20SkMaskBuilder::CreateMode\29 +5573:SkBlitter::blitV\28int\2c\20int\2c\20int\2c\20unsigned\20char\29 +5574:SkBlitter::Choose\28SkPixmap\20const&\2c\20SkMatrix\20const&\2c\20SkPaint\20const&\2c\20SkArenaAlloc*\2c\20SkDrawCoverage\2c\20sk_sp\2c\20SkSurfaceProps\20const&\2c\20SkRect\20const&\29 +5575:SkBlitter::ChooseSprite\28SkPixmap\20const&\2c\20SkPaint\20const&\2c\20SkPixmap\20const&\2c\20int\2c\20int\2c\20SkArenaAlloc*\2c\20sk_sp\29 +5576:SkBlenderBase::asBlendMode\28\29\20const +5577:SkBlenderBase::affectsTransparentBlack\28\29\20const +5578:SkBitmapImageGetPixelRef\28SkImage\20const*\29 +5579:SkBitmapDevice::getRasterHandle\28\29\20const +5580:SkBitmapDevice::drawRect\28SkRect\20const&\2c\20SkPaint\20const&\29 +5581:SkBitmapDevice::BDDraw::~BDDraw\28\29 +5582:SkBitmapCache::Rec::install\28SkBitmap*\29 +5583:SkBitmapCache::Rec::diagnostic_only_getDiscardable\28\29\20const +5584:SkBitmapCache::Find\28SkBitmapCacheDesc\20const&\2c\20SkBitmap*\29 +5585:SkBitmapCache::Alloc\28SkBitmapCacheDesc\20const&\2c\20SkImageInfo\20const&\2c\20SkPixmap*\29 +5586:SkBitmapCache::Add\28std::__2::unique_ptr\2c\20SkBitmap*\29 +5587:SkBitmap::setAlphaType\28SkAlphaType\29 +5588:SkBitmap::reset\28\29 +5589:SkBitmap::makeShader\28SkTileMode\2c\20SkTileMode\2c\20SkSamplingOptions\20const&\2c\20SkMatrix\20const&\29\20const +5590:SkBitmap::eraseColor\28unsigned\20int\29\20const +5591:SkBitmap::allocPixels\28SkImageInfo\20const&\2c\20unsigned\20long\29::$_0::operator\28\29\28\29\20const +5592:SkBitmap::HeapAllocator::allocPixelRef\28SkBitmap*\29 +5593:SkBinaryWriteBuffer::writeFlattenable\28SkFlattenable\20const*\29 +5594:SkBinaryWriteBuffer::writeColor4f\28SkRGBA4f<\28SkAlphaType\293>\20const&\29 +5595:SkBigPicture::SkBigPicture\28SkRect\20const&\2c\20sk_sp\2c\20std::__2::unique_ptr>\2c\20sk_sp\2c\20unsigned\20long\29 +5596:SkBezierQuad::IntersectWithHorizontalLine\28SkSpan\2c\20float\2c\20float*\29 +5597:SkBezierCubic::IntersectWithHorizontalLine\28SkSpan\2c\20float\2c\20float*\29 +5598:SkBasicEdgeBuilder::~SkBasicEdgeBuilder\28\29 +5599:SkBasicEdgeBuilder::recoverClip\28SkIRect\20const&\29\20const +5600:SkBaseShadowTessellator::handleCubic\28SkMatrix\20const&\2c\20SkPoint*\29 +5601:SkBaseShadowTessellator::handleConic\28SkMatrix\20const&\2c\20SkPoint*\2c\20float\29 +5602:SkBaseShadowTessellator::finishPathPolygon\28\29 +5603:SkBaseShadowTessellator::computeConvexShadow\28float\2c\20float\2c\20bool\29 +5604:SkBaseShadowTessellator::computeConcaveShadow\28float\2c\20float\29 +5605:SkBaseShadowTessellator::clipUmbraPoint\28SkPoint\20const&\2c\20SkPoint\20const&\2c\20SkPoint*\29 +5606:SkBaseShadowTessellator::addInnerPoint\28SkPoint\20const&\2c\20unsigned\20int\2c\20SkTDArray\20const&\2c\20int*\29 +5607:SkBaseShadowTessellator::addEdge\28SkPoint\20const&\2c\20SkPoint\20const&\2c\20unsigned\20int\2c\20SkTDArray\20const&\2c\20bool\2c\20bool\29 +5608:SkBaseShadowTessellator::addArc\28SkPoint\20const&\2c\20float\2c\20bool\29 +5609:SkAutoCanvasMatrixPaint::~SkAutoCanvasMatrixPaint\28\29 +5610:SkAutoCanvasMatrixPaint::SkAutoCanvasMatrixPaint\28SkCanvas*\2c\20SkMatrix\20const*\2c\20SkPaint\20const*\2c\20SkRect\20const&\29 +5611:SkAndroidCodecAdapter::~SkAndroidCodecAdapter\28\29 +5612:SkAndroidCodec::~SkAndroidCodec\28\29 +5613:SkAndroidCodec::getAndroidPixels\28SkImageInfo\20const&\2c\20void*\2c\20unsigned\20long\2c\20SkAndroidCodec::AndroidOptions\20const*\29 +5614:SkAndroidCodec::SkAndroidCodec\28SkCodec*\29 +5615:SkAnalyticEdge::update\28int\29 +5616:SkAnalyticEdge::updateLine\28int\2c\20int\2c\20int\2c\20int\2c\20int\29 +5617:SkAnalyticEdge::setLine\28SkPoint\20const&\2c\20SkPoint\20const&\29 +5618:SkAAClip::operator=\28SkAAClip\20const&\29 +5619:SkAAClip::op\28SkIRect\20const&\2c\20SkClipOp\29 +5620:SkAAClip::Builder::flushRow\28bool\29 +5621:SkAAClip::Builder::finish\28SkAAClip*\29 +5622:SkAAClip::Builder::Blitter::~Blitter\28\29 +5623:SkAAClip::Builder::Blitter::blitAntiH\28int\2c\20int\2c\20unsigned\20char\20const*\2c\20short\20const*\29 +5624:Sk2DPathEffect::onFilterPath\28SkPathBuilder*\2c\20SkPath\20const&\2c\20SkStrokeRec*\2c\20SkRect\20const*\2c\20SkMatrix\20const&\29\20const +5625:Simplify\28SkPath\20const&\29 +5626:SimpleImageInfo*\20emscripten::internal::raw_constructor\28\29 +5627:SimpleFontStyle*\20emscripten::internal::MemberAccess::getWire\28SimpleFontStyle\20SimpleStrutStyle::*\20const&\2c\20SimpleStrutStyle&\29 +5628:Shift +5629:SharedGenerator::isTextureGenerator\28\29 +5630:RunBasedAdditiveBlitter::~RunBasedAdditiveBlitter\28\29_4163 +5631:RgnOper::addSpan\28int\2c\20int\20const*\2c\20int\20const*\29 +5632:ReadBase128 +5633:PorterDuffXferProcessor::onIsEqual\28GrXferProcessor\20const&\29\20const +5634:PathSegment::init\28\29 +5635:PathAddVerbsPointsWeights\28SkPath&\2c\20unsigned\20long\2c\20int\2c\20unsigned\20long\2c\20int\2c\20unsigned\20long\2c\20int\29 +5636:ParseSingleImage +5637:ParseHeadersInternal +5638:PS_Conv_ASCIIHexDecode +5639:Op\28SkPath\20const&\2c\20SkPath\20const&\2c\20SkPathOp\29 +5640:OpAsWinding::markReverse\28Contour*\2c\20Contour*\29 +5641:OpAsWinding::getDirection\28Contour&\29 +5642:OpAsWinding::checkContainerChildren\28Contour*\2c\20Contour*\29 +5643:OffsetEdge::computeCrossingDistance\28OffsetEdge\20const*\29 +5644:OT::sbix::accelerator_t::get_png_extents\28hb_font_t*\2c\20unsigned\20int\2c\20hb_glyph_extents_t*\2c\20bool\29\20const +5645:OT::sbix::accelerator_t::choose_strike\28hb_font_t*\29\20const +5646:OT::post_accelerator_t*\20hb_data_wrapper_t::call_create>\28\29\20const +5647:OT::hmtxvmtx::accelerator_t::get_advance_with_var_unscaled\28unsigned\20int\2c\20hb_font_t*\2c\20float*\29\20const +5648:OT::hmtx_accelerator_t*\20hb_data_wrapper_t::call_create>\28\29\20const +5649:OT::hb_ot_layout_lookup_accelerator_t*\20OT::hb_ot_layout_lookup_accelerator_t::create\28OT::Layout::GPOS_impl::PosLookup\20const&\29 +5650:OT::hb_ot_apply_context_t::replace_glyph\28unsigned\20int\29 +5651:OT::hb_kern_machine_t::kern\28hb_font_t*\2c\20hb_buffer_t*\2c\20unsigned\20int\2c\20bool\29\20const +5652:OT::hb_accelerate_subtables_context_t::return_t\20OT::Context::dispatch\28OT::hb_accelerate_subtables_context_t*\29\20const +5653:OT::hb_accelerate_subtables_context_t::return_t\20OT::ChainContext::dispatch\28OT::hb_accelerate_subtables_context_t*\29\20const +5654:OT::glyf_accelerator_t::get_extents_at\28hb_font_t*\2c\20unsigned\20int\2c\20hb_glyph_extents_t*\2c\20hb_array_t\29\20const +5655:OT::glyf_accelerator_t::get_advance_with_var_unscaled\28hb_font_t*\2c\20unsigned\20int\2c\20bool\29\20const +5656:OT::cmap::accelerator_t::get_variation_glyph\28unsigned\20int\2c\20unsigned\20int\2c\20unsigned\20int*\2c\20hb_cache_t<21u\2c\2016u\2c\208u\2c\20true>*\29\20const +5657:OT::cff2_accelerator_t*\20hb_data_wrapper_t::call_create>\28\29\20const +5658:OT::cff2::accelerator_templ_t>::~accelerator_templ_t\28\29 +5659:OT::cff1::lookup_expert_subset_charset_for_sid\28unsigned\20int\29 +5660:OT::cff1::lookup_expert_charset_for_sid\28unsigned\20int\29 +5661:OT::cff1::accelerator_templ_t>::~accelerator_templ_t\28\29 +5662:OT::TupleVariationData>::decompile_points\28OT::IntType\20const*&\2c\20hb_vector_t&\2c\20OT::IntType\20const*\29 +5663:OT::SBIXStrike::get_glyph_blob\28unsigned\20int\2c\20hb_blob_t*\2c\20unsigned\20int\2c\20int*\2c\20int*\2c\20unsigned\20int\2c\20unsigned\20int*\29\20const +5664:OT::RuleSet::apply\28OT::hb_ot_apply_context_t*\2c\20OT::ContextApplyLookupContext\20const&\29\20const +5665:OT::RecordListOf::sanitize\28hb_sanitize_context_t*\29\20const +5666:OT::RecordListOf::sanitize\28hb_sanitize_context_t*\29\20const +5667:OT::PaintTranslate::paint_glyph\28OT::hb_paint_context_t*\2c\20unsigned\20int\29\20const +5668:OT::PaintSkewAroundCenter::paint_glyph\28OT::hb_paint_context_t*\2c\20unsigned\20int\29\20const +5669:OT::PaintSkew::paint_glyph\28OT::hb_paint_context_t*\2c\20unsigned\20int\29\20const +5670:OT::PaintScaleUniformAroundCenter::paint_glyph\28OT::hb_paint_context_t*\2c\20unsigned\20int\29\20const +5671:OT::PaintScaleUniform::paint_glyph\28OT::hb_paint_context_t*\2c\20unsigned\20int\29\20const +5672:OT::PaintScaleAroundCenter::paint_glyph\28OT::hb_paint_context_t*\2c\20unsigned\20int\29\20const +5673:OT::PaintScale::paint_glyph\28OT::hb_paint_context_t*\2c\20unsigned\20int\29\20const +5674:OT::PaintRotateAroundCenter::paint_glyph\28OT::hb_paint_context_t*\2c\20unsigned\20int\29\20const +5675:OT::PaintLinearGradient::sanitize\28hb_sanitize_context_t*\29\20const +5676:OT::PaintLinearGradient::sanitize\28hb_sanitize_context_t*\29\20const +5677:OT::OpenTypeFontFile::get_face\28unsigned\20int\2c\20unsigned\20int*\29\20const +5678:OT::Lookup::serialize\28hb_serialize_context_t*\2c\20unsigned\20int\2c\20unsigned\20int\2c\20unsigned\20int\29 +5679:OT::Layout::propagate_attachment_offsets\28hb_glyph_position_t*\2c\20unsigned\20int\2c\20unsigned\20int\2c\20hb_direction_t\2c\20unsigned\20int\29 +5680:OT::Layout::GSUB_impl::MultipleSubstFormat1_2::sanitize\28hb_sanitize_context_t*\29\20const +5681:OT::Layout::GSUB_impl::LigatureSet::apply\28OT::hb_ot_apply_context_t*\29\20const +5682:OT::Layout::GSUB_impl::Ligature::apply\28OT::hb_ot_apply_context_t*\29\20const +5683:OT::Layout::GSUB::get_lookup\28unsigned\20int\29\20const +5684:OT::Layout::GPOS_impl::reverse_cursive_minor_offset\28hb_glyph_position_t*\2c\20unsigned\20int\2c\20hb_direction_t\2c\20unsigned\20int\29 +5685:OT::Layout::GPOS_impl::PairPosFormat2_4::_apply\28OT::hb_ot_apply_context_t*\2c\20bool\29\20const +5686:OT::Layout::GPOS_impl::PairPosFormat1_3::_apply\28OT::hb_ot_apply_context_t*\2c\20bool\29\20const +5687:OT::Layout::GPOS_impl::MarkRecord::sanitize\28hb_sanitize_context_t*\2c\20void\20const*\29\20const +5688:OT::Layout::GPOS_impl::MarkBasePosFormat1_2::sanitize\28hb_sanitize_context_t*\29\20const +5689:OT::Layout::GPOS_impl::AnchorMatrix::sanitize\28hb_sanitize_context_t*\2c\20unsigned\20int\29\20const +5690:OT::IndexSubtableRecord::get_image_data\28unsigned\20int\2c\20void\20const*\2c\20unsigned\20int*\2c\20unsigned\20int*\2c\20unsigned\20int*\29\20const +5691:OT::GSUBGPOS::accelerator_t::get_accel\28unsigned\20int\29\20const +5692:OT::FeatureVariations::sanitize\28hb_sanitize_context_t*\29\20const +5693:OT::FeatureParams::sanitize\28hb_sanitize_context_t*\2c\20unsigned\20int\29\20const +5694:OT::Feature::sanitize\28hb_sanitize_context_t*\2c\20OT::Record_sanitize_closure_t\20const*\29\20const +5695:OT::ContextFormat3::sanitize\28hb_sanitize_context_t*\29\20const +5696:OT::ContextFormat2_5::sanitize\28hb_sanitize_context_t*\29\20const +5697:OT::ContextFormat2_5::_apply\28OT::hb_ot_apply_context_t*\2c\20bool\29\20const +5698:OT::ContextFormat1_4::sanitize\28hb_sanitize_context_t*\29\20const +5699:OT::ConditionAnd::sanitize\28hb_sanitize_context_t*\29\20const +5700:OT::ColorLine::static_get_extend\28hb_color_line_t*\2c\20void*\2c\20void*\29 +5701:OT::CmapSubtableFormat4::accelerator_t::get_glyph\28unsigned\20int\2c\20unsigned\20int*\29\20const +5702:OT::ClassDef::get_class\28unsigned\20int\2c\20hb_cache_t<15u\2c\208u\2c\207u\2c\20true>*\29\20const +5703:OT::ChainRuleSet::sanitize\28hb_sanitize_context_t*\29\20const +5704:OT::ChainRuleSet::apply\28OT::hb_ot_apply_context_t*\2c\20OT::ChainContextApplyLookupContext\20const&\29\20const +5705:OT::ChainContextFormat3::sanitize\28hb_sanitize_context_t*\29\20const +5706:OT::ChainContextFormat2_5::sanitize\28hb_sanitize_context_t*\29\20const +5707:OT::ChainContextFormat2_5::_apply\28OT::hb_ot_apply_context_t*\2c\20bool\29\20const +5708:OT::ChainContextFormat1_4::sanitize\28hb_sanitize_context_t*\29\20const +5709:OT::COLR_accelerator_t*\20hb_data_wrapper_t::call_create>\28\29\20const +5710:OT::COLR::accelerator_t::~accelerator_t\28\29 +5711:OT::CBDT_accelerator_t*\20hb_data_wrapper_t::call_create>\28\29\20const +5712:OT::CBDT::accelerator_t::get_extents\28hb_font_t*\2c\20unsigned\20int\2c\20hb_glyph_extents_t*\2c\20bool\29\20const +5713:OT::Affine2x3::paint_glyph\28OT::hb_paint_context_t*\2c\20unsigned\20int\29\20const +5714:MakeOnScreenGLSurface\28sk_sp\2c\20int\2c\20int\2c\20sk_sp\2c\20int\2c\20int\29 +5715:Load_SBit_Png +5716:LineCubicIntersections::intersectRay\28double*\29 +5717:LineCubicIntersections::VerticalIntersect\28SkDCubic\20const&\2c\20double\2c\20double*\29 +5718:LineCubicIntersections::HorizontalIntersect\28SkDCubic\20const&\2c\20double\2c\20double*\29 +5719:Launch +5720:JpegDecoderMgr::returnFailure\28char\20const*\2c\20SkCodec::Result\29 +5721:JpegDecoderMgr::getEncodedColor\28SkEncodedInfo::Color*\29 +5722:JSObjectFromLineMetrics\28skia::textlayout::LineMetrics&\29 +5723:JSObjectFromGlyphInfo\28skia::textlayout::Paragraph::GlyphInfo&\29 +5724:Ins_DELTAP +5725:HandleCoincidence\28SkOpContourHead*\2c\20SkOpCoincidence*\29 +5726:GrWritePixelsTask::~GrWritePixelsTask\28\29 +5727:GrWaitRenderTask::~GrWaitRenderTask\28\29 +5728:GrVertexBufferAllocPool::makeSpace\28unsigned\20long\2c\20int\2c\20sk_sp*\2c\20int*\29 +5729:GrVertexBufferAllocPool::makeSpaceAtLeast\28unsigned\20long\2c\20int\2c\20int\2c\20sk_sp*\2c\20int*\2c\20int*\29 +5730:GrTriangulator::polysToTriangles\28GrTriangulator::Poly*\2c\20SkPathFillType\2c\20skgpu::VertexWriter\29\20const +5731:GrTriangulator::polysToTriangles\28GrTriangulator::Poly*\2c\20GrEagerVertexAllocator*\29\20const +5732:GrTriangulator::mergeEdgesBelow\28GrTriangulator::Edge*\2c\20GrTriangulator::Edge*\2c\20GrTriangulator::EdgeList*\2c\20GrTriangulator::Vertex**\2c\20GrTriangulator::Comparator\20const&\29\20const +5733:GrTriangulator::mergeEdgesAbove\28GrTriangulator::Edge*\2c\20GrTriangulator::Edge*\2c\20GrTriangulator::EdgeList*\2c\20GrTriangulator::Vertex**\2c\20GrTriangulator::Comparator\20const&\29\20const +5734:GrTriangulator::makeSortedVertex\28SkPoint\20const&\2c\20unsigned\20char\2c\20GrTriangulator::VertexList*\2c\20GrTriangulator::Vertex*\2c\20GrTriangulator::Comparator\20const&\29\20const +5735:GrTriangulator::makeEdge\28GrTriangulator::Vertex*\2c\20GrTriangulator::Vertex*\2c\20GrTriangulator::EdgeType\2c\20GrTriangulator::Comparator\20const&\29 +5736:GrTriangulator::computeBisector\28GrTriangulator::Edge*\2c\20GrTriangulator::Edge*\2c\20GrTriangulator::Vertex*\29\20const +5737:GrTriangulator::appendQuadraticToContour\28SkPoint\20const*\2c\20float\2c\20GrTriangulator::VertexList*\29\20const +5738:GrTriangulator::SortMesh\28GrTriangulator::VertexList*\2c\20GrTriangulator::Comparator\20const&\29 +5739:GrTriangulator::FindEnclosingEdges\28GrTriangulator::Vertex\20const&\2c\20GrTriangulator::EdgeList\20const&\2c\20GrTriangulator::Edge**\2c\20GrTriangulator::Edge**\29 +5740:GrTransferFromRenderTask::~GrTransferFromRenderTask\28\29 +5741:GrThreadSafeCache::findVertsWithData\28skgpu::UniqueKey\20const&\29 +5742:GrThreadSafeCache::addVertsWithData\28skgpu::UniqueKey\20const&\2c\20sk_sp\2c\20bool\20\28*\29\28SkData*\2c\20SkData*\29\29 +5743:GrThreadSafeCache::Entry::set\28skgpu::UniqueKey\20const&\2c\20sk_sp\29 +5744:GrThreadSafeCache::CreateLazyView\28GrDirectContext*\2c\20GrColorType\2c\20SkISize\2c\20GrSurfaceOrigin\2c\20SkBackingFit\29 +5745:GrTextureResolveRenderTask::~GrTextureResolveRenderTask\28\29 +5746:GrTextureRenderTargetProxy::GrTextureRenderTargetProxy\28sk_sp\2c\20GrSurfaceProxy::UseAllocator\2c\20GrDDLProvider\29 +5747:GrTextureRenderTargetProxy::GrTextureRenderTargetProxy\28GrCaps\20const&\2c\20std::__2::function&&\2c\20GrBackendFormat\20const&\2c\20SkISize\2c\20int\2c\20skgpu::Mipmapped\2c\20GrMipmapStatus\2c\20SkBackingFit\2c\20skgpu::Budgeted\2c\20skgpu::Protected\2c\20GrInternalSurfaceFlags\2c\20GrSurfaceProxy::UseAllocator\2c\20GrDDLProvider\2c\20std::__2::basic_string_view>\29 +5748:GrTextureProxyPriv::setDeferredUploader\28std::__2::unique_ptr>\29 +5749:GrTextureProxy::setUniqueKey\28GrProxyProvider*\2c\20skgpu::UniqueKey\20const&\29 +5750:GrTextureProxy::ProxiesAreCompatibleAsDynamicState\28GrSurfaceProxy\20const*\2c\20GrSurfaceProxy\20const*\29 +5751:GrTextureProxy::GrTextureProxy\28sk_sp\2c\20GrSurfaceProxy::UseAllocator\2c\20GrDDLProvider\29_9988 +5752:GrTextureEffect::Sampling::Sampling\28GrSurfaceProxy\20const&\2c\20GrSamplerState\2c\20SkRect\20const&\2c\20SkRect\20const*\2c\20float\20const*\2c\20bool\2c\20GrCaps\20const&\2c\20SkPoint\29::$_1::operator\28\29\28int\2c\20GrSamplerState::WrapMode\2c\20GrTextureEffect::Sampling::Sampling\28GrSurfaceProxy\20const&\2c\20GrSamplerState\2c\20SkRect\20const&\2c\20SkRect\20const*\2c\20float\20const*\2c\20bool\2c\20GrCaps\20const&\2c\20SkPoint\29::Span\2c\20GrTextureEffect::Sampling::Sampling\28GrSurfaceProxy\20const&\2c\20GrSamplerState\2c\20SkRect\20const&\2c\20SkRect\20const*\2c\20float\20const*\2c\20bool\2c\20GrCaps\20const&\2c\20SkPoint\29::Span\2c\20float\29\20const +5753:GrTextureEffect::Impl::emitCode\28GrFragmentProcessor::ProgramImpl::EmitArgs&\29::$_2::operator\28\29\28GrTextureEffect::ShaderMode\2c\20char\20const*\2c\20char\20const*\2c\20char\20const*\2c\20char\20const*\2c\20char\20const*\29\20const +5754:GrTexture::markMipmapsDirty\28\29 +5755:GrTexture::computeScratchKey\28skgpu::ScratchKey*\29\20const +5756:GrTDeferredProxyUploader>::~GrTDeferredProxyUploader\28\29 +5757:GrSurfaceProxyPriv::exactify\28\29 +5758:GrSurfaceProxy::GrSurfaceProxy\28GrBackendFormat\20const&\2c\20SkISize\2c\20SkBackingFit\2c\20skgpu::Budgeted\2c\20skgpu::Protected\2c\20GrInternalSurfaceFlags\2c\20GrSurfaceProxy::UseAllocator\2c\20std::__2::basic_string_view>\29 +5759:GrStyledShape::setInheritedKey\28GrStyledShape\20const&\2c\20GrStyle::Apply\2c\20float\29 +5760:GrStyledShape::asRRect\28SkRRect*\2c\20bool*\29\20const +5761:GrStyledShape::GrStyledShape\28SkPath\20const&\2c\20SkPaint\20const&\2c\20GrStyledShape::DoSimplify\29 +5762:GrStyle::~GrStyle\28\29 +5763:GrStyle::applyToPath\28SkPath*\2c\20SkStrokeRec::InitStyle*\2c\20SkPath\20const&\2c\20float\29\20const +5764:GrStyle::applyPathEffect\28SkPath*\2c\20SkStrokeRec*\2c\20SkPath\20const&\29\20const +5765:GrStencilSettings::SetClipBitSettings\28bool\29 +5766:GrStagingBufferManager::detachBuffers\28\29 +5767:GrSkSLFP::Impl::emitCode\28GrFragmentProcessor::ProgramImpl::EmitArgs&\29::FPCallbacks::defineStruct\28char\20const*\29 +5768:GrShape::simplify\28unsigned\20int\29 +5769:GrShape::setRect\28SkRect\20const&\29 +5770:GrShape::conservativeContains\28SkRect\20const&\29\20const +5771:GrShape::closed\28\29\20const +5772:GrSWMaskHelper::toTextureView\28GrRecordingContext*\2c\20SkBackingFit\29 +5773:GrSWMaskHelper::drawShape\28GrStyledShape\20const&\2c\20SkMatrix\20const&\2c\20GrAA\2c\20unsigned\20char\29 +5774:GrSWMaskHelper::drawShape\28GrShape\20const&\2c\20SkMatrix\20const&\2c\20GrAA\2c\20unsigned\20char\29 +5775:GrResourceProvider::writePixels\28sk_sp\2c\20GrColorType\2c\20SkISize\2c\20GrMipLevel\20const*\2c\20int\29\20const +5776:GrResourceProvider::wrapBackendSemaphore\28GrBackendSemaphore\20const&\2c\20GrSemaphoreWrapType\2c\20GrWrapOwnership\29 +5777:GrResourceProvider::prepareLevels\28GrBackendFormat\20const&\2c\20GrColorType\2c\20SkISize\2c\20GrMipLevel\20const*\2c\20int\2c\20skia_private::AutoSTArray<14\2c\20GrMipLevel>*\2c\20skia_private::AutoSTArray<14\2c\20std::__2::unique_ptr>>*\29\20const +5778:GrResourceProvider::getExactScratch\28SkISize\2c\20GrBackendFormat\20const&\2c\20GrTextureType\2c\20skgpu::Renderable\2c\20int\2c\20skgpu::Budgeted\2c\20skgpu::Mipmapped\2c\20skgpu::Protected\2c\20std::__2::basic_string_view>\29 +5779:GrResourceProvider::createTexture\28SkISize\2c\20GrBackendFormat\20const&\2c\20GrTextureType\2c\20skgpu::Renderable\2c\20int\2c\20skgpu::Mipmapped\2c\20skgpu::Budgeted\2c\20skgpu::Protected\2c\20std::__2::basic_string_view>\29 +5780:GrResourceProvider::createTexture\28SkISize\2c\20GrBackendFormat\20const&\2c\20GrTextureType\2c\20GrColorType\2c\20skgpu::Renderable\2c\20int\2c\20skgpu::Budgeted\2c\20skgpu::Mipmapped\2c\20skgpu::Protected\2c\20GrMipLevel\20const*\2c\20std::__2::basic_string_view>\29 +5781:GrResourceProvider::createApproxTexture\28SkISize\2c\20GrBackendFormat\20const&\2c\20GrTextureType\2c\20skgpu::Renderable\2c\20int\2c\20skgpu::Protected\2c\20std::__2::basic_string_view>\29 +5782:GrResourceCache::~GrResourceCache\28\29 +5783:GrResourceCache::removeResource\28GrGpuResource*\29 +5784:GrResourceCache::processFreedGpuResources\28\29 +5785:GrResourceCache::insertResource\28GrGpuResource*\29 +5786:GrResourceCache::didChangeBudgetStatus\28GrGpuResource*\29 +5787:GrResourceAllocator::~GrResourceAllocator\28\29 +5788:GrResourceAllocator::planAssignment\28\29 +5789:GrResourceAllocator::expire\28unsigned\20int\29 +5790:GrRenderTask::makeSkippable\28\29 +5791:GrRenderTask::isInstantiated\28\29\20const +5792:GrRenderTarget::GrRenderTarget\28GrGpu*\2c\20SkISize\20const&\2c\20int\2c\20skgpu::Protected\2c\20std::__2::basic_string_view>\2c\20sk_sp\29 +5793:GrRecordingContext::init\28\29 +5794:GrRRectEffect::Make\28std::__2::unique_ptr>\2c\20GrClipEdgeType\2c\20SkRRect\20const&\2c\20GrShaderCaps\20const&\29 +5795:GrQuadUtils::TessellationHelper::reset\28GrQuad\20const&\2c\20GrQuad\20const*\29 +5796:GrQuadUtils::TessellationHelper::outset\28skvx::Vec<4\2c\20float>\20const&\2c\20GrQuad*\2c\20GrQuad*\29 +5797:GrQuadUtils::TessellationHelper::adjustDegenerateVertices\28skvx::Vec<4\2c\20float>\20const&\2c\20GrQuadUtils::TessellationHelper::Vertices*\29 +5798:GrQuadUtils::TessellationHelper::OutsetRequest::reset\28GrQuadUtils::TessellationHelper::EdgeVectors\20const&\2c\20GrQuad::Type\2c\20skvx::Vec<4\2c\20float>\20const&\29 +5799:GrQuadUtils::TessellationHelper::EdgeVectors::reset\28skvx::Vec<4\2c\20float>\20const&\2c\20skvx::Vec<4\2c\20float>\20const&\2c\20skvx::Vec<4\2c\20float>\20const&\2c\20GrQuad::Type\29 +5800:GrQuadUtils::ClipToW0\28DrawQuad*\2c\20DrawQuad*\29 +5801:GrQuad::bounds\28\29\20const +5802:GrProxyProvider::~GrProxyProvider\28\29 +5803:GrProxyProvider::wrapBackendTexture\28GrBackendTexture\20const&\2c\20GrWrapOwnership\2c\20GrWrapCacheable\2c\20GrIOType\2c\20sk_sp\29 +5804:GrProxyProvider::removeUniqueKeyFromProxy\28GrTextureProxy*\29 +5805:GrProxyProvider::createLazyProxy\28std::__2::function&&\2c\20GrBackendFormat\20const&\2c\20SkISize\2c\20skgpu::Mipmapped\2c\20GrMipmapStatus\2c\20GrInternalSurfaceFlags\2c\20SkBackingFit\2c\20skgpu::Budgeted\2c\20skgpu::Protected\2c\20GrSurfaceProxy::UseAllocator\2c\20std::__2::basic_string_view>\29 +5806:GrProxyProvider::contextID\28\29\20const +5807:GrProxyProvider::adoptUniqueKeyFromSurface\28GrTextureProxy*\2c\20GrSurface\20const*\29 +5808:GrPixmapBase::clip\28SkISize\2c\20SkIPoint*\29 +5809:GrPixmap::GrPixmap\28GrImageInfo\2c\20sk_sp\2c\20unsigned\20long\29 +5810:GrPipeline::GrPipeline\28GrPipeline::InitArgs\20const&\2c\20sk_sp\2c\20GrAppliedHardClip\20const&\29 +5811:GrPersistentCacheUtils::GetType\28SkReadBuffer*\29 +5812:GrPathUtils::QuadUVMatrix::set\28SkPoint\20const*\29 +5813:GrPathTessellationShader::MakeStencilOnlyPipeline\28GrTessellationShader::ProgramArgs\20const&\2c\20GrAAType\2c\20GrAppliedHardClip\20const&\2c\20GrPipeline::InputFlags\29 +5814:GrPaint::setCoverageSetOpXPFactory\28SkRegion::Op\2c\20bool\29 +5815:GrOvalOpFactory::MakeOvalOp\28GrRecordingContext*\2c\20GrPaint&&\2c\20SkMatrix\20const&\2c\20SkRect\20const&\2c\20GrStyle\20const&\2c\20GrShaderCaps\20const*\29 +5816:GrOpsRenderPass::drawIndexed\28int\2c\20int\2c\20unsigned\20short\2c\20unsigned\20short\2c\20int\29 +5817:GrOpsRenderPass::drawIndexedInstanced\28int\2c\20int\2c\20int\2c\20int\2c\20int\29 +5818:GrOpsRenderPass::drawIndexPattern\28int\2c\20int\2c\20int\2c\20int\2c\20int\29 +5819:GrOpFlushState::reset\28\29 +5820:GrOpFlushState::executeDrawsAndUploadsForMeshDrawOp\28GrOp\20const*\2c\20SkRect\20const&\2c\20GrPipeline\20const*\2c\20GrUserStencilSettings\20const*\29 +5821:GrOpFlushState::addASAPUpload\28std::__2::function&\29>&&\29 +5822:GrOp::onCombineIfPossible\28GrOp*\2c\20SkArenaAlloc*\2c\20GrCaps\20const&\29 +5823:GrOp::combineIfPossible\28GrOp*\2c\20SkArenaAlloc*\2c\20GrCaps\20const&\29 +5824:GrOnFlushResourceProvider::instantiateProxy\28GrSurfaceProxy*\29 +5825:GrMeshDrawTarget::allocMesh\28\29 +5826:GrMeshDrawOp::PatternHelper::init\28GrMeshDrawTarget*\2c\20GrPrimitiveType\2c\20unsigned\20long\2c\20sk_sp\2c\20int\2c\20int\2c\20int\2c\20int\29 +5827:GrMeshDrawOp::CombinedQuadCountWillOverflow\28GrAAType\2c\20bool\2c\20int\29 +5828:GrMemoryPool::allocate\28unsigned\20long\29 +5829:GrMakeUniqueKeyInvalidationListener\28skgpu::UniqueKey*\2c\20unsigned\20int\29::Listener::changed\28\29 +5830:GrIndexBufferAllocPool::makeSpace\28int\2c\20sk_sp*\2c\20int*\29 +5831:GrIndexBufferAllocPool::makeSpaceAtLeast\28int\2c\20int\2c\20sk_sp*\2c\20int*\2c\20int*\29 +5832:GrImageInfo::refColorSpace\28\29\20const +5833:GrImageInfo::minRowBytes\28\29\20const +5834:GrImageInfo::makeDimensions\28SkISize\29\20const +5835:GrImageInfo::bpp\28\29\20const +5836:GrImageInfo::GrImageInfo\28GrColorType\2c\20SkAlphaType\2c\20sk_sp\2c\20int\2c\20int\29 +5837:GrImageContext::abandonContext\28\29 +5838:GrGpuResource::removeUniqueKey\28\29 +5839:GrGpuResource::makeBudgeted\28\29 +5840:GrGpuResource::getResourceName\28\29\20const +5841:GrGpuResource::abandon\28\29 +5842:GrGpuResource::CreateUniqueID\28\29 +5843:GrGpu::~GrGpu\28\29 +5844:GrGpu::regenerateMipMapLevels\28GrTexture*\29 +5845:GrGpu::createTexture\28SkISize\2c\20GrBackendFormat\20const&\2c\20GrTextureType\2c\20skgpu::Renderable\2c\20int\2c\20skgpu::Mipmapped\2c\20skgpu::Budgeted\2c\20skgpu::Protected\2c\20std::__2::basic_string_view>\29 +5846:GrGpu::createTextureCommon\28SkISize\2c\20GrBackendFormat\20const&\2c\20GrTextureType\2c\20skgpu::Renderable\2c\20int\2c\20skgpu::Budgeted\2c\20skgpu::Protected\2c\20int\2c\20unsigned\20int\2c\20std::__2::basic_string_view>\29 +5847:GrGeometryProcessor::AttributeSet::addToKey\28skgpu::KeyBuilder*\29\20const +5848:GrGLVertexArray::invalidateCachedState\28\29 +5849:GrGLTextureParameters::invalidate\28\29 +5850:GrGLTexture::MakeWrapped\28GrGLGpu*\2c\20GrMipmapStatus\2c\20GrGLTexture::Desc\20const&\2c\20sk_sp\2c\20GrWrapCacheable\2c\20GrIOType\2c\20std::__2::basic_string_view>\29 +5851:GrGLTexture::GrGLTexture\28GrGLGpu*\2c\20skgpu::Budgeted\2c\20GrGLTexture::Desc\20const&\2c\20GrMipmapStatus\2c\20std::__2::basic_string_view>\29 +5852:GrGLTexture::GrGLTexture\28GrGLGpu*\2c\20GrGLTexture::Desc\20const&\2c\20sk_sp\2c\20GrMipmapStatus\2c\20std::__2::basic_string_view>\29 +5853:GrGLSLVaryingHandler::getFragDecls\28SkString*\2c\20SkString*\29\20const +5854:GrGLSLVaryingHandler::addAttribute\28GrShaderVar\20const&\29 +5855:GrGLSLUniformHandler::liftUniformToVertexShader\28GrProcessor\20const&\2c\20SkString\29 +5856:GrGLSLShaderBuilder::finalize\28unsigned\20int\29 +5857:GrGLSLShaderBuilder::emitFunction\28char\20const*\2c\20char\20const*\29 +5858:GrGLSLShaderBuilder::emitFunctionPrototype\28char\20const*\29 +5859:GrGLSLShaderBuilder::appendTextureLookupAndBlend\28char\20const*\2c\20SkBlendMode\2c\20GrResourceHandle\2c\20char\20const*\2c\20GrGLSLColorSpaceXformHelper*\29 +5860:GrGLSLShaderBuilder::appendColorGamutXform\28SkString*\2c\20char\20const*\2c\20GrGLSLColorSpaceXformHelper*\29::$_1::operator\28\29\28char\20const*\2c\20GrResourceHandle\29\20const +5861:GrGLSLShaderBuilder::appendColorGamutXform\28SkString*\2c\20char\20const*\2c\20GrGLSLColorSpaceXformHelper*\29::$_0::operator\28\29\28char\20const*\2c\20GrResourceHandle\2c\20skcms_TFType\29\20const +5862:GrGLSLShaderBuilder::addLayoutQualifier\28char\20const*\2c\20GrGLSLShaderBuilder::InterfaceQualifier\29 +5863:GrGLSLShaderBuilder::GrGLSLShaderBuilder\28GrGLSLProgramBuilder*\29 +5864:GrGLSLProgramDataManager::setRuntimeEffectUniforms\28SkSpan\2c\20SkSpan\20const>\2c\20SkSpan\2c\20void\20const*\29\20const +5865:GrGLSLProgramBuilder::~GrGLSLProgramBuilder\28\29 +5866:GrGLSLBlend::SetBlendModeUniformData\28GrGLSLProgramDataManager\20const&\2c\20GrResourceHandle\2c\20SkBlendMode\29 +5867:GrGLSLBlend::BlendExpression\28GrProcessor\20const*\2c\20GrGLSLUniformHandler*\2c\20GrResourceHandle*\2c\20char\20const*\2c\20char\20const*\2c\20SkBlendMode\29 +5868:GrGLRenderTarget::GrGLRenderTarget\28GrGLGpu*\2c\20SkISize\20const&\2c\20GrGLFormat\2c\20int\2c\20GrGLRenderTarget::IDs\20const&\2c\20skgpu::Protected\2c\20std::__2::basic_string_view>\29 +5869:GrGLProgramDataManager::set4fv\28GrResourceHandle\2c\20int\2c\20float\20const*\29\20const +5870:GrGLProgramDataManager::set2fv\28GrResourceHandle\2c\20int\2c\20float\20const*\29\20const +5871:GrGLProgramBuilder::uniformHandler\28\29 +5872:GrGLProgramBuilder::PrecompileProgram\28GrDirectContext*\2c\20GrGLPrecompiledProgram*\2c\20SkData\20const&\29::$_0::operator\28\29\28SkSL::ProgramKind\2c\20std::__2::basic_string\2c\20std::__2::allocator>\20const&\2c\20unsigned\20int\29\20const +5873:GrGLProgramBuilder::CreateProgram\28GrDirectContext*\2c\20GrProgramDesc\20const&\2c\20GrProgramInfo\20const&\2c\20GrGLPrecompiledProgram\20const*\29 +5874:GrGLProgram::~GrGLProgram\28\29 +5875:GrGLMakeAssembledWebGLInterface\28void*\2c\20void\20\28*\20\28*\29\28void*\2c\20char\20const*\29\29\28\29\29 +5876:GrGLGpu::~GrGLGpu\28\29 +5877:GrGLGpu::uploadTexData\28SkISize\2c\20unsigned\20int\2c\20SkIRect\2c\20unsigned\20int\2c\20unsigned\20int\2c\20unsigned\20long\2c\20GrMipLevel\20const*\2c\20int\29 +5878:GrGLGpu::uploadCompressedTexData\28SkTextureCompressionType\2c\20GrGLFormat\2c\20SkISize\2c\20skgpu::Mipmapped\2c\20unsigned\20int\2c\20void\20const*\2c\20unsigned\20long\29 +5879:GrGLGpu::uploadColorToTex\28GrGLFormat\2c\20SkISize\2c\20unsigned\20int\2c\20std::__2::array\2c\20unsigned\20int\29 +5880:GrGLGpu::readOrTransferPixelsFrom\28GrSurface*\2c\20SkIRect\2c\20GrColorType\2c\20GrColorType\2c\20void*\2c\20int\29 +5881:GrGLGpu::getTimerQueryResult\28unsigned\20int\29 +5882:GrGLGpu::getCompatibleStencilIndex\28GrGLFormat\29 +5883:GrGLGpu::createRenderTargetObjects\28GrGLTexture::Desc\20const&\2c\20int\2c\20GrGLRenderTarget::IDs*\29 +5884:GrGLGpu::createCompressedTexture2D\28SkISize\2c\20SkTextureCompressionType\2c\20GrGLFormat\2c\20skgpu::Mipmapped\2c\20skgpu::Protected\2c\20GrGLTextureParameters::SamplerOverriddenState*\29 +5885:GrGLGpu::bindFramebuffer\28unsigned\20int\2c\20unsigned\20int\29 +5886:GrGLGpu::ProgramCache::reset\28\29 +5887:GrGLGpu::ProgramCache::findOrCreateProgramImpl\28GrDirectContext*\2c\20GrProgramDesc\20const&\2c\20GrProgramInfo\20const&\2c\20GrThreadSafePipelineBuilder::Stats::ProgramCacheResult*\29 +5888:GrGLFunction::GrGLFunction\28void\20\28*\29\28unsigned\20int\2c\20int\2c\20int\2c\20int\2c\20int\2c\20int\2c\20unsigned\20int\2c\20unsigned\20int\2c\20void\20const*\29\29::'lambda'\28void\20const*\2c\20unsigned\20int\2c\20int\2c\20int\2c\20int\2c\20int\2c\20int\2c\20unsigned\20int\2c\20unsigned\20int\2c\20void\20const*\29::__invoke\28void\20const*\2c\20unsigned\20int\2c\20int\2c\20int\2c\20int\2c\20int\2c\20int\2c\20unsigned\20int\2c\20unsigned\20int\2c\20void\20const*\29 +5889:GrGLFunction::GrGLFunction\28void\20\28*\29\28int\2c\20float\29\29::'lambda'\28void\20const*\2c\20int\2c\20float\29::__invoke\28void\20const*\2c\20int\2c\20float\29 +5890:GrGLFormatIsCompressed\28GrGLFormat\29 +5891:GrGLFinishCallbacks::check\28\29 +5892:GrGLContext::~GrGLContext\28\29_12199 +5893:GrGLContext::~GrGLContext\28\29 +5894:GrGLCaps::~GrGLCaps\28\29 +5895:GrGLCaps::getTexSubImageExternalFormatAndType\28GrGLFormat\2c\20GrColorType\2c\20GrColorType\2c\20unsigned\20int*\2c\20unsigned\20int*\29\20const +5896:GrGLCaps::getTexSubImageDefaultFormatTypeAndColorType\28GrGLFormat\2c\20unsigned\20int*\2c\20unsigned\20int*\2c\20GrColorType*\29\20const +5897:GrGLCaps::getRenderTargetSampleCount\28int\2c\20GrGLFormat\29\20const +5898:GrGLCaps::formatSupportsTexStorage\28GrGLFormat\29\20const +5899:GrGLCaps::canCopyAsDraw\28GrGLFormat\2c\20bool\2c\20bool\29\20const +5900:GrGLCaps::canCopyAsBlit\28GrGLFormat\2c\20int\2c\20GrTextureType\20const*\2c\20GrGLFormat\2c\20int\2c\20GrTextureType\20const*\2c\20SkRect\20const&\2c\20bool\2c\20SkIRect\20const&\2c\20SkIRect\20const&\29\20const +5901:GrFragmentProcessor::~GrFragmentProcessor\28\29 +5902:GrFragmentProcessor::SwizzleOutput\28std::__2::unique_ptr>\2c\20skgpu::Swizzle\20const&\29::SwizzleFragmentProcessor::Make\28std::__2::unique_ptr>\2c\20skgpu::Swizzle\20const&\29 +5903:GrFragmentProcessor::ProgramImpl::setData\28GrGLSLProgramDataManager\20const&\2c\20GrFragmentProcessor\20const&\29 +5904:GrFragmentProcessor::HighPrecision\28std::__2::unique_ptr>\29::HighPrecisionFragmentProcessor::Make\28std::__2::unique_ptr>\29 +5905:GrFragmentProcessor::Compose\28std::__2::unique_ptr>\2c\20std::__2::unique_ptr>\29::ComposeProcessor::Make\28std::__2::unique_ptr>\2c\20std::__2::unique_ptr>\29 +5906:GrFragmentProcessor::ClampOutput\28std::__2::unique_ptr>\29 +5907:GrFixedClip::preApply\28SkRect\20const&\2c\20GrAA\29\20const +5908:GrFixedClip::getConservativeBounds\28\29\20const +5909:GrFixedClip::apply\28GrAppliedHardClip*\2c\20SkIRect*\29\20const +5910:GrExternalTextureGenerator::GrExternalTextureGenerator\28SkImageInfo\20const&\29 +5911:GrEagerDynamicVertexAllocator::unlock\28int\29 +5912:GrDynamicAtlas::readView\28GrCaps\20const&\29\20const +5913:GrDrawingManager::getLastRenderTask\28GrSurfaceProxy\20const*\29\20const +5914:GrDrawOpAtlasConfig::atlasDimensions\28skgpu::MaskFormat\29\20const +5915:GrDrawOpAtlasConfig::GrDrawOpAtlasConfig\28int\2c\20unsigned\20long\29 +5916:GrDrawOpAtlas::addToAtlas\28GrResourceProvider*\2c\20GrDeferredUploadTarget*\2c\20int\2c\20int\2c\20void\20const*\2c\20skgpu::AtlasLocator*\29 +5917:GrDrawOpAtlas::Make\28GrProxyProvider*\2c\20GrBackendFormat\20const&\2c\20SkColorType\2c\20unsigned\20long\2c\20int\2c\20int\2c\20int\2c\20int\2c\20skgpu::AtlasGenerationCounter*\2c\20GrDrawOpAtlas::AllowMultitexturing\2c\20skgpu::PlotEvictionCallback*\2c\20std::__2::basic_string_view>\29 +5918:GrDistanceFieldA8TextGeoProc::onTextureSampler\28int\29\20const +5919:GrDistanceFieldA8TextGeoProc::addNewViews\28GrSurfaceProxyView\20const*\2c\20int\2c\20GrSamplerState\29 +5920:GrDisableColorXPFactory::MakeXferProcessor\28\29 +5921:GrDirectContextPriv::validPMUPMConversionExists\28\29 +5922:GrDirectContext::~GrDirectContext\28\29 +5923:GrDirectContext::onGetSmallPathAtlasMgr\28\29 +5924:GrDirectContext::getResourceCacheLimits\28int*\2c\20unsigned\20long*\29\20const +5925:GrCopyRenderTask::~GrCopyRenderTask\28\29 +5926:GrCopyRenderTask::onIsUsed\28GrSurfaceProxy*\29\20const +5927:GrCopyBaseMipMapToView\28GrRecordingContext*\2c\20GrSurfaceProxyView\2c\20skgpu::Budgeted\29 +5928:GrContext_Base::threadSafeProxy\28\29 +5929:GrContext_Base::maxSurfaceSampleCountForColorType\28SkColorType\29\20const +5930:GrContext_Base::backend\28\29\20const +5931:GrColorInfo::makeColorType\28GrColorType\29\20const +5932:GrColorInfo::isLinearlyBlended\28\29\20const +5933:GrColorFragmentProcessorAnalysis::GrColorFragmentProcessorAnalysis\28GrProcessorAnalysisColor\20const&\2c\20std::__2::unique_ptr>\20const*\2c\20int\29 +5934:GrClip::IsPixelAligned\28SkRect\20const&\29 +5935:GrCaps::surfaceSupportsWritePixels\28GrSurface\20const*\29\20const +5936:GrCaps::getDstSampleFlagsForProxy\28GrRenderTargetProxy\20const*\2c\20bool\29\20const +5937:GrCPixmap::GrCPixmap\28GrPixmap\20const&\29 +5938:GrBufferAllocPool::makeSpaceAtLeast\28unsigned\20long\2c\20unsigned\20long\2c\20unsigned\20long\2c\20sk_sp*\2c\20unsigned\20long*\2c\20unsigned\20long*\29 +5939:GrBufferAllocPool::createBlock\28unsigned\20long\29 +5940:GrBufferAllocPool::CpuBufferCache::makeBuffer\28unsigned\20long\2c\20bool\29 +5941:GrBlurUtils::draw_shape_with_mask_filter\28GrRecordingContext*\2c\20skgpu::ganesh::SurfaceDrawContext*\2c\20GrClip\20const*\2c\20GrPaint&&\2c\20SkMatrix\20const&\2c\20SkMaskFilterBase\20const*\2c\20GrStyledShape\20const&\29 +5942:GrBlurUtils::draw_mask\28skgpu::ganesh::SurfaceDrawContext*\2c\20GrClip\20const*\2c\20SkMatrix\20const&\2c\20SkIRect\20const&\2c\20GrPaint&&\2c\20GrSurfaceProxyView\29 +5943:GrBlurUtils::convolve_gaussian\28GrRecordingContext*\2c\20GrSurfaceProxyView\2c\20GrColorType\2c\20SkAlphaType\2c\20SkIRect\2c\20SkIRect\2c\20GrBlurUtils::\28anonymous\20namespace\29::Direction\2c\20int\2c\20float\2c\20SkTileMode\2c\20sk_sp\2c\20SkBackingFit\29 +5944:GrBlurUtils::\28anonymous\20namespace\29::make_texture_effect\28GrCaps\20const*\2c\20GrSurfaceProxyView\2c\20SkAlphaType\2c\20GrSamplerState\20const&\2c\20SkIRect\20const&\2c\20SkIRect\20const&\2c\20SkISize\20const&\29 +5945:GrBlurUtils::MakeRectBlur\28GrRecordingContext*\2c\20GrShaderCaps\20const&\2c\20SkRect\20const&\2c\20std::__2::optional\20const&\2c\20SkMatrix\20const&\2c\20float\29 +5946:GrBlurUtils::MakeRRectBlur\28GrRecordingContext*\2c\20float\2c\20float\2c\20SkRRect\20const&\2c\20SkRRect\20const&\29 +5947:GrBlurUtils::MakeCircleBlur\28GrRecordingContext*\2c\20SkRect\20const&\2c\20float\29 +5948:GrBitmapTextGeoProc::addNewViews\28GrSurfaceProxyView\20const*\2c\20int\2c\20GrSamplerState\29 +5949:GrBitmapTextGeoProc::GrBitmapTextGeoProc\28GrShaderCaps\20const&\2c\20SkRGBA4f<\28SkAlphaType\292>\20const&\2c\20bool\2c\20sk_sp\2c\20GrSurfaceProxyView\20const*\2c\20int\2c\20GrSamplerState\2c\20skgpu::MaskFormat\2c\20SkMatrix\20const&\2c\20bool\29 +5950:GrBicubicEffect::Make\28GrSurfaceProxyView\2c\20SkAlphaType\2c\20SkMatrix\20const&\2c\20GrSamplerState::WrapMode\2c\20GrSamplerState::WrapMode\2c\20SkCubicResampler\2c\20GrBicubicEffect::Direction\2c\20GrCaps\20const&\29 +5951:GrBicubicEffect::MakeSubset\28GrSurfaceProxyView\2c\20SkAlphaType\2c\20SkMatrix\20const&\2c\20GrSamplerState::WrapMode\2c\20GrSamplerState::WrapMode\2c\20SkRect\20const&\2c\20SkRect\20const&\2c\20SkCubicResampler\2c\20GrBicubicEffect::Direction\2c\20GrCaps\20const&\29 +5952:GrBackendTextures::MakeGL\28int\2c\20int\2c\20skgpu::Mipmapped\2c\20GrGLTextureInfo\20const&\2c\20std::__2::basic_string_view>\29 +5953:GrBackendTexture::operator=\28GrBackendTexture\20const&\29 +5954:GrBackendRenderTargets::MakeGL\28int\2c\20int\2c\20int\2c\20int\2c\20GrGLFramebufferInfo\20const&\29 +5955:GrBackendRenderTargets::GetGLFramebufferInfo\28GrBackendRenderTarget\20const&\2c\20GrGLFramebufferInfo*\29 +5956:GrBackendRenderTarget::~GrBackendRenderTarget\28\29 +5957:GrBackendRenderTarget::isProtected\28\29\20const +5958:GrBackendFormatBytesPerBlock\28GrBackendFormat\20const&\29 +5959:GrBackendFormat::makeTexture2D\28\29\20const +5960:GrBackendFormat::isMockStencilFormat\28\29\20const +5961:GrBackendFormat::MakeMock\28GrColorType\2c\20SkTextureCompressionType\2c\20bool\29 +5962:GrAuditTrail::opsCombined\28GrOp\20const*\2c\20GrOp\20const*\29 +5963:GrAttachment::ComputeSharedAttachmentUniqueKey\28GrCaps\20const&\2c\20GrBackendFormat\20const&\2c\20SkISize\2c\20GrAttachment::UsageFlags\2c\20int\2c\20skgpu::Mipmapped\2c\20skgpu::Protected\2c\20GrMemoryless\2c\20skgpu::UniqueKey*\29 +5964:GrAtlasManager::~GrAtlasManager\28\29 +5965:GrAtlasManager::getViews\28skgpu::MaskFormat\2c\20unsigned\20int*\29 +5966:GrAtlasManager::freeAll\28\29 +5967:GrAATriangulator::makeEvent\28GrAATriangulator::SSEdge*\2c\20GrTriangulator::Vertex*\2c\20GrAATriangulator::SSEdge*\2c\20GrTriangulator::Vertex*\2c\20GrAATriangulator::EventList*\2c\20GrTriangulator::Comparator\20const&\29\20const +5968:GrAATriangulator::makeEvent\28GrAATriangulator::SSEdge*\2c\20GrAATriangulator::EventList*\29\20const +5969:GrAATriangulator::collapseOverlapRegions\28GrTriangulator::VertexList*\2c\20GrTriangulator::Comparator\20const&\2c\20GrAATriangulator::EventComparator\29 +5970:GrAAConvexTessellator::quadTo\28SkPoint\20const*\29 +5971:GetShapedLines\28skia::textlayout::Paragraph&\29 +5972:GetLargeValue +5973:FontMgrRunIterator::endOfCurrentRun\28\29\20const +5974:FontMgrRunIterator::atEnd\28\29\20const +5975:FinishRow +5976:FindUndone\28SkOpContourHead*\29 +5977:FT_Stream_Free +5978:FT_Sfnt_Table_Info +5979:FT_Select_Size +5980:FT_Render_Glyph_Internal +5981:FT_Remove_Module +5982:FT_Outline_Get_Orientation +5983:FT_Outline_EmboldenXY +5984:FT_New_GlyphSlot +5985:FT_Match_Size +5986:FT_List_Iterate +5987:FT_List_Find +5988:FT_List_Finalize +5989:FT_GlyphLoader_CheckSubGlyphs +5990:FT_Get_Postscript_Name +5991:FT_Get_Paint_Layers +5992:FT_Get_PS_Font_Info +5993:FT_Get_Glyph_Name +5994:FT_Get_FSType_Flags +5995:FT_Get_Colorline_Stops +5996:FT_Get_Color_Glyph_ClipBox +5997:FT_Bitmap_Convert +5998:EllipticalRRectOp::~EllipticalRRectOp\28\29_11430 +5999:EllipticalRRectOp::~EllipticalRRectOp\28\29 +6000:EllipticalRRectOp::onCreateProgramInfo\28GrCaps\20const*\2c\20SkArenaAlloc*\2c\20GrSurfaceProxyView\20const&\2c\20bool\2c\20GrAppliedClip&&\2c\20GrDstProxyView\20const&\2c\20GrXferBarrierFlags\2c\20GrLoadOp\29 +6001:EllipticalRRectOp::RRect&\20skia_private::TArray::emplace_back\28EllipticalRRectOp::RRect&&\29 +6002:EllipticalRRectOp::EllipticalRRectOp\28GrProcessorSet*\2c\20SkRGBA4f<\28SkAlphaType\292>\20const&\2c\20SkMatrix\20const&\2c\20SkRect\20const&\2c\20float\2c\20float\2c\20SkPoint\2c\20bool\29 +6003:EllipseOp::Make\28GrRecordingContext*\2c\20GrPaint&&\2c\20SkMatrix\20const&\2c\20SkRect\20const&\2c\20SkStrokeRec\20const&\29 +6004:EllipseOp::EllipseOp\28GrProcessorSet*\2c\20SkRGBA4f<\28SkAlphaType\292>\20const&\2c\20SkMatrix\20const&\2c\20EllipseOp::DeviceSpaceParams\20const&\2c\20SkStrokeRec\20const&\29 +6005:EllipseGeometryProcessor::Impl::setData\28GrGLSLProgramDataManager\20const&\2c\20GrShaderCaps\20const&\2c\20GrGeometryProcessor\20const&\29 +6006:DecodeVarLenUint8 +6007:DecodeContextMap +6008:DIEllipseOp::Make\28GrRecordingContext*\2c\20GrPaint&&\2c\20SkMatrix\20const&\2c\20SkRect\20const&\2c\20SkStrokeRec\20const&\29 +6009:DIEllipseOp::DIEllipseOp\28GrProcessorSet*\2c\20SkRGBA4f<\28SkAlphaType\292>\20const&\2c\20DIEllipseOp::DeviceSpaceParams\20const&\2c\20SkMatrix\20const&\29 +6010:CustomXP::makeProgramImpl\28\29\20const::Impl::onSetData\28GrGLSLProgramDataManager\20const&\2c\20GrXferProcessor\20const&\29 +6011:CustomXP::makeProgramImpl\28\29\20const::Impl::emitBlendCodeForDstRead\28GrGLSLXPFragmentBuilder*\2c\20GrGLSLUniformHandler*\2c\20char\20const*\2c\20char\20const*\2c\20char\20const*\2c\20char\20const*\2c\20char\20const*\2c\20GrXferProcessor\20const&\29 +6012:Cr_z_zcfree +6013:Cr_z_deflateReset +6014:Cr_z_deflate +6015:Cr_z_crc32_z +6016:CoverageSetOpXP::onIsEqual\28GrXferProcessor\20const&\29\20const +6017:Contour*\20std::__2::vector>::__emplace_back_slow_path\28SkRect&\2c\20int&\2c\20int&\29 +6018:CircularRRectOp::~CircularRRectOp\28\29_11407 +6019:CircularRRectOp::~CircularRRectOp\28\29 +6020:CircularRRectOp::CircularRRectOp\28GrProcessorSet*\2c\20SkRGBA4f<\28SkAlphaType\292>\20const&\2c\20SkMatrix\20const&\2c\20SkRect\20const&\2c\20float\2c\20float\2c\20bool\29 +6021:CircleOp::Make\28GrRecordingContext*\2c\20GrPaint&&\2c\20SkMatrix\20const&\2c\20SkPoint\2c\20float\2c\20GrStyle\20const&\2c\20CircleOp::ArcParams\20const*\29 +6022:CircleOp::CircleOp\28GrProcessorSet*\2c\20SkRGBA4f<\28SkAlphaType\292>\20const&\2c\20SkMatrix\20const&\2c\20SkPoint\2c\20float\2c\20GrStyle\20const&\2c\20CircleOp::ArcParams\20const*\29 +6023:CircleGeometryProcessor::Impl::setData\28GrGLSLProgramDataManager\20const&\2c\20GrShaderCaps\20const&\2c\20GrGeometryProcessor\20const&\29 +6024:CheckDecBuffer +6025:CFF::path_procs_t::vvcurveto\28CFF::cff1_cs_interp_env_t&\2c\20cff1_extents_param_t&\29 +6026:CFF::path_procs_t::vlineto\28CFF::cff1_cs_interp_env_t&\2c\20cff1_extents_param_t&\29 +6027:CFF::path_procs_t::vhcurveto\28CFF::cff1_cs_interp_env_t&\2c\20cff1_extents_param_t&\29 +6028:CFF::path_procs_t::rrcurveto\28CFF::cff1_cs_interp_env_t&\2c\20cff1_extents_param_t&\29 +6029:CFF::path_procs_t::rlineto\28CFF::cff1_cs_interp_env_t&\2c\20cff1_extents_param_t&\29 +6030:CFF::path_procs_t::rlinecurve\28CFF::cff1_cs_interp_env_t&\2c\20cff1_extents_param_t&\29 +6031:CFF::path_procs_t::rcurveline\28CFF::cff1_cs_interp_env_t&\2c\20cff1_extents_param_t&\29 +6032:CFF::path_procs_t::hvcurveto\28CFF::cff1_cs_interp_env_t&\2c\20cff1_extents_param_t&\29 +6033:CFF::path_procs_t::hlineto\28CFF::cff1_cs_interp_env_t&\2c\20cff1_extents_param_t&\29 +6034:CFF::path_procs_t::hhcurveto\28CFF::cff1_cs_interp_env_t&\2c\20cff1_extents_param_t&\29 +6035:CFF::path_procs_t::hflex\28CFF::cff1_cs_interp_env_t&\2c\20cff1_extents_param_t&\29 +6036:CFF::path_procs_t::hflex1\28CFF::cff1_cs_interp_env_t&\2c\20cff1_extents_param_t&\29 +6037:CFF::path_procs_t::flex\28CFF::cff1_cs_interp_env_t&\2c\20cff1_extents_param_t&\29 +6038:CFF::path_procs_t::flex1\28CFF::cff1_cs_interp_env_t&\2c\20cff1_extents_param_t&\29 +6039:CFF::cff2_cs_opset_t::process_blend\28CFF::cff2_cs_interp_env_t&\2c\20cff2_extents_param_t&\29 +6040:CFF::cff1_private_dict_opset_t::process_op\28unsigned\20int\2c\20CFF::interp_env_t&\2c\20CFF::cff1_private_dict_values_base_t&\29 +6041:CFF::FDSelect3_4\2c\20OT::IntType>::sanitize\28hb_sanitize_context_t*\2c\20unsigned\20int\29\20const +6042:CFF::Charset::get_sid\28unsigned\20int\2c\20unsigned\20int\2c\20CFF::code_pair_t*\29\20const +6043:CFF::CFF2FDSelect::get_fd\28unsigned\20int\29\20const +6044:ButtCapDashedCircleOp::ButtCapDashedCircleOp\28GrProcessorSet*\2c\20SkRGBA4f<\28SkAlphaType\292>\20const&\2c\20SkMatrix\20const&\2c\20SkPoint\2c\20float\2c\20float\2c\20float\2c\20float\2c\20float\2c\20float\29 +6045:BrotliTransformDictionaryWord +6046:BrotliEnsureRingBuffer +6047:AutoLayerForImageFilter::addMaskFilterLayer\28SkRect\20const*\29 +6048:AngleWinding\28SkOpSpanBase*\2c\20SkOpSpanBase*\2c\20int*\2c\20bool*\29 +6049:AddIntersectTs\28SkOpContour*\2c\20SkOpContour*\2c\20SkOpCoincidence*\29 +6050:ActiveEdgeList::replace\28SkPoint\20const&\2c\20SkPoint\20const&\2c\20SkPoint\20const&\2c\20unsigned\20short\2c\20unsigned\20short\2c\20unsigned\20short\29 +6051:ActiveEdgeList::remove\28SkPoint\20const&\2c\20SkPoint\20const&\2c\20unsigned\20short\2c\20unsigned\20short\29 +6052:ActiveEdgeList::insert\28SkPoint\20const&\2c\20SkPoint\20const&\2c\20unsigned\20short\2c\20unsigned\20short\29 +6053:AAT::kerx_accelerator_t*\20hb_data_wrapper_t::call_create>\28\29\20const +6054:AAT::hb_aat_apply_context_t::return_t\20AAT::ChainSubtable::dispatch\28AAT::hb_aat_apply_context_t*\29\20const +6055:AAT::hb_aat_apply_context_t::return_t\20AAT::ChainSubtable::dispatch\28AAT::hb_aat_apply_context_t*\29\20const +6056:AAT::hb_aat_apply_context_t::replace_glyph\28unsigned\20int\29 +6057:AAT::ankr::get_anchor\28unsigned\20int\2c\20unsigned\20int\2c\20unsigned\20int\29\20const +6058:AAT::TrackData::sanitize\28hb_sanitize_context_t*\2c\20void\20const*\29\20const +6059:AAT::TrackData::get_tracking\28void\20const*\2c\20float\2c\20float\29\20const +6060:AAT::StateTable::EntryData>::sanitize\28hb_sanitize_context_t*\2c\20unsigned\20int*\29\20const +6061:AAT::StateTable::EntryData>::sanitize\28hb_sanitize_context_t*\2c\20unsigned\20int*\29\20const +6062:AAT::StateTable::EntryData>::sanitize\28hb_sanitize_context_t*\2c\20unsigned\20int*\29\20const +6063:AAT::RearrangementSubtable::driver_context_t::transition\28hb_buffer_t*\2c\20AAT::StateTableDriver::Flags>*\2c\20AAT::Entry\20const&\29 +6064:AAT::NoncontextualSubtable::apply\28AAT::hb_aat_apply_context_t*\29\20const +6065:AAT::Lookup>::sanitize\28hb_sanitize_context_t*\29\20const +6066:AAT::Lookup>::get_value\28unsigned\20int\2c\20unsigned\20int\29\20const +6067:AAT::InsertionSubtable::driver_context_t::transition\28hb_buffer_t*\2c\20AAT::StateTableDriver::EntryData\2c\20AAT::InsertionSubtable::Flags>*\2c\20AAT::Entry::EntryData>\20const&\29 +6068:AAT::Chain::sanitize\28hb_sanitize_context_t*\2c\20unsigned\20int\29\20const +6069:AAT::Chain::sanitize\28hb_sanitize_context_t*\2c\20unsigned\20int\29\20const 6070:5832 6071:5833 6072:5834 @@ -6131,6012 +6131,6019 @@ 6130:5892 6131:5893 6132:5894 -6133:ycck_cmyk_convert -6134:ycc_rgb_convert -6135:ycc_rgb565_convert -6136:ycc_rgb565D_convert -6137:xyzd50_to_lab\28SkRGBA4f<\28SkAlphaType\292>\2c\20bool*\29 -6138:xyzd50_to_hcl\28SkRGBA4f<\28SkAlphaType\292>\2c\20bool*\29 -6139:wuffs_gif__decoder__tell_me_more -6140:wuffs_gif__decoder__set_report_metadata -6141:wuffs_gif__decoder__num_decoded_frame_configs -6142:wuffs_base__pixel_swizzler__xxxxxxxx__index_binary_alpha__src_over -6143:wuffs_base__pixel_swizzler__xxxxxxxx__index__src -6144:wuffs_base__pixel_swizzler__xxxx__index_binary_alpha__src_over -6145:wuffs_base__pixel_swizzler__xxxx__index__src -6146:wuffs_base__pixel_swizzler__xxx__index_binary_alpha__src_over -6147:wuffs_base__pixel_swizzler__xxx__index__src -6148:wuffs_base__pixel_swizzler__transparent_black_src_over -6149:wuffs_base__pixel_swizzler__transparent_black_src -6150:wuffs_base__pixel_swizzler__copy_1_1 -6151:wuffs_base__pixel_swizzler__bgr_565__index_binary_alpha__src_over -6152:wuffs_base__pixel_swizzler__bgr_565__index__src -6153:webgl_get_gl_proc\28void*\2c\20char\20const*\29 -6154:void\20std::__2::__call_once_proxy\5babi:nn180100\5d>\28void*\29 -6155:void\20std::__2::__call_once_proxy\5babi:ne180100\5d>\28void*\29 -6156:void\20mergeT\28void\20const*\2c\20int\2c\20unsigned\20char\20const*\2c\20int\2c\20void*\29 -6157:void\20mergeT\28void\20const*\2c\20int\2c\20unsigned\20char\20const*\2c\20int\2c\20void*\29 -6158:void\20emscripten::internal::raw_destructor>\28sk_sp*\29 -6159:void\20emscripten::internal::raw_destructor\28SkVertices::Builder*\29 -6160:void\20emscripten::internal::raw_destructor\28SkRuntimeEffect::TracedShader*\29 -6161:void\20emscripten::internal::raw_destructor\28SkPictureRecorder*\29 -6162:void\20emscripten::internal::raw_destructor\28SkPath*\29 -6163:void\20emscripten::internal::raw_destructor\28SkPaint*\29 -6164:void\20emscripten::internal::raw_destructor\28SkContourMeasureIter*\29 -6165:void\20emscripten::internal::raw_destructor\28SimpleImageInfo*\29 -6166:void\20emscripten::internal::MemberAccess::setWire\28SimpleTextStyle\20SimpleParagraphStyle::*\20const&\2c\20SimpleParagraphStyle&\2c\20SimpleTextStyle*\29 -6167:void\20emscripten::internal::MemberAccess::setWire\28SimpleStrutStyle\20SimpleParagraphStyle::*\20const&\2c\20SimpleParagraphStyle&\2c\20SimpleStrutStyle*\29 -6168:void\20emscripten::internal::MemberAccess>::setWire\28sk_sp\20SimpleImageInfo::*\20const&\2c\20SimpleImageInfo&\2c\20sk_sp*\29 -6169:void\20const*\20emscripten::internal::getActualType\28skia::textlayout::TypefaceFontProvider*\29 -6170:void\20const*\20emscripten::internal::getActualType\28skia::textlayout::ParagraphBuilderImpl*\29 -6171:void\20const*\20emscripten::internal::getActualType\28skia::textlayout::Paragraph*\29 -6172:void\20const*\20emscripten::internal::getActualType\28skia::textlayout::FontCollection*\29 -6173:void\20const*\20emscripten::internal::getActualType\28SkVertices*\29 -6174:void\20const*\20emscripten::internal::getActualType\28SkVertices::Builder*\29 -6175:void\20const*\20emscripten::internal::getActualType\28SkTypeface*\29 -6176:void\20const*\20emscripten::internal::getActualType\28SkTextBlob*\29 -6177:void\20const*\20emscripten::internal::getActualType\28SkSurface*\29 -6178:void\20const*\20emscripten::internal::getActualType\28SkShader*\29 -6179:void\20const*\20emscripten::internal::getActualType\28SkSL::DebugTrace*\29 -6180:void\20const*\20emscripten::internal::getActualType\28SkRuntimeEffect*\29 -6181:void\20const*\20emscripten::internal::getActualType\28SkPictureRecorder*\29 -6182:void\20const*\20emscripten::internal::getActualType\28SkPicture*\29 -6183:void\20const*\20emscripten::internal::getActualType\28SkPathEffect*\29 -6184:void\20const*\20emscripten::internal::getActualType\28SkPath*\29 -6185:void\20const*\20emscripten::internal::getActualType\28SkPaint*\29 -6186:void\20const*\20emscripten::internal::getActualType\28SkMaskFilter*\29 -6187:void\20const*\20emscripten::internal::getActualType\28SkImageFilter*\29 -6188:void\20const*\20emscripten::internal::getActualType\28SkImage*\29 -6189:void\20const*\20emscripten::internal::getActualType\28SkFontMgr*\29 -6190:void\20const*\20emscripten::internal::getActualType\28SkFont*\29 -6191:void\20const*\20emscripten::internal::getActualType\28SkContourMeasureIter*\29 -6192:void\20const*\20emscripten::internal::getActualType\28SkContourMeasure*\29 -6193:void\20const*\20emscripten::internal::getActualType\28SkColorSpace*\29 -6194:void\20const*\20emscripten::internal::getActualType\28SkColorFilter*\29 -6195:void\20const*\20emscripten::internal::getActualType\28SkCanvas*\29 -6196:void\20const*\20emscripten::internal::getActualType\28SkBlender*\29 -6197:void\20const*\20emscripten::internal::getActualType\28SkAnimatedImage*\29 -6198:void\20const*\20emscripten::internal::getActualType\28GrDirectContext*\29 -6199:void\20\28anonymous\20namespace\29::downsample_3_3<\28anonymous\20namespace\29::ColorTypeFilter_RGBA_F16>\28void*\2c\20void\20const*\2c\20unsigned\20long\2c\20int\29 -6200:void\20\28anonymous\20namespace\29::downsample_3_3<\28anonymous\20namespace\29::ColorTypeFilter_F16F16>\28void*\2c\20void\20const*\2c\20unsigned\20long\2c\20int\29 -6201:void\20\28anonymous\20namespace\29::downsample_3_3<\28anonymous\20namespace\29::ColorTypeFilter_Alpha_F16>\28void*\2c\20void\20const*\2c\20unsigned\20long\2c\20int\29 -6202:void\20\28anonymous\20namespace\29::downsample_3_3<\28anonymous\20namespace\29::ColorTypeFilter_8>\28void*\2c\20void\20const*\2c\20unsigned\20long\2c\20int\29 -6203:void\20\28anonymous\20namespace\29::downsample_3_3<\28anonymous\20namespace\29::ColorTypeFilter_88>\28void*\2c\20void\20const*\2c\20unsigned\20long\2c\20int\29 -6204:void\20\28anonymous\20namespace\29::downsample_3_3<\28anonymous\20namespace\29::ColorTypeFilter_8888>\28void*\2c\20void\20const*\2c\20unsigned\20long\2c\20int\29 -6205:void\20\28anonymous\20namespace\29::downsample_3_3<\28anonymous\20namespace\29::ColorTypeFilter_565>\28void*\2c\20void\20const*\2c\20unsigned\20long\2c\20int\29 -6206:void\20\28anonymous\20namespace\29::downsample_3_3<\28anonymous\20namespace\29::ColorTypeFilter_4444>\28void*\2c\20void\20const*\2c\20unsigned\20long\2c\20int\29 -6207:void\20\28anonymous\20namespace\29::downsample_3_3<\28anonymous\20namespace\29::ColorTypeFilter_16>\28void*\2c\20void\20const*\2c\20unsigned\20long\2c\20int\29 -6208:void\20\28anonymous\20namespace\29::downsample_3_3<\28anonymous\20namespace\29::ColorTypeFilter_1616>\28void*\2c\20void\20const*\2c\20unsigned\20long\2c\20int\29 -6209:void\20\28anonymous\20namespace\29::downsample_3_3<\28anonymous\20namespace\29::ColorTypeFilter_16161616>\28void*\2c\20void\20const*\2c\20unsigned\20long\2c\20int\29 -6210:void\20\28anonymous\20namespace\29::downsample_3_3<\28anonymous\20namespace\29::ColorTypeFilter_1010102>\28void*\2c\20void\20const*\2c\20unsigned\20long\2c\20int\29 -6211:void\20\28anonymous\20namespace\29::downsample_3_2<\28anonymous\20namespace\29::ColorTypeFilter_RGBA_F16>\28void*\2c\20void\20const*\2c\20unsigned\20long\2c\20int\29 -6212:void\20\28anonymous\20namespace\29::downsample_3_2<\28anonymous\20namespace\29::ColorTypeFilter_F16F16>\28void*\2c\20void\20const*\2c\20unsigned\20long\2c\20int\29 -6213:void\20\28anonymous\20namespace\29::downsample_3_2<\28anonymous\20namespace\29::ColorTypeFilter_Alpha_F16>\28void*\2c\20void\20const*\2c\20unsigned\20long\2c\20int\29 -6214:void\20\28anonymous\20namespace\29::downsample_3_2<\28anonymous\20namespace\29::ColorTypeFilter_8>\28void*\2c\20void\20const*\2c\20unsigned\20long\2c\20int\29 -6215:void\20\28anonymous\20namespace\29::downsample_3_2<\28anonymous\20namespace\29::ColorTypeFilter_88>\28void*\2c\20void\20const*\2c\20unsigned\20long\2c\20int\29 -6216:void\20\28anonymous\20namespace\29::downsample_3_2<\28anonymous\20namespace\29::ColorTypeFilter_8888>\28void*\2c\20void\20const*\2c\20unsigned\20long\2c\20int\29 -6217:void\20\28anonymous\20namespace\29::downsample_3_2<\28anonymous\20namespace\29::ColorTypeFilter_565>\28void*\2c\20void\20const*\2c\20unsigned\20long\2c\20int\29 -6218:void\20\28anonymous\20namespace\29::downsample_3_2<\28anonymous\20namespace\29::ColorTypeFilter_4444>\28void*\2c\20void\20const*\2c\20unsigned\20long\2c\20int\29 -6219:void\20\28anonymous\20namespace\29::downsample_3_2<\28anonymous\20namespace\29::ColorTypeFilter_16>\28void*\2c\20void\20const*\2c\20unsigned\20long\2c\20int\29 -6220:void\20\28anonymous\20namespace\29::downsample_3_2<\28anonymous\20namespace\29::ColorTypeFilter_1616>\28void*\2c\20void\20const*\2c\20unsigned\20long\2c\20int\29 -6221:void\20\28anonymous\20namespace\29::downsample_3_2<\28anonymous\20namespace\29::ColorTypeFilter_16161616>\28void*\2c\20void\20const*\2c\20unsigned\20long\2c\20int\29 -6222:void\20\28anonymous\20namespace\29::downsample_3_2<\28anonymous\20namespace\29::ColorTypeFilter_1010102>\28void*\2c\20void\20const*\2c\20unsigned\20long\2c\20int\29 -6223:void\20\28anonymous\20namespace\29::downsample_3_1<\28anonymous\20namespace\29::ColorTypeFilter_RGBA_F16>\28void*\2c\20void\20const*\2c\20unsigned\20long\2c\20int\29 -6224:void\20\28anonymous\20namespace\29::downsample_3_1<\28anonymous\20namespace\29::ColorTypeFilter_F16F16>\28void*\2c\20void\20const*\2c\20unsigned\20long\2c\20int\29 -6225:void\20\28anonymous\20namespace\29::downsample_3_1<\28anonymous\20namespace\29::ColorTypeFilter_Alpha_F16>\28void*\2c\20void\20const*\2c\20unsigned\20long\2c\20int\29 -6226:void\20\28anonymous\20namespace\29::downsample_3_1<\28anonymous\20namespace\29::ColorTypeFilter_8>\28void*\2c\20void\20const*\2c\20unsigned\20long\2c\20int\29 -6227:void\20\28anonymous\20namespace\29::downsample_3_1<\28anonymous\20namespace\29::ColorTypeFilter_88>\28void*\2c\20void\20const*\2c\20unsigned\20long\2c\20int\29 -6228:void\20\28anonymous\20namespace\29::downsample_3_1<\28anonymous\20namespace\29::ColorTypeFilter_8888>\28void*\2c\20void\20const*\2c\20unsigned\20long\2c\20int\29 -6229:void\20\28anonymous\20namespace\29::downsample_3_1<\28anonymous\20namespace\29::ColorTypeFilter_565>\28void*\2c\20void\20const*\2c\20unsigned\20long\2c\20int\29 -6230:void\20\28anonymous\20namespace\29::downsample_3_1<\28anonymous\20namespace\29::ColorTypeFilter_4444>\28void*\2c\20void\20const*\2c\20unsigned\20long\2c\20int\29 -6231:void\20\28anonymous\20namespace\29::downsample_3_1<\28anonymous\20namespace\29::ColorTypeFilter_16>\28void*\2c\20void\20const*\2c\20unsigned\20long\2c\20int\29 -6232:void\20\28anonymous\20namespace\29::downsample_3_1<\28anonymous\20namespace\29::ColorTypeFilter_1616>\28void*\2c\20void\20const*\2c\20unsigned\20long\2c\20int\29 -6233:void\20\28anonymous\20namespace\29::downsample_3_1<\28anonymous\20namespace\29::ColorTypeFilter_16161616>\28void*\2c\20void\20const*\2c\20unsigned\20long\2c\20int\29 -6234:void\20\28anonymous\20namespace\29::downsample_3_1<\28anonymous\20namespace\29::ColorTypeFilter_1010102>\28void*\2c\20void\20const*\2c\20unsigned\20long\2c\20int\29 -6235:void\20\28anonymous\20namespace\29::downsample_2_3<\28anonymous\20namespace\29::ColorTypeFilter_RGBA_F16>\28void*\2c\20void\20const*\2c\20unsigned\20long\2c\20int\29 -6236:void\20\28anonymous\20namespace\29::downsample_2_3<\28anonymous\20namespace\29::ColorTypeFilter_F16F16>\28void*\2c\20void\20const*\2c\20unsigned\20long\2c\20int\29 -6237:void\20\28anonymous\20namespace\29::downsample_2_3<\28anonymous\20namespace\29::ColorTypeFilter_Alpha_F16>\28void*\2c\20void\20const*\2c\20unsigned\20long\2c\20int\29 -6238:void\20\28anonymous\20namespace\29::downsample_2_3<\28anonymous\20namespace\29::ColorTypeFilter_8>\28void*\2c\20void\20const*\2c\20unsigned\20long\2c\20int\29 -6239:void\20\28anonymous\20namespace\29::downsample_2_3<\28anonymous\20namespace\29::ColorTypeFilter_88>\28void*\2c\20void\20const*\2c\20unsigned\20long\2c\20int\29 -6240:void\20\28anonymous\20namespace\29::downsample_2_3<\28anonymous\20namespace\29::ColorTypeFilter_8888>\28void*\2c\20void\20const*\2c\20unsigned\20long\2c\20int\29 -6241:void\20\28anonymous\20namespace\29::downsample_2_3<\28anonymous\20namespace\29::ColorTypeFilter_565>\28void*\2c\20void\20const*\2c\20unsigned\20long\2c\20int\29 -6242:void\20\28anonymous\20namespace\29::downsample_2_3<\28anonymous\20namespace\29::ColorTypeFilter_4444>\28void*\2c\20void\20const*\2c\20unsigned\20long\2c\20int\29 -6243:void\20\28anonymous\20namespace\29::downsample_2_3<\28anonymous\20namespace\29::ColorTypeFilter_16>\28void*\2c\20void\20const*\2c\20unsigned\20long\2c\20int\29 -6244:void\20\28anonymous\20namespace\29::downsample_2_3<\28anonymous\20namespace\29::ColorTypeFilter_1616>\28void*\2c\20void\20const*\2c\20unsigned\20long\2c\20int\29 -6245:void\20\28anonymous\20namespace\29::downsample_2_3<\28anonymous\20namespace\29::ColorTypeFilter_16161616>\28void*\2c\20void\20const*\2c\20unsigned\20long\2c\20int\29 -6246:void\20\28anonymous\20namespace\29::downsample_2_3<\28anonymous\20namespace\29::ColorTypeFilter_1010102>\28void*\2c\20void\20const*\2c\20unsigned\20long\2c\20int\29 -6247:void\20\28anonymous\20namespace\29::downsample_2_2<\28anonymous\20namespace\29::ColorTypeFilter_RGBA_F16>\28void*\2c\20void\20const*\2c\20unsigned\20long\2c\20int\29 -6248:void\20\28anonymous\20namespace\29::downsample_2_2<\28anonymous\20namespace\29::ColorTypeFilter_F16F16>\28void*\2c\20void\20const*\2c\20unsigned\20long\2c\20int\29 -6249:void\20\28anonymous\20namespace\29::downsample_2_2<\28anonymous\20namespace\29::ColorTypeFilter_Alpha_F16>\28void*\2c\20void\20const*\2c\20unsigned\20long\2c\20int\29 -6250:void\20\28anonymous\20namespace\29::downsample_2_2<\28anonymous\20namespace\29::ColorTypeFilter_8>\28void*\2c\20void\20const*\2c\20unsigned\20long\2c\20int\29 -6251:void\20\28anonymous\20namespace\29::downsample_2_2<\28anonymous\20namespace\29::ColorTypeFilter_88>\28void*\2c\20void\20const*\2c\20unsigned\20long\2c\20int\29 -6252:void\20\28anonymous\20namespace\29::downsample_2_2<\28anonymous\20namespace\29::ColorTypeFilter_8888>\28void*\2c\20void\20const*\2c\20unsigned\20long\2c\20int\29 -6253:void\20\28anonymous\20namespace\29::downsample_2_2<\28anonymous\20namespace\29::ColorTypeFilter_565>\28void*\2c\20void\20const*\2c\20unsigned\20long\2c\20int\29 -6254:void\20\28anonymous\20namespace\29::downsample_2_2<\28anonymous\20namespace\29::ColorTypeFilter_4444>\28void*\2c\20void\20const*\2c\20unsigned\20long\2c\20int\29 -6255:void\20\28anonymous\20namespace\29::downsample_2_2<\28anonymous\20namespace\29::ColorTypeFilter_16>\28void*\2c\20void\20const*\2c\20unsigned\20long\2c\20int\29 -6256:void\20\28anonymous\20namespace\29::downsample_2_2<\28anonymous\20namespace\29::ColorTypeFilter_1616>\28void*\2c\20void\20const*\2c\20unsigned\20long\2c\20int\29 -6257:void\20\28anonymous\20namespace\29::downsample_2_2<\28anonymous\20namespace\29::ColorTypeFilter_16161616>\28void*\2c\20void\20const*\2c\20unsigned\20long\2c\20int\29 -6258:void\20\28anonymous\20namespace\29::downsample_2_2<\28anonymous\20namespace\29::ColorTypeFilter_1010102>\28void*\2c\20void\20const*\2c\20unsigned\20long\2c\20int\29 -6259:void\20\28anonymous\20namespace\29::downsample_2_1<\28anonymous\20namespace\29::ColorTypeFilter_RGBA_F16>\28void*\2c\20void\20const*\2c\20unsigned\20long\2c\20int\29 -6260:void\20\28anonymous\20namespace\29::downsample_2_1<\28anonymous\20namespace\29::ColorTypeFilter_F16F16>\28void*\2c\20void\20const*\2c\20unsigned\20long\2c\20int\29 -6261:void\20\28anonymous\20namespace\29::downsample_2_1<\28anonymous\20namespace\29::ColorTypeFilter_Alpha_F16>\28void*\2c\20void\20const*\2c\20unsigned\20long\2c\20int\29 -6262:void\20\28anonymous\20namespace\29::downsample_2_1<\28anonymous\20namespace\29::ColorTypeFilter_8>\28void*\2c\20void\20const*\2c\20unsigned\20long\2c\20int\29 -6263:void\20\28anonymous\20namespace\29::downsample_2_1<\28anonymous\20namespace\29::ColorTypeFilter_88>\28void*\2c\20void\20const*\2c\20unsigned\20long\2c\20int\29 -6264:void\20\28anonymous\20namespace\29::downsample_2_1<\28anonymous\20namespace\29::ColorTypeFilter_8888>\28void*\2c\20void\20const*\2c\20unsigned\20long\2c\20int\29 -6265:void\20\28anonymous\20namespace\29::downsample_2_1<\28anonymous\20namespace\29::ColorTypeFilter_565>\28void*\2c\20void\20const*\2c\20unsigned\20long\2c\20int\29 -6266:void\20\28anonymous\20namespace\29::downsample_2_1<\28anonymous\20namespace\29::ColorTypeFilter_4444>\28void*\2c\20void\20const*\2c\20unsigned\20long\2c\20int\29 -6267:void\20\28anonymous\20namespace\29::downsample_2_1<\28anonymous\20namespace\29::ColorTypeFilter_16>\28void*\2c\20void\20const*\2c\20unsigned\20long\2c\20int\29 -6268:void\20\28anonymous\20namespace\29::downsample_2_1<\28anonymous\20namespace\29::ColorTypeFilter_1616>\28void*\2c\20void\20const*\2c\20unsigned\20long\2c\20int\29 -6269:void\20\28anonymous\20namespace\29::downsample_2_1<\28anonymous\20namespace\29::ColorTypeFilter_16161616>\28void*\2c\20void\20const*\2c\20unsigned\20long\2c\20int\29 -6270:void\20\28anonymous\20namespace\29::downsample_2_1<\28anonymous\20namespace\29::ColorTypeFilter_1010102>\28void*\2c\20void\20const*\2c\20unsigned\20long\2c\20int\29 -6271:void\20\28anonymous\20namespace\29::downsample_1_3<\28anonymous\20namespace\29::ColorTypeFilter_RGBA_F16>\28void*\2c\20void\20const*\2c\20unsigned\20long\2c\20int\29 -6272:void\20\28anonymous\20namespace\29::downsample_1_3<\28anonymous\20namespace\29::ColorTypeFilter_F16F16>\28void*\2c\20void\20const*\2c\20unsigned\20long\2c\20int\29 -6273:void\20\28anonymous\20namespace\29::downsample_1_3<\28anonymous\20namespace\29::ColorTypeFilter_Alpha_F16>\28void*\2c\20void\20const*\2c\20unsigned\20long\2c\20int\29 -6274:void\20\28anonymous\20namespace\29::downsample_1_3<\28anonymous\20namespace\29::ColorTypeFilter_8>\28void*\2c\20void\20const*\2c\20unsigned\20long\2c\20int\29 -6275:void\20\28anonymous\20namespace\29::downsample_1_3<\28anonymous\20namespace\29::ColorTypeFilter_88>\28void*\2c\20void\20const*\2c\20unsigned\20long\2c\20int\29 -6276:void\20\28anonymous\20namespace\29::downsample_1_3<\28anonymous\20namespace\29::ColorTypeFilter_8888>\28void*\2c\20void\20const*\2c\20unsigned\20long\2c\20int\29 -6277:void\20\28anonymous\20namespace\29::downsample_1_3<\28anonymous\20namespace\29::ColorTypeFilter_565>\28void*\2c\20void\20const*\2c\20unsigned\20long\2c\20int\29 -6278:void\20\28anonymous\20namespace\29::downsample_1_3<\28anonymous\20namespace\29::ColorTypeFilter_4444>\28void*\2c\20void\20const*\2c\20unsigned\20long\2c\20int\29 -6279:void\20\28anonymous\20namespace\29::downsample_1_3<\28anonymous\20namespace\29::ColorTypeFilter_16>\28void*\2c\20void\20const*\2c\20unsigned\20long\2c\20int\29 -6280:void\20\28anonymous\20namespace\29::downsample_1_3<\28anonymous\20namespace\29::ColorTypeFilter_1616>\28void*\2c\20void\20const*\2c\20unsigned\20long\2c\20int\29 -6281:void\20\28anonymous\20namespace\29::downsample_1_3<\28anonymous\20namespace\29::ColorTypeFilter_16161616>\28void*\2c\20void\20const*\2c\20unsigned\20long\2c\20int\29 -6282:void\20\28anonymous\20namespace\29::downsample_1_3<\28anonymous\20namespace\29::ColorTypeFilter_1010102>\28void*\2c\20void\20const*\2c\20unsigned\20long\2c\20int\29 -6283:void\20\28anonymous\20namespace\29::downsample_1_2<\28anonymous\20namespace\29::ColorTypeFilter_RGBA_F16>\28void*\2c\20void\20const*\2c\20unsigned\20long\2c\20int\29 -6284:void\20\28anonymous\20namespace\29::downsample_1_2<\28anonymous\20namespace\29::ColorTypeFilter_F16F16>\28void*\2c\20void\20const*\2c\20unsigned\20long\2c\20int\29 -6285:void\20\28anonymous\20namespace\29::downsample_1_2<\28anonymous\20namespace\29::ColorTypeFilter_Alpha_F16>\28void*\2c\20void\20const*\2c\20unsigned\20long\2c\20int\29 -6286:void\20\28anonymous\20namespace\29::downsample_1_2<\28anonymous\20namespace\29::ColorTypeFilter_8>\28void*\2c\20void\20const*\2c\20unsigned\20long\2c\20int\29 -6287:void\20\28anonymous\20namespace\29::downsample_1_2<\28anonymous\20namespace\29::ColorTypeFilter_88>\28void*\2c\20void\20const*\2c\20unsigned\20long\2c\20int\29 -6288:void\20\28anonymous\20namespace\29::downsample_1_2<\28anonymous\20namespace\29::ColorTypeFilter_8888>\28void*\2c\20void\20const*\2c\20unsigned\20long\2c\20int\29 -6289:void\20\28anonymous\20namespace\29::downsample_1_2<\28anonymous\20namespace\29::ColorTypeFilter_565>\28void*\2c\20void\20const*\2c\20unsigned\20long\2c\20int\29 -6290:void\20\28anonymous\20namespace\29::downsample_1_2<\28anonymous\20namespace\29::ColorTypeFilter_4444>\28void*\2c\20void\20const*\2c\20unsigned\20long\2c\20int\29 -6291:void\20\28anonymous\20namespace\29::downsample_1_2<\28anonymous\20namespace\29::ColorTypeFilter_16>\28void*\2c\20void\20const*\2c\20unsigned\20long\2c\20int\29 -6292:void\20\28anonymous\20namespace\29::downsample_1_2<\28anonymous\20namespace\29::ColorTypeFilter_1616>\28void*\2c\20void\20const*\2c\20unsigned\20long\2c\20int\29 -6293:void\20\28anonymous\20namespace\29::downsample_1_2<\28anonymous\20namespace\29::ColorTypeFilter_16161616>\28void*\2c\20void\20const*\2c\20unsigned\20long\2c\20int\29 -6294:void\20\28anonymous\20namespace\29::downsample_1_2<\28anonymous\20namespace\29::ColorTypeFilter_1010102>\28void*\2c\20void\20const*\2c\20unsigned\20long\2c\20int\29 -6295:void\20SkSwizzler::SkipLeadingGrayAlphaZerosThen<&swizzle_grayalpha_to_n32_unpremul\28void*\2c\20unsigned\20char\20const*\2c\20int\2c\20int\2c\20int\2c\20int\2c\20unsigned\20int\20const*\29>\28void*\2c\20unsigned\20char\20const*\2c\20int\2c\20int\2c\20int\2c\20int\2c\20unsigned\20int\20const*\29 -6296:void\20SkSwizzler::SkipLeadingGrayAlphaZerosThen<&swizzle_grayalpha_to_n32_premul\28void*\2c\20unsigned\20char\20const*\2c\20int\2c\20int\2c\20int\2c\20int\2c\20unsigned\20int\20const*\29>\28void*\2c\20unsigned\20char\20const*\2c\20int\2c\20int\2c\20int\2c\20int\2c\20unsigned\20int\20const*\29 -6297:void\20SkSwizzler::SkipLeadingGrayAlphaZerosThen<&fast_swizzle_grayalpha_to_n32_unpremul\28void*\2c\20unsigned\20char\20const*\2c\20int\2c\20int\2c\20int\2c\20int\2c\20unsigned\20int\20const*\29>\28void*\2c\20unsigned\20char\20const*\2c\20int\2c\20int\2c\20int\2c\20int\2c\20unsigned\20int\20const*\29 -6298:void\20SkSwizzler::SkipLeadingGrayAlphaZerosThen<&fast_swizzle_grayalpha_to_n32_premul\28void*\2c\20unsigned\20char\20const*\2c\20int\2c\20int\2c\20int\2c\20int\2c\20unsigned\20int\20const*\29>\28void*\2c\20unsigned\20char\20const*\2c\20int\2c\20int\2c\20int\2c\20int\2c\20unsigned\20int\20const*\29 -6299:void\20SkSwizzler::SkipLeading8888ZerosThen<&swizzle_rgba_to_rgba_premul\28void*\2c\20unsigned\20char\20const*\2c\20int\2c\20int\2c\20int\2c\20int\2c\20unsigned\20int\20const*\29>\28void*\2c\20unsigned\20char\20const*\2c\20int\2c\20int\2c\20int\2c\20int\2c\20unsigned\20int\20const*\29 -6300:void\20SkSwizzler::SkipLeading8888ZerosThen<&swizzle_rgba_to_bgra_unpremul\28void*\2c\20unsigned\20char\20const*\2c\20int\2c\20int\2c\20int\2c\20int\2c\20unsigned\20int\20const*\29>\28void*\2c\20unsigned\20char\20const*\2c\20int\2c\20int\2c\20int\2c\20int\2c\20unsigned\20int\20const*\29 -6301:void\20SkSwizzler::SkipLeading8888ZerosThen<&swizzle_rgba_to_bgra_premul\28void*\2c\20unsigned\20char\20const*\2c\20int\2c\20int\2c\20int\2c\20int\2c\20unsigned\20int\20const*\29>\28void*\2c\20unsigned\20char\20const*\2c\20int\2c\20int\2c\20int\2c\20int\2c\20unsigned\20int\20const*\29 -6302:void\20SkSwizzler::SkipLeading8888ZerosThen<&sample4\28void*\2c\20unsigned\20char\20const*\2c\20int\2c\20int\2c\20int\2c\20int\2c\20unsigned\20int\20const*\29>\28void*\2c\20unsigned\20char\20const*\2c\20int\2c\20int\2c\20int\2c\20int\2c\20unsigned\20int\20const*\29 -6303:void\20SkSwizzler::SkipLeading8888ZerosThen<&fast_swizzle_rgba_to_rgba_premul\28void*\2c\20unsigned\20char\20const*\2c\20int\2c\20int\2c\20int\2c\20int\2c\20unsigned\20int\20const*\29>\28void*\2c\20unsigned\20char\20const*\2c\20int\2c\20int\2c\20int\2c\20int\2c\20unsigned\20int\20const*\29 -6304:void\20SkSwizzler::SkipLeading8888ZerosThen<&fast_swizzle_rgba_to_bgra_unpremul\28void*\2c\20unsigned\20char\20const*\2c\20int\2c\20int\2c\20int\2c\20int\2c\20unsigned\20int\20const*\29>\28void*\2c\20unsigned\20char\20const*\2c\20int\2c\20int\2c\20int\2c\20int\2c\20unsigned\20int\20const*\29 -6305:void\20SkSwizzler::SkipLeading8888ZerosThen<&fast_swizzle_rgba_to_bgra_premul\28void*\2c\20unsigned\20char\20const*\2c\20int\2c\20int\2c\20int\2c\20int\2c\20unsigned\20int\20const*\29>\28void*\2c\20unsigned\20char\20const*\2c\20int\2c\20int\2c\20int\2c\20int\2c\20unsigned\20int\20const*\29 -6306:void\20SkSwizzler::SkipLeading8888ZerosThen<©\28void*\2c\20unsigned\20char\20const*\2c\20int\2c\20int\2c\20int\2c\20int\2c\20unsigned\20int\20const*\29>\28void*\2c\20unsigned\20char\20const*\2c\20int\2c\20int\2c\20int\2c\20int\2c\20unsigned\20int\20const*\29 -6307:void*\20OT::hb_accelerate_subtables_context_t::cache_func_to>\28void*\2c\20OT::hb_ot_lookup_cache_op_t\29 -6308:virtual\20thunk\20to\20std::__2::basic_stringstream\2c\20std::__2::allocator>::~basic_stringstream\28\29_17828 -6309:virtual\20thunk\20to\20std::__2::basic_stringstream\2c\20std::__2::allocator>::~basic_stringstream\28\29 -6310:virtual\20thunk\20to\20std::__2::basic_ostream>::~basic_ostream\28\29_17726 -6311:virtual\20thunk\20to\20std::__2::basic_ostream>::~basic_ostream\28\29 -6312:virtual\20thunk\20to\20std::__2::basic_istream>::~basic_istream\28\29_17685 -6313:virtual\20thunk\20to\20std::__2::basic_istream>::~basic_istream\28\29 -6314:virtual\20thunk\20to\20std::__2::basic_iostream>::~basic_iostream\28\29_17746 -6315:virtual\20thunk\20to\20std::__2::basic_iostream>::~basic_iostream\28\29 -6316:virtual\20thunk\20to\20GrTextureRenderTargetProxy::~GrTextureRenderTargetProxy\28\29_10013 -6317:virtual\20thunk\20to\20GrTextureRenderTargetProxy::~GrTextureRenderTargetProxy\28\29 -6318:virtual\20thunk\20to\20GrTextureRenderTargetProxy::onUninstantiatedGpuMemorySize\28\29\20const -6319:virtual\20thunk\20to\20GrTextureRenderTargetProxy::instantiate\28GrResourceProvider*\29 -6320:virtual\20thunk\20to\20GrTextureRenderTargetProxy::createSurface\28GrResourceProvider*\29\20const -6321:virtual\20thunk\20to\20GrTextureRenderTargetProxy::callbackDesc\28\29\20const -6322:virtual\20thunk\20to\20GrTextureProxy::~GrTextureProxy\28\29_9964 -6323:virtual\20thunk\20to\20GrTextureProxy::~GrTextureProxy\28\29 -6324:virtual\20thunk\20to\20GrTextureProxy::onUninstantiatedGpuMemorySize\28\29\20const -6325:virtual\20thunk\20to\20GrTextureProxy::instantiate\28GrResourceProvider*\29 -6326:virtual\20thunk\20to\20GrTextureProxy::getUniqueKey\28\29\20const -6327:virtual\20thunk\20to\20GrTextureProxy::createSurface\28GrResourceProvider*\29\20const -6328:virtual\20thunk\20to\20GrTextureProxy::callbackDesc\28\29\20const -6329:virtual\20thunk\20to\20GrTextureProxy::asTextureProxy\28\29\20const -6330:virtual\20thunk\20to\20GrTextureProxy::asTextureProxy\28\29 -6331:virtual\20thunk\20to\20GrTexture::onGpuMemorySize\28\29\20const -6332:virtual\20thunk\20to\20GrTexture::computeScratchKey\28skgpu::ScratchKey*\29\20const -6333:virtual\20thunk\20to\20GrTexture::asTexture\28\29\20const -6334:virtual\20thunk\20to\20GrTexture::asTexture\28\29 -6335:virtual\20thunk\20to\20GrRenderTargetProxy::~GrRenderTargetProxy\28\29_9733 -6336:virtual\20thunk\20to\20GrRenderTargetProxy::~GrRenderTargetProxy\28\29 -6337:virtual\20thunk\20to\20GrRenderTargetProxy::onUninstantiatedGpuMemorySize\28\29\20const -6338:virtual\20thunk\20to\20GrRenderTargetProxy::instantiate\28GrResourceProvider*\29 -6339:virtual\20thunk\20to\20GrRenderTargetProxy::createSurface\28GrResourceProvider*\29\20const -6340:virtual\20thunk\20to\20GrRenderTargetProxy::callbackDesc\28\29\20const -6341:virtual\20thunk\20to\20GrRenderTargetProxy::asRenderTargetProxy\28\29\20const -6342:virtual\20thunk\20to\20GrRenderTargetProxy::asRenderTargetProxy\28\29 -6343:virtual\20thunk\20to\20GrRenderTarget::onRelease\28\29 -6344:virtual\20thunk\20to\20GrRenderTarget::onAbandon\28\29 -6345:virtual\20thunk\20to\20GrRenderTarget::asRenderTarget\28\29\20const -6346:virtual\20thunk\20to\20GrRenderTarget::asRenderTarget\28\29 -6347:virtual\20thunk\20to\20GrGLTextureRenderTarget::~GrGLTextureRenderTarget\28\29_12480 -6348:virtual\20thunk\20to\20GrGLTextureRenderTarget::~GrGLTextureRenderTarget\28\29 -6349:virtual\20thunk\20to\20GrGLTextureRenderTarget::onRelease\28\29 -6350:virtual\20thunk\20to\20GrGLTextureRenderTarget::onGpuMemorySize\28\29\20const -6351:virtual\20thunk\20to\20GrGLTextureRenderTarget::onAbandon\28\29 -6352:virtual\20thunk\20to\20GrGLTextureRenderTarget::dumpMemoryStatistics\28SkTraceMemoryDump*\29\20const -6353:virtual\20thunk\20to\20GrGLTexture::~GrGLTexture\28\29_12447 -6354:virtual\20thunk\20to\20GrGLTexture::~GrGLTexture\28\29 -6355:virtual\20thunk\20to\20GrGLTexture::onRelease\28\29 -6356:virtual\20thunk\20to\20GrGLTexture::onAbandon\28\29 -6357:virtual\20thunk\20to\20GrGLTexture::dumpMemoryStatistics\28SkTraceMemoryDump*\29\20const -6358:virtual\20thunk\20to\20GrGLSLFragmentShaderBuilder::~GrGLSLFragmentShaderBuilder\28\29_10758 -6359:virtual\20thunk\20to\20GrGLSLFragmentShaderBuilder::~GrGLSLFragmentShaderBuilder\28\29 -6360:virtual\20thunk\20to\20GrGLSLFragmentShaderBuilder::onFinalize\28\29 -6361:virtual\20thunk\20to\20GrGLRenderTarget::~GrGLRenderTarget\28\29_12419 -6362:virtual\20thunk\20to\20GrGLRenderTarget::~GrGLRenderTarget\28\29 -6363:virtual\20thunk\20to\20GrGLRenderTarget::onRelease\28\29 -6364:virtual\20thunk\20to\20GrGLRenderTarget::onGpuMemorySize\28\29\20const -6365:virtual\20thunk\20to\20GrGLRenderTarget::onAbandon\28\29 -6366:virtual\20thunk\20to\20GrGLRenderTarget::dumpMemoryStatistics\28SkTraceMemoryDump*\29\20const -6367:virtual\20thunk\20to\20GrGLRenderTarget::backendFormat\28\29\20const -6368:utf8TextMapOffsetToNative\28UText\20const*\29 -6369:utf8TextMapIndexToUTF16\28UText\20const*\2c\20long\20long\29 -6370:utf8TextLength\28UText*\29 -6371:utf8TextExtract\28UText*\2c\20long\20long\2c\20long\20long\2c\20char16_t*\2c\20int\2c\20UErrorCode*\29 -6372:utf8TextClone\28UText*\2c\20UText\20const*\2c\20signed\20char\2c\20UErrorCode*\29 -6373:utext_openUTF8_74 -6374:ustrcase_internalToUpper_74 -6375:ustrcase_internalFold_74 -6376:ures_loc_resetLocales\28UEnumeration*\2c\20UErrorCode*\29 -6377:ures_loc_nextLocale\28UEnumeration*\2c\20int*\2c\20UErrorCode*\29 -6378:ures_loc_countLocales\28UEnumeration*\2c\20UErrorCode*\29 -6379:ures_loc_closeLocales\28UEnumeration*\29 -6380:ures_cleanup\28\29 -6381:unistrTextReplace\28UText*\2c\20long\20long\2c\20long\20long\2c\20char16_t\20const*\2c\20int\2c\20UErrorCode*\29 -6382:unistrTextLength\28UText*\29 -6383:unistrTextExtract\28UText*\2c\20long\20long\2c\20long\20long\2c\20char16_t*\2c\20int\2c\20UErrorCode*\29 -6384:unistrTextCopy\28UText*\2c\20long\20long\2c\20long\20long\2c\20long\20long\2c\20signed\20char\2c\20UErrorCode*\29 -6385:unistrTextClose\28UText*\29 -6386:unistrTextClone\28UText*\2c\20UText\20const*\2c\20signed\20char\2c\20UErrorCode*\29 -6387:unistrTextAccess\28UText*\2c\20long\20long\2c\20signed\20char\29 -6388:uloc_kw_resetKeywords\28UEnumeration*\2c\20UErrorCode*\29 -6389:uloc_kw_nextKeyword\28UEnumeration*\2c\20int*\2c\20UErrorCode*\29 -6390:uloc_kw_countKeywords\28UEnumeration*\2c\20UErrorCode*\29 -6391:uloc_kw_closeKeywords\28UEnumeration*\29 -6392:uloc_key_type_cleanup\28\29 -6393:uloc_getDefault_74 -6394:uloc_forLanguageTag_74 -6395:uhash_hashUnicodeString_74 -6396:uhash_hashUChars_74 -6397:uhash_hashIChars_74 -6398:uhash_deleteHashtable_74 -6399:uhash_compareUnicodeString_74 -6400:uhash_compareUChars_74 -6401:uhash_compareLong_74 -6402:uhash_compareIChars_74 -6403:uenum_unextDefault_74 -6404:udata_cleanup\28\29 -6405:ucstrTextLength\28UText*\29 -6406:ucstrTextExtract\28UText*\2c\20long\20long\2c\20long\20long\2c\20char16_t*\2c\20int\2c\20UErrorCode*\29 -6407:ucstrTextClone\28UText*\2c\20UText\20const*\2c\20signed\20char\2c\20UErrorCode*\29 -6408:ubrk_setUText_74 -6409:ubrk_setText_74 -6410:ubrk_preceding_74 -6411:ubrk_open_74 -6412:ubrk_next_74 -6413:ubrk_getRuleStatus_74 -6414:ubrk_first_74 -6415:ubrk_current_74 -6416:ubidi_reorderVisual_74 -6417:ubidi_openSized_74 -6418:ubidi_getLevelAt_74 -6419:ubidi_getLength_74 -6420:ubidi_getDirection_74 -6421:u_strToUpper_74 -6422:u_isspace_74 -6423:u_iscntrl_74 -6424:u_isWhitespace_74 -6425:u_errorName_74 -6426:tt_vadvance_adjust -6427:tt_slot_init -6428:tt_size_select -6429:tt_size_reset_iterator -6430:tt_size_request -6431:tt_size_init -6432:tt_size_done -6433:tt_sbit_decoder_load_png -6434:tt_sbit_decoder_load_compound -6435:tt_sbit_decoder_load_byte_aligned -6436:tt_sbit_decoder_load_bit_aligned -6437:tt_property_set -6438:tt_property_get -6439:tt_name_ascii_from_utf16 -6440:tt_name_ascii_from_other -6441:tt_hadvance_adjust -6442:tt_glyph_load -6443:tt_get_var_blend -6444:tt_get_interface -6445:tt_get_glyph_name -6446:tt_get_cmap_info -6447:tt_get_advances -6448:tt_face_set_sbit_strike -6449:tt_face_load_strike_metrics -6450:tt_face_load_sbit_image -6451:tt_face_load_sbit -6452:tt_face_load_post -6453:tt_face_load_pclt -6454:tt_face_load_os2 -6455:tt_face_load_name -6456:tt_face_load_maxp -6457:tt_face_load_kern -6458:tt_face_load_hmtx -6459:tt_face_load_hhea -6460:tt_face_load_head -6461:tt_face_load_gasp -6462:tt_face_load_font_dir -6463:tt_face_load_cpal -6464:tt_face_load_colr -6465:tt_face_load_cmap -6466:tt_face_load_bhed -6467:tt_face_load_any -6468:tt_face_init -6469:tt_face_goto_table -6470:tt_face_get_paint_layers -6471:tt_face_get_paint -6472:tt_face_get_kerning -6473:tt_face_get_colr_layer -6474:tt_face_get_colr_glyph_paint -6475:tt_face_get_colorline_stops -6476:tt_face_get_color_glyph_clipbox -6477:tt_face_free_sbit -6478:tt_face_free_ps_names -6479:tt_face_free_name -6480:tt_face_free_cpal -6481:tt_face_free_colr -6482:tt_face_done -6483:tt_face_colr_blend_layer -6484:tt_driver_init -6485:tt_cvt_ready_iterator -6486:tt_cmap_unicode_init -6487:tt_cmap_unicode_char_next -6488:tt_cmap_unicode_char_index -6489:tt_cmap_init -6490:tt_cmap8_validate -6491:tt_cmap8_get_info -6492:tt_cmap8_char_next -6493:tt_cmap8_char_index -6494:tt_cmap6_validate -6495:tt_cmap6_get_info -6496:tt_cmap6_char_next -6497:tt_cmap6_char_index -6498:tt_cmap4_validate -6499:tt_cmap4_init -6500:tt_cmap4_get_info -6501:tt_cmap4_char_next -6502:tt_cmap4_char_index -6503:tt_cmap2_validate -6504:tt_cmap2_get_info -6505:tt_cmap2_char_next -6506:tt_cmap2_char_index -6507:tt_cmap14_variants -6508:tt_cmap14_variant_chars -6509:tt_cmap14_validate -6510:tt_cmap14_init -6511:tt_cmap14_get_info -6512:tt_cmap14_done -6513:tt_cmap14_char_variants -6514:tt_cmap14_char_var_isdefault -6515:tt_cmap14_char_var_index -6516:tt_cmap14_char_next -6517:tt_cmap13_validate -6518:tt_cmap13_get_info -6519:tt_cmap13_char_next -6520:tt_cmap13_char_index -6521:tt_cmap12_validate -6522:tt_cmap12_get_info -6523:tt_cmap12_char_next -6524:tt_cmap12_char_index -6525:tt_cmap10_validate -6526:tt_cmap10_get_info -6527:tt_cmap10_char_next -6528:tt_cmap10_char_index -6529:tt_cmap0_validate -6530:tt_cmap0_get_info -6531:tt_cmap0_char_next -6532:tt_cmap0_char_index -6533:t2_hints_stems -6534:t2_hints_open -6535:t1_make_subfont -6536:t1_hints_stem -6537:t1_hints_open -6538:t1_decrypt -6539:t1_decoder_parse_metrics -6540:t1_decoder_init -6541:t1_decoder_done -6542:t1_cmap_unicode_init -6543:t1_cmap_unicode_char_next -6544:t1_cmap_unicode_char_index -6545:t1_cmap_std_done -6546:t1_cmap_std_char_next -6547:t1_cmap_std_char_index -6548:t1_cmap_standard_init -6549:t1_cmap_expert_init -6550:t1_cmap_custom_init -6551:t1_cmap_custom_done -6552:t1_cmap_custom_char_next -6553:t1_cmap_custom_char_index -6554:t1_builder_start_point -6555:t1_builder_init -6556:t1_builder_add_point1 -6557:t1_builder_add_point -6558:t1_builder_add_contour -6559:swizzle_small_index_to_n32\28void*\2c\20unsigned\20char\20const*\2c\20int\2c\20int\2c\20int\2c\20int\2c\20unsigned\20int\20const*\29 -6560:swizzle_small_index_to_565\28void*\2c\20unsigned\20char\20const*\2c\20int\2c\20int\2c\20int\2c\20int\2c\20unsigned\20int\20const*\29 -6561:swizzle_rgba_to_rgba_premul\28void*\2c\20unsigned\20char\20const*\2c\20int\2c\20int\2c\20int\2c\20int\2c\20unsigned\20int\20const*\29 -6562:swizzle_rgba_to_bgra_unpremul\28void*\2c\20unsigned\20char\20const*\2c\20int\2c\20int\2c\20int\2c\20int\2c\20unsigned\20int\20const*\29 -6563:swizzle_rgba_to_bgra_premul\28void*\2c\20unsigned\20char\20const*\2c\20int\2c\20int\2c\20int\2c\20int\2c\20unsigned\20int\20const*\29 -6564:swizzle_rgba16_to_rgba_unpremul\28void*\2c\20unsigned\20char\20const*\2c\20int\2c\20int\2c\20int\2c\20int\2c\20unsigned\20int\20const*\29 -6565:swizzle_rgba16_to_rgba_premul\28void*\2c\20unsigned\20char\20const*\2c\20int\2c\20int\2c\20int\2c\20int\2c\20unsigned\20int\20const*\29 -6566:swizzle_rgba16_to_bgra_unpremul\28void*\2c\20unsigned\20char\20const*\2c\20int\2c\20int\2c\20int\2c\20int\2c\20unsigned\20int\20const*\29 -6567:swizzle_rgba16_to_bgra_premul\28void*\2c\20unsigned\20char\20const*\2c\20int\2c\20int\2c\20int\2c\20int\2c\20unsigned\20int\20const*\29 -6568:swizzle_rgb_to_rgba\28void*\2c\20unsigned\20char\20const*\2c\20int\2c\20int\2c\20int\2c\20int\2c\20unsigned\20int\20const*\29 -6569:swizzle_rgb_to_bgra\28void*\2c\20unsigned\20char\20const*\2c\20int\2c\20int\2c\20int\2c\20int\2c\20unsigned\20int\20const*\29 -6570:swizzle_rgb_to_565\28void*\2c\20unsigned\20char\20const*\2c\20int\2c\20int\2c\20int\2c\20int\2c\20unsigned\20int\20const*\29 -6571:swizzle_rgb16_to_rgba\28void*\2c\20unsigned\20char\20const*\2c\20int\2c\20int\2c\20int\2c\20int\2c\20unsigned\20int\20const*\29 -6572:swizzle_rgb16_to_bgra\28void*\2c\20unsigned\20char\20const*\2c\20int\2c\20int\2c\20int\2c\20int\2c\20unsigned\20int\20const*\29 -6573:swizzle_rgb16_to_565\28void*\2c\20unsigned\20char\20const*\2c\20int\2c\20int\2c\20int\2c\20int\2c\20unsigned\20int\20const*\29 -6574:swizzle_mask32_to_rgba_unpremul\28void*\2c\20unsigned\20char\20const*\2c\20int\2c\20SkMasks*\2c\20unsigned\20int\2c\20unsigned\20int\29 -6575:swizzle_mask32_to_rgba_premul\28void*\2c\20unsigned\20char\20const*\2c\20int\2c\20SkMasks*\2c\20unsigned\20int\2c\20unsigned\20int\29 -6576:swizzle_mask32_to_rgba_opaque\28void*\2c\20unsigned\20char\20const*\2c\20int\2c\20SkMasks*\2c\20unsigned\20int\2c\20unsigned\20int\29 -6577:swizzle_mask32_to_bgra_unpremul\28void*\2c\20unsigned\20char\20const*\2c\20int\2c\20SkMasks*\2c\20unsigned\20int\2c\20unsigned\20int\29 -6578:swizzle_mask32_to_bgra_premul\28void*\2c\20unsigned\20char\20const*\2c\20int\2c\20SkMasks*\2c\20unsigned\20int\2c\20unsigned\20int\29 -6579:swizzle_mask32_to_bgra_opaque\28void*\2c\20unsigned\20char\20const*\2c\20int\2c\20SkMasks*\2c\20unsigned\20int\2c\20unsigned\20int\29 -6580:swizzle_mask32_to_565\28void*\2c\20unsigned\20char\20const*\2c\20int\2c\20SkMasks*\2c\20unsigned\20int\2c\20unsigned\20int\29 -6581:swizzle_mask24_to_rgba_unpremul\28void*\2c\20unsigned\20char\20const*\2c\20int\2c\20SkMasks*\2c\20unsigned\20int\2c\20unsigned\20int\29 -6582:swizzle_mask24_to_rgba_premul\28void*\2c\20unsigned\20char\20const*\2c\20int\2c\20SkMasks*\2c\20unsigned\20int\2c\20unsigned\20int\29 -6583:swizzle_mask24_to_rgba_opaque\28void*\2c\20unsigned\20char\20const*\2c\20int\2c\20SkMasks*\2c\20unsigned\20int\2c\20unsigned\20int\29 -6584:swizzle_mask24_to_bgra_unpremul\28void*\2c\20unsigned\20char\20const*\2c\20int\2c\20SkMasks*\2c\20unsigned\20int\2c\20unsigned\20int\29 -6585:swizzle_mask24_to_bgra_premul\28void*\2c\20unsigned\20char\20const*\2c\20int\2c\20SkMasks*\2c\20unsigned\20int\2c\20unsigned\20int\29 -6586:swizzle_mask24_to_bgra_opaque\28void*\2c\20unsigned\20char\20const*\2c\20int\2c\20SkMasks*\2c\20unsigned\20int\2c\20unsigned\20int\29 -6587:swizzle_mask24_to_565\28void*\2c\20unsigned\20char\20const*\2c\20int\2c\20SkMasks*\2c\20unsigned\20int\2c\20unsigned\20int\29 -6588:swizzle_mask16_to_rgba_unpremul\28void*\2c\20unsigned\20char\20const*\2c\20int\2c\20SkMasks*\2c\20unsigned\20int\2c\20unsigned\20int\29 -6589:swizzle_mask16_to_rgba_premul\28void*\2c\20unsigned\20char\20const*\2c\20int\2c\20SkMasks*\2c\20unsigned\20int\2c\20unsigned\20int\29 -6590:swizzle_mask16_to_rgba_opaque\28void*\2c\20unsigned\20char\20const*\2c\20int\2c\20SkMasks*\2c\20unsigned\20int\2c\20unsigned\20int\29 -6591:swizzle_mask16_to_bgra_unpremul\28void*\2c\20unsigned\20char\20const*\2c\20int\2c\20SkMasks*\2c\20unsigned\20int\2c\20unsigned\20int\29 -6592:swizzle_mask16_to_bgra_premul\28void*\2c\20unsigned\20char\20const*\2c\20int\2c\20SkMasks*\2c\20unsigned\20int\2c\20unsigned\20int\29 -6593:swizzle_mask16_to_bgra_opaque\28void*\2c\20unsigned\20char\20const*\2c\20int\2c\20SkMasks*\2c\20unsigned\20int\2c\20unsigned\20int\29 -6594:swizzle_mask16_to_565\28void*\2c\20unsigned\20char\20const*\2c\20int\2c\20SkMasks*\2c\20unsigned\20int\2c\20unsigned\20int\29 -6595:swizzle_index_to_n32_skipZ\28void*\2c\20unsigned\20char\20const*\2c\20int\2c\20int\2c\20int\2c\20int\2c\20unsigned\20int\20const*\29 -6596:swizzle_index_to_n32\28void*\2c\20unsigned\20char\20const*\2c\20int\2c\20int\2c\20int\2c\20int\2c\20unsigned\20int\20const*\29 -6597:swizzle_index_to_565\28void*\2c\20unsigned\20char\20const*\2c\20int\2c\20int\2c\20int\2c\20int\2c\20unsigned\20int\20const*\29 -6598:swizzle_grayalpha_to_n32_unpremul\28void*\2c\20unsigned\20char\20const*\2c\20int\2c\20int\2c\20int\2c\20int\2c\20unsigned\20int\20const*\29 -6599:swizzle_grayalpha_to_n32_premul\28void*\2c\20unsigned\20char\20const*\2c\20int\2c\20int\2c\20int\2c\20int\2c\20unsigned\20int\20const*\29 -6600:swizzle_grayalpha_to_a8\28void*\2c\20unsigned\20char\20const*\2c\20int\2c\20int\2c\20int\2c\20int\2c\20unsigned\20int\20const*\29 -6601:swizzle_gray_to_n32\28void*\2c\20unsigned\20char\20const*\2c\20int\2c\20int\2c\20int\2c\20int\2c\20unsigned\20int\20const*\29 -6602:swizzle_gray_to_565\28void*\2c\20unsigned\20char\20const*\2c\20int\2c\20int\2c\20int\2c\20int\2c\20unsigned\20int\20const*\29 -6603:swizzle_cmyk_to_rgba\28void*\2c\20unsigned\20char\20const*\2c\20int\2c\20int\2c\20int\2c\20int\2c\20unsigned\20int\20const*\29 -6604:swizzle_cmyk_to_bgra\28void*\2c\20unsigned\20char\20const*\2c\20int\2c\20int\2c\20int\2c\20int\2c\20unsigned\20int\20const*\29 -6605:swizzle_cmyk_to_565\28void*\2c\20unsigned\20char\20const*\2c\20int\2c\20int\2c\20int\2c\20int\2c\20unsigned\20int\20const*\29 -6606:swizzle_bit_to_n32\28void*\2c\20unsigned\20char\20const*\2c\20int\2c\20int\2c\20int\2c\20int\2c\20unsigned\20int\20const*\29 -6607:swizzle_bit_to_grayscale\28void*\2c\20unsigned\20char\20const*\2c\20int\2c\20int\2c\20int\2c\20int\2c\20unsigned\20int\20const*\29 -6608:swizzle_bit_to_f16\28void*\2c\20unsigned\20char\20const*\2c\20int\2c\20int\2c\20int\2c\20int\2c\20unsigned\20int\20const*\29 -6609:swizzle_bit_to_565\28void*\2c\20unsigned\20char\20const*\2c\20int\2c\20int\2c\20int\2c\20int\2c\20unsigned\20int\20const*\29 -6610:swizzle_bgr_to_565\28void*\2c\20unsigned\20char\20const*\2c\20int\2c\20int\2c\20int\2c\20int\2c\20unsigned\20int\20const*\29 -6611:string_read -6612:std::exception::what\28\29\20const -6613:std::bad_variant_access::what\28\29\20const -6614:std::bad_optional_access::what\28\29\20const -6615:std::bad_array_new_length::what\28\29\20const -6616:std::bad_alloc::what\28\29\20const -6617:std::__2::unique_ptr>::~unique_ptr\5babi:ne180100\5d\28\29 -6618:std::__2::unique_ptr>::operator=\5babi:ne180100\5d\28std::__2::unique_ptr>&&\29 -6619:std::__2::time_put>>::do_put\28std::__2::ostreambuf_iterator>\2c\20std::__2::ios_base&\2c\20wchar_t\2c\20tm\20const*\2c\20char\2c\20char\29\20const -6620:std::__2::time_put>>::do_put\28std::__2::ostreambuf_iterator>\2c\20std::__2::ios_base&\2c\20char\2c\20tm\20const*\2c\20char\2c\20char\29\20const -6621:std::__2::time_get>>::do_get_year\28std::__2::istreambuf_iterator>\2c\20std::__2::istreambuf_iterator>\2c\20std::__2::ios_base&\2c\20unsigned\20int&\2c\20tm*\29\20const -6622:std::__2::time_get>>::do_get_weekday\28std::__2::istreambuf_iterator>\2c\20std::__2::istreambuf_iterator>\2c\20std::__2::ios_base&\2c\20unsigned\20int&\2c\20tm*\29\20const -6623:std::__2::time_get>>::do_get_time\28std::__2::istreambuf_iterator>\2c\20std::__2::istreambuf_iterator>\2c\20std::__2::ios_base&\2c\20unsigned\20int&\2c\20tm*\29\20const -6624:std::__2::time_get>>::do_get_monthname\28std::__2::istreambuf_iterator>\2c\20std::__2::istreambuf_iterator>\2c\20std::__2::ios_base&\2c\20unsigned\20int&\2c\20tm*\29\20const -6625:std::__2::time_get>>::do_get_date\28std::__2::istreambuf_iterator>\2c\20std::__2::istreambuf_iterator>\2c\20std::__2::ios_base&\2c\20unsigned\20int&\2c\20tm*\29\20const -6626:std::__2::time_get>>::do_get\28std::__2::istreambuf_iterator>\2c\20std::__2::istreambuf_iterator>\2c\20std::__2::ios_base&\2c\20unsigned\20int&\2c\20tm*\2c\20char\2c\20char\29\20const -6627:std::__2::time_get>>::do_get_year\28std::__2::istreambuf_iterator>\2c\20std::__2::istreambuf_iterator>\2c\20std::__2::ios_base&\2c\20unsigned\20int&\2c\20tm*\29\20const -6628:std::__2::time_get>>::do_get_weekday\28std::__2::istreambuf_iterator>\2c\20std::__2::istreambuf_iterator>\2c\20std::__2::ios_base&\2c\20unsigned\20int&\2c\20tm*\29\20const -6629:std::__2::time_get>>::do_get_time\28std::__2::istreambuf_iterator>\2c\20std::__2::istreambuf_iterator>\2c\20std::__2::ios_base&\2c\20unsigned\20int&\2c\20tm*\29\20const -6630:std::__2::time_get>>::do_get_monthname\28std::__2::istreambuf_iterator>\2c\20std::__2::istreambuf_iterator>\2c\20std::__2::ios_base&\2c\20unsigned\20int&\2c\20tm*\29\20const -6631:std::__2::time_get>>::do_get_date\28std::__2::istreambuf_iterator>\2c\20std::__2::istreambuf_iterator>\2c\20std::__2::ios_base&\2c\20unsigned\20int&\2c\20tm*\29\20const -6632:std::__2::time_get>>::do_get\28std::__2::istreambuf_iterator>\2c\20std::__2::istreambuf_iterator>\2c\20std::__2::ios_base&\2c\20unsigned\20int&\2c\20tm*\2c\20char\2c\20char\29\20const -6633:std::__2::numpunct::~numpunct\28\29_18709 -6634:std::__2::numpunct::do_truename\28\29\20const -6635:std::__2::numpunct::do_grouping\28\29\20const -6636:std::__2::numpunct::do_falsename\28\29\20const -6637:std::__2::numpunct::~numpunct\28\29_18707 -6638:std::__2::numpunct::do_truename\28\29\20const -6639:std::__2::numpunct::do_thousands_sep\28\29\20const -6640:std::__2::numpunct::do_grouping\28\29\20const -6641:std::__2::numpunct::do_falsename\28\29\20const -6642:std::__2::numpunct::do_decimal_point\28\29\20const -6643:std::__2::num_put>>::do_put\28std::__2::ostreambuf_iterator>\2c\20std::__2::ios_base&\2c\20wchar_t\2c\20void\20const*\29\20const -6644:std::__2::num_put>>::do_put\28std::__2::ostreambuf_iterator>\2c\20std::__2::ios_base&\2c\20wchar_t\2c\20unsigned\20long\29\20const -6645:std::__2::num_put>>::do_put\28std::__2::ostreambuf_iterator>\2c\20std::__2::ios_base&\2c\20wchar_t\2c\20unsigned\20long\20long\29\20const -6646:std::__2::num_put>>::do_put\28std::__2::ostreambuf_iterator>\2c\20std::__2::ios_base&\2c\20wchar_t\2c\20long\29\20const -6647:std::__2::num_put>>::do_put\28std::__2::ostreambuf_iterator>\2c\20std::__2::ios_base&\2c\20wchar_t\2c\20long\20long\29\20const -6648:std::__2::num_put>>::do_put\28std::__2::ostreambuf_iterator>\2c\20std::__2::ios_base&\2c\20wchar_t\2c\20long\20double\29\20const -6649:std::__2::num_put>>::do_put\28std::__2::ostreambuf_iterator>\2c\20std::__2::ios_base&\2c\20wchar_t\2c\20double\29\20const -6650:std::__2::num_put>>::do_put\28std::__2::ostreambuf_iterator>\2c\20std::__2::ios_base&\2c\20wchar_t\2c\20bool\29\20const -6651:std::__2::num_put>>::do_put\28std::__2::ostreambuf_iterator>\2c\20std::__2::ios_base&\2c\20char\2c\20void\20const*\29\20const -6652:std::__2::num_put>>::do_put\28std::__2::ostreambuf_iterator>\2c\20std::__2::ios_base&\2c\20char\2c\20unsigned\20long\29\20const -6653:std::__2::num_put>>::do_put\28std::__2::ostreambuf_iterator>\2c\20std::__2::ios_base&\2c\20char\2c\20unsigned\20long\20long\29\20const -6654:std::__2::num_put>>::do_put\28std::__2::ostreambuf_iterator>\2c\20std::__2::ios_base&\2c\20char\2c\20long\29\20const -6655:std::__2::num_put>>::do_put\28std::__2::ostreambuf_iterator>\2c\20std::__2::ios_base&\2c\20char\2c\20long\20long\29\20const -6656:std::__2::num_put>>::do_put\28std::__2::ostreambuf_iterator>\2c\20std::__2::ios_base&\2c\20char\2c\20long\20double\29\20const -6657:std::__2::num_put>>::do_put\28std::__2::ostreambuf_iterator>\2c\20std::__2::ios_base&\2c\20char\2c\20double\29\20const -6658:std::__2::num_put>>::do_put\28std::__2::ostreambuf_iterator>\2c\20std::__2::ios_base&\2c\20char\2c\20bool\29\20const -6659:std::__2::num_get>>::do_get\28std::__2::istreambuf_iterator>\2c\20std::__2::istreambuf_iterator>\2c\20std::__2::ios_base&\2c\20unsigned\20int&\2c\20void*&\29\20const -6660:std::__2::num_get>>::do_get\28std::__2::istreambuf_iterator>\2c\20std::__2::istreambuf_iterator>\2c\20std::__2::ios_base&\2c\20unsigned\20int&\2c\20unsigned\20short&\29\20const -6661:std::__2::num_get>>::do_get\28std::__2::istreambuf_iterator>\2c\20std::__2::istreambuf_iterator>\2c\20std::__2::ios_base&\2c\20unsigned\20int&\2c\20unsigned\20long\20long&\29\20const -6662:std::__2::num_get>>::do_get\28std::__2::istreambuf_iterator>\2c\20std::__2::istreambuf_iterator>\2c\20std::__2::ios_base&\2c\20unsigned\20int&\2c\20long\20long&\29\20const -6663:std::__2::num_get>>::do_get\28std::__2::istreambuf_iterator>\2c\20std::__2::istreambuf_iterator>\2c\20std::__2::ios_base&\2c\20unsigned\20int&\2c\20long\20double&\29\20const -6664:std::__2::num_get>>::do_get\28std::__2::istreambuf_iterator>\2c\20std::__2::istreambuf_iterator>\2c\20std::__2::ios_base&\2c\20unsigned\20int&\2c\20long&\29\20const -6665:std::__2::num_get>>::do_get\28std::__2::istreambuf_iterator>\2c\20std::__2::istreambuf_iterator>\2c\20std::__2::ios_base&\2c\20unsigned\20int&\2c\20float&\29\20const -6666:std::__2::num_get>>::do_get\28std::__2::istreambuf_iterator>\2c\20std::__2::istreambuf_iterator>\2c\20std::__2::ios_base&\2c\20unsigned\20int&\2c\20double&\29\20const -6667:std::__2::num_get>>::do_get\28std::__2::istreambuf_iterator>\2c\20std::__2::istreambuf_iterator>\2c\20std::__2::ios_base&\2c\20unsigned\20int&\2c\20bool&\29\20const -6668:std::__2::num_get>>::do_get\28std::__2::istreambuf_iterator>\2c\20std::__2::istreambuf_iterator>\2c\20std::__2::ios_base&\2c\20unsigned\20int&\2c\20void*&\29\20const -6669:std::__2::num_get>>::do_get\28std::__2::istreambuf_iterator>\2c\20std::__2::istreambuf_iterator>\2c\20std::__2::ios_base&\2c\20unsigned\20int&\2c\20unsigned\20short&\29\20const -6670:std::__2::num_get>>::do_get\28std::__2::istreambuf_iterator>\2c\20std::__2::istreambuf_iterator>\2c\20std::__2::ios_base&\2c\20unsigned\20int&\2c\20unsigned\20long\20long&\29\20const -6671:std::__2::num_get>>::do_get\28std::__2::istreambuf_iterator>\2c\20std::__2::istreambuf_iterator>\2c\20std::__2::ios_base&\2c\20unsigned\20int&\2c\20long\20long&\29\20const -6672:std::__2::num_get>>::do_get\28std::__2::istreambuf_iterator>\2c\20std::__2::istreambuf_iterator>\2c\20std::__2::ios_base&\2c\20unsigned\20int&\2c\20long\20double&\29\20const -6673:std::__2::num_get>>::do_get\28std::__2::istreambuf_iterator>\2c\20std::__2::istreambuf_iterator>\2c\20std::__2::ios_base&\2c\20unsigned\20int&\2c\20long&\29\20const -6674:std::__2::num_get>>::do_get\28std::__2::istreambuf_iterator>\2c\20std::__2::istreambuf_iterator>\2c\20std::__2::ios_base&\2c\20unsigned\20int&\2c\20float&\29\20const -6675:std::__2::num_get>>::do_get\28std::__2::istreambuf_iterator>\2c\20std::__2::istreambuf_iterator>\2c\20std::__2::ios_base&\2c\20unsigned\20int&\2c\20double&\29\20const -6676:std::__2::num_get>>::do_get\28std::__2::istreambuf_iterator>\2c\20std::__2::istreambuf_iterator>\2c\20std::__2::ios_base&\2c\20unsigned\20int&\2c\20bool&\29\20const -6677:std::__2::money_put>>::do_put\28std::__2::ostreambuf_iterator>\2c\20bool\2c\20std::__2::ios_base&\2c\20wchar_t\2c\20std::__2::basic_string\2c\20std::__2::allocator>\20const&\29\20const -6678:std::__2::money_put>>::do_put\28std::__2::ostreambuf_iterator>\2c\20bool\2c\20std::__2::ios_base&\2c\20wchar_t\2c\20long\20double\29\20const -6679:std::__2::money_put>>::do_put\28std::__2::ostreambuf_iterator>\2c\20bool\2c\20std::__2::ios_base&\2c\20char\2c\20std::__2::basic_string\2c\20std::__2::allocator>\20const&\29\20const -6680:std::__2::money_put>>::do_put\28std::__2::ostreambuf_iterator>\2c\20bool\2c\20std::__2::ios_base&\2c\20char\2c\20long\20double\29\20const -6681:std::__2::money_get>>::do_get\28std::__2::istreambuf_iterator>\2c\20std::__2::istreambuf_iterator>\2c\20bool\2c\20std::__2::ios_base&\2c\20unsigned\20int&\2c\20std::__2::basic_string\2c\20std::__2::allocator>&\29\20const -6682:std::__2::money_get>>::do_get\28std::__2::istreambuf_iterator>\2c\20std::__2::istreambuf_iterator>\2c\20bool\2c\20std::__2::ios_base&\2c\20unsigned\20int&\2c\20long\20double&\29\20const -6683:std::__2::money_get>>::do_get\28std::__2::istreambuf_iterator>\2c\20std::__2::istreambuf_iterator>\2c\20bool\2c\20std::__2::ios_base&\2c\20unsigned\20int&\2c\20std::__2::basic_string\2c\20std::__2::allocator>&\29\20const -6684:std::__2::money_get>>::do_get\28std::__2::istreambuf_iterator>\2c\20std::__2::istreambuf_iterator>\2c\20bool\2c\20std::__2::ios_base&\2c\20unsigned\20int&\2c\20long\20double&\29\20const -6685:std::__2::messages::do_get\28long\2c\20int\2c\20int\2c\20std::__2::basic_string\2c\20std::__2::allocator>\20const&\29\20const -6686:std::__2::messages::do_get\28long\2c\20int\2c\20int\2c\20std::__2::basic_string\2c\20std::__2::allocator>\20const&\29\20const -6687:std::__2::locale::__imp::~__imp\28\29_18587 -6688:std::__2::ios_base::~ios_base\28\29_17950 -6689:std::__2::ctype::do_widen\28char\20const*\2c\20char\20const*\2c\20wchar_t*\29\20const -6690:std::__2::ctype::do_toupper\28wchar_t\29\20const -6691:std::__2::ctype::do_toupper\28wchar_t*\2c\20wchar_t\20const*\29\20const -6692:std::__2::ctype::do_tolower\28wchar_t\29\20const -6693:std::__2::ctype::do_tolower\28wchar_t*\2c\20wchar_t\20const*\29\20const -6694:std::__2::ctype::do_scan_not\28unsigned\20long\2c\20wchar_t\20const*\2c\20wchar_t\20const*\29\20const -6695:std::__2::ctype::do_scan_is\28unsigned\20long\2c\20wchar_t\20const*\2c\20wchar_t\20const*\29\20const -6696:std::__2::ctype::do_narrow\28wchar_t\2c\20char\29\20const -6697:std::__2::ctype::do_narrow\28wchar_t\20const*\2c\20wchar_t\20const*\2c\20char\2c\20char*\29\20const -6698:std::__2::ctype::do_is\28wchar_t\20const*\2c\20wchar_t\20const*\2c\20unsigned\20long*\29\20const -6699:std::__2::ctype::do_is\28unsigned\20long\2c\20wchar_t\29\20const -6700:std::__2::ctype::~ctype\28\29_18635 -6701:std::__2::ctype::do_widen\28char\20const*\2c\20char\20const*\2c\20char*\29\20const -6702:std::__2::ctype::do_toupper\28char\29\20const -6703:std::__2::ctype::do_toupper\28char*\2c\20char\20const*\29\20const -6704:std::__2::ctype::do_tolower\28char\29\20const -6705:std::__2::ctype::do_tolower\28char*\2c\20char\20const*\29\20const -6706:std::__2::ctype::do_narrow\28char\2c\20char\29\20const -6707:std::__2::ctype::do_narrow\28char\20const*\2c\20char\20const*\2c\20char\2c\20char*\29\20const -6708:std::__2::collate::do_transform\28wchar_t\20const*\2c\20wchar_t\20const*\29\20const -6709:std::__2::collate::do_hash\28wchar_t\20const*\2c\20wchar_t\20const*\29\20const -6710:std::__2::collate::do_compare\28wchar_t\20const*\2c\20wchar_t\20const*\2c\20wchar_t\20const*\2c\20wchar_t\20const*\29\20const -6711:std::__2::collate::do_transform\28char\20const*\2c\20char\20const*\29\20const -6712:std::__2::collate::do_hash\28char\20const*\2c\20char\20const*\29\20const -6713:std::__2::collate::do_compare\28char\20const*\2c\20char\20const*\2c\20char\20const*\2c\20char\20const*\29\20const -6714:std::__2::codecvt::~codecvt\28\29_18653 -6715:std::__2::codecvt::do_unshift\28__mbstate_t&\2c\20char*\2c\20char*\2c\20char*&\29\20const -6716:std::__2::codecvt::do_out\28__mbstate_t&\2c\20wchar_t\20const*\2c\20wchar_t\20const*\2c\20wchar_t\20const*&\2c\20char*\2c\20char*\2c\20char*&\29\20const -6717:std::__2::codecvt::do_max_length\28\29\20const -6718:std::__2::codecvt::do_length\28__mbstate_t&\2c\20char\20const*\2c\20char\20const*\2c\20unsigned\20long\29\20const -6719:std::__2::codecvt::do_in\28__mbstate_t&\2c\20char\20const*\2c\20char\20const*\2c\20char\20const*&\2c\20wchar_t*\2c\20wchar_t*\2c\20wchar_t*&\29\20const -6720:std::__2::codecvt::do_encoding\28\29\20const -6721:std::__2::codecvt::do_length\28__mbstate_t&\2c\20char\20const*\2c\20char\20const*\2c\20unsigned\20long\29\20const -6722:std::__2::basic_stringbuf\2c\20std::__2::allocator>::~basic_stringbuf\28\29_17820 -6723:std::__2::basic_stringbuf\2c\20std::__2::allocator>::underflow\28\29 -6724:std::__2::basic_stringbuf\2c\20std::__2::allocator>::seekpos\28std::__2::fpos<__mbstate_t>\2c\20unsigned\20int\29 -6725:std::__2::basic_stringbuf\2c\20std::__2::allocator>::seekoff\28long\20long\2c\20std::__2::ios_base::seekdir\2c\20unsigned\20int\29 -6726:std::__2::basic_stringbuf\2c\20std::__2::allocator>::pbackfail\28int\29 -6727:std::__2::basic_stringbuf\2c\20std::__2::allocator>::overflow\28int\29 -6728:std::__2::basic_streambuf>::~basic_streambuf\28\29_17658 -6729:std::__2::basic_streambuf>::xsputn\28char\20const*\2c\20long\29 -6730:std::__2::basic_streambuf>::xsgetn\28char*\2c\20long\29 -6731:std::__2::basic_streambuf>::uflow\28\29 -6732:std::__2::basic_streambuf>::setbuf\28char*\2c\20long\29 -6733:std::__2::basic_streambuf>::seekpos\28std::__2::fpos<__mbstate_t>\2c\20unsigned\20int\29 -6734:std::__2::basic_streambuf>::seekoff\28long\20long\2c\20std::__2::ios_base::seekdir\2c\20unsigned\20int\29 -6735:std::__2::bad_function_call::what\28\29\20const -6736:std::__2::__time_get_c_storage::__x\28\29\20const -6737:std::__2::__time_get_c_storage::__weeks\28\29\20const -6738:std::__2::__time_get_c_storage::__r\28\29\20const -6739:std::__2::__time_get_c_storage::__months\28\29\20const -6740:std::__2::__time_get_c_storage::__c\28\29\20const -6741:std::__2::__time_get_c_storage::__am_pm\28\29\20const -6742:std::__2::__time_get_c_storage::__X\28\29\20const -6743:std::__2::__time_get_c_storage::__x\28\29\20const -6744:std::__2::__time_get_c_storage::__weeks\28\29\20const -6745:std::__2::__time_get_c_storage::__r\28\29\20const -6746:std::__2::__time_get_c_storage::__months\28\29\20const -6747:std::__2::__time_get_c_storage::__c\28\29\20const -6748:std::__2::__time_get_c_storage::__am_pm\28\29\20const -6749:std::__2::__time_get_c_storage::__X\28\29\20const -6750:std::__2::__shared_ptr_pointer<_IO_FILE*\2c\20void\20\28*\29\28_IO_FILE*\29\2c\20std::__2::allocator<_IO_FILE>>::__on_zero_shared\28\29 -6751:std::__2::__shared_ptr_emplace>::~__shared_ptr_emplace\28\29_7655 -6752:std::__2::__shared_ptr_emplace>::~__shared_ptr_emplace\28\29 -6753:std::__2::__shared_ptr_emplace>::__on_zero_shared\28\29 -6754:std::__2::__shared_ptr_emplace>::~__shared_ptr_emplace\28\29_7940 -6755:std::__2::__shared_ptr_emplace>::~__shared_ptr_emplace\28\29 -6756:std::__2::__shared_ptr_emplace>::__on_zero_shared\28\29 -6757:std::__2::__shared_ptr_emplace>::~__shared_ptr_emplace\28\29_5843 -6758:std::__2::__shared_ptr_emplace>::~__shared_ptr_emplace\28\29 -6759:std::__2::__function::__func\2c\20bool\20\28skia::textlayout::Run\20const*\2c\20float\2c\20skia::textlayout::SkRange\2c\20float*\29>::operator\28\29\28skia::textlayout::Run\20const*&&\2c\20float&&\2c\20skia::textlayout::SkRange&&\2c\20float*&&\29 -6760:std::__2::__function::__func\2c\20bool\20\28skia::textlayout::Run\20const*\2c\20float\2c\20skia::textlayout::SkRange\2c\20float*\29>::__clone\28std::__2::__function::__base\2c\20float*\29>*\29\20const -6761:std::__2::__function::__func\2c\20bool\20\28skia::textlayout::Run\20const*\2c\20float\2c\20skia::textlayout::SkRange\2c\20float*\29>::__clone\28\29\20const -6762:std::__2::__function::__func\2c\20float*\29\20const::'lambda'\28skia::textlayout::SkRange\2c\20skia::textlayout::TextStyle\20const&\2c\20skia::textlayout::TextLine::ClipContext\20const&\29\2c\20std::__2::allocator\2c\20float*\29\20const::'lambda'\28skia::textlayout::SkRange\2c\20skia::textlayout::TextStyle\20const&\2c\20skia::textlayout::TextLine::ClipContext\20const&\29>\2c\20void\20\28skia::textlayout::SkRange\2c\20skia::textlayout::TextStyle\20const&\2c\20skia::textlayout::TextLine::ClipContext\20const&\29>::operator\28\29\28skia::textlayout::SkRange&&\2c\20skia::textlayout::TextStyle\20const&\2c\20skia::textlayout::TextLine::ClipContext\20const&\29 -6763:std::__2::__function::__func\2c\20float*\29\20const::'lambda'\28skia::textlayout::SkRange\2c\20skia::textlayout::TextStyle\20const&\2c\20skia::textlayout::TextLine::ClipContext\20const&\29\2c\20std::__2::allocator\2c\20float*\29\20const::'lambda'\28skia::textlayout::SkRange\2c\20skia::textlayout::TextStyle\20const&\2c\20skia::textlayout::TextLine::ClipContext\20const&\29>\2c\20void\20\28skia::textlayout::SkRange\2c\20skia::textlayout::TextStyle\20const&\2c\20skia::textlayout::TextLine::ClipContext\20const&\29>::__clone\28std::__2::__function::__base\2c\20skia::textlayout::TextStyle\20const&\2c\20skia::textlayout::TextLine::ClipContext\20const&\29>*\29\20const -6764:std::__2::__function::__func\2c\20float*\29\20const::'lambda'\28skia::textlayout::SkRange\2c\20skia::textlayout::TextStyle\20const&\2c\20skia::textlayout::TextLine::ClipContext\20const&\29\2c\20std::__2::allocator\2c\20float*\29\20const::'lambda'\28skia::textlayout::SkRange\2c\20skia::textlayout::TextStyle\20const&\2c\20skia::textlayout::TextLine::ClipContext\20const&\29>\2c\20void\20\28skia::textlayout::SkRange\2c\20skia::textlayout::TextStyle\20const&\2c\20skia::textlayout::TextLine::ClipContext\20const&\29>::__clone\28\29\20const -6765:std::__2::__function::__func\2c\20bool\20\28skia::textlayout::Run\20const*\2c\20float\2c\20skia::textlayout::SkRange\2c\20float*\29>::operator\28\29\28skia::textlayout::Run\20const*&&\2c\20float&&\2c\20skia::textlayout::SkRange&&\2c\20float*&&\29 -6766:std::__2::__function::__func\2c\20bool\20\28skia::textlayout::Run\20const*\2c\20float\2c\20skia::textlayout::SkRange\2c\20float*\29>::__clone\28std::__2::__function::__base\2c\20float*\29>*\29\20const -6767:std::__2::__function::__func\2c\20bool\20\28skia::textlayout::Run\20const*\2c\20float\2c\20skia::textlayout::SkRange\2c\20float*\29>::__clone\28\29\20const -6768:std::__2::__function::__func\2c\20float*\29\20const::'lambda'\28skia::textlayout::SkRange\2c\20skia::textlayout::TextStyle\20const&\2c\20skia::textlayout::TextLine::ClipContext\20const&\29\2c\20std::__2::allocator\2c\20float*\29\20const::'lambda'\28skia::textlayout::SkRange\2c\20skia::textlayout::TextStyle\20const&\2c\20skia::textlayout::TextLine::ClipContext\20const&\29>\2c\20void\20\28skia::textlayout::SkRange\2c\20skia::textlayout::TextStyle\20const&\2c\20skia::textlayout::TextLine::ClipContext\20const&\29>::operator\28\29\28skia::textlayout::SkRange&&\2c\20skia::textlayout::TextStyle\20const&\2c\20skia::textlayout::TextLine::ClipContext\20const&\29 -6769:std::__2::__function::__func\2c\20float*\29\20const::'lambda'\28skia::textlayout::SkRange\2c\20skia::textlayout::TextStyle\20const&\2c\20skia::textlayout::TextLine::ClipContext\20const&\29\2c\20std::__2::allocator\2c\20float*\29\20const::'lambda'\28skia::textlayout::SkRange\2c\20skia::textlayout::TextStyle\20const&\2c\20skia::textlayout::TextLine::ClipContext\20const&\29>\2c\20void\20\28skia::textlayout::SkRange\2c\20skia::textlayout::TextStyle\20const&\2c\20skia::textlayout::TextLine::ClipContext\20const&\29>::__clone\28std::__2::__function::__base\2c\20skia::textlayout::TextStyle\20const&\2c\20skia::textlayout::TextLine::ClipContext\20const&\29>*\29\20const -6770:std::__2::__function::__func\2c\20float*\29\20const::'lambda'\28skia::textlayout::SkRange\2c\20skia::textlayout::TextStyle\20const&\2c\20skia::textlayout::TextLine::ClipContext\20const&\29\2c\20std::__2::allocator\2c\20float*\29\20const::'lambda'\28skia::textlayout::SkRange\2c\20skia::textlayout::TextStyle\20const&\2c\20skia::textlayout::TextLine::ClipContext\20const&\29>\2c\20void\20\28skia::textlayout::SkRange\2c\20skia::textlayout::TextStyle\20const&\2c\20skia::textlayout::TextLine::ClipContext\20const&\29>::__clone\28\29\20const -6771:std::__2::__function::__func\2c\20bool\20\28skia::textlayout::Run\20const*\2c\20float\2c\20skia::textlayout::SkRange\2c\20float*\29>::operator\28\29\28skia::textlayout::Run\20const*&&\2c\20float&&\2c\20skia::textlayout::SkRange&&\2c\20float*&&\29 -6772:std::__2::__function::__func\2c\20bool\20\28skia::textlayout::Run\20const*\2c\20float\2c\20skia::textlayout::SkRange\2c\20float*\29>::__clone\28std::__2::__function::__base\2c\20float*\29>*\29\20const -6773:std::__2::__function::__func\2c\20bool\20\28skia::textlayout::Run\20const*\2c\20float\2c\20skia::textlayout::SkRange\2c\20float*\29>::__clone\28\29\20const -6774:std::__2::__function::__func\2c\20float*\29\20const::'lambda'\28skia::textlayout::SkRange\2c\20skia::textlayout::TextStyle\20const&\2c\20skia::textlayout::TextLine::ClipContext\20const&\29\2c\20std::__2::allocator\2c\20float*\29\20const::'lambda'\28skia::textlayout::SkRange\2c\20skia::textlayout::TextStyle\20const&\2c\20skia::textlayout::TextLine::ClipContext\20const&\29>\2c\20void\20\28skia::textlayout::SkRange\2c\20skia::textlayout::TextStyle\20const&\2c\20skia::textlayout::TextLine::ClipContext\20const&\29>::operator\28\29\28skia::textlayout::SkRange&&\2c\20skia::textlayout::TextStyle\20const&\2c\20skia::textlayout::TextLine::ClipContext\20const&\29 -6775:std::__2::__function::__func\2c\20float*\29\20const::'lambda'\28skia::textlayout::SkRange\2c\20skia::textlayout::TextStyle\20const&\2c\20skia::textlayout::TextLine::ClipContext\20const&\29\2c\20std::__2::allocator\2c\20float*\29\20const::'lambda'\28skia::textlayout::SkRange\2c\20skia::textlayout::TextStyle\20const&\2c\20skia::textlayout::TextLine::ClipContext\20const&\29>\2c\20void\20\28skia::textlayout::SkRange\2c\20skia::textlayout::TextStyle\20const&\2c\20skia::textlayout::TextLine::ClipContext\20const&\29>::__clone\28std::__2::__function::__base\2c\20skia::textlayout::TextStyle\20const&\2c\20skia::textlayout::TextLine::ClipContext\20const&\29>*\29\20const -6776:std::__2::__function::__func\2c\20float*\29\20const::'lambda'\28skia::textlayout::SkRange\2c\20skia::textlayout::TextStyle\20const&\2c\20skia::textlayout::TextLine::ClipContext\20const&\29\2c\20std::__2::allocator\2c\20float*\29\20const::'lambda'\28skia::textlayout::SkRange\2c\20skia::textlayout::TextStyle\20const&\2c\20skia::textlayout::TextLine::ClipContext\20const&\29>\2c\20void\20\28skia::textlayout::SkRange\2c\20skia::textlayout::TextStyle\20const&\2c\20skia::textlayout::TextLine::ClipContext\20const&\29>::__clone\28\29\20const -6777:std::__2::__function::__func\2c\20bool\20\28skia::textlayout::Cluster\20const*\2c\20unsigned\20long\2c\20bool\29>::operator\28\29\28skia::textlayout::Cluster\20const*&&\2c\20unsigned\20long&&\2c\20bool&&\29 -6778:std::__2::__function::__func\2c\20bool\20\28skia::textlayout::Cluster\20const*\2c\20unsigned\20long\2c\20bool\29>::__clone\28std::__2::__function::__base*\29\20const -6779:std::__2::__function::__func\2c\20bool\20\28skia::textlayout::Cluster\20const*\2c\20unsigned\20long\2c\20bool\29>::__clone\28\29\20const -6780:std::__2::__function::__func\2c\20bool\20\28skia::textlayout::Cluster\20const*\2c\20unsigned\20long\2c\20bool\29>::operator\28\29\28skia::textlayout::Cluster\20const*&&\2c\20unsigned\20long&&\2c\20bool&&\29 -6781:std::__2::__function::__func\2c\20bool\20\28skia::textlayout::Cluster\20const*\2c\20unsigned\20long\2c\20bool\29>::__clone\28std::__2::__function::__base*\29\20const -6782:std::__2::__function::__func\2c\20bool\20\28skia::textlayout::Cluster\20const*\2c\20unsigned\20long\2c\20bool\29>::__clone\28\29\20const -6783:std::__2::__function::__func\2c\20skia::textlayout::RectHeightStyle\2c\20skia::textlayout::RectWidthStyle\2c\20std::__2::vector>&\29\20const::$_0\2c\20std::__2::allocator\2c\20skia::textlayout::RectHeightStyle\2c\20skia::textlayout::RectWidthStyle\2c\20std::__2::vector>&\29\20const::$_0>\2c\20bool\20\28skia::textlayout::Run\20const*\2c\20float\2c\20skia::textlayout::SkRange\2c\20float*\29>::operator\28\29\28skia::textlayout::Run\20const*&&\2c\20float&&\2c\20skia::textlayout::SkRange&&\2c\20float*&&\29 -6784:std::__2::__function::__func\2c\20skia::textlayout::RectHeightStyle\2c\20skia::textlayout::RectWidthStyle\2c\20std::__2::vector>&\29\20const::$_0\2c\20std::__2::allocator\2c\20skia::textlayout::RectHeightStyle\2c\20skia::textlayout::RectWidthStyle\2c\20std::__2::vector>&\29\20const::$_0>\2c\20bool\20\28skia::textlayout::Run\20const*\2c\20float\2c\20skia::textlayout::SkRange\2c\20float*\29>::__clone\28std::__2::__function::__base\2c\20float*\29>*\29\20const -6785:std::__2::__function::__func\2c\20skia::textlayout::RectHeightStyle\2c\20skia::textlayout::RectWidthStyle\2c\20std::__2::vector>&\29\20const::$_0\2c\20std::__2::allocator\2c\20skia::textlayout::RectHeightStyle\2c\20skia::textlayout::RectWidthStyle\2c\20std::__2::vector>&\29\20const::$_0>\2c\20bool\20\28skia::textlayout::Run\20const*\2c\20float\2c\20skia::textlayout::SkRange\2c\20float*\29>::__clone\28\29\20const -6786:std::__2::__function::__func\2c\20skia::textlayout::RectHeightStyle\2c\20skia::textlayout::RectWidthStyle\2c\20std::__2::vector>&\29\20const::$_0::operator\28\29\28skia::textlayout::Run\20const*\2c\20float\2c\20skia::textlayout::SkRange\2c\20float*\29\20const::'lambda'\28skia::textlayout::SkRange\2c\20skia::textlayout::TextStyle\20const&\2c\20skia::textlayout::TextLine::ClipContext\20const&\29\2c\20std::__2::allocator\2c\20skia::textlayout::RectHeightStyle\2c\20skia::textlayout::RectWidthStyle\2c\20std::__2::vector>&\29\20const::$_0::operator\28\29\28skia::textlayout::Run\20const*\2c\20float\2c\20skia::textlayout::SkRange\2c\20float*\29\20const::'lambda'\28skia::textlayout::SkRange\2c\20skia::textlayout::TextStyle\20const&\2c\20skia::textlayout::TextLine::ClipContext\20const&\29>\2c\20void\20\28skia::textlayout::SkRange\2c\20skia::textlayout::TextStyle\20const&\2c\20skia::textlayout::TextLine::ClipContext\20const&\29>::operator\28\29\28skia::textlayout::SkRange&&\2c\20skia::textlayout::TextStyle\20const&\2c\20skia::textlayout::TextLine::ClipContext\20const&\29 -6787:std::__2::__function::__func\2c\20skia::textlayout::RectHeightStyle\2c\20skia::textlayout::RectWidthStyle\2c\20std::__2::vector>&\29\20const::$_0::operator\28\29\28skia::textlayout::Run\20const*\2c\20float\2c\20skia::textlayout::SkRange\2c\20float*\29\20const::'lambda'\28skia::textlayout::SkRange\2c\20skia::textlayout::TextStyle\20const&\2c\20skia::textlayout::TextLine::ClipContext\20const&\29\2c\20std::__2::allocator\2c\20skia::textlayout::RectHeightStyle\2c\20skia::textlayout::RectWidthStyle\2c\20std::__2::vector>&\29\20const::$_0::operator\28\29\28skia::textlayout::Run\20const*\2c\20float\2c\20skia::textlayout::SkRange\2c\20float*\29\20const::'lambda'\28skia::textlayout::SkRange\2c\20skia::textlayout::TextStyle\20const&\2c\20skia::textlayout::TextLine::ClipContext\20const&\29>\2c\20void\20\28skia::textlayout::SkRange\2c\20skia::textlayout::TextStyle\20const&\2c\20skia::textlayout::TextLine::ClipContext\20const&\29>::__clone\28std::__2::__function::__base\2c\20skia::textlayout::TextStyle\20const&\2c\20skia::textlayout::TextLine::ClipContext\20const&\29>*\29\20const -6788:std::__2::__function::__func\2c\20skia::textlayout::RectHeightStyle\2c\20skia::textlayout::RectWidthStyle\2c\20std::__2::vector>&\29\20const::$_0::operator\28\29\28skia::textlayout::Run\20const*\2c\20float\2c\20skia::textlayout::SkRange\2c\20float*\29\20const::'lambda'\28skia::textlayout::SkRange\2c\20skia::textlayout::TextStyle\20const&\2c\20skia::textlayout::TextLine::ClipContext\20const&\29\2c\20std::__2::allocator\2c\20skia::textlayout::RectHeightStyle\2c\20skia::textlayout::RectWidthStyle\2c\20std::__2::vector>&\29\20const::$_0::operator\28\29\28skia::textlayout::Run\20const*\2c\20float\2c\20skia::textlayout::SkRange\2c\20float*\29\20const::'lambda'\28skia::textlayout::SkRange\2c\20skia::textlayout::TextStyle\20const&\2c\20skia::textlayout::TextLine::ClipContext\20const&\29>\2c\20void\20\28skia::textlayout::SkRange\2c\20skia::textlayout::TextStyle\20const&\2c\20skia::textlayout::TextLine::ClipContext\20const&\29>::__clone\28\29\20const -6789:std::__2::__function::__func>&\29::$_0\2c\20std::__2::allocator>&\29::$_0>\2c\20bool\20\28skia::textlayout::Run\20const*\2c\20float\2c\20skia::textlayout::SkRange\2c\20float*\29>::operator\28\29\28skia::textlayout::Run\20const*&&\2c\20float&&\2c\20skia::textlayout::SkRange&&\2c\20float*&&\29 -6790:std::__2::__function::__func>&\29::$_0\2c\20std::__2::allocator>&\29::$_0>\2c\20bool\20\28skia::textlayout::Run\20const*\2c\20float\2c\20skia::textlayout::SkRange\2c\20float*\29>::__clone\28std::__2::__function::__base\2c\20float*\29>*\29\20const -6791:std::__2::__function::__func>&\29::$_0\2c\20std::__2::allocator>&\29::$_0>\2c\20bool\20\28skia::textlayout::Run\20const*\2c\20float\2c\20skia::textlayout::SkRange\2c\20float*\29>::__clone\28\29\20const -6792:std::__2::__function::__func\2c\20bool\20\28skia::textlayout::Run\20const*\2c\20float\2c\20skia::textlayout::SkRange\2c\20float*\29>::operator\28\29\28skia::textlayout::Run\20const*&&\2c\20float&&\2c\20skia::textlayout::SkRange&&\2c\20float*&&\29 -6793:std::__2::__function::__func\2c\20bool\20\28skia::textlayout::Run\20const*\2c\20float\2c\20skia::textlayout::SkRange\2c\20float*\29>::__clone\28std::__2::__function::__base\2c\20float*\29>*\29\20const -6794:std::__2::__function::__func\2c\20bool\20\28skia::textlayout::Run\20const*\2c\20float\2c\20skia::textlayout::SkRange\2c\20float*\29>::__clone\28\29\20const -6795:std::__2::__function::__func\2c\20float*\29\20const::'lambda'\28skia::textlayout::SkRange\2c\20skia::textlayout::TextStyle\20const&\2c\20skia::textlayout::TextLine::ClipContext\20const&\29\2c\20std::__2::allocator\2c\20float*\29\20const::'lambda'\28skia::textlayout::SkRange\2c\20skia::textlayout::TextStyle\20const&\2c\20skia::textlayout::TextLine::ClipContext\20const&\29>\2c\20void\20\28skia::textlayout::SkRange\2c\20skia::textlayout::TextStyle\20const&\2c\20skia::textlayout::TextLine::ClipContext\20const&\29>::operator\28\29\28skia::textlayout::SkRange&&\2c\20skia::textlayout::TextStyle\20const&\2c\20skia::textlayout::TextLine::ClipContext\20const&\29 -6796:std::__2::__function::__func\2c\20float*\29\20const::'lambda'\28skia::textlayout::SkRange\2c\20skia::textlayout::TextStyle\20const&\2c\20skia::textlayout::TextLine::ClipContext\20const&\29\2c\20std::__2::allocator\2c\20float*\29\20const::'lambda'\28skia::textlayout::SkRange\2c\20skia::textlayout::TextStyle\20const&\2c\20skia::textlayout::TextLine::ClipContext\20const&\29>\2c\20void\20\28skia::textlayout::SkRange\2c\20skia::textlayout::TextStyle\20const&\2c\20skia::textlayout::TextLine::ClipContext\20const&\29>::__clone\28std::__2::__function::__base\2c\20skia::textlayout::TextStyle\20const&\2c\20skia::textlayout::TextLine::ClipContext\20const&\29>*\29\20const -6797:std::__2::__function::__func\2c\20float*\29\20const::'lambda'\28skia::textlayout::SkRange\2c\20skia::textlayout::TextStyle\20const&\2c\20skia::textlayout::TextLine::ClipContext\20const&\29\2c\20std::__2::allocator\2c\20float*\29\20const::'lambda'\28skia::textlayout::SkRange\2c\20skia::textlayout::TextStyle\20const&\2c\20skia::textlayout::TextLine::ClipContext\20const&\29>\2c\20void\20\28skia::textlayout::SkRange\2c\20skia::textlayout::TextStyle\20const&\2c\20skia::textlayout::TextLine::ClipContext\20const&\29>::__clone\28\29\20const -6798:std::__2::__function::__func\2c\20bool\20\28skia::textlayout::Run\20const*\2c\20float\2c\20skia::textlayout::SkRange\2c\20float*\29>::operator\28\29\28skia::textlayout::Run\20const*&&\2c\20float&&\2c\20skia::textlayout::SkRange&&\2c\20float*&&\29 -6799:std::__2::__function::__func\2c\20bool\20\28skia::textlayout::Run\20const*\2c\20float\2c\20skia::textlayout::SkRange\2c\20float*\29>::__clone\28std::__2::__function::__base\2c\20float*\29>*\29\20const -6800:std::__2::__function::__func\2c\20bool\20\28skia::textlayout::Run\20const*\2c\20float\2c\20skia::textlayout::SkRange\2c\20float*\29>::__clone\28\29\20const -6801:std::__2::__function::__func\2c\20float*\29\20const::'lambda'\28skia::textlayout::SkRange\2c\20skia::textlayout::TextStyle\20const&\2c\20skia::textlayout::TextLine::ClipContext\20const&\29\2c\20std::__2::allocator\2c\20float*\29\20const::'lambda'\28skia::textlayout::SkRange\2c\20skia::textlayout::TextStyle\20const&\2c\20skia::textlayout::TextLine::ClipContext\20const&\29>\2c\20void\20\28skia::textlayout::SkRange\2c\20skia::textlayout::TextStyle\20const&\2c\20skia::textlayout::TextLine::ClipContext\20const&\29>::operator\28\29\28skia::textlayout::SkRange&&\2c\20skia::textlayout::TextStyle\20const&\2c\20skia::textlayout::TextLine::ClipContext\20const&\29 -6802:std::__2::__function::__func\2c\20float*\29\20const::'lambda'\28skia::textlayout::SkRange\2c\20skia::textlayout::TextStyle\20const&\2c\20skia::textlayout::TextLine::ClipContext\20const&\29\2c\20std::__2::allocator\2c\20float*\29\20const::'lambda'\28skia::textlayout::SkRange\2c\20skia::textlayout::TextStyle\20const&\2c\20skia::textlayout::TextLine::ClipContext\20const&\29>\2c\20void\20\28skia::textlayout::SkRange\2c\20skia::textlayout::TextStyle\20const&\2c\20skia::textlayout::TextLine::ClipContext\20const&\29>::__clone\28std::__2::__function::__base\2c\20skia::textlayout::TextStyle\20const&\2c\20skia::textlayout::TextLine::ClipContext\20const&\29>*\29\20const -6803:std::__2::__function::__func\2c\20float*\29\20const::'lambda'\28skia::textlayout::SkRange\2c\20skia::textlayout::TextStyle\20const&\2c\20skia::textlayout::TextLine::ClipContext\20const&\29\2c\20std::__2::allocator\2c\20float*\29\20const::'lambda'\28skia::textlayout::SkRange\2c\20skia::textlayout::TextStyle\20const&\2c\20skia::textlayout::TextLine::ClipContext\20const&\29>\2c\20void\20\28skia::textlayout::SkRange\2c\20skia::textlayout::TextStyle\20const&\2c\20skia::textlayout::TextLine::ClipContext\20const&\29>::__clone\28\29\20const -6804:std::__2::__function::__func\2c\20bool\20\28skia::textlayout::Run\20const*\2c\20float\2c\20skia::textlayout::SkRange\2c\20float*\29>::operator\28\29\28skia::textlayout::Run\20const*&&\2c\20float&&\2c\20skia::textlayout::SkRange&&\2c\20float*&&\29 -6805:std::__2::__function::__func\2c\20bool\20\28skia::textlayout::Run\20const*\2c\20float\2c\20skia::textlayout::SkRange\2c\20float*\29>::__clone\28std::__2::__function::__base\2c\20float*\29>*\29\20const -6806:std::__2::__function::__func\2c\20bool\20\28skia::textlayout::Run\20const*\2c\20float\2c\20skia::textlayout::SkRange\2c\20float*\29>::__clone\28\29\20const -6807:std::__2::__function::__func\2c\20float*\29\20const::'lambda'\28skia::textlayout::SkRange\2c\20skia::textlayout::TextStyle\20const&\2c\20skia::textlayout::TextLine::ClipContext\20const&\29\2c\20std::__2::allocator\2c\20float*\29\20const::'lambda'\28skia::textlayout::SkRange\2c\20skia::textlayout::TextStyle\20const&\2c\20skia::textlayout::TextLine::ClipContext\20const&\29>\2c\20void\20\28skia::textlayout::SkRange\2c\20skia::textlayout::TextStyle\20const&\2c\20skia::textlayout::TextLine::ClipContext\20const&\29>::operator\28\29\28skia::textlayout::SkRange&&\2c\20skia::textlayout::TextStyle\20const&\2c\20skia::textlayout::TextLine::ClipContext\20const&\29 -6808:std::__2::__function::__func\2c\20float*\29\20const::'lambda'\28skia::textlayout::SkRange\2c\20skia::textlayout::TextStyle\20const&\2c\20skia::textlayout::TextLine::ClipContext\20const&\29\2c\20std::__2::allocator\2c\20float*\29\20const::'lambda'\28skia::textlayout::SkRange\2c\20skia::textlayout::TextStyle\20const&\2c\20skia::textlayout::TextLine::ClipContext\20const&\29>\2c\20void\20\28skia::textlayout::SkRange\2c\20skia::textlayout::TextStyle\20const&\2c\20skia::textlayout::TextLine::ClipContext\20const&\29>::__clone\28std::__2::__function::__base\2c\20skia::textlayout::TextStyle\20const&\2c\20skia::textlayout::TextLine::ClipContext\20const&\29>*\29\20const -6809:std::__2::__function::__func\2c\20float*\29\20const::'lambda'\28skia::textlayout::SkRange\2c\20skia::textlayout::TextStyle\20const&\2c\20skia::textlayout::TextLine::ClipContext\20const&\29\2c\20std::__2::allocator\2c\20float*\29\20const::'lambda'\28skia::textlayout::SkRange\2c\20skia::textlayout::TextStyle\20const&\2c\20skia::textlayout::TextLine::ClipContext\20const&\29>\2c\20void\20\28skia::textlayout::SkRange\2c\20skia::textlayout::TextStyle\20const&\2c\20skia::textlayout::TextLine::ClipContext\20const&\29>::__clone\28\29\20const -6810:std::__2::__function::__func\2c\20bool\20\28skia::textlayout::Run\20const*\2c\20float\2c\20skia::textlayout::SkRange\2c\20float*\29>::operator\28\29\28skia::textlayout::Run\20const*&&\2c\20float&&\2c\20skia::textlayout::SkRange&&\2c\20float*&&\29 -6811:std::__2::__function::__func\2c\20bool\20\28skia::textlayout::Run\20const*\2c\20float\2c\20skia::textlayout::SkRange\2c\20float*\29>::__clone\28std::__2::__function::__base\2c\20float*\29>*\29\20const -6812:std::__2::__function::__func\2c\20bool\20\28skia::textlayout::Run\20const*\2c\20float\2c\20skia::textlayout::SkRange\2c\20float*\29>::__clone\28\29\20const -6813:std::__2::__function::__func\2c\20float*\29\20const::'lambda'\28skia::textlayout::SkRange\2c\20skia::textlayout::TextStyle\20const&\2c\20skia::textlayout::TextLine::ClipContext\20const&\29\2c\20std::__2::allocator\2c\20float*\29\20const::'lambda'\28skia::textlayout::SkRange\2c\20skia::textlayout::TextStyle\20const&\2c\20skia::textlayout::TextLine::ClipContext\20const&\29>\2c\20void\20\28skia::textlayout::SkRange\2c\20skia::textlayout::TextStyle\20const&\2c\20skia::textlayout::TextLine::ClipContext\20const&\29>::operator\28\29\28skia::textlayout::SkRange&&\2c\20skia::textlayout::TextStyle\20const&\2c\20skia::textlayout::TextLine::ClipContext\20const&\29 -6814:std::__2::__function::__func\2c\20float*\29\20const::'lambda'\28skia::textlayout::SkRange\2c\20skia::textlayout::TextStyle\20const&\2c\20skia::textlayout::TextLine::ClipContext\20const&\29\2c\20std::__2::allocator\2c\20float*\29\20const::'lambda'\28skia::textlayout::SkRange\2c\20skia::textlayout::TextStyle\20const&\2c\20skia::textlayout::TextLine::ClipContext\20const&\29>\2c\20void\20\28skia::textlayout::SkRange\2c\20skia::textlayout::TextStyle\20const&\2c\20skia::textlayout::TextLine::ClipContext\20const&\29>::__clone\28std::__2::__function::__base\2c\20skia::textlayout::TextStyle\20const&\2c\20skia::textlayout::TextLine::ClipContext\20const&\29>*\29\20const -6815:std::__2::__function::__func\2c\20float*\29\20const::'lambda'\28skia::textlayout::SkRange\2c\20skia::textlayout::TextStyle\20const&\2c\20skia::textlayout::TextLine::ClipContext\20const&\29\2c\20std::__2::allocator\2c\20float*\29\20const::'lambda'\28skia::textlayout::SkRange\2c\20skia::textlayout::TextStyle\20const&\2c\20skia::textlayout::TextLine::ClipContext\20const&\29>\2c\20void\20\28skia::textlayout::SkRange\2c\20skia::textlayout::TextStyle\20const&\2c\20skia::textlayout::TextLine::ClipContext\20const&\29>::__clone\28\29\20const -6816:std::__2::__function::__func\20const&\29::$_0\2c\20std::__2::allocator\20const&\29::$_0>\2c\20bool\20\28skia::textlayout::Run\20const*\2c\20float\2c\20skia::textlayout::SkRange\2c\20float*\29>::operator\28\29\28skia::textlayout::Run\20const*&&\2c\20float&&\2c\20skia::textlayout::SkRange&&\2c\20float*&&\29 -6817:std::__2::__function::__func\20const&\29::$_0\2c\20std::__2::allocator\20const&\29::$_0>\2c\20bool\20\28skia::textlayout::Run\20const*\2c\20float\2c\20skia::textlayout::SkRange\2c\20float*\29>::__clone\28std::__2::__function::__base\2c\20float*\29>*\29\20const -6818:std::__2::__function::__func\20const&\29::$_0\2c\20std::__2::allocator\20const&\29::$_0>\2c\20bool\20\28skia::textlayout::Run\20const*\2c\20float\2c\20skia::textlayout::SkRange\2c\20float*\29>::__clone\28\29\20const -6819:std::__2::__function::__func\20const&\29::$_0::operator\28\29\28skia::textlayout::Run\20const*\2c\20float\2c\20skia::textlayout::SkRange\2c\20float*\29\20const::'lambda'\28skia::textlayout::SkRange\2c\20skia::textlayout::TextStyle\20const&\2c\20skia::textlayout::TextLine::ClipContext\20const&\29\2c\20std::__2::allocator\20const&\29::$_0::operator\28\29\28skia::textlayout::Run\20const*\2c\20float\2c\20skia::textlayout::SkRange\2c\20float*\29\20const::'lambda'\28skia::textlayout::SkRange\2c\20skia::textlayout::TextStyle\20const&\2c\20skia::textlayout::TextLine::ClipContext\20const&\29>\2c\20void\20\28skia::textlayout::SkRange\2c\20skia::textlayout::TextStyle\20const&\2c\20skia::textlayout::TextLine::ClipContext\20const&\29>::operator\28\29\28skia::textlayout::SkRange&&\2c\20skia::textlayout::TextStyle\20const&\2c\20skia::textlayout::TextLine::ClipContext\20const&\29 -6820:std::__2::__function::__func\20const&\29::$_0::operator\28\29\28skia::textlayout::Run\20const*\2c\20float\2c\20skia::textlayout::SkRange\2c\20float*\29\20const::'lambda'\28skia::textlayout::SkRange\2c\20skia::textlayout::TextStyle\20const&\2c\20skia::textlayout::TextLine::ClipContext\20const&\29\2c\20std::__2::allocator\20const&\29::$_0::operator\28\29\28skia::textlayout::Run\20const*\2c\20float\2c\20skia::textlayout::SkRange\2c\20float*\29\20const::'lambda'\28skia::textlayout::SkRange\2c\20skia::textlayout::TextStyle\20const&\2c\20skia::textlayout::TextLine::ClipContext\20const&\29>\2c\20void\20\28skia::textlayout::SkRange\2c\20skia::textlayout::TextStyle\20const&\2c\20skia::textlayout::TextLine::ClipContext\20const&\29>::__clone\28std::__2::__function::__base\2c\20skia::textlayout::TextStyle\20const&\2c\20skia::textlayout::TextLine::ClipContext\20const&\29>*\29\20const -6821:std::__2::__function::__func\20const&\29::$_0::operator\28\29\28skia::textlayout::Run\20const*\2c\20float\2c\20skia::textlayout::SkRange\2c\20float*\29\20const::'lambda'\28skia::textlayout::SkRange\2c\20skia::textlayout::TextStyle\20const&\2c\20skia::textlayout::TextLine::ClipContext\20const&\29\2c\20std::__2::allocator\20const&\29::$_0::operator\28\29\28skia::textlayout::Run\20const*\2c\20float\2c\20skia::textlayout::SkRange\2c\20float*\29\20const::'lambda'\28skia::textlayout::SkRange\2c\20skia::textlayout::TextStyle\20const&\2c\20skia::textlayout::TextLine::ClipContext\20const&\29>\2c\20void\20\28skia::textlayout::SkRange\2c\20skia::textlayout::TextStyle\20const&\2c\20skia::textlayout::TextLine::ClipContext\20const&\29>::__clone\28\29\20const -6822:std::__2::__function::__func\2c\20void\20\28skia::textlayout::SkRange\2c\20skia::textlayout::SkRange\2c\20skia::textlayout::SkRange\2c\20skia::textlayout::SkRange\2c\20skia::textlayout::SkRange\2c\20float\2c\20unsigned\20long\2c\20unsigned\20long\2c\20SkPoint\2c\20SkPoint\2c\20skia::textlayout::InternalLineMetrics\2c\20bool\29>::operator\28\29\28skia::textlayout::SkRange&&\2c\20skia::textlayout::SkRange&&\2c\20skia::textlayout::SkRange&&\2c\20skia::textlayout::SkRange&&\2c\20skia::textlayout::SkRange&&\2c\20float&&\2c\20unsigned\20long&&\2c\20unsigned\20long&&\2c\20SkPoint&&\2c\20SkPoint&&\2c\20skia::textlayout::InternalLineMetrics&&\2c\20bool&&\29 -6823:std::__2::__function::__func\2c\20void\20\28skia::textlayout::SkRange\2c\20skia::textlayout::SkRange\2c\20skia::textlayout::SkRange\2c\20skia::textlayout::SkRange\2c\20skia::textlayout::SkRange\2c\20float\2c\20unsigned\20long\2c\20unsigned\20long\2c\20SkPoint\2c\20SkPoint\2c\20skia::textlayout::InternalLineMetrics\2c\20bool\29>::__clone\28std::__2::__function::__base\2c\20skia::textlayout::SkRange\2c\20skia::textlayout::SkRange\2c\20skia::textlayout::SkRange\2c\20skia::textlayout::SkRange\2c\20float\2c\20unsigned\20long\2c\20unsigned\20long\2c\20SkPoint\2c\20SkPoint\2c\20skia::textlayout::InternalLineMetrics\2c\20bool\29>*\29\20const -6824:std::__2::__function::__func\2c\20void\20\28skia::textlayout::SkRange\2c\20skia::textlayout::SkRange\2c\20skia::textlayout::SkRange\2c\20skia::textlayout::SkRange\2c\20skia::textlayout::SkRange\2c\20float\2c\20unsigned\20long\2c\20unsigned\20long\2c\20SkPoint\2c\20SkPoint\2c\20skia::textlayout::InternalLineMetrics\2c\20bool\29>::__clone\28\29\20const -6825:std::__2::__function::__func\2c\20void\20\28skia::textlayout::Cluster*\29>::operator\28\29\28skia::textlayout::Cluster*&&\29 -6826:std::__2::__function::__func\2c\20void\20\28skia::textlayout::Cluster*\29>::__clone\28std::__2::__function::__base*\29\20const -6827:std::__2::__function::__func\2c\20void\20\28skia::textlayout::Cluster*\29>::__clone\28\29\20const -6828:std::__2::__function::__func\2c\20void\20\28skia::textlayout::ParagraphImpl*\2c\20char\20const*\2c\20bool\29>::__clone\28std::__2::__function::__base*\29\20const -6829:std::__2::__function::__func\2c\20void\20\28skia::textlayout::ParagraphImpl*\2c\20char\20const*\2c\20bool\29>::__clone\28\29\20const -6830:std::__2::__function::__func\2c\20float\20\28skia::textlayout::SkRange\2c\20SkSpan\2c\20float&\2c\20unsigned\20long\2c\20unsigned\20char\29>::operator\28\29\28skia::textlayout::SkRange&&\2c\20SkSpan&&\2c\20float&\2c\20unsigned\20long&&\2c\20unsigned\20char&&\29 -6831:std::__2::__function::__func\2c\20float\20\28skia::textlayout::SkRange\2c\20SkSpan\2c\20float&\2c\20unsigned\20long\2c\20unsigned\20char\29>::__clone\28std::__2::__function::__base\2c\20SkSpan\2c\20float&\2c\20unsigned\20long\2c\20unsigned\20char\29>*\29\20const -6832:std::__2::__function::__func\2c\20float\20\28skia::textlayout::SkRange\2c\20SkSpan\2c\20float&\2c\20unsigned\20long\2c\20unsigned\20char\29>::__clone\28\29\20const -6833:std::__2::__function::__func\2c\20SkSpan\2c\20float&\2c\20unsigned\20long\2c\20unsigned\20char\29\20const::'lambda'\28skia::textlayout::Block\2c\20skia_private::TArray\29\2c\20std::__2::allocator\2c\20SkSpan\2c\20float&\2c\20unsigned\20long\2c\20unsigned\20char\29\20const::'lambda'\28skia::textlayout::Block\2c\20skia_private::TArray\29>\2c\20void\20\28skia::textlayout::Block\2c\20skia_private::TArray\29>::operator\28\29\28skia::textlayout::Block&&\2c\20skia_private::TArray&&\29 -6834:std::__2::__function::__func\2c\20SkSpan\2c\20float&\2c\20unsigned\20long\2c\20unsigned\20char\29\20const::'lambda'\28skia::textlayout::Block\2c\20skia_private::TArray\29\2c\20std::__2::allocator\2c\20SkSpan\2c\20float&\2c\20unsigned\20long\2c\20unsigned\20char\29\20const::'lambda'\28skia::textlayout::Block\2c\20skia_private::TArray\29>\2c\20void\20\28skia::textlayout::Block\2c\20skia_private::TArray\29>::__clone\28std::__2::__function::__base\29>*\29\20const -6835:std::__2::__function::__func\2c\20SkSpan\2c\20float&\2c\20unsigned\20long\2c\20unsigned\20char\29\20const::'lambda'\28skia::textlayout::Block\2c\20skia_private::TArray\29\2c\20std::__2::allocator\2c\20SkSpan\2c\20float&\2c\20unsigned\20long\2c\20unsigned\20char\29\20const::'lambda'\28skia::textlayout::Block\2c\20skia_private::TArray\29>\2c\20void\20\28skia::textlayout::Block\2c\20skia_private::TArray\29>::__clone\28\29\20const -6836:std::__2::__function::__func\2c\20SkSpan\2c\20float&\2c\20unsigned\20long\2c\20unsigned\20char\29\20const::'lambda'\28skia::textlayout::Block\2c\20skia_private::TArray\29::operator\28\29\28skia::textlayout::Block\2c\20skia_private::TArray\29\20const::'lambda'\28sk_sp\29\2c\20std::__2::allocator\2c\20SkSpan\2c\20float&\2c\20unsigned\20long\2c\20unsigned\20char\29\20const::'lambda'\28skia::textlayout::Block\2c\20skia_private::TArray\29::operator\28\29\28skia::textlayout::Block\2c\20skia_private::TArray\29\20const::'lambda'\28sk_sp\29>\2c\20skia::textlayout::OneLineShaper::Resolved\20\28sk_sp\29>::operator\28\29\28sk_sp&&\29 -6837:std::__2::__function::__func\2c\20SkSpan\2c\20float&\2c\20unsigned\20long\2c\20unsigned\20char\29\20const::'lambda'\28skia::textlayout::Block\2c\20skia_private::TArray\29::operator\28\29\28skia::textlayout::Block\2c\20skia_private::TArray\29\20const::'lambda'\28sk_sp\29\2c\20std::__2::allocator\2c\20SkSpan\2c\20float&\2c\20unsigned\20long\2c\20unsigned\20char\29\20const::'lambda'\28skia::textlayout::Block\2c\20skia_private::TArray\29::operator\28\29\28skia::textlayout::Block\2c\20skia_private::TArray\29\20const::'lambda'\28sk_sp\29>\2c\20skia::textlayout::OneLineShaper::Resolved\20\28sk_sp\29>::__clone\28std::__2::__function::__base\29>*\29\20const -6838:std::__2::__function::__func\2c\20SkSpan\2c\20float&\2c\20unsigned\20long\2c\20unsigned\20char\29\20const::'lambda'\28skia::textlayout::Block\2c\20skia_private::TArray\29::operator\28\29\28skia::textlayout::Block\2c\20skia_private::TArray\29\20const::'lambda'\28sk_sp\29\2c\20std::__2::allocator\2c\20SkSpan\2c\20float&\2c\20unsigned\20long\2c\20unsigned\20char\29\20const::'lambda'\28skia::textlayout::Block\2c\20skia_private::TArray\29::operator\28\29\28skia::textlayout::Block\2c\20skia_private::TArray\29\20const::'lambda'\28sk_sp\29>\2c\20skia::textlayout::OneLineShaper::Resolved\20\28sk_sp\29>::__clone\28\29\20const -6839:std::__2::__function::__func\2c\20void\20\28skia::textlayout::SkRange\29>::operator\28\29\28skia::textlayout::SkRange&&\29 -6840:std::__2::__function::__func\2c\20void\20\28skia::textlayout::SkRange\29>::__clone\28std::__2::__function::__base\29>*\29\20const -6841:std::__2::__function::__func\2c\20void\20\28skia::textlayout::SkRange\29>::__clone\28\29\20const -6842:std::__2::__function::__func\2c\20void\20\28sktext::gpu::AtlasSubRun\20const*\2c\20SkPoint\2c\20SkPaint\20const&\2c\20sk_sp\2c\20sktext::gpu::RendererData\29>::operator\28\29\28sktext::gpu::AtlasSubRun\20const*&&\2c\20SkPoint&&\2c\20SkPaint\20const&\2c\20sk_sp&&\2c\20sktext::gpu::RendererData&&\29 -6843:std::__2::__function::__func\2c\20void\20\28sktext::gpu::AtlasSubRun\20const*\2c\20SkPoint\2c\20SkPaint\20const&\2c\20sk_sp\2c\20sktext::gpu::RendererData\29>::__clone\28std::__2::__function::__base\2c\20sktext::gpu::RendererData\29>*\29\20const -6844:std::__2::__function::__func\2c\20void\20\28sktext::gpu::AtlasSubRun\20const*\2c\20SkPoint\2c\20SkPaint\20const&\2c\20sk_sp\2c\20sktext::gpu::RendererData\29>::__clone\28\29\20const -6845:std::__2::__function::__func\2c\20void\20\28void*\2c\20void\20const*\29>::~__func\28\29_10195 -6846:std::__2::__function::__func\2c\20void\20\28void*\2c\20void\20const*\29>::~__func\28\29 -6847:std::__2::__function::__func\2c\20void\20\28void*\2c\20void\20const*\29>::operator\28\29\28void*&&\2c\20void\20const*&&\29 -6848:std::__2::__function::__func\2c\20void\20\28void*\2c\20void\20const*\29>::destroy_deallocate\28\29 -6849:std::__2::__function::__func\2c\20void\20\28void*\2c\20void\20const*\29>::destroy\28\29 -6850:std::__2::__function::__func\2c\20void\20\28void*\2c\20void\20const*\29>::__clone\28std::__2::__function::__base*\29\20const -6851:std::__2::__function::__func\2c\20void\20\28void*\2c\20void\20const*\29>::__clone\28\29\20const -6852:std::__2::__function::__func\2c\20void\20\28\29>::operator\28\29\28\29 -6853:std::__2::__function::__func\2c\20void\20\28\29>::__clone\28std::__2::__function::__base*\29\20const -6854:std::__2::__function::__func\2c\20void\20\28\29>::__clone\28\29\20const -6855:std::__2::__function::__func\2c\20void\20\28\29>::operator\28\29\28\29 -6856:std::__2::__function::__func\2c\20void\20\28\29>::__clone\28std::__2::__function::__base*\29\20const -6857:std::__2::__function::__func\2c\20void\20\28\29>::__clone\28\29\20const -6858:std::__2::__function::__func\2c\20void\20\28GrSurfaceProxy*\2c\20skgpu::Mipmapped\29>::operator\28\29\28GrSurfaceProxy*&&\2c\20skgpu::Mipmapped&&\29 -6859:std::__2::__function::__func\2c\20void\20\28GrSurfaceProxy*\2c\20skgpu::Mipmapped\29>::__clone\28std::__2::__function::__base*\29\20const -6860:std::__2::__function::__func\2c\20void\20\28GrSurfaceProxy*\2c\20skgpu::Mipmapped\29>::__clone\28\29\20const -6861:std::__2::__function::__func>\2c\20GrTextureResolveManager\2c\20GrCaps\20const&\29::$_0\2c\20std::__2::allocator>\2c\20GrTextureResolveManager\2c\20GrCaps\20const&\29::$_0>\2c\20void\20\28GrSurfaceProxy*\2c\20skgpu::Mipmapped\29>::operator\28\29\28GrSurfaceProxy*&&\2c\20skgpu::Mipmapped&&\29 -6862:std::__2::__function::__func>\2c\20GrTextureResolveManager\2c\20GrCaps\20const&\29::$_0\2c\20std::__2::allocator>\2c\20GrTextureResolveManager\2c\20GrCaps\20const&\29::$_0>\2c\20void\20\28GrSurfaceProxy*\2c\20skgpu::Mipmapped\29>::__clone\28std::__2::__function::__base*\29\20const -6863:std::__2::__function::__func>\2c\20GrTextureResolveManager\2c\20GrCaps\20const&\29::$_0\2c\20std::__2::allocator>\2c\20GrTextureResolveManager\2c\20GrCaps\20const&\29::$_0>\2c\20void\20\28GrSurfaceProxy*\2c\20skgpu::Mipmapped\29>::__clone\28\29\20const -6864:std::__2::__function::__func>\2c\20bool\2c\20GrProcessorSet::Analysis\20const&\2c\20GrAppliedClip&&\2c\20GrDstProxyView\20const&\2c\20GrTextureResolveManager\2c\20GrCaps\20const&\29::$_0\2c\20std::__2::allocator>\2c\20bool\2c\20GrProcessorSet::Analysis\20const&\2c\20GrAppliedClip&&\2c\20GrDstProxyView\20const&\2c\20GrTextureResolveManager\2c\20GrCaps\20const&\29::$_0>\2c\20void\20\28GrSurfaceProxy*\2c\20skgpu::Mipmapped\29>::operator\28\29\28GrSurfaceProxy*&&\2c\20skgpu::Mipmapped&&\29 -6865:std::__2::__function::__func>\2c\20bool\2c\20GrProcessorSet::Analysis\20const&\2c\20GrAppliedClip&&\2c\20GrDstProxyView\20const&\2c\20GrTextureResolveManager\2c\20GrCaps\20const&\29::$_0\2c\20std::__2::allocator>\2c\20bool\2c\20GrProcessorSet::Analysis\20const&\2c\20GrAppliedClip&&\2c\20GrDstProxyView\20const&\2c\20GrTextureResolveManager\2c\20GrCaps\20const&\29::$_0>\2c\20void\20\28GrSurfaceProxy*\2c\20skgpu::Mipmapped\29>::__clone\28std::__2::__function::__base*\29\20const -6866:std::__2::__function::__func>\2c\20bool\2c\20GrProcessorSet::Analysis\20const&\2c\20GrAppliedClip&&\2c\20GrDstProxyView\20const&\2c\20GrTextureResolveManager\2c\20GrCaps\20const&\29::$_0\2c\20std::__2::allocator>\2c\20bool\2c\20GrProcessorSet::Analysis\20const&\2c\20GrAppliedClip&&\2c\20GrDstProxyView\20const&\2c\20GrTextureResolveManager\2c\20GrCaps\20const&\29::$_0>\2c\20void\20\28GrSurfaceProxy*\2c\20skgpu::Mipmapped\29>::__clone\28\29\20const -6867:std::__2::__function::__func\2c\20void\20\28sktext::gpu::AtlasSubRun\20const*\2c\20SkPoint\2c\20SkPaint\20const&\2c\20sk_sp\2c\20sktext::gpu::RendererData\29>::operator\28\29\28sktext::gpu::AtlasSubRun\20const*&&\2c\20SkPoint&&\2c\20SkPaint\20const&\2c\20sk_sp&&\2c\20sktext::gpu::RendererData&&\29 -6868:std::__2::__function::__func\2c\20void\20\28sktext::gpu::AtlasSubRun\20const*\2c\20SkPoint\2c\20SkPaint\20const&\2c\20sk_sp\2c\20sktext::gpu::RendererData\29>::__clone\28std::__2::__function::__base\2c\20sktext::gpu::RendererData\29>*\29\20const -6869:std::__2::__function::__func\2c\20void\20\28sktext::gpu::AtlasSubRun\20const*\2c\20SkPoint\2c\20SkPaint\20const&\2c\20sk_sp\2c\20sktext::gpu::RendererData\29>::__clone\28\29\20const -6870:std::__2::__function::__func\2c\20std::__2::tuple\20\28sktext::gpu::GlyphVector*\2c\20int\2c\20int\2c\20skgpu::MaskFormat\2c\20int\29>::operator\28\29\28sktext::gpu::GlyphVector*&&\2c\20int&&\2c\20int&&\2c\20skgpu::MaskFormat&&\2c\20int&&\29 -6871:std::__2::__function::__func\2c\20std::__2::tuple\20\28sktext::gpu::GlyphVector*\2c\20int\2c\20int\2c\20skgpu::MaskFormat\2c\20int\29>::__clone\28std::__2::__function::__base\20\28sktext::gpu::GlyphVector*\2c\20int\2c\20int\2c\20skgpu::MaskFormat\2c\20int\29>*\29\20const -6872:std::__2::__function::__func\2c\20std::__2::tuple\20\28sktext::gpu::GlyphVector*\2c\20int\2c\20int\2c\20skgpu::MaskFormat\2c\20int\29>::__clone\28\29\20const -6873:std::__2::__function::__func>\2c\20SkIRect\20const&\2c\20SkMatrix\20const&\2c\20SkPath\20const&\29::$_0\2c\20std::__2::allocator>\2c\20SkIRect\20const&\2c\20SkMatrix\20const&\2c\20SkPath\20const&\29::$_0>\2c\20bool\20\28GrSurfaceProxy\20const*\29>::operator\28\29\28GrSurfaceProxy\20const*&&\29 -6874:std::__2::__function::__func>\2c\20SkIRect\20const&\2c\20SkMatrix\20const&\2c\20SkPath\20const&\29::$_0\2c\20std::__2::allocator>\2c\20SkIRect\20const&\2c\20SkMatrix\20const&\2c\20SkPath\20const&\29::$_0>\2c\20bool\20\28GrSurfaceProxy\20const*\29>::__clone\28std::__2::__function::__base*\29\20const -6875:std::__2::__function::__func>\2c\20SkIRect\20const&\2c\20SkMatrix\20const&\2c\20SkPath\20const&\29::$_0\2c\20std::__2::allocator>\2c\20SkIRect\20const&\2c\20SkMatrix\20const&\2c\20SkPath\20const&\29::$_0>\2c\20bool\20\28GrSurfaceProxy\20const*\29>::__clone\28\29\20const -6876:std::__2::__function::__func\2c\20sk_sp\20\28SkIRect\29>::operator\28\29\28SkIRect&&\29 -6877:std::__2::__function::__func\2c\20sk_sp\20\28SkIRect\29>::__clone\28std::__2::__function::__base\20\28SkIRect\29>*\29\20const -6878:std::__2::__function::__func\2c\20sk_sp\20\28SkIRect\29>::__clone\28\29\20const -6879:std::__2::__function::__func\2c\20sk_sp\20\28SkIRect\29>::operator\28\29\28SkIRect&&\29 -6880:std::__2::__function::__func\2c\20sk_sp\20\28SkIRect\29>::__clone\28std::__2::__function::__base\20\28SkIRect\29>*\29\20const -6881:std::__2::__function::__func\2c\20sk_sp\20\28SkIRect\29>::__clone\28\29\20const -6882:std::__2::__function::__func\2c\20void\20\28int\2c\20char\20const*\29>::operator\28\29\28int&&\2c\20char\20const*&&\29 -6883:std::__2::__function::__func\2c\20void\20\28int\2c\20char\20const*\29>::__clone\28std::__2::__function::__base*\29\20const -6884:std::__2::__function::__func\2c\20void\20\28int\2c\20char\20const*\29>::__clone\28\29\20const -6885:std::__2::__function::__func\28GrOp\20const*\2c\20GrSurfaceProxy\20const*\29::'lambda'\28GrSurfaceProxy*\2c\20skgpu::Mipmapped\29\2c\20std::__2::allocator\28GrOp\20const*\2c\20GrSurfaceProxy\20const*\29::'lambda'\28GrSurfaceProxy*\2c\20skgpu::Mipmapped\29>\2c\20void\20\28GrSurfaceProxy*\2c\20skgpu::Mipmapped\29>::__clone\28std::__2::__function::__base*\29\20const -6886:std::__2::__function::__func\28GrOp\20const*\2c\20GrSurfaceProxy\20const*\29::'lambda'\28GrSurfaceProxy*\2c\20skgpu::Mipmapped\29\2c\20std::__2::allocator\28GrOp\20const*\2c\20GrSurfaceProxy\20const*\29::'lambda'\28GrSurfaceProxy*\2c\20skgpu::Mipmapped\29>\2c\20void\20\28GrSurfaceProxy*\2c\20skgpu::Mipmapped\29>::__clone\28\29\20const -6887:std::__2::__function::__func\28GrFragmentProcessor\20const*\2c\20GrSurfaceProxy\20const*\29::'lambda'\28GrSurfaceProxy*\2c\20skgpu::Mipmapped\29\2c\20std::__2::allocator\28GrFragmentProcessor\20const*\2c\20GrSurfaceProxy\20const*\29::'lambda'\28GrSurfaceProxy*\2c\20skgpu::Mipmapped\29>\2c\20void\20\28GrSurfaceProxy*\2c\20skgpu::Mipmapped\29>::__clone\28std::__2::__function::__base*\29\20const -6888:std::__2::__function::__func\28GrFragmentProcessor\20const*\2c\20GrSurfaceProxy\20const*\29::'lambda'\28GrSurfaceProxy*\2c\20skgpu::Mipmapped\29\2c\20std::__2::allocator\28GrFragmentProcessor\20const*\2c\20GrSurfaceProxy\20const*\29::'lambda'\28GrSurfaceProxy*\2c\20skgpu::Mipmapped\29>\2c\20void\20\28GrSurfaceProxy*\2c\20skgpu::Mipmapped\29>::__clone\28\29\20const -6889:std::__2::__function::__func<\28anonymous\20namespace\29::render_sw_mask\28GrRecordingContext*\2c\20SkIRect\20const&\2c\20skgpu::ganesh::ClipStack::Element\20const**\2c\20int\29::$_0\2c\20std::__2::allocator<\28anonymous\20namespace\29::render_sw_mask\28GrRecordingContext*\2c\20SkIRect\20const&\2c\20skgpu::ganesh::ClipStack::Element\20const**\2c\20int\29::$_0>\2c\20void\20\28\29>::operator\28\29\28\29 -6890:std::__2::__function::__func<\28anonymous\20namespace\29::render_sw_mask\28GrRecordingContext*\2c\20SkIRect\20const&\2c\20skgpu::ganesh::ClipStack::Element\20const**\2c\20int\29::$_0\2c\20std::__2::allocator<\28anonymous\20namespace\29::render_sw_mask\28GrRecordingContext*\2c\20SkIRect\20const&\2c\20skgpu::ganesh::ClipStack::Element\20const**\2c\20int\29::$_0>\2c\20void\20\28\29>::__clone\28std::__2::__function::__base*\29\20const -6891:std::__2::__function::__func<\28anonymous\20namespace\29::render_sw_mask\28GrRecordingContext*\2c\20SkIRect\20const&\2c\20skgpu::ganesh::ClipStack::Element\20const**\2c\20int\29::$_0\2c\20std::__2::allocator<\28anonymous\20namespace\29::render_sw_mask\28GrRecordingContext*\2c\20SkIRect\20const&\2c\20skgpu::ganesh::ClipStack::Element\20const**\2c\20int\29::$_0>\2c\20void\20\28\29>::__clone\28\29\20const -6892:std::__2::__function::__func<\28anonymous\20namespace\29::colrv1_traverse_paint_bounds\28SkMatrix*\2c\20SkRect*\2c\20FT_FaceRec_*\2c\20FT_Opaque_Paint_\2c\20skia_private::THashSet*\29::$_1\2c\20std::__2::allocator<\28anonymous\20namespace\29::colrv1_traverse_paint_bounds\28SkMatrix*\2c\20SkRect*\2c\20FT_FaceRec_*\2c\20FT_Opaque_Paint_\2c\20skia_private::THashSet*\29::$_1>\2c\20void\20\28\29>::operator\28\29\28\29 -6893:std::__2::__function::__func<\28anonymous\20namespace\29::colrv1_traverse_paint_bounds\28SkMatrix*\2c\20SkRect*\2c\20FT_FaceRec_*\2c\20FT_Opaque_Paint_\2c\20skia_private::THashSet*\29::$_1\2c\20std::__2::allocator<\28anonymous\20namespace\29::colrv1_traverse_paint_bounds\28SkMatrix*\2c\20SkRect*\2c\20FT_FaceRec_*\2c\20FT_Opaque_Paint_\2c\20skia_private::THashSet*\29::$_1>\2c\20void\20\28\29>::__clone\28std::__2::__function::__base*\29\20const -6894:std::__2::__function::__func<\28anonymous\20namespace\29::colrv1_traverse_paint_bounds\28SkMatrix*\2c\20SkRect*\2c\20FT_FaceRec_*\2c\20FT_Opaque_Paint_\2c\20skia_private::THashSet*\29::$_1\2c\20std::__2::allocator<\28anonymous\20namespace\29::colrv1_traverse_paint_bounds\28SkMatrix*\2c\20SkRect*\2c\20FT_FaceRec_*\2c\20FT_Opaque_Paint_\2c\20skia_private::THashSet*\29::$_1>\2c\20void\20\28\29>::__clone\28\29\20const -6895:std::__2::__function::__func<\28anonymous\20namespace\29::colrv1_traverse_paint_bounds\28SkMatrix*\2c\20SkRect*\2c\20FT_FaceRec_*\2c\20FT_Opaque_Paint_\2c\20skia_private::THashSet*\29::$_0\2c\20std::__2::allocator<\28anonymous\20namespace\29::colrv1_traverse_paint_bounds\28SkMatrix*\2c\20SkRect*\2c\20FT_FaceRec_*\2c\20FT_Opaque_Paint_\2c\20skia_private::THashSet*\29::$_0>\2c\20void\20\28\29>::__clone\28std::__2::__function::__base*\29\20const -6896:std::__2::__function::__func<\28anonymous\20namespace\29::colrv1_traverse_paint_bounds\28SkMatrix*\2c\20SkRect*\2c\20FT_FaceRec_*\2c\20FT_Opaque_Paint_\2c\20skia_private::THashSet*\29::$_0\2c\20std::__2::allocator<\28anonymous\20namespace\29::colrv1_traverse_paint_bounds\28SkMatrix*\2c\20SkRect*\2c\20FT_FaceRec_*\2c\20FT_Opaque_Paint_\2c\20skia_private::THashSet*\29::$_0>\2c\20void\20\28\29>::__clone\28\29\20const -6897:std::__2::__function::__func<\28anonymous\20namespace\29::colrv1_traverse_paint\28SkCanvas*\2c\20SkSpan\20const&\2c\20unsigned\20int\2c\20FT_FaceRec_*\2c\20FT_Opaque_Paint_\2c\20skia_private::THashSet*\29::$_0\2c\20std::__2::allocator<\28anonymous\20namespace\29::colrv1_traverse_paint\28SkCanvas*\2c\20SkSpan\20const&\2c\20unsigned\20int\2c\20FT_FaceRec_*\2c\20FT_Opaque_Paint_\2c\20skia_private::THashSet*\29::$_0>\2c\20void\20\28\29>::__clone\28std::__2::__function::__base*\29\20const -6898:std::__2::__function::__func<\28anonymous\20namespace\29::colrv1_traverse_paint\28SkCanvas*\2c\20SkSpan\20const&\2c\20unsigned\20int\2c\20FT_FaceRec_*\2c\20FT_Opaque_Paint_\2c\20skia_private::THashSet*\29::$_0\2c\20std::__2::allocator<\28anonymous\20namespace\29::colrv1_traverse_paint\28SkCanvas*\2c\20SkSpan\20const&\2c\20unsigned\20int\2c\20FT_FaceRec_*\2c\20FT_Opaque_Paint_\2c\20skia_private::THashSet*\29::$_0>\2c\20void\20\28\29>::__clone\28\29\20const -6899:std::__2::__function::__func<\28anonymous\20namespace\29::MeshOp::visitProxies\28std::__2::function\20const&\29\20const::'lambda'\28GrTextureEffect\20const&\29\2c\20std::__2::allocator<\28anonymous\20namespace\29::MeshOp::visitProxies\28std::__2::function\20const&\29\20const::'lambda'\28GrTextureEffect\20const&\29>\2c\20void\20\28GrTextureEffect\20const&\29>::operator\28\29\28GrTextureEffect\20const&\29 -6900:std::__2::__function::__func<\28anonymous\20namespace\29::MeshOp::visitProxies\28std::__2::function\20const&\29\20const::'lambda'\28GrTextureEffect\20const&\29\2c\20std::__2::allocator<\28anonymous\20namespace\29::MeshOp::visitProxies\28std::__2::function\20const&\29\20const::'lambda'\28GrTextureEffect\20const&\29>\2c\20void\20\28GrTextureEffect\20const&\29>::__clone\28std::__2::__function::__base*\29\20const -6901:std::__2::__function::__func<\28anonymous\20namespace\29::MeshOp::visitProxies\28std::__2::function\20const&\29\20const::'lambda'\28GrTextureEffect\20const&\29\2c\20std::__2::allocator<\28anonymous\20namespace\29::MeshOp::visitProxies\28std::__2::function\20const&\29\20const::'lambda'\28GrTextureEffect\20const&\29>\2c\20void\20\28GrTextureEffect\20const&\29>::__clone\28\29\20const -6902:std::__2::__function::__func<\28anonymous\20namespace\29::MeshOp::onExecute\28GrOpFlushState*\2c\20SkRect\20const&\29::$_0\2c\20std::__2::allocator<\28anonymous\20namespace\29::MeshOp::onExecute\28GrOpFlushState*\2c\20SkRect\20const&\29::$_0>\2c\20void\20\28GrTextureEffect\20const&\29>::operator\28\29\28GrTextureEffect\20const&\29 -6903:std::__2::__function::__func<\28anonymous\20namespace\29::MeshOp::onExecute\28GrOpFlushState*\2c\20SkRect\20const&\29::$_0\2c\20std::__2::allocator<\28anonymous\20namespace\29::MeshOp::onExecute\28GrOpFlushState*\2c\20SkRect\20const&\29::$_0>\2c\20void\20\28GrTextureEffect\20const&\29>::__clone\28std::__2::__function::__base*\29\20const -6904:std::__2::__function::__func<\28anonymous\20namespace\29::MeshOp::onExecute\28GrOpFlushState*\2c\20SkRect\20const&\29::$_0\2c\20std::__2::allocator<\28anonymous\20namespace\29::MeshOp::onExecute\28GrOpFlushState*\2c\20SkRect\20const&\29::$_0>\2c\20void\20\28GrTextureEffect\20const&\29>::__clone\28\29\20const -6905:std::__2::__function::__func<\28anonymous\20namespace\29::MeshGP::MeshGP\28sk_sp\2c\20sk_sp\2c\20SkMatrix\20const&\2c\20std::__2::optional>\20const&\2c\20bool\2c\20sk_sp\2c\20SkSpan>>\29::'lambda'\28GrTextureEffect\20const&\29\2c\20std::__2::allocator<\28anonymous\20namespace\29::MeshGP::MeshGP\28sk_sp\2c\20sk_sp\2c\20SkMatrix\20const&\2c\20std::__2::optional>\20const&\2c\20bool\2c\20sk_sp\2c\20SkSpan>>\29::'lambda'\28GrTextureEffect\20const&\29>\2c\20void\20\28GrTextureEffect\20const&\29>::operator\28\29\28GrTextureEffect\20const&\29 -6906:std::__2::__function::__func<\28anonymous\20namespace\29::MeshGP::MeshGP\28sk_sp\2c\20sk_sp\2c\20SkMatrix\20const&\2c\20std::__2::optional>\20const&\2c\20bool\2c\20sk_sp\2c\20SkSpan>>\29::'lambda'\28GrTextureEffect\20const&\29\2c\20std::__2::allocator<\28anonymous\20namespace\29::MeshGP::MeshGP\28sk_sp\2c\20sk_sp\2c\20SkMatrix\20const&\2c\20std::__2::optional>\20const&\2c\20bool\2c\20sk_sp\2c\20SkSpan>>\29::'lambda'\28GrTextureEffect\20const&\29>\2c\20void\20\28GrTextureEffect\20const&\29>::__clone\28std::__2::__function::__base*\29\20const -6907:std::__2::__function::__func<\28anonymous\20namespace\29::MeshGP::MeshGP\28sk_sp\2c\20sk_sp\2c\20SkMatrix\20const&\2c\20std::__2::optional>\20const&\2c\20bool\2c\20sk_sp\2c\20SkSpan>>\29::'lambda'\28GrTextureEffect\20const&\29\2c\20std::__2::allocator<\28anonymous\20namespace\29::MeshGP::MeshGP\28sk_sp\2c\20sk_sp\2c\20SkMatrix\20const&\2c\20std::__2::optional>\20const&\2c\20bool\2c\20sk_sp\2c\20SkSpan>>\29::'lambda'\28GrTextureEffect\20const&\29>\2c\20void\20\28GrTextureEffect\20const&\29>::__clone\28\29\20const -6908:std::__2::__function::__func<\28anonymous\20namespace\29::MeshGP::Impl::setData\28GrGLSLProgramDataManager\20const&\2c\20GrShaderCaps\20const&\2c\20GrGeometryProcessor\20const&\29::'lambda'\28GrFragmentProcessor\20const&\2c\20GrFragmentProcessor::ProgramImpl&\29\2c\20std::__2::allocator<\28anonymous\20namespace\29::MeshGP::Impl::setData\28GrGLSLProgramDataManager\20const&\2c\20GrShaderCaps\20const&\2c\20GrGeometryProcessor\20const&\29::'lambda'\28GrFragmentProcessor\20const&\2c\20GrFragmentProcessor::ProgramImpl&\29>\2c\20void\20\28GrFragmentProcessor\20const&\2c\20GrFragmentProcessor::ProgramImpl&\29>::operator\28\29\28GrFragmentProcessor\20const&\2c\20GrFragmentProcessor::ProgramImpl&\29 -6909:std::__2::__function::__func<\28anonymous\20namespace\29::MeshGP::Impl::setData\28GrGLSLProgramDataManager\20const&\2c\20GrShaderCaps\20const&\2c\20GrGeometryProcessor\20const&\29::'lambda'\28GrFragmentProcessor\20const&\2c\20GrFragmentProcessor::ProgramImpl&\29\2c\20std::__2::allocator<\28anonymous\20namespace\29::MeshGP::Impl::setData\28GrGLSLProgramDataManager\20const&\2c\20GrShaderCaps\20const&\2c\20GrGeometryProcessor\20const&\29::'lambda'\28GrFragmentProcessor\20const&\2c\20GrFragmentProcessor::ProgramImpl&\29>\2c\20void\20\28GrFragmentProcessor\20const&\2c\20GrFragmentProcessor::ProgramImpl&\29>::__clone\28std::__2::__function::__base*\29\20const -6910:std::__2::__function::__func<\28anonymous\20namespace\29::MeshGP::Impl::setData\28GrGLSLProgramDataManager\20const&\2c\20GrShaderCaps\20const&\2c\20GrGeometryProcessor\20const&\29::'lambda'\28GrFragmentProcessor\20const&\2c\20GrFragmentProcessor::ProgramImpl&\29\2c\20std::__2::allocator<\28anonymous\20namespace\29::MeshGP::Impl::setData\28GrGLSLProgramDataManager\20const&\2c\20GrShaderCaps\20const&\2c\20GrGeometryProcessor\20const&\29::'lambda'\28GrFragmentProcessor\20const&\2c\20GrFragmentProcessor::ProgramImpl&\29>\2c\20void\20\28GrFragmentProcessor\20const&\2c\20GrFragmentProcessor::ProgramImpl&\29>::__clone\28\29\20const -6911:std::__2::__function::__func<\28anonymous\20namespace\29::MeshGP::Impl::onEmitCode\28GrGeometryProcessor::ProgramImpl::EmitArgs&\2c\20GrGeometryProcessor::ProgramImpl::GrGPArgs*\29::'lambda'\28GrFragmentProcessor\20const&\2c\20GrFragmentProcessor::ProgramImpl&\29\2c\20std::__2::allocator<\28anonymous\20namespace\29::MeshGP::Impl::onEmitCode\28GrGeometryProcessor::ProgramImpl::EmitArgs&\2c\20GrGeometryProcessor::ProgramImpl::GrGPArgs*\29::'lambda'\28GrFragmentProcessor\20const&\2c\20GrFragmentProcessor::ProgramImpl&\29>\2c\20void\20\28GrFragmentProcessor\20const&\2c\20GrFragmentProcessor::ProgramImpl&\29>::operator\28\29\28GrFragmentProcessor\20const&\2c\20GrFragmentProcessor::ProgramImpl&\29 -6912:std::__2::__function::__func<\28anonymous\20namespace\29::MeshGP::Impl::onEmitCode\28GrGeometryProcessor::ProgramImpl::EmitArgs&\2c\20GrGeometryProcessor::ProgramImpl::GrGPArgs*\29::'lambda'\28GrFragmentProcessor\20const&\2c\20GrFragmentProcessor::ProgramImpl&\29\2c\20std::__2::allocator<\28anonymous\20namespace\29::MeshGP::Impl::onEmitCode\28GrGeometryProcessor::ProgramImpl::EmitArgs&\2c\20GrGeometryProcessor::ProgramImpl::GrGPArgs*\29::'lambda'\28GrFragmentProcessor\20const&\2c\20GrFragmentProcessor::ProgramImpl&\29>\2c\20void\20\28GrFragmentProcessor\20const&\2c\20GrFragmentProcessor::ProgramImpl&\29>::__clone\28std::__2::__function::__base*\29\20const -6913:std::__2::__function::__func<\28anonymous\20namespace\29::MeshGP::Impl::onEmitCode\28GrGeometryProcessor::ProgramImpl::EmitArgs&\2c\20GrGeometryProcessor::ProgramImpl::GrGPArgs*\29::'lambda'\28GrFragmentProcessor\20const&\2c\20GrFragmentProcessor::ProgramImpl&\29\2c\20std::__2::allocator<\28anonymous\20namespace\29::MeshGP::Impl::onEmitCode\28GrGeometryProcessor::ProgramImpl::EmitArgs&\2c\20GrGeometryProcessor::ProgramImpl::GrGPArgs*\29::'lambda'\28GrFragmentProcessor\20const&\2c\20GrFragmentProcessor::ProgramImpl&\29>\2c\20void\20\28GrFragmentProcessor\20const&\2c\20GrFragmentProcessor::ProgramImpl&\29>::__clone\28\29\20const -6914:std::__2::__function::__func>*\29::'lambda'\28int\2c\20int\29\2c\20std::__2::allocator>*\29::'lambda'\28int\2c\20int\29>\2c\20void\20\28int\2c\20int\29>::operator\28\29\28int&&\2c\20int&&\29 -6915:std::__2::__function::__func>*\29::'lambda'\28int\2c\20int\29\2c\20std::__2::allocator>*\29::'lambda'\28int\2c\20int\29>\2c\20void\20\28int\2c\20int\29>::__clone\28std::__2::__function::__base*\29\20const -6916:std::__2::__function::__func>*\29::'lambda'\28int\2c\20int\29\2c\20std::__2::allocator>*\29::'lambda'\28int\2c\20int\29>\2c\20void\20\28int\2c\20int\29>::__clone\28\29\20const -6917:std::__2::__function::__func*\29::'lambda0'\28int\2c\20int\29\2c\20std::__2::allocator*\29::'lambda0'\28int\2c\20int\29>\2c\20void\20\28int\2c\20int\29>::operator\28\29\28int&&\2c\20int&&\29 -6918:std::__2::__function::__func*\29::'lambda0'\28int\2c\20int\29\2c\20std::__2::allocator*\29::'lambda0'\28int\2c\20int\29>\2c\20void\20\28int\2c\20int\29>::__clone\28std::__2::__function::__base*\29\20const -6919:std::__2::__function::__func*\29::'lambda0'\28int\2c\20int\29\2c\20std::__2::allocator*\29::'lambda0'\28int\2c\20int\29>\2c\20void\20\28int\2c\20int\29>::__clone\28\29\20const -6920:std::__2::__function::__func*\29::'lambda'\28int\2c\20int\29\2c\20std::__2::allocator*\29::'lambda'\28int\2c\20int\29>\2c\20void\20\28int\2c\20int\29>::operator\28\29\28int&&\2c\20int&&\29 -6921:std::__2::__function::__func*\29::'lambda'\28int\2c\20int\29\2c\20std::__2::allocator*\29::'lambda'\28int\2c\20int\29>\2c\20void\20\28int\2c\20int\29>::__clone\28std::__2::__function::__base*\29\20const -6922:std::__2::__function::__func*\29::'lambda'\28int\2c\20int\29\2c\20std::__2::allocator*\29::'lambda'\28int\2c\20int\29>\2c\20void\20\28int\2c\20int\29>::__clone\28\29\20const -6923:std::__2::__function::__func\29::$_0\2c\20std::__2::allocator\29::$_0>\2c\20void\20\28\29>::~__func\28\29_4491 -6924:std::__2::__function::__func\29::$_0\2c\20std::__2::allocator\29::$_0>\2c\20void\20\28\29>::~__func\28\29 -6925:std::__2::__function::__func\29::$_0\2c\20std::__2::allocator\29::$_0>\2c\20void\20\28\29>::operator\28\29\28\29 -6926:std::__2::__function::__func\29::$_0\2c\20std::__2::allocator\29::$_0>\2c\20void\20\28\29>::destroy_deallocate\28\29 -6927:std::__2::__function::__func\29::$_0\2c\20std::__2::allocator\29::$_0>\2c\20void\20\28\29>::destroy\28\29 -6928:std::__2::__function::__func\29::$_0\2c\20std::__2::allocator\29::$_0>\2c\20void\20\28\29>::__clone\28std::__2::__function::__base*\29\20const -6929:std::__2::__function::__func\29::$_0\2c\20std::__2::allocator\29::$_0>\2c\20void\20\28\29>::__clone\28\29\20const -6930:std::__2::__function::__func\2c\20void\20\28int\2c\20char\20const*\29>::operator\28\29\28int&&\2c\20char\20const*&&\29 -6931:std::__2::__function::__func\2c\20void\20\28int\2c\20char\20const*\29>::__clone\28std::__2::__function::__base*\29\20const -6932:std::__2::__function::__func\2c\20void\20\28int\2c\20char\20const*\29>::__clone\28\29\20const -6933:std::__2::__function::__func\2c\20void\20\28\29>::operator\28\29\28\29 -6934:std::__2::__function::__func\2c\20void\20\28\29>::__clone\28std::__2::__function::__base*\29\20const -6935:std::__2::__function::__func\2c\20void\20\28\29>::__clone\28\29\20const -6936:std::__2::__function::__func\2c\20void\20\28\29>::operator\28\29\28\29 -6937:std::__2::__function::__func\2c\20void\20\28\29>::__clone\28std::__2::__function::__base*\29\20const -6938:std::__2::__function::__func\2c\20void\20\28\29>::__clone\28\29\20const -6939:std::__2::__function::__func\2c\20bool\20\28SkSL::Variable\20const&\29>::operator\28\29\28SkSL::Variable\20const&\29 -6940:std::__2::__function::__func\2c\20bool\20\28SkSL::Variable\20const&\29>::__clone\28std::__2::__function::__base*\29\20const -6941:std::__2::__function::__func\2c\20bool\20\28SkSL::Variable\20const&\29>::__clone\28\29\20const -6942:std::__2::__function::__func\2c\20void\20\28int\2c\20SkSL::Variable\20const*\2c\20SkSL::Expression\20const*\29>::operator\28\29\28int&&\2c\20SkSL::Variable\20const*&&\2c\20SkSL::Expression\20const*&&\29 -6943:std::__2::__function::__func\2c\20void\20\28int\2c\20SkSL::Variable\20const*\2c\20SkSL::Expression\20const*\29>::__clone\28std::__2::__function::__base*\29\20const -6944:std::__2::__function::__func\2c\20void\20\28int\2c\20SkSL::Variable\20const*\2c\20SkSL::Expression\20const*\29>::__clone\28\29\20const -6945:std::__2::__function::__func\2c\20void\20\28unsigned\20long\2c\20unsigned\20long\2c\20unsigned\20long\2c\20unsigned\20long\29>::operator\28\29\28unsigned\20long&&\2c\20unsigned\20long&&\2c\20unsigned\20long&&\2c\20unsigned\20long&&\29 -6946:std::__2::__function::__func\2c\20void\20\28unsigned\20long\2c\20unsigned\20long\2c\20unsigned\20long\2c\20unsigned\20long\29>::__clone\28std::__2::__function::__base*\29\20const -6947:std::__2::__function::__func\2c\20void\20\28unsigned\20long\2c\20unsigned\20long\2c\20unsigned\20long\2c\20unsigned\20long\29>::__clone\28\29\20const -6948:std::__2::__function::__func\2c\20void\20\28unsigned\20long\2c\20unsigned\20long\2c\20unsigned\20long\2c\20unsigned\20long\29>::__clone\28std::__2::__function::__base*\29\20const -6949:std::__2::__function::__func\2c\20void\20\28unsigned\20long\2c\20unsigned\20long\2c\20unsigned\20long\2c\20unsigned\20long\29>::__clone\28\29\20const -6950:std::__2::__function::__func\2c\20void\20\28SkVertices\20const*\2c\20SkBlendMode\2c\20SkPaint\20const&\2c\20float\2c\20float\2c\20bool\29>::operator\28\29\28SkVertices\20const*&&\2c\20SkBlendMode&&\2c\20SkPaint\20const&\2c\20float&&\2c\20float&&\2c\20bool&&\29 -6951:std::__2::__function::__func\2c\20void\20\28SkVertices\20const*\2c\20SkBlendMode\2c\20SkPaint\20const&\2c\20float\2c\20float\2c\20bool\29>::__clone\28std::__2::__function::__base*\29\20const -6952:std::__2::__function::__func\2c\20void\20\28SkVertices\20const*\2c\20SkBlendMode\2c\20SkPaint\20const&\2c\20float\2c\20float\2c\20bool\29>::__clone\28\29\20const -6953:std::__2::__function::__func\2c\20void\20\28SkIRect\20const&\29>::operator\28\29\28SkIRect\20const&\29 -6954:std::__2::__function::__func\2c\20void\20\28SkIRect\20const&\29>::__clone\28std::__2::__function::__base*\29\20const -6955:std::__2::__function::__func\2c\20void\20\28SkIRect\20const&\29>::__clone\28\29\20const -6956:std::__2::__function::__func\2c\20SkCodec::Result\20\28SkImageInfo\20const&\2c\20void*\2c\20unsigned\20long\2c\20SkCodec::Options\20const&\2c\20int\29>::operator\28\29\28SkImageInfo\20const&\2c\20void*&&\2c\20unsigned\20long&&\2c\20SkCodec::Options\20const&\2c\20int&&\29 -6957:std::__2::__function::__func\2c\20SkCodec::Result\20\28SkImageInfo\20const&\2c\20void*\2c\20unsigned\20long\2c\20SkCodec::Options\20const&\2c\20int\29>::__clone\28std::__2::__function::__base*\29\20const -6958:std::__2::__function::__func\2c\20SkCodec::Result\20\28SkImageInfo\20const&\2c\20void*\2c\20unsigned\20long\2c\20SkCodec::Options\20const&\2c\20int\29>::__clone\28\29\20const -6959:std::__2::__function::__func\2c\20GrSurfaceProxy::LazyCallbackResult\20\28GrResourceProvider*\2c\20GrSurfaceProxy::LazySurfaceDesc\20const&\29>::~__func\28\29_10057 -6960:std::__2::__function::__func\2c\20GrSurfaceProxy::LazyCallbackResult\20\28GrResourceProvider*\2c\20GrSurfaceProxy::LazySurfaceDesc\20const&\29>::~__func\28\29 -6961:std::__2::__function::__func\2c\20GrSurfaceProxy::LazyCallbackResult\20\28GrResourceProvider*\2c\20GrSurfaceProxy::LazySurfaceDesc\20const&\29>::operator\28\29\28GrResourceProvider*&&\2c\20GrSurfaceProxy::LazySurfaceDesc\20const&\29 -6962:std::__2::__function::__func\2c\20GrSurfaceProxy::LazyCallbackResult\20\28GrResourceProvider*\2c\20GrSurfaceProxy::LazySurfaceDesc\20const&\29>::destroy_deallocate\28\29 -6963:std::__2::__function::__func\2c\20GrSurfaceProxy::LazyCallbackResult\20\28GrResourceProvider*\2c\20GrSurfaceProxy::LazySurfaceDesc\20const&\29>::destroy\28\29 -6964:std::__2::__function::__func\2c\20GrSurfaceProxy::LazyCallbackResult\20\28GrResourceProvider*\2c\20GrSurfaceProxy::LazySurfaceDesc\20const&\29>::__clone\28std::__2::__function::__base*\29\20const -6965:std::__2::__function::__func\2c\20GrSurfaceProxy::LazyCallbackResult\20\28GrResourceProvider*\2c\20GrSurfaceProxy::LazySurfaceDesc\20const&\29>::__clone\28\29\20const -6966:std::__2::__function::__func\2c\20GrSurfaceProxy::LazyCallbackResult\20\28GrResourceProvider*\2c\20GrSurfaceProxy::LazySurfaceDesc\20const&\29>::~__func\28\29_9652 -6967:std::__2::__function::__func\2c\20GrSurfaceProxy::LazyCallbackResult\20\28GrResourceProvider*\2c\20GrSurfaceProxy::LazySurfaceDesc\20const&\29>::~__func\28\29 -6968:std::__2::__function::__func\2c\20GrSurfaceProxy::LazyCallbackResult\20\28GrResourceProvider*\2c\20GrSurfaceProxy::LazySurfaceDesc\20const&\29>::operator\28\29\28GrResourceProvider*&&\2c\20GrSurfaceProxy::LazySurfaceDesc\20const&\29 -6969:std::__2::__function::__func\2c\20GrSurfaceProxy::LazyCallbackResult\20\28GrResourceProvider*\2c\20GrSurfaceProxy::LazySurfaceDesc\20const&\29>::destroy_deallocate\28\29 -6970:std::__2::__function::__func\2c\20GrSurfaceProxy::LazyCallbackResult\20\28GrResourceProvider*\2c\20GrSurfaceProxy::LazySurfaceDesc\20const&\29>::destroy\28\29 -6971:std::__2::__function::__func\2c\20GrSurfaceProxy::LazyCallbackResult\20\28GrResourceProvider*\2c\20GrSurfaceProxy::LazySurfaceDesc\20const&\29>::__clone\28std::__2::__function::__base*\29\20const -6972:std::__2::__function::__func\2c\20GrSurfaceProxy::LazyCallbackResult\20\28GrResourceProvider*\2c\20GrSurfaceProxy::LazySurfaceDesc\20const&\29>::__clone\28\29\20const -6973:std::__2::__function::__func\2c\20GrSurfaceProxy::LazyCallbackResult\20\28GrResourceProvider*\2c\20GrSurfaceProxy::LazySurfaceDesc\20const&\29>::~__func\28\29_9659 -6974:std::__2::__function::__func\2c\20GrSurfaceProxy::LazyCallbackResult\20\28GrResourceProvider*\2c\20GrSurfaceProxy::LazySurfaceDesc\20const&\29>::~__func\28\29 -6975:std::__2::__function::__func\2c\20GrSurfaceProxy::LazyCallbackResult\20\28GrResourceProvider*\2c\20GrSurfaceProxy::LazySurfaceDesc\20const&\29>::operator\28\29\28GrResourceProvider*&&\2c\20GrSurfaceProxy::LazySurfaceDesc\20const&\29 -6976:std::__2::__function::__func\2c\20GrSurfaceProxy::LazyCallbackResult\20\28GrResourceProvider*\2c\20GrSurfaceProxy::LazySurfaceDesc\20const&\29>::destroy_deallocate\28\29 -6977:std::__2::__function::__func\2c\20GrSurfaceProxy::LazyCallbackResult\20\28GrResourceProvider*\2c\20GrSurfaceProxy::LazySurfaceDesc\20const&\29>::destroy\28\29 -6978:std::__2::__function::__func\2c\20GrSurfaceProxy::LazyCallbackResult\20\28GrResourceProvider*\2c\20GrSurfaceProxy::LazySurfaceDesc\20const&\29>::__clone\28std::__2::__function::__base*\29\20const -6979:std::__2::__function::__func\2c\20GrSurfaceProxy::LazyCallbackResult\20\28GrResourceProvider*\2c\20GrSurfaceProxy::LazySurfaceDesc\20const&\29>::__clone\28\29\20const -6980:std::__2::__function::__func&\29>&\2c\20bool\29::$_0\2c\20std::__2::allocator&\29>&\2c\20bool\29::$_0>\2c\20bool\20\28GrTextureProxy*\2c\20SkIRect\2c\20GrColorType\2c\20void\20const*\2c\20unsigned\20long\29>::operator\28\29\28GrTextureProxy*&&\2c\20SkIRect&&\2c\20GrColorType&&\2c\20void\20const*&&\2c\20unsigned\20long&&\29 -6981:std::__2::__function::__func&\29>&\2c\20bool\29::$_0\2c\20std::__2::allocator&\29>&\2c\20bool\29::$_0>\2c\20bool\20\28GrTextureProxy*\2c\20SkIRect\2c\20GrColorType\2c\20void\20const*\2c\20unsigned\20long\29>::__clone\28std::__2::__function::__base*\29\20const -6982:std::__2::__function::__func&\29>&\2c\20bool\29::$_0\2c\20std::__2::allocator&\29>&\2c\20bool\29::$_0>\2c\20bool\20\28GrTextureProxy*\2c\20SkIRect\2c\20GrColorType\2c\20void\20const*\2c\20unsigned\20long\29>::__clone\28\29\20const -6983:std::__2::__function::__func*\29::$_0\2c\20std::__2::allocator*\29::$_0>\2c\20void\20\28GrBackendTexture\29>::operator\28\29\28GrBackendTexture&&\29 -6984:std::__2::__function::__func*\29::$_0\2c\20std::__2::allocator*\29::$_0>\2c\20void\20\28GrBackendTexture\29>::__clone\28std::__2::__function::__base*\29\20const -6985:std::__2::__function::__func*\29::$_0\2c\20std::__2::allocator*\29::$_0>\2c\20void\20\28GrBackendTexture\29>::__clone\28\29\20const -6986:std::__2::__function::__func\2c\20void\20\28GrFragmentProcessor\20const&\2c\20GrFragmentProcessor::ProgramImpl&\29>::operator\28\29\28GrFragmentProcessor\20const&\2c\20GrFragmentProcessor::ProgramImpl&\29 -6987:std::__2::__function::__func\2c\20void\20\28GrFragmentProcessor\20const&\2c\20GrFragmentProcessor::ProgramImpl&\29>::__clone\28std::__2::__function::__base*\29\20const -6988:std::__2::__function::__func\2c\20void\20\28GrFragmentProcessor\20const&\2c\20GrFragmentProcessor::ProgramImpl&\29>::__clone\28\29\20const -6989:std::__2::__function::__func\2c\20void\20\28GrFragmentProcessor\20const&\2c\20GrFragmentProcessor::ProgramImpl&\29>::operator\28\29\28GrFragmentProcessor\20const&\2c\20GrFragmentProcessor::ProgramImpl&\29 -6990:std::__2::__function::__func\2c\20void\20\28GrFragmentProcessor\20const&\2c\20GrFragmentProcessor::ProgramImpl&\29>::__clone\28std::__2::__function::__base*\29\20const -6991:std::__2::__function::__func\2c\20void\20\28GrFragmentProcessor\20const&\2c\20GrFragmentProcessor::ProgramImpl&\29>::__clone\28\29\20const -6992:std::__2::__function::__func\2c\20void\20\28GrTextureEffect\20const&\29>::operator\28\29\28GrTextureEffect\20const&\29 -6993:std::__2::__function::__func\2c\20void\20\28GrTextureEffect\20const&\29>::__clone\28std::__2::__function::__base*\29\20const -6994:std::__2::__function::__func\2c\20void\20\28GrTextureEffect\20const&\29>::__clone\28\29\20const -6995:std::__2::__function::__func\2c\20void\20\28\29>::operator\28\29\28\29 -6996:std::__2::__function::__func\2c\20void\20\28\29>::__clone\28std::__2::__function::__base*\29\20const -6997:std::__2::__function::__func\2c\20void\20\28\29>::__clone\28\29\20const -6998:std::__2::__function::__func\20const&\29\20const::$_0\2c\20std::__2::allocator\20const&\29\20const::$_0>\2c\20void\20\28GrTextureEffect\20const&\29>::operator\28\29\28GrTextureEffect\20const&\29 -6999:std::__2::__function::__func\20const&\29\20const::$_0\2c\20std::__2::allocator\20const&\29\20const::$_0>\2c\20void\20\28GrTextureEffect\20const&\29>::__clone\28std::__2::__function::__base*\29\20const -7000:std::__2::__function::__func\20const&\29\20const::$_0\2c\20std::__2::allocator\20const&\29\20const::$_0>\2c\20void\20\28GrTextureEffect\20const&\29>::__clone\28\29\20const -7001:std::__2::__function::__func\2c\20GrSurfaceProxy::LazyCallbackResult\20\28GrResourceProvider*\2c\20GrSurfaceProxy::LazySurfaceDesc\20const&\29>::operator\28\29\28GrResourceProvider*&&\2c\20GrSurfaceProxy::LazySurfaceDesc\20const&\29 -7002:std::__2::__function::__func\2c\20GrSurfaceProxy::LazyCallbackResult\20\28GrResourceProvider*\2c\20GrSurfaceProxy::LazySurfaceDesc\20const&\29>::__clone\28std::__2::__function::__base*\29\20const -7003:std::__2::__function::__func\2c\20GrSurfaceProxy::LazyCallbackResult\20\28GrResourceProvider*\2c\20GrSurfaceProxy::LazySurfaceDesc\20const&\29>::__clone\28\29\20const -7004:std::__2::__function::__func&\29\2c\20std::__2::allocator&\29>\2c\20void\20\28std::__2::function&\29>::~__func\28\29_9153 -7005:std::__2::__function::__func&\29\2c\20std::__2::allocator&\29>\2c\20void\20\28std::__2::function&\29>::~__func\28\29 -7006:std::__2::__function::__func&\29\2c\20std::__2::allocator&\29>\2c\20void\20\28std::__2::function&\29>::__clone\28std::__2::__function::__base&\29>*\29\20const -7007:std::__2::__function::__func&\29\2c\20std::__2::allocator&\29>\2c\20void\20\28std::__2::function&\29>::__clone\28\29\20const -7008:std::__2::__function::__func\2c\20void\20\28std::__2::function&\29>::~__func\28\29_9160 -7009:std::__2::__function::__func\2c\20void\20\28std::__2::function&\29>::~__func\28\29 -7010:std::__2::__function::__func\2c\20void\20\28std::__2::function&\29>::__clone\28std::__2::__function::__base&\29>*\29\20const -7011:std::__2::__function::__func\2c\20void\20\28std::__2::function&\29>::__clone\28\29\20const -7012:std::__2::__function::__func&\29\2c\20std::__2::allocator&\29>\2c\20void\20\28std::__2::function&\29>::operator\28\29\28std::__2::function&\29 -7013:std::__2::__function::__func&\29\2c\20std::__2::allocator&\29>\2c\20void\20\28std::__2::function&\29>::__clone\28std::__2::__function::__base&\29>*\29\20const -7014:std::__2::__function::__func&\29\2c\20std::__2::allocator&\29>\2c\20void\20\28std::__2::function&\29>::__clone\28\29\20const -7015:std::__2::__function::__func\2c\20void\20\28int\2c\20skia::textlayout::Paragraph::VisitorInfo\20const*\29>::operator\28\29\28int&&\2c\20skia::textlayout::Paragraph::VisitorInfo\20const*&&\29 -7016:std::__2::__function::__func\2c\20void\20\28int\2c\20skia::textlayout::Paragraph::VisitorInfo\20const*\29>::__clone\28std::__2::__function::__base*\29\20const -7017:std::__2::__function::__func\2c\20void\20\28int\2c\20skia::textlayout::Paragraph::VisitorInfo\20const*\29>::__clone\28\29\20const -7018:start_pass_upsample -7019:start_pass_phuff_decoder -7020:start_pass_merged_upsample -7021:start_pass_main -7022:start_pass_huff_decoder -7023:start_pass_dpost -7024:start_pass_2_quant -7025:start_pass_1_quant -7026:start_pass -7027:start_output_pass -7028:start_input_pass_17107 -7029:srgb_to_hwb\28SkRGBA4f<\28SkAlphaType\292>\2c\20bool*\29 -7030:srgb_to_hsl\28SkRGBA4f<\28SkAlphaType\292>\2c\20bool*\29 -7031:srcover_p\28unsigned\20char\2c\20unsigned\20char\29 -7032:sn_write -7033:sktext::gpu::post_purge_blob_message\28unsigned\20int\2c\20unsigned\20int\29 -7034:sktext::gpu::TextBlob::~TextBlob\28\29_12756 -7035:sktext::gpu::TextBlob::~TextBlob\28\29 -7036:sktext::gpu::SubRun::~SubRun\28\29 -7037:sktext::gpu::SlugImpl::~SlugImpl\28\29_12640 -7038:sktext::gpu::SlugImpl::~SlugImpl\28\29 -7039:sktext::gpu::SlugImpl::sourceBounds\28\29\20const -7040:sktext::gpu::SlugImpl::sourceBoundsWithOrigin\28\29\20const -7041:sktext::gpu::SlugImpl::doFlatten\28SkWriteBuffer&\29\20const -7042:sktext::gpu::SDFMaskFilterImpl::getTypeName\28\29\20const -7043:sktext::gpu::SDFMaskFilterImpl::filterMask\28SkMaskBuilder*\2c\20SkMask\20const&\2c\20SkMatrix\20const&\2c\20SkIPoint*\29\20const -7044:sktext::gpu::SDFMaskFilterImpl::computeFastBounds\28SkRect\20const&\2c\20SkRect*\29\20const -7045:sktext::gpu::AtlasSubRun::~AtlasSubRun\28\29_12714 -7046:skip_variable -7047:skif::\28anonymous\20namespace\29::RasterBackend::~RasterBackend\28\29 -7048:skif::\28anonymous\20namespace\29::RasterBackend::makeImage\28SkIRect\20const&\2c\20sk_sp\29\20const -7049:skif::\28anonymous\20namespace\29::RasterBackend::makeDevice\28SkISize\2c\20sk_sp\2c\20SkSurfaceProps\20const*\29\20const -7050:skif::\28anonymous\20namespace\29::RasterBackend::getCachedBitmap\28SkBitmap\20const&\29\20const -7051:skif::\28anonymous\20namespace\29::RasterBackend::getBlurEngine\28\29\20const -7052:skif::\28anonymous\20namespace\29::GaneshBackend::~GaneshBackend\28\29_10854 -7053:skif::\28anonymous\20namespace\29::GaneshBackend::~GaneshBackend\28\29 -7054:skif::\28anonymous\20namespace\29::GaneshBackend::makeImage\28SkIRect\20const&\2c\20sk_sp\29\20const -7055:skif::\28anonymous\20namespace\29::GaneshBackend::makeDevice\28SkImageInfo\20const&\29\20const -7056:skif::\28anonymous\20namespace\29::GaneshBackend::makeDevice\28SkISize\2c\20sk_sp\2c\20SkSurfaceProps\20const*\29\20const -7057:skif::\28anonymous\20namespace\29::GaneshBackend::getCachedBitmap\28SkBitmap\20const&\29\20const -7058:skif::\28anonymous\20namespace\29::GaneshBackend::findAlgorithm\28SkSize\2c\20SkColorType\29\20const -7059:skia_png_zalloc -7060:skia_png_write_rows -7061:skia_png_write_info -7062:skia_png_write_end -7063:skia_png_user_version_check -7064:skia_png_set_text -7065:skia_png_set_sRGB -7066:skia_png_set_keep_unknown_chunks -7067:skia_png_set_iCCP -7068:skia_png_set_gray_to_rgb -7069:skia_png_set_filter -7070:skia_png_set_filler -7071:skia_png_read_update_info -7072:skia_png_read_info -7073:skia_png_read_image -7074:skia_png_read_end -7075:skia_png_push_fill_buffer -7076:skia_png_process_data -7077:skia_png_default_write_data -7078:skia_png_default_read_data -7079:skia_png_default_flush -7080:skia_png_create_read_struct -7081:skia::textlayout::TypefaceFontStyleSet::~TypefaceFontStyleSet\28\29_8125 -7082:skia::textlayout::TypefaceFontStyleSet::~TypefaceFontStyleSet\28\29 -7083:skia::textlayout::TypefaceFontStyleSet::getStyle\28int\2c\20SkFontStyle*\2c\20SkString*\29 -7084:skia::textlayout::TypefaceFontProvider::~TypefaceFontProvider\28\29_8118 -7085:skia::textlayout::TypefaceFontProvider::~TypefaceFontProvider\28\29 -7086:skia::textlayout::TypefaceFontProvider::onMatchFamily\28char\20const*\29\20const -7087:skia::textlayout::TypefaceFontProvider::onMatchFamilyStyle\28char\20const*\2c\20SkFontStyle\20const&\29\20const -7088:skia::textlayout::TypefaceFontProvider::onLegacyMakeTypeface\28char\20const*\2c\20SkFontStyle\29\20const -7089:skia::textlayout::TypefaceFontProvider::onGetFamilyName\28int\2c\20SkString*\29\20const -7090:skia::textlayout::TypefaceFontProvider::onCreateStyleSet\28int\29\20const -7091:skia::textlayout::TextLine::shapeEllipsis\28SkString\20const&\2c\20skia::textlayout::Cluster\20const*\29::ShapeHandler::~ShapeHandler\28\29_7968 -7092:skia::textlayout::TextLine::shapeEllipsis\28SkString\20const&\2c\20skia::textlayout::Cluster\20const*\29::ShapeHandler::~ShapeHandler\28\29 -7093:skia::textlayout::TextLine::shapeEllipsis\28SkString\20const&\2c\20skia::textlayout::Cluster\20const*\29::ShapeHandler::runBuffer\28SkShaper::RunHandler::RunInfo\20const&\29 -7094:skia::textlayout::TextLine::shapeEllipsis\28SkString\20const&\2c\20skia::textlayout::Cluster\20const*\29::ShapeHandler::commitRunBuffer\28SkShaper::RunHandler::RunInfo\20const&\29 -7095:skia::textlayout::PositionWithAffinity*\20emscripten::internal::raw_constructor\28\29 -7096:skia::textlayout::ParagraphImpl::~ParagraphImpl\28\29_7782 -7097:skia::textlayout::ParagraphImpl::visit\28std::__2::function\20const&\29 -7098:skia::textlayout::ParagraphImpl::updateTextAlign\28skia::textlayout::TextAlign\29 -7099:skia::textlayout::ParagraphImpl::updateForegroundPaint\28unsigned\20long\2c\20unsigned\20long\2c\20SkPaint\29 -7100:skia::textlayout::ParagraphImpl::updateFontSize\28unsigned\20long\2c\20unsigned\20long\2c\20float\29 -7101:skia::textlayout::ParagraphImpl::updateBackgroundPaint\28unsigned\20long\2c\20unsigned\20long\2c\20SkPaint\29 -7102:skia::textlayout::ParagraphImpl::unresolvedGlyphs\28\29 -7103:skia::textlayout::ParagraphImpl::unresolvedCodepoints\28\29 -7104:skia::textlayout::ParagraphImpl::paint\28skia::textlayout::ParagraphPainter*\2c\20float\2c\20float\29 -7105:skia::textlayout::ParagraphImpl::paint\28SkCanvas*\2c\20float\2c\20float\29 -7106:skia::textlayout::ParagraphImpl::markDirty\28\29 -7107:skia::textlayout::ParagraphImpl::lineNumber\28\29 -7108:skia::textlayout::ParagraphImpl::layout\28float\29 -7109:skia::textlayout::ParagraphImpl::getWordBoundary\28unsigned\20int\29 -7110:skia::textlayout::ParagraphImpl::getRectsForRange\28unsigned\20int\2c\20unsigned\20int\2c\20skia::textlayout::RectHeightStyle\2c\20skia::textlayout::RectWidthStyle\29 -7111:skia::textlayout::ParagraphImpl::getRectsForPlaceholders\28\29 -7112:skia::textlayout::ParagraphImpl::getPath\28int\2c\20SkPath*\29::$_0::operator\28\29\28skia::textlayout::Run\20const*\2c\20float\2c\20skia::textlayout::SkRange\2c\20float*\29\20const::'lambda'\28skia::textlayout::SkRange\2c\20skia::textlayout::TextStyle\20const&\2c\20skia::textlayout::TextLine::ClipContext\20const&\29::operator\28\29\28skia::textlayout::SkRange\2c\20skia::textlayout::TextStyle\20const&\2c\20skia::textlayout::TextLine::ClipContext\20const&\29\20const::'lambda'\28SkPath\20const*\2c\20SkMatrix\20const&\2c\20void*\29::__invoke\28SkPath\20const*\2c\20SkMatrix\20const&\2c\20void*\29 -7113:skia::textlayout::ParagraphImpl::getPath\28int\2c\20SkPath*\29 -7114:skia::textlayout::ParagraphImpl::getLineNumberAt\28unsigned\20long\29\20const -7115:skia::textlayout::ParagraphImpl::getLineNumberAtUTF16Offset\28unsigned\20long\29 -7116:skia::textlayout::ParagraphImpl::getLineMetrics\28std::__2::vector>&\29 -7117:skia::textlayout::ParagraphImpl::getLineMetricsAt\28int\2c\20skia::textlayout::LineMetrics*\29\20const -7118:skia::textlayout::ParagraphImpl::getGlyphPositionAtCoordinate\28float\2c\20float\29 -7119:skia::textlayout::ParagraphImpl::getFonts\28\29\20const -7120:skia::textlayout::ParagraphImpl::getFontAt\28unsigned\20long\29\20const -7121:skia::textlayout::ParagraphImpl::getFontAtUTF16Offset\28unsigned\20long\29 -7122:skia::textlayout::ParagraphImpl::getClosestUTF16GlyphInfoAt\28float\2c\20float\2c\20skia::textlayout::Paragraph::GlyphInfo*\29 -7123:skia::textlayout::ParagraphImpl::getClosestGlyphClusterAt\28float\2c\20float\2c\20skia::textlayout::Paragraph::GlyphClusterInfo*\29 -7124:skia::textlayout::ParagraphImpl::getActualTextRange\28int\2c\20bool\29\20const -7125:skia::textlayout::ParagraphImpl::extendedVisit\28std::__2::function\20const&\29 -7126:skia::textlayout::ParagraphImpl::containsEmoji\28SkTextBlob*\29 -7127:skia::textlayout::ParagraphImpl::containsColorFontOrBitmap\28SkTextBlob*\29::$_0::__invoke\28SkPath\20const*\2c\20SkMatrix\20const&\2c\20void*\29 -7128:skia::textlayout::ParagraphImpl::containsColorFontOrBitmap\28SkTextBlob*\29 -7129:skia::textlayout::ParagraphBuilderImpl::~ParagraphBuilderImpl\28\29_7722 -7130:skia::textlayout::ParagraphBuilderImpl::pushStyle\28skia::textlayout::TextStyle\20const&\29 -7131:skia::textlayout::ParagraphBuilderImpl::pop\28\29 -7132:skia::textlayout::ParagraphBuilderImpl::peekStyle\28\29 -7133:skia::textlayout::ParagraphBuilderImpl::getText\28\29 -7134:skia::textlayout::ParagraphBuilderImpl::getParagraphStyle\28\29\20const -7135:skia::textlayout::ParagraphBuilderImpl::addText\28std::__2::basic_string\2c\20std::__2::allocator>\20const&\29 -7136:skia::textlayout::ParagraphBuilderImpl::addText\28char\20const*\2c\20unsigned\20long\29 -7137:skia::textlayout::ParagraphBuilderImpl::addText\28char\20const*\29 -7138:skia::textlayout::ParagraphBuilderImpl::addPlaceholder\28skia::textlayout::PlaceholderStyle\20const&\29 -7139:skia::textlayout::ParagraphBuilderImpl::Reset\28\29 -7140:skia::textlayout::ParagraphBuilderImpl::RequiresClientICU\28\29 -7141:skia::textlayout::ParagraphBuilderImpl::Build\28\29 -7142:skia::textlayout::Paragraph::getMinIntrinsicWidth\28\29 -7143:skia::textlayout::Paragraph::getMaxWidth\28\29 -7144:skia::textlayout::Paragraph::getMaxIntrinsicWidth\28\29 -7145:skia::textlayout::Paragraph::getLongestLine\28\29 -7146:skia::textlayout::Paragraph::getIdeographicBaseline\28\29 -7147:skia::textlayout::Paragraph::getHeight\28\29 -7148:skia::textlayout::Paragraph::getAlphabeticBaseline\28\29 -7149:skia::textlayout::Paragraph::didExceedMaxLines\28\29 -7150:skia::textlayout::Paragraph::FontInfo::~FontInfo\28\29_7870 -7151:skia::textlayout::Paragraph::FontInfo::~FontInfo\28\29 -7152:skia::textlayout::OneLineShaper::~OneLineShaper\28\29_7648 -7153:skia::textlayout::OneLineShaper::runBuffer\28SkShaper::RunHandler::RunInfo\20const&\29 -7154:skia::textlayout::OneLineShaper::commitRunBuffer\28SkShaper::RunHandler::RunInfo\20const&\29 -7155:skia::textlayout::LangIterator::~LangIterator\28\29_7704 -7156:skia::textlayout::LangIterator::~LangIterator\28\29 -7157:skia::textlayout::LangIterator::endOfCurrentRun\28\29\20const -7158:skia::textlayout::LangIterator::currentLanguage\28\29\20const -7159:skia::textlayout::LangIterator::consume\28\29 -7160:skia::textlayout::LangIterator::atEnd\28\29\20const -7161:skia::textlayout::FontCollection::~FontCollection\28\29_7617 -7162:skia::textlayout::CanvasParagraphPainter::translate\28float\2c\20float\29 -7163:skia::textlayout::CanvasParagraphPainter::save\28\29 -7164:skia::textlayout::CanvasParagraphPainter::restore\28\29 -7165:skia::textlayout::CanvasParagraphPainter::drawTextShadow\28sk_sp\20const&\2c\20float\2c\20float\2c\20unsigned\20int\2c\20float\29 -7166:skia::textlayout::CanvasParagraphPainter::drawTextBlob\28sk_sp\20const&\2c\20float\2c\20float\2c\20std::__2::variant\20const&\29 -7167:skia::textlayout::CanvasParagraphPainter::drawRect\28SkRect\20const&\2c\20std::__2::variant\20const&\29 -7168:skia::textlayout::CanvasParagraphPainter::drawPath\28SkPath\20const&\2c\20skia::textlayout::ParagraphPainter::DecorationStyle\20const&\29 -7169:skia::textlayout::CanvasParagraphPainter::drawLine\28float\2c\20float\2c\20float\2c\20float\2c\20skia::textlayout::ParagraphPainter::DecorationStyle\20const&\29 -7170:skia::textlayout::CanvasParagraphPainter::drawFilledRect\28SkRect\20const&\2c\20skia::textlayout::ParagraphPainter::DecorationStyle\20const&\29 -7171:skia::textlayout::CanvasParagraphPainter::clipRect\28SkRect\20const&\29 -7172:skgpu::tess::FixedCountWedges::WriteVertexBuffer\28skgpu::VertexWriter\2c\20unsigned\20long\29 -7173:skgpu::tess::FixedCountWedges::WriteIndexBuffer\28skgpu::VertexWriter\2c\20unsigned\20long\29 -7174:skgpu::tess::FixedCountStrokes::WriteVertexBuffer\28skgpu::VertexWriter\2c\20unsigned\20long\29 -7175:skgpu::tess::FixedCountCurves::WriteVertexBuffer\28skgpu::VertexWriter\2c\20unsigned\20long\29 -7176:skgpu::tess::FixedCountCurves::WriteIndexBuffer\28skgpu::VertexWriter\2c\20unsigned\20long\29 -7177:skgpu::ganesh::texture_proxy_view_from_planes\28GrRecordingContext*\2c\20SkImage_Lazy\20const*\2c\20skgpu::Budgeted\29::$_0::__invoke\28void*\2c\20void*\29 -7178:skgpu::ganesh::\28anonymous\20namespace\29::SmallPathOp::~SmallPathOp\28\29_11731 -7179:skgpu::ganesh::\28anonymous\20namespace\29::SmallPathOp::visitProxies\28std::__2::function\20const&\29\20const -7180:skgpu::ganesh::\28anonymous\20namespace\29::SmallPathOp::onPrepareDraws\28GrMeshDrawTarget*\29 -7181:skgpu::ganesh::\28anonymous\20namespace\29::SmallPathOp::onExecute\28GrOpFlushState*\2c\20SkRect\20const&\29 -7182:skgpu::ganesh::\28anonymous\20namespace\29::SmallPathOp::onCombineIfPossible\28GrOp*\2c\20SkArenaAlloc*\2c\20GrCaps\20const&\29 -7183:skgpu::ganesh::\28anonymous\20namespace\29::SmallPathOp::name\28\29\20const -7184:skgpu::ganesh::\28anonymous\20namespace\29::SmallPathOp::fixedFunctionFlags\28\29\20const -7185:skgpu::ganesh::\28anonymous\20namespace\29::SmallPathOp::finalize\28GrCaps\20const&\2c\20GrAppliedClip\20const*\2c\20GrClampType\29 -7186:skgpu::ganesh::\28anonymous\20namespace\29::QuadEdgeEffect::name\28\29\20const -7187:skgpu::ganesh::\28anonymous\20namespace\29::QuadEdgeEffect::makeProgramImpl\28GrShaderCaps\20const&\29\20const::Impl::setData\28GrGLSLProgramDataManager\20const&\2c\20GrShaderCaps\20const&\2c\20GrGeometryProcessor\20const&\29 -7188:skgpu::ganesh::\28anonymous\20namespace\29::QuadEdgeEffect::makeProgramImpl\28GrShaderCaps\20const&\29\20const::Impl::onEmitCode\28GrGeometryProcessor::ProgramImpl::EmitArgs&\2c\20GrGeometryProcessor::ProgramImpl::GrGPArgs*\29 -7189:skgpu::ganesh::\28anonymous\20namespace\29::QuadEdgeEffect::makeProgramImpl\28GrShaderCaps\20const&\29\20const -7190:skgpu::ganesh::\28anonymous\20namespace\29::QuadEdgeEffect::addToKey\28GrShaderCaps\20const&\2c\20skgpu::KeyBuilder*\29\20const -7191:skgpu::ganesh::\28anonymous\20namespace\29::HullShader::~HullShader\28\29_11607 -7192:skgpu::ganesh::\28anonymous\20namespace\29::HullShader::~HullShader\28\29 -7193:skgpu::ganesh::\28anonymous\20namespace\29::HullShader::name\28\29\20const -7194:skgpu::ganesh::\28anonymous\20namespace\29::HullShader::makeProgramImpl\28GrShaderCaps\20const&\29\20const::Impl::emitVertexCode\28GrShaderCaps\20const&\2c\20GrPathTessellationShader\20const&\2c\20GrGLSLVertexBuilder*\2c\20GrGLSLVaryingHandler*\2c\20GrGeometryProcessor::ProgramImpl::GrGPArgs*\29 -7195:skgpu::ganesh::\28anonymous\20namespace\29::HullShader::makeProgramImpl\28GrShaderCaps\20const&\29\20const -7196:skgpu::ganesh::\28anonymous\20namespace\29::AAFlatteningConvexPathOp::~AAFlatteningConvexPathOp\28\29_11002 -7197:skgpu::ganesh::\28anonymous\20namespace\29::AAFlatteningConvexPathOp::~AAFlatteningConvexPathOp\28\29 -7198:skgpu::ganesh::\28anonymous\20namespace\29::AAFlatteningConvexPathOp::visitProxies\28std::__2::function\20const&\29\20const -7199:skgpu::ganesh::\28anonymous\20namespace\29::AAFlatteningConvexPathOp::onPrepareDraws\28GrMeshDrawTarget*\29 -7200:skgpu::ganesh::\28anonymous\20namespace\29::AAFlatteningConvexPathOp::onExecute\28GrOpFlushState*\2c\20SkRect\20const&\29 -7201:skgpu::ganesh::\28anonymous\20namespace\29::AAFlatteningConvexPathOp::onCreateProgramInfo\28GrCaps\20const*\2c\20SkArenaAlloc*\2c\20GrSurfaceProxyView\20const&\2c\20bool\2c\20GrAppliedClip&&\2c\20GrDstProxyView\20const&\2c\20GrXferBarrierFlags\2c\20GrLoadOp\29 -7202:skgpu::ganesh::\28anonymous\20namespace\29::AAFlatteningConvexPathOp::onCombineIfPossible\28GrOp*\2c\20SkArenaAlloc*\2c\20GrCaps\20const&\29 -7203:skgpu::ganesh::\28anonymous\20namespace\29::AAFlatteningConvexPathOp::name\28\29\20const -7204:skgpu::ganesh::\28anonymous\20namespace\29::AAFlatteningConvexPathOp::fixedFunctionFlags\28\29\20const -7205:skgpu::ganesh::\28anonymous\20namespace\29::AAFlatteningConvexPathOp::finalize\28GrCaps\20const&\2c\20GrAppliedClip\20const*\2c\20GrClampType\29 -7206:skgpu::ganesh::\28anonymous\20namespace\29::AAConvexPathOp::~AAConvexPathOp\28\29_10944 -7207:skgpu::ganesh::\28anonymous\20namespace\29::AAConvexPathOp::~AAConvexPathOp\28\29 -7208:skgpu::ganesh::\28anonymous\20namespace\29::AAConvexPathOp::visitProxies\28std::__2::function\20const&\29\20const -7209:skgpu::ganesh::\28anonymous\20namespace\29::AAConvexPathOp::onPrepareDraws\28GrMeshDrawTarget*\29 -7210:skgpu::ganesh::\28anonymous\20namespace\29::AAConvexPathOp::onExecute\28GrOpFlushState*\2c\20SkRect\20const&\29 -7211:skgpu::ganesh::\28anonymous\20namespace\29::AAConvexPathOp::onCreateProgramInfo\28GrCaps\20const*\2c\20SkArenaAlloc*\2c\20GrSurfaceProxyView\20const&\2c\20bool\2c\20GrAppliedClip&&\2c\20GrDstProxyView\20const&\2c\20GrXferBarrierFlags\2c\20GrLoadOp\29 -7212:skgpu::ganesh::\28anonymous\20namespace\29::AAConvexPathOp::onCombineIfPossible\28GrOp*\2c\20SkArenaAlloc*\2c\20GrCaps\20const&\29 -7213:skgpu::ganesh::\28anonymous\20namespace\29::AAConvexPathOp::name\28\29\20const -7214:skgpu::ganesh::\28anonymous\20namespace\29::AAConvexPathOp::finalize\28GrCaps\20const&\2c\20GrAppliedClip\20const*\2c\20GrClampType\29 -7215:skgpu::ganesh::TriangulatingPathRenderer::onDrawPath\28skgpu::ganesh::PathRenderer::DrawPathArgs\20const&\29 -7216:skgpu::ganesh::TriangulatingPathRenderer::onCanDrawPath\28skgpu::ganesh::PathRenderer::CanDrawPathArgs\20const&\29\20const -7217:skgpu::ganesh::TriangulatingPathRenderer::name\28\29\20const -7218:skgpu::ganesh::TessellationPathRenderer::onStencilPath\28skgpu::ganesh::PathRenderer::StencilPathArgs\20const&\29 -7219:skgpu::ganesh::TessellationPathRenderer::onGetStencilSupport\28GrStyledShape\20const&\29\20const -7220:skgpu::ganesh::TessellationPathRenderer::onDrawPath\28skgpu::ganesh::PathRenderer::DrawPathArgs\20const&\29 -7221:skgpu::ganesh::TessellationPathRenderer::onCanDrawPath\28skgpu::ganesh::PathRenderer::CanDrawPathArgs\20const&\29\20const -7222:skgpu::ganesh::TessellationPathRenderer::name\28\29\20const -7223:skgpu::ganesh::SurfaceDrawContext::willReplaceOpsTask\28skgpu::ganesh::OpsTask*\2c\20skgpu::ganesh::OpsTask*\29 -7224:skgpu::ganesh::SurfaceDrawContext::canDiscardPreviousOpsOnFullClear\28\29\20const -7225:skgpu::ganesh::SurfaceContext::~SurfaceContext\28\29_9124 -7226:skgpu::ganesh::SurfaceContext::asyncRescaleAndReadPixelsYUV420\28GrDirectContext*\2c\20SkYUVColorSpace\2c\20bool\2c\20sk_sp\2c\20SkIRect\20const&\2c\20SkISize\2c\20SkImage::RescaleGamma\2c\20SkImage::RescaleMode\2c\20void\20\28*\29\28void*\2c\20std::__2::unique_ptr>\29\2c\20void*\29::$_0::__invoke\28void*\29 -7227:skgpu::ganesh::SurfaceContext::asyncReadPixels\28GrDirectContext*\2c\20SkIRect\20const&\2c\20SkColorType\2c\20void\20\28*\29\28void*\2c\20std::__2::unique_ptr>\29\2c\20void*\29::$_0::__invoke\28void*\29 -7228:skgpu::ganesh::StrokeTessellateOp::~StrokeTessellateOp\28\29_11802 -7229:skgpu::ganesh::StrokeTessellateOp::~StrokeTessellateOp\28\29 -7230:skgpu::ganesh::StrokeTessellateOp::visitProxies\28std::__2::function\20const&\29\20const -7231:skgpu::ganesh::StrokeTessellateOp::usesStencil\28\29\20const -7232:skgpu::ganesh::StrokeTessellateOp::onPrepare\28GrOpFlushState*\29 -7233:skgpu::ganesh::StrokeTessellateOp::onPrePrepare\28GrRecordingContext*\2c\20GrSurfaceProxyView\20const&\2c\20GrAppliedClip*\2c\20GrDstProxyView\20const&\2c\20GrXferBarrierFlags\2c\20GrLoadOp\29 -7234:skgpu::ganesh::StrokeTessellateOp::onExecute\28GrOpFlushState*\2c\20SkRect\20const&\29 -7235:skgpu::ganesh::StrokeTessellateOp::onCombineIfPossible\28GrOp*\2c\20SkArenaAlloc*\2c\20GrCaps\20const&\29 -7236:skgpu::ganesh::StrokeTessellateOp::name\28\29\20const -7237:skgpu::ganesh::StrokeTessellateOp::finalize\28GrCaps\20const&\2c\20GrAppliedClip\20const*\2c\20GrClampType\29 -7238:skgpu::ganesh::StrokeRectOp::\28anonymous\20namespace\29::NonAAStrokeRectOp::~NonAAStrokeRectOp\28\29_11780 -7239:skgpu::ganesh::StrokeRectOp::\28anonymous\20namespace\29::NonAAStrokeRectOp::~NonAAStrokeRectOp\28\29 -7240:skgpu::ganesh::StrokeRectOp::\28anonymous\20namespace\29::NonAAStrokeRectOp::visitProxies\28std::__2::function\20const&\29\20const -7241:skgpu::ganesh::StrokeRectOp::\28anonymous\20namespace\29::NonAAStrokeRectOp::programInfo\28\29 -7242:skgpu::ganesh::StrokeRectOp::\28anonymous\20namespace\29::NonAAStrokeRectOp::onPrepareDraws\28GrMeshDrawTarget*\29 -7243:skgpu::ganesh::StrokeRectOp::\28anonymous\20namespace\29::NonAAStrokeRectOp::onExecute\28GrOpFlushState*\2c\20SkRect\20const&\29 -7244:skgpu::ganesh::StrokeRectOp::\28anonymous\20namespace\29::NonAAStrokeRectOp::onCreateProgramInfo\28GrCaps\20const*\2c\20SkArenaAlloc*\2c\20GrSurfaceProxyView\20const&\2c\20bool\2c\20GrAppliedClip&&\2c\20GrDstProxyView\20const&\2c\20GrXferBarrierFlags\2c\20GrLoadOp\29 -7245:skgpu::ganesh::StrokeRectOp::\28anonymous\20namespace\29::NonAAStrokeRectOp::name\28\29\20const -7246:skgpu::ganesh::StrokeRectOp::\28anonymous\20namespace\29::NonAAStrokeRectOp::finalize\28GrCaps\20const&\2c\20GrAppliedClip\20const*\2c\20GrClampType\29 -7247:skgpu::ganesh::StrokeRectOp::\28anonymous\20namespace\29::AAStrokeRectOp::~AAStrokeRectOp\28\29_11769 -7248:skgpu::ganesh::StrokeRectOp::\28anonymous\20namespace\29::AAStrokeRectOp::~AAStrokeRectOp\28\29 -7249:skgpu::ganesh::StrokeRectOp::\28anonymous\20namespace\29::AAStrokeRectOp::visitProxies\28std::__2::function\20const&\29\20const -7250:skgpu::ganesh::StrokeRectOp::\28anonymous\20namespace\29::AAStrokeRectOp::programInfo\28\29 -7251:skgpu::ganesh::StrokeRectOp::\28anonymous\20namespace\29::AAStrokeRectOp::onPrepareDraws\28GrMeshDrawTarget*\29 -7252:skgpu::ganesh::StrokeRectOp::\28anonymous\20namespace\29::AAStrokeRectOp::onExecute\28GrOpFlushState*\2c\20SkRect\20const&\29 -7253:skgpu::ganesh::StrokeRectOp::\28anonymous\20namespace\29::AAStrokeRectOp::onCreateProgramInfo\28GrCaps\20const*\2c\20SkArenaAlloc*\2c\20GrSurfaceProxyView\20const&\2c\20bool\2c\20GrAppliedClip&&\2c\20GrDstProxyView\20const&\2c\20GrXferBarrierFlags\2c\20GrLoadOp\29 -7254:skgpu::ganesh::StrokeRectOp::\28anonymous\20namespace\29::AAStrokeRectOp::onCombineIfPossible\28GrOp*\2c\20SkArenaAlloc*\2c\20GrCaps\20const&\29 -7255:skgpu::ganesh::StrokeRectOp::\28anonymous\20namespace\29::AAStrokeRectOp::name\28\29\20const -7256:skgpu::ganesh::StrokeRectOp::\28anonymous\20namespace\29::AAStrokeRectOp::finalize\28GrCaps\20const&\2c\20GrAppliedClip\20const*\2c\20GrClampType\29 -7257:skgpu::ganesh::StencilClip::~StencilClip\28\29_10145 -7258:skgpu::ganesh::StencilClip::~StencilClip\28\29 -7259:skgpu::ganesh::StencilClip::preApply\28SkRect\20const&\2c\20GrAA\29\20const -7260:skgpu::ganesh::StencilClip::getConservativeBounds\28\29\20const -7261:skgpu::ganesh::StencilClip::apply\28GrAppliedHardClip*\2c\20SkIRect*\29\20const -7262:skgpu::ganesh::SoftwarePathRenderer::onDrawPath\28skgpu::ganesh::PathRenderer::DrawPathArgs\20const&\29 -7263:skgpu::ganesh::SoftwarePathRenderer::onCanDrawPath\28skgpu::ganesh::PathRenderer::CanDrawPathArgs\20const&\29\20const -7264:skgpu::ganesh::SoftwarePathRenderer::name\28\29\20const -7265:skgpu::ganesh::SmallPathRenderer::onDrawPath\28skgpu::ganesh::PathRenderer::DrawPathArgs\20const&\29 -7266:skgpu::ganesh::SmallPathRenderer::onCanDrawPath\28skgpu::ganesh::PathRenderer::CanDrawPathArgs\20const&\29\20const -7267:skgpu::ganesh::SmallPathRenderer::name\28\29\20const -7268:skgpu::ganesh::SmallPathAtlasMgr::preFlush\28GrOnFlushResourceProvider*\29 -7269:skgpu::ganesh::SmallPathAtlasMgr::postFlush\28skgpu::AtlasToken\29 -7270:skgpu::ganesh::SmallPathAtlasMgr::evict\28skgpu::PlotLocator\29 -7271:skgpu::ganesh::RegionOp::\28anonymous\20namespace\29::RegionOpImpl::~RegionOpImpl\28\29_11678 -7272:skgpu::ganesh::RegionOp::\28anonymous\20namespace\29::RegionOpImpl::~RegionOpImpl\28\29 -7273:skgpu::ganesh::RegionOp::\28anonymous\20namespace\29::RegionOpImpl::visitProxies\28std::__2::function\20const&\29\20const -7274:skgpu::ganesh::RegionOp::\28anonymous\20namespace\29::RegionOpImpl::programInfo\28\29 -7275:skgpu::ganesh::RegionOp::\28anonymous\20namespace\29::RegionOpImpl::onPrepareDraws\28GrMeshDrawTarget*\29 -7276:skgpu::ganesh::RegionOp::\28anonymous\20namespace\29::RegionOpImpl::onExecute\28GrOpFlushState*\2c\20SkRect\20const&\29 -7277:skgpu::ganesh::RegionOp::\28anonymous\20namespace\29::RegionOpImpl::onCreateProgramInfo\28GrCaps\20const*\2c\20SkArenaAlloc*\2c\20GrSurfaceProxyView\20const&\2c\20bool\2c\20GrAppliedClip&&\2c\20GrDstProxyView\20const&\2c\20GrXferBarrierFlags\2c\20GrLoadOp\29 -7278:skgpu::ganesh::RegionOp::\28anonymous\20namespace\29::RegionOpImpl::onCombineIfPossible\28GrOp*\2c\20SkArenaAlloc*\2c\20GrCaps\20const&\29 -7279:skgpu::ganesh::RegionOp::\28anonymous\20namespace\29::RegionOpImpl::name\28\29\20const -7280:skgpu::ganesh::RegionOp::\28anonymous\20namespace\29::RegionOpImpl::finalize\28GrCaps\20const&\2c\20GrAppliedClip\20const*\2c\20GrClampType\29 -7281:skgpu::ganesh::QuadPerEdgeAA::\28anonymous\20namespace\29::write_quad_generic\28skgpu::VertexWriter*\2c\20skgpu::ganesh::QuadPerEdgeAA::VertexSpec\20const&\2c\20GrQuad\20const*\2c\20GrQuad\20const*\2c\20float\20const*\2c\20SkRGBA4f<\28SkAlphaType\292>\20const&\2c\20SkRect\20const&\2c\20SkRect\20const&\29 -7282:skgpu::ganesh::QuadPerEdgeAA::\28anonymous\20namespace\29::write_2d_uv_strict\28skgpu::VertexWriter*\2c\20skgpu::ganesh::QuadPerEdgeAA::VertexSpec\20const&\2c\20GrQuad\20const*\2c\20GrQuad\20const*\2c\20float\20const*\2c\20SkRGBA4f<\28SkAlphaType\292>\20const&\2c\20SkRect\20const&\2c\20SkRect\20const&\29 -7283:skgpu::ganesh::QuadPerEdgeAA::\28anonymous\20namespace\29::write_2d_uv\28skgpu::VertexWriter*\2c\20skgpu::ganesh::QuadPerEdgeAA::VertexSpec\20const&\2c\20GrQuad\20const*\2c\20GrQuad\20const*\2c\20float\20const*\2c\20SkRGBA4f<\28SkAlphaType\292>\20const&\2c\20SkRect\20const&\2c\20SkRect\20const&\29 -7284:skgpu::ganesh::QuadPerEdgeAA::\28anonymous\20namespace\29::write_2d_cov_uv_strict\28skgpu::VertexWriter*\2c\20skgpu::ganesh::QuadPerEdgeAA::VertexSpec\20const&\2c\20GrQuad\20const*\2c\20GrQuad\20const*\2c\20float\20const*\2c\20SkRGBA4f<\28SkAlphaType\292>\20const&\2c\20SkRect\20const&\2c\20SkRect\20const&\29 -7285:skgpu::ganesh::QuadPerEdgeAA::\28anonymous\20namespace\29::write_2d_cov_uv\28skgpu::VertexWriter*\2c\20skgpu::ganesh::QuadPerEdgeAA::VertexSpec\20const&\2c\20GrQuad\20const*\2c\20GrQuad\20const*\2c\20float\20const*\2c\20SkRGBA4f<\28SkAlphaType\292>\20const&\2c\20SkRect\20const&\2c\20SkRect\20const&\29 -7286:skgpu::ganesh::QuadPerEdgeAA::\28anonymous\20namespace\29::write_2d_color_uv_strict\28skgpu::VertexWriter*\2c\20skgpu::ganesh::QuadPerEdgeAA::VertexSpec\20const&\2c\20GrQuad\20const*\2c\20GrQuad\20const*\2c\20float\20const*\2c\20SkRGBA4f<\28SkAlphaType\292>\20const&\2c\20SkRect\20const&\2c\20SkRect\20const&\29 -7287:skgpu::ganesh::QuadPerEdgeAA::\28anonymous\20namespace\29::write_2d_color_uv\28skgpu::VertexWriter*\2c\20skgpu::ganesh::QuadPerEdgeAA::VertexSpec\20const&\2c\20GrQuad\20const*\2c\20GrQuad\20const*\2c\20float\20const*\2c\20SkRGBA4f<\28SkAlphaType\292>\20const&\2c\20SkRect\20const&\2c\20SkRect\20const&\29 -7288:skgpu::ganesh::QuadPerEdgeAA::\28anonymous\20namespace\29::write_2d_color\28skgpu::VertexWriter*\2c\20skgpu::ganesh::QuadPerEdgeAA::VertexSpec\20const&\2c\20GrQuad\20const*\2c\20GrQuad\20const*\2c\20float\20const*\2c\20SkRGBA4f<\28SkAlphaType\292>\20const&\2c\20SkRect\20const&\2c\20SkRect\20const&\29 -7289:skgpu::ganesh::QuadPerEdgeAA::QuadPerEdgeAAGeometryProcessor::~QuadPerEdgeAAGeometryProcessor\28\29_11667 -7290:skgpu::ganesh::QuadPerEdgeAA::QuadPerEdgeAAGeometryProcessor::~QuadPerEdgeAAGeometryProcessor\28\29 -7291:skgpu::ganesh::QuadPerEdgeAA::QuadPerEdgeAAGeometryProcessor::onTextureSampler\28int\29\20const -7292:skgpu::ganesh::QuadPerEdgeAA::QuadPerEdgeAAGeometryProcessor::name\28\29\20const -7293:skgpu::ganesh::QuadPerEdgeAA::QuadPerEdgeAAGeometryProcessor::makeProgramImpl\28GrShaderCaps\20const&\29\20const::Impl::setData\28GrGLSLProgramDataManager\20const&\2c\20GrShaderCaps\20const&\2c\20GrGeometryProcessor\20const&\29 -7294:skgpu::ganesh::QuadPerEdgeAA::QuadPerEdgeAAGeometryProcessor::makeProgramImpl\28GrShaderCaps\20const&\29\20const::Impl::onEmitCode\28GrGeometryProcessor::ProgramImpl::EmitArgs&\2c\20GrGeometryProcessor::ProgramImpl::GrGPArgs*\29 -7295:skgpu::ganesh::QuadPerEdgeAA::QuadPerEdgeAAGeometryProcessor::makeProgramImpl\28GrShaderCaps\20const&\29\20const -7296:skgpu::ganesh::QuadPerEdgeAA::QuadPerEdgeAAGeometryProcessor::addToKey\28GrShaderCaps\20const&\2c\20skgpu::KeyBuilder*\29\20const -7297:skgpu::ganesh::PathWedgeTessellator::prepare\28GrMeshDrawTarget*\2c\20SkMatrix\20const&\2c\20skgpu::ganesh::PathTessellator::PathDrawList\20const&\2c\20int\29 -7298:skgpu::ganesh::PathTessellator::~PathTessellator\28\29 -7299:skgpu::ganesh::PathTessellateOp::~PathTessellateOp\28\29_11642 -7300:skgpu::ganesh::PathTessellateOp::~PathTessellateOp\28\29 -7301:skgpu::ganesh::PathTessellateOp::visitProxies\28std::__2::function\20const&\29\20const -7302:skgpu::ganesh::PathTessellateOp::usesStencil\28\29\20const -7303:skgpu::ganesh::PathTessellateOp::onPrepare\28GrOpFlushState*\29 -7304:skgpu::ganesh::PathTessellateOp::onPrePrepare\28GrRecordingContext*\2c\20GrSurfaceProxyView\20const&\2c\20GrAppliedClip*\2c\20GrDstProxyView\20const&\2c\20GrXferBarrierFlags\2c\20GrLoadOp\29 -7305:skgpu::ganesh::PathTessellateOp::onExecute\28GrOpFlushState*\2c\20SkRect\20const&\29 -7306:skgpu::ganesh::PathTessellateOp::onCombineIfPossible\28GrOp*\2c\20SkArenaAlloc*\2c\20GrCaps\20const&\29 -7307:skgpu::ganesh::PathTessellateOp::name\28\29\20const -7308:skgpu::ganesh::PathTessellateOp::finalize\28GrCaps\20const&\2c\20GrAppliedClip\20const*\2c\20GrClampType\29 -7309:skgpu::ganesh::PathStencilCoverOp::~PathStencilCoverOp\28\29_11625 -7310:skgpu::ganesh::PathStencilCoverOp::~PathStencilCoverOp\28\29 -7311:skgpu::ganesh::PathStencilCoverOp::visitProxies\28std::__2::function\20const&\29\20const -7312:skgpu::ganesh::PathStencilCoverOp::onPrepare\28GrOpFlushState*\29 -7313:skgpu::ganesh::PathStencilCoverOp::onPrePrepare\28GrRecordingContext*\2c\20GrSurfaceProxyView\20const&\2c\20GrAppliedClip*\2c\20GrDstProxyView\20const&\2c\20GrXferBarrierFlags\2c\20GrLoadOp\29 -7314:skgpu::ganesh::PathStencilCoverOp::onExecute\28GrOpFlushState*\2c\20SkRect\20const&\29 -7315:skgpu::ganesh::PathStencilCoverOp::name\28\29\20const -7316:skgpu::ganesh::PathStencilCoverOp::fixedFunctionFlags\28\29\20const -7317:skgpu::ganesh::PathStencilCoverOp::finalize\28GrCaps\20const&\2c\20GrAppliedClip\20const*\2c\20GrClampType\29 -7318:skgpu::ganesh::PathRenderer::onStencilPath\28skgpu::ganesh::PathRenderer::StencilPathArgs\20const&\29 -7319:skgpu::ganesh::PathRenderer::onGetStencilSupport\28GrStyledShape\20const&\29\20const -7320:skgpu::ganesh::PathInnerTriangulateOp::~PathInnerTriangulateOp\28\29_11601 -7321:skgpu::ganesh::PathInnerTriangulateOp::~PathInnerTriangulateOp\28\29 -7322:skgpu::ganesh::PathInnerTriangulateOp::visitProxies\28std::__2::function\20const&\29\20const -7323:skgpu::ganesh::PathInnerTriangulateOp::onPrepare\28GrOpFlushState*\29 -7324:skgpu::ganesh::PathInnerTriangulateOp::onPrePrepare\28GrRecordingContext*\2c\20GrSurfaceProxyView\20const&\2c\20GrAppliedClip*\2c\20GrDstProxyView\20const&\2c\20GrXferBarrierFlags\2c\20GrLoadOp\29 -7325:skgpu::ganesh::PathInnerTriangulateOp::onExecute\28GrOpFlushState*\2c\20SkRect\20const&\29 -7326:skgpu::ganesh::PathInnerTriangulateOp::name\28\29\20const -7327:skgpu::ganesh::PathInnerTriangulateOp::fixedFunctionFlags\28\29\20const -7328:skgpu::ganesh::PathInnerTriangulateOp::finalize\28GrCaps\20const&\2c\20GrAppliedClip\20const*\2c\20GrClampType\29 -7329:skgpu::ganesh::PathCurveTessellator::prepare\28GrMeshDrawTarget*\2c\20SkMatrix\20const&\2c\20skgpu::ganesh::PathTessellator::PathDrawList\20const&\2c\20int\29 -7330:skgpu::ganesh::OpsTask::~OpsTask\28\29_11540 -7331:skgpu::ganesh::OpsTask::onPrepare\28GrOpFlushState*\29 -7332:skgpu::ganesh::OpsTask::onPrePrepare\28GrRecordingContext*\29 -7333:skgpu::ganesh::OpsTask::onMakeSkippable\28\29 -7334:skgpu::ganesh::OpsTask::onIsUsed\28GrSurfaceProxy*\29\20const -7335:skgpu::ganesh::OpsTask::gatherProxyIntervals\28GrResourceAllocator*\29\20const -7336:skgpu::ganesh::OpsTask::endFlush\28GrDrawingManager*\29 -7337:skgpu::ganesh::LatticeOp::\28anonymous\20namespace\29::NonAALatticeOp::~NonAALatticeOp\28\29_11512 -7338:skgpu::ganesh::LatticeOp::\28anonymous\20namespace\29::NonAALatticeOp::visitProxies\28std::__2::function\20const&\29\20const -7339:skgpu::ganesh::LatticeOp::\28anonymous\20namespace\29::NonAALatticeOp::onPrepareDraws\28GrMeshDrawTarget*\29 -7340:skgpu::ganesh::LatticeOp::\28anonymous\20namespace\29::NonAALatticeOp::onExecute\28GrOpFlushState*\2c\20SkRect\20const&\29 -7341:skgpu::ganesh::LatticeOp::\28anonymous\20namespace\29::NonAALatticeOp::onCreateProgramInfo\28GrCaps\20const*\2c\20SkArenaAlloc*\2c\20GrSurfaceProxyView\20const&\2c\20bool\2c\20GrAppliedClip&&\2c\20GrDstProxyView\20const&\2c\20GrXferBarrierFlags\2c\20GrLoadOp\29 -7342:skgpu::ganesh::LatticeOp::\28anonymous\20namespace\29::NonAALatticeOp::onCombineIfPossible\28GrOp*\2c\20SkArenaAlloc*\2c\20GrCaps\20const&\29 -7343:skgpu::ganesh::LatticeOp::\28anonymous\20namespace\29::NonAALatticeOp::name\28\29\20const -7344:skgpu::ganesh::LatticeOp::\28anonymous\20namespace\29::NonAALatticeOp::finalize\28GrCaps\20const&\2c\20GrAppliedClip\20const*\2c\20GrClampType\29 -7345:skgpu::ganesh::LatticeOp::\28anonymous\20namespace\29::LatticeGP::~LatticeGP\28\29_11524 -7346:skgpu::ganesh::LatticeOp::\28anonymous\20namespace\29::LatticeGP::~LatticeGP\28\29 -7347:skgpu::ganesh::LatticeOp::\28anonymous\20namespace\29::LatticeGP::onTextureSampler\28int\29\20const -7348:skgpu::ganesh::LatticeOp::\28anonymous\20namespace\29::LatticeGP::name\28\29\20const -7349:skgpu::ganesh::LatticeOp::\28anonymous\20namespace\29::LatticeGP::makeProgramImpl\28GrShaderCaps\20const&\29\20const::Impl::setData\28GrGLSLProgramDataManager\20const&\2c\20GrShaderCaps\20const&\2c\20GrGeometryProcessor\20const&\29 -7350:skgpu::ganesh::LatticeOp::\28anonymous\20namespace\29::LatticeGP::makeProgramImpl\28GrShaderCaps\20const&\29\20const::Impl::onEmitCode\28GrGeometryProcessor::ProgramImpl::EmitArgs&\2c\20GrGeometryProcessor::ProgramImpl::GrGPArgs*\29 -7351:skgpu::ganesh::LatticeOp::\28anonymous\20namespace\29::LatticeGP::makeProgramImpl\28GrShaderCaps\20const&\29\20const -7352:skgpu::ganesh::LatticeOp::\28anonymous\20namespace\29::LatticeGP::addToKey\28GrShaderCaps\20const&\2c\20skgpu::KeyBuilder*\29\20const -7353:skgpu::ganesh::FillRRectOp::\28anonymous\20namespace\29::FillRRectOpImpl::~FillRRectOpImpl\28\29_11300 -7354:skgpu::ganesh::FillRRectOp::\28anonymous\20namespace\29::FillRRectOpImpl::~FillRRectOpImpl\28\29 -7355:skgpu::ganesh::FillRRectOp::\28anonymous\20namespace\29::FillRRectOpImpl::visitProxies\28std::__2::function\20const&\29\20const -7356:skgpu::ganesh::FillRRectOp::\28anonymous\20namespace\29::FillRRectOpImpl::onPrepareDraws\28GrMeshDrawTarget*\29 -7357:skgpu::ganesh::FillRRectOp::\28anonymous\20namespace\29::FillRRectOpImpl::onExecute\28GrOpFlushState*\2c\20SkRect\20const&\29 -7358:skgpu::ganesh::FillRRectOp::\28anonymous\20namespace\29::FillRRectOpImpl::onCreateProgramInfo\28GrCaps\20const*\2c\20SkArenaAlloc*\2c\20GrSurfaceProxyView\20const&\2c\20bool\2c\20GrAppliedClip&&\2c\20GrDstProxyView\20const&\2c\20GrXferBarrierFlags\2c\20GrLoadOp\29 -7359:skgpu::ganesh::FillRRectOp::\28anonymous\20namespace\29::FillRRectOpImpl::onCombineIfPossible\28GrOp*\2c\20SkArenaAlloc*\2c\20GrCaps\20const&\29 -7360:skgpu::ganesh::FillRRectOp::\28anonymous\20namespace\29::FillRRectOpImpl::name\28\29\20const -7361:skgpu::ganesh::FillRRectOp::\28anonymous\20namespace\29::FillRRectOpImpl::finalize\28GrCaps\20const&\2c\20GrAppliedClip\20const*\2c\20GrClampType\29 -7362:skgpu::ganesh::FillRRectOp::\28anonymous\20namespace\29::FillRRectOpImpl::clipToShape\28skgpu::ganesh::SurfaceDrawContext*\2c\20SkClipOp\2c\20SkMatrix\20const&\2c\20GrShape\20const&\2c\20GrAA\29 -7363:skgpu::ganesh::FillRRectOp::\28anonymous\20namespace\29::FillRRectOpImpl::Processor::~Processor\28\29_11317 -7364:skgpu::ganesh::FillRRectOp::\28anonymous\20namespace\29::FillRRectOpImpl::Processor::~Processor\28\29 -7365:skgpu::ganesh::FillRRectOp::\28anonymous\20namespace\29::FillRRectOpImpl::Processor::name\28\29\20const -7366:skgpu::ganesh::FillRRectOp::\28anonymous\20namespace\29::FillRRectOpImpl::Processor::makeProgramImpl\28GrShaderCaps\20const&\29\20const -7367:skgpu::ganesh::FillRRectOp::\28anonymous\20namespace\29::FillRRectOpImpl::Processor::addToKey\28GrShaderCaps\20const&\2c\20skgpu::KeyBuilder*\29\20const -7368:skgpu::ganesh::FillRRectOp::\28anonymous\20namespace\29::FillRRectOpImpl::Processor::Impl::onEmitCode\28GrGeometryProcessor::ProgramImpl::EmitArgs&\2c\20GrGeometryProcessor::ProgramImpl::GrGPArgs*\29 -7369:skgpu::ganesh::DrawableOp::~DrawableOp\28\29_11290 -7370:skgpu::ganesh::DrawableOp::~DrawableOp\28\29 -7371:skgpu::ganesh::DrawableOp::onExecute\28GrOpFlushState*\2c\20SkRect\20const&\29 -7372:skgpu::ganesh::DrawableOp::name\28\29\20const -7373:skgpu::ganesh::DrawAtlasPathOp::~DrawAtlasPathOp\28\29_11193 -7374:skgpu::ganesh::DrawAtlasPathOp::~DrawAtlasPathOp\28\29 -7375:skgpu::ganesh::DrawAtlasPathOp::visitProxies\28std::__2::function\20const&\29\20const -7376:skgpu::ganesh::DrawAtlasPathOp::onPrepare\28GrOpFlushState*\29 -7377:skgpu::ganesh::DrawAtlasPathOp::onPrePrepare\28GrRecordingContext*\2c\20GrSurfaceProxyView\20const&\2c\20GrAppliedClip*\2c\20GrDstProxyView\20const&\2c\20GrXferBarrierFlags\2c\20GrLoadOp\29 -7378:skgpu::ganesh::DrawAtlasPathOp::onExecute\28GrOpFlushState*\2c\20SkRect\20const&\29 -7379:skgpu::ganesh::DrawAtlasPathOp::onCombineIfPossible\28GrOp*\2c\20SkArenaAlloc*\2c\20GrCaps\20const&\29 -7380:skgpu::ganesh::DrawAtlasPathOp::name\28\29\20const -7381:skgpu::ganesh::DrawAtlasPathOp::finalize\28GrCaps\20const&\2c\20GrAppliedClip\20const*\2c\20GrClampType\29 -7382:skgpu::ganesh::Device::~Device\28\29_8744 -7383:skgpu::ganesh::Device::~Device\28\29 -7384:skgpu::ganesh::Device::strikeDeviceInfo\28\29\20const -7385:skgpu::ganesh::Device::snapSpecial\28SkIRect\20const&\2c\20bool\29 -7386:skgpu::ganesh::Device::snapSpecialScaled\28SkIRect\20const&\2c\20SkISize\20const&\29 -7387:skgpu::ganesh::Device::replaceClip\28SkIRect\20const&\29 -7388:skgpu::ganesh::Device::pushClipStack\28\29 -7389:skgpu::ganesh::Device::popClipStack\28\29 -7390:skgpu::ganesh::Device::onWritePixels\28SkPixmap\20const&\2c\20int\2c\20int\29 -7391:skgpu::ganesh::Device::onReadPixels\28SkPixmap\20const&\2c\20int\2c\20int\29 -7392:skgpu::ganesh::Device::onDrawGlyphRunList\28SkCanvas*\2c\20sktext::GlyphRunList\20const&\2c\20SkPaint\20const&\29 -7393:skgpu::ganesh::Device::onClipShader\28sk_sp\29 -7394:skgpu::ganesh::Device::makeSurface\28SkImageInfo\20const&\2c\20SkSurfaceProps\20const&\29 -7395:skgpu::ganesh::Device::isClipWideOpen\28\29\20const -7396:skgpu::ganesh::Device::isClipRect\28\29\20const -7397:skgpu::ganesh::Device::isClipEmpty\28\29\20const -7398:skgpu::ganesh::Device::isClipAntiAliased\28\29\20const -7399:skgpu::ganesh::Device::drawVertices\28SkVertices\20const*\2c\20sk_sp\2c\20SkPaint\20const&\2c\20bool\29 -7400:skgpu::ganesh::Device::drawSpecial\28SkSpecialImage*\2c\20SkMatrix\20const&\2c\20SkSamplingOptions\20const&\2c\20SkPaint\20const&\2c\20SkCanvas::SrcRectConstraint\29 -7401:skgpu::ganesh::Device::drawSlug\28SkCanvas*\2c\20sktext::gpu::Slug\20const*\2c\20SkPaint\20const&\29 -7402:skgpu::ganesh::Device::drawShadow\28SkCanvas*\2c\20SkPath\20const&\2c\20SkDrawShadowRec\20const&\29 -7403:skgpu::ganesh::Device::drawRegion\28SkRegion\20const&\2c\20SkPaint\20const&\29 -7404:skgpu::ganesh::Device::drawRect\28SkRect\20const&\2c\20SkPaint\20const&\29 -7405:skgpu::ganesh::Device::drawPoints\28SkCanvas::PointMode\2c\20SkSpan\2c\20SkPaint\20const&\29 -7406:skgpu::ganesh::Device::drawPaint\28SkPaint\20const&\29 -7407:skgpu::ganesh::Device::drawOval\28SkRect\20const&\2c\20SkPaint\20const&\29 -7408:skgpu::ganesh::Device::drawMesh\28SkMesh\20const&\2c\20sk_sp\2c\20SkPaint\20const&\29 -7409:skgpu::ganesh::Device::drawImageRect\28SkImage\20const*\2c\20SkRect\20const*\2c\20SkRect\20const&\2c\20SkSamplingOptions\20const&\2c\20SkPaint\20const&\2c\20SkCanvas::SrcRectConstraint\29 -7410:skgpu::ganesh::Device::drawImageLattice\28SkImage\20const*\2c\20SkCanvas::Lattice\20const&\2c\20SkRect\20const&\2c\20SkFilterMode\2c\20SkPaint\20const&\29 -7411:skgpu::ganesh::Device::drawEdgeAAQuad\28SkRect\20const&\2c\20SkPoint\20const*\2c\20SkCanvas::QuadAAFlags\2c\20SkRGBA4f<\28SkAlphaType\293>\20const&\2c\20SkBlendMode\29 -7412:skgpu::ganesh::Device::drawEdgeAAImageSet\28SkCanvas::ImageSetEntry\20const*\2c\20int\2c\20SkPoint\20const*\2c\20SkMatrix\20const*\2c\20SkSamplingOptions\20const&\2c\20SkPaint\20const&\2c\20SkCanvas::SrcRectConstraint\29 -7413:skgpu::ganesh::Device::drawDrawable\28SkCanvas*\2c\20SkDrawable*\2c\20SkMatrix\20const*\29 -7414:skgpu::ganesh::Device::drawDevice\28SkDevice*\2c\20SkSamplingOptions\20const&\2c\20SkPaint\20const&\29 -7415:skgpu::ganesh::Device::drawDRRect\28SkRRect\20const&\2c\20SkRRect\20const&\2c\20SkPaint\20const&\29 -7416:skgpu::ganesh::Device::drawCoverageMask\28SkSpecialImage\20const*\2c\20SkMatrix\20const&\2c\20SkSamplingOptions\20const&\2c\20SkPaint\20const&\29 -7417:skgpu::ganesh::Device::drawBlurredRRect\28SkRRect\20const&\2c\20SkPaint\20const&\2c\20float\29 -7418:skgpu::ganesh::Device::drawAtlas\28SkSpan\2c\20SkSpan\2c\20SkSpan\2c\20sk_sp\2c\20SkPaint\20const&\29 -7419:skgpu::ganesh::Device::drawAsTiledImageRect\28SkCanvas*\2c\20SkImage\20const*\2c\20SkRect\20const*\2c\20SkRect\20const&\2c\20SkSamplingOptions\20const&\2c\20SkPaint\20const&\2c\20SkCanvas::SrcRectConstraint\29 -7420:skgpu::ganesh::Device::drawArc\28SkArc\20const&\2c\20SkPaint\20const&\29 -7421:skgpu::ganesh::Device::devClipBounds\28\29\20const -7422:skgpu::ganesh::Device::createImageFilteringBackend\28SkSurfaceProps\20const&\2c\20SkColorType\29\20const -7423:skgpu::ganesh::Device::createDevice\28SkDevice::CreateInfo\20const&\2c\20SkPaint\20const*\29 -7424:skgpu::ganesh::Device::convertGlyphRunListToSlug\28sktext::GlyphRunList\20const&\2c\20SkPaint\20const&\29 -7425:skgpu::ganesh::Device::clipRegion\28SkRegion\20const&\2c\20SkClipOp\29 -7426:skgpu::ganesh::Device::clipRect\28SkRect\20const&\2c\20SkClipOp\2c\20bool\29 -7427:skgpu::ganesh::Device::clipRRect\28SkRRect\20const&\2c\20SkClipOp\2c\20bool\29 -7428:skgpu::ganesh::Device::clipPath\28SkPath\20const&\2c\20SkClipOp\2c\20bool\29 -7429:skgpu::ganesh::Device::baseRecorder\28\29\20const -7430:skgpu::ganesh::Device::android_utils_clipWithStencil\28\29 -7431:skgpu::ganesh::DefaultPathRenderer::onStencilPath\28skgpu::ganesh::PathRenderer::StencilPathArgs\20const&\29 -7432:skgpu::ganesh::DefaultPathRenderer::onGetStencilSupport\28GrStyledShape\20const&\29\20const -7433:skgpu::ganesh::DefaultPathRenderer::onDrawPath\28skgpu::ganesh::PathRenderer::DrawPathArgs\20const&\29 -7434:skgpu::ganesh::DefaultPathRenderer::onCanDrawPath\28skgpu::ganesh::PathRenderer::CanDrawPathArgs\20const&\29\20const -7435:skgpu::ganesh::DefaultPathRenderer::name\28\29\20const -7436:skgpu::ganesh::DashOp::\28anonymous\20namespace\29::DashingLineEffect::name\28\29\20const -7437:skgpu::ganesh::DashOp::\28anonymous\20namespace\29::DashingLineEffect::makeProgramImpl\28GrShaderCaps\20const&\29\20const -7438:skgpu::ganesh::DashOp::\28anonymous\20namespace\29::DashingLineEffect::Impl::setData\28GrGLSLProgramDataManager\20const&\2c\20GrShaderCaps\20const&\2c\20GrGeometryProcessor\20const&\29 -7439:skgpu::ganesh::DashOp::\28anonymous\20namespace\29::DashingLineEffect::Impl::onEmitCode\28GrGeometryProcessor::ProgramImpl::EmitArgs&\2c\20GrGeometryProcessor::ProgramImpl::GrGPArgs*\29 -7440:skgpu::ganesh::DashOp::\28anonymous\20namespace\29::DashingCircleEffect::name\28\29\20const -7441:skgpu::ganesh::DashOp::\28anonymous\20namespace\29::DashingCircleEffect::makeProgramImpl\28GrShaderCaps\20const&\29\20const -7442:skgpu::ganesh::DashOp::\28anonymous\20namespace\29::DashingCircleEffect::Impl::setData\28GrGLSLProgramDataManager\20const&\2c\20GrShaderCaps\20const&\2c\20GrGeometryProcessor\20const&\29 -7443:skgpu::ganesh::DashOp::\28anonymous\20namespace\29::DashingCircleEffect::Impl::onEmitCode\28GrGeometryProcessor::ProgramImpl::EmitArgs&\2c\20GrGeometryProcessor::ProgramImpl::GrGPArgs*\29 -7444:skgpu::ganesh::DashOp::\28anonymous\20namespace\29::DashOpImpl::~DashOpImpl\28\29_11116 -7445:skgpu::ganesh::DashOp::\28anonymous\20namespace\29::DashOpImpl::~DashOpImpl\28\29 -7446:skgpu::ganesh::DashOp::\28anonymous\20namespace\29::DashOpImpl::visitProxies\28std::__2::function\20const&\29\20const -7447:skgpu::ganesh::DashOp::\28anonymous\20namespace\29::DashOpImpl::programInfo\28\29 -7448:skgpu::ganesh::DashOp::\28anonymous\20namespace\29::DashOpImpl::onPrepareDraws\28GrMeshDrawTarget*\29 -7449:skgpu::ganesh::DashOp::\28anonymous\20namespace\29::DashOpImpl::onExecute\28GrOpFlushState*\2c\20SkRect\20const&\29 -7450:skgpu::ganesh::DashOp::\28anonymous\20namespace\29::DashOpImpl::onCreateProgramInfo\28GrCaps\20const*\2c\20SkArenaAlloc*\2c\20GrSurfaceProxyView\20const&\2c\20bool\2c\20GrAppliedClip&&\2c\20GrDstProxyView\20const&\2c\20GrXferBarrierFlags\2c\20GrLoadOp\29 -7451:skgpu::ganesh::DashOp::\28anonymous\20namespace\29::DashOpImpl::onCombineIfPossible\28GrOp*\2c\20SkArenaAlloc*\2c\20GrCaps\20const&\29 -7452:skgpu::ganesh::DashOp::\28anonymous\20namespace\29::DashOpImpl::name\28\29\20const -7453:skgpu::ganesh::DashOp::\28anonymous\20namespace\29::DashOpImpl::fixedFunctionFlags\28\29\20const -7454:skgpu::ganesh::DashOp::\28anonymous\20namespace\29::DashOpImpl::finalize\28GrCaps\20const&\2c\20GrAppliedClip\20const*\2c\20GrClampType\29 -7455:skgpu::ganesh::DashLinePathRenderer::onDrawPath\28skgpu::ganesh::PathRenderer::DrawPathArgs\20const&\29 -7456:skgpu::ganesh::DashLinePathRenderer::onCanDrawPath\28skgpu::ganesh::PathRenderer::CanDrawPathArgs\20const&\29\20const -7457:skgpu::ganesh::DashLinePathRenderer::name\28\29\20const -7458:skgpu::ganesh::ClipStack::~ClipStack\28\29_8706 -7459:skgpu::ganesh::ClipStack::preApply\28SkRect\20const&\2c\20GrAA\29\20const -7460:skgpu::ganesh::ClipStack::apply\28GrRecordingContext*\2c\20skgpu::ganesh::SurfaceDrawContext*\2c\20GrDrawOp*\2c\20GrAAType\2c\20GrAppliedClip*\2c\20SkRect*\29\20const -7461:skgpu::ganesh::ClearOp::~ClearOp\28\29 -7462:skgpu::ganesh::ClearOp::onExecute\28GrOpFlushState*\2c\20SkRect\20const&\29 -7463:skgpu::ganesh::ClearOp::onCombineIfPossible\28GrOp*\2c\20SkArenaAlloc*\2c\20GrCaps\20const&\29 -7464:skgpu::ganesh::ClearOp::name\28\29\20const -7465:skgpu::ganesh::AtlasTextOp::~AtlasTextOp\28\29_11088 -7466:skgpu::ganesh::AtlasTextOp::~AtlasTextOp\28\29 -7467:skgpu::ganesh::AtlasTextOp::visitProxies\28std::__2::function\20const&\29\20const -7468:skgpu::ganesh::AtlasTextOp::onPrepareDraws\28GrMeshDrawTarget*\29 -7469:skgpu::ganesh::AtlasTextOp::onExecute\28GrOpFlushState*\2c\20SkRect\20const&\29 -7470:skgpu::ganesh::AtlasTextOp::onCombineIfPossible\28GrOp*\2c\20SkArenaAlloc*\2c\20GrCaps\20const&\29 -7471:skgpu::ganesh::AtlasTextOp::name\28\29\20const -7472:skgpu::ganesh::AtlasTextOp::finalize\28GrCaps\20const&\2c\20GrAppliedClip\20const*\2c\20GrClampType\29 -7473:skgpu::ganesh::AtlasRenderTask::~AtlasRenderTask\28\29_11068 -7474:skgpu::ganesh::AtlasRenderTask::~AtlasRenderTask\28\29 -7475:skgpu::ganesh::AtlasRenderTask::onMakeClosed\28GrRecordingContext*\2c\20SkIRect*\29 -7476:skgpu::ganesh::AtlasRenderTask::onExecute\28GrOpFlushState*\29 -7477:skgpu::ganesh::AtlasPathRenderer::~AtlasPathRenderer\28\29_11032 -7478:skgpu::ganesh::AtlasPathRenderer::~AtlasPathRenderer\28\29 -7479:skgpu::ganesh::AtlasPathRenderer::onDrawPath\28skgpu::ganesh::PathRenderer::DrawPathArgs\20const&\29 -7480:skgpu::ganesh::AtlasPathRenderer::onCanDrawPath\28skgpu::ganesh::PathRenderer::CanDrawPathArgs\20const&\29\20const -7481:skgpu::ganesh::AtlasPathRenderer::name\28\29\20const -7482:skgpu::ganesh::AALinearizingConvexPathRenderer::onDrawPath\28skgpu::ganesh::PathRenderer::DrawPathArgs\20const&\29 -7483:skgpu::ganesh::AALinearizingConvexPathRenderer::onCanDrawPath\28skgpu::ganesh::PathRenderer::CanDrawPathArgs\20const&\29\20const -7484:skgpu::ganesh::AALinearizingConvexPathRenderer::name\28\29\20const -7485:skgpu::ganesh::AAHairLinePathRenderer::onDrawPath\28skgpu::ganesh::PathRenderer::DrawPathArgs\20const&\29 -7486:skgpu::ganesh::AAHairLinePathRenderer::onCanDrawPath\28skgpu::ganesh::PathRenderer::CanDrawPathArgs\20const&\29\20const -7487:skgpu::ganesh::AAHairLinePathRenderer::name\28\29\20const -7488:skgpu::ganesh::AAConvexPathRenderer::onDrawPath\28skgpu::ganesh::PathRenderer::DrawPathArgs\20const&\29 -7489:skgpu::ganesh::AAConvexPathRenderer::onCanDrawPath\28skgpu::ganesh::PathRenderer::CanDrawPathArgs\20const&\29\20const -7490:skgpu::ganesh::AAConvexPathRenderer::name\28\29\20const -7491:skgpu::TAsyncReadResult::~TAsyncReadResult\28\29_10189 -7492:skgpu::TAsyncReadResult::rowBytes\28int\29\20const -7493:skgpu::TAsyncReadResult::data\28int\29\20const -7494:skgpu::StringKeyBuilder::~StringKeyBuilder\28\29_9619 -7495:skgpu::StringKeyBuilder::~StringKeyBuilder\28\29 -7496:skgpu::StringKeyBuilder::appendComment\28char\20const*\29 -7497:skgpu::StringKeyBuilder::addBits\28unsigned\20int\2c\20unsigned\20int\2c\20std::__2::basic_string_view>\29 -7498:skgpu::ShaderErrorHandler::compileError\28char\20const*\2c\20char\20const*\2c\20bool\29 -7499:skgpu::RectanizerSkyline::~RectanizerSkyline\28\29_12566 -7500:skgpu::RectanizerSkyline::~RectanizerSkyline\28\29 -7501:skgpu::RectanizerSkyline::reset\28\29 -7502:skgpu::RectanizerSkyline::percentFull\28\29\20const -7503:skgpu::RectanizerPow2::reset\28\29 -7504:skgpu::RectanizerPow2::percentFull\28\29\20const -7505:skgpu::RectanizerPow2::addRect\28int\2c\20int\2c\20SkIPoint16*\29 -7506:skgpu::Plot::~Plot\28\29_12541 -7507:skgpu::Plot::~Plot\28\29 -7508:skgpu::KeyBuilder::~KeyBuilder\28\29 -7509:skgpu::KeyBuilder::addBits\28unsigned\20int\2c\20unsigned\20int\2c\20std::__2::basic_string_view>\29 -7510:skgpu::DefaultShaderErrorHandler\28\29::DefaultShaderErrorHandler::compileError\28char\20const*\2c\20char\20const*\29 -7511:sk_write_fn\28png_struct_def*\2c\20unsigned\20char*\2c\20unsigned\20long\29 -7512:sk_sp*\20emscripten::internal::MemberAccess>::getWire\28sk_sp\20SimpleImageInfo::*\20const&\2c\20SimpleImageInfo&\29 -7513:sk_read_user_chunk\28png_struct_def*\2c\20png_unknown_chunk_t*\29 -7514:sk_mmap_releaseproc\28void\20const*\2c\20void*\29 -7515:sk_ft_stream_io\28FT_StreamRec_*\2c\20unsigned\20long\2c\20unsigned\20char*\2c\20unsigned\20long\29 -7516:sk_ft_realloc\28FT_MemoryRec_*\2c\20long\2c\20long\2c\20void*\29 -7517:sk_ft_free\28FT_MemoryRec_*\2c\20void*\29 -7518:sk_ft_alloc\28FT_MemoryRec_*\2c\20long\29 -7519:sk_error_fn\28png_struct_def*\2c\20char\20const*\29_13053 -7520:sk_error_fn\28png_struct_def*\2c\20char\20const*\29 -7521:sfnt_table_info -7522:sfnt_load_face -7523:sfnt_is_postscript -7524:sfnt_is_alphanumeric -7525:sfnt_init_face -7526:sfnt_get_ps_name -7527:sfnt_get_name_index -7528:sfnt_get_name_id -7529:sfnt_get_interface -7530:sfnt_get_glyph_name -7531:sfnt_get_charset_id -7532:sfnt_done_face -7533:setup_syllables_use\28hb_ot_shape_plan_t\20const*\2c\20hb_font_t*\2c\20hb_buffer_t*\29 -7534:setup_syllables_myanmar\28hb_ot_shape_plan_t\20const*\2c\20hb_font_t*\2c\20hb_buffer_t*\29 -7535:setup_syllables_khmer\28hb_ot_shape_plan_t\20const*\2c\20hb_font_t*\2c\20hb_buffer_t*\29 -7536:setup_syllables_indic\28hb_ot_shape_plan_t\20const*\2c\20hb_font_t*\2c\20hb_buffer_t*\29 -7537:setup_masks_use\28hb_ot_shape_plan_t\20const*\2c\20hb_buffer_t*\2c\20hb_font_t*\29 -7538:setup_masks_myanmar\28hb_ot_shape_plan_t\20const*\2c\20hb_buffer_t*\2c\20hb_font_t*\29 -7539:setup_masks_khmer\28hb_ot_shape_plan_t\20const*\2c\20hb_buffer_t*\2c\20hb_font_t*\29 -7540:setup_masks_indic\28hb_ot_shape_plan_t\20const*\2c\20hb_buffer_t*\2c\20hb_font_t*\29 -7541:setup_masks_hangul\28hb_ot_shape_plan_t\20const*\2c\20hb_buffer_t*\2c\20hb_font_t*\29 -7542:setup_masks_arabic\28hb_ot_shape_plan_t\20const*\2c\20hb_buffer_t*\2c\20hb_font_t*\29 -7543:service_cleanup\28\29 -7544:sep_upsample -7545:self_destruct -7546:scriptGetMaxValue\28IntProperty\20const&\2c\20UProperty\29 -7547:save_marker -7548:sample8\28void*\2c\20unsigned\20char\20const*\2c\20int\2c\20int\2c\20int\2c\20int\2c\20unsigned\20int\20const*\29 -7549:sample6\28void*\2c\20unsigned\20char\20const*\2c\20int\2c\20int\2c\20int\2c\20int\2c\20unsigned\20int\20const*\29 -7550:sample4\28void*\2c\20unsigned\20char\20const*\2c\20int\2c\20int\2c\20int\2c\20int\2c\20unsigned\20int\20const*\29 -7551:sample2\28void*\2c\20unsigned\20char\20const*\2c\20int\2c\20int\2c\20int\2c\20int\2c\20unsigned\20int\20const*\29 -7552:sample1\28void*\2c\20unsigned\20char\20const*\2c\20int\2c\20int\2c\20int\2c\20int\2c\20unsigned\20int\20const*\29 -7553:rgb_rgb_convert -7554:rgb_rgb565_convert -7555:rgb_rgb565D_convert -7556:rgb_gray_convert -7557:reverse_hit_compare_y\28SkOpRayHit\20const*\2c\20SkOpRayHit\20const*\29 -7558:reverse_hit_compare_x\28SkOpRayHit\20const*\2c\20SkOpRayHit\20const*\29 -7559:reset_marker_reader -7560:reset_input_controller -7561:reset_error_mgr -7562:request_virt_sarray -7563:request_virt_barray -7564:reorder_use\28hb_ot_shape_plan_t\20const*\2c\20hb_font_t*\2c\20hb_buffer_t*\29 -7565:reorder_myanmar\28hb_ot_shape_plan_t\20const*\2c\20hb_font_t*\2c\20hb_buffer_t*\29 -7566:reorder_marks_hebrew\28hb_ot_shape_plan_t\20const*\2c\20hb_buffer_t*\2c\20unsigned\20int\2c\20unsigned\20int\29 -7567:reorder_marks_arabic\28hb_ot_shape_plan_t\20const*\2c\20hb_buffer_t*\2c\20unsigned\20int\2c\20unsigned\20int\29 -7568:reorder_khmer\28hb_ot_shape_plan_t\20const*\2c\20hb_font_t*\2c\20hb_buffer_t*\29 -7569:release_data\28void*\2c\20void*\29 -7570:record_stch\28hb_ot_shape_plan_t\20const*\2c\20hb_font_t*\2c\20hb_buffer_t*\29 -7571:record_rphf_use\28hb_ot_shape_plan_t\20const*\2c\20hb_font_t*\2c\20hb_buffer_t*\29 -7572:record_pref_use\28hb_ot_shape_plan_t\20const*\2c\20hb_font_t*\2c\20hb_buffer_t*\29 -7573:realize_virt_arrays -7574:read_restart_marker -7575:read_markers -7576:read_data_from_FT_Stream -7577:rbbi_cleanup_74 -7578:quantize_ord_dither -7579:quantize_fs_dither -7580:quantize3_ord_dither -7581:putil_cleanup\28\29 -7582:psnames_get_service -7583:pshinter_get_t2_funcs -7584:pshinter_get_t1_funcs -7585:pshinter_get_globals_funcs -7586:psh_globals_new -7587:psh_globals_destroy -7588:psaux_get_glyph_name -7589:ps_table_release -7590:ps_table_new -7591:ps_table_done -7592:ps_table_add -7593:ps_property_set -7594:ps_property_get -7595:ps_parser_to_token_array -7596:ps_parser_to_int -7597:ps_parser_to_fixed_array -7598:ps_parser_to_fixed -7599:ps_parser_to_coord_array -7600:ps_parser_to_bytes -7601:ps_parser_skip_spaces -7602:ps_parser_load_field_table -7603:ps_parser_init -7604:ps_hints_t2mask -7605:ps_hints_t2counter -7606:ps_hints_t1stem3 -7607:ps_hints_t1reset -7608:ps_hints_close -7609:ps_hints_apply -7610:ps_hinter_init -7611:ps_hinter_done -7612:ps_get_standard_strings -7613:ps_get_macintosh_name -7614:ps_decoder_init -7615:ps_builder_init -7616:progress_monitor\28jpeg_common_struct*\29 -7617:process_data_simple_main -7618:process_data_crank_post -7619:process_data_context_main -7620:prescan_quantize -7621:preprocess_text_use\28hb_ot_shape_plan_t\20const*\2c\20hb_buffer_t*\2c\20hb_font_t*\29 -7622:preprocess_text_thai\28hb_ot_shape_plan_t\20const*\2c\20hb_buffer_t*\2c\20hb_font_t*\29 -7623:preprocess_text_indic\28hb_ot_shape_plan_t\20const*\2c\20hb_buffer_t*\2c\20hb_font_t*\29 -7624:preprocess_text_hangul\28hb_ot_shape_plan_t\20const*\2c\20hb_buffer_t*\2c\20hb_font_t*\29 -7625:prepare_for_output_pass -7626:premultiply_data -7627:premul_rgb\28SkRGBA4f<\28SkAlphaType\292>\29 -7628:premul_polar\28SkRGBA4f<\28SkAlphaType\292>\29 -7629:postprocess_glyphs_arabic\28hb_ot_shape_plan_t\20const*\2c\20hb_buffer_t*\2c\20hb_font_t*\29 -7630:post_process_prepass -7631:post_process_2pass -7632:post_process_1pass -7633:portable::xy_to_unit_angle\28portable::Params*\2c\20SkRasterPipelineStage*\2c\20float\2c\20float\2c\20float\2c\20float\29 -7634:portable::xy_to_radius\28portable::Params*\2c\20SkRasterPipelineStage*\2c\20float\2c\20float\2c\20float\2c\20float\29 -7635:portable::xy_to_2pt_conical_well_behaved\28portable::Params*\2c\20SkRasterPipelineStage*\2c\20float\2c\20float\2c\20float\2c\20float\29 -7636:portable::xy_to_2pt_conical_strip\28portable::Params*\2c\20SkRasterPipelineStage*\2c\20float\2c\20float\2c\20float\2c\20float\29 -7637:portable::xy_to_2pt_conical_smaller\28portable::Params*\2c\20SkRasterPipelineStage*\2c\20float\2c\20float\2c\20float\2c\20float\29 -7638:portable::xy_to_2pt_conical_greater\28portable::Params*\2c\20SkRasterPipelineStage*\2c\20float\2c\20float\2c\20float\2c\20float\29 -7639:portable::xy_to_2pt_conical_focal_on_circle\28portable::Params*\2c\20SkRasterPipelineStage*\2c\20float\2c\20float\2c\20float\2c\20float\29 -7640:portable::xor_\28portable::Params*\2c\20SkRasterPipelineStage*\2c\20float\2c\20float\2c\20float\2c\20float\29 -7641:portable::white_color\28portable::Params*\2c\20SkRasterPipelineStage*\2c\20float\2c\20float\2c\20float\2c\20float\29 -7642:portable::unpremul_polar\28portable::Params*\2c\20SkRasterPipelineStage*\2c\20float\2c\20float\2c\20float\2c\20float\29 -7643:portable::unpremul\28portable::Params*\2c\20SkRasterPipelineStage*\2c\20float\2c\20float\2c\20float\2c\20float\29 -7644:portable::uniform_color_dst\28portable::Params*\2c\20SkRasterPipelineStage*\2c\20float\2c\20float\2c\20float\2c\20float\29 -7645:portable::trace_var\28portable::Params*\2c\20SkRasterPipelineStage*\2c\20float\2c\20float\2c\20float\2c\20float\29 -7646:portable::trace_scope\28portable::Params*\2c\20SkRasterPipelineStage*\2c\20float\2c\20float\2c\20float\2c\20float\29 -7647:portable::trace_line\28portable::Params*\2c\20SkRasterPipelineStage*\2c\20float\2c\20float\2c\20float\2c\20float\29 -7648:portable::trace_exit\28portable::Params*\2c\20SkRasterPipelineStage*\2c\20float\2c\20float\2c\20float\2c\20float\29 -7649:portable::trace_enter\28portable::Params*\2c\20SkRasterPipelineStage*\2c\20float\2c\20float\2c\20float\2c\20float\29 -7650:portable::tan_float\28portable::Params*\2c\20SkRasterPipelineStage*\2c\20float\2c\20float\2c\20float\2c\20float\29 -7651:portable::swizzle_copy_to_indirect_masked\28portable::Params*\2c\20SkRasterPipelineStage*\2c\20float\2c\20float\2c\20float\2c\20float\29 -7652:portable::swizzle_copy_slot_masked\28portable::Params*\2c\20SkRasterPipelineStage*\2c\20float\2c\20float\2c\20float\2c\20float\29 -7653:portable::swizzle_copy_4_slots_masked\28portable::Params*\2c\20SkRasterPipelineStage*\2c\20float\2c\20float\2c\20float\2c\20float\29 -7654:portable::swizzle_copy_3_slots_masked\28portable::Params*\2c\20SkRasterPipelineStage*\2c\20float\2c\20float\2c\20float\2c\20float\29 -7655:portable::swizzle_copy_2_slots_masked\28portable::Params*\2c\20SkRasterPipelineStage*\2c\20float\2c\20float\2c\20float\2c\20float\29 -7656:portable::swizzle_4\28portable::Params*\2c\20SkRasterPipelineStage*\2c\20float\2c\20float\2c\20float\2c\20float\29 -7657:portable::swizzle_3\28portable::Params*\2c\20SkRasterPipelineStage*\2c\20float\2c\20float\2c\20float\2c\20float\29 -7658:portable::swizzle_2\28portable::Params*\2c\20SkRasterPipelineStage*\2c\20float\2c\20float\2c\20float\2c\20float\29 -7659:portable::swizzle_1\28portable::Params*\2c\20SkRasterPipelineStage*\2c\20float\2c\20float\2c\20float\2c\20float\29 -7660:portable::swizzle\28portable::Params*\2c\20SkRasterPipelineStage*\2c\20float\2c\20float\2c\20float\2c\20float\29 -7661:portable::swap_src_dst\28portable::Params*\2c\20SkRasterPipelineStage*\2c\20float\2c\20float\2c\20float\2c\20float\29 -7662:portable::swap_rb_dst\28portable::Params*\2c\20SkRasterPipelineStage*\2c\20float\2c\20float\2c\20float\2c\20float\29 -7663:portable::swap_rb\28portable::Params*\2c\20SkRasterPipelineStage*\2c\20float\2c\20float\2c\20float\2c\20float\29 -7664:portable::sub_n_ints\28portable::Params*\2c\20SkRasterPipelineStage*\2c\20float\2c\20float\2c\20float\2c\20float\29 -7665:portable::sub_n_floats\28portable::Params*\2c\20SkRasterPipelineStage*\2c\20float\2c\20float\2c\20float\2c\20float\29 -7666:portable::sub_int\28portable::Params*\2c\20SkRasterPipelineStage*\2c\20float\2c\20float\2c\20float\2c\20float\29 -7667:portable::sub_float\28portable::Params*\2c\20SkRasterPipelineStage*\2c\20float\2c\20float\2c\20float\2c\20float\29 -7668:portable::sub_4_ints\28portable::Params*\2c\20SkRasterPipelineStage*\2c\20float\2c\20float\2c\20float\2c\20float\29 -7669:portable::sub_4_floats\28portable::Params*\2c\20SkRasterPipelineStage*\2c\20float\2c\20float\2c\20float\2c\20float\29 -7670:portable::sub_3_ints\28portable::Params*\2c\20SkRasterPipelineStage*\2c\20float\2c\20float\2c\20float\2c\20float\29 -7671:portable::sub_3_floats\28portable::Params*\2c\20SkRasterPipelineStage*\2c\20float\2c\20float\2c\20float\2c\20float\29 -7672:portable::sub_2_ints\28portable::Params*\2c\20SkRasterPipelineStage*\2c\20float\2c\20float\2c\20float\2c\20float\29 -7673:portable::sub_2_floats\28portable::Params*\2c\20SkRasterPipelineStage*\2c\20float\2c\20float\2c\20float\2c\20float\29 -7674:portable::store_src_rg\28portable::Params*\2c\20SkRasterPipelineStage*\2c\20float\2c\20float\2c\20float\2c\20float\29 -7675:portable::store_src_a\28portable::Params*\2c\20SkRasterPipelineStage*\2c\20float\2c\20float\2c\20float\2c\20float\29 -7676:portable::store_src\28portable::Params*\2c\20SkRasterPipelineStage*\2c\20float\2c\20float\2c\20float\2c\20float\29 -7677:portable::store_rgf16\28portable::Params*\2c\20SkRasterPipelineStage*\2c\20float\2c\20float\2c\20float\2c\20float\29 -7678:portable::store_rg88\28portable::Params*\2c\20SkRasterPipelineStage*\2c\20float\2c\20float\2c\20float\2c\20float\29 -7679:portable::store_rg1616\28portable::Params*\2c\20SkRasterPipelineStage*\2c\20float\2c\20float\2c\20float\2c\20float\29 -7680:portable::store_return_mask\28portable::Params*\2c\20SkRasterPipelineStage*\2c\20float\2c\20float\2c\20float\2c\20float\29 -7681:portable::store_r8\28portable::Params*\2c\20SkRasterPipelineStage*\2c\20float\2c\20float\2c\20float\2c\20float\29 -7682:portable::store_loop_mask\28portable::Params*\2c\20SkRasterPipelineStage*\2c\20float\2c\20float\2c\20float\2c\20float\29 -7683:portable::store_f32\28portable::Params*\2c\20SkRasterPipelineStage*\2c\20float\2c\20float\2c\20float\2c\20float\29 -7684:portable::store_f16\28portable::Params*\2c\20SkRasterPipelineStage*\2c\20float\2c\20float\2c\20float\2c\20float\29 -7685:portable::store_dst\28portable::Params*\2c\20SkRasterPipelineStage*\2c\20float\2c\20float\2c\20float\2c\20float\29 -7686:portable::store_device_xy01\28portable::Params*\2c\20SkRasterPipelineStage*\2c\20float\2c\20float\2c\20float\2c\20float\29 -7687:portable::store_condition_mask\28portable::Params*\2c\20SkRasterPipelineStage*\2c\20float\2c\20float\2c\20float\2c\20float\29 -7688:portable::store_af16\28portable::Params*\2c\20SkRasterPipelineStage*\2c\20float\2c\20float\2c\20float\2c\20float\29 -7689:portable::store_a8\28portable::Params*\2c\20SkRasterPipelineStage*\2c\20float\2c\20float\2c\20float\2c\20float\29 -7690:portable::store_a16\28portable::Params*\2c\20SkRasterPipelineStage*\2c\20float\2c\20float\2c\20float\2c\20float\29 -7691:portable::store_8888\28portable::Params*\2c\20SkRasterPipelineStage*\2c\20float\2c\20float\2c\20float\2c\20float\29 -7692:portable::store_565\28portable::Params*\2c\20SkRasterPipelineStage*\2c\20float\2c\20float\2c\20float\2c\20float\29 -7693:portable::store_4444\28portable::Params*\2c\20SkRasterPipelineStage*\2c\20float\2c\20float\2c\20float\2c\20float\29 -7694:portable::store_16161616\28portable::Params*\2c\20SkRasterPipelineStage*\2c\20float\2c\20float\2c\20float\2c\20float\29 -7695:portable::store_10x6\28portable::Params*\2c\20SkRasterPipelineStage*\2c\20float\2c\20float\2c\20float\2c\20float\29 -7696:portable::store_1010102_xr\28portable::Params*\2c\20SkRasterPipelineStage*\2c\20float\2c\20float\2c\20float\2c\20float\29 -7697:portable::store_1010102\28portable::Params*\2c\20SkRasterPipelineStage*\2c\20float\2c\20float\2c\20float\2c\20float\29 -7698:portable::store_10101010_xr\28portable::Params*\2c\20SkRasterPipelineStage*\2c\20float\2c\20float\2c\20float\2c\20float\29 -7699:portable::start_pipeline\28unsigned\20long\2c\20unsigned\20long\2c\20unsigned\20long\2c\20unsigned\20long\2c\20SkRasterPipelineStage*\2c\20SkSpan\2c\20unsigned\20char*\29 -7700:portable::stack_rewind\28portable::Params*\2c\20SkRasterPipelineStage*\2c\20float\2c\20float\2c\20float\2c\20float\29 -7701:portable::stack_checkpoint\28portable::Params*\2c\20SkRasterPipelineStage*\2c\20float\2c\20float\2c\20float\2c\20float\29 -7702:portable::srcover_rgba_8888\28portable::Params*\2c\20SkRasterPipelineStage*\2c\20float\2c\20float\2c\20float\2c\20float\29 -7703:portable::srcover\28portable::Params*\2c\20SkRasterPipelineStage*\2c\20float\2c\20float\2c\20float\2c\20float\29 -7704:portable::srcout\28portable::Params*\2c\20SkRasterPipelineStage*\2c\20float\2c\20float\2c\20float\2c\20float\29 -7705:portable::srcin\28portable::Params*\2c\20SkRasterPipelineStage*\2c\20float\2c\20float\2c\20float\2c\20float\29 -7706:portable::srcatop\28portable::Params*\2c\20SkRasterPipelineStage*\2c\20float\2c\20float\2c\20float\2c\20float\29 -7707:portable::sqrt_float\28portable::Params*\2c\20SkRasterPipelineStage*\2c\20float\2c\20float\2c\20float\2c\20float\29 -7708:portable::splat_4_constants\28portable::Params*\2c\20SkRasterPipelineStage*\2c\20float\2c\20float\2c\20float\2c\20float\29 -7709:portable::splat_3_constants\28portable::Params*\2c\20SkRasterPipelineStage*\2c\20float\2c\20float\2c\20float\2c\20float\29 -7710:portable::splat_2_constants\28portable::Params*\2c\20SkRasterPipelineStage*\2c\20float\2c\20float\2c\20float\2c\20float\29 -7711:portable::softlight\28portable::Params*\2c\20SkRasterPipelineStage*\2c\20float\2c\20float\2c\20float\2c\20float\29 -7712:portable::smoothstep_n_floats\28portable::Params*\2c\20SkRasterPipelineStage*\2c\20float\2c\20float\2c\20float\2c\20float\29 -7713:portable::sin_float\28portable::Params*\2c\20SkRasterPipelineStage*\2c\20float\2c\20float\2c\20float\2c\20float\29 -7714:portable::shuffle\28portable::Params*\2c\20SkRasterPipelineStage*\2c\20float\2c\20float\2c\20float\2c\20float\29 -7715:portable::set_base_pointer\28portable::Params*\2c\20SkRasterPipelineStage*\2c\20float\2c\20float\2c\20float\2c\20float\29 -7716:portable::seed_shader\28portable::Params*\2c\20SkRasterPipelineStage*\2c\20float\2c\20float\2c\20float\2c\20float\29 -7717:portable::screen\28portable::Params*\2c\20SkRasterPipelineStage*\2c\20float\2c\20float\2c\20float\2c\20float\29 -7718:portable::scale_u8\28portable::Params*\2c\20SkRasterPipelineStage*\2c\20float\2c\20float\2c\20float\2c\20float\29 -7719:portable::scale_native\28portable::Params*\2c\20SkRasterPipelineStage*\2c\20float\2c\20float\2c\20float\2c\20float\29 -7720:portable::scale_565\28portable::Params*\2c\20SkRasterPipelineStage*\2c\20float\2c\20float\2c\20float\2c\20float\29 -7721:portable::scale_1_float\28portable::Params*\2c\20SkRasterPipelineStage*\2c\20float\2c\20float\2c\20float\2c\20float\29 -7722:portable::saturation\28portable::Params*\2c\20SkRasterPipelineStage*\2c\20float\2c\20float\2c\20float\2c\20float\29 -7723:portable::rgb_to_hsl\28portable::Params*\2c\20SkRasterPipelineStage*\2c\20float\2c\20float\2c\20float\2c\20float\29 -7724:portable::repeat_y\28portable::Params*\2c\20SkRasterPipelineStage*\2c\20float\2c\20float\2c\20float\2c\20float\29 -7725:portable::repeat_x_1\28portable::Params*\2c\20SkRasterPipelineStage*\2c\20float\2c\20float\2c\20float\2c\20float\29 -7726:portable::repeat_x\28portable::Params*\2c\20SkRasterPipelineStage*\2c\20float\2c\20float\2c\20float\2c\20float\29 -7727:portable::refract_4_floats\28portable::Params*\2c\20SkRasterPipelineStage*\2c\20float\2c\20float\2c\20float\2c\20float\29 -7728:portable::reenable_loop_mask\28portable::Params*\2c\20SkRasterPipelineStage*\2c\20float\2c\20float\2c\20float\2c\20float\29 -7729:portable::rect_memset64\28unsigned\20long\20long*\2c\20unsigned\20long\20long\2c\20int\2c\20unsigned\20long\2c\20int\29 -7730:portable::rect_memset32\28unsigned\20int*\2c\20unsigned\20int\2c\20int\2c\20unsigned\20long\2c\20int\29 -7731:portable::rect_memset16\28unsigned\20short*\2c\20unsigned\20short\2c\20int\2c\20unsigned\20long\2c\20int\29 -7732:portable::premul_dst\28portable::Params*\2c\20SkRasterPipelineStage*\2c\20float\2c\20float\2c\20float\2c\20float\29 -7733:portable::premul\28portable::Params*\2c\20SkRasterPipelineStage*\2c\20float\2c\20float\2c\20float\2c\20float\29 -7734:portable::pow_n_floats\28portable::Params*\2c\20SkRasterPipelineStage*\2c\20float\2c\20float\2c\20float\2c\20float\29 -7735:portable::plus_\28portable::Params*\2c\20SkRasterPipelineStage*\2c\20float\2c\20float\2c\20float\2c\20float\29 -7736:portable::perlin_noise\28portable::Params*\2c\20SkRasterPipelineStage*\2c\20float\2c\20float\2c\20float\2c\20float\29 -7737:portable::parametric\28portable::Params*\2c\20SkRasterPipelineStage*\2c\20float\2c\20float\2c\20float\2c\20float\29 -7738:portable::overlay\28portable::Params*\2c\20SkRasterPipelineStage*\2c\20float\2c\20float\2c\20float\2c\20float\29 -7739:portable::ootf\28portable::Params*\2c\20SkRasterPipelineStage*\2c\20float\2c\20float\2c\20float\2c\20float\29 -7740:portable::negate_x\28portable::Params*\2c\20SkRasterPipelineStage*\2c\20float\2c\20float\2c\20float\2c\20float\29 -7741:portable::multiply\28portable::Params*\2c\20SkRasterPipelineStage*\2c\20float\2c\20float\2c\20float\2c\20float\29 -7742:portable::mul_n_ints\28portable::Params*\2c\20SkRasterPipelineStage*\2c\20float\2c\20float\2c\20float\2c\20float\29 -7743:portable::mul_n_floats\28portable::Params*\2c\20SkRasterPipelineStage*\2c\20float\2c\20float\2c\20float\2c\20float\29 -7744:portable::mul_int\28portable::Params*\2c\20SkRasterPipelineStage*\2c\20float\2c\20float\2c\20float\2c\20float\29 -7745:portable::mul_imm_int\28portable::Params*\2c\20SkRasterPipelineStage*\2c\20float\2c\20float\2c\20float\2c\20float\29 -7746:portable::mul_imm_float\28portable::Params*\2c\20SkRasterPipelineStage*\2c\20float\2c\20float\2c\20float\2c\20float\29 -7747:portable::mul_float\28portable::Params*\2c\20SkRasterPipelineStage*\2c\20float\2c\20float\2c\20float\2c\20float\29 -7748:portable::mul_4_ints\28portable::Params*\2c\20SkRasterPipelineStage*\2c\20float\2c\20float\2c\20float\2c\20float\29 -7749:portable::mul_4_floats\28portable::Params*\2c\20SkRasterPipelineStage*\2c\20float\2c\20float\2c\20float\2c\20float\29 -7750:portable::mul_3_ints\28portable::Params*\2c\20SkRasterPipelineStage*\2c\20float\2c\20float\2c\20float\2c\20float\29 -7751:portable::mul_3_floats\28portable::Params*\2c\20SkRasterPipelineStage*\2c\20float\2c\20float\2c\20float\2c\20float\29 -7752:portable::mul_2_ints\28portable::Params*\2c\20SkRasterPipelineStage*\2c\20float\2c\20float\2c\20float\2c\20float\29 -7753:portable::mul_2_floats\28portable::Params*\2c\20SkRasterPipelineStage*\2c\20float\2c\20float\2c\20float\2c\20float\29 -7754:portable::move_src_dst\28portable::Params*\2c\20SkRasterPipelineStage*\2c\20float\2c\20float\2c\20float\2c\20float\29 -7755:portable::move_dst_src\28portable::Params*\2c\20SkRasterPipelineStage*\2c\20float\2c\20float\2c\20float\2c\20float\29 -7756:portable::modulate\28portable::Params*\2c\20SkRasterPipelineStage*\2c\20float\2c\20float\2c\20float\2c\20float\29 -7757:portable::mod_n_floats\28portable::Params*\2c\20SkRasterPipelineStage*\2c\20float\2c\20float\2c\20float\2c\20float\29 -7758:portable::mod_float\28portable::Params*\2c\20SkRasterPipelineStage*\2c\20float\2c\20float\2c\20float\2c\20float\29 -7759:portable::mod_4_floats\28portable::Params*\2c\20SkRasterPipelineStage*\2c\20float\2c\20float\2c\20float\2c\20float\29 -7760:portable::mod_3_floats\28portable::Params*\2c\20SkRasterPipelineStage*\2c\20float\2c\20float\2c\20float\2c\20float\29 -7761:portable::mod_2_floats\28portable::Params*\2c\20SkRasterPipelineStage*\2c\20float\2c\20float\2c\20float\2c\20float\29 -7762:portable::mix_n_ints\28portable::Params*\2c\20SkRasterPipelineStage*\2c\20float\2c\20float\2c\20float\2c\20float\29 -7763:portable::mix_n_floats\28portable::Params*\2c\20SkRasterPipelineStage*\2c\20float\2c\20float\2c\20float\2c\20float\29 -7764:portable::mix_int\28portable::Params*\2c\20SkRasterPipelineStage*\2c\20float\2c\20float\2c\20float\2c\20float\29 -7765:portable::mix_float\28portable::Params*\2c\20SkRasterPipelineStage*\2c\20float\2c\20float\2c\20float\2c\20float\29 -7766:portable::mix_4_ints\28portable::Params*\2c\20SkRasterPipelineStage*\2c\20float\2c\20float\2c\20float\2c\20float\29 -7767:portable::mix_4_floats\28portable::Params*\2c\20SkRasterPipelineStage*\2c\20float\2c\20float\2c\20float\2c\20float\29 -7768:portable::mix_3_ints\28portable::Params*\2c\20SkRasterPipelineStage*\2c\20float\2c\20float\2c\20float\2c\20float\29 -7769:portable::mix_3_floats\28portable::Params*\2c\20SkRasterPipelineStage*\2c\20float\2c\20float\2c\20float\2c\20float\29 -7770:portable::mix_2_ints\28portable::Params*\2c\20SkRasterPipelineStage*\2c\20float\2c\20float\2c\20float\2c\20float\29 -7771:portable::mix_2_floats\28portable::Params*\2c\20SkRasterPipelineStage*\2c\20float\2c\20float\2c\20float\2c\20float\29 -7772:portable::mirror_y\28portable::Params*\2c\20SkRasterPipelineStage*\2c\20float\2c\20float\2c\20float\2c\20float\29 -7773:portable::mirror_x_1\28portable::Params*\2c\20SkRasterPipelineStage*\2c\20float\2c\20float\2c\20float\2c\20float\29 -7774:portable::mirror_x\28portable::Params*\2c\20SkRasterPipelineStage*\2c\20float\2c\20float\2c\20float\2c\20float\29 -7775:portable::mipmap_linear_update\28portable::Params*\2c\20SkRasterPipelineStage*\2c\20float\2c\20float\2c\20float\2c\20float\29 -7776:portable::mipmap_linear_init\28portable::Params*\2c\20SkRasterPipelineStage*\2c\20float\2c\20float\2c\20float\2c\20float\29 -7777:portable::mipmap_linear_finish\28portable::Params*\2c\20SkRasterPipelineStage*\2c\20float\2c\20float\2c\20float\2c\20float\29 -7778:portable::min_uint\28portable::Params*\2c\20SkRasterPipelineStage*\2c\20float\2c\20float\2c\20float\2c\20float\29 -7779:portable::min_n_uints\28portable::Params*\2c\20SkRasterPipelineStage*\2c\20float\2c\20float\2c\20float\2c\20float\29 -7780:portable::min_n_ints\28portable::Params*\2c\20SkRasterPipelineStage*\2c\20float\2c\20float\2c\20float\2c\20float\29 -7781:portable::min_n_floats\28portable::Params*\2c\20SkRasterPipelineStage*\2c\20float\2c\20float\2c\20float\2c\20float\29 -7782:portable::min_int\28portable::Params*\2c\20SkRasterPipelineStage*\2c\20float\2c\20float\2c\20float\2c\20float\29 -7783:portable::min_imm_float\28portable::Params*\2c\20SkRasterPipelineStage*\2c\20float\2c\20float\2c\20float\2c\20float\29 -7784:portable::min_float\28portable::Params*\2c\20SkRasterPipelineStage*\2c\20float\2c\20float\2c\20float\2c\20float\29 -7785:portable::min_4_uints\28portable::Params*\2c\20SkRasterPipelineStage*\2c\20float\2c\20float\2c\20float\2c\20float\29 -7786:portable::min_4_ints\28portable::Params*\2c\20SkRasterPipelineStage*\2c\20float\2c\20float\2c\20float\2c\20float\29 -7787:portable::min_4_floats\28portable::Params*\2c\20SkRasterPipelineStage*\2c\20float\2c\20float\2c\20float\2c\20float\29 -7788:portable::min_3_uints\28portable::Params*\2c\20SkRasterPipelineStage*\2c\20float\2c\20float\2c\20float\2c\20float\29 -7789:portable::min_3_ints\28portable::Params*\2c\20SkRasterPipelineStage*\2c\20float\2c\20float\2c\20float\2c\20float\29 -7790:portable::min_3_floats\28portable::Params*\2c\20SkRasterPipelineStage*\2c\20float\2c\20float\2c\20float\2c\20float\29 -7791:portable::min_2_uints\28portable::Params*\2c\20SkRasterPipelineStage*\2c\20float\2c\20float\2c\20float\2c\20float\29 -7792:portable::min_2_ints\28portable::Params*\2c\20SkRasterPipelineStage*\2c\20float\2c\20float\2c\20float\2c\20float\29 -7793:portable::min_2_floats\28portable::Params*\2c\20SkRasterPipelineStage*\2c\20float\2c\20float\2c\20float\2c\20float\29 -7794:portable::merge_loop_mask\28portable::Params*\2c\20SkRasterPipelineStage*\2c\20float\2c\20float\2c\20float\2c\20float\29 -7795:portable::merge_inv_condition_mask\28portable::Params*\2c\20SkRasterPipelineStage*\2c\20float\2c\20float\2c\20float\2c\20float\29 -7796:portable::merge_condition_mask\28portable::Params*\2c\20SkRasterPipelineStage*\2c\20float\2c\20float\2c\20float\2c\20float\29 -7797:portable::memset32\28unsigned\20int*\2c\20unsigned\20int\2c\20int\29 -7798:portable::memset16\28unsigned\20short*\2c\20unsigned\20short\2c\20int\29 -7799:portable::max_uint\28portable::Params*\2c\20SkRasterPipelineStage*\2c\20float\2c\20float\2c\20float\2c\20float\29 -7800:portable::max_n_uints\28portable::Params*\2c\20SkRasterPipelineStage*\2c\20float\2c\20float\2c\20float\2c\20float\29 -7801:portable::max_n_ints\28portable::Params*\2c\20SkRasterPipelineStage*\2c\20float\2c\20float\2c\20float\2c\20float\29 -7802:portable::max_n_floats\28portable::Params*\2c\20SkRasterPipelineStage*\2c\20float\2c\20float\2c\20float\2c\20float\29 -7803:portable::max_int\28portable::Params*\2c\20SkRasterPipelineStage*\2c\20float\2c\20float\2c\20float\2c\20float\29 -7804:portable::max_imm_float\28portable::Params*\2c\20SkRasterPipelineStage*\2c\20float\2c\20float\2c\20float\2c\20float\29 -7805:portable::max_float\28portable::Params*\2c\20SkRasterPipelineStage*\2c\20float\2c\20float\2c\20float\2c\20float\29 -7806:portable::max_4_uints\28portable::Params*\2c\20SkRasterPipelineStage*\2c\20float\2c\20float\2c\20float\2c\20float\29 -7807:portable::max_4_ints\28portable::Params*\2c\20SkRasterPipelineStage*\2c\20float\2c\20float\2c\20float\2c\20float\29 -7808:portable::max_4_floats\28portable::Params*\2c\20SkRasterPipelineStage*\2c\20float\2c\20float\2c\20float\2c\20float\29 -7809:portable::max_3_uints\28portable::Params*\2c\20SkRasterPipelineStage*\2c\20float\2c\20float\2c\20float\2c\20float\29 -7810:portable::max_3_ints\28portable::Params*\2c\20SkRasterPipelineStage*\2c\20float\2c\20float\2c\20float\2c\20float\29 -7811:portable::max_3_floats\28portable::Params*\2c\20SkRasterPipelineStage*\2c\20float\2c\20float\2c\20float\2c\20float\29 -7812:portable::max_2_uints\28portable::Params*\2c\20SkRasterPipelineStage*\2c\20float\2c\20float\2c\20float\2c\20float\29 -7813:portable::max_2_ints\28portable::Params*\2c\20SkRasterPipelineStage*\2c\20float\2c\20float\2c\20float\2c\20float\29 -7814:portable::max_2_floats\28portable::Params*\2c\20SkRasterPipelineStage*\2c\20float\2c\20float\2c\20float\2c\20float\29 -7815:portable::matrix_translate\28portable::Params*\2c\20SkRasterPipelineStage*\2c\20float\2c\20float\2c\20float\2c\20float\29 -7816:portable::matrix_scale_translate\28portable::Params*\2c\20SkRasterPipelineStage*\2c\20float\2c\20float\2c\20float\2c\20float\29 -7817:portable::matrix_perspective\28portable::Params*\2c\20SkRasterPipelineStage*\2c\20float\2c\20float\2c\20float\2c\20float\29 -7818:portable::matrix_multiply_4\28portable::Params*\2c\20SkRasterPipelineStage*\2c\20float\2c\20float\2c\20float\2c\20float\29 -7819:portable::matrix_multiply_3\28portable::Params*\2c\20SkRasterPipelineStage*\2c\20float\2c\20float\2c\20float\2c\20float\29 -7820:portable::matrix_multiply_2\28portable::Params*\2c\20SkRasterPipelineStage*\2c\20float\2c\20float\2c\20float\2c\20float\29 -7821:portable::matrix_4x5\28portable::Params*\2c\20SkRasterPipelineStage*\2c\20float\2c\20float\2c\20float\2c\20float\29 -7822:portable::matrix_4x3\28portable::Params*\2c\20SkRasterPipelineStage*\2c\20float\2c\20float\2c\20float\2c\20float\29 -7823:portable::matrix_3x4\28portable::Params*\2c\20SkRasterPipelineStage*\2c\20float\2c\20float\2c\20float\2c\20float\29 -7824:portable::matrix_3x3\28portable::Params*\2c\20SkRasterPipelineStage*\2c\20float\2c\20float\2c\20float\2c\20float\29 -7825:portable::matrix_2x3\28portable::Params*\2c\20SkRasterPipelineStage*\2c\20float\2c\20float\2c\20float\2c\20float\29 -7826:portable::mask_off_return_mask\28portable::Params*\2c\20SkRasterPipelineStage*\2c\20float\2c\20float\2c\20float\2c\20float\29 -7827:portable::mask_off_loop_mask\28portable::Params*\2c\20SkRasterPipelineStage*\2c\20float\2c\20float\2c\20float\2c\20float\29 -7828:portable::mask_2pt_conical_nan\28portable::Params*\2c\20SkRasterPipelineStage*\2c\20float\2c\20float\2c\20float\2c\20float\29 -7829:portable::mask_2pt_conical_degenerates\28portable::Params*\2c\20SkRasterPipelineStage*\2c\20float\2c\20float\2c\20float\2c\20float\29 -7830:portable::luminosity\28portable::Params*\2c\20SkRasterPipelineStage*\2c\20float\2c\20float\2c\20float\2c\20float\29 -7831:portable::log_float\28portable::Params*\2c\20SkRasterPipelineStage*\2c\20float\2c\20float\2c\20float\2c\20float\29 -7832:portable::log2_float\28portable::Params*\2c\20SkRasterPipelineStage*\2c\20float\2c\20float\2c\20float\2c\20float\29 -7833:portable::load_src_rg\28portable::Params*\2c\20SkRasterPipelineStage*\2c\20float\2c\20float\2c\20float\2c\20float\29 -7834:portable::load_src\28portable::Params*\2c\20SkRasterPipelineStage*\2c\20float\2c\20float\2c\20float\2c\20float\29 -7835:portable::load_rgf16_dst\28portable::Params*\2c\20SkRasterPipelineStage*\2c\20float\2c\20float\2c\20float\2c\20float\29 -7836:portable::load_rgf16\28portable::Params*\2c\20SkRasterPipelineStage*\2c\20float\2c\20float\2c\20float\2c\20float\29 -7837:portable::load_rg88_dst\28portable::Params*\2c\20SkRasterPipelineStage*\2c\20float\2c\20float\2c\20float\2c\20float\29 -7838:portable::load_rg88\28portable::Params*\2c\20SkRasterPipelineStage*\2c\20float\2c\20float\2c\20float\2c\20float\29 -7839:portable::load_rg1616_dst\28portable::Params*\2c\20SkRasterPipelineStage*\2c\20float\2c\20float\2c\20float\2c\20float\29 -7840:portable::load_rg1616\28portable::Params*\2c\20SkRasterPipelineStage*\2c\20float\2c\20float\2c\20float\2c\20float\29 -7841:portable::load_return_mask\28portable::Params*\2c\20SkRasterPipelineStage*\2c\20float\2c\20float\2c\20float\2c\20float\29 -7842:portable::load_loop_mask\28portable::Params*\2c\20SkRasterPipelineStage*\2c\20float\2c\20float\2c\20float\2c\20float\29 -7843:portable::load_f32_dst\28portable::Params*\2c\20SkRasterPipelineStage*\2c\20float\2c\20float\2c\20float\2c\20float\29 -7844:portable::load_f32\28portable::Params*\2c\20SkRasterPipelineStage*\2c\20float\2c\20float\2c\20float\2c\20float\29 -7845:portable::load_f16_dst\28portable::Params*\2c\20SkRasterPipelineStage*\2c\20float\2c\20float\2c\20float\2c\20float\29 -7846:portable::load_f16\28portable::Params*\2c\20SkRasterPipelineStage*\2c\20float\2c\20float\2c\20float\2c\20float\29 -7847:portable::load_dst\28portable::Params*\2c\20SkRasterPipelineStage*\2c\20float\2c\20float\2c\20float\2c\20float\29 -7848:portable::load_condition_mask\28portable::Params*\2c\20SkRasterPipelineStage*\2c\20float\2c\20float\2c\20float\2c\20float\29 -7849:portable::load_af16_dst\28portable::Params*\2c\20SkRasterPipelineStage*\2c\20float\2c\20float\2c\20float\2c\20float\29 -7850:portable::load_af16\28portable::Params*\2c\20SkRasterPipelineStage*\2c\20float\2c\20float\2c\20float\2c\20float\29 -7851:portable::load_a8_dst\28portable::Params*\2c\20SkRasterPipelineStage*\2c\20float\2c\20float\2c\20float\2c\20float\29 -7852:portable::load_a8\28portable::Params*\2c\20SkRasterPipelineStage*\2c\20float\2c\20float\2c\20float\2c\20float\29 -7853:portable::load_a16_dst\28portable::Params*\2c\20SkRasterPipelineStage*\2c\20float\2c\20float\2c\20float\2c\20float\29 -7854:portable::load_a16\28portable::Params*\2c\20SkRasterPipelineStage*\2c\20float\2c\20float\2c\20float\2c\20float\29 -7855:portable::load_8888_dst\28portable::Params*\2c\20SkRasterPipelineStage*\2c\20float\2c\20float\2c\20float\2c\20float\29 -7856:portable::load_8888\28portable::Params*\2c\20SkRasterPipelineStage*\2c\20float\2c\20float\2c\20float\2c\20float\29 -7857:portable::load_565_dst\28portable::Params*\2c\20SkRasterPipelineStage*\2c\20float\2c\20float\2c\20float\2c\20float\29 -7858:portable::load_565\28portable::Params*\2c\20SkRasterPipelineStage*\2c\20float\2c\20float\2c\20float\2c\20float\29 -7859:portable::load_4444_dst\28portable::Params*\2c\20SkRasterPipelineStage*\2c\20float\2c\20float\2c\20float\2c\20float\29 -7860:portable::load_4444\28portable::Params*\2c\20SkRasterPipelineStage*\2c\20float\2c\20float\2c\20float\2c\20float\29 -7861:portable::load_16161616_dst\28portable::Params*\2c\20SkRasterPipelineStage*\2c\20float\2c\20float\2c\20float\2c\20float\29 -7862:portable::load_16161616\28portable::Params*\2c\20SkRasterPipelineStage*\2c\20float\2c\20float\2c\20float\2c\20float\29 -7863:portable::load_10x6_dst\28portable::Params*\2c\20SkRasterPipelineStage*\2c\20float\2c\20float\2c\20float\2c\20float\29 -7864:portable::load_10x6\28portable::Params*\2c\20SkRasterPipelineStage*\2c\20float\2c\20float\2c\20float\2c\20float\29 -7865:portable::load_1010102_xr_dst\28portable::Params*\2c\20SkRasterPipelineStage*\2c\20float\2c\20float\2c\20float\2c\20float\29 -7866:portable::load_1010102_xr\28portable::Params*\2c\20SkRasterPipelineStage*\2c\20float\2c\20float\2c\20float\2c\20float\29 -7867:portable::load_1010102_dst\28portable::Params*\2c\20SkRasterPipelineStage*\2c\20float\2c\20float\2c\20float\2c\20float\29 -7868:portable::load_1010102\28portable::Params*\2c\20SkRasterPipelineStage*\2c\20float\2c\20float\2c\20float\2c\20float\29 -7869:portable::load_10101010_xr_dst\28portable::Params*\2c\20SkRasterPipelineStage*\2c\20float\2c\20float\2c\20float\2c\20float\29 -7870:portable::load_10101010_xr\28portable::Params*\2c\20SkRasterPipelineStage*\2c\20float\2c\20float\2c\20float\2c\20float\29 -7871:portable::lighten\28portable::Params*\2c\20SkRasterPipelineStage*\2c\20float\2c\20float\2c\20float\2c\20float\29 -7872:portable::lerp_u8\28portable::Params*\2c\20SkRasterPipelineStage*\2c\20float\2c\20float\2c\20float\2c\20float\29 -7873:portable::lerp_native\28portable::Params*\2c\20SkRasterPipelineStage*\2c\20float\2c\20float\2c\20float\2c\20float\29 -7874:portable::lerp_565\28portable::Params*\2c\20SkRasterPipelineStage*\2c\20float\2c\20float\2c\20float\2c\20float\29 -7875:portable::lerp_1_float\28portable::Params*\2c\20SkRasterPipelineStage*\2c\20float\2c\20float\2c\20float\2c\20float\29 -7876:portable::just_return\28portable::Params*\2c\20SkRasterPipelineStage*\2c\20float\2c\20float\2c\20float\2c\20float\29 -7877:portable::jump\28portable::Params*\2c\20SkRasterPipelineStage*\2c\20float\2c\20float\2c\20float\2c\20float\29 -7878:portable::invsqrt_float\28portable::Params*\2c\20SkRasterPipelineStage*\2c\20float\2c\20float\2c\20float\2c\20float\29 -7879:portable::invsqrt_4_floats\28portable::Params*\2c\20SkRasterPipelineStage*\2c\20float\2c\20float\2c\20float\2c\20float\29 -7880:portable::invsqrt_3_floats\28portable::Params*\2c\20SkRasterPipelineStage*\2c\20float\2c\20float\2c\20float\2c\20float\29 -7881:portable::invsqrt_2_floats\28portable::Params*\2c\20SkRasterPipelineStage*\2c\20float\2c\20float\2c\20float\2c\20float\29 -7882:portable::inverted_CMYK_to_RGB1\28unsigned\20int*\2c\20unsigned\20int\20const*\2c\20int\29 -7883:portable::inverted_CMYK_to_BGR1\28unsigned\20int*\2c\20unsigned\20int\20const*\2c\20int\29 -7884:portable::inverse_mat4\28portable::Params*\2c\20SkRasterPipelineStage*\2c\20float\2c\20float\2c\20float\2c\20float\29 -7885:portable::inverse_mat3\28portable::Params*\2c\20SkRasterPipelineStage*\2c\20float\2c\20float\2c\20float\2c\20float\29 -7886:portable::inverse_mat2\28portable::Params*\2c\20SkRasterPipelineStage*\2c\20float\2c\20float\2c\20float\2c\20float\29 -7887:portable::init_lane_masks\28portable::Params*\2c\20SkRasterPipelineStage*\2c\20float\2c\20float\2c\20float\2c\20float\29 -7888:portable::hue\28portable::Params*\2c\20SkRasterPipelineStage*\2c\20float\2c\20float\2c\20float\2c\20float\29 -7889:portable::hsl_to_rgb\28portable::Params*\2c\20SkRasterPipelineStage*\2c\20float\2c\20float\2c\20float\2c\20float\29 -7890:portable::hardlight\28portable::Params*\2c\20SkRasterPipelineStage*\2c\20float\2c\20float\2c\20float\2c\20float\29 -7891:portable::gray_to_RGB1\28unsigned\20int*\2c\20unsigned\20char\20const*\2c\20int\29 -7892:portable::grayA_to_rgbA\28unsigned\20int*\2c\20unsigned\20char\20const*\2c\20int\29 -7893:portable::grayA_to_RGBA\28unsigned\20int*\2c\20unsigned\20char\20const*\2c\20int\29 -7894:portable::gradient\28portable::Params*\2c\20SkRasterPipelineStage*\2c\20float\2c\20float\2c\20float\2c\20float\29 -7895:portable::gauss_a_to_rgba\28portable::Params*\2c\20SkRasterPipelineStage*\2c\20float\2c\20float\2c\20float\2c\20float\29 -7896:portable::gather_rgf16\28portable::Params*\2c\20SkRasterPipelineStage*\2c\20float\2c\20float\2c\20float\2c\20float\29 -7897:portable::gather_rg88\28portable::Params*\2c\20SkRasterPipelineStage*\2c\20float\2c\20float\2c\20float\2c\20float\29 -7898:portable::gather_rg1616\28portable::Params*\2c\20SkRasterPipelineStage*\2c\20float\2c\20float\2c\20float\2c\20float\29 -7899:portable::gather_f32\28portable::Params*\2c\20SkRasterPipelineStage*\2c\20float\2c\20float\2c\20float\2c\20float\29 -7900:portable::gather_f16\28portable::Params*\2c\20SkRasterPipelineStage*\2c\20float\2c\20float\2c\20float\2c\20float\29 -7901:portable::gather_af16\28portable::Params*\2c\20SkRasterPipelineStage*\2c\20float\2c\20float\2c\20float\2c\20float\29 -7902:portable::gather_a8\28portable::Params*\2c\20SkRasterPipelineStage*\2c\20float\2c\20float\2c\20float\2c\20float\29 -7903:portable::gather_a16\28portable::Params*\2c\20SkRasterPipelineStage*\2c\20float\2c\20float\2c\20float\2c\20float\29 -7904:portable::gather_8888\28portable::Params*\2c\20SkRasterPipelineStage*\2c\20float\2c\20float\2c\20float\2c\20float\29 -7905:portable::gather_565\28portable::Params*\2c\20SkRasterPipelineStage*\2c\20float\2c\20float\2c\20float\2c\20float\29 -7906:portable::gather_4444\28portable::Params*\2c\20SkRasterPipelineStage*\2c\20float\2c\20float\2c\20float\2c\20float\29 -7907:portable::gather_16161616\28portable::Params*\2c\20SkRasterPipelineStage*\2c\20float\2c\20float\2c\20float\2c\20float\29 -7908:portable::gather_10x6\28portable::Params*\2c\20SkRasterPipelineStage*\2c\20float\2c\20float\2c\20float\2c\20float\29 -7909:portable::gather_1010102_xr\28portable::Params*\2c\20SkRasterPipelineStage*\2c\20float\2c\20float\2c\20float\2c\20float\29 -7910:portable::gather_1010102\28portable::Params*\2c\20SkRasterPipelineStage*\2c\20float\2c\20float\2c\20float\2c\20float\29 -7911:portable::gather_10101010_xr\28portable::Params*\2c\20SkRasterPipelineStage*\2c\20float\2c\20float\2c\20float\2c\20float\29 -7912:portable::gamma_\28portable::Params*\2c\20SkRasterPipelineStage*\2c\20float\2c\20float\2c\20float\2c\20float\29 -7913:portable::force_opaque_dst\28portable::Params*\2c\20SkRasterPipelineStage*\2c\20float\2c\20float\2c\20float\2c\20float\29 -7914:portable::force_opaque\28portable::Params*\2c\20SkRasterPipelineStage*\2c\20float\2c\20float\2c\20float\2c\20float\29 -7915:portable::floor_float\28portable::Params*\2c\20SkRasterPipelineStage*\2c\20float\2c\20float\2c\20float\2c\20float\29 -7916:portable::floor_4_floats\28portable::Params*\2c\20SkRasterPipelineStage*\2c\20float\2c\20float\2c\20float\2c\20float\29 -7917:portable::floor_3_floats\28portable::Params*\2c\20SkRasterPipelineStage*\2c\20float\2c\20float\2c\20float\2c\20float\29 -7918:portable::floor_2_floats\28portable::Params*\2c\20SkRasterPipelineStage*\2c\20float\2c\20float\2c\20float\2c\20float\29 -7919:portable::exp_float\28portable::Params*\2c\20SkRasterPipelineStage*\2c\20float\2c\20float\2c\20float\2c\20float\29 -7920:portable::exp2_float\28portable::Params*\2c\20SkRasterPipelineStage*\2c\20float\2c\20float\2c\20float\2c\20float\29 -7921:portable::exclusion\28portable::Params*\2c\20SkRasterPipelineStage*\2c\20float\2c\20float\2c\20float\2c\20float\29 -7922:portable::exchange_src\28portable::Params*\2c\20SkRasterPipelineStage*\2c\20float\2c\20float\2c\20float\2c\20float\29 -7923:portable::evenly_spaced_gradient\28portable::Params*\2c\20SkRasterPipelineStage*\2c\20float\2c\20float\2c\20float\2c\20float\29 -7924:portable::evenly_spaced_2_stop_gradient\28portable::Params*\2c\20SkRasterPipelineStage*\2c\20float\2c\20float\2c\20float\2c\20float\29 -7925:portable::emboss\28portable::Params*\2c\20SkRasterPipelineStage*\2c\20float\2c\20float\2c\20float\2c\20float\29 -7926:portable::dstover\28portable::Params*\2c\20SkRasterPipelineStage*\2c\20float\2c\20float\2c\20float\2c\20float\29 -7927:portable::dstout\28portable::Params*\2c\20SkRasterPipelineStage*\2c\20float\2c\20float\2c\20float\2c\20float\29 -7928:portable::dstin\28portable::Params*\2c\20SkRasterPipelineStage*\2c\20float\2c\20float\2c\20float\2c\20float\29 -7929:portable::dstatop\28portable::Params*\2c\20SkRasterPipelineStage*\2c\20float\2c\20float\2c\20float\2c\20float\29 -7930:portable::dot_4_floats\28portable::Params*\2c\20SkRasterPipelineStage*\2c\20float\2c\20float\2c\20float\2c\20float\29 -7931:portable::dot_3_floats\28portable::Params*\2c\20SkRasterPipelineStage*\2c\20float\2c\20float\2c\20float\2c\20float\29 -7932:portable::dot_2_floats\28portable::Params*\2c\20SkRasterPipelineStage*\2c\20float\2c\20float\2c\20float\2c\20float\29 -7933:portable::div_uint\28portable::Params*\2c\20SkRasterPipelineStage*\2c\20float\2c\20float\2c\20float\2c\20float\29 -7934:portable::div_n_uints\28portable::Params*\2c\20SkRasterPipelineStage*\2c\20float\2c\20float\2c\20float\2c\20float\29 -7935:portable::div_n_ints\28portable::Params*\2c\20SkRasterPipelineStage*\2c\20float\2c\20float\2c\20float\2c\20float\29 -7936:portable::div_n_floats\28portable::Params*\2c\20SkRasterPipelineStage*\2c\20float\2c\20float\2c\20float\2c\20float\29 -7937:portable::div_int\28portable::Params*\2c\20SkRasterPipelineStage*\2c\20float\2c\20float\2c\20float\2c\20float\29 -7938:portable::div_float\28portable::Params*\2c\20SkRasterPipelineStage*\2c\20float\2c\20float\2c\20float\2c\20float\29 -7939:portable::div_4_uints\28portable::Params*\2c\20SkRasterPipelineStage*\2c\20float\2c\20float\2c\20float\2c\20float\29 -7940:portable::div_4_ints\28portable::Params*\2c\20SkRasterPipelineStage*\2c\20float\2c\20float\2c\20float\2c\20float\29 -7941:portable::div_4_floats\28portable::Params*\2c\20SkRasterPipelineStage*\2c\20float\2c\20float\2c\20float\2c\20float\29 -7942:portable::div_3_uints\28portable::Params*\2c\20SkRasterPipelineStage*\2c\20float\2c\20float\2c\20float\2c\20float\29 -7943:portable::div_3_ints\28portable::Params*\2c\20SkRasterPipelineStage*\2c\20float\2c\20float\2c\20float\2c\20float\29 -7944:portable::div_3_floats\28portable::Params*\2c\20SkRasterPipelineStage*\2c\20float\2c\20float\2c\20float\2c\20float\29 -7945:portable::div_2_uints\28portable::Params*\2c\20SkRasterPipelineStage*\2c\20float\2c\20float\2c\20float\2c\20float\29 -7946:portable::div_2_ints\28portable::Params*\2c\20SkRasterPipelineStage*\2c\20float\2c\20float\2c\20float\2c\20float\29 -7947:portable::div_2_floats\28portable::Params*\2c\20SkRasterPipelineStage*\2c\20float\2c\20float\2c\20float\2c\20float\29 -7948:portable::dither\28portable::Params*\2c\20SkRasterPipelineStage*\2c\20float\2c\20float\2c\20float\2c\20float\29 -7949:portable::difference\28portable::Params*\2c\20SkRasterPipelineStage*\2c\20float\2c\20float\2c\20float\2c\20float\29 -7950:portable::decal_y\28portable::Params*\2c\20SkRasterPipelineStage*\2c\20float\2c\20float\2c\20float\2c\20float\29 -7951:portable::decal_x_and_y\28portable::Params*\2c\20SkRasterPipelineStage*\2c\20float\2c\20float\2c\20float\2c\20float\29 -7952:portable::decal_x\28portable::Params*\2c\20SkRasterPipelineStage*\2c\20float\2c\20float\2c\20float\2c\20float\29 -7953:portable::debug_r_255\28portable::Params*\2c\20SkRasterPipelineStage*\2c\20float\2c\20float\2c\20float\2c\20float\29 -7954:portable::debug_g_255\28portable::Params*\2c\20SkRasterPipelineStage*\2c\20float\2c\20float\2c\20float\2c\20float\29 -7955:portable::debug_b_255\28portable::Params*\2c\20SkRasterPipelineStage*\2c\20float\2c\20float\2c\20float\2c\20float\29 -7956:portable::debug_b\28portable::Params*\2c\20SkRasterPipelineStage*\2c\20float\2c\20float\2c\20float\2c\20float\29 -7957:portable::debug_a_255\28portable::Params*\2c\20SkRasterPipelineStage*\2c\20float\2c\20float\2c\20float\2c\20float\29 -7958:portable::debug_a\28portable::Params*\2c\20SkRasterPipelineStage*\2c\20float\2c\20float\2c\20float\2c\20float\29 -7959:portable::darken\28portable::Params*\2c\20SkRasterPipelineStage*\2c\20float\2c\20float\2c\20float\2c\20float\29 -7960:portable::css_oklab_to_linear_srgb\28portable::Params*\2c\20SkRasterPipelineStage*\2c\20float\2c\20float\2c\20float\2c\20float\29 -7961:portable::css_oklab_gamut_map_to_linear_srgb\28portable::Params*\2c\20SkRasterPipelineStage*\2c\20float\2c\20float\2c\20float\2c\20float\29 -7962:portable::css_lab_to_xyz\28portable::Params*\2c\20SkRasterPipelineStage*\2c\20float\2c\20float\2c\20float\2c\20float\29 -7963:portable::css_hwb_to_srgb\28portable::Params*\2c\20SkRasterPipelineStage*\2c\20float\2c\20float\2c\20float\2c\20float\29 -7964:portable::css_hsl_to_srgb\28portable::Params*\2c\20SkRasterPipelineStage*\2c\20float\2c\20float\2c\20float\2c\20float\29 -7965:portable::css_hcl_to_lab\28portable::Params*\2c\20SkRasterPipelineStage*\2c\20float\2c\20float\2c\20float\2c\20float\29 -7966:portable::cos_float\28portable::Params*\2c\20SkRasterPipelineStage*\2c\20float\2c\20float\2c\20float\2c\20float\29 -7967:portable::copy_uniform\28portable::Params*\2c\20SkRasterPipelineStage*\2c\20float\2c\20float\2c\20float\2c\20float\29 -7968:portable::copy_to_indirect_masked\28portable::Params*\2c\20SkRasterPipelineStage*\2c\20float\2c\20float\2c\20float\2c\20float\29 -7969:portable::copy_slot_unmasked\28portable::Params*\2c\20SkRasterPipelineStage*\2c\20float\2c\20float\2c\20float\2c\20float\29 -7970:portable::copy_slot_masked\28portable::Params*\2c\20SkRasterPipelineStage*\2c\20float\2c\20float\2c\20float\2c\20float\29 -7971:portable::copy_immutable_unmasked\28portable::Params*\2c\20SkRasterPipelineStage*\2c\20float\2c\20float\2c\20float\2c\20float\29 -7972:portable::copy_constant\28portable::Params*\2c\20SkRasterPipelineStage*\2c\20float\2c\20float\2c\20float\2c\20float\29 -7973:portable::copy_4_uniforms\28portable::Params*\2c\20SkRasterPipelineStage*\2c\20float\2c\20float\2c\20float\2c\20float\29 -7974:portable::copy_4_slots_unmasked\28portable::Params*\2c\20SkRasterPipelineStage*\2c\20float\2c\20float\2c\20float\2c\20float\29 -7975:portable::copy_4_slots_masked\28portable::Params*\2c\20SkRasterPipelineStage*\2c\20float\2c\20float\2c\20float\2c\20float\29 -7976:portable::copy_4_immutables_unmasked\28portable::Params*\2c\20SkRasterPipelineStage*\2c\20float\2c\20float\2c\20float\2c\20float\29 -7977:portable::copy_3_uniforms\28portable::Params*\2c\20SkRasterPipelineStage*\2c\20float\2c\20float\2c\20float\2c\20float\29 -7978:portable::copy_3_slots_unmasked\28portable::Params*\2c\20SkRasterPipelineStage*\2c\20float\2c\20float\2c\20float\2c\20float\29 -7979:portable::copy_3_slots_masked\28portable::Params*\2c\20SkRasterPipelineStage*\2c\20float\2c\20float\2c\20float\2c\20float\29 -7980:portable::copy_3_immutables_unmasked\28portable::Params*\2c\20SkRasterPipelineStage*\2c\20float\2c\20float\2c\20float\2c\20float\29 -7981:portable::copy_2_uniforms\28portable::Params*\2c\20SkRasterPipelineStage*\2c\20float\2c\20float\2c\20float\2c\20float\29 -7982:portable::copy_2_slots_masked\28portable::Params*\2c\20SkRasterPipelineStage*\2c\20float\2c\20float\2c\20float\2c\20float\29 -7983:portable::continue_op\28portable::Params*\2c\20SkRasterPipelineStage*\2c\20float\2c\20float\2c\20float\2c\20float\29 -7984:portable::colordodge\28portable::Params*\2c\20SkRasterPipelineStage*\2c\20float\2c\20float\2c\20float\2c\20float\29 -7985:portable::colorburn\28portable::Params*\2c\20SkRasterPipelineStage*\2c\20float\2c\20float\2c\20float\2c\20float\29 -7986:portable::color\28portable::Params*\2c\20SkRasterPipelineStage*\2c\20float\2c\20float\2c\20float\2c\20float\29 -7987:portable::cmpne_n_ints\28portable::Params*\2c\20SkRasterPipelineStage*\2c\20float\2c\20float\2c\20float\2c\20float\29 -7988:portable::cmpne_n_floats\28portable::Params*\2c\20SkRasterPipelineStage*\2c\20float\2c\20float\2c\20float\2c\20float\29 -7989:portable::cmpne_int\28portable::Params*\2c\20SkRasterPipelineStage*\2c\20float\2c\20float\2c\20float\2c\20float\29 -7990:portable::cmpne_imm_int\28portable::Params*\2c\20SkRasterPipelineStage*\2c\20float\2c\20float\2c\20float\2c\20float\29 -7991:portable::cmpne_imm_float\28portable::Params*\2c\20SkRasterPipelineStage*\2c\20float\2c\20float\2c\20float\2c\20float\29 -7992:portable::cmpne_float\28portable::Params*\2c\20SkRasterPipelineStage*\2c\20float\2c\20float\2c\20float\2c\20float\29 -7993:portable::cmpne_4_ints\28portable::Params*\2c\20SkRasterPipelineStage*\2c\20float\2c\20float\2c\20float\2c\20float\29 -7994:portable::cmpne_4_floats\28portable::Params*\2c\20SkRasterPipelineStage*\2c\20float\2c\20float\2c\20float\2c\20float\29 -7995:portable::cmpne_3_ints\28portable::Params*\2c\20SkRasterPipelineStage*\2c\20float\2c\20float\2c\20float\2c\20float\29 -7996:portable::cmpne_3_floats\28portable::Params*\2c\20SkRasterPipelineStage*\2c\20float\2c\20float\2c\20float\2c\20float\29 -7997:portable::cmpne_2_ints\28portable::Params*\2c\20SkRasterPipelineStage*\2c\20float\2c\20float\2c\20float\2c\20float\29 -7998:portable::cmpne_2_floats\28portable::Params*\2c\20SkRasterPipelineStage*\2c\20float\2c\20float\2c\20float\2c\20float\29 -7999:portable::cmplt_uint\28portable::Params*\2c\20SkRasterPipelineStage*\2c\20float\2c\20float\2c\20float\2c\20float\29 -8000:portable::cmplt_n_uints\28portable::Params*\2c\20SkRasterPipelineStage*\2c\20float\2c\20float\2c\20float\2c\20float\29 -8001:portable::cmplt_n_ints\28portable::Params*\2c\20SkRasterPipelineStage*\2c\20float\2c\20float\2c\20float\2c\20float\29 -8002:portable::cmplt_n_floats\28portable::Params*\2c\20SkRasterPipelineStage*\2c\20float\2c\20float\2c\20float\2c\20float\29 -8003:portable::cmplt_int\28portable::Params*\2c\20SkRasterPipelineStage*\2c\20float\2c\20float\2c\20float\2c\20float\29 -8004:portable::cmplt_imm_uint\28portable::Params*\2c\20SkRasterPipelineStage*\2c\20float\2c\20float\2c\20float\2c\20float\29 -8005:portable::cmplt_imm_int\28portable::Params*\2c\20SkRasterPipelineStage*\2c\20float\2c\20float\2c\20float\2c\20float\29 -8006:portable::cmplt_imm_float\28portable::Params*\2c\20SkRasterPipelineStage*\2c\20float\2c\20float\2c\20float\2c\20float\29 -8007:portable::cmplt_float\28portable::Params*\2c\20SkRasterPipelineStage*\2c\20float\2c\20float\2c\20float\2c\20float\29 -8008:portable::cmplt_4_uints\28portable::Params*\2c\20SkRasterPipelineStage*\2c\20float\2c\20float\2c\20float\2c\20float\29 -8009:portable::cmplt_4_ints\28portable::Params*\2c\20SkRasterPipelineStage*\2c\20float\2c\20float\2c\20float\2c\20float\29 -8010:portable::cmplt_4_floats\28portable::Params*\2c\20SkRasterPipelineStage*\2c\20float\2c\20float\2c\20float\2c\20float\29 -8011:portable::cmplt_3_uints\28portable::Params*\2c\20SkRasterPipelineStage*\2c\20float\2c\20float\2c\20float\2c\20float\29 -8012:portable::cmplt_3_ints\28portable::Params*\2c\20SkRasterPipelineStage*\2c\20float\2c\20float\2c\20float\2c\20float\29 -8013:portable::cmplt_3_floats\28portable::Params*\2c\20SkRasterPipelineStage*\2c\20float\2c\20float\2c\20float\2c\20float\29 -8014:portable::cmplt_2_uints\28portable::Params*\2c\20SkRasterPipelineStage*\2c\20float\2c\20float\2c\20float\2c\20float\29 -8015:portable::cmplt_2_ints\28portable::Params*\2c\20SkRasterPipelineStage*\2c\20float\2c\20float\2c\20float\2c\20float\29 -8016:portable::cmplt_2_floats\28portable::Params*\2c\20SkRasterPipelineStage*\2c\20float\2c\20float\2c\20float\2c\20float\29 -8017:portable::cmple_uint\28portable::Params*\2c\20SkRasterPipelineStage*\2c\20float\2c\20float\2c\20float\2c\20float\29 -8018:portable::cmple_n_uints\28portable::Params*\2c\20SkRasterPipelineStage*\2c\20float\2c\20float\2c\20float\2c\20float\29 -8019:portable::cmple_n_ints\28portable::Params*\2c\20SkRasterPipelineStage*\2c\20float\2c\20float\2c\20float\2c\20float\29 -8020:portable::cmple_n_floats\28portable::Params*\2c\20SkRasterPipelineStage*\2c\20float\2c\20float\2c\20float\2c\20float\29 -8021:portable::cmple_int\28portable::Params*\2c\20SkRasterPipelineStage*\2c\20float\2c\20float\2c\20float\2c\20float\29 -8022:portable::cmple_imm_uint\28portable::Params*\2c\20SkRasterPipelineStage*\2c\20float\2c\20float\2c\20float\2c\20float\29 -8023:portable::cmple_imm_int\28portable::Params*\2c\20SkRasterPipelineStage*\2c\20float\2c\20float\2c\20float\2c\20float\29 -8024:portable::cmple_imm_float\28portable::Params*\2c\20SkRasterPipelineStage*\2c\20float\2c\20float\2c\20float\2c\20float\29 -8025:portable::cmple_float\28portable::Params*\2c\20SkRasterPipelineStage*\2c\20float\2c\20float\2c\20float\2c\20float\29 -8026:portable::cmple_4_uints\28portable::Params*\2c\20SkRasterPipelineStage*\2c\20float\2c\20float\2c\20float\2c\20float\29 -8027:portable::cmple_4_ints\28portable::Params*\2c\20SkRasterPipelineStage*\2c\20float\2c\20float\2c\20float\2c\20float\29 -8028:portable::cmple_4_floats\28portable::Params*\2c\20SkRasterPipelineStage*\2c\20float\2c\20float\2c\20float\2c\20float\29 -8029:portable::cmple_3_uints\28portable::Params*\2c\20SkRasterPipelineStage*\2c\20float\2c\20float\2c\20float\2c\20float\29 -8030:portable::cmple_3_ints\28portable::Params*\2c\20SkRasterPipelineStage*\2c\20float\2c\20float\2c\20float\2c\20float\29 -8031:portable::cmple_3_floats\28portable::Params*\2c\20SkRasterPipelineStage*\2c\20float\2c\20float\2c\20float\2c\20float\29 -8032:portable::cmple_2_uints\28portable::Params*\2c\20SkRasterPipelineStage*\2c\20float\2c\20float\2c\20float\2c\20float\29 -8033:portable::cmple_2_ints\28portable::Params*\2c\20SkRasterPipelineStage*\2c\20float\2c\20float\2c\20float\2c\20float\29 -8034:portable::cmple_2_floats\28portable::Params*\2c\20SkRasterPipelineStage*\2c\20float\2c\20float\2c\20float\2c\20float\29 -8035:portable::cmpeq_n_ints\28portable::Params*\2c\20SkRasterPipelineStage*\2c\20float\2c\20float\2c\20float\2c\20float\29 -8036:portable::cmpeq_n_floats\28portable::Params*\2c\20SkRasterPipelineStage*\2c\20float\2c\20float\2c\20float\2c\20float\29 -8037:portable::cmpeq_int\28portable::Params*\2c\20SkRasterPipelineStage*\2c\20float\2c\20float\2c\20float\2c\20float\29 -8038:portable::cmpeq_imm_int\28portable::Params*\2c\20SkRasterPipelineStage*\2c\20float\2c\20float\2c\20float\2c\20float\29 -8039:portable::cmpeq_imm_float\28portable::Params*\2c\20SkRasterPipelineStage*\2c\20float\2c\20float\2c\20float\2c\20float\29 -8040:portable::cmpeq_float\28portable::Params*\2c\20SkRasterPipelineStage*\2c\20float\2c\20float\2c\20float\2c\20float\29 -8041:portable::cmpeq_4_ints\28portable::Params*\2c\20SkRasterPipelineStage*\2c\20float\2c\20float\2c\20float\2c\20float\29 -8042:portable::cmpeq_4_floats\28portable::Params*\2c\20SkRasterPipelineStage*\2c\20float\2c\20float\2c\20float\2c\20float\29 -8043:portable::cmpeq_3_ints\28portable::Params*\2c\20SkRasterPipelineStage*\2c\20float\2c\20float\2c\20float\2c\20float\29 -8044:portable::cmpeq_3_floats\28portable::Params*\2c\20SkRasterPipelineStage*\2c\20float\2c\20float\2c\20float\2c\20float\29 -8045:portable::cmpeq_2_ints\28portable::Params*\2c\20SkRasterPipelineStage*\2c\20float\2c\20float\2c\20float\2c\20float\29 -8046:portable::cmpeq_2_floats\28portable::Params*\2c\20SkRasterPipelineStage*\2c\20float\2c\20float\2c\20float\2c\20float\29 -8047:portable::clear\28portable::Params*\2c\20SkRasterPipelineStage*\2c\20float\2c\20float\2c\20float\2c\20float\29 -8048:portable::clamp_x_and_y\28portable::Params*\2c\20SkRasterPipelineStage*\2c\20float\2c\20float\2c\20float\2c\20float\29 -8049:portable::clamp_x_1\28portable::Params*\2c\20SkRasterPipelineStage*\2c\20float\2c\20float\2c\20float\2c\20float\29 -8050:portable::clamp_gamut\28portable::Params*\2c\20SkRasterPipelineStage*\2c\20float\2c\20float\2c\20float\2c\20float\29 -8051:portable::clamp_a_01\28portable::Params*\2c\20SkRasterPipelineStage*\2c\20float\2c\20float\2c\20float\2c\20float\29 -8052:portable::clamp_01\28portable::Params*\2c\20SkRasterPipelineStage*\2c\20float\2c\20float\2c\20float\2c\20float\29 -8053:portable::ceil_float\28portable::Params*\2c\20SkRasterPipelineStage*\2c\20float\2c\20float\2c\20float\2c\20float\29 -8054:portable::ceil_4_floats\28portable::Params*\2c\20SkRasterPipelineStage*\2c\20float\2c\20float\2c\20float\2c\20float\29 -8055:portable::ceil_3_floats\28portable::Params*\2c\20SkRasterPipelineStage*\2c\20float\2c\20float\2c\20float\2c\20float\29 -8056:portable::ceil_2_floats\28portable::Params*\2c\20SkRasterPipelineStage*\2c\20float\2c\20float\2c\20float\2c\20float\29 -8057:portable::cast_to_uint_from_float\28portable::Params*\2c\20SkRasterPipelineStage*\2c\20float\2c\20float\2c\20float\2c\20float\29 -8058:portable::cast_to_uint_from_4_floats\28portable::Params*\2c\20SkRasterPipelineStage*\2c\20float\2c\20float\2c\20float\2c\20float\29 -8059:portable::cast_to_uint_from_3_floats\28portable::Params*\2c\20SkRasterPipelineStage*\2c\20float\2c\20float\2c\20float\2c\20float\29 -8060:portable::cast_to_uint_from_2_floats\28portable::Params*\2c\20SkRasterPipelineStage*\2c\20float\2c\20float\2c\20float\2c\20float\29 -8061:portable::cast_to_int_from_float\28portable::Params*\2c\20SkRasterPipelineStage*\2c\20float\2c\20float\2c\20float\2c\20float\29 -8062:portable::cast_to_int_from_4_floats\28portable::Params*\2c\20SkRasterPipelineStage*\2c\20float\2c\20float\2c\20float\2c\20float\29 -8063:portable::cast_to_int_from_3_floats\28portable::Params*\2c\20SkRasterPipelineStage*\2c\20float\2c\20float\2c\20float\2c\20float\29 -8064:portable::cast_to_int_from_2_floats\28portable::Params*\2c\20SkRasterPipelineStage*\2c\20float\2c\20float\2c\20float\2c\20float\29 -8065:portable::cast_to_float_from_uint\28portable::Params*\2c\20SkRasterPipelineStage*\2c\20float\2c\20float\2c\20float\2c\20float\29 -8066:portable::cast_to_float_from_int\28portable::Params*\2c\20SkRasterPipelineStage*\2c\20float\2c\20float\2c\20float\2c\20float\29 -8067:portable::cast_to_float_from_4_uints\28portable::Params*\2c\20SkRasterPipelineStage*\2c\20float\2c\20float\2c\20float\2c\20float\29 -8068:portable::cast_to_float_from_4_ints\28portable::Params*\2c\20SkRasterPipelineStage*\2c\20float\2c\20float\2c\20float\2c\20float\29 -8069:portable::cast_to_float_from_3_uints\28portable::Params*\2c\20SkRasterPipelineStage*\2c\20float\2c\20float\2c\20float\2c\20float\29 -8070:portable::cast_to_float_from_3_ints\28portable::Params*\2c\20SkRasterPipelineStage*\2c\20float\2c\20float\2c\20float\2c\20float\29 -8071:portable::cast_to_float_from_2_uints\28portable::Params*\2c\20SkRasterPipelineStage*\2c\20float\2c\20float\2c\20float\2c\20float\29 -8072:portable::cast_to_float_from_2_ints\28portable::Params*\2c\20SkRasterPipelineStage*\2c\20float\2c\20float\2c\20float\2c\20float\29 -8073:portable::case_op\28portable::Params*\2c\20SkRasterPipelineStage*\2c\20float\2c\20float\2c\20float\2c\20float\29 -8074:portable::callback\28portable::Params*\2c\20SkRasterPipelineStage*\2c\20float\2c\20float\2c\20float\2c\20float\29 -8075:portable::byte_tables\28portable::Params*\2c\20SkRasterPipelineStage*\2c\20float\2c\20float\2c\20float\2c\20float\29 -8076:portable::bt709_luminance_or_luma_to_rgb\28portable::Params*\2c\20SkRasterPipelineStage*\2c\20float\2c\20float\2c\20float\2c\20float\29 -8077:portable::bt709_luminance_or_luma_to_alpha\28portable::Params*\2c\20SkRasterPipelineStage*\2c\20float\2c\20float\2c\20float\2c\20float\29 -8078:portable::branch_if_no_lanes_active\28portable::Params*\2c\20SkRasterPipelineStage*\2c\20float\2c\20float\2c\20float\2c\20float\29 -8079:portable::branch_if_no_active_lanes_eq\28portable::Params*\2c\20SkRasterPipelineStage*\2c\20float\2c\20float\2c\20float\2c\20float\29 -8080:portable::branch_if_any_lanes_active\28portable::Params*\2c\20SkRasterPipelineStage*\2c\20float\2c\20float\2c\20float\2c\20float\29 -8081:portable::branch_if_all_lanes_active\28portable::Params*\2c\20SkRasterPipelineStage*\2c\20float\2c\20float\2c\20float\2c\20float\29 -8082:portable::blit_row_s32a_opaque\28unsigned\20int*\2c\20unsigned\20int\20const*\2c\20int\2c\20unsigned\20int\29 -8083:portable::black_color\28portable::Params*\2c\20SkRasterPipelineStage*\2c\20float\2c\20float\2c\20float\2c\20float\29 -8084:portable::bitwise_xor_n_ints\28portable::Params*\2c\20SkRasterPipelineStage*\2c\20float\2c\20float\2c\20float\2c\20float\29 -8085:portable::bitwise_xor_int\28portable::Params*\2c\20SkRasterPipelineStage*\2c\20float\2c\20float\2c\20float\2c\20float\29 -8086:portable::bitwise_xor_imm_int\28portable::Params*\2c\20SkRasterPipelineStage*\2c\20float\2c\20float\2c\20float\2c\20float\29 -8087:portable::bitwise_xor_4_ints\28portable::Params*\2c\20SkRasterPipelineStage*\2c\20float\2c\20float\2c\20float\2c\20float\29 -8088:portable::bitwise_xor_3_ints\28portable::Params*\2c\20SkRasterPipelineStage*\2c\20float\2c\20float\2c\20float\2c\20float\29 -8089:portable::bitwise_xor_2_ints\28portable::Params*\2c\20SkRasterPipelineStage*\2c\20float\2c\20float\2c\20float\2c\20float\29 -8090:portable::bitwise_or_n_ints\28portable::Params*\2c\20SkRasterPipelineStage*\2c\20float\2c\20float\2c\20float\2c\20float\29 -8091:portable::bitwise_or_int\28portable::Params*\2c\20SkRasterPipelineStage*\2c\20float\2c\20float\2c\20float\2c\20float\29 -8092:portable::bitwise_or_4_ints\28portable::Params*\2c\20SkRasterPipelineStage*\2c\20float\2c\20float\2c\20float\2c\20float\29 -8093:portable::bitwise_or_3_ints\28portable::Params*\2c\20SkRasterPipelineStage*\2c\20float\2c\20float\2c\20float\2c\20float\29 -8094:portable::bitwise_or_2_ints\28portable::Params*\2c\20SkRasterPipelineStage*\2c\20float\2c\20float\2c\20float\2c\20float\29 -8095:portable::bitwise_and_n_ints\28portable::Params*\2c\20SkRasterPipelineStage*\2c\20float\2c\20float\2c\20float\2c\20float\29 -8096:portable::bitwise_and_int\28portable::Params*\2c\20SkRasterPipelineStage*\2c\20float\2c\20float\2c\20float\2c\20float\29 -8097:portable::bitwise_and_imm_int\28portable::Params*\2c\20SkRasterPipelineStage*\2c\20float\2c\20float\2c\20float\2c\20float\29 -8098:portable::bitwise_and_imm_4_ints\28portable::Params*\2c\20SkRasterPipelineStage*\2c\20float\2c\20float\2c\20float\2c\20float\29 -8099:portable::bitwise_and_imm_3_ints\28portable::Params*\2c\20SkRasterPipelineStage*\2c\20float\2c\20float\2c\20float\2c\20float\29 -8100:portable::bitwise_and_imm_2_ints\28portable::Params*\2c\20SkRasterPipelineStage*\2c\20float\2c\20float\2c\20float\2c\20float\29 -8101:portable::bitwise_and_4_ints\28portable::Params*\2c\20SkRasterPipelineStage*\2c\20float\2c\20float\2c\20float\2c\20float\29 -8102:portable::bitwise_and_3_ints\28portable::Params*\2c\20SkRasterPipelineStage*\2c\20float\2c\20float\2c\20float\2c\20float\29 -8103:portable::bitwise_and_2_ints\28portable::Params*\2c\20SkRasterPipelineStage*\2c\20float\2c\20float\2c\20float\2c\20float\29 -8104:portable::bilinear_setup\28portable::Params*\2c\20SkRasterPipelineStage*\2c\20float\2c\20float\2c\20float\2c\20float\29 -8105:portable::bilinear_py\28portable::Params*\2c\20SkRasterPipelineStage*\2c\20float\2c\20float\2c\20float\2c\20float\29 -8106:portable::bilinear_px\28portable::Params*\2c\20SkRasterPipelineStage*\2c\20float\2c\20float\2c\20float\2c\20float\29 -8107:portable::bilinear_ny\28portable::Params*\2c\20SkRasterPipelineStage*\2c\20float\2c\20float\2c\20float\2c\20float\29 -8108:portable::bilinear_nx\28portable::Params*\2c\20SkRasterPipelineStage*\2c\20float\2c\20float\2c\20float\2c\20float\29 -8109:portable::bilerp_clamp_8888\28portable::Params*\2c\20SkRasterPipelineStage*\2c\20float\2c\20float\2c\20float\2c\20float\29 -8110:portable::bicubic_setup\28portable::Params*\2c\20SkRasterPipelineStage*\2c\20float\2c\20float\2c\20float\2c\20float\29 -8111:portable::bicubic_p3y\28portable::Params*\2c\20SkRasterPipelineStage*\2c\20float\2c\20float\2c\20float\2c\20float\29 -8112:portable::bicubic_p3x\28portable::Params*\2c\20SkRasterPipelineStage*\2c\20float\2c\20float\2c\20float\2c\20float\29 -8113:portable::bicubic_p1y\28portable::Params*\2c\20SkRasterPipelineStage*\2c\20float\2c\20float\2c\20float\2c\20float\29 -8114:portable::bicubic_p1x\28portable::Params*\2c\20SkRasterPipelineStage*\2c\20float\2c\20float\2c\20float\2c\20float\29 -8115:portable::bicubic_n3y\28portable::Params*\2c\20SkRasterPipelineStage*\2c\20float\2c\20float\2c\20float\2c\20float\29 -8116:portable::bicubic_n3x\28portable::Params*\2c\20SkRasterPipelineStage*\2c\20float\2c\20float\2c\20float\2c\20float\29 -8117:portable::bicubic_n1y\28portable::Params*\2c\20SkRasterPipelineStage*\2c\20float\2c\20float\2c\20float\2c\20float\29 -8118:portable::bicubic_n1x\28portable::Params*\2c\20SkRasterPipelineStage*\2c\20float\2c\20float\2c\20float\2c\20float\29 -8119:portable::bicubic_clamp_8888\28portable::Params*\2c\20SkRasterPipelineStage*\2c\20float\2c\20float\2c\20float\2c\20float\29 -8120:portable::atan_float\28portable::Params*\2c\20SkRasterPipelineStage*\2c\20float\2c\20float\2c\20float\2c\20float\29 -8121:portable::atan2_n_floats\28portable::Params*\2c\20SkRasterPipelineStage*\2c\20float\2c\20float\2c\20float\2c\20float\29 -8122:portable::asin_float\28portable::Params*\2c\20SkRasterPipelineStage*\2c\20float\2c\20float\2c\20float\2c\20float\29 -8123:portable::alter_2pt_conical_unswap\28portable::Params*\2c\20SkRasterPipelineStage*\2c\20float\2c\20float\2c\20float\2c\20float\29 -8124:portable::alter_2pt_conical_compensate_focal\28portable::Params*\2c\20SkRasterPipelineStage*\2c\20float\2c\20float\2c\20float\2c\20float\29 -8125:portable::alpha_to_red_dst\28portable::Params*\2c\20SkRasterPipelineStage*\2c\20float\2c\20float\2c\20float\2c\20float\29 -8126:portable::alpha_to_red\28portable::Params*\2c\20SkRasterPipelineStage*\2c\20float\2c\20float\2c\20float\2c\20float\29 -8127:portable::alpha_to_gray_dst\28portable::Params*\2c\20SkRasterPipelineStage*\2c\20float\2c\20float\2c\20float\2c\20float\29 -8128:portable::alpha_to_gray\28portable::Params*\2c\20SkRasterPipelineStage*\2c\20float\2c\20float\2c\20float\2c\20float\29 -8129:portable::add_n_ints\28portable::Params*\2c\20SkRasterPipelineStage*\2c\20float\2c\20float\2c\20float\2c\20float\29 -8130:portable::add_n_floats\28portable::Params*\2c\20SkRasterPipelineStage*\2c\20float\2c\20float\2c\20float\2c\20float\29 -8131:portable::add_int\28portable::Params*\2c\20SkRasterPipelineStage*\2c\20float\2c\20float\2c\20float\2c\20float\29 -8132:portable::add_imm_int\28portable::Params*\2c\20SkRasterPipelineStage*\2c\20float\2c\20float\2c\20float\2c\20float\29 -8133:portable::add_imm_float\28portable::Params*\2c\20SkRasterPipelineStage*\2c\20float\2c\20float\2c\20float\2c\20float\29 -8134:portable::add_float\28portable::Params*\2c\20SkRasterPipelineStage*\2c\20float\2c\20float\2c\20float\2c\20float\29 -8135:portable::add_4_ints\28portable::Params*\2c\20SkRasterPipelineStage*\2c\20float\2c\20float\2c\20float\2c\20float\29 -8136:portable::add_4_floats\28portable::Params*\2c\20SkRasterPipelineStage*\2c\20float\2c\20float\2c\20float\2c\20float\29 -8137:portable::add_3_ints\28portable::Params*\2c\20SkRasterPipelineStage*\2c\20float\2c\20float\2c\20float\2c\20float\29 -8138:portable::add_3_floats\28portable::Params*\2c\20SkRasterPipelineStage*\2c\20float\2c\20float\2c\20float\2c\20float\29 -8139:portable::add_2_ints\28portable::Params*\2c\20SkRasterPipelineStage*\2c\20float\2c\20float\2c\20float\2c\20float\29 -8140:portable::add_2_floats\28portable::Params*\2c\20SkRasterPipelineStage*\2c\20float\2c\20float\2c\20float\2c\20float\29 -8141:portable::acos_float\28portable::Params*\2c\20SkRasterPipelineStage*\2c\20float\2c\20float\2c\20float\2c\20float\29 -8142:portable::accumulate\28portable::Params*\2c\20SkRasterPipelineStage*\2c\20float\2c\20float\2c\20float\2c\20float\29 -8143:portable::abs_int\28portable::Params*\2c\20SkRasterPipelineStage*\2c\20float\2c\20float\2c\20float\2c\20float\29 -8144:portable::abs_4_ints\28portable::Params*\2c\20SkRasterPipelineStage*\2c\20float\2c\20float\2c\20float\2c\20float\29 -8145:portable::abs_3_ints\28portable::Params*\2c\20SkRasterPipelineStage*\2c\20float\2c\20float\2c\20float\2c\20float\29 -8146:portable::abs_2_ints\28portable::Params*\2c\20SkRasterPipelineStage*\2c\20float\2c\20float\2c\20float\2c\20float\29 -8147:portable::RGB_to_RGB1\28unsigned\20int*\2c\20unsigned\20char\20const*\2c\20int\29 -8148:portable::RGB_to_BGR1\28unsigned\20int*\2c\20unsigned\20char\20const*\2c\20int\29 -8149:portable::RGBA_to_rgbA\28unsigned\20int*\2c\20unsigned\20int\20const*\2c\20int\29 -8150:portable::RGBA_to_bgrA\28unsigned\20int*\2c\20unsigned\20int\20const*\2c\20int\29 -8151:portable::RGBA_to_BGRA\28unsigned\20int*\2c\20unsigned\20int\20const*\2c\20int\29 -8152:portable::PQish\28portable::Params*\2c\20SkRasterPipelineStage*\2c\20float\2c\20float\2c\20float\2c\20float\29 -8153:portable::HLGish\28portable::Params*\2c\20SkRasterPipelineStage*\2c\20float\2c\20float\2c\20float\2c\20float\29 -8154:portable::HLGinvish\28portable::Params*\2c\20SkRasterPipelineStage*\2c\20float\2c\20float\2c\20float\2c\20float\29 -8155:pop_arg_long_double -8156:pointerTOCLookupFn\28UDataMemory\20const*\2c\20char\20const*\2c\20int*\2c\20UErrorCode*\29 -8157:png_read_filter_row_up -8158:png_read_filter_row_sub -8159:png_read_filter_row_paeth_multibyte_pixel -8160:png_read_filter_row_paeth_1byte_pixel -8161:png_read_filter_row_avg -8162:pass2_no_dither -8163:pass2_fs_dither -8164:override_features_khmer\28hb_ot_shape_planner_t*\29 -8165:override_features_indic\28hb_ot_shape_planner_t*\29 -8166:override_features_hangul\28hb_ot_shape_planner_t*\29 -8167:output_message -8168:operator\20delete\28void*\2c\20unsigned\20long\29 -8169:offsetTOCLookupFn\28UDataMemory\20const*\2c\20char\20const*\2c\20int*\2c\20UErrorCode*\29 -8170:null_convert -8171:noop_upsample -8172:non-virtual\20thunk\20to\20std::__2::basic_stringstream\2c\20std::__2::allocator>::~basic_stringstream\28\29_17826 -8173:non-virtual\20thunk\20to\20std::__2::basic_stringstream\2c\20std::__2::allocator>::~basic_stringstream\28\29 -8174:non-virtual\20thunk\20to\20std::__2::basic_iostream>::~basic_iostream\28\29_17745 -8175:non-virtual\20thunk\20to\20std::__2::basic_iostream>::~basic_iostream\28\29 -8176:non-virtual\20thunk\20to\20skif::\28anonymous\20namespace\29::GaneshBackend::~GaneshBackend\28\29_10866 -8177:non-virtual\20thunk\20to\20skif::\28anonymous\20namespace\29::GaneshBackend::~GaneshBackend\28\29_10865 -8178:non-virtual\20thunk\20to\20skif::\28anonymous\20namespace\29::GaneshBackend::~GaneshBackend\28\29_10863 -8179:non-virtual\20thunk\20to\20skif::\28anonymous\20namespace\29::GaneshBackend::~GaneshBackend\28\29 -8180:non-virtual\20thunk\20to\20skif::\28anonymous\20namespace\29::GaneshBackend::makeDevice\28SkImageInfo\20const&\29\20const -8181:non-virtual\20thunk\20to\20skif::\28anonymous\20namespace\29::GaneshBackend::findAlgorithm\28SkSize\2c\20SkColorType\29\20const -8182:non-virtual\20thunk\20to\20skgpu::ganesh::SmallPathAtlasMgr::~SmallPathAtlasMgr\28\29_11706 -8183:non-virtual\20thunk\20to\20skgpu::ganesh::SmallPathAtlasMgr::~SmallPathAtlasMgr\28\29 -8184:non-virtual\20thunk\20to\20skgpu::ganesh::SmallPathAtlasMgr::evict\28skgpu::PlotLocator\29 -8185:non-virtual\20thunk\20to\20skgpu::ganesh::AtlasPathRenderer::~AtlasPathRenderer\28\29_11036 -8186:non-virtual\20thunk\20to\20skgpu::ganesh::AtlasPathRenderer::~AtlasPathRenderer\28\29 -8187:non-virtual\20thunk\20to\20skgpu::ganesh::AtlasPathRenderer::preFlush\28GrOnFlushResourceProvider*\29 -8188:non-virtual\20thunk\20to\20icu_74::UnicodeSet::~UnicodeSet\28\29_14511 -8189:non-virtual\20thunk\20to\20icu_74::UnicodeSet::~UnicodeSet\28\29 -8190:non-virtual\20thunk\20to\20icu_74::UnicodeSet::toPattern\28icu_74::UnicodeString&\2c\20signed\20char\29\20const -8191:non-virtual\20thunk\20to\20icu_74::UnicodeSet::matches\28icu_74::Replaceable\20const&\2c\20int&\2c\20int\2c\20signed\20char\29 -8192:non-virtual\20thunk\20to\20icu_74::UnicodeSet::matchesIndexValue\28unsigned\20char\29\20const -8193:non-virtual\20thunk\20to\20icu_74::UnicodeSet::addMatchSetTo\28icu_74::UnicodeSet&\29\20const -8194:non-virtual\20thunk\20to\20GrTextureRenderTargetProxy::~GrTextureRenderTargetProxy\28\29_10011 -8195:non-virtual\20thunk\20to\20GrTextureRenderTargetProxy::~GrTextureRenderTargetProxy\28\29 -8196:non-virtual\20thunk\20to\20GrTextureRenderTargetProxy::onUninstantiatedGpuMemorySize\28\29\20const -8197:non-virtual\20thunk\20to\20GrTextureRenderTargetProxy::instantiate\28GrResourceProvider*\29 -8198:non-virtual\20thunk\20to\20GrTextureRenderTargetProxy::createSurface\28GrResourceProvider*\29\20const -8199:non-virtual\20thunk\20to\20GrTextureRenderTargetProxy::callbackDesc\28\29\20const -8200:non-virtual\20thunk\20to\20GrOpFlushState::~GrOpFlushState\28\29_9538 -8201:non-virtual\20thunk\20to\20GrOpFlushState::~GrOpFlushState\28\29 -8202:non-virtual\20thunk\20to\20GrOpFlushState::writeView\28\29\20const -8203:non-virtual\20thunk\20to\20GrOpFlushState::usesMSAASurface\28\29\20const -8204:non-virtual\20thunk\20to\20GrOpFlushState::threadSafeCache\28\29\20const -8205:non-virtual\20thunk\20to\20GrOpFlushState::strikeCache\28\29\20const -8206:non-virtual\20thunk\20to\20GrOpFlushState::smallPathAtlasManager\28\29\20const -8207:non-virtual\20thunk\20to\20GrOpFlushState::sampledProxyArray\28\29 -8208:non-virtual\20thunk\20to\20GrOpFlushState::rtProxy\28\29\20const -8209:non-virtual\20thunk\20to\20GrOpFlushState::resourceProvider\28\29\20const -8210:non-virtual\20thunk\20to\20GrOpFlushState::renderPassBarriers\28\29\20const -8211:non-virtual\20thunk\20to\20GrOpFlushState::recordDraw\28GrGeometryProcessor\20const*\2c\20GrSimpleMesh\20const*\2c\20int\2c\20GrSurfaceProxy\20const*\20const*\2c\20GrPrimitiveType\29 -8212:non-virtual\20thunk\20to\20GrOpFlushState::putBackVertices\28int\2c\20unsigned\20long\29 -8213:non-virtual\20thunk\20to\20GrOpFlushState::putBackIndirectDraws\28int\29 -8214:non-virtual\20thunk\20to\20GrOpFlushState::putBackIndices\28int\29 -8215:non-virtual\20thunk\20to\20GrOpFlushState::putBackIndexedIndirectDraws\28int\29 -8216:non-virtual\20thunk\20to\20GrOpFlushState::makeVertexSpace\28unsigned\20long\2c\20int\2c\20sk_sp*\2c\20int*\29 -8217:non-virtual\20thunk\20to\20GrOpFlushState::makeVertexSpaceAtLeast\28unsigned\20long\2c\20int\2c\20int\2c\20sk_sp*\2c\20int*\2c\20int*\29 -8218:non-virtual\20thunk\20to\20GrOpFlushState::makeIndexSpace\28int\2c\20sk_sp*\2c\20int*\29 -8219:non-virtual\20thunk\20to\20GrOpFlushState::makeIndexSpaceAtLeast\28int\2c\20int\2c\20sk_sp*\2c\20int*\2c\20int*\29 -8220:non-virtual\20thunk\20to\20GrOpFlushState::makeDrawIndirectSpace\28int\2c\20sk_sp*\2c\20unsigned\20long*\29 -8221:non-virtual\20thunk\20to\20GrOpFlushState::makeDrawIndexedIndirectSpace\28int\2c\20sk_sp*\2c\20unsigned\20long*\29 -8222:non-virtual\20thunk\20to\20GrOpFlushState::dstProxyView\28\29\20const -8223:non-virtual\20thunk\20to\20GrOpFlushState::detachAppliedClip\28\29 -8224:non-virtual\20thunk\20to\20GrOpFlushState::deferredUploadTarget\28\29 -8225:non-virtual\20thunk\20to\20GrOpFlushState::colorLoadOp\28\29\20const -8226:non-virtual\20thunk\20to\20GrOpFlushState::caps\28\29\20const -8227:non-virtual\20thunk\20to\20GrOpFlushState::atlasManager\28\29\20const -8228:non-virtual\20thunk\20to\20GrOpFlushState::appliedClip\28\29\20const -8229:non-virtual\20thunk\20to\20GrGpuBuffer::~GrGpuBuffer\28\29 -8230:non-virtual\20thunk\20to\20GrGpuBuffer::unref\28\29\20const -8231:non-virtual\20thunk\20to\20GrGpuBuffer::ref\28\29\20const -8232:non-virtual\20thunk\20to\20GrGLTextureRenderTarget::~GrGLTextureRenderTarget\28\29_12475 -8233:non-virtual\20thunk\20to\20GrGLTextureRenderTarget::~GrGLTextureRenderTarget\28\29 -8234:non-virtual\20thunk\20to\20GrGLTextureRenderTarget::onSetLabel\28\29 -8235:non-virtual\20thunk\20to\20GrGLTextureRenderTarget::onRelease\28\29 -8236:non-virtual\20thunk\20to\20GrGLTextureRenderTarget::onGpuMemorySize\28\29\20const -8237:non-virtual\20thunk\20to\20GrGLTextureRenderTarget::onAbandon\28\29 -8238:non-virtual\20thunk\20to\20GrGLTextureRenderTarget::dumpMemoryStatistics\28SkTraceMemoryDump*\29\20const -8239:non-virtual\20thunk\20to\20GrGLTextureRenderTarget::backendFormat\28\29\20const -8240:non-virtual\20thunk\20to\20GrGLSLFragmentShaderBuilder::~GrGLSLFragmentShaderBuilder\28\29_10756 -8241:non-virtual\20thunk\20to\20GrGLSLFragmentShaderBuilder::~GrGLSLFragmentShaderBuilder\28\29 -8242:non-virtual\20thunk\20to\20GrGLSLFragmentShaderBuilder::hasSecondaryOutput\28\29\20const -8243:non-virtual\20thunk\20to\20GrGLSLFragmentShaderBuilder::enableAdvancedBlendEquationIfNeeded\28skgpu::BlendEquation\29 -8244:non-virtual\20thunk\20to\20GrGLSLFragmentShaderBuilder::dstColor\28\29 -8245:non-virtual\20thunk\20to\20GrGLBuffer::~GrGLBuffer\28\29_12116 -8246:non-virtual\20thunk\20to\20GrGLBuffer::~GrGLBuffer\28\29 -8247:new_color_map_2_quant -8248:new_color_map_1_quant -8249:merged_2v_upsample -8250:merged_1v_upsample -8251:locale_cleanup\28\29 -8252:lin_srgb_to_oklab\28SkRGBA4f<\28SkAlphaType\292>\2c\20bool*\29 -8253:lin_srgb_to_okhcl\28SkRGBA4f<\28SkAlphaType\292>\2c\20bool*\29 -8254:legalstub$dynCall_vijjjii -8255:legalstub$dynCall_vijiii -8256:legalstub$dynCall_viji -8257:legalstub$dynCall_vij -8258:legalstub$dynCall_viijii -8259:legalstub$dynCall_viiiiij -8260:legalstub$dynCall_jiji -8261:legalstub$dynCall_jiiiiji -8262:legalstub$dynCall_jiiiiii -8263:legalstub$dynCall_jii -8264:legalstub$dynCall_ji -8265:legalstub$dynCall_iijjiii -8266:legalstub$dynCall_iijj -8267:legalstub$dynCall_iiji -8268:legalstub$dynCall_iij -8269:legalstub$dynCall_iiiji -8270:legalstub$dynCall_iiiiijj -8271:legalstub$dynCall_iiiiij -8272:legalstub$dynCall_iiiiiijj -8273:lcd_to_a8\28unsigned\20char*\2c\20unsigned\20char\20const*\2c\20int\29 -8274:layoutGetMaxValue\28IntProperty\20const&\2c\20UProperty\29 -8275:jpeg_start_output -8276:jpeg_start_decompress -8277:jpeg_skip_scanlines -8278:jpeg_save_markers -8279:jpeg_resync_to_restart -8280:jpeg_read_scanlines -8281:jpeg_read_raw_data -8282:jpeg_read_header -8283:jpeg_input_complete -8284:jpeg_idct_islow -8285:jpeg_idct_ifast -8286:jpeg_idct_float -8287:jpeg_idct_9x9 -8288:jpeg_idct_7x7 -8289:jpeg_idct_6x6 -8290:jpeg_idct_5x5 -8291:jpeg_idct_4x4 -8292:jpeg_idct_3x3 -8293:jpeg_idct_2x2 -8294:jpeg_idct_1x1 -8295:jpeg_idct_16x16 -8296:jpeg_idct_15x15 -8297:jpeg_idct_14x14 -8298:jpeg_idct_13x13 -8299:jpeg_idct_12x12 -8300:jpeg_idct_11x11 -8301:jpeg_idct_10x10 -8302:jpeg_finish_output -8303:jpeg_destroy_decompress -8304:jpeg_crop_scanline -8305:is_deleted_glyph\28hb_glyph_info_t\20const*\29 -8306:isRegionalIndicator\28BinaryProperty\20const&\2c\20int\2c\20UProperty\29 -8307:isPOSIX_xdigit\28BinaryProperty\20const&\2c\20int\2c\20UProperty\29 -8308:isPOSIX_print\28BinaryProperty\20const&\2c\20int\2c\20UProperty\29 -8309:isPOSIX_graph\28BinaryProperty\20const&\2c\20int\2c\20UProperty\29 -8310:isPOSIX_blank\28BinaryProperty\20const&\2c\20int\2c\20UProperty\29 -8311:isPOSIX_alnum\28BinaryProperty\20const&\2c\20int\2c\20UProperty\29 -8312:isNormInert\28BinaryProperty\20const&\2c\20int\2c\20UProperty\29 -8313:isMirrored\28BinaryProperty\20const&\2c\20int\2c\20UProperty\29 -8314:isJoinControl\28BinaryProperty\20const&\2c\20int\2c\20UProperty\29 -8315:isIDSUnaryOperator\28BinaryProperty\20const&\2c\20int\2c\20UProperty\29 -8316:isIDCompatMathStart\28BinaryProperty\20const&\2c\20int\2c\20UProperty\29 -8317:isIDCompatMathContinue\28BinaryProperty\20const&\2c\20int\2c\20UProperty\29 -8318:isCanonSegmentStarter\28BinaryProperty\20const&\2c\20int\2c\20UProperty\29 -8319:isBidiControl\28BinaryProperty\20const&\2c\20int\2c\20UProperty\29 -8320:isAcceptable\28void*\2c\20char\20const*\2c\20char\20const*\2c\20UDataInfo\20const*\29 -8321:int_upsample -8322:initial_reordering_indic\28hb_ot_shape_plan_t\20const*\2c\20hb_font_t*\2c\20hb_buffer_t*\29 -8323:icu_74::uprv_normalizer2_cleanup\28\29 -8324:icu_74::uprv_loaded_normalizer2_cleanup\28\29 -8325:icu_74::unames_cleanup\28\29 -8326:icu_74::umtx_init\28\29 -8327:icu_74::umtx_cleanup\28\29 -8328:icu_74::sortComparator\28void\20const*\2c\20void\20const*\2c\20void\20const*\29 -8329:icu_74::segmentStarterMapper\28void\20const*\2c\20unsigned\20int\29 -8330:icu_74::isAcceptable\28void*\2c\20char\20const*\2c\20char\20const*\2c\20UDataInfo\20const*\29 -8331:icu_74::compareElementStrings\28void\20const*\2c\20void\20const*\2c\20void\20const*\29 -8332:icu_74::cacheDeleter\28void*\29 -8333:icu_74::\28anonymous\20namespace\29::versionFilter\28int\2c\20void*\29 -8334:icu_74::\28anonymous\20namespace\29::utf16_caseContextIterator\28void*\2c\20signed\20char\29 -8335:icu_74::\28anonymous\20namespace\29::numericValueFilter\28int\2c\20void*\29 -8336:icu_74::\28anonymous\20namespace\29::intPropertyFilter\28int\2c\20void*\29 -8337:icu_74::\28anonymous\20namespace\29::emojiprops_cleanup\28\29 -8338:icu_74::\28anonymous\20namespace\29::cleanup\28\29 -8339:icu_74::\28anonymous\20namespace\29::cleanupKnownCanonicalized\28\29 -8340:icu_74::\28anonymous\20namespace\29::AliasReplacer::replace\28icu_74::Locale\20const&\2c\20icu_74::CharString&\2c\20UErrorCode&\29::$_1::__invoke\28void*\29 -8341:icu_74::\28anonymous\20namespace\29::AliasReplacer::AliasReplacer\28UErrorCode\29::'lambda'\28UElement\2c\20UElement\29::__invoke\28UElement\2c\20UElement\29 -8342:icu_74::\28anonymous\20namespace\29::AliasData::cleanup\28\29 -8343:icu_74::UnicodeString::~UnicodeString\28\29_14594 -8344:icu_74::UnicodeString::handleReplaceBetween\28int\2c\20int\2c\20icu_74::UnicodeString\20const&\29 -8345:icu_74::UnicodeString::getLength\28\29\20const -8346:icu_74::UnicodeString::getDynamicClassID\28\29\20const -8347:icu_74::UnicodeString::getCharAt\28int\29\20const -8348:icu_74::UnicodeString::extractBetween\28int\2c\20int\2c\20icu_74::UnicodeString&\29\20const -8349:icu_74::UnicodeString::copy\28int\2c\20int\2c\20int\29 -8350:icu_74::UnicodeString::clone\28\29\20const -8351:icu_74::UnicodeSet::~UnicodeSet\28\29_14510 -8352:icu_74::UnicodeSet::toPattern\28icu_74::UnicodeString&\2c\20signed\20char\29\20const -8353:icu_74::UnicodeSet::getDynamicClassID\28\29\20const -8354:icu_74::UnicodeSet::addMatchSetTo\28icu_74::UnicodeSet&\29\20const -8355:icu_74::UnhandledEngine::~UnhandledEngine\28\29_13478 -8356:icu_74::UnhandledEngine::~UnhandledEngine\28\29 -8357:icu_74::UnhandledEngine::handles\28int\2c\20char\20const*\29\20const -8358:icu_74::UnhandledEngine::handleCharacter\28int\29 -8359:icu_74::UnhandledEngine::findBreaks\28UText*\2c\20int\2c\20int\2c\20icu_74::UVector32&\2c\20signed\20char\2c\20UErrorCode&\29\20const -8360:icu_74::UVector::~UVector\28\29_14886 -8361:icu_74::UVector::getDynamicClassID\28\29\20const -8362:icu_74::UVector32::~UVector32\28\29_14908 -8363:icu_74::UVector32::getDynamicClassID\28\29\20const -8364:icu_74::UStack::getDynamicClassID\28\29\20const -8365:icu_74::UCharsTrieBuilder::~UCharsTrieBuilder\28\29_14250 -8366:icu_74::UCharsTrieBuilder::~UCharsTrieBuilder\28\29 -8367:icu_74::UCharsTrieBuilder::write\28int\29 -8368:icu_74::UCharsTrieBuilder::writeValueAndType\28signed\20char\2c\20int\2c\20int\29 -8369:icu_74::UCharsTrieBuilder::writeValueAndFinal\28int\2c\20signed\20char\29 -8370:icu_74::UCharsTrieBuilder::writeElementUnits\28int\2c\20int\2c\20int\29 -8371:icu_74::UCharsTrieBuilder::writeDeltaTo\28int\29 -8372:icu_74::UCharsTrieBuilder::skipElementsBySomeUnits\28int\2c\20int\2c\20int\29\20const -8373:icu_74::UCharsTrieBuilder::indexOfElementWithNextUnit\28int\2c\20int\2c\20char16_t\29\20const -8374:icu_74::UCharsTrieBuilder::getMinLinearMatch\28\29\20const -8375:icu_74::UCharsTrieBuilder::getLimitOfLinearMatch\28int\2c\20int\2c\20int\29\20const -8376:icu_74::UCharsTrieBuilder::getElementValue\28int\29\20const -8377:icu_74::UCharsTrieBuilder::getElementUnit\28int\2c\20int\29\20const -8378:icu_74::UCharsTrieBuilder::getElementStringLength\28int\29\20const -8379:icu_74::UCharsTrieBuilder::createLinearMatchNode\28int\2c\20int\2c\20int\2c\20icu_74::StringTrieBuilder::Node*\29\20const -8380:icu_74::UCharsTrieBuilder::countElementUnits\28int\2c\20int\2c\20int\29\20const -8381:icu_74::UCharsTrieBuilder::UCTLinearMatchNode::write\28icu_74::StringTrieBuilder&\29 -8382:icu_74::UCharsTrieBuilder::UCTLinearMatchNode::operator==\28icu_74::StringTrieBuilder::Node\20const&\29\20const -8383:icu_74::UCharsDictionaryMatcher::~UCharsDictionaryMatcher\28\29_13610 -8384:icu_74::UCharsDictionaryMatcher::~UCharsDictionaryMatcher\28\29 -8385:icu_74::UCharsDictionaryMatcher::matches\28UText*\2c\20int\2c\20int\2c\20int*\2c\20int*\2c\20int*\2c\20int*\29\20const -8386:icu_74::UCharCharacterIterator::setIndex\28int\29 -8387:icu_74::UCharCharacterIterator::setIndex32\28int\29 -8388:icu_74::UCharCharacterIterator::previous\28\29 -8389:icu_74::UCharCharacterIterator::previous32\28\29 -8390:icu_74::UCharCharacterIterator::operator==\28icu_74::ForwardCharacterIterator\20const&\29\20const -8391:icu_74::UCharCharacterIterator::next\28\29 -8392:icu_74::UCharCharacterIterator::nextPostInc\28\29 -8393:icu_74::UCharCharacterIterator::next32\28\29 -8394:icu_74::UCharCharacterIterator::next32PostInc\28\29 -8395:icu_74::UCharCharacterIterator::move\28int\2c\20icu_74::CharacterIterator::EOrigin\29 -8396:icu_74::UCharCharacterIterator::move32\28int\2c\20icu_74::CharacterIterator::EOrigin\29 -8397:icu_74::UCharCharacterIterator::last\28\29 -8398:icu_74::UCharCharacterIterator::last32\28\29 -8399:icu_74::UCharCharacterIterator::hashCode\28\29\20const -8400:icu_74::UCharCharacterIterator::hasPrevious\28\29 -8401:icu_74::UCharCharacterIterator::hasNext\28\29 -8402:icu_74::UCharCharacterIterator::getText\28icu_74::UnicodeString&\29 -8403:icu_74::UCharCharacterIterator::getDynamicClassID\28\29\20const -8404:icu_74::UCharCharacterIterator::first\28\29 -8405:icu_74::UCharCharacterIterator::firstPostInc\28\29 -8406:icu_74::UCharCharacterIterator::first32\28\29 -8407:icu_74::UCharCharacterIterator::first32PostInc\28\29 -8408:icu_74::UCharCharacterIterator::current\28\29\20const -8409:icu_74::UCharCharacterIterator::current32\28\29\20const -8410:icu_74::UCharCharacterIterator::clone\28\29\20const -8411:icu_74::ThaiBreakEngine::~ThaiBreakEngine\28\29_13590 -8412:icu_74::ThaiBreakEngine::~ThaiBreakEngine\28\29 -8413:icu_74::ThaiBreakEngine::divideUpDictionaryRange\28UText*\2c\20int\2c\20int\2c\20icu_74::UVector32&\2c\20signed\20char\2c\20UErrorCode&\29\20const -8414:icu_74::StringTrieBuilder::SplitBranchNode::write\28icu_74::StringTrieBuilder&\29 -8415:icu_74::StringTrieBuilder::SplitBranchNode::operator==\28icu_74::StringTrieBuilder::Node\20const&\29\20const -8416:icu_74::StringTrieBuilder::SplitBranchNode::markRightEdgesFirst\28int\29 -8417:icu_74::StringTrieBuilder::Node::markRightEdgesFirst\28int\29 -8418:icu_74::StringTrieBuilder::ListBranchNode::write\28icu_74::StringTrieBuilder&\29 -8419:icu_74::StringTrieBuilder::ListBranchNode::operator==\28icu_74::StringTrieBuilder::Node\20const&\29\20const -8420:icu_74::StringTrieBuilder::ListBranchNode::markRightEdgesFirst\28int\29 -8421:icu_74::StringTrieBuilder::IntermediateValueNode::write\28icu_74::StringTrieBuilder&\29 -8422:icu_74::StringTrieBuilder::IntermediateValueNode::operator==\28icu_74::StringTrieBuilder::Node\20const&\29\20const -8423:icu_74::StringTrieBuilder::IntermediateValueNode::markRightEdgesFirst\28int\29 -8424:icu_74::StringTrieBuilder::FinalValueNode::write\28icu_74::StringTrieBuilder&\29 -8425:icu_74::StringTrieBuilder::FinalValueNode::operator==\28icu_74::StringTrieBuilder::Node\20const&\29\20const -8426:icu_74::StringTrieBuilder::BranchHeadNode::write\28icu_74::StringTrieBuilder&\29 -8427:icu_74::StringEnumeration::unext\28int*\2c\20UErrorCode&\29 -8428:icu_74::StringEnumeration::snext\28UErrorCode&\29 -8429:icu_74::StringEnumeration::operator==\28icu_74::StringEnumeration\20const&\29\20const -8430:icu_74::StringEnumeration::operator!=\28icu_74::StringEnumeration\20const&\29\20const -8431:icu_74::StringEnumeration::next\28int*\2c\20UErrorCode&\29 -8432:icu_74::SimpleLocaleKeyFactory::~SimpleLocaleKeyFactory\28\29_14125 -8433:icu_74::SimpleLocaleKeyFactory::~SimpleLocaleKeyFactory\28\29 -8434:icu_74::SimpleLocaleKeyFactory::updateVisibleIDs\28icu_74::Hashtable&\2c\20UErrorCode&\29\20const -8435:icu_74::SimpleLocaleKeyFactory::getDynamicClassID\28\29\20const -8436:icu_74::SimpleLocaleKeyFactory::create\28icu_74::ICUServiceKey\20const&\2c\20icu_74::ICUService\20const*\2c\20UErrorCode&\29\20const -8437:icu_74::SimpleFilteredSentenceBreakIterator::~SimpleFilteredSentenceBreakIterator\28\29_13635 -8438:icu_74::SimpleFilteredSentenceBreakIterator::~SimpleFilteredSentenceBreakIterator\28\29 -8439:icu_74::SimpleFilteredSentenceBreakIterator::setText\28icu_74::UnicodeString\20const&\29 -8440:icu_74::SimpleFilteredSentenceBreakIterator::setText\28UText*\2c\20UErrorCode&\29 -8441:icu_74::SimpleFilteredSentenceBreakIterator::refreshInputText\28UText*\2c\20UErrorCode&\29 -8442:icu_74::SimpleFilteredSentenceBreakIterator::previous\28\29 -8443:icu_74::SimpleFilteredSentenceBreakIterator::preceding\28int\29 -8444:icu_74::SimpleFilteredSentenceBreakIterator::next\28int\29 -8445:icu_74::SimpleFilteredSentenceBreakIterator::next\28\29 -8446:icu_74::SimpleFilteredSentenceBreakIterator::last\28\29 -8447:icu_74::SimpleFilteredSentenceBreakIterator::isBoundary\28int\29 -8448:icu_74::SimpleFilteredSentenceBreakIterator::getUText\28UText*\2c\20UErrorCode&\29\20const -8449:icu_74::SimpleFilteredSentenceBreakIterator::getText\28\29\20const -8450:icu_74::SimpleFilteredSentenceBreakIterator::following\28int\29 -8451:icu_74::SimpleFilteredSentenceBreakIterator::first\28\29 -8452:icu_74::SimpleFilteredSentenceBreakIterator::current\28\29\20const -8453:icu_74::SimpleFilteredSentenceBreakIterator::createBufferClone\28void*\2c\20int&\2c\20UErrorCode&\29 -8454:icu_74::SimpleFilteredSentenceBreakIterator::clone\28\29\20const -8455:icu_74::SimpleFilteredSentenceBreakIterator::adoptText\28icu_74::CharacterIterator*\29 -8456:icu_74::SimpleFilteredSentenceBreakData::~SimpleFilteredSentenceBreakData\28\29_13632 -8457:icu_74::SimpleFilteredSentenceBreakData::~SimpleFilteredSentenceBreakData\28\29 -8458:icu_74::SimpleFilteredBreakIteratorBuilder::~SimpleFilteredBreakIteratorBuilder\28\29_13647 -8459:icu_74::SimpleFilteredBreakIteratorBuilder::~SimpleFilteredBreakIteratorBuilder\28\29 -8460:icu_74::SimpleFilteredBreakIteratorBuilder::unsuppressBreakAfter\28icu_74::UnicodeString\20const&\2c\20UErrorCode&\29 -8461:icu_74::SimpleFilteredBreakIteratorBuilder::suppressBreakAfter\28icu_74::UnicodeString\20const&\2c\20UErrorCode&\29 -8462:icu_74::SimpleFilteredBreakIteratorBuilder::build\28icu_74::BreakIterator*\2c\20UErrorCode&\29 -8463:icu_74::SimpleFactory::~SimpleFactory\28\29_14037 -8464:icu_74::SimpleFactory::~SimpleFactory\28\29 -8465:icu_74::SimpleFactory::updateVisibleIDs\28icu_74::Hashtable&\2c\20UErrorCode&\29\20const -8466:icu_74::SimpleFactory::getDynamicClassID\28\29\20const -8467:icu_74::SimpleFactory::getDisplayName\28icu_74::UnicodeString\20const&\2c\20icu_74::Locale\20const&\2c\20icu_74::UnicodeString&\29\20const -8468:icu_74::SimpleFactory::create\28icu_74::ICUServiceKey\20const&\2c\20icu_74::ICUService\20const*\2c\20UErrorCode&\29\20const -8469:icu_74::ServiceEnumeration::~ServiceEnumeration\28\29_14101 -8470:icu_74::ServiceEnumeration::~ServiceEnumeration\28\29 -8471:icu_74::ServiceEnumeration::snext\28UErrorCode&\29 -8472:icu_74::ServiceEnumeration::reset\28UErrorCode&\29 -8473:icu_74::ServiceEnumeration::getDynamicClassID\28\29\20const -8474:icu_74::ServiceEnumeration::count\28UErrorCode&\29\20const -8475:icu_74::ServiceEnumeration::clone\28\29\20const -8476:icu_74::RuleBasedBreakIterator::~RuleBasedBreakIterator\28\29_13968 -8477:icu_74::RuleBasedBreakIterator::setText\28icu_74::UnicodeString\20const&\29 -8478:icu_74::RuleBasedBreakIterator::setText\28UText*\2c\20UErrorCode&\29 -8479:icu_74::RuleBasedBreakIterator::refreshInputText\28UText*\2c\20UErrorCode&\29 -8480:icu_74::RuleBasedBreakIterator::previous\28\29 -8481:icu_74::RuleBasedBreakIterator::preceding\28int\29 -8482:icu_74::RuleBasedBreakIterator::operator==\28icu_74::BreakIterator\20const&\29\20const -8483:icu_74::RuleBasedBreakIterator::next\28int\29 -8484:icu_74::RuleBasedBreakIterator::next\28\29 -8485:icu_74::RuleBasedBreakIterator::last\28\29 -8486:icu_74::RuleBasedBreakIterator::isBoundary\28int\29 -8487:icu_74::RuleBasedBreakIterator::hashCode\28\29\20const -8488:icu_74::RuleBasedBreakIterator::getUText\28UText*\2c\20UErrorCode&\29\20const -8489:icu_74::RuleBasedBreakIterator::getText\28\29\20const -8490:icu_74::RuleBasedBreakIterator::getRules\28\29\20const -8491:icu_74::RuleBasedBreakIterator::getRuleStatus\28\29\20const -8492:icu_74::RuleBasedBreakIterator::getRuleStatusVec\28int*\2c\20int\2c\20UErrorCode&\29 -8493:icu_74::RuleBasedBreakIterator::getDynamicClassID\28\29\20const -8494:icu_74::RuleBasedBreakIterator::getBinaryRules\28unsigned\20int&\29 -8495:icu_74::RuleBasedBreakIterator::following\28int\29 -8496:icu_74::RuleBasedBreakIterator::first\28\29 -8497:icu_74::RuleBasedBreakIterator::current\28\29\20const -8498:icu_74::RuleBasedBreakIterator::createBufferClone\28void*\2c\20int&\2c\20UErrorCode&\29 -8499:icu_74::RuleBasedBreakIterator::clone\28\29\20const -8500:icu_74::RuleBasedBreakIterator::adoptText\28icu_74::CharacterIterator*\29 -8501:icu_74::RuleBasedBreakIterator::BreakCache::~BreakCache\28\29_13953 -8502:icu_74::RuleBasedBreakIterator::BreakCache::~BreakCache\28\29 -8503:icu_74::ResourceDataValue::~ResourceDataValue\28\29_14748 -8504:icu_74::ResourceDataValue::isNoInheritanceMarker\28\29\20const -8505:icu_74::ResourceDataValue::getUInt\28UErrorCode&\29\20const -8506:icu_74::ResourceDataValue::getType\28\29\20const -8507:icu_74::ResourceDataValue::getStringOrFirstOfArray\28UErrorCode&\29\20const -8508:icu_74::ResourceDataValue::getStringArray\28icu_74::UnicodeString*\2c\20int\2c\20UErrorCode&\29\20const -8509:icu_74::ResourceDataValue::getStringArrayOrStringAsArray\28icu_74::UnicodeString*\2c\20int\2c\20UErrorCode&\29\20const -8510:icu_74::ResourceDataValue::getInt\28UErrorCode&\29\20const -8511:icu_74::ResourceDataValue::getAliasString\28int&\2c\20UErrorCode&\29\20const -8512:icu_74::ResourceBundle::~ResourceBundle\28\29_14008 -8513:icu_74::ResourceBundle::~ResourceBundle\28\29 -8514:icu_74::ResourceBundle::getDynamicClassID\28\29\20const -8515:icu_74::ParsePosition::getDynamicClassID\28\29\20const -8516:icu_74::Normalizer2WithImpl::spanQuickCheckYes\28icu_74::UnicodeString\20const&\2c\20UErrorCode&\29\20const -8517:icu_74::Normalizer2WithImpl::normalize\28icu_74::UnicodeString\20const&\2c\20icu_74::UnicodeString&\2c\20UErrorCode&\29\20const -8518:icu_74::Normalizer2WithImpl::normalizeSecondAndAppend\28icu_74::UnicodeString&\2c\20icu_74::UnicodeString\20const&\2c\20UErrorCode&\29\20const -8519:icu_74::Normalizer2WithImpl::getRawDecomposition\28int\2c\20icu_74::UnicodeString&\29\20const -8520:icu_74::Normalizer2WithImpl::getDecomposition\28int\2c\20icu_74::UnicodeString&\29\20const -8521:icu_74::Normalizer2WithImpl::getCombiningClass\28int\29\20const -8522:icu_74::Normalizer2WithImpl::composePair\28int\2c\20int\29\20const -8523:icu_74::Normalizer2WithImpl::append\28icu_74::UnicodeString&\2c\20icu_74::UnicodeString\20const&\2c\20UErrorCode&\29\20const -8524:icu_74::Normalizer2Impl::~Normalizer2Impl\28\29_13892 -8525:icu_74::Normalizer2::normalizeUTF8\28unsigned\20int\2c\20icu_74::StringPiece\2c\20icu_74::ByteSink&\2c\20icu_74::Edits*\2c\20UErrorCode&\29\20const -8526:icu_74::Normalizer2::isNormalizedUTF8\28icu_74::StringPiece\2c\20UErrorCode&\29\20const -8527:icu_74::NoopNormalizer2::spanQuickCheckYes\28icu_74::UnicodeString\20const&\2c\20UErrorCode&\29\20const -8528:icu_74::NoopNormalizer2::normalize\28icu_74::UnicodeString\20const&\2c\20icu_74::UnicodeString&\2c\20UErrorCode&\29\20const -8529:icu_74::NoopNormalizer2::normalizeUTF8\28unsigned\20int\2c\20icu_74::StringPiece\2c\20icu_74::ByteSink&\2c\20icu_74::Edits*\2c\20UErrorCode&\29\20const -8530:icu_74::MlBreakEngine::~MlBreakEngine\28\29_13808 -8531:icu_74::LocaleKeyFactory::~LocaleKeyFactory\28\29_14084 -8532:icu_74::LocaleKeyFactory::updateVisibleIDs\28icu_74::Hashtable&\2c\20UErrorCode&\29\20const -8533:icu_74::LocaleKeyFactory::handlesKey\28icu_74::ICUServiceKey\20const&\2c\20UErrorCode&\29\20const -8534:icu_74::LocaleKeyFactory::getDynamicClassID\28\29\20const -8535:icu_74::LocaleKeyFactory::getDisplayName\28icu_74::UnicodeString\20const&\2c\20icu_74::Locale\20const&\2c\20icu_74::UnicodeString&\29\20const -8536:icu_74::LocaleKeyFactory::create\28icu_74::ICUServiceKey\20const&\2c\20icu_74::ICUService\20const*\2c\20UErrorCode&\29\20const -8537:icu_74::LocaleKey::~LocaleKey\28\29_14071 -8538:icu_74::LocaleKey::~LocaleKey\28\29 -8539:icu_74::LocaleKey::prefix\28icu_74::UnicodeString&\29\20const -8540:icu_74::LocaleKey::isFallbackOf\28icu_74::UnicodeString\20const&\29\20const -8541:icu_74::LocaleKey::getDynamicClassID\28\29\20const -8542:icu_74::LocaleKey::fallback\28\29 -8543:icu_74::LocaleKey::currentLocale\28icu_74::Locale&\29\20const -8544:icu_74::LocaleKey::currentID\28icu_74::UnicodeString&\29\20const -8545:icu_74::LocaleKey::currentDescriptor\28icu_74::UnicodeString&\29\20const -8546:icu_74::LocaleKey::canonicalLocale\28icu_74::Locale&\29\20const -8547:icu_74::LocaleKey::canonicalID\28icu_74::UnicodeString&\29\20const -8548:icu_74::LocaleBuilder::~LocaleBuilder\28\29_13678 -8549:icu_74::Locale::~Locale\28\29_13705 -8550:icu_74::Locale::getDynamicClassID\28\29\20const -8551:icu_74::LoadedNormalizer2Impl::~LoadedNormalizer2Impl\28\29_13666 -8552:icu_74::LoadedNormalizer2Impl::~LoadedNormalizer2Impl\28\29 -8553:icu_74::LoadedNormalizer2Impl::isAcceptable\28void*\2c\20char\20const*\2c\20char\20const*\2c\20UDataInfo\20const*\29 -8554:icu_74::LaoBreakEngine::~LaoBreakEngine\28\29_13594 -8555:icu_74::LaoBreakEngine::~LaoBreakEngine\28\29 -8556:icu_74::LSTMBreakEngine::~LSTMBreakEngine\28\29_13792 -8557:icu_74::LSTMBreakEngine::~LSTMBreakEngine\28\29 -8558:icu_74::LSTMBreakEngine::name\28\29\20const -8559:icu_74::LSTMBreakEngine::divideUpDictionaryRange\28UText*\2c\20int\2c\20int\2c\20icu_74::UVector32&\2c\20signed\20char\2c\20UErrorCode&\29\20const -8560:icu_74::KhmerBreakEngine::~KhmerBreakEngine\28\29_13602 -8561:icu_74::KhmerBreakEngine::~KhmerBreakEngine\28\29 -8562:icu_74::KhmerBreakEngine::divideUpDictionaryRange\28UText*\2c\20int\2c\20int\2c\20icu_74::UVector32&\2c\20signed\20char\2c\20UErrorCode&\29\20const -8563:icu_74::KeywordEnumeration::~KeywordEnumeration\28\29_13729 -8564:icu_74::KeywordEnumeration::~KeywordEnumeration\28\29 -8565:icu_74::KeywordEnumeration::snext\28UErrorCode&\29 -8566:icu_74::KeywordEnumeration::reset\28UErrorCode&\29 -8567:icu_74::KeywordEnumeration::next\28int*\2c\20UErrorCode&\29 -8568:icu_74::KeywordEnumeration::getDynamicClassID\28\29\20const -8569:icu_74::KeywordEnumeration::count\28UErrorCode&\29\20const -8570:icu_74::KeywordEnumeration::clone\28\29\20const -8571:icu_74::ICUServiceKey::~ICUServiceKey\28\29_14025 -8572:icu_74::ICUServiceKey::isFallbackOf\28icu_74::UnicodeString\20const&\29\20const -8573:icu_74::ICUServiceKey::getDynamicClassID\28\29\20const -8574:icu_74::ICUServiceKey::currentDescriptor\28icu_74::UnicodeString&\29\20const -8575:icu_74::ICUServiceKey::canonicalID\28icu_74::UnicodeString&\29\20const -8576:icu_74::ICUService::unregister\28void\20const*\2c\20UErrorCode&\29 -8577:icu_74::ICUService::reset\28\29 -8578:icu_74::ICUService::registerInstance\28icu_74::UObject*\2c\20icu_74::UnicodeString\20const&\2c\20signed\20char\2c\20UErrorCode&\29 -8579:icu_74::ICUService::registerFactory\28icu_74::ICUServiceFactory*\2c\20UErrorCode&\29 -8580:icu_74::ICUService::reInitializeFactories\28\29 -8581:icu_74::ICUService::notifyListener\28icu_74::EventListener&\29\20const -8582:icu_74::ICUService::isDefault\28\29\20const -8583:icu_74::ICUService::getKey\28icu_74::ICUServiceKey&\2c\20icu_74::UnicodeString*\2c\20UErrorCode&\29\20const -8584:icu_74::ICUService::createSimpleFactory\28icu_74::UObject*\2c\20icu_74::UnicodeString\20const&\2c\20signed\20char\2c\20UErrorCode&\29 -8585:icu_74::ICUService::createKey\28icu_74::UnicodeString\20const*\2c\20UErrorCode&\29\20const -8586:icu_74::ICUService::clearCaches\28\29 -8587:icu_74::ICUService::acceptsListener\28icu_74::EventListener\20const&\29\20const -8588:icu_74::ICUResourceBundleFactory::~ICUResourceBundleFactory\28\29_14119 -8589:icu_74::ICUResourceBundleFactory::handleCreate\28icu_74::Locale\20const&\2c\20int\2c\20icu_74::ICUService\20const*\2c\20UErrorCode&\29\20const -8590:icu_74::ICUResourceBundleFactory::getSupportedIDs\28UErrorCode&\29\20const -8591:icu_74::ICUResourceBundleFactory::getDynamicClassID\28\29\20const -8592:icu_74::ICUNotifier::removeListener\28icu_74::EventListener\20const*\2c\20UErrorCode&\29 -8593:icu_74::ICUNotifier::notifyChanged\28\29 -8594:icu_74::ICUNotifier::addListener\28icu_74::EventListener\20const*\2c\20UErrorCode&\29 -8595:icu_74::ICULocaleService::registerInstance\28icu_74::UObject*\2c\20icu_74::UnicodeString\20const&\2c\20signed\20char\2c\20UErrorCode&\29 -8596:icu_74::ICULocaleService::registerInstance\28icu_74::UObject*\2c\20icu_74::Locale\20const&\2c\20int\2c\20int\2c\20UErrorCode&\29 -8597:icu_74::ICULocaleService::registerInstance\28icu_74::UObject*\2c\20icu_74::Locale\20const&\2c\20int\2c\20UErrorCode&\29 -8598:icu_74::ICULocaleService::registerInstance\28icu_74::UObject*\2c\20icu_74::Locale\20const&\2c\20UErrorCode&\29 -8599:icu_74::ICULocaleService::getAvailableLocales\28\29\20const -8600:icu_74::ICULocaleService::createKey\28icu_74::UnicodeString\20const*\2c\20int\2c\20UErrorCode&\29\20const -8601:icu_74::ICULocaleService::createKey\28icu_74::UnicodeString\20const*\2c\20UErrorCode&\29\20const -8602:icu_74::ICULanguageBreakFactory::~ICULanguageBreakFactory\28\29_13484 -8603:icu_74::ICULanguageBreakFactory::~ICULanguageBreakFactory\28\29 -8604:icu_74::ICULanguageBreakFactory::loadEngineFor\28int\2c\20char\20const*\29 -8605:icu_74::ICULanguageBreakFactory::loadDictionaryMatcherFor\28UScriptCode\29 -8606:icu_74::ICULanguageBreakFactory::getEngineFor\28int\2c\20char\20const*\29 -8607:icu_74::ICULanguageBreakFactory::addExternalEngine\28icu_74::ExternalBreakEngine*\2c\20UErrorCode&\29 -8608:icu_74::ICUBreakIteratorService::~ICUBreakIteratorService\28\29_13511 -8609:icu_74::ICUBreakIteratorService::~ICUBreakIteratorService\28\29 -8610:icu_74::ICUBreakIteratorService::isDefault\28\29\20const -8611:icu_74::ICUBreakIteratorService::handleDefault\28icu_74::ICUServiceKey\20const&\2c\20icu_74::UnicodeString*\2c\20UErrorCode&\29\20const -8612:icu_74::ICUBreakIteratorService::cloneInstance\28icu_74::UObject*\29\20const -8613:icu_74::ICUBreakIteratorFactory::~ICUBreakIteratorFactory\28\29_13509 -8614:icu_74::ICUBreakIteratorFactory::~ICUBreakIteratorFactory\28\29 -8615:icu_74::ICUBreakIteratorFactory::handleCreate\28icu_74::Locale\20const&\2c\20int\2c\20icu_74::ICUService\20const*\2c\20UErrorCode&\29\20const -8616:icu_74::GraphemeClusterVectorizer::vectorize\28UText*\2c\20int\2c\20int\2c\20icu_74::UVector32&\2c\20icu_74::UVector32&\2c\20UErrorCode&\29\20const -8617:icu_74::FCDNormalizer2::spanQuickCheckYes\28char16_t\20const*\2c\20char16_t\20const*\2c\20UErrorCode&\29\20const -8618:icu_74::FCDNormalizer2::normalize\28char16_t\20const*\2c\20char16_t\20const*\2c\20icu_74::ReorderingBuffer&\2c\20UErrorCode&\29\20const -8619:icu_74::FCDNormalizer2::normalizeAndAppend\28char16_t\20const*\2c\20char16_t\20const*\2c\20signed\20char\2c\20icu_74::UnicodeString&\2c\20icu_74::ReorderingBuffer&\2c\20UErrorCode&\29\20const -8620:icu_74::FCDNormalizer2::isInert\28int\29\20const -8621:icu_74::EmojiProps::isAcceptable\28void*\2c\20char\20const*\2c\20char\20const*\2c\20UDataInfo\20const*\29 -8622:icu_74::DictionaryBreakEngine::setCharacters\28icu_74::UnicodeSet\20const&\29 -8623:icu_74::DictionaryBreakEngine::handles\28int\2c\20char\20const*\29\20const -8624:icu_74::DictionaryBreakEngine::findBreaks\28UText*\2c\20int\2c\20int\2c\20icu_74::UVector32&\2c\20signed\20char\2c\20UErrorCode&\29\20const -8625:icu_74::DecomposeNormalizer2::spanQuickCheckYes\28char16_t\20const*\2c\20char16_t\20const*\2c\20UErrorCode&\29\20const -8626:icu_74::DecomposeNormalizer2::normalize\28char16_t\20const*\2c\20char16_t\20const*\2c\20icu_74::ReorderingBuffer&\2c\20UErrorCode&\29\20const -8627:icu_74::DecomposeNormalizer2::normalizeUTF8\28unsigned\20int\2c\20icu_74::StringPiece\2c\20icu_74::ByteSink&\2c\20icu_74::Edits*\2c\20UErrorCode&\29\20const -8628:icu_74::DecomposeNormalizer2::normalizeAndAppend\28char16_t\20const*\2c\20char16_t\20const*\2c\20signed\20char\2c\20icu_74::UnicodeString&\2c\20icu_74::ReorderingBuffer&\2c\20UErrorCode&\29\20const -8629:icu_74::DecomposeNormalizer2::isNormalizedUTF8\28icu_74::StringPiece\2c\20UErrorCode&\29\20const -8630:icu_74::DecomposeNormalizer2::isInert\28int\29\20const -8631:icu_74::DecomposeNormalizer2::getQuickCheck\28int\29\20const -8632:icu_74::ConstArray2D::get\28int\2c\20int\29\20const -8633:icu_74::ConstArray1D::get\28int\29\20const -8634:icu_74::ComposeNormalizer2::spanQuickCheckYes\28char16_t\20const*\2c\20char16_t\20const*\2c\20UErrorCode&\29\20const -8635:icu_74::ComposeNormalizer2::quickCheck\28icu_74::UnicodeString\20const&\2c\20UErrorCode&\29\20const -8636:icu_74::ComposeNormalizer2::normalize\28char16_t\20const*\2c\20char16_t\20const*\2c\20icu_74::ReorderingBuffer&\2c\20UErrorCode&\29\20const -8637:icu_74::ComposeNormalizer2::normalizeUTF8\28unsigned\20int\2c\20icu_74::StringPiece\2c\20icu_74::ByteSink&\2c\20icu_74::Edits*\2c\20UErrorCode&\29\20const -8638:icu_74::ComposeNormalizer2::normalizeAndAppend\28char16_t\20const*\2c\20char16_t\20const*\2c\20signed\20char\2c\20icu_74::UnicodeString&\2c\20icu_74::ReorderingBuffer&\2c\20UErrorCode&\29\20const -8639:icu_74::ComposeNormalizer2::isNormalized\28icu_74::UnicodeString\20const&\2c\20UErrorCode&\29\20const -8640:icu_74::ComposeNormalizer2::isNormalizedUTF8\28icu_74::StringPiece\2c\20UErrorCode&\29\20const -8641:icu_74::ComposeNormalizer2::isInert\28int\29\20const -8642:icu_74::ComposeNormalizer2::hasBoundaryBefore\28int\29\20const -8643:icu_74::ComposeNormalizer2::hasBoundaryAfter\28int\29\20const -8644:icu_74::ComposeNormalizer2::getQuickCheck\28int\29\20const -8645:icu_74::CodePointsVectorizer::vectorize\28UText*\2c\20int\2c\20int\2c\20icu_74::UVector32&\2c\20icu_74::UVector32&\2c\20UErrorCode&\29\20const -8646:icu_74::CjkBreakEngine::~CjkBreakEngine\28\29_13606 -8647:icu_74::CjkBreakEngine::divideUpDictionaryRange\28UText*\2c\20int\2c\20int\2c\20icu_74::UVector32&\2c\20signed\20char\2c\20UErrorCode&\29\20const -8648:icu_74::CheckedArrayByteSink::Reset\28\29 -8649:icu_74::CheckedArrayByteSink::GetAppendBuffer\28int\2c\20int\2c\20char*\2c\20int\2c\20int*\29 -8650:icu_74::CheckedArrayByteSink::Append\28char\20const*\2c\20int\29 -8651:icu_74::CharacterIterator::firstPostInc\28\29 -8652:icu_74::CharacterIterator::first32PostInc\28\29 -8653:icu_74::CharStringByteSink::GetAppendBuffer\28int\2c\20int\2c\20char*\2c\20int\2c\20int*\29 -8654:icu_74::CharStringByteSink::Append\28char\20const*\2c\20int\29 -8655:icu_74::BytesDictionaryMatcher::~BytesDictionaryMatcher\28\29_13614 -8656:icu_74::BytesDictionaryMatcher::~BytesDictionaryMatcher\28\29 -8657:icu_74::BytesDictionaryMatcher::matches\28UText*\2c\20int\2c\20int\2c\20int*\2c\20int*\2c\20int*\2c\20int*\29\20const -8658:icu_74::BurmeseBreakEngine::~BurmeseBreakEngine\28\29_13598 -8659:icu_74::BurmeseBreakEngine::~BurmeseBreakEngine\28\29 -8660:icu_74::BreakIterator::getRuleStatusVec\28int*\2c\20int\2c\20UErrorCode&\29 -8661:icu_74::BreakEngineWrapper::~BreakEngineWrapper\28\29_13490 -8662:icu_74::BreakEngineWrapper::~BreakEngineWrapper\28\29 -8663:icu_74::BreakEngineWrapper::handles\28int\2c\20char\20const*\29\20const -8664:icu_74::BreakEngineWrapper::findBreaks\28UText*\2c\20int\2c\20int\2c\20icu_74::UVector32&\2c\20signed\20char\2c\20UErrorCode&\29\20const -8665:icu_74::BMPSet::contains\28int\29\20const -8666:icu_74::Array1D::~Array1D\28\29_13779 -8667:icu_74::Array1D::~Array1D\28\29 -8668:icu_74::Array1D::get\28int\29\20const -8669:hit_compare_y\28SkOpRayHit\20const*\2c\20SkOpRayHit\20const*\29 -8670:hit_compare_x\28SkOpRayHit\20const*\2c\20SkOpRayHit\20const*\29 -8671:hb_unicode_script_nil\28hb_unicode_funcs_t*\2c\20unsigned\20int\2c\20void*\29 -8672:hb_unicode_general_category_nil\28hb_unicode_funcs_t*\2c\20unsigned\20int\2c\20void*\29 -8673:hb_ucd_script\28hb_unicode_funcs_t*\2c\20unsigned\20int\2c\20void*\29 -8674:hb_ucd_mirroring\28hb_unicode_funcs_t*\2c\20unsigned\20int\2c\20void*\29 -8675:hb_ucd_general_category\28hb_unicode_funcs_t*\2c\20unsigned\20int\2c\20void*\29 -8676:hb_ucd_decompose\28hb_unicode_funcs_t*\2c\20unsigned\20int\2c\20unsigned\20int*\2c\20unsigned\20int*\2c\20void*\29 -8677:hb_ucd_compose\28hb_unicode_funcs_t*\2c\20unsigned\20int\2c\20unsigned\20int\2c\20unsigned\20int*\2c\20void*\29 -8678:hb_ucd_combining_class\28hb_unicode_funcs_t*\2c\20unsigned\20int\2c\20void*\29 -8679:hb_syllabic_clear_var\28hb_ot_shape_plan_t\20const*\2c\20hb_font_t*\2c\20hb_buffer_t*\29 -8680:hb_paint_sweep_gradient_nil\28hb_paint_funcs_t*\2c\20void*\2c\20hb_color_line_t*\2c\20float\2c\20float\2c\20float\2c\20float\2c\20void*\29 -8681:hb_paint_push_transform_nil\28hb_paint_funcs_t*\2c\20void*\2c\20float\2c\20float\2c\20float\2c\20float\2c\20float\2c\20float\2c\20void*\29 -8682:hb_paint_push_clip_rectangle_nil\28hb_paint_funcs_t*\2c\20void*\2c\20float\2c\20float\2c\20float\2c\20float\2c\20void*\29 -8683:hb_paint_image_nil\28hb_paint_funcs_t*\2c\20void*\2c\20hb_blob_t*\2c\20unsigned\20int\2c\20unsigned\20int\2c\20unsigned\20int\2c\20float\2c\20hb_glyph_extents_t*\2c\20void*\29 -8684:hb_paint_extents_push_transform\28hb_paint_funcs_t*\2c\20void*\2c\20float\2c\20float\2c\20float\2c\20float\2c\20float\2c\20float\2c\20void*\29 -8685:hb_paint_extents_push_group\28hb_paint_funcs_t*\2c\20void*\2c\20void*\29 -8686:hb_paint_extents_push_clip_rectangle\28hb_paint_funcs_t*\2c\20void*\2c\20float\2c\20float\2c\20float\2c\20float\2c\20void*\29 -8687:hb_paint_extents_push_clip_glyph\28hb_paint_funcs_t*\2c\20void*\2c\20unsigned\20int\2c\20hb_font_t*\2c\20void*\29 -8688:hb_paint_extents_pop_transform\28hb_paint_funcs_t*\2c\20void*\2c\20void*\29 -8689:hb_paint_extents_pop_group\28hb_paint_funcs_t*\2c\20void*\2c\20hb_paint_composite_mode_t\2c\20void*\29 -8690:hb_paint_extents_pop_clip\28hb_paint_funcs_t*\2c\20void*\2c\20void*\29 -8691:hb_paint_extents_paint_sweep_gradient\28hb_paint_funcs_t*\2c\20void*\2c\20hb_color_line_t*\2c\20float\2c\20float\2c\20float\2c\20float\2c\20void*\29 -8692:hb_paint_extents_paint_image\28hb_paint_funcs_t*\2c\20void*\2c\20hb_blob_t*\2c\20unsigned\20int\2c\20unsigned\20int\2c\20unsigned\20int\2c\20float\2c\20hb_glyph_extents_t*\2c\20void*\29 -8693:hb_paint_extents_paint_color\28hb_paint_funcs_t*\2c\20void*\2c\20int\2c\20unsigned\20int\2c\20void*\29 -8694:hb_outline_recording_pen_quadratic_to\28hb_draw_funcs_t*\2c\20void*\2c\20hb_draw_state_t*\2c\20float\2c\20float\2c\20float\2c\20float\2c\20void*\29 -8695:hb_outline_recording_pen_move_to\28hb_draw_funcs_t*\2c\20void*\2c\20hb_draw_state_t*\2c\20float\2c\20float\2c\20void*\29 -8696:hb_outline_recording_pen_line_to\28hb_draw_funcs_t*\2c\20void*\2c\20hb_draw_state_t*\2c\20float\2c\20float\2c\20void*\29 -8697:hb_outline_recording_pen_cubic_to\28hb_draw_funcs_t*\2c\20void*\2c\20hb_draw_state_t*\2c\20float\2c\20float\2c\20float\2c\20float\2c\20float\2c\20float\2c\20void*\29 -8698:hb_outline_recording_pen_close_path\28hb_draw_funcs_t*\2c\20void*\2c\20hb_draw_state_t*\2c\20void*\29 -8699:hb_ot_shape_normalize_context_t::decompose_unicode\28hb_ot_shape_normalize_context_t\20const*\2c\20unsigned\20int\2c\20unsigned\20int*\2c\20unsigned\20int*\29 -8700:hb_ot_shape_normalize_context_t::compose_unicode\28hb_ot_shape_normalize_context_t\20const*\2c\20unsigned\20int\2c\20unsigned\20int\2c\20unsigned\20int*\29 -8701:hb_ot_paint_glyph\28hb_font_t*\2c\20void*\2c\20unsigned\20int\2c\20hb_paint_funcs_t*\2c\20void*\2c\20unsigned\20int\2c\20unsigned\20int\2c\20void*\29 -8702:hb_ot_map_t::lookup_map_t::cmp\28void\20const*\2c\20void\20const*\29 -8703:hb_ot_map_t::feature_map_t::cmp\28void\20const*\2c\20void\20const*\29 -8704:hb_ot_map_builder_t::feature_info_t::cmp\28void\20const*\2c\20void\20const*\29 -8705:hb_ot_get_variation_glyph\28hb_font_t*\2c\20void*\2c\20unsigned\20int\2c\20unsigned\20int\2c\20unsigned\20int*\2c\20void*\29 -8706:hb_ot_get_nominal_glyphs\28hb_font_t*\2c\20void*\2c\20unsigned\20int\2c\20unsigned\20int\20const*\2c\20unsigned\20int\2c\20unsigned\20int*\2c\20unsigned\20int\2c\20void*\29 -8707:hb_ot_get_nominal_glyph\28hb_font_t*\2c\20void*\2c\20unsigned\20int\2c\20unsigned\20int*\2c\20void*\29 -8708:hb_ot_get_glyph_v_origin\28hb_font_t*\2c\20void*\2c\20unsigned\20int\2c\20int*\2c\20int*\2c\20void*\29 -8709:hb_ot_get_glyph_v_advances\28hb_font_t*\2c\20void*\2c\20unsigned\20int\2c\20unsigned\20int\20const*\2c\20unsigned\20int\2c\20int*\2c\20unsigned\20int\2c\20void*\29 -8710:hb_ot_get_glyph_name\28hb_font_t*\2c\20void*\2c\20unsigned\20int\2c\20char*\2c\20unsigned\20int\2c\20void*\29 -8711:hb_ot_get_glyph_h_advances\28hb_font_t*\2c\20void*\2c\20unsigned\20int\2c\20unsigned\20int\20const*\2c\20unsigned\20int\2c\20int*\2c\20unsigned\20int\2c\20void*\29 -8712:hb_ot_get_glyph_from_name\28hb_font_t*\2c\20void*\2c\20char\20const*\2c\20int\2c\20unsigned\20int*\2c\20void*\29 -8713:hb_ot_get_glyph_extents\28hb_font_t*\2c\20void*\2c\20unsigned\20int\2c\20hb_glyph_extents_t*\2c\20void*\29 -8714:hb_ot_get_font_v_extents\28hb_font_t*\2c\20void*\2c\20hb_font_extents_t*\2c\20void*\29 -8715:hb_ot_get_font_h_extents\28hb_font_t*\2c\20void*\2c\20hb_font_extents_t*\2c\20void*\29 -8716:hb_ot_draw_glyph\28hb_font_t*\2c\20void*\2c\20unsigned\20int\2c\20hb_draw_funcs_t*\2c\20void*\2c\20void*\29 -8717:hb_font_paint_glyph_default\28hb_font_t*\2c\20void*\2c\20unsigned\20int\2c\20hb_paint_funcs_t*\2c\20void*\2c\20unsigned\20int\2c\20unsigned\20int\2c\20void*\29 -8718:hb_font_get_variation_glyph_default\28hb_font_t*\2c\20void*\2c\20unsigned\20int\2c\20unsigned\20int\2c\20unsigned\20int*\2c\20void*\29 -8719:hb_font_get_nominal_glyphs_default\28hb_font_t*\2c\20void*\2c\20unsigned\20int\2c\20unsigned\20int\20const*\2c\20unsigned\20int\2c\20unsigned\20int*\2c\20unsigned\20int\2c\20void*\29 -8720:hb_font_get_nominal_glyph_nil\28hb_font_t*\2c\20void*\2c\20unsigned\20int\2c\20unsigned\20int*\2c\20void*\29 -8721:hb_font_get_nominal_glyph_default\28hb_font_t*\2c\20void*\2c\20unsigned\20int\2c\20unsigned\20int*\2c\20void*\29 -8722:hb_font_get_glyph_v_origin_nil\28hb_font_t*\2c\20void*\2c\20unsigned\20int\2c\20int*\2c\20int*\2c\20void*\29 -8723:hb_font_get_glyph_v_origin_default\28hb_font_t*\2c\20void*\2c\20unsigned\20int\2c\20int*\2c\20int*\2c\20void*\29 -8724:hb_font_get_glyph_v_kerning_default\28hb_font_t*\2c\20void*\2c\20unsigned\20int\2c\20unsigned\20int\2c\20void*\29 -8725:hb_font_get_glyph_v_advances_default\28hb_font_t*\2c\20void*\2c\20unsigned\20int\2c\20unsigned\20int\20const*\2c\20unsigned\20int\2c\20int*\2c\20unsigned\20int\2c\20void*\29 -8726:hb_font_get_glyph_v_advance_nil\28hb_font_t*\2c\20void*\2c\20unsigned\20int\2c\20void*\29 -8727:hb_font_get_glyph_v_advance_default\28hb_font_t*\2c\20void*\2c\20unsigned\20int\2c\20void*\29 -8728:hb_font_get_glyph_name_nil\28hb_font_t*\2c\20void*\2c\20unsigned\20int\2c\20char*\2c\20unsigned\20int\2c\20void*\29 -8729:hb_font_get_glyph_name_default\28hb_font_t*\2c\20void*\2c\20unsigned\20int\2c\20char*\2c\20unsigned\20int\2c\20void*\29 -8730:hb_font_get_glyph_h_origin_nil\28hb_font_t*\2c\20void*\2c\20unsigned\20int\2c\20int*\2c\20int*\2c\20void*\29 -8731:hb_font_get_glyph_h_origin_default\28hb_font_t*\2c\20void*\2c\20unsigned\20int\2c\20int*\2c\20int*\2c\20void*\29 -8732:hb_font_get_glyph_h_kerning_default\28hb_font_t*\2c\20void*\2c\20unsigned\20int\2c\20unsigned\20int\2c\20void*\29 -8733:hb_font_get_glyph_h_advances_default\28hb_font_t*\2c\20void*\2c\20unsigned\20int\2c\20unsigned\20int\20const*\2c\20unsigned\20int\2c\20int*\2c\20unsigned\20int\2c\20void*\29 -8734:hb_font_get_glyph_h_advance_nil\28hb_font_t*\2c\20void*\2c\20unsigned\20int\2c\20void*\29 -8735:hb_font_get_glyph_h_advance_default\28hb_font_t*\2c\20void*\2c\20unsigned\20int\2c\20void*\29 -8736:hb_font_get_glyph_from_name_default\28hb_font_t*\2c\20void*\2c\20char\20const*\2c\20int\2c\20unsigned\20int*\2c\20void*\29 -8737:hb_font_get_glyph_extents_nil\28hb_font_t*\2c\20void*\2c\20unsigned\20int\2c\20hb_glyph_extents_t*\2c\20void*\29 -8738:hb_font_get_glyph_extents_default\28hb_font_t*\2c\20void*\2c\20unsigned\20int\2c\20hb_glyph_extents_t*\2c\20void*\29 -8739:hb_font_get_glyph_contour_point_nil\28hb_font_t*\2c\20void*\2c\20unsigned\20int\2c\20unsigned\20int\2c\20int*\2c\20int*\2c\20void*\29 -8740:hb_font_get_glyph_contour_point_default\28hb_font_t*\2c\20void*\2c\20unsigned\20int\2c\20unsigned\20int\2c\20int*\2c\20int*\2c\20void*\29 -8741:hb_font_get_font_v_extents_default\28hb_font_t*\2c\20void*\2c\20hb_font_extents_t*\2c\20void*\29 -8742:hb_font_get_font_h_extents_default\28hb_font_t*\2c\20void*\2c\20hb_font_extents_t*\2c\20void*\29 -8743:hb_font_draw_glyph_default\28hb_font_t*\2c\20void*\2c\20unsigned\20int\2c\20hb_draw_funcs_t*\2c\20void*\2c\20void*\29 -8744:hb_draw_quadratic_to_nil\28hb_draw_funcs_t*\2c\20void*\2c\20hb_draw_state_t*\2c\20float\2c\20float\2c\20float\2c\20float\2c\20void*\29 -8745:hb_draw_quadratic_to_default\28hb_draw_funcs_t*\2c\20void*\2c\20hb_draw_state_t*\2c\20float\2c\20float\2c\20float\2c\20float\2c\20void*\29 -8746:hb_draw_move_to_default\28hb_draw_funcs_t*\2c\20void*\2c\20hb_draw_state_t*\2c\20float\2c\20float\2c\20void*\29 -8747:hb_draw_line_to_default\28hb_draw_funcs_t*\2c\20void*\2c\20hb_draw_state_t*\2c\20float\2c\20float\2c\20void*\29 -8748:hb_draw_extents_quadratic_to\28hb_draw_funcs_t*\2c\20void*\2c\20hb_draw_state_t*\2c\20float\2c\20float\2c\20float\2c\20float\2c\20void*\29 -8749:hb_draw_extents_cubic_to\28hb_draw_funcs_t*\2c\20void*\2c\20hb_draw_state_t*\2c\20float\2c\20float\2c\20float\2c\20float\2c\20float\2c\20float\2c\20void*\29 -8750:hb_draw_cubic_to_default\28hb_draw_funcs_t*\2c\20void*\2c\20hb_draw_state_t*\2c\20float\2c\20float\2c\20float\2c\20float\2c\20float\2c\20float\2c\20void*\29 -8751:hb_draw_close_path_default\28hb_draw_funcs_t*\2c\20void*\2c\20hb_draw_state_t*\2c\20void*\29 -8752:hb_blob_t*\20hb_sanitize_context_t::sanitize_blob\28hb_blob_t*\29 -8753:hb_aat_map_builder_t::feature_info_t::cmp\28void\20const*\2c\20void\20const*\29 -8754:hb_aat_map_builder_t::feature_event_t::cmp\28void\20const*\2c\20void\20const*\29 -8755:hashStringTrieNode\28UElement\29 -8756:hashEntry\28UElement\29 -8757:hasFullCompositionExclusion\28BinaryProperty\20const&\2c\20int\2c\20UProperty\29 -8758:hasEmojiProperty\28BinaryProperty\20const&\2c\20int\2c\20UProperty\29 -8759:h2v2_upsample -8760:h2v2_merged_upsample_565D -8761:h2v2_merged_upsample_565 -8762:h2v2_merged_upsample -8763:h2v2_fancy_upsample -8764:h2v1_upsample -8765:h2v1_merged_upsample_565D -8766:h2v1_merged_upsample_565 -8767:h2v1_merged_upsample -8768:h2v1_fancy_upsample -8769:grayscale_convert -8770:gray_rgb_convert -8771:gray_rgb565_convert -8772:gray_rgb565D_convert -8773:gray_raster_render -8774:gray_raster_new -8775:gray_raster_done -8776:gray_move_to -8777:gray_line_to -8778:gray_cubic_to -8779:gray_conic_to -8780:get_sk_marker_list\28jpeg_decompress_struct*\29 -8781:get_sfnt_table -8782:get_interesting_appn -8783:getVo\28IntProperty\20const&\2c\20int\2c\20UProperty\29 -8784:getTrailCombiningClass\28IntProperty\20const&\2c\20int\2c\20UProperty\29 -8785:getScript\28IntProperty\20const&\2c\20int\2c\20UProperty\29 -8786:getNumericType\28IntProperty\20const&\2c\20int\2c\20UProperty\29 -8787:getNormQuickCheck\28IntProperty\20const&\2c\20int\2c\20UProperty\29 -8788:getLeadCombiningClass\28IntProperty\20const&\2c\20int\2c\20UProperty\29 -8789:getJoiningType\28IntProperty\20const&\2c\20int\2c\20UProperty\29 -8790:getJoiningGroup\28IntProperty\20const&\2c\20int\2c\20UProperty\29 -8791:getInSC\28IntProperty\20const&\2c\20int\2c\20UProperty\29 -8792:getInPC\28IntProperty\20const&\2c\20int\2c\20UProperty\29 -8793:getHangulSyllableType\28IntProperty\20const&\2c\20int\2c\20UProperty\29 -8794:getGeneralCategory\28IntProperty\20const&\2c\20int\2c\20UProperty\29 -8795:getCombiningClass\28IntProperty\20const&\2c\20int\2c\20UProperty\29 -8796:getBiDiPairedBracketType\28IntProperty\20const&\2c\20int\2c\20UProperty\29 -8797:getBiDiClass\28IntProperty\20const&\2c\20int\2c\20UProperty\29 -8798:fullsize_upsample -8799:ft_smooth_transform -8800:ft_smooth_set_mode -8801:ft_smooth_render -8802:ft_smooth_overlap_spans -8803:ft_smooth_lcd_spans -8804:ft_smooth_init -8805:ft_smooth_get_cbox -8806:ft_gzip_free -8807:ft_gzip_alloc -8808:ft_ansi_stream_io -8809:ft_ansi_stream_close -8810:fquad_dxdy_at_t\28SkPoint\20const*\2c\20float\2c\20double\29 -8811:format_message -8812:fmt_fp -8813:fline_dxdy_at_t\28SkPoint\20const*\2c\20float\2c\20double\29 -8814:first_axis_intersection\28double\20const*\2c\20bool\2c\20double\2c\20double*\29 -8815:finish_pass1 -8816:finish_output_pass -8817:finish_input_pass -8818:final_reordering_indic\28hb_ot_shape_plan_t\20const*\2c\20hb_font_t*\2c\20hb_buffer_t*\29 -8819:fcubic_dxdy_at_t\28SkPoint\20const*\2c\20float\2c\20double\29 -8820:fconic_dxdy_at_t\28SkPoint\20const*\2c\20float\2c\20double\29 -8821:fast_swizzle_rgba_to_rgba_premul\28void*\2c\20unsigned\20char\20const*\2c\20int\2c\20int\2c\20int\2c\20int\2c\20unsigned\20int\20const*\29 -8822:fast_swizzle_rgba_to_bgra_unpremul\28void*\2c\20unsigned\20char\20const*\2c\20int\2c\20int\2c\20int\2c\20int\2c\20unsigned\20int\20const*\29 -8823:fast_swizzle_rgba_to_bgra_premul\28void*\2c\20unsigned\20char\20const*\2c\20int\2c\20int\2c\20int\2c\20int\2c\20unsigned\20int\20const*\29 -8824:fast_swizzle_rgb_to_rgba\28void*\2c\20unsigned\20char\20const*\2c\20int\2c\20int\2c\20int\2c\20int\2c\20unsigned\20int\20const*\29 -8825:fast_swizzle_rgb_to_bgra\28void*\2c\20unsigned\20char\20const*\2c\20int\2c\20int\2c\20int\2c\20int\2c\20unsigned\20int\20const*\29 -8826:fast_swizzle_grayalpha_to_n32_unpremul\28void*\2c\20unsigned\20char\20const*\2c\20int\2c\20int\2c\20int\2c\20int\2c\20unsigned\20int\20const*\29 -8827:fast_swizzle_grayalpha_to_n32_premul\28void*\2c\20unsigned\20char\20const*\2c\20int\2c\20int\2c\20int\2c\20int\2c\20unsigned\20int\20const*\29 -8828:fast_swizzle_gray_to_n32\28void*\2c\20unsigned\20char\20const*\2c\20int\2c\20int\2c\20int\2c\20int\2c\20unsigned\20int\20const*\29 -8829:fast_swizzle_cmyk_to_rgba\28void*\2c\20unsigned\20char\20const*\2c\20int\2c\20int\2c\20int\2c\20int\2c\20unsigned\20int\20const*\29 -8830:fast_swizzle_cmyk_to_bgra\28void*\2c\20unsigned\20char\20const*\2c\20int\2c\20int\2c\20int\2c\20int\2c\20unsigned\20int\20const*\29 -8831:error_exit -8832:error_callback -8833:equalStringTrieNodes\28UElement\2c\20UElement\29 -8834:emscripten_stack_get_current -8835:emscripten::internal::MethodInvoker\20const&\2c\20float\2c\20float\2c\20SkPaint\20const&\29\2c\20void\2c\20SkCanvas*\2c\20sk_sp\20const&\2c\20float\2c\20float\2c\20SkPaint\20const&>::invoke\28void\20\28SkCanvas::*\20const&\29\28sk_sp\20const&\2c\20float\2c\20float\2c\20SkPaint\20const&\29\2c\20SkCanvas*\2c\20sk_sp*\2c\20float\2c\20float\2c\20SkPaint*\29 -8836:emscripten::internal::MethodInvoker::invoke\28void\20\28SkCanvas::*\20const&\29\28float\2c\20float\2c\20float\2c\20float\2c\20SkPaint\20const&\29\2c\20SkCanvas*\2c\20float\2c\20float\2c\20float\2c\20float\2c\20SkPaint*\29 -8837:emscripten::internal::MethodInvoker::invoke\28void\20\28SkCanvas::*\20const&\29\28float\2c\20float\2c\20float\2c\20SkPaint\20const&\29\2c\20SkCanvas*\2c\20float\2c\20float\2c\20float\2c\20SkPaint*\29 -8838:emscripten::internal::MethodInvoker::invoke\28void\20\28SkCanvas::*\20const&\29\28float\2c\20float\2c\20float\29\2c\20SkCanvas*\2c\20float\2c\20float\2c\20float\29 -8839:emscripten::internal::MethodInvoker::invoke\28void\20\28SkCanvas::*\20const&\29\28float\2c\20float\29\2c\20SkCanvas*\2c\20float\2c\20float\29 -8840:emscripten::internal::MethodInvoker::invoke\28void\20\28SkCanvas::*\20const&\29\28SkPath\20const&\2c\20SkPaint\20const&\29\2c\20SkCanvas*\2c\20SkPath*\2c\20SkPaint*\29 -8841:emscripten::internal::MethodInvoker\20\28skia::textlayout::Paragraph::*\29\28unsigned\20int\29\2c\20skia::textlayout::SkRange\2c\20skia::textlayout::Paragraph*\2c\20unsigned\20int>::invoke\28skia::textlayout::SkRange\20\28skia::textlayout::Paragraph::*\20const&\29\28unsigned\20int\29\2c\20skia::textlayout::Paragraph*\2c\20unsigned\20int\29 -8842:emscripten::internal::MethodInvoker::invoke\28skia::textlayout::PositionWithAffinity\20\28skia::textlayout::Paragraph::*\20const&\29\28float\2c\20float\29\2c\20skia::textlayout::Paragraph*\2c\20float\2c\20float\29 -8843:emscripten::internal::MethodInvoker\20\28SkVertices::Builder::*\29\28\29\2c\20sk_sp\2c\20SkVertices::Builder*>::invoke\28sk_sp\20\28SkVertices::Builder::*\20const&\29\28\29\2c\20SkVertices::Builder*\29 -8844:emscripten::internal::MethodInvoker::invoke\28int\20\28skia::textlayout::Paragraph::*\20const&\29\28unsigned\20long\29\20const\2c\20skia::textlayout::Paragraph\20const*\2c\20unsigned\20long\29 -8845:emscripten::internal::MethodInvoker::invoke\28bool\20\28SkPath::*\20const&\29\28float\2c\20float\29\20const\2c\20SkPath\20const*\2c\20float\2c\20float\29 -8846:emscripten::internal::MethodInvoker::invoke\28SkPath&\20\28SkPath::*\20const&\29\28bool\29\2c\20SkPath*\2c\20bool\29 -8847:emscripten::internal::Invoker::invoke\28SkVertices::Builder*\20\28*\29\28SkVertices::VertexMode&&\2c\20int&&\2c\20int&&\2c\20unsigned\20int&&\29\2c\20SkVertices::VertexMode\2c\20int\2c\20int\2c\20unsigned\20int\29 -8848:emscripten::internal::Invoker&&\2c\20float&&\2c\20float&&\2c\20float&&>::invoke\28SkFont*\20\28*\29\28sk_sp&&\2c\20float&&\2c\20float&&\2c\20float&&\29\2c\20sk_sp*\2c\20float\2c\20float\2c\20float\29 -8849:emscripten::internal::Invoker&&\2c\20float&&>::invoke\28SkFont*\20\28*\29\28sk_sp&&\2c\20float&&\29\2c\20sk_sp*\2c\20float\29 -8850:emscripten::internal::Invoker&&>::invoke\28SkFont*\20\28*\29\28sk_sp&&\29\2c\20sk_sp*\29 -8851:emscripten::internal::Invoker::invoke\28SkContourMeasureIter*\20\28*\29\28SkPath\20const&\2c\20bool&&\2c\20float&&\29\2c\20SkPath*\2c\20bool\2c\20float\29 -8852:emscripten::internal::Invoker::invoke\28SkCanvas*\20\28*\29\28float&&\2c\20float&&\29\2c\20float\2c\20float\29 -8853:emscripten::internal::Invoker::invoke\28void\20\28*\29\28unsigned\20long\2c\20unsigned\20long\29\2c\20unsigned\20long\2c\20unsigned\20long\29 -8854:emscripten::internal::Invoker::invoke\28void\20\28*\29\28emscripten::val\29\2c\20emscripten::_EM_VAL*\29 -8855:emscripten::internal::Invoker::invoke\28unsigned\20long\20\28*\29\28unsigned\20long\29\2c\20unsigned\20long\29 -8856:emscripten::internal::Invoker\2c\20unsigned\20long\2c\20unsigned\20long\2c\20unsigned\20long\2c\20SkFont\20const&>::invoke\28sk_sp\20\28*\29\28unsigned\20long\2c\20unsigned\20long\2c\20unsigned\20long\2c\20SkFont\20const&\29\2c\20unsigned\20long\2c\20unsigned\20long\2c\20unsigned\20long\2c\20SkFont*\29 -8857:emscripten::internal::Invoker\2c\20unsigned\20long\2c\20unsigned\20long\2c\20SkFont\20const&>::invoke\28sk_sp\20\28*\29\28unsigned\20long\2c\20unsigned\20long\2c\20SkFont\20const&\29\2c\20unsigned\20long\2c\20unsigned\20long\2c\20SkFont*\29 -8858:emscripten::internal::Invoker\2c\20sk_sp\2c\20int\2c\20int\2c\20sk_sp\2c\20int\2c\20int>::invoke\28sk_sp\20\28*\29\28sk_sp\2c\20int\2c\20int\2c\20sk_sp\2c\20int\2c\20int\29\2c\20sk_sp*\2c\20int\2c\20int\2c\20sk_sp*\2c\20int\2c\20int\29 -8859:emscripten::internal::Invoker\2c\20sk_sp\2c\20int\2c\20int\2c\20sk_sp>::invoke\28sk_sp\20\28*\29\28sk_sp\2c\20int\2c\20int\2c\20sk_sp\29\2c\20sk_sp*\2c\20int\2c\20int\2c\20sk_sp*\29 -8860:emscripten::internal::Invoker\2c\20sk_sp\2c\20int\2c\20int>::invoke\28sk_sp\20\28*\29\28sk_sp\2c\20int\2c\20int\29\2c\20sk_sp*\2c\20int\2c\20int\29 -8861:emscripten::internal::Invoker\2c\20sk_sp\2c\20SimpleImageInfo>::invoke\28sk_sp\20\28*\29\28sk_sp\2c\20SimpleImageInfo\29\2c\20sk_sp*\2c\20SimpleImageInfo*\29 -8862:emscripten::internal::Invoker\2c\20SimpleImageInfo\2c\20unsigned\20long\2c\20unsigned\20long>::invoke\28sk_sp\20\28*\29\28SimpleImageInfo\2c\20unsigned\20long\2c\20unsigned\20long\29\2c\20SimpleImageInfo*\2c\20unsigned\20long\2c\20unsigned\20long\29 -8863:emscripten::internal::Invoker\2c\20unsigned\20long\2c\20unsigned\20long\2c\20SkColorType\2c\20unsigned\20long\2c\20int\2c\20SkTileMode\2c\20unsigned\20int\2c\20unsigned\20long\2c\20sk_sp>::invoke\28sk_sp\20\28*\29\28unsigned\20long\2c\20unsigned\20long\2c\20SkColorType\2c\20unsigned\20long\2c\20int\2c\20SkTileMode\2c\20unsigned\20int\2c\20unsigned\20long\2c\20sk_sp\29\2c\20unsigned\20long\2c\20unsigned\20long\2c\20SkColorType\2c\20unsigned\20long\2c\20int\2c\20SkTileMode\2c\20unsigned\20int\2c\20unsigned\20long\2c\20sk_sp*\29 -8864:emscripten::internal::Invoker\2c\20unsigned\20long\2c\20sk_sp>::invoke\28sk_sp\20\28*\29\28unsigned\20long\2c\20sk_sp\29\2c\20unsigned\20long\2c\20sk_sp*\29 -8865:emscripten::internal::Invoker\2c\20unsigned\20long\2c\20float\2c\20float\2c\20unsigned\20long\2c\20SkColorType\2c\20unsigned\20long\2c\20int\2c\20SkTileMode\2c\20unsigned\20int\2c\20unsigned\20long\2c\20sk_sp>::invoke\28sk_sp\20\28*\29\28unsigned\20long\2c\20float\2c\20float\2c\20unsigned\20long\2c\20SkColorType\2c\20unsigned\20long\2c\20int\2c\20SkTileMode\2c\20unsigned\20int\2c\20unsigned\20long\2c\20sk_sp\29\2c\20unsigned\20long\2c\20float\2c\20float\2c\20unsigned\20long\2c\20SkColorType\2c\20unsigned\20long\2c\20int\2c\20SkTileMode\2c\20unsigned\20int\2c\20unsigned\20long\2c\20sk_sp*\29 -8866:emscripten::internal::Invoker\2c\20float\2c\20float\2c\20unsigned\20long\2c\20SkColorType\2c\20unsigned\20long\2c\20int\2c\20SkTileMode\2c\20float\2c\20float\2c\20unsigned\20int\2c\20unsigned\20long\2c\20sk_sp>::invoke\28sk_sp\20\28*\29\28float\2c\20float\2c\20unsigned\20long\2c\20SkColorType\2c\20unsigned\20long\2c\20int\2c\20SkTileMode\2c\20float\2c\20float\2c\20unsigned\20int\2c\20unsigned\20long\2c\20sk_sp\29\2c\20float\2c\20float\2c\20unsigned\20long\2c\20SkColorType\2c\20unsigned\20long\2c\20int\2c\20SkTileMode\2c\20float\2c\20float\2c\20unsigned\20int\2c\20unsigned\20long\2c\20sk_sp*\29 -8867:emscripten::internal::Invoker\2c\20float\2c\20float\2c\20int\2c\20float\2c\20int\2c\20int>::invoke\28sk_sp\20\28*\29\28float\2c\20float\2c\20int\2c\20float\2c\20int\2c\20int\29\2c\20float\2c\20float\2c\20int\2c\20float\2c\20int\2c\20int\29 -8868:emscripten::internal::Invoker\2c\20float\2c\20float\2c\20float\2c\20unsigned\20long\2c\20SkColorType\2c\20unsigned\20long\2c\20int\2c\20SkTileMode\2c\20unsigned\20int\2c\20unsigned\20long\2c\20sk_sp>::invoke\28sk_sp\20\28*\29\28float\2c\20float\2c\20float\2c\20unsigned\20long\2c\20SkColorType\2c\20unsigned\20long\2c\20int\2c\20SkTileMode\2c\20unsigned\20int\2c\20unsigned\20long\2c\20sk_sp\29\2c\20float\2c\20float\2c\20float\2c\20unsigned\20long\2c\20SkColorType\2c\20unsigned\20long\2c\20int\2c\20SkTileMode\2c\20unsigned\20int\2c\20unsigned\20long\2c\20sk_sp*\29 -8869:emscripten::internal::Invoker\2c\20std::__2::basic_string\2c\20std::__2::allocator>\2c\20emscripten::val>::invoke\28sk_sp\20\28*\29\28std::__2::basic_string\2c\20std::__2::allocator>\2c\20emscripten::val\29\2c\20emscripten::internal::BindingType\2c\20std::__2::allocator>\2c\20void>::'unnamed'*\2c\20emscripten::_EM_VAL*\29 -8870:emscripten::internal::Invoker\2c\20unsigned\20long\2c\20int\2c\20float>::invoke\28sk_sp\20\28*\29\28unsigned\20long\2c\20int\2c\20float\29\2c\20unsigned\20long\2c\20int\2c\20float\29 -8871:emscripten::internal::Invoker\2c\20unsigned\20long\2c\20SkPath>::invoke\28sk_sp\20\28*\29\28unsigned\20long\2c\20SkPath\29\2c\20unsigned\20long\2c\20SkPath*\29 -8872:emscripten::internal::Invoker\2c\20float\2c\20unsigned\20long>::invoke\28sk_sp\20\28*\29\28float\2c\20unsigned\20long\29\2c\20float\2c\20unsigned\20long\29 -8873:emscripten::internal::Invoker\2c\20float\2c\20float\2c\20unsigned\20int>::invoke\28sk_sp\20\28*\29\28float\2c\20float\2c\20unsigned\20int\29\2c\20float\2c\20float\2c\20unsigned\20int\29 -8874:emscripten::internal::Invoker\2c\20float>::invoke\28sk_sp\20\28*\29\28float\29\2c\20float\29 -8875:emscripten::internal::Invoker\2c\20SkPath\20const&\2c\20float\2c\20float\2c\20SkPath1DPathEffect::Style>::invoke\28sk_sp\20\28*\29\28SkPath\20const&\2c\20float\2c\20float\2c\20SkPath1DPathEffect::Style\29\2c\20SkPath*\2c\20float\2c\20float\2c\20SkPath1DPathEffect::Style\29 -8876:emscripten::internal::Invoker\2c\20SkBlurStyle\2c\20float\2c\20bool>::invoke\28sk_sp\20\28*\29\28SkBlurStyle\2c\20float\2c\20bool\29\2c\20SkBlurStyle\2c\20float\2c\20bool\29 -8877:emscripten::internal::Invoker\2c\20unsigned\20long\2c\20float\2c\20float\2c\20sk_sp>::invoke\28sk_sp\20\28*\29\28unsigned\20long\2c\20float\2c\20float\2c\20sk_sp\29\2c\20unsigned\20long\2c\20float\2c\20float\2c\20sk_sp*\29 -8878:emscripten::internal::Invoker\2c\20unsigned\20long\2c\20SkFilterMode\2c\20SkMipmapMode\2c\20sk_sp>::invoke\28sk_sp\20\28*\29\28unsigned\20long\2c\20SkFilterMode\2c\20SkMipmapMode\2c\20sk_sp\29\2c\20unsigned\20long\2c\20SkFilterMode\2c\20SkMipmapMode\2c\20sk_sp*\29 -8879:emscripten::internal::Invoker\2c\20sk_sp>::invoke\28sk_sp\20\28*\29\28sk_sp\29\2c\20sk_sp*\29 -8880:emscripten::internal::Invoker\2c\20sk_sp\2c\20float\2c\20float\2c\20unsigned\20long\2c\20unsigned\20long>::invoke\28sk_sp\20\28*\29\28sk_sp\2c\20float\2c\20float\2c\20unsigned\20long\2c\20unsigned\20long\29\2c\20sk_sp*\2c\20float\2c\20float\2c\20unsigned\20long\2c\20unsigned\20long\29 -8881:emscripten::internal::Invoker\2c\20sk_sp\2c\20SkFilterMode\2c\20SkMipmapMode\2c\20unsigned\20long\2c\20unsigned\20long>::invoke\28sk_sp\20\28*\29\28sk_sp\2c\20SkFilterMode\2c\20SkMipmapMode\2c\20unsigned\20long\2c\20unsigned\20long\29\2c\20sk_sp*\2c\20SkFilterMode\2c\20SkMipmapMode\2c\20unsigned\20long\2c\20unsigned\20long\29 -8882:emscripten::internal::Invoker\2c\20float\2c\20float\2c\20sk_sp>::invoke\28sk_sp\20\28*\29\28float\2c\20float\2c\20sk_sp\29\2c\20float\2c\20float\2c\20sk_sp*\29 -8883:emscripten::internal::Invoker\2c\20float\2c\20float\2c\20float\2c\20float\2c\20unsigned\20long\2c\20sk_sp>::invoke\28sk_sp\20\28*\29\28float\2c\20float\2c\20float\2c\20float\2c\20unsigned\20long\2c\20sk_sp\29\2c\20float\2c\20float\2c\20float\2c\20float\2c\20unsigned\20long\2c\20sk_sp*\29 -8884:emscripten::internal::Invoker\2c\20float\2c\20float\2c\20SkTileMode\2c\20sk_sp>::invoke\28sk_sp\20\28*\29\28float\2c\20float\2c\20SkTileMode\2c\20sk_sp\29\2c\20float\2c\20float\2c\20SkTileMode\2c\20sk_sp*\29 -8885:emscripten::internal::Invoker\2c\20SkColorChannel\2c\20SkColorChannel\2c\20float\2c\20sk_sp\2c\20sk_sp>::invoke\28sk_sp\20\28*\29\28SkColorChannel\2c\20SkColorChannel\2c\20float\2c\20sk_sp\2c\20sk_sp\29\2c\20SkColorChannel\2c\20SkColorChannel\2c\20float\2c\20sk_sp*\2c\20sk_sp*\29 -8886:emscripten::internal::Invoker\2c\20SimpleImageInfo\2c\20unsigned\20long\2c\20int\2c\20unsigned\20long>::invoke\28sk_sp\20\28*\29\28SimpleImageInfo\2c\20unsigned\20long\2c\20int\2c\20unsigned\20long\29\2c\20SimpleImageInfo*\2c\20unsigned\20long\2c\20int\2c\20unsigned\20long\29 -8887:emscripten::internal::Invoker\2c\20SimpleImageInfo\2c\20emscripten::val>::invoke\28sk_sp\20\28*\29\28SimpleImageInfo\2c\20emscripten::val\29\2c\20SimpleImageInfo*\2c\20emscripten::_EM_VAL*\29 -8888:emscripten::internal::Invoker\2c\20unsigned\20long\2c\20unsigned\20long\2c\20int>::invoke\28sk_sp\20\28*\29\28unsigned\20long\2c\20unsigned\20long\2c\20int\29\2c\20unsigned\20long\2c\20unsigned\20long\2c\20int\29 -8889:emscripten::internal::Invoker>::invoke\28sk_sp\20\28*\29\28\29\29 -8890:emscripten::internal::Invoker\2c\20unsigned\20long\2c\20SkBlendMode\2c\20sk_sp>::invoke\28sk_sp\20\28*\29\28unsigned\20long\2c\20SkBlendMode\2c\20sk_sp\29\2c\20unsigned\20long\2c\20SkBlendMode\2c\20sk_sp*\29 -8891:emscripten::internal::Invoker\2c\20sk_sp\20const&\2c\20sk_sp>::invoke\28sk_sp\20\28*\29\28sk_sp\20const&\2c\20sk_sp\29\2c\20sk_sp*\2c\20sk_sp*\29 -8892:emscripten::internal::Invoker\2c\20float\2c\20sk_sp\2c\20sk_sp>::invoke\28sk_sp\20\28*\29\28float\2c\20sk_sp\2c\20sk_sp\29\2c\20float\2c\20sk_sp*\2c\20sk_sp*\29 -8893:emscripten::internal::Invoker::invoke\28emscripten::val\20\28*\29\28unsigned\20long\2c\20int\29\2c\20unsigned\20long\2c\20int\29 -8894:emscripten::internal::Invoker\2c\20std::__2::allocator>>::invoke\28emscripten::val\20\28*\29\28std::__2::basic_string\2c\20std::__2::allocator>\29\2c\20emscripten::internal::BindingType\2c\20std::__2::allocator>\2c\20void>::'unnamed'*\29 -8895:emscripten::internal::Invoker::invoke\28emscripten::val\20\28*\29\28emscripten::val\2c\20emscripten::val\2c\20float\29\2c\20emscripten::_EM_VAL*\2c\20emscripten::_EM_VAL*\2c\20float\29 -8896:emscripten::internal::Invoker::invoke\28emscripten::val\20\28*\29\28SkPath\20const&\2c\20SkPath\20const&\2c\20float\29\2c\20SkPath*\2c\20SkPath*\2c\20float\29 -8897:emscripten::internal::Invoker::invoke\28emscripten::val\20\28*\29\28SkPath\20const&\2c\20SkPath\20const&\2c\20SkPathOp\29\2c\20SkPath*\2c\20SkPath*\2c\20SkPathOp\29 -8898:emscripten::internal::Invoker::invoke\28bool\20\28*\29\28unsigned\20long\2c\20SkPath\20const&\2c\20unsigned\20long\2c\20unsigned\20long\2c\20float\2c\20unsigned\20int\2c\20unsigned\20long\29\2c\20unsigned\20long\2c\20SkPath*\2c\20unsigned\20long\2c\20unsigned\20long\2c\20float\2c\20unsigned\20int\2c\20unsigned\20long\29 -8899:emscripten::internal::Invoker\2c\20sk_sp>::invoke\28bool\20\28*\29\28sk_sp\2c\20sk_sp\29\2c\20sk_sp*\2c\20sk_sp*\29 -8900:emscripten::internal::Invoker::invoke\28bool\20\28*\29\28SkPath\20const&\2c\20SkPath\20const&\29\2c\20SkPath*\2c\20SkPath*\29 -8901:emscripten::internal::Invoker\2c\20int\2c\20int>::invoke\28SkRuntimeEffect::TracedShader\20\28*\29\28sk_sp\2c\20int\2c\20int\29\2c\20sk_sp*\2c\20int\2c\20int\29 -8902:emscripten::internal::Invoker::invoke\28SkPath\20\28*\29\28unsigned\20long\2c\20int\2c\20unsigned\20long\2c\20int\2c\20unsigned\20long\2c\20int\29\2c\20unsigned\20long\2c\20int\2c\20unsigned\20long\2c\20int\2c\20unsigned\20long\2c\20int\29 -8903:emscripten::internal::FunctionInvoker\2c\20unsigned\20long\29\2c\20void\2c\20skia::textlayout::TypefaceFontProvider&\2c\20sk_sp\2c\20unsigned\20long>::invoke\28void\20\28**\29\28skia::textlayout::TypefaceFontProvider&\2c\20sk_sp\2c\20unsigned\20long\29\2c\20skia::textlayout::TypefaceFontProvider*\2c\20sk_sp*\2c\20unsigned\20long\29 -8904:emscripten::internal::FunctionInvoker\2c\20std::__2::allocator>\29\2c\20void\2c\20skia::textlayout::ParagraphBuilderImpl&\2c\20std::__2::basic_string\2c\20std::__2::allocator>>::invoke\28void\20\28**\29\28skia::textlayout::ParagraphBuilderImpl&\2c\20std::__2::basic_string\2c\20std::__2::allocator>\29\2c\20skia::textlayout::ParagraphBuilderImpl*\2c\20emscripten::internal::BindingType\2c\20std::__2::allocator>\2c\20void>::'unnamed'*\29 -8905:emscripten::internal::FunctionInvoker::invoke\28void\20\28**\29\28skia::textlayout::ParagraphBuilderImpl&\2c\20float\2c\20float\2c\20skia::textlayout::PlaceholderAlignment\2c\20skia::textlayout::TextBaseline\2c\20float\29\2c\20skia::textlayout::ParagraphBuilderImpl*\2c\20float\2c\20float\2c\20skia::textlayout::PlaceholderAlignment\2c\20skia::textlayout::TextBaseline\2c\20float\29 -8906:emscripten::internal::FunctionInvoker::invoke\28void\20\28**\29\28skia::textlayout::ParagraphBuilderImpl&\2c\20SimpleTextStyle\2c\20SkPaint\2c\20SkPaint\29\2c\20skia::textlayout::ParagraphBuilderImpl*\2c\20SimpleTextStyle*\2c\20SkPaint*\2c\20SkPaint*\29 -8907:emscripten::internal::FunctionInvoker::invoke\28void\20\28**\29\28skia::textlayout::ParagraphBuilderImpl&\2c\20SimpleTextStyle\29\2c\20skia::textlayout::ParagraphBuilderImpl*\2c\20SimpleTextStyle*\29 -8908:emscripten::internal::FunctionInvoker::invoke\28void\20\28**\29\28SkPath&\2c\20float\2c\20float\2c\20float\2c\20float\2c\20float\2c\20float\2c\20float\2c\20float\2c\20float\29\2c\20SkPath*\2c\20float\2c\20float\2c\20float\2c\20float\2c\20float\2c\20float\2c\20float\2c\20float\2c\20float\29 -8909:emscripten::internal::FunctionInvoker::invoke\28void\20\28**\29\28SkPath&\2c\20float\2c\20float\2c\20float\2c\20float\2c\20float\2c\20float\29\2c\20SkPath*\2c\20float\2c\20float\2c\20float\2c\20float\2c\20float\2c\20float\29 -8910:emscripten::internal::FunctionInvoker::invoke\28void\20\28**\29\28SkPath&\2c\20float\2c\20float\2c\20float\2c\20float\2c\20float\29\2c\20SkPath*\2c\20float\2c\20float\2c\20float\2c\20float\2c\20float\29 -8911:emscripten::internal::FunctionInvoker::invoke\28void\20\28**\29\28SkPath&\2c\20float\2c\20float\2c\20float\2c\20bool\2c\20bool\2c\20float\2c\20float\29\2c\20SkPath*\2c\20float\2c\20float\2c\20float\2c\20bool\2c\20bool\2c\20float\2c\20float\29 -8912:emscripten::internal::FunctionInvoker::invoke\28void\20\28**\29\28SkPath&\2c\20float\2c\20float\2c\20float\2c\20bool\29\2c\20SkPath*\2c\20float\2c\20float\2c\20float\2c\20bool\29 -8913:emscripten::internal::FunctionInvoker::invoke\28void\20\28**\29\28SkPath&\2c\20SkPath\20const&\2c\20float\2c\20float\2c\20float\2c\20float\2c\20float\2c\20float\2c\20float\2c\20float\2c\20float\2c\20bool\29\2c\20SkPath*\2c\20SkPath*\2c\20float\2c\20float\2c\20float\2c\20float\2c\20float\2c\20float\2c\20float\2c\20float\2c\20float\2c\20bool\29 -8914:emscripten::internal::FunctionInvoker::invoke\28void\20\28**\29\28SkContourMeasure&\2c\20float\2c\20unsigned\20long\29\2c\20SkContourMeasure*\2c\20float\2c\20unsigned\20long\29 -8915:emscripten::internal::FunctionInvoker::invoke\28void\20\28**\29\28SkCanvas&\2c\20unsigned\20long\2c\20unsigned\20long\2c\20float\2c\20float\2c\20SkFont\20const&\2c\20SkPaint\20const&\29\2c\20SkCanvas*\2c\20unsigned\20long\2c\20unsigned\20long\2c\20float\2c\20float\2c\20SkFont*\2c\20SkPaint*\29 -8916:emscripten::internal::FunctionInvoker::invoke\28void\20\28**\29\28SkCanvas&\2c\20unsigned\20long\2c\20float\2c\20float\2c\20bool\2c\20SkPaint\20const&\29\2c\20SkCanvas*\2c\20unsigned\20long\2c\20float\2c\20float\2c\20bool\2c\20SkPaint*\29 -8917:emscripten::internal::FunctionInvoker\20const&\2c\20unsigned\20long\2c\20unsigned\20long\2c\20unsigned\20long\2c\20int\2c\20SkBlendMode\2c\20float\2c\20float\2c\20SkPaint\20const*\29\2c\20void\2c\20SkCanvas&\2c\20sk_sp\20const&\2c\20unsigned\20long\2c\20unsigned\20long\2c\20unsigned\20long\2c\20int\2c\20SkBlendMode\2c\20float\2c\20float\2c\20SkPaint\20const*>::invoke\28void\20\28**\29\28SkCanvas&\2c\20sk_sp\20const&\2c\20unsigned\20long\2c\20unsigned\20long\2c\20unsigned\20long\2c\20int\2c\20SkBlendMode\2c\20float\2c\20float\2c\20SkPaint\20const*\29\2c\20SkCanvas*\2c\20sk_sp*\2c\20unsigned\20long\2c\20unsigned\20long\2c\20unsigned\20long\2c\20int\2c\20SkBlendMode\2c\20float\2c\20float\2c\20SkPaint\20const*\29 -8918:emscripten::internal::FunctionInvoker\20const&\2c\20unsigned\20long\2c\20unsigned\20long\2c\20float\2c\20float\2c\20SkPaint\20const*\29\2c\20void\2c\20SkCanvas&\2c\20sk_sp\20const&\2c\20unsigned\20long\2c\20unsigned\20long\2c\20float\2c\20float\2c\20SkPaint\20const*>::invoke\28void\20\28**\29\28SkCanvas&\2c\20sk_sp\20const&\2c\20unsigned\20long\2c\20unsigned\20long\2c\20float\2c\20float\2c\20SkPaint\20const*\29\2c\20SkCanvas*\2c\20sk_sp*\2c\20unsigned\20long\2c\20unsigned\20long\2c\20float\2c\20float\2c\20SkPaint\20const*\29 -8919:emscripten::internal::FunctionInvoker\20const&\2c\20float\2c\20float\2c\20float\2c\20float\2c\20SkPaint\20const*\29\2c\20void\2c\20SkCanvas&\2c\20sk_sp\20const&\2c\20float\2c\20float\2c\20float\2c\20float\2c\20SkPaint\20const*>::invoke\28void\20\28**\29\28SkCanvas&\2c\20sk_sp\20const&\2c\20float\2c\20float\2c\20float\2c\20float\2c\20SkPaint\20const*\29\2c\20SkCanvas*\2c\20sk_sp*\2c\20float\2c\20float\2c\20float\2c\20float\2c\20SkPaint\20const*\29 -8920:emscripten::internal::FunctionInvoker\20const&\2c\20float\2c\20float\2c\20SkFilterMode\2c\20SkMipmapMode\2c\20SkPaint\20const*\29\2c\20void\2c\20SkCanvas&\2c\20sk_sp\20const&\2c\20float\2c\20float\2c\20SkFilterMode\2c\20SkMipmapMode\2c\20SkPaint\20const*>::invoke\28void\20\28**\29\28SkCanvas&\2c\20sk_sp\20const&\2c\20float\2c\20float\2c\20SkFilterMode\2c\20SkMipmapMode\2c\20SkPaint\20const*\29\2c\20SkCanvas*\2c\20sk_sp*\2c\20float\2c\20float\2c\20SkFilterMode\2c\20SkMipmapMode\2c\20SkPaint\20const*\29 -8921:emscripten::internal::FunctionInvoker::invoke\28void\20\28**\29\28SkCanvas&\2c\20int\2c\20unsigned\20long\2c\20unsigned\20long\2c\20float\2c\20float\2c\20SkFont\20const&\2c\20SkPaint\20const&\29\2c\20SkCanvas*\2c\20int\2c\20unsigned\20long\2c\20unsigned\20long\2c\20float\2c\20float\2c\20SkFont*\2c\20SkPaint*\29 -8922:emscripten::internal::FunctionInvoker::invoke\28void\20\28**\29\28SkCanvas&\2c\20float\2c\20float\2c\20float\2c\20float\2c\20SkPaint\20const&\29\2c\20SkCanvas*\2c\20float\2c\20float\2c\20float\2c\20float\2c\20SkPaint*\29 -8923:emscripten::internal::FunctionInvoker::invoke\28void\20\28**\29\28SkCanvas&\2c\20SkPath\20const&\2c\20unsigned\20long\2c\20unsigned\20long\2c\20float\2c\20unsigned\20long\2c\20unsigned\20long\2c\20unsigned\20int\29\2c\20SkCanvas*\2c\20SkPath*\2c\20unsigned\20long\2c\20unsigned\20long\2c\20float\2c\20unsigned\20long\2c\20unsigned\20long\2c\20unsigned\20int\29 -8924:emscripten::internal::FunctionInvoker\2c\20std::__2::allocator>\20\28*\29\28SkSL::DebugTrace\20const*\29\2c\20std::__2::basic_string\2c\20std::__2::allocator>\2c\20SkSL::DebugTrace\20const*>::invoke\28std::__2::basic_string\2c\20std::__2::allocator>\20\28**\29\28SkSL::DebugTrace\20const*\29\2c\20SkSL::DebugTrace\20const*\29 -8925:emscripten::internal::FunctionInvoker\20\28*\29\28SkFontMgr&\2c\20unsigned\20long\2c\20int\29\2c\20sk_sp\2c\20SkFontMgr&\2c\20unsigned\20long\2c\20int>::invoke\28sk_sp\20\28**\29\28SkFontMgr&\2c\20unsigned\20long\2c\20int\29\2c\20SkFontMgr*\2c\20unsigned\20long\2c\20int\29 -8926:emscripten::internal::FunctionInvoker\20\28*\29\28SkFontMgr&\2c\20std::__2::basic_string\2c\20std::__2::allocator>\2c\20emscripten::val\29\2c\20sk_sp\2c\20SkFontMgr&\2c\20std::__2::basic_string\2c\20std::__2::allocator>\2c\20emscripten::val>::invoke\28sk_sp\20\28**\29\28SkFontMgr&\2c\20std::__2::basic_string\2c\20std::__2::allocator>\2c\20emscripten::val\29\2c\20SkFontMgr*\2c\20emscripten::internal::BindingType\2c\20std::__2::allocator>\2c\20void>::'unnamed'*\2c\20emscripten::_EM_VAL*\29 -8927:emscripten::internal::FunctionInvoker\20\28*\29\28sk_sp\2c\20SkTileMode\2c\20SkTileMode\2c\20float\2c\20float\2c\20unsigned\20long\29\2c\20sk_sp\2c\20sk_sp\2c\20SkTileMode\2c\20SkTileMode\2c\20float\2c\20float\2c\20unsigned\20long>::invoke\28sk_sp\20\28**\29\28sk_sp\2c\20SkTileMode\2c\20SkTileMode\2c\20float\2c\20float\2c\20unsigned\20long\29\2c\20sk_sp*\2c\20SkTileMode\2c\20SkTileMode\2c\20float\2c\20float\2c\20unsigned\20long\29 -8928:emscripten::internal::FunctionInvoker\20\28*\29\28sk_sp\2c\20SkTileMode\2c\20SkTileMode\2c\20SkFilterMode\2c\20SkMipmapMode\2c\20unsigned\20long\29\2c\20sk_sp\2c\20sk_sp\2c\20SkTileMode\2c\20SkTileMode\2c\20SkFilterMode\2c\20SkMipmapMode\2c\20unsigned\20long>::invoke\28sk_sp\20\28**\29\28sk_sp\2c\20SkTileMode\2c\20SkTileMode\2c\20SkFilterMode\2c\20SkMipmapMode\2c\20unsigned\20long\29\2c\20sk_sp*\2c\20SkTileMode\2c\20SkTileMode\2c\20SkFilterMode\2c\20SkMipmapMode\2c\20unsigned\20long\29 -8929:emscripten::internal::FunctionInvoker\20\28*\29\28SkRuntimeEffect&\2c\20unsigned\20long\2c\20unsigned\20long\2c\20bool\2c\20unsigned\20long\2c\20unsigned\20long\2c\20unsigned\20long\29\2c\20sk_sp\2c\20SkRuntimeEffect&\2c\20unsigned\20long\2c\20unsigned\20long\2c\20bool\2c\20unsigned\20long\2c\20unsigned\20long\2c\20unsigned\20long>::invoke\28sk_sp\20\28**\29\28SkRuntimeEffect&\2c\20unsigned\20long\2c\20unsigned\20long\2c\20bool\2c\20unsigned\20long\2c\20unsigned\20long\2c\20unsigned\20long\29\2c\20SkRuntimeEffect*\2c\20unsigned\20long\2c\20unsigned\20long\2c\20bool\2c\20unsigned\20long\2c\20unsigned\20long\2c\20unsigned\20long\29 -8930:emscripten::internal::FunctionInvoker\20\28*\29\28SkRuntimeEffect&\2c\20unsigned\20long\2c\20unsigned\20long\2c\20bool\2c\20unsigned\20long\29\2c\20sk_sp\2c\20SkRuntimeEffect&\2c\20unsigned\20long\2c\20unsigned\20long\2c\20bool\2c\20unsigned\20long>::invoke\28sk_sp\20\28**\29\28SkRuntimeEffect&\2c\20unsigned\20long\2c\20unsigned\20long\2c\20bool\2c\20unsigned\20long\29\2c\20SkRuntimeEffect*\2c\20unsigned\20long\2c\20unsigned\20long\2c\20bool\2c\20unsigned\20long\29 -8931:emscripten::internal::FunctionInvoker\20\28*\29\28SkPicture&\2c\20SkTileMode\2c\20SkTileMode\2c\20SkFilterMode\2c\20unsigned\20long\2c\20unsigned\20long\29\2c\20sk_sp\2c\20SkPicture&\2c\20SkTileMode\2c\20SkTileMode\2c\20SkFilterMode\2c\20unsigned\20long\2c\20unsigned\20long>::invoke\28sk_sp\20\28**\29\28SkPicture&\2c\20SkTileMode\2c\20SkTileMode\2c\20SkFilterMode\2c\20unsigned\20long\2c\20unsigned\20long\29\2c\20SkPicture*\2c\20SkTileMode\2c\20SkTileMode\2c\20SkFilterMode\2c\20unsigned\20long\2c\20unsigned\20long\29 -8932:emscripten::internal::FunctionInvoker\20\28*\29\28SkPictureRecorder&\29\2c\20sk_sp\2c\20SkPictureRecorder&>::invoke\28sk_sp\20\28**\29\28SkPictureRecorder&\29\2c\20SkPictureRecorder*\29 -8933:emscripten::internal::FunctionInvoker\20\28*\29\28sk_sp\29\2c\20sk_sp\2c\20sk_sp>::invoke\28sk_sp\20\28**\29\28sk_sp\29\2c\20sk_sp*\29 -8934:emscripten::internal::FunctionInvoker\20\28*\29\28SkSurface&\2c\20unsigned\20long\29\2c\20sk_sp\2c\20SkSurface&\2c\20unsigned\20long>::invoke\28sk_sp\20\28**\29\28SkSurface&\2c\20unsigned\20long\29\2c\20SkSurface*\2c\20unsigned\20long\29 -8935:emscripten::internal::FunctionInvoker\20\28*\29\28SkSurface&\2c\20unsigned\20int\2c\20unsigned\20int\2c\20SimpleImageInfo\29\2c\20sk_sp\2c\20SkSurface&\2c\20unsigned\20int\2c\20unsigned\20int\2c\20SimpleImageInfo>::invoke\28sk_sp\20\28**\29\28SkSurface&\2c\20unsigned\20int\2c\20unsigned\20int\2c\20SimpleImageInfo\29\2c\20SkSurface*\2c\20unsigned\20int\2c\20unsigned\20int\2c\20SimpleImageInfo*\29 -8936:emscripten::internal::FunctionInvoker\20\28*\29\28sk_sp\29\2c\20sk_sp\2c\20sk_sp>::invoke\28sk_sp\20\28**\29\28sk_sp\29\2c\20sk_sp*\29 -8937:emscripten::internal::FunctionInvoker\20\28*\29\28SkRuntimeEffect&\2c\20unsigned\20long\2c\20unsigned\20long\2c\20bool\29\2c\20sk_sp\2c\20SkRuntimeEffect&\2c\20unsigned\20long\2c\20unsigned\20long\2c\20bool>::invoke\28sk_sp\20\28**\29\28SkRuntimeEffect&\2c\20unsigned\20long\2c\20unsigned\20long\2c\20bool\29\2c\20SkRuntimeEffect*\2c\20unsigned\20long\2c\20unsigned\20long\2c\20bool\29 -8938:emscripten::internal::FunctionInvoker::invoke\28int\20\28**\29\28SkCanvas&\2c\20SkPaint\29\2c\20SkCanvas*\2c\20SkPaint*\29 -8939:emscripten::internal::FunctionInvoker::invoke\28int\20\28**\29\28SkCanvas&\2c\20SkPaint\20const*\2c\20unsigned\20long\2c\20SkImageFilter\20const*\2c\20unsigned\20int\2c\20SkTileMode\29\2c\20SkCanvas*\2c\20SkPaint\20const*\2c\20unsigned\20long\2c\20SkImageFilter\20const*\2c\20unsigned\20int\2c\20SkTileMode\29 -8940:emscripten::internal::FunctionInvoker::invoke\28emscripten::val\20\28**\29\28skia::textlayout::Paragraph&\2c\20unsigned\20int\2c\20unsigned\20int\2c\20skia::textlayout::RectHeightStyle\2c\20skia::textlayout::RectWidthStyle\29\2c\20skia::textlayout::Paragraph*\2c\20unsigned\20int\2c\20unsigned\20int\2c\20skia::textlayout::RectHeightStyle\2c\20skia::textlayout::RectWidthStyle\29 -8941:emscripten::internal::FunctionInvoker::invoke\28emscripten::val\20\28**\29\28skia::textlayout::Paragraph&\2c\20float\2c\20float\29\2c\20skia::textlayout::Paragraph*\2c\20float\2c\20float\29 -8942:emscripten::internal::FunctionInvoker\2c\20SkEncodedImageFormat\2c\20int\2c\20GrDirectContext*\29\2c\20emscripten::val\2c\20sk_sp\2c\20SkEncodedImageFormat\2c\20int\2c\20GrDirectContext*>::invoke\28emscripten::val\20\28**\29\28sk_sp\2c\20SkEncodedImageFormat\2c\20int\2c\20GrDirectContext*\29\2c\20sk_sp*\2c\20SkEncodedImageFormat\2c\20int\2c\20GrDirectContext*\29 -8943:emscripten::internal::FunctionInvoker\2c\20SkEncodedImageFormat\2c\20int\29\2c\20emscripten::val\2c\20sk_sp\2c\20SkEncodedImageFormat\2c\20int>::invoke\28emscripten::val\20\28**\29\28sk_sp\2c\20SkEncodedImageFormat\2c\20int\29\2c\20sk_sp*\2c\20SkEncodedImageFormat\2c\20int\29 -8944:emscripten::internal::FunctionInvoker\29\2c\20emscripten::val\2c\20sk_sp>::invoke\28emscripten::val\20\28**\29\28sk_sp\29\2c\20sk_sp*\29 -8945:emscripten::internal::FunctionInvoker::invoke\28emscripten::val\20\28**\29\28SkFont&\2c\20unsigned\20long\2c\20unsigned\20long\2c\20bool\2c\20unsigned\20long\2c\20unsigned\20long\2c\20bool\2c\20float\2c\20float\29\2c\20SkFont*\2c\20unsigned\20long\2c\20unsigned\20long\2c\20bool\2c\20unsigned\20long\2c\20unsigned\20long\2c\20bool\2c\20float\2c\20float\29 -8946:emscripten::internal::FunctionInvoker\2c\20SimpleImageInfo\2c\20unsigned\20long\2c\20unsigned\20long\2c\20int\2c\20int\2c\20GrDirectContext*\29\2c\20bool\2c\20sk_sp\2c\20SimpleImageInfo\2c\20unsigned\20long\2c\20unsigned\20long\2c\20int\2c\20int\2c\20GrDirectContext*>::invoke\28bool\20\28**\29\28sk_sp\2c\20SimpleImageInfo\2c\20unsigned\20long\2c\20unsigned\20long\2c\20int\2c\20int\2c\20GrDirectContext*\29\2c\20sk_sp*\2c\20SimpleImageInfo*\2c\20unsigned\20long\2c\20unsigned\20long\2c\20int\2c\20int\2c\20GrDirectContext*\29 -8947:emscripten::internal::FunctionInvoker\2c\20SimpleImageInfo\2c\20unsigned\20long\2c\20unsigned\20long\2c\20int\2c\20int\29\2c\20bool\2c\20sk_sp\2c\20SimpleImageInfo\2c\20unsigned\20long\2c\20unsigned\20long\2c\20int\2c\20int>::invoke\28bool\20\28**\29\28sk_sp\2c\20SimpleImageInfo\2c\20unsigned\20long\2c\20unsigned\20long\2c\20int\2c\20int\29\2c\20sk_sp*\2c\20SimpleImageInfo*\2c\20unsigned\20long\2c\20unsigned\20long\2c\20int\2c\20int\29 -8948:emscripten::internal::FunctionInvoker::invoke\28bool\20\28**\29\28SkPath&\2c\20float\2c\20float\2c\20float\29\2c\20SkPath*\2c\20float\2c\20float\2c\20float\29 -8949:emscripten::internal::FunctionInvoker::invoke\28bool\20\28**\29\28SkPath&\2c\20float\2c\20float\2c\20bool\29\2c\20SkPath*\2c\20float\2c\20float\2c\20bool\29 -8950:emscripten::internal::FunctionInvoker::invoke\28bool\20\28**\29\28SkPath&\2c\20StrokeOpts\29\2c\20SkPath*\2c\20StrokeOpts*\29 -8951:emscripten::internal::FunctionInvoker::invoke\28bool\20\28**\29\28SkCanvas&\2c\20SimpleImageInfo\2c\20unsigned\20long\2c\20unsigned\20long\2c\20int\2c\20int\29\2c\20SkCanvas*\2c\20SimpleImageInfo*\2c\20unsigned\20long\2c\20unsigned\20long\2c\20int\2c\20int\29 -8952:emscripten::internal::FunctionInvoker::invoke\28SkPath\20\28**\29\28SkPath\20const&\29\2c\20SkPath*\29 -8953:emscripten::internal::FunctionInvoker::invoke\28SkPath\20\28**\29\28SkContourMeasure&\2c\20float\2c\20float\2c\20bool\29\2c\20SkContourMeasure*\2c\20float\2c\20float\2c\20bool\29 -8954:emscripten::internal::FunctionInvoker::invoke\28SkPaint\20\28**\29\28SkPaint\20const&\29\2c\20SkPaint*\29 -8955:emscripten::internal::FunctionInvoker::invoke\28SimpleImageInfo\20\28**\29\28SkSurface&\29\2c\20SkSurface*\29 -8956:emscripten::internal::FunctionInvoker::invoke\28RuntimeEffectUniform\20\28**\29\28SkRuntimeEffect&\2c\20int\29\2c\20SkRuntimeEffect*\2c\20int\29 -8957:emit_message -8958:embind_init_Skia\28\29::$_9::__invoke\28SkAnimatedImage&\29 -8959:embind_init_Skia\28\29::$_99::__invoke\28SkPath&\2c\20unsigned\20long\2c\20int\2c\20bool\29 -8960:embind_init_Skia\28\29::$_98::__invoke\28SkPath&\2c\20float\2c\20float\2c\20float\2c\20bool\29 -8961:embind_init_Skia\28\29::$_97::__invoke\28SkPath&\2c\20unsigned\20long\2c\20bool\2c\20unsigned\20int\29 -8962:embind_init_Skia\28\29::$_96::__invoke\28SkPath&\2c\20unsigned\20long\2c\20float\2c\20float\29 -8963:embind_init_Skia\28\29::$_95::__invoke\28unsigned\20long\2c\20SkPath\29 -8964:embind_init_Skia\28\29::$_94::__invoke\28float\2c\20unsigned\20long\29 -8965:embind_init_Skia\28\29::$_93::__invoke\28unsigned\20long\2c\20int\2c\20float\29 -8966:embind_init_Skia\28\29::$_92::__invoke\28\29 -8967:embind_init_Skia\28\29::$_91::__invoke\28\29 -8968:embind_init_Skia\28\29::$_90::__invoke\28sk_sp\2c\20sk_sp\29 -8969:embind_init_Skia\28\29::$_8::__invoke\28emscripten::val\29 -8970:embind_init_Skia\28\29::$_89::__invoke\28SkPaint&\2c\20unsigned\20int\2c\20sk_sp\29 -8971:embind_init_Skia\28\29::$_88::__invoke\28SkPaint&\2c\20unsigned\20int\29 -8972:embind_init_Skia\28\29::$_87::__invoke\28SkPaint&\2c\20unsigned\20long\2c\20sk_sp\29 -8973:embind_init_Skia\28\29::$_86::__invoke\28SkPaint&\2c\20unsigned\20long\29 -8974:embind_init_Skia\28\29::$_85::__invoke\28SkPaint\20const&\29 -8975:embind_init_Skia\28\29::$_84::__invoke\28SkBlurStyle\2c\20float\2c\20bool\29 -8976:embind_init_Skia\28\29::$_83::__invoke\28float\2c\20float\2c\20sk_sp\29 -8977:embind_init_Skia\28\29::$_82::__invoke\28unsigned\20long\2c\20SkFilterMode\2c\20SkMipmapMode\2c\20sk_sp\29 -8978:embind_init_Skia\28\29::$_81::__invoke\28unsigned\20long\2c\20float\2c\20float\2c\20sk_sp\29 -8979:embind_init_Skia\28\29::$_80::__invoke\28sk_sp\2c\20SkFilterMode\2c\20SkMipmapMode\2c\20unsigned\20long\2c\20unsigned\20long\29 -8980:embind_init_Skia\28\29::$_7::__invoke\28GrDirectContext&\2c\20unsigned\20long\29 -8981:embind_init_Skia\28\29::$_79::__invoke\28sk_sp\2c\20float\2c\20float\2c\20unsigned\20long\2c\20unsigned\20long\29 -8982:embind_init_Skia\28\29::$_78::__invoke\28float\2c\20float\2c\20sk_sp\29 -8983:embind_init_Skia\28\29::$_77::__invoke\28float\2c\20float\2c\20float\2c\20float\2c\20unsigned\20long\2c\20sk_sp\29 -8984:embind_init_Skia\28\29::$_76::__invoke\28float\2c\20float\2c\20float\2c\20float\2c\20unsigned\20long\2c\20sk_sp\29 -8985:embind_init_Skia\28\29::$_75::__invoke\28sk_sp\29 -8986:embind_init_Skia\28\29::$_74::__invoke\28SkColorChannel\2c\20SkColorChannel\2c\20float\2c\20sk_sp\2c\20sk_sp\29 -8987:embind_init_Skia\28\29::$_73::__invoke\28float\2c\20float\2c\20sk_sp\29 -8988:embind_init_Skia\28\29::$_72::__invoke\28sk_sp\2c\20sk_sp\29 -8989:embind_init_Skia\28\29::$_71::__invoke\28float\2c\20float\2c\20SkTileMode\2c\20sk_sp\29 -8990:embind_init_Skia\28\29::$_70::__invoke\28SkBlendMode\2c\20sk_sp\2c\20sk_sp\29 -8991:embind_init_Skia\28\29::$_6::__invoke\28GrDirectContext&\29 -8992:embind_init_Skia\28\29::$_69::__invoke\28SkImageFilter\20const&\2c\20unsigned\20long\2c\20unsigned\20long\2c\20unsigned\20long\29 -8993:embind_init_Skia\28\29::$_68::__invoke\28sk_sp\2c\20SimpleImageInfo\2c\20unsigned\20long\2c\20unsigned\20long\2c\20int\2c\20int\29 -8994:embind_init_Skia\28\29::$_67::__invoke\28sk_sp\2c\20SimpleImageInfo\2c\20unsigned\20long\2c\20unsigned\20long\2c\20int\2c\20int\2c\20GrDirectContext*\29 -8995:embind_init_Skia\28\29::$_66::__invoke\28sk_sp\2c\20SkTileMode\2c\20SkTileMode\2c\20SkFilterMode\2c\20SkMipmapMode\2c\20unsigned\20long\29 -8996:embind_init_Skia\28\29::$_65::__invoke\28sk_sp\2c\20SkTileMode\2c\20SkTileMode\2c\20float\2c\20float\2c\20unsigned\20long\29 -8997:embind_init_Skia\28\29::$_64::__invoke\28sk_sp\29 -8998:embind_init_Skia\28\29::$_63::__invoke\28sk_sp\2c\20SkEncodedImageFormat\2c\20int\2c\20GrDirectContext*\29 -8999:embind_init_Skia\28\29::$_62::__invoke\28sk_sp\2c\20SkEncodedImageFormat\2c\20int\29 -9000:embind_init_Skia\28\29::$_61::__invoke\28sk_sp\29 -9001:embind_init_Skia\28\29::$_60::__invoke\28sk_sp\29 -9002:embind_init_Skia\28\29::$_5::__invoke\28GrDirectContext&\29 -9003:embind_init_Skia\28\29::$_59::__invoke\28SkFontMgr&\2c\20unsigned\20long\2c\20int\29 -9004:embind_init_Skia\28\29::$_58::__invoke\28SkFontMgr&\2c\20std::__2::basic_string\2c\20std::__2::allocator>\2c\20emscripten::val\29 -9005:embind_init_Skia\28\29::$_57::__invoke\28SkFontMgr&\2c\20int\29 -9006:embind_init_Skia\28\29::$_56::__invoke\28unsigned\20long\2c\20unsigned\20long\2c\20int\29 -9007:embind_init_Skia\28\29::$_55::__invoke\28SkFont&\2c\20unsigned\20long\2c\20unsigned\20long\2c\20bool\2c\20unsigned\20long\2c\20unsigned\20long\2c\20bool\2c\20float\2c\20float\29 -9008:embind_init_Skia\28\29::$_54::__invoke\28SkFont&\29 -9009:embind_init_Skia\28\29::$_53::__invoke\28SkFont&\2c\20unsigned\20long\2c\20unsigned\20long\2c\20unsigned\20long\2c\20unsigned\20long\29 -9010:embind_init_Skia\28\29::$_52::__invoke\28SkFont&\2c\20unsigned\20long\2c\20int\2c\20unsigned\20long\2c\20unsigned\20long\2c\20SkPaint*\29 -9011:embind_init_Skia\28\29::$_51::__invoke\28SkContourMeasure&\2c\20float\2c\20float\2c\20bool\29 -9012:embind_init_Skia\28\29::$_50::__invoke\28SkContourMeasure&\2c\20float\2c\20unsigned\20long\29 -9013:embind_init_Skia\28\29::$_4::__invoke\28unsigned\20long\2c\20unsigned\20long\29 -9014:embind_init_Skia\28\29::$_49::__invoke\28unsigned\20long\29 -9015:embind_init_Skia\28\29::$_48::__invoke\28unsigned\20long\2c\20SkBlendMode\2c\20sk_sp\29 -9016:embind_init_Skia\28\29::$_47::__invoke\28SkCanvas&\2c\20SimpleImageInfo\2c\20unsigned\20long\2c\20unsigned\20long\2c\20int\2c\20int\29 -9017:embind_init_Skia\28\29::$_46::__invoke\28SkCanvas&\2c\20SkPaint\29 -9018:embind_init_Skia\28\29::$_45::__invoke\28SkCanvas&\2c\20SkPaint\20const*\2c\20unsigned\20long\2c\20SkImageFilter\20const*\2c\20unsigned\20int\2c\20SkTileMode\29 -9019:embind_init_Skia\28\29::$_44::__invoke\28SkCanvas&\2c\20SimpleImageInfo\2c\20unsigned\20long\2c\20unsigned\20long\2c\20int\2c\20int\29 -9020:embind_init_Skia\28\29::$_43::__invoke\28SkCanvas&\2c\20SimpleImageInfo\29 -9021:embind_init_Skia\28\29::$_42::__invoke\28SkCanvas\20const&\2c\20unsigned\20long\29 -9022:embind_init_Skia\28\29::$_41::__invoke\28SkCanvas\20const&\2c\20unsigned\20long\29 -9023:embind_init_Skia\28\29::$_40::__invoke\28SkCanvas\20const&\2c\20unsigned\20long\29 -9024:embind_init_Skia\28\29::$_3::__invoke\28unsigned\20long\2c\20SkPath\20const&\2c\20unsigned\20long\2c\20unsigned\20long\2c\20float\2c\20unsigned\20int\2c\20unsigned\20long\29 -9025:embind_init_Skia\28\29::$_39::__invoke\28SkCanvas\20const&\2c\20unsigned\20long\29 -9026:embind_init_Skia\28\29::$_38::__invoke\28SkCanvas&\2c\20unsigned\20long\2c\20unsigned\20long\2c\20float\2c\20float\2c\20SkFont\20const&\2c\20SkPaint\20const&\29 -9027:embind_init_Skia\28\29::$_37::__invoke\28SkCanvas&\2c\20SkPath\20const&\2c\20unsigned\20long\2c\20unsigned\20long\2c\20float\2c\20unsigned\20long\2c\20unsigned\20long\2c\20unsigned\20int\29 -9028:embind_init_Skia\28\29::$_36::__invoke\28SkCanvas&\2c\20float\2c\20float\2c\20float\2c\20float\2c\20SkPaint\20const&\29 -9029:embind_init_Skia\28\29::$_35::__invoke\28SkCanvas&\2c\20unsigned\20long\2c\20SkPaint\20const&\29 -9030:embind_init_Skia\28\29::$_34::__invoke\28SkCanvas&\2c\20unsigned\20long\2c\20SkPaint\20const&\29 -9031:embind_init_Skia\28\29::$_33::__invoke\28SkCanvas&\2c\20SkCanvas::PointMode\2c\20unsigned\20long\2c\20int\2c\20SkPaint&\29 -9032:embind_init_Skia\28\29::$_32::__invoke\28SkCanvas&\2c\20unsigned\20long\2c\20unsigned\20long\2c\20unsigned\20long\2c\20SkBlendMode\2c\20SkPaint\20const&\29 -9033:embind_init_Skia\28\29::$_31::__invoke\28SkCanvas&\2c\20skia::textlayout::Paragraph*\2c\20float\2c\20float\29 -9034:embind_init_Skia\28\29::$_30::__invoke\28SkCanvas&\2c\20unsigned\20long\2c\20SkPaint\20const&\29 -9035:embind_init_Skia\28\29::$_2::__invoke\28SimpleImageInfo\2c\20unsigned\20long\2c\20int\2c\20unsigned\20long\29 -9036:embind_init_Skia\28\29::$_29::__invoke\28SkCanvas&\2c\20sk_sp\20const&\2c\20unsigned\20long\2c\20unsigned\20long\2c\20SkFilterMode\2c\20SkMipmapMode\2c\20SkPaint\20const*\29 -9037:embind_init_Skia\28\29::$_28::__invoke\28SkCanvas&\2c\20sk_sp\20const&\2c\20unsigned\20long\2c\20unsigned\20long\2c\20float\2c\20float\2c\20SkPaint\20const*\29 -9038:embind_init_Skia\28\29::$_27::__invoke\28SkCanvas&\2c\20sk_sp\20const&\2c\20unsigned\20long\2c\20unsigned\20long\2c\20SkPaint\20const*\2c\20bool\29 -9039:embind_init_Skia\28\29::$_26::__invoke\28SkCanvas&\2c\20sk_sp\20const&\2c\20unsigned\20long\2c\20unsigned\20long\2c\20SkFilterMode\2c\20SkPaint\20const*\29 -9040:embind_init_Skia\28\29::$_25::__invoke\28SkCanvas&\2c\20sk_sp\20const&\2c\20float\2c\20float\2c\20SkFilterMode\2c\20SkMipmapMode\2c\20SkPaint\20const*\29 -9041:embind_init_Skia\28\29::$_24::__invoke\28SkCanvas&\2c\20sk_sp\20const&\2c\20float\2c\20float\2c\20float\2c\20float\2c\20SkPaint\20const*\29 -9042:embind_init_Skia\28\29::$_23::__invoke\28SkCanvas&\2c\20sk_sp\20const&\2c\20float\2c\20float\2c\20SkPaint\20const*\29 -9043:embind_init_Skia\28\29::$_22::__invoke\28SkCanvas&\2c\20int\2c\20unsigned\20long\2c\20unsigned\20long\2c\20float\2c\20float\2c\20SkFont\20const&\2c\20SkPaint\20const&\29 -9044:embind_init_Skia\28\29::$_21::__invoke\28SkCanvas&\2c\20unsigned\20long\2c\20unsigned\20long\2c\20SkPaint\20const&\29 -9045:embind_init_Skia\28\29::$_20::__invoke\28SkCanvas&\2c\20unsigned\20int\2c\20SkBlendMode\29 -9046:embind_init_Skia\28\29::$_1::__invoke\28unsigned\20long\2c\20unsigned\20long\29 -9047:embind_init_Skia\28\29::$_19::__invoke\28SkCanvas&\2c\20unsigned\20long\2c\20SkBlendMode\29 -9048:embind_init_Skia\28\29::$_18::__invoke\28SkCanvas&\2c\20unsigned\20long\29 -9049:embind_init_Skia\28\29::$_17::__invoke\28SkCanvas&\2c\20sk_sp\20const&\2c\20unsigned\20long\2c\20unsigned\20long\2c\20unsigned\20long\2c\20int\2c\20SkBlendMode\2c\20float\2c\20float\2c\20SkPaint\20const*\29 -9050:embind_init_Skia\28\29::$_16::__invoke\28SkCanvas&\2c\20sk_sp\20const&\2c\20unsigned\20long\2c\20unsigned\20long\2c\20unsigned\20long\2c\20int\2c\20SkBlendMode\2c\20SkFilterMode\2c\20SkMipmapMode\2c\20SkPaint\20const*\29 -9051:embind_init_Skia\28\29::$_15::__invoke\28SkCanvas&\2c\20unsigned\20long\2c\20float\2c\20float\2c\20bool\2c\20SkPaint\20const&\29 -9052:embind_init_Skia\28\29::$_150::__invoke\28SkVertices::Builder&\29 -9053:embind_init_Skia\28\29::$_14::__invoke\28SkCanvas&\2c\20unsigned\20long\29 -9054:embind_init_Skia\28\29::$_149::__invoke\28SkVertices::Builder&\29 -9055:embind_init_Skia\28\29::$_148::__invoke\28SkVertices::Builder&\29 -9056:embind_init_Skia\28\29::$_147::__invoke\28SkVertices::Builder&\29 -9057:embind_init_Skia\28\29::$_146::__invoke\28SkVertices&\2c\20unsigned\20long\29 -9058:embind_init_Skia\28\29::$_145::__invoke\28SkTypeface&\2c\20unsigned\20long\2c\20unsigned\20long\2c\20unsigned\20long\2c\20unsigned\20long\29 -9059:embind_init_Skia\28\29::$_144::__invoke\28SkTypeface&\29 -9060:embind_init_Skia\28\29::$_143::__invoke\28unsigned\20long\2c\20int\29 -9061:embind_init_Skia\28\29::$_142::__invoke\28\29 -9062:embind_init_Skia\28\29::$_141::__invoke\28unsigned\20long\2c\20unsigned\20long\2c\20SkFont\20const&\29 -9063:embind_init_Skia\28\29::$_140::__invoke\28unsigned\20long\2c\20unsigned\20long\2c\20SkFont\20const&\29 -9064:embind_init_Skia\28\29::$_13::__invoke\28SkCanvas&\2c\20unsigned\20long\2c\20SkClipOp\2c\20bool\29 -9065:embind_init_Skia\28\29::$_139::__invoke\28unsigned\20long\2c\20unsigned\20long\2c\20unsigned\20long\2c\20SkFont\20const&\29 -9066:embind_init_Skia\28\29::$_138::__invoke\28unsigned\20long\2c\20unsigned\20long\2c\20unsigned\20long\2c\20SkFont\20const&\29 -9067:embind_init_Skia\28\29::$_137::__invoke\28SkSurface&\29 -9068:embind_init_Skia\28\29::$_136::__invoke\28SkSurface&\29 -9069:embind_init_Skia\28\29::$_135::__invoke\28SkSurface&\29 -9070:embind_init_Skia\28\29::$_134::__invoke\28SkSurface&\2c\20SimpleImageInfo\29 -9071:embind_init_Skia\28\29::$_133::__invoke\28SkSurface&\2c\20unsigned\20long\29 -9072:embind_init_Skia\28\29::$_132::__invoke\28SkSurface&\2c\20unsigned\20int\2c\20unsigned\20int\2c\20SimpleImageInfo\29 -9073:embind_init_Skia\28\29::$_131::__invoke\28SkSurface&\29 -9074:embind_init_Skia\28\29::$_130::__invoke\28SkSurface&\29 -9075:embind_init_Skia\28\29::$_12::__invoke\28SkCanvas&\2c\20unsigned\20long\2c\20SkClipOp\2c\20bool\29 -9076:embind_init_Skia\28\29::$_129::__invoke\28SimpleImageInfo\2c\20unsigned\20long\2c\20unsigned\20long\29 -9077:embind_init_Skia\28\29::$_128::__invoke\28SkRuntimeEffect&\2c\20int\29 -9078:embind_init_Skia\28\29::$_127::__invoke\28SkRuntimeEffect&\2c\20int\29 -9079:embind_init_Skia\28\29::$_126::__invoke\28SkRuntimeEffect&\29 -9080:embind_init_Skia\28\29::$_125::__invoke\28SkRuntimeEffect&\29 -9081:embind_init_Skia\28\29::$_124::__invoke\28SkRuntimeEffect&\2c\20unsigned\20long\2c\20unsigned\20long\2c\20bool\29 -9082:embind_init_Skia\28\29::$_123::__invoke\28SkRuntimeEffect&\2c\20unsigned\20long\2c\20unsigned\20long\2c\20bool\2c\20unsigned\20long\2c\20unsigned\20long\2c\20unsigned\20long\29 -9083:embind_init_Skia\28\29::$_122::__invoke\28SkRuntimeEffect&\2c\20unsigned\20long\2c\20unsigned\20long\2c\20bool\2c\20unsigned\20long\29 -9084:embind_init_Skia\28\29::$_121::__invoke\28sk_sp\2c\20int\2c\20int\29 -9085:embind_init_Skia\28\29::$_120::__invoke\28std::__2::basic_string\2c\20std::__2::allocator>\2c\20emscripten::val\29 -9086:embind_init_Skia\28\29::$_11::__invoke\28SkCanvas&\2c\20unsigned\20long\29 -9087:embind_init_Skia\28\29::$_119::__invoke\28std::__2::basic_string\2c\20std::__2::allocator>\2c\20emscripten::val\29 -9088:embind_init_Skia\28\29::$_118::__invoke\28SkSL::DebugTrace\20const*\29 -9089:embind_init_Skia\28\29::$_117::__invoke\28unsigned\20long\2c\20float\2c\20float\2c\20unsigned\20long\2c\20SkColorType\2c\20unsigned\20long\2c\20int\2c\20SkTileMode\2c\20unsigned\20int\2c\20unsigned\20long\2c\20sk_sp\29 -9090:embind_init_Skia\28\29::$_116::__invoke\28float\2c\20float\2c\20int\2c\20float\2c\20int\2c\20int\29 -9091:embind_init_Skia\28\29::$_115::__invoke\28float\2c\20float\2c\20unsigned\20long\2c\20SkColorType\2c\20unsigned\20long\2c\20int\2c\20SkTileMode\2c\20float\2c\20float\2c\20unsigned\20int\2c\20unsigned\20long\2c\20sk_sp\29 -9092:embind_init_Skia\28\29::$_114::__invoke\28float\2c\20float\2c\20float\2c\20unsigned\20long\2c\20SkColorType\2c\20unsigned\20long\2c\20int\2c\20SkTileMode\2c\20unsigned\20int\2c\20unsigned\20long\2c\20sk_sp\29 -9093:embind_init_Skia\28\29::$_113::__invoke\28unsigned\20long\2c\20unsigned\20long\2c\20SkColorType\2c\20unsigned\20long\2c\20int\2c\20SkTileMode\2c\20unsigned\20int\2c\20unsigned\20long\2c\20sk_sp\29 -9094:embind_init_Skia\28\29::$_112::__invoke\28float\2c\20float\2c\20int\2c\20float\2c\20int\2c\20int\29 -9095:embind_init_Skia\28\29::$_111::__invoke\28unsigned\20long\2c\20sk_sp\29 -9096:embind_init_Skia\28\29::$_110::operator\28\29\28SkPicture&\29\20const::'lambda'\28SkImage*\2c\20void*\29::__invoke\28SkImage*\2c\20void*\29 -9097:embind_init_Skia\28\29::$_110::__invoke\28SkPicture&\29 -9098:embind_init_Skia\28\29::$_10::__invoke\28SkAnimatedImage&\29 -9099:embind_init_Skia\28\29::$_109::__invoke\28SkPicture&\2c\20unsigned\20long\29 -9100:embind_init_Skia\28\29::$_108::__invoke\28SkPicture&\2c\20SkTileMode\2c\20SkTileMode\2c\20SkFilterMode\2c\20unsigned\20long\2c\20unsigned\20long\29 -9101:embind_init_Skia\28\29::$_107::__invoke\28SkPictureRecorder&\29 -9102:embind_init_Skia\28\29::$_106::__invoke\28SkPictureRecorder&\2c\20unsigned\20long\2c\20bool\29 -9103:embind_init_Skia\28\29::$_105::__invoke\28SkPath&\2c\20unsigned\20long\29 -9104:embind_init_Skia\28\29::$_104::__invoke\28SkPath&\2c\20unsigned\20long\29 -9105:embind_init_Skia\28\29::$_103::__invoke\28SkPath&\2c\20int\2c\20unsigned\20long\29 -9106:embind_init_Skia\28\29::$_102::__invoke\28SkPath&\2c\20unsigned\20long\2c\20float\2c\20float\2c\20bool\29 -9107:embind_init_Skia\28\29::$_101::__invoke\28SkPath&\2c\20unsigned\20long\2c\20bool\29 -9108:embind_init_Skia\28\29::$_100::__invoke\28SkPath&\2c\20unsigned\20long\2c\20bool\29 -9109:embind_init_Skia\28\29::$_0::__invoke\28unsigned\20long\2c\20unsigned\20long\29 -9110:embind_init_Paragraph\28\29::$_9::__invoke\28skia::textlayout::ParagraphBuilderImpl&\29 -9111:embind_init_Paragraph\28\29::$_8::__invoke\28skia::textlayout::ParagraphBuilderImpl&\2c\20float\2c\20float\2c\20skia::textlayout::PlaceholderAlignment\2c\20skia::textlayout::TextBaseline\2c\20float\29 -9112:embind_init_Paragraph\28\29::$_7::__invoke\28skia::textlayout::ParagraphBuilderImpl&\2c\20SimpleTextStyle\2c\20SkPaint\2c\20SkPaint\29 -9113:embind_init_Paragraph\28\29::$_6::__invoke\28skia::textlayout::ParagraphBuilderImpl&\2c\20SimpleTextStyle\29 -9114:embind_init_Paragraph\28\29::$_4::__invoke\28skia::textlayout::ParagraphBuilderImpl&\2c\20std::__2::basic_string\2c\20std::__2::allocator>\29 -9115:embind_init_Paragraph\28\29::$_3::__invoke\28emscripten::val\2c\20emscripten::val\2c\20float\29 -9116:embind_init_Paragraph\28\29::$_2::__invoke\28SimpleParagraphStyle\2c\20sk_sp\29 -9117:embind_init_Paragraph\28\29::$_19::__invoke\28skia::textlayout::FontCollection&\2c\20sk_sp\20const&\29 -9118:embind_init_Paragraph\28\29::$_18::__invoke\28\29 -9119:embind_init_Paragraph\28\29::$_17::__invoke\28skia::textlayout::TypefaceFontProvider&\2c\20sk_sp\2c\20unsigned\20long\29 -9120:embind_init_Paragraph\28\29::$_16::__invoke\28\29 -9121:dispose_external_texture\28void*\29 -9122:deleteJSTexture\28void*\29 -9123:deflate_slow -9124:deflate_fast -9125:defaultGetValue\28IntProperty\20const&\2c\20int\2c\20UProperty\29 -9126:defaultGetMaxValue\28IntProperty\20const&\2c\20UProperty\29 -9127:defaultContains\28BinaryProperty\20const&\2c\20int\2c\20UProperty\29 -9128:decompress_smooth_data -9129:decompress_onepass -9130:decompress_data -9131:decompose_khmer\28hb_ot_shape_normalize_context_t\20const*\2c\20unsigned\20int\2c\20unsigned\20int*\2c\20unsigned\20int*\29 -9132:decompose_indic\28hb_ot_shape_normalize_context_t\20const*\2c\20unsigned\20int\2c\20unsigned\20int*\2c\20unsigned\20int*\29 -9133:decode_mcu_DC_refine -9134:decode_mcu_DC_first -9135:decode_mcu_AC_refine -9136:decode_mcu_AC_first -9137:decode_mcu -9138:decltype\28fp\28nullptr\29\29\20SkArenaAlloc::make\28skgpu::ganesh::\28anonymous\20namespace\29::QuadEdgeEffect::Make\28SkArenaAlloc*\2c\20SkMatrix\20const&\2c\20bool\2c\20bool\29::'lambda'\28void*\29&&\29::'lambda'\28char*\29::__invoke\28char*\29 -9139:decltype\28fp\28nullptr\29\29\20SkArenaAlloc::make&\2c\20GrShaderCaps\20const&>\28SkMatrix\20const&\2c\20SkRGBA4f<\28SkAlphaType\292>&\2c\20GrShaderCaps\20const&\29::'lambda'\28void*\29>\28skgpu::ganesh::\28anonymous\20namespace\29::HullShader&&\29::'lambda'\28char*\29::__invoke\28char*\29 -9140:decltype\28fp\28nullptr\29\29\20SkArenaAlloc::make\28skgpu::ganesh::StrokeTessellator::PathStrokeList&&\29::'lambda'\28void*\29>\28skgpu::ganesh::StrokeTessellator::PathStrokeList&&\29::'lambda'\28char*\29::__invoke\28char*\29 -9141:decltype\28fp\28nullptr\29\29\20SkArenaAlloc::make\28skgpu::tess::PatchAttribs&\29::'lambda'\28void*\29>\28skgpu::ganesh::StrokeTessellator&&\29::'lambda'\28char*\29::__invoke\28char*\29 -9142:decltype\28fp\28nullptr\29\29\20SkArenaAlloc::make\20const&>\28SkMatrix\20const&\2c\20SkPath\20const&\2c\20SkRGBA4f<\28SkAlphaType\292>\20const&\29::'lambda'\28void*\29>\28skgpu::ganesh::PathTessellator::PathDrawList&&\29::'lambda'\28char*\29::__invoke\28char*\29 -9143:decltype\28fp\28nullptr\29\29\20SkArenaAlloc::make\2c\20SkFilterMode\2c\20bool\29::'lambda'\28void*\29>\28skgpu::ganesh::LatticeOp::\28anonymous\20namespace\29::LatticeGP::Make\28SkArenaAlloc*\2c\20GrSurfaceProxyView\20const&\2c\20sk_sp\2c\20SkFilterMode\2c\20bool\29::'lambda'\28void*\29&&\29::'lambda'\28char*\29::__invoke\28char*\29 -9144:decltype\28fp\28nullptr\29\29\20SkArenaAlloc::make\28skgpu::ganesh::FillRRectOp::\28anonymous\20namespace\29::FillRRectOpImpl::Processor::Make\28SkArenaAlloc*\2c\20GrAAType\2c\20skgpu::ganesh::FillRRectOp::\28anonymous\20namespace\29::FillRRectOpImpl::ProcessorFlags\29::'lambda'\28void*\29&&\29::'lambda'\28char*\29::__invoke\28char*\29 -9145:decltype\28fp\28nullptr\29\29\20SkArenaAlloc::make\28int&\2c\20int&\29::'lambda'\28void*\29>\28skgpu::RectanizerSkyline&&\29::'lambda'\28char*\29::__invoke\28char*\29 -9146:decltype\28fp\28nullptr\29\29\20SkArenaAlloc::make\28int&\2c\20int&\29::'lambda'\28void*\29>\28skgpu::RectanizerPow2&&\29::'lambda'\28char*\29::__invoke\28char*\29 -9147:decltype\28fp\28nullptr\29\29\20SkArenaAlloc::make*\20SkArenaAlloc::make>\28\29::'lambda'\28void*\29>\28sk_sp&&\29::'lambda'\28char*\29::__invoke\28char*\29 -9148:decltype\28fp\28nullptr\29\29\20SkArenaAlloc::make<\28anonymous\20namespace\29::ThreeBoxApproxPass*\20SkArenaAlloc::make<\28anonymous\20namespace\29::ThreeBoxApproxPass\2c\20skvx::Vec<4\2c\20unsigned\20int>*&\2c\20skvx::Vec<4\2c\20unsigned\20int>*&\2c\20skvx::Vec<4\2c\20unsigned\20int>*&\2c\20skvx::Vec<4\2c\20unsigned\20int>*&\2c\20int&\2c\20int&>\28skvx::Vec<4\2c\20unsigned\20int>*&\2c\20skvx::Vec<4\2c\20unsigned\20int>*&\2c\20skvx::Vec<4\2c\20unsigned\20int>*&\2c\20skvx::Vec<4\2c\20unsigned\20int>*&\2c\20int&\2c\20int&\29::'lambda'\28void*\29>\28\28anonymous\20namespace\29::ThreeBoxApproxPass&&\29::'lambda'\28char*\29::__invoke\28char*\29 -9149:decltype\28fp\28nullptr\29\29\20SkArenaAlloc::make<\28anonymous\20namespace\29::TextureOpImpl::Desc*\20SkArenaAlloc::make<\28anonymous\20namespace\29::TextureOpImpl::Desc>\28\29::'lambda'\28void*\29>\28\28anonymous\20namespace\29::TextureOpImpl::Desc&&\29::'lambda'\28char*\29::__invoke\28char*\29 -9150:decltype\28fp\28nullptr\29\29\20SkArenaAlloc::make<\28anonymous\20namespace\29::TentPass*\20SkArenaAlloc::make<\28anonymous\20namespace\29::TentPass\2c\20skvx::Vec<4\2c\20unsigned\20int>*&\2c\20skvx::Vec<4\2c\20unsigned\20int>*&\2c\20skvx::Vec<4\2c\20unsigned\20int>*&\2c\20int&\2c\20int&>\28skvx::Vec<4\2c\20unsigned\20int>*&\2c\20skvx::Vec<4\2c\20unsigned\20int>*&\2c\20skvx::Vec<4\2c\20unsigned\20int>*&\2c\20int&\2c\20int&\29::'lambda'\28void*\29>\28\28anonymous\20namespace\29::TentPass&&\29::'lambda'\28char*\29::__invoke\28char*\29 -9151:decltype\28fp\28nullptr\29\29\20SkArenaAlloc::make<\28anonymous\20namespace\29::SimpleTriangleShader*\20SkArenaAlloc::make<\28anonymous\20namespace\29::SimpleTriangleShader\2c\20SkMatrix\20const&\2c\20SkRGBA4f<\28SkAlphaType\292>\20const&>\28SkMatrix\20const&\2c\20SkRGBA4f<\28SkAlphaType\292>\20const&\29::'lambda'\28void*\29>\28\28anonymous\20namespace\29::SimpleTriangleShader&&\29::'lambda'\28char*\29::__invoke\28char*\29 -9152:decltype\28fp\28nullptr\29\29\20SkArenaAlloc::make<\28anonymous\20namespace\29::DrawAtlasPathShader*\20SkArenaAlloc::make<\28anonymous\20namespace\29::DrawAtlasPathShader\2c\20bool&\2c\20skgpu::ganesh::AtlasInstancedHelper*\2c\20GrShaderCaps\20const&>\28bool&\2c\20skgpu::ganesh::AtlasInstancedHelper*&&\2c\20GrShaderCaps\20const&\29::'lambda'\28void*\29>\28\28anonymous\20namespace\29::DrawAtlasPathShader&&\29::'lambda'\28char*\29::__invoke\28char*\29 -9153:decltype\28fp\28nullptr\29\29\20SkArenaAlloc::make<\28anonymous\20namespace\29::BoundingBoxShader*\20SkArenaAlloc::make<\28anonymous\20namespace\29::BoundingBoxShader\2c\20SkRGBA4f<\28SkAlphaType\292>&\2c\20GrShaderCaps\20const&>\28SkRGBA4f<\28SkAlphaType\292>&\2c\20GrShaderCaps\20const&\29::'lambda'\28void*\29>\28\28anonymous\20namespace\29::BoundingBoxShader&&\29::'lambda'\28char*\29::__invoke\28char*\29 -9154:decltype\28fp\28nullptr\29\29\20SkArenaAlloc::make\28SkPixmap\20const&\2c\20unsigned\20char&&\29::'lambda'\28void*\29>\28Sprite_D32_S32&&\29::'lambda'\28char*\29::__invoke\28char*\29 -9155:decltype\28fp\28nullptr\29\29\20SkArenaAlloc::make\28bool&&\2c\20bool\20const&\29::'lambda'\28void*\29>\28SkTriColorShader&&\29::'lambda'\28char*\29::__invoke\28char*\29 -9156:decltype\28fp\28nullptr\29\29\20SkArenaAlloc::make\28\29::'lambda'\28void*\29>\28SkTCubic&&\29::'lambda'\28char*\29::__invoke\28char*\29 -9157:decltype\28fp\28nullptr\29\29\20SkArenaAlloc::make\28\29::'lambda'\28void*\29>\28SkTConic&&\29::'lambda'\28char*\29::__invoke\28char*\29 -9158:decltype\28fp\28nullptr\29\29\20SkArenaAlloc::make\28SkPixmap\20const&\29::'lambda'\28void*\29>\28SkSpriteBlitter_Memcpy&&\29::'lambda'\28char*\29::__invoke\28char*\29 -9159:decltype\28fp\28nullptr\29\29\20SkArenaAlloc::make&>\28SkPixmap\20const&\2c\20SkArenaAlloc*&\2c\20sk_sp&\29::'lambda'\28void*\29>\28SkRasterPipelineSpriteBlitter&&\29::'lambda'\28char*\29::__invoke\28char*\29 -9160:decltype\28fp\28nullptr\29\29\20SkArenaAlloc::make\28SkPixmap\20const&\2c\20SkPaint\20const&\2c\20SkArenaAlloc*&\29::'lambda'\28void*\29>\28SkRasterPipelineBlitter&&\29::'lambda'\28char*\29::__invoke\28char*\29 -9161:decltype\28fp\28nullptr\29\29\20SkArenaAlloc::make\28\29::'lambda'\28void*\29>\28SkNullBlitter&&\29::'lambda'\28char*\29::__invoke\28char*\29 -9162:decltype\28fp\28nullptr\29\29\20SkArenaAlloc::make\28SkImage_Base\20const*&&\2c\20SkMatrix\20const&\2c\20SkMipmapMode&\29::'lambda'\28void*\29>\28SkMipmapAccessor&&\29::'lambda'\28char*\29::__invoke\28char*\29 -9163:decltype\28fp\28nullptr\29\29\20SkArenaAlloc::make\28\29::'lambda'\28void*\29>\28SkGlyph::PathData&&\29::'lambda'\28char*\29::__invoke\28char*\29 -9164:decltype\28fp\28nullptr\29\29\20SkArenaAlloc::make\28\29::'lambda'\28void*\29>\28SkGlyph::DrawableData&&\29::'lambda'\28char*\29::__invoke\28char*\29 -9165:decltype\28fp\28nullptr\29\29\20SkArenaAlloc::make\28\29::'lambda'\28void*\29>\28SkEdge&&\29::'lambda'\28char*\29::__invoke\28char*\29 -9166:decltype\28fp\28nullptr\29\29\20SkArenaAlloc::make\28\29::'lambda'\28void*\29>\28SkCubicEdge&&\29::'lambda'\28char*\29::__invoke\28char*\29 -9167:decltype\28fp\28nullptr\29\29\20SkArenaAlloc::make&\29>>::Node*\20SkArenaAlloc::make&\29>>::Node\2c\20std::__2::function&\29>>\28std::__2::function&\29>&&\29::'lambda'\28void*\29>\28SkArenaAllocList&\29>>::Node&&\29::'lambda'\28char*\29::__invoke\28char*\29 -9168:decltype\28fp\28nullptr\29\29\20SkArenaAlloc::make::Node*\20SkArenaAlloc::make::Node\2c\20std::__2::function&\29>\2c\20skgpu::AtlasToken>\28std::__2::function&\29>&&\2c\20skgpu::AtlasToken&&\29::'lambda'\28void*\29>\28SkArenaAllocList::Node&&\29::'lambda'\28char*\29::__invoke\28char*\29 -9169:decltype\28fp\28nullptr\29\29\20SkArenaAlloc::make::Node*\20SkArenaAlloc::make::Node>\28\29::'lambda'\28void*\29>\28SkArenaAllocList::Node&&\29::'lambda'\28char*\29::__invoke\28char*\29 -9170:decltype\28fp\28nullptr\29\29\20SkArenaAlloc::make\28SkPixmap\20const&\2c\20SkPaint\20const&\29::'lambda'\28void*\29>\28SkA8_Coverage_Blitter&&\29::'lambda'\28char*\29::__invoke\28char*\29 -9171:decltype\28fp\28nullptr\29\29\20SkArenaAlloc::make\28\29::'lambda'\28void*\29>\28GrSimpleMesh&&\29::'lambda'\28char*\29::__invoke\28char*\29 -9172:decltype\28fp\28nullptr\29\29\20SkArenaAlloc::make\28GrSurfaceProxy*&\2c\20skgpu::ScratchKey&&\2c\20GrResourceProvider*&\29::'lambda'\28void*\29>\28GrResourceAllocator::Register&&\29::'lambda'\28char*\29::__invoke\28char*\29 -9173:decltype\28fp\28nullptr\29\29\20SkArenaAlloc::make\28SkPath\20const&\2c\20SkArenaAlloc*\20const&\29::'lambda'\28void*\29>\28GrInnerFanTriangulator&&\29::'lambda'\28char*\29::__invoke\28char*\29 -9174:decltype\28fp\28nullptr\29\29\20SkArenaAlloc::make\28GrDistanceFieldLCDTextGeoProc::Make\28SkArenaAlloc*\2c\20GrShaderCaps\20const&\2c\20GrSurfaceProxyView\20const*\2c\20int\2c\20GrSamplerState\2c\20GrDistanceFieldLCDTextGeoProc::DistanceAdjust\2c\20unsigned\20int\2c\20SkMatrix\20const&\29::'lambda'\28void*\29&&\29::'lambda'\28char*\29::__invoke\28char*\29 -9175:decltype\28fp\28nullptr\29\29\20SkArenaAlloc::make\20const&\2c\20bool\2c\20sk_sp\2c\20GrSurfaceProxyView\20const*\2c\20int\2c\20GrSamplerState\2c\20skgpu::MaskFormat\2c\20SkMatrix\20const&\2c\20bool\29::'lambda'\28void*\29>\28GrBitmapTextGeoProc::Make\28SkArenaAlloc*\2c\20GrShaderCaps\20const&\2c\20SkRGBA4f<\28SkAlphaType\292>\20const&\2c\20bool\2c\20sk_sp\2c\20GrSurfaceProxyView\20const*\2c\20int\2c\20GrSamplerState\2c\20skgpu::MaskFormat\2c\20SkMatrix\20const&\2c\20bool\29::'lambda'\28void*\29&&\29::'lambda'\28char*\29::__invoke\28char*\29 -9176:decltype\28fp\28nullptr\29\29\20SkArenaAlloc::make\28GrAppliedClip&&\29::'lambda'\28void*\29>\28GrAppliedClip&&\29::'lambda'\28char*\29::__invoke\28char*\29 -9177:decltype\28fp\28nullptr\29\29\20SkArenaAlloc::make\28EllipseGeometryProcessor::Make\28SkArenaAlloc*\2c\20bool\2c\20bool\2c\20bool\2c\20SkMatrix\20const&\29::'lambda'\28void*\29&&\29::'lambda'\28char*\29::__invoke\28char*\29 -9178:decltype\28fp\28nullptr\29\29\20SkArenaAlloc::make\20const&\2c\20SkMatrix\20const&\2c\20SkMatrix\20const&\2c\20bool\2c\20unsigned\20char\29::'lambda'\28void*\29>\28DefaultGeoProc::Make\28SkArenaAlloc*\2c\20unsigned\20int\2c\20SkRGBA4f<\28SkAlphaType\292>\20const&\2c\20SkMatrix\20const&\2c\20SkMatrix\20const&\2c\20bool\2c\20unsigned\20char\29::'lambda'\28void*\29&&\29::'lambda'\28char*\29::__invoke\28char*\29 -9179:decltype\28auto\29\20std::__2::__variant_detail::__visitation::__base::__dispatcher<1ul\2c\201ul>::__dispatch\5babi:ne180100\5d>::__generic_construct\5babi:ne180100\5d\2c\20\28std::__2::__variant_detail::_Trait\291>\20const&>\28std::__2::__variant_detail::__ctor>&\2c\20std::__2::__variant_detail::__copy_constructor\2c\20\28std::__2::__variant_detail::_Trait\291>\20const&\29::'lambda'\28std::__2::__variant_detail::__copy_constructor\2c\20\28std::__2::__variant_detail::_Trait\291>\20const&\2c\20auto&&\29&&\2c\20std::__2::__variant_detail::__base<\28std::__2::__variant_detail::_Trait\291\2c\20SkPaint\2c\20int>&\2c\20std::__2::__variant_detail::__base<\28std::__2::__variant_detail::_Trait\291\2c\20SkPaint\2c\20int>\20const&>\28std::__2::__variant_detail::__copy_constructor\2c\20\28std::__2::__variant_detail::_Trait\291>\20const&\2c\20std::__2::__variant_detail::__base<\28std::__2::__variant_detail::_Trait\291\2c\20SkPaint\2c\20int>&\2c\20std::__2::__variant_detail::__base<\28std::__2::__variant_detail::_Trait\291\2c\20SkPaint\2c\20int>\20const&\29 -9180:decltype\28auto\29\20std::__2::__variant_detail::__visitation::__base::__dispatcher<1ul\2c\201ul>::__dispatch\5babi:ne180100\5d>::__generic_assign\5babi:ne180100\5d\2c\20\28std::__2::__variant_detail::_Trait\291>>\28std::__2::__variant_detail::__move_assignment\2c\20\28std::__2::__variant_detail::_Trait\291>&&\29::'lambda'\28std::__2::__variant_detail::__move_assignment\2c\20\28std::__2::__variant_detail::_Trait\291>&\2c\20auto&&\29&&\2c\20std::__2::__variant_detail::__base<\28std::__2::__variant_detail::_Trait\291\2c\20SkPaint\2c\20int>&\2c\20std::__2::__variant_detail::__base<\28std::__2::__variant_detail::_Trait\291\2c\20SkPaint\2c\20int>&&>\28std::__2::__variant_detail::__move_assignment\2c\20\28std::__2::__variant_detail::_Trait\291>\2c\20std::__2::__variant_detail::__base<\28std::__2::__variant_detail::_Trait\291\2c\20SkPaint\2c\20int>&\2c\20std::__2::__variant_detail::__base<\28std::__2::__variant_detail::_Trait\291\2c\20SkPaint\2c\20int>&&\29 -9181:decltype\28auto\29\20std::__2::__variant_detail::__visitation::__base::__dispatcher<1ul\2c\201ul>::__dispatch\5babi:ne180100\5d>::__generic_assign\5babi:ne180100\5d\2c\20\28std::__2::__variant_detail::_Trait\291>\20const&>\28std::__2::__variant_detail::__copy_assignment\2c\20\28std::__2::__variant_detail::_Trait\291>\20const&\29::'lambda'\28std::__2::__variant_detail::__copy_assignment\2c\20\28std::__2::__variant_detail::_Trait\291>\20const&\2c\20auto&&\29&&\2c\20std::__2::__variant_detail::__base<\28std::__2::__variant_detail::_Trait\291\2c\20SkPaint\2c\20int>&\2c\20std::__2::__variant_detail::__base<\28std::__2::__variant_detail::_Trait\291\2c\20SkPaint\2c\20int>\20const&>\28std::__2::__variant_detail::__copy_assignment\2c\20\28std::__2::__variant_detail::_Trait\291>\20const&\2c\20std::__2::__variant_detail::__base<\28std::__2::__variant_detail::_Trait\291\2c\20SkPaint\2c\20int>&\2c\20std::__2::__variant_detail::__base<\28std::__2::__variant_detail::_Trait\291\2c\20SkPaint\2c\20int>\20const&\29 -9182:decltype\28auto\29\20std::__2::__variant_detail::__visitation::__base::__dispatcher<1ul\2c\201ul>::__dispatch\5babi:ne180100\5d>>&&\2c\20std::__2::__variant_detail::__base<\28std::__2::__variant_detail::_Trait\291\2c\20SkPaint\2c\20int>\20const&\2c\20std::__2::__variant_detail::__base<\28std::__2::__variant_detail::_Trait\291\2c\20SkPaint\2c\20int>\20const&>\28std::__2::__variant_detail::__visitation::__variant::__value_visitor>>&&\2c\20std::__2::__variant_detail::__base<\28std::__2::__variant_detail::_Trait\291\2c\20SkPaint\2c\20int>\20const&\2c\20std::__2::__variant_detail::__base<\28std::__2::__variant_detail::_Trait\291\2c\20SkPaint\2c\20int>\20const&\29 -9183:decltype\28auto\29\20std::__2::__variant_detail::__visitation::__base::__dispatcher<1ul\2c\201ul>::__dispatch\5babi:ne180100\5d>>&&\2c\20std::__2::__variant_detail::__base<\28std::__2::__variant_detail::_Trait\291\2c\20SkPaint\2c\20int>\20const&\2c\20std::__2::__variant_detail::__base<\28std::__2::__variant_detail::_Trait\291\2c\20SkPaint\2c\20int>\20const&>\28std::__2::__variant_detail::__visitation::__variant::__value_visitor>>&&\2c\20std::__2::__variant_detail::__base<\28std::__2::__variant_detail::_Trait\291\2c\20SkPaint\2c\20int>\20const&\2c\20std::__2::__variant_detail::__base<\28std::__2::__variant_detail::_Trait\291\2c\20SkPaint\2c\20int>\20const&\29 -9184:decltype\28auto\29\20std::__2::__variant_detail::__visitation::__base::__dispatcher<1ul>::__dispatch\5babi:ne180100\5d\2c\20std::__2::unique_ptr>>\2c\20\28std::__2::__variant_detail::_Trait\291>::__destroy\5babi:ne180100\5d\28\29::'lambda'\28auto&\29&&\2c\20std::__2::__variant_detail::__base<\28std::__2::__variant_detail::_Trait\291\2c\20sk_sp\2c\20std::__2::unique_ptr>>&>\28auto\2c\20std::__2::__variant_detail::__base<\28std::__2::__variant_detail::_Trait\291\2c\20sk_sp\2c\20std::__2::unique_ptr>>&\29 -9185:decltype\28auto\29\20std::__2::__variant_detail::__visitation::__base::__dispatcher<0ul\2c\200ul>::__dispatch\5babi:ne180100\5d>::__generic_construct\5babi:ne180100\5d\2c\20\28std::__2::__variant_detail::_Trait\291>\20const&>\28std::__2::__variant_detail::__ctor>&\2c\20std::__2::__variant_detail::__copy_constructor\2c\20\28std::__2::__variant_detail::_Trait\291>\20const&\29::'lambda'\28std::__2::__variant_detail::__copy_constructor\2c\20\28std::__2::__variant_detail::_Trait\291>\20const&\2c\20auto&&\29&&\2c\20std::__2::__variant_detail::__base<\28std::__2::__variant_detail::_Trait\291\2c\20SkPaint\2c\20int>&\2c\20std::__2::__variant_detail::__base<\28std::__2::__variant_detail::_Trait\291\2c\20SkPaint\2c\20int>\20const&>\28std::__2::__variant_detail::__copy_constructor\2c\20\28std::__2::__variant_detail::_Trait\291>\20const&\2c\20std::__2::__variant_detail::__base<\28std::__2::__variant_detail::_Trait\291\2c\20SkPaint\2c\20int>&\2c\20std::__2::__variant_detail::__base<\28std::__2::__variant_detail::_Trait\291\2c\20SkPaint\2c\20int>\20const&\29 -9186:decltype\28auto\29\20std::__2::__variant_detail::__visitation::__base::__dispatcher<0ul\2c\200ul>::__dispatch\5babi:ne180100\5d>::__generic_assign\5babi:ne180100\5d\2c\20\28std::__2::__variant_detail::_Trait\291>>\28std::__2::__variant_detail::__move_assignment\2c\20\28std::__2::__variant_detail::_Trait\291>&&\29::'lambda'\28std::__2::__variant_detail::__move_assignment\2c\20\28std::__2::__variant_detail::_Trait\291>&\2c\20auto&&\29&&\2c\20std::__2::__variant_detail::__base<\28std::__2::__variant_detail::_Trait\291\2c\20SkPaint\2c\20int>&\2c\20std::__2::__variant_detail::__base<\28std::__2::__variant_detail::_Trait\291\2c\20SkPaint\2c\20int>&&>\28std::__2::__variant_detail::__move_assignment\2c\20\28std::__2::__variant_detail::_Trait\291>\2c\20std::__2::__variant_detail::__base<\28std::__2::__variant_detail::_Trait\291\2c\20SkPaint\2c\20int>&\2c\20std::__2::__variant_detail::__base<\28std::__2::__variant_detail::_Trait\291\2c\20SkPaint\2c\20int>&&\29 -9187:decltype\28auto\29\20std::__2::__variant_detail::__visitation::__base::__dispatcher<0ul\2c\200ul>::__dispatch\5babi:ne180100\5d>::__generic_assign\5babi:ne180100\5d\2c\20\28std::__2::__variant_detail::_Trait\291>\20const&>\28std::__2::__variant_detail::__copy_assignment\2c\20\28std::__2::__variant_detail::_Trait\291>\20const&\29::'lambda'\28std::__2::__variant_detail::__copy_assignment\2c\20\28std::__2::__variant_detail::_Trait\291>\20const&\2c\20auto&&\29&&\2c\20std::__2::__variant_detail::__base<\28std::__2::__variant_detail::_Trait\291\2c\20SkPaint\2c\20int>&\2c\20std::__2::__variant_detail::__base<\28std::__2::__variant_detail::_Trait\291\2c\20SkPaint\2c\20int>\20const&>\28std::__2::__variant_detail::__copy_assignment\2c\20\28std::__2::__variant_detail::_Trait\291>\20const&\2c\20std::__2::__variant_detail::__base<\28std::__2::__variant_detail::_Trait\291\2c\20SkPaint\2c\20int>&\2c\20std::__2::__variant_detail::__base<\28std::__2::__variant_detail::_Trait\291\2c\20SkPaint\2c\20int>\20const&\29 -9188:decltype\28auto\29\20std::__2::__variant_detail::__visitation::__base::__dispatcher<0ul\2c\200ul>::__dispatch\5babi:ne180100\5d>>&&\2c\20std::__2::__variant_detail::__base<\28std::__2::__variant_detail::_Trait\291\2c\20SkPaint\2c\20int>\20const&\2c\20std::__2::__variant_detail::__base<\28std::__2::__variant_detail::_Trait\291\2c\20SkPaint\2c\20int>\20const&>\28std::__2::__variant_detail::__visitation::__variant::__value_visitor>>&&\2c\20std::__2::__variant_detail::__base<\28std::__2::__variant_detail::_Trait\291\2c\20SkPaint\2c\20int>\20const&\2c\20std::__2::__variant_detail::__base<\28std::__2::__variant_detail::_Trait\291\2c\20SkPaint\2c\20int>\20const&\29 -9189:decltype\28auto\29\20std::__2::__variant_detail::__visitation::__base::__dispatcher<0ul\2c\200ul>::__dispatch\5babi:ne180100\5d>>&&\2c\20std::__2::__variant_detail::__base<\28std::__2::__variant_detail::_Trait\291\2c\20SkPaint\2c\20int>\20const&\2c\20std::__2::__variant_detail::__base<\28std::__2::__variant_detail::_Trait\291\2c\20SkPaint\2c\20int>\20const&>\28std::__2::__variant_detail::__visitation::__variant::__value_visitor>>&&\2c\20std::__2::__variant_detail::__base<\28std::__2::__variant_detail::_Trait\291\2c\20SkPaint\2c\20int>\20const&\2c\20std::__2::__variant_detail::__base<\28std::__2::__variant_detail::_Trait\291\2c\20SkPaint\2c\20int>\20const&\29 -9190:decltype\28auto\29\20std::__2::__variant_detail::__visitation::__base::__dispatcher<0ul>::__dispatch\5babi:ne180100\5d\2c\20std::__2::unique_ptr>>\2c\20\28std::__2::__variant_detail::_Trait\291>::__destroy\5babi:ne180100\5d\28\29::'lambda'\28auto&\29&&\2c\20std::__2::__variant_detail::__base<\28std::__2::__variant_detail::_Trait\291\2c\20sk_sp\2c\20std::__2::unique_ptr>>&>\28auto\2c\20std::__2::__variant_detail::__base<\28std::__2::__variant_detail::_Trait\291\2c\20sk_sp\2c\20std::__2::unique_ptr>>&\29 -9191:decltype\28auto\29\20std::__2::__variant_detail::__visitation::__base::__dispatcher<0ul>::__dispatch\5babi:ne180100\5d\2c\20\28std::__2::__variant_detail::_Trait\291>::__destroy\5babi:ne180100\5d\28\29::'lambda'\28auto&\29&&\2c\20std::__2::__variant_detail::__base<\28std::__2::__variant_detail::_Trait\291\2c\20SkPaint\2c\20int>&>\28auto\2c\20std::__2::__variant_detail::__base<\28std::__2::__variant_detail::_Trait\291\2c\20SkPaint\2c\20int>&\29 -9192:deallocate_buffer_var\28hb_ot_shape_plan_t\20const*\2c\20hb_font_t*\2c\20hb_buffer_t*\29 -9193:ddquad_xy_at_t\28SkDCurve\20const&\2c\20double\29 -9194:ddquad_dxdy_at_t\28SkDCurve\20const&\2c\20double\29 -9195:ddline_xy_at_t\28SkDCurve\20const&\2c\20double\29 -9196:ddline_dxdy_at_t\28SkDCurve\20const&\2c\20double\29 -9197:ddcubic_xy_at_t\28SkDCurve\20const&\2c\20double\29 -9198:ddcubic_dxdy_at_t\28SkDCurve\20const&\2c\20double\29 -9199:ddconic_xy_at_t\28SkDCurve\20const&\2c\20double\29 -9200:ddconic_dxdy_at_t\28SkDCurve\20const&\2c\20double\29 -9201:data_destroy_use\28void*\29 -9202:data_create_use\28hb_ot_shape_plan_t\20const*\29 -9203:data_create_khmer\28hb_ot_shape_plan_t\20const*\29 -9204:data_create_indic\28hb_ot_shape_plan_t\20const*\29 -9205:data_create_hangul\28hb_ot_shape_plan_t\20const*\29 -9206:copy\28void*\2c\20unsigned\20char\20const*\2c\20int\2c\20int\2c\20int\2c\20int\2c\20unsigned\20int\20const*\29 -9207:convert_bytes_to_data -9208:consume_markers -9209:consume_data -9210:computeTonalColors\28unsigned\20long\2c\20unsigned\20long\29 -9211:compose_indic\28hb_ot_shape_normalize_context_t\20const*\2c\20unsigned\20int\2c\20unsigned\20int\2c\20unsigned\20int*\29 -9212:compose_hebrew\28hb_ot_shape_normalize_context_t\20const*\2c\20unsigned\20int\2c\20unsigned\20int\2c\20unsigned\20int*\29 -9213:compare_ppem -9214:compare_myanmar_order\28hb_glyph_info_t\20const*\2c\20hb_glyph_info_t\20const*\29 -9215:compare_edges\28SkEdge\20const*\2c\20SkEdge\20const*\29 -9216:compare_edges\28SkAnalyticEdge\20const*\2c\20SkAnalyticEdge\20const*\29 -9217:compare_combining_class\28hb_glyph_info_t\20const*\2c\20hb_glyph_info_t\20const*\29 -9218:compareKeywordStructs\28void\20const*\2c\20void\20const*\2c\20void\20const*\29 -9219:compareEntries\28UElement\2c\20UElement\29 -9220:color_quantize3 -9221:color_quantize -9222:collect_features_use\28hb_ot_shape_planner_t*\29 -9223:collect_features_myanmar\28hb_ot_shape_planner_t*\29 -9224:collect_features_khmer\28hb_ot_shape_planner_t*\29 -9225:collect_features_indic\28hb_ot_shape_planner_t*\29 -9226:collect_features_hangul\28hb_ot_shape_planner_t*\29 -9227:collect_features_arabic\28hb_ot_shape_planner_t*\29 -9228:clip\28SkPath\20const&\2c\20SkHalfPlane\20const&\29::$_0::__invoke\28SkEdgeClipper*\2c\20bool\2c\20void*\29 -9229:check_for_passthrough_local_coords_and_dead_varyings\28SkSL::Program\20const&\2c\20unsigned\20int*\29::Visitor::visitStatement\28SkSL::Statement\20const&\29 -9230:check_for_passthrough_local_coords_and_dead_varyings\28SkSL::Program\20const&\2c\20unsigned\20int*\29::Visitor::visitProgramElement\28SkSL::ProgramElement\20const&\29 -9231:check_for_passthrough_local_coords_and_dead_varyings\28SkSL::Program\20const&\2c\20unsigned\20int*\29::Visitor::visitExpression\28SkSL::Expression\20const&\29 -9232:charIterTextLength\28UText*\29 -9233:charIterTextExtract\28UText*\2c\20long\20long\2c\20long\20long\2c\20char16_t*\2c\20int\2c\20UErrorCode*\29 -9234:charIterTextClose\28UText*\29 -9235:charIterTextClone\28UText*\2c\20UText\20const*\2c\20signed\20char\2c\20UErrorCode*\29 -9236:changesWhenNFKC_Casefolded\28BinaryProperty\20const&\2c\20int\2c\20UProperty\29 -9237:changesWhenCasefolded\28BinaryProperty\20const&\2c\20int\2c\20UProperty\29 -9238:cff_slot_init -9239:cff_slot_done -9240:cff_size_request -9241:cff_size_init -9242:cff_size_done -9243:cff_sid_to_glyph_name -9244:cff_set_var_design -9245:cff_set_mm_weightvector -9246:cff_set_mm_blend -9247:cff_set_instance -9248:cff_random -9249:cff_ps_has_glyph_names -9250:cff_ps_get_font_info -9251:cff_ps_get_font_extra -9252:cff_parse_vsindex -9253:cff_parse_private_dict -9254:cff_parse_multiple_master -9255:cff_parse_maxstack -9256:cff_parse_font_matrix -9257:cff_parse_font_bbox -9258:cff_parse_cid_ros -9259:cff_parse_blend -9260:cff_metrics_adjust -9261:cff_hadvance_adjust -9262:cff_glyph_load -9263:cff_get_var_design -9264:cff_get_var_blend -9265:cff_get_standard_encoding -9266:cff_get_ros -9267:cff_get_ps_name -9268:cff_get_name_index -9269:cff_get_mm_weightvector -9270:cff_get_mm_var -9271:cff_get_mm_blend -9272:cff_get_is_cid -9273:cff_get_interface -9274:cff_get_glyph_name -9275:cff_get_glyph_data -9276:cff_get_cmap_info -9277:cff_get_cid_from_glyph_index -9278:cff_get_advances -9279:cff_free_glyph_data -9280:cff_fd_select_get -9281:cff_face_init -9282:cff_face_done -9283:cff_driver_init -9284:cff_done_blend -9285:cff_decoder_prepare -9286:cff_decoder_init -9287:cff_cmap_unicode_init -9288:cff_cmap_unicode_char_next -9289:cff_cmap_unicode_char_index -9290:cff_cmap_encoding_init -9291:cff_cmap_encoding_done -9292:cff_cmap_encoding_char_next -9293:cff_cmap_encoding_char_index -9294:cff_builder_start_point -9295:cff_builder_init -9296:cff_builder_add_point1 -9297:cff_builder_add_point -9298:cff_builder_add_contour -9299:cff_blend_check_vector -9300:cf2_free_instance -9301:cf2_decoder_parse_charstrings -9302:cf2_builder_moveTo -9303:cf2_builder_lineTo -9304:cf2_builder_cubeTo -9305:caseBinaryPropertyContains\28BinaryProperty\20const&\2c\20int\2c\20UProperty\29 -9306:bw_to_a8\28unsigned\20char*\2c\20unsigned\20char\20const*\2c\20int\29 -9307:bw_square_proc\28PtProcRec\20const&\2c\20SkSpan\2c\20SkBlitter*\29 -9308:bw_pt_hair_proc\28PtProcRec\20const&\2c\20SkSpan\2c\20SkBlitter*\29 -9309:bw_poly_hair_proc\28PtProcRec\20const&\2c\20SkSpan\2c\20SkBlitter*\29 -9310:bw_line_hair_proc\28PtProcRec\20const&\2c\20SkSpan\2c\20SkBlitter*\29 -9311:breakiterator_cleanup\28\29 -9312:bool\20\28anonymous\20namespace\29::FindVisitor<\28anonymous\20namespace\29::SpotVerticesFactory>\28SkResourceCache::Rec\20const&\2c\20void*\29 -9313:bool\20\28anonymous\20namespace\29::FindVisitor<\28anonymous\20namespace\29::AmbientVerticesFactory>\28SkResourceCache::Rec\20const&\2c\20void*\29 -9314:bool\20OT::hb_accelerate_subtables_context_t::apply_to>\28void\20const*\2c\20OT::hb_ot_apply_context_t*\29 -9315:bool\20OT::hb_accelerate_subtables_context_t::apply_to>\28void\20const*\2c\20OT::hb_ot_apply_context_t*\29 -9316:bool\20OT::hb_accelerate_subtables_context_t::apply_to>\28void\20const*\2c\20OT::hb_ot_apply_context_t*\29 -9317:bool\20OT::hb_accelerate_subtables_context_t::apply_to>\28void\20const*\2c\20OT::hb_ot_apply_context_t*\29 -9318:bool\20OT::hb_accelerate_subtables_context_t::apply_to>\28void\20const*\2c\20OT::hb_ot_apply_context_t*\29 -9319:bool\20OT::hb_accelerate_subtables_context_t::apply_cached_to>\28void\20const*\2c\20OT::hb_ot_apply_context_t*\29 -9320:bool\20OT::hb_accelerate_subtables_context_t::apply_cached_to>\28void\20const*\2c\20OT::hb_ot_apply_context_t*\29 -9321:bool\20OT::hb_accelerate_subtables_context_t::apply_cached_to>\28void\20const*\2c\20OT::hb_ot_apply_context_t*\29 -9322:bool\20OT::hb_accelerate_subtables_context_t::apply_cached_to>\28void\20const*\2c\20OT::hb_ot_apply_context_t*\29 -9323:bool\20OT::hb_accelerate_subtables_context_t::apply_cached_to>\28void\20const*\2c\20OT::hb_ot_apply_context_t*\29 -9324:bool\20OT::cmap::accelerator_t::get_glyph_from_symbol\28void\20const*\2c\20unsigned\20int\2c\20unsigned\20int*\29 -9325:bool\20OT::cmap::accelerator_t::get_glyph_from_symbol\28void\20const*\2c\20unsigned\20int\2c\20unsigned\20int*\29 -9326:bool\20OT::cmap::accelerator_t::get_glyph_from_symbol\28void\20const*\2c\20unsigned\20int\2c\20unsigned\20int*\29 -9327:bool\20OT::cmap::accelerator_t::get_glyph_from_macroman\28void\20const*\2c\20unsigned\20int\2c\20unsigned\20int*\29 -9328:bool\20OT::cmap::accelerator_t::get_glyph_from_ascii\28void\20const*\2c\20unsigned\20int\2c\20unsigned\20int*\29 -9329:bool\20OT::cmap::accelerator_t::get_glyph_from\28void\20const*\2c\20unsigned\20int\2c\20unsigned\20int*\29 -9330:bool\20OT::cmap::accelerator_t::get_glyph_from\28void\20const*\2c\20unsigned\20int\2c\20unsigned\20int*\29 -9331:blur_y_radius_4\28skvx::Vec<8\2c\20unsigned\20short>\20const&\2c\20skvx::Vec<8\2c\20unsigned\20short>\20const&\2c\20skvx::Vec<8\2c\20unsigned\20short>\20const&\2c\20skvx::Vec<8\2c\20unsigned\20short>\20const&\2c\20skvx::Vec<8\2c\20unsigned\20short>\20const&\2c\20skvx::Vec<8\2c\20unsigned\20short>\20const&\2c\20skvx::Vec<8\2c\20unsigned\20short>*\2c\20skvx::Vec<8\2c\20unsigned\20short>*\2c\20skvx::Vec<8\2c\20unsigned\20short>*\2c\20skvx::Vec<8\2c\20unsigned\20short>*\2c\20skvx::Vec<8\2c\20unsigned\20short>*\2c\20skvx::Vec<8\2c\20unsigned\20short>*\2c\20skvx::Vec<8\2c\20unsigned\20short>*\2c\20skvx::Vec<8\2c\20unsigned\20short>*\29 -9332:blur_y_radius_3\28skvx::Vec<8\2c\20unsigned\20short>\20const&\2c\20skvx::Vec<8\2c\20unsigned\20short>\20const&\2c\20skvx::Vec<8\2c\20unsigned\20short>\20const&\2c\20skvx::Vec<8\2c\20unsigned\20short>\20const&\2c\20skvx::Vec<8\2c\20unsigned\20short>\20const&\2c\20skvx::Vec<8\2c\20unsigned\20short>\20const&\2c\20skvx::Vec<8\2c\20unsigned\20short>*\2c\20skvx::Vec<8\2c\20unsigned\20short>*\2c\20skvx::Vec<8\2c\20unsigned\20short>*\2c\20skvx::Vec<8\2c\20unsigned\20short>*\2c\20skvx::Vec<8\2c\20unsigned\20short>*\2c\20skvx::Vec<8\2c\20unsigned\20short>*\2c\20skvx::Vec<8\2c\20unsigned\20short>*\2c\20skvx::Vec<8\2c\20unsigned\20short>*\29 -9333:blur_y_radius_2\28skvx::Vec<8\2c\20unsigned\20short>\20const&\2c\20skvx::Vec<8\2c\20unsigned\20short>\20const&\2c\20skvx::Vec<8\2c\20unsigned\20short>\20const&\2c\20skvx::Vec<8\2c\20unsigned\20short>\20const&\2c\20skvx::Vec<8\2c\20unsigned\20short>\20const&\2c\20skvx::Vec<8\2c\20unsigned\20short>\20const&\2c\20skvx::Vec<8\2c\20unsigned\20short>*\2c\20skvx::Vec<8\2c\20unsigned\20short>*\2c\20skvx::Vec<8\2c\20unsigned\20short>*\2c\20skvx::Vec<8\2c\20unsigned\20short>*\2c\20skvx::Vec<8\2c\20unsigned\20short>*\2c\20skvx::Vec<8\2c\20unsigned\20short>*\2c\20skvx::Vec<8\2c\20unsigned\20short>*\2c\20skvx::Vec<8\2c\20unsigned\20short>*\29 -9334:blur_y_radius_1\28skvx::Vec<8\2c\20unsigned\20short>\20const&\2c\20skvx::Vec<8\2c\20unsigned\20short>\20const&\2c\20skvx::Vec<8\2c\20unsigned\20short>\20const&\2c\20skvx::Vec<8\2c\20unsigned\20short>\20const&\2c\20skvx::Vec<8\2c\20unsigned\20short>\20const&\2c\20skvx::Vec<8\2c\20unsigned\20short>\20const&\2c\20skvx::Vec<8\2c\20unsigned\20short>*\2c\20skvx::Vec<8\2c\20unsigned\20short>*\2c\20skvx::Vec<8\2c\20unsigned\20short>*\2c\20skvx::Vec<8\2c\20unsigned\20short>*\2c\20skvx::Vec<8\2c\20unsigned\20short>*\2c\20skvx::Vec<8\2c\20unsigned\20short>*\2c\20skvx::Vec<8\2c\20unsigned\20short>*\2c\20skvx::Vec<8\2c\20unsigned\20short>*\29 -9335:blur_x_radius_4\28skvx::Vec<8\2c\20unsigned\20short>\20const&\2c\20skvx::Vec<8\2c\20unsigned\20short>\20const&\2c\20skvx::Vec<8\2c\20unsigned\20short>\20const&\2c\20skvx::Vec<8\2c\20unsigned\20short>\20const&\2c\20skvx::Vec<8\2c\20unsigned\20short>\20const&\2c\20skvx::Vec<8\2c\20unsigned\20short>\20const&\2c\20skvx::Vec<8\2c\20unsigned\20short>*\2c\20skvx::Vec<8\2c\20unsigned\20short>*\29 -9336:blur_x_radius_3\28skvx::Vec<8\2c\20unsigned\20short>\20const&\2c\20skvx::Vec<8\2c\20unsigned\20short>\20const&\2c\20skvx::Vec<8\2c\20unsigned\20short>\20const&\2c\20skvx::Vec<8\2c\20unsigned\20short>\20const&\2c\20skvx::Vec<8\2c\20unsigned\20short>\20const&\2c\20skvx::Vec<8\2c\20unsigned\20short>\20const&\2c\20skvx::Vec<8\2c\20unsigned\20short>*\2c\20skvx::Vec<8\2c\20unsigned\20short>*\29 -9337:blur_x_radius_2\28skvx::Vec<8\2c\20unsigned\20short>\20const&\2c\20skvx::Vec<8\2c\20unsigned\20short>\20const&\2c\20skvx::Vec<8\2c\20unsigned\20short>\20const&\2c\20skvx::Vec<8\2c\20unsigned\20short>\20const&\2c\20skvx::Vec<8\2c\20unsigned\20short>\20const&\2c\20skvx::Vec<8\2c\20unsigned\20short>\20const&\2c\20skvx::Vec<8\2c\20unsigned\20short>*\2c\20skvx::Vec<8\2c\20unsigned\20short>*\29 -9338:blur_x_radius_1\28skvx::Vec<8\2c\20unsigned\20short>\20const&\2c\20skvx::Vec<8\2c\20unsigned\20short>\20const&\2c\20skvx::Vec<8\2c\20unsigned\20short>\20const&\2c\20skvx::Vec<8\2c\20unsigned\20short>\20const&\2c\20skvx::Vec<8\2c\20unsigned\20short>\20const&\2c\20skvx::Vec<8\2c\20unsigned\20short>\20const&\2c\20skvx::Vec<8\2c\20unsigned\20short>*\2c\20skvx::Vec<8\2c\20unsigned\20short>*\29 -9339:blit_row_s32a_blend\28unsigned\20int*\2c\20unsigned\20int\20const*\2c\20int\2c\20unsigned\20int\29 -9340:blit_row_s32_opaque\28unsigned\20int*\2c\20unsigned\20int\20const*\2c\20int\2c\20unsigned\20int\29 -9341:blit_row_s32_blend\28unsigned\20int*\2c\20unsigned\20int\20const*\2c\20int\2c\20unsigned\20int\29 -9342:biDiGetMaxValue\28IntProperty\20const&\2c\20UProperty\29 -9343:argb32_to_a8\28unsigned\20char*\2c\20unsigned\20char\20const*\2c\20int\29 -9344:arabic_fallback_shape\28hb_ot_shape_plan_t\20const*\2c\20hb_font_t*\2c\20hb_buffer_t*\29 -9345:alwaysSaveTypefaceBytes\28SkTypeface*\2c\20void*\29 -9346:alloc_sarray -9347:alloc_barray -9348:afm_parser_parse -9349:afm_parser_init -9350:afm_parser_done -9351:afm_compare_kern_pairs -9352:af_property_set -9353:af_property_get -9354:af_latin_metrics_scale -9355:af_latin_metrics_init -9356:af_latin_hints_init -9357:af_latin_hints_apply -9358:af_latin_get_standard_widths -9359:af_indic_metrics_init -9360:af_indic_hints_apply -9361:af_get_interface -9362:af_face_globals_free -9363:af_dummy_hints_init -9364:af_dummy_hints_apply -9365:af_cjk_metrics_init -9366:af_autofitter_load_glyph -9367:af_autofitter_init -9368:access_virt_sarray -9369:access_virt_barray -9370:aa_square_proc\28PtProcRec\20const&\2c\20SkSpan\2c\20SkBlitter*\29 -9371:aa_poly_hair_proc\28PtProcRec\20const&\2c\20SkSpan\2c\20SkBlitter*\29 -9372:aa_line_hair_proc\28PtProcRec\20const&\2c\20SkSpan\2c\20SkBlitter*\29 -9373:_hb_ot_font_destroy\28void*\29 -9374:_hb_glyph_info_is_default_ignorable\28hb_glyph_info_t\20const*\29 -9375:_hb_face_for_data_reference_table\28hb_face_t*\2c\20unsigned\20int\2c\20void*\29 -9376:_hb_face_for_data_get_table_tags\28hb_face_t\20const*\2c\20unsigned\20int\2c\20unsigned\20int*\2c\20unsigned\20int*\2c\20void*\29 -9377:_hb_face_for_data_closure_destroy\28void*\29 -9378:_hb_clear_substitution_flags\28hb_ot_shape_plan_t\20const*\2c\20hb_font_t*\2c\20hb_buffer_t*\29 -9379:_emscripten_stack_restore -9380:__wasm_call_ctors -9381:__stdio_write -9382:__stdio_seek -9383:__stdio_read -9384:__stdio_close -9385:__getTypeName -9386:__cxxabiv1::__vmi_class_type_info::search_below_dst\28__cxxabiv1::__dynamic_cast_info*\2c\20void\20const*\2c\20int\2c\20bool\29\20const -9387:__cxxabiv1::__vmi_class_type_info::search_above_dst\28__cxxabiv1::__dynamic_cast_info*\2c\20void\20const*\2c\20void\20const*\2c\20int\2c\20bool\29\20const -9388:__cxxabiv1::__vmi_class_type_info::has_unambiguous_public_base\28__cxxabiv1::__dynamic_cast_info*\2c\20void*\2c\20int\29\20const -9389:__cxxabiv1::__si_class_type_info::search_below_dst\28__cxxabiv1::__dynamic_cast_info*\2c\20void\20const*\2c\20int\2c\20bool\29\20const -9390:__cxxabiv1::__si_class_type_info::search_above_dst\28__cxxabiv1::__dynamic_cast_info*\2c\20void\20const*\2c\20void\20const*\2c\20int\2c\20bool\29\20const -9391:__cxxabiv1::__si_class_type_info::has_unambiguous_public_base\28__cxxabiv1::__dynamic_cast_info*\2c\20void*\2c\20int\29\20const -9392:__cxxabiv1::__class_type_info::search_below_dst\28__cxxabiv1::__dynamic_cast_info*\2c\20void\20const*\2c\20int\2c\20bool\29\20const -9393:__cxxabiv1::__class_type_info::search_above_dst\28__cxxabiv1::__dynamic_cast_info*\2c\20void\20const*\2c\20void\20const*\2c\20int\2c\20bool\29\20const -9394:__cxxabiv1::__class_type_info::has_unambiguous_public_base\28__cxxabiv1::__dynamic_cast_info*\2c\20void*\2c\20int\29\20const -9395:__cxxabiv1::__class_type_info::can_catch\28__cxxabiv1::__shim_type_info\20const*\2c\20void*&\29\20const -9396:__cxx_global_array_dtor_9739 -9397:__cxx_global_array_dtor_8713 -9398:__cxx_global_array_dtor_8322 -9399:__cxx_global_array_dtor_8139 -9400:__cxx_global_array_dtor_4079 -9401:__cxx_global_array_dtor_1636 -9402:__cxx_global_array_dtor_1630 -9403:__cxx_global_array_dtor_14940 -9404:__cxx_global_array_dtor_10834 -9405:__cxx_global_array_dtor_10127 -9406:__cxx_global_array_dtor.88 -9407:__cxx_global_array_dtor.73 -9408:__cxx_global_array_dtor.58 -9409:__cxx_global_array_dtor.45 -9410:__cxx_global_array_dtor.43 -9411:__cxx_global_array_dtor.41 -9412:__cxx_global_array_dtor.39 -9413:__cxx_global_array_dtor.37 -9414:__cxx_global_array_dtor.35 -9415:__cxx_global_array_dtor.34 -9416:__cxx_global_array_dtor.32 -9417:__cxx_global_array_dtor.1_14941 -9418:__cxx_global_array_dtor.139 -9419:__cxx_global_array_dtor.136 -9420:__cxx_global_array_dtor.112 -9421:__cxx_global_array_dtor.1 -9422:__cxx_global_array_dtor -9423:\28anonymous\20namespace\29::uprops_cleanup\28\29 -9424:\28anonymous\20namespace\29::ulayout_isAcceptable\28void*\2c\20char\20const*\2c\20char\20const*\2c\20UDataInfo\20const*\29 -9425:\28anonymous\20namespace\29::skhb_nominal_glyphs\28hb_font_t*\2c\20void*\2c\20unsigned\20int\2c\20unsigned\20int\20const*\2c\20unsigned\20int\2c\20unsigned\20int*\2c\20unsigned\20int\2c\20void*\29 -9426:\28anonymous\20namespace\29::skhb_nominal_glyph\28hb_font_t*\2c\20void*\2c\20unsigned\20int\2c\20unsigned\20int*\2c\20void*\29 -9427:\28anonymous\20namespace\29::skhb_glyph_h_advances\28hb_font_t*\2c\20void*\2c\20unsigned\20int\2c\20unsigned\20int\20const*\2c\20unsigned\20int\2c\20int*\2c\20unsigned\20int\2c\20void*\29 -9428:\28anonymous\20namespace\29::skhb_glyph_h_advance\28hb_font_t*\2c\20void*\2c\20unsigned\20int\2c\20void*\29 -9429:\28anonymous\20namespace\29::skhb_glyph_extents\28hb_font_t*\2c\20void*\2c\20unsigned\20int\2c\20hb_glyph_extents_t*\2c\20void*\29 -9430:\28anonymous\20namespace\29::skhb_glyph\28hb_font_t*\2c\20void*\2c\20unsigned\20int\2c\20unsigned\20int\2c\20unsigned\20int*\2c\20void*\29 -9431:\28anonymous\20namespace\29::skhb_get_table\28hb_face_t*\2c\20unsigned\20int\2c\20void*\29::$_0::__invoke\28void*\29 -9432:\28anonymous\20namespace\29::skhb_get_table\28hb_face_t*\2c\20unsigned\20int\2c\20void*\29 -9433:\28anonymous\20namespace\29::make_morphology\28\28anonymous\20namespace\29::MorphType\2c\20SkSize\2c\20sk_sp\2c\20SkImageFilters::CropRect\20const&\29 -9434:\28anonymous\20namespace\29::make_drop_shadow_graph\28SkPoint\2c\20SkSize\2c\20SkRGBA4f<\28SkAlphaType\293>\2c\20sk_sp\2c\20bool\2c\20sk_sp\2c\20std::__2::optional\20const&\29 -9435:\28anonymous\20namespace\29::extension_compare\28SkString\20const&\2c\20SkString\20const&\29 -9436:\28anonymous\20namespace\29::characterproperties_cleanup\28\29 -9437:\28anonymous\20namespace\29::_set_add\28USet*\2c\20int\29 -9438:\28anonymous\20namespace\29::_set_addString\28USet*\2c\20char16_t\20const*\2c\20int\29 -9439:\28anonymous\20namespace\29::_set_addRange\28USet*\2c\20int\2c\20int\29 -9440:\28anonymous\20namespace\29::YUVPlanesRec::~YUVPlanesRec\28\29_4676 -9441:\28anonymous\20namespace\29::YUVPlanesRec::getCategory\28\29\20const -9442:\28anonymous\20namespace\29::YUVPlanesRec::diagnostic_only_getDiscardable\28\29\20const -9443:\28anonymous\20namespace\29::YUVPlanesRec::bytesUsed\28\29\20const -9444:\28anonymous\20namespace\29::YUVPlanesRec::Visitor\28SkResourceCache::Rec\20const&\2c\20void*\29 -9445:\28anonymous\20namespace\29::UniqueKeyInvalidator::~UniqueKeyInvalidator\28\29_11867 -9446:\28anonymous\20namespace\29::UniqueKeyInvalidator::~UniqueKeyInvalidator\28\29 -9447:\28anonymous\20namespace\29::TriangulatingPathOp::~TriangulatingPathOp\28\29_11851 -9448:\28anonymous\20namespace\29::TriangulatingPathOp::visitProxies\28std::__2::function\20const&\29\20const -9449:\28anonymous\20namespace\29::TriangulatingPathOp::programInfo\28\29 -9450:\28anonymous\20namespace\29::TriangulatingPathOp::onPrepareDraws\28GrMeshDrawTarget*\29 -9451:\28anonymous\20namespace\29::TriangulatingPathOp::onPrePrepareDraws\28GrRecordingContext*\2c\20GrSurfaceProxyView\20const&\2c\20GrAppliedClip*\2c\20GrDstProxyView\20const&\2c\20GrXferBarrierFlags\2c\20GrLoadOp\29 -9452:\28anonymous\20namespace\29::TriangulatingPathOp::onExecute\28GrOpFlushState*\2c\20SkRect\20const&\29 -9453:\28anonymous\20namespace\29::TriangulatingPathOp::onCreateProgramInfo\28GrCaps\20const*\2c\20SkArenaAlloc*\2c\20GrSurfaceProxyView\20const&\2c\20bool\2c\20GrAppliedClip&&\2c\20GrDstProxyView\20const&\2c\20GrXferBarrierFlags\2c\20GrLoadOp\29 -9454:\28anonymous\20namespace\29::TriangulatingPathOp::name\28\29\20const -9455:\28anonymous\20namespace\29::TriangulatingPathOp::finalize\28GrCaps\20const&\2c\20GrAppliedClip\20const*\2c\20GrClampType\29 -9456:\28anonymous\20namespace\29::TransformedMaskSubRun::unflattenSize\28\29\20const -9457:\28anonymous\20namespace\29::TransformedMaskSubRun::regenerateAtlas\28int\2c\20int\2c\20std::__2::function\20\28sktext::gpu::GlyphVector*\2c\20int\2c\20int\2c\20skgpu::MaskFormat\2c\20int\29>\29\20const -9458:\28anonymous\20namespace\29::TransformedMaskSubRun::doFlatten\28SkWriteBuffer&\29\20const -9459:\28anonymous\20namespace\29::TransformedMaskSubRun::canReuse\28SkPaint\20const&\2c\20SkMatrix\20const&\29\20const -9460:\28anonymous\20namespace\29::ThreeBoxApproxPass::startBlur\28\29 -9461:\28anonymous\20namespace\29::ThreeBoxApproxPass::blurSegment\28int\2c\20void\20const*\2c\20int\2c\20void*\2c\20int\29 -9462:\28anonymous\20namespace\29::ThreeBoxApproxPass::MakeMaker\28float\2c\20SkArenaAlloc*\29::Maker::makePass\28void*\2c\20SkArenaAlloc*\29\20const -9463:\28anonymous\20namespace\29::ThreeBoxApproxPass::MakeMaker\28float\2c\20SkArenaAlloc*\29::Maker::bufferSizeBytes\28\29\20const -9464:\28anonymous\20namespace\29::TextureOpImpl::~TextureOpImpl\28\29_11827 -9465:\28anonymous\20namespace\29::TextureOpImpl::~TextureOpImpl\28\29 -9466:\28anonymous\20namespace\29::TextureOpImpl::visitProxies\28std::__2::function\20const&\29\20const -9467:\28anonymous\20namespace\29::TextureOpImpl::programInfo\28\29 -9468:\28anonymous\20namespace\29::TextureOpImpl::onPrepareDraws\28GrMeshDrawTarget*\29 -9469:\28anonymous\20namespace\29::TextureOpImpl::onPrePrepareDraws\28GrRecordingContext*\2c\20GrSurfaceProxyView\20const&\2c\20GrAppliedClip*\2c\20GrDstProxyView\20const&\2c\20GrXferBarrierFlags\2c\20GrLoadOp\29 -9470:\28anonymous\20namespace\29::TextureOpImpl::onExecute\28GrOpFlushState*\2c\20SkRect\20const&\29 -9471:\28anonymous\20namespace\29::TextureOpImpl::onCreateProgramInfo\28GrCaps\20const*\2c\20SkArenaAlloc*\2c\20GrSurfaceProxyView\20const&\2c\20bool\2c\20GrAppliedClip&&\2c\20GrDstProxyView\20const&\2c\20GrXferBarrierFlags\2c\20GrLoadOp\29 -9472:\28anonymous\20namespace\29::TextureOpImpl::onCombineIfPossible\28GrOp*\2c\20SkArenaAlloc*\2c\20GrCaps\20const&\29 -9473:\28anonymous\20namespace\29::TextureOpImpl::name\28\29\20const -9474:\28anonymous\20namespace\29::TextureOpImpl::fixedFunctionFlags\28\29\20const -9475:\28anonymous\20namespace\29::TextureOpImpl::finalize\28GrCaps\20const&\2c\20GrAppliedClip\20const*\2c\20GrClampType\29 -9476:\28anonymous\20namespace\29::TentPass::startBlur\28\29 -9477:\28anonymous\20namespace\29::TentPass::blurSegment\28int\2c\20void\20const*\2c\20int\2c\20void*\2c\20int\29 -9478:\28anonymous\20namespace\29::TentPass::MakeMaker\28float\2c\20SkArenaAlloc*\29::Maker::makePass\28void*\2c\20SkArenaAlloc*\29\20const -9479:\28anonymous\20namespace\29::TentPass::MakeMaker\28float\2c\20SkArenaAlloc*\29::Maker::bufferSizeBytes\28\29\20const -9480:\28anonymous\20namespace\29::StaticVertexAllocator::~StaticVertexAllocator\28\29_11872 -9481:\28anonymous\20namespace\29::StaticVertexAllocator::~StaticVertexAllocator\28\29 -9482:\28anonymous\20namespace\29::StaticVertexAllocator::unlock\28int\29 -9483:\28anonymous\20namespace\29::StaticVertexAllocator::lock\28unsigned\20long\2c\20int\29 -9484:\28anonymous\20namespace\29::SkUnicodeHbScriptRunIterator::currentScript\28\29\20const -9485:\28anonymous\20namespace\29::SkUnicodeHbScriptRunIterator::consume\28\29 -9486:\28anonymous\20namespace\29::SkUbrkGetLocaleByType::getLocaleByType\28UBreakIterator\20const*\2c\20ULocDataLocaleType\2c\20UErrorCode*\29 -9487:\28anonymous\20namespace\29::SkUbrkClone::clone\28UBreakIterator\20const*\2c\20UErrorCode*\29 -9488:\28anonymous\20namespace\29::SkShaderImageFilter::onGetOutputLayerBounds\28skif::Mapping\20const&\2c\20std::__2::optional>\29\20const -9489:\28anonymous\20namespace\29::SkShaderImageFilter::onFilterImage\28skif::Context\20const&\29\20const -9490:\28anonymous\20namespace\29::SkShaderImageFilter::getTypeName\28\29\20const -9491:\28anonymous\20namespace\29::SkShaderImageFilter::flatten\28SkWriteBuffer&\29\20const -9492:\28anonymous\20namespace\29::SkShaderImageFilter::computeFastBounds\28SkRect\20const&\29\20const -9493:\28anonymous\20namespace\29::SkMorphologyImageFilter::onGetOutputLayerBounds\28skif::Mapping\20const&\2c\20std::__2::optional>\29\20const -9494:\28anonymous\20namespace\29::SkMorphologyImageFilter::onGetInputLayerBounds\28skif::Mapping\20const&\2c\20skif::LayerSpace\20const&\2c\20std::__2::optional>\29\20const -9495:\28anonymous\20namespace\29::SkMorphologyImageFilter::onFilterImage\28skif::Context\20const&\29\20const -9496:\28anonymous\20namespace\29::SkMorphologyImageFilter::getTypeName\28\29\20const -9497:\28anonymous\20namespace\29::SkMorphologyImageFilter::flatten\28SkWriteBuffer&\29\20const -9498:\28anonymous\20namespace\29::SkMorphologyImageFilter::computeFastBounds\28SkRect\20const&\29\20const -9499:\28anonymous\20namespace\29::SkMergeImageFilter::onGetOutputLayerBounds\28skif::Mapping\20const&\2c\20std::__2::optional>\29\20const -9500:\28anonymous\20namespace\29::SkMergeImageFilter::onGetInputLayerBounds\28skif::Mapping\20const&\2c\20skif::LayerSpace\20const&\2c\20std::__2::optional>\29\20const -9501:\28anonymous\20namespace\29::SkMergeImageFilter::onFilterImage\28skif::Context\20const&\29\20const -9502:\28anonymous\20namespace\29::SkMergeImageFilter::getTypeName\28\29\20const -9503:\28anonymous\20namespace\29::SkMergeImageFilter::computeFastBounds\28SkRect\20const&\29\20const -9504:\28anonymous\20namespace\29::SkMatrixTransformImageFilter::onGetOutputLayerBounds\28skif::Mapping\20const&\2c\20std::__2::optional>\29\20const -9505:\28anonymous\20namespace\29::SkMatrixTransformImageFilter::onGetInputLayerBounds\28skif::Mapping\20const&\2c\20skif::LayerSpace\20const&\2c\20std::__2::optional>\29\20const -9506:\28anonymous\20namespace\29::SkMatrixTransformImageFilter::onFilterImage\28skif::Context\20const&\29\20const -9507:\28anonymous\20namespace\29::SkMatrixTransformImageFilter::getTypeName\28\29\20const -9508:\28anonymous\20namespace\29::SkMatrixTransformImageFilter::flatten\28SkWriteBuffer&\29\20const -9509:\28anonymous\20namespace\29::SkMatrixTransformImageFilter::computeFastBounds\28SkRect\20const&\29\20const -9510:\28anonymous\20namespace\29::SkImageImageFilter::onGetOutputLayerBounds\28skif::Mapping\20const&\2c\20std::__2::optional>\29\20const -9511:\28anonymous\20namespace\29::SkImageImageFilter::onFilterImage\28skif::Context\20const&\29\20const -9512:\28anonymous\20namespace\29::SkImageImageFilter::getTypeName\28\29\20const -9513:\28anonymous\20namespace\29::SkImageImageFilter::flatten\28SkWriteBuffer&\29\20const -9514:\28anonymous\20namespace\29::SkImageImageFilter::computeFastBounds\28SkRect\20const&\29\20const -9515:\28anonymous\20namespace\29::SkFTGeometrySink::Quad\28FT_Vector_\20const*\2c\20FT_Vector_\20const*\2c\20void*\29 -9516:\28anonymous\20namespace\29::SkFTGeometrySink::Move\28FT_Vector_\20const*\2c\20void*\29 -9517:\28anonymous\20namespace\29::SkFTGeometrySink::Line\28FT_Vector_\20const*\2c\20void*\29 -9518:\28anonymous\20namespace\29::SkFTGeometrySink::Cubic\28FT_Vector_\20const*\2c\20FT_Vector_\20const*\2c\20FT_Vector_\20const*\2c\20void*\29 -9519:\28anonymous\20namespace\29::SkEmptyTypeface::onGetFontDescriptor\28SkFontDescriptor*\2c\20bool*\29\20const -9520:\28anonymous\20namespace\29::SkEmptyTypeface::onGetFamilyName\28SkString*\29\20const -9521:\28anonymous\20namespace\29::SkEmptyTypeface::onCreateScalerContext\28SkScalerContextEffects\20const&\2c\20SkDescriptor\20const*\29\20const -9522:\28anonymous\20namespace\29::SkEmptyTypeface::onCreateFamilyNameIterator\28\29\20const -9523:\28anonymous\20namespace\29::SkEmptyTypeface::onCharsToGlyphs\28SkSpan\2c\20SkSpan\29\20const -9524:\28anonymous\20namespace\29::SkEmptyTypeface::MakeFromStream\28std::__2::unique_ptr>\2c\20SkFontArguments\20const&\29 -9525:\28anonymous\20namespace\29::SkDisplacementMapImageFilter::onGetOutputLayerBounds\28skif::Mapping\20const&\2c\20std::__2::optional>\29\20const -9526:\28anonymous\20namespace\29::SkDisplacementMapImageFilter::onGetInputLayerBounds\28skif::Mapping\20const&\2c\20skif::LayerSpace\20const&\2c\20std::__2::optional>\29\20const -9527:\28anonymous\20namespace\29::SkDisplacementMapImageFilter::onFilterImage\28skif::Context\20const&\29\20const -9528:\28anonymous\20namespace\29::SkDisplacementMapImageFilter::getTypeName\28\29\20const -9529:\28anonymous\20namespace\29::SkDisplacementMapImageFilter::flatten\28SkWriteBuffer&\29\20const -9530:\28anonymous\20namespace\29::SkDisplacementMapImageFilter::computeFastBounds\28SkRect\20const&\29\20const -9531:\28anonymous\20namespace\29::SkCropImageFilter::onGetOutputLayerBounds\28skif::Mapping\20const&\2c\20std::__2::optional>\29\20const -9532:\28anonymous\20namespace\29::SkCropImageFilter::onGetInputLayerBounds\28skif::Mapping\20const&\2c\20skif::LayerSpace\20const&\2c\20std::__2::optional>\29\20const -9533:\28anonymous\20namespace\29::SkCropImageFilter::onFilterImage\28skif::Context\20const&\29\20const -9534:\28anonymous\20namespace\29::SkCropImageFilter::onAffectsTransparentBlack\28\29\20const -9535:\28anonymous\20namespace\29::SkCropImageFilter::getTypeName\28\29\20const -9536:\28anonymous\20namespace\29::SkCropImageFilter::flatten\28SkWriteBuffer&\29\20const -9537:\28anonymous\20namespace\29::SkCropImageFilter::computeFastBounds\28SkRect\20const&\29\20const -9538:\28anonymous\20namespace\29::SkComposeImageFilter::onGetOutputLayerBounds\28skif::Mapping\20const&\2c\20std::__2::optional>\29\20const -9539:\28anonymous\20namespace\29::SkComposeImageFilter::onGetInputLayerBounds\28skif::Mapping\20const&\2c\20skif::LayerSpace\20const&\2c\20std::__2::optional>\29\20const -9540:\28anonymous\20namespace\29::SkComposeImageFilter::onFilterImage\28skif::Context\20const&\29\20const -9541:\28anonymous\20namespace\29::SkComposeImageFilter::getTypeName\28\29\20const -9542:\28anonymous\20namespace\29::SkComposeImageFilter::computeFastBounds\28SkRect\20const&\29\20const -9543:\28anonymous\20namespace\29::SkColorFilterImageFilter::onIsColorFilterNode\28SkColorFilter**\29\20const -9544:\28anonymous\20namespace\29::SkColorFilterImageFilter::onGetOutputLayerBounds\28skif::Mapping\20const&\2c\20std::__2::optional>\29\20const -9545:\28anonymous\20namespace\29::SkColorFilterImageFilter::onGetInputLayerBounds\28skif::Mapping\20const&\2c\20skif::LayerSpace\20const&\2c\20std::__2::optional>\29\20const -9546:\28anonymous\20namespace\29::SkColorFilterImageFilter::onFilterImage\28skif::Context\20const&\29\20const -9547:\28anonymous\20namespace\29::SkColorFilterImageFilter::onAffectsTransparentBlack\28\29\20const -9548:\28anonymous\20namespace\29::SkColorFilterImageFilter::getTypeName\28\29\20const -9549:\28anonymous\20namespace\29::SkColorFilterImageFilter::flatten\28SkWriteBuffer&\29\20const -9550:\28anonymous\20namespace\29::SkColorFilterImageFilter::computeFastBounds\28SkRect\20const&\29\20const -9551:\28anonymous\20namespace\29::SkBlurImageFilter::onGetOutputLayerBounds\28skif::Mapping\20const&\2c\20std::__2::optional>\29\20const -9552:\28anonymous\20namespace\29::SkBlurImageFilter::onGetInputLayerBounds\28skif::Mapping\20const&\2c\20skif::LayerSpace\20const&\2c\20std::__2::optional>\29\20const -9553:\28anonymous\20namespace\29::SkBlurImageFilter::onFilterImage\28skif::Context\20const&\29\20const -9554:\28anonymous\20namespace\29::SkBlurImageFilter::getTypeName\28\29\20const -9555:\28anonymous\20namespace\29::SkBlurImageFilter::flatten\28SkWriteBuffer&\29\20const -9556:\28anonymous\20namespace\29::SkBlurImageFilter::computeFastBounds\28SkRect\20const&\29\20const -9557:\28anonymous\20namespace\29::SkBlendImageFilter::~SkBlendImageFilter\28\29_5390 -9558:\28anonymous\20namespace\29::SkBlendImageFilter::~SkBlendImageFilter\28\29 -9559:\28anonymous\20namespace\29::SkBlendImageFilter::onGetOutputLayerBounds\28skif::Mapping\20const&\2c\20std::__2::optional>\29\20const -9560:\28anonymous\20namespace\29::SkBlendImageFilter::onGetInputLayerBounds\28skif::Mapping\20const&\2c\20skif::LayerSpace\20const&\2c\20std::__2::optional>\29\20const -9561:\28anonymous\20namespace\29::SkBlendImageFilter::onFilterImage\28skif::Context\20const&\29\20const -9562:\28anonymous\20namespace\29::SkBlendImageFilter::onAffectsTransparentBlack\28\29\20const -9563:\28anonymous\20namespace\29::SkBlendImageFilter::getTypeName\28\29\20const -9564:\28anonymous\20namespace\29::SkBlendImageFilter::flatten\28SkWriteBuffer&\29\20const -9565:\28anonymous\20namespace\29::SkBlendImageFilter::computeFastBounds\28SkRect\20const&\29\20const -9566:\28anonymous\20namespace\29::SkBidiIterator_icu::~SkBidiIterator_icu\28\29_8135 -9567:\28anonymous\20namespace\29::SkBidiIterator_icu::~SkBidiIterator_icu\28\29 -9568:\28anonymous\20namespace\29::SkBidiIterator_icu::getLevelAt\28int\29 -9569:\28anonymous\20namespace\29::SkBidiIterator_icu::getLength\28\29 -9570:\28anonymous\20namespace\29::SimpleTriangleShader::name\28\29\20const -9571:\28anonymous\20namespace\29::SimpleTriangleShader::makeProgramImpl\28GrShaderCaps\20const&\29\20const::Impl::emitVertexCode\28GrShaderCaps\20const&\2c\20GrPathTessellationShader\20const&\2c\20GrGLSLVertexBuilder*\2c\20GrGLSLVaryingHandler*\2c\20GrGeometryProcessor::ProgramImpl::GrGPArgs*\29 -9572:\28anonymous\20namespace\29::SimpleTriangleShader::makeProgramImpl\28GrShaderCaps\20const&\29\20const -9573:\28anonymous\20namespace\29::ShaperHarfBuzz::~ShaperHarfBuzz\28\29_14970 -9574:\28anonymous\20namespace\29::ShaperHarfBuzz::shape\28char\20const*\2c\20unsigned\20long\2c\20SkShaper::FontRunIterator&\2c\20SkShaper::BiDiRunIterator&\2c\20SkShaper::ScriptRunIterator&\2c\20SkShaper::LanguageRunIterator&\2c\20float\2c\20SkShaper::RunHandler*\29\20const -9575:\28anonymous\20namespace\29::ShaperHarfBuzz::shape\28char\20const*\2c\20unsigned\20long\2c\20SkShaper::FontRunIterator&\2c\20SkShaper::BiDiRunIterator&\2c\20SkShaper::ScriptRunIterator&\2c\20SkShaper::LanguageRunIterator&\2c\20SkShaper::Feature\20const*\2c\20unsigned\20long\2c\20float\2c\20SkShaper::RunHandler*\29\20const -9576:\28anonymous\20namespace\29::ShaperHarfBuzz::shape\28char\20const*\2c\20unsigned\20long\2c\20SkFont\20const&\2c\20bool\2c\20float\2c\20SkShaper::RunHandler*\29\20const -9577:\28anonymous\20namespace\29::ShapeDontWrapOrReorder::~ShapeDontWrapOrReorder\28\29 -9578:\28anonymous\20namespace\29::ShapeDontWrapOrReorder::wrap\28char\20const*\2c\20unsigned\20long\2c\20SkShaper::BiDiRunIterator\20const&\2c\20SkShaper::LanguageRunIterator\20const&\2c\20SkShaper::ScriptRunIterator\20const&\2c\20SkShaper::FontRunIterator\20const&\2c\20\28anonymous\20namespace\29::RunIteratorQueue&\2c\20SkShaper::Feature\20const*\2c\20unsigned\20long\2c\20float\2c\20SkShaper::RunHandler*\29\20const -9579:\28anonymous\20namespace\29::ShadowInvalidator::~ShadowInvalidator\28\29_5176 -9580:\28anonymous\20namespace\29::ShadowInvalidator::~ShadowInvalidator\28\29 -9581:\28anonymous\20namespace\29::ShadowInvalidator::changed\28\29 -9582:\28anonymous\20namespace\29::ShadowCircularRRectOp::~ShadowCircularRRectOp\28\29_11690 -9583:\28anonymous\20namespace\29::ShadowCircularRRectOp::~ShadowCircularRRectOp\28\29 -9584:\28anonymous\20namespace\29::ShadowCircularRRectOp::visitProxies\28std::__2::function\20const&\29\20const -9585:\28anonymous\20namespace\29::ShadowCircularRRectOp::programInfo\28\29 -9586:\28anonymous\20namespace\29::ShadowCircularRRectOp::onPrepareDraws\28GrMeshDrawTarget*\29 -9587:\28anonymous\20namespace\29::ShadowCircularRRectOp::onExecute\28GrOpFlushState*\2c\20SkRect\20const&\29 -9588:\28anonymous\20namespace\29::ShadowCircularRRectOp::onCreateProgramInfo\28GrCaps\20const*\2c\20SkArenaAlloc*\2c\20GrSurfaceProxyView\20const&\2c\20bool\2c\20GrAppliedClip&&\2c\20GrDstProxyView\20const&\2c\20GrXferBarrierFlags\2c\20GrLoadOp\29 -9589:\28anonymous\20namespace\29::ShadowCircularRRectOp::onCombineIfPossible\28GrOp*\2c\20SkArenaAlloc*\2c\20GrCaps\20const&\29 -9590:\28anonymous\20namespace\29::ShadowCircularRRectOp::name\28\29\20const -9591:\28anonymous\20namespace\29::ShadowCircularRRectOp::finalize\28GrCaps\20const&\2c\20GrAppliedClip\20const*\2c\20GrClampType\29 -9592:\28anonymous\20namespace\29::SDFTSubRun::unflattenSize\28\29\20const -9593:\28anonymous\20namespace\29::SDFTSubRun::regenerateAtlas\28int\2c\20int\2c\20std::__2::function\20\28sktext::gpu::GlyphVector*\2c\20int\2c\20int\2c\20skgpu::MaskFormat\2c\20int\29>\29\20const -9594:\28anonymous\20namespace\29::SDFTSubRun::glyphParams\28\29\20const -9595:\28anonymous\20namespace\29::SDFTSubRun::draw\28SkCanvas*\2c\20SkPoint\2c\20SkPaint\20const&\2c\20sk_sp\2c\20std::__2::function\2c\20sktext::gpu::RendererData\29>\20const&\29\20const -9596:\28anonymous\20namespace\29::SDFTSubRun::doFlatten\28SkWriteBuffer&\29\20const -9597:\28anonymous\20namespace\29::SDFTSubRun::canReuse\28SkPaint\20const&\2c\20SkMatrix\20const&\29\20const -9598:\28anonymous\20namespace\29::RectsBlurRec::~RectsBlurRec\28\29_2494 -9599:\28anonymous\20namespace\29::RectsBlurRec::~RectsBlurRec\28\29 -9600:\28anonymous\20namespace\29::RectsBlurRec::getCategory\28\29\20const -9601:\28anonymous\20namespace\29::RectsBlurRec::diagnostic_only_getDiscardable\28\29\20const -9602:\28anonymous\20namespace\29::RectsBlurRec::bytesUsed\28\29\20const -9603:\28anonymous\20namespace\29::RectsBlurRec::Visitor\28SkResourceCache::Rec\20const&\2c\20void*\29 -9604:\28anonymous\20namespace\29::RasterShaderBlurAlgorithm::makeDevice\28SkImageInfo\20const&\29\20const -9605:\28anonymous\20namespace\29::RasterBlurEngine::findAlgorithm\28SkSize\2c\20SkColorType\29\20const -9606:\28anonymous\20namespace\29::RasterA8BlurAlgorithm::blur\28SkSize\2c\20sk_sp\2c\20SkIRect\20const&\2c\20SkTileMode\2c\20SkIRect\20const&\29\20const -9607:\28anonymous\20namespace\29::Raster8888BlurAlgorithm::blur\28SkSize\2c\20sk_sp\2c\20SkIRect\20const&\2c\20SkTileMode\2c\20SkIRect\20const&\29\20const -9608:\28anonymous\20namespace\29::RRectBlurRec::~RRectBlurRec\28\29_2488 -9609:\28anonymous\20namespace\29::RRectBlurRec::~RRectBlurRec\28\29 -9610:\28anonymous\20namespace\29::RRectBlurRec::getCategory\28\29\20const -9611:\28anonymous\20namespace\29::RRectBlurRec::diagnostic_only_getDiscardable\28\29\20const -9612:\28anonymous\20namespace\29::RRectBlurRec::bytesUsed\28\29\20const -9613:\28anonymous\20namespace\29::RRectBlurRec::Visitor\28SkResourceCache::Rec\20const&\2c\20void*\29 -9614:\28anonymous\20namespace\29::PathSubRun::~PathSubRun\28\29_12728 -9615:\28anonymous\20namespace\29::PathSubRun::~PathSubRun\28\29 -9616:\28anonymous\20namespace\29::PathSubRun::unflattenSize\28\29\20const -9617:\28anonymous\20namespace\29::PathSubRun::draw\28SkCanvas*\2c\20SkPoint\2c\20SkPaint\20const&\2c\20sk_sp\2c\20std::__2::function\2c\20sktext::gpu::RendererData\29>\20const&\29\20const -9618:\28anonymous\20namespace\29::PathSubRun::doFlatten\28SkWriteBuffer&\29\20const -9619:\28anonymous\20namespace\29::MipMapRec::~MipMapRec\28\29_1332 -9620:\28anonymous\20namespace\29::MipMapRec::~MipMapRec\28\29 -9621:\28anonymous\20namespace\29::MipMapRec::getCategory\28\29\20const -9622:\28anonymous\20namespace\29::MipMapRec::diagnostic_only_getDiscardable\28\29\20const -9623:\28anonymous\20namespace\29::MipMapRec::bytesUsed\28\29\20const -9624:\28anonymous\20namespace\29::MipMapRec::Finder\28SkResourceCache::Rec\20const&\2c\20void*\29 -9625:\28anonymous\20namespace\29::MiddleOutShader::~MiddleOutShader\28\29_11913 -9626:\28anonymous\20namespace\29::MiddleOutShader::~MiddleOutShader\28\29 -9627:\28anonymous\20namespace\29::MiddleOutShader::name\28\29\20const -9628:\28anonymous\20namespace\29::MiddleOutShader::makeProgramImpl\28GrShaderCaps\20const&\29\20const::Impl::emitVertexCode\28GrShaderCaps\20const&\2c\20GrPathTessellationShader\20const&\2c\20GrGLSLVertexBuilder*\2c\20GrGLSLVaryingHandler*\2c\20GrGeometryProcessor::ProgramImpl::GrGPArgs*\29 -9629:\28anonymous\20namespace\29::MiddleOutShader::makeProgramImpl\28GrShaderCaps\20const&\29\20const -9630:\28anonymous\20namespace\29::MiddleOutShader::addToKey\28GrShaderCaps\20const&\2c\20skgpu::KeyBuilder*\29\20const -9631:\28anonymous\20namespace\29::MeshOp::~MeshOp\28\29_11213 -9632:\28anonymous\20namespace\29::MeshOp::visitProxies\28std::__2::function\20const&\29\20const -9633:\28anonymous\20namespace\29::MeshOp::programInfo\28\29 -9634:\28anonymous\20namespace\29::MeshOp::onPrepareDraws\28GrMeshDrawTarget*\29 -9635:\28anonymous\20namespace\29::MeshOp::onExecute\28GrOpFlushState*\2c\20SkRect\20const&\29 -9636:\28anonymous\20namespace\29::MeshOp::onCreateProgramInfo\28GrCaps\20const*\2c\20SkArenaAlloc*\2c\20GrSurfaceProxyView\20const&\2c\20bool\2c\20GrAppliedClip&&\2c\20GrDstProxyView\20const&\2c\20GrXferBarrierFlags\2c\20GrLoadOp\29 -9637:\28anonymous\20namespace\29::MeshOp::onCombineIfPossible\28GrOp*\2c\20SkArenaAlloc*\2c\20GrCaps\20const&\29 -9638:\28anonymous\20namespace\29::MeshOp::name\28\29\20const -9639:\28anonymous\20namespace\29::MeshOp::finalize\28GrCaps\20const&\2c\20GrAppliedClip\20const*\2c\20GrClampType\29 -9640:\28anonymous\20namespace\29::MeshGP::~MeshGP\28\29_11240 -9641:\28anonymous\20namespace\29::MeshGP::onTextureSampler\28int\29\20const -9642:\28anonymous\20namespace\29::MeshGP::name\28\29\20const -9643:\28anonymous\20namespace\29::MeshGP::makeProgramImpl\28GrShaderCaps\20const&\29\20const -9644:\28anonymous\20namespace\29::MeshGP::addToKey\28GrShaderCaps\20const&\2c\20skgpu::KeyBuilder*\29\20const -9645:\28anonymous\20namespace\29::MeshGP::Impl::~Impl\28\29_11253 -9646:\28anonymous\20namespace\29::MeshGP::Impl::setData\28GrGLSLProgramDataManager\20const&\2c\20GrShaderCaps\20const&\2c\20GrGeometryProcessor\20const&\29 -9647:\28anonymous\20namespace\29::MeshGP::Impl::onEmitCode\28GrGeometryProcessor::ProgramImpl::EmitArgs&\2c\20GrGeometryProcessor::ProgramImpl::GrGPArgs*\29 -9648:\28anonymous\20namespace\29::MeshGP::Impl::MeshCallbacks::toLinearSrgb\28std::__2::basic_string\2c\20std::__2::allocator>\29 -9649:\28anonymous\20namespace\29::MeshGP::Impl::MeshCallbacks::sampleShader\28int\2c\20std::__2::basic_string\2c\20std::__2::allocator>\29 -9650:\28anonymous\20namespace\29::MeshGP::Impl::MeshCallbacks::sampleColorFilter\28int\2c\20std::__2::basic_string\2c\20std::__2::allocator>\29 -9651:\28anonymous\20namespace\29::MeshGP::Impl::MeshCallbacks::sampleBlender\28int\2c\20std::__2::basic_string\2c\20std::__2::allocator>\2c\20std::__2::basic_string\2c\20std::__2::allocator>\29 -9652:\28anonymous\20namespace\29::MeshGP::Impl::MeshCallbacks::getMangledName\28char\20const*\29 -9653:\28anonymous\20namespace\29::MeshGP::Impl::MeshCallbacks::getMainName\28\29 -9654:\28anonymous\20namespace\29::MeshGP::Impl::MeshCallbacks::fromLinearSrgb\28std::__2::basic_string\2c\20std::__2::allocator>\29 -9655:\28anonymous\20namespace\29::MeshGP::Impl::MeshCallbacks::defineFunction\28char\20const*\2c\20char\20const*\2c\20bool\29 -9656:\28anonymous\20namespace\29::MeshGP::Impl::MeshCallbacks::declareUniform\28SkSL::VarDeclaration\20const*\29 -9657:\28anonymous\20namespace\29::MeshGP::Impl::MeshCallbacks::declareFunction\28char\20const*\29 -9658:\28anonymous\20namespace\29::ImageFromPictureRec::~ImageFromPictureRec\28\29_4959 -9659:\28anonymous\20namespace\29::ImageFromPictureRec::~ImageFromPictureRec\28\29 -9660:\28anonymous\20namespace\29::ImageFromPictureRec::getCategory\28\29\20const -9661:\28anonymous\20namespace\29::ImageFromPictureRec::bytesUsed\28\29\20const -9662:\28anonymous\20namespace\29::ImageFromPictureRec::Visitor\28SkResourceCache::Rec\20const&\2c\20void*\29 -9663:\28anonymous\20namespace\29::HQDownSampler::buildLevel\28SkPixmap\20const&\2c\20SkPixmap\20const&\29 -9664:\28anonymous\20namespace\29::GaussianPass::startBlur\28\29 -9665:\28anonymous\20namespace\29::GaussianPass::blurSegment\28int\2c\20void\20const*\2c\20int\2c\20void*\2c\20int\29 -9666:\28anonymous\20namespace\29::GaussianPass::MakeMaker\28float\2c\20SkArenaAlloc*\29::Maker::makePass\28void*\2c\20SkArenaAlloc*\29\20const -9667:\28anonymous\20namespace\29::GaussianPass::MakeMaker\28float\2c\20SkArenaAlloc*\29::Maker::bufferSizeBytes\28\29\20const -9668:\28anonymous\20namespace\29::GaussianPass::startBlur\28\29 -9669:\28anonymous\20namespace\29::GaussianPass::blurSegment\28int\2c\20void\20const*\2c\20int\2c\20void*\2c\20int\29 -9670:\28anonymous\20namespace\29::GaussianPass::MakeMaker\28float\2c\20SkArenaAlloc*\29::Maker::makePass\28void*\2c\20SkArenaAlloc*\29\20const -9671:\28anonymous\20namespace\29::GaussianPass::MakeMaker\28float\2c\20SkArenaAlloc*\29::Maker::bufferSizeBytes\28\29\20const -9672:\28anonymous\20namespace\29::FillRectOpImpl::~FillRectOpImpl\28\29_11330 -9673:\28anonymous\20namespace\29::FillRectOpImpl::~FillRectOpImpl\28\29 -9674:\28anonymous\20namespace\29::FillRectOpImpl::visitProxies\28std::__2::function\20const&\29\20const -9675:\28anonymous\20namespace\29::FillRectOpImpl::programInfo\28\29 -9676:\28anonymous\20namespace\29::FillRectOpImpl::onPrepareDraws\28GrMeshDrawTarget*\29 -9677:\28anonymous\20namespace\29::FillRectOpImpl::onPrePrepareDraws\28GrRecordingContext*\2c\20GrSurfaceProxyView\20const&\2c\20GrAppliedClip*\2c\20GrDstProxyView\20const&\2c\20GrXferBarrierFlags\2c\20GrLoadOp\29 -9678:\28anonymous\20namespace\29::FillRectOpImpl::onExecute\28GrOpFlushState*\2c\20SkRect\20const&\29 -9679:\28anonymous\20namespace\29::FillRectOpImpl::onCreateProgramInfo\28GrCaps\20const*\2c\20SkArenaAlloc*\2c\20GrSurfaceProxyView\20const&\2c\20bool\2c\20GrAppliedClip&&\2c\20GrDstProxyView\20const&\2c\20GrXferBarrierFlags\2c\20GrLoadOp\29 -9680:\28anonymous\20namespace\29::FillRectOpImpl::onCombineIfPossible\28GrOp*\2c\20SkArenaAlloc*\2c\20GrCaps\20const&\29 -9681:\28anonymous\20namespace\29::FillRectOpImpl::name\28\29\20const -9682:\28anonymous\20namespace\29::FillRectOpImpl::finalize\28GrCaps\20const&\2c\20GrAppliedClip\20const*\2c\20GrClampType\29 -9683:\28anonymous\20namespace\29::EllipticalRRectEffect::onMakeProgramImpl\28\29\20const -9684:\28anonymous\20namespace\29::EllipticalRRectEffect::onAddToKey\28GrShaderCaps\20const&\2c\20skgpu::KeyBuilder*\29\20const -9685:\28anonymous\20namespace\29::EllipticalRRectEffect::name\28\29\20const -9686:\28anonymous\20namespace\29::EllipticalRRectEffect::clone\28\29\20const -9687:\28anonymous\20namespace\29::EllipticalRRectEffect::Impl::onSetData\28GrGLSLProgramDataManager\20const&\2c\20GrFragmentProcessor\20const&\29 -9688:\28anonymous\20namespace\29::EllipticalRRectEffect::Impl::emitCode\28GrFragmentProcessor::ProgramImpl::EmitArgs&\29 -9689:\28anonymous\20namespace\29::DrawableSubRun::~DrawableSubRun\28\29_12736 -9690:\28anonymous\20namespace\29::DrawableSubRun::~DrawableSubRun\28\29 -9691:\28anonymous\20namespace\29::DrawableSubRun::unflattenSize\28\29\20const -9692:\28anonymous\20namespace\29::DrawableSubRun::draw\28SkCanvas*\2c\20SkPoint\2c\20SkPaint\20const&\2c\20sk_sp\2c\20std::__2::function\2c\20sktext::gpu::RendererData\29>\20const&\29\20const -9693:\28anonymous\20namespace\29::DrawableSubRun::doFlatten\28SkWriteBuffer&\29\20const -9694:\28anonymous\20namespace\29::DrawAtlasPathShader::~DrawAtlasPathShader\28\29_11198 -9695:\28anonymous\20namespace\29::DrawAtlasPathShader::~DrawAtlasPathShader\28\29 -9696:\28anonymous\20namespace\29::DrawAtlasPathShader::onTextureSampler\28int\29\20const -9697:\28anonymous\20namespace\29::DrawAtlasPathShader::name\28\29\20const -9698:\28anonymous\20namespace\29::DrawAtlasPathShader::makeProgramImpl\28GrShaderCaps\20const&\29\20const -9699:\28anonymous\20namespace\29::DrawAtlasPathShader::addToKey\28GrShaderCaps\20const&\2c\20skgpu::KeyBuilder*\29\20const -9700:\28anonymous\20namespace\29::DrawAtlasPathShader::Impl::setData\28GrGLSLProgramDataManager\20const&\2c\20GrShaderCaps\20const&\2c\20GrGeometryProcessor\20const&\29 -9701:\28anonymous\20namespace\29::DrawAtlasPathShader::Impl::onEmitCode\28GrGeometryProcessor::ProgramImpl::EmitArgs&\2c\20GrGeometryProcessor::ProgramImpl::GrGPArgs*\29 -9702:\28anonymous\20namespace\29::DrawAtlasOpImpl::~DrawAtlasOpImpl\28\29_11170 -9703:\28anonymous\20namespace\29::DrawAtlasOpImpl::~DrawAtlasOpImpl\28\29 -9704:\28anonymous\20namespace\29::DrawAtlasOpImpl::onPrepareDraws\28GrMeshDrawTarget*\29 -9705:\28anonymous\20namespace\29::DrawAtlasOpImpl::onCreateProgramInfo\28GrCaps\20const*\2c\20SkArenaAlloc*\2c\20GrSurfaceProxyView\20const&\2c\20bool\2c\20GrAppliedClip&&\2c\20GrDstProxyView\20const&\2c\20GrXferBarrierFlags\2c\20GrLoadOp\29 -9706:\28anonymous\20namespace\29::DrawAtlasOpImpl::onCombineIfPossible\28GrOp*\2c\20SkArenaAlloc*\2c\20GrCaps\20const&\29 -9707:\28anonymous\20namespace\29::DrawAtlasOpImpl::name\28\29\20const -9708:\28anonymous\20namespace\29::DrawAtlasOpImpl::finalize\28GrCaps\20const&\2c\20GrAppliedClip\20const*\2c\20GrClampType\29 -9709:\28anonymous\20namespace\29::DirectMaskSubRun::unflattenSize\28\29\20const -9710:\28anonymous\20namespace\29::DirectMaskSubRun::regenerateAtlas\28int\2c\20int\2c\20std::__2::function\20\28sktext::gpu::GlyphVector*\2c\20int\2c\20int\2c\20skgpu::MaskFormat\2c\20int\29>\29\20const -9711:\28anonymous\20namespace\29::DirectMaskSubRun::doFlatten\28SkWriteBuffer&\29\20const -9712:\28anonymous\20namespace\29::DirectMaskSubRun::deviceRectAndNeedsTransform\28SkMatrix\20const&\29\20const -9713:\28anonymous\20namespace\29::DirectMaskSubRun::canReuse\28SkPaint\20const&\2c\20SkMatrix\20const&\29\20const -9714:\28anonymous\20namespace\29::DefaultPathOp::~DefaultPathOp\28\29_11155 -9715:\28anonymous\20namespace\29::DefaultPathOp::~DefaultPathOp\28\29 -9716:\28anonymous\20namespace\29::DefaultPathOp::visitProxies\28std::__2::function\20const&\29\20const -9717:\28anonymous\20namespace\29::DefaultPathOp::onPrepareDraws\28GrMeshDrawTarget*\29 -9718:\28anonymous\20namespace\29::DefaultPathOp::onExecute\28GrOpFlushState*\2c\20SkRect\20const&\29 -9719:\28anonymous\20namespace\29::DefaultPathOp::onCreateProgramInfo\28GrCaps\20const*\2c\20SkArenaAlloc*\2c\20GrSurfaceProxyView\20const&\2c\20bool\2c\20GrAppliedClip&&\2c\20GrDstProxyView\20const&\2c\20GrXferBarrierFlags\2c\20GrLoadOp\29 -9720:\28anonymous\20namespace\29::DefaultPathOp::onCombineIfPossible\28GrOp*\2c\20SkArenaAlloc*\2c\20GrCaps\20const&\29 -9721:\28anonymous\20namespace\29::DefaultPathOp::name\28\29\20const -9722:\28anonymous\20namespace\29::DefaultPathOp::fixedFunctionFlags\28\29\20const -9723:\28anonymous\20namespace\29::DefaultPathOp::finalize\28GrCaps\20const&\2c\20GrAppliedClip\20const*\2c\20GrClampType\29 -9724:\28anonymous\20namespace\29::CircularRRectEffect::onMakeProgramImpl\28\29\20const -9725:\28anonymous\20namespace\29::CircularRRectEffect::onAddToKey\28GrShaderCaps\20const&\2c\20skgpu::KeyBuilder*\29\20const -9726:\28anonymous\20namespace\29::CircularRRectEffect::name\28\29\20const -9727:\28anonymous\20namespace\29::CircularRRectEffect::clone\28\29\20const -9728:\28anonymous\20namespace\29::CircularRRectEffect::Impl::onSetData\28GrGLSLProgramDataManager\20const&\2c\20GrFragmentProcessor\20const&\29 -9729:\28anonymous\20namespace\29::CircularRRectEffect::Impl::emitCode\28GrFragmentProcessor::ProgramImpl::EmitArgs&\29 -9730:\28anonymous\20namespace\29::CachedTessellationsRec::~CachedTessellationsRec\28\29_5170 -9731:\28anonymous\20namespace\29::CachedTessellationsRec::~CachedTessellationsRec\28\29 -9732:\28anonymous\20namespace\29::CachedTessellationsRec::getCategory\28\29\20const -9733:\28anonymous\20namespace\29::CachedTessellationsRec::bytesUsed\28\29\20const -9734:\28anonymous\20namespace\29::CachedTessellations::~CachedTessellations\28\29_5168 -9735:\28anonymous\20namespace\29::CacheImpl::~CacheImpl\28\29_2297 -9736:\28anonymous\20namespace\29::CacheImpl::set\28SkImageFilterCacheKey\20const&\2c\20SkImageFilter\20const*\2c\20skif::FilterResult\20const&\29 -9737:\28anonymous\20namespace\29::CacheImpl::purge\28\29 -9738:\28anonymous\20namespace\29::CacheImpl::purgeByImageFilter\28SkImageFilter\20const*\29 -9739:\28anonymous\20namespace\29::CacheImpl::get\28SkImageFilterCacheKey\20const&\2c\20skif::FilterResult*\29\20const -9740:\28anonymous\20namespace\29::BoundingBoxShader::name\28\29\20const -9741:\28anonymous\20namespace\29::BoundingBoxShader::makeProgramImpl\28GrShaderCaps\20const&\29\20const::Impl::setData\28GrGLSLProgramDataManager\20const&\2c\20GrShaderCaps\20const&\2c\20GrGeometryProcessor\20const&\29 -9742:\28anonymous\20namespace\29::BoundingBoxShader::makeProgramImpl\28GrShaderCaps\20const&\29\20const::Impl::onEmitCode\28GrGeometryProcessor::ProgramImpl::EmitArgs&\2c\20GrGeometryProcessor::ProgramImpl::GrGPArgs*\29 -9743:\28anonymous\20namespace\29::BoundingBoxShader::makeProgramImpl\28GrShaderCaps\20const&\29\20const -9744:\28anonymous\20namespace\29::AAHairlineOp::~AAHairlineOp\28\29_10977 -9745:\28anonymous\20namespace\29::AAHairlineOp::~AAHairlineOp\28\29 -9746:\28anonymous\20namespace\29::AAHairlineOp::visitProxies\28std::__2::function\20const&\29\20const -9747:\28anonymous\20namespace\29::AAHairlineOp::onPrepareDraws\28GrMeshDrawTarget*\29 -9748:\28anonymous\20namespace\29::AAHairlineOp::onPrePrepareDraws\28GrRecordingContext*\2c\20GrSurfaceProxyView\20const&\2c\20GrAppliedClip*\2c\20GrDstProxyView\20const&\2c\20GrXferBarrierFlags\2c\20GrLoadOp\29 -9749:\28anonymous\20namespace\29::AAHairlineOp::onExecute\28GrOpFlushState*\2c\20SkRect\20const&\29 -9750:\28anonymous\20namespace\29::AAHairlineOp::onCreateProgramInfo\28GrCaps\20const*\2c\20SkArenaAlloc*\2c\20GrSurfaceProxyView\20const&\2c\20bool\2c\20GrAppliedClip&&\2c\20GrDstProxyView\20const&\2c\20GrXferBarrierFlags\2c\20GrLoadOp\29 -9751:\28anonymous\20namespace\29::AAHairlineOp::onCombineIfPossible\28GrOp*\2c\20SkArenaAlloc*\2c\20GrCaps\20const&\29 -9752:\28anonymous\20namespace\29::AAHairlineOp::name\28\29\20const -9753:\28anonymous\20namespace\29::AAHairlineOp::fixedFunctionFlags\28\29\20const -9754:\28anonymous\20namespace\29::AAHairlineOp::finalize\28GrCaps\20const&\2c\20GrAppliedClip\20const*\2c\20GrClampType\29 -9755:\28anonymous\20namespace\29::A8Pass::startBlur\28\29 -9756:\28anonymous\20namespace\29::A8Pass::blurSegment\28int\2c\20void\20const*\2c\20int\2c\20void*\2c\20int\29 -9757:\28anonymous\20namespace\29::A8Pass::MakeMaker\28float\2c\20SkArenaAlloc*\29::Maker::makePass\28void*\2c\20SkArenaAlloc*\29\20const -9758:\28anonymous\20namespace\29::A8Pass::MakeMaker\28float\2c\20SkArenaAlloc*\29::Maker::bufferSizeBytes\28\29\20const -9759:YuvToRgbaRow -9760:YuvToRgba4444Row -9761:YuvToRgbRow -9762:YuvToRgb565Row -9763:YuvToBgraRow -9764:YuvToBgrRow -9765:YuvToArgbRow -9766:Write_CVT_Stretched -9767:Write_CVT -9768:WebPYuv444ToRgba_C -9769:WebPYuv444ToRgba4444_C -9770:WebPYuv444ToRgb_C -9771:WebPYuv444ToRgb565_C -9772:WebPYuv444ToBgra_C -9773:WebPYuv444ToBgr_C -9774:WebPYuv444ToArgb_C -9775:WebPRescalerImportRowShrink_C -9776:WebPRescalerImportRowExpand_C -9777:WebPRescalerExportRowShrink_C -9778:WebPRescalerExportRowExpand_C -9779:WebPMultRow_C -9780:WebPMultARGBRow_C -9781:WebPConvertRGBA32ToUV_C -9782:WebPConvertARGBToUV_C -9783:WebGLTextureImageGenerator::~WebGLTextureImageGenerator\28\29_892 -9784:WebGLTextureImageGenerator::generateExternalTexture\28GrRecordingContext*\2c\20skgpu::Mipmapped\29 -9785:Vertish_SkAntiHairBlitter::drawLine\28int\2c\20int\2c\20int\2c\20int\29 -9786:Vertish_SkAntiHairBlitter::drawCap\28int\2c\20int\2c\20int\2c\20int\29 -9787:VerticalUnfilter_C -9788:VerticalFilter_C -9789:VertState::Triangles\28VertState*\29 -9790:VertState::TrianglesX\28VertState*\29 -9791:VertState::TriangleStrip\28VertState*\29 -9792:VertState::TriangleStripX\28VertState*\29 -9793:VertState::TriangleFan\28VertState*\29 -9794:VertState::TriangleFanX\28VertState*\29 -9795:VR4_C -9796:VP8LTransformColorInverse_C -9797:VP8LPredictor9_C -9798:VP8LPredictor8_C -9799:VP8LPredictor7_C -9800:VP8LPredictor6_C -9801:VP8LPredictor5_C -9802:VP8LPredictor4_C -9803:VP8LPredictor3_C -9804:VP8LPredictor2_C -9805:VP8LPredictor1_C -9806:VP8LPredictor13_C -9807:VP8LPredictor12_C -9808:VP8LPredictor11_C -9809:VP8LPredictor10_C -9810:VP8LPredictor0_C -9811:VP8LConvertBGRAToRGB_C -9812:VP8LConvertBGRAToRGBA_C -9813:VP8LConvertBGRAToRGBA4444_C -9814:VP8LConvertBGRAToRGB565_C -9815:VP8LConvertBGRAToBGR_C -9816:VP8LAddGreenToBlueAndRed_C -9817:VLine_SkAntiHairBlitter::drawLine\28int\2c\20int\2c\20int\2c\20int\29 -9818:VLine_SkAntiHairBlitter::drawCap\28int\2c\20int\2c\20int\2c\20int\29 -9819:VL4_C -9820:VFilter8i_C -9821:VFilter8_C -9822:VFilter16i_C -9823:VFilter16_C -9824:VE8uv_C -9825:VE4_C -9826:VE16_C -9827:UpsampleRgbaLinePair_C -9828:UpsampleRgba4444LinePair_C -9829:UpsampleRgbLinePair_C -9830:UpsampleRgb565LinePair_C -9831:UpsampleBgraLinePair_C -9832:UpsampleBgrLinePair_C -9833:UpsampleArgbLinePair_C -9834:UnresolvedCodepoints\28skia::textlayout::Paragraph&\29 -9835:UnicodeString_charAt\28int\2c\20void*\29 -9836:TransformWHT_C -9837:TransformUV_C -9838:TransformTwo_C -9839:TransformDC_C -9840:TransformDCUV_C -9841:TransformAC3_C -9842:ToSVGString\28SkPath\20const&\29 -9843:ToCmds\28SkPath\20const&\29 -9844:TT_Set_MM_Blend -9845:TT_RunIns -9846:TT_Load_Simple_Glyph -9847:TT_Load_Glyph_Header -9848:TT_Load_Composite_Glyph -9849:TT_Get_Var_Design -9850:TT_Get_MM_Blend -9851:TT_Forget_Glyph_Frame -9852:TT_Access_Glyph_Frame -9853:TM8uv_C -9854:TM4_C -9855:TM16_C -9856:Sync -9857:SquareCapper\28SkPathBuilder*\2c\20SkPoint\20const&\2c\20SkPoint\20const&\2c\20SkPoint\20const&\2c\20bool\29 -9858:Sprite_D32_S32::blitRect\28int\2c\20int\2c\20int\2c\20int\29 -9859:SkWuffsFrameHolder::onGetFrame\28int\29\20const -9860:SkWuffsCodec::~SkWuffsCodec\28\29_13423 -9861:SkWuffsCodec::~SkWuffsCodec\28\29 -9862:SkWuffsCodec::onIsAnimated\28\29 -9863:SkWuffsCodec::onIncrementalDecode\28int*\29 -9864:SkWuffsCodec::onGetRepetitionCount\28\29 -9865:SkWuffsCodec::onGetPixels\28SkImageInfo\20const&\2c\20void*\2c\20unsigned\20long\2c\20SkCodec::Options\20const&\2c\20int*\29 -9866:SkWuffsCodec::onGetFrameInfo\28int\2c\20SkCodec::FrameInfo*\29\20const -9867:SkWuffsCodec::onGetFrameCount\28\29 -9868:SkWuffsCodec::getFrameHolder\28\29\20const -9869:SkWuffsCodec::getEncodedData\28\29\20const -9870:SkWriteICCProfile\28skcms_TransferFunction\20const&\2c\20skcms_Matrix3x3\20const&\29 -9871:SkWebpDecoder::Decode\28std::__2::unique_ptr>\2c\20SkCodec::Result*\2c\20void*\29 -9872:SkWebpCodec::~SkWebpCodec\28\29_13102 -9873:SkWebpCodec::~SkWebpCodec\28\29 -9874:SkWebpCodec::onIsAnimated\28\29 -9875:SkWebpCodec::onGetValidSubset\28SkIRect*\29\20const -9876:SkWebpCodec::onGetRepetitionCount\28\29 -9877:SkWebpCodec::onGetPixels\28SkImageInfo\20const&\2c\20void*\2c\20unsigned\20long\2c\20SkCodec::Options\20const&\2c\20int*\29 -9878:SkWebpCodec::onGetFrameInfo\28int\2c\20SkCodec::FrameInfo*\29\20const -9879:SkWebpCodec::onGetFrameCount\28\29 -9880:SkWebpCodec::getFrameHolder\28\29\20const -9881:SkWebpCodec::FrameHolder::~FrameHolder\28\29_13100 -9882:SkWebpCodec::FrameHolder::~FrameHolder\28\29 -9883:SkWebpCodec::FrameHolder::onGetFrame\28int\29\20const -9884:SkWeakRefCnt::internal_dispose\28\29\20const -9885:SkWbmpDecoder::Decode\28std::__2::unique_ptr>\2c\20SkCodec::Result*\2c\20void*\29 -9886:SkWbmpCodec::~SkWbmpCodec\28\29_5763 -9887:SkWbmpCodec::~SkWbmpCodec\28\29 -9888:SkWbmpCodec::onStartScanlineDecode\28SkImageInfo\20const&\2c\20SkCodec::Options\20const&\29 -9889:SkWbmpCodec::onSkipScanlines\28int\29 -9890:SkWbmpCodec::onRewind\28\29 -9891:SkWbmpCodec::onGetScanlines\28void*\2c\20int\2c\20unsigned\20long\29 -9892:SkWbmpCodec::onGetPixels\28SkImageInfo\20const&\2c\20void*\2c\20unsigned\20long\2c\20SkCodec::Options\20const&\2c\20int*\29 -9893:SkWbmpCodec::getSampler\28bool\29 -9894:SkWbmpCodec::conversionSupported\28SkImageInfo\20const&\2c\20bool\2c\20bool\29 -9895:SkVertices::Builder*\20emscripten::internal::operator_new\28SkVertices::VertexMode&&\2c\20int&&\2c\20int&&\2c\20unsigned\20int&&\29 -9896:SkUserTypeface::~SkUserTypeface\28\29_5057 -9897:SkUserTypeface::~SkUserTypeface\28\29 -9898:SkUserTypeface::onOpenStream\28int*\29\20const -9899:SkUserTypeface::onGetUPEM\28\29\20const -9900:SkUserTypeface::onGetFontDescriptor\28SkFontDescriptor*\2c\20bool*\29\20const -9901:SkUserTypeface::onGetFamilyName\28SkString*\29\20const -9902:SkUserTypeface::onFilterRec\28SkScalerContextRec*\29\20const -9903:SkUserTypeface::onCreateScalerContext\28SkScalerContextEffects\20const&\2c\20SkDescriptor\20const*\29\20const -9904:SkUserTypeface::onCountGlyphs\28\29\20const -9905:SkUserTypeface::onComputeBounds\28SkRect*\29\20const -9906:SkUserTypeface::onCharsToGlyphs\28SkSpan\2c\20SkSpan\29\20const -9907:SkUserTypeface::getGlyphToUnicodeMap\28SkSpan\29\20const -9908:SkUserScalerContext::~SkUserScalerContext\28\29 -9909:SkUserScalerContext::generatePath\28SkGlyph\20const&\2c\20SkPath*\2c\20bool*\29 -9910:SkUserScalerContext::generateMetrics\28SkGlyph\20const&\2c\20SkArenaAlloc*\29 -9911:SkUserScalerContext::generateImage\28SkGlyph\20const&\2c\20void*\29 -9912:SkUserScalerContext::generateFontMetrics\28SkFontMetrics*\29 -9913:SkUserScalerContext::generateDrawable\28SkGlyph\20const&\29::DrawableMatrixWrapper::~DrawableMatrixWrapper\28\29_5077 -9914:SkUserScalerContext::generateDrawable\28SkGlyph\20const&\29::DrawableMatrixWrapper::~DrawableMatrixWrapper\28\29 -9915:SkUserScalerContext::generateDrawable\28SkGlyph\20const&\29::DrawableMatrixWrapper::onGetBounds\28\29 -9916:SkUserScalerContext::generateDrawable\28SkGlyph\20const&\29::DrawableMatrixWrapper::onDraw\28SkCanvas*\29 -9917:SkUserScalerContext::generateDrawable\28SkGlyph\20const&\29::DrawableMatrixWrapper::onApproximateBytesUsed\28\29 -9918:SkUserScalerContext::generateDrawable\28SkGlyph\20const&\29 -9919:SkUnicode_icu::~SkUnicode_icu\28\29_8142 -9920:SkUnicode_icu::~SkUnicode_icu\28\29 -9921:SkUnicode_icu::toUpper\28SkString\20const&\2c\20char\20const*\29 -9922:SkUnicode_icu::toUpper\28SkString\20const&\29 -9923:SkUnicode_icu::reorderVisual\28unsigned\20char\20const*\2c\20int\2c\20int*\29 -9924:SkUnicode_icu::makeBreakIterator\28char\20const*\2c\20SkUnicode::BreakType\29 -9925:SkUnicode_icu::makeBreakIterator\28SkUnicode::BreakType\29 -9926:SkUnicode_icu::makeBidiIterator\28unsigned\20short\20const*\2c\20int\2c\20SkBidiIterator::Direction\29 -9927:SkUnicode_icu::makeBidiIterator\28char\20const*\2c\20int\2c\20SkBidiIterator::Direction\29 -9928:SkUnicode_icu::isWhitespace\28int\29 -9929:SkUnicode_icu::isTabulation\28int\29 -9930:SkUnicode_icu::isSpace\28int\29 -9931:SkUnicode_icu::isRegionalIndicator\28int\29 -9932:SkUnicode_icu::isIdeographic\28int\29 -9933:SkUnicode_icu::isHardBreak\28int\29 -9934:SkUnicode_icu::isEmoji\28int\29 -9935:SkUnicode_icu::isEmojiModifier\28int\29 -9936:SkUnicode_icu::isEmojiModifierBase\28int\29 -9937:SkUnicode_icu::isEmojiComponent\28int\29 -9938:SkUnicode_icu::isControl\28int\29 -9939:SkUnicode_icu::getWords\28char\20const*\2c\20int\2c\20char\20const*\2c\20std::__2::vector>*\29 -9940:SkUnicode_icu::getUtf8Words\28char\20const*\2c\20int\2c\20char\20const*\2c\20std::__2::vector>*\29 -9941:SkUnicode_icu::getSentences\28char\20const*\2c\20int\2c\20char\20const*\2c\20std::__2::vector>*\29 -9942:SkUnicode_icu::getBidiRegions\28char\20const*\2c\20int\2c\20SkUnicode::TextDirection\2c\20std::__2::vector>*\29 -9943:SkUnicode_icu::computeCodeUnitFlags\28char16_t*\2c\20int\2c\20bool\2c\20skia_private::TArray*\29 -9944:SkUnicode_icu::computeCodeUnitFlags\28char*\2c\20int\2c\20bool\2c\20skia_private::TArray*\29 -9945:SkUnicodeBidiRunIterator::~SkUnicodeBidiRunIterator\28\29_14934 -9946:SkUnicodeBidiRunIterator::~SkUnicodeBidiRunIterator\28\29 -9947:SkUnicodeBidiRunIterator::endOfCurrentRun\28\29\20const -9948:SkUnicodeBidiRunIterator::currentLevel\28\29\20const -9949:SkUnicodeBidiRunIterator::consume\28\29 -9950:SkUnicodeBidiRunIterator::atEnd\28\29\20const -9951:SkTypeface_FreeTypeStream::~SkTypeface_FreeTypeStream\28\29_8313 -9952:SkTypeface_FreeTypeStream::~SkTypeface_FreeTypeStream\28\29 -9953:SkTypeface_FreeTypeStream::onOpenStream\28int*\29\20const -9954:SkTypeface_FreeTypeStream::onMakeFontData\28\29\20const -9955:SkTypeface_FreeTypeStream::onMakeClone\28SkFontArguments\20const&\29\20const -9956:SkTypeface_FreeTypeStream::onGetFontDescriptor\28SkFontDescriptor*\2c\20bool*\29\20const -9957:SkTypeface_FreeType::onGlyphMaskNeedsCurrentColor\28\29\20const -9958:SkTypeface_FreeType::onGetVariationDesignPosition\28SkSpan\29\20const -9959:SkTypeface_FreeType::onGetVariationDesignParameters\28SkSpan\29\20const -9960:SkTypeface_FreeType::onGetUPEM\28\29\20const -9961:SkTypeface_FreeType::onGetTableTags\28SkSpan\29\20const -9962:SkTypeface_FreeType::onGetTableData\28unsigned\20int\2c\20unsigned\20long\2c\20unsigned\20long\2c\20void*\29\20const -9963:SkTypeface_FreeType::onGetPostScriptName\28SkString*\29\20const -9964:SkTypeface_FreeType::onGetKerningPairAdjustments\28SkSpan\2c\20SkSpan\29\20const -9965:SkTypeface_FreeType::onGetAdvancedMetrics\28\29\20const -9966:SkTypeface_FreeType::onFilterRec\28SkScalerContextRec*\29\20const -9967:SkTypeface_FreeType::onCreateScalerContext\28SkScalerContextEffects\20const&\2c\20SkDescriptor\20const*\29\20const -9968:SkTypeface_FreeType::onCreateScalerContextAsProxyTypeface\28SkScalerContextEffects\20const&\2c\20SkDescriptor\20const*\2c\20SkTypeface*\29\20const -9969:SkTypeface_FreeType::onCreateFamilyNameIterator\28\29\20const -9970:SkTypeface_FreeType::onCountGlyphs\28\29\20const -9971:SkTypeface_FreeType::onCopyTableData\28unsigned\20int\29\20const -9972:SkTypeface_FreeType::onCharsToGlyphs\28SkSpan\2c\20SkSpan\29\20const -9973:SkTypeface_FreeType::getPostScriptGlyphNames\28SkString*\29\20const -9974:SkTypeface_FreeType::getGlyphToUnicodeMap\28SkSpan\29\20const -9975:SkTypeface_Empty::~SkTypeface_Empty\28\29 -9976:SkTypeface_Custom::~SkTypeface_Custom\28\29_8256 -9977:SkTypeface_Custom::onGetFontDescriptor\28SkFontDescriptor*\2c\20bool*\29\20const -9978:SkTypeface::onOpenExistingStream\28int*\29\20const -9979:SkTypeface::onCreateScalerContextAsProxyTypeface\28SkScalerContextEffects\20const&\2c\20SkDescriptor\20const*\2c\20SkTypeface*\29\20const -9980:SkTypeface::onCopyTableData\28unsigned\20int\29\20const -9981:SkTypeface::onComputeBounds\28SkRect*\29\20const -9982:SkTrimPE::onFilterPath\28SkPathBuilder*\2c\20SkPath\20const&\2c\20SkStrokeRec*\2c\20SkRect\20const*\2c\20SkMatrix\20const&\29\20const -9983:SkTrimPE::getTypeName\28\29\20const -9984:SkTriColorShader::type\28\29\20const -9985:SkTriColorShader::isOpaque\28\29\20const -9986:SkTriColorShader::appendStages\28SkStageRec\20const&\2c\20SkShaders::MatrixRec\20const&\29\20const -9987:SkTransformShader::type\28\29\20const -9988:SkTransformShader::appendStages\28SkStageRec\20const&\2c\20SkShaders::MatrixRec\20const&\29\20const -9989:SkTQuad::subDivide\28double\2c\20double\2c\20SkTCurve*\29\20const -9990:SkTQuad::setBounds\28SkDRect*\29\20const -9991:SkTQuad::ptAtT\28double\29\20const -9992:SkTQuad::make\28SkArenaAlloc&\29\20const -9993:SkTQuad::intersectRay\28SkIntersections*\2c\20SkDLine\20const&\29\20const -9994:SkTQuad::hullIntersects\28SkTCurve\20const&\2c\20bool*\29\20const -9995:SkTQuad::dxdyAtT\28double\29\20const -9996:SkTQuad::debugInit\28\29 -9997:SkTMaskGamma<3\2c\203\2c\203>::~SkTMaskGamma\28\29_4106 -9998:SkTMaskGamma<3\2c\203\2c\203>::~SkTMaskGamma\28\29 -9999:SkTCubic::subDivide\28double\2c\20double\2c\20SkTCurve*\29\20const -10000:SkTCubic::setBounds\28SkDRect*\29\20const -10001:SkTCubic::ptAtT\28double\29\20const -10002:SkTCubic::otherPts\28int\2c\20SkDPoint\20const**\29\20const -10003:SkTCubic::make\28SkArenaAlloc&\29\20const -10004:SkTCubic::intersectRay\28SkIntersections*\2c\20SkDLine\20const&\29\20const -10005:SkTCubic::hullIntersects\28SkTCurve\20const&\2c\20bool*\29\20const -10006:SkTCubic::hullIntersects\28SkDCubic\20const&\2c\20bool*\29\20const -10007:SkTCubic::dxdyAtT\28double\29\20const -10008:SkTCubic::debugInit\28\29 -10009:SkTCubic::controlsInside\28\29\20const -10010:SkTCubic::collapsed\28\29\20const -10011:SkTConic::subDivide\28double\2c\20double\2c\20SkTCurve*\29\20const -10012:SkTConic::setBounds\28SkDRect*\29\20const -10013:SkTConic::ptAtT\28double\29\20const -10014:SkTConic::make\28SkArenaAlloc&\29\20const -10015:SkTConic::intersectRay\28SkIntersections*\2c\20SkDLine\20const&\29\20const -10016:SkTConic::hullIntersects\28SkTCurve\20const&\2c\20bool*\29\20const -10017:SkTConic::hullIntersects\28SkDQuad\20const&\2c\20bool*\29\20const -10018:SkTConic::dxdyAtT\28double\29\20const -10019:SkTConic::debugInit\28\29 -10020:SkSynchronizedResourceCache::~SkSynchronizedResourceCache\28\29_4473 -10021:SkSynchronizedResourceCache::~SkSynchronizedResourceCache\28\29 -10022:SkSynchronizedResourceCache::visitAll\28void\20\28*\29\28SkResourceCache::Rec\20const&\2c\20void*\29\2c\20void*\29 -10023:SkSynchronizedResourceCache::setTotalByteLimit\28unsigned\20long\29 -10024:SkSynchronizedResourceCache::setSingleAllocationByteLimit\28unsigned\20long\29 -10025:SkSynchronizedResourceCache::purgeAll\28\29 -10026:SkSynchronizedResourceCache::newCachedData\28unsigned\20long\29 -10027:SkSynchronizedResourceCache::getTotalBytesUsed\28\29\20const -10028:SkSynchronizedResourceCache::getTotalByteLimit\28\29\20const -10029:SkSynchronizedResourceCache::getSingleAllocationByteLimit\28\29\20const -10030:SkSynchronizedResourceCache::getEffectiveSingleAllocationByteLimit\28\29\20const -10031:SkSynchronizedResourceCache::find\28SkResourceCache::Key\20const&\2c\20bool\20\28*\29\28SkResourceCache::Rec\20const&\2c\20void*\29\2c\20void*\29 -10032:SkSynchronizedResourceCache::dump\28\29\20const -10033:SkSynchronizedResourceCache::discardableFactory\28\29\20const -10034:SkSynchronizedResourceCache::add\28SkResourceCache::Rec*\2c\20void*\29 -10035:SkSwizzler::onSetSampleX\28int\29 -10036:SkSwizzler::fillWidth\28\29\20const -10037:SkSweepGradient::getTypeName\28\29\20const -10038:SkSweepGradient::flatten\28SkWriteBuffer&\29\20const -10039:SkSweepGradient::asGradient\28SkShaderBase::GradientInfo*\2c\20SkMatrix*\29\20const -10040:SkSweepGradient::appendGradientStages\28SkArenaAlloc*\2c\20SkRasterPipeline*\2c\20SkRasterPipeline*\29\20const -10041:SkSurface_Raster::~SkSurface_Raster\28\29_4844 -10042:SkSurface_Raster::~SkSurface_Raster\28\29 -10043:SkSurface_Raster::onWritePixels\28SkPixmap\20const&\2c\20int\2c\20int\29 -10044:SkSurface_Raster::onRestoreBackingMutability\28\29 -10045:SkSurface_Raster::onNewSurface\28SkImageInfo\20const&\29 -10046:SkSurface_Raster::onNewImageSnapshot\28SkIRect\20const*\29 -10047:SkSurface_Raster::onNewCanvas\28\29 -10048:SkSurface_Raster::onDraw\28SkCanvas*\2c\20float\2c\20float\2c\20SkSamplingOptions\20const&\2c\20SkPaint\20const*\29 -10049:SkSurface_Raster::onCopyOnWrite\28SkSurface::ContentChangeMode\29 -10050:SkSurface_Raster::imageInfo\28\29\20const -10051:SkSurface_Ganesh::~SkSurface_Ganesh\28\29_11874 -10052:SkSurface_Ganesh::~SkSurface_Ganesh\28\29 -10053:SkSurface_Ganesh::replaceBackendTexture\28GrBackendTexture\20const&\2c\20GrSurfaceOrigin\2c\20SkSurface::ContentChangeMode\2c\20void\20\28*\29\28void*\29\2c\20void*\29 -10054:SkSurface_Ganesh::onWritePixels\28SkPixmap\20const&\2c\20int\2c\20int\29 -10055:SkSurface_Ganesh::onWait\28int\2c\20GrBackendSemaphore\20const*\2c\20bool\29 -10056:SkSurface_Ganesh::onNewSurface\28SkImageInfo\20const&\29 -10057:SkSurface_Ganesh::onNewImageSnapshot\28SkIRect\20const*\29 -10058:SkSurface_Ganesh::onNewCanvas\28\29 -10059:SkSurface_Ganesh::onIsCompatible\28GrSurfaceCharacterization\20const&\29\20const -10060:SkSurface_Ganesh::onGetRecordingContext\28\29\20const -10061:SkSurface_Ganesh::onDraw\28SkCanvas*\2c\20float\2c\20float\2c\20SkSamplingOptions\20const&\2c\20SkPaint\20const*\29 -10062:SkSurface_Ganesh::onDiscard\28\29 -10063:SkSurface_Ganesh::onCopyOnWrite\28SkSurface::ContentChangeMode\29 -10064:SkSurface_Ganesh::onCharacterize\28GrSurfaceCharacterization*\29\20const -10065:SkSurface_Ganesh::onCapabilities\28\29 -10066:SkSurface_Ganesh::onAsyncRescaleAndReadPixels\28SkImageInfo\20const&\2c\20SkIRect\2c\20SkImage::RescaleGamma\2c\20SkImage::RescaleMode\2c\20void\20\28*\29\28void*\2c\20std::__2::unique_ptr>\29\2c\20void*\29 -10067:SkSurface_Ganesh::onAsyncRescaleAndReadPixelsYUV420\28SkYUVColorSpace\2c\20bool\2c\20sk_sp\2c\20SkIRect\2c\20SkISize\2c\20SkImage::RescaleGamma\2c\20SkImage::RescaleMode\2c\20void\20\28*\29\28void*\2c\20std::__2::unique_ptr>\29\2c\20void*\29 -10068:SkSurface_Ganesh::imageInfo\28\29\20const -10069:SkSurface_Base::onMakeTemporaryImage\28\29 -10070:SkSurface_Base::onAsyncRescaleAndReadPixels\28SkImageInfo\20const&\2c\20SkIRect\2c\20SkImage::RescaleGamma\2c\20SkImage::RescaleMode\2c\20void\20\28*\29\28void*\2c\20std::__2::unique_ptr>\29\2c\20void*\29 -10071:SkSurface::imageInfo\28\29\20const -10072:SkString*\20std::__2::vector>::__emplace_back_slow_path\28char\20const*&\2c\20int&&\29 -10073:SkStrikeCache::~SkStrikeCache\28\29_4352 -10074:SkStrikeCache::~SkStrikeCache\28\29 -10075:SkStrikeCache::findOrCreateScopedStrike\28SkStrikeSpec\20const&\29 -10076:SkStrike::~SkStrike\28\29_4339 -10077:SkStrike::strikePromise\28\29 -10078:SkStrike::roundingSpec\28\29\20const -10079:SkStrike::prepareForPath\28SkGlyph*\29 -10080:SkStrike::prepareForImage\28SkGlyph*\29 -10081:SkStrike::prepareForDrawable\28SkGlyph*\29 -10082:SkStrike::getDescriptor\28\29\20const -10083:SkSpriteBlitter_Memcpy::blitRect\28int\2c\20int\2c\20int\2c\20int\29 -10084:SkSpriteBlitter::~SkSpriteBlitter\28\29_1508 -10085:SkSpriteBlitter::setup\28SkPixmap\20const&\2c\20int\2c\20int\2c\20SkPaint\20const&\29 -10086:SkSpriteBlitter::blitV\28int\2c\20int\2c\20int\2c\20unsigned\20char\29 -10087:SkSpriteBlitter::blitMask\28SkMask\20const&\2c\20SkIRect\20const&\29 -10088:SkSpriteBlitter::blitH\28int\2c\20int\2c\20int\29 -10089:SkSpecialImage_Raster::~SkSpecialImage_Raster\28\29_4230 -10090:SkSpecialImage_Raster::~SkSpecialImage_Raster\28\29 -10091:SkSpecialImage_Raster::onMakeBackingStoreSubset\28SkIRect\20const&\29\20const -10092:SkSpecialImage_Raster::getSize\28\29\20const -10093:SkSpecialImage_Raster::backingStoreDimensions\28\29\20const -10094:SkSpecialImage_Raster::asShader\28SkTileMode\2c\20SkSamplingOptions\20const&\2c\20SkMatrix\20const&\2c\20bool\29\20const -10095:SkSpecialImage_Raster::asImage\28\29\20const -10096:SkSpecialImage_Gpu::~SkSpecialImage_Gpu\28\29_10920 -10097:SkSpecialImage_Gpu::~SkSpecialImage_Gpu\28\29 -10098:SkSpecialImage_Gpu::onMakeBackingStoreSubset\28SkIRect\20const&\29\20const -10099:SkSpecialImage_Gpu::getSize\28\29\20const -10100:SkSpecialImage_Gpu::backingStoreDimensions\28\29\20const -10101:SkSpecialImage_Gpu::asImage\28\29\20const -10102:SkSpecialImage::~SkSpecialImage\28\29 -10103:SkSpecialImage::asShader\28SkTileMode\2c\20SkSamplingOptions\20const&\2c\20SkMatrix\20const&\2c\20bool\29\20const -10104:SkShaper::TrivialLanguageRunIterator::~TrivialLanguageRunIterator\28\29_14927 -10105:SkShaper::TrivialLanguageRunIterator::~TrivialLanguageRunIterator\28\29 -10106:SkShaper::TrivialLanguageRunIterator::currentLanguage\28\29\20const -10107:SkShaper::TrivialFontRunIterator::~TrivialFontRunIterator\28\29_7699 -10108:SkShaper::TrivialFontRunIterator::~TrivialFontRunIterator\28\29 -10109:SkShaper::TrivialBiDiRunIterator::currentLevel\28\29\20const -10110:SkShaderBlurAlgorithm::maxSigma\28\29\20const -10111:SkShaderBlurAlgorithm::blur\28SkSize\2c\20sk_sp\2c\20SkIRect\20const&\2c\20SkTileMode\2c\20SkIRect\20const&\29\20const -10112:SkScan::HairSquarePath\28SkPath\20const&\2c\20SkRasterClip\20const&\2c\20SkBlitter*\29 -10113:SkScan::HairRoundPath\28SkPath\20const&\2c\20SkRasterClip\20const&\2c\20SkBlitter*\29 -10114:SkScan::HairPath\28SkPath\20const&\2c\20SkRasterClip\20const&\2c\20SkBlitter*\29 -10115:SkScan::AntiHairSquarePath\28SkPath\20const&\2c\20SkRasterClip\20const&\2c\20SkBlitter*\29 -10116:SkScan::AntiHairRoundPath\28SkPath\20const&\2c\20SkRasterClip\20const&\2c\20SkBlitter*\29 -10117:SkScan::AntiHairPath\28SkPath\20const&\2c\20SkRasterClip\20const&\2c\20SkBlitter*\29 -10118:SkScan::AntiFillPath\28SkPath\20const&\2c\20SkRasterClip\20const&\2c\20SkBlitter*\29 -10119:SkScalingCodec::onGetScaledDimensions\28float\29\20const -10120:SkScalingCodec::onDimensionsSupported\28SkISize\20const&\29 -10121:SkScalerContext_FreeType::~SkScalerContext_FreeType\28\29_8288 -10122:SkScalerContext_FreeType::~SkScalerContext_FreeType\28\29 -10123:SkScalerContext_FreeType::generatePath\28SkGlyph\20const&\2c\20SkPath*\2c\20bool*\29 -10124:SkScalerContext_FreeType::generateMetrics\28SkGlyph\20const&\2c\20SkArenaAlloc*\29 -10125:SkScalerContext_FreeType::generateImage\28SkGlyph\20const&\2c\20void*\29 -10126:SkScalerContext_FreeType::generateFontMetrics\28SkFontMetrics*\29 -10127:SkScalerContext_FreeType::generateDrawable\28SkGlyph\20const&\29 -10128:SkScalerContext::MakeEmpty\28SkTypeface&\2c\20SkScalerContextEffects\20const&\2c\20SkDescriptor\20const*\29::SkScalerContext_Empty::~SkScalerContext_Empty\28\29 -10129:SkScalerContext::MakeEmpty\28SkTypeface&\2c\20SkScalerContextEffects\20const&\2c\20SkDescriptor\20const*\29::SkScalerContext_Empty::generatePath\28SkGlyph\20const&\2c\20SkPath*\2c\20bool*\29 -10130:SkScalerContext::MakeEmpty\28SkTypeface&\2c\20SkScalerContextEffects\20const&\2c\20SkDescriptor\20const*\29::SkScalerContext_Empty::generateMetrics\28SkGlyph\20const&\2c\20SkArenaAlloc*\29 -10131:SkScalerContext::MakeEmpty\28SkTypeface&\2c\20SkScalerContextEffects\20const&\2c\20SkDescriptor\20const*\29::SkScalerContext_Empty::generateFontMetrics\28SkFontMetrics*\29 -10132:SkSampledCodec::onGetSampledDimensions\28int\29\20const -10133:SkSampledCodec::onGetAndroidPixels\28SkImageInfo\20const&\2c\20void*\2c\20unsigned\20long\2c\20SkAndroidCodec::AndroidOptions\20const&\29 -10134:SkSRGBColorSpaceLuminance::toLuma\28float\2c\20float\29\20const -10135:SkSRGBColorSpaceLuminance::fromLuma\28float\2c\20float\29\20const -10136:SkSL::simplify_componentwise\28SkSL::Context\20const&\2c\20SkSL::Position\2c\20SkSL::Expression\20const&\2c\20SkSL::Operator\2c\20SkSL::Expression\20const&\29::$_3::__invoke\28double\2c\20double\29 -10137:SkSL::simplify_componentwise\28SkSL::Context\20const&\2c\20SkSL::Position\2c\20SkSL::Expression\20const&\2c\20SkSL::Operator\2c\20SkSL::Expression\20const&\29::$_2::__invoke\28double\2c\20double\29 -10138:SkSL::simplify_componentwise\28SkSL::Context\20const&\2c\20SkSL::Position\2c\20SkSL::Expression\20const&\2c\20SkSL::Operator\2c\20SkSL::Expression\20const&\29::$_1::__invoke\28double\2c\20double\29 -10139:SkSL::simplify_componentwise\28SkSL::Context\20const&\2c\20SkSL::Position\2c\20SkSL::Expression\20const&\2c\20SkSL::Operator\2c\20SkSL::Expression\20const&\29::$_0::__invoke\28double\2c\20double\29 -10140:SkSL::remove_break_statements\28std::__2::unique_ptr>&\29::RemoveBreaksWriter::visitStatementPtr\28std::__2::unique_ptr>&\29 -10141:SkSL::hoist_vardecl_symbols_into_outer_scope\28SkSL::Context\20const&\2c\20SkSL::Block\20const&\2c\20SkSL::SymbolTable*\2c\20SkSL::SymbolTable*\29::SymbolHoister::visitStatement\28SkSL::Statement\20const&\29 -10142:SkSL::eliminate_unreachable_code\28SkSpan>>\2c\20SkSL::ProgramUsage*\29::UnreachableCodeEliminator::~UnreachableCodeEliminator\28\29_6968 -10143:SkSL::eliminate_unreachable_code\28SkSpan>>\2c\20SkSL::ProgramUsage*\29::UnreachableCodeEliminator::~UnreachableCodeEliminator\28\29 -10144:SkSL::eliminate_dead_local_variables\28SkSL::Context\20const&\2c\20SkSpan>>\2c\20SkSL::ProgramUsage*\29::DeadLocalVariableEliminator::~DeadLocalVariableEliminator\28\29_6961 -10145:SkSL::eliminate_dead_local_variables\28SkSL::Context\20const&\2c\20SkSpan>>\2c\20SkSL::ProgramUsage*\29::DeadLocalVariableEliminator::~DeadLocalVariableEliminator\28\29 -10146:SkSL::eliminate_dead_local_variables\28SkSL::Context\20const&\2c\20SkSpan>>\2c\20SkSL::ProgramUsage*\29::DeadLocalVariableEliminator::visitStatementPtr\28std::__2::unique_ptr>&\29 -10147:SkSL::eliminate_dead_local_variables\28SkSL::Context\20const&\2c\20SkSpan>>\2c\20SkSL::ProgramUsage*\29::DeadLocalVariableEliminator::visitExpressionPtr\28std::__2::unique_ptr>&\29 -10148:SkSL::count_returns_at_end_of_control_flow\28SkSL::FunctionDefinition\20const&\29::CountReturnsAtEndOfControlFlow::visitStatement\28SkSL::Statement\20const&\29 -10149:SkSL::\28anonymous\20namespace\29::VariableWriteVisitor::visitExpression\28SkSL::Expression\20const&\29 -10150:SkSL::\28anonymous\20namespace\29::SampleOutsideMainVisitor::visitProgramElement\28SkSL::ProgramElement\20const&\29 -10151:SkSL::\28anonymous\20namespace\29::SampleOutsideMainVisitor::visitExpression\28SkSL::Expression\20const&\29 -10152:SkSL::\28anonymous\20namespace\29::ReturnsNonOpaqueColorVisitor::visitStatement\28SkSL::Statement\20const&\29 -10153:SkSL::\28anonymous\20namespace\29::ReturnsInputAlphaVisitor::visitStatement\28SkSL::Statement\20const&\29 -10154:SkSL::\28anonymous\20namespace\29::ReturnsInputAlphaVisitor::visitProgramElement\28SkSL::ProgramElement\20const&\29 -10155:SkSL::\28anonymous\20namespace\29::ProgramUsageVisitor::visitStatement\28SkSL::Statement\20const&\29 -10156:SkSL::\28anonymous\20namespace\29::NodeCountVisitor::visitStatement\28SkSL::Statement\20const&\29 -10157:SkSL::\28anonymous\20namespace\29::NodeCountVisitor::visitProgramElement\28SkSL::ProgramElement\20const&\29 -10158:SkSL::\28anonymous\20namespace\29::NodeCountVisitor::visitExpression\28SkSL::Expression\20const&\29 -10159:SkSL::\28anonymous\20namespace\29::MergeSampleUsageVisitor::visitProgramElement\28SkSL::ProgramElement\20const&\29 -10160:SkSL::\28anonymous\20namespace\29::MergeSampleUsageVisitor::visitExpression\28SkSL::Expression\20const&\29 -10161:SkSL::\28anonymous\20namespace\29::FinalizationVisitor::~FinalizationVisitor\28\29_6074 -10162:SkSL::\28anonymous\20namespace\29::FinalizationVisitor::~FinalizationVisitor\28\29 -10163:SkSL::\28anonymous\20namespace\29::FinalizationVisitor::visitExpression\28SkSL::Expression\20const&\29 -10164:SkSL::\28anonymous\20namespace\29::ES2IndexingVisitor::~ES2IndexingVisitor\28\29_6099 -10165:SkSL::\28anonymous\20namespace\29::ES2IndexingVisitor::~ES2IndexingVisitor\28\29 -10166:SkSL::\28anonymous\20namespace\29::ES2IndexingVisitor::visitStatement\28SkSL::Statement\20const&\29 -10167:SkSL::\28anonymous\20namespace\29::ES2IndexingVisitor::visitExpression\28SkSL::Expression\20const&\29 -10168:SkSL::VectorType::isOrContainsBool\28\29\20const -10169:SkSL::VectorType::isAllowedInUniform\28SkSL::Position*\29\20const -10170:SkSL::VectorType::isAllowedInES2\28\29\20const -10171:SkSL::VariableReference::clone\28SkSL::Position\29\20const -10172:SkSL::Variable::~Variable\28\29_6911 -10173:SkSL::Variable::~Variable\28\29 -10174:SkSL::Variable::setInterfaceBlock\28SkSL::InterfaceBlock*\29 -10175:SkSL::Variable::mangledName\28\29\20const -10176:SkSL::Variable::layout\28\29\20const -10177:SkSL::Variable::description\28\29\20const -10178:SkSL::VarDeclaration::~VarDeclaration\28\29_6909 -10179:SkSL::VarDeclaration::~VarDeclaration\28\29 -10180:SkSL::VarDeclaration::description\28\29\20const -10181:SkSL::TypeReference::clone\28SkSL::Position\29\20const -10182:SkSL::Type::minimumValue\28\29\20const -10183:SkSL::Type::maximumValue\28\29\20const -10184:SkSL::Type::matches\28SkSL::Type\20const&\29\20const -10185:SkSL::Type::isAllowedInUniform\28SkSL::Position*\29\20const -10186:SkSL::Type::fields\28\29\20const -10187:SkSL::Transform::HoistSwitchVarDeclarationsAtTopLevel\28SkSL::Context\20const&\2c\20skia_private::STArray<2\2c\20std::__2::unique_ptr>\2c\20true>&\2c\20SkSL::SymbolTable&\2c\20SkSL::Position\29::HoistSwitchVarDeclsVisitor::~HoistSwitchVarDeclsVisitor\28\29_6994 -10188:SkSL::Transform::HoistSwitchVarDeclarationsAtTopLevel\28SkSL::Context\20const&\2c\20skia_private::STArray<2\2c\20std::__2::unique_ptr>\2c\20true>&\2c\20SkSL::SymbolTable&\2c\20SkSL::Position\29::HoistSwitchVarDeclsVisitor::~HoistSwitchVarDeclsVisitor\28\29 -10189:SkSL::Transform::HoistSwitchVarDeclarationsAtTopLevel\28SkSL::Context\20const&\2c\20skia_private::STArray<2\2c\20std::__2::unique_ptr>\2c\20true>&\2c\20SkSL::SymbolTable&\2c\20SkSL::Position\29::HoistSwitchVarDeclsVisitor::visitStatementPtr\28std::__2::unique_ptr>&\29 -10190:SkSL::Tracer::var\28int\2c\20int\29 -10191:SkSL::Tracer::scope\28int\29 -10192:SkSL::Tracer::line\28int\29 -10193:SkSL::Tracer::exit\28int\29 -10194:SkSL::Tracer::enter\28int\29 -10195:SkSL::TextureType::textureAccess\28\29\20const -10196:SkSL::TextureType::isMultisampled\28\29\20const -10197:SkSL::TextureType::isDepth\28\29\20const -10198:SkSL::TernaryExpression::~TernaryExpression\28\29_6694 -10199:SkSL::TernaryExpression::~TernaryExpression\28\29 -10200:SkSL::TernaryExpression::description\28SkSL::OperatorPrecedence\29\20const -10201:SkSL::TernaryExpression::clone\28SkSL::Position\29\20const -10202:SkSL::TProgramVisitor::visitExpression\28SkSL::Expression&\29 -10203:SkSL::Swizzle::description\28SkSL::OperatorPrecedence\29\20const -10204:SkSL::Swizzle::clone\28SkSL::Position\29\20const -10205:SkSL::SwitchStatement::description\28\29\20const -10206:SkSL::SwitchCase::description\28\29\20const -10207:SkSL::StructType::slotType\28unsigned\20long\29\20const -10208:SkSL::StructType::isOrContainsUnsizedArray\28\29\20const -10209:SkSL::StructType::isOrContainsBool\28\29\20const -10210:SkSL::StructType::isOrContainsAtomic\28\29\20const -10211:SkSL::StructType::isOrContainsArray\28\29\20const -10212:SkSL::StructType::isInterfaceBlock\28\29\20const -10213:SkSL::StructType::isBuiltin\28\29\20const -10214:SkSL::StructType::isAllowedInUniform\28SkSL::Position*\29\20const -10215:SkSL::StructType::isAllowedInES2\28\29\20const -10216:SkSL::StructType::fields\28\29\20const -10217:SkSL::StructDefinition::description\28\29\20const -10218:SkSL::StringStream::~StringStream\28\29_12831 -10219:SkSL::StringStream::~StringStream\28\29 -10220:SkSL::StringStream::write\28void\20const*\2c\20unsigned\20long\29 -10221:SkSL::StringStream::writeText\28char\20const*\29 -10222:SkSL::StringStream::write8\28unsigned\20char\29 -10223:SkSL::SingleArgumentConstructor::~SingleArgumentConstructor\28\29 -10224:SkSL::Setting::description\28SkSL::OperatorPrecedence\29\20const -10225:SkSL::Setting::clone\28SkSL::Position\29\20const -10226:SkSL::ScalarType::priority\28\29\20const -10227:SkSL::ScalarType::numberKind\28\29\20const -10228:SkSL::ScalarType::minimumValue\28\29\20const -10229:SkSL::ScalarType::maximumValue\28\29\20const -10230:SkSL::ScalarType::isOrContainsBool\28\29\20const -10231:SkSL::ScalarType::isAllowedInUniform\28SkSL::Position*\29\20const -10232:SkSL::ScalarType::isAllowedInES2\28\29\20const -10233:SkSL::ScalarType::bitWidth\28\29\20const -10234:SkSL::SamplerType::textureAccess\28\29\20const -10235:SkSL::SamplerType::isMultisampled\28\29\20const -10236:SkSL::SamplerType::isDepth\28\29\20const -10237:SkSL::SamplerType::isArrayedTexture\28\29\20const -10238:SkSL::SamplerType::dimensions\28\29\20const -10239:SkSL::ReturnStatement::description\28\29\20const -10240:SkSL::RP::VariableLValue::store\28SkSL::RP::Generator*\2c\20SkSL::RP::SlotRange\2c\20SkSL::RP::AutoStack*\2c\20SkSpan\29 -10241:SkSL::RP::VariableLValue::push\28SkSL::RP::Generator*\2c\20SkSL::RP::SlotRange\2c\20SkSL::RP::AutoStack*\2c\20SkSpan\29 -10242:SkSL::RP::VariableLValue::isWritable\28\29\20const -10243:SkSL::RP::VariableLValue::fixedSlotRange\28SkSL::RP::Generator*\29 -10244:SkSL::RP::UnownedLValueSlice::store\28SkSL::RP::Generator*\2c\20SkSL::RP::SlotRange\2c\20SkSL::RP::AutoStack*\2c\20SkSpan\29 -10245:SkSL::RP::UnownedLValueSlice::push\28SkSL::RP::Generator*\2c\20SkSL::RP::SlotRange\2c\20SkSL::RP::AutoStack*\2c\20SkSpan\29 -10246:SkSL::RP::UnownedLValueSlice::fixedSlotRange\28SkSL::RP::Generator*\29 -10247:SkSL::RP::SwizzleLValue::~SwizzleLValue\28\29_6326 -10248:SkSL::RP::SwizzleLValue::~SwizzleLValue\28\29 -10249:SkSL::RP::SwizzleLValue::swizzle\28\29 -10250:SkSL::RP::SwizzleLValue::store\28SkSL::RP::Generator*\2c\20SkSL::RP::SlotRange\2c\20SkSL::RP::AutoStack*\2c\20SkSpan\29 -10251:SkSL::RP::SwizzleLValue::push\28SkSL::RP::Generator*\2c\20SkSL::RP::SlotRange\2c\20SkSL::RP::AutoStack*\2c\20SkSpan\29 -10252:SkSL::RP::SwizzleLValue::fixedSlotRange\28SkSL::RP::Generator*\29 -10253:SkSL::RP::ScratchLValue::~ScratchLValue\28\29_6340 -10254:SkSL::RP::ScratchLValue::~ScratchLValue\28\29 -10255:SkSL::RP::ScratchLValue::push\28SkSL::RP::Generator*\2c\20SkSL::RP::SlotRange\2c\20SkSL::RP::AutoStack*\2c\20SkSpan\29 -10256:SkSL::RP::ScratchLValue::fixedSlotRange\28SkSL::RP::Generator*\29 -10257:SkSL::RP::LValueSlice::~LValueSlice\28\29_6324 -10258:SkSL::RP::LValueSlice::~LValueSlice\28\29 -10259:SkSL::RP::LValue::~LValue\28\29_6316 -10260:SkSL::RP::ImmutableLValue::push\28SkSL::RP::Generator*\2c\20SkSL::RP::SlotRange\2c\20SkSL::RP::AutoStack*\2c\20SkSpan\29 -10261:SkSL::RP::ImmutableLValue::fixedSlotRange\28SkSL::RP::Generator*\29 -10262:SkSL::RP::DynamicIndexLValue::~DynamicIndexLValue\28\29_6333 -10263:SkSL::RP::DynamicIndexLValue::store\28SkSL::RP::Generator*\2c\20SkSL::RP::SlotRange\2c\20SkSL::RP::AutoStack*\2c\20SkSpan\29 -10264:SkSL::RP::DynamicIndexLValue::push\28SkSL::RP::Generator*\2c\20SkSL::RP::SlotRange\2c\20SkSL::RP::AutoStack*\2c\20SkSpan\29 -10265:SkSL::RP::DynamicIndexLValue::isWritable\28\29\20const -10266:SkSL::RP::DynamicIndexLValue::fixedSlotRange\28SkSL::RP::Generator*\29 -10267:SkSL::ProgramVisitor::visitStatementPtr\28std::__2::unique_ptr>\20const&\29 -10268:SkSL::ProgramVisitor::visitExpressionPtr\28std::__2::unique_ptr>\20const&\29 -10269:SkSL::PrefixExpression::~PrefixExpression\28\29_6624 -10270:SkSL::PrefixExpression::~PrefixExpression\28\29 -10271:SkSL::PrefixExpression::description\28SkSL::OperatorPrecedence\29\20const -10272:SkSL::PrefixExpression::clone\28SkSL::Position\29\20const -10273:SkSL::PostfixExpression::description\28SkSL::OperatorPrecedence\29\20const -10274:SkSL::PostfixExpression::clone\28SkSL::Position\29\20const -10275:SkSL::Poison::description\28SkSL::OperatorPrecedence\29\20const -10276:SkSL::Poison::clone\28SkSL::Position\29\20const -10277:SkSL::PipelineStage::Callbacks::getMainName\28\29 -10278:SkSL::Parser::Checkpoint::ForwardingErrorReporter::~ForwardingErrorReporter\28\29_6027 -10279:SkSL::Parser::Checkpoint::ForwardingErrorReporter::~ForwardingErrorReporter\28\29 -10280:SkSL::Parser::Checkpoint::ForwardingErrorReporter::handleError\28std::__2::basic_string_view>\2c\20SkSL::Position\29 -10281:SkSL::Nop::description\28\29\20const -10282:SkSL::MultiArgumentConstructor::~MultiArgumentConstructor\28\29 -10283:SkSL::ModifiersDeclaration::description\28\29\20const -10284:SkSL::MethodReference::description\28SkSL::OperatorPrecedence\29\20const -10285:SkSL::MethodReference::clone\28SkSL::Position\29\20const -10286:SkSL::MatrixType::slotCount\28\29\20const -10287:SkSL::MatrixType::rows\28\29\20const -10288:SkSL::MatrixType::isAllowedInES2\28\29\20const -10289:SkSL::LiteralType::minimumValue\28\29\20const -10290:SkSL::LiteralType::maximumValue\28\29\20const -10291:SkSL::LiteralType::isOrContainsBool\28\29\20const -10292:SkSL::Literal::getConstantValue\28int\29\20const -10293:SkSL::Literal::description\28SkSL::OperatorPrecedence\29\20const -10294:SkSL::Literal::compareConstant\28SkSL::Expression\20const&\29\20const -10295:SkSL::Literal::clone\28SkSL::Position\29\20const -10296:SkSL::Intrinsics::\28anonymous\20namespace\29::evaluate_uintBitsToFloat\28double\2c\20double\2c\20double\29 -10297:SkSL::Intrinsics::\28anonymous\20namespace\29::evaluate_trunc\28double\2c\20double\2c\20double\29 -10298:SkSL::Intrinsics::\28anonymous\20namespace\29::evaluate_tanh\28double\2c\20double\2c\20double\29 -10299:SkSL::Intrinsics::\28anonymous\20namespace\29::evaluate_tan\28double\2c\20double\2c\20double\29 -10300:SkSL::Intrinsics::\28anonymous\20namespace\29::evaluate_step\28double\2c\20double\2c\20double\29 -10301:SkSL::Intrinsics::\28anonymous\20namespace\29::evaluate_sqrt\28double\2c\20double\2c\20double\29 -10302:SkSL::Intrinsics::\28anonymous\20namespace\29::evaluate_smoothstep\28double\2c\20double\2c\20double\29 -10303:SkSL::Intrinsics::\28anonymous\20namespace\29::evaluate_sinh\28double\2c\20double\2c\20double\29 -10304:SkSL::Intrinsics::\28anonymous\20namespace\29::evaluate_sin\28double\2c\20double\2c\20double\29 -10305:SkSL::Intrinsics::\28anonymous\20namespace\29::evaluate_saturate\28double\2c\20double\2c\20double\29 -10306:SkSL::Intrinsics::\28anonymous\20namespace\29::evaluate_radians\28double\2c\20double\2c\20double\29 -10307:SkSL::Intrinsics::\28anonymous\20namespace\29::evaluate_pow\28double\2c\20double\2c\20double\29 -10308:SkSL::Intrinsics::\28anonymous\20namespace\29::evaluate_mod\28double\2c\20double\2c\20double\29 -10309:SkSL::Intrinsics::\28anonymous\20namespace\29::evaluate_mix\28double\2c\20double\2c\20double\29 -10310:SkSL::Intrinsics::\28anonymous\20namespace\29::evaluate_min\28double\2c\20double\2c\20double\29 -10311:SkSL::Intrinsics::\28anonymous\20namespace\29::evaluate_max\28double\2c\20double\2c\20double\29 -10312:SkSL::Intrinsics::\28anonymous\20namespace\29::evaluate_matrixCompMult\28double\2c\20double\2c\20double\29 -10313:SkSL::Intrinsics::\28anonymous\20namespace\29::evaluate_log\28double\2c\20double\2c\20double\29 -10314:SkSL::Intrinsics::\28anonymous\20namespace\29::evaluate_log2\28double\2c\20double\2c\20double\29 -10315:SkSL::Intrinsics::\28anonymous\20namespace\29::evaluate_inversesqrt\28double\2c\20double\2c\20double\29 -10316:SkSL::Intrinsics::\28anonymous\20namespace\29::evaluate_intBitsToFloat\28double\2c\20double\2c\20double\29 -10317:SkSL::Intrinsics::\28anonymous\20namespace\29::evaluate_fract\28double\2c\20double\2c\20double\29 -10318:SkSL::Intrinsics::\28anonymous\20namespace\29::evaluate_fma\28double\2c\20double\2c\20double\29 -10319:SkSL::Intrinsics::\28anonymous\20namespace\29::evaluate_floor\28double\2c\20double\2c\20double\29 -10320:SkSL::Intrinsics::\28anonymous\20namespace\29::evaluate_floatBitsToUint\28double\2c\20double\2c\20double\29 -10321:SkSL::Intrinsics::\28anonymous\20namespace\29::evaluate_floatBitsToInt\28double\2c\20double\2c\20double\29 -10322:SkSL::Intrinsics::\28anonymous\20namespace\29::evaluate_exp\28double\2c\20double\2c\20double\29 -10323:SkSL::Intrinsics::\28anonymous\20namespace\29::evaluate_exp2\28double\2c\20double\2c\20double\29 -10324:SkSL::Intrinsics::\28anonymous\20namespace\29::evaluate_degrees\28double\2c\20double\2c\20double\29 -10325:SkSL::Intrinsics::\28anonymous\20namespace\29::evaluate_cosh\28double\2c\20double\2c\20double\29 -10326:SkSL::Intrinsics::\28anonymous\20namespace\29::evaluate_cos\28double\2c\20double\2c\20double\29 -10327:SkSL::Intrinsics::\28anonymous\20namespace\29::evaluate_clamp\28double\2c\20double\2c\20double\29 -10328:SkSL::Intrinsics::\28anonymous\20namespace\29::evaluate_ceil\28double\2c\20double\2c\20double\29 -10329:SkSL::Intrinsics::\28anonymous\20namespace\29::evaluate_atanh\28double\2c\20double\2c\20double\29 -10330:SkSL::Intrinsics::\28anonymous\20namespace\29::evaluate_atan\28double\2c\20double\2c\20double\29 -10331:SkSL::Intrinsics::\28anonymous\20namespace\29::evaluate_atan2\28double\2c\20double\2c\20double\29 -10332:SkSL::Intrinsics::\28anonymous\20namespace\29::evaluate_asinh\28double\2c\20double\2c\20double\29 -10333:SkSL::Intrinsics::\28anonymous\20namespace\29::evaluate_asin\28double\2c\20double\2c\20double\29 -10334:SkSL::Intrinsics::\28anonymous\20namespace\29::evaluate_acosh\28double\2c\20double\2c\20double\29 -10335:SkSL::Intrinsics::\28anonymous\20namespace\29::evaluate_acos\28double\2c\20double\2c\20double\29 -10336:SkSL::Intrinsics::\28anonymous\20namespace\29::evaluate_abs\28double\2c\20double\2c\20double\29 -10337:SkSL::Intrinsics::\28anonymous\20namespace\29::compare_notEqual\28double\2c\20double\29 -10338:SkSL::Intrinsics::\28anonymous\20namespace\29::compare_lessThan\28double\2c\20double\29 -10339:SkSL::Intrinsics::\28anonymous\20namespace\29::compare_lessThanEqual\28double\2c\20double\29 -10340:SkSL::Intrinsics::\28anonymous\20namespace\29::compare_greaterThan\28double\2c\20double\29 -10341:SkSL::Intrinsics::\28anonymous\20namespace\29::compare_greaterThanEqual\28double\2c\20double\29 -10342:SkSL::Intrinsics::\28anonymous\20namespace\29::compare_equal\28double\2c\20double\29 -10343:SkSL::Intrinsics::\28anonymous\20namespace\29::coalesce_dot\28double\2c\20double\2c\20double\29 -10344:SkSL::Intrinsics::\28anonymous\20namespace\29::coalesce_any\28double\2c\20double\2c\20double\29 -10345:SkSL::Intrinsics::\28anonymous\20namespace\29::coalesce_all\28double\2c\20double\2c\20double\29 -10346:SkSL::InterfaceBlock::~InterfaceBlock\28\29_6591 -10347:SkSL::InterfaceBlock::description\28\29\20const -10348:SkSL::IndexExpression::~IndexExpression\28\29_6588 -10349:SkSL::IndexExpression::~IndexExpression\28\29 -10350:SkSL::IndexExpression::description\28SkSL::OperatorPrecedence\29\20const -10351:SkSL::IndexExpression::clone\28SkSL::Position\29\20const -10352:SkSL::IfStatement::~IfStatement\28\29_6581 -10353:SkSL::IfStatement::~IfStatement\28\29 -10354:SkSL::IfStatement::description\28\29\20const -10355:SkSL::GlobalVarDeclaration::description\28\29\20const -10356:SkSL::GenericType::slotType\28unsigned\20long\29\20const -10357:SkSL::GenericType::coercibleTypes\28\29\20const -10358:SkSL::GLSLCodeGenerator::~GLSLCodeGenerator\28\29_12906 -10359:SkSL::FunctionReference::description\28SkSL::OperatorPrecedence\29\20const -10360:SkSL::FunctionReference::clone\28SkSL::Position\29\20const -10361:SkSL::FunctionPrototype::description\28\29\20const -10362:SkSL::FunctionDefinition::description\28\29\20const -10363:SkSL::FunctionDefinition::Convert\28SkSL::Context\20const&\2c\20SkSL::Position\2c\20SkSL::FunctionDeclaration\20const&\2c\20std::__2::unique_ptr>\29::Finalizer::~Finalizer\28\29_6572 -10364:SkSL::FunctionDefinition::Convert\28SkSL::Context\20const&\2c\20SkSL::Position\2c\20SkSL::FunctionDeclaration\20const&\2c\20std::__2::unique_ptr>\29::Finalizer::~Finalizer\28\29 -10365:SkSL::FunctionCall::description\28SkSL::OperatorPrecedence\29\20const -10366:SkSL::FunctionCall::clone\28SkSL::Position\29\20const -10367:SkSL::ForStatement::~ForStatement\28\29_6463 -10368:SkSL::ForStatement::~ForStatement\28\29 -10369:SkSL::ForStatement::description\28\29\20const -10370:SkSL::FieldSymbol::description\28\29\20const -10371:SkSL::FieldAccess::clone\28SkSL::Position\29\20const -10372:SkSL::Extension::description\28\29\20const -10373:SkSL::ExtendedVariable::~ExtendedVariable\28\29_6913 -10374:SkSL::ExtendedVariable::~ExtendedVariable\28\29 -10375:SkSL::ExtendedVariable::mangledName\28\29\20const -10376:SkSL::ExtendedVariable::layout\28\29\20const -10377:SkSL::ExtendedVariable::interfaceBlock\28\29\20const -10378:SkSL::ExtendedVariable::detachDeadInterfaceBlock\28\29 -10379:SkSL::ExpressionStatement::description\28\29\20const -10380:SkSL::Expression::getConstantValue\28int\29\20const -10381:SkSL::EmptyExpression::description\28SkSL::OperatorPrecedence\29\20const -10382:SkSL::EmptyExpression::clone\28SkSL::Position\29\20const -10383:SkSL::DoStatement::description\28\29\20const -10384:SkSL::DiscardStatement::description\28\29\20const -10385:SkSL::DebugTracePriv::~DebugTracePriv\28\29_6944 -10386:SkSL::DebugTracePriv::dump\28SkWStream*\29\20const -10387:SkSL::CountReturnsWithLimit::visitStatement\28SkSL::Statement\20const&\29 -10388:SkSL::ContinueStatement::description\28\29\20const -10389:SkSL::ConstructorStruct::clone\28SkSL::Position\29\20const -10390:SkSL::ConstructorSplat::getConstantValue\28int\29\20const -10391:SkSL::ConstructorSplat::clone\28SkSL::Position\29\20const -10392:SkSL::ConstructorScalarCast::clone\28SkSL::Position\29\20const -10393:SkSL::ConstructorMatrixResize::getConstantValue\28int\29\20const -10394:SkSL::ConstructorMatrixResize::clone\28SkSL::Position\29\20const -10395:SkSL::ConstructorDiagonalMatrix::getConstantValue\28int\29\20const -10396:SkSL::ConstructorDiagonalMatrix::clone\28SkSL::Position\29\20const -10397:SkSL::ConstructorCompoundCast::clone\28SkSL::Position\29\20const -10398:SkSL::ConstructorCompound::clone\28SkSL::Position\29\20const -10399:SkSL::ConstructorArrayCast::clone\28SkSL::Position\29\20const -10400:SkSL::ConstructorArray::clone\28SkSL::Position\29\20const -10401:SkSL::Compiler::CompilerErrorReporter::handleError\28std::__2::basic_string_view>\2c\20SkSL::Position\29 -10402:SkSL::CodeGenerator::~CodeGenerator\28\29 -10403:SkSL::ChildCall::description\28SkSL::OperatorPrecedence\29\20const -10404:SkSL::ChildCall::clone\28SkSL::Position\29\20const -10405:SkSL::BreakStatement::description\28\29\20const -10406:SkSL::Block::~Block\28\29_6365 -10407:SkSL::Block::~Block\28\29 -10408:SkSL::Block::isEmpty\28\29\20const -10409:SkSL::Block::description\28\29\20const -10410:SkSL::BinaryExpression::~BinaryExpression\28\29_6358 -10411:SkSL::BinaryExpression::~BinaryExpression\28\29 -10412:SkSL::BinaryExpression::description\28SkSL::OperatorPrecedence\29\20const -10413:SkSL::BinaryExpression::clone\28SkSL::Position\29\20const -10414:SkSL::ArrayType::slotType\28unsigned\20long\29\20const -10415:SkSL::ArrayType::slotCount\28\29\20const -10416:SkSL::ArrayType::matches\28SkSL::Type\20const&\29\20const -10417:SkSL::ArrayType::isUnsizedArray\28\29\20const -10418:SkSL::ArrayType::isOrContainsUnsizedArray\28\29\20const -10419:SkSL::ArrayType::isBuiltin\28\29\20const -10420:SkSL::ArrayType::isAllowedInUniform\28SkSL::Position*\29\20const -10421:SkSL::AnyConstructor::getConstantValue\28int\29\20const -10422:SkSL::AnyConstructor::description\28SkSL::OperatorPrecedence\29\20const -10423:SkSL::AnyConstructor::compareConstant\28SkSL::Expression\20const&\29\20const -10424:SkSL::Analysis::\28anonymous\20namespace\29::LoopControlFlowVisitor::visitStatement\28SkSL::Statement\20const&\29 -10425:SkSL::Analysis::IsDynamicallyUniformExpression\28SkSL::Expression\20const&\29::IsDynamicallyUniformExpressionVisitor::visitExpression\28SkSL::Expression\20const&\29 -10426:SkSL::Analysis::IsCompileTimeConstant\28SkSL::Expression\20const&\29::IsCompileTimeConstantVisitor::visitExpression\28SkSL::Expression\20const&\29 -10427:SkSL::Analysis::HasSideEffects\28SkSL::Expression\20const&\29::HasSideEffectsVisitor::visitExpression\28SkSL::Expression\20const&\29 -10428:SkSL::Analysis::FindFunctionsToSpecialize\28SkSL::Program\20const&\2c\20SkSL::Analysis::SpecializationInfo*\2c\20std::__2::function\20const&\29::Searcher::~Searcher\28\29_6142 -10429:SkSL::Analysis::FindFunctionsToSpecialize\28SkSL::Program\20const&\2c\20SkSL::Analysis::SpecializationInfo*\2c\20std::__2::function\20const&\29::Searcher::~Searcher\28\29 -10430:SkSL::Analysis::FindFunctionsToSpecialize\28SkSL::Program\20const&\2c\20SkSL::Analysis::SpecializationInfo*\2c\20std::__2::function\20const&\29::Searcher::visitExpression\28SkSL::Expression\20const&\29 -10431:SkSL::Analysis::ContainsVariable\28SkSL::Expression\20const&\2c\20SkSL::Variable\20const&\29::ContainsVariableVisitor::visitExpression\28SkSL::Expression\20const&\29 -10432:SkSL::Analysis::ContainsRTAdjust\28SkSL::Expression\20const&\29::ContainsRTAdjustVisitor::visitExpression\28SkSL::Expression\20const&\29 -10433:SkSL::Analysis::CheckProgramStructure\28SkSL::Program\20const&\29::ProgramStructureVisitor::~ProgramStructureVisitor\28\29_6068 -10434:SkSL::Analysis::CheckProgramStructure\28SkSL::Program\20const&\29::ProgramStructureVisitor::~ProgramStructureVisitor\28\29 -10435:SkSL::Analysis::CheckProgramStructure\28SkSL::Program\20const&\29::ProgramStructureVisitor::visitExpression\28SkSL::Expression\20const&\29 -10436:SkSL::AliasType::textureAccess\28\29\20const -10437:SkSL::AliasType::slotType\28unsigned\20long\29\20const -10438:SkSL::AliasType::slotCount\28\29\20const -10439:SkSL::AliasType::rows\28\29\20const -10440:SkSL::AliasType::priority\28\29\20const -10441:SkSL::AliasType::isVector\28\29\20const -10442:SkSL::AliasType::isUnsizedArray\28\29\20const -10443:SkSL::AliasType::isStruct\28\29\20const -10444:SkSL::AliasType::isScalar\28\29\20const -10445:SkSL::AliasType::isMultisampled\28\29\20const -10446:SkSL::AliasType::isMatrix\28\29\20const -10447:SkSL::AliasType::isLiteral\28\29\20const -10448:SkSL::AliasType::isInterfaceBlock\28\29\20const -10449:SkSL::AliasType::isDepth\28\29\20const -10450:SkSL::AliasType::isArrayedTexture\28\29\20const -10451:SkSL::AliasType::isArray\28\29\20const -10452:SkSL::AliasType::dimensions\28\29\20const -10453:SkSL::AliasType::componentType\28\29\20const -10454:SkSL::AliasType::columns\28\29\20const -10455:SkSL::AliasType::coercibleTypes\28\29\20const -10456:SkRuntimeShader::~SkRuntimeShader\28\29_4970 -10457:SkRuntimeShader::type\28\29\20const -10458:SkRuntimeShader::isOpaque\28\29\20const -10459:SkRuntimeShader::getTypeName\28\29\20const -10460:SkRuntimeShader::flatten\28SkWriteBuffer&\29\20const -10461:SkRuntimeShader::appendStages\28SkStageRec\20const&\2c\20SkShaders::MatrixRec\20const&\29\20const -10462:SkRuntimeEffect::~SkRuntimeEffect\28\29_4054 -10463:SkRuntimeEffect::MakeFromSource\28SkString\2c\20SkRuntimeEffect::Options\20const&\2c\20SkSL::ProgramKind\29 -10464:SkRuntimeColorFilter::~SkRuntimeColorFilter\28\29_5382 -10465:SkRuntimeColorFilter::~SkRuntimeColorFilter\28\29 -10466:SkRuntimeColorFilter::onIsAlphaUnchanged\28\29\20const -10467:SkRuntimeColorFilter::getTypeName\28\29\20const -10468:SkRuntimeColorFilter::appendStages\28SkStageRec\20const&\2c\20bool\29\20const -10469:SkRuntimeBlender::~SkRuntimeBlender\28\29_4020 -10470:SkRuntimeBlender::~SkRuntimeBlender\28\29 -10471:SkRuntimeBlender::onAppendStages\28SkStageRec\20const&\29\20const -10472:SkRuntimeBlender::getTypeName\28\29\20const -10473:SkRgnClipBlitter::blitV\28int\2c\20int\2c\20int\2c\20unsigned\20char\29 -10474:SkRgnClipBlitter::blitRect\28int\2c\20int\2c\20int\2c\20int\29 -10475:SkRgnClipBlitter::blitMask\28SkMask\20const&\2c\20SkIRect\20const&\29 -10476:SkRgnClipBlitter::blitH\28int\2c\20int\2c\20int\29 -10477:SkRgnClipBlitter::blitAntiRect\28int\2c\20int\2c\20int\2c\20int\2c\20unsigned\20char\2c\20unsigned\20char\29 -10478:SkRgnClipBlitter::blitAntiH\28int\2c\20int\2c\20unsigned\20char\20const*\2c\20short\20const*\29 -10479:SkRgnBuilder::~SkRgnBuilder\28\29_3967 -10480:SkRgnBuilder::blitH\28int\2c\20int\2c\20int\29 -10481:SkResourceCache::~SkResourceCache\28\29_3986 -10482:SkResourceCache::purgeSharedID\28unsigned\20long\20long\29 -10483:SkResourceCache::purgeAll\28\29 -10484:SkResourceCache::SetTotalByteLimit\28unsigned\20long\29 -10485:SkResourceCache::GetTotalBytesUsed\28\29 -10486:SkResourceCache::GetTotalByteLimit\28\29 -10487:SkRescaleAndReadPixels\28SkBitmap\2c\20SkImageInfo\20const&\2c\20SkIRect\20const&\2c\20SkImage::RescaleGamma\2c\20SkImage::RescaleMode\2c\20void\20\28*\29\28void*\2c\20std::__2::unique_ptr>\29\2c\20void*\29::Result::~Result\28\29_4787 -10488:SkRescaleAndReadPixels\28SkBitmap\2c\20SkImageInfo\20const&\2c\20SkIRect\20const&\2c\20SkImage::RescaleGamma\2c\20SkImage::RescaleMode\2c\20void\20\28*\29\28void*\2c\20std::__2::unique_ptr>\29\2c\20void*\29::Result::~Result\28\29 -10489:SkRescaleAndReadPixels\28SkBitmap\2c\20SkImageInfo\20const&\2c\20SkIRect\20const&\2c\20SkImage::RescaleGamma\2c\20SkImage::RescaleMode\2c\20void\20\28*\29\28void*\2c\20std::__2::unique_ptr>\29\2c\20void*\29::Result::data\28int\29\20const -10490:SkRefCntSet::~SkRefCntSet\28\29_2110 -10491:SkRefCntSet::incPtr\28void*\29 -10492:SkRefCntSet::decPtr\28void*\29 -10493:SkRectClipBlitter::blitV\28int\2c\20int\2c\20int\2c\20unsigned\20char\29 -10494:SkRectClipBlitter::blitRect\28int\2c\20int\2c\20int\2c\20int\29 -10495:SkRectClipBlitter::blitMask\28SkMask\20const&\2c\20SkIRect\20const&\29 -10496:SkRectClipBlitter::blitH\28int\2c\20int\2c\20int\29 -10497:SkRectClipBlitter::blitAntiRect\28int\2c\20int\2c\20int\2c\20int\2c\20unsigned\20char\2c\20unsigned\20char\29 -10498:SkRectClipBlitter::blitAntiH\28int\2c\20int\2c\20unsigned\20char\20const*\2c\20short\20const*\29 -10499:SkRecordedDrawable::~SkRecordedDrawable\28\29_3913 -10500:SkRecordedDrawable::~SkRecordedDrawable\28\29 -10501:SkRecordedDrawable::onMakePictureSnapshot\28\29 -10502:SkRecordedDrawable::onGetBounds\28\29 -10503:SkRecordedDrawable::onDraw\28SkCanvas*\29 -10504:SkRecordedDrawable::onApproximateBytesUsed\28\29 -10505:SkRecordedDrawable::getTypeName\28\29\20const -10506:SkRecordedDrawable::flatten\28SkWriteBuffer&\29\20const -10507:SkRecordCanvas::~SkRecordCanvas\28\29_3868 -10508:SkRecordCanvas::~SkRecordCanvas\28\29 -10509:SkRecordCanvas::willSave\28\29 -10510:SkRecordCanvas::onResetClip\28\29 -10511:SkRecordCanvas::onDrawVerticesObject\28SkVertices\20const*\2c\20SkBlendMode\2c\20SkPaint\20const&\29 -10512:SkRecordCanvas::onDrawTextBlob\28SkTextBlob\20const*\2c\20float\2c\20float\2c\20SkPaint\20const&\29 -10513:SkRecordCanvas::onDrawSlug\28sktext::gpu::Slug\20const*\2c\20SkPaint\20const&\29 -10514:SkRecordCanvas::onDrawShadowRec\28SkPath\20const&\2c\20SkDrawShadowRec\20const&\29 -10515:SkRecordCanvas::onDrawRegion\28SkRegion\20const&\2c\20SkPaint\20const&\29 -10516:SkRecordCanvas::onDrawRect\28SkRect\20const&\2c\20SkPaint\20const&\29 -10517:SkRecordCanvas::onDrawRRect\28SkRRect\20const&\2c\20SkPaint\20const&\29 -10518:SkRecordCanvas::onDrawPoints\28SkCanvas::PointMode\2c\20unsigned\20long\2c\20SkPoint\20const*\2c\20SkPaint\20const&\29 -10519:SkRecordCanvas::onDrawPicture\28SkPicture\20const*\2c\20SkMatrix\20const*\2c\20SkPaint\20const*\29 -10520:SkRecordCanvas::onDrawPath\28SkPath\20const&\2c\20SkPaint\20const&\29 -10521:SkRecordCanvas::onDrawPatch\28SkPoint\20const*\2c\20unsigned\20int\20const*\2c\20SkPoint\20const*\2c\20SkBlendMode\2c\20SkPaint\20const&\29 -10522:SkRecordCanvas::onDrawPaint\28SkPaint\20const&\29 -10523:SkRecordCanvas::onDrawOval\28SkRect\20const&\2c\20SkPaint\20const&\29 -10524:SkRecordCanvas::onDrawMesh\28SkMesh\20const&\2c\20sk_sp\2c\20SkPaint\20const&\29 -10525:SkRecordCanvas::onDrawImageRect2\28SkImage\20const*\2c\20SkRect\20const&\2c\20SkRect\20const&\2c\20SkSamplingOptions\20const&\2c\20SkPaint\20const*\2c\20SkCanvas::SrcRectConstraint\29 -10526:SkRecordCanvas::onDrawImageLattice2\28SkImage\20const*\2c\20SkCanvas::Lattice\20const&\2c\20SkRect\20const&\2c\20SkFilterMode\2c\20SkPaint\20const*\29 -10527:SkRecordCanvas::onDrawImage2\28SkImage\20const*\2c\20float\2c\20float\2c\20SkSamplingOptions\20const&\2c\20SkPaint\20const*\29 -10528:SkRecordCanvas::onDrawGlyphRunList\28sktext::GlyphRunList\20const&\2c\20SkPaint\20const&\29 -10529:SkRecordCanvas::onDrawEdgeAAQuad\28SkRect\20const&\2c\20SkPoint\20const*\2c\20SkCanvas::QuadAAFlags\2c\20SkRGBA4f<\28SkAlphaType\293>\20const&\2c\20SkBlendMode\29 -10530:SkRecordCanvas::onDrawEdgeAAImageSet2\28SkCanvas::ImageSetEntry\20const*\2c\20int\2c\20SkPoint\20const*\2c\20SkMatrix\20const*\2c\20SkSamplingOptions\20const&\2c\20SkPaint\20const*\2c\20SkCanvas::SrcRectConstraint\29 -10531:SkRecordCanvas::onDrawDrawable\28SkDrawable*\2c\20SkMatrix\20const*\29 -10532:SkRecordCanvas::onDrawDRRect\28SkRRect\20const&\2c\20SkRRect\20const&\2c\20SkPaint\20const&\29 -10533:SkRecordCanvas::onDrawBehind\28SkPaint\20const&\29 -10534:SkRecordCanvas::onDrawAtlas2\28SkImage\20const*\2c\20SkRSXform\20const*\2c\20SkRect\20const*\2c\20unsigned\20int\20const*\2c\20int\2c\20SkBlendMode\2c\20SkSamplingOptions\20const&\2c\20SkRect\20const*\2c\20SkPaint\20const*\29 -10535:SkRecordCanvas::onDrawArc\28SkRect\20const&\2c\20float\2c\20float\2c\20bool\2c\20SkPaint\20const&\29 -10536:SkRecordCanvas::onDrawAnnotation\28SkRect\20const&\2c\20char\20const*\2c\20SkData*\29 -10537:SkRecordCanvas::onDoSaveBehind\28SkRect\20const*\29 -10538:SkRecordCanvas::onClipShader\28sk_sp\2c\20SkClipOp\29 -10539:SkRecordCanvas::onClipRegion\28SkRegion\20const&\2c\20SkClipOp\29 -10540:SkRecordCanvas::onClipRect\28SkRect\20const&\2c\20SkClipOp\2c\20SkCanvas::ClipEdgeStyle\29 -10541:SkRecordCanvas::onClipRRect\28SkRRect\20const&\2c\20SkClipOp\2c\20SkCanvas::ClipEdgeStyle\29 -10542:SkRecordCanvas::onClipPath\28SkPath\20const&\2c\20SkClipOp\2c\20SkCanvas::ClipEdgeStyle\29 -10543:SkRecordCanvas::getSaveLayerStrategy\28SkCanvas::SaveLayerRec\20const&\29 -10544:SkRecordCanvas::didTranslate\28float\2c\20float\29 -10545:SkRecordCanvas::didSetM44\28SkM44\20const&\29 -10546:SkRecordCanvas::didScale\28float\2c\20float\29 -10547:SkRecordCanvas::didRestore\28\29 -10548:SkRecordCanvas::didConcat44\28SkM44\20const&\29 -10549:SkRecord::~SkRecord\28\29_3815 -10550:SkRecord::~SkRecord\28\29 -10551:SkRasterPipelineSpriteBlitter::~SkRasterPipelineSpriteBlitter\28\29_1513 -10552:SkRasterPipelineSpriteBlitter::~SkRasterPipelineSpriteBlitter\28\29 -10553:SkRasterPipelineSpriteBlitter::setup\28SkPixmap\20const&\2c\20int\2c\20int\2c\20SkPaint\20const&\29 -10554:SkRasterPipelineSpriteBlitter::blitRect\28int\2c\20int\2c\20int\2c\20int\29 -10555:SkRasterPipelineBlitter::~SkRasterPipelineBlitter\28\29_3770 -10556:SkRasterPipelineBlitter::canDirectBlit\28\29 -10557:SkRasterPipelineBlitter::blitV\28int\2c\20int\2c\20int\2c\20unsigned\20char\29 -10558:SkRasterPipelineBlitter::blitH\28int\2c\20int\2c\20int\29 -10559:SkRasterPipelineBlitter::blitAntiV2\28int\2c\20int\2c\20unsigned\20int\2c\20unsigned\20int\29 -10560:SkRasterPipelineBlitter::blitAntiH\28int\2c\20int\2c\20unsigned\20char\20const*\2c\20short\20const*\29 -10561:SkRasterPipelineBlitter::blitAntiH2\28int\2c\20int\2c\20unsigned\20int\2c\20unsigned\20int\29 -10562:SkRasterPipelineBlitter::Create\28SkPixmap\20const&\2c\20SkPaint\20const&\2c\20SkRGBA4f<\28SkAlphaType\293>\20const&\2c\20SkArenaAlloc*\2c\20SkRasterPipeline\20const&\2c\20bool\2c\20bool\2c\20SkShader\20const*\29::$_3::__invoke\28SkPixmap*\2c\20int\2c\20int\2c\20int\2c\20int\2c\20unsigned\20long\20long\29 -10563:SkRasterPipelineBlitter::Create\28SkPixmap\20const&\2c\20SkPaint\20const&\2c\20SkRGBA4f<\28SkAlphaType\293>\20const&\2c\20SkArenaAlloc*\2c\20SkRasterPipeline\20const&\2c\20bool\2c\20bool\2c\20SkShader\20const*\29::$_2::__invoke\28SkPixmap*\2c\20int\2c\20int\2c\20int\2c\20int\2c\20unsigned\20long\20long\29 -10564:SkRasterPipelineBlitter::Create\28SkPixmap\20const&\2c\20SkPaint\20const&\2c\20SkRGBA4f<\28SkAlphaType\293>\20const&\2c\20SkArenaAlloc*\2c\20SkRasterPipeline\20const&\2c\20bool\2c\20bool\2c\20SkShader\20const*\29::$_1::__invoke\28SkPixmap*\2c\20int\2c\20int\2c\20int\2c\20int\2c\20unsigned\20long\20long\29 -10565:SkRasterPipelineBlitter::Create\28SkPixmap\20const&\2c\20SkPaint\20const&\2c\20SkRGBA4f<\28SkAlphaType\293>\20const&\2c\20SkArenaAlloc*\2c\20SkRasterPipeline\20const&\2c\20bool\2c\20bool\2c\20SkShader\20const*\29::$_0::__invoke\28SkPixmap*\2c\20int\2c\20int\2c\20int\2c\20int\2c\20unsigned\20long\20long\29 -10566:SkRadialGradient::getTypeName\28\29\20const -10567:SkRadialGradient::flatten\28SkWriteBuffer&\29\20const -10568:SkRadialGradient::asGradient\28SkShaderBase::GradientInfo*\2c\20SkMatrix*\29\20const -10569:SkRadialGradient::appendGradientStages\28SkArenaAlloc*\2c\20SkRasterPipeline*\2c\20SkRasterPipeline*\29\20const -10570:SkRTree::~SkRTree\28\29_3703 -10571:SkRTree::~SkRTree\28\29 -10572:SkRTree::search\28SkRect\20const&\2c\20std::__2::vector>*\29\20const -10573:SkRTree::insert\28SkRect\20const*\2c\20int\29 -10574:SkRTree::bytesUsed\28\29\20const -10575:SkPtrSet::~SkPtrSet\28\29 -10576:SkPngNormalDecoder::~SkPngNormalDecoder\28\29 -10577:SkPngNormalDecoder::setRange\28int\2c\20int\2c\20void*\2c\20unsigned\20long\29 -10578:SkPngNormalDecoder::decode\28int*\29 -10579:SkPngNormalDecoder::decodeAllRows\28void*\2c\20unsigned\20long\2c\20int*\29 -10580:SkPngNormalDecoder::RowCallback\28png_struct_def*\2c\20unsigned\20char*\2c\20unsigned\20int\2c\20int\29 -10581:SkPngNormalDecoder::AllRowsCallback\28png_struct_def*\2c\20unsigned\20char*\2c\20unsigned\20int\2c\20int\29 -10582:SkPngInterlacedDecoder::~SkPngInterlacedDecoder\28\29_13071 -10583:SkPngInterlacedDecoder::~SkPngInterlacedDecoder\28\29 -10584:SkPngInterlacedDecoder::setRange\28int\2c\20int\2c\20void*\2c\20unsigned\20long\29 -10585:SkPngInterlacedDecoder::decode\28int*\29 -10586:SkPngInterlacedDecoder::decodeAllRows\28void*\2c\20unsigned\20long\2c\20int*\29 -10587:SkPngInterlacedDecoder::InterlacedRowCallback\28png_struct_def*\2c\20unsigned\20char*\2c\20unsigned\20int\2c\20int\29 -10588:SkPngEncoderImpl::~SkPngEncoderImpl\28\29_12929 -10589:SkPngEncoderImpl::onFinishEncoding\28\29 -10590:SkPngEncoderImpl::onEncodeRow\28SkSpan\29 -10591:SkPngEncoderBase::~SkPngEncoderBase\28\29 -10592:SkPngEncoderBase::onEncodeRows\28int\29 -10593:SkPngCompositeChunkReader::~SkPngCompositeChunkReader\28\29_13079 -10594:SkPngCompositeChunkReader::~SkPngCompositeChunkReader\28\29 -10595:SkPngCompositeChunkReader::readChunk\28char\20const*\2c\20void\20const*\2c\20unsigned\20long\29 -10596:SkPngCodecBase::initializeXforms\28SkImageInfo\20const&\2c\20SkCodec::Options\20const&\2c\20int\29 -10597:SkPngCodecBase::getSampler\28bool\29 -10598:SkPngCodec::~SkPngCodec\28\29_13063 -10599:SkPngCodec::onTryGetTrnsChunk\28\29 -10600:SkPngCodec::onTryGetPlteChunk\28\29 -10601:SkPngCodec::onStartIncrementalDecode\28SkImageInfo\20const&\2c\20void*\2c\20unsigned\20long\2c\20SkCodec::Options\20const&\29 -10602:SkPngCodec::onRewind\28\29 -10603:SkPngCodec::onIncrementalDecode\28int*\29 -10604:SkPngCodec::onGetPixels\28SkImageInfo\20const&\2c\20void*\2c\20unsigned\20long\2c\20SkCodec::Options\20const&\2c\20int*\29 -10605:SkPngCodec::onGetGainmapInfo\28SkGainmapInfo*\29 -10606:SkPngCodec::onGetGainmapCodec\28SkGainmapInfo*\2c\20std::__2::unique_ptr>*\29 -10607:SkPixmap::erase\28SkRGBA4f<\28SkAlphaType\293>\20const&\2c\20SkIRect\20const*\29\20const::$_2::__invoke\28void*\2c\20unsigned\20long\20long\2c\20int\29 -10608:SkPixmap::erase\28SkRGBA4f<\28SkAlphaType\293>\20const&\2c\20SkIRect\20const*\29\20const::$_1::__invoke\28void*\2c\20unsigned\20long\20long\2c\20int\29 -10609:SkPixmap::erase\28SkRGBA4f<\28SkAlphaType\293>\20const&\2c\20SkIRect\20const*\29\20const::$_0::__invoke\28void*\2c\20unsigned\20long\20long\2c\20int\29 -10610:SkPixelRef::~SkPixelRef\28\29_3634 -10611:SkPictureShader::~SkPictureShader\28\29_4954 -10612:SkPictureShader::~SkPictureShader\28\29 -10613:SkPictureShader::type\28\29\20const -10614:SkPictureShader::getTypeName\28\29\20const -10615:SkPictureShader::flatten\28SkWriteBuffer&\29\20const -10616:SkPictureShader::appendStages\28SkStageRec\20const&\2c\20SkShaders::MatrixRec\20const&\29\20const -10617:SkPictureRecorder*\20emscripten::internal::operator_new\28\29 -10618:SkPictureRecord::~SkPictureRecord\28\29_3618 -10619:SkPictureRecord::willSave\28\29 -10620:SkPictureRecord::willRestore\28\29 -10621:SkPictureRecord::onResetClip\28\29 -10622:SkPictureRecord::onDrawVerticesObject\28SkVertices\20const*\2c\20SkBlendMode\2c\20SkPaint\20const&\29 -10623:SkPictureRecord::onDrawTextBlob\28SkTextBlob\20const*\2c\20float\2c\20float\2c\20SkPaint\20const&\29 -10624:SkPictureRecord::onDrawSlug\28sktext::gpu::Slug\20const*\2c\20SkPaint\20const&\29 -10625:SkPictureRecord::onDrawShadowRec\28SkPath\20const&\2c\20SkDrawShadowRec\20const&\29 -10626:SkPictureRecord::onDrawRegion\28SkRegion\20const&\2c\20SkPaint\20const&\29 -10627:SkPictureRecord::onDrawRect\28SkRect\20const&\2c\20SkPaint\20const&\29 -10628:SkPictureRecord::onDrawRRect\28SkRRect\20const&\2c\20SkPaint\20const&\29 -10629:SkPictureRecord::onDrawPoints\28SkCanvas::PointMode\2c\20unsigned\20long\2c\20SkPoint\20const*\2c\20SkPaint\20const&\29 -10630:SkPictureRecord::onDrawPicture\28SkPicture\20const*\2c\20SkMatrix\20const*\2c\20SkPaint\20const*\29 -10631:SkPictureRecord::onDrawPath\28SkPath\20const&\2c\20SkPaint\20const&\29 -10632:SkPictureRecord::onDrawPatch\28SkPoint\20const*\2c\20unsigned\20int\20const*\2c\20SkPoint\20const*\2c\20SkBlendMode\2c\20SkPaint\20const&\29 -10633:SkPictureRecord::onDrawPaint\28SkPaint\20const&\29 -10634:SkPictureRecord::onDrawOval\28SkRect\20const&\2c\20SkPaint\20const&\29 -10635:SkPictureRecord::onDrawImageRect2\28SkImage\20const*\2c\20SkRect\20const&\2c\20SkRect\20const&\2c\20SkSamplingOptions\20const&\2c\20SkPaint\20const*\2c\20SkCanvas::SrcRectConstraint\29 -10636:SkPictureRecord::onDrawImageLattice2\28SkImage\20const*\2c\20SkCanvas::Lattice\20const&\2c\20SkRect\20const&\2c\20SkFilterMode\2c\20SkPaint\20const*\29 -10637:SkPictureRecord::onDrawImage2\28SkImage\20const*\2c\20float\2c\20float\2c\20SkSamplingOptions\20const&\2c\20SkPaint\20const*\29 -10638:SkPictureRecord::onDrawEdgeAAQuad\28SkRect\20const&\2c\20SkPoint\20const*\2c\20SkCanvas::QuadAAFlags\2c\20SkRGBA4f<\28SkAlphaType\293>\20const&\2c\20SkBlendMode\29 -10639:SkPictureRecord::onDrawEdgeAAImageSet2\28SkCanvas::ImageSetEntry\20const*\2c\20int\2c\20SkPoint\20const*\2c\20SkMatrix\20const*\2c\20SkSamplingOptions\20const&\2c\20SkPaint\20const*\2c\20SkCanvas::SrcRectConstraint\29 -10640:SkPictureRecord::onDrawDrawable\28SkDrawable*\2c\20SkMatrix\20const*\29 -10641:SkPictureRecord::onDrawDRRect\28SkRRect\20const&\2c\20SkRRect\20const&\2c\20SkPaint\20const&\29 -10642:SkPictureRecord::onDrawBehind\28SkPaint\20const&\29 -10643:SkPictureRecord::onDrawAtlas2\28SkImage\20const*\2c\20SkRSXform\20const*\2c\20SkRect\20const*\2c\20unsigned\20int\20const*\2c\20int\2c\20SkBlendMode\2c\20SkSamplingOptions\20const&\2c\20SkRect\20const*\2c\20SkPaint\20const*\29 -10644:SkPictureRecord::onDrawArc\28SkRect\20const&\2c\20float\2c\20float\2c\20bool\2c\20SkPaint\20const&\29 -10645:SkPictureRecord::onDrawAnnotation\28SkRect\20const&\2c\20char\20const*\2c\20SkData*\29 -10646:SkPictureRecord::onDoSaveBehind\28SkRect\20const*\29 -10647:SkPictureRecord::onClipShader\28sk_sp\2c\20SkClipOp\29 -10648:SkPictureRecord::onClipRegion\28SkRegion\20const&\2c\20SkClipOp\29 -10649:SkPictureRecord::onClipRect\28SkRect\20const&\2c\20SkClipOp\2c\20SkCanvas::ClipEdgeStyle\29 -10650:SkPictureRecord::onClipRRect\28SkRRect\20const&\2c\20SkClipOp\2c\20SkCanvas::ClipEdgeStyle\29 -10651:SkPictureRecord::onClipPath\28SkPath\20const&\2c\20SkClipOp\2c\20SkCanvas::ClipEdgeStyle\29 -10652:SkPictureRecord::getSaveLayerStrategy\28SkCanvas::SaveLayerRec\20const&\29 -10653:SkPictureRecord::didTranslate\28float\2c\20float\29 -10654:SkPictureRecord::didSetM44\28SkM44\20const&\29 -10655:SkPictureRecord::didScale\28float\2c\20float\29 -10656:SkPictureRecord::didConcat44\28SkM44\20const&\29 -10657:SkPictureData::serialize\28SkWStream*\2c\20SkSerialProcs\20const&\2c\20SkRefCntSet*\2c\20bool\29\20const::DevNull::write\28void\20const*\2c\20unsigned\20long\29 -10658:SkPerlinNoiseShader::~SkPerlinNoiseShader\28\29_4938 -10659:SkPerlinNoiseShader::~SkPerlinNoiseShader\28\29 -10660:SkPerlinNoiseShader::getTypeName\28\29\20const -10661:SkPerlinNoiseShader::flatten\28SkWriteBuffer&\29\20const -10662:SkPerlinNoiseShader::appendStages\28SkStageRec\20const&\2c\20SkShaders::MatrixRec\20const&\29\20const -10663:SkPathEffectBase::asADash\28\29\20const -10664:SkPath::setIsVolatile\28bool\29 -10665:SkPath::setFillType\28SkPathFillType\29 -10666:SkPath::isVolatile\28\29\20const -10667:SkPath::getFillType\28\29\20const -10668:SkPath2DPathEffectImpl::~SkPath2DPathEffectImpl\28\29_5216 -10669:SkPath2DPathEffectImpl::~SkPath2DPathEffectImpl\28\29 -10670:SkPath2DPathEffectImpl::next\28SkPoint\20const&\2c\20int\2c\20int\2c\20SkPathBuilder*\29\20const -10671:SkPath2DPathEffectImpl::getTypeName\28\29\20const -10672:SkPath2DPathEffectImpl::getFactory\28\29\20const -10673:SkPath2DPathEffectImpl::flatten\28SkWriteBuffer&\29\20const -10674:SkPath2DPathEffectImpl::CreateProc\28SkReadBuffer&\29 -10675:SkPath1DPathEffectImpl::~SkPath1DPathEffectImpl\28\29_5190 -10676:SkPath1DPathEffectImpl::~SkPath1DPathEffectImpl\28\29 -10677:SkPath1DPathEffectImpl::onFilterPath\28SkPathBuilder*\2c\20SkPath\20const&\2c\20SkStrokeRec*\2c\20SkRect\20const*\2c\20SkMatrix\20const&\29\20const -10678:SkPath1DPathEffectImpl::next\28SkPathBuilder*\2c\20float\2c\20SkPathMeasure&\29\20const -10679:SkPath1DPathEffectImpl::getTypeName\28\29\20const -10680:SkPath1DPathEffectImpl::getFactory\28\29\20const -10681:SkPath1DPathEffectImpl::flatten\28SkWriteBuffer&\29\20const -10682:SkPath1DPathEffectImpl::begin\28float\29\20const -10683:SkPath1DPathEffectImpl::CreateProc\28SkReadBuffer&\29 -10684:SkPath1DPathEffect::Make\28SkPath\20const&\2c\20float\2c\20float\2c\20SkPath1DPathEffect::Style\29 -10685:SkPath*\20emscripten::internal::operator_new\28\29 -10686:SkPairPathEffect::~SkPairPathEffect\28\29_3457 -10687:SkPaint::setDither\28bool\29 -10688:SkPaint::setAntiAlias\28bool\29 -10689:SkPaint::getStrokeMiter\28\29\20const -10690:SkPaint::getStrokeJoin\28\29\20const -10691:SkPaint::getStrokeCap\28\29\20const -10692:SkPaint*\20emscripten::internal::operator_new\28\29 -10693:SkOTUtils::LocalizedStrings_SingleName::~LocalizedStrings_SingleName\28\29_8332 -10694:SkOTUtils::LocalizedStrings_SingleName::~LocalizedStrings_SingleName\28\29 -10695:SkOTUtils::LocalizedStrings_SingleName::next\28SkTypeface::LocalizedString*\29 -10696:SkOTUtils::LocalizedStrings_NameTable::~LocalizedStrings_NameTable\28\29_7581 -10697:SkOTUtils::LocalizedStrings_NameTable::~LocalizedStrings_NameTable\28\29 -10698:SkOTUtils::LocalizedStrings_NameTable::next\28SkTypeface::LocalizedString*\29 -10699:SkNoPixelsDevice::~SkNoPixelsDevice\28\29_1985 -10700:SkNoPixelsDevice::~SkNoPixelsDevice\28\29 -10701:SkNoPixelsDevice::replaceClip\28SkIRect\20const&\29 -10702:SkNoPixelsDevice::pushClipStack\28\29 -10703:SkNoPixelsDevice::popClipStack\28\29 -10704:SkNoPixelsDevice::onClipShader\28sk_sp\29 -10705:SkNoPixelsDevice::isClipWideOpen\28\29\20const -10706:SkNoPixelsDevice::isClipRect\28\29\20const -10707:SkNoPixelsDevice::isClipEmpty\28\29\20const -10708:SkNoPixelsDevice::isClipAntiAliased\28\29\20const -10709:SkNoPixelsDevice::devClipBounds\28\29\20const -10710:SkNoPixelsDevice::clipRegion\28SkRegion\20const&\2c\20SkClipOp\29 -10711:SkNoPixelsDevice::clipRect\28SkRect\20const&\2c\20SkClipOp\2c\20bool\29 -10712:SkNoPixelsDevice::clipRRect\28SkRRect\20const&\2c\20SkClipOp\2c\20bool\29 -10713:SkNoPixelsDevice::clipPath\28SkPath\20const&\2c\20SkClipOp\2c\20bool\29 -10714:SkNoPixelsDevice::android_utils_clipAsRgn\28SkRegion*\29\20const -10715:SkNoDrawCanvas::onDrawTextBlob\28SkTextBlob\20const*\2c\20float\2c\20float\2c\20SkPaint\20const&\29 -10716:SkNoDrawCanvas::onDrawAtlas2\28SkImage\20const*\2c\20SkRSXform\20const*\2c\20SkRect\20const*\2c\20unsigned\20int\20const*\2c\20int\2c\20SkBlendMode\2c\20SkSamplingOptions\20const&\2c\20SkRect\20const*\2c\20SkPaint\20const*\29 -10717:SkMipmap::~SkMipmap\28\29_2640 -10718:SkMipmap::~SkMipmap\28\29 -10719:SkMipmap::onDataChange\28void*\2c\20void*\29 -10720:SkMemoryStream::~SkMemoryStream\28\29_4300 -10721:SkMemoryStream::~SkMemoryStream\28\29 -10722:SkMemoryStream::setMemory\28void\20const*\2c\20unsigned\20long\2c\20bool\29 -10723:SkMemoryStream::seek\28unsigned\20long\29 -10724:SkMemoryStream::rewind\28\29 -10725:SkMemoryStream::read\28void*\2c\20unsigned\20long\29 -10726:SkMemoryStream::peek\28void*\2c\20unsigned\20long\29\20const -10727:SkMemoryStream::onFork\28\29\20const -10728:SkMemoryStream::onDuplicate\28\29\20const -10729:SkMemoryStream::move\28long\29 -10730:SkMemoryStream::isAtEnd\28\29\20const -10731:SkMemoryStream::getMemoryBase\28\29 -10732:SkMemoryStream::getLength\28\29\20const -10733:SkMemoryStream::getData\28\29\20const -10734:SkMatrixColorFilter::onIsAlphaUnchanged\28\29\20const -10735:SkMatrixColorFilter::onAsAColorMatrix\28float*\29\20const -10736:SkMatrixColorFilter::getTypeName\28\29\20const -10737:SkMatrixColorFilter::flatten\28SkWriteBuffer&\29\20const -10738:SkMatrixColorFilter::appendStages\28SkStageRec\20const&\2c\20bool\29\20const -10739:SkMatrix::Trans_pts\28SkMatrix\20const&\2c\20SkPoint*\2c\20SkPoint\20const*\2c\20int\29 -10740:SkMatrix::Scale_pts\28SkMatrix\20const&\2c\20SkPoint*\2c\20SkPoint\20const*\2c\20int\29 -10741:SkMatrix::Poly4Proc\28SkPoint\20const*\2c\20SkMatrix*\29 -10742:SkMatrix::Poly3Proc\28SkPoint\20const*\2c\20SkMatrix*\29 -10743:SkMatrix::Poly2Proc\28SkPoint\20const*\2c\20SkMatrix*\29 -10744:SkMatrix::Persp_pts\28SkMatrix\20const&\2c\20SkPoint*\2c\20SkPoint\20const*\2c\20int\29 -10745:SkMatrix::Identity_pts\28SkMatrix\20const&\2c\20SkPoint*\2c\20SkPoint\20const*\2c\20int\29 -10746:SkMatrix::Affine_vpts\28SkMatrix\20const&\2c\20SkPoint*\2c\20SkPoint\20const*\2c\20int\29 -10747:SkMaskSwizzler::onSetSampleX\28int\29 -10748:SkMaskFilterBase::filterRectsToNine\28SkSpan\2c\20SkMatrix\20const&\2c\20SkIRect\20const&\2c\20std::__2::optional*\2c\20SkResourceCache*\29\20const -10749:SkMaskFilterBase::filterRRectToNine\28SkRRect\20const&\2c\20SkMatrix\20const&\2c\20SkIRect\20const&\2c\20SkResourceCache*\29\20const -10750:SkMaskFilterBase::asImageFilter\28SkMatrix\20const&\2c\20SkPaint\20const&\29\20const -10751:SkMallocPixelRef::MakeAllocate\28SkImageInfo\20const&\2c\20unsigned\20long\29::PixelRef::~PixelRef\28\29_2454 -10752:SkMallocPixelRef::MakeAllocate\28SkImageInfo\20const&\2c\20unsigned\20long\29::PixelRef::~PixelRef\28\29 -10753:SkMakePixelRefWithProc\28int\2c\20int\2c\20unsigned\20long\2c\20void*\2c\20void\20\28*\29\28void*\2c\20void*\29\2c\20void*\29::PixelRef::~PixelRef\28\29_3644 -10754:SkMakePixelRefWithProc\28int\2c\20int\2c\20unsigned\20long\2c\20void*\2c\20void\20\28*\29\28void*\2c\20void*\29\2c\20void*\29::PixelRef::~PixelRef\28\29 -10755:SkLumaColorFilter::Make\28\29 -10756:SkLocalMatrixShader::~SkLocalMatrixShader\28\29_4919 -10757:SkLocalMatrixShader::~SkLocalMatrixShader\28\29 -10758:SkLocalMatrixShader::type\28\29\20const -10759:SkLocalMatrixShader::onIsAImage\28SkMatrix*\2c\20SkTileMode*\29\20const -10760:SkLocalMatrixShader::onAsLuminanceColor\28SkRGBA4f<\28SkAlphaType\293>*\29\20const -10761:SkLocalMatrixShader::makeAsALocalMatrixShader\28SkMatrix*\29\20const -10762:SkLocalMatrixShader::isOpaque\28\29\20const -10763:SkLocalMatrixShader::isConstant\28SkRGBA4f<\28SkAlphaType\293>*\29\20const -10764:SkLocalMatrixShader::getTypeName\28\29\20const -10765:SkLocalMatrixShader::flatten\28SkWriteBuffer&\29\20const -10766:SkLocalMatrixShader::asGradient\28SkShaderBase::GradientInfo*\2c\20SkMatrix*\29\20const -10767:SkLocalMatrixShader::appendStages\28SkStageRec\20const&\2c\20SkShaders::MatrixRec\20const&\29\20const -10768:SkLinearGradient::getTypeName\28\29\20const -10769:SkLinearGradient::flatten\28SkWriteBuffer&\29\20const -10770:SkLinearGradient::asGradient\28SkShaderBase::GradientInfo*\2c\20SkMatrix*\29\20const -10771:SkLine2DPathEffectImpl::onFilterPath\28SkPathBuilder*\2c\20SkPath\20const&\2c\20SkStrokeRec*\2c\20SkRect\20const*\2c\20SkMatrix\20const&\29\20const -10772:SkLine2DPathEffectImpl::nextSpan\28int\2c\20int\2c\20int\2c\20SkPathBuilder*\29\20const -10773:SkLine2DPathEffectImpl::getTypeName\28\29\20const -10774:SkLine2DPathEffectImpl::getFactory\28\29\20const -10775:SkLine2DPathEffectImpl::flatten\28SkWriteBuffer&\29\20const -10776:SkLine2DPathEffectImpl::CreateProc\28SkReadBuffer&\29 -10777:SkJpegMetadataDecoderImpl::~SkJpegMetadataDecoderImpl\28\29_12987 -10778:SkJpegMetadataDecoderImpl::~SkJpegMetadataDecoderImpl\28\29 -10779:SkJpegMetadataDecoderImpl::getJUMBFMetadata\28bool\29\20const -10780:SkJpegMetadataDecoderImpl::getISOGainmapMetadata\28bool\29\20const -10781:SkJpegMetadataDecoderImpl::getICCProfileData\28bool\29\20const -10782:SkJpegMetadataDecoderImpl::getExifMetadata\28bool\29\20const -10783:SkJpegMemorySourceMgr::skipInputBytes\28unsigned\20long\2c\20unsigned\20char\20const*&\2c\20unsigned\20long&\29 -10784:SkJpegMemorySourceMgr::initSource\28unsigned\20char\20const*&\2c\20unsigned\20long&\29 -10785:SkJpegDecoder::Decode\28std::__2::unique_ptr>\2c\20SkCodec::Result*\2c\20void*\29 -10786:SkJpegCodec::~SkJpegCodec\28\29_12942 -10787:SkJpegCodec::~SkJpegCodec\28\29 -10788:SkJpegCodec::onStartScanlineDecode\28SkImageInfo\20const&\2c\20SkCodec::Options\20const&\29 -10789:SkJpegCodec::onSkipScanlines\28int\29 -10790:SkJpegCodec::onRewind\28\29 -10791:SkJpegCodec::onQueryYUVAInfo\28SkYUVAPixmapInfo::SupportedDataTypes\20const&\2c\20SkYUVAPixmapInfo*\29\20const -10792:SkJpegCodec::onGetYUVAPlanes\28SkYUVAPixmaps\20const&\29 -10793:SkJpegCodec::onGetScanlines\28void*\2c\20int\2c\20unsigned\20long\29 -10794:SkJpegCodec::onGetScaledDimensions\28float\29\20const -10795:SkJpegCodec::onGetPixels\28SkImageInfo\20const&\2c\20void*\2c\20unsigned\20long\2c\20SkCodec::Options\20const&\2c\20int*\29 -10796:SkJpegCodec::onGetGainmapCodec\28SkGainmapInfo*\2c\20std::__2::unique_ptr>*\29 -10797:SkJpegCodec::onDimensionsSupported\28SkISize\20const&\29 -10798:SkJpegCodec::getSampler\28bool\29 -10799:SkJpegCodec::conversionSupported\28SkImageInfo\20const&\2c\20bool\2c\20bool\29 -10800:SkJpegBufferedSourceMgr::~SkJpegBufferedSourceMgr\28\29_12996 -10801:SkJpegBufferedSourceMgr::~SkJpegBufferedSourceMgr\28\29 -10802:SkJpegBufferedSourceMgr::skipInputBytes\28unsigned\20long\2c\20unsigned\20char\20const*&\2c\20unsigned\20long&\29 -10803:SkJpegBufferedSourceMgr::initSource\28unsigned\20char\20const*&\2c\20unsigned\20long&\29 -10804:SkJpegBufferedSourceMgr::fillInputBuffer\28unsigned\20char\20const*&\2c\20unsigned\20long&\29 -10805:SkImage_Raster::~SkImage_Raster\28\29_4755 -10806:SkImage_Raster::~SkImage_Raster\28\29 -10807:SkImage_Raster::onReinterpretColorSpace\28sk_sp\29\20const -10808:SkImage_Raster::onReadPixels\28GrDirectContext*\2c\20SkImageInfo\20const&\2c\20void*\2c\20unsigned\20long\2c\20int\2c\20int\2c\20SkImage::CachingHint\29\20const -10809:SkImage_Raster::onPeekPixels\28SkPixmap*\29\20const -10810:SkImage_Raster::onMakeWithMipmaps\28sk_sp\29\20const -10811:SkImage_Raster::onMakeSubset\28SkRecorder*\2c\20SkIRect\20const&\2c\20SkImage::RequiredProperties\29\20const -10812:SkImage_Raster::onMakeSubset\28GrDirectContext*\2c\20SkIRect\20const&\29\20const -10813:SkImage_Raster::onHasMipmaps\28\29\20const -10814:SkImage_Raster::onAsLegacyBitmap\28GrDirectContext*\2c\20SkBitmap*\29\20const -10815:SkImage_Raster::notifyAddedToRasterCache\28\29\20const -10816:SkImage_Raster::makeColorTypeAndColorSpace\28SkRecorder*\2c\20SkColorType\2c\20sk_sp\2c\20SkImage::RequiredProperties\29\20const -10817:SkImage_Raster::isValid\28SkRecorder*\29\20const -10818:SkImage_Raster::getROPixels\28GrDirectContext*\2c\20SkBitmap*\2c\20SkImage::CachingHint\29\20const -10819:SkImage_LazyTexture::readPixelsProxy\28GrDirectContext*\2c\20SkPixmap\20const&\29\20const -10820:SkImage_LazyTexture::onMakeSubset\28SkRecorder*\2c\20SkIRect\20const&\2c\20SkImage::RequiredProperties\29\20const -10821:SkImage_Lazy::~SkImage_Lazy\28\29 -10822:SkImage_Lazy::onReinterpretColorSpace\28sk_sp\29\20const -10823:SkImage_Lazy::onRefEncoded\28\29\20const -10824:SkImage_Lazy::onReadPixels\28GrDirectContext*\2c\20SkImageInfo\20const&\2c\20void*\2c\20unsigned\20long\2c\20int\2c\20int\2c\20SkImage::CachingHint\29\20const -10825:SkImage_Lazy::onMakeSubset\28SkRecorder*\2c\20SkIRect\20const&\2c\20SkImage::RequiredProperties\29\20const -10826:SkImage_Lazy::onMakeSubset\28GrDirectContext*\2c\20SkIRect\20const&\29\20const -10827:SkImage_Lazy::onIsProtected\28\29\20const -10828:SkImage_Lazy::makeColorTypeAndColorSpace\28SkRecorder*\2c\20SkColorType\2c\20sk_sp\2c\20SkImage::RequiredProperties\29\20const -10829:SkImage_Lazy::isValid\28SkRecorder*\29\20const -10830:SkImage_Lazy::isValid\28GrRecordingContext*\29\20const -10831:SkImage_Lazy::getROPixels\28GrDirectContext*\2c\20SkBitmap*\2c\20SkImage::CachingHint\29\20const -10832:SkImage_GaneshBase::~SkImage_GaneshBase\28\29 -10833:SkImage_GaneshBase::onReadPixels\28GrDirectContext*\2c\20SkImageInfo\20const&\2c\20void*\2c\20unsigned\20long\2c\20int\2c\20int\2c\20SkImage::CachingHint\29\20const -10834:SkImage_GaneshBase::onMakeSurface\28SkRecorder*\2c\20SkImageInfo\20const&\29\20const -10835:SkImage_GaneshBase::onMakeSubset\28GrDirectContext*\2c\20SkIRect\20const&\29\20const -10836:SkImage_GaneshBase::onMakeColorTypeAndColorSpace\28SkColorType\2c\20sk_sp\2c\20GrDirectContext*\29\20const -10837:SkImage_GaneshBase::makeColorTypeAndColorSpace\28GrDirectContext*\2c\20SkColorType\2c\20sk_sp\29\20const -10838:SkImage_GaneshBase::isValid\28SkRecorder*\29\20const -10839:SkImage_GaneshBase::isValid\28GrRecordingContext*\29\20const -10840:SkImage_GaneshBase::getROPixels\28GrDirectContext*\2c\20SkBitmap*\2c\20SkImage::CachingHint\29\20const -10841:SkImage_GaneshBase::directContext\28\29\20const -10842:SkImage_Ganesh::~SkImage_Ganesh\28\29_10877 -10843:SkImage_Ganesh::textureSize\28\29\20const -10844:SkImage_Ganesh::onReinterpretColorSpace\28sk_sp\29\20const -10845:SkImage_Ganesh::onMakeColorTypeAndColorSpace\28GrDirectContext*\2c\20SkColorType\2c\20sk_sp\29\20const -10846:SkImage_Ganesh::onIsProtected\28\29\20const -10847:SkImage_Ganesh::onHasMipmaps\28\29\20const -10848:SkImage_Ganesh::onAsyncRescaleAndReadPixels\28SkImageInfo\20const&\2c\20SkIRect\2c\20SkImage::RescaleGamma\2c\20SkImage::RescaleMode\2c\20void\20\28*\29\28void*\2c\20std::__2::unique_ptr>\29\2c\20void*\29\20const -10849:SkImage_Ganesh::onAsyncRescaleAndReadPixelsYUV420\28SkYUVColorSpace\2c\20bool\2c\20sk_sp\2c\20SkIRect\2c\20SkISize\2c\20SkImage::RescaleGamma\2c\20SkImage::RescaleMode\2c\20void\20\28*\29\28void*\2c\20std::__2::unique_ptr>\29\2c\20void*\29\20const -10850:SkImage_Ganesh::generatingSurfaceIsDeleted\28\29 -10851:SkImage_Ganesh::flush\28GrDirectContext*\2c\20GrFlushInfo\20const&\29\20const -10852:SkImage_Ganesh::asView\28GrRecordingContext*\2c\20skgpu::Mipmapped\2c\20GrImageTexGenPolicy\29\20const -10853:SkImage_Ganesh::asFragmentProcessor\28skgpu::ganesh::SurfaceDrawContext*\2c\20SkSamplingOptions\2c\20SkTileMode\20const*\2c\20SkMatrix\20const&\2c\20SkRect\20const*\2c\20SkRect\20const*\29\20const -10854:SkImage_Base::onAsyncRescaleAndReadPixels\28SkImageInfo\20const&\2c\20SkIRect\2c\20SkImage::RescaleGamma\2c\20SkImage::RescaleMode\2c\20void\20\28*\29\28void*\2c\20std::__2::unique_ptr>\29\2c\20void*\29\20const -10855:SkImage_Base::notifyAddedToRasterCache\28\29\20const -10856:SkImage_Base::makeSubset\28SkRecorder*\2c\20SkIRect\20const&\2c\20SkImage::RequiredProperties\29\20const -10857:SkImage_Base::makeSubset\28GrDirectContext*\2c\20SkIRect\20const&\29\20const -10858:SkImage_Base::makeColorTypeAndColorSpace\28GrDirectContext*\2c\20SkColorType\2c\20sk_sp\29\20const -10859:SkImage_Base::makeColorSpace\28SkRecorder*\2c\20sk_sp\2c\20SkImage::RequiredProperties\29\20const -10860:SkImage_Base::makeColorSpace\28GrDirectContext*\2c\20sk_sp\29\20const -10861:SkImage_Base::isTextureBacked\28\29\20const -10862:SkImage_Base::isLazyGenerated\28\29\20const -10863:SkImageShader::~SkImageShader\28\29_4904 -10864:SkImageShader::~SkImageShader\28\29 -10865:SkImageShader::onIsAImage\28SkMatrix*\2c\20SkTileMode*\29\20const -10866:SkImageShader::isOpaque\28\29\20const -10867:SkImageShader::getTypeName\28\29\20const -10868:SkImageShader::flatten\28SkWriteBuffer&\29\20const -10869:SkImageShader::appendStages\28SkStageRec\20const&\2c\20SkShaders::MatrixRec\20const&\29\20const -10870:SkImageGenerator::~SkImageGenerator\28\29 -10871:SkImageFilters::Compose\28sk_sp\2c\20sk_sp\29 -10872:SkImage::~SkImage\28\29 -10873:SkIcoDecoder::Decode\28std::__2::unique_ptr>\2c\20SkCodec::Result*\2c\20void*\29 -10874:SkIcoCodec::~SkIcoCodec\28\29_13018 -10875:SkIcoCodec::~SkIcoCodec\28\29 -10876:SkIcoCodec::onStartScanlineDecode\28SkImageInfo\20const&\2c\20SkCodec::Options\20const&\29 -10877:SkIcoCodec::onStartIncrementalDecode\28SkImageInfo\20const&\2c\20void*\2c\20unsigned\20long\2c\20SkCodec::Options\20const&\29 -10878:SkIcoCodec::onSkipScanlines\28int\29 -10879:SkIcoCodec::onIncrementalDecode\28int*\29 -10880:SkIcoCodec::onGetScanlines\28void*\2c\20int\2c\20unsigned\20long\29 -10881:SkIcoCodec::onGetScanlineOrder\28\29\20const -10882:SkIcoCodec::onGetScaledDimensions\28float\29\20const -10883:SkIcoCodec::onGetPixels\28SkImageInfo\20const&\2c\20void*\2c\20unsigned\20long\2c\20SkCodec::Options\20const&\2c\20int*\29 -10884:SkIcoCodec::onDimensionsSupported\28SkISize\20const&\29 -10885:SkIcoCodec::getSampler\28bool\29 -10886:SkIcoCodec::conversionSupported\28SkImageInfo\20const&\2c\20bool\2c\20bool\29 -10887:SkGradientBaseShader::onAsLuminanceColor\28SkRGBA4f<\28SkAlphaType\293>*\29\20const -10888:SkGradientBaseShader::isOpaque\28\29\20const -10889:SkGradientBaseShader::appendStages\28SkStageRec\20const&\2c\20SkShaders::MatrixRec\20const&\29\20const -10890:SkGifDecoder::Decode\28std::__2::unique_ptr>\2c\20SkCodec::Result*\2c\20void*\29 -10891:SkGaussianColorFilter::getTypeName\28\29\20const -10892:SkGaussianColorFilter::appendStages\28SkStageRec\20const&\2c\20bool\29\20const -10893:SkGammaColorSpaceLuminance::toLuma\28float\2c\20float\29\20const -10894:SkGammaColorSpaceLuminance::fromLuma\28float\2c\20float\29\20const -10895:SkGainmapInfo::serialize\28\29\20const -10896:SkGainmapInfo::SerializeVersion\28\29 -10897:SkFontStyleSet_Custom::~SkFontStyleSet_Custom\28\29_8259 -10898:SkFontStyleSet_Custom::~SkFontStyleSet_Custom\28\29 -10899:SkFontStyleSet_Custom::getStyle\28int\2c\20SkFontStyle*\2c\20SkString*\29 -10900:SkFontScanner_FreeType::~SkFontScanner_FreeType\28\29_8325 -10901:SkFontScanner_FreeType::~SkFontScanner_FreeType\28\29 -10902:SkFontScanner_FreeType::scanFile\28SkStreamAsset*\2c\20int*\29\20const -10903:SkFontScanner_FreeType::scanFace\28SkStreamAsset*\2c\20int\2c\20int*\29\20const -10904:SkFontScanner_FreeType::getFactoryId\28\29\20const -10905:SkFontMgr_Custom::~SkFontMgr_Custom\28\29_8261 -10906:SkFontMgr_Custom::~SkFontMgr_Custom\28\29 -10907:SkFontMgr_Custom::onMatchFamily\28char\20const*\29\20const -10908:SkFontMgr_Custom::onMatchFamilyStyle\28char\20const*\2c\20SkFontStyle\20const&\29\20const -10909:SkFontMgr_Custom::onMakeFromStreamIndex\28std::__2::unique_ptr>\2c\20int\29\20const -10910:SkFontMgr_Custom::onMakeFromFile\28char\20const*\2c\20int\29\20const -10911:SkFontMgr_Custom::onMakeFromData\28sk_sp\2c\20int\29\20const -10912:SkFontMgr_Custom::onLegacyMakeTypeface\28char\20const*\2c\20SkFontStyle\29\20const -10913:SkFontMgr_Custom::onGetFamilyName\28int\2c\20SkString*\29\20const -10914:SkFont::setScaleX\28float\29 -10915:SkFont::setEmbeddedBitmaps\28bool\29 -10916:SkFont::isEmbolden\28\29\20const -10917:SkFont::getSkewX\28\29\20const -10918:SkFont::getSize\28\29\20const -10919:SkFont::getScaleX\28\29\20const -10920:SkFont*\20emscripten::internal::operator_new\2c\20float\2c\20float\2c\20float>\28sk_sp&&\2c\20float&&\2c\20float&&\2c\20float&&\29 -10921:SkFont*\20emscripten::internal::operator_new\2c\20float>\28sk_sp&&\2c\20float&&\29 -10922:SkFont*\20emscripten::internal::operator_new>\28sk_sp&&\29 -10923:SkFont*\20emscripten::internal::operator_new\28\29 -10924:SkFILEStream::~SkFILEStream\28\29_4253 -10925:SkFILEStream::~SkFILEStream\28\29 -10926:SkFILEStream::seek\28unsigned\20long\29 -10927:SkFILEStream::rewind\28\29 -10928:SkFILEStream::read\28void*\2c\20unsigned\20long\29 -10929:SkFILEStream::onFork\28\29\20const -10930:SkFILEStream::onDuplicate\28\29\20const -10931:SkFILEStream::move\28long\29 -10932:SkFILEStream::isAtEnd\28\29\20const -10933:SkFILEStream::getPosition\28\29\20const -10934:SkFILEStream::getLength\28\29\20const -10935:SkEncoder::~SkEncoder\28\29 -10936:SkEmptyShader::getTypeName\28\29\20const -10937:SkEmptyPicture::~SkEmptyPicture\28\29 -10938:SkEmptyPicture::cullRect\28\29\20const -10939:SkEmptyFontMgr::onMatchFamily\28char\20const*\29\20const -10940:SkEdgeBuilder::~SkEdgeBuilder\28\29 -10941:SkEdgeBuilder::build\28SkPath\20const&\2c\20SkIRect\20const*\2c\20bool\29::$_0::__invoke\28SkEdgeClipper*\2c\20bool\2c\20void*\29 -10942:SkDynamicMemoryWStream::~SkDynamicMemoryWStream\28\29_4283 -10943:SkDrawable::onMakePictureSnapshot\28\29 -10944:SkDrawBase::~SkDrawBase\28\29 -10945:SkDraw::paintMasks\28SkZip\2c\20SkPaint\20const&\29\20const -10946:SkDiscretePathEffectImpl::onFilterPath\28SkPathBuilder*\2c\20SkPath\20const&\2c\20SkStrokeRec*\2c\20SkRect\20const*\2c\20SkMatrix\20const&\29\20const -10947:SkDiscretePathEffectImpl::getTypeName\28\29\20const -10948:SkDiscretePathEffectImpl::getFactory\28\29\20const -10949:SkDiscretePathEffectImpl::computeFastBounds\28SkRect*\29\20const -10950:SkDiscretePathEffectImpl::CreateProc\28SkReadBuffer&\29 -10951:SkDevice::~SkDevice\28\29 -10952:SkDevice::strikeDeviceInfo\28\29\20const -10953:SkDevice::drawSlug\28SkCanvas*\2c\20sktext::gpu::Slug\20const*\2c\20SkPaint\20const&\29 -10954:SkDevice::drawRegion\28SkRegion\20const&\2c\20SkPaint\20const&\29 -10955:SkDevice::drawPatch\28SkPoint\20const*\2c\20unsigned\20int\20const*\2c\20SkPoint\20const*\2c\20sk_sp\2c\20SkPaint\20const&\29 -10956:SkDevice::drawImageLattice\28SkImage\20const*\2c\20SkCanvas::Lattice\20const&\2c\20SkRect\20const&\2c\20SkFilterMode\2c\20SkPaint\20const&\29 -10957:SkDevice::drawEdgeAAQuad\28SkRect\20const&\2c\20SkPoint\20const*\2c\20SkCanvas::QuadAAFlags\2c\20SkRGBA4f<\28SkAlphaType\293>\20const&\2c\20SkBlendMode\29 -10958:SkDevice::drawEdgeAAImageSet\28SkCanvas::ImageSetEntry\20const*\2c\20int\2c\20SkPoint\20const*\2c\20SkMatrix\20const*\2c\20SkSamplingOptions\20const&\2c\20SkPaint\20const&\2c\20SkCanvas::SrcRectConstraint\29 -10959:SkDevice::drawDRRect\28SkRRect\20const&\2c\20SkRRect\20const&\2c\20SkPaint\20const&\29 -10960:SkDevice::drawCoverageMask\28SkSpecialImage\20const*\2c\20SkMatrix\20const&\2c\20SkSamplingOptions\20const&\2c\20SkPaint\20const&\29 -10961:SkDevice::drawBlurredRRect\28SkRRect\20const&\2c\20SkPaint\20const&\2c\20float\29 -10962:SkDevice::drawAtlas\28SkSpan\2c\20SkSpan\2c\20SkSpan\2c\20sk_sp\2c\20SkPaint\20const&\29 -10963:SkDevice::drawAsTiledImageRect\28SkCanvas*\2c\20SkImage\20const*\2c\20SkRect\20const*\2c\20SkRect\20const&\2c\20SkSamplingOptions\20const&\2c\20SkPaint\20const&\2c\20SkCanvas::SrcRectConstraint\29 -10964:SkDevice::createImageFilteringBackend\28SkSurfaceProps\20const&\2c\20SkColorType\29\20const -10965:SkData::shareSubset\28unsigned\20long\2c\20unsigned\20long\29::$_0::__invoke\28void\20const*\2c\20void*\29 -10966:SkDashImpl::~SkDashImpl\28\29_5237 -10967:SkDashImpl::~SkDashImpl\28\29 -10968:SkDashImpl::onFilterPath\28SkPathBuilder*\2c\20SkPath\20const&\2c\20SkStrokeRec*\2c\20SkRect\20const*\2c\20SkMatrix\20const&\29\20const -10969:SkDashImpl::onAsPoints\28SkPathEffectBase::PointData*\2c\20SkPath\20const&\2c\20SkStrokeRec\20const&\2c\20SkMatrix\20const&\2c\20SkRect\20const*\29\20const -10970:SkDashImpl::getTypeName\28\29\20const -10971:SkDashImpl::flatten\28SkWriteBuffer&\29\20const -10972:SkDashImpl::asADash\28\29\20const -10973:SkCustomTypefaceBuilder::MakeFromStream\28std::__2::unique_ptr>\2c\20SkFontArguments\20const&\29 -10974:SkCornerPathEffectImpl::onFilterPath\28SkPathBuilder*\2c\20SkPath\20const&\2c\20SkStrokeRec*\2c\20SkRect\20const*\2c\20SkMatrix\20const&\29\20const -10975:SkCornerPathEffectImpl::getTypeName\28\29\20const -10976:SkCornerPathEffectImpl::getFactory\28\29\20const -10977:SkCornerPathEffectImpl::flatten\28SkWriteBuffer&\29\20const -10978:SkCornerPathEffectImpl::CreateProc\28SkReadBuffer&\29 -10979:SkCornerPathEffect::Make\28float\29 -10980:SkContourMeasureIter*\20emscripten::internal::operator_new\28SkPath\20const&\2c\20bool&&\2c\20float&&\29 -10981:SkContourMeasure::~SkContourMeasure\28\29_1910 -10982:SkContourMeasure::~SkContourMeasure\28\29 -10983:SkContourMeasure::isClosed\28\29\20const -10984:SkConicalGradient::getTypeName\28\29\20const -10985:SkConicalGradient::flatten\28SkWriteBuffer&\29\20const -10986:SkConicalGradient::asGradient\28SkShaderBase::GradientInfo*\2c\20SkMatrix*\29\20const -10987:SkConicalGradient::appendGradientStages\28SkArenaAlloc*\2c\20SkRasterPipeline*\2c\20SkRasterPipeline*\29\20const -10988:SkComposePathEffect::~SkComposePathEffect\28\29 -10989:SkComposePathEffect::onFilterPath\28SkPathBuilder*\2c\20SkPath\20const&\2c\20SkStrokeRec*\2c\20SkRect\20const*\2c\20SkMatrix\20const&\29\20const -10990:SkComposePathEffect::getTypeName\28\29\20const -10991:SkComposePathEffect::computeFastBounds\28SkRect*\29\20const -10992:SkComposeColorFilter::onIsAlphaUnchanged\28\29\20const -10993:SkComposeColorFilter::getTypeName\28\29\20const -10994:SkComposeColorFilter::appendStages\28SkStageRec\20const&\2c\20bool\29\20const -10995:SkColorSpaceXformColorFilter::~SkColorSpaceXformColorFilter\28\29_5344 -10996:SkColorSpaceXformColorFilter::~SkColorSpaceXformColorFilter\28\29 -10997:SkColorSpaceXformColorFilter::getTypeName\28\29\20const -10998:SkColorSpaceXformColorFilter::flatten\28SkWriteBuffer&\29\20const -10999:SkColorSpaceXformColorFilter::appendStages\28SkStageRec\20const&\2c\20bool\29\20const -11000:SkColorShader::onAsLuminanceColor\28SkRGBA4f<\28SkAlphaType\293>*\29\20const -11001:SkColorShader::isOpaque\28\29\20const -11002:SkColorShader::isConstant\28SkRGBA4f<\28SkAlphaType\293>*\29\20const -11003:SkColorShader::getTypeName\28\29\20const -11004:SkColorShader::flatten\28SkWriteBuffer&\29\20const -11005:SkColorShader::appendStages\28SkStageRec\20const&\2c\20SkShaders::MatrixRec\20const&\29\20const -11006:SkColorPalette::~SkColorPalette\28\29_5577 -11007:SkColorPalette::~SkColorPalette\28\29 -11008:SkColorFilters::SRGBToLinearGamma\28\29 -11009:SkColorFilters::LinearToSRGBGamma\28\29 -11010:SkColorFilters::Lerp\28float\2c\20sk_sp\2c\20sk_sp\29 -11011:SkColorFilters::Compose\28sk_sp\20const&\2c\20sk_sp\29 -11012:SkColorFilterShader::~SkColorFilterShader\28\29_4868 -11013:SkColorFilterShader::~SkColorFilterShader\28\29 -11014:SkColorFilterShader::isOpaque\28\29\20const -11015:SkColorFilterShader::getTypeName\28\29\20const -11016:SkColorFilterShader::appendStages\28SkStageRec\20const&\2c\20SkShaders::MatrixRec\20const&\29\20const -11017:SkColorFilterBase::onFilterColor4f\28SkRGBA4f<\28SkAlphaType\292>\20const&\2c\20SkColorSpace*\29\20const -11018:SkCodecPriv::PremultiplyARGBasRGBA\28unsigned\20int\2c\20unsigned\20int\2c\20unsigned\20int\2c\20unsigned\20int\29 -11019:SkCodecPriv::PremultiplyARGBasBGRA\28unsigned\20int\2c\20unsigned\20int\2c\20unsigned\20int\2c\20unsigned\20int\29 -11020:SkCodecImageGenerator::~SkCodecImageGenerator\28\29_5574 -11021:SkCodecImageGenerator::~SkCodecImageGenerator\28\29 -11022:SkCodecImageGenerator::onRefEncodedData\28\29 -11023:SkCodecImageGenerator::onQueryYUVAInfo\28SkYUVAPixmapInfo::SupportedDataTypes\20const&\2c\20SkYUVAPixmapInfo*\29\20const -11024:SkCodecImageGenerator::onGetYUVAPlanes\28SkYUVAPixmaps\20const&\29 -11025:SkCodecImageGenerator::onGetPixels\28SkImageInfo\20const&\2c\20void*\2c\20unsigned\20long\2c\20SkImageGenerator::Options\20const&\29 -11026:SkCodec::onStartScanlineDecode\28SkImageInfo\20const&\2c\20SkCodec::Options\20const&\29 -11027:SkCodec::onStartIncrementalDecode\28SkImageInfo\20const&\2c\20void*\2c\20unsigned\20long\2c\20SkCodec::Options\20const&\29 -11028:SkCodec::onOutputScanline\28int\29\20const -11029:SkCodec::onGetScaledDimensions\28float\29\20const -11030:SkCodec::getEncodedData\28\29\20const -11031:SkCodec::conversionSupported\28SkImageInfo\20const&\2c\20bool\2c\20bool\29 -11032:SkCanvas::rotate\28float\2c\20float\2c\20float\29 -11033:SkCanvas::recordingContext\28\29\20const -11034:SkCanvas::recorder\28\29\20const -11035:SkCanvas::onPeekPixels\28SkPixmap*\29 -11036:SkCanvas::onNewSurface\28SkImageInfo\20const&\2c\20SkSurfaceProps\20const&\29 -11037:SkCanvas::onImageInfo\28\29\20const -11038:SkCanvas::onGetProps\28SkSurfaceProps*\2c\20bool\29\20const -11039:SkCanvas::onDrawVerticesObject\28SkVertices\20const*\2c\20SkBlendMode\2c\20SkPaint\20const&\29 -11040:SkCanvas::onDrawTextBlob\28SkTextBlob\20const*\2c\20float\2c\20float\2c\20SkPaint\20const&\29 -11041:SkCanvas::onDrawSlug\28sktext::gpu::Slug\20const*\2c\20SkPaint\20const&\29 -11042:SkCanvas::onDrawShadowRec\28SkPath\20const&\2c\20SkDrawShadowRec\20const&\29 -11043:SkCanvas::onDrawRegion\28SkRegion\20const&\2c\20SkPaint\20const&\29 -11044:SkCanvas::onDrawRect\28SkRect\20const&\2c\20SkPaint\20const&\29 -11045:SkCanvas::onDrawRRect\28SkRRect\20const&\2c\20SkPaint\20const&\29 -11046:SkCanvas::onDrawPoints\28SkCanvas::PointMode\2c\20unsigned\20long\2c\20SkPoint\20const*\2c\20SkPaint\20const&\29 -11047:SkCanvas::onDrawPicture\28SkPicture\20const*\2c\20SkMatrix\20const*\2c\20SkPaint\20const*\29 -11048:SkCanvas::onDrawPath\28SkPath\20const&\2c\20SkPaint\20const&\29 -11049:SkCanvas::onDrawPatch\28SkPoint\20const*\2c\20unsigned\20int\20const*\2c\20SkPoint\20const*\2c\20SkBlendMode\2c\20SkPaint\20const&\29 -11050:SkCanvas::onDrawPaint\28SkPaint\20const&\29 -11051:SkCanvas::onDrawOval\28SkRect\20const&\2c\20SkPaint\20const&\29 -11052:SkCanvas::onDrawMesh\28SkMesh\20const&\2c\20sk_sp\2c\20SkPaint\20const&\29 -11053:SkCanvas::onDrawImageRect2\28SkImage\20const*\2c\20SkRect\20const&\2c\20SkRect\20const&\2c\20SkSamplingOptions\20const&\2c\20SkPaint\20const*\2c\20SkCanvas::SrcRectConstraint\29 -11054:SkCanvas::onDrawImageLattice2\28SkImage\20const*\2c\20SkCanvas::Lattice\20const&\2c\20SkRect\20const&\2c\20SkFilterMode\2c\20SkPaint\20const*\29 -11055:SkCanvas::onDrawImage2\28SkImage\20const*\2c\20float\2c\20float\2c\20SkSamplingOptions\20const&\2c\20SkPaint\20const*\29 -11056:SkCanvas::onDrawGlyphRunList\28sktext::GlyphRunList\20const&\2c\20SkPaint\20const&\29 -11057:SkCanvas::onDrawEdgeAAQuad\28SkRect\20const&\2c\20SkPoint\20const*\2c\20SkCanvas::QuadAAFlags\2c\20SkRGBA4f<\28SkAlphaType\293>\20const&\2c\20SkBlendMode\29 -11058:SkCanvas::onDrawEdgeAAImageSet2\28SkCanvas::ImageSetEntry\20const*\2c\20int\2c\20SkPoint\20const*\2c\20SkMatrix\20const*\2c\20SkSamplingOptions\20const&\2c\20SkPaint\20const*\2c\20SkCanvas::SrcRectConstraint\29 -11059:SkCanvas::onDrawDrawable\28SkDrawable*\2c\20SkMatrix\20const*\29 -11060:SkCanvas::onDrawDRRect\28SkRRect\20const&\2c\20SkRRect\20const&\2c\20SkPaint\20const&\29 -11061:SkCanvas::onDrawBehind\28SkPaint\20const&\29 -11062:SkCanvas::onDrawAtlas2\28SkImage\20const*\2c\20SkRSXform\20const*\2c\20SkRect\20const*\2c\20unsigned\20int\20const*\2c\20int\2c\20SkBlendMode\2c\20SkSamplingOptions\20const&\2c\20SkRect\20const*\2c\20SkPaint\20const*\29 -11063:SkCanvas::onDrawArc\28SkRect\20const&\2c\20float\2c\20float\2c\20bool\2c\20SkPaint\20const&\29 -11064:SkCanvas::onDrawAnnotation\28SkRect\20const&\2c\20char\20const*\2c\20SkData*\29 -11065:SkCanvas::onDiscard\28\29 -11066:SkCanvas::onConvertGlyphRunListToSlug\28sktext::GlyphRunList\20const&\2c\20SkPaint\20const&\29 -11067:SkCanvas::onAccessTopLayerPixels\28SkPixmap*\29 -11068:SkCanvas::isClipRect\28\29\20const -11069:SkCanvas::isClipEmpty\28\29\20const -11070:SkCanvas::getSaveCount\28\29\20const -11071:SkCanvas::getBaseLayerSize\28\29\20const -11072:SkCanvas::drawTextBlob\28sk_sp\20const&\2c\20float\2c\20float\2c\20SkPaint\20const&\29 -11073:SkCanvas::drawPicture\28sk_sp\20const&\29 -11074:SkCanvas::drawCircle\28float\2c\20float\2c\20float\2c\20SkPaint\20const&\29 -11075:SkCanvas::baseRecorder\28\29\20const -11076:SkCanvas*\20emscripten::internal::operator_new\28float&&\2c\20float&&\29 -11077:SkCanvas*\20emscripten::internal::operator_new\28\29 -11078:SkCachedData::~SkCachedData\28\29_1640 -11079:SkCTMShader::~SkCTMShader\28\29 -11080:SkCTMShader::isConstant\28SkRGBA4f<\28SkAlphaType\293>*\29\20const -11081:SkCTMShader::getTypeName\28\29\20const -11082:SkCTMShader::asGradient\28SkShaderBase::GradientInfo*\2c\20SkMatrix*\29\20const -11083:SkCTMShader::appendStages\28SkStageRec\20const&\2c\20SkShaders::MatrixRec\20const&\29\20const -11084:SkBreakIterator_icu::~SkBreakIterator_icu\28\29_8184 -11085:SkBreakIterator_icu::~SkBreakIterator_icu\28\29 -11086:SkBreakIterator_icu::status\28\29 -11087:SkBreakIterator_icu::setText\28char\20const*\2c\20int\29 -11088:SkBreakIterator_icu::setText\28char16_t\20const*\2c\20int\29 -11089:SkBreakIterator_icu::next\28\29 -11090:SkBreakIterator_icu::isDone\28\29 -11091:SkBreakIterator_icu::first\28\29 -11092:SkBreakIterator_icu::current\28\29 -11093:SkBmpStandardCodec::~SkBmpStandardCodec\28\29_5747 -11094:SkBmpStandardCodec::~SkBmpStandardCodec\28\29 -11095:SkBmpStandardCodec::onPrepareToDecode\28SkImageInfo\20const&\2c\20SkCodec::Options\20const&\29 -11096:SkBmpStandardCodec::onInIco\28\29\20const -11097:SkBmpStandardCodec::getSampler\28bool\29 -11098:SkBmpStandardCodec::decodeRows\28SkImageInfo\20const&\2c\20void*\2c\20unsigned\20long\2c\20SkCodec::Options\20const&\29 -11099:SkBmpRLESampler::onSetSampleX\28int\29 -11100:SkBmpRLESampler::fillWidth\28\29\20const -11101:SkBmpRLECodec::~SkBmpRLECodec\28\29_5731 -11102:SkBmpRLECodec::~SkBmpRLECodec\28\29 -11103:SkBmpRLECodec::skipRows\28int\29 -11104:SkBmpRLECodec::onPrepareToDecode\28SkImageInfo\20const&\2c\20SkCodec::Options\20const&\29 -11105:SkBmpRLECodec::onGetPixels\28SkImageInfo\20const&\2c\20void*\2c\20unsigned\20long\2c\20SkCodec::Options\20const&\2c\20int*\29 -11106:SkBmpRLECodec::getSampler\28bool\29 -11107:SkBmpRLECodec::decodeRows\28SkImageInfo\20const&\2c\20void*\2c\20unsigned\20long\2c\20SkCodec::Options\20const&\29 -11108:SkBmpMaskCodec::~SkBmpMaskCodec\28\29_5716 -11109:SkBmpMaskCodec::~SkBmpMaskCodec\28\29 -11110:SkBmpMaskCodec::onPrepareToDecode\28SkImageInfo\20const&\2c\20SkCodec::Options\20const&\29 -11111:SkBmpMaskCodec::getSampler\28bool\29 -11112:SkBmpMaskCodec::decodeRows\28SkImageInfo\20const&\2c\20void*\2c\20unsigned\20long\2c\20SkCodec::Options\20const&\29 -11113:SkBmpDecoder::Decode\28std::__2::unique_ptr>\2c\20SkCodec::Result*\2c\20void*\29 -11114:SkBmpCodec::~SkBmpCodec\28\29 -11115:SkBmpCodec::skipRows\28int\29 -11116:SkBmpCodec::onSkipScanlines\28int\29 -11117:SkBmpCodec::onRewind\28\29 -11118:SkBmpCodec::onGetScanlines\28void*\2c\20int\2c\20unsigned\20long\29 -11119:SkBmpCodec::onGetScanlineOrder\28\29\20const -11120:SkBlurMaskFilterImpl::getTypeName\28\29\20const -11121:SkBlurMaskFilterImpl::flatten\28SkWriteBuffer&\29\20const -11122:SkBlurMaskFilterImpl::filterRectsToNine\28SkSpan\2c\20SkMatrix\20const&\2c\20SkIRect\20const&\2c\20std::__2::optional*\2c\20SkResourceCache*\29\20const -11123:SkBlurMaskFilterImpl::filterRRectToNine\28SkRRect\20const&\2c\20SkMatrix\20const&\2c\20SkIRect\20const&\2c\20SkResourceCache*\29\20const -11124:SkBlurMaskFilterImpl::filterMask\28SkMaskBuilder*\2c\20SkMask\20const&\2c\20SkMatrix\20const&\2c\20SkIPoint*\29\20const -11125:SkBlurMaskFilterImpl::computeFastBounds\28SkRect\20const&\2c\20SkRect*\29\20const -11126:SkBlurMaskFilterImpl::asImageFilter\28SkMatrix\20const&\2c\20SkPaint\20const&\29\20const -11127:SkBlurMaskFilterImpl::asABlur\28SkMaskFilterBase::BlurRec*\29\20const -11128:SkBlockMemoryStream::~SkBlockMemoryStream\28\29_4309 -11129:SkBlockMemoryStream::~SkBlockMemoryStream\28\29 -11130:SkBlockMemoryStream::seek\28unsigned\20long\29 -11131:SkBlockMemoryStream::rewind\28\29 -11132:SkBlockMemoryStream::read\28void*\2c\20unsigned\20long\29 -11133:SkBlockMemoryStream::peek\28void*\2c\20unsigned\20long\29\20const -11134:SkBlockMemoryStream::onFork\28\29\20const -11135:SkBlockMemoryStream::onDuplicate\28\29\20const -11136:SkBlockMemoryStream::move\28long\29 -11137:SkBlockMemoryStream::isAtEnd\28\29\20const -11138:SkBlockMemoryStream::getMemoryBase\28\29 -11139:SkBlockMemoryRefCnt::~SkBlockMemoryRefCnt\28\29_4307 -11140:SkBlockMemoryRefCnt::~SkBlockMemoryRefCnt\28\29 -11141:SkBlitter::canDirectBlit\28\29 -11142:SkBlitter::blitRect\28int\2c\20int\2c\20int\2c\20int\29 -11143:SkBlitter::blitAntiV2\28int\2c\20int\2c\20unsigned\20int\2c\20unsigned\20int\29 -11144:SkBlitter::blitAntiRect\28int\2c\20int\2c\20int\2c\20int\2c\20unsigned\20char\2c\20unsigned\20char\29 -11145:SkBlitter::blitAntiH2\28int\2c\20int\2c\20unsigned\20int\2c\20unsigned\20int\29 -11146:SkBlitter::allocBlitMemory\28unsigned\20long\29 -11147:SkBlendShader::getTypeName\28\29\20const -11148:SkBlendShader::flatten\28SkWriteBuffer&\29\20const -11149:SkBlendShader::appendStages\28SkStageRec\20const&\2c\20SkShaders::MatrixRec\20const&\29\20const -11150:SkBlendModeColorFilter::onIsAlphaUnchanged\28\29\20const -11151:SkBlendModeColorFilter::onAsAColorMode\28unsigned\20int*\2c\20SkBlendMode*\29\20const -11152:SkBlendModeColorFilter::getTypeName\28\29\20const -11153:SkBlendModeColorFilter::flatten\28SkWriteBuffer&\29\20const -11154:SkBlendModeColorFilter::appendStages\28SkStageRec\20const&\2c\20bool\29\20const -11155:SkBlendModeBlender::onAppendStages\28SkStageRec\20const&\29\20const -11156:SkBlendModeBlender::getTypeName\28\29\20const -11157:SkBlendModeBlender::flatten\28SkWriteBuffer&\29\20const -11158:SkBlendModeBlender::asBlendMode\28\29\20const -11159:SkBitmapDevice::~SkBitmapDevice\28\29_1389 -11160:SkBitmapDevice::~SkBitmapDevice\28\29 -11161:SkBitmapDevice::snapSpecial\28SkIRect\20const&\2c\20bool\29 -11162:SkBitmapDevice::setImmutable\28\29 -11163:SkBitmapDevice::replaceClip\28SkIRect\20const&\29 -11164:SkBitmapDevice::pushClipStack\28\29 -11165:SkBitmapDevice::popClipStack\28\29 -11166:SkBitmapDevice::onWritePixels\28SkPixmap\20const&\2c\20int\2c\20int\29 -11167:SkBitmapDevice::onReadPixels\28SkPixmap\20const&\2c\20int\2c\20int\29 -11168:SkBitmapDevice::onPeekPixels\28SkPixmap*\29 -11169:SkBitmapDevice::onDrawGlyphRunList\28SkCanvas*\2c\20sktext::GlyphRunList\20const&\2c\20SkPaint\20const&\29 -11170:SkBitmapDevice::onClipShader\28sk_sp\29 -11171:SkBitmapDevice::onAccessPixels\28SkPixmap*\29 -11172:SkBitmapDevice::makeSurface\28SkImageInfo\20const&\2c\20SkSurfaceProps\20const&\29 -11173:SkBitmapDevice::isClipWideOpen\28\29\20const -11174:SkBitmapDevice::isClipRect\28\29\20const -11175:SkBitmapDevice::isClipEmpty\28\29\20const -11176:SkBitmapDevice::isClipAntiAliased\28\29\20const -11177:SkBitmapDevice::drawVertices\28SkVertices\20const*\2c\20sk_sp\2c\20SkPaint\20const&\2c\20bool\29 -11178:SkBitmapDevice::drawSpecial\28SkSpecialImage*\2c\20SkMatrix\20const&\2c\20SkSamplingOptions\20const&\2c\20SkPaint\20const&\2c\20SkCanvas::SrcRectConstraint\29 -11179:SkBitmapDevice::drawRRect\28SkRRect\20const&\2c\20SkPaint\20const&\29 -11180:SkBitmapDevice::drawPoints\28SkCanvas::PointMode\2c\20SkSpan\2c\20SkPaint\20const&\29 -11181:SkBitmapDevice::drawPaint\28SkPaint\20const&\29 -11182:SkBitmapDevice::drawOval\28SkRect\20const&\2c\20SkPaint\20const&\29 -11183:SkBitmapDevice::drawImageRect\28SkImage\20const*\2c\20SkRect\20const*\2c\20SkRect\20const&\2c\20SkSamplingOptions\20const&\2c\20SkPaint\20const&\2c\20SkCanvas::SrcRectConstraint\29 -11184:SkBitmapDevice::drawCoverageMask\28SkSpecialImage\20const*\2c\20SkMatrix\20const&\2c\20SkSamplingOptions\20const&\2c\20SkPaint\20const&\29 -11185:SkBitmapDevice::drawBlurredRRect\28SkRRect\20const&\2c\20SkPaint\20const&\2c\20float\29 -11186:SkBitmapDevice::drawAtlas\28SkSpan\2c\20SkSpan\2c\20SkSpan\2c\20sk_sp\2c\20SkPaint\20const&\29 -11187:SkBitmapDevice::devClipBounds\28\29\20const -11188:SkBitmapDevice::createDevice\28SkDevice::CreateInfo\20const&\2c\20SkPaint\20const*\29 -11189:SkBitmapDevice::clipRegion\28SkRegion\20const&\2c\20SkClipOp\29 -11190:SkBitmapDevice::clipRect\28SkRect\20const&\2c\20SkClipOp\2c\20bool\29 -11191:SkBitmapDevice::clipRRect\28SkRRect\20const&\2c\20SkClipOp\2c\20bool\29 -11192:SkBitmapDevice::clipPath\28SkPath\20const&\2c\20SkClipOp\2c\20bool\29 -11193:SkBitmapDevice::baseRecorder\28\29\20const -11194:SkBitmapDevice::android_utils_clipAsRgn\28SkRegion*\29\20const -11195:SkBitmapDevice::SkBitmapDevice\28SkBitmap\20const&\2c\20SkSurfaceProps\20const&\2c\20void*\29 -11196:SkBitmapCache::Rec::~Rec\28\29_1321 -11197:SkBitmapCache::Rec::~Rec\28\29 -11198:SkBitmapCache::Rec::postAddInstall\28void*\29 -11199:SkBitmapCache::Rec::getCategory\28\29\20const -11200:SkBitmapCache::Rec::canBePurged\28\29 -11201:SkBitmapCache::Rec::bytesUsed\28\29\20const -11202:SkBitmapCache::Rec::ReleaseProc\28void*\2c\20void*\29 -11203:SkBitmapCache::Rec::Finder\28SkResourceCache::Rec\20const&\2c\20void*\29 -11204:SkBinaryWriteBuffer::~SkBinaryWriteBuffer\28\29_4612 -11205:SkBinaryWriteBuffer::write\28SkM44\20const&\29 -11206:SkBinaryWriteBuffer::writeTypeface\28SkTypeface*\29 -11207:SkBinaryWriteBuffer::writeString\28std::__2::basic_string_view>\29 -11208:SkBinaryWriteBuffer::writeStream\28SkStream*\2c\20unsigned\20long\29 -11209:SkBinaryWriteBuffer::writeScalar\28float\29 -11210:SkBinaryWriteBuffer::writeSampling\28SkSamplingOptions\20const&\29 -11211:SkBinaryWriteBuffer::writeRegion\28SkRegion\20const&\29 -11212:SkBinaryWriteBuffer::writeRect\28SkRect\20const&\29 -11213:SkBinaryWriteBuffer::writePoint\28SkPoint\20const&\29 -11214:SkBinaryWriteBuffer::writePointArray\28SkSpan\29 -11215:SkBinaryWriteBuffer::writePoint3\28SkPoint3\20const&\29 -11216:SkBinaryWriteBuffer::writePath\28SkPath\20const&\29 -11217:SkBinaryWriteBuffer::writePaint\28SkPaint\20const&\29 -11218:SkBinaryWriteBuffer::writePad32\28void\20const*\2c\20unsigned\20long\29 -11219:SkBinaryWriteBuffer::writeMatrix\28SkMatrix\20const&\29 -11220:SkBinaryWriteBuffer::writeImage\28SkImage\20const*\29 -11221:SkBinaryWriteBuffer::writeColor4fArray\28SkSpan\20const>\29 -11222:SkBigPicture::~SkBigPicture\28\29_1266 -11223:SkBigPicture::~SkBigPicture\28\29 -11224:SkBigPicture::playback\28SkCanvas*\2c\20SkPicture::AbortCallback*\29\20const -11225:SkBigPicture::cullRect\28\29\20const -11226:SkBigPicture::approximateOpCount\28bool\29\20const -11227:SkBigPicture::approximateBytesUsed\28\29\20const -11228:SkBidiICUFactory::errorName\28UErrorCode\29\20const -11229:SkBidiICUFactory::bidi_setPara\28UBiDi*\2c\20char16_t\20const*\2c\20int\2c\20unsigned\20char\2c\20unsigned\20char*\2c\20UErrorCode*\29\20const -11230:SkBidiICUFactory::bidi_reorderVisual\28unsigned\20char\20const*\2c\20int\2c\20int*\29\20const -11231:SkBidiICUFactory::bidi_openSized\28int\2c\20int\2c\20UErrorCode*\29\20const -11232:SkBidiICUFactory::bidi_getLevelAt\28UBiDi\20const*\2c\20int\29\20const -11233:SkBidiICUFactory::bidi_getLength\28UBiDi\20const*\29\20const -11234:SkBidiICUFactory::bidi_getDirection\28UBiDi\20const*\29\20const -11235:SkBidiICUFactory::bidi_close_callback\28\29\20const -11236:SkBezierCubic::Subdivide\28double\20const*\2c\20double\2c\20double*\29 -11237:SkBasicEdgeBuilder::addQuad\28SkPoint\20const*\29 -11238:SkBasicEdgeBuilder::addLine\28SkPoint\20const*\29 -11239:SkBasicEdgeBuilder::addCubic\28SkPoint\20const*\29 -11240:SkBaseShadowTessellator::~SkBaseShadowTessellator\28\29 -11241:SkBBoxHierarchy::insert\28SkRect\20const*\2c\20SkBBoxHierarchy::Metadata\20const*\2c\20int\29 -11242:SkArenaAlloc::SkipPod\28char*\29 -11243:SkArenaAlloc::NextBlock\28char*\29 -11244:SkAnimatedImage::~SkAnimatedImage\28\29_7539 -11245:SkAnimatedImage::~SkAnimatedImage\28\29 -11246:SkAnimatedImage::reset\28\29 -11247:SkAnimatedImage::onGetBounds\28\29 -11248:SkAnimatedImage::onDraw\28SkCanvas*\29 -11249:SkAnimatedImage::getRepetitionCount\28\29\20const -11250:SkAnimatedImage::getCurrentFrame\28\29 -11251:SkAnimatedImage::currentFrameDuration\28\29 -11252:SkAndroidCodecAdapter::onGetSupportedSubset\28SkIRect*\29\20const -11253:SkAndroidCodecAdapter::onGetSampledDimensions\28int\29\20const -11254:SkAndroidCodecAdapter::onGetAndroidPixels\28SkImageInfo\20const&\2c\20void*\2c\20unsigned\20long\2c\20SkAndroidCodec::AndroidOptions\20const&\29 -11255:SkAnalyticEdgeBuilder::allocEdges\28unsigned\20long\2c\20unsigned\20long*\29 -11256:SkAnalyticEdgeBuilder::addQuad\28SkPoint\20const*\29 -11257:SkAnalyticEdgeBuilder::addPolyLine\28SkPoint\20const*\2c\20char*\2c\20char**\29 -11258:SkAnalyticEdgeBuilder::addLine\28SkPoint\20const*\29 -11259:SkAnalyticEdgeBuilder::addCubic\28SkPoint\20const*\29 -11260:SkAAClipBlitter::~SkAAClipBlitter\28\29_1219 -11261:SkAAClipBlitter::blitV\28int\2c\20int\2c\20int\2c\20unsigned\20char\29 -11262:SkAAClipBlitter::blitRect\28int\2c\20int\2c\20int\2c\20int\29 -11263:SkAAClipBlitter::blitMask\28SkMask\20const&\2c\20SkIRect\20const&\29 -11264:SkAAClipBlitter::blitH\28int\2c\20int\2c\20int\29 -11265:SkAAClipBlitter::blitAntiH\28int\2c\20int\2c\20unsigned\20char\20const*\2c\20short\20const*\29 -11266:SkAAClip::Builder::operateY\28SkAAClip\20const&\2c\20SkAAClip\20const&\2c\20SkClipOp\29::$_1::__invoke\28unsigned\20int\2c\20unsigned\20int\29 -11267:SkAAClip::Builder::operateY\28SkAAClip\20const&\2c\20SkAAClip\20const&\2c\20SkClipOp\29::$_0::__invoke\28unsigned\20int\2c\20unsigned\20int\29 -11268:SkAAClip::Builder::Blitter::blitV\28int\2c\20int\2c\20int\2c\20unsigned\20char\29 -11269:SkAAClip::Builder::Blitter::blitRect\28int\2c\20int\2c\20int\2c\20int\29 -11270:SkAAClip::Builder::Blitter::blitMask\28SkMask\20const&\2c\20SkIRect\20const&\29 -11271:SkAAClip::Builder::Blitter::blitH\28int\2c\20int\2c\20int\29 -11272:SkAAClip::Builder::Blitter::blitAntiRect\28int\2c\20int\2c\20int\2c\20int\2c\20unsigned\20char\2c\20unsigned\20char\29 -11273:SkA8_Coverage_Blitter::~SkA8_Coverage_Blitter\28\29_1489 -11274:SkA8_Coverage_Blitter::~SkA8_Coverage_Blitter\28\29 -11275:SkA8_Coverage_Blitter::blitV\28int\2c\20int\2c\20int\2c\20unsigned\20char\29 -11276:SkA8_Coverage_Blitter::blitRect\28int\2c\20int\2c\20int\2c\20int\29 -11277:SkA8_Coverage_Blitter::blitMask\28SkMask\20const&\2c\20SkIRect\20const&\29 -11278:SkA8_Coverage_Blitter::blitH\28int\2c\20int\2c\20int\29 -11279:SkA8_Coverage_Blitter::blitAntiH\28int\2c\20int\2c\20unsigned\20char\20const*\2c\20short\20const*\29 -11280:SkA8_Blitter::~SkA8_Blitter\28\29_1491 -11281:SkA8_Blitter::~SkA8_Blitter\28\29 -11282:SkA8_Blitter::blitV\28int\2c\20int\2c\20int\2c\20unsigned\20char\29 -11283:SkA8_Blitter::blitRect\28int\2c\20int\2c\20int\2c\20int\29 -11284:SkA8_Blitter::blitMask\28SkMask\20const&\2c\20SkIRect\20const&\29 -11285:SkA8_Blitter::blitH\28int\2c\20int\2c\20int\29 -11286:SkA8_Blitter::blitAntiH\28int\2c\20int\2c\20unsigned\20char\20const*\2c\20short\20const*\29 -11287:SkA8Blitter_Choose\28SkPixmap\20const&\2c\20SkMatrix\20const&\2c\20SkPaint\20const&\2c\20SkArenaAlloc*\2c\20SkDrawCoverage\2c\20sk_sp\2c\20SkSurfaceProps\20const&\29 -11288:Sk2DPathEffect::nextSpan\28int\2c\20int\2c\20int\2c\20SkPathBuilder*\29\20const -11289:Sk2DPathEffect::flatten\28SkWriteBuffer&\29\20const -11290:SimpleVFilter16i_C -11291:SimpleVFilter16_C -11292:SimpleTextStyle*\20emscripten::internal::raw_constructor\28\29 -11293:SimpleTextStyle*\20emscripten::internal::MemberAccess::getWire\28SimpleTextStyle\20SimpleParagraphStyle::*\20const&\2c\20SimpleParagraphStyle&\29 -11294:SimpleStrutStyle*\20emscripten::internal::raw_constructor\28\29 -11295:SimpleStrutStyle*\20emscripten::internal::MemberAccess::getWire\28SimpleStrutStyle\20SimpleParagraphStyle::*\20const&\2c\20SimpleParagraphStyle&\29 -11296:SimpleParagraphStyle*\20emscripten::internal::raw_constructor\28\29 -11297:SimpleHFilter16i_C -11298:SimpleHFilter16_C -11299:SimpleFontStyle*\20emscripten::internal::raw_constructor\28\29 -11300:ShaderPDXferProcessor::onAddToKey\28GrShaderCaps\20const&\2c\20skgpu::KeyBuilder*\29\20const -11301:ShaderPDXferProcessor::name\28\29\20const -11302:ShaderPDXferProcessor::makeProgramImpl\28\29\20const -11303:SafeRLEAdditiveBlitter::blitAntiH\28int\2c\20int\2c\20unsigned\20char\29 -11304:SafeRLEAdditiveBlitter::blitAntiH\28int\2c\20int\2c\20unsigned\20char\20const*\2c\20int\29 -11305:SafeRLEAdditiveBlitter::blitAntiH\28int\2c\20int\2c\20int\2c\20unsigned\20char\29 -11306:RuntimeEffectUniform*\20emscripten::internal::raw_constructor\28\29 -11307:RuntimeEffectRPCallbacks::toLinearSrgb\28void\20const*\29 -11308:RuntimeEffectRPCallbacks::fromLinearSrgb\28void\20const*\29 -11309:RuntimeEffectRPCallbacks::appendShader\28int\29 -11310:RuntimeEffectRPCallbacks::appendColorFilter\28int\29 -11311:RuntimeEffectRPCallbacks::appendBlender\28int\29 -11312:RunBasedAdditiveBlitter::~RunBasedAdditiveBlitter\28\29 -11313:RunBasedAdditiveBlitter::getRealBlitter\28bool\29 -11314:RunBasedAdditiveBlitter::flush_if_y_changed\28int\2c\20int\29 -11315:RunBasedAdditiveBlitter::blitAntiH\28int\2c\20int\2c\20unsigned\20char\29 -11316:RunBasedAdditiveBlitter::blitAntiH\28int\2c\20int\2c\20unsigned\20char\20const*\2c\20int\29 -11317:RunBasedAdditiveBlitter::blitAntiH\28int\2c\20int\2c\20int\2c\20unsigned\20char\29 -11318:Round_Up_To_Grid -11319:Round_To_Half_Grid -11320:Round_To_Grid -11321:Round_To_Double_Grid -11322:Round_Super_45 -11323:Round_Super -11324:Round_None -11325:Round_Down_To_Grid -11326:RoundJoiner\28SkPathBuilder*\2c\20SkPathBuilder*\2c\20SkPoint\20const&\2c\20SkPoint\20const&\2c\20SkPoint\20const&\2c\20float\2c\20float\2c\20bool\2c\20bool\29 -11327:RoundCapper\28SkPathBuilder*\2c\20SkPoint\20const&\2c\20SkPoint\20const&\2c\20SkPoint\20const&\2c\20bool\29 -11328:Reset -11329:Read_CVT_Stretched -11330:Read_CVT -11331:RD4_C -11332:Project -11333:ProcessRows -11334:PredictorAdd9_C -11335:PredictorAdd8_C -11336:PredictorAdd7_C -11337:PredictorAdd6_C -11338:PredictorAdd5_C -11339:PredictorAdd4_C -11340:PredictorAdd3_C -11341:PredictorAdd2_C -11342:PredictorAdd1_C -11343:PredictorAdd13_C -11344:PredictorAdd12_C -11345:PredictorAdd11_C -11346:PredictorAdd10_C -11347:PredictorAdd0_C -11348:PrePostInverseBlitterProc\28SkBlitter*\2c\20int\2c\20bool\29 -11349:PorterDuffXferProcessor::onHasSecondaryOutput\28\29\20const -11350:PorterDuffXferProcessor::onGetBlendInfo\28skgpu::BlendInfo*\29\20const -11351:PorterDuffXferProcessor::onAddToKey\28GrShaderCaps\20const&\2c\20skgpu::KeyBuilder*\29\20const -11352:PorterDuffXferProcessor::name\28\29\20const -11353:PorterDuffXferProcessor::makeProgramImpl\28\29\20const::Impl::emitOutputsForBlendState\28GrXferProcessor::ProgramImpl::EmitArgs\20const&\29 -11354:PorterDuffXferProcessor::makeProgramImpl\28\29\20const -11355:ParseVP8X -11356:PackRGB_C -11357:PDLCDXferProcessor::onIsEqual\28GrXferProcessor\20const&\29\20const -11358:PDLCDXferProcessor::onGetBlendInfo\28skgpu::BlendInfo*\29\20const -11359:PDLCDXferProcessor::name\28\29\20const -11360:PDLCDXferProcessor::makeProgramImpl\28\29\20const::Impl::onSetData\28GrGLSLProgramDataManager\20const&\2c\20GrXferProcessor\20const&\29 -11361:PDLCDXferProcessor::makeProgramImpl\28\29\20const::Impl::emitOutputsForBlendState\28GrXferProcessor::ProgramImpl::EmitArgs\20const&\29 -11362:PDLCDXferProcessor::makeProgramImpl\28\29\20const -11363:OT::match_glyph\28hb_glyph_info_t&\2c\20unsigned\20int\2c\20void\20const*\29 -11364:OT::match_coverage\28hb_glyph_info_t&\2c\20unsigned\20int\2c\20void\20const*\29 -11365:OT::match_class_cached\28hb_glyph_info_t&\2c\20unsigned\20int\2c\20void\20const*\29 -11366:OT::match_class_cached2\28hb_glyph_info_t&\2c\20unsigned\20int\2c\20void\20const*\29 -11367:OT::match_class_cached1\28hb_glyph_info_t&\2c\20unsigned\20int\2c\20void\20const*\29 -11368:OT::match_class\28hb_glyph_info_t&\2c\20unsigned\20int\2c\20void\20const*\29 -11369:OT::hb_ot_apply_context_t::return_t\20OT::Layout::GSUB_impl::SubstLookup::dispatch_recurse_func\28OT::hb_ot_apply_context_t*\2c\20unsigned\20int\29 -11370:OT::hb_ot_apply_context_t::return_t\20OT::Layout::GPOS_impl::PosLookup::dispatch_recurse_func\28OT::hb_ot_apply_context_t*\2c\20unsigned\20int\29 -11371:OT::cff1::accelerator_t::gname_t::cmp\28void\20const*\2c\20void\20const*\29 -11372:OT::Layout::Common::RangeRecord::cmp_range\28void\20const*\2c\20void\20const*\29 -11373:OT::ColorLine::static_get_color_stops\28hb_color_line_t*\2c\20void*\2c\20unsigned\20int\2c\20unsigned\20int*\2c\20hb_color_stop_t*\2c\20void*\29 -11374:OT::ColorLine::static_get_color_stops\28hb_color_line_t*\2c\20void*\2c\20unsigned\20int\2c\20unsigned\20int*\2c\20hb_color_stop_t*\2c\20void*\29 -11375:OT::CmapSubtableFormat4::accelerator_t::get_glyph_func\28void\20const*\2c\20unsigned\20int\2c\20unsigned\20int*\29 -11376:Move_CVT_Stretched -11377:Move_CVT -11378:MiterJoiner\28SkPathBuilder*\2c\20SkPathBuilder*\2c\20SkPoint\20const&\2c\20SkPoint\20const&\2c\20SkPoint\20const&\2c\20float\2c\20float\2c\20bool\2c\20bool\29 -11379:MaskAdditiveBlitter::~MaskAdditiveBlitter\28\29_4138 -11380:MaskAdditiveBlitter::~MaskAdditiveBlitter\28\29 -11381:MaskAdditiveBlitter::getWidth\28\29 -11382:MaskAdditiveBlitter::getRealBlitter\28bool\29 -11383:MaskAdditiveBlitter::blitV\28int\2c\20int\2c\20int\2c\20unsigned\20char\29 -11384:MaskAdditiveBlitter::blitRect\28int\2c\20int\2c\20int\2c\20int\29 -11385:MaskAdditiveBlitter::blitAntiRect\28int\2c\20int\2c\20int\2c\20int\2c\20unsigned\20char\2c\20unsigned\20char\29 -11386:MaskAdditiveBlitter::blitAntiH\28int\2c\20int\2c\20unsigned\20char\29 -11387:MaskAdditiveBlitter::blitAntiH\28int\2c\20int\2c\20unsigned\20char\20const*\2c\20int\29 -11388:MaskAdditiveBlitter::blitAntiH\28int\2c\20int\2c\20int\2c\20unsigned\20char\29 -11389:MapAlpha_C -11390:MapARGB_C -11391:MakeRenderTarget\28sk_sp\2c\20int\2c\20int\29 -11392:MakeRenderTarget\28sk_sp\2c\20SimpleImageInfo\29 -11393:MakePathFromVerbsPointsWeights\28unsigned\20long\2c\20int\2c\20unsigned\20long\2c\20int\2c\20unsigned\20long\2c\20int\29 -11394:MakePathFromSVGString\28std::__2::basic_string\2c\20std::__2::allocator>\29 -11395:MakePathFromOp\28SkPath\20const&\2c\20SkPath\20const&\2c\20SkPathOp\29 -11396:MakePathFromInterpolation\28SkPath\20const&\2c\20SkPath\20const&\2c\20float\29 -11397:MakePathFromCmds\28unsigned\20long\2c\20int\29 -11398:MakeOnScreenGLSurface\28sk_sp\2c\20int\2c\20int\2c\20sk_sp\29 -11399:MakeImageFromGenerator\28SimpleImageInfo\2c\20emscripten::val\29 -11400:MakeGrContext\28\29 -11401:MakeAsWinding\28SkPath\20const&\29 -11402:LD4_C -11403:JpegDecoderMgr::init\28\29 -11404:JpegDecoderMgr::SourceMgr::SkipInputData\28jpeg_decompress_struct*\2c\20long\29 -11405:JpegDecoderMgr::SourceMgr::InitSource\28jpeg_decompress_struct*\29 -11406:JpegDecoderMgr::SourceMgr::FillInputBuffer\28jpeg_decompress_struct*\29 -11407:JpegDecoderMgr::JpegDecoderMgr\28SkStream*\29 -11408:IsValidSimpleFormat -11409:IsValidExtendedFormat -11410:InverseBlitter::blitH\28int\2c\20int\2c\20int\29 -11411:Init -11412:HorizontalUnfilter_C -11413:HorizontalFilter_C -11414:Horish_SkAntiHairBlitter::drawLine\28int\2c\20int\2c\20int\2c\20int\29 -11415:Horish_SkAntiHairBlitter::drawCap\28int\2c\20int\2c\20int\2c\20int\29 -11416:HasAlpha8b_C -11417:HasAlpha32b_C -11418:HU4_C -11419:HLine_SkAntiHairBlitter::drawLine\28int\2c\20int\2c\20int\2c\20int\29 -11420:HLine_SkAntiHairBlitter::drawCap\28int\2c\20int\2c\20int\2c\20int\29 -11421:HFilter8i_C -11422:HFilter8_C -11423:HFilter16i_C -11424:HFilter16_C -11425:HE8uv_C -11426:HE4_C -11427:HE16_C -11428:HD4_C -11429:GradientUnfilter_C -11430:GradientFilter_C -11431:GrYUVtoRGBEffect::onMakeProgramImpl\28\29\20const::Impl::onSetData\28GrGLSLProgramDataManager\20const&\2c\20GrFragmentProcessor\20const&\29 -11432:GrYUVtoRGBEffect::onMakeProgramImpl\28\29\20const::Impl::emitCode\28GrFragmentProcessor::ProgramImpl::EmitArgs&\29 -11433:GrYUVtoRGBEffect::onMakeProgramImpl\28\29\20const -11434:GrYUVtoRGBEffect::onIsEqual\28GrFragmentProcessor\20const&\29\20const -11435:GrYUVtoRGBEffect::onAddToKey\28GrShaderCaps\20const&\2c\20skgpu::KeyBuilder*\29\20const -11436:GrYUVtoRGBEffect::name\28\29\20const -11437:GrYUVtoRGBEffect::clone\28\29\20const -11438:GrXferProcessor::ProgramImpl::emitWriteSwizzle\28GrGLSLXPFragmentBuilder*\2c\20skgpu::Swizzle\20const&\2c\20char\20const*\2c\20char\20const*\29\20const -11439:GrXferProcessor::ProgramImpl::emitOutputsForBlendState\28GrXferProcessor::ProgramImpl::EmitArgs\20const&\29 -11440:GrXferProcessor::ProgramImpl::emitBlendCodeForDstRead\28GrGLSLXPFragmentBuilder*\2c\20GrGLSLUniformHandler*\2c\20char\20const*\2c\20char\20const*\2c\20char\20const*\2c\20char\20const*\2c\20char\20const*\2c\20GrXferProcessor\20const&\29 -11441:GrWritePixelsTask::~GrWritePixelsTask\28\29_10086 -11442:GrWritePixelsTask::onMakeClosed\28GrRecordingContext*\2c\20SkIRect*\29 -11443:GrWritePixelsTask::onExecute\28GrOpFlushState*\29 -11444:GrWritePixelsTask::gatherProxyIntervals\28GrResourceAllocator*\29\20const -11445:GrWaitRenderTask::~GrWaitRenderTask\28\29_10076 -11446:GrWaitRenderTask::onIsUsed\28GrSurfaceProxy*\29\20const -11447:GrWaitRenderTask::onExecute\28GrOpFlushState*\29 -11448:GrWaitRenderTask::gatherProxyIntervals\28GrResourceAllocator*\29\20const -11449:GrTriangulator::~GrTriangulator\28\29 -11450:GrTransferFromRenderTask::~GrTransferFromRenderTask\28\29_10066 -11451:GrTransferFromRenderTask::onExecute\28GrOpFlushState*\29 -11452:GrTransferFromRenderTask::gatherProxyIntervals\28GrResourceAllocator*\29\20const -11453:GrThreadSafeCache::Trampoline::~Trampoline\28\29_10052 -11454:GrThreadSafeCache::Trampoline::~Trampoline\28\29 -11455:GrTextureResolveRenderTask::~GrTextureResolveRenderTask\28\29_10019 -11456:GrTextureResolveRenderTask::onExecute\28GrOpFlushState*\29 -11457:GrTextureResolveRenderTask::gatherProxyIntervals\28GrResourceAllocator*\29\20const -11458:GrTextureRenderTargetProxy::~GrTextureRenderTargetProxy\28\29_10009 -11459:GrTextureRenderTargetProxy::~GrTextureRenderTargetProxy\28\29 -11460:GrTextureRenderTargetProxy::onUninstantiatedGpuMemorySize\28\29\20const -11461:GrTextureRenderTargetProxy::instantiate\28GrResourceProvider*\29 -11462:GrTextureRenderTargetProxy::createSurface\28GrResourceProvider*\29\20const -11463:GrTextureProxy::~GrTextureProxy\28\29_9963 -11464:GrTextureProxy::~GrTextureProxy\28\29_9961 -11465:GrTextureProxy::onUninstantiatedGpuMemorySize\28\29\20const -11466:GrTextureProxy::instantiate\28GrResourceProvider*\29 -11467:GrTextureProxy::createSurface\28GrResourceProvider*\29\20const -11468:GrTextureProxy::callbackDesc\28\29\20const -11469:GrTextureEffect::~GrTextureEffect\28\29_10568 -11470:GrTextureEffect::~GrTextureEffect\28\29 -11471:GrTextureEffect::onMakeProgramImpl\28\29\20const -11472:GrTextureEffect::onIsEqual\28GrFragmentProcessor\20const&\29\20const -11473:GrTextureEffect::onAddToKey\28GrShaderCaps\20const&\2c\20skgpu::KeyBuilder*\29\20const -11474:GrTextureEffect::name\28\29\20const -11475:GrTextureEffect::clone\28\29\20const -11476:GrTextureEffect::Impl::onSetData\28GrGLSLProgramDataManager\20const&\2c\20GrFragmentProcessor\20const&\29 -11477:GrTextureEffect::Impl::emitCode\28GrFragmentProcessor::ProgramImpl::EmitArgs&\29 -11478:GrTexture::onGpuMemorySize\28\29\20const -11479:GrTDeferredProxyUploader>::~GrTDeferredProxyUploader\28\29_8727 -11480:GrTDeferredProxyUploader>::freeData\28\29 -11481:GrTDeferredProxyUploader<\28anonymous\20namespace\29::SoftwarePathData>::~GrTDeferredProxyUploader\28\29_11756 -11482:GrTDeferredProxyUploader<\28anonymous\20namespace\29::SoftwarePathData>::~GrTDeferredProxyUploader\28\29 -11483:GrTDeferredProxyUploader<\28anonymous\20namespace\29::SoftwarePathData>::freeData\28\29 -11484:GrSurfaceProxy::getUniqueKey\28\29\20const -11485:GrSurface::~GrSurface\28\29 -11486:GrSurface::getResourceType\28\29\20const -11487:GrStrokeTessellationShader::~GrStrokeTessellationShader\28\29_11936 -11488:GrStrokeTessellationShader::~GrStrokeTessellationShader\28\29 -11489:GrStrokeTessellationShader::name\28\29\20const -11490:GrStrokeTessellationShader::makeProgramImpl\28GrShaderCaps\20const&\29\20const -11491:GrStrokeTessellationShader::addToKey\28GrShaderCaps\20const&\2c\20skgpu::KeyBuilder*\29\20const -11492:GrStrokeTessellationShader::Impl::~Impl\28\29_11939 -11493:GrStrokeTessellationShader::Impl::~Impl\28\29 -11494:GrStrokeTessellationShader::Impl::setData\28GrGLSLProgramDataManager\20const&\2c\20GrShaderCaps\20const&\2c\20GrGeometryProcessor\20const&\29 -11495:GrStrokeTessellationShader::Impl::onEmitCode\28GrGeometryProcessor::ProgramImpl::EmitArgs&\2c\20GrGeometryProcessor::ProgramImpl::GrGPArgs*\29 -11496:GrSkSLFP::~GrSkSLFP\28\29_10524 -11497:GrSkSLFP::~GrSkSLFP\28\29 -11498:GrSkSLFP::onMakeProgramImpl\28\29\20const -11499:GrSkSLFP::onIsEqual\28GrFragmentProcessor\20const&\29\20const -11500:GrSkSLFP::onAddToKey\28GrShaderCaps\20const&\2c\20skgpu::KeyBuilder*\29\20const -11501:GrSkSLFP::constantOutputForConstantInput\28SkRGBA4f<\28SkAlphaType\292>\20const&\29\20const -11502:GrSkSLFP::clone\28\29\20const -11503:GrSkSLFP::Impl::~Impl\28\29_10533 -11504:GrSkSLFP::Impl::~Impl\28\29 -11505:GrSkSLFP::Impl::onSetData\28GrGLSLProgramDataManager\20const&\2c\20GrFragmentProcessor\20const&\29 -11506:GrSkSLFP::Impl::emitCode\28GrFragmentProcessor::ProgramImpl::EmitArgs&\29::FPCallbacks::toLinearSrgb\28std::__2::basic_string\2c\20std::__2::allocator>\29 -11507:GrSkSLFP::Impl::emitCode\28GrFragmentProcessor::ProgramImpl::EmitArgs&\29::FPCallbacks::sampleShader\28int\2c\20std::__2::basic_string\2c\20std::__2::allocator>\29 -11508:GrSkSLFP::Impl::emitCode\28GrFragmentProcessor::ProgramImpl::EmitArgs&\29::FPCallbacks::sampleColorFilter\28int\2c\20std::__2::basic_string\2c\20std::__2::allocator>\29 -11509:GrSkSLFP::Impl::emitCode\28GrFragmentProcessor::ProgramImpl::EmitArgs&\29::FPCallbacks::sampleBlender\28int\2c\20std::__2::basic_string\2c\20std::__2::allocator>\2c\20std::__2::basic_string\2c\20std::__2::allocator>\29 -11510:GrSkSLFP::Impl::emitCode\28GrFragmentProcessor::ProgramImpl::EmitArgs&\29::FPCallbacks::getMangledName\28char\20const*\29 -11511:GrSkSLFP::Impl::emitCode\28GrFragmentProcessor::ProgramImpl::EmitArgs&\29::FPCallbacks::fromLinearSrgb\28std::__2::basic_string\2c\20std::__2::allocator>\29 -11512:GrSkSLFP::Impl::emitCode\28GrFragmentProcessor::ProgramImpl::EmitArgs&\29::FPCallbacks::defineFunction\28char\20const*\2c\20char\20const*\2c\20bool\29 -11513:GrSkSLFP::Impl::emitCode\28GrFragmentProcessor::ProgramImpl::EmitArgs&\29::FPCallbacks::declareUniform\28SkSL::VarDeclaration\20const*\29 -11514:GrSkSLFP::Impl::emitCode\28GrFragmentProcessor::ProgramImpl::EmitArgs&\29::FPCallbacks::declareFunction\28char\20const*\29 -11515:GrSkSLFP::Impl::emitCode\28GrFragmentProcessor::ProgramImpl::EmitArgs&\29 -11516:GrSimpleMesh*\20SkArenaAlloc::allocUninitializedArray\28unsigned\20long\29::'lambda'\28char*\29::__invoke\28char*\29 -11517:GrRingBuffer::FinishSubmit\28void*\29 -11518:GrResourceCache::CompareTimestamp\28GrGpuResource*\20const&\2c\20GrGpuResource*\20const&\29 -11519:GrRenderTask::~GrRenderTask\28\29 -11520:GrRenderTask::disown\28GrDrawingManager*\29 -11521:GrRenderTargetProxy::~GrRenderTargetProxy\28\29_9731 -11522:GrRenderTargetProxy::~GrRenderTargetProxy\28\29 -11523:GrRenderTargetProxy::onUninstantiatedGpuMemorySize\28\29\20const -11524:GrRenderTargetProxy::instantiate\28GrResourceProvider*\29 -11525:GrRenderTargetProxy::createSurface\28GrResourceProvider*\29\20const -11526:GrRenderTargetProxy::callbackDesc\28\29\20const -11527:GrRecordingContext::~GrRecordingContext\28\29_9669 -11528:GrRecordingContext::abandoned\28\29 -11529:GrRRectShadowGeoProc::~GrRRectShadowGeoProc\28\29_10507 -11530:GrRRectShadowGeoProc::~GrRRectShadowGeoProc\28\29 -11531:GrRRectShadowGeoProc::onTextureSampler\28int\29\20const -11532:GrRRectShadowGeoProc::name\28\29\20const -11533:GrRRectShadowGeoProc::makeProgramImpl\28GrShaderCaps\20const&\29\20const -11534:GrRRectShadowGeoProc::Impl::onEmitCode\28GrGeometryProcessor::ProgramImpl::EmitArgs&\2c\20GrGeometryProcessor::ProgramImpl::GrGPArgs*\29 -11535:GrQuadEffect::name\28\29\20const -11536:GrQuadEffect::makeProgramImpl\28GrShaderCaps\20const&\29\20const -11537:GrQuadEffect::addToKey\28GrShaderCaps\20const&\2c\20skgpu::KeyBuilder*\29\20const -11538:GrQuadEffect::Impl::setData\28GrGLSLProgramDataManager\20const&\2c\20GrShaderCaps\20const&\2c\20GrGeometryProcessor\20const&\29 -11539:GrQuadEffect::Impl::onEmitCode\28GrGeometryProcessor::ProgramImpl::EmitArgs&\2c\20GrGeometryProcessor::ProgramImpl::GrGPArgs*\29 -11540:GrPorterDuffXPFactory::makeXferProcessor\28GrProcessorAnalysisColor\20const&\2c\20GrProcessorAnalysisCoverage\2c\20GrCaps\20const&\2c\20GrClampType\29\20const -11541:GrPorterDuffXPFactory::analysisProperties\28GrProcessorAnalysisColor\20const&\2c\20GrProcessorAnalysisCoverage\20const&\2c\20GrCaps\20const&\2c\20GrClampType\29\20const -11542:GrPerlinNoise2Effect::~GrPerlinNoise2Effect\28\29_10444 -11543:GrPerlinNoise2Effect::~GrPerlinNoise2Effect\28\29 -11544:GrPerlinNoise2Effect::onMakeProgramImpl\28\29\20const -11545:GrPerlinNoise2Effect::onIsEqual\28GrFragmentProcessor\20const&\29\20const -11546:GrPerlinNoise2Effect::onAddToKey\28GrShaderCaps\20const&\2c\20skgpu::KeyBuilder*\29\20const -11547:GrPerlinNoise2Effect::name\28\29\20const -11548:GrPerlinNoise2Effect::clone\28\29\20const -11549:GrPerlinNoise2Effect::Impl::onSetData\28GrGLSLProgramDataManager\20const&\2c\20GrFragmentProcessor\20const&\29 -11550:GrPerlinNoise2Effect::Impl::emitCode\28GrFragmentProcessor::ProgramImpl::EmitArgs&\29 -11551:GrPathTessellationShader::Impl::~Impl\28\29 -11552:GrPathTessellationShader::Impl::setData\28GrGLSLProgramDataManager\20const&\2c\20GrShaderCaps\20const&\2c\20GrGeometryProcessor\20const&\29 -11553:GrPathTessellationShader::Impl::onEmitCode\28GrGeometryProcessor::ProgramImpl::EmitArgs&\2c\20GrGeometryProcessor::ProgramImpl::GrGPArgs*\29 -11554:GrOpsRenderPass::~GrOpsRenderPass\28\29 -11555:GrOpsRenderPass::onExecuteDrawable\28std::__2::unique_ptr>\29 -11556:GrOpsRenderPass::onDrawIndirect\28GrBuffer\20const*\2c\20unsigned\20long\2c\20int\29 -11557:GrOpsRenderPass::onDrawIndexedIndirect\28GrBuffer\20const*\2c\20unsigned\20long\2c\20int\29 -11558:GrOpFlushState::~GrOpFlushState\28\29_9524 -11559:GrOpFlushState::~GrOpFlushState\28\29 -11560:GrOpFlushState::writeView\28\29\20const -11561:GrOpFlushState::usesMSAASurface\28\29\20const -11562:GrOpFlushState::tokenTracker\28\29 -11563:GrOpFlushState::threadSafeCache\28\29\20const -11564:GrOpFlushState::strikeCache\28\29\20const -11565:GrOpFlushState::smallPathAtlasManager\28\29\20const -11566:GrOpFlushState::sampledProxyArray\28\29 -11567:GrOpFlushState::rtProxy\28\29\20const -11568:GrOpFlushState::resourceProvider\28\29\20const -11569:GrOpFlushState::renderPassBarriers\28\29\20const -11570:GrOpFlushState::recordDraw\28GrGeometryProcessor\20const*\2c\20GrSimpleMesh\20const*\2c\20int\2c\20GrSurfaceProxy\20const*\20const*\2c\20GrPrimitiveType\29 -11571:GrOpFlushState::putBackVertices\28int\2c\20unsigned\20long\29 -11572:GrOpFlushState::putBackIndirectDraws\28int\29 -11573:GrOpFlushState::putBackIndices\28int\29 -11574:GrOpFlushState::putBackIndexedIndirectDraws\28int\29 -11575:GrOpFlushState::makeVertexSpace\28unsigned\20long\2c\20int\2c\20sk_sp*\2c\20int*\29 -11576:GrOpFlushState::makeVertexSpaceAtLeast\28unsigned\20long\2c\20int\2c\20int\2c\20sk_sp*\2c\20int*\2c\20int*\29 -11577:GrOpFlushState::makeIndexSpace\28int\2c\20sk_sp*\2c\20int*\29 -11578:GrOpFlushState::makeIndexSpaceAtLeast\28int\2c\20int\2c\20sk_sp*\2c\20int*\2c\20int*\29 -11579:GrOpFlushState::makeDrawIndirectSpace\28int\2c\20sk_sp*\2c\20unsigned\20long*\29 -11580:GrOpFlushState::makeDrawIndexedIndirectSpace\28int\2c\20sk_sp*\2c\20unsigned\20long*\29 -11581:GrOpFlushState::dstProxyView\28\29\20const -11582:GrOpFlushState::colorLoadOp\28\29\20const -11583:GrOpFlushState::atlasManager\28\29\20const -11584:GrOpFlushState::appliedClip\28\29\20const -11585:GrOpFlushState::addInlineUpload\28std::__2::function&\29>&&\29 -11586:GrOp::~GrOp\28\29 -11587:GrOnFlushCallbackObject::postFlush\28skgpu::AtlasToken\29 -11588:GrModulateAtlasCoverageEffect::onMakeProgramImpl\28\29\20const::Impl::onSetData\28GrGLSLProgramDataManager\20const&\2c\20GrFragmentProcessor\20const&\29 -11589:GrModulateAtlasCoverageEffect::onMakeProgramImpl\28\29\20const::Impl::emitCode\28GrFragmentProcessor::ProgramImpl::EmitArgs&\29 -11590:GrModulateAtlasCoverageEffect::onMakeProgramImpl\28\29\20const -11591:GrModulateAtlasCoverageEffect::onIsEqual\28GrFragmentProcessor\20const&\29\20const -11592:GrModulateAtlasCoverageEffect::onAddToKey\28GrShaderCaps\20const&\2c\20skgpu::KeyBuilder*\29\20const -11593:GrModulateAtlasCoverageEffect::name\28\29\20const -11594:GrModulateAtlasCoverageEffect::clone\28\29\20const -11595:GrMeshDrawOp::onPrepare\28GrOpFlushState*\29 -11596:GrMeshDrawOp::onPrePrepare\28GrRecordingContext*\2c\20GrSurfaceProxyView\20const&\2c\20GrAppliedClip*\2c\20GrDstProxyView\20const&\2c\20GrXferBarrierFlags\2c\20GrLoadOp\29 -11597:GrMatrixEffect::onMakeProgramImpl\28\29\20const::Impl::onSetData\28GrGLSLProgramDataManager\20const&\2c\20GrFragmentProcessor\20const&\29 -11598:GrMatrixEffect::onMakeProgramImpl\28\29\20const::Impl::emitCode\28GrFragmentProcessor::ProgramImpl::EmitArgs&\29 -11599:GrMatrixEffect::onMakeProgramImpl\28\29\20const -11600:GrMatrixEffect::onIsEqual\28GrFragmentProcessor\20const&\29\20const -11601:GrMatrixEffect::name\28\29\20const -11602:GrMatrixEffect::clone\28\29\20const -11603:GrMakeUniqueKeyInvalidationListener\28skgpu::UniqueKey*\2c\20unsigned\20int\29::Listener::~Listener\28\29_10131 -11604:GrMakeUniqueKeyInvalidationListener\28skgpu::UniqueKey*\2c\20unsigned\20int\29::Listener::~Listener\28\29 -11605:GrMakeUniqueKeyInvalidationListener\28skgpu::UniqueKey*\2c\20unsigned\20int\29::$_0::__invoke\28void\20const*\2c\20void*\29 -11606:GrImageContext::~GrImageContext\28\29_9458 -11607:GrImageContext::~GrImageContext\28\29 -11608:GrHardClip::apply\28GrRecordingContext*\2c\20skgpu::ganesh::SurfaceDrawContext*\2c\20GrDrawOp*\2c\20GrAAType\2c\20GrAppliedClip*\2c\20SkRect*\29\20const -11609:GrGpuResource::dumpMemoryStatistics\28SkTraceMemoryDump*\29\20const -11610:GrGpuBuffer::~GrGpuBuffer\28\29 -11611:GrGpuBuffer::unref\28\29\20const -11612:GrGpuBuffer::getResourceType\28\29\20const -11613:GrGpuBuffer::computeScratchKey\28skgpu::ScratchKey*\29\20const -11614:GrGpu::endTimerQuery\28GrTimerQuery\20const&\29 -11615:GrGeometryProcessor::onTextureSampler\28int\29\20const -11616:GrGeometryProcessor::ProgramImpl::~ProgramImpl\28\29 -11617:GrGLVaryingHandler::~GrGLVaryingHandler\28\29 -11618:GrGLUniformHandler::~GrGLUniformHandler\28\29_12496 -11619:GrGLUniformHandler::~GrGLUniformHandler\28\29 -11620:GrGLUniformHandler::samplerVariable\28GrResourceHandle\29\20const -11621:GrGLUniformHandler::samplerSwizzle\28GrResourceHandle\29\20const -11622:GrGLUniformHandler::internalAddUniformArray\28GrProcessor\20const*\2c\20unsigned\20int\2c\20SkSLType\2c\20char\20const*\2c\20bool\2c\20int\2c\20char\20const**\29 -11623:GrGLUniformHandler::getUniformCStr\28GrResourceHandle\29\20const -11624:GrGLUniformHandler::appendUniformDecls\28GrShaderFlags\2c\20SkString*\29\20const -11625:GrGLUniformHandler::addSampler\28GrBackendFormat\20const&\2c\20GrSamplerState\2c\20skgpu::Swizzle\20const&\2c\20char\20const*\2c\20GrShaderCaps\20const*\29 -11626:GrGLTextureRenderTarget::~GrGLTextureRenderTarget\28\29 -11627:GrGLTextureRenderTarget::onSetLabel\28\29 -11628:GrGLTextureRenderTarget::onRelease\28\29 -11629:GrGLTextureRenderTarget::onGpuMemorySize\28\29\20const -11630:GrGLTextureRenderTarget::onAbandon\28\29 -11631:GrGLTextureRenderTarget::dumpMemoryStatistics\28SkTraceMemoryDump*\29\20const -11632:GrGLTextureRenderTarget::backendFormat\28\29\20const -11633:GrGLTexture::~GrGLTexture\28\29_12445 -11634:GrGLTexture::~GrGLTexture\28\29 -11635:GrGLTexture::textureParamsModified\28\29 -11636:GrGLTexture::onStealBackendTexture\28GrBackendTexture*\2c\20std::__2::function*\29 -11637:GrGLTexture::getBackendTexture\28\29\20const -11638:GrGLSemaphore::~GrGLSemaphore\28\29_12422 -11639:GrGLSemaphore::~GrGLSemaphore\28\29 -11640:GrGLSemaphore::setIsOwned\28\29 -11641:GrGLSemaphore::backendSemaphore\28\29\20const -11642:GrGLSLVertexBuilder::~GrGLSLVertexBuilder\28\29 -11643:GrGLSLVertexBuilder::onFinalize\28\29 -11644:GrGLSLUniformHandler::inputSamplerSwizzle\28GrResourceHandle\29\20const -11645:GrGLSLFragmentShaderBuilder::~GrGLSLFragmentShaderBuilder\28\29_10752 -11646:GrGLSLFragmentShaderBuilder::~GrGLSLFragmentShaderBuilder\28\29 -11647:GrGLSLFragmentShaderBuilder::primaryColorOutputIsInOut\28\29\20const -11648:GrGLSLFragmentShaderBuilder::onFinalize\28\29 -11649:GrGLSLFragmentShaderBuilder::hasSecondaryOutput\28\29\20const -11650:GrGLSLFragmentShaderBuilder::forceHighPrecision\28\29 -11651:GrGLSLFragmentShaderBuilder::enableAdvancedBlendEquationIfNeeded\28skgpu::BlendEquation\29 -11652:GrGLRenderTarget::~GrGLRenderTarget\28\29_12417 -11653:GrGLRenderTarget::~GrGLRenderTarget\28\29 -11654:GrGLRenderTarget::onGpuMemorySize\28\29\20const -11655:GrGLRenderTarget::getBackendRenderTarget\28\29\20const -11656:GrGLRenderTarget::completeStencilAttachment\28GrAttachment*\2c\20bool\29 -11657:GrGLRenderTarget::canAttemptStencilAttachment\28bool\29\20const -11658:GrGLRenderTarget::backendFormat\28\29\20const -11659:GrGLRenderTarget::alwaysClearStencil\28\29\20const -11660:GrGLProgramDataManager::~GrGLProgramDataManager\28\29_12393 -11661:GrGLProgramDataManager::~GrGLProgramDataManager\28\29 -11662:GrGLProgramDataManager::setMatrix4fv\28GrResourceHandle\2c\20int\2c\20float\20const*\29\20const -11663:GrGLProgramDataManager::setMatrix4f\28GrResourceHandle\2c\20float\20const*\29\20const -11664:GrGLProgramDataManager::setMatrix3fv\28GrResourceHandle\2c\20int\2c\20float\20const*\29\20const -11665:GrGLProgramDataManager::setMatrix3f\28GrResourceHandle\2c\20float\20const*\29\20const -11666:GrGLProgramDataManager::setMatrix2fv\28GrResourceHandle\2c\20int\2c\20float\20const*\29\20const -11667:GrGLProgramDataManager::setMatrix2f\28GrResourceHandle\2c\20float\20const*\29\20const -11668:GrGLProgramDataManager::set4iv\28GrResourceHandle\2c\20int\2c\20int\20const*\29\20const -11669:GrGLProgramDataManager::set4i\28GrResourceHandle\2c\20int\2c\20int\2c\20int\2c\20int\29\20const -11670:GrGLProgramDataManager::set4f\28GrResourceHandle\2c\20float\2c\20float\2c\20float\2c\20float\29\20const -11671:GrGLProgramDataManager::set3iv\28GrResourceHandle\2c\20int\2c\20int\20const*\29\20const -11672:GrGLProgramDataManager::set3i\28GrResourceHandle\2c\20int\2c\20int\2c\20int\29\20const -11673:GrGLProgramDataManager::set3fv\28GrResourceHandle\2c\20int\2c\20float\20const*\29\20const -11674:GrGLProgramDataManager::set3f\28GrResourceHandle\2c\20float\2c\20float\2c\20float\29\20const -11675:GrGLProgramDataManager::set2iv\28GrResourceHandle\2c\20int\2c\20int\20const*\29\20const -11676:GrGLProgramDataManager::set2i\28GrResourceHandle\2c\20int\2c\20int\29\20const -11677:GrGLProgramDataManager::set2f\28GrResourceHandle\2c\20float\2c\20float\29\20const -11678:GrGLProgramDataManager::set1iv\28GrResourceHandle\2c\20int\2c\20int\20const*\29\20const -11679:GrGLProgramDataManager::set1i\28GrResourceHandle\2c\20int\29\20const -11680:GrGLProgramDataManager::set1fv\28GrResourceHandle\2c\20int\2c\20float\20const*\29\20const -11681:GrGLProgramDataManager::set1f\28GrResourceHandle\2c\20float\29\20const -11682:GrGLProgramBuilder::~GrGLProgramBuilder\28\29_12531 -11683:GrGLProgramBuilder::varyingHandler\28\29 -11684:GrGLProgramBuilder::caps\28\29\20const -11685:GrGLProgram::~GrGLProgram\28\29_12351 -11686:GrGLOpsRenderPass::~GrGLOpsRenderPass\28\29 -11687:GrGLOpsRenderPass::onSetScissorRect\28SkIRect\20const&\29 -11688:GrGLOpsRenderPass::onEnd\28\29 -11689:GrGLOpsRenderPass::onDraw\28int\2c\20int\29 -11690:GrGLOpsRenderPass::onDrawInstanced\28int\2c\20int\2c\20int\2c\20int\29 -11691:GrGLOpsRenderPass::onDrawIndirect\28GrBuffer\20const*\2c\20unsigned\20long\2c\20int\29 -11692:GrGLOpsRenderPass::onDrawIndexed\28int\2c\20int\2c\20unsigned\20short\2c\20unsigned\20short\2c\20int\29 -11693:GrGLOpsRenderPass::onDrawIndexedInstanced\28int\2c\20int\2c\20int\2c\20int\2c\20int\29 -11694:GrGLOpsRenderPass::onDrawIndexedIndirect\28GrBuffer\20const*\2c\20unsigned\20long\2c\20int\29 -11695:GrGLOpsRenderPass::onClear\28GrScissorState\20const&\2c\20std::__2::array\29 -11696:GrGLOpsRenderPass::onClearStencilClip\28GrScissorState\20const&\2c\20bool\29 -11697:GrGLOpsRenderPass::onBindTextures\28GrGeometryProcessor\20const&\2c\20GrSurfaceProxy\20const*\20const*\2c\20GrPipeline\20const&\29 -11698:GrGLOpsRenderPass::onBindPipeline\28GrProgramInfo\20const&\2c\20SkRect\20const&\29 -11699:GrGLOpsRenderPass::onBindBuffers\28sk_sp\2c\20sk_sp\2c\20sk_sp\2c\20GrPrimitiveRestart\29 -11700:GrGLOpsRenderPass::onBegin\28\29 -11701:GrGLOpsRenderPass::inlineUpload\28GrOpFlushState*\2c\20std::__2::function&\29>&\29 -11702:GrGLInterface::~GrGLInterface\28\29_12328 -11703:GrGLInterface::~GrGLInterface\28\29 -11704:GrGLGpu::~GrGLGpu\28\29_12197 -11705:GrGLGpu::xferBarrier\28GrRenderTarget*\2c\20GrXferBarrierType\29 -11706:GrGLGpu::wrapBackendSemaphore\28GrBackendSemaphore\20const&\2c\20GrSemaphoreWrapType\2c\20GrWrapOwnership\29 -11707:GrGLGpu::willExecute\28\29 -11708:GrGLGpu::waitSemaphore\28GrSemaphore*\29 -11709:GrGLGpu::submit\28GrOpsRenderPass*\29 -11710:GrGLGpu::startTimerQuery\28\29 -11711:GrGLGpu::stagingBufferManager\28\29 -11712:GrGLGpu::refPipelineBuilder\28\29 -11713:GrGLGpu::prepareTextureForCrossContextUsage\28GrTexture*\29 -11714:GrGLGpu::prepareSurfacesForBackendAccessAndStateUpdates\28SkSpan\2c\20SkSurfaces::BackendSurfaceAccess\2c\20skgpu::MutableTextureState\20const*\29 -11715:GrGLGpu::precompileShader\28SkData\20const&\2c\20SkData\20const&\29 -11716:GrGLGpu::onWritePixels\28GrSurface*\2c\20SkIRect\2c\20GrColorType\2c\20GrColorType\2c\20GrMipLevel\20const*\2c\20int\2c\20bool\29 -11717:GrGLGpu::onWrapRenderableBackendTexture\28GrBackendTexture\20const&\2c\20int\2c\20GrWrapOwnership\2c\20GrWrapCacheable\29 -11718:GrGLGpu::onWrapCompressedBackendTexture\28GrBackendTexture\20const&\2c\20GrWrapOwnership\2c\20GrWrapCacheable\29 -11719:GrGLGpu::onWrapBackendTexture\28GrBackendTexture\20const&\2c\20GrWrapOwnership\2c\20GrWrapCacheable\2c\20GrIOType\29 -11720:GrGLGpu::onWrapBackendRenderTarget\28GrBackendRenderTarget\20const&\29 -11721:GrGLGpu::onUpdateCompressedBackendTexture\28GrBackendTexture\20const&\2c\20sk_sp\2c\20void\20const*\2c\20unsigned\20long\29 -11722:GrGLGpu::onTransferPixelsTo\28GrTexture*\2c\20SkIRect\2c\20GrColorType\2c\20GrColorType\2c\20sk_sp\2c\20unsigned\20long\2c\20unsigned\20long\29 -11723:GrGLGpu::onTransferPixelsFrom\28GrSurface*\2c\20SkIRect\2c\20GrColorType\2c\20GrColorType\2c\20sk_sp\2c\20unsigned\20long\29 -11724:GrGLGpu::onTransferFromBufferToBuffer\28sk_sp\2c\20unsigned\20long\2c\20sk_sp\2c\20unsigned\20long\2c\20unsigned\20long\29 -11725:GrGLGpu::onSubmitToGpu\28GrSubmitInfo\20const&\29 -11726:GrGLGpu::onResolveRenderTarget\28GrRenderTarget*\2c\20SkIRect\20const&\29 -11727:GrGLGpu::onResetTextureBindings\28\29 -11728:GrGLGpu::onResetContext\28unsigned\20int\29 -11729:GrGLGpu::onRegenerateMipMapLevels\28GrTexture*\29 -11730:GrGLGpu::onReadPixels\28GrSurface*\2c\20SkIRect\2c\20GrColorType\2c\20GrColorType\2c\20void*\2c\20unsigned\20long\29 -11731:GrGLGpu::onGetOpsRenderPass\28GrRenderTarget*\2c\20bool\2c\20GrAttachment*\2c\20GrSurfaceOrigin\2c\20SkIRect\20const&\2c\20GrOpsRenderPass::LoadAndStoreInfo\20const&\2c\20GrOpsRenderPass::StencilLoadAndStoreInfo\20const&\2c\20skia_private::TArray\20const&\2c\20GrXferBarrierFlags\29 -11732:GrGLGpu::onDumpJSON\28SkJSONWriter*\29\20const -11733:GrGLGpu::onCreateTexture\28SkISize\2c\20GrBackendFormat\20const&\2c\20skgpu::Renderable\2c\20int\2c\20skgpu::Budgeted\2c\20skgpu::Protected\2c\20int\2c\20unsigned\20int\2c\20std::__2::basic_string_view>\29 -11734:GrGLGpu::onCreateCompressedTexture\28SkISize\2c\20GrBackendFormat\20const&\2c\20skgpu::Budgeted\2c\20skgpu::Mipmapped\2c\20skgpu::Protected\2c\20void\20const*\2c\20unsigned\20long\29 -11735:GrGLGpu::onCreateCompressedBackendTexture\28SkISize\2c\20GrBackendFormat\20const&\2c\20skgpu::Mipmapped\2c\20skgpu::Protected\29 -11736:GrGLGpu::onCreateBuffer\28unsigned\20long\2c\20GrGpuBufferType\2c\20GrAccessPattern\29 -11737:GrGLGpu::onCreateBackendTexture\28SkISize\2c\20GrBackendFormat\20const&\2c\20skgpu::Renderable\2c\20skgpu::Mipmapped\2c\20skgpu::Protected\2c\20std::__2::basic_string_view>\29 -11738:GrGLGpu::onCopySurface\28GrSurface*\2c\20SkIRect\20const&\2c\20GrSurface*\2c\20SkIRect\20const&\2c\20SkFilterMode\29 -11739:GrGLGpu::onClearBackendTexture\28GrBackendTexture\20const&\2c\20sk_sp\2c\20std::__2::array\29 -11740:GrGLGpu::makeStencilAttachment\28GrBackendFormat\20const&\2c\20SkISize\2c\20int\29 -11741:GrGLGpu::makeSemaphore\28bool\29 -11742:GrGLGpu::makeMSAAAttachment\28SkISize\2c\20GrBackendFormat\20const&\2c\20int\2c\20skgpu::Protected\2c\20GrMemoryless\29 -11743:GrGLGpu::insertSemaphore\28GrSemaphore*\29 -11744:GrGLGpu::getPreferredStencilFormat\28GrBackendFormat\20const&\29 -11745:GrGLGpu::finishOutstandingGpuWork\28\29 -11746:GrGLGpu::endTimerQuery\28GrTimerQuery\20const&\29 -11747:GrGLGpu::disconnect\28GrGpu::DisconnectType\29 -11748:GrGLGpu::deleteBackendTexture\28GrBackendTexture\20const&\29 -11749:GrGLGpu::compile\28GrProgramDesc\20const&\2c\20GrProgramInfo\20const&\29 -11750:GrGLGpu::checkFinishedCallbacks\28\29 -11751:GrGLGpu::addFinishedCallback\28skgpu::AutoCallback\2c\20std::__2::optional\29 -11752:GrGLGpu::ProgramCache::~ProgramCache\28\29_12309 -11753:GrGLGpu::ProgramCache::~ProgramCache\28\29 -11754:GrGLFunction::GrGLFunction\28void\20\28*\29\28unsigned\20int\2c\20unsigned\20int\2c\20float\29\29::'lambda'\28void\20const*\2c\20unsigned\20int\2c\20unsigned\20int\2c\20float\29::__invoke\28void\20const*\2c\20unsigned\20int\2c\20unsigned\20int\2c\20float\29 -11755:GrGLFunction::GrGLFunction\28void\20\28*\29\28int\2c\20float\2c\20float\2c\20float\29\29::'lambda'\28void\20const*\2c\20int\2c\20float\2c\20float\2c\20float\29::__invoke\28void\20const*\2c\20int\2c\20float\2c\20float\2c\20float\29 -11756:GrGLFunction::GrGLFunction\28void\20\28*\29\28float\2c\20float\2c\20float\2c\20float\29\29::'lambda'\28void\20const*\2c\20float\2c\20float\2c\20float\2c\20float\29::__invoke\28void\20const*\2c\20float\2c\20float\2c\20float\2c\20float\29 -11757:GrGLFunction::GrGLFunction\28void\20\28*\29\28float\29\29::'lambda'\28void\20const*\2c\20float\29::__invoke\28void\20const*\2c\20float\29 -11758:GrGLFunction::GrGLFunction\28void\20\28*\29\28\29\29::'lambda'\28void\20const*\29::__invoke\28void\20const*\29 -11759:GrGLFunction::GrGLFunction\28unsigned\20int\20\28*\29\28__GLsync*\2c\20unsigned\20int\2c\20unsigned\20int\2c\20unsigned\20int\29\29::'lambda'\28void\20const*\2c\20__GLsync*\2c\20unsigned\20int\2c\20int\2c\20int\29::__invoke\28void\20const*\2c\20__GLsync*\2c\20unsigned\20int\2c\20int\2c\20int\29 -11760:GrGLFunction::GrGLFunction\28unsigned\20int\20\28*\29\28\29\29::'lambda'\28void\20const*\29::__invoke\28void\20const*\29 -11761:GrGLCaps::~GrGLCaps\28\29_12164 -11762:GrGLCaps::surfaceSupportsReadPixels\28GrSurface\20const*\29\20const -11763:GrGLCaps::supportedWritePixelsColorType\28GrColorType\2c\20GrBackendFormat\20const&\2c\20GrColorType\29\20const -11764:GrGLCaps::onSurfaceSupportsWritePixels\28GrSurface\20const*\29\20const -11765:GrGLCaps::onSupportsDynamicMSAA\28GrRenderTargetProxy\20const*\29\20const -11766:GrGLCaps::onSupportedReadPixelsColorType\28GrColorType\2c\20GrBackendFormat\20const&\2c\20GrColorType\29\20const -11767:GrGLCaps::onIsWindowRectanglesSupportedForRT\28GrBackendRenderTarget\20const&\29\20const -11768:GrGLCaps::onGetReadSwizzle\28GrBackendFormat\20const&\2c\20GrColorType\29\20const -11769:GrGLCaps::onGetDstSampleFlagsForProxy\28GrRenderTargetProxy\20const*\29\20const -11770:GrGLCaps::onGetDefaultBackendFormat\28GrColorType\29\20const -11771:GrGLCaps::onDumpJSON\28SkJSONWriter*\29\20const -11772:GrGLCaps::onCanCopySurface\28GrSurfaceProxy\20const*\2c\20SkIRect\20const&\2c\20GrSurfaceProxy\20const*\2c\20SkIRect\20const&\29\20const -11773:GrGLCaps::onAreColorTypeAndFormatCompatible\28GrColorType\2c\20GrBackendFormat\20const&\29\20const -11774:GrGLCaps::onApplyOptionsOverrides\28GrContextOptions\20const&\29 -11775:GrGLCaps::maxRenderTargetSampleCount\28GrBackendFormat\20const&\29\20const -11776:GrGLCaps::makeDesc\28GrRenderTarget*\2c\20GrProgramInfo\20const&\2c\20GrCaps::ProgramDescOverrideFlags\29\20const -11777:GrGLCaps::isFormatTexturable\28GrBackendFormat\20const&\2c\20GrTextureType\29\20const -11778:GrGLCaps::isFormatSRGB\28GrBackendFormat\20const&\29\20const -11779:GrGLCaps::isFormatRenderable\28GrBackendFormat\20const&\2c\20int\29\20const -11780:GrGLCaps::isFormatCopyable\28GrBackendFormat\20const&\29\20const -11781:GrGLCaps::isFormatAsColorTypeRenderable\28GrColorType\2c\20GrBackendFormat\20const&\2c\20int\29\20const -11782:GrGLCaps::getWriteSwizzle\28GrBackendFormat\20const&\2c\20GrColorType\29\20const -11783:GrGLCaps::getRenderTargetSampleCount\28int\2c\20GrBackendFormat\20const&\29\20const -11784:GrGLCaps::getDstCopyRestrictions\28GrRenderTargetProxy\20const*\2c\20GrColorType\29\20const -11785:GrGLCaps::getBackendFormatFromCompressionType\28SkTextureCompressionType\29\20const -11786:GrGLCaps::computeFormatKey\28GrBackendFormat\20const&\29\20const -11787:GrGLBuffer::~GrGLBuffer\28\29_12114 -11788:GrGLBuffer::~GrGLBuffer\28\29 -11789:GrGLBuffer::setMemoryBacking\28SkTraceMemoryDump*\2c\20SkString\20const&\29\20const -11790:GrGLBuffer::onUpdateData\28void\20const*\2c\20unsigned\20long\2c\20unsigned\20long\2c\20bool\29 -11791:GrGLBuffer::onUnmap\28GrGpuBuffer::MapType\29 -11792:GrGLBuffer::onSetLabel\28\29 -11793:GrGLBuffer::onRelease\28\29 -11794:GrGLBuffer::onMap\28GrGpuBuffer::MapType\29 -11795:GrGLBuffer::onClearToZero\28\29 -11796:GrGLBuffer::onAbandon\28\29 -11797:GrGLBackendTextureData::~GrGLBackendTextureData\28\29_12088 -11798:GrGLBackendTextureData::~GrGLBackendTextureData\28\29 -11799:GrGLBackendTextureData::isSameTexture\28GrBackendTextureData\20const*\29\20const -11800:GrGLBackendTextureData::isProtected\28\29\20const -11801:GrGLBackendTextureData::getBackendFormat\28\29\20const -11802:GrGLBackendTextureData::equal\28GrBackendTextureData\20const*\29\20const -11803:GrGLBackendTextureData::copyTo\28SkAnySubclass&\29\20const -11804:GrGLBackendRenderTargetData::getBackendFormat\28\29\20const -11805:GrGLBackendRenderTargetData::equal\28GrBackendRenderTargetData\20const*\29\20const -11806:GrGLBackendRenderTargetData::copyTo\28SkAnySubclass&\29\20const -11807:GrGLBackendFormatData::toString\28\29\20const -11808:GrGLBackendFormatData::stencilBits\28\29\20const -11809:GrGLBackendFormatData::equal\28GrBackendFormatData\20const*\29\20const -11810:GrGLBackendFormatData::desc\28\29\20const -11811:GrGLBackendFormatData::copyTo\28SkAnySubclass&\29\20const -11812:GrGLBackendFormatData::compressionType\28\29\20const -11813:GrGLBackendFormatData::channelMask\28\29\20const -11814:GrGLBackendFormatData::bytesPerBlock\28\29\20const -11815:GrGLAttachment::~GrGLAttachment\28\29 -11816:GrGLAttachment::setMemoryBacking\28SkTraceMemoryDump*\2c\20SkString\20const&\29\20const -11817:GrGLAttachment::onSetLabel\28\29 -11818:GrGLAttachment::onRelease\28\29 -11819:GrGLAttachment::onAbandon\28\29 -11820:GrGLAttachment::backendFormat\28\29\20const -11821:GrFragmentProcessor::constantOutputForConstantInput\28SkRGBA4f<\28SkAlphaType\292>\20const&\29\20const -11822:GrFragmentProcessor::SwizzleOutput\28std::__2::unique_ptr>\2c\20skgpu::Swizzle\20const&\29::SwizzleFragmentProcessor::onMakeProgramImpl\28\29\20const::Impl::emitCode\28GrFragmentProcessor::ProgramImpl::EmitArgs&\29 -11823:GrFragmentProcessor::SwizzleOutput\28std::__2::unique_ptr>\2c\20skgpu::Swizzle\20const&\29::SwizzleFragmentProcessor::onMakeProgramImpl\28\29\20const -11824:GrFragmentProcessor::SwizzleOutput\28std::__2::unique_ptr>\2c\20skgpu::Swizzle\20const&\29::SwizzleFragmentProcessor::onIsEqual\28GrFragmentProcessor\20const&\29\20const -11825:GrFragmentProcessor::SwizzleOutput\28std::__2::unique_ptr>\2c\20skgpu::Swizzle\20const&\29::SwizzleFragmentProcessor::onAddToKey\28GrShaderCaps\20const&\2c\20skgpu::KeyBuilder*\29\20const -11826:GrFragmentProcessor::SwizzleOutput\28std::__2::unique_ptr>\2c\20skgpu::Swizzle\20const&\29::SwizzleFragmentProcessor::name\28\29\20const -11827:GrFragmentProcessor::SwizzleOutput\28std::__2::unique_ptr>\2c\20skgpu::Swizzle\20const&\29::SwizzleFragmentProcessor::constantOutputForConstantInput\28SkRGBA4f<\28SkAlphaType\292>\20const&\29\20const -11828:GrFragmentProcessor::SwizzleOutput\28std::__2::unique_ptr>\2c\20skgpu::Swizzle\20const&\29::SwizzleFragmentProcessor::clone\28\29\20const -11829:GrFragmentProcessor::SurfaceColor\28\29::SurfaceColorProcessor::onMakeProgramImpl\28\29\20const::Impl::emitCode\28GrFragmentProcessor::ProgramImpl::EmitArgs&\29 -11830:GrFragmentProcessor::SurfaceColor\28\29::SurfaceColorProcessor::onMakeProgramImpl\28\29\20const -11831:GrFragmentProcessor::SurfaceColor\28\29::SurfaceColorProcessor::name\28\29\20const -11832:GrFragmentProcessor::SurfaceColor\28\29::SurfaceColorProcessor::clone\28\29\20const -11833:GrFragmentProcessor::ProgramImpl::~ProgramImpl\28\29 -11834:GrFragmentProcessor::HighPrecision\28std::__2::unique_ptr>\29::HighPrecisionFragmentProcessor::onMakeProgramImpl\28\29\20const::Impl::emitCode\28GrFragmentProcessor::ProgramImpl::EmitArgs&\29 -11835:GrFragmentProcessor::HighPrecision\28std::__2::unique_ptr>\29::HighPrecisionFragmentProcessor::onMakeProgramImpl\28\29\20const -11836:GrFragmentProcessor::HighPrecision\28std::__2::unique_ptr>\29::HighPrecisionFragmentProcessor::name\28\29\20const -11837:GrFragmentProcessor::HighPrecision\28std::__2::unique_ptr>\29::HighPrecisionFragmentProcessor::clone\28\29\20const -11838:GrFragmentProcessor::DeviceSpace\28std::__2::unique_ptr>\29::DeviceSpace::onMakeProgramImpl\28\29\20const::Impl::emitCode\28GrFragmentProcessor::ProgramImpl::EmitArgs&\29 -11839:GrFragmentProcessor::DeviceSpace\28std::__2::unique_ptr>\29::DeviceSpace::onMakeProgramImpl\28\29\20const -11840:GrFragmentProcessor::DeviceSpace\28std::__2::unique_ptr>\29::DeviceSpace::name\28\29\20const -11841:GrFragmentProcessor::DeviceSpace\28std::__2::unique_ptr>\29::DeviceSpace::constantOutputForConstantInput\28SkRGBA4f<\28SkAlphaType\292>\20const&\29\20const -11842:GrFragmentProcessor::DeviceSpace\28std::__2::unique_ptr>\29::DeviceSpace::clone\28\29\20const -11843:GrFragmentProcessor::Compose\28std::__2::unique_ptr>\2c\20std::__2::unique_ptr>\29::ComposeProcessor::onMakeProgramImpl\28\29\20const::Impl::emitCode\28GrFragmentProcessor::ProgramImpl::EmitArgs&\29 -11844:GrFragmentProcessor::Compose\28std::__2::unique_ptr>\2c\20std::__2::unique_ptr>\29::ComposeProcessor::onMakeProgramImpl\28\29\20const -11845:GrFragmentProcessor::Compose\28std::__2::unique_ptr>\2c\20std::__2::unique_ptr>\29::ComposeProcessor::name\28\29\20const -11846:GrFragmentProcessor::Compose\28std::__2::unique_ptr>\2c\20std::__2::unique_ptr>\29::ComposeProcessor::constantOutputForConstantInput\28SkRGBA4f<\28SkAlphaType\292>\20const&\29\20const -11847:GrFragmentProcessor::Compose\28std::__2::unique_ptr>\2c\20std::__2::unique_ptr>\29::ComposeProcessor::clone\28\29\20const -11848:GrFixedClip::~GrFixedClip\28\29_9231 -11849:GrFixedClip::~GrFixedClip\28\29 -11850:GrExternalTextureGenerator::onGenerateTexture\28GrRecordingContext*\2c\20SkImageInfo\20const&\2c\20skgpu::Mipmapped\2c\20GrImageTexGenPolicy\29 -11851:GrEagerDynamicVertexAllocator::lock\28unsigned\20long\2c\20int\29 -11852:GrDynamicAtlas::~GrDynamicAtlas\28\29_9202 -11853:GrDynamicAtlas::~GrDynamicAtlas\28\29 -11854:GrDrawingManager::flush\28SkSpan\2c\20SkSurfaces::BackendSurfaceAccess\2c\20GrFlushInfo\20const&\2c\20skgpu::MutableTextureState\20const*\29 -11855:GrDrawOp::usesStencil\28\29\20const -11856:GrDrawOp::usesMSAA\28\29\20const -11857:GrDrawOp::fixedFunctionFlags\28\29\20const -11858:GrDistanceFieldPathGeoProc::~GrDistanceFieldPathGeoProc\28\29_10400 -11859:GrDistanceFieldPathGeoProc::~GrDistanceFieldPathGeoProc\28\29 -11860:GrDistanceFieldPathGeoProc::onTextureSampler\28int\29\20const -11861:GrDistanceFieldPathGeoProc::name\28\29\20const -11862:GrDistanceFieldPathGeoProc::makeProgramImpl\28GrShaderCaps\20const&\29\20const -11863:GrDistanceFieldPathGeoProc::addToKey\28GrShaderCaps\20const&\2c\20skgpu::KeyBuilder*\29\20const -11864:GrDistanceFieldPathGeoProc::Impl::setData\28GrGLSLProgramDataManager\20const&\2c\20GrShaderCaps\20const&\2c\20GrGeometryProcessor\20const&\29 -11865:GrDistanceFieldPathGeoProc::Impl::onEmitCode\28GrGeometryProcessor::ProgramImpl::EmitArgs&\2c\20GrGeometryProcessor::ProgramImpl::GrGPArgs*\29 -11866:GrDistanceFieldLCDTextGeoProc::~GrDistanceFieldLCDTextGeoProc\28\29_10404 -11867:GrDistanceFieldLCDTextGeoProc::~GrDistanceFieldLCDTextGeoProc\28\29 -11868:GrDistanceFieldLCDTextGeoProc::name\28\29\20const -11869:GrDistanceFieldLCDTextGeoProc::makeProgramImpl\28GrShaderCaps\20const&\29\20const -11870:GrDistanceFieldLCDTextGeoProc::addToKey\28GrShaderCaps\20const&\2c\20skgpu::KeyBuilder*\29\20const -11871:GrDistanceFieldLCDTextGeoProc::Impl::setData\28GrGLSLProgramDataManager\20const&\2c\20GrShaderCaps\20const&\2c\20GrGeometryProcessor\20const&\29 -11872:GrDistanceFieldLCDTextGeoProc::Impl::onEmitCode\28GrGeometryProcessor::ProgramImpl::EmitArgs&\2c\20GrGeometryProcessor::ProgramImpl::GrGPArgs*\29 -11873:GrDistanceFieldA8TextGeoProc::~GrDistanceFieldA8TextGeoProc\28\29_10396 -11874:GrDistanceFieldA8TextGeoProc::~GrDistanceFieldA8TextGeoProc\28\29 -11875:GrDistanceFieldA8TextGeoProc::name\28\29\20const -11876:GrDistanceFieldA8TextGeoProc::makeProgramImpl\28GrShaderCaps\20const&\29\20const -11877:GrDistanceFieldA8TextGeoProc::addToKey\28GrShaderCaps\20const&\2c\20skgpu::KeyBuilder*\29\20const -11878:GrDistanceFieldA8TextGeoProc::Impl::setData\28GrGLSLProgramDataManager\20const&\2c\20GrShaderCaps\20const&\2c\20GrGeometryProcessor\20const&\29 -11879:GrDistanceFieldA8TextGeoProc::Impl::onEmitCode\28GrGeometryProcessor::ProgramImpl::EmitArgs&\2c\20GrGeometryProcessor::ProgramImpl::GrGPArgs*\29 -11880:GrDisableColorXPFactory::makeXferProcessor\28GrProcessorAnalysisColor\20const&\2c\20GrProcessorAnalysisCoverage\2c\20GrCaps\20const&\2c\20GrClampType\29\20const -11881:GrDisableColorXPFactory::analysisProperties\28GrProcessorAnalysisColor\20const&\2c\20GrProcessorAnalysisCoverage\20const&\2c\20GrCaps\20const&\2c\20GrClampType\29\20const -11882:GrDirectContext::~GrDirectContext\28\29_9104 -11883:GrDirectContext::releaseResourcesAndAbandonContext\28\29 -11884:GrDirectContext::init\28\29 -11885:GrDirectContext::abandoned\28\29 -11886:GrDirectContext::abandonContext\28\29 -11887:GrDeferredProxyUploader::~GrDeferredProxyUploader\28\29_8730 -11888:GrDeferredProxyUploader::~GrDeferredProxyUploader\28\29 -11889:GrCpuVertexAllocator::~GrCpuVertexAllocator\28\29_9226 -11890:GrCpuVertexAllocator::~GrCpuVertexAllocator\28\29 -11891:GrCpuVertexAllocator::unlock\28int\29 -11892:GrCpuVertexAllocator::lock\28unsigned\20long\2c\20int\29 -11893:GrCpuBuffer::unref\28\29\20const -11894:GrCoverageSetOpXPFactory::makeXferProcessor\28GrProcessorAnalysisColor\20const&\2c\20GrProcessorAnalysisCoverage\2c\20GrCaps\20const&\2c\20GrClampType\29\20const -11895:GrCoverageSetOpXPFactory::analysisProperties\28GrProcessorAnalysisColor\20const&\2c\20GrProcessorAnalysisCoverage\20const&\2c\20GrCaps\20const&\2c\20GrClampType\29\20const -11896:GrCopyRenderTask::~GrCopyRenderTask\28\29_9064 -11897:GrCopyRenderTask::onMakeSkippable\28\29 -11898:GrCopyRenderTask::onMakeClosed\28GrRecordingContext*\2c\20SkIRect*\29 -11899:GrCopyRenderTask::onExecute\28GrOpFlushState*\29 -11900:GrCopyRenderTask::gatherProxyIntervals\28GrResourceAllocator*\29\20const -11901:GrConvexPolyEffect::onMakeProgramImpl\28\29\20const::Impl::onSetData\28GrGLSLProgramDataManager\20const&\2c\20GrFragmentProcessor\20const&\29 -11902:GrConvexPolyEffect::onMakeProgramImpl\28\29\20const::Impl::emitCode\28GrFragmentProcessor::ProgramImpl::EmitArgs&\29 -11903:GrConvexPolyEffect::onMakeProgramImpl\28\29\20const -11904:GrConvexPolyEffect::onIsEqual\28GrFragmentProcessor\20const&\29\20const -11905:GrConvexPolyEffect::onAddToKey\28GrShaderCaps\20const&\2c\20skgpu::KeyBuilder*\29\20const -11906:GrConvexPolyEffect::name\28\29\20const -11907:GrConvexPolyEffect::clone\28\29\20const -11908:GrContext_Base::~GrContext_Base\28\29_9044 -11909:GrContextThreadSafeProxy::~GrContextThreadSafeProxy\28\29_9032 -11910:GrContextThreadSafeProxy::~GrContextThreadSafeProxy\28\29 -11911:GrContextThreadSafeProxy::isValidCharacterizationForVulkan\28sk_sp\2c\20bool\2c\20skgpu::Mipmapped\2c\20skgpu::Protected\2c\20bool\2c\20bool\29 -11912:GrConicEffect::name\28\29\20const -11913:GrConicEffect::makeProgramImpl\28GrShaderCaps\20const&\29\20const -11914:GrConicEffect::addToKey\28GrShaderCaps\20const&\2c\20skgpu::KeyBuilder*\29\20const -11915:GrConicEffect::Impl::setData\28GrGLSLProgramDataManager\20const&\2c\20GrShaderCaps\20const&\2c\20GrGeometryProcessor\20const&\29 -11916:GrConicEffect::Impl::onEmitCode\28GrGeometryProcessor::ProgramImpl::EmitArgs&\2c\20GrGeometryProcessor::ProgramImpl::GrGPArgs*\29 -11917:GrColorSpaceXformEffect::~GrColorSpaceXformEffect\28\29_9016 -11918:GrColorSpaceXformEffect::~GrColorSpaceXformEffect\28\29 -11919:GrColorSpaceXformEffect::onMakeProgramImpl\28\29\20const::Impl::onSetData\28GrGLSLProgramDataManager\20const&\2c\20GrFragmentProcessor\20const&\29 -11920:GrColorSpaceXformEffect::onMakeProgramImpl\28\29\20const::Impl::emitCode\28GrFragmentProcessor::ProgramImpl::EmitArgs&\29 -11921:GrColorSpaceXformEffect::onMakeProgramImpl\28\29\20const -11922:GrColorSpaceXformEffect::onIsEqual\28GrFragmentProcessor\20const&\29\20const -11923:GrColorSpaceXformEffect::onAddToKey\28GrShaderCaps\20const&\2c\20skgpu::KeyBuilder*\29\20const -11924:GrColorSpaceXformEffect::name\28\29\20const -11925:GrColorSpaceXformEffect::constantOutputForConstantInput\28SkRGBA4f<\28SkAlphaType\292>\20const&\29\20const -11926:GrColorSpaceXformEffect::clone\28\29\20const -11927:GrCaps::~GrCaps\28\29 -11928:GrCaps::getDstCopyRestrictions\28GrRenderTargetProxy\20const*\2c\20GrColorType\29\20const -11929:GrBitmapTextGeoProc::~GrBitmapTextGeoProc\28\29_10309 -11930:GrBitmapTextGeoProc::~GrBitmapTextGeoProc\28\29 -11931:GrBitmapTextGeoProc::onTextureSampler\28int\29\20const -11932:GrBitmapTextGeoProc::name\28\29\20const -11933:GrBitmapTextGeoProc::makeProgramImpl\28GrShaderCaps\20const&\29\20const -11934:GrBitmapTextGeoProc::addToKey\28GrShaderCaps\20const&\2c\20skgpu::KeyBuilder*\29\20const -11935:GrBitmapTextGeoProc::Impl::setData\28GrGLSLProgramDataManager\20const&\2c\20GrShaderCaps\20const&\2c\20GrGeometryProcessor\20const&\29 -11936:GrBitmapTextGeoProc::Impl::onEmitCode\28GrGeometryProcessor::ProgramImpl::EmitArgs&\2c\20GrGeometryProcessor::ProgramImpl::GrGPArgs*\29 -11937:GrBicubicEffect::onMakeProgramImpl\28\29\20const -11938:GrBicubicEffect::onIsEqual\28GrFragmentProcessor\20const&\29\20const -11939:GrBicubicEffect::onAddToKey\28GrShaderCaps\20const&\2c\20skgpu::KeyBuilder*\29\20const -11940:GrBicubicEffect::name\28\29\20const -11941:GrBicubicEffect::clone\28\29\20const -11942:GrBicubicEffect::Impl::onSetData\28GrGLSLProgramDataManager\20const&\2c\20GrFragmentProcessor\20const&\29 -11943:GrBicubicEffect::Impl::emitCode\28GrFragmentProcessor::ProgramImpl::EmitArgs&\29 -11944:GrAttachment::onGpuMemorySize\28\29\20const -11945:GrAttachment::getResourceType\28\29\20const -11946:GrAttachment::computeScratchKey\28skgpu::ScratchKey*\29\20const -11947:GrAtlasManager::~GrAtlasManager\28\29_11969 -11948:GrAtlasManager::preFlush\28GrOnFlushResourceProvider*\29 -11949:GrAtlasManager::postFlush\28skgpu::AtlasToken\29 -11950:GrAATriangulator::tessellate\28GrTriangulator::VertexList\20const&\2c\20GrTriangulator::Comparator\20const&\29 -11951:GetRectsForRange\28skia::textlayout::Paragraph&\2c\20unsigned\20int\2c\20unsigned\20int\2c\20skia::textlayout::RectHeightStyle\2c\20skia::textlayout::RectWidthStyle\29 -11952:GetRectsForPlaceholders\28skia::textlayout::Paragraph&\29 -11953:GetLineMetrics\28skia::textlayout::Paragraph&\29 -11954:GetLineMetricsAt\28skia::textlayout::Paragraph&\2c\20unsigned\20long\29 -11955:GetGlyphInfoAt\28skia::textlayout::Paragraph&\2c\20unsigned\20long\29 -11956:GetCoeffsFast -11957:GetCoeffsAlt -11958:GetClosestGlyphInfoAtCoordinate\28skia::textlayout::Paragraph&\2c\20float\2c\20float\29 -11959:FontMgrRunIterator::~FontMgrRunIterator\28\29_14921 -11960:FontMgrRunIterator::~FontMgrRunIterator\28\29 -11961:FontMgrRunIterator::currentFont\28\29\20const -11962:FontMgrRunIterator::consume\28\29 -11963:ExtractGreen_C -11964:ExtractAlpha_C -11965:ExtractAlphaRows -11966:ExternalWebGLTexture::~ExternalWebGLTexture\28\29_907 -11967:ExternalWebGLTexture::~ExternalWebGLTexture\28\29 -11968:ExternalWebGLTexture::getBackendTexture\28\29 -11969:ExternalWebGLTexture::dispose\28\29 -11970:ExportAlphaRGBA4444 -11971:ExportAlpha -11972:Equals\28SkPath\20const&\2c\20SkPath\20const&\29 -11973:EmitYUV -11974:EmitSampledRGB -11975:EmitRescaledYUV -11976:EmitRescaledRGB -11977:EmitRescaledAlphaYUV -11978:EmitRescaledAlphaRGB -11979:EmitFancyRGB -11980:EmitAlphaYUV -11981:EmitAlphaRGBA4444 -11982:EmitAlphaRGB -11983:EllipticalRRectOp::onPrepareDraws\28GrMeshDrawTarget*\29 -11984:EllipticalRRectOp::onCombineIfPossible\28GrOp*\2c\20SkArenaAlloc*\2c\20GrCaps\20const&\29 -11985:EllipticalRRectOp::name\28\29\20const -11986:EllipticalRRectOp::finalize\28GrCaps\20const&\2c\20GrAppliedClip\20const*\2c\20GrClampType\29 -11987:EllipseOp::onPrepareDraws\28GrMeshDrawTarget*\29 -11988:EllipseOp::onCombineIfPossible\28GrOp*\2c\20SkArenaAlloc*\2c\20GrCaps\20const&\29 -11989:EllipseOp::name\28\29\20const -11990:EllipseOp::finalize\28GrCaps\20const&\2c\20GrAppliedClip\20const*\2c\20GrClampType\29 -11991:EllipseGeometryProcessor::name\28\29\20const -11992:EllipseGeometryProcessor::makeProgramImpl\28GrShaderCaps\20const&\29\20const -11993:EllipseGeometryProcessor::addToKey\28GrShaderCaps\20const&\2c\20skgpu::KeyBuilder*\29\20const -11994:EllipseGeometryProcessor::Impl::onEmitCode\28GrGeometryProcessor::ProgramImpl::EmitArgs&\2c\20GrGeometryProcessor::ProgramImpl::GrGPArgs*\29 -11995:Dual_Project -11996:DitherCombine8x8_C -11997:DispatchAlpha_C -11998:DispatchAlphaToGreen_C -11999:DisableColorXP::onGetBlendInfo\28skgpu::BlendInfo*\29\20const -12000:DisableColorXP::name\28\29\20const -12001:DisableColorXP::makeProgramImpl\28\29\20const::Impl::emitOutputsForBlendState\28GrXferProcessor::ProgramImpl::EmitArgs\20const&\29 -12002:DisableColorXP::makeProgramImpl\28\29\20const -12003:Direct_Move_Y -12004:Direct_Move_X -12005:Direct_Move_Orig_Y -12006:Direct_Move_Orig_X -12007:Direct_Move_Orig -12008:Direct_Move -12009:DefaultGeoProc::name\28\29\20const -12010:DefaultGeoProc::makeProgramImpl\28GrShaderCaps\20const&\29\20const -12011:DefaultGeoProc::addToKey\28GrShaderCaps\20const&\2c\20skgpu::KeyBuilder*\29\20const -12012:DefaultGeoProc::Impl::setData\28GrGLSLProgramDataManager\20const&\2c\20GrShaderCaps\20const&\2c\20GrGeometryProcessor\20const&\29 -12013:DefaultGeoProc::Impl::onEmitCode\28GrGeometryProcessor::ProgramImpl::EmitArgs&\2c\20GrGeometryProcessor::ProgramImpl::GrGPArgs*\29 -12014:DataFontLoader::loadSystemFonts\28SkFontScanner\20const*\2c\20skia_private::TArray\2c\20true>*\29\20const -12015:DataCacheElement_deleter\28void*\29 -12016:DIEllipseOp::~DIEllipseOp\28\29_11471 -12017:DIEllipseOp::~DIEllipseOp\28\29 -12018:DIEllipseOp::visitProxies\28std::__2::function\20const&\29\20const -12019:DIEllipseOp::onPrepareDraws\28GrMeshDrawTarget*\29 -12020:DIEllipseOp::onExecute\28GrOpFlushState*\2c\20SkRect\20const&\29 -12021:DIEllipseOp::onCreateProgramInfo\28GrCaps\20const*\2c\20SkArenaAlloc*\2c\20GrSurfaceProxyView\20const&\2c\20bool\2c\20GrAppliedClip&&\2c\20GrDstProxyView\20const&\2c\20GrXferBarrierFlags\2c\20GrLoadOp\29 -12022:DIEllipseOp::onCombineIfPossible\28GrOp*\2c\20SkArenaAlloc*\2c\20GrCaps\20const&\29 -12023:DIEllipseOp::name\28\29\20const -12024:DIEllipseOp::finalize\28GrCaps\20const&\2c\20GrAppliedClip\20const*\2c\20GrClampType\29 -12025:DIEllipseGeometryProcessor::name\28\29\20const -12026:DIEllipseGeometryProcessor::makeProgramImpl\28GrShaderCaps\20const&\29\20const -12027:DIEllipseGeometryProcessor::addToKey\28GrShaderCaps\20const&\2c\20skgpu::KeyBuilder*\29\20const -12028:DIEllipseGeometryProcessor::Impl::onEmitCode\28GrGeometryProcessor::ProgramImpl::EmitArgs&\2c\20GrGeometryProcessor::ProgramImpl::GrGPArgs*\29 -12029:DC8uv_C -12030:DC8uvNoTop_C -12031:DC8uvNoTopLeft_C -12032:DC8uvNoLeft_C -12033:DC4_C -12034:DC16_C -12035:DC16NoTop_C -12036:DC16NoTopLeft_C -12037:DC16NoLeft_C -12038:CustomXPFactory::makeXferProcessor\28GrProcessorAnalysisColor\20const&\2c\20GrProcessorAnalysisCoverage\2c\20GrCaps\20const&\2c\20GrClampType\29\20const -12039:CustomXPFactory::analysisProperties\28GrProcessorAnalysisColor\20const&\2c\20GrProcessorAnalysisCoverage\20const&\2c\20GrCaps\20const&\2c\20GrClampType\29\20const -12040:CustomXP::xferBarrierType\28GrCaps\20const&\29\20const -12041:CustomXP::onGetBlendInfo\28skgpu::BlendInfo*\29\20const -12042:CustomXP::onAddToKey\28GrShaderCaps\20const&\2c\20skgpu::KeyBuilder*\29\20const -12043:CustomXP::name\28\29\20const -12044:CustomXP::makeProgramImpl\28\29\20const::Impl::emitOutputsForBlendState\28GrXferProcessor::ProgramImpl::EmitArgs\20const&\29 -12045:CustomXP::makeProgramImpl\28\29\20const -12046:CustomTeardown -12047:CustomSetup -12048:CustomPut -12049:Current_Ppem_Stretched -12050:Current_Ppem -12051:Cr_z_zcalloc -12052:CoverageSetOpXP::onGetBlendInfo\28skgpu::BlendInfo*\29\20const -12053:CoverageSetOpXP::onAddToKey\28GrShaderCaps\20const&\2c\20skgpu::KeyBuilder*\29\20const -12054:CoverageSetOpXP::name\28\29\20const -12055:CoverageSetOpXP::makeProgramImpl\28\29\20const::Impl::emitOutputsForBlendState\28GrXferProcessor::ProgramImpl::EmitArgs\20const&\29 -12056:CoverageSetOpXP::makeProgramImpl\28\29\20const -12057:CopyPath\28SkPath\20const&\29 -12058:ConvertRGB24ToY_C -12059:ConvertBGR24ToY_C -12060:ConvertARGBToY_C -12061:ColorTableEffect::onMakeProgramImpl\28\29\20const::Impl::emitCode\28GrFragmentProcessor::ProgramImpl::EmitArgs&\29 -12062:ColorTableEffect::onMakeProgramImpl\28\29\20const -12063:ColorTableEffect::name\28\29\20const -12064:ColorTableEffect::clone\28\29\20const -12065:CircularRRectOp::visitProxies\28std::__2::function\20const&\29\20const -12066:CircularRRectOp::onPrepareDraws\28GrMeshDrawTarget*\29 -12067:CircularRRectOp::onExecute\28GrOpFlushState*\2c\20SkRect\20const&\29 -12068:CircularRRectOp::onCreateProgramInfo\28GrCaps\20const*\2c\20SkArenaAlloc*\2c\20GrSurfaceProxyView\20const&\2c\20bool\2c\20GrAppliedClip&&\2c\20GrDstProxyView\20const&\2c\20GrXferBarrierFlags\2c\20GrLoadOp\29 -12069:CircularRRectOp::onCombineIfPossible\28GrOp*\2c\20SkArenaAlloc*\2c\20GrCaps\20const&\29 -12070:CircularRRectOp::name\28\29\20const -12071:CircularRRectOp::finalize\28GrCaps\20const&\2c\20GrAppliedClip\20const*\2c\20GrClampType\29 -12072:CircleOp::~CircleOp\28\29_11445 -12073:CircleOp::~CircleOp\28\29 -12074:CircleOp::visitProxies\28std::__2::function\20const&\29\20const -12075:CircleOp::programInfo\28\29 -12076:CircleOp::onPrepareDraws\28GrMeshDrawTarget*\29 -12077:CircleOp::onExecute\28GrOpFlushState*\2c\20SkRect\20const&\29 -12078:CircleOp::onCreateProgramInfo\28GrCaps\20const*\2c\20SkArenaAlloc*\2c\20GrSurfaceProxyView\20const&\2c\20bool\2c\20GrAppliedClip&&\2c\20GrDstProxyView\20const&\2c\20GrXferBarrierFlags\2c\20GrLoadOp\29 -12079:CircleOp::onCombineIfPossible\28GrOp*\2c\20SkArenaAlloc*\2c\20GrCaps\20const&\29 -12080:CircleOp::name\28\29\20const -12081:CircleOp::finalize\28GrCaps\20const&\2c\20GrAppliedClip\20const*\2c\20GrClampType\29 -12082:CircleGeometryProcessor::name\28\29\20const -12083:CircleGeometryProcessor::makeProgramImpl\28GrShaderCaps\20const&\29\20const -12084:CircleGeometryProcessor::addToKey\28GrShaderCaps\20const&\2c\20skgpu::KeyBuilder*\29\20const -12085:CircleGeometryProcessor::Impl::onEmitCode\28GrGeometryProcessor::ProgramImpl::EmitArgs&\2c\20GrGeometryProcessor::ProgramImpl::GrGPArgs*\29 -12086:CanInterpolate\28SkPath\20const&\2c\20SkPath\20const&\29 -12087:ButtCapper\28SkPathBuilder*\2c\20SkPoint\20const&\2c\20SkPoint\20const&\2c\20SkPoint\20const&\2c\20bool\29 -12088:ButtCapDashedCircleOp::visitProxies\28std::__2::function\20const&\29\20const -12089:ButtCapDashedCircleOp::programInfo\28\29 -12090:ButtCapDashedCircleOp::onPrepareDraws\28GrMeshDrawTarget*\29 -12091:ButtCapDashedCircleOp::onExecute\28GrOpFlushState*\2c\20SkRect\20const&\29 -12092:ButtCapDashedCircleOp::onCreateProgramInfo\28GrCaps\20const*\2c\20SkArenaAlloc*\2c\20GrSurfaceProxyView\20const&\2c\20bool\2c\20GrAppliedClip&&\2c\20GrDstProxyView\20const&\2c\20GrXferBarrierFlags\2c\20GrLoadOp\29 -12093:ButtCapDashedCircleOp::onCombineIfPossible\28GrOp*\2c\20SkArenaAlloc*\2c\20GrCaps\20const&\29 -12094:ButtCapDashedCircleOp::name\28\29\20const -12095:ButtCapDashedCircleOp::finalize\28GrCaps\20const&\2c\20GrAppliedClip\20const*\2c\20GrClampType\29 -12096:ButtCapDashedCircleGeometryProcessor::name\28\29\20const -12097:ButtCapDashedCircleGeometryProcessor::makeProgramImpl\28GrShaderCaps\20const&\29\20const -12098:ButtCapDashedCircleGeometryProcessor::addToKey\28GrShaderCaps\20const&\2c\20skgpu::KeyBuilder*\29\20const -12099:ButtCapDashedCircleGeometryProcessor::Impl::onEmitCode\28GrGeometryProcessor::ProgramImpl::EmitArgs&\2c\20GrGeometryProcessor::ProgramImpl::GrGPArgs*\29 -12100:BrotliDefaultAllocFunc -12101:BluntJoiner\28SkPathBuilder*\2c\20SkPathBuilder*\2c\20SkPoint\20const&\2c\20SkPoint\20const&\2c\20SkPoint\20const&\2c\20float\2c\20float\2c\20bool\2c\20bool\29 -12102:BlendFragmentProcessor::onMakeProgramImpl\28\29\20const::Impl::onSetData\28GrGLSLProgramDataManager\20const&\2c\20GrFragmentProcessor\20const&\29 -12103:BlendFragmentProcessor::onMakeProgramImpl\28\29\20const::Impl::emitCode\28GrFragmentProcessor::ProgramImpl::EmitArgs&\29 -12104:BlendFragmentProcessor::onMakeProgramImpl\28\29\20const -12105:BlendFragmentProcessor::onIsEqual\28GrFragmentProcessor\20const&\29\20const -12106:BlendFragmentProcessor::onAddToKey\28GrShaderCaps\20const&\2c\20skgpu::KeyBuilder*\29\20const -12107:BlendFragmentProcessor::name\28\29\20const -12108:BlendFragmentProcessor::constantOutputForConstantInput\28SkRGBA4f<\28SkAlphaType\292>\20const&\29\20const -12109:BlendFragmentProcessor::clone\28\29\20const -12110:AutoCleanPng::infoCallback\28unsigned\20long\29 -12111:AutoCleanPng::decodeBounds\28\29 -12112:ApplyTrim\28SkPath&\2c\20float\2c\20float\2c\20bool\29 -12113:ApplyTransform\28SkPath&\2c\20float\2c\20float\2c\20float\2c\20float\2c\20float\2c\20float\2c\20float\2c\20float\2c\20float\29 -12114:ApplyStroke\28SkPath&\2c\20StrokeOpts\29 -12115:ApplySimplify\28SkPath&\29 -12116:ApplyRewind\28SkPath&\29 -12117:ApplyReset\28SkPath&\29 -12118:ApplyRQuadTo\28SkPath&\2c\20float\2c\20float\2c\20float\2c\20float\29 -12119:ApplyRMoveTo\28SkPath&\2c\20float\2c\20float\29 -12120:ApplyRLineTo\28SkPath&\2c\20float\2c\20float\29 -12121:ApplyRCubicTo\28SkPath&\2c\20float\2c\20float\2c\20float\2c\20float\2c\20float\2c\20float\29 -12122:ApplyRConicTo\28SkPath&\2c\20float\2c\20float\2c\20float\2c\20float\2c\20float\29 -12123:ApplyRArcToArcSize\28SkPath&\2c\20float\2c\20float\2c\20float\2c\20bool\2c\20bool\2c\20float\2c\20float\29 -12124:ApplyQuadTo\28SkPath&\2c\20float\2c\20float\2c\20float\2c\20float\29 -12125:ApplyPathOp\28SkPath&\2c\20SkPath\20const&\2c\20SkPathOp\29 -12126:ApplyMoveTo\28SkPath&\2c\20float\2c\20float\29 -12127:ApplyLineTo\28SkPath&\2c\20float\2c\20float\29 -12128:ApplyDash\28SkPath&\2c\20float\2c\20float\2c\20float\29 -12129:ApplyCubicTo\28SkPath&\2c\20float\2c\20float\2c\20float\2c\20float\2c\20float\2c\20float\29 -12130:ApplyConicTo\28SkPath&\2c\20float\2c\20float\2c\20float\2c\20float\2c\20float\29 -12131:ApplyClose\28SkPath&\29 -12132:ApplyArcToTangent\28SkPath&\2c\20float\2c\20float\2c\20float\2c\20float\2c\20float\29 -12133:ApplyArcToArcSize\28SkPath&\2c\20float\2c\20float\2c\20float\2c\20bool\2c\20bool\2c\20float\2c\20float\29 -12134:ApplyAlphaMultiply_C -12135:ApplyAlphaMultiply_16b_C -12136:ApplyAddPath\28SkPath&\2c\20SkPath\20const&\2c\20float\2c\20float\2c\20float\2c\20float\2c\20float\2c\20float\2c\20float\2c\20float\2c\20float\2c\20bool\29 -12137:AlphaReplace_C -12138:$_3::__invoke\28unsigned\20char*\2c\20unsigned\20char\2c\20int\2c\20unsigned\20char\29 -12139:$_2::__invoke\28unsigned\20char*\2c\20unsigned\20char\2c\20int\29 -12140:$_1::__invoke\28unsigned\20char*\2c\20unsigned\20char\2c\20int\2c\20unsigned\20char\29 -12141:$_0::__invoke\28unsigned\20char*\2c\20unsigned\20char\2c\20int\29 +6133:5895 +6134:5896 +6135:5897 +6136:5898 +6137:5899 +6138:5900 +6139:5901 +6140:5902 +6141:5903 +6142:5904 +6143:5905 +6144:5906 +6145:5907 +6146:5908 +6147:5909 +6148:5910 +6149:ycck_cmyk_convert +6150:ycc_rgb_convert +6151:ycc_rgb565_convert +6152:ycc_rgb565D_convert +6153:xyzd50_to_lab\28SkRGBA4f<\28SkAlphaType\292>\2c\20bool*\29 +6154:xyzd50_to_hcl\28SkRGBA4f<\28SkAlphaType\292>\2c\20bool*\29 +6155:wuffs_gif__decoder__tell_me_more +6156:wuffs_gif__decoder__set_report_metadata +6157:wuffs_gif__decoder__num_decoded_frame_configs +6158:wuffs_base__pixel_swizzler__xxxxxxxx__index_binary_alpha__src_over +6159:wuffs_base__pixel_swizzler__xxxxxxxx__index__src +6160:wuffs_base__pixel_swizzler__xxxx__index_binary_alpha__src_over +6161:wuffs_base__pixel_swizzler__xxxx__index__src +6162:wuffs_base__pixel_swizzler__xxx__index_binary_alpha__src_over +6163:wuffs_base__pixel_swizzler__xxx__index__src +6164:wuffs_base__pixel_swizzler__transparent_black_src_over +6165:wuffs_base__pixel_swizzler__transparent_black_src +6166:wuffs_base__pixel_swizzler__copy_1_1 +6167:wuffs_base__pixel_swizzler__bgr_565__index_binary_alpha__src_over +6168:wuffs_base__pixel_swizzler__bgr_565__index__src +6169:webgl_get_gl_proc\28void*\2c\20char\20const*\29 +6170:void\20std::__2::__call_once_proxy\5babi:nn180100\5d>\28void*\29 +6171:void\20std::__2::__call_once_proxy\5babi:ne180100\5d>\28void*\29 +6172:void\20mergeT\28void\20const*\2c\20int\2c\20unsigned\20char\20const*\2c\20int\2c\20void*\29 +6173:void\20mergeT\28void\20const*\2c\20int\2c\20unsigned\20char\20const*\2c\20int\2c\20void*\29 +6174:void\20emscripten::internal::raw_destructor>\28sk_sp*\29 +6175:void\20emscripten::internal::raw_destructor\28SkVertices::Builder*\29 +6176:void\20emscripten::internal::raw_destructor\28SkRuntimeEffect::TracedShader*\29 +6177:void\20emscripten::internal::raw_destructor\28SkPictureRecorder*\29 +6178:void\20emscripten::internal::raw_destructor\28SkPath*\29 +6179:void\20emscripten::internal::raw_destructor\28SkPaint*\29 +6180:void\20emscripten::internal::raw_destructor\28SkContourMeasureIter*\29 +6181:void\20emscripten::internal::raw_destructor\28SimpleImageInfo*\29 +6182:void\20emscripten::internal::MemberAccess::setWire\28SimpleTextStyle\20SimpleParagraphStyle::*\20const&\2c\20SimpleParagraphStyle&\2c\20SimpleTextStyle*\29 +6183:void\20emscripten::internal::MemberAccess::setWire\28SimpleStrutStyle\20SimpleParagraphStyle::*\20const&\2c\20SimpleParagraphStyle&\2c\20SimpleStrutStyle*\29 +6184:void\20emscripten::internal::MemberAccess>::setWire\28sk_sp\20SimpleImageInfo::*\20const&\2c\20SimpleImageInfo&\2c\20sk_sp*\29 +6185:void\20const*\20emscripten::internal::getActualType\28skia::textlayout::TypefaceFontProvider*\29 +6186:void\20const*\20emscripten::internal::getActualType\28skia::textlayout::ParagraphBuilderImpl*\29 +6187:void\20const*\20emscripten::internal::getActualType\28skia::textlayout::Paragraph*\29 +6188:void\20const*\20emscripten::internal::getActualType\28skia::textlayout::FontCollection*\29 +6189:void\20const*\20emscripten::internal::getActualType\28SkVertices*\29 +6190:void\20const*\20emscripten::internal::getActualType\28SkVertices::Builder*\29 +6191:void\20const*\20emscripten::internal::getActualType\28SkTypeface*\29 +6192:void\20const*\20emscripten::internal::getActualType\28SkTextBlob*\29 +6193:void\20const*\20emscripten::internal::getActualType\28SkSurface*\29 +6194:void\20const*\20emscripten::internal::getActualType\28SkShader*\29 +6195:void\20const*\20emscripten::internal::getActualType\28SkSL::DebugTrace*\29 +6196:void\20const*\20emscripten::internal::getActualType\28SkRuntimeEffect*\29 +6197:void\20const*\20emscripten::internal::getActualType\28SkPictureRecorder*\29 +6198:void\20const*\20emscripten::internal::getActualType\28SkPicture*\29 +6199:void\20const*\20emscripten::internal::getActualType\28SkPathEffect*\29 +6200:void\20const*\20emscripten::internal::getActualType\28SkPath*\29 +6201:void\20const*\20emscripten::internal::getActualType\28SkPaint*\29 +6202:void\20const*\20emscripten::internal::getActualType\28SkMaskFilter*\29 +6203:void\20const*\20emscripten::internal::getActualType\28SkImageFilter*\29 +6204:void\20const*\20emscripten::internal::getActualType\28SkImage*\29 +6205:void\20const*\20emscripten::internal::getActualType\28SkFontMgr*\29 +6206:void\20const*\20emscripten::internal::getActualType\28SkFont*\29 +6207:void\20const*\20emscripten::internal::getActualType\28SkContourMeasureIter*\29 +6208:void\20const*\20emscripten::internal::getActualType\28SkContourMeasure*\29 +6209:void\20const*\20emscripten::internal::getActualType\28SkColorSpace*\29 +6210:void\20const*\20emscripten::internal::getActualType\28SkColorFilter*\29 +6211:void\20const*\20emscripten::internal::getActualType\28SkCanvas*\29 +6212:void\20const*\20emscripten::internal::getActualType\28SkBlender*\29 +6213:void\20const*\20emscripten::internal::getActualType\28SkAnimatedImage*\29 +6214:void\20const*\20emscripten::internal::getActualType\28GrDirectContext*\29 +6215:void\20\28anonymous\20namespace\29::downsample_3_3<\28anonymous\20namespace\29::ColorTypeFilter_RGBA_F16>\28void*\2c\20void\20const*\2c\20unsigned\20long\2c\20int\29 +6216:void\20\28anonymous\20namespace\29::downsample_3_3<\28anonymous\20namespace\29::ColorTypeFilter_F16F16>\28void*\2c\20void\20const*\2c\20unsigned\20long\2c\20int\29 +6217:void\20\28anonymous\20namespace\29::downsample_3_3<\28anonymous\20namespace\29::ColorTypeFilter_Alpha_F16>\28void*\2c\20void\20const*\2c\20unsigned\20long\2c\20int\29 +6218:void\20\28anonymous\20namespace\29::downsample_3_3<\28anonymous\20namespace\29::ColorTypeFilter_8>\28void*\2c\20void\20const*\2c\20unsigned\20long\2c\20int\29 +6219:void\20\28anonymous\20namespace\29::downsample_3_3<\28anonymous\20namespace\29::ColorTypeFilter_88>\28void*\2c\20void\20const*\2c\20unsigned\20long\2c\20int\29 +6220:void\20\28anonymous\20namespace\29::downsample_3_3<\28anonymous\20namespace\29::ColorTypeFilter_8888>\28void*\2c\20void\20const*\2c\20unsigned\20long\2c\20int\29 +6221:void\20\28anonymous\20namespace\29::downsample_3_3<\28anonymous\20namespace\29::ColorTypeFilter_565>\28void*\2c\20void\20const*\2c\20unsigned\20long\2c\20int\29 +6222:void\20\28anonymous\20namespace\29::downsample_3_3<\28anonymous\20namespace\29::ColorTypeFilter_4444>\28void*\2c\20void\20const*\2c\20unsigned\20long\2c\20int\29 +6223:void\20\28anonymous\20namespace\29::downsample_3_3<\28anonymous\20namespace\29::ColorTypeFilter_16>\28void*\2c\20void\20const*\2c\20unsigned\20long\2c\20int\29 +6224:void\20\28anonymous\20namespace\29::downsample_3_3<\28anonymous\20namespace\29::ColorTypeFilter_1616>\28void*\2c\20void\20const*\2c\20unsigned\20long\2c\20int\29 +6225:void\20\28anonymous\20namespace\29::downsample_3_3<\28anonymous\20namespace\29::ColorTypeFilter_16161616>\28void*\2c\20void\20const*\2c\20unsigned\20long\2c\20int\29 +6226:void\20\28anonymous\20namespace\29::downsample_3_3<\28anonymous\20namespace\29::ColorTypeFilter_1010102>\28void*\2c\20void\20const*\2c\20unsigned\20long\2c\20int\29 +6227:void\20\28anonymous\20namespace\29::downsample_3_2<\28anonymous\20namespace\29::ColorTypeFilter_RGBA_F16>\28void*\2c\20void\20const*\2c\20unsigned\20long\2c\20int\29 +6228:void\20\28anonymous\20namespace\29::downsample_3_2<\28anonymous\20namespace\29::ColorTypeFilter_F16F16>\28void*\2c\20void\20const*\2c\20unsigned\20long\2c\20int\29 +6229:void\20\28anonymous\20namespace\29::downsample_3_2<\28anonymous\20namespace\29::ColorTypeFilter_Alpha_F16>\28void*\2c\20void\20const*\2c\20unsigned\20long\2c\20int\29 +6230:void\20\28anonymous\20namespace\29::downsample_3_2<\28anonymous\20namespace\29::ColorTypeFilter_8>\28void*\2c\20void\20const*\2c\20unsigned\20long\2c\20int\29 +6231:void\20\28anonymous\20namespace\29::downsample_3_2<\28anonymous\20namespace\29::ColorTypeFilter_88>\28void*\2c\20void\20const*\2c\20unsigned\20long\2c\20int\29 +6232:void\20\28anonymous\20namespace\29::downsample_3_2<\28anonymous\20namespace\29::ColorTypeFilter_8888>\28void*\2c\20void\20const*\2c\20unsigned\20long\2c\20int\29 +6233:void\20\28anonymous\20namespace\29::downsample_3_2<\28anonymous\20namespace\29::ColorTypeFilter_565>\28void*\2c\20void\20const*\2c\20unsigned\20long\2c\20int\29 +6234:void\20\28anonymous\20namespace\29::downsample_3_2<\28anonymous\20namespace\29::ColorTypeFilter_4444>\28void*\2c\20void\20const*\2c\20unsigned\20long\2c\20int\29 +6235:void\20\28anonymous\20namespace\29::downsample_3_2<\28anonymous\20namespace\29::ColorTypeFilter_16>\28void*\2c\20void\20const*\2c\20unsigned\20long\2c\20int\29 +6236:void\20\28anonymous\20namespace\29::downsample_3_2<\28anonymous\20namespace\29::ColorTypeFilter_1616>\28void*\2c\20void\20const*\2c\20unsigned\20long\2c\20int\29 +6237:void\20\28anonymous\20namespace\29::downsample_3_2<\28anonymous\20namespace\29::ColorTypeFilter_16161616>\28void*\2c\20void\20const*\2c\20unsigned\20long\2c\20int\29 +6238:void\20\28anonymous\20namespace\29::downsample_3_2<\28anonymous\20namespace\29::ColorTypeFilter_1010102>\28void*\2c\20void\20const*\2c\20unsigned\20long\2c\20int\29 +6239:void\20\28anonymous\20namespace\29::downsample_3_1<\28anonymous\20namespace\29::ColorTypeFilter_RGBA_F16>\28void*\2c\20void\20const*\2c\20unsigned\20long\2c\20int\29 +6240:void\20\28anonymous\20namespace\29::downsample_3_1<\28anonymous\20namespace\29::ColorTypeFilter_F16F16>\28void*\2c\20void\20const*\2c\20unsigned\20long\2c\20int\29 +6241:void\20\28anonymous\20namespace\29::downsample_3_1<\28anonymous\20namespace\29::ColorTypeFilter_Alpha_F16>\28void*\2c\20void\20const*\2c\20unsigned\20long\2c\20int\29 +6242:void\20\28anonymous\20namespace\29::downsample_3_1<\28anonymous\20namespace\29::ColorTypeFilter_8>\28void*\2c\20void\20const*\2c\20unsigned\20long\2c\20int\29 +6243:void\20\28anonymous\20namespace\29::downsample_3_1<\28anonymous\20namespace\29::ColorTypeFilter_88>\28void*\2c\20void\20const*\2c\20unsigned\20long\2c\20int\29 +6244:void\20\28anonymous\20namespace\29::downsample_3_1<\28anonymous\20namespace\29::ColorTypeFilter_8888>\28void*\2c\20void\20const*\2c\20unsigned\20long\2c\20int\29 +6245:void\20\28anonymous\20namespace\29::downsample_3_1<\28anonymous\20namespace\29::ColorTypeFilter_565>\28void*\2c\20void\20const*\2c\20unsigned\20long\2c\20int\29 +6246:void\20\28anonymous\20namespace\29::downsample_3_1<\28anonymous\20namespace\29::ColorTypeFilter_4444>\28void*\2c\20void\20const*\2c\20unsigned\20long\2c\20int\29 +6247:void\20\28anonymous\20namespace\29::downsample_3_1<\28anonymous\20namespace\29::ColorTypeFilter_16>\28void*\2c\20void\20const*\2c\20unsigned\20long\2c\20int\29 +6248:void\20\28anonymous\20namespace\29::downsample_3_1<\28anonymous\20namespace\29::ColorTypeFilter_1616>\28void*\2c\20void\20const*\2c\20unsigned\20long\2c\20int\29 +6249:void\20\28anonymous\20namespace\29::downsample_3_1<\28anonymous\20namespace\29::ColorTypeFilter_16161616>\28void*\2c\20void\20const*\2c\20unsigned\20long\2c\20int\29 +6250:void\20\28anonymous\20namespace\29::downsample_3_1<\28anonymous\20namespace\29::ColorTypeFilter_1010102>\28void*\2c\20void\20const*\2c\20unsigned\20long\2c\20int\29 +6251:void\20\28anonymous\20namespace\29::downsample_2_3<\28anonymous\20namespace\29::ColorTypeFilter_RGBA_F16>\28void*\2c\20void\20const*\2c\20unsigned\20long\2c\20int\29 +6252:void\20\28anonymous\20namespace\29::downsample_2_3<\28anonymous\20namespace\29::ColorTypeFilter_F16F16>\28void*\2c\20void\20const*\2c\20unsigned\20long\2c\20int\29 +6253:void\20\28anonymous\20namespace\29::downsample_2_3<\28anonymous\20namespace\29::ColorTypeFilter_Alpha_F16>\28void*\2c\20void\20const*\2c\20unsigned\20long\2c\20int\29 +6254:void\20\28anonymous\20namespace\29::downsample_2_3<\28anonymous\20namespace\29::ColorTypeFilter_8>\28void*\2c\20void\20const*\2c\20unsigned\20long\2c\20int\29 +6255:void\20\28anonymous\20namespace\29::downsample_2_3<\28anonymous\20namespace\29::ColorTypeFilter_88>\28void*\2c\20void\20const*\2c\20unsigned\20long\2c\20int\29 +6256:void\20\28anonymous\20namespace\29::downsample_2_3<\28anonymous\20namespace\29::ColorTypeFilter_8888>\28void*\2c\20void\20const*\2c\20unsigned\20long\2c\20int\29 +6257:void\20\28anonymous\20namespace\29::downsample_2_3<\28anonymous\20namespace\29::ColorTypeFilter_565>\28void*\2c\20void\20const*\2c\20unsigned\20long\2c\20int\29 +6258:void\20\28anonymous\20namespace\29::downsample_2_3<\28anonymous\20namespace\29::ColorTypeFilter_4444>\28void*\2c\20void\20const*\2c\20unsigned\20long\2c\20int\29 +6259:void\20\28anonymous\20namespace\29::downsample_2_3<\28anonymous\20namespace\29::ColorTypeFilter_16>\28void*\2c\20void\20const*\2c\20unsigned\20long\2c\20int\29 +6260:void\20\28anonymous\20namespace\29::downsample_2_3<\28anonymous\20namespace\29::ColorTypeFilter_1616>\28void*\2c\20void\20const*\2c\20unsigned\20long\2c\20int\29 +6261:void\20\28anonymous\20namespace\29::downsample_2_3<\28anonymous\20namespace\29::ColorTypeFilter_16161616>\28void*\2c\20void\20const*\2c\20unsigned\20long\2c\20int\29 +6262:void\20\28anonymous\20namespace\29::downsample_2_3<\28anonymous\20namespace\29::ColorTypeFilter_1010102>\28void*\2c\20void\20const*\2c\20unsigned\20long\2c\20int\29 +6263:void\20\28anonymous\20namespace\29::downsample_2_2<\28anonymous\20namespace\29::ColorTypeFilter_RGBA_F16>\28void*\2c\20void\20const*\2c\20unsigned\20long\2c\20int\29 +6264:void\20\28anonymous\20namespace\29::downsample_2_2<\28anonymous\20namespace\29::ColorTypeFilter_F16F16>\28void*\2c\20void\20const*\2c\20unsigned\20long\2c\20int\29 +6265:void\20\28anonymous\20namespace\29::downsample_2_2<\28anonymous\20namespace\29::ColorTypeFilter_Alpha_F16>\28void*\2c\20void\20const*\2c\20unsigned\20long\2c\20int\29 +6266:void\20\28anonymous\20namespace\29::downsample_2_2<\28anonymous\20namespace\29::ColorTypeFilter_8>\28void*\2c\20void\20const*\2c\20unsigned\20long\2c\20int\29 +6267:void\20\28anonymous\20namespace\29::downsample_2_2<\28anonymous\20namespace\29::ColorTypeFilter_88>\28void*\2c\20void\20const*\2c\20unsigned\20long\2c\20int\29 +6268:void\20\28anonymous\20namespace\29::downsample_2_2<\28anonymous\20namespace\29::ColorTypeFilter_8888>\28void*\2c\20void\20const*\2c\20unsigned\20long\2c\20int\29 +6269:void\20\28anonymous\20namespace\29::downsample_2_2<\28anonymous\20namespace\29::ColorTypeFilter_565>\28void*\2c\20void\20const*\2c\20unsigned\20long\2c\20int\29 +6270:void\20\28anonymous\20namespace\29::downsample_2_2<\28anonymous\20namespace\29::ColorTypeFilter_4444>\28void*\2c\20void\20const*\2c\20unsigned\20long\2c\20int\29 +6271:void\20\28anonymous\20namespace\29::downsample_2_2<\28anonymous\20namespace\29::ColorTypeFilter_16>\28void*\2c\20void\20const*\2c\20unsigned\20long\2c\20int\29 +6272:void\20\28anonymous\20namespace\29::downsample_2_2<\28anonymous\20namespace\29::ColorTypeFilter_1616>\28void*\2c\20void\20const*\2c\20unsigned\20long\2c\20int\29 +6273:void\20\28anonymous\20namespace\29::downsample_2_2<\28anonymous\20namespace\29::ColorTypeFilter_16161616>\28void*\2c\20void\20const*\2c\20unsigned\20long\2c\20int\29 +6274:void\20\28anonymous\20namespace\29::downsample_2_2<\28anonymous\20namespace\29::ColorTypeFilter_1010102>\28void*\2c\20void\20const*\2c\20unsigned\20long\2c\20int\29 +6275:void\20\28anonymous\20namespace\29::downsample_2_1<\28anonymous\20namespace\29::ColorTypeFilter_RGBA_F16>\28void*\2c\20void\20const*\2c\20unsigned\20long\2c\20int\29 +6276:void\20\28anonymous\20namespace\29::downsample_2_1<\28anonymous\20namespace\29::ColorTypeFilter_F16F16>\28void*\2c\20void\20const*\2c\20unsigned\20long\2c\20int\29 +6277:void\20\28anonymous\20namespace\29::downsample_2_1<\28anonymous\20namespace\29::ColorTypeFilter_Alpha_F16>\28void*\2c\20void\20const*\2c\20unsigned\20long\2c\20int\29 +6278:void\20\28anonymous\20namespace\29::downsample_2_1<\28anonymous\20namespace\29::ColorTypeFilter_8>\28void*\2c\20void\20const*\2c\20unsigned\20long\2c\20int\29 +6279:void\20\28anonymous\20namespace\29::downsample_2_1<\28anonymous\20namespace\29::ColorTypeFilter_88>\28void*\2c\20void\20const*\2c\20unsigned\20long\2c\20int\29 +6280:void\20\28anonymous\20namespace\29::downsample_2_1<\28anonymous\20namespace\29::ColorTypeFilter_8888>\28void*\2c\20void\20const*\2c\20unsigned\20long\2c\20int\29 +6281:void\20\28anonymous\20namespace\29::downsample_2_1<\28anonymous\20namespace\29::ColorTypeFilter_565>\28void*\2c\20void\20const*\2c\20unsigned\20long\2c\20int\29 +6282:void\20\28anonymous\20namespace\29::downsample_2_1<\28anonymous\20namespace\29::ColorTypeFilter_4444>\28void*\2c\20void\20const*\2c\20unsigned\20long\2c\20int\29 +6283:void\20\28anonymous\20namespace\29::downsample_2_1<\28anonymous\20namespace\29::ColorTypeFilter_16>\28void*\2c\20void\20const*\2c\20unsigned\20long\2c\20int\29 +6284:void\20\28anonymous\20namespace\29::downsample_2_1<\28anonymous\20namespace\29::ColorTypeFilter_1616>\28void*\2c\20void\20const*\2c\20unsigned\20long\2c\20int\29 +6285:void\20\28anonymous\20namespace\29::downsample_2_1<\28anonymous\20namespace\29::ColorTypeFilter_16161616>\28void*\2c\20void\20const*\2c\20unsigned\20long\2c\20int\29 +6286:void\20\28anonymous\20namespace\29::downsample_2_1<\28anonymous\20namespace\29::ColorTypeFilter_1010102>\28void*\2c\20void\20const*\2c\20unsigned\20long\2c\20int\29 +6287:void\20\28anonymous\20namespace\29::downsample_1_3<\28anonymous\20namespace\29::ColorTypeFilter_RGBA_F16>\28void*\2c\20void\20const*\2c\20unsigned\20long\2c\20int\29 +6288:void\20\28anonymous\20namespace\29::downsample_1_3<\28anonymous\20namespace\29::ColorTypeFilter_F16F16>\28void*\2c\20void\20const*\2c\20unsigned\20long\2c\20int\29 +6289:void\20\28anonymous\20namespace\29::downsample_1_3<\28anonymous\20namespace\29::ColorTypeFilter_Alpha_F16>\28void*\2c\20void\20const*\2c\20unsigned\20long\2c\20int\29 +6290:void\20\28anonymous\20namespace\29::downsample_1_3<\28anonymous\20namespace\29::ColorTypeFilter_8>\28void*\2c\20void\20const*\2c\20unsigned\20long\2c\20int\29 +6291:void\20\28anonymous\20namespace\29::downsample_1_3<\28anonymous\20namespace\29::ColorTypeFilter_88>\28void*\2c\20void\20const*\2c\20unsigned\20long\2c\20int\29 +6292:void\20\28anonymous\20namespace\29::downsample_1_3<\28anonymous\20namespace\29::ColorTypeFilter_8888>\28void*\2c\20void\20const*\2c\20unsigned\20long\2c\20int\29 +6293:void\20\28anonymous\20namespace\29::downsample_1_3<\28anonymous\20namespace\29::ColorTypeFilter_565>\28void*\2c\20void\20const*\2c\20unsigned\20long\2c\20int\29 +6294:void\20\28anonymous\20namespace\29::downsample_1_3<\28anonymous\20namespace\29::ColorTypeFilter_4444>\28void*\2c\20void\20const*\2c\20unsigned\20long\2c\20int\29 +6295:void\20\28anonymous\20namespace\29::downsample_1_3<\28anonymous\20namespace\29::ColorTypeFilter_16>\28void*\2c\20void\20const*\2c\20unsigned\20long\2c\20int\29 +6296:void\20\28anonymous\20namespace\29::downsample_1_3<\28anonymous\20namespace\29::ColorTypeFilter_1616>\28void*\2c\20void\20const*\2c\20unsigned\20long\2c\20int\29 +6297:void\20\28anonymous\20namespace\29::downsample_1_3<\28anonymous\20namespace\29::ColorTypeFilter_16161616>\28void*\2c\20void\20const*\2c\20unsigned\20long\2c\20int\29 +6298:void\20\28anonymous\20namespace\29::downsample_1_3<\28anonymous\20namespace\29::ColorTypeFilter_1010102>\28void*\2c\20void\20const*\2c\20unsigned\20long\2c\20int\29 +6299:void\20\28anonymous\20namespace\29::downsample_1_2<\28anonymous\20namespace\29::ColorTypeFilter_RGBA_F16>\28void*\2c\20void\20const*\2c\20unsigned\20long\2c\20int\29 +6300:void\20\28anonymous\20namespace\29::downsample_1_2<\28anonymous\20namespace\29::ColorTypeFilter_F16F16>\28void*\2c\20void\20const*\2c\20unsigned\20long\2c\20int\29 +6301:void\20\28anonymous\20namespace\29::downsample_1_2<\28anonymous\20namespace\29::ColorTypeFilter_Alpha_F16>\28void*\2c\20void\20const*\2c\20unsigned\20long\2c\20int\29 +6302:void\20\28anonymous\20namespace\29::downsample_1_2<\28anonymous\20namespace\29::ColorTypeFilter_8>\28void*\2c\20void\20const*\2c\20unsigned\20long\2c\20int\29 +6303:void\20\28anonymous\20namespace\29::downsample_1_2<\28anonymous\20namespace\29::ColorTypeFilter_88>\28void*\2c\20void\20const*\2c\20unsigned\20long\2c\20int\29 +6304:void\20\28anonymous\20namespace\29::downsample_1_2<\28anonymous\20namespace\29::ColorTypeFilter_8888>\28void*\2c\20void\20const*\2c\20unsigned\20long\2c\20int\29 +6305:void\20\28anonymous\20namespace\29::downsample_1_2<\28anonymous\20namespace\29::ColorTypeFilter_565>\28void*\2c\20void\20const*\2c\20unsigned\20long\2c\20int\29 +6306:void\20\28anonymous\20namespace\29::downsample_1_2<\28anonymous\20namespace\29::ColorTypeFilter_4444>\28void*\2c\20void\20const*\2c\20unsigned\20long\2c\20int\29 +6307:void\20\28anonymous\20namespace\29::downsample_1_2<\28anonymous\20namespace\29::ColorTypeFilter_16>\28void*\2c\20void\20const*\2c\20unsigned\20long\2c\20int\29 +6308:void\20\28anonymous\20namespace\29::downsample_1_2<\28anonymous\20namespace\29::ColorTypeFilter_1616>\28void*\2c\20void\20const*\2c\20unsigned\20long\2c\20int\29 +6309:void\20\28anonymous\20namespace\29::downsample_1_2<\28anonymous\20namespace\29::ColorTypeFilter_16161616>\28void*\2c\20void\20const*\2c\20unsigned\20long\2c\20int\29 +6310:void\20\28anonymous\20namespace\29::downsample_1_2<\28anonymous\20namespace\29::ColorTypeFilter_1010102>\28void*\2c\20void\20const*\2c\20unsigned\20long\2c\20int\29 +6311:void\20SkSwizzler::SkipLeadingGrayAlphaZerosThen<&swizzle_grayalpha_to_n32_unpremul\28void*\2c\20unsigned\20char\20const*\2c\20int\2c\20int\2c\20int\2c\20int\2c\20unsigned\20int\20const*\29>\28void*\2c\20unsigned\20char\20const*\2c\20int\2c\20int\2c\20int\2c\20int\2c\20unsigned\20int\20const*\29 +6312:void\20SkSwizzler::SkipLeadingGrayAlphaZerosThen<&swizzle_grayalpha_to_n32_premul\28void*\2c\20unsigned\20char\20const*\2c\20int\2c\20int\2c\20int\2c\20int\2c\20unsigned\20int\20const*\29>\28void*\2c\20unsigned\20char\20const*\2c\20int\2c\20int\2c\20int\2c\20int\2c\20unsigned\20int\20const*\29 +6313:void\20SkSwizzler::SkipLeadingGrayAlphaZerosThen<&fast_swizzle_grayalpha_to_n32_unpremul\28void*\2c\20unsigned\20char\20const*\2c\20int\2c\20int\2c\20int\2c\20int\2c\20unsigned\20int\20const*\29>\28void*\2c\20unsigned\20char\20const*\2c\20int\2c\20int\2c\20int\2c\20int\2c\20unsigned\20int\20const*\29 +6314:void\20SkSwizzler::SkipLeadingGrayAlphaZerosThen<&fast_swizzle_grayalpha_to_n32_premul\28void*\2c\20unsigned\20char\20const*\2c\20int\2c\20int\2c\20int\2c\20int\2c\20unsigned\20int\20const*\29>\28void*\2c\20unsigned\20char\20const*\2c\20int\2c\20int\2c\20int\2c\20int\2c\20unsigned\20int\20const*\29 +6315:void\20SkSwizzler::SkipLeading8888ZerosThen<&swizzle_rgba_to_rgba_premul\28void*\2c\20unsigned\20char\20const*\2c\20int\2c\20int\2c\20int\2c\20int\2c\20unsigned\20int\20const*\29>\28void*\2c\20unsigned\20char\20const*\2c\20int\2c\20int\2c\20int\2c\20int\2c\20unsigned\20int\20const*\29 +6316:void\20SkSwizzler::SkipLeading8888ZerosThen<&swizzle_rgba_to_bgra_unpremul\28void*\2c\20unsigned\20char\20const*\2c\20int\2c\20int\2c\20int\2c\20int\2c\20unsigned\20int\20const*\29>\28void*\2c\20unsigned\20char\20const*\2c\20int\2c\20int\2c\20int\2c\20int\2c\20unsigned\20int\20const*\29 +6317:void\20SkSwizzler::SkipLeading8888ZerosThen<&swizzle_rgba_to_bgra_premul\28void*\2c\20unsigned\20char\20const*\2c\20int\2c\20int\2c\20int\2c\20int\2c\20unsigned\20int\20const*\29>\28void*\2c\20unsigned\20char\20const*\2c\20int\2c\20int\2c\20int\2c\20int\2c\20unsigned\20int\20const*\29 +6318:void\20SkSwizzler::SkipLeading8888ZerosThen<&sample4\28void*\2c\20unsigned\20char\20const*\2c\20int\2c\20int\2c\20int\2c\20int\2c\20unsigned\20int\20const*\29>\28void*\2c\20unsigned\20char\20const*\2c\20int\2c\20int\2c\20int\2c\20int\2c\20unsigned\20int\20const*\29 +6319:void\20SkSwizzler::SkipLeading8888ZerosThen<&fast_swizzle_rgba_to_rgba_premul\28void*\2c\20unsigned\20char\20const*\2c\20int\2c\20int\2c\20int\2c\20int\2c\20unsigned\20int\20const*\29>\28void*\2c\20unsigned\20char\20const*\2c\20int\2c\20int\2c\20int\2c\20int\2c\20unsigned\20int\20const*\29 +6320:void\20SkSwizzler::SkipLeading8888ZerosThen<&fast_swizzle_rgba_to_bgra_unpremul\28void*\2c\20unsigned\20char\20const*\2c\20int\2c\20int\2c\20int\2c\20int\2c\20unsigned\20int\20const*\29>\28void*\2c\20unsigned\20char\20const*\2c\20int\2c\20int\2c\20int\2c\20int\2c\20unsigned\20int\20const*\29 +6321:void\20SkSwizzler::SkipLeading8888ZerosThen<&fast_swizzle_rgba_to_bgra_premul\28void*\2c\20unsigned\20char\20const*\2c\20int\2c\20int\2c\20int\2c\20int\2c\20unsigned\20int\20const*\29>\28void*\2c\20unsigned\20char\20const*\2c\20int\2c\20int\2c\20int\2c\20int\2c\20unsigned\20int\20const*\29 +6322:void\20SkSwizzler::SkipLeading8888ZerosThen<©\28void*\2c\20unsigned\20char\20const*\2c\20int\2c\20int\2c\20int\2c\20int\2c\20unsigned\20int\20const*\29>\28void*\2c\20unsigned\20char\20const*\2c\20int\2c\20int\2c\20int\2c\20int\2c\20unsigned\20int\20const*\29 +6323:void*\20OT::hb_accelerate_subtables_context_t::cache_func_to>\28void*\2c\20OT::hb_ot_lookup_cache_op_t\29 +6324:virtual\20thunk\20to\20std::__2::basic_stringstream\2c\20std::__2::allocator>::~basic_stringstream\28\29_17854 +6325:virtual\20thunk\20to\20std::__2::basic_stringstream\2c\20std::__2::allocator>::~basic_stringstream\28\29 +6326:virtual\20thunk\20to\20std::__2::basic_ostream>::~basic_ostream\28\29_17759 +6327:virtual\20thunk\20to\20std::__2::basic_ostream>::~basic_ostream\28\29 +6328:virtual\20thunk\20to\20std::__2::basic_istream>::~basic_istream\28\29_17718 +6329:virtual\20thunk\20to\20std::__2::basic_istream>::~basic_istream\28\29 +6330:virtual\20thunk\20to\20std::__2::basic_iostream>::~basic_iostream\28\29_17779 +6331:virtual\20thunk\20to\20std::__2::basic_iostream>::~basic_iostream\28\29 +6332:virtual\20thunk\20to\20GrTextureRenderTargetProxy::~GrTextureRenderTargetProxy\28\29_10042 +6333:virtual\20thunk\20to\20GrTextureRenderTargetProxy::~GrTextureRenderTargetProxy\28\29 +6334:virtual\20thunk\20to\20GrTextureRenderTargetProxy::onUninstantiatedGpuMemorySize\28\29\20const +6335:virtual\20thunk\20to\20GrTextureRenderTargetProxy::instantiate\28GrResourceProvider*\29 +6336:virtual\20thunk\20to\20GrTextureRenderTargetProxy::createSurface\28GrResourceProvider*\29\20const +6337:virtual\20thunk\20to\20GrTextureRenderTargetProxy::callbackDesc\28\29\20const +6338:virtual\20thunk\20to\20GrTextureProxy::~GrTextureProxy\28\29_9993 +6339:virtual\20thunk\20to\20GrTextureProxy::~GrTextureProxy\28\29 +6340:virtual\20thunk\20to\20GrTextureProxy::onUninstantiatedGpuMemorySize\28\29\20const +6341:virtual\20thunk\20to\20GrTextureProxy::instantiate\28GrResourceProvider*\29 +6342:virtual\20thunk\20to\20GrTextureProxy::getUniqueKey\28\29\20const +6343:virtual\20thunk\20to\20GrTextureProxy::createSurface\28GrResourceProvider*\29\20const +6344:virtual\20thunk\20to\20GrTextureProxy::callbackDesc\28\29\20const +6345:virtual\20thunk\20to\20GrTextureProxy::asTextureProxy\28\29\20const +6346:virtual\20thunk\20to\20GrTextureProxy::asTextureProxy\28\29 +6347:virtual\20thunk\20to\20GrTexture::onGpuMemorySize\28\29\20const +6348:virtual\20thunk\20to\20GrTexture::computeScratchKey\28skgpu::ScratchKey*\29\20const +6349:virtual\20thunk\20to\20GrTexture::asTexture\28\29\20const +6350:virtual\20thunk\20to\20GrTexture::asTexture\28\29 +6351:virtual\20thunk\20to\20GrRenderTargetProxy::~GrRenderTargetProxy\28\29_9762 +6352:virtual\20thunk\20to\20GrRenderTargetProxy::~GrRenderTargetProxy\28\29 +6353:virtual\20thunk\20to\20GrRenderTargetProxy::onUninstantiatedGpuMemorySize\28\29\20const +6354:virtual\20thunk\20to\20GrRenderTargetProxy::instantiate\28GrResourceProvider*\29 +6355:virtual\20thunk\20to\20GrRenderTargetProxy::createSurface\28GrResourceProvider*\29\20const +6356:virtual\20thunk\20to\20GrRenderTargetProxy::callbackDesc\28\29\20const +6357:virtual\20thunk\20to\20GrRenderTargetProxy::asRenderTargetProxy\28\29\20const +6358:virtual\20thunk\20to\20GrRenderTargetProxy::asRenderTargetProxy\28\29 +6359:virtual\20thunk\20to\20GrRenderTarget::onRelease\28\29 +6360:virtual\20thunk\20to\20GrRenderTarget::onAbandon\28\29 +6361:virtual\20thunk\20to\20GrRenderTarget::asRenderTarget\28\29\20const +6362:virtual\20thunk\20to\20GrRenderTarget::asRenderTarget\28\29 +6363:virtual\20thunk\20to\20GrGLTextureRenderTarget::~GrGLTextureRenderTarget\28\29_12510 +6364:virtual\20thunk\20to\20GrGLTextureRenderTarget::~GrGLTextureRenderTarget\28\29 +6365:virtual\20thunk\20to\20GrGLTextureRenderTarget::onRelease\28\29 +6366:virtual\20thunk\20to\20GrGLTextureRenderTarget::onGpuMemorySize\28\29\20const +6367:virtual\20thunk\20to\20GrGLTextureRenderTarget::onAbandon\28\29 +6368:virtual\20thunk\20to\20GrGLTextureRenderTarget::dumpMemoryStatistics\28SkTraceMemoryDump*\29\20const +6369:virtual\20thunk\20to\20GrGLTexture::~GrGLTexture\28\29_12477 +6370:virtual\20thunk\20to\20GrGLTexture::~GrGLTexture\28\29 +6371:virtual\20thunk\20to\20GrGLTexture::onRelease\28\29 +6372:virtual\20thunk\20to\20GrGLTexture::onAbandon\28\29 +6373:virtual\20thunk\20to\20GrGLTexture::dumpMemoryStatistics\28SkTraceMemoryDump*\29\20const +6374:virtual\20thunk\20to\20GrGLSLFragmentShaderBuilder::~GrGLSLFragmentShaderBuilder\28\29_10787 +6375:virtual\20thunk\20to\20GrGLSLFragmentShaderBuilder::~GrGLSLFragmentShaderBuilder\28\29 +6376:virtual\20thunk\20to\20GrGLSLFragmentShaderBuilder::onFinalize\28\29 +6377:virtual\20thunk\20to\20GrGLRenderTarget::~GrGLRenderTarget\28\29_12449 +6378:virtual\20thunk\20to\20GrGLRenderTarget::~GrGLRenderTarget\28\29 +6379:virtual\20thunk\20to\20GrGLRenderTarget::onRelease\28\29 +6380:virtual\20thunk\20to\20GrGLRenderTarget::onGpuMemorySize\28\29\20const +6381:virtual\20thunk\20to\20GrGLRenderTarget::onAbandon\28\29 +6382:virtual\20thunk\20to\20GrGLRenderTarget::dumpMemoryStatistics\28SkTraceMemoryDump*\29\20const +6383:virtual\20thunk\20to\20GrGLRenderTarget::backendFormat\28\29\20const +6384:utf8TextMapOffsetToNative\28UText\20const*\29 +6385:utf8TextMapIndexToUTF16\28UText\20const*\2c\20long\20long\29 +6386:utf8TextLength\28UText*\29 +6387:utf8TextExtract\28UText*\2c\20long\20long\2c\20long\20long\2c\20char16_t*\2c\20int\2c\20UErrorCode*\29 +6388:utf8TextClone\28UText*\2c\20UText\20const*\2c\20signed\20char\2c\20UErrorCode*\29 +6389:utext_openUTF8_74 +6390:ustrcase_internalToUpper_74 +6391:ustrcase_internalFold_74 +6392:ures_loc_resetLocales\28UEnumeration*\2c\20UErrorCode*\29 +6393:ures_loc_nextLocale\28UEnumeration*\2c\20int*\2c\20UErrorCode*\29 +6394:ures_loc_countLocales\28UEnumeration*\2c\20UErrorCode*\29 +6395:ures_loc_closeLocales\28UEnumeration*\29 +6396:ures_cleanup\28\29 +6397:unistrTextReplace\28UText*\2c\20long\20long\2c\20long\20long\2c\20char16_t\20const*\2c\20int\2c\20UErrorCode*\29 +6398:unistrTextLength\28UText*\29 +6399:unistrTextExtract\28UText*\2c\20long\20long\2c\20long\20long\2c\20char16_t*\2c\20int\2c\20UErrorCode*\29 +6400:unistrTextCopy\28UText*\2c\20long\20long\2c\20long\20long\2c\20long\20long\2c\20signed\20char\2c\20UErrorCode*\29 +6401:unistrTextClose\28UText*\29 +6402:unistrTextClone\28UText*\2c\20UText\20const*\2c\20signed\20char\2c\20UErrorCode*\29 +6403:unistrTextAccess\28UText*\2c\20long\20long\2c\20signed\20char\29 +6404:uloc_kw_resetKeywords\28UEnumeration*\2c\20UErrorCode*\29 +6405:uloc_kw_nextKeyword\28UEnumeration*\2c\20int*\2c\20UErrorCode*\29 +6406:uloc_kw_countKeywords\28UEnumeration*\2c\20UErrorCode*\29 +6407:uloc_kw_closeKeywords\28UEnumeration*\29 +6408:uloc_key_type_cleanup\28\29 +6409:uloc_getDefault_74 +6410:uloc_forLanguageTag_74 +6411:uhash_hashUnicodeString_74 +6412:uhash_hashUChars_74 +6413:uhash_hashIChars_74 +6414:uhash_deleteHashtable_74 +6415:uhash_compareUnicodeString_74 +6416:uhash_compareUChars_74 +6417:uhash_compareLong_74 +6418:uhash_compareIChars_74 +6419:uenum_unextDefault_74 +6420:udata_cleanup\28\29 +6421:ucstrTextLength\28UText*\29 +6422:ucstrTextExtract\28UText*\2c\20long\20long\2c\20long\20long\2c\20char16_t*\2c\20int\2c\20UErrorCode*\29 +6423:ucstrTextClone\28UText*\2c\20UText\20const*\2c\20signed\20char\2c\20UErrorCode*\29 +6424:ubrk_setUText_74 +6425:ubrk_setText_74 +6426:ubrk_preceding_74 +6427:ubrk_open_74 +6428:ubrk_next_74 +6429:ubrk_getRuleStatus_74 +6430:ubrk_first_74 +6431:ubidi_reorderVisual_74 +6432:ubidi_openSized_74 +6433:ubidi_getLevelAt_74 +6434:ubidi_getLength_74 +6435:ubidi_getDirection_74 +6436:u_strToUpper_74 +6437:u_isspace_74 +6438:u_iscntrl_74 +6439:u_isWhitespace_74 +6440:u_errorName_74 +6441:tt_vadvance_adjust +6442:tt_slot_init +6443:tt_size_select +6444:tt_size_reset_iterator +6445:tt_size_request +6446:tt_size_init +6447:tt_size_done +6448:tt_sbit_decoder_load_png +6449:tt_sbit_decoder_load_compound +6450:tt_sbit_decoder_load_byte_aligned +6451:tt_sbit_decoder_load_bit_aligned +6452:tt_property_set +6453:tt_property_get +6454:tt_name_ascii_from_utf16 +6455:tt_name_ascii_from_other +6456:tt_hadvance_adjust +6457:tt_glyph_load +6458:tt_get_var_blend +6459:tt_get_interface +6460:tt_get_glyph_name +6461:tt_get_cmap_info +6462:tt_get_advances +6463:tt_face_set_sbit_strike +6464:tt_face_load_strike_metrics +6465:tt_face_load_sbit_image +6466:tt_face_load_sbit +6467:tt_face_load_post +6468:tt_face_load_pclt +6469:tt_face_load_os2 +6470:tt_face_load_name +6471:tt_face_load_maxp +6472:tt_face_load_kern +6473:tt_face_load_hmtx +6474:tt_face_load_hhea +6475:tt_face_load_head +6476:tt_face_load_gasp +6477:tt_face_load_font_dir +6478:tt_face_load_cpal +6479:tt_face_load_colr +6480:tt_face_load_cmap +6481:tt_face_load_bhed +6482:tt_face_load_any +6483:tt_face_init +6484:tt_face_goto_table +6485:tt_face_get_paint_layers +6486:tt_face_get_paint +6487:tt_face_get_kerning +6488:tt_face_get_colr_layer +6489:tt_face_get_colr_glyph_paint +6490:tt_face_get_colorline_stops +6491:tt_face_get_color_glyph_clipbox +6492:tt_face_free_sbit +6493:tt_face_free_ps_names +6494:tt_face_free_name +6495:tt_face_free_cpal +6496:tt_face_free_colr +6497:tt_face_done +6498:tt_face_colr_blend_layer +6499:tt_driver_init +6500:tt_cvt_ready_iterator +6501:tt_cmap_unicode_init +6502:tt_cmap_unicode_char_next +6503:tt_cmap_unicode_char_index +6504:tt_cmap_init +6505:tt_cmap8_validate +6506:tt_cmap8_get_info +6507:tt_cmap8_char_next +6508:tt_cmap8_char_index +6509:tt_cmap6_validate +6510:tt_cmap6_get_info +6511:tt_cmap6_char_next +6512:tt_cmap6_char_index +6513:tt_cmap4_validate +6514:tt_cmap4_init +6515:tt_cmap4_get_info +6516:tt_cmap4_char_next +6517:tt_cmap4_char_index +6518:tt_cmap2_validate +6519:tt_cmap2_get_info +6520:tt_cmap2_char_next +6521:tt_cmap2_char_index +6522:tt_cmap14_variants +6523:tt_cmap14_variant_chars +6524:tt_cmap14_validate +6525:tt_cmap14_init +6526:tt_cmap14_get_info +6527:tt_cmap14_done +6528:tt_cmap14_char_variants +6529:tt_cmap14_char_var_isdefault +6530:tt_cmap14_char_var_index +6531:tt_cmap14_char_next +6532:tt_cmap13_validate +6533:tt_cmap13_get_info +6534:tt_cmap13_char_next +6535:tt_cmap13_char_index +6536:tt_cmap12_validate +6537:tt_cmap12_get_info +6538:tt_cmap12_char_next +6539:tt_cmap12_char_index +6540:tt_cmap10_validate +6541:tt_cmap10_get_info +6542:tt_cmap10_char_next +6543:tt_cmap10_char_index +6544:tt_cmap0_validate +6545:tt_cmap0_get_info +6546:tt_cmap0_char_next +6547:tt_cmap0_char_index +6548:t2_hints_stems +6549:t2_hints_open +6550:t1_make_subfont +6551:t1_hints_stem +6552:t1_hints_open +6553:t1_decrypt +6554:t1_decoder_parse_metrics +6555:t1_decoder_init +6556:t1_decoder_done +6557:t1_cmap_unicode_init +6558:t1_cmap_unicode_char_next +6559:t1_cmap_unicode_char_index +6560:t1_cmap_std_done +6561:t1_cmap_std_char_next +6562:t1_cmap_std_char_index +6563:t1_cmap_standard_init +6564:t1_cmap_expert_init +6565:t1_cmap_custom_init +6566:t1_cmap_custom_done +6567:t1_cmap_custom_char_next +6568:t1_cmap_custom_char_index +6569:t1_builder_start_point +6570:t1_builder_init +6571:t1_builder_add_point1 +6572:t1_builder_add_point +6573:t1_builder_add_contour +6574:swizzle_small_index_to_n32\28void*\2c\20unsigned\20char\20const*\2c\20int\2c\20int\2c\20int\2c\20int\2c\20unsigned\20int\20const*\29 +6575:swizzle_small_index_to_565\28void*\2c\20unsigned\20char\20const*\2c\20int\2c\20int\2c\20int\2c\20int\2c\20unsigned\20int\20const*\29 +6576:swizzle_rgba_to_rgba_premul\28void*\2c\20unsigned\20char\20const*\2c\20int\2c\20int\2c\20int\2c\20int\2c\20unsigned\20int\20const*\29 +6577:swizzle_rgba_to_bgra_unpremul\28void*\2c\20unsigned\20char\20const*\2c\20int\2c\20int\2c\20int\2c\20int\2c\20unsigned\20int\20const*\29 +6578:swizzle_rgba_to_bgra_premul\28void*\2c\20unsigned\20char\20const*\2c\20int\2c\20int\2c\20int\2c\20int\2c\20unsigned\20int\20const*\29 +6579:swizzle_rgba16_to_rgba_unpremul\28void*\2c\20unsigned\20char\20const*\2c\20int\2c\20int\2c\20int\2c\20int\2c\20unsigned\20int\20const*\29 +6580:swizzle_rgba16_to_rgba_premul\28void*\2c\20unsigned\20char\20const*\2c\20int\2c\20int\2c\20int\2c\20int\2c\20unsigned\20int\20const*\29 +6581:swizzle_rgba16_to_bgra_unpremul\28void*\2c\20unsigned\20char\20const*\2c\20int\2c\20int\2c\20int\2c\20int\2c\20unsigned\20int\20const*\29 +6582:swizzle_rgba16_to_bgra_premul\28void*\2c\20unsigned\20char\20const*\2c\20int\2c\20int\2c\20int\2c\20int\2c\20unsigned\20int\20const*\29 +6583:swizzle_rgb_to_rgba\28void*\2c\20unsigned\20char\20const*\2c\20int\2c\20int\2c\20int\2c\20int\2c\20unsigned\20int\20const*\29 +6584:swizzle_rgb_to_bgra\28void*\2c\20unsigned\20char\20const*\2c\20int\2c\20int\2c\20int\2c\20int\2c\20unsigned\20int\20const*\29 +6585:swizzle_rgb_to_565\28void*\2c\20unsigned\20char\20const*\2c\20int\2c\20int\2c\20int\2c\20int\2c\20unsigned\20int\20const*\29 +6586:swizzle_rgb16_to_rgba\28void*\2c\20unsigned\20char\20const*\2c\20int\2c\20int\2c\20int\2c\20int\2c\20unsigned\20int\20const*\29 +6587:swizzle_rgb16_to_bgra\28void*\2c\20unsigned\20char\20const*\2c\20int\2c\20int\2c\20int\2c\20int\2c\20unsigned\20int\20const*\29 +6588:swizzle_rgb16_to_565\28void*\2c\20unsigned\20char\20const*\2c\20int\2c\20int\2c\20int\2c\20int\2c\20unsigned\20int\20const*\29 +6589:swizzle_mask32_to_rgba_unpremul\28void*\2c\20unsigned\20char\20const*\2c\20int\2c\20SkMasks*\2c\20unsigned\20int\2c\20unsigned\20int\29 +6590:swizzle_mask32_to_rgba_premul\28void*\2c\20unsigned\20char\20const*\2c\20int\2c\20SkMasks*\2c\20unsigned\20int\2c\20unsigned\20int\29 +6591:swizzle_mask32_to_rgba_opaque\28void*\2c\20unsigned\20char\20const*\2c\20int\2c\20SkMasks*\2c\20unsigned\20int\2c\20unsigned\20int\29 +6592:swizzle_mask32_to_bgra_unpremul\28void*\2c\20unsigned\20char\20const*\2c\20int\2c\20SkMasks*\2c\20unsigned\20int\2c\20unsigned\20int\29 +6593:swizzle_mask32_to_bgra_premul\28void*\2c\20unsigned\20char\20const*\2c\20int\2c\20SkMasks*\2c\20unsigned\20int\2c\20unsigned\20int\29 +6594:swizzle_mask32_to_bgra_opaque\28void*\2c\20unsigned\20char\20const*\2c\20int\2c\20SkMasks*\2c\20unsigned\20int\2c\20unsigned\20int\29 +6595:swizzle_mask32_to_565\28void*\2c\20unsigned\20char\20const*\2c\20int\2c\20SkMasks*\2c\20unsigned\20int\2c\20unsigned\20int\29 +6596:swizzle_mask24_to_rgba_unpremul\28void*\2c\20unsigned\20char\20const*\2c\20int\2c\20SkMasks*\2c\20unsigned\20int\2c\20unsigned\20int\29 +6597:swizzle_mask24_to_rgba_premul\28void*\2c\20unsigned\20char\20const*\2c\20int\2c\20SkMasks*\2c\20unsigned\20int\2c\20unsigned\20int\29 +6598:swizzle_mask24_to_rgba_opaque\28void*\2c\20unsigned\20char\20const*\2c\20int\2c\20SkMasks*\2c\20unsigned\20int\2c\20unsigned\20int\29 +6599:swizzle_mask24_to_bgra_unpremul\28void*\2c\20unsigned\20char\20const*\2c\20int\2c\20SkMasks*\2c\20unsigned\20int\2c\20unsigned\20int\29 +6600:swizzle_mask24_to_bgra_premul\28void*\2c\20unsigned\20char\20const*\2c\20int\2c\20SkMasks*\2c\20unsigned\20int\2c\20unsigned\20int\29 +6601:swizzle_mask24_to_bgra_opaque\28void*\2c\20unsigned\20char\20const*\2c\20int\2c\20SkMasks*\2c\20unsigned\20int\2c\20unsigned\20int\29 +6602:swizzle_mask24_to_565\28void*\2c\20unsigned\20char\20const*\2c\20int\2c\20SkMasks*\2c\20unsigned\20int\2c\20unsigned\20int\29 +6603:swizzle_mask16_to_rgba_unpremul\28void*\2c\20unsigned\20char\20const*\2c\20int\2c\20SkMasks*\2c\20unsigned\20int\2c\20unsigned\20int\29 +6604:swizzle_mask16_to_rgba_premul\28void*\2c\20unsigned\20char\20const*\2c\20int\2c\20SkMasks*\2c\20unsigned\20int\2c\20unsigned\20int\29 +6605:swizzle_mask16_to_rgba_opaque\28void*\2c\20unsigned\20char\20const*\2c\20int\2c\20SkMasks*\2c\20unsigned\20int\2c\20unsigned\20int\29 +6606:swizzle_mask16_to_bgra_unpremul\28void*\2c\20unsigned\20char\20const*\2c\20int\2c\20SkMasks*\2c\20unsigned\20int\2c\20unsigned\20int\29 +6607:swizzle_mask16_to_bgra_premul\28void*\2c\20unsigned\20char\20const*\2c\20int\2c\20SkMasks*\2c\20unsigned\20int\2c\20unsigned\20int\29 +6608:swizzle_mask16_to_bgra_opaque\28void*\2c\20unsigned\20char\20const*\2c\20int\2c\20SkMasks*\2c\20unsigned\20int\2c\20unsigned\20int\29 +6609:swizzle_mask16_to_565\28void*\2c\20unsigned\20char\20const*\2c\20int\2c\20SkMasks*\2c\20unsigned\20int\2c\20unsigned\20int\29 +6610:swizzle_index_to_n32_skipZ\28void*\2c\20unsigned\20char\20const*\2c\20int\2c\20int\2c\20int\2c\20int\2c\20unsigned\20int\20const*\29 +6611:swizzle_index_to_n32\28void*\2c\20unsigned\20char\20const*\2c\20int\2c\20int\2c\20int\2c\20int\2c\20unsigned\20int\20const*\29 +6612:swizzle_index_to_565\28void*\2c\20unsigned\20char\20const*\2c\20int\2c\20int\2c\20int\2c\20int\2c\20unsigned\20int\20const*\29 +6613:swizzle_grayalpha_to_n32_unpremul\28void*\2c\20unsigned\20char\20const*\2c\20int\2c\20int\2c\20int\2c\20int\2c\20unsigned\20int\20const*\29 +6614:swizzle_grayalpha_to_n32_premul\28void*\2c\20unsigned\20char\20const*\2c\20int\2c\20int\2c\20int\2c\20int\2c\20unsigned\20int\20const*\29 +6615:swizzle_grayalpha_to_a8\28void*\2c\20unsigned\20char\20const*\2c\20int\2c\20int\2c\20int\2c\20int\2c\20unsigned\20int\20const*\29 +6616:swizzle_gray_to_n32\28void*\2c\20unsigned\20char\20const*\2c\20int\2c\20int\2c\20int\2c\20int\2c\20unsigned\20int\20const*\29 +6617:swizzle_gray_to_565\28void*\2c\20unsigned\20char\20const*\2c\20int\2c\20int\2c\20int\2c\20int\2c\20unsigned\20int\20const*\29 +6618:swizzle_cmyk_to_rgba\28void*\2c\20unsigned\20char\20const*\2c\20int\2c\20int\2c\20int\2c\20int\2c\20unsigned\20int\20const*\29 +6619:swizzle_cmyk_to_bgra\28void*\2c\20unsigned\20char\20const*\2c\20int\2c\20int\2c\20int\2c\20int\2c\20unsigned\20int\20const*\29 +6620:swizzle_cmyk_to_565\28void*\2c\20unsigned\20char\20const*\2c\20int\2c\20int\2c\20int\2c\20int\2c\20unsigned\20int\20const*\29 +6621:swizzle_bit_to_n32\28void*\2c\20unsigned\20char\20const*\2c\20int\2c\20int\2c\20int\2c\20int\2c\20unsigned\20int\20const*\29 +6622:swizzle_bit_to_grayscale\28void*\2c\20unsigned\20char\20const*\2c\20int\2c\20int\2c\20int\2c\20int\2c\20unsigned\20int\20const*\29 +6623:swizzle_bit_to_f16\28void*\2c\20unsigned\20char\20const*\2c\20int\2c\20int\2c\20int\2c\20int\2c\20unsigned\20int\20const*\29 +6624:swizzle_bit_to_565\28void*\2c\20unsigned\20char\20const*\2c\20int\2c\20int\2c\20int\2c\20int\2c\20unsigned\20int\20const*\29 +6625:swizzle_bgr_to_565\28void*\2c\20unsigned\20char\20const*\2c\20int\2c\20int\2c\20int\2c\20int\2c\20unsigned\20int\20const*\29 +6626:string_read +6627:std::exception::what\28\29\20const +6628:std::bad_variant_access::what\28\29\20const +6629:std::bad_optional_access::what\28\29\20const +6630:std::bad_array_new_length::what\28\29\20const +6631:std::bad_alloc::what\28\29\20const +6632:std::__2::unique_ptr>::~unique_ptr\5babi:ne180100\5d\28\29 +6633:std::__2::unique_ptr>::operator=\5babi:ne180100\5d\28std::__2::unique_ptr>&&\29 +6634:std::__2::time_put>>::do_put\28std::__2::ostreambuf_iterator>\2c\20std::__2::ios_base&\2c\20wchar_t\2c\20tm\20const*\2c\20char\2c\20char\29\20const +6635:std::__2::time_put>>::do_put\28std::__2::ostreambuf_iterator>\2c\20std::__2::ios_base&\2c\20char\2c\20tm\20const*\2c\20char\2c\20char\29\20const +6636:std::__2::time_get>>::do_get_year\28std::__2::istreambuf_iterator>\2c\20std::__2::istreambuf_iterator>\2c\20std::__2::ios_base&\2c\20unsigned\20int&\2c\20tm*\29\20const +6637:std::__2::time_get>>::do_get_weekday\28std::__2::istreambuf_iterator>\2c\20std::__2::istreambuf_iterator>\2c\20std::__2::ios_base&\2c\20unsigned\20int&\2c\20tm*\29\20const +6638:std::__2::time_get>>::do_get_time\28std::__2::istreambuf_iterator>\2c\20std::__2::istreambuf_iterator>\2c\20std::__2::ios_base&\2c\20unsigned\20int&\2c\20tm*\29\20const +6639:std::__2::time_get>>::do_get_monthname\28std::__2::istreambuf_iterator>\2c\20std::__2::istreambuf_iterator>\2c\20std::__2::ios_base&\2c\20unsigned\20int&\2c\20tm*\29\20const +6640:std::__2::time_get>>::do_get_date\28std::__2::istreambuf_iterator>\2c\20std::__2::istreambuf_iterator>\2c\20std::__2::ios_base&\2c\20unsigned\20int&\2c\20tm*\29\20const +6641:std::__2::time_get>>::do_get\28std::__2::istreambuf_iterator>\2c\20std::__2::istreambuf_iterator>\2c\20std::__2::ios_base&\2c\20unsigned\20int&\2c\20tm*\2c\20char\2c\20char\29\20const +6642:std::__2::time_get>>::do_get_year\28std::__2::istreambuf_iterator>\2c\20std::__2::istreambuf_iterator>\2c\20std::__2::ios_base&\2c\20unsigned\20int&\2c\20tm*\29\20const +6643:std::__2::time_get>>::do_get_weekday\28std::__2::istreambuf_iterator>\2c\20std::__2::istreambuf_iterator>\2c\20std::__2::ios_base&\2c\20unsigned\20int&\2c\20tm*\29\20const +6644:std::__2::time_get>>::do_get_time\28std::__2::istreambuf_iterator>\2c\20std::__2::istreambuf_iterator>\2c\20std::__2::ios_base&\2c\20unsigned\20int&\2c\20tm*\29\20const +6645:std::__2::time_get>>::do_get_monthname\28std::__2::istreambuf_iterator>\2c\20std::__2::istreambuf_iterator>\2c\20std::__2::ios_base&\2c\20unsigned\20int&\2c\20tm*\29\20const +6646:std::__2::time_get>>::do_get_date\28std::__2::istreambuf_iterator>\2c\20std::__2::istreambuf_iterator>\2c\20std::__2::ios_base&\2c\20unsigned\20int&\2c\20tm*\29\20const +6647:std::__2::time_get>>::do_get\28std::__2::istreambuf_iterator>\2c\20std::__2::istreambuf_iterator>\2c\20std::__2::ios_base&\2c\20unsigned\20int&\2c\20tm*\2c\20char\2c\20char\29\20const +6648:std::__2::numpunct::~numpunct\28\29_18735 +6649:std::__2::numpunct::do_truename\28\29\20const +6650:std::__2::numpunct::do_grouping\28\29\20const +6651:std::__2::numpunct::do_falsename\28\29\20const +6652:std::__2::numpunct::~numpunct\28\29_18733 +6653:std::__2::numpunct::do_truename\28\29\20const +6654:std::__2::numpunct::do_thousands_sep\28\29\20const +6655:std::__2::numpunct::do_grouping\28\29\20const +6656:std::__2::numpunct::do_falsename\28\29\20const +6657:std::__2::numpunct::do_decimal_point\28\29\20const +6658:std::__2::num_put>>::do_put\28std::__2::ostreambuf_iterator>\2c\20std::__2::ios_base&\2c\20wchar_t\2c\20void\20const*\29\20const +6659:std::__2::num_put>>::do_put\28std::__2::ostreambuf_iterator>\2c\20std::__2::ios_base&\2c\20wchar_t\2c\20unsigned\20long\29\20const +6660:std::__2::num_put>>::do_put\28std::__2::ostreambuf_iterator>\2c\20std::__2::ios_base&\2c\20wchar_t\2c\20unsigned\20long\20long\29\20const +6661:std::__2::num_put>>::do_put\28std::__2::ostreambuf_iterator>\2c\20std::__2::ios_base&\2c\20wchar_t\2c\20long\29\20const +6662:std::__2::num_put>>::do_put\28std::__2::ostreambuf_iterator>\2c\20std::__2::ios_base&\2c\20wchar_t\2c\20long\20long\29\20const +6663:std::__2::num_put>>::do_put\28std::__2::ostreambuf_iterator>\2c\20std::__2::ios_base&\2c\20wchar_t\2c\20long\20double\29\20const +6664:std::__2::num_put>>::do_put\28std::__2::ostreambuf_iterator>\2c\20std::__2::ios_base&\2c\20wchar_t\2c\20double\29\20const +6665:std::__2::num_put>>::do_put\28std::__2::ostreambuf_iterator>\2c\20std::__2::ios_base&\2c\20wchar_t\2c\20bool\29\20const +6666:std::__2::num_put>>::do_put\28std::__2::ostreambuf_iterator>\2c\20std::__2::ios_base&\2c\20char\2c\20void\20const*\29\20const +6667:std::__2::num_put>>::do_put\28std::__2::ostreambuf_iterator>\2c\20std::__2::ios_base&\2c\20char\2c\20unsigned\20long\29\20const +6668:std::__2::num_put>>::do_put\28std::__2::ostreambuf_iterator>\2c\20std::__2::ios_base&\2c\20char\2c\20unsigned\20long\20long\29\20const +6669:std::__2::num_put>>::do_put\28std::__2::ostreambuf_iterator>\2c\20std::__2::ios_base&\2c\20char\2c\20long\29\20const +6670:std::__2::num_put>>::do_put\28std::__2::ostreambuf_iterator>\2c\20std::__2::ios_base&\2c\20char\2c\20long\20long\29\20const +6671:std::__2::num_put>>::do_put\28std::__2::ostreambuf_iterator>\2c\20std::__2::ios_base&\2c\20char\2c\20long\20double\29\20const +6672:std::__2::num_put>>::do_put\28std::__2::ostreambuf_iterator>\2c\20std::__2::ios_base&\2c\20char\2c\20double\29\20const +6673:std::__2::num_put>>::do_put\28std::__2::ostreambuf_iterator>\2c\20std::__2::ios_base&\2c\20char\2c\20bool\29\20const +6674:std::__2::num_get>>::do_get\28std::__2::istreambuf_iterator>\2c\20std::__2::istreambuf_iterator>\2c\20std::__2::ios_base&\2c\20unsigned\20int&\2c\20void*&\29\20const +6675:std::__2::num_get>>::do_get\28std::__2::istreambuf_iterator>\2c\20std::__2::istreambuf_iterator>\2c\20std::__2::ios_base&\2c\20unsigned\20int&\2c\20unsigned\20short&\29\20const +6676:std::__2::num_get>>::do_get\28std::__2::istreambuf_iterator>\2c\20std::__2::istreambuf_iterator>\2c\20std::__2::ios_base&\2c\20unsigned\20int&\2c\20unsigned\20long\20long&\29\20const +6677:std::__2::num_get>>::do_get\28std::__2::istreambuf_iterator>\2c\20std::__2::istreambuf_iterator>\2c\20std::__2::ios_base&\2c\20unsigned\20int&\2c\20long\20long&\29\20const +6678:std::__2::num_get>>::do_get\28std::__2::istreambuf_iterator>\2c\20std::__2::istreambuf_iterator>\2c\20std::__2::ios_base&\2c\20unsigned\20int&\2c\20long\20double&\29\20const +6679:std::__2::num_get>>::do_get\28std::__2::istreambuf_iterator>\2c\20std::__2::istreambuf_iterator>\2c\20std::__2::ios_base&\2c\20unsigned\20int&\2c\20long&\29\20const +6680:std::__2::num_get>>::do_get\28std::__2::istreambuf_iterator>\2c\20std::__2::istreambuf_iterator>\2c\20std::__2::ios_base&\2c\20unsigned\20int&\2c\20float&\29\20const +6681:std::__2::num_get>>::do_get\28std::__2::istreambuf_iterator>\2c\20std::__2::istreambuf_iterator>\2c\20std::__2::ios_base&\2c\20unsigned\20int&\2c\20double&\29\20const +6682:std::__2::num_get>>::do_get\28std::__2::istreambuf_iterator>\2c\20std::__2::istreambuf_iterator>\2c\20std::__2::ios_base&\2c\20unsigned\20int&\2c\20bool&\29\20const +6683:std::__2::num_get>>::do_get\28std::__2::istreambuf_iterator>\2c\20std::__2::istreambuf_iterator>\2c\20std::__2::ios_base&\2c\20unsigned\20int&\2c\20void*&\29\20const +6684:std::__2::num_get>>::do_get\28std::__2::istreambuf_iterator>\2c\20std::__2::istreambuf_iterator>\2c\20std::__2::ios_base&\2c\20unsigned\20int&\2c\20unsigned\20short&\29\20const +6685:std::__2::num_get>>::do_get\28std::__2::istreambuf_iterator>\2c\20std::__2::istreambuf_iterator>\2c\20std::__2::ios_base&\2c\20unsigned\20int&\2c\20unsigned\20long\20long&\29\20const +6686:std::__2::num_get>>::do_get\28std::__2::istreambuf_iterator>\2c\20std::__2::istreambuf_iterator>\2c\20std::__2::ios_base&\2c\20unsigned\20int&\2c\20long\20long&\29\20const +6687:std::__2::num_get>>::do_get\28std::__2::istreambuf_iterator>\2c\20std::__2::istreambuf_iterator>\2c\20std::__2::ios_base&\2c\20unsigned\20int&\2c\20long\20double&\29\20const +6688:std::__2::num_get>>::do_get\28std::__2::istreambuf_iterator>\2c\20std::__2::istreambuf_iterator>\2c\20std::__2::ios_base&\2c\20unsigned\20int&\2c\20long&\29\20const +6689:std::__2::num_get>>::do_get\28std::__2::istreambuf_iterator>\2c\20std::__2::istreambuf_iterator>\2c\20std::__2::ios_base&\2c\20unsigned\20int&\2c\20float&\29\20const +6690:std::__2::num_get>>::do_get\28std::__2::istreambuf_iterator>\2c\20std::__2::istreambuf_iterator>\2c\20std::__2::ios_base&\2c\20unsigned\20int&\2c\20double&\29\20const +6691:std::__2::num_get>>::do_get\28std::__2::istreambuf_iterator>\2c\20std::__2::istreambuf_iterator>\2c\20std::__2::ios_base&\2c\20unsigned\20int&\2c\20bool&\29\20const +6692:std::__2::money_put>>::do_put\28std::__2::ostreambuf_iterator>\2c\20bool\2c\20std::__2::ios_base&\2c\20wchar_t\2c\20std::__2::basic_string\2c\20std::__2::allocator>\20const&\29\20const +6693:std::__2::money_put>>::do_put\28std::__2::ostreambuf_iterator>\2c\20bool\2c\20std::__2::ios_base&\2c\20wchar_t\2c\20long\20double\29\20const +6694:std::__2::money_put>>::do_put\28std::__2::ostreambuf_iterator>\2c\20bool\2c\20std::__2::ios_base&\2c\20char\2c\20std::__2::basic_string\2c\20std::__2::allocator>\20const&\29\20const +6695:std::__2::money_put>>::do_put\28std::__2::ostreambuf_iterator>\2c\20bool\2c\20std::__2::ios_base&\2c\20char\2c\20long\20double\29\20const +6696:std::__2::money_get>>::do_get\28std::__2::istreambuf_iterator>\2c\20std::__2::istreambuf_iterator>\2c\20bool\2c\20std::__2::ios_base&\2c\20unsigned\20int&\2c\20std::__2::basic_string\2c\20std::__2::allocator>&\29\20const +6697:std::__2::money_get>>::do_get\28std::__2::istreambuf_iterator>\2c\20std::__2::istreambuf_iterator>\2c\20bool\2c\20std::__2::ios_base&\2c\20unsigned\20int&\2c\20long\20double&\29\20const +6698:std::__2::money_get>>::do_get\28std::__2::istreambuf_iterator>\2c\20std::__2::istreambuf_iterator>\2c\20bool\2c\20std::__2::ios_base&\2c\20unsigned\20int&\2c\20std::__2::basic_string\2c\20std::__2::allocator>&\29\20const +6699:std::__2::money_get>>::do_get\28std::__2::istreambuf_iterator>\2c\20std::__2::istreambuf_iterator>\2c\20bool\2c\20std::__2::ios_base&\2c\20unsigned\20int&\2c\20long\20double&\29\20const +6700:std::__2::messages::do_get\28long\2c\20int\2c\20int\2c\20std::__2::basic_string\2c\20std::__2::allocator>\20const&\29\20const +6701:std::__2::messages::do_get\28long\2c\20int\2c\20int\2c\20std::__2::basic_string\2c\20std::__2::allocator>\20const&\29\20const +6702:std::__2::locale::__imp::~__imp\28\29_18613 +6703:std::__2::ios_base::~ios_base\28\29_17976 +6704:std::__2::ctype::do_widen\28char\20const*\2c\20char\20const*\2c\20wchar_t*\29\20const +6705:std::__2::ctype::do_toupper\28wchar_t\29\20const +6706:std::__2::ctype::do_toupper\28wchar_t*\2c\20wchar_t\20const*\29\20const +6707:std::__2::ctype::do_tolower\28wchar_t\29\20const +6708:std::__2::ctype::do_tolower\28wchar_t*\2c\20wchar_t\20const*\29\20const +6709:std::__2::ctype::do_scan_not\28unsigned\20long\2c\20wchar_t\20const*\2c\20wchar_t\20const*\29\20const +6710:std::__2::ctype::do_scan_is\28unsigned\20long\2c\20wchar_t\20const*\2c\20wchar_t\20const*\29\20const +6711:std::__2::ctype::do_narrow\28wchar_t\2c\20char\29\20const +6712:std::__2::ctype::do_narrow\28wchar_t\20const*\2c\20wchar_t\20const*\2c\20char\2c\20char*\29\20const +6713:std::__2::ctype::do_is\28wchar_t\20const*\2c\20wchar_t\20const*\2c\20unsigned\20long*\29\20const +6714:std::__2::ctype::do_is\28unsigned\20long\2c\20wchar_t\29\20const +6715:std::__2::ctype::~ctype\28\29_18661 +6716:std::__2::ctype::do_widen\28char\20const*\2c\20char\20const*\2c\20char*\29\20const +6717:std::__2::ctype::do_toupper\28char\29\20const +6718:std::__2::ctype::do_toupper\28char*\2c\20char\20const*\29\20const +6719:std::__2::ctype::do_tolower\28char\29\20const +6720:std::__2::ctype::do_tolower\28char*\2c\20char\20const*\29\20const +6721:std::__2::ctype::do_narrow\28char\2c\20char\29\20const +6722:std::__2::ctype::do_narrow\28char\20const*\2c\20char\20const*\2c\20char\2c\20char*\29\20const +6723:std::__2::collate::do_transform\28wchar_t\20const*\2c\20wchar_t\20const*\29\20const +6724:std::__2::collate::do_hash\28wchar_t\20const*\2c\20wchar_t\20const*\29\20const +6725:std::__2::collate::do_compare\28wchar_t\20const*\2c\20wchar_t\20const*\2c\20wchar_t\20const*\2c\20wchar_t\20const*\29\20const +6726:std::__2::collate::do_transform\28char\20const*\2c\20char\20const*\29\20const +6727:std::__2::collate::do_hash\28char\20const*\2c\20char\20const*\29\20const +6728:std::__2::collate::do_compare\28char\20const*\2c\20char\20const*\2c\20char\20const*\2c\20char\20const*\29\20const +6729:std::__2::codecvt::~codecvt\28\29_18679 +6730:std::__2::codecvt::do_unshift\28__mbstate_t&\2c\20char*\2c\20char*\2c\20char*&\29\20const +6731:std::__2::codecvt::do_out\28__mbstate_t&\2c\20wchar_t\20const*\2c\20wchar_t\20const*\2c\20wchar_t\20const*&\2c\20char*\2c\20char*\2c\20char*&\29\20const +6732:std::__2::codecvt::do_max_length\28\29\20const +6733:std::__2::codecvt::do_length\28__mbstate_t&\2c\20char\20const*\2c\20char\20const*\2c\20unsigned\20long\29\20const +6734:std::__2::codecvt::do_in\28__mbstate_t&\2c\20char\20const*\2c\20char\20const*\2c\20char\20const*&\2c\20wchar_t*\2c\20wchar_t*\2c\20wchar_t*&\29\20const +6735:std::__2::codecvt::do_encoding\28\29\20const +6736:std::__2::codecvt::do_length\28__mbstate_t&\2c\20char\20const*\2c\20char\20const*\2c\20unsigned\20long\29\20const +6737:std::__2::basic_stringbuf\2c\20std::__2::allocator>::~basic_stringbuf\28\29_17846 +6738:std::__2::basic_stringbuf\2c\20std::__2::allocator>::underflow\28\29 +6739:std::__2::basic_stringbuf\2c\20std::__2::allocator>::seekpos\28std::__2::fpos<__mbstate_t>\2c\20unsigned\20int\29 +6740:std::__2::basic_stringbuf\2c\20std::__2::allocator>::seekoff\28long\20long\2c\20std::__2::ios_base::seekdir\2c\20unsigned\20int\29 +6741:std::__2::basic_stringbuf\2c\20std::__2::allocator>::pbackfail\28int\29 +6742:std::__2::basic_stringbuf\2c\20std::__2::allocator>::overflow\28int\29 +6743:std::__2::basic_streambuf>::~basic_streambuf\28\29_17691 +6744:std::__2::basic_streambuf>::xsputn\28char\20const*\2c\20long\29 +6745:std::__2::basic_streambuf>::xsgetn\28char*\2c\20long\29 +6746:std::__2::basic_streambuf>::uflow\28\29 +6747:std::__2::basic_streambuf>::setbuf\28char*\2c\20long\29 +6748:std::__2::basic_streambuf>::seekpos\28std::__2::fpos<__mbstate_t>\2c\20unsigned\20int\29 +6749:std::__2::basic_streambuf>::seekoff\28long\20long\2c\20std::__2::ios_base::seekdir\2c\20unsigned\20int\29 +6750:std::__2::bad_function_call::what\28\29\20const +6751:std::__2::__time_get_c_storage::__x\28\29\20const +6752:std::__2::__time_get_c_storage::__weeks\28\29\20const +6753:std::__2::__time_get_c_storage::__r\28\29\20const +6754:std::__2::__time_get_c_storage::__months\28\29\20const +6755:std::__2::__time_get_c_storage::__c\28\29\20const +6756:std::__2::__time_get_c_storage::__am_pm\28\29\20const +6757:std::__2::__time_get_c_storage::__X\28\29\20const +6758:std::__2::__time_get_c_storage::__x\28\29\20const +6759:std::__2::__time_get_c_storage::__weeks\28\29\20const +6760:std::__2::__time_get_c_storage::__r\28\29\20const +6761:std::__2::__time_get_c_storage::__months\28\29\20const +6762:std::__2::__time_get_c_storage::__c\28\29\20const +6763:std::__2::__time_get_c_storage::__am_pm\28\29\20const +6764:std::__2::__time_get_c_storage::__X\28\29\20const +6765:std::__2::__shared_ptr_pointer<_IO_FILE*\2c\20void\20\28*\29\28_IO_FILE*\29\2c\20std::__2::allocator<_IO_FILE>>::__on_zero_shared\28\29 +6766:std::__2::__shared_ptr_emplace>::~__shared_ptr_emplace\28\29_7686 +6767:std::__2::__shared_ptr_emplace>::~__shared_ptr_emplace\28\29 +6768:std::__2::__shared_ptr_emplace>::__on_zero_shared\28\29 +6769:std::__2::__shared_ptr_emplace>::~__shared_ptr_emplace\28\29_7968 +6770:std::__2::__shared_ptr_emplace>::~__shared_ptr_emplace\28\29 +6771:std::__2::__shared_ptr_emplace>::__on_zero_shared\28\29 +6772:std::__2::__shared_ptr_emplace>::~__shared_ptr_emplace\28\29_5865 +6773:std::__2::__shared_ptr_emplace>::~__shared_ptr_emplace\28\29 +6774:std::__2::__function::__func\2c\20bool\20\28skia::textlayout::Run\20const*\2c\20float\2c\20skia::textlayout::SkRange\2c\20float*\29>::operator\28\29\28skia::textlayout::Run\20const*&&\2c\20float&&\2c\20skia::textlayout::SkRange&&\2c\20float*&&\29 +6775:std::__2::__function::__func\2c\20bool\20\28skia::textlayout::Run\20const*\2c\20float\2c\20skia::textlayout::SkRange\2c\20float*\29>::__clone\28std::__2::__function::__base\2c\20float*\29>*\29\20const +6776:std::__2::__function::__func\2c\20bool\20\28skia::textlayout::Run\20const*\2c\20float\2c\20skia::textlayout::SkRange\2c\20float*\29>::__clone\28\29\20const +6777:std::__2::__function::__func\2c\20float*\29\20const::'lambda'\28skia::textlayout::SkRange\2c\20skia::textlayout::TextStyle\20const&\2c\20skia::textlayout::TextLine::ClipContext\20const&\29\2c\20std::__2::allocator\2c\20float*\29\20const::'lambda'\28skia::textlayout::SkRange\2c\20skia::textlayout::TextStyle\20const&\2c\20skia::textlayout::TextLine::ClipContext\20const&\29>\2c\20void\20\28skia::textlayout::SkRange\2c\20skia::textlayout::TextStyle\20const&\2c\20skia::textlayout::TextLine::ClipContext\20const&\29>::operator\28\29\28skia::textlayout::SkRange&&\2c\20skia::textlayout::TextStyle\20const&\2c\20skia::textlayout::TextLine::ClipContext\20const&\29 +6778:std::__2::__function::__func\2c\20float*\29\20const::'lambda'\28skia::textlayout::SkRange\2c\20skia::textlayout::TextStyle\20const&\2c\20skia::textlayout::TextLine::ClipContext\20const&\29\2c\20std::__2::allocator\2c\20float*\29\20const::'lambda'\28skia::textlayout::SkRange\2c\20skia::textlayout::TextStyle\20const&\2c\20skia::textlayout::TextLine::ClipContext\20const&\29>\2c\20void\20\28skia::textlayout::SkRange\2c\20skia::textlayout::TextStyle\20const&\2c\20skia::textlayout::TextLine::ClipContext\20const&\29>::__clone\28std::__2::__function::__base\2c\20skia::textlayout::TextStyle\20const&\2c\20skia::textlayout::TextLine::ClipContext\20const&\29>*\29\20const +6779:std::__2::__function::__func\2c\20float*\29\20const::'lambda'\28skia::textlayout::SkRange\2c\20skia::textlayout::TextStyle\20const&\2c\20skia::textlayout::TextLine::ClipContext\20const&\29\2c\20std::__2::allocator\2c\20float*\29\20const::'lambda'\28skia::textlayout::SkRange\2c\20skia::textlayout::TextStyle\20const&\2c\20skia::textlayout::TextLine::ClipContext\20const&\29>\2c\20void\20\28skia::textlayout::SkRange\2c\20skia::textlayout::TextStyle\20const&\2c\20skia::textlayout::TextLine::ClipContext\20const&\29>::__clone\28\29\20const +6780:std::__2::__function::__func\2c\20bool\20\28skia::textlayout::Run\20const*\2c\20float\2c\20skia::textlayout::SkRange\2c\20float*\29>::operator\28\29\28skia::textlayout::Run\20const*&&\2c\20float&&\2c\20skia::textlayout::SkRange&&\2c\20float*&&\29 +6781:std::__2::__function::__func\2c\20bool\20\28skia::textlayout::Run\20const*\2c\20float\2c\20skia::textlayout::SkRange\2c\20float*\29>::__clone\28std::__2::__function::__base\2c\20float*\29>*\29\20const +6782:std::__2::__function::__func\2c\20bool\20\28skia::textlayout::Run\20const*\2c\20float\2c\20skia::textlayout::SkRange\2c\20float*\29>::__clone\28\29\20const +6783:std::__2::__function::__func\2c\20float*\29\20const::'lambda'\28skia::textlayout::SkRange\2c\20skia::textlayout::TextStyle\20const&\2c\20skia::textlayout::TextLine::ClipContext\20const&\29\2c\20std::__2::allocator\2c\20float*\29\20const::'lambda'\28skia::textlayout::SkRange\2c\20skia::textlayout::TextStyle\20const&\2c\20skia::textlayout::TextLine::ClipContext\20const&\29>\2c\20void\20\28skia::textlayout::SkRange\2c\20skia::textlayout::TextStyle\20const&\2c\20skia::textlayout::TextLine::ClipContext\20const&\29>::operator\28\29\28skia::textlayout::SkRange&&\2c\20skia::textlayout::TextStyle\20const&\2c\20skia::textlayout::TextLine::ClipContext\20const&\29 +6784:std::__2::__function::__func\2c\20float*\29\20const::'lambda'\28skia::textlayout::SkRange\2c\20skia::textlayout::TextStyle\20const&\2c\20skia::textlayout::TextLine::ClipContext\20const&\29\2c\20std::__2::allocator\2c\20float*\29\20const::'lambda'\28skia::textlayout::SkRange\2c\20skia::textlayout::TextStyle\20const&\2c\20skia::textlayout::TextLine::ClipContext\20const&\29>\2c\20void\20\28skia::textlayout::SkRange\2c\20skia::textlayout::TextStyle\20const&\2c\20skia::textlayout::TextLine::ClipContext\20const&\29>::__clone\28std::__2::__function::__base\2c\20skia::textlayout::TextStyle\20const&\2c\20skia::textlayout::TextLine::ClipContext\20const&\29>*\29\20const +6785:std::__2::__function::__func\2c\20float*\29\20const::'lambda'\28skia::textlayout::SkRange\2c\20skia::textlayout::TextStyle\20const&\2c\20skia::textlayout::TextLine::ClipContext\20const&\29\2c\20std::__2::allocator\2c\20float*\29\20const::'lambda'\28skia::textlayout::SkRange\2c\20skia::textlayout::TextStyle\20const&\2c\20skia::textlayout::TextLine::ClipContext\20const&\29>\2c\20void\20\28skia::textlayout::SkRange\2c\20skia::textlayout::TextStyle\20const&\2c\20skia::textlayout::TextLine::ClipContext\20const&\29>::__clone\28\29\20const +6786:std::__2::__function::__func\2c\20bool\20\28skia::textlayout::Run\20const*\2c\20float\2c\20skia::textlayout::SkRange\2c\20float*\29>::operator\28\29\28skia::textlayout::Run\20const*&&\2c\20float&&\2c\20skia::textlayout::SkRange&&\2c\20float*&&\29 +6787:std::__2::__function::__func\2c\20bool\20\28skia::textlayout::Run\20const*\2c\20float\2c\20skia::textlayout::SkRange\2c\20float*\29>::__clone\28std::__2::__function::__base\2c\20float*\29>*\29\20const +6788:std::__2::__function::__func\2c\20bool\20\28skia::textlayout::Run\20const*\2c\20float\2c\20skia::textlayout::SkRange\2c\20float*\29>::__clone\28\29\20const +6789:std::__2::__function::__func\2c\20float*\29\20const::'lambda'\28skia::textlayout::SkRange\2c\20skia::textlayout::TextStyle\20const&\2c\20skia::textlayout::TextLine::ClipContext\20const&\29\2c\20std::__2::allocator\2c\20float*\29\20const::'lambda'\28skia::textlayout::SkRange\2c\20skia::textlayout::TextStyle\20const&\2c\20skia::textlayout::TextLine::ClipContext\20const&\29>\2c\20void\20\28skia::textlayout::SkRange\2c\20skia::textlayout::TextStyle\20const&\2c\20skia::textlayout::TextLine::ClipContext\20const&\29>::operator\28\29\28skia::textlayout::SkRange&&\2c\20skia::textlayout::TextStyle\20const&\2c\20skia::textlayout::TextLine::ClipContext\20const&\29 +6790:std::__2::__function::__func\2c\20float*\29\20const::'lambda'\28skia::textlayout::SkRange\2c\20skia::textlayout::TextStyle\20const&\2c\20skia::textlayout::TextLine::ClipContext\20const&\29\2c\20std::__2::allocator\2c\20float*\29\20const::'lambda'\28skia::textlayout::SkRange\2c\20skia::textlayout::TextStyle\20const&\2c\20skia::textlayout::TextLine::ClipContext\20const&\29>\2c\20void\20\28skia::textlayout::SkRange\2c\20skia::textlayout::TextStyle\20const&\2c\20skia::textlayout::TextLine::ClipContext\20const&\29>::__clone\28std::__2::__function::__base\2c\20skia::textlayout::TextStyle\20const&\2c\20skia::textlayout::TextLine::ClipContext\20const&\29>*\29\20const +6791:std::__2::__function::__func\2c\20float*\29\20const::'lambda'\28skia::textlayout::SkRange\2c\20skia::textlayout::TextStyle\20const&\2c\20skia::textlayout::TextLine::ClipContext\20const&\29\2c\20std::__2::allocator\2c\20float*\29\20const::'lambda'\28skia::textlayout::SkRange\2c\20skia::textlayout::TextStyle\20const&\2c\20skia::textlayout::TextLine::ClipContext\20const&\29>\2c\20void\20\28skia::textlayout::SkRange\2c\20skia::textlayout::TextStyle\20const&\2c\20skia::textlayout::TextLine::ClipContext\20const&\29>::__clone\28\29\20const +6792:std::__2::__function::__func\2c\20bool\20\28skia::textlayout::Cluster\20const*\2c\20unsigned\20long\2c\20bool\29>::operator\28\29\28skia::textlayout::Cluster\20const*&&\2c\20unsigned\20long&&\2c\20bool&&\29 +6793:std::__2::__function::__func\2c\20bool\20\28skia::textlayout::Cluster\20const*\2c\20unsigned\20long\2c\20bool\29>::__clone\28std::__2::__function::__base*\29\20const +6794:std::__2::__function::__func\2c\20bool\20\28skia::textlayout::Cluster\20const*\2c\20unsigned\20long\2c\20bool\29>::__clone\28\29\20const +6795:std::__2::__function::__func\2c\20bool\20\28skia::textlayout::Cluster\20const*\2c\20unsigned\20long\2c\20bool\29>::operator\28\29\28skia::textlayout::Cluster\20const*&&\2c\20unsigned\20long&&\2c\20bool&&\29 +6796:std::__2::__function::__func\2c\20bool\20\28skia::textlayout::Cluster\20const*\2c\20unsigned\20long\2c\20bool\29>::__clone\28std::__2::__function::__base*\29\20const +6797:std::__2::__function::__func\2c\20bool\20\28skia::textlayout::Cluster\20const*\2c\20unsigned\20long\2c\20bool\29>::__clone\28\29\20const +6798:std::__2::__function::__func\2c\20skia::textlayout::RectHeightStyle\2c\20skia::textlayout::RectWidthStyle\2c\20std::__2::vector>&\29\20const::$_0\2c\20std::__2::allocator\2c\20skia::textlayout::RectHeightStyle\2c\20skia::textlayout::RectWidthStyle\2c\20std::__2::vector>&\29\20const::$_0>\2c\20bool\20\28skia::textlayout::Run\20const*\2c\20float\2c\20skia::textlayout::SkRange\2c\20float*\29>::operator\28\29\28skia::textlayout::Run\20const*&&\2c\20float&&\2c\20skia::textlayout::SkRange&&\2c\20float*&&\29 +6799:std::__2::__function::__func\2c\20skia::textlayout::RectHeightStyle\2c\20skia::textlayout::RectWidthStyle\2c\20std::__2::vector>&\29\20const::$_0\2c\20std::__2::allocator\2c\20skia::textlayout::RectHeightStyle\2c\20skia::textlayout::RectWidthStyle\2c\20std::__2::vector>&\29\20const::$_0>\2c\20bool\20\28skia::textlayout::Run\20const*\2c\20float\2c\20skia::textlayout::SkRange\2c\20float*\29>::__clone\28std::__2::__function::__base\2c\20float*\29>*\29\20const +6800:std::__2::__function::__func\2c\20skia::textlayout::RectHeightStyle\2c\20skia::textlayout::RectWidthStyle\2c\20std::__2::vector>&\29\20const::$_0\2c\20std::__2::allocator\2c\20skia::textlayout::RectHeightStyle\2c\20skia::textlayout::RectWidthStyle\2c\20std::__2::vector>&\29\20const::$_0>\2c\20bool\20\28skia::textlayout::Run\20const*\2c\20float\2c\20skia::textlayout::SkRange\2c\20float*\29>::__clone\28\29\20const +6801:std::__2::__function::__func\2c\20skia::textlayout::RectHeightStyle\2c\20skia::textlayout::RectWidthStyle\2c\20std::__2::vector>&\29\20const::$_0::operator\28\29\28skia::textlayout::Run\20const*\2c\20float\2c\20skia::textlayout::SkRange\2c\20float*\29\20const::'lambda'\28skia::textlayout::SkRange\2c\20skia::textlayout::TextStyle\20const&\2c\20skia::textlayout::TextLine::ClipContext\20const&\29\2c\20std::__2::allocator\2c\20skia::textlayout::RectHeightStyle\2c\20skia::textlayout::RectWidthStyle\2c\20std::__2::vector>&\29\20const::$_0::operator\28\29\28skia::textlayout::Run\20const*\2c\20float\2c\20skia::textlayout::SkRange\2c\20float*\29\20const::'lambda'\28skia::textlayout::SkRange\2c\20skia::textlayout::TextStyle\20const&\2c\20skia::textlayout::TextLine::ClipContext\20const&\29>\2c\20void\20\28skia::textlayout::SkRange\2c\20skia::textlayout::TextStyle\20const&\2c\20skia::textlayout::TextLine::ClipContext\20const&\29>::operator\28\29\28skia::textlayout::SkRange&&\2c\20skia::textlayout::TextStyle\20const&\2c\20skia::textlayout::TextLine::ClipContext\20const&\29 +6802:std::__2::__function::__func\2c\20skia::textlayout::RectHeightStyle\2c\20skia::textlayout::RectWidthStyle\2c\20std::__2::vector>&\29\20const::$_0::operator\28\29\28skia::textlayout::Run\20const*\2c\20float\2c\20skia::textlayout::SkRange\2c\20float*\29\20const::'lambda'\28skia::textlayout::SkRange\2c\20skia::textlayout::TextStyle\20const&\2c\20skia::textlayout::TextLine::ClipContext\20const&\29\2c\20std::__2::allocator\2c\20skia::textlayout::RectHeightStyle\2c\20skia::textlayout::RectWidthStyle\2c\20std::__2::vector>&\29\20const::$_0::operator\28\29\28skia::textlayout::Run\20const*\2c\20float\2c\20skia::textlayout::SkRange\2c\20float*\29\20const::'lambda'\28skia::textlayout::SkRange\2c\20skia::textlayout::TextStyle\20const&\2c\20skia::textlayout::TextLine::ClipContext\20const&\29>\2c\20void\20\28skia::textlayout::SkRange\2c\20skia::textlayout::TextStyle\20const&\2c\20skia::textlayout::TextLine::ClipContext\20const&\29>::__clone\28std::__2::__function::__base\2c\20skia::textlayout::TextStyle\20const&\2c\20skia::textlayout::TextLine::ClipContext\20const&\29>*\29\20const +6803:std::__2::__function::__func\2c\20skia::textlayout::RectHeightStyle\2c\20skia::textlayout::RectWidthStyle\2c\20std::__2::vector>&\29\20const::$_0::operator\28\29\28skia::textlayout::Run\20const*\2c\20float\2c\20skia::textlayout::SkRange\2c\20float*\29\20const::'lambda'\28skia::textlayout::SkRange\2c\20skia::textlayout::TextStyle\20const&\2c\20skia::textlayout::TextLine::ClipContext\20const&\29\2c\20std::__2::allocator\2c\20skia::textlayout::RectHeightStyle\2c\20skia::textlayout::RectWidthStyle\2c\20std::__2::vector>&\29\20const::$_0::operator\28\29\28skia::textlayout::Run\20const*\2c\20float\2c\20skia::textlayout::SkRange\2c\20float*\29\20const::'lambda'\28skia::textlayout::SkRange\2c\20skia::textlayout::TextStyle\20const&\2c\20skia::textlayout::TextLine::ClipContext\20const&\29>\2c\20void\20\28skia::textlayout::SkRange\2c\20skia::textlayout::TextStyle\20const&\2c\20skia::textlayout::TextLine::ClipContext\20const&\29>::__clone\28\29\20const +6804:std::__2::__function::__func>&\29::$_0\2c\20std::__2::allocator>&\29::$_0>\2c\20bool\20\28skia::textlayout::Run\20const*\2c\20float\2c\20skia::textlayout::SkRange\2c\20float*\29>::operator\28\29\28skia::textlayout::Run\20const*&&\2c\20float&&\2c\20skia::textlayout::SkRange&&\2c\20float*&&\29 +6805:std::__2::__function::__func>&\29::$_0\2c\20std::__2::allocator>&\29::$_0>\2c\20bool\20\28skia::textlayout::Run\20const*\2c\20float\2c\20skia::textlayout::SkRange\2c\20float*\29>::__clone\28std::__2::__function::__base\2c\20float*\29>*\29\20const +6806:std::__2::__function::__func>&\29::$_0\2c\20std::__2::allocator>&\29::$_0>\2c\20bool\20\28skia::textlayout::Run\20const*\2c\20float\2c\20skia::textlayout::SkRange\2c\20float*\29>::__clone\28\29\20const +6807:std::__2::__function::__func\2c\20bool\20\28skia::textlayout::Run\20const*\2c\20float\2c\20skia::textlayout::SkRange\2c\20float*\29>::operator\28\29\28skia::textlayout::Run\20const*&&\2c\20float&&\2c\20skia::textlayout::SkRange&&\2c\20float*&&\29 +6808:std::__2::__function::__func\2c\20bool\20\28skia::textlayout::Run\20const*\2c\20float\2c\20skia::textlayout::SkRange\2c\20float*\29>::__clone\28std::__2::__function::__base\2c\20float*\29>*\29\20const +6809:std::__2::__function::__func\2c\20bool\20\28skia::textlayout::Run\20const*\2c\20float\2c\20skia::textlayout::SkRange\2c\20float*\29>::__clone\28\29\20const +6810:std::__2::__function::__func\2c\20float*\29\20const::'lambda'\28skia::textlayout::SkRange\2c\20skia::textlayout::TextStyle\20const&\2c\20skia::textlayout::TextLine::ClipContext\20const&\29\2c\20std::__2::allocator\2c\20float*\29\20const::'lambda'\28skia::textlayout::SkRange\2c\20skia::textlayout::TextStyle\20const&\2c\20skia::textlayout::TextLine::ClipContext\20const&\29>\2c\20void\20\28skia::textlayout::SkRange\2c\20skia::textlayout::TextStyle\20const&\2c\20skia::textlayout::TextLine::ClipContext\20const&\29>::operator\28\29\28skia::textlayout::SkRange&&\2c\20skia::textlayout::TextStyle\20const&\2c\20skia::textlayout::TextLine::ClipContext\20const&\29 +6811:std::__2::__function::__func\2c\20float*\29\20const::'lambda'\28skia::textlayout::SkRange\2c\20skia::textlayout::TextStyle\20const&\2c\20skia::textlayout::TextLine::ClipContext\20const&\29\2c\20std::__2::allocator\2c\20float*\29\20const::'lambda'\28skia::textlayout::SkRange\2c\20skia::textlayout::TextStyle\20const&\2c\20skia::textlayout::TextLine::ClipContext\20const&\29>\2c\20void\20\28skia::textlayout::SkRange\2c\20skia::textlayout::TextStyle\20const&\2c\20skia::textlayout::TextLine::ClipContext\20const&\29>::__clone\28std::__2::__function::__base\2c\20skia::textlayout::TextStyle\20const&\2c\20skia::textlayout::TextLine::ClipContext\20const&\29>*\29\20const +6812:std::__2::__function::__func\2c\20float*\29\20const::'lambda'\28skia::textlayout::SkRange\2c\20skia::textlayout::TextStyle\20const&\2c\20skia::textlayout::TextLine::ClipContext\20const&\29\2c\20std::__2::allocator\2c\20float*\29\20const::'lambda'\28skia::textlayout::SkRange\2c\20skia::textlayout::TextStyle\20const&\2c\20skia::textlayout::TextLine::ClipContext\20const&\29>\2c\20void\20\28skia::textlayout::SkRange\2c\20skia::textlayout::TextStyle\20const&\2c\20skia::textlayout::TextLine::ClipContext\20const&\29>::__clone\28\29\20const +6813:std::__2::__function::__func\2c\20bool\20\28skia::textlayout::Run\20const*\2c\20float\2c\20skia::textlayout::SkRange\2c\20float*\29>::operator\28\29\28skia::textlayout::Run\20const*&&\2c\20float&&\2c\20skia::textlayout::SkRange&&\2c\20float*&&\29 +6814:std::__2::__function::__func\2c\20bool\20\28skia::textlayout::Run\20const*\2c\20float\2c\20skia::textlayout::SkRange\2c\20float*\29>::__clone\28std::__2::__function::__base\2c\20float*\29>*\29\20const +6815:std::__2::__function::__func\2c\20bool\20\28skia::textlayout::Run\20const*\2c\20float\2c\20skia::textlayout::SkRange\2c\20float*\29>::__clone\28\29\20const +6816:std::__2::__function::__func\2c\20float*\29\20const::'lambda'\28skia::textlayout::SkRange\2c\20skia::textlayout::TextStyle\20const&\2c\20skia::textlayout::TextLine::ClipContext\20const&\29\2c\20std::__2::allocator\2c\20float*\29\20const::'lambda'\28skia::textlayout::SkRange\2c\20skia::textlayout::TextStyle\20const&\2c\20skia::textlayout::TextLine::ClipContext\20const&\29>\2c\20void\20\28skia::textlayout::SkRange\2c\20skia::textlayout::TextStyle\20const&\2c\20skia::textlayout::TextLine::ClipContext\20const&\29>::operator\28\29\28skia::textlayout::SkRange&&\2c\20skia::textlayout::TextStyle\20const&\2c\20skia::textlayout::TextLine::ClipContext\20const&\29 +6817:std::__2::__function::__func\2c\20float*\29\20const::'lambda'\28skia::textlayout::SkRange\2c\20skia::textlayout::TextStyle\20const&\2c\20skia::textlayout::TextLine::ClipContext\20const&\29\2c\20std::__2::allocator\2c\20float*\29\20const::'lambda'\28skia::textlayout::SkRange\2c\20skia::textlayout::TextStyle\20const&\2c\20skia::textlayout::TextLine::ClipContext\20const&\29>\2c\20void\20\28skia::textlayout::SkRange\2c\20skia::textlayout::TextStyle\20const&\2c\20skia::textlayout::TextLine::ClipContext\20const&\29>::__clone\28std::__2::__function::__base\2c\20skia::textlayout::TextStyle\20const&\2c\20skia::textlayout::TextLine::ClipContext\20const&\29>*\29\20const +6818:std::__2::__function::__func\2c\20float*\29\20const::'lambda'\28skia::textlayout::SkRange\2c\20skia::textlayout::TextStyle\20const&\2c\20skia::textlayout::TextLine::ClipContext\20const&\29\2c\20std::__2::allocator\2c\20float*\29\20const::'lambda'\28skia::textlayout::SkRange\2c\20skia::textlayout::TextStyle\20const&\2c\20skia::textlayout::TextLine::ClipContext\20const&\29>\2c\20void\20\28skia::textlayout::SkRange\2c\20skia::textlayout::TextStyle\20const&\2c\20skia::textlayout::TextLine::ClipContext\20const&\29>::__clone\28\29\20const +6819:std::__2::__function::__func\2c\20bool\20\28skia::textlayout::Run\20const*\2c\20float\2c\20skia::textlayout::SkRange\2c\20float*\29>::operator\28\29\28skia::textlayout::Run\20const*&&\2c\20float&&\2c\20skia::textlayout::SkRange&&\2c\20float*&&\29 +6820:std::__2::__function::__func\2c\20bool\20\28skia::textlayout::Run\20const*\2c\20float\2c\20skia::textlayout::SkRange\2c\20float*\29>::__clone\28std::__2::__function::__base\2c\20float*\29>*\29\20const +6821:std::__2::__function::__func\2c\20bool\20\28skia::textlayout::Run\20const*\2c\20float\2c\20skia::textlayout::SkRange\2c\20float*\29>::__clone\28\29\20const +6822:std::__2::__function::__func\2c\20float*\29\20const::'lambda'\28skia::textlayout::SkRange\2c\20skia::textlayout::TextStyle\20const&\2c\20skia::textlayout::TextLine::ClipContext\20const&\29\2c\20std::__2::allocator\2c\20float*\29\20const::'lambda'\28skia::textlayout::SkRange\2c\20skia::textlayout::TextStyle\20const&\2c\20skia::textlayout::TextLine::ClipContext\20const&\29>\2c\20void\20\28skia::textlayout::SkRange\2c\20skia::textlayout::TextStyle\20const&\2c\20skia::textlayout::TextLine::ClipContext\20const&\29>::operator\28\29\28skia::textlayout::SkRange&&\2c\20skia::textlayout::TextStyle\20const&\2c\20skia::textlayout::TextLine::ClipContext\20const&\29 +6823:std::__2::__function::__func\2c\20float*\29\20const::'lambda'\28skia::textlayout::SkRange\2c\20skia::textlayout::TextStyle\20const&\2c\20skia::textlayout::TextLine::ClipContext\20const&\29\2c\20std::__2::allocator\2c\20float*\29\20const::'lambda'\28skia::textlayout::SkRange\2c\20skia::textlayout::TextStyle\20const&\2c\20skia::textlayout::TextLine::ClipContext\20const&\29>\2c\20void\20\28skia::textlayout::SkRange\2c\20skia::textlayout::TextStyle\20const&\2c\20skia::textlayout::TextLine::ClipContext\20const&\29>::__clone\28std::__2::__function::__base\2c\20skia::textlayout::TextStyle\20const&\2c\20skia::textlayout::TextLine::ClipContext\20const&\29>*\29\20const +6824:std::__2::__function::__func\2c\20float*\29\20const::'lambda'\28skia::textlayout::SkRange\2c\20skia::textlayout::TextStyle\20const&\2c\20skia::textlayout::TextLine::ClipContext\20const&\29\2c\20std::__2::allocator\2c\20float*\29\20const::'lambda'\28skia::textlayout::SkRange\2c\20skia::textlayout::TextStyle\20const&\2c\20skia::textlayout::TextLine::ClipContext\20const&\29>\2c\20void\20\28skia::textlayout::SkRange\2c\20skia::textlayout::TextStyle\20const&\2c\20skia::textlayout::TextLine::ClipContext\20const&\29>::__clone\28\29\20const +6825:std::__2::__function::__func\2c\20bool\20\28skia::textlayout::Run\20const*\2c\20float\2c\20skia::textlayout::SkRange\2c\20float*\29>::operator\28\29\28skia::textlayout::Run\20const*&&\2c\20float&&\2c\20skia::textlayout::SkRange&&\2c\20float*&&\29 +6826:std::__2::__function::__func\2c\20bool\20\28skia::textlayout::Run\20const*\2c\20float\2c\20skia::textlayout::SkRange\2c\20float*\29>::__clone\28std::__2::__function::__base\2c\20float*\29>*\29\20const +6827:std::__2::__function::__func\2c\20bool\20\28skia::textlayout::Run\20const*\2c\20float\2c\20skia::textlayout::SkRange\2c\20float*\29>::__clone\28\29\20const +6828:std::__2::__function::__func\2c\20float*\29\20const::'lambda'\28skia::textlayout::SkRange\2c\20skia::textlayout::TextStyle\20const&\2c\20skia::textlayout::TextLine::ClipContext\20const&\29\2c\20std::__2::allocator\2c\20float*\29\20const::'lambda'\28skia::textlayout::SkRange\2c\20skia::textlayout::TextStyle\20const&\2c\20skia::textlayout::TextLine::ClipContext\20const&\29>\2c\20void\20\28skia::textlayout::SkRange\2c\20skia::textlayout::TextStyle\20const&\2c\20skia::textlayout::TextLine::ClipContext\20const&\29>::operator\28\29\28skia::textlayout::SkRange&&\2c\20skia::textlayout::TextStyle\20const&\2c\20skia::textlayout::TextLine::ClipContext\20const&\29 +6829:std::__2::__function::__func\2c\20float*\29\20const::'lambda'\28skia::textlayout::SkRange\2c\20skia::textlayout::TextStyle\20const&\2c\20skia::textlayout::TextLine::ClipContext\20const&\29\2c\20std::__2::allocator\2c\20float*\29\20const::'lambda'\28skia::textlayout::SkRange\2c\20skia::textlayout::TextStyle\20const&\2c\20skia::textlayout::TextLine::ClipContext\20const&\29>\2c\20void\20\28skia::textlayout::SkRange\2c\20skia::textlayout::TextStyle\20const&\2c\20skia::textlayout::TextLine::ClipContext\20const&\29>::__clone\28std::__2::__function::__base\2c\20skia::textlayout::TextStyle\20const&\2c\20skia::textlayout::TextLine::ClipContext\20const&\29>*\29\20const +6830:std::__2::__function::__func\2c\20float*\29\20const::'lambda'\28skia::textlayout::SkRange\2c\20skia::textlayout::TextStyle\20const&\2c\20skia::textlayout::TextLine::ClipContext\20const&\29\2c\20std::__2::allocator\2c\20float*\29\20const::'lambda'\28skia::textlayout::SkRange\2c\20skia::textlayout::TextStyle\20const&\2c\20skia::textlayout::TextLine::ClipContext\20const&\29>\2c\20void\20\28skia::textlayout::SkRange\2c\20skia::textlayout::TextStyle\20const&\2c\20skia::textlayout::TextLine::ClipContext\20const&\29>::__clone\28\29\20const +6831:std::__2::__function::__func\20const&\29::$_0\2c\20std::__2::allocator\20const&\29::$_0>\2c\20bool\20\28skia::textlayout::Run\20const*\2c\20float\2c\20skia::textlayout::SkRange\2c\20float*\29>::operator\28\29\28skia::textlayout::Run\20const*&&\2c\20float&&\2c\20skia::textlayout::SkRange&&\2c\20float*&&\29 +6832:std::__2::__function::__func\20const&\29::$_0\2c\20std::__2::allocator\20const&\29::$_0>\2c\20bool\20\28skia::textlayout::Run\20const*\2c\20float\2c\20skia::textlayout::SkRange\2c\20float*\29>::__clone\28std::__2::__function::__base\2c\20float*\29>*\29\20const +6833:std::__2::__function::__func\20const&\29::$_0\2c\20std::__2::allocator\20const&\29::$_0>\2c\20bool\20\28skia::textlayout::Run\20const*\2c\20float\2c\20skia::textlayout::SkRange\2c\20float*\29>::__clone\28\29\20const +6834:std::__2::__function::__func\20const&\29::$_0::operator\28\29\28skia::textlayout::Run\20const*\2c\20float\2c\20skia::textlayout::SkRange\2c\20float*\29\20const::'lambda'\28skia::textlayout::SkRange\2c\20skia::textlayout::TextStyle\20const&\2c\20skia::textlayout::TextLine::ClipContext\20const&\29\2c\20std::__2::allocator\20const&\29::$_0::operator\28\29\28skia::textlayout::Run\20const*\2c\20float\2c\20skia::textlayout::SkRange\2c\20float*\29\20const::'lambda'\28skia::textlayout::SkRange\2c\20skia::textlayout::TextStyle\20const&\2c\20skia::textlayout::TextLine::ClipContext\20const&\29>\2c\20void\20\28skia::textlayout::SkRange\2c\20skia::textlayout::TextStyle\20const&\2c\20skia::textlayout::TextLine::ClipContext\20const&\29>::operator\28\29\28skia::textlayout::SkRange&&\2c\20skia::textlayout::TextStyle\20const&\2c\20skia::textlayout::TextLine::ClipContext\20const&\29 +6835:std::__2::__function::__func\20const&\29::$_0::operator\28\29\28skia::textlayout::Run\20const*\2c\20float\2c\20skia::textlayout::SkRange\2c\20float*\29\20const::'lambda'\28skia::textlayout::SkRange\2c\20skia::textlayout::TextStyle\20const&\2c\20skia::textlayout::TextLine::ClipContext\20const&\29\2c\20std::__2::allocator\20const&\29::$_0::operator\28\29\28skia::textlayout::Run\20const*\2c\20float\2c\20skia::textlayout::SkRange\2c\20float*\29\20const::'lambda'\28skia::textlayout::SkRange\2c\20skia::textlayout::TextStyle\20const&\2c\20skia::textlayout::TextLine::ClipContext\20const&\29>\2c\20void\20\28skia::textlayout::SkRange\2c\20skia::textlayout::TextStyle\20const&\2c\20skia::textlayout::TextLine::ClipContext\20const&\29>::__clone\28std::__2::__function::__base\2c\20skia::textlayout::TextStyle\20const&\2c\20skia::textlayout::TextLine::ClipContext\20const&\29>*\29\20const +6836:std::__2::__function::__func\20const&\29::$_0::operator\28\29\28skia::textlayout::Run\20const*\2c\20float\2c\20skia::textlayout::SkRange\2c\20float*\29\20const::'lambda'\28skia::textlayout::SkRange\2c\20skia::textlayout::TextStyle\20const&\2c\20skia::textlayout::TextLine::ClipContext\20const&\29\2c\20std::__2::allocator\20const&\29::$_0::operator\28\29\28skia::textlayout::Run\20const*\2c\20float\2c\20skia::textlayout::SkRange\2c\20float*\29\20const::'lambda'\28skia::textlayout::SkRange\2c\20skia::textlayout::TextStyle\20const&\2c\20skia::textlayout::TextLine::ClipContext\20const&\29>\2c\20void\20\28skia::textlayout::SkRange\2c\20skia::textlayout::TextStyle\20const&\2c\20skia::textlayout::TextLine::ClipContext\20const&\29>::__clone\28\29\20const +6837:std::__2::__function::__func\2c\20void\20\28skia::textlayout::SkRange\2c\20skia::textlayout::SkRange\2c\20skia::textlayout::SkRange\2c\20skia::textlayout::SkRange\2c\20skia::textlayout::SkRange\2c\20float\2c\20unsigned\20long\2c\20unsigned\20long\2c\20SkPoint\2c\20SkPoint\2c\20skia::textlayout::InternalLineMetrics\2c\20bool\29>::operator\28\29\28skia::textlayout::SkRange&&\2c\20skia::textlayout::SkRange&&\2c\20skia::textlayout::SkRange&&\2c\20skia::textlayout::SkRange&&\2c\20skia::textlayout::SkRange&&\2c\20float&&\2c\20unsigned\20long&&\2c\20unsigned\20long&&\2c\20SkPoint&&\2c\20SkPoint&&\2c\20skia::textlayout::InternalLineMetrics&&\2c\20bool&&\29 +6838:std::__2::__function::__func\2c\20void\20\28skia::textlayout::SkRange\2c\20skia::textlayout::SkRange\2c\20skia::textlayout::SkRange\2c\20skia::textlayout::SkRange\2c\20skia::textlayout::SkRange\2c\20float\2c\20unsigned\20long\2c\20unsigned\20long\2c\20SkPoint\2c\20SkPoint\2c\20skia::textlayout::InternalLineMetrics\2c\20bool\29>::__clone\28std::__2::__function::__base\2c\20skia::textlayout::SkRange\2c\20skia::textlayout::SkRange\2c\20skia::textlayout::SkRange\2c\20skia::textlayout::SkRange\2c\20float\2c\20unsigned\20long\2c\20unsigned\20long\2c\20SkPoint\2c\20SkPoint\2c\20skia::textlayout::InternalLineMetrics\2c\20bool\29>*\29\20const +6839:std::__2::__function::__func\2c\20void\20\28skia::textlayout::SkRange\2c\20skia::textlayout::SkRange\2c\20skia::textlayout::SkRange\2c\20skia::textlayout::SkRange\2c\20skia::textlayout::SkRange\2c\20float\2c\20unsigned\20long\2c\20unsigned\20long\2c\20SkPoint\2c\20SkPoint\2c\20skia::textlayout::InternalLineMetrics\2c\20bool\29>::__clone\28\29\20const +6840:std::__2::__function::__func\2c\20void\20\28skia::textlayout::Cluster*\29>::operator\28\29\28skia::textlayout::Cluster*&&\29 +6841:std::__2::__function::__func\2c\20void\20\28skia::textlayout::Cluster*\29>::__clone\28std::__2::__function::__base*\29\20const +6842:std::__2::__function::__func\2c\20void\20\28skia::textlayout::Cluster*\29>::__clone\28\29\20const +6843:std::__2::__function::__func\2c\20void\20\28skia::textlayout::ParagraphImpl*\2c\20char\20const*\2c\20bool\29>::__clone\28std::__2::__function::__base*\29\20const +6844:std::__2::__function::__func\2c\20void\20\28skia::textlayout::ParagraphImpl*\2c\20char\20const*\2c\20bool\29>::__clone\28\29\20const +6845:std::__2::__function::__func\2c\20float\20\28skia::textlayout::SkRange\2c\20SkSpan\2c\20float&\2c\20unsigned\20long\2c\20unsigned\20char\29>::operator\28\29\28skia::textlayout::SkRange&&\2c\20SkSpan&&\2c\20float&\2c\20unsigned\20long&&\2c\20unsigned\20char&&\29 +6846:std::__2::__function::__func\2c\20float\20\28skia::textlayout::SkRange\2c\20SkSpan\2c\20float&\2c\20unsigned\20long\2c\20unsigned\20char\29>::__clone\28std::__2::__function::__base\2c\20SkSpan\2c\20float&\2c\20unsigned\20long\2c\20unsigned\20char\29>*\29\20const +6847:std::__2::__function::__func\2c\20float\20\28skia::textlayout::SkRange\2c\20SkSpan\2c\20float&\2c\20unsigned\20long\2c\20unsigned\20char\29>::__clone\28\29\20const +6848:std::__2::__function::__func\2c\20SkSpan\2c\20float&\2c\20unsigned\20long\2c\20unsigned\20char\29\20const::'lambda'\28skia::textlayout::Block\2c\20skia_private::TArray\29\2c\20std::__2::allocator\2c\20SkSpan\2c\20float&\2c\20unsigned\20long\2c\20unsigned\20char\29\20const::'lambda'\28skia::textlayout::Block\2c\20skia_private::TArray\29>\2c\20void\20\28skia::textlayout::Block\2c\20skia_private::TArray\29>::operator\28\29\28skia::textlayout::Block&&\2c\20skia_private::TArray&&\29 +6849:std::__2::__function::__func\2c\20SkSpan\2c\20float&\2c\20unsigned\20long\2c\20unsigned\20char\29\20const::'lambda'\28skia::textlayout::Block\2c\20skia_private::TArray\29\2c\20std::__2::allocator\2c\20SkSpan\2c\20float&\2c\20unsigned\20long\2c\20unsigned\20char\29\20const::'lambda'\28skia::textlayout::Block\2c\20skia_private::TArray\29>\2c\20void\20\28skia::textlayout::Block\2c\20skia_private::TArray\29>::__clone\28std::__2::__function::__base\29>*\29\20const +6850:std::__2::__function::__func\2c\20SkSpan\2c\20float&\2c\20unsigned\20long\2c\20unsigned\20char\29\20const::'lambda'\28skia::textlayout::Block\2c\20skia_private::TArray\29\2c\20std::__2::allocator\2c\20SkSpan\2c\20float&\2c\20unsigned\20long\2c\20unsigned\20char\29\20const::'lambda'\28skia::textlayout::Block\2c\20skia_private::TArray\29>\2c\20void\20\28skia::textlayout::Block\2c\20skia_private::TArray\29>::__clone\28\29\20const +6851:std::__2::__function::__func\2c\20SkSpan\2c\20float&\2c\20unsigned\20long\2c\20unsigned\20char\29\20const::'lambda'\28skia::textlayout::Block\2c\20skia_private::TArray\29::operator\28\29\28skia::textlayout::Block\2c\20skia_private::TArray\29\20const::'lambda'\28sk_sp\29\2c\20std::__2::allocator\2c\20SkSpan\2c\20float&\2c\20unsigned\20long\2c\20unsigned\20char\29\20const::'lambda'\28skia::textlayout::Block\2c\20skia_private::TArray\29::operator\28\29\28skia::textlayout::Block\2c\20skia_private::TArray\29\20const::'lambda'\28sk_sp\29>\2c\20skia::textlayout::OneLineShaper::Resolved\20\28sk_sp\29>::operator\28\29\28sk_sp&&\29 +6852:std::__2::__function::__func\2c\20SkSpan\2c\20float&\2c\20unsigned\20long\2c\20unsigned\20char\29\20const::'lambda'\28skia::textlayout::Block\2c\20skia_private::TArray\29::operator\28\29\28skia::textlayout::Block\2c\20skia_private::TArray\29\20const::'lambda'\28sk_sp\29\2c\20std::__2::allocator\2c\20SkSpan\2c\20float&\2c\20unsigned\20long\2c\20unsigned\20char\29\20const::'lambda'\28skia::textlayout::Block\2c\20skia_private::TArray\29::operator\28\29\28skia::textlayout::Block\2c\20skia_private::TArray\29\20const::'lambda'\28sk_sp\29>\2c\20skia::textlayout::OneLineShaper::Resolved\20\28sk_sp\29>::__clone\28std::__2::__function::__base\29>*\29\20const +6853:std::__2::__function::__func\2c\20SkSpan\2c\20float&\2c\20unsigned\20long\2c\20unsigned\20char\29\20const::'lambda'\28skia::textlayout::Block\2c\20skia_private::TArray\29::operator\28\29\28skia::textlayout::Block\2c\20skia_private::TArray\29\20const::'lambda'\28sk_sp\29\2c\20std::__2::allocator\2c\20SkSpan\2c\20float&\2c\20unsigned\20long\2c\20unsigned\20char\29\20const::'lambda'\28skia::textlayout::Block\2c\20skia_private::TArray\29::operator\28\29\28skia::textlayout::Block\2c\20skia_private::TArray\29\20const::'lambda'\28sk_sp\29>\2c\20skia::textlayout::OneLineShaper::Resolved\20\28sk_sp\29>::__clone\28\29\20const +6854:std::__2::__function::__func\2c\20void\20\28skia::textlayout::SkRange\29>::operator\28\29\28skia::textlayout::SkRange&&\29 +6855:std::__2::__function::__func\2c\20void\20\28skia::textlayout::SkRange\29>::__clone\28std::__2::__function::__base\29>*\29\20const +6856:std::__2::__function::__func\2c\20void\20\28skia::textlayout::SkRange\29>::__clone\28\29\20const +6857:std::__2::__function::__func\2c\20void\20\28sktext::gpu::AtlasSubRun\20const*\2c\20SkPoint\2c\20SkPaint\20const&\2c\20sk_sp\2c\20sktext::gpu::RendererData\29>::operator\28\29\28sktext::gpu::AtlasSubRun\20const*&&\2c\20SkPoint&&\2c\20SkPaint\20const&\2c\20sk_sp&&\2c\20sktext::gpu::RendererData&&\29 +6858:std::__2::__function::__func\2c\20void\20\28sktext::gpu::AtlasSubRun\20const*\2c\20SkPoint\2c\20SkPaint\20const&\2c\20sk_sp\2c\20sktext::gpu::RendererData\29>::__clone\28std::__2::__function::__base\2c\20sktext::gpu::RendererData\29>*\29\20const +6859:std::__2::__function::__func\2c\20void\20\28sktext::gpu::AtlasSubRun\20const*\2c\20SkPoint\2c\20SkPaint\20const&\2c\20sk_sp\2c\20sktext::gpu::RendererData\29>::__clone\28\29\20const +6860:std::__2::__function::__func\2c\20void\20\28void*\2c\20void\20const*\29>::~__func\28\29_10224 +6861:std::__2::__function::__func\2c\20void\20\28void*\2c\20void\20const*\29>::~__func\28\29 +6862:std::__2::__function::__func\2c\20void\20\28void*\2c\20void\20const*\29>::operator\28\29\28void*&&\2c\20void\20const*&&\29 +6863:std::__2::__function::__func\2c\20void\20\28void*\2c\20void\20const*\29>::destroy_deallocate\28\29 +6864:std::__2::__function::__func\2c\20void\20\28void*\2c\20void\20const*\29>::destroy\28\29 +6865:std::__2::__function::__func\2c\20void\20\28void*\2c\20void\20const*\29>::__clone\28std::__2::__function::__base*\29\20const +6866:std::__2::__function::__func\2c\20void\20\28void*\2c\20void\20const*\29>::__clone\28\29\20const +6867:std::__2::__function::__func\2c\20void\20\28\29>::operator\28\29\28\29 +6868:std::__2::__function::__func\2c\20void\20\28\29>::__clone\28std::__2::__function::__base*\29\20const +6869:std::__2::__function::__func\2c\20void\20\28\29>::__clone\28\29\20const +6870:std::__2::__function::__func\2c\20void\20\28\29>::operator\28\29\28\29 +6871:std::__2::__function::__func\2c\20void\20\28\29>::__clone\28std::__2::__function::__base*\29\20const +6872:std::__2::__function::__func\2c\20void\20\28\29>::__clone\28\29\20const +6873:std::__2::__function::__func\2c\20void\20\28GrSurfaceProxy*\2c\20skgpu::Mipmapped\29>::operator\28\29\28GrSurfaceProxy*&&\2c\20skgpu::Mipmapped&&\29 +6874:std::__2::__function::__func\2c\20void\20\28GrSurfaceProxy*\2c\20skgpu::Mipmapped\29>::__clone\28std::__2::__function::__base*\29\20const +6875:std::__2::__function::__func\2c\20void\20\28GrSurfaceProxy*\2c\20skgpu::Mipmapped\29>::__clone\28\29\20const +6876:std::__2::__function::__func>\2c\20GrTextureResolveManager\2c\20GrCaps\20const&\29::$_0\2c\20std::__2::allocator>\2c\20GrTextureResolveManager\2c\20GrCaps\20const&\29::$_0>\2c\20void\20\28GrSurfaceProxy*\2c\20skgpu::Mipmapped\29>::operator\28\29\28GrSurfaceProxy*&&\2c\20skgpu::Mipmapped&&\29 +6877:std::__2::__function::__func>\2c\20GrTextureResolveManager\2c\20GrCaps\20const&\29::$_0\2c\20std::__2::allocator>\2c\20GrTextureResolveManager\2c\20GrCaps\20const&\29::$_0>\2c\20void\20\28GrSurfaceProxy*\2c\20skgpu::Mipmapped\29>::__clone\28std::__2::__function::__base*\29\20const +6878:std::__2::__function::__func>\2c\20GrTextureResolveManager\2c\20GrCaps\20const&\29::$_0\2c\20std::__2::allocator>\2c\20GrTextureResolveManager\2c\20GrCaps\20const&\29::$_0>\2c\20void\20\28GrSurfaceProxy*\2c\20skgpu::Mipmapped\29>::__clone\28\29\20const +6879:std::__2::__function::__func>\2c\20bool\2c\20GrProcessorSet::Analysis\20const&\2c\20GrAppliedClip&&\2c\20GrDstProxyView\20const&\2c\20GrTextureResolveManager\2c\20GrCaps\20const&\29::$_0\2c\20std::__2::allocator>\2c\20bool\2c\20GrProcessorSet::Analysis\20const&\2c\20GrAppliedClip&&\2c\20GrDstProxyView\20const&\2c\20GrTextureResolveManager\2c\20GrCaps\20const&\29::$_0>\2c\20void\20\28GrSurfaceProxy*\2c\20skgpu::Mipmapped\29>::operator\28\29\28GrSurfaceProxy*&&\2c\20skgpu::Mipmapped&&\29 +6880:std::__2::__function::__func>\2c\20bool\2c\20GrProcessorSet::Analysis\20const&\2c\20GrAppliedClip&&\2c\20GrDstProxyView\20const&\2c\20GrTextureResolveManager\2c\20GrCaps\20const&\29::$_0\2c\20std::__2::allocator>\2c\20bool\2c\20GrProcessorSet::Analysis\20const&\2c\20GrAppliedClip&&\2c\20GrDstProxyView\20const&\2c\20GrTextureResolveManager\2c\20GrCaps\20const&\29::$_0>\2c\20void\20\28GrSurfaceProxy*\2c\20skgpu::Mipmapped\29>::__clone\28std::__2::__function::__base*\29\20const +6881:std::__2::__function::__func>\2c\20bool\2c\20GrProcessorSet::Analysis\20const&\2c\20GrAppliedClip&&\2c\20GrDstProxyView\20const&\2c\20GrTextureResolveManager\2c\20GrCaps\20const&\29::$_0\2c\20std::__2::allocator>\2c\20bool\2c\20GrProcessorSet::Analysis\20const&\2c\20GrAppliedClip&&\2c\20GrDstProxyView\20const&\2c\20GrTextureResolveManager\2c\20GrCaps\20const&\29::$_0>\2c\20void\20\28GrSurfaceProxy*\2c\20skgpu::Mipmapped\29>::__clone\28\29\20const +6882:std::__2::__function::__func\2c\20void\20\28sktext::gpu::AtlasSubRun\20const*\2c\20SkPoint\2c\20SkPaint\20const&\2c\20sk_sp\2c\20sktext::gpu::RendererData\29>::operator\28\29\28sktext::gpu::AtlasSubRun\20const*&&\2c\20SkPoint&&\2c\20SkPaint\20const&\2c\20sk_sp&&\2c\20sktext::gpu::RendererData&&\29 +6883:std::__2::__function::__func\2c\20void\20\28sktext::gpu::AtlasSubRun\20const*\2c\20SkPoint\2c\20SkPaint\20const&\2c\20sk_sp\2c\20sktext::gpu::RendererData\29>::__clone\28std::__2::__function::__base\2c\20sktext::gpu::RendererData\29>*\29\20const +6884:std::__2::__function::__func\2c\20void\20\28sktext::gpu::AtlasSubRun\20const*\2c\20SkPoint\2c\20SkPaint\20const&\2c\20sk_sp\2c\20sktext::gpu::RendererData\29>::__clone\28\29\20const +6885:std::__2::__function::__func\2c\20std::__2::tuple\20\28sktext::gpu::GlyphVector*\2c\20int\2c\20int\2c\20skgpu::MaskFormat\2c\20int\29>::operator\28\29\28sktext::gpu::GlyphVector*&&\2c\20int&&\2c\20int&&\2c\20skgpu::MaskFormat&&\2c\20int&&\29 +6886:std::__2::__function::__func\2c\20std::__2::tuple\20\28sktext::gpu::GlyphVector*\2c\20int\2c\20int\2c\20skgpu::MaskFormat\2c\20int\29>::__clone\28std::__2::__function::__base\20\28sktext::gpu::GlyphVector*\2c\20int\2c\20int\2c\20skgpu::MaskFormat\2c\20int\29>*\29\20const +6887:std::__2::__function::__func\2c\20std::__2::tuple\20\28sktext::gpu::GlyphVector*\2c\20int\2c\20int\2c\20skgpu::MaskFormat\2c\20int\29>::__clone\28\29\20const +6888:std::__2::__function::__func>\2c\20SkIRect\20const&\2c\20SkMatrix\20const&\2c\20SkPath\20const&\29::$_0\2c\20std::__2::allocator>\2c\20SkIRect\20const&\2c\20SkMatrix\20const&\2c\20SkPath\20const&\29::$_0>\2c\20bool\20\28GrSurfaceProxy\20const*\29>::operator\28\29\28GrSurfaceProxy\20const*&&\29 +6889:std::__2::__function::__func>\2c\20SkIRect\20const&\2c\20SkMatrix\20const&\2c\20SkPath\20const&\29::$_0\2c\20std::__2::allocator>\2c\20SkIRect\20const&\2c\20SkMatrix\20const&\2c\20SkPath\20const&\29::$_0>\2c\20bool\20\28GrSurfaceProxy\20const*\29>::__clone\28std::__2::__function::__base*\29\20const +6890:std::__2::__function::__func>\2c\20SkIRect\20const&\2c\20SkMatrix\20const&\2c\20SkPath\20const&\29::$_0\2c\20std::__2::allocator>\2c\20SkIRect\20const&\2c\20SkMatrix\20const&\2c\20SkPath\20const&\29::$_0>\2c\20bool\20\28GrSurfaceProxy\20const*\29>::__clone\28\29\20const +6891:std::__2::__function::__func\2c\20sk_sp\20\28SkIRect\29>::operator\28\29\28SkIRect&&\29 +6892:std::__2::__function::__func\2c\20sk_sp\20\28SkIRect\29>::__clone\28std::__2::__function::__base\20\28SkIRect\29>*\29\20const +6893:std::__2::__function::__func\2c\20sk_sp\20\28SkIRect\29>::__clone\28\29\20const +6894:std::__2::__function::__func\2c\20sk_sp\20\28SkIRect\29>::operator\28\29\28SkIRect&&\29 +6895:std::__2::__function::__func\2c\20sk_sp\20\28SkIRect\29>::__clone\28std::__2::__function::__base\20\28SkIRect\29>*\29\20const +6896:std::__2::__function::__func\2c\20sk_sp\20\28SkIRect\29>::__clone\28\29\20const +6897:std::__2::__function::__func\2c\20void\20\28int\2c\20char\20const*\29>::operator\28\29\28int&&\2c\20char\20const*&&\29 +6898:std::__2::__function::__func\2c\20void\20\28int\2c\20char\20const*\29>::__clone\28std::__2::__function::__base*\29\20const +6899:std::__2::__function::__func\2c\20void\20\28int\2c\20char\20const*\29>::__clone\28\29\20const +6900:std::__2::__function::__func\28GrOp\20const*\2c\20GrSurfaceProxy\20const*\29::'lambda'\28GrSurfaceProxy*\2c\20skgpu::Mipmapped\29\2c\20std::__2::allocator\28GrOp\20const*\2c\20GrSurfaceProxy\20const*\29::'lambda'\28GrSurfaceProxy*\2c\20skgpu::Mipmapped\29>\2c\20void\20\28GrSurfaceProxy*\2c\20skgpu::Mipmapped\29>::__clone\28std::__2::__function::__base*\29\20const +6901:std::__2::__function::__func\28GrOp\20const*\2c\20GrSurfaceProxy\20const*\29::'lambda'\28GrSurfaceProxy*\2c\20skgpu::Mipmapped\29\2c\20std::__2::allocator\28GrOp\20const*\2c\20GrSurfaceProxy\20const*\29::'lambda'\28GrSurfaceProxy*\2c\20skgpu::Mipmapped\29>\2c\20void\20\28GrSurfaceProxy*\2c\20skgpu::Mipmapped\29>::__clone\28\29\20const +6902:std::__2::__function::__func\28GrFragmentProcessor\20const*\2c\20GrSurfaceProxy\20const*\29::'lambda'\28GrSurfaceProxy*\2c\20skgpu::Mipmapped\29\2c\20std::__2::allocator\28GrFragmentProcessor\20const*\2c\20GrSurfaceProxy\20const*\29::'lambda'\28GrSurfaceProxy*\2c\20skgpu::Mipmapped\29>\2c\20void\20\28GrSurfaceProxy*\2c\20skgpu::Mipmapped\29>::__clone\28std::__2::__function::__base*\29\20const +6903:std::__2::__function::__func\28GrFragmentProcessor\20const*\2c\20GrSurfaceProxy\20const*\29::'lambda'\28GrSurfaceProxy*\2c\20skgpu::Mipmapped\29\2c\20std::__2::allocator\28GrFragmentProcessor\20const*\2c\20GrSurfaceProxy\20const*\29::'lambda'\28GrSurfaceProxy*\2c\20skgpu::Mipmapped\29>\2c\20void\20\28GrSurfaceProxy*\2c\20skgpu::Mipmapped\29>::__clone\28\29\20const +6904:std::__2::__function::__func<\28anonymous\20namespace\29::render_sw_mask\28GrRecordingContext*\2c\20SkIRect\20const&\2c\20skgpu::ganesh::ClipStack::Element\20const**\2c\20int\29::$_0\2c\20std::__2::allocator<\28anonymous\20namespace\29::render_sw_mask\28GrRecordingContext*\2c\20SkIRect\20const&\2c\20skgpu::ganesh::ClipStack::Element\20const**\2c\20int\29::$_0>\2c\20void\20\28\29>::operator\28\29\28\29 +6905:std::__2::__function::__func<\28anonymous\20namespace\29::render_sw_mask\28GrRecordingContext*\2c\20SkIRect\20const&\2c\20skgpu::ganesh::ClipStack::Element\20const**\2c\20int\29::$_0\2c\20std::__2::allocator<\28anonymous\20namespace\29::render_sw_mask\28GrRecordingContext*\2c\20SkIRect\20const&\2c\20skgpu::ganesh::ClipStack::Element\20const**\2c\20int\29::$_0>\2c\20void\20\28\29>::__clone\28std::__2::__function::__base*\29\20const +6906:std::__2::__function::__func<\28anonymous\20namespace\29::render_sw_mask\28GrRecordingContext*\2c\20SkIRect\20const&\2c\20skgpu::ganesh::ClipStack::Element\20const**\2c\20int\29::$_0\2c\20std::__2::allocator<\28anonymous\20namespace\29::render_sw_mask\28GrRecordingContext*\2c\20SkIRect\20const&\2c\20skgpu::ganesh::ClipStack::Element\20const**\2c\20int\29::$_0>\2c\20void\20\28\29>::__clone\28\29\20const +6907:std::__2::__function::__func<\28anonymous\20namespace\29::colrv1_traverse_paint_bounds\28SkMatrix*\2c\20SkRect*\2c\20FT_FaceRec_*\2c\20FT_Opaque_Paint_\2c\20skia_private::THashSet*\29::$_1\2c\20std::__2::allocator<\28anonymous\20namespace\29::colrv1_traverse_paint_bounds\28SkMatrix*\2c\20SkRect*\2c\20FT_FaceRec_*\2c\20FT_Opaque_Paint_\2c\20skia_private::THashSet*\29::$_1>\2c\20void\20\28\29>::operator\28\29\28\29 +6908:std::__2::__function::__func<\28anonymous\20namespace\29::colrv1_traverse_paint_bounds\28SkMatrix*\2c\20SkRect*\2c\20FT_FaceRec_*\2c\20FT_Opaque_Paint_\2c\20skia_private::THashSet*\29::$_1\2c\20std::__2::allocator<\28anonymous\20namespace\29::colrv1_traverse_paint_bounds\28SkMatrix*\2c\20SkRect*\2c\20FT_FaceRec_*\2c\20FT_Opaque_Paint_\2c\20skia_private::THashSet*\29::$_1>\2c\20void\20\28\29>::__clone\28std::__2::__function::__base*\29\20const +6909:std::__2::__function::__func<\28anonymous\20namespace\29::colrv1_traverse_paint_bounds\28SkMatrix*\2c\20SkRect*\2c\20FT_FaceRec_*\2c\20FT_Opaque_Paint_\2c\20skia_private::THashSet*\29::$_1\2c\20std::__2::allocator<\28anonymous\20namespace\29::colrv1_traverse_paint_bounds\28SkMatrix*\2c\20SkRect*\2c\20FT_FaceRec_*\2c\20FT_Opaque_Paint_\2c\20skia_private::THashSet*\29::$_1>\2c\20void\20\28\29>::__clone\28\29\20const +6910:std::__2::__function::__func<\28anonymous\20namespace\29::colrv1_traverse_paint_bounds\28SkMatrix*\2c\20SkRect*\2c\20FT_FaceRec_*\2c\20FT_Opaque_Paint_\2c\20skia_private::THashSet*\29::$_0\2c\20std::__2::allocator<\28anonymous\20namespace\29::colrv1_traverse_paint_bounds\28SkMatrix*\2c\20SkRect*\2c\20FT_FaceRec_*\2c\20FT_Opaque_Paint_\2c\20skia_private::THashSet*\29::$_0>\2c\20void\20\28\29>::__clone\28std::__2::__function::__base*\29\20const +6911:std::__2::__function::__func<\28anonymous\20namespace\29::colrv1_traverse_paint_bounds\28SkMatrix*\2c\20SkRect*\2c\20FT_FaceRec_*\2c\20FT_Opaque_Paint_\2c\20skia_private::THashSet*\29::$_0\2c\20std::__2::allocator<\28anonymous\20namespace\29::colrv1_traverse_paint_bounds\28SkMatrix*\2c\20SkRect*\2c\20FT_FaceRec_*\2c\20FT_Opaque_Paint_\2c\20skia_private::THashSet*\29::$_0>\2c\20void\20\28\29>::__clone\28\29\20const +6912:std::__2::__function::__func<\28anonymous\20namespace\29::colrv1_traverse_paint\28SkCanvas*\2c\20SkSpan\20const&\2c\20unsigned\20int\2c\20FT_FaceRec_*\2c\20FT_Opaque_Paint_\2c\20skia_private::THashSet*\29::$_0\2c\20std::__2::allocator<\28anonymous\20namespace\29::colrv1_traverse_paint\28SkCanvas*\2c\20SkSpan\20const&\2c\20unsigned\20int\2c\20FT_FaceRec_*\2c\20FT_Opaque_Paint_\2c\20skia_private::THashSet*\29::$_0>\2c\20void\20\28\29>::__clone\28std::__2::__function::__base*\29\20const +6913:std::__2::__function::__func<\28anonymous\20namespace\29::colrv1_traverse_paint\28SkCanvas*\2c\20SkSpan\20const&\2c\20unsigned\20int\2c\20FT_FaceRec_*\2c\20FT_Opaque_Paint_\2c\20skia_private::THashSet*\29::$_0\2c\20std::__2::allocator<\28anonymous\20namespace\29::colrv1_traverse_paint\28SkCanvas*\2c\20SkSpan\20const&\2c\20unsigned\20int\2c\20FT_FaceRec_*\2c\20FT_Opaque_Paint_\2c\20skia_private::THashSet*\29::$_0>\2c\20void\20\28\29>::__clone\28\29\20const +6914:std::__2::__function::__func<\28anonymous\20namespace\29::MeshOp::visitProxies\28std::__2::function\20const&\29\20const::'lambda'\28GrTextureEffect\20const&\29\2c\20std::__2::allocator<\28anonymous\20namespace\29::MeshOp::visitProxies\28std::__2::function\20const&\29\20const::'lambda'\28GrTextureEffect\20const&\29>\2c\20void\20\28GrTextureEffect\20const&\29>::operator\28\29\28GrTextureEffect\20const&\29 +6915:std::__2::__function::__func<\28anonymous\20namespace\29::MeshOp::visitProxies\28std::__2::function\20const&\29\20const::'lambda'\28GrTextureEffect\20const&\29\2c\20std::__2::allocator<\28anonymous\20namespace\29::MeshOp::visitProxies\28std::__2::function\20const&\29\20const::'lambda'\28GrTextureEffect\20const&\29>\2c\20void\20\28GrTextureEffect\20const&\29>::__clone\28std::__2::__function::__base*\29\20const +6916:std::__2::__function::__func<\28anonymous\20namespace\29::MeshOp::visitProxies\28std::__2::function\20const&\29\20const::'lambda'\28GrTextureEffect\20const&\29\2c\20std::__2::allocator<\28anonymous\20namespace\29::MeshOp::visitProxies\28std::__2::function\20const&\29\20const::'lambda'\28GrTextureEffect\20const&\29>\2c\20void\20\28GrTextureEffect\20const&\29>::__clone\28\29\20const +6917:std::__2::__function::__func<\28anonymous\20namespace\29::MeshOp::onExecute\28GrOpFlushState*\2c\20SkRect\20const&\29::$_0\2c\20std::__2::allocator<\28anonymous\20namespace\29::MeshOp::onExecute\28GrOpFlushState*\2c\20SkRect\20const&\29::$_0>\2c\20void\20\28GrTextureEffect\20const&\29>::operator\28\29\28GrTextureEffect\20const&\29 +6918:std::__2::__function::__func<\28anonymous\20namespace\29::MeshOp::onExecute\28GrOpFlushState*\2c\20SkRect\20const&\29::$_0\2c\20std::__2::allocator<\28anonymous\20namespace\29::MeshOp::onExecute\28GrOpFlushState*\2c\20SkRect\20const&\29::$_0>\2c\20void\20\28GrTextureEffect\20const&\29>::__clone\28std::__2::__function::__base*\29\20const +6919:std::__2::__function::__func<\28anonymous\20namespace\29::MeshOp::onExecute\28GrOpFlushState*\2c\20SkRect\20const&\29::$_0\2c\20std::__2::allocator<\28anonymous\20namespace\29::MeshOp::onExecute\28GrOpFlushState*\2c\20SkRect\20const&\29::$_0>\2c\20void\20\28GrTextureEffect\20const&\29>::__clone\28\29\20const +6920:std::__2::__function::__func<\28anonymous\20namespace\29::MeshGP::MeshGP\28sk_sp\2c\20sk_sp\2c\20SkMatrix\20const&\2c\20std::__2::optional>\20const&\2c\20bool\2c\20sk_sp\2c\20SkSpan>>\29::'lambda'\28GrTextureEffect\20const&\29\2c\20std::__2::allocator<\28anonymous\20namespace\29::MeshGP::MeshGP\28sk_sp\2c\20sk_sp\2c\20SkMatrix\20const&\2c\20std::__2::optional>\20const&\2c\20bool\2c\20sk_sp\2c\20SkSpan>>\29::'lambda'\28GrTextureEffect\20const&\29>\2c\20void\20\28GrTextureEffect\20const&\29>::operator\28\29\28GrTextureEffect\20const&\29 +6921:std::__2::__function::__func<\28anonymous\20namespace\29::MeshGP::MeshGP\28sk_sp\2c\20sk_sp\2c\20SkMatrix\20const&\2c\20std::__2::optional>\20const&\2c\20bool\2c\20sk_sp\2c\20SkSpan>>\29::'lambda'\28GrTextureEffect\20const&\29\2c\20std::__2::allocator<\28anonymous\20namespace\29::MeshGP::MeshGP\28sk_sp\2c\20sk_sp\2c\20SkMatrix\20const&\2c\20std::__2::optional>\20const&\2c\20bool\2c\20sk_sp\2c\20SkSpan>>\29::'lambda'\28GrTextureEffect\20const&\29>\2c\20void\20\28GrTextureEffect\20const&\29>::__clone\28std::__2::__function::__base*\29\20const +6922:std::__2::__function::__func<\28anonymous\20namespace\29::MeshGP::MeshGP\28sk_sp\2c\20sk_sp\2c\20SkMatrix\20const&\2c\20std::__2::optional>\20const&\2c\20bool\2c\20sk_sp\2c\20SkSpan>>\29::'lambda'\28GrTextureEffect\20const&\29\2c\20std::__2::allocator<\28anonymous\20namespace\29::MeshGP::MeshGP\28sk_sp\2c\20sk_sp\2c\20SkMatrix\20const&\2c\20std::__2::optional>\20const&\2c\20bool\2c\20sk_sp\2c\20SkSpan>>\29::'lambda'\28GrTextureEffect\20const&\29>\2c\20void\20\28GrTextureEffect\20const&\29>::__clone\28\29\20const +6923:std::__2::__function::__func<\28anonymous\20namespace\29::MeshGP::Impl::setData\28GrGLSLProgramDataManager\20const&\2c\20GrShaderCaps\20const&\2c\20GrGeometryProcessor\20const&\29::'lambda'\28GrFragmentProcessor\20const&\2c\20GrFragmentProcessor::ProgramImpl&\29\2c\20std::__2::allocator<\28anonymous\20namespace\29::MeshGP::Impl::setData\28GrGLSLProgramDataManager\20const&\2c\20GrShaderCaps\20const&\2c\20GrGeometryProcessor\20const&\29::'lambda'\28GrFragmentProcessor\20const&\2c\20GrFragmentProcessor::ProgramImpl&\29>\2c\20void\20\28GrFragmentProcessor\20const&\2c\20GrFragmentProcessor::ProgramImpl&\29>::operator\28\29\28GrFragmentProcessor\20const&\2c\20GrFragmentProcessor::ProgramImpl&\29 +6924:std::__2::__function::__func<\28anonymous\20namespace\29::MeshGP::Impl::setData\28GrGLSLProgramDataManager\20const&\2c\20GrShaderCaps\20const&\2c\20GrGeometryProcessor\20const&\29::'lambda'\28GrFragmentProcessor\20const&\2c\20GrFragmentProcessor::ProgramImpl&\29\2c\20std::__2::allocator<\28anonymous\20namespace\29::MeshGP::Impl::setData\28GrGLSLProgramDataManager\20const&\2c\20GrShaderCaps\20const&\2c\20GrGeometryProcessor\20const&\29::'lambda'\28GrFragmentProcessor\20const&\2c\20GrFragmentProcessor::ProgramImpl&\29>\2c\20void\20\28GrFragmentProcessor\20const&\2c\20GrFragmentProcessor::ProgramImpl&\29>::__clone\28std::__2::__function::__base*\29\20const +6925:std::__2::__function::__func<\28anonymous\20namespace\29::MeshGP::Impl::setData\28GrGLSLProgramDataManager\20const&\2c\20GrShaderCaps\20const&\2c\20GrGeometryProcessor\20const&\29::'lambda'\28GrFragmentProcessor\20const&\2c\20GrFragmentProcessor::ProgramImpl&\29\2c\20std::__2::allocator<\28anonymous\20namespace\29::MeshGP::Impl::setData\28GrGLSLProgramDataManager\20const&\2c\20GrShaderCaps\20const&\2c\20GrGeometryProcessor\20const&\29::'lambda'\28GrFragmentProcessor\20const&\2c\20GrFragmentProcessor::ProgramImpl&\29>\2c\20void\20\28GrFragmentProcessor\20const&\2c\20GrFragmentProcessor::ProgramImpl&\29>::__clone\28\29\20const +6926:std::__2::__function::__func<\28anonymous\20namespace\29::MeshGP::Impl::onEmitCode\28GrGeometryProcessor::ProgramImpl::EmitArgs&\2c\20GrGeometryProcessor::ProgramImpl::GrGPArgs*\29::'lambda'\28GrFragmentProcessor\20const&\2c\20GrFragmentProcessor::ProgramImpl&\29\2c\20std::__2::allocator<\28anonymous\20namespace\29::MeshGP::Impl::onEmitCode\28GrGeometryProcessor::ProgramImpl::EmitArgs&\2c\20GrGeometryProcessor::ProgramImpl::GrGPArgs*\29::'lambda'\28GrFragmentProcessor\20const&\2c\20GrFragmentProcessor::ProgramImpl&\29>\2c\20void\20\28GrFragmentProcessor\20const&\2c\20GrFragmentProcessor::ProgramImpl&\29>::operator\28\29\28GrFragmentProcessor\20const&\2c\20GrFragmentProcessor::ProgramImpl&\29 +6927:std::__2::__function::__func<\28anonymous\20namespace\29::MeshGP::Impl::onEmitCode\28GrGeometryProcessor::ProgramImpl::EmitArgs&\2c\20GrGeometryProcessor::ProgramImpl::GrGPArgs*\29::'lambda'\28GrFragmentProcessor\20const&\2c\20GrFragmentProcessor::ProgramImpl&\29\2c\20std::__2::allocator<\28anonymous\20namespace\29::MeshGP::Impl::onEmitCode\28GrGeometryProcessor::ProgramImpl::EmitArgs&\2c\20GrGeometryProcessor::ProgramImpl::GrGPArgs*\29::'lambda'\28GrFragmentProcessor\20const&\2c\20GrFragmentProcessor::ProgramImpl&\29>\2c\20void\20\28GrFragmentProcessor\20const&\2c\20GrFragmentProcessor::ProgramImpl&\29>::__clone\28std::__2::__function::__base*\29\20const +6928:std::__2::__function::__func<\28anonymous\20namespace\29::MeshGP::Impl::onEmitCode\28GrGeometryProcessor::ProgramImpl::EmitArgs&\2c\20GrGeometryProcessor::ProgramImpl::GrGPArgs*\29::'lambda'\28GrFragmentProcessor\20const&\2c\20GrFragmentProcessor::ProgramImpl&\29\2c\20std::__2::allocator<\28anonymous\20namespace\29::MeshGP::Impl::onEmitCode\28GrGeometryProcessor::ProgramImpl::EmitArgs&\2c\20GrGeometryProcessor::ProgramImpl::GrGPArgs*\29::'lambda'\28GrFragmentProcessor\20const&\2c\20GrFragmentProcessor::ProgramImpl&\29>\2c\20void\20\28GrFragmentProcessor\20const&\2c\20GrFragmentProcessor::ProgramImpl&\29>::__clone\28\29\20const +6929:std::__2::__function::__func>*\29::'lambda'\28int\2c\20int\29\2c\20std::__2::allocator>*\29::'lambda'\28int\2c\20int\29>\2c\20void\20\28int\2c\20int\29>::operator\28\29\28int&&\2c\20int&&\29 +6930:std::__2::__function::__func>*\29::'lambda'\28int\2c\20int\29\2c\20std::__2::allocator>*\29::'lambda'\28int\2c\20int\29>\2c\20void\20\28int\2c\20int\29>::__clone\28std::__2::__function::__base*\29\20const +6931:std::__2::__function::__func>*\29::'lambda'\28int\2c\20int\29\2c\20std::__2::allocator>*\29::'lambda'\28int\2c\20int\29>\2c\20void\20\28int\2c\20int\29>::__clone\28\29\20const +6932:std::__2::__function::__func*\29::'lambda0'\28int\2c\20int\29\2c\20std::__2::allocator*\29::'lambda0'\28int\2c\20int\29>\2c\20void\20\28int\2c\20int\29>::operator\28\29\28int&&\2c\20int&&\29 +6933:std::__2::__function::__func*\29::'lambda0'\28int\2c\20int\29\2c\20std::__2::allocator*\29::'lambda0'\28int\2c\20int\29>\2c\20void\20\28int\2c\20int\29>::__clone\28std::__2::__function::__base*\29\20const +6934:std::__2::__function::__func*\29::'lambda0'\28int\2c\20int\29\2c\20std::__2::allocator*\29::'lambda0'\28int\2c\20int\29>\2c\20void\20\28int\2c\20int\29>::__clone\28\29\20const +6935:std::__2::__function::__func*\29::'lambda'\28int\2c\20int\29\2c\20std::__2::allocator*\29::'lambda'\28int\2c\20int\29>\2c\20void\20\28int\2c\20int\29>::operator\28\29\28int&&\2c\20int&&\29 +6936:std::__2::__function::__func*\29::'lambda'\28int\2c\20int\29\2c\20std::__2::allocator*\29::'lambda'\28int\2c\20int\29>\2c\20void\20\28int\2c\20int\29>::__clone\28std::__2::__function::__base*\29\20const +6937:std::__2::__function::__func*\29::'lambda'\28int\2c\20int\29\2c\20std::__2::allocator*\29::'lambda'\28int\2c\20int\29>\2c\20void\20\28int\2c\20int\29>::__clone\28\29\20const +6938:std::__2::__function::__func\2c\20int\29::$_0\2c\20std::__2::allocator\2c\20int\29::$_0>\2c\20void\20\28\29>::~__func\28\29_4513 +6939:std::__2::__function::__func\2c\20int\29::$_0\2c\20std::__2::allocator\2c\20int\29::$_0>\2c\20void\20\28\29>::~__func\28\29 +6940:std::__2::__function::__func\2c\20int\29::$_0\2c\20std::__2::allocator\2c\20int\29::$_0>\2c\20void\20\28\29>::operator\28\29\28\29 +6941:std::__2::__function::__func\2c\20int\29::$_0\2c\20std::__2::allocator\2c\20int\29::$_0>\2c\20void\20\28\29>::destroy_deallocate\28\29 +6942:std::__2::__function::__func\2c\20int\29::$_0\2c\20std::__2::allocator\2c\20int\29::$_0>\2c\20void\20\28\29>::destroy\28\29 +6943:std::__2::__function::__func\2c\20int\29::$_0\2c\20std::__2::allocator\2c\20int\29::$_0>\2c\20void\20\28\29>::__clone\28std::__2::__function::__base*\29\20const +6944:std::__2::__function::__func\2c\20int\29::$_0\2c\20std::__2::allocator\2c\20int\29::$_0>\2c\20void\20\28\29>::__clone\28\29\20const +6945:std::__2::__function::__func\2c\20void\20\28int\2c\20char\20const*\29>::operator\28\29\28int&&\2c\20char\20const*&&\29 +6946:std::__2::__function::__func\2c\20void\20\28int\2c\20char\20const*\29>::__clone\28std::__2::__function::__base*\29\20const +6947:std::__2::__function::__func\2c\20void\20\28int\2c\20char\20const*\29>::__clone\28\29\20const +6948:std::__2::__function::__func\2c\20void\20\28\29>::operator\28\29\28\29 +6949:std::__2::__function::__func\2c\20void\20\28\29>::__clone\28std::__2::__function::__base*\29\20const +6950:std::__2::__function::__func\2c\20void\20\28\29>::__clone\28\29\20const +6951:std::__2::__function::__func\2c\20void\20\28\29>::operator\28\29\28\29 +6952:std::__2::__function::__func\2c\20void\20\28\29>::__clone\28std::__2::__function::__base*\29\20const +6953:std::__2::__function::__func\2c\20void\20\28\29>::__clone\28\29\20const +6954:std::__2::__function::__func\2c\20bool\20\28SkSL::Variable\20const&\29>::operator\28\29\28SkSL::Variable\20const&\29 +6955:std::__2::__function::__func\2c\20bool\20\28SkSL::Variable\20const&\29>::__clone\28std::__2::__function::__base*\29\20const +6956:std::__2::__function::__func\2c\20bool\20\28SkSL::Variable\20const&\29>::__clone\28\29\20const +6957:std::__2::__function::__func\2c\20void\20\28int\2c\20SkSL::Variable\20const*\2c\20SkSL::Expression\20const*\29>::operator\28\29\28int&&\2c\20SkSL::Variable\20const*&&\2c\20SkSL::Expression\20const*&&\29 +6958:std::__2::__function::__func\2c\20void\20\28int\2c\20SkSL::Variable\20const*\2c\20SkSL::Expression\20const*\29>::__clone\28std::__2::__function::__base*\29\20const +6959:std::__2::__function::__func\2c\20void\20\28int\2c\20SkSL::Variable\20const*\2c\20SkSL::Expression\20const*\29>::__clone\28\29\20const +6960:std::__2::__function::__func\2c\20void\20\28unsigned\20long\2c\20unsigned\20long\2c\20unsigned\20long\2c\20unsigned\20long\29>::operator\28\29\28unsigned\20long&&\2c\20unsigned\20long&&\2c\20unsigned\20long&&\2c\20unsigned\20long&&\29 +6961:std::__2::__function::__func\2c\20void\20\28unsigned\20long\2c\20unsigned\20long\2c\20unsigned\20long\2c\20unsigned\20long\29>::__clone\28std::__2::__function::__base*\29\20const +6962:std::__2::__function::__func\2c\20void\20\28unsigned\20long\2c\20unsigned\20long\2c\20unsigned\20long\2c\20unsigned\20long\29>::__clone\28\29\20const +6963:std::__2::__function::__func\2c\20void\20\28unsigned\20long\2c\20unsigned\20long\2c\20unsigned\20long\2c\20unsigned\20long\29>::__clone\28std::__2::__function::__base*\29\20const +6964:std::__2::__function::__func\2c\20void\20\28unsigned\20long\2c\20unsigned\20long\2c\20unsigned\20long\2c\20unsigned\20long\29>::__clone\28\29\20const +6965:std::__2::__function::__func\2c\20void\20\28SkVertices\20const*\2c\20SkBlendMode\2c\20SkPaint\20const&\2c\20float\2c\20float\2c\20bool\29>::operator\28\29\28SkVertices\20const*&&\2c\20SkBlendMode&&\2c\20SkPaint\20const&\2c\20float&&\2c\20float&&\2c\20bool&&\29 +6966:std::__2::__function::__func\2c\20void\20\28SkVertices\20const*\2c\20SkBlendMode\2c\20SkPaint\20const&\2c\20float\2c\20float\2c\20bool\29>::__clone\28std::__2::__function::__base*\29\20const +6967:std::__2::__function::__func\2c\20void\20\28SkVertices\20const*\2c\20SkBlendMode\2c\20SkPaint\20const&\2c\20float\2c\20float\2c\20bool\29>::__clone\28\29\20const +6968:std::__2::__function::__func\2c\20void\20\28SkIRect\20const&\29>::operator\28\29\28SkIRect\20const&\29 +6969:std::__2::__function::__func\2c\20void\20\28SkIRect\20const&\29>::__clone\28std::__2::__function::__base*\29\20const +6970:std::__2::__function::__func\2c\20void\20\28SkIRect\20const&\29>::__clone\28\29\20const +6971:std::__2::__function::__func\2c\20SkCodec::Result\20\28SkImageInfo\20const&\2c\20void*\2c\20unsigned\20long\2c\20SkCodec::Options\20const&\2c\20int\29>::operator\28\29\28SkImageInfo\20const&\2c\20void*&&\2c\20unsigned\20long&&\2c\20SkCodec::Options\20const&\2c\20int&&\29 +6972:std::__2::__function::__func\2c\20SkCodec::Result\20\28SkImageInfo\20const&\2c\20void*\2c\20unsigned\20long\2c\20SkCodec::Options\20const&\2c\20int\29>::__clone\28std::__2::__function::__base*\29\20const +6973:std::__2::__function::__func\2c\20SkCodec::Result\20\28SkImageInfo\20const&\2c\20void*\2c\20unsigned\20long\2c\20SkCodec::Options\20const&\2c\20int\29>::__clone\28\29\20const +6974:std::__2::__function::__func\2c\20GrSurfaceProxy::LazyCallbackResult\20\28GrResourceProvider*\2c\20GrSurfaceProxy::LazySurfaceDesc\20const&\29>::~__func\28\29_10086 +6975:std::__2::__function::__func\2c\20GrSurfaceProxy::LazyCallbackResult\20\28GrResourceProvider*\2c\20GrSurfaceProxy::LazySurfaceDesc\20const&\29>::~__func\28\29 +6976:std::__2::__function::__func\2c\20GrSurfaceProxy::LazyCallbackResult\20\28GrResourceProvider*\2c\20GrSurfaceProxy::LazySurfaceDesc\20const&\29>::operator\28\29\28GrResourceProvider*&&\2c\20GrSurfaceProxy::LazySurfaceDesc\20const&\29 +6977:std::__2::__function::__func\2c\20GrSurfaceProxy::LazyCallbackResult\20\28GrResourceProvider*\2c\20GrSurfaceProxy::LazySurfaceDesc\20const&\29>::destroy_deallocate\28\29 +6978:std::__2::__function::__func\2c\20GrSurfaceProxy::LazyCallbackResult\20\28GrResourceProvider*\2c\20GrSurfaceProxy::LazySurfaceDesc\20const&\29>::destroy\28\29 +6979:std::__2::__function::__func\2c\20GrSurfaceProxy::LazyCallbackResult\20\28GrResourceProvider*\2c\20GrSurfaceProxy::LazySurfaceDesc\20const&\29>::__clone\28std::__2::__function::__base*\29\20const +6980:std::__2::__function::__func\2c\20GrSurfaceProxy::LazyCallbackResult\20\28GrResourceProvider*\2c\20GrSurfaceProxy::LazySurfaceDesc\20const&\29>::__clone\28\29\20const +6981:std::__2::__function::__func\2c\20GrSurfaceProxy::LazyCallbackResult\20\28GrResourceProvider*\2c\20GrSurfaceProxy::LazySurfaceDesc\20const&\29>::~__func\28\29_9679 +6982:std::__2::__function::__func\2c\20GrSurfaceProxy::LazyCallbackResult\20\28GrResourceProvider*\2c\20GrSurfaceProxy::LazySurfaceDesc\20const&\29>::~__func\28\29 +6983:std::__2::__function::__func\2c\20GrSurfaceProxy::LazyCallbackResult\20\28GrResourceProvider*\2c\20GrSurfaceProxy::LazySurfaceDesc\20const&\29>::operator\28\29\28GrResourceProvider*&&\2c\20GrSurfaceProxy::LazySurfaceDesc\20const&\29 +6984:std::__2::__function::__func\2c\20GrSurfaceProxy::LazyCallbackResult\20\28GrResourceProvider*\2c\20GrSurfaceProxy::LazySurfaceDesc\20const&\29>::destroy_deallocate\28\29 +6985:std::__2::__function::__func\2c\20GrSurfaceProxy::LazyCallbackResult\20\28GrResourceProvider*\2c\20GrSurfaceProxy::LazySurfaceDesc\20const&\29>::destroy\28\29 +6986:std::__2::__function::__func\2c\20GrSurfaceProxy::LazyCallbackResult\20\28GrResourceProvider*\2c\20GrSurfaceProxy::LazySurfaceDesc\20const&\29>::__clone\28std::__2::__function::__base*\29\20const +6987:std::__2::__function::__func\2c\20GrSurfaceProxy::LazyCallbackResult\20\28GrResourceProvider*\2c\20GrSurfaceProxy::LazySurfaceDesc\20const&\29>::__clone\28\29\20const +6988:std::__2::__function::__func\2c\20GrSurfaceProxy::LazyCallbackResult\20\28GrResourceProvider*\2c\20GrSurfaceProxy::LazySurfaceDesc\20const&\29>::~__func\28\29_9686 +6989:std::__2::__function::__func\2c\20GrSurfaceProxy::LazyCallbackResult\20\28GrResourceProvider*\2c\20GrSurfaceProxy::LazySurfaceDesc\20const&\29>::~__func\28\29 +6990:std::__2::__function::__func\2c\20GrSurfaceProxy::LazyCallbackResult\20\28GrResourceProvider*\2c\20GrSurfaceProxy::LazySurfaceDesc\20const&\29>::operator\28\29\28GrResourceProvider*&&\2c\20GrSurfaceProxy::LazySurfaceDesc\20const&\29 +6991:std::__2::__function::__func\2c\20GrSurfaceProxy::LazyCallbackResult\20\28GrResourceProvider*\2c\20GrSurfaceProxy::LazySurfaceDesc\20const&\29>::destroy_deallocate\28\29 +6992:std::__2::__function::__func\2c\20GrSurfaceProxy::LazyCallbackResult\20\28GrResourceProvider*\2c\20GrSurfaceProxy::LazySurfaceDesc\20const&\29>::destroy\28\29 +6993:std::__2::__function::__func\2c\20GrSurfaceProxy::LazyCallbackResult\20\28GrResourceProvider*\2c\20GrSurfaceProxy::LazySurfaceDesc\20const&\29>::__clone\28std::__2::__function::__base*\29\20const +6994:std::__2::__function::__func\2c\20GrSurfaceProxy::LazyCallbackResult\20\28GrResourceProvider*\2c\20GrSurfaceProxy::LazySurfaceDesc\20const&\29>::__clone\28\29\20const +6995:std::__2::__function::__func&\29>&\2c\20bool\29::$_0\2c\20std::__2::allocator&\29>&\2c\20bool\29::$_0>\2c\20bool\20\28GrTextureProxy*\2c\20SkIRect\2c\20GrColorType\2c\20void\20const*\2c\20unsigned\20long\29>::operator\28\29\28GrTextureProxy*&&\2c\20SkIRect&&\2c\20GrColorType&&\2c\20void\20const*&&\2c\20unsigned\20long&&\29 +6996:std::__2::__function::__func&\29>&\2c\20bool\29::$_0\2c\20std::__2::allocator&\29>&\2c\20bool\29::$_0>\2c\20bool\20\28GrTextureProxy*\2c\20SkIRect\2c\20GrColorType\2c\20void\20const*\2c\20unsigned\20long\29>::__clone\28std::__2::__function::__base*\29\20const +6997:std::__2::__function::__func&\29>&\2c\20bool\29::$_0\2c\20std::__2::allocator&\29>&\2c\20bool\29::$_0>\2c\20bool\20\28GrTextureProxy*\2c\20SkIRect\2c\20GrColorType\2c\20void\20const*\2c\20unsigned\20long\29>::__clone\28\29\20const +6998:std::__2::__function::__func*\29::$_0\2c\20std::__2::allocator*\29::$_0>\2c\20void\20\28GrBackendTexture\29>::operator\28\29\28GrBackendTexture&&\29 +6999:std::__2::__function::__func*\29::$_0\2c\20std::__2::allocator*\29::$_0>\2c\20void\20\28GrBackendTexture\29>::__clone\28std::__2::__function::__base*\29\20const +7000:std::__2::__function::__func*\29::$_0\2c\20std::__2::allocator*\29::$_0>\2c\20void\20\28GrBackendTexture\29>::__clone\28\29\20const +7001:std::__2::__function::__func\2c\20void\20\28GrFragmentProcessor\20const&\2c\20GrFragmentProcessor::ProgramImpl&\29>::operator\28\29\28GrFragmentProcessor\20const&\2c\20GrFragmentProcessor::ProgramImpl&\29 +7002:std::__2::__function::__func\2c\20void\20\28GrFragmentProcessor\20const&\2c\20GrFragmentProcessor::ProgramImpl&\29>::__clone\28std::__2::__function::__base*\29\20const +7003:std::__2::__function::__func\2c\20void\20\28GrFragmentProcessor\20const&\2c\20GrFragmentProcessor::ProgramImpl&\29>::__clone\28\29\20const +7004:std::__2::__function::__func\2c\20void\20\28GrFragmentProcessor\20const&\2c\20GrFragmentProcessor::ProgramImpl&\29>::operator\28\29\28GrFragmentProcessor\20const&\2c\20GrFragmentProcessor::ProgramImpl&\29 +7005:std::__2::__function::__func\2c\20void\20\28GrFragmentProcessor\20const&\2c\20GrFragmentProcessor::ProgramImpl&\29>::__clone\28std::__2::__function::__base*\29\20const +7006:std::__2::__function::__func\2c\20void\20\28GrFragmentProcessor\20const&\2c\20GrFragmentProcessor::ProgramImpl&\29>::__clone\28\29\20const +7007:std::__2::__function::__func\2c\20void\20\28GrTextureEffect\20const&\29>::operator\28\29\28GrTextureEffect\20const&\29 +7008:std::__2::__function::__func\2c\20void\20\28GrTextureEffect\20const&\29>::__clone\28std::__2::__function::__base*\29\20const +7009:std::__2::__function::__func\2c\20void\20\28GrTextureEffect\20const&\29>::__clone\28\29\20const +7010:std::__2::__function::__func\2c\20void\20\28\29>::operator\28\29\28\29 +7011:std::__2::__function::__func\2c\20void\20\28\29>::__clone\28std::__2::__function::__base*\29\20const +7012:std::__2::__function::__func\2c\20void\20\28\29>::__clone\28\29\20const +7013:std::__2::__function::__func\20const&\29\20const::$_0\2c\20std::__2::allocator\20const&\29\20const::$_0>\2c\20void\20\28GrTextureEffect\20const&\29>::operator\28\29\28GrTextureEffect\20const&\29 +7014:std::__2::__function::__func\20const&\29\20const::$_0\2c\20std::__2::allocator\20const&\29\20const::$_0>\2c\20void\20\28GrTextureEffect\20const&\29>::__clone\28std::__2::__function::__base*\29\20const +7015:std::__2::__function::__func\20const&\29\20const::$_0\2c\20std::__2::allocator\20const&\29\20const::$_0>\2c\20void\20\28GrTextureEffect\20const&\29>::__clone\28\29\20const +7016:std::__2::__function::__func\2c\20GrSurfaceProxy::LazyCallbackResult\20\28GrResourceProvider*\2c\20GrSurfaceProxy::LazySurfaceDesc\20const&\29>::operator\28\29\28GrResourceProvider*&&\2c\20GrSurfaceProxy::LazySurfaceDesc\20const&\29 +7017:std::__2::__function::__func\2c\20GrSurfaceProxy::LazyCallbackResult\20\28GrResourceProvider*\2c\20GrSurfaceProxy::LazySurfaceDesc\20const&\29>::__clone\28std::__2::__function::__base*\29\20const +7018:std::__2::__function::__func\2c\20GrSurfaceProxy::LazyCallbackResult\20\28GrResourceProvider*\2c\20GrSurfaceProxy::LazySurfaceDesc\20const&\29>::__clone\28\29\20const +7019:std::__2::__function::__func&\29\2c\20std::__2::allocator&\29>\2c\20void\20\28std::__2::function&\29>::~__func\28\29_9180 +7020:std::__2::__function::__func&\29\2c\20std::__2::allocator&\29>\2c\20void\20\28std::__2::function&\29>::~__func\28\29 +7021:std::__2::__function::__func&\29\2c\20std::__2::allocator&\29>\2c\20void\20\28std::__2::function&\29>::__clone\28std::__2::__function::__base&\29>*\29\20const +7022:std::__2::__function::__func&\29\2c\20std::__2::allocator&\29>\2c\20void\20\28std::__2::function&\29>::__clone\28\29\20const +7023:std::__2::__function::__func\2c\20void\20\28std::__2::function&\29>::~__func\28\29_9187 +7024:std::__2::__function::__func\2c\20void\20\28std::__2::function&\29>::~__func\28\29 +7025:std::__2::__function::__func\2c\20void\20\28std::__2::function&\29>::__clone\28std::__2::__function::__base&\29>*\29\20const +7026:std::__2::__function::__func\2c\20void\20\28std::__2::function&\29>::__clone\28\29\20const +7027:std::__2::__function::__func&\29\2c\20std::__2::allocator&\29>\2c\20void\20\28std::__2::function&\29>::operator\28\29\28std::__2::function&\29 +7028:std::__2::__function::__func&\29\2c\20std::__2::allocator&\29>\2c\20void\20\28std::__2::function&\29>::__clone\28std::__2::__function::__base&\29>*\29\20const +7029:std::__2::__function::__func&\29\2c\20std::__2::allocator&\29>\2c\20void\20\28std::__2::function&\29>::__clone\28\29\20const +7030:std::__2::__function::__func\2c\20void\20\28int\2c\20skia::textlayout::Paragraph::VisitorInfo\20const*\29>::operator\28\29\28int&&\2c\20skia::textlayout::Paragraph::VisitorInfo\20const*&&\29 +7031:std::__2::__function::__func\2c\20void\20\28int\2c\20skia::textlayout::Paragraph::VisitorInfo\20const*\29>::__clone\28std::__2::__function::__base*\29\20const +7032:std::__2::__function::__func\2c\20void\20\28int\2c\20skia::textlayout::Paragraph::VisitorInfo\20const*\29>::__clone\28\29\20const +7033:start_pass_upsample +7034:start_pass_phuff_decoder +7035:start_pass_merged_upsample +7036:start_pass_main +7037:start_pass_huff_decoder +7038:start_pass_dpost +7039:start_pass_2_quant +7040:start_pass_1_quant +7041:start_pass +7042:start_output_pass +7043:start_input_pass_17136 +7044:srgb_to_hwb\28SkRGBA4f<\28SkAlphaType\292>\2c\20bool*\29 +7045:srgb_to_hsl\28SkRGBA4f<\28SkAlphaType\292>\2c\20bool*\29 +7046:srcover_p\28unsigned\20char\2c\20unsigned\20char\29 +7047:sn_write +7048:sktext::gpu::post_purge_blob_message\28unsigned\20int\2c\20unsigned\20int\29 +7049:sktext::gpu::TextBlob::~TextBlob\28\29_12786 +7050:sktext::gpu::TextBlob::~TextBlob\28\29 +7051:sktext::gpu::SubRun::~SubRun\28\29 +7052:sktext::gpu::SlugImpl::~SlugImpl\28\29_12670 +7053:sktext::gpu::SlugImpl::~SlugImpl\28\29 +7054:sktext::gpu::SlugImpl::sourceBounds\28\29\20const +7055:sktext::gpu::SlugImpl::sourceBoundsWithOrigin\28\29\20const +7056:sktext::gpu::SlugImpl::doFlatten\28SkWriteBuffer&\29\20const +7057:sktext::gpu::SDFMaskFilterImpl::getTypeName\28\29\20const +7058:sktext::gpu::SDFMaskFilterImpl::filterMask\28SkMaskBuilder*\2c\20SkMask\20const&\2c\20SkMatrix\20const&\2c\20SkIPoint*\29\20const +7059:sktext::gpu::SDFMaskFilterImpl::computeFastBounds\28SkRect\20const&\2c\20SkRect*\29\20const +7060:sktext::gpu::AtlasSubRun::~AtlasSubRun\28\29_12744 +7061:skip_variable +7062:skif::\28anonymous\20namespace\29::RasterBackend::~RasterBackend\28\29 +7063:skif::\28anonymous\20namespace\29::RasterBackend::makeImage\28SkIRect\20const&\2c\20sk_sp\29\20const +7064:skif::\28anonymous\20namespace\29::RasterBackend::makeDevice\28SkISize\2c\20sk_sp\2c\20SkSurfaceProps\20const*\29\20const +7065:skif::\28anonymous\20namespace\29::RasterBackend::getCachedBitmap\28SkBitmap\20const&\29\20const +7066:skif::\28anonymous\20namespace\29::RasterBackend::getBlurEngine\28\29\20const +7067:skif::\28anonymous\20namespace\29::GaneshBackend::~GaneshBackend\28\29_10883 +7068:skif::\28anonymous\20namespace\29::GaneshBackend::~GaneshBackend\28\29 +7069:skif::\28anonymous\20namespace\29::GaneshBackend::makeImage\28SkIRect\20const&\2c\20sk_sp\29\20const +7070:skif::\28anonymous\20namespace\29::GaneshBackend::makeDevice\28SkImageInfo\20const&\29\20const +7071:skif::\28anonymous\20namespace\29::GaneshBackend::makeDevice\28SkISize\2c\20sk_sp\2c\20SkSurfaceProps\20const*\29\20const +7072:skif::\28anonymous\20namespace\29::GaneshBackend::getCachedBitmap\28SkBitmap\20const&\29\20const +7073:skif::\28anonymous\20namespace\29::GaneshBackend::findAlgorithm\28SkSize\2c\20SkColorType\29\20const +7074:skia_png_zalloc +7075:skia_png_write_rows +7076:skia_png_write_info +7077:skia_png_write_end +7078:skia_png_user_version_check +7079:skia_png_set_text +7080:skia_png_set_sRGB +7081:skia_png_set_keep_unknown_chunks +7082:skia_png_set_iCCP +7083:skia_png_set_gray_to_rgb +7084:skia_png_set_filter +7085:skia_png_set_filler +7086:skia_png_read_update_info +7087:skia_png_read_info +7088:skia_png_read_image +7089:skia_png_read_end +7090:skia_png_push_fill_buffer +7091:skia_png_process_data +7092:skia_png_default_write_data +7093:skia_png_default_read_data +7094:skia_png_default_flush +7095:skia_png_create_read_struct +7096:skia::textlayout::TypefaceFontStyleSet::~TypefaceFontStyleSet\28\29_8153 +7097:skia::textlayout::TypefaceFontStyleSet::~TypefaceFontStyleSet\28\29 +7098:skia::textlayout::TypefaceFontStyleSet::getStyle\28int\2c\20SkFontStyle*\2c\20SkString*\29 +7099:skia::textlayout::TypefaceFontProvider::~TypefaceFontProvider\28\29_8146 +7100:skia::textlayout::TypefaceFontProvider::~TypefaceFontProvider\28\29 +7101:skia::textlayout::TypefaceFontProvider::onMatchFamily\28char\20const*\29\20const +7102:skia::textlayout::TypefaceFontProvider::onMatchFamilyStyle\28char\20const*\2c\20SkFontStyle\20const&\29\20const +7103:skia::textlayout::TypefaceFontProvider::onLegacyMakeTypeface\28char\20const*\2c\20SkFontStyle\29\20const +7104:skia::textlayout::TypefaceFontProvider::onGetFamilyName\28int\2c\20SkString*\29\20const +7105:skia::textlayout::TypefaceFontProvider::onCreateStyleSet\28int\29\20const +7106:skia::textlayout::TextLine::shapeEllipsis\28SkString\20const&\2c\20skia::textlayout::Cluster\20const*\29::ShapeHandler::~ShapeHandler\28\29_7997 +7107:skia::textlayout::TextLine::shapeEllipsis\28SkString\20const&\2c\20skia::textlayout::Cluster\20const*\29::ShapeHandler::~ShapeHandler\28\29 +7108:skia::textlayout::TextLine::shapeEllipsis\28SkString\20const&\2c\20skia::textlayout::Cluster\20const*\29::ShapeHandler::runBuffer\28SkShaper::RunHandler::RunInfo\20const&\29 +7109:skia::textlayout::TextLine::shapeEllipsis\28SkString\20const&\2c\20skia::textlayout::Cluster\20const*\29::ShapeHandler::commitRunBuffer\28SkShaper::RunHandler::RunInfo\20const&\29 +7110:skia::textlayout::PositionWithAffinity*\20emscripten::internal::raw_constructor\28\29 +7111:skia::textlayout::ParagraphImpl::~ParagraphImpl\28\29_7810 +7112:skia::textlayout::ParagraphImpl::visit\28std::__2::function\20const&\29 +7113:skia::textlayout::ParagraphImpl::updateTextAlign\28skia::textlayout::TextAlign\29 +7114:skia::textlayout::ParagraphImpl::updateForegroundPaint\28unsigned\20long\2c\20unsigned\20long\2c\20SkPaint\29 +7115:skia::textlayout::ParagraphImpl::updateFontSize\28unsigned\20long\2c\20unsigned\20long\2c\20float\29 +7116:skia::textlayout::ParagraphImpl::updateBackgroundPaint\28unsigned\20long\2c\20unsigned\20long\2c\20SkPaint\29 +7117:skia::textlayout::ParagraphImpl::unresolvedGlyphs\28\29 +7118:skia::textlayout::ParagraphImpl::unresolvedCodepoints\28\29 +7119:skia::textlayout::ParagraphImpl::paint\28skia::textlayout::ParagraphPainter*\2c\20float\2c\20float\29 +7120:skia::textlayout::ParagraphImpl::paint\28SkCanvas*\2c\20float\2c\20float\29 +7121:skia::textlayout::ParagraphImpl::markDirty\28\29 +7122:skia::textlayout::ParagraphImpl::lineNumber\28\29 +7123:skia::textlayout::ParagraphImpl::layout\28float\29 +7124:skia::textlayout::ParagraphImpl::getWordBoundary\28unsigned\20int\29 +7125:skia::textlayout::ParagraphImpl::getRectsForRange\28unsigned\20int\2c\20unsigned\20int\2c\20skia::textlayout::RectHeightStyle\2c\20skia::textlayout::RectWidthStyle\29 +7126:skia::textlayout::ParagraphImpl::getRectsForPlaceholders\28\29 +7127:skia::textlayout::ParagraphImpl::getPath\28int\2c\20SkPath*\29::$_0::operator\28\29\28skia::textlayout::Run\20const*\2c\20float\2c\20skia::textlayout::SkRange\2c\20float*\29\20const::'lambda'\28skia::textlayout::SkRange\2c\20skia::textlayout::TextStyle\20const&\2c\20skia::textlayout::TextLine::ClipContext\20const&\29::operator\28\29\28skia::textlayout::SkRange\2c\20skia::textlayout::TextStyle\20const&\2c\20skia::textlayout::TextLine::ClipContext\20const&\29\20const::'lambda'\28SkPath\20const*\2c\20SkMatrix\20const&\2c\20void*\29::__invoke\28SkPath\20const*\2c\20SkMatrix\20const&\2c\20void*\29 +7128:skia::textlayout::ParagraphImpl::getPath\28int\2c\20SkPath*\29 +7129:skia::textlayout::ParagraphImpl::getLineNumberAt\28unsigned\20long\29\20const +7130:skia::textlayout::ParagraphImpl::getLineNumberAtUTF16Offset\28unsigned\20long\29 +7131:skia::textlayout::ParagraphImpl::getLineMetrics\28std::__2::vector>&\29 +7132:skia::textlayout::ParagraphImpl::getLineMetricsAt\28int\2c\20skia::textlayout::LineMetrics*\29\20const +7133:skia::textlayout::ParagraphImpl::getGlyphPositionAtCoordinate\28float\2c\20float\29 +7134:skia::textlayout::ParagraphImpl::getFonts\28\29\20const +7135:skia::textlayout::ParagraphImpl::getFontAt\28unsigned\20long\29\20const +7136:skia::textlayout::ParagraphImpl::getFontAtUTF16Offset\28unsigned\20long\29 +7137:skia::textlayout::ParagraphImpl::getClosestUTF16GlyphInfoAt\28float\2c\20float\2c\20skia::textlayout::Paragraph::GlyphInfo*\29 +7138:skia::textlayout::ParagraphImpl::getClosestGlyphClusterAt\28float\2c\20float\2c\20skia::textlayout::Paragraph::GlyphClusterInfo*\29 +7139:skia::textlayout::ParagraphImpl::getActualTextRange\28int\2c\20bool\29\20const +7140:skia::textlayout::ParagraphImpl::extendedVisit\28std::__2::function\20const&\29 +7141:skia::textlayout::ParagraphImpl::containsEmoji\28SkTextBlob*\29 +7142:skia::textlayout::ParagraphImpl::containsColorFontOrBitmap\28SkTextBlob*\29::$_0::__invoke\28SkPath\20const*\2c\20SkMatrix\20const&\2c\20void*\29 +7143:skia::textlayout::ParagraphImpl::containsColorFontOrBitmap\28SkTextBlob*\29 +7144:skia::textlayout::ParagraphBuilderImpl::~ParagraphBuilderImpl\28\29_7750 +7145:skia::textlayout::ParagraphBuilderImpl::pushStyle\28skia::textlayout::TextStyle\20const&\29 +7146:skia::textlayout::ParagraphBuilderImpl::pop\28\29 +7147:skia::textlayout::ParagraphBuilderImpl::peekStyle\28\29 +7148:skia::textlayout::ParagraphBuilderImpl::getText\28\29 +7149:skia::textlayout::ParagraphBuilderImpl::getParagraphStyle\28\29\20const +7150:skia::textlayout::ParagraphBuilderImpl::addText\28std::__2::basic_string\2c\20std::__2::allocator>\20const&\29 +7151:skia::textlayout::ParagraphBuilderImpl::addText\28char\20const*\2c\20unsigned\20long\29 +7152:skia::textlayout::ParagraphBuilderImpl::addText\28char\20const*\29 +7153:skia::textlayout::ParagraphBuilderImpl::addPlaceholder\28skia::textlayout::PlaceholderStyle\20const&\29 +7154:skia::textlayout::ParagraphBuilderImpl::Reset\28\29 +7155:skia::textlayout::ParagraphBuilderImpl::RequiresClientICU\28\29 +7156:skia::textlayout::ParagraphBuilderImpl::Build\28\29 +7157:skia::textlayout::Paragraph::getMinIntrinsicWidth\28\29 +7158:skia::textlayout::Paragraph::getMaxWidth\28\29 +7159:skia::textlayout::Paragraph::getMaxIntrinsicWidth\28\29 +7160:skia::textlayout::Paragraph::getLongestLine\28\29 +7161:skia::textlayout::Paragraph::getIdeographicBaseline\28\29 +7162:skia::textlayout::Paragraph::getHeight\28\29 +7163:skia::textlayout::Paragraph::getAlphabeticBaseline\28\29 +7164:skia::textlayout::Paragraph::didExceedMaxLines\28\29 +7165:skia::textlayout::Paragraph::FontInfo::~FontInfo\28\29_7883 +7166:skia::textlayout::Paragraph::FontInfo::~FontInfo\28\29 +7167:skia::textlayout::OneLineShaper::~OneLineShaper\28\29_7674 +7168:skia::textlayout::OneLineShaper::runBuffer\28SkShaper::RunHandler::RunInfo\20const&\29 +7169:skia::textlayout::OneLineShaper::commitRunBuffer\28SkShaper::RunHandler::RunInfo\20const&\29 +7170:skia::textlayout::LangIterator::~LangIterator\28\29_7731 +7171:skia::textlayout::LangIterator::~LangIterator\28\29 +7172:skia::textlayout::LangIterator::endOfCurrentRun\28\29\20const +7173:skia::textlayout::LangIterator::currentLanguage\28\29\20const +7174:skia::textlayout::LangIterator::consume\28\29 +7175:skia::textlayout::LangIterator::atEnd\28\29\20const +7176:skia::textlayout::FontCollection::~FontCollection\28\29_7642 +7177:skia::textlayout::CanvasParagraphPainter::translate\28float\2c\20float\29 +7178:skia::textlayout::CanvasParagraphPainter::save\28\29 +7179:skia::textlayout::CanvasParagraphPainter::restore\28\29 +7180:skia::textlayout::CanvasParagraphPainter::drawTextShadow\28sk_sp\20const&\2c\20float\2c\20float\2c\20unsigned\20int\2c\20float\29 +7181:skia::textlayout::CanvasParagraphPainter::drawTextBlob\28sk_sp\20const&\2c\20float\2c\20float\2c\20std::__2::variant\20const&\29 +7182:skia::textlayout::CanvasParagraphPainter::drawRect\28SkRect\20const&\2c\20std::__2::variant\20const&\29 +7183:skia::textlayout::CanvasParagraphPainter::drawPath\28SkPath\20const&\2c\20skia::textlayout::ParagraphPainter::DecorationStyle\20const&\29 +7184:skia::textlayout::CanvasParagraphPainter::drawLine\28float\2c\20float\2c\20float\2c\20float\2c\20skia::textlayout::ParagraphPainter::DecorationStyle\20const&\29 +7185:skia::textlayout::CanvasParagraphPainter::drawFilledRect\28SkRect\20const&\2c\20skia::textlayout::ParagraphPainter::DecorationStyle\20const&\29 +7186:skia::textlayout::CanvasParagraphPainter::clipRect\28SkRect\20const&\29 +7187:skhdr::MasteringDisplayColorVolume::serialize\28\29\20const +7188:skhdr::ContentLightLevelInformation::serializePngChunk\28\29\20const +7189:skgpu::tess::FixedCountWedges::WriteVertexBuffer\28skgpu::VertexWriter\2c\20unsigned\20long\29 +7190:skgpu::tess::FixedCountWedges::WriteIndexBuffer\28skgpu::VertexWriter\2c\20unsigned\20long\29 +7191:skgpu::tess::FixedCountStrokes::WriteVertexBuffer\28skgpu::VertexWriter\2c\20unsigned\20long\29 +7192:skgpu::tess::FixedCountCurves::WriteVertexBuffer\28skgpu::VertexWriter\2c\20unsigned\20long\29 +7193:skgpu::tess::FixedCountCurves::WriteIndexBuffer\28skgpu::VertexWriter\2c\20unsigned\20long\29 +7194:skgpu::ganesh::texture_proxy_view_from_planes\28GrRecordingContext*\2c\20SkImage_Lazy\20const*\2c\20skgpu::Budgeted\29::$_0::__invoke\28void*\2c\20void*\29 +7195:skgpu::ganesh::\28anonymous\20namespace\29::SmallPathOp::~SmallPathOp\28\29_11759 +7196:skgpu::ganesh::\28anonymous\20namespace\29::SmallPathOp::visitProxies\28std::__2::function\20const&\29\20const +7197:skgpu::ganesh::\28anonymous\20namespace\29::SmallPathOp::onPrepareDraws\28GrMeshDrawTarget*\29 +7198:skgpu::ganesh::\28anonymous\20namespace\29::SmallPathOp::onExecute\28GrOpFlushState*\2c\20SkRect\20const&\29 +7199:skgpu::ganesh::\28anonymous\20namespace\29::SmallPathOp::onCombineIfPossible\28GrOp*\2c\20SkArenaAlloc*\2c\20GrCaps\20const&\29 +7200:skgpu::ganesh::\28anonymous\20namespace\29::SmallPathOp::name\28\29\20const +7201:skgpu::ganesh::\28anonymous\20namespace\29::SmallPathOp::fixedFunctionFlags\28\29\20const +7202:skgpu::ganesh::\28anonymous\20namespace\29::SmallPathOp::finalize\28GrCaps\20const&\2c\20GrAppliedClip\20const*\2c\20GrClampType\29 +7203:skgpu::ganesh::\28anonymous\20namespace\29::QuadEdgeEffect::name\28\29\20const +7204:skgpu::ganesh::\28anonymous\20namespace\29::QuadEdgeEffect::makeProgramImpl\28GrShaderCaps\20const&\29\20const::Impl::setData\28GrGLSLProgramDataManager\20const&\2c\20GrShaderCaps\20const&\2c\20GrGeometryProcessor\20const&\29 +7205:skgpu::ganesh::\28anonymous\20namespace\29::QuadEdgeEffect::makeProgramImpl\28GrShaderCaps\20const&\29\20const::Impl::onEmitCode\28GrGeometryProcessor::ProgramImpl::EmitArgs&\2c\20GrGeometryProcessor::ProgramImpl::GrGPArgs*\29 +7206:skgpu::ganesh::\28anonymous\20namespace\29::QuadEdgeEffect::makeProgramImpl\28GrShaderCaps\20const&\29\20const +7207:skgpu::ganesh::\28anonymous\20namespace\29::QuadEdgeEffect::addToKey\28GrShaderCaps\20const&\2c\20skgpu::KeyBuilder*\29\20const +7208:skgpu::ganesh::\28anonymous\20namespace\29::HullShader::~HullShader\28\29_11635 +7209:skgpu::ganesh::\28anonymous\20namespace\29::HullShader::~HullShader\28\29 +7210:skgpu::ganesh::\28anonymous\20namespace\29::HullShader::name\28\29\20const +7211:skgpu::ganesh::\28anonymous\20namespace\29::HullShader::makeProgramImpl\28GrShaderCaps\20const&\29\20const::Impl::emitVertexCode\28GrShaderCaps\20const&\2c\20GrPathTessellationShader\20const&\2c\20GrGLSLVertexBuilder*\2c\20GrGLSLVaryingHandler*\2c\20GrGeometryProcessor::ProgramImpl::GrGPArgs*\29 +7212:skgpu::ganesh::\28anonymous\20namespace\29::HullShader::makeProgramImpl\28GrShaderCaps\20const&\29\20const +7213:skgpu::ganesh::\28anonymous\20namespace\29::AAFlatteningConvexPathOp::~AAFlatteningConvexPathOp\28\29_11030 +7214:skgpu::ganesh::\28anonymous\20namespace\29::AAFlatteningConvexPathOp::~AAFlatteningConvexPathOp\28\29 +7215:skgpu::ganesh::\28anonymous\20namespace\29::AAFlatteningConvexPathOp::visitProxies\28std::__2::function\20const&\29\20const +7216:skgpu::ganesh::\28anonymous\20namespace\29::AAFlatteningConvexPathOp::onPrepareDraws\28GrMeshDrawTarget*\29 +7217:skgpu::ganesh::\28anonymous\20namespace\29::AAFlatteningConvexPathOp::onExecute\28GrOpFlushState*\2c\20SkRect\20const&\29 +7218:skgpu::ganesh::\28anonymous\20namespace\29::AAFlatteningConvexPathOp::onCreateProgramInfo\28GrCaps\20const*\2c\20SkArenaAlloc*\2c\20GrSurfaceProxyView\20const&\2c\20bool\2c\20GrAppliedClip&&\2c\20GrDstProxyView\20const&\2c\20GrXferBarrierFlags\2c\20GrLoadOp\29 +7219:skgpu::ganesh::\28anonymous\20namespace\29::AAFlatteningConvexPathOp::onCombineIfPossible\28GrOp*\2c\20SkArenaAlloc*\2c\20GrCaps\20const&\29 +7220:skgpu::ganesh::\28anonymous\20namespace\29::AAFlatteningConvexPathOp::name\28\29\20const +7221:skgpu::ganesh::\28anonymous\20namespace\29::AAFlatteningConvexPathOp::fixedFunctionFlags\28\29\20const +7222:skgpu::ganesh::\28anonymous\20namespace\29::AAFlatteningConvexPathOp::finalize\28GrCaps\20const&\2c\20GrAppliedClip\20const*\2c\20GrClampType\29 +7223:skgpu::ganesh::\28anonymous\20namespace\29::AAConvexPathOp::~AAConvexPathOp\28\29_10970 +7224:skgpu::ganesh::\28anonymous\20namespace\29::AAConvexPathOp::~AAConvexPathOp\28\29 +7225:skgpu::ganesh::\28anonymous\20namespace\29::AAConvexPathOp::visitProxies\28std::__2::function\20const&\29\20const +7226:skgpu::ganesh::\28anonymous\20namespace\29::AAConvexPathOp::onPrepareDraws\28GrMeshDrawTarget*\29 +7227:skgpu::ganesh::\28anonymous\20namespace\29::AAConvexPathOp::onExecute\28GrOpFlushState*\2c\20SkRect\20const&\29 +7228:skgpu::ganesh::\28anonymous\20namespace\29::AAConvexPathOp::onCreateProgramInfo\28GrCaps\20const*\2c\20SkArenaAlloc*\2c\20GrSurfaceProxyView\20const&\2c\20bool\2c\20GrAppliedClip&&\2c\20GrDstProxyView\20const&\2c\20GrXferBarrierFlags\2c\20GrLoadOp\29 +7229:skgpu::ganesh::\28anonymous\20namespace\29::AAConvexPathOp::onCombineIfPossible\28GrOp*\2c\20SkArenaAlloc*\2c\20GrCaps\20const&\29 +7230:skgpu::ganesh::\28anonymous\20namespace\29::AAConvexPathOp::name\28\29\20const +7231:skgpu::ganesh::\28anonymous\20namespace\29::AAConvexPathOp::finalize\28GrCaps\20const&\2c\20GrAppliedClip\20const*\2c\20GrClampType\29 +7232:skgpu::ganesh::TriangulatingPathRenderer::onDrawPath\28skgpu::ganesh::PathRenderer::DrawPathArgs\20const&\29 +7233:skgpu::ganesh::TriangulatingPathRenderer::onCanDrawPath\28skgpu::ganesh::PathRenderer::CanDrawPathArgs\20const&\29\20const +7234:skgpu::ganesh::TriangulatingPathRenderer::name\28\29\20const +7235:skgpu::ganesh::TessellationPathRenderer::onStencilPath\28skgpu::ganesh::PathRenderer::StencilPathArgs\20const&\29 +7236:skgpu::ganesh::TessellationPathRenderer::onGetStencilSupport\28GrStyledShape\20const&\29\20const +7237:skgpu::ganesh::TessellationPathRenderer::onDrawPath\28skgpu::ganesh::PathRenderer::DrawPathArgs\20const&\29 +7238:skgpu::ganesh::TessellationPathRenderer::onCanDrawPath\28skgpu::ganesh::PathRenderer::CanDrawPathArgs\20const&\29\20const +7239:skgpu::ganesh::TessellationPathRenderer::name\28\29\20const +7240:skgpu::ganesh::SurfaceDrawContext::willReplaceOpsTask\28skgpu::ganesh::OpsTask*\2c\20skgpu::ganesh::OpsTask*\29 +7241:skgpu::ganesh::SurfaceDrawContext::canDiscardPreviousOpsOnFullClear\28\29\20const +7242:skgpu::ganesh::SurfaceContext::~SurfaceContext\28\29_9151 +7243:skgpu::ganesh::SurfaceContext::asyncRescaleAndReadPixelsYUV420\28GrDirectContext*\2c\20SkYUVColorSpace\2c\20bool\2c\20sk_sp\2c\20SkIRect\20const&\2c\20SkISize\2c\20SkImage::RescaleGamma\2c\20SkImage::RescaleMode\2c\20void\20\28*\29\28void*\2c\20std::__2::unique_ptr>\29\2c\20void*\29::$_0::__invoke\28void*\29 +7244:skgpu::ganesh::SurfaceContext::asyncReadPixels\28GrDirectContext*\2c\20SkIRect\20const&\2c\20SkColorType\2c\20void\20\28*\29\28void*\2c\20std::__2::unique_ptr>\29\2c\20void*\29::$_0::__invoke\28void*\29 +7245:skgpu::ganesh::StrokeTessellateOp::~StrokeTessellateOp\28\29_11830 +7246:skgpu::ganesh::StrokeTessellateOp::~StrokeTessellateOp\28\29 +7247:skgpu::ganesh::StrokeTessellateOp::visitProxies\28std::__2::function\20const&\29\20const +7248:skgpu::ganesh::StrokeTessellateOp::usesStencil\28\29\20const +7249:skgpu::ganesh::StrokeTessellateOp::onPrepare\28GrOpFlushState*\29 +7250:skgpu::ganesh::StrokeTessellateOp::onPrePrepare\28GrRecordingContext*\2c\20GrSurfaceProxyView\20const&\2c\20GrAppliedClip*\2c\20GrDstProxyView\20const&\2c\20GrXferBarrierFlags\2c\20GrLoadOp\29 +7251:skgpu::ganesh::StrokeTessellateOp::onExecute\28GrOpFlushState*\2c\20SkRect\20const&\29 +7252:skgpu::ganesh::StrokeTessellateOp::onCombineIfPossible\28GrOp*\2c\20SkArenaAlloc*\2c\20GrCaps\20const&\29 +7253:skgpu::ganesh::StrokeTessellateOp::name\28\29\20const +7254:skgpu::ganesh::StrokeTessellateOp::finalize\28GrCaps\20const&\2c\20GrAppliedClip\20const*\2c\20GrClampType\29 +7255:skgpu::ganesh::StrokeRectOp::\28anonymous\20namespace\29::NonAAStrokeRectOp::~NonAAStrokeRectOp\28\29_11808 +7256:skgpu::ganesh::StrokeRectOp::\28anonymous\20namespace\29::NonAAStrokeRectOp::~NonAAStrokeRectOp\28\29 +7257:skgpu::ganesh::StrokeRectOp::\28anonymous\20namespace\29::NonAAStrokeRectOp::visitProxies\28std::__2::function\20const&\29\20const +7258:skgpu::ganesh::StrokeRectOp::\28anonymous\20namespace\29::NonAAStrokeRectOp::programInfo\28\29 +7259:skgpu::ganesh::StrokeRectOp::\28anonymous\20namespace\29::NonAAStrokeRectOp::onPrepareDraws\28GrMeshDrawTarget*\29 +7260:skgpu::ganesh::StrokeRectOp::\28anonymous\20namespace\29::NonAAStrokeRectOp::onExecute\28GrOpFlushState*\2c\20SkRect\20const&\29 +7261:skgpu::ganesh::StrokeRectOp::\28anonymous\20namespace\29::NonAAStrokeRectOp::onCreateProgramInfo\28GrCaps\20const*\2c\20SkArenaAlloc*\2c\20GrSurfaceProxyView\20const&\2c\20bool\2c\20GrAppliedClip&&\2c\20GrDstProxyView\20const&\2c\20GrXferBarrierFlags\2c\20GrLoadOp\29 +7262:skgpu::ganesh::StrokeRectOp::\28anonymous\20namespace\29::NonAAStrokeRectOp::name\28\29\20const +7263:skgpu::ganesh::StrokeRectOp::\28anonymous\20namespace\29::NonAAStrokeRectOp::finalize\28GrCaps\20const&\2c\20GrAppliedClip\20const*\2c\20GrClampType\29 +7264:skgpu::ganesh::StrokeRectOp::\28anonymous\20namespace\29::AAStrokeRectOp::~AAStrokeRectOp\28\29_11797 +7265:skgpu::ganesh::StrokeRectOp::\28anonymous\20namespace\29::AAStrokeRectOp::~AAStrokeRectOp\28\29 +7266:skgpu::ganesh::StrokeRectOp::\28anonymous\20namespace\29::AAStrokeRectOp::visitProxies\28std::__2::function\20const&\29\20const +7267:skgpu::ganesh::StrokeRectOp::\28anonymous\20namespace\29::AAStrokeRectOp::programInfo\28\29 +7268:skgpu::ganesh::StrokeRectOp::\28anonymous\20namespace\29::AAStrokeRectOp::onPrepareDraws\28GrMeshDrawTarget*\29 +7269:skgpu::ganesh::StrokeRectOp::\28anonymous\20namespace\29::AAStrokeRectOp::onExecute\28GrOpFlushState*\2c\20SkRect\20const&\29 +7270:skgpu::ganesh::StrokeRectOp::\28anonymous\20namespace\29::AAStrokeRectOp::onCreateProgramInfo\28GrCaps\20const*\2c\20SkArenaAlloc*\2c\20GrSurfaceProxyView\20const&\2c\20bool\2c\20GrAppliedClip&&\2c\20GrDstProxyView\20const&\2c\20GrXferBarrierFlags\2c\20GrLoadOp\29 +7271:skgpu::ganesh::StrokeRectOp::\28anonymous\20namespace\29::AAStrokeRectOp::onCombineIfPossible\28GrOp*\2c\20SkArenaAlloc*\2c\20GrCaps\20const&\29 +7272:skgpu::ganesh::StrokeRectOp::\28anonymous\20namespace\29::AAStrokeRectOp::name\28\29\20const +7273:skgpu::ganesh::StrokeRectOp::\28anonymous\20namespace\29::AAStrokeRectOp::finalize\28GrCaps\20const&\2c\20GrAppliedClip\20const*\2c\20GrClampType\29 +7274:skgpu::ganesh::StencilClip::~StencilClip\28\29_10174 +7275:skgpu::ganesh::StencilClip::~StencilClip\28\29 +7276:skgpu::ganesh::StencilClip::preApply\28SkRect\20const&\2c\20GrAA\29\20const +7277:skgpu::ganesh::StencilClip::getConservativeBounds\28\29\20const +7278:skgpu::ganesh::StencilClip::apply\28GrAppliedHardClip*\2c\20SkIRect*\29\20const +7279:skgpu::ganesh::SoftwarePathRenderer::onDrawPath\28skgpu::ganesh::PathRenderer::DrawPathArgs\20const&\29 +7280:skgpu::ganesh::SoftwarePathRenderer::onCanDrawPath\28skgpu::ganesh::PathRenderer::CanDrawPathArgs\20const&\29\20const +7281:skgpu::ganesh::SoftwarePathRenderer::name\28\29\20const +7282:skgpu::ganesh::SmallPathRenderer::onDrawPath\28skgpu::ganesh::PathRenderer::DrawPathArgs\20const&\29 +7283:skgpu::ganesh::SmallPathRenderer::onCanDrawPath\28skgpu::ganesh::PathRenderer::CanDrawPathArgs\20const&\29\20const +7284:skgpu::ganesh::SmallPathRenderer::name\28\29\20const +7285:skgpu::ganesh::SmallPathAtlasMgr::preFlush\28GrOnFlushResourceProvider*\29 +7286:skgpu::ganesh::SmallPathAtlasMgr::postFlush\28skgpu::Token\29 +7287:skgpu::ganesh::SmallPathAtlasMgr::evict\28skgpu::PlotLocator\29 +7288:skgpu::ganesh::RegionOp::\28anonymous\20namespace\29::RegionOpImpl::~RegionOpImpl\28\29_11706 +7289:skgpu::ganesh::RegionOp::\28anonymous\20namespace\29::RegionOpImpl::~RegionOpImpl\28\29 +7290:skgpu::ganesh::RegionOp::\28anonymous\20namespace\29::RegionOpImpl::visitProxies\28std::__2::function\20const&\29\20const +7291:skgpu::ganesh::RegionOp::\28anonymous\20namespace\29::RegionOpImpl::programInfo\28\29 +7292:skgpu::ganesh::RegionOp::\28anonymous\20namespace\29::RegionOpImpl::onPrepareDraws\28GrMeshDrawTarget*\29 +7293:skgpu::ganesh::RegionOp::\28anonymous\20namespace\29::RegionOpImpl::onExecute\28GrOpFlushState*\2c\20SkRect\20const&\29 +7294:skgpu::ganesh::RegionOp::\28anonymous\20namespace\29::RegionOpImpl::onCreateProgramInfo\28GrCaps\20const*\2c\20SkArenaAlloc*\2c\20GrSurfaceProxyView\20const&\2c\20bool\2c\20GrAppliedClip&&\2c\20GrDstProxyView\20const&\2c\20GrXferBarrierFlags\2c\20GrLoadOp\29 +7295:skgpu::ganesh::RegionOp::\28anonymous\20namespace\29::RegionOpImpl::onCombineIfPossible\28GrOp*\2c\20SkArenaAlloc*\2c\20GrCaps\20const&\29 +7296:skgpu::ganesh::RegionOp::\28anonymous\20namespace\29::RegionOpImpl::name\28\29\20const +7297:skgpu::ganesh::RegionOp::\28anonymous\20namespace\29::RegionOpImpl::finalize\28GrCaps\20const&\2c\20GrAppliedClip\20const*\2c\20GrClampType\29 +7298:skgpu::ganesh::QuadPerEdgeAA::\28anonymous\20namespace\29::write_quad_generic\28skgpu::VertexWriter*\2c\20skgpu::ganesh::QuadPerEdgeAA::VertexSpec\20const&\2c\20GrQuad\20const*\2c\20GrQuad\20const*\2c\20float\20const*\2c\20SkRGBA4f<\28SkAlphaType\292>\20const&\2c\20SkRect\20const&\2c\20SkRect\20const&\29 +7299:skgpu::ganesh::QuadPerEdgeAA::\28anonymous\20namespace\29::write_2d_uv_strict\28skgpu::VertexWriter*\2c\20skgpu::ganesh::QuadPerEdgeAA::VertexSpec\20const&\2c\20GrQuad\20const*\2c\20GrQuad\20const*\2c\20float\20const*\2c\20SkRGBA4f<\28SkAlphaType\292>\20const&\2c\20SkRect\20const&\2c\20SkRect\20const&\29 +7300:skgpu::ganesh::QuadPerEdgeAA::\28anonymous\20namespace\29::write_2d_uv\28skgpu::VertexWriter*\2c\20skgpu::ganesh::QuadPerEdgeAA::VertexSpec\20const&\2c\20GrQuad\20const*\2c\20GrQuad\20const*\2c\20float\20const*\2c\20SkRGBA4f<\28SkAlphaType\292>\20const&\2c\20SkRect\20const&\2c\20SkRect\20const&\29 +7301:skgpu::ganesh::QuadPerEdgeAA::\28anonymous\20namespace\29::write_2d_cov_uv_strict\28skgpu::VertexWriter*\2c\20skgpu::ganesh::QuadPerEdgeAA::VertexSpec\20const&\2c\20GrQuad\20const*\2c\20GrQuad\20const*\2c\20float\20const*\2c\20SkRGBA4f<\28SkAlphaType\292>\20const&\2c\20SkRect\20const&\2c\20SkRect\20const&\29 +7302:skgpu::ganesh::QuadPerEdgeAA::\28anonymous\20namespace\29::write_2d_cov_uv\28skgpu::VertexWriter*\2c\20skgpu::ganesh::QuadPerEdgeAA::VertexSpec\20const&\2c\20GrQuad\20const*\2c\20GrQuad\20const*\2c\20float\20const*\2c\20SkRGBA4f<\28SkAlphaType\292>\20const&\2c\20SkRect\20const&\2c\20SkRect\20const&\29 +7303:skgpu::ganesh::QuadPerEdgeAA::\28anonymous\20namespace\29::write_2d_color_uv_strict\28skgpu::VertexWriter*\2c\20skgpu::ganesh::QuadPerEdgeAA::VertexSpec\20const&\2c\20GrQuad\20const*\2c\20GrQuad\20const*\2c\20float\20const*\2c\20SkRGBA4f<\28SkAlphaType\292>\20const&\2c\20SkRect\20const&\2c\20SkRect\20const&\29 +7304:skgpu::ganesh::QuadPerEdgeAA::\28anonymous\20namespace\29::write_2d_color_uv\28skgpu::VertexWriter*\2c\20skgpu::ganesh::QuadPerEdgeAA::VertexSpec\20const&\2c\20GrQuad\20const*\2c\20GrQuad\20const*\2c\20float\20const*\2c\20SkRGBA4f<\28SkAlphaType\292>\20const&\2c\20SkRect\20const&\2c\20SkRect\20const&\29 +7305:skgpu::ganesh::QuadPerEdgeAA::\28anonymous\20namespace\29::write_2d_color\28skgpu::VertexWriter*\2c\20skgpu::ganesh::QuadPerEdgeAA::VertexSpec\20const&\2c\20GrQuad\20const*\2c\20GrQuad\20const*\2c\20float\20const*\2c\20SkRGBA4f<\28SkAlphaType\292>\20const&\2c\20SkRect\20const&\2c\20SkRect\20const&\29 +7306:skgpu::ganesh::QuadPerEdgeAA::QuadPerEdgeAAGeometryProcessor::~QuadPerEdgeAAGeometryProcessor\28\29_11695 +7307:skgpu::ganesh::QuadPerEdgeAA::QuadPerEdgeAAGeometryProcessor::~QuadPerEdgeAAGeometryProcessor\28\29 +7308:skgpu::ganesh::QuadPerEdgeAA::QuadPerEdgeAAGeometryProcessor::onTextureSampler\28int\29\20const +7309:skgpu::ganesh::QuadPerEdgeAA::QuadPerEdgeAAGeometryProcessor::name\28\29\20const +7310:skgpu::ganesh::QuadPerEdgeAA::QuadPerEdgeAAGeometryProcessor::makeProgramImpl\28GrShaderCaps\20const&\29\20const::Impl::setData\28GrGLSLProgramDataManager\20const&\2c\20GrShaderCaps\20const&\2c\20GrGeometryProcessor\20const&\29 +7311:skgpu::ganesh::QuadPerEdgeAA::QuadPerEdgeAAGeometryProcessor::makeProgramImpl\28GrShaderCaps\20const&\29\20const::Impl::onEmitCode\28GrGeometryProcessor::ProgramImpl::EmitArgs&\2c\20GrGeometryProcessor::ProgramImpl::GrGPArgs*\29 +7312:skgpu::ganesh::QuadPerEdgeAA::QuadPerEdgeAAGeometryProcessor::makeProgramImpl\28GrShaderCaps\20const&\29\20const +7313:skgpu::ganesh::QuadPerEdgeAA::QuadPerEdgeAAGeometryProcessor::addToKey\28GrShaderCaps\20const&\2c\20skgpu::KeyBuilder*\29\20const +7314:skgpu::ganesh::PathWedgeTessellator::prepare\28GrMeshDrawTarget*\2c\20SkMatrix\20const&\2c\20skgpu::ganesh::PathTessellator::PathDrawList\20const&\2c\20int\29 +7315:skgpu::ganesh::PathTessellator::~PathTessellator\28\29 +7316:skgpu::ganesh::PathTessellateOp::~PathTessellateOp\28\29_11670 +7317:skgpu::ganesh::PathTessellateOp::~PathTessellateOp\28\29 +7318:skgpu::ganesh::PathTessellateOp::visitProxies\28std::__2::function\20const&\29\20const +7319:skgpu::ganesh::PathTessellateOp::usesStencil\28\29\20const +7320:skgpu::ganesh::PathTessellateOp::onPrepare\28GrOpFlushState*\29 +7321:skgpu::ganesh::PathTessellateOp::onPrePrepare\28GrRecordingContext*\2c\20GrSurfaceProxyView\20const&\2c\20GrAppliedClip*\2c\20GrDstProxyView\20const&\2c\20GrXferBarrierFlags\2c\20GrLoadOp\29 +7322:skgpu::ganesh::PathTessellateOp::onExecute\28GrOpFlushState*\2c\20SkRect\20const&\29 +7323:skgpu::ganesh::PathTessellateOp::onCombineIfPossible\28GrOp*\2c\20SkArenaAlloc*\2c\20GrCaps\20const&\29 +7324:skgpu::ganesh::PathTessellateOp::name\28\29\20const +7325:skgpu::ganesh::PathTessellateOp::finalize\28GrCaps\20const&\2c\20GrAppliedClip\20const*\2c\20GrClampType\29 +7326:skgpu::ganesh::PathStencilCoverOp::~PathStencilCoverOp\28\29_11653 +7327:skgpu::ganesh::PathStencilCoverOp::~PathStencilCoverOp\28\29 +7328:skgpu::ganesh::PathStencilCoverOp::visitProxies\28std::__2::function\20const&\29\20const +7329:skgpu::ganesh::PathStencilCoverOp::onPrepare\28GrOpFlushState*\29 +7330:skgpu::ganesh::PathStencilCoverOp::onPrePrepare\28GrRecordingContext*\2c\20GrSurfaceProxyView\20const&\2c\20GrAppliedClip*\2c\20GrDstProxyView\20const&\2c\20GrXferBarrierFlags\2c\20GrLoadOp\29 +7331:skgpu::ganesh::PathStencilCoverOp::onExecute\28GrOpFlushState*\2c\20SkRect\20const&\29 +7332:skgpu::ganesh::PathStencilCoverOp::name\28\29\20const +7333:skgpu::ganesh::PathStencilCoverOp::fixedFunctionFlags\28\29\20const +7334:skgpu::ganesh::PathStencilCoverOp::finalize\28GrCaps\20const&\2c\20GrAppliedClip\20const*\2c\20GrClampType\29 +7335:skgpu::ganesh::PathRenderer::onStencilPath\28skgpu::ganesh::PathRenderer::StencilPathArgs\20const&\29 +7336:skgpu::ganesh::PathRenderer::onGetStencilSupport\28GrStyledShape\20const&\29\20const +7337:skgpu::ganesh::PathInnerTriangulateOp::~PathInnerTriangulateOp\28\29_11629 +7338:skgpu::ganesh::PathInnerTriangulateOp::~PathInnerTriangulateOp\28\29 +7339:skgpu::ganesh::PathInnerTriangulateOp::visitProxies\28std::__2::function\20const&\29\20const +7340:skgpu::ganesh::PathInnerTriangulateOp::onPrepare\28GrOpFlushState*\29 +7341:skgpu::ganesh::PathInnerTriangulateOp::onPrePrepare\28GrRecordingContext*\2c\20GrSurfaceProxyView\20const&\2c\20GrAppliedClip*\2c\20GrDstProxyView\20const&\2c\20GrXferBarrierFlags\2c\20GrLoadOp\29 +7342:skgpu::ganesh::PathInnerTriangulateOp::onExecute\28GrOpFlushState*\2c\20SkRect\20const&\29 +7343:skgpu::ganesh::PathInnerTriangulateOp::name\28\29\20const +7344:skgpu::ganesh::PathInnerTriangulateOp::fixedFunctionFlags\28\29\20const +7345:skgpu::ganesh::PathInnerTriangulateOp::finalize\28GrCaps\20const&\2c\20GrAppliedClip\20const*\2c\20GrClampType\29 +7346:skgpu::ganesh::PathCurveTessellator::prepare\28GrMeshDrawTarget*\2c\20SkMatrix\20const&\2c\20skgpu::ganesh::PathTessellator::PathDrawList\20const&\2c\20int\29 +7347:skgpu::ganesh::OpsTask::~OpsTask\28\29_11568 +7348:skgpu::ganesh::OpsTask::onPrepare\28GrOpFlushState*\29 +7349:skgpu::ganesh::OpsTask::onPrePrepare\28GrRecordingContext*\29 +7350:skgpu::ganesh::OpsTask::onMakeSkippable\28\29 +7351:skgpu::ganesh::OpsTask::onIsUsed\28GrSurfaceProxy*\29\20const +7352:skgpu::ganesh::OpsTask::gatherProxyIntervals\28GrResourceAllocator*\29\20const +7353:skgpu::ganesh::OpsTask::endFlush\28GrDrawingManager*\29 +7354:skgpu::ganesh::LatticeOp::\28anonymous\20namespace\29::NonAALatticeOp::~NonAALatticeOp\28\29_11540 +7355:skgpu::ganesh::LatticeOp::\28anonymous\20namespace\29::NonAALatticeOp::visitProxies\28std::__2::function\20const&\29\20const +7356:skgpu::ganesh::LatticeOp::\28anonymous\20namespace\29::NonAALatticeOp::onPrepareDraws\28GrMeshDrawTarget*\29 +7357:skgpu::ganesh::LatticeOp::\28anonymous\20namespace\29::NonAALatticeOp::onExecute\28GrOpFlushState*\2c\20SkRect\20const&\29 +7358:skgpu::ganesh::LatticeOp::\28anonymous\20namespace\29::NonAALatticeOp::onCreateProgramInfo\28GrCaps\20const*\2c\20SkArenaAlloc*\2c\20GrSurfaceProxyView\20const&\2c\20bool\2c\20GrAppliedClip&&\2c\20GrDstProxyView\20const&\2c\20GrXferBarrierFlags\2c\20GrLoadOp\29 +7359:skgpu::ganesh::LatticeOp::\28anonymous\20namespace\29::NonAALatticeOp::onCombineIfPossible\28GrOp*\2c\20SkArenaAlloc*\2c\20GrCaps\20const&\29 +7360:skgpu::ganesh::LatticeOp::\28anonymous\20namespace\29::NonAALatticeOp::name\28\29\20const +7361:skgpu::ganesh::LatticeOp::\28anonymous\20namespace\29::NonAALatticeOp::finalize\28GrCaps\20const&\2c\20GrAppliedClip\20const*\2c\20GrClampType\29 +7362:skgpu::ganesh::LatticeOp::\28anonymous\20namespace\29::LatticeGP::~LatticeGP\28\29_11552 +7363:skgpu::ganesh::LatticeOp::\28anonymous\20namespace\29::LatticeGP::~LatticeGP\28\29 +7364:skgpu::ganesh::LatticeOp::\28anonymous\20namespace\29::LatticeGP::onTextureSampler\28int\29\20const +7365:skgpu::ganesh::LatticeOp::\28anonymous\20namespace\29::LatticeGP::name\28\29\20const +7366:skgpu::ganesh::LatticeOp::\28anonymous\20namespace\29::LatticeGP::makeProgramImpl\28GrShaderCaps\20const&\29\20const::Impl::setData\28GrGLSLProgramDataManager\20const&\2c\20GrShaderCaps\20const&\2c\20GrGeometryProcessor\20const&\29 +7367:skgpu::ganesh::LatticeOp::\28anonymous\20namespace\29::LatticeGP::makeProgramImpl\28GrShaderCaps\20const&\29\20const::Impl::onEmitCode\28GrGeometryProcessor::ProgramImpl::EmitArgs&\2c\20GrGeometryProcessor::ProgramImpl::GrGPArgs*\29 +7368:skgpu::ganesh::LatticeOp::\28anonymous\20namespace\29::LatticeGP::makeProgramImpl\28GrShaderCaps\20const&\29\20const +7369:skgpu::ganesh::LatticeOp::\28anonymous\20namespace\29::LatticeGP::addToKey\28GrShaderCaps\20const&\2c\20skgpu::KeyBuilder*\29\20const +7370:skgpu::ganesh::FillRRectOp::\28anonymous\20namespace\29::FillRRectOpImpl::~FillRRectOpImpl\28\29_11328 +7371:skgpu::ganesh::FillRRectOp::\28anonymous\20namespace\29::FillRRectOpImpl::~FillRRectOpImpl\28\29 +7372:skgpu::ganesh::FillRRectOp::\28anonymous\20namespace\29::FillRRectOpImpl::visitProxies\28std::__2::function\20const&\29\20const +7373:skgpu::ganesh::FillRRectOp::\28anonymous\20namespace\29::FillRRectOpImpl::onPrepareDraws\28GrMeshDrawTarget*\29 +7374:skgpu::ganesh::FillRRectOp::\28anonymous\20namespace\29::FillRRectOpImpl::onExecute\28GrOpFlushState*\2c\20SkRect\20const&\29 +7375:skgpu::ganesh::FillRRectOp::\28anonymous\20namespace\29::FillRRectOpImpl::onCreateProgramInfo\28GrCaps\20const*\2c\20SkArenaAlloc*\2c\20GrSurfaceProxyView\20const&\2c\20bool\2c\20GrAppliedClip&&\2c\20GrDstProxyView\20const&\2c\20GrXferBarrierFlags\2c\20GrLoadOp\29 +7376:skgpu::ganesh::FillRRectOp::\28anonymous\20namespace\29::FillRRectOpImpl::onCombineIfPossible\28GrOp*\2c\20SkArenaAlloc*\2c\20GrCaps\20const&\29 +7377:skgpu::ganesh::FillRRectOp::\28anonymous\20namespace\29::FillRRectOpImpl::name\28\29\20const +7378:skgpu::ganesh::FillRRectOp::\28anonymous\20namespace\29::FillRRectOpImpl::finalize\28GrCaps\20const&\2c\20GrAppliedClip\20const*\2c\20GrClampType\29 +7379:skgpu::ganesh::FillRRectOp::\28anonymous\20namespace\29::FillRRectOpImpl::clipToShape\28skgpu::ganesh::SurfaceDrawContext*\2c\20SkClipOp\2c\20SkMatrix\20const&\2c\20GrShape\20const&\2c\20GrAA\29 +7380:skgpu::ganesh::FillRRectOp::\28anonymous\20namespace\29::FillRRectOpImpl::Processor::~Processor\28\29_11345 +7381:skgpu::ganesh::FillRRectOp::\28anonymous\20namespace\29::FillRRectOpImpl::Processor::~Processor\28\29 +7382:skgpu::ganesh::FillRRectOp::\28anonymous\20namespace\29::FillRRectOpImpl::Processor::name\28\29\20const +7383:skgpu::ganesh::FillRRectOp::\28anonymous\20namespace\29::FillRRectOpImpl::Processor::makeProgramImpl\28GrShaderCaps\20const&\29\20const +7384:skgpu::ganesh::FillRRectOp::\28anonymous\20namespace\29::FillRRectOpImpl::Processor::addToKey\28GrShaderCaps\20const&\2c\20skgpu::KeyBuilder*\29\20const +7385:skgpu::ganesh::FillRRectOp::\28anonymous\20namespace\29::FillRRectOpImpl::Processor::Impl::onEmitCode\28GrGeometryProcessor::ProgramImpl::EmitArgs&\2c\20GrGeometryProcessor::ProgramImpl::GrGPArgs*\29 +7386:skgpu::ganesh::DrawableOp::~DrawableOp\28\29_11318 +7387:skgpu::ganesh::DrawableOp::~DrawableOp\28\29 +7388:skgpu::ganesh::DrawableOp::onExecute\28GrOpFlushState*\2c\20SkRect\20const&\29 +7389:skgpu::ganesh::DrawableOp::name\28\29\20const +7390:skgpu::ganesh::DrawAtlasPathOp::~DrawAtlasPathOp\28\29_11221 +7391:skgpu::ganesh::DrawAtlasPathOp::~DrawAtlasPathOp\28\29 +7392:skgpu::ganesh::DrawAtlasPathOp::visitProxies\28std::__2::function\20const&\29\20const +7393:skgpu::ganesh::DrawAtlasPathOp::onPrepare\28GrOpFlushState*\29 +7394:skgpu::ganesh::DrawAtlasPathOp::onPrePrepare\28GrRecordingContext*\2c\20GrSurfaceProxyView\20const&\2c\20GrAppliedClip*\2c\20GrDstProxyView\20const&\2c\20GrXferBarrierFlags\2c\20GrLoadOp\29 +7395:skgpu::ganesh::DrawAtlasPathOp::onExecute\28GrOpFlushState*\2c\20SkRect\20const&\29 +7396:skgpu::ganesh::DrawAtlasPathOp::onCombineIfPossible\28GrOp*\2c\20SkArenaAlloc*\2c\20GrCaps\20const&\29 +7397:skgpu::ganesh::DrawAtlasPathOp::name\28\29\20const +7398:skgpu::ganesh::DrawAtlasPathOp::finalize\28GrCaps\20const&\2c\20GrAppliedClip\20const*\2c\20GrClampType\29 +7399:skgpu::ganesh::Device::~Device\28\29_8773 +7400:skgpu::ganesh::Device::~Device\28\29 +7401:skgpu::ganesh::Device::strikeDeviceInfo\28\29\20const +7402:skgpu::ganesh::Device::snapSpecial\28SkIRect\20const&\2c\20bool\29 +7403:skgpu::ganesh::Device::snapSpecialScaled\28SkIRect\20const&\2c\20SkISize\20const&\29 +7404:skgpu::ganesh::Device::replaceClip\28SkIRect\20const&\29 +7405:skgpu::ganesh::Device::pushClipStack\28\29 +7406:skgpu::ganesh::Device::popClipStack\28\29 +7407:skgpu::ganesh::Device::onWritePixels\28SkPixmap\20const&\2c\20int\2c\20int\29 +7408:skgpu::ganesh::Device::onReadPixels\28SkPixmap\20const&\2c\20int\2c\20int\29 +7409:skgpu::ganesh::Device::onDrawGlyphRunList\28SkCanvas*\2c\20sktext::GlyphRunList\20const&\2c\20SkPaint\20const&\29 +7410:skgpu::ganesh::Device::onClipShader\28sk_sp\29 +7411:skgpu::ganesh::Device::makeSurface\28SkImageInfo\20const&\2c\20SkSurfaceProps\20const&\29 +7412:skgpu::ganesh::Device::isClipWideOpen\28\29\20const +7413:skgpu::ganesh::Device::isClipRect\28\29\20const +7414:skgpu::ganesh::Device::isClipEmpty\28\29\20const +7415:skgpu::ganesh::Device::isClipAntiAliased\28\29\20const +7416:skgpu::ganesh::Device::drawVertices\28SkVertices\20const*\2c\20sk_sp\2c\20SkPaint\20const&\2c\20bool\29 +7417:skgpu::ganesh::Device::drawSpecial\28SkSpecialImage*\2c\20SkMatrix\20const&\2c\20SkSamplingOptions\20const&\2c\20SkPaint\20const&\2c\20SkCanvas::SrcRectConstraint\29 +7418:skgpu::ganesh::Device::drawSlug\28SkCanvas*\2c\20sktext::gpu::Slug\20const*\2c\20SkPaint\20const&\29 +7419:skgpu::ganesh::Device::drawShadow\28SkCanvas*\2c\20SkPath\20const&\2c\20SkDrawShadowRec\20const&\29 +7420:skgpu::ganesh::Device::drawRegion\28SkRegion\20const&\2c\20SkPaint\20const&\29 +7421:skgpu::ganesh::Device::drawRect\28SkRect\20const&\2c\20SkPaint\20const&\29 +7422:skgpu::ganesh::Device::drawPoints\28SkCanvas::PointMode\2c\20SkSpan\2c\20SkPaint\20const&\29 +7423:skgpu::ganesh::Device::drawPaint\28SkPaint\20const&\29 +7424:skgpu::ganesh::Device::drawOval\28SkRect\20const&\2c\20SkPaint\20const&\29 +7425:skgpu::ganesh::Device::drawMesh\28SkMesh\20const&\2c\20sk_sp\2c\20SkPaint\20const&\29 +7426:skgpu::ganesh::Device::drawImageRect\28SkImage\20const*\2c\20SkRect\20const*\2c\20SkRect\20const&\2c\20SkSamplingOptions\20const&\2c\20SkPaint\20const&\2c\20SkCanvas::SrcRectConstraint\29 +7427:skgpu::ganesh::Device::drawImageLattice\28SkImage\20const*\2c\20SkCanvas::Lattice\20const&\2c\20SkRect\20const&\2c\20SkFilterMode\2c\20SkPaint\20const&\29 +7428:skgpu::ganesh::Device::drawEdgeAAQuad\28SkRect\20const&\2c\20SkPoint\20const*\2c\20SkCanvas::QuadAAFlags\2c\20SkRGBA4f<\28SkAlphaType\293>\20const&\2c\20SkBlendMode\29 +7429:skgpu::ganesh::Device::drawEdgeAAImageSet\28SkCanvas::ImageSetEntry\20const*\2c\20int\2c\20SkPoint\20const*\2c\20SkMatrix\20const*\2c\20SkSamplingOptions\20const&\2c\20SkPaint\20const&\2c\20SkCanvas::SrcRectConstraint\29 +7430:skgpu::ganesh::Device::drawDrawable\28SkCanvas*\2c\20SkDrawable*\2c\20SkMatrix\20const*\29 +7431:skgpu::ganesh::Device::drawDevice\28SkDevice*\2c\20SkSamplingOptions\20const&\2c\20SkPaint\20const&\29 +7432:skgpu::ganesh::Device::drawDRRect\28SkRRect\20const&\2c\20SkRRect\20const&\2c\20SkPaint\20const&\29 +7433:skgpu::ganesh::Device::drawCoverageMask\28SkSpecialImage\20const*\2c\20SkMatrix\20const&\2c\20SkSamplingOptions\20const&\2c\20SkPaint\20const&\29 +7434:skgpu::ganesh::Device::drawBlurredRRect\28SkRRect\20const&\2c\20SkPaint\20const&\2c\20float\29 +7435:skgpu::ganesh::Device::drawAtlas\28SkSpan\2c\20SkSpan\2c\20SkSpan\2c\20sk_sp\2c\20SkPaint\20const&\29 +7436:skgpu::ganesh::Device::drawAsTiledImageRect\28SkCanvas*\2c\20SkImage\20const*\2c\20SkRect\20const*\2c\20SkRect\20const&\2c\20SkSamplingOptions\20const&\2c\20SkPaint\20const&\2c\20SkCanvas::SrcRectConstraint\29 +7437:skgpu::ganesh::Device::drawArc\28SkArc\20const&\2c\20SkPaint\20const&\29 +7438:skgpu::ganesh::Device::devClipBounds\28\29\20const +7439:skgpu::ganesh::Device::createImageFilteringBackend\28SkSurfaceProps\20const&\2c\20SkColorType\29\20const +7440:skgpu::ganesh::Device::createDevice\28SkDevice::CreateInfo\20const&\2c\20SkPaint\20const*\29 +7441:skgpu::ganesh::Device::convertGlyphRunListToSlug\28sktext::GlyphRunList\20const&\2c\20SkPaint\20const&\29 +7442:skgpu::ganesh::Device::clipRegion\28SkRegion\20const&\2c\20SkClipOp\29 +7443:skgpu::ganesh::Device::clipRect\28SkRect\20const&\2c\20SkClipOp\2c\20bool\29 +7444:skgpu::ganesh::Device::clipRRect\28SkRRect\20const&\2c\20SkClipOp\2c\20bool\29 +7445:skgpu::ganesh::Device::clipPath\28SkPath\20const&\2c\20SkClipOp\2c\20bool\29 +7446:skgpu::ganesh::Device::baseRecorder\28\29\20const +7447:skgpu::ganesh::Device::android_utils_clipWithStencil\28\29 +7448:skgpu::ganesh::DefaultPathRenderer::onStencilPath\28skgpu::ganesh::PathRenderer::StencilPathArgs\20const&\29 +7449:skgpu::ganesh::DefaultPathRenderer::onGetStencilSupport\28GrStyledShape\20const&\29\20const +7450:skgpu::ganesh::DefaultPathRenderer::onDrawPath\28skgpu::ganesh::PathRenderer::DrawPathArgs\20const&\29 +7451:skgpu::ganesh::DefaultPathRenderer::onCanDrawPath\28skgpu::ganesh::PathRenderer::CanDrawPathArgs\20const&\29\20const +7452:skgpu::ganesh::DefaultPathRenderer::name\28\29\20const +7453:skgpu::ganesh::DashOp::\28anonymous\20namespace\29::DashingLineEffect::name\28\29\20const +7454:skgpu::ganesh::DashOp::\28anonymous\20namespace\29::DashingLineEffect::makeProgramImpl\28GrShaderCaps\20const&\29\20const +7455:skgpu::ganesh::DashOp::\28anonymous\20namespace\29::DashingLineEffect::Impl::setData\28GrGLSLProgramDataManager\20const&\2c\20GrShaderCaps\20const&\2c\20GrGeometryProcessor\20const&\29 +7456:skgpu::ganesh::DashOp::\28anonymous\20namespace\29::DashingLineEffect::Impl::onEmitCode\28GrGeometryProcessor::ProgramImpl::EmitArgs&\2c\20GrGeometryProcessor::ProgramImpl::GrGPArgs*\29 +7457:skgpu::ganesh::DashOp::\28anonymous\20namespace\29::DashingCircleEffect::name\28\29\20const +7458:skgpu::ganesh::DashOp::\28anonymous\20namespace\29::DashingCircleEffect::makeProgramImpl\28GrShaderCaps\20const&\29\20const +7459:skgpu::ganesh::DashOp::\28anonymous\20namespace\29::DashingCircleEffect::Impl::setData\28GrGLSLProgramDataManager\20const&\2c\20GrShaderCaps\20const&\2c\20GrGeometryProcessor\20const&\29 +7460:skgpu::ganesh::DashOp::\28anonymous\20namespace\29::DashingCircleEffect::Impl::onEmitCode\28GrGeometryProcessor::ProgramImpl::EmitArgs&\2c\20GrGeometryProcessor::ProgramImpl::GrGPArgs*\29 +7461:skgpu::ganesh::DashOp::\28anonymous\20namespace\29::DashOpImpl::~DashOpImpl\28\29_11144 +7462:skgpu::ganesh::DashOp::\28anonymous\20namespace\29::DashOpImpl::~DashOpImpl\28\29 +7463:skgpu::ganesh::DashOp::\28anonymous\20namespace\29::DashOpImpl::visitProxies\28std::__2::function\20const&\29\20const +7464:skgpu::ganesh::DashOp::\28anonymous\20namespace\29::DashOpImpl::programInfo\28\29 +7465:skgpu::ganesh::DashOp::\28anonymous\20namespace\29::DashOpImpl::onPrepareDraws\28GrMeshDrawTarget*\29 +7466:skgpu::ganesh::DashOp::\28anonymous\20namespace\29::DashOpImpl::onExecute\28GrOpFlushState*\2c\20SkRect\20const&\29 +7467:skgpu::ganesh::DashOp::\28anonymous\20namespace\29::DashOpImpl::onCreateProgramInfo\28GrCaps\20const*\2c\20SkArenaAlloc*\2c\20GrSurfaceProxyView\20const&\2c\20bool\2c\20GrAppliedClip&&\2c\20GrDstProxyView\20const&\2c\20GrXferBarrierFlags\2c\20GrLoadOp\29 +7468:skgpu::ganesh::DashOp::\28anonymous\20namespace\29::DashOpImpl::onCombineIfPossible\28GrOp*\2c\20SkArenaAlloc*\2c\20GrCaps\20const&\29 +7469:skgpu::ganesh::DashOp::\28anonymous\20namespace\29::DashOpImpl::name\28\29\20const +7470:skgpu::ganesh::DashOp::\28anonymous\20namespace\29::DashOpImpl::fixedFunctionFlags\28\29\20const +7471:skgpu::ganesh::DashOp::\28anonymous\20namespace\29::DashOpImpl::finalize\28GrCaps\20const&\2c\20GrAppliedClip\20const*\2c\20GrClampType\29 +7472:skgpu::ganesh::DashLinePathRenderer::onDrawPath\28skgpu::ganesh::PathRenderer::DrawPathArgs\20const&\29 +7473:skgpu::ganesh::DashLinePathRenderer::onCanDrawPath\28skgpu::ganesh::PathRenderer::CanDrawPathArgs\20const&\29\20const +7474:skgpu::ganesh::DashLinePathRenderer::name\28\29\20const +7475:skgpu::ganesh::ClipStack::~ClipStack\28\29_8734 +7476:skgpu::ganesh::ClipStack::preApply\28SkRect\20const&\2c\20GrAA\29\20const +7477:skgpu::ganesh::ClipStack::apply\28GrRecordingContext*\2c\20skgpu::ganesh::SurfaceDrawContext*\2c\20GrDrawOp*\2c\20GrAAType\2c\20GrAppliedClip*\2c\20SkRect*\29\20const +7478:skgpu::ganesh::ClearOp::~ClearOp\28\29 +7479:skgpu::ganesh::ClearOp::onExecute\28GrOpFlushState*\2c\20SkRect\20const&\29 +7480:skgpu::ganesh::ClearOp::onCombineIfPossible\28GrOp*\2c\20SkArenaAlloc*\2c\20GrCaps\20const&\29 +7481:skgpu::ganesh::ClearOp::name\28\29\20const +7482:skgpu::ganesh::AtlasTextOp::~AtlasTextOp\28\29_11116 +7483:skgpu::ganesh::AtlasTextOp::~AtlasTextOp\28\29 +7484:skgpu::ganesh::AtlasTextOp::visitProxies\28std::__2::function\20const&\29\20const +7485:skgpu::ganesh::AtlasTextOp::onPrepareDraws\28GrMeshDrawTarget*\29 +7486:skgpu::ganesh::AtlasTextOp::onExecute\28GrOpFlushState*\2c\20SkRect\20const&\29 +7487:skgpu::ganesh::AtlasTextOp::onCombineIfPossible\28GrOp*\2c\20SkArenaAlloc*\2c\20GrCaps\20const&\29 +7488:skgpu::ganesh::AtlasTextOp::name\28\29\20const +7489:skgpu::ganesh::AtlasTextOp::finalize\28GrCaps\20const&\2c\20GrAppliedClip\20const*\2c\20GrClampType\29 +7490:skgpu::ganesh::AtlasRenderTask::~AtlasRenderTask\28\29_11096 +7491:skgpu::ganesh::AtlasRenderTask::~AtlasRenderTask\28\29 +7492:skgpu::ganesh::AtlasRenderTask::onMakeClosed\28GrRecordingContext*\2c\20SkIRect*\29 +7493:skgpu::ganesh::AtlasRenderTask::onExecute\28GrOpFlushState*\29 +7494:skgpu::ganesh::AtlasPathRenderer::~AtlasPathRenderer\28\29_11060 +7495:skgpu::ganesh::AtlasPathRenderer::~AtlasPathRenderer\28\29 +7496:skgpu::ganesh::AtlasPathRenderer::onDrawPath\28skgpu::ganesh::PathRenderer::DrawPathArgs\20const&\29 +7497:skgpu::ganesh::AtlasPathRenderer::onCanDrawPath\28skgpu::ganesh::PathRenderer::CanDrawPathArgs\20const&\29\20const +7498:skgpu::ganesh::AtlasPathRenderer::name\28\29\20const +7499:skgpu::ganesh::AALinearizingConvexPathRenderer::onDrawPath\28skgpu::ganesh::PathRenderer::DrawPathArgs\20const&\29 +7500:skgpu::ganesh::AALinearizingConvexPathRenderer::onCanDrawPath\28skgpu::ganesh::PathRenderer::CanDrawPathArgs\20const&\29\20const +7501:skgpu::ganesh::AALinearizingConvexPathRenderer::name\28\29\20const +7502:skgpu::ganesh::AAHairLinePathRenderer::onDrawPath\28skgpu::ganesh::PathRenderer::DrawPathArgs\20const&\29 +7503:skgpu::ganesh::AAHairLinePathRenderer::onCanDrawPath\28skgpu::ganesh::PathRenderer::CanDrawPathArgs\20const&\29\20const +7504:skgpu::ganesh::AAHairLinePathRenderer::name\28\29\20const +7505:skgpu::ganesh::AAConvexPathRenderer::onDrawPath\28skgpu::ganesh::PathRenderer::DrawPathArgs\20const&\29 +7506:skgpu::ganesh::AAConvexPathRenderer::onCanDrawPath\28skgpu::ganesh::PathRenderer::CanDrawPathArgs\20const&\29\20const +7507:skgpu::ganesh::AAConvexPathRenderer::name\28\29\20const +7508:skgpu::TAsyncReadResult::~TAsyncReadResult\28\29_10218 +7509:skgpu::TAsyncReadResult::rowBytes\28int\29\20const +7510:skgpu::TAsyncReadResult::data\28int\29\20const +7511:skgpu::StringKeyBuilder::~StringKeyBuilder\28\29_9646 +7512:skgpu::StringKeyBuilder::~StringKeyBuilder\28\29 +7513:skgpu::StringKeyBuilder::appendComment\28char\20const*\29 +7514:skgpu::StringKeyBuilder::addBits\28unsigned\20int\2c\20unsigned\20int\2c\20std::__2::basic_string_view>\29 +7515:skgpu::ShaderErrorHandler::compileError\28char\20const*\2c\20char\20const*\2c\20bool\29 +7516:skgpu::RectanizerSkyline::~RectanizerSkyline\28\29_12596 +7517:skgpu::RectanizerSkyline::~RectanizerSkyline\28\29 +7518:skgpu::RectanizerSkyline::reset\28\29 +7519:skgpu::RectanizerSkyline::percentFull\28\29\20const +7520:skgpu::RectanizerPow2::reset\28\29 +7521:skgpu::RectanizerPow2::percentFull\28\29\20const +7522:skgpu::RectanizerPow2::addRect\28int\2c\20int\2c\20SkIPoint16*\29 +7523:skgpu::Plot::~Plot\28\29_12571 +7524:skgpu::Plot::~Plot\28\29 +7525:skgpu::KeyBuilder::~KeyBuilder\28\29 +7526:skgpu::KeyBuilder::addBits\28unsigned\20int\2c\20unsigned\20int\2c\20std::__2::basic_string_view>\29 +7527:skgpu::DefaultShaderErrorHandler\28\29::DefaultShaderErrorHandler::compileError\28char\20const*\2c\20char\20const*\29 +7528:skcpu::bw_square_proc\28skcpu::PtProcRec\20const&\2c\20SkSpan\2c\20SkBlitter*\29 +7529:skcpu::bw_pt_hair_proc\28skcpu::PtProcRec\20const&\2c\20SkSpan\2c\20SkBlitter*\29 +7530:skcpu::bw_poly_hair_proc\28skcpu::PtProcRec\20const&\2c\20SkSpan\2c\20SkBlitter*\29 +7531:skcpu::bw_line_hair_proc\28skcpu::PtProcRec\20const&\2c\20SkSpan\2c\20SkBlitter*\29 +7532:skcpu::aa_square_proc\28skcpu::PtProcRec\20const&\2c\20SkSpan\2c\20SkBlitter*\29 +7533:skcpu::aa_poly_hair_proc\28skcpu::PtProcRec\20const&\2c\20SkSpan\2c\20SkBlitter*\29 +7534:skcpu::aa_line_hair_proc\28skcpu::PtProcRec\20const&\2c\20SkSpan\2c\20SkBlitter*\29 +7535:skcpu::Draw::~Draw\28\29 +7536:skcpu::Draw::paintMasks\28SkZip\2c\20SkPaint\20const&\29\20const +7537:sk_write_fn\28png_struct_def*\2c\20unsigned\20char*\2c\20unsigned\20long\29 +7538:sk_sp*\20emscripten::internal::MemberAccess>::getWire\28sk_sp\20SimpleImageInfo::*\20const&\2c\20SimpleImageInfo&\29 +7539:sk_read_user_chunk\28png_struct_def*\2c\20png_unknown_chunk_t*\29 +7540:sk_mmap_releaseproc\28void\20const*\2c\20void*\29 +7541:sk_ft_stream_io\28FT_StreamRec_*\2c\20unsigned\20long\2c\20unsigned\20char*\2c\20unsigned\20long\29 +7542:sk_ft_realloc\28FT_MemoryRec_*\2c\20long\2c\20long\2c\20void*\29 +7543:sk_ft_free\28FT_MemoryRec_*\2c\20void*\29 +7544:sk_ft_alloc\28FT_MemoryRec_*\2c\20long\29 +7545:sk_error_fn\28png_struct_def*\2c\20char\20const*\29_13082 +7546:sk_error_fn\28png_struct_def*\2c\20char\20const*\29 +7547:sfnt_table_info +7548:sfnt_load_face +7549:sfnt_is_postscript +7550:sfnt_is_alphanumeric +7551:sfnt_init_face +7552:sfnt_get_ps_name +7553:sfnt_get_name_index +7554:sfnt_get_name_id +7555:sfnt_get_interface +7556:sfnt_get_glyph_name +7557:sfnt_get_charset_id +7558:sfnt_done_face +7559:setup_syllables_use\28hb_ot_shape_plan_t\20const*\2c\20hb_font_t*\2c\20hb_buffer_t*\29 +7560:setup_syllables_myanmar\28hb_ot_shape_plan_t\20const*\2c\20hb_font_t*\2c\20hb_buffer_t*\29 +7561:setup_syllables_khmer\28hb_ot_shape_plan_t\20const*\2c\20hb_font_t*\2c\20hb_buffer_t*\29 +7562:setup_syllables_indic\28hb_ot_shape_plan_t\20const*\2c\20hb_font_t*\2c\20hb_buffer_t*\29 +7563:setup_masks_use\28hb_ot_shape_plan_t\20const*\2c\20hb_buffer_t*\2c\20hb_font_t*\29 +7564:setup_masks_myanmar\28hb_ot_shape_plan_t\20const*\2c\20hb_buffer_t*\2c\20hb_font_t*\29 +7565:setup_masks_khmer\28hb_ot_shape_plan_t\20const*\2c\20hb_buffer_t*\2c\20hb_font_t*\29 +7566:setup_masks_indic\28hb_ot_shape_plan_t\20const*\2c\20hb_buffer_t*\2c\20hb_font_t*\29 +7567:setup_masks_hangul\28hb_ot_shape_plan_t\20const*\2c\20hb_buffer_t*\2c\20hb_font_t*\29 +7568:setup_masks_arabic\28hb_ot_shape_plan_t\20const*\2c\20hb_buffer_t*\2c\20hb_font_t*\29 +7569:service_cleanup\28\29 +7570:sep_upsample +7571:self_destruct +7572:scriptGetMaxValue\28IntProperty\20const&\2c\20UProperty\29 +7573:save_marker +7574:sample8\28void*\2c\20unsigned\20char\20const*\2c\20int\2c\20int\2c\20int\2c\20int\2c\20unsigned\20int\20const*\29 +7575:sample6\28void*\2c\20unsigned\20char\20const*\2c\20int\2c\20int\2c\20int\2c\20int\2c\20unsigned\20int\20const*\29 +7576:sample4\28void*\2c\20unsigned\20char\20const*\2c\20int\2c\20int\2c\20int\2c\20int\2c\20unsigned\20int\20const*\29 +7577:sample2\28void*\2c\20unsigned\20char\20const*\2c\20int\2c\20int\2c\20int\2c\20int\2c\20unsigned\20int\20const*\29 +7578:sample1\28void*\2c\20unsigned\20char\20const*\2c\20int\2c\20int\2c\20int\2c\20int\2c\20unsigned\20int\20const*\29 +7579:rgb_rgb_convert +7580:rgb_rgb565_convert +7581:rgb_rgb565D_convert +7582:rgb_gray_convert +7583:reverse_hit_compare_y\28SkOpRayHit\20const*\2c\20SkOpRayHit\20const*\29 +7584:reverse_hit_compare_x\28SkOpRayHit\20const*\2c\20SkOpRayHit\20const*\29 +7585:reset_marker_reader +7586:reset_input_controller +7587:reset_error_mgr +7588:request_virt_sarray +7589:request_virt_barray +7590:reorder_use\28hb_ot_shape_plan_t\20const*\2c\20hb_font_t*\2c\20hb_buffer_t*\29 +7591:reorder_myanmar\28hb_ot_shape_plan_t\20const*\2c\20hb_font_t*\2c\20hb_buffer_t*\29 +7592:reorder_marks_hebrew\28hb_ot_shape_plan_t\20const*\2c\20hb_buffer_t*\2c\20unsigned\20int\2c\20unsigned\20int\29 +7593:reorder_marks_arabic\28hb_ot_shape_plan_t\20const*\2c\20hb_buffer_t*\2c\20unsigned\20int\2c\20unsigned\20int\29 +7594:reorder_khmer\28hb_ot_shape_plan_t\20const*\2c\20hb_font_t*\2c\20hb_buffer_t*\29 +7595:release_data\28void*\2c\20void*\29 +7596:record_stch\28hb_ot_shape_plan_t\20const*\2c\20hb_font_t*\2c\20hb_buffer_t*\29 +7597:record_rphf_use\28hb_ot_shape_plan_t\20const*\2c\20hb_font_t*\2c\20hb_buffer_t*\29 +7598:record_pref_use\28hb_ot_shape_plan_t\20const*\2c\20hb_font_t*\2c\20hb_buffer_t*\29 +7599:realize_virt_arrays +7600:read_restart_marker +7601:read_markers +7602:read_data_from_FT_Stream +7603:rbbi_cleanup_74 +7604:quantize_ord_dither +7605:quantize_fs_dither +7606:quantize3_ord_dither +7607:putil_cleanup\28\29 +7608:psnames_get_service +7609:pshinter_get_t2_funcs +7610:pshinter_get_t1_funcs +7611:pshinter_get_globals_funcs +7612:psh_globals_new +7613:psh_globals_destroy +7614:psaux_get_glyph_name +7615:ps_table_release +7616:ps_table_new +7617:ps_table_done +7618:ps_table_add +7619:ps_property_set +7620:ps_property_get +7621:ps_parser_to_token_array +7622:ps_parser_to_int +7623:ps_parser_to_fixed_array +7624:ps_parser_to_fixed +7625:ps_parser_to_coord_array +7626:ps_parser_to_bytes +7627:ps_parser_skip_spaces +7628:ps_parser_load_field_table +7629:ps_parser_init +7630:ps_hints_t2mask +7631:ps_hints_t2counter +7632:ps_hints_t1stem3 +7633:ps_hints_t1reset +7634:ps_hints_close +7635:ps_hints_apply +7636:ps_hinter_init +7637:ps_hinter_done +7638:ps_get_standard_strings +7639:ps_get_macintosh_name +7640:ps_decoder_init +7641:ps_builder_init +7642:progress_monitor\28jpeg_common_struct*\29 +7643:process_data_simple_main +7644:process_data_crank_post +7645:process_data_context_main +7646:prescan_quantize +7647:preprocess_text_use\28hb_ot_shape_plan_t\20const*\2c\20hb_buffer_t*\2c\20hb_font_t*\29 +7648:preprocess_text_thai\28hb_ot_shape_plan_t\20const*\2c\20hb_buffer_t*\2c\20hb_font_t*\29 +7649:preprocess_text_indic\28hb_ot_shape_plan_t\20const*\2c\20hb_buffer_t*\2c\20hb_font_t*\29 +7650:preprocess_text_hangul\28hb_ot_shape_plan_t\20const*\2c\20hb_buffer_t*\2c\20hb_font_t*\29 +7651:prepare_for_output_pass +7652:premultiply_data +7653:premul_rgb\28SkRGBA4f<\28SkAlphaType\292>\29 +7654:premul_polar\28SkRGBA4f<\28SkAlphaType\292>\29 +7655:postprocess_glyphs_arabic\28hb_ot_shape_plan_t\20const*\2c\20hb_buffer_t*\2c\20hb_font_t*\29 +7656:post_process_prepass +7657:post_process_2pass +7658:post_process_1pass +7659:portable::xy_to_unit_angle\28portable::Params*\2c\20SkRasterPipelineStage*\2c\20float\2c\20float\2c\20float\2c\20float\29 +7660:portable::xy_to_radius\28portable::Params*\2c\20SkRasterPipelineStage*\2c\20float\2c\20float\2c\20float\2c\20float\29 +7661:portable::xy_to_2pt_conical_well_behaved\28portable::Params*\2c\20SkRasterPipelineStage*\2c\20float\2c\20float\2c\20float\2c\20float\29 +7662:portable::xy_to_2pt_conical_strip\28portable::Params*\2c\20SkRasterPipelineStage*\2c\20float\2c\20float\2c\20float\2c\20float\29 +7663:portable::xy_to_2pt_conical_smaller\28portable::Params*\2c\20SkRasterPipelineStage*\2c\20float\2c\20float\2c\20float\2c\20float\29 +7664:portable::xy_to_2pt_conical_greater\28portable::Params*\2c\20SkRasterPipelineStage*\2c\20float\2c\20float\2c\20float\2c\20float\29 +7665:portable::xy_to_2pt_conical_focal_on_circle\28portable::Params*\2c\20SkRasterPipelineStage*\2c\20float\2c\20float\2c\20float\2c\20float\29 +7666:portable::xor_\28portable::Params*\2c\20SkRasterPipelineStage*\2c\20float\2c\20float\2c\20float\2c\20float\29 +7667:portable::white_color\28portable::Params*\2c\20SkRasterPipelineStage*\2c\20float\2c\20float\2c\20float\2c\20float\29 +7668:portable::unpremul_polar\28portable::Params*\2c\20SkRasterPipelineStage*\2c\20float\2c\20float\2c\20float\2c\20float\29 +7669:portable::unpremul\28portable::Params*\2c\20SkRasterPipelineStage*\2c\20float\2c\20float\2c\20float\2c\20float\29 +7670:portable::uniform_color_dst\28portable::Params*\2c\20SkRasterPipelineStage*\2c\20float\2c\20float\2c\20float\2c\20float\29 +7671:portable::trace_var\28portable::Params*\2c\20SkRasterPipelineStage*\2c\20float\2c\20float\2c\20float\2c\20float\29 +7672:portable::trace_scope\28portable::Params*\2c\20SkRasterPipelineStage*\2c\20float\2c\20float\2c\20float\2c\20float\29 +7673:portable::trace_line\28portable::Params*\2c\20SkRasterPipelineStage*\2c\20float\2c\20float\2c\20float\2c\20float\29 +7674:portable::trace_exit\28portable::Params*\2c\20SkRasterPipelineStage*\2c\20float\2c\20float\2c\20float\2c\20float\29 +7675:portable::trace_enter\28portable::Params*\2c\20SkRasterPipelineStage*\2c\20float\2c\20float\2c\20float\2c\20float\29 +7676:portable::tan_float\28portable::Params*\2c\20SkRasterPipelineStage*\2c\20float\2c\20float\2c\20float\2c\20float\29 +7677:portable::swizzle_copy_to_indirect_masked\28portable::Params*\2c\20SkRasterPipelineStage*\2c\20float\2c\20float\2c\20float\2c\20float\29 +7678:portable::swizzle_copy_slot_masked\28portable::Params*\2c\20SkRasterPipelineStage*\2c\20float\2c\20float\2c\20float\2c\20float\29 +7679:portable::swizzle_copy_4_slots_masked\28portable::Params*\2c\20SkRasterPipelineStage*\2c\20float\2c\20float\2c\20float\2c\20float\29 +7680:portable::swizzle_copy_3_slots_masked\28portable::Params*\2c\20SkRasterPipelineStage*\2c\20float\2c\20float\2c\20float\2c\20float\29 +7681:portable::swizzle_copy_2_slots_masked\28portable::Params*\2c\20SkRasterPipelineStage*\2c\20float\2c\20float\2c\20float\2c\20float\29 +7682:portable::swizzle_4\28portable::Params*\2c\20SkRasterPipelineStage*\2c\20float\2c\20float\2c\20float\2c\20float\29 +7683:portable::swizzle_3\28portable::Params*\2c\20SkRasterPipelineStage*\2c\20float\2c\20float\2c\20float\2c\20float\29 +7684:portable::swizzle_2\28portable::Params*\2c\20SkRasterPipelineStage*\2c\20float\2c\20float\2c\20float\2c\20float\29 +7685:portable::swizzle_1\28portable::Params*\2c\20SkRasterPipelineStage*\2c\20float\2c\20float\2c\20float\2c\20float\29 +7686:portable::swizzle\28portable::Params*\2c\20SkRasterPipelineStage*\2c\20float\2c\20float\2c\20float\2c\20float\29 +7687:portable::swap_src_dst\28portable::Params*\2c\20SkRasterPipelineStage*\2c\20float\2c\20float\2c\20float\2c\20float\29 +7688:portable::swap_rb_dst\28portable::Params*\2c\20SkRasterPipelineStage*\2c\20float\2c\20float\2c\20float\2c\20float\29 +7689:portable::swap_rb\28portable::Params*\2c\20SkRasterPipelineStage*\2c\20float\2c\20float\2c\20float\2c\20float\29 +7690:portable::sub_n_ints\28portable::Params*\2c\20SkRasterPipelineStage*\2c\20float\2c\20float\2c\20float\2c\20float\29 +7691:portable::sub_n_floats\28portable::Params*\2c\20SkRasterPipelineStage*\2c\20float\2c\20float\2c\20float\2c\20float\29 +7692:portable::sub_int\28portable::Params*\2c\20SkRasterPipelineStage*\2c\20float\2c\20float\2c\20float\2c\20float\29 +7693:portable::sub_float\28portable::Params*\2c\20SkRasterPipelineStage*\2c\20float\2c\20float\2c\20float\2c\20float\29 +7694:portable::sub_4_ints\28portable::Params*\2c\20SkRasterPipelineStage*\2c\20float\2c\20float\2c\20float\2c\20float\29 +7695:portable::sub_4_floats\28portable::Params*\2c\20SkRasterPipelineStage*\2c\20float\2c\20float\2c\20float\2c\20float\29 +7696:portable::sub_3_ints\28portable::Params*\2c\20SkRasterPipelineStage*\2c\20float\2c\20float\2c\20float\2c\20float\29 +7697:portable::sub_3_floats\28portable::Params*\2c\20SkRasterPipelineStage*\2c\20float\2c\20float\2c\20float\2c\20float\29 +7698:portable::sub_2_ints\28portable::Params*\2c\20SkRasterPipelineStage*\2c\20float\2c\20float\2c\20float\2c\20float\29 +7699:portable::sub_2_floats\28portable::Params*\2c\20SkRasterPipelineStage*\2c\20float\2c\20float\2c\20float\2c\20float\29 +7700:portable::store_src_rg\28portable::Params*\2c\20SkRasterPipelineStage*\2c\20float\2c\20float\2c\20float\2c\20float\29 +7701:portable::store_src_a\28portable::Params*\2c\20SkRasterPipelineStage*\2c\20float\2c\20float\2c\20float\2c\20float\29 +7702:portable::store_src\28portable::Params*\2c\20SkRasterPipelineStage*\2c\20float\2c\20float\2c\20float\2c\20float\29 +7703:portable::store_rgf16\28portable::Params*\2c\20SkRasterPipelineStage*\2c\20float\2c\20float\2c\20float\2c\20float\29 +7704:portable::store_rg88\28portable::Params*\2c\20SkRasterPipelineStage*\2c\20float\2c\20float\2c\20float\2c\20float\29 +7705:portable::store_rg1616\28portable::Params*\2c\20SkRasterPipelineStage*\2c\20float\2c\20float\2c\20float\2c\20float\29 +7706:portable::store_return_mask\28portable::Params*\2c\20SkRasterPipelineStage*\2c\20float\2c\20float\2c\20float\2c\20float\29 +7707:portable::store_r8\28portable::Params*\2c\20SkRasterPipelineStage*\2c\20float\2c\20float\2c\20float\2c\20float\29 +7708:portable::store_loop_mask\28portable::Params*\2c\20SkRasterPipelineStage*\2c\20float\2c\20float\2c\20float\2c\20float\29 +7709:portable::store_f32\28portable::Params*\2c\20SkRasterPipelineStage*\2c\20float\2c\20float\2c\20float\2c\20float\29 +7710:portable::store_f16\28portable::Params*\2c\20SkRasterPipelineStage*\2c\20float\2c\20float\2c\20float\2c\20float\29 +7711:portable::store_dst\28portable::Params*\2c\20SkRasterPipelineStage*\2c\20float\2c\20float\2c\20float\2c\20float\29 +7712:portable::store_device_xy01\28portable::Params*\2c\20SkRasterPipelineStage*\2c\20float\2c\20float\2c\20float\2c\20float\29 +7713:portable::store_condition_mask\28portable::Params*\2c\20SkRasterPipelineStage*\2c\20float\2c\20float\2c\20float\2c\20float\29 +7714:portable::store_af16\28portable::Params*\2c\20SkRasterPipelineStage*\2c\20float\2c\20float\2c\20float\2c\20float\29 +7715:portable::store_a8\28portable::Params*\2c\20SkRasterPipelineStage*\2c\20float\2c\20float\2c\20float\2c\20float\29 +7716:portable::store_a16\28portable::Params*\2c\20SkRasterPipelineStage*\2c\20float\2c\20float\2c\20float\2c\20float\29 +7717:portable::store_8888\28portable::Params*\2c\20SkRasterPipelineStage*\2c\20float\2c\20float\2c\20float\2c\20float\29 +7718:portable::store_565\28portable::Params*\2c\20SkRasterPipelineStage*\2c\20float\2c\20float\2c\20float\2c\20float\29 +7719:portable::store_4444\28portable::Params*\2c\20SkRasterPipelineStage*\2c\20float\2c\20float\2c\20float\2c\20float\29 +7720:portable::store_16161616\28portable::Params*\2c\20SkRasterPipelineStage*\2c\20float\2c\20float\2c\20float\2c\20float\29 +7721:portable::store_10x6\28portable::Params*\2c\20SkRasterPipelineStage*\2c\20float\2c\20float\2c\20float\2c\20float\29 +7722:portable::store_1010102_xr\28portable::Params*\2c\20SkRasterPipelineStage*\2c\20float\2c\20float\2c\20float\2c\20float\29 +7723:portable::store_1010102\28portable::Params*\2c\20SkRasterPipelineStage*\2c\20float\2c\20float\2c\20float\2c\20float\29 +7724:portable::store_10101010_xr\28portable::Params*\2c\20SkRasterPipelineStage*\2c\20float\2c\20float\2c\20float\2c\20float\29 +7725:portable::start_pipeline\28unsigned\20long\2c\20unsigned\20long\2c\20unsigned\20long\2c\20unsigned\20long\2c\20SkRasterPipelineStage*\2c\20SkSpan\2c\20unsigned\20char*\29 +7726:portable::stack_rewind\28portable::Params*\2c\20SkRasterPipelineStage*\2c\20float\2c\20float\2c\20float\2c\20float\29 +7727:portable::stack_checkpoint\28portable::Params*\2c\20SkRasterPipelineStage*\2c\20float\2c\20float\2c\20float\2c\20float\29 +7728:portable::srcover_rgba_8888\28portable::Params*\2c\20SkRasterPipelineStage*\2c\20float\2c\20float\2c\20float\2c\20float\29 +7729:portable::srcover\28portable::Params*\2c\20SkRasterPipelineStage*\2c\20float\2c\20float\2c\20float\2c\20float\29 +7730:portable::srcout\28portable::Params*\2c\20SkRasterPipelineStage*\2c\20float\2c\20float\2c\20float\2c\20float\29 +7731:portable::srcin\28portable::Params*\2c\20SkRasterPipelineStage*\2c\20float\2c\20float\2c\20float\2c\20float\29 +7732:portable::srcatop\28portable::Params*\2c\20SkRasterPipelineStage*\2c\20float\2c\20float\2c\20float\2c\20float\29 +7733:portable::sqrt_float\28portable::Params*\2c\20SkRasterPipelineStage*\2c\20float\2c\20float\2c\20float\2c\20float\29 +7734:portable::splat_4_constants\28portable::Params*\2c\20SkRasterPipelineStage*\2c\20float\2c\20float\2c\20float\2c\20float\29 +7735:portable::splat_3_constants\28portable::Params*\2c\20SkRasterPipelineStage*\2c\20float\2c\20float\2c\20float\2c\20float\29 +7736:portable::splat_2_constants\28portable::Params*\2c\20SkRasterPipelineStage*\2c\20float\2c\20float\2c\20float\2c\20float\29 +7737:portable::softlight\28portable::Params*\2c\20SkRasterPipelineStage*\2c\20float\2c\20float\2c\20float\2c\20float\29 +7738:portable::smoothstep_n_floats\28portable::Params*\2c\20SkRasterPipelineStage*\2c\20float\2c\20float\2c\20float\2c\20float\29 +7739:portable::sin_float\28portable::Params*\2c\20SkRasterPipelineStage*\2c\20float\2c\20float\2c\20float\2c\20float\29 +7740:portable::shuffle\28portable::Params*\2c\20SkRasterPipelineStage*\2c\20float\2c\20float\2c\20float\2c\20float\29 +7741:portable::set_base_pointer\28portable::Params*\2c\20SkRasterPipelineStage*\2c\20float\2c\20float\2c\20float\2c\20float\29 +7742:portable::seed_shader\28portable::Params*\2c\20SkRasterPipelineStage*\2c\20float\2c\20float\2c\20float\2c\20float\29 +7743:portable::screen\28portable::Params*\2c\20SkRasterPipelineStage*\2c\20float\2c\20float\2c\20float\2c\20float\29 +7744:portable::scale_u8\28portable::Params*\2c\20SkRasterPipelineStage*\2c\20float\2c\20float\2c\20float\2c\20float\29 +7745:portable::scale_native\28portable::Params*\2c\20SkRasterPipelineStage*\2c\20float\2c\20float\2c\20float\2c\20float\29 +7746:portable::scale_565\28portable::Params*\2c\20SkRasterPipelineStage*\2c\20float\2c\20float\2c\20float\2c\20float\29 +7747:portable::scale_1_float\28portable::Params*\2c\20SkRasterPipelineStage*\2c\20float\2c\20float\2c\20float\2c\20float\29 +7748:portable::saturation\28portable::Params*\2c\20SkRasterPipelineStage*\2c\20float\2c\20float\2c\20float\2c\20float\29 +7749:portable::rgb_to_hsl\28portable::Params*\2c\20SkRasterPipelineStage*\2c\20float\2c\20float\2c\20float\2c\20float\29 +7750:portable::repeat_y\28portable::Params*\2c\20SkRasterPipelineStage*\2c\20float\2c\20float\2c\20float\2c\20float\29 +7751:portable::repeat_x_1\28portable::Params*\2c\20SkRasterPipelineStage*\2c\20float\2c\20float\2c\20float\2c\20float\29 +7752:portable::repeat_x\28portable::Params*\2c\20SkRasterPipelineStage*\2c\20float\2c\20float\2c\20float\2c\20float\29 +7753:portable::refract_4_floats\28portable::Params*\2c\20SkRasterPipelineStage*\2c\20float\2c\20float\2c\20float\2c\20float\29 +7754:portable::reenable_loop_mask\28portable::Params*\2c\20SkRasterPipelineStage*\2c\20float\2c\20float\2c\20float\2c\20float\29 +7755:portable::rect_memset64\28unsigned\20long\20long*\2c\20unsigned\20long\20long\2c\20int\2c\20unsigned\20long\2c\20int\29 +7756:portable::rect_memset32\28unsigned\20int*\2c\20unsigned\20int\2c\20int\2c\20unsigned\20long\2c\20int\29 +7757:portable::rect_memset16\28unsigned\20short*\2c\20unsigned\20short\2c\20int\2c\20unsigned\20long\2c\20int\29 +7758:portable::premul_dst\28portable::Params*\2c\20SkRasterPipelineStage*\2c\20float\2c\20float\2c\20float\2c\20float\29 +7759:portable::premul\28portable::Params*\2c\20SkRasterPipelineStage*\2c\20float\2c\20float\2c\20float\2c\20float\29 +7760:portable::pow_n_floats\28portable::Params*\2c\20SkRasterPipelineStage*\2c\20float\2c\20float\2c\20float\2c\20float\29 +7761:portable::plus_\28portable::Params*\2c\20SkRasterPipelineStage*\2c\20float\2c\20float\2c\20float\2c\20float\29 +7762:portable::perlin_noise\28portable::Params*\2c\20SkRasterPipelineStage*\2c\20float\2c\20float\2c\20float\2c\20float\29 +7763:portable::parametric\28portable::Params*\2c\20SkRasterPipelineStage*\2c\20float\2c\20float\2c\20float\2c\20float\29 +7764:portable::overlay\28portable::Params*\2c\20SkRasterPipelineStage*\2c\20float\2c\20float\2c\20float\2c\20float\29 +7765:portable::ootf\28portable::Params*\2c\20SkRasterPipelineStage*\2c\20float\2c\20float\2c\20float\2c\20float\29 +7766:portable::negate_x\28portable::Params*\2c\20SkRasterPipelineStage*\2c\20float\2c\20float\2c\20float\2c\20float\29 +7767:portable::multiply\28portable::Params*\2c\20SkRasterPipelineStage*\2c\20float\2c\20float\2c\20float\2c\20float\29 +7768:portable::mul_n_ints\28portable::Params*\2c\20SkRasterPipelineStage*\2c\20float\2c\20float\2c\20float\2c\20float\29 +7769:portable::mul_n_floats\28portable::Params*\2c\20SkRasterPipelineStage*\2c\20float\2c\20float\2c\20float\2c\20float\29 +7770:portable::mul_int\28portable::Params*\2c\20SkRasterPipelineStage*\2c\20float\2c\20float\2c\20float\2c\20float\29 +7771:portable::mul_imm_int\28portable::Params*\2c\20SkRasterPipelineStage*\2c\20float\2c\20float\2c\20float\2c\20float\29 +7772:portable::mul_imm_float\28portable::Params*\2c\20SkRasterPipelineStage*\2c\20float\2c\20float\2c\20float\2c\20float\29 +7773:portable::mul_float\28portable::Params*\2c\20SkRasterPipelineStage*\2c\20float\2c\20float\2c\20float\2c\20float\29 +7774:portable::mul_4_ints\28portable::Params*\2c\20SkRasterPipelineStage*\2c\20float\2c\20float\2c\20float\2c\20float\29 +7775:portable::mul_4_floats\28portable::Params*\2c\20SkRasterPipelineStage*\2c\20float\2c\20float\2c\20float\2c\20float\29 +7776:portable::mul_3_ints\28portable::Params*\2c\20SkRasterPipelineStage*\2c\20float\2c\20float\2c\20float\2c\20float\29 +7777:portable::mul_3_floats\28portable::Params*\2c\20SkRasterPipelineStage*\2c\20float\2c\20float\2c\20float\2c\20float\29 +7778:portable::mul_2_ints\28portable::Params*\2c\20SkRasterPipelineStage*\2c\20float\2c\20float\2c\20float\2c\20float\29 +7779:portable::mul_2_floats\28portable::Params*\2c\20SkRasterPipelineStage*\2c\20float\2c\20float\2c\20float\2c\20float\29 +7780:portable::move_src_dst\28portable::Params*\2c\20SkRasterPipelineStage*\2c\20float\2c\20float\2c\20float\2c\20float\29 +7781:portable::move_dst_src\28portable::Params*\2c\20SkRasterPipelineStage*\2c\20float\2c\20float\2c\20float\2c\20float\29 +7782:portable::modulate\28portable::Params*\2c\20SkRasterPipelineStage*\2c\20float\2c\20float\2c\20float\2c\20float\29 +7783:portable::mod_n_floats\28portable::Params*\2c\20SkRasterPipelineStage*\2c\20float\2c\20float\2c\20float\2c\20float\29 +7784:portable::mod_float\28portable::Params*\2c\20SkRasterPipelineStage*\2c\20float\2c\20float\2c\20float\2c\20float\29 +7785:portable::mod_4_floats\28portable::Params*\2c\20SkRasterPipelineStage*\2c\20float\2c\20float\2c\20float\2c\20float\29 +7786:portable::mod_3_floats\28portable::Params*\2c\20SkRasterPipelineStage*\2c\20float\2c\20float\2c\20float\2c\20float\29 +7787:portable::mod_2_floats\28portable::Params*\2c\20SkRasterPipelineStage*\2c\20float\2c\20float\2c\20float\2c\20float\29 +7788:portable::mix_n_ints\28portable::Params*\2c\20SkRasterPipelineStage*\2c\20float\2c\20float\2c\20float\2c\20float\29 +7789:portable::mix_n_floats\28portable::Params*\2c\20SkRasterPipelineStage*\2c\20float\2c\20float\2c\20float\2c\20float\29 +7790:portable::mix_int\28portable::Params*\2c\20SkRasterPipelineStage*\2c\20float\2c\20float\2c\20float\2c\20float\29 +7791:portable::mix_float\28portable::Params*\2c\20SkRasterPipelineStage*\2c\20float\2c\20float\2c\20float\2c\20float\29 +7792:portable::mix_4_ints\28portable::Params*\2c\20SkRasterPipelineStage*\2c\20float\2c\20float\2c\20float\2c\20float\29 +7793:portable::mix_4_floats\28portable::Params*\2c\20SkRasterPipelineStage*\2c\20float\2c\20float\2c\20float\2c\20float\29 +7794:portable::mix_3_ints\28portable::Params*\2c\20SkRasterPipelineStage*\2c\20float\2c\20float\2c\20float\2c\20float\29 +7795:portable::mix_3_floats\28portable::Params*\2c\20SkRasterPipelineStage*\2c\20float\2c\20float\2c\20float\2c\20float\29 +7796:portable::mix_2_ints\28portable::Params*\2c\20SkRasterPipelineStage*\2c\20float\2c\20float\2c\20float\2c\20float\29 +7797:portable::mix_2_floats\28portable::Params*\2c\20SkRasterPipelineStage*\2c\20float\2c\20float\2c\20float\2c\20float\29 +7798:portable::mirror_y\28portable::Params*\2c\20SkRasterPipelineStage*\2c\20float\2c\20float\2c\20float\2c\20float\29 +7799:portable::mirror_x_1\28portable::Params*\2c\20SkRasterPipelineStage*\2c\20float\2c\20float\2c\20float\2c\20float\29 +7800:portable::mirror_x\28portable::Params*\2c\20SkRasterPipelineStage*\2c\20float\2c\20float\2c\20float\2c\20float\29 +7801:portable::mipmap_linear_update\28portable::Params*\2c\20SkRasterPipelineStage*\2c\20float\2c\20float\2c\20float\2c\20float\29 +7802:portable::mipmap_linear_init\28portable::Params*\2c\20SkRasterPipelineStage*\2c\20float\2c\20float\2c\20float\2c\20float\29 +7803:portable::mipmap_linear_finish\28portable::Params*\2c\20SkRasterPipelineStage*\2c\20float\2c\20float\2c\20float\2c\20float\29 +7804:portable::min_uint\28portable::Params*\2c\20SkRasterPipelineStage*\2c\20float\2c\20float\2c\20float\2c\20float\29 +7805:portable::min_n_uints\28portable::Params*\2c\20SkRasterPipelineStage*\2c\20float\2c\20float\2c\20float\2c\20float\29 +7806:portable::min_n_ints\28portable::Params*\2c\20SkRasterPipelineStage*\2c\20float\2c\20float\2c\20float\2c\20float\29 +7807:portable::min_n_floats\28portable::Params*\2c\20SkRasterPipelineStage*\2c\20float\2c\20float\2c\20float\2c\20float\29 +7808:portable::min_int\28portable::Params*\2c\20SkRasterPipelineStage*\2c\20float\2c\20float\2c\20float\2c\20float\29 +7809:portable::min_imm_float\28portable::Params*\2c\20SkRasterPipelineStage*\2c\20float\2c\20float\2c\20float\2c\20float\29 +7810:portable::min_float\28portable::Params*\2c\20SkRasterPipelineStage*\2c\20float\2c\20float\2c\20float\2c\20float\29 +7811:portable::min_4_uints\28portable::Params*\2c\20SkRasterPipelineStage*\2c\20float\2c\20float\2c\20float\2c\20float\29 +7812:portable::min_4_ints\28portable::Params*\2c\20SkRasterPipelineStage*\2c\20float\2c\20float\2c\20float\2c\20float\29 +7813:portable::min_4_floats\28portable::Params*\2c\20SkRasterPipelineStage*\2c\20float\2c\20float\2c\20float\2c\20float\29 +7814:portable::min_3_uints\28portable::Params*\2c\20SkRasterPipelineStage*\2c\20float\2c\20float\2c\20float\2c\20float\29 +7815:portable::min_3_ints\28portable::Params*\2c\20SkRasterPipelineStage*\2c\20float\2c\20float\2c\20float\2c\20float\29 +7816:portable::min_3_floats\28portable::Params*\2c\20SkRasterPipelineStage*\2c\20float\2c\20float\2c\20float\2c\20float\29 +7817:portable::min_2_uints\28portable::Params*\2c\20SkRasterPipelineStage*\2c\20float\2c\20float\2c\20float\2c\20float\29 +7818:portable::min_2_ints\28portable::Params*\2c\20SkRasterPipelineStage*\2c\20float\2c\20float\2c\20float\2c\20float\29 +7819:portable::min_2_floats\28portable::Params*\2c\20SkRasterPipelineStage*\2c\20float\2c\20float\2c\20float\2c\20float\29 +7820:portable::merge_loop_mask\28portable::Params*\2c\20SkRasterPipelineStage*\2c\20float\2c\20float\2c\20float\2c\20float\29 +7821:portable::merge_inv_condition_mask\28portable::Params*\2c\20SkRasterPipelineStage*\2c\20float\2c\20float\2c\20float\2c\20float\29 +7822:portable::merge_condition_mask\28portable::Params*\2c\20SkRasterPipelineStage*\2c\20float\2c\20float\2c\20float\2c\20float\29 +7823:portable::memset32\28unsigned\20int*\2c\20unsigned\20int\2c\20int\29 +7824:portable::memset16\28unsigned\20short*\2c\20unsigned\20short\2c\20int\29 +7825:portable::max_uint\28portable::Params*\2c\20SkRasterPipelineStage*\2c\20float\2c\20float\2c\20float\2c\20float\29 +7826:portable::max_n_uints\28portable::Params*\2c\20SkRasterPipelineStage*\2c\20float\2c\20float\2c\20float\2c\20float\29 +7827:portable::max_n_ints\28portable::Params*\2c\20SkRasterPipelineStage*\2c\20float\2c\20float\2c\20float\2c\20float\29 +7828:portable::max_n_floats\28portable::Params*\2c\20SkRasterPipelineStage*\2c\20float\2c\20float\2c\20float\2c\20float\29 +7829:portable::max_int\28portable::Params*\2c\20SkRasterPipelineStage*\2c\20float\2c\20float\2c\20float\2c\20float\29 +7830:portable::max_imm_float\28portable::Params*\2c\20SkRasterPipelineStage*\2c\20float\2c\20float\2c\20float\2c\20float\29 +7831:portable::max_float\28portable::Params*\2c\20SkRasterPipelineStage*\2c\20float\2c\20float\2c\20float\2c\20float\29 +7832:portable::max_4_uints\28portable::Params*\2c\20SkRasterPipelineStage*\2c\20float\2c\20float\2c\20float\2c\20float\29 +7833:portable::max_4_ints\28portable::Params*\2c\20SkRasterPipelineStage*\2c\20float\2c\20float\2c\20float\2c\20float\29 +7834:portable::max_4_floats\28portable::Params*\2c\20SkRasterPipelineStage*\2c\20float\2c\20float\2c\20float\2c\20float\29 +7835:portable::max_3_uints\28portable::Params*\2c\20SkRasterPipelineStage*\2c\20float\2c\20float\2c\20float\2c\20float\29 +7836:portable::max_3_ints\28portable::Params*\2c\20SkRasterPipelineStage*\2c\20float\2c\20float\2c\20float\2c\20float\29 +7837:portable::max_3_floats\28portable::Params*\2c\20SkRasterPipelineStage*\2c\20float\2c\20float\2c\20float\2c\20float\29 +7838:portable::max_2_uints\28portable::Params*\2c\20SkRasterPipelineStage*\2c\20float\2c\20float\2c\20float\2c\20float\29 +7839:portable::max_2_ints\28portable::Params*\2c\20SkRasterPipelineStage*\2c\20float\2c\20float\2c\20float\2c\20float\29 +7840:portable::max_2_floats\28portable::Params*\2c\20SkRasterPipelineStage*\2c\20float\2c\20float\2c\20float\2c\20float\29 +7841:portable::matrix_translate\28portable::Params*\2c\20SkRasterPipelineStage*\2c\20float\2c\20float\2c\20float\2c\20float\29 +7842:portable::matrix_scale_translate\28portable::Params*\2c\20SkRasterPipelineStage*\2c\20float\2c\20float\2c\20float\2c\20float\29 +7843:portable::matrix_perspective\28portable::Params*\2c\20SkRasterPipelineStage*\2c\20float\2c\20float\2c\20float\2c\20float\29 +7844:portable::matrix_multiply_4\28portable::Params*\2c\20SkRasterPipelineStage*\2c\20float\2c\20float\2c\20float\2c\20float\29 +7845:portable::matrix_multiply_3\28portable::Params*\2c\20SkRasterPipelineStage*\2c\20float\2c\20float\2c\20float\2c\20float\29 +7846:portable::matrix_multiply_2\28portable::Params*\2c\20SkRasterPipelineStage*\2c\20float\2c\20float\2c\20float\2c\20float\29 +7847:portable::matrix_4x5\28portable::Params*\2c\20SkRasterPipelineStage*\2c\20float\2c\20float\2c\20float\2c\20float\29 +7848:portable::matrix_4x3\28portable::Params*\2c\20SkRasterPipelineStage*\2c\20float\2c\20float\2c\20float\2c\20float\29 +7849:portable::matrix_3x4\28portable::Params*\2c\20SkRasterPipelineStage*\2c\20float\2c\20float\2c\20float\2c\20float\29 +7850:portable::matrix_3x3\28portable::Params*\2c\20SkRasterPipelineStage*\2c\20float\2c\20float\2c\20float\2c\20float\29 +7851:portable::matrix_2x3\28portable::Params*\2c\20SkRasterPipelineStage*\2c\20float\2c\20float\2c\20float\2c\20float\29 +7852:portable::mask_off_return_mask\28portable::Params*\2c\20SkRasterPipelineStage*\2c\20float\2c\20float\2c\20float\2c\20float\29 +7853:portable::mask_off_loop_mask\28portable::Params*\2c\20SkRasterPipelineStage*\2c\20float\2c\20float\2c\20float\2c\20float\29 +7854:portable::mask_2pt_conical_nan\28portable::Params*\2c\20SkRasterPipelineStage*\2c\20float\2c\20float\2c\20float\2c\20float\29 +7855:portable::mask_2pt_conical_degenerates\28portable::Params*\2c\20SkRasterPipelineStage*\2c\20float\2c\20float\2c\20float\2c\20float\29 +7856:portable::luminosity\28portable::Params*\2c\20SkRasterPipelineStage*\2c\20float\2c\20float\2c\20float\2c\20float\29 +7857:portable::log_float\28portable::Params*\2c\20SkRasterPipelineStage*\2c\20float\2c\20float\2c\20float\2c\20float\29 +7858:portable::log2_float\28portable::Params*\2c\20SkRasterPipelineStage*\2c\20float\2c\20float\2c\20float\2c\20float\29 +7859:portable::load_src_rg\28portable::Params*\2c\20SkRasterPipelineStage*\2c\20float\2c\20float\2c\20float\2c\20float\29 +7860:portable::load_src\28portable::Params*\2c\20SkRasterPipelineStage*\2c\20float\2c\20float\2c\20float\2c\20float\29 +7861:portable::load_rgf16_dst\28portable::Params*\2c\20SkRasterPipelineStage*\2c\20float\2c\20float\2c\20float\2c\20float\29 +7862:portable::load_rgf16\28portable::Params*\2c\20SkRasterPipelineStage*\2c\20float\2c\20float\2c\20float\2c\20float\29 +7863:portable::load_rg88_dst\28portable::Params*\2c\20SkRasterPipelineStage*\2c\20float\2c\20float\2c\20float\2c\20float\29 +7864:portable::load_rg88\28portable::Params*\2c\20SkRasterPipelineStage*\2c\20float\2c\20float\2c\20float\2c\20float\29 +7865:portable::load_rg1616_dst\28portable::Params*\2c\20SkRasterPipelineStage*\2c\20float\2c\20float\2c\20float\2c\20float\29 +7866:portable::load_rg1616\28portable::Params*\2c\20SkRasterPipelineStage*\2c\20float\2c\20float\2c\20float\2c\20float\29 +7867:portable::load_return_mask\28portable::Params*\2c\20SkRasterPipelineStage*\2c\20float\2c\20float\2c\20float\2c\20float\29 +7868:portable::load_loop_mask\28portable::Params*\2c\20SkRasterPipelineStage*\2c\20float\2c\20float\2c\20float\2c\20float\29 +7869:portable::load_f32_dst\28portable::Params*\2c\20SkRasterPipelineStage*\2c\20float\2c\20float\2c\20float\2c\20float\29 +7870:portable::load_f32\28portable::Params*\2c\20SkRasterPipelineStage*\2c\20float\2c\20float\2c\20float\2c\20float\29 +7871:portable::load_f16_dst\28portable::Params*\2c\20SkRasterPipelineStage*\2c\20float\2c\20float\2c\20float\2c\20float\29 +7872:portable::load_f16\28portable::Params*\2c\20SkRasterPipelineStage*\2c\20float\2c\20float\2c\20float\2c\20float\29 +7873:portable::load_dst\28portable::Params*\2c\20SkRasterPipelineStage*\2c\20float\2c\20float\2c\20float\2c\20float\29 +7874:portable::load_condition_mask\28portable::Params*\2c\20SkRasterPipelineStage*\2c\20float\2c\20float\2c\20float\2c\20float\29 +7875:portable::load_af16_dst\28portable::Params*\2c\20SkRasterPipelineStage*\2c\20float\2c\20float\2c\20float\2c\20float\29 +7876:portable::load_af16\28portable::Params*\2c\20SkRasterPipelineStage*\2c\20float\2c\20float\2c\20float\2c\20float\29 +7877:portable::load_a8_dst\28portable::Params*\2c\20SkRasterPipelineStage*\2c\20float\2c\20float\2c\20float\2c\20float\29 +7878:portable::load_a8\28portable::Params*\2c\20SkRasterPipelineStage*\2c\20float\2c\20float\2c\20float\2c\20float\29 +7879:portable::load_a16_dst\28portable::Params*\2c\20SkRasterPipelineStage*\2c\20float\2c\20float\2c\20float\2c\20float\29 +7880:portable::load_a16\28portable::Params*\2c\20SkRasterPipelineStage*\2c\20float\2c\20float\2c\20float\2c\20float\29 +7881:portable::load_8888_dst\28portable::Params*\2c\20SkRasterPipelineStage*\2c\20float\2c\20float\2c\20float\2c\20float\29 +7882:portable::load_8888\28portable::Params*\2c\20SkRasterPipelineStage*\2c\20float\2c\20float\2c\20float\2c\20float\29 +7883:portable::load_565_dst\28portable::Params*\2c\20SkRasterPipelineStage*\2c\20float\2c\20float\2c\20float\2c\20float\29 +7884:portable::load_565\28portable::Params*\2c\20SkRasterPipelineStage*\2c\20float\2c\20float\2c\20float\2c\20float\29 +7885:portable::load_4444_dst\28portable::Params*\2c\20SkRasterPipelineStage*\2c\20float\2c\20float\2c\20float\2c\20float\29 +7886:portable::load_4444\28portable::Params*\2c\20SkRasterPipelineStage*\2c\20float\2c\20float\2c\20float\2c\20float\29 +7887:portable::load_16161616_dst\28portable::Params*\2c\20SkRasterPipelineStage*\2c\20float\2c\20float\2c\20float\2c\20float\29 +7888:portable::load_16161616\28portable::Params*\2c\20SkRasterPipelineStage*\2c\20float\2c\20float\2c\20float\2c\20float\29 +7889:portable::load_10x6_dst\28portable::Params*\2c\20SkRasterPipelineStage*\2c\20float\2c\20float\2c\20float\2c\20float\29 +7890:portable::load_10x6\28portable::Params*\2c\20SkRasterPipelineStage*\2c\20float\2c\20float\2c\20float\2c\20float\29 +7891:portable::load_1010102_xr_dst\28portable::Params*\2c\20SkRasterPipelineStage*\2c\20float\2c\20float\2c\20float\2c\20float\29 +7892:portable::load_1010102_xr\28portable::Params*\2c\20SkRasterPipelineStage*\2c\20float\2c\20float\2c\20float\2c\20float\29 +7893:portable::load_1010102_dst\28portable::Params*\2c\20SkRasterPipelineStage*\2c\20float\2c\20float\2c\20float\2c\20float\29 +7894:portable::load_1010102\28portable::Params*\2c\20SkRasterPipelineStage*\2c\20float\2c\20float\2c\20float\2c\20float\29 +7895:portable::load_10101010_xr_dst\28portable::Params*\2c\20SkRasterPipelineStage*\2c\20float\2c\20float\2c\20float\2c\20float\29 +7896:portable::load_10101010_xr\28portable::Params*\2c\20SkRasterPipelineStage*\2c\20float\2c\20float\2c\20float\2c\20float\29 +7897:portable::lighten\28portable::Params*\2c\20SkRasterPipelineStage*\2c\20float\2c\20float\2c\20float\2c\20float\29 +7898:portable::lerp_u8\28portable::Params*\2c\20SkRasterPipelineStage*\2c\20float\2c\20float\2c\20float\2c\20float\29 +7899:portable::lerp_native\28portable::Params*\2c\20SkRasterPipelineStage*\2c\20float\2c\20float\2c\20float\2c\20float\29 +7900:portable::lerp_565\28portable::Params*\2c\20SkRasterPipelineStage*\2c\20float\2c\20float\2c\20float\2c\20float\29 +7901:portable::lerp_1_float\28portable::Params*\2c\20SkRasterPipelineStage*\2c\20float\2c\20float\2c\20float\2c\20float\29 +7902:portable::just_return\28portable::Params*\2c\20SkRasterPipelineStage*\2c\20float\2c\20float\2c\20float\2c\20float\29 +7903:portable::jump\28portable::Params*\2c\20SkRasterPipelineStage*\2c\20float\2c\20float\2c\20float\2c\20float\29 +7904:portable::invsqrt_float\28portable::Params*\2c\20SkRasterPipelineStage*\2c\20float\2c\20float\2c\20float\2c\20float\29 +7905:portable::invsqrt_4_floats\28portable::Params*\2c\20SkRasterPipelineStage*\2c\20float\2c\20float\2c\20float\2c\20float\29 +7906:portable::invsqrt_3_floats\28portable::Params*\2c\20SkRasterPipelineStage*\2c\20float\2c\20float\2c\20float\2c\20float\29 +7907:portable::invsqrt_2_floats\28portable::Params*\2c\20SkRasterPipelineStage*\2c\20float\2c\20float\2c\20float\2c\20float\29 +7908:portable::inverted_CMYK_to_RGB1\28unsigned\20int*\2c\20unsigned\20int\20const*\2c\20int\29 +7909:portable::inverted_CMYK_to_BGR1\28unsigned\20int*\2c\20unsigned\20int\20const*\2c\20int\29 +7910:portable::inverse_mat4\28portable::Params*\2c\20SkRasterPipelineStage*\2c\20float\2c\20float\2c\20float\2c\20float\29 +7911:portable::inverse_mat3\28portable::Params*\2c\20SkRasterPipelineStage*\2c\20float\2c\20float\2c\20float\2c\20float\29 +7912:portable::inverse_mat2\28portable::Params*\2c\20SkRasterPipelineStage*\2c\20float\2c\20float\2c\20float\2c\20float\29 +7913:portable::init_lane_masks\28portable::Params*\2c\20SkRasterPipelineStage*\2c\20float\2c\20float\2c\20float\2c\20float\29 +7914:portable::hue\28portable::Params*\2c\20SkRasterPipelineStage*\2c\20float\2c\20float\2c\20float\2c\20float\29 +7915:portable::hsl_to_rgb\28portable::Params*\2c\20SkRasterPipelineStage*\2c\20float\2c\20float\2c\20float\2c\20float\29 +7916:portable::hardlight\28portable::Params*\2c\20SkRasterPipelineStage*\2c\20float\2c\20float\2c\20float\2c\20float\29 +7917:portable::gray_to_RGB1\28unsigned\20int*\2c\20unsigned\20char\20const*\2c\20int\29 +7918:portable::grayA_to_rgbA\28unsigned\20int*\2c\20unsigned\20char\20const*\2c\20int\29 +7919:portable::grayA_to_RGBA\28unsigned\20int*\2c\20unsigned\20char\20const*\2c\20int\29 +7920:portable::gradient\28portable::Params*\2c\20SkRasterPipelineStage*\2c\20float\2c\20float\2c\20float\2c\20float\29 +7921:portable::gauss_a_to_rgba\28portable::Params*\2c\20SkRasterPipelineStage*\2c\20float\2c\20float\2c\20float\2c\20float\29 +7922:portable::gather_rgf16\28portable::Params*\2c\20SkRasterPipelineStage*\2c\20float\2c\20float\2c\20float\2c\20float\29 +7923:portable::gather_rg88\28portable::Params*\2c\20SkRasterPipelineStage*\2c\20float\2c\20float\2c\20float\2c\20float\29 +7924:portable::gather_rg1616\28portable::Params*\2c\20SkRasterPipelineStage*\2c\20float\2c\20float\2c\20float\2c\20float\29 +7925:portable::gather_f32\28portable::Params*\2c\20SkRasterPipelineStage*\2c\20float\2c\20float\2c\20float\2c\20float\29 +7926:portable::gather_f16\28portable::Params*\2c\20SkRasterPipelineStage*\2c\20float\2c\20float\2c\20float\2c\20float\29 +7927:portable::gather_af16\28portable::Params*\2c\20SkRasterPipelineStage*\2c\20float\2c\20float\2c\20float\2c\20float\29 +7928:portable::gather_a8\28portable::Params*\2c\20SkRasterPipelineStage*\2c\20float\2c\20float\2c\20float\2c\20float\29 +7929:portable::gather_a16\28portable::Params*\2c\20SkRasterPipelineStage*\2c\20float\2c\20float\2c\20float\2c\20float\29 +7930:portable::gather_8888\28portable::Params*\2c\20SkRasterPipelineStage*\2c\20float\2c\20float\2c\20float\2c\20float\29 +7931:portable::gather_565\28portable::Params*\2c\20SkRasterPipelineStage*\2c\20float\2c\20float\2c\20float\2c\20float\29 +7932:portable::gather_4444\28portable::Params*\2c\20SkRasterPipelineStage*\2c\20float\2c\20float\2c\20float\2c\20float\29 +7933:portable::gather_16161616\28portable::Params*\2c\20SkRasterPipelineStage*\2c\20float\2c\20float\2c\20float\2c\20float\29 +7934:portable::gather_10x6\28portable::Params*\2c\20SkRasterPipelineStage*\2c\20float\2c\20float\2c\20float\2c\20float\29 +7935:portable::gather_1010102_xr\28portable::Params*\2c\20SkRasterPipelineStage*\2c\20float\2c\20float\2c\20float\2c\20float\29 +7936:portable::gather_1010102\28portable::Params*\2c\20SkRasterPipelineStage*\2c\20float\2c\20float\2c\20float\2c\20float\29 +7937:portable::gather_10101010_xr\28portable::Params*\2c\20SkRasterPipelineStage*\2c\20float\2c\20float\2c\20float\2c\20float\29 +7938:portable::gamma_\28portable::Params*\2c\20SkRasterPipelineStage*\2c\20float\2c\20float\2c\20float\2c\20float\29 +7939:portable::force_opaque_dst\28portable::Params*\2c\20SkRasterPipelineStage*\2c\20float\2c\20float\2c\20float\2c\20float\29 +7940:portable::force_opaque\28portable::Params*\2c\20SkRasterPipelineStage*\2c\20float\2c\20float\2c\20float\2c\20float\29 +7941:portable::floor_float\28portable::Params*\2c\20SkRasterPipelineStage*\2c\20float\2c\20float\2c\20float\2c\20float\29 +7942:portable::floor_4_floats\28portable::Params*\2c\20SkRasterPipelineStage*\2c\20float\2c\20float\2c\20float\2c\20float\29 +7943:portable::floor_3_floats\28portable::Params*\2c\20SkRasterPipelineStage*\2c\20float\2c\20float\2c\20float\2c\20float\29 +7944:portable::floor_2_floats\28portable::Params*\2c\20SkRasterPipelineStage*\2c\20float\2c\20float\2c\20float\2c\20float\29 +7945:portable::exp_float\28portable::Params*\2c\20SkRasterPipelineStage*\2c\20float\2c\20float\2c\20float\2c\20float\29 +7946:portable::exp2_float\28portable::Params*\2c\20SkRasterPipelineStage*\2c\20float\2c\20float\2c\20float\2c\20float\29 +7947:portable::exclusion\28portable::Params*\2c\20SkRasterPipelineStage*\2c\20float\2c\20float\2c\20float\2c\20float\29 +7948:portable::exchange_src\28portable::Params*\2c\20SkRasterPipelineStage*\2c\20float\2c\20float\2c\20float\2c\20float\29 +7949:portable::evenly_spaced_gradient\28portable::Params*\2c\20SkRasterPipelineStage*\2c\20float\2c\20float\2c\20float\2c\20float\29 +7950:portable::evenly_spaced_2_stop_gradient\28portable::Params*\2c\20SkRasterPipelineStage*\2c\20float\2c\20float\2c\20float\2c\20float\29 +7951:portable::emboss\28portable::Params*\2c\20SkRasterPipelineStage*\2c\20float\2c\20float\2c\20float\2c\20float\29 +7952:portable::dstover\28portable::Params*\2c\20SkRasterPipelineStage*\2c\20float\2c\20float\2c\20float\2c\20float\29 +7953:portable::dstout\28portable::Params*\2c\20SkRasterPipelineStage*\2c\20float\2c\20float\2c\20float\2c\20float\29 +7954:portable::dstin\28portable::Params*\2c\20SkRasterPipelineStage*\2c\20float\2c\20float\2c\20float\2c\20float\29 +7955:portable::dstatop\28portable::Params*\2c\20SkRasterPipelineStage*\2c\20float\2c\20float\2c\20float\2c\20float\29 +7956:portable::dot_4_floats\28portable::Params*\2c\20SkRasterPipelineStage*\2c\20float\2c\20float\2c\20float\2c\20float\29 +7957:portable::dot_3_floats\28portable::Params*\2c\20SkRasterPipelineStage*\2c\20float\2c\20float\2c\20float\2c\20float\29 +7958:portable::dot_2_floats\28portable::Params*\2c\20SkRasterPipelineStage*\2c\20float\2c\20float\2c\20float\2c\20float\29 +7959:portable::div_uint\28portable::Params*\2c\20SkRasterPipelineStage*\2c\20float\2c\20float\2c\20float\2c\20float\29 +7960:portable::div_n_uints\28portable::Params*\2c\20SkRasterPipelineStage*\2c\20float\2c\20float\2c\20float\2c\20float\29 +7961:portable::div_n_ints\28portable::Params*\2c\20SkRasterPipelineStage*\2c\20float\2c\20float\2c\20float\2c\20float\29 +7962:portable::div_n_floats\28portable::Params*\2c\20SkRasterPipelineStage*\2c\20float\2c\20float\2c\20float\2c\20float\29 +7963:portable::div_int\28portable::Params*\2c\20SkRasterPipelineStage*\2c\20float\2c\20float\2c\20float\2c\20float\29 +7964:portable::div_float\28portable::Params*\2c\20SkRasterPipelineStage*\2c\20float\2c\20float\2c\20float\2c\20float\29 +7965:portable::div_4_uints\28portable::Params*\2c\20SkRasterPipelineStage*\2c\20float\2c\20float\2c\20float\2c\20float\29 +7966:portable::div_4_ints\28portable::Params*\2c\20SkRasterPipelineStage*\2c\20float\2c\20float\2c\20float\2c\20float\29 +7967:portable::div_4_floats\28portable::Params*\2c\20SkRasterPipelineStage*\2c\20float\2c\20float\2c\20float\2c\20float\29 +7968:portable::div_3_uints\28portable::Params*\2c\20SkRasterPipelineStage*\2c\20float\2c\20float\2c\20float\2c\20float\29 +7969:portable::div_3_ints\28portable::Params*\2c\20SkRasterPipelineStage*\2c\20float\2c\20float\2c\20float\2c\20float\29 +7970:portable::div_3_floats\28portable::Params*\2c\20SkRasterPipelineStage*\2c\20float\2c\20float\2c\20float\2c\20float\29 +7971:portable::div_2_uints\28portable::Params*\2c\20SkRasterPipelineStage*\2c\20float\2c\20float\2c\20float\2c\20float\29 +7972:portable::div_2_ints\28portable::Params*\2c\20SkRasterPipelineStage*\2c\20float\2c\20float\2c\20float\2c\20float\29 +7973:portable::div_2_floats\28portable::Params*\2c\20SkRasterPipelineStage*\2c\20float\2c\20float\2c\20float\2c\20float\29 +7974:portable::dither\28portable::Params*\2c\20SkRasterPipelineStage*\2c\20float\2c\20float\2c\20float\2c\20float\29 +7975:portable::difference\28portable::Params*\2c\20SkRasterPipelineStage*\2c\20float\2c\20float\2c\20float\2c\20float\29 +7976:portable::decal_y\28portable::Params*\2c\20SkRasterPipelineStage*\2c\20float\2c\20float\2c\20float\2c\20float\29 +7977:portable::decal_x_and_y\28portable::Params*\2c\20SkRasterPipelineStage*\2c\20float\2c\20float\2c\20float\2c\20float\29 +7978:portable::decal_x\28portable::Params*\2c\20SkRasterPipelineStage*\2c\20float\2c\20float\2c\20float\2c\20float\29 +7979:portable::debug_r_255\28portable::Params*\2c\20SkRasterPipelineStage*\2c\20float\2c\20float\2c\20float\2c\20float\29 +7980:portable::debug_g_255\28portable::Params*\2c\20SkRasterPipelineStage*\2c\20float\2c\20float\2c\20float\2c\20float\29 +7981:portable::debug_b_255\28portable::Params*\2c\20SkRasterPipelineStage*\2c\20float\2c\20float\2c\20float\2c\20float\29 +7982:portable::debug_b\28portable::Params*\2c\20SkRasterPipelineStage*\2c\20float\2c\20float\2c\20float\2c\20float\29 +7983:portable::debug_a_255\28portable::Params*\2c\20SkRasterPipelineStage*\2c\20float\2c\20float\2c\20float\2c\20float\29 +7984:portable::debug_a\28portable::Params*\2c\20SkRasterPipelineStage*\2c\20float\2c\20float\2c\20float\2c\20float\29 +7985:portable::darken\28portable::Params*\2c\20SkRasterPipelineStage*\2c\20float\2c\20float\2c\20float\2c\20float\29 +7986:portable::css_oklab_to_linear_srgb\28portable::Params*\2c\20SkRasterPipelineStage*\2c\20float\2c\20float\2c\20float\2c\20float\29 +7987:portable::css_oklab_gamut_map_to_linear_srgb\28portable::Params*\2c\20SkRasterPipelineStage*\2c\20float\2c\20float\2c\20float\2c\20float\29 +7988:portable::css_lab_to_xyz\28portable::Params*\2c\20SkRasterPipelineStage*\2c\20float\2c\20float\2c\20float\2c\20float\29 +7989:portable::css_hwb_to_srgb\28portable::Params*\2c\20SkRasterPipelineStage*\2c\20float\2c\20float\2c\20float\2c\20float\29 +7990:portable::css_hsl_to_srgb\28portable::Params*\2c\20SkRasterPipelineStage*\2c\20float\2c\20float\2c\20float\2c\20float\29 +7991:portable::css_hcl_to_lab\28portable::Params*\2c\20SkRasterPipelineStage*\2c\20float\2c\20float\2c\20float\2c\20float\29 +7992:portable::cos_float\28portable::Params*\2c\20SkRasterPipelineStage*\2c\20float\2c\20float\2c\20float\2c\20float\29 +7993:portable::copy_uniform\28portable::Params*\2c\20SkRasterPipelineStage*\2c\20float\2c\20float\2c\20float\2c\20float\29 +7994:portable::copy_to_indirect_masked\28portable::Params*\2c\20SkRasterPipelineStage*\2c\20float\2c\20float\2c\20float\2c\20float\29 +7995:portable::copy_slot_unmasked\28portable::Params*\2c\20SkRasterPipelineStage*\2c\20float\2c\20float\2c\20float\2c\20float\29 +7996:portable::copy_slot_masked\28portable::Params*\2c\20SkRasterPipelineStage*\2c\20float\2c\20float\2c\20float\2c\20float\29 +7997:portable::copy_immutable_unmasked\28portable::Params*\2c\20SkRasterPipelineStage*\2c\20float\2c\20float\2c\20float\2c\20float\29 +7998:portable::copy_constant\28portable::Params*\2c\20SkRasterPipelineStage*\2c\20float\2c\20float\2c\20float\2c\20float\29 +7999:portable::copy_4_uniforms\28portable::Params*\2c\20SkRasterPipelineStage*\2c\20float\2c\20float\2c\20float\2c\20float\29 +8000:portable::copy_4_slots_unmasked\28portable::Params*\2c\20SkRasterPipelineStage*\2c\20float\2c\20float\2c\20float\2c\20float\29 +8001:portable::copy_4_slots_masked\28portable::Params*\2c\20SkRasterPipelineStage*\2c\20float\2c\20float\2c\20float\2c\20float\29 +8002:portable::copy_4_immutables_unmasked\28portable::Params*\2c\20SkRasterPipelineStage*\2c\20float\2c\20float\2c\20float\2c\20float\29 +8003:portable::copy_3_uniforms\28portable::Params*\2c\20SkRasterPipelineStage*\2c\20float\2c\20float\2c\20float\2c\20float\29 +8004:portable::copy_3_slots_unmasked\28portable::Params*\2c\20SkRasterPipelineStage*\2c\20float\2c\20float\2c\20float\2c\20float\29 +8005:portable::copy_3_slots_masked\28portable::Params*\2c\20SkRasterPipelineStage*\2c\20float\2c\20float\2c\20float\2c\20float\29 +8006:portable::copy_3_immutables_unmasked\28portable::Params*\2c\20SkRasterPipelineStage*\2c\20float\2c\20float\2c\20float\2c\20float\29 +8007:portable::copy_2_uniforms\28portable::Params*\2c\20SkRasterPipelineStage*\2c\20float\2c\20float\2c\20float\2c\20float\29 +8008:portable::copy_2_slots_masked\28portable::Params*\2c\20SkRasterPipelineStage*\2c\20float\2c\20float\2c\20float\2c\20float\29 +8009:portable::continue_op\28portable::Params*\2c\20SkRasterPipelineStage*\2c\20float\2c\20float\2c\20float\2c\20float\29 +8010:portable::colordodge\28portable::Params*\2c\20SkRasterPipelineStage*\2c\20float\2c\20float\2c\20float\2c\20float\29 +8011:portable::colorburn\28portable::Params*\2c\20SkRasterPipelineStage*\2c\20float\2c\20float\2c\20float\2c\20float\29 +8012:portable::color\28portable::Params*\2c\20SkRasterPipelineStage*\2c\20float\2c\20float\2c\20float\2c\20float\29 +8013:portable::cmpne_n_ints\28portable::Params*\2c\20SkRasterPipelineStage*\2c\20float\2c\20float\2c\20float\2c\20float\29 +8014:portable::cmpne_n_floats\28portable::Params*\2c\20SkRasterPipelineStage*\2c\20float\2c\20float\2c\20float\2c\20float\29 +8015:portable::cmpne_int\28portable::Params*\2c\20SkRasterPipelineStage*\2c\20float\2c\20float\2c\20float\2c\20float\29 +8016:portable::cmpne_imm_int\28portable::Params*\2c\20SkRasterPipelineStage*\2c\20float\2c\20float\2c\20float\2c\20float\29 +8017:portable::cmpne_imm_float\28portable::Params*\2c\20SkRasterPipelineStage*\2c\20float\2c\20float\2c\20float\2c\20float\29 +8018:portable::cmpne_float\28portable::Params*\2c\20SkRasterPipelineStage*\2c\20float\2c\20float\2c\20float\2c\20float\29 +8019:portable::cmpne_4_ints\28portable::Params*\2c\20SkRasterPipelineStage*\2c\20float\2c\20float\2c\20float\2c\20float\29 +8020:portable::cmpne_4_floats\28portable::Params*\2c\20SkRasterPipelineStage*\2c\20float\2c\20float\2c\20float\2c\20float\29 +8021:portable::cmpne_3_ints\28portable::Params*\2c\20SkRasterPipelineStage*\2c\20float\2c\20float\2c\20float\2c\20float\29 +8022:portable::cmpne_3_floats\28portable::Params*\2c\20SkRasterPipelineStage*\2c\20float\2c\20float\2c\20float\2c\20float\29 +8023:portable::cmpne_2_ints\28portable::Params*\2c\20SkRasterPipelineStage*\2c\20float\2c\20float\2c\20float\2c\20float\29 +8024:portable::cmpne_2_floats\28portable::Params*\2c\20SkRasterPipelineStage*\2c\20float\2c\20float\2c\20float\2c\20float\29 +8025:portable::cmplt_uint\28portable::Params*\2c\20SkRasterPipelineStage*\2c\20float\2c\20float\2c\20float\2c\20float\29 +8026:portable::cmplt_n_uints\28portable::Params*\2c\20SkRasterPipelineStage*\2c\20float\2c\20float\2c\20float\2c\20float\29 +8027:portable::cmplt_n_ints\28portable::Params*\2c\20SkRasterPipelineStage*\2c\20float\2c\20float\2c\20float\2c\20float\29 +8028:portable::cmplt_n_floats\28portable::Params*\2c\20SkRasterPipelineStage*\2c\20float\2c\20float\2c\20float\2c\20float\29 +8029:portable::cmplt_int\28portable::Params*\2c\20SkRasterPipelineStage*\2c\20float\2c\20float\2c\20float\2c\20float\29 +8030:portable::cmplt_imm_uint\28portable::Params*\2c\20SkRasterPipelineStage*\2c\20float\2c\20float\2c\20float\2c\20float\29 +8031:portable::cmplt_imm_int\28portable::Params*\2c\20SkRasterPipelineStage*\2c\20float\2c\20float\2c\20float\2c\20float\29 +8032:portable::cmplt_imm_float\28portable::Params*\2c\20SkRasterPipelineStage*\2c\20float\2c\20float\2c\20float\2c\20float\29 +8033:portable::cmplt_float\28portable::Params*\2c\20SkRasterPipelineStage*\2c\20float\2c\20float\2c\20float\2c\20float\29 +8034:portable::cmplt_4_uints\28portable::Params*\2c\20SkRasterPipelineStage*\2c\20float\2c\20float\2c\20float\2c\20float\29 +8035:portable::cmplt_4_ints\28portable::Params*\2c\20SkRasterPipelineStage*\2c\20float\2c\20float\2c\20float\2c\20float\29 +8036:portable::cmplt_4_floats\28portable::Params*\2c\20SkRasterPipelineStage*\2c\20float\2c\20float\2c\20float\2c\20float\29 +8037:portable::cmplt_3_uints\28portable::Params*\2c\20SkRasterPipelineStage*\2c\20float\2c\20float\2c\20float\2c\20float\29 +8038:portable::cmplt_3_ints\28portable::Params*\2c\20SkRasterPipelineStage*\2c\20float\2c\20float\2c\20float\2c\20float\29 +8039:portable::cmplt_3_floats\28portable::Params*\2c\20SkRasterPipelineStage*\2c\20float\2c\20float\2c\20float\2c\20float\29 +8040:portable::cmplt_2_uints\28portable::Params*\2c\20SkRasterPipelineStage*\2c\20float\2c\20float\2c\20float\2c\20float\29 +8041:portable::cmplt_2_ints\28portable::Params*\2c\20SkRasterPipelineStage*\2c\20float\2c\20float\2c\20float\2c\20float\29 +8042:portable::cmplt_2_floats\28portable::Params*\2c\20SkRasterPipelineStage*\2c\20float\2c\20float\2c\20float\2c\20float\29 +8043:portable::cmple_uint\28portable::Params*\2c\20SkRasterPipelineStage*\2c\20float\2c\20float\2c\20float\2c\20float\29 +8044:portable::cmple_n_uints\28portable::Params*\2c\20SkRasterPipelineStage*\2c\20float\2c\20float\2c\20float\2c\20float\29 +8045:portable::cmple_n_ints\28portable::Params*\2c\20SkRasterPipelineStage*\2c\20float\2c\20float\2c\20float\2c\20float\29 +8046:portable::cmple_n_floats\28portable::Params*\2c\20SkRasterPipelineStage*\2c\20float\2c\20float\2c\20float\2c\20float\29 +8047:portable::cmple_int\28portable::Params*\2c\20SkRasterPipelineStage*\2c\20float\2c\20float\2c\20float\2c\20float\29 +8048:portable::cmple_imm_uint\28portable::Params*\2c\20SkRasterPipelineStage*\2c\20float\2c\20float\2c\20float\2c\20float\29 +8049:portable::cmple_imm_int\28portable::Params*\2c\20SkRasterPipelineStage*\2c\20float\2c\20float\2c\20float\2c\20float\29 +8050:portable::cmple_imm_float\28portable::Params*\2c\20SkRasterPipelineStage*\2c\20float\2c\20float\2c\20float\2c\20float\29 +8051:portable::cmple_float\28portable::Params*\2c\20SkRasterPipelineStage*\2c\20float\2c\20float\2c\20float\2c\20float\29 +8052:portable::cmple_4_uints\28portable::Params*\2c\20SkRasterPipelineStage*\2c\20float\2c\20float\2c\20float\2c\20float\29 +8053:portable::cmple_4_ints\28portable::Params*\2c\20SkRasterPipelineStage*\2c\20float\2c\20float\2c\20float\2c\20float\29 +8054:portable::cmple_4_floats\28portable::Params*\2c\20SkRasterPipelineStage*\2c\20float\2c\20float\2c\20float\2c\20float\29 +8055:portable::cmple_3_uints\28portable::Params*\2c\20SkRasterPipelineStage*\2c\20float\2c\20float\2c\20float\2c\20float\29 +8056:portable::cmple_3_ints\28portable::Params*\2c\20SkRasterPipelineStage*\2c\20float\2c\20float\2c\20float\2c\20float\29 +8057:portable::cmple_3_floats\28portable::Params*\2c\20SkRasterPipelineStage*\2c\20float\2c\20float\2c\20float\2c\20float\29 +8058:portable::cmple_2_uints\28portable::Params*\2c\20SkRasterPipelineStage*\2c\20float\2c\20float\2c\20float\2c\20float\29 +8059:portable::cmple_2_ints\28portable::Params*\2c\20SkRasterPipelineStage*\2c\20float\2c\20float\2c\20float\2c\20float\29 +8060:portable::cmple_2_floats\28portable::Params*\2c\20SkRasterPipelineStage*\2c\20float\2c\20float\2c\20float\2c\20float\29 +8061:portable::cmpeq_n_ints\28portable::Params*\2c\20SkRasterPipelineStage*\2c\20float\2c\20float\2c\20float\2c\20float\29 +8062:portable::cmpeq_n_floats\28portable::Params*\2c\20SkRasterPipelineStage*\2c\20float\2c\20float\2c\20float\2c\20float\29 +8063:portable::cmpeq_int\28portable::Params*\2c\20SkRasterPipelineStage*\2c\20float\2c\20float\2c\20float\2c\20float\29 +8064:portable::cmpeq_imm_int\28portable::Params*\2c\20SkRasterPipelineStage*\2c\20float\2c\20float\2c\20float\2c\20float\29 +8065:portable::cmpeq_imm_float\28portable::Params*\2c\20SkRasterPipelineStage*\2c\20float\2c\20float\2c\20float\2c\20float\29 +8066:portable::cmpeq_float\28portable::Params*\2c\20SkRasterPipelineStage*\2c\20float\2c\20float\2c\20float\2c\20float\29 +8067:portable::cmpeq_4_ints\28portable::Params*\2c\20SkRasterPipelineStage*\2c\20float\2c\20float\2c\20float\2c\20float\29 +8068:portable::cmpeq_4_floats\28portable::Params*\2c\20SkRasterPipelineStage*\2c\20float\2c\20float\2c\20float\2c\20float\29 +8069:portable::cmpeq_3_ints\28portable::Params*\2c\20SkRasterPipelineStage*\2c\20float\2c\20float\2c\20float\2c\20float\29 +8070:portable::cmpeq_3_floats\28portable::Params*\2c\20SkRasterPipelineStage*\2c\20float\2c\20float\2c\20float\2c\20float\29 +8071:portable::cmpeq_2_ints\28portable::Params*\2c\20SkRasterPipelineStage*\2c\20float\2c\20float\2c\20float\2c\20float\29 +8072:portable::cmpeq_2_floats\28portable::Params*\2c\20SkRasterPipelineStage*\2c\20float\2c\20float\2c\20float\2c\20float\29 +8073:portable::clear\28portable::Params*\2c\20SkRasterPipelineStage*\2c\20float\2c\20float\2c\20float\2c\20float\29 +8074:portable::clamp_x_and_y\28portable::Params*\2c\20SkRasterPipelineStage*\2c\20float\2c\20float\2c\20float\2c\20float\29 +8075:portable::clamp_x_1\28portable::Params*\2c\20SkRasterPipelineStage*\2c\20float\2c\20float\2c\20float\2c\20float\29 +8076:portable::clamp_gamut\28portable::Params*\2c\20SkRasterPipelineStage*\2c\20float\2c\20float\2c\20float\2c\20float\29 +8077:portable::clamp_a_01\28portable::Params*\2c\20SkRasterPipelineStage*\2c\20float\2c\20float\2c\20float\2c\20float\29 +8078:portable::clamp_01\28portable::Params*\2c\20SkRasterPipelineStage*\2c\20float\2c\20float\2c\20float\2c\20float\29 +8079:portable::ceil_float\28portable::Params*\2c\20SkRasterPipelineStage*\2c\20float\2c\20float\2c\20float\2c\20float\29 +8080:portable::ceil_4_floats\28portable::Params*\2c\20SkRasterPipelineStage*\2c\20float\2c\20float\2c\20float\2c\20float\29 +8081:portable::ceil_3_floats\28portable::Params*\2c\20SkRasterPipelineStage*\2c\20float\2c\20float\2c\20float\2c\20float\29 +8082:portable::ceil_2_floats\28portable::Params*\2c\20SkRasterPipelineStage*\2c\20float\2c\20float\2c\20float\2c\20float\29 +8083:portable::cast_to_uint_from_float\28portable::Params*\2c\20SkRasterPipelineStage*\2c\20float\2c\20float\2c\20float\2c\20float\29 +8084:portable::cast_to_uint_from_4_floats\28portable::Params*\2c\20SkRasterPipelineStage*\2c\20float\2c\20float\2c\20float\2c\20float\29 +8085:portable::cast_to_uint_from_3_floats\28portable::Params*\2c\20SkRasterPipelineStage*\2c\20float\2c\20float\2c\20float\2c\20float\29 +8086:portable::cast_to_uint_from_2_floats\28portable::Params*\2c\20SkRasterPipelineStage*\2c\20float\2c\20float\2c\20float\2c\20float\29 +8087:portable::cast_to_int_from_float\28portable::Params*\2c\20SkRasterPipelineStage*\2c\20float\2c\20float\2c\20float\2c\20float\29 +8088:portable::cast_to_int_from_4_floats\28portable::Params*\2c\20SkRasterPipelineStage*\2c\20float\2c\20float\2c\20float\2c\20float\29 +8089:portable::cast_to_int_from_3_floats\28portable::Params*\2c\20SkRasterPipelineStage*\2c\20float\2c\20float\2c\20float\2c\20float\29 +8090:portable::cast_to_int_from_2_floats\28portable::Params*\2c\20SkRasterPipelineStage*\2c\20float\2c\20float\2c\20float\2c\20float\29 +8091:portable::cast_to_float_from_uint\28portable::Params*\2c\20SkRasterPipelineStage*\2c\20float\2c\20float\2c\20float\2c\20float\29 +8092:portable::cast_to_float_from_int\28portable::Params*\2c\20SkRasterPipelineStage*\2c\20float\2c\20float\2c\20float\2c\20float\29 +8093:portable::cast_to_float_from_4_uints\28portable::Params*\2c\20SkRasterPipelineStage*\2c\20float\2c\20float\2c\20float\2c\20float\29 +8094:portable::cast_to_float_from_4_ints\28portable::Params*\2c\20SkRasterPipelineStage*\2c\20float\2c\20float\2c\20float\2c\20float\29 +8095:portable::cast_to_float_from_3_uints\28portable::Params*\2c\20SkRasterPipelineStage*\2c\20float\2c\20float\2c\20float\2c\20float\29 +8096:portable::cast_to_float_from_3_ints\28portable::Params*\2c\20SkRasterPipelineStage*\2c\20float\2c\20float\2c\20float\2c\20float\29 +8097:portable::cast_to_float_from_2_uints\28portable::Params*\2c\20SkRasterPipelineStage*\2c\20float\2c\20float\2c\20float\2c\20float\29 +8098:portable::cast_to_float_from_2_ints\28portable::Params*\2c\20SkRasterPipelineStage*\2c\20float\2c\20float\2c\20float\2c\20float\29 +8099:portable::case_op\28portable::Params*\2c\20SkRasterPipelineStage*\2c\20float\2c\20float\2c\20float\2c\20float\29 +8100:portable::callback\28portable::Params*\2c\20SkRasterPipelineStage*\2c\20float\2c\20float\2c\20float\2c\20float\29 +8101:portable::byte_tables\28portable::Params*\2c\20SkRasterPipelineStage*\2c\20float\2c\20float\2c\20float\2c\20float\29 +8102:portable::bt709_luminance_or_luma_to_rgb\28portable::Params*\2c\20SkRasterPipelineStage*\2c\20float\2c\20float\2c\20float\2c\20float\29 +8103:portable::bt709_luminance_or_luma_to_alpha\28portable::Params*\2c\20SkRasterPipelineStage*\2c\20float\2c\20float\2c\20float\2c\20float\29 +8104:portable::branch_if_no_lanes_active\28portable::Params*\2c\20SkRasterPipelineStage*\2c\20float\2c\20float\2c\20float\2c\20float\29 +8105:portable::branch_if_no_active_lanes_eq\28portable::Params*\2c\20SkRasterPipelineStage*\2c\20float\2c\20float\2c\20float\2c\20float\29 +8106:portable::branch_if_any_lanes_active\28portable::Params*\2c\20SkRasterPipelineStage*\2c\20float\2c\20float\2c\20float\2c\20float\29 +8107:portable::branch_if_all_lanes_active\28portable::Params*\2c\20SkRasterPipelineStage*\2c\20float\2c\20float\2c\20float\2c\20float\29 +8108:portable::blit_row_s32a_opaque\28unsigned\20int*\2c\20unsigned\20int\20const*\2c\20int\2c\20unsigned\20int\29 +8109:portable::black_color\28portable::Params*\2c\20SkRasterPipelineStage*\2c\20float\2c\20float\2c\20float\2c\20float\29 +8110:portable::bitwise_xor_n_ints\28portable::Params*\2c\20SkRasterPipelineStage*\2c\20float\2c\20float\2c\20float\2c\20float\29 +8111:portable::bitwise_xor_int\28portable::Params*\2c\20SkRasterPipelineStage*\2c\20float\2c\20float\2c\20float\2c\20float\29 +8112:portable::bitwise_xor_imm_int\28portable::Params*\2c\20SkRasterPipelineStage*\2c\20float\2c\20float\2c\20float\2c\20float\29 +8113:portable::bitwise_xor_4_ints\28portable::Params*\2c\20SkRasterPipelineStage*\2c\20float\2c\20float\2c\20float\2c\20float\29 +8114:portable::bitwise_xor_3_ints\28portable::Params*\2c\20SkRasterPipelineStage*\2c\20float\2c\20float\2c\20float\2c\20float\29 +8115:portable::bitwise_xor_2_ints\28portable::Params*\2c\20SkRasterPipelineStage*\2c\20float\2c\20float\2c\20float\2c\20float\29 +8116:portable::bitwise_or_n_ints\28portable::Params*\2c\20SkRasterPipelineStage*\2c\20float\2c\20float\2c\20float\2c\20float\29 +8117:portable::bitwise_or_int\28portable::Params*\2c\20SkRasterPipelineStage*\2c\20float\2c\20float\2c\20float\2c\20float\29 +8118:portable::bitwise_or_4_ints\28portable::Params*\2c\20SkRasterPipelineStage*\2c\20float\2c\20float\2c\20float\2c\20float\29 +8119:portable::bitwise_or_3_ints\28portable::Params*\2c\20SkRasterPipelineStage*\2c\20float\2c\20float\2c\20float\2c\20float\29 +8120:portable::bitwise_or_2_ints\28portable::Params*\2c\20SkRasterPipelineStage*\2c\20float\2c\20float\2c\20float\2c\20float\29 +8121:portable::bitwise_and_n_ints\28portable::Params*\2c\20SkRasterPipelineStage*\2c\20float\2c\20float\2c\20float\2c\20float\29 +8122:portable::bitwise_and_int\28portable::Params*\2c\20SkRasterPipelineStage*\2c\20float\2c\20float\2c\20float\2c\20float\29 +8123:portable::bitwise_and_imm_int\28portable::Params*\2c\20SkRasterPipelineStage*\2c\20float\2c\20float\2c\20float\2c\20float\29 +8124:portable::bitwise_and_imm_4_ints\28portable::Params*\2c\20SkRasterPipelineStage*\2c\20float\2c\20float\2c\20float\2c\20float\29 +8125:portable::bitwise_and_imm_3_ints\28portable::Params*\2c\20SkRasterPipelineStage*\2c\20float\2c\20float\2c\20float\2c\20float\29 +8126:portable::bitwise_and_imm_2_ints\28portable::Params*\2c\20SkRasterPipelineStage*\2c\20float\2c\20float\2c\20float\2c\20float\29 +8127:portable::bitwise_and_4_ints\28portable::Params*\2c\20SkRasterPipelineStage*\2c\20float\2c\20float\2c\20float\2c\20float\29 +8128:portable::bitwise_and_3_ints\28portable::Params*\2c\20SkRasterPipelineStage*\2c\20float\2c\20float\2c\20float\2c\20float\29 +8129:portable::bitwise_and_2_ints\28portable::Params*\2c\20SkRasterPipelineStage*\2c\20float\2c\20float\2c\20float\2c\20float\29 +8130:portable::bilinear_setup\28portable::Params*\2c\20SkRasterPipelineStage*\2c\20float\2c\20float\2c\20float\2c\20float\29 +8131:portable::bilinear_py\28portable::Params*\2c\20SkRasterPipelineStage*\2c\20float\2c\20float\2c\20float\2c\20float\29 +8132:portable::bilinear_px\28portable::Params*\2c\20SkRasterPipelineStage*\2c\20float\2c\20float\2c\20float\2c\20float\29 +8133:portable::bilinear_ny\28portable::Params*\2c\20SkRasterPipelineStage*\2c\20float\2c\20float\2c\20float\2c\20float\29 +8134:portable::bilinear_nx\28portable::Params*\2c\20SkRasterPipelineStage*\2c\20float\2c\20float\2c\20float\2c\20float\29 +8135:portable::bicubic_setup\28portable::Params*\2c\20SkRasterPipelineStage*\2c\20float\2c\20float\2c\20float\2c\20float\29 +8136:portable::bicubic_p3y\28portable::Params*\2c\20SkRasterPipelineStage*\2c\20float\2c\20float\2c\20float\2c\20float\29 +8137:portable::bicubic_p3x\28portable::Params*\2c\20SkRasterPipelineStage*\2c\20float\2c\20float\2c\20float\2c\20float\29 +8138:portable::bicubic_p1y\28portable::Params*\2c\20SkRasterPipelineStage*\2c\20float\2c\20float\2c\20float\2c\20float\29 +8139:portable::bicubic_p1x\28portable::Params*\2c\20SkRasterPipelineStage*\2c\20float\2c\20float\2c\20float\2c\20float\29 +8140:portable::bicubic_n3y\28portable::Params*\2c\20SkRasterPipelineStage*\2c\20float\2c\20float\2c\20float\2c\20float\29 +8141:portable::bicubic_n3x\28portable::Params*\2c\20SkRasterPipelineStage*\2c\20float\2c\20float\2c\20float\2c\20float\29 +8142:portable::bicubic_n1y\28portable::Params*\2c\20SkRasterPipelineStage*\2c\20float\2c\20float\2c\20float\2c\20float\29 +8143:portable::bicubic_n1x\28portable::Params*\2c\20SkRasterPipelineStage*\2c\20float\2c\20float\2c\20float\2c\20float\29 +8144:portable::bicubic_clamp_8888\28portable::Params*\2c\20SkRasterPipelineStage*\2c\20float\2c\20float\2c\20float\2c\20float\29 +8145:portable::atan_float\28portable::Params*\2c\20SkRasterPipelineStage*\2c\20float\2c\20float\2c\20float\2c\20float\29 +8146:portable::atan2_n_floats\28portable::Params*\2c\20SkRasterPipelineStage*\2c\20float\2c\20float\2c\20float\2c\20float\29 +8147:portable::asin_float\28portable::Params*\2c\20SkRasterPipelineStage*\2c\20float\2c\20float\2c\20float\2c\20float\29 +8148:portable::alter_2pt_conical_unswap\28portable::Params*\2c\20SkRasterPipelineStage*\2c\20float\2c\20float\2c\20float\2c\20float\29 +8149:portable::alter_2pt_conical_compensate_focal\28portable::Params*\2c\20SkRasterPipelineStage*\2c\20float\2c\20float\2c\20float\2c\20float\29 +8150:portable::alpha_to_red_dst\28portable::Params*\2c\20SkRasterPipelineStage*\2c\20float\2c\20float\2c\20float\2c\20float\29 +8151:portable::alpha_to_red\28portable::Params*\2c\20SkRasterPipelineStage*\2c\20float\2c\20float\2c\20float\2c\20float\29 +8152:portable::alpha_to_gray_dst\28portable::Params*\2c\20SkRasterPipelineStage*\2c\20float\2c\20float\2c\20float\2c\20float\29 +8153:portable::alpha_to_gray\28portable::Params*\2c\20SkRasterPipelineStage*\2c\20float\2c\20float\2c\20float\2c\20float\29 +8154:portable::add_n_ints\28portable::Params*\2c\20SkRasterPipelineStage*\2c\20float\2c\20float\2c\20float\2c\20float\29 +8155:portable::add_n_floats\28portable::Params*\2c\20SkRasterPipelineStage*\2c\20float\2c\20float\2c\20float\2c\20float\29 +8156:portable::add_int\28portable::Params*\2c\20SkRasterPipelineStage*\2c\20float\2c\20float\2c\20float\2c\20float\29 +8157:portable::add_imm_int\28portable::Params*\2c\20SkRasterPipelineStage*\2c\20float\2c\20float\2c\20float\2c\20float\29 +8158:portable::add_imm_float\28portable::Params*\2c\20SkRasterPipelineStage*\2c\20float\2c\20float\2c\20float\2c\20float\29 +8159:portable::add_float\28portable::Params*\2c\20SkRasterPipelineStage*\2c\20float\2c\20float\2c\20float\2c\20float\29 +8160:portable::add_4_ints\28portable::Params*\2c\20SkRasterPipelineStage*\2c\20float\2c\20float\2c\20float\2c\20float\29 +8161:portable::add_4_floats\28portable::Params*\2c\20SkRasterPipelineStage*\2c\20float\2c\20float\2c\20float\2c\20float\29 +8162:portable::add_3_ints\28portable::Params*\2c\20SkRasterPipelineStage*\2c\20float\2c\20float\2c\20float\2c\20float\29 +8163:portable::add_3_floats\28portable::Params*\2c\20SkRasterPipelineStage*\2c\20float\2c\20float\2c\20float\2c\20float\29 +8164:portable::add_2_ints\28portable::Params*\2c\20SkRasterPipelineStage*\2c\20float\2c\20float\2c\20float\2c\20float\29 +8165:portable::add_2_floats\28portable::Params*\2c\20SkRasterPipelineStage*\2c\20float\2c\20float\2c\20float\2c\20float\29 +8166:portable::acos_float\28portable::Params*\2c\20SkRasterPipelineStage*\2c\20float\2c\20float\2c\20float\2c\20float\29 +8167:portable::accumulate\28portable::Params*\2c\20SkRasterPipelineStage*\2c\20float\2c\20float\2c\20float\2c\20float\29 +8168:portable::abs_int\28portable::Params*\2c\20SkRasterPipelineStage*\2c\20float\2c\20float\2c\20float\2c\20float\29 +8169:portable::abs_4_ints\28portable::Params*\2c\20SkRasterPipelineStage*\2c\20float\2c\20float\2c\20float\2c\20float\29 +8170:portable::abs_3_ints\28portable::Params*\2c\20SkRasterPipelineStage*\2c\20float\2c\20float\2c\20float\2c\20float\29 +8171:portable::abs_2_ints\28portable::Params*\2c\20SkRasterPipelineStage*\2c\20float\2c\20float\2c\20float\2c\20float\29 +8172:portable::RGB_to_RGB1\28unsigned\20int*\2c\20unsigned\20char\20const*\2c\20int\29 +8173:portable::RGB_to_BGR1\28unsigned\20int*\2c\20unsigned\20char\20const*\2c\20int\29 +8174:portable::RGBA_to_rgbA\28unsigned\20int*\2c\20unsigned\20int\20const*\2c\20int\29 +8175:portable::RGBA_to_bgrA\28unsigned\20int*\2c\20unsigned\20int\20const*\2c\20int\29 +8176:portable::RGBA_to_BGRA\28unsigned\20int*\2c\20unsigned\20int\20const*\2c\20int\29 +8177:portable::PQish\28portable::Params*\2c\20SkRasterPipelineStage*\2c\20float\2c\20float\2c\20float\2c\20float\29 +8178:portable::HLGish\28portable::Params*\2c\20SkRasterPipelineStage*\2c\20float\2c\20float\2c\20float\2c\20float\29 +8179:portable::HLGinvish\28portable::Params*\2c\20SkRasterPipelineStage*\2c\20float\2c\20float\2c\20float\2c\20float\29 +8180:pop_arg_long_double +8181:pointerTOCLookupFn\28UDataMemory\20const*\2c\20char\20const*\2c\20int*\2c\20UErrorCode*\29 +8182:png_read_filter_row_up +8183:png_read_filter_row_sub +8184:png_read_filter_row_paeth_multibyte_pixel +8185:png_read_filter_row_paeth_1byte_pixel +8186:png_read_filter_row_avg +8187:pass2_no_dither +8188:pass2_fs_dither +8189:override_features_khmer\28hb_ot_shape_planner_t*\29 +8190:override_features_indic\28hb_ot_shape_planner_t*\29 +8191:override_features_hangul\28hb_ot_shape_planner_t*\29 +8192:output_message +8193:operator\20delete\28void*\2c\20unsigned\20long\29 +8194:offsetTOCLookupFn\28UDataMemory\20const*\2c\20char\20const*\2c\20int*\2c\20UErrorCode*\29 +8195:null_convert +8196:noop_upsample +8197:non-virtual\20thunk\20to\20std::__2::basic_stringstream\2c\20std::__2::allocator>::~basic_stringstream\28\29_17852 +8198:non-virtual\20thunk\20to\20std::__2::basic_stringstream\2c\20std::__2::allocator>::~basic_stringstream\28\29 +8199:non-virtual\20thunk\20to\20std::__2::basic_iostream>::~basic_iostream\28\29_17778 +8200:non-virtual\20thunk\20to\20std::__2::basic_iostream>::~basic_iostream\28\29 +8201:non-virtual\20thunk\20to\20skif::\28anonymous\20namespace\29::GaneshBackend::~GaneshBackend\28\29_10895 +8202:non-virtual\20thunk\20to\20skif::\28anonymous\20namespace\29::GaneshBackend::~GaneshBackend\28\29_10894 +8203:non-virtual\20thunk\20to\20skif::\28anonymous\20namespace\29::GaneshBackend::~GaneshBackend\28\29_10892 +8204:non-virtual\20thunk\20to\20skif::\28anonymous\20namespace\29::GaneshBackend::~GaneshBackend\28\29 +8205:non-virtual\20thunk\20to\20skif::\28anonymous\20namespace\29::GaneshBackend::makeDevice\28SkImageInfo\20const&\29\20const +8206:non-virtual\20thunk\20to\20skif::\28anonymous\20namespace\29::GaneshBackend::findAlgorithm\28SkSize\2c\20SkColorType\29\20const +8207:non-virtual\20thunk\20to\20skgpu::ganesh::SmallPathAtlasMgr::~SmallPathAtlasMgr\28\29_11734 +8208:non-virtual\20thunk\20to\20skgpu::ganesh::SmallPathAtlasMgr::~SmallPathAtlasMgr\28\29 +8209:non-virtual\20thunk\20to\20skgpu::ganesh::SmallPathAtlasMgr::evict\28skgpu::PlotLocator\29 +8210:non-virtual\20thunk\20to\20skgpu::ganesh::AtlasPathRenderer::~AtlasPathRenderer\28\29_11064 +8211:non-virtual\20thunk\20to\20skgpu::ganesh::AtlasPathRenderer::~AtlasPathRenderer\28\29 +8212:non-virtual\20thunk\20to\20skgpu::ganesh::AtlasPathRenderer::preFlush\28GrOnFlushResourceProvider*\29 +8213:non-virtual\20thunk\20to\20icu_74::UnicodeSet::~UnicodeSet\28\29_14540 +8214:non-virtual\20thunk\20to\20icu_74::UnicodeSet::~UnicodeSet\28\29 +8215:non-virtual\20thunk\20to\20icu_74::UnicodeSet::toPattern\28icu_74::UnicodeString&\2c\20signed\20char\29\20const +8216:non-virtual\20thunk\20to\20icu_74::UnicodeSet::matches\28icu_74::Replaceable\20const&\2c\20int&\2c\20int\2c\20signed\20char\29 +8217:non-virtual\20thunk\20to\20icu_74::UnicodeSet::matchesIndexValue\28unsigned\20char\29\20const +8218:non-virtual\20thunk\20to\20icu_74::UnicodeSet::addMatchSetTo\28icu_74::UnicodeSet&\29\20const +8219:non-virtual\20thunk\20to\20GrTextureRenderTargetProxy::~GrTextureRenderTargetProxy\28\29_10040 +8220:non-virtual\20thunk\20to\20GrTextureRenderTargetProxy::~GrTextureRenderTargetProxy\28\29 +8221:non-virtual\20thunk\20to\20GrTextureRenderTargetProxy::onUninstantiatedGpuMemorySize\28\29\20const +8222:non-virtual\20thunk\20to\20GrTextureRenderTargetProxy::instantiate\28GrResourceProvider*\29 +8223:non-virtual\20thunk\20to\20GrTextureRenderTargetProxy::createSurface\28GrResourceProvider*\29\20const +8224:non-virtual\20thunk\20to\20GrTextureRenderTargetProxy::callbackDesc\28\29\20const +8225:non-virtual\20thunk\20to\20GrOpFlushState::~GrOpFlushState\28\29_9565 +8226:non-virtual\20thunk\20to\20GrOpFlushState::~GrOpFlushState\28\29 +8227:non-virtual\20thunk\20to\20GrOpFlushState::writeView\28\29\20const +8228:non-virtual\20thunk\20to\20GrOpFlushState::usesMSAASurface\28\29\20const +8229:non-virtual\20thunk\20to\20GrOpFlushState::threadSafeCache\28\29\20const +8230:non-virtual\20thunk\20to\20GrOpFlushState::strikeCache\28\29\20const +8231:non-virtual\20thunk\20to\20GrOpFlushState::smallPathAtlasManager\28\29\20const +8232:non-virtual\20thunk\20to\20GrOpFlushState::sampledProxyArray\28\29 +8233:non-virtual\20thunk\20to\20GrOpFlushState::rtProxy\28\29\20const +8234:non-virtual\20thunk\20to\20GrOpFlushState::resourceProvider\28\29\20const +8235:non-virtual\20thunk\20to\20GrOpFlushState::renderPassBarriers\28\29\20const +8236:non-virtual\20thunk\20to\20GrOpFlushState::recordDraw\28GrGeometryProcessor\20const*\2c\20GrSimpleMesh\20const*\2c\20int\2c\20GrSurfaceProxy\20const*\20const*\2c\20GrPrimitiveType\29 +8237:non-virtual\20thunk\20to\20GrOpFlushState::putBackVertices\28int\2c\20unsigned\20long\29 +8238:non-virtual\20thunk\20to\20GrOpFlushState::putBackIndirectDraws\28int\29 +8239:non-virtual\20thunk\20to\20GrOpFlushState::putBackIndices\28int\29 +8240:non-virtual\20thunk\20to\20GrOpFlushState::putBackIndexedIndirectDraws\28int\29 +8241:non-virtual\20thunk\20to\20GrOpFlushState::makeVertexSpace\28unsigned\20long\2c\20int\2c\20sk_sp*\2c\20int*\29 +8242:non-virtual\20thunk\20to\20GrOpFlushState::makeVertexSpaceAtLeast\28unsigned\20long\2c\20int\2c\20int\2c\20sk_sp*\2c\20int*\2c\20int*\29 +8243:non-virtual\20thunk\20to\20GrOpFlushState::makeIndexSpace\28int\2c\20sk_sp*\2c\20int*\29 +8244:non-virtual\20thunk\20to\20GrOpFlushState::makeIndexSpaceAtLeast\28int\2c\20int\2c\20sk_sp*\2c\20int*\2c\20int*\29 +8245:non-virtual\20thunk\20to\20GrOpFlushState::makeDrawIndirectSpace\28int\2c\20sk_sp*\2c\20unsigned\20long*\29 +8246:non-virtual\20thunk\20to\20GrOpFlushState::makeDrawIndexedIndirectSpace\28int\2c\20sk_sp*\2c\20unsigned\20long*\29 +8247:non-virtual\20thunk\20to\20GrOpFlushState::dstProxyView\28\29\20const +8248:non-virtual\20thunk\20to\20GrOpFlushState::detachAppliedClip\28\29 +8249:non-virtual\20thunk\20to\20GrOpFlushState::deferredUploadTarget\28\29 +8250:non-virtual\20thunk\20to\20GrOpFlushState::colorLoadOp\28\29\20const +8251:non-virtual\20thunk\20to\20GrOpFlushState::caps\28\29\20const +8252:non-virtual\20thunk\20to\20GrOpFlushState::atlasManager\28\29\20const +8253:non-virtual\20thunk\20to\20GrOpFlushState::appliedClip\28\29\20const +8254:non-virtual\20thunk\20to\20GrGpuBuffer::~GrGpuBuffer\28\29 +8255:non-virtual\20thunk\20to\20GrGpuBuffer::unref\28\29\20const +8256:non-virtual\20thunk\20to\20GrGpuBuffer::ref\28\29\20const +8257:non-virtual\20thunk\20to\20GrGLTextureRenderTarget::~GrGLTextureRenderTarget\28\29_12505 +8258:non-virtual\20thunk\20to\20GrGLTextureRenderTarget::~GrGLTextureRenderTarget\28\29 +8259:non-virtual\20thunk\20to\20GrGLTextureRenderTarget::onSetLabel\28\29 +8260:non-virtual\20thunk\20to\20GrGLTextureRenderTarget::onRelease\28\29 +8261:non-virtual\20thunk\20to\20GrGLTextureRenderTarget::onGpuMemorySize\28\29\20const +8262:non-virtual\20thunk\20to\20GrGLTextureRenderTarget::onAbandon\28\29 +8263:non-virtual\20thunk\20to\20GrGLTextureRenderTarget::dumpMemoryStatistics\28SkTraceMemoryDump*\29\20const +8264:non-virtual\20thunk\20to\20GrGLTextureRenderTarget::backendFormat\28\29\20const +8265:non-virtual\20thunk\20to\20GrGLSLFragmentShaderBuilder::~GrGLSLFragmentShaderBuilder\28\29_10785 +8266:non-virtual\20thunk\20to\20GrGLSLFragmentShaderBuilder::~GrGLSLFragmentShaderBuilder\28\29 +8267:non-virtual\20thunk\20to\20GrGLSLFragmentShaderBuilder::hasSecondaryOutput\28\29\20const +8268:non-virtual\20thunk\20to\20GrGLSLFragmentShaderBuilder::enableAdvancedBlendEquationIfNeeded\28skgpu::BlendEquation\29 +8269:non-virtual\20thunk\20to\20GrGLSLFragmentShaderBuilder::dstColor\28\29 +8270:non-virtual\20thunk\20to\20GrGLBuffer::~GrGLBuffer\28\29_12145 +8271:non-virtual\20thunk\20to\20GrGLBuffer::~GrGLBuffer\28\29 +8272:new_color_map_2_quant +8273:new_color_map_1_quant +8274:merged_2v_upsample +8275:merged_1v_upsample +8276:locale_cleanup\28\29 +8277:lin_srgb_to_oklab\28SkRGBA4f<\28SkAlphaType\292>\2c\20bool*\29 +8278:lin_srgb_to_okhcl\28SkRGBA4f<\28SkAlphaType\292>\2c\20bool*\29 +8279:legalstub$dynCall_vijjjii +8280:legalstub$dynCall_vijiii +8281:legalstub$dynCall_viji +8282:legalstub$dynCall_vij +8283:legalstub$dynCall_viijii +8284:legalstub$dynCall_viiiiij +8285:legalstub$dynCall_jiji +8286:legalstub$dynCall_jiiiiji +8287:legalstub$dynCall_jiiiiii +8288:legalstub$dynCall_jii +8289:legalstub$dynCall_ji +8290:legalstub$dynCall_iijjiii +8291:legalstub$dynCall_iijj +8292:legalstub$dynCall_iiji +8293:legalstub$dynCall_iij +8294:legalstub$dynCall_iiiji +8295:legalstub$dynCall_iiiiijj +8296:legalstub$dynCall_iiiiij +8297:legalstub$dynCall_iiiiiijj +8298:lcd_to_a8\28unsigned\20char*\2c\20unsigned\20char\20const*\2c\20int\29 +8299:layoutGetMaxValue\28IntProperty\20const&\2c\20UProperty\29 +8300:jpeg_start_output +8301:jpeg_start_decompress +8302:jpeg_skip_scanlines +8303:jpeg_save_markers +8304:jpeg_resync_to_restart +8305:jpeg_read_scanlines +8306:jpeg_read_raw_data +8307:jpeg_read_header +8308:jpeg_input_complete +8309:jpeg_idct_islow +8310:jpeg_idct_ifast +8311:jpeg_idct_float +8312:jpeg_idct_9x9 +8313:jpeg_idct_7x7 +8314:jpeg_idct_6x6 +8315:jpeg_idct_5x5 +8316:jpeg_idct_4x4 +8317:jpeg_idct_3x3 +8318:jpeg_idct_2x2 +8319:jpeg_idct_1x1 +8320:jpeg_idct_16x16 +8321:jpeg_idct_15x15 +8322:jpeg_idct_14x14 +8323:jpeg_idct_13x13 +8324:jpeg_idct_12x12 +8325:jpeg_idct_11x11 +8326:jpeg_idct_10x10 +8327:jpeg_finish_output +8328:jpeg_destroy_decompress +8329:jpeg_crop_scanline +8330:is_deleted_glyph\28hb_glyph_info_t\20const*\29 +8331:isRegionalIndicator\28BinaryProperty\20const&\2c\20int\2c\20UProperty\29 +8332:isPOSIX_xdigit\28BinaryProperty\20const&\2c\20int\2c\20UProperty\29 +8333:isPOSIX_print\28BinaryProperty\20const&\2c\20int\2c\20UProperty\29 +8334:isPOSIX_graph\28BinaryProperty\20const&\2c\20int\2c\20UProperty\29 +8335:isPOSIX_blank\28BinaryProperty\20const&\2c\20int\2c\20UProperty\29 +8336:isPOSIX_alnum\28BinaryProperty\20const&\2c\20int\2c\20UProperty\29 +8337:isNormInert\28BinaryProperty\20const&\2c\20int\2c\20UProperty\29 +8338:isMirrored\28BinaryProperty\20const&\2c\20int\2c\20UProperty\29 +8339:isJoinControl\28BinaryProperty\20const&\2c\20int\2c\20UProperty\29 +8340:isIDSUnaryOperator\28BinaryProperty\20const&\2c\20int\2c\20UProperty\29 +8341:isIDCompatMathStart\28BinaryProperty\20const&\2c\20int\2c\20UProperty\29 +8342:isIDCompatMathContinue\28BinaryProperty\20const&\2c\20int\2c\20UProperty\29 +8343:isCanonSegmentStarter\28BinaryProperty\20const&\2c\20int\2c\20UProperty\29 +8344:isBidiControl\28BinaryProperty\20const&\2c\20int\2c\20UProperty\29 +8345:isAcceptable\28void*\2c\20char\20const*\2c\20char\20const*\2c\20UDataInfo\20const*\29 +8346:int_upsample +8347:initial_reordering_indic\28hb_ot_shape_plan_t\20const*\2c\20hb_font_t*\2c\20hb_buffer_t*\29 +8348:icu_74::uprv_normalizer2_cleanup\28\29 +8349:icu_74::uprv_loaded_normalizer2_cleanup\28\29 +8350:icu_74::unames_cleanup\28\29 +8351:icu_74::umtx_init\28\29 +8352:icu_74::umtx_cleanup\28\29 +8353:icu_74::sortComparator\28void\20const*\2c\20void\20const*\2c\20void\20const*\29 +8354:icu_74::segmentStarterMapper\28void\20const*\2c\20unsigned\20int\29 +8355:icu_74::isAcceptable\28void*\2c\20char\20const*\2c\20char\20const*\2c\20UDataInfo\20const*\29 +8356:icu_74::compareElementStrings\28void\20const*\2c\20void\20const*\2c\20void\20const*\29 +8357:icu_74::cacheDeleter\28void*\29 +8358:icu_74::\28anonymous\20namespace\29::versionFilter\28int\2c\20void*\29 +8359:icu_74::\28anonymous\20namespace\29::utf16_caseContextIterator\28void*\2c\20signed\20char\29 +8360:icu_74::\28anonymous\20namespace\29::numericValueFilter\28int\2c\20void*\29 +8361:icu_74::\28anonymous\20namespace\29::intPropertyFilter\28int\2c\20void*\29 +8362:icu_74::\28anonymous\20namespace\29::emojiprops_cleanup\28\29 +8363:icu_74::\28anonymous\20namespace\29::cleanup\28\29 +8364:icu_74::\28anonymous\20namespace\29::cleanupKnownCanonicalized\28\29 +8365:icu_74::\28anonymous\20namespace\29::AliasReplacer::replace\28icu_74::Locale\20const&\2c\20icu_74::CharString&\2c\20UErrorCode&\29::$_1::__invoke\28void*\29 +8366:icu_74::\28anonymous\20namespace\29::AliasReplacer::AliasReplacer\28UErrorCode\29::'lambda'\28UElement\2c\20UElement\29::__invoke\28UElement\2c\20UElement\29 +8367:icu_74::\28anonymous\20namespace\29::AliasData::cleanup\28\29 +8368:icu_74::UnicodeString::~UnicodeString\28\29_14623 +8369:icu_74::UnicodeString::handleReplaceBetween\28int\2c\20int\2c\20icu_74::UnicodeString\20const&\29 +8370:icu_74::UnicodeString::getLength\28\29\20const +8371:icu_74::UnicodeString::getDynamicClassID\28\29\20const +8372:icu_74::UnicodeString::getCharAt\28int\29\20const +8373:icu_74::UnicodeString::extractBetween\28int\2c\20int\2c\20icu_74::UnicodeString&\29\20const +8374:icu_74::UnicodeString::copy\28int\2c\20int\2c\20int\29 +8375:icu_74::UnicodeString::clone\28\29\20const +8376:icu_74::UnicodeSet::~UnicodeSet\28\29_14539 +8377:icu_74::UnicodeSet::toPattern\28icu_74::UnicodeString&\2c\20signed\20char\29\20const +8378:icu_74::UnicodeSet::getDynamicClassID\28\29\20const +8379:icu_74::UnicodeSet::addMatchSetTo\28icu_74::UnicodeSet&\29\20const +8380:icu_74::UnhandledEngine::~UnhandledEngine\28\29_13507 +8381:icu_74::UnhandledEngine::~UnhandledEngine\28\29 +8382:icu_74::UnhandledEngine::handles\28int\2c\20char\20const*\29\20const +8383:icu_74::UnhandledEngine::handleCharacter\28int\29 +8384:icu_74::UnhandledEngine::findBreaks\28UText*\2c\20int\2c\20int\2c\20icu_74::UVector32&\2c\20signed\20char\2c\20UErrorCode&\29\20const +8385:icu_74::UVector::~UVector\28\29_14915 +8386:icu_74::UVector::getDynamicClassID\28\29\20const +8387:icu_74::UVector32::~UVector32\28\29_14937 +8388:icu_74::UVector32::getDynamicClassID\28\29\20const +8389:icu_74::UStack::getDynamicClassID\28\29\20const +8390:icu_74::UCharsTrieBuilder::~UCharsTrieBuilder\28\29_14279 +8391:icu_74::UCharsTrieBuilder::~UCharsTrieBuilder\28\29 +8392:icu_74::UCharsTrieBuilder::write\28int\29 +8393:icu_74::UCharsTrieBuilder::writeValueAndType\28signed\20char\2c\20int\2c\20int\29 +8394:icu_74::UCharsTrieBuilder::writeValueAndFinal\28int\2c\20signed\20char\29 +8395:icu_74::UCharsTrieBuilder::writeElementUnits\28int\2c\20int\2c\20int\29 +8396:icu_74::UCharsTrieBuilder::writeDeltaTo\28int\29 +8397:icu_74::UCharsTrieBuilder::skipElementsBySomeUnits\28int\2c\20int\2c\20int\29\20const +8398:icu_74::UCharsTrieBuilder::indexOfElementWithNextUnit\28int\2c\20int\2c\20char16_t\29\20const +8399:icu_74::UCharsTrieBuilder::getMinLinearMatch\28\29\20const +8400:icu_74::UCharsTrieBuilder::getLimitOfLinearMatch\28int\2c\20int\2c\20int\29\20const +8401:icu_74::UCharsTrieBuilder::getElementValue\28int\29\20const +8402:icu_74::UCharsTrieBuilder::getElementUnit\28int\2c\20int\29\20const +8403:icu_74::UCharsTrieBuilder::getElementStringLength\28int\29\20const +8404:icu_74::UCharsTrieBuilder::createLinearMatchNode\28int\2c\20int\2c\20int\2c\20icu_74::StringTrieBuilder::Node*\29\20const +8405:icu_74::UCharsTrieBuilder::countElementUnits\28int\2c\20int\2c\20int\29\20const +8406:icu_74::UCharsTrieBuilder::UCTLinearMatchNode::write\28icu_74::StringTrieBuilder&\29 +8407:icu_74::UCharsTrieBuilder::UCTLinearMatchNode::operator==\28icu_74::StringTrieBuilder::Node\20const&\29\20const +8408:icu_74::UCharsDictionaryMatcher::~UCharsDictionaryMatcher\28\29_13639 +8409:icu_74::UCharsDictionaryMatcher::~UCharsDictionaryMatcher\28\29 +8410:icu_74::UCharsDictionaryMatcher::matches\28UText*\2c\20int\2c\20int\2c\20int*\2c\20int*\2c\20int*\2c\20int*\29\20const +8411:icu_74::UCharCharacterIterator::setIndex\28int\29 +8412:icu_74::UCharCharacterIterator::setIndex32\28int\29 +8413:icu_74::UCharCharacterIterator::previous\28\29 +8414:icu_74::UCharCharacterIterator::previous32\28\29 +8415:icu_74::UCharCharacterIterator::operator==\28icu_74::ForwardCharacterIterator\20const&\29\20const +8416:icu_74::UCharCharacterIterator::next\28\29 +8417:icu_74::UCharCharacterIterator::nextPostInc\28\29 +8418:icu_74::UCharCharacterIterator::next32\28\29 +8419:icu_74::UCharCharacterIterator::next32PostInc\28\29 +8420:icu_74::UCharCharacterIterator::move\28int\2c\20icu_74::CharacterIterator::EOrigin\29 +8421:icu_74::UCharCharacterIterator::move32\28int\2c\20icu_74::CharacterIterator::EOrigin\29 +8422:icu_74::UCharCharacterIterator::last\28\29 +8423:icu_74::UCharCharacterIterator::last32\28\29 +8424:icu_74::UCharCharacterIterator::hashCode\28\29\20const +8425:icu_74::UCharCharacterIterator::hasPrevious\28\29 +8426:icu_74::UCharCharacterIterator::hasNext\28\29 +8427:icu_74::UCharCharacterIterator::getText\28icu_74::UnicodeString&\29 +8428:icu_74::UCharCharacterIterator::getDynamicClassID\28\29\20const +8429:icu_74::UCharCharacterIterator::first\28\29 +8430:icu_74::UCharCharacterIterator::firstPostInc\28\29 +8431:icu_74::UCharCharacterIterator::first32\28\29 +8432:icu_74::UCharCharacterIterator::first32PostInc\28\29 +8433:icu_74::UCharCharacterIterator::current\28\29\20const +8434:icu_74::UCharCharacterIterator::current32\28\29\20const +8435:icu_74::UCharCharacterIterator::clone\28\29\20const +8436:icu_74::ThaiBreakEngine::~ThaiBreakEngine\28\29_13619 +8437:icu_74::ThaiBreakEngine::~ThaiBreakEngine\28\29 +8438:icu_74::ThaiBreakEngine::divideUpDictionaryRange\28UText*\2c\20int\2c\20int\2c\20icu_74::UVector32&\2c\20signed\20char\2c\20UErrorCode&\29\20const +8439:icu_74::StringTrieBuilder::SplitBranchNode::write\28icu_74::StringTrieBuilder&\29 +8440:icu_74::StringTrieBuilder::SplitBranchNode::operator==\28icu_74::StringTrieBuilder::Node\20const&\29\20const +8441:icu_74::StringTrieBuilder::SplitBranchNode::markRightEdgesFirst\28int\29 +8442:icu_74::StringTrieBuilder::Node::markRightEdgesFirst\28int\29 +8443:icu_74::StringTrieBuilder::ListBranchNode::write\28icu_74::StringTrieBuilder&\29 +8444:icu_74::StringTrieBuilder::ListBranchNode::operator==\28icu_74::StringTrieBuilder::Node\20const&\29\20const +8445:icu_74::StringTrieBuilder::ListBranchNode::markRightEdgesFirst\28int\29 +8446:icu_74::StringTrieBuilder::IntermediateValueNode::write\28icu_74::StringTrieBuilder&\29 +8447:icu_74::StringTrieBuilder::IntermediateValueNode::operator==\28icu_74::StringTrieBuilder::Node\20const&\29\20const +8448:icu_74::StringTrieBuilder::IntermediateValueNode::markRightEdgesFirst\28int\29 +8449:icu_74::StringTrieBuilder::FinalValueNode::write\28icu_74::StringTrieBuilder&\29 +8450:icu_74::StringTrieBuilder::FinalValueNode::operator==\28icu_74::StringTrieBuilder::Node\20const&\29\20const +8451:icu_74::StringTrieBuilder::BranchHeadNode::write\28icu_74::StringTrieBuilder&\29 +8452:icu_74::StringEnumeration::unext\28int*\2c\20UErrorCode&\29 +8453:icu_74::StringEnumeration::snext\28UErrorCode&\29 +8454:icu_74::StringEnumeration::operator==\28icu_74::StringEnumeration\20const&\29\20const +8455:icu_74::StringEnumeration::operator!=\28icu_74::StringEnumeration\20const&\29\20const +8456:icu_74::StringEnumeration::next\28int*\2c\20UErrorCode&\29 +8457:icu_74::SimpleLocaleKeyFactory::~SimpleLocaleKeyFactory\28\29_14154 +8458:icu_74::SimpleLocaleKeyFactory::~SimpleLocaleKeyFactory\28\29 +8459:icu_74::SimpleLocaleKeyFactory::updateVisibleIDs\28icu_74::Hashtable&\2c\20UErrorCode&\29\20const +8460:icu_74::SimpleLocaleKeyFactory::getDynamicClassID\28\29\20const +8461:icu_74::SimpleLocaleKeyFactory::create\28icu_74::ICUServiceKey\20const&\2c\20icu_74::ICUService\20const*\2c\20UErrorCode&\29\20const +8462:icu_74::SimpleFilteredSentenceBreakIterator::~SimpleFilteredSentenceBreakIterator\28\29_13664 +8463:icu_74::SimpleFilteredSentenceBreakIterator::~SimpleFilteredSentenceBreakIterator\28\29 +8464:icu_74::SimpleFilteredSentenceBreakIterator::setText\28icu_74::UnicodeString\20const&\29 +8465:icu_74::SimpleFilteredSentenceBreakIterator::setText\28UText*\2c\20UErrorCode&\29 +8466:icu_74::SimpleFilteredSentenceBreakIterator::refreshInputText\28UText*\2c\20UErrorCode&\29 +8467:icu_74::SimpleFilteredSentenceBreakIterator::previous\28\29 +8468:icu_74::SimpleFilteredSentenceBreakIterator::preceding\28int\29 +8469:icu_74::SimpleFilteredSentenceBreakIterator::next\28int\29 +8470:icu_74::SimpleFilteredSentenceBreakIterator::next\28\29 +8471:icu_74::SimpleFilteredSentenceBreakIterator::last\28\29 +8472:icu_74::SimpleFilteredSentenceBreakIterator::isBoundary\28int\29 +8473:icu_74::SimpleFilteredSentenceBreakIterator::getUText\28UText*\2c\20UErrorCode&\29\20const +8474:icu_74::SimpleFilteredSentenceBreakIterator::getText\28\29\20const +8475:icu_74::SimpleFilteredSentenceBreakIterator::following\28int\29 +8476:icu_74::SimpleFilteredSentenceBreakIterator::first\28\29 +8477:icu_74::SimpleFilteredSentenceBreakIterator::current\28\29\20const +8478:icu_74::SimpleFilteredSentenceBreakIterator::createBufferClone\28void*\2c\20int&\2c\20UErrorCode&\29 +8479:icu_74::SimpleFilteredSentenceBreakIterator::clone\28\29\20const +8480:icu_74::SimpleFilteredSentenceBreakIterator::adoptText\28icu_74::CharacterIterator*\29 +8481:icu_74::SimpleFilteredSentenceBreakData::~SimpleFilteredSentenceBreakData\28\29_13661 +8482:icu_74::SimpleFilteredSentenceBreakData::~SimpleFilteredSentenceBreakData\28\29 +8483:icu_74::SimpleFilteredBreakIteratorBuilder::~SimpleFilteredBreakIteratorBuilder\28\29_13676 +8484:icu_74::SimpleFilteredBreakIteratorBuilder::~SimpleFilteredBreakIteratorBuilder\28\29 +8485:icu_74::SimpleFilteredBreakIteratorBuilder::unsuppressBreakAfter\28icu_74::UnicodeString\20const&\2c\20UErrorCode&\29 +8486:icu_74::SimpleFilteredBreakIteratorBuilder::suppressBreakAfter\28icu_74::UnicodeString\20const&\2c\20UErrorCode&\29 +8487:icu_74::SimpleFilteredBreakIteratorBuilder::build\28icu_74::BreakIterator*\2c\20UErrorCode&\29 +8488:icu_74::SimpleFactory::~SimpleFactory\28\29_14066 +8489:icu_74::SimpleFactory::~SimpleFactory\28\29 +8490:icu_74::SimpleFactory::updateVisibleIDs\28icu_74::Hashtable&\2c\20UErrorCode&\29\20const +8491:icu_74::SimpleFactory::getDynamicClassID\28\29\20const +8492:icu_74::SimpleFactory::getDisplayName\28icu_74::UnicodeString\20const&\2c\20icu_74::Locale\20const&\2c\20icu_74::UnicodeString&\29\20const +8493:icu_74::SimpleFactory::create\28icu_74::ICUServiceKey\20const&\2c\20icu_74::ICUService\20const*\2c\20UErrorCode&\29\20const +8494:icu_74::ServiceEnumeration::~ServiceEnumeration\28\29_14130 +8495:icu_74::ServiceEnumeration::~ServiceEnumeration\28\29 +8496:icu_74::ServiceEnumeration::snext\28UErrorCode&\29 +8497:icu_74::ServiceEnumeration::reset\28UErrorCode&\29 +8498:icu_74::ServiceEnumeration::getDynamicClassID\28\29\20const +8499:icu_74::ServiceEnumeration::count\28UErrorCode&\29\20const +8500:icu_74::ServiceEnumeration::clone\28\29\20const +8501:icu_74::RuleBasedBreakIterator::~RuleBasedBreakIterator\28\29_13997 +8502:icu_74::RuleBasedBreakIterator::setText\28icu_74::UnicodeString\20const&\29 +8503:icu_74::RuleBasedBreakIterator::setText\28UText*\2c\20UErrorCode&\29 +8504:icu_74::RuleBasedBreakIterator::refreshInputText\28UText*\2c\20UErrorCode&\29 +8505:icu_74::RuleBasedBreakIterator::previous\28\29 +8506:icu_74::RuleBasedBreakIterator::preceding\28int\29 +8507:icu_74::RuleBasedBreakIterator::operator==\28icu_74::BreakIterator\20const&\29\20const +8508:icu_74::RuleBasedBreakIterator::next\28int\29 +8509:icu_74::RuleBasedBreakIterator::next\28\29 +8510:icu_74::RuleBasedBreakIterator::last\28\29 +8511:icu_74::RuleBasedBreakIterator::isBoundary\28int\29 +8512:icu_74::RuleBasedBreakIterator::hashCode\28\29\20const +8513:icu_74::RuleBasedBreakIterator::getUText\28UText*\2c\20UErrorCode&\29\20const +8514:icu_74::RuleBasedBreakIterator::getText\28\29\20const +8515:icu_74::RuleBasedBreakIterator::getRules\28\29\20const +8516:icu_74::RuleBasedBreakIterator::getRuleStatus\28\29\20const +8517:icu_74::RuleBasedBreakIterator::getRuleStatusVec\28int*\2c\20int\2c\20UErrorCode&\29 +8518:icu_74::RuleBasedBreakIterator::getDynamicClassID\28\29\20const +8519:icu_74::RuleBasedBreakIterator::getBinaryRules\28unsigned\20int&\29 +8520:icu_74::RuleBasedBreakIterator::following\28int\29 +8521:icu_74::RuleBasedBreakIterator::first\28\29 +8522:icu_74::RuleBasedBreakIterator::current\28\29\20const +8523:icu_74::RuleBasedBreakIterator::createBufferClone\28void*\2c\20int&\2c\20UErrorCode&\29 +8524:icu_74::RuleBasedBreakIterator::clone\28\29\20const +8525:icu_74::RuleBasedBreakIterator::adoptText\28icu_74::CharacterIterator*\29 +8526:icu_74::RuleBasedBreakIterator::BreakCache::~BreakCache\28\29_13982 +8527:icu_74::RuleBasedBreakIterator::BreakCache::~BreakCache\28\29 +8528:icu_74::ResourceDataValue::~ResourceDataValue\28\29_14777 +8529:icu_74::ResourceDataValue::isNoInheritanceMarker\28\29\20const +8530:icu_74::ResourceDataValue::getUInt\28UErrorCode&\29\20const +8531:icu_74::ResourceDataValue::getType\28\29\20const +8532:icu_74::ResourceDataValue::getStringOrFirstOfArray\28UErrorCode&\29\20const +8533:icu_74::ResourceDataValue::getStringArray\28icu_74::UnicodeString*\2c\20int\2c\20UErrorCode&\29\20const +8534:icu_74::ResourceDataValue::getStringArrayOrStringAsArray\28icu_74::UnicodeString*\2c\20int\2c\20UErrorCode&\29\20const +8535:icu_74::ResourceDataValue::getInt\28UErrorCode&\29\20const +8536:icu_74::ResourceDataValue::getAliasString\28int&\2c\20UErrorCode&\29\20const +8537:icu_74::ResourceBundle::~ResourceBundle\28\29_14037 +8538:icu_74::ResourceBundle::~ResourceBundle\28\29 +8539:icu_74::ResourceBundle::getDynamicClassID\28\29\20const +8540:icu_74::ParsePosition::getDynamicClassID\28\29\20const +8541:icu_74::Normalizer2WithImpl::spanQuickCheckYes\28icu_74::UnicodeString\20const&\2c\20UErrorCode&\29\20const +8542:icu_74::Normalizer2WithImpl::normalize\28icu_74::UnicodeString\20const&\2c\20icu_74::UnicodeString&\2c\20UErrorCode&\29\20const +8543:icu_74::Normalizer2WithImpl::normalizeSecondAndAppend\28icu_74::UnicodeString&\2c\20icu_74::UnicodeString\20const&\2c\20UErrorCode&\29\20const +8544:icu_74::Normalizer2WithImpl::getRawDecomposition\28int\2c\20icu_74::UnicodeString&\29\20const +8545:icu_74::Normalizer2WithImpl::getDecomposition\28int\2c\20icu_74::UnicodeString&\29\20const +8546:icu_74::Normalizer2WithImpl::getCombiningClass\28int\29\20const +8547:icu_74::Normalizer2WithImpl::composePair\28int\2c\20int\29\20const +8548:icu_74::Normalizer2WithImpl::append\28icu_74::UnicodeString&\2c\20icu_74::UnicodeString\20const&\2c\20UErrorCode&\29\20const +8549:icu_74::Normalizer2Impl::~Normalizer2Impl\28\29_13921 +8550:icu_74::Normalizer2::normalizeUTF8\28unsigned\20int\2c\20icu_74::StringPiece\2c\20icu_74::ByteSink&\2c\20icu_74::Edits*\2c\20UErrorCode&\29\20const +8551:icu_74::Normalizer2::isNormalizedUTF8\28icu_74::StringPiece\2c\20UErrorCode&\29\20const +8552:icu_74::NoopNormalizer2::spanQuickCheckYes\28icu_74::UnicodeString\20const&\2c\20UErrorCode&\29\20const +8553:icu_74::NoopNormalizer2::normalize\28icu_74::UnicodeString\20const&\2c\20icu_74::UnicodeString&\2c\20UErrorCode&\29\20const +8554:icu_74::NoopNormalizer2::normalizeUTF8\28unsigned\20int\2c\20icu_74::StringPiece\2c\20icu_74::ByteSink&\2c\20icu_74::Edits*\2c\20UErrorCode&\29\20const +8555:icu_74::MlBreakEngine::~MlBreakEngine\28\29_13837 +8556:icu_74::LocaleKeyFactory::~LocaleKeyFactory\28\29_14113 +8557:icu_74::LocaleKeyFactory::updateVisibleIDs\28icu_74::Hashtable&\2c\20UErrorCode&\29\20const +8558:icu_74::LocaleKeyFactory::handlesKey\28icu_74::ICUServiceKey\20const&\2c\20UErrorCode&\29\20const +8559:icu_74::LocaleKeyFactory::getDynamicClassID\28\29\20const +8560:icu_74::LocaleKeyFactory::getDisplayName\28icu_74::UnicodeString\20const&\2c\20icu_74::Locale\20const&\2c\20icu_74::UnicodeString&\29\20const +8561:icu_74::LocaleKeyFactory::create\28icu_74::ICUServiceKey\20const&\2c\20icu_74::ICUService\20const*\2c\20UErrorCode&\29\20const +8562:icu_74::LocaleKey::~LocaleKey\28\29_14100 +8563:icu_74::LocaleKey::~LocaleKey\28\29 +8564:icu_74::LocaleKey::prefix\28icu_74::UnicodeString&\29\20const +8565:icu_74::LocaleKey::isFallbackOf\28icu_74::UnicodeString\20const&\29\20const +8566:icu_74::LocaleKey::getDynamicClassID\28\29\20const +8567:icu_74::LocaleKey::fallback\28\29 +8568:icu_74::LocaleKey::currentLocale\28icu_74::Locale&\29\20const +8569:icu_74::LocaleKey::currentID\28icu_74::UnicodeString&\29\20const +8570:icu_74::LocaleKey::currentDescriptor\28icu_74::UnicodeString&\29\20const +8571:icu_74::LocaleKey::canonicalLocale\28icu_74::Locale&\29\20const +8572:icu_74::LocaleKey::canonicalID\28icu_74::UnicodeString&\29\20const +8573:icu_74::LocaleBuilder::~LocaleBuilder\28\29_13707 +8574:icu_74::Locale::~Locale\28\29_13734 +8575:icu_74::Locale::getDynamicClassID\28\29\20const +8576:icu_74::LoadedNormalizer2Impl::~LoadedNormalizer2Impl\28\29_13695 +8577:icu_74::LoadedNormalizer2Impl::~LoadedNormalizer2Impl\28\29 +8578:icu_74::LoadedNormalizer2Impl::isAcceptable\28void*\2c\20char\20const*\2c\20char\20const*\2c\20UDataInfo\20const*\29 +8579:icu_74::LaoBreakEngine::~LaoBreakEngine\28\29_13623 +8580:icu_74::LaoBreakEngine::~LaoBreakEngine\28\29 +8581:icu_74::LSTMBreakEngine::~LSTMBreakEngine\28\29_13821 +8582:icu_74::LSTMBreakEngine::~LSTMBreakEngine\28\29 +8583:icu_74::LSTMBreakEngine::name\28\29\20const +8584:icu_74::LSTMBreakEngine::divideUpDictionaryRange\28UText*\2c\20int\2c\20int\2c\20icu_74::UVector32&\2c\20signed\20char\2c\20UErrorCode&\29\20const +8585:icu_74::KhmerBreakEngine::~KhmerBreakEngine\28\29_13631 +8586:icu_74::KhmerBreakEngine::~KhmerBreakEngine\28\29 +8587:icu_74::KhmerBreakEngine::divideUpDictionaryRange\28UText*\2c\20int\2c\20int\2c\20icu_74::UVector32&\2c\20signed\20char\2c\20UErrorCode&\29\20const +8588:icu_74::KeywordEnumeration::~KeywordEnumeration\28\29_13758 +8589:icu_74::KeywordEnumeration::~KeywordEnumeration\28\29 +8590:icu_74::KeywordEnumeration::snext\28UErrorCode&\29 +8591:icu_74::KeywordEnumeration::reset\28UErrorCode&\29 +8592:icu_74::KeywordEnumeration::next\28int*\2c\20UErrorCode&\29 +8593:icu_74::KeywordEnumeration::getDynamicClassID\28\29\20const +8594:icu_74::KeywordEnumeration::count\28UErrorCode&\29\20const +8595:icu_74::KeywordEnumeration::clone\28\29\20const +8596:icu_74::ICUServiceKey::~ICUServiceKey\28\29_14054 +8597:icu_74::ICUServiceKey::isFallbackOf\28icu_74::UnicodeString\20const&\29\20const +8598:icu_74::ICUServiceKey::getDynamicClassID\28\29\20const +8599:icu_74::ICUServiceKey::currentDescriptor\28icu_74::UnicodeString&\29\20const +8600:icu_74::ICUServiceKey::canonicalID\28icu_74::UnicodeString&\29\20const +8601:icu_74::ICUService::unregister\28void\20const*\2c\20UErrorCode&\29 +8602:icu_74::ICUService::reset\28\29 +8603:icu_74::ICUService::registerInstance\28icu_74::UObject*\2c\20icu_74::UnicodeString\20const&\2c\20signed\20char\2c\20UErrorCode&\29 +8604:icu_74::ICUService::registerFactory\28icu_74::ICUServiceFactory*\2c\20UErrorCode&\29 +8605:icu_74::ICUService::reInitializeFactories\28\29 +8606:icu_74::ICUService::notifyListener\28icu_74::EventListener&\29\20const +8607:icu_74::ICUService::isDefault\28\29\20const +8608:icu_74::ICUService::getKey\28icu_74::ICUServiceKey&\2c\20icu_74::UnicodeString*\2c\20UErrorCode&\29\20const +8609:icu_74::ICUService::createSimpleFactory\28icu_74::UObject*\2c\20icu_74::UnicodeString\20const&\2c\20signed\20char\2c\20UErrorCode&\29 +8610:icu_74::ICUService::createKey\28icu_74::UnicodeString\20const*\2c\20UErrorCode&\29\20const +8611:icu_74::ICUService::clearCaches\28\29 +8612:icu_74::ICUService::acceptsListener\28icu_74::EventListener\20const&\29\20const +8613:icu_74::ICUResourceBundleFactory::~ICUResourceBundleFactory\28\29_14148 +8614:icu_74::ICUResourceBundleFactory::handleCreate\28icu_74::Locale\20const&\2c\20int\2c\20icu_74::ICUService\20const*\2c\20UErrorCode&\29\20const +8615:icu_74::ICUResourceBundleFactory::getSupportedIDs\28UErrorCode&\29\20const +8616:icu_74::ICUResourceBundleFactory::getDynamicClassID\28\29\20const +8617:icu_74::ICUNotifier::removeListener\28icu_74::EventListener\20const*\2c\20UErrorCode&\29 +8618:icu_74::ICUNotifier::notifyChanged\28\29 +8619:icu_74::ICUNotifier::addListener\28icu_74::EventListener\20const*\2c\20UErrorCode&\29 +8620:icu_74::ICULocaleService::registerInstance\28icu_74::UObject*\2c\20icu_74::UnicodeString\20const&\2c\20signed\20char\2c\20UErrorCode&\29 +8621:icu_74::ICULocaleService::registerInstance\28icu_74::UObject*\2c\20icu_74::Locale\20const&\2c\20int\2c\20int\2c\20UErrorCode&\29 +8622:icu_74::ICULocaleService::registerInstance\28icu_74::UObject*\2c\20icu_74::Locale\20const&\2c\20int\2c\20UErrorCode&\29 +8623:icu_74::ICULocaleService::registerInstance\28icu_74::UObject*\2c\20icu_74::Locale\20const&\2c\20UErrorCode&\29 +8624:icu_74::ICULocaleService::getAvailableLocales\28\29\20const +8625:icu_74::ICULocaleService::createKey\28icu_74::UnicodeString\20const*\2c\20int\2c\20UErrorCode&\29\20const +8626:icu_74::ICULocaleService::createKey\28icu_74::UnicodeString\20const*\2c\20UErrorCode&\29\20const +8627:icu_74::ICULanguageBreakFactory::~ICULanguageBreakFactory\28\29_13513 +8628:icu_74::ICULanguageBreakFactory::~ICULanguageBreakFactory\28\29 +8629:icu_74::ICULanguageBreakFactory::loadEngineFor\28int\2c\20char\20const*\29 +8630:icu_74::ICULanguageBreakFactory::loadDictionaryMatcherFor\28UScriptCode\29 +8631:icu_74::ICULanguageBreakFactory::getEngineFor\28int\2c\20char\20const*\29 +8632:icu_74::ICULanguageBreakFactory::addExternalEngine\28icu_74::ExternalBreakEngine*\2c\20UErrorCode&\29 +8633:icu_74::ICUBreakIteratorService::~ICUBreakIteratorService\28\29_13540 +8634:icu_74::ICUBreakIteratorService::~ICUBreakIteratorService\28\29 +8635:icu_74::ICUBreakIteratorService::isDefault\28\29\20const +8636:icu_74::ICUBreakIteratorService::handleDefault\28icu_74::ICUServiceKey\20const&\2c\20icu_74::UnicodeString*\2c\20UErrorCode&\29\20const +8637:icu_74::ICUBreakIteratorService::cloneInstance\28icu_74::UObject*\29\20const +8638:icu_74::ICUBreakIteratorFactory::~ICUBreakIteratorFactory\28\29_13538 +8639:icu_74::ICUBreakIteratorFactory::~ICUBreakIteratorFactory\28\29 +8640:icu_74::ICUBreakIteratorFactory::handleCreate\28icu_74::Locale\20const&\2c\20int\2c\20icu_74::ICUService\20const*\2c\20UErrorCode&\29\20const +8641:icu_74::GraphemeClusterVectorizer::vectorize\28UText*\2c\20int\2c\20int\2c\20icu_74::UVector32&\2c\20icu_74::UVector32&\2c\20UErrorCode&\29\20const +8642:icu_74::FCDNormalizer2::spanQuickCheckYes\28char16_t\20const*\2c\20char16_t\20const*\2c\20UErrorCode&\29\20const +8643:icu_74::FCDNormalizer2::normalize\28char16_t\20const*\2c\20char16_t\20const*\2c\20icu_74::ReorderingBuffer&\2c\20UErrorCode&\29\20const +8644:icu_74::FCDNormalizer2::normalizeAndAppend\28char16_t\20const*\2c\20char16_t\20const*\2c\20signed\20char\2c\20icu_74::UnicodeString&\2c\20icu_74::ReorderingBuffer&\2c\20UErrorCode&\29\20const +8645:icu_74::FCDNormalizer2::isInert\28int\29\20const +8646:icu_74::EmojiProps::isAcceptable\28void*\2c\20char\20const*\2c\20char\20const*\2c\20UDataInfo\20const*\29 +8647:icu_74::DictionaryBreakEngine::setCharacters\28icu_74::UnicodeSet\20const&\29 +8648:icu_74::DictionaryBreakEngine::handles\28int\2c\20char\20const*\29\20const +8649:icu_74::DictionaryBreakEngine::findBreaks\28UText*\2c\20int\2c\20int\2c\20icu_74::UVector32&\2c\20signed\20char\2c\20UErrorCode&\29\20const +8650:icu_74::DecomposeNormalizer2::spanQuickCheckYes\28char16_t\20const*\2c\20char16_t\20const*\2c\20UErrorCode&\29\20const +8651:icu_74::DecomposeNormalizer2::normalize\28char16_t\20const*\2c\20char16_t\20const*\2c\20icu_74::ReorderingBuffer&\2c\20UErrorCode&\29\20const +8652:icu_74::DecomposeNormalizer2::normalizeUTF8\28unsigned\20int\2c\20icu_74::StringPiece\2c\20icu_74::ByteSink&\2c\20icu_74::Edits*\2c\20UErrorCode&\29\20const +8653:icu_74::DecomposeNormalizer2::normalizeAndAppend\28char16_t\20const*\2c\20char16_t\20const*\2c\20signed\20char\2c\20icu_74::UnicodeString&\2c\20icu_74::ReorderingBuffer&\2c\20UErrorCode&\29\20const +8654:icu_74::DecomposeNormalizer2::isNormalizedUTF8\28icu_74::StringPiece\2c\20UErrorCode&\29\20const +8655:icu_74::DecomposeNormalizer2::isInert\28int\29\20const +8656:icu_74::DecomposeNormalizer2::getQuickCheck\28int\29\20const +8657:icu_74::ConstArray2D::get\28int\2c\20int\29\20const +8658:icu_74::ConstArray1D::get\28int\29\20const +8659:icu_74::ComposeNormalizer2::spanQuickCheckYes\28char16_t\20const*\2c\20char16_t\20const*\2c\20UErrorCode&\29\20const +8660:icu_74::ComposeNormalizer2::quickCheck\28icu_74::UnicodeString\20const&\2c\20UErrorCode&\29\20const +8661:icu_74::ComposeNormalizer2::normalize\28char16_t\20const*\2c\20char16_t\20const*\2c\20icu_74::ReorderingBuffer&\2c\20UErrorCode&\29\20const +8662:icu_74::ComposeNormalizer2::normalizeUTF8\28unsigned\20int\2c\20icu_74::StringPiece\2c\20icu_74::ByteSink&\2c\20icu_74::Edits*\2c\20UErrorCode&\29\20const +8663:icu_74::ComposeNormalizer2::normalizeAndAppend\28char16_t\20const*\2c\20char16_t\20const*\2c\20signed\20char\2c\20icu_74::UnicodeString&\2c\20icu_74::ReorderingBuffer&\2c\20UErrorCode&\29\20const +8664:icu_74::ComposeNormalizer2::isNormalized\28icu_74::UnicodeString\20const&\2c\20UErrorCode&\29\20const +8665:icu_74::ComposeNormalizer2::isNormalizedUTF8\28icu_74::StringPiece\2c\20UErrorCode&\29\20const +8666:icu_74::ComposeNormalizer2::isInert\28int\29\20const +8667:icu_74::ComposeNormalizer2::hasBoundaryBefore\28int\29\20const +8668:icu_74::ComposeNormalizer2::hasBoundaryAfter\28int\29\20const +8669:icu_74::ComposeNormalizer2::getQuickCheck\28int\29\20const +8670:icu_74::CodePointsVectorizer::vectorize\28UText*\2c\20int\2c\20int\2c\20icu_74::UVector32&\2c\20icu_74::UVector32&\2c\20UErrorCode&\29\20const +8671:icu_74::CjkBreakEngine::~CjkBreakEngine\28\29_13635 +8672:icu_74::CjkBreakEngine::divideUpDictionaryRange\28UText*\2c\20int\2c\20int\2c\20icu_74::UVector32&\2c\20signed\20char\2c\20UErrorCode&\29\20const +8673:icu_74::CheckedArrayByteSink::Reset\28\29 +8674:icu_74::CheckedArrayByteSink::GetAppendBuffer\28int\2c\20int\2c\20char*\2c\20int\2c\20int*\29 +8675:icu_74::CheckedArrayByteSink::Append\28char\20const*\2c\20int\29 +8676:icu_74::CharacterIterator::firstPostInc\28\29 +8677:icu_74::CharacterIterator::first32PostInc\28\29 +8678:icu_74::CharStringByteSink::GetAppendBuffer\28int\2c\20int\2c\20char*\2c\20int\2c\20int*\29 +8679:icu_74::CharStringByteSink::Append\28char\20const*\2c\20int\29 +8680:icu_74::BytesDictionaryMatcher::~BytesDictionaryMatcher\28\29_13643 +8681:icu_74::BytesDictionaryMatcher::~BytesDictionaryMatcher\28\29 +8682:icu_74::BytesDictionaryMatcher::matches\28UText*\2c\20int\2c\20int\2c\20int*\2c\20int*\2c\20int*\2c\20int*\29\20const +8683:icu_74::BurmeseBreakEngine::~BurmeseBreakEngine\28\29_13627 +8684:icu_74::BurmeseBreakEngine::~BurmeseBreakEngine\28\29 +8685:icu_74::BreakIterator::getRuleStatusVec\28int*\2c\20int\2c\20UErrorCode&\29 +8686:icu_74::BreakEngineWrapper::~BreakEngineWrapper\28\29_13519 +8687:icu_74::BreakEngineWrapper::~BreakEngineWrapper\28\29 +8688:icu_74::BreakEngineWrapper::handles\28int\2c\20char\20const*\29\20const +8689:icu_74::BreakEngineWrapper::findBreaks\28UText*\2c\20int\2c\20int\2c\20icu_74::UVector32&\2c\20signed\20char\2c\20UErrorCode&\29\20const +8690:icu_74::BMPSet::contains\28int\29\20const +8691:icu_74::Array1D::~Array1D\28\29_13808 +8692:icu_74::Array1D::~Array1D\28\29 +8693:icu_74::Array1D::get\28int\29\20const +8694:hit_compare_y\28SkOpRayHit\20const*\2c\20SkOpRayHit\20const*\29 +8695:hit_compare_x\28SkOpRayHit\20const*\2c\20SkOpRayHit\20const*\29 +8696:hb_unicode_script_nil\28hb_unicode_funcs_t*\2c\20unsigned\20int\2c\20void*\29 +8697:hb_unicode_general_category_nil\28hb_unicode_funcs_t*\2c\20unsigned\20int\2c\20void*\29 +8698:hb_ucd_script\28hb_unicode_funcs_t*\2c\20unsigned\20int\2c\20void*\29 +8699:hb_ucd_mirroring\28hb_unicode_funcs_t*\2c\20unsigned\20int\2c\20void*\29 +8700:hb_ucd_general_category\28hb_unicode_funcs_t*\2c\20unsigned\20int\2c\20void*\29 +8701:hb_ucd_decompose\28hb_unicode_funcs_t*\2c\20unsigned\20int\2c\20unsigned\20int*\2c\20unsigned\20int*\2c\20void*\29 +8702:hb_ucd_compose\28hb_unicode_funcs_t*\2c\20unsigned\20int\2c\20unsigned\20int\2c\20unsigned\20int*\2c\20void*\29 +8703:hb_ucd_combining_class\28hb_unicode_funcs_t*\2c\20unsigned\20int\2c\20void*\29 +8704:hb_syllabic_clear_var\28hb_ot_shape_plan_t\20const*\2c\20hb_font_t*\2c\20hb_buffer_t*\29 +8705:hb_paint_sweep_gradient_nil\28hb_paint_funcs_t*\2c\20void*\2c\20hb_color_line_t*\2c\20float\2c\20float\2c\20float\2c\20float\2c\20void*\29 +8706:hb_paint_push_transform_nil\28hb_paint_funcs_t*\2c\20void*\2c\20float\2c\20float\2c\20float\2c\20float\2c\20float\2c\20float\2c\20void*\29 +8707:hb_paint_push_clip_rectangle_nil\28hb_paint_funcs_t*\2c\20void*\2c\20float\2c\20float\2c\20float\2c\20float\2c\20void*\29 +8708:hb_paint_image_nil\28hb_paint_funcs_t*\2c\20void*\2c\20hb_blob_t*\2c\20unsigned\20int\2c\20unsigned\20int\2c\20unsigned\20int\2c\20float\2c\20hb_glyph_extents_t*\2c\20void*\29 +8709:hb_paint_extents_push_transform\28hb_paint_funcs_t*\2c\20void*\2c\20float\2c\20float\2c\20float\2c\20float\2c\20float\2c\20float\2c\20void*\29 +8710:hb_paint_extents_push_group\28hb_paint_funcs_t*\2c\20void*\2c\20void*\29 +8711:hb_paint_extents_push_clip_rectangle\28hb_paint_funcs_t*\2c\20void*\2c\20float\2c\20float\2c\20float\2c\20float\2c\20void*\29 +8712:hb_paint_extents_push_clip_glyph\28hb_paint_funcs_t*\2c\20void*\2c\20unsigned\20int\2c\20hb_font_t*\2c\20void*\29 +8713:hb_paint_extents_pop_transform\28hb_paint_funcs_t*\2c\20void*\2c\20void*\29 +8714:hb_paint_extents_pop_group\28hb_paint_funcs_t*\2c\20void*\2c\20hb_paint_composite_mode_t\2c\20void*\29 +8715:hb_paint_extents_pop_clip\28hb_paint_funcs_t*\2c\20void*\2c\20void*\29 +8716:hb_paint_extents_paint_sweep_gradient\28hb_paint_funcs_t*\2c\20void*\2c\20hb_color_line_t*\2c\20float\2c\20float\2c\20float\2c\20float\2c\20void*\29 +8717:hb_paint_extents_paint_image\28hb_paint_funcs_t*\2c\20void*\2c\20hb_blob_t*\2c\20unsigned\20int\2c\20unsigned\20int\2c\20unsigned\20int\2c\20float\2c\20hb_glyph_extents_t*\2c\20void*\29 +8718:hb_paint_extents_paint_color\28hb_paint_funcs_t*\2c\20void*\2c\20int\2c\20unsigned\20int\2c\20void*\29 +8719:hb_outline_recording_pen_quadratic_to\28hb_draw_funcs_t*\2c\20void*\2c\20hb_draw_state_t*\2c\20float\2c\20float\2c\20float\2c\20float\2c\20void*\29 +8720:hb_outline_recording_pen_move_to\28hb_draw_funcs_t*\2c\20void*\2c\20hb_draw_state_t*\2c\20float\2c\20float\2c\20void*\29 +8721:hb_outline_recording_pen_line_to\28hb_draw_funcs_t*\2c\20void*\2c\20hb_draw_state_t*\2c\20float\2c\20float\2c\20void*\29 +8722:hb_outline_recording_pen_cubic_to\28hb_draw_funcs_t*\2c\20void*\2c\20hb_draw_state_t*\2c\20float\2c\20float\2c\20float\2c\20float\2c\20float\2c\20float\2c\20void*\29 +8723:hb_outline_recording_pen_close_path\28hb_draw_funcs_t*\2c\20void*\2c\20hb_draw_state_t*\2c\20void*\29 +8724:hb_ot_shape_normalize_context_t::decompose_unicode\28hb_ot_shape_normalize_context_t\20const*\2c\20unsigned\20int\2c\20unsigned\20int*\2c\20unsigned\20int*\29 +8725:hb_ot_shape_normalize_context_t::compose_unicode\28hb_ot_shape_normalize_context_t\20const*\2c\20unsigned\20int\2c\20unsigned\20int\2c\20unsigned\20int*\29 +8726:hb_ot_paint_glyph\28hb_font_t*\2c\20void*\2c\20unsigned\20int\2c\20hb_paint_funcs_t*\2c\20void*\2c\20unsigned\20int\2c\20unsigned\20int\2c\20void*\29 +8727:hb_ot_map_t::lookup_map_t::cmp\28void\20const*\2c\20void\20const*\29 +8728:hb_ot_map_t::feature_map_t::cmp\28void\20const*\2c\20void\20const*\29 +8729:hb_ot_map_builder_t::feature_info_t::cmp\28void\20const*\2c\20void\20const*\29 +8730:hb_ot_get_variation_glyph\28hb_font_t*\2c\20void*\2c\20unsigned\20int\2c\20unsigned\20int\2c\20unsigned\20int*\2c\20void*\29 +8731:hb_ot_get_nominal_glyphs\28hb_font_t*\2c\20void*\2c\20unsigned\20int\2c\20unsigned\20int\20const*\2c\20unsigned\20int\2c\20unsigned\20int*\2c\20unsigned\20int\2c\20void*\29 +8732:hb_ot_get_nominal_glyph\28hb_font_t*\2c\20void*\2c\20unsigned\20int\2c\20unsigned\20int*\2c\20void*\29 +8733:hb_ot_get_glyph_v_origin\28hb_font_t*\2c\20void*\2c\20unsigned\20int\2c\20int*\2c\20int*\2c\20void*\29 +8734:hb_ot_get_glyph_v_advances\28hb_font_t*\2c\20void*\2c\20unsigned\20int\2c\20unsigned\20int\20const*\2c\20unsigned\20int\2c\20int*\2c\20unsigned\20int\2c\20void*\29 +8735:hb_ot_get_glyph_name\28hb_font_t*\2c\20void*\2c\20unsigned\20int\2c\20char*\2c\20unsigned\20int\2c\20void*\29 +8736:hb_ot_get_glyph_h_advances\28hb_font_t*\2c\20void*\2c\20unsigned\20int\2c\20unsigned\20int\20const*\2c\20unsigned\20int\2c\20int*\2c\20unsigned\20int\2c\20void*\29 +8737:hb_ot_get_glyph_from_name\28hb_font_t*\2c\20void*\2c\20char\20const*\2c\20int\2c\20unsigned\20int*\2c\20void*\29 +8738:hb_ot_get_glyph_extents\28hb_font_t*\2c\20void*\2c\20unsigned\20int\2c\20hb_glyph_extents_t*\2c\20void*\29 +8739:hb_ot_get_font_v_extents\28hb_font_t*\2c\20void*\2c\20hb_font_extents_t*\2c\20void*\29 +8740:hb_ot_get_font_h_extents\28hb_font_t*\2c\20void*\2c\20hb_font_extents_t*\2c\20void*\29 +8741:hb_ot_draw_glyph\28hb_font_t*\2c\20void*\2c\20unsigned\20int\2c\20hb_draw_funcs_t*\2c\20void*\2c\20void*\29 +8742:hb_font_paint_glyph_default\28hb_font_t*\2c\20void*\2c\20unsigned\20int\2c\20hb_paint_funcs_t*\2c\20void*\2c\20unsigned\20int\2c\20unsigned\20int\2c\20void*\29 +8743:hb_font_get_variation_glyph_default\28hb_font_t*\2c\20void*\2c\20unsigned\20int\2c\20unsigned\20int\2c\20unsigned\20int*\2c\20void*\29 +8744:hb_font_get_nominal_glyphs_default\28hb_font_t*\2c\20void*\2c\20unsigned\20int\2c\20unsigned\20int\20const*\2c\20unsigned\20int\2c\20unsigned\20int*\2c\20unsigned\20int\2c\20void*\29 +8745:hb_font_get_nominal_glyph_nil\28hb_font_t*\2c\20void*\2c\20unsigned\20int\2c\20unsigned\20int*\2c\20void*\29 +8746:hb_font_get_nominal_glyph_default\28hb_font_t*\2c\20void*\2c\20unsigned\20int\2c\20unsigned\20int*\2c\20void*\29 +8747:hb_font_get_glyph_v_origin_nil\28hb_font_t*\2c\20void*\2c\20unsigned\20int\2c\20int*\2c\20int*\2c\20void*\29 +8748:hb_font_get_glyph_v_origin_default\28hb_font_t*\2c\20void*\2c\20unsigned\20int\2c\20int*\2c\20int*\2c\20void*\29 +8749:hb_font_get_glyph_v_kerning_default\28hb_font_t*\2c\20void*\2c\20unsigned\20int\2c\20unsigned\20int\2c\20void*\29 +8750:hb_font_get_glyph_v_advances_default\28hb_font_t*\2c\20void*\2c\20unsigned\20int\2c\20unsigned\20int\20const*\2c\20unsigned\20int\2c\20int*\2c\20unsigned\20int\2c\20void*\29 +8751:hb_font_get_glyph_v_advance_nil\28hb_font_t*\2c\20void*\2c\20unsigned\20int\2c\20void*\29 +8752:hb_font_get_glyph_v_advance_default\28hb_font_t*\2c\20void*\2c\20unsigned\20int\2c\20void*\29 +8753:hb_font_get_glyph_name_nil\28hb_font_t*\2c\20void*\2c\20unsigned\20int\2c\20char*\2c\20unsigned\20int\2c\20void*\29 +8754:hb_font_get_glyph_name_default\28hb_font_t*\2c\20void*\2c\20unsigned\20int\2c\20char*\2c\20unsigned\20int\2c\20void*\29 +8755:hb_font_get_glyph_h_origin_nil\28hb_font_t*\2c\20void*\2c\20unsigned\20int\2c\20int*\2c\20int*\2c\20void*\29 +8756:hb_font_get_glyph_h_origin_default\28hb_font_t*\2c\20void*\2c\20unsigned\20int\2c\20int*\2c\20int*\2c\20void*\29 +8757:hb_font_get_glyph_h_kerning_default\28hb_font_t*\2c\20void*\2c\20unsigned\20int\2c\20unsigned\20int\2c\20void*\29 +8758:hb_font_get_glyph_h_advances_default\28hb_font_t*\2c\20void*\2c\20unsigned\20int\2c\20unsigned\20int\20const*\2c\20unsigned\20int\2c\20int*\2c\20unsigned\20int\2c\20void*\29 +8759:hb_font_get_glyph_h_advance_nil\28hb_font_t*\2c\20void*\2c\20unsigned\20int\2c\20void*\29 +8760:hb_font_get_glyph_h_advance_default\28hb_font_t*\2c\20void*\2c\20unsigned\20int\2c\20void*\29 +8761:hb_font_get_glyph_from_name_default\28hb_font_t*\2c\20void*\2c\20char\20const*\2c\20int\2c\20unsigned\20int*\2c\20void*\29 +8762:hb_font_get_glyph_extents_nil\28hb_font_t*\2c\20void*\2c\20unsigned\20int\2c\20hb_glyph_extents_t*\2c\20void*\29 +8763:hb_font_get_glyph_extents_default\28hb_font_t*\2c\20void*\2c\20unsigned\20int\2c\20hb_glyph_extents_t*\2c\20void*\29 +8764:hb_font_get_glyph_contour_point_nil\28hb_font_t*\2c\20void*\2c\20unsigned\20int\2c\20unsigned\20int\2c\20int*\2c\20int*\2c\20void*\29 +8765:hb_font_get_glyph_contour_point_default\28hb_font_t*\2c\20void*\2c\20unsigned\20int\2c\20unsigned\20int\2c\20int*\2c\20int*\2c\20void*\29 +8766:hb_font_get_font_v_extents_default\28hb_font_t*\2c\20void*\2c\20hb_font_extents_t*\2c\20void*\29 +8767:hb_font_get_font_h_extents_default\28hb_font_t*\2c\20void*\2c\20hb_font_extents_t*\2c\20void*\29 +8768:hb_font_draw_glyph_default\28hb_font_t*\2c\20void*\2c\20unsigned\20int\2c\20hb_draw_funcs_t*\2c\20void*\2c\20void*\29 +8769:hb_draw_quadratic_to_nil\28hb_draw_funcs_t*\2c\20void*\2c\20hb_draw_state_t*\2c\20float\2c\20float\2c\20float\2c\20float\2c\20void*\29 +8770:hb_draw_quadratic_to_default\28hb_draw_funcs_t*\2c\20void*\2c\20hb_draw_state_t*\2c\20float\2c\20float\2c\20float\2c\20float\2c\20void*\29 +8771:hb_draw_move_to_default\28hb_draw_funcs_t*\2c\20void*\2c\20hb_draw_state_t*\2c\20float\2c\20float\2c\20void*\29 +8772:hb_draw_line_to_default\28hb_draw_funcs_t*\2c\20void*\2c\20hb_draw_state_t*\2c\20float\2c\20float\2c\20void*\29 +8773:hb_draw_extents_quadratic_to\28hb_draw_funcs_t*\2c\20void*\2c\20hb_draw_state_t*\2c\20float\2c\20float\2c\20float\2c\20float\2c\20void*\29 +8774:hb_draw_extents_cubic_to\28hb_draw_funcs_t*\2c\20void*\2c\20hb_draw_state_t*\2c\20float\2c\20float\2c\20float\2c\20float\2c\20float\2c\20float\2c\20void*\29 +8775:hb_draw_cubic_to_default\28hb_draw_funcs_t*\2c\20void*\2c\20hb_draw_state_t*\2c\20float\2c\20float\2c\20float\2c\20float\2c\20float\2c\20float\2c\20void*\29 +8776:hb_draw_close_path_default\28hb_draw_funcs_t*\2c\20void*\2c\20hb_draw_state_t*\2c\20void*\29 +8777:hb_blob_t*\20hb_sanitize_context_t::sanitize_blob\28hb_blob_t*\29 +8778:hb_aat_map_builder_t::feature_info_t::cmp\28void\20const*\2c\20void\20const*\29 +8779:hb_aat_map_builder_t::feature_event_t::cmp\28void\20const*\2c\20void\20const*\29 +8780:hashStringTrieNode\28UElement\29 +8781:hashEntry\28UElement\29 +8782:hasFullCompositionExclusion\28BinaryProperty\20const&\2c\20int\2c\20UProperty\29 +8783:hasEmojiProperty\28BinaryProperty\20const&\2c\20int\2c\20UProperty\29 +8784:h2v2_upsample +8785:h2v2_merged_upsample_565D +8786:h2v2_merged_upsample_565 +8787:h2v2_merged_upsample +8788:h2v2_fancy_upsample +8789:h2v1_upsample +8790:h2v1_merged_upsample_565D +8791:h2v1_merged_upsample_565 +8792:h2v1_merged_upsample +8793:h2v1_fancy_upsample +8794:grayscale_convert +8795:gray_rgb_convert +8796:gray_rgb565_convert +8797:gray_rgb565D_convert +8798:gray_raster_render +8799:gray_raster_new +8800:gray_raster_done +8801:gray_move_to +8802:gray_line_to +8803:gray_cubic_to +8804:gray_conic_to +8805:get_sk_marker_list\28jpeg_decompress_struct*\29 +8806:get_sfnt_table +8807:get_interesting_appn +8808:getVo\28IntProperty\20const&\2c\20int\2c\20UProperty\29 +8809:getTrailCombiningClass\28IntProperty\20const&\2c\20int\2c\20UProperty\29 +8810:getScript\28IntProperty\20const&\2c\20int\2c\20UProperty\29 +8811:getNumericType\28IntProperty\20const&\2c\20int\2c\20UProperty\29 +8812:getNormQuickCheck\28IntProperty\20const&\2c\20int\2c\20UProperty\29 +8813:getLeadCombiningClass\28IntProperty\20const&\2c\20int\2c\20UProperty\29 +8814:getJoiningType\28IntProperty\20const&\2c\20int\2c\20UProperty\29 +8815:getJoiningGroup\28IntProperty\20const&\2c\20int\2c\20UProperty\29 +8816:getInSC\28IntProperty\20const&\2c\20int\2c\20UProperty\29 +8817:getInPC\28IntProperty\20const&\2c\20int\2c\20UProperty\29 +8818:getHangulSyllableType\28IntProperty\20const&\2c\20int\2c\20UProperty\29 +8819:getGeneralCategory\28IntProperty\20const&\2c\20int\2c\20UProperty\29 +8820:getCombiningClass\28IntProperty\20const&\2c\20int\2c\20UProperty\29 +8821:getBiDiPairedBracketType\28IntProperty\20const&\2c\20int\2c\20UProperty\29 +8822:getBiDiClass\28IntProperty\20const&\2c\20int\2c\20UProperty\29 +8823:fullsize_upsample +8824:ft_smooth_transform +8825:ft_smooth_set_mode +8826:ft_smooth_render +8827:ft_smooth_overlap_spans +8828:ft_smooth_lcd_spans +8829:ft_smooth_init +8830:ft_smooth_get_cbox +8831:ft_gzip_free +8832:ft_gzip_alloc +8833:ft_ansi_stream_io +8834:ft_ansi_stream_close +8835:fquad_dxdy_at_t\28SkPoint\20const*\2c\20float\2c\20double\29 +8836:format_message +8837:fmt_fp +8838:fline_dxdy_at_t\28SkPoint\20const*\2c\20float\2c\20double\29 +8839:first_axis_intersection\28double\20const*\2c\20bool\2c\20double\2c\20double*\29 +8840:finish_pass1 +8841:finish_output_pass +8842:finish_input_pass +8843:final_reordering_indic\28hb_ot_shape_plan_t\20const*\2c\20hb_font_t*\2c\20hb_buffer_t*\29 +8844:fcubic_dxdy_at_t\28SkPoint\20const*\2c\20float\2c\20double\29 +8845:fconic_dxdy_at_t\28SkPoint\20const*\2c\20float\2c\20double\29 +8846:fast_swizzle_rgba_to_rgba_premul\28void*\2c\20unsigned\20char\20const*\2c\20int\2c\20int\2c\20int\2c\20int\2c\20unsigned\20int\20const*\29 +8847:fast_swizzle_rgba_to_bgra_unpremul\28void*\2c\20unsigned\20char\20const*\2c\20int\2c\20int\2c\20int\2c\20int\2c\20unsigned\20int\20const*\29 +8848:fast_swizzle_rgba_to_bgra_premul\28void*\2c\20unsigned\20char\20const*\2c\20int\2c\20int\2c\20int\2c\20int\2c\20unsigned\20int\20const*\29 +8849:fast_swizzle_rgb_to_rgba\28void*\2c\20unsigned\20char\20const*\2c\20int\2c\20int\2c\20int\2c\20int\2c\20unsigned\20int\20const*\29 +8850:fast_swizzle_rgb_to_bgra\28void*\2c\20unsigned\20char\20const*\2c\20int\2c\20int\2c\20int\2c\20int\2c\20unsigned\20int\20const*\29 +8851:fast_swizzle_grayalpha_to_n32_unpremul\28void*\2c\20unsigned\20char\20const*\2c\20int\2c\20int\2c\20int\2c\20int\2c\20unsigned\20int\20const*\29 +8852:fast_swizzle_grayalpha_to_n32_premul\28void*\2c\20unsigned\20char\20const*\2c\20int\2c\20int\2c\20int\2c\20int\2c\20unsigned\20int\20const*\29 +8853:fast_swizzle_gray_to_n32\28void*\2c\20unsigned\20char\20const*\2c\20int\2c\20int\2c\20int\2c\20int\2c\20unsigned\20int\20const*\29 +8854:fast_swizzle_cmyk_to_rgba\28void*\2c\20unsigned\20char\20const*\2c\20int\2c\20int\2c\20int\2c\20int\2c\20unsigned\20int\20const*\29 +8855:fast_swizzle_cmyk_to_bgra\28void*\2c\20unsigned\20char\20const*\2c\20int\2c\20int\2c\20int\2c\20int\2c\20unsigned\20int\20const*\29 +8856:error_exit +8857:error_callback +8858:equalStringTrieNodes\28UElement\2c\20UElement\29 +8859:emscripten_stack_get_current +8860:emscripten::internal::MethodInvoker\20const&\2c\20float\2c\20float\2c\20SkPaint\20const&\29\2c\20void\2c\20SkCanvas*\2c\20sk_sp\20const&\2c\20float\2c\20float\2c\20SkPaint\20const&>::invoke\28void\20\28SkCanvas::*\20const&\29\28sk_sp\20const&\2c\20float\2c\20float\2c\20SkPaint\20const&\29\2c\20SkCanvas*\2c\20sk_sp*\2c\20float\2c\20float\2c\20SkPaint*\29 +8861:emscripten::internal::MethodInvoker::invoke\28void\20\28SkCanvas::*\20const&\29\28float\2c\20float\2c\20float\2c\20float\2c\20SkPaint\20const&\29\2c\20SkCanvas*\2c\20float\2c\20float\2c\20float\2c\20float\2c\20SkPaint*\29 +8862:emscripten::internal::MethodInvoker::invoke\28void\20\28SkCanvas::*\20const&\29\28float\2c\20float\2c\20float\2c\20SkPaint\20const&\29\2c\20SkCanvas*\2c\20float\2c\20float\2c\20float\2c\20SkPaint*\29 +8863:emscripten::internal::MethodInvoker::invoke\28void\20\28SkCanvas::*\20const&\29\28float\2c\20float\2c\20float\29\2c\20SkCanvas*\2c\20float\2c\20float\2c\20float\29 +8864:emscripten::internal::MethodInvoker::invoke\28void\20\28SkCanvas::*\20const&\29\28float\2c\20float\29\2c\20SkCanvas*\2c\20float\2c\20float\29 +8865:emscripten::internal::MethodInvoker::invoke\28void\20\28SkCanvas::*\20const&\29\28SkPath\20const&\2c\20SkPaint\20const&\29\2c\20SkCanvas*\2c\20SkPath*\2c\20SkPaint*\29 +8866:emscripten::internal::MethodInvoker\20\28skia::textlayout::Paragraph::*\29\28unsigned\20int\29\2c\20skia::textlayout::SkRange\2c\20skia::textlayout::Paragraph*\2c\20unsigned\20int>::invoke\28skia::textlayout::SkRange\20\28skia::textlayout::Paragraph::*\20const&\29\28unsigned\20int\29\2c\20skia::textlayout::Paragraph*\2c\20unsigned\20int\29 +8867:emscripten::internal::MethodInvoker::invoke\28skia::textlayout::PositionWithAffinity\20\28skia::textlayout::Paragraph::*\20const&\29\28float\2c\20float\29\2c\20skia::textlayout::Paragraph*\2c\20float\2c\20float\29 +8868:emscripten::internal::MethodInvoker\20\28SkVertices::Builder::*\29\28\29\2c\20sk_sp\2c\20SkVertices::Builder*>::invoke\28sk_sp\20\28SkVertices::Builder::*\20const&\29\28\29\2c\20SkVertices::Builder*\29 +8869:emscripten::internal::MethodInvoker::invoke\28int\20\28skia::textlayout::Paragraph::*\20const&\29\28unsigned\20long\29\20const\2c\20skia::textlayout::Paragraph\20const*\2c\20unsigned\20long\29 +8870:emscripten::internal::MethodInvoker::invoke\28bool\20\28SkPath::*\20const&\29\28float\2c\20float\29\20const\2c\20SkPath\20const*\2c\20float\2c\20float\29 +8871:emscripten::internal::MethodInvoker::invoke\28SkPath&\20\28SkPath::*\20const&\29\28bool\29\2c\20SkPath*\2c\20bool\29 +8872:emscripten::internal::Invoker::invoke\28SkVertices::Builder*\20\28*\29\28SkVertices::VertexMode&&\2c\20int&&\2c\20int&&\2c\20unsigned\20int&&\29\2c\20SkVertices::VertexMode\2c\20int\2c\20int\2c\20unsigned\20int\29 +8873:emscripten::internal::Invoker&&\2c\20float&&\2c\20float&&\2c\20float&&>::invoke\28SkFont*\20\28*\29\28sk_sp&&\2c\20float&&\2c\20float&&\2c\20float&&\29\2c\20sk_sp*\2c\20float\2c\20float\2c\20float\29 +8874:emscripten::internal::Invoker&&\2c\20float&&>::invoke\28SkFont*\20\28*\29\28sk_sp&&\2c\20float&&\29\2c\20sk_sp*\2c\20float\29 +8875:emscripten::internal::Invoker&&>::invoke\28SkFont*\20\28*\29\28sk_sp&&\29\2c\20sk_sp*\29 +8876:emscripten::internal::Invoker::invoke\28SkContourMeasureIter*\20\28*\29\28SkPath\20const&\2c\20bool&&\2c\20float&&\29\2c\20SkPath*\2c\20bool\2c\20float\29 +8877:emscripten::internal::Invoker::invoke\28SkCanvas*\20\28*\29\28float&&\2c\20float&&\29\2c\20float\2c\20float\29 +8878:emscripten::internal::Invoker::invoke\28void\20\28*\29\28unsigned\20long\2c\20unsigned\20long\29\2c\20unsigned\20long\2c\20unsigned\20long\29 +8879:emscripten::internal::Invoker::invoke\28void\20\28*\29\28emscripten::val\29\2c\20emscripten::_EM_VAL*\29 +8880:emscripten::internal::Invoker::invoke\28unsigned\20long\20\28*\29\28unsigned\20long\29\2c\20unsigned\20long\29 +8881:emscripten::internal::Invoker\2c\20unsigned\20long\2c\20unsigned\20long\2c\20unsigned\20long\2c\20SkFont\20const&>::invoke\28sk_sp\20\28*\29\28unsigned\20long\2c\20unsigned\20long\2c\20unsigned\20long\2c\20SkFont\20const&\29\2c\20unsigned\20long\2c\20unsigned\20long\2c\20unsigned\20long\2c\20SkFont*\29 +8882:emscripten::internal::Invoker\2c\20unsigned\20long\2c\20unsigned\20long\2c\20SkFont\20const&>::invoke\28sk_sp\20\28*\29\28unsigned\20long\2c\20unsigned\20long\2c\20SkFont\20const&\29\2c\20unsigned\20long\2c\20unsigned\20long\2c\20SkFont*\29 +8883:emscripten::internal::Invoker\2c\20sk_sp\2c\20int\2c\20int\2c\20sk_sp\2c\20int\2c\20int>::invoke\28sk_sp\20\28*\29\28sk_sp\2c\20int\2c\20int\2c\20sk_sp\2c\20int\2c\20int\29\2c\20sk_sp*\2c\20int\2c\20int\2c\20sk_sp*\2c\20int\2c\20int\29 +8884:emscripten::internal::Invoker\2c\20sk_sp\2c\20int\2c\20int\2c\20sk_sp>::invoke\28sk_sp\20\28*\29\28sk_sp\2c\20int\2c\20int\2c\20sk_sp\29\2c\20sk_sp*\2c\20int\2c\20int\2c\20sk_sp*\29 +8885:emscripten::internal::Invoker\2c\20sk_sp\2c\20int\2c\20int>::invoke\28sk_sp\20\28*\29\28sk_sp\2c\20int\2c\20int\29\2c\20sk_sp*\2c\20int\2c\20int\29 +8886:emscripten::internal::Invoker\2c\20sk_sp\2c\20SimpleImageInfo>::invoke\28sk_sp\20\28*\29\28sk_sp\2c\20SimpleImageInfo\29\2c\20sk_sp*\2c\20SimpleImageInfo*\29 +8887:emscripten::internal::Invoker\2c\20SimpleImageInfo\2c\20unsigned\20long\2c\20unsigned\20long>::invoke\28sk_sp\20\28*\29\28SimpleImageInfo\2c\20unsigned\20long\2c\20unsigned\20long\29\2c\20SimpleImageInfo*\2c\20unsigned\20long\2c\20unsigned\20long\29 +8888:emscripten::internal::Invoker\2c\20unsigned\20long\2c\20unsigned\20long\2c\20SkColorType\2c\20unsigned\20long\2c\20int\2c\20SkTileMode\2c\20unsigned\20int\2c\20unsigned\20long\2c\20sk_sp>::invoke\28sk_sp\20\28*\29\28unsigned\20long\2c\20unsigned\20long\2c\20SkColorType\2c\20unsigned\20long\2c\20int\2c\20SkTileMode\2c\20unsigned\20int\2c\20unsigned\20long\2c\20sk_sp\29\2c\20unsigned\20long\2c\20unsigned\20long\2c\20SkColorType\2c\20unsigned\20long\2c\20int\2c\20SkTileMode\2c\20unsigned\20int\2c\20unsigned\20long\2c\20sk_sp*\29 +8889:emscripten::internal::Invoker\2c\20unsigned\20long\2c\20sk_sp>::invoke\28sk_sp\20\28*\29\28unsigned\20long\2c\20sk_sp\29\2c\20unsigned\20long\2c\20sk_sp*\29 +8890:emscripten::internal::Invoker\2c\20unsigned\20long\2c\20float\2c\20float\2c\20unsigned\20long\2c\20SkColorType\2c\20unsigned\20long\2c\20int\2c\20SkTileMode\2c\20unsigned\20int\2c\20unsigned\20long\2c\20sk_sp>::invoke\28sk_sp\20\28*\29\28unsigned\20long\2c\20float\2c\20float\2c\20unsigned\20long\2c\20SkColorType\2c\20unsigned\20long\2c\20int\2c\20SkTileMode\2c\20unsigned\20int\2c\20unsigned\20long\2c\20sk_sp\29\2c\20unsigned\20long\2c\20float\2c\20float\2c\20unsigned\20long\2c\20SkColorType\2c\20unsigned\20long\2c\20int\2c\20SkTileMode\2c\20unsigned\20int\2c\20unsigned\20long\2c\20sk_sp*\29 +8891:emscripten::internal::Invoker\2c\20float\2c\20float\2c\20unsigned\20long\2c\20SkColorType\2c\20unsigned\20long\2c\20int\2c\20SkTileMode\2c\20float\2c\20float\2c\20unsigned\20int\2c\20unsigned\20long\2c\20sk_sp>::invoke\28sk_sp\20\28*\29\28float\2c\20float\2c\20unsigned\20long\2c\20SkColorType\2c\20unsigned\20long\2c\20int\2c\20SkTileMode\2c\20float\2c\20float\2c\20unsigned\20int\2c\20unsigned\20long\2c\20sk_sp\29\2c\20float\2c\20float\2c\20unsigned\20long\2c\20SkColorType\2c\20unsigned\20long\2c\20int\2c\20SkTileMode\2c\20float\2c\20float\2c\20unsigned\20int\2c\20unsigned\20long\2c\20sk_sp*\29 +8892:emscripten::internal::Invoker\2c\20float\2c\20float\2c\20int\2c\20float\2c\20int\2c\20int>::invoke\28sk_sp\20\28*\29\28float\2c\20float\2c\20int\2c\20float\2c\20int\2c\20int\29\2c\20float\2c\20float\2c\20int\2c\20float\2c\20int\2c\20int\29 +8893:emscripten::internal::Invoker\2c\20float\2c\20float\2c\20float\2c\20unsigned\20long\2c\20SkColorType\2c\20unsigned\20long\2c\20int\2c\20SkTileMode\2c\20unsigned\20int\2c\20unsigned\20long\2c\20sk_sp>::invoke\28sk_sp\20\28*\29\28float\2c\20float\2c\20float\2c\20unsigned\20long\2c\20SkColorType\2c\20unsigned\20long\2c\20int\2c\20SkTileMode\2c\20unsigned\20int\2c\20unsigned\20long\2c\20sk_sp\29\2c\20float\2c\20float\2c\20float\2c\20unsigned\20long\2c\20SkColorType\2c\20unsigned\20long\2c\20int\2c\20SkTileMode\2c\20unsigned\20int\2c\20unsigned\20long\2c\20sk_sp*\29 +8894:emscripten::internal::Invoker\2c\20std::__2::basic_string\2c\20std::__2::allocator>\2c\20emscripten::val>::invoke\28sk_sp\20\28*\29\28std::__2::basic_string\2c\20std::__2::allocator>\2c\20emscripten::val\29\2c\20emscripten::internal::BindingType\2c\20std::__2::allocator>\2c\20void>::'unnamed'*\2c\20emscripten::_EM_VAL*\29 +8895:emscripten::internal::Invoker\2c\20unsigned\20long\2c\20int\2c\20float>::invoke\28sk_sp\20\28*\29\28unsigned\20long\2c\20int\2c\20float\29\2c\20unsigned\20long\2c\20int\2c\20float\29 +8896:emscripten::internal::Invoker\2c\20unsigned\20long\2c\20SkPath>::invoke\28sk_sp\20\28*\29\28unsigned\20long\2c\20SkPath\29\2c\20unsigned\20long\2c\20SkPath*\29 +8897:emscripten::internal::Invoker\2c\20float\2c\20unsigned\20long>::invoke\28sk_sp\20\28*\29\28float\2c\20unsigned\20long\29\2c\20float\2c\20unsigned\20long\29 +8898:emscripten::internal::Invoker\2c\20float\2c\20float\2c\20unsigned\20int>::invoke\28sk_sp\20\28*\29\28float\2c\20float\2c\20unsigned\20int\29\2c\20float\2c\20float\2c\20unsigned\20int\29 +8899:emscripten::internal::Invoker\2c\20float>::invoke\28sk_sp\20\28*\29\28float\29\2c\20float\29 +8900:emscripten::internal::Invoker\2c\20SkPath\20const&\2c\20float\2c\20float\2c\20SkPath1DPathEffect::Style>::invoke\28sk_sp\20\28*\29\28SkPath\20const&\2c\20float\2c\20float\2c\20SkPath1DPathEffect::Style\29\2c\20SkPath*\2c\20float\2c\20float\2c\20SkPath1DPathEffect::Style\29 +8901:emscripten::internal::Invoker\2c\20SkBlurStyle\2c\20float\2c\20bool>::invoke\28sk_sp\20\28*\29\28SkBlurStyle\2c\20float\2c\20bool\29\2c\20SkBlurStyle\2c\20float\2c\20bool\29 +8902:emscripten::internal::Invoker\2c\20unsigned\20long\2c\20float\2c\20float\2c\20sk_sp>::invoke\28sk_sp\20\28*\29\28unsigned\20long\2c\20float\2c\20float\2c\20sk_sp\29\2c\20unsigned\20long\2c\20float\2c\20float\2c\20sk_sp*\29 +8903:emscripten::internal::Invoker\2c\20unsigned\20long\2c\20SkFilterMode\2c\20SkMipmapMode\2c\20sk_sp>::invoke\28sk_sp\20\28*\29\28unsigned\20long\2c\20SkFilterMode\2c\20SkMipmapMode\2c\20sk_sp\29\2c\20unsigned\20long\2c\20SkFilterMode\2c\20SkMipmapMode\2c\20sk_sp*\29 +8904:emscripten::internal::Invoker\2c\20sk_sp>::invoke\28sk_sp\20\28*\29\28sk_sp\29\2c\20sk_sp*\29 +8905:emscripten::internal::Invoker\2c\20sk_sp\2c\20float\2c\20float\2c\20unsigned\20long\2c\20unsigned\20long>::invoke\28sk_sp\20\28*\29\28sk_sp\2c\20float\2c\20float\2c\20unsigned\20long\2c\20unsigned\20long\29\2c\20sk_sp*\2c\20float\2c\20float\2c\20unsigned\20long\2c\20unsigned\20long\29 +8906:emscripten::internal::Invoker\2c\20sk_sp\2c\20SkFilterMode\2c\20SkMipmapMode\2c\20unsigned\20long\2c\20unsigned\20long>::invoke\28sk_sp\20\28*\29\28sk_sp\2c\20SkFilterMode\2c\20SkMipmapMode\2c\20unsigned\20long\2c\20unsigned\20long\29\2c\20sk_sp*\2c\20SkFilterMode\2c\20SkMipmapMode\2c\20unsigned\20long\2c\20unsigned\20long\29 +8907:emscripten::internal::Invoker\2c\20float\2c\20float\2c\20sk_sp>::invoke\28sk_sp\20\28*\29\28float\2c\20float\2c\20sk_sp\29\2c\20float\2c\20float\2c\20sk_sp*\29 +8908:emscripten::internal::Invoker\2c\20float\2c\20float\2c\20float\2c\20float\2c\20unsigned\20long\2c\20sk_sp>::invoke\28sk_sp\20\28*\29\28float\2c\20float\2c\20float\2c\20float\2c\20unsigned\20long\2c\20sk_sp\29\2c\20float\2c\20float\2c\20float\2c\20float\2c\20unsigned\20long\2c\20sk_sp*\29 +8909:emscripten::internal::Invoker\2c\20float\2c\20float\2c\20SkTileMode\2c\20sk_sp>::invoke\28sk_sp\20\28*\29\28float\2c\20float\2c\20SkTileMode\2c\20sk_sp\29\2c\20float\2c\20float\2c\20SkTileMode\2c\20sk_sp*\29 +8910:emscripten::internal::Invoker\2c\20SkColorChannel\2c\20SkColorChannel\2c\20float\2c\20sk_sp\2c\20sk_sp>::invoke\28sk_sp\20\28*\29\28SkColorChannel\2c\20SkColorChannel\2c\20float\2c\20sk_sp\2c\20sk_sp\29\2c\20SkColorChannel\2c\20SkColorChannel\2c\20float\2c\20sk_sp*\2c\20sk_sp*\29 +8911:emscripten::internal::Invoker\2c\20SimpleImageInfo\2c\20unsigned\20long\2c\20int\2c\20unsigned\20long>::invoke\28sk_sp\20\28*\29\28SimpleImageInfo\2c\20unsigned\20long\2c\20int\2c\20unsigned\20long\29\2c\20SimpleImageInfo*\2c\20unsigned\20long\2c\20int\2c\20unsigned\20long\29 +8912:emscripten::internal::Invoker\2c\20SimpleImageInfo\2c\20emscripten::val>::invoke\28sk_sp\20\28*\29\28SimpleImageInfo\2c\20emscripten::val\29\2c\20SimpleImageInfo*\2c\20emscripten::_EM_VAL*\29 +8913:emscripten::internal::Invoker\2c\20unsigned\20long\2c\20unsigned\20long\2c\20int>::invoke\28sk_sp\20\28*\29\28unsigned\20long\2c\20unsigned\20long\2c\20int\29\2c\20unsigned\20long\2c\20unsigned\20long\2c\20int\29 +8914:emscripten::internal::Invoker>::invoke\28sk_sp\20\28*\29\28\29\29 +8915:emscripten::internal::Invoker\2c\20unsigned\20long\2c\20SkBlendMode\2c\20sk_sp>::invoke\28sk_sp\20\28*\29\28unsigned\20long\2c\20SkBlendMode\2c\20sk_sp\29\2c\20unsigned\20long\2c\20SkBlendMode\2c\20sk_sp*\29 +8916:emscripten::internal::Invoker\2c\20sk_sp\20const&\2c\20sk_sp>::invoke\28sk_sp\20\28*\29\28sk_sp\20const&\2c\20sk_sp\29\2c\20sk_sp*\2c\20sk_sp*\29 +8917:emscripten::internal::Invoker\2c\20float\2c\20sk_sp\2c\20sk_sp>::invoke\28sk_sp\20\28*\29\28float\2c\20sk_sp\2c\20sk_sp\29\2c\20float\2c\20sk_sp*\2c\20sk_sp*\29 +8918:emscripten::internal::Invoker::invoke\28emscripten::val\20\28*\29\28unsigned\20long\2c\20int\29\2c\20unsigned\20long\2c\20int\29 +8919:emscripten::internal::Invoker\2c\20std::__2::allocator>>::invoke\28emscripten::val\20\28*\29\28std::__2::basic_string\2c\20std::__2::allocator>\29\2c\20emscripten::internal::BindingType\2c\20std::__2::allocator>\2c\20void>::'unnamed'*\29 +8920:emscripten::internal::Invoker::invoke\28emscripten::val\20\28*\29\28emscripten::val\2c\20emscripten::val\2c\20float\29\2c\20emscripten::_EM_VAL*\2c\20emscripten::_EM_VAL*\2c\20float\29 +8921:emscripten::internal::Invoker::invoke\28emscripten::val\20\28*\29\28SkPath\20const&\2c\20SkPath\20const&\2c\20float\29\2c\20SkPath*\2c\20SkPath*\2c\20float\29 +8922:emscripten::internal::Invoker::invoke\28emscripten::val\20\28*\29\28SkPath\20const&\2c\20SkPath\20const&\2c\20SkPathOp\29\2c\20SkPath*\2c\20SkPath*\2c\20SkPathOp\29 +8923:emscripten::internal::Invoker::invoke\28bool\20\28*\29\28unsigned\20long\2c\20SkPath\20const&\2c\20unsigned\20long\2c\20unsigned\20long\2c\20float\2c\20unsigned\20int\2c\20unsigned\20long\29\2c\20unsigned\20long\2c\20SkPath*\2c\20unsigned\20long\2c\20unsigned\20long\2c\20float\2c\20unsigned\20int\2c\20unsigned\20long\29 +8924:emscripten::internal::Invoker\2c\20sk_sp>::invoke\28bool\20\28*\29\28sk_sp\2c\20sk_sp\29\2c\20sk_sp*\2c\20sk_sp*\29 +8925:emscripten::internal::Invoker::invoke\28bool\20\28*\29\28SkPath\20const&\2c\20SkPath\20const&\29\2c\20SkPath*\2c\20SkPath*\29 +8926:emscripten::internal::Invoker\2c\20int\2c\20int>::invoke\28SkRuntimeEffect::TracedShader\20\28*\29\28sk_sp\2c\20int\2c\20int\29\2c\20sk_sp*\2c\20int\2c\20int\29 +8927:emscripten::internal::Invoker::invoke\28SkPath\20\28*\29\28unsigned\20long\2c\20int\2c\20unsigned\20long\2c\20int\2c\20unsigned\20long\2c\20int\29\2c\20unsigned\20long\2c\20int\2c\20unsigned\20long\2c\20int\2c\20unsigned\20long\2c\20int\29 +8928:emscripten::internal::FunctionInvoker\2c\20unsigned\20long\29\2c\20void\2c\20skia::textlayout::TypefaceFontProvider&\2c\20sk_sp\2c\20unsigned\20long>::invoke\28void\20\28**\29\28skia::textlayout::TypefaceFontProvider&\2c\20sk_sp\2c\20unsigned\20long\29\2c\20skia::textlayout::TypefaceFontProvider*\2c\20sk_sp*\2c\20unsigned\20long\29 +8929:emscripten::internal::FunctionInvoker\2c\20std::__2::allocator>\29\2c\20void\2c\20skia::textlayout::ParagraphBuilderImpl&\2c\20std::__2::basic_string\2c\20std::__2::allocator>>::invoke\28void\20\28**\29\28skia::textlayout::ParagraphBuilderImpl&\2c\20std::__2::basic_string\2c\20std::__2::allocator>\29\2c\20skia::textlayout::ParagraphBuilderImpl*\2c\20emscripten::internal::BindingType\2c\20std::__2::allocator>\2c\20void>::'unnamed'*\29 +8930:emscripten::internal::FunctionInvoker::invoke\28void\20\28**\29\28skia::textlayout::ParagraphBuilderImpl&\2c\20float\2c\20float\2c\20skia::textlayout::PlaceholderAlignment\2c\20skia::textlayout::TextBaseline\2c\20float\29\2c\20skia::textlayout::ParagraphBuilderImpl*\2c\20float\2c\20float\2c\20skia::textlayout::PlaceholderAlignment\2c\20skia::textlayout::TextBaseline\2c\20float\29 +8931:emscripten::internal::FunctionInvoker::invoke\28void\20\28**\29\28skia::textlayout::ParagraphBuilderImpl&\2c\20SimpleTextStyle\2c\20SkPaint\2c\20SkPaint\29\2c\20skia::textlayout::ParagraphBuilderImpl*\2c\20SimpleTextStyle*\2c\20SkPaint*\2c\20SkPaint*\29 +8932:emscripten::internal::FunctionInvoker::invoke\28void\20\28**\29\28skia::textlayout::ParagraphBuilderImpl&\2c\20SimpleTextStyle\29\2c\20skia::textlayout::ParagraphBuilderImpl*\2c\20SimpleTextStyle*\29 +8933:emscripten::internal::FunctionInvoker::invoke\28void\20\28**\29\28SkPath&\2c\20float\2c\20float\2c\20float\2c\20float\2c\20float\2c\20float\2c\20float\2c\20float\2c\20float\29\2c\20SkPath*\2c\20float\2c\20float\2c\20float\2c\20float\2c\20float\2c\20float\2c\20float\2c\20float\2c\20float\29 +8934:emscripten::internal::FunctionInvoker::invoke\28void\20\28**\29\28SkPath&\2c\20float\2c\20float\2c\20float\2c\20float\2c\20float\2c\20float\29\2c\20SkPath*\2c\20float\2c\20float\2c\20float\2c\20float\2c\20float\2c\20float\29 +8935:emscripten::internal::FunctionInvoker::invoke\28void\20\28**\29\28SkPath&\2c\20float\2c\20float\2c\20float\2c\20float\2c\20float\29\2c\20SkPath*\2c\20float\2c\20float\2c\20float\2c\20float\2c\20float\29 +8936:emscripten::internal::FunctionInvoker::invoke\28void\20\28**\29\28SkPath&\2c\20float\2c\20float\2c\20float\2c\20bool\2c\20bool\2c\20float\2c\20float\29\2c\20SkPath*\2c\20float\2c\20float\2c\20float\2c\20bool\2c\20bool\2c\20float\2c\20float\29 +8937:emscripten::internal::FunctionInvoker::invoke\28void\20\28**\29\28SkPath&\2c\20float\2c\20float\2c\20float\2c\20bool\29\2c\20SkPath*\2c\20float\2c\20float\2c\20float\2c\20bool\29 +8938:emscripten::internal::FunctionInvoker::invoke\28void\20\28**\29\28SkPath&\2c\20SkPath\20const&\2c\20float\2c\20float\2c\20float\2c\20float\2c\20float\2c\20float\2c\20float\2c\20float\2c\20float\2c\20bool\29\2c\20SkPath*\2c\20SkPath*\2c\20float\2c\20float\2c\20float\2c\20float\2c\20float\2c\20float\2c\20float\2c\20float\2c\20float\2c\20bool\29 +8939:emscripten::internal::FunctionInvoker::invoke\28void\20\28**\29\28SkContourMeasure&\2c\20float\2c\20unsigned\20long\29\2c\20SkContourMeasure*\2c\20float\2c\20unsigned\20long\29 +8940:emscripten::internal::FunctionInvoker::invoke\28void\20\28**\29\28SkCanvas&\2c\20unsigned\20long\2c\20unsigned\20long\2c\20float\2c\20float\2c\20SkFont\20const&\2c\20SkPaint\20const&\29\2c\20SkCanvas*\2c\20unsigned\20long\2c\20unsigned\20long\2c\20float\2c\20float\2c\20SkFont*\2c\20SkPaint*\29 +8941:emscripten::internal::FunctionInvoker::invoke\28void\20\28**\29\28SkCanvas&\2c\20unsigned\20long\2c\20float\2c\20float\2c\20bool\2c\20SkPaint\20const&\29\2c\20SkCanvas*\2c\20unsigned\20long\2c\20float\2c\20float\2c\20bool\2c\20SkPaint*\29 +8942:emscripten::internal::FunctionInvoker\20const&\2c\20unsigned\20long\2c\20unsigned\20long\2c\20unsigned\20long\2c\20int\2c\20SkBlendMode\2c\20float\2c\20float\2c\20SkPaint\20const*\29\2c\20void\2c\20SkCanvas&\2c\20sk_sp\20const&\2c\20unsigned\20long\2c\20unsigned\20long\2c\20unsigned\20long\2c\20int\2c\20SkBlendMode\2c\20float\2c\20float\2c\20SkPaint\20const*>::invoke\28void\20\28**\29\28SkCanvas&\2c\20sk_sp\20const&\2c\20unsigned\20long\2c\20unsigned\20long\2c\20unsigned\20long\2c\20int\2c\20SkBlendMode\2c\20float\2c\20float\2c\20SkPaint\20const*\29\2c\20SkCanvas*\2c\20sk_sp*\2c\20unsigned\20long\2c\20unsigned\20long\2c\20unsigned\20long\2c\20int\2c\20SkBlendMode\2c\20float\2c\20float\2c\20SkPaint\20const*\29 +8943:emscripten::internal::FunctionInvoker\20const&\2c\20unsigned\20long\2c\20unsigned\20long\2c\20float\2c\20float\2c\20SkPaint\20const*\29\2c\20void\2c\20SkCanvas&\2c\20sk_sp\20const&\2c\20unsigned\20long\2c\20unsigned\20long\2c\20float\2c\20float\2c\20SkPaint\20const*>::invoke\28void\20\28**\29\28SkCanvas&\2c\20sk_sp\20const&\2c\20unsigned\20long\2c\20unsigned\20long\2c\20float\2c\20float\2c\20SkPaint\20const*\29\2c\20SkCanvas*\2c\20sk_sp*\2c\20unsigned\20long\2c\20unsigned\20long\2c\20float\2c\20float\2c\20SkPaint\20const*\29 +8944:emscripten::internal::FunctionInvoker\20const&\2c\20float\2c\20float\2c\20float\2c\20float\2c\20SkPaint\20const*\29\2c\20void\2c\20SkCanvas&\2c\20sk_sp\20const&\2c\20float\2c\20float\2c\20float\2c\20float\2c\20SkPaint\20const*>::invoke\28void\20\28**\29\28SkCanvas&\2c\20sk_sp\20const&\2c\20float\2c\20float\2c\20float\2c\20float\2c\20SkPaint\20const*\29\2c\20SkCanvas*\2c\20sk_sp*\2c\20float\2c\20float\2c\20float\2c\20float\2c\20SkPaint\20const*\29 +8945:emscripten::internal::FunctionInvoker\20const&\2c\20float\2c\20float\2c\20SkFilterMode\2c\20SkMipmapMode\2c\20SkPaint\20const*\29\2c\20void\2c\20SkCanvas&\2c\20sk_sp\20const&\2c\20float\2c\20float\2c\20SkFilterMode\2c\20SkMipmapMode\2c\20SkPaint\20const*>::invoke\28void\20\28**\29\28SkCanvas&\2c\20sk_sp\20const&\2c\20float\2c\20float\2c\20SkFilterMode\2c\20SkMipmapMode\2c\20SkPaint\20const*\29\2c\20SkCanvas*\2c\20sk_sp*\2c\20float\2c\20float\2c\20SkFilterMode\2c\20SkMipmapMode\2c\20SkPaint\20const*\29 +8946:emscripten::internal::FunctionInvoker::invoke\28void\20\28**\29\28SkCanvas&\2c\20int\2c\20unsigned\20long\2c\20unsigned\20long\2c\20float\2c\20float\2c\20SkFont\20const&\2c\20SkPaint\20const&\29\2c\20SkCanvas*\2c\20int\2c\20unsigned\20long\2c\20unsigned\20long\2c\20float\2c\20float\2c\20SkFont*\2c\20SkPaint*\29 +8947:emscripten::internal::FunctionInvoker::invoke\28void\20\28**\29\28SkCanvas&\2c\20float\2c\20float\2c\20float\2c\20float\2c\20SkPaint\20const&\29\2c\20SkCanvas*\2c\20float\2c\20float\2c\20float\2c\20float\2c\20SkPaint*\29 +8948:emscripten::internal::FunctionInvoker::invoke\28void\20\28**\29\28SkCanvas&\2c\20SkPath\20const&\2c\20unsigned\20long\2c\20unsigned\20long\2c\20float\2c\20unsigned\20long\2c\20unsigned\20long\2c\20unsigned\20int\29\2c\20SkCanvas*\2c\20SkPath*\2c\20unsigned\20long\2c\20unsigned\20long\2c\20float\2c\20unsigned\20long\2c\20unsigned\20long\2c\20unsigned\20int\29 +8949:emscripten::internal::FunctionInvoker\2c\20std::__2::allocator>\20\28*\29\28SkSL::DebugTrace\20const*\29\2c\20std::__2::basic_string\2c\20std::__2::allocator>\2c\20SkSL::DebugTrace\20const*>::invoke\28std::__2::basic_string\2c\20std::__2::allocator>\20\28**\29\28SkSL::DebugTrace\20const*\29\2c\20SkSL::DebugTrace\20const*\29 +8950:emscripten::internal::FunctionInvoker\20\28*\29\28SkFontMgr&\2c\20unsigned\20long\2c\20int\29\2c\20sk_sp\2c\20SkFontMgr&\2c\20unsigned\20long\2c\20int>::invoke\28sk_sp\20\28**\29\28SkFontMgr&\2c\20unsigned\20long\2c\20int\29\2c\20SkFontMgr*\2c\20unsigned\20long\2c\20int\29 +8951:emscripten::internal::FunctionInvoker\20\28*\29\28SkFontMgr&\2c\20std::__2::basic_string\2c\20std::__2::allocator>\2c\20emscripten::val\29\2c\20sk_sp\2c\20SkFontMgr&\2c\20std::__2::basic_string\2c\20std::__2::allocator>\2c\20emscripten::val>::invoke\28sk_sp\20\28**\29\28SkFontMgr&\2c\20std::__2::basic_string\2c\20std::__2::allocator>\2c\20emscripten::val\29\2c\20SkFontMgr*\2c\20emscripten::internal::BindingType\2c\20std::__2::allocator>\2c\20void>::'unnamed'*\2c\20emscripten::_EM_VAL*\29 +8952:emscripten::internal::FunctionInvoker\20\28*\29\28sk_sp\2c\20SkTileMode\2c\20SkTileMode\2c\20float\2c\20float\2c\20unsigned\20long\29\2c\20sk_sp\2c\20sk_sp\2c\20SkTileMode\2c\20SkTileMode\2c\20float\2c\20float\2c\20unsigned\20long>::invoke\28sk_sp\20\28**\29\28sk_sp\2c\20SkTileMode\2c\20SkTileMode\2c\20float\2c\20float\2c\20unsigned\20long\29\2c\20sk_sp*\2c\20SkTileMode\2c\20SkTileMode\2c\20float\2c\20float\2c\20unsigned\20long\29 +8953:emscripten::internal::FunctionInvoker\20\28*\29\28sk_sp\2c\20SkTileMode\2c\20SkTileMode\2c\20SkFilterMode\2c\20SkMipmapMode\2c\20unsigned\20long\29\2c\20sk_sp\2c\20sk_sp\2c\20SkTileMode\2c\20SkTileMode\2c\20SkFilterMode\2c\20SkMipmapMode\2c\20unsigned\20long>::invoke\28sk_sp\20\28**\29\28sk_sp\2c\20SkTileMode\2c\20SkTileMode\2c\20SkFilterMode\2c\20SkMipmapMode\2c\20unsigned\20long\29\2c\20sk_sp*\2c\20SkTileMode\2c\20SkTileMode\2c\20SkFilterMode\2c\20SkMipmapMode\2c\20unsigned\20long\29 +8954:emscripten::internal::FunctionInvoker\20\28*\29\28SkRuntimeEffect&\2c\20unsigned\20long\2c\20unsigned\20long\2c\20bool\2c\20unsigned\20long\2c\20unsigned\20long\2c\20unsigned\20long\29\2c\20sk_sp\2c\20SkRuntimeEffect&\2c\20unsigned\20long\2c\20unsigned\20long\2c\20bool\2c\20unsigned\20long\2c\20unsigned\20long\2c\20unsigned\20long>::invoke\28sk_sp\20\28**\29\28SkRuntimeEffect&\2c\20unsigned\20long\2c\20unsigned\20long\2c\20bool\2c\20unsigned\20long\2c\20unsigned\20long\2c\20unsigned\20long\29\2c\20SkRuntimeEffect*\2c\20unsigned\20long\2c\20unsigned\20long\2c\20bool\2c\20unsigned\20long\2c\20unsigned\20long\2c\20unsigned\20long\29 +8955:emscripten::internal::FunctionInvoker\20\28*\29\28SkRuntimeEffect&\2c\20unsigned\20long\2c\20unsigned\20long\2c\20bool\2c\20unsigned\20long\29\2c\20sk_sp\2c\20SkRuntimeEffect&\2c\20unsigned\20long\2c\20unsigned\20long\2c\20bool\2c\20unsigned\20long>::invoke\28sk_sp\20\28**\29\28SkRuntimeEffect&\2c\20unsigned\20long\2c\20unsigned\20long\2c\20bool\2c\20unsigned\20long\29\2c\20SkRuntimeEffect*\2c\20unsigned\20long\2c\20unsigned\20long\2c\20bool\2c\20unsigned\20long\29 +8956:emscripten::internal::FunctionInvoker\20\28*\29\28SkPicture&\2c\20SkTileMode\2c\20SkTileMode\2c\20SkFilterMode\2c\20unsigned\20long\2c\20unsigned\20long\29\2c\20sk_sp\2c\20SkPicture&\2c\20SkTileMode\2c\20SkTileMode\2c\20SkFilterMode\2c\20unsigned\20long\2c\20unsigned\20long>::invoke\28sk_sp\20\28**\29\28SkPicture&\2c\20SkTileMode\2c\20SkTileMode\2c\20SkFilterMode\2c\20unsigned\20long\2c\20unsigned\20long\29\2c\20SkPicture*\2c\20SkTileMode\2c\20SkTileMode\2c\20SkFilterMode\2c\20unsigned\20long\2c\20unsigned\20long\29 +8957:emscripten::internal::FunctionInvoker\20\28*\29\28SkPictureRecorder&\29\2c\20sk_sp\2c\20SkPictureRecorder&>::invoke\28sk_sp\20\28**\29\28SkPictureRecorder&\29\2c\20SkPictureRecorder*\29 +8958:emscripten::internal::FunctionInvoker\20\28*\29\28sk_sp\29\2c\20sk_sp\2c\20sk_sp>::invoke\28sk_sp\20\28**\29\28sk_sp\29\2c\20sk_sp*\29 +8959:emscripten::internal::FunctionInvoker\20\28*\29\28SkSurface&\2c\20unsigned\20long\29\2c\20sk_sp\2c\20SkSurface&\2c\20unsigned\20long>::invoke\28sk_sp\20\28**\29\28SkSurface&\2c\20unsigned\20long\29\2c\20SkSurface*\2c\20unsigned\20long\29 +8960:emscripten::internal::FunctionInvoker\20\28*\29\28SkSurface&\2c\20unsigned\20int\2c\20unsigned\20int\2c\20SimpleImageInfo\29\2c\20sk_sp\2c\20SkSurface&\2c\20unsigned\20int\2c\20unsigned\20int\2c\20SimpleImageInfo>::invoke\28sk_sp\20\28**\29\28SkSurface&\2c\20unsigned\20int\2c\20unsigned\20int\2c\20SimpleImageInfo\29\2c\20SkSurface*\2c\20unsigned\20int\2c\20unsigned\20int\2c\20SimpleImageInfo*\29 +8961:emscripten::internal::FunctionInvoker\20\28*\29\28sk_sp\29\2c\20sk_sp\2c\20sk_sp>::invoke\28sk_sp\20\28**\29\28sk_sp\29\2c\20sk_sp*\29 +8962:emscripten::internal::FunctionInvoker\20\28*\29\28SkRuntimeEffect&\2c\20unsigned\20long\2c\20unsigned\20long\2c\20bool\29\2c\20sk_sp\2c\20SkRuntimeEffect&\2c\20unsigned\20long\2c\20unsigned\20long\2c\20bool>::invoke\28sk_sp\20\28**\29\28SkRuntimeEffect&\2c\20unsigned\20long\2c\20unsigned\20long\2c\20bool\29\2c\20SkRuntimeEffect*\2c\20unsigned\20long\2c\20unsigned\20long\2c\20bool\29 +8963:emscripten::internal::FunctionInvoker::invoke\28int\20\28**\29\28SkCanvas&\2c\20SkPaint\29\2c\20SkCanvas*\2c\20SkPaint*\29 +8964:emscripten::internal::FunctionInvoker::invoke\28int\20\28**\29\28SkCanvas&\2c\20SkPaint\20const*\2c\20unsigned\20long\2c\20SkImageFilter\20const*\2c\20unsigned\20int\2c\20SkTileMode\29\2c\20SkCanvas*\2c\20SkPaint\20const*\2c\20unsigned\20long\2c\20SkImageFilter\20const*\2c\20unsigned\20int\2c\20SkTileMode\29 +8965:emscripten::internal::FunctionInvoker::invoke\28emscripten::val\20\28**\29\28skia::textlayout::Paragraph&\2c\20unsigned\20int\2c\20unsigned\20int\2c\20skia::textlayout::RectHeightStyle\2c\20skia::textlayout::RectWidthStyle\29\2c\20skia::textlayout::Paragraph*\2c\20unsigned\20int\2c\20unsigned\20int\2c\20skia::textlayout::RectHeightStyle\2c\20skia::textlayout::RectWidthStyle\29 +8966:emscripten::internal::FunctionInvoker::invoke\28emscripten::val\20\28**\29\28skia::textlayout::Paragraph&\2c\20float\2c\20float\29\2c\20skia::textlayout::Paragraph*\2c\20float\2c\20float\29 +8967:emscripten::internal::FunctionInvoker\2c\20SkEncodedImageFormat\2c\20int\2c\20GrDirectContext*\29\2c\20emscripten::val\2c\20sk_sp\2c\20SkEncodedImageFormat\2c\20int\2c\20GrDirectContext*>::invoke\28emscripten::val\20\28**\29\28sk_sp\2c\20SkEncodedImageFormat\2c\20int\2c\20GrDirectContext*\29\2c\20sk_sp*\2c\20SkEncodedImageFormat\2c\20int\2c\20GrDirectContext*\29 +8968:emscripten::internal::FunctionInvoker\2c\20SkEncodedImageFormat\2c\20int\29\2c\20emscripten::val\2c\20sk_sp\2c\20SkEncodedImageFormat\2c\20int>::invoke\28emscripten::val\20\28**\29\28sk_sp\2c\20SkEncodedImageFormat\2c\20int\29\2c\20sk_sp*\2c\20SkEncodedImageFormat\2c\20int\29 +8969:emscripten::internal::FunctionInvoker\29\2c\20emscripten::val\2c\20sk_sp>::invoke\28emscripten::val\20\28**\29\28sk_sp\29\2c\20sk_sp*\29 +8970:emscripten::internal::FunctionInvoker::invoke\28emscripten::val\20\28**\29\28SkFont&\2c\20unsigned\20long\2c\20unsigned\20long\2c\20bool\2c\20unsigned\20long\2c\20unsigned\20long\2c\20bool\2c\20float\2c\20float\29\2c\20SkFont*\2c\20unsigned\20long\2c\20unsigned\20long\2c\20bool\2c\20unsigned\20long\2c\20unsigned\20long\2c\20bool\2c\20float\2c\20float\29 +8971:emscripten::internal::FunctionInvoker\2c\20SimpleImageInfo\2c\20unsigned\20long\2c\20unsigned\20long\2c\20int\2c\20int\2c\20GrDirectContext*\29\2c\20bool\2c\20sk_sp\2c\20SimpleImageInfo\2c\20unsigned\20long\2c\20unsigned\20long\2c\20int\2c\20int\2c\20GrDirectContext*>::invoke\28bool\20\28**\29\28sk_sp\2c\20SimpleImageInfo\2c\20unsigned\20long\2c\20unsigned\20long\2c\20int\2c\20int\2c\20GrDirectContext*\29\2c\20sk_sp*\2c\20SimpleImageInfo*\2c\20unsigned\20long\2c\20unsigned\20long\2c\20int\2c\20int\2c\20GrDirectContext*\29 +8972:emscripten::internal::FunctionInvoker\2c\20SimpleImageInfo\2c\20unsigned\20long\2c\20unsigned\20long\2c\20int\2c\20int\29\2c\20bool\2c\20sk_sp\2c\20SimpleImageInfo\2c\20unsigned\20long\2c\20unsigned\20long\2c\20int\2c\20int>::invoke\28bool\20\28**\29\28sk_sp\2c\20SimpleImageInfo\2c\20unsigned\20long\2c\20unsigned\20long\2c\20int\2c\20int\29\2c\20sk_sp*\2c\20SimpleImageInfo*\2c\20unsigned\20long\2c\20unsigned\20long\2c\20int\2c\20int\29 +8973:emscripten::internal::FunctionInvoker::invoke\28bool\20\28**\29\28SkPath&\2c\20float\2c\20float\2c\20float\29\2c\20SkPath*\2c\20float\2c\20float\2c\20float\29 +8974:emscripten::internal::FunctionInvoker::invoke\28bool\20\28**\29\28SkPath&\2c\20float\2c\20float\2c\20bool\29\2c\20SkPath*\2c\20float\2c\20float\2c\20bool\29 +8975:emscripten::internal::FunctionInvoker::invoke\28bool\20\28**\29\28SkPath&\2c\20StrokeOpts\29\2c\20SkPath*\2c\20StrokeOpts*\29 +8976:emscripten::internal::FunctionInvoker::invoke\28bool\20\28**\29\28SkCanvas&\2c\20SimpleImageInfo\2c\20unsigned\20long\2c\20unsigned\20long\2c\20int\2c\20int\29\2c\20SkCanvas*\2c\20SimpleImageInfo*\2c\20unsigned\20long\2c\20unsigned\20long\2c\20int\2c\20int\29 +8977:emscripten::internal::FunctionInvoker::invoke\28SkPath\20\28**\29\28SkPath\20const&\29\2c\20SkPath*\29 +8978:emscripten::internal::FunctionInvoker::invoke\28SkPath\20\28**\29\28SkContourMeasure&\2c\20float\2c\20float\2c\20bool\29\2c\20SkContourMeasure*\2c\20float\2c\20float\2c\20bool\29 +8979:emscripten::internal::FunctionInvoker::invoke\28SkPaint\20\28**\29\28SkPaint\20const&\29\2c\20SkPaint*\29 +8980:emscripten::internal::FunctionInvoker::invoke\28SimpleImageInfo\20\28**\29\28SkSurface&\29\2c\20SkSurface*\29 +8981:emscripten::internal::FunctionInvoker::invoke\28RuntimeEffectUniform\20\28**\29\28SkRuntimeEffect&\2c\20int\29\2c\20SkRuntimeEffect*\2c\20int\29 +8982:emit_message +8983:embind_init_Skia\28\29::$_9::__invoke\28SkAnimatedImage&\29 +8984:embind_init_Skia\28\29::$_99::__invoke\28SkPath&\2c\20unsigned\20long\2c\20int\2c\20bool\29 +8985:embind_init_Skia\28\29::$_98::__invoke\28SkPath&\2c\20float\2c\20float\2c\20float\2c\20bool\29 +8986:embind_init_Skia\28\29::$_97::__invoke\28SkPath&\2c\20unsigned\20long\2c\20bool\2c\20unsigned\20int\29 +8987:embind_init_Skia\28\29::$_96::__invoke\28SkPath&\2c\20unsigned\20long\2c\20float\2c\20float\29 +8988:embind_init_Skia\28\29::$_95::__invoke\28unsigned\20long\2c\20SkPath\29 +8989:embind_init_Skia\28\29::$_94::__invoke\28float\2c\20unsigned\20long\29 +8990:embind_init_Skia\28\29::$_93::__invoke\28unsigned\20long\2c\20int\2c\20float\29 +8991:embind_init_Skia\28\29::$_92::__invoke\28\29 +8992:embind_init_Skia\28\29::$_91::__invoke\28\29 +8993:embind_init_Skia\28\29::$_90::__invoke\28sk_sp\2c\20sk_sp\29 +8994:embind_init_Skia\28\29::$_8::__invoke\28emscripten::val\29 +8995:embind_init_Skia\28\29::$_89::__invoke\28SkPaint&\2c\20unsigned\20int\2c\20sk_sp\29 +8996:embind_init_Skia\28\29::$_88::__invoke\28SkPaint&\2c\20unsigned\20int\29 +8997:embind_init_Skia\28\29::$_87::__invoke\28SkPaint&\2c\20unsigned\20long\2c\20sk_sp\29 +8998:embind_init_Skia\28\29::$_86::__invoke\28SkPaint&\2c\20unsigned\20long\29 +8999:embind_init_Skia\28\29::$_85::__invoke\28SkPaint\20const&\29 +9000:embind_init_Skia\28\29::$_84::__invoke\28SkBlurStyle\2c\20float\2c\20bool\29 +9001:embind_init_Skia\28\29::$_83::__invoke\28float\2c\20float\2c\20sk_sp\29 +9002:embind_init_Skia\28\29::$_82::__invoke\28unsigned\20long\2c\20SkFilterMode\2c\20SkMipmapMode\2c\20sk_sp\29 +9003:embind_init_Skia\28\29::$_81::__invoke\28unsigned\20long\2c\20float\2c\20float\2c\20sk_sp\29 +9004:embind_init_Skia\28\29::$_80::__invoke\28sk_sp\2c\20SkFilterMode\2c\20SkMipmapMode\2c\20unsigned\20long\2c\20unsigned\20long\29 +9005:embind_init_Skia\28\29::$_7::__invoke\28GrDirectContext&\2c\20unsigned\20long\29 +9006:embind_init_Skia\28\29::$_79::__invoke\28sk_sp\2c\20float\2c\20float\2c\20unsigned\20long\2c\20unsigned\20long\29 +9007:embind_init_Skia\28\29::$_78::__invoke\28float\2c\20float\2c\20sk_sp\29 +9008:embind_init_Skia\28\29::$_77::__invoke\28float\2c\20float\2c\20float\2c\20float\2c\20unsigned\20long\2c\20sk_sp\29 +9009:embind_init_Skia\28\29::$_76::__invoke\28float\2c\20float\2c\20float\2c\20float\2c\20unsigned\20long\2c\20sk_sp\29 +9010:embind_init_Skia\28\29::$_75::__invoke\28sk_sp\29 +9011:embind_init_Skia\28\29::$_74::__invoke\28SkColorChannel\2c\20SkColorChannel\2c\20float\2c\20sk_sp\2c\20sk_sp\29 +9012:embind_init_Skia\28\29::$_73::__invoke\28float\2c\20float\2c\20sk_sp\29 +9013:embind_init_Skia\28\29::$_72::__invoke\28sk_sp\2c\20sk_sp\29 +9014:embind_init_Skia\28\29::$_71::__invoke\28float\2c\20float\2c\20SkTileMode\2c\20sk_sp\29 +9015:embind_init_Skia\28\29::$_70::__invoke\28SkBlendMode\2c\20sk_sp\2c\20sk_sp\29 +9016:embind_init_Skia\28\29::$_6::__invoke\28GrDirectContext&\29 +9017:embind_init_Skia\28\29::$_69::__invoke\28SkImageFilter\20const&\2c\20unsigned\20long\2c\20unsigned\20long\2c\20unsigned\20long\29 +9018:embind_init_Skia\28\29::$_68::__invoke\28sk_sp\2c\20SimpleImageInfo\2c\20unsigned\20long\2c\20unsigned\20long\2c\20int\2c\20int\29 +9019:embind_init_Skia\28\29::$_67::__invoke\28sk_sp\2c\20SimpleImageInfo\2c\20unsigned\20long\2c\20unsigned\20long\2c\20int\2c\20int\2c\20GrDirectContext*\29 +9020:embind_init_Skia\28\29::$_66::__invoke\28sk_sp\2c\20SkTileMode\2c\20SkTileMode\2c\20SkFilterMode\2c\20SkMipmapMode\2c\20unsigned\20long\29 +9021:embind_init_Skia\28\29::$_65::__invoke\28sk_sp\2c\20SkTileMode\2c\20SkTileMode\2c\20float\2c\20float\2c\20unsigned\20long\29 +9022:embind_init_Skia\28\29::$_64::__invoke\28sk_sp\29 +9023:embind_init_Skia\28\29::$_63::__invoke\28sk_sp\2c\20SkEncodedImageFormat\2c\20int\2c\20GrDirectContext*\29 +9024:embind_init_Skia\28\29::$_62::__invoke\28sk_sp\2c\20SkEncodedImageFormat\2c\20int\29 +9025:embind_init_Skia\28\29::$_61::__invoke\28sk_sp\29 +9026:embind_init_Skia\28\29::$_60::__invoke\28sk_sp\29 +9027:embind_init_Skia\28\29::$_5::__invoke\28GrDirectContext&\29 +9028:embind_init_Skia\28\29::$_59::__invoke\28SkFontMgr&\2c\20unsigned\20long\2c\20int\29 +9029:embind_init_Skia\28\29::$_58::__invoke\28SkFontMgr&\2c\20std::__2::basic_string\2c\20std::__2::allocator>\2c\20emscripten::val\29 +9030:embind_init_Skia\28\29::$_57::__invoke\28SkFontMgr&\2c\20int\29 +9031:embind_init_Skia\28\29::$_56::__invoke\28unsigned\20long\2c\20unsigned\20long\2c\20int\29 +9032:embind_init_Skia\28\29::$_55::__invoke\28SkFont&\2c\20unsigned\20long\2c\20unsigned\20long\2c\20bool\2c\20unsigned\20long\2c\20unsigned\20long\2c\20bool\2c\20float\2c\20float\29 +9033:embind_init_Skia\28\29::$_54::__invoke\28SkFont&\29 +9034:embind_init_Skia\28\29::$_53::__invoke\28SkFont&\2c\20unsigned\20long\2c\20unsigned\20long\2c\20unsigned\20long\2c\20unsigned\20long\29 +9035:embind_init_Skia\28\29::$_52::__invoke\28SkFont&\2c\20unsigned\20long\2c\20int\2c\20unsigned\20long\2c\20unsigned\20long\2c\20SkPaint*\29 +9036:embind_init_Skia\28\29::$_51::__invoke\28SkContourMeasure&\2c\20float\2c\20float\2c\20bool\29 +9037:embind_init_Skia\28\29::$_50::__invoke\28SkContourMeasure&\2c\20float\2c\20unsigned\20long\29 +9038:embind_init_Skia\28\29::$_4::__invoke\28unsigned\20long\2c\20unsigned\20long\29 +9039:embind_init_Skia\28\29::$_49::__invoke\28unsigned\20long\29 +9040:embind_init_Skia\28\29::$_48::__invoke\28unsigned\20long\2c\20SkBlendMode\2c\20sk_sp\29 +9041:embind_init_Skia\28\29::$_47::__invoke\28SkCanvas&\2c\20SimpleImageInfo\2c\20unsigned\20long\2c\20unsigned\20long\2c\20int\2c\20int\29 +9042:embind_init_Skia\28\29::$_46::__invoke\28SkCanvas&\2c\20SkPaint\29 +9043:embind_init_Skia\28\29::$_45::__invoke\28SkCanvas&\2c\20SkPaint\20const*\2c\20unsigned\20long\2c\20SkImageFilter\20const*\2c\20unsigned\20int\2c\20SkTileMode\29 +9044:embind_init_Skia\28\29::$_44::__invoke\28SkCanvas&\2c\20SimpleImageInfo\2c\20unsigned\20long\2c\20unsigned\20long\2c\20int\2c\20int\29 +9045:embind_init_Skia\28\29::$_43::__invoke\28SkCanvas&\2c\20SimpleImageInfo\29 +9046:embind_init_Skia\28\29::$_42::__invoke\28SkCanvas\20const&\2c\20unsigned\20long\29 +9047:embind_init_Skia\28\29::$_41::__invoke\28SkCanvas\20const&\2c\20unsigned\20long\29 +9048:embind_init_Skia\28\29::$_40::__invoke\28SkCanvas\20const&\2c\20unsigned\20long\29 +9049:embind_init_Skia\28\29::$_3::__invoke\28unsigned\20long\2c\20SkPath\20const&\2c\20unsigned\20long\2c\20unsigned\20long\2c\20float\2c\20unsigned\20int\2c\20unsigned\20long\29 +9050:embind_init_Skia\28\29::$_39::__invoke\28SkCanvas\20const&\2c\20unsigned\20long\29 +9051:embind_init_Skia\28\29::$_38::__invoke\28SkCanvas&\2c\20unsigned\20long\2c\20unsigned\20long\2c\20float\2c\20float\2c\20SkFont\20const&\2c\20SkPaint\20const&\29 +9052:embind_init_Skia\28\29::$_37::__invoke\28SkCanvas&\2c\20SkPath\20const&\2c\20unsigned\20long\2c\20unsigned\20long\2c\20float\2c\20unsigned\20long\2c\20unsigned\20long\2c\20unsigned\20int\29 +9053:embind_init_Skia\28\29::$_36::__invoke\28SkCanvas&\2c\20float\2c\20float\2c\20float\2c\20float\2c\20SkPaint\20const&\29 +9054:embind_init_Skia\28\29::$_35::__invoke\28SkCanvas&\2c\20unsigned\20long\2c\20SkPaint\20const&\29 +9055:embind_init_Skia\28\29::$_34::__invoke\28SkCanvas&\2c\20unsigned\20long\2c\20SkPaint\20const&\29 +9056:embind_init_Skia\28\29::$_33::__invoke\28SkCanvas&\2c\20SkCanvas::PointMode\2c\20unsigned\20long\2c\20int\2c\20SkPaint&\29 +9057:embind_init_Skia\28\29::$_32::__invoke\28SkCanvas&\2c\20unsigned\20long\2c\20unsigned\20long\2c\20unsigned\20long\2c\20SkBlendMode\2c\20SkPaint\20const&\29 +9058:embind_init_Skia\28\29::$_31::__invoke\28SkCanvas&\2c\20skia::textlayout::Paragraph*\2c\20float\2c\20float\29 +9059:embind_init_Skia\28\29::$_30::__invoke\28SkCanvas&\2c\20unsigned\20long\2c\20SkPaint\20const&\29 +9060:embind_init_Skia\28\29::$_2::__invoke\28SimpleImageInfo\2c\20unsigned\20long\2c\20int\2c\20unsigned\20long\29 +9061:embind_init_Skia\28\29::$_29::__invoke\28SkCanvas&\2c\20sk_sp\20const&\2c\20unsigned\20long\2c\20unsigned\20long\2c\20SkFilterMode\2c\20SkMipmapMode\2c\20SkPaint\20const*\29 +9062:embind_init_Skia\28\29::$_28::__invoke\28SkCanvas&\2c\20sk_sp\20const&\2c\20unsigned\20long\2c\20unsigned\20long\2c\20float\2c\20float\2c\20SkPaint\20const*\29 +9063:embind_init_Skia\28\29::$_27::__invoke\28SkCanvas&\2c\20sk_sp\20const&\2c\20unsigned\20long\2c\20unsigned\20long\2c\20SkPaint\20const*\2c\20bool\29 +9064:embind_init_Skia\28\29::$_26::__invoke\28SkCanvas&\2c\20sk_sp\20const&\2c\20unsigned\20long\2c\20unsigned\20long\2c\20SkFilterMode\2c\20SkPaint\20const*\29 +9065:embind_init_Skia\28\29::$_25::__invoke\28SkCanvas&\2c\20sk_sp\20const&\2c\20float\2c\20float\2c\20SkFilterMode\2c\20SkMipmapMode\2c\20SkPaint\20const*\29 +9066:embind_init_Skia\28\29::$_24::__invoke\28SkCanvas&\2c\20sk_sp\20const&\2c\20float\2c\20float\2c\20float\2c\20float\2c\20SkPaint\20const*\29 +9067:embind_init_Skia\28\29::$_23::__invoke\28SkCanvas&\2c\20sk_sp\20const&\2c\20float\2c\20float\2c\20SkPaint\20const*\29 +9068:embind_init_Skia\28\29::$_22::__invoke\28SkCanvas&\2c\20int\2c\20unsigned\20long\2c\20unsigned\20long\2c\20float\2c\20float\2c\20SkFont\20const&\2c\20SkPaint\20const&\29 +9069:embind_init_Skia\28\29::$_21::__invoke\28SkCanvas&\2c\20unsigned\20long\2c\20unsigned\20long\2c\20SkPaint\20const&\29 +9070:embind_init_Skia\28\29::$_20::__invoke\28SkCanvas&\2c\20unsigned\20int\2c\20SkBlendMode\29 +9071:embind_init_Skia\28\29::$_1::__invoke\28unsigned\20long\2c\20unsigned\20long\29 +9072:embind_init_Skia\28\29::$_19::__invoke\28SkCanvas&\2c\20unsigned\20long\2c\20SkBlendMode\29 +9073:embind_init_Skia\28\29::$_18::__invoke\28SkCanvas&\2c\20unsigned\20long\29 +9074:embind_init_Skia\28\29::$_17::__invoke\28SkCanvas&\2c\20sk_sp\20const&\2c\20unsigned\20long\2c\20unsigned\20long\2c\20unsigned\20long\2c\20int\2c\20SkBlendMode\2c\20float\2c\20float\2c\20SkPaint\20const*\29 +9075:embind_init_Skia\28\29::$_16::__invoke\28SkCanvas&\2c\20sk_sp\20const&\2c\20unsigned\20long\2c\20unsigned\20long\2c\20unsigned\20long\2c\20int\2c\20SkBlendMode\2c\20SkFilterMode\2c\20SkMipmapMode\2c\20SkPaint\20const*\29 +9076:embind_init_Skia\28\29::$_15::__invoke\28SkCanvas&\2c\20unsigned\20long\2c\20float\2c\20float\2c\20bool\2c\20SkPaint\20const&\29 +9077:embind_init_Skia\28\29::$_150::__invoke\28SkVertices::Builder&\29 +9078:embind_init_Skia\28\29::$_14::__invoke\28SkCanvas&\2c\20unsigned\20long\29 +9079:embind_init_Skia\28\29::$_149::__invoke\28SkVertices::Builder&\29 +9080:embind_init_Skia\28\29::$_148::__invoke\28SkVertices::Builder&\29 +9081:embind_init_Skia\28\29::$_147::__invoke\28SkVertices::Builder&\29 +9082:embind_init_Skia\28\29::$_146::__invoke\28SkVertices&\2c\20unsigned\20long\29 +9083:embind_init_Skia\28\29::$_145::__invoke\28SkTypeface&\2c\20unsigned\20long\2c\20unsigned\20long\2c\20unsigned\20long\2c\20unsigned\20long\29 +9084:embind_init_Skia\28\29::$_144::__invoke\28SkTypeface&\29 +9085:embind_init_Skia\28\29::$_143::__invoke\28unsigned\20long\2c\20int\29 +9086:embind_init_Skia\28\29::$_142::__invoke\28\29 +9087:embind_init_Skia\28\29::$_141::__invoke\28unsigned\20long\2c\20unsigned\20long\2c\20SkFont\20const&\29 +9088:embind_init_Skia\28\29::$_140::__invoke\28unsigned\20long\2c\20unsigned\20long\2c\20SkFont\20const&\29 +9089:embind_init_Skia\28\29::$_13::__invoke\28SkCanvas&\2c\20unsigned\20long\2c\20SkClipOp\2c\20bool\29 +9090:embind_init_Skia\28\29::$_139::__invoke\28unsigned\20long\2c\20unsigned\20long\2c\20unsigned\20long\2c\20SkFont\20const&\29 +9091:embind_init_Skia\28\29::$_138::__invoke\28unsigned\20long\2c\20unsigned\20long\2c\20unsigned\20long\2c\20SkFont\20const&\29 +9092:embind_init_Skia\28\29::$_137::__invoke\28SkSurface&\29 +9093:embind_init_Skia\28\29::$_136::__invoke\28SkSurface&\29 +9094:embind_init_Skia\28\29::$_135::__invoke\28SkSurface&\29 +9095:embind_init_Skia\28\29::$_134::__invoke\28SkSurface&\2c\20SimpleImageInfo\29 +9096:embind_init_Skia\28\29::$_133::__invoke\28SkSurface&\2c\20unsigned\20long\29 +9097:embind_init_Skia\28\29::$_132::__invoke\28SkSurface&\2c\20unsigned\20int\2c\20unsigned\20int\2c\20SimpleImageInfo\29 +9098:embind_init_Skia\28\29::$_131::__invoke\28SkSurface&\29 +9099:embind_init_Skia\28\29::$_130::__invoke\28SkSurface&\29 +9100:embind_init_Skia\28\29::$_12::__invoke\28SkCanvas&\2c\20unsigned\20long\2c\20SkClipOp\2c\20bool\29 +9101:embind_init_Skia\28\29::$_129::__invoke\28SimpleImageInfo\2c\20unsigned\20long\2c\20unsigned\20long\29 +9102:embind_init_Skia\28\29::$_128::__invoke\28SkRuntimeEffect&\2c\20int\29 +9103:embind_init_Skia\28\29::$_127::__invoke\28SkRuntimeEffect&\2c\20int\29 +9104:embind_init_Skia\28\29::$_126::__invoke\28SkRuntimeEffect&\29 +9105:embind_init_Skia\28\29::$_125::__invoke\28SkRuntimeEffect&\29 +9106:embind_init_Skia\28\29::$_124::__invoke\28SkRuntimeEffect&\2c\20unsigned\20long\2c\20unsigned\20long\2c\20bool\29 +9107:embind_init_Skia\28\29::$_123::__invoke\28SkRuntimeEffect&\2c\20unsigned\20long\2c\20unsigned\20long\2c\20bool\2c\20unsigned\20long\2c\20unsigned\20long\2c\20unsigned\20long\29 +9108:embind_init_Skia\28\29::$_122::__invoke\28SkRuntimeEffect&\2c\20unsigned\20long\2c\20unsigned\20long\2c\20bool\2c\20unsigned\20long\29 +9109:embind_init_Skia\28\29::$_121::__invoke\28sk_sp\2c\20int\2c\20int\29 +9110:embind_init_Skia\28\29::$_120::__invoke\28std::__2::basic_string\2c\20std::__2::allocator>\2c\20emscripten::val\29 +9111:embind_init_Skia\28\29::$_11::__invoke\28SkCanvas&\2c\20unsigned\20long\29 +9112:embind_init_Skia\28\29::$_119::__invoke\28std::__2::basic_string\2c\20std::__2::allocator>\2c\20emscripten::val\29 +9113:embind_init_Skia\28\29::$_118::__invoke\28SkSL::DebugTrace\20const*\29 +9114:embind_init_Skia\28\29::$_117::__invoke\28unsigned\20long\2c\20float\2c\20float\2c\20unsigned\20long\2c\20SkColorType\2c\20unsigned\20long\2c\20int\2c\20SkTileMode\2c\20unsigned\20int\2c\20unsigned\20long\2c\20sk_sp\29 +9115:embind_init_Skia\28\29::$_116::__invoke\28float\2c\20float\2c\20int\2c\20float\2c\20int\2c\20int\29 +9116:embind_init_Skia\28\29::$_115::__invoke\28float\2c\20float\2c\20unsigned\20long\2c\20SkColorType\2c\20unsigned\20long\2c\20int\2c\20SkTileMode\2c\20float\2c\20float\2c\20unsigned\20int\2c\20unsigned\20long\2c\20sk_sp\29 +9117:embind_init_Skia\28\29::$_114::__invoke\28float\2c\20float\2c\20float\2c\20unsigned\20long\2c\20SkColorType\2c\20unsigned\20long\2c\20int\2c\20SkTileMode\2c\20unsigned\20int\2c\20unsigned\20long\2c\20sk_sp\29 +9118:embind_init_Skia\28\29::$_113::__invoke\28unsigned\20long\2c\20unsigned\20long\2c\20SkColorType\2c\20unsigned\20long\2c\20int\2c\20SkTileMode\2c\20unsigned\20int\2c\20unsigned\20long\2c\20sk_sp\29 +9119:embind_init_Skia\28\29::$_112::__invoke\28float\2c\20float\2c\20int\2c\20float\2c\20int\2c\20int\29 +9120:embind_init_Skia\28\29::$_111::__invoke\28unsigned\20long\2c\20sk_sp\29 +9121:embind_init_Skia\28\29::$_110::operator\28\29\28SkPicture&\29\20const::'lambda'\28SkImage*\2c\20void*\29::__invoke\28SkImage*\2c\20void*\29 +9122:embind_init_Skia\28\29::$_110::__invoke\28SkPicture&\29 +9123:embind_init_Skia\28\29::$_10::__invoke\28SkAnimatedImage&\29 +9124:embind_init_Skia\28\29::$_109::__invoke\28SkPicture&\2c\20unsigned\20long\29 +9125:embind_init_Skia\28\29::$_108::__invoke\28SkPicture&\2c\20SkTileMode\2c\20SkTileMode\2c\20SkFilterMode\2c\20unsigned\20long\2c\20unsigned\20long\29 +9126:embind_init_Skia\28\29::$_107::__invoke\28SkPictureRecorder&\29 +9127:embind_init_Skia\28\29::$_106::__invoke\28SkPictureRecorder&\2c\20unsigned\20long\2c\20bool\29 +9128:embind_init_Skia\28\29::$_105::__invoke\28SkPath&\2c\20unsigned\20long\29 +9129:embind_init_Skia\28\29::$_104::__invoke\28SkPath&\2c\20unsigned\20long\29 +9130:embind_init_Skia\28\29::$_103::__invoke\28SkPath&\2c\20int\2c\20unsigned\20long\29 +9131:embind_init_Skia\28\29::$_102::__invoke\28SkPath&\2c\20unsigned\20long\2c\20float\2c\20float\2c\20bool\29 +9132:embind_init_Skia\28\29::$_101::__invoke\28SkPath&\2c\20unsigned\20long\2c\20bool\29 +9133:embind_init_Skia\28\29::$_100::__invoke\28SkPath&\2c\20unsigned\20long\2c\20bool\29 +9134:embind_init_Skia\28\29::$_0::__invoke\28unsigned\20long\2c\20unsigned\20long\29 +9135:embind_init_Paragraph\28\29::$_9::__invoke\28skia::textlayout::ParagraphBuilderImpl&\29 +9136:embind_init_Paragraph\28\29::$_8::__invoke\28skia::textlayout::ParagraphBuilderImpl&\2c\20float\2c\20float\2c\20skia::textlayout::PlaceholderAlignment\2c\20skia::textlayout::TextBaseline\2c\20float\29 +9137:embind_init_Paragraph\28\29::$_7::__invoke\28skia::textlayout::ParagraphBuilderImpl&\2c\20SimpleTextStyle\2c\20SkPaint\2c\20SkPaint\29 +9138:embind_init_Paragraph\28\29::$_6::__invoke\28skia::textlayout::ParagraphBuilderImpl&\2c\20SimpleTextStyle\29 +9139:embind_init_Paragraph\28\29::$_4::__invoke\28skia::textlayout::ParagraphBuilderImpl&\2c\20std::__2::basic_string\2c\20std::__2::allocator>\29 +9140:embind_init_Paragraph\28\29::$_3::__invoke\28emscripten::val\2c\20emscripten::val\2c\20float\29 +9141:embind_init_Paragraph\28\29::$_2::__invoke\28SimpleParagraphStyle\2c\20sk_sp\29 +9142:embind_init_Paragraph\28\29::$_19::__invoke\28skia::textlayout::FontCollection&\2c\20sk_sp\20const&\29 +9143:embind_init_Paragraph\28\29::$_18::__invoke\28\29 +9144:embind_init_Paragraph\28\29::$_17::__invoke\28skia::textlayout::TypefaceFontProvider&\2c\20sk_sp\2c\20unsigned\20long\29 +9145:embind_init_Paragraph\28\29::$_16::__invoke\28\29 +9146:dispose_external_texture\28void*\29 +9147:deleteJSTexture\28void*\29 +9148:deflate_slow +9149:deflate_fast +9150:defaultGetValue\28IntProperty\20const&\2c\20int\2c\20UProperty\29 +9151:defaultGetMaxValue\28IntProperty\20const&\2c\20UProperty\29 +9152:defaultContains\28BinaryProperty\20const&\2c\20int\2c\20UProperty\29 +9153:decompress_smooth_data +9154:decompress_onepass +9155:decompress_data +9156:decompose_khmer\28hb_ot_shape_normalize_context_t\20const*\2c\20unsigned\20int\2c\20unsigned\20int*\2c\20unsigned\20int*\29 +9157:decompose_indic\28hb_ot_shape_normalize_context_t\20const*\2c\20unsigned\20int\2c\20unsigned\20int*\2c\20unsigned\20int*\29 +9158:decode_mcu_DC_refine +9159:decode_mcu_DC_first +9160:decode_mcu_AC_refine +9161:decode_mcu_AC_first +9162:decode_mcu +9163:decltype\28fp\28nullptr\29\29\20SkArenaAlloc::make\28skgpu::ganesh::\28anonymous\20namespace\29::QuadEdgeEffect::Make\28SkArenaAlloc*\2c\20SkMatrix\20const&\2c\20bool\2c\20bool\29::'lambda'\28void*\29&&\29::'lambda'\28char*\29::__invoke\28char*\29 +9164:decltype\28fp\28nullptr\29\29\20SkArenaAlloc::make&\2c\20GrShaderCaps\20const&>\28SkMatrix\20const&\2c\20SkRGBA4f<\28SkAlphaType\292>&\2c\20GrShaderCaps\20const&\29::'lambda'\28void*\29>\28skgpu::ganesh::\28anonymous\20namespace\29::HullShader&&\29::'lambda'\28char*\29::__invoke\28char*\29 +9165:decltype\28fp\28nullptr\29\29\20SkArenaAlloc::make\28skgpu::ganesh::StrokeTessellator::PathStrokeList&&\29::'lambda'\28void*\29>\28skgpu::ganesh::StrokeTessellator::PathStrokeList&&\29::'lambda'\28char*\29::__invoke\28char*\29 +9166:decltype\28fp\28nullptr\29\29\20SkArenaAlloc::make\28skgpu::tess::PatchAttribs&\29::'lambda'\28void*\29>\28skgpu::ganesh::StrokeTessellator&&\29::'lambda'\28char*\29::__invoke\28char*\29 +9167:decltype\28fp\28nullptr\29\29\20SkArenaAlloc::make\20const&>\28SkMatrix\20const&\2c\20SkPath\20const&\2c\20SkRGBA4f<\28SkAlphaType\292>\20const&\29::'lambda'\28void*\29>\28skgpu::ganesh::PathTessellator::PathDrawList&&\29::'lambda'\28char*\29::__invoke\28char*\29 +9168:decltype\28fp\28nullptr\29\29\20SkArenaAlloc::make\2c\20SkFilterMode\2c\20bool\29::'lambda'\28void*\29>\28skgpu::ganesh::LatticeOp::\28anonymous\20namespace\29::LatticeGP::Make\28SkArenaAlloc*\2c\20GrSurfaceProxyView\20const&\2c\20sk_sp\2c\20SkFilterMode\2c\20bool\29::'lambda'\28void*\29&&\29::'lambda'\28char*\29::__invoke\28char*\29 +9169:decltype\28fp\28nullptr\29\29\20SkArenaAlloc::make\28skgpu::ganesh::FillRRectOp::\28anonymous\20namespace\29::FillRRectOpImpl::Processor::Make\28SkArenaAlloc*\2c\20GrAAType\2c\20skgpu::ganesh::FillRRectOp::\28anonymous\20namespace\29::FillRRectOpImpl::ProcessorFlags\29::'lambda'\28void*\29&&\29::'lambda'\28char*\29::__invoke\28char*\29 +9170:decltype\28fp\28nullptr\29\29\20SkArenaAlloc::make\28int&\2c\20int&\29::'lambda'\28void*\29>\28skgpu::RectanizerSkyline&&\29::'lambda'\28char*\29::__invoke\28char*\29 +9171:decltype\28fp\28nullptr\29\29\20SkArenaAlloc::make\28int&\2c\20int&\29::'lambda'\28void*\29>\28skgpu::RectanizerPow2&&\29::'lambda'\28char*\29::__invoke\28char*\29 +9172:decltype\28fp\28nullptr\29\29\20SkArenaAlloc::make*\20SkArenaAlloc::make>\28\29::'lambda'\28void*\29>\28sk_sp&&\29::'lambda'\28char*\29::__invoke\28char*\29 +9173:decltype\28fp\28nullptr\29\29\20SkArenaAlloc::make<\28anonymous\20namespace\29::ThreeBoxApproxPass*\20SkArenaAlloc::make<\28anonymous\20namespace\29::ThreeBoxApproxPass\2c\20skvx::Vec<4\2c\20unsigned\20int>*&\2c\20skvx::Vec<4\2c\20unsigned\20int>*&\2c\20skvx::Vec<4\2c\20unsigned\20int>*&\2c\20skvx::Vec<4\2c\20unsigned\20int>*&\2c\20int&\2c\20int&>\28skvx::Vec<4\2c\20unsigned\20int>*&\2c\20skvx::Vec<4\2c\20unsigned\20int>*&\2c\20skvx::Vec<4\2c\20unsigned\20int>*&\2c\20skvx::Vec<4\2c\20unsigned\20int>*&\2c\20int&\2c\20int&\29::'lambda'\28void*\29>\28\28anonymous\20namespace\29::ThreeBoxApproxPass&&\29::'lambda'\28char*\29::__invoke\28char*\29 +9174:decltype\28fp\28nullptr\29\29\20SkArenaAlloc::make<\28anonymous\20namespace\29::TextureOpImpl::Desc*\20SkArenaAlloc::make<\28anonymous\20namespace\29::TextureOpImpl::Desc>\28\29::'lambda'\28void*\29>\28\28anonymous\20namespace\29::TextureOpImpl::Desc&&\29::'lambda'\28char*\29::__invoke\28char*\29 +9175:decltype\28fp\28nullptr\29\29\20SkArenaAlloc::make<\28anonymous\20namespace\29::TentPass*\20SkArenaAlloc::make<\28anonymous\20namespace\29::TentPass\2c\20skvx::Vec<4\2c\20unsigned\20int>*&\2c\20skvx::Vec<4\2c\20unsigned\20int>*&\2c\20skvx::Vec<4\2c\20unsigned\20int>*&\2c\20int&\2c\20int&>\28skvx::Vec<4\2c\20unsigned\20int>*&\2c\20skvx::Vec<4\2c\20unsigned\20int>*&\2c\20skvx::Vec<4\2c\20unsigned\20int>*&\2c\20int&\2c\20int&\29::'lambda'\28void*\29>\28\28anonymous\20namespace\29::TentPass&&\29::'lambda'\28char*\29::__invoke\28char*\29 +9176:decltype\28fp\28nullptr\29\29\20SkArenaAlloc::make<\28anonymous\20namespace\29::SimpleTriangleShader*\20SkArenaAlloc::make<\28anonymous\20namespace\29::SimpleTriangleShader\2c\20SkMatrix\20const&\2c\20SkRGBA4f<\28SkAlphaType\292>\20const&>\28SkMatrix\20const&\2c\20SkRGBA4f<\28SkAlphaType\292>\20const&\29::'lambda'\28void*\29>\28\28anonymous\20namespace\29::SimpleTriangleShader&&\29::'lambda'\28char*\29::__invoke\28char*\29 +9177:decltype\28fp\28nullptr\29\29\20SkArenaAlloc::make<\28anonymous\20namespace\29::DrawAtlasPathShader*\20SkArenaAlloc::make<\28anonymous\20namespace\29::DrawAtlasPathShader\2c\20bool&\2c\20skgpu::ganesh::AtlasInstancedHelper*\2c\20GrShaderCaps\20const&>\28bool&\2c\20skgpu::ganesh::AtlasInstancedHelper*&&\2c\20GrShaderCaps\20const&\29::'lambda'\28void*\29>\28\28anonymous\20namespace\29::DrawAtlasPathShader&&\29::'lambda'\28char*\29::__invoke\28char*\29 +9178:decltype\28fp\28nullptr\29\29\20SkArenaAlloc::make<\28anonymous\20namespace\29::BoundingBoxShader*\20SkArenaAlloc::make<\28anonymous\20namespace\29::BoundingBoxShader\2c\20SkRGBA4f<\28SkAlphaType\292>&\2c\20GrShaderCaps\20const&>\28SkRGBA4f<\28SkAlphaType\292>&\2c\20GrShaderCaps\20const&\29::'lambda'\28void*\29>\28\28anonymous\20namespace\29::BoundingBoxShader&&\29::'lambda'\28char*\29::__invoke\28char*\29 +9179:decltype\28fp\28nullptr\29\29\20SkArenaAlloc::make\28SkPixmap\20const&\2c\20unsigned\20char&&\29::'lambda'\28void*\29>\28Sprite_D32_S32&&\29::'lambda'\28char*\29::__invoke\28char*\29 +9180:decltype\28fp\28nullptr\29\29\20SkArenaAlloc::make\28bool&&\2c\20bool\20const&\29::'lambda'\28void*\29>\28SkTriColorShader&&\29::'lambda'\28char*\29::__invoke\28char*\29 +9181:decltype\28fp\28nullptr\29\29\20SkArenaAlloc::make\28\29::'lambda'\28void*\29>\28SkTCubic&&\29::'lambda'\28char*\29::__invoke\28char*\29 +9182:decltype\28fp\28nullptr\29\29\20SkArenaAlloc::make\28\29::'lambda'\28void*\29>\28SkTConic&&\29::'lambda'\28char*\29::__invoke\28char*\29 +9183:decltype\28fp\28nullptr\29\29\20SkArenaAlloc::make\28SkPixmap\20const&\29::'lambda'\28void*\29>\28SkSpriteBlitter_Memcpy&&\29::'lambda'\28char*\29::__invoke\28char*\29 +9184:decltype\28fp\28nullptr\29\29\20SkArenaAlloc::make&>\28SkPixmap\20const&\2c\20SkArenaAlloc*&\2c\20sk_sp&\29::'lambda'\28void*\29>\28SkRasterPipelineSpriteBlitter&&\29::'lambda'\28char*\29::__invoke\28char*\29 +9185:decltype\28fp\28nullptr\29\29\20SkArenaAlloc::make\28SkPixmap\20const&\2c\20SkPaint\20const&\2c\20SkArenaAlloc*&\29::'lambda'\28void*\29>\28SkRasterPipelineBlitter&&\29::'lambda'\28char*\29::__invoke\28char*\29 +9186:decltype\28fp\28nullptr\29\29\20SkArenaAlloc::make\28\29::'lambda'\28void*\29>\28SkNullBlitter&&\29::'lambda'\28char*\29::__invoke\28char*\29 +9187:decltype\28fp\28nullptr\29\29\20SkArenaAlloc::make\28SkImage_Base\20const*&&\2c\20SkMatrix\20const&\2c\20SkMipmapMode&\29::'lambda'\28void*\29>\28SkMipmapAccessor&&\29::'lambda'\28char*\29::__invoke\28char*\29 +9188:decltype\28fp\28nullptr\29\29\20SkArenaAlloc::make\28\29::'lambda'\28void*\29>\28SkGlyph::PathData&&\29::'lambda'\28char*\29::__invoke\28char*\29 +9189:decltype\28fp\28nullptr\29\29\20SkArenaAlloc::make\28\29::'lambda'\28void*\29>\28SkGlyph::DrawableData&&\29::'lambda'\28char*\29::__invoke\28char*\29 +9190:decltype\28fp\28nullptr\29\29\20SkArenaAlloc::make\28\29::'lambda'\28void*\29>\28SkEdge&&\29::'lambda'\28char*\29::__invoke\28char*\29 +9191:decltype\28fp\28nullptr\29\29\20SkArenaAlloc::make\28\29::'lambda'\28void*\29>\28SkCubicEdge&&\29::'lambda'\28char*\29::__invoke\28char*\29 +9192:decltype\28fp\28nullptr\29\29\20SkArenaAlloc::make&\29>>::Node*\20SkArenaAlloc::make&\29>>::Node\2c\20std::__2::function&\29>>\28std::__2::function&\29>&&\29::'lambda'\28void*\29>\28SkArenaAllocList&\29>>::Node&&\29::'lambda'\28char*\29::__invoke\28char*\29 +9193:decltype\28fp\28nullptr\29\29\20SkArenaAlloc::make::Node*\20SkArenaAlloc::make::Node\2c\20std::__2::function&\29>\2c\20skgpu::Token>\28std::__2::function&\29>&&\2c\20skgpu::Token&&\29::'lambda'\28void*\29>\28SkArenaAllocList::Node&&\29::'lambda'\28char*\29::__invoke\28char*\29 +9194:decltype\28fp\28nullptr\29\29\20SkArenaAlloc::make::Node*\20SkArenaAlloc::make::Node>\28\29::'lambda'\28void*\29>\28SkArenaAllocList::Node&&\29::'lambda'\28char*\29::__invoke\28char*\29 +9195:decltype\28fp\28nullptr\29\29\20SkArenaAlloc::make\28SkPixmap\20const&\2c\20SkPaint\20const&\29::'lambda'\28void*\29>\28SkA8_Coverage_Blitter&&\29::'lambda'\28char*\29::__invoke\28char*\29 +9196:decltype\28fp\28nullptr\29\29\20SkArenaAlloc::make\28\29::'lambda'\28void*\29>\28GrSimpleMesh&&\29::'lambda'\28char*\29::__invoke\28char*\29 +9197:decltype\28fp\28nullptr\29\29\20SkArenaAlloc::make\28GrSurfaceProxy*&\2c\20skgpu::ScratchKey&&\2c\20GrResourceProvider*&\29::'lambda'\28void*\29>\28GrResourceAllocator::Register&&\29::'lambda'\28char*\29::__invoke\28char*\29 +9198:decltype\28fp\28nullptr\29\29\20SkArenaAlloc::make\28SkPath\20const&\2c\20SkArenaAlloc*\20const&\29::'lambda'\28void*\29>\28GrInnerFanTriangulator&&\29::'lambda'\28char*\29::__invoke\28char*\29 +9199:decltype\28fp\28nullptr\29\29\20SkArenaAlloc::make\28GrDistanceFieldLCDTextGeoProc::Make\28SkArenaAlloc*\2c\20GrShaderCaps\20const&\2c\20GrSurfaceProxyView\20const*\2c\20int\2c\20GrSamplerState\2c\20GrDistanceFieldLCDTextGeoProc::DistanceAdjust\2c\20unsigned\20int\2c\20SkMatrix\20const&\29::'lambda'\28void*\29&&\29::'lambda'\28char*\29::__invoke\28char*\29 +9200:decltype\28fp\28nullptr\29\29\20SkArenaAlloc::make\20const&\2c\20bool\2c\20sk_sp\2c\20GrSurfaceProxyView\20const*\2c\20int\2c\20GrSamplerState\2c\20skgpu::MaskFormat\2c\20SkMatrix\20const&\2c\20bool\29::'lambda'\28void*\29>\28GrBitmapTextGeoProc::Make\28SkArenaAlloc*\2c\20GrShaderCaps\20const&\2c\20SkRGBA4f<\28SkAlphaType\292>\20const&\2c\20bool\2c\20sk_sp\2c\20GrSurfaceProxyView\20const*\2c\20int\2c\20GrSamplerState\2c\20skgpu::MaskFormat\2c\20SkMatrix\20const&\2c\20bool\29::'lambda'\28void*\29&&\29::'lambda'\28char*\29::__invoke\28char*\29 +9201:decltype\28fp\28nullptr\29\29\20SkArenaAlloc::make\28GrAppliedClip&&\29::'lambda'\28void*\29>\28GrAppliedClip&&\29::'lambda'\28char*\29::__invoke\28char*\29 +9202:decltype\28fp\28nullptr\29\29\20SkArenaAlloc::make\28EllipseGeometryProcessor::Make\28SkArenaAlloc*\2c\20bool\2c\20bool\2c\20bool\2c\20SkMatrix\20const&\29::'lambda'\28void*\29&&\29::'lambda'\28char*\29::__invoke\28char*\29 +9203:decltype\28fp\28nullptr\29\29\20SkArenaAlloc::make\20const&\2c\20SkMatrix\20const&\2c\20SkMatrix\20const&\2c\20bool\2c\20unsigned\20char\29::'lambda'\28void*\29>\28DefaultGeoProc::Make\28SkArenaAlloc*\2c\20unsigned\20int\2c\20SkRGBA4f<\28SkAlphaType\292>\20const&\2c\20SkMatrix\20const&\2c\20SkMatrix\20const&\2c\20bool\2c\20unsigned\20char\29::'lambda'\28void*\29&&\29::'lambda'\28char*\29::__invoke\28char*\29 +9204:decltype\28auto\29\20std::__2::__variant_detail::__visitation::__base::__dispatcher<1ul\2c\201ul>::__dispatch\5babi:ne180100\5d>::__generic_construct\5babi:ne180100\5d\2c\20\28std::__2::__variant_detail::_Trait\291>\20const&>\28std::__2::__variant_detail::__ctor>&\2c\20std::__2::__variant_detail::__copy_constructor\2c\20\28std::__2::__variant_detail::_Trait\291>\20const&\29::'lambda'\28std::__2::__variant_detail::__copy_constructor\2c\20\28std::__2::__variant_detail::_Trait\291>\20const&\2c\20auto&&\29&&\2c\20std::__2::__variant_detail::__base<\28std::__2::__variant_detail::_Trait\291\2c\20SkPaint\2c\20int>&\2c\20std::__2::__variant_detail::__base<\28std::__2::__variant_detail::_Trait\291\2c\20SkPaint\2c\20int>\20const&>\28std::__2::__variant_detail::__copy_constructor\2c\20\28std::__2::__variant_detail::_Trait\291>\20const&\2c\20std::__2::__variant_detail::__base<\28std::__2::__variant_detail::_Trait\291\2c\20SkPaint\2c\20int>&\2c\20std::__2::__variant_detail::__base<\28std::__2::__variant_detail::_Trait\291\2c\20SkPaint\2c\20int>\20const&\29 +9205:decltype\28auto\29\20std::__2::__variant_detail::__visitation::__base::__dispatcher<1ul\2c\201ul>::__dispatch\5babi:ne180100\5d>::__generic_assign\5babi:ne180100\5d\2c\20\28std::__2::__variant_detail::_Trait\291>>\28std::__2::__variant_detail::__move_assignment\2c\20\28std::__2::__variant_detail::_Trait\291>&&\29::'lambda'\28std::__2::__variant_detail::__move_assignment\2c\20\28std::__2::__variant_detail::_Trait\291>&\2c\20auto&&\29&&\2c\20std::__2::__variant_detail::__base<\28std::__2::__variant_detail::_Trait\291\2c\20SkPaint\2c\20int>&\2c\20std::__2::__variant_detail::__base<\28std::__2::__variant_detail::_Trait\291\2c\20SkPaint\2c\20int>&&>\28std::__2::__variant_detail::__move_assignment\2c\20\28std::__2::__variant_detail::_Trait\291>\2c\20std::__2::__variant_detail::__base<\28std::__2::__variant_detail::_Trait\291\2c\20SkPaint\2c\20int>&\2c\20std::__2::__variant_detail::__base<\28std::__2::__variant_detail::_Trait\291\2c\20SkPaint\2c\20int>&&\29 +9206:decltype\28auto\29\20std::__2::__variant_detail::__visitation::__base::__dispatcher<1ul\2c\201ul>::__dispatch\5babi:ne180100\5d>::__generic_assign\5babi:ne180100\5d\2c\20\28std::__2::__variant_detail::_Trait\291>\20const&>\28std::__2::__variant_detail::__copy_assignment\2c\20\28std::__2::__variant_detail::_Trait\291>\20const&\29::'lambda'\28std::__2::__variant_detail::__copy_assignment\2c\20\28std::__2::__variant_detail::_Trait\291>\20const&\2c\20auto&&\29&&\2c\20std::__2::__variant_detail::__base<\28std::__2::__variant_detail::_Trait\291\2c\20SkPaint\2c\20int>&\2c\20std::__2::__variant_detail::__base<\28std::__2::__variant_detail::_Trait\291\2c\20SkPaint\2c\20int>\20const&>\28std::__2::__variant_detail::__copy_assignment\2c\20\28std::__2::__variant_detail::_Trait\291>\20const&\2c\20std::__2::__variant_detail::__base<\28std::__2::__variant_detail::_Trait\291\2c\20SkPaint\2c\20int>&\2c\20std::__2::__variant_detail::__base<\28std::__2::__variant_detail::_Trait\291\2c\20SkPaint\2c\20int>\20const&\29 +9207:decltype\28auto\29\20std::__2::__variant_detail::__visitation::__base::__dispatcher<1ul\2c\201ul>::__dispatch\5babi:ne180100\5d>>&&\2c\20std::__2::__variant_detail::__base<\28std::__2::__variant_detail::_Trait\291\2c\20SkPaint\2c\20int>\20const&\2c\20std::__2::__variant_detail::__base<\28std::__2::__variant_detail::_Trait\291\2c\20SkPaint\2c\20int>\20const&>\28std::__2::__variant_detail::__visitation::__variant::__value_visitor>>&&\2c\20std::__2::__variant_detail::__base<\28std::__2::__variant_detail::_Trait\291\2c\20SkPaint\2c\20int>\20const&\2c\20std::__2::__variant_detail::__base<\28std::__2::__variant_detail::_Trait\291\2c\20SkPaint\2c\20int>\20const&\29 +9208:decltype\28auto\29\20std::__2::__variant_detail::__visitation::__base::__dispatcher<1ul\2c\201ul>::__dispatch\5babi:ne180100\5d>>&&\2c\20std::__2::__variant_detail::__base<\28std::__2::__variant_detail::_Trait\291\2c\20SkPaint\2c\20int>\20const&\2c\20std::__2::__variant_detail::__base<\28std::__2::__variant_detail::_Trait\291\2c\20SkPaint\2c\20int>\20const&>\28std::__2::__variant_detail::__visitation::__variant::__value_visitor>>&&\2c\20std::__2::__variant_detail::__base<\28std::__2::__variant_detail::_Trait\291\2c\20SkPaint\2c\20int>\20const&\2c\20std::__2::__variant_detail::__base<\28std::__2::__variant_detail::_Trait\291\2c\20SkPaint\2c\20int>\20const&\29 +9209:decltype\28auto\29\20std::__2::__variant_detail::__visitation::__base::__dispatcher<1ul>::__dispatch\5babi:ne180100\5d\2c\20std::__2::unique_ptr>>\2c\20\28std::__2::__variant_detail::_Trait\291>::__destroy\5babi:ne180100\5d\28\29::'lambda'\28auto&\29&&\2c\20std::__2::__variant_detail::__base<\28std::__2::__variant_detail::_Trait\291\2c\20sk_sp\2c\20std::__2::unique_ptr>>&>\28auto\2c\20std::__2::__variant_detail::__base<\28std::__2::__variant_detail::_Trait\291\2c\20sk_sp\2c\20std::__2::unique_ptr>>&\29 +9210:decltype\28auto\29\20std::__2::__variant_detail::__visitation::__base::__dispatcher<0ul\2c\200ul>::__dispatch\5babi:ne180100\5d>::__generic_construct\5babi:ne180100\5d\2c\20\28std::__2::__variant_detail::_Trait\291>\20const&>\28std::__2::__variant_detail::__ctor>&\2c\20std::__2::__variant_detail::__copy_constructor\2c\20\28std::__2::__variant_detail::_Trait\291>\20const&\29::'lambda'\28std::__2::__variant_detail::__copy_constructor\2c\20\28std::__2::__variant_detail::_Trait\291>\20const&\2c\20auto&&\29&&\2c\20std::__2::__variant_detail::__base<\28std::__2::__variant_detail::_Trait\291\2c\20SkPaint\2c\20int>&\2c\20std::__2::__variant_detail::__base<\28std::__2::__variant_detail::_Trait\291\2c\20SkPaint\2c\20int>\20const&>\28std::__2::__variant_detail::__copy_constructor\2c\20\28std::__2::__variant_detail::_Trait\291>\20const&\2c\20std::__2::__variant_detail::__base<\28std::__2::__variant_detail::_Trait\291\2c\20SkPaint\2c\20int>&\2c\20std::__2::__variant_detail::__base<\28std::__2::__variant_detail::_Trait\291\2c\20SkPaint\2c\20int>\20const&\29 +9211:decltype\28auto\29\20std::__2::__variant_detail::__visitation::__base::__dispatcher<0ul\2c\200ul>::__dispatch\5babi:ne180100\5d>::__generic_assign\5babi:ne180100\5d\2c\20\28std::__2::__variant_detail::_Trait\291>>\28std::__2::__variant_detail::__move_assignment\2c\20\28std::__2::__variant_detail::_Trait\291>&&\29::'lambda'\28std::__2::__variant_detail::__move_assignment\2c\20\28std::__2::__variant_detail::_Trait\291>&\2c\20auto&&\29&&\2c\20std::__2::__variant_detail::__base<\28std::__2::__variant_detail::_Trait\291\2c\20SkPaint\2c\20int>&\2c\20std::__2::__variant_detail::__base<\28std::__2::__variant_detail::_Trait\291\2c\20SkPaint\2c\20int>&&>\28std::__2::__variant_detail::__move_assignment\2c\20\28std::__2::__variant_detail::_Trait\291>\2c\20std::__2::__variant_detail::__base<\28std::__2::__variant_detail::_Trait\291\2c\20SkPaint\2c\20int>&\2c\20std::__2::__variant_detail::__base<\28std::__2::__variant_detail::_Trait\291\2c\20SkPaint\2c\20int>&&\29 +9212:decltype\28auto\29\20std::__2::__variant_detail::__visitation::__base::__dispatcher<0ul\2c\200ul>::__dispatch\5babi:ne180100\5d>::__generic_assign\5babi:ne180100\5d\2c\20\28std::__2::__variant_detail::_Trait\291>\20const&>\28std::__2::__variant_detail::__copy_assignment\2c\20\28std::__2::__variant_detail::_Trait\291>\20const&\29::'lambda'\28std::__2::__variant_detail::__copy_assignment\2c\20\28std::__2::__variant_detail::_Trait\291>\20const&\2c\20auto&&\29&&\2c\20std::__2::__variant_detail::__base<\28std::__2::__variant_detail::_Trait\291\2c\20SkPaint\2c\20int>&\2c\20std::__2::__variant_detail::__base<\28std::__2::__variant_detail::_Trait\291\2c\20SkPaint\2c\20int>\20const&>\28std::__2::__variant_detail::__copy_assignment\2c\20\28std::__2::__variant_detail::_Trait\291>\20const&\2c\20std::__2::__variant_detail::__base<\28std::__2::__variant_detail::_Trait\291\2c\20SkPaint\2c\20int>&\2c\20std::__2::__variant_detail::__base<\28std::__2::__variant_detail::_Trait\291\2c\20SkPaint\2c\20int>\20const&\29 +9213:decltype\28auto\29\20std::__2::__variant_detail::__visitation::__base::__dispatcher<0ul\2c\200ul>::__dispatch\5babi:ne180100\5d>>&&\2c\20std::__2::__variant_detail::__base<\28std::__2::__variant_detail::_Trait\291\2c\20SkPaint\2c\20int>\20const&\2c\20std::__2::__variant_detail::__base<\28std::__2::__variant_detail::_Trait\291\2c\20SkPaint\2c\20int>\20const&>\28std::__2::__variant_detail::__visitation::__variant::__value_visitor>>&&\2c\20std::__2::__variant_detail::__base<\28std::__2::__variant_detail::_Trait\291\2c\20SkPaint\2c\20int>\20const&\2c\20std::__2::__variant_detail::__base<\28std::__2::__variant_detail::_Trait\291\2c\20SkPaint\2c\20int>\20const&\29 +9214:decltype\28auto\29\20std::__2::__variant_detail::__visitation::__base::__dispatcher<0ul\2c\200ul>::__dispatch\5babi:ne180100\5d>>&&\2c\20std::__2::__variant_detail::__base<\28std::__2::__variant_detail::_Trait\291\2c\20SkPaint\2c\20int>\20const&\2c\20std::__2::__variant_detail::__base<\28std::__2::__variant_detail::_Trait\291\2c\20SkPaint\2c\20int>\20const&>\28std::__2::__variant_detail::__visitation::__variant::__value_visitor>>&&\2c\20std::__2::__variant_detail::__base<\28std::__2::__variant_detail::_Trait\291\2c\20SkPaint\2c\20int>\20const&\2c\20std::__2::__variant_detail::__base<\28std::__2::__variant_detail::_Trait\291\2c\20SkPaint\2c\20int>\20const&\29 +9215:decltype\28auto\29\20std::__2::__variant_detail::__visitation::__base::__dispatcher<0ul>::__dispatch\5babi:ne180100\5d\2c\20std::__2::unique_ptr>>\2c\20\28std::__2::__variant_detail::_Trait\291>::__destroy\5babi:ne180100\5d\28\29::'lambda'\28auto&\29&&\2c\20std::__2::__variant_detail::__base<\28std::__2::__variant_detail::_Trait\291\2c\20sk_sp\2c\20std::__2::unique_ptr>>&>\28auto\2c\20std::__2::__variant_detail::__base<\28std::__2::__variant_detail::_Trait\291\2c\20sk_sp\2c\20std::__2::unique_ptr>>&\29 +9216:decltype\28auto\29\20std::__2::__variant_detail::__visitation::__base::__dispatcher<0ul>::__dispatch\5babi:ne180100\5d\2c\20\28std::__2::__variant_detail::_Trait\291>::__destroy\5babi:ne180100\5d\28\29::'lambda'\28auto&\29&&\2c\20std::__2::__variant_detail::__base<\28std::__2::__variant_detail::_Trait\291\2c\20SkPaint\2c\20int>&>\28auto\2c\20std::__2::__variant_detail::__base<\28std::__2::__variant_detail::_Trait\291\2c\20SkPaint\2c\20int>&\29 +9217:deallocate_buffer_var\28hb_ot_shape_plan_t\20const*\2c\20hb_font_t*\2c\20hb_buffer_t*\29 +9218:ddquad_xy_at_t\28SkDCurve\20const&\2c\20double\29 +9219:ddquad_dxdy_at_t\28SkDCurve\20const&\2c\20double\29 +9220:ddline_xy_at_t\28SkDCurve\20const&\2c\20double\29 +9221:ddline_dxdy_at_t\28SkDCurve\20const&\2c\20double\29 +9222:ddcubic_xy_at_t\28SkDCurve\20const&\2c\20double\29 +9223:ddcubic_dxdy_at_t\28SkDCurve\20const&\2c\20double\29 +9224:ddconic_xy_at_t\28SkDCurve\20const&\2c\20double\29 +9225:ddconic_dxdy_at_t\28SkDCurve\20const&\2c\20double\29 +9226:data_destroy_use\28void*\29 +9227:data_create_use\28hb_ot_shape_plan_t\20const*\29 +9228:data_create_khmer\28hb_ot_shape_plan_t\20const*\29 +9229:data_create_indic\28hb_ot_shape_plan_t\20const*\29 +9230:data_create_hangul\28hb_ot_shape_plan_t\20const*\29 +9231:copy\28void*\2c\20unsigned\20char\20const*\2c\20int\2c\20int\2c\20int\2c\20int\2c\20unsigned\20int\20const*\29 +9232:convert_bytes_to_data +9233:consume_markers +9234:consume_data +9235:computeTonalColors\28unsigned\20long\2c\20unsigned\20long\29 +9236:compose_indic\28hb_ot_shape_normalize_context_t\20const*\2c\20unsigned\20int\2c\20unsigned\20int\2c\20unsigned\20int*\29 +9237:compose_hebrew\28hb_ot_shape_normalize_context_t\20const*\2c\20unsigned\20int\2c\20unsigned\20int\2c\20unsigned\20int*\29 +9238:compare_ppem +9239:compare_myanmar_order\28hb_glyph_info_t\20const*\2c\20hb_glyph_info_t\20const*\29 +9240:compare_edges\28SkEdge\20const*\2c\20SkEdge\20const*\29 +9241:compare_edges\28SkAnalyticEdge\20const*\2c\20SkAnalyticEdge\20const*\29 +9242:compare_combining_class\28hb_glyph_info_t\20const*\2c\20hb_glyph_info_t\20const*\29 +9243:compareKeywordStructs\28void\20const*\2c\20void\20const*\2c\20void\20const*\29 +9244:compareEntries\28UElement\2c\20UElement\29 +9245:color_quantize3 +9246:color_quantize +9247:collect_features_use\28hb_ot_shape_planner_t*\29 +9248:collect_features_myanmar\28hb_ot_shape_planner_t*\29 +9249:collect_features_khmer\28hb_ot_shape_planner_t*\29 +9250:collect_features_indic\28hb_ot_shape_planner_t*\29 +9251:collect_features_hangul\28hb_ot_shape_planner_t*\29 +9252:collect_features_arabic\28hb_ot_shape_planner_t*\29 +9253:clip\28SkPath\20const&\2c\20SkHalfPlane\20const&\29::$_0::__invoke\28SkEdgeClipper*\2c\20bool\2c\20void*\29 +9254:check_for_passthrough_local_coords_and_dead_varyings\28SkSL::Program\20const&\2c\20unsigned\20int*\29::Visitor::visitStatement\28SkSL::Statement\20const&\29 +9255:check_for_passthrough_local_coords_and_dead_varyings\28SkSL::Program\20const&\2c\20unsigned\20int*\29::Visitor::visitProgramElement\28SkSL::ProgramElement\20const&\29 +9256:check_for_passthrough_local_coords_and_dead_varyings\28SkSL::Program\20const&\2c\20unsigned\20int*\29::Visitor::visitExpression\28SkSL::Expression\20const&\29 +9257:charIterTextLength\28UText*\29 +9258:charIterTextExtract\28UText*\2c\20long\20long\2c\20long\20long\2c\20char16_t*\2c\20int\2c\20UErrorCode*\29 +9259:charIterTextClose\28UText*\29 +9260:charIterTextClone\28UText*\2c\20UText\20const*\2c\20signed\20char\2c\20UErrorCode*\29 +9261:changesWhenNFKC_Casefolded\28BinaryProperty\20const&\2c\20int\2c\20UProperty\29 +9262:changesWhenCasefolded\28BinaryProperty\20const&\2c\20int\2c\20UProperty\29 +9263:cff_slot_init +9264:cff_slot_done +9265:cff_size_request +9266:cff_size_init +9267:cff_size_done +9268:cff_sid_to_glyph_name +9269:cff_set_var_design +9270:cff_set_mm_weightvector +9271:cff_set_mm_blend +9272:cff_set_instance +9273:cff_random +9274:cff_ps_has_glyph_names +9275:cff_ps_get_font_info +9276:cff_ps_get_font_extra +9277:cff_parse_vsindex +9278:cff_parse_private_dict +9279:cff_parse_multiple_master +9280:cff_parse_maxstack +9281:cff_parse_font_matrix +9282:cff_parse_font_bbox +9283:cff_parse_cid_ros +9284:cff_parse_blend +9285:cff_metrics_adjust +9286:cff_hadvance_adjust +9287:cff_glyph_load +9288:cff_get_var_design +9289:cff_get_var_blend +9290:cff_get_standard_encoding +9291:cff_get_ros +9292:cff_get_ps_name +9293:cff_get_name_index +9294:cff_get_mm_weightvector +9295:cff_get_mm_var +9296:cff_get_mm_blend +9297:cff_get_is_cid +9298:cff_get_interface +9299:cff_get_glyph_name +9300:cff_get_glyph_data +9301:cff_get_cmap_info +9302:cff_get_cid_from_glyph_index +9303:cff_get_advances +9304:cff_free_glyph_data +9305:cff_fd_select_get +9306:cff_face_init +9307:cff_face_done +9308:cff_driver_init +9309:cff_done_blend +9310:cff_decoder_prepare +9311:cff_decoder_init +9312:cff_cmap_unicode_init +9313:cff_cmap_unicode_char_next +9314:cff_cmap_unicode_char_index +9315:cff_cmap_encoding_init +9316:cff_cmap_encoding_done +9317:cff_cmap_encoding_char_next +9318:cff_cmap_encoding_char_index +9319:cff_builder_start_point +9320:cff_builder_init +9321:cff_builder_add_point1 +9322:cff_builder_add_point +9323:cff_builder_add_contour +9324:cff_blend_check_vector +9325:cf2_free_instance +9326:cf2_decoder_parse_charstrings +9327:cf2_builder_moveTo +9328:cf2_builder_lineTo +9329:cf2_builder_cubeTo +9330:caseBinaryPropertyContains\28BinaryProperty\20const&\2c\20int\2c\20UProperty\29 +9331:bw_to_a8\28unsigned\20char*\2c\20unsigned\20char\20const*\2c\20int\29 +9332:breakiterator_cleanup\28\29 +9333:bool\20\28anonymous\20namespace\29::FindVisitor<\28anonymous\20namespace\29::SpotVerticesFactory>\28SkResourceCache::Rec\20const&\2c\20void*\29 +9334:bool\20\28anonymous\20namespace\29::FindVisitor<\28anonymous\20namespace\29::AmbientVerticesFactory>\28SkResourceCache::Rec\20const&\2c\20void*\29 +9335:bool\20OT::hb_accelerate_subtables_context_t::apply_to>\28void\20const*\2c\20OT::hb_ot_apply_context_t*\29 +9336:bool\20OT::hb_accelerate_subtables_context_t::apply_to>\28void\20const*\2c\20OT::hb_ot_apply_context_t*\29 +9337:bool\20OT::hb_accelerate_subtables_context_t::apply_to>\28void\20const*\2c\20OT::hb_ot_apply_context_t*\29 +9338:bool\20OT::hb_accelerate_subtables_context_t::apply_to>\28void\20const*\2c\20OT::hb_ot_apply_context_t*\29 +9339:bool\20OT::hb_accelerate_subtables_context_t::apply_to>\28void\20const*\2c\20OT::hb_ot_apply_context_t*\29 +9340:bool\20OT::hb_accelerate_subtables_context_t::apply_cached_to>\28void\20const*\2c\20OT::hb_ot_apply_context_t*\29 +9341:bool\20OT::hb_accelerate_subtables_context_t::apply_cached_to>\28void\20const*\2c\20OT::hb_ot_apply_context_t*\29 +9342:bool\20OT::hb_accelerate_subtables_context_t::apply_cached_to>\28void\20const*\2c\20OT::hb_ot_apply_context_t*\29 +9343:bool\20OT::hb_accelerate_subtables_context_t::apply_cached_to>\28void\20const*\2c\20OT::hb_ot_apply_context_t*\29 +9344:bool\20OT::hb_accelerate_subtables_context_t::apply_cached_to>\28void\20const*\2c\20OT::hb_ot_apply_context_t*\29 +9345:bool\20OT::cmap::accelerator_t::get_glyph_from_symbol\28void\20const*\2c\20unsigned\20int\2c\20unsigned\20int*\29 +9346:bool\20OT::cmap::accelerator_t::get_glyph_from_symbol\28void\20const*\2c\20unsigned\20int\2c\20unsigned\20int*\29 +9347:bool\20OT::cmap::accelerator_t::get_glyph_from_symbol\28void\20const*\2c\20unsigned\20int\2c\20unsigned\20int*\29 +9348:bool\20OT::cmap::accelerator_t::get_glyph_from_macroman\28void\20const*\2c\20unsigned\20int\2c\20unsigned\20int*\29 +9349:bool\20OT::cmap::accelerator_t::get_glyph_from_ascii\28void\20const*\2c\20unsigned\20int\2c\20unsigned\20int*\29 +9350:bool\20OT::cmap::accelerator_t::get_glyph_from\28void\20const*\2c\20unsigned\20int\2c\20unsigned\20int*\29 +9351:bool\20OT::cmap::accelerator_t::get_glyph_from\28void\20const*\2c\20unsigned\20int\2c\20unsigned\20int*\29 +9352:blur_y_radius_4\28skvx::Vec<8\2c\20unsigned\20short>\20const&\2c\20skvx::Vec<8\2c\20unsigned\20short>\20const&\2c\20skvx::Vec<8\2c\20unsigned\20short>\20const&\2c\20skvx::Vec<8\2c\20unsigned\20short>\20const&\2c\20skvx::Vec<8\2c\20unsigned\20short>\20const&\2c\20skvx::Vec<8\2c\20unsigned\20short>\20const&\2c\20skvx::Vec<8\2c\20unsigned\20short>*\2c\20skvx::Vec<8\2c\20unsigned\20short>*\2c\20skvx::Vec<8\2c\20unsigned\20short>*\2c\20skvx::Vec<8\2c\20unsigned\20short>*\2c\20skvx::Vec<8\2c\20unsigned\20short>*\2c\20skvx::Vec<8\2c\20unsigned\20short>*\2c\20skvx::Vec<8\2c\20unsigned\20short>*\2c\20skvx::Vec<8\2c\20unsigned\20short>*\29 +9353:blur_y_radius_3\28skvx::Vec<8\2c\20unsigned\20short>\20const&\2c\20skvx::Vec<8\2c\20unsigned\20short>\20const&\2c\20skvx::Vec<8\2c\20unsigned\20short>\20const&\2c\20skvx::Vec<8\2c\20unsigned\20short>\20const&\2c\20skvx::Vec<8\2c\20unsigned\20short>\20const&\2c\20skvx::Vec<8\2c\20unsigned\20short>\20const&\2c\20skvx::Vec<8\2c\20unsigned\20short>*\2c\20skvx::Vec<8\2c\20unsigned\20short>*\2c\20skvx::Vec<8\2c\20unsigned\20short>*\2c\20skvx::Vec<8\2c\20unsigned\20short>*\2c\20skvx::Vec<8\2c\20unsigned\20short>*\2c\20skvx::Vec<8\2c\20unsigned\20short>*\2c\20skvx::Vec<8\2c\20unsigned\20short>*\2c\20skvx::Vec<8\2c\20unsigned\20short>*\29 +9354:blur_y_radius_2\28skvx::Vec<8\2c\20unsigned\20short>\20const&\2c\20skvx::Vec<8\2c\20unsigned\20short>\20const&\2c\20skvx::Vec<8\2c\20unsigned\20short>\20const&\2c\20skvx::Vec<8\2c\20unsigned\20short>\20const&\2c\20skvx::Vec<8\2c\20unsigned\20short>\20const&\2c\20skvx::Vec<8\2c\20unsigned\20short>\20const&\2c\20skvx::Vec<8\2c\20unsigned\20short>*\2c\20skvx::Vec<8\2c\20unsigned\20short>*\2c\20skvx::Vec<8\2c\20unsigned\20short>*\2c\20skvx::Vec<8\2c\20unsigned\20short>*\2c\20skvx::Vec<8\2c\20unsigned\20short>*\2c\20skvx::Vec<8\2c\20unsigned\20short>*\2c\20skvx::Vec<8\2c\20unsigned\20short>*\2c\20skvx::Vec<8\2c\20unsigned\20short>*\29 +9355:blur_y_radius_1\28skvx::Vec<8\2c\20unsigned\20short>\20const&\2c\20skvx::Vec<8\2c\20unsigned\20short>\20const&\2c\20skvx::Vec<8\2c\20unsigned\20short>\20const&\2c\20skvx::Vec<8\2c\20unsigned\20short>\20const&\2c\20skvx::Vec<8\2c\20unsigned\20short>\20const&\2c\20skvx::Vec<8\2c\20unsigned\20short>\20const&\2c\20skvx::Vec<8\2c\20unsigned\20short>*\2c\20skvx::Vec<8\2c\20unsigned\20short>*\2c\20skvx::Vec<8\2c\20unsigned\20short>*\2c\20skvx::Vec<8\2c\20unsigned\20short>*\2c\20skvx::Vec<8\2c\20unsigned\20short>*\2c\20skvx::Vec<8\2c\20unsigned\20short>*\2c\20skvx::Vec<8\2c\20unsigned\20short>*\2c\20skvx::Vec<8\2c\20unsigned\20short>*\29 +9356:blur_x_radius_4\28skvx::Vec<8\2c\20unsigned\20short>\20const&\2c\20skvx::Vec<8\2c\20unsigned\20short>\20const&\2c\20skvx::Vec<8\2c\20unsigned\20short>\20const&\2c\20skvx::Vec<8\2c\20unsigned\20short>\20const&\2c\20skvx::Vec<8\2c\20unsigned\20short>\20const&\2c\20skvx::Vec<8\2c\20unsigned\20short>\20const&\2c\20skvx::Vec<8\2c\20unsigned\20short>*\2c\20skvx::Vec<8\2c\20unsigned\20short>*\29 +9357:blur_x_radius_3\28skvx::Vec<8\2c\20unsigned\20short>\20const&\2c\20skvx::Vec<8\2c\20unsigned\20short>\20const&\2c\20skvx::Vec<8\2c\20unsigned\20short>\20const&\2c\20skvx::Vec<8\2c\20unsigned\20short>\20const&\2c\20skvx::Vec<8\2c\20unsigned\20short>\20const&\2c\20skvx::Vec<8\2c\20unsigned\20short>\20const&\2c\20skvx::Vec<8\2c\20unsigned\20short>*\2c\20skvx::Vec<8\2c\20unsigned\20short>*\29 +9358:blur_x_radius_2\28skvx::Vec<8\2c\20unsigned\20short>\20const&\2c\20skvx::Vec<8\2c\20unsigned\20short>\20const&\2c\20skvx::Vec<8\2c\20unsigned\20short>\20const&\2c\20skvx::Vec<8\2c\20unsigned\20short>\20const&\2c\20skvx::Vec<8\2c\20unsigned\20short>\20const&\2c\20skvx::Vec<8\2c\20unsigned\20short>\20const&\2c\20skvx::Vec<8\2c\20unsigned\20short>*\2c\20skvx::Vec<8\2c\20unsigned\20short>*\29 +9359:blur_x_radius_1\28skvx::Vec<8\2c\20unsigned\20short>\20const&\2c\20skvx::Vec<8\2c\20unsigned\20short>\20const&\2c\20skvx::Vec<8\2c\20unsigned\20short>\20const&\2c\20skvx::Vec<8\2c\20unsigned\20short>\20const&\2c\20skvx::Vec<8\2c\20unsigned\20short>\20const&\2c\20skvx::Vec<8\2c\20unsigned\20short>\20const&\2c\20skvx::Vec<8\2c\20unsigned\20short>*\2c\20skvx::Vec<8\2c\20unsigned\20short>*\29 +9360:blit_row_s32a_blend\28unsigned\20int*\2c\20unsigned\20int\20const*\2c\20int\2c\20unsigned\20int\29 +9361:blit_row_s32_opaque\28unsigned\20int*\2c\20unsigned\20int\20const*\2c\20int\2c\20unsigned\20int\29 +9362:blit_row_s32_blend\28unsigned\20int*\2c\20unsigned\20int\20const*\2c\20int\2c\20unsigned\20int\29 +9363:biDiGetMaxValue\28IntProperty\20const&\2c\20UProperty\29 +9364:argb32_to_a8\28unsigned\20char*\2c\20unsigned\20char\20const*\2c\20int\29 +9365:arabic_fallback_shape\28hb_ot_shape_plan_t\20const*\2c\20hb_font_t*\2c\20hb_buffer_t*\29 +9366:alwaysSaveTypefaceBytes\28SkTypeface*\2c\20void*\29 +9367:alloc_sarray +9368:alloc_barray +9369:afm_parser_parse +9370:afm_parser_init +9371:afm_parser_done +9372:afm_compare_kern_pairs +9373:af_property_set +9374:af_property_get +9375:af_latin_metrics_scale +9376:af_latin_metrics_init +9377:af_latin_hints_init +9378:af_latin_hints_apply +9379:af_latin_get_standard_widths +9380:af_indic_metrics_init +9381:af_indic_hints_apply +9382:af_get_interface +9383:af_face_globals_free +9384:af_dummy_hints_init +9385:af_dummy_hints_apply +9386:af_cjk_metrics_init +9387:af_autofitter_load_glyph +9388:af_autofitter_init +9389:access_virt_sarray +9390:access_virt_barray +9391:_hb_ot_font_destroy\28void*\29 +9392:_hb_glyph_info_is_default_ignorable\28hb_glyph_info_t\20const*\29 +9393:_hb_face_for_data_reference_table\28hb_face_t*\2c\20unsigned\20int\2c\20void*\29 +9394:_hb_face_for_data_get_table_tags\28hb_face_t\20const*\2c\20unsigned\20int\2c\20unsigned\20int*\2c\20unsigned\20int*\2c\20void*\29 +9395:_hb_face_for_data_closure_destroy\28void*\29 +9396:_hb_clear_substitution_flags\28hb_ot_shape_plan_t\20const*\2c\20hb_font_t*\2c\20hb_buffer_t*\29 +9397:_emscripten_stack_restore +9398:__wasm_call_ctors +9399:__stdio_write +9400:__stdio_seek +9401:__stdio_read +9402:__stdio_close +9403:__getTypeName +9404:__cxxabiv1::__vmi_class_type_info::search_below_dst\28__cxxabiv1::__dynamic_cast_info*\2c\20void\20const*\2c\20int\2c\20bool\29\20const +9405:__cxxabiv1::__vmi_class_type_info::search_above_dst\28__cxxabiv1::__dynamic_cast_info*\2c\20void\20const*\2c\20void\20const*\2c\20int\2c\20bool\29\20const +9406:__cxxabiv1::__vmi_class_type_info::has_unambiguous_public_base\28__cxxabiv1::__dynamic_cast_info*\2c\20void*\2c\20int\29\20const +9407:__cxxabiv1::__si_class_type_info::search_below_dst\28__cxxabiv1::__dynamic_cast_info*\2c\20void\20const*\2c\20int\2c\20bool\29\20const +9408:__cxxabiv1::__si_class_type_info::search_above_dst\28__cxxabiv1::__dynamic_cast_info*\2c\20void\20const*\2c\20void\20const*\2c\20int\2c\20bool\29\20const +9409:__cxxabiv1::__si_class_type_info::has_unambiguous_public_base\28__cxxabiv1::__dynamic_cast_info*\2c\20void*\2c\20int\29\20const +9410:__cxxabiv1::__class_type_info::search_below_dst\28__cxxabiv1::__dynamic_cast_info*\2c\20void\20const*\2c\20int\2c\20bool\29\20const +9411:__cxxabiv1::__class_type_info::search_above_dst\28__cxxabiv1::__dynamic_cast_info*\2c\20void\20const*\2c\20void\20const*\2c\20int\2c\20bool\29\20const +9412:__cxxabiv1::__class_type_info::has_unambiguous_public_base\28__cxxabiv1::__dynamic_cast_info*\2c\20void*\2c\20int\29\20const +9413:__cxxabiv1::__class_type_info::can_catch\28__cxxabiv1::__shim_type_info\20const*\2c\20void*&\29\20const +9414:__cxx_global_array_dtor_9768 +9415:__cxx_global_array_dtor_8741 +9416:__cxx_global_array_dtor_8350 +9417:__cxx_global_array_dtor_8167 +9418:__cxx_global_array_dtor_4098 +9419:__cxx_global_array_dtor_14969 +9420:__cxx_global_array_dtor_10863 +9421:__cxx_global_array_dtor_10156 +9422:__cxx_global_array_dtor.88 +9423:__cxx_global_array_dtor.73 +9424:__cxx_global_array_dtor.58 +9425:__cxx_global_array_dtor.45 +9426:__cxx_global_array_dtor.43 +9427:__cxx_global_array_dtor.41 +9428:__cxx_global_array_dtor.39 +9429:__cxx_global_array_dtor.37 +9430:__cxx_global_array_dtor.35 +9431:__cxx_global_array_dtor.34 +9432:__cxx_global_array_dtor.32 +9433:__cxx_global_array_dtor.1_14970 +9434:__cxx_global_array_dtor.139 +9435:__cxx_global_array_dtor.136 +9436:__cxx_global_array_dtor.112 +9437:__cxx_global_array_dtor.1 +9438:__cxx_global_array_dtor +9439:\28anonymous\20namespace\29::uprops_cleanup\28\29 +9440:\28anonymous\20namespace\29::ulayout_isAcceptable\28void*\2c\20char\20const*\2c\20char\20const*\2c\20UDataInfo\20const*\29 +9441:\28anonymous\20namespace\29::skhb_nominal_glyphs\28hb_font_t*\2c\20void*\2c\20unsigned\20int\2c\20unsigned\20int\20const*\2c\20unsigned\20int\2c\20unsigned\20int*\2c\20unsigned\20int\2c\20void*\29 +9442:\28anonymous\20namespace\29::skhb_nominal_glyph\28hb_font_t*\2c\20void*\2c\20unsigned\20int\2c\20unsigned\20int*\2c\20void*\29 +9443:\28anonymous\20namespace\29::skhb_glyph_h_advances\28hb_font_t*\2c\20void*\2c\20unsigned\20int\2c\20unsigned\20int\20const*\2c\20unsigned\20int\2c\20int*\2c\20unsigned\20int\2c\20void*\29 +9444:\28anonymous\20namespace\29::skhb_glyph_h_advance\28hb_font_t*\2c\20void*\2c\20unsigned\20int\2c\20void*\29 +9445:\28anonymous\20namespace\29::skhb_glyph_extents\28hb_font_t*\2c\20void*\2c\20unsigned\20int\2c\20hb_glyph_extents_t*\2c\20void*\29 +9446:\28anonymous\20namespace\29::skhb_glyph\28hb_font_t*\2c\20void*\2c\20unsigned\20int\2c\20unsigned\20int\2c\20unsigned\20int*\2c\20void*\29 +9447:\28anonymous\20namespace\29::skhb_get_table\28hb_face_t*\2c\20unsigned\20int\2c\20void*\29::$_0::__invoke\28void*\29 +9448:\28anonymous\20namespace\29::skhb_get_table\28hb_face_t*\2c\20unsigned\20int\2c\20void*\29 +9449:\28anonymous\20namespace\29::make_morphology\28\28anonymous\20namespace\29::MorphType\2c\20SkSize\2c\20sk_sp\2c\20SkImageFilters::CropRect\20const&\29 +9450:\28anonymous\20namespace\29::make_drop_shadow_graph\28SkPoint\2c\20SkSize\2c\20SkRGBA4f<\28SkAlphaType\293>\2c\20sk_sp\2c\20bool\2c\20sk_sp\2c\20std::__2::optional\20const&\29 +9451:\28anonymous\20namespace\29::extension_compare\28SkString\20const&\2c\20SkString\20const&\29 +9452:\28anonymous\20namespace\29::characterproperties_cleanup\28\29 +9453:\28anonymous\20namespace\29::_set_add\28USet*\2c\20int\29 +9454:\28anonymous\20namespace\29::_set_addString\28USet*\2c\20char16_t\20const*\2c\20int\29 +9455:\28anonymous\20namespace\29::_set_addRange\28USet*\2c\20int\2c\20int\29 +9456:\28anonymous\20namespace\29::YUVPlanesRec::~YUVPlanesRec\28\29_4698 +9457:\28anonymous\20namespace\29::YUVPlanesRec::getCategory\28\29\20const +9458:\28anonymous\20namespace\29::YUVPlanesRec::diagnostic_only_getDiscardable\28\29\20const +9459:\28anonymous\20namespace\29::YUVPlanesRec::bytesUsed\28\29\20const +9460:\28anonymous\20namespace\29::YUVPlanesRec::Visitor\28SkResourceCache::Rec\20const&\2c\20void*\29 +9461:\28anonymous\20namespace\29::UniqueKeyInvalidator::~UniqueKeyInvalidator\28\29_11895 +9462:\28anonymous\20namespace\29::UniqueKeyInvalidator::~UniqueKeyInvalidator\28\29 +9463:\28anonymous\20namespace\29::TriangulatingPathOp::~TriangulatingPathOp\28\29_11879 +9464:\28anonymous\20namespace\29::TriangulatingPathOp::visitProxies\28std::__2::function\20const&\29\20const +9465:\28anonymous\20namespace\29::TriangulatingPathOp::programInfo\28\29 +9466:\28anonymous\20namespace\29::TriangulatingPathOp::onPrepareDraws\28GrMeshDrawTarget*\29 +9467:\28anonymous\20namespace\29::TriangulatingPathOp::onPrePrepareDraws\28GrRecordingContext*\2c\20GrSurfaceProxyView\20const&\2c\20GrAppliedClip*\2c\20GrDstProxyView\20const&\2c\20GrXferBarrierFlags\2c\20GrLoadOp\29 +9468:\28anonymous\20namespace\29::TriangulatingPathOp::onExecute\28GrOpFlushState*\2c\20SkRect\20const&\29 +9469:\28anonymous\20namespace\29::TriangulatingPathOp::onCreateProgramInfo\28GrCaps\20const*\2c\20SkArenaAlloc*\2c\20GrSurfaceProxyView\20const&\2c\20bool\2c\20GrAppliedClip&&\2c\20GrDstProxyView\20const&\2c\20GrXferBarrierFlags\2c\20GrLoadOp\29 +9470:\28anonymous\20namespace\29::TriangulatingPathOp::name\28\29\20const +9471:\28anonymous\20namespace\29::TriangulatingPathOp::finalize\28GrCaps\20const&\2c\20GrAppliedClip\20const*\2c\20GrClampType\29 +9472:\28anonymous\20namespace\29::TransformedMaskSubRun::unflattenSize\28\29\20const +9473:\28anonymous\20namespace\29::TransformedMaskSubRun::regenerateAtlas\28int\2c\20int\2c\20std::__2::function\20\28sktext::gpu::GlyphVector*\2c\20int\2c\20int\2c\20skgpu::MaskFormat\2c\20int\29>\29\20const +9474:\28anonymous\20namespace\29::TransformedMaskSubRun::doFlatten\28SkWriteBuffer&\29\20const +9475:\28anonymous\20namespace\29::TransformedMaskSubRun::canReuse\28SkPaint\20const&\2c\20SkMatrix\20const&\29\20const +9476:\28anonymous\20namespace\29::ThreeBoxApproxPass::startBlur\28\29 +9477:\28anonymous\20namespace\29::ThreeBoxApproxPass::blurSegment\28int\2c\20void\20const*\2c\20int\2c\20void*\2c\20int\29 +9478:\28anonymous\20namespace\29::ThreeBoxApproxPass::MakeMaker\28float\2c\20SkArenaAlloc*\29::Maker::makePass\28void*\2c\20SkArenaAlloc*\29\20const +9479:\28anonymous\20namespace\29::ThreeBoxApproxPass::MakeMaker\28float\2c\20SkArenaAlloc*\29::Maker::bufferSizeBytes\28\29\20const +9480:\28anonymous\20namespace\29::TextureOpImpl::~TextureOpImpl\28\29_11855 +9481:\28anonymous\20namespace\29::TextureOpImpl::~TextureOpImpl\28\29 +9482:\28anonymous\20namespace\29::TextureOpImpl::visitProxies\28std::__2::function\20const&\29\20const +9483:\28anonymous\20namespace\29::TextureOpImpl::programInfo\28\29 +9484:\28anonymous\20namespace\29::TextureOpImpl::onPrepareDraws\28GrMeshDrawTarget*\29 +9485:\28anonymous\20namespace\29::TextureOpImpl::onPrePrepareDraws\28GrRecordingContext*\2c\20GrSurfaceProxyView\20const&\2c\20GrAppliedClip*\2c\20GrDstProxyView\20const&\2c\20GrXferBarrierFlags\2c\20GrLoadOp\29 +9486:\28anonymous\20namespace\29::TextureOpImpl::onExecute\28GrOpFlushState*\2c\20SkRect\20const&\29 +9487:\28anonymous\20namespace\29::TextureOpImpl::onCreateProgramInfo\28GrCaps\20const*\2c\20SkArenaAlloc*\2c\20GrSurfaceProxyView\20const&\2c\20bool\2c\20GrAppliedClip&&\2c\20GrDstProxyView\20const&\2c\20GrXferBarrierFlags\2c\20GrLoadOp\29 +9488:\28anonymous\20namespace\29::TextureOpImpl::onCombineIfPossible\28GrOp*\2c\20SkArenaAlloc*\2c\20GrCaps\20const&\29 +9489:\28anonymous\20namespace\29::TextureOpImpl::name\28\29\20const +9490:\28anonymous\20namespace\29::TextureOpImpl::fixedFunctionFlags\28\29\20const +9491:\28anonymous\20namespace\29::TextureOpImpl::finalize\28GrCaps\20const&\2c\20GrAppliedClip\20const*\2c\20GrClampType\29 +9492:\28anonymous\20namespace\29::TentPass::startBlur\28\29 +9493:\28anonymous\20namespace\29::TentPass::blurSegment\28int\2c\20void\20const*\2c\20int\2c\20void*\2c\20int\29 +9494:\28anonymous\20namespace\29::TentPass::MakeMaker\28float\2c\20SkArenaAlloc*\29::Maker::makePass\28void*\2c\20SkArenaAlloc*\29\20const +9495:\28anonymous\20namespace\29::TentPass::MakeMaker\28float\2c\20SkArenaAlloc*\29::Maker::bufferSizeBytes\28\29\20const +9496:\28anonymous\20namespace\29::StaticVertexAllocator::~StaticVertexAllocator\28\29_11900 +9497:\28anonymous\20namespace\29::StaticVertexAllocator::~StaticVertexAllocator\28\29 +9498:\28anonymous\20namespace\29::StaticVertexAllocator::unlock\28int\29 +9499:\28anonymous\20namespace\29::StaticVertexAllocator::lock\28unsigned\20long\2c\20int\29 +9500:\28anonymous\20namespace\29::SkUnicodeHbScriptRunIterator::currentScript\28\29\20const +9501:\28anonymous\20namespace\29::SkUnicodeHbScriptRunIterator::consume\28\29 +9502:\28anonymous\20namespace\29::SkUbrkGetLocaleByType::getLocaleByType\28UBreakIterator\20const*\2c\20ULocDataLocaleType\2c\20UErrorCode*\29 +9503:\28anonymous\20namespace\29::SkUbrkClone::clone\28UBreakIterator\20const*\2c\20UErrorCode*\29 +9504:\28anonymous\20namespace\29::SkShaderImageFilter::onGetOutputLayerBounds\28skif::Mapping\20const&\2c\20std::__2::optional>\29\20const +9505:\28anonymous\20namespace\29::SkShaderImageFilter::onFilterImage\28skif::Context\20const&\29\20const +9506:\28anonymous\20namespace\29::SkShaderImageFilter::getTypeName\28\29\20const +9507:\28anonymous\20namespace\29::SkShaderImageFilter::flatten\28SkWriteBuffer&\29\20const +9508:\28anonymous\20namespace\29::SkShaderImageFilter::computeFastBounds\28SkRect\20const&\29\20const +9509:\28anonymous\20namespace\29::SkMorphologyImageFilter::onGetOutputLayerBounds\28skif::Mapping\20const&\2c\20std::__2::optional>\29\20const +9510:\28anonymous\20namespace\29::SkMorphologyImageFilter::onGetInputLayerBounds\28skif::Mapping\20const&\2c\20skif::LayerSpace\20const&\2c\20std::__2::optional>\29\20const +9511:\28anonymous\20namespace\29::SkMorphologyImageFilter::onFilterImage\28skif::Context\20const&\29\20const +9512:\28anonymous\20namespace\29::SkMorphologyImageFilter::getTypeName\28\29\20const +9513:\28anonymous\20namespace\29::SkMorphologyImageFilter::flatten\28SkWriteBuffer&\29\20const +9514:\28anonymous\20namespace\29::SkMorphologyImageFilter::computeFastBounds\28SkRect\20const&\29\20const +9515:\28anonymous\20namespace\29::SkMergeImageFilter::onGetOutputLayerBounds\28skif::Mapping\20const&\2c\20std::__2::optional>\29\20const +9516:\28anonymous\20namespace\29::SkMergeImageFilter::onGetInputLayerBounds\28skif::Mapping\20const&\2c\20skif::LayerSpace\20const&\2c\20std::__2::optional>\29\20const +9517:\28anonymous\20namespace\29::SkMergeImageFilter::onFilterImage\28skif::Context\20const&\29\20const +9518:\28anonymous\20namespace\29::SkMergeImageFilter::getTypeName\28\29\20const +9519:\28anonymous\20namespace\29::SkMergeImageFilter::computeFastBounds\28SkRect\20const&\29\20const +9520:\28anonymous\20namespace\29::SkMatrixTransformImageFilter::onGetOutputLayerBounds\28skif::Mapping\20const&\2c\20std::__2::optional>\29\20const +9521:\28anonymous\20namespace\29::SkMatrixTransformImageFilter::onGetInputLayerBounds\28skif::Mapping\20const&\2c\20skif::LayerSpace\20const&\2c\20std::__2::optional>\29\20const +9522:\28anonymous\20namespace\29::SkMatrixTransformImageFilter::onFilterImage\28skif::Context\20const&\29\20const +9523:\28anonymous\20namespace\29::SkMatrixTransformImageFilter::getTypeName\28\29\20const +9524:\28anonymous\20namespace\29::SkMatrixTransformImageFilter::flatten\28SkWriteBuffer&\29\20const +9525:\28anonymous\20namespace\29::SkMatrixTransformImageFilter::computeFastBounds\28SkRect\20const&\29\20const +9526:\28anonymous\20namespace\29::SkImageImageFilter::onGetOutputLayerBounds\28skif::Mapping\20const&\2c\20std::__2::optional>\29\20const +9527:\28anonymous\20namespace\29::SkImageImageFilter::onFilterImage\28skif::Context\20const&\29\20const +9528:\28anonymous\20namespace\29::SkImageImageFilter::getTypeName\28\29\20const +9529:\28anonymous\20namespace\29::SkImageImageFilter::flatten\28SkWriteBuffer&\29\20const +9530:\28anonymous\20namespace\29::SkImageImageFilter::computeFastBounds\28SkRect\20const&\29\20const +9531:\28anonymous\20namespace\29::SkFTGeometrySink::Quad\28FT_Vector_\20const*\2c\20FT_Vector_\20const*\2c\20void*\29 +9532:\28anonymous\20namespace\29::SkFTGeometrySink::Move\28FT_Vector_\20const*\2c\20void*\29 +9533:\28anonymous\20namespace\29::SkFTGeometrySink::Line\28FT_Vector_\20const*\2c\20void*\29 +9534:\28anonymous\20namespace\29::SkFTGeometrySink::Cubic\28FT_Vector_\20const*\2c\20FT_Vector_\20const*\2c\20FT_Vector_\20const*\2c\20void*\29 +9535:\28anonymous\20namespace\29::SkEmptyTypeface::onGetFontDescriptor\28SkFontDescriptor*\2c\20bool*\29\20const +9536:\28anonymous\20namespace\29::SkEmptyTypeface::onGetFamilyName\28SkString*\29\20const +9537:\28anonymous\20namespace\29::SkEmptyTypeface::onCreateScalerContext\28SkScalerContextEffects\20const&\2c\20SkDescriptor\20const*\29\20const +9538:\28anonymous\20namespace\29::SkEmptyTypeface::onCreateFamilyNameIterator\28\29\20const +9539:\28anonymous\20namespace\29::SkEmptyTypeface::onCharsToGlyphs\28SkSpan\2c\20SkSpan\29\20const +9540:\28anonymous\20namespace\29::SkEmptyTypeface::MakeFromStream\28std::__2::unique_ptr>\2c\20SkFontArguments\20const&\29 +9541:\28anonymous\20namespace\29::SkDisplacementMapImageFilter::onGetOutputLayerBounds\28skif::Mapping\20const&\2c\20std::__2::optional>\29\20const +9542:\28anonymous\20namespace\29::SkDisplacementMapImageFilter::onGetInputLayerBounds\28skif::Mapping\20const&\2c\20skif::LayerSpace\20const&\2c\20std::__2::optional>\29\20const +9543:\28anonymous\20namespace\29::SkDisplacementMapImageFilter::onFilterImage\28skif::Context\20const&\29\20const +9544:\28anonymous\20namespace\29::SkDisplacementMapImageFilter::getTypeName\28\29\20const +9545:\28anonymous\20namespace\29::SkDisplacementMapImageFilter::flatten\28SkWriteBuffer&\29\20const +9546:\28anonymous\20namespace\29::SkDisplacementMapImageFilter::computeFastBounds\28SkRect\20const&\29\20const +9547:\28anonymous\20namespace\29::SkCropImageFilter::onGetOutputLayerBounds\28skif::Mapping\20const&\2c\20std::__2::optional>\29\20const +9548:\28anonymous\20namespace\29::SkCropImageFilter::onGetInputLayerBounds\28skif::Mapping\20const&\2c\20skif::LayerSpace\20const&\2c\20std::__2::optional>\29\20const +9549:\28anonymous\20namespace\29::SkCropImageFilter::onFilterImage\28skif::Context\20const&\29\20const +9550:\28anonymous\20namespace\29::SkCropImageFilter::onAffectsTransparentBlack\28\29\20const +9551:\28anonymous\20namespace\29::SkCropImageFilter::getTypeName\28\29\20const +9552:\28anonymous\20namespace\29::SkCropImageFilter::flatten\28SkWriteBuffer&\29\20const +9553:\28anonymous\20namespace\29::SkCropImageFilter::computeFastBounds\28SkRect\20const&\29\20const +9554:\28anonymous\20namespace\29::SkComposeImageFilter::onGetOutputLayerBounds\28skif::Mapping\20const&\2c\20std::__2::optional>\29\20const +9555:\28anonymous\20namespace\29::SkComposeImageFilter::onGetInputLayerBounds\28skif::Mapping\20const&\2c\20skif::LayerSpace\20const&\2c\20std::__2::optional>\29\20const +9556:\28anonymous\20namespace\29::SkComposeImageFilter::onFilterImage\28skif::Context\20const&\29\20const +9557:\28anonymous\20namespace\29::SkComposeImageFilter::getTypeName\28\29\20const +9558:\28anonymous\20namespace\29::SkComposeImageFilter::computeFastBounds\28SkRect\20const&\29\20const +9559:\28anonymous\20namespace\29::SkColorFilterImageFilter::onIsColorFilterNode\28SkColorFilter**\29\20const +9560:\28anonymous\20namespace\29::SkColorFilterImageFilter::onGetOutputLayerBounds\28skif::Mapping\20const&\2c\20std::__2::optional>\29\20const +9561:\28anonymous\20namespace\29::SkColorFilterImageFilter::onGetInputLayerBounds\28skif::Mapping\20const&\2c\20skif::LayerSpace\20const&\2c\20std::__2::optional>\29\20const +9562:\28anonymous\20namespace\29::SkColorFilterImageFilter::onFilterImage\28skif::Context\20const&\29\20const +9563:\28anonymous\20namespace\29::SkColorFilterImageFilter::onAffectsTransparentBlack\28\29\20const +9564:\28anonymous\20namespace\29::SkColorFilterImageFilter::getTypeName\28\29\20const +9565:\28anonymous\20namespace\29::SkColorFilterImageFilter::flatten\28SkWriteBuffer&\29\20const +9566:\28anonymous\20namespace\29::SkColorFilterImageFilter::computeFastBounds\28SkRect\20const&\29\20const +9567:\28anonymous\20namespace\29::SkBlurImageFilter::onGetOutputLayerBounds\28skif::Mapping\20const&\2c\20std::__2::optional>\29\20const +9568:\28anonymous\20namespace\29::SkBlurImageFilter::onGetInputLayerBounds\28skif::Mapping\20const&\2c\20skif::LayerSpace\20const&\2c\20std::__2::optional>\29\20const +9569:\28anonymous\20namespace\29::SkBlurImageFilter::onFilterImage\28skif::Context\20const&\29\20const +9570:\28anonymous\20namespace\29::SkBlurImageFilter::getTypeName\28\29\20const +9571:\28anonymous\20namespace\29::SkBlurImageFilter::flatten\28SkWriteBuffer&\29\20const +9572:\28anonymous\20namespace\29::SkBlurImageFilter::computeFastBounds\28SkRect\20const&\29\20const +9573:\28anonymous\20namespace\29::SkBlendImageFilter::~SkBlendImageFilter\28\29_5403 +9574:\28anonymous\20namespace\29::SkBlendImageFilter::~SkBlendImageFilter\28\29 +9575:\28anonymous\20namespace\29::SkBlendImageFilter::onGetOutputLayerBounds\28skif::Mapping\20const&\2c\20std::__2::optional>\29\20const +9576:\28anonymous\20namespace\29::SkBlendImageFilter::onGetInputLayerBounds\28skif::Mapping\20const&\2c\20skif::LayerSpace\20const&\2c\20std::__2::optional>\29\20const +9577:\28anonymous\20namespace\29::SkBlendImageFilter::onFilterImage\28skif::Context\20const&\29\20const +9578:\28anonymous\20namespace\29::SkBlendImageFilter::onAffectsTransparentBlack\28\29\20const +9579:\28anonymous\20namespace\29::SkBlendImageFilter::getTypeName\28\29\20const +9580:\28anonymous\20namespace\29::SkBlendImageFilter::flatten\28SkWriteBuffer&\29\20const +9581:\28anonymous\20namespace\29::SkBlendImageFilter::computeFastBounds\28SkRect\20const&\29\20const +9582:\28anonymous\20namespace\29::SkBidiIterator_icu::~SkBidiIterator_icu\28\29_8163 +9583:\28anonymous\20namespace\29::SkBidiIterator_icu::~SkBidiIterator_icu\28\29 +9584:\28anonymous\20namespace\29::SkBidiIterator_icu::getLevelAt\28int\29 +9585:\28anonymous\20namespace\29::SkBidiIterator_icu::getLength\28\29 +9586:\28anonymous\20namespace\29::SimpleTriangleShader::name\28\29\20const +9587:\28anonymous\20namespace\29::SimpleTriangleShader::makeProgramImpl\28GrShaderCaps\20const&\29\20const::Impl::emitVertexCode\28GrShaderCaps\20const&\2c\20GrPathTessellationShader\20const&\2c\20GrGLSLVertexBuilder*\2c\20GrGLSLVaryingHandler*\2c\20GrGeometryProcessor::ProgramImpl::GrGPArgs*\29 +9588:\28anonymous\20namespace\29::SimpleTriangleShader::makeProgramImpl\28GrShaderCaps\20const&\29\20const +9589:\28anonymous\20namespace\29::ShaperHarfBuzz::~ShaperHarfBuzz\28\29_14999 +9590:\28anonymous\20namespace\29::ShaperHarfBuzz::shape\28char\20const*\2c\20unsigned\20long\2c\20SkShaper::FontRunIterator&\2c\20SkShaper::BiDiRunIterator&\2c\20SkShaper::ScriptRunIterator&\2c\20SkShaper::LanguageRunIterator&\2c\20float\2c\20SkShaper::RunHandler*\29\20const +9591:\28anonymous\20namespace\29::ShaperHarfBuzz::shape\28char\20const*\2c\20unsigned\20long\2c\20SkShaper::FontRunIterator&\2c\20SkShaper::BiDiRunIterator&\2c\20SkShaper::ScriptRunIterator&\2c\20SkShaper::LanguageRunIterator&\2c\20SkShaper::Feature\20const*\2c\20unsigned\20long\2c\20float\2c\20SkShaper::RunHandler*\29\20const +9592:\28anonymous\20namespace\29::ShaperHarfBuzz::shape\28char\20const*\2c\20unsigned\20long\2c\20SkFont\20const&\2c\20bool\2c\20float\2c\20SkShaper::RunHandler*\29\20const +9593:\28anonymous\20namespace\29::ShapeDontWrapOrReorder::~ShapeDontWrapOrReorder\28\29 +9594:\28anonymous\20namespace\29::ShapeDontWrapOrReorder::wrap\28char\20const*\2c\20unsigned\20long\2c\20SkShaper::BiDiRunIterator\20const&\2c\20SkShaper::LanguageRunIterator\20const&\2c\20SkShaper::ScriptRunIterator\20const&\2c\20SkShaper::FontRunIterator\20const&\2c\20\28anonymous\20namespace\29::RunIteratorQueue&\2c\20SkShaper::Feature\20const*\2c\20unsigned\20long\2c\20float\2c\20SkShaper::RunHandler*\29\20const +9595:\28anonymous\20namespace\29::ShadowInvalidator::~ShadowInvalidator\28\29_5189 +9596:\28anonymous\20namespace\29::ShadowInvalidator::~ShadowInvalidator\28\29 +9597:\28anonymous\20namespace\29::ShadowInvalidator::changed\28\29 +9598:\28anonymous\20namespace\29::ShadowCircularRRectOp::~ShadowCircularRRectOp\28\29_11718 +9599:\28anonymous\20namespace\29::ShadowCircularRRectOp::~ShadowCircularRRectOp\28\29 +9600:\28anonymous\20namespace\29::ShadowCircularRRectOp::visitProxies\28std::__2::function\20const&\29\20const +9601:\28anonymous\20namespace\29::ShadowCircularRRectOp::programInfo\28\29 +9602:\28anonymous\20namespace\29::ShadowCircularRRectOp::onPrepareDraws\28GrMeshDrawTarget*\29 +9603:\28anonymous\20namespace\29::ShadowCircularRRectOp::onExecute\28GrOpFlushState*\2c\20SkRect\20const&\29 +9604:\28anonymous\20namespace\29::ShadowCircularRRectOp::onCreateProgramInfo\28GrCaps\20const*\2c\20SkArenaAlloc*\2c\20GrSurfaceProxyView\20const&\2c\20bool\2c\20GrAppliedClip&&\2c\20GrDstProxyView\20const&\2c\20GrXferBarrierFlags\2c\20GrLoadOp\29 +9605:\28anonymous\20namespace\29::ShadowCircularRRectOp::onCombineIfPossible\28GrOp*\2c\20SkArenaAlloc*\2c\20GrCaps\20const&\29 +9606:\28anonymous\20namespace\29::ShadowCircularRRectOp::name\28\29\20const +9607:\28anonymous\20namespace\29::ShadowCircularRRectOp::finalize\28GrCaps\20const&\2c\20GrAppliedClip\20const*\2c\20GrClampType\29 +9608:\28anonymous\20namespace\29::SDFTSubRun::unflattenSize\28\29\20const +9609:\28anonymous\20namespace\29::SDFTSubRun::regenerateAtlas\28int\2c\20int\2c\20std::__2::function\20\28sktext::gpu::GlyphVector*\2c\20int\2c\20int\2c\20skgpu::MaskFormat\2c\20int\29>\29\20const +9610:\28anonymous\20namespace\29::SDFTSubRun::glyphParams\28\29\20const +9611:\28anonymous\20namespace\29::SDFTSubRun::draw\28SkCanvas*\2c\20SkPoint\2c\20SkPaint\20const&\2c\20sk_sp\2c\20std::__2::function\2c\20sktext::gpu::RendererData\29>\20const&\29\20const +9612:\28anonymous\20namespace\29::SDFTSubRun::doFlatten\28SkWriteBuffer&\29\20const +9613:\28anonymous\20namespace\29::SDFTSubRun::canReuse\28SkPaint\20const&\2c\20SkMatrix\20const&\29\20const +9614:\28anonymous\20namespace\29::RectsBlurRec::~RectsBlurRec\28\29_2492 +9615:\28anonymous\20namespace\29::RectsBlurRec::~RectsBlurRec\28\29 +9616:\28anonymous\20namespace\29::RectsBlurRec::getCategory\28\29\20const +9617:\28anonymous\20namespace\29::RectsBlurRec::diagnostic_only_getDiscardable\28\29\20const +9618:\28anonymous\20namespace\29::RectsBlurRec::bytesUsed\28\29\20const +9619:\28anonymous\20namespace\29::RectsBlurRec::Visitor\28SkResourceCache::Rec\20const&\2c\20void*\29 +9620:\28anonymous\20namespace\29::RasterShaderBlurAlgorithm::makeDevice\28SkImageInfo\20const&\29\20const +9621:\28anonymous\20namespace\29::RasterBlurEngine::findAlgorithm\28SkSize\2c\20SkColorType\29\20const +9622:\28anonymous\20namespace\29::RasterA8BlurAlgorithm::blur\28SkSize\2c\20sk_sp\2c\20SkIRect\20const&\2c\20SkTileMode\2c\20SkIRect\20const&\29\20const +9623:\28anonymous\20namespace\29::Raster8888BlurAlgorithm::blur\28SkSize\2c\20sk_sp\2c\20SkIRect\20const&\2c\20SkTileMode\2c\20SkIRect\20const&\29\20const +9624:\28anonymous\20namespace\29::RRectBlurRec::~RRectBlurRec\28\29_2486 +9625:\28anonymous\20namespace\29::RRectBlurRec::~RRectBlurRec\28\29 +9626:\28anonymous\20namespace\29::RRectBlurRec::getCategory\28\29\20const +9627:\28anonymous\20namespace\29::RRectBlurRec::diagnostic_only_getDiscardable\28\29\20const +9628:\28anonymous\20namespace\29::RRectBlurRec::bytesUsed\28\29\20const +9629:\28anonymous\20namespace\29::RRectBlurRec::Visitor\28SkResourceCache::Rec\20const&\2c\20void*\29 +9630:\28anonymous\20namespace\29::PathSubRun::~PathSubRun\28\29_12758 +9631:\28anonymous\20namespace\29::PathSubRun::~PathSubRun\28\29 +9632:\28anonymous\20namespace\29::PathSubRun::unflattenSize\28\29\20const +9633:\28anonymous\20namespace\29::PathSubRun::draw\28SkCanvas*\2c\20SkPoint\2c\20SkPaint\20const&\2c\20sk_sp\2c\20std::__2::function\2c\20sktext::gpu::RendererData\29>\20const&\29\20const +9634:\28anonymous\20namespace\29::PathSubRun::doFlatten\28SkWriteBuffer&\29\20const +9635:\28anonymous\20namespace\29::MipMapRec::~MipMapRec\28\29_1332 +9636:\28anonymous\20namespace\29::MipMapRec::~MipMapRec\28\29 +9637:\28anonymous\20namespace\29::MipMapRec::getCategory\28\29\20const +9638:\28anonymous\20namespace\29::MipMapRec::diagnostic_only_getDiscardable\28\29\20const +9639:\28anonymous\20namespace\29::MipMapRec::bytesUsed\28\29\20const +9640:\28anonymous\20namespace\29::MipMapRec::Finder\28SkResourceCache::Rec\20const&\2c\20void*\29 +9641:\28anonymous\20namespace\29::MiddleOutShader::~MiddleOutShader\28\29_11941 +9642:\28anonymous\20namespace\29::MiddleOutShader::~MiddleOutShader\28\29 +9643:\28anonymous\20namespace\29::MiddleOutShader::name\28\29\20const +9644:\28anonymous\20namespace\29::MiddleOutShader::makeProgramImpl\28GrShaderCaps\20const&\29\20const::Impl::emitVertexCode\28GrShaderCaps\20const&\2c\20GrPathTessellationShader\20const&\2c\20GrGLSLVertexBuilder*\2c\20GrGLSLVaryingHandler*\2c\20GrGeometryProcessor::ProgramImpl::GrGPArgs*\29 +9645:\28anonymous\20namespace\29::MiddleOutShader::makeProgramImpl\28GrShaderCaps\20const&\29\20const +9646:\28anonymous\20namespace\29::MiddleOutShader::addToKey\28GrShaderCaps\20const&\2c\20skgpu::KeyBuilder*\29\20const +9647:\28anonymous\20namespace\29::MeshOp::~MeshOp\28\29_11241 +9648:\28anonymous\20namespace\29::MeshOp::visitProxies\28std::__2::function\20const&\29\20const +9649:\28anonymous\20namespace\29::MeshOp::programInfo\28\29 +9650:\28anonymous\20namespace\29::MeshOp::onPrepareDraws\28GrMeshDrawTarget*\29 +9651:\28anonymous\20namespace\29::MeshOp::onExecute\28GrOpFlushState*\2c\20SkRect\20const&\29 +9652:\28anonymous\20namespace\29::MeshOp::onCreateProgramInfo\28GrCaps\20const*\2c\20SkArenaAlloc*\2c\20GrSurfaceProxyView\20const&\2c\20bool\2c\20GrAppliedClip&&\2c\20GrDstProxyView\20const&\2c\20GrXferBarrierFlags\2c\20GrLoadOp\29 +9653:\28anonymous\20namespace\29::MeshOp::onCombineIfPossible\28GrOp*\2c\20SkArenaAlloc*\2c\20GrCaps\20const&\29 +9654:\28anonymous\20namespace\29::MeshOp::name\28\29\20const +9655:\28anonymous\20namespace\29::MeshOp::finalize\28GrCaps\20const&\2c\20GrAppliedClip\20const*\2c\20GrClampType\29 +9656:\28anonymous\20namespace\29::MeshGP::~MeshGP\28\29_11268 +9657:\28anonymous\20namespace\29::MeshGP::onTextureSampler\28int\29\20const +9658:\28anonymous\20namespace\29::MeshGP::name\28\29\20const +9659:\28anonymous\20namespace\29::MeshGP::makeProgramImpl\28GrShaderCaps\20const&\29\20const +9660:\28anonymous\20namespace\29::MeshGP::addToKey\28GrShaderCaps\20const&\2c\20skgpu::KeyBuilder*\29\20const +9661:\28anonymous\20namespace\29::MeshGP::Impl::~Impl\28\29_11281 +9662:\28anonymous\20namespace\29::MeshGP::Impl::setData\28GrGLSLProgramDataManager\20const&\2c\20GrShaderCaps\20const&\2c\20GrGeometryProcessor\20const&\29 +9663:\28anonymous\20namespace\29::MeshGP::Impl::onEmitCode\28GrGeometryProcessor::ProgramImpl::EmitArgs&\2c\20GrGeometryProcessor::ProgramImpl::GrGPArgs*\29 +9664:\28anonymous\20namespace\29::MeshGP::Impl::MeshCallbacks::toLinearSrgb\28std::__2::basic_string\2c\20std::__2::allocator>\29 +9665:\28anonymous\20namespace\29::MeshGP::Impl::MeshCallbacks::sampleShader\28int\2c\20std::__2::basic_string\2c\20std::__2::allocator>\29 +9666:\28anonymous\20namespace\29::MeshGP::Impl::MeshCallbacks::sampleColorFilter\28int\2c\20std::__2::basic_string\2c\20std::__2::allocator>\29 +9667:\28anonymous\20namespace\29::MeshGP::Impl::MeshCallbacks::sampleBlender\28int\2c\20std::__2::basic_string\2c\20std::__2::allocator>\2c\20std::__2::basic_string\2c\20std::__2::allocator>\29 +9668:\28anonymous\20namespace\29::MeshGP::Impl::MeshCallbacks::getMangledName\28char\20const*\29 +9669:\28anonymous\20namespace\29::MeshGP::Impl::MeshCallbacks::getMainName\28\29 +9670:\28anonymous\20namespace\29::MeshGP::Impl::MeshCallbacks::fromLinearSrgb\28std::__2::basic_string\2c\20std::__2::allocator>\29 +9671:\28anonymous\20namespace\29::MeshGP::Impl::MeshCallbacks::defineFunction\28char\20const*\2c\20char\20const*\2c\20bool\29 +9672:\28anonymous\20namespace\29::MeshGP::Impl::MeshCallbacks::declareUniform\28SkSL::VarDeclaration\20const*\29 +9673:\28anonymous\20namespace\29::MeshGP::Impl::MeshCallbacks::declareFunction\28char\20const*\29 +9674:\28anonymous\20namespace\29::ImageFromPictureRec::~ImageFromPictureRec\28\29_4973 +9675:\28anonymous\20namespace\29::ImageFromPictureRec::~ImageFromPictureRec\28\29 +9676:\28anonymous\20namespace\29::ImageFromPictureRec::getCategory\28\29\20const +9677:\28anonymous\20namespace\29::ImageFromPictureRec::bytesUsed\28\29\20const +9678:\28anonymous\20namespace\29::ImageFromPictureRec::Visitor\28SkResourceCache::Rec\20const&\2c\20void*\29 +9679:\28anonymous\20namespace\29::HQDownSampler::buildLevel\28SkPixmap\20const&\2c\20SkPixmap\20const&\29 +9680:\28anonymous\20namespace\29::GaussianPass::startBlur\28\29 +9681:\28anonymous\20namespace\29::GaussianPass::blurSegment\28int\2c\20void\20const*\2c\20int\2c\20void*\2c\20int\29 +9682:\28anonymous\20namespace\29::GaussianPass::MakeMaker\28float\2c\20SkArenaAlloc*\29::Maker::makePass\28void*\2c\20SkArenaAlloc*\29\20const +9683:\28anonymous\20namespace\29::GaussianPass::MakeMaker\28float\2c\20SkArenaAlloc*\29::Maker::bufferSizeBytes\28\29\20const +9684:\28anonymous\20namespace\29::GaussianPass::startBlur\28\29 +9685:\28anonymous\20namespace\29::GaussianPass::blurSegment\28int\2c\20void\20const*\2c\20int\2c\20void*\2c\20int\29 +9686:\28anonymous\20namespace\29::GaussianPass::MakeMaker\28float\2c\20SkArenaAlloc*\29::Maker::makePass\28void*\2c\20SkArenaAlloc*\29\20const +9687:\28anonymous\20namespace\29::GaussianPass::MakeMaker\28float\2c\20SkArenaAlloc*\29::Maker::bufferSizeBytes\28\29\20const +9688:\28anonymous\20namespace\29::FillRectOpImpl::~FillRectOpImpl\28\29_11358 +9689:\28anonymous\20namespace\29::FillRectOpImpl::~FillRectOpImpl\28\29 +9690:\28anonymous\20namespace\29::FillRectOpImpl::visitProxies\28std::__2::function\20const&\29\20const +9691:\28anonymous\20namespace\29::FillRectOpImpl::programInfo\28\29 +9692:\28anonymous\20namespace\29::FillRectOpImpl::onPrepareDraws\28GrMeshDrawTarget*\29 +9693:\28anonymous\20namespace\29::FillRectOpImpl::onPrePrepareDraws\28GrRecordingContext*\2c\20GrSurfaceProxyView\20const&\2c\20GrAppliedClip*\2c\20GrDstProxyView\20const&\2c\20GrXferBarrierFlags\2c\20GrLoadOp\29 +9694:\28anonymous\20namespace\29::FillRectOpImpl::onExecute\28GrOpFlushState*\2c\20SkRect\20const&\29 +9695:\28anonymous\20namespace\29::FillRectOpImpl::onCreateProgramInfo\28GrCaps\20const*\2c\20SkArenaAlloc*\2c\20GrSurfaceProxyView\20const&\2c\20bool\2c\20GrAppliedClip&&\2c\20GrDstProxyView\20const&\2c\20GrXferBarrierFlags\2c\20GrLoadOp\29 +9696:\28anonymous\20namespace\29::FillRectOpImpl::onCombineIfPossible\28GrOp*\2c\20SkArenaAlloc*\2c\20GrCaps\20const&\29 +9697:\28anonymous\20namespace\29::FillRectOpImpl::name\28\29\20const +9698:\28anonymous\20namespace\29::FillRectOpImpl::finalize\28GrCaps\20const&\2c\20GrAppliedClip\20const*\2c\20GrClampType\29 +9699:\28anonymous\20namespace\29::EllipticalRRectEffect::onMakeProgramImpl\28\29\20const +9700:\28anonymous\20namespace\29::EllipticalRRectEffect::onAddToKey\28GrShaderCaps\20const&\2c\20skgpu::KeyBuilder*\29\20const +9701:\28anonymous\20namespace\29::EllipticalRRectEffect::name\28\29\20const +9702:\28anonymous\20namespace\29::EllipticalRRectEffect::clone\28\29\20const +9703:\28anonymous\20namespace\29::EllipticalRRectEffect::Impl::onSetData\28GrGLSLProgramDataManager\20const&\2c\20GrFragmentProcessor\20const&\29 +9704:\28anonymous\20namespace\29::EllipticalRRectEffect::Impl::emitCode\28GrFragmentProcessor::ProgramImpl::EmitArgs&\29 +9705:\28anonymous\20namespace\29::DrawableSubRun::~DrawableSubRun\28\29_12766 +9706:\28anonymous\20namespace\29::DrawableSubRun::~DrawableSubRun\28\29 +9707:\28anonymous\20namespace\29::DrawableSubRun::unflattenSize\28\29\20const +9708:\28anonymous\20namespace\29::DrawableSubRun::draw\28SkCanvas*\2c\20SkPoint\2c\20SkPaint\20const&\2c\20sk_sp\2c\20std::__2::function\2c\20sktext::gpu::RendererData\29>\20const&\29\20const +9709:\28anonymous\20namespace\29::DrawableSubRun::doFlatten\28SkWriteBuffer&\29\20const +9710:\28anonymous\20namespace\29::DrawAtlasPathShader::~DrawAtlasPathShader\28\29_11226 +9711:\28anonymous\20namespace\29::DrawAtlasPathShader::~DrawAtlasPathShader\28\29 +9712:\28anonymous\20namespace\29::DrawAtlasPathShader::onTextureSampler\28int\29\20const +9713:\28anonymous\20namespace\29::DrawAtlasPathShader::name\28\29\20const +9714:\28anonymous\20namespace\29::DrawAtlasPathShader::makeProgramImpl\28GrShaderCaps\20const&\29\20const +9715:\28anonymous\20namespace\29::DrawAtlasPathShader::addToKey\28GrShaderCaps\20const&\2c\20skgpu::KeyBuilder*\29\20const +9716:\28anonymous\20namespace\29::DrawAtlasPathShader::Impl::setData\28GrGLSLProgramDataManager\20const&\2c\20GrShaderCaps\20const&\2c\20GrGeometryProcessor\20const&\29 +9717:\28anonymous\20namespace\29::DrawAtlasPathShader::Impl::onEmitCode\28GrGeometryProcessor::ProgramImpl::EmitArgs&\2c\20GrGeometryProcessor::ProgramImpl::GrGPArgs*\29 +9718:\28anonymous\20namespace\29::DrawAtlasOpImpl::~DrawAtlasOpImpl\28\29_11198 +9719:\28anonymous\20namespace\29::DrawAtlasOpImpl::~DrawAtlasOpImpl\28\29 +9720:\28anonymous\20namespace\29::DrawAtlasOpImpl::onPrepareDraws\28GrMeshDrawTarget*\29 +9721:\28anonymous\20namespace\29::DrawAtlasOpImpl::onCreateProgramInfo\28GrCaps\20const*\2c\20SkArenaAlloc*\2c\20GrSurfaceProxyView\20const&\2c\20bool\2c\20GrAppliedClip&&\2c\20GrDstProxyView\20const&\2c\20GrXferBarrierFlags\2c\20GrLoadOp\29 +9722:\28anonymous\20namespace\29::DrawAtlasOpImpl::onCombineIfPossible\28GrOp*\2c\20SkArenaAlloc*\2c\20GrCaps\20const&\29 +9723:\28anonymous\20namespace\29::DrawAtlasOpImpl::name\28\29\20const +9724:\28anonymous\20namespace\29::DrawAtlasOpImpl::finalize\28GrCaps\20const&\2c\20GrAppliedClip\20const*\2c\20GrClampType\29 +9725:\28anonymous\20namespace\29::DirectMaskSubRun::unflattenSize\28\29\20const +9726:\28anonymous\20namespace\29::DirectMaskSubRun::regenerateAtlas\28int\2c\20int\2c\20std::__2::function\20\28sktext::gpu::GlyphVector*\2c\20int\2c\20int\2c\20skgpu::MaskFormat\2c\20int\29>\29\20const +9727:\28anonymous\20namespace\29::DirectMaskSubRun::doFlatten\28SkWriteBuffer&\29\20const +9728:\28anonymous\20namespace\29::DirectMaskSubRun::deviceRectAndNeedsTransform\28SkMatrix\20const&\29\20const +9729:\28anonymous\20namespace\29::DirectMaskSubRun::canReuse\28SkPaint\20const&\2c\20SkMatrix\20const&\29\20const +9730:\28anonymous\20namespace\29::DefaultPathOp::~DefaultPathOp\28\29_11183 +9731:\28anonymous\20namespace\29::DefaultPathOp::~DefaultPathOp\28\29 +9732:\28anonymous\20namespace\29::DefaultPathOp::visitProxies\28std::__2::function\20const&\29\20const +9733:\28anonymous\20namespace\29::DefaultPathOp::onPrepareDraws\28GrMeshDrawTarget*\29 +9734:\28anonymous\20namespace\29::DefaultPathOp::onExecute\28GrOpFlushState*\2c\20SkRect\20const&\29 +9735:\28anonymous\20namespace\29::DefaultPathOp::onCreateProgramInfo\28GrCaps\20const*\2c\20SkArenaAlloc*\2c\20GrSurfaceProxyView\20const&\2c\20bool\2c\20GrAppliedClip&&\2c\20GrDstProxyView\20const&\2c\20GrXferBarrierFlags\2c\20GrLoadOp\29 +9736:\28anonymous\20namespace\29::DefaultPathOp::onCombineIfPossible\28GrOp*\2c\20SkArenaAlloc*\2c\20GrCaps\20const&\29 +9737:\28anonymous\20namespace\29::DefaultPathOp::name\28\29\20const +9738:\28anonymous\20namespace\29::DefaultPathOp::fixedFunctionFlags\28\29\20const +9739:\28anonymous\20namespace\29::DefaultPathOp::finalize\28GrCaps\20const&\2c\20GrAppliedClip\20const*\2c\20GrClampType\29 +9740:\28anonymous\20namespace\29::CircularRRectEffect::onMakeProgramImpl\28\29\20const +9741:\28anonymous\20namespace\29::CircularRRectEffect::onAddToKey\28GrShaderCaps\20const&\2c\20skgpu::KeyBuilder*\29\20const +9742:\28anonymous\20namespace\29::CircularRRectEffect::name\28\29\20const +9743:\28anonymous\20namespace\29::CircularRRectEffect::clone\28\29\20const +9744:\28anonymous\20namespace\29::CircularRRectEffect::Impl::onSetData\28GrGLSLProgramDataManager\20const&\2c\20GrFragmentProcessor\20const&\29 +9745:\28anonymous\20namespace\29::CircularRRectEffect::Impl::emitCode\28GrFragmentProcessor::ProgramImpl::EmitArgs&\29 +9746:\28anonymous\20namespace\29::CachedTessellationsRec::~CachedTessellationsRec\28\29_5183 +9747:\28anonymous\20namespace\29::CachedTessellationsRec::~CachedTessellationsRec\28\29 +9748:\28anonymous\20namespace\29::CachedTessellationsRec::getCategory\28\29\20const +9749:\28anonymous\20namespace\29::CachedTessellationsRec::bytesUsed\28\29\20const +9750:\28anonymous\20namespace\29::CachedTessellations::~CachedTessellations\28\29_5181 +9751:\28anonymous\20namespace\29::CacheImpl::~CacheImpl\28\29_2296 +9752:\28anonymous\20namespace\29::CacheImpl::set\28SkImageFilterCacheKey\20const&\2c\20SkImageFilter\20const*\2c\20skif::FilterResult\20const&\29 +9753:\28anonymous\20namespace\29::CacheImpl::purge\28\29 +9754:\28anonymous\20namespace\29::CacheImpl::purgeByImageFilter\28SkImageFilter\20const*\29 +9755:\28anonymous\20namespace\29::CacheImpl::get\28SkImageFilterCacheKey\20const&\2c\20skif::FilterResult*\29\20const +9756:\28anonymous\20namespace\29::BoundingBoxShader::name\28\29\20const +9757:\28anonymous\20namespace\29::BoundingBoxShader::makeProgramImpl\28GrShaderCaps\20const&\29\20const::Impl::setData\28GrGLSLProgramDataManager\20const&\2c\20GrShaderCaps\20const&\2c\20GrGeometryProcessor\20const&\29 +9758:\28anonymous\20namespace\29::BoundingBoxShader::makeProgramImpl\28GrShaderCaps\20const&\29\20const::Impl::onEmitCode\28GrGeometryProcessor::ProgramImpl::EmitArgs&\2c\20GrGeometryProcessor::ProgramImpl::GrGPArgs*\29 +9759:\28anonymous\20namespace\29::BoundingBoxShader::makeProgramImpl\28GrShaderCaps\20const&\29\20const +9760:\28anonymous\20namespace\29::AAHairlineOp::~AAHairlineOp\28\29_11004 +9761:\28anonymous\20namespace\29::AAHairlineOp::~AAHairlineOp\28\29 +9762:\28anonymous\20namespace\29::AAHairlineOp::visitProxies\28std::__2::function\20const&\29\20const +9763:\28anonymous\20namespace\29::AAHairlineOp::onPrepareDraws\28GrMeshDrawTarget*\29 +9764:\28anonymous\20namespace\29::AAHairlineOp::onPrePrepareDraws\28GrRecordingContext*\2c\20GrSurfaceProxyView\20const&\2c\20GrAppliedClip*\2c\20GrDstProxyView\20const&\2c\20GrXferBarrierFlags\2c\20GrLoadOp\29 +9765:\28anonymous\20namespace\29::AAHairlineOp::onExecute\28GrOpFlushState*\2c\20SkRect\20const&\29 +9766:\28anonymous\20namespace\29::AAHairlineOp::onCreateProgramInfo\28GrCaps\20const*\2c\20SkArenaAlloc*\2c\20GrSurfaceProxyView\20const&\2c\20bool\2c\20GrAppliedClip&&\2c\20GrDstProxyView\20const&\2c\20GrXferBarrierFlags\2c\20GrLoadOp\29 +9767:\28anonymous\20namespace\29::AAHairlineOp::onCombineIfPossible\28GrOp*\2c\20SkArenaAlloc*\2c\20GrCaps\20const&\29 +9768:\28anonymous\20namespace\29::AAHairlineOp::name\28\29\20const +9769:\28anonymous\20namespace\29::AAHairlineOp::fixedFunctionFlags\28\29\20const +9770:\28anonymous\20namespace\29::AAHairlineOp::finalize\28GrCaps\20const&\2c\20GrAppliedClip\20const*\2c\20GrClampType\29 +9771:\28anonymous\20namespace\29::A8Pass::startBlur\28\29 +9772:\28anonymous\20namespace\29::A8Pass::blurSegment\28int\2c\20void\20const*\2c\20int\2c\20void*\2c\20int\29 +9773:\28anonymous\20namespace\29::A8Pass::MakeMaker\28float\2c\20SkArenaAlloc*\29::Maker::makePass\28void*\2c\20SkArenaAlloc*\29\20const +9774:\28anonymous\20namespace\29::A8Pass::MakeMaker\28float\2c\20SkArenaAlloc*\29::Maker::bufferSizeBytes\28\29\20const +9775:YuvToRgbaRow +9776:YuvToRgba4444Row +9777:YuvToRgbRow +9778:YuvToRgb565Row +9779:YuvToBgraRow +9780:YuvToBgrRow +9781:YuvToArgbRow +9782:Write_CVT_Stretched +9783:Write_CVT +9784:WebPYuv444ToRgba_C +9785:WebPYuv444ToRgba4444_C +9786:WebPYuv444ToRgb_C +9787:WebPYuv444ToRgb565_C +9788:WebPYuv444ToBgra_C +9789:WebPYuv444ToBgr_C +9790:WebPYuv444ToArgb_C +9791:WebPRescalerImportRowShrink_C +9792:WebPRescalerImportRowExpand_C +9793:WebPRescalerExportRowShrink_C +9794:WebPRescalerExportRowExpand_C +9795:WebPMultRow_C +9796:WebPMultARGBRow_C +9797:WebPConvertRGBA32ToUV_C +9798:WebPConvertARGBToUV_C +9799:WebGLTextureImageGenerator::~WebGLTextureImageGenerator\28\29_892 +9800:WebGLTextureImageGenerator::generateExternalTexture\28GrRecordingContext*\2c\20skgpu::Mipmapped\29 +9801:Vertish_SkAntiHairBlitter::drawLine\28int\2c\20int\2c\20int\2c\20int\29 +9802:Vertish_SkAntiHairBlitter::drawCap\28int\2c\20int\2c\20int\2c\20int\29 +9803:VerticalUnfilter_C +9804:VerticalFilter_C +9805:VertState::Triangles\28VertState*\29 +9806:VertState::TrianglesX\28VertState*\29 +9807:VertState::TriangleStrip\28VertState*\29 +9808:VertState::TriangleStripX\28VertState*\29 +9809:VertState::TriangleFan\28VertState*\29 +9810:VertState::TriangleFanX\28VertState*\29 +9811:VR4_C +9812:VP8LTransformColorInverse_C +9813:VP8LPredictor9_C +9814:VP8LPredictor8_C +9815:VP8LPredictor7_C +9816:VP8LPredictor6_C +9817:VP8LPredictor5_C +9818:VP8LPredictor4_C +9819:VP8LPredictor3_C +9820:VP8LPredictor2_C +9821:VP8LPredictor1_C +9822:VP8LPredictor13_C +9823:VP8LPredictor12_C +9824:VP8LPredictor11_C +9825:VP8LPredictor10_C +9826:VP8LPredictor0_C +9827:VP8LConvertBGRAToRGB_C +9828:VP8LConvertBGRAToRGBA_C +9829:VP8LConvertBGRAToRGBA4444_C +9830:VP8LConvertBGRAToRGB565_C +9831:VP8LConvertBGRAToBGR_C +9832:VP8LAddGreenToBlueAndRed_C +9833:VLine_SkAntiHairBlitter::drawLine\28int\2c\20int\2c\20int\2c\20int\29 +9834:VLine_SkAntiHairBlitter::drawCap\28int\2c\20int\2c\20int\2c\20int\29 +9835:VL4_C +9836:VFilter8i_C +9837:VFilter8_C +9838:VFilter16i_C +9839:VFilter16_C +9840:VE8uv_C +9841:VE4_C +9842:VE16_C +9843:UpsampleRgbaLinePair_C +9844:UpsampleRgba4444LinePair_C +9845:UpsampleRgbLinePair_C +9846:UpsampleRgb565LinePair_C +9847:UpsampleBgraLinePair_C +9848:UpsampleBgrLinePair_C +9849:UpsampleArgbLinePair_C +9850:UnresolvedCodepoints\28skia::textlayout::Paragraph&\29 +9851:UnicodeString_charAt\28int\2c\20void*\29 +9852:TransformWHT_C +9853:TransformUV_C +9854:TransformTwo_C +9855:TransformDC_C +9856:TransformDCUV_C +9857:TransformAC3_C +9858:ToSVGString\28SkPath\20const&\29 +9859:ToCmds\28SkPath\20const&\29 +9860:TT_Set_MM_Blend +9861:TT_RunIns +9862:TT_Load_Simple_Glyph +9863:TT_Load_Glyph_Header +9864:TT_Load_Composite_Glyph +9865:TT_Get_Var_Design +9866:TT_Get_MM_Blend +9867:TT_Forget_Glyph_Frame +9868:TT_Access_Glyph_Frame +9869:TM8uv_C +9870:TM4_C +9871:TM16_C +9872:Sync +9873:SquareCapper\28SkPathBuilder*\2c\20SkPoint\20const&\2c\20SkPoint\20const&\2c\20SkPoint\20const&\2c\20bool\29 +9874:Sprite_D32_S32::blitRect\28int\2c\20int\2c\20int\2c\20int\29 +9875:SkWuffsFrameHolder::onGetFrame\28int\29\20const +9876:SkWuffsCodec::~SkWuffsCodec\28\29_13452 +9877:SkWuffsCodec::~SkWuffsCodec\28\29 +9878:SkWuffsCodec::onIsAnimated\28\29 +9879:SkWuffsCodec::onIncrementalDecode\28int*\29 +9880:SkWuffsCodec::onGetRepetitionCount\28\29 +9881:SkWuffsCodec::onGetPixels\28SkImageInfo\20const&\2c\20void*\2c\20unsigned\20long\2c\20SkCodec::Options\20const&\2c\20int*\29 +9882:SkWuffsCodec::onGetFrameInfo\28int\2c\20SkCodec::FrameInfo*\29\20const +9883:SkWuffsCodec::onGetFrameCount\28\29 +9884:SkWuffsCodec::getFrameHolder\28\29\20const +9885:SkWuffsCodec::getEncodedData\28\29\20const +9886:SkWriteICCProfile\28skcms_TransferFunction\20const&\2c\20skcms_Matrix3x3\20const&\29 +9887:SkWebpDecoder::Decode\28std::__2::unique_ptr>\2c\20SkCodec::Result*\2c\20void*\29 +9888:SkWebpCodec::~SkWebpCodec\28\29_13131 +9889:SkWebpCodec::~SkWebpCodec\28\29 +9890:SkWebpCodec::onIsAnimated\28\29 +9891:SkWebpCodec::onGetValidSubset\28SkIRect*\29\20const +9892:SkWebpCodec::onGetRepetitionCount\28\29 +9893:SkWebpCodec::onGetPixels\28SkImageInfo\20const&\2c\20void*\2c\20unsigned\20long\2c\20SkCodec::Options\20const&\2c\20int*\29 +9894:SkWebpCodec::onGetFrameInfo\28int\2c\20SkCodec::FrameInfo*\29\20const +9895:SkWebpCodec::onGetFrameCount\28\29 +9896:SkWebpCodec::getFrameHolder\28\29\20const +9897:SkWebpCodec::FrameHolder::~FrameHolder\28\29_13129 +9898:SkWebpCodec::FrameHolder::~FrameHolder\28\29 +9899:SkWebpCodec::FrameHolder::onGetFrame\28int\29\20const +9900:SkWeakRefCnt::internal_dispose\28\29\20const +9901:SkWbmpDecoder::Decode\28std::__2::unique_ptr>\2c\20SkCodec::Result*\2c\20void*\29 +9902:SkWbmpCodec::~SkWbmpCodec\28\29_5785 +9903:SkWbmpCodec::~SkWbmpCodec\28\29 +9904:SkWbmpCodec::onStartScanlineDecode\28SkImageInfo\20const&\2c\20SkCodec::Options\20const&\29 +9905:SkWbmpCodec::onSkipScanlines\28int\29 +9906:SkWbmpCodec::onRewind\28\29 +9907:SkWbmpCodec::onGetScanlines\28void*\2c\20int\2c\20unsigned\20long\29 +9908:SkWbmpCodec::onGetPixels\28SkImageInfo\20const&\2c\20void*\2c\20unsigned\20long\2c\20SkCodec::Options\20const&\2c\20int*\29 +9909:SkWbmpCodec::getSampler\28bool\29 +9910:SkWbmpCodec::conversionSupported\28SkImageInfo\20const&\2c\20bool\2c\20bool\29 +9911:SkVertices::Builder*\20emscripten::internal::operator_new\28SkVertices::VertexMode&&\2c\20int&&\2c\20int&&\2c\20unsigned\20int&&\29 +9912:SkUserTypeface::~SkUserTypeface\28\29_5070 +9913:SkUserTypeface::~SkUserTypeface\28\29 +9914:SkUserTypeface::onOpenStream\28int*\29\20const +9915:SkUserTypeface::onGetUPEM\28\29\20const +9916:SkUserTypeface::onGetFontDescriptor\28SkFontDescriptor*\2c\20bool*\29\20const +9917:SkUserTypeface::onGetFamilyName\28SkString*\29\20const +9918:SkUserTypeface::onFilterRec\28SkScalerContextRec*\29\20const +9919:SkUserTypeface::onCreateScalerContext\28SkScalerContextEffects\20const&\2c\20SkDescriptor\20const*\29\20const +9920:SkUserTypeface::onCountGlyphs\28\29\20const +9921:SkUserTypeface::onComputeBounds\28SkRect*\29\20const +9922:SkUserTypeface::onCharsToGlyphs\28SkSpan\2c\20SkSpan\29\20const +9923:SkUserTypeface::getGlyphToUnicodeMap\28SkSpan\29\20const +9924:SkUserScalerContext::~SkUserScalerContext\28\29 +9925:SkUserScalerContext::generatePath\28SkGlyph\20const&\29 +9926:SkUserScalerContext::generateMetrics\28SkGlyph\20const&\2c\20SkArenaAlloc*\29 +9927:SkUserScalerContext::generateImage\28SkGlyph\20const&\2c\20void*\29 +9928:SkUserScalerContext::generateFontMetrics\28SkFontMetrics*\29 +9929:SkUserScalerContext::generateDrawable\28SkGlyph\20const&\29::DrawableMatrixWrapper::onGetBounds\28\29 +9930:SkUserScalerContext::generateDrawable\28SkGlyph\20const&\29::DrawableMatrixWrapper::onDraw\28SkCanvas*\29 +9931:SkUserScalerContext::generateDrawable\28SkGlyph\20const&\29::DrawableMatrixWrapper::onApproximateBytesUsed\28\29 +9932:SkUserScalerContext::generateDrawable\28SkGlyph\20const&\29 +9933:SkUnicode_icu::~SkUnicode_icu\28\29_8170 +9934:SkUnicode_icu::~SkUnicode_icu\28\29 +9935:SkUnicode_icu::toUpper\28SkString\20const&\2c\20char\20const*\29 +9936:SkUnicode_icu::toUpper\28SkString\20const&\29 +9937:SkUnicode_icu::reorderVisual\28unsigned\20char\20const*\2c\20int\2c\20int*\29 +9938:SkUnicode_icu::makeBreakIterator\28char\20const*\2c\20SkUnicode::BreakType\29 +9939:SkUnicode_icu::makeBreakIterator\28SkUnicode::BreakType\29 +9940:SkUnicode_icu::makeBidiIterator\28unsigned\20short\20const*\2c\20int\2c\20SkBidiIterator::Direction\29 +9941:SkUnicode_icu::makeBidiIterator\28char\20const*\2c\20int\2c\20SkBidiIterator::Direction\29 +9942:SkUnicode_icu::isWhitespace\28int\29 +9943:SkUnicode_icu::isTabulation\28int\29 +9944:SkUnicode_icu::isSpace\28int\29 +9945:SkUnicode_icu::isRegionalIndicator\28int\29 +9946:SkUnicode_icu::isIdeographic\28int\29 +9947:SkUnicode_icu::isHardBreak\28int\29 +9948:SkUnicode_icu::isEmoji\28int\29 +9949:SkUnicode_icu::isEmojiModifier\28int\29 +9950:SkUnicode_icu::isEmojiModifierBase\28int\29 +9951:SkUnicode_icu::isEmojiComponent\28int\29 +9952:SkUnicode_icu::isControl\28int\29 +9953:SkUnicode_icu::getWords\28char\20const*\2c\20int\2c\20char\20const*\2c\20std::__2::vector>*\29 +9954:SkUnicode_icu::getUtf8Words\28char\20const*\2c\20int\2c\20char\20const*\2c\20std::__2::vector>*\29 +9955:SkUnicode_icu::getSentences\28char\20const*\2c\20int\2c\20char\20const*\2c\20std::__2::vector>*\29 +9956:SkUnicode_icu::getBidiRegions\28char\20const*\2c\20int\2c\20SkUnicode::TextDirection\2c\20std::__2::vector>*\29 +9957:SkUnicode_icu::computeCodeUnitFlags\28char16_t*\2c\20int\2c\20bool\2c\20skia_private::TArray*\29 +9958:SkUnicode_icu::computeCodeUnitFlags\28char*\2c\20int\2c\20bool\2c\20skia_private::TArray*\29 +9959:SkUnicodeBidiRunIterator::~SkUnicodeBidiRunIterator\28\29_14963 +9960:SkUnicodeBidiRunIterator::~SkUnicodeBidiRunIterator\28\29 +9961:SkUnicodeBidiRunIterator::endOfCurrentRun\28\29\20const +9962:SkUnicodeBidiRunIterator::currentLevel\28\29\20const +9963:SkUnicodeBidiRunIterator::consume\28\29 +9964:SkUnicodeBidiRunIterator::atEnd\28\29\20const +9965:SkTypeface_FreeTypeStream::~SkTypeface_FreeTypeStream\28\29_8341 +9966:SkTypeface_FreeTypeStream::~SkTypeface_FreeTypeStream\28\29 +9967:SkTypeface_FreeTypeStream::onOpenStream\28int*\29\20const +9968:SkTypeface_FreeTypeStream::onMakeFontData\28\29\20const +9969:SkTypeface_FreeTypeStream::onMakeClone\28SkFontArguments\20const&\29\20const +9970:SkTypeface_FreeTypeStream::onGetFontDescriptor\28SkFontDescriptor*\2c\20bool*\29\20const +9971:SkTypeface_FreeType::onGlyphMaskNeedsCurrentColor\28\29\20const +9972:SkTypeface_FreeType::onGetVariationDesignPosition\28SkSpan\29\20const +9973:SkTypeface_FreeType::onGetVariationDesignParameters\28SkSpan\29\20const +9974:SkTypeface_FreeType::onGetUPEM\28\29\20const +9975:SkTypeface_FreeType::onGetTableTags\28SkSpan\29\20const +9976:SkTypeface_FreeType::onGetTableData\28unsigned\20int\2c\20unsigned\20long\2c\20unsigned\20long\2c\20void*\29\20const +9977:SkTypeface_FreeType::onGetPostScriptName\28SkString*\29\20const +9978:SkTypeface_FreeType::onGetKerningPairAdjustments\28SkSpan\2c\20SkSpan\29\20const +9979:SkTypeface_FreeType::onGetAdvancedMetrics\28\29\20const +9980:SkTypeface_FreeType::onFilterRec\28SkScalerContextRec*\29\20const +9981:SkTypeface_FreeType::onCreateScalerContext\28SkScalerContextEffects\20const&\2c\20SkDescriptor\20const*\29\20const +9982:SkTypeface_FreeType::onCreateScalerContextAsProxyTypeface\28SkScalerContextEffects\20const&\2c\20SkDescriptor\20const*\2c\20SkTypeface*\29\20const +9983:SkTypeface_FreeType::onCreateFamilyNameIterator\28\29\20const +9984:SkTypeface_FreeType::onCountGlyphs\28\29\20const +9985:SkTypeface_FreeType::onCopyTableData\28unsigned\20int\29\20const +9986:SkTypeface_FreeType::onCharsToGlyphs\28SkSpan\2c\20SkSpan\29\20const +9987:SkTypeface_FreeType::getPostScriptGlyphNames\28SkString*\29\20const +9988:SkTypeface_FreeType::getGlyphToUnicodeMap\28SkSpan\29\20const +9989:SkTypeface_Empty::~SkTypeface_Empty\28\29 +9990:SkTypeface_Custom::~SkTypeface_Custom\28\29_8284 +9991:SkTypeface_Custom::onGetFontDescriptor\28SkFontDescriptor*\2c\20bool*\29\20const +9992:SkTypeface::onOpenExistingStream\28int*\29\20const +9993:SkTypeface::onCreateScalerContextAsProxyTypeface\28SkScalerContextEffects\20const&\2c\20SkDescriptor\20const*\2c\20SkTypeface*\29\20const +9994:SkTypeface::onCopyTableData\28unsigned\20int\29\20const +9995:SkTypeface::onComputeBounds\28SkRect*\29\20const +9996:SkTrimPE::onFilterPath\28SkPathBuilder*\2c\20SkPath\20const&\2c\20SkStrokeRec*\2c\20SkRect\20const*\2c\20SkMatrix\20const&\29\20const +9997:SkTrimPE::getTypeName\28\29\20const +9998:SkTriColorShader::type\28\29\20const +9999:SkTriColorShader::isOpaque\28\29\20const +10000:SkTriColorShader::appendStages\28SkStageRec\20const&\2c\20SkShaders::MatrixRec\20const&\29\20const +10001:SkTransformShader::type\28\29\20const +10002:SkTransformShader::appendStages\28SkStageRec\20const&\2c\20SkShaders::MatrixRec\20const&\29\20const +10003:SkTQuad::subDivide\28double\2c\20double\2c\20SkTCurve*\29\20const +10004:SkTQuad::setBounds\28SkDRect*\29\20const +10005:SkTQuad::ptAtT\28double\29\20const +10006:SkTQuad::make\28SkArenaAlloc&\29\20const +10007:SkTQuad::intersectRay\28SkIntersections*\2c\20SkDLine\20const&\29\20const +10008:SkTQuad::hullIntersects\28SkTCurve\20const&\2c\20bool*\29\20const +10009:SkTQuad::dxdyAtT\28double\29\20const +10010:SkTQuad::debugInit\28\29 +10011:SkTMaskGamma<3\2c\203\2c\203>::~SkTMaskGamma\28\29_4125 +10012:SkTMaskGamma<3\2c\203\2c\203>::~SkTMaskGamma\28\29 +10013:SkTCubic::subDivide\28double\2c\20double\2c\20SkTCurve*\29\20const +10014:SkTCubic::setBounds\28SkDRect*\29\20const +10015:SkTCubic::ptAtT\28double\29\20const +10016:SkTCubic::otherPts\28int\2c\20SkDPoint\20const**\29\20const +10017:SkTCubic::make\28SkArenaAlloc&\29\20const +10018:SkTCubic::intersectRay\28SkIntersections*\2c\20SkDLine\20const&\29\20const +10019:SkTCubic::hullIntersects\28SkTCurve\20const&\2c\20bool*\29\20const +10020:SkTCubic::hullIntersects\28SkDCubic\20const&\2c\20bool*\29\20const +10021:SkTCubic::dxdyAtT\28double\29\20const +10022:SkTCubic::debugInit\28\29 +10023:SkTCubic::controlsInside\28\29\20const +10024:SkTCubic::collapsed\28\29\20const +10025:SkTConic::subDivide\28double\2c\20double\2c\20SkTCurve*\29\20const +10026:SkTConic::setBounds\28SkDRect*\29\20const +10027:SkTConic::ptAtT\28double\29\20const +10028:SkTConic::make\28SkArenaAlloc&\29\20const +10029:SkTConic::intersectRay\28SkIntersections*\2c\20SkDLine\20const&\29\20const +10030:SkTConic::hullIntersects\28SkTCurve\20const&\2c\20bool*\29\20const +10031:SkTConic::hullIntersects\28SkDQuad\20const&\2c\20bool*\29\20const +10032:SkTConic::dxdyAtT\28double\29\20const +10033:SkTConic::debugInit\28\29 +10034:SkSynchronizedResourceCache::~SkSynchronizedResourceCache\28\29_4494 +10035:SkSynchronizedResourceCache::~SkSynchronizedResourceCache\28\29 +10036:SkSynchronizedResourceCache::visitAll\28void\20\28*\29\28SkResourceCache::Rec\20const&\2c\20void*\29\2c\20void*\29 +10037:SkSynchronizedResourceCache::setTotalByteLimit\28unsigned\20long\29 +10038:SkSynchronizedResourceCache::setSingleAllocationByteLimit\28unsigned\20long\29 +10039:SkSynchronizedResourceCache::purgeAll\28\29 +10040:SkSynchronizedResourceCache::newCachedData\28unsigned\20long\29 +10041:SkSynchronizedResourceCache::getTotalBytesUsed\28\29\20const +10042:SkSynchronizedResourceCache::getTotalByteLimit\28\29\20const +10043:SkSynchronizedResourceCache::getSingleAllocationByteLimit\28\29\20const +10044:SkSynchronizedResourceCache::getEffectiveSingleAllocationByteLimit\28\29\20const +10045:SkSynchronizedResourceCache::find\28SkResourceCache::Key\20const&\2c\20bool\20\28*\29\28SkResourceCache::Rec\20const&\2c\20void*\29\2c\20void*\29 +10046:SkSynchronizedResourceCache::dump\28\29\20const +10047:SkSynchronizedResourceCache::discardableFactory\28\29\20const +10048:SkSynchronizedResourceCache::add\28SkResourceCache::Rec*\2c\20void*\29 +10049:SkSwizzler::onSetSampleX\28int\29 +10050:SkSwizzler::fillWidth\28\29\20const +10051:SkSweepGradient::getTypeName\28\29\20const +10052:SkSweepGradient::flatten\28SkWriteBuffer&\29\20const +10053:SkSweepGradient::asGradient\28SkShaderBase::GradientInfo*\2c\20SkMatrix*\29\20const +10054:SkSweepGradient::appendGradientStages\28SkArenaAlloc*\2c\20SkRasterPipeline*\2c\20SkRasterPipeline*\29\20const +10055:SkSurface_Raster::~SkSurface_Raster\28\29_4858 +10056:SkSurface_Raster::~SkSurface_Raster\28\29 +10057:SkSurface_Raster::onWritePixels\28SkPixmap\20const&\2c\20int\2c\20int\29 +10058:SkSurface_Raster::onRestoreBackingMutability\28\29 +10059:SkSurface_Raster::onNewSurface\28SkImageInfo\20const&\29 +10060:SkSurface_Raster::onNewImageSnapshot\28SkIRect\20const*\29 +10061:SkSurface_Raster::onNewCanvas\28\29 +10062:SkSurface_Raster::onDraw\28SkCanvas*\2c\20float\2c\20float\2c\20SkSamplingOptions\20const&\2c\20SkPaint\20const*\29 +10063:SkSurface_Raster::onCopyOnWrite\28SkSurface::ContentChangeMode\29 +10064:SkSurface_Raster::imageInfo\28\29\20const +10065:SkSurface_Ganesh::~SkSurface_Ganesh\28\29_11902 +10066:SkSurface_Ganesh::~SkSurface_Ganesh\28\29 +10067:SkSurface_Ganesh::replaceBackendTexture\28GrBackendTexture\20const&\2c\20GrSurfaceOrigin\2c\20SkSurface::ContentChangeMode\2c\20void\20\28*\29\28void*\29\2c\20void*\29 +10068:SkSurface_Ganesh::onWritePixels\28SkPixmap\20const&\2c\20int\2c\20int\29 +10069:SkSurface_Ganesh::onWait\28int\2c\20GrBackendSemaphore\20const*\2c\20bool\29 +10070:SkSurface_Ganesh::onNewSurface\28SkImageInfo\20const&\29 +10071:SkSurface_Ganesh::onNewImageSnapshot\28SkIRect\20const*\29 +10072:SkSurface_Ganesh::onNewCanvas\28\29 +10073:SkSurface_Ganesh::onIsCompatible\28GrSurfaceCharacterization\20const&\29\20const +10074:SkSurface_Ganesh::onGetRecordingContext\28\29\20const +10075:SkSurface_Ganesh::onDraw\28SkCanvas*\2c\20float\2c\20float\2c\20SkSamplingOptions\20const&\2c\20SkPaint\20const*\29 +10076:SkSurface_Ganesh::onDiscard\28\29 +10077:SkSurface_Ganesh::onCopyOnWrite\28SkSurface::ContentChangeMode\29 +10078:SkSurface_Ganesh::onCharacterize\28GrSurfaceCharacterization*\29\20const +10079:SkSurface_Ganesh::onCapabilities\28\29 +10080:SkSurface_Ganesh::onAsyncRescaleAndReadPixels\28SkImageInfo\20const&\2c\20SkIRect\2c\20SkImage::RescaleGamma\2c\20SkImage::RescaleMode\2c\20void\20\28*\29\28void*\2c\20std::__2::unique_ptr>\29\2c\20void*\29 +10081:SkSurface_Ganesh::onAsyncRescaleAndReadPixelsYUV420\28SkYUVColorSpace\2c\20bool\2c\20sk_sp\2c\20SkIRect\2c\20SkISize\2c\20SkImage::RescaleGamma\2c\20SkImage::RescaleMode\2c\20void\20\28*\29\28void*\2c\20std::__2::unique_ptr>\29\2c\20void*\29 +10082:SkSurface_Ganesh::imageInfo\28\29\20const +10083:SkSurface_Base::onMakeTemporaryImage\28\29 +10084:SkSurface_Base::onAsyncRescaleAndReadPixels\28SkImageInfo\20const&\2c\20SkIRect\2c\20SkImage::RescaleGamma\2c\20SkImage::RescaleMode\2c\20void\20\28*\29\28void*\2c\20std::__2::unique_ptr>\29\2c\20void*\29 +10085:SkSurface::imageInfo\28\29\20const +10086:SkString*\20std::__2::vector>::__emplace_back_slow_path\28char\20const*&\2c\20int&&\29 +10087:SkStrikeCache::~SkStrikeCache\28\29_4372 +10088:SkStrikeCache::~SkStrikeCache\28\29 +10089:SkStrikeCache::findOrCreateScopedStrike\28SkStrikeSpec\20const&\29 +10090:SkStrike::~SkStrike\28\29_4359 +10091:SkStrike::strikePromise\28\29 +10092:SkStrike::roundingSpec\28\29\20const +10093:SkStrike::prepareForPath\28SkGlyph*\29 +10094:SkStrike::prepareForImage\28SkGlyph*\29 +10095:SkStrike::prepareForDrawable\28SkGlyph*\29 +10096:SkStrike::getDescriptor\28\29\20const +10097:SkSpriteBlitter_Memcpy::blitRect\28int\2c\20int\2c\20int\2c\20int\29 +10098:SkSpriteBlitter::~SkSpriteBlitter\28\29_1509 +10099:SkSpriteBlitter::setup\28SkPixmap\20const&\2c\20int\2c\20int\2c\20SkPaint\20const&\29 +10100:SkSpriteBlitter::blitV\28int\2c\20int\2c\20int\2c\20unsigned\20char\29 +10101:SkSpriteBlitter::blitMask\28SkMask\20const&\2c\20SkIRect\20const&\29 +10102:SkSpriteBlitter::blitH\28int\2c\20int\2c\20int\29 +10103:SkSpecialImage_Raster::~SkSpecialImage_Raster\28\29_4250 +10104:SkSpecialImage_Raster::~SkSpecialImage_Raster\28\29 +10105:SkSpecialImage_Raster::onMakeBackingStoreSubset\28SkIRect\20const&\29\20const +10106:SkSpecialImage_Raster::getSize\28\29\20const +10107:SkSpecialImage_Raster::backingStoreDimensions\28\29\20const +10108:SkSpecialImage_Raster::asShader\28SkTileMode\2c\20SkSamplingOptions\20const&\2c\20SkMatrix\20const&\2c\20bool\29\20const +10109:SkSpecialImage_Raster::asImage\28\29\20const +10110:SkSpecialImage_Gpu::~SkSpecialImage_Gpu\28\29_10946 +10111:SkSpecialImage_Gpu::~SkSpecialImage_Gpu\28\29 +10112:SkSpecialImage_Gpu::onMakeBackingStoreSubset\28SkIRect\20const&\29\20const +10113:SkSpecialImage_Gpu::getSize\28\29\20const +10114:SkSpecialImage_Gpu::backingStoreDimensions\28\29\20const +10115:SkSpecialImage_Gpu::asImage\28\29\20const +10116:SkSpecialImage::~SkSpecialImage\28\29 +10117:SkSpecialImage::asShader\28SkTileMode\2c\20SkSamplingOptions\20const&\2c\20SkMatrix\20const&\2c\20bool\29\20const +10118:SkShaper::TrivialLanguageRunIterator::~TrivialLanguageRunIterator\28\29_14956 +10119:SkShaper::TrivialLanguageRunIterator::~TrivialLanguageRunIterator\28\29 +10120:SkShaper::TrivialLanguageRunIterator::currentLanguage\28\29\20const +10121:SkShaper::TrivialFontRunIterator::~TrivialFontRunIterator\28\29_7726 +10122:SkShaper::TrivialFontRunIterator::~TrivialFontRunIterator\28\29 +10123:SkShaper::TrivialBiDiRunIterator::currentLevel\28\29\20const +10124:SkShaderBlurAlgorithm::maxSigma\28\29\20const +10125:SkShaderBlurAlgorithm::blur\28SkSize\2c\20sk_sp\2c\20SkIRect\20const&\2c\20SkTileMode\2c\20SkIRect\20const&\29\20const +10126:SkScan::HairSquarePath\28SkPathRaw\20const&\2c\20SkRasterClip\20const&\2c\20SkBlitter*\29 +10127:SkScan::HairRoundPath\28SkPathRaw\20const&\2c\20SkRasterClip\20const&\2c\20SkBlitter*\29 +10128:SkScan::HairPath\28SkPathRaw\20const&\2c\20SkRasterClip\20const&\2c\20SkBlitter*\29 +10129:SkScan::AntiHairSquarePath\28SkPathRaw\20const&\2c\20SkRasterClip\20const&\2c\20SkBlitter*\29 +10130:SkScan::AntiHairRoundPath\28SkPathRaw\20const&\2c\20SkRasterClip\20const&\2c\20SkBlitter*\29 +10131:SkScalingCodec::onGetScaledDimensions\28float\29\20const +10132:SkScalingCodec::onDimensionsSupported\28SkISize\20const&\29 +10133:SkScalerContext_FreeType::~SkScalerContext_FreeType\28\29_8316 +10134:SkScalerContext_FreeType::~SkScalerContext_FreeType\28\29 +10135:SkScalerContext_FreeType::generatePath\28SkGlyph\20const&\29 +10136:SkScalerContext_FreeType::generateMetrics\28SkGlyph\20const&\2c\20SkArenaAlloc*\29 +10137:SkScalerContext_FreeType::generateImage\28SkGlyph\20const&\2c\20void*\29 +10138:SkScalerContext_FreeType::generateFontMetrics\28SkFontMetrics*\29 +10139:SkScalerContext_FreeType::generateDrawable\28SkGlyph\20const&\29 +10140:SkScalerContext::MakeEmpty\28SkTypeface&\2c\20SkScalerContextEffects\20const&\2c\20SkDescriptor\20const*\29::SkScalerContext_Empty::~SkScalerContext_Empty\28\29 +10141:SkScalerContext::MakeEmpty\28SkTypeface&\2c\20SkScalerContextEffects\20const&\2c\20SkDescriptor\20const*\29::SkScalerContext_Empty::generatePath\28SkGlyph\20const&\29 +10142:SkScalerContext::MakeEmpty\28SkTypeface&\2c\20SkScalerContextEffects\20const&\2c\20SkDescriptor\20const*\29::SkScalerContext_Empty::generateMetrics\28SkGlyph\20const&\2c\20SkArenaAlloc*\29 +10143:SkScalerContext::MakeEmpty\28SkTypeface&\2c\20SkScalerContextEffects\20const&\2c\20SkDescriptor\20const*\29::SkScalerContext_Empty::generateFontMetrics\28SkFontMetrics*\29 +10144:SkSampledCodec::onGetSampledDimensions\28int\29\20const +10145:SkSampledCodec::onGetAndroidPixels\28SkImageInfo\20const&\2c\20void*\2c\20unsigned\20long\2c\20SkAndroidCodec::AndroidOptions\20const&\29 +10146:SkSRGBColorSpaceLuminance::toLuma\28float\2c\20float\29\20const +10147:SkSRGBColorSpaceLuminance::fromLuma\28float\2c\20float\29\20const +10148:SkSL::simplify_componentwise\28SkSL::Context\20const&\2c\20SkSL::Position\2c\20SkSL::Expression\20const&\2c\20SkSL::Operator\2c\20SkSL::Expression\20const&\29::$_3::__invoke\28double\2c\20double\29 +10149:SkSL::simplify_componentwise\28SkSL::Context\20const&\2c\20SkSL::Position\2c\20SkSL::Expression\20const&\2c\20SkSL::Operator\2c\20SkSL::Expression\20const&\29::$_2::__invoke\28double\2c\20double\29 +10150:SkSL::simplify_componentwise\28SkSL::Context\20const&\2c\20SkSL::Position\2c\20SkSL::Expression\20const&\2c\20SkSL::Operator\2c\20SkSL::Expression\20const&\29::$_1::__invoke\28double\2c\20double\29 +10151:SkSL::simplify_componentwise\28SkSL::Context\20const&\2c\20SkSL::Position\2c\20SkSL::Expression\20const&\2c\20SkSL::Operator\2c\20SkSL::Expression\20const&\29::$_0::__invoke\28double\2c\20double\29 +10152:SkSL::remove_break_statements\28std::__2::unique_ptr>&\29::RemoveBreaksWriter::visitStatementPtr\28std::__2::unique_ptr>&\29 +10153:SkSL::hoist_vardecl_symbols_into_outer_scope\28SkSL::Context\20const&\2c\20SkSL::Block\20const&\2c\20SkSL::SymbolTable*\2c\20SkSL::SymbolTable*\29::SymbolHoister::visitStatement\28SkSL::Statement\20const&\29 +10154:SkSL::eliminate_unreachable_code\28SkSpan>>\2c\20SkSL::ProgramUsage*\29::UnreachableCodeEliminator::~UnreachableCodeEliminator\28\29_6994 +10155:SkSL::eliminate_unreachable_code\28SkSpan>>\2c\20SkSL::ProgramUsage*\29::UnreachableCodeEliminator::~UnreachableCodeEliminator\28\29 +10156:SkSL::eliminate_dead_local_variables\28SkSL::Context\20const&\2c\20SkSpan>>\2c\20SkSL::ProgramUsage*\29::DeadLocalVariableEliminator::~DeadLocalVariableEliminator\28\29_6987 +10157:SkSL::eliminate_dead_local_variables\28SkSL::Context\20const&\2c\20SkSpan>>\2c\20SkSL::ProgramUsage*\29::DeadLocalVariableEliminator::~DeadLocalVariableEliminator\28\29 +10158:SkSL::eliminate_dead_local_variables\28SkSL::Context\20const&\2c\20SkSpan>>\2c\20SkSL::ProgramUsage*\29::DeadLocalVariableEliminator::visitStatementPtr\28std::__2::unique_ptr>&\29 +10159:SkSL::eliminate_dead_local_variables\28SkSL::Context\20const&\2c\20SkSpan>>\2c\20SkSL::ProgramUsage*\29::DeadLocalVariableEliminator::visitExpressionPtr\28std::__2::unique_ptr>&\29 +10160:SkSL::count_returns_at_end_of_control_flow\28SkSL::FunctionDefinition\20const&\29::CountReturnsAtEndOfControlFlow::visitStatement\28SkSL::Statement\20const&\29 +10161:SkSL::\28anonymous\20namespace\29::VariableWriteVisitor::visitExpression\28SkSL::Expression\20const&\29 +10162:SkSL::\28anonymous\20namespace\29::SampleOutsideMainVisitor::visitProgramElement\28SkSL::ProgramElement\20const&\29 +10163:SkSL::\28anonymous\20namespace\29::SampleOutsideMainVisitor::visitExpression\28SkSL::Expression\20const&\29 +10164:SkSL::\28anonymous\20namespace\29::ReturnsNonOpaqueColorVisitor::visitStatement\28SkSL::Statement\20const&\29 +10165:SkSL::\28anonymous\20namespace\29::ReturnsInputAlphaVisitor::visitStatement\28SkSL::Statement\20const&\29 +10166:SkSL::\28anonymous\20namespace\29::ReturnsInputAlphaVisitor::visitProgramElement\28SkSL::ProgramElement\20const&\29 +10167:SkSL::\28anonymous\20namespace\29::ProgramUsageVisitor::visitStatement\28SkSL::Statement\20const&\29 +10168:SkSL::\28anonymous\20namespace\29::NodeCountVisitor::visitStatement\28SkSL::Statement\20const&\29 +10169:SkSL::\28anonymous\20namespace\29::NodeCountVisitor::visitProgramElement\28SkSL::ProgramElement\20const&\29 +10170:SkSL::\28anonymous\20namespace\29::NodeCountVisitor::visitExpression\28SkSL::Expression\20const&\29 +10171:SkSL::\28anonymous\20namespace\29::MergeSampleUsageVisitor::visitProgramElement\28SkSL::ProgramElement\20const&\29 +10172:SkSL::\28anonymous\20namespace\29::MergeSampleUsageVisitor::visitExpression\28SkSL::Expression\20const&\29 +10173:SkSL::\28anonymous\20namespace\29::FinalizationVisitor::~FinalizationVisitor\28\29_6098 +10174:SkSL::\28anonymous\20namespace\29::FinalizationVisitor::~FinalizationVisitor\28\29 +10175:SkSL::\28anonymous\20namespace\29::FinalizationVisitor::visitExpression\28SkSL::Expression\20const&\29 +10176:SkSL::\28anonymous\20namespace\29::ES2IndexingVisitor::~ES2IndexingVisitor\28\29_6123 +10177:SkSL::\28anonymous\20namespace\29::ES2IndexingVisitor::~ES2IndexingVisitor\28\29 +10178:SkSL::\28anonymous\20namespace\29::ES2IndexingVisitor::visitStatement\28SkSL::Statement\20const&\29 +10179:SkSL::\28anonymous\20namespace\29::ES2IndexingVisitor::visitExpression\28SkSL::Expression\20const&\29 +10180:SkSL::VectorType::isOrContainsBool\28\29\20const +10181:SkSL::VectorType::isAllowedInUniform\28SkSL::Position*\29\20const +10182:SkSL::VectorType::isAllowedInES2\28\29\20const +10183:SkSL::VariableReference::clone\28SkSL::Position\29\20const +10184:SkSL::Variable::~Variable\28\29_6937 +10185:SkSL::Variable::~Variable\28\29 +10186:SkSL::Variable::setInterfaceBlock\28SkSL::InterfaceBlock*\29 +10187:SkSL::Variable::mangledName\28\29\20const +10188:SkSL::Variable::layout\28\29\20const +10189:SkSL::Variable::description\28\29\20const +10190:SkSL::VarDeclaration::~VarDeclaration\28\29_6935 +10191:SkSL::VarDeclaration::~VarDeclaration\28\29 +10192:SkSL::VarDeclaration::description\28\29\20const +10193:SkSL::TypeReference::clone\28SkSL::Position\29\20const +10194:SkSL::Type::minimumValue\28\29\20const +10195:SkSL::Type::maximumValue\28\29\20const +10196:SkSL::Type::matches\28SkSL::Type\20const&\29\20const +10197:SkSL::Type::isAllowedInUniform\28SkSL::Position*\29\20const +10198:SkSL::Type::fields\28\29\20const +10199:SkSL::Transform::HoistSwitchVarDeclarationsAtTopLevel\28SkSL::Context\20const&\2c\20skia_private::STArray<2\2c\20std::__2::unique_ptr>\2c\20true>&\2c\20SkSL::SymbolTable&\2c\20SkSL::Position\29::HoistSwitchVarDeclsVisitor::~HoistSwitchVarDeclsVisitor\28\29_7020 +10200:SkSL::Transform::HoistSwitchVarDeclarationsAtTopLevel\28SkSL::Context\20const&\2c\20skia_private::STArray<2\2c\20std::__2::unique_ptr>\2c\20true>&\2c\20SkSL::SymbolTable&\2c\20SkSL::Position\29::HoistSwitchVarDeclsVisitor::~HoistSwitchVarDeclsVisitor\28\29 +10201:SkSL::Transform::HoistSwitchVarDeclarationsAtTopLevel\28SkSL::Context\20const&\2c\20skia_private::STArray<2\2c\20std::__2::unique_ptr>\2c\20true>&\2c\20SkSL::SymbolTable&\2c\20SkSL::Position\29::HoistSwitchVarDeclsVisitor::visitStatementPtr\28std::__2::unique_ptr>&\29 +10202:SkSL::Tracer::var\28int\2c\20int\29 +10203:SkSL::Tracer::scope\28int\29 +10204:SkSL::Tracer::line\28int\29 +10205:SkSL::Tracer::exit\28int\29 +10206:SkSL::Tracer::enter\28int\29 +10207:SkSL::TextureType::textureAccess\28\29\20const +10208:SkSL::TextureType::isMultisampled\28\29\20const +10209:SkSL::TextureType::isDepth\28\29\20const +10210:SkSL::TernaryExpression::~TernaryExpression\28\29_6720 +10211:SkSL::TernaryExpression::~TernaryExpression\28\29 +10212:SkSL::TernaryExpression::description\28SkSL::OperatorPrecedence\29\20const +10213:SkSL::TernaryExpression::clone\28SkSL::Position\29\20const +10214:SkSL::TProgramVisitor::visitExpression\28SkSL::Expression&\29 +10215:SkSL::Swizzle::description\28SkSL::OperatorPrecedence\29\20const +10216:SkSL::Swizzle::clone\28SkSL::Position\29\20const +10217:SkSL::SwitchStatement::description\28\29\20const +10218:SkSL::SwitchCase::description\28\29\20const +10219:SkSL::StructType::slotType\28unsigned\20long\29\20const +10220:SkSL::StructType::isOrContainsUnsizedArray\28\29\20const +10221:SkSL::StructType::isOrContainsBool\28\29\20const +10222:SkSL::StructType::isOrContainsAtomic\28\29\20const +10223:SkSL::StructType::isOrContainsArray\28\29\20const +10224:SkSL::StructType::isInterfaceBlock\28\29\20const +10225:SkSL::StructType::isBuiltin\28\29\20const +10226:SkSL::StructType::isAllowedInUniform\28SkSL::Position*\29\20const +10227:SkSL::StructType::isAllowedInES2\28\29\20const +10228:SkSL::StructType::fields\28\29\20const +10229:SkSL::StructDefinition::description\28\29\20const +10230:SkSL::StringStream::~StringStream\28\29_12861 +10231:SkSL::StringStream::~StringStream\28\29 +10232:SkSL::StringStream::write\28void\20const*\2c\20unsigned\20long\29 +10233:SkSL::StringStream::writeText\28char\20const*\29 +10234:SkSL::StringStream::write8\28unsigned\20char\29 +10235:SkSL::SingleArgumentConstructor::~SingleArgumentConstructor\28\29 +10236:SkSL::Setting::description\28SkSL::OperatorPrecedence\29\20const +10237:SkSL::Setting::clone\28SkSL::Position\29\20const +10238:SkSL::ScalarType::priority\28\29\20const +10239:SkSL::ScalarType::numberKind\28\29\20const +10240:SkSL::ScalarType::minimumValue\28\29\20const +10241:SkSL::ScalarType::maximumValue\28\29\20const +10242:SkSL::ScalarType::isOrContainsBool\28\29\20const +10243:SkSL::ScalarType::isAllowedInUniform\28SkSL::Position*\29\20const +10244:SkSL::ScalarType::isAllowedInES2\28\29\20const +10245:SkSL::ScalarType::bitWidth\28\29\20const +10246:SkSL::SamplerType::textureAccess\28\29\20const +10247:SkSL::SamplerType::isMultisampled\28\29\20const +10248:SkSL::SamplerType::isDepth\28\29\20const +10249:SkSL::SamplerType::isArrayedTexture\28\29\20const +10250:SkSL::SamplerType::dimensions\28\29\20const +10251:SkSL::ReturnStatement::description\28\29\20const +10252:SkSL::RP::VariableLValue::store\28SkSL::RP::Generator*\2c\20SkSL::RP::SlotRange\2c\20SkSL::RP::AutoStack*\2c\20SkSpan\29 +10253:SkSL::RP::VariableLValue::push\28SkSL::RP::Generator*\2c\20SkSL::RP::SlotRange\2c\20SkSL::RP::AutoStack*\2c\20SkSpan\29 +10254:SkSL::RP::VariableLValue::isWritable\28\29\20const +10255:SkSL::RP::VariableLValue::fixedSlotRange\28SkSL::RP::Generator*\29 +10256:SkSL::RP::UnownedLValueSlice::store\28SkSL::RP::Generator*\2c\20SkSL::RP::SlotRange\2c\20SkSL::RP::AutoStack*\2c\20SkSpan\29 +10257:SkSL::RP::UnownedLValueSlice::push\28SkSL::RP::Generator*\2c\20SkSL::RP::SlotRange\2c\20SkSL::RP::AutoStack*\2c\20SkSpan\29 +10258:SkSL::RP::UnownedLValueSlice::fixedSlotRange\28SkSL::RP::Generator*\29 +10259:SkSL::RP::SwizzleLValue::~SwizzleLValue\28\29_6351 +10260:SkSL::RP::SwizzleLValue::~SwizzleLValue\28\29 +10261:SkSL::RP::SwizzleLValue::swizzle\28\29 +10262:SkSL::RP::SwizzleLValue::store\28SkSL::RP::Generator*\2c\20SkSL::RP::SlotRange\2c\20SkSL::RP::AutoStack*\2c\20SkSpan\29 +10263:SkSL::RP::SwizzleLValue::push\28SkSL::RP::Generator*\2c\20SkSL::RP::SlotRange\2c\20SkSL::RP::AutoStack*\2c\20SkSpan\29 +10264:SkSL::RP::SwizzleLValue::fixedSlotRange\28SkSL::RP::Generator*\29 +10265:SkSL::RP::ScratchLValue::~ScratchLValue\28\29_6365 +10266:SkSL::RP::ScratchLValue::~ScratchLValue\28\29 +10267:SkSL::RP::ScratchLValue::push\28SkSL::RP::Generator*\2c\20SkSL::RP::SlotRange\2c\20SkSL::RP::AutoStack*\2c\20SkSpan\29 +10268:SkSL::RP::ScratchLValue::fixedSlotRange\28SkSL::RP::Generator*\29 +10269:SkSL::RP::LValueSlice::~LValueSlice\28\29_6349 +10270:SkSL::RP::LValueSlice::~LValueSlice\28\29 +10271:SkSL::RP::LValue::~LValue\28\29_6341 +10272:SkSL::RP::ImmutableLValue::push\28SkSL::RP::Generator*\2c\20SkSL::RP::SlotRange\2c\20SkSL::RP::AutoStack*\2c\20SkSpan\29 +10273:SkSL::RP::ImmutableLValue::fixedSlotRange\28SkSL::RP::Generator*\29 +10274:SkSL::RP::DynamicIndexLValue::~DynamicIndexLValue\28\29_6358 +10275:SkSL::RP::DynamicIndexLValue::store\28SkSL::RP::Generator*\2c\20SkSL::RP::SlotRange\2c\20SkSL::RP::AutoStack*\2c\20SkSpan\29 +10276:SkSL::RP::DynamicIndexLValue::push\28SkSL::RP::Generator*\2c\20SkSL::RP::SlotRange\2c\20SkSL::RP::AutoStack*\2c\20SkSpan\29 +10277:SkSL::RP::DynamicIndexLValue::isWritable\28\29\20const +10278:SkSL::RP::DynamicIndexLValue::fixedSlotRange\28SkSL::RP::Generator*\29 +10279:SkSL::ProgramVisitor::visitStatementPtr\28std::__2::unique_ptr>\20const&\29 +10280:SkSL::ProgramVisitor::visitExpressionPtr\28std::__2::unique_ptr>\20const&\29 +10281:SkSL::PrefixExpression::~PrefixExpression\28\29_6650 +10282:SkSL::PrefixExpression::~PrefixExpression\28\29 +10283:SkSL::PrefixExpression::description\28SkSL::OperatorPrecedence\29\20const +10284:SkSL::PrefixExpression::clone\28SkSL::Position\29\20const +10285:SkSL::PostfixExpression::description\28SkSL::OperatorPrecedence\29\20const +10286:SkSL::PostfixExpression::clone\28SkSL::Position\29\20const +10287:SkSL::Poison::description\28SkSL::OperatorPrecedence\29\20const +10288:SkSL::Poison::clone\28SkSL::Position\29\20const +10289:SkSL::PipelineStage::Callbacks::getMainName\28\29 +10290:SkSL::Parser::Checkpoint::ForwardingErrorReporter::~ForwardingErrorReporter\28\29_6050 +10291:SkSL::Parser::Checkpoint::ForwardingErrorReporter::~ForwardingErrorReporter\28\29 +10292:SkSL::Parser::Checkpoint::ForwardingErrorReporter::handleError\28std::__2::basic_string_view>\2c\20SkSL::Position\29 +10293:SkSL::Nop::description\28\29\20const +10294:SkSL::MultiArgumentConstructor::~MultiArgumentConstructor\28\29 +10295:SkSL::ModifiersDeclaration::description\28\29\20const +10296:SkSL::MethodReference::description\28SkSL::OperatorPrecedence\29\20const +10297:SkSL::MethodReference::clone\28SkSL::Position\29\20const +10298:SkSL::MatrixType::slotCount\28\29\20const +10299:SkSL::MatrixType::rows\28\29\20const +10300:SkSL::MatrixType::isAllowedInES2\28\29\20const +10301:SkSL::LiteralType::minimumValue\28\29\20const +10302:SkSL::LiteralType::maximumValue\28\29\20const +10303:SkSL::LiteralType::isOrContainsBool\28\29\20const +10304:SkSL::Literal::getConstantValue\28int\29\20const +10305:SkSL::Literal::description\28SkSL::OperatorPrecedence\29\20const +10306:SkSL::Literal::compareConstant\28SkSL::Expression\20const&\29\20const +10307:SkSL::Literal::clone\28SkSL::Position\29\20const +10308:SkSL::Intrinsics::\28anonymous\20namespace\29::evaluate_uintBitsToFloat\28double\2c\20double\2c\20double\29 +10309:SkSL::Intrinsics::\28anonymous\20namespace\29::evaluate_trunc\28double\2c\20double\2c\20double\29 +10310:SkSL::Intrinsics::\28anonymous\20namespace\29::evaluate_tanh\28double\2c\20double\2c\20double\29 +10311:SkSL::Intrinsics::\28anonymous\20namespace\29::evaluate_tan\28double\2c\20double\2c\20double\29 +10312:SkSL::Intrinsics::\28anonymous\20namespace\29::evaluate_step\28double\2c\20double\2c\20double\29 +10313:SkSL::Intrinsics::\28anonymous\20namespace\29::evaluate_sqrt\28double\2c\20double\2c\20double\29 +10314:SkSL::Intrinsics::\28anonymous\20namespace\29::evaluate_smoothstep\28double\2c\20double\2c\20double\29 +10315:SkSL::Intrinsics::\28anonymous\20namespace\29::evaluate_sinh\28double\2c\20double\2c\20double\29 +10316:SkSL::Intrinsics::\28anonymous\20namespace\29::evaluate_sin\28double\2c\20double\2c\20double\29 +10317:SkSL::Intrinsics::\28anonymous\20namespace\29::evaluate_saturate\28double\2c\20double\2c\20double\29 +10318:SkSL::Intrinsics::\28anonymous\20namespace\29::evaluate_radians\28double\2c\20double\2c\20double\29 +10319:SkSL::Intrinsics::\28anonymous\20namespace\29::evaluate_pow\28double\2c\20double\2c\20double\29 +10320:SkSL::Intrinsics::\28anonymous\20namespace\29::evaluate_mod\28double\2c\20double\2c\20double\29 +10321:SkSL::Intrinsics::\28anonymous\20namespace\29::evaluate_mix\28double\2c\20double\2c\20double\29 +10322:SkSL::Intrinsics::\28anonymous\20namespace\29::evaluate_min\28double\2c\20double\2c\20double\29 +10323:SkSL::Intrinsics::\28anonymous\20namespace\29::evaluate_max\28double\2c\20double\2c\20double\29 +10324:SkSL::Intrinsics::\28anonymous\20namespace\29::evaluate_matrixCompMult\28double\2c\20double\2c\20double\29 +10325:SkSL::Intrinsics::\28anonymous\20namespace\29::evaluate_log\28double\2c\20double\2c\20double\29 +10326:SkSL::Intrinsics::\28anonymous\20namespace\29::evaluate_log2\28double\2c\20double\2c\20double\29 +10327:SkSL::Intrinsics::\28anonymous\20namespace\29::evaluate_inversesqrt\28double\2c\20double\2c\20double\29 +10328:SkSL::Intrinsics::\28anonymous\20namespace\29::evaluate_intBitsToFloat\28double\2c\20double\2c\20double\29 +10329:SkSL::Intrinsics::\28anonymous\20namespace\29::evaluate_fract\28double\2c\20double\2c\20double\29 +10330:SkSL::Intrinsics::\28anonymous\20namespace\29::evaluate_fma\28double\2c\20double\2c\20double\29 +10331:SkSL::Intrinsics::\28anonymous\20namespace\29::evaluate_floor\28double\2c\20double\2c\20double\29 +10332:SkSL::Intrinsics::\28anonymous\20namespace\29::evaluate_floatBitsToUint\28double\2c\20double\2c\20double\29 +10333:SkSL::Intrinsics::\28anonymous\20namespace\29::evaluate_floatBitsToInt\28double\2c\20double\2c\20double\29 +10334:SkSL::Intrinsics::\28anonymous\20namespace\29::evaluate_exp\28double\2c\20double\2c\20double\29 +10335:SkSL::Intrinsics::\28anonymous\20namespace\29::evaluate_exp2\28double\2c\20double\2c\20double\29 +10336:SkSL::Intrinsics::\28anonymous\20namespace\29::evaluate_degrees\28double\2c\20double\2c\20double\29 +10337:SkSL::Intrinsics::\28anonymous\20namespace\29::evaluate_cosh\28double\2c\20double\2c\20double\29 +10338:SkSL::Intrinsics::\28anonymous\20namespace\29::evaluate_cos\28double\2c\20double\2c\20double\29 +10339:SkSL::Intrinsics::\28anonymous\20namespace\29::evaluate_clamp\28double\2c\20double\2c\20double\29 +10340:SkSL::Intrinsics::\28anonymous\20namespace\29::evaluate_ceil\28double\2c\20double\2c\20double\29 +10341:SkSL::Intrinsics::\28anonymous\20namespace\29::evaluate_atanh\28double\2c\20double\2c\20double\29 +10342:SkSL::Intrinsics::\28anonymous\20namespace\29::evaluate_atan\28double\2c\20double\2c\20double\29 +10343:SkSL::Intrinsics::\28anonymous\20namespace\29::evaluate_atan2\28double\2c\20double\2c\20double\29 +10344:SkSL::Intrinsics::\28anonymous\20namespace\29::evaluate_asinh\28double\2c\20double\2c\20double\29 +10345:SkSL::Intrinsics::\28anonymous\20namespace\29::evaluate_asin\28double\2c\20double\2c\20double\29 +10346:SkSL::Intrinsics::\28anonymous\20namespace\29::evaluate_acosh\28double\2c\20double\2c\20double\29 +10347:SkSL::Intrinsics::\28anonymous\20namespace\29::evaluate_acos\28double\2c\20double\2c\20double\29 +10348:SkSL::Intrinsics::\28anonymous\20namespace\29::evaluate_abs\28double\2c\20double\2c\20double\29 +10349:SkSL::Intrinsics::\28anonymous\20namespace\29::compare_notEqual\28double\2c\20double\29 +10350:SkSL::Intrinsics::\28anonymous\20namespace\29::compare_lessThan\28double\2c\20double\29 +10351:SkSL::Intrinsics::\28anonymous\20namespace\29::compare_lessThanEqual\28double\2c\20double\29 +10352:SkSL::Intrinsics::\28anonymous\20namespace\29::compare_greaterThan\28double\2c\20double\29 +10353:SkSL::Intrinsics::\28anonymous\20namespace\29::compare_greaterThanEqual\28double\2c\20double\29 +10354:SkSL::Intrinsics::\28anonymous\20namespace\29::compare_equal\28double\2c\20double\29 +10355:SkSL::Intrinsics::\28anonymous\20namespace\29::coalesce_dot\28double\2c\20double\2c\20double\29 +10356:SkSL::Intrinsics::\28anonymous\20namespace\29::coalesce_any\28double\2c\20double\2c\20double\29 +10357:SkSL::Intrinsics::\28anonymous\20namespace\29::coalesce_all\28double\2c\20double\2c\20double\29 +10358:SkSL::InterfaceBlock::~InterfaceBlock\28\29_6617 +10359:SkSL::InterfaceBlock::description\28\29\20const +10360:SkSL::IndexExpression::~IndexExpression\28\29_6614 +10361:SkSL::IndexExpression::~IndexExpression\28\29 +10362:SkSL::IndexExpression::description\28SkSL::OperatorPrecedence\29\20const +10363:SkSL::IndexExpression::clone\28SkSL::Position\29\20const +10364:SkSL::IfStatement::~IfStatement\28\29_6607 +10365:SkSL::IfStatement::~IfStatement\28\29 +10366:SkSL::IfStatement::description\28\29\20const +10367:SkSL::GlobalVarDeclaration::description\28\29\20const +10368:SkSL::GenericType::slotType\28unsigned\20long\29\20const +10369:SkSL::GenericType::coercibleTypes\28\29\20const +10370:SkSL::GLSLCodeGenerator::~GLSLCodeGenerator\28\29_12936 +10371:SkSL::FunctionReference::description\28SkSL::OperatorPrecedence\29\20const +10372:SkSL::FunctionReference::clone\28SkSL::Position\29\20const +10373:SkSL::FunctionPrototype::description\28\29\20const +10374:SkSL::FunctionDefinition::description\28\29\20const +10375:SkSL::FunctionDefinition::Convert\28SkSL::Context\20const&\2c\20SkSL::Position\2c\20SkSL::FunctionDeclaration\20const&\2c\20std::__2::unique_ptr>\29::Finalizer::~Finalizer\28\29_6598 +10376:SkSL::FunctionDefinition::Convert\28SkSL::Context\20const&\2c\20SkSL::Position\2c\20SkSL::FunctionDeclaration\20const&\2c\20std::__2::unique_ptr>\29::Finalizer::~Finalizer\28\29 +10377:SkSL::FunctionCall::description\28SkSL::OperatorPrecedence\29\20const +10378:SkSL::FunctionCall::clone\28SkSL::Position\29\20const +10379:SkSL::ForStatement::~ForStatement\28\29_6489 +10380:SkSL::ForStatement::~ForStatement\28\29 +10381:SkSL::ForStatement::description\28\29\20const +10382:SkSL::FieldSymbol::description\28\29\20const +10383:SkSL::FieldAccess::clone\28SkSL::Position\29\20const +10384:SkSL::Extension::description\28\29\20const +10385:SkSL::ExtendedVariable::~ExtendedVariable\28\29_6939 +10386:SkSL::ExtendedVariable::~ExtendedVariable\28\29 +10387:SkSL::ExtendedVariable::mangledName\28\29\20const +10388:SkSL::ExtendedVariable::layout\28\29\20const +10389:SkSL::ExtendedVariable::interfaceBlock\28\29\20const +10390:SkSL::ExtendedVariable::detachDeadInterfaceBlock\28\29 +10391:SkSL::ExpressionStatement::description\28\29\20const +10392:SkSL::Expression::getConstantValue\28int\29\20const +10393:SkSL::EmptyExpression::description\28SkSL::OperatorPrecedence\29\20const +10394:SkSL::EmptyExpression::clone\28SkSL::Position\29\20const +10395:SkSL::DoStatement::description\28\29\20const +10396:SkSL::DiscardStatement::description\28\29\20const +10397:SkSL::DebugTracePriv::~DebugTracePriv\28\29_6970 +10398:SkSL::DebugTracePriv::dump\28SkWStream*\29\20const +10399:SkSL::CountReturnsWithLimit::visitStatement\28SkSL::Statement\20const&\29 +10400:SkSL::ContinueStatement::description\28\29\20const +10401:SkSL::ConstructorStruct::clone\28SkSL::Position\29\20const +10402:SkSL::ConstructorSplat::getConstantValue\28int\29\20const +10403:SkSL::ConstructorSplat::clone\28SkSL::Position\29\20const +10404:SkSL::ConstructorScalarCast::clone\28SkSL::Position\29\20const +10405:SkSL::ConstructorMatrixResize::getConstantValue\28int\29\20const +10406:SkSL::ConstructorMatrixResize::clone\28SkSL::Position\29\20const +10407:SkSL::ConstructorDiagonalMatrix::getConstantValue\28int\29\20const +10408:SkSL::ConstructorDiagonalMatrix::clone\28SkSL::Position\29\20const +10409:SkSL::ConstructorCompoundCast::clone\28SkSL::Position\29\20const +10410:SkSL::ConstructorCompound::clone\28SkSL::Position\29\20const +10411:SkSL::ConstructorArrayCast::clone\28SkSL::Position\29\20const +10412:SkSL::ConstructorArray::clone\28SkSL::Position\29\20const +10413:SkSL::Compiler::CompilerErrorReporter::handleError\28std::__2::basic_string_view>\2c\20SkSL::Position\29 +10414:SkSL::CodeGenerator::~CodeGenerator\28\29 +10415:SkSL::ChildCall::description\28SkSL::OperatorPrecedence\29\20const +10416:SkSL::ChildCall::clone\28SkSL::Position\29\20const +10417:SkSL::BreakStatement::description\28\29\20const +10418:SkSL::Block::~Block\28\29_6391 +10419:SkSL::Block::~Block\28\29 +10420:SkSL::Block::isEmpty\28\29\20const +10421:SkSL::Block::description\28\29\20const +10422:SkSL::BinaryExpression::~BinaryExpression\28\29_6384 +10423:SkSL::BinaryExpression::~BinaryExpression\28\29 +10424:SkSL::BinaryExpression::description\28SkSL::OperatorPrecedence\29\20const +10425:SkSL::BinaryExpression::clone\28SkSL::Position\29\20const +10426:SkSL::ArrayType::slotType\28unsigned\20long\29\20const +10427:SkSL::ArrayType::slotCount\28\29\20const +10428:SkSL::ArrayType::matches\28SkSL::Type\20const&\29\20const +10429:SkSL::ArrayType::isUnsizedArray\28\29\20const +10430:SkSL::ArrayType::isOrContainsUnsizedArray\28\29\20const +10431:SkSL::ArrayType::isBuiltin\28\29\20const +10432:SkSL::ArrayType::isAllowedInUniform\28SkSL::Position*\29\20const +10433:SkSL::AnyConstructor::getConstantValue\28int\29\20const +10434:SkSL::AnyConstructor::description\28SkSL::OperatorPrecedence\29\20const +10435:SkSL::AnyConstructor::compareConstant\28SkSL::Expression\20const&\29\20const +10436:SkSL::Analysis::\28anonymous\20namespace\29::LoopControlFlowVisitor::visitStatement\28SkSL::Statement\20const&\29 +10437:SkSL::Analysis::IsDynamicallyUniformExpression\28SkSL::Expression\20const&\29::IsDynamicallyUniformExpressionVisitor::visitExpression\28SkSL::Expression\20const&\29 +10438:SkSL::Analysis::IsCompileTimeConstant\28SkSL::Expression\20const&\29::IsCompileTimeConstantVisitor::visitExpression\28SkSL::Expression\20const&\29 +10439:SkSL::Analysis::HasSideEffects\28SkSL::Expression\20const&\29::HasSideEffectsVisitor::visitExpression\28SkSL::Expression\20const&\29 +10440:SkSL::Analysis::FindFunctionsToSpecialize\28SkSL::Program\20const&\2c\20SkSL::Analysis::SpecializationInfo*\2c\20std::__2::function\20const&\29::Searcher::~Searcher\28\29_6166 +10441:SkSL::Analysis::FindFunctionsToSpecialize\28SkSL::Program\20const&\2c\20SkSL::Analysis::SpecializationInfo*\2c\20std::__2::function\20const&\29::Searcher::~Searcher\28\29 +10442:SkSL::Analysis::FindFunctionsToSpecialize\28SkSL::Program\20const&\2c\20SkSL::Analysis::SpecializationInfo*\2c\20std::__2::function\20const&\29::Searcher::visitExpression\28SkSL::Expression\20const&\29 +10443:SkSL::Analysis::ContainsVariable\28SkSL::Expression\20const&\2c\20SkSL::Variable\20const&\29::ContainsVariableVisitor::visitExpression\28SkSL::Expression\20const&\29 +10444:SkSL::Analysis::ContainsRTAdjust\28SkSL::Expression\20const&\29::ContainsRTAdjustVisitor::visitExpression\28SkSL::Expression\20const&\29 +10445:SkSL::Analysis::CheckProgramStructure\28SkSL::Program\20const&\29::ProgramStructureVisitor::~ProgramStructureVisitor\28\29_6092 +10446:SkSL::Analysis::CheckProgramStructure\28SkSL::Program\20const&\29::ProgramStructureVisitor::~ProgramStructureVisitor\28\29 +10447:SkSL::Analysis::CheckProgramStructure\28SkSL::Program\20const&\29::ProgramStructureVisitor::visitExpression\28SkSL::Expression\20const&\29 +10448:SkSL::AliasType::textureAccess\28\29\20const +10449:SkSL::AliasType::slotType\28unsigned\20long\29\20const +10450:SkSL::AliasType::slotCount\28\29\20const +10451:SkSL::AliasType::rows\28\29\20const +10452:SkSL::AliasType::priority\28\29\20const +10453:SkSL::AliasType::isVector\28\29\20const +10454:SkSL::AliasType::isUnsizedArray\28\29\20const +10455:SkSL::AliasType::isStruct\28\29\20const +10456:SkSL::AliasType::isScalar\28\29\20const +10457:SkSL::AliasType::isMultisampled\28\29\20const +10458:SkSL::AliasType::isMatrix\28\29\20const +10459:SkSL::AliasType::isLiteral\28\29\20const +10460:SkSL::AliasType::isInterfaceBlock\28\29\20const +10461:SkSL::AliasType::isDepth\28\29\20const +10462:SkSL::AliasType::isArrayedTexture\28\29\20const +10463:SkSL::AliasType::isArray\28\29\20const +10464:SkSL::AliasType::dimensions\28\29\20const +10465:SkSL::AliasType::componentType\28\29\20const +10466:SkSL::AliasType::columns\28\29\20const +10467:SkSL::AliasType::coercibleTypes\28\29\20const +10468:SkRuntimeShader::~SkRuntimeShader\28\29_4984 +10469:SkRuntimeShader::type\28\29\20const +10470:SkRuntimeShader::isOpaque\28\29\20const +10471:SkRuntimeShader::getTypeName\28\29\20const +10472:SkRuntimeShader::flatten\28SkWriteBuffer&\29\20const +10473:SkRuntimeShader::appendStages\28SkStageRec\20const&\2c\20SkShaders::MatrixRec\20const&\29\20const +10474:SkRuntimeEffect::~SkRuntimeEffect\28\29_4073 +10475:SkRuntimeEffect::MakeFromSource\28SkString\2c\20SkRuntimeEffect::Options\20const&\2c\20SkSL::ProgramKind\29 +10476:SkRuntimeColorFilter::~SkRuntimeColorFilter\28\29_5395 +10477:SkRuntimeColorFilter::~SkRuntimeColorFilter\28\29 +10478:SkRuntimeColorFilter::onIsAlphaUnchanged\28\29\20const +10479:SkRuntimeColorFilter::getTypeName\28\29\20const +10480:SkRuntimeColorFilter::appendStages\28SkStageRec\20const&\2c\20bool\29\20const +10481:SkRuntimeBlender::~SkRuntimeBlender\28\29_4039 +10482:SkRuntimeBlender::~SkRuntimeBlender\28\29 +10483:SkRuntimeBlender::onAppendStages\28SkStageRec\20const&\29\20const +10484:SkRuntimeBlender::getTypeName\28\29\20const +10485:SkRgnClipBlitter::blitV\28int\2c\20int\2c\20int\2c\20unsigned\20char\29 +10486:SkRgnClipBlitter::blitRect\28int\2c\20int\2c\20int\2c\20int\29 +10487:SkRgnClipBlitter::blitMask\28SkMask\20const&\2c\20SkIRect\20const&\29 +10488:SkRgnClipBlitter::blitH\28int\2c\20int\2c\20int\29 +10489:SkRgnClipBlitter::blitAntiRect\28int\2c\20int\2c\20int\2c\20int\2c\20unsigned\20char\2c\20unsigned\20char\29 +10490:SkRgnClipBlitter::blitAntiH\28int\2c\20int\2c\20unsigned\20char\20const*\2c\20short\20const*\29 +10491:SkRgnBuilder::~SkRgnBuilder\28\29_3986 +10492:SkRgnBuilder::blitH\28int\2c\20int\2c\20int\29 +10493:SkResourceCache::~SkResourceCache\28\29_4005 +10494:SkResourceCache::purgeSharedID\28unsigned\20long\20long\29 +10495:SkResourceCache::purgeAll\28\29 +10496:SkResourceCache::SetTotalByteLimit\28unsigned\20long\29 +10497:SkResourceCache::GetTotalBytesUsed\28\29 +10498:SkResourceCache::GetTotalByteLimit\28\29 +10499:SkRescaleAndReadPixels\28SkBitmap\2c\20SkImageInfo\20const&\2c\20SkIRect\20const&\2c\20SkImage::RescaleGamma\2c\20SkImage::RescaleMode\2c\20void\20\28*\29\28void*\2c\20std::__2::unique_ptr>\29\2c\20void*\29::Result::~Result\28\29_4799 +10500:SkRescaleAndReadPixels\28SkBitmap\2c\20SkImageInfo\20const&\2c\20SkIRect\20const&\2c\20SkImage::RescaleGamma\2c\20SkImage::RescaleMode\2c\20void\20\28*\29\28void*\2c\20std::__2::unique_ptr>\29\2c\20void*\29::Result::~Result\28\29 +10501:SkRescaleAndReadPixels\28SkBitmap\2c\20SkImageInfo\20const&\2c\20SkIRect\20const&\2c\20SkImage::RescaleGamma\2c\20SkImage::RescaleMode\2c\20void\20\28*\29\28void*\2c\20std::__2::unique_ptr>\29\2c\20void*\29::Result::data\28int\29\20const +10502:SkRefCntSet::~SkRefCntSet\28\29_2109 +10503:SkRefCntSet::incPtr\28void*\29 +10504:SkRefCntSet::decPtr\28void*\29 +10505:SkRectClipBlitter::blitV\28int\2c\20int\2c\20int\2c\20unsigned\20char\29 +10506:SkRectClipBlitter::blitRect\28int\2c\20int\2c\20int\2c\20int\29 +10507:SkRectClipBlitter::blitMask\28SkMask\20const&\2c\20SkIRect\20const&\29 +10508:SkRectClipBlitter::blitH\28int\2c\20int\2c\20int\29 +10509:SkRectClipBlitter::blitAntiRect\28int\2c\20int\2c\20int\2c\20int\2c\20unsigned\20char\2c\20unsigned\20char\29 +10510:SkRectClipBlitter::blitAntiH\28int\2c\20int\2c\20unsigned\20char\20const*\2c\20short\20const*\29 +10511:SkRecordedDrawable::~SkRecordedDrawable\28\29_3933 +10512:SkRecordedDrawable::~SkRecordedDrawable\28\29 +10513:SkRecordedDrawable::onMakePictureSnapshot\28\29 +10514:SkRecordedDrawable::onGetBounds\28\29 +10515:SkRecordedDrawable::onDraw\28SkCanvas*\29 +10516:SkRecordedDrawable::onApproximateBytesUsed\28\29 +10517:SkRecordedDrawable::getTypeName\28\29\20const +10518:SkRecordedDrawable::flatten\28SkWriteBuffer&\29\20const +10519:SkRecordCanvas::~SkRecordCanvas\28\29_3888 +10520:SkRecordCanvas::~SkRecordCanvas\28\29 +10521:SkRecordCanvas::willSave\28\29 +10522:SkRecordCanvas::onResetClip\28\29 +10523:SkRecordCanvas::onDrawVerticesObject\28SkVertices\20const*\2c\20SkBlendMode\2c\20SkPaint\20const&\29 +10524:SkRecordCanvas::onDrawTextBlob\28SkTextBlob\20const*\2c\20float\2c\20float\2c\20SkPaint\20const&\29 +10525:SkRecordCanvas::onDrawSlug\28sktext::gpu::Slug\20const*\2c\20SkPaint\20const&\29 +10526:SkRecordCanvas::onDrawShadowRec\28SkPath\20const&\2c\20SkDrawShadowRec\20const&\29 +10527:SkRecordCanvas::onDrawRegion\28SkRegion\20const&\2c\20SkPaint\20const&\29 +10528:SkRecordCanvas::onDrawRect\28SkRect\20const&\2c\20SkPaint\20const&\29 +10529:SkRecordCanvas::onDrawRRect\28SkRRect\20const&\2c\20SkPaint\20const&\29 +10530:SkRecordCanvas::onDrawPoints\28SkCanvas::PointMode\2c\20unsigned\20long\2c\20SkPoint\20const*\2c\20SkPaint\20const&\29 +10531:SkRecordCanvas::onDrawPicture\28SkPicture\20const*\2c\20SkMatrix\20const*\2c\20SkPaint\20const*\29 +10532:SkRecordCanvas::onDrawPath\28SkPath\20const&\2c\20SkPaint\20const&\29 +10533:SkRecordCanvas::onDrawPatch\28SkPoint\20const*\2c\20unsigned\20int\20const*\2c\20SkPoint\20const*\2c\20SkBlendMode\2c\20SkPaint\20const&\29 +10534:SkRecordCanvas::onDrawPaint\28SkPaint\20const&\29 +10535:SkRecordCanvas::onDrawOval\28SkRect\20const&\2c\20SkPaint\20const&\29 +10536:SkRecordCanvas::onDrawMesh\28SkMesh\20const&\2c\20sk_sp\2c\20SkPaint\20const&\29 +10537:SkRecordCanvas::onDrawImageRect2\28SkImage\20const*\2c\20SkRect\20const&\2c\20SkRect\20const&\2c\20SkSamplingOptions\20const&\2c\20SkPaint\20const*\2c\20SkCanvas::SrcRectConstraint\29 +10538:SkRecordCanvas::onDrawImageLattice2\28SkImage\20const*\2c\20SkCanvas::Lattice\20const&\2c\20SkRect\20const&\2c\20SkFilterMode\2c\20SkPaint\20const*\29 +10539:SkRecordCanvas::onDrawImage2\28SkImage\20const*\2c\20float\2c\20float\2c\20SkSamplingOptions\20const&\2c\20SkPaint\20const*\29 +10540:SkRecordCanvas::onDrawGlyphRunList\28sktext::GlyphRunList\20const&\2c\20SkPaint\20const&\29 +10541:SkRecordCanvas::onDrawEdgeAAQuad\28SkRect\20const&\2c\20SkPoint\20const*\2c\20SkCanvas::QuadAAFlags\2c\20SkRGBA4f<\28SkAlphaType\293>\20const&\2c\20SkBlendMode\29 +10542:SkRecordCanvas::onDrawEdgeAAImageSet2\28SkCanvas::ImageSetEntry\20const*\2c\20int\2c\20SkPoint\20const*\2c\20SkMatrix\20const*\2c\20SkSamplingOptions\20const&\2c\20SkPaint\20const*\2c\20SkCanvas::SrcRectConstraint\29 +10543:SkRecordCanvas::onDrawDrawable\28SkDrawable*\2c\20SkMatrix\20const*\29 +10544:SkRecordCanvas::onDrawDRRect\28SkRRect\20const&\2c\20SkRRect\20const&\2c\20SkPaint\20const&\29 +10545:SkRecordCanvas::onDrawBehind\28SkPaint\20const&\29 +10546:SkRecordCanvas::onDrawAtlas2\28SkImage\20const*\2c\20SkRSXform\20const*\2c\20SkRect\20const*\2c\20unsigned\20int\20const*\2c\20int\2c\20SkBlendMode\2c\20SkSamplingOptions\20const&\2c\20SkRect\20const*\2c\20SkPaint\20const*\29 +10547:SkRecordCanvas::onDrawArc\28SkRect\20const&\2c\20float\2c\20float\2c\20bool\2c\20SkPaint\20const&\29 +10548:SkRecordCanvas::onDrawAnnotation\28SkRect\20const&\2c\20char\20const*\2c\20SkData*\29 +10549:SkRecordCanvas::onDoSaveBehind\28SkRect\20const*\29 +10550:SkRecordCanvas::onClipShader\28sk_sp\2c\20SkClipOp\29 +10551:SkRecordCanvas::onClipRegion\28SkRegion\20const&\2c\20SkClipOp\29 +10552:SkRecordCanvas::onClipRect\28SkRect\20const&\2c\20SkClipOp\2c\20SkCanvas::ClipEdgeStyle\29 +10553:SkRecordCanvas::onClipRRect\28SkRRect\20const&\2c\20SkClipOp\2c\20SkCanvas::ClipEdgeStyle\29 +10554:SkRecordCanvas::onClipPath\28SkPath\20const&\2c\20SkClipOp\2c\20SkCanvas::ClipEdgeStyle\29 +10555:SkRecordCanvas::getSaveLayerStrategy\28SkCanvas::SaveLayerRec\20const&\29 +10556:SkRecordCanvas::didTranslate\28float\2c\20float\29 +10557:SkRecordCanvas::didSetM44\28SkM44\20const&\29 +10558:SkRecordCanvas::didScale\28float\2c\20float\29 +10559:SkRecordCanvas::didRestore\28\29 +10560:SkRecordCanvas::didConcat44\28SkM44\20const&\29 +10561:SkRecord::~SkRecord\28\29_3835 +10562:SkRecord::~SkRecord\28\29 +10563:SkRasterPipelineSpriteBlitter::~SkRasterPipelineSpriteBlitter\28\29_1514 +10564:SkRasterPipelineSpriteBlitter::~SkRasterPipelineSpriteBlitter\28\29 +10565:SkRasterPipelineSpriteBlitter::setup\28SkPixmap\20const&\2c\20int\2c\20int\2c\20SkPaint\20const&\29 +10566:SkRasterPipelineSpriteBlitter::blitRect\28int\2c\20int\2c\20int\2c\20int\29 +10567:SkRasterPipelineBlitter::~SkRasterPipelineBlitter\28\29_3790 +10568:SkRasterPipelineBlitter::canDirectBlit\28\29 +10569:SkRasterPipelineBlitter::blitV\28int\2c\20int\2c\20int\2c\20unsigned\20char\29 +10570:SkRasterPipelineBlitter::blitH\28int\2c\20int\2c\20int\29 +10571:SkRasterPipelineBlitter::blitAntiV2\28int\2c\20int\2c\20unsigned\20int\2c\20unsigned\20int\29 +10572:SkRasterPipelineBlitter::blitAntiH\28int\2c\20int\2c\20unsigned\20char\20const*\2c\20short\20const*\29 +10573:SkRasterPipelineBlitter::blitAntiH2\28int\2c\20int\2c\20unsigned\20int\2c\20unsigned\20int\29 +10574:SkRasterPipelineBlitter::Create\28SkPixmap\20const&\2c\20SkPaint\20const&\2c\20SkRGBA4f<\28SkAlphaType\293>\20const&\2c\20SkArenaAlloc*\2c\20SkRasterPipeline\20const&\2c\20bool\2c\20bool\2c\20SkShader\20const*\29::$_3::__invoke\28SkPixmap*\2c\20int\2c\20int\2c\20int\2c\20int\2c\20unsigned\20long\20long\29 +10575:SkRasterPipelineBlitter::Create\28SkPixmap\20const&\2c\20SkPaint\20const&\2c\20SkRGBA4f<\28SkAlphaType\293>\20const&\2c\20SkArenaAlloc*\2c\20SkRasterPipeline\20const&\2c\20bool\2c\20bool\2c\20SkShader\20const*\29::$_2::__invoke\28SkPixmap*\2c\20int\2c\20int\2c\20int\2c\20int\2c\20unsigned\20long\20long\29 +10576:SkRasterPipelineBlitter::Create\28SkPixmap\20const&\2c\20SkPaint\20const&\2c\20SkRGBA4f<\28SkAlphaType\293>\20const&\2c\20SkArenaAlloc*\2c\20SkRasterPipeline\20const&\2c\20bool\2c\20bool\2c\20SkShader\20const*\29::$_1::__invoke\28SkPixmap*\2c\20int\2c\20int\2c\20int\2c\20int\2c\20unsigned\20long\20long\29 +10577:SkRasterPipelineBlitter::Create\28SkPixmap\20const&\2c\20SkPaint\20const&\2c\20SkRGBA4f<\28SkAlphaType\293>\20const&\2c\20SkArenaAlloc*\2c\20SkRasterPipeline\20const&\2c\20bool\2c\20bool\2c\20SkShader\20const*\29::$_0::__invoke\28SkPixmap*\2c\20int\2c\20int\2c\20int\2c\20int\2c\20unsigned\20long\20long\29 +10578:SkRadialGradient::getTypeName\28\29\20const +10579:SkRadialGradient::flatten\28SkWriteBuffer&\29\20const +10580:SkRadialGradient::asGradient\28SkShaderBase::GradientInfo*\2c\20SkMatrix*\29\20const +10581:SkRadialGradient::appendGradientStages\28SkArenaAlloc*\2c\20SkRasterPipeline*\2c\20SkRasterPipeline*\29\20const +10582:SkRTree::~SkRTree\28\29_3723 +10583:SkRTree::~SkRTree\28\29 +10584:SkRTree::search\28SkRect\20const&\2c\20std::__2::vector>*\29\20const +10585:SkRTree::insert\28SkRect\20const*\2c\20int\29 +10586:SkRTree::bytesUsed\28\29\20const +10587:SkPtrSet::~SkPtrSet\28\29 +10588:SkPngNormalDecoder::~SkPngNormalDecoder\28\29 +10589:SkPngNormalDecoder::setRange\28int\2c\20int\2c\20void*\2c\20unsigned\20long\29 +10590:SkPngNormalDecoder::decode\28int*\29 +10591:SkPngNormalDecoder::decodeAllRows\28void*\2c\20unsigned\20long\2c\20int*\29 +10592:SkPngNormalDecoder::RowCallback\28png_struct_def*\2c\20unsigned\20char*\2c\20unsigned\20int\2c\20int\29 +10593:SkPngNormalDecoder::AllRowsCallback\28png_struct_def*\2c\20unsigned\20char*\2c\20unsigned\20int\2c\20int\29 +10594:SkPngInterlacedDecoder::~SkPngInterlacedDecoder\28\29_13100 +10595:SkPngInterlacedDecoder::~SkPngInterlacedDecoder\28\29 +10596:SkPngInterlacedDecoder::setRange\28int\2c\20int\2c\20void*\2c\20unsigned\20long\29 +10597:SkPngInterlacedDecoder::decode\28int*\29 +10598:SkPngInterlacedDecoder::decodeAllRows\28void*\2c\20unsigned\20long\2c\20int*\29 +10599:SkPngInterlacedDecoder::InterlacedRowCallback\28png_struct_def*\2c\20unsigned\20char*\2c\20unsigned\20int\2c\20int\29 +10600:SkPngEncoderImpl::~SkPngEncoderImpl\28\29_12958 +10601:SkPngEncoderImpl::onFinishEncoding\28\29 +10602:SkPngEncoderImpl::onEncodeRow\28SkSpan\29 +10603:SkPngEncoderBase::~SkPngEncoderBase\28\29 +10604:SkPngEncoderBase::onEncodeRows\28int\29 +10605:SkPngCompositeChunkReader::~SkPngCompositeChunkReader\28\29_13108 +10606:SkPngCompositeChunkReader::~SkPngCompositeChunkReader\28\29 +10607:SkPngCompositeChunkReader::readChunk\28char\20const*\2c\20void\20const*\2c\20unsigned\20long\29 +10608:SkPngCodecBase::initializeXforms\28SkImageInfo\20const&\2c\20SkCodec::Options\20const&\2c\20int\29 +10609:SkPngCodecBase::getSampler\28bool\29 +10610:SkPngCodec::~SkPngCodec\28\29_13092 +10611:SkPngCodec::onTryGetTrnsChunk\28\29 +10612:SkPngCodec::onTryGetPlteChunk\28\29 +10613:SkPngCodec::onStartIncrementalDecode\28SkImageInfo\20const&\2c\20void*\2c\20unsigned\20long\2c\20SkCodec::Options\20const&\29 +10614:SkPngCodec::onRewind\28\29 +10615:SkPngCodec::onIncrementalDecode\28int*\29 +10616:SkPngCodec::onGetPixels\28SkImageInfo\20const&\2c\20void*\2c\20unsigned\20long\2c\20SkCodec::Options\20const&\2c\20int*\29 +10617:SkPngCodec::onGetGainmapInfo\28SkGainmapInfo*\29 +10618:SkPngCodec::onGetGainmapCodec\28SkGainmapInfo*\2c\20std::__2::unique_ptr>*\29 +10619:SkPixmap::erase\28SkRGBA4f<\28SkAlphaType\293>\20const&\2c\20SkIRect\20const*\29\20const::$_2::__invoke\28void*\2c\20unsigned\20long\20long\2c\20int\29 +10620:SkPixmap::erase\28SkRGBA4f<\28SkAlphaType\293>\20const&\2c\20SkIRect\20const*\29\20const::$_1::__invoke\28void*\2c\20unsigned\20long\20long\2c\20int\29 +10621:SkPixmap::erase\28SkRGBA4f<\28SkAlphaType\293>\20const&\2c\20SkIRect\20const*\29\20const::$_0::__invoke\28void*\2c\20unsigned\20long\20long\2c\20int\29 +10622:SkPixelRef::~SkPixelRef\28\29_3654 +10623:SkPictureShader::~SkPictureShader\28\29_4968 +10624:SkPictureShader::~SkPictureShader\28\29 +10625:SkPictureShader::type\28\29\20const +10626:SkPictureShader::getTypeName\28\29\20const +10627:SkPictureShader::flatten\28SkWriteBuffer&\29\20const +10628:SkPictureShader::appendStages\28SkStageRec\20const&\2c\20SkShaders::MatrixRec\20const&\29\20const +10629:SkPictureRecorder*\20emscripten::internal::operator_new\28\29 +10630:SkPictureRecord::~SkPictureRecord\28\29_3638 +10631:SkPictureRecord::willSave\28\29 +10632:SkPictureRecord::willRestore\28\29 +10633:SkPictureRecord::onResetClip\28\29 +10634:SkPictureRecord::onDrawVerticesObject\28SkVertices\20const*\2c\20SkBlendMode\2c\20SkPaint\20const&\29 +10635:SkPictureRecord::onDrawTextBlob\28SkTextBlob\20const*\2c\20float\2c\20float\2c\20SkPaint\20const&\29 +10636:SkPictureRecord::onDrawSlug\28sktext::gpu::Slug\20const*\2c\20SkPaint\20const&\29 +10637:SkPictureRecord::onDrawShadowRec\28SkPath\20const&\2c\20SkDrawShadowRec\20const&\29 +10638:SkPictureRecord::onDrawRegion\28SkRegion\20const&\2c\20SkPaint\20const&\29 +10639:SkPictureRecord::onDrawRect\28SkRect\20const&\2c\20SkPaint\20const&\29 +10640:SkPictureRecord::onDrawRRect\28SkRRect\20const&\2c\20SkPaint\20const&\29 +10641:SkPictureRecord::onDrawPoints\28SkCanvas::PointMode\2c\20unsigned\20long\2c\20SkPoint\20const*\2c\20SkPaint\20const&\29 +10642:SkPictureRecord::onDrawPicture\28SkPicture\20const*\2c\20SkMatrix\20const*\2c\20SkPaint\20const*\29 +10643:SkPictureRecord::onDrawPath\28SkPath\20const&\2c\20SkPaint\20const&\29 +10644:SkPictureRecord::onDrawPatch\28SkPoint\20const*\2c\20unsigned\20int\20const*\2c\20SkPoint\20const*\2c\20SkBlendMode\2c\20SkPaint\20const&\29 +10645:SkPictureRecord::onDrawPaint\28SkPaint\20const&\29 +10646:SkPictureRecord::onDrawOval\28SkRect\20const&\2c\20SkPaint\20const&\29 +10647:SkPictureRecord::onDrawImageRect2\28SkImage\20const*\2c\20SkRect\20const&\2c\20SkRect\20const&\2c\20SkSamplingOptions\20const&\2c\20SkPaint\20const*\2c\20SkCanvas::SrcRectConstraint\29 +10648:SkPictureRecord::onDrawImageLattice2\28SkImage\20const*\2c\20SkCanvas::Lattice\20const&\2c\20SkRect\20const&\2c\20SkFilterMode\2c\20SkPaint\20const*\29 +10649:SkPictureRecord::onDrawImage2\28SkImage\20const*\2c\20float\2c\20float\2c\20SkSamplingOptions\20const&\2c\20SkPaint\20const*\29 +10650:SkPictureRecord::onDrawEdgeAAQuad\28SkRect\20const&\2c\20SkPoint\20const*\2c\20SkCanvas::QuadAAFlags\2c\20SkRGBA4f<\28SkAlphaType\293>\20const&\2c\20SkBlendMode\29 +10651:SkPictureRecord::onDrawEdgeAAImageSet2\28SkCanvas::ImageSetEntry\20const*\2c\20int\2c\20SkPoint\20const*\2c\20SkMatrix\20const*\2c\20SkSamplingOptions\20const&\2c\20SkPaint\20const*\2c\20SkCanvas::SrcRectConstraint\29 +10652:SkPictureRecord::onDrawDrawable\28SkDrawable*\2c\20SkMatrix\20const*\29 +10653:SkPictureRecord::onDrawDRRect\28SkRRect\20const&\2c\20SkRRect\20const&\2c\20SkPaint\20const&\29 +10654:SkPictureRecord::onDrawBehind\28SkPaint\20const&\29 +10655:SkPictureRecord::onDrawAtlas2\28SkImage\20const*\2c\20SkRSXform\20const*\2c\20SkRect\20const*\2c\20unsigned\20int\20const*\2c\20int\2c\20SkBlendMode\2c\20SkSamplingOptions\20const&\2c\20SkRect\20const*\2c\20SkPaint\20const*\29 +10656:SkPictureRecord::onDrawArc\28SkRect\20const&\2c\20float\2c\20float\2c\20bool\2c\20SkPaint\20const&\29 +10657:SkPictureRecord::onDrawAnnotation\28SkRect\20const&\2c\20char\20const*\2c\20SkData*\29 +10658:SkPictureRecord::onDoSaveBehind\28SkRect\20const*\29 +10659:SkPictureRecord::onClipShader\28sk_sp\2c\20SkClipOp\29 +10660:SkPictureRecord::onClipRegion\28SkRegion\20const&\2c\20SkClipOp\29 +10661:SkPictureRecord::onClipRect\28SkRect\20const&\2c\20SkClipOp\2c\20SkCanvas::ClipEdgeStyle\29 +10662:SkPictureRecord::onClipRRect\28SkRRect\20const&\2c\20SkClipOp\2c\20SkCanvas::ClipEdgeStyle\29 +10663:SkPictureRecord::onClipPath\28SkPath\20const&\2c\20SkClipOp\2c\20SkCanvas::ClipEdgeStyle\29 +10664:SkPictureRecord::getSaveLayerStrategy\28SkCanvas::SaveLayerRec\20const&\29 +10665:SkPictureRecord::didTranslate\28float\2c\20float\29 +10666:SkPictureRecord::didSetM44\28SkM44\20const&\29 +10667:SkPictureRecord::didScale\28float\2c\20float\29 +10668:SkPictureRecord::didConcat44\28SkM44\20const&\29 +10669:SkPictureData::serialize\28SkWStream*\2c\20SkSerialProcs\20const&\2c\20SkRefCntSet*\2c\20bool\29\20const::DevNull::write\28void\20const*\2c\20unsigned\20long\29 +10670:SkPerlinNoiseShader::~SkPerlinNoiseShader\28\29_4952 +10671:SkPerlinNoiseShader::~SkPerlinNoiseShader\28\29 +10672:SkPerlinNoiseShader::getTypeName\28\29\20const +10673:SkPerlinNoiseShader::flatten\28SkWriteBuffer&\29\20const +10674:SkPerlinNoiseShader::appendStages\28SkStageRec\20const&\2c\20SkShaders::MatrixRec\20const&\29\20const +10675:SkPathEffectBase::asADash\28\29\20const +10676:SkPath::setIsVolatile\28bool\29 +10677:SkPath::setFillType\28SkPathFillType\29 +10678:SkPath::isVolatile\28\29\20const +10679:SkPath::getFillType\28\29\20const +10680:SkPath2DPathEffectImpl::~SkPath2DPathEffectImpl\28\29_5229 +10681:SkPath2DPathEffectImpl::~SkPath2DPathEffectImpl\28\29 +10682:SkPath2DPathEffectImpl::next\28SkPoint\20const&\2c\20int\2c\20int\2c\20SkPathBuilder*\29\20const +10683:SkPath2DPathEffectImpl::getTypeName\28\29\20const +10684:SkPath2DPathEffectImpl::getFactory\28\29\20const +10685:SkPath2DPathEffectImpl::flatten\28SkWriteBuffer&\29\20const +10686:SkPath2DPathEffectImpl::CreateProc\28SkReadBuffer&\29 +10687:SkPath1DPathEffectImpl::~SkPath1DPathEffectImpl\28\29_5203 +10688:SkPath1DPathEffectImpl::~SkPath1DPathEffectImpl\28\29 +10689:SkPath1DPathEffectImpl::onFilterPath\28SkPathBuilder*\2c\20SkPath\20const&\2c\20SkStrokeRec*\2c\20SkRect\20const*\2c\20SkMatrix\20const&\29\20const +10690:SkPath1DPathEffectImpl::next\28SkPathBuilder*\2c\20float\2c\20SkPathMeasure&\29\20const +10691:SkPath1DPathEffectImpl::getTypeName\28\29\20const +10692:SkPath1DPathEffectImpl::getFactory\28\29\20const +10693:SkPath1DPathEffectImpl::flatten\28SkWriteBuffer&\29\20const +10694:SkPath1DPathEffectImpl::begin\28float\29\20const +10695:SkPath1DPathEffectImpl::CreateProc\28SkReadBuffer&\29 +10696:SkPath1DPathEffect::Make\28SkPath\20const&\2c\20float\2c\20float\2c\20SkPath1DPathEffect::Style\29 +10697:SkPath*\20emscripten::internal::operator_new\28\29 +10698:SkPairPathEffect::~SkPairPathEffect\28\29_3467 +10699:SkPaint::setDither\28bool\29 +10700:SkPaint::setAntiAlias\28bool\29 +10701:SkPaint::getStrokeMiter\28\29\20const +10702:SkPaint::getStrokeJoin\28\29\20const +10703:SkPaint::getStrokeCap\28\29\20const +10704:SkPaint*\20emscripten::internal::operator_new\28\29 +10705:SkOTUtils::LocalizedStrings_SingleName::~LocalizedStrings_SingleName\28\29_8360 +10706:SkOTUtils::LocalizedStrings_SingleName::~LocalizedStrings_SingleName\28\29 +10707:SkOTUtils::LocalizedStrings_SingleName::next\28SkTypeface::LocalizedString*\29 +10708:SkOTUtils::LocalizedStrings_NameTable::~LocalizedStrings_NameTable\28\29_7606 +10709:SkOTUtils::LocalizedStrings_NameTable::~LocalizedStrings_NameTable\28\29 +10710:SkOTUtils::LocalizedStrings_NameTable::next\28SkTypeface::LocalizedString*\29 +10711:SkNoPixelsDevice::~SkNoPixelsDevice\28\29_1988 +10712:SkNoPixelsDevice::~SkNoPixelsDevice\28\29 +10713:SkNoPixelsDevice::replaceClip\28SkIRect\20const&\29 +10714:SkNoPixelsDevice::pushClipStack\28\29 +10715:SkNoPixelsDevice::popClipStack\28\29 +10716:SkNoPixelsDevice::onClipShader\28sk_sp\29 +10717:SkNoPixelsDevice::isClipWideOpen\28\29\20const +10718:SkNoPixelsDevice::isClipRect\28\29\20const +10719:SkNoPixelsDevice::isClipEmpty\28\29\20const +10720:SkNoPixelsDevice::isClipAntiAliased\28\29\20const +10721:SkNoPixelsDevice::devClipBounds\28\29\20const +10722:SkNoPixelsDevice::clipRegion\28SkRegion\20const&\2c\20SkClipOp\29 +10723:SkNoPixelsDevice::clipRect\28SkRect\20const&\2c\20SkClipOp\2c\20bool\29 +10724:SkNoPixelsDevice::clipRRect\28SkRRect\20const&\2c\20SkClipOp\2c\20bool\29 +10725:SkNoPixelsDevice::clipPath\28SkPath\20const&\2c\20SkClipOp\2c\20bool\29 +10726:SkNoPixelsDevice::android_utils_clipAsRgn\28SkRegion*\29\20const +10727:SkNoDrawCanvas::onDrawTextBlob\28SkTextBlob\20const*\2c\20float\2c\20float\2c\20SkPaint\20const&\29 +10728:SkNoDrawCanvas::onDrawAtlas2\28SkImage\20const*\2c\20SkRSXform\20const*\2c\20SkRect\20const*\2c\20unsigned\20int\20const*\2c\20int\2c\20SkBlendMode\2c\20SkSamplingOptions\20const&\2c\20SkRect\20const*\2c\20SkPaint\20const*\29 +10729:SkMipmap::~SkMipmap\28\29_2639 +10730:SkMipmap::~SkMipmap\28\29 +10731:SkMipmap::onDataChange\28void*\2c\20void*\29 +10732:SkMemoryStream::~SkMemoryStream\28\29_4320 +10733:SkMemoryStream::~SkMemoryStream\28\29 +10734:SkMemoryStream::setMemory\28void\20const*\2c\20unsigned\20long\2c\20bool\29 +10735:SkMemoryStream::seek\28unsigned\20long\29 +10736:SkMemoryStream::rewind\28\29 +10737:SkMemoryStream::read\28void*\2c\20unsigned\20long\29 +10738:SkMemoryStream::peek\28void*\2c\20unsigned\20long\29\20const +10739:SkMemoryStream::onFork\28\29\20const +10740:SkMemoryStream::onDuplicate\28\29\20const +10741:SkMemoryStream::move\28long\29 +10742:SkMemoryStream::isAtEnd\28\29\20const +10743:SkMemoryStream::getMemoryBase\28\29 +10744:SkMemoryStream::getLength\28\29\20const +10745:SkMemoryStream::getData\28\29\20const +10746:SkMatrixColorFilter::onIsAlphaUnchanged\28\29\20const +10747:SkMatrixColorFilter::onAsAColorMatrix\28float*\29\20const +10748:SkMatrixColorFilter::getTypeName\28\29\20const +10749:SkMatrixColorFilter::flatten\28SkWriteBuffer&\29\20const +10750:SkMatrixColorFilter::appendStages\28SkStageRec\20const&\2c\20bool\29\20const +10751:SkMatrix::Trans_pts\28SkMatrix\20const&\2c\20SkPoint*\2c\20SkPoint\20const*\2c\20int\29 +10752:SkMatrix::Scale_pts\28SkMatrix\20const&\2c\20SkPoint*\2c\20SkPoint\20const*\2c\20int\29 +10753:SkMatrix::Poly4Proc\28SkPoint\20const*\2c\20SkMatrix*\29 +10754:SkMatrix::Poly3Proc\28SkPoint\20const*\2c\20SkMatrix*\29 +10755:SkMatrix::Poly2Proc\28SkPoint\20const*\2c\20SkMatrix*\29 +10756:SkMatrix::Persp_pts\28SkMatrix\20const&\2c\20SkPoint*\2c\20SkPoint\20const*\2c\20int\29 +10757:SkMatrix::Identity_pts\28SkMatrix\20const&\2c\20SkPoint*\2c\20SkPoint\20const*\2c\20int\29 +10758:SkMatrix::Affine_vpts\28SkMatrix\20const&\2c\20SkPoint*\2c\20SkPoint\20const*\2c\20int\29 +10759:SkMaskSwizzler::onSetSampleX\28int\29 +10760:SkMaskFilterBase::filterRectsToNine\28SkSpan\2c\20SkMatrix\20const&\2c\20SkIRect\20const&\2c\20std::__2::optional*\2c\20SkResourceCache*\29\20const +10761:SkMaskFilterBase::filterRRectToNine\28SkRRect\20const&\2c\20SkMatrix\20const&\2c\20SkIRect\20const&\2c\20SkResourceCache*\29\20const +10762:SkMaskFilterBase::asImageFilter\28SkMatrix\20const&\2c\20SkPaint\20const&\29\20const +10763:SkMallocPixelRef::MakeAllocate\28SkImageInfo\20const&\2c\20unsigned\20long\29::PixelRef::~PixelRef\28\29_2452 +10764:SkMallocPixelRef::MakeAllocate\28SkImageInfo\20const&\2c\20unsigned\20long\29::PixelRef::~PixelRef\28\29 +10765:SkMakePixelRefWithProc\28int\2c\20int\2c\20unsigned\20long\2c\20void*\2c\20void\20\28*\29\28void*\2c\20void*\29\2c\20void*\29::PixelRef::~PixelRef\28\29_3664 +10766:SkMakePixelRefWithProc\28int\2c\20int\2c\20unsigned\20long\2c\20void*\2c\20void\20\28*\29\28void*\2c\20void*\29\2c\20void*\29::PixelRef::~PixelRef\28\29 +10767:SkLumaColorFilter::Make\28\29 +10768:SkLocalMatrixShader::~SkLocalMatrixShader\28\29_4933 +10769:SkLocalMatrixShader::~SkLocalMatrixShader\28\29 +10770:SkLocalMatrixShader::type\28\29\20const +10771:SkLocalMatrixShader::onIsAImage\28SkMatrix*\2c\20SkTileMode*\29\20const +10772:SkLocalMatrixShader::onAsLuminanceColor\28SkRGBA4f<\28SkAlphaType\293>*\29\20const +10773:SkLocalMatrixShader::makeAsALocalMatrixShader\28SkMatrix*\29\20const +10774:SkLocalMatrixShader::isOpaque\28\29\20const +10775:SkLocalMatrixShader::isConstant\28SkRGBA4f<\28SkAlphaType\293>*\29\20const +10776:SkLocalMatrixShader::getTypeName\28\29\20const +10777:SkLocalMatrixShader::flatten\28SkWriteBuffer&\29\20const +10778:SkLocalMatrixShader::asGradient\28SkShaderBase::GradientInfo*\2c\20SkMatrix*\29\20const +10779:SkLocalMatrixShader::appendStages\28SkStageRec\20const&\2c\20SkShaders::MatrixRec\20const&\29\20const +10780:SkLinearGradient::getTypeName\28\29\20const +10781:SkLinearGradient::flatten\28SkWriteBuffer&\29\20const +10782:SkLinearGradient::asGradient\28SkShaderBase::GradientInfo*\2c\20SkMatrix*\29\20const +10783:SkLine2DPathEffectImpl::onFilterPath\28SkPathBuilder*\2c\20SkPath\20const&\2c\20SkStrokeRec*\2c\20SkRect\20const*\2c\20SkMatrix\20const&\29\20const +10784:SkLine2DPathEffectImpl::nextSpan\28int\2c\20int\2c\20int\2c\20SkPathBuilder*\29\20const +10785:SkLine2DPathEffectImpl::getTypeName\28\29\20const +10786:SkLine2DPathEffectImpl::getFactory\28\29\20const +10787:SkLine2DPathEffectImpl::flatten\28SkWriteBuffer&\29\20const +10788:SkLine2DPathEffectImpl::CreateProc\28SkReadBuffer&\29 +10789:SkJpegMetadataDecoderImpl::~SkJpegMetadataDecoderImpl\28\29_13016 +10790:SkJpegMetadataDecoderImpl::~SkJpegMetadataDecoderImpl\28\29 +10791:SkJpegMetadataDecoderImpl::getJUMBFMetadata\28bool\29\20const +10792:SkJpegMetadataDecoderImpl::getISOGainmapMetadata\28bool\29\20const +10793:SkJpegMetadataDecoderImpl::getICCProfileData\28bool\29\20const +10794:SkJpegMetadataDecoderImpl::getExifMetadata\28bool\29\20const +10795:SkJpegMemorySourceMgr::skipInputBytes\28unsigned\20long\2c\20unsigned\20char\20const*&\2c\20unsigned\20long&\29 +10796:SkJpegMemorySourceMgr::initSource\28unsigned\20char\20const*&\2c\20unsigned\20long&\29 +10797:SkJpegDecoder::Decode\28std::__2::unique_ptr>\2c\20SkCodec::Result*\2c\20void*\29 +10798:SkJpegCodec::~SkJpegCodec\28\29_12971 +10799:SkJpegCodec::~SkJpegCodec\28\29 +10800:SkJpegCodec::onStartScanlineDecode\28SkImageInfo\20const&\2c\20SkCodec::Options\20const&\29 +10801:SkJpegCodec::onSkipScanlines\28int\29 +10802:SkJpegCodec::onRewind\28\29 +10803:SkJpegCodec::onQueryYUVAInfo\28SkYUVAPixmapInfo::SupportedDataTypes\20const&\2c\20SkYUVAPixmapInfo*\29\20const +10804:SkJpegCodec::onGetYUVAPlanes\28SkYUVAPixmaps\20const&\29 +10805:SkJpegCodec::onGetScanlines\28void*\2c\20int\2c\20unsigned\20long\29 +10806:SkJpegCodec::onGetScaledDimensions\28float\29\20const +10807:SkJpegCodec::onGetPixels\28SkImageInfo\20const&\2c\20void*\2c\20unsigned\20long\2c\20SkCodec::Options\20const&\2c\20int*\29 +10808:SkJpegCodec::onGetGainmapCodec\28SkGainmapInfo*\2c\20std::__2::unique_ptr>*\29 +10809:SkJpegCodec::onDimensionsSupported\28SkISize\20const&\29 +10810:SkJpegCodec::getSampler\28bool\29 +10811:SkJpegCodec::conversionSupported\28SkImageInfo\20const&\2c\20bool\2c\20bool\29 +10812:SkJpegBufferedSourceMgr::~SkJpegBufferedSourceMgr\28\29_13025 +10813:SkJpegBufferedSourceMgr::~SkJpegBufferedSourceMgr\28\29 +10814:SkJpegBufferedSourceMgr::skipInputBytes\28unsigned\20long\2c\20unsigned\20char\20const*&\2c\20unsigned\20long&\29 +10815:SkJpegBufferedSourceMgr::initSource\28unsigned\20char\20const*&\2c\20unsigned\20long&\29 +10816:SkJpegBufferedSourceMgr::fillInputBuffer\28unsigned\20char\20const*&\2c\20unsigned\20long&\29 +10817:SkImage_Raster::~SkImage_Raster\28\29_4771 +10818:SkImage_Raster::~SkImage_Raster\28\29 +10819:SkImage_Raster::onReinterpretColorSpace\28sk_sp\29\20const +10820:SkImage_Raster::onReadPixels\28GrDirectContext*\2c\20SkImageInfo\20const&\2c\20void*\2c\20unsigned\20long\2c\20int\2c\20int\2c\20SkImage::CachingHint\29\20const +10821:SkImage_Raster::onPeekPixels\28SkPixmap*\29\20const +10822:SkImage_Raster::onMakeWithMipmaps\28sk_sp\29\20const +10823:SkImage_Raster::onMakeSubset\28SkRecorder*\2c\20SkIRect\20const&\2c\20SkImage::RequiredProperties\29\20const +10824:SkImage_Raster::onHasMipmaps\28\29\20const +10825:SkImage_Raster::onAsLegacyBitmap\28GrDirectContext*\2c\20SkBitmap*\29\20const +10826:SkImage_Raster::notifyAddedToRasterCache\28\29\20const +10827:SkImage_Raster::makeColorTypeAndColorSpace\28SkRecorder*\2c\20SkColorType\2c\20sk_sp\2c\20SkImage::RequiredProperties\29\20const +10828:SkImage_Raster::isValid\28SkRecorder*\29\20const +10829:SkImage_Raster::getROPixels\28GrDirectContext*\2c\20SkBitmap*\2c\20SkImage::CachingHint\29\20const +10830:SkImage_LazyTexture::readPixelsProxy\28GrDirectContext*\2c\20SkPixmap\20const&\29\20const +10831:SkImage_LazyTexture::onMakeSubset\28SkRecorder*\2c\20SkIRect\20const&\2c\20SkImage::RequiredProperties\29\20const +10832:SkImage_Lazy::~SkImage_Lazy\28\29 +10833:SkImage_Lazy::onReinterpretColorSpace\28sk_sp\29\20const +10834:SkImage_Lazy::onRefEncoded\28\29\20const +10835:SkImage_Lazy::onReadPixels\28GrDirectContext*\2c\20SkImageInfo\20const&\2c\20void*\2c\20unsigned\20long\2c\20int\2c\20int\2c\20SkImage::CachingHint\29\20const +10836:SkImage_Lazy::onMakeSubset\28SkRecorder*\2c\20SkIRect\20const&\2c\20SkImage::RequiredProperties\29\20const +10837:SkImage_Lazy::onIsProtected\28\29\20const +10838:SkImage_Lazy::makeColorTypeAndColorSpace\28SkRecorder*\2c\20SkColorType\2c\20sk_sp\2c\20SkImage::RequiredProperties\29\20const +10839:SkImage_Lazy::isValid\28SkRecorder*\29\20const +10840:SkImage_Lazy::getROPixels\28GrDirectContext*\2c\20SkBitmap*\2c\20SkImage::CachingHint\29\20const +10841:SkImage_GaneshBase::~SkImage_GaneshBase\28\29 +10842:SkImage_GaneshBase::onReadPixels\28GrDirectContext*\2c\20SkImageInfo\20const&\2c\20void*\2c\20unsigned\20long\2c\20int\2c\20int\2c\20SkImage::CachingHint\29\20const +10843:SkImage_GaneshBase::onMakeSurface\28SkRecorder*\2c\20SkImageInfo\20const&\29\20const +10844:SkImage_GaneshBase::onMakeSubset\28SkRecorder*\2c\20SkIRect\20const&\2c\20SkImage::RequiredProperties\29\20const +10845:SkImage_GaneshBase::makeColorTypeAndColorSpace\28SkRecorder*\2c\20SkColorType\2c\20sk_sp\2c\20SkImage::RequiredProperties\29\20const +10846:SkImage_GaneshBase::isValid\28SkRecorder*\29\20const +10847:SkImage_GaneshBase::getROPixels\28GrDirectContext*\2c\20SkBitmap*\2c\20SkImage::CachingHint\29\20const +10848:SkImage_GaneshBase::directContext\28\29\20const +10849:SkImage_Ganesh::~SkImage_Ganesh\28\29_10906 +10850:SkImage_Ganesh::textureSize\28\29\20const +10851:SkImage_Ganesh::onReinterpretColorSpace\28sk_sp\29\20const +10852:SkImage_Ganesh::onMakeColorTypeAndColorSpace\28GrDirectContext*\2c\20SkColorType\2c\20sk_sp\29\20const +10853:SkImage_Ganesh::onIsProtected\28\29\20const +10854:SkImage_Ganesh::onHasMipmaps\28\29\20const +10855:SkImage_Ganesh::onAsyncRescaleAndReadPixels\28SkImageInfo\20const&\2c\20SkIRect\2c\20SkImage::RescaleGamma\2c\20SkImage::RescaleMode\2c\20void\20\28*\29\28void*\2c\20std::__2::unique_ptr>\29\2c\20void*\29\20const +10856:SkImage_Ganesh::onAsyncRescaleAndReadPixelsYUV420\28SkYUVColorSpace\2c\20bool\2c\20sk_sp\2c\20SkIRect\2c\20SkISize\2c\20SkImage::RescaleGamma\2c\20SkImage::RescaleMode\2c\20void\20\28*\29\28void*\2c\20std::__2::unique_ptr>\29\2c\20void*\29\20const +10857:SkImage_Ganesh::generatingSurfaceIsDeleted\28\29 +10858:SkImage_Ganesh::flush\28GrDirectContext*\2c\20GrFlushInfo\20const&\29\20const +10859:SkImage_Ganesh::asView\28GrRecordingContext*\2c\20skgpu::Mipmapped\2c\20GrImageTexGenPolicy\29\20const +10860:SkImage_Ganesh::asFragmentProcessor\28skgpu::ganesh::SurfaceDrawContext*\2c\20SkSamplingOptions\2c\20SkTileMode\20const*\2c\20SkMatrix\20const&\2c\20SkRect\20const*\2c\20SkRect\20const*\29\20const +10861:SkImage_Base::onAsyncRescaleAndReadPixels\28SkImageInfo\20const&\2c\20SkIRect\2c\20SkImage::RescaleGamma\2c\20SkImage::RescaleMode\2c\20void\20\28*\29\28void*\2c\20std::__2::unique_ptr>\29\2c\20void*\29\20const +10862:SkImage_Base::notifyAddedToRasterCache\28\29\20const +10863:SkImage_Base::makeSubset\28SkRecorder*\2c\20SkIRect\20const&\2c\20SkImage::RequiredProperties\29\20const +10864:SkImage_Base::makeColorSpace\28SkRecorder*\2c\20sk_sp\2c\20SkImage::RequiredProperties\29\20const +10865:SkImage_Base::isTextureBacked\28\29\20const +10866:SkImage_Base::isLazyGenerated\28\29\20const +10867:SkImageShader::~SkImageShader\28\29_4918 +10868:SkImageShader::~SkImageShader\28\29 +10869:SkImageShader::onIsAImage\28SkMatrix*\2c\20SkTileMode*\29\20const +10870:SkImageShader::isOpaque\28\29\20const +10871:SkImageShader::getTypeName\28\29\20const +10872:SkImageShader::flatten\28SkWriteBuffer&\29\20const +10873:SkImageShader::appendStages\28SkStageRec\20const&\2c\20SkShaders::MatrixRec\20const&\29\20const +10874:SkImageGenerator::~SkImageGenerator\28\29 +10875:SkImageFilters::Compose\28sk_sp\2c\20sk_sp\29 +10876:SkImage::~SkImage\28\29 +10877:SkIcoDecoder::Decode\28std::__2::unique_ptr>\2c\20SkCodec::Result*\2c\20void*\29 +10878:SkIcoCodec::~SkIcoCodec\28\29_13047 +10879:SkIcoCodec::~SkIcoCodec\28\29 +10880:SkIcoCodec::onStartScanlineDecode\28SkImageInfo\20const&\2c\20SkCodec::Options\20const&\29 +10881:SkIcoCodec::onStartIncrementalDecode\28SkImageInfo\20const&\2c\20void*\2c\20unsigned\20long\2c\20SkCodec::Options\20const&\29 +10882:SkIcoCodec::onSkipScanlines\28int\29 +10883:SkIcoCodec::onIncrementalDecode\28int*\29 +10884:SkIcoCodec::onGetScanlines\28void*\2c\20int\2c\20unsigned\20long\29 +10885:SkIcoCodec::onGetScanlineOrder\28\29\20const +10886:SkIcoCodec::onGetScaledDimensions\28float\29\20const +10887:SkIcoCodec::onGetPixels\28SkImageInfo\20const&\2c\20void*\2c\20unsigned\20long\2c\20SkCodec::Options\20const&\2c\20int*\29 +10888:SkIcoCodec::onDimensionsSupported\28SkISize\20const&\29 +10889:SkIcoCodec::getSampler\28bool\29 +10890:SkIcoCodec::conversionSupported\28SkImageInfo\20const&\2c\20bool\2c\20bool\29 +10891:SkGradientBaseShader::onAsLuminanceColor\28SkRGBA4f<\28SkAlphaType\293>*\29\20const +10892:SkGradientBaseShader::isOpaque\28\29\20const +10893:SkGradientBaseShader::appendStages\28SkStageRec\20const&\2c\20SkShaders::MatrixRec\20const&\29\20const +10894:SkGifDecoder::Decode\28std::__2::unique_ptr>\2c\20SkCodec::Result*\2c\20void*\29 +10895:SkGaussianColorFilter::getTypeName\28\29\20const +10896:SkGaussianColorFilter::appendStages\28SkStageRec\20const&\2c\20bool\29\20const +10897:SkGammaColorSpaceLuminance::toLuma\28float\2c\20float\29\20const +10898:SkGammaColorSpaceLuminance::fromLuma\28float\2c\20float\29\20const +10899:SkGainmapInfo::serialize\28\29\20const +10900:SkGainmapInfo::SerializeVersion\28\29 +10901:SkFontStyleSet_Custom::~SkFontStyleSet_Custom\28\29_8287 +10902:SkFontStyleSet_Custom::~SkFontStyleSet_Custom\28\29 +10903:SkFontStyleSet_Custom::getStyle\28int\2c\20SkFontStyle*\2c\20SkString*\29 +10904:SkFontScanner_FreeType::~SkFontScanner_FreeType\28\29_8353 +10905:SkFontScanner_FreeType::~SkFontScanner_FreeType\28\29 +10906:SkFontScanner_FreeType::scanFile\28SkStreamAsset*\2c\20int*\29\20const +10907:SkFontScanner_FreeType::scanFace\28SkStreamAsset*\2c\20int\2c\20int*\29\20const +10908:SkFontScanner_FreeType::getFactoryId\28\29\20const +10909:SkFontMgr_Custom::~SkFontMgr_Custom\28\29_8289 +10910:SkFontMgr_Custom::~SkFontMgr_Custom\28\29 +10911:SkFontMgr_Custom::onMatchFamily\28char\20const*\29\20const +10912:SkFontMgr_Custom::onMatchFamilyStyle\28char\20const*\2c\20SkFontStyle\20const&\29\20const +10913:SkFontMgr_Custom::onMakeFromStreamIndex\28std::__2::unique_ptr>\2c\20int\29\20const +10914:SkFontMgr_Custom::onMakeFromFile\28char\20const*\2c\20int\29\20const +10915:SkFontMgr_Custom::onMakeFromData\28sk_sp\2c\20int\29\20const +10916:SkFontMgr_Custom::onLegacyMakeTypeface\28char\20const*\2c\20SkFontStyle\29\20const +10917:SkFontMgr_Custom::onGetFamilyName\28int\2c\20SkString*\29\20const +10918:SkFont::setScaleX\28float\29 +10919:SkFont::setEmbeddedBitmaps\28bool\29 +10920:SkFont::isEmbolden\28\29\20const +10921:SkFont::getSkewX\28\29\20const +10922:SkFont::getSize\28\29\20const +10923:SkFont::getScaleX\28\29\20const +10924:SkFont*\20emscripten::internal::operator_new\2c\20float\2c\20float\2c\20float>\28sk_sp&&\2c\20float&&\2c\20float&&\2c\20float&&\29 +10925:SkFont*\20emscripten::internal::operator_new\2c\20float>\28sk_sp&&\2c\20float&&\29 +10926:SkFont*\20emscripten::internal::operator_new>\28sk_sp&&\29 +10927:SkFont*\20emscripten::internal::operator_new\28\29 +10928:SkFILEStream::~SkFILEStream\28\29_4273 +10929:SkFILEStream::~SkFILEStream\28\29 +10930:SkFILEStream::seek\28unsigned\20long\29 +10931:SkFILEStream::rewind\28\29 +10932:SkFILEStream::read\28void*\2c\20unsigned\20long\29 +10933:SkFILEStream::onFork\28\29\20const +10934:SkFILEStream::onDuplicate\28\29\20const +10935:SkFILEStream::move\28long\29 +10936:SkFILEStream::isAtEnd\28\29\20const +10937:SkFILEStream::getPosition\28\29\20const +10938:SkFILEStream::getLength\28\29\20const +10939:SkEncoder::~SkEncoder\28\29 +10940:SkEmptyShader::getTypeName\28\29\20const +10941:SkEmptyPicture::~SkEmptyPicture\28\29 +10942:SkEmptyPicture::cullRect\28\29\20const +10943:SkEmptyFontMgr::onMatchFamily\28char\20const*\29\20const +10944:SkEdgeBuilder::~SkEdgeBuilder\28\29 +10945:SkEdgeBuilder::build\28SkPathRaw\20const&\2c\20SkIRect\20const*\2c\20bool\29::$_0::__invoke\28SkEdgeClipper*\2c\20bool\2c\20void*\29 +10946:SkDynamicMemoryWStream::~SkDynamicMemoryWStream\28\29_4303 +10947:SkDrawable::onMakePictureSnapshot\28\29 +10948:SkDiscretePathEffectImpl::onFilterPath\28SkPathBuilder*\2c\20SkPath\20const&\2c\20SkStrokeRec*\2c\20SkRect\20const*\2c\20SkMatrix\20const&\29\20const +10949:SkDiscretePathEffectImpl::getTypeName\28\29\20const +10950:SkDiscretePathEffectImpl::getFactory\28\29\20const +10951:SkDiscretePathEffectImpl::computeFastBounds\28SkRect*\29\20const +10952:SkDiscretePathEffectImpl::CreateProc\28SkReadBuffer&\29 +10953:SkDevice::~SkDevice\28\29 +10954:SkDevice::strikeDeviceInfo\28\29\20const +10955:SkDevice::drawSlug\28SkCanvas*\2c\20sktext::gpu::Slug\20const*\2c\20SkPaint\20const&\29 +10956:SkDevice::drawRegion\28SkRegion\20const&\2c\20SkPaint\20const&\29 +10957:SkDevice::drawPatch\28SkPoint\20const*\2c\20unsigned\20int\20const*\2c\20SkPoint\20const*\2c\20sk_sp\2c\20SkPaint\20const&\29 +10958:SkDevice::drawImageLattice\28SkImage\20const*\2c\20SkCanvas::Lattice\20const&\2c\20SkRect\20const&\2c\20SkFilterMode\2c\20SkPaint\20const&\29 +10959:SkDevice::drawEdgeAAQuad\28SkRect\20const&\2c\20SkPoint\20const*\2c\20SkCanvas::QuadAAFlags\2c\20SkRGBA4f<\28SkAlphaType\293>\20const&\2c\20SkBlendMode\29 +10960:SkDevice::drawEdgeAAImageSet\28SkCanvas::ImageSetEntry\20const*\2c\20int\2c\20SkPoint\20const*\2c\20SkMatrix\20const*\2c\20SkSamplingOptions\20const&\2c\20SkPaint\20const&\2c\20SkCanvas::SrcRectConstraint\29 +10961:SkDevice::drawDRRect\28SkRRect\20const&\2c\20SkRRect\20const&\2c\20SkPaint\20const&\29 +10962:SkDevice::drawCoverageMask\28SkSpecialImage\20const*\2c\20SkMatrix\20const&\2c\20SkSamplingOptions\20const&\2c\20SkPaint\20const&\29 +10963:SkDevice::drawBlurredRRect\28SkRRect\20const&\2c\20SkPaint\20const&\2c\20float\29 +10964:SkDevice::drawAtlas\28SkSpan\2c\20SkSpan\2c\20SkSpan\2c\20sk_sp\2c\20SkPaint\20const&\29 +10965:SkDevice::drawAsTiledImageRect\28SkCanvas*\2c\20SkImage\20const*\2c\20SkRect\20const*\2c\20SkRect\20const&\2c\20SkSamplingOptions\20const&\2c\20SkPaint\20const&\2c\20SkCanvas::SrcRectConstraint\29 +10966:SkDevice::createImageFilteringBackend\28SkSurfaceProps\20const&\2c\20SkColorType\29\20const +10967:SkData::shareSubset\28unsigned\20long\2c\20unsigned\20long\29::$_0::__invoke\28void\20const*\2c\20void*\29 +10968:SkDashImpl::~SkDashImpl\28\29_5250 +10969:SkDashImpl::~SkDashImpl\28\29 +10970:SkDashImpl::onFilterPath\28SkPathBuilder*\2c\20SkPath\20const&\2c\20SkStrokeRec*\2c\20SkRect\20const*\2c\20SkMatrix\20const&\29\20const +10971:SkDashImpl::onAsPoints\28SkPathEffectBase::PointData*\2c\20SkPath\20const&\2c\20SkStrokeRec\20const&\2c\20SkMatrix\20const&\2c\20SkRect\20const*\29\20const +10972:SkDashImpl::getTypeName\28\29\20const +10973:SkDashImpl::flatten\28SkWriteBuffer&\29\20const +10974:SkDashImpl::asADash\28\29\20const +10975:SkCustomTypefaceBuilder::MakeFromStream\28std::__2::unique_ptr>\2c\20SkFontArguments\20const&\29 +10976:SkCornerPathEffectImpl::onFilterPath\28SkPathBuilder*\2c\20SkPath\20const&\2c\20SkStrokeRec*\2c\20SkRect\20const*\2c\20SkMatrix\20const&\29\20const +10977:SkCornerPathEffectImpl::getTypeName\28\29\20const +10978:SkCornerPathEffectImpl::getFactory\28\29\20const +10979:SkCornerPathEffectImpl::flatten\28SkWriteBuffer&\29\20const +10980:SkCornerPathEffectImpl::CreateProc\28SkReadBuffer&\29 +10981:SkCornerPathEffect::Make\28float\29 +10982:SkContourMeasureIter*\20emscripten::internal::operator_new\28SkPath\20const&\2c\20bool&&\2c\20float&&\29 +10983:SkContourMeasure::~SkContourMeasure\28\29_1913 +10984:SkContourMeasure::~SkContourMeasure\28\29 +10985:SkContourMeasure::isClosed\28\29\20const +10986:SkConicalGradient::getTypeName\28\29\20const +10987:SkConicalGradient::flatten\28SkWriteBuffer&\29\20const +10988:SkConicalGradient::asGradient\28SkShaderBase::GradientInfo*\2c\20SkMatrix*\29\20const +10989:SkConicalGradient::appendGradientStages\28SkArenaAlloc*\2c\20SkRasterPipeline*\2c\20SkRasterPipeline*\29\20const +10990:SkComposePathEffect::~SkComposePathEffect\28\29 +10991:SkComposePathEffect::onFilterPath\28SkPathBuilder*\2c\20SkPath\20const&\2c\20SkStrokeRec*\2c\20SkRect\20const*\2c\20SkMatrix\20const&\29\20const +10992:SkComposePathEffect::getTypeName\28\29\20const +10993:SkComposePathEffect::computeFastBounds\28SkRect*\29\20const +10994:SkComposeColorFilter::~SkComposeColorFilter\28\29_5366 +10995:SkComposeColorFilter::~SkComposeColorFilter\28\29 +10996:SkComposeColorFilter::onIsAlphaUnchanged\28\29\20const +10997:SkComposeColorFilter::getTypeName\28\29\20const +10998:SkComposeColorFilter::appendStages\28SkStageRec\20const&\2c\20bool\29\20const +10999:SkColorSpaceXformColorFilter::~SkColorSpaceXformColorFilter\28\29_5357 +11000:SkColorSpaceXformColorFilter::~SkColorSpaceXformColorFilter\28\29 +11001:SkColorSpaceXformColorFilter::getTypeName\28\29\20const +11002:SkColorSpaceXformColorFilter::flatten\28SkWriteBuffer&\29\20const +11003:SkColorSpaceXformColorFilter::appendStages\28SkStageRec\20const&\2c\20bool\29\20const +11004:SkColorShader::onAsLuminanceColor\28SkRGBA4f<\28SkAlphaType\293>*\29\20const +11005:SkColorShader::isOpaque\28\29\20const +11006:SkColorShader::isConstant\28SkRGBA4f<\28SkAlphaType\293>*\29\20const +11007:SkColorShader::getTypeName\28\29\20const +11008:SkColorShader::flatten\28SkWriteBuffer&\29\20const +11009:SkColorShader::appendStages\28SkStageRec\20const&\2c\20SkShaders::MatrixRec\20const&\29\20const +11010:SkColorPalette::~SkColorPalette\28\29_5590 +11011:SkColorPalette::~SkColorPalette\28\29 +11012:SkColorFilters::SRGBToLinearGamma\28\29 +11013:SkColorFilters::LinearToSRGBGamma\28\29 +11014:SkColorFilters::Lerp\28float\2c\20sk_sp\2c\20sk_sp\29 +11015:SkColorFilters::Compose\28sk_sp\20const&\2c\20sk_sp\29 +11016:SkColorFilterShader::~SkColorFilterShader\28\29_4882 +11017:SkColorFilterShader::~SkColorFilterShader\28\29 +11018:SkColorFilterShader::isOpaque\28\29\20const +11019:SkColorFilterShader::getTypeName\28\29\20const +11020:SkColorFilterShader::flatten\28SkWriteBuffer&\29\20const +11021:SkColorFilterShader::appendStages\28SkStageRec\20const&\2c\20SkShaders::MatrixRec\20const&\29\20const +11022:SkColorFilterBase::onFilterColor4f\28SkRGBA4f<\28SkAlphaType\292>\20const&\2c\20SkColorSpace*\29\20const +11023:SkCodecPriv::PremultiplyARGBasRGBA\28unsigned\20int\2c\20unsigned\20int\2c\20unsigned\20int\2c\20unsigned\20int\29 +11024:SkCodecPriv::PremultiplyARGBasBGRA\28unsigned\20int\2c\20unsigned\20int\2c\20unsigned\20int\2c\20unsigned\20int\29 +11025:SkCodecImageGenerator::~SkCodecImageGenerator\28\29_5587 +11026:SkCodecImageGenerator::~SkCodecImageGenerator\28\29 +11027:SkCodecImageGenerator::onRefEncodedData\28\29 +11028:SkCodecImageGenerator::onQueryYUVAInfo\28SkYUVAPixmapInfo::SupportedDataTypes\20const&\2c\20SkYUVAPixmapInfo*\29\20const +11029:SkCodecImageGenerator::onGetYUVAPlanes\28SkYUVAPixmaps\20const&\29 +11030:SkCodecImageGenerator::onGetPixels\28SkImageInfo\20const&\2c\20void*\2c\20unsigned\20long\2c\20SkImageGenerator::Options\20const&\29 +11031:SkCodec::onStartScanlineDecode\28SkImageInfo\20const&\2c\20SkCodec::Options\20const&\29 +11032:SkCodec::onStartIncrementalDecode\28SkImageInfo\20const&\2c\20void*\2c\20unsigned\20long\2c\20SkCodec::Options\20const&\29 +11033:SkCodec::onOutputScanline\28int\29\20const +11034:SkCodec::onGetScaledDimensions\28float\29\20const +11035:SkCodec::getEncodedData\28\29\20const +11036:SkCodec::conversionSupported\28SkImageInfo\20const&\2c\20bool\2c\20bool\29 +11037:SkCanvas::rotate\28float\2c\20float\2c\20float\29 +11038:SkCanvas::recordingContext\28\29\20const +11039:SkCanvas::recorder\28\29\20const +11040:SkCanvas::onPeekPixels\28SkPixmap*\29 +11041:SkCanvas::onNewSurface\28SkImageInfo\20const&\2c\20SkSurfaceProps\20const&\29 +11042:SkCanvas::onImageInfo\28\29\20const +11043:SkCanvas::onGetProps\28SkSurfaceProps*\2c\20bool\29\20const +11044:SkCanvas::onDrawVerticesObject\28SkVertices\20const*\2c\20SkBlendMode\2c\20SkPaint\20const&\29 +11045:SkCanvas::onDrawTextBlob\28SkTextBlob\20const*\2c\20float\2c\20float\2c\20SkPaint\20const&\29 +11046:SkCanvas::onDrawSlug\28sktext::gpu::Slug\20const*\2c\20SkPaint\20const&\29 +11047:SkCanvas::onDrawShadowRec\28SkPath\20const&\2c\20SkDrawShadowRec\20const&\29 +11048:SkCanvas::onDrawRegion\28SkRegion\20const&\2c\20SkPaint\20const&\29 +11049:SkCanvas::onDrawRect\28SkRect\20const&\2c\20SkPaint\20const&\29 +11050:SkCanvas::onDrawRRect\28SkRRect\20const&\2c\20SkPaint\20const&\29 +11051:SkCanvas::onDrawPoints\28SkCanvas::PointMode\2c\20unsigned\20long\2c\20SkPoint\20const*\2c\20SkPaint\20const&\29 +11052:SkCanvas::onDrawPicture\28SkPicture\20const*\2c\20SkMatrix\20const*\2c\20SkPaint\20const*\29 +11053:SkCanvas::onDrawPath\28SkPath\20const&\2c\20SkPaint\20const&\29 +11054:SkCanvas::onDrawPatch\28SkPoint\20const*\2c\20unsigned\20int\20const*\2c\20SkPoint\20const*\2c\20SkBlendMode\2c\20SkPaint\20const&\29 +11055:SkCanvas::onDrawPaint\28SkPaint\20const&\29 +11056:SkCanvas::onDrawOval\28SkRect\20const&\2c\20SkPaint\20const&\29 +11057:SkCanvas::onDrawMesh\28SkMesh\20const&\2c\20sk_sp\2c\20SkPaint\20const&\29 +11058:SkCanvas::onDrawImageRect2\28SkImage\20const*\2c\20SkRect\20const&\2c\20SkRect\20const&\2c\20SkSamplingOptions\20const&\2c\20SkPaint\20const*\2c\20SkCanvas::SrcRectConstraint\29 +11059:SkCanvas::onDrawImageLattice2\28SkImage\20const*\2c\20SkCanvas::Lattice\20const&\2c\20SkRect\20const&\2c\20SkFilterMode\2c\20SkPaint\20const*\29 +11060:SkCanvas::onDrawImage2\28SkImage\20const*\2c\20float\2c\20float\2c\20SkSamplingOptions\20const&\2c\20SkPaint\20const*\29 +11061:SkCanvas::onDrawGlyphRunList\28sktext::GlyphRunList\20const&\2c\20SkPaint\20const&\29 +11062:SkCanvas::onDrawEdgeAAQuad\28SkRect\20const&\2c\20SkPoint\20const*\2c\20SkCanvas::QuadAAFlags\2c\20SkRGBA4f<\28SkAlphaType\293>\20const&\2c\20SkBlendMode\29 +11063:SkCanvas::onDrawEdgeAAImageSet2\28SkCanvas::ImageSetEntry\20const*\2c\20int\2c\20SkPoint\20const*\2c\20SkMatrix\20const*\2c\20SkSamplingOptions\20const&\2c\20SkPaint\20const*\2c\20SkCanvas::SrcRectConstraint\29 +11064:SkCanvas::onDrawDrawable\28SkDrawable*\2c\20SkMatrix\20const*\29 +11065:SkCanvas::onDrawDRRect\28SkRRect\20const&\2c\20SkRRect\20const&\2c\20SkPaint\20const&\29 +11066:SkCanvas::onDrawBehind\28SkPaint\20const&\29 +11067:SkCanvas::onDrawAtlas2\28SkImage\20const*\2c\20SkRSXform\20const*\2c\20SkRect\20const*\2c\20unsigned\20int\20const*\2c\20int\2c\20SkBlendMode\2c\20SkSamplingOptions\20const&\2c\20SkRect\20const*\2c\20SkPaint\20const*\29 +11068:SkCanvas::onDrawArc\28SkRect\20const&\2c\20float\2c\20float\2c\20bool\2c\20SkPaint\20const&\29 +11069:SkCanvas::onDrawAnnotation\28SkRect\20const&\2c\20char\20const*\2c\20SkData*\29 +11070:SkCanvas::onDiscard\28\29 +11071:SkCanvas::onConvertGlyphRunListToSlug\28sktext::GlyphRunList\20const&\2c\20SkPaint\20const&\29 +11072:SkCanvas::onAccessTopLayerPixels\28SkPixmap*\29 +11073:SkCanvas::isClipRect\28\29\20const +11074:SkCanvas::isClipEmpty\28\29\20const +11075:SkCanvas::getSaveCount\28\29\20const +11076:SkCanvas::getBaseLayerSize\28\29\20const +11077:SkCanvas::drawTextBlob\28sk_sp\20const&\2c\20float\2c\20float\2c\20SkPaint\20const&\29 +11078:SkCanvas::drawPicture\28sk_sp\20const&\29 +11079:SkCanvas::drawCircle\28float\2c\20float\2c\20float\2c\20SkPaint\20const&\29 +11080:SkCanvas::baseRecorder\28\29\20const +11081:SkCanvas*\20emscripten::internal::operator_new\28float&&\2c\20float&&\29 +11082:SkCanvas*\20emscripten::internal::operator_new\28\29 +11083:SkCachedData::~SkCachedData\28\29_1641 +11084:SkCTMShader::isConstant\28SkRGBA4f<\28SkAlphaType\293>*\29\20const +11085:SkCTMShader::getTypeName\28\29\20const +11086:SkCTMShader::asGradient\28SkShaderBase::GradientInfo*\2c\20SkMatrix*\29\20const +11087:SkCTMShader::appendStages\28SkStageRec\20const&\2c\20SkShaders::MatrixRec\20const&\29\20const +11088:SkBreakIterator_icu::~SkBreakIterator_icu\28\29_8212 +11089:SkBreakIterator_icu::~SkBreakIterator_icu\28\29 +11090:SkBreakIterator_icu::status\28\29 +11091:SkBreakIterator_icu::setText\28char\20const*\2c\20int\29 +11092:SkBreakIterator_icu::setText\28char16_t\20const*\2c\20int\29 +11093:SkBreakIterator_icu::next\28\29 +11094:SkBreakIterator_icu::isDone\28\29 +11095:SkBreakIterator_icu::first\28\29 +11096:SkBreakIterator_icu::current\28\29 +11097:SkBmpStandardCodec::~SkBmpStandardCodec\28\29_5769 +11098:SkBmpStandardCodec::~SkBmpStandardCodec\28\29 +11099:SkBmpStandardCodec::onPrepareToDecode\28SkImageInfo\20const&\2c\20SkCodec::Options\20const&\29 +11100:SkBmpStandardCodec::onInIco\28\29\20const +11101:SkBmpStandardCodec::getSampler\28bool\29 +11102:SkBmpStandardCodec::decodeRows\28SkImageInfo\20const&\2c\20void*\2c\20unsigned\20long\2c\20SkCodec::Options\20const&\29 +11103:SkBmpRLESampler::onSetSampleX\28int\29 +11104:SkBmpRLESampler::fillWidth\28\29\20const +11105:SkBmpRLECodec::~SkBmpRLECodec\28\29_5753 +11106:SkBmpRLECodec::~SkBmpRLECodec\28\29 +11107:SkBmpRLECodec::skipRows\28int\29 +11108:SkBmpRLECodec::onPrepareToDecode\28SkImageInfo\20const&\2c\20SkCodec::Options\20const&\29 +11109:SkBmpRLECodec::onGetPixels\28SkImageInfo\20const&\2c\20void*\2c\20unsigned\20long\2c\20SkCodec::Options\20const&\2c\20int*\29 +11110:SkBmpRLECodec::getSampler\28bool\29 +11111:SkBmpRLECodec::decodeRows\28SkImageInfo\20const&\2c\20void*\2c\20unsigned\20long\2c\20SkCodec::Options\20const&\29 +11112:SkBmpMaskCodec::~SkBmpMaskCodec\28\29_5738 +11113:SkBmpMaskCodec::~SkBmpMaskCodec\28\29 +11114:SkBmpMaskCodec::onPrepareToDecode\28SkImageInfo\20const&\2c\20SkCodec::Options\20const&\29 +11115:SkBmpMaskCodec::getSampler\28bool\29 +11116:SkBmpMaskCodec::decodeRows\28SkImageInfo\20const&\2c\20void*\2c\20unsigned\20long\2c\20SkCodec::Options\20const&\29 +11117:SkBmpDecoder::Decode\28std::__2::unique_ptr>\2c\20SkCodec::Result*\2c\20void*\29 +11118:SkBmpCodec::~SkBmpCodec\28\29 +11119:SkBmpCodec::skipRows\28int\29 +11120:SkBmpCodec::onSkipScanlines\28int\29 +11121:SkBmpCodec::onRewind\28\29 +11122:SkBmpCodec::onGetScanlines\28void*\2c\20int\2c\20unsigned\20long\29 +11123:SkBmpCodec::onGetScanlineOrder\28\29\20const +11124:SkBlurMaskFilterImpl::getTypeName\28\29\20const +11125:SkBlurMaskFilterImpl::flatten\28SkWriteBuffer&\29\20const +11126:SkBlurMaskFilterImpl::filterRectsToNine\28SkSpan\2c\20SkMatrix\20const&\2c\20SkIRect\20const&\2c\20std::__2::optional*\2c\20SkResourceCache*\29\20const +11127:SkBlurMaskFilterImpl::filterRRectToNine\28SkRRect\20const&\2c\20SkMatrix\20const&\2c\20SkIRect\20const&\2c\20SkResourceCache*\29\20const +11128:SkBlurMaskFilterImpl::filterMask\28SkMaskBuilder*\2c\20SkMask\20const&\2c\20SkMatrix\20const&\2c\20SkIPoint*\29\20const +11129:SkBlurMaskFilterImpl::computeFastBounds\28SkRect\20const&\2c\20SkRect*\29\20const +11130:SkBlurMaskFilterImpl::asImageFilter\28SkMatrix\20const&\2c\20SkPaint\20const&\29\20const +11131:SkBlurMaskFilterImpl::asABlur\28SkMaskFilterBase::BlurRec*\29\20const +11132:SkBlockMemoryStream::~SkBlockMemoryStream\28\29_4329 +11133:SkBlockMemoryStream::~SkBlockMemoryStream\28\29 +11134:SkBlockMemoryStream::seek\28unsigned\20long\29 +11135:SkBlockMemoryStream::rewind\28\29 +11136:SkBlockMemoryStream::read\28void*\2c\20unsigned\20long\29 +11137:SkBlockMemoryStream::peek\28void*\2c\20unsigned\20long\29\20const +11138:SkBlockMemoryStream::onFork\28\29\20const +11139:SkBlockMemoryStream::onDuplicate\28\29\20const +11140:SkBlockMemoryStream::move\28long\29 +11141:SkBlockMemoryStream::isAtEnd\28\29\20const +11142:SkBlockMemoryStream::getMemoryBase\28\29 +11143:SkBlockMemoryRefCnt::~SkBlockMemoryRefCnt\28\29_4327 +11144:SkBlockMemoryRefCnt::~SkBlockMemoryRefCnt\28\29 +11145:SkBlitter::canDirectBlit\28\29 +11146:SkBlitter::blitRect\28int\2c\20int\2c\20int\2c\20int\29 +11147:SkBlitter::blitAntiV2\28int\2c\20int\2c\20unsigned\20int\2c\20unsigned\20int\29 +11148:SkBlitter::blitAntiRect\28int\2c\20int\2c\20int\2c\20int\2c\20unsigned\20char\2c\20unsigned\20char\29 +11149:SkBlitter::blitAntiH2\28int\2c\20int\2c\20unsigned\20int\2c\20unsigned\20int\29 +11150:SkBlitter::allocBlitMemory\28unsigned\20long\29 +11151:SkBlendShader::~SkBlendShader\28\29_4866 +11152:SkBlendShader::~SkBlendShader\28\29 +11153:SkBlendShader::getTypeName\28\29\20const +11154:SkBlendShader::flatten\28SkWriteBuffer&\29\20const +11155:SkBlendShader::appendStages\28SkStageRec\20const&\2c\20SkShaders::MatrixRec\20const&\29\20const +11156:SkBlendModeColorFilter::onIsAlphaUnchanged\28\29\20const +11157:SkBlendModeColorFilter::onAsAColorMode\28unsigned\20int*\2c\20SkBlendMode*\29\20const +11158:SkBlendModeColorFilter::getTypeName\28\29\20const +11159:SkBlendModeColorFilter::flatten\28SkWriteBuffer&\29\20const +11160:SkBlendModeColorFilter::appendStages\28SkStageRec\20const&\2c\20bool\29\20const +11161:SkBlendModeBlender::onAppendStages\28SkStageRec\20const&\29\20const +11162:SkBlendModeBlender::getTypeName\28\29\20const +11163:SkBlendModeBlender::flatten\28SkWriteBuffer&\29\20const +11164:SkBlendModeBlender::asBlendMode\28\29\20const +11165:SkBitmapDevice::~SkBitmapDevice\28\29_1389 +11166:SkBitmapDevice::~SkBitmapDevice\28\29 +11167:SkBitmapDevice::snapSpecial\28SkIRect\20const&\2c\20bool\29 +11168:SkBitmapDevice::setImmutable\28\29 +11169:SkBitmapDevice::replaceClip\28SkIRect\20const&\29 +11170:SkBitmapDevice::pushClipStack\28\29 +11171:SkBitmapDevice::popClipStack\28\29 +11172:SkBitmapDevice::onWritePixels\28SkPixmap\20const&\2c\20int\2c\20int\29 +11173:SkBitmapDevice::onReadPixels\28SkPixmap\20const&\2c\20int\2c\20int\29 +11174:SkBitmapDevice::onPeekPixels\28SkPixmap*\29 +11175:SkBitmapDevice::onDrawGlyphRunList\28SkCanvas*\2c\20sktext::GlyphRunList\20const&\2c\20SkPaint\20const&\29 +11176:SkBitmapDevice::onClipShader\28sk_sp\29 +11177:SkBitmapDevice::onAccessPixels\28SkPixmap*\29 +11178:SkBitmapDevice::makeSurface\28SkImageInfo\20const&\2c\20SkSurfaceProps\20const&\29 +11179:SkBitmapDevice::isClipWideOpen\28\29\20const +11180:SkBitmapDevice::isClipRect\28\29\20const +11181:SkBitmapDevice::isClipEmpty\28\29\20const +11182:SkBitmapDevice::isClipAntiAliased\28\29\20const +11183:SkBitmapDevice::drawVertices\28SkVertices\20const*\2c\20sk_sp\2c\20SkPaint\20const&\2c\20bool\29 +11184:SkBitmapDevice::drawSpecial\28SkSpecialImage*\2c\20SkMatrix\20const&\2c\20SkSamplingOptions\20const&\2c\20SkPaint\20const&\2c\20SkCanvas::SrcRectConstraint\29 +11185:SkBitmapDevice::drawRRect\28SkRRect\20const&\2c\20SkPaint\20const&\29 +11186:SkBitmapDevice::drawPoints\28SkCanvas::PointMode\2c\20SkSpan\2c\20SkPaint\20const&\29 +11187:SkBitmapDevice::drawPath\28SkPath\20const&\2c\20SkPaint\20const&\29 +11188:SkBitmapDevice::drawPaint\28SkPaint\20const&\29 +11189:SkBitmapDevice::drawOval\28SkRect\20const&\2c\20SkPaint\20const&\29 +11190:SkBitmapDevice::drawImageRect\28SkImage\20const*\2c\20SkRect\20const*\2c\20SkRect\20const&\2c\20SkSamplingOptions\20const&\2c\20SkPaint\20const&\2c\20SkCanvas::SrcRectConstraint\29 +11191:SkBitmapDevice::drawCoverageMask\28SkSpecialImage\20const*\2c\20SkMatrix\20const&\2c\20SkSamplingOptions\20const&\2c\20SkPaint\20const&\29 +11192:SkBitmapDevice::drawBlurredRRect\28SkRRect\20const&\2c\20SkPaint\20const&\2c\20float\29 +11193:SkBitmapDevice::drawAtlas\28SkSpan\2c\20SkSpan\2c\20SkSpan\2c\20sk_sp\2c\20SkPaint\20const&\29 +11194:SkBitmapDevice::devClipBounds\28\29\20const +11195:SkBitmapDevice::createDevice\28SkDevice::CreateInfo\20const&\2c\20SkPaint\20const*\29 +11196:SkBitmapDevice::clipRegion\28SkRegion\20const&\2c\20SkClipOp\29 +11197:SkBitmapDevice::clipRect\28SkRect\20const&\2c\20SkClipOp\2c\20bool\29 +11198:SkBitmapDevice::clipRRect\28SkRRect\20const&\2c\20SkClipOp\2c\20bool\29 +11199:SkBitmapDevice::clipPath\28SkPath\20const&\2c\20SkClipOp\2c\20bool\29 +11200:SkBitmapDevice::baseRecorder\28\29\20const +11201:SkBitmapDevice::android_utils_clipAsRgn\28SkRegion*\29\20const +11202:SkBitmapDevice::SkBitmapDevice\28SkBitmap\20const&\2c\20SkSurfaceProps\20const&\2c\20void*\29 +11203:SkBitmapCache::Rec::~Rec\28\29_1321 +11204:SkBitmapCache::Rec::~Rec\28\29 +11205:SkBitmapCache::Rec::postAddInstall\28void*\29 +11206:SkBitmapCache::Rec::getCategory\28\29\20const +11207:SkBitmapCache::Rec::canBePurged\28\29 +11208:SkBitmapCache::Rec::bytesUsed\28\29\20const +11209:SkBitmapCache::Rec::ReleaseProc\28void*\2c\20void*\29 +11210:SkBitmapCache::Rec::Finder\28SkResourceCache::Rec\20const&\2c\20void*\29 +11211:SkBinaryWriteBuffer::~SkBinaryWriteBuffer\28\29_4634 +11212:SkBinaryWriteBuffer::write\28SkM44\20const&\29 +11213:SkBinaryWriteBuffer::writeTypeface\28SkTypeface*\29 +11214:SkBinaryWriteBuffer::writeString\28std::__2::basic_string_view>\29 +11215:SkBinaryWriteBuffer::writeStream\28SkStream*\2c\20unsigned\20long\29 +11216:SkBinaryWriteBuffer::writeScalar\28float\29 +11217:SkBinaryWriteBuffer::writeSampling\28SkSamplingOptions\20const&\29 +11218:SkBinaryWriteBuffer::writeRegion\28SkRegion\20const&\29 +11219:SkBinaryWriteBuffer::writeRect\28SkRect\20const&\29 +11220:SkBinaryWriteBuffer::writePoint\28SkPoint\20const&\29 +11221:SkBinaryWriteBuffer::writePointArray\28SkSpan\29 +11222:SkBinaryWriteBuffer::writePoint3\28SkPoint3\20const&\29 +11223:SkBinaryWriteBuffer::writePath\28SkPath\20const&\29 +11224:SkBinaryWriteBuffer::writePaint\28SkPaint\20const&\29 +11225:SkBinaryWriteBuffer::writePad32\28void\20const*\2c\20unsigned\20long\29 +11226:SkBinaryWriteBuffer::writeMatrix\28SkMatrix\20const&\29 +11227:SkBinaryWriteBuffer::writeImage\28SkImage\20const*\29 +11228:SkBinaryWriteBuffer::writeColor4fArray\28SkSpan\20const>\29 +11229:SkBigPicture::~SkBigPicture\28\29_1266 +11230:SkBigPicture::~SkBigPicture\28\29 +11231:SkBigPicture::playback\28SkCanvas*\2c\20SkPicture::AbortCallback*\29\20const +11232:SkBigPicture::cullRect\28\29\20const +11233:SkBigPicture::approximateOpCount\28bool\29\20const +11234:SkBigPicture::approximateBytesUsed\28\29\20const +11235:SkBidiICUFactory::errorName\28UErrorCode\29\20const +11236:SkBidiICUFactory::bidi_setPara\28UBiDi*\2c\20char16_t\20const*\2c\20int\2c\20unsigned\20char\2c\20unsigned\20char*\2c\20UErrorCode*\29\20const +11237:SkBidiICUFactory::bidi_reorderVisual\28unsigned\20char\20const*\2c\20int\2c\20int*\29\20const +11238:SkBidiICUFactory::bidi_openSized\28int\2c\20int\2c\20UErrorCode*\29\20const +11239:SkBidiICUFactory::bidi_getLevelAt\28UBiDi\20const*\2c\20int\29\20const +11240:SkBidiICUFactory::bidi_getLength\28UBiDi\20const*\29\20const +11241:SkBidiICUFactory::bidi_getDirection\28UBiDi\20const*\29\20const +11242:SkBidiICUFactory::bidi_close_callback\28\29\20const +11243:SkBezierCubic::Subdivide\28double\20const*\2c\20double\2c\20double*\29 +11244:SkBasicEdgeBuilder::addQuad\28SkPoint\20const*\29 +11245:SkBasicEdgeBuilder::addLine\28SkPoint\20const*\29 +11246:SkBasicEdgeBuilder::addCubic\28SkPoint\20const*\29 +11247:SkBaseShadowTessellator::~SkBaseShadowTessellator\28\29 +11248:SkBBoxHierarchy::insert\28SkRect\20const*\2c\20SkBBoxHierarchy::Metadata\20const*\2c\20int\29 +11249:SkArenaAlloc::SkipPod\28char*\29 +11250:SkArenaAlloc::NextBlock\28char*\29 +11251:SkAnimatedImage::~SkAnimatedImage\28\29_7564 +11252:SkAnimatedImage::~SkAnimatedImage\28\29 +11253:SkAnimatedImage::reset\28\29 +11254:SkAnimatedImage::onGetBounds\28\29 +11255:SkAnimatedImage::onDraw\28SkCanvas*\29 +11256:SkAnimatedImage::getRepetitionCount\28\29\20const +11257:SkAnimatedImage::getCurrentFrame\28\29 +11258:SkAnimatedImage::currentFrameDuration\28\29 +11259:SkAndroidCodecAdapter::onGetSupportedSubset\28SkIRect*\29\20const +11260:SkAndroidCodecAdapter::onGetSampledDimensions\28int\29\20const +11261:SkAndroidCodecAdapter::onGetAndroidPixels\28SkImageInfo\20const&\2c\20void*\2c\20unsigned\20long\2c\20SkAndroidCodec::AndroidOptions\20const&\29 +11262:SkAnalyticEdgeBuilder::allocEdges\28unsigned\20long\2c\20unsigned\20long*\29 +11263:SkAnalyticEdgeBuilder::addQuad\28SkPoint\20const*\29 +11264:SkAnalyticEdgeBuilder::addPolyLine\28SkPoint\20const*\2c\20char*\2c\20char**\29 +11265:SkAnalyticEdgeBuilder::addLine\28SkPoint\20const*\29 +11266:SkAnalyticEdgeBuilder::addCubic\28SkPoint\20const*\29 +11267:SkAAClipBlitter::~SkAAClipBlitter\28\29_1220 +11268:SkAAClipBlitter::blitV\28int\2c\20int\2c\20int\2c\20unsigned\20char\29 +11269:SkAAClipBlitter::blitRect\28int\2c\20int\2c\20int\2c\20int\29 +11270:SkAAClipBlitter::blitMask\28SkMask\20const&\2c\20SkIRect\20const&\29 +11271:SkAAClipBlitter::blitH\28int\2c\20int\2c\20int\29 +11272:SkAAClipBlitter::blitAntiH\28int\2c\20int\2c\20unsigned\20char\20const*\2c\20short\20const*\29 +11273:SkAAClip::Builder::operateY\28SkAAClip\20const&\2c\20SkAAClip\20const&\2c\20SkClipOp\29::$_1::__invoke\28unsigned\20int\2c\20unsigned\20int\29 +11274:SkAAClip::Builder::operateY\28SkAAClip\20const&\2c\20SkAAClip\20const&\2c\20SkClipOp\29::$_0::__invoke\28unsigned\20int\2c\20unsigned\20int\29 +11275:SkAAClip::Builder::Blitter::blitV\28int\2c\20int\2c\20int\2c\20unsigned\20char\29 +11276:SkAAClip::Builder::Blitter::blitRect\28int\2c\20int\2c\20int\2c\20int\29 +11277:SkAAClip::Builder::Blitter::blitMask\28SkMask\20const&\2c\20SkIRect\20const&\29 +11278:SkAAClip::Builder::Blitter::blitH\28int\2c\20int\2c\20int\29 +11279:SkAAClip::Builder::Blitter::blitAntiRect\28int\2c\20int\2c\20int\2c\20int\2c\20unsigned\20char\2c\20unsigned\20char\29 +11280:SkA8_Coverage_Blitter::~SkA8_Coverage_Blitter\28\29_1490 +11281:SkA8_Coverage_Blitter::~SkA8_Coverage_Blitter\28\29 +11282:SkA8_Coverage_Blitter::blitV\28int\2c\20int\2c\20int\2c\20unsigned\20char\29 +11283:SkA8_Coverage_Blitter::blitRect\28int\2c\20int\2c\20int\2c\20int\29 +11284:SkA8_Coverage_Blitter::blitMask\28SkMask\20const&\2c\20SkIRect\20const&\29 +11285:SkA8_Coverage_Blitter::blitH\28int\2c\20int\2c\20int\29 +11286:SkA8_Coverage_Blitter::blitAntiH\28int\2c\20int\2c\20unsigned\20char\20const*\2c\20short\20const*\29 +11287:SkA8_Blitter::~SkA8_Blitter\28\29_1492 +11288:SkA8_Blitter::~SkA8_Blitter\28\29 +11289:SkA8_Blitter::blitV\28int\2c\20int\2c\20int\2c\20unsigned\20char\29 +11290:SkA8_Blitter::blitRect\28int\2c\20int\2c\20int\2c\20int\29 +11291:SkA8_Blitter::blitMask\28SkMask\20const&\2c\20SkIRect\20const&\29 +11292:SkA8_Blitter::blitH\28int\2c\20int\2c\20int\29 +11293:SkA8_Blitter::blitAntiH\28int\2c\20int\2c\20unsigned\20char\20const*\2c\20short\20const*\29 +11294:SkA8Blitter_Choose\28SkPixmap\20const&\2c\20SkMatrix\20const&\2c\20SkPaint\20const&\2c\20SkArenaAlloc*\2c\20SkDrawCoverage\2c\20sk_sp\2c\20SkSurfaceProps\20const&\2c\20SkRect\20const&\29 +11295:Sk2DPathEffect::nextSpan\28int\2c\20int\2c\20int\2c\20SkPathBuilder*\29\20const +11296:Sk2DPathEffect::flatten\28SkWriteBuffer&\29\20const +11297:SimpleVFilter16i_C +11298:SimpleVFilter16_C +11299:SimpleTextStyle*\20emscripten::internal::raw_constructor\28\29 +11300:SimpleTextStyle*\20emscripten::internal::MemberAccess::getWire\28SimpleTextStyle\20SimpleParagraphStyle::*\20const&\2c\20SimpleParagraphStyle&\29 +11301:SimpleStrutStyle*\20emscripten::internal::raw_constructor\28\29 +11302:SimpleStrutStyle*\20emscripten::internal::MemberAccess::getWire\28SimpleStrutStyle\20SimpleParagraphStyle::*\20const&\2c\20SimpleParagraphStyle&\29 +11303:SimpleParagraphStyle*\20emscripten::internal::raw_constructor\28\29 +11304:SimpleHFilter16i_C +11305:SimpleHFilter16_C +11306:SimpleFontStyle*\20emscripten::internal::raw_constructor\28\29 +11307:ShaderPDXferProcessor::onAddToKey\28GrShaderCaps\20const&\2c\20skgpu::KeyBuilder*\29\20const +11308:ShaderPDXferProcessor::name\28\29\20const +11309:ShaderPDXferProcessor::makeProgramImpl\28\29\20const +11310:SafeRLEAdditiveBlitter::blitAntiH\28int\2c\20int\2c\20unsigned\20char\29 +11311:SafeRLEAdditiveBlitter::blitAntiH\28int\2c\20int\2c\20unsigned\20char\20const*\2c\20int\29 +11312:SafeRLEAdditiveBlitter::blitAntiH\28int\2c\20int\2c\20int\2c\20unsigned\20char\29 +11313:RuntimeEffectUniform*\20emscripten::internal::raw_constructor\28\29 +11314:RuntimeEffectRPCallbacks::toLinearSrgb\28void\20const*\29 +11315:RuntimeEffectRPCallbacks::fromLinearSrgb\28void\20const*\29 +11316:RuntimeEffectRPCallbacks::appendShader\28int\29 +11317:RuntimeEffectRPCallbacks::appendColorFilter\28int\29 +11318:RuntimeEffectRPCallbacks::appendBlender\28int\29 +11319:RunBasedAdditiveBlitter::~RunBasedAdditiveBlitter\28\29 +11320:RunBasedAdditiveBlitter::getRealBlitter\28bool\29 +11321:RunBasedAdditiveBlitter::flush_if_y_changed\28int\2c\20int\29 +11322:RunBasedAdditiveBlitter::blitAntiH\28int\2c\20int\2c\20unsigned\20char\29 +11323:RunBasedAdditiveBlitter::blitAntiH\28int\2c\20int\2c\20unsigned\20char\20const*\2c\20int\29 +11324:RunBasedAdditiveBlitter::blitAntiH\28int\2c\20int\2c\20int\2c\20unsigned\20char\29 +11325:Round_Up_To_Grid +11326:Round_To_Half_Grid +11327:Round_To_Grid +11328:Round_To_Double_Grid +11329:Round_Super_45 +11330:Round_Super +11331:Round_None +11332:Round_Down_To_Grid +11333:RoundJoiner\28SkPathBuilder*\2c\20SkPathBuilder*\2c\20SkPoint\20const&\2c\20SkPoint\20const&\2c\20SkPoint\20const&\2c\20float\2c\20float\2c\20bool\2c\20bool\29 +11334:RoundCapper\28SkPathBuilder*\2c\20SkPoint\20const&\2c\20SkPoint\20const&\2c\20SkPoint\20const&\2c\20bool\29 +11335:Reset +11336:Read_CVT_Stretched +11337:Read_CVT +11338:RD4_C +11339:Project +11340:ProcessRows +11341:PredictorAdd9_C +11342:PredictorAdd8_C +11343:PredictorAdd7_C +11344:PredictorAdd6_C +11345:PredictorAdd5_C +11346:PredictorAdd4_C +11347:PredictorAdd3_C +11348:PredictorAdd2_C +11349:PredictorAdd1_C +11350:PredictorAdd13_C +11351:PredictorAdd12_C +11352:PredictorAdd11_C +11353:PredictorAdd10_C +11354:PredictorAdd0_C +11355:PrePostInverseBlitterProc\28SkBlitter*\2c\20int\2c\20bool\29 +11356:PorterDuffXferProcessor::onHasSecondaryOutput\28\29\20const +11357:PorterDuffXferProcessor::onGetBlendInfo\28skgpu::BlendInfo*\29\20const +11358:PorterDuffXferProcessor::onAddToKey\28GrShaderCaps\20const&\2c\20skgpu::KeyBuilder*\29\20const +11359:PorterDuffXferProcessor::name\28\29\20const +11360:PorterDuffXferProcessor::makeProgramImpl\28\29\20const::Impl::emitOutputsForBlendState\28GrXferProcessor::ProgramImpl::EmitArgs\20const&\29 +11361:PorterDuffXferProcessor::makeProgramImpl\28\29\20const +11362:ParseVP8X +11363:PackRGB_C +11364:PDLCDXferProcessor::onIsEqual\28GrXferProcessor\20const&\29\20const +11365:PDLCDXferProcessor::onGetBlendInfo\28skgpu::BlendInfo*\29\20const +11366:PDLCDXferProcessor::name\28\29\20const +11367:PDLCDXferProcessor::makeProgramImpl\28\29\20const::Impl::onSetData\28GrGLSLProgramDataManager\20const&\2c\20GrXferProcessor\20const&\29 +11368:PDLCDXferProcessor::makeProgramImpl\28\29\20const::Impl::emitOutputsForBlendState\28GrXferProcessor::ProgramImpl::EmitArgs\20const&\29 +11369:PDLCDXferProcessor::makeProgramImpl\28\29\20const +11370:OT::match_glyph\28hb_glyph_info_t&\2c\20unsigned\20int\2c\20void\20const*\29 +11371:OT::match_coverage\28hb_glyph_info_t&\2c\20unsigned\20int\2c\20void\20const*\29 +11372:OT::match_class_cached\28hb_glyph_info_t&\2c\20unsigned\20int\2c\20void\20const*\29 +11373:OT::match_class_cached2\28hb_glyph_info_t&\2c\20unsigned\20int\2c\20void\20const*\29 +11374:OT::match_class_cached1\28hb_glyph_info_t&\2c\20unsigned\20int\2c\20void\20const*\29 +11375:OT::match_class\28hb_glyph_info_t&\2c\20unsigned\20int\2c\20void\20const*\29 +11376:OT::hb_ot_apply_context_t::return_t\20OT::Layout::GSUB_impl::SubstLookup::dispatch_recurse_func\28OT::hb_ot_apply_context_t*\2c\20unsigned\20int\29 +11377:OT::hb_ot_apply_context_t::return_t\20OT::Layout::GPOS_impl::PosLookup::dispatch_recurse_func\28OT::hb_ot_apply_context_t*\2c\20unsigned\20int\29 +11378:OT::cff1::accelerator_t::gname_t::cmp\28void\20const*\2c\20void\20const*\29 +11379:OT::Layout::Common::RangeRecord::cmp_range\28void\20const*\2c\20void\20const*\29 +11380:OT::ColorLine::static_get_color_stops\28hb_color_line_t*\2c\20void*\2c\20unsigned\20int\2c\20unsigned\20int*\2c\20hb_color_stop_t*\2c\20void*\29 +11381:OT::ColorLine::static_get_color_stops\28hb_color_line_t*\2c\20void*\2c\20unsigned\20int\2c\20unsigned\20int*\2c\20hb_color_stop_t*\2c\20void*\29 +11382:OT::CmapSubtableFormat4::accelerator_t::get_glyph_func\28void\20const*\2c\20unsigned\20int\2c\20unsigned\20int*\29 +11383:Move_CVT_Stretched +11384:Move_CVT +11385:MiterJoiner\28SkPathBuilder*\2c\20SkPathBuilder*\2c\20SkPoint\20const&\2c\20SkPoint\20const&\2c\20SkPoint\20const&\2c\20float\2c\20float\2c\20bool\2c\20bool\29 +11386:MaskAdditiveBlitter::~MaskAdditiveBlitter\28\29_4157 +11387:MaskAdditiveBlitter::~MaskAdditiveBlitter\28\29 +11388:MaskAdditiveBlitter::getWidth\28\29 +11389:MaskAdditiveBlitter::getRealBlitter\28bool\29 +11390:MaskAdditiveBlitter::blitV\28int\2c\20int\2c\20int\2c\20unsigned\20char\29 +11391:MaskAdditiveBlitter::blitRect\28int\2c\20int\2c\20int\2c\20int\29 +11392:MaskAdditiveBlitter::blitAntiRect\28int\2c\20int\2c\20int\2c\20int\2c\20unsigned\20char\2c\20unsigned\20char\29 +11393:MaskAdditiveBlitter::blitAntiH\28int\2c\20int\2c\20unsigned\20char\29 +11394:MaskAdditiveBlitter::blitAntiH\28int\2c\20int\2c\20unsigned\20char\20const*\2c\20int\29 +11395:MaskAdditiveBlitter::blitAntiH\28int\2c\20int\2c\20int\2c\20unsigned\20char\29 +11396:MapAlpha_C +11397:MapARGB_C +11398:MakeRenderTarget\28sk_sp\2c\20int\2c\20int\29 +11399:MakeRenderTarget\28sk_sp\2c\20SimpleImageInfo\29 +11400:MakePathFromVerbsPointsWeights\28unsigned\20long\2c\20int\2c\20unsigned\20long\2c\20int\2c\20unsigned\20long\2c\20int\29 +11401:MakePathFromSVGString\28std::__2::basic_string\2c\20std::__2::allocator>\29 +11402:MakePathFromOp\28SkPath\20const&\2c\20SkPath\20const&\2c\20SkPathOp\29 +11403:MakePathFromInterpolation\28SkPath\20const&\2c\20SkPath\20const&\2c\20float\29 +11404:MakePathFromCmds\28unsigned\20long\2c\20int\29 +11405:MakeOnScreenGLSurface\28sk_sp\2c\20int\2c\20int\2c\20sk_sp\29 +11406:MakeImageFromGenerator\28SimpleImageInfo\2c\20emscripten::val\29 +11407:MakeGrContext\28\29 +11408:MakeAsWinding\28SkPath\20const&\29 +11409:LD4_C +11410:JpegDecoderMgr::init\28\29 +11411:JpegDecoderMgr::SourceMgr::SkipInputData\28jpeg_decompress_struct*\2c\20long\29 +11412:JpegDecoderMgr::SourceMgr::InitSource\28jpeg_decompress_struct*\29 +11413:JpegDecoderMgr::SourceMgr::FillInputBuffer\28jpeg_decompress_struct*\29 +11414:JpegDecoderMgr::JpegDecoderMgr\28SkStream*\29 +11415:IsValidSimpleFormat +11416:IsValidExtendedFormat +11417:InverseBlitter::blitH\28int\2c\20int\2c\20int\29 +11418:Init +11419:HorizontalUnfilter_C +11420:HorizontalFilter_C +11421:Horish_SkAntiHairBlitter::drawLine\28int\2c\20int\2c\20int\2c\20int\29 +11422:Horish_SkAntiHairBlitter::drawCap\28int\2c\20int\2c\20int\2c\20int\29 +11423:HasAlpha8b_C +11424:HasAlpha32b_C +11425:HU4_C +11426:HLine_SkAntiHairBlitter::drawLine\28int\2c\20int\2c\20int\2c\20int\29 +11427:HLine_SkAntiHairBlitter::drawCap\28int\2c\20int\2c\20int\2c\20int\29 +11428:HFilter8i_C +11429:HFilter8_C +11430:HFilter16i_C +11431:HFilter16_C +11432:HE8uv_C +11433:HE4_C +11434:HE16_C +11435:HD4_C +11436:GradientUnfilter_C +11437:GradientFilter_C +11438:GrYUVtoRGBEffect::onMakeProgramImpl\28\29\20const::Impl::onSetData\28GrGLSLProgramDataManager\20const&\2c\20GrFragmentProcessor\20const&\29 +11439:GrYUVtoRGBEffect::onMakeProgramImpl\28\29\20const::Impl::emitCode\28GrFragmentProcessor::ProgramImpl::EmitArgs&\29 +11440:GrYUVtoRGBEffect::onMakeProgramImpl\28\29\20const +11441:GrYUVtoRGBEffect::onIsEqual\28GrFragmentProcessor\20const&\29\20const +11442:GrYUVtoRGBEffect::onAddToKey\28GrShaderCaps\20const&\2c\20skgpu::KeyBuilder*\29\20const +11443:GrYUVtoRGBEffect::name\28\29\20const +11444:GrYUVtoRGBEffect::clone\28\29\20const +11445:GrXferProcessor::ProgramImpl::emitWriteSwizzle\28GrGLSLXPFragmentBuilder*\2c\20skgpu::Swizzle\20const&\2c\20char\20const*\2c\20char\20const*\29\20const +11446:GrXferProcessor::ProgramImpl::emitOutputsForBlendState\28GrXferProcessor::ProgramImpl::EmitArgs\20const&\29 +11447:GrXferProcessor::ProgramImpl::emitBlendCodeForDstRead\28GrGLSLXPFragmentBuilder*\2c\20GrGLSLUniformHandler*\2c\20char\20const*\2c\20char\20const*\2c\20char\20const*\2c\20char\20const*\2c\20char\20const*\2c\20GrXferProcessor\20const&\29 +11448:GrWritePixelsTask::~GrWritePixelsTask\28\29_10115 +11449:GrWritePixelsTask::onMakeClosed\28GrRecordingContext*\2c\20SkIRect*\29 +11450:GrWritePixelsTask::onExecute\28GrOpFlushState*\29 +11451:GrWritePixelsTask::gatherProxyIntervals\28GrResourceAllocator*\29\20const +11452:GrWaitRenderTask::~GrWaitRenderTask\28\29_10105 +11453:GrWaitRenderTask::onIsUsed\28GrSurfaceProxy*\29\20const +11454:GrWaitRenderTask::onExecute\28GrOpFlushState*\29 +11455:GrWaitRenderTask::gatherProxyIntervals\28GrResourceAllocator*\29\20const +11456:GrTriangulator::~GrTriangulator\28\29 +11457:GrTransferFromRenderTask::~GrTransferFromRenderTask\28\29_10095 +11458:GrTransferFromRenderTask::onExecute\28GrOpFlushState*\29 +11459:GrTransferFromRenderTask::gatherProxyIntervals\28GrResourceAllocator*\29\20const +11460:GrThreadSafeCache::Trampoline::~Trampoline\28\29_10081 +11461:GrThreadSafeCache::Trampoline::~Trampoline\28\29 +11462:GrTextureResolveRenderTask::~GrTextureResolveRenderTask\28\29_10048 +11463:GrTextureResolveRenderTask::onExecute\28GrOpFlushState*\29 +11464:GrTextureResolveRenderTask::gatherProxyIntervals\28GrResourceAllocator*\29\20const +11465:GrTextureRenderTargetProxy::~GrTextureRenderTargetProxy\28\29_10038 +11466:GrTextureRenderTargetProxy::~GrTextureRenderTargetProxy\28\29 +11467:GrTextureRenderTargetProxy::onUninstantiatedGpuMemorySize\28\29\20const +11468:GrTextureRenderTargetProxy::instantiate\28GrResourceProvider*\29 +11469:GrTextureRenderTargetProxy::createSurface\28GrResourceProvider*\29\20const +11470:GrTextureProxy::~GrTextureProxy\28\29_9992 +11471:GrTextureProxy::~GrTextureProxy\28\29_9990 +11472:GrTextureProxy::onUninstantiatedGpuMemorySize\28\29\20const +11473:GrTextureProxy::instantiate\28GrResourceProvider*\29 +11474:GrTextureProxy::createSurface\28GrResourceProvider*\29\20const +11475:GrTextureProxy::callbackDesc\28\29\20const +11476:GrTextureEffect::~GrTextureEffect\28\29_10597 +11477:GrTextureEffect::~GrTextureEffect\28\29 +11478:GrTextureEffect::onMakeProgramImpl\28\29\20const +11479:GrTextureEffect::onIsEqual\28GrFragmentProcessor\20const&\29\20const +11480:GrTextureEffect::onAddToKey\28GrShaderCaps\20const&\2c\20skgpu::KeyBuilder*\29\20const +11481:GrTextureEffect::name\28\29\20const +11482:GrTextureEffect::clone\28\29\20const +11483:GrTextureEffect::Impl::onSetData\28GrGLSLProgramDataManager\20const&\2c\20GrFragmentProcessor\20const&\29 +11484:GrTextureEffect::Impl::emitCode\28GrFragmentProcessor::ProgramImpl::EmitArgs&\29 +11485:GrTexture::onGpuMemorySize\28\29\20const +11486:GrTDeferredProxyUploader>::~GrTDeferredProxyUploader\28\29_8756 +11487:GrTDeferredProxyUploader>::freeData\28\29 +11488:GrTDeferredProxyUploader<\28anonymous\20namespace\29::SoftwarePathData>::~GrTDeferredProxyUploader\28\29_11784 +11489:GrTDeferredProxyUploader<\28anonymous\20namespace\29::SoftwarePathData>::~GrTDeferredProxyUploader\28\29 +11490:GrTDeferredProxyUploader<\28anonymous\20namespace\29::SoftwarePathData>::freeData\28\29 +11491:GrSurfaceProxy::getUniqueKey\28\29\20const +11492:GrSurface::~GrSurface\28\29 +11493:GrSurface::getResourceType\28\29\20const +11494:GrStrokeTessellationShader::~GrStrokeTessellationShader\28\29_11964 +11495:GrStrokeTessellationShader::~GrStrokeTessellationShader\28\29 +11496:GrStrokeTessellationShader::name\28\29\20const +11497:GrStrokeTessellationShader::makeProgramImpl\28GrShaderCaps\20const&\29\20const +11498:GrStrokeTessellationShader::addToKey\28GrShaderCaps\20const&\2c\20skgpu::KeyBuilder*\29\20const +11499:GrStrokeTessellationShader::Impl::~Impl\28\29_11967 +11500:GrStrokeTessellationShader::Impl::~Impl\28\29 +11501:GrStrokeTessellationShader::Impl::setData\28GrGLSLProgramDataManager\20const&\2c\20GrShaderCaps\20const&\2c\20GrGeometryProcessor\20const&\29 +11502:GrStrokeTessellationShader::Impl::onEmitCode\28GrGeometryProcessor::ProgramImpl::EmitArgs&\2c\20GrGeometryProcessor::ProgramImpl::GrGPArgs*\29 +11503:GrSkSLFP::~GrSkSLFP\28\29_10553 +11504:GrSkSLFP::~GrSkSLFP\28\29 +11505:GrSkSLFP::onMakeProgramImpl\28\29\20const +11506:GrSkSLFP::onIsEqual\28GrFragmentProcessor\20const&\29\20const +11507:GrSkSLFP::onAddToKey\28GrShaderCaps\20const&\2c\20skgpu::KeyBuilder*\29\20const +11508:GrSkSLFP::constantOutputForConstantInput\28SkRGBA4f<\28SkAlphaType\292>\20const&\29\20const +11509:GrSkSLFP::clone\28\29\20const +11510:GrSkSLFP::Impl::~Impl\28\29_10562 +11511:GrSkSLFP::Impl::~Impl\28\29 +11512:GrSkSLFP::Impl::onSetData\28GrGLSLProgramDataManager\20const&\2c\20GrFragmentProcessor\20const&\29 +11513:GrSkSLFP::Impl::emitCode\28GrFragmentProcessor::ProgramImpl::EmitArgs&\29::FPCallbacks::toLinearSrgb\28std::__2::basic_string\2c\20std::__2::allocator>\29 +11514:GrSkSLFP::Impl::emitCode\28GrFragmentProcessor::ProgramImpl::EmitArgs&\29::FPCallbacks::sampleShader\28int\2c\20std::__2::basic_string\2c\20std::__2::allocator>\29 +11515:GrSkSLFP::Impl::emitCode\28GrFragmentProcessor::ProgramImpl::EmitArgs&\29::FPCallbacks::sampleColorFilter\28int\2c\20std::__2::basic_string\2c\20std::__2::allocator>\29 +11516:GrSkSLFP::Impl::emitCode\28GrFragmentProcessor::ProgramImpl::EmitArgs&\29::FPCallbacks::sampleBlender\28int\2c\20std::__2::basic_string\2c\20std::__2::allocator>\2c\20std::__2::basic_string\2c\20std::__2::allocator>\29 +11517:GrSkSLFP::Impl::emitCode\28GrFragmentProcessor::ProgramImpl::EmitArgs&\29::FPCallbacks::getMangledName\28char\20const*\29 +11518:GrSkSLFP::Impl::emitCode\28GrFragmentProcessor::ProgramImpl::EmitArgs&\29::FPCallbacks::fromLinearSrgb\28std::__2::basic_string\2c\20std::__2::allocator>\29 +11519:GrSkSLFP::Impl::emitCode\28GrFragmentProcessor::ProgramImpl::EmitArgs&\29::FPCallbacks::defineFunction\28char\20const*\2c\20char\20const*\2c\20bool\29 +11520:GrSkSLFP::Impl::emitCode\28GrFragmentProcessor::ProgramImpl::EmitArgs&\29::FPCallbacks::declareUniform\28SkSL::VarDeclaration\20const*\29 +11521:GrSkSLFP::Impl::emitCode\28GrFragmentProcessor::ProgramImpl::EmitArgs&\29::FPCallbacks::declareFunction\28char\20const*\29 +11522:GrSkSLFP::Impl::emitCode\28GrFragmentProcessor::ProgramImpl::EmitArgs&\29 +11523:GrSimpleMesh*\20SkArenaAlloc::allocUninitializedArray\28unsigned\20long\29::'lambda'\28char*\29::__invoke\28char*\29 +11524:GrRingBuffer::FinishSubmit\28void*\29 +11525:GrResourceCache::CompareTimestamp\28GrGpuResource*\20const&\2c\20GrGpuResource*\20const&\29 +11526:GrRenderTask::~GrRenderTask\28\29 +11527:GrRenderTask::disown\28GrDrawingManager*\29 +11528:GrRenderTargetProxy::~GrRenderTargetProxy\28\29_9760 +11529:GrRenderTargetProxy::~GrRenderTargetProxy\28\29 +11530:GrRenderTargetProxy::onUninstantiatedGpuMemorySize\28\29\20const +11531:GrRenderTargetProxy::instantiate\28GrResourceProvider*\29 +11532:GrRenderTargetProxy::createSurface\28GrResourceProvider*\29\20const +11533:GrRenderTargetProxy::callbackDesc\28\29\20const +11534:GrRecordingContext::~GrRecordingContext\28\29_9696 +11535:GrRecordingContext::abandoned\28\29 +11536:GrRRectShadowGeoProc::~GrRRectShadowGeoProc\28\29_10536 +11537:GrRRectShadowGeoProc::~GrRRectShadowGeoProc\28\29 +11538:GrRRectShadowGeoProc::onTextureSampler\28int\29\20const +11539:GrRRectShadowGeoProc::name\28\29\20const +11540:GrRRectShadowGeoProc::makeProgramImpl\28GrShaderCaps\20const&\29\20const +11541:GrRRectShadowGeoProc::Impl::onEmitCode\28GrGeometryProcessor::ProgramImpl::EmitArgs&\2c\20GrGeometryProcessor::ProgramImpl::GrGPArgs*\29 +11542:GrQuadEffect::name\28\29\20const +11543:GrQuadEffect::makeProgramImpl\28GrShaderCaps\20const&\29\20const +11544:GrQuadEffect::addToKey\28GrShaderCaps\20const&\2c\20skgpu::KeyBuilder*\29\20const +11545:GrQuadEffect::Impl::setData\28GrGLSLProgramDataManager\20const&\2c\20GrShaderCaps\20const&\2c\20GrGeometryProcessor\20const&\29 +11546:GrQuadEffect::Impl::onEmitCode\28GrGeometryProcessor::ProgramImpl::EmitArgs&\2c\20GrGeometryProcessor::ProgramImpl::GrGPArgs*\29 +11547:GrPorterDuffXPFactory::makeXferProcessor\28GrProcessorAnalysisColor\20const&\2c\20GrProcessorAnalysisCoverage\2c\20GrCaps\20const&\2c\20GrClampType\29\20const +11548:GrPorterDuffXPFactory::analysisProperties\28GrProcessorAnalysisColor\20const&\2c\20GrProcessorAnalysisCoverage\20const&\2c\20GrCaps\20const&\2c\20GrClampType\29\20const +11549:GrPerlinNoise2Effect::~GrPerlinNoise2Effect\28\29_10473 +11550:GrPerlinNoise2Effect::~GrPerlinNoise2Effect\28\29 +11551:GrPerlinNoise2Effect::onMakeProgramImpl\28\29\20const +11552:GrPerlinNoise2Effect::onIsEqual\28GrFragmentProcessor\20const&\29\20const +11553:GrPerlinNoise2Effect::onAddToKey\28GrShaderCaps\20const&\2c\20skgpu::KeyBuilder*\29\20const +11554:GrPerlinNoise2Effect::name\28\29\20const +11555:GrPerlinNoise2Effect::clone\28\29\20const +11556:GrPerlinNoise2Effect::Impl::onSetData\28GrGLSLProgramDataManager\20const&\2c\20GrFragmentProcessor\20const&\29 +11557:GrPerlinNoise2Effect::Impl::emitCode\28GrFragmentProcessor::ProgramImpl::EmitArgs&\29 +11558:GrPathTessellationShader::Impl::~Impl\28\29 +11559:GrPathTessellationShader::Impl::setData\28GrGLSLProgramDataManager\20const&\2c\20GrShaderCaps\20const&\2c\20GrGeometryProcessor\20const&\29 +11560:GrPathTessellationShader::Impl::onEmitCode\28GrGeometryProcessor::ProgramImpl::EmitArgs&\2c\20GrGeometryProcessor::ProgramImpl::GrGPArgs*\29 +11561:GrOpsRenderPass::~GrOpsRenderPass\28\29 +11562:GrOpsRenderPass::onExecuteDrawable\28std::__2::unique_ptr>\29 +11563:GrOpsRenderPass::onDrawIndirect\28GrBuffer\20const*\2c\20unsigned\20long\2c\20int\29 +11564:GrOpsRenderPass::onDrawIndexedIndirect\28GrBuffer\20const*\2c\20unsigned\20long\2c\20int\29 +11565:GrOpFlushState::~GrOpFlushState\28\29_9551 +11566:GrOpFlushState::~GrOpFlushState\28\29 +11567:GrOpFlushState::writeView\28\29\20const +11568:GrOpFlushState::usesMSAASurface\28\29\20const +11569:GrOpFlushState::tokenTracker\28\29 +11570:GrOpFlushState::threadSafeCache\28\29\20const +11571:GrOpFlushState::strikeCache\28\29\20const +11572:GrOpFlushState::smallPathAtlasManager\28\29\20const +11573:GrOpFlushState::sampledProxyArray\28\29 +11574:GrOpFlushState::rtProxy\28\29\20const +11575:GrOpFlushState::resourceProvider\28\29\20const +11576:GrOpFlushState::renderPassBarriers\28\29\20const +11577:GrOpFlushState::recordDraw\28GrGeometryProcessor\20const*\2c\20GrSimpleMesh\20const*\2c\20int\2c\20GrSurfaceProxy\20const*\20const*\2c\20GrPrimitiveType\29 +11578:GrOpFlushState::putBackVertices\28int\2c\20unsigned\20long\29 +11579:GrOpFlushState::putBackIndirectDraws\28int\29 +11580:GrOpFlushState::putBackIndices\28int\29 +11581:GrOpFlushState::putBackIndexedIndirectDraws\28int\29 +11582:GrOpFlushState::makeVertexSpace\28unsigned\20long\2c\20int\2c\20sk_sp*\2c\20int*\29 +11583:GrOpFlushState::makeVertexSpaceAtLeast\28unsigned\20long\2c\20int\2c\20int\2c\20sk_sp*\2c\20int*\2c\20int*\29 +11584:GrOpFlushState::makeIndexSpace\28int\2c\20sk_sp*\2c\20int*\29 +11585:GrOpFlushState::makeIndexSpaceAtLeast\28int\2c\20int\2c\20sk_sp*\2c\20int*\2c\20int*\29 +11586:GrOpFlushState::makeDrawIndirectSpace\28int\2c\20sk_sp*\2c\20unsigned\20long*\29 +11587:GrOpFlushState::makeDrawIndexedIndirectSpace\28int\2c\20sk_sp*\2c\20unsigned\20long*\29 +11588:GrOpFlushState::dstProxyView\28\29\20const +11589:GrOpFlushState::colorLoadOp\28\29\20const +11590:GrOpFlushState::atlasManager\28\29\20const +11591:GrOpFlushState::appliedClip\28\29\20const +11592:GrOpFlushState::addInlineUpload\28std::__2::function&\29>&&\29 +11593:GrOp::~GrOp\28\29 +11594:GrOnFlushCallbackObject::postFlush\28skgpu::Token\29 +11595:GrModulateAtlasCoverageEffect::onMakeProgramImpl\28\29\20const::Impl::onSetData\28GrGLSLProgramDataManager\20const&\2c\20GrFragmentProcessor\20const&\29 +11596:GrModulateAtlasCoverageEffect::onMakeProgramImpl\28\29\20const::Impl::emitCode\28GrFragmentProcessor::ProgramImpl::EmitArgs&\29 +11597:GrModulateAtlasCoverageEffect::onMakeProgramImpl\28\29\20const +11598:GrModulateAtlasCoverageEffect::onIsEqual\28GrFragmentProcessor\20const&\29\20const +11599:GrModulateAtlasCoverageEffect::onAddToKey\28GrShaderCaps\20const&\2c\20skgpu::KeyBuilder*\29\20const +11600:GrModulateAtlasCoverageEffect::name\28\29\20const +11601:GrModulateAtlasCoverageEffect::clone\28\29\20const +11602:GrMeshDrawOp::onPrepare\28GrOpFlushState*\29 +11603:GrMeshDrawOp::onPrePrepare\28GrRecordingContext*\2c\20GrSurfaceProxyView\20const&\2c\20GrAppliedClip*\2c\20GrDstProxyView\20const&\2c\20GrXferBarrierFlags\2c\20GrLoadOp\29 +11604:GrMatrixEffect::onMakeProgramImpl\28\29\20const::Impl::onSetData\28GrGLSLProgramDataManager\20const&\2c\20GrFragmentProcessor\20const&\29 +11605:GrMatrixEffect::onMakeProgramImpl\28\29\20const::Impl::emitCode\28GrFragmentProcessor::ProgramImpl::EmitArgs&\29 +11606:GrMatrixEffect::onMakeProgramImpl\28\29\20const +11607:GrMatrixEffect::onIsEqual\28GrFragmentProcessor\20const&\29\20const +11608:GrMatrixEffect::name\28\29\20const +11609:GrMatrixEffect::clone\28\29\20const +11610:GrMakeUniqueKeyInvalidationListener\28skgpu::UniqueKey*\2c\20unsigned\20int\29::Listener::~Listener\28\29_10160 +11611:GrMakeUniqueKeyInvalidationListener\28skgpu::UniqueKey*\2c\20unsigned\20int\29::Listener::~Listener\28\29 +11612:GrMakeUniqueKeyInvalidationListener\28skgpu::UniqueKey*\2c\20unsigned\20int\29::$_0::__invoke\28void\20const*\2c\20void*\29 +11613:GrImageContext::~GrImageContext\28\29_9485 +11614:GrImageContext::~GrImageContext\28\29 +11615:GrHardClip::apply\28GrRecordingContext*\2c\20skgpu::ganesh::SurfaceDrawContext*\2c\20GrDrawOp*\2c\20GrAAType\2c\20GrAppliedClip*\2c\20SkRect*\29\20const +11616:GrGpuResource::dumpMemoryStatistics\28SkTraceMemoryDump*\29\20const +11617:GrGpuBuffer::~GrGpuBuffer\28\29 +11618:GrGpuBuffer::unref\28\29\20const +11619:GrGpuBuffer::getResourceType\28\29\20const +11620:GrGpuBuffer::computeScratchKey\28skgpu::ScratchKey*\29\20const +11621:GrGpu::endTimerQuery\28GrTimerQuery\20const&\29 +11622:GrGeometryProcessor::onTextureSampler\28int\29\20const +11623:GrGeometryProcessor::ProgramImpl::~ProgramImpl\28\29 +11624:GrGLVaryingHandler::~GrGLVaryingHandler\28\29 +11625:GrGLUniformHandler::~GrGLUniformHandler\28\29_12526 +11626:GrGLUniformHandler::~GrGLUniformHandler\28\29 +11627:GrGLUniformHandler::samplerVariable\28GrResourceHandle\29\20const +11628:GrGLUniformHandler::samplerSwizzle\28GrResourceHandle\29\20const +11629:GrGLUniformHandler::internalAddUniformArray\28GrProcessor\20const*\2c\20unsigned\20int\2c\20SkSLType\2c\20char\20const*\2c\20bool\2c\20int\2c\20char\20const**\29 +11630:GrGLUniformHandler::getUniformCStr\28GrResourceHandle\29\20const +11631:GrGLUniformHandler::appendUniformDecls\28GrShaderFlags\2c\20SkString*\29\20const +11632:GrGLUniformHandler::addSampler\28GrBackendFormat\20const&\2c\20GrSamplerState\2c\20skgpu::Swizzle\20const&\2c\20char\20const*\2c\20GrShaderCaps\20const*\29 +11633:GrGLTextureRenderTarget::~GrGLTextureRenderTarget\28\29 +11634:GrGLTextureRenderTarget::onSetLabel\28\29 +11635:GrGLTextureRenderTarget::onRelease\28\29 +11636:GrGLTextureRenderTarget::onGpuMemorySize\28\29\20const +11637:GrGLTextureRenderTarget::onAbandon\28\29 +11638:GrGLTextureRenderTarget::dumpMemoryStatistics\28SkTraceMemoryDump*\29\20const +11639:GrGLTextureRenderTarget::backendFormat\28\29\20const +11640:GrGLTexture::~GrGLTexture\28\29_12475 +11641:GrGLTexture::~GrGLTexture\28\29 +11642:GrGLTexture::textureParamsModified\28\29 +11643:GrGLTexture::onStealBackendTexture\28GrBackendTexture*\2c\20std::__2::function*\29 +11644:GrGLTexture::getBackendTexture\28\29\20const +11645:GrGLSemaphore::~GrGLSemaphore\28\29_12452 +11646:GrGLSemaphore::~GrGLSemaphore\28\29 +11647:GrGLSemaphore::setIsOwned\28\29 +11648:GrGLSemaphore::backendSemaphore\28\29\20const +11649:GrGLSLVertexBuilder::~GrGLSLVertexBuilder\28\29 +11650:GrGLSLVertexBuilder::onFinalize\28\29 +11651:GrGLSLUniformHandler::inputSamplerSwizzle\28GrResourceHandle\29\20const +11652:GrGLSLFragmentShaderBuilder::~GrGLSLFragmentShaderBuilder\28\29_10781 +11653:GrGLSLFragmentShaderBuilder::~GrGLSLFragmentShaderBuilder\28\29 +11654:GrGLSLFragmentShaderBuilder::primaryColorOutputIsInOut\28\29\20const +11655:GrGLSLFragmentShaderBuilder::onFinalize\28\29 +11656:GrGLSLFragmentShaderBuilder::hasSecondaryOutput\28\29\20const +11657:GrGLSLFragmentShaderBuilder::forceHighPrecision\28\29 +11658:GrGLSLFragmentShaderBuilder::enableAdvancedBlendEquationIfNeeded\28skgpu::BlendEquation\29 +11659:GrGLRenderTarget::~GrGLRenderTarget\28\29_12447 +11660:GrGLRenderTarget::~GrGLRenderTarget\28\29 +11661:GrGLRenderTarget::onGpuMemorySize\28\29\20const +11662:GrGLRenderTarget::getBackendRenderTarget\28\29\20const +11663:GrGLRenderTarget::completeStencilAttachment\28GrAttachment*\2c\20bool\29 +11664:GrGLRenderTarget::canAttemptStencilAttachment\28bool\29\20const +11665:GrGLRenderTarget::backendFormat\28\29\20const +11666:GrGLRenderTarget::alwaysClearStencil\28\29\20const +11667:GrGLProgramDataManager::~GrGLProgramDataManager\28\29_12423 +11668:GrGLProgramDataManager::~GrGLProgramDataManager\28\29 +11669:GrGLProgramDataManager::setMatrix4fv\28GrResourceHandle\2c\20int\2c\20float\20const*\29\20const +11670:GrGLProgramDataManager::setMatrix4f\28GrResourceHandle\2c\20float\20const*\29\20const +11671:GrGLProgramDataManager::setMatrix3fv\28GrResourceHandle\2c\20int\2c\20float\20const*\29\20const +11672:GrGLProgramDataManager::setMatrix3f\28GrResourceHandle\2c\20float\20const*\29\20const +11673:GrGLProgramDataManager::setMatrix2fv\28GrResourceHandle\2c\20int\2c\20float\20const*\29\20const +11674:GrGLProgramDataManager::setMatrix2f\28GrResourceHandle\2c\20float\20const*\29\20const +11675:GrGLProgramDataManager::set4iv\28GrResourceHandle\2c\20int\2c\20int\20const*\29\20const +11676:GrGLProgramDataManager::set4i\28GrResourceHandle\2c\20int\2c\20int\2c\20int\2c\20int\29\20const +11677:GrGLProgramDataManager::set4f\28GrResourceHandle\2c\20float\2c\20float\2c\20float\2c\20float\29\20const +11678:GrGLProgramDataManager::set3iv\28GrResourceHandle\2c\20int\2c\20int\20const*\29\20const +11679:GrGLProgramDataManager::set3i\28GrResourceHandle\2c\20int\2c\20int\2c\20int\29\20const +11680:GrGLProgramDataManager::set3fv\28GrResourceHandle\2c\20int\2c\20float\20const*\29\20const +11681:GrGLProgramDataManager::set3f\28GrResourceHandle\2c\20float\2c\20float\2c\20float\29\20const +11682:GrGLProgramDataManager::set2iv\28GrResourceHandle\2c\20int\2c\20int\20const*\29\20const +11683:GrGLProgramDataManager::set2i\28GrResourceHandle\2c\20int\2c\20int\29\20const +11684:GrGLProgramDataManager::set2f\28GrResourceHandle\2c\20float\2c\20float\29\20const +11685:GrGLProgramDataManager::set1iv\28GrResourceHandle\2c\20int\2c\20int\20const*\29\20const +11686:GrGLProgramDataManager::set1i\28GrResourceHandle\2c\20int\29\20const +11687:GrGLProgramDataManager::set1fv\28GrResourceHandle\2c\20int\2c\20float\20const*\29\20const +11688:GrGLProgramDataManager::set1f\28GrResourceHandle\2c\20float\29\20const +11689:GrGLProgramBuilder::~GrGLProgramBuilder\28\29_12561 +11690:GrGLProgramBuilder::varyingHandler\28\29 +11691:GrGLProgramBuilder::caps\28\29\20const +11692:GrGLProgram::~GrGLProgram\28\29_12381 +11693:GrGLOpsRenderPass::~GrGLOpsRenderPass\28\29 +11694:GrGLOpsRenderPass::onSetScissorRect\28SkIRect\20const&\29 +11695:GrGLOpsRenderPass::onEnd\28\29 +11696:GrGLOpsRenderPass::onDraw\28int\2c\20int\29 +11697:GrGLOpsRenderPass::onDrawInstanced\28int\2c\20int\2c\20int\2c\20int\29 +11698:GrGLOpsRenderPass::onDrawIndirect\28GrBuffer\20const*\2c\20unsigned\20long\2c\20int\29 +11699:GrGLOpsRenderPass::onDrawIndexed\28int\2c\20int\2c\20unsigned\20short\2c\20unsigned\20short\2c\20int\29 +11700:GrGLOpsRenderPass::onDrawIndexedInstanced\28int\2c\20int\2c\20int\2c\20int\2c\20int\29 +11701:GrGLOpsRenderPass::onDrawIndexedIndirect\28GrBuffer\20const*\2c\20unsigned\20long\2c\20int\29 +11702:GrGLOpsRenderPass::onClear\28GrScissorState\20const&\2c\20std::__2::array\29 +11703:GrGLOpsRenderPass::onClearStencilClip\28GrScissorState\20const&\2c\20bool\29 +11704:GrGLOpsRenderPass::onBindTextures\28GrGeometryProcessor\20const&\2c\20GrSurfaceProxy\20const*\20const*\2c\20GrPipeline\20const&\29 +11705:GrGLOpsRenderPass::onBindPipeline\28GrProgramInfo\20const&\2c\20SkRect\20const&\29 +11706:GrGLOpsRenderPass::onBindBuffers\28sk_sp\2c\20sk_sp\2c\20sk_sp\2c\20GrPrimitiveRestart\29 +11707:GrGLOpsRenderPass::onBegin\28\29 +11708:GrGLOpsRenderPass::inlineUpload\28GrOpFlushState*\2c\20std::__2::function&\29>&\29 +11709:GrGLInterface::~GrGLInterface\28\29_12358 +11710:GrGLInterface::~GrGLInterface\28\29 +11711:GrGLGpu::~GrGLGpu\28\29_12226 +11712:GrGLGpu::xferBarrier\28GrRenderTarget*\2c\20GrXferBarrierType\29 +11713:GrGLGpu::wrapBackendSemaphore\28GrBackendSemaphore\20const&\2c\20GrSemaphoreWrapType\2c\20GrWrapOwnership\29 +11714:GrGLGpu::willExecute\28\29 +11715:GrGLGpu::waitSemaphore\28GrSemaphore*\29 +11716:GrGLGpu::submit\28GrOpsRenderPass*\29 +11717:GrGLGpu::startTimerQuery\28\29 +11718:GrGLGpu::stagingBufferManager\28\29 +11719:GrGLGpu::refPipelineBuilder\28\29 +11720:GrGLGpu::prepareTextureForCrossContextUsage\28GrTexture*\29 +11721:GrGLGpu::prepareSurfacesForBackendAccessAndStateUpdates\28SkSpan\2c\20SkSurfaces::BackendSurfaceAccess\2c\20skgpu::MutableTextureState\20const*\29 +11722:GrGLGpu::precompileShader\28SkData\20const&\2c\20SkData\20const&\29 +11723:GrGLGpu::onWritePixels\28GrSurface*\2c\20SkIRect\2c\20GrColorType\2c\20GrColorType\2c\20GrMipLevel\20const*\2c\20int\2c\20bool\29 +11724:GrGLGpu::onWrapRenderableBackendTexture\28GrBackendTexture\20const&\2c\20int\2c\20GrWrapOwnership\2c\20GrWrapCacheable\29 +11725:GrGLGpu::onWrapCompressedBackendTexture\28GrBackendTexture\20const&\2c\20GrWrapOwnership\2c\20GrWrapCacheable\29 +11726:GrGLGpu::onWrapBackendTexture\28GrBackendTexture\20const&\2c\20GrWrapOwnership\2c\20GrWrapCacheable\2c\20GrIOType\29 +11727:GrGLGpu::onWrapBackendRenderTarget\28GrBackendRenderTarget\20const&\29 +11728:GrGLGpu::onUpdateCompressedBackendTexture\28GrBackendTexture\20const&\2c\20sk_sp\2c\20void\20const*\2c\20unsigned\20long\29 +11729:GrGLGpu::onTransferPixelsTo\28GrTexture*\2c\20SkIRect\2c\20GrColorType\2c\20GrColorType\2c\20sk_sp\2c\20unsigned\20long\2c\20unsigned\20long\29 +11730:GrGLGpu::onTransferPixelsFrom\28GrSurface*\2c\20SkIRect\2c\20GrColorType\2c\20GrColorType\2c\20sk_sp\2c\20unsigned\20long\29 +11731:GrGLGpu::onTransferFromBufferToBuffer\28sk_sp\2c\20unsigned\20long\2c\20sk_sp\2c\20unsigned\20long\2c\20unsigned\20long\29 +11732:GrGLGpu::onSubmitToGpu\28GrSubmitInfo\20const&\29 +11733:GrGLGpu::onResolveRenderTarget\28GrRenderTarget*\2c\20SkIRect\20const&\29 +11734:GrGLGpu::onResetTextureBindings\28\29 +11735:GrGLGpu::onResetContext\28unsigned\20int\29 +11736:GrGLGpu::onRegenerateMipMapLevels\28GrTexture*\29 +11737:GrGLGpu::onReadPixels\28GrSurface*\2c\20SkIRect\2c\20GrColorType\2c\20GrColorType\2c\20void*\2c\20unsigned\20long\29 +11738:GrGLGpu::onGetOpsRenderPass\28GrRenderTarget*\2c\20bool\2c\20GrAttachment*\2c\20GrSurfaceOrigin\2c\20SkIRect\20const&\2c\20GrOpsRenderPass::LoadAndStoreInfo\20const&\2c\20GrOpsRenderPass::StencilLoadAndStoreInfo\20const&\2c\20skia_private::TArray\20const&\2c\20GrXferBarrierFlags\29 +11739:GrGLGpu::onDumpJSON\28SkJSONWriter*\29\20const +11740:GrGLGpu::onCreateTexture\28SkISize\2c\20GrBackendFormat\20const&\2c\20skgpu::Renderable\2c\20int\2c\20skgpu::Budgeted\2c\20skgpu::Protected\2c\20int\2c\20unsigned\20int\2c\20std::__2::basic_string_view>\29 +11741:GrGLGpu::onCreateCompressedTexture\28SkISize\2c\20GrBackendFormat\20const&\2c\20skgpu::Budgeted\2c\20skgpu::Mipmapped\2c\20skgpu::Protected\2c\20void\20const*\2c\20unsigned\20long\29 +11742:GrGLGpu::onCreateCompressedBackendTexture\28SkISize\2c\20GrBackendFormat\20const&\2c\20skgpu::Mipmapped\2c\20skgpu::Protected\29 +11743:GrGLGpu::onCreateBuffer\28unsigned\20long\2c\20GrGpuBufferType\2c\20GrAccessPattern\29 +11744:GrGLGpu::onCreateBackendTexture\28SkISize\2c\20GrBackendFormat\20const&\2c\20skgpu::Renderable\2c\20skgpu::Mipmapped\2c\20skgpu::Protected\2c\20std::__2::basic_string_view>\29 +11745:GrGLGpu::onCopySurface\28GrSurface*\2c\20SkIRect\20const&\2c\20GrSurface*\2c\20SkIRect\20const&\2c\20SkFilterMode\29 +11746:GrGLGpu::onClearBackendTexture\28GrBackendTexture\20const&\2c\20sk_sp\2c\20std::__2::array\29 +11747:GrGLGpu::makeStencilAttachment\28GrBackendFormat\20const&\2c\20SkISize\2c\20int\29 +11748:GrGLGpu::makeSemaphore\28bool\29 +11749:GrGLGpu::makeMSAAAttachment\28SkISize\2c\20GrBackendFormat\20const&\2c\20int\2c\20skgpu::Protected\2c\20GrMemoryless\29 +11750:GrGLGpu::insertSemaphore\28GrSemaphore*\29 +11751:GrGLGpu::getPreferredStencilFormat\28GrBackendFormat\20const&\29 +11752:GrGLGpu::finishOutstandingGpuWork\28\29 +11753:GrGLGpu::endTimerQuery\28GrTimerQuery\20const&\29 +11754:GrGLGpu::disconnect\28GrGpu::DisconnectType\29 +11755:GrGLGpu::deleteBackendTexture\28GrBackendTexture\20const&\29 +11756:GrGLGpu::compile\28GrProgramDesc\20const&\2c\20GrProgramInfo\20const&\29 +11757:GrGLGpu::checkFinishedCallbacks\28\29 +11758:GrGLGpu::addFinishedCallback\28skgpu::AutoCallback\2c\20std::__2::optional\29 +11759:GrGLGpu::ProgramCache::~ProgramCache\28\29_12338 +11760:GrGLGpu::ProgramCache::~ProgramCache\28\29 +11761:GrGLFunction::GrGLFunction\28void\20\28*\29\28unsigned\20int\2c\20unsigned\20int\2c\20float\29\29::'lambda'\28void\20const*\2c\20unsigned\20int\2c\20unsigned\20int\2c\20float\29::__invoke\28void\20const*\2c\20unsigned\20int\2c\20unsigned\20int\2c\20float\29 +11762:GrGLFunction::GrGLFunction\28void\20\28*\29\28int\2c\20float\2c\20float\2c\20float\29\29::'lambda'\28void\20const*\2c\20int\2c\20float\2c\20float\2c\20float\29::__invoke\28void\20const*\2c\20int\2c\20float\2c\20float\2c\20float\29 +11763:GrGLFunction::GrGLFunction\28void\20\28*\29\28float\2c\20float\2c\20float\2c\20float\29\29::'lambda'\28void\20const*\2c\20float\2c\20float\2c\20float\2c\20float\29::__invoke\28void\20const*\2c\20float\2c\20float\2c\20float\2c\20float\29 +11764:GrGLFunction::GrGLFunction\28void\20\28*\29\28float\29\29::'lambda'\28void\20const*\2c\20float\29::__invoke\28void\20const*\2c\20float\29 +11765:GrGLFunction::GrGLFunction\28void\20\28*\29\28\29\29::'lambda'\28void\20const*\29::__invoke\28void\20const*\29 +11766:GrGLFunction::GrGLFunction\28unsigned\20int\20\28*\29\28__GLsync*\2c\20unsigned\20int\2c\20unsigned\20int\2c\20unsigned\20int\29\29::'lambda'\28void\20const*\2c\20__GLsync*\2c\20unsigned\20int\2c\20int\2c\20int\29::__invoke\28void\20const*\2c\20__GLsync*\2c\20unsigned\20int\2c\20int\2c\20int\29 +11767:GrGLFunction::GrGLFunction\28unsigned\20int\20\28*\29\28\29\29::'lambda'\28void\20const*\29::__invoke\28void\20const*\29 +11768:GrGLCaps::~GrGLCaps\28\29_12193 +11769:GrGLCaps::surfaceSupportsReadPixels\28GrSurface\20const*\29\20const +11770:GrGLCaps::supportedWritePixelsColorType\28GrColorType\2c\20GrBackendFormat\20const&\2c\20GrColorType\29\20const +11771:GrGLCaps::onSurfaceSupportsWritePixels\28GrSurface\20const*\29\20const +11772:GrGLCaps::onSupportsDynamicMSAA\28GrRenderTargetProxy\20const*\29\20const +11773:GrGLCaps::onSupportedReadPixelsColorType\28GrColorType\2c\20GrBackendFormat\20const&\2c\20GrColorType\29\20const +11774:GrGLCaps::onIsWindowRectanglesSupportedForRT\28GrBackendRenderTarget\20const&\29\20const +11775:GrGLCaps::onGetReadSwizzle\28GrBackendFormat\20const&\2c\20GrColorType\29\20const +11776:GrGLCaps::onGetDstSampleFlagsForProxy\28GrRenderTargetProxy\20const*\29\20const +11777:GrGLCaps::onGetDefaultBackendFormat\28GrColorType\29\20const +11778:GrGLCaps::onDumpJSON\28SkJSONWriter*\29\20const +11779:GrGLCaps::onCanCopySurface\28GrSurfaceProxy\20const*\2c\20SkIRect\20const&\2c\20GrSurfaceProxy\20const*\2c\20SkIRect\20const&\29\20const +11780:GrGLCaps::onAreColorTypeAndFormatCompatible\28GrColorType\2c\20GrBackendFormat\20const&\29\20const +11781:GrGLCaps::onApplyOptionsOverrides\28GrContextOptions\20const&\29 +11782:GrGLCaps::maxRenderTargetSampleCount\28GrBackendFormat\20const&\29\20const +11783:GrGLCaps::makeDesc\28GrRenderTarget*\2c\20GrProgramInfo\20const&\2c\20GrCaps::ProgramDescOverrideFlags\29\20const +11784:GrGLCaps::isFormatTexturable\28GrBackendFormat\20const&\2c\20GrTextureType\29\20const +11785:GrGLCaps::isFormatSRGB\28GrBackendFormat\20const&\29\20const +11786:GrGLCaps::isFormatRenderable\28GrBackendFormat\20const&\2c\20int\29\20const +11787:GrGLCaps::isFormatCopyable\28GrBackendFormat\20const&\29\20const +11788:GrGLCaps::isFormatAsColorTypeRenderable\28GrColorType\2c\20GrBackendFormat\20const&\2c\20int\29\20const +11789:GrGLCaps::getWriteSwizzle\28GrBackendFormat\20const&\2c\20GrColorType\29\20const +11790:GrGLCaps::getRenderTargetSampleCount\28int\2c\20GrBackendFormat\20const&\29\20const +11791:GrGLCaps::getDstCopyRestrictions\28GrRenderTargetProxy\20const*\2c\20GrColorType\29\20const +11792:GrGLCaps::getBackendFormatFromCompressionType\28SkTextureCompressionType\29\20const +11793:GrGLCaps::computeFormatKey\28GrBackendFormat\20const&\29\20const +11794:GrGLBuffer::~GrGLBuffer\28\29_12143 +11795:GrGLBuffer::~GrGLBuffer\28\29 +11796:GrGLBuffer::setMemoryBacking\28SkTraceMemoryDump*\2c\20SkString\20const&\29\20const +11797:GrGLBuffer::onUpdateData\28void\20const*\2c\20unsigned\20long\2c\20unsigned\20long\2c\20bool\29 +11798:GrGLBuffer::onUnmap\28GrGpuBuffer::MapType\29 +11799:GrGLBuffer::onSetLabel\28\29 +11800:GrGLBuffer::onRelease\28\29 +11801:GrGLBuffer::onMap\28GrGpuBuffer::MapType\29 +11802:GrGLBuffer::onClearToZero\28\29 +11803:GrGLBuffer::onAbandon\28\29 +11804:GrGLBackendTextureData::~GrGLBackendTextureData\28\29_12117 +11805:GrGLBackendTextureData::~GrGLBackendTextureData\28\29 +11806:GrGLBackendTextureData::isSameTexture\28GrBackendTextureData\20const*\29\20const +11807:GrGLBackendTextureData::isProtected\28\29\20const +11808:GrGLBackendTextureData::getBackendFormat\28\29\20const +11809:GrGLBackendTextureData::equal\28GrBackendTextureData\20const*\29\20const +11810:GrGLBackendTextureData::copyTo\28SkAnySubclass&\29\20const +11811:GrGLBackendRenderTargetData::getBackendFormat\28\29\20const +11812:GrGLBackendRenderTargetData::equal\28GrBackendRenderTargetData\20const*\29\20const +11813:GrGLBackendRenderTargetData::copyTo\28SkAnySubclass&\29\20const +11814:GrGLBackendFormatData::toString\28\29\20const +11815:GrGLBackendFormatData::stencilBits\28\29\20const +11816:GrGLBackendFormatData::equal\28GrBackendFormatData\20const*\29\20const +11817:GrGLBackendFormatData::desc\28\29\20const +11818:GrGLBackendFormatData::copyTo\28SkAnySubclass&\29\20const +11819:GrGLBackendFormatData::compressionType\28\29\20const +11820:GrGLBackendFormatData::channelMask\28\29\20const +11821:GrGLBackendFormatData::bytesPerBlock\28\29\20const +11822:GrGLAttachment::~GrGLAttachment\28\29 +11823:GrGLAttachment::setMemoryBacking\28SkTraceMemoryDump*\2c\20SkString\20const&\29\20const +11824:GrGLAttachment::onSetLabel\28\29 +11825:GrGLAttachment::onRelease\28\29 +11826:GrGLAttachment::onAbandon\28\29 +11827:GrGLAttachment::backendFormat\28\29\20const +11828:GrFragmentProcessor::constantOutputForConstantInput\28SkRGBA4f<\28SkAlphaType\292>\20const&\29\20const +11829:GrFragmentProcessor::SwizzleOutput\28std::__2::unique_ptr>\2c\20skgpu::Swizzle\20const&\29::SwizzleFragmentProcessor::onMakeProgramImpl\28\29\20const::Impl::emitCode\28GrFragmentProcessor::ProgramImpl::EmitArgs&\29 +11830:GrFragmentProcessor::SwizzleOutput\28std::__2::unique_ptr>\2c\20skgpu::Swizzle\20const&\29::SwizzleFragmentProcessor::onMakeProgramImpl\28\29\20const +11831:GrFragmentProcessor::SwizzleOutput\28std::__2::unique_ptr>\2c\20skgpu::Swizzle\20const&\29::SwizzleFragmentProcessor::onIsEqual\28GrFragmentProcessor\20const&\29\20const +11832:GrFragmentProcessor::SwizzleOutput\28std::__2::unique_ptr>\2c\20skgpu::Swizzle\20const&\29::SwizzleFragmentProcessor::onAddToKey\28GrShaderCaps\20const&\2c\20skgpu::KeyBuilder*\29\20const +11833:GrFragmentProcessor::SwizzleOutput\28std::__2::unique_ptr>\2c\20skgpu::Swizzle\20const&\29::SwizzleFragmentProcessor::name\28\29\20const +11834:GrFragmentProcessor::SwizzleOutput\28std::__2::unique_ptr>\2c\20skgpu::Swizzle\20const&\29::SwizzleFragmentProcessor::constantOutputForConstantInput\28SkRGBA4f<\28SkAlphaType\292>\20const&\29\20const +11835:GrFragmentProcessor::SwizzleOutput\28std::__2::unique_ptr>\2c\20skgpu::Swizzle\20const&\29::SwizzleFragmentProcessor::clone\28\29\20const +11836:GrFragmentProcessor::SurfaceColor\28\29::SurfaceColorProcessor::onMakeProgramImpl\28\29\20const::Impl::emitCode\28GrFragmentProcessor::ProgramImpl::EmitArgs&\29 +11837:GrFragmentProcessor::SurfaceColor\28\29::SurfaceColorProcessor::onMakeProgramImpl\28\29\20const +11838:GrFragmentProcessor::SurfaceColor\28\29::SurfaceColorProcessor::name\28\29\20const +11839:GrFragmentProcessor::SurfaceColor\28\29::SurfaceColorProcessor::clone\28\29\20const +11840:GrFragmentProcessor::ProgramImpl::~ProgramImpl\28\29 +11841:GrFragmentProcessor::HighPrecision\28std::__2::unique_ptr>\29::HighPrecisionFragmentProcessor::onMakeProgramImpl\28\29\20const::Impl::emitCode\28GrFragmentProcessor::ProgramImpl::EmitArgs&\29 +11842:GrFragmentProcessor::HighPrecision\28std::__2::unique_ptr>\29::HighPrecisionFragmentProcessor::onMakeProgramImpl\28\29\20const +11843:GrFragmentProcessor::HighPrecision\28std::__2::unique_ptr>\29::HighPrecisionFragmentProcessor::name\28\29\20const +11844:GrFragmentProcessor::HighPrecision\28std::__2::unique_ptr>\29::HighPrecisionFragmentProcessor::clone\28\29\20const +11845:GrFragmentProcessor::DeviceSpace\28std::__2::unique_ptr>\29::DeviceSpace::onMakeProgramImpl\28\29\20const::Impl::emitCode\28GrFragmentProcessor::ProgramImpl::EmitArgs&\29 +11846:GrFragmentProcessor::DeviceSpace\28std::__2::unique_ptr>\29::DeviceSpace::onMakeProgramImpl\28\29\20const +11847:GrFragmentProcessor::DeviceSpace\28std::__2::unique_ptr>\29::DeviceSpace::name\28\29\20const +11848:GrFragmentProcessor::DeviceSpace\28std::__2::unique_ptr>\29::DeviceSpace::constantOutputForConstantInput\28SkRGBA4f<\28SkAlphaType\292>\20const&\29\20const +11849:GrFragmentProcessor::DeviceSpace\28std::__2::unique_ptr>\29::DeviceSpace::clone\28\29\20const +11850:GrFragmentProcessor::Compose\28std::__2::unique_ptr>\2c\20std::__2::unique_ptr>\29::ComposeProcessor::onMakeProgramImpl\28\29\20const::Impl::emitCode\28GrFragmentProcessor::ProgramImpl::EmitArgs&\29 +11851:GrFragmentProcessor::Compose\28std::__2::unique_ptr>\2c\20std::__2::unique_ptr>\29::ComposeProcessor::onMakeProgramImpl\28\29\20const +11852:GrFragmentProcessor::Compose\28std::__2::unique_ptr>\2c\20std::__2::unique_ptr>\29::ComposeProcessor::name\28\29\20const +11853:GrFragmentProcessor::Compose\28std::__2::unique_ptr>\2c\20std::__2::unique_ptr>\29::ComposeProcessor::constantOutputForConstantInput\28SkRGBA4f<\28SkAlphaType\292>\20const&\29\20const +11854:GrFragmentProcessor::Compose\28std::__2::unique_ptr>\2c\20std::__2::unique_ptr>\29::ComposeProcessor::clone\28\29\20const +11855:GrFixedClip::~GrFixedClip\28\29_9258 +11856:GrFixedClip::~GrFixedClip\28\29 +11857:GrExternalTextureGenerator::onGenerateTexture\28GrRecordingContext*\2c\20SkImageInfo\20const&\2c\20skgpu::Mipmapped\2c\20GrImageTexGenPolicy\29 +11858:GrEagerDynamicVertexAllocator::lock\28unsigned\20long\2c\20int\29 +11859:GrDynamicAtlas::~GrDynamicAtlas\28\29_9229 +11860:GrDynamicAtlas::~GrDynamicAtlas\28\29 +11861:GrDrawingManager::flush\28SkSpan\2c\20SkSurfaces::BackendSurfaceAccess\2c\20GrFlushInfo\20const&\2c\20skgpu::MutableTextureState\20const*\29 +11862:GrDrawOp::usesStencil\28\29\20const +11863:GrDrawOp::usesMSAA\28\29\20const +11864:GrDrawOp::fixedFunctionFlags\28\29\20const +11865:GrDistanceFieldPathGeoProc::~GrDistanceFieldPathGeoProc\28\29_10429 +11866:GrDistanceFieldPathGeoProc::~GrDistanceFieldPathGeoProc\28\29 +11867:GrDistanceFieldPathGeoProc::onTextureSampler\28int\29\20const +11868:GrDistanceFieldPathGeoProc::name\28\29\20const +11869:GrDistanceFieldPathGeoProc::makeProgramImpl\28GrShaderCaps\20const&\29\20const +11870:GrDistanceFieldPathGeoProc::addToKey\28GrShaderCaps\20const&\2c\20skgpu::KeyBuilder*\29\20const +11871:GrDistanceFieldPathGeoProc::Impl::setData\28GrGLSLProgramDataManager\20const&\2c\20GrShaderCaps\20const&\2c\20GrGeometryProcessor\20const&\29 +11872:GrDistanceFieldPathGeoProc::Impl::onEmitCode\28GrGeometryProcessor::ProgramImpl::EmitArgs&\2c\20GrGeometryProcessor::ProgramImpl::GrGPArgs*\29 +11873:GrDistanceFieldLCDTextGeoProc::~GrDistanceFieldLCDTextGeoProc\28\29_10433 +11874:GrDistanceFieldLCDTextGeoProc::~GrDistanceFieldLCDTextGeoProc\28\29 +11875:GrDistanceFieldLCDTextGeoProc::name\28\29\20const +11876:GrDistanceFieldLCDTextGeoProc::makeProgramImpl\28GrShaderCaps\20const&\29\20const +11877:GrDistanceFieldLCDTextGeoProc::addToKey\28GrShaderCaps\20const&\2c\20skgpu::KeyBuilder*\29\20const +11878:GrDistanceFieldLCDTextGeoProc::Impl::setData\28GrGLSLProgramDataManager\20const&\2c\20GrShaderCaps\20const&\2c\20GrGeometryProcessor\20const&\29 +11879:GrDistanceFieldLCDTextGeoProc::Impl::onEmitCode\28GrGeometryProcessor::ProgramImpl::EmitArgs&\2c\20GrGeometryProcessor::ProgramImpl::GrGPArgs*\29 +11880:GrDistanceFieldA8TextGeoProc::~GrDistanceFieldA8TextGeoProc\28\29_10425 +11881:GrDistanceFieldA8TextGeoProc::~GrDistanceFieldA8TextGeoProc\28\29 +11882:GrDistanceFieldA8TextGeoProc::name\28\29\20const +11883:GrDistanceFieldA8TextGeoProc::makeProgramImpl\28GrShaderCaps\20const&\29\20const +11884:GrDistanceFieldA8TextGeoProc::addToKey\28GrShaderCaps\20const&\2c\20skgpu::KeyBuilder*\29\20const +11885:GrDistanceFieldA8TextGeoProc::Impl::setData\28GrGLSLProgramDataManager\20const&\2c\20GrShaderCaps\20const&\2c\20GrGeometryProcessor\20const&\29 +11886:GrDistanceFieldA8TextGeoProc::Impl::onEmitCode\28GrGeometryProcessor::ProgramImpl::EmitArgs&\2c\20GrGeometryProcessor::ProgramImpl::GrGPArgs*\29 +11887:GrDisableColorXPFactory::makeXferProcessor\28GrProcessorAnalysisColor\20const&\2c\20GrProcessorAnalysisCoverage\2c\20GrCaps\20const&\2c\20GrClampType\29\20const +11888:GrDisableColorXPFactory::analysisProperties\28GrProcessorAnalysisColor\20const&\2c\20GrProcessorAnalysisCoverage\20const&\2c\20GrCaps\20const&\2c\20GrClampType\29\20const +11889:GrDirectContext::~GrDirectContext\28\29_9131 +11890:GrDirectContext::releaseResourcesAndAbandonContext\28\29 +11891:GrDirectContext::init\28\29 +11892:GrDirectContext::abandoned\28\29 +11893:GrDirectContext::abandonContext\28\29 +11894:GrDeferredProxyUploader::~GrDeferredProxyUploader\28\29_8759 +11895:GrDeferredProxyUploader::~GrDeferredProxyUploader\28\29 +11896:GrCpuVertexAllocator::~GrCpuVertexAllocator\28\29_9253 +11897:GrCpuVertexAllocator::~GrCpuVertexAllocator\28\29 +11898:GrCpuVertexAllocator::unlock\28int\29 +11899:GrCpuVertexAllocator::lock\28unsigned\20long\2c\20int\29 +11900:GrCpuBuffer::unref\28\29\20const +11901:GrCoverageSetOpXPFactory::makeXferProcessor\28GrProcessorAnalysisColor\20const&\2c\20GrProcessorAnalysisCoverage\2c\20GrCaps\20const&\2c\20GrClampType\29\20const +11902:GrCoverageSetOpXPFactory::analysisProperties\28GrProcessorAnalysisColor\20const&\2c\20GrProcessorAnalysisCoverage\20const&\2c\20GrCaps\20const&\2c\20GrClampType\29\20const +11903:GrCopyRenderTask::~GrCopyRenderTask\28\29_9091 +11904:GrCopyRenderTask::onMakeSkippable\28\29 +11905:GrCopyRenderTask::onMakeClosed\28GrRecordingContext*\2c\20SkIRect*\29 +11906:GrCopyRenderTask::onExecute\28GrOpFlushState*\29 +11907:GrCopyRenderTask::gatherProxyIntervals\28GrResourceAllocator*\29\20const +11908:GrConvexPolyEffect::onMakeProgramImpl\28\29\20const::Impl::onSetData\28GrGLSLProgramDataManager\20const&\2c\20GrFragmentProcessor\20const&\29 +11909:GrConvexPolyEffect::onMakeProgramImpl\28\29\20const::Impl::emitCode\28GrFragmentProcessor::ProgramImpl::EmitArgs&\29 +11910:GrConvexPolyEffect::onMakeProgramImpl\28\29\20const +11911:GrConvexPolyEffect::onIsEqual\28GrFragmentProcessor\20const&\29\20const +11912:GrConvexPolyEffect::onAddToKey\28GrShaderCaps\20const&\2c\20skgpu::KeyBuilder*\29\20const +11913:GrConvexPolyEffect::name\28\29\20const +11914:GrConvexPolyEffect::clone\28\29\20const +11915:GrContext_Base::~GrContext_Base\28\29_9071 +11916:GrContextThreadSafeProxy::~GrContextThreadSafeProxy\28\29_9059 +11917:GrContextThreadSafeProxy::~GrContextThreadSafeProxy\28\29 +11918:GrContextThreadSafeProxy::isValidCharacterizationForVulkan\28sk_sp\2c\20bool\2c\20skgpu::Mipmapped\2c\20skgpu::Protected\2c\20bool\2c\20bool\29 +11919:GrConicEffect::name\28\29\20const +11920:GrConicEffect::makeProgramImpl\28GrShaderCaps\20const&\29\20const +11921:GrConicEffect::addToKey\28GrShaderCaps\20const&\2c\20skgpu::KeyBuilder*\29\20const +11922:GrConicEffect::Impl::setData\28GrGLSLProgramDataManager\20const&\2c\20GrShaderCaps\20const&\2c\20GrGeometryProcessor\20const&\29 +11923:GrConicEffect::Impl::onEmitCode\28GrGeometryProcessor::ProgramImpl::EmitArgs&\2c\20GrGeometryProcessor::ProgramImpl::GrGPArgs*\29 +11924:GrColorSpaceXformEffect::~GrColorSpaceXformEffect\28\29_9043 +11925:GrColorSpaceXformEffect::~GrColorSpaceXformEffect\28\29 +11926:GrColorSpaceXformEffect::onMakeProgramImpl\28\29\20const::Impl::onSetData\28GrGLSLProgramDataManager\20const&\2c\20GrFragmentProcessor\20const&\29 +11927:GrColorSpaceXformEffect::onMakeProgramImpl\28\29\20const::Impl::emitCode\28GrFragmentProcessor::ProgramImpl::EmitArgs&\29 +11928:GrColorSpaceXformEffect::onMakeProgramImpl\28\29\20const +11929:GrColorSpaceXformEffect::onIsEqual\28GrFragmentProcessor\20const&\29\20const +11930:GrColorSpaceXformEffect::onAddToKey\28GrShaderCaps\20const&\2c\20skgpu::KeyBuilder*\29\20const +11931:GrColorSpaceXformEffect::name\28\29\20const +11932:GrColorSpaceXformEffect::constantOutputForConstantInput\28SkRGBA4f<\28SkAlphaType\292>\20const&\29\20const +11933:GrColorSpaceXformEffect::clone\28\29\20const +11934:GrCaps::~GrCaps\28\29 +11935:GrCaps::getDstCopyRestrictions\28GrRenderTargetProxy\20const*\2c\20GrColorType\29\20const +11936:GrBitmapTextGeoProc::~GrBitmapTextGeoProc\28\29_10338 +11937:GrBitmapTextGeoProc::~GrBitmapTextGeoProc\28\29 +11938:GrBitmapTextGeoProc::onTextureSampler\28int\29\20const +11939:GrBitmapTextGeoProc::name\28\29\20const +11940:GrBitmapTextGeoProc::makeProgramImpl\28GrShaderCaps\20const&\29\20const +11941:GrBitmapTextGeoProc::addToKey\28GrShaderCaps\20const&\2c\20skgpu::KeyBuilder*\29\20const +11942:GrBitmapTextGeoProc::Impl::setData\28GrGLSLProgramDataManager\20const&\2c\20GrShaderCaps\20const&\2c\20GrGeometryProcessor\20const&\29 +11943:GrBitmapTextGeoProc::Impl::onEmitCode\28GrGeometryProcessor::ProgramImpl::EmitArgs&\2c\20GrGeometryProcessor::ProgramImpl::GrGPArgs*\29 +11944:GrBicubicEffect::onMakeProgramImpl\28\29\20const +11945:GrBicubicEffect::onIsEqual\28GrFragmentProcessor\20const&\29\20const +11946:GrBicubicEffect::onAddToKey\28GrShaderCaps\20const&\2c\20skgpu::KeyBuilder*\29\20const +11947:GrBicubicEffect::name\28\29\20const +11948:GrBicubicEffect::clone\28\29\20const +11949:GrBicubicEffect::Impl::onSetData\28GrGLSLProgramDataManager\20const&\2c\20GrFragmentProcessor\20const&\29 +11950:GrBicubicEffect::Impl::emitCode\28GrFragmentProcessor::ProgramImpl::EmitArgs&\29 +11951:GrAttachment::onGpuMemorySize\28\29\20const +11952:GrAttachment::getResourceType\28\29\20const +11953:GrAttachment::computeScratchKey\28skgpu::ScratchKey*\29\20const +11954:GrAtlasManager::~GrAtlasManager\28\29_11998 +11955:GrAtlasManager::preFlush\28GrOnFlushResourceProvider*\29 +11956:GrAtlasManager::postFlush\28skgpu::Token\29 +11957:GrAATriangulator::tessellate\28GrTriangulator::VertexList\20const&\2c\20GrTriangulator::Comparator\20const&\29 +11958:GetRectsForRange\28skia::textlayout::Paragraph&\2c\20unsigned\20int\2c\20unsigned\20int\2c\20skia::textlayout::RectHeightStyle\2c\20skia::textlayout::RectWidthStyle\29 +11959:GetRectsForPlaceholders\28skia::textlayout::Paragraph&\29 +11960:GetLineMetrics\28skia::textlayout::Paragraph&\29 +11961:GetLineMetricsAt\28skia::textlayout::Paragraph&\2c\20unsigned\20long\29 +11962:GetGlyphInfoAt\28skia::textlayout::Paragraph&\2c\20unsigned\20long\29 +11963:GetCoeffsFast +11964:GetCoeffsAlt +11965:GetClosestGlyphInfoAtCoordinate\28skia::textlayout::Paragraph&\2c\20float\2c\20float\29 +11966:FontMgrRunIterator::~FontMgrRunIterator\28\29_14950 +11967:FontMgrRunIterator::~FontMgrRunIterator\28\29 +11968:FontMgrRunIterator::currentFont\28\29\20const +11969:FontMgrRunIterator::consume\28\29 +11970:ExtractGreen_C +11971:ExtractAlpha_C +11972:ExtractAlphaRows +11973:ExternalWebGLTexture::~ExternalWebGLTexture\28\29_906 +11974:ExternalWebGLTexture::~ExternalWebGLTexture\28\29 +11975:ExternalWebGLTexture::getBackendTexture\28\29 +11976:ExternalWebGLTexture::dispose\28\29 +11977:ExportAlphaRGBA4444 +11978:ExportAlpha +11979:Equals\28SkPath\20const&\2c\20SkPath\20const&\29 +11980:EmitYUV +11981:EmitSampledRGB +11982:EmitRescaledYUV +11983:EmitRescaledRGB +11984:EmitRescaledAlphaYUV +11985:EmitRescaledAlphaRGB +11986:EmitFancyRGB +11987:EmitAlphaYUV +11988:EmitAlphaRGBA4444 +11989:EmitAlphaRGB +11990:EllipticalRRectOp::onPrepareDraws\28GrMeshDrawTarget*\29 +11991:EllipticalRRectOp::onCombineIfPossible\28GrOp*\2c\20SkArenaAlloc*\2c\20GrCaps\20const&\29 +11992:EllipticalRRectOp::name\28\29\20const +11993:EllipticalRRectOp::finalize\28GrCaps\20const&\2c\20GrAppliedClip\20const*\2c\20GrClampType\29 +11994:EllipseOp::onPrepareDraws\28GrMeshDrawTarget*\29 +11995:EllipseOp::onCombineIfPossible\28GrOp*\2c\20SkArenaAlloc*\2c\20GrCaps\20const&\29 +11996:EllipseOp::name\28\29\20const +11997:EllipseOp::finalize\28GrCaps\20const&\2c\20GrAppliedClip\20const*\2c\20GrClampType\29 +11998:EllipseGeometryProcessor::name\28\29\20const +11999:EllipseGeometryProcessor::makeProgramImpl\28GrShaderCaps\20const&\29\20const +12000:EllipseGeometryProcessor::addToKey\28GrShaderCaps\20const&\2c\20skgpu::KeyBuilder*\29\20const +12001:EllipseGeometryProcessor::Impl::onEmitCode\28GrGeometryProcessor::ProgramImpl::EmitArgs&\2c\20GrGeometryProcessor::ProgramImpl::GrGPArgs*\29 +12002:Dual_Project +12003:DitherCombine8x8_C +12004:DispatchAlpha_C +12005:DispatchAlphaToGreen_C +12006:DisableColorXP::onGetBlendInfo\28skgpu::BlendInfo*\29\20const +12007:DisableColorXP::name\28\29\20const +12008:DisableColorXP::makeProgramImpl\28\29\20const::Impl::emitOutputsForBlendState\28GrXferProcessor::ProgramImpl::EmitArgs\20const&\29 +12009:DisableColorXP::makeProgramImpl\28\29\20const +12010:Direct_Move_Y +12011:Direct_Move_X +12012:Direct_Move_Orig_Y +12013:Direct_Move_Orig_X +12014:Direct_Move_Orig +12015:Direct_Move +12016:DefaultGeoProc::name\28\29\20const +12017:DefaultGeoProc::makeProgramImpl\28GrShaderCaps\20const&\29\20const +12018:DefaultGeoProc::addToKey\28GrShaderCaps\20const&\2c\20skgpu::KeyBuilder*\29\20const +12019:DefaultGeoProc::Impl::setData\28GrGLSLProgramDataManager\20const&\2c\20GrShaderCaps\20const&\2c\20GrGeometryProcessor\20const&\29 +12020:DefaultGeoProc::Impl::onEmitCode\28GrGeometryProcessor::ProgramImpl::EmitArgs&\2c\20GrGeometryProcessor::ProgramImpl::GrGPArgs*\29 +12021:DataFontLoader::loadSystemFonts\28SkFontScanner\20const*\2c\20skia_private::TArray\2c\20true>*\29\20const +12022:DataCacheElement_deleter\28void*\29 +12023:DIEllipseOp::~DIEllipseOp\28\29_11499 +12024:DIEllipseOp::~DIEllipseOp\28\29 +12025:DIEllipseOp::visitProxies\28std::__2::function\20const&\29\20const +12026:DIEllipseOp::onPrepareDraws\28GrMeshDrawTarget*\29 +12027:DIEllipseOp::onExecute\28GrOpFlushState*\2c\20SkRect\20const&\29 +12028:DIEllipseOp::onCreateProgramInfo\28GrCaps\20const*\2c\20SkArenaAlloc*\2c\20GrSurfaceProxyView\20const&\2c\20bool\2c\20GrAppliedClip&&\2c\20GrDstProxyView\20const&\2c\20GrXferBarrierFlags\2c\20GrLoadOp\29 +12029:DIEllipseOp::onCombineIfPossible\28GrOp*\2c\20SkArenaAlloc*\2c\20GrCaps\20const&\29 +12030:DIEllipseOp::name\28\29\20const +12031:DIEllipseOp::finalize\28GrCaps\20const&\2c\20GrAppliedClip\20const*\2c\20GrClampType\29 +12032:DIEllipseGeometryProcessor::name\28\29\20const +12033:DIEllipseGeometryProcessor::makeProgramImpl\28GrShaderCaps\20const&\29\20const +12034:DIEllipseGeometryProcessor::addToKey\28GrShaderCaps\20const&\2c\20skgpu::KeyBuilder*\29\20const +12035:DIEllipseGeometryProcessor::Impl::onEmitCode\28GrGeometryProcessor::ProgramImpl::EmitArgs&\2c\20GrGeometryProcessor::ProgramImpl::GrGPArgs*\29 +12036:DC8uv_C +12037:DC8uvNoTop_C +12038:DC8uvNoTopLeft_C +12039:DC8uvNoLeft_C +12040:DC4_C +12041:DC16_C +12042:DC16NoTop_C +12043:DC16NoTopLeft_C +12044:DC16NoLeft_C +12045:CustomXPFactory::makeXferProcessor\28GrProcessorAnalysisColor\20const&\2c\20GrProcessorAnalysisCoverage\2c\20GrCaps\20const&\2c\20GrClampType\29\20const +12046:CustomXPFactory::analysisProperties\28GrProcessorAnalysisColor\20const&\2c\20GrProcessorAnalysisCoverage\20const&\2c\20GrCaps\20const&\2c\20GrClampType\29\20const +12047:CustomXP::xferBarrierType\28GrCaps\20const&\29\20const +12048:CustomXP::onGetBlendInfo\28skgpu::BlendInfo*\29\20const +12049:CustomXP::onAddToKey\28GrShaderCaps\20const&\2c\20skgpu::KeyBuilder*\29\20const +12050:CustomXP::name\28\29\20const +12051:CustomXP::makeProgramImpl\28\29\20const::Impl::emitOutputsForBlendState\28GrXferProcessor::ProgramImpl::EmitArgs\20const&\29 +12052:CustomXP::makeProgramImpl\28\29\20const +12053:CustomTeardown +12054:CustomSetup +12055:CustomPut +12056:Current_Ppem_Stretched +12057:Current_Ppem +12058:Cr_z_zcalloc +12059:CoverageSetOpXP::onGetBlendInfo\28skgpu::BlendInfo*\29\20const +12060:CoverageSetOpXP::onAddToKey\28GrShaderCaps\20const&\2c\20skgpu::KeyBuilder*\29\20const +12061:CoverageSetOpXP::name\28\29\20const +12062:CoverageSetOpXP::makeProgramImpl\28\29\20const::Impl::emitOutputsForBlendState\28GrXferProcessor::ProgramImpl::EmitArgs\20const&\29 +12063:CoverageSetOpXP::makeProgramImpl\28\29\20const +12064:CopyPath\28SkPath\20const&\29 +12065:ConvertRGB24ToY_C +12066:ConvertBGR24ToY_C +12067:ConvertARGBToY_C +12068:ColorTableEffect::onMakeProgramImpl\28\29\20const::Impl::emitCode\28GrFragmentProcessor::ProgramImpl::EmitArgs&\29 +12069:ColorTableEffect::onMakeProgramImpl\28\29\20const +12070:ColorTableEffect::name\28\29\20const +12071:ColorTableEffect::clone\28\29\20const +12072:CircularRRectOp::visitProxies\28std::__2::function\20const&\29\20const +12073:CircularRRectOp::onPrepareDraws\28GrMeshDrawTarget*\29 +12074:CircularRRectOp::onExecute\28GrOpFlushState*\2c\20SkRect\20const&\29 +12075:CircularRRectOp::onCreateProgramInfo\28GrCaps\20const*\2c\20SkArenaAlloc*\2c\20GrSurfaceProxyView\20const&\2c\20bool\2c\20GrAppliedClip&&\2c\20GrDstProxyView\20const&\2c\20GrXferBarrierFlags\2c\20GrLoadOp\29 +12076:CircularRRectOp::onCombineIfPossible\28GrOp*\2c\20SkArenaAlloc*\2c\20GrCaps\20const&\29 +12077:CircularRRectOp::name\28\29\20const +12078:CircularRRectOp::finalize\28GrCaps\20const&\2c\20GrAppliedClip\20const*\2c\20GrClampType\29 +12079:CircleOp::~CircleOp\28\29_11473 +12080:CircleOp::~CircleOp\28\29 +12081:CircleOp::visitProxies\28std::__2::function\20const&\29\20const +12082:CircleOp::programInfo\28\29 +12083:CircleOp::onPrepareDraws\28GrMeshDrawTarget*\29 +12084:CircleOp::onExecute\28GrOpFlushState*\2c\20SkRect\20const&\29 +12085:CircleOp::onCreateProgramInfo\28GrCaps\20const*\2c\20SkArenaAlloc*\2c\20GrSurfaceProxyView\20const&\2c\20bool\2c\20GrAppliedClip&&\2c\20GrDstProxyView\20const&\2c\20GrXferBarrierFlags\2c\20GrLoadOp\29 +12086:CircleOp::onCombineIfPossible\28GrOp*\2c\20SkArenaAlloc*\2c\20GrCaps\20const&\29 +12087:CircleOp::name\28\29\20const +12088:CircleOp::finalize\28GrCaps\20const&\2c\20GrAppliedClip\20const*\2c\20GrClampType\29 +12089:CircleGeometryProcessor::name\28\29\20const +12090:CircleGeometryProcessor::makeProgramImpl\28GrShaderCaps\20const&\29\20const +12091:CircleGeometryProcessor::addToKey\28GrShaderCaps\20const&\2c\20skgpu::KeyBuilder*\29\20const +12092:CircleGeometryProcessor::Impl::onEmitCode\28GrGeometryProcessor::ProgramImpl::EmitArgs&\2c\20GrGeometryProcessor::ProgramImpl::GrGPArgs*\29 +12093:CanInterpolate\28SkPath\20const&\2c\20SkPath\20const&\29 +12094:ButtCapper\28SkPathBuilder*\2c\20SkPoint\20const&\2c\20SkPoint\20const&\2c\20SkPoint\20const&\2c\20bool\29 +12095:ButtCapDashedCircleOp::visitProxies\28std::__2::function\20const&\29\20const +12096:ButtCapDashedCircleOp::programInfo\28\29 +12097:ButtCapDashedCircleOp::onPrepareDraws\28GrMeshDrawTarget*\29 +12098:ButtCapDashedCircleOp::onExecute\28GrOpFlushState*\2c\20SkRect\20const&\29 +12099:ButtCapDashedCircleOp::onCreateProgramInfo\28GrCaps\20const*\2c\20SkArenaAlloc*\2c\20GrSurfaceProxyView\20const&\2c\20bool\2c\20GrAppliedClip&&\2c\20GrDstProxyView\20const&\2c\20GrXferBarrierFlags\2c\20GrLoadOp\29 +12100:ButtCapDashedCircleOp::onCombineIfPossible\28GrOp*\2c\20SkArenaAlloc*\2c\20GrCaps\20const&\29 +12101:ButtCapDashedCircleOp::name\28\29\20const +12102:ButtCapDashedCircleOp::finalize\28GrCaps\20const&\2c\20GrAppliedClip\20const*\2c\20GrClampType\29 +12103:ButtCapDashedCircleGeometryProcessor::name\28\29\20const +12104:ButtCapDashedCircleGeometryProcessor::makeProgramImpl\28GrShaderCaps\20const&\29\20const +12105:ButtCapDashedCircleGeometryProcessor::addToKey\28GrShaderCaps\20const&\2c\20skgpu::KeyBuilder*\29\20const +12106:ButtCapDashedCircleGeometryProcessor::Impl::onEmitCode\28GrGeometryProcessor::ProgramImpl::EmitArgs&\2c\20GrGeometryProcessor::ProgramImpl::GrGPArgs*\29 +12107:BrotliDefaultAllocFunc +12108:BluntJoiner\28SkPathBuilder*\2c\20SkPathBuilder*\2c\20SkPoint\20const&\2c\20SkPoint\20const&\2c\20SkPoint\20const&\2c\20float\2c\20float\2c\20bool\2c\20bool\29 +12109:BlendFragmentProcessor::onMakeProgramImpl\28\29\20const::Impl::onSetData\28GrGLSLProgramDataManager\20const&\2c\20GrFragmentProcessor\20const&\29 +12110:BlendFragmentProcessor::onMakeProgramImpl\28\29\20const::Impl::emitCode\28GrFragmentProcessor::ProgramImpl::EmitArgs&\29 +12111:BlendFragmentProcessor::onMakeProgramImpl\28\29\20const +12112:BlendFragmentProcessor::onIsEqual\28GrFragmentProcessor\20const&\29\20const +12113:BlendFragmentProcessor::onAddToKey\28GrShaderCaps\20const&\2c\20skgpu::KeyBuilder*\29\20const +12114:BlendFragmentProcessor::name\28\29\20const +12115:BlendFragmentProcessor::constantOutputForConstantInput\28SkRGBA4f<\28SkAlphaType\292>\20const&\29\20const +12116:BlendFragmentProcessor::clone\28\29\20const +12117:AutoCleanPng::infoCallback\28unsigned\20long\29 +12118:AutoCleanPng::decodeBounds\28\29 +12119:ApplyTrim\28SkPath&\2c\20float\2c\20float\2c\20bool\29 +12120:ApplyTransform\28SkPath&\2c\20float\2c\20float\2c\20float\2c\20float\2c\20float\2c\20float\2c\20float\2c\20float\2c\20float\29 +12121:ApplyStroke\28SkPath&\2c\20StrokeOpts\29 +12122:ApplySimplify\28SkPath&\29 +12123:ApplyRewind\28SkPath&\29 +12124:ApplyReset\28SkPath&\29 +12125:ApplyRQuadTo\28SkPath&\2c\20float\2c\20float\2c\20float\2c\20float\29 +12126:ApplyRMoveTo\28SkPath&\2c\20float\2c\20float\29 +12127:ApplyRLineTo\28SkPath&\2c\20float\2c\20float\29 +12128:ApplyRCubicTo\28SkPath&\2c\20float\2c\20float\2c\20float\2c\20float\2c\20float\2c\20float\29 +12129:ApplyRConicTo\28SkPath&\2c\20float\2c\20float\2c\20float\2c\20float\2c\20float\29 +12130:ApplyRArcToArcSize\28SkPath&\2c\20float\2c\20float\2c\20float\2c\20bool\2c\20bool\2c\20float\2c\20float\29 +12131:ApplyQuadTo\28SkPath&\2c\20float\2c\20float\2c\20float\2c\20float\29 +12132:ApplyPathOp\28SkPath&\2c\20SkPath\20const&\2c\20SkPathOp\29 +12133:ApplyMoveTo\28SkPath&\2c\20float\2c\20float\29 +12134:ApplyLineTo\28SkPath&\2c\20float\2c\20float\29 +12135:ApplyDash\28SkPath&\2c\20float\2c\20float\2c\20float\29 +12136:ApplyCubicTo\28SkPath&\2c\20float\2c\20float\2c\20float\2c\20float\2c\20float\2c\20float\29 +12137:ApplyConicTo\28SkPath&\2c\20float\2c\20float\2c\20float\2c\20float\2c\20float\29 +12138:ApplyClose\28SkPath&\29 +12139:ApplyArcToTangent\28SkPath&\2c\20float\2c\20float\2c\20float\2c\20float\2c\20float\29 +12140:ApplyArcToArcSize\28SkPath&\2c\20float\2c\20float\2c\20float\2c\20bool\2c\20bool\2c\20float\2c\20float\29 +12141:ApplyAlphaMultiply_C +12142:ApplyAlphaMultiply_16b_C +12143:ApplyAddPath\28SkPath&\2c\20SkPath\20const&\2c\20float\2c\20float\2c\20float\2c\20float\2c\20float\2c\20float\2c\20float\2c\20float\2c\20float\2c\20bool\29 +12144:AlphaReplace_C +12145:$_3::__invoke\28unsigned\20char*\2c\20unsigned\20char\2c\20int\2c\20unsigned\20char\29 +12146:$_2::__invoke\28unsigned\20char*\2c\20unsigned\20char\2c\20int\29 +12147:$_1::__invoke\28unsigned\20char*\2c\20unsigned\20char\2c\20int\2c\20unsigned\20char\29 +12148:$_0::__invoke\28unsigned\20char*\2c\20unsigned\20char\2c\20int\29 diff --git a/hive/extension/devtools/build/canvaskit/canvaskit.wasm b/hive/extension/devtools/build/canvaskit/canvaskit.wasm index 4dbf9da7..c83af99d 100755 Binary files a/hive/extension/devtools/build/canvaskit/canvaskit.wasm and b/hive/extension/devtools/build/canvaskit/canvaskit.wasm differ diff --git a/hive/extension/devtools/build/canvaskit/chromium/canvaskit.js b/hive/extension/devtools/build/canvaskit/chromium/canvaskit.js index b6b8806f..d95b1d34 100644 --- a/hive/extension/devtools/build/canvaskit/chromium/canvaskit.js +++ b/hive/extension/devtools/build/canvaskit/chromium/canvaskit.js @@ -140,9 +140,9 @@ c,e,f,k,n,l,q,v,w,A,D)=>{w=K(w);k=Q(f,k);l&&=Q(n,l);v&&=Q(q,v);D=Q(A,D);var I=Ib return ea.apply(this,Ea)});var la=Object.create(aa,{constructor:{value:P}});P.prototype=la;var X=new Jb(w,P,la,D,O,k,l,v);if(X.ae){var ha;(ha=X.ae).te??(ha.te=[]);X.ae.te.push(X)}O=new Qb(w,X,!0,!1,!1);ha=new Qb(w+"*",X,!1,!1,!1);aa=new Qb(w+" const*",X,!1,!0,!1);yb[a]={pointerType:ha,Ve:aa};Rb(I,P);return[O,ha,aa]})},e:(a,b,c,e,f,k,n)=>{var l=hc(c,e);b=K(b);b=ic(b);k=Q(f,k);mb([],[a],q=>{function v(){ec(`Cannot call ${w} due to unbound types`,l)}q=q[0];var w=`${q.name}.${b}`;b.startsWith("@@")&& (b=Symbol[b.substring(2)]);var A=q.Wd.constructor;void 0===A[b]?(v.ie=c-1,A[b]=v):(Gb(A,b,w),A[b].$d[c-1]=v);mb([],l,D=>{D=[D[0],null].concat(D.slice(1));D=gc(w,D,null,k,n);void 0===A[b].$d?(D.ie=c-1,A[b]=D):A[b].$d[c-1]=D;if(q.Wd.te)for(const I of q.Wd.te)I.constructor.hasOwnProperty(b)||(I.constructor[b]=D);return[]});return[]})},z:(a,b,c,e,f,k)=>{var n=hc(b,c);f=Q(e,f);mb([],[a],l=>{l=l[0];var q=`constructor ${l.name}`;void 0===l.Wd.je&&(l.Wd.je=[]);if(void 0!==l.Wd.je[b-1])throw new L(`Cannot register multiple constructors with identical number of parameters (${b- 1}) for class '${l.name}'! Overload resolution is currently only performed using the parameter count, not actual type info!`);l.Wd.je[b-1]=()=>{ec(`Cannot construct ${l.name} due to unbound types`,n)};mb([],n,v=>{v.splice(1,0,null);l.Wd.je[b-1]=gc(q,v,null,f,k);return[]});return[]})},a:(a,b,c,e,f,k,n,l)=>{var q=hc(c,e);b=K(b);b=ic(b);k=Q(f,k);mb([],[a],v=>{function w(){ec(`Cannot call ${A} due to unbound types`,q)}v=v[0];var A=`${v.name}.${b}`;b.startsWith("@@")&&(b=Symbol[b.substring(2)]);l&&v.Wd.hf.push(b); -var D=v.Wd.me,I=D[b];void 0===I||void 0===I.$d&&I.className!==v.name&&I.ie===c-2?(w.ie=c-2,w.className=v.name,D[b]=w):(Gb(D,b,A),D[b].$d[c-2]=w);mb([],q,P=>{P=gc(A,P,v,k,n);void 0===D[b].$d?(P.ie=c-2,D[b]=P):D[b].$d[c-2]=P;return[]});return[]})},r:(a,b,c)=>{a=K(a);mb([],[b],e=>{e=e[0];r[a]=e.fromWireType(c);return[]})},kd:a=>lb(a,nc),i:(a,b,c,e)=>{function f(){}b=K(b);f.values={};lb(a,{name:b,constructor:f,fromWireType:function(k){return this.constructor.values[k]},toWireType:(k,n)=>n.value,de:8, -readValueFromPointer:oc(b,c,e),ee:null});Hb(b,f)},b:(a,b,c)=>{var e=pc(a,"enum");b=K(b);a=e.constructor;e=Object.create(e.constructor.prototype,{value:{value:c},constructor:{value:Fb(`${e.name}_${b}`,function(){})}});a.values[c]=e;a[b]=e},R:(a,b,c)=>{b=K(b);lb(a,{name:b,fromWireType:e=>e,toWireType:(e,f)=>f,de:8,readValueFromPointer:qc(b,c),ee:null})},w:(a,b,c,e,f,k)=>{var n=hc(b,c);a=K(a);a=ic(a);f=Q(e,f);Hb(a,function(){ec(`Cannot call ${a} due to unbound types`,n)},b-1);mb([],n,l=>{l=[l[0],null].concat(l.slice(1)); -Rb(a,gc(a,l,null,f,k),b-1);return[]})},C:(a,b,c,e,f)=>{b=K(b);-1===f&&(f=4294967295);f=l=>l;if(0===e){var k=32-8*c;f=l=>l<>>k}var n=b.includes("unsigned")?function(l,q){return q>>>0}:function(l,q){return q};lb(a,{name:b,fromWireType:f,toWireType:n,de:8,readValueFromPointer:rc(b,c,0!==e),ee:null})},q:(a,b,c)=>{function e(k){return new f(Ca.buffer,H[k+4>>2],H[k>>2])}var f=[Int8Array,Uint8Array,Int16Array,Uint16Array,Int32Array,Uint32Array,Float32Array,Float64Array][b];c=K(c);lb(a,{name:c,fromWireType:e, +var D=v.Wd.me,I=D[b];void 0===I||void 0===I.$d&&I.className!==v.name&&I.ie===c-2?(w.ie=c-2,w.className=v.name,D[b]=w):(Gb(D,b,A),D[b].$d[c-2]=w);mb([],q,P=>{P=gc(A,P,v,k,n);void 0===D[b].$d?(P.ie=c-2,D[b]=P):D[b].$d[c-2]=P;return[]});return[]})},q:(a,b,c)=>{a=K(a);mb([],[b],e=>{e=e[0];r[a]=e.fromWireType(c);return[]})},kd:a=>lb(a,nc),j:(a,b,c,e)=>{function f(){}b=K(b);f.values={};lb(a,{name:b,constructor:f,fromWireType:function(k){return this.constructor.values[k]},toWireType:(k,n)=>n.value,de:8, +readValueFromPointer:oc(b,c,e),ee:null});Hb(b,f)},b:(a,b,c)=>{var e=pc(a,"enum");b=K(b);a=e.constructor;e=Object.create(e.constructor.prototype,{value:{value:c},constructor:{value:Fb(`${e.name}_${b}`,function(){})}});a.values[c]=e;a[b]=e},R:(a,b,c)=>{b=K(b);lb(a,{name:b,fromWireType:e=>e,toWireType:(e,f)=>f,de:8,readValueFromPointer:qc(b,c),ee:null})},x:(a,b,c,e,f,k)=>{var n=hc(b,c);a=K(a);a=ic(a);f=Q(e,f);Hb(a,function(){ec(`Cannot call ${a} due to unbound types`,n)},b-1);mb([],n,l=>{l=[l[0],null].concat(l.slice(1)); +Rb(a,gc(a,l,null,f,k),b-1);return[]})},C:(a,b,c,e,f)=>{b=K(b);-1===f&&(f=4294967295);f=l=>l;if(0===e){var k=32-8*c;f=l=>l<>>k}var n=b.includes("unsigned")?function(l,q){return q>>>0}:function(l,q){return q};lb(a,{name:b,fromWireType:f,toWireType:n,de:8,readValueFromPointer:rc(b,c,0!==e),ee:null})},p:(a,b,c)=>{function e(k){return new f(Ca.buffer,H[k+4>>2],H[k>>2])}var f=[Int8Array,Uint8Array,Int16Array,Uint16Array,Int32Array,Uint32Array,Float32Array,Float64Array][b];c=K(c);lb(a,{name:c,fromWireType:e, de:8,readValueFromPointer:e},{ef:!0})},o:(a,b,c,e,f,k,n,l,q,v,w,A)=>{c=K(c);k=Q(f,k);l=Q(n,l);v=Q(q,v);A=Q(w,A);mb([a],[b],D=>{D=D[0];return[new Qb(c,D.Wd,!1,!1,!0,D,e,k,l,v,A)]})},Q:(a,b)=>{b=K(b);var c="std::string"===b;lb(a,{name:b,fromWireType:function(e){var f=H[e>>2],k=e+4;if(c)for(var n=k,l=0;l<=f;++l){var q=k+l;if(l==f||0==B[q]){n=n?db(B,n,q-n):"";if(void 0===v)var v=n;else v+=String.fromCharCode(0),v+=n;n=q+1}}else{v=Array(f);for(l=0;l>2]=n;if(c&&k)ra(f,q,n+1);else if(k)for(k=0;k{c=K(c);if(2===b){var e=tc;var f=uc;var k=vc;var n=l=>Fa[l>>1]}else 4===b&&(e=wc,f=xc,k=yc,n=l=>H[l>>2]);lb(a,{name:c,fromWireType:l=>{for(var q=H[l>>2],v,w=l+4,A=0;A<=q;++A){var D=l+4+A*b;if(A==q||0==n(D))w=e(w,D-w),void 0===v?v=w:(v+=String.fromCharCode(0),v+=w),w=D+b}cc(l);return v},toWireType:(l,q)=>{if("string"!=typeof q)throw new L(`Cannot pass non-string to C++ string type ${c}`);var v=k(q),w=pd(4+v+b); @@ -174,8 +174,8 @@ b);else{if(72>=b){var e=wd[4*b],f=J;c>>=2;b*=4;for(var k=0;k>2],f[k+6]=J[e+(4*k+24)>>2],f[k+7]=J[e+(4*k+28)>>2],f[k+8]=J[e+(4*k+32)>>2]}else f=J.subarray(e>>2,e+36*b>>2);R.uniformMatrix3fv(Y(a),!!c,f)}},ua:(a,b,c,e)=>{if(2<=z.version)b&&R.uniformMatrix4fv(Y(a),!!c,J,e>>2,16*b);else{if(18>=b){var f=wd[16*b],k=J;e>>=2;b*=16;for(var n=0;n>2,e+64*b>>2);R.uniformMatrix4fv(Y(a),!!c,f)}},ta:a=>{a=Nc[a];R.useProgram(a);R.We=a},sa:(a,b)=>R.vertexAttrib1f(a,b),ra:(a,b)=>{R.vertexAttrib2f(a,J[b>>2],J[b+4>>2])},qa:(a,b)=>{R.vertexAttrib3f(a,J[b>>2],J[b+4>>2],J[b+8>>2])},pa:(a,b)=>{R.vertexAttrib4f(a,J[b>>2],J[b+4>>2],J[b+8>>2],J[b+12>>2])},oa:(a,b)=>{R.vertexAttribDivisor(a,b)},na:(a,b,c,e,f)=>{R.vertexAttribIPointer(a,b,c,e,f)},ma:(a,b,c,e,f,k)=>{R.vertexAttribPointer(a,b,c, !!e,f,k)},la:(a,b,c,e)=>R.viewport(a,b,c,e),ka:(a,b,c,e)=>{R.waitSync(Uc[a],b,(c>>>0)+4294967296*e)},ja:a=>{var b=B.length;a>>>=0;if(2147483648=c;c*=2){var e=b*(1+1/c);e=Math.min(e,a+100663296);a:{e=(Math.min(2147483648,65536*Math.ceil(Math.max(a,e)/65536))-za.buffer.byteLength+65535)/65536|0;try{za.grow(e);Ha();var f=1;break a}catch(k){}f=void 0}if(f)return!0}return!1},ia:()=>z?z.handle:0,pd:(a,b)=>{var c=0;Ad().forEach((e,f)=>{var k=b+c;f=H[a+4*f>>2]=k;for(k=0;k{var c=Ad();H[a>>2]=c.length;var e=0;c.forEach(f=>e+=f.length+1);H[b>>2]=e;return 0},ha:a=>{Xa||(Ba=!0);throw new Va(a);},T:()=>52,Z:function(){return 52},nd:()=>52,Y:function(){return 70},S:(a,b,c,e)=>{for(var f=0,k=0;k>2],l=H[b+4>>2];b+=8;for(var q=0;q>2]=f;return 0},ga:cd,fa:ed,ea:fd,da:gd,J:nd,P:rd,ca:sd,j:Hd,v:Id,m:Jd,I:Kd, -ba:Ld,O:Md,N:Nd,s:Od,x:Pd,p:Qd,u:Rd,aa:Sd,$:Td,_:Ud},Z=function(){function a(c){Z=c.exports;za=Z.vd;Ha();N=Z.yd;Ja.unshift(Z.wd);La--;0==La&&(null!==Na&&(clearInterval(Na),Na=null),Oa&&(c=Oa,Oa=null,c()));return Z}var b={a:Vd};La++;if(r.instantiateWasm)try{return r.instantiateWasm(b,a)}catch(c){ya(`Module.instantiateWasm callback failed with error: ${c}`),ca(c)}Ra??=r.locateFile?Qa("canvaskit.wasm")?"canvaskit.wasm":ta+"canvaskit.wasm":(new URL("canvaskit.wasm",import.meta.url)).href;Ua(b, +e.charCodeAt(k);Ca[f]=0;c+=e.length+1});return 0},od:(a,b)=>{var c=Ad();H[a>>2]=c.length;var e=0;c.forEach(f=>e+=f.length+1);H[b>>2]=e;return 0},ha:a=>{Xa||(Ba=!0);throw new Va(a);},T:()=>52,Z:function(){return 52},nd:()=>52,Y:function(){return 70},S:(a,b,c,e)=>{for(var f=0,k=0;k>2],l=H[b+4>>2];b+=8;for(var q=0;q>2]=f;return 0},ga:cd,fa:ed,ea:fd,da:gd,J:nd,P:rd,ca:sd,i:Hd,w:Id,m:Jd,I:Kd, +ba:Ld,O:Md,N:Nd,s:Od,v:Pd,r:Qd,u:Rd,aa:Sd,$:Td,_:Ud},Z=function(){function a(c){Z=c.exports;za=Z.vd;Ha();N=Z.yd;Ja.unshift(Z.wd);La--;0==La&&(null!==Na&&(clearInterval(Na),Na=null),Oa&&(c=Oa,Oa=null,c()));return Z}var b={a:Vd};La++;if(r.instantiateWasm)try{return r.instantiateWasm(b,a)}catch(c){ya(`Module.instantiateWasm callback failed with error: ${c}`),ca(c)}Ra??=r.locateFile?Qa("canvaskit.wasm")?"canvaskit.wasm":ta+"canvaskit.wasm":(new URL("canvaskit.wasm",import.meta.url)).href;Ua(b, function(c){a(c.instance)}).catch(ca);return{}}(),bc=a=>(bc=Z.xd)(a),pd=r._malloc=a=>(pd=r._malloc=Z.zd)(a),cc=r._free=a=>(cc=r._free=Z.Ad)(a),Wd=(a,b)=>(Wd=Z.Bd)(a,b),Xd=a=>(Xd=Z.Cd)(a),Yd=()=>(Yd=Z.Dd)();r.dynCall_viji=(a,b,c,e,f)=>(r.dynCall_viji=Z.Ed)(a,b,c,e,f);r.dynCall_vijiii=(a,b,c,e,f,k,n)=>(r.dynCall_vijiii=Z.Fd)(a,b,c,e,f,k,n);r.dynCall_viiiiij=(a,b,c,e,f,k,n,l)=>(r.dynCall_viiiiij=Z.Gd)(a,b,c,e,f,k,n,l);r.dynCall_vij=(a,b,c,e)=>(r.dynCall_vij=Z.Hd)(a,b,c,e); r.dynCall_jii=(a,b,c)=>(r.dynCall_jii=Z.Id)(a,b,c);r.dynCall_jiiiiii=(a,b,c,e,f,k,n)=>(r.dynCall_jiiiiii=Z.Jd)(a,b,c,e,f,k,n);r.dynCall_jiiiiji=(a,b,c,e,f,k,n,l)=>(r.dynCall_jiiiiji=Z.Kd)(a,b,c,e,f,k,n,l);r.dynCall_ji=(a,b)=>(r.dynCall_ji=Z.Ld)(a,b);r.dynCall_iijj=(a,b,c,e,f,k)=>(r.dynCall_iijj=Z.Md)(a,b,c,e,f,k);r.dynCall_jiji=(a,b,c,e,f)=>(r.dynCall_jiji=Z.Nd)(a,b,c,e,f);r.dynCall_viijii=(a,b,c,e,f,k,n)=>(r.dynCall_viijii=Z.Od)(a,b,c,e,f,k,n); r.dynCall_iiiiij=(a,b,c,e,f,k,n)=>(r.dynCall_iiiiij=Z.Pd)(a,b,c,e,f,k,n);r.dynCall_iiiiijj=(a,b,c,e,f,k,n,l,q)=>(r.dynCall_iiiiijj=Z.Qd)(a,b,c,e,f,k,n,l,q);r.dynCall_iiiiiijj=(a,b,c,e,f,k,n,l,q,v)=>(r.dynCall_iiiiiijj=Z.Rd)(a,b,c,e,f,k,n,l,q,v);function Rd(a,b,c,e,f){var k=Yd();try{N.get(a)(b,c,e,f)}catch(n){Xd(k);if(n!==n+0)throw n;Wd(1,0)}}function Id(a,b,c){var e=Yd();try{return N.get(a)(b,c)}catch(f){Xd(e);if(f!==f+0)throw f;Wd(1,0)}} diff --git a/hive/extension/devtools/build/canvaskit/chromium/canvaskit.js.symbols b/hive/extension/devtools/build/canvaskit/chromium/canvaskit.js.symbols index 9b3ef5f1..3a8cda53 100644 --- a/hive/extension/devtools/build/canvaskit/chromium/canvaskit.js.symbols +++ b/hive/extension/devtools/build/canvaskit/chromium/canvaskit.js.symbols @@ -6,22 +6,22 @@ 5:_emval_new_cstring 6:_emval_take_value 7:_emval_set_property -8:_embind_register_enum -9:invoke_ii +8:invoke_ii +9:_embind_register_enum 10:_embind_register_class 11:_emval_run_destructors 12:invoke_iiii 13:_emval_get_method_caller 14:_embind_register_smart_ptr -15:invoke_viii -16:_embind_register_memory_view -17:_embind_register_constant +15:_embind_register_memory_view +16:_embind_register_constant +17:invoke_viii 18:invoke_vi 19:_emval_call_method 20:invoke_viiii -21:invoke_iii -22:_embind_register_function -23:invoke_vii +21:invoke_vii +22:invoke_iii +23:_embind_register_function 24:_emval_get_property 25:_embind_register_class_constructor 26:_embind_register_value_object @@ -241,211 +241,211 @@ 240:__memcpy 241:SkString::~SkString\28\29 242:__memset -243:SkColorInfo::~SkColorInfo\28\29 -244:GrGLSLShaderBuilder::codeAppendf\28char\20const*\2c\20...\29 -245:SkData::~SkData\28\29 -246:SkString::SkString\28\29 -247:SkContainerAllocator::allocate\28int\2c\20double\29 +243:std::__2::basic_string\2c\20std::__2::allocator>::append\28char\20const*\2c\20unsigned\20long\29 +244:SkColorInfo::~SkColorInfo\28\29 +245:GrGLSLShaderBuilder::codeAppendf\28char\20const*\2c\20...\29 +246:SkData::~SkData\28\29 +247:SkString::SkString\28\29 248:memmove -249:SkString::insert\28unsigned\20long\2c\20char\20const*\29 -250:std::__2::__function::__func\2c\20void\20\28int\2c\20skia::textlayout::Paragraph::VisitorInfo\20const*\29>::~__func\28\29 -251:SkDebugf\28char\20const*\2c\20...\29 -252:SkPath::~SkPath\28\29 +249:SkContainerAllocator::allocate\28int\2c\20double\29 +250:SkPath::~SkPath\28\29 +251:SkString::insert\28unsigned\20long\2c\20char\20const*\29 +252:std::__2::__function::__func\2c\20void\20\28int\2c\20skia::textlayout::Paragraph::VisitorInfo\20const*\29>::~__func\28\29 253:hb_blob_destroy -254:memcmp -255:std::__2::basic_string\2c\20std::__2::allocator>::append\28char\20const*\29 +254:SkDebugf\28char\20const*\2c\20...\29 +255:memcmp 256:sk_report_container_overflow_and_die\28\29 257:SkSL::ErrorReporter::error\28SkSL::Position\2c\20std::__2::basic_string_view>\29 258:SkArenaAlloc::ensureSpace\28unsigned\20int\2c\20unsigned\20int\29 259:ft_mem_free -260:SkRasterPipeline::append\28SkRasterPipelineOp\2c\20void*\29 -261:SkString::SkString\28char\20const*\29 -262:__wasm_setjmp_test +260:__wasm_setjmp_test +261:SkRasterPipeline::append\28SkRasterPipelineOp\2c\20void*\29 +262:SkString::SkString\28char\20const*\29 263:FT_MulFix 264:emscripten::default_smart_ptr_trait>::share\28void*\29 265:SkTDStorage::append\28\29 -266:SkMatrix::computeTypeMask\28\29\20const -267:SkWriter32::growToAtLeast\28unsigned\20long\29 -268:GrGpuResource::notifyARefCntIsZero\28GrIORef::LastRemovedRef\29\20const -269:std::__2::basic_string\2c\20std::__2::allocator>::append\28char\20const*\2c\20unsigned\20long\29 -270:fmaxf -271:std::__2::basic_string\2c\20std::__2::allocator>::size\5babi:nn180100\5d\28\29\20const -272:SkString::SkString\28SkString&&\29 +266:SkWriter32::growToAtLeast\28unsigned\20long\29 +267:GrGpuResource::notifyARefCntIsZero\28GrIORef::LastRemovedRef\29\20const +268:fmaxf +269:std::__2::basic_string\2c\20std::__2::allocator>::size\5babi:nn180100\5d\28\29\20const +270:std::__2::basic_string\2c\20std::__2::allocator>::__throw_length_error\5babi:ne180100\5d\28\29\20const +271:SkString::SkString\28SkString&&\29 +272:strlen 273:SkSL::Pool::AllocMemory\28unsigned\20long\29 -274:std::__2::basic_string\2c\20std::__2::allocator>::__throw_length_error\5babi:ne180100\5d\28\29\20const -275:GrColorInfo::~GrColorInfo\28\29 -276:strlen -277:SkIRect::intersect\28SkIRect\20const&\2c\20SkIRect\20const&\29 -278:GrBackendFormat::~GrBackendFormat\28\29 -279:SkMatrix::computePerspectiveTypeMask\28\29\20const -280:std::__2::basic_string\2c\20std::__2::allocator>::insert\28unsigned\20long\2c\20char\20const*\29 -281:skia_private::TArray::push_back\28SkPoint\20const&\29 -282:std::__2::vector>::__throw_length_error\5babi:ne180100\5d\28\29\20const -283:SkPaint::~SkPaint\28\29 -284:GrContext_Base::caps\28\29\20const -285:SkTDStorage::~SkTDStorage\28\29 -286:SkSL::RP::Generator::pushExpression\28SkSL::Expression\20const&\2c\20bool\29 -287:SkTDStorage::SkTDStorage\28int\29 -288:void\20emscripten::internal::raw_destructor\28SkContourMeasure*\29 -289:SkStrokeRec::getStyle\28\29\20const -290:sk_malloc_throw\28unsigned\20long\2c\20unsigned\20long\29 -291:SkColorInfo::SkColorInfo\28SkColorInfo\20const&\29 -292:SkArenaAlloc::installFooter\28char*\20\28*\29\28char*\29\2c\20unsigned\20int\29 +274:GrColorInfo::~GrColorInfo\28\29 +275:SkIRect::intersect\28SkIRect\20const&\2c\20SkIRect\20const&\29 +276:SkMatrix::computePerspectiveTypeMask\28\29\20const +277:GrBackendFormat::~GrBackendFormat\28\29 +278:SkMatrix::computeTypeMask\28\29\20const +279:std::__2::vector>::__throw_length_error\5babi:ne180100\5d\28\29\20const +280:SkPaint::~SkPaint\28\29 +281:std::__2::basic_string\2c\20std::__2::allocator>::insert\28unsigned\20long\2c\20char\20const*\2c\20unsigned\20long\29 +282:GrContext_Base::caps\28\29\20const +283:SkTDStorage::~SkTDStorage\28\29 +284:SkSL::RP::Generator::pushExpression\28SkSL::Expression\20const&\2c\20bool\29 +285:void\20emscripten::internal::raw_destructor\28SkContourMeasure*\29 +286:SkTDStorage::SkTDStorage\28int\29 +287:SkStrokeRec::getStyle\28\29\20const +288:SkColorInfo::SkColorInfo\28SkColorInfo\20const&\29 +289:strcmp +290:SkArenaAlloc::installFooter\28char*\20\28*\29\28char*\29\2c\20unsigned\20int\29 +291:SkArenaAlloc::allocObjectWithFooter\28unsigned\20int\2c\20unsigned\20int\29 +292:SkString::SkString\28SkString\20const&\29 293:SkBitmap::~SkBitmap\28\29 -294:SkArenaAlloc::allocObjectWithFooter\28unsigned\20int\2c\20unsigned\20int\29 -295:strcmp -296:SkString::SkString\28SkString\20const&\29 -297:SkMatrix::mapRect\28SkRect*\2c\20SkRect\20const&\2c\20SkApplyPerspectiveClip\29\20const -298:skia_private::TArray::push_back\28unsigned\20char&&\29 -299:hb_ot_map_builder_t::add_feature\28unsigned\20int\2c\20hb_ot_map_feature_flags_t\2c\20unsigned\20int\29 -300:SkSemaphore::osSignal\28int\29 -301:fminf -302:strncmp -303:hb_buffer_t::message\28hb_font_t*\2c\20char\20const*\2c\20...\29 -304:SkFontMgr*\20emscripten::base::convertPointer\28skia::textlayout::TypefaceFontProvider*\29 -305:SkString::operator=\28SkString&&\29 -306:SkArenaAlloc::~SkArenaAlloc\28\29 -307:SkSemaphore::osWait\28\29 -308:std::__2::__shared_weak_count::__release_weak\28\29 -309:skia_png_error -310:SkSL::Parser::nextRawToken\28\29 -311:hb_buffer_t::make_room_for\28unsigned\20int\2c\20unsigned\20int\29 -312:ft_mem_realloc -313:SkIntersections::insert\28double\2c\20double\2c\20SkDPoint\20const&\29 -314:SkString::appendf\28char\20const*\2c\20...\29 +294:sk_malloc_throw\28unsigned\20long\2c\20unsigned\20long\29 +295:SkMatrix::mapRect\28SkRect*\2c\20SkRect\20const&\29\20const +296:hb_ot_map_builder_t::add_feature\28unsigned\20int\2c\20hb_ot_map_feature_flags_t\2c\20unsigned\20int\29 +297:SkSemaphore::osSignal\28int\29 +298:fminf +299:strncmp +300:hb_buffer_t::message\28hb_font_t*\2c\20char\20const*\2c\20...\29 +301:SkFontMgr*\20emscripten::base::convertPointer\28skia::textlayout::TypefaceFontProvider*\29 +302:SkArenaAlloc::~SkArenaAlloc\28\29 +303:SkString::operator=\28SkString&&\29 +304:std::__2::__shared_weak_count::__release_weak\28\29 +305:SkSemaphore::osWait\28\29 +306:skia_png_error +307:SkSL::Parser::nextRawToken\28\29 +308:hb_buffer_t::make_room_for\28unsigned\20int\2c\20unsigned\20int\29 +309:ft_mem_realloc +310:SkIntersections::insert\28double\2c\20double\2c\20SkDPoint\20const&\29 +311:skia_private::TArray::push_back\28SkPoint\20const&\29 +312:SkString::appendf\28char\20const*\2c\20...\29 +313:SkPath::SkPath\28SkPath\20const&\29 +314:SkImageGenerator::onGetYUVAPlanes\28SkYUVAPixmaps\20const&\29 315:SkColorInfo::bytesPerPixel\28\29\20const 316:FT_DivFix 317:std::__2::basic_string\2c\20std::__2::allocator>::~basic_string\28\29 318:skia_png_free -319:SkImageGenerator::onGetYUVAPlanes\28SkYUVAPixmaps\20const&\29 -320:std::__throw_bad_array_new_length\5babi:ne180100\5d\28\29 -321:skia_png_crc_finish -322:skia_png_chunk_benign_error -323:SkPath::SkPath\28\29 -324:emscripten_builtin_malloc -325:SkMatrix::setTranslate\28float\2c\20float\29 -326:SkChecksum::Hash32\28void\20const*\2c\20unsigned\20long\2c\20unsigned\20int\29 -327:ft_mem_qrealloc -328:SkPaint::SkPaint\28SkPaint\20const&\29 -329:skia_png_warning -330:GrGLExtensions::has\28char\20const*\29\20const -331:FT_Stream_Seek -332:skia_private::TArray::push_back\28unsigned\20long\20const&\29 -333:GrVertexChunkBuilder::allocChunk\28int\29 -334:SkBitmap::SkBitmap\28\29 -335:SkReadBuffer::readUInt\28\29 -336:SkPath::SkPath\28SkPath\20const&\29 -337:SkMatrix::reset\28\29 -338:SkImageInfo::MakeUnknown\28int\2c\20int\29 -339:SkBlitter::~SkBlitter\28\29 -340:GrSurfaceProxyView::asRenderTargetProxy\28\29\20const -341:SkPaint::SkPaint\28\29 -342:SkColorInfo::SkColorInfo\28SkColorInfo&&\29 -343:hb_buffer_t::_set_glyph_flags\28unsigned\20int\2c\20unsigned\20int\2c\20unsigned\20int\2c\20bool\2c\20bool\29 -344:ft_validator_error -345:skia_private::TArray\2c\20true>::push_back\28sk_sp&&\29 -346:skgpu::Swizzle::Swizzle\28char\20const*\29 -347:hb_blob_get_data_writable -348:SkOpPtT::segment\28\29\20const -349:SkSL::Parser::expect\28SkSL::Token::Kind\2c\20char\20const*\2c\20SkSL::Token*\29 -350:sk_malloc_flags\28unsigned\20long\2c\20unsigned\20int\29 -351:SkMatrix::invertNonIdentity\28SkMatrix*\29\20const -352:GrTextureGenerator::isTextureGenerator\28\29\20const -353:strstr -354:hb_draw_funcs_t::start_path\28void*\2c\20hb_draw_state_t&\29 -355:SkSL::RP::Builder::appendInstruction\28SkSL::RP::BuilderOp\2c\20SkSL::RP::Builder::SlotList\2c\20int\2c\20int\2c\20int\2c\20int\29 -356:FT_Stream_ReadUShort -357:skia_private::TArray::push_back\28SkSL::RP::Instruction&&\29 -358:skia_png_get_uint_32 -359:skia_png_calculate_crc -360:SkPoint::Length\28float\2c\20float\29 -361:OT::VarData::get_delta\28unsigned\20int\2c\20int\20const*\2c\20unsigned\20int\2c\20OT::VarRegionList\20const&\2c\20float*\29\20const -362:hb_realloc -363:hb_lazy_loader_t\2c\20hb_face_t\2c\2031u\2c\20hb_blob_t>::do_destroy\28hb_blob_t*\29 -364:hb_calloc -365:std::__2::basic_string\2c\20std::__2::allocator>::resize\5babi:nn180100\5d\28unsigned\20long\29 -366:SkSL::GLSLCodeGenerator::writeExpression\28SkSL::Expression\20const&\2c\20SkSL::OperatorPrecedence\29 -367:std::__2::basic_string\2c\20std::__2::allocator>::__get_pointer\5babi:nn180100\5d\28\29 -368:SkRect::join\28SkRect\20const&\29 -369:OT::DeltaSetIndexMap::map\28unsigned\20int\29\20const -370:GrImageInfo::GrImageInfo\28GrImageInfo\20const&\29 -371:subtag_matches\28char\20const*\2c\20char\20const*\2c\20char\20const*\2c\20unsigned\20int\29 -372:std::__2::basic_string\2c\20std::__2::allocator>::operator\5b\5d\5babi:nn180100\5d\28unsigned\20long\29\20const -373:std::__2::locale::~locale\28\29 -374:std::__2::basic_string\2c\20std::__2::allocator>::push_back\28char\29 -375:skia_private::TArray::push_back\28SkString&&\29 -376:SkRect::intersect\28SkRect\20const&\29 -377:SkRasterPipeline::uncheckedAppend\28SkRasterPipelineOp\2c\20void*\29 -378:SkMatrix::mapPoints\28SkSpan\2c\20SkSpan\29\20const -379:std::__2::__throw_bad_function_call\5babi:ne180100\5d\28\29 -380:skia_private::TArray>\2c\20true>::operator=\28skia_private::TArray>\2c\20true>&&\29 -381:cf2_stack_popFixed -382:SkPathRef::Editor::Editor\28sk_sp*\2c\20int\2c\20int\2c\20int\29 -383:SkJSONWriter::appendName\28char\20const*\29 -384:SkCachedData::internalUnref\28bool\29\20const -385:skgpu::ganesh::SurfaceContext::caps\28\29\20const -386:decltype\28auto\29\20std::__2::__variant_detail::__visitation::__base::__dispatcher<1ul>::__dispatch\5babi:ne180100\5d\2c\20\28std::__2::__variant_detail::_Trait\291>::__destroy\5babi:ne180100\5d\28\29::'lambda'\28auto&\29&&\2c\20std::__2::__variant_detail::__base<\28std::__2::__variant_detail::_Trait\291\2c\20SkPaint\2c\20int>&>\28auto\2c\20std::__2::__variant_detail::__base<\28std::__2::__variant_detail::_Trait\291\2c\20SkPaint\2c\20int>&\29 -387:SkPath::getBounds\28\29\20const -388:GrProcessor::operator\20new\28unsigned\20long\29 -389:FT_MulDiv -390:std::__2::to_string\28int\29 -391:hb_blob_reference -392:SkPathBuilder::lineTo\28SkPoint\29 -393:std::__2::ios_base::getloc\28\29\20const -394:hb_blob_make_immutable -395:SkSemaphore::~SkSemaphore\28\29 -396:SkRuntimeEffect::uniformSize\28\29\20const -397:SkJSONWriter::beginValue\28bool\29 -398:skia_png_read_push_finish_row -399:skia::textlayout::TextStyle::~TextStyle\28\29 -400:SkString::operator=\28char\20const*\29 -401:SkMatrix::mapPointPerspective\28SkPoint\29\20const -402:skia_private::TArray::push_back_raw\28int\29 -403:hb_ot_map_builder_t::add_pause\28unsigned\20int\2c\20bool\20\28*\29\28hb_ot_shape_plan_t\20const*\2c\20hb_font_t*\2c\20hb_buffer_t*\29\29 -404:VP8GetValue -405:SkRegion::~SkRegion\28\29 -406:SkReadBuffer::setInvalid\28\29 -407:SkColorInfo::operator=\28SkColorInfo\20const&\29 -408:SkColorInfo::operator=\28SkColorInfo&&\29 -409:std::__2::basic_string\2c\20std::__2::allocator>::basic_string\5babi:nn180100\5d\28\29 -410:SkPoint::normalize\28\29 -411:SkDynamicMemoryWStream::write\28void\20const*\2c\20unsigned\20long\29 -412:SkArenaAlloc::SkArenaAlloc\28char*\2c\20unsigned\20long\2c\20unsigned\20long\29 -413:jdiv_round_up -414:SkSL::RP::Builder::binary_op\28SkSL::RP::BuilderOp\2c\20int\29 -415:SkPath::lineTo\28float\2c\20float\29 -416:std::__2::basic_string\2c\20std::__2::allocator>::capacity\5babi:nn180100\5d\28\29\20const -417:jzero_far -418:FT_Stream_ExitFrame -419:skia_private::TArray::push_back_raw\28int\29 -420:skia_png_write_data -421:bool\20std::__2::operator==\5babi:nn180100\5d>\28std::__2::istreambuf_iterator>\20const&\2c\20std::__2::istreambuf_iterator>\20const&\29 -422:SkPathRef::growForVerb\28int\2c\20float\29 -423:__shgetc -424:SkSL::SymbolTable::addWithoutOwnershipOrDie\28SkSL::Symbol*\29 -425:SkPath::operator=\28SkPath\20const&\29 -426:SkBlitter::~SkBlitter\28\29_1468 -427:FT_Stream_GetUShort -428:std::__2::basic_string\2c\20std::__2::allocator>::operator=\5babi:nn180100\5d\28wchar_t\20const*\29 -429:std::__2::basic_string\2c\20std::__2::allocator>::operator=\5babi:nn180100\5d\28char\20const*\29 -430:bool\20std::__2::operator==\5babi:nn180100\5d>\28std::__2::istreambuf_iterator>\20const&\2c\20std::__2::istreambuf_iterator>\20const&\29 -431:SkPoint::scale\28float\2c\20SkPoint*\29\20const -432:SkNullBlitter::blitMask\28SkMask\20const&\2c\20SkIRect\20const&\29 -433:SkMatrix::setConcat\28SkMatrix\20const&\2c\20SkMatrix\20const&\29 -434:round -435:SkSL::String::printf\28char\20const*\2c\20...\29 -436:OT::Layout::Common::Coverage::get_coverage\28unsigned\20int\29\20const -437:GrSurfaceProxyView::asTextureProxy\28\29\20const -438:GrOp::GenOpClassID\28\29 -439:hb_bit_set_t::page_for\28unsigned\20int\2c\20bool\29 -440:SkSurfaceProps::SkSurfaceProps\28\29 -441:SkStringPrintf\28char\20const*\2c\20...\29 +319:std::__throw_bad_array_new_length\5babi:ne180100\5d\28\29 +320:skia_png_crc_finish +321:skia_png_chunk_benign_error +322:emscripten_builtin_malloc +323:SkMatrix::setTranslate\28float\2c\20float\29 +324:SkChecksum::Hash32\28void\20const*\2c\20unsigned\20long\2c\20unsigned\20int\29 +325:GrVertexChunkBuilder::allocChunk\28int\29 +326:ft_mem_qrealloc +327:SkPaint::SkPaint\28SkPaint\20const&\29 +328:skia_png_warning +329:GrGLExtensions::has\28char\20const*\29\20const +330:FT_Stream_Seek +331:skia_private::TArray::push_back\28unsigned\20long\20const&\29 +332:SkPathBuilder::lineTo\28SkPoint\29 +333:SkBitmap::SkBitmap\28\29 +334:SkReadBuffer::readUInt\28\29 +335:SkMatrix::invert\28\29\20const +336:SkImageInfo::MakeUnknown\28int\2c\20int\29 +337:SkBlitter::~SkBlitter\28\29 +338:GrSurfaceProxyView::asRenderTargetProxy\28\29\20const +339:SkPaint::SkPaint\28\29 +340:SkColorInfo::SkColorInfo\28SkColorInfo&&\29 +341:hb_buffer_t::_set_glyph_flags\28unsigned\20int\2c\20unsigned\20int\2c\20unsigned\20int\2c\20bool\2c\20bool\29 +342:ft_validator_error +343:skia_private::TArray\2c\20true>::push_back\28sk_sp&&\29 +344:skgpu::Swizzle::Swizzle\28char\20const*\29 +345:hb_blob_get_data_writable +346:SkOpPtT::segment\28\29\20const +347:SkSL::Parser::expect\28SkSL::Token::Kind\2c\20char\20const*\2c\20SkSL::Token*\29 +348:sk_malloc_flags\28unsigned\20long\2c\20unsigned\20int\29 +349:GrTextureGenerator::isTextureGenerator\28\29\20const +350:strstr +351:hb_draw_funcs_t::start_path\28void*\2c\20hb_draw_state_t&\29 +352:SkSL::RP::Builder::appendInstruction\28SkSL::RP::BuilderOp\2c\20SkSL::RP::Builder::SlotList\2c\20int\2c\20int\2c\20int\2c\20int\29 +353:FT_Stream_ReadUShort +354:skia_private::TArray::push_back\28SkSL::RP::Instruction&&\29 +355:skia_png_get_uint_32 +356:skia_png_calculate_crc +357:SkPoint::Length\28float\2c\20float\29 +358:OT::VarData::get_delta\28unsigned\20int\2c\20int\20const*\2c\20unsigned\20int\2c\20OT::VarRegionList\20const&\2c\20float*\29\20const +359:hb_realloc +360:hb_lazy_loader_t\2c\20hb_face_t\2c\2031u\2c\20hb_blob_t>::do_destroy\28hb_blob_t*\29 +361:hb_calloc +362:SkSL::GLSLCodeGenerator::writeExpression\28SkSL::Expression\20const&\2c\20SkSL::OperatorPrecedence\29 +363:SkPath::SkPath\28\29 +364:std::__2::basic_string\2c\20std::__2::allocator>::resize\5babi:nn180100\5d\28unsigned\20long\29 +365:SkRect::join\28SkRect\20const&\29 +366:OT::DeltaSetIndexMap::map\28unsigned\20int\29\20const +367:GrImageInfo::GrImageInfo\28GrImageInfo\20const&\29 +368:subtag_matches\28char\20const*\2c\20char\20const*\2c\20char\20const*\2c\20unsigned\20int\29 +369:std::__2::basic_string\2c\20std::__2::allocator>::operator\5b\5d\5babi:nn180100\5d\28unsigned\20long\29\20const +370:std::__2::locale::~locale\28\29 +371:SkMatrix::mapPoints\28SkSpan\2c\20SkSpan\29\20const +372:std::__2::basic_string\2c\20std::__2::allocator>::__get_pointer\5babi:nn180100\5d\28\29 +373:skia_private::TArray::push_back\28SkString&&\29 +374:decltype\28auto\29\20std::__2::__variant_detail::__visitation::__base::__dispatcher<1ul>::__dispatch\5babi:ne180100\5d\2c\20\28std::__2::__variant_detail::_Trait\291>::__destroy\5babi:ne180100\5d\28\29::'lambda'\28auto&\29&&\2c\20std::__2::__variant_detail::__base<\28std::__2::__variant_detail::_Trait\291\2c\20SkPaint\2c\20int>&>\28auto\2c\20std::__2::__variant_detail::__base<\28std::__2::__variant_detail::_Trait\291\2c\20SkPaint\2c\20int>&\29 +375:SkRect::intersect\28SkRect\20const&\29 +376:SkRasterPipeline::uncheckedAppend\28SkRasterPipelineOp\2c\20void*\29 +377:std::__2::__throw_bad_function_call\5babi:ne180100\5d\28\29 +378:skia_private::TArray>\2c\20true>::operator=\28skia_private::TArray>\2c\20true>&&\29 +379:cf2_stack_popFixed +380:SkJSONWriter::appendName\28char\20const*\29 +381:SkCachedData::internalUnref\28bool\29\20const +382:skgpu::ganesh::SurfaceContext::caps\28\29\20const +383:GrProcessor::operator\20new\28unsigned\20long\29 +384:FT_MulDiv +385:hb_blob_reference +386:std::__2::to_string\28int\29 +387:std::__2::ios_base::getloc\28\29\20const +388:std::__2::basic_string\2c\20std::__2::allocator>::push_back\28char\29 +389:hb_blob_make_immutable +390:SkSemaphore::~SkSemaphore\28\29 +391:SkRuntimeEffect::uniformSize\28\29\20const +392:SkMatrix::mapPointPerspective\28SkPoint\29\20const +393:SkJSONWriter::beginValue\28bool\29 +394:skia_png_read_push_finish_row +395:skia::textlayout::TextStyle::~TextStyle\28\29 +396:SkString::operator=\28char\20const*\29 +397:hb_ot_map_builder_t::add_pause\28unsigned\20int\2c\20bool\20\28*\29\28hb_ot_shape_plan_t\20const*\2c\20hb_font_t*\2c\20hb_buffer_t*\29\29 +398:VP8GetValue +399:SkRegion::~SkRegion\28\29 +400:SkReadBuffer::setInvalid\28\29 +401:SkColorInfo::operator=\28SkColorInfo\20const&\29 +402:SkColorInfo::operator=\28SkColorInfo&&\29 +403:SkArenaAlloc::SkArenaAlloc\28char*\2c\20unsigned\20long\2c\20unsigned\20long\29 +404:std::__2::basic_string\2c\20std::__2::allocator>::basic_string\5babi:nn180100\5d\28\29 +405:skia_private::TArray::push_back\28SkPathVerb&&\29 +406:jdiv_round_up +407:SkSL::RP::Builder::binary_op\28SkSL::RP::BuilderOp\2c\20int\29 +408:jzero_far +409:SkPathBuilder::~SkPathBuilder\28\29 +410:SkPathBuilder::detach\28SkMatrix\20const*\29 +411:SkPath::operator=\28SkPath\20const&\29 +412:SkPath::Iter::next\28\29 +413:FT_Stream_ExitFrame +414:std::__2::basic_string\2c\20std::__2::allocator>::capacity\5babi:nn180100\5d\28\29\20const +415:skia_private::TArray::push_back_raw\28int\29 +416:skia_png_write_data +417:bool\20std::__2::operator==\5babi:nn180100\5d>\28std::__2::istreambuf_iterator>\20const&\2c\20std::__2::istreambuf_iterator>\20const&\29 +418:__shgetc +419:SkSL::SymbolTable::addWithoutOwnershipOrDie\28SkSL::Symbol*\29 +420:SkPoint::scale\28float\2c\20SkPoint*\29\20const +421:SkPath::getBounds\28\29\20const +422:SkDynamicMemoryWStream::write\28void\20const*\2c\20unsigned\20long\29 +423:SkBlitter::~SkBlitter\28\29_1468 +424:FT_Stream_GetUShort +425:std::__2::basic_string\2c\20std::__2::allocator>::operator=\5babi:nn180100\5d\28wchar_t\20const*\29 +426:std::__2::basic_string\2c\20std::__2::allocator>::operator=\5babi:nn180100\5d\28char\20const*\29 +427:bool\20std::__2::operator==\5babi:nn180100\5d>\28std::__2::istreambuf_iterator>\20const&\2c\20std::__2::istreambuf_iterator>\20const&\29 +428:SkNullBlitter::blitMask\28SkMask\20const&\2c\20SkIRect\20const&\29 +429:SkMatrix::setConcat\28SkMatrix\20const&\2c\20SkMatrix\20const&\29 +430:round +431:SkSL::String::printf\28char\20const*\2c\20...\29 +432:SkPoint::normalize\28\29 +433:SkPathRef::Editor::Editor\28sk_sp*\2c\20int\2c\20int\2c\20int\29 +434:SkIRect\20skif::Mapping::map\28SkIRect\20const&\2c\20SkMatrix\20const&\29 +435:OT::Layout::Common::Coverage::get_coverage\28unsigned\20int\29\20const +436:GrSurfaceProxyView::asTextureProxy\28\29\20const +437:GrOp::GenOpClassID\28\29 +438:hb_bit_set_t::page_for\28unsigned\20int\2c\20bool\29 +439:SkSurfaceProps::SkSurfaceProps\28\29 +440:SkStringPrintf\28char\20const*\2c\20...\29 +441:SkStream::readS32\28int*\29 442:RoughlyEqualUlps\28float\2c\20float\29 443:GrGLSLVaryingHandler::addVarying\28char\20const*\2c\20GrGLSLVarying*\2c\20GrGLSLVaryingHandler::Interpolation\29 444:sktext::gpu::BagOfBytes::~BagOfBytes\28\29 445:skia_png_chunk_error 446:SkTDStorage::reserve\28int\29 -447:SkPath::Iter::next\28SkPoint*\29 +447:SkPathBuilder::SkPathBuilder\28\29 448:GrQuad::MakeFromRect\28SkRect\20const&\2c\20SkMatrix\20const&\29 449:GrFragmentProcessor::ProgramImpl::invokeChild\28int\2c\20char\20const*\2c\20char\20const*\2c\20GrFragmentProcessor::ProgramImpl::EmitArgs&\2c\20std::__2::basic_string_view>\29 450:hb_face_reference_table @@ -454,26 +454,26 @@ 453:SkSL::RP::Builder::discard_stack\28int\2c\20int\29 454:SkRecord::grow\28\29 455:SkRGBA4f<\28SkAlphaType\293>::toBytes_RGBA\28\29\20const -456:SkIRect\20skif::Mapping::map\28SkIRect\20const&\2c\20SkMatrix\20const&\29 -457:GrProcessor::operator\20new\28unsigned\20long\2c\20unsigned\20long\29 -458:AutoLayerForImageFilter::~AutoLayerForImageFilter\28\29 -459:skgpu::ganesh::SurfaceDrawContext::addDrawOp\28GrClip\20const*\2c\20std::__2::unique_ptr>\2c\20std::__2::function\20const&\29 -460:skgpu::ResourceKeyHash\28unsigned\20int\20const*\2c\20unsigned\20long\29 -461:VP8LoadFinalBytes -462:SkSL::FunctionDeclaration::description\28\29\20const -463:SkPictureRecord::addDraw\28DrawType\2c\20unsigned\20long*\29::'lambda'\28\29::operator\28\29\28\29\20const -464:SkMatrix::postTranslate\28float\2c\20float\29 +456:GrProcessor::operator\20new\28unsigned\20long\2c\20unsigned\20long\29 +457:AutoLayerForImageFilter::~AutoLayerForImageFilter\28\29 +458:skgpu::ganesh::SurfaceDrawContext::addDrawOp\28GrClip\20const*\2c\20std::__2::unique_ptr>\2c\20std::__2::function\20const&\29 +459:skgpu::ResourceKeyHash\28unsigned\20int\20const*\2c\20unsigned\20long\29 +460:VP8LoadFinalBytes +461:SkSL::FunctionDeclaration::description\28\29\20const +462:SkPictureRecord::addDraw\28DrawType\2c\20unsigned\20long*\29::'lambda'\28\29::operator\28\29\28\29\20const +463:SkMatrix::postTranslate\28float\2c\20float\29 +464:SkDynamicMemoryWStream::~SkDynamicMemoryWStream\28\29 465:SkCanvas::predrawNotify\28bool\29 466:std::__2::__cloc\28\29 467:sscanf -468:SkStream::readS32\28int*\29 -469:GrSkSLFP::GrSkSLFP\28sk_sp\2c\20char\20const*\2c\20GrSkSLFP::OptFlags\29 -470:GrBackendFormat::GrBackendFormat\28\29 -471:__multf3 -472:VP8LReadBits -473:SkTDStorage::append\28int\29 -474:SkSL::evaluate_n_way_intrinsic\28SkSL::Context\20const&\2c\20SkSL::Expression\20const*\2c\20SkSL::Expression\20const*\2c\20SkSL::Expression\20const*\2c\20SkSL::Type\20const&\2c\20double\20\28*\29\28double\2c\20double\2c\20double\29\29 -475:SkDynamicMemoryWStream::~SkDynamicMemoryWStream\28\29 +468:GrSkSLFP::GrSkSLFP\28sk_sp\2c\20char\20const*\2c\20GrSkSLFP::OptFlags\29 +469:GrBackendFormat::GrBackendFormat\28\29 +470:__multf3 +471:VP8LReadBits +472:SkTDStorage::append\28int\29 +473:SkSL::evaluate_n_way_intrinsic\28SkSL::Context\20const&\2c\20SkSL::Expression\20const*\2c\20SkSL::Expression\20const*\2c\20SkSL::Expression\20const*\2c\20SkSL::Type\20const&\2c\20double\20\28*\29\28double\2c\20double\2c\20double\29\29 +474:SkRect::Bounds\28SkSpan\29 +475:SkMatrix::setScale\28float\2c\20float\29 476:GrOpsRenderPass::setScissorRect\28SkIRect\20const&\29 477:GrOpsRenderPass::bindPipeline\28GrProgramInfo\20const&\2c\20SkRect\20const&\29 478:GrCaps::getDefaultBackendFormat\28GrColorType\2c\20skgpu::Renderable\29\20const @@ -486,138 +486,138 @@ 485:std::__2::locale::id::__get\28\29 486:std::__2::locale::facet::facet\5babi:nn180100\5d\28unsigned\20long\29 487:SkSL::Inliner::inlineExpression\28SkSL::Position\2c\20skia_private::THashMap>\2c\20SkGoodHash>*\2c\20SkSL::SymbolTable*\2c\20SkSL::Expression\20const&\29 -488:SkMatrix::setScale\28float\2c\20float\29 +488:SkPathBuilder::moveTo\28SkPoint\29 489:SkColorSpaceXformSteps::SkColorSpaceXformSteps\28SkColorSpace\20const*\2c\20SkAlphaType\2c\20SkColorSpace\20const*\2c\20SkAlphaType\29 -490:GrGeometryProcessor::AttributeSet::initImplicit\28GrGeometryProcessor::Attribute\20const*\2c\20int\29 -491:GrContext_Base::contextID\28\29\20const -492:AlmostEqualUlps\28float\2c\20float\29 -493:std::__2::locale::__imp::install\28std::__2::locale::facet*\2c\20long\29 -494:skia_png_read_data -495:SkSpinlock::contendedAcquire\28\29 -496:SkSL::PipelineStage::PipelineStageCodeGenerator::writeExpression\28SkSL::Expression\20const&\2c\20SkSL::OperatorPrecedence\29 -497:SkPaint::setStyle\28SkPaint::Style\29 -498:SkDPoint::approximatelyEqual\28SkDPoint\20const&\29\20const -499:GrSurfaceProxy::backingStoreDimensions\28\29\20const -500:GrOpsRenderPass::bindTextures\28GrGeometryProcessor\20const&\2c\20GrSurfaceProxy\20const*\20const*\2c\20GrPipeline\20const&\29 -501:std::__2::basic_string\2c\20std::__2::allocator>::~basic_string\28\29 -502:skgpu::UniqueKey::GenerateDomain\28\29 -503:SkSL::Transform::FindAndDeclareBuiltinFunctions\28SkSL::Program&\29::$_0::operator\28\29\28SkSL::FunctionDefinition\20const*\2c\20SkSL::FunctionDefinition\20const*\29\20const -504:SkSL::ConstructorCompound::MakeFromConstants\28SkSL::Context\20const&\2c\20SkSL::Position\2c\20SkSL::Type\20const&\2c\20double\20const*\29 -505:SkPathBuilder::detach\28\29 +490:AlmostEqualUlps\28float\2c\20float\29 +491:std::__2::locale::__imp::install\28std::__2::locale::facet*\2c\20long\29 +492:skia_png_read_data +493:cosf +494:SkSpinlock::contendedAcquire\28\29 +495:SkSL::PipelineStage::PipelineStageCodeGenerator::writeExpression\28SkSL::Expression\20const&\2c\20SkSL::OperatorPrecedence\29 +496:SkDPoint::approximatelyEqual\28SkDPoint\20const&\29\20const +497:GrSurfaceProxy::backingStoreDimensions\28\29\20const +498:GrOpsRenderPass::bindTextures\28GrGeometryProcessor\20const&\2c\20GrSurfaceProxy\20const*\20const*\2c\20GrPipeline\20const&\29 +499:GrGeometryProcessor::AttributeSet::initImplicit\28GrGeometryProcessor::Attribute\20const*\2c\20int\29 +500:std::__2::basic_string\2c\20std::__2::allocator>::~basic_string\28\29 +501:skgpu::UniqueKey::GenerateDomain\28\29 +502:SkSL::Transform::FindAndDeclareBuiltinFunctions\28SkSL::Program&\29::$_0::operator\28\29\28SkSL::FunctionDefinition\20const*\2c\20SkSL::FunctionDefinition\20const*\29\20const +503:SkSL::ConstructorCompound::MakeFromConstants\28SkSL::Context\20const&\2c\20SkSL::Position\2c\20SkSL::Type\20const&\2c\20double\20const*\29 +504:SkPathRef::growForVerb\28SkPathVerb\2c\20float\29 +505:SkPaint::setStyle\28SkPaint::Style\29 506:SkBlockAllocator::reset\28\29 -507:SkBitmapDevice::drawMesh\28SkMesh\20const&\2c\20sk_sp\2c\20SkPaint\20const&\29 -508:SkBitmap::SkBitmap\28SkBitmap\20const&\29 -509:OT::hb_ot_apply_context_t::match_properties_mark\28unsigned\20int\2c\20unsigned\20int\2c\20unsigned\20int\29\20const -510:GrMeshDrawOp::GrMeshDrawOp\28unsigned\20int\29 +507:SkBitmap::SkBitmap\28SkBitmap\20const&\29 +508:OT::hb_ot_apply_context_t::match_properties_mark\28unsigned\20int\2c\20unsigned\20int\2c\20unsigned\20int\29\20const +509:GrMeshDrawOp::GrMeshDrawOp\28unsigned\20int\29 +510:GrContext_Base::contextID\28\29\20const 511:FT_RoundFix 512:std::__2::unique_ptr::~unique_ptr\5babi:nn180100\5d\28\29 513:std::__2::unique_ptr::unique_ptr\5babi:nn180100\5d\28unsigned\20char*\2c\20std::__2::__dependent_type\2c\20true>::__good_rval_ref_type\29 514:cf2_stack_pushFixed 515:__multi3 516:SkSL::RP::Builder::push_duplicates\28int\29 -517:SkRect::Bounds\28SkSpan\29 -518:SkPath::isFinite\28\29\20const -519:SkPath::isEmpty\28\29\20const -520:SkPaint::setShader\28sk_sp\29 -521:SkMatrix::setRectToRect\28SkRect\20const&\2c\20SkRect\20const&\2c\20SkMatrix::ScaleToFit\29 -522:GrTextureEffect::Make\28GrSurfaceProxyView\2c\20SkAlphaType\2c\20SkMatrix\20const&\2c\20SkFilterMode\2c\20SkMipmapMode\29 -523:GrGLSLVaryingHandler::addPassThroughAttribute\28GrShaderVar\20const&\2c\20char\20const*\2c\20GrGLSLVaryingHandler::Interpolation\29 -524:GrFragmentProcessor::registerChild\28std::__2::unique_ptr>\2c\20SkSL::SampleUsage\29 -525:FT_Stream_ReleaseFrame -526:289 -527:std::__2::istreambuf_iterator>::operator*\5babi:nn180100\5d\28\29\20const -528:skia::textlayout::TextStyle::TextStyle\28skia::textlayout::TextStyle\20const&\29 -529:sk_srgb_singleton\28\29 -530:hb_face_get_glyph_count -531:hb_buffer_t::merge_clusters_impl\28unsigned\20int\2c\20unsigned\20int\29 -532:decltype\28fp.sanitize\28this\29\29\20hb_sanitize_context_t::_dispatch\28OT::Layout::Common::Coverage\20const&\2c\20hb_priority<1u>\29 -533:abort -534:SkWStream::writePackedUInt\28unsigned\20long\29 -535:SkSurface_Base::aboutToDraw\28SkSurface::ContentChangeMode\29 -536:SkSL::RP::Builder::push_constant_i\28int\2c\20int\29 -537:SkSL::BreakStatement::~BreakStatement\28\29 -538:SkPathBuilder::~SkPathBuilder\28\29 -539:SkColorInfo::refColorSpace\28\29\20const -540:SkCanvas::concat\28SkMatrix\20const&\29 -541:SkBitmap::setImmutable\28\29 -542:GrPipeline::visitProxies\28std::__2::function\20const&\29\20const -543:GrGeometryProcessor::GrGeometryProcessor\28GrProcessor::ClassID\29 -544:std::__2::istreambuf_iterator>::operator*\5babi:nn180100\5d\28\29\20const -545:hb_face_t::load_num_glyphs\28\29\20const -546:dlrealloc -547:SkSL::fold_expression\28SkSL::Position\2c\20double\2c\20SkSL::Type\20const*\29 -548:SkSL::Type::MakeAliasType\28std::__2::basic_string_view>\2c\20SkSL::Type\20const&\29 -549:SkSL::RP::Generator::binaryOp\28SkSL::Type\20const&\2c\20SkSL::RP::Generator::TypedOps\20const&\29 -550:SkPathBuilder::SkPathBuilder\28\29 -551:SkNullBlitter::blitAntiH\28int\2c\20int\2c\20unsigned\20char\20const*\2c\20short\20const*\29 -552:GrGeometryProcessor::Attribute&\20skia_private::TArray::emplace_back\28char\20const\20\28&\29\20\5b10\5d\2c\20GrVertexAttribType&&\2c\20SkSLType&&\29 -553:FT_Stream_ReadByte -554:Cr_z_crc32 -555:std::__2::__throw_bad_optional_access\5babi:ne180100\5d\28\29 -556:skia_png_push_save_buffer -557:machine_index_t\2c\20hb_filter_iter_t\2c\20hb_array_t>\2c\20find_syllables_use\28hb_buffer_t*\29::'lambda'\28hb_glyph_info_t\20const&\29\2c\20$_7\20const&\2c\20\28void*\290>\2c\20find_syllables_use\28hb_buffer_t*\29::'lambda'\28hb_pair_t\29\2c\20$_6\20const&\2c\20\28void*\290>>>::operator=\28machine_index_t\2c\20hb_filter_iter_t\2c\20hb_array_t>\2c\20find_syllables_use\28hb_buffer_t*\29::'lambda'\28hb_glyph_info_t\20const&\29\2c\20$_7\20const&\2c\20\28void*\290>\2c\20find_syllables_use\28hb_buffer_t*\29::'lambda'\28hb_pair_t\29\2c\20$_6\20const&\2c\20\28void*\290>>>\20const&\29 -558:cosf -559:SkString::operator=\28SkString\20const&\29 -560:SkSL::RP::SlotManager::getVariableSlots\28SkSL::Variable\20const&\29 -561:SkSL::RP::Builder::unary_op\28SkSL::RP::BuilderOp\2c\20int\29 -562:SkRect::setBoundsCheck\28SkSpan\29 -563:SkReadBuffer::readScalar\28\29 -564:SkPath::conicTo\28float\2c\20float\2c\20float\2c\20float\2c\20float\29 -565:SkPaint::setBlendMode\28SkBlendMode\29 -566:SkColorInfo::shiftPerPixel\28\29\20const -567:SkCanvas::save\28\29 -568:GrProcessorSet::visitProxies\28std::__2::function\20const&\29\20const -569:GrGLTexture::target\28\29\20const -570:fma -571:SkSL::TProgramVisitor::visitExpression\28SkSL::Expression\20const&\29 -572:SkSL::Pool::FreeMemory\28void*\29 +517:SkPaint::setShader\28sk_sp\29 +518:SkMatrix::Rect2Rect\28SkRect\20const&\2c\20SkRect\20const&\2c\20SkMatrix::ScaleToFit\29 +519:SkBitmapDevice::drawMesh\28SkMesh\20const&\2c\20sk_sp\2c\20SkPaint\20const&\29 +520:GrTextureEffect::Make\28GrSurfaceProxyView\2c\20SkAlphaType\2c\20SkMatrix\20const&\2c\20SkFilterMode\2c\20SkMipmapMode\29 +521:GrGLSLVaryingHandler::addPassThroughAttribute\28GrShaderVar\20const&\2c\20char\20const*\2c\20GrGLSLVaryingHandler::Interpolation\29 +522:GrFragmentProcessor::registerChild\28std::__2::unique_ptr>\2c\20SkSL::SampleUsage\29 +523:FT_Stream_ReleaseFrame +524:std::__2::istreambuf_iterator>::operator*\5babi:nn180100\5d\28\29\20const +525:skia_private::TArray::push_back_raw\28int\29 +526:skia::textlayout::TextStyle::TextStyle\28skia::textlayout::TextStyle\20const&\29 +527:hb_face_get_glyph_count +528:hb_buffer_t::merge_clusters_impl\28unsigned\20int\2c\20unsigned\20int\29 +529:decltype\28fp.sanitize\28this\29\29\20hb_sanitize_context_t::_dispatch\28OT::Layout::Common::Coverage\20const&\2c\20hb_priority<1u>\29 +530:abort +531:SkWStream::writePackedUInt\28unsigned\20long\29 +532:SkSurface_Base::aboutToDraw\28SkSurface::ContentChangeMode\29 +533:SkSL::RP::Builder::push_constant_i\28int\2c\20int\29 +534:SkSL::BreakStatement::~BreakStatement\28\29 +535:SkColorInfo::refColorSpace\28\29\20const +536:SkCanvas::concat\28SkMatrix\20const&\29 +537:SkBitmap::setImmutable\28\29 +538:GrPipeline::visitProxies\28std::__2::function\20const&\29\20const +539:302 +540:std::__2::istreambuf_iterator>::operator*\5babi:nn180100\5d\28\29\20const +541:std::__2::__throw_bad_optional_access\5babi:ne180100\5d\28\29 +542:sk_srgb_singleton\28\29 +543:hb_face_t::load_num_glyphs\28\29\20const +544:dlrealloc +545:SkSL::fold_expression\28SkSL::Position\2c\20double\2c\20SkSL::Type\20const*\29 +546:SkSL::Type::MakeAliasType\28std::__2::basic_string_view>\2c\20SkSL::Type\20const&\29 +547:SkSL::RP::Generator::binaryOp\28SkSL::Type\20const&\2c\20SkSL::RP::Generator::TypedOps\20const&\29 +548:SkNullBlitter::blitAntiH\28int\2c\20int\2c\20unsigned\20char\20const*\2c\20short\20const*\29 +549:GrGeometryProcessor::GrGeometryProcessor\28GrProcessor::ClassID\29 +550:GrGeometryProcessor::Attribute&\20skia_private::TArray::emplace_back\28char\20const\20\28&\29\20\5b10\5d\2c\20GrVertexAttribType&&\2c\20SkSLType&&\29 +551:FT_Stream_ReadByte +552:Cr_z_crc32 +553:skia_png_push_save_buffer +554:machine_index_t\2c\20hb_filter_iter_t\2c\20hb_array_t>\2c\20find_syllables_use\28hb_buffer_t*\29::'lambda'\28hb_glyph_info_t\20const&\29\2c\20$_7\20const&\2c\20\28void*\290>\2c\20find_syllables_use\28hb_buffer_t*\29::'lambda'\28hb_pair_t\29\2c\20$_6\20const&\2c\20\28void*\290>>>::operator=\28machine_index_t\2c\20hb_filter_iter_t\2c\20hb_array_t>\2c\20find_syllables_use\28hb_buffer_t*\29::'lambda'\28hb_glyph_info_t\20const&\29\2c\20$_7\20const&\2c\20\28void*\290>\2c\20find_syllables_use\28hb_buffer_t*\29::'lambda'\28hb_pair_t\29\2c\20$_6\20const&\2c\20\28void*\290>>>\20const&\29 +555:SkString::operator=\28SkString\20const&\29 +556:SkSL::RP::SlotManager::getVariableSlots\28SkSL::Variable\20const&\29 +557:SkSL::RP::Builder::unary_op\28SkSL::RP::BuilderOp\2c\20int\29 +558:SkRect::setBoundsCheck\28SkSpan\29 +559:SkReadBuffer::readScalar\28\29 +560:SkPaint::setBlendMode\28SkBlendMode\29 +561:SkColorInfo::shiftPerPixel\28\29\20const +562:SkCanvas::save\28\29 +563:GrProcessorSet::visitProxies\28std::__2::function\20const&\29\20const +564:GrGLTexture::target\28\29\20const +565:fmodf +566:fma +567:SkSL::TProgramVisitor::visitExpression\28SkSL::Expression\20const&\29 +568:SkSL::Pool::FreeMemory\28void*\29 +569:SkRasterClip::~SkRasterClip\28\29 +570:SkPaint::computeFastBounds\28SkRect\20const&\2c\20SkRect*\29\20const +571:SkPaint::canComputeFastBounds\28\29\20const +572:SkPaint::SkPaint\28SkPaint&&\29 573:SkDPoint::ApproximatelyEqual\28SkPoint\20const&\2c\20SkPoint\20const&\29 -574:FT_Stream_ReadULong -575:std::__2::unique_ptr>*\20std::__2::vector>\2c\20std::__2::allocator>>>::__push_back_slow_path>>\28std::__2::unique_ptr>&&\29 -576:std::__2::basic_string\2c\20std::__2::allocator>::__init_copy_ctor_external\28char\20const*\2c\20unsigned\20long\29 -577:std::__2::__throw_overflow_error\5babi:nn180100\5d\28char\20const*\29 -578:skip_spaces -579:sk_realloc_throw\28void*\2c\20unsigned\20long\29 -580:fmodf +574:GrShape::asPath\28bool\29\20const +575:FT_Stream_ReadULong +576:std::__2::unique_ptr>*\20std::__2::vector>\2c\20std::__2::allocator>>>::__push_back_slow_path>>\28std::__2::unique_ptr>&&\29 +577:std::__2::basic_string\2c\20std::__2::allocator>::__init_copy_ctor_external\28char\20const*\2c\20unsigned\20long\29 +578:std::__2::__throw_overflow_error\5babi:nn180100\5d\28char\20const*\29 +579:skip_spaces +580:sk_realloc_throw\28void*\2c\20unsigned\20long\29 581:emscripten::smart_ptr_trait>::get\28sk_sp\20const&\29 582:cff1_path_procs_extents_t::curve\28CFF::cff1_cs_interp_env_t&\2c\20cff1_extents_param_t&\2c\20CFF::point_t\20const&\2c\20CFF::point_t\20const&\2c\20CFF::point_t\20const&\29 583:cff1_path_param_t::cubic_to\28CFF::point_t\20const&\2c\20CFF::point_t\20const&\2c\20CFF::point_t\20const&\29 584:SkString::equals\28SkString\20const&\29\20const 585:SkSL::Type::toCompound\28SkSL::Context\20const&\2c\20int\2c\20int\29\20const -586:SkRasterClip::~SkRasterClip\28\29 -587:SkPixmap::reset\28SkImageInfo\20const&\2c\20void\20const*\2c\20unsigned\20long\29 -588:SkPath::countPoints\28\29\20const -589:SkPaint::computeFastBounds\28SkRect\20const&\2c\20SkRect*\29\20const -590:SkPaint::canComputeFastBounds\28\29\20const -591:SkPaint::SkPaint\28SkPaint&&\29 -592:SkMatrix::mapVectors\28SkSpan\2c\20SkSpan\29\20const -593:SkImageGenerator::onQueryYUVAInfo\28SkYUVAPixmapInfo::SupportedDataTypes\20const&\2c\20SkYUVAPixmapInfo*\29\20const -594:SkBlockAllocator::addBlock\28int\2c\20int\29 -595:SkBitmap::tryAllocPixels\28SkImageInfo\20const&\2c\20unsigned\20long\29 -596:GrThreadSafeCache::VertexData::~VertexData\28\29 -597:GrShape::asPath\28SkPath*\2c\20bool\29\20const -598:GrShaderVar::appendDecl\28GrShaderCaps\20const*\2c\20SkString*\29\20const -599:GrPixmapBase::~GrPixmapBase\28\29 -600:GrGLSLVaryingHandler::emitAttributes\28GrGeometryProcessor\20const&\29 -601:FT_Stream_ReadFields -602:void\20emscripten::internal::raw_destructor\28GrDirectContext*\29 -603:std::__2::unique_ptr::reset\5babi:nn180100\5d\28unsigned\20char*\29 -604:std::__2::istreambuf_iterator>::operator++\5babi:nn180100\5d\28\29 -605:skia_private::TArray::push_back\28SkPaint\20const&\29 -606:ft_mem_qalloc -607:__wasm_setjmp -608:SkSL::SymbolTable::~SymbolTable\28\29 -609:SkPathRef::~SkPathRef\28\29 -610:SkPath::transform\28SkMatrix\20const&\2c\20SkPath*\2c\20SkApplyPerspectiveClip\29\20const -611:SkOpPtT::contains\28SkOpPtT\20const*\29\20const -612:SkOpAngle::segment\28\29\20const -613:SkMasks::getRed\28unsigned\20int\29\20const -614:SkMasks::getGreen\28unsigned\20int\29\20const -615:SkMasks::getBlue\28unsigned\20int\29\20const -616:SkColorSpace::MakeSRGB\28\29 -617:GrProcessorSet::~GrProcessorSet\28\29 -618:GrMeshDrawOp::createProgramInfo\28GrMeshDrawTarget*\29 -619:std::__2::istreambuf_iterator>::operator++\5babi:nn180100\5d\28\29 +586:SkPixmap::reset\28SkImageInfo\20const&\2c\20void\20const*\2c\20unsigned\20long\29 +587:SkPath::lineTo\28float\2c\20float\29 +588:SkPath::isEmpty\28\29\20const +589:SkMatrix::mapVectors\28SkSpan\2c\20SkSpan\29\20const +590:SkImageGenerator::onQueryYUVAInfo\28SkYUVAPixmapInfo::SupportedDataTypes\20const&\2c\20SkYUVAPixmapInfo*\29\20const +591:SkBlockAllocator::addBlock\28int\2c\20int\29 +592:SkBitmap::tryAllocPixels\28SkImageInfo\20const&\2c\20unsigned\20long\29 +593:GrThreadSafeCache::VertexData::~VertexData\28\29 +594:GrShaderVar::appendDecl\28GrShaderCaps\20const*\2c\20SkString*\29\20const +595:GrPixmapBase::~GrPixmapBase\28\29 +596:GrGLSLVaryingHandler::emitAttributes\28GrGeometryProcessor\20const&\29 +597:FT_Stream_ReadFields +598:void\20emscripten::internal::raw_destructor\28GrDirectContext*\29 +599:std::__2::unique_ptr::reset\5babi:nn180100\5d\28unsigned\20char*\29 +600:std::__2::istreambuf_iterator>::operator++\5babi:nn180100\5d\28\29 +601:skia_private::TArray::push_back\28SkPaint\20const&\29 +602:ft_mem_qalloc +603:__wasm_setjmp +604:SkSL::SymbolTable::~SymbolTable\28\29 +605:SkPathRef::~SkPathRef\28\29 +606:SkPathBuilder::quadTo\28SkPoint\2c\20SkPoint\29 +607:SkPathBuilder::close\28\29 +608:SkOpPtT::contains\28SkOpPtT\20const*\29\20const +609:SkOpAngle::segment\28\29\20const +610:SkMasks::getRed\28unsigned\20int\29\20const +611:SkMasks::getGreen\28unsigned\20int\29\20const +612:SkMasks::getBlue\28unsigned\20int\29\20const +613:SkDynamicMemoryWStream::detachAsData\28\29 +614:SkColorSpace::MakeSRGB\28\29 +615:GrProcessorSet::~GrProcessorSet\28\29 +616:GrMeshDrawOp::createProgramInfo\28GrMeshDrawTarget*\29 +617:std::__2::istreambuf_iterator>::operator++\5babi:nn180100\5d\28\29 +618:skhdr::Metadata::MakeEmpty\28\29 +619:sinf 620:png_icc_profile_error 621:operator==\28SkMatrix\20const&\2c\20SkMatrix\20const&\29 622:emscripten::internal::MethodInvoker::invoke\28int\20\28SkAnimatedImage::*\20const&\29\28\29\2c\20SkAnimatedImage*\29 @@ -627,173 +627,173 @@ 626:SkSL::Type::MakeVectorType\28std::__2::basic_string_view>\2c\20char\20const*\2c\20SkSL::Type\20const&\2c\20int\29 627:SkRasterPipeline::SkRasterPipeline\28SkArenaAlloc*\29 628:SkPoint::setLength\28float\29 -629:SkPathBuilder::moveTo\28SkPoint\29 -630:SkMatrix::preConcat\28SkMatrix\20const&\29 -631:SkGlyph::rowBytes\28\29\20const -632:SkCanvas::restoreToCount\28int\29 -633:SkAAClipBlitter::~SkAAClipBlitter\28\29 -634:GrTextureProxy::mipmapped\28\29\20const -635:GrGpuResource::~GrGpuResource\28\29 -636:FT_Stream_GetULong -637:Cr_z__tr_flush_bits -638:401 -639:void\20emscripten::internal::raw_destructor>\28sk_sp*\29 -640:std::__2::ctype::widen\5babi:nn180100\5d\28char\29\20const -641:skgpu::UniqueKey::operator=\28skgpu::UniqueKey\20const&\29 -642:sk_double_nearly_zero\28double\29 -643:hb_font_get_glyph -644:ft_mem_alloc -645:fit_linear\28skcms_Curve\20const*\2c\20int\2c\20float\2c\20float*\2c\20float*\2c\20float*\29 -646:emscripten::internal::FunctionInvoker::invoke\28void\20\28**\29\28SkCanvas&\2c\20unsigned\20long\2c\20SkClipOp\2c\20bool\29\2c\20SkCanvas*\2c\20unsigned\20long\2c\20SkClipOp\2c\20bool\29 -647:_output_with_dotted_circle\28hb_buffer_t*\29 -648:WebPSafeMalloc -649:SkString::data\28\29 -650:SkSafeMath::Mul\28unsigned\20long\2c\20unsigned\20long\29 -651:SkSL::GLSLCodeGenerator::writeIdentifier\28std::__2::basic_string_view>\29 -652:SkSL::GLSLCodeGenerator::getTypeName\28SkSL::Type\20const&\29 -653:SkRGBA4f<\28SkAlphaType\293>::FromColor\28unsigned\20int\29 -654:SkPath::reset\28\29 -655:SkPath::Iter::Iter\28SkPath\20const&\2c\20bool\29 -656:SkPaint::setMaskFilter\28sk_sp\29 -657:SkImageShader::appendStages\28SkStageRec\20const&\2c\20SkShaders::MatrixRec\20const&\29\20const::$_3::operator\28\29\28\28anonymous\20namespace\29::MipLevelHelper\20const*\29\20const -658:SkDynamicMemoryWStream::detachAsData\28\29 -659:SkDrawable::getBounds\28\29 -660:SkData::MakeWithCopy\28void\20const*\2c\20unsigned\20long\29 -661:SkDCubic::ptAtT\28double\29\20const -662:SkColorInfo::SkColorInfo\28\29 -663:SkCanvas::~SkCanvas\28\29_1666 -664:SkCanvas::drawRect\28SkRect\20const&\2c\20SkPaint\20const&\29 -665:GrOpFlushState::drawMesh\28GrSimpleMesh\20const&\29 -666:GrImageInfo::GrImageInfo\28SkImageInfo\20const&\29 -667:DefaultGeoProc::Impl::~Impl\28\29 -668:void\20emscripten::internal::MemberAccess::setWire\28int\20RuntimeEffectUniform::*\20const&\2c\20RuntimeEffectUniform&\2c\20int\29 -669:uprv_malloc_skia -670:std::__2::basic_string\2c\20std::__2::allocator>::__throw_length_error\5babi:nn180100\5d\28\29\20const -671:std::__2::basic_string\2c\20std::__2::allocator>::__set_long_size\5babi:nn180100\5d\28unsigned\20long\29 -672:std::__2::basic_string\2c\20std::__2::allocator>::__is_long\5babi:nn180100\5d\28\29\20const -673:skia::textlayout::Cluster::run\28\29\20const -674:skgpu::ganesh::SurfaceDrawContext::drawFilledQuad\28GrClip\20const*\2c\20GrPaint&&\2c\20DrawQuad*\2c\20GrUserStencilSettings\20const*\29 -675:out -676:jpeg_fill_bit_buffer -677:int\20emscripten::internal::MemberAccess::getWire\28int\20RuntimeEffectUniform::*\20const&\2c\20RuntimeEffectUniform&\29 -678:SkTextBlob::~SkTextBlob\28\29 -679:SkStrokeRec::SkStrokeRec\28SkStrokeRec::InitStyle\29 -680:SkShaderBase::SkShaderBase\28\29 -681:SkSL::Type::coerceExpression\28std::__2::unique_ptr>\2c\20SkSL::Context\20const&\29\20const -682:SkSL::Type::MakeGenericType\28char\20const*\2c\20SkSpan\2c\20SkSL::Type\20const*\29 -683:SkSL::ConstantFolder::GetConstantValueForVariable\28SkSL::Expression\20const&\29 -684:SkSL::Analysis::HasSideEffects\28SkSL::Expression\20const&\29 -685:SkRegion::SkRegion\28\29 -686:SkRecords::FillBounds::adjustForSaveLayerPaints\28SkRect*\2c\20int\29\20const -687:SkPathStroker::lineTo\28SkPoint\20const&\2c\20SkPath::Iter\20const*\29 -688:SkPaint::setPathEffect\28sk_sp\29 -689:SkPaint::setColor\28unsigned\20int\29 -690:SkPaint::setColor\28SkRGBA4f<\28SkAlphaType\293>\20const&\2c\20SkColorSpace*\29 -691:SkMatrix::postConcat\28SkMatrix\20const&\29 -692:SkM44::setConcat\28SkM44\20const&\2c\20SkM44\20const&\29 -693:SkImageInfo::Make\28int\2c\20int\2c\20SkColorType\2c\20SkAlphaType\29 -694:SkImageFilter::getInput\28int\29\20const -695:SkDrawable::getFlattenableType\28\29\20const -696:SkAutoPixmapStorage::~SkAutoPixmapStorage\28\29 -697:GrMatrixEffect::Make\28SkMatrix\20const&\2c\20std::__2::unique_ptr>\29 -698:GrContext_Base::options\28\29\20const -699:std::__2::char_traits::assign\5babi:nn180100\5d\28char&\2c\20char\20const&\29 -700:std::__2::basic_string\2c\20std::__2::allocator>::operator=\5babi:nn180100\5d\28std::__2::basic_string\2c\20std::__2::allocator>&&\29 -701:std::__2::__check_grouping\28std::__2::basic_string\2c\20std::__2::allocator>\20const&\2c\20unsigned\20int*\2c\20unsigned\20int*\2c\20unsigned\20int&\29 -702:skia_png_malloc -703:skia_png_chunk_report -704:png_write_complete_chunk -705:pad -706:__ashlti3 -707:SkWBuffer::writeNoSizeCheck\28void\20const*\2c\20unsigned\20long\29 -708:SkTCoincident::setPerp\28SkTCurve\20const&\2c\20double\2c\20SkDPoint\20const&\2c\20SkTCurve\20const&\29 -709:SkString::printf\28char\20const*\2c\20...\29 -710:SkSL::Type::MakeMatrixType\28std::__2::basic_string_view>\2c\20char\20const*\2c\20SkSL::Type\20const&\2c\20int\2c\20signed\20char\29 -711:SkSL::Operator::tightOperatorName\28\29\20const -712:SkReadBuffer::readColor4f\28SkRGBA4f<\28SkAlphaType\293>*\29 -713:SkPixmap::reset\28\29 -714:SkPictureData::requiredPaint\28SkReadBuffer*\29\20const -715:SkPaintToGrPaint\28skgpu::ganesh::SurfaceDrawContext*\2c\20SkPaint\20const&\2c\20SkMatrix\20const&\2c\20GrPaint*\29 -716:SkMatrixPriv::MapRect\28SkM44\20const&\2c\20SkRect\20const&\29 -717:SkImageGenerator::onIsValid\28GrRecordingContext*\29\20const -718:SkFindUnitQuadRoots\28float\2c\20float\2c\20float\2c\20float*\29 -719:SkDeque::push_back\28\29 -720:SkData::MakeEmpty\28\29 -721:SkCanvas::internalQuickReject\28SkRect\20const&\2c\20SkPaint\20const&\2c\20SkMatrix\20const*\29 -722:SkBitmap::installPixels\28SkImageInfo\20const&\2c\20void*\2c\20unsigned\20long\2c\20void\20\28*\29\28void*\2c\20void*\29\2c\20void*\29 -723:SkBinaryWriteBuffer::writeBool\28bool\29 -724:OT::hb_paint_context_t::return_t\20OT::Paint::dispatch\28OT::hb_paint_context_t*\29\20const -725:GrShape::bounds\28\29\20const -726:GrProgramInfo::GrProgramInfo\28GrCaps\20const&\2c\20GrSurfaceProxyView\20const&\2c\20bool\2c\20GrPipeline\20const*\2c\20GrUserStencilSettings\20const*\2c\20GrGeometryProcessor\20const*\2c\20GrPrimitiveType\2c\20GrXferBarrierFlags\2c\20GrLoadOp\29 -727:GrPixmapBase::GrPixmapBase\28GrImageInfo\2c\20void*\2c\20unsigned\20long\29 -728:FT_Outline_Translate -729:FT_Load_Glyph -730:FT_GlyphLoader_CheckPoints -731:FT_Get_Char_Index -732:DefaultGeoProc::~DefaultGeoProc\28\29 -733:496 -734:std::__2::ctype\20const&\20std::__2::use_facet\5babi:nn180100\5d>\28std::__2::locale\20const&\29 -735:std::__2::basic_string\2c\20std::__2::allocator>::__set_short_size\5babi:nn180100\5d\28unsigned\20long\29 -736:skif::LayerSpace::mapRect\28skif::LayerSpace\20const&\29\20const -737:skia_private::TArray::push_back\28float\20const&\29 -738:sinf +629:SkPathBuilder::conicTo\28SkPoint\2c\20SkPoint\2c\20float\29 +630:SkPath::countPoints\28\29\20const +631:SkMatrix::preConcat\28SkMatrix\20const&\29 +632:SkGlyph::rowBytes\28\29\20const +633:SkCanvas::restoreToCount\28int\29 +634:SkAAClipBlitter::~SkAAClipBlitter\28\29 +635:GrTextureProxy::mipmapped\28\29\20const +636:GrGpuResource::~GrGpuResource\28\29 +637:FT_Stream_GetULong +638:Cr_z__tr_flush_bits +639:402 +640:void\20emscripten::internal::raw_destructor>\28sk_sp*\29 +641:std::__2::ctype::widen\5babi:nn180100\5d\28char\29\20const +642:skgpu::UniqueKey::operator=\28skgpu::UniqueKey\20const&\29 +643:sk_double_nearly_zero\28double\29 +644:hb_font_get_glyph +645:ft_mem_alloc +646:fit_linear\28skcms_Curve\20const*\2c\20int\2c\20float\2c\20float*\2c\20float*\2c\20float*\29 +647:emscripten::internal::FunctionInvoker::invoke\28void\20\28**\29\28SkCanvas&\2c\20unsigned\20long\2c\20SkClipOp\2c\20bool\29\2c\20SkCanvas*\2c\20unsigned\20long\2c\20SkClipOp\2c\20bool\29 +648:_output_with_dotted_circle\28hb_buffer_t*\29 +649:WebPSafeMalloc +650:SkString::data\28\29 +651:SkSafeMath::Mul\28unsigned\20long\2c\20unsigned\20long\29 +652:SkSL::GLSLCodeGenerator::writeIdentifier\28std::__2::basic_string_view>\29 +653:SkSL::GLSLCodeGenerator::getTypeName\28SkSL::Type\20const&\29 +654:SkRGBA4f<\28SkAlphaType\293>::FromColor\28unsigned\20int\29 +655:SkPaint::setMaskFilter\28sk_sp\29 +656:SkImageShader::appendStages\28SkStageRec\20const&\2c\20SkShaders::MatrixRec\20const&\29\20const::$_3::operator\28\29\28\28anonymous\20namespace\29::MipLevelHelper\20const*\29\20const +657:SkDrawable::getBounds\28\29 +658:SkData::MakeWithCopy\28void\20const*\2c\20unsigned\20long\29 +659:SkDCubic::ptAtT\28double\29\20const +660:SkColorInfo::SkColorInfo\28\29 +661:SkCanvas::~SkCanvas\28\29_1667 +662:SkCanvas::drawRect\28SkRect\20const&\2c\20SkPaint\20const&\29 +663:GrOpFlushState::drawMesh\28GrSimpleMesh\20const&\29 +664:GrImageInfo::GrImageInfo\28SkImageInfo\20const&\29 +665:DefaultGeoProc::Impl::~Impl\28\29 +666:void\20emscripten::internal::MemberAccess::setWire\28int\20RuntimeEffectUniform::*\20const&\2c\20RuntimeEffectUniform&\2c\20int\29 +667:uprv_malloc_skia +668:std::__2::basic_string\2c\20std::__2::allocator>::__is_long\5babi:nn180100\5d\28\29\20const +669:skia::textlayout::Cluster::run\28\29\20const +670:skgpu::ganesh::SurfaceDrawContext::drawFilledQuad\28GrClip\20const*\2c\20GrPaint&&\2c\20DrawQuad*\2c\20GrUserStencilSettings\20const*\29 +671:out +672:jpeg_fill_bit_buffer +673:int\20emscripten::internal::MemberAccess::getWire\28int\20RuntimeEffectUniform::*\20const&\2c\20RuntimeEffectUniform&\29 +674:SkTextBlob::~SkTextBlob\28\29 +675:SkStrokeRec::SkStrokeRec\28SkStrokeRec::InitStyle\29 +676:SkShaderBase::SkShaderBase\28\29 +677:SkSL::Type::coerceExpression\28std::__2::unique_ptr>\2c\20SkSL::Context\20const&\29\20const +678:SkSL::Type::MakeGenericType\28char\20const*\2c\20SkSpan\2c\20SkSL::Type\20const*\29 +679:SkSL::ConstantFolder::GetConstantValueForVariable\28SkSL::Expression\20const&\29 +680:SkSL::Analysis::HasSideEffects\28SkSL::Expression\20const&\29 +681:SkRegion::SkRegion\28\29 +682:SkRecords::FillBounds::adjustForSaveLayerPaints\28SkRect*\2c\20int\29\20const +683:SkPathStroker::lineTo\28SkPoint\20const&\2c\20SkPath::Iter\20const*\29 +684:SkPath::isFinite\28\29\20const +685:SkPath::Iter::Iter\28SkPath\20const&\2c\20bool\29 +686:SkPaint::setPathEffect\28sk_sp\29 +687:SkPaint::setColor\28unsigned\20int\29 +688:SkPaint::setColor\28SkRGBA4f<\28SkAlphaType\293>\20const&\2c\20SkColorSpace*\29 +689:SkMatrix::postConcat\28SkMatrix\20const&\29 +690:SkM44::setConcat\28SkM44\20const&\2c\20SkM44\20const&\29 +691:SkImageInfo::Make\28int\2c\20int\2c\20SkColorType\2c\20SkAlphaType\29 +692:SkImageFilter::getInput\28int\29\20const +693:SkDrawable::getFlattenableType\28\29\20const +694:SkData::MakeWithProc\28void\20const*\2c\20unsigned\20long\2c\20void\20\28*\29\28void\20const*\2c\20void*\29\2c\20void*\29 +695:SkAutoPixmapStorage::~SkAutoPixmapStorage\28\29 +696:GrMatrixEffect::Make\28SkMatrix\20const&\2c\20std::__2::unique_ptr>\29 +697:GrContext_Base::options\28\29\20const +698:std::__2::char_traits::assign\5babi:nn180100\5d\28char&\2c\20char\20const&\29 +699:std::__2::basic_string\2c\20std::__2::allocator>::operator=\5babi:nn180100\5d\28std::__2::basic_string\2c\20std::__2::allocator>&&\29 +700:std::__2::basic_string\2c\20std::__2::allocator>::__throw_length_error\5babi:nn180100\5d\28\29\20const +701:std::__2::basic_string\2c\20std::__2::allocator>::__set_long_size\5babi:nn180100\5d\28unsigned\20long\29 +702:std::__2::__check_grouping\28std::__2::basic_string\2c\20std::__2::allocator>\20const&\2c\20unsigned\20int*\2c\20unsigned\20int*\2c\20unsigned\20int&\29 +703:skia_png_malloc +704:skia_png_chunk_report +705:png_write_complete_chunk +706:pad +707:__ashlti3 +708:SkWBuffer::writeNoSizeCheck\28void\20const*\2c\20unsigned\20long\29 +709:SkTCoincident::setPerp\28SkTCurve\20const&\2c\20double\2c\20SkDPoint\20const&\2c\20SkTCurve\20const&\29 +710:SkString::printf\28char\20const*\2c\20...\29 +711:SkSL::Type::MakeMatrixType\28std::__2::basic_string_view>\2c\20char\20const*\2c\20SkSL::Type\20const&\2c\20int\2c\20signed\20char\29 +712:SkSL::Operator::tightOperatorName\28\29\20const +713:SkReadBuffer::readColor4f\28SkRGBA4f<\28SkAlphaType\293>*\29 +714:SkPixmap::reset\28\29 +715:SkPictureData::requiredPaint\28SkReadBuffer*\29\20const +716:SkPathBuilder::cubicTo\28SkPoint\2c\20SkPoint\2c\20SkPoint\29 +717:SkPath::transform\28SkMatrix\20const&\2c\20SkPath*\29\20const +718:SkPaintToGrPaint\28skgpu::ganesh::SurfaceDrawContext*\2c\20SkPaint\20const&\2c\20SkMatrix\20const&\2c\20GrPaint*\29 +719:SkMatrixPriv::MapRect\28SkM44\20const&\2c\20SkRect\20const&\29 +720:SkFindUnitQuadRoots\28float\2c\20float\2c\20float\2c\20float*\29 +721:SkDeque::push_back\28\29 +722:SkData::MakeEmpty\28\29 +723:SkCanvas::internalQuickReject\28SkRect\20const&\2c\20SkPaint\20const&\2c\20SkMatrix\20const*\29 +724:SkBitmap::installPixels\28SkImageInfo\20const&\2c\20void*\2c\20unsigned\20long\2c\20void\20\28*\29\28void*\2c\20void*\29\2c\20void*\29 +725:SkBinaryWriteBuffer::writeBool\28bool\29 +726:OT::hb_paint_context_t::return_t\20OT::Paint::dispatch\28OT::hb_paint_context_t*\29\20const +727:GrShape::bounds\28\29\20const +728:GrProgramInfo::GrProgramInfo\28GrCaps\20const&\2c\20GrSurfaceProxyView\20const&\2c\20bool\2c\20GrPipeline\20const*\2c\20GrUserStencilSettings\20const*\2c\20GrGeometryProcessor\20const*\2c\20GrPrimitiveType\2c\20GrXferBarrierFlags\2c\20GrLoadOp\29 +729:GrPixmapBase::GrPixmapBase\28GrImageInfo\2c\20void*\2c\20unsigned\20long\29 +730:FT_Outline_Translate +731:FT_Load_Glyph +732:FT_GlyphLoader_CheckPoints +733:FT_Get_Char_Index +734:DefaultGeoProc::~DefaultGeoProc\28\29 +735:498 +736:std::__2::ctype\20const&\20std::__2::use_facet\5babi:nn180100\5d>\28std::__2::locale\20const&\29 +737:skif::LayerSpace::mapRect\28skif::LayerSpace\20const&\29\20const +738:skcpu::Draw::Draw\28\29 739:emscripten::internal::FunctionInvoker::invoke\28void\20\28**\29\28GrDirectContext&\2c\20unsigned\20long\29\2c\20GrDirectContext*\2c\20unsigned\20long\29 740:bool\20OT::Layout::Common::Coverage::collect_coverage\28hb_set_digest_t*\29\20const 741:SkRasterPipeline::extend\28SkRasterPipeline\20const&\29 -742:SkPath::moveTo\28float\2c\20float\29 -743:SkJSONWriter::appendf\28char\20const*\2c\20...\29 -744:SkImageInfo::MakeA8\28int\2c\20int\29 -745:SkImageGenerator::onGetPixels\28SkImageInfo\20const&\2c\20void*\2c\20unsigned\20long\2c\20SkImageGenerator::Options\20const&\29 -746:SkIRect::join\28SkIRect\20const&\29 -747:SkData::MakeWithProc\28void\20const*\2c\20unsigned\20long\2c\20void\20\28*\29\28void\20const*\2c\20void*\29\2c\20void*\29 -748:SkData::MakeUninitialized\28unsigned\20long\29 -749:SkDQuad::RootsValidT\28double\2c\20double\2c\20double\2c\20double*\29 -750:SkDLine::nearPoint\28SkDPoint\20const&\2c\20bool*\29\20const -751:SkColorSpaceXformSteps::apply\28float*\29\20const -752:SkCachedData::internalRef\28bool\29\20const -753:OT::GDEF::accelerator_t::mark_set_covers\28unsigned\20int\2c\20unsigned\20int\29\20const -754:GrSurface::RefCntedReleaseProc::~RefCntedReleaseProc\28\29 -755:GrStyle::initPathEffect\28sk_sp\29 -756:GrProcessor::operator\20delete\28void*\29 -757:GrColorSpaceXformEffect::onMakeProgramImpl\28\29\20const::Impl::~Impl\28\29 -758:GrBufferAllocPool::~GrBufferAllocPool\28\29_8910 -759:FT_Stream_Skip -760:AutoLayerForImageFilter::AutoLayerForImageFilter\28SkCanvas*\2c\20SkPaint\20const&\2c\20SkRect\20const*\2c\20bool\29 -761:std::__2::numpunct::thousands_sep\5babi:nn180100\5d\28\29\20const -762:std::__2::numpunct::grouping\5babi:nn180100\5d\28\29\20const -763:std::__2::ctype\20const&\20std::__2::use_facet\5babi:nn180100\5d>\28std::__2::locale\20const&\29 +742:SkJSONWriter::appendf\28char\20const*\2c\20...\29 +743:SkImageInfo::MakeA8\28int\2c\20int\29 +744:SkImageGenerator::onGetPixels\28SkImageInfo\20const&\2c\20void*\2c\20unsigned\20long\2c\20SkImageGenerator::Options\20const&\29 +745:SkIRect::join\28SkIRect\20const&\29 +746:SkData::MakeUninitialized\28unsigned\20long\29 +747:SkDQuad::RootsValidT\28double\2c\20double\2c\20double\2c\20double*\29 +748:SkDLine::nearPoint\28SkDPoint\20const&\2c\20bool*\29\20const +749:SkColorSpaceXformSteps::apply\28float*\29\20const +750:SkCachedData::internalRef\28bool\29\20const +751:OT::GDEF::accelerator_t::mark_set_covers\28unsigned\20int\2c\20unsigned\20int\29\20const +752:GrSurface::RefCntedReleaseProc::~RefCntedReleaseProc\28\29 +753:GrStyle::initPathEffect\28sk_sp\29 +754:GrProcessor::operator\20delete\28void*\29 +755:GrColorSpaceXformEffect::onMakeProgramImpl\28\29\20const::Impl::~Impl\28\29 +756:GrColorInfo::GrColorInfo\28GrColorType\2c\20SkAlphaType\2c\20sk_sp\29 +757:GrBufferAllocPool::~GrBufferAllocPool\28\29_8937 +758:FT_Stream_Skip +759:AutoLayerForImageFilter::AutoLayerForImageFilter\28SkCanvas*\2c\20SkPaint\20const&\2c\20SkRect\20const*\2c\20bool\29 +760:std::__2::numpunct::thousands_sep\5babi:nn180100\5d\28\29\20const +761:std::__2::numpunct::grouping\5babi:nn180100\5d\28\29\20const +762:std::__2::ctype\20const&\20std::__2::use_facet\5babi:nn180100\5d>\28std::__2::locale\20const&\29 +763:std::__2::basic_string\2c\20std::__2::allocator>::__set_short_size\5babi:nn180100\5d\28unsigned\20long\29 764:skia_png_malloc_warn 765:rewind\28GrTriangulator::EdgeList*\2c\20GrTriangulator::Vertex**\2c\20GrTriangulator::Vertex*\2c\20GrTriangulator::Comparator\20const&\29 766:cf2_stack_popInt 767:SkSL::TProgramVisitor::visitProgramElement\28SkSL::ProgramElement\20const&\29 768:SkSL::Analysis::IsCompileTimeConstant\28SkSL::Expression\20const&\29 769:SkRegion::setRect\28SkIRect\20const&\29 -770:SkPathBuilder::quadTo\28SkPoint\2c\20SkPoint\29 -771:SkPaint::setColorFilter\28sk_sp\29 -772:SkDrawBase::drawPath\28SkPath\20const&\2c\20SkPaint\20const&\2c\20SkMatrix\20const*\2c\20bool\2c\20SkDrawCoverage\2c\20SkBlitter*\29\20const +770:SkPaint::setColorFilter\28sk_sp\29 +771:SkImageGenerator::onIsValid\28SkRecorder*\29\20const +772:SkColorFilter::isAlphaUnchanged\28\29\20const 773:SkCodec::~SkCodec\28\29 774:SkAAClip::isRect\28\29\20const 775:GrSurface::ComputeSize\28GrBackendFormat\20const&\2c\20SkISize\2c\20int\2c\20skgpu::Mipmapped\2c\20bool\29 776:GrSimpleMeshDrawOpHelper::GrSimpleMeshDrawOpHelper\28GrProcessorSet*\2c\20GrAAType\2c\20GrSimpleMeshDrawOpHelper::InputFlags\29 777:GrGeometryProcessor::ProgramImpl::SetTransform\28GrGLSLProgramDataManager\20const&\2c\20GrShaderCaps\20const&\2c\20GrResourceHandle\20const&\2c\20SkMatrix\20const&\2c\20SkMatrix*\29 -778:GrColorInfo::GrColorInfo\28GrColorType\2c\20SkAlphaType\2c\20sk_sp\29 -779:GrBlendFragmentProcessor::Make\28std::__2::unique_ptr>\2c\20std::__2::unique_ptr>\2c\20SkBlendMode\2c\20bool\29 -780:FT_Stream_ExtractFrame -781:std::__2::ctype::widen\5babi:nn180100\5d\28char\29\20const -782:skia_png_malloc_base +778:GrBlendFragmentProcessor::Make\28std::__2::unique_ptr>\2c\20std::__2::unique_ptr>\2c\20SkBlendMode\2c\20bool\29 +779:FT_Stream_ExtractFrame +780:std::__2::ctype::widen\5babi:nn180100\5d\28char\29\20const +781:skia_png_malloc_base +782:skcpu::Draw::drawPath\28SkPath\20const&\2c\20SkPaint\20const&\2c\20SkMatrix\20const*\2c\20SkDrawCoverage\2c\20SkBlitter*\29\20const 783:skcms_TransferFunction_eval 784:pow -785:hb_ot_face_t::init0\28hb_face_t*\29 -786:hb_lockable_set_t::fini\28hb_mutex_t&\29 -787:__addtf3 -788:SkUTF::NextUTF8\28char\20const**\2c\20char\20const*\29 -789:SkTDStorage::reset\28\29 -790:SkSize\20skif::Mapping::map\28SkSize\20const&\2c\20SkMatrix\20const&\29 -791:SkSL::RP::Builder::label\28int\29 -792:SkSL::BinaryExpression::Make\28SkSL::Context\20const&\2c\20SkSL::Position\2c\20std::__2::unique_ptr>\2c\20SkSL::Operator\2c\20std::__2::unique_ptr>\29 -793:SkRuntimeEffect::MakeForColorFilter\28SkString\2c\20SkRuntimeEffect::Options\20const&\29 -794:SkReadBuffer::skip\28unsigned\20long\2c\20unsigned\20long\29 -795:SkPath::countVerbs\28\29\20const +785:hb_lockable_set_t::fini\28hb_mutex_t&\29 +786:__addtf3 +787:SkUTF::NextUTF8\28char\20const**\2c\20char\20const*\29 +788:SkTDStorage::reset\28\29 +789:SkSize\20skif::Mapping::map\28SkSize\20const&\2c\20SkMatrix\20const&\29 +790:SkSL::RP::Builder::label\28int\29 +791:SkSL::BinaryExpression::Make\28SkSL::Context\20const&\2c\20SkSL::Position\2c\20std::__2::unique_ptr>\2c\20SkSL::Operator\2c\20std::__2::unique_ptr>\29 +792:SkRuntimeEffect::MakeForColorFilter\28SkString\2c\20SkRuntimeEffect::Options\20const&\29 +793:SkReadBuffer::skip\28unsigned\20long\2c\20unsigned\20long\29 +794:SkPath::countVerbs\28\29\20const +795:SkPaint::asBlendMode\28\29\20const 796:SkMatrix::set9\28float\20const*\29 797:SkMatrix::mapRadius\28float\29\20const 798:SkMatrix::getMaxScale\28\29\20const @@ -812,118 +812,118 @@ 811:GrBufferAllocPool::reset\28\29 812:uprv_realloc_skia 813:std::__2::char_traits::assign\5babi:nn180100\5d\28wchar_t&\2c\20wchar_t\20const&\29 -814:std::__2::char_traits::copy\5babi:nn180100\5d\28char*\2c\20char\20const*\2c\20unsigned\20long\29 -815:std::__2::basic_string\2c\20std::__2::allocator>::begin\5babi:nn180100\5d\28\29 -816:std::__2::__next_prime\28unsigned\20long\29 -817:std::__2::__libcpp_snprintf_l\28char*\2c\20unsigned\20long\2c\20__locale_struct*\2c\20char\20const*\2c\20...\29 -818:skgpu::ganesh::SurfaceDrawContext::~SurfaceDrawContext\28\29 -819:skgpu::ganesh::AsView\28GrRecordingContext*\2c\20SkImage\20const*\2c\20skgpu::Mipmapped\2c\20GrImageTexGenPolicy\29 +814:std::__2::basic_string\2c\20std::__2::allocator>::begin\5babi:nn180100\5d\28\29 +815:std::__2::__next_prime\28unsigned\20long\29 +816:std::__2::__libcpp_snprintf_l\28char*\2c\20unsigned\20long\2c\20__locale_struct*\2c\20char\20const*\2c\20...\29 +817:skgpu::ganesh::SurfaceDrawContext::~SurfaceDrawContext\28\29 +818:skgpu::ganesh::AsView\28GrRecordingContext*\2c\20SkImage\20const*\2c\20skgpu::Mipmapped\2c\20GrImageTexGenPolicy\29 +819:skcms_PrimariesToXYZD50 820:sk_sp::~sk_sp\28\29 821:memchr 822:is_equal\28std::type_info\20const*\2c\20std::type_info\20const*\2c\20bool\29 -823:hb_lazy_loader_t\2c\20hb_face_t\2c\2025u\2c\20OT::GSUB_accelerator_t>::do_destroy\28OT::GSUB_accelerator_t*\29 -824:hb_buffer_t::sync\28\29 -825:cbrtf -826:__floatsitf -827:WebPSafeCalloc -828:StreamRemainingLengthIsBelow\28SkStream*\2c\20unsigned\20long\29 -829:SkSL::RP::Builder::swizzle\28int\2c\20SkSpan\29 -830:SkSL::Parser::expression\28\29 -831:SkRuntimeEffect::Uniform::sizeInBytes\28\29\20const -832:SkPath::isConvex\28\29\20const -833:SkImageFilter_Base::getChildOutputLayerBounds\28int\2c\20skif::Mapping\20const&\2c\20std::__2::optional>\29\20const -834:SkImageFilter_Base::getChildInputLayerBounds\28int\2c\20skif::Mapping\20const&\2c\20skif::LayerSpace\20const&\2c\20std::__2::optional>\29\20const -835:SkImageFilter_Base::SkImageFilter_Base\28sk_sp\20const*\2c\20int\2c\20std::__2::optional\29 -836:SkGlyph::path\28\29\20const -837:SkDQuad::ptAtT\28double\29\20const -838:SkDLine::exactPoint\28SkDPoint\20const&\29\20const -839:SkDConic::ptAtT\28double\29\20const -840:SkConic::chopIntoQuadsPOW2\28SkPoint*\2c\20int\29\20const -841:SkColorInfo::makeColorType\28SkColorType\29\20const -842:SkColorInfo::makeAlphaType\28SkAlphaType\29\20const -843:SkCanvas::restore\28\29 -844:SkCanvas::drawImage\28SkImage\20const*\2c\20float\2c\20float\2c\20SkSamplingOptions\20const&\2c\20SkPaint\20const*\29 -845:SkAAClip::Builder::addRun\28int\2c\20int\2c\20unsigned\20int\2c\20int\29 -846:GrSkSLFP::addChild\28std::__2::unique_ptr>\2c\20bool\29 -847:GrResourceProvider::findResourceByUniqueKey\28skgpu::UniqueKey\20const&\29 -848:GrQuad::MakeFromSkQuad\28SkPoint\20const*\2c\20SkMatrix\20const&\29 -849:GrGLSLShaderBuilder::appendTextureLookup\28SkString*\2c\20GrResourceHandle\2c\20char\20const*\29\20const -850:GrFragmentProcessors::Make\28SkShader\20const*\2c\20GrFPArgs\20const&\2c\20SkShaders::MatrixRec\20const&\29 -851:GrFragmentProcessor::cloneAndRegisterAllChildProcessors\28GrFragmentProcessor\20const&\29 -852:GrFragmentProcessor::SwizzleOutput\28std::__2::unique_ptr>\2c\20skgpu::Swizzle\20const&\29::SwizzleFragmentProcessor::~SwizzleFragmentProcessor\28\29 -853:GrBackendFormat::GrBackendFormat\28GrBackendFormat\20const&\29 -854:AutoFTAccess::AutoFTAccess\28SkTypeface_FreeType\20const*\29 -855:AlmostPequalUlps\28float\2c\20float\29 -856:AAT::Lookup>::get_value\28unsigned\20int\2c\20unsigned\20int\29\20const -857:void\20AAT::Lookup::collect_glyphs\28hb_bit_set_t&\2c\20unsigned\20int\29\20const -858:strchr -859:std::__2::pair>*\20std::__2::vector>\2c\20std::__2::allocator>>>::__emplace_back_slow_path>\28unsigned\20int\20const&\2c\20sk_sp&&\29 -860:std::__2::ctype::is\5babi:nn180100\5d\28unsigned\20long\2c\20char\29\20const -861:std::__2::basic_string\2c\20std::__2::allocator>::basic_string\5babi:ne180100\5d<0>\28char\20const*\29 -862:std::__2::basic_string\2c\20std::__2::allocator>::__set_long_cap\5babi:nn180100\5d\28unsigned\20long\29 -863:snprintf -864:skia_png_reset_crc -865:skia_png_benign_error -866:skgpu::ganesh::SurfaceContext::drawingManager\28\29 -867:hb_buffer_t::sync_so_far\28\29 -868:hb_buffer_t::move_to\28unsigned\20int\29 -869:VP8ExitCritical -870:SkTDStorage::resize\28int\29 -871:SkStrokeRec::SkStrokeRec\28SkPaint\20const&\2c\20float\29 -872:SkStream::readPackedUInt\28unsigned\20long*\29 -873:SkSL::Type::coercionCost\28SkSL::Type\20const&\29\20const -874:SkSL::Type::clone\28SkSL::Context\20const&\2c\20SkSL::SymbolTable*\29\20const -875:SkSL::RP::Generator::writeStatement\28SkSL::Statement\20const&\29 -876:SkSL::Parser::operatorRight\28SkSL::Parser::AutoDepth&\2c\20SkSL::OperatorKind\2c\20std::__2::unique_ptr>\20\28SkSL::Parser::*\29\28\29\2c\20std::__2::unique_ptr>&\29 -877:SkRuntimeEffectBuilder::writableUniformData\28\29 -878:SkRuntimeEffect::findUniform\28std::__2::basic_string_view>\29\20const -879:SkRegion::Cliperator::next\28\29 -880:SkRegion::Cliperator::Cliperator\28SkRegion\20const&\2c\20SkIRect\20const&\29 -881:SkReadBuffer::skip\28unsigned\20long\29 -882:SkReadBuffer::readFlattenable\28SkFlattenable::Type\29 -883:SkRRect::setOval\28SkRect\20const&\29 -884:SkRRect::initializeRect\28SkRect\20const&\29 -885:SkRGBA4f<\28SkAlphaType\293>::toSkColor\28\29\20const -886:SkPathBuilder::close\28\29 -887:SkPaint::operator=\28SkPaint&&\29 -888:SkPaint::asBlendMode\28\29\20const -889:SkMatrix::preTranslate\28float\2c\20float\29 +823:hb_ot_face_t::init0\28hb_face_t*\29 +824:hb_lazy_loader_t\2c\20hb_face_t\2c\2025u\2c\20OT::GSUB_accelerator_t>::do_destroy\28OT::GSUB_accelerator_t*\29 +825:hb_buffer_t::sync\28\29 +826:cbrtf +827:__floatsitf +828:WebPSafeCalloc +829:StreamRemainingLengthIsBelow\28SkStream*\2c\20unsigned\20long\29 +830:SkSL::RP::Builder::swizzle\28int\2c\20SkSpan\29 +831:SkSL::Parser::expression\28\29 +832:SkRuntimeEffect::Uniform::sizeInBytes\28\29\20const +833:SkPathIter::next\28\29 +834:SkImageFilter_Base::getChildOutputLayerBounds\28int\2c\20skif::Mapping\20const&\2c\20std::__2::optional>\29\20const +835:SkImageFilter_Base::getChildInputLayerBounds\28int\2c\20skif::Mapping\20const&\2c\20skif::LayerSpace\20const&\2c\20std::__2::optional>\29\20const +836:SkImageFilter_Base::SkImageFilter_Base\28sk_sp\20const*\2c\20int\2c\20std::__2::optional\29 +837:SkGlyph::path\28\29\20const +838:SkDQuad::ptAtT\28double\29\20const +839:SkDLine::exactPoint\28SkDPoint\20const&\29\20const +840:SkDConic::ptAtT\28double\29\20const +841:SkConic::chopIntoQuadsPOW2\28SkPoint*\2c\20int\29\20const +842:SkColorInfo::makeColorType\28SkColorType\29\20const +843:SkColorInfo::makeAlphaType\28SkAlphaType\29\20const +844:SkCanvas::restore\28\29 +845:SkCanvas::drawImage\28SkImage\20const*\2c\20float\2c\20float\2c\20SkSamplingOptions\20const&\2c\20SkPaint\20const*\29 +846:SkAAClip::Builder::addRun\28int\2c\20int\2c\20unsigned\20int\2c\20int\29 +847:GrSkSLFP::addChild\28std::__2::unique_ptr>\2c\20bool\29 +848:GrResourceProvider::findResourceByUniqueKey\28skgpu::UniqueKey\20const&\29 +849:GrQuad::MakeFromSkQuad\28SkPoint\20const*\2c\20SkMatrix\20const&\29 +850:GrGLSLShaderBuilder::appendTextureLookup\28SkString*\2c\20GrResourceHandle\2c\20char\20const*\29\20const +851:GrFragmentProcessors::Make\28SkShader\20const*\2c\20GrFPArgs\20const&\2c\20SkShaders::MatrixRec\20const&\29 +852:GrFragmentProcessor::cloneAndRegisterAllChildProcessors\28GrFragmentProcessor\20const&\29 +853:GrFragmentProcessor::SwizzleOutput\28std::__2::unique_ptr>\2c\20skgpu::Swizzle\20const&\29::SwizzleFragmentProcessor::~SwizzleFragmentProcessor\28\29 +854:GrBackendFormat::GrBackendFormat\28GrBackendFormat\20const&\29 +855:AutoFTAccess::AutoFTAccess\28SkTypeface_FreeType\20const*\29 +856:AlmostPequalUlps\28float\2c\20float\29 +857:AAT::Lookup>::get_value\28unsigned\20int\2c\20unsigned\20int\29\20const +858:xyz_almost_equal\28skcms_Matrix3x3\20const&\2c\20skcms_Matrix3x3\20const&\29 +859:void\20AAT::Lookup::collect_glyphs\28hb_bit_set_t&\2c\20unsigned\20int\29\20const +860:strchr +861:std::__2::pair>*\20std::__2::vector>\2c\20std::__2::allocator>>>::__emplace_back_slow_path>\28unsigned\20int\20const&\2c\20sk_sp&&\29 +862:std::__2::ctype::is\5babi:nn180100\5d\28unsigned\20long\2c\20char\29\20const +863:std::__2::basic_string\2c\20std::__2::allocator>::basic_string\5babi:ne180100\5d<0>\28char\20const*\29 +864:snprintf +865:skia_png_reset_crc +866:skia_png_benign_error +867:skgpu::ganesh::SurfaceContext::drawingManager\28\29 +868:skcms_TransferFunction_invert +869:skcms_TransferFunction_getType +870:hb_buffer_t::sync_so_far\28\29 +871:hb_buffer_t::move_to\28unsigned\20int\29 +872:VP8ExitCritical +873:SkTDStorage::resize\28int\29 +874:SkStrokeRec::SkStrokeRec\28SkPaint\20const&\2c\20float\29 +875:SkStream::readPackedUInt\28unsigned\20long*\29 +876:SkSL::Type::coercionCost\28SkSL::Type\20const&\29\20const +877:SkSL::Type::clone\28SkSL::Context\20const&\2c\20SkSL::SymbolTable*\29\20const +878:SkSL::RP::Generator::writeStatement\28SkSL::Statement\20const&\29 +879:SkSL::Parser::operatorRight\28SkSL::Parser::AutoDepth&\2c\20SkSL::OperatorKind\2c\20std::__2::unique_ptr>\20\28SkSL::Parser::*\29\28\29\2c\20std::__2::unique_ptr>&\29 +880:SkRuntimeEffectBuilder::writableUniformData\28\29 +881:SkRuntimeEffect::findUniform\28std::__2::basic_string_view>\29\20const +882:SkRegion::Cliperator::next\28\29 +883:SkRegion::Cliperator::Cliperator\28SkRegion\20const&\2c\20SkIRect\20const&\29 +884:SkReadBuffer::skip\28unsigned\20long\29 +885:SkReadBuffer::readFlattenable\28SkFlattenable::Type\29 +886:SkRRect::setOval\28SkRect\20const&\29 +887:SkRRect::initializeRect\28SkRect\20const&\29 +888:SkRGBA4f<\28SkAlphaType\293>::toSkColor\28\29\20const +889:SkPaint::operator=\28SkPaint&&\29 890:SkImageFilter_Base::getFlattenableType\28\29\20const 891:SkConic::computeQuadPOW2\28float\29\20const -892:SkColorSpace::MakeRGB\28skcms_TransferFunction\20const&\2c\20skcms_Matrix3x3\20const&\29 -893:SkCanvas::translate\28float\2c\20float\29 -894:SkCanvas::drawPath\28SkPath\20const&\2c\20SkPaint\20const&\29 -895:SkAAClip::quickContains\28int\2c\20int\2c\20int\2c\20int\29\20const -896:OT::hb_ot_apply_context_t::hb_ot_apply_context_t\28unsigned\20int\2c\20hb_font_t*\2c\20hb_buffer_t*\2c\20hb_blob_t*\29 -897:GrStyledShape::GrStyledShape\28GrStyledShape\20const&\29 -898:GrOpFlushState::caps\28\29\20const -899:GrGeometryProcessor::ProgramImpl::WriteLocalCoord\28GrGLSLVertexBuilder*\2c\20GrGLSLUniformHandler*\2c\20GrShaderCaps\20const&\2c\20GrGeometryProcessor::ProgramImpl::GrGPArgs*\2c\20GrShaderVar\2c\20SkMatrix\20const&\2c\20GrResourceHandle*\29 -900:GrGLTextureParameters::SamplerOverriddenState::SamplerOverriddenState\28\29 -901:GrGLGpu::deleteFramebuffer\28unsigned\20int\29 -902:GrDrawOpAtlas::~GrDrawOpAtlas\28\29 -903:FT_Get_Module -904:Cr_z__tr_flush_block -905:AlmostBequalUlps\28float\2c\20float\29 -906:std::__2::pair::type\2c\20std::__2::__unwrap_ref_decay::type>\20std::__2::make_pair\5babi:nn180100\5d\28char\20const*&&\2c\20char*&&\29 -907:std::__2::numpunct::truename\5babi:nn180100\5d\28\29\20const -908:std::__2::moneypunct::do_grouping\28\29\20const -909:std::__2::locale::use_facet\28std::__2::locale::id&\29\20const -910:std::__2::ctype::is\5babi:nn180100\5d\28unsigned\20long\2c\20wchar_t\29\20const +892:SkCanvas::translate\28float\2c\20float\29 +893:SkCanvas::drawPath\28SkPath\20const&\2c\20SkPaint\20const&\29 +894:SkAAClip::quickContains\28int\2c\20int\2c\20int\2c\20int\29\20const +895:OT::hb_ot_apply_context_t::hb_ot_apply_context_t\28unsigned\20int\2c\20hb_font_t*\2c\20hb_buffer_t*\2c\20hb_blob_t*\29 +896:GrStyledShape::GrStyledShape\28GrStyledShape\20const&\29 +897:GrOpFlushState::caps\28\29\20const +898:GrGeometryProcessor::ProgramImpl::WriteLocalCoord\28GrGLSLVertexBuilder*\2c\20GrGLSLUniformHandler*\2c\20GrShaderCaps\20const&\2c\20GrGeometryProcessor::ProgramImpl::GrGPArgs*\2c\20GrShaderVar\2c\20SkMatrix\20const&\2c\20GrResourceHandle*\29 +899:GrGLTextureParameters::SamplerOverriddenState::SamplerOverriddenState\28\29 +900:GrGLGpu::deleteFramebuffer\28unsigned\20int\29 +901:GrDrawOpAtlas::~GrDrawOpAtlas\28\29 +902:FT_Get_Module +903:Cr_z__tr_flush_block +904:AlmostBequalUlps\28float\2c\20float\29 +905:std::__2::pair::type\2c\20std::__2::__unwrap_ref_decay::type>\20std::__2::make_pair\5babi:nn180100\5d\28char\20const*&&\2c\20char*&&\29 +906:std::__2::numpunct::truename\5babi:nn180100\5d\28\29\20const +907:std::__2::moneypunct::do_grouping\28\29\20const +908:std::__2::locale::use_facet\28std::__2::locale::id&\29\20const +909:std::__2::ctype::is\5babi:nn180100\5d\28unsigned\20long\2c\20wchar_t\29\20const +910:std::__2::char_traits::copy\5babi:nn180100\5d\28char*\2c\20char\20const*\2c\20unsigned\20long\29 911:std::__2::basic_string\2c\20std::__2::allocator>::empty\5babi:nn180100\5d\28\29\20const -912:sktext::gpu::BagOfBytes::needMoreBytes\28int\2c\20int\29 -913:skia_png_save_int_32 -914:skia_png_safecat -915:skia_png_gamma_significant -916:skgpu::ganesh::SurfaceContext::readPixels\28GrDirectContext*\2c\20GrPixmap\2c\20SkIPoint\29 -917:skcms_TransferFunction_getType -918:hb_font_get_nominal_glyph -919:hb_buffer_t::clear_output\28\29 -920:expf -921:emscripten::internal::MethodInvoker::invoke\28void\20\28SkCanvas::*\20const&\29\28SkPaint\20const&\29\2c\20SkCanvas*\2c\20SkPaint*\29 -922:emscripten::internal::FunctionInvoker::invoke\28unsigned\20long\20\28**\29\28GrDirectContext&\29\2c\20GrDirectContext*\29 -923:cff_parse_num -924:\28anonymous\20namespace\29::write_trc_tag\28skcms_Curve\20const&\29 -925:SkWStream::writeScalarAsText\28float\29 +912:std::__2::basic_string\2c\20std::__2::allocator>::__set_long_cap\5babi:nn180100\5d\28unsigned\20long\29 +913:sktext::gpu::BagOfBytes::needMoreBytes\28int\2c\20int\29 +914:skia_png_save_int_32 +915:skia_png_safecat +916:skia_png_gamma_significant +917:skgpu::ganesh::SurfaceContext::readPixels\28GrDirectContext*\2c\20GrPixmap\2c\20SkIPoint\29 +918:llroundf +919:hb_font_get_nominal_glyph +920:hb_buffer_t::clear_output\28\29 +921:expf +922:emscripten::internal::MethodInvoker::invoke\28void\20\28SkCanvas::*\20const&\29\28SkPaint\20const&\29\2c\20SkCanvas*\2c\20SkPaint*\29 +923:emscripten::internal::FunctionInvoker::invoke\28unsigned\20long\20\28**\29\28GrDirectContext&\29\2c\20GrDirectContext*\29 +924:cff_parse_num +925:\28anonymous\20namespace\29::write_trc_tag\28skcms_Curve\20const&\29 926:SkTSect::SkTSect\28SkTCurve\20const&\29 927:SkString::set\28char\20const*\2c\20unsigned\20long\29 928:SkSL::SymbolTable::addWithoutOwnership\28SkSL::Context\20const&\2c\20SkSL::Symbol*\29 @@ -933,29 +933,29 @@ 932:SkSL::Parser::expectIdentifier\28SkSL::Token*\29 933:SkSL::Expression::description\28\29\20const 934:SkResourceCache::Key::init\28void*\2c\20unsigned\20long\20long\2c\20unsigned\20long\29 -935:SkPathRef::CreateEmpty\28\29 -936:SkNoDestructor::SkNoDestructor\28SkSL::String::Separator\28\29::Output&&\29 -937:SkMatrix::isSimilarity\28float\29\20const -938:SkMasks::getAlpha\28unsigned\20int\29\20const -939:SkImageFilters::Crop\28SkRect\20const&\2c\20SkTileMode\2c\20sk_sp\29 -940:SkImageFilter_Base::getChildOutput\28int\2c\20skif::Context\20const&\29\20const -941:SkIDChangeListener::List::List\28\29 -942:SkData::MakeFromMalloc\28void\20const*\2c\20unsigned\20long\29 -943:SkDRect::setBounds\28SkTCurve\20const&\29 -944:SkColorSpace::Equals\28SkColorSpace\20const*\2c\20SkColorSpace\20const*\29 -945:SkColorFilter::isAlphaUnchanged\28\29\20const -946:SkChopCubicAt\28SkPoint\20const*\2c\20SkPoint*\2c\20float\29 -947:SafeDecodeSymbol -948:PS_Conv_ToFixed -949:GrTriangulator::Line::intersect\28GrTriangulator::Line\20const&\2c\20SkPoint*\29\20const -950:GrSimpleMeshDrawOpHelper::isCompatible\28GrSimpleMeshDrawOpHelper\20const&\2c\20GrCaps\20const&\2c\20SkRect\20const&\2c\20SkRect\20const&\2c\20bool\29\20const -951:GrOpsRenderPass::bindBuffers\28sk_sp\2c\20sk_sp\2c\20sk_sp\2c\20GrPrimitiveRestart\29 -952:GrImageInfo::GrImageInfo\28GrColorType\2c\20SkAlphaType\2c\20sk_sp\2c\20SkISize\20const&\29 -953:GrGLSLShaderBuilder::appendTextureLookup\28GrResourceHandle\2c\20char\20const*\2c\20GrGLSLColorSpaceXformHelper*\29 -954:GrColorInfo::GrColorInfo\28SkColorInfo\20const&\29 -955:FT_Stream_Read -956:FT_Activate_Size -957:AlmostDequalUlps\28double\2c\20double\29 +935:SkNoDestructor::SkNoDestructor\28SkSL::String::Separator\28\29::Output&&\29 +936:SkMatrix::isSimilarity\28float\29\20const +937:SkMasks::getAlpha\28unsigned\20int\29\20const +938:SkImageFilters::Crop\28SkRect\20const&\2c\20SkTileMode\2c\20sk_sp\29 +939:SkImageFilter_Base::getChildOutput\28int\2c\20skif::Context\20const&\29\20const +940:SkIDChangeListener::List::List\28\29 +941:SkData::MakeFromMalloc\28void\20const*\2c\20unsigned\20long\29 +942:SkDRect::setBounds\28SkTCurve\20const&\29 +943:SkColorSpace::MakeRGB\28skcms_TransferFunction\20const&\2c\20skcms_Matrix3x3\20const&\29 +944:SkChopCubicAt\28SkPoint\20const*\2c\20SkPoint*\2c\20float\29 +945:SafeDecodeSymbol +946:PS_Conv_ToFixed +947:GrTriangulator::Line::intersect\28GrTriangulator::Line\20const&\2c\20SkPoint*\29\20const +948:GrSimpleMeshDrawOpHelper::isCompatible\28GrSimpleMeshDrawOpHelper\20const&\2c\20GrCaps\20const&\2c\20SkRect\20const&\2c\20SkRect\20const&\2c\20bool\29\20const +949:GrOpsRenderPass::bindBuffers\28sk_sp\2c\20sk_sp\2c\20sk_sp\2c\20GrPrimitiveRestart\29 +950:GrImageInfo::GrImageInfo\28GrColorType\2c\20SkAlphaType\2c\20sk_sp\2c\20SkISize\20const&\29 +951:GrGLSLShaderBuilder::appendTextureLookup\28GrResourceHandle\2c\20char\20const*\2c\20GrGLSLColorSpaceXformHelper*\29 +952:GrColorInfo::GrColorInfo\28SkColorInfo\20const&\29 +953:FT_Stream_Read +954:FT_Activate_Size +955:AlmostDequalUlps\28double\2c\20double\29 +956:719 +957:720 958:721 959:unsigned\20int\20std::__2::__sort3\5babi:ne180100\5d\28\28anonymous\20namespace\29::Entry*\2c\20\28anonymous\20namespace\29::Entry*\2c\20\28anonymous\20namespace\29::Entry*\2c\20\28anonymous\20namespace\29::EntryComparator&\29 960:tt_face_get_name @@ -971,161 +971,161 @@ 970:llround 971:hb_ot_layout_lookup_would_substitute 972:ft_module_get_service -973:__sindf -974:__shlim -975:__cosdf -976:SkTiff::ImageFileDirectory::getEntryValuesGeneric\28unsigned\20short\2c\20unsigned\20short\2c\20unsigned\20int\2c\20void*\29\20const -977:SkTDStorage::removeShuffle\28int\29 -978:SkSurface::getCanvas\28\29 -979:SkSL::cast_expression\28SkSL::Context\20const&\2c\20SkSL::Position\2c\20SkSL::Expression\20const&\2c\20SkSL::Type\20const&\29 -980:SkSL::\28anonymous\20namespace\29::ProgramUsageVisitor::visitType\28SkSL::Type\20const&\29 -981:SkSL::Variable::initialValue\28\29\20const -982:SkSL::SymbolTable::addArrayDimension\28SkSL::Context\20const&\2c\20SkSL::Type\20const*\2c\20int\29 -983:SkSL::StringStream::str\28\29\20const -984:SkSL::RP::Program::appendCopy\28skia_private::TArray*\2c\20SkArenaAlloc*\2c\20std::byte*\2c\20SkSL::RP::ProgramOp\2c\20unsigned\20int\2c\20int\2c\20unsigned\20int\2c\20int\2c\20int\29\20const -985:SkSL::RP::Generator::makeLValue\28SkSL::Expression\20const&\2c\20bool\29 -986:SkSL::GLSLCodeGenerator::writeStatement\28SkSL::Statement\20const&\29 -987:SkSL::Analysis::UpdateVariableRefKind\28SkSL::Expression*\2c\20SkSL::VariableRefKind\2c\20SkSL::ErrorReporter*\29 -988:SkRegion::setEmpty\28\29 -989:SkRasterPipeline::run\28unsigned\20long\2c\20unsigned\20long\2c\20unsigned\20long\2c\20unsigned\20long\29\20const -990:SkRasterPipeline::appendLoadDst\28SkColorType\2c\20SkRasterPipelineContexts::MemoryCtx\20const*\29 -991:SkRRect::setRectRadii\28SkRect\20const&\2c\20SkPoint\20const*\29 -992:SkPointPriv::DistanceToLineSegmentBetweenSqd\28SkPoint\20const&\2c\20SkPoint\20const&\2c\20SkPoint\20const&\29 -993:SkPictureRecorder::~SkPictureRecorder\28\29 -994:SkPathBuilder::cubicTo\28SkPoint\2c\20SkPoint\2c\20SkPoint\29 -995:SkPathBuilder::conicTo\28SkPoint\2c\20SkPoint\2c\20float\29 -996:SkPath::arcTo\28SkRect\20const&\2c\20float\2c\20float\2c\20bool\29 +973:classify\28skcms_TransferFunction\20const&\2c\20TF_PQish*\2c\20TF_HLGish*\29 +974:__sindf +975:__shlim +976:__cosdf +977:SkTiff::ImageFileDirectory::getEntryValuesGeneric\28unsigned\20short\2c\20unsigned\20short\2c\20unsigned\20int\2c\20void*\29\20const +978:SkTDStorage::removeShuffle\28int\29 +979:SkSurface::getCanvas\28\29 +980:SkSL::cast_expression\28SkSL::Context\20const&\2c\20SkSL::Position\2c\20SkSL::Expression\20const&\2c\20SkSL::Type\20const&\29 +981:SkSL::\28anonymous\20namespace\29::ProgramUsageVisitor::visitType\28SkSL::Type\20const&\29 +982:SkSL::Variable::initialValue\28\29\20const +983:SkSL::SymbolTable::addArrayDimension\28SkSL::Context\20const&\2c\20SkSL::Type\20const*\2c\20int\29 +984:SkSL::StringStream::str\28\29\20const +985:SkSL::RP::Program::appendCopy\28skia_private::TArray*\2c\20SkArenaAlloc*\2c\20std::byte*\2c\20SkSL::RP::ProgramOp\2c\20unsigned\20int\2c\20int\2c\20unsigned\20int\2c\20int\2c\20int\29\20const +986:SkSL::RP::Generator::makeLValue\28SkSL::Expression\20const&\2c\20bool\29 +987:SkSL::GLSLCodeGenerator::writeStatement\28SkSL::Statement\20const&\29 +988:SkSL::Analysis::UpdateVariableRefKind\28SkSL::Expression*\2c\20SkSL::VariableRefKind\2c\20SkSL::ErrorReporter*\29 +989:SkRegion::setEmpty\28\29 +990:SkRasterPipeline::run\28unsigned\20long\2c\20unsigned\20long\2c\20unsigned\20long\2c\20unsigned\20long\29\20const +991:SkRasterPipeline::appendLoadDst\28SkColorType\2c\20SkRasterPipelineContexts::MemoryCtx\20const*\29 +992:SkRRect::setRectRadii\28SkRect\20const&\2c\20SkPoint\20const*\29 +993:SkPointPriv::DistanceToLineSegmentBetweenSqd\28SkPoint\20const&\2c\20SkPoint\20const&\2c\20SkPoint\20const&\29 +994:SkPictureRecorder::~SkPictureRecorder\28\29 +995:SkPath::isConvex\28\29\20const +996:SkPath::conicTo\28float\2c\20float\2c\20float\2c\20float\2c\20float\29 997:SkPaint::setImageFilter\28sk_sp\29 998:SkOpSpanBase::contains\28SkOpSegment\20const*\29\20const 999:SkOpContourBuilder::flush\28\29 1000:SkMipmap::ComputeLevelCount\28int\2c\20int\29 -1001:SkMatrix::mapPointsToHomogeneous\28SkSpan\2c\20SkSpan\29\20const -1002:SkMask::computeImageSize\28\29\20const -1003:SkKnownRuntimeEffects::GetKnownRuntimeEffect\28SkKnownRuntimeEffects::StableKey\29 -1004:SkIDChangeListener::List::~List\28\29 -1005:SkIDChangeListener::List::changed\28\29 -1006:SkColorTypeIsAlwaysOpaque\28SkColorType\29 -1007:SkColorFilter::filterColor4f\28SkRGBA4f<\28SkAlphaType\293>\20const&\2c\20SkColorSpace*\2c\20SkColorSpace*\29\20const -1008:SkCodec::applyColorXform\28void*\2c\20void\20const*\2c\20int\29\20const -1009:SkBitmapCache::Rec::getKey\28\29\20const -1010:SkBitmap::peekPixels\28SkPixmap*\29\20const -1011:SkAutoPixmapStorage::SkAutoPixmapStorage\28\29 -1012:RunBasedAdditiveBlitter::flush\28\29 -1013:GrSurface::onRelease\28\29 -1014:GrStyledShape::unstyledKeySize\28\29\20const -1015:GrShape::convex\28bool\29\20const -1016:GrRenderTargetProxy::arenas\28\29 -1017:GrRecordingContext::threadSafeCache\28\29 -1018:GrProxyProvider::caps\28\29\20const -1019:GrOp::GrOp\28unsigned\20int\29 -1020:GrMakeUncachedBitmapProxyView\28GrRecordingContext*\2c\20SkBitmap\20const&\2c\20skgpu::Mipmapped\2c\20SkBackingFit\2c\20skgpu::Budgeted\29 -1021:GrGpuResource::hasRef\28\29\20const -1022:GrGLSLShaderBuilder::getMangledFunctionName\28char\20const*\29 -1023:GrGLSLProgramBuilder::nameVariable\28char\2c\20char\20const*\2c\20bool\29 -1024:GrGLGpu::bindBuffer\28GrGpuBufferType\2c\20GrBuffer\20const*\29 -1025:GrGLAttribArrayState::set\28GrGLGpu*\2c\20int\2c\20GrBuffer\20const*\2c\20GrVertexAttribType\2c\20SkSLType\2c\20int\2c\20unsigned\20long\2c\20int\29 -1026:GrAAConvexTessellator::Ring::computeNormals\28GrAAConvexTessellator\20const&\29 -1027:GrAAConvexTessellator::Ring::computeBisectors\28GrAAConvexTessellator\20const&\29 -1028:Cr_z_adler32 -1029:792 -1030:793 -1031:vsnprintf -1032:top12 -1033:toSkImageInfo\28SimpleImageInfo\20const&\29 -1034:std::__2::vector>::__destroy_vector::__destroy_vector\5babi:nn180100\5d\28std::__2::vector>&\29 -1035:std::__2::basic_string\2c\20std::__2::allocator>::operator=\5babi:nn180100\5d\28std::__2::basic_string\2c\20std::__2::allocator>&&\29 -1036:std::__2::basic_string\2c\20std::__2::allocator>\20std::__2::operator+\2c\20std::__2::allocator>\28char\20const*\2c\20std::__2::basic_string\2c\20std::__2::allocator>\20const&\29 -1037:std::__2::__tree\2c\20std::__2::__map_value_compare\2c\20std::__2::less\2c\20true>\2c\20std::__2::allocator>>::destroy\28std::__2::__tree_node\2c\20void*>*\29 -1038:std::__2::__num_put_base::__identify_padding\28char*\2c\20char*\2c\20std::__2::ios_base\20const&\29 -1039:std::__2::__num_get_base::__get_base\28std::__2::ios_base&\29 -1040:std::__2::__libcpp_asprintf_l\28char**\2c\20__locale_struct*\2c\20char\20const*\2c\20...\29 -1041:skia_private::THashTable::Traits>::removeSlot\28int\29 -1042:skia_png_zstream_error -1043:skia::textlayout::TextLine::iterateThroughVisualRuns\28bool\2c\20std::__2::function\2c\20float*\29>\20const&\29\20const -1044:skia::textlayout::ParagraphImpl::cluster\28unsigned\20long\29 -1045:skia::textlayout::Cluster::runOrNull\28\29\20const -1046:skgpu::ganesh::SurfaceFillContext::replaceOpsTask\28\29 -1047:int\20std::__2::__get_up_to_n_digits\5babi:nn180100\5d>>\28std::__2::istreambuf_iterator>&\2c\20std::__2::istreambuf_iterator>\2c\20unsigned\20int&\2c\20std::__2::ctype\20const&\2c\20int\29 -1048:int\20std::__2::__get_up_to_n_digits\5babi:nn180100\5d>>\28std::__2::istreambuf_iterator>&\2c\20std::__2::istreambuf_iterator>\2c\20unsigned\20int&\2c\20std::__2::ctype\20const&\2c\20int\29 -1049:hb_serialize_context_t::pop_pack\28bool\29 -1050:hb_sanitize_context_t::return_t\20OT::Paint::dispatch\28hb_sanitize_context_t*\29\20const -1051:hb_buffer_reverse -1052:hb_blob_t*\20hb_data_wrapper_t::call_create>\28\29\20const -1053:afm_parser_read_vals -1054:__extenddftf2 -1055:\28anonymous\20namespace\29::colrv1_traverse_paint_bounds\28SkMatrix*\2c\20SkRect*\2c\20FT_FaceRec_*\2c\20FT_Opaque_Paint_\2c\20skia_private::THashSet*\29 -1056:\28anonymous\20namespace\29::colrv1_traverse_paint\28SkCanvas*\2c\20SkSpan\20const&\2c\20unsigned\20int\2c\20FT_FaceRec_*\2c\20FT_Opaque_Paint_\2c\20skia_private::THashSet*\29 -1057:\28anonymous\20namespace\29::colrv1_transform\28FT_FaceRec_*\2c\20FT_COLR_Paint_\20const&\2c\20SkCanvas*\2c\20SkMatrix*\29 -1058:WebPRescalerImport -1059:SkString::Rec::Make\28char\20const*\2c\20unsigned\20long\29::$_0::operator\28\29\28\29\20const -1060:SkStrike::digestFor\28skglyph::ActionType\2c\20SkPackedGlyphID\29 -1061:SkSL::compile_and_shrink\28SkSL::Compiler*\2c\20SkSL::ProgramKind\2c\20SkSL::ModuleType\2c\20std::__2::basic_string\2c\20std::__2::allocator>\2c\20SkSL::Module\20const*\29 -1062:SkSL::VariableReference::VariableReference\28SkSL::Position\2c\20SkSL::Variable\20const*\2c\20SkSL::VariableRefKind\29 -1063:SkSL::SymbolTable::lookup\28SkSL::SymbolTable::SymbolKey\20const&\29\20const -1064:SkSL::ProgramUsage::get\28SkSL::Variable\20const&\29\20const -1065:SkSL::Inliner::inlineStatement\28SkSL::Position\2c\20skia_private::THashMap>\2c\20SkGoodHash>*\2c\20SkSL::SymbolTable*\2c\20std::__2::unique_ptr>*\2c\20SkSL::Analysis::ReturnComplexity\2c\20SkSL::Statement\20const&\2c\20SkSL::ProgramUsage\20const&\2c\20bool\29 -1066:SkSL::InlineCandidateAnalyzer::visitExpression\28std::__2::unique_ptr>*\29 -1067:SkSL::GetModuleData\28SkSL::ModuleType\2c\20char\20const*\29 -1068:SkSL::GLSLCodeGenerator::write\28std::__2::basic_string_view>\29 -1069:SkSL::GLSLCodeGenerator::getTypePrecision\28SkSL::Type\20const&\29 -1070:SkReadBuffer::readByteArray\28void*\2c\20unsigned\20long\29 -1071:SkRBuffer::read\28void*\2c\20unsigned\20long\29 -1072:SkPictureData::optionalPaint\28SkReadBuffer*\29\20const -1073:SkPath::quadTo\28float\2c\20float\2c\20float\2c\20float\29 -1074:SkPath::isRect\28SkRect*\2c\20bool*\2c\20SkPathDirection*\29\20const -1075:SkPath::getGenerationID\28\29\20const -1076:SkPath::cubicTo\28float\2c\20float\2c\20float\2c\20float\2c\20float\2c\20float\29 +1001:SkMatrix::reset\28\29 +1002:SkMatrix::preTranslate\28float\2c\20float\29 +1003:SkMatrix::preScale\28float\2c\20float\29 +1004:SkMatrix::mapPointsToHomogeneous\28SkSpan\2c\20SkSpan\29\20const +1005:SkMask::computeImageSize\28\29\20const +1006:SkKnownRuntimeEffects::GetKnownRuntimeEffect\28SkKnownRuntimeEffects::StableKey\29 +1007:SkIDChangeListener::List::~List\28\29 +1008:SkIDChangeListener::List::changed\28\29 +1009:SkColorTypeIsAlwaysOpaque\28SkColorType\29 +1010:SkColorSpace::Equals\28SkColorSpace\20const*\2c\20SkColorSpace\20const*\29 +1011:SkColorFilter::filterColor4f\28SkRGBA4f<\28SkAlphaType\293>\20const&\2c\20SkColorSpace*\2c\20SkColorSpace*\29\20const +1012:SkCodec::applyColorXform\28void*\2c\20void\20const*\2c\20int\29\20const +1013:SkBitmapCache::Rec::getKey\28\29\20const +1014:SkBitmap::peekPixels\28SkPixmap*\29\20const +1015:SkAutoPixmapStorage::SkAutoPixmapStorage\28\29 +1016:RunBasedAdditiveBlitter::flush\28\29 +1017:GrSurface::onRelease\28\29 +1018:GrStyledShape::unstyledKeySize\28\29\20const +1019:GrShape::convex\28bool\29\20const +1020:GrRenderTargetProxy::arenas\28\29 +1021:GrRecordingContext::threadSafeCache\28\29 +1022:GrProxyProvider::caps\28\29\20const +1023:GrOp::GrOp\28unsigned\20int\29 +1024:GrMakeUncachedBitmapProxyView\28GrRecordingContext*\2c\20SkBitmap\20const&\2c\20skgpu::Mipmapped\2c\20SkBackingFit\2c\20skgpu::Budgeted\29 +1025:GrGpuResource::hasRef\28\29\20const +1026:GrGLSLShaderBuilder::getMangledFunctionName\28char\20const*\29 +1027:GrGLSLProgramBuilder::nameVariable\28char\2c\20char\20const*\2c\20bool\29 +1028:GrGLGpu::bindBuffer\28GrGpuBufferType\2c\20GrBuffer\20const*\29 +1029:GrGLAttribArrayState::set\28GrGLGpu*\2c\20int\2c\20GrBuffer\20const*\2c\20GrVertexAttribType\2c\20SkSLType\2c\20int\2c\20unsigned\20long\2c\20int\29 +1030:GrAAConvexTessellator::Ring::computeNormals\28GrAAConvexTessellator\20const&\29 +1031:GrAAConvexTessellator::Ring::computeBisectors\28GrAAConvexTessellator\20const&\29 +1032:Cr_z_adler32 +1033:vsnprintf +1034:top12 +1035:toSkImageInfo\28SimpleImageInfo\20const&\29 +1036:std::__2::vector>::__destroy_vector::__destroy_vector\5babi:nn180100\5d\28std::__2::vector>&\29 +1037:std::__2::basic_string\2c\20std::__2::allocator>::operator=\5babi:nn180100\5d\28std::__2::basic_string\2c\20std::__2::allocator>&&\29 +1038:std::__2::__tree\2c\20std::__2::__map_value_compare\2c\20std::__2::less\2c\20true>\2c\20std::__2::allocator>>::destroy\28std::__2::__tree_node\2c\20void*>*\29 +1039:std::__2::__num_put_base::__identify_padding\28char*\2c\20char*\2c\20std::__2::ios_base\20const&\29 +1040:std::__2::__num_get_base::__get_base\28std::__2::ios_base&\29 +1041:std::__2::__libcpp_asprintf_l\28char**\2c\20__locale_struct*\2c\20char\20const*\2c\20...\29 +1042:skia_private::THashTable::Traits>::removeSlot\28int\29 +1043:skia_png_zstream_error +1044:skia::textlayout::TextLine::iterateThroughVisualRuns\28bool\2c\20std::__2::function\2c\20float*\29>\20const&\29\20const +1045:skia::textlayout::ParagraphImpl::cluster\28unsigned\20long\29 +1046:skia::textlayout::Cluster::runOrNull\28\29\20const +1047:skgpu::ganesh::SurfaceFillContext::replaceOpsTask\28\29 +1048:int\20std::__2::__get_up_to_n_digits\5babi:nn180100\5d>>\28std::__2::istreambuf_iterator>&\2c\20std::__2::istreambuf_iterator>\2c\20unsigned\20int&\2c\20std::__2::ctype\20const&\2c\20int\29 +1049:int\20std::__2::__get_up_to_n_digits\5babi:nn180100\5d>>\28std::__2::istreambuf_iterator>&\2c\20std::__2::istreambuf_iterator>\2c\20unsigned\20int&\2c\20std::__2::ctype\20const&\2c\20int\29 +1050:hb_serialize_context_t::pop_pack\28bool\29 +1051:hb_sanitize_context_t::return_t\20OT::Paint::dispatch\28hb_sanitize_context_t*\29\20const +1052:hb_buffer_reverse +1053:hb_blob_t*\20hb_data_wrapper_t::call_create>\28\29\20const +1054:atan2f +1055:afm_parser_read_vals +1056:__extenddftf2 +1057:\28anonymous\20namespace\29::colrv1_traverse_paint_bounds\28SkMatrix*\2c\20SkRect*\2c\20FT_FaceRec_*\2c\20FT_Opaque_Paint_\2c\20skia_private::THashSet*\29 +1058:\28anonymous\20namespace\29::colrv1_traverse_paint\28SkCanvas*\2c\20SkSpan\20const&\2c\20unsigned\20int\2c\20FT_FaceRec_*\2c\20FT_Opaque_Paint_\2c\20skia_private::THashSet*\29 +1059:\28anonymous\20namespace\29::colrv1_transform\28FT_FaceRec_*\2c\20FT_COLR_Paint_\20const&\2c\20SkCanvas*\2c\20SkMatrix*\29 +1060:WebPRescalerImport +1061:SkString::Rec::Make\28char\20const*\2c\20unsigned\20long\29::$_0::operator\28\29\28\29\20const +1062:SkStrike::digestFor\28skglyph::ActionType\2c\20SkPackedGlyphID\29 +1063:SkStream::readS16\28short*\29 +1064:SkSL::compile_and_shrink\28SkSL::Compiler*\2c\20SkSL::ProgramKind\2c\20SkSL::ModuleType\2c\20std::__2::basic_string\2c\20std::__2::allocator>\2c\20SkSL::Module\20const*\29 +1065:SkSL::VariableReference::VariableReference\28SkSL::Position\2c\20SkSL::Variable\20const*\2c\20SkSL::VariableRefKind\29 +1066:SkSL::SymbolTable::lookup\28SkSL::SymbolTable::SymbolKey\20const&\29\20const +1067:SkSL::ProgramUsage::get\28SkSL::Variable\20const&\29\20const +1068:SkSL::Inliner::inlineStatement\28SkSL::Position\2c\20skia_private::THashMap>\2c\20SkGoodHash>*\2c\20SkSL::SymbolTable*\2c\20std::__2::unique_ptr>*\2c\20SkSL::Analysis::ReturnComplexity\2c\20SkSL::Statement\20const&\2c\20SkSL::ProgramUsage\20const&\2c\20bool\29 +1069:SkSL::InlineCandidateAnalyzer::visitExpression\28std::__2::unique_ptr>*\29 +1070:SkSL::GetModuleData\28SkSL::ModuleType\2c\20char\20const*\29 +1071:SkSL::GLSLCodeGenerator::write\28std::__2::basic_string_view>\29 +1072:SkSL::GLSLCodeGenerator::getTypePrecision\28SkSL::Type\20const&\29 +1073:SkReadBuffer::readByteArray\28void*\2c\20unsigned\20long\29 +1074:SkRBuffer::read\28void*\2c\20unsigned\20long\29 +1075:SkPictureData::optionalPaint\28SkReadBuffer*\29\20const +1076:SkPath::getGenerationID\28\29\20const 1077:SkPaint::setStrokeWidth\28float\29 1078:SkOpSegment::nextChase\28SkOpSpanBase**\2c\20int*\2c\20SkOpSpan**\2c\20SkOpSpanBase**\29\20const 1079:SkMemoryStream::Make\28sk_sp\29 -1080:SkMatrix::preScale\28float\2c\20float\29 -1081:SkMatrix::postScale\28float\2c\20float\29 -1082:SkIntersections::removeOne\28int\29 -1083:SkDLine::ptAtT\28double\29\20const -1084:SkBitmap::getAddr\28int\2c\20int\29\20const -1085:SkAAClip::setEmpty\28\29 -1086:PS_Conv_Strtol -1087:OT::Layout::GSUB_impl::SubstLookup*\20hb_serialize_context_t::push\28\29 -1088:OT::CmapSubtable::get_glyph\28unsigned\20int\2c\20unsigned\20int*\29\20const -1089:OT::CFFIndex>::operator\5b\5d\28unsigned\20int\29\20const -1090:GrTriangulator::makeConnectingEdge\28GrTriangulator::Vertex*\2c\20GrTriangulator::Vertex*\2c\20GrTriangulator::EdgeType\2c\20GrTriangulator::Comparator\20const&\2c\20int\29 -1091:GrTextureProxy::~GrTextureProxy\28\29 -1092:GrSimpleMeshDrawOpHelper::createProgramInfo\28GrCaps\20const*\2c\20SkArenaAlloc*\2c\20GrSurfaceProxyView\20const&\2c\20bool\2c\20GrAppliedClip&&\2c\20GrDstProxyView\20const&\2c\20GrGeometryProcessor*\2c\20GrPrimitiveType\2c\20GrXferBarrierFlags\2c\20GrLoadOp\29 -1093:GrResourceAllocator::addInterval\28GrSurfaceProxy*\2c\20unsigned\20int\2c\20unsigned\20int\2c\20GrResourceAllocator::ActualUse\2c\20GrResourceAllocator::AllowRecycling\29 -1094:GrRecordingContextPriv::makeSFCWithFallback\28GrImageInfo\2c\20SkBackingFit\2c\20int\2c\20skgpu::Mipmapped\2c\20skgpu::Protected\2c\20GrSurfaceOrigin\2c\20skgpu::Budgeted\29 -1095:GrGpuResource::hasNoCommandBufferUsages\28\29\20const -1096:GrGpuBuffer::updateData\28void\20const*\2c\20unsigned\20long\2c\20unsigned\20long\2c\20bool\29 -1097:GrGLTextureParameters::NonsamplerState::NonsamplerState\28\29 -1098:GrGLSLShaderBuilder::~GrGLSLShaderBuilder\28\29 -1099:GrGLGpu::prepareToDraw\28GrPrimitiveType\29 -1100:GrGLFormatFromGLEnum\28unsigned\20int\29 -1101:GrBackendTexture::getBackendFormat\28\29\20const -1102:GrBackendFormats::MakeGL\28unsigned\20int\2c\20unsigned\20int\29 -1103:GrBackendFormatToCompressionType\28GrBackendFormat\20const&\29 -1104:FilterLoop24_C -1105:AAT::Lookup::sanitize\28hb_sanitize_context_t*\29\20const -1106:uprv_free_skia -1107:unsigned\20int\20std::__2::__sort3\5babi:ne180100\5d\28skia::textlayout::OneLineShaper::RunBlock*\2c\20skia::textlayout::OneLineShaper::RunBlock*\2c\20skia::textlayout::OneLineShaper::RunBlock*\2c\20skia::textlayout::OneLineShaper::finish\28skia::textlayout::Block\20const&\2c\20float\2c\20float&\29::$_0&\29 -1108:unsigned\20int\20std::__2::__sort3\5babi:ne180100\5d\28SkSL::ProgramElement\20const**\2c\20SkSL::ProgramElement\20const**\2c\20SkSL::ProgramElement\20const**\2c\20SkSL::Transform::\28anonymous\20namespace\29::BuiltinVariableScanner::sortNewElements\28\29::'lambda'\28SkSL::ProgramElement\20const*\2c\20SkSL::ProgramElement\20const*\29&\29 -1109:unsigned\20int\20std::__2::__sort3\5babi:ne180100\5d\28SkSL::FunctionDefinition\20const**\2c\20SkSL::FunctionDefinition\20const**\2c\20SkSL::FunctionDefinition\20const**\2c\20SkSL::Transform::FindAndDeclareBuiltinFunctions\28SkSL::Program&\29::$_0&\29 -1110:strcpy -1111:std::__2::vector>::size\5babi:nn180100\5d\28\29\20const -1112:std::__2::time_get>>::get\28std::__2::istreambuf_iterator>\2c\20std::__2::istreambuf_iterator>\2c\20std::__2::ios_base&\2c\20unsigned\20int&\2c\20tm*\2c\20wchar_t\20const*\2c\20wchar_t\20const*\29\20const -1113:std::__2::time_get>>::get\28std::__2::istreambuf_iterator>\2c\20std::__2::istreambuf_iterator>\2c\20std::__2::ios_base&\2c\20unsigned\20int&\2c\20tm*\2c\20char\20const*\2c\20char\20const*\29\20const -1114:std::__2::enable_if::type\20skgpu::tess::PatchWriter\2c\20skgpu::tess::Optional<\28skgpu::tess::PatchAttribs\2964>\2c\20skgpu::tess::Optional<\28skgpu::tess::PatchAttribs\2932>\2c\20skgpu::tess::AddTrianglesWhenChopping\2c\20skgpu::tess::DiscardFlatCurves>::writeTriangleStack\28skgpu::tess::MiddleOutPolygonTriangulator::PoppedTriangleStack&&\29 -1115:std::__2::ctype::widen\5babi:nn180100\5d\28char\20const*\2c\20char\20const*\2c\20wchar_t*\29\20const -1116:std::__2::char_traits::eq_int_type\5babi:nn180100\5d\28int\2c\20int\29 +1080:SkMatrix::postScale\28float\2c\20float\29 +1081:SkIntersections::removeOne\28int\29 +1082:SkDLine::ptAtT\28double\29\20const +1083:SkBitmap::getAddr\28int\2c\20int\29\20const +1084:SkAAClip::setEmpty\28\29 +1085:PS_Conv_Strtol +1086:OT::Layout::GSUB_impl::SubstLookup*\20hb_serialize_context_t::push\28\29 +1087:OT::CmapSubtable::get_glyph\28unsigned\20int\2c\20unsigned\20int*\29\20const +1088:OT::CFFIndex>::operator\5b\5d\28unsigned\20int\29\20const +1089:GrTriangulator::makeConnectingEdge\28GrTriangulator::Vertex*\2c\20GrTriangulator::Vertex*\2c\20GrTriangulator::EdgeType\2c\20GrTriangulator::Comparator\20const&\2c\20int\29 +1090:GrTextureProxy::~GrTextureProxy\28\29 +1091:GrSimpleMeshDrawOpHelper::createProgramInfo\28GrCaps\20const*\2c\20SkArenaAlloc*\2c\20GrSurfaceProxyView\20const&\2c\20bool\2c\20GrAppliedClip&&\2c\20GrDstProxyView\20const&\2c\20GrGeometryProcessor*\2c\20GrPrimitiveType\2c\20GrXferBarrierFlags\2c\20GrLoadOp\29 +1092:GrResourceAllocator::addInterval\28GrSurfaceProxy*\2c\20unsigned\20int\2c\20unsigned\20int\2c\20GrResourceAllocator::ActualUse\2c\20GrResourceAllocator::AllowRecycling\29 +1093:GrRecordingContextPriv::makeSFCWithFallback\28GrImageInfo\2c\20SkBackingFit\2c\20int\2c\20skgpu::Mipmapped\2c\20skgpu::Protected\2c\20GrSurfaceOrigin\2c\20skgpu::Budgeted\29 +1094:GrGpuResource::hasNoCommandBufferUsages\28\29\20const +1095:GrGpuBuffer::updateData\28void\20const*\2c\20unsigned\20long\2c\20unsigned\20long\2c\20bool\29 +1096:GrGLTextureParameters::NonsamplerState::NonsamplerState\28\29 +1097:GrGLSLShaderBuilder::~GrGLSLShaderBuilder\28\29 +1098:GrGLGpu::prepareToDraw\28GrPrimitiveType\29 +1099:GrGLFormatFromGLEnum\28unsigned\20int\29 +1100:GrBackendTexture::getBackendFormat\28\29\20const +1101:GrBackendFormats::MakeGL\28unsigned\20int\2c\20unsigned\20int\29 +1102:GrBackendFormatToCompressionType\28GrBackendFormat\20const&\29 +1103:FilterLoop24_C +1104:AAT::Lookup::sanitize\28hb_sanitize_context_t*\29\20const +1105:uprv_free_skia +1106:unsigned\20int\20std::__2::__sort3\5babi:ne180100\5d\28skia::textlayout::OneLineShaper::RunBlock*\2c\20skia::textlayout::OneLineShaper::RunBlock*\2c\20skia::textlayout::OneLineShaper::RunBlock*\2c\20skia::textlayout::OneLineShaper::finish\28skia::textlayout::Block\20const&\2c\20float\2c\20float&\29::$_0&\29 +1107:unsigned\20int\20std::__2::__sort3\5babi:ne180100\5d\28SkSL::ProgramElement\20const**\2c\20SkSL::ProgramElement\20const**\2c\20SkSL::ProgramElement\20const**\2c\20SkSL::Transform::\28anonymous\20namespace\29::BuiltinVariableScanner::sortNewElements\28\29::'lambda'\28SkSL::ProgramElement\20const*\2c\20SkSL::ProgramElement\20const*\29&\29 +1108:unsigned\20int\20std::__2::__sort3\5babi:ne180100\5d\28SkSL::FunctionDefinition\20const**\2c\20SkSL::FunctionDefinition\20const**\2c\20SkSL::FunctionDefinition\20const**\2c\20SkSL::Transform::FindAndDeclareBuiltinFunctions\28SkSL::Program&\29::$_0&\29 +1109:strcpy +1110:std::__2::vector>::size\5babi:nn180100\5d\28\29\20const +1111:std::__2::time_get>>::get\28std::__2::istreambuf_iterator>\2c\20std::__2::istreambuf_iterator>\2c\20std::__2::ios_base&\2c\20unsigned\20int&\2c\20tm*\2c\20wchar_t\20const*\2c\20wchar_t\20const*\29\20const +1112:std::__2::time_get>>::get\28std::__2::istreambuf_iterator>\2c\20std::__2::istreambuf_iterator>\2c\20std::__2::ios_base&\2c\20unsigned\20int&\2c\20tm*\2c\20char\20const*\2c\20char\20const*\29\20const +1113:std::__2::enable_if::type\20skgpu::tess::PatchWriter\2c\20skgpu::tess::Optional<\28skgpu::tess::PatchAttribs\2964>\2c\20skgpu::tess::Optional<\28skgpu::tess::PatchAttribs\2932>\2c\20skgpu::tess::AddTrianglesWhenChopping\2c\20skgpu::tess::DiscardFlatCurves>::writeTriangleStack\28skgpu::tess::MiddleOutPolygonTriangulator::PoppedTriangleStack&&\29 +1114:std::__2::ctype::widen\5babi:nn180100\5d\28char\20const*\2c\20char\20const*\2c\20wchar_t*\29\20const +1115:std::__2::char_traits::eq_int_type\5babi:nn180100\5d\28int\2c\20int\29 +1116:std::__2::basic_string\2c\20std::__2::allocator>\20std::__2::operator+\5babi:ne180100\5d\2c\20std::__2::allocator>\28std::__2::basic_string\2c\20std::__2::allocator>&&\2c\20char\20const*\29 1117:std::__2::basic_string\2c\20std::__2::allocator>::__get_long_cap\5babi:nn180100\5d\28\29\20const 1118:skia_private::THashTable::Pair\2c\20char\20const*\2c\20skia_private::THashMap::Pair>::resize\28int\29 1119:skia_png_write_finish_row 1120:skia::textlayout::ParagraphImpl::ensureUTF16Mapping\28\29 1121:skcms_GetTagBySignature -1122:scalbn -1123:hb_buffer_get_glyph_infos -1124:hb_blob_t*\20hb_data_wrapper_t::call_create>\28\29\20const -1125:get_gsubgpos_table\28hb_face_t*\2c\20unsigned\20int\29 -1126:exp2f -1127:classify\28skcms_TransferFunction\20const&\2c\20TF_PQish*\2c\20TF_HLGish*\29 +1122:sk_doubles_nearly_equal_ulps\28double\2c\20double\2c\20unsigned\20char\29 +1123:scalbn +1124:hb_buffer_get_glyph_infos +1125:hb_blob_t*\20hb_data_wrapper_t::call_create>\28\29\20const +1126:get_gsubgpos_table\28hb_face_t*\2c\20unsigned\20int\29 +1127:exp2f 1128:cf2_stack_getReal 1129:cf2_hintmap_map 1130:antifilldot8\28int\2c\20int\2c\20int\2c\20int\2c\20SkBlitter*\2c\20bool\29 @@ -1144,2200 +1144,2200 @@ 1143:SkSL::ConstructorScalarCast::Make\28SkSL::Context\20const&\2c\20SkSL::Position\2c\20SkSL::Type\20const&\2c\20std::__2::unique_ptr>\29 1144:SkResourceCache::Find\28SkResourceCache::Key\20const&\2c\20bool\20\28*\29\28SkResourceCache::Rec\20const&\2c\20void*\29\2c\20void*\29 1145:SkRegion::SkRegion\28SkIRect\20const&\29 -1146:SkRect::toQuad\28SkPoint*\29\20const -1147:SkRasterPipeline::appendTransferFunction\28skcms_TransferFunction\20const&\29 -1148:SkRasterPipeline::appendStore\28SkColorType\2c\20SkRasterPipelineContexts::MemoryCtx\20const*\29 -1149:SkRasterClip::SkRasterClip\28\29 -1150:SkRRect::checkCornerContainment\28float\2c\20float\29\20const -1151:SkPictureData::getImage\28SkReadBuffer*\29\20const -1152:SkPathMeasure::getLength\28\29 -1153:SkPath::addRect\28SkRect\20const&\2c\20SkPathDirection\2c\20unsigned\20int\29 -1154:SkPaint::refPathEffect\28\29\20const -1155:SkOpContour::addLine\28SkPoint*\29 -1156:SkNextID::ImageID\28\29 -1157:SkMipmap::getLevel\28int\2c\20SkMipmap::Level*\29\20const -1158:SkJSONWriter::appendCString\28char\20const*\2c\20char\20const*\29 -1159:SkIntersections::setCoincident\28int\29 -1160:SkImageFilter_Base::flatten\28SkWriteBuffer&\29\20const -1161:SkDrawBase::SkDrawBase\28\29 -1162:SkDraw::SkDraw\28\29 -1163:SkDescriptor::operator==\28SkDescriptor\20const&\29\20const -1164:SkDLine::NearPointV\28SkDPoint\20const&\2c\20double\2c\20double\2c\20double\29 -1165:SkDLine::NearPointH\28SkDPoint\20const&\2c\20double\2c\20double\2c\20double\29 -1166:SkDLine::ExactPointV\28SkDPoint\20const&\2c\20double\2c\20double\2c\20double\29 -1167:SkDLine::ExactPointH\28SkDPoint\20const&\2c\20double\2c\20double\2c\20double\29 -1168:SkConvertPixels\28SkImageInfo\20const&\2c\20void*\2c\20unsigned\20long\2c\20SkImageInfo\20const&\2c\20void\20const*\2c\20unsigned\20long\29 -1169:SkColorSpaceXformSteps::apply\28SkRasterPipeline*\29\20const -1170:SkCanvas::imageInfo\28\29\20const -1171:SkCanvas::drawPicture\28SkPicture\20const*\2c\20SkMatrix\20const*\2c\20SkPaint\20const*\29 -1172:SkCanvas::drawColor\28SkRGBA4f<\28SkAlphaType\293>\20const&\2c\20SkBlendMode\29 -1173:SkBulkGlyphMetrics::~SkBulkGlyphMetrics\28\29 -1174:SkBulkGlyphMetrics::SkBulkGlyphMetrics\28SkStrikeSpec\20const&\29 -1175:SkBlockAllocator::releaseBlock\28SkBlockAllocator::Block*\29 -1176:SkAAClipBlitterWrapper::init\28SkRasterClip\20const&\2c\20SkBlitter*\29 -1177:SkAAClipBlitterWrapper::SkAAClipBlitterWrapper\28\29 -1178:SkAAClipBlitterWrapper::SkAAClipBlitterWrapper\28SkRasterClip\20const&\2c\20SkBlitter*\29 -1179:OT::MVAR::get_var\28unsigned\20int\2c\20int\20const*\2c\20unsigned\20int\29\20const -1180:GrXferProcessor::GrXferProcessor\28GrProcessor::ClassID\2c\20bool\2c\20GrProcessorAnalysisCoverage\29 -1181:GrTextureEffect::Make\28GrSurfaceProxyView\2c\20SkAlphaType\2c\20SkMatrix\20const&\2c\20GrSamplerState\2c\20GrCaps\20const&\2c\20float\20const*\29 -1182:GrTextureEffect::MakeSubset\28GrSurfaceProxyView\2c\20SkAlphaType\2c\20SkMatrix\20const&\2c\20GrSamplerState\2c\20SkRect\20const&\2c\20SkRect\20const&\2c\20GrCaps\20const&\2c\20float\20const*\29 -1183:GrStyledShape::simplify\28\29 +1146:SkRasterPipeline::appendTransferFunction\28skcms_TransferFunction\20const&\29 +1147:SkRasterPipeline::appendStore\28SkColorType\2c\20SkRasterPipelineContexts::MemoryCtx\20const*\29 +1148:SkRRect::checkCornerContainment\28float\2c\20float\29\20const +1149:SkPictureData::getImage\28SkReadBuffer*\29\20const +1150:SkPathPriv::Raw\28SkPath\20const&\29 +1151:SkPathMeasure::getLength\28\29 +1152:SkPathBuilder::arcTo\28SkRect\20const&\2c\20float\2c\20float\2c\20bool\29 +1153:SkPathBuilder::addPath\28SkPath\20const&\2c\20SkMatrix\20const&\2c\20SkPath::AddPathMode\29 +1154:SkPath::quadTo\28float\2c\20float\2c\20float\2c\20float\29 +1155:SkPaint::refPathEffect\28\29\20const +1156:SkOpContour::addLine\28SkPoint*\29 +1157:SkNextID::ImageID\28\29 +1158:SkMipmap::getLevel\28int\2c\20SkMipmap::Level*\29\20const +1159:SkMatrix::ScaleTranslate\28float\2c\20float\2c\20float\2c\20float\29 +1160:SkJSONWriter::appendCString\28char\20const*\2c\20char\20const*\29 +1161:SkIntersections::setCoincident\28int\29 +1162:SkImageFilter_Base::flatten\28SkWriteBuffer&\29\20const +1163:SkFont::setSubpixel\28bool\29 +1164:SkDescriptor::operator==\28SkDescriptor\20const&\29\20const +1165:SkDLine::NearPointV\28SkDPoint\20const&\2c\20double\2c\20double\2c\20double\29 +1166:SkDLine::NearPointH\28SkDPoint\20const&\2c\20double\2c\20double\2c\20double\29 +1167:SkDLine::ExactPointV\28SkDPoint\20const&\2c\20double\2c\20double\2c\20double\29 +1168:SkDLine::ExactPointH\28SkDPoint\20const&\2c\20double\2c\20double\2c\20double\29 +1169:SkConvertPixels\28SkImageInfo\20const&\2c\20void*\2c\20unsigned\20long\2c\20SkImageInfo\20const&\2c\20void\20const*\2c\20unsigned\20long\29 +1170:SkColorSpaceXformSteps::apply\28SkRasterPipeline*\29\20const +1171:SkCanvas::imageInfo\28\29\20const +1172:SkCanvas::drawPicture\28SkPicture\20const*\2c\20SkMatrix\20const*\2c\20SkPaint\20const*\29 +1173:SkCanvas::drawColor\28SkRGBA4f<\28SkAlphaType\293>\20const&\2c\20SkBlendMode\29 +1174:SkBulkGlyphMetrics::~SkBulkGlyphMetrics\28\29 +1175:SkBulkGlyphMetrics::SkBulkGlyphMetrics\28SkStrikeSpec\20const&\29 +1176:SkBlockAllocator::releaseBlock\28SkBlockAllocator::Block*\29 +1177:SkAAClipBlitterWrapper::init\28SkRasterClip\20const&\2c\20SkBlitter*\29 +1178:SkAAClipBlitterWrapper::SkAAClipBlitterWrapper\28\29 +1179:SkAAClipBlitterWrapper::SkAAClipBlitterWrapper\28SkRasterClip\20const&\2c\20SkBlitter*\29 +1180:OT::MVAR::get_var\28unsigned\20int\2c\20int\20const*\2c\20unsigned\20int\29\20const +1181:GrXferProcessor::GrXferProcessor\28GrProcessor::ClassID\2c\20bool\2c\20GrProcessorAnalysisCoverage\29 +1182:GrTextureEffect::Make\28GrSurfaceProxyView\2c\20SkAlphaType\2c\20SkMatrix\20const&\2c\20GrSamplerState\2c\20GrCaps\20const&\2c\20float\20const*\29 +1183:GrTextureEffect::MakeSubset\28GrSurfaceProxyView\2c\20SkAlphaType\2c\20SkMatrix\20const&\2c\20GrSamplerState\2c\20SkRect\20const&\2c\20SkRect\20const&\2c\20GrCaps\20const&\2c\20float\20const*\29 1184:GrSimpleMeshDrawOpHelper::finalizeProcessors\28GrCaps\20const&\2c\20GrAppliedClip\20const*\2c\20GrClampType\2c\20GrProcessorAnalysisCoverage\2c\20SkRGBA4f<\28SkAlphaType\292>*\2c\20bool*\29 -1185:GrRecordingContext::OwnedArenas::get\28\29 -1186:GrProxyProvider::createProxy\28GrBackendFormat\20const&\2c\20SkISize\2c\20skgpu::Renderable\2c\20int\2c\20skgpu::Mipmapped\2c\20SkBackingFit\2c\20skgpu::Budgeted\2c\20skgpu::Protected\2c\20std::__2::basic_string_view>\2c\20GrInternalSurfaceFlags\2c\20GrSurfaceProxy::UseAllocator\29 -1187:GrProxyProvider::assignUniqueKeyToProxy\28skgpu::UniqueKey\20const&\2c\20GrTextureProxy*\29 -1188:GrProcessorSet::finalize\28GrProcessorAnalysisColor\20const&\2c\20GrProcessorAnalysisCoverage\2c\20GrAppliedClip\20const*\2c\20GrUserStencilSettings\20const*\2c\20GrCaps\20const&\2c\20GrClampType\2c\20SkRGBA4f<\28SkAlphaType\292>*\29 -1189:GrOp::cutChain\28\29 -1190:GrMeshDrawTarget::makeVertexWriter\28unsigned\20long\2c\20int\2c\20sk_sp*\2c\20int*\29 -1191:GrGpuResource::GrGpuResource\28GrGpu*\2c\20std::__2::basic_string_view>\29 -1192:GrGeometryProcessor::TextureSampler::reset\28GrSamplerState\2c\20GrBackendFormat\20const&\2c\20skgpu::Swizzle\20const&\29 -1193:GrGeometryProcessor::AttributeSet::Iter::operator++\28\29 -1194:GrGeometryProcessor::AttributeSet::Iter::operator*\28\29\20const -1195:GrGLTextureParameters::set\28GrGLTextureParameters::SamplerOverriddenState\20const*\2c\20GrGLTextureParameters::NonsamplerState\20const&\2c\20unsigned\20long\20long\29 -1196:GrClip::GetPixelIBounds\28SkRect\20const&\2c\20GrAA\2c\20GrClip::BoundsType\29 -1197:GrBackendTexture::~GrBackendTexture\28\29 -1198:FT_Outline_Get_CBox -1199:FT_Get_Sfnt_Table -1200:AutoLayerForImageFilter::AutoLayerForImageFilter\28AutoLayerForImageFilter&&\29 -1201:std::__2::moneypunct::negative_sign\5babi:nn180100\5d\28\29\20const -1202:std::__2::moneypunct::frac_digits\5babi:nn180100\5d\28\29\20const -1203:std::__2::moneypunct::do_pos_format\28\29\20const -1204:std::__2::ctype::widen\5babi:nn180100\5d\28char\20const*\2c\20char\20const*\2c\20char*\29\20const -1205:std::__2::char_traits::copy\5babi:nn180100\5d\28wchar_t*\2c\20wchar_t\20const*\2c\20unsigned\20long\29 -1206:std::__2::basic_string\2c\20std::__2::allocator>::end\5babi:nn180100\5d\28\29 -1207:std::__2::basic_string\2c\20std::__2::allocator>::end\5babi:nn180100\5d\28\29 -1208:std::__2::basic_string\2c\20std::__2::allocator>::__set_size\5babi:nn180100\5d\28unsigned\20long\29 -1209:std::__2::basic_string\2c\20std::__2::allocator>::__get_short_size\5babi:nn180100\5d\28\29\20const -1210:std::__2::basic_string\2c\20std::__2::allocator>::__assign_external\28char\20const*\2c\20unsigned\20long\29 -1211:std::__2::__unwrap_iter_impl\2c\20true>::__unwrap\5babi:nn180100\5d\28std::__2::__wrap_iter\29 -1212:std::__2::__itoa::__append2\5babi:nn180100\5d\28char*\2c\20unsigned\20int\29 -1213:sktext::SkStrikePromise::SkStrikePromise\28sktext::SkStrikePromise&&\29 -1214:skif::LayerSpace::ceil\28\29\20const -1215:skif::FilterResult::analyzeBounds\28SkMatrix\20const&\2c\20SkIRect\20const&\2c\20skif::FilterResult::BoundsScope\29\20const -1216:skia_private::THashMap::operator\5b\5d\28SkSL::FunctionDeclaration\20const*\20const&\29 -1217:skia_private::TArray::operator=\28skia_private::TArray\20const&\29 -1218:skia_png_read_finish_row -1219:skia_png_handle_unknown -1220:skia_png_gamma_correct -1221:skia_png_colorspace_sync -1222:skia_png_app_warning -1223:skia::textlayout::TextStyle::operator=\28skia::textlayout::TextStyle\20const&\29 -1224:skia::textlayout::TextLine::offset\28\29\20const -1225:skia::textlayout::Run::placeholderStyle\28\29\20const -1226:skgpu::ganesh::SurfaceFillContext::fillRectWithFP\28SkIRect\20const&\2c\20std::__2::unique_ptr>\29 -1227:skgpu::ganesh::SurfaceDrawContext::Make\28GrRecordingContext*\2c\20GrColorType\2c\20sk_sp\2c\20SkBackingFit\2c\20SkISize\2c\20SkSurfaceProps\20const&\2c\20std::__2::basic_string_view>\2c\20int\2c\20skgpu::Mipmapped\2c\20skgpu::Protected\2c\20GrSurfaceOrigin\2c\20skgpu::Budgeted\29 -1228:skgpu::ganesh::SurfaceContext::PixelTransferResult::~PixelTransferResult\28\29 -1229:skgpu::ganesh::ClipStack::SaveRecord::state\28\29\20const -1230:sk_doubles_nearly_equal_ulps\28double\2c\20double\2c\20unsigned\20char\29 -1231:ps_parser_to_token -1232:hb_face_t::load_upem\28\29\20const -1233:hb_buffer_t::merge_out_clusters\28unsigned\20int\2c\20unsigned\20int\29 -1234:hb_buffer_t::enlarge\28unsigned\20int\29 -1235:hb_buffer_destroy -1236:emscripten_builtin_calloc -1237:emscripten::internal::FunctionInvoker::invoke\28void\20\28**\29\28SkCanvas&\2c\20SkCanvas::PointMode\2c\20unsigned\20long\2c\20int\2c\20SkPaint&\29\2c\20SkCanvas*\2c\20SkCanvas::PointMode\2c\20unsigned\20long\2c\20int\2c\20SkPaint*\29 -1238:cff_index_init -1239:cf2_glyphpath_curveTo -1240:bool\20std::__2::operator!=\5babi:nn180100\5d\28std::__2::__wrap_iter\20const&\2c\20std::__2::__wrap_iter\20const&\29 -1241:atan2f -1242:__isspace -1243:WebPCopyPlane -1244:SkTextBlobBuilder::TightRunBounds\28SkTextBlob::RunRecord\20const&\29 -1245:SkTMaskGamma_build_correcting_lut\28unsigned\20char*\2c\20unsigned\20int\2c\20float\2c\20SkColorSpaceLuminance\20const&\2c\20float\29 -1246:SkSurfaces::RenderTarget\28GrRecordingContext*\2c\20skgpu::Budgeted\2c\20SkImageInfo\20const&\2c\20int\2c\20GrSurfaceOrigin\2c\20SkSurfaceProps\20const*\2c\20bool\2c\20bool\29 -1247:SkSurface_Raster::type\28\29\20const -1248:SkSurface::makeImageSnapshot\28\29 -1249:SkString::swap\28SkString&\29 -1250:SkString::reset\28\29 -1251:SkSampler::Fill\28SkImageInfo\20const&\2c\20void*\2c\20unsigned\20long\2c\20SkCodec::ZeroInitialized\29 -1252:SkSL::Type::MakeTextureType\28char\20const*\2c\20SpvDim_\2c\20bool\2c\20bool\2c\20bool\2c\20SkSL::Type::TextureAccess\29 -1253:SkSL::Type::MakeSpecialType\28char\20const*\2c\20char\20const*\2c\20SkSL::Type::TypeKind\29 -1254:SkSL::RP::Builder::push_slots_or_immutable\28SkSL::RP::SlotRange\2c\20SkSL::RP::BuilderOp\29 -1255:SkSL::RP::Builder::push_clone_from_stack\28SkSL::RP::SlotRange\2c\20int\2c\20int\29 -1256:SkSL::Program::~Program\28\29 -1257:SkSL::PipelineStage::PipelineStageCodeGenerator::writeStatement\28SkSL::Statement\20const&\29 -1258:SkSL::Operator::isAssignment\28\29\20const -1259:SkSL::Intrinsics::\28anonymous\20namespace\29::evaluate_mul\28SkSL::Context\20const&\2c\20std::__2::array\20const&\29 -1260:SkSL::InlineCandidateAnalyzer::visitStatement\28std::__2::unique_ptr>*\2c\20bool\29 -1261:SkSL::GLSLCodeGenerator::writeModifiers\28SkSL::Layout\20const&\2c\20SkSL::ModifierFlags\2c\20bool\29 -1262:SkSL::ExpressionStatement::Make\28SkSL::Context\20const&\2c\20std::__2::unique_ptr>\29 -1263:SkSL::ConstructorCompound::Make\28SkSL::Context\20const&\2c\20SkSL::Position\2c\20SkSL::Type\20const&\2c\20SkSL::ExpressionArray\29 -1264:SkSL::Analysis::IsSameExpressionTree\28SkSL::Expression\20const&\2c\20SkSL::Expression\20const&\29 -1265:SkSL::AliasType::resolve\28\29\20const -1266:SkResourceCache::Add\28SkResourceCache::Rec*\2c\20void*\29 -1267:SkRegion::writeToMemory\28void*\29\20const -1268:SkReadBuffer::readMatrix\28SkMatrix*\29 -1269:SkReadBuffer::readBool\28\29 -1270:SkRasterPipeline::appendConstantColor\28SkArenaAlloc*\2c\20float\20const*\29 -1271:SkRasterClip::setRect\28SkIRect\20const&\29 -1272:SkRasterClip::SkRasterClip\28SkRasterClip\20const&\29 -1273:SkPathWriter::isClosed\28\29\20const -1274:SkPathMeasure::~SkPathMeasure\28\29 -1275:SkPathMeasure::SkPathMeasure\28SkPath\20const&\2c\20bool\2c\20float\29 -1276:SkPathBuilder::incReserve\28int\2c\20int\29 -1277:SkPath::addPath\28SkPath\20const&\2c\20SkMatrix\20const&\2c\20SkPath::AddPathMode\29 -1278:SkParse::FindScalars\28char\20const*\2c\20float*\2c\20int\29 -1279:SkPaint::operator=\28SkPaint\20const&\29 -1280:SkOpSpan::computeWindSum\28\29 -1281:SkOpSegment::existing\28double\2c\20SkOpSegment\20const*\29\20const -1282:SkOpSegment::addCurveTo\28SkOpSpanBase\20const*\2c\20SkOpSpanBase\20const*\2c\20SkPathWriter*\29\20const -1283:SkOpPtT::find\28SkOpSegment\20const*\29\20const -1284:SkOpCoincidence::addEndMovedSpans\28SkOpSpan\20const*\2c\20SkOpSpanBase\20const*\29 -1285:SkNoDrawCanvas::onDrawImageRect2\28SkImage\20const*\2c\20SkRect\20const&\2c\20SkRect\20const&\2c\20SkSamplingOptions\20const&\2c\20SkPaint\20const*\2c\20SkCanvas::SrcRectConstraint\29 -1286:SkMakeImageFromRasterBitmap\28SkBitmap\20const&\2c\20SkCopyPixelsMode\29 -1287:SkMD5::bytesWritten\28\29\20const -1288:SkImages::RasterFromBitmap\28SkBitmap\20const&\29 -1289:SkImage_Ganesh::SkImage_Ganesh\28sk_sp\2c\20unsigned\20int\2c\20GrSurfaceProxyView\2c\20SkColorInfo\29 -1290:SkImageInfo::makeColorSpace\28sk_sp\29\20const -1291:SkImageInfo::computeOffset\28int\2c\20int\2c\20unsigned\20long\29\20const -1292:SkGlyph::imageSize\28\29\20const -1293:SkFont::textToGlyphs\28void\20const*\2c\20unsigned\20long\2c\20SkTextEncoding\2c\20SkSpan\29\20const -1294:SkFont::setSubpixel\28bool\29 -1295:SkDrawBase::drawRect\28SkRect\20const&\2c\20SkPaint\20const&\2c\20SkMatrix\20const*\2c\20SkRect\20const*\29\20const -1296:SkData::MakeZeroInitialized\28unsigned\20long\29 -1297:SkColorFilter::makeComposed\28sk_sp\29\20const -1298:SkCodec::SkCodec\28SkEncodedInfo&&\2c\20skcms_PixelFormat\2c\20std::__2::unique_ptr>\2c\20SkEncodedOrigin\29 -1299:SkChopQuadAt\28SkPoint\20const*\2c\20SkPoint*\2c\20float\29 -1300:SkCanvas::drawImageRect\28SkImage\20const*\2c\20SkRect\20const&\2c\20SkRect\20const&\2c\20SkSamplingOptions\20const&\2c\20SkPaint\20const*\2c\20SkCanvas::SrcRectConstraint\29 -1301:SkBmpCodec::getDstRow\28int\2c\20int\29\20const -1302:SkBitmap::getGenerationID\28\29\20const -1303:SkAutoDescriptor::SkAutoDescriptor\28\29 -1304:OT::GSUB_accelerator_t*\20hb_data_wrapper_t::call_create>\28\29\20const -1305:OT::DeltaSetIndexMap::sanitize\28hb_sanitize_context_t*\29\20const -1306:OT::ClassDef::sanitize\28hb_sanitize_context_t*\29\20const -1307:OT::CFFIndex>::sanitize\28hb_sanitize_context_t*\29\20const -1308:GrTriangulator::Comparator::sweep_lt\28SkPoint\20const&\2c\20SkPoint\20const&\29\20const -1309:GrTextureProxy::textureType\28\29\20const -1310:GrSurfaceProxy::createSurfaceImpl\28GrResourceProvider*\2c\20int\2c\20skgpu::Renderable\2c\20skgpu::Mipmapped\29\20const -1311:GrStyledShape::writeUnstyledKey\28unsigned\20int*\29\20const -1312:GrSkSLFP::setInput\28std::__2::unique_ptr>\29 -1313:GrSimpleMeshDrawOpHelperWithStencil::GrSimpleMeshDrawOpHelperWithStencil\28GrProcessorSet*\2c\20GrAAType\2c\20GrUserStencilSettings\20const*\2c\20GrSimpleMeshDrawOpHelper::InputFlags\29 -1314:GrShape::operator=\28GrShape\20const&\29 -1315:GrResourceProvider::createPatternedIndexBuffer\28unsigned\20short\20const*\2c\20int\2c\20int\2c\20int\2c\20skgpu::UniqueKey\20const*\29 -1316:GrRenderTarget::~GrRenderTarget\28\29 -1317:GrRecordingContextPriv::makeSC\28GrSurfaceProxyView\2c\20GrColorInfo\20const&\29 -1318:GrOpFlushState::detachAppliedClip\28\29 -1319:GrGpuBuffer::map\28\29 -1320:GrGeometryProcessor::ProgramImpl::WriteOutputPosition\28GrGLSLVertexBuilder*\2c\20GrGeometryProcessor::ProgramImpl::GrGPArgs*\2c\20char\20const*\29 -1321:GrGLSLShaderBuilder::declAppend\28GrShaderVar\20const&\29 -1322:GrGLGpu::didDrawTo\28GrRenderTarget*\29 -1323:GrFragmentProcessors::Make\28skgpu::ganesh::SurfaceDrawContext*\2c\20SkColorFilter\20const*\2c\20std::__2::unique_ptr>\2c\20GrColorInfo\20const&\2c\20SkSurfaceProps\20const&\29 -1324:GrColorSpaceXformEffect::Make\28std::__2::unique_ptr>\2c\20GrColorInfo\20const&\2c\20GrColorInfo\20const&\29 -1325:GrCaps::validateSurfaceParams\28SkISize\20const&\2c\20GrBackendFormat\20const&\2c\20skgpu::Renderable\2c\20int\2c\20skgpu::Mipmapped\2c\20GrTextureType\29\20const -1326:GrBufferAllocPool::putBack\28unsigned\20long\29 -1327:GrBlurUtils::GaussianBlur\28GrRecordingContext*\2c\20GrSurfaceProxyView\2c\20GrColorType\2c\20SkAlphaType\2c\20sk_sp\2c\20SkIRect\2c\20SkIRect\2c\20float\2c\20float\2c\20SkTileMode\2c\20SkBackingFit\29::$_0::operator\28\29\28SkIRect\2c\20SkIRect\29\20const -1328:GrBackendTexture::GrBackendTexture\28\29 -1329:GrAAConvexTessellator::createInsetRing\28GrAAConvexTessellator::Ring\20const&\2c\20GrAAConvexTessellator::Ring*\2c\20float\2c\20float\2c\20float\2c\20float\2c\20bool\29 -1330:FT_Stream_GetByte -1331:FT_Set_Transform -1332:FT_Add_Module -1333:AutoLayerForImageFilter::operator=\28AutoLayerForImageFilter&&\29 -1334:AlmostLessOrEqualUlps\28float\2c\20float\29 -1335:ActiveEdge::intersect\28SkPoint\20const&\2c\20SkPoint\20const&\2c\20unsigned\20short\2c\20unsigned\20short\29\20const -1336:wrapper_cmp -1337:void\20std::__2::reverse\5babi:nn180100\5d\28char*\2c\20char*\29 -1338:void\20std::__2::__hash_table\2c\20std::__2::equal_to\2c\20std::__2::allocator>::__do_rehash\28unsigned\20long\29 -1339:void\20emscripten::internal::MemberAccess::setWire\28bool\20RuntimeEffectUniform::*\20const&\2c\20RuntimeEffectUniform&\2c\20bool\29 -1340:tanf -1341:std::__2::vector>::operator\5b\5d\5babi:nn180100\5d\28unsigned\20long\29 -1342:std::__2::vector>::__alloc\5babi:nn180100\5d\28\29 -1343:std::__2::ostreambuf_iterator>\20std::__2::__pad_and_output\5babi:nn180100\5d>\28std::__2::ostreambuf_iterator>\2c\20wchar_t\20const*\2c\20wchar_t\20const*\2c\20wchar_t\20const*\2c\20std::__2::ios_base&\2c\20wchar_t\29 -1344:std::__2::ostreambuf_iterator>\20std::__2::__pad_and_output\5babi:nn180100\5d>\28std::__2::ostreambuf_iterator>\2c\20char\20const*\2c\20char\20const*\2c\20char\20const*\2c\20std::__2::ios_base&\2c\20char\29 -1345:std::__2::char_traits::to_int_type\5babi:nn180100\5d\28char\29 -1346:std::__2::basic_string\2c\20std::__2::allocator>::__recommend\5babi:nn180100\5d\28unsigned\20long\29 -1347:std::__2::basic_ios>::~basic_ios\28\29 -1348:std::__2::basic_ios>::setstate\5babi:nn180100\5d\28unsigned\20int\29 -1349:std::__2::__compressed_pair_elem::__compressed_pair_elem\5babi:nn180100\5d\28void\20\28*&&\29\28void*\29\29 -1350:sktext::StrikeMutationMonitor::~StrikeMutationMonitor\28\29 -1351:sktext::StrikeMutationMonitor::StrikeMutationMonitor\28sktext::StrikeForGPU*\29 -1352:skif::LayerSpace::contains\28skif::LayerSpace\20const&\29\20const -1353:skif::FilterResult::resolve\28skif::Context\20const&\2c\20skif::LayerSpace\2c\20bool\29\20const -1354:skif::FilterResult::AutoSurface::snap\28\29 -1355:skif::FilterResult::AutoSurface::AutoSurface\28skif::Context\20const&\2c\20skif::LayerSpace\20const&\2c\20skif::FilterResult::PixelBoundary\2c\20bool\2c\20SkSurfaceProps\20const*\29 -1356:skif::Backend::~Backend\28\29_2365 -1357:skia_private::TArray::push_back\28skif::FilterResult::Builder::SampledFilterResult&&\29 -1358:skia_private::STArray<2\2c\20std::__2::unique_ptr>\2c\20true>::~STArray\28\29 -1359:skia_png_chunk_unknown_handling -1360:skia::textlayout::TextStyle::TextStyle\28\29 -1361:skia::textlayout::TextLine::iterateThroughSingleRunByStyles\28skia::textlayout::TextLine::TextAdjustment\2c\20skia::textlayout::Run\20const*\2c\20float\2c\20skia::textlayout::SkRange\2c\20skia::textlayout::StyleType\2c\20std::__2::function\2c\20skia::textlayout::TextStyle\20const&\2c\20skia::textlayout::TextLine::ClipContext\20const&\29>\20const&\29\20const -1362:skgpu::ganesh::SurfaceFillContext::internalClear\28SkIRect\20const*\2c\20std::__2::array\2c\20bool\29 -1363:skgpu::ganesh::SurfaceDrawContext::fillRectToRect\28GrClip\20const*\2c\20GrPaint&&\2c\20GrAA\2c\20SkMatrix\20const&\2c\20SkRect\20const&\2c\20SkRect\20const&\29 -1364:skgpu::ganesh::SurfaceDrawContext::drawRect\28GrClip\20const*\2c\20GrPaint&&\2c\20GrAA\2c\20SkMatrix\20const&\2c\20SkRect\20const&\2c\20GrStyle\20const*\29 -1365:skgpu::SkSLToBackend\28SkSL::ShaderCaps\20const*\2c\20bool\20\28*\29\28SkSL::Program&\2c\20SkSL::ShaderCaps\20const*\2c\20SkSL::NativeShader*\29\2c\20char\20const*\2c\20std::__2::basic_string\2c\20std::__2::allocator>\20const&\2c\20SkSL::ProgramKind\2c\20SkSL::ProgramSettings\20const&\2c\20SkSL::NativeShader*\2c\20SkSL::ProgramInterface*\2c\20skgpu::ShaderErrorHandler*\29 -1366:skgpu::GetApproxSize\28SkISize\29 -1367:skcms_TransferFunction_invert -1368:skcms_Matrix3x3_invert -1369:read_curve\28unsigned\20char\20const*\2c\20unsigned\20int\2c\20skcms_Curve*\2c\20unsigned\20int*\29 -1370:powf -1371:non-virtual\20thunk\20to\20GrOpFlushState::allocator\28\29 -1372:hb_lazy_loader_t\2c\20hb_face_t\2c\2024u\2c\20OT::GDEF_accelerator_t>::do_destroy\28OT::GDEF_accelerator_t*\29 -1373:hb_buffer_set_flags -1374:hb_buffer_append -1375:hb_blob_t*\20hb_data_wrapper_t::call_create>\28\29\20const -1376:hb_blob_t*\20hb_data_wrapper_t::call_create>\28\29\20const -1377:hb_bit_set_t::add_range\28unsigned\20int\2c\20unsigned\20int\29 -1378:emscripten::internal::MethodInvoker\29\2c\20void\2c\20SkFont*\2c\20sk_sp>::invoke\28void\20\28SkFont::*\20const&\29\28sk_sp\29\2c\20SkFont*\2c\20sk_sp*\29 -1379:emscripten::internal::Invoker::invoke\28unsigned\20long\20\28*\29\28\29\29 -1380:emscripten::internal::FunctionInvoker\20const&\2c\20unsigned\20long\2c\20unsigned\20long\2c\20SkFilterMode\2c\20SkPaint\20const*\29\2c\20void\2c\20SkCanvas&\2c\20sk_sp\20const&\2c\20unsigned\20long\2c\20unsigned\20long\2c\20SkFilterMode\2c\20SkPaint\20const*>::invoke\28void\20\28**\29\28SkCanvas&\2c\20sk_sp\20const&\2c\20unsigned\20long\2c\20unsigned\20long\2c\20SkFilterMode\2c\20SkPaint\20const*\29\2c\20SkCanvas*\2c\20sk_sp*\2c\20unsigned\20long\2c\20unsigned\20long\2c\20SkFilterMode\2c\20SkPaint\20const*\29 -1381:cos -1382:char*\20std::__2::__rewrap_iter\5babi:nn180100\5d>\28char*\2c\20char*\29 -1383:cf2_glyphpath_lineTo -1384:bool\20emscripten::internal::MemberAccess::getWire\28bool\20RuntimeEffectUniform::*\20const&\2c\20RuntimeEffectUniform&\29 -1385:alloc_small -1386:af_latin_hints_compute_segments -1387:_hb_glyph_info_set_unicode_props\28hb_glyph_info_t*\2c\20hb_buffer_t*\29 -1388:__lshrti3 -1389:__letf2 -1390:__cxx_global_array_dtor_5163 -1391:\28anonymous\20namespace\29::SkBlurImageFilter::~SkBlurImageFilter\28\29 -1392:WebPDemuxGetI -1393:SkUTF::ToUTF16\28int\2c\20unsigned\20short*\29 -1394:SkTextBlobBuilder::~SkTextBlobBuilder\28\29 -1395:SkTextBlobBuilder::ConservativeRunBounds\28SkTextBlob::RunRecord\20const&\29 -1396:SkSynchronizedResourceCache::SkSynchronizedResourceCache\28unsigned\20long\29 -1397:SkSwizzler::swizzle\28void*\2c\20unsigned\20char\20const*\29 -1398:SkString::insert\28unsigned\20long\2c\20char\20const*\2c\20unsigned\20long\29 -1399:SkString::insertUnichar\28unsigned\20long\2c\20int\29 -1400:SkStrikeSpec::findOrCreateScopedStrike\28sktext::StrikeForGPUCacheInterface*\29\20const -1401:SkStrikeCache::GlobalStrikeCache\28\29 -1402:SkShader::isAImage\28SkMatrix*\2c\20SkTileMode*\29\20const -1403:SkSL::is_constant_value\28SkSL::Expression\20const&\2c\20double\29 -1404:SkSL::evaluate_pairwise_intrinsic\28SkSL::Context\20const&\2c\20std::__2::array\20const&\2c\20SkSL::Type\20const&\2c\20double\20\28*\29\28double\2c\20double\2c\20double\29\29 -1405:SkSL::\28anonymous\20namespace\29::ReturnsOnAllPathsVisitor::visitStatement\28SkSL::Statement\20const&\29 -1406:SkSL::Type::MakeScalarType\28std::__2::basic_string_view>\2c\20char\20const*\2c\20SkSL::Type::NumberKind\2c\20signed\20char\2c\20signed\20char\29 -1407:SkSL::RP::Generator::pushBinaryExpression\28SkSL::Expression\20const&\2c\20SkSL::Operator\2c\20SkSL::Expression\20const&\29 -1408:SkSL::RP::Builder::push_clone\28int\2c\20int\29 -1409:SkSL::ProgramUsage::remove\28SkSL::Statement\20const*\29 -1410:SkSL::Parser::statement\28bool\29 -1411:SkSL::Operator::determineBinaryType\28SkSL::Context\20const&\2c\20SkSL::Type\20const&\2c\20SkSL::Type\20const&\2c\20SkSL::Type\20const**\2c\20SkSL::Type\20const**\2c\20SkSL::Type\20const**\29\20const -1412:SkSL::ModifierFlags::description\28\29\20const -1413:SkSL::Layout::paddedDescription\28\29\20const -1414:SkSL::FieldAccess::Make\28SkSL::Context\20const&\2c\20SkSL::Position\2c\20std::__2::unique_ptr>\2c\20int\2c\20SkSL::FieldAccessOwnerKind\29 -1415:SkSL::ConstructorCompoundCast::Make\28SkSL::Context\20const&\2c\20SkSL::Position\2c\20SkSL::Type\20const&\2c\20std::__2::unique_ptr>\29 -1416:SkSL::Compiler::~Compiler\28\29 -1417:SkRuntimeEffect::findChild\28std::__2::basic_string_view>\29\20const -1418:SkResourceCache::remove\28SkResourceCache::Rec*\29 -1419:SkRectPriv::Subtract\28SkIRect\20const&\2c\20SkIRect\20const&\2c\20SkIRect*\29 -1420:SkRRect::transform\28SkMatrix\20const&\2c\20SkRRect*\29\20const -1421:SkPictureRecorder::SkPictureRecorder\28\29 -1422:SkPictureData::~SkPictureData\28\29 -1423:SkPathMeasure::nextContour\28\29 -1424:SkPathMeasure::getSegment\28float\2c\20float\2c\20SkPathBuilder*\2c\20bool\29 -1425:SkPathBuilder::addRect\28SkRect\20const&\2c\20SkPathDirection\2c\20unsigned\20int\29 -1426:SkPath::getPoint\28int\29\20const -1427:SkPaint::setBlender\28sk_sp\29 -1428:SkPaint::setAlphaf\28float\29 -1429:SkPaint::nothingToDraw\28\29\20const -1430:SkOpSegment::addT\28double\29 -1431:SkNoPixelsDevice::ClipState&\20skia_private::TArray::emplace_back\28SkIRect&&\2c\20bool&&\2c\20bool&&\29 -1432:SkImage_Lazy::generator\28\29\20const -1433:SkImage_Base::~SkImage_Base\28\29 -1434:SkImage_Base::SkImage_Base\28SkImageInfo\20const&\2c\20unsigned\20int\29 -1435:SkImageInfo::Make\28SkISize\2c\20SkColorType\2c\20SkAlphaType\2c\20sk_sp\29 -1436:SkImage::refColorSpace\28\29\20const -1437:SkImage::isAlphaOnly\28\29\20const -1438:SkFont::getWidthsBounds\28SkSpan\2c\20SkSpan\2c\20SkSpan\2c\20SkPaint\20const*\29\20const -1439:SkFont::getMetrics\28SkFontMetrics*\29\20const -1440:SkFont::SkFont\28sk_sp\2c\20float\29 -1441:SkFont::SkFont\28\29 -1442:SkEmptyFontStyleSet::createTypeface\28int\29 -1443:SkDrawTiler::SkDrawTiler\28SkBitmapDevice*\2c\20SkRect\20const*\29 -1444:SkDevice::setGlobalCTM\28SkM44\20const&\29 -1445:SkDevice::onReadPixels\28SkPixmap\20const&\2c\20int\2c\20int\29 -1446:SkDevice::accessPixels\28SkPixmap*\29 -1447:SkConic::chopAt\28float\2c\20SkConic*\29\20const -1448:SkColorTypeBytesPerPixel\28SkColorType\29 -1449:SkColorSpaceSingletonFactory::Make\28skcms_TransferFunction\20const&\2c\20skcms_Matrix3x3\20const&\29 -1450:SkColorFilter::asAColorMode\28unsigned\20int*\2c\20SkBlendMode*\29\20const -1451:SkCodec::fillIncompleteImage\28SkImageInfo\20const&\2c\20void*\2c\20unsigned\20long\2c\20SkCodec::ZeroInitialized\2c\20int\2c\20int\29 -1452:SkCanvas::saveLayer\28SkRect\20const*\2c\20SkPaint\20const*\29 -1453:SkCanvas::drawPaint\28SkPaint\20const&\29 -1454:SkCanvas::aboutToDraw\28SkPaint\20const&\2c\20SkRect\20const*\2c\20SkEnumBitMask\29 -1455:SkCanvas::ImageSetEntry::~ImageSetEntry\28\29 -1456:SkBulkGlyphMetrics::glyphs\28SkSpan\29 -1457:SkBlockMemoryStream::getLength\28\29\20const -1458:SkBitmap::operator=\28SkBitmap&&\29 -1459:SkBinaryWriteBuffer::writeByteArray\28void\20const*\2c\20unsigned\20long\29 -1460:SkArenaAllocWithReset::reset\28\29 -1461:OT::hb_ot_apply_context_t::_set_glyph_class\28unsigned\20int\2c\20unsigned\20int\2c\20bool\2c\20bool\29 -1462:OT::cmap::find_subtable\28unsigned\20int\2c\20unsigned\20int\29\20const -1463:OT::Layout::GPOS_impl::AnchorFormat3::sanitize\28hb_sanitize_context_t*\29\20const -1464:OT::GDEF_accelerator_t*\20hb_data_wrapper_t::call_create>\28\29\20const -1465:OT::CFFIndex>::operator\5b\5d\28unsigned\20int\29\20const -1466:GrTriangulator::Edge::disconnect\28\29 -1467:GrTextureEffect::MakeSubset\28GrSurfaceProxyView\2c\20SkAlphaType\2c\20SkMatrix\20const&\2c\20GrSamplerState\2c\20SkRect\20const&\2c\20GrCaps\20const&\2c\20float\20const*\2c\20bool\29 -1468:GrSurfaceProxyView::mipmapped\28\29\20const -1469:GrSurfaceProxy::instantiateImpl\28GrResourceProvider*\2c\20int\2c\20skgpu::Renderable\2c\20skgpu::Mipmapped\2c\20skgpu::UniqueKey\20const*\29 -1470:GrSimpleMeshDrawOpHelperWithStencil::isCompatible\28GrSimpleMeshDrawOpHelperWithStencil\20const&\2c\20GrCaps\20const&\2c\20SkRect\20const&\2c\20SkRect\20const&\2c\20bool\29\20const -1471:GrSimpleMeshDrawOpHelperWithStencil::finalizeProcessors\28GrCaps\20const&\2c\20GrAppliedClip\20const*\2c\20GrClampType\2c\20GrProcessorAnalysisCoverage\2c\20SkRGBA4f<\28SkAlphaType\292>*\2c\20bool*\29 -1472:GrShape::simplifyRect\28SkRect\20const&\2c\20SkPathDirection\2c\20unsigned\20int\2c\20unsigned\20int\29 -1473:GrQuad::projectedBounds\28\29\20const -1474:GrProcessorSet::MakeEmptySet\28\29 -1475:GrPorterDuffXPFactory::SimpleSrcOverXP\28\29 -1476:GrPixmap::Allocate\28GrImageInfo\20const&\29 -1477:GrPathTessellationShader::MakeSimpleTriangleShader\28SkArenaAlloc*\2c\20SkMatrix\20const&\2c\20SkRGBA4f<\28SkAlphaType\292>\20const&\29 -1478:GrImageInfo::operator=\28GrImageInfo&&\29 -1479:GrImageInfo::makeColorType\28GrColorType\29\20const -1480:GrGpuResource::setUniqueKey\28skgpu::UniqueKey\20const&\29 -1481:GrGpuResource::release\28\29 -1482:GrGeometryProcessor::textureSampler\28int\29\20const -1483:GrGeometryProcessor::AttributeSet::end\28\29\20const -1484:GrGeometryProcessor::AttributeSet::begin\28\29\20const -1485:GrGLSLShaderBuilder::addFeature\28unsigned\20int\2c\20char\20const*\29 -1486:GrGLGpu::clearErrorsAndCheckForOOM\28\29 -1487:GrGLGpu::bindSurfaceFBOForPixelOps\28GrSurface*\2c\20int\2c\20unsigned\20int\2c\20GrGLGpu::TempFBOTarget\29 -1488:GrGLCompileAndAttachShader\28GrGLContext\20const&\2c\20unsigned\20int\2c\20unsigned\20int\2c\20SkSL::NativeShader\20const&\2c\20bool\2c\20GrThreadSafePipelineBuilder::Stats*\2c\20skgpu::ShaderErrorHandler*\29 -1489:GrDirectContextPriv::flushSurfaces\28SkSpan\2c\20SkSurfaces::BackendSurfaceAccess\2c\20GrFlushInfo\20const&\2c\20skgpu::MutableTextureState\20const*\29 -1490:GrDefaultGeoProcFactory::Make\28SkArenaAlloc*\2c\20GrDefaultGeoProcFactory::Color\20const&\2c\20GrDefaultGeoProcFactory::Coverage\20const&\2c\20GrDefaultGeoProcFactory::LocalCoords\20const&\2c\20SkMatrix\20const&\29 -1491:GrConvertPixels\28GrPixmap\20const&\2c\20GrCPixmap\20const&\2c\20bool\29 -1492:GrColorSpaceXformEffect::Make\28std::__2::unique_ptr>\2c\20SkColorSpace*\2c\20SkAlphaType\2c\20SkColorSpace*\2c\20SkAlphaType\29 -1493:GrColorInfo::GrColorInfo\28\29 -1494:GrBlurUtils::convolve_gaussian_1d\28skgpu::ganesh::SurfaceFillContext*\2c\20GrSurfaceProxyView\2c\20SkIRect\20const&\2c\20SkIPoint\2c\20SkIRect\20const&\2c\20SkAlphaType\2c\20GrBlurUtils::\28anonymous\20namespace\29::Direction\2c\20int\2c\20float\2c\20SkTileMode\29 -1495:GrBackendFormat::operator=\28GrBackendFormat\20const&\29 -1496:FT_GlyphLoader_Rewind -1497:FT_Done_Face -1498:Cr_z_inflate -1499:wmemchr -1500:void\20std::__2::__stable_sort\20const&\2c\20unsigned\20int\2c\20FT_COLR_Paint_\20const&\2c\20SkPaint*\29::$_0::operator\28\29\28FT_ColorStopIterator_\20const&\2c\20std::__2::vector>&\2c\20std::__2::vector\2c\20std::__2::allocator>>&\29\20const::'lambda'\28\28anonymous\20namespace\29::colrv1_configure_skpaint\28FT_FaceRec_*\2c\20SkSpan\20const&\2c\20unsigned\20int\2c\20FT_COLR_Paint_\20const&\2c\20SkPaint*\29::$_0::operator\28\29\28FT_ColorStopIterator_\20const&\2c\20std::__2::vector>&\2c\20std::__2::vector\2c\20std::__2::allocator>>&\29\20const::ColorStop\20const&\2c\20\28anonymous\20namespace\29::colrv1_configure_skpaint\28FT_FaceRec_*\2c\20SkSpan\20const&\2c\20unsigned\20int\2c\20FT_COLR_Paint_\20const&\2c\20SkPaint*\29::$_0::operator\28\29\28FT_ColorStopIterator_\20const&\2c\20std::__2::vector>&\2c\20std::__2::vector\2c\20std::__2::allocator>>&\29\20const::ColorStop\20const&\29&\2c\20std::__2::__wrap_iter<\28anonymous\20namespace\29::colrv1_configure_skpaint\28FT_FaceRec_*\2c\20SkSpan\20const&\2c\20unsigned\20int\2c\20FT_COLR_Paint_\20const&\2c\20SkPaint*\29::$_0::operator\28\29\28FT_ColorStopIterator_\20const&\2c\20std::__2::vector>&\2c\20std::__2::vector\2c\20std::__2::allocator>>&\29\20const::ColorStop*>>\28std::__2::__wrap_iter<\28anonymous\20namespace\29::colrv1_configure_skpaint\28FT_FaceRec_*\2c\20SkSpan\20const&\2c\20unsigned\20int\2c\20FT_COLR_Paint_\20const&\2c\20SkPaint*\29::$_0::operator\28\29\28FT_ColorStopIterator_\20const&\2c\20std::__2::vector>&\2c\20std::__2::vector\2c\20std::__2::allocator>>&\29\20const::ColorStop*>\2c\20std::__2::__wrap_iter<\28anonymous\20namespace\29::colrv1_configure_skpaint\28FT_FaceRec_*\2c\20SkSpan\20const&\2c\20unsigned\20int\2c\20FT_COLR_Paint_\20const&\2c\20SkPaint*\29::$_0::operator\28\29\28FT_ColorStopIterator_\20const&\2c\20std::__2::vector>&\2c\20std::__2::vector\2c\20std::__2::allocator>>&\29\20const::ColorStop*>\2c\20\28anonymous\20namespace\29::colrv1_configure_skpaint\28FT_FaceRec_*\2c\20SkSpan\20const&\2c\20unsigned\20int\2c\20FT_COLR_Paint_\20const&\2c\20SkPaint*\29::$_0::operator\28\29\28FT_ColorStopIterator_\20const&\2c\20std::__2::vector>&\2c\20std::__2::vector\2c\20std::__2::allocator>>&\29\20const::'lambda'\28\28anonymous\20namespace\29::colrv1_configure_skpaint\28FT_FaceRec_*\2c\20SkSpan\20const&\2c\20unsigned\20int\2c\20FT_COLR_Paint_\20const&\2c\20SkPaint*\29::$_0::operator\28\29\28FT_ColorStopIterator_\20const&\2c\20std::__2::vector>&\2c\20std::__2::vector\2c\20std::__2::allocator>>&\29\20const::ColorStop\20const&\2c\20\28anonymous\20namespace\29::colrv1_configure_skpaint\28FT_FaceRec_*\2c\20SkSpan\20const&\2c\20unsigned\20int\2c\20FT_COLR_Paint_\20const&\2c\20SkPaint*\29::$_0::operator\28\29\28FT_ColorStopIterator_\20const&\2c\20std::__2::vector>&\2c\20std::__2::vector\2c\20std::__2::allocator>>&\29\20const::ColorStop\20const&\29&\2c\20std::__2::iterator_traits\20const&\2c\20unsigned\20int\2c\20FT_COLR_Paint_\20const&\2c\20SkPaint*\29::$_0::operator\28\29\28FT_ColorStopIterator_\20const&\2c\20std::__2::vector>&\2c\20std::__2::vector\2c\20std::__2::allocator>>&\29\20const::ColorStop*>>::difference_type\2c\20std::__2::iterator_traits\20const&\2c\20unsigned\20int\2c\20FT_COLR_Paint_\20const&\2c\20SkPaint*\29::$_0::operator\28\29\28FT_ColorStopIterator_\20const&\2c\20std::__2::vector>&\2c\20std::__2::vector\2c\20std::__2::allocator>>&\29\20const::ColorStop*>>::value_type*\2c\20long\29 -1501:void\20std::__2::__double_or_nothing\5babi:nn180100\5d\28std::__2::unique_ptr&\2c\20unsigned\20int*&\2c\20unsigned\20int*&\29 -1502:toupper -1503:top12_15900 -1504:std::__2::numpunct\20const&\20std::__2::use_facet\5babi:nn180100\5d>\28std::__2::locale\20const&\29 -1505:std::__2::numpunct\20const&\20std::__2::use_facet\5babi:nn180100\5d>\28std::__2::locale\20const&\29 -1506:std::__2::ctype::narrow\5babi:nn180100\5d\28char\2c\20char\29\20const -1507:std::__2::basic_string\2c\20std::__2::allocator>::basic_string\5babi:nn180100\5d<0>\28wchar_t\20const*\29 -1508:std::__2::basic_string\2c\20std::__2::allocator>::__recommend\5babi:nn180100\5d\28unsigned\20long\29 -1509:std::__2::basic_streambuf>::~basic_streambuf\28\29 -1510:std::__2::basic_streambuf>::setg\5babi:nn180100\5d\28char*\2c\20char*\2c\20char*\29 -1511:std::__2::__num_get::__stage2_int_loop\28wchar_t\2c\20int\2c\20char*\2c\20char*&\2c\20unsigned\20int&\2c\20wchar_t\2c\20std::__2::basic_string\2c\20std::__2::allocator>\20const&\2c\20unsigned\20int*\2c\20unsigned\20int*&\2c\20wchar_t\20const*\29 -1512:std::__2::__num_get::__stage2_int_loop\28char\2c\20int\2c\20char*\2c\20char*&\2c\20unsigned\20int&\2c\20char\2c\20std::__2::basic_string\2c\20std::__2::allocator>\20const&\2c\20unsigned\20int*\2c\20unsigned\20int*&\2c\20char\20const*\29 -1513:std::__2::__allocation_result>::pointer>\20std::__2::__allocate_at_least\5babi:nn180100\5d>\28std::__2::allocator&\2c\20unsigned\20long\29 -1514:std::__2::__allocation_result>::pointer>\20std::__2::__allocate_at_least\5babi:nn180100\5d>\28std::__2::allocator&\2c\20unsigned\20long\29 -1515:src_p\28unsigned\20char\2c\20unsigned\20char\29 -1516:skif::RoundOut\28SkRect\29 -1517:skif::FilterResult::subset\28skif::LayerSpace\20const&\2c\20skif::LayerSpace\20const&\2c\20bool\29\20const -1518:skif::FilterResult::operator=\28skif::FilterResult&&\29 -1519:skia_private::THashMap::operator\5b\5d\28SkSL::Variable\20const*\20const&\29 -1520:skia_private::TArray::resize_back\28int\29 -1521:skia_private::TArray::push_back_raw\28int\29 -1522:skia_png_sig_cmp -1523:skia_png_set_longjmp_fn -1524:skia_png_get_valid -1525:skia_png_gamma_8bit_correct -1526:skia_png_free_data -1527:skia_png_destroy_read_struct -1528:skia_png_chunk_warning -1529:skia::textlayout::TextLine::measureTextInsideOneRun\28skia::textlayout::SkRange\2c\20skia::textlayout::Run\20const*\2c\20float\2c\20float\2c\20bool\2c\20skia::textlayout::TextLine::TextAdjustment\29\20const -1530:skia::textlayout::Run::positionX\28unsigned\20long\29\20const -1531:skia::textlayout::Run::Run\28skia::textlayout::ParagraphImpl*\2c\20SkShaper::RunHandler::RunInfo\20const&\2c\20unsigned\20long\2c\20float\2c\20bool\2c\20float\2c\20unsigned\20long\2c\20float\29 -1532:skia::textlayout::ParagraphCacheKey::operator==\28skia::textlayout::ParagraphCacheKey\20const&\29\20const -1533:skia::textlayout::FontCollection::enableFontFallback\28\29 -1534:skgpu::tess::PatchWriter\2c\20skgpu::tess::Optional<\28skgpu::tess::PatchAttribs\294>\2c\20skgpu::tess::Optional<\28skgpu::tess::PatchAttribs\298>\2c\20skgpu::tess::Optional<\28skgpu::tess::PatchAttribs\2964>\2c\20skgpu::tess::Optional<\28skgpu::tess::PatchAttribs\2932>\2c\20skgpu::tess::ReplicateLineEndPoints\2c\20skgpu::tess::TrackJoinControlPoints>::chopAndWriteCubics\28skvx::Vec<2\2c\20float>\2c\20skvx::Vec<2\2c\20float>\2c\20skvx::Vec<2\2c\20float>\2c\20skvx::Vec<2\2c\20float>\2c\20int\29 -1535:skgpu::ganesh::QuadPerEdgeAA::VertexSpec::vertexSize\28\29\20const -1536:skgpu::ganesh::Device::readSurfaceView\28\29 -1537:skgpu::ganesh::ClipStack::clip\28skgpu::ganesh::ClipStack::RawElement&&\29 -1538:skgpu::ganesh::ClipStack::RawElement::contains\28skgpu::ganesh::ClipStack::RawElement\20const&\29\20const -1539:skgpu::ganesh::ClipStack::RawElement::RawElement\28SkMatrix\20const&\2c\20GrShape\20const&\2c\20GrAA\2c\20SkClipOp\29 -1540:skgpu::Swizzle::asString\28\29\20const -1541:skgpu::ScratchKey::GenerateResourceType\28\29 -1542:skgpu::GetBlendFormula\28bool\2c\20bool\2c\20SkBlendMode\29 -1543:skcpu::Recorder::TODO\28\29 -1544:skcms_Transform::$_2::operator\28\29\28skcms_Curve\20const*\2c\20int\29\20const -1545:sbrk -1546:ps_tofixedarray -1547:processPropertySeq\28UBiDi*\2c\20LevState*\2c\20unsigned\20char\2c\20int\2c\20int\29 -1548:png_format_buffer -1549:png_check_keyword -1550:nextafterf -1551:jpeg_huff_decode -1552:hb_vector_t::push\28\29 -1553:hb_unicode_funcs_destroy -1554:hb_serialize_context_t::pop_discard\28\29 -1555:hb_lazy_loader_t\2c\20hb_face_t\2c\205u\2c\20OT::hmtx_accelerator_t>::do_destroy\28OT::hmtx_accelerator_t*\29 -1556:hb_lazy_loader_t\2c\20hb_face_t\2c\2028u\2c\20AAT::morx_accelerator_t>::do_destroy\28AAT::morx_accelerator_t*\29 -1557:hb_lazy_loader_t\2c\20hb_face_t\2c\2030u\2c\20AAT::kerx_accelerator_t>::do_destroy\28AAT::kerx_accelerator_t*\29 -1558:hb_glyf_scratch_t::~hb_glyf_scratch_t\28\29 -1559:hb_font_t::get_glyph_h_origin_with_fallback\28unsigned\20int\2c\20int*\2c\20int*\29 -1560:hb_font_t::changed\28\29 -1561:hb_buffer_t::next_glyph\28\29 -1562:hb_blob_create_sub_blob -1563:hairquad\28SkPoint\20const*\2c\20SkRegion\20const*\2c\20SkRect\20const*\2c\20SkRect\20const*\2c\20SkBlitter*\2c\20int\2c\20void\20\28*\29\28SkPoint\20const*\2c\20int\2c\20SkRegion\20const*\2c\20SkBlitter*\29\29 -1564:getenv -1565:fmt_u -1566:flush_pending -1567:emscripten::internal::FunctionInvoker::invoke\28void\20\28**\29\28SkPath&\29\2c\20SkPath*\29 -1568:emscripten::internal::FunctionInvoker::invoke\28emscripten::val\20\28**\29\28SkFont&\29\2c\20SkFont*\29 -1569:do_fixed -1570:destroy_face -1571:decltype\28fp\28\28SkRecords::NoOp*\29\28nullptr\29\29\29\20SkRecord::Record::mutate\28SkRecord::Destroyer&\29 -1572:char*\20const&\20std::__2::max\5babi:nn180100\5d\28char*\20const&\2c\20char*\20const&\29 -1573:cf2_stack_pushInt -1574:cf2_interpT2CharString -1575:cf2_glyphpath_moveTo -1576:_hb_ot_metrics_get_position_common\28hb_font_t*\2c\20hb_ot_metrics_tag_t\2c\20int*\29 -1577:__wasi_syscall_ret -1578:__tandf -1579:__floatunsitf -1580:__cxa_allocate_exception -1581:\28anonymous\20namespace\29::PathGeoBuilder::createMeshAndPutBackReserve\28\29 -1582:\28anonymous\20namespace\29::MeshOp::fixedFunctionFlags\28\29\20const -1583:\28anonymous\20namespace\29::DrawAtlasOpImpl::fixedFunctionFlags\28\29\20const -1584:VP8LDoFillBitWindow -1585:VP8LClear -1586:TT_Get_MM_Var -1587:SkWStream::writeScalar\28float\29 -1588:SkUTF::UTF8ToUTF16\28unsigned\20short*\2c\20int\2c\20char\20const*\2c\20unsigned\20long\29 -1589:SkTypeface::isFixedPitch\28\29\20const -1590:SkTypeface::MakeEmpty\28\29 -1591:SkTSect::BinarySearch\28SkTSect*\2c\20SkTSect*\2c\20SkIntersections*\29 -1592:SkTConic::operator\5b\5d\28int\29\20const -1593:SkTBlockList::reset\28\29 -1594:SkTBlockList::reset\28\29 -1595:SkString::insertU32\28unsigned\20long\2c\20unsigned\20int\29 -1596:SkShaders::MatrixRec::applyForFragmentProcessor\28SkMatrix\20const&\29\20const -1597:SkShaders::MatrixRec::MatrixRec\28SkMatrix\20const&\29 -1598:SkScan::FillRect\28SkRect\20const&\2c\20SkRasterClip\20const&\2c\20SkBlitter*\29 -1599:SkScan::FillIRect\28SkIRect\20const&\2c\20SkRegion\20const*\2c\20SkBlitter*\29 -1600:SkSL::optimize_comparison\28SkSL::Context\20const&\2c\20std::__2::array\20const&\2c\20bool\20\28*\29\28double\2c\20double\29\29 -1601:SkSL::coalesce_n_way_vector\28SkSL::Expression\20const*\2c\20SkSL::Expression\20const*\2c\20double\2c\20SkSL::Type\20const&\2c\20double\20\28*\29\28double\2c\20double\2c\20double\29\2c\20double\20\28*\29\28double\29\29 -1602:SkSL::Type::convertArraySize\28SkSL::Context\20const&\2c\20SkSL::Position\2c\20SkSL::Position\2c\20long\20long\29\20const -1603:SkSL::String::appendf\28std::__2::basic_string\2c\20std::__2::allocator>*\2c\20char\20const*\2c\20...\29 -1604:SkSL::RP::Generator::returnComplexity\28SkSL::FunctionDefinition\20const*\29 -1605:SkSL::RP::Builder::dot_floats\28int\29 -1606:SkSL::ProgramUsage::get\28SkSL::FunctionDeclaration\20const&\29\20const -1607:SkSL::Parser::type\28SkSL::Modifiers*\29 -1608:SkSL::Parser::modifiers\28\29 -1609:SkSL::ConstructorDiagonalMatrix::Make\28SkSL::Context\20const&\2c\20SkSL::Position\2c\20SkSL::Type\20const&\2c\20std::__2::unique_ptr>\29 -1610:SkSL::ConstructorArrayCast::~ConstructorArrayCast\28\29 -1611:SkSL::ConstantFolder::MakeConstantValueForVariable\28SkSL::Position\2c\20std::__2::unique_ptr>\29 -1612:SkSL::Compiler::Compiler\28\29 -1613:SkSL::Analysis::IsTrivialExpression\28SkSL::Expression\20const&\29 -1614:SkRuntimeEffectPriv::CanDraw\28SkCapabilities\20const*\2c\20SkRuntimeEffect\20const*\29 -1615:SkRuntimeEffectBuilder::makeShader\28SkMatrix\20const*\29\20const -1616:SkRegion::setPath\28SkPath\20const&\2c\20SkRegion\20const&\29 -1617:SkRegion::operator=\28SkRegion\20const&\29 -1618:SkRegion::op\28SkRegion\20const&\2c\20SkRegion\20const&\2c\20SkRegion::Op\29 -1619:SkRegion::Iterator::next\28\29 -1620:SkRect\20skif::Mapping::map\28SkRect\20const&\2c\20SkMatrix\20const&\29 -1621:SkRasterPipeline::compile\28\29\20const -1622:SkRasterPipeline::appendClampIfNormalized\28SkImageInfo\20const&\29 -1623:SkRasterClip::translate\28int\2c\20int\2c\20SkRasterClip*\29\20const -1624:SkRasterClip::op\28SkIRect\20const&\2c\20SkClipOp\29 -1625:SkPixmap::extractSubset\28SkPixmap*\2c\20SkIRect\20const&\29\20const -1626:SkPictureRecorder::beginRecording\28SkRect\20const&\2c\20SkBBHFactory*\29 -1627:SkPathWriter::finishContour\28\29 -1628:SkPathStroker::cubicPerpRay\28SkPoint\20const*\2c\20float\2c\20SkPoint*\2c\20SkPoint*\2c\20SkPoint*\29\20const -1629:SkPathMeasure::getPosTan\28float\2c\20SkPoint*\2c\20SkPoint*\29 -1630:SkPathEdgeIter::SkPathEdgeIter\28SkPath\20const&\29 -1631:SkPathBuilder::reset\28\29 -1632:SkPath::getSegmentMasks\28\29\20const -1633:SkPath::close\28\29 -1634:SkPath::addRRect\28SkRRect\20const&\2c\20SkPathDirection\29 -1635:SkPath::Polygon\28SkSpan\2c\20bool\2c\20SkPathFillType\2c\20bool\29 -1636:SkPaintPriv::ComputeLuminanceColor\28SkPaint\20const&\29 -1637:SkPaint::isSrcOver\28\29\20const -1638:SkOpAngle::linesOnOriginalSide\28SkOpAngle\20const*\29 -1639:SkNotifyBitmapGenIDIsStale\28unsigned\20int\29 -1640:SkNoDrawCanvas::onDrawPatch\28SkPoint\20const*\2c\20unsigned\20int\20const*\2c\20SkPoint\20const*\2c\20SkBlendMode\2c\20SkPaint\20const&\29 -1641:SkMipmap::Build\28SkPixmap\20const&\2c\20SkDiscardableMemory*\20\28*\29\28unsigned\20long\29\2c\20bool\29 -1642:SkMeshSpecification::~SkMeshSpecification\28\29 -1643:SkMemoryStream::SkMemoryStream\28void\20const*\2c\20unsigned\20long\2c\20bool\29 -1644:SkMatrix::setSinCos\28float\2c\20float\2c\20float\2c\20float\29 -1645:SkMatrix::setRSXform\28SkRSXform\20const&\29 -1646:SkMatrix::mapHomogeneousPoints\28SkSpan\2c\20SkSpan\29\20const -1647:SkMatrix::decomposeScale\28SkSize*\2c\20SkMatrix*\29\20const -1648:SkMaskFilterBase::getFlattenableType\28\29\20const -1649:SkMaskBuilder::AllocImage\28unsigned\20long\2c\20SkMaskBuilder::AllocType\29 -1650:SkMallocPixelRef::MakeAllocate\28SkImageInfo\20const&\2c\20unsigned\20long\29 -1651:SkKnownRuntimeEffects::\28anonymous\20namespace\29::make_blur_2D_shader\28int\2c\20SkKnownRuntimeEffects::StableKey\29 -1652:SkKnownRuntimeEffects::\28anonymous\20namespace\29::make_blur_1D_shader\28int\2c\20SkKnownRuntimeEffects::StableKey\29 -1653:SkIntersections::insertNear\28double\2c\20double\2c\20SkDPoint\20const&\2c\20SkDPoint\20const&\29 -1654:SkIntersections::flip\28\29 -1655:SkImageFilters::Empty\28\29 -1656:SkImageFilter_Base::~SkImageFilter_Base\28\29 -1657:SkGlyph::drawable\28\29\20const -1658:SkFont::unicharToGlyph\28int\29\20const -1659:SkFont::setTypeface\28sk_sp\29 -1660:SkFont::setHinting\28SkFontHinting\29 -1661:SkFindQuadMaxCurvature\28SkPoint\20const*\29 -1662:SkEvalCubicAt\28SkPoint\20const*\2c\20float\2c\20SkPoint*\2c\20SkPoint*\2c\20SkPoint*\29 -1663:SkDCubic::FindExtrema\28double\20const*\2c\20double*\29 -1664:SkCodec::getPixels\28SkImageInfo\20const&\2c\20void*\2c\20unsigned\20long\2c\20SkCodec::Options\20const*\29 -1665:SkChopCubicAtHalf\28SkPoint\20const*\2c\20SkPoint*\29 -1666:SkCanvas::internalRestore\28\29 -1667:SkCanvas::getLocalToDevice\28\29\20const -1668:SkCanvas::clipRect\28SkRect\20const&\2c\20SkClipOp\2c\20bool\29 -1669:SkBlendMode_AsCoeff\28SkBlendMode\2c\20SkBlendModeCoeff*\2c\20SkBlendModeCoeff*\29 -1670:SkBlendMode\20SkReadBuffer::read32LE\28SkBlendMode\29 -1671:SkBitmap::operator=\28SkBitmap\20const&\29 -1672:SkBinaryWriteBuffer::~SkBinaryWriteBuffer\28\29 -1673:SkAutoPixmapStorage::tryAlloc\28SkImageInfo\20const&\29 -1674:SkAAClip::SkAAClip\28\29 -1675:Read255UShort -1676:OT::cff1::accelerator_templ_t>::_fini\28\29 -1677:OT::Layout::GPOS_impl::ValueFormat::sanitize_value_devices\28hb_sanitize_context_t*\2c\20OT::Layout::GPOS_impl::ValueBase\20const*\2c\20OT::IntType\20const*\29\20const -1678:OT::Layout::GPOS_impl::ValueFormat::apply_value\28OT::hb_ot_apply_context_t*\2c\20OT::Layout::GPOS_impl::ValueBase\20const*\2c\20OT::IntType\20const*\2c\20hb_glyph_position_t&\29\20const -1679:OT::ItemVariationStore::sanitize\28hb_sanitize_context_t*\29\20const -1680:OT::HVARVVAR::sanitize\28hb_sanitize_context_t*\29\20const -1681:GrTriangulator::VertexList::insert\28GrTriangulator::Vertex*\2c\20GrTriangulator::Vertex*\2c\20GrTriangulator::Vertex*\29 -1682:GrTriangulator::Poly::addEdge\28GrTriangulator::Edge*\2c\20GrTriangulator::Side\2c\20GrTriangulator*\29 -1683:GrTriangulator::EdgeList::remove\28GrTriangulator::Edge*\29 -1684:GrStyledShape::operator=\28GrStyledShape\20const&\29 -1685:GrSimpleMeshDrawOpHelperWithStencil::createProgramInfoWithStencil\28GrCaps\20const*\2c\20SkArenaAlloc*\2c\20GrSurfaceProxyView\20const&\2c\20bool\2c\20GrAppliedClip&&\2c\20GrDstProxyView\20const&\2c\20GrGeometryProcessor*\2c\20GrPrimitiveType\2c\20GrXferBarrierFlags\2c\20GrLoadOp\29 -1686:GrRenderTask::addDependency\28GrDrawingManager*\2c\20GrSurfaceProxy*\2c\20skgpu::Mipmapped\2c\20GrTextureResolveManager\2c\20GrCaps\20const&\29 -1687:GrRenderTask::GrRenderTask\28\29 -1688:GrRenderTarget::onRelease\28\29 -1689:GrProxyProvider::findOrCreateProxyByUniqueKey\28skgpu::UniqueKey\20const&\2c\20GrSurfaceProxy::UseAllocator\29 -1690:GrProcessorSet::operator==\28GrProcessorSet\20const&\29\20const -1691:GrPathUtils::generateQuadraticPoints\28SkPoint\20const&\2c\20SkPoint\20const&\2c\20SkPoint\20const&\2c\20float\2c\20SkPoint**\2c\20unsigned\20int\29 -1692:GrMeshDrawOp::QuadHelper::QuadHelper\28GrMeshDrawTarget*\2c\20unsigned\20long\2c\20int\29 -1693:GrMakeCachedBitmapProxyView\28GrRecordingContext*\2c\20SkBitmap\20const&\2c\20std::__2::basic_string_view>\2c\20skgpu::Mipmapped\29 -1694:GrIsStrokeHairlineOrEquivalent\28GrStyle\20const&\2c\20SkMatrix\20const&\2c\20float*\29 -1695:GrImageContext::abandoned\28\29 -1696:GrGpuResource::registerWithCache\28skgpu::Budgeted\29 -1697:GrGpuBuffer::isMapped\28\29\20const -1698:GrGpu::didWriteToSurface\28GrSurface*\2c\20GrSurfaceOrigin\2c\20SkIRect\20const*\2c\20unsigned\20int\29\20const -1699:GrGeometryProcessor::ProgramImpl::setupUniformColor\28GrGLSLFPFragmentBuilder*\2c\20GrGLSLUniformHandler*\2c\20char\20const*\2c\20GrResourceHandle*\29 -1700:GrGLGpu::flushRenderTarget\28GrGLRenderTarget*\2c\20bool\29 -1701:GrFragmentProcessor::visitTextureEffects\28std::__2::function\20const&\29\20const -1702:GrFragmentProcessor::visitProxies\28std::__2::function\20const&\29\20const -1703:GrFragmentProcessor::MakeColor\28SkRGBA4f<\28SkAlphaType\292>\29 -1704:GrBufferAllocPool::makeSpace\28unsigned\20long\2c\20unsigned\20long\2c\20sk_sp*\2c\20unsigned\20long*\29 -1705:GrBackendTextures::GetGLTextureInfo\28GrBackendTexture\20const&\2c\20GrGLTextureInfo*\29 -1706:FilterLoop26_C -1707:FT_Vector_Transform -1708:FT_Vector_NormLen -1709:FT_Outline_Transform -1710:CFF::dict_opset_t::process_op\28unsigned\20int\2c\20CFF::interp_env_t&\29 -1711:AlmostBetweenUlps\28float\2c\20float\2c\20float\29 -1712:1475 -1713:1476 -1714:1477 -1715:1478 -1716:void\20hb_buffer_t::collect_codepoints\28hb_bit_set_t&\29\20const -1717:void\20extend_pts<\28SkPaint::Cap\292>\28SkPath::Verb\2c\20SkPath::Verb\2c\20SkPoint*\2c\20int\29 -1718:void\20extend_pts<\28SkPaint::Cap\291>\28SkPath::Verb\2c\20SkPath::Verb\2c\20SkPoint*\2c\20int\29 -1719:void\20AAT::Lookup>::collect_glyphs_filtered\28hb_bit_set_t&\2c\20unsigned\20int\2c\20hb_bit_page_t\20const&\29\20const -1720:ubidi_getMemory_skia -1721:transform\28unsigned\20int*\2c\20unsigned\20char\20const*\29 -1722:strcspn -1723:std::__2::vector>::__append\28unsigned\20long\29 -1724:std::__2::locale::locale\28std::__2::locale\20const&\29 -1725:std::__2::locale::classic\28\29 -1726:std::__2::codecvt::do_unshift\28__mbstate_t&\2c\20char*\2c\20char*\2c\20char*&\29\20const -1727:std::__2::chrono::__libcpp_steady_clock_now\28\29 -1728:std::__2::basic_string\2c\20std::__2::allocator>::basic_string\5babi:nn180100\5d<0>\28char\20const*\29 -1729:std::__2::basic_string\2c\20std::__2::allocator>::__grow_by_and_replace\28unsigned\20long\2c\20unsigned\20long\2c\20unsigned\20long\2c\20unsigned\20long\2c\20unsigned\20long\2c\20unsigned\20long\2c\20char\20const*\29 -1730:std::__2::basic_string\2c\20std::__2::allocator>::__fits_in_sso\5babi:nn180100\5d\28unsigned\20long\29 -1731:std::__2::__wrap_iter\20std::__2::vector>::__insert_with_size\5babi:ne180100\5d\28std::__2::__wrap_iter\2c\20float\20const*\2c\20float\20const*\2c\20long\29 -1732:std::__2::__throw_bad_variant_access\5babi:ne180100\5d\28\29 -1733:std::__2::__split_buffer>::push_front\28skia::textlayout::OneLineShaper::RunBlock*&&\29 -1734:std::__2::__num_get::__stage2_int_prep\28std::__2::ios_base&\2c\20wchar_t&\29 -1735:std::__2::__num_get::__do_widen\28std::__2::ios_base&\2c\20wchar_t*\29\20const -1736:std::__2::__num_get::__stage2_int_prep\28std::__2::ios_base&\2c\20char&\29 -1737:std::__2::__itoa::__append1\5babi:nn180100\5d\28char*\2c\20unsigned\20int\29 -1738:sktext::gpu::GlyphVector::~GlyphVector\28\29 -1739:skif::LayerSpace::round\28\29\20const -1740:skif::LayerSpace::inverseMapRect\28skif::LayerSpace\20const&\2c\20skif::LayerSpace*\29\20const -1741:skif::FilterResult::applyTransform\28skif::Context\20const&\2c\20skif::LayerSpace\20const&\2c\20SkSamplingOptions\20const&\29\20const -1742:skif::FilterResult::Builder::~Builder\28\29 -1743:skif::FilterResult::Builder::Builder\28skif::Context\20const&\29 -1744:skia_private::THashTable::Traits>::resize\28int\29 -1745:skia_private::THashTable::AdaptedTraits>::removeIfExists\28skgpu::UniqueKey\20const&\29 -1746:skia_private::TArray::resize_back\28int\29 -1747:skia_png_set_progressive_read_fn -1748:skia_png_set_interlace_handling -1749:skia_png_reciprocal -1750:skia_png_read_chunk_header -1751:skia_png_get_io_ptr -1752:skia_png_calloc -1753:skia::textlayout::TextLine::~TextLine\28\29 -1754:skia::textlayout::ParagraphStyle::ParagraphStyle\28skia::textlayout::ParagraphStyle\20const&\29 -1755:skia::textlayout::ParagraphCacheKey::~ParagraphCacheKey\28\29 -1756:skia::textlayout::OneLineShaper::RunBlock*\20std::__2::vector>::__emplace_back_slow_path\28skia::textlayout::OneLineShaper::RunBlock&\29 -1757:skia::textlayout::FontCollection::findTypefaces\28std::__2::vector>\20const&\2c\20SkFontStyle\2c\20std::__2::optional\20const&\29 -1758:skia::textlayout::Cluster::trimmedWidth\28unsigned\20long\29\20const -1759:skgpu::ganesh::TextureOp::BatchSizeLimiter::createOp\28GrTextureSetEntry*\2c\20int\2c\20GrAAType\29 -1760:skgpu::ganesh::SurfaceFillContext::fillWithFP\28std::__2::unique_ptr>\29 -1761:skgpu::ganesh::SurfaceDrawContext::drawShape\28GrClip\20const*\2c\20GrPaint&&\2c\20GrAA\2c\20SkMatrix\20const&\2c\20GrStyledShape&&\29 -1762:skgpu::ganesh::SurfaceDrawContext::drawShapeUsingPathRenderer\28GrClip\20const*\2c\20GrPaint&&\2c\20GrAA\2c\20SkMatrix\20const&\2c\20GrStyledShape&&\2c\20bool\29 -1763:skgpu::ganesh::SurfaceDrawContext::drawRRect\28GrClip\20const*\2c\20GrPaint&&\2c\20GrAA\2c\20SkMatrix\20const&\2c\20SkRRect\20const&\2c\20GrStyle\20const&\29 -1764:skgpu::ganesh::SurfaceContext::transferPixels\28GrColorType\2c\20SkIRect\20const&\29 -1765:skgpu::ganesh::SmallPathAtlasMgr::reset\28\29 -1766:skgpu::ganesh::QuadPerEdgeAA::CalcIndexBufferOption\28GrAAType\2c\20int\29 -1767:skgpu::ganesh::LockTextureProxyView\28GrRecordingContext*\2c\20SkImage_Lazy\20const*\2c\20GrImageTexGenPolicy\2c\20skgpu::Mipmapped\29::$_0::operator\28\29\28GrSurfaceProxyView\20const&\29\20const -1768:skgpu::ganesh::Device::targetProxy\28\29 -1769:skgpu::ganesh::ClipStack::getConservativeBounds\28\29\20const -1770:skgpu::TAsyncReadResult::addTransferResult\28skgpu::ganesh::SurfaceContext::PixelTransferResult\20const&\2c\20SkISize\2c\20unsigned\20long\2c\20skgpu::TClientMappedBufferManager*\29 -1771:skgpu::Swizzle::apply\28SkRasterPipeline*\29\20const -1772:skgpu::Plot::resetRects\28bool\29 -1773:ps_dimension_add_t1stem -1774:log -1775:jcopy_sample_rows -1776:hb_lazy_loader_t\2c\20hb_face_t\2c\2015u\2c\20OT::glyf_accelerator_t>::do_destroy\28OT::glyf_accelerator_t*\29 -1777:hb_font_t::has_func\28unsigned\20int\29 -1778:hb_buffer_create_similar -1779:hb_bit_set_t::intersects\28hb_bit_set_t\20const&\29\20const -1780:ft_service_list_lookup -1781:fseek -1782:fflush -1783:expm1 -1784:emscripten::internal::MethodInvoker::invoke\28void\20\28GrDirectContext::*\20const&\29\28\29\2c\20GrDirectContext*\29 -1785:emscripten::internal::Invoker>::invoke\28sk_sp\20\28*\29\28\29\29 -1786:emscripten::internal::FunctionInvoker\20const&\2c\20unsigned\20long\2c\20unsigned\20long\2c\20SkFilterMode\2c\20SkMipmapMode\2c\20SkPaint\20const*\29\2c\20void\2c\20SkCanvas&\2c\20sk_sp\20const&\2c\20unsigned\20long\2c\20unsigned\20long\2c\20SkFilterMode\2c\20SkMipmapMode\2c\20SkPaint\20const*>::invoke\28void\20\28**\29\28SkCanvas&\2c\20sk_sp\20const&\2c\20unsigned\20long\2c\20unsigned\20long\2c\20SkFilterMode\2c\20SkMipmapMode\2c\20SkPaint\20const*\29\2c\20SkCanvas*\2c\20sk_sp*\2c\20unsigned\20long\2c\20unsigned\20long\2c\20SkFilterMode\2c\20SkMipmapMode\2c\20SkPaint\20const*\29 -1787:emscripten::internal::FunctionInvoker::invoke\28bool\20\28**\29\28SkCanvas\20const&\2c\20unsigned\20long\29\2c\20SkCanvas*\2c\20unsigned\20long\29 -1788:decltype\28fp\28nullptr\29\29\20SkArenaAlloc::make<\28anonymous\20namespace\29::GaussianPass::MakeMaker\28float\2c\20SkArenaAlloc*\29::Maker*\20SkArenaAlloc::make<\28anonymous\20namespace\29::GaussianPass::MakeMaker\28float\2c\20SkArenaAlloc*\29::Maker\2c\20float&>\28float&\29::'lambda'\28void*\29>\28\28anonymous\20namespace\29::GaussianPass::MakeMaker\28float\2c\20SkArenaAlloc*\29::Maker&&\29::'lambda'\28char*\29::__invoke\28char*\29 -1789:crc32_z -1790:char*\20sktext::gpu::BagOfBytes::allocateBytesFor\28int\29::'lambda'\28\29::operator\28\29\28\29\20const -1791:cf2_hintmap_insertHint -1792:cf2_hintmap_build -1793:cf2_glyphpath_pushPrevElem -1794:bool\20std::__2::__less::operator\28\29\5babi:nn180100\5d\28unsigned\20int\20const&\2c\20unsigned\20long\20const&\29\20const -1795:blit_trapezoid_row\28AdditiveBlitter*\2c\20int\2c\20int\2c\20int\2c\20int\2c\20int\2c\20int\2c\20int\2c\20unsigned\20char\2c\20unsigned\20char*\2c\20bool\29 -1796:afm_stream_read_one -1797:af_shaper_get_cluster -1798:af_latin_hints_link_segments -1799:af_latin_compute_stem_width -1800:af_glyph_hints_reload -1801:acosf -1802:__syscall_ret -1803:__sin -1804:__cos -1805:WebPDemuxDelete -1806:VP8LHuffmanTablesDeallocate -1807:SkWriter32::writeSampling\28SkSamplingOptions\20const&\29 -1808:SkVertices::Builder::detach\28\29 -1809:SkUTF::NextUTF8WithReplacement\28char\20const**\2c\20char\20const*\29 -1810:SkTypeface_FreeType::~SkTypeface_FreeType\28\29 -1811:SkTypeface_FreeType::FaceRec::~FaceRec\28\29 -1812:SkTypeface::SkTypeface\28SkFontStyle\20const&\2c\20bool\29 -1813:SkTextBlob::RunRecord::textSizePtr\28\29\20const -1814:SkTMultiMap::remove\28skgpu::ScratchKey\20const&\2c\20GrGpuResource\20const*\29 -1815:SkTMultiMap::insert\28skgpu::ScratchKey\20const&\2c\20GrGpuResource*\29 -1816:SkTDStorage::insert\28int\2c\20int\2c\20void\20const*\29 -1817:SkTDPQueue<\28anonymous\20namespace\29::RunIteratorQueue::Entry\2c\20&\28anonymous\20namespace\29::RunIteratorQueue::CompareEntry\28\28anonymous\20namespace\29::RunIteratorQueue::Entry\20const&\2c\20\28anonymous\20namespace\29::RunIteratorQueue::Entry\20const&\29\2c\20\28int*\20\28*\29\28\28anonymous\20namespace\29::RunIteratorQueue::Entry\20const&\29\290>::insert\28\28anonymous\20namespace\29::RunIteratorQueue::Entry\29 -1818:SkSwizzler::Make\28SkEncodedInfo\20const&\2c\20unsigned\20int\20const*\2c\20SkImageInfo\20const&\2c\20SkCodec::Options\20const&\2c\20SkIRect\20const*\29 -1819:SkSurface_Base::~SkSurface_Base\28\29 -1820:SkString::resize\28unsigned\20long\29 -1821:SkStrikeSpec::SkStrikeSpec\28SkFont\20const&\2c\20SkPaint\20const&\2c\20SkSurfaceProps\20const&\2c\20SkScalerContextFlags\2c\20SkMatrix\20const&\29 -1822:SkStrikeSpec::MakeMask\28SkFont\20const&\2c\20SkPaint\20const&\2c\20SkSurfaceProps\20const&\2c\20SkScalerContextFlags\2c\20SkMatrix\20const&\29 -1823:SkStrikeSpec::MakeCanonicalized\28SkFont\20const&\2c\20SkPaint\20const*\29 -1824:SkStrikeCache::findOrCreateStrike\28SkStrikeSpec\20const&\29 -1825:SkStrike::unlock\28\29 -1826:SkStrike::lock\28\29 -1827:SkShaders::MatrixRec::apply\28SkStageRec\20const&\2c\20SkMatrix\20const&\29\20const -1828:SkShaders::Blend\28SkBlendMode\2c\20sk_sp\2c\20sk_sp\29 -1829:SkScan::FillPath\28SkPath\20const&\2c\20SkRegion\20const&\2c\20SkBlitter*\29 -1830:SkScalerContext_FreeType::emboldenIfNeeded\28FT_FaceRec_*\2c\20FT_GlyphSlotRec_*\2c\20unsigned\20short\29 -1831:SkSafeMath::Add\28unsigned\20long\2c\20unsigned\20long\29 -1832:SkSL::Type::displayName\28\29\20const -1833:SkSL::Type::checkForOutOfRangeLiteral\28SkSL::Context\20const&\2c\20double\2c\20SkSL::Position\29\20const -1834:SkSL::RP::SlotManager::addSlotDebugInfoForGroup\28std::__2::basic_string\2c\20std::__2::allocator>\20const&\2c\20SkSL::Type\20const&\2c\20SkSL::Position\2c\20int*\2c\20bool\29 -1835:SkSL::RP::Generator::foldComparisonOp\28SkSL::Operator\2c\20int\29 -1836:SkSL::RP::Builder::branch_if_no_lanes_active\28int\29 -1837:SkSL::PrefixExpression::Make\28SkSL::Context\20const&\2c\20SkSL::Position\2c\20SkSL::Operator\2c\20std::__2::unique_ptr>\29 -1838:SkSL::Parser::parseArrayDimensions\28SkSL::Position\2c\20SkSL::Type\20const**\29 -1839:SkSL::Parser::arraySize\28long\20long*\29 -1840:SkSL::Operator::operatorName\28\29\20const -1841:SkSL::ModifierFlags::paddedDescription\28\29\20const -1842:SkSL::ExpressionArray::clone\28\29\20const -1843:SkSL::ConstantFolder::GetConstantValue\28SkSL::Expression\20const&\2c\20double*\29 -1844:SkSL::ConstantFolder::GetConstantInt\28SkSL::Expression\20const&\2c\20long\20long*\29 -1845:SkSL::Compiler::convertProgram\28SkSL::ProgramKind\2c\20std::__2::basic_string\2c\20std::__2::allocator>\2c\20SkSL::ProgramSettings\20const&\29 -1846:SkRegion::op\28SkRegion\20const&\2c\20SkIRect\20const&\2c\20SkRegion::Op\29 -1847:SkRegion::Iterator::Iterator\28SkRegion\20const&\29 -1848:SkRectPriv::ClosestDisjointEdge\28SkIRect\20const&\2c\20SkIRect\20const&\29 -1849:SkRecords::FillBounds::bounds\28SkRecords::DrawArc\20const&\29\20const -1850:SkReadBuffer::setMemory\28void\20const*\2c\20unsigned\20long\29 -1851:SkRasterClip::SkRasterClip\28SkIRect\20const&\29 -1852:SkRRect::writeToMemory\28void*\29\20const -1853:SkRRect::setRectXY\28SkRect\20const&\2c\20float\2c\20float\29 -1854:SkPointPriv::DistanceToLineBetweenSqd\28SkPoint\20const&\2c\20SkPoint\20const&\2c\20SkPoint\20const&\2c\20SkPointPriv::Side*\29 -1855:SkPoint::setNormalize\28float\2c\20float\29 -1856:SkPngCodecBase::~SkPngCodecBase\28\29 -1857:SkPixmapUtils::SwapWidthHeight\28SkImageInfo\20const&\29 -1858:SkPixmap::setColorSpace\28sk_sp\29 -1859:SkPictureRecorder::finishRecordingAsPicture\28\29 -1860:SkPathPriv::ComputeFirstDirection\28SkPath\20const&\29 -1861:SkPath::isLine\28SkPoint*\29\20const -1862:SkPath::addOval\28SkRect\20const&\2c\20SkPathDirection\2c\20unsigned\20int\29 -1863:SkPaint::setStrokeCap\28SkPaint::Cap\29 -1864:SkPaint::refShader\28\29\20const -1865:SkOpSpan::setWindSum\28int\29 -1866:SkOpSegment::markDone\28SkOpSpan*\29 -1867:SkOpSegment::markAndChaseWinding\28SkOpSpanBase*\2c\20SkOpSpanBase*\2c\20int\2c\20int\2c\20SkOpSpanBase**\29 -1868:SkOpContourBuilder::addCurve\28SkPath::Verb\2c\20SkPoint\20const*\2c\20float\29 -1869:SkOpAngle::starter\28\29 -1870:SkOpAngle::insert\28SkOpAngle*\29 -1871:SkMatrixPriv::InverseMapRect\28SkMatrix\20const&\2c\20SkRect*\2c\20SkRect\20const&\29 -1872:SkMatrix::setSinCos\28float\2c\20float\29 -1873:SkMatrix::preservesRightAngles\28float\29\20const -1874:SkMaskFilter::MakeBlur\28SkBlurStyle\2c\20float\2c\20bool\29 -1875:SkMD5::write\28void\20const*\2c\20unsigned\20long\29 -1876:SkLineClipper::IntersectLine\28SkPoint\20const*\2c\20SkRect\20const&\2c\20SkPoint*\29 -1877:SkImage_GaneshBase::SkImage_GaneshBase\28sk_sp\2c\20SkImageInfo\2c\20unsigned\20int\29 -1878:SkImageGenerator::onRefEncodedData\28\29 -1879:SkImage::makeShader\28SkTileMode\2c\20SkTileMode\2c\20SkSamplingOptions\20const&\2c\20SkMatrix\20const&\29\20const -1880:SkIDChangeListener::SkIDChangeListener\28\29 -1881:SkIDChangeListener::List::reset\28\29 -1882:SkGradientBaseShader::flatten\28SkWriteBuffer&\29\20const -1883:SkFontMgr::RefEmpty\28\29 -1884:SkFont::setEdging\28SkFont::Edging\29 -1885:SkFibBlockSizes<4294967295u>::SkFibBlockSizes\28unsigned\20int\2c\20unsigned\20int\29::'lambda0'\28\29::operator\28\29\28\29\20const -1886:SkFibBlockSizes<4294967295u>::SkFibBlockSizes\28unsigned\20int\2c\20unsigned\20int\29::'lambda'\28\29::operator\28\29\28\29\20const -1887:SkEvalQuadAt\28SkPoint\20const*\2c\20float\29 -1888:SkEncodedInfo::makeImageInfo\28\29\20const -1889:SkEdgeClipper::next\28SkPoint*\29 -1890:SkDevice::scalerContextFlags\28\29\20const -1891:SkDeque::SkDeque\28unsigned\20long\2c\20void*\2c\20unsigned\20long\2c\20int\29 -1892:SkConic::evalAt\28float\2c\20SkPoint*\2c\20SkPoint*\29\20const -1893:SkConic::TransformW\28SkPoint\20const*\2c\20float\2c\20SkMatrix\20const&\29 -1894:SkColorSpace::transferFn\28skcms_TransferFunction*\29\20const -1895:SkColorSpace::gammaIsLinear\28\29\20const -1896:SkColorInfo::SkColorInfo\28SkColorType\2c\20SkAlphaType\2c\20sk_sp\29 -1897:SkColorFilters::Blend\28unsigned\20int\2c\20SkBlendMode\29 -1898:SkCodec::skipScanlines\28int\29 -1899:SkCodec::rewindStream\28\29 -1900:SkCapabilities::RasterBackend\28\29 -1901:SkCanvas::topDevice\28\29\20const -1902:SkCanvas::saveLayer\28SkCanvas::SaveLayerRec\20const&\29 -1903:SkCanvas::init\28sk_sp\29 -1904:SkCanvas::drawTextBlob\28SkTextBlob\20const*\2c\20float\2c\20float\2c\20SkPaint\20const&\29 -1905:SkCanvas::drawDrawable\28SkDrawable*\2c\20SkMatrix\20const*\29 -1906:SkCanvas::drawClippedToSaveBehind\28SkPaint\20const&\29 -1907:SkCanvas::concat\28SkM44\20const&\29 -1908:SkCanvas::clipPath\28SkPath\20const&\2c\20SkClipOp\2c\20bool\29 -1909:SkCanvas::SkCanvas\28SkBitmap\20const&\29 -1910:SkBmpBaseCodec::~SkBmpBaseCodec\28\29 -1911:SkBlitter::blitMask\28SkMask\20const&\2c\20SkIRect\20const&\29 -1912:SkBitmap::extractSubset\28SkBitmap*\2c\20SkIRect\20const&\29\20const -1913:SkBitmap::asImage\28\29\20const -1914:SkBitmap::SkBitmap\28SkBitmap&&\29 -1915:SkBinaryWriteBuffer::SkBinaryWriteBuffer\28SkSerialProcs\20const&\29 -1916:SkBaseShadowTessellator::handleLine\28SkPoint\20const&\29 -1917:SkAAClip::setRegion\28SkRegion\20const&\29 -1918:SaveErrorCode -1919:R -1920:OT::glyf_accelerator_t*\20hb_data_wrapper_t::call_create>\28\29\20const -1921:OT::GDEF::get_mark_attachment_type\28unsigned\20int\29\20const -1922:OT::GDEF::get_glyph_class\28unsigned\20int\29\20const -1923:GrXPFactory::FromBlendMode\28SkBlendMode\29 -1924:GrTriangulator::setBottom\28GrTriangulator::Edge*\2c\20GrTriangulator::Vertex*\2c\20GrTriangulator::EdgeList*\2c\20GrTriangulator::Vertex**\2c\20GrTriangulator::Comparator\20const&\29\20const -1925:GrTriangulator::mergeCollinearEdges\28GrTriangulator::Edge*\2c\20GrTriangulator::EdgeList*\2c\20GrTriangulator::Vertex**\2c\20GrTriangulator::Comparator\20const&\29\20const -1926:GrThreadSafeCache::find\28skgpu::UniqueKey\20const&\29 -1927:GrThreadSafeCache::add\28skgpu::UniqueKey\20const&\2c\20GrSurfaceProxyView\20const&\29 -1928:GrThreadSafeCache::Entry::makeEmpty\28\29 -1929:GrSurfaceProxyView::operator==\28GrSurfaceProxyView\20const&\29\20const -1930:GrSurfaceProxyView::Copy\28GrRecordingContext*\2c\20GrSurfaceProxyView\2c\20skgpu::Mipmapped\2c\20SkIRect\2c\20SkBackingFit\2c\20skgpu::Budgeted\2c\20std::__2::basic_string_view>\29 -1931:GrSurfaceProxyPriv::doLazyInstantiation\28GrResourceProvider*\29 -1932:GrSurfaceProxy::isFunctionallyExact\28\29\20const -1933:GrSurfaceProxy::Copy\28GrRecordingContext*\2c\20sk_sp\2c\20GrSurfaceOrigin\2c\20skgpu::Mipmapped\2c\20SkBackingFit\2c\20skgpu::Budgeted\2c\20std::__2::basic_string_view>\2c\20sk_sp*\29 -1934:GrSimpleMeshDrawOpHelperWithStencil::fixedFunctionFlags\28\29\20const -1935:GrSimpleMeshDrawOpHelper::finalizeProcessors\28GrCaps\20const&\2c\20GrAppliedClip\20const*\2c\20GrUserStencilSettings\20const*\2c\20GrClampType\2c\20GrProcessorAnalysisCoverage\2c\20GrProcessorAnalysisColor*\29 -1936:GrSimpleMeshDrawOpHelper::CreateProgramInfo\28GrCaps\20const*\2c\20SkArenaAlloc*\2c\20GrSurfaceProxyView\20const&\2c\20bool\2c\20GrAppliedClip&&\2c\20GrDstProxyView\20const&\2c\20GrGeometryProcessor*\2c\20GrProcessorSet&&\2c\20GrPrimitiveType\2c\20GrXferBarrierFlags\2c\20GrLoadOp\2c\20GrPipeline::InputFlags\2c\20GrUserStencilSettings\20const*\29 -1937:GrSimpleMeshDrawOpHelper::CreatePipeline\28GrCaps\20const*\2c\20SkArenaAlloc*\2c\20skgpu::Swizzle\2c\20GrAppliedClip&&\2c\20GrDstProxyView\20const&\2c\20GrProcessorSet&&\2c\20GrPipeline::InputFlags\29 -1938:GrResourceProvider::findOrMakeStaticBuffer\28GrGpuBufferType\2c\20unsigned\20long\2c\20void\20const*\2c\20skgpu::UniqueKey\20const&\29 -1939:GrResourceProvider::findOrMakeStaticBuffer\28GrGpuBufferType\2c\20unsigned\20long\2c\20skgpu::UniqueKey\20const&\2c\20void\20\28*\29\28skgpu::VertexWriter\2c\20unsigned\20long\29\29 -1940:GrResourceCache::purgeAsNeeded\28\29 -1941:GrResourceCache::findAndRefScratchResource\28skgpu::ScratchKey\20const&\29 -1942:GrRecordingContextPriv::makeSFC\28GrImageInfo\2c\20std::__2::basic_string_view>\2c\20SkBackingFit\2c\20int\2c\20skgpu::Mipmapped\2c\20skgpu::Protected\2c\20GrSurfaceOrigin\2c\20skgpu::Budgeted\29 -1943:GrQuadUtils::TessellationHelper::Vertices::moveAlong\28GrQuadUtils::TessellationHelper::EdgeVectors\20const&\2c\20skvx::Vec<4\2c\20float>\20const&\29 -1944:GrQuad::asRect\28SkRect*\29\20const -1945:GrProcessorSet::GrProcessorSet\28GrProcessorSet&&\29 -1946:GrPathUtils::generateCubicPoints\28SkPoint\20const&\2c\20SkPoint\20const&\2c\20SkPoint\20const&\2c\20SkPoint\20const&\2c\20float\2c\20SkPoint**\2c\20unsigned\20int\29 -1947:GrOpFlushState::allocator\28\29 -1948:GrGpu::submitToGpu\28GrSubmitInfo\20const&\29 -1949:GrGpu::createBuffer\28unsigned\20long\2c\20GrGpuBufferType\2c\20GrAccessPattern\29 -1950:GrGeometryProcessor::ProgramImpl::WriteOutputPosition\28GrGLSLVertexBuilder*\2c\20GrGLSLUniformHandler*\2c\20GrShaderCaps\20const&\2c\20GrGeometryProcessor::ProgramImpl::GrGPArgs*\2c\20char\20const*\2c\20SkMatrix\20const&\2c\20GrResourceHandle*\29 -1951:GrGLTexture::dumpMemoryStatistics\28SkTraceMemoryDump*\29\20const -1952:GrGLSLShaderBuilder::appendFunctionDecl\28SkSLType\2c\20char\20const*\2c\20SkSpan\29 -1953:GrGLSLShaderBuilder::appendColorGamutXform\28SkString*\2c\20char\20const*\2c\20GrGLSLColorSpaceXformHelper*\29 -1954:GrGLSLColorSpaceXformHelper::emitCode\28GrGLSLUniformHandler*\2c\20GrColorSpaceXform\20const*\2c\20unsigned\20int\29 -1955:GrGLRenderTarget::dumpMemoryStatistics\28SkTraceMemoryDump*\29\20const -1956:GrGLRenderTarget::bindInternal\28unsigned\20int\2c\20bool\29 -1957:GrGLGpu::getErrorAndCheckForOOM\28\29 -1958:GrGLGpu::bindTexture\28int\2c\20GrSamplerState\2c\20skgpu::Swizzle\20const&\2c\20GrGLTexture*\29 -1959:GrFragmentProcessor::visitWithImpls\28std::__2::function\20const&\2c\20GrFragmentProcessor::ProgramImpl&\29\20const -1960:GrFragmentProcessor::ColorMatrix\28std::__2::unique_ptr>\2c\20float\20const*\2c\20bool\2c\20bool\2c\20bool\29 -1961:GrDrawingManager::appendTask\28sk_sp\29 -1962:GrColorInfo::GrColorInfo\28GrColorInfo\20const&\29 -1963:GrCaps::isFormatCompressed\28GrBackendFormat\20const&\29\20const -1964:GrAAConvexTessellator::lineTo\28SkPoint\20const&\2c\20GrAAConvexTessellator::CurveState\29 -1965:FT_Stream_OpenMemory -1966:FT_Select_Charmap -1967:FT_Get_Next_Char -1968:FT_Get_Module_Interface -1969:FT_Done_Size -1970:DecodeImageStream -1971:CFF::opset_t::process_op\28unsigned\20int\2c\20CFF::interp_env_t&\29 -1972:CFF::Charset::get_glyph\28unsigned\20int\2c\20unsigned\20int\29\20const -1973:AAT::hb_aat_apply_context_t::replace_glyph_inplace\28unsigned\20int\2c\20unsigned\20int\29 -1974:AAT::SubtableGlyphCoverage::sanitize\28hb_sanitize_context_t*\2c\20unsigned\20int\29\20const -1975:1738 -1976:1739 -1977:1740 -1978:1741 -1979:1742 -1980:wuffs_gif__decoder__num_decoded_frames -1981:void\20std::__2::reverse\5babi:nn180100\5d\28wchar_t*\2c\20wchar_t*\29 -1982:void\20sort_r_simple<>\28void*\2c\20unsigned\20long\2c\20unsigned\20long\2c\20int\20\28*\29\28void\20const*\2c\20void\20const*\29\29_14568 -1983:void\20merge_sort<&sweep_lt_vert\28SkPoint\20const&\2c\20SkPoint\20const&\29>\28GrTriangulator::VertexList*\29 -1984:void\20merge_sort<&sweep_lt_horiz\28SkPoint\20const&\2c\20SkPoint\20const&\29>\28GrTriangulator::VertexList*\29 -1985:void\20emscripten::internal::MemberAccess::setWire\28float\20StrokeOpts::*\20const&\2c\20StrokeOpts&\2c\20float\29 -1986:void\20AAT::ClassTable>::collect_glyphs\28hb_bit_set_t&\2c\20unsigned\20int\29\20const -1987:validate_offsetToRestore\28SkReadBuffer*\2c\20unsigned\20long\29 -1988:ubidi_setPara_skia -1989:ubidi_getVisualRun_skia -1990:ubidi_getRuns_skia -1991:ubidi_getClass_skia -1992:tt_set_mm_blend -1993:tt_face_get_ps_name -1994:tt_face_get_location -1995:trinkle -1996:std::__2::unique_ptr::release\5babi:nn180100\5d\28\29 -1997:std::__2::pair\2c\20void*>*>\2c\20bool>\20std::__2::__hash_table\2c\20std::__2::__unordered_map_hasher\2c\20std::__2::hash\2c\20std::__2::equal_to\2c\20true>\2c\20std::__2::__unordered_map_equal\2c\20std::__2::equal_to\2c\20std::__2::hash\2c\20true>\2c\20std::__2::allocator>>::__emplace_unique_key_args\2c\20std::__2::tuple<>>\28GrTriangulator::Vertex*\20const&\2c\20std::__2::piecewise_construct_t\20const&\2c\20std::__2::tuple&&\2c\20std::__2::tuple<>&&\29 -1998:std::__2::pair::pair\5babi:nn180100\5d\28char\20const*&&\2c\20char*&&\29 -1999:std::__2::moneypunct::do_decimal_point\28\29\20const -2000:std::__2::moneypunct::pos_format\5babi:nn180100\5d\28\29\20const -2001:std::__2::moneypunct::do_decimal_point\28\29\20const -2002:std::__2::istreambuf_iterator>::istreambuf_iterator\5babi:nn180100\5d\28std::__2::basic_istream>&\29 -2003:std::__2::ios_base::good\5babi:nn180100\5d\28\29\20const -2004:std::__2::ctype::toupper\5babi:nn180100\5d\28char\29\20const -2005:std::__2::chrono::duration>::duration\5babi:nn180100\5d\28long\20long\20const&\29 -2006:std::__2::basic_stringstream\2c\20std::__2::allocator>::~basic_stringstream\28\29 -2007:std::__2::basic_string\2c\20std::__2::allocator>\20const*\20std::__2::__scan_keyword\5babi:nn180100\5d>\2c\20std::__2::basic_string\2c\20std::__2::allocator>\20const*\2c\20std::__2::ctype>\28std::__2::istreambuf_iterator>&\2c\20std::__2::istreambuf_iterator>\2c\20std::__2::basic_string\2c\20std::__2::allocator>\20const*\2c\20std::__2::basic_string\2c\20std::__2::allocator>\20const*\2c\20std::__2::ctype\20const&\2c\20unsigned\20int&\2c\20bool\29 -2008:std::__2::basic_string\2c\20std::__2::allocator>::operator\5b\5d\5babi:nn180100\5d\28unsigned\20long\29\20const -2009:std::__2::basic_string\2c\20std::__2::allocator>::__fits_in_sso\5babi:nn180100\5d\28unsigned\20long\29 -2010:std::__2::basic_string\2c\20std::__2::allocator>\20const*\20std::__2::__scan_keyword\5babi:nn180100\5d>\2c\20std::__2::basic_string\2c\20std::__2::allocator>\20const*\2c\20std::__2::ctype>\28std::__2::istreambuf_iterator>&\2c\20std::__2::istreambuf_iterator>\2c\20std::__2::basic_string\2c\20std::__2::allocator>\20const*\2c\20std::__2::basic_string\2c\20std::__2::allocator>\20const*\2c\20std::__2::ctype\20const&\2c\20unsigned\20int&\2c\20bool\29 -2011:std::__2::basic_string\2c\20std::__2::allocator>::basic_string\5babi:nn180100\5d\28char\20const*\2c\20char\20const*\29 -2012:std::__2::basic_string\2c\20std::__2::allocator>::basic_string\28std::__2::basic_string\2c\20std::__2::allocator>\20const&\29 -2013:std::__2::basic_string\2c\20std::__2::allocator>&\20std::__2::basic_string\2c\20std::__2::allocator>::__assign_no_alias\28char\20const*\2c\20unsigned\20long\29 -2014:std::__2::basic_streambuf>::__pbump\5babi:nn180100\5d\28long\29 -2015:std::__2::basic_iostream>::~basic_iostream\28\29_16274 -2016:std::__2::allocator_traits>::deallocate\5babi:nn180100\5d\28std::__2::allocator&\2c\20wchar_t*\2c\20unsigned\20long\29 -2017:std::__2::allocator_traits>::deallocate\5babi:nn180100\5d\28std::__2::allocator&\2c\20char*\2c\20unsigned\20long\29 -2018:std::__2::__shared_count::__release_shared\5babi:nn180100\5d\28\29 -2019:std::__2::__num_put_base::__format_int\28char*\2c\20char\20const*\2c\20bool\2c\20unsigned\20int\29 -2020:std::__2::__num_put_base::__format_float\28char*\2c\20char\20const*\2c\20unsigned\20int\29 -2021:std::__2::__itoa::__append8\5babi:nn180100\5d\28char*\2c\20unsigned\20int\29 -2022:sktext::gpu::TextBlob::Key::operator==\28sktext::gpu::TextBlob::Key\20const&\29\20const -2023:sktext::gpu::GlyphVector::glyphs\28\29\20const -2024:sktext::SkStrikePromise::strike\28\29 -2025:skif::\28anonymous\20namespace\29::downscale_step_count\28float\29 -2026:skif::RoundIn\28SkRect\29 -2027:skif::LayerSpace\20skif::Mapping::deviceToLayer\28skif::DeviceSpace\20const&\29\20const -2028:skif::FilterResult::getAnalyzedShaderView\28skif::Context\20const&\2c\20SkSamplingOptions\20const&\2c\20SkEnumBitMask\29\20const -2029:skif::FilterResult::draw\28skif::Context\20const&\2c\20SkDevice*\2c\20bool\2c\20SkBlender\20const*\29\20const -2030:skif::FilterResult::applyCrop\28skif::Context\20const&\2c\20skif::LayerSpace\20const&\2c\20SkTileMode\29\20const -2031:skif::FilterResult::FilterResult\28\29 -2032:skif::Context::~Context\28\29 -2033:skia_private::THashTable\20\28*\29\28SkReadBuffer&\29\2c\20SkGoodHash>::Pair\2c\20unsigned\20int\2c\20skia_private::THashMap\20\28*\29\28SkReadBuffer&\29\2c\20SkGoodHash>::Pair>::resize\28int\29 -2034:skia_private::THashTable\2c\20SkGoodHash>::Pair\2c\20int\2c\20skia_private::THashMap\2c\20SkGoodHash>::Pair>::Slot::emplace\28skia_private::THashMap\2c\20SkGoodHash>::Pair&&\2c\20unsigned\20int\29 -2035:skia_private::THashTable::Pair\2c\20SkSL::Variable\20const*\2c\20skia_private::THashMap::Pair>::removeSlot\28int\29 -2036:skia_private::THashTable\2c\20false>\2c\20SkGoodHash>::Pair\2c\20SkSL::FunctionDeclaration\20const*\2c\20skia_private::THashMap\2c\20false>\2c\20SkGoodHash>::Pair>::Slot::emplace\28skia_private::THashMap\2c\20false>\2c\20SkGoodHash>::Pair&&\2c\20unsigned\20int\29 -2037:skia_private::THashTable\2c\20SkDescriptor\20const&\2c\20sktext::gpu::StrikeCache::HashTraits>::Slot::emplace\28sk_sp&&\2c\20unsigned\20int\29 -2038:skia_private::THashMap>\2c\20SkSL::IntrinsicKind\2c\20SkGoodHash>::~THashMap\28\29 -2039:skia_private::THashMap>\2c\20SkSL::IntrinsicKind\2c\20SkGoodHash>::THashMap\28std::initializer_list>\2c\20SkSL::IntrinsicKind\2c\20SkGoodHash>::Pair>\29 -2040:skia_private::TArray::move\28void*\29 -2041:skia_private::TArray::Plane\2c\20false>::installDataAndUpdateCapacity\28SkSpan\29 -2042:skia_private::TArray\2c\20true>::operator=\28skia_private::TArray\2c\20true>&&\29 -2043:skia_private::TArray::operator=\28skia_private::TArray&&\29 -2044:skia_private::TArray\2c\20true>::push_back\28SkRGBA4f<\28SkAlphaType\293>&&\29 -2045:skia_png_set_text_2 -2046:skia_png_set_palette_to_rgb -2047:skia_png_handle_IHDR -2048:skia_png_handle_IEND -2049:skia::textlayout::operator==\28skia::textlayout::FontArguments\20const&\2c\20skia::textlayout::FontArguments\20const&\29 -2050:skia::textlayout::TextWrapper::TextStretch::extend\28skia::textlayout::Cluster*\29 -2051:skia::textlayout::FontCollection::getFontManagerOrder\28\29\20const -2052:skia::textlayout::FontArguments::FontArguments\28skia::textlayout::FontArguments\20const&\29 -2053:skia::textlayout::Decorations::calculateGaps\28skia::textlayout::TextLine::ClipContext\20const&\2c\20SkRect\20const&\2c\20float\2c\20float\29 -2054:skia::textlayout::Cluster::isSoftBreak\28\29\20const -2055:skia::textlayout::Cluster::Cluster\28skia::textlayout::ParagraphImpl*\2c\20unsigned\20long\2c\20unsigned\20long\2c\20unsigned\20long\2c\20SkSpan\2c\20float\2c\20float\29 -2056:skia::textlayout::Block&\20skia_private::TArray::emplace_back\28unsigned\20long&&\2c\20unsigned\20long&&\2c\20skia::textlayout::TextStyle\20const&\29 -2057:skgpu::ganesh::\28anonymous\20namespace\29::AAConvexPathOp::fixedFunctionFlags\28\29\20const -2058:skgpu::ganesh::SurfaceFillContext::fillRectWithFP\28SkIRect\20const&\2c\20SkMatrix\20const&\2c\20std::__2::unique_ptr>\29 -2059:skgpu::ganesh::SurfaceFillContext::SurfaceFillContext\28GrRecordingContext*\2c\20GrSurfaceProxyView\2c\20GrSurfaceProxyView\2c\20GrColorInfo\20const&\29 -2060:skgpu::ganesh::SurfaceDrawContext::drawPaint\28GrClip\20const*\2c\20GrPaint&&\2c\20SkMatrix\20const&\29 -2061:skgpu::ganesh::SurfaceDrawContext::MakeWithFallback\28GrRecordingContext*\2c\20GrColorType\2c\20sk_sp\2c\20SkBackingFit\2c\20SkISize\2c\20SkSurfaceProps\20const&\2c\20int\2c\20skgpu::Mipmapped\2c\20skgpu::Protected\2c\20GrSurfaceOrigin\2c\20skgpu::Budgeted\29 -2062:skgpu::ganesh::SurfaceContext::rescaleInto\28skgpu::ganesh::SurfaceFillContext*\2c\20SkIRect\2c\20SkIRect\2c\20SkImage::RescaleGamma\2c\20SkImage::RescaleMode\29 -2063:skgpu::ganesh::SurfaceContext::PixelTransferResult::operator=\28skgpu::ganesh::SurfaceContext::PixelTransferResult&&\29 -2064:skgpu::ganesh::SmallPathAtlasMgr::addToAtlas\28GrResourceProvider*\2c\20GrDeferredUploadTarget*\2c\20int\2c\20int\2c\20void\20const*\2c\20skgpu::AtlasLocator*\29 -2065:skgpu::ganesh::OpsTask::~OpsTask\28\29 -2066:skgpu::ganesh::OpsTask::setColorLoadOp\28GrLoadOp\2c\20std::__2::array\29 -2067:skgpu::ganesh::OpsTask::deleteOps\28\29 -2068:skgpu::ganesh::FillRectOp::Make\28GrRecordingContext*\2c\20GrPaint&&\2c\20GrAAType\2c\20DrawQuad*\2c\20GrUserStencilSettings\20const*\2c\20GrSimpleMeshDrawOpHelper::InputFlags\29 -2069:skgpu::ganesh::Device::drawEdgeAAImageSet\28SkCanvas::ImageSetEntry\20const*\2c\20int\2c\20SkPoint\20const*\2c\20SkMatrix\20const*\2c\20SkSamplingOptions\20const&\2c\20SkPaint\20const&\2c\20SkCanvas::SrcRectConstraint\29::$_0::operator\28\29\28int\29\20const -2070:skgpu::ganesh::ClipStack::~ClipStack\28\29 -2071:skgpu::TClientMappedBufferManager::~TClientMappedBufferManager\28\29 -2072:skgpu::TAsyncReadResult::Plane&\20skia_private::TArray::Plane\2c\20false>::emplace_back\2c\20unsigned\20long&>\28sk_sp&&\2c\20unsigned\20long&\29 -2073:skgpu::Plot::addSubImage\28int\2c\20int\2c\20void\20const*\2c\20skgpu::AtlasLocator*\29 -2074:skgpu::GetLCDBlendFormula\28SkBlendMode\29 -2075:skcms_TransferFunction_isHLGish -2076:skcms_Matrix3x3_concat -2077:sk_srgb_linear_singleton\28\29 -2078:sk_sp::reset\28SkPathRef*\29 -2079:sk_sp*\20std::__2::vector\2c\20std::__2::allocator>>::__push_back_slow_path\20const&>\28sk_sp\20const&\29 -2080:shr -2081:shl -2082:setRegionCheck\28SkRegion*\2c\20SkRegion\20const&\29 -2083:read_metadata\28std::__2::vector>\20const&\2c\20unsigned\20int\2c\20unsigned\20char\20const*\2c\20unsigned\20long\2c\20unsigned\20long\2c\20unsigned\20long\2c\20bool\29 -2084:read_header\28SkStream*\2c\20sk_sp\20const&\2c\20SkCodec**\2c\20png_struct_def**\2c\20png_info_def**\29 -2085:read_curves\28unsigned\20char\20const*\2c\20unsigned\20int\2c\20unsigned\20int\2c\20unsigned\20int\2c\20skcms_Curve*\29 -2086:qsort -2087:ps_dimension_set_mask_bits -2088:operator==\28SkPath\20const&\2c\20SkPath\20const&\29 -2089:mbrtowc -2090:jround_up -2091:jpeg_make_d_derived_tbl -2092:jpeg_destroy -2093:ilogbf -2094:hb_vector_t::shrink_vector\28unsigned\20int\29 -2095:hb_ucd_get_unicode_funcs -2096:hb_syllabic_insert_dotted_circles\28hb_font_t*\2c\20hb_buffer_t*\2c\20unsigned\20int\2c\20unsigned\20int\2c\20int\2c\20int\29 -2097:hb_shape_full -2098:hb_serialize_context_t::~hb_serialize_context_t\28\29 -2099:hb_serialize_context_t::resolve_links\28\29 -2100:hb_serialize_context_t::reset\28\29 -2101:hb_paint_extents_context_t::paint\28\29 -2102:hb_lazy_loader_t\2c\20hb_face_t\2c\2016u\2c\20OT::cff1_accelerator_t>::do_destroy\28OT::cff1_accelerator_t*\29 -2103:hb_language_from_string -2104:hb_font_destroy -2105:hb_blob_t*\20hb_data_wrapper_t::call_create>\28\29\20const -2106:hb_bit_set_t::resize\28unsigned\20int\2c\20bool\2c\20bool\29 -2107:hb_bit_set_t::process_\28hb_vector_size_t\20\28*\29\28hb_vector_size_t\20const&\2c\20hb_vector_size_t\20const&\29\2c\20bool\2c\20bool\2c\20hb_bit_set_t\20const&\29 -2108:hb_array_t::hash\28\29\20const -2109:get_sof -2110:ftell -2111:ft_var_readpackedpoints -2112:ft_mem_strdup -2113:ft_glyphslot_done -2114:float\20emscripten::internal::MemberAccess::getWire\28float\20StrokeOpts::*\20const&\2c\20StrokeOpts&\29 -2115:fill_window -2116:exp -2117:encodeImage\28GrDirectContext*\2c\20sk_sp\2c\20SkEncodedImageFormat\2c\20int\29 -2118:emscripten::val\20MakeTypedArray\28int\2c\20float\20const*\29 -2119:emscripten::internal::MethodInvoker::invoke\28float\20\28SkContourMeasure::*\20const&\29\28\29\20const\2c\20SkContourMeasure\20const*\29 -2120:emscripten::internal::Invoker\2c\20unsigned\20long\2c\20unsigned\20long>::invoke\28sk_sp\20\28*\29\28unsigned\20long\2c\20unsigned\20long\29\2c\20unsigned\20long\2c\20unsigned\20long\29 -2121:dquad_dxdy_at_t\28SkPoint\20const*\2c\20float\2c\20double\29 -2122:do_clip_op\28SkReadBuffer*\2c\20SkCanvas*\2c\20SkRegion::Op\2c\20SkClipOp*\29 -2123:do_anti_hairline\28int\2c\20int\2c\20int\2c\20int\2c\20SkIRect\20const*\2c\20SkBlitter*\29 -2124:doWriteReverse\28char16_t\20const*\2c\20int\2c\20char16_t*\2c\20int\2c\20unsigned\20short\2c\20UErrorCode*\29 -2125:doWriteForward\28char16_t\20const*\2c\20int\2c\20char16_t*\2c\20int\2c\20unsigned\20short\2c\20UErrorCode*\29 -2126:dline_dxdy_at_t\28SkPoint\20const*\2c\20float\2c\20double\29 -2127:dispose_chunk -2128:direct_blur_y\28void\20\28*\29\28unsigned\20char*\2c\20unsigned\20char\20const*\2c\20int\29\2c\20int\2c\20int\2c\20unsigned\20short*\2c\20unsigned\20char\20const*\2c\20unsigned\20long\2c\20int\2c\20int\2c\20unsigned\20char*\2c\20unsigned\20long\29 -2129:decltype\28fp\28\28SkRecords::NoOp\29\28\29\29\29\20SkRecord::Record::visit\28SkRecords::Draw&\29\20const -2130:dcubic_dxdy_at_t\28SkPoint\20const*\2c\20float\2c\20double\29 -2131:dconic_dxdy_at_t\28SkPoint\20const*\2c\20float\2c\20double\29 -2132:crop_rect_edge\28SkRect\20const&\2c\20int\2c\20int\2c\20int\2c\20int\2c\20float*\2c\20float*\2c\20float*\2c\20float*\2c\20float*\29 -2133:char\20const*\20std::__2::__rewrap_range\5babi:nn180100\5d\28char\20const*\2c\20char\20const*\29 -2134:cff_slot_load -2135:cff_parse_real -2136:cff_index_get_sid_string -2137:cff_index_access_element -2138:cf2_doStems -2139:cf2_doFlex -2140:buffer_verify_error\28hb_buffer_t*\2c\20hb_font_t*\2c\20char\20const*\2c\20...\29 -2141:blur_y_rect\28void\20\28*\29\28unsigned\20char*\2c\20unsigned\20char\20const*\2c\20int\29\2c\20int\2c\20skvx::Vec<8\2c\20unsigned\20short>\20\28*\29\28skvx::Vec<8\2c\20unsigned\20short>\20const&\2c\20skvx::Vec<8\2c\20unsigned\20short>\20const&\2c\20skvx::Vec<8\2c\20unsigned\20short>\20const&\2c\20skvx::Vec<8\2c\20unsigned\20short>\20const&\2c\20skvx::Vec<8\2c\20unsigned\20short>\20const&\2c\20skvx::Vec<8\2c\20unsigned\20short>\20const&\2c\20skvx::Vec<8\2c\20unsigned\20short>*\2c\20skvx::Vec<8\2c\20unsigned\20short>*\2c\20skvx::Vec<8\2c\20unsigned\20short>*\2c\20skvx::Vec<8\2c\20unsigned\20short>*\2c\20skvx::Vec<8\2c\20unsigned\20short>*\2c\20skvx::Vec<8\2c\20unsigned\20short>*\2c\20skvx::Vec<8\2c\20unsigned\20short>*\2c\20skvx::Vec<8\2c\20unsigned\20short>*\29\2c\20int\2c\20unsigned\20short*\2c\20unsigned\20char\20const*\2c\20unsigned\20long\2c\20int\2c\20int\2c\20unsigned\20char*\2c\20unsigned\20long\29 -2142:blur_column\28void\20\28*\29\28unsigned\20char*\2c\20unsigned\20char\20const*\2c\20int\29\2c\20skvx::Vec<8\2c\20unsigned\20short>\20\28*\29\28skvx::Vec<8\2c\20unsigned\20short>\20const&\2c\20skvx::Vec<8\2c\20unsigned\20short>\20const&\2c\20skvx::Vec<8\2c\20unsigned\20short>\20const&\2c\20skvx::Vec<8\2c\20unsigned\20short>\20const&\2c\20skvx::Vec<8\2c\20unsigned\20short>\20const&\2c\20skvx::Vec<8\2c\20unsigned\20short>\20const&\2c\20skvx::Vec<8\2c\20unsigned\20short>*\2c\20skvx::Vec<8\2c\20unsigned\20short>*\2c\20skvx::Vec<8\2c\20unsigned\20short>*\2c\20skvx::Vec<8\2c\20unsigned\20short>*\2c\20skvx::Vec<8\2c\20unsigned\20short>*\2c\20skvx::Vec<8\2c\20unsigned\20short>*\2c\20skvx::Vec<8\2c\20unsigned\20short>*\2c\20skvx::Vec<8\2c\20unsigned\20short>*\29\2c\20int\2c\20int\2c\20skvx::Vec<8\2c\20unsigned\20short>\20const&\2c\20skvx::Vec<8\2c\20unsigned\20short>\20const&\2c\20skvx::Vec<8\2c\20unsigned\20short>\20const&\2c\20skvx::Vec<8\2c\20unsigned\20short>\20const&\2c\20skvx::Vec<8\2c\20unsigned\20short>\20const&\2c\20unsigned\20char\20const*\2c\20unsigned\20long\2c\20int\2c\20unsigned\20char*\2c\20unsigned\20long\29::$_0::operator\28\29\28unsigned\20char*\2c\20skvx::Vec<8\2c\20unsigned\20short>\20const&\2c\20skvx::Vec<8\2c\20unsigned\20short>\20const&\29\20const -2143:auto\20std::__2::__unwrap_range\5babi:nn180100\5d\28char\20const*\2c\20char\20const*\29 -2144:af_sort_and_quantize_widths -2145:af_glyph_hints_align_weak_points -2146:af_glyph_hints_align_strong_points -2147:af_face_globals_new -2148:af_cjk_compute_stem_width -2149:add_huff_table -2150:addPoint\28UBiDi*\2c\20int\2c\20int\29 -2151:__uselocale -2152:__math_xflow -2153:__cxxabiv1::__base_class_type_info::search_below_dst\28__cxxabiv1::__dynamic_cast_info*\2c\20void\20const*\2c\20int\2c\20bool\29\20const -2154:\28anonymous\20namespace\29::make_vertices_spec\28bool\2c\20bool\29 -2155:\28anonymous\20namespace\29::gather_lines_and_quads\28SkPath\20const&\2c\20SkMatrix\20const&\2c\20SkIRect\20const&\2c\20float\2c\20bool\2c\20skia_private::TArray*\2c\20skia_private::TArray*\2c\20skia_private::TArray*\2c\20skia_private::TArray*\2c\20skia_private::TArray*\29::$_2::operator\28\29\28SkPoint\20const*\2c\20SkPoint\20const*\2c\20bool\29\20const -2156:\28anonymous\20namespace\29::draw_stencil_rect\28skgpu::ganesh::SurfaceDrawContext*\2c\20GrHardClip\20const&\2c\20GrUserStencilSettings\20const*\2c\20SkMatrix\20const&\2c\20SkRect\20const&\2c\20GrAA\29 -2157:\28anonymous\20namespace\29::ThreeBoxApproxPass::blurSegment\28int\2c\20void\20const*\2c\20int\2c\20void*\2c\20int\29::'lambda'\28skvx::Vec<4\2c\20unsigned\20int>\20const&\29::operator\28\29\28skvx::Vec<4\2c\20unsigned\20int>\20const&\29\20const -2158:\28anonymous\20namespace\29::TentPass::blurSegment\28int\2c\20void\20const*\2c\20int\2c\20void*\2c\20int\29::'lambda'\28skvx::Vec<4\2c\20unsigned\20int>\20const&\29::operator\28\29\28skvx::Vec<4\2c\20unsigned\20int>\20const&\29\20const -2159:\28anonymous\20namespace\29::PathSubRun::canReuse\28SkPaint\20const&\2c\20SkMatrix\20const&\29\20const -2160:\28anonymous\20namespace\29::CacheImpl::removeInternal\28\28anonymous\20namespace\29::CacheImpl::Value*\29 -2161:WriteRingBuffer -2162:WebPRescalerExport -2163:WebPInitAlphaProcessing -2164:WebPFreeDecBuffer -2165:VP8SetError -2166:VP8LInverseTransform -2167:VP8LDelete -2168:VP8LColorCacheClear -2169:TT_Load_Context -2170:StringBuffer\20apply_format_string<1024>\28char\20const*\2c\20void*\2c\20char\20\28&\29\20\5b1024\5d\2c\20SkString*\29 -2171:SkYUVAPixmaps::operator=\28SkYUVAPixmaps\20const&\29 -2172:SkYUVAPixmapInfo::SupportedDataTypes::enableDataType\28SkYUVAPixmapInfo::DataType\2c\20int\29 -2173:SkWriter32::writeMatrix\28SkMatrix\20const&\29 -2174:SkWriter32::snapshotAsData\28\29\20const -2175:SkVertices::approximateSize\28\29\20const -2176:SkTypefaceCache::NewTypefaceID\28\29 -2177:SkTextBlobRunIterator::next\28\29 -2178:SkTextBlobRunIterator::SkTextBlobRunIterator\28SkTextBlob\20const*\29 -2179:SkTextBlobBuilder::make\28\29 -2180:SkTextBlobBuilder::SkTextBlobBuilder\28\29 -2181:SkTSpan::closestBoundedT\28SkDPoint\20const&\29\20const -2182:SkTSect::updateBounded\28SkTSpan*\2c\20SkTSpan*\2c\20SkTSpan*\29 -2183:SkTSect::trim\28SkTSpan*\2c\20SkTSect*\29 -2184:SkTDStorage::erase\28int\2c\20int\29 -2185:SkTDPQueue::percolateUpIfNecessary\28int\29 -2186:SkSurfaces::Raster\28SkImageInfo\20const&\2c\20unsigned\20long\2c\20SkSurfaceProps\20const*\29 -2187:SkSurface_Raster::onGetBaseRecorder\28\29\20const -2188:SkSurface_Base::SkSurface_Base\28int\2c\20int\2c\20SkSurfaceProps\20const*\29 -2189:SkSurfaceProps::SkSurfaceProps\28unsigned\20int\2c\20SkPixelGeometry\2c\20float\2c\20float\29 -2190:SkStrokerPriv::JoinFactory\28SkPaint::Join\29 -2191:SkStrokeRec::setStrokeStyle\28float\2c\20bool\29 -2192:SkStrokeRec::setFillStyle\28\29 -2193:SkStrokeRec::applyToPath\28SkPathBuilder*\2c\20SkPath\20const&\29\20const -2194:SkString::set\28char\20const*\29 -2195:SkStrikeSpec::findOrCreateStrike\28\29\20const -2196:SkStrikeSpec::MakeWithNoDevice\28SkFont\20const&\2c\20SkPaint\20const*\29 -2197:SkStrike::glyph\28SkGlyphDigest\29 -2198:SkSpecialImages::MakeDeferredFromGpu\28GrRecordingContext*\2c\20SkIRect\20const&\2c\20unsigned\20int\2c\20GrSurfaceProxyView\2c\20GrColorInfo\20const&\2c\20SkSurfaceProps\20const&\29 -2199:SkSpecialImages::AsBitmap\28SkSpecialImage\20const*\2c\20SkBitmap*\29 -2200:SkSharedMutex::SkSharedMutex\28\29 -2201:SkShadowTessellator::MakeSpot\28SkPath\20const&\2c\20SkMatrix\20const&\2c\20SkPoint3\20const&\2c\20SkPoint3\20const&\2c\20float\2c\20bool\2c\20bool\29 -2202:SkShaders::Empty\28\29 -2203:SkShaders::Color\28unsigned\20int\29 -2204:SkShaderBase::appendRootStages\28SkStageRec\20const&\2c\20SkMatrix\20const&\29\20const -2205:SkScalerContext::~SkScalerContext\28\29_4109 -2206:SkSL::write_stringstream\28SkSL::StringStream\20const&\2c\20SkSL::OutputStream&\29 -2207:SkSL::evaluate_3_way_intrinsic\28SkSL::Context\20const&\2c\20std::__2::array\20const&\2c\20SkSL::Type\20const&\2c\20double\20\28*\29\28double\2c\20double\2c\20double\29\29 -2208:SkSL::VarDeclaration::Convert\28SkSL::Context\20const&\2c\20SkSL::Position\2c\20SkSL::Modifiers\20const&\2c\20SkSL::Type\20const&\2c\20SkSL::Position\2c\20std::__2::basic_string_view>\2c\20SkSL::VariableStorage\2c\20std::__2::unique_ptr>\29 -2209:SkSL::Type::priority\28\29\20const -2210:SkSL::Type::checkIfUsableInArray\28SkSL::Context\20const&\2c\20SkSL::Position\29\20const -2211:SkSL::SymbolTable::takeOwnershipOfString\28std::__2::basic_string\2c\20std::__2::allocator>\29 -2212:SkSL::SymbolTable::isBuiltinType\28std::__2::basic_string_view>\29\20const -2213:SkSL::SampleUsage::merge\28SkSL::SampleUsage\20const&\29 -2214:SkSL::RP::SlotManager::mapVariableToSlots\28SkSL::Variable\20const&\2c\20SkSL::RP::SlotRange\29 -2215:SkSL::RP::Program::appendStages\28SkRasterPipeline*\2c\20SkArenaAlloc*\2c\20SkSL::RP::Callbacks*\2c\20SkSpan\29\20const -2216:SkSL::RP::Generator::pushVectorizedExpression\28SkSL::Expression\20const&\2c\20SkSL::Type\20const&\29 -2217:SkSL::RP::Builder::ternary_op\28SkSL::RP::BuilderOp\2c\20int\29 -2218:SkSL::RP::Builder::simplifyPopSlotsUnmasked\28SkSL::RP::SlotRange*\29 -2219:SkSL::RP::Builder::pop_slots_unmasked\28SkSL::RP::SlotRange\29 -2220:SkSL::RP::Builder::exchange_src\28\29 -2221:SkSL::ProgramUsage::remove\28SkSL::ProgramElement\20const&\29 -2222:SkSL::ProgramUsage::isDead\28SkSL::Variable\20const&\29\20const -2223:SkSL::Pool::~Pool\28\29 -2224:SkSL::PipelineStage::PipelineStageCodeGenerator::typedVariable\28SkSL::Type\20const&\2c\20std::__2::basic_string_view>\29 -2225:SkSL::PipelineStage::PipelineStageCodeGenerator::typeName\28SkSL::Type\20const&\29 -2226:SkSL::MethodReference::~MethodReference\28\29_6457 -2227:SkSL::MethodReference::~MethodReference\28\29 -2228:SkSL::LiteralType::priority\28\29\20const -2229:SkSL::Intrinsics::\28anonymous\20namespace\29::evaluate_sub\28SkSL::Context\20const&\2c\20std::__2::array\20const&\29 -2230:SkSL::IndexExpression::Make\28SkSL::Context\20const&\2c\20SkSL::Position\2c\20std::__2::unique_ptr>\2c\20std::__2::unique_ptr>\29 -2231:SkSL::GLSLCodeGenerator::writeAnyConstructor\28SkSL::AnyConstructor\20const&\2c\20SkSL::OperatorPrecedence\29 -2232:SkSL::Compiler::errorText\28bool\29 -2233:SkSL::Block::Make\28SkSL::Position\2c\20skia_private::STArray<2\2c\20std::__2::unique_ptr>\2c\20true>\2c\20SkSL::Block::Kind\2c\20std::__2::unique_ptr>\29 -2234:SkSL::Block::MakeBlock\28SkSL::Position\2c\20skia_private::STArray<2\2c\20std::__2::unique_ptr>\2c\20true>\2c\20SkSL::Block::Kind\2c\20std::__2::unique_ptr>\29 -2235:SkSL::Analysis::DetectVarDeclarationWithoutScope\28SkSL::Statement\20const&\2c\20SkSL::ErrorReporter*\29 -2236:SkRuntimeEffectPriv::TransformUniforms\28SkSpan\2c\20sk_sp\2c\20SkColorSpace\20const*\29 -2237:SkRuntimeEffect::getRPProgram\28SkSL::DebugTracePriv*\29\20const -2238:SkRegion::getBoundaryPath\28\29\20const -2239:SkRegion::Spanerator::next\28int*\2c\20int*\29 -2240:SkRegion::SkRegion\28SkRegion\20const&\29 -2241:SkReduceOrder::Quad\28SkPoint\20const*\2c\20SkPoint*\29 -2242:SkReadBuffer::skipByteArray\28unsigned\20long*\29 -2243:SkReadBuffer::readSampling\28\29 -2244:SkReadBuffer::readRRect\28SkRRect*\29 -2245:SkReadBuffer::checkInt\28int\2c\20int\29 -2246:SkRasterPipeline::appendMatrix\28SkArenaAlloc*\2c\20SkMatrix\20const&\29 -2247:SkQuads::RootsReal\28double\2c\20double\2c\20double\2c\20double*\29 -2248:SkPngCodecBase::applyXformRow\28void*\2c\20unsigned\20char\20const*\29 -2249:SkPngCodec::processData\28\29 -2250:SkPixmap::readPixels\28SkImageInfo\20const&\2c\20void*\2c\20unsigned\20long\2c\20int\2c\20int\29\20const -2251:SkPictureRecord::~SkPictureRecord\28\29 -2252:SkPicture::~SkPicture\28\29_3513 -2253:SkPathStroker::quadStroke\28SkPoint\20const*\2c\20SkQuadConstruct*\29 -2254:SkPathStroker::preJoinTo\28SkPoint\20const&\2c\20SkPoint*\2c\20SkPoint*\2c\20bool\29 -2255:SkPathStroker::intersectRay\28SkQuadConstruct*\2c\20SkPathStroker::IntersectRayType\29\20const -2256:SkPathStroker::cubicStroke\28SkPoint\20const*\2c\20SkQuadConstruct*\29 -2257:SkPathStroker::conicStroke\28SkConic\20const&\2c\20SkQuadConstruct*\29 -2258:SkPathMeasure::isClosed\28\29 -2259:SkPathEffectBase::getFlattenableType\28\29\20const -2260:SkPathBuilder::addPolygon\28SkSpan\2c\20bool\29 -2261:SkPathBuilder::addPath\28SkPath\20const&\2c\20SkMatrix\20const&\2c\20SkPath::AddPathMode\29 -2262:SkPath::isLastContourClosed\28\29\20const -2263:SkPath::getLastPt\28SkPoint*\29\20const -2264:SkPaint::setStrokeMiter\28float\29 -2265:SkPaint::setStrokeJoin\28SkPaint::Join\29 -2266:SkOpSpanBase::mergeMatches\28SkOpSpanBase*\29 -2267:SkOpSpanBase::addOpp\28SkOpSpanBase*\29 -2268:SkOpSegment::subDivide\28SkOpSpanBase\20const*\2c\20SkOpSpanBase\20const*\2c\20SkDCurve*\29\20const -2269:SkOpSegment::release\28SkOpSpan\20const*\29 -2270:SkOpSegment::operand\28\29\20const -2271:SkOpSegment::moveNearby\28\29 -2272:SkOpSegment::markAndChaseDone\28SkOpSpanBase*\2c\20SkOpSpanBase*\2c\20SkOpSpanBase**\29 -2273:SkOpSegment::isClose\28double\2c\20SkOpSegment\20const*\29\20const -2274:SkOpSegment::init\28SkPoint*\2c\20float\2c\20SkOpContour*\2c\20SkPath::Verb\29 -2275:SkOpSegment::addT\28double\2c\20SkPoint\20const&\29 -2276:SkOpCoincidence::fixUp\28SkOpPtT*\2c\20SkOpPtT\20const*\29 -2277:SkOpCoincidence::add\28SkOpPtT*\2c\20SkOpPtT*\2c\20SkOpPtT*\2c\20SkOpPtT*\29 -2278:SkOpCoincidence::addMissing\28bool*\29 -2279:SkOpCoincidence::addIfMissing\28SkOpPtT\20const*\2c\20SkOpPtT\20const*\2c\20double\2c\20double\2c\20SkOpSegment*\2c\20SkOpSegment*\2c\20bool*\29 -2280:SkOpCoincidence::addExpanded\28\29 -2281:SkOpAngle::set\28SkOpSpanBase*\2c\20SkOpSpanBase*\29 -2282:SkOpAngle::lineOnOneSide\28SkDPoint\20const&\2c\20SkDVector\20const&\2c\20SkOpAngle\20const*\2c\20bool\29\20const -2283:SkNoPixelsDevice::ClipState::op\28SkClipOp\2c\20SkM44\20const&\2c\20SkRect\20const&\2c\20bool\2c\20bool\29 -2284:SkNoDestructor>\2c\20SkSL::IntrinsicKind\2c\20SkGoodHash>>::SkNoDestructor\28skia_private::THashMap>\2c\20SkSL::IntrinsicKind\2c\20SkGoodHash>&&\29 -2285:SkMatrixPriv::DifferentialAreaScale\28SkMatrix\20const&\2c\20SkPoint\20const&\29 -2286:SkMatrix::writeToMemory\28void*\29\20const -2287:SkMakeBitmapShaderForPaint\28SkPaint\20const&\2c\20SkBitmap\20const&\2c\20SkTileMode\2c\20SkTileMode\2c\20SkSamplingOptions\20const&\2c\20SkMatrix\20const*\2c\20SkCopyPixelsMode\29 -2288:SkM44::normalizePerspective\28\29 -2289:SkM44::invert\28SkM44*\29\20const -2290:SkLatticeIter::~SkLatticeIter\28\29 -2291:SkLatticeIter::next\28SkIRect*\2c\20SkRect*\2c\20bool*\2c\20unsigned\20int*\29 -2292:SkJpegCodec::ReadHeader\28SkStream*\2c\20SkCodec**\2c\20JpegDecoderMgr**\2c\20std::__2::unique_ptr>\29 -2293:SkJSONWriter::endObject\28\29 -2294:SkJSONWriter::endArray\28\29 -2295:SkImage_Lazy::Validator::Validator\28sk_sp\2c\20SkColorType\20const*\2c\20sk_sp\29 -2296:SkImageShader::MakeSubset\28sk_sp\2c\20SkRect\20const&\2c\20SkTileMode\2c\20SkTileMode\2c\20SkSamplingOptions\20const&\2c\20SkMatrix\20const*\2c\20bool\29 -2297:SkImageFilters::MatrixTransform\28SkMatrix\20const&\2c\20SkSamplingOptions\20const&\2c\20sk_sp\29 -2298:SkImageFilters::Image\28sk_sp\2c\20SkRect\20const&\2c\20SkRect\20const&\2c\20SkSamplingOptions\20const&\29 -2299:SkImageFilters::Blend\28SkBlendMode\2c\20sk_sp\2c\20sk_sp\2c\20SkImageFilters::CropRect\20const&\29 -2300:SkImage::width\28\29\20const -2301:SkImage::readPixels\28GrDirectContext*\2c\20SkPixmap\20const&\2c\20int\2c\20int\2c\20SkImage::CachingHint\29\20const -2302:SkImage::readPixels\28GrDirectContext*\2c\20SkImageInfo\20const&\2c\20void*\2c\20unsigned\20long\2c\20int\2c\20int\2c\20SkImage::CachingHint\29\20const -2303:SkImage::makeRasterImage\28GrDirectContext*\2c\20SkImage::CachingHint\29\20const -2304:SkHalfToFloat\28unsigned\20short\29 -2305:SkGradientShader::MakeSweep\28float\2c\20float\2c\20SkRGBA4f<\28SkAlphaType\293>\20const*\2c\20sk_sp\2c\20float\20const*\2c\20int\2c\20SkTileMode\2c\20float\2c\20float\2c\20SkGradientShader::Interpolation\20const&\2c\20SkMatrix\20const*\29 -2306:SkGradientShader::MakeRadial\28SkPoint\20const&\2c\20float\2c\20SkRGBA4f<\28SkAlphaType\293>\20const*\2c\20sk_sp\2c\20float\20const*\2c\20int\2c\20SkTileMode\2c\20SkGradientShader::Interpolation\20const&\2c\20SkMatrix\20const*\29 -2307:SkGradientBaseShader::commonAsAGradient\28SkShaderBase::GradientInfo*\29\20const -2308:SkGradientBaseShader::ValidGradient\28SkRGBA4f<\28SkAlphaType\293>\20const*\2c\20int\2c\20SkTileMode\2c\20SkGradientShader::Interpolation\20const&\29 -2309:SkGradientBaseShader::SkGradientBaseShader\28SkGradientBaseShader::Descriptor\20const&\2c\20SkMatrix\20const&\29 -2310:SkGradientBaseShader::MakeDegenerateGradient\28SkRGBA4f<\28SkAlphaType\293>\20const*\2c\20float\20const*\2c\20int\2c\20sk_sp\2c\20SkTileMode\29 -2311:SkGradientBaseShader::Descriptor::~Descriptor\28\29 -2312:SkGradientBaseShader::Descriptor::Descriptor\28SkRGBA4f<\28SkAlphaType\293>\20const*\2c\20sk_sp\2c\20float\20const*\2c\20int\2c\20SkTileMode\2c\20SkGradientShader::Interpolation\20const&\29 -2313:SkGlyph::setPath\28SkArenaAlloc*\2c\20SkPath\20const*\2c\20bool\2c\20bool\29 -2314:SkFontMgr::matchFamilyStyleCharacter\28char\20const*\2c\20SkFontStyle\20const&\2c\20char\20const**\2c\20int\2c\20int\29\20const -2315:SkFont::setSize\28float\29 -2316:SkEvalQuadAt\28SkPoint\20const*\2c\20float\2c\20SkPoint*\2c\20SkPoint*\29 -2317:SkEncodedInfo::~SkEncodedInfo\28\29 -2318:SkEmptyFontMgr::onMakeFromStreamIndex\28std::__2::unique_ptr>\2c\20int\29\20const -2319:SkDrawableList::~SkDrawableList\28\29 -2320:SkDrawable::draw\28SkCanvas*\2c\20SkMatrix\20const*\29 -2321:SkDrawTreatAAStrokeAsHairline\28float\2c\20SkMatrix\20const&\2c\20float*\29 -2322:SkDevice::SkDevice\28SkImageInfo\20const&\2c\20SkSurfaceProps\20const&\29 -2323:SkData::PrivateNewWithCopy\28void\20const*\2c\20unsigned\20long\29::$_0::operator\28\29\28\29\20const -2324:SkDashPathEffect::Make\28SkSpan\2c\20float\29 -2325:SkDQuad::monotonicInX\28\29\20const -2326:SkDCubic::dxdyAtT\28double\29\20const -2327:SkDCubic::RootsValidT\28double\2c\20double\2c\20double\2c\20double\2c\20double*\29 -2328:SkConicalGradient::~SkConicalGradient\28\29 -2329:SkColorSpace::MakeSRGBLinear\28\29 -2330:SkColorFilters::Blend\28SkRGBA4f<\28SkAlphaType\293>\20const&\2c\20sk_sp\2c\20SkBlendMode\29 -2331:SkColorFilterPriv::MakeGaussian\28\29 -2332:SkColorConverter::SkColorConverter\28unsigned\20int\20const*\2c\20int\29 -2333:SkCodec::startScanlineDecode\28SkImageInfo\20const&\2c\20SkCodec::Options\20const*\29 -2334:SkCodec::handleFrameIndex\28SkImageInfo\20const&\2c\20void*\2c\20unsigned\20long\2c\20SkCodec::Options\20const&\2c\20std::__2::function\29 -2335:SkCodec::getScanlines\28void*\2c\20int\2c\20unsigned\20long\29 -2336:SkChopQuadAtYExtrema\28SkPoint\20const*\2c\20SkPoint*\29 -2337:SkChopCubicAt\28SkPoint\20const*\2c\20SkPoint*\2c\20float\20const*\2c\20int\29 -2338:SkChopCubicAtYExtrema\28SkPoint\20const*\2c\20SkPoint*\29 -2339:SkCharToGlyphCache::SkCharToGlyphCache\28\29 -2340:SkCanvas::setMatrix\28SkM44\20const&\29 -2341:SkCanvas::getTotalMatrix\28\29\20const -2342:SkCanvas::getLocalClipBounds\28\29\20const -2343:SkCanvas::drawImageLattice\28SkImage\20const*\2c\20SkCanvas::Lattice\20const&\2c\20SkRect\20const&\2c\20SkFilterMode\2c\20SkPaint\20const*\29 -2344:SkCanvas::drawAtlas\28SkImage\20const*\2c\20SkSpan\2c\20SkSpan\2c\20SkSpan\2c\20SkBlendMode\2c\20SkSamplingOptions\20const&\2c\20SkRect\20const*\2c\20SkPaint\20const*\29 -2345:SkCanvas::canAttemptBlurredRRectDraw\28SkPaint\20const&\29\20const -2346:SkCanvas::attemptBlurredRRectDraw\28SkRRect\20const&\2c\20SkBlurMaskFilterImpl\20const*\2c\20SkPaint\20const&\2c\20SkEnumBitMask\29 -2347:SkCanvas::ImageSetEntry::ImageSetEntry\28SkCanvas::ImageSetEntry\20const&\29 -2348:SkBmpCodec::ReadHeader\28SkStream*\2c\20bool\2c\20std::__2::unique_ptr>*\29 -2349:SkBlurMaskFilterImpl::computeXformedSigma\28SkMatrix\20const&\29\20const -2350:SkBlitter::blitRectRegion\28SkIRect\20const&\2c\20SkRegion\20const&\29 -2351:SkBlendMode_ShouldPreScaleCoverage\28SkBlendMode\2c\20bool\29 -2352:SkBlendMode_AppendStages\28SkBlendMode\2c\20SkRasterPipeline*\29 -2353:SkBitmap::tryAllocPixels\28SkBitmap::Allocator*\29 -2354:SkBitmap::readPixels\28SkPixmap\20const&\2c\20int\2c\20int\29\20const -2355:SkBitmap::allocPixels\28SkImageInfo\20const&\29 -2356:SkBaseShadowTessellator::handleQuad\28SkPoint\20const*\29 -2357:SkAutoDescriptor::~SkAutoDescriptor\28\29 -2358:SkAnimatedImage::getFrameCount\28\29\20const -2359:SkAAClip::~SkAAClip\28\29 -2360:SkAAClip::setPath\28SkPath\20const&\2c\20SkIRect\20const&\2c\20bool\29 -2361:SkAAClip::op\28SkAAClip\20const&\2c\20SkClipOp\29 -2362:ReadHuffmanCode_15536 -2363:OT::vmtx_accelerator_t*\20hb_data_wrapper_t::call_create>\28\29\20const -2364:OT::kern_accelerator_t*\20hb_data_wrapper_t::call_create>\28\29\20const -2365:OT::cff1_accelerator_t*\20hb_data_wrapper_t::call_create>\28\29\20const -2366:OT::apply_lookup\28OT::hb_ot_apply_context_t*\2c\20unsigned\20int\2c\20unsigned\20int*\2c\20unsigned\20int\2c\20OT::LookupRecord\20const*\2c\20unsigned\20int\29 -2367:OT::OpenTypeFontFile::sanitize\28hb_sanitize_context_t*\29\20const -2368:OT::Layout::GPOS_impl::ValueFormat::get_device\28OT::IntType\20const*\2c\20bool*\2c\20OT::Layout::GPOS_impl::ValueBase\20const*\2c\20hb_sanitize_context_t&\29 -2369:OT::Layout::GPOS_impl::AnchorFormat3::get_anchor\28OT::hb_ot_apply_context_t*\2c\20unsigned\20int\2c\20float*\2c\20float*\29\20const -2370:OT::Layout::GPOS_impl::AnchorFormat2::get_anchor\28OT::hb_ot_apply_context_t*\2c\20unsigned\20int\2c\20float*\2c\20float*\29\20const -2371:OT::GPOS_accelerator_t*\20hb_data_wrapper_t::call_create>\28\29\20const -2372:OT::CFFIndex>::sanitize\28hb_sanitize_context_t*\29\20const -2373:JpegDecoderMgr::~JpegDecoderMgr\28\29 -2374:GrTriangulator::simplify\28GrTriangulator::VertexList*\2c\20GrTriangulator::Comparator\20const&\29 -2375:GrTriangulator::setTop\28GrTriangulator::Edge*\2c\20GrTriangulator::Vertex*\2c\20GrTriangulator::EdgeList*\2c\20GrTriangulator::Vertex**\2c\20GrTriangulator::Comparator\20const&\29\20const -2376:GrTriangulator::mergeCoincidentVertices\28GrTriangulator::VertexList*\2c\20GrTriangulator::Comparator\20const&\29\20const -2377:GrTriangulator::Vertex*\20SkArenaAlloc::make\28SkPoint&\2c\20int&&\29 -2378:GrThreadSafeCache::remove\28skgpu::UniqueKey\20const&\29 -2379:GrThreadSafeCache::internalFind\28skgpu::UniqueKey\20const&\29 -2380:GrThreadSafeCache::internalAdd\28skgpu::UniqueKey\20const&\2c\20GrSurfaceProxyView\20const&\29 -2381:GrTextureEffect::Sampling::Sampling\28GrSurfaceProxy\20const&\2c\20GrSamplerState\2c\20SkRect\20const&\2c\20SkRect\20const*\2c\20float\20const*\2c\20bool\2c\20GrCaps\20const&\2c\20SkPoint\29 -2382:GrTexture::markMipmapsClean\28\29 -2383:GrTessellationShader::MakePipeline\28GrTessellationShader::ProgramArgs\20const&\2c\20GrAAType\2c\20GrAppliedClip&&\2c\20GrProcessorSet&&\29 -2384:GrSurfaceProxyView::concatSwizzle\28skgpu::Swizzle\29 -2385:GrSurfaceProxy::LazyCallbackResult::LazyCallbackResult\28sk_sp\29 -2386:GrSurfaceProxy::Copy\28GrRecordingContext*\2c\20sk_sp\2c\20GrSurfaceOrigin\2c\20skgpu::Mipmapped\2c\20SkIRect\2c\20SkBackingFit\2c\20skgpu::Budgeted\2c\20std::__2::basic_string_view>\2c\20GrSurfaceProxy::RectsMustMatch\2c\20sk_sp*\29 -2387:GrStyledShape::GrStyledShape\28SkPath\20const&\2c\20GrStyle\20const&\2c\20GrStyledShape::DoSimplify\29 -2388:GrStyledShape::GrStyledShape\28GrStyledShape\20const&\2c\20GrStyle::Apply\2c\20float\29 -2389:GrSimpleMeshDrawOpHelper::CreateProgramInfo\28GrCaps\20const*\2c\20SkArenaAlloc*\2c\20GrPipeline\20const*\2c\20GrSurfaceProxyView\20const&\2c\20bool\2c\20GrGeometryProcessor*\2c\20GrPrimitiveType\2c\20GrXferBarrierFlags\2c\20GrLoadOp\2c\20GrUserStencilSettings\20const*\29 -2390:GrShape::simplifyLine\28SkPoint\20const&\2c\20SkPoint\20const&\2c\20unsigned\20int\29 -2391:GrShape::reset\28\29 -2392:GrShape::conservativeContains\28SkPoint\20const&\29\20const -2393:GrSWMaskHelper::init\28SkIRect\20const&\29 -2394:GrResourceProvider::createNonAAQuadIndexBuffer\28\29 -2395:GrResourceProvider::createBuffer\28unsigned\20long\2c\20GrGpuBufferType\2c\20GrAccessPattern\2c\20GrResourceProvider::ZeroInit\29 -2396:GrRenderTask::addTarget\28GrDrawingManager*\2c\20sk_sp\29 -2397:GrRenderTarget::~GrRenderTarget\28\29_9671 -2398:GrRecordingContextPriv::createDevice\28skgpu::Budgeted\2c\20SkImageInfo\20const&\2c\20SkBackingFit\2c\20int\2c\20skgpu::Mipmapped\2c\20skgpu::Protected\2c\20GrSurfaceOrigin\2c\20SkSurfaceProps\20const&\2c\20skgpu::ganesh::Device::InitContents\29 -2399:GrQuadUtils::WillUseHairline\28GrQuad\20const&\2c\20GrAAType\2c\20GrQuadAAFlags\29 -2400:GrQuadUtils::CropToRect\28SkRect\20const&\2c\20GrAA\2c\20DrawQuad*\2c\20bool\29 -2401:GrProxyProvider::processInvalidUniqueKey\28skgpu::UniqueKey\20const&\2c\20GrTextureProxy*\2c\20GrProxyProvider::InvalidateGPUResource\29 -2402:GrPorterDuffXPFactory::Get\28SkBlendMode\29 -2403:GrPixmap::operator=\28GrPixmap&&\29 -2404:GrPathUtils::scaleToleranceToSrc\28float\2c\20SkMatrix\20const&\2c\20SkRect\20const&\29 -2405:GrPathUtils::quadraticPointCount\28SkPoint\20const*\2c\20float\29 -2406:GrPathUtils::cubicPointCount\28SkPoint\20const*\2c\20float\29 -2407:GrPaint::setPorterDuffXPFactory\28SkBlendMode\29 -2408:GrPaint::GrPaint\28GrPaint\20const&\29 -2409:GrOpsRenderPass::draw\28int\2c\20int\29 -2410:GrOpsRenderPass::drawInstanced\28int\2c\20int\2c\20int\2c\20int\29 -2411:GrMeshDrawOp::onPrePrepareDraws\28GrRecordingContext*\2c\20GrSurfaceProxyView\20const&\2c\20GrAppliedClip*\2c\20GrDstProxyView\20const&\2c\20GrXferBarrierFlags\2c\20GrLoadOp\29 -2412:GrMakeUniqueKeyInvalidationListener\28skgpu::UniqueKey*\2c\20unsigned\20int\29 -2413:GrGradientShader::MakeGradientFP\28SkGradientBaseShader\20const&\2c\20GrFPArgs\20const&\2c\20SkShaders::MatrixRec\20const&\2c\20std::__2::unique_ptr>\2c\20SkMatrix\20const*\29 -2414:GrGpuResource::isPurgeable\28\29\20const -2415:GrGpuResource::getContext\28\29 -2416:GrGpu::writePixels\28GrSurface*\2c\20SkIRect\2c\20GrColorType\2c\20GrColorType\2c\20GrMipLevel\20const*\2c\20int\2c\20bool\29 -2417:GrGLTexture::onSetLabel\28\29 -2418:GrGLTexture::onRelease\28\29 -2419:GrGLTexture::onAbandon\28\29 -2420:GrGLTexture::backendFormat\28\29\20const -2421:GrGLSLProgramBuilder::fragmentProcessorHasCoordsParam\28GrFragmentProcessor\20const*\29\20const -2422:GrGLRenderTarget::onRelease\28\29 -2423:GrGLRenderTarget::onAbandon\28\29 -2424:GrGLGpu::resolveRenderFBOs\28GrGLRenderTarget*\2c\20SkIRect\20const&\2c\20GrGLRenderTarget::ResolveDirection\2c\20bool\29 -2425:GrGLGpu::flushBlendAndColorWrite\28skgpu::BlendInfo\20const&\2c\20skgpu::Swizzle\20const&\29 -2426:GrGLGpu::deleteSync\28__GLsync*\29 -2427:GrGLGetVersionFromString\28char\20const*\29 -2428:GrGLFinishCallbacks::callAll\28bool\29 -2429:GrGLCheckLinkStatus\28GrGLGpu\20const*\2c\20unsigned\20int\2c\20bool\2c\20skgpu::ShaderErrorHandler*\2c\20std::__2::basic_string\2c\20std::__2::allocator>\20const**\2c\20SkSL::NativeShader\20const*\29 -2430:GrGLCaps::maxRenderTargetSampleCount\28GrGLFormat\29\20const -2431:GrFragmentProcessors::Make\28SkBlenderBase\20const*\2c\20std::__2::unique_ptr>\2c\20std::__2::unique_ptr>\2c\20GrFPArgs\20const&\29 -2432:GrFragmentProcessor::isEqual\28GrFragmentProcessor\20const&\29\20const -2433:GrFragmentProcessor::asTextureEffect\28\29\20const -2434:GrFragmentProcessor::Rect\28std::__2::unique_ptr>\2c\20GrClipEdgeType\2c\20SkRect\29 -2435:GrFragmentProcessor::ModulateRGBA\28std::__2::unique_ptr>\2c\20SkRGBA4f<\28SkAlphaType\292>\20const&\29 -2436:GrDrawingManager::~GrDrawingManager\28\29 -2437:GrDrawingManager::removeRenderTasks\28\29 -2438:GrDrawingManager::getPathRenderer\28skgpu::ganesh::PathRenderer::CanDrawPathArgs\20const&\2c\20bool\2c\20skgpu::ganesh::PathRendererChain::DrawType\2c\20skgpu::ganesh::PathRenderer::StencilSupport*\29 -2439:GrDrawOpAtlas::compact\28skgpu::AtlasToken\29 -2440:GrCpuBuffer::ref\28\29\20const -2441:GrContext_Base::~GrContext_Base\28\29 -2442:GrContext_Base::defaultBackendFormat\28SkColorType\2c\20skgpu::Renderable\29\20const -2443:GrColorSpaceXform::XformKey\28GrColorSpaceXform\20const*\29 -2444:GrColorSpaceXform::Make\28SkColorSpace*\2c\20SkAlphaType\2c\20SkColorSpace*\2c\20SkAlphaType\29 -2445:GrColorSpaceXform::Make\28GrColorInfo\20const&\2c\20GrColorInfo\20const&\29 -2446:GrColorInfo::operator=\28GrColorInfo\20const&\29 -2447:GrCaps::supportedReadPixelsColorType\28GrColorType\2c\20GrBackendFormat\20const&\2c\20GrColorType\29\20const -2448:GrCaps::getFallbackColorTypeAndFormat\28GrColorType\2c\20int\29\20const -2449:GrCaps::areColorTypeAndFormatCompatible\28GrColorType\2c\20GrBackendFormat\20const&\29\20const -2450:GrBufferAllocPool::~GrBufferAllocPool\28\29 -2451:GrBlurUtils::DrawShapeWithMaskFilter\28GrRecordingContext*\2c\20skgpu::ganesh::SurfaceDrawContext*\2c\20GrClip\20const*\2c\20SkPaint\20const&\2c\20SkMatrix\20const&\2c\20GrStyledShape\20const&\29 -2452:GrBaseContextPriv::getShaderErrorHandler\28\29\20const -2453:GrBackendTexture::GrBackendTexture\28GrBackendTexture\20const&\29 -2454:GrBackendRenderTarget::getBackendFormat\28\29\20const -2455:GrBackendFormat::operator==\28GrBackendFormat\20const&\29\20const -2456:GrAAConvexTessellator::createOuterRing\28GrAAConvexTessellator::Ring\20const&\2c\20float\2c\20float\2c\20GrAAConvexTessellator::Ring*\29 -2457:GrAAConvexTessellator::createInsetRings\28GrAAConvexTessellator::Ring&\2c\20float\2c\20float\2c\20float\2c\20float\2c\20GrAAConvexTessellator::Ring**\29 -2458:FindSortableTop\28SkOpContourHead*\29 -2459:FT_Stream_Close -2460:FT_Set_Charmap -2461:FT_Select_Metrics -2462:FT_Outline_Decompose -2463:FT_Open_Face -2464:FT_New_Size -2465:FT_Load_Sfnt_Table -2466:FT_GlyphLoader_Add -2467:FT_Get_Color_Glyph_Paint -2468:FT_Get_Color_Glyph_Layer -2469:FT_Done_Library -2470:FT_CMap_New -2471:DecodeImageData\28sk_sp\29 -2472:Current_Ratio -2473:Cr_z__tr_stored_block -2474:ClipParams_unpackRegionOp\28SkReadBuffer*\2c\20unsigned\20int\29 -2475:CircleOp::Circle&\20skia_private::TArray::emplace_back\28CircleOp::Circle&&\29 -2476:AlmostEqualUlps_Pin\28float\2c\20float\29 -2477:AAT::hb_aat_apply_context_t::hb_aat_apply_context_t\28hb_ot_shape_plan_t\20const*\2c\20hb_font_t*\2c\20hb_buffer_t*\2c\20hb_blob_t*\29 -2478:AAT::TrackTableEntry::get_value\28float\2c\20void\20const*\2c\20hb_array_t\2c\2016u>\20const>\29\20const -2479:AAT::StateTable::sanitize\28hb_sanitize_context_t*\2c\20unsigned\20int*\29\20const -2480:2243 -2481:2244 -2482:2245 -2483:2246 -2484:2247 -2485:wuffs_lzw__decoder__workbuf_len -2486:wuffs_gif__decoder__decode_image_config -2487:wuffs_gif__decoder__decode_frame_config -2488:winding_mono_quad\28SkPoint\20const*\2c\20float\2c\20float\2c\20int*\29 -2489:winding_mono_conic\28SkConic\20const&\2c\20float\2c\20float\2c\20int*\29 -2490:week_num -2491:wcrtomb -2492:wchar_t\20const*\20std::__2::find\5babi:nn180100\5d\28wchar_t\20const*\2c\20wchar_t\20const*\2c\20wchar_t\20const&\29 -2493:void\20std::__2::__sort4\5babi:ne180100\5d\28skia::textlayout::OneLineShaper::RunBlock*\2c\20skia::textlayout::OneLineShaper::RunBlock*\2c\20skia::textlayout::OneLineShaper::RunBlock*\2c\20skia::textlayout::OneLineShaper::RunBlock*\2c\20skia::textlayout::OneLineShaper::finish\28skia::textlayout::Block\20const&\2c\20float\2c\20float&\29::$_0&\29 -2494:void\20std::__2::__sort4\5babi:ne180100\5d\28SkSL::ProgramElement\20const**\2c\20SkSL::ProgramElement\20const**\2c\20SkSL::ProgramElement\20const**\2c\20SkSL::ProgramElement\20const**\2c\20SkSL::Transform::\28anonymous\20namespace\29::BuiltinVariableScanner::sortNewElements\28\29::'lambda'\28SkSL::ProgramElement\20const*\2c\20SkSL::ProgramElement\20const*\29&\29 -2495:void\20std::__2::__sort4\5babi:ne180100\5d\28SkSL::FunctionDefinition\20const**\2c\20SkSL::FunctionDefinition\20const**\2c\20SkSL::FunctionDefinition\20const**\2c\20SkSL::FunctionDefinition\20const**\2c\20SkSL::Transform::FindAndDeclareBuiltinFunctions\28SkSL::Program&\29::$_0&\29 -2496:void\20std::__2::__inplace_merge\20const&\2c\20unsigned\20int\2c\20FT_COLR_Paint_\20const&\2c\20SkPaint*\29::$_0::operator\28\29\28FT_ColorStopIterator_\20const&\2c\20std::__2::vector>&\2c\20std::__2::vector\2c\20std::__2::allocator>>&\29\20const::'lambda'\28\28anonymous\20namespace\29::colrv1_configure_skpaint\28FT_FaceRec_*\2c\20SkSpan\20const&\2c\20unsigned\20int\2c\20FT_COLR_Paint_\20const&\2c\20SkPaint*\29::$_0::operator\28\29\28FT_ColorStopIterator_\20const&\2c\20std::__2::vector>&\2c\20std::__2::vector\2c\20std::__2::allocator>>&\29\20const::ColorStop\20const&\2c\20\28anonymous\20namespace\29::colrv1_configure_skpaint\28FT_FaceRec_*\2c\20SkSpan\20const&\2c\20unsigned\20int\2c\20FT_COLR_Paint_\20const&\2c\20SkPaint*\29::$_0::operator\28\29\28FT_ColorStopIterator_\20const&\2c\20std::__2::vector>&\2c\20std::__2::vector\2c\20std::__2::allocator>>&\29\20const::ColorStop\20const&\29&\2c\20std::__2::__wrap_iter<\28anonymous\20namespace\29::colrv1_configure_skpaint\28FT_FaceRec_*\2c\20SkSpan\20const&\2c\20unsigned\20int\2c\20FT_COLR_Paint_\20const&\2c\20SkPaint*\29::$_0::operator\28\29\28FT_ColorStopIterator_\20const&\2c\20std::__2::vector>&\2c\20std::__2::vector\2c\20std::__2::allocator>>&\29\20const::ColorStop*>>\28std::__2::__wrap_iter<\28anonymous\20namespace\29::colrv1_configure_skpaint\28FT_FaceRec_*\2c\20SkSpan\20const&\2c\20unsigned\20int\2c\20FT_COLR_Paint_\20const&\2c\20SkPaint*\29::$_0::operator\28\29\28FT_ColorStopIterator_\20const&\2c\20std::__2::vector>&\2c\20std::__2::vector\2c\20std::__2::allocator>>&\29\20const::ColorStop*>\2c\20std::__2::__wrap_iter<\28anonymous\20namespace\29::colrv1_configure_skpaint\28FT_FaceRec_*\2c\20SkSpan\20const&\2c\20unsigned\20int\2c\20FT_COLR_Paint_\20const&\2c\20SkPaint*\29::$_0::operator\28\29\28FT_ColorStopIterator_\20const&\2c\20std::__2::vector>&\2c\20std::__2::vector\2c\20std::__2::allocator>>&\29\20const::ColorStop*>\2c\20std::__2::__wrap_iter<\28anonymous\20namespace\29::colrv1_configure_skpaint\28FT_FaceRec_*\2c\20SkSpan\20const&\2c\20unsigned\20int\2c\20FT_COLR_Paint_\20const&\2c\20SkPaint*\29::$_0::operator\28\29\28FT_ColorStopIterator_\20const&\2c\20std::__2::vector>&\2c\20std::__2::vector\2c\20std::__2::allocator>>&\29\20const::ColorStop*>\2c\20\28anonymous\20namespace\29::colrv1_configure_skpaint\28FT_FaceRec_*\2c\20SkSpan\20const&\2c\20unsigned\20int\2c\20FT_COLR_Paint_\20const&\2c\20SkPaint*\29::$_0::operator\28\29\28FT_ColorStopIterator_\20const&\2c\20std::__2::vector>&\2c\20std::__2::vector\2c\20std::__2::allocator>>&\29\20const::'lambda'\28\28anonymous\20namespace\29::colrv1_configure_skpaint\28FT_FaceRec_*\2c\20SkSpan\20const&\2c\20unsigned\20int\2c\20FT_COLR_Paint_\20const&\2c\20SkPaint*\29::$_0::operator\28\29\28FT_ColorStopIterator_\20const&\2c\20std::__2::vector>&\2c\20std::__2::vector\2c\20std::__2::allocator>>&\29\20const::ColorStop\20const&\2c\20\28anonymous\20namespace\29::colrv1_configure_skpaint\28FT_FaceRec_*\2c\20SkSpan\20const&\2c\20unsigned\20int\2c\20FT_COLR_Paint_\20const&\2c\20SkPaint*\29::$_0::operator\28\29\28FT_ColorStopIterator_\20const&\2c\20std::__2::vector>&\2c\20std::__2::vector\2c\20std::__2::allocator>>&\29\20const::ColorStop\20const&\29&\2c\20std::__2::iterator_traits\20const&\2c\20unsigned\20int\2c\20FT_COLR_Paint_\20const&\2c\20SkPaint*\29::$_0::operator\28\29\28FT_ColorStopIterator_\20const&\2c\20std::__2::vector>&\2c\20std::__2::vector\2c\20std::__2::allocator>>&\29\20const::ColorStop*>>::difference_type\2c\20std::__2::iterator_traits\20const&\2c\20unsigned\20int\2c\20FT_COLR_Paint_\20const&\2c\20SkPaint*\29::$_0::operator\28\29\28FT_ColorStopIterator_\20const&\2c\20std::__2::vector>&\2c\20std::__2::vector\2c\20std::__2::allocator>>&\29\20const::ColorStop*>>::difference_type\2c\20std::__2::iterator_traits\20const&\2c\20unsigned\20int\2c\20FT_COLR_Paint_\20const&\2c\20SkPaint*\29::$_0::operator\28\29\28FT_ColorStopIterator_\20const&\2c\20std::__2::vector>&\2c\20std::__2::vector\2c\20std::__2::allocator>>&\29\20const::ColorStop*>>::value_type*\2c\20long\29 -2497:void\20sort_r_simple\28void*\2c\20unsigned\20long\2c\20unsigned\20long\2c\20int\20\28*\29\28void\20const*\2c\20void\20const*\2c\20void*\29\2c\20void*\29 -2498:void\20sort_r_simple<>\28void*\2c\20unsigned\20long\2c\20unsigned\20long\2c\20int\20\28*\29\28void\20const*\2c\20void\20const*\29\29_14634 -2499:void\20sort_r_simple<>\28void*\2c\20unsigned\20long\2c\20unsigned\20long\2c\20int\20\28*\29\28void\20const*\2c\20void\20const*\29\29 -2500:void\20SkTIntroSort\28double*\2c\20double*\29::'lambda'\28double\20const&\2c\20double\20const&\29>\28int\2c\20double*\2c\20int\2c\20void\20SkTQSort\28double*\2c\20double*\29::'lambda'\28double\20const&\2c\20double\20const&\29\20const&\29 -2501:void\20SkTIntroSort\28int\2c\20SkEdge**\2c\20int\2c\20bool\20\20const\28&\29\28SkEdge\20const*\2c\20SkEdge\20const*\29\29 -2502:void\20SkTHeapSort\28SkAnalyticEdge**\2c\20unsigned\20long\2c\20bool\20\20const\28&\29\28SkAnalyticEdge\20const*\2c\20SkAnalyticEdge\20const*\29\29 -2503:void\20AAT::StateTable::collect_initial_glyphs>\28hb_bit_set_t&\2c\20unsigned\20int\2c\20AAT::LigatureSubtable\20const&\29\20const -2504:vfprintf -2505:valid_args\28SkImageInfo\20const&\2c\20unsigned\20long\2c\20unsigned\20long*\29 -2506:update_offset_to_base\28char\20const*\2c\20long\29 -2507:update_box -2508:u_charMirror_skia -2509:tt_size_reset -2510:tt_sbit_decoder_load_metrics -2511:tt_face_find_bdf_prop -2512:tolower -2513:toTextStyle\28SimpleTextStyle\20const&\29 -2514:t1_cmap_unicode_done -2515:subdivide_cubic_to\28SkPath*\2c\20SkPoint\20const*\2c\20int\29 -2516:subdivide\28SkConic\20const&\2c\20SkPoint*\2c\20int\29 -2517:strtox_16066 -2518:strtox -2519:strtoull_l -2520:strtod -2521:std::logic_error::~logic_error\28\29_17770 -2522:std::__2::vector>::__append\28unsigned\20long\29 -2523:std::__2::vector>::push_back\5babi:ne180100\5d\28float&&\29 -2524:std::__2::vector>::__append\28unsigned\20long\29 -2525:std::__2::vector<\28anonymous\20namespace\29::CacheImpl::Value*\2c\20std::__2::allocator<\28anonymous\20namespace\29::CacheImpl::Value*>>::__throw_length_error\5babi:ne180100\5d\28\29\20const -2526:std::__2::vector>::reserve\28unsigned\20long\29 -2527:std::__2::vector\2c\20std::__2::allocator>>::push_back\5babi:ne180100\5d\28SkRGBA4f<\28SkAlphaType\293>\20const&\29 -2528:std::__2::unique_ptr<\28anonymous\20namespace\29::SoftwarePathData\2c\20std::__2::default_delete<\28anonymous\20namespace\29::SoftwarePathData>>::reset\5babi:ne180100\5d\28\28anonymous\20namespace\29::SoftwarePathData*\29 -2529:std::__2::unique_ptr>::~unique_ptr\5babi:ne180100\5d\28\29 -2530:std::__2::time_put>>::~time_put\28\29_17306 -2531:std::__2::priority_queue>\2c\20GrAATriangulator::EventComparator>::push\28GrAATriangulator::Event*\20const&\29 -2532:std::__2::pair\2c\20std::__2::allocator>>>::~pair\28\29 -2533:std::__2::locale::operator=\28std::__2::locale\20const&\29 -2534:std::__2::locale::locale\28\29 -2535:std::__2::locale::__imp::acquire\28\29 -2536:std::__2::iterator_traits::difference_type\20std::__2::distance\5babi:nn180100\5d\28unsigned\20int\20const*\2c\20unsigned\20int\20const*\29 -2537:std::__2::ios_base::~ios_base\28\29 -2538:std::__2::ios_base::init\28void*\29 -2539:std::__2::ios_base::clear\28unsigned\20int\29 -2540:std::__2::fpos<__mbstate_t>::fpos\5babi:nn180100\5d\28long\20long\29 -2541:std::__2::enable_if::value\20&&\20is_move_assignable::value\2c\20void>::type\20std::__2::swap\5babi:ne180100\5d\28SkAnimatedImage::Frame&\2c\20SkAnimatedImage::Frame&\29 -2542:std::__2::default_delete::operator\28\29\5babi:ne180100\5d\28sktext::gpu::TextBlobRedrawCoordinator*\29\20const -2543:std::__2::char_traits::move\5babi:nn180100\5d\28char*\2c\20char\20const*\2c\20unsigned\20long\29 -2544:std::__2::char_traits::assign\5babi:nn180100\5d\28char*\2c\20unsigned\20long\2c\20char\29 -2545:std::__2::basic_stringstream\2c\20std::__2::allocator>::~basic_stringstream\28\29_16357 -2546:std::__2::basic_stringbuf\2c\20std::__2::allocator>::~basic_stringbuf\28\29 -2547:std::__2::basic_stringbuf\2c\20std::__2::allocator>::str\28std::__2::basic_string\2c\20std::__2::allocator>\20const&\29 -2548:std::__2::basic_string\2c\20std::__2::allocator>::push_back\28wchar_t\29 -2549:std::__2::basic_string\2c\20std::__2::allocator>::capacity\5babi:nn180100\5d\28\29\20const -2550:std::__2::basic_string\2c\20std::__2::allocator>::basic_string\5babi:nn180100\5d\28char*\2c\20char*\2c\20std::__2::allocator\20const&\29 -2551:std::__2::basic_string\2c\20std::__2::allocator>::__make_iterator\5babi:nn180100\5d\28char*\29 -2552:std::__2::basic_string\2c\20std::__2::allocator>::__grow_by_without_replace\5babi:nn180100\5d\28unsigned\20long\2c\20unsigned\20long\2c\20unsigned\20long\2c\20unsigned\20long\2c\20unsigned\20long\2c\20unsigned\20long\29 -2553:std::__2::basic_string\2c\20std::__2::allocator>::__init_copy_ctor_external\28char16_t\20const*\2c\20unsigned\20long\29 -2554:std::__2::basic_streambuf>::setp\5babi:nn180100\5d\28char*\2c\20char*\29 -2555:std::__2::basic_streambuf>::basic_streambuf\28\29 -2556:std::__2::basic_ostream>::~basic_ostream\28\29_16256 -2557:std::__2::basic_istream>::~basic_istream\28\29_16215 -2558:std::__2::basic_istream>::sentry::sentry\28std::__2::basic_istream>&\2c\20bool\29 -2559:std::__2::basic_iostream>::~basic_iostream\28\29_16277 -2560:std::__2::__wrap_iter::operator+\5babi:nn180100\5d\28long\29\20const -2561:std::__2::__wrap_iter::operator++\5babi:nn180100\5d\28\29 -2562:std::__2::__wrap_iter::operator+\5babi:nn180100\5d\28long\29\20const -2563:std::__2::__wrap_iter::operator++\5babi:nn180100\5d\28\29 -2564:std::__2::__unique_if::__unique_single\20std::__2::make_unique\5babi:ne180100\5d\28SkSL::Position&\2c\20SkSL::Type\20const&\2c\20SkSL::ExpressionArray&&\29 -2565:std::__2::__unique_if::__unique_single\20std::__2::make_unique\5babi:ne180100\5d\28SkSL::Position&\2c\20SkSL::Type\20const&\2c\20SkSL::ExpressionArray&&\29 -2566:std::__2::__to_address_helper\2c\20void>::__call\5babi:nn180100\5d\28std::__2::__wrap_iter\20const&\29 -2567:std::__2::__throw_length_error\5babi:ne180100\5d\28char\20const*\29 -2568:std::__2::__optional_destruct_base::reset\5babi:ne180100\5d\28\29 -2569:std::__2::__num_get::__stage2_float_prep\28std::__2::ios_base&\2c\20wchar_t*\2c\20wchar_t&\2c\20wchar_t&\29 -2570:std::__2::__num_get::__stage2_float_loop\28wchar_t\2c\20bool&\2c\20char&\2c\20char*\2c\20char*&\2c\20wchar_t\2c\20wchar_t\2c\20std::__2::basic_string\2c\20std::__2::allocator>\20const&\2c\20unsigned\20int*\2c\20unsigned\20int*&\2c\20unsigned\20int&\2c\20wchar_t*\29 -2571:std::__2::__num_get::__stage2_float_prep\28std::__2::ios_base&\2c\20char*\2c\20char&\2c\20char&\29 -2572:std::__2::__num_get::__stage2_float_loop\28char\2c\20bool&\2c\20char&\2c\20char*\2c\20char*&\2c\20char\2c\20char\2c\20std::__2::basic_string\2c\20std::__2::allocator>\20const&\2c\20unsigned\20int*\2c\20unsigned\20int*&\2c\20unsigned\20int&\2c\20char*\29 -2573:std::__2::__libcpp_wcrtomb_l\5babi:nn180100\5d\28char*\2c\20wchar_t\2c\20__mbstate_t*\2c\20__locale_struct*\29 -2574:std::__2::__itoa::__base_10_u32\5babi:nn180100\5d\28char*\2c\20unsigned\20int\29 -2575:std::__2::__itoa::__append6\5babi:nn180100\5d\28char*\2c\20unsigned\20int\29 -2576:std::__2::__itoa::__append4\5babi:nn180100\5d\28char*\2c\20unsigned\20int\29 -2577:sktext::gpu::VertexFiller::flatten\28SkWriteBuffer&\29\20const -2578:sktext::gpu::VertexFiller::deviceRectAndCheckTransform\28SkMatrix\20const&\29\20const -2579:sktext::gpu::VertexFiller::Make\28skgpu::MaskFormat\2c\20SkMatrix\20const&\2c\20SkRect\2c\20SkSpan\2c\20sktext::gpu::SubRunAllocator*\2c\20sktext::gpu::FillerType\29 -2580:sktext::gpu::SubRunContainer::draw\28SkCanvas*\2c\20SkPoint\2c\20SkPaint\20const&\2c\20SkRefCnt\20const*\2c\20std::__2::function\2c\20sktext::gpu::RendererData\29>\20const&\29\20const -2581:sktext::gpu::SubRunAllocator::SubRunAllocator\28int\29 -2582:sktext::gpu::StrikeCache::internalPurge\28unsigned\20long\29 -2583:sktext::gpu::GlyphVector::flatten\28SkWriteBuffer&\29\20const -2584:sktext::gpu::GlyphVector::Make\28sktext::SkStrikePromise&&\2c\20SkSpan\2c\20sktext::gpu::SubRunAllocator*\29 -2585:sktext::gpu::BagOfBytes::MinimumSizeWithOverhead\28int\2c\20int\2c\20int\2c\20int\29::'lambda'\28\29::operator\28\29\28\29\20const -2586:sktext::SkStrikePromise::flatten\28SkWriteBuffer&\29\20const -2587:sktext::GlyphRunBuilder::makeGlyphRunList\28sktext::GlyphRun\20const&\2c\20SkPaint\20const&\2c\20SkPoint\29 -2588:sktext::GlyphRun::GlyphRun\28SkFont\20const&\2c\20SkSpan\2c\20SkSpan\2c\20SkSpan\2c\20SkSpan\2c\20SkSpan\29 -2589:skpaint_to_grpaint_impl\28skgpu::ganesh::SurfaceDrawContext*\2c\20SkPaint\20const&\2c\20SkMatrix\20const&\2c\20std::__2::optional>>\2c\20SkBlender*\2c\20GrPaint*\29 -2590:skip_literal_string -2591:skif::\28anonymous\20namespace\29::are_axes_nearly_integer_aligned\28skif::LayerSpace\20const&\2c\20skif::LayerSpace*\29 -2592:skif::FilterResult::applyColorFilter\28skif::Context\20const&\2c\20sk_sp\29\20const -2593:skif::FilterResult::Builder::outputBounds\28std::__2::optional>\29\20const -2594:skif::FilterResult::Builder::drawShader\28sk_sp\2c\20skif::LayerSpace\20const&\2c\20bool\29\20const -2595:skif::FilterResult::Builder::createInputShaders\28skif::LayerSpace\20const&\2c\20bool\29 -2596:skia_private::THashTable::Pair\2c\20unsigned\20int\2c\20skia_private::THashMap::Pair>::resize\28int\29 -2597:skia_private::THashTable::Pair\2c\20unsigned\20int\2c\20skia_private::THashMap::Pair>::resize\28int\29 -2598:skia_private::THashTable>\2c\20SkGoodHash>::Pair\2c\20SkSL::Variable\20const*\2c\20skia_private::THashMap>\2c\20SkGoodHash>::Pair>::set\28skia_private::THashMap>\2c\20SkGoodHash>::Pair\29 -2599:skia_private::THashTable::Pair\2c\20SkSL::IRNode\20const*\2c\20skia_private::THashMap::Pair>::resize\28int\29 -2600:skia_private::THashTable::AdaptedTraits>::removeIfExists\28skgpu::ganesh::SmallPathShapeDataKey\20const&\29 -2601:skia_private::THashTable::Traits>::resize\28int\29 -2602:skia_private::THashTable::Entry*\2c\20unsigned\20int\2c\20SkLRUCache::Traits>::resize\28int\29 -2603:skia_private::THashTable>\2c\20GrGLGpu::ProgramCache::DescHash\2c\20SkNoOpPurge>::Entry*\2c\20GrProgramDesc\2c\20SkLRUCache>\2c\20GrGLGpu::ProgramCache::DescHash\2c\20SkNoOpPurge>::Traits>::find\28GrProgramDesc\20const&\29\20const -2604:skia_private::THashTable::AdaptedTraits>::removeIfExists\28skgpu::UniqueKey\20const&\29 -2605:skia_private::THashTable::AdaptedTraits>::uncheckedSet\28GrTextureProxy*&&\29 -2606:skia_private::THashTable::AdaptedTraits>::resize\28int\29 -2607:skia_private::THashMap\2c\20std::__2::allocator>\2c\20SkGoodHash>::set\28SkSL::Variable\20const*\2c\20std::__2::basic_string\2c\20std::__2::allocator>\29 -2608:skia_private::THashMap::set\28SkSL::SymbolTable::SymbolKey\2c\20SkSL::Symbol*\29 -2609:skia_private::THashMap::set\28SkSL::FunctionDeclaration\20const*\2c\20SkSL::Analysis::CheckProgramStructure\28SkSL::Program\20const&\29::ProgramStructureVisitor::FunctionState\29 -2610:skia_private::TArray::resize_back\28int\29 -2611:skia_private::TArray\2c\20false>::move\28void*\29 -2612:skia_private::TArray::operator=\28skia_private::TArray&&\29 -2613:skia_private::TArray::push_back\28SkRasterPipelineContexts::MemoryCtxInfo&&\29 -2614:skia_private::TArray::push_back_raw\28int\29 -2615:skia_private::TArray::resize_back\28int\29 -2616:skia_png_write_chunk -2617:skia_png_set_sBIT -2618:skia_png_set_read_fn -2619:skia_png_set_packing -2620:skia_png_save_uint_32 -2621:skia_png_reciprocal2 -2622:skia_png_realloc_array -2623:skia_png_read_start_row -2624:skia_png_read_IDAT_data -2625:skia_png_handle_zTXt -2626:skia_png_handle_tRNS -2627:skia_png_handle_tIME -2628:skia_png_handle_tEXt -2629:skia_png_handle_sRGB -2630:skia_png_handle_sPLT -2631:skia_png_handle_sCAL -2632:skia_png_handle_sBIT -2633:skia_png_handle_pHYs -2634:skia_png_handle_pCAL -2635:skia_png_handle_oFFs -2636:skia_png_handle_iTXt -2637:skia_png_handle_iCCP -2638:skia_png_handle_hIST -2639:skia_png_handle_gAMA -2640:skia_png_handle_cHRM -2641:skia_png_handle_bKGD -2642:skia_png_handle_as_unknown -2643:skia_png_handle_PLTE -2644:skia_png_do_strip_channel -2645:skia_png_destroy_write_struct -2646:skia_png_destroy_info_struct -2647:skia_png_compress_IDAT -2648:skia_png_combine_row -2649:skia_png_colorspace_set_sRGB -2650:skia_png_check_fp_string -2651:skia_png_check_fp_number -2652:skia::textlayout::TypefaceFontStyleSet::createTypeface\28int\29 -2653:skia::textlayout::TextLine::shapeEllipsis\28SkString\20const&\2c\20skia::textlayout::Cluster\20const*\29::$_0::operator\28\29\28sk_sp\2c\20sk_sp\29\20const -2654:skia::textlayout::TextLine::getRectsForRange\28skia::textlayout::SkRange\2c\20skia::textlayout::RectHeightStyle\2c\20skia::textlayout::RectWidthStyle\2c\20std::__2::vector>&\29\20const -2655:skia::textlayout::TextLine::getGlyphPositionAtCoordinate\28float\29 -2656:skia::textlayout::Run::isResolved\28\29\20const -2657:skia::textlayout::Run::copyTo\28SkTextBlobBuilder&\2c\20unsigned\20long\2c\20unsigned\20long\29\20const -2658:skia::textlayout::ParagraphImpl::buildClusterTable\28\29 -2659:skia::textlayout::ParagraphBuilderImpl::ensureUTF16Mapping\28\29 -2660:skia::textlayout::OneLineShaper::~OneLineShaper\28\29 -2661:skia::textlayout::FontCollection::setDefaultFontManager\28sk_sp\29 -2662:skia::textlayout::FontCollection::FontCollection\28\29 -2663:skgpu::ganesh::\28anonymous\20namespace\29::SmallPathOp::flush\28GrMeshDrawTarget*\2c\20skgpu::ganesh::\28anonymous\20namespace\29::SmallPathOp::FlushInfo*\29\20const -2664:skgpu::ganesh::\28anonymous\20namespace\29::HullShader::makeProgramImpl\28GrShaderCaps\20const&\29\20const::Impl::~Impl\28\29 -2665:skgpu::ganesh::\28anonymous\20namespace\29::AAFlatteningConvexPathOp::programInfo\28\29 -2666:skgpu::ganesh::SurfaceFillContext::discard\28\29 -2667:skgpu::ganesh::SurfaceDrawContext::internalStencilClear\28SkIRect\20const*\2c\20bool\29 -2668:skgpu::ganesh::SurfaceDrawContext::drawPath\28GrClip\20const*\2c\20GrPaint&&\2c\20GrAA\2c\20SkMatrix\20const&\2c\20SkPath\20const&\2c\20GrStyle\20const&\29 -2669:skgpu::ganesh::SurfaceDrawContext::attemptQuadOptimization\28GrClip\20const*\2c\20GrUserStencilSettings\20const*\2c\20DrawQuad*\2c\20GrPaint*\29 -2670:skgpu::ganesh::SurfaceDrawContext::Make\28GrRecordingContext*\2c\20GrColorType\2c\20sk_sp\2c\20sk_sp\2c\20GrSurfaceOrigin\2c\20SkSurfaceProps\20const&\29 -2671:skgpu::ganesh::SurfaceContext::rescaleInto\28skgpu::ganesh::SurfaceFillContext*\2c\20SkIRect\2c\20SkIRect\2c\20SkImage::RescaleGamma\2c\20SkImage::RescaleMode\29::$_0::operator\28\29\28GrSurfaceProxyView\2c\20SkIRect\29\20const -2672:skgpu::ganesh::SmallPathAtlasMgr::~SmallPathAtlasMgr\28\29 -2673:skgpu::ganesh::QuadPerEdgeAA::MinColorType\28SkRGBA4f<\28SkAlphaType\292>\29 -2674:skgpu::ganesh::PathRendererChain::PathRendererChain\28GrRecordingContext*\2c\20skgpu::ganesh::PathRendererChain::Options\20const&\29 -2675:skgpu::ganesh::PathCurveTessellator::draw\28GrOpFlushState*\29\20const -2676:skgpu::ganesh::OpsTask::recordOp\28std::__2::unique_ptr>\2c\20bool\2c\20GrProcessorSet::Analysis\2c\20GrAppliedClip*\2c\20GrDstProxyView\20const*\2c\20GrCaps\20const&\29 -2677:skgpu::ganesh::MakeFragmentProcessorFromView\28GrRecordingContext*\2c\20GrSurfaceProxyView\2c\20SkAlphaType\2c\20SkSamplingOptions\2c\20SkTileMode\20const*\2c\20SkMatrix\20const&\2c\20SkRect\20const*\2c\20SkRect\20const*\29 -2678:skgpu::ganesh::FilterAndMipmapHaveNoEffect\28GrQuad\20const&\2c\20GrQuad\20const&\29 -2679:skgpu::ganesh::FillRectOp::MakeNonAARect\28GrRecordingContext*\2c\20GrPaint&&\2c\20SkMatrix\20const&\2c\20SkRect\20const&\2c\20GrUserStencilSettings\20const*\29 -2680:skgpu::ganesh::FillRRectOp::Make\28GrRecordingContext*\2c\20SkArenaAlloc*\2c\20GrPaint&&\2c\20SkMatrix\20const&\2c\20SkRRect\20const&\2c\20SkRect\20const&\2c\20GrAA\29 -2681:skgpu::ganesh::Device::drawRRect\28SkRRect\20const&\2c\20SkPaint\20const&\29 -2682:skgpu::ganesh::Device::drawImageQuadDirect\28SkImage\20const*\2c\20SkRect\20const&\2c\20SkRect\20const&\2c\20SkPoint\20const*\2c\20SkCanvas::QuadAAFlags\2c\20SkMatrix\20const*\2c\20SkSamplingOptions\20const&\2c\20SkPaint\20const&\2c\20SkCanvas::SrcRectConstraint\29 -2683:skgpu::ganesh::Device::Make\28std::__2::unique_ptr>\2c\20SkAlphaType\2c\20skgpu::ganesh::Device::InitContents\29 -2684:skgpu::ganesh::DashOp::\28anonymous\20namespace\29::setup_dashed_rect\28SkRect\20const&\2c\20skgpu::VertexWriter&\2c\20SkMatrix\20const&\2c\20float\2c\20float\2c\20float\2c\20float\2c\20float\2c\20float\2c\20float\2c\20skgpu::ganesh::DashOp::\28anonymous\20namespace\29::DashCap\29 -2685:skgpu::ganesh::ClipStack::SaveRecord::invalidateMasks\28GrProxyProvider*\2c\20SkTBlockList*\29 -2686:skgpu::ganesh::ClipStack::RawElement::contains\28skgpu::ganesh::ClipStack::SaveRecord\20const&\29\20const -2687:skgpu::ganesh::AtlasRenderTask::addAtlasDrawOp\28std::__2::unique_ptr>\2c\20GrCaps\20const&\29 -2688:skcms_Transform -2689:skcms_TransferFunction_isPQish -2690:skcms_MaxRoundtripError -2691:sk_malloc_canfail\28unsigned\20long\2c\20unsigned\20long\29 -2692:sk_free_releaseproc\28void\20const*\2c\20void*\29 -2693:siprintf -2694:sift -2695:select_curve_ops\28skcms_Curve\20const*\2c\20int\2c\20OpAndArg*\29 -2696:rotate\28SkDCubic\20const&\2c\20int\2c\20int\2c\20SkDCubic&\29 -2697:read_header\28SkStream*\2c\20SkISize*\29 -2698:quad_intersect_ray\28SkPoint\20const*\2c\20float\2c\20SkDLine\20const&\2c\20SkIntersections*\29 -2699:psh_globals_set_scale -2700:ps_parser_skip_PS_token -2701:ps_builder_done -2702:png_text_compress -2703:png_inflate_read -2704:png_inflate_claim -2705:png_image_size -2706:png_default_warning -2707:png_colorspace_endpoints_match -2708:png_build_16bit_table -2709:normalize -2710:next_marker -2711:morphpoints\28SkPoint*\2c\20SkPoint\20const*\2c\20int\2c\20SkPathMeasure&\2c\20float\29 -2712:make_unpremul_effect\28std::__2::unique_ptr>\29 -2713:long\20std::__2::__libcpp_atomic_refcount_decrement\5babi:nn180100\5d\28long&\29 -2714:long\20const&\20std::__2::min\5babi:nn180100\5d\28long\20const&\2c\20long\20const&\29 -2715:log1p -2716:load_truetype_glyph -2717:line_intersect_ray\28SkPoint\20const*\2c\20float\2c\20SkDLine\20const&\2c\20SkIntersections*\29 -2718:lang_find_or_insert\28char\20const*\29 -2719:jpeg_calc_output_dimensions -2720:jpeg_CreateDecompress -2721:inner_scanline\28int\2c\20int\2c\20int\2c\20unsigned\20int\2c\20SkBlitter*\29 -2722:inflate_table -2723:increment_simple_rowgroup_ctr -2724:hb_vector_t::push\28\29 -2725:hb_vector_t::resize\28int\2c\20bool\2c\20bool\29 -2726:hb_tag_from_string -2727:hb_shape_plan_destroy -2728:hb_script_get_horizontal_direction -2729:hb_paint_extents_context_t::push_clip\28hb_extents_t\29 -2730:hb_lazy_loader_t\2c\20hb_face_t\2c\203u\2c\20OT::cmap_accelerator_t>::do_destroy\28OT::cmap_accelerator_t*\29 -2731:hb_lazy_loader_t\2c\20hb_face_t\2c\2039u\2c\20OT::SVG_accelerator_t>::do_destroy\28OT::SVG_accelerator_t*\29 -2732:hb_hashmap_t::alloc\28unsigned\20int\29 -2733:hb_font_funcs_destroy -2734:hb_face_get_upem -2735:hb_face_destroy -2736:hb_draw_cubic_to_nil\28hb_draw_funcs_t*\2c\20void*\2c\20hb_draw_state_t*\2c\20float\2c\20float\2c\20float\2c\20float\2c\20float\2c\20float\2c\20void*\29 -2737:hb_buffer_set_segment_properties -2738:hb_blob_t*\20hb_data_wrapper_t::call_create>\28\29\20const -2739:hb_blob_t*\20hb_data_wrapper_t::call_create>\28\29\20const -2740:hb_blob_t*\20hb_data_wrapper_t::call_create>\28\29\20const -2741:hb_blob_t*\20hb_data_wrapper_t::call_create>\28\29\20const -2742:hb_blob_create -2743:haircubic\28SkPoint\20const*\2c\20SkRegion\20const*\2c\20SkRect\20const*\2c\20SkRect\20const*\2c\20SkBlitter*\2c\20int\2c\20void\20\28*\29\28SkPoint\20const*\2c\20int\2c\20SkRegion\20const*\2c\20SkBlitter*\29\29 -2744:gray_render_line -2745:get_vendor\28char\20const*\29 -2746:get_renderer\28char\20const*\2c\20GrGLExtensions\20const&\29 -2747:get_layer_mapping_and_bounds\28SkSpan>\2c\20SkM44\20const&\2c\20skif::DeviceSpace\20const&\2c\20std::__2::optional>\2c\20float\29 -2748:get_joining_type\28unsigned\20int\2c\20hb_unicode_general_category_t\29 -2749:generate_distance_field_from_image\28unsigned\20char*\2c\20unsigned\20char\20const*\2c\20int\2c\20int\29 -2750:ft_var_readpackeddeltas -2751:ft_var_get_item_delta -2752:ft_var_done_item_variation_store -2753:ft_glyphslot_alloc_bitmap -2754:freelocale -2755:free_pool -2756:fquad_xy_at_t\28SkPoint\20const*\2c\20float\2c\20double\29 -2757:fp_barrierf -2758:fline_xy_at_t\28SkPoint\20const*\2c\20float\2c\20double\29 -2759:fixN0c\28BracketData*\2c\20int\2c\20int\2c\20unsigned\20char\29 -2760:fiprintf -2761:fcubic_xy_at_t\28SkPoint\20const*\2c\20float\2c\20double\29 -2762:fconic_xy_at_t\28SkPoint\20const*\2c\20float\2c\20double\29 -2763:fclose -2764:exp2 -2765:emscripten::internal::MethodInvoker::invoke\28void\20\28SkFont::*\20const&\29\28float\29\2c\20SkFont*\2c\20float\29 -2766:emscripten::internal::Invoker>\2c\20SimpleParagraphStyle\2c\20sk_sp>::invoke\28std::__2::unique_ptr>\20\28*\29\28SimpleParagraphStyle\2c\20sk_sp\29\2c\20SimpleParagraphStyle*\2c\20sk_sp*\29 -2767:emscripten::internal::FunctionInvoker::invoke\28emscripten::val\20\28**\29\28SkFontMgr&\2c\20int\29\2c\20SkFontMgr*\2c\20int\29 -2768:draw_nine\28SkMask\20const&\2c\20SkIRect\20const&\2c\20SkIPoint\20const&\2c\20bool\2c\20SkRasterClip\20const&\2c\20SkBlitter*\29 -2769:do_scanline\28int\2c\20int\2c\20int\2c\20unsigned\20int\2c\20SkBlitter*\29 -2770:do_putc -2771:deserialize_image\28sk_sp\2c\20SkDeserialProcs\2c\20std::__2::optional\29 -2772:decompose\28hb_ot_shape_normalize_context_t\20const*\2c\20bool\2c\20unsigned\20int\29 -2773:decltype\28fp\28nullptr\29\29\20SkArenaAlloc::make\20const&\2c\20skgpu::ganesh::DashOp::AAMode\2c\20SkMatrix\20const&\2c\20bool\29::$_0>\28skgpu::ganesh::DashOp::\28anonymous\20namespace\29::DashingCircleEffect::Make\28SkArenaAlloc*\2c\20SkRGBA4f<\28SkAlphaType\292>\20const&\2c\20skgpu::ganesh::DashOp::AAMode\2c\20SkMatrix\20const&\2c\20bool\29::$_0&&\29::'lambda'\28char*\29::__invoke\28char*\29 -2774:decltype\28fp\28nullptr\29\29\20SkArenaAlloc::make\28GrCaps\20const&\2c\20GrSurfaceProxyView\20const&\2c\20bool&\2c\20GrPipeline*&\2c\20GrUserStencilSettings\20const*&&\2c\20\28anonymous\20namespace\29::DrawAtlasPathShader*&\2c\20GrPrimitiveType&&\2c\20GrXferBarrierFlags&\2c\20GrLoadOp&\29::'lambda'\28void*\29>\28GrProgramInfo&&\29::'lambda'\28char*\29::__invoke\28char*\29 -2775:cubic_intersect_ray\28SkPoint\20const*\2c\20float\2c\20SkDLine\20const&\2c\20SkIntersections*\29 -2776:conic_intersect_ray\28SkPoint\20const*\2c\20float\2c\20SkDLine\20const&\2c\20SkIntersections*\29 -2777:compute_ULong_sum -2778:char\20const*\20std::__2::find\5babi:nn180100\5d\28char\20const*\2c\20char\20const*\2c\20char\20const&\29 -2779:cff_index_get_pointers -2780:cf2_glyphpath_computeOffset -2781:build_tree -2782:bool\20std::__2::__is_pointer_in_range\5babi:nn180100\5d\28char\20const*\2c\20char\20const*\2c\20char\20const*\29 -2783:bool\20OT::glyf_impl::Glyph::get_points\28hb_font_t*\2c\20OT::glyf_accelerator_t\20const&\2c\20contour_point_vector_t&\2c\20hb_glyf_scratch_t&\2c\20contour_point_vector_t*\2c\20head_maxp_info_t*\2c\20unsigned\20int*\2c\20bool\2c\20bool\2c\20bool\2c\20hb_array_t\2c\20unsigned\20int\2c\20unsigned\20int*\29\20const -2784:bool\20OT::glyf_accelerator_t::get_points\28hb_font_t*\2c\20unsigned\20int\2c\20OT::glyf_accelerator_t::points_aggregator_t\2c\20hb_array_t\2c\20hb_glyf_scratch_t&\29\20const -2785:bool\20OT::GSUBGPOSVersion1_2::sanitize\28hb_sanitize_context_t*\29\20const -2786:bool\20OT::GSUBGPOSVersion1_2::sanitize\28hb_sanitize_context_t*\29\20const -2787:bool\20OT::Condition::evaluate\28int\20const*\2c\20unsigned\20int\2c\20OT::ItemVarStoreInstancer*\29\20const -2788:blit_aaa_trapezoid_row\28AdditiveBlitter*\2c\20int\2c\20int\2c\20int\2c\20int\2c\20int\2c\20int\2c\20int\2c\20unsigned\20char\2c\20unsigned\20char*\2c\20bool\29 -2789:atan -2790:alloc_large -2791:af_glyph_hints_done -2792:add_quad\28SkPoint\20const*\2c\20skia_private::TArray*\29 -2793:acos -2794:aaa_fill_path\28SkPath\20const&\2c\20SkIRect\20const&\2c\20AdditiveBlitter*\2c\20int\2c\20int\2c\20bool\2c\20bool\2c\20bool\29 -2795:_get_path\28OT::cff1::accelerator_t\20const*\2c\20hb_font_t*\2c\20unsigned\20int\2c\20hb_draw_session_t&\2c\20bool\2c\20CFF::point_t*\29 -2796:_get_bounds\28OT::cff1::accelerator_t\20const*\2c\20unsigned\20int\2c\20bounds_t&\2c\20bool\29 -2797:_embind_register_bindings -2798:__trunctfdf2 -2799:__towrite -2800:__toread -2801:__subtf3 -2802:__strchrnul -2803:__rem_pio2f -2804:__rem_pio2 -2805:__math_uflowf -2806:__math_oflowf -2807:__fwritex -2808:__cxxabiv1::__class_type_info::process_static_type_below_dst\28__cxxabiv1::__dynamic_cast_info*\2c\20void\20const*\2c\20int\29\20const -2809:__cxxabiv1::__class_type_info::process_static_type_above_dst\28__cxxabiv1::__dynamic_cast_info*\2c\20void\20const*\2c\20void\20const*\2c\20int\29\20const -2810:__cxxabiv1::__class_type_info::process_found_base_class\28__cxxabiv1::__dynamic_cast_info*\2c\20void*\2c\20int\29\20const -2811:__cxxabiv1::__base_class_type_info::search_above_dst\28__cxxabiv1::__dynamic_cast_info*\2c\20void\20const*\2c\20void\20const*\2c\20int\2c\20bool\29\20const -2812:\28anonymous\20namespace\29::subdivide_cubic_to\28SkPathBuilder*\2c\20SkPoint\20const*\2c\20int\29 -2813:\28anonymous\20namespace\29::shape_contains_rect\28GrShape\20const&\2c\20SkMatrix\20const&\2c\20SkMatrix\20const&\2c\20SkRect\20const&\2c\20SkMatrix\20const&\2c\20bool\29 -2814:\28anonymous\20namespace\29::generateFacePathCOLRv1\28FT_FaceRec_*\2c\20unsigned\20short\2c\20SkMatrix\20const*\29 -2815:\28anonymous\20namespace\29::convert_noninflect_cubic_to_quads_with_constraint\28SkPoint\20const*\2c\20float\2c\20SkPathFirstDirection\2c\20skia_private::TArray*\2c\20int\29 -2816:\28anonymous\20namespace\29::convert_noninflect_cubic_to_quads\28SkPoint\20const*\2c\20float\2c\20skia_private::TArray*\2c\20int\2c\20bool\2c\20bool\29 -2817:\28anonymous\20namespace\29::colrv1_configure_skpaint\28FT_FaceRec_*\2c\20SkSpan\20const&\2c\20unsigned\20int\2c\20FT_COLR_Paint_\20const&\2c\20SkPaint*\29::$_0::operator\28\29\28FT_ColorStopIterator_\20const&\2c\20std::__2::vector>&\2c\20std::__2::vector\2c\20std::__2::allocator>>&\29\20const -2818:\28anonymous\20namespace\29::bloat_quad\28SkPoint\20const*\2c\20SkMatrix\20const*\2c\20SkMatrix\20const*\2c\20\28anonymous\20namespace\29::BezierVertex*\29 -2819:\28anonymous\20namespace\29::SkEmptyTypeface::onMakeClone\28SkFontArguments\20const&\29\20const -2820:\28anonymous\20namespace\29::SkColorFilterImageFilter::~SkColorFilterImageFilter\28\29_5414 -2821:\28anonymous\20namespace\29::SkColorFilterImageFilter::~SkColorFilterImageFilter\28\29 -2822:\28anonymous\20namespace\29::DrawAtlasOpImpl::visitProxies\28std::__2::function\20const&\29\20const -2823:\28anonymous\20namespace\29::DrawAtlasOpImpl::programInfo\28\29 -2824:\28anonymous\20namespace\29::DrawAtlasOpImpl::onExecute\28GrOpFlushState*\2c\20SkRect\20const&\29 -2825:\28anonymous\20namespace\29::DirectMaskSubRun::~DirectMaskSubRun\28\29 -2826:\28anonymous\20namespace\29::DirectMaskSubRun::testingOnly_packedGlyphIDToGlyph\28sktext::gpu::StrikeCache*\29\20const -2827:WebPRescaleNeededLines -2828:WebPInitDecBufferInternal -2829:WebPInitCustomIo -2830:WebPGetFeaturesInternal -2831:WebPDemuxGetFrame -2832:VP8LInitBitReader -2833:VP8LColorIndexInverseTransformAlpha -2834:VP8InitIoInternal -2835:VP8InitBitReader -2836:TT_Vary_Apply_Glyph_Deltas -2837:TT_Set_Var_Design -2838:SkWuffsCodec::decodeFrame\28\29 -2839:SkVertices::uniqueID\28\29\20const -2840:SkVertices::MakeCopy\28SkVertices::VertexMode\2c\20int\2c\20SkPoint\20const*\2c\20SkPoint\20const*\2c\20unsigned\20int\20const*\2c\20int\2c\20unsigned\20short\20const*\29 -2841:SkVertices::Builder::texCoords\28\29 -2842:SkVertices::Builder::positions\28\29 -2843:SkVertices::Builder::init\28SkVertices::Desc\20const&\29 -2844:SkVertices::Builder::colors\28\29 -2845:SkVertices::Builder::Builder\28SkVertices::VertexMode\2c\20int\2c\20int\2c\20unsigned\20int\29 -2846:SkTypeface_FreeType::MakeFromStream\28std::__2::unique_ptr>\2c\20SkFontArguments\20const&\29 -2847:SkTypeface::getTableSize\28unsigned\20int\29\20const -2848:SkTiff::ImageFileDirectory::getEntryTag\28unsigned\20short\29\20const -2849:SkTiff::ImageFileDirectory::MakeFromOffset\28sk_sp\2c\20bool\2c\20unsigned\20int\2c\20bool\29 -2850:SkTextBlobRunIterator::positioning\28\29\20const -2851:SkTSpan::splitAt\28SkTSpan*\2c\20double\2c\20SkArenaAlloc*\29 -2852:SkTSect::computePerpendiculars\28SkTSect*\2c\20SkTSpan*\2c\20SkTSpan*\29 -2853:SkTDStorage::insert\28int\29 -2854:SkTDStorage::calculateSizeOrDie\28int\29::$_0::operator\28\29\28\29\20const -2855:SkTDPQueue::percolateDownIfNecessary\28int\29 -2856:SkTConic::hullIntersects\28SkDConic\20const&\2c\20bool*\29\20const -2857:SkStrokerPriv::CapFactory\28SkPaint::Cap\29 -2858:SkStrokeRec::getInflationRadius\28\29\20const -2859:SkString::equals\28char\20const*\29\20const -2860:SkString::SkString\28std::__2::basic_string_view>\29 -2861:SkStrikeSpec::MakeTransformMask\28SkFont\20const&\2c\20SkPaint\20const&\2c\20SkSurfaceProps\20const&\2c\20SkScalerContextFlags\2c\20SkMatrix\20const&\29 -2862:SkStrikeSpec::MakePath\28SkFont\20const&\2c\20SkPaint\20const&\2c\20SkSurfaceProps\20const&\2c\20SkScalerContextFlags\29 -2863:SkSpecialImages::MakeFromRaster\28SkIRect\20const&\2c\20SkBitmap\20const&\2c\20SkSurfaceProps\20const&\29 -2864:SkShapers::HB::ShapeDontWrapOrReorder\28sk_sp\2c\20sk_sp\29 -2865:SkShaper::TrivialRunIterator::endOfCurrentRun\28\29\20const -2866:SkShaper::TrivialRunIterator::atEnd\28\29\20const -2867:SkShaper::MakeFontMgrRunIterator\28char\20const*\2c\20unsigned\20long\2c\20SkFont\20const&\2c\20sk_sp\29 -2868:SkShadowTessellator::MakeAmbient\28SkPath\20const&\2c\20SkMatrix\20const&\2c\20SkPoint3\20const&\2c\20bool\29 -2869:SkScan::HairLineRgn\28SkPoint\20const*\2c\20int\2c\20SkRegion\20const*\2c\20SkBlitter*\29 -2870:SkScan::FillTriangle\28SkPoint\20const*\2c\20SkRasterClip\20const&\2c\20SkBlitter*\29 -2871:SkScan::FillPath\28SkPath\20const&\2c\20SkRasterClip\20const&\2c\20SkBlitter*\29 -2872:SkScan::FillIRect\28SkIRect\20const&\2c\20SkRasterClip\20const&\2c\20SkBlitter*\29 -2873:SkScan::AntiHairLine\28SkPoint\20const*\2c\20int\2c\20SkRasterClip\20const&\2c\20SkBlitter*\29 -2874:SkScan::AntiHairLineRgn\28SkPoint\20const*\2c\20int\2c\20SkRegion\20const*\2c\20SkBlitter*\29 -2875:SkScan::AntiFillPath\28SkPath\20const&\2c\20SkRegion\20const&\2c\20SkBlitter*\2c\20bool\29 -2876:SkScalerContextRec::CachedMaskGamma\28unsigned\20char\2c\20unsigned\20char\29 -2877:SkScalerContextFTUtils::drawSVGGlyph\28FT_FaceRec_*\2c\20SkGlyph\20const&\2c\20unsigned\20int\2c\20SkSpan\2c\20SkCanvas*\29\20const -2878:SkScalerContext::getFontMetrics\28SkFontMetrics*\29 -2879:SkScalarInterpFunc\28float\2c\20float\20const*\2c\20float\20const*\2c\20int\29 -2880:SkSLTypeString\28SkSLType\29 -2881:SkSL::simplify_negation\28SkSL::Context\20const&\2c\20SkSL::Position\2c\20SkSL::Expression\20const&\29 -2882:SkSL::simplify_matrix_multiplication\28SkSL::Context\20const&\2c\20SkSL::Position\2c\20SkSL::Expression\20const&\2c\20SkSL::Expression\20const&\2c\20int\2c\20int\2c\20int\2c\20int\29 -2883:SkSL::simplify_componentwise\28SkSL::Context\20const&\2c\20SkSL::Position\2c\20SkSL::Expression\20const&\2c\20SkSL::Operator\2c\20SkSL::Expression\20const&\29 -2884:SkSL::build_argument_type_list\28SkSpan>\20const>\29 -2885:SkSL::\28anonymous\20namespace\29::SwitchCaseContainsExit::visitStatement\28SkSL::Statement\20const&\29 -2886:SkSL::\28anonymous\20namespace\29::ReturnsInputAlphaVisitor::returnsInputAlpha\28SkSL::Expression\20const&\29 -2887:SkSL::\28anonymous\20namespace\29::ConstantExpressionVisitor::visitExpression\28SkSL::Expression\20const&\29 -2888:SkSL::Variable::Convert\28SkSL::Context\20const&\2c\20SkSL::Position\2c\20SkSL::Position\2c\20SkSL::Layout\20const&\2c\20SkSL::ModifierFlags\2c\20SkSL::Type\20const*\2c\20SkSL::Position\2c\20std::__2::basic_string_view>\2c\20SkSL::VariableStorage\29 -2889:SkSL::Type::checkForOutOfRangeLiteral\28SkSL::Context\20const&\2c\20SkSL::Expression\20const&\29\20const -2890:SkSL::Type::MakeSamplerType\28char\20const*\2c\20SkSL::Type\20const&\29 -2891:SkSL::SymbolTable::moveSymbolTo\28SkSL::SymbolTable*\2c\20SkSL::Symbol*\2c\20SkSL::Context\20const&\29 -2892:SkSL::SymbolTable::isType\28std::__2::basic_string_view>\29\20const -2893:SkSL::Symbol::instantiate\28SkSL::Context\20const&\2c\20SkSL::Position\29\20const -2894:SkSL::ReturnStatement::~ReturnStatement\28\29_6033 -2895:SkSL::ReturnStatement::~ReturnStatement\28\29 -2896:SkSL::RP::UnownedLValueSlice::~UnownedLValueSlice\28\29 -2897:SkSL::RP::Generator::pushTernaryExpression\28SkSL::Expression\20const&\2c\20SkSL::Expression\20const&\2c\20SkSL::Expression\20const&\29 -2898:SkSL::RP::Generator::pushStructuredComparison\28SkSL::RP::LValue*\2c\20SkSL::Operator\2c\20SkSL::RP::LValue*\2c\20SkSL::Type\20const&\29 -2899:SkSL::RP::Generator::pushMatrixMultiply\28SkSL::RP::LValue*\2c\20SkSL::Expression\20const&\2c\20SkSL::Expression\20const&\2c\20int\2c\20int\2c\20int\2c\20int\29 -2900:SkSL::RP::DynamicIndexLValue::~DynamicIndexLValue\28\29 -2901:SkSL::RP::Builder::push_uniform\28SkSL::RP::SlotRange\29 -2902:SkSL::RP::Builder::merge_condition_mask\28\29 -2903:SkSL::RP::Builder::jump\28int\29 -2904:SkSL::RP::Builder::branch_if_no_active_lanes_on_stack_top_equal\28int\2c\20int\29 -2905:SkSL::ProgramUsage::~ProgramUsage\28\29 -2906:SkSL::ProgramUsage::add\28SkSL::ProgramElement\20const&\29 -2907:SkSL::Pool::detachFromThread\28\29 -2908:SkSL::PipelineStage::ConvertProgram\28SkSL::Program\20const&\2c\20char\20const*\2c\20char\20const*\2c\20char\20const*\2c\20SkSL::PipelineStage::Callbacks*\29 -2909:SkSL::Parser::unaryExpression\28\29 -2910:SkSL::Parser::swizzle\28SkSL::Position\2c\20std::__2::unique_ptr>\2c\20std::__2::basic_string_view>\2c\20SkSL::Position\29 -2911:SkSL::Parser::block\28bool\2c\20std::__2::unique_ptr>*\29 -2912:SkSL::Operator::getBinaryPrecedence\28\29\20const -2913:SkSL::ModuleLoader::loadGPUModule\28SkSL::Compiler*\29 -2914:SkSL::ModifierFlags::checkPermittedFlags\28SkSL::Context\20const&\2c\20SkSL::Position\2c\20SkSL::ModifierFlags\29\20const -2915:SkSL::Mangler::uniqueName\28std::__2::basic_string_view>\2c\20SkSL::SymbolTable*\29 -2916:SkSL::LiteralType::slotType\28unsigned\20long\29\20const -2917:SkSL::Layout::operator==\28SkSL::Layout\20const&\29\20const -2918:SkSL::Layout::checkPermittedLayout\28SkSL::Context\20const&\2c\20SkSL::Position\2c\20SkEnumBitMask\29\20const -2919:SkSL::Inliner::analyze\28std::__2::vector>\2c\20std::__2::allocator>>>\20const&\2c\20SkSL::SymbolTable*\2c\20SkSL::ProgramUsage*\29 -2920:SkSL::GLSLCodeGenerator::~GLSLCodeGenerator\28\29 -2921:SkSL::GLSLCodeGenerator::writeLiteral\28SkSL::Literal\20const&\29 -2922:SkSL::GLSLCodeGenerator::writeFunctionDeclaration\28SkSL::FunctionDeclaration\20const&\29 -2923:SkSL::ForStatement::Make\28SkSL::Context\20const&\2c\20SkSL::Position\2c\20SkSL::ForLoopPositions\2c\20std::__2::unique_ptr>\2c\20std::__2::unique_ptr>\2c\20std::__2::unique_ptr>\2c\20std::__2::unique_ptr>\2c\20std::__2::unique_ptr>\2c\20std::__2::unique_ptr>\29 -2924:SkSL::FieldAccess::description\28SkSL::OperatorPrecedence\29\20const -2925:SkSL::Expression::isIncomplete\28SkSL::Context\20const&\29\20const -2926:SkSL::Expression::compareConstant\28SkSL::Expression\20const&\29\20const -2927:SkSL::DebugTracePriv::~DebugTracePriv\28\29 -2928:SkSL::Context::Context\28SkSL::BuiltinTypes\20const&\2c\20SkSL::ErrorReporter&\29 -2929:SkSL::ConstructorArrayCast::Make\28SkSL::Context\20const&\2c\20SkSL::Position\2c\20SkSL::Type\20const&\2c\20std::__2::unique_ptr>\29 -2930:SkSL::ConstructorArray::~ConstructorArray\28\29 -2931:SkSL::ConstructorArray::Make\28SkSL::Context\20const&\2c\20SkSL::Position\2c\20SkSL::Type\20const&\2c\20SkSL::ExpressionArray\29 -2932:SkSL::Analysis::GetReturnComplexity\28SkSL::FunctionDefinition\20const&\29 -2933:SkSL::Analysis::CallsColorTransformIntrinsics\28SkSL::Program\20const&\29 -2934:SkSL::AliasType::bitWidth\28\29\20const -2935:SkRuntimeEffectPriv::VarAsUniform\28SkSL::Variable\20const&\2c\20SkSL::Context\20const&\2c\20unsigned\20long*\29 -2936:SkRuntimeEffectPriv::UniformsAsSpan\28SkSpan\2c\20sk_sp\2c\20bool\2c\20SkColorSpace\20const*\2c\20SkArenaAlloc*\29 -2937:SkRuntimeEffect::source\28\29\20const -2938:SkRuntimeEffect::makeShader\28sk_sp\2c\20SkSpan\2c\20SkMatrix\20const*\29\20const -2939:SkRuntimeEffect::MakeForBlender\28SkString\2c\20SkRuntimeEffect::Options\20const&\29 -2940:SkResourceCache::~SkResourceCache\28\29 -2941:SkResourceCache::discardableFactory\28\29\20const -2942:SkResourceCache::checkMessages\28\29 -2943:SkResourceCache::NewCachedData\28unsigned\20long\29 -2944:SkRegion::translate\28int\2c\20int\2c\20SkRegion*\29\20const -2945:SkReduceOrder::Cubic\28SkPoint\20const*\2c\20SkPoint*\29 -2946:SkRectPriv::QuadContainsRectMask\28SkM44\20const&\2c\20SkRect\20const&\2c\20SkRect\20const&\2c\20float\29 -2947:SkRectClipBlitter::~SkRectClipBlitter\28\29 -2948:SkRecords::PreCachedPath::PreCachedPath\28SkPath\20const&\29 -2949:SkRecords::FillBounds::pushSaveBlock\28SkPaint\20const*\2c\20bool\29 -2950:SkRecordDraw\28SkRecord\20const&\2c\20SkCanvas*\2c\20SkPicture\20const*\20const*\2c\20SkDrawable*\20const*\2c\20int\2c\20SkBBoxHierarchy\20const*\2c\20SkPicture::AbortCallback*\29 -2951:SkReadBuffer::readPoint\28SkPoint*\29 -2952:SkReadBuffer::readPath\28SkPath*\29 -2953:SkReadBuffer::readByteArrayAsData\28\29 -2954:SkRasterPipeline_<256ul>::SkRasterPipeline_\28\29 -2955:SkRasterPipelineBlitter::~SkRasterPipelineBlitter\28\29 -2956:SkRasterPipelineBlitter::blitRect\28int\2c\20int\2c\20int\2c\20int\29 -2957:SkRasterPipelineBlitter::blitMask\28SkMask\20const&\2c\20SkIRect\20const&\29 -2958:SkRasterPipeline::appendLoad\28SkColorType\2c\20SkRasterPipelineContexts::MemoryCtx\20const*\29 -2959:SkRasterClipStack::SkRasterClipStack\28int\2c\20int\29 -2960:SkRasterClip::op\28SkPath\20const&\2c\20SkMatrix\20const&\2c\20SkClipOp\2c\20bool\29 -2961:SkRRectPriv::ConservativeIntersect\28SkRRect\20const&\2c\20SkRRect\20const&\29 -2962:SkRRect::scaleRadii\28\29 -2963:SkRRect::AreRectAndRadiiValid\28SkRect\20const&\2c\20SkPoint\20const*\29 -2964:SkRBuffer::skip\28unsigned\20long\29 -2965:SkPngEncoderImpl::~SkPngEncoderImpl\28\29 -2966:SkPngEncoderBase::getTargetInfo\28SkImageInfo\20const&\29 -2967:SkPngEncoder::Make\28SkWStream*\2c\20SkPixmap\20const&\2c\20SkPngEncoder::Options\20const&\29 -2968:SkPngDecoder::IsPng\28void\20const*\2c\20unsigned\20long\29 -2969:SkPixelRef::~SkPixelRef\28\29 -2970:SkPixelRef::notifyPixelsChanged\28\29 -2971:SkPictureRecorder::beginRecording\28SkRect\20const&\2c\20sk_sp\29 -2972:SkPictureRecord::addPathToHeap\28SkPath\20const&\29 -2973:SkPictureData::getPath\28SkReadBuffer*\29\20const -2974:SkPicture::serialize\28SkWStream*\2c\20SkSerialProcs\20const*\2c\20SkRefCntSet*\2c\20bool\29\20const -2975:SkPathWriter::update\28SkOpPtT\20const*\29 -2976:SkPathStroker::strokeCloseEnough\28SkPoint\20const*\2c\20SkPoint\20const*\2c\20SkQuadConstruct*\29\20const -2977:SkPathStroker::finishContour\28bool\2c\20bool\29 -2978:SkPathRef::reset\28\29 -2979:SkPathRef::isRRect\28SkRRect*\2c\20bool*\2c\20unsigned\20int*\29\20const -2980:SkPathRef::addGenIDChangeListener\28sk_sp\29 -2981:SkPathPriv::IsRectContour\28SkPath\20const&\2c\20bool\2c\20int*\2c\20SkPoint\20const**\2c\20bool*\2c\20SkPathDirection*\2c\20SkRect*\29 -2982:SkPathEffectBase::onAsPoints\28SkPathEffectBase::PointData*\2c\20SkPath\20const&\2c\20SkStrokeRec\20const&\2c\20SkMatrix\20const&\2c\20SkRect\20const*\29\20const -2983:SkPathEffect::filterPath\28SkPathBuilder*\2c\20SkPath\20const&\2c\20SkStrokeRec*\2c\20SkRect\20const*\2c\20SkMatrix\20const&\29\20const -2984:SkPathBuilder::operator=\28SkPathBuilder\20const&\29 -2985:SkPathBuilder::getLastPt\28\29\20const -2986:SkPathBuilder::addOval\28SkRect\20const&\2c\20SkPathDirection\2c\20unsigned\20int\29 -2987:SkPath::writeToMemory\28void*\29\20const -2988:SkPath::rewind\28\29 -2989:SkPath::rQuadTo\28float\2c\20float\2c\20float\2c\20float\29 -2990:SkPath::contains\28float\2c\20float\29\20const -2991:SkPath::arcTo\28float\2c\20float\2c\20float\2c\20SkPath::ArcSize\2c\20SkPathDirection\2c\20float\2c\20float\29 -2992:SkPath::approximateBytesUsed\28\29\20const -2993:SkPath::addRRect\28SkRRect\20const&\2c\20SkPathDirection\2c\20unsigned\20int\29 -2994:SkPath::Rect\28SkRect\20const&\2c\20SkPathDirection\2c\20unsigned\20int\29 -2995:SkParse::FindScalar\28char\20const*\2c\20float*\29 -2996:SkPairPathEffect::flatten\28SkWriteBuffer&\29\20const -2997:SkPaintToGrPaintWithBlend\28skgpu::ganesh::SurfaceDrawContext*\2c\20SkPaint\20const&\2c\20SkMatrix\20const&\2c\20SkBlender*\2c\20GrPaint*\29 -2998:SkPaintToGrPaintReplaceShader\28skgpu::ganesh::SurfaceDrawContext*\2c\20SkPaint\20const&\2c\20SkMatrix\20const&\2c\20std::__2::unique_ptr>\2c\20GrPaint*\29 -2999:SkPaint::refImageFilter\28\29\20const -3000:SkPaint::refBlender\28\29\20const -3001:SkPaint::getBlendMode_or\28SkBlendMode\29\20const -3002:SkPackARGB_as_RGBA\28unsigned\20int\2c\20unsigned\20int\2c\20unsigned\20int\2c\20unsigned\20int\29 -3003:SkPackARGB_as_BGRA\28unsigned\20int\2c\20unsigned\20int\2c\20unsigned\20int\2c\20unsigned\20int\29 -3004:SkOpSpan::setOppSum\28int\29 -3005:SkOpSegment::markAndChaseWinding\28SkOpSpanBase*\2c\20SkOpSpanBase*\2c\20int\2c\20SkOpSpanBase**\29 -3006:SkOpSegment::markAllDone\28\29 -3007:SkOpSegment::activeWinding\28SkOpSpanBase*\2c\20SkOpSpanBase*\29 -3008:SkOpPtT::contains\28SkOpSegment\20const*\29\20const -3009:SkOpEdgeBuilder::closeContour\28SkPoint\20const&\2c\20SkPoint\20const&\29 -3010:SkOpCoincidence::releaseDeleted\28\29 -3011:SkOpCoincidence::markCollapsed\28SkOpPtT*\29 -3012:SkOpCoincidence::findOverlaps\28SkOpCoincidence*\29\20const -3013:SkOpCoincidence::expand\28\29 -3014:SkOpCoincidence::apply\28\29 -3015:SkOpAngle::orderable\28SkOpAngle*\29 -3016:SkOpAngle::computeSector\28\29 -3017:SkNoPixelsDevice::SkNoPixelsDevice\28SkIRect\20const&\2c\20SkSurfaceProps\20const&\2c\20sk_sp\29 -3018:SkNoPixelsDevice::SkNoPixelsDevice\28SkIRect\20const&\2c\20SkSurfaceProps\20const&\29 -3019:SkMessageBus::BufferFinishedMessage\2c\20GrDirectContext::DirectContextID\2c\20false>::Get\28\29 -3020:SkMemoryStream::SkMemoryStream\28sk_sp\29 -3021:SkMatrix\20skif::Mapping::map\28SkMatrix\20const&\2c\20SkMatrix\20const&\29 -3022:SkMatrix::setRotate\28float\29 -3023:SkMatrix::setPolyToPoly\28SkPoint\20const*\2c\20SkPoint\20const*\2c\20int\29 -3024:SkMatrix::postSkew\28float\2c\20float\29 -3025:SkMatrix::invert\28SkMatrix*\29\20const -3026:SkMatrix::getMinScale\28\29\20const -3027:SkMatrix::getMinMaxScales\28float*\29\20const -3028:SkMaskBuilder::PrepareDestination\28int\2c\20int\2c\20SkMask\20const&\29 -3029:SkM44::preTranslate\28float\2c\20float\2c\20float\29 -3030:SkLineClipper::ClipLine\28SkPoint\20const*\2c\20SkRect\20const&\2c\20SkPoint*\2c\20bool\29 -3031:SkLRUCache::~SkLRUCache\28\29 -3032:SkKnownRuntimeEffects::\28anonymous\20namespace\29::make_matrix_conv_shader\28SkKnownRuntimeEffects::\28anonymous\20namespace\29::MatrixConvolutionImpl\2c\20SkKnownRuntimeEffects::StableKey\29 -3033:SkJSONWriter::separator\28bool\29 -3034:SkInvert4x4Matrix\28float\20const*\2c\20float*\29 -3035:SkIntersections::intersectRay\28SkDQuad\20const&\2c\20SkDLine\20const&\29 -3036:SkIntersections::intersectRay\28SkDLine\20const&\2c\20SkDLine\20const&\29 -3037:SkIntersections::intersectRay\28SkDCubic\20const&\2c\20SkDLine\20const&\29 -3038:SkIntersections::intersectRay\28SkDConic\20const&\2c\20SkDLine\20const&\29 -3039:SkIntersections::cleanUpParallelLines\28bool\29 -3040:SkImage_Raster::SkImage_Raster\28SkImageInfo\20const&\2c\20sk_sp\2c\20unsigned\20long\2c\20unsigned\20int\29 -3041:SkImage_Ganesh::~SkImage_Ganesh\28\29 -3042:SkImageShader::Make\28sk_sp\2c\20SkTileMode\2c\20SkTileMode\2c\20SkSamplingOptions\20const&\2c\20SkMatrix\20const*\2c\20bool\29 -3043:SkImageInfo::Make\28SkISize\2c\20SkColorType\2c\20SkAlphaType\29 -3044:SkImageInfo::MakeN32Premul\28SkISize\29 -3045:SkImageGenerator::getPixels\28SkImageInfo\20const&\2c\20void*\2c\20unsigned\20long\29 -3046:SkImageGenerator::SkImageGenerator\28SkImageInfo\20const&\2c\20unsigned\20int\29 -3047:SkImageFilters::Blur\28float\2c\20float\2c\20SkTileMode\2c\20sk_sp\2c\20SkImageFilters::CropRect\20const&\29 -3048:SkImageFilter_Base::getInputBounds\28skif::Mapping\20const&\2c\20skif::DeviceSpace\20const&\2c\20std::__2::optional>\29\20const -3049:SkImageFilter_Base::filterImage\28skif::Context\20const&\29\20const -3050:SkImageFilter_Base::affectsTransparentBlack\28\29\20const -3051:SkImage::height\28\29\20const -3052:SkImage::hasMipmaps\28\29\20const -3053:SkIDChangeListener::List::add\28sk_sp\29 -3054:SkGradientShader::MakeTwoPointConical\28SkPoint\20const&\2c\20float\2c\20SkPoint\20const&\2c\20float\2c\20SkRGBA4f<\28SkAlphaType\293>\20const*\2c\20sk_sp\2c\20float\20const*\2c\20int\2c\20SkTileMode\2c\20SkGradientShader::Interpolation\20const&\2c\20SkMatrix\20const*\29 -3055:SkGradientShader::MakeLinear\28SkPoint\20const*\2c\20SkRGBA4f<\28SkAlphaType\293>\20const*\2c\20sk_sp\2c\20float\20const*\2c\20int\2c\20SkTileMode\2c\20SkGradientShader::Interpolation\20const&\2c\20SkMatrix\20const*\29 -3056:SkGradientBaseShader::AppendInterpolatedToDstStages\28SkRasterPipeline*\2c\20SkArenaAlloc*\2c\20bool\2c\20SkGradientShader::Interpolation\20const&\2c\20SkColorSpace\20const*\2c\20SkColorSpace\20const*\29 -3057:SkGlyphRunListPainterCPU::SkGlyphRunListPainterCPU\28SkSurfaceProps\20const&\2c\20SkColorType\2c\20SkColorSpace*\29 -3058:SkGlyph::setPath\28SkArenaAlloc*\2c\20SkScalerContext*\29 -3059:SkGlyph::pathIsHairline\28\29\20const -3060:SkGlyph::mask\28\29\20const -3061:SkFontPriv::ApproximateTransformedTextSize\28SkFont\20const&\2c\20SkMatrix\20const&\2c\20SkPoint\20const&\29 -3062:SkFontMgr::matchFamily\28char\20const*\29\20const -3063:SkFindCubicMaxCurvature\28SkPoint\20const*\2c\20float*\29 -3064:SkExif::parse_ifd\28SkExif::Metadata&\2c\20sk_sp\2c\20std::__2::unique_ptr>\2c\20bool\2c\20bool\29 -3065:SkEncoder::encodeRows\28int\29 -3066:SkEncodedInfo::ICCProfile::Make\28sk_sp\29 -3067:SkEmptyFontMgr::onMatchFamilyStyleCharacter\28char\20const*\2c\20SkFontStyle\20const&\2c\20char\20const**\2c\20int\2c\20int\29\20const -3068:SkEdge::setLine\28SkPoint\20const&\2c\20SkPoint\20const&\2c\20SkIRect\20const*\29 -3069:SkDynamicMemoryWStream::padToAlign4\28\29 -3070:SkDrawable::SkDrawable\28\29 -3071:SkDrawBase::drawRRect\28SkRRect\20const&\2c\20SkPaint\20const&\29\20const -3072:SkDrawBase::drawDevicePoints\28SkCanvas::PointMode\2c\20SkSpan\2c\20SkPaint\20const&\2c\20SkDevice*\29\20const -3073:SkDraw::drawBitmap\28SkBitmap\20const&\2c\20SkMatrix\20const&\2c\20SkRect\20const*\2c\20SkSamplingOptions\20const&\2c\20SkPaint\20const&\29\20const -3074:SkDevice::simplifyGlyphRunRSXFormAndRedraw\28SkCanvas*\2c\20sktext::GlyphRunList\20const&\2c\20SkPaint\20const&\29 -3075:SkDevice::setDeviceCoordinateSystem\28SkM44\20const&\2c\20SkM44\20const&\2c\20SkM44\20const&\2c\20int\2c\20int\29 -3076:SkDataTable::at\28int\2c\20unsigned\20long*\29\20const -3077:SkData::MakeFromStream\28SkStream*\2c\20unsigned\20long\29 -3078:SkDQuad::dxdyAtT\28double\29\20const -3079:SkDQuad::RootsReal\28double\2c\20double\2c\20double\2c\20double*\29 -3080:SkDQuad::FindExtrema\28double\20const*\2c\20double*\29 -3081:SkDCubic::subDivide\28double\2c\20double\29\20const -3082:SkDCubic::searchRoots\28double*\2c\20int\2c\20double\2c\20SkDCubic::SearchAxis\2c\20double*\29\20const -3083:SkDCubic::Coefficients\28double\20const*\2c\20double*\2c\20double*\2c\20double*\2c\20double*\29 -3084:SkDConic::dxdyAtT\28double\29\20const -3085:SkDConic::FindExtrema\28double\20const*\2c\20float\2c\20double*\29 -3086:SkContourMeasure_segTo\28SkPoint\20const*\2c\20unsigned\20int\2c\20float\2c\20float\2c\20SkPathBuilder*\29 -3087:SkContourMeasureIter::next\28\29 -3088:SkContourMeasureIter::Impl::compute_quad_segs\28SkPoint\20const*\2c\20float\2c\20int\2c\20int\2c\20unsigned\20int\2c\20int\29 -3089:SkContourMeasureIter::Impl::compute_cubic_segs\28SkPoint\20const*\2c\20float\2c\20int\2c\20int\2c\20unsigned\20int\2c\20int\29 -3090:SkContourMeasureIter::Impl::compute_conic_segs\28SkConic\20const&\2c\20float\2c\20int\2c\20SkPoint\20const&\2c\20int\2c\20SkPoint\20const&\2c\20unsigned\20int\2c\20int\29 -3091:SkContourMeasure::getPosTan\28float\2c\20SkPoint*\2c\20SkPoint*\29\20const -3092:SkConic::evalAt\28float\29\20const -3093:SkColorSpace::toXYZD50\28skcms_Matrix3x3*\29\20const -3094:SkColorSpace::serialize\28\29\20const -3095:SkColorSpace::gamutTransformTo\28SkColorSpace\20const*\2c\20skcms_Matrix3x3*\29\20const -3096:SkColorPalette::SkColorPalette\28unsigned\20int\20const*\2c\20int\29 -3097:SkColor4fPrepForDst\28SkRGBA4f<\28SkAlphaType\293>\2c\20GrColorInfo\20const&\29 -3098:SkCodec::startIncrementalDecode\28SkImageInfo\20const&\2c\20void*\2c\20unsigned\20long\2c\20SkCodec::Options\20const*\29 -3099:SkChopMonoCubicAtY\28SkPoint\20const*\2c\20float\2c\20SkPoint*\29 -3100:SkChopCubicAt\28SkPoint\20const*\2c\20SkPoint*\2c\20float\2c\20float\29 -3101:SkCanvas::scale\28float\2c\20float\29 -3102:SkCanvas::private_draw_shadow_rec\28SkPath\20const&\2c\20SkDrawShadowRec\20const&\29 -3103:SkCanvas::onResetClip\28\29 -3104:SkCanvas::onClipShader\28sk_sp\2c\20SkClipOp\29 -3105:SkCanvas::onClipRegion\28SkRegion\20const&\2c\20SkClipOp\29 -3106:SkCanvas::onClipRect\28SkRect\20const&\2c\20SkClipOp\2c\20SkCanvas::ClipEdgeStyle\29 -3107:SkCanvas::onClipRRect\28SkRRect\20const&\2c\20SkClipOp\2c\20SkCanvas::ClipEdgeStyle\29 -3108:SkCanvas::onClipPath\28SkPath\20const&\2c\20SkClipOp\2c\20SkCanvas::ClipEdgeStyle\29 -3109:SkCanvas::internal_private_resetClip\28\29 -3110:SkCanvas::internalSaveLayer\28SkCanvas::SaveLayerRec\20const&\2c\20SkCanvas::SaveLayerStrategy\2c\20bool\29 -3111:SkCanvas::internalDrawDeviceWithFilter\28SkDevice*\2c\20SkDevice*\2c\20SkSpan>\2c\20SkPaint\20const&\2c\20SkCanvas::DeviceCompatibleWithFilter\2c\20SkColorInfo\20const&\2c\20float\2c\20SkTileMode\2c\20bool\29 -3112:SkCanvas::experimental_DrawEdgeAAImageSet\28SkCanvas::ImageSetEntry\20const*\2c\20int\2c\20SkPoint\20const*\2c\20SkMatrix\20const*\2c\20SkSamplingOptions\20const&\2c\20SkPaint\20const*\2c\20SkCanvas::SrcRectConstraint\29 -3113:SkCanvas::drawRRect\28SkRRect\20const&\2c\20SkPaint\20const&\29 -3114:SkCanvas::drawPoints\28SkCanvas::PointMode\2c\20SkSpan\2c\20SkPaint\20const&\29 -3115:SkCanvas::drawPatch\28SkPoint\20const*\2c\20unsigned\20int\20const*\2c\20SkPoint\20const*\2c\20SkBlendMode\2c\20SkPaint\20const&\29 -3116:SkCanvas::drawOval\28SkRect\20const&\2c\20SkPaint\20const&\29 -3117:SkCanvas::drawDRRect\28SkRRect\20const&\2c\20SkRRect\20const&\2c\20SkPaint\20const&\29 -3118:SkCanvas::drawArc\28SkRect\20const&\2c\20float\2c\20float\2c\20bool\2c\20SkPaint\20const&\29 -3119:SkCanvas::clipRRect\28SkRRect\20const&\2c\20SkClipOp\2c\20bool\29 -3120:SkCanvas::SkCanvas\28sk_sp\29 -3121:SkCanvas::SkCanvas\28SkIRect\20const&\29 -3122:SkCachedData::~SkCachedData\28\29 -3123:SkCTMShader::~SkCTMShader\28\29_4928 -3124:SkBmpRLECodec::setPixel\28void*\2c\20unsigned\20long\2c\20SkImageInfo\20const&\2c\20unsigned\20int\2c\20unsigned\20int\2c\20unsigned\20char\29 -3125:SkBmpCodec::prepareToDecode\28SkImageInfo\20const&\2c\20SkCodec::Options\20const&\29 -3126:SkBlitterClipper::apply\28SkBlitter*\2c\20SkRegion\20const*\2c\20SkIRect\20const*\29 -3127:SkBlitter::blitRegion\28SkRegion\20const&\29 -3128:SkBitmapDevice::Create\28SkImageInfo\20const&\2c\20SkSurfaceProps\20const&\2c\20SkRasterHandleAllocator*\29 -3129:SkBitmapDevice::BDDraw::~BDDraw\28\29 -3130:SkBitmapCacheDesc::Make\28SkImage\20const*\29 -3131:SkBitmap::writePixels\28SkPixmap\20const&\2c\20int\2c\20int\29 -3132:SkBitmap::setPixels\28void*\29 -3133:SkBitmap::setPixelRef\28sk_sp\2c\20int\2c\20int\29 -3134:SkBitmap::readPixels\28SkImageInfo\20const&\2c\20void*\2c\20unsigned\20long\2c\20int\2c\20int\29\20const -3135:SkBitmap::pixelRefOrigin\28\29\20const -3136:SkBitmap::notifyPixelsChanged\28\29\20const -3137:SkBitmap::isImmutable\28\29\20const -3138:SkBitmap::installPixels\28SkPixmap\20const&\29 -3139:SkBitmap::allocPixels\28\29 -3140:SkBinaryWriteBuffer::writeScalarArray\28SkSpan\29 -3141:SkBaseShadowTessellator::~SkBaseShadowTessellator\28\29_5155 -3142:SkBaseShadowTessellator::handleCubic\28SkMatrix\20const&\2c\20SkPoint*\29 -3143:SkBaseShadowTessellator::handleConic\28SkMatrix\20const&\2c\20SkPoint*\2c\20float\29 -3144:SkAutoPathBoundsUpdate::SkAutoPathBoundsUpdate\28SkPath*\2c\20SkRect\20const&\29 -3145:SkAutoDescriptor::SkAutoDescriptor\28SkAutoDescriptor&&\29 -3146:SkArenaAllocWithReset::SkArenaAllocWithReset\28char*\2c\20unsigned\20long\2c\20unsigned\20long\29 -3147:SkAnimatedImage::decodeNextFrame\28\29 -3148:SkAnimatedImage::Frame::copyTo\28SkAnimatedImage::Frame*\29\20const -3149:SkAnalyticQuadraticEdge::updateQuadratic\28\29 -3150:SkAnalyticCubicEdge::updateCubic\28\29 -3151:SkAlphaRuns::reset\28int\29 -3152:SkAAClip::setRect\28SkIRect\20const&\29 -3153:ReconstructRow -3154:R_15849 -3155:OpAsWinding::nextEdge\28Contour&\2c\20OpAsWinding::Edge\29 -3156:OT::sbix::sanitize\28hb_sanitize_context_t*\29\20const -3157:OT::post::accelerator_t::cmp_gids\28void\20const*\2c\20void\20const*\2c\20void*\29 -3158:OT::hb_ot_layout_lookup_accelerator_t*\20OT::hb_ot_layout_lookup_accelerator_t::create\28OT::Layout::GSUB_impl::SubstLookup\20const&\29 -3159:OT::gvar_GVAR\2c\201735811442u>::sanitize_shallow\28hb_sanitize_context_t*\29\20const -3160:OT::fvar::sanitize\28hb_sanitize_context_t*\29\20const -3161:OT::cmap_accelerator_t*\20hb_data_wrapper_t::call_create>\28\29\20const -3162:OT::cmap::sanitize\28hb_sanitize_context_t*\29\20const -3163:OT::cff2::accelerator_templ_t>::_fini\28\29 -3164:OT::avar::sanitize\28hb_sanitize_context_t*\29\20const -3165:OT::VarRegionList::evaluate\28unsigned\20int\2c\20int\20const*\2c\20unsigned\20int\2c\20float*\29\20const -3166:OT::STAT::sanitize\28hb_sanitize_context_t*\29\20const -3167:OT::Rule::apply\28OT::hb_ot_apply_context_t*\2c\20OT::ContextApplyLookupContext\20const&\29\20const -3168:OT::MVAR::sanitize\28hb_sanitize_context_t*\29\20const -3169:OT::Layout::GSUB_impl::SubstLookup::serialize_ligature\28hb_serialize_context_t*\2c\20unsigned\20int\2c\20hb_sorted_array_t\2c\20hb_array_t\2c\20hb_array_t\2c\20hb_array_t\2c\20hb_array_t\29 -3170:OT::Layout::GPOS_impl::MarkArray::apply\28OT::hb_ot_apply_context_t*\2c\20unsigned\20int\2c\20unsigned\20int\2c\20OT::Layout::GPOS_impl::AnchorMatrix\20const&\2c\20unsigned\20int\2c\20unsigned\20int\29\20const -3171:OT::GDEFVersion1_2::sanitize\28hb_sanitize_context_t*\29\20const -3172:OT::Device::get_y_delta\28hb_font_t*\2c\20OT::ItemVariationStore\20const&\2c\20float*\29\20const -3173:OT::Device::get_x_delta\28hb_font_t*\2c\20OT::ItemVariationStore\20const&\2c\20float*\29\20const -3174:OT::Condition::sanitize\28hb_sanitize_context_t*\29\20const -3175:OT::ClipList::get_extents\28unsigned\20int\2c\20hb_glyph_extents_t*\2c\20OT::ItemVarStoreInstancer\20const&\29\20const -3176:OT::ChainRule::apply\28OT::hb_ot_apply_context_t*\2c\20OT::ChainContextApplyLookupContext\20const&\29\20const -3177:OT::CPAL::sanitize\28hb_sanitize_context_t*\29\20const -3178:OT::COLR::sanitize\28hb_sanitize_context_t*\29\20const -3179:OT::COLR::paint_glyph\28hb_font_t*\2c\20unsigned\20int\2c\20hb_paint_funcs_t*\2c\20void*\2c\20unsigned\20int\2c\20unsigned\20int\2c\20bool\2c\20hb_colr_scratch_t&\29\20const -3180:OT::CBLC::sanitize\28hb_sanitize_context_t*\29\20const -3181:MakeRasterCopyPriv\28SkPixmap\20const&\2c\20unsigned\20int\29 -3182:LineQuadraticIntersections::pinTs\28double*\2c\20double*\2c\20SkDPoint*\2c\20LineQuadraticIntersections::PinTPoint\29 -3183:LineQuadraticIntersections::checkCoincident\28\29 -3184:LineQuadraticIntersections::addLineNearEndPoints\28\29 -3185:LineCubicIntersections::pinTs\28double*\2c\20double*\2c\20SkDPoint*\2c\20LineCubicIntersections::PinTPoint\29 -3186:LineCubicIntersections::checkCoincident\28\29 -3187:LineCubicIntersections::addLineNearEndPoints\28\29 -3188:LineConicIntersections::pinTs\28double*\2c\20double*\2c\20SkDPoint*\2c\20LineConicIntersections::PinTPoint\29 -3189:LineConicIntersections::checkCoincident\28\29 -3190:LineConicIntersections::addLineNearEndPoints\28\29 -3191:Ins_UNKNOWN -3192:GrXferProcessor::GrXferProcessor\28GrProcessor::ClassID\29 -3193:GrVertexChunkBuilder::~GrVertexChunkBuilder\28\29 -3194:GrTriangulator::tessellate\28GrTriangulator::VertexList\20const&\2c\20GrTriangulator::Comparator\20const&\29 -3195:GrTriangulator::splitEdge\28GrTriangulator::Edge*\2c\20GrTriangulator::Vertex*\2c\20GrTriangulator::EdgeList*\2c\20GrTriangulator::Vertex**\2c\20GrTriangulator::Comparator\20const&\29 -3196:GrTriangulator::pathToPolys\28float\2c\20SkRect\20const&\2c\20bool*\29 -3197:GrTriangulator::generateCubicPoints\28SkPoint\20const&\2c\20SkPoint\20const&\2c\20SkPoint\20const&\2c\20SkPoint\20const&\2c\20float\2c\20GrTriangulator::VertexList*\2c\20int\29\20const -3198:GrTriangulator::emitTriangle\28GrTriangulator::Vertex*\2c\20GrTriangulator::Vertex*\2c\20GrTriangulator::Vertex*\2c\20int\2c\20skgpu::VertexWriter\29\20const -3199:GrTriangulator::checkForIntersection\28GrTriangulator::Edge*\2c\20GrTriangulator::Edge*\2c\20GrTriangulator::EdgeList*\2c\20GrTriangulator::Vertex**\2c\20GrTriangulator::VertexList*\2c\20GrTriangulator::Comparator\20const&\29 -3200:GrTriangulator::applyFillType\28int\29\20const -3201:GrTriangulator::EdgeList::insert\28GrTriangulator::Edge*\2c\20GrTriangulator::Edge*\29 -3202:GrTriangulator::Edge::intersect\28GrTriangulator::Edge\20const&\2c\20SkPoint*\2c\20unsigned\20char*\29\20const -3203:GrTriangulator::Edge::insertBelow\28GrTriangulator::Vertex*\2c\20GrTriangulator::Comparator\20const&\29 -3204:GrTriangulator::Edge::insertAbove\28GrTriangulator::Vertex*\2c\20GrTriangulator::Comparator\20const&\29 -3205:GrToGLStencilFunc\28GrStencilTest\29 -3206:GrThreadSafeCache::~GrThreadSafeCache\28\29 -3207:GrThreadSafeCache::dropAllRefs\28\29 -3208:GrTextureRenderTargetProxy::callbackDesc\28\29\20const -3209:GrTextureProxy::clearUniqueKey\28\29 -3210:GrTexture::GrTexture\28GrGpu*\2c\20SkISize\20const&\2c\20skgpu::Protected\2c\20GrTextureType\2c\20GrMipmapStatus\2c\20std::__2::basic_string_view>\29 -3211:GrTexture::ComputeScratchKey\28GrCaps\20const&\2c\20GrBackendFormat\20const&\2c\20SkISize\2c\20skgpu::Renderable\2c\20int\2c\20skgpu::Mipmapped\2c\20skgpu::Protected\2c\20skgpu::ScratchKey*\29 -3212:GrSurfaceProxyView::asTextureProxyRef\28\29\20const -3213:GrSurfaceProxy::GrSurfaceProxy\28std::__2::function&&\2c\20GrBackendFormat\20const&\2c\20SkISize\2c\20SkBackingFit\2c\20skgpu::Budgeted\2c\20skgpu::Protected\2c\20GrInternalSurfaceFlags\2c\20GrSurfaceProxy::UseAllocator\2c\20std::__2::basic_string_view>\29 -3214:GrSurfaceProxy::GrSurfaceProxy\28sk_sp\2c\20SkBackingFit\2c\20GrSurfaceProxy::UseAllocator\29 -3215:GrSurface::setRelease\28sk_sp\29 -3216:GrStyledShape::styledBounds\28\29\20const -3217:GrStyledShape::asLine\28SkPoint*\2c\20bool*\29\20const -3218:GrStyledShape::addGenIDChangeListener\28sk_sp\29\20const -3219:GrSimpleMeshDrawOpHelper::fixedFunctionFlags\28\29\20const -3220:GrShape::setRRect\28SkRRect\20const&\29 -3221:GrShape::segmentMask\28\29\20const -3222:GrResourceProvider::assignUniqueKeyToResource\28skgpu::UniqueKey\20const&\2c\20GrGpuResource*\29 -3223:GrResourceCache::releaseAll\28\29 -3224:GrResourceCache::refAndMakeResourceMRU\28GrGpuResource*\29 -3225:GrResourceCache::getNextTimestamp\28\29 -3226:GrRenderTask::addDependency\28GrRenderTask*\29 -3227:GrRenderTargetProxy::canUseStencil\28GrCaps\20const&\29\20const -3228:GrRecordingContextPriv::addOnFlushCallbackObject\28GrOnFlushCallbackObject*\29 -3229:GrRecordingContext::~GrRecordingContext\28\29 -3230:GrRecordingContext::abandonContext\28\29 -3231:GrQuadUtils::TessellationHelper::Vertices::moveTo\28skvx::Vec<4\2c\20float>\20const&\2c\20skvx::Vec<4\2c\20float>\20const&\2c\20skvx::Vec<4\2c\20int>\20const&\29 -3232:GrQuadUtils::TessellationHelper::EdgeEquations::reset\28GrQuadUtils::TessellationHelper::EdgeVectors\20const&\29 -3233:GrQuadUtils::ResolveAAType\28GrAAType\2c\20GrQuadAAFlags\2c\20GrQuad\20const&\2c\20GrAAType*\2c\20GrQuadAAFlags*\29 -3234:GrQuadBuffer<\28anonymous\20namespace\29::FillRectOpImpl::ColorAndAA>::append\28GrQuad\20const&\2c\20\28anonymous\20namespace\29::FillRectOpImpl::ColorAndAA&&\2c\20GrQuad\20const*\29 -3235:GrPixmap::GrPixmap\28GrImageInfo\2c\20void*\2c\20unsigned\20long\29 -3236:GrPipeline::GrPipeline\28GrPipeline::InitArgs\20const&\2c\20GrProcessorSet&&\2c\20GrAppliedClip&&\29 -3237:GrPersistentCacheUtils::UnpackCachedShaders\28SkReadBuffer*\2c\20SkSL::NativeShader*\2c\20bool\2c\20SkSL::ProgramInterface*\2c\20int\2c\20GrPersistentCacheUtils::ShaderMetadata*\29 -3238:GrPathUtils::convertCubicToQuads\28SkPoint\20const*\2c\20float\2c\20skia_private::TArray*\29 -3239:GrPathTessellationShader::Make\28GrShaderCaps\20const&\2c\20SkArenaAlloc*\2c\20SkMatrix\20const&\2c\20SkRGBA4f<\28SkAlphaType\292>\20const&\2c\20skgpu::tess::PatchAttribs\29 -3240:GrOp::chainConcat\28std::__2::unique_ptr>\29 -3241:GrMeshDrawOp::PatternHelper::PatternHelper\28GrMeshDrawTarget*\2c\20GrPrimitiveType\2c\20unsigned\20long\2c\20sk_sp\2c\20int\2c\20int\2c\20int\2c\20int\29 -3242:GrMemoryPool::Make\28unsigned\20long\2c\20unsigned\20long\29 -3243:GrMakeKeyFromImageID\28skgpu::UniqueKey*\2c\20unsigned\20int\2c\20SkIRect\20const&\29 -3244:GrImageInfo::GrImageInfo\28GrColorInfo\20const&\2c\20SkISize\20const&\29 -3245:GrGpuResource::removeScratchKey\28\29 -3246:GrGpuResource::registerWithCacheWrapped\28GrWrapCacheable\29 -3247:GrGpuResource::dumpMemoryStatisticsPriv\28SkTraceMemoryDump*\2c\20SkString\20const&\2c\20char\20const*\2c\20unsigned\20long\29\20const -3248:GrGpuBuffer::onGpuMemorySize\28\29\20const -3249:GrGpu::resolveRenderTarget\28GrRenderTarget*\2c\20SkIRect\20const&\29 -3250:GrGpu::executeFlushInfo\28SkSpan\2c\20SkSurfaces::BackendSurfaceAccess\2c\20GrFlushInfo\20const&\2c\20std::__2::optional\2c\20skgpu::MutableTextureState\20const*\29 -3251:GrGeometryProcessor::TextureSampler::TextureSampler\28GrSamplerState\2c\20GrBackendFormat\20const&\2c\20skgpu::Swizzle\20const&\29 -3252:GrGeometryProcessor::ProgramImpl::ComputeMatrixKeys\28GrShaderCaps\20const&\2c\20SkMatrix\20const&\2c\20SkMatrix\20const&\29 -3253:GrGLUniformHandler::getUniformVariable\28GrResourceHandle\29\20const -3254:GrGLTextureRenderTarget::~GrGLTextureRenderTarget\28\29_12445 -3255:GrGLSemaphore::GrGLSemaphore\28GrGLGpu*\2c\20bool\29 -3256:GrGLSLVaryingHandler::~GrGLSLVaryingHandler\28\29 -3257:GrGLSLUniformHandler::addInputSampler\28skgpu::Swizzle\20const&\2c\20char\20const*\29 -3258:GrGLSLShaderBuilder::emitFunction\28SkSLType\2c\20char\20const*\2c\20SkSpan\2c\20char\20const*\29 -3259:GrGLSLProgramDataManager::setSkMatrix\28GrResourceHandle\2c\20SkMatrix\20const&\29\20const -3260:GrGLSLProgramBuilder::writeFPFunction\28GrFragmentProcessor\20const&\2c\20GrFragmentProcessor::ProgramImpl&\29 -3261:GrGLSLProgramBuilder::invokeFP\28GrFragmentProcessor\20const&\2c\20GrFragmentProcessor::ProgramImpl\20const&\2c\20char\20const*\2c\20char\20const*\2c\20char\20const*\29\20const -3262:GrGLSLProgramBuilder::addRTFlipUniform\28char\20const*\29 -3263:GrGLSLFragmentShaderBuilder::dstColor\28\29 -3264:GrGLSLBlend::BlendKey\28SkBlendMode\29 -3265:GrGLProgramBuilder::~GrGLProgramBuilder\28\29 -3266:GrGLProgramBuilder::computeCountsAndStrides\28unsigned\20int\2c\20GrGeometryProcessor\20const&\2c\20bool\29 -3267:GrGLGpu::flushScissor\28GrScissorState\20const&\2c\20int\2c\20GrSurfaceOrigin\29 -3268:GrGLGpu::flushClearColor\28std::__2::array\29 -3269:GrGLGpu::createTexture\28SkISize\2c\20GrGLFormat\2c\20unsigned\20int\2c\20skgpu::Renderable\2c\20GrGLTextureParameters::SamplerOverriddenState*\2c\20int\2c\20skgpu::Protected\2c\20std::__2::basic_string_view>\29 -3270:GrGLGpu::copySurfaceAsDraw\28GrSurface*\2c\20bool\2c\20GrSurface*\2c\20SkIRect\20const&\2c\20SkIRect\20const&\2c\20SkFilterMode\29 -3271:GrGLGpu::HWVertexArrayState::bindInternalVertexArray\28GrGLGpu*\2c\20GrBuffer\20const*\29 -3272:GrGLFunction::GrGLFunction\28void\20\28*\29\28unsigned\20int\2c\20int\2c\20int\2c\20int\2c\20int\2c\20int\2c\20int\2c\20int\29\29::'lambda'\28void\20const*\2c\20unsigned\20int\2c\20int\2c\20int\2c\20int\2c\20int\2c\20int\2c\20int\2c\20int\29::__invoke\28void\20const*\2c\20unsigned\20int\2c\20int\2c\20int\2c\20int\2c\20int\2c\20int\2c\20int\2c\20int\29 -3273:GrGLBuffer::Make\28GrGLGpu*\2c\20unsigned\20long\2c\20GrGpuBufferType\2c\20GrAccessPattern\29 -3274:GrGLAttribArrayState::enableVertexArrays\28GrGLGpu\20const*\2c\20int\2c\20GrPrimitiveRestart\29 -3275:GrFragmentProcessors::make_effect_fp\28sk_sp\2c\20char\20const*\2c\20sk_sp\2c\20std::__2::unique_ptr>\2c\20std::__2::unique_ptr>\2c\20SkSpan\2c\20GrFPArgs\20const&\29 -3276:GrFragmentProcessors::Make\28SkShader\20const*\2c\20GrFPArgs\20const&\2c\20SkMatrix\20const&\29 -3277:GrFragmentProcessors::MakeChildFP\28SkRuntimeEffect::ChildPtr\20const&\2c\20GrFPArgs\20const&\29 -3278:GrFragmentProcessors::IsSupported\28SkMaskFilter\20const*\29 -3279:GrFragmentProcessor::makeProgramImpl\28\29\20const -3280:GrFragmentProcessor::addToKey\28GrShaderCaps\20const&\2c\20skgpu::KeyBuilder*\29\20const -3281:GrFragmentProcessor::SwizzleOutput\28std::__2::unique_ptr>\2c\20skgpu::Swizzle\20const&\29 -3282:GrFragmentProcessor::MulInputByChildAlpha\28std::__2::unique_ptr>\29 -3283:GrFragmentProcessor::HighPrecision\28std::__2::unique_ptr>\29::HighPrecisionFragmentProcessor::constantOutputForConstantInput\28SkRGBA4f<\28SkAlphaType\292>\20const&\29\20const -3284:GrFragmentProcessor::DeviceSpace\28std::__2::unique_ptr>\29 -3285:GrFragmentProcessor::Compose\28std::__2::unique_ptr>\2c\20std::__2::unique_ptr>\29 -3286:GrDynamicAtlas::makeNode\28GrDynamicAtlas::Node*\2c\20int\2c\20int\2c\20int\2c\20int\29 -3287:GrDynamicAtlas::instantiate\28GrOnFlushResourceProvider*\2c\20sk_sp\29 -3288:GrDrawingManager::setLastRenderTask\28GrSurfaceProxy\20const*\2c\20GrRenderTask*\29 -3289:GrDrawingManager::flushSurfaces\28SkSpan\2c\20SkSurfaces::BackendSurfaceAccess\2c\20GrFlushInfo\20const&\2c\20skgpu::MutableTextureState\20const*\29 -3290:GrDrawOpAtlas::updatePlot\28GrDeferredUploadTarget*\2c\20skgpu::AtlasLocator*\2c\20skgpu::Plot*\29 -3291:GrDirectContext::resetContext\28unsigned\20int\29 -3292:GrDirectContext::getResourceCacheLimit\28\29\20const -3293:GrDefaultGeoProcFactory::MakeForDeviceSpace\28SkArenaAlloc*\2c\20GrDefaultGeoProcFactory::Color\20const&\2c\20GrDefaultGeoProcFactory::Coverage\20const&\2c\20GrDefaultGeoProcFactory::LocalCoords\20const&\2c\20SkMatrix\20const&\29 -3294:GrColorSpaceXformEffect::Make\28std::__2::unique_ptr>\2c\20sk_sp\29 -3295:GrColorSpaceXform::apply\28SkRGBA4f<\28SkAlphaType\293>\20const&\29 -3296:GrColorSpaceXform::Equals\28GrColorSpaceXform\20const*\2c\20GrColorSpaceXform\20const*\29 -3297:GrBufferAllocPool::unmap\28\29 -3298:GrBlurUtils::can_filter_mask\28SkMaskFilterBase\20const*\2c\20GrStyledShape\20const&\2c\20SkIRect\20const&\2c\20SkIRect\20const&\2c\20SkMatrix\20const&\2c\20SkIRect*\29 -3299:GrBlurUtils::GaussianBlur\28GrRecordingContext*\2c\20GrSurfaceProxyView\2c\20GrColorType\2c\20SkAlphaType\2c\20sk_sp\2c\20SkIRect\2c\20SkIRect\2c\20float\2c\20float\2c\20SkTileMode\2c\20SkBackingFit\29 -3300:GrBicubicEffect::MakeSubset\28GrSurfaceProxyView\2c\20SkAlphaType\2c\20SkMatrix\20const&\2c\20GrSamplerState::WrapMode\2c\20GrSamplerState::WrapMode\2c\20SkRect\20const&\2c\20SkCubicResampler\2c\20GrBicubicEffect::Direction\2c\20GrCaps\20const&\29 -3301:GrBackendTextures::MakeGL\28int\2c\20int\2c\20skgpu::Mipmapped\2c\20GrGLTextureInfo\20const&\2c\20sk_sp\2c\20std::__2::basic_string_view>\29 -3302:GrBackendFormatStencilBits\28GrBackendFormat\20const&\29 -3303:GrBackendFormat::asMockCompressionType\28\29\20const -3304:GrAATriangulator::~GrAATriangulator\28\29 -3305:GrAAConvexTessellator::fanRing\28GrAAConvexTessellator::Ring\20const&\29 -3306:GrAAConvexTessellator::computePtAlongBisector\28int\2c\20SkPoint\20const&\2c\20int\2c\20float\2c\20SkPoint*\29\20const -3307:GetVariationDesignPosition\28FT_FaceRec_*\2c\20SkSpan\29 -3308:GetAxes\28FT_FaceRec_*\2c\20skia_private::STArray<4\2c\20SkFontParameters::Variation::Axis\2c\20true>*\29 -3309:FT_Stream_ReadAt -3310:FT_Set_Char_Size -3311:FT_Request_Metrics -3312:FT_New_Library -3313:FT_Hypot -3314:FT_Get_Var_Design_Coordinates -3315:FT_Get_Paint -3316:FT_Get_MM_Var -3317:FT_Get_Advance -3318:FT_Add_Default_Modules -3319:DecodeImageData -3320:Cr_z_inflate_table -3321:Cr_z_inflateReset -3322:Cr_z_deflateEnd -3323:Cr_z_copy_with_crc -3324:Compute_Point_Displacement -3325:BuildHuffmanTable -3326:BrotliWarmupBitReader -3327:BrotliDecoderHuffmanTreeGroupInit -3328:AAT::trak::sanitize\28hb_sanitize_context_t*\29\20const -3329:AAT::morx_accelerator_t*\20hb_data_wrapper_t::call_create>\28\29\20const -3330:AAT::mortmorx::accelerator_t::~accelerator_t\28\29 -3331:AAT::mort_accelerator_t*\20hb_data_wrapper_t::call_create>\28\29\20const -3332:AAT::ltag::sanitize\28hb_sanitize_context_t*\29\20const -3333:AAT::feat::sanitize\28hb_sanitize_context_t*\29\20const -3334:AAT::ankr::sanitize\28hb_sanitize_context_t*\29\20const -3335:AAT::KerxTable::sanitize\28hb_sanitize_context_t*\29\20const -3336:AAT::KerxTable::sanitize\28hb_sanitize_context_t*\29\20const -3337:AAT::KerxTable::sanitize\28hb_sanitize_context_t*\29\20const -3338:AAT::KerxTable::accelerator_t::~accelerator_t\28\29 -3339:3102 +1185:GrShape::operator=\28GrShape\20const&\29 +1186:GrRecordingContext::OwnedArenas::get\28\29 +1187:GrProxyProvider::createProxy\28GrBackendFormat\20const&\2c\20SkISize\2c\20skgpu::Renderable\2c\20int\2c\20skgpu::Mipmapped\2c\20SkBackingFit\2c\20skgpu::Budgeted\2c\20skgpu::Protected\2c\20std::__2::basic_string_view>\2c\20GrInternalSurfaceFlags\2c\20GrSurfaceProxy::UseAllocator\29 +1188:GrProxyProvider::assignUniqueKeyToProxy\28skgpu::UniqueKey\20const&\2c\20GrTextureProxy*\29 +1189:GrProcessorSet::finalize\28GrProcessorAnalysisColor\20const&\2c\20GrProcessorAnalysisCoverage\2c\20GrAppliedClip\20const*\2c\20GrUserStencilSettings\20const*\2c\20GrCaps\20const&\2c\20GrClampType\2c\20SkRGBA4f<\28SkAlphaType\292>*\29 +1190:GrOp::cutChain\28\29 +1191:GrMeshDrawTarget::makeVertexWriter\28unsigned\20long\2c\20int\2c\20sk_sp*\2c\20int*\29 +1192:GrGpuResource::GrGpuResource\28GrGpu*\2c\20std::__2::basic_string_view>\29 +1193:GrGeometryProcessor::TextureSampler::reset\28GrSamplerState\2c\20GrBackendFormat\20const&\2c\20skgpu::Swizzle\20const&\29 +1194:GrGeometryProcessor::AttributeSet::Iter::operator++\28\29 +1195:GrGeometryProcessor::AttributeSet::Iter::operator*\28\29\20const +1196:GrGLTextureParameters::set\28GrGLTextureParameters::SamplerOverriddenState\20const*\2c\20GrGLTextureParameters::NonsamplerState\20const&\2c\20unsigned\20long\20long\29 +1197:GrClip::GetPixelIBounds\28SkRect\20const&\2c\20GrAA\2c\20GrClip::BoundsType\29 +1198:GrBackendTexture::~GrBackendTexture\28\29 +1199:FT_Outline_Get_CBox +1200:FT_Get_Sfnt_Table +1201:AutoLayerForImageFilter::AutoLayerForImageFilter\28AutoLayerForImageFilter&&\29 +1202:tanf +1203:std::__2::moneypunct::negative_sign\5babi:nn180100\5d\28\29\20const +1204:std::__2::moneypunct::frac_digits\5babi:nn180100\5d\28\29\20const +1205:std::__2::moneypunct::do_pos_format\28\29\20const +1206:std::__2::ctype::widen\5babi:nn180100\5d\28char\20const*\2c\20char\20const*\2c\20char*\29\20const +1207:std::__2::char_traits::copy\5babi:nn180100\5d\28wchar_t*\2c\20wchar_t\20const*\2c\20unsigned\20long\29 +1208:std::__2::basic_string\2c\20std::__2::allocator>::end\5babi:nn180100\5d\28\29 +1209:std::__2::basic_string\2c\20std::__2::allocator>::end\5babi:nn180100\5d\28\29 +1210:std::__2::basic_string\2c\20std::__2::allocator>::__set_size\5babi:nn180100\5d\28unsigned\20long\29 +1211:std::__2::basic_string\2c\20std::__2::allocator>::__get_short_size\5babi:nn180100\5d\28\29\20const +1212:std::__2::basic_string\2c\20std::__2::allocator>::__assign_external\28char\20const*\2c\20unsigned\20long\29 +1213:std::__2::__unwrap_iter_impl\2c\20true>::__unwrap\5babi:nn180100\5d\28std::__2::__wrap_iter\29 +1214:std::__2::__itoa::__append2\5babi:nn180100\5d\28char*\2c\20unsigned\20int\29 +1215:sktext::SkStrikePromise::SkStrikePromise\28sktext::SkStrikePromise&&\29 +1216:skif::LayerSpace::ceil\28\29\20const +1217:skif::FilterResult::analyzeBounds\28SkMatrix\20const&\2c\20SkIRect\20const&\2c\20skif::FilterResult::BoundsScope\29\20const +1218:skia_private::THashMap::operator\5b\5d\28SkSL::FunctionDeclaration\20const*\20const&\29 +1219:skia_private::TArray::operator=\28skia_private::TArray\20const&\29 +1220:skia_png_read_finish_row +1221:skia_png_handle_unknown +1222:skia_png_gamma_correct +1223:skia_png_colorspace_sync +1224:skia_png_app_warning +1225:skia::textlayout::TextStyle::operator=\28skia::textlayout::TextStyle\20const&\29 +1226:skia::textlayout::TextLine::offset\28\29\20const +1227:skia::textlayout::Run::placeholderStyle\28\29\20const +1228:skgpu::ganesh::SurfaceFillContext::fillRectWithFP\28SkIRect\20const&\2c\20std::__2::unique_ptr>\29 +1229:skgpu::ganesh::SurfaceDrawContext::Make\28GrRecordingContext*\2c\20GrColorType\2c\20sk_sp\2c\20SkBackingFit\2c\20SkISize\2c\20SkSurfaceProps\20const&\2c\20std::__2::basic_string_view>\2c\20int\2c\20skgpu::Mipmapped\2c\20skgpu::Protected\2c\20GrSurfaceOrigin\2c\20skgpu::Budgeted\29 +1230:skgpu::ganesh::SurfaceContext::PixelTransferResult::~PixelTransferResult\28\29 +1231:skgpu::ganesh::ClipStack::SaveRecord::state\28\29\20const +1232:skcpu::Draw::drawRect\28SkRect\20const&\2c\20SkPaint\20const&\2c\20SkMatrix\20const*\2c\20SkRect\20const*\29\20const +1233:ps_parser_to_token +1234:hb_face_t::load_upem\28\29\20const +1235:hb_buffer_t::merge_out_clusters\28unsigned\20int\2c\20unsigned\20int\29 +1236:hb_buffer_t::enlarge\28unsigned\20int\29 +1237:hb_buffer_destroy +1238:emscripten_builtin_calloc +1239:emscripten::internal::FunctionInvoker::invoke\28void\20\28**\29\28SkCanvas&\2c\20SkCanvas::PointMode\2c\20unsigned\20long\2c\20int\2c\20SkPaint&\29\2c\20SkCanvas*\2c\20SkCanvas::PointMode\2c\20unsigned\20long\2c\20int\2c\20SkPaint*\29 +1240:cff_index_init +1241:cf2_glyphpath_curveTo +1242:bool\20std::__2::operator!=\5babi:nn180100\5d\28std::__2::__wrap_iter\20const&\2c\20std::__2::__wrap_iter\20const&\29 +1243:__isspace +1244:WebPCopyPlane +1245:SkWStream::writeScalarAsText\28float\29 +1246:SkTextBlobBuilder::TightRunBounds\28SkTextBlob::RunRecord\20const&\29 +1247:SkTMaskGamma_build_correcting_lut\28unsigned\20char*\2c\20unsigned\20int\2c\20float\2c\20SkColorSpaceLuminance\20const&\2c\20float\29 +1248:SkSurfaces::RenderTarget\28GrRecordingContext*\2c\20skgpu::Budgeted\2c\20SkImageInfo\20const&\2c\20int\2c\20GrSurfaceOrigin\2c\20SkSurfaceProps\20const*\2c\20bool\2c\20bool\29 +1249:SkSurface_Raster::type\28\29\20const +1250:SkSurface::makeImageSnapshot\28\29 +1251:SkString::swap\28SkString&\29 +1252:SkString::reset\28\29 +1253:SkSampler::Fill\28SkImageInfo\20const&\2c\20void*\2c\20unsigned\20long\2c\20SkCodec::ZeroInitialized\29 +1254:SkSL::Type::MakeTextureType\28char\20const*\2c\20SpvDim_\2c\20bool\2c\20bool\2c\20bool\2c\20SkSL::Type::TextureAccess\29 +1255:SkSL::Type::MakeSpecialType\28char\20const*\2c\20char\20const*\2c\20SkSL::Type::TypeKind\29 +1256:SkSL::RP::Builder::push_slots_or_immutable\28SkSL::RP::SlotRange\2c\20SkSL::RP::BuilderOp\29 +1257:SkSL::RP::Builder::push_clone_from_stack\28SkSL::RP::SlotRange\2c\20int\2c\20int\29 +1258:SkSL::Program::~Program\28\29 +1259:SkSL::PipelineStage::PipelineStageCodeGenerator::writeStatement\28SkSL::Statement\20const&\29 +1260:SkSL::Operator::isAssignment\28\29\20const +1261:SkSL::Intrinsics::\28anonymous\20namespace\29::evaluate_mul\28SkSL::Context\20const&\2c\20std::__2::array\20const&\29 +1262:SkSL::InlineCandidateAnalyzer::visitStatement\28std::__2::unique_ptr>*\2c\20bool\29 +1263:SkSL::GLSLCodeGenerator::writeModifiers\28SkSL::Layout\20const&\2c\20SkSL::ModifierFlags\2c\20bool\29 +1264:SkSL::ExpressionStatement::Make\28SkSL::Context\20const&\2c\20std::__2::unique_ptr>\29 +1265:SkSL::ConstructorCompound::Make\28SkSL::Context\20const&\2c\20SkSL::Position\2c\20SkSL::Type\20const&\2c\20SkSL::ExpressionArray\29 +1266:SkSL::Analysis::IsSameExpressionTree\28SkSL::Expression\20const&\2c\20SkSL::Expression\20const&\29 +1267:SkSL::AliasType::resolve\28\29\20const +1268:SkResourceCache::Add\28SkResourceCache::Rec*\2c\20void*\29 +1269:SkRegion::writeToMemory\28void*\29\20const +1270:SkReadBuffer::readMatrix\28SkMatrix*\29 +1271:SkReadBuffer::readBool\28\29 +1272:SkRasterPipeline::appendConstantColor\28SkArenaAlloc*\2c\20float\20const*\29 +1273:SkRasterClip::SkRasterClip\28\29 +1274:SkRasterClip::SkRasterClip\28SkRasterClip\20const&\29 +1275:SkPathWriter::isClosed\28\29\20const +1276:SkPathMeasure::~SkPathMeasure\28\29 +1277:SkPathMeasure::SkPathMeasure\28SkPath\20const&\2c\20bool\2c\20float\29 +1278:SkPathBuilder::addRect\28SkRect\20const&\2c\20SkPathDirection\2c\20unsigned\20int\29 +1279:SkPath::makeFillType\28SkPathFillType\29\20const +1280:SkPath::isRect\28SkRect*\2c\20bool*\2c\20SkPathDirection*\29\20const +1281:SkPath::cubicTo\28float\2c\20float\2c\20float\2c\20float\2c\20float\2c\20float\29 +1282:SkPath::Rect\28SkRect\20const&\2c\20SkPathDirection\2c\20unsigned\20int\29 +1283:SkParse::FindScalars\28char\20const*\2c\20float*\2c\20int\29 +1284:SkPaint::operator=\28SkPaint\20const&\29 +1285:SkOpSpan::computeWindSum\28\29 +1286:SkOpSegment::existing\28double\2c\20SkOpSegment\20const*\29\20const +1287:SkOpSegment::addCurveTo\28SkOpSpanBase\20const*\2c\20SkOpSpanBase\20const*\2c\20SkPathWriter*\29\20const +1288:SkOpPtT::find\28SkOpSegment\20const*\29\20const +1289:SkOpCoincidence::addEndMovedSpans\28SkOpSpan\20const*\2c\20SkOpSpanBase\20const*\29 +1290:SkNoDrawCanvas::onDrawImageRect2\28SkImage\20const*\2c\20SkRect\20const&\2c\20SkRect\20const&\2c\20SkSamplingOptions\20const&\2c\20SkPaint\20const*\2c\20SkCanvas::SrcRectConstraint\29 +1291:SkMemoryStream::SkMemoryStream\28void\20const*\2c\20unsigned\20long\2c\20bool\29 +1292:SkMakeImageFromRasterBitmap\28SkBitmap\20const&\2c\20SkCopyPixelsMode\29 +1293:SkImage_Ganesh::SkImage_Ganesh\28sk_sp\2c\20unsigned\20int\2c\20GrSurfaceProxyView\2c\20SkColorInfo\29 +1294:SkImageInfo::makeColorSpace\28sk_sp\29\20const +1295:SkImageInfo::computeOffset\28int\2c\20int\2c\20unsigned\20long\29\20const +1296:SkGlyph::imageSize\28\29\20const +1297:SkFont::textToGlyphs\28void\20const*\2c\20unsigned\20long\2c\20SkTextEncoding\2c\20SkSpan\29\20const +1298:SkDrawTiler::SkDrawTiler\28SkBitmapDevice*\2c\20SkRect\20const*\29 +1299:SkData::MakeZeroInitialized\28unsigned\20long\29 +1300:SkColorSpaceSingletonFactory::Make\28skcms_TransferFunction\20const&\2c\20skcms_Matrix3x3\20const&\29 +1301:SkColorFilter::makeComposed\28sk_sp\29\20const +1302:SkCodec::SkCodec\28SkEncodedInfo&&\2c\20skcms_PixelFormat\2c\20std::__2::unique_ptr>\2c\20SkEncodedOrigin\29 +1303:SkChopQuadAt\28SkPoint\20const*\2c\20SkPoint*\2c\20float\29 +1304:SkCanvas::drawImageRect\28SkImage\20const*\2c\20SkRect\20const&\2c\20SkRect\20const&\2c\20SkSamplingOptions\20const&\2c\20SkPaint\20const*\2c\20SkCanvas::SrcRectConstraint\29 +1305:SkBmpCodec::getDstRow\28int\2c\20int\29\20const +1306:SkBlockMemoryStream::getLength\28\29\20const +1307:SkBitmap::getGenerationID\28\29\20const +1308:SkAutoDescriptor::SkAutoDescriptor\28\29 +1309:OT::GSUB_accelerator_t*\20hb_data_wrapper_t::call_create>\28\29\20const +1310:OT::DeltaSetIndexMap::sanitize\28hb_sanitize_context_t*\29\20const +1311:OT::ClassDef::sanitize\28hb_sanitize_context_t*\29\20const +1312:OT::CFFIndex>::sanitize\28hb_sanitize_context_t*\29\20const +1313:GrTriangulator::Comparator::sweep_lt\28SkPoint\20const&\2c\20SkPoint\20const&\29\20const +1314:GrTextureProxy::textureType\28\29\20const +1315:GrSurfaceProxy::createSurfaceImpl\28GrResourceProvider*\2c\20int\2c\20skgpu::Renderable\2c\20skgpu::Mipmapped\29\20const +1316:GrStyledShape::writeUnstyledKey\28unsigned\20int*\29\20const +1317:GrSkSLFP::setInput\28std::__2::unique_ptr>\29 +1318:GrSimpleMeshDrawOpHelperWithStencil::GrSimpleMeshDrawOpHelperWithStencil\28GrProcessorSet*\2c\20GrAAType\2c\20GrUserStencilSettings\20const*\2c\20GrSimpleMeshDrawOpHelper::InputFlags\29 +1319:GrResourceProvider::createPatternedIndexBuffer\28unsigned\20short\20const*\2c\20int\2c\20int\2c\20int\2c\20skgpu::UniqueKey\20const*\29 +1320:GrRenderTarget::~GrRenderTarget\28\29 +1321:GrRecordingContextPriv::makeSC\28GrSurfaceProxyView\2c\20GrColorInfo\20const&\29 +1322:GrOpFlushState::detachAppliedClip\28\29 +1323:GrGpuBuffer::map\28\29 +1324:GrGeometryProcessor::ProgramImpl::WriteOutputPosition\28GrGLSLVertexBuilder*\2c\20GrGeometryProcessor::ProgramImpl::GrGPArgs*\2c\20char\20const*\29 +1325:GrGLSLShaderBuilder::declAppend\28GrShaderVar\20const&\29 +1326:GrGLGpu::didDrawTo\28GrRenderTarget*\29 +1327:GrFragmentProcessors::Make\28skgpu::ganesh::SurfaceDrawContext*\2c\20SkColorFilter\20const*\2c\20std::__2::unique_ptr>\2c\20GrColorInfo\20const&\2c\20SkSurfaceProps\20const&\29 +1328:GrColorSpaceXformEffect::Make\28std::__2::unique_ptr>\2c\20GrColorInfo\20const&\2c\20GrColorInfo\20const&\29 +1329:GrCaps::validateSurfaceParams\28SkISize\20const&\2c\20GrBackendFormat\20const&\2c\20skgpu::Renderable\2c\20int\2c\20skgpu::Mipmapped\2c\20GrTextureType\29\20const +1330:GrBufferAllocPool::putBack\28unsigned\20long\29 +1331:GrBlurUtils::GaussianBlur\28GrRecordingContext*\2c\20GrSurfaceProxyView\2c\20GrColorType\2c\20SkAlphaType\2c\20sk_sp\2c\20SkIRect\2c\20SkIRect\2c\20float\2c\20float\2c\20SkTileMode\2c\20SkBackingFit\29::$_0::operator\28\29\28SkIRect\2c\20SkIRect\29\20const +1332:GrBackendTexture::GrBackendTexture\28\29 +1333:GrAAConvexTessellator::createInsetRing\28GrAAConvexTessellator::Ring\20const&\2c\20GrAAConvexTessellator::Ring*\2c\20float\2c\20float\2c\20float\2c\20float\2c\20bool\29 +1334:FT_Stream_GetByte +1335:FT_Set_Transform +1336:FT_Add_Module +1337:AutoLayerForImageFilter::operator=\28AutoLayerForImageFilter&&\29 +1338:AlmostLessOrEqualUlps\28float\2c\20float\29 +1339:ActiveEdge::intersect\28SkPoint\20const&\2c\20SkPoint\20const&\2c\20unsigned\20short\2c\20unsigned\20short\29\20const +1340:wrapper_cmp +1341:void\20std::__2::reverse\5babi:nn180100\5d\28char*\2c\20char*\29 +1342:void\20std::__2::__hash_table\2c\20std::__2::equal_to\2c\20std::__2::allocator>::__do_rehash\28unsigned\20long\29 +1343:void\20emscripten::internal::MemberAccess::setWire\28bool\20RuntimeEffectUniform::*\20const&\2c\20RuntimeEffectUniform&\2c\20bool\29 +1344:std::__2::vector>::operator\5b\5d\5babi:nn180100\5d\28unsigned\20long\29 +1345:std::__2::vector>::__alloc\5babi:nn180100\5d\28\29 +1346:std::__2::ostreambuf_iterator>\20std::__2::__pad_and_output\5babi:nn180100\5d>\28std::__2::ostreambuf_iterator>\2c\20wchar_t\20const*\2c\20wchar_t\20const*\2c\20wchar_t\20const*\2c\20std::__2::ios_base&\2c\20wchar_t\29 +1347:std::__2::ostreambuf_iterator>\20std::__2::__pad_and_output\5babi:nn180100\5d>\28std::__2::ostreambuf_iterator>\2c\20char\20const*\2c\20char\20const*\2c\20char\20const*\2c\20std::__2::ios_base&\2c\20char\29 +1348:std::__2::char_traits::to_int_type\5babi:nn180100\5d\28char\29 +1349:std::__2::basic_ios>::~basic_ios\28\29 +1350:std::__2::basic_ios>::setstate\5babi:nn180100\5d\28unsigned\20int\29 +1351:std::__2::__compressed_pair_elem::__compressed_pair_elem\5babi:nn180100\5d\28void\20\28*&&\29\28void*\29\29 +1352:sktext::StrikeMutationMonitor::~StrikeMutationMonitor\28\29 +1353:sktext::StrikeMutationMonitor::StrikeMutationMonitor\28sktext::StrikeForGPU*\29 +1354:skif::LayerSpace::contains\28skif::LayerSpace\20const&\29\20const +1355:skif::FilterResult::resolve\28skif::Context\20const&\2c\20skif::LayerSpace\2c\20bool\29\20const +1356:skif::FilterResult::AutoSurface::snap\28\29 +1357:skif::FilterResult::AutoSurface::AutoSurface\28skif::Context\20const&\2c\20skif::LayerSpace\20const&\2c\20skif::FilterResult::PixelBoundary\2c\20bool\2c\20SkSurfaceProps\20const*\29 +1358:skif::Backend::~Backend\28\29_2363 +1359:skia_private::TArray::push_back\28skif::FilterResult::Builder::SampledFilterResult&&\29 +1360:skia_private::STArray<2\2c\20std::__2::unique_ptr>\2c\20true>::~STArray\28\29 +1361:skia_png_chunk_unknown_handling +1362:skia::textlayout::TextStyle::TextStyle\28\29 +1363:skia::textlayout::TextLine::iterateThroughSingleRunByStyles\28skia::textlayout::TextLine::TextAdjustment\2c\20skia::textlayout::Run\20const*\2c\20float\2c\20skia::textlayout::SkRange\2c\20skia::textlayout::StyleType\2c\20std::__2::function\2c\20skia::textlayout::TextStyle\20const&\2c\20skia::textlayout::TextLine::ClipContext\20const&\29>\20const&\29\20const +1364:skgpu::ganesh::\28anonymous\20namespace\29::update_degenerate_test\28skgpu::ganesh::\28anonymous\20namespace\29::DegenerateTestData*\2c\20SkPoint\20const&\29 +1365:skgpu::ganesh::SurfaceFillContext::internalClear\28SkIRect\20const*\2c\20std::__2::array\2c\20bool\29 +1366:skgpu::ganesh::SurfaceDrawContext::fillRectToRect\28GrClip\20const*\2c\20GrPaint&&\2c\20GrAA\2c\20SkMatrix\20const&\2c\20SkRect\20const&\2c\20SkRect\20const&\29 +1367:skgpu::ganesh::SurfaceDrawContext::drawRect\28GrClip\20const*\2c\20GrPaint&&\2c\20GrAA\2c\20SkMatrix\20const&\2c\20SkRect\20const&\2c\20GrStyle\20const*\29 +1368:skgpu::SkSLToBackend\28SkSL::ShaderCaps\20const*\2c\20bool\20\28*\29\28SkSL::Program&\2c\20SkSL::ShaderCaps\20const*\2c\20SkSL::NativeShader*\29\2c\20char\20const*\2c\20std::__2::basic_string\2c\20std::__2::allocator>\20const&\2c\20SkSL::ProgramKind\2c\20SkSL::ProgramSettings\20const&\2c\20SkSL::NativeShader*\2c\20SkSL::ProgramInterface*\2c\20skgpu::ShaderErrorHandler*\29 +1369:skgpu::GetApproxSize\28SkISize\29 +1370:skcms_Transform::$_2::operator\28\29\28skcms_Curve\20const*\2c\20int\29\20const +1371:skcms_Matrix3x3_invert +1372:read_curve\28unsigned\20char\20const*\2c\20unsigned\20int\2c\20skcms_Curve*\2c\20unsigned\20int*\29 +1373:powf +1374:non-virtual\20thunk\20to\20GrOpFlushState::allocator\28\29 +1375:hb_lazy_loader_t\2c\20hb_face_t\2c\2024u\2c\20OT::GDEF_accelerator_t>::do_destroy\28OT::GDEF_accelerator_t*\29 +1376:hb_buffer_set_flags +1377:hb_buffer_append +1378:hb_blob_t*\20hb_data_wrapper_t::call_create>\28\29\20const +1379:hb_blob_t*\20hb_data_wrapper_t::call_create>\28\29\20const +1380:hb_bit_set_t::add_range\28unsigned\20int\2c\20unsigned\20int\29 +1381:emscripten::internal::MethodInvoker\29\2c\20void\2c\20SkFont*\2c\20sk_sp>::invoke\28void\20\28SkFont::*\20const&\29\28sk_sp\29\2c\20SkFont*\2c\20sk_sp*\29 +1382:emscripten::internal::Invoker::invoke\28unsigned\20long\20\28*\29\28\29\29 +1383:emscripten::internal::FunctionInvoker\20const&\2c\20unsigned\20long\2c\20unsigned\20long\2c\20SkFilterMode\2c\20SkPaint\20const*\29\2c\20void\2c\20SkCanvas&\2c\20sk_sp\20const&\2c\20unsigned\20long\2c\20unsigned\20long\2c\20SkFilterMode\2c\20SkPaint\20const*>::invoke\28void\20\28**\29\28SkCanvas&\2c\20sk_sp\20const&\2c\20unsigned\20long\2c\20unsigned\20long\2c\20SkFilterMode\2c\20SkPaint\20const*\29\2c\20SkCanvas*\2c\20sk_sp*\2c\20unsigned\20long\2c\20unsigned\20long\2c\20SkFilterMode\2c\20SkPaint\20const*\29 +1384:cos +1385:char*\20std::__2::__rewrap_iter\5babi:nn180100\5d>\28char*\2c\20char*\29 +1386:cf2_glyphpath_lineTo +1387:bool\20emscripten::internal::MemberAccess::getWire\28bool\20RuntimeEffectUniform::*\20const&\2c\20RuntimeEffectUniform&\29 +1388:alloc_small +1389:af_latin_hints_compute_segments +1390:_hb_glyph_info_set_unicode_props\28hb_glyph_info_t*\2c\20hb_buffer_t*\29 +1391:__lshrti3 +1392:__letf2 +1393:__cxx_global_array_dtor_5176 +1394:\28anonymous\20namespace\29::SkBlurImageFilter::~SkBlurImageFilter\28\29 +1395:WebPDemuxGetI +1396:SkUTF::ToUTF16\28int\2c\20unsigned\20short*\29 +1397:SkTextBlobBuilder::~SkTextBlobBuilder\28\29 +1398:SkTextBlobBuilder::ConservativeRunBounds\28SkTextBlob::RunRecord\20const&\29 +1399:SkSynchronizedResourceCache::SkSynchronizedResourceCache\28unsigned\20long\29 +1400:SkSwizzler::swizzle\28void*\2c\20unsigned\20char\20const*\29 +1401:SkString::insert\28unsigned\20long\2c\20char\20const*\2c\20unsigned\20long\29 +1402:SkString::insertUnichar\28unsigned\20long\2c\20int\29 +1403:SkStrikeSpec::findOrCreateScopedStrike\28sktext::StrikeForGPUCacheInterface*\29\20const +1404:SkStrikeCache::GlobalStrikeCache\28\29 +1405:SkShader::isAImage\28SkMatrix*\2c\20SkTileMode*\29\20const +1406:SkSL::is_constant_value\28SkSL::Expression\20const&\2c\20double\29 +1407:SkSL::evaluate_pairwise_intrinsic\28SkSL::Context\20const&\2c\20std::__2::array\20const&\2c\20SkSL::Type\20const&\2c\20double\20\28*\29\28double\2c\20double\2c\20double\29\29 +1408:SkSL::\28anonymous\20namespace\29::ReturnsOnAllPathsVisitor::visitStatement\28SkSL::Statement\20const&\29 +1409:SkSL::Type::MakeScalarType\28std::__2::basic_string_view>\2c\20char\20const*\2c\20SkSL::Type::NumberKind\2c\20signed\20char\2c\20signed\20char\29 +1410:SkSL::RP::Generator::pushBinaryExpression\28SkSL::Expression\20const&\2c\20SkSL::Operator\2c\20SkSL::Expression\20const&\29 +1411:SkSL::RP::Builder::push_clone\28int\2c\20int\29 +1412:SkSL::ProgramUsage::remove\28SkSL::Statement\20const*\29 +1413:SkSL::Parser::statement\28bool\29 +1414:SkSL::Operator::determineBinaryType\28SkSL::Context\20const&\2c\20SkSL::Type\20const&\2c\20SkSL::Type\20const&\2c\20SkSL::Type\20const**\2c\20SkSL::Type\20const**\2c\20SkSL::Type\20const**\29\20const +1415:SkSL::ModifierFlags::description\28\29\20const +1416:SkSL::Layout::paddedDescription\28\29\20const +1417:SkSL::FieldAccess::Make\28SkSL::Context\20const&\2c\20SkSL::Position\2c\20std::__2::unique_ptr>\2c\20int\2c\20SkSL::FieldAccessOwnerKind\29 +1418:SkSL::ConstructorCompoundCast::Make\28SkSL::Context\20const&\2c\20SkSL::Position\2c\20SkSL::Type\20const&\2c\20std::__2::unique_ptr>\29 +1419:SkSL::Compiler::~Compiler\28\29 +1420:SkRuntimeEffect::findChild\28std::__2::basic_string_view>\29\20const +1421:SkResourceCache::remove\28SkResourceCache::Rec*\29 +1422:SkRectPriv::Subtract\28SkIRect\20const&\2c\20SkIRect\20const&\2c\20SkIRect*\29 +1423:SkRasterClip::translate\28int\2c\20int\2c\20SkRasterClip*\29\20const +1424:SkRasterClip::setRect\28SkIRect\20const&\29 +1425:SkRasterClip::op\28SkIRect\20const&\2c\20SkClipOp\29 +1426:SkRRect::transform\28SkMatrix\20const&\29\20const +1427:SkPixmap::extractSubset\28SkPixmap*\2c\20SkIRect\20const&\29\20const +1428:SkPictureRecorder::SkPictureRecorder\28\29 +1429:SkPictureData::~SkPictureData\28\29 +1430:SkPathRef::CreateEmpty\28\29 +1431:SkPathRawShapes::Oval::Oval\28SkRect\20const&\2c\20SkPathDirection\2c\20unsigned\20int\29 +1432:SkPathMeasure::nextContour\28\29 +1433:SkPathMeasure::getSegment\28float\2c\20float\2c\20SkPathBuilder*\2c\20bool\29 +1434:SkPathBuilder::incReserve\28int\2c\20int\2c\20int\29 +1435:SkPathBuilder::addRRect\28SkRRect\20const&\2c\20SkPathDirection\2c\20unsigned\20int\29 +1436:SkPath::moveTo\28float\2c\20float\29 +1437:SkPath::getPoint\28int\29\20const +1438:SkPath::addRaw\28SkPathRaw\20const&\29 +1439:SkPath::Polygon\28SkSpan\2c\20bool\2c\20SkPathFillType\2c\20bool\29 +1440:SkPaint::setBlender\28sk_sp\29 +1441:SkPaint::setAlphaf\28float\29 +1442:SkPaint::nothingToDraw\28\29\20const +1443:SkOpSegment::addT\28double\29 +1444:SkNoPixelsDevice::ClipState&\20skia_private::TArray::emplace_back\28SkIRect&&\2c\20bool&&\2c\20bool&&\29 +1445:SkMaskFilterBase::getFlattenableType\28\29\20const +1446:SkMD5::bytesWritten\28\29\20const +1447:SkImages::RasterFromBitmap\28SkBitmap\20const&\29 +1448:SkImage_Lazy::generator\28\29\20const +1449:SkImage_Base::~SkImage_Base\28\29 +1450:SkImage_Base::SkImage_Base\28SkImageInfo\20const&\2c\20unsigned\20int\29 +1451:SkImageInfo::Make\28SkISize\2c\20SkColorType\2c\20SkAlphaType\2c\20sk_sp\29 +1452:SkImage::refColorSpace\28\29\20const +1453:SkFont::setHinting\28SkFontHinting\29 +1454:SkFont::getWidthsBounds\28SkSpan\2c\20SkSpan\2c\20SkSpan\2c\20SkPaint\20const*\29\20const +1455:SkFont::getMetrics\28SkFontMetrics*\29\20const +1456:SkFont::SkFont\28sk_sp\2c\20float\29 +1457:SkFont::SkFont\28\29 +1458:SkEmptyFontStyleSet::createTypeface\28int\29 +1459:SkDevice::setGlobalCTM\28SkM44\20const&\29 +1460:SkDevice::onReadPixels\28SkPixmap\20const&\2c\20int\2c\20int\29 +1461:SkDevice::accessPixels\28SkPixmap*\29 +1462:SkConic::chopAt\28float\2c\20SkConic*\29\20const +1463:SkColorTypeBytesPerPixel\28SkColorType\29 +1464:SkColorFilter::asAColorMode\28unsigned\20int*\2c\20SkBlendMode*\29\20const +1465:SkCodec::fillIncompleteImage\28SkImageInfo\20const&\2c\20void*\2c\20unsigned\20long\2c\20SkCodec::ZeroInitialized\2c\20int\2c\20int\29 +1466:SkCanvas::saveLayer\28SkRect\20const*\2c\20SkPaint\20const*\29 +1467:SkCanvas::drawPaint\28SkPaint\20const&\29 +1468:SkCanvas::aboutToDraw\28SkPaint\20const&\2c\20SkRect\20const*\2c\20SkEnumBitMask\29 +1469:SkBulkGlyphMetrics::glyphs\28SkSpan\29 +1470:SkBitmap::operator=\28SkBitmap&&\29 +1471:SkBinaryWriteBuffer::writeByteArray\28void\20const*\2c\20unsigned\20long\29 +1472:SkArenaAllocWithReset::reset\28\29 +1473:OT::hb_ot_apply_context_t::_set_glyph_class\28unsigned\20int\2c\20unsigned\20int\2c\20bool\2c\20bool\29 +1474:OT::cmap::find_subtable\28unsigned\20int\2c\20unsigned\20int\29\20const +1475:OT::Layout::GPOS_impl::AnchorFormat3::sanitize\28hb_sanitize_context_t*\29\20const +1476:OT::GDEF_accelerator_t*\20hb_data_wrapper_t::call_create>\28\29\20const +1477:OT::CFFIndex>::operator\5b\5d\28unsigned\20int\29\20const +1478:GrTriangulator::Edge::disconnect\28\29 +1479:GrTextureEffect::MakeSubset\28GrSurfaceProxyView\2c\20SkAlphaType\2c\20SkMatrix\20const&\2c\20GrSamplerState\2c\20SkRect\20const&\2c\20GrCaps\20const&\2c\20float\20const*\2c\20bool\29 +1480:GrSurfaceProxyView::mipmapped\28\29\20const +1481:GrSurfaceProxy::instantiateImpl\28GrResourceProvider*\2c\20int\2c\20skgpu::Renderable\2c\20skgpu::Mipmapped\2c\20skgpu::UniqueKey\20const*\29 +1482:GrStyledShape::GrStyledShape\28SkPath\20const&\2c\20GrStyle\20const&\2c\20GrStyledShape::DoSimplify\29 +1483:GrSimpleMeshDrawOpHelperWithStencil::isCompatible\28GrSimpleMeshDrawOpHelperWithStencil\20const&\2c\20GrCaps\20const&\2c\20SkRect\20const&\2c\20SkRect\20const&\2c\20bool\29\20const +1484:GrSimpleMeshDrawOpHelperWithStencil::finalizeProcessors\28GrCaps\20const&\2c\20GrAppliedClip\20const*\2c\20GrClampType\2c\20GrProcessorAnalysisCoverage\2c\20SkRGBA4f<\28SkAlphaType\292>*\2c\20bool*\29 +1485:GrShape::simplifyRect\28SkRect\20const&\2c\20SkPathDirection\2c\20unsigned\20int\2c\20unsigned\20int\29 +1486:GrQuad::projectedBounds\28\29\20const +1487:GrProcessorSet::MakeEmptySet\28\29 +1488:GrPorterDuffXPFactory::SimpleSrcOverXP\28\29 +1489:GrPixmap::Allocate\28GrImageInfo\20const&\29 +1490:GrPathTessellationShader::MakeSimpleTriangleShader\28SkArenaAlloc*\2c\20SkMatrix\20const&\2c\20SkRGBA4f<\28SkAlphaType\292>\20const&\29 +1491:GrImageInfo::operator=\28GrImageInfo&&\29 +1492:GrImageInfo::makeColorType\28GrColorType\29\20const +1493:GrGpuResource::setUniqueKey\28skgpu::UniqueKey\20const&\29 +1494:GrGpuResource::release\28\29 +1495:GrGeometryProcessor::textureSampler\28int\29\20const +1496:GrGeometryProcessor::AttributeSet::end\28\29\20const +1497:GrGeometryProcessor::AttributeSet::begin\28\29\20const +1498:GrGLSLShaderBuilder::addFeature\28unsigned\20int\2c\20char\20const*\29 +1499:GrGLGpu::clearErrorsAndCheckForOOM\28\29 +1500:GrGLGpu::bindSurfaceFBOForPixelOps\28GrSurface*\2c\20int\2c\20unsigned\20int\2c\20GrGLGpu::TempFBOTarget\29 +1501:GrGLCompileAndAttachShader\28GrGLContext\20const&\2c\20unsigned\20int\2c\20unsigned\20int\2c\20SkSL::NativeShader\20const&\2c\20bool\2c\20GrThreadSafePipelineBuilder::Stats*\2c\20skgpu::ShaderErrorHandler*\29 +1502:GrDirectContextPriv::flushSurfaces\28SkSpan\2c\20SkSurfaces::BackendSurfaceAccess\2c\20GrFlushInfo\20const&\2c\20skgpu::MutableTextureState\20const*\29 +1503:GrDefaultGeoProcFactory::Make\28SkArenaAlloc*\2c\20GrDefaultGeoProcFactory::Color\20const&\2c\20GrDefaultGeoProcFactory::Coverage\20const&\2c\20GrDefaultGeoProcFactory::LocalCoords\20const&\2c\20SkMatrix\20const&\29 +1504:GrConvertPixels\28GrPixmap\20const&\2c\20GrCPixmap\20const&\2c\20bool\29 +1505:GrColorSpaceXformEffect::Make\28std::__2::unique_ptr>\2c\20SkColorSpace*\2c\20SkAlphaType\2c\20SkColorSpace*\2c\20SkAlphaType\29 +1506:GrColorInfo::GrColorInfo\28\29 +1507:GrBlurUtils::convolve_gaussian_1d\28skgpu::ganesh::SurfaceFillContext*\2c\20GrSurfaceProxyView\2c\20SkIRect\20const&\2c\20SkIPoint\2c\20SkIRect\20const&\2c\20SkAlphaType\2c\20GrBlurUtils::\28anonymous\20namespace\29::Direction\2c\20int\2c\20float\2c\20SkTileMode\29 +1508:GrBackendFormat::operator=\28GrBackendFormat\20const&\29 +1509:FT_GlyphLoader_Rewind +1510:FT_Done_Face +1511:Cr_z_inflate +1512:wmemchr +1513:void\20std::__2::__stable_sort\20const&\2c\20unsigned\20int\2c\20FT_COLR_Paint_\20const&\2c\20SkPaint*\29::$_0::operator\28\29\28FT_ColorStopIterator_\20const&\2c\20std::__2::vector>&\2c\20std::__2::vector\2c\20std::__2::allocator>>&\29\20const::'lambda'\28\28anonymous\20namespace\29::colrv1_configure_skpaint\28FT_FaceRec_*\2c\20SkSpan\20const&\2c\20unsigned\20int\2c\20FT_COLR_Paint_\20const&\2c\20SkPaint*\29::$_0::operator\28\29\28FT_ColorStopIterator_\20const&\2c\20std::__2::vector>&\2c\20std::__2::vector\2c\20std::__2::allocator>>&\29\20const::ColorStop\20const&\2c\20\28anonymous\20namespace\29::colrv1_configure_skpaint\28FT_FaceRec_*\2c\20SkSpan\20const&\2c\20unsigned\20int\2c\20FT_COLR_Paint_\20const&\2c\20SkPaint*\29::$_0::operator\28\29\28FT_ColorStopIterator_\20const&\2c\20std::__2::vector>&\2c\20std::__2::vector\2c\20std::__2::allocator>>&\29\20const::ColorStop\20const&\29&\2c\20std::__2::__wrap_iter<\28anonymous\20namespace\29::colrv1_configure_skpaint\28FT_FaceRec_*\2c\20SkSpan\20const&\2c\20unsigned\20int\2c\20FT_COLR_Paint_\20const&\2c\20SkPaint*\29::$_0::operator\28\29\28FT_ColorStopIterator_\20const&\2c\20std::__2::vector>&\2c\20std::__2::vector\2c\20std::__2::allocator>>&\29\20const::ColorStop*>>\28std::__2::__wrap_iter<\28anonymous\20namespace\29::colrv1_configure_skpaint\28FT_FaceRec_*\2c\20SkSpan\20const&\2c\20unsigned\20int\2c\20FT_COLR_Paint_\20const&\2c\20SkPaint*\29::$_0::operator\28\29\28FT_ColorStopIterator_\20const&\2c\20std::__2::vector>&\2c\20std::__2::vector\2c\20std::__2::allocator>>&\29\20const::ColorStop*>\2c\20std::__2::__wrap_iter<\28anonymous\20namespace\29::colrv1_configure_skpaint\28FT_FaceRec_*\2c\20SkSpan\20const&\2c\20unsigned\20int\2c\20FT_COLR_Paint_\20const&\2c\20SkPaint*\29::$_0::operator\28\29\28FT_ColorStopIterator_\20const&\2c\20std::__2::vector>&\2c\20std::__2::vector\2c\20std::__2::allocator>>&\29\20const::ColorStop*>\2c\20\28anonymous\20namespace\29::colrv1_configure_skpaint\28FT_FaceRec_*\2c\20SkSpan\20const&\2c\20unsigned\20int\2c\20FT_COLR_Paint_\20const&\2c\20SkPaint*\29::$_0::operator\28\29\28FT_ColorStopIterator_\20const&\2c\20std::__2::vector>&\2c\20std::__2::vector\2c\20std::__2::allocator>>&\29\20const::'lambda'\28\28anonymous\20namespace\29::colrv1_configure_skpaint\28FT_FaceRec_*\2c\20SkSpan\20const&\2c\20unsigned\20int\2c\20FT_COLR_Paint_\20const&\2c\20SkPaint*\29::$_0::operator\28\29\28FT_ColorStopIterator_\20const&\2c\20std::__2::vector>&\2c\20std::__2::vector\2c\20std::__2::allocator>>&\29\20const::ColorStop\20const&\2c\20\28anonymous\20namespace\29::colrv1_configure_skpaint\28FT_FaceRec_*\2c\20SkSpan\20const&\2c\20unsigned\20int\2c\20FT_COLR_Paint_\20const&\2c\20SkPaint*\29::$_0::operator\28\29\28FT_ColorStopIterator_\20const&\2c\20std::__2::vector>&\2c\20std::__2::vector\2c\20std::__2::allocator>>&\29\20const::ColorStop\20const&\29&\2c\20std::__2::iterator_traits\20const&\2c\20unsigned\20int\2c\20FT_COLR_Paint_\20const&\2c\20SkPaint*\29::$_0::operator\28\29\28FT_ColorStopIterator_\20const&\2c\20std::__2::vector>&\2c\20std::__2::vector\2c\20std::__2::allocator>>&\29\20const::ColorStop*>>::difference_type\2c\20std::__2::iterator_traits\20const&\2c\20unsigned\20int\2c\20FT_COLR_Paint_\20const&\2c\20SkPaint*\29::$_0::operator\28\29\28FT_ColorStopIterator_\20const&\2c\20std::__2::vector>&\2c\20std::__2::vector\2c\20std::__2::allocator>>&\29\20const::ColorStop*>>::value_type*\2c\20long\29 +1514:void\20std::__2::__double_or_nothing\5babi:nn180100\5d\28std::__2::unique_ptr&\2c\20unsigned\20int*&\2c\20unsigned\20int*&\29 +1515:toupper +1516:top12_15931 +1517:std::__2::numpunct\20const&\20std::__2::use_facet\5babi:nn180100\5d>\28std::__2::locale\20const&\29 +1518:std::__2::numpunct\20const&\20std::__2::use_facet\5babi:nn180100\5d>\28std::__2::locale\20const&\29 +1519:std::__2::ctype::narrow\5babi:nn180100\5d\28char\2c\20char\29\20const +1520:std::__2::basic_string\2c\20std::__2::allocator>::basic_string\5babi:nn180100\5d<0>\28wchar_t\20const*\29 +1521:std::__2::basic_string\2c\20std::__2::allocator>::__recommend\5babi:nn180100\5d\28unsigned\20long\29 +1522:std::__2::basic_string\2c\20std::__2::allocator>\20std::__2::operator+\5babi:ne180100\5d\2c\20std::__2::allocator>\28char\20const*\2c\20std::__2::basic_string\2c\20std::__2::allocator>&&\29 +1523:std::__2::basic_string\2c\20std::__2::allocator>::__recommend\5babi:nn180100\5d\28unsigned\20long\29 +1524:std::__2::basic_streambuf>::~basic_streambuf\28\29 +1525:std::__2::__num_get::__stage2_int_loop\28wchar_t\2c\20int\2c\20char*\2c\20char*&\2c\20unsigned\20int&\2c\20wchar_t\2c\20std::__2::basic_string\2c\20std::__2::allocator>\20const&\2c\20unsigned\20int*\2c\20unsigned\20int*&\2c\20wchar_t\20const*\29 +1526:std::__2::__num_get::__stage2_int_loop\28char\2c\20int\2c\20char*\2c\20char*&\2c\20unsigned\20int&\2c\20char\2c\20std::__2::basic_string\2c\20std::__2::allocator>\20const&\2c\20unsigned\20int*\2c\20unsigned\20int*&\2c\20char\20const*\29 +1527:std::__2::__allocation_result>::pointer>\20std::__2::__allocate_at_least\5babi:nn180100\5d>\28std::__2::allocator&\2c\20unsigned\20long\29 +1528:std::__2::__allocation_result>::pointer>\20std::__2::__allocate_at_least\5babi:nn180100\5d>\28std::__2::allocator&\2c\20unsigned\20long\29 +1529:src_p\28unsigned\20char\2c\20unsigned\20char\29 +1530:skif::RoundOut\28SkRect\29 +1531:skif::FilterResult::subset\28skif::LayerSpace\20const&\2c\20skif::LayerSpace\20const&\2c\20bool\29\20const +1532:skif::FilterResult::operator=\28skif::FilterResult&&\29 +1533:skia_private::THashMap::operator\5b\5d\28SkSL::Variable\20const*\20const&\29 +1534:skia_private::TArray::resize_back\28int\29 +1535:skia_private::TArray::push_back_raw\28int\29 +1536:skia_png_sig_cmp +1537:skia_png_set_longjmp_fn +1538:skia_png_get_valid +1539:skia_png_gamma_8bit_correct +1540:skia_png_free_data +1541:skia_png_destroy_read_struct +1542:skia_png_chunk_warning +1543:skia::textlayout::operator==\28skia::textlayout::FontArguments\20const&\2c\20skia::textlayout::FontArguments\20const&\29 +1544:skia::textlayout::TextLine::measureTextInsideOneRun\28skia::textlayout::SkRange\2c\20skia::textlayout::Run\20const*\2c\20float\2c\20float\2c\20bool\2c\20skia::textlayout::TextLine::TextAdjustment\29\20const +1545:skia::textlayout::Run::positionX\28unsigned\20long\29\20const +1546:skia::textlayout::Run::Run\28skia::textlayout::ParagraphImpl*\2c\20SkShaper::RunHandler::RunInfo\20const&\2c\20unsigned\20long\2c\20float\2c\20bool\2c\20float\2c\20unsigned\20long\2c\20float\29 +1547:skia::textlayout::ParagraphCacheKey::operator==\28skia::textlayout::ParagraphCacheKey\20const&\29\20const +1548:skia::textlayout::FontCollection::enableFontFallback\28\29 +1549:skia::textlayout::FontArguments::FontArguments\28skia::textlayout::FontArguments\20const&\29 +1550:skgpu::tess::PatchWriter\2c\20skgpu::tess::Optional<\28skgpu::tess::PatchAttribs\294>\2c\20skgpu::tess::Optional<\28skgpu::tess::PatchAttribs\298>\2c\20skgpu::tess::Optional<\28skgpu::tess::PatchAttribs\2964>\2c\20skgpu::tess::Optional<\28skgpu::tess::PatchAttribs\2932>\2c\20skgpu::tess::ReplicateLineEndPoints\2c\20skgpu::tess::TrackJoinControlPoints>::chopAndWriteCubics\28skvx::Vec<2\2c\20float>\2c\20skvx::Vec<2\2c\20float>\2c\20skvx::Vec<2\2c\20float>\2c\20skvx::Vec<2\2c\20float>\2c\20int\29 +1551:skgpu::ganesh::QuadPerEdgeAA::VertexSpec::vertexSize\28\29\20const +1552:skgpu::ganesh::Device::readSurfaceView\28\29 +1553:skgpu::ganesh::ClipStack::clip\28skgpu::ganesh::ClipStack::RawElement&&\29 +1554:skgpu::ganesh::ClipStack::RawElement::contains\28skgpu::ganesh::ClipStack::RawElement\20const&\29\20const +1555:skgpu::Swizzle::asString\28\29\20const +1556:skgpu::ScratchKey::GenerateResourceType\28\29 +1557:skgpu::GetBlendFormula\28bool\2c\20bool\2c\20SkBlendMode\29 +1558:skcpu::Recorder::TODO\28\29 +1559:sbrk +1560:ps_tofixedarray +1561:processPropertySeq\28UBiDi*\2c\20LevState*\2c\20unsigned\20char\2c\20int\2c\20int\29 +1562:png_format_buffer +1563:png_check_keyword +1564:nextafterf +1565:jpeg_huff_decode +1566:hb_vector_t::push\28\29 +1567:hb_unicode_funcs_destroy +1568:hb_serialize_context_t::pop_discard\28\29 +1569:hb_lazy_loader_t\2c\20hb_face_t\2c\205u\2c\20OT::hmtx_accelerator_t>::do_destroy\28OT::hmtx_accelerator_t*\29 +1570:hb_lazy_loader_t\2c\20hb_face_t\2c\2028u\2c\20AAT::morx_accelerator_t>::do_destroy\28AAT::morx_accelerator_t*\29 +1571:hb_lazy_loader_t\2c\20hb_face_t\2c\2030u\2c\20AAT::kerx_accelerator_t>::do_destroy\28AAT::kerx_accelerator_t*\29 +1572:hb_glyf_scratch_t::~hb_glyf_scratch_t\28\29 +1573:hb_font_t::get_glyph_h_origin_with_fallback\28unsigned\20int\2c\20int*\2c\20int*\29 +1574:hb_font_t::changed\28\29 +1575:hb_buffer_t::next_glyph\28\29 +1576:hb_blob_create_sub_blob +1577:hairquad\28SkPoint\20const*\2c\20SkRegion\20const*\2c\20SkRect\20const*\2c\20SkRect\20const*\2c\20SkBlitter*\2c\20int\2c\20void\20\28*\29\28SkPoint\20const*\2c\20int\2c\20SkRegion\20const*\2c\20SkBlitter*\29\29 +1578:getenv +1579:fmt_u +1580:flush_pending +1581:emscripten::internal::FunctionInvoker::invoke\28void\20\28**\29\28SkPath&\29\2c\20SkPath*\29 +1582:emscripten::internal::FunctionInvoker::invoke\28emscripten::val\20\28**\29\28SkFont&\29\2c\20SkFont*\29 +1583:do_fixed +1584:destroy_face +1585:decltype\28fp\28\28SkRecords::NoOp*\29\28nullptr\29\29\29\20SkRecord::Record::mutate\28SkRecord::Destroyer&\29 +1586:char*\20const&\20std::__2::max\5babi:nn180100\5d\28char*\20const&\2c\20char*\20const&\29 +1587:cf2_stack_pushInt +1588:cf2_interpT2CharString +1589:cf2_glyphpath_moveTo +1590:_hb_ot_metrics_get_position_common\28hb_font_t*\2c\20hb_ot_metrics_tag_t\2c\20int*\29 +1591:__wasi_syscall_ret +1592:__tandf +1593:__floatunsitf +1594:__cxa_allocate_exception +1595:\28anonymous\20namespace\29::PathGeoBuilder::createMeshAndPutBackReserve\28\29 +1596:\28anonymous\20namespace\29::MeshOp::fixedFunctionFlags\28\29\20const +1597:\28anonymous\20namespace\29::DrawAtlasOpImpl::fixedFunctionFlags\28\29\20const +1598:VP8LDoFillBitWindow +1599:VP8LClear +1600:TT_Get_MM_Var +1601:SkWStream::writeScalar\28float\29 +1602:SkUTF::UTF8ToUTF16\28unsigned\20short*\2c\20int\2c\20char\20const*\2c\20unsigned\20long\29 +1603:SkTypeface::isFixedPitch\28\29\20const +1604:SkTypeface::MakeEmpty\28\29 +1605:SkTSect::BinarySearch\28SkTSect*\2c\20SkTSect*\2c\20SkIntersections*\29 +1606:SkTConic::operator\5b\5d\28int\29\20const +1607:SkTBlockList::reset\28\29 +1608:SkTBlockList::reset\28\29 +1609:SkString::insertU32\28unsigned\20long\2c\20unsigned\20int\29 +1610:SkShaders::MatrixRec::applyForFragmentProcessor\28SkMatrix\20const&\29\20const +1611:SkShaders::MatrixRec::MatrixRec\28SkMatrix\20const&\29 +1612:SkScan::FillRect\28SkRect\20const&\2c\20SkRasterClip\20const&\2c\20SkBlitter*\29 +1613:SkScan::FillIRect\28SkIRect\20const&\2c\20SkRegion\20const*\2c\20SkBlitter*\29 +1614:SkSL::optimize_comparison\28SkSL::Context\20const&\2c\20std::__2::array\20const&\2c\20bool\20\28*\29\28double\2c\20double\29\29 +1615:SkSL::coalesce_n_way_vector\28SkSL::Expression\20const*\2c\20SkSL::Expression\20const*\2c\20double\2c\20SkSL::Type\20const&\2c\20double\20\28*\29\28double\2c\20double\2c\20double\29\2c\20double\20\28*\29\28double\29\29 +1616:SkSL::Type::convertArraySize\28SkSL::Context\20const&\2c\20SkSL::Position\2c\20SkSL::Position\2c\20long\20long\29\20const +1617:SkSL::String::appendf\28std::__2::basic_string\2c\20std::__2::allocator>*\2c\20char\20const*\2c\20...\29 +1618:SkSL::RP::Generator::returnComplexity\28SkSL::FunctionDefinition\20const*\29 +1619:SkSL::RP::Builder::dot_floats\28int\29 +1620:SkSL::ProgramUsage::get\28SkSL::FunctionDeclaration\20const&\29\20const +1621:SkSL::Parser::type\28SkSL::Modifiers*\29 +1622:SkSL::Parser::modifiers\28\29 +1623:SkSL::ConstructorDiagonalMatrix::Make\28SkSL::Context\20const&\2c\20SkSL::Position\2c\20SkSL::Type\20const&\2c\20std::__2::unique_ptr>\29 +1624:SkSL::ConstructorArrayCast::~ConstructorArrayCast\28\29 +1625:SkSL::ConstantFolder::MakeConstantValueForVariable\28SkSL::Position\2c\20std::__2::unique_ptr>\29 +1626:SkSL::Compiler::Compiler\28\29 +1627:SkSL::Analysis::IsTrivialExpression\28SkSL::Expression\20const&\29 +1628:SkRuntimeEffectPriv::CanDraw\28SkCapabilities\20const*\2c\20SkRuntimeEffect\20const*\29 +1629:SkRuntimeEffectBuilder::makeShader\28SkMatrix\20const*\29\20const +1630:SkRegion::setPath\28SkPath\20const&\2c\20SkRegion\20const&\29 +1631:SkRegion::operator=\28SkRegion\20const&\29 +1632:SkRegion::op\28SkRegion\20const&\2c\20SkRegion\20const&\2c\20SkRegion::Op\29 +1633:SkRegion::Iterator::next\28\29 +1634:SkRect\20skif::Mapping::map\28SkRect\20const&\2c\20SkMatrix\20const&\29 +1635:SkRasterPipeline::compile\28\29\20const +1636:SkRasterPipeline::appendClampIfNormalized\28SkImageInfo\20const&\29 +1637:SkRasterClip::SkRasterClip\28SkIRect\20const&\29 +1638:SkPictureRecorder::beginRecording\28SkRect\20const&\2c\20SkBBHFactory*\29 +1639:SkPathWriter::finishContour\28\29 +1640:SkPathStroker::cubicPerpRay\28SkPoint\20const*\2c\20float\2c\20SkPoint*\2c\20SkPoint*\2c\20SkPoint*\29\20const +1641:SkPathBuilder::reset\28\29 +1642:SkPathBuilder::addRaw\28SkPathRaw\20const&\29 +1643:SkPath::reset\28\29 +1644:SkPaintPriv::ComputeLuminanceColor\28SkPaint\20const&\29 +1645:SkPaint::isSrcOver\28\29\20const +1646:SkOpAngle::linesOnOriginalSide\28SkOpAngle\20const*\29 +1647:SkNotifyBitmapGenIDIsStale\28unsigned\20int\29 +1648:SkMipmap::Build\28SkPixmap\20const&\2c\20SkDiscardableMemory*\20\28*\29\28unsigned\20long\29\2c\20bool\29 +1649:SkMeshSpecification::~SkMeshSpecification\28\29 +1650:SkMatrix::setRSXform\28SkRSXform\20const&\29 +1651:SkMatrix::mapHomogeneousPoints\28SkSpan\2c\20SkSpan\29\20const +1652:SkMatrix::decomposeScale\28SkSize*\2c\20SkMatrix*\29\20const +1653:SkMaskBuilder::AllocImage\28unsigned\20long\2c\20SkMaskBuilder::AllocType\29 +1654:SkMallocPixelRef::MakeAllocate\28SkImageInfo\20const&\2c\20unsigned\20long\29 +1655:SkKnownRuntimeEffects::\28anonymous\20namespace\29::make_blur_2D_shader\28int\2c\20SkKnownRuntimeEffects::StableKey\29 +1656:SkKnownRuntimeEffects::\28anonymous\20namespace\29::make_blur_1D_shader\28int\2c\20SkKnownRuntimeEffects::StableKey\29 +1657:SkIntersections::insertNear\28double\2c\20double\2c\20SkDPoint\20const&\2c\20SkDPoint\20const&\29 +1658:SkIntersections::flip\28\29 +1659:SkImageFilters::Empty\28\29 +1660:SkImageFilter_Base::~SkImageFilter_Base\28\29 +1661:SkImage::isAlphaOnly\28\29\20const +1662:SkGlyph::drawable\28\29\20const +1663:SkFont::unicharToGlyph\28int\29\20const +1664:SkFont::setTypeface\28sk_sp\29 +1665:SkFont::setEdging\28SkFont::Edging\29 +1666:SkFindQuadMaxCurvature\28SkPoint\20const*\29 +1667:SkEvalCubicAt\28SkPoint\20const*\2c\20float\2c\20SkPoint*\2c\20SkPoint*\2c\20SkPoint*\29 +1668:SkDCubic::FindExtrema\28double\20const*\2c\20double*\29 +1669:SkCodec::getPixels\28SkImageInfo\20const&\2c\20void*\2c\20unsigned\20long\2c\20SkCodec::Options\20const*\29 +1670:SkChopCubicAtHalf\28SkPoint\20const*\2c\20SkPoint*\29 +1671:SkCanvas::internalRestore\28\29 +1672:SkCanvas::getLocalToDevice\28\29\20const +1673:SkCanvas::clipRect\28SkRect\20const&\2c\20SkClipOp\2c\20bool\29 +1674:SkCanvas::ImageSetEntry::~ImageSetEntry\28\29 +1675:SkBlendMode_AsCoeff\28SkBlendMode\2c\20SkBlendModeCoeff*\2c\20SkBlendModeCoeff*\29 +1676:SkBlendMode\20SkReadBuffer::read32LE\28SkBlendMode\29 +1677:SkBitmap::operator=\28SkBitmap\20const&\29 +1678:SkBinaryWriteBuffer::~SkBinaryWriteBuffer\28\29 +1679:SkAutoPixmapStorage::tryAlloc\28SkImageInfo\20const&\29 +1680:SkAAClip::SkAAClip\28\29 +1681:Read255UShort +1682:OT::cff1::accelerator_templ_t>::_fini\28\29 +1683:OT::Layout::GPOS_impl::ValueFormat::sanitize_value_devices\28hb_sanitize_context_t*\2c\20OT::Layout::GPOS_impl::ValueBase\20const*\2c\20OT::IntType\20const*\29\20const +1684:OT::Layout::GPOS_impl::ValueFormat::apply_value\28OT::hb_ot_apply_context_t*\2c\20OT::Layout::GPOS_impl::ValueBase\20const*\2c\20OT::IntType\20const*\2c\20hb_glyph_position_t&\29\20const +1685:OT::ItemVariationStore::sanitize\28hb_sanitize_context_t*\29\20const +1686:OT::HVARVVAR::sanitize\28hb_sanitize_context_t*\29\20const +1687:GrTriangulator::VertexList::insert\28GrTriangulator::Vertex*\2c\20GrTriangulator::Vertex*\2c\20GrTriangulator::Vertex*\29 +1688:GrTriangulator::Poly::addEdge\28GrTriangulator::Edge*\2c\20GrTriangulator::Side\2c\20GrTriangulator*\29 +1689:GrTriangulator::EdgeList::remove\28GrTriangulator::Edge*\29 +1690:GrStyledShape::simplify\28\29 +1691:GrStyledShape::operator=\28GrStyledShape\20const&\29 +1692:GrSimpleMeshDrawOpHelperWithStencil::createProgramInfoWithStencil\28GrCaps\20const*\2c\20SkArenaAlloc*\2c\20GrSurfaceProxyView\20const&\2c\20bool\2c\20GrAppliedClip&&\2c\20GrDstProxyView\20const&\2c\20GrGeometryProcessor*\2c\20GrPrimitiveType\2c\20GrXferBarrierFlags\2c\20GrLoadOp\29 +1693:GrRenderTask::addDependency\28GrDrawingManager*\2c\20GrSurfaceProxy*\2c\20skgpu::Mipmapped\2c\20GrTextureResolveManager\2c\20GrCaps\20const&\29 +1694:GrRenderTask::GrRenderTask\28\29 +1695:GrRenderTarget::onRelease\28\29 +1696:GrProxyProvider::findOrCreateProxyByUniqueKey\28skgpu::UniqueKey\20const&\2c\20GrSurfaceProxy::UseAllocator\29 +1697:GrProcessorSet::operator==\28GrProcessorSet\20const&\29\20const +1698:GrPathUtils::generateQuadraticPoints\28SkPoint\20const&\2c\20SkPoint\20const&\2c\20SkPoint\20const&\2c\20float\2c\20SkPoint**\2c\20unsigned\20int\29 +1699:GrMeshDrawOp::QuadHelper::QuadHelper\28GrMeshDrawTarget*\2c\20unsigned\20long\2c\20int\29 +1700:GrMakeCachedBitmapProxyView\28GrRecordingContext*\2c\20SkBitmap\20const&\2c\20std::__2::basic_string_view>\2c\20skgpu::Mipmapped\29 +1701:GrIsStrokeHairlineOrEquivalent\28GrStyle\20const&\2c\20SkMatrix\20const&\2c\20float*\29 +1702:GrImageContext::abandoned\28\29 +1703:GrGpuResource::registerWithCache\28skgpu::Budgeted\29 +1704:GrGpuBuffer::isMapped\28\29\20const +1705:GrGpu::didWriteToSurface\28GrSurface*\2c\20GrSurfaceOrigin\2c\20SkIRect\20const*\2c\20unsigned\20int\29\20const +1706:GrGeometryProcessor::ProgramImpl::setupUniformColor\28GrGLSLFPFragmentBuilder*\2c\20GrGLSLUniformHandler*\2c\20char\20const*\2c\20GrResourceHandle*\29 +1707:GrGLGpu::flushRenderTarget\28GrGLRenderTarget*\2c\20bool\29 +1708:GrFragmentProcessor::visitTextureEffects\28std::__2::function\20const&\29\20const +1709:GrFragmentProcessor::visitProxies\28std::__2::function\20const&\29\20const +1710:GrFragmentProcessor::MakeColor\28SkRGBA4f<\28SkAlphaType\292>\29 +1711:GrBufferAllocPool::makeSpace\28unsigned\20long\2c\20unsigned\20long\2c\20sk_sp*\2c\20unsigned\20long*\29 +1712:GrBackendTextures::GetGLTextureInfo\28GrBackendTexture\20const&\2c\20GrGLTextureInfo*\29 +1713:FilterLoop26_C +1714:FT_Vector_Transform +1715:FT_Vector_NormLen +1716:FT_Outline_Transform +1717:CFF::dict_opset_t::process_op\28unsigned\20int\2c\20CFF::interp_env_t&\29 +1718:AlmostBetweenUlps\28float\2c\20float\2c\20float\29 +1719:1482 +1720:1483 +1721:void\20hb_buffer_t::collect_codepoints\28hb_bit_set_t&\29\20const +1722:void\20extend_pts<\28SkPaint::Cap\292>\28std::__2::optional\2c\20std::__2::optional\2c\20SkSpan\29 +1723:void\20extend_pts<\28SkPaint::Cap\291>\28std::__2::optional\2c\20std::__2::optional\2c\20SkSpan\29 +1724:void\20AAT::Lookup>::collect_glyphs_filtered\28hb_bit_set_t&\2c\20unsigned\20int\2c\20hb_bit_page_t\20const&\29\20const +1725:ubidi_getMemory_skia +1726:transform\28unsigned\20int*\2c\20unsigned\20char\20const*\29 +1727:strcspn +1728:std::__2::vector>::__append\28unsigned\20long\29 +1729:std::__2::locale::locale\28std::__2::locale\20const&\29 +1730:std::__2::locale::classic\28\29 +1731:std::__2::codecvt::do_unshift\28__mbstate_t&\2c\20char*\2c\20char*\2c\20char*&\29\20const +1732:std::__2::chrono::__libcpp_steady_clock_now\28\29 +1733:std::__2::basic_string\2c\20std::__2::allocator>::basic_string\5babi:nn180100\5d<0>\28char\20const*\29 +1734:std::__2::basic_string\2c\20std::__2::allocator>::__grow_by_and_replace\28unsigned\20long\2c\20unsigned\20long\2c\20unsigned\20long\2c\20unsigned\20long\2c\20unsigned\20long\2c\20unsigned\20long\2c\20char\20const*\29 +1735:std::__2::basic_streambuf>::setg\5babi:nn180100\5d\28char*\2c\20char*\2c\20char*\29 +1736:std::__2::__wrap_iter\20std::__2::vector>::__insert_with_size\5babi:ne180100\5d\28std::__2::__wrap_iter\2c\20float\20const*\2c\20float\20const*\2c\20long\29 +1737:std::__2::__throw_bad_variant_access\5babi:ne180100\5d\28\29 +1738:std::__2::__split_buffer>::push_front\28skia::textlayout::OneLineShaper::RunBlock*&&\29 +1739:std::__2::__num_get::__stage2_int_prep\28std::__2::ios_base&\2c\20wchar_t&\29 +1740:std::__2::__num_get::__do_widen\28std::__2::ios_base&\2c\20wchar_t*\29\20const +1741:std::__2::__num_get::__stage2_int_prep\28std::__2::ios_base&\2c\20char&\29 +1742:std::__2::__itoa::__append1\5babi:nn180100\5d\28char*\2c\20unsigned\20int\29 +1743:sktext::gpu::GlyphVector::~GlyphVector\28\29 +1744:skif::LayerSpace::round\28\29\20const +1745:skif::LayerSpace::inverseMapRect\28skif::LayerSpace\20const&\2c\20skif::LayerSpace*\29\20const +1746:skif::FilterResult::applyTransform\28skif::Context\20const&\2c\20skif::LayerSpace\20const&\2c\20SkSamplingOptions\20const&\29\20const +1747:skif::FilterResult::Builder::~Builder\28\29 +1748:skif::FilterResult::Builder::Builder\28skif::Context\20const&\29 +1749:skia_private::THashTable::Traits>::resize\28int\29 +1750:skia_private::THashTable::AdaptedTraits>::removeIfExists\28skgpu::UniqueKey\20const&\29 +1751:skia_private::TArray::resize_back\28int\29 +1752:skia_png_set_progressive_read_fn +1753:skia_png_set_interlace_handling +1754:skia_png_reciprocal +1755:skia_png_read_chunk_header +1756:skia_png_get_io_ptr +1757:skia_png_calloc +1758:skia::textlayout::TextLine::~TextLine\28\29 +1759:skia::textlayout::ParagraphStyle::ParagraphStyle\28skia::textlayout::ParagraphStyle\20const&\29 +1760:skia::textlayout::ParagraphCacheKey::~ParagraphCacheKey\28\29 +1761:skia::textlayout::OneLineShaper::RunBlock*\20std::__2::vector>::__emplace_back_slow_path\28skia::textlayout::OneLineShaper::RunBlock&\29 +1762:skia::textlayout::FontCollection::findTypefaces\28std::__2::vector>\20const&\2c\20SkFontStyle\2c\20std::__2::optional\20const&\29 +1763:skia::textlayout::Cluster::trimmedWidth\28unsigned\20long\29\20const +1764:skgpu::ganesh::TextureOp::BatchSizeLimiter::createOp\28GrTextureSetEntry*\2c\20int\2c\20GrAAType\29 +1765:skgpu::ganesh::SurfaceFillContext::fillWithFP\28std::__2::unique_ptr>\29 +1766:skgpu::ganesh::SurfaceDrawContext::drawShape\28GrClip\20const*\2c\20GrPaint&&\2c\20GrAA\2c\20SkMatrix\20const&\2c\20GrStyledShape&&\29 +1767:skgpu::ganesh::SurfaceDrawContext::drawShapeUsingPathRenderer\28GrClip\20const*\2c\20GrPaint&&\2c\20GrAA\2c\20SkMatrix\20const&\2c\20GrStyledShape&&\2c\20bool\29 +1768:skgpu::ganesh::SurfaceDrawContext::drawRRect\28GrClip\20const*\2c\20GrPaint&&\2c\20GrAA\2c\20SkMatrix\20const&\2c\20SkRRect\20const&\2c\20GrStyle\20const&\29 +1769:skgpu::ganesh::SurfaceContext::transferPixels\28GrColorType\2c\20SkIRect\20const&\29 +1770:skgpu::ganesh::SmallPathAtlasMgr::reset\28\29 +1771:skgpu::ganesh::QuadPerEdgeAA::CalcIndexBufferOption\28GrAAType\2c\20int\29 +1772:skgpu::ganesh::LockTextureProxyView\28GrRecordingContext*\2c\20SkImage_Lazy\20const*\2c\20GrImageTexGenPolicy\2c\20skgpu::Mipmapped\29::$_0::operator\28\29\28GrSurfaceProxyView\20const&\29\20const +1773:skgpu::ganesh::Device::targetProxy\28\29 +1774:skgpu::ganesh::ClipStack::getConservativeBounds\28\29\20const +1775:skgpu::ganesh::ClipStack::RawElement::RawElement\28SkMatrix\20const&\2c\20GrShape\20const&\2c\20GrAA\2c\20SkClipOp\29 +1776:skgpu::TAsyncReadResult::addTransferResult\28skgpu::ganesh::SurfaceContext::PixelTransferResult\20const&\2c\20SkISize\2c\20unsigned\20long\2c\20skgpu::TClientMappedBufferManager*\29 +1777:skgpu::Swizzle::apply\28SkRasterPipeline*\29\20const +1778:skgpu::Plot::resetRects\28bool\29 +1779:ps_dimension_add_t1stem +1780:log +1781:jcopy_sample_rows +1782:hb_lazy_loader_t\2c\20hb_face_t\2c\2015u\2c\20OT::glyf_accelerator_t>::do_destroy\28OT::glyf_accelerator_t*\29 +1783:hb_font_t::has_func\28unsigned\20int\29 +1784:hb_buffer_create_similar +1785:hb_bit_set_t::intersects\28hb_bit_set_t\20const&\29\20const +1786:ft_service_list_lookup +1787:fseek +1788:fflush +1789:expm1 +1790:emscripten::internal::MethodInvoker::invoke\28void\20\28GrDirectContext::*\20const&\29\28\29\2c\20GrDirectContext*\29 +1791:emscripten::internal::Invoker>::invoke\28sk_sp\20\28*\29\28\29\29 +1792:emscripten::internal::FunctionInvoker\20const&\2c\20unsigned\20long\2c\20unsigned\20long\2c\20SkFilterMode\2c\20SkMipmapMode\2c\20SkPaint\20const*\29\2c\20void\2c\20SkCanvas&\2c\20sk_sp\20const&\2c\20unsigned\20long\2c\20unsigned\20long\2c\20SkFilterMode\2c\20SkMipmapMode\2c\20SkPaint\20const*>::invoke\28void\20\28**\29\28SkCanvas&\2c\20sk_sp\20const&\2c\20unsigned\20long\2c\20unsigned\20long\2c\20SkFilterMode\2c\20SkMipmapMode\2c\20SkPaint\20const*\29\2c\20SkCanvas*\2c\20sk_sp*\2c\20unsigned\20long\2c\20unsigned\20long\2c\20SkFilterMode\2c\20SkMipmapMode\2c\20SkPaint\20const*\29 +1793:emscripten::internal::FunctionInvoker::invoke\28bool\20\28**\29\28SkCanvas\20const&\2c\20unsigned\20long\29\2c\20SkCanvas*\2c\20unsigned\20long\29 +1794:decltype\28fp\28nullptr\29\29\20SkArenaAlloc::make<\28anonymous\20namespace\29::GaussianPass::MakeMaker\28float\2c\20SkArenaAlloc*\29::Maker*\20SkArenaAlloc::make<\28anonymous\20namespace\29::GaussianPass::MakeMaker\28float\2c\20SkArenaAlloc*\29::Maker\2c\20float&>\28float&\29::'lambda'\28void*\29>\28\28anonymous\20namespace\29::GaussianPass::MakeMaker\28float\2c\20SkArenaAlloc*\29::Maker&&\29::'lambda'\28char*\29::__invoke\28char*\29 +1795:crc32_z +1796:char*\20sktext::gpu::BagOfBytes::allocateBytesFor\28int\29::'lambda'\28\29::operator\28\29\28\29\20const +1797:cf2_hintmap_insertHint +1798:cf2_hintmap_build +1799:cf2_glyphpath_pushPrevElem +1800:bool\20std::__2::__less::operator\28\29\5babi:nn180100\5d\28unsigned\20int\20const&\2c\20unsigned\20long\20const&\29\20const +1801:blit_trapezoid_row\28AdditiveBlitter*\2c\20int\2c\20int\2c\20int\2c\20int\2c\20int\2c\20int\2c\20int\2c\20unsigned\20char\2c\20unsigned\20char*\2c\20bool\29 +1802:afm_stream_read_one +1803:af_shaper_get_cluster +1804:af_latin_hints_link_segments +1805:af_latin_compute_stem_width +1806:af_glyph_hints_reload +1807:acosf +1808:__syscall_ret +1809:__sin +1810:__cos +1811:\28anonymous\20namespace\29::PathGeoBuilder::allocNewBuffers\28\29 +1812:WebPDemuxDelete +1813:VP8LHuffmanTablesDeallocate +1814:SkWriter32::writeSampling\28SkSamplingOptions\20const&\29 +1815:SkVertices::Builder::detach\28\29 +1816:SkUTF::NextUTF8WithReplacement\28char\20const**\2c\20char\20const*\29 +1817:SkTypeface_FreeType::~SkTypeface_FreeType\28\29 +1818:SkTypeface_FreeType::FaceRec::~FaceRec\28\29 +1819:SkTypeface::SkTypeface\28SkFontStyle\20const&\2c\20bool\29 +1820:SkTextBlob::RunRecord::textSizePtr\28\29\20const +1821:SkTMultiMap::remove\28skgpu::ScratchKey\20const&\2c\20GrGpuResource\20const*\29 +1822:SkTMultiMap::insert\28skgpu::ScratchKey\20const&\2c\20GrGpuResource*\29 +1823:SkTDStorage::insert\28int\2c\20int\2c\20void\20const*\29 +1824:SkTDPQueue<\28anonymous\20namespace\29::RunIteratorQueue::Entry\2c\20&\28anonymous\20namespace\29::RunIteratorQueue::CompareEntry\28\28anonymous\20namespace\29::RunIteratorQueue::Entry\20const&\2c\20\28anonymous\20namespace\29::RunIteratorQueue::Entry\20const&\29\2c\20\28int*\20\28*\29\28\28anonymous\20namespace\29::RunIteratorQueue::Entry\20const&\29\290>::insert\28\28anonymous\20namespace\29::RunIteratorQueue::Entry\29 +1825:SkSwizzler::Make\28SkEncodedInfo\20const&\2c\20unsigned\20int\20const*\2c\20SkImageInfo\20const&\2c\20SkCodec::Options\20const&\2c\20SkIRect\20const*\29 +1826:SkSurface_Base::~SkSurface_Base\28\29 +1827:SkString::resize\28unsigned\20long\29 +1828:SkStrikeSpec::SkStrikeSpec\28SkFont\20const&\2c\20SkPaint\20const&\2c\20SkSurfaceProps\20const&\2c\20SkScalerContextFlags\2c\20SkMatrix\20const&\29 +1829:SkStrikeSpec::MakeMask\28SkFont\20const&\2c\20SkPaint\20const&\2c\20SkSurfaceProps\20const&\2c\20SkScalerContextFlags\2c\20SkMatrix\20const&\29 +1830:SkStrikeSpec::MakeCanonicalized\28SkFont\20const&\2c\20SkPaint\20const*\29 +1831:SkStrikeCache::findOrCreateStrike\28SkStrikeSpec\20const&\29 +1832:SkStrike::unlock\28\29 +1833:SkStrike::lock\28\29 +1834:SkShaders::MatrixRec::apply\28SkStageRec\20const&\2c\20SkMatrix\20const&\29\20const +1835:SkShaders::Blend\28SkBlendMode\2c\20sk_sp\2c\20sk_sp\29 +1836:SkScan::FillPath\28SkPathRaw\20const&\2c\20SkRegion\20const&\2c\20SkBlitter*\29 +1837:SkScalerContext_FreeType::emboldenIfNeeded\28FT_FaceRec_*\2c\20FT_GlyphSlotRec_*\2c\20unsigned\20short\29 +1838:SkSafeMath::Add\28unsigned\20long\2c\20unsigned\20long\29 +1839:SkSL::Type::displayName\28\29\20const +1840:SkSL::Type::checkForOutOfRangeLiteral\28SkSL::Context\20const&\2c\20double\2c\20SkSL::Position\29\20const +1841:SkSL::RP::SlotManager::addSlotDebugInfoForGroup\28std::__2::basic_string\2c\20std::__2::allocator>\20const&\2c\20SkSL::Type\20const&\2c\20SkSL::Position\2c\20int*\2c\20bool\29 +1842:SkSL::RP::Generator::foldComparisonOp\28SkSL::Operator\2c\20int\29 +1843:SkSL::RP::Builder::branch_if_no_lanes_active\28int\29 +1844:SkSL::PrefixExpression::Make\28SkSL::Context\20const&\2c\20SkSL::Position\2c\20SkSL::Operator\2c\20std::__2::unique_ptr>\29 +1845:SkSL::Parser::parseArrayDimensions\28SkSL::Position\2c\20SkSL::Type\20const**\29 +1846:SkSL::Parser::arraySize\28long\20long*\29 +1847:SkSL::Operator::operatorName\28\29\20const +1848:SkSL::ModifierFlags::paddedDescription\28\29\20const +1849:SkSL::ExpressionArray::clone\28\29\20const +1850:SkSL::ConstantFolder::GetConstantValue\28SkSL::Expression\20const&\2c\20double*\29 +1851:SkSL::ConstantFolder::GetConstantInt\28SkSL::Expression\20const&\2c\20long\20long*\29 +1852:SkSL::Compiler::convertProgram\28SkSL::ProgramKind\2c\20std::__2::basic_string\2c\20std::__2::allocator>\2c\20SkSL::ProgramSettings\20const&\29 +1853:SkRegion::op\28SkRegion\20const&\2c\20SkIRect\20const&\2c\20SkRegion::Op\29 +1854:SkRegion::Iterator::Iterator\28SkRegion\20const&\29 +1855:SkRectPriv::ClosestDisjointEdge\28SkIRect\20const&\2c\20SkIRect\20const&\29 +1856:SkRecords::FillBounds::bounds\28SkRecords::DrawArc\20const&\29\20const +1857:SkReadBuffer::setMemory\28void\20const*\2c\20unsigned\20long\29 +1858:SkRRect::writeToMemory\28void*\29\20const +1859:SkRRect::setRectXY\28SkRect\20const&\2c\20float\2c\20float\29 +1860:SkPointPriv::DistanceToLineBetweenSqd\28SkPoint\20const&\2c\20SkPoint\20const&\2c\20SkPoint\20const&\2c\20SkPointPriv::Side*\29 +1861:SkPoint::setNormalize\28float\2c\20float\29 +1862:SkPngCodecBase::~SkPngCodecBase\28\29 +1863:SkPixmapUtils::SwapWidthHeight\28SkImageInfo\20const&\29 +1864:SkPixmap::setColorSpace\28sk_sp\29 +1865:SkPictureRecorder::finishRecordingAsPicture\28\29 +1866:SkPathRawShapes::Rect::Rect\28SkRect\20const&\2c\20SkPathDirection\2c\20unsigned\20int\29 +1867:SkPathBuilder::getLastPt\28\29\20const +1868:SkPathBuilder::SkPathBuilder\28SkPathFillType\29 +1869:SkPath::isLine\28SkPoint*\29\20const +1870:SkPath::getSegmentMasks\28\29\20const +1871:SkPath::Iter::next\28SkPoint*\29 +1872:SkPaint::setStrokeCap\28SkPaint::Cap\29 +1873:SkPaint::refShader\28\29\20const +1874:SkOpSpan::setWindSum\28int\29 +1875:SkOpSegment::markDone\28SkOpSpan*\29 +1876:SkOpSegment::markAndChaseWinding\28SkOpSpanBase*\2c\20SkOpSpanBase*\2c\20int\2c\20int\2c\20SkOpSpanBase**\29 +1877:SkOpContourBuilder::addCurve\28SkPath::Verb\2c\20SkPoint\20const*\2c\20float\29 +1878:SkOpAngle::starter\28\29 +1879:SkOpAngle::insert\28SkOpAngle*\29 +1880:SkNoDrawCanvas::onDrawPatch\28SkPoint\20const*\2c\20unsigned\20int\20const*\2c\20SkPoint\20const*\2c\20SkBlendMode\2c\20SkPaint\20const&\29 +1881:SkMatrixPriv::InverseMapRect\28SkMatrix\20const&\2c\20SkRect*\2c\20SkRect\20const&\29 +1882:SkMatrix::setSinCos\28float\2c\20float\29 +1883:SkMatrix::setRotate\28float\29 +1884:SkMatrix::preservesRightAngles\28float\29\20const +1885:SkMaskFilter::MakeBlur\28SkBlurStyle\2c\20float\2c\20bool\29 +1886:SkMD5::write\28void\20const*\2c\20unsigned\20long\29 +1887:SkLineClipper::IntersectLine\28SkPoint\20const*\2c\20SkRect\20const&\2c\20SkPoint*\29 +1888:SkImage_GaneshBase::SkImage_GaneshBase\28sk_sp\2c\20SkImageInfo\2c\20unsigned\20int\29 +1889:SkImageGenerator::onRefEncodedData\28\29 +1890:SkImage::makeShader\28SkTileMode\2c\20SkTileMode\2c\20SkSamplingOptions\20const&\2c\20SkMatrix\20const&\29\20const +1891:SkIDChangeListener::SkIDChangeListener\28\29 +1892:SkIDChangeListener::List::reset\28\29 +1893:SkGradientBaseShader::flatten\28SkWriteBuffer&\29\20const +1894:SkGlyph::setPath\28SkArenaAlloc*\2c\20SkPath\20const*\2c\20bool\2c\20bool\29 +1895:SkFontMgr::RefEmpty\28\29 +1896:SkFibBlockSizes<4294967295u>::SkFibBlockSizes\28unsigned\20int\2c\20unsigned\20int\29::'lambda0'\28\29::operator\28\29\28\29\20const +1897:SkFibBlockSizes<4294967295u>::SkFibBlockSizes\28unsigned\20int\2c\20unsigned\20int\29::'lambda'\28\29::operator\28\29\28\29\20const +1898:SkEvalQuadAt\28SkPoint\20const*\2c\20float\29 +1899:SkEncodedInfo::makeImageInfo\28\29\20const +1900:SkEdgeClipper::next\28SkPoint*\29 +1901:SkDevice::scalerContextFlags\28\29\20const +1902:SkDeque::SkDeque\28unsigned\20long\2c\20void*\2c\20unsigned\20long\2c\20int\29 +1903:SkConic::evalAt\28float\2c\20SkPoint*\2c\20SkPoint*\29\20const +1904:SkConic::TransformW\28SkPoint\20const*\2c\20float\2c\20SkMatrix\20const&\29 +1905:SkColorSpace::transferFn\28skcms_TransferFunction*\29\20const +1906:SkColorSpace::gammaIsLinear\28\29\20const +1907:SkColorInfo::SkColorInfo\28SkColorType\2c\20SkAlphaType\2c\20sk_sp\29 +1908:SkColorFilters::Blend\28unsigned\20int\2c\20SkBlendMode\29 +1909:SkCodec::skipScanlines\28int\29 +1910:SkCodec::rewindStream\28\29 +1911:SkCapabilities::RasterBackend\28\29 +1912:SkCanvas::topDevice\28\29\20const +1913:SkCanvas::saveLayer\28SkCanvas::SaveLayerRec\20const&\29 +1914:SkCanvas::init\28sk_sp\29 +1915:SkCanvas::drawTextBlob\28SkTextBlob\20const*\2c\20float\2c\20float\2c\20SkPaint\20const&\29 +1916:SkCanvas::drawDrawable\28SkDrawable*\2c\20SkMatrix\20const*\29 +1917:SkCanvas::drawClippedToSaveBehind\28SkPaint\20const&\29 +1918:SkCanvas::concat\28SkM44\20const&\29 +1919:SkCanvas::clipPath\28SkPath\20const&\2c\20SkClipOp\2c\20bool\29 +1920:SkCanvas::SkCanvas\28SkBitmap\20const&\29 +1921:SkBmpBaseCodec::~SkBmpBaseCodec\28\29 +1922:SkBlitter::blitMask\28SkMask\20const&\2c\20SkIRect\20const&\29 +1923:SkBitmap::extractSubset\28SkBitmap*\2c\20SkIRect\20const&\29\20const +1924:SkBitmap::asImage\28\29\20const +1925:SkBitmap::SkBitmap\28SkBitmap&&\29 +1926:SkBinaryWriteBuffer::SkBinaryWriteBuffer\28SkSerialProcs\20const&\29 +1927:SkAAClip::setRegion\28SkRegion\20const&\29 +1928:SaveErrorCode +1929:R +1930:OT::glyf_accelerator_t*\20hb_data_wrapper_t::call_create>\28\29\20const +1931:OT::GDEF::get_mark_attachment_type\28unsigned\20int\29\20const +1932:OT::GDEF::get_glyph_class\28unsigned\20int\29\20const +1933:GrXPFactory::FromBlendMode\28SkBlendMode\29 +1934:GrTriangulator::setBottom\28GrTriangulator::Edge*\2c\20GrTriangulator::Vertex*\2c\20GrTriangulator::EdgeList*\2c\20GrTriangulator::Vertex**\2c\20GrTriangulator::Comparator\20const&\29\20const +1935:GrTriangulator::mergeCollinearEdges\28GrTriangulator::Edge*\2c\20GrTriangulator::EdgeList*\2c\20GrTriangulator::Vertex**\2c\20GrTriangulator::Comparator\20const&\29\20const +1936:GrThreadSafeCache::find\28skgpu::UniqueKey\20const&\29 +1937:GrThreadSafeCache::add\28skgpu::UniqueKey\20const&\2c\20GrSurfaceProxyView\20const&\29 +1938:GrThreadSafeCache::Entry::makeEmpty\28\29 +1939:GrSurfaceProxyView::operator==\28GrSurfaceProxyView\20const&\29\20const +1940:GrSurfaceProxyView::Copy\28GrRecordingContext*\2c\20GrSurfaceProxyView\2c\20skgpu::Mipmapped\2c\20SkIRect\2c\20SkBackingFit\2c\20skgpu::Budgeted\2c\20std::__2::basic_string_view>\29 +1941:GrSurfaceProxyPriv::doLazyInstantiation\28GrResourceProvider*\29 +1942:GrSurfaceProxy::isFunctionallyExact\28\29\20const +1943:GrSurfaceProxy::Copy\28GrRecordingContext*\2c\20sk_sp\2c\20GrSurfaceOrigin\2c\20skgpu::Mipmapped\2c\20SkBackingFit\2c\20skgpu::Budgeted\2c\20std::__2::basic_string_view>\2c\20sk_sp*\29 +1944:GrSimpleMeshDrawOpHelperWithStencil::fixedFunctionFlags\28\29\20const +1945:GrSimpleMeshDrawOpHelper::finalizeProcessors\28GrCaps\20const&\2c\20GrAppliedClip\20const*\2c\20GrUserStencilSettings\20const*\2c\20GrClampType\2c\20GrProcessorAnalysisCoverage\2c\20GrProcessorAnalysisColor*\29 +1946:GrSimpleMeshDrawOpHelper::CreateProgramInfo\28GrCaps\20const*\2c\20SkArenaAlloc*\2c\20GrSurfaceProxyView\20const&\2c\20bool\2c\20GrAppliedClip&&\2c\20GrDstProxyView\20const&\2c\20GrGeometryProcessor*\2c\20GrProcessorSet&&\2c\20GrPrimitiveType\2c\20GrXferBarrierFlags\2c\20GrLoadOp\2c\20GrPipeline::InputFlags\2c\20GrUserStencilSettings\20const*\29 +1947:GrSimpleMeshDrawOpHelper::CreatePipeline\28GrCaps\20const*\2c\20SkArenaAlloc*\2c\20skgpu::Swizzle\2c\20GrAppliedClip&&\2c\20GrDstProxyView\20const&\2c\20GrProcessorSet&&\2c\20GrPipeline::InputFlags\29 +1948:GrResourceProvider::findOrMakeStaticBuffer\28GrGpuBufferType\2c\20unsigned\20long\2c\20void\20const*\2c\20skgpu::UniqueKey\20const&\29 +1949:GrResourceProvider::findOrMakeStaticBuffer\28GrGpuBufferType\2c\20unsigned\20long\2c\20skgpu::UniqueKey\20const&\2c\20void\20\28*\29\28skgpu::VertexWriter\2c\20unsigned\20long\29\29 +1950:GrResourceCache::purgeAsNeeded\28\29 +1951:GrResourceCache::findAndRefScratchResource\28skgpu::ScratchKey\20const&\29 +1952:GrRecordingContextPriv::makeSFC\28GrImageInfo\2c\20std::__2::basic_string_view>\2c\20SkBackingFit\2c\20int\2c\20skgpu::Mipmapped\2c\20skgpu::Protected\2c\20GrSurfaceOrigin\2c\20skgpu::Budgeted\29 +1953:GrQuadUtils::TessellationHelper::Vertices::moveAlong\28GrQuadUtils::TessellationHelper::EdgeVectors\20const&\2c\20skvx::Vec<4\2c\20float>\20const&\29 +1954:GrQuad::asRect\28SkRect*\29\20const +1955:GrProcessorSet::GrProcessorSet\28GrProcessorSet&&\29 +1956:GrPathUtils::generateCubicPoints\28SkPoint\20const&\2c\20SkPoint\20const&\2c\20SkPoint\20const&\2c\20SkPoint\20const&\2c\20float\2c\20SkPoint**\2c\20unsigned\20int\29 +1957:GrOpFlushState::allocator\28\29 +1958:GrGpu::submitToGpu\28GrSubmitInfo\20const&\29 +1959:GrGpu::createBuffer\28unsigned\20long\2c\20GrGpuBufferType\2c\20GrAccessPattern\29 +1960:GrGeometryProcessor::ProgramImpl::WriteOutputPosition\28GrGLSLVertexBuilder*\2c\20GrGLSLUniformHandler*\2c\20GrShaderCaps\20const&\2c\20GrGeometryProcessor::ProgramImpl::GrGPArgs*\2c\20char\20const*\2c\20SkMatrix\20const&\2c\20GrResourceHandle*\29 +1961:GrGLTexture::dumpMemoryStatistics\28SkTraceMemoryDump*\29\20const +1962:GrGLSLShaderBuilder::appendFunctionDecl\28SkSLType\2c\20char\20const*\2c\20SkSpan\29 +1963:GrGLSLShaderBuilder::appendColorGamutXform\28SkString*\2c\20char\20const*\2c\20GrGLSLColorSpaceXformHelper*\29 +1964:GrGLSLColorSpaceXformHelper::emitCode\28GrGLSLUniformHandler*\2c\20GrColorSpaceXform\20const*\2c\20unsigned\20int\29 +1965:GrGLRenderTarget::dumpMemoryStatistics\28SkTraceMemoryDump*\29\20const +1966:GrGLRenderTarget::bindInternal\28unsigned\20int\2c\20bool\29 +1967:GrGLGpu::getErrorAndCheckForOOM\28\29 +1968:GrGLGpu::bindTexture\28int\2c\20GrSamplerState\2c\20skgpu::Swizzle\20const&\2c\20GrGLTexture*\29 +1969:GrFragmentProcessor::visitWithImpls\28std::__2::function\20const&\2c\20GrFragmentProcessor::ProgramImpl&\29\20const +1970:GrFragmentProcessor::ColorMatrix\28std::__2::unique_ptr>\2c\20float\20const*\2c\20bool\2c\20bool\2c\20bool\29 +1971:GrDrawingManager::appendTask\28sk_sp\29 +1972:GrColorInfo::GrColorInfo\28GrColorInfo\20const&\29 +1973:GrCaps::isFormatCompressed\28GrBackendFormat\20const&\29\20const +1974:GrAAConvexTessellator::lineTo\28SkPoint\20const&\2c\20GrAAConvexTessellator::CurveState\29 +1975:FT_Stream_OpenMemory +1976:FT_Select_Charmap +1977:FT_Get_Next_Char +1978:FT_Get_Module_Interface +1979:FT_Done_Size +1980:DecodeImageStream +1981:CFF::opset_t::process_op\28unsigned\20int\2c\20CFF::interp_env_t&\29 +1982:CFF::Charset::get_glyph\28unsigned\20int\2c\20unsigned\20int\29\20const +1983:AAT::hb_aat_apply_context_t::replace_glyph_inplace\28unsigned\20int\2c\20unsigned\20int\29 +1984:AAT::SubtableGlyphCoverage::sanitize\28hb_sanitize_context_t*\2c\20unsigned\20int\29\20const +1985:1748 +1986:1749 +1987:1750 +1988:1751 +1989:1752 +1990:wuffs_gif__decoder__num_decoded_frames +1991:void\20std::__2::reverse\5babi:nn180100\5d\28wchar_t*\2c\20wchar_t*\29 +1992:void\20sort_r_simple<>\28void*\2c\20unsigned\20long\2c\20unsigned\20long\2c\20int\20\28*\29\28void\20const*\2c\20void\20const*\29\29_14597 +1993:void\20merge_sort<&sweep_lt_vert\28SkPoint\20const&\2c\20SkPoint\20const&\29>\28GrTriangulator::VertexList*\29 +1994:void\20merge_sort<&sweep_lt_horiz\28SkPoint\20const&\2c\20SkPoint\20const&\29>\28GrTriangulator::VertexList*\29 +1995:void\20emscripten::internal::MemberAccess::setWire\28float\20StrokeOpts::*\20const&\2c\20StrokeOpts&\2c\20float\29 +1996:void\20AAT::ClassTable>::collect_glyphs\28hb_bit_set_t&\2c\20unsigned\20int\29\20const +1997:validate_offsetToRestore\28SkReadBuffer*\2c\20unsigned\20long\29 +1998:ubidi_setPara_skia +1999:ubidi_getVisualRun_skia +2000:ubidi_getRuns_skia +2001:ubidi_getClass_skia +2002:tt_set_mm_blend +2003:tt_face_get_ps_name +2004:tt_face_get_location +2005:trinkle +2006:std::__2::unique_ptr::release\5babi:nn180100\5d\28\29 +2007:std::__2::pair\2c\20void*>*>\2c\20bool>\20std::__2::__hash_table\2c\20std::__2::__unordered_map_hasher\2c\20std::__2::hash\2c\20std::__2::equal_to\2c\20true>\2c\20std::__2::__unordered_map_equal\2c\20std::__2::equal_to\2c\20std::__2::hash\2c\20true>\2c\20std::__2::allocator>>::__emplace_unique_key_args\2c\20std::__2::tuple<>>\28GrTriangulator::Vertex*\20const&\2c\20std::__2::piecewise_construct_t\20const&\2c\20std::__2::tuple&&\2c\20std::__2::tuple<>&&\29 +2008:std::__2::pair::pair\5babi:nn180100\5d\28char\20const*&&\2c\20char*&&\29 +2009:std::__2::moneypunct::do_decimal_point\28\29\20const +2010:std::__2::moneypunct::pos_format\5babi:nn180100\5d\28\29\20const +2011:std::__2::moneypunct::do_decimal_point\28\29\20const +2012:std::__2::istreambuf_iterator>::istreambuf_iterator\5babi:nn180100\5d\28std::__2::basic_istream>&\29 +2013:std::__2::ios_base::good\5babi:nn180100\5d\28\29\20const +2014:std::__2::hash::operator\28\29\28skia::textlayout::FontArguments\20const&\29\20const +2015:std::__2::ctype::toupper\5babi:nn180100\5d\28char\29\20const +2016:std::__2::chrono::duration>::duration\5babi:nn180100\5d\28long\20long\20const&\29 +2017:std::__2::basic_stringstream\2c\20std::__2::allocator>::~basic_stringstream\28\29 +2018:std::__2::basic_string\2c\20std::__2::allocator>\20const*\20std::__2::__scan_keyword\5babi:nn180100\5d>\2c\20std::__2::basic_string\2c\20std::__2::allocator>\20const*\2c\20std::__2::ctype>\28std::__2::istreambuf_iterator>&\2c\20std::__2::istreambuf_iterator>\2c\20std::__2::basic_string\2c\20std::__2::allocator>\20const*\2c\20std::__2::basic_string\2c\20std::__2::allocator>\20const*\2c\20std::__2::ctype\20const&\2c\20unsigned\20int&\2c\20bool\29 +2019:std::__2::basic_string\2c\20std::__2::allocator>::operator\5b\5d\5babi:nn180100\5d\28unsigned\20long\29\20const +2020:std::__2::basic_string\2c\20std::__2::allocator>::__fits_in_sso\5babi:nn180100\5d\28unsigned\20long\29 +2021:std::__2::basic_string\2c\20std::__2::allocator>\20const*\20std::__2::__scan_keyword\5babi:nn180100\5d>\2c\20std::__2::basic_string\2c\20std::__2::allocator>\20const*\2c\20std::__2::ctype>\28std::__2::istreambuf_iterator>&\2c\20std::__2::istreambuf_iterator>\2c\20std::__2::basic_string\2c\20std::__2::allocator>\20const*\2c\20std::__2::basic_string\2c\20std::__2::allocator>\20const*\2c\20std::__2::ctype\20const&\2c\20unsigned\20int&\2c\20bool\29 +2022:std::__2::basic_string\2c\20std::__2::allocator>::basic_string\5babi:nn180100\5d\28char\20const*\2c\20char\20const*\29 +2023:std::__2::basic_string\2c\20std::__2::allocator>::basic_string\28std::__2::basic_string\2c\20std::__2::allocator>\20const&\29 +2024:std::__2::basic_string\2c\20std::__2::allocator>::__fits_in_sso\5babi:nn180100\5d\28unsigned\20long\29 +2025:std::__2::basic_string\2c\20std::__2::allocator>&\20std::__2::basic_string\2c\20std::__2::allocator>::__assign_no_alias\28char\20const*\2c\20unsigned\20long\29 +2026:std::__2::basic_iostream>::~basic_iostream\28\29_16307 +2027:std::__2::allocator_traits>::deallocate\5babi:nn180100\5d\28std::__2::allocator&\2c\20wchar_t*\2c\20unsigned\20long\29 +2028:std::__2::allocator_traits>::deallocate\5babi:nn180100\5d\28std::__2::allocator&\2c\20char*\2c\20unsigned\20long\29 +2029:std::__2::__shared_count::__release_shared\5babi:nn180100\5d\28\29 +2030:std::__2::__num_put_base::__format_int\28char*\2c\20char\20const*\2c\20bool\2c\20unsigned\20int\29 +2031:std::__2::__num_put_base::__format_float\28char*\2c\20char\20const*\2c\20unsigned\20int\29 +2032:std::__2::__itoa::__append8\5babi:nn180100\5d\28char*\2c\20unsigned\20int\29 +2033:sktext::gpu::TextBlob::Key::operator==\28sktext::gpu::TextBlob::Key\20const&\29\20const +2034:sktext::gpu::GlyphVector::glyphs\28\29\20const +2035:sktext::SkStrikePromise::strike\28\29 +2036:skif::FilterResult::getAnalyzedShaderView\28skif::Context\20const&\2c\20SkSamplingOptions\20const&\2c\20SkEnumBitMask\29\20const +2037:skif::FilterResult::draw\28skif::Context\20const&\2c\20SkDevice*\2c\20bool\2c\20SkBlender\20const*\29\20const +2038:skif::FilterResult::applyCrop\28skif::Context\20const&\2c\20skif::LayerSpace\20const&\2c\20SkTileMode\29\20const +2039:skif::FilterResult::FilterResult\28\29 +2040:skif::Context::~Context\28\29 +2041:skia_private::THashTable\20\28*\29\28SkReadBuffer&\29\2c\20SkGoodHash>::Pair\2c\20unsigned\20int\2c\20skia_private::THashMap\20\28*\29\28SkReadBuffer&\29\2c\20SkGoodHash>::Pair>::resize\28int\29 +2042:skia_private::THashTable\2c\20SkGoodHash>::Pair\2c\20int\2c\20skia_private::THashMap\2c\20SkGoodHash>::Pair>::Slot::emplace\28skia_private::THashMap\2c\20SkGoodHash>::Pair&&\2c\20unsigned\20int\29 +2043:skia_private::THashTable::Pair\2c\20SkSL::Variable\20const*\2c\20skia_private::THashMap::Pair>::removeSlot\28int\29 +2044:skia_private::THashTable\2c\20false>\2c\20SkGoodHash>::Pair\2c\20SkSL::FunctionDeclaration\20const*\2c\20skia_private::THashMap\2c\20false>\2c\20SkGoodHash>::Pair>::Slot::emplace\28skia_private::THashMap\2c\20false>\2c\20SkGoodHash>::Pair&&\2c\20unsigned\20int\29 +2045:skia_private::THashTable\2c\20SkDescriptor\20const&\2c\20sktext::gpu::StrikeCache::HashTraits>::Slot::emplace\28sk_sp&&\2c\20unsigned\20int\29 +2046:skia_private::THashMap>\2c\20SkSL::IntrinsicKind\2c\20SkGoodHash>::~THashMap\28\29 +2047:skia_private::THashMap>\2c\20SkSL::IntrinsicKind\2c\20SkGoodHash>::THashMap\28std::initializer_list>\2c\20SkSL::IntrinsicKind\2c\20SkGoodHash>::Pair>\29 +2048:skia_private::TArray::move\28void*\29 +2049:skia_private::TArray::Plane\2c\20false>::installDataAndUpdateCapacity\28SkSpan\29 +2050:skia_private::TArray\2c\20true>::operator=\28skia_private::TArray\2c\20true>&&\29 +2051:skia_private::TArray::operator=\28skia_private::TArray&&\29 +2052:skia_private::TArray\2c\20true>::push_back\28SkRGBA4f<\28SkAlphaType\293>&&\29 +2053:skia_png_set_text_2 +2054:skia_png_set_palette_to_rgb +2055:skia_png_handle_IHDR +2056:skia_png_handle_IEND +2057:skia::textlayout::TextWrapper::TextStretch::extend\28skia::textlayout::Cluster*\29 +2058:skia::textlayout::FontCollection::getFontManagerOrder\28\29\20const +2059:skia::textlayout::Decorations::calculateGaps\28skia::textlayout::TextLine::ClipContext\20const&\2c\20SkRect\20const&\2c\20float\2c\20float\29 +2060:skia::textlayout::Cluster::isSoftBreak\28\29\20const +2061:skia::textlayout::Cluster::Cluster\28skia::textlayout::ParagraphImpl*\2c\20unsigned\20long\2c\20unsigned\20long\2c\20unsigned\20long\2c\20SkSpan\2c\20float\2c\20float\29 +2062:skia::textlayout::Block&\20skia_private::TArray::emplace_back\28unsigned\20long&&\2c\20unsigned\20long&&\2c\20skia::textlayout::TextStyle\20const&\29 +2063:skgpu::ganesh::\28anonymous\20namespace\29::AAConvexPathOp::fixedFunctionFlags\28\29\20const +2064:skgpu::ganesh::SurfaceFillContext::fillRectWithFP\28SkIRect\20const&\2c\20SkMatrix\20const&\2c\20std::__2::unique_ptr>\29 +2065:skgpu::ganesh::SurfaceFillContext::SurfaceFillContext\28GrRecordingContext*\2c\20GrSurfaceProxyView\2c\20GrSurfaceProxyView\2c\20GrColorInfo\20const&\29 +2066:skgpu::ganesh::SurfaceDrawContext::drawPaint\28GrClip\20const*\2c\20GrPaint&&\2c\20SkMatrix\20const&\29 +2067:skgpu::ganesh::SurfaceDrawContext::MakeWithFallback\28GrRecordingContext*\2c\20GrColorType\2c\20sk_sp\2c\20SkBackingFit\2c\20SkISize\2c\20SkSurfaceProps\20const&\2c\20int\2c\20skgpu::Mipmapped\2c\20skgpu::Protected\2c\20GrSurfaceOrigin\2c\20skgpu::Budgeted\29 +2068:skgpu::ganesh::SurfaceContext::rescaleInto\28skgpu::ganesh::SurfaceFillContext*\2c\20SkIRect\2c\20SkIRect\2c\20SkImage::RescaleGamma\2c\20SkImage::RescaleMode\29 +2069:skgpu::ganesh::SurfaceContext::PixelTransferResult::operator=\28skgpu::ganesh::SurfaceContext::PixelTransferResult&&\29 +2070:skgpu::ganesh::SmallPathAtlasMgr::addToAtlas\28GrResourceProvider*\2c\20GrDeferredUploadTarget*\2c\20int\2c\20int\2c\20void\20const*\2c\20skgpu::AtlasLocator*\29 +2071:skgpu::ganesh::OpsTask::~OpsTask\28\29 +2072:skgpu::ganesh::OpsTask::setColorLoadOp\28GrLoadOp\2c\20std::__2::array\29 +2073:skgpu::ganesh::OpsTask::deleteOps\28\29 +2074:skgpu::ganesh::FillRectOp::Make\28GrRecordingContext*\2c\20GrPaint&&\2c\20GrAAType\2c\20DrawQuad*\2c\20GrUserStencilSettings\20const*\2c\20GrSimpleMeshDrawOpHelper::InputFlags\29 +2075:skgpu::ganesh::Device::drawEdgeAAImageSet\28SkCanvas::ImageSetEntry\20const*\2c\20int\2c\20SkPoint\20const*\2c\20SkMatrix\20const*\2c\20SkSamplingOptions\20const&\2c\20SkPaint\20const&\2c\20SkCanvas::SrcRectConstraint\29::$_0::operator\28\29\28int\29\20const +2076:skgpu::ganesh::ClipStack::~ClipStack\28\29 +2077:skgpu::TClientMappedBufferManager::~TClientMappedBufferManager\28\29 +2078:skgpu::TAsyncReadResult::Plane&\20skia_private::TArray::Plane\2c\20false>::emplace_back\2c\20unsigned\20long&>\28sk_sp&&\2c\20unsigned\20long&\29 +2079:skgpu::Plot::addSubImage\28int\2c\20int\2c\20void\20const*\2c\20skgpu::AtlasLocator*\29 +2080:skgpu::GetLCDBlendFormula\28SkBlendMode\29 +2081:skcpu::DrawTreatAAStrokeAsHairline\28float\2c\20SkMatrix\20const&\2c\20float*\29 +2082:skcms_TransferFunction_isHLGish +2083:skcms_TransferFunction_isHLG +2084:skcms_Matrix3x3_concat +2085:sk_srgb_linear_singleton\28\29 +2086:sk_sp::reset\28SkPathRef*\29 +2087:sk_sp*\20std::__2::vector\2c\20std::__2::allocator>>::__push_back_slow_path\20const&>\28sk_sp\20const&\29 +2088:shr +2089:shl +2090:setRegionCheck\28SkRegion*\2c\20SkRegion\20const&\29 +2091:read_metadata\28std::__2::vector>\20const&\2c\20unsigned\20int\2c\20unsigned\20char\20const*\2c\20unsigned\20long\2c\20unsigned\20long\2c\20unsigned\20long\2c\20bool\29 +2092:read_header\28SkStream*\2c\20sk_sp\20const&\2c\20SkCodec**\2c\20png_struct_def**\2c\20png_info_def**\29 +2093:read_curves\28unsigned\20char\20const*\2c\20unsigned\20int\2c\20unsigned\20int\2c\20unsigned\20int\2c\20skcms_Curve*\29 +2094:qsort +2095:ps_dimension_set_mask_bits +2096:operator==\28SkPath\20const&\2c\20SkPath\20const&\29 +2097:morphpoints\28SkSpan\2c\20SkSpan\2c\20SkPathMeasure&\2c\20float\29 +2098:mbrtowc +2099:jround_up +2100:jpeg_make_d_derived_tbl +2101:jpeg_destroy +2102:ilogbf +2103:hb_vector_t::shrink_vector\28unsigned\20int\29 +2104:hb_ucd_get_unicode_funcs +2105:hb_syllabic_insert_dotted_circles\28hb_font_t*\2c\20hb_buffer_t*\2c\20unsigned\20int\2c\20unsigned\20int\2c\20int\2c\20int\29 +2106:hb_shape_full +2107:hb_serialize_context_t::~hb_serialize_context_t\28\29 +2108:hb_serialize_context_t::resolve_links\28\29 +2109:hb_serialize_context_t::reset\28\29 +2110:hb_paint_extents_context_t::paint\28\29 +2111:hb_lazy_loader_t\2c\20hb_face_t\2c\2016u\2c\20OT::cff1_accelerator_t>::do_destroy\28OT::cff1_accelerator_t*\29 +2112:hb_language_from_string +2113:hb_font_destroy +2114:hb_blob_t*\20hb_data_wrapper_t::call_create>\28\29\20const +2115:hb_bit_set_t::resize\28unsigned\20int\2c\20bool\2c\20bool\29 +2116:hb_bit_set_t::process_\28hb_vector_size_t\20\28*\29\28hb_vector_size_t\20const&\2c\20hb_vector_size_t\20const&\29\2c\20bool\2c\20bool\2c\20hb_bit_set_t\20const&\29 +2117:hb_array_t::hash\28\29\20const +2118:get_sof +2119:ftell +2120:ft_var_readpackedpoints +2121:ft_mem_strdup +2122:ft_glyphslot_done +2123:float\20emscripten::internal::MemberAccess::getWire\28float\20StrokeOpts::*\20const&\2c\20StrokeOpts&\29 +2124:fill_window +2125:exp +2126:encodeImage\28GrDirectContext*\2c\20sk_sp\2c\20SkEncodedImageFormat\2c\20int\29 +2127:emscripten::val\20MakeTypedArray\28int\2c\20float\20const*\29 +2128:emscripten::internal::MethodInvoker::invoke\28float\20\28SkContourMeasure::*\20const&\29\28\29\20const\2c\20SkContourMeasure\20const*\29 +2129:emscripten::internal::Invoker\2c\20unsigned\20long\2c\20unsigned\20long>::invoke\28sk_sp\20\28*\29\28unsigned\20long\2c\20unsigned\20long\29\2c\20unsigned\20long\2c\20unsigned\20long\29 +2130:dquad_dxdy_at_t\28SkPoint\20const*\2c\20float\2c\20double\29 +2131:do_clip_op\28SkReadBuffer*\2c\20SkCanvas*\2c\20SkRegion::Op\2c\20SkClipOp*\29 +2132:do_anti_hairline\28int\2c\20int\2c\20int\2c\20int\2c\20SkIRect\20const*\2c\20SkBlitter*\29 +2133:doWriteReverse\28char16_t\20const*\2c\20int\2c\20char16_t*\2c\20int\2c\20unsigned\20short\2c\20UErrorCode*\29 +2134:doWriteForward\28char16_t\20const*\2c\20int\2c\20char16_t*\2c\20int\2c\20unsigned\20short\2c\20UErrorCode*\29 +2135:dline_dxdy_at_t\28SkPoint\20const*\2c\20float\2c\20double\29 +2136:dispose_chunk +2137:direct_blur_y\28void\20\28*\29\28unsigned\20char*\2c\20unsigned\20char\20const*\2c\20int\29\2c\20int\2c\20int\2c\20unsigned\20short*\2c\20unsigned\20char\20const*\2c\20unsigned\20long\2c\20int\2c\20int\2c\20unsigned\20char*\2c\20unsigned\20long\29 +2138:decltype\28fp\28nullptr\29\29\20SkArenaAlloc::make\28SkPixmap\20const&\2c\20SkPaint\20const&\29::'lambda'\28void*\29>\28SkA8_Blitter&&\29::'lambda'\28char*\29::__invoke\28char*\29 +2139:decltype\28fp\28\28SkRecords::NoOp\29\28\29\29\29\20SkRecord::Record::visit\28SkRecords::Draw&\29\20const +2140:dcubic_dxdy_at_t\28SkPoint\20const*\2c\20float\2c\20double\29 +2141:dconic_dxdy_at_t\28SkPoint\20const*\2c\20float\2c\20double\29 +2142:crop_rect_edge\28SkRect\20const&\2c\20int\2c\20int\2c\20int\2c\20int\2c\20float*\2c\20float*\2c\20float*\2c\20float*\2c\20float*\29 +2143:char\20const*\20std::__2::__rewrap_range\5babi:nn180100\5d\28char\20const*\2c\20char\20const*\29 +2144:cff_slot_load +2145:cff_parse_real +2146:cff_index_get_sid_string +2147:cff_index_access_element +2148:cf2_doStems +2149:cf2_doFlex +2150:buffer_verify_error\28hb_buffer_t*\2c\20hb_font_t*\2c\20char\20const*\2c\20...\29 +2151:blur_y_rect\28void\20\28*\29\28unsigned\20char*\2c\20unsigned\20char\20const*\2c\20int\29\2c\20int\2c\20skvx::Vec<8\2c\20unsigned\20short>\20\28*\29\28skvx::Vec<8\2c\20unsigned\20short>\20const&\2c\20skvx::Vec<8\2c\20unsigned\20short>\20const&\2c\20skvx::Vec<8\2c\20unsigned\20short>\20const&\2c\20skvx::Vec<8\2c\20unsigned\20short>\20const&\2c\20skvx::Vec<8\2c\20unsigned\20short>\20const&\2c\20skvx::Vec<8\2c\20unsigned\20short>\20const&\2c\20skvx::Vec<8\2c\20unsigned\20short>*\2c\20skvx::Vec<8\2c\20unsigned\20short>*\2c\20skvx::Vec<8\2c\20unsigned\20short>*\2c\20skvx::Vec<8\2c\20unsigned\20short>*\2c\20skvx::Vec<8\2c\20unsigned\20short>*\2c\20skvx::Vec<8\2c\20unsigned\20short>*\2c\20skvx::Vec<8\2c\20unsigned\20short>*\2c\20skvx::Vec<8\2c\20unsigned\20short>*\29\2c\20int\2c\20unsigned\20short*\2c\20unsigned\20char\20const*\2c\20unsigned\20long\2c\20int\2c\20int\2c\20unsigned\20char*\2c\20unsigned\20long\29 +2152:blur_column\28void\20\28*\29\28unsigned\20char*\2c\20unsigned\20char\20const*\2c\20int\29\2c\20skvx::Vec<8\2c\20unsigned\20short>\20\28*\29\28skvx::Vec<8\2c\20unsigned\20short>\20const&\2c\20skvx::Vec<8\2c\20unsigned\20short>\20const&\2c\20skvx::Vec<8\2c\20unsigned\20short>\20const&\2c\20skvx::Vec<8\2c\20unsigned\20short>\20const&\2c\20skvx::Vec<8\2c\20unsigned\20short>\20const&\2c\20skvx::Vec<8\2c\20unsigned\20short>\20const&\2c\20skvx::Vec<8\2c\20unsigned\20short>*\2c\20skvx::Vec<8\2c\20unsigned\20short>*\2c\20skvx::Vec<8\2c\20unsigned\20short>*\2c\20skvx::Vec<8\2c\20unsigned\20short>*\2c\20skvx::Vec<8\2c\20unsigned\20short>*\2c\20skvx::Vec<8\2c\20unsigned\20short>*\2c\20skvx::Vec<8\2c\20unsigned\20short>*\2c\20skvx::Vec<8\2c\20unsigned\20short>*\29\2c\20int\2c\20int\2c\20skvx::Vec<8\2c\20unsigned\20short>\20const&\2c\20skvx::Vec<8\2c\20unsigned\20short>\20const&\2c\20skvx::Vec<8\2c\20unsigned\20short>\20const&\2c\20skvx::Vec<8\2c\20unsigned\20short>\20const&\2c\20skvx::Vec<8\2c\20unsigned\20short>\20const&\2c\20unsigned\20char\20const*\2c\20unsigned\20long\2c\20int\2c\20unsigned\20char*\2c\20unsigned\20long\29::$_0::operator\28\29\28unsigned\20char*\2c\20skvx::Vec<8\2c\20unsigned\20short>\20const&\2c\20skvx::Vec<8\2c\20unsigned\20short>\20const&\29\20const +2153:auto\20std::__2::__unwrap_range\5babi:nn180100\5d\28char\20const*\2c\20char\20const*\29 +2154:af_sort_and_quantize_widths +2155:af_glyph_hints_align_weak_points +2156:af_glyph_hints_align_strong_points +2157:af_face_globals_new +2158:af_cjk_compute_stem_width +2159:add_huff_table +2160:addPoint\28UBiDi*\2c\20int\2c\20int\29 +2161:__uselocale +2162:__math_xflow +2163:__cxxabiv1::__base_class_type_info::search_below_dst\28__cxxabiv1::__dynamic_cast_info*\2c\20void\20const*\2c\20int\2c\20bool\29\20const +2164:\28anonymous\20namespace\29::make_vertices_spec\28bool\2c\20bool\29 +2165:\28anonymous\20namespace\29::gather_lines_and_quads\28SkPath\20const&\2c\20SkMatrix\20const&\2c\20SkIRect\20const&\2c\20float\2c\20bool\2c\20skia_private::TArray*\2c\20skia_private::TArray*\2c\20skia_private::TArray*\2c\20skia_private::TArray*\2c\20skia_private::TArray*\29::$_3::operator\28\29\28SkPoint\20const*\2c\20SkPoint\20const*\2c\20bool\29\20const +2166:\28anonymous\20namespace\29::draw_stencil_rect\28skgpu::ganesh::SurfaceDrawContext*\2c\20GrHardClip\20const&\2c\20GrUserStencilSettings\20const*\2c\20SkMatrix\20const&\2c\20SkRect\20const&\2c\20GrAA\29 +2167:\28anonymous\20namespace\29::ThreeBoxApproxPass::blurSegment\28int\2c\20void\20const*\2c\20int\2c\20void*\2c\20int\29::'lambda'\28skvx::Vec<4\2c\20unsigned\20int>\20const&\29::operator\28\29\28skvx::Vec<4\2c\20unsigned\20int>\20const&\29\20const +2168:\28anonymous\20namespace\29::TentPass::blurSegment\28int\2c\20void\20const*\2c\20int\2c\20void*\2c\20int\29::'lambda'\28skvx::Vec<4\2c\20unsigned\20int>\20const&\29::operator\28\29\28skvx::Vec<4\2c\20unsigned\20int>\20const&\29\20const +2169:\28anonymous\20namespace\29::PathSubRun::canReuse\28SkPaint\20const&\2c\20SkMatrix\20const&\29\20const +2170:\28anonymous\20namespace\29::CacheImpl::removeInternal\28\28anonymous\20namespace\29::CacheImpl::Value*\29 +2171:WriteRingBuffer +2172:WebPRescalerExport +2173:WebPInitAlphaProcessing +2174:WebPFreeDecBuffer +2175:VP8SetError +2176:VP8LInverseTransform +2177:VP8LDelete +2178:VP8LColorCacheClear +2179:TT_Load_Context +2180:StringBuffer\20apply_format_string<1024>\28char\20const*\2c\20void*\2c\20char\20\28&\29\20\5b1024\5d\2c\20SkString*\29 +2181:SkYUVAPixmaps::operator=\28SkYUVAPixmaps\20const&\29 +2182:SkYUVAPixmapInfo::SupportedDataTypes::enableDataType\28SkYUVAPixmapInfo::DataType\2c\20int\29 +2183:SkWriter32::writeMatrix\28SkMatrix\20const&\29 +2184:SkWriter32::snapshotAsData\28\29\20const +2185:SkVertices::approximateSize\28\29\20const +2186:SkTypefaceCache::NewTypefaceID\28\29 +2187:SkTextBlobRunIterator::next\28\29 +2188:SkTextBlobRunIterator::SkTextBlobRunIterator\28SkTextBlob\20const*\29 +2189:SkTextBlobBuilder::make\28\29 +2190:SkTextBlobBuilder::SkTextBlobBuilder\28\29 +2191:SkTSpan::closestBoundedT\28SkDPoint\20const&\29\20const +2192:SkTSect::updateBounded\28SkTSpan*\2c\20SkTSpan*\2c\20SkTSpan*\29 +2193:SkTSect::trim\28SkTSpan*\2c\20SkTSect*\29 +2194:SkTDStorage::erase\28int\2c\20int\29 +2195:SkTDPQueue::percolateUpIfNecessary\28int\29 +2196:SkSurfaces::Raster\28SkImageInfo\20const&\2c\20unsigned\20long\2c\20SkSurfaceProps\20const*\29 +2197:SkSurface_Base::createCaptureBreakpoint\28\29 +2198:SkSurface_Base::SkSurface_Base\28int\2c\20int\2c\20SkSurfaceProps\20const*\29 +2199:SkSurfaceProps::SkSurfaceProps\28unsigned\20int\2c\20SkPixelGeometry\2c\20float\2c\20float\29 +2200:SkStrokerPriv::JoinFactory\28SkPaint::Join\29 +2201:SkStrokeRec::setStrokeStyle\28float\2c\20bool\29 +2202:SkStrokeRec::setFillStyle\28\29 +2203:SkStrokeRec::applyToPath\28SkPathBuilder*\2c\20SkPath\20const&\29\20const +2204:SkString::set\28char\20const*\29 +2205:SkStrikeSpec::findOrCreateStrike\28\29\20const +2206:SkStrikeSpec::MakeWithNoDevice\28SkFont\20const&\2c\20SkPaint\20const*\29 +2207:SkStrike::glyph\28SkGlyphDigest\29 +2208:SkSpecialImages::MakeDeferredFromGpu\28GrRecordingContext*\2c\20SkIRect\20const&\2c\20unsigned\20int\2c\20GrSurfaceProxyView\2c\20GrColorInfo\20const&\2c\20SkSurfaceProps\20const&\29 +2209:SkSpecialImages::AsBitmap\28SkSpecialImage\20const*\2c\20SkBitmap*\29 +2210:SkSharedMutex::SkSharedMutex\28\29 +2211:SkShadowTessellator::MakeSpot\28SkPath\20const&\2c\20SkMatrix\20const&\2c\20SkPoint3\20const&\2c\20SkPoint3\20const&\2c\20float\2c\20bool\2c\20bool\29 +2212:SkShaders::Empty\28\29 +2213:SkShaders::Color\28unsigned\20int\29 +2214:SkShaderBase::appendRootStages\28SkStageRec\20const&\2c\20SkMatrix\20const&\29\20const +2215:SkScalerContext::~SkScalerContext\28\29_4128 +2216:SkSL::write_stringstream\28SkSL::StringStream\20const&\2c\20SkSL::OutputStream&\29 +2217:SkSL::evaluate_3_way_intrinsic\28SkSL::Context\20const&\2c\20std::__2::array\20const&\2c\20SkSL::Type\20const&\2c\20double\20\28*\29\28double\2c\20double\2c\20double\29\29 +2218:SkSL::VarDeclaration::Convert\28SkSL::Context\20const&\2c\20SkSL::Position\2c\20SkSL::Modifiers\20const&\2c\20SkSL::Type\20const&\2c\20SkSL::Position\2c\20std::__2::basic_string_view>\2c\20SkSL::VariableStorage\2c\20std::__2::unique_ptr>\29 +2219:SkSL::Type::priority\28\29\20const +2220:SkSL::Type::checkIfUsableInArray\28SkSL::Context\20const&\2c\20SkSL::Position\29\20const +2221:SkSL::SymbolTable::takeOwnershipOfString\28std::__2::basic_string\2c\20std::__2::allocator>\29 +2222:SkSL::SymbolTable::isBuiltinType\28std::__2::basic_string_view>\29\20const +2223:SkSL::SampleUsage::merge\28SkSL::SampleUsage\20const&\29 +2224:SkSL::RP::SlotManager::mapVariableToSlots\28SkSL::Variable\20const&\2c\20SkSL::RP::SlotRange\29 +2225:SkSL::RP::Program::appendStages\28SkRasterPipeline*\2c\20SkArenaAlloc*\2c\20SkSL::RP::Callbacks*\2c\20SkSpan\29\20const +2226:SkSL::RP::Generator::pushVectorizedExpression\28SkSL::Expression\20const&\2c\20SkSL::Type\20const&\29 +2227:SkSL::RP::Builder::ternary_op\28SkSL::RP::BuilderOp\2c\20int\29 +2228:SkSL::RP::Builder::simplifyPopSlotsUnmasked\28SkSL::RP::SlotRange*\29 +2229:SkSL::RP::Builder::pop_slots_unmasked\28SkSL::RP::SlotRange\29 +2230:SkSL::RP::Builder::exchange_src\28\29 +2231:SkSL::ProgramUsage::remove\28SkSL::ProgramElement\20const&\29 +2232:SkSL::ProgramUsage::isDead\28SkSL::Variable\20const&\29\20const +2233:SkSL::Pool::~Pool\28\29 +2234:SkSL::PipelineStage::PipelineStageCodeGenerator::typedVariable\28SkSL::Type\20const&\2c\20std::__2::basic_string_view>\29 +2235:SkSL::PipelineStage::PipelineStageCodeGenerator::typeName\28SkSL::Type\20const&\29 +2236:SkSL::MethodReference::~MethodReference\28\29_6483 +2237:SkSL::MethodReference::~MethodReference\28\29 +2238:SkSL::LiteralType::priority\28\29\20const +2239:SkSL::Intrinsics::\28anonymous\20namespace\29::evaluate_sub\28SkSL::Context\20const&\2c\20std::__2::array\20const&\29 +2240:SkSL::IndexExpression::Make\28SkSL::Context\20const&\2c\20SkSL::Position\2c\20std::__2::unique_ptr>\2c\20std::__2::unique_ptr>\29 +2241:SkSL::GLSLCodeGenerator::writeAnyConstructor\28SkSL::AnyConstructor\20const&\2c\20SkSL::OperatorPrecedence\29 +2242:SkSL::Compiler::errorText\28bool\29 +2243:SkSL::Block::Make\28SkSL::Position\2c\20skia_private::STArray<2\2c\20std::__2::unique_ptr>\2c\20true>\2c\20SkSL::Block::Kind\2c\20std::__2::unique_ptr>\29 +2244:SkSL::Block::MakeBlock\28SkSL::Position\2c\20skia_private::STArray<2\2c\20std::__2::unique_ptr>\2c\20true>\2c\20SkSL::Block::Kind\2c\20std::__2::unique_ptr>\29 +2245:SkSL::Analysis::DetectVarDeclarationWithoutScope\28SkSL::Statement\20const&\2c\20SkSL::ErrorReporter*\29 +2246:SkRuntimeEffectPriv::TransformUniforms\28SkSpan\2c\20sk_sp\2c\20SkColorSpace\20const*\29 +2247:SkRuntimeEffect::getRPProgram\28SkSL::DebugTracePriv*\29\20const +2248:SkRegion::Spanerator::next\28int*\2c\20int*\29 +2249:SkRegion::SkRegion\28SkRegion\20const&\29 +2250:SkReduceOrder::Quad\28SkPoint\20const*\2c\20SkPoint*\29 +2251:SkReadBuffer::skipByteArray\28unsigned\20long*\29 +2252:SkReadBuffer::readSampling\28\29 +2253:SkReadBuffer::readRRect\28SkRRect*\29 +2254:SkReadBuffer::checkInt\28int\2c\20int\29 +2255:SkRasterPipeline::appendMatrix\28SkArenaAlloc*\2c\20SkMatrix\20const&\29 +2256:SkQuads::RootsReal\28double\2c\20double\2c\20double\2c\20double*\29 +2257:SkPngCodecBase::applyXformRow\28void*\2c\20unsigned\20char\20const*\29 +2258:SkPngCodec::processData\28\29 +2259:SkPixmap::readPixels\28SkImageInfo\20const&\2c\20void*\2c\20unsigned\20long\2c\20int\2c\20int\29\20const +2260:SkPictureRecord::~SkPictureRecord\28\29 +2261:SkPicture::~SkPicture\28\29_3533 +2262:SkPathStroker::quadStroke\28SkPoint\20const*\2c\20SkQuadConstruct*\29 +2263:SkPathStroker::preJoinTo\28SkPoint\20const&\2c\20SkPoint*\2c\20SkPoint*\2c\20bool\29 +2264:SkPathStroker::intersectRay\28SkQuadConstruct*\2c\20SkPathStroker::IntersectRayType\29\20const +2265:SkPathStroker::cubicStroke\28SkPoint\20const*\2c\20SkQuadConstruct*\29 +2266:SkPathStroker::conicStroke\28SkConic\20const&\2c\20SkQuadConstruct*\29 +2267:SkPathPriv::IsRectContour\28SkSpan\2c\20SkSpan\2c\20bool\29 +2268:SkPathPriv::ComputeConvexity\28SkSpan\2c\20SkSpan\2c\20SkSpan\29 +2269:SkPathMeasure::isClosed\28\29 +2270:SkPathMeasure::getPosTan\28float\2c\20SkPoint*\2c\20SkPoint*\29 +2271:SkPathEffectBase::getFlattenableType\28\29\20const +2272:SkPathEdgeIter::SkPathEdgeIter\28SkPathRaw\20const&\29 +2273:SkPathBuilder::transform\28SkMatrix\20const&\29 +2274:SkPathBuilder::addPolygon\28SkSpan\2c\20bool\29 +2275:SkPath::isLastContourClosed\28\29\20const +2276:SkPath::close\28\29 +2277:SkPath::addPath\28SkPath\20const&\2c\20SkMatrix\20const&\2c\20SkPath::AddPathMode\29 +2278:SkPaint::setStrokeMiter\28float\29 +2279:SkPaint::setStrokeJoin\28SkPaint::Join\29 +2280:SkOpSpanBase::mergeMatches\28SkOpSpanBase*\29 +2281:SkOpSpanBase::addOpp\28SkOpSpanBase*\29 +2282:SkOpSegment::subDivide\28SkOpSpanBase\20const*\2c\20SkOpSpanBase\20const*\2c\20SkDCurve*\29\20const +2283:SkOpSegment::release\28SkOpSpan\20const*\29 +2284:SkOpSegment::operand\28\29\20const +2285:SkOpSegment::moveNearby\28\29 +2286:SkOpSegment::markAndChaseDone\28SkOpSpanBase*\2c\20SkOpSpanBase*\2c\20SkOpSpanBase**\29 +2287:SkOpSegment::isClose\28double\2c\20SkOpSegment\20const*\29\20const +2288:SkOpSegment::init\28SkPoint*\2c\20float\2c\20SkOpContour*\2c\20SkPath::Verb\29 +2289:SkOpSegment::addT\28double\2c\20SkPoint\20const&\29 +2290:SkOpCoincidence::fixUp\28SkOpPtT*\2c\20SkOpPtT\20const*\29 +2291:SkOpCoincidence::add\28SkOpPtT*\2c\20SkOpPtT*\2c\20SkOpPtT*\2c\20SkOpPtT*\29 +2292:SkOpCoincidence::addMissing\28bool*\29 +2293:SkOpCoincidence::addIfMissing\28SkOpPtT\20const*\2c\20SkOpPtT\20const*\2c\20double\2c\20double\2c\20SkOpSegment*\2c\20SkOpSegment*\2c\20bool*\29 +2294:SkOpCoincidence::addExpanded\28\29 +2295:SkOpAngle::set\28SkOpSpanBase*\2c\20SkOpSpanBase*\29 +2296:SkOpAngle::lineOnOneSide\28SkDPoint\20const&\2c\20SkDVector\20const&\2c\20SkOpAngle\20const*\2c\20bool\29\20const +2297:SkNoPixelsDevice::ClipState::op\28SkClipOp\2c\20SkM44\20const&\2c\20SkRect\20const&\2c\20bool\2c\20bool\29 +2298:SkNoDestructor>\2c\20SkSL::IntrinsicKind\2c\20SkGoodHash>>::SkNoDestructor\28skia_private::THashMap>\2c\20SkSL::IntrinsicKind\2c\20SkGoodHash>&&\29 +2299:SkMatrixPriv::DifferentialAreaScale\28SkMatrix\20const&\2c\20SkPoint\20const&\29 +2300:SkMatrix::writeToMemory\28void*\29\20const +2301:SkMatrix::setSinCos\28float\2c\20float\2c\20float\2c\20float\29 +2302:SkMakeBitmapShaderForPaint\28SkPaint\20const&\2c\20SkBitmap\20const&\2c\20SkTileMode\2c\20SkTileMode\2c\20SkSamplingOptions\20const&\2c\20SkMatrix\20const*\2c\20SkCopyPixelsMode\29 +2303:SkM44::normalizePerspective\28\29 +2304:SkM44::invert\28SkM44*\29\20const +2305:SkLatticeIter::~SkLatticeIter\28\29 +2306:SkLatticeIter::next\28SkIRect*\2c\20SkRect*\2c\20bool*\2c\20unsigned\20int*\29 +2307:SkJpegCodec::ReadHeader\28SkStream*\2c\20SkCodec**\2c\20JpegDecoderMgr**\2c\20std::__2::unique_ptr>\29 +2308:SkJSONWriter::endObject\28\29 +2309:SkJSONWriter::endArray\28\29 +2310:SkImage_Lazy::Validator::Validator\28sk_sp\2c\20SkColorType\20const*\2c\20sk_sp\29 +2311:SkImageShader::MakeSubset\28sk_sp\2c\20SkRect\20const&\2c\20SkTileMode\2c\20SkTileMode\2c\20SkSamplingOptions\20const&\2c\20SkMatrix\20const*\2c\20bool\29 +2312:SkImageFilters::MatrixTransform\28SkMatrix\20const&\2c\20SkSamplingOptions\20const&\2c\20sk_sp\29 +2313:SkImageFilters::Image\28sk_sp\2c\20SkRect\20const&\2c\20SkRect\20const&\2c\20SkSamplingOptions\20const&\29 +2314:SkImageFilters::Blend\28SkBlendMode\2c\20sk_sp\2c\20sk_sp\2c\20SkImageFilters::CropRect\20const&\29 +2315:SkImage::width\28\29\20const +2316:SkImage::readPixels\28GrDirectContext*\2c\20SkPixmap\20const&\2c\20int\2c\20int\2c\20SkImage::CachingHint\29\20const +2317:SkImage::readPixels\28GrDirectContext*\2c\20SkImageInfo\20const&\2c\20void*\2c\20unsigned\20long\2c\20int\2c\20int\2c\20SkImage::CachingHint\29\20const +2318:SkHalfToFloat\28unsigned\20short\29 +2319:SkGradientShader::MakeSweep\28float\2c\20float\2c\20SkRGBA4f<\28SkAlphaType\293>\20const*\2c\20sk_sp\2c\20float\20const*\2c\20int\2c\20SkTileMode\2c\20float\2c\20float\2c\20SkGradientShader::Interpolation\20const&\2c\20SkMatrix\20const*\29 +2320:SkGradientShader::MakeRadial\28SkPoint\20const&\2c\20float\2c\20SkRGBA4f<\28SkAlphaType\293>\20const*\2c\20sk_sp\2c\20float\20const*\2c\20int\2c\20SkTileMode\2c\20SkGradientShader::Interpolation\20const&\2c\20SkMatrix\20const*\29 +2321:SkGradientBaseShader::commonAsAGradient\28SkShaderBase::GradientInfo*\29\20const +2322:SkGradientBaseShader::ValidGradient\28SkRGBA4f<\28SkAlphaType\293>\20const*\2c\20int\2c\20SkTileMode\2c\20SkGradientShader::Interpolation\20const&\29 +2323:SkGradientBaseShader::SkGradientBaseShader\28SkGradientBaseShader::Descriptor\20const&\2c\20SkMatrix\20const&\29 +2324:SkGradientBaseShader::MakeDegenerateGradient\28SkRGBA4f<\28SkAlphaType\293>\20const*\2c\20float\20const*\2c\20int\2c\20sk_sp\2c\20SkTileMode\29 +2325:SkGradientBaseShader::Descriptor::~Descriptor\28\29 +2326:SkGradientBaseShader::Descriptor::Descriptor\28SkRGBA4f<\28SkAlphaType\293>\20const*\2c\20sk_sp\2c\20float\20const*\2c\20int\2c\20SkTileMode\2c\20SkGradientShader::Interpolation\20const&\29 +2327:SkFontMgr::matchFamilyStyleCharacter\28char\20const*\2c\20SkFontStyle\20const&\2c\20char\20const**\2c\20int\2c\20int\29\20const +2328:SkFont::setSize\28float\29 +2329:SkEvalQuadAt\28SkPoint\20const*\2c\20float\2c\20SkPoint*\2c\20SkPoint*\29 +2330:SkEncodedInfo::~SkEncodedInfo\28\29 +2331:SkEmptyFontMgr::onMakeFromStreamIndex\28std::__2::unique_ptr>\2c\20int\29\20const +2332:SkDrawableList::~SkDrawableList\28\29 +2333:SkDrawable::draw\28SkCanvas*\2c\20SkMatrix\20const*\29 +2334:SkDevice::SkDevice\28SkImageInfo\20const&\2c\20SkSurfaceProps\20const&\29 +2335:SkData::PrivateNewWithCopy\28void\20const*\2c\20unsigned\20long\29::$_0::operator\28\29\28\29\20const +2336:SkDashPathEffect::Make\28SkSpan\2c\20float\29 +2337:SkDQuad::monotonicInX\28\29\20const +2338:SkDCubic::dxdyAtT\28double\29\20const +2339:SkDCubic::RootsValidT\28double\2c\20double\2c\20double\2c\20double\2c\20double*\29 +2340:SkConicalGradient::~SkConicalGradient\28\29 +2341:SkColorSpace::MakeSRGBLinear\28\29 +2342:SkColorFilters::Blend\28SkRGBA4f<\28SkAlphaType\293>\20const&\2c\20sk_sp\2c\20SkBlendMode\29 +2343:SkColorFilterPriv::MakeGaussian\28\29 +2344:SkColorConverter::SkColorConverter\28unsigned\20int\20const*\2c\20int\29 +2345:SkCodec::startScanlineDecode\28SkImageInfo\20const&\2c\20SkCodec::Options\20const*\29 +2346:SkCodec::handleFrameIndex\28SkImageInfo\20const&\2c\20void*\2c\20unsigned\20long\2c\20SkCodec::Options\20const&\2c\20std::__2::function\29 +2347:SkCodec::getScanlines\28void*\2c\20int\2c\20unsigned\20long\29 +2348:SkChopQuadAtYExtrema\28SkPoint\20const*\2c\20SkPoint*\29 +2349:SkChopCubicAt\28SkPoint\20const*\2c\20SkPoint*\2c\20float\20const*\2c\20int\29 +2350:SkChopCubicAtYExtrema\28SkPoint\20const*\2c\20SkPoint*\29 +2351:SkCharToGlyphCache::SkCharToGlyphCache\28\29 +2352:SkCanvas::setMatrix\28SkM44\20const&\29 +2353:SkCanvas::getTotalMatrix\28\29\20const +2354:SkCanvas::getLocalClipBounds\28\29\20const +2355:SkCanvas::drawImageLattice\28SkImage\20const*\2c\20SkCanvas::Lattice\20const&\2c\20SkRect\20const&\2c\20SkFilterMode\2c\20SkPaint\20const*\29 +2356:SkCanvas::drawAtlas\28SkImage\20const*\2c\20SkSpan\2c\20SkSpan\2c\20SkSpan\2c\20SkBlendMode\2c\20SkSamplingOptions\20const&\2c\20SkRect\20const*\2c\20SkPaint\20const*\29 +2357:SkCanvas::canAttemptBlurredRRectDraw\28SkPaint\20const&\29\20const +2358:SkCanvas::attemptBlurredRRectDraw\28SkRRect\20const&\2c\20SkBlurMaskFilterImpl\20const*\2c\20SkPaint\20const&\2c\20SkEnumBitMask\29 +2359:SkCanvas::ImageSetEntry::ImageSetEntry\28SkCanvas::ImageSetEntry\20const&\29 +2360:SkBmpCodec::ReadHeader\28SkStream*\2c\20bool\2c\20std::__2::unique_ptr>*\29 +2361:SkBlurMaskFilterImpl::computeXformedSigma\28SkMatrix\20const&\29\20const +2362:SkBlitter::blitRectRegion\28SkIRect\20const&\2c\20SkRegion\20const&\29 +2363:SkBlendMode_ShouldPreScaleCoverage\28SkBlendMode\2c\20bool\29 +2364:SkBlendMode_AppendStages\28SkBlendMode\2c\20SkRasterPipeline*\29 +2365:SkBitmap::tryAllocPixels\28SkBitmap::Allocator*\29 +2366:SkBitmap::readPixels\28SkPixmap\20const&\2c\20int\2c\20int\29\20const +2367:SkBitmap::allocPixels\28SkImageInfo\20const&\29 +2368:SkBaseShadowTessellator::handleLine\28SkPoint\20const&\29 +2369:SkAutoDescriptor::~SkAutoDescriptor\28\29 +2370:SkAnimatedImage::getFrameCount\28\29\20const +2371:SkAAClip::~SkAAClip\28\29 +2372:SkAAClip::setPath\28SkPath\20const&\2c\20SkIRect\20const&\2c\20bool\29 +2373:SkAAClip::op\28SkAAClip\20const&\2c\20SkClipOp\29 +2374:ReadHuffmanCode_15565 +2375:OT::vmtx_accelerator_t*\20hb_data_wrapper_t::call_create>\28\29\20const +2376:OT::kern_accelerator_t*\20hb_data_wrapper_t::call_create>\28\29\20const +2377:OT::cff1_accelerator_t*\20hb_data_wrapper_t::call_create>\28\29\20const +2378:OT::apply_lookup\28OT::hb_ot_apply_context_t*\2c\20unsigned\20int\2c\20unsigned\20int*\2c\20unsigned\20int\2c\20OT::LookupRecord\20const*\2c\20unsigned\20int\29 +2379:OT::OpenTypeFontFile::sanitize\28hb_sanitize_context_t*\29\20const +2380:OT::Layout::GPOS_impl::ValueFormat::get_device\28OT::IntType\20const*\2c\20bool*\2c\20OT::Layout::GPOS_impl::ValueBase\20const*\2c\20hb_sanitize_context_t&\29 +2381:OT::Layout::GPOS_impl::AnchorFormat3::get_anchor\28OT::hb_ot_apply_context_t*\2c\20unsigned\20int\2c\20float*\2c\20float*\29\20const +2382:OT::Layout::GPOS_impl::AnchorFormat2::get_anchor\28OT::hb_ot_apply_context_t*\2c\20unsigned\20int\2c\20float*\2c\20float*\29\20const +2383:OT::GPOS_accelerator_t*\20hb_data_wrapper_t::call_create>\28\29\20const +2384:OT::CFFIndex>::sanitize\28hb_sanitize_context_t*\29\20const +2385:JpegDecoderMgr::~JpegDecoderMgr\28\29 +2386:GrTriangulator::simplify\28GrTriangulator::VertexList*\2c\20GrTriangulator::Comparator\20const&\29 +2387:GrTriangulator::setTop\28GrTriangulator::Edge*\2c\20GrTriangulator::Vertex*\2c\20GrTriangulator::EdgeList*\2c\20GrTriangulator::Vertex**\2c\20GrTriangulator::Comparator\20const&\29\20const +2388:GrTriangulator::mergeCoincidentVertices\28GrTriangulator::VertexList*\2c\20GrTriangulator::Comparator\20const&\29\20const +2389:GrTriangulator::Vertex*\20SkArenaAlloc::make\28SkPoint&\2c\20int&&\29 +2390:GrThreadSafeCache::remove\28skgpu::UniqueKey\20const&\29 +2391:GrThreadSafeCache::internalFind\28skgpu::UniqueKey\20const&\29 +2392:GrThreadSafeCache::internalAdd\28skgpu::UniqueKey\20const&\2c\20GrSurfaceProxyView\20const&\29 +2393:GrTextureEffect::Sampling::Sampling\28GrSurfaceProxy\20const&\2c\20GrSamplerState\2c\20SkRect\20const&\2c\20SkRect\20const*\2c\20float\20const*\2c\20bool\2c\20GrCaps\20const&\2c\20SkPoint\29 +2394:GrTexture::markMipmapsClean\28\29 +2395:GrTessellationShader::MakePipeline\28GrTessellationShader::ProgramArgs\20const&\2c\20GrAAType\2c\20GrAppliedClip&&\2c\20GrProcessorSet&&\29 +2396:GrSurfaceProxyView::concatSwizzle\28skgpu::Swizzle\29 +2397:GrSurfaceProxy::LazyCallbackResult::LazyCallbackResult\28sk_sp\29 +2398:GrSurfaceProxy::Copy\28GrRecordingContext*\2c\20sk_sp\2c\20GrSurfaceOrigin\2c\20skgpu::Mipmapped\2c\20SkIRect\2c\20SkBackingFit\2c\20skgpu::Budgeted\2c\20std::__2::basic_string_view>\2c\20GrSurfaceProxy::RectsMustMatch\2c\20sk_sp*\29 +2399:GrStyledShape::GrStyledShape\28SkRRect\20const&\2c\20SkPathDirection\2c\20unsigned\20int\2c\20bool\2c\20GrStyle\20const&\2c\20GrStyledShape::DoSimplify\29 +2400:GrStyledShape::GrStyledShape\28GrStyledShape\20const&\2c\20GrStyle::Apply\2c\20float\29 +2401:GrSimpleMeshDrawOpHelper::CreateProgramInfo\28GrCaps\20const*\2c\20SkArenaAlloc*\2c\20GrPipeline\20const*\2c\20GrSurfaceProxyView\20const&\2c\20bool\2c\20GrGeometryProcessor*\2c\20GrPrimitiveType\2c\20GrXferBarrierFlags\2c\20GrLoadOp\2c\20GrUserStencilSettings\20const*\29 +2402:GrShape::simplifyLine\28SkPoint\20const&\2c\20SkPoint\20const&\2c\20unsigned\20int\29 +2403:GrShape::reset\28\29 +2404:GrShape::conservativeContains\28SkPoint\20const&\29\20const +2405:GrSWMaskHelper::init\28SkIRect\20const&\29 +2406:GrResourceProvider::createNonAAQuadIndexBuffer\28\29 +2407:GrResourceProvider::createBuffer\28unsigned\20long\2c\20GrGpuBufferType\2c\20GrAccessPattern\2c\20GrResourceProvider::ZeroInit\29 +2408:GrRenderTask::addTarget\28GrDrawingManager*\2c\20sk_sp\29 +2409:GrRenderTarget::~GrRenderTarget\28\29_9700 +2410:GrRecordingContextPriv::createDevice\28skgpu::Budgeted\2c\20SkImageInfo\20const&\2c\20SkBackingFit\2c\20int\2c\20skgpu::Mipmapped\2c\20skgpu::Protected\2c\20GrSurfaceOrigin\2c\20SkSurfaceProps\20const&\2c\20skgpu::ganesh::Device::InitContents\29 +2411:GrQuadUtils::WillUseHairline\28GrQuad\20const&\2c\20GrAAType\2c\20GrQuadAAFlags\29 +2412:GrQuadUtils::CropToRect\28SkRect\20const&\2c\20GrAA\2c\20DrawQuad*\2c\20bool\29 +2413:GrProxyProvider::processInvalidUniqueKey\28skgpu::UniqueKey\20const&\2c\20GrTextureProxy*\2c\20GrProxyProvider::InvalidateGPUResource\29 +2414:GrPorterDuffXPFactory::Get\28SkBlendMode\29 +2415:GrPixmap::operator=\28GrPixmap&&\29 +2416:GrPathUtils::scaleToleranceToSrc\28float\2c\20SkMatrix\20const&\2c\20SkRect\20const&\29 +2417:GrPathUtils::quadraticPointCount\28SkPoint\20const*\2c\20float\29 +2418:GrPathUtils::cubicPointCount\28SkPoint\20const*\2c\20float\29 +2419:GrPaint::setPorterDuffXPFactory\28SkBlendMode\29 +2420:GrPaint::GrPaint\28GrPaint\20const&\29 +2421:GrOpsRenderPass::draw\28int\2c\20int\29 +2422:GrOpsRenderPass::drawInstanced\28int\2c\20int\2c\20int\2c\20int\29 +2423:GrMeshDrawOp::onPrePrepareDraws\28GrRecordingContext*\2c\20GrSurfaceProxyView\20const&\2c\20GrAppliedClip*\2c\20GrDstProxyView\20const&\2c\20GrXferBarrierFlags\2c\20GrLoadOp\29 +2424:GrMakeUniqueKeyInvalidationListener\28skgpu::UniqueKey*\2c\20unsigned\20int\29 +2425:GrGradientShader::MakeGradientFP\28SkGradientBaseShader\20const&\2c\20GrFPArgs\20const&\2c\20SkShaders::MatrixRec\20const&\2c\20std::__2::unique_ptr>\2c\20SkMatrix\20const*\29 +2426:GrGpuResource::isPurgeable\28\29\20const +2427:GrGpuResource::getContext\28\29 +2428:GrGpu::writePixels\28GrSurface*\2c\20SkIRect\2c\20GrColorType\2c\20GrColorType\2c\20GrMipLevel\20const*\2c\20int\2c\20bool\29 +2429:GrGLTexture::onSetLabel\28\29 +2430:GrGLTexture::onRelease\28\29 +2431:GrGLTexture::onAbandon\28\29 +2432:GrGLTexture::backendFormat\28\29\20const +2433:GrGLSLProgramBuilder::fragmentProcessorHasCoordsParam\28GrFragmentProcessor\20const*\29\20const +2434:GrGLRenderTarget::onRelease\28\29 +2435:GrGLRenderTarget::onAbandon\28\29 +2436:GrGLGpu::resolveRenderFBOs\28GrGLRenderTarget*\2c\20SkIRect\20const&\2c\20GrGLRenderTarget::ResolveDirection\2c\20bool\29 +2437:GrGLGpu::flushBlendAndColorWrite\28skgpu::BlendInfo\20const&\2c\20skgpu::Swizzle\20const&\29 +2438:GrGLGpu::deleteSync\28__GLsync*\29 +2439:GrGLGetVersionFromString\28char\20const*\29 +2440:GrGLFinishCallbacks::callAll\28bool\29 +2441:GrGLCheckLinkStatus\28GrGLGpu\20const*\2c\20unsigned\20int\2c\20bool\2c\20skgpu::ShaderErrorHandler*\2c\20std::__2::basic_string\2c\20std::__2::allocator>\20const**\2c\20SkSL::NativeShader\20const*\29 +2442:GrGLCaps::maxRenderTargetSampleCount\28GrGLFormat\29\20const +2443:GrFragmentProcessors::Make\28SkBlenderBase\20const*\2c\20std::__2::unique_ptr>\2c\20std::__2::unique_ptr>\2c\20GrFPArgs\20const&\29 +2444:GrFragmentProcessor::isEqual\28GrFragmentProcessor\20const&\29\20const +2445:GrFragmentProcessor::asTextureEffect\28\29\20const +2446:GrFragmentProcessor::Rect\28std::__2::unique_ptr>\2c\20GrClipEdgeType\2c\20SkRect\29 +2447:GrFragmentProcessor::ModulateRGBA\28std::__2::unique_ptr>\2c\20SkRGBA4f<\28SkAlphaType\292>\20const&\29 +2448:GrDrawingManager::~GrDrawingManager\28\29 +2449:GrDrawingManager::removeRenderTasks\28\29 +2450:GrDrawingManager::getPathRenderer\28skgpu::ganesh::PathRenderer::CanDrawPathArgs\20const&\2c\20bool\2c\20skgpu::ganesh::PathRendererChain::DrawType\2c\20skgpu::ganesh::PathRenderer::StencilSupport*\29 +2451:GrDrawOpAtlas::compact\28skgpu::Token\29 +2452:GrCpuBuffer::ref\28\29\20const +2453:GrContext_Base::~GrContext_Base\28\29 +2454:GrContext_Base::defaultBackendFormat\28SkColorType\2c\20skgpu::Renderable\29\20const +2455:GrColorSpaceXform::XformKey\28GrColorSpaceXform\20const*\29 +2456:GrColorSpaceXform::Make\28SkColorSpace*\2c\20SkAlphaType\2c\20SkColorSpace*\2c\20SkAlphaType\29 +2457:GrColorSpaceXform::Make\28GrColorInfo\20const&\2c\20GrColorInfo\20const&\29 +2458:GrColorInfo::operator=\28GrColorInfo\20const&\29 +2459:GrCaps::supportedReadPixelsColorType\28GrColorType\2c\20GrBackendFormat\20const&\2c\20GrColorType\29\20const +2460:GrCaps::getFallbackColorTypeAndFormat\28GrColorType\2c\20int\29\20const +2461:GrCaps::areColorTypeAndFormatCompatible\28GrColorType\2c\20GrBackendFormat\20const&\29\20const +2462:GrBufferAllocPool::~GrBufferAllocPool\28\29 +2463:GrBlurUtils::DrawShapeWithMaskFilter\28GrRecordingContext*\2c\20skgpu::ganesh::SurfaceDrawContext*\2c\20GrClip\20const*\2c\20SkPaint\20const&\2c\20SkMatrix\20const&\2c\20GrStyledShape\20const&\29 +2464:GrBaseContextPriv::getShaderErrorHandler\28\29\20const +2465:GrBackendTexture::GrBackendTexture\28GrBackendTexture\20const&\29 +2466:GrBackendRenderTarget::getBackendFormat\28\29\20const +2467:GrBackendFormat::operator==\28GrBackendFormat\20const&\29\20const +2468:GrAAConvexTessellator::createOuterRing\28GrAAConvexTessellator::Ring\20const&\2c\20float\2c\20float\2c\20GrAAConvexTessellator::Ring*\29 +2469:GrAAConvexTessellator::createInsetRings\28GrAAConvexTessellator::Ring&\2c\20float\2c\20float\2c\20float\2c\20float\2c\20GrAAConvexTessellator::Ring**\29 +2470:FindSortableTop\28SkOpContourHead*\29 +2471:FT_Stream_Close +2472:FT_Set_Charmap +2473:FT_Select_Metrics +2474:FT_Outline_Decompose +2475:FT_Open_Face +2476:FT_New_Size +2477:FT_Load_Sfnt_Table +2478:FT_GlyphLoader_Add +2479:FT_Get_Color_Glyph_Paint +2480:FT_Get_Color_Glyph_Layer +2481:FT_Done_Library +2482:FT_CMap_New +2483:DecodeImageData\28sk_sp\29 +2484:Current_Ratio +2485:Cr_z__tr_stored_block +2486:ClipParams_unpackRegionOp\28SkReadBuffer*\2c\20unsigned\20int\29 +2487:CircleOp::Circle&\20skia_private::TArray::emplace_back\28CircleOp::Circle&&\29 +2488:AlmostEqualUlps_Pin\28float\2c\20float\29 +2489:AAT::hb_aat_apply_context_t::hb_aat_apply_context_t\28hb_ot_shape_plan_t\20const*\2c\20hb_font_t*\2c\20hb_buffer_t*\2c\20hb_blob_t*\29 +2490:AAT::TrackTableEntry::get_value\28float\2c\20void\20const*\2c\20hb_array_t\2c\2016u>\20const>\29\20const +2491:AAT::StateTable::sanitize\28hb_sanitize_context_t*\2c\20unsigned\20int*\29\20const +2492:2255 +2493:2256 +2494:2257 +2495:2258 +2496:2259 +2497:wuffs_lzw__decoder__workbuf_len +2498:wuffs_gif__decoder__decode_image_config +2499:wuffs_gif__decoder__decode_frame_config +2500:winding_mono_quad\28SkSpan\2c\20float\2c\20float\2c\20int*\29 +2501:winding_mono_conic\28SkConic\20const&\2c\20float\2c\20float\2c\20int*\29 +2502:week_num +2503:wcrtomb +2504:wchar_t\20const*\20std::__2::find\5babi:nn180100\5d\28wchar_t\20const*\2c\20wchar_t\20const*\2c\20wchar_t\20const&\29 +2505:void\20std::__2::__sort4\5babi:ne180100\5d\28skia::textlayout::OneLineShaper::RunBlock*\2c\20skia::textlayout::OneLineShaper::RunBlock*\2c\20skia::textlayout::OneLineShaper::RunBlock*\2c\20skia::textlayout::OneLineShaper::RunBlock*\2c\20skia::textlayout::OneLineShaper::finish\28skia::textlayout::Block\20const&\2c\20float\2c\20float&\29::$_0&\29 +2506:void\20std::__2::__sort4\5babi:ne180100\5d\28SkSL::ProgramElement\20const**\2c\20SkSL::ProgramElement\20const**\2c\20SkSL::ProgramElement\20const**\2c\20SkSL::ProgramElement\20const**\2c\20SkSL::Transform::\28anonymous\20namespace\29::BuiltinVariableScanner::sortNewElements\28\29::'lambda'\28SkSL::ProgramElement\20const*\2c\20SkSL::ProgramElement\20const*\29&\29 +2507:void\20std::__2::__sort4\5babi:ne180100\5d\28SkSL::FunctionDefinition\20const**\2c\20SkSL::FunctionDefinition\20const**\2c\20SkSL::FunctionDefinition\20const**\2c\20SkSL::FunctionDefinition\20const**\2c\20SkSL::Transform::FindAndDeclareBuiltinFunctions\28SkSL::Program&\29::$_0&\29 +2508:void\20std::__2::__inplace_merge\20const&\2c\20unsigned\20int\2c\20FT_COLR_Paint_\20const&\2c\20SkPaint*\29::$_0::operator\28\29\28FT_ColorStopIterator_\20const&\2c\20std::__2::vector>&\2c\20std::__2::vector\2c\20std::__2::allocator>>&\29\20const::'lambda'\28\28anonymous\20namespace\29::colrv1_configure_skpaint\28FT_FaceRec_*\2c\20SkSpan\20const&\2c\20unsigned\20int\2c\20FT_COLR_Paint_\20const&\2c\20SkPaint*\29::$_0::operator\28\29\28FT_ColorStopIterator_\20const&\2c\20std::__2::vector>&\2c\20std::__2::vector\2c\20std::__2::allocator>>&\29\20const::ColorStop\20const&\2c\20\28anonymous\20namespace\29::colrv1_configure_skpaint\28FT_FaceRec_*\2c\20SkSpan\20const&\2c\20unsigned\20int\2c\20FT_COLR_Paint_\20const&\2c\20SkPaint*\29::$_0::operator\28\29\28FT_ColorStopIterator_\20const&\2c\20std::__2::vector>&\2c\20std::__2::vector\2c\20std::__2::allocator>>&\29\20const::ColorStop\20const&\29&\2c\20std::__2::__wrap_iter<\28anonymous\20namespace\29::colrv1_configure_skpaint\28FT_FaceRec_*\2c\20SkSpan\20const&\2c\20unsigned\20int\2c\20FT_COLR_Paint_\20const&\2c\20SkPaint*\29::$_0::operator\28\29\28FT_ColorStopIterator_\20const&\2c\20std::__2::vector>&\2c\20std::__2::vector\2c\20std::__2::allocator>>&\29\20const::ColorStop*>>\28std::__2::__wrap_iter<\28anonymous\20namespace\29::colrv1_configure_skpaint\28FT_FaceRec_*\2c\20SkSpan\20const&\2c\20unsigned\20int\2c\20FT_COLR_Paint_\20const&\2c\20SkPaint*\29::$_0::operator\28\29\28FT_ColorStopIterator_\20const&\2c\20std::__2::vector>&\2c\20std::__2::vector\2c\20std::__2::allocator>>&\29\20const::ColorStop*>\2c\20std::__2::__wrap_iter<\28anonymous\20namespace\29::colrv1_configure_skpaint\28FT_FaceRec_*\2c\20SkSpan\20const&\2c\20unsigned\20int\2c\20FT_COLR_Paint_\20const&\2c\20SkPaint*\29::$_0::operator\28\29\28FT_ColorStopIterator_\20const&\2c\20std::__2::vector>&\2c\20std::__2::vector\2c\20std::__2::allocator>>&\29\20const::ColorStop*>\2c\20std::__2::__wrap_iter<\28anonymous\20namespace\29::colrv1_configure_skpaint\28FT_FaceRec_*\2c\20SkSpan\20const&\2c\20unsigned\20int\2c\20FT_COLR_Paint_\20const&\2c\20SkPaint*\29::$_0::operator\28\29\28FT_ColorStopIterator_\20const&\2c\20std::__2::vector>&\2c\20std::__2::vector\2c\20std::__2::allocator>>&\29\20const::ColorStop*>\2c\20\28anonymous\20namespace\29::colrv1_configure_skpaint\28FT_FaceRec_*\2c\20SkSpan\20const&\2c\20unsigned\20int\2c\20FT_COLR_Paint_\20const&\2c\20SkPaint*\29::$_0::operator\28\29\28FT_ColorStopIterator_\20const&\2c\20std::__2::vector>&\2c\20std::__2::vector\2c\20std::__2::allocator>>&\29\20const::'lambda'\28\28anonymous\20namespace\29::colrv1_configure_skpaint\28FT_FaceRec_*\2c\20SkSpan\20const&\2c\20unsigned\20int\2c\20FT_COLR_Paint_\20const&\2c\20SkPaint*\29::$_0::operator\28\29\28FT_ColorStopIterator_\20const&\2c\20std::__2::vector>&\2c\20std::__2::vector\2c\20std::__2::allocator>>&\29\20const::ColorStop\20const&\2c\20\28anonymous\20namespace\29::colrv1_configure_skpaint\28FT_FaceRec_*\2c\20SkSpan\20const&\2c\20unsigned\20int\2c\20FT_COLR_Paint_\20const&\2c\20SkPaint*\29::$_0::operator\28\29\28FT_ColorStopIterator_\20const&\2c\20std::__2::vector>&\2c\20std::__2::vector\2c\20std::__2::allocator>>&\29\20const::ColorStop\20const&\29&\2c\20std::__2::iterator_traits\20const&\2c\20unsigned\20int\2c\20FT_COLR_Paint_\20const&\2c\20SkPaint*\29::$_0::operator\28\29\28FT_ColorStopIterator_\20const&\2c\20std::__2::vector>&\2c\20std::__2::vector\2c\20std::__2::allocator>>&\29\20const::ColorStop*>>::difference_type\2c\20std::__2::iterator_traits\20const&\2c\20unsigned\20int\2c\20FT_COLR_Paint_\20const&\2c\20SkPaint*\29::$_0::operator\28\29\28FT_ColorStopIterator_\20const&\2c\20std::__2::vector>&\2c\20std::__2::vector\2c\20std::__2::allocator>>&\29\20const::ColorStop*>>::difference_type\2c\20std::__2::iterator_traits\20const&\2c\20unsigned\20int\2c\20FT_COLR_Paint_\20const&\2c\20SkPaint*\29::$_0::operator\28\29\28FT_ColorStopIterator_\20const&\2c\20std::__2::vector>&\2c\20std::__2::vector\2c\20std::__2::allocator>>&\29\20const::ColorStop*>>::value_type*\2c\20long\29 +2509:void\20sort_r_simple\28void*\2c\20unsigned\20long\2c\20unsigned\20long\2c\20int\20\28*\29\28void\20const*\2c\20void\20const*\2c\20void*\29\2c\20void*\29 +2510:void\20sort_r_simple<>\28void*\2c\20unsigned\20long\2c\20unsigned\20long\2c\20int\20\28*\29\28void\20const*\2c\20void\20const*\29\29_14663 +2511:void\20sort_r_simple<>\28void*\2c\20unsigned\20long\2c\20unsigned\20long\2c\20int\20\28*\29\28void\20const*\2c\20void\20const*\29\29 +2512:void\20SkTIntroSort\28double*\2c\20double*\29::'lambda'\28double\20const&\2c\20double\20const&\29>\28int\2c\20double*\2c\20int\2c\20void\20SkTQSort\28double*\2c\20double*\29::'lambda'\28double\20const&\2c\20double\20const&\29\20const&\29 +2513:void\20SkTIntroSort\28int\2c\20SkEdge**\2c\20int\2c\20bool\20\20const\28&\29\28SkEdge\20const*\2c\20SkEdge\20const*\29\29 +2514:void\20SkTHeapSort\28SkAnalyticEdge**\2c\20unsigned\20long\2c\20bool\20\20const\28&\29\28SkAnalyticEdge\20const*\2c\20SkAnalyticEdge\20const*\29\29 +2515:void\20AAT::StateTable::collect_initial_glyphs>\28hb_bit_set_t&\2c\20unsigned\20int\2c\20AAT::LigatureSubtable\20const&\29\20const +2516:vfprintf +2517:valid_args\28SkImageInfo\20const&\2c\20unsigned\20long\2c\20unsigned\20long*\29 +2518:update_offset_to_base\28char\20const*\2c\20long\29 +2519:update_box +2520:u_charMirror_skia +2521:tt_size_reset +2522:tt_sbit_decoder_load_metrics +2523:tt_face_find_bdf_prop +2524:tolower +2525:toTextStyle\28SimpleTextStyle\20const&\29 +2526:t1_cmap_unicode_done +2527:subdivide_cubic_to\28SkPathBuilder*\2c\20SkPoint\20const*\2c\20int\29 +2528:subdivide\28SkConic\20const&\2c\20SkPoint*\2c\20int\29 +2529:strtox_16099 +2530:strtox +2531:strtoull_l +2532:strtod +2533:std::logic_error::~logic_error\28\29_17791 +2534:std::__2::vector>::__append\28unsigned\20long\29 +2535:std::__2::vector>::push_back\5babi:ne180100\5d\28float&&\29 +2536:std::__2::vector>::__append\28unsigned\20long\29 +2537:std::__2::vector<\28anonymous\20namespace\29::CacheImpl::Value*\2c\20std::__2::allocator<\28anonymous\20namespace\29::CacheImpl::Value*>>::__throw_length_error\5babi:ne180100\5d\28\29\20const +2538:std::__2::vector>::reserve\28unsigned\20long\29 +2539:std::__2::vector\2c\20std::__2::allocator>>::push_back\5babi:ne180100\5d\28SkRGBA4f<\28SkAlphaType\293>\20const&\29 +2540:std::__2::unique_ptr<\28anonymous\20namespace\29::SoftwarePathData\2c\20std::__2::default_delete<\28anonymous\20namespace\29::SoftwarePathData>>::reset\5babi:ne180100\5d\28\28anonymous\20namespace\29::SoftwarePathData*\29 +2541:std::__2::unique_ptr>::~unique_ptr\5babi:ne180100\5d\28\29 +2542:std::__2::time_put>>::~time_put\28\29_17332 +2543:std::__2::priority_queue>\2c\20GrAATriangulator::EventComparator>::push\28GrAATriangulator::Event*\20const&\29 +2544:std::__2::pair\2c\20std::__2::allocator>>>::~pair\28\29 +2545:std::__2::locale::operator=\28std::__2::locale\20const&\29 +2546:std::__2::locale::locale\28\29 +2547:std::__2::locale::__imp::acquire\28\29 +2548:std::__2::iterator_traits::difference_type\20std::__2::distance\5babi:nn180100\5d\28unsigned\20int\20const*\2c\20unsigned\20int\20const*\29 +2549:std::__2::ios_base::~ios_base\28\29 +2550:std::__2::ios_base::clear\28unsigned\20int\29 +2551:std::__2::fpos<__mbstate_t>::fpos\5babi:nn180100\5d\28long\20long\29 +2552:std::__2::enable_if::value\20&&\20is_move_assignable::value\2c\20void>::type\20std::__2::swap\5babi:ne180100\5d\28SkAnimatedImage::Frame&\2c\20SkAnimatedImage::Frame&\29 +2553:std::__2::default_delete::operator\28\29\5babi:ne180100\5d\28sktext::gpu::TextBlobRedrawCoordinator*\29\20const +2554:std::__2::char_traits::move\5babi:nn180100\5d\28char*\2c\20char\20const*\2c\20unsigned\20long\29 +2555:std::__2::basic_stringstream\2c\20std::__2::allocator>::~basic_stringstream\28\29_16383 +2556:std::__2::basic_stringbuf\2c\20std::__2::allocator>::~basic_stringbuf\28\29 +2557:std::__2::basic_stringbuf\2c\20std::__2::allocator>::__init_buf_ptrs\5babi:ne180100\5d\28\29 +2558:std::__2::basic_string\2c\20std::__2::allocator>::push_back\28wchar_t\29 +2559:std::__2::basic_string\2c\20std::__2::allocator>::capacity\5babi:nn180100\5d\28\29\20const +2560:std::__2::basic_string\2c\20std::__2::allocator>::append\28unsigned\20long\2c\20char\29 +2561:std::__2::basic_string\2c\20std::__2::allocator>::__make_iterator\5babi:nn180100\5d\28char*\29 +2562:std::__2::basic_string\2c\20std::__2::allocator>::__grow_by_without_replace\5babi:nn180100\5d\28unsigned\20long\2c\20unsigned\20long\2c\20unsigned\20long\2c\20unsigned\20long\2c\20unsigned\20long\2c\20unsigned\20long\29 +2563:std::__2::basic_string\2c\20std::__2::allocator>::__init_copy_ctor_external\28char16_t\20const*\2c\20unsigned\20long\29 +2564:std::__2::basic_ostream>::~basic_ostream\28\29_16289 +2565:std::__2::basic_istream>::~basic_istream\28\29_16248 +2566:std::__2::basic_istream>::sentry::sentry\28std::__2::basic_istream>&\2c\20bool\29 +2567:std::__2::basic_iostream>::~basic_iostream\28\29_16310 +2568:std::__2::__wrap_iter::operator+\5babi:nn180100\5d\28long\29\20const +2569:std::__2::__wrap_iter::operator++\5babi:nn180100\5d\28\29 +2570:std::__2::__wrap_iter::operator+\5babi:nn180100\5d\28long\29\20const +2571:std::__2::__wrap_iter::operator++\5babi:nn180100\5d\28\29 +2572:std::__2::__unique_if::__unique_single\20std::__2::make_unique\5babi:ne180100\5d\28SkSL::Position&\2c\20SkSL::Type\20const&\2c\20SkSL::ExpressionArray&&\29 +2573:std::__2::__unique_if::__unique_single\20std::__2::make_unique\5babi:ne180100\5d\28SkSL::Position&\2c\20SkSL::Type\20const&\2c\20SkSL::ExpressionArray&&\29 +2574:std::__2::__to_address_helper\2c\20void>::__call\5babi:nn180100\5d\28std::__2::__wrap_iter\20const&\29 +2575:std::__2::__throw_length_error\5babi:ne180100\5d\28char\20const*\29 +2576:std::__2::__optional_destruct_base::reset\5babi:ne180100\5d\28\29 +2577:std::__2::__num_get::__stage2_float_prep\28std::__2::ios_base&\2c\20wchar_t*\2c\20wchar_t&\2c\20wchar_t&\29 +2578:std::__2::__num_get::__stage2_float_loop\28wchar_t\2c\20bool&\2c\20char&\2c\20char*\2c\20char*&\2c\20wchar_t\2c\20wchar_t\2c\20std::__2::basic_string\2c\20std::__2::allocator>\20const&\2c\20unsigned\20int*\2c\20unsigned\20int*&\2c\20unsigned\20int&\2c\20wchar_t*\29 +2579:std::__2::__num_get::__stage2_float_prep\28std::__2::ios_base&\2c\20char*\2c\20char&\2c\20char&\29 +2580:std::__2::__num_get::__stage2_float_loop\28char\2c\20bool&\2c\20char&\2c\20char*\2c\20char*&\2c\20char\2c\20char\2c\20std::__2::basic_string\2c\20std::__2::allocator>\20const&\2c\20unsigned\20int*\2c\20unsigned\20int*&\2c\20unsigned\20int&\2c\20char*\29 +2581:std::__2::__libcpp_wcrtomb_l\5babi:nn180100\5d\28char*\2c\20wchar_t\2c\20__mbstate_t*\2c\20__locale_struct*\29 +2582:std::__2::__itoa::__base_10_u32\5babi:nn180100\5d\28char*\2c\20unsigned\20int\29 +2583:std::__2::__itoa::__append6\5babi:nn180100\5d\28char*\2c\20unsigned\20int\29 +2584:std::__2::__itoa::__append4\5babi:nn180100\5d\28char*\2c\20unsigned\20int\29 +2585:sktext::gpu::VertexFiller::flatten\28SkWriteBuffer&\29\20const +2586:sktext::gpu::VertexFiller::deviceRectAndCheckTransform\28SkMatrix\20const&\29\20const +2587:sktext::gpu::VertexFiller::Make\28skgpu::MaskFormat\2c\20SkMatrix\20const&\2c\20SkRect\2c\20SkSpan\2c\20sktext::gpu::SubRunAllocator*\2c\20sktext::gpu::FillerType\29 +2588:sktext::gpu::SubRunContainer::draw\28SkCanvas*\2c\20SkPoint\2c\20SkPaint\20const&\2c\20SkRefCnt\20const*\2c\20std::__2::function\2c\20sktext::gpu::RendererData\29>\20const&\29\20const +2589:sktext::gpu::SubRunAllocator::SubRunAllocator\28int\29 +2590:sktext::gpu::StrikeCache::internalPurge\28unsigned\20long\29 +2591:sktext::gpu::GlyphVector::flatten\28SkWriteBuffer&\29\20const +2592:sktext::gpu::GlyphVector::Make\28sktext::SkStrikePromise&&\2c\20SkSpan\2c\20sktext::gpu::SubRunAllocator*\29 +2593:sktext::gpu::BagOfBytes::MinimumSizeWithOverhead\28int\2c\20int\2c\20int\2c\20int\29::'lambda'\28\29::operator\28\29\28\29\20const +2594:sktext::SkStrikePromise::flatten\28SkWriteBuffer&\29\20const +2595:sktext::GlyphRunBuilder::makeGlyphRunList\28sktext::GlyphRun\20const&\2c\20SkPaint\20const&\2c\20SkPoint\29 +2596:sktext::GlyphRun::GlyphRun\28SkFont\20const&\2c\20SkSpan\2c\20SkSpan\2c\20SkSpan\2c\20SkSpan\2c\20SkSpan\29 +2597:skpaint_to_grpaint_impl\28skgpu::ganesh::SurfaceDrawContext*\2c\20SkPaint\20const&\2c\20SkMatrix\20const&\2c\20std::__2::optional>>\2c\20SkBlender*\2c\20GrPaint*\29 +2598:skip_literal_string +2599:skif::\28anonymous\20namespace\29::are_axes_nearly_integer_aligned\28skif::LayerSpace\20const&\2c\20skif::LayerSpace*\29 +2600:skif::RoundIn\28SkRect\29 +2601:skif::FilterResult::applyColorFilter\28skif::Context\20const&\2c\20sk_sp\29\20const +2602:skif::FilterResult::Builder::outputBounds\28std::__2::optional>\29\20const +2603:skif::FilterResult::Builder::drawShader\28sk_sp\2c\20skif::LayerSpace\20const&\2c\20bool\29\20const +2604:skif::FilterResult::Builder::createInputShaders\28skif::LayerSpace\20const&\2c\20bool\29 +2605:skia_private::THashTable::Pair\2c\20unsigned\20int\2c\20skia_private::THashMap::Pair>::resize\28int\29 +2606:skia_private::THashTable::Pair\2c\20unsigned\20int\2c\20skia_private::THashMap::Pair>::resize\28int\29 +2607:skia_private::THashTable>\2c\20SkGoodHash>::Pair\2c\20SkSL::Variable\20const*\2c\20skia_private::THashMap>\2c\20SkGoodHash>::Pair>::set\28skia_private::THashMap>\2c\20SkGoodHash>::Pair\29 +2608:skia_private::THashTable::Pair\2c\20SkSL::IRNode\20const*\2c\20skia_private::THashMap::Pair>::resize\28int\29 +2609:skia_private::THashTable::AdaptedTraits>::removeIfExists\28skgpu::ganesh::SmallPathShapeDataKey\20const&\29 +2610:skia_private::THashTable::Traits>::resize\28int\29 +2611:skia_private::THashTable::Entry*\2c\20unsigned\20int\2c\20SkLRUCache::Traits>::resize\28int\29 +2612:skia_private::THashTable>\2c\20GrGLGpu::ProgramCache::DescHash\2c\20SkNoOpPurge>::Entry*\2c\20GrProgramDesc\2c\20SkLRUCache>\2c\20GrGLGpu::ProgramCache::DescHash\2c\20SkNoOpPurge>::Traits>::find\28GrProgramDesc\20const&\29\20const +2613:skia_private::THashTable::AdaptedTraits>::removeIfExists\28skgpu::UniqueKey\20const&\29 +2614:skia_private::THashTable::AdaptedTraits>::uncheckedSet\28GrTextureProxy*&&\29 +2615:skia_private::THashTable::AdaptedTraits>::resize\28int\29 +2616:skia_private::THashMap\2c\20std::__2::allocator>\2c\20SkGoodHash>::set\28SkSL::Variable\20const*\2c\20std::__2::basic_string\2c\20std::__2::allocator>\29 +2617:skia_private::THashMap::set\28SkSL::SymbolTable::SymbolKey\2c\20SkSL::Symbol*\29 +2618:skia_private::THashMap::set\28SkSL::FunctionDeclaration\20const*\2c\20SkSL::Analysis::CheckProgramStructure\28SkSL::Program\20const&\29::ProgramStructureVisitor::FunctionState\29 +2619:skia_private::TArray::resize_back\28int\29 +2620:skia_private::TArray\2c\20false>::move\28void*\29 +2621:skia_private::TArray::push_back\28float\20const&\29 +2622:skia_private::TArray::operator=\28skia_private::TArray&&\29 +2623:skia_private::TArray::push_back\28SkRasterPipelineContexts::MemoryCtxInfo&&\29 +2624:skia_private::TArray::resize_back\28int\29 +2625:skia_png_write_chunk +2626:skia_png_set_sBIT +2627:skia_png_set_read_fn +2628:skia_png_set_packing +2629:skia_png_save_uint_32 +2630:skia_png_reciprocal2 +2631:skia_png_realloc_array +2632:skia_png_read_start_row +2633:skia_png_read_IDAT_data +2634:skia_png_handle_zTXt +2635:skia_png_handle_tRNS +2636:skia_png_handle_tIME +2637:skia_png_handle_tEXt +2638:skia_png_handle_sRGB +2639:skia_png_handle_sPLT +2640:skia_png_handle_sCAL +2641:skia_png_handle_sBIT +2642:skia_png_handle_pHYs +2643:skia_png_handle_pCAL +2644:skia_png_handle_oFFs +2645:skia_png_handle_iTXt +2646:skia_png_handle_iCCP +2647:skia_png_handle_hIST +2648:skia_png_handle_gAMA +2649:skia_png_handle_cHRM +2650:skia_png_handle_bKGD +2651:skia_png_handle_as_unknown +2652:skia_png_handle_PLTE +2653:skia_png_do_strip_channel +2654:skia_png_destroy_write_struct +2655:skia_png_destroy_info_struct +2656:skia_png_compress_IDAT +2657:skia_png_combine_row +2658:skia_png_colorspace_set_sRGB +2659:skia_png_check_fp_string +2660:skia_png_check_fp_number +2661:skia::textlayout::TypefaceFontStyleSet::createTypeface\28int\29 +2662:skia::textlayout::TextLine::shapeEllipsis\28SkString\20const&\2c\20skia::textlayout::Cluster\20const*\29::$_0::operator\28\29\28sk_sp\2c\20sk_sp\29\20const +2663:skia::textlayout::TextLine::getRectsForRange\28skia::textlayout::SkRange\2c\20skia::textlayout::RectHeightStyle\2c\20skia::textlayout::RectWidthStyle\2c\20std::__2::vector>&\29\20const +2664:skia::textlayout::TextLine::getGlyphPositionAtCoordinate\28float\29 +2665:skia::textlayout::Run::isResolved\28\29\20const +2666:skia::textlayout::Run::copyTo\28SkTextBlobBuilder&\2c\20unsigned\20long\2c\20unsigned\20long\29\20const +2667:skia::textlayout::ParagraphImpl::buildClusterTable\28\29 +2668:skia::textlayout::ParagraphBuilderImpl::ensureUTF16Mapping\28\29 +2669:skia::textlayout::OneLineShaper::~OneLineShaper\28\29 +2670:skia::textlayout::FontCollection::setDefaultFontManager\28sk_sp\29 +2671:skia::textlayout::FontCollection::FontCollection\28\29 +2672:skia::textlayout::FontArguments::CloneTypeface\28sk_sp\20const&\29\20const +2673:skgpu::ganesh::\28anonymous\20namespace\29::SmallPathOp::flush\28GrMeshDrawTarget*\2c\20skgpu::ganesh::\28anonymous\20namespace\29::SmallPathOp::FlushInfo*\29\20const +2674:skgpu::ganesh::\28anonymous\20namespace\29::HullShader::makeProgramImpl\28GrShaderCaps\20const&\29\20const::Impl::~Impl\28\29 +2675:skgpu::ganesh::\28anonymous\20namespace\29::AAFlatteningConvexPathOp::programInfo\28\29 +2676:skgpu::ganesh::SurfaceFillContext::discard\28\29 +2677:skgpu::ganesh::SurfaceDrawContext::internalStencilClear\28SkIRect\20const*\2c\20bool\29 +2678:skgpu::ganesh::SurfaceDrawContext::drawPath\28GrClip\20const*\2c\20GrPaint&&\2c\20GrAA\2c\20SkMatrix\20const&\2c\20SkPath\20const&\2c\20GrStyle\20const&\29 +2679:skgpu::ganesh::SurfaceDrawContext::attemptQuadOptimization\28GrClip\20const*\2c\20GrUserStencilSettings\20const*\2c\20DrawQuad*\2c\20GrPaint*\29 +2680:skgpu::ganesh::SurfaceDrawContext::Make\28GrRecordingContext*\2c\20GrColorType\2c\20sk_sp\2c\20sk_sp\2c\20GrSurfaceOrigin\2c\20SkSurfaceProps\20const&\29 +2681:skgpu::ganesh::SurfaceContext::rescaleInto\28skgpu::ganesh::SurfaceFillContext*\2c\20SkIRect\2c\20SkIRect\2c\20SkImage::RescaleGamma\2c\20SkImage::RescaleMode\29::$_0::operator\28\29\28GrSurfaceProxyView\2c\20SkIRect\29\20const +2682:skgpu::ganesh::SmallPathAtlasMgr::~SmallPathAtlasMgr\28\29 +2683:skgpu::ganesh::QuadPerEdgeAA::MinColorType\28SkRGBA4f<\28SkAlphaType\292>\29 +2684:skgpu::ganesh::PathRendererChain::PathRendererChain\28GrRecordingContext*\2c\20skgpu::ganesh::PathRendererChain::Options\20const&\29 +2685:skgpu::ganesh::PathCurveTessellator::draw\28GrOpFlushState*\29\20const +2686:skgpu::ganesh::OpsTask::recordOp\28std::__2::unique_ptr>\2c\20bool\2c\20GrProcessorSet::Analysis\2c\20GrAppliedClip*\2c\20GrDstProxyView\20const*\2c\20GrCaps\20const&\29 +2687:skgpu::ganesh::MakeFragmentProcessorFromView\28GrRecordingContext*\2c\20GrSurfaceProxyView\2c\20SkAlphaType\2c\20SkSamplingOptions\2c\20SkTileMode\20const*\2c\20SkMatrix\20const&\2c\20SkRect\20const*\2c\20SkRect\20const*\29 +2688:skgpu::ganesh::FilterAndMipmapHaveNoEffect\28GrQuad\20const&\2c\20GrQuad\20const&\29 +2689:skgpu::ganesh::FillRectOp::MakeNonAARect\28GrRecordingContext*\2c\20GrPaint&&\2c\20SkMatrix\20const&\2c\20SkRect\20const&\2c\20GrUserStencilSettings\20const*\29 +2690:skgpu::ganesh::FillRRectOp::Make\28GrRecordingContext*\2c\20SkArenaAlloc*\2c\20GrPaint&&\2c\20SkMatrix\20const&\2c\20SkRRect\20const&\2c\20SkRect\20const&\2c\20GrAA\29 +2691:skgpu::ganesh::Device::drawRRect\28SkRRect\20const&\2c\20SkPaint\20const&\29 +2692:skgpu::ganesh::Device::drawImageQuadDirect\28SkImage\20const*\2c\20SkRect\20const&\2c\20SkRect\20const&\2c\20SkPoint\20const*\2c\20SkCanvas::QuadAAFlags\2c\20SkMatrix\20const*\2c\20SkSamplingOptions\20const&\2c\20SkPaint\20const&\2c\20SkCanvas::SrcRectConstraint\29 +2693:skgpu::ganesh::Device::Make\28std::__2::unique_ptr>\2c\20SkAlphaType\2c\20skgpu::ganesh::Device::InitContents\29 +2694:skgpu::ganesh::DashOp::\28anonymous\20namespace\29::setup_dashed_rect\28SkRect\20const&\2c\20skgpu::VertexWriter&\2c\20SkMatrix\20const&\2c\20float\2c\20float\2c\20float\2c\20float\2c\20float\2c\20float\2c\20float\2c\20skgpu::ganesh::DashOp::\28anonymous\20namespace\29::DashCap\29 +2695:skgpu::ganesh::ClipStack::SaveRecord::invalidateMasks\28GrProxyProvider*\2c\20SkTBlockList*\29 +2696:skgpu::ganesh::ClipStack::RawElement::contains\28skgpu::ganesh::ClipStack::SaveRecord\20const&\29\20const +2697:skgpu::ganesh::AtlasRenderTask::addAtlasDrawOp\28std::__2::unique_ptr>\2c\20GrCaps\20const&\29 +2698:skcpu::GlyphRunListPainter::GlyphRunListPainter\28SkSurfaceProps\20const&\2c\20SkColorType\2c\20SkColorSpace*\29 +2699:skcpu::Draw::drawRRect\28SkRRect\20const&\2c\20SkPaint\20const&\29\20const +2700:skcpu::Draw::drawDevicePoints\28SkCanvas::PointMode\2c\20SkSpan\2c\20SkPaint\20const&\2c\20SkDevice*\29\20const +2701:skcpu::Draw::drawBitmap\28SkBitmap\20const&\2c\20SkMatrix\20const&\2c\20SkRect\20const*\2c\20SkSamplingOptions\20const&\2c\20SkPaint\20const&\29\20const +2702:skcms_Transform +2703:skcms_TransferFunction_isPQish +2704:skcms_TransferFunction_isPQ +2705:skcms_MaxRoundtripError +2706:sk_malloc_canfail\28unsigned\20long\2c\20unsigned\20long\29 +2707:sk_free_releaseproc\28void\20const*\2c\20void*\29 +2708:siprintf +2709:sift +2710:rotate\28SkDCubic\20const&\2c\20int\2c\20int\2c\20SkDCubic&\29 +2711:read_header\28SkStream*\2c\20SkISize*\29 +2712:quad_intersect_ray\28SkPoint\20const*\2c\20float\2c\20SkDLine\20const&\2c\20SkIntersections*\29 +2713:psh_globals_set_scale +2714:ps_parser_skip_PS_token +2715:ps_builder_done +2716:png_text_compress +2717:png_inflate_read +2718:png_inflate_claim +2719:png_image_size +2720:png_default_warning +2721:png_colorspace_endpoints_match +2722:png_build_16bit_table +2723:normalize +2724:next_marker +2725:make_unpremul_effect\28std::__2::unique_ptr>\29 +2726:long\20std::__2::__libcpp_atomic_refcount_decrement\5babi:nn180100\5d\28long&\29 +2727:long\20const&\20std::__2::min\5babi:nn180100\5d\28long\20const&\2c\20long\20const&\29 +2728:log1p +2729:load_truetype_glyph +2730:line_intersect_ray\28SkPoint\20const*\2c\20float\2c\20SkDLine\20const&\2c\20SkIntersections*\29 +2731:lang_find_or_insert\28char\20const*\29 +2732:jpeg_calc_output_dimensions +2733:jpeg_CreateDecompress +2734:inner_scanline\28int\2c\20int\2c\20int\2c\20unsigned\20int\2c\20SkBlitter*\29 +2735:inflate_table +2736:increment_simple_rowgroup_ctr +2737:hb_vector_t::push\28\29 +2738:hb_vector_t::resize\28int\2c\20bool\2c\20bool\29 +2739:hb_tag_from_string +2740:hb_shape_plan_destroy +2741:hb_script_get_horizontal_direction +2742:hb_paint_extents_context_t::push_clip\28hb_extents_t\29 +2743:hb_lazy_loader_t\2c\20hb_face_t\2c\203u\2c\20OT::cmap_accelerator_t>::do_destroy\28OT::cmap_accelerator_t*\29 +2744:hb_lazy_loader_t\2c\20hb_face_t\2c\2039u\2c\20OT::SVG_accelerator_t>::do_destroy\28OT::SVG_accelerator_t*\29 +2745:hb_hashmap_t::alloc\28unsigned\20int\29 +2746:hb_font_funcs_destroy +2747:hb_face_get_upem +2748:hb_face_destroy +2749:hb_draw_cubic_to_nil\28hb_draw_funcs_t*\2c\20void*\2c\20hb_draw_state_t*\2c\20float\2c\20float\2c\20float\2c\20float\2c\20float\2c\20float\2c\20void*\29 +2750:hb_buffer_set_segment_properties +2751:hb_blob_t*\20hb_data_wrapper_t::call_create>\28\29\20const +2752:hb_blob_t*\20hb_data_wrapper_t::call_create>\28\29\20const +2753:hb_blob_t*\20hb_data_wrapper_t::call_create>\28\29\20const +2754:hb_blob_t*\20hb_data_wrapper_t::call_create>\28\29\20const +2755:hb_blob_create +2756:haircubic\28SkPoint\20const*\2c\20SkRegion\20const*\2c\20SkRect\20const*\2c\20SkRect\20const*\2c\20SkBlitter*\2c\20int\2c\20void\20\28*\29\28SkPoint\20const*\2c\20int\2c\20SkRegion\20const*\2c\20SkBlitter*\29\29 +2757:gray_render_line +2758:get_vendor\28char\20const*\29 +2759:get_renderer\28char\20const*\2c\20GrGLExtensions\20const&\29 +2760:get_layer_mapping_and_bounds\28SkSpan>\2c\20SkM44\20const&\2c\20skif::DeviceSpace\20const&\2c\20std::__2::optional>\2c\20float\29 +2761:get_joining_type\28unsigned\20int\2c\20hb_unicode_general_category_t\29 +2762:generate_distance_field_from_image\28unsigned\20char*\2c\20unsigned\20char\20const*\2c\20int\2c\20int\29 +2763:ft_var_readpackeddeltas +2764:ft_var_get_item_delta +2765:ft_var_done_item_variation_store +2766:ft_glyphslot_alloc_bitmap +2767:freelocale +2768:free_pool +2769:fquad_xy_at_t\28SkPoint\20const*\2c\20float\2c\20double\29 +2770:fp_barrierf +2771:fline_xy_at_t\28SkPoint\20const*\2c\20float\2c\20double\29 +2772:fixN0c\28BracketData*\2c\20int\2c\20int\2c\20unsigned\20char\29 +2773:fiprintf +2774:fcubic_xy_at_t\28SkPoint\20const*\2c\20float\2c\20double\29 +2775:fconic_xy_at_t\28SkPoint\20const*\2c\20float\2c\20double\29 +2776:fclose +2777:exp2 +2778:emscripten::internal::MethodInvoker::invoke\28void\20\28SkFont::*\20const&\29\28float\29\2c\20SkFont*\2c\20float\29 +2779:emscripten::internal::Invoker>\2c\20SimpleParagraphStyle\2c\20sk_sp>::invoke\28std::__2::unique_ptr>\20\28*\29\28SimpleParagraphStyle\2c\20sk_sp\29\2c\20SimpleParagraphStyle*\2c\20sk_sp*\29 +2780:emscripten::internal::FunctionInvoker::invoke\28emscripten::val\20\28**\29\28SkFontMgr&\2c\20int\29\2c\20SkFontMgr*\2c\20int\29 +2781:draw_nine\28SkMask\20const&\2c\20SkIRect\20const&\2c\20SkIPoint\20const&\2c\20bool\2c\20SkRasterClip\20const&\2c\20SkBlitter*\29 +2782:do_scanline\28int\2c\20int\2c\20int\2c\20unsigned\20int\2c\20SkBlitter*\29 +2783:do_putc +2784:deserialize_image\28sk_sp\2c\20SkDeserialProcs\2c\20std::__2::optional\29 +2785:decompose\28hb_ot_shape_normalize_context_t\20const*\2c\20bool\2c\20unsigned\20int\29 +2786:decltype\28fp\28nullptr\29\29\20SkArenaAlloc::make\20const&\2c\20skgpu::ganesh::DashOp::AAMode\2c\20SkMatrix\20const&\2c\20bool\29::$_0>\28skgpu::ganesh::DashOp::\28anonymous\20namespace\29::DashingCircleEffect::Make\28SkArenaAlloc*\2c\20SkRGBA4f<\28SkAlphaType\292>\20const&\2c\20skgpu::ganesh::DashOp::AAMode\2c\20SkMatrix\20const&\2c\20bool\29::$_0&&\29::'lambda'\28char*\29::__invoke\28char*\29 +2787:decltype\28fp\28nullptr\29\29\20SkArenaAlloc::make\28GrCaps\20const&\2c\20GrSurfaceProxyView\20const&\2c\20bool&\2c\20GrPipeline*&\2c\20GrUserStencilSettings\20const*&&\2c\20\28anonymous\20namespace\29::DrawAtlasPathShader*&\2c\20GrPrimitiveType&&\2c\20GrXferBarrierFlags&\2c\20GrLoadOp&\29::'lambda'\28void*\29>\28GrProgramInfo&&\29::'lambda'\28char*\29::__invoke\28char*\29 +2788:cubic_intersect_ray\28SkPoint\20const*\2c\20float\2c\20SkDLine\20const&\2c\20SkIntersections*\29 +2789:conic_intersect_ray\28SkPoint\20const*\2c\20float\2c\20SkDLine\20const&\2c\20SkIntersections*\29 +2790:compute_ULong_sum +2791:char\20const*\20std::__2::find\5babi:nn180100\5d\28char\20const*\2c\20char\20const*\2c\20char\20const&\29 +2792:cff_index_get_pointers +2793:cf2_glyphpath_computeOffset +2794:build_tree +2795:bool\20std::__2::__is_pointer_in_range\5babi:nn180100\5d\28char\20const*\2c\20char\20const*\2c\20char\20const*\29 +2796:bool\20OT::glyf_impl::Glyph::get_points\28hb_font_t*\2c\20OT::glyf_accelerator_t\20const&\2c\20contour_point_vector_t&\2c\20hb_glyf_scratch_t&\2c\20contour_point_vector_t*\2c\20head_maxp_info_t*\2c\20unsigned\20int*\2c\20bool\2c\20bool\2c\20bool\2c\20hb_array_t\2c\20unsigned\20int\2c\20unsigned\20int*\29\20const +2797:bool\20OT::glyf_accelerator_t::get_points\28hb_font_t*\2c\20unsigned\20int\2c\20OT::glyf_accelerator_t::points_aggregator_t\2c\20hb_array_t\2c\20hb_glyf_scratch_t&\29\20const +2798:bool\20OT::GSUBGPOSVersion1_2::sanitize\28hb_sanitize_context_t*\29\20const +2799:bool\20OT::GSUBGPOSVersion1_2::sanitize\28hb_sanitize_context_t*\29\20const +2800:bool\20OT::Condition::evaluate\28int\20const*\2c\20unsigned\20int\2c\20OT::ItemVarStoreInstancer*\29\20const +2801:blit_aaa_trapezoid_row\28AdditiveBlitter*\2c\20int\2c\20int\2c\20int\2c\20int\2c\20int\2c\20int\2c\20int\2c\20unsigned\20char\2c\20unsigned\20char*\2c\20bool\29 +2802:atan +2803:alloc_large +2804:af_glyph_hints_done +2805:add_quad\28SkPoint\20const*\2c\20skia_private::TArray*\29 +2806:acos +2807:aaa_fill_path\28SkPathRaw\20const&\2c\20SkIRect\20const&\2c\20AdditiveBlitter*\2c\20int\2c\20int\2c\20bool\2c\20bool\2c\20bool\29 +2808:_get_path\28OT::cff1::accelerator_t\20const*\2c\20hb_font_t*\2c\20unsigned\20int\2c\20hb_draw_session_t&\2c\20bool\2c\20CFF::point_t*\29 +2809:_get_bounds\28OT::cff1::accelerator_t\20const*\2c\20unsigned\20int\2c\20bounds_t&\2c\20bool\29 +2810:_embind_register_bindings +2811:__trunctfdf2 +2812:__towrite +2813:__toread +2814:__subtf3 +2815:__strchrnul +2816:__rem_pio2f +2817:__rem_pio2 +2818:__math_uflowf +2819:__math_oflowf +2820:__fwritex +2821:__cxxabiv1::__class_type_info::process_static_type_below_dst\28__cxxabiv1::__dynamic_cast_info*\2c\20void\20const*\2c\20int\29\20const +2822:__cxxabiv1::__class_type_info::process_static_type_above_dst\28__cxxabiv1::__dynamic_cast_info*\2c\20void\20const*\2c\20void\20const*\2c\20int\29\20const +2823:__cxxabiv1::__class_type_info::process_found_base_class\28__cxxabiv1::__dynamic_cast_info*\2c\20void*\2c\20int\29\20const +2824:__cxxabiv1::__base_class_type_info::search_above_dst\28__cxxabiv1::__dynamic_cast_info*\2c\20void\20const*\2c\20void\20const*\2c\20int\2c\20bool\29\20const +2825:\28anonymous\20namespace\29::subdivide_cubic_to\28SkPathBuilder*\2c\20SkPoint\20const*\2c\20int\29 +2826:\28anonymous\20namespace\29::shape_contains_rect\28GrShape\20const&\2c\20SkMatrix\20const&\2c\20SkMatrix\20const&\2c\20SkRect\20const&\2c\20SkMatrix\20const&\2c\20bool\29 +2827:\28anonymous\20namespace\29::generateFacePathCOLRv1\28FT_FaceRec_*\2c\20unsigned\20short\2c\20SkMatrix\20const*\29 +2828:\28anonymous\20namespace\29::convert_noninflect_cubic_to_quads_with_constraint\28SkPoint\20const*\2c\20float\2c\20SkPathFirstDirection\2c\20skia_private::TArray*\2c\20int\29 +2829:\28anonymous\20namespace\29::convert_noninflect_cubic_to_quads\28SkPoint\20const*\2c\20float\2c\20skia_private::TArray*\2c\20int\2c\20bool\2c\20bool\29 +2830:\28anonymous\20namespace\29::colrv1_configure_skpaint\28FT_FaceRec_*\2c\20SkSpan\20const&\2c\20unsigned\20int\2c\20FT_COLR_Paint_\20const&\2c\20SkPaint*\29::$_0::operator\28\29\28FT_ColorStopIterator_\20const&\2c\20std::__2::vector>&\2c\20std::__2::vector\2c\20std::__2::allocator>>&\29\20const +2831:\28anonymous\20namespace\29::bloat_quad\28SkPoint\20const*\2c\20SkMatrix\20const*\2c\20SkMatrix\20const*\2c\20\28anonymous\20namespace\29::BezierVertex*\29 +2832:\28anonymous\20namespace\29::SkEmptyTypeface::onMakeClone\28SkFontArguments\20const&\29\20const +2833:\28anonymous\20namespace\29::SkColorFilterImageFilter::~SkColorFilterImageFilter\28\29_5427 +2834:\28anonymous\20namespace\29::SkColorFilterImageFilter::~SkColorFilterImageFilter\28\29 +2835:\28anonymous\20namespace\29::DrawAtlasOpImpl::visitProxies\28std::__2::function\20const&\29\20const +2836:\28anonymous\20namespace\29::DrawAtlasOpImpl::programInfo\28\29 +2837:\28anonymous\20namespace\29::DrawAtlasOpImpl::onExecute\28GrOpFlushState*\2c\20SkRect\20const&\29 +2838:\28anonymous\20namespace\29::DirectMaskSubRun::~DirectMaskSubRun\28\29 +2839:\28anonymous\20namespace\29::DirectMaskSubRun::testingOnly_packedGlyphIDToGlyph\28sktext::gpu::StrikeCache*\29\20const +2840:WebPRescaleNeededLines +2841:WebPInitDecBufferInternal +2842:WebPInitCustomIo +2843:WebPGetFeaturesInternal +2844:WebPDemuxGetFrame +2845:VP8LInitBitReader +2846:VP8LColorIndexInverseTransformAlpha +2847:VP8InitIoInternal +2848:VP8InitBitReader +2849:TT_Vary_Apply_Glyph_Deltas +2850:TT_Set_Var_Design +2851:SkWuffsCodec::decodeFrame\28\29 +2852:SkVertices::uniqueID\28\29\20const +2853:SkVertices::MakeCopy\28SkVertices::VertexMode\2c\20int\2c\20SkPoint\20const*\2c\20SkPoint\20const*\2c\20unsigned\20int\20const*\2c\20int\2c\20unsigned\20short\20const*\29 +2854:SkVertices::Builder::texCoords\28\29 +2855:SkVertices::Builder::positions\28\29 +2856:SkVertices::Builder::init\28SkVertices::Desc\20const&\29 +2857:SkVertices::Builder::colors\28\29 +2858:SkVertices::Builder::Builder\28SkVertices::VertexMode\2c\20int\2c\20int\2c\20unsigned\20int\29 +2859:SkTypeface_FreeType::MakeFromStream\28std::__2::unique_ptr>\2c\20SkFontArguments\20const&\29 +2860:SkTypeface::getTableSize\28unsigned\20int\29\20const +2861:SkTiff::ImageFileDirectory::getEntryTag\28unsigned\20short\29\20const +2862:SkTiff::ImageFileDirectory::MakeFromOffset\28sk_sp\2c\20bool\2c\20unsigned\20int\2c\20bool\29 +2863:SkTextBlobRunIterator::positioning\28\29\20const +2864:SkTSpan::splitAt\28SkTSpan*\2c\20double\2c\20SkArenaAlloc*\29 +2865:SkTSect::computePerpendiculars\28SkTSect*\2c\20SkTSpan*\2c\20SkTSpan*\29 +2866:SkTDStorage::insert\28int\29 +2867:SkTDStorage::calculateSizeOrDie\28int\29::$_0::operator\28\29\28\29\20const +2868:SkTDPQueue::percolateDownIfNecessary\28int\29 +2869:SkTConic::hullIntersects\28SkDConic\20const&\2c\20bool*\29\20const +2870:SkStrokerPriv::CapFactory\28SkPaint::Cap\29 +2871:SkStrokeRec::getInflationRadius\28\29\20const +2872:SkString::equals\28char\20const*\29\20const +2873:SkString::SkString\28std::__2::basic_string_view>\29 +2874:SkStrikeSpec::MakeTransformMask\28SkFont\20const&\2c\20SkPaint\20const&\2c\20SkSurfaceProps\20const&\2c\20SkScalerContextFlags\2c\20SkMatrix\20const&\29 +2875:SkStrikeSpec::MakePath\28SkFont\20const&\2c\20SkPaint\20const&\2c\20SkSurfaceProps\20const&\2c\20SkScalerContextFlags\29 +2876:SkSpecialImages::MakeFromRaster\28SkIRect\20const&\2c\20SkBitmap\20const&\2c\20SkSurfaceProps\20const&\29 +2877:SkShapers::HB::ShapeDontWrapOrReorder\28sk_sp\2c\20sk_sp\29 +2878:SkShaper::TrivialRunIterator::endOfCurrentRun\28\29\20const +2879:SkShaper::MakeFontMgrRunIterator\28char\20const*\2c\20unsigned\20long\2c\20SkFont\20const&\2c\20sk_sp\29 +2880:SkShadowTessellator::MakeAmbient\28SkPath\20const&\2c\20SkMatrix\20const&\2c\20SkPoint3\20const&\2c\20bool\29 +2881:SkScan::HairLineRgn\28SkPoint\20const*\2c\20int\2c\20SkRegion\20const*\2c\20SkBlitter*\29 +2882:SkScan::FillTriangle\28SkPoint\20const*\2c\20SkRasterClip\20const&\2c\20SkBlitter*\29 +2883:SkScan::FillPath\28SkPathRaw\20const&\2c\20SkRasterClip\20const&\2c\20SkBlitter*\29 +2884:SkScan::FillIRect\28SkIRect\20const&\2c\20SkRasterClip\20const&\2c\20SkBlitter*\29 +2885:SkScan::AntiHairLine\28SkPoint\20const*\2c\20int\2c\20SkRasterClip\20const&\2c\20SkBlitter*\29 +2886:SkScan::AntiHairLineRgn\28SkPoint\20const*\2c\20int\2c\20SkRegion\20const*\2c\20SkBlitter*\29 +2887:SkScan::AntiFillPath\28SkPathRaw\20const&\2c\20SkRegion\20const&\2c\20SkBlitter*\2c\20bool\29 +2888:SkScalerContextRec::CachedMaskGamma\28unsigned\20char\2c\20unsigned\20char\29 +2889:SkScalerContextFTUtils::drawSVGGlyph\28FT_FaceRec_*\2c\20SkGlyph\20const&\2c\20unsigned\20int\2c\20SkSpan\2c\20SkCanvas*\29\20const +2890:SkScalerContext::getFontMetrics\28SkFontMetrics*\29 +2891:SkSLTypeString\28SkSLType\29 +2892:SkSL::simplify_negation\28SkSL::Context\20const&\2c\20SkSL::Position\2c\20SkSL::Expression\20const&\29 +2893:SkSL::simplify_matrix_multiplication\28SkSL::Context\20const&\2c\20SkSL::Position\2c\20SkSL::Expression\20const&\2c\20SkSL::Expression\20const&\2c\20int\2c\20int\2c\20int\2c\20int\29 +2894:SkSL::simplify_componentwise\28SkSL::Context\20const&\2c\20SkSL::Position\2c\20SkSL::Expression\20const&\2c\20SkSL::Operator\2c\20SkSL::Expression\20const&\29 +2895:SkSL::build_argument_type_list\28SkSpan>\20const>\29 +2896:SkSL::\28anonymous\20namespace\29::SwitchCaseContainsExit::visitStatement\28SkSL::Statement\20const&\29 +2897:SkSL::\28anonymous\20namespace\29::ReturnsInputAlphaVisitor::returnsInputAlpha\28SkSL::Expression\20const&\29 +2898:SkSL::\28anonymous\20namespace\29::ConstantExpressionVisitor::visitExpression\28SkSL::Expression\20const&\29 +2899:SkSL::Variable::Convert\28SkSL::Context\20const&\2c\20SkSL::Position\2c\20SkSL::Position\2c\20SkSL::Layout\20const&\2c\20SkSL::ModifierFlags\2c\20SkSL::Type\20const*\2c\20SkSL::Position\2c\20std::__2::basic_string_view>\2c\20SkSL::VariableStorage\29 +2900:SkSL::Type::checkForOutOfRangeLiteral\28SkSL::Context\20const&\2c\20SkSL::Expression\20const&\29\20const +2901:SkSL::Type::MakeSamplerType\28char\20const*\2c\20SkSL::Type\20const&\29 +2902:SkSL::SymbolTable::moveSymbolTo\28SkSL::SymbolTable*\2c\20SkSL::Symbol*\2c\20SkSL::Context\20const&\29 +2903:SkSL::SymbolTable::isType\28std::__2::basic_string_view>\29\20const +2904:SkSL::Symbol::instantiate\28SkSL::Context\20const&\2c\20SkSL::Position\29\20const +2905:SkSL::StructType::slotCount\28\29\20const +2906:SkSL::ReturnStatement::~ReturnStatement\28\29_6056 +2907:SkSL::ReturnStatement::~ReturnStatement\28\29 +2908:SkSL::RP::UnownedLValueSlice::~UnownedLValueSlice\28\29 +2909:SkSL::RP::Generator::pushTernaryExpression\28SkSL::Expression\20const&\2c\20SkSL::Expression\20const&\2c\20SkSL::Expression\20const&\29 +2910:SkSL::RP::Generator::pushStructuredComparison\28SkSL::RP::LValue*\2c\20SkSL::Operator\2c\20SkSL::RP::LValue*\2c\20SkSL::Type\20const&\29 +2911:SkSL::RP::Generator::pushMatrixMultiply\28SkSL::RP::LValue*\2c\20SkSL::Expression\20const&\2c\20SkSL::Expression\20const&\2c\20int\2c\20int\2c\20int\2c\20int\29 +2912:SkSL::RP::DynamicIndexLValue::~DynamicIndexLValue\28\29 +2913:SkSL::RP::Builder::push_uniform\28SkSL::RP::SlotRange\29 +2914:SkSL::RP::Builder::merge_condition_mask\28\29 +2915:SkSL::RP::Builder::jump\28int\29 +2916:SkSL::RP::Builder::branch_if_no_active_lanes_on_stack_top_equal\28int\2c\20int\29 +2917:SkSL::ProgramUsage::~ProgramUsage\28\29 +2918:SkSL::ProgramUsage::add\28SkSL::ProgramElement\20const&\29 +2919:SkSL::Pool::detachFromThread\28\29 +2920:SkSL::PipelineStage::ConvertProgram\28SkSL::Program\20const&\2c\20char\20const*\2c\20char\20const*\2c\20char\20const*\2c\20SkSL::PipelineStage::Callbacks*\29 +2921:SkSL::Parser::unaryExpression\28\29 +2922:SkSL::Parser::swizzle\28SkSL::Position\2c\20std::__2::unique_ptr>\2c\20std::__2::basic_string_view>\2c\20SkSL::Position\29 +2923:SkSL::Parser::block\28bool\2c\20std::__2::unique_ptr>*\29 +2924:SkSL::Operator::getBinaryPrecedence\28\29\20const +2925:SkSL::ModuleLoader::loadGPUModule\28SkSL::Compiler*\29 +2926:SkSL::ModifierFlags::checkPermittedFlags\28SkSL::Context\20const&\2c\20SkSL::Position\2c\20SkSL::ModifierFlags\29\20const +2927:SkSL::Mangler::uniqueName\28std::__2::basic_string_view>\2c\20SkSL::SymbolTable*\29 +2928:SkSL::LiteralType::slotType\28unsigned\20long\29\20const +2929:SkSL::Layout::operator==\28SkSL::Layout\20const&\29\20const +2930:SkSL::Layout::checkPermittedLayout\28SkSL::Context\20const&\2c\20SkSL::Position\2c\20SkEnumBitMask\29\20const +2931:SkSL::Inliner::analyze\28std::__2::vector>\2c\20std::__2::allocator>>>\20const&\2c\20SkSL::SymbolTable*\2c\20SkSL::ProgramUsage*\29 +2932:SkSL::GLSLCodeGenerator::~GLSLCodeGenerator\28\29 +2933:SkSL::GLSLCodeGenerator::writeLiteral\28SkSL::Literal\20const&\29 +2934:SkSL::GLSLCodeGenerator::writeFunctionDeclaration\28SkSL::FunctionDeclaration\20const&\29 +2935:SkSL::ForStatement::Make\28SkSL::Context\20const&\2c\20SkSL::Position\2c\20SkSL::ForLoopPositions\2c\20std::__2::unique_ptr>\2c\20std::__2::unique_ptr>\2c\20std::__2::unique_ptr>\2c\20std::__2::unique_ptr>\2c\20std::__2::unique_ptr>\2c\20std::__2::unique_ptr>\29 +2936:SkSL::FieldAccess::description\28SkSL::OperatorPrecedence\29\20const +2937:SkSL::Expression::isIncomplete\28SkSL::Context\20const&\29\20const +2938:SkSL::Expression::compareConstant\28SkSL::Expression\20const&\29\20const +2939:SkSL::DebugTracePriv::~DebugTracePriv\28\29 +2940:SkSL::Context::Context\28SkSL::BuiltinTypes\20const&\2c\20SkSL::ErrorReporter&\29 +2941:SkSL::ConstructorArrayCast::Make\28SkSL::Context\20const&\2c\20SkSL::Position\2c\20SkSL::Type\20const&\2c\20std::__2::unique_ptr>\29 +2942:SkSL::ConstructorArray::~ConstructorArray\28\29 +2943:SkSL::ConstructorArray::Make\28SkSL::Context\20const&\2c\20SkSL::Position\2c\20SkSL::Type\20const&\2c\20SkSL::ExpressionArray\29 +2944:SkSL::Analysis::GetReturnComplexity\28SkSL::FunctionDefinition\20const&\29 +2945:SkSL::Analysis::CallsColorTransformIntrinsics\28SkSL::Program\20const&\29 +2946:SkSL::AliasType::bitWidth\28\29\20const +2947:SkRuntimeEffectPriv::VarAsUniform\28SkSL::Variable\20const&\2c\20SkSL::Context\20const&\2c\20unsigned\20long*\29 +2948:SkRuntimeEffectPriv::UniformsAsSpan\28SkSpan\2c\20sk_sp\2c\20bool\2c\20SkColorSpace\20const*\2c\20SkArenaAlloc*\29 +2949:SkRuntimeEffect::source\28\29\20const +2950:SkRuntimeEffect::makeShader\28sk_sp\2c\20SkSpan\2c\20SkMatrix\20const*\29\20const +2951:SkRuntimeEffect::MakeForBlender\28SkString\2c\20SkRuntimeEffect::Options\20const&\29 +2952:SkResourceCache::~SkResourceCache\28\29 +2953:SkResourceCache::discardableFactory\28\29\20const +2954:SkResourceCache::checkMessages\28\29 +2955:SkResourceCache::NewCachedData\28unsigned\20long\29 +2956:SkRegion::translate\28int\2c\20int\2c\20SkRegion*\29\20const +2957:SkRegion::getBoundaryPath\28\29\20const +2958:SkReduceOrder::Cubic\28SkPoint\20const*\2c\20SkPoint*\29 +2959:SkRectPriv::QuadContainsRectMask\28SkM44\20const&\2c\20SkRect\20const&\2c\20SkRect\20const&\2c\20float\29 +2960:SkRectClipBlitter::~SkRectClipBlitter\28\29 +2961:SkRecords::PreCachedPath::PreCachedPath\28SkPath\20const&\29 +2962:SkRecords::FillBounds::pushSaveBlock\28SkPaint\20const*\2c\20bool\29 +2963:SkRecordDraw\28SkRecord\20const&\2c\20SkCanvas*\2c\20SkPicture\20const*\20const*\2c\20SkDrawable*\20const*\2c\20int\2c\20SkBBoxHierarchy\20const*\2c\20SkPicture::AbortCallback*\29 +2964:SkReadBuffer::readPoint\28SkPoint*\29 +2965:SkReadBuffer::readPath\28\29 +2966:SkReadBuffer::readByteArrayAsData\28\29 +2967:SkRasterPipeline_<256ul>::SkRasterPipeline_\28\29 +2968:SkRasterPipelineBlitter::~SkRasterPipelineBlitter\28\29 +2969:SkRasterPipelineBlitter::blitRect\28int\2c\20int\2c\20int\2c\20int\29 +2970:SkRasterPipelineBlitter::blitMask\28SkMask\20const&\2c\20SkIRect\20const&\29 +2971:SkRasterPipeline::appendLoad\28SkColorType\2c\20SkRasterPipelineContexts::MemoryCtx\20const*\29 +2972:SkRasterClipStack::SkRasterClipStack\28int\2c\20int\29 +2973:SkRasterClip::op\28SkPath\20const&\2c\20SkMatrix\20const&\2c\20SkClipOp\2c\20bool\29 +2974:SkRRectPriv::ConservativeIntersect\28SkRRect\20const&\2c\20SkRRect\20const&\29 +2975:SkRBuffer::skip\28unsigned\20long\29 +2976:SkPngEncoderImpl::~SkPngEncoderImpl\28\29 +2977:SkPngEncoderBase::getTargetInfo\28SkImageInfo\20const&\29 +2978:SkPngEncoder::Make\28SkWStream*\2c\20SkPixmap\20const&\2c\20SkPngEncoder::Options\20const&\29 +2979:SkPngDecoder::IsPng\28void\20const*\2c\20unsigned\20long\29 +2980:SkPixelRef::~SkPixelRef\28\29 +2981:SkPixelRef::notifyPixelsChanged\28\29 +2982:SkPictureRecorder::beginRecording\28SkRect\20const&\2c\20sk_sp\29 +2983:SkPictureRecord::addPathToHeap\28SkPath\20const&\29 +2984:SkPictureData::getPath\28SkReadBuffer*\29\20const +2985:SkPicture::serialize\28SkWStream*\2c\20SkSerialProcs\20const*\2c\20SkRefCntSet*\2c\20bool\29\20const +2986:SkPathWriter::update\28SkOpPtT\20const*\29 +2987:SkPathStroker::strokeCloseEnough\28SkPoint\20const*\2c\20SkPoint\20const*\2c\20SkQuadConstruct*\29\20const +2988:SkPathStroker::finishContour\28bool\2c\20bool\29 +2989:SkPathRef::isRRect\28\29\20const +2990:SkPathRef::addGenIDChangeListener\28sk_sp\29 +2991:SkPathRawShapes::RRect::RRect\28SkRRect\20const&\2c\20SkPathDirection\2c\20unsigned\20int\29 +2992:SkPathPriv::ComputeFirstDirection\28SkPath\20const&\29 +2993:SkPathEffectBase::onAsPoints\28SkPathEffectBase::PointData*\2c\20SkPath\20const&\2c\20SkStrokeRec\20const&\2c\20SkMatrix\20const&\2c\20SkRect\20const*\29\20const +2994:SkPathEffect::filterPath\28SkPathBuilder*\2c\20SkPath\20const&\2c\20SkStrokeRec*\2c\20SkRect\20const*\2c\20SkMatrix\20const&\29\20const +2995:SkPathBuilder::privateReversePathTo\28SkPath\20const&\29 +2996:SkPathBuilder::operator=\28SkPath\20const&\29 +2997:SkPath::writeToMemory\28void*\29\20const +2998:SkPath::getConvexityOrUnknown\28\29\20const +2999:SkPath::contains\28float\2c\20float\29\20const +3000:SkPath::arcTo\28SkRect\20const&\2c\20float\2c\20float\2c\20bool\29::$_0::operator\28\29\28SkPoint\20const&\29\20const +3001:SkPath::approximateBytesUsed\28\29\20const +3002:SkParsePath::ToSVGString\28SkPath\20const&\2c\20SkParsePath::PathEncoding\29::$_0::operator\28\29\28char\2c\20SkPoint\20const*\2c\20unsigned\20long\29\20const +3003:SkParse::FindScalar\28char\20const*\2c\20float*\29 +3004:SkPaintToGrPaintWithBlend\28skgpu::ganesh::SurfaceDrawContext*\2c\20SkPaint\20const&\2c\20SkMatrix\20const&\2c\20SkBlender*\2c\20GrPaint*\29 +3005:SkPaintToGrPaintReplaceShader\28skgpu::ganesh::SurfaceDrawContext*\2c\20SkPaint\20const&\2c\20SkMatrix\20const&\2c\20std::__2::unique_ptr>\2c\20GrPaint*\29 +3006:SkPaint::refImageFilter\28\29\20const +3007:SkPaint::refBlender\28\29\20const +3008:SkPaint::getBlendMode_or\28SkBlendMode\29\20const +3009:SkPackARGB_as_RGBA\28unsigned\20int\2c\20unsigned\20int\2c\20unsigned\20int\2c\20unsigned\20int\29 +3010:SkPackARGB_as_BGRA\28unsigned\20int\2c\20unsigned\20int\2c\20unsigned\20int\2c\20unsigned\20int\29 +3011:SkOpSpan::setOppSum\28int\29 +3012:SkOpSegment::markAndChaseWinding\28SkOpSpanBase*\2c\20SkOpSpanBase*\2c\20int\2c\20SkOpSpanBase**\29 +3013:SkOpSegment::markAllDone\28\29 +3014:SkOpSegment::activeWinding\28SkOpSpanBase*\2c\20SkOpSpanBase*\29 +3015:SkOpPtT::contains\28SkOpSegment\20const*\29\20const +3016:SkOpEdgeBuilder::closeContour\28SkPoint\20const&\2c\20SkPoint\20const&\29 +3017:SkOpCoincidence::releaseDeleted\28\29 +3018:SkOpCoincidence::markCollapsed\28SkOpPtT*\29 +3019:SkOpCoincidence::findOverlaps\28SkOpCoincidence*\29\20const +3020:SkOpCoincidence::expand\28\29 +3021:SkOpCoincidence::apply\28\29 +3022:SkOpAngle::orderable\28SkOpAngle*\29 +3023:SkOpAngle::computeSector\28\29 +3024:SkNoPixelsDevice::SkNoPixelsDevice\28SkIRect\20const&\2c\20SkSurfaceProps\20const&\2c\20sk_sp\29 +3025:SkNoPixelsDevice::SkNoPixelsDevice\28SkIRect\20const&\2c\20SkSurfaceProps\20const&\29 +3026:SkMipmap::countLevels\28\29\20const +3027:SkMessageBus::BufferFinishedMessage\2c\20GrDirectContext::DirectContextID\2c\20false>::Get\28\29 +3028:SkMemoryStream::SkMemoryStream\28sk_sp\29 +3029:SkMatrix\20skif::Mapping::map\28SkMatrix\20const&\2c\20SkMatrix\20const&\29 +3030:SkMatrix::postSkew\28float\2c\20float\29 +3031:SkMatrix::getMinScale\28\29\20const +3032:SkMatrix::getMinMaxScales\28float*\29\20const +3033:SkMatrix::PolyToPoly\28SkSpan\2c\20SkSpan\29 +3034:SkMaskBuilder::PrepareDestination\28int\2c\20int\2c\20SkMask\20const&\29 +3035:SkM44::preTranslate\28float\2c\20float\2c\20float\29 +3036:SkLineClipper::ClipLine\28SkPoint\20const*\2c\20SkRect\20const&\2c\20SkPoint*\2c\20bool\29 +3037:SkLRUCache::~SkLRUCache\28\29 +3038:SkKnownRuntimeEffects::\28anonymous\20namespace\29::make_matrix_conv_shader\28SkKnownRuntimeEffects::\28anonymous\20namespace\29::MatrixConvolutionImpl\2c\20SkKnownRuntimeEffects::StableKey\29 +3039:SkJSONWriter::separator\28bool\29 +3040:SkInvert4x4Matrix\28float\20const*\2c\20float*\29 +3041:SkIntersections::intersectRay\28SkDQuad\20const&\2c\20SkDLine\20const&\29 +3042:SkIntersections::intersectRay\28SkDLine\20const&\2c\20SkDLine\20const&\29 +3043:SkIntersections::intersectRay\28SkDCubic\20const&\2c\20SkDLine\20const&\29 +3044:SkIntersections::intersectRay\28SkDConic\20const&\2c\20SkDLine\20const&\29 +3045:SkIntersections::cleanUpParallelLines\28bool\29 +3046:SkImage_Raster::SkImage_Raster\28SkImageInfo\20const&\2c\20sk_sp\2c\20unsigned\20long\2c\20unsigned\20int\29 +3047:SkImage_Ganesh::~SkImage_Ganesh\28\29 +3048:SkImageShader::Make\28sk_sp\2c\20SkTileMode\2c\20SkTileMode\2c\20SkSamplingOptions\20const&\2c\20SkMatrix\20const*\2c\20bool\29 +3049:SkImageInfo::Make\28SkISize\2c\20SkColorType\2c\20SkAlphaType\29 +3050:SkImageInfo::MakeN32Premul\28SkISize\29 +3051:SkImageGenerator::getPixels\28SkImageInfo\20const&\2c\20void*\2c\20unsigned\20long\29 +3052:SkImageGenerator::SkImageGenerator\28SkImageInfo\20const&\2c\20unsigned\20int\29 +3053:SkImageFilters::Blur\28float\2c\20float\2c\20SkTileMode\2c\20sk_sp\2c\20SkImageFilters::CropRect\20const&\29 +3054:SkImageFilter_Base::getInputBounds\28skif::Mapping\20const&\2c\20skif::DeviceSpace\20const&\2c\20std::__2::optional>\29\20const +3055:SkImageFilter_Base::filterImage\28skif::Context\20const&\29\20const +3056:SkImageFilter_Base::affectsTransparentBlack\28\29\20const +3057:SkImage::makeRasterImage\28GrDirectContext*\2c\20SkImage::CachingHint\29\20const +3058:SkImage::height\28\29\20const +3059:SkImage::hasMipmaps\28\29\20const +3060:SkIDChangeListener::List::add\28sk_sp\29 +3061:SkGradientShader::MakeTwoPointConical\28SkPoint\20const&\2c\20float\2c\20SkPoint\20const&\2c\20float\2c\20SkRGBA4f<\28SkAlphaType\293>\20const*\2c\20sk_sp\2c\20float\20const*\2c\20int\2c\20SkTileMode\2c\20SkGradientShader::Interpolation\20const&\2c\20SkMatrix\20const*\29 +3062:SkGradientShader::MakeLinear\28SkPoint\20const*\2c\20SkRGBA4f<\28SkAlphaType\293>\20const*\2c\20sk_sp\2c\20float\20const*\2c\20int\2c\20SkTileMode\2c\20SkGradientShader::Interpolation\20const&\2c\20SkMatrix\20const*\29 +3063:SkGradientBaseShader::AppendInterpolatedToDstStages\28SkRasterPipeline*\2c\20SkArenaAlloc*\2c\20bool\2c\20SkGradientShader::Interpolation\20const&\2c\20SkColorSpace\20const*\2c\20SkColorSpace\20const*\29 +3064:SkGlyph::setPath\28SkArenaAlloc*\2c\20SkScalerContext*\29 +3065:SkGlyph::pathIsHairline\28\29\20const +3066:SkGlyph::mask\28\29\20const +3067:SkFontPriv::ApproximateTransformedTextSize\28SkFont\20const&\2c\20SkMatrix\20const&\2c\20SkPoint\20const&\29 +3068:SkFontMgr::matchFamily\28char\20const*\29\20const +3069:SkFloatInterpFunc\28float\2c\20float\20const*\2c\20float\20const*\2c\20int\29 +3070:SkFindCubicMaxCurvature\28SkPoint\20const*\2c\20float*\29 +3071:SkExif::parse_ifd\28SkExif::Metadata&\2c\20sk_sp\2c\20std::__2::unique_ptr>\2c\20bool\2c\20bool\29 +3072:SkEncoder::encodeRows\28int\29 +3073:SkEncodedInfo::ICCProfile::Make\28sk_sp\29 +3074:SkEmptyFontMgr::onMatchFamilyStyleCharacter\28char\20const*\2c\20SkFontStyle\20const&\2c\20char\20const**\2c\20int\2c\20int\29\20const +3075:SkEdge::setLine\28SkPoint\20const&\2c\20SkPoint\20const&\2c\20SkIRect\20const*\29 +3076:SkDynamicMemoryWStream::padToAlign4\28\29 +3077:SkDrawable::SkDrawable\28\29 +3078:SkDevice::simplifyGlyphRunRSXFormAndRedraw\28SkCanvas*\2c\20sktext::GlyphRunList\20const&\2c\20SkPaint\20const&\29 +3079:SkDevice::setDeviceCoordinateSystem\28SkM44\20const&\2c\20SkM44\20const&\2c\20SkM44\20const&\2c\20int\2c\20int\29 +3080:SkDataTable::at\28int\2c\20unsigned\20long*\29\20const +3081:SkData::MakeFromStream\28SkStream*\2c\20unsigned\20long\29 +3082:SkDQuad::dxdyAtT\28double\29\20const +3083:SkDQuad::RootsReal\28double\2c\20double\2c\20double\2c\20double*\29 +3084:SkDQuad::FindExtrema\28double\20const*\2c\20double*\29 +3085:SkDCubic::subDivide\28double\2c\20double\29\20const +3086:SkDCubic::searchRoots\28double*\2c\20int\2c\20double\2c\20SkDCubic::SearchAxis\2c\20double*\29\20const +3087:SkDCubic::Coefficients\28double\20const*\2c\20double*\2c\20double*\2c\20double*\2c\20double*\29 +3088:SkDConic::dxdyAtT\28double\29\20const +3089:SkDConic::FindExtrema\28double\20const*\2c\20float\2c\20double*\29 +3090:SkContourMeasure_segTo\28SkPoint\20const*\2c\20unsigned\20int\2c\20float\2c\20float\2c\20SkPathBuilder*\29 +3091:SkContourMeasureIter::next\28\29 +3092:SkContourMeasureIter::Impl::compute_quad_segs\28SkPoint\20const*\2c\20float\2c\20int\2c\20int\2c\20unsigned\20int\2c\20int\29 +3093:SkContourMeasureIter::Impl::compute_cubic_segs\28SkPoint\20const*\2c\20float\2c\20int\2c\20int\2c\20unsigned\20int\2c\20int\29 +3094:SkContourMeasureIter::Impl::compute_conic_segs\28SkConic\20const&\2c\20float\2c\20int\2c\20SkPoint\20const&\2c\20int\2c\20SkPoint\20const&\2c\20unsigned\20int\2c\20int\29 +3095:SkContourMeasure::getPosTan\28float\2c\20SkPoint*\2c\20SkPoint*\29\20const +3096:SkConic::evalAt\28float\29\20const +3097:SkConic::BuildUnitArc\28SkPoint\20const&\2c\20SkPoint\20const&\2c\20SkPathDirection\2c\20SkMatrix\20const*\2c\20SkConic*\29 +3098:SkColorSpace::toXYZD50\28skcms_Matrix3x3*\29\20const +3099:SkColorSpace::serialize\28\29\20const +3100:SkColorSpace::gamutTransformTo\28SkColorSpace\20const*\2c\20skcms_Matrix3x3*\29\20const +3101:SkColorPalette::SkColorPalette\28unsigned\20int\20const*\2c\20int\29 +3102:SkColor4fPrepForDst\28SkRGBA4f<\28SkAlphaType\293>\2c\20GrColorInfo\20const&\29 +3103:SkCodec::startIncrementalDecode\28SkImageInfo\20const&\2c\20void*\2c\20unsigned\20long\2c\20SkCodec::Options\20const*\29 +3104:SkChopMonoCubicAtY\28SkPoint\20const*\2c\20float\2c\20SkPoint*\29 +3105:SkChopCubicAt\28SkPoint\20const*\2c\20SkPoint*\2c\20float\2c\20float\29 +3106:SkCanvas::scale\28float\2c\20float\29 +3107:SkCanvas::private_draw_shadow_rec\28SkPath\20const&\2c\20SkDrawShadowRec\20const&\29 +3108:SkCanvas::onResetClip\28\29 +3109:SkCanvas::onClipShader\28sk_sp\2c\20SkClipOp\29 +3110:SkCanvas::onClipRegion\28SkRegion\20const&\2c\20SkClipOp\29 +3111:SkCanvas::onClipRect\28SkRect\20const&\2c\20SkClipOp\2c\20SkCanvas::ClipEdgeStyle\29 +3112:SkCanvas::onClipRRect\28SkRRect\20const&\2c\20SkClipOp\2c\20SkCanvas::ClipEdgeStyle\29 +3113:SkCanvas::onClipPath\28SkPath\20const&\2c\20SkClipOp\2c\20SkCanvas::ClipEdgeStyle\29 +3114:SkCanvas::internal_private_resetClip\28\29 +3115:SkCanvas::internalSaveLayer\28SkCanvas::SaveLayerRec\20const&\2c\20SkCanvas::SaveLayerStrategy\2c\20bool\29 +3116:SkCanvas::internalDrawDeviceWithFilter\28SkDevice*\2c\20SkDevice*\2c\20SkSpan>\2c\20SkPaint\20const&\2c\20SkCanvas::DeviceCompatibleWithFilter\2c\20SkColorInfo\20const&\2c\20float\2c\20SkTileMode\2c\20bool\29 +3117:SkCanvas::experimental_DrawEdgeAAImageSet\28SkCanvas::ImageSetEntry\20const*\2c\20int\2c\20SkPoint\20const*\2c\20SkMatrix\20const*\2c\20SkSamplingOptions\20const&\2c\20SkPaint\20const*\2c\20SkCanvas::SrcRectConstraint\29 +3118:SkCanvas::drawRRect\28SkRRect\20const&\2c\20SkPaint\20const&\29 +3119:SkCanvas::drawPoints\28SkCanvas::PointMode\2c\20SkSpan\2c\20SkPaint\20const&\29 +3120:SkCanvas::drawPatch\28SkPoint\20const*\2c\20unsigned\20int\20const*\2c\20SkPoint\20const*\2c\20SkBlendMode\2c\20SkPaint\20const&\29 +3121:SkCanvas::drawOval\28SkRect\20const&\2c\20SkPaint\20const&\29 +3122:SkCanvas::drawDRRect\28SkRRect\20const&\2c\20SkRRect\20const&\2c\20SkPaint\20const&\29 +3123:SkCanvas::drawArc\28SkRect\20const&\2c\20float\2c\20float\2c\20bool\2c\20SkPaint\20const&\29 +3124:SkCanvas::clipRRect\28SkRRect\20const&\2c\20SkClipOp\2c\20bool\29 +3125:SkCanvas::SkCanvas\28sk_sp\29 +3126:SkCanvas::SkCanvas\28SkIRect\20const&\29 +3127:SkCachedData::~SkCachedData\28\29 +3128:SkBmpRLECodec::setPixel\28void*\2c\20unsigned\20long\2c\20SkImageInfo\20const&\2c\20unsigned\20int\2c\20unsigned\20int\2c\20unsigned\20char\29 +3129:SkBmpCodec::prepareToDecode\28SkImageInfo\20const&\2c\20SkCodec::Options\20const&\29 +3130:SkBlitterClipper::apply\28SkBlitter*\2c\20SkRegion\20const*\2c\20SkIRect\20const*\29 +3131:SkBlitter::blitRegion\28SkRegion\20const&\29 +3132:SkBitmapDevice::Create\28SkImageInfo\20const&\2c\20SkSurfaceProps\20const&\2c\20SkRasterHandleAllocator*\29 +3133:SkBitmapCacheDesc::Make\28SkImage\20const*\29 +3134:SkBitmap::writePixels\28SkPixmap\20const&\2c\20int\2c\20int\29 +3135:SkBitmap::setPixels\28void*\29 +3136:SkBitmap::setPixelRef\28sk_sp\2c\20int\2c\20int\29 +3137:SkBitmap::readPixels\28SkImageInfo\20const&\2c\20void*\2c\20unsigned\20long\2c\20int\2c\20int\29\20const +3138:SkBitmap::pixelRefOrigin\28\29\20const +3139:SkBitmap::notifyPixelsChanged\28\29\20const +3140:SkBitmap::isImmutable\28\29\20const +3141:SkBitmap::installPixels\28SkPixmap\20const&\29 +3142:SkBitmap::allocPixels\28\29 +3143:SkBinaryWriteBuffer::writeScalarArray\28SkSpan\29 +3144:SkBaseShadowTessellator::~SkBaseShadowTessellator\28\29_5168 +3145:SkBaseShadowTessellator::handleQuad\28SkPoint\20const*\29 +3146:SkAutoDescriptor::SkAutoDescriptor\28SkAutoDescriptor&&\29 +3147:SkArenaAllocWithReset::SkArenaAllocWithReset\28char*\2c\20unsigned\20long\2c\20unsigned\20long\29 +3148:SkAnimatedImage::decodeNextFrame\28\29 +3149:SkAnimatedImage::Frame::copyTo\28SkAnimatedImage::Frame*\29\20const +3150:SkAnalyticQuadraticEdge::updateQuadratic\28\29 +3151:SkAnalyticCubicEdge::updateCubic\28\29 +3152:SkAlphaRuns::reset\28int\29 +3153:SkAAClip::setRect\28SkIRect\20const&\29 +3154:ReconstructRow +3155:R_15880 +3156:OpAsWinding::nextEdge\28Contour&\2c\20OpAsWinding::Edge\29 +3157:OT::sbix::sanitize\28hb_sanitize_context_t*\29\20const +3158:OT::post::accelerator_t::cmp_gids\28void\20const*\2c\20void\20const*\2c\20void*\29 +3159:OT::hb_ot_layout_lookup_accelerator_t*\20OT::hb_ot_layout_lookup_accelerator_t::create\28OT::Layout::GSUB_impl::SubstLookup\20const&\29 +3160:OT::gvar_GVAR\2c\201735811442u>::sanitize_shallow\28hb_sanitize_context_t*\29\20const +3161:OT::fvar::sanitize\28hb_sanitize_context_t*\29\20const +3162:OT::cmap_accelerator_t*\20hb_data_wrapper_t::call_create>\28\29\20const +3163:OT::cmap::sanitize\28hb_sanitize_context_t*\29\20const +3164:OT::cff2::accelerator_templ_t>::_fini\28\29 +3165:OT::avar::sanitize\28hb_sanitize_context_t*\29\20const +3166:OT::VarRegionList::evaluate\28unsigned\20int\2c\20int\20const*\2c\20unsigned\20int\2c\20float*\29\20const +3167:OT::STAT::sanitize\28hb_sanitize_context_t*\29\20const +3168:OT::Rule::apply\28OT::hb_ot_apply_context_t*\2c\20OT::ContextApplyLookupContext\20const&\29\20const +3169:OT::MVAR::sanitize\28hb_sanitize_context_t*\29\20const +3170:OT::Layout::GSUB_impl::SubstLookup::serialize_ligature\28hb_serialize_context_t*\2c\20unsigned\20int\2c\20hb_sorted_array_t\2c\20hb_array_t\2c\20hb_array_t\2c\20hb_array_t\2c\20hb_array_t\29 +3171:OT::Layout::GPOS_impl::MarkArray::apply\28OT::hb_ot_apply_context_t*\2c\20unsigned\20int\2c\20unsigned\20int\2c\20OT::Layout::GPOS_impl::AnchorMatrix\20const&\2c\20unsigned\20int\2c\20unsigned\20int\29\20const +3172:OT::GDEFVersion1_2::sanitize\28hb_sanitize_context_t*\29\20const +3173:OT::Device::get_y_delta\28hb_font_t*\2c\20OT::ItemVariationStore\20const&\2c\20float*\29\20const +3174:OT::Device::get_x_delta\28hb_font_t*\2c\20OT::ItemVariationStore\20const&\2c\20float*\29\20const +3175:OT::Condition::sanitize\28hb_sanitize_context_t*\29\20const +3176:OT::ClipList::get_extents\28unsigned\20int\2c\20hb_glyph_extents_t*\2c\20OT::ItemVarStoreInstancer\20const&\29\20const +3177:OT::ChainRule::apply\28OT::hb_ot_apply_context_t*\2c\20OT::ChainContextApplyLookupContext\20const&\29\20const +3178:OT::CPAL::sanitize\28hb_sanitize_context_t*\29\20const +3179:OT::COLR::sanitize\28hb_sanitize_context_t*\29\20const +3180:OT::COLR::paint_glyph\28hb_font_t*\2c\20unsigned\20int\2c\20hb_paint_funcs_t*\2c\20void*\2c\20unsigned\20int\2c\20unsigned\20int\2c\20bool\2c\20hb_colr_scratch_t&\29\20const +3181:OT::CBLC::sanitize\28hb_sanitize_context_t*\29\20const +3182:MakeRasterCopyPriv\28SkPixmap\20const&\2c\20unsigned\20int\29 +3183:LineQuadraticIntersections::pinTs\28double*\2c\20double*\2c\20SkDPoint*\2c\20LineQuadraticIntersections::PinTPoint\29 +3184:LineQuadraticIntersections::checkCoincident\28\29 +3185:LineQuadraticIntersections::addLineNearEndPoints\28\29 +3186:LineCubicIntersections::pinTs\28double*\2c\20double*\2c\20SkDPoint*\2c\20LineCubicIntersections::PinTPoint\29 +3187:LineCubicIntersections::checkCoincident\28\29 +3188:LineCubicIntersections::addLineNearEndPoints\28\29 +3189:LineConicIntersections::pinTs\28double*\2c\20double*\2c\20SkDPoint*\2c\20LineConicIntersections::PinTPoint\29 +3190:LineConicIntersections::checkCoincident\28\29 +3191:LineConicIntersections::addLineNearEndPoints\28\29 +3192:Ins_UNKNOWN +3193:GrXferProcessor::GrXferProcessor\28GrProcessor::ClassID\29 +3194:GrVertexChunkBuilder::~GrVertexChunkBuilder\28\29 +3195:GrTriangulator::tessellate\28GrTriangulator::VertexList\20const&\2c\20GrTriangulator::Comparator\20const&\29 +3196:GrTriangulator::splitEdge\28GrTriangulator::Edge*\2c\20GrTriangulator::Vertex*\2c\20GrTriangulator::EdgeList*\2c\20GrTriangulator::Vertex**\2c\20GrTriangulator::Comparator\20const&\29 +3197:GrTriangulator::pathToPolys\28float\2c\20SkRect\20const&\2c\20bool*\29 +3198:GrTriangulator::generateCubicPoints\28SkPoint\20const&\2c\20SkPoint\20const&\2c\20SkPoint\20const&\2c\20SkPoint\20const&\2c\20float\2c\20GrTriangulator::VertexList*\2c\20int\29\20const +3199:GrTriangulator::emitTriangle\28GrTriangulator::Vertex*\2c\20GrTriangulator::Vertex*\2c\20GrTriangulator::Vertex*\2c\20int\2c\20skgpu::VertexWriter\29\20const +3200:GrTriangulator::checkForIntersection\28GrTriangulator::Edge*\2c\20GrTriangulator::Edge*\2c\20GrTriangulator::EdgeList*\2c\20GrTriangulator::Vertex**\2c\20GrTriangulator::VertexList*\2c\20GrTriangulator::Comparator\20const&\29 +3201:GrTriangulator::applyFillType\28int\29\20const +3202:GrTriangulator::EdgeList::insert\28GrTriangulator::Edge*\2c\20GrTriangulator::Edge*\29 +3203:GrTriangulator::Edge::intersect\28GrTriangulator::Edge\20const&\2c\20SkPoint*\2c\20unsigned\20char*\29\20const +3204:GrTriangulator::Edge::insertBelow\28GrTriangulator::Vertex*\2c\20GrTriangulator::Comparator\20const&\29 +3205:GrTriangulator::Edge::insertAbove\28GrTriangulator::Vertex*\2c\20GrTriangulator::Comparator\20const&\29 +3206:GrToGLStencilFunc\28GrStencilTest\29 +3207:GrThreadSafeCache::~GrThreadSafeCache\28\29 +3208:GrThreadSafeCache::dropAllRefs\28\29 +3209:GrTextureRenderTargetProxy::callbackDesc\28\29\20const +3210:GrTextureProxy::clearUniqueKey\28\29 +3211:GrTexture::GrTexture\28GrGpu*\2c\20SkISize\20const&\2c\20skgpu::Protected\2c\20GrTextureType\2c\20GrMipmapStatus\2c\20std::__2::basic_string_view>\29 +3212:GrTexture::ComputeScratchKey\28GrCaps\20const&\2c\20GrBackendFormat\20const&\2c\20SkISize\2c\20skgpu::Renderable\2c\20int\2c\20skgpu::Mipmapped\2c\20skgpu::Protected\2c\20skgpu::ScratchKey*\29 +3213:GrSurfaceProxyView::asTextureProxyRef\28\29\20const +3214:GrSurfaceProxy::GrSurfaceProxy\28std::__2::function&&\2c\20GrBackendFormat\20const&\2c\20SkISize\2c\20SkBackingFit\2c\20skgpu::Budgeted\2c\20skgpu::Protected\2c\20GrInternalSurfaceFlags\2c\20GrSurfaceProxy::UseAllocator\2c\20std::__2::basic_string_view>\29 +3215:GrSurfaceProxy::GrSurfaceProxy\28sk_sp\2c\20SkBackingFit\2c\20GrSurfaceProxy::UseAllocator\29 +3216:GrSurface::setRelease\28sk_sp\29 +3217:GrStyledShape::styledBounds\28\29\20const +3218:GrStyledShape::asLine\28SkPoint*\2c\20bool*\29\20const +3219:GrStyledShape::addGenIDChangeListener\28sk_sp\29\20const +3220:GrSimpleMeshDrawOpHelper::fixedFunctionFlags\28\29\20const +3221:GrShape::setRRect\28SkRRect\20const&\29 +3222:GrShape::segmentMask\28\29\20const +3223:GrResourceProvider::assignUniqueKeyToResource\28skgpu::UniqueKey\20const&\2c\20GrGpuResource*\29 +3224:GrResourceCache::releaseAll\28\29 +3225:GrResourceCache::refAndMakeResourceMRU\28GrGpuResource*\29 +3226:GrResourceCache::getNextTimestamp\28\29 +3227:GrRenderTask::addDependency\28GrRenderTask*\29 +3228:GrRenderTargetProxy::canUseStencil\28GrCaps\20const&\29\20const +3229:GrRecordingContextPriv::addOnFlushCallbackObject\28GrOnFlushCallbackObject*\29 +3230:GrRecordingContext::~GrRecordingContext\28\29 +3231:GrRecordingContext::abandonContext\28\29 +3232:GrQuadUtils::TessellationHelper::Vertices::moveTo\28skvx::Vec<4\2c\20float>\20const&\2c\20skvx::Vec<4\2c\20float>\20const&\2c\20skvx::Vec<4\2c\20int>\20const&\29 +3233:GrQuadUtils::TessellationHelper::EdgeEquations::reset\28GrQuadUtils::TessellationHelper::EdgeVectors\20const&\29 +3234:GrQuadUtils::ResolveAAType\28GrAAType\2c\20GrQuadAAFlags\2c\20GrQuad\20const&\2c\20GrAAType*\2c\20GrQuadAAFlags*\29 +3235:GrQuadBuffer<\28anonymous\20namespace\29::FillRectOpImpl::ColorAndAA>::append\28GrQuad\20const&\2c\20\28anonymous\20namespace\29::FillRectOpImpl::ColorAndAA&&\2c\20GrQuad\20const*\29 +3236:GrPixmap::GrPixmap\28GrImageInfo\2c\20void*\2c\20unsigned\20long\29 +3237:GrPipeline::GrPipeline\28GrPipeline::InitArgs\20const&\2c\20GrProcessorSet&&\2c\20GrAppliedClip&&\29 +3238:GrPersistentCacheUtils::UnpackCachedShaders\28SkReadBuffer*\2c\20SkSL::NativeShader*\2c\20bool\2c\20SkSL::ProgramInterface*\2c\20int\2c\20GrPersistentCacheUtils::ShaderMetadata*\29 +3239:GrPathUtils::convertCubicToQuads\28SkPoint\20const*\2c\20float\2c\20skia_private::TArray*\29 +3240:GrPathTessellationShader::Make\28GrShaderCaps\20const&\2c\20SkArenaAlloc*\2c\20SkMatrix\20const&\2c\20SkRGBA4f<\28SkAlphaType\292>\20const&\2c\20skgpu::tess::PatchAttribs\29 +3241:GrOp::chainConcat\28std::__2::unique_ptr>\29 +3242:GrMeshDrawOp::PatternHelper::PatternHelper\28GrMeshDrawTarget*\2c\20GrPrimitiveType\2c\20unsigned\20long\2c\20sk_sp\2c\20int\2c\20int\2c\20int\2c\20int\29 +3243:GrMemoryPool::Make\28unsigned\20long\2c\20unsigned\20long\29 +3244:GrMakeKeyFromImageID\28skgpu::UniqueKey*\2c\20unsigned\20int\2c\20SkIRect\20const&\29 +3245:GrImageInfo::GrImageInfo\28GrColorInfo\20const&\2c\20SkISize\20const&\29 +3246:GrGpuResource::removeScratchKey\28\29 +3247:GrGpuResource::registerWithCacheWrapped\28GrWrapCacheable\29 +3248:GrGpuResource::dumpMemoryStatisticsPriv\28SkTraceMemoryDump*\2c\20SkString\20const&\2c\20char\20const*\2c\20unsigned\20long\29\20const +3249:GrGpuBuffer::onGpuMemorySize\28\29\20const +3250:GrGpu::resolveRenderTarget\28GrRenderTarget*\2c\20SkIRect\20const&\29 +3251:GrGpu::executeFlushInfo\28SkSpan\2c\20SkSurfaces::BackendSurfaceAccess\2c\20GrFlushInfo\20const&\2c\20std::__2::optional\2c\20skgpu::MutableTextureState\20const*\29 +3252:GrGeometryProcessor::TextureSampler::TextureSampler\28GrSamplerState\2c\20GrBackendFormat\20const&\2c\20skgpu::Swizzle\20const&\29 +3253:GrGeometryProcessor::ProgramImpl::ComputeMatrixKeys\28GrShaderCaps\20const&\2c\20SkMatrix\20const&\2c\20SkMatrix\20const&\29 +3254:GrGLUniformHandler::getUniformVariable\28GrResourceHandle\29\20const +3255:GrGLTextureRenderTarget::~GrGLTextureRenderTarget\28\29_12475 +3256:GrGLSemaphore::GrGLSemaphore\28GrGLGpu*\2c\20bool\29 +3257:GrGLSLVaryingHandler::~GrGLSLVaryingHandler\28\29 +3258:GrGLSLUniformHandler::addInputSampler\28skgpu::Swizzle\20const&\2c\20char\20const*\29 +3259:GrGLSLShaderBuilder::emitFunction\28SkSLType\2c\20char\20const*\2c\20SkSpan\2c\20char\20const*\29 +3260:GrGLSLProgramDataManager::setSkMatrix\28GrResourceHandle\2c\20SkMatrix\20const&\29\20const +3261:GrGLSLProgramBuilder::writeFPFunction\28GrFragmentProcessor\20const&\2c\20GrFragmentProcessor::ProgramImpl&\29 +3262:GrGLSLProgramBuilder::invokeFP\28GrFragmentProcessor\20const&\2c\20GrFragmentProcessor::ProgramImpl\20const&\2c\20char\20const*\2c\20char\20const*\2c\20char\20const*\29\20const +3263:GrGLSLProgramBuilder::addRTFlipUniform\28char\20const*\29 +3264:GrGLSLFragmentShaderBuilder::dstColor\28\29 +3265:GrGLSLBlend::BlendKey\28SkBlendMode\29 +3266:GrGLProgramBuilder::~GrGLProgramBuilder\28\29 +3267:GrGLProgramBuilder::computeCountsAndStrides\28unsigned\20int\2c\20GrGeometryProcessor\20const&\2c\20bool\29 +3268:GrGLGpu::flushScissor\28GrScissorState\20const&\2c\20int\2c\20GrSurfaceOrigin\29 +3269:GrGLGpu::flushClearColor\28std::__2::array\29 +3270:GrGLGpu::createTexture\28SkISize\2c\20GrGLFormat\2c\20unsigned\20int\2c\20skgpu::Renderable\2c\20GrGLTextureParameters::SamplerOverriddenState*\2c\20int\2c\20skgpu::Protected\2c\20std::__2::basic_string_view>\29 +3271:GrGLGpu::copySurfaceAsDraw\28GrSurface*\2c\20bool\2c\20GrSurface*\2c\20SkIRect\20const&\2c\20SkIRect\20const&\2c\20SkFilterMode\29 +3272:GrGLGpu::HWVertexArrayState::bindInternalVertexArray\28GrGLGpu*\2c\20GrBuffer\20const*\29 +3273:GrGLFunction::GrGLFunction\28void\20\28*\29\28unsigned\20int\2c\20int\2c\20int\2c\20int\2c\20int\2c\20int\2c\20int\2c\20int\29\29::'lambda'\28void\20const*\2c\20unsigned\20int\2c\20int\2c\20int\2c\20int\2c\20int\2c\20int\2c\20int\2c\20int\29::__invoke\28void\20const*\2c\20unsigned\20int\2c\20int\2c\20int\2c\20int\2c\20int\2c\20int\2c\20int\2c\20int\29 +3274:GrGLBuffer::Make\28GrGLGpu*\2c\20unsigned\20long\2c\20GrGpuBufferType\2c\20GrAccessPattern\29 +3275:GrGLAttribArrayState::enableVertexArrays\28GrGLGpu\20const*\2c\20int\2c\20GrPrimitiveRestart\29 +3276:GrFragmentProcessors::make_effect_fp\28sk_sp\2c\20char\20const*\2c\20sk_sp\2c\20std::__2::unique_ptr>\2c\20std::__2::unique_ptr>\2c\20SkSpan\2c\20GrFPArgs\20const&\29 +3277:GrFragmentProcessors::Make\28SkShader\20const*\2c\20GrFPArgs\20const&\2c\20SkMatrix\20const&\29 +3278:GrFragmentProcessors::MakeChildFP\28SkRuntimeEffect::ChildPtr\20const&\2c\20GrFPArgs\20const&\29 +3279:GrFragmentProcessors::IsSupported\28SkMaskFilter\20const*\29 +3280:GrFragmentProcessor::makeProgramImpl\28\29\20const +3281:GrFragmentProcessor::addToKey\28GrShaderCaps\20const&\2c\20skgpu::KeyBuilder*\29\20const +3282:GrFragmentProcessor::SwizzleOutput\28std::__2::unique_ptr>\2c\20skgpu::Swizzle\20const&\29 +3283:GrFragmentProcessor::MulInputByChildAlpha\28std::__2::unique_ptr>\29 +3284:GrFragmentProcessor::HighPrecision\28std::__2::unique_ptr>\29::HighPrecisionFragmentProcessor::constantOutputForConstantInput\28SkRGBA4f<\28SkAlphaType\292>\20const&\29\20const +3285:GrFragmentProcessor::DeviceSpace\28std::__2::unique_ptr>\29 +3286:GrFragmentProcessor::Compose\28std::__2::unique_ptr>\2c\20std::__2::unique_ptr>\29 +3287:GrDynamicAtlas::makeNode\28GrDynamicAtlas::Node*\2c\20int\2c\20int\2c\20int\2c\20int\29 +3288:GrDynamicAtlas::instantiate\28GrOnFlushResourceProvider*\2c\20sk_sp\29 +3289:GrDrawingManager::setLastRenderTask\28GrSurfaceProxy\20const*\2c\20GrRenderTask*\29 +3290:GrDrawingManager::flushSurfaces\28SkSpan\2c\20SkSurfaces::BackendSurfaceAccess\2c\20GrFlushInfo\20const&\2c\20skgpu::MutableTextureState\20const*\29 +3291:GrDrawOpAtlas::updatePlot\28GrDeferredUploadTarget*\2c\20skgpu::AtlasLocator*\2c\20skgpu::Plot*\29 +3292:GrDirectContext::resetContext\28unsigned\20int\29 +3293:GrDirectContext::getResourceCacheLimit\28\29\20const +3294:GrDefaultGeoProcFactory::MakeForDeviceSpace\28SkArenaAlloc*\2c\20GrDefaultGeoProcFactory::Color\20const&\2c\20GrDefaultGeoProcFactory::Coverage\20const&\2c\20GrDefaultGeoProcFactory::LocalCoords\20const&\2c\20SkMatrix\20const&\29 +3295:GrColorSpaceXformEffect::Make\28std::__2::unique_ptr>\2c\20sk_sp\29 +3296:GrColorSpaceXform::apply\28SkRGBA4f<\28SkAlphaType\293>\20const&\29 +3297:GrColorSpaceXform::Equals\28GrColorSpaceXform\20const*\2c\20GrColorSpaceXform\20const*\29 +3298:GrBufferAllocPool::unmap\28\29 +3299:GrBlurUtils::can_filter_mask\28SkMaskFilterBase\20const*\2c\20GrStyledShape\20const&\2c\20SkIRect\20const&\2c\20SkIRect\20const&\2c\20SkMatrix\20const&\2c\20SkIRect*\29 +3300:GrBlurUtils::GaussianBlur\28GrRecordingContext*\2c\20GrSurfaceProxyView\2c\20GrColorType\2c\20SkAlphaType\2c\20sk_sp\2c\20SkIRect\2c\20SkIRect\2c\20float\2c\20float\2c\20SkTileMode\2c\20SkBackingFit\29 +3301:GrBicubicEffect::MakeSubset\28GrSurfaceProxyView\2c\20SkAlphaType\2c\20SkMatrix\20const&\2c\20GrSamplerState::WrapMode\2c\20GrSamplerState::WrapMode\2c\20SkRect\20const&\2c\20SkCubicResampler\2c\20GrBicubicEffect::Direction\2c\20GrCaps\20const&\29 +3302:GrBackendTextures::MakeGL\28int\2c\20int\2c\20skgpu::Mipmapped\2c\20GrGLTextureInfo\20const&\2c\20sk_sp\2c\20std::__2::basic_string_view>\29 +3303:GrBackendFormatStencilBits\28GrBackendFormat\20const&\29 +3304:GrBackendFormat::asMockCompressionType\28\29\20const +3305:GrAATriangulator::~GrAATriangulator\28\29 +3306:GrAAConvexTessellator::fanRing\28GrAAConvexTessellator::Ring\20const&\29 +3307:GrAAConvexTessellator::computePtAlongBisector\28int\2c\20SkPoint\20const&\2c\20int\2c\20float\2c\20SkPoint*\29\20const +3308:GetVariationDesignPosition\28FT_FaceRec_*\2c\20SkSpan\29 +3309:GetAxes\28FT_FaceRec_*\2c\20skia_private::STArray<4\2c\20SkFontParameters::Variation::Axis\2c\20true>*\29 +3310:FT_Stream_ReadAt +3311:FT_Set_Char_Size +3312:FT_Request_Metrics +3313:FT_New_Library +3314:FT_Hypot +3315:FT_Get_Var_Design_Coordinates +3316:FT_Get_Paint +3317:FT_Get_MM_Var +3318:FT_Get_Advance +3319:FT_Add_Default_Modules +3320:DecodeImageData +3321:Cr_z_inflate_table +3322:Cr_z_inflateReset +3323:Cr_z_deflateEnd +3324:Cr_z_copy_with_crc +3325:Compute_Point_Displacement +3326:BuildHuffmanTable +3327:BrotliWarmupBitReader +3328:BrotliDecoderHuffmanTreeGroupInit +3329:AAT::trak::sanitize\28hb_sanitize_context_t*\29\20const +3330:AAT::morx_accelerator_t*\20hb_data_wrapper_t::call_create>\28\29\20const +3331:AAT::mortmorx::accelerator_t::~accelerator_t\28\29 +3332:AAT::mort_accelerator_t*\20hb_data_wrapper_t::call_create>\28\29\20const +3333:AAT::ltag::sanitize\28hb_sanitize_context_t*\29\20const +3334:AAT::feat::sanitize\28hb_sanitize_context_t*\29\20const +3335:AAT::ankr::sanitize\28hb_sanitize_context_t*\29\20const +3336:AAT::KerxTable::sanitize\28hb_sanitize_context_t*\29\20const +3337:AAT::KerxTable::sanitize\28hb_sanitize_context_t*\29\20const +3338:AAT::KerxTable::sanitize\28hb_sanitize_context_t*\29\20const +3339:AAT::KerxTable::accelerator_t::~accelerator_t\28\29 3340:3103 3341:3104 3342:3105 @@ -3360,2160 +3360,2160 @@ 3359:3122 3360:3123 3361:3124 -3362:zeroinfnan -3363:xyz_almost_equal\28skcms_Matrix3x3\20const&\2c\20skcms_Matrix3x3\20const&\29 -3364:wuffs_lzw__decoder__transform_io -3365:wuffs_gif__decoder__set_quirk_enabled -3366:wuffs_gif__decoder__restart_frame -3367:wuffs_gif__decoder__num_animation_loops -3368:wuffs_gif__decoder__frame_dirty_rect -3369:wuffs_gif__decoder__decode_up_to_id_part1 -3370:wuffs_gif__decoder__decode_frame -3371:write_vertex_position\28GrGLSLVertexBuilder*\2c\20GrGLSLUniformHandler*\2c\20GrShaderCaps\20const&\2c\20GrShaderVar\20const&\2c\20SkMatrix\20const&\2c\20char\20const*\2c\20GrShaderVar*\2c\20GrResourceHandle*\29 -3372:write_passthrough_vertex_position\28GrGLSLVertexBuilder*\2c\20GrShaderVar\20const&\2c\20GrShaderVar*\29 -3373:write_buf -3374:wctomb -3375:wchar_t*\20std::__2::copy\5babi:nn180100\5d\2c\20wchar_t*>\28std::__2::__wrap_iter\2c\20std::__2::__wrap_iter\2c\20wchar_t*\29 -3376:wchar_t*\20std::__2::__constexpr_memmove\5babi:nn180100\5d\28wchar_t*\2c\20wchar_t\20const*\2c\20std::__2::__element_count\29 -3377:walk_simple_edges\28SkEdge*\2c\20SkBlitter*\2c\20int\2c\20int\29 -3378:vsscanf -3379:void\20std::__2::vector>::__assign_with_size\5babi:ne180100\5d\28unsigned\20long*\2c\20unsigned\20long*\2c\20long\29 -3380:void\20std::__2::vector>::__assign_with_size\5babi:ne180100\5d\28skia::textlayout::FontFeature*\2c\20skia::textlayout::FontFeature*\2c\20long\29 -3381:void\20std::__2::vector>::__assign_with_size\5babi:ne180100\5d\28SkString*\2c\20SkString*\2c\20long\29 -3382:void\20std::__2::vector>::__assign_with_size\5babi:ne180100\5d\28SkFontArguments::VariationPosition::Coordinate*\2c\20SkFontArguments::VariationPosition::Coordinate*\2c\20long\29 -3383:void\20std::__2::basic_string\2c\20std::__2::allocator>::__init\28wchar_t\20const*\2c\20wchar_t\20const*\29 -3384:void\20std::__2::basic_string\2c\20std::__2::allocator>::__init\28char*\2c\20char*\29 -3385:void\20std::__2::__tree_balance_after_insert\5babi:ne180100\5d*>\28std::__2::__tree_node_base*\2c\20std::__2::__tree_node_base*\29 -3386:void\20std::__2::__stable_sort_move\20const&\2c\20unsigned\20int\2c\20FT_COLR_Paint_\20const&\2c\20SkPaint*\29::$_0::operator\28\29\28FT_ColorStopIterator_\20const&\2c\20std::__2::vector>&\2c\20std::__2::vector\2c\20std::__2::allocator>>&\29\20const::'lambda'\28\28anonymous\20namespace\29::colrv1_configure_skpaint\28FT_FaceRec_*\2c\20SkSpan\20const&\2c\20unsigned\20int\2c\20FT_COLR_Paint_\20const&\2c\20SkPaint*\29::$_0::operator\28\29\28FT_ColorStopIterator_\20const&\2c\20std::__2::vector>&\2c\20std::__2::vector\2c\20std::__2::allocator>>&\29\20const::ColorStop\20const&\2c\20\28anonymous\20namespace\29::colrv1_configure_skpaint\28FT_FaceRec_*\2c\20SkSpan\20const&\2c\20unsigned\20int\2c\20FT_COLR_Paint_\20const&\2c\20SkPaint*\29::$_0::operator\28\29\28FT_ColorStopIterator_\20const&\2c\20std::__2::vector>&\2c\20std::__2::vector\2c\20std::__2::allocator>>&\29\20const::ColorStop\20const&\29&\2c\20std::__2::__wrap_iter<\28anonymous\20namespace\29::colrv1_configure_skpaint\28FT_FaceRec_*\2c\20SkSpan\20const&\2c\20unsigned\20int\2c\20FT_COLR_Paint_\20const&\2c\20SkPaint*\29::$_0::operator\28\29\28FT_ColorStopIterator_\20const&\2c\20std::__2::vector>&\2c\20std::__2::vector\2c\20std::__2::allocator>>&\29\20const::ColorStop*>>\28std::__2::__wrap_iter<\28anonymous\20namespace\29::colrv1_configure_skpaint\28FT_FaceRec_*\2c\20SkSpan\20const&\2c\20unsigned\20int\2c\20FT_COLR_Paint_\20const&\2c\20SkPaint*\29::$_0::operator\28\29\28FT_ColorStopIterator_\20const&\2c\20std::__2::vector>&\2c\20std::__2::vector\2c\20std::__2::allocator>>&\29\20const::ColorStop*>\2c\20std::__2::__wrap_iter<\28anonymous\20namespace\29::colrv1_configure_skpaint\28FT_FaceRec_*\2c\20SkSpan\20const&\2c\20unsigned\20int\2c\20FT_COLR_Paint_\20const&\2c\20SkPaint*\29::$_0::operator\28\29\28FT_ColorStopIterator_\20const&\2c\20std::__2::vector>&\2c\20std::__2::vector\2c\20std::__2::allocator>>&\29\20const::ColorStop*>\2c\20\28anonymous\20namespace\29::colrv1_configure_skpaint\28FT_FaceRec_*\2c\20SkSpan\20const&\2c\20unsigned\20int\2c\20FT_COLR_Paint_\20const&\2c\20SkPaint*\29::$_0::operator\28\29\28FT_ColorStopIterator_\20const&\2c\20std::__2::vector>&\2c\20std::__2::vector\2c\20std::__2::allocator>>&\29\20const::'lambda'\28\28anonymous\20namespace\29::colrv1_configure_skpaint\28FT_FaceRec_*\2c\20SkSpan\20const&\2c\20unsigned\20int\2c\20FT_COLR_Paint_\20const&\2c\20SkPaint*\29::$_0::operator\28\29\28FT_ColorStopIterator_\20const&\2c\20std::__2::vector>&\2c\20std::__2::vector\2c\20std::__2::allocator>>&\29\20const::ColorStop\20const&\2c\20\28anonymous\20namespace\29::colrv1_configure_skpaint\28FT_FaceRec_*\2c\20SkSpan\20const&\2c\20unsigned\20int\2c\20FT_COLR_Paint_\20const&\2c\20SkPaint*\29::$_0::operator\28\29\28FT_ColorStopIterator_\20const&\2c\20std::__2::vector>&\2c\20std::__2::vector\2c\20std::__2::allocator>>&\29\20const::ColorStop\20const&\29&\2c\20std::__2::iterator_traits\20const&\2c\20unsigned\20int\2c\20FT_COLR_Paint_\20const&\2c\20SkPaint*\29::$_0::operator\28\29\28FT_ColorStopIterator_\20const&\2c\20std::__2::vector>&\2c\20std::__2::vector\2c\20std::__2::allocator>>&\29\20const::ColorStop*>>::difference_type\2c\20std::__2::iterator_traits\20const&\2c\20unsigned\20int\2c\20FT_COLR_Paint_\20const&\2c\20SkPaint*\29::$_0::operator\28\29\28FT_ColorStopIterator_\20const&\2c\20std::__2::vector>&\2c\20std::__2::vector\2c\20std::__2::allocator>>&\29\20const::ColorStop*>>::value_type*\29 -3387:void\20std::__2::__sort5_maybe_branchless\5babi:ne180100\5d\28skia::textlayout::OneLineShaper::RunBlock*\2c\20skia::textlayout::OneLineShaper::RunBlock*\2c\20skia::textlayout::OneLineShaper::RunBlock*\2c\20skia::textlayout::OneLineShaper::RunBlock*\2c\20skia::textlayout::OneLineShaper::RunBlock*\2c\20skia::textlayout::OneLineShaper::finish\28skia::textlayout::Block\20const&\2c\20float\2c\20float&\29::$_0&\29 -3388:void\20std::__2::__sort5_maybe_branchless\5babi:ne180100\5d\28\28anonymous\20namespace\29::Entry*\2c\20\28anonymous\20namespace\29::Entry*\2c\20\28anonymous\20namespace\29::Entry*\2c\20\28anonymous\20namespace\29::Entry*\2c\20\28anonymous\20namespace\29::Entry*\2c\20\28anonymous\20namespace\29::EntryComparator&\29 -3389:void\20std::__2::__sort5_maybe_branchless\5babi:ne180100\5d\28SkSL::ProgramElement\20const**\2c\20SkSL::ProgramElement\20const**\2c\20SkSL::ProgramElement\20const**\2c\20SkSL::ProgramElement\20const**\2c\20SkSL::ProgramElement\20const**\2c\20SkSL::Transform::\28anonymous\20namespace\29::BuiltinVariableScanner::sortNewElements\28\29::'lambda'\28SkSL::ProgramElement\20const*\2c\20SkSL::ProgramElement\20const*\29&\29 -3390:void\20std::__2::__sort5_maybe_branchless\5babi:ne180100\5d\28SkSL::FunctionDefinition\20const**\2c\20SkSL::FunctionDefinition\20const**\2c\20SkSL::FunctionDefinition\20const**\2c\20SkSL::FunctionDefinition\20const**\2c\20SkSL::FunctionDefinition\20const**\2c\20SkSL::Transform::FindAndDeclareBuiltinFunctions\28SkSL::Program&\29::$_0&\29 -3391:void\20std::__2::__sift_up\5babi:ne180100\5d*>>\28std::__2::__wrap_iter*>\2c\20std::__2::__wrap_iter*>\2c\20GrGeometryProcessor::ProgramImpl::emitTransformCode\28GrGLSLVertexBuilder*\2c\20GrGLSLUniformHandler*\29::$_0&\2c\20std::__2::iterator_traits*>>::difference_type\29 -3392:void\20std::__2::__optional_storage_base::__assign_from\5babi:ne180100\5d\20const&>\28std::__2::__optional_copy_assign_base\20const&\29 -3393:void\20std::__2::__introsort\28skia::textlayout::OneLineShaper::RunBlock*\2c\20skia::textlayout::OneLineShaper::RunBlock*\2c\20skia::textlayout::OneLineShaper::finish\28skia::textlayout::Block\20const&\2c\20float\2c\20float&\29::$_0&\2c\20std::__2::iterator_traits::difference_type\2c\20bool\29 -3394:void\20std::__2::__introsort\28\28anonymous\20namespace\29::Entry*\2c\20\28anonymous\20namespace\29::Entry*\2c\20\28anonymous\20namespace\29::EntryComparator&\2c\20std::__2::iterator_traits<\28anonymous\20namespace\29::Entry*>::difference_type\2c\20bool\29 -3395:void\20std::__2::__introsort\28SkSL::ProgramElement\20const**\2c\20SkSL::ProgramElement\20const**\2c\20SkSL::Transform::\28anonymous\20namespace\29::BuiltinVariableScanner::sortNewElements\28\29::'lambda'\28SkSL::ProgramElement\20const*\2c\20SkSL::ProgramElement\20const*\29&\2c\20std::__2::iterator_traits::difference_type\2c\20bool\29 -3396:void\20std::__2::__introsort\28SkSL::FunctionDefinition\20const**\2c\20SkSL::FunctionDefinition\20const**\2c\20SkSL::Transform::FindAndDeclareBuiltinFunctions\28SkSL::Program&\29::$_0&\2c\20std::__2::iterator_traits::difference_type\2c\20bool\29 -3397:void\20std::__2::__double_or_nothing\5babi:nn180100\5d\28std::__2::unique_ptr&\2c\20char*&\2c\20char*&\29 -3398:void\20std::__2::__call_once_proxy\5babi:nn180100\5d>\28void*\29 -3399:void\20sorted_merge<&sweep_lt_vert\28SkPoint\20const&\2c\20SkPoint\20const&\29>\28GrTriangulator::VertexList*\2c\20GrTriangulator::VertexList*\2c\20GrTriangulator::VertexList*\29 -3400:void\20sorted_merge<&sweep_lt_horiz\28SkPoint\20const&\2c\20SkPoint\20const&\29>\28GrTriangulator::VertexList*\2c\20GrTriangulator::VertexList*\2c\20GrTriangulator::VertexList*\29 -3401:void\20sort_r_simple<>\28void*\2c\20unsigned\20long\2c\20unsigned\20long\2c\20int\20\28*\29\28void\20const*\2c\20void\20const*\29\29_14322 -3402:void\20skgpu::ganesh::SurfaceFillContext::clear<\28SkAlphaType\292>\28SkRGBA4f<\28SkAlphaType\292>\20const&\29 -3403:void\20hair_path<\28SkPaint::Cap\292>\28SkPath\20const&\2c\20SkRasterClip\20const&\2c\20SkBlitter*\2c\20void\20\28*\29\28SkPoint\20const*\2c\20int\2c\20SkRegion\20const*\2c\20SkBlitter*\29\29 -3404:void\20hair_path<\28SkPaint::Cap\291>\28SkPath\20const&\2c\20SkRasterClip\20const&\2c\20SkBlitter*\2c\20void\20\28*\29\28SkPoint\20const*\2c\20int\2c\20SkRegion\20const*\2c\20SkBlitter*\29\29 -3405:void\20hair_path<\28SkPaint::Cap\290>\28SkPath\20const&\2c\20SkRasterClip\20const&\2c\20SkBlitter*\2c\20void\20\28*\29\28SkPoint\20const*\2c\20int\2c\20SkRegion\20const*\2c\20SkBlitter*\29\29 -3406:void\20emscripten::internal::raw_destructor>\28sk_sp*\29 -3407:void\20emscripten::internal::MemberAccess>::setWire\28sk_sp\20SkRuntimeEffect::TracedShader::*\20const&\2c\20SkRuntimeEffect::TracedShader&\2c\20sk_sp*\29 -3408:void\20emscripten::internal::MemberAccess::setWire\28SimpleFontStyle\20SimpleStrutStyle::*\20const&\2c\20SimpleStrutStyle&\2c\20SimpleFontStyle*\29 -3409:void\20\28anonymous\20namespace\29::copyFT2LCD16\28FT_Bitmap_\20const&\2c\20SkMaskBuilder*\2c\20int\2c\20unsigned\20char\20const*\2c\20unsigned\20char\20const*\2c\20unsigned\20char\20const*\29 -3410:void\20\28anonymous\20namespace\29::Pass::blur\28int\2c\20int\2c\20int\2c\20unsigned\20int\20const*\2c\20int\2c\20unsigned\20int*\2c\20int\29 -3411:void\20\28anonymous\20namespace\29::Pass::blur\28int\2c\20int\2c\20int\2c\20unsigned\20char\20const*\2c\20int\2c\20unsigned\20char*\2c\20int\29 -3412:void\20SkTIntroSort\28int\2c\20int*\2c\20int\2c\20DistanceLessThan\20const&\29 -3413:void\20SkTIntroSort\28float*\2c\20float*\29::'lambda'\28float\20const&\2c\20float\20const&\29>\28int\2c\20float*\2c\20int\2c\20void\20SkTQSort\28float*\2c\20float*\29::'lambda'\28float\20const&\2c\20float\20const&\29\20const&\29 -3414:void\20SkTIntroSort\28int\2c\20SkString*\2c\20int\2c\20bool\20\20const\28&\29\28SkString\20const&\2c\20SkString\20const&\29\29 -3415:void\20SkTIntroSort\28int\2c\20SkOpRayHit**\2c\20int\2c\20bool\20\20const\28&\29\28SkOpRayHit\20const*\2c\20SkOpRayHit\20const*\29\29 -3416:void\20SkTIntroSort\28SkOpContour**\2c\20SkOpContour**\29::'lambda'\28SkOpContour\20const*\2c\20SkOpContour\20const*\29>\28int\2c\20SkOpContour*\2c\20int\2c\20void\20SkTQSort\28SkOpContour**\2c\20SkOpContour**\29::'lambda'\28SkOpContour\20const*\2c\20SkOpContour\20const*\29\20const&\29 -3417:void\20SkTIntroSort>\2c\20SkCodec::Result*\29::Entry\2c\20SkIcoCodec::MakeFromStream\28std::__2::unique_ptr>\2c\20SkCodec::Result*\29::EntryLessThan>\28int\2c\20SkIcoCodec::MakeFromStream\28std::__2::unique_ptr>\2c\20SkCodec::Result*\29::Entry*\2c\20int\2c\20SkIcoCodec::MakeFromStream\28std::__2::unique_ptr>\2c\20SkCodec::Result*\29::EntryLessThan\20const&\29 -3418:void\20SkTIntroSort\28SkClosestRecord\20const**\2c\20SkClosestRecord\20const**\29::'lambda'\28SkClosestRecord\20const*\2c\20SkClosestRecord\20const*\29>\28int\2c\20SkClosestRecord\20const*\2c\20int\2c\20void\20SkTQSort\28SkClosestRecord\20const**\2c\20SkClosestRecord\20const**\29::'lambda'\28SkClosestRecord\20const*\2c\20SkClosestRecord\20const*\29\20const&\29 -3419:void\20SkTIntroSort\28int\2c\20SkAnalyticEdge**\2c\20int\2c\20bool\20\20const\28&\29\28SkAnalyticEdge\20const*\2c\20SkAnalyticEdge\20const*\29\29 -3420:void\20SkTIntroSort\28int\2c\20GrGpuResource**\2c\20int\2c\20bool\20\20const\28&\29\28GrGpuResource*\20const&\2c\20GrGpuResource*\20const&\29\29 -3421:void\20SkTIntroSort\28int\2c\20GrGpuResource**\2c\20int\2c\20bool\20\28*\20const&\29\28GrGpuResource*\20const&\2c\20GrGpuResource*\20const&\29\29 -3422:void\20SkTIntroSort\28int\2c\20Edge*\2c\20int\2c\20EdgeLT\20const&\29 -3423:void\20AAT::LookupFormat2>::collect_glyphs\28hb_bit_set_t&\29\20const -3424:void*\20OT::hb_accelerate_subtables_context_t::cache_func_to>\28void*\2c\20OT::hb_ot_lookup_cache_op_t\29 -3425:void*\20OT::hb_accelerate_subtables_context_t::cache_func_to>\28void*\2c\20OT::hb_ot_lookup_cache_op_t\29 -3426:virtual\20thunk\20to\20GrGLTexture::onSetLabel\28\29 -3427:virtual\20thunk\20to\20GrGLTexture::backendFormat\28\29\20const -3428:vfiprintf -3429:validate_texel_levels\28SkISize\2c\20GrColorType\2c\20GrMipLevel\20const*\2c\20int\2c\20GrCaps\20const*\29 -3430:unsigned\20short\20std::__2::__num_get_unsigned_integral\5babi:nn180100\5d\28char\20const*\2c\20char\20const*\2c\20unsigned\20int&\2c\20int\29 -3431:unsigned\20long\20long\20std::__2::__num_get_unsigned_integral\5babi:nn180100\5d\28char\20const*\2c\20char\20const*\2c\20unsigned\20int&\2c\20int\29 -3432:unsigned\20long\20const&\20std::__2::min\5babi:nn180100\5d\28unsigned\20long\20const&\2c\20unsigned\20long\20const&\29 -3433:unsigned\20int\20std::__2::__num_get_unsigned_integral\5babi:nn180100\5d\28char\20const*\2c\20char\20const*\2c\20unsigned\20int&\2c\20int\29 -3434:unsigned\20int\20const*\20std::__2::lower_bound\5babi:nn180100\5d\28unsigned\20int\20const*\2c\20unsigned\20int\20const*\2c\20unsigned\20long\20const&\29 -3435:unsigned\20int\20const&\20std::__2::__identity::operator\28\29\5babi:nn180100\5d\28unsigned\20int\20const&\29\20const -3436:ubidi_close_skia -3437:u_terminateUChars_skia -3438:u_charType_skia -3439:tt_size_run_prep -3440:tt_size_done_bytecode -3441:tt_sbit_decoder_load_image -3442:tt_face_vary_cvt -3443:tt_face_palette_set -3444:tt_face_load_cvt -3445:tt_face_get_metrics -3446:tt_done_blend -3447:tt_delta_interpolate -3448:tt_cmap4_next -3449:tt_cmap4_char_map_linear -3450:tt_cmap4_char_map_binary -3451:tt_cmap14_get_def_chars -3452:tt_cmap13_next -3453:tt_cmap12_next -3454:tt_cmap12_init -3455:tt_cmap12_char_map_binary -3456:tt_apply_mvar -3457:toParagraphStyle\28SimpleParagraphStyle\20const&\29 -3458:toBytes\28sk_sp\29 -3459:t1_lookup_glyph_by_stdcharcode_ps -3460:t1_builder_close_contour -3461:t1_builder_check_points -3462:strtoull -3463:strtoll_l -3464:strspn -3465:strncpy -3466:stream_close -3467:store_int -3468:std::logic_error::~logic_error\28\29 -3469:std::logic_error::logic_error\28char\20const*\29 -3470:std::exception::exception\5babi:nn180100\5d\28\29 -3471:std::__2::vector>::max_size\28\29\20const -3472:std::__2::vector>::capacity\5babi:nn180100\5d\28\29\20const -3473:std::__2::vector>::__construct_at_end\28unsigned\20long\29 -3474:std::__2::vector>::__clear\5babi:nn180100\5d\28\29 -3475:std::__2::vector>::__base_destruct_at_end\5babi:nn180100\5d\28std::__2::locale::facet**\29 -3476:std::__2::vector>::insert\28std::__2::__wrap_iter\2c\20float&&\29 -3477:std::__2::vector>::__append\28unsigned\20long\29 -3478:std::__2::unique_ptr::operator=\5babi:nn180100\5d\28std::__2::unique_ptr&&\29 -3479:std::__2::unique_ptr>::~unique_ptr\5babi:ne180100\5d\28\29 -3480:std::__2::unique_ptr>::operator=\5babi:ne180100\5d\28std::nullptr_t\29 -3481:std::__2::unique_ptr>::reset\5babi:ne180100\5d\28SkCanvas::Layer*\29 -3482:std::__2::tuple\2c\20int\2c\20sktext::gpu::SubRunAllocator>\20sktext::gpu::SubRunAllocator::AllocateClassMemoryAndArena\28int\29::'lambda0'\28\29::operator\28\29\28\29\20const -3483:std::__2::tuple\2c\20int\2c\20sktext::gpu::SubRunAllocator>\20sktext::gpu::SubRunAllocator::AllocateClassMemoryAndArena\28int\29::'lambda'\28\29::operator\28\29\28\29\20const -3484:std::__2::to_string\28unsigned\20long\29 -3485:std::__2::to_chars_result\20std::__2::__to_chars_itoa\5babi:nn180100\5d\28char*\2c\20char*\2c\20unsigned\20int\2c\20std::__2::integral_constant\29 -3486:std::__2::time_put>>::~time_put\28\29 -3487:std::__2::time_get>>::__get_year\28int&\2c\20std::__2::istreambuf_iterator>&\2c\20std::__2::istreambuf_iterator>\2c\20unsigned\20int&\2c\20std::__2::ctype\20const&\29\20const -3488:std::__2::time_get>>::__get_weekdayname\28int&\2c\20std::__2::istreambuf_iterator>&\2c\20std::__2::istreambuf_iterator>\2c\20unsigned\20int&\2c\20std::__2::ctype\20const&\29\20const -3489:std::__2::time_get>>::__get_monthname\28int&\2c\20std::__2::istreambuf_iterator>&\2c\20std::__2::istreambuf_iterator>\2c\20unsigned\20int&\2c\20std::__2::ctype\20const&\29\20const -3490:std::__2::time_get>>::__get_year\28int&\2c\20std::__2::istreambuf_iterator>&\2c\20std::__2::istreambuf_iterator>\2c\20unsigned\20int&\2c\20std::__2::ctype\20const&\29\20const -3491:std::__2::time_get>>::__get_weekdayname\28int&\2c\20std::__2::istreambuf_iterator>&\2c\20std::__2::istreambuf_iterator>\2c\20unsigned\20int&\2c\20std::__2::ctype\20const&\29\20const -3492:std::__2::time_get>>::__get_monthname\28int&\2c\20std::__2::istreambuf_iterator>&\2c\20std::__2::istreambuf_iterator>\2c\20unsigned\20int&\2c\20std::__2::ctype\20const&\29\20const -3493:std::__2::reverse_iterator::operator++\5babi:nn180100\5d\28\29 -3494:std::__2::reverse_iterator::operator*\5babi:nn180100\5d\28\29\20const -3495:std::__2::pair\20std::__2::__copy_trivial::operator\28\29\5babi:nn180100\5d\28wchar_t\20const*\2c\20wchar_t\20const*\2c\20wchar_t*\29\20const -3496:std::__2::pair\2c\20void*>*>\2c\20bool>\20std::__2::__hash_table\2c\20std::__2::__unordered_map_hasher\2c\20std::__2::hash\2c\20std::__2::equal_to\2c\20true>\2c\20std::__2::__unordered_map_equal\2c\20std::__2::equal_to\2c\20std::__2::hash\2c\20true>\2c\20std::__2::allocator>>::__emplace_unique_key_args\2c\20std::__2::tuple<>>\28GrFragmentProcessor\20const*\20const&\2c\20std::__2::piecewise_construct_t\20const&\2c\20std::__2::tuple&&\2c\20std::__2::tuple<>&&\29 -3497:std::__2::pair*>\2c\20bool>\20std::__2::__hash_table\2c\20std::__2::equal_to\2c\20std::__2::allocator>::__emplace_unique_key_args\28int\20const&\2c\20int\20const&\29 -3498:std::__2::pair\2c\20std::__2::allocator>>>::pair\5babi:ne180100\5d\28std::__2::pair\2c\20std::__2::allocator>>>&&\29 -3499:std::__2::pair\20std::__2::__copy_trivial::operator\28\29\5babi:nn180100\5d\28char\20const*\2c\20char\20const*\2c\20char*\29\20const -3500:std::__2::ostreambuf_iterator>::operator=\5babi:nn180100\5d\28wchar_t\29 -3501:std::__2::ostreambuf_iterator>::operator=\5babi:nn180100\5d\28char\29 -3502:std::__2::optional&\20std::__2::optional::operator=\5babi:ne180100\5d\28SkPath\20const&\29 -3503:std::__2::numpunct::~numpunct\28\29 -3504:std::__2::numpunct::~numpunct\28\29 -3505:std::__2::num_get>>::do_get\28std::__2::istreambuf_iterator>\2c\20std::__2::istreambuf_iterator>\2c\20std::__2::ios_base&\2c\20unsigned\20int&\2c\20unsigned\20int&\29\20const -3506:std::__2::num_get>>\20const&\20std::__2::use_facet\5babi:nn180100\5d>>>\28std::__2::locale\20const&\29 -3507:std::__2::num_get>>::do_get\28std::__2::istreambuf_iterator>\2c\20std::__2::istreambuf_iterator>\2c\20std::__2::ios_base&\2c\20unsigned\20int&\2c\20unsigned\20int&\29\20const -3508:std::__2::moneypunct\20const&\20std::__2::use_facet\5babi:nn180100\5d>\28std::__2::locale\20const&\29 -3509:std::__2::moneypunct\20const&\20std::__2::use_facet\5babi:nn180100\5d>\28std::__2::locale\20const&\29 -3510:std::__2::moneypunct::do_negative_sign\28\29\20const -3511:std::__2::moneypunct\20const&\20std::__2::use_facet\5babi:nn180100\5d>\28std::__2::locale\20const&\29 -3512:std::__2::moneypunct\20const&\20std::__2::use_facet\5babi:nn180100\5d>\28std::__2::locale\20const&\29 -3513:std::__2::moneypunct::do_negative_sign\28\29\20const -3514:std::__2::money_get>>::__do_get\28std::__2::istreambuf_iterator>&\2c\20std::__2::istreambuf_iterator>\2c\20bool\2c\20std::__2::locale\20const&\2c\20unsigned\20int\2c\20unsigned\20int&\2c\20bool&\2c\20std::__2::ctype\20const&\2c\20std::__2::unique_ptr&\2c\20wchar_t*&\2c\20wchar_t*\29 -3515:std::__2::money_get>>::__do_get\28std::__2::istreambuf_iterator>&\2c\20std::__2::istreambuf_iterator>\2c\20bool\2c\20std::__2::locale\20const&\2c\20unsigned\20int\2c\20unsigned\20int&\2c\20bool&\2c\20std::__2::ctype\20const&\2c\20std::__2::unique_ptr&\2c\20char*&\2c\20char*\29 -3516:std::__2::locale::facet**\20std::__2::__construct_at\5babi:nn180100\5d\28std::__2::locale::facet**\29 -3517:std::__2::locale::__imp::~__imp\28\29 -3518:std::__2::locale::__imp::release\28\29 -3519:std::__2::iterator_traits::difference_type\20std::__2::__distance\5babi:nn180100\5d\28unsigned\20int\20const*\2c\20unsigned\20int\20const*\2c\20std::__2::random_access_iterator_tag\29 -3520:std::__2::iterator_traits\2c\20std::__2::allocator>\20const*>::difference_type\20std::__2::distance\5babi:nn180100\5d\2c\20std::__2::allocator>\20const*>\28std::__2::basic_string\2c\20std::__2::allocator>\20const*\2c\20std::__2::basic_string\2c\20std::__2::allocator>\20const*\29 -3521:std::__2::iterator_traits::difference_type\20std::__2::distance\5babi:nn180100\5d\28char*\2c\20char*\29 -3522:std::__2::iterator_traits::difference_type\20std::__2::__distance\5babi:nn180100\5d\28char*\2c\20char*\2c\20std::__2::random_access_iterator_tag\29 -3523:std::__2::istreambuf_iterator>::operator++\5babi:nn180100\5d\28int\29 -3524:std::__2::istreambuf_iterator>::__test_for_eof\5babi:nn180100\5d\28\29\20const -3525:std::__2::istreambuf_iterator>::operator++\5babi:nn180100\5d\28int\29 -3526:std::__2::istreambuf_iterator>::__test_for_eof\5babi:nn180100\5d\28\29\20const -3527:std::__2::ios_base::width\5babi:nn180100\5d\28long\29 -3528:std::__2::ios_base::imbue\28std::__2::locale\20const&\29 -3529:std::__2::ios_base::__call_callbacks\28std::__2::ios_base::event\29 -3530:std::__2::hash::operator\28\29\28skia::textlayout::FontArguments\20const&\29\20const -3531:std::__2::enable_if::value\20&&\20is_move_assignable::value\2c\20void>::type\20std::__2::swap\5babi:nn180100\5d\28char&\2c\20char&\29 -3532:std::__2::deque>::__add_back_capacity\28\29 -3533:std::__2::default_delete::operator\28\29\5babi:ne180100\5d\28sktext::GlyphRunBuilder*\29\20const -3534:std::__2::default_delete\2c\20false>\2c\20SkGoodHash>::Pair\2c\20SkSL::FunctionDeclaration\20const*\2c\20skia_private::THashMap\2c\20false>\2c\20SkGoodHash>::Pair>::Slot\20\5b\5d>::_EnableIfConvertible\2c\20false>\2c\20SkGoodHash>::Pair\2c\20SkSL::FunctionDeclaration\20const*\2c\20skia_private::THashMap\2c\20false>\2c\20SkGoodHash>::Pair>::Slot>::type\20std::__2::default_delete\2c\20false>\2c\20SkGoodHash>::Pair\2c\20SkSL::FunctionDeclaration\20const*\2c\20skia_private::THashMap\2c\20false>\2c\20SkGoodHash>::Pair>::Slot\20\5b\5d>::operator\28\29\5babi:ne180100\5d\2c\20false>\2c\20SkGoodHash>::Pair\2c\20SkSL::FunctionDeclaration\20const*\2c\20skia_private::THashMap\2c\20false>\2c\20SkGoodHash>::Pair>::Slot>\28skia_private::THashTable\2c\20false>\2c\20SkGoodHash>::Pair\2c\20SkSL::FunctionDeclaration\20const*\2c\20skia_private::THashMap\2c\20false>\2c\20SkGoodHash>::Pair>::Slot*\29\20const -3535:std::__2::default_delete\2c\20SkDescriptor\20const&\2c\20sktext::gpu::StrikeCache::HashTraits>::Slot\20\5b\5d>::_EnableIfConvertible\2c\20SkDescriptor\20const&\2c\20sktext::gpu::StrikeCache::HashTraits>::Slot>::type\20std::__2::default_delete\2c\20SkDescriptor\20const&\2c\20sktext::gpu::StrikeCache::HashTraits>::Slot\20\5b\5d>::operator\28\29\5babi:ne180100\5d\2c\20SkDescriptor\20const&\2c\20sktext::gpu::StrikeCache::HashTraits>::Slot>\28skia_private::THashTable\2c\20SkDescriptor\20const&\2c\20sktext::gpu::StrikeCache::HashTraits>::Slot*\29\20const -3536:std::__2::ctype::~ctype\28\29 -3537:std::__2::codecvt::~codecvt\28\29 -3538:std::__2::codecvt::do_out\28__mbstate_t&\2c\20char\20const*\2c\20char\20const*\2c\20char\20const*&\2c\20char*\2c\20char*\2c\20char*&\29\20const -3539:std::__2::codecvt::do_out\28__mbstate_t&\2c\20char32_t\20const*\2c\20char32_t\20const*\2c\20char32_t\20const*&\2c\20char*\2c\20char*\2c\20char*&\29\20const -3540:std::__2::codecvt::do_length\28__mbstate_t&\2c\20char\20const*\2c\20char\20const*\2c\20unsigned\20long\29\20const -3541:std::__2::codecvt::do_in\28__mbstate_t&\2c\20char\20const*\2c\20char\20const*\2c\20char\20const*&\2c\20char32_t*\2c\20char32_t*\2c\20char32_t*&\29\20const -3542:std::__2::codecvt::do_out\28__mbstate_t&\2c\20char16_t\20const*\2c\20char16_t\20const*\2c\20char16_t\20const*&\2c\20char*\2c\20char*\2c\20char*&\29\20const -3543:std::__2::codecvt::do_length\28__mbstate_t&\2c\20char\20const*\2c\20char\20const*\2c\20unsigned\20long\29\20const -3544:std::__2::codecvt::do_in\28__mbstate_t&\2c\20char\20const*\2c\20char\20const*\2c\20char\20const*&\2c\20char16_t*\2c\20char16_t*\2c\20char16_t*&\29\20const -3545:std::__2::char_traits::not_eof\5babi:nn180100\5d\28int\29 -3546:std::__2::basic_stringbuf\2c\20std::__2::allocator>::str\28\29\20const -3547:std::__2::basic_string\2c\20std::__2::allocator>::basic_string\5babi:nn180100\5d\28unsigned\20long\2c\20wchar_t\29 -3548:std::__2::basic_string\2c\20std::__2::allocator>::__grow_by_without_replace\5babi:nn180100\5d\28unsigned\20long\2c\20unsigned\20long\2c\20unsigned\20long\2c\20unsigned\20long\2c\20unsigned\20long\2c\20unsigned\20long\29 -3549:std::__2::basic_string\2c\20std::__2::allocator>::__grow_by_and_replace\28unsigned\20long\2c\20unsigned\20long\2c\20unsigned\20long\2c\20unsigned\20long\2c\20unsigned\20long\2c\20unsigned\20long\2c\20wchar_t\20const*\29 -3550:std::__2::basic_string\2c\20std::__2::allocator>::resize\28unsigned\20long\2c\20char\29 -3551:std::__2::basic_string\2c\20std::__2::allocator>::insert\28unsigned\20long\2c\20char\20const*\2c\20unsigned\20long\29 -3552:std::__2::basic_string\2c\20std::__2::allocator>::basic_string\5babi:nn180100\5d\28unsigned\20long\2c\20char\29 -3553:std::__2::basic_string\2c\20std::__2::allocator>::basic_string>\2c\200>\28std::__2::basic_string_view>\20const&\29 -3554:std::__2::basic_string\2c\20std::__2::allocator>::__null_terminate_at\5babi:nn180100\5d\28char*\2c\20unsigned\20long\29 -3555:std::__2::basic_string\2c\20std::__2::allocator>&\20std::__2::basic_string\2c\20std::__2::allocator>::__assign_no_alias\28char\20const*\2c\20unsigned\20long\29 -3556:std::__2::basic_string\2c\20std::__2::allocator>&\20skia_private::TArray\2c\20std::__2::allocator>\2c\20false>::emplace_back\28char\20const*&&\29 -3557:std::__2::basic_streambuf>::sgetc\5babi:nn180100\5d\28\29 -3558:std::__2::basic_streambuf>::sbumpc\5babi:nn180100\5d\28\29 -3559:std::__2::basic_streambuf>::sputc\5babi:nn180100\5d\28char\29 -3560:std::__2::basic_streambuf>::sgetc\5babi:nn180100\5d\28\29 -3561:std::__2::basic_streambuf>::sbumpc\5babi:nn180100\5d\28\29 -3562:std::__2::basic_ostream>::~basic_ostream\28\29_16258 -3563:std::__2::basic_ostream>::sentry::~sentry\28\29 -3564:std::__2::basic_ostream>::sentry::sentry\28std::__2::basic_ostream>&\29 -3565:std::__2::basic_ostream>::operator<<\28float\29 -3566:std::__2::basic_ostream>::flush\28\29 -3567:std::__2::basic_istream>::~basic_istream\28\29_16217 -3568:std::__2::allocator_traits>::deallocate\5babi:nn180100\5d\28std::__2::__sso_allocator&\2c\20std::__2::locale::facet**\2c\20unsigned\20long\29 -3569:std::__2::allocator::deallocate\5babi:nn180100\5d\28wchar_t*\2c\20unsigned\20long\29 -3570:std::__2::allocator::allocate\5babi:nn180100\5d\28unsigned\20long\29 -3571:std::__2::allocator::allocate\5babi:nn180100\5d\28unsigned\20long\29 -3572:std::__2::__wrap_iter\20std::__2::vector>::__insert_with_size\5babi:ne180100\5d>\2c\20std::__2::reverse_iterator>>\28std::__2::__wrap_iter\2c\20std::__2::reverse_iterator>\2c\20std::__2::reverse_iterator>\2c\20long\29 -3573:std::__2::__wrap_iter\20std::__2::vector>::__insert_with_size\5babi:ne180100\5d\2c\20std::__2::__wrap_iter>\28std::__2::__wrap_iter\2c\20std::__2::__wrap_iter\2c\20std::__2::__wrap_iter\2c\20long\29 -3574:std::__2::__unique_if::__unique_single\20std::__2::make_unique\5babi:ne180100\5d\28SkSL::Position&\2c\20SkSL::Type\20const&\2c\20SkSL::ExpressionArray&&\29 -3575:std::__2::__time_put::__time_put\5babi:nn180100\5d\28\29 -3576:std::__2::__time_put::__do_put\28char*\2c\20char*&\2c\20tm\20const*\2c\20char\2c\20char\29\20const -3577:std::__2::__split_buffer>::push_back\28skia::textlayout::OneLineShaper::RunBlock*&&\29 -3578:std::__2::__optional_destruct_base::~__optional_destruct_base\5babi:ne180100\5d\28\29 -3579:std::__2::__num_put::__widen_and_group_int\28char*\2c\20char*\2c\20char*\2c\20wchar_t*\2c\20wchar_t*&\2c\20wchar_t*&\2c\20std::__2::locale\20const&\29 -3580:std::__2::__num_put::__widen_and_group_float\28char*\2c\20char*\2c\20char*\2c\20wchar_t*\2c\20wchar_t*&\2c\20wchar_t*&\2c\20std::__2::locale\20const&\29 -3581:std::__2::__num_put::__widen_and_group_int\28char*\2c\20char*\2c\20char*\2c\20char*\2c\20char*&\2c\20char*&\2c\20std::__2::locale\20const&\29 -3582:std::__2::__num_put::__widen_and_group_float\28char*\2c\20char*\2c\20char*\2c\20char*\2c\20char*&\2c\20char*&\2c\20std::__2::locale\20const&\29 -3583:std::__2::__money_put::__gather_info\28bool\2c\20bool\2c\20std::__2::locale\20const&\2c\20std::__2::money_base::pattern&\2c\20wchar_t&\2c\20wchar_t&\2c\20std::__2::basic_string\2c\20std::__2::allocator>&\2c\20std::__2::basic_string\2c\20std::__2::allocator>&\2c\20std::__2::basic_string\2c\20std::__2::allocator>&\2c\20int&\29 -3584:std::__2::__money_put::__format\28wchar_t*\2c\20wchar_t*&\2c\20wchar_t*&\2c\20unsigned\20int\2c\20wchar_t\20const*\2c\20wchar_t\20const*\2c\20std::__2::ctype\20const&\2c\20bool\2c\20std::__2::money_base::pattern\20const&\2c\20wchar_t\2c\20wchar_t\2c\20std::__2::basic_string\2c\20std::__2::allocator>\20const&\2c\20std::__2::basic_string\2c\20std::__2::allocator>\20const&\2c\20std::__2::basic_string\2c\20std::__2::allocator>\20const&\2c\20int\29 -3585:std::__2::__money_put::__gather_info\28bool\2c\20bool\2c\20std::__2::locale\20const&\2c\20std::__2::money_base::pattern&\2c\20char&\2c\20char&\2c\20std::__2::basic_string\2c\20std::__2::allocator>&\2c\20std::__2::basic_string\2c\20std::__2::allocator>&\2c\20std::__2::basic_string\2c\20std::__2::allocator>&\2c\20int&\29 -3586:std::__2::__money_put::__format\28char*\2c\20char*&\2c\20char*&\2c\20unsigned\20int\2c\20char\20const*\2c\20char\20const*\2c\20std::__2::ctype\20const&\2c\20bool\2c\20std::__2::money_base::pattern\20const&\2c\20char\2c\20char\2c\20std::__2::basic_string\2c\20std::__2::allocator>\20const&\2c\20std::__2::basic_string\2c\20std::__2::allocator>\20const&\2c\20std::__2::basic_string\2c\20std::__2::allocator>\20const&\2c\20int\29 -3587:std::__2::__libcpp_sscanf_l\28char\20const*\2c\20__locale_struct*\2c\20char\20const*\2c\20...\29 -3588:std::__2::__libcpp_mbrtowc_l\5babi:nn180100\5d\28wchar_t*\2c\20char\20const*\2c\20unsigned\20long\2c\20__mbstate_t*\2c\20__locale_struct*\29 -3589:std::__2::__libcpp_mb_cur_max_l\5babi:nn180100\5d\28__locale_struct*\29 -3590:std::__2::__libcpp_deallocate\5babi:nn180100\5d\28void*\2c\20unsigned\20long\2c\20unsigned\20long\29 -3591:std::__2::__libcpp_allocate\5babi:nn180100\5d\28unsigned\20long\2c\20unsigned\20long\29 -3592:std::__2::__is_overaligned_for_new\5babi:nn180100\5d\28unsigned\20long\29 -3593:std::__2::__function::__value_func::swap\5babi:ne180100\5d\28std::__2::__function::__value_func&\29 -3594:std::__2::__function::__func\28GrOp\20const*\2c\20GrSurfaceProxy\20const*\29::'lambda'\28GrSurfaceProxy*\2c\20skgpu::Mipmapped\29\2c\20std::__2::allocator\28GrOp\20const*\2c\20GrSurfaceProxy\20const*\29::'lambda'\28GrSurfaceProxy*\2c\20skgpu::Mipmapped\29>\2c\20void\20\28GrSurfaceProxy*\2c\20skgpu::Mipmapped\29>::operator\28\29\28GrSurfaceProxy*&&\2c\20skgpu::Mipmapped&&\29 -3595:std::__2::__function::__func<\28anonymous\20namespace\29::colrv1_traverse_paint\28SkCanvas*\2c\20SkSpan\20const&\2c\20unsigned\20int\2c\20FT_FaceRec_*\2c\20FT_Opaque_Paint_\2c\20skia_private::THashSet*\29::$_0\2c\20std::__2::allocator<\28anonymous\20namespace\29::colrv1_traverse_paint\28SkCanvas*\2c\20SkSpan\20const&\2c\20unsigned\20int\2c\20FT_FaceRec_*\2c\20FT_Opaque_Paint_\2c\20skia_private::THashSet*\29::$_0>\2c\20void\20\28\29>::operator\28\29\28\29 -3596:std::__2::__function::__func&\29\2c\20std::__2::allocator&\29>\2c\20void\20\28std::__2::function&\29>::operator\28\29\28std::__2::function&\29 -3597:std::__2::__function::__func&\29\2c\20std::__2::allocator&\29>\2c\20void\20\28std::__2::function&\29>::destroy\28\29 -3598:std::__2::__constexpr_wcslen\5babi:nn180100\5d\28wchar_t\20const*\29 -3599:std::__2::__compressed_pair_elem\2c\20std::__2::allocator>::__rep\2c\200\2c\20false>::__compressed_pair_elem\5babi:nn180100\5d\28std::__2::__value_init_tag\29 -3600:std::__2::__allocation_result>::pointer>\20std::__2::__allocate_at_least\5babi:nn180100\5d>\28std::__2::__sso_allocator&\2c\20unsigned\20long\29 -3601:start_input_pass -3602:sktext::gpu::build_distance_adjust_table\28float\29 -3603:sktext::gpu::VertexFiller::isLCD\28\29\20const -3604:sktext::gpu::VertexFiller::CanUseDirect\28SkMatrix\20const&\2c\20SkMatrix\20const&\29 -3605:sktext::gpu::TextBlobRedrawCoordinator::internalRemove\28sktext::gpu::TextBlob*\29 -3606:sktext::gpu::SubRunContainer::MakeInAlloc\28sktext::GlyphRunList\20const&\2c\20SkMatrix\20const&\2c\20SkPaint\20const&\2c\20SkStrikeDeviceInfo\2c\20sktext::StrikeForGPUCacheInterface*\2c\20sktext::gpu::SubRunAllocator*\2c\20sktext::gpu::SubRunContainer::SubRunCreationBehavior\2c\20char\20const*\29::$_2::operator\28\29\28SkZip\2c\20skgpu::MaskFormat\29\20const -3607:sktext::gpu::SubRunContainer::MakeInAlloc\28sktext::GlyphRunList\20const&\2c\20SkMatrix\20const&\2c\20SkPaint\20const&\2c\20SkStrikeDeviceInfo\2c\20sktext::StrikeForGPUCacheInterface*\2c\20sktext::gpu::SubRunAllocator*\2c\20sktext::gpu::SubRunContainer::SubRunCreationBehavior\2c\20char\20const*\29::$_0::operator\28\29\28SkZip\2c\20skgpu::MaskFormat\29\20const -3608:sktext::gpu::SubRunContainer::MakeInAlloc\28sktext::GlyphRunList\20const&\2c\20SkMatrix\20const&\2c\20SkPaint\20const&\2c\20SkStrikeDeviceInfo\2c\20sktext::StrikeForGPUCacheInterface*\2c\20sktext::gpu::SubRunAllocator*\2c\20sktext::gpu::SubRunContainer::SubRunCreationBehavior\2c\20char\20const*\29 -3609:sktext::gpu::SubRunContainer::EstimateAllocSize\28sktext::GlyphRunList\20const&\29 -3610:sktext::gpu::SubRunAllocator::SubRunAllocator\28char*\2c\20int\2c\20int\29 -3611:sktext::gpu::StrikeCache::~StrikeCache\28\29 -3612:sktext::gpu::SlugImpl::Make\28SkMatrix\20const&\2c\20sktext::GlyphRunList\20const&\2c\20SkPaint\20const&\2c\20SkStrikeDeviceInfo\2c\20sktext::StrikeForGPUCacheInterface*\29 -3613:sktext::gpu::GlyphVector::packedGlyphIDToGlyph\28sktext::gpu::StrikeCache*\29 -3614:sktext::gpu::BagOfBytes::BagOfBytes\28char*\2c\20unsigned\20long\2c\20unsigned\20long\29::$_1::operator\28\29\28\29\20const -3615:sktext::glyphrun_source_bounds\28SkFont\20const&\2c\20SkPaint\20const&\2c\20SkZip\2c\20SkSpan\29 -3616:sktext::SkStrikePromise::resetStrike\28\29 -3617:sktext::GlyphRunList::makeBlob\28\29\20const -3618:sktext::GlyphRunBuilder::blobToGlyphRunList\28SkTextBlob\20const&\2c\20SkPoint\29 -3619:sktext::GlyphRun*\20std::__2::vector>::__emplace_back_slow_path&\2c\20SkSpan&\2c\20SkSpan&\2c\20SkSpan&\2c\20SkSpan&>\28SkFont\20const&\2c\20SkSpan&\2c\20SkSpan&\2c\20SkSpan&\2c\20SkSpan&\2c\20SkSpan&\29 -3620:skstd::to_string\28float\29 -3621:skpathutils::FillPathWithPaint\28SkPath\20const&\2c\20SkPaint\20const&\2c\20SkPathBuilder*\2c\20SkRect\20const*\2c\20SkMatrix\20const&\29 -3622:skjpeg_err_exit\28jpeg_common_struct*\29 -3623:skip_string -3624:skip_procedure -3625:skif::\28anonymous\20namespace\29::decompose_transform\28SkMatrix\20const&\2c\20SkPoint\2c\20SkMatrix*\2c\20SkMatrix*\29 -3626:skif::Mapping::adjustLayerSpace\28SkM44\20const&\29 -3627:skif::LayerSpace::relevantSubset\28skif::LayerSpace\2c\20SkTileMode\29\20const -3628:skif::FilterResult::draw\28skif::Context\20const&\2c\20SkDevice*\2c\20SkBlender\20const*\29\20const -3629:skif::FilterResult::MakeFromImage\28skif::Context\20const&\2c\20sk_sp\2c\20SkRect\2c\20skif::ParameterSpace\2c\20SkSamplingOptions\20const&\29 -3630:skif::FilterResult::FilterResult\28sk_sp\2c\20skif::LayerSpace\20const&\29 -3631:skif::Context::withNewSource\28skif::FilterResult\20const&\29\20const -3632:skia_private::THashTable::Traits>::set\28unsigned\20long\20long\29 -3633:skia_private::THashTable>\2c\20std::__2::basic_string_view>\2c\20skia_private::THashSet>\2c\20SkGoodHash>::Traits>::set\28std::__2::basic_string_view>\29 -3634:skia_private::THashTable>\2c\20std::__2::basic_string_view>\2c\20skia_private::THashSet>\2c\20SkGoodHash>::Traits>::resize\28int\29 -3635:skia_private::THashTable::Pair\2c\20unsigned\20int\2c\20skia_private::THashMap::Pair>::uncheckedSet\28skia_private::THashMap::Pair&&\29 -3636:skia_private::THashTable::Pair\2c\20unsigned\20int\2c\20skia_private::THashMap::Pair>::removeSlot\28int\29 -3637:skia_private::THashTable>\2c\20SkSL::IntrinsicKind\2c\20SkGoodHash>::Pair\2c\20std::__2::basic_string_view>\2c\20skia_private::THashMap>\2c\20SkSL::IntrinsicKind\2c\20SkGoodHash>::Pair>::resize\28int\29 -3638:skia_private::THashTable\2c\20skia::textlayout::OneLineShaper::FontKey::Hasher>::Pair\2c\20skia::textlayout::OneLineShaper::FontKey\2c\20skia_private::THashMap\2c\20skia::textlayout::OneLineShaper::FontKey::Hasher>::Pair>::uncheckedSet\28skia_private::THashMap\2c\20skia::textlayout::OneLineShaper::FontKey::Hasher>::Pair&&\29 -3639:skia_private::THashTable\2c\20std::__2::allocator>>\2c\20skia::textlayout::FontCollection::FamilyKey::Hasher>::Pair\2c\20skia::textlayout::FontCollection::FamilyKey\2c\20skia_private::THashMap\2c\20std::__2::allocator>>\2c\20skia::textlayout::FontCollection::FamilyKey::Hasher>::Pair>::uncheckedSet\28skia_private::THashMap\2c\20std::__2::allocator>>\2c\20skia::textlayout::FontCollection::FamilyKey::Hasher>::Pair&&\29 -3640:skia_private::THashTable::Pair\2c\20skgpu::UniqueKey\2c\20skia_private::THashMap::Pair>::uncheckedSet\28skia_private::THashMap::Pair&&\29 -3641:skia_private::THashTable\2c\20SkGoodHash>::Pair\2c\20SkString\2c\20skia_private::THashMap\2c\20SkGoodHash>::Pair>::uncheckedSet\28skia_private::THashMap\2c\20SkGoodHash>::Pair&&\29 -3642:skia_private::THashTable::Pair\2c\20SkSL::Variable\20const*\2c\20skia_private::THashMap::Pair>::operator=\28skia_private::THashTable::Pair\2c\20SkSL::Variable\20const*\2c\20skia_private::THashMap::Pair>\20const&\29 -3643:skia_private::THashTable::Pair\2c\20SkSL::SymbolTable::SymbolKey\2c\20skia_private::THashMap::Pair>::resize\28int\29 -3644:skia_private::THashTable\2c\20std::__2::allocator>\2c\20SkSL::Analysis::SpecializedFunctionKey::Hash>::Pair\2c\20SkSL::Analysis::SpecializedFunctionKey\2c\20skia_private::THashMap\2c\20std::__2::allocator>\2c\20SkSL::Analysis::SpecializedFunctionKey::Hash>::Pair>::uncheckedSet\28skia_private::THashMap\2c\20std::__2::allocator>\2c\20SkSL::Analysis::SpecializedFunctionKey::Hash>::Pair&&\29 -3645:skia_private::THashTable::Pair\2c\20SkSL::Analysis::SpecializedCallKey\2c\20skia_private::THashMap::Pair>::set\28skia_private::THashMap::Pair\29 -3646:skia_private::THashTable::Pair\2c\20SkPath\2c\20skia_private::THashMap::Pair>::uncheckedSet\28skia_private::THashMap::Pair&&\29 -3647:skia_private::THashTable>\2c\20SkGoodHash>::Pair\2c\20SkImageFilter\20const*\2c\20skia_private::THashMap>\2c\20SkGoodHash>::Pair>::uncheckedSet\28skia_private::THashMap>\2c\20SkGoodHash>::Pair&&\29 -3648:skia_private::THashTable>\2c\20SkGoodHash>::Pair\2c\20SkImageFilter\20const*\2c\20skia_private::THashMap>\2c\20SkGoodHash>::Pair>::resize\28int\29 -3649:skia_private::THashTable::AdaptedTraits>::uncheckedSet\28skgpu::ganesh::SmallPathShapeData*&&\29 -3650:skia_private::THashTable::AdaptedTraits>::resize\28int\29 -3651:skia_private::THashTable\2c\20SkDescriptor\20const&\2c\20sktext::gpu::StrikeCache::HashTraits>::resize\28int\29 -3652:skia_private::THashTable\2c\20SkDescriptor\2c\20SkStrikeCache::StrikeTraits>::resize\28int\29 -3653:skia_private::THashTable<\28anonymous\20namespace\29::CacheImpl::Value*\2c\20SkImageFilterCacheKey\2c\20SkTDynamicHash<\28anonymous\20namespace\29::CacheImpl::Value\2c\20SkImageFilterCacheKey\2c\20\28anonymous\20namespace\29::CacheImpl::Value>::AdaptedTraits>::uncheckedSet\28\28anonymous\20namespace\29::CacheImpl::Value*&&\29 -3654:skia_private::THashTable<\28anonymous\20namespace\29::CacheImpl::Value*\2c\20SkImageFilterCacheKey\2c\20SkTDynamicHash<\28anonymous\20namespace\29::CacheImpl::Value\2c\20SkImageFilterCacheKey\2c\20\28anonymous\20namespace\29::CacheImpl::Value>::AdaptedTraits>::resize\28int\29 -3655:skia_private::THashTable::ValueList*\2c\20skgpu::ScratchKey\2c\20SkTDynamicHash::ValueList\2c\20skgpu::ScratchKey\2c\20SkTMultiMap::ValueList>::AdaptedTraits>::uncheckedSet\28SkTMultiMap::ValueList*&&\29 -3656:skia_private::THashTable::ValueList*\2c\20skgpu::ScratchKey\2c\20SkTDynamicHash::ValueList\2c\20skgpu::ScratchKey\2c\20SkTMultiMap::ValueList>::AdaptedTraits>::resize\28int\29 -3657:skia_private::THashTable::ValueList*\2c\20skgpu::ScratchKey\2c\20SkTDynamicHash::ValueList\2c\20skgpu::ScratchKey\2c\20SkTMultiMap::ValueList>::AdaptedTraits>::uncheckedSet\28SkTMultiMap::ValueList*&&\29 -3658:skia_private::THashTable::ValueList*\2c\20skgpu::ScratchKey\2c\20SkTDynamicHash::ValueList\2c\20skgpu::ScratchKey\2c\20SkTMultiMap::ValueList>::AdaptedTraits>::resize\28int\29 -3659:skia_private::THashTable::resize\28int\29 -3660:skia_private::THashTable::Entry*\2c\20unsigned\20int\2c\20SkLRUCache::Traits>::removeIfExists\28unsigned\20int\20const&\29 -3661:skia_private::THashTable>\2c\20skia::textlayout::ParagraphCache::KeyHash\2c\20SkNoOpPurge>::Entry*\2c\20skia::textlayout::ParagraphCacheKey\2c\20SkLRUCache>\2c\20skia::textlayout::ParagraphCache::KeyHash\2c\20SkNoOpPurge>::Traits>::resize\28int\29 -3662:skia_private::THashTable>\2c\20GrGLGpu::ProgramCache::DescHash\2c\20SkNoOpPurge>::Entry*\2c\20GrProgramDesc\2c\20SkLRUCache>\2c\20GrGLGpu::ProgramCache::DescHash\2c\20SkNoOpPurge>::Traits>::uncheckedSet\28SkLRUCache>\2c\20GrGLGpu::ProgramCache::DescHash\2c\20SkNoOpPurge>::Entry*&&\29 -3663:skia_private::THashTable>\2c\20GrGLGpu::ProgramCache::DescHash\2c\20SkNoOpPurge>::Entry*\2c\20GrProgramDesc\2c\20SkLRUCache>\2c\20GrGLGpu::ProgramCache::DescHash\2c\20SkNoOpPurge>::Traits>::resize\28int\29 -3664:skia_private::THashTable::AdaptedTraits>::set\28GrThreadSafeCache::Entry*\29 -3665:skia_private::THashTable::AdaptedTraits>::resize\28int\29 -3666:skia_private::THashTable::AdaptedTraits>::removeIfExists\28skgpu::UniqueKey\20const&\29 -3667:skia_private::THashTable::AdaptedTraits>::resize\28int\29 -3668:skia_private::THashTable::Traits>::resize\28int\29 -3669:skia_private::THashSet::add\28FT_Opaque_Paint_\29 -3670:skia_private::THashMap\2c\20false>\2c\20SkGoodHash>::operator\5b\5d\28SkSL::FunctionDeclaration\20const*\20const&\29 -3671:skia_private::THashMap>\2c\20SkGoodHash>::remove\28SkImageFilter\20const*\20const&\29 -3672:skia_private::TArray::push_back_raw\28int\29 -3673:skia_private::TArray::resize_back\28int\29 -3674:skia_private::TArray\2c\20std::__2::allocator>\2c\20false>::checkRealloc\28int\2c\20double\29 -3675:skia_private::TArray::~TArray\28\29 -3676:skia_private::TArray::installDataAndUpdateCapacity\28SkSpan\29 -3677:skia_private::TArray::operator=\28skia_private::TArray&&\29 -3678:skia_private::TArray::installDataAndUpdateCapacity\28SkSpan\29 -3679:skia_private::TArray::BufferFinishedMessage\2c\20false>::operator=\28skia_private::TArray::BufferFinishedMessage\2c\20false>&&\29 -3680:skia_private::TArray::BufferFinishedMessage\2c\20false>::installDataAndUpdateCapacity\28SkSpan\29 -3681:skia_private::TArray::operator=\28skia_private::TArray&&\29 -3682:skia_private::TArray\29::ReorderedArgument\2c\20false>::push_back\28SkSL::optimize_constructor_swizzle\28SkSL::Context\20const&\2c\20SkSL::Position\2c\20SkSL::ConstructorCompound\20const&\2c\20skia_private::FixedArray<4\2c\20signed\20char>\29::ReorderedArgument&&\29 -3683:skia_private::TArray::TArray\28skia_private::TArray&&\29 -3684:skia_private::TArray::swap\28skia_private::TArray&\29 -3685:skia_private::TArray\2c\20true>::operator=\28skia_private::TArray\2c\20true>&&\29 -3686:skia_private::TArray::push_back_raw\28int\29 -3687:skia_private::TArray::push_back_raw\28int\29 -3688:skia_private::TArray::push_back_raw\28int\29 -3689:skia_private::TArray::move_back_n\28int\2c\20GrTextureProxy**\29 -3690:skia_private::TArray::operator=\28skia_private::TArray&&\29 -3691:skia_private::TArray::push_back_n\28int\2c\20EllipticalRRectOp::RRect\20const*\29 -3692:skia_png_zfree -3693:skia_png_write_zTXt -3694:skia_png_write_tIME -3695:skia_png_write_tEXt -3696:skia_png_write_iTXt -3697:skia_png_set_write_fn -3698:skia_png_set_unknown_chunks -3699:skia_png_set_swap -3700:skia_png_set_strip_16 -3701:skia_png_set_read_user_transform_fn -3702:skia_png_set_read_user_chunk_fn -3703:skia_png_set_option -3704:skia_png_set_mem_fn -3705:skia_png_set_expand_gray_1_2_4_to_8 -3706:skia_png_set_error_fn -3707:skia_png_set_compression_level -3708:skia_png_set_IHDR -3709:skia_png_read_filter_row -3710:skia_png_process_IDAT_data -3711:skia_png_icc_set_sRGB -3712:skia_png_icc_check_tag_table -3713:skia_png_icc_check_header -3714:skia_png_get_uint_31 -3715:skia_png_get_sBIT -3716:skia_png_get_rowbytes -3717:skia_png_get_error_ptr -3718:skia_png_get_bit_depth -3719:skia_png_get_IHDR -3720:skia_png_do_swap -3721:skia_png_do_read_transformations -3722:skia_png_do_read_interlace -3723:skia_png_do_packswap -3724:skia_png_do_invert -3725:skia_png_do_gray_to_rgb -3726:skia_png_do_expand -3727:skia_png_do_check_palette_indexes -3728:skia_png_do_bgr -3729:skia_png_destroy_png_struct -3730:skia_png_destroy_gamma_table -3731:skia_png_create_png_struct -3732:skia_png_create_info_struct -3733:skia_png_crc_read -3734:skia_png_colorspace_sync_info -3735:skia_png_check_IHDR -3736:skia::textlayout::TypefaceFontStyleSet::matchStyle\28SkFontStyle\20const&\29 -3737:skia::textlayout::TextStyle::matchOneAttribute\28skia::textlayout::StyleType\2c\20skia::textlayout::TextStyle\20const&\29\20const -3738:skia::textlayout::TextStyle::equals\28skia::textlayout::TextStyle\20const&\29\20const -3739:skia::textlayout::TextShadow::operator!=\28skia::textlayout::TextShadow\20const&\29\20const -3740:skia::textlayout::TextLine::paint\28skia::textlayout::ParagraphPainter*\2c\20float\2c\20float\29 -3741:skia::textlayout::TextLine::iterateThroughClustersInGlyphsOrder\28bool\2c\20bool\2c\20std::__2::function\20const&\29\20const::$_0::operator\28\29\28unsigned\20long\20const&\29\20const -3742:skia::textlayout::TextLine::getRectsForRange\28skia::textlayout::SkRange\2c\20skia::textlayout::RectHeightStyle\2c\20skia::textlayout::RectWidthStyle\2c\20std::__2::vector>&\29\20const::$_0::operator\28\29\28skia::textlayout::Run\20const*\2c\20float\2c\20skia::textlayout::SkRange\2c\20float*\29\20const::'lambda'\28skia::textlayout::SkRange\2c\20skia::textlayout::TextStyle\20const&\2c\20skia::textlayout::TextLine::ClipContext\20const&\29::operator\28\29\28skia::textlayout::SkRange\2c\20skia::textlayout::TextStyle\20const&\2c\20skia::textlayout::TextLine::ClipContext\20const&\29\20const::'lambda'\28SkRect\29::operator\28\29\28SkRect\29\20const -3743:skia::textlayout::TextLine::getMetrics\28\29\20const -3744:skia::textlayout::TextLine::ensureTextBlobCachePopulated\28\29 -3745:skia::textlayout::TextLine::buildTextBlob\28skia::textlayout::SkRange\2c\20skia::textlayout::TextStyle\20const&\2c\20skia::textlayout::TextLine::ClipContext\20const&\29 -3746:skia::textlayout::TextLine::TextLine\28skia::textlayout::ParagraphImpl*\2c\20SkPoint\2c\20SkPoint\2c\20skia::textlayout::SkRange\2c\20skia::textlayout::SkRange\2c\20skia::textlayout::SkRange\2c\20skia::textlayout::SkRange\2c\20skia::textlayout::SkRange\2c\20skia::textlayout::SkRange\2c\20float\2c\20skia::textlayout::InternalLineMetrics\29 -3747:skia::textlayout::TextLine&\20skia_private::TArray::emplace_back&\2c\20skia::textlayout::SkRange&\2c\20skia::textlayout::SkRange&\2c\20skia::textlayout::SkRange&\2c\20skia::textlayout::SkRange&\2c\20skia::textlayout::SkRange&\2c\20float&\2c\20skia::textlayout::InternalLineMetrics&>\28skia::textlayout::ParagraphImpl*&&\2c\20SkPoint&\2c\20SkPoint&\2c\20skia::textlayout::SkRange&\2c\20skia::textlayout::SkRange&\2c\20skia::textlayout::SkRange&\2c\20skia::textlayout::SkRange&\2c\20skia::textlayout::SkRange&\2c\20skia::textlayout::SkRange&\2c\20float&\2c\20skia::textlayout::InternalLineMetrics&\29 -3748:skia::textlayout::Run::shift\28skia::textlayout::Cluster\20const*\2c\20float\29 -3749:skia::textlayout::Run::newRunBuffer\28\29 -3750:skia::textlayout::Run::findLimitingGlyphClusters\28skia::textlayout::SkRange\29\20const -3751:skia::textlayout::Run::addSpacesAtTheEnd\28float\2c\20skia::textlayout::Cluster*\29 -3752:skia::textlayout::ParagraphStyle::effective_align\28\29\20const -3753:skia::textlayout::ParagraphStyle::ParagraphStyle\28\29 -3754:skia::textlayout::ParagraphPainter::DecorationStyle::DecorationStyle\28unsigned\20int\2c\20float\2c\20std::__2::optional\29 -3755:skia::textlayout::ParagraphImpl::~ParagraphImpl\28\29 -3756:skia::textlayout::ParagraphImpl::text\28skia::textlayout::SkRange\29 -3757:skia::textlayout::ParagraphImpl::resolveStrut\28\29 -3758:skia::textlayout::ParagraphImpl::getGlyphInfoAtUTF16Offset\28unsigned\20long\2c\20skia::textlayout::Paragraph::GlyphInfo*\29 -3759:skia::textlayout::ParagraphImpl::getGlyphClusterAt\28unsigned\20long\2c\20skia::textlayout::Paragraph::GlyphClusterInfo*\29 -3760:skia::textlayout::ParagraphImpl::findPreviousGraphemeBoundary\28unsigned\20long\29\20const -3761:skia::textlayout::ParagraphImpl::computeEmptyMetrics\28\29 -3762:skia::textlayout::ParagraphImpl::clusters\28skia::textlayout::SkRange\29 -3763:skia::textlayout::ParagraphImpl::block\28unsigned\20long\29 -3764:skia::textlayout::ParagraphCacheValue::~ParagraphCacheValue\28\29 -3765:skia::textlayout::ParagraphCacheKey::ParagraphCacheKey\28skia::textlayout::ParagraphImpl\20const*\29 -3766:skia::textlayout::ParagraphBuilderImpl::~ParagraphBuilderImpl\28\29 -3767:skia::textlayout::ParagraphBuilderImpl::make\28skia::textlayout::ParagraphStyle\20const&\2c\20sk_sp\2c\20sk_sp\29 -3768:skia::textlayout::ParagraphBuilderImpl::addPlaceholder\28skia::textlayout::PlaceholderStyle\20const&\2c\20bool\29 -3769:skia::textlayout::ParagraphBuilderImpl::ParagraphBuilderImpl\28skia::textlayout::ParagraphStyle\20const&\2c\20sk_sp\2c\20sk_sp\29 -3770:skia::textlayout::Paragraph::~Paragraph\28\29 -3771:skia::textlayout::OneLineShaper::clusteredText\28skia::textlayout::SkRange&\29 -3772:skia::textlayout::FontCollection::~FontCollection\28\29 -3773:skia::textlayout::FontCollection::matchTypeface\28SkString\20const&\2c\20SkFontStyle\29 -3774:skia::textlayout::FontCollection::defaultFallback\28int\2c\20SkFontStyle\2c\20SkString\20const&\29 -3775:skia::textlayout::FontCollection::FamilyKey::Hasher::operator\28\29\28skia::textlayout::FontCollection::FamilyKey\20const&\29\20const -3776:skgpu::tess::\28anonymous\20namespace\29::write_curve_index_buffer_base_index\28skgpu::VertexWriter\2c\20unsigned\20long\2c\20unsigned\20short\29 -3777:skgpu::tess::StrokeIterator::next\28\29 -3778:skgpu::tess::StrokeIterator::finishOpenContour\28\29 -3779:skgpu::tess::PreChopPathCurves\28float\2c\20SkPath\20const&\2c\20SkMatrix\20const&\2c\20SkRect\20const&\29 -3780:skgpu::ganesh::\28anonymous\20namespace\29::SmallPathOp::~SmallPathOp\28\29 -3781:skgpu::ganesh::\28anonymous\20namespace\29::SmallPathOp::SmallPathOp\28GrProcessorSet*\2c\20SkRGBA4f<\28SkAlphaType\292>\20const&\2c\20GrStyledShape\20const&\2c\20SkMatrix\20const&\2c\20bool\2c\20GrUserStencilSettings\20const*\29 -3782:skgpu::ganesh::\28anonymous\20namespace\29::ChopPathIfNecessary\28SkMatrix\20const&\2c\20GrStyledShape\20const&\2c\20SkIRect\20const&\2c\20SkStrokeRec\20const&\2c\20SkPath*\29 -3783:skgpu::ganesh::\28anonymous\20namespace\29::AAFlatteningConvexPathOp::recordDraw\28GrMeshDrawTarget*\2c\20int\2c\20unsigned\20long\2c\20void*\2c\20int\2c\20unsigned\20short*\29 -3784:skgpu::ganesh::\28anonymous\20namespace\29::AAFlatteningConvexPathOp::AAFlatteningConvexPathOp\28GrProcessorSet*\2c\20SkRGBA4f<\28SkAlphaType\292>\20const&\2c\20SkMatrix\20const&\2c\20SkPath\20const&\2c\20float\2c\20SkStrokeRec::Style\2c\20SkPaint::Join\2c\20float\2c\20GrUserStencilSettings\20const*\29 -3785:skgpu::ganesh::\28anonymous\20namespace\29::AAConvexPathOp::AAConvexPathOp\28GrProcessorSet*\2c\20SkRGBA4f<\28SkAlphaType\292>\20const&\2c\20SkMatrix\20const&\2c\20SkPath\20const&\2c\20GrUserStencilSettings\20const*\29 -3786:skgpu::ganesh::TextureOp::Make\28GrRecordingContext*\2c\20GrSurfaceProxyView\2c\20SkAlphaType\2c\20sk_sp\2c\20SkFilterMode\2c\20SkMipmapMode\2c\20SkRGBA4f<\28SkAlphaType\292>\20const&\2c\20skgpu::ganesh::TextureOp::Saturate\2c\20SkBlendMode\2c\20GrAAType\2c\20DrawQuad*\2c\20SkRect\20const*\29 -3787:skgpu::ganesh::TessellationPathRenderer::IsSupported\28GrCaps\20const&\29 -3788:skgpu::ganesh::SurfaceFillContext::fillRectToRectWithFP\28SkIRect\20const&\2c\20SkIRect\20const&\2c\20std::__2::unique_ptr>\29 -3789:skgpu::ganesh::SurfaceFillContext::blitTexture\28GrSurfaceProxyView\2c\20SkIRect\20const&\2c\20SkIPoint\20const&\29 -3790:skgpu::ganesh::SurfaceFillContext::addOp\28std::__2::unique_ptr>\29 -3791:skgpu::ganesh::SurfaceFillContext::addDrawOp\28std::__2::unique_ptr>\29 -3792:skgpu::ganesh::SurfaceDrawContext::~SurfaceDrawContext\28\29_10182 -3793:skgpu::ganesh::SurfaceDrawContext::drawVertices\28GrClip\20const*\2c\20GrPaint&&\2c\20SkMatrix\20const&\2c\20sk_sp\2c\20GrPrimitiveType*\2c\20bool\29 -3794:skgpu::ganesh::SurfaceDrawContext::drawTexturedQuad\28GrClip\20const*\2c\20GrSurfaceProxyView\2c\20SkAlphaType\2c\20sk_sp\2c\20SkFilterMode\2c\20SkMipmapMode\2c\20SkRGBA4f<\28SkAlphaType\292>\20const&\2c\20SkBlendMode\2c\20DrawQuad*\2c\20SkRect\20const*\29 -3795:skgpu::ganesh::SurfaceDrawContext::drawTexture\28GrClip\20const*\2c\20GrSurfaceProxyView\2c\20SkAlphaType\2c\20SkFilterMode\2c\20SkMipmapMode\2c\20SkBlendMode\2c\20SkRGBA4f<\28SkAlphaType\292>\20const&\2c\20SkRect\20const&\2c\20SkRect\20const&\2c\20GrQuadAAFlags\2c\20SkCanvas::SrcRectConstraint\2c\20SkMatrix\20const&\2c\20sk_sp\29 -3796:skgpu::ganesh::SurfaceDrawContext::drawStrokedLine\28GrClip\20const*\2c\20GrPaint&&\2c\20GrAA\2c\20SkMatrix\20const&\2c\20SkPoint\20const*\2c\20SkStrokeRec\20const&\29 -3797:skgpu::ganesh::SurfaceDrawContext::drawRegion\28GrClip\20const*\2c\20GrPaint&&\2c\20GrAA\2c\20SkMatrix\20const&\2c\20SkRegion\20const&\2c\20GrStyle\20const&\2c\20GrUserStencilSettings\20const*\29 -3798:skgpu::ganesh::SurfaceDrawContext::drawOval\28GrClip\20const*\2c\20GrPaint&&\2c\20GrAA\2c\20SkMatrix\20const&\2c\20SkRect\20const&\2c\20GrStyle\20const&\29 -3799:skgpu::ganesh::SurfaceDrawContext::SurfaceDrawContext\28GrRecordingContext*\2c\20GrSurfaceProxyView\2c\20GrSurfaceProxyView\2c\20GrColorType\2c\20sk_sp\2c\20SkSurfaceProps\20const&\29 -3800:skgpu::ganesh::SurfaceContext::~SurfaceContext\28\29 -3801:skgpu::ganesh::SurfaceContext::writePixels\28GrDirectContext*\2c\20GrCPixmap\2c\20SkIPoint\29 -3802:skgpu::ganesh::SurfaceContext::copy\28sk_sp\2c\20SkIRect\2c\20SkIPoint\29 -3803:skgpu::ganesh::SurfaceContext::copyScaled\28sk_sp\2c\20SkIRect\2c\20SkIRect\2c\20SkFilterMode\29 -3804:skgpu::ganesh::SurfaceContext::asyncRescaleAndReadPixels\28GrDirectContext*\2c\20SkImageInfo\20const&\2c\20SkIRect\20const&\2c\20SkImage::RescaleGamma\2c\20SkImage::RescaleMode\2c\20void\20\28*\29\28void*\2c\20std::__2::unique_ptr>\29\2c\20void*\29 -3805:skgpu::ganesh::SurfaceContext::asyncRescaleAndReadPixelsYUV420\28GrDirectContext*\2c\20SkYUVColorSpace\2c\20bool\2c\20sk_sp\2c\20SkIRect\20const&\2c\20SkISize\2c\20SkImage::RescaleGamma\2c\20SkImage::RescaleMode\2c\20void\20\28*\29\28void*\2c\20std::__2::unique_ptr>\29\2c\20void*\29::FinishContext::~FinishContext\28\29 -3806:skgpu::ganesh::SurfaceContext::asyncRescaleAndReadPixelsYUV420\28GrDirectContext*\2c\20SkYUVColorSpace\2c\20bool\2c\20sk_sp\2c\20SkIRect\20const&\2c\20SkISize\2c\20SkImage::RescaleGamma\2c\20SkImage::RescaleMode\2c\20void\20\28*\29\28void*\2c\20std::__2::unique_ptr>\29\2c\20void*\29 -3807:skgpu::ganesh::SurfaceContext::SurfaceContext\28GrRecordingContext*\2c\20GrSurfaceProxyView\2c\20GrColorInfo\20const&\29 -3808:skgpu::ganesh::StrokeTessellator::draw\28GrOpFlushState*\29\20const -3809:skgpu::ganesh::StrokeTessellateOp::prePrepareTessellator\28GrTessellationShader::ProgramArgs&&\2c\20GrAppliedClip&&\29 -3810:skgpu::ganesh::StrokeRectOp::\28anonymous\20namespace\29::NonAAStrokeRectOp::NonAAStrokeRectOp\28GrProcessorSet*\2c\20SkRGBA4f<\28SkAlphaType\292>\20const&\2c\20GrSimpleMeshDrawOpHelper::InputFlags\2c\20SkMatrix\20const&\2c\20SkRect\20const&\2c\20SkStrokeRec\20const&\2c\20GrAAType\29 -3811:skgpu::ganesh::StrokeRectOp::\28anonymous\20namespace\29::AAStrokeRectOp::AAStrokeRectOp\28GrProcessorSet*\2c\20SkRGBA4f<\28SkAlphaType\292>\20const&\2c\20SkMatrix\20const&\2c\20skgpu::ganesh::StrokeRectOp::\28anonymous\20namespace\29::AAStrokeRectOp::RectInfo\20const&\2c\20bool\29 -3812:skgpu::ganesh::StencilMaskHelper::drawShape\28GrShape\20const&\2c\20SkMatrix\20const&\2c\20SkRegion::Op\2c\20GrAA\29 -3813:skgpu::ganesh::SoftwarePathRenderer::DrawAroundInvPath\28skgpu::ganesh::SurfaceDrawContext*\2c\20GrPaint&&\2c\20GrUserStencilSettings\20const&\2c\20GrClip\20const*\2c\20SkMatrix\20const&\2c\20SkIRect\20const&\2c\20SkIRect\20const&\29 -3814:skgpu::ganesh::SmallPathAtlasMgr::~SmallPathAtlasMgr\28\29_11680 -3815:skgpu::ganesh::SmallPathAtlasMgr::findOrCreate\28skgpu::ganesh::SmallPathShapeDataKey\20const&\29 -3816:skgpu::ganesh::SmallPathAtlasMgr::deleteCacheEntry\28skgpu::ganesh::SmallPathShapeData*\29 -3817:skgpu::ganesh::ShadowRRectOp::Make\28GrRecordingContext*\2c\20unsigned\20int\2c\20SkMatrix\20const&\2c\20SkRRect\20const&\2c\20float\2c\20float\29 -3818:skgpu::ganesh::RegionOp::\28anonymous\20namespace\29::RegionOpImpl::RegionOpImpl\28GrProcessorSet*\2c\20SkRGBA4f<\28SkAlphaType\292>\20const&\2c\20SkMatrix\20const&\2c\20SkRegion\20const&\2c\20GrAAType\2c\20GrUserStencilSettings\20const*\29 -3819:skgpu::ganesh::RasterAsView\28GrRecordingContext*\2c\20SkImage_Raster\20const*\2c\20skgpu::Mipmapped\2c\20GrImageTexGenPolicy\29 -3820:skgpu::ganesh::QuadPerEdgeAA::Tessellator::append\28GrQuad*\2c\20GrQuad*\2c\20SkRGBA4f<\28SkAlphaType\292>\20const&\2c\20SkRect\20const&\2c\20GrQuadAAFlags\29 -3821:skgpu::ganesh::QuadPerEdgeAA::Tessellator::Tessellator\28skgpu::ganesh::QuadPerEdgeAA::VertexSpec\20const&\2c\20char*\29 -3822:skgpu::ganesh::QuadPerEdgeAA::QuadPerEdgeAAGeometryProcessor::initializeAttrs\28skgpu::ganesh::QuadPerEdgeAA::VertexSpec\20const&\29 -3823:skgpu::ganesh::QuadPerEdgeAA::IssueDraw\28GrCaps\20const&\2c\20GrOpsRenderPass*\2c\20skgpu::ganesh::QuadPerEdgeAA::VertexSpec\20const&\2c\20int\2c\20int\2c\20int\2c\20int\29 -3824:skgpu::ganesh::QuadPerEdgeAA::GetIndexBuffer\28GrMeshDrawTarget*\2c\20skgpu::ganesh::QuadPerEdgeAA::IndexBufferOption\29 -3825:skgpu::ganesh::PathTessellateOp::usesMSAA\28\29\20const -3826:skgpu::ganesh::PathTessellateOp::prepareTessellator\28GrTessellationShader::ProgramArgs\20const&\2c\20GrAppliedClip&&\29 -3827:skgpu::ganesh::PathTessellateOp::PathTessellateOp\28SkArenaAlloc*\2c\20GrAAType\2c\20GrUserStencilSettings\20const*\2c\20SkMatrix\20const&\2c\20SkPath\20const&\2c\20GrPaint&&\2c\20SkRect\20const&\29 -3828:skgpu::ganesh::PathStencilCoverOp::prePreparePrograms\28GrTessellationShader::ProgramArgs\20const&\2c\20GrAppliedClip&&\29 -3829:skgpu::ganesh::PathRenderer::getStencilSupport\28GrStyledShape\20const&\29\20const -3830:skgpu::ganesh::PathInnerTriangulateOp::prePreparePrograms\28GrTessellationShader::ProgramArgs\20const&\2c\20GrAppliedClip&&\29 -3831:skgpu::ganesh::PathCurveTessellator::~PathCurveTessellator\28\29 -3832:skgpu::ganesh::PathCurveTessellator::prepareWithTriangles\28GrMeshDrawTarget*\2c\20SkMatrix\20const&\2c\20GrTriangulator::BreadcrumbTriangleList*\2c\20skgpu::ganesh::PathTessellator::PathDrawList\20const&\2c\20int\29 -3833:skgpu::ganesh::OpsTask::onMakeClosed\28GrRecordingContext*\2c\20SkIRect*\29 -3834:skgpu::ganesh::OpsTask::onExecute\28GrOpFlushState*\29 -3835:skgpu::ganesh::OpsTask::addOp\28GrDrawingManager*\2c\20std::__2::unique_ptr>\2c\20GrTextureResolveManager\2c\20GrCaps\20const&\29 -3836:skgpu::ganesh::OpsTask::addDrawOp\28GrDrawingManager*\2c\20std::__2::unique_ptr>\2c\20bool\2c\20GrProcessorSet::Analysis\20const&\2c\20GrAppliedClip&&\2c\20GrDstProxyView\20const&\2c\20GrTextureResolveManager\2c\20GrCaps\20const&\29 -3837:skgpu::ganesh::OpsTask::OpsTask\28GrDrawingManager*\2c\20GrSurfaceProxyView\2c\20GrAuditTrail*\2c\20sk_sp\29 -3838:skgpu::ganesh::OpsTask::OpChain::tryConcat\28skgpu::ganesh::OpsTask::OpChain::List*\2c\20GrProcessorSet::Analysis\2c\20GrDstProxyView\20const&\2c\20GrAppliedClip\20const*\2c\20SkRect\20const&\2c\20GrCaps\20const&\2c\20SkArenaAlloc*\2c\20GrAuditTrail*\29 -3839:skgpu::ganesh::LockTextureProxyView\28GrRecordingContext*\2c\20SkImage_Lazy\20const*\2c\20GrImageTexGenPolicy\2c\20skgpu::Mipmapped\29 -3840:skgpu::ganesh::LatticeOp::\28anonymous\20namespace\29::NonAALatticeOp::~NonAALatticeOp\28\29 -3841:skgpu::ganesh::LatticeOp::\28anonymous\20namespace\29::NonAALatticeOp::NonAALatticeOp\28GrProcessorSet*\2c\20SkRGBA4f<\28SkAlphaType\292>\20const&\2c\20SkMatrix\20const&\2c\20GrSurfaceProxyView\2c\20SkAlphaType\2c\20sk_sp\2c\20SkFilterMode\2c\20std::__2::unique_ptr>\2c\20SkRect\20const&\29 -3842:skgpu::ganesh::FillRRectOp::\28anonymous\20namespace\29::FillRRectOpImpl::programInfo\28\29 -3843:skgpu::ganesh::FillRRectOp::\28anonymous\20namespace\29::FillRRectOpImpl::Make\28GrRecordingContext*\2c\20SkArenaAlloc*\2c\20GrPaint&&\2c\20SkMatrix\20const&\2c\20SkRRect\20const&\2c\20skgpu::ganesh::FillRRectOp::\28anonymous\20namespace\29::FillRRectOpImpl::LocalCoords\20const&\2c\20GrAA\29 -3844:skgpu::ganesh::FillRRectOp::\28anonymous\20namespace\29::FillRRectOpImpl::FillRRectOpImpl\28GrProcessorSet*\2c\20SkRGBA4f<\28SkAlphaType\292>\20const&\2c\20SkArenaAlloc*\2c\20SkMatrix\20const&\2c\20SkRRect\20const&\2c\20skgpu::ganesh::FillRRectOp::\28anonymous\20namespace\29::FillRRectOpImpl::LocalCoords\20const&\2c\20skgpu::ganesh::FillRRectOp::\28anonymous\20namespace\29::FillRRectOpImpl::ProcessorFlags\29 -3845:skgpu::ganesh::DrawAtlasPathOp::prepareProgram\28GrCaps\20const&\2c\20SkArenaAlloc*\2c\20GrSurfaceProxyView\20const&\2c\20bool\2c\20GrAppliedClip&&\2c\20GrDstProxyView\20const&\2c\20GrXferBarrierFlags\2c\20GrLoadOp\29 -3846:skgpu::ganesh::Device::replaceBackingProxy\28SkSurface::ContentChangeMode\2c\20sk_sp\2c\20GrColorType\2c\20sk_sp\2c\20GrSurfaceOrigin\2c\20SkSurfaceProps\20const&\29 -3847:skgpu::ganesh::Device::drawPath\28SkPath\20const&\2c\20SkPaint\20const&\2c\20bool\29 -3848:skgpu::ganesh::Device::drawEdgeAAImage\28SkImage\20const*\2c\20SkRect\20const&\2c\20SkRect\20const&\2c\20SkPoint\20const*\2c\20SkCanvas::QuadAAFlags\2c\20SkMatrix\20const&\2c\20SkSamplingOptions\20const&\2c\20SkPaint\20const&\2c\20SkCanvas::SrcRectConstraint\2c\20SkMatrix\20const&\2c\20SkTileMode\29 -3849:skgpu::ganesh::Device::discard\28\29 -3850:skgpu::ganesh::Device::android_utils_clipAsRgn\28SkRegion*\29\20const -3851:skgpu::ganesh::DefaultPathRenderer::internalDrawPath\28skgpu::ganesh::SurfaceDrawContext*\2c\20GrPaint&&\2c\20GrAAType\2c\20GrUserStencilSettings\20const&\2c\20GrClip\20const*\2c\20SkMatrix\20const&\2c\20GrStyledShape\20const&\2c\20bool\29 -3852:skgpu::ganesh::DashOp::\28anonymous\20namespace\29::DashingCircleEffect::addToKey\28GrShaderCaps\20const&\2c\20skgpu::KeyBuilder*\29\20const -3853:skgpu::ganesh::CopyView\28GrRecordingContext*\2c\20GrSurfaceProxyView\2c\20skgpu::Mipmapped\2c\20GrImageTexGenPolicy\2c\20std::__2::basic_string_view>\29 -3854:skgpu::ganesh::ClipStack::clipPath\28SkMatrix\20const&\2c\20SkPath\20const&\2c\20GrAA\2c\20SkClipOp\29 -3855:skgpu::ganesh::ClipStack::SaveRecord::replaceWithElement\28skgpu::ganesh::ClipStack::RawElement&&\2c\20SkTBlockList*\29 -3856:skgpu::ganesh::ClipStack::SaveRecord::addElement\28skgpu::ganesh::ClipStack::RawElement&&\2c\20SkTBlockList*\29 -3857:skgpu::ganesh::ClipStack::RawElement::contains\28skgpu::ganesh::ClipStack::Draw\20const&\29\20const -3858:skgpu::ganesh::AtlasTextOp::onCreateProgramInfo\28GrCaps\20const*\2c\20SkArenaAlloc*\2c\20GrSurfaceProxyView\20const&\2c\20bool\2c\20GrAppliedClip&&\2c\20GrDstProxyView\20const&\2c\20GrXferBarrierFlags\2c\20GrLoadOp\29 -3859:skgpu::ganesh::AtlasTextOp::Make\28skgpu::ganesh::SurfaceDrawContext*\2c\20sktext::gpu::AtlasSubRun\20const*\2c\20GrClip\20const*\2c\20SkMatrix\20const&\2c\20SkPoint\2c\20SkPaint\20const&\2c\20sk_sp&&\29 -3860:skgpu::ganesh::AtlasRenderTask::stencilAtlasRect\28GrRecordingContext*\2c\20SkRect\20const&\2c\20SkRGBA4f<\28SkAlphaType\292>\20const&\2c\20GrUserStencilSettings\20const*\29 -3861:skgpu::ganesh::AtlasRenderTask::addPath\28SkMatrix\20const&\2c\20SkPath\20const&\2c\20SkIPoint\2c\20int\2c\20int\2c\20bool\2c\20SkIPoint16*\29 -3862:skgpu::ganesh::AtlasPathRenderer::preFlush\28GrOnFlushResourceProvider*\29 -3863:skgpu::ganesh::AtlasPathRenderer::addPathToAtlas\28GrRecordingContext*\2c\20SkMatrix\20const&\2c\20SkPath\20const&\2c\20SkRect\20const&\2c\20SkIRect*\2c\20SkIPoint16*\2c\20bool*\2c\20std::__2::function\20const&\29 -3864:skgpu::ganesh::AsFragmentProcessor\28skgpu::ganesh::SurfaceDrawContext*\2c\20SkImage\20const*\2c\20SkSamplingOptions\2c\20SkTileMode\20const*\2c\20SkMatrix\20const&\2c\20SkRect\20const*\2c\20SkRect\20const*\29 -3865:skgpu::TiledTextureUtils::OptimizeSampleArea\28SkISize\20const&\2c\20SkRect\20const&\2c\20SkRect\20const&\2c\20SkPoint\20const*\2c\20SkRect*\2c\20SkRect*\2c\20SkMatrix*\29 -3866:skgpu::TClientMappedBufferManager::process\28\29 -3867:skgpu::TAsyncReadResult::~TAsyncReadResult\28\29 -3868:skgpu::RectanizerSkyline::addRect\28int\2c\20int\2c\20SkIPoint16*\29 -3869:skgpu::Plot::Plot\28int\2c\20int\2c\20skgpu::AtlasGenerationCounter*\2c\20int\2c\20int\2c\20int\2c\20int\2c\20SkColorType\2c\20unsigned\20long\29 -3870:skgpu::GetReducedBlendModeInfo\28SkBlendMode\29 -3871:skgpu::CreateIntegralTable\28int\29 -3872:skgpu::BlendFuncName\28SkBlendMode\29 -3873:skcms_private::baseline::exec_stages\28skcms_private::Op\20const*\2c\20void\20const**\2c\20char\20const*\2c\20char*\2c\20int\29 -3874:skcms_private::baseline::clut\28unsigned\20int\2c\20unsigned\20int\2c\20unsigned\20char\20const*\2c\20unsigned\20char\20const*\2c\20unsigned\20char\20const*\2c\20float\20vector\5b4\5d*\2c\20float\20vector\5b4\5d*\2c\20float\20vector\5b4\5d*\2c\20float\20vector\5b4\5d*\29 -3875:skcms_PrimariesToXYZD50 -3876:skcms_ApproximatelyEqualProfiles -3877:sk_sp*\20std::__2::vector\2c\20std::__2::allocator>>::__emplace_back_slow_path>\28sk_sp&&\29 -3878:sk_sp\20sk_make_sp\2c\20SkSurfaceProps\20const*&>\28skcpu::RecorderImpl*&&\2c\20SkImageInfo\20const&\2c\20sk_sp&&\2c\20SkSurfaceProps\20const*&\29 -3879:sk_sp*\20emscripten::internal::MemberAccess>::getWire\28sk_sp\20SkRuntimeEffect::TracedShader::*\20const&\2c\20SkRuntimeEffect::TracedShader&\29 -3880:sk_fopen\28char\20const*\2c\20SkFILE_Flags\29 -3881:sk_fgetsize\28_IO_FILE*\29 -3882:sk_fclose\28_IO_FILE*\29 -3883:setup_masks_arabic_plan\28arabic_shape_plan_t\20const*\2c\20hb_buffer_t*\2c\20hb_script_t\29 -3884:set_khr_debug_label\28GrGLGpu*\2c\20unsigned\20int\2c\20std::__2::basic_string_view>\29 -3885:setThrew -3886:serialize_image\28SkImage\20const*\2c\20SkSerialProcs\29 -3887:send_tree -3888:sect_with_vertical\28SkPoint\20const*\2c\20float\29 -3889:sect_with_horizontal\28SkPoint\20const*\2c\20float\29 -3890:scanexp -3891:scalbnl -3892:rewind_if_necessary\28GrTriangulator::Edge*\2c\20GrTriangulator::EdgeList*\2c\20GrTriangulator::Vertex**\2c\20GrTriangulator::Comparator\20const&\29 -3893:resolveImplicitLevels\28UBiDi*\2c\20int\2c\20int\2c\20unsigned\20char\2c\20unsigned\20char\29 -3894:reset_and_decode_image_config\28wuffs_gif__decoder__struct*\2c\20wuffs_base__image_config__struct*\2c\20wuffs_base__io_buffer__struct*\2c\20SkStream*\29 -3895:renderbuffer_storage_msaa\28GrGLGpu*\2c\20int\2c\20unsigned\20int\2c\20int\2c\20int\29 -3896:recursive_edge_intersect\28GrTriangulator::Line\20const&\2c\20SkPoint\2c\20SkPoint\2c\20GrTriangulator::Line\20const&\2c\20SkPoint\2c\20SkPoint\2c\20SkPoint*\2c\20double*\2c\20double*\29 -3897:reclassify_vertex\28TriangulationVertex*\2c\20SkPoint\20const*\2c\20int\2c\20ReflexHash*\2c\20SkTInternalLList*\29 -3898:quad_intercept_v\28SkPoint\20const*\2c\20float\2c\20float\2c\20double*\29 -3899:quad_intercept_h\28SkPoint\20const*\2c\20float\2c\20float\2c\20double*\29 -3900:quad_in_line\28SkPoint\20const*\29 -3901:psh_hint_table_init -3902:psh_hint_table_find_strong_points -3903:psh_hint_table_activate_mask -3904:psh_hint_align -3905:psh_glyph_interpolate_strong_points -3906:psh_glyph_interpolate_other_points -3907:psh_glyph_interpolate_normal_points -3908:psh_blues_set_zones -3909:ps_parser_load_field -3910:ps_dimension_end -3911:ps_dimension_done -3912:ps_builder_start_point -3913:printf_core -3914:position_cluster\28hb_ot_shape_plan_t\20const*\2c\20hb_font_t*\2c\20hb_buffer_t*\2c\20unsigned\20int\2c\20unsigned\20int\2c\20bool\29 -3915:portable::uniform_color\28portable::Params*\2c\20SkRasterPipelineStage*\2c\20float\2c\20float\2c\20float\2c\20float\29 -3916:portable::set_rgb\28portable::Params*\2c\20SkRasterPipelineStage*\2c\20float\2c\20float\2c\20float\2c\20float\29 -3917:portable::memset64\28unsigned\20long\20long*\2c\20unsigned\20long\20long\2c\20int\29 -3918:portable::debug_y\28portable::Params*\2c\20SkRasterPipelineStage*\2c\20float\2c\20float\2c\20float\2c\20float\29 -3919:portable::debug_x\28portable::Params*\2c\20SkRasterPipelineStage*\2c\20float\2c\20float\2c\20float\2c\20float\29 -3920:portable::copy_from_indirect_unmasked\28portable::Params*\2c\20SkRasterPipelineStage*\2c\20float\2c\20float\2c\20float\2c\20float\29 -3921:portable::copy_2_slots_unmasked\28portable::Params*\2c\20SkRasterPipelineStage*\2c\20float\2c\20float\2c\20float\2c\20float\29 -3922:portable::check_decal_mask\28portable::Params*\2c\20SkRasterPipelineStage*\2c\20float\2c\20float\2c\20float\2c\20float\29 -3923:pop_arg -3924:pntz -3925:png_inflate -3926:png_deflate_claim -3927:png_decompress_chunk -3928:png_cache_unknown_chunk -3929:operator_new_impl\28unsigned\20long\29 -3930:operator==\28SkPaint\20const&\2c\20SkPaint\20const&\29 -3931:open_face -3932:non-virtual\20thunk\20to\20SkMeshPriv::CpuBuffer::~CpuBuffer\28\29_2629 -3933:non-virtual\20thunk\20to\20SkMeshPriv::CpuBuffer::~CpuBuffer\28\29 -3934:non-virtual\20thunk\20to\20SkMeshPriv::CpuBuffer::size\28\29\20const -3935:non-virtual\20thunk\20to\20SkMeshPriv::CpuBuffer::onUpdate\28GrDirectContext*\2c\20void\20const*\2c\20unsigned\20long\2c\20unsigned\20long\29 -3936:nearly_equal\28double\2c\20double\29 -3937:mbsrtowcs -3938:map_quad_general\28skvx::Vec<4\2c\20float>\20const&\2c\20skvx::Vec<4\2c\20float>\20const&\2c\20SkMatrix\20const&\2c\20skvx::Vec<4\2c\20float>*\2c\20skvx::Vec<4\2c\20float>*\2c\20skvx::Vec<4\2c\20float>*\29 -3939:make_tiled_gradient\28GrFPArgs\20const&\2c\20std::__2::unique_ptr>\2c\20std::__2::unique_ptr>\2c\20bool\2c\20bool\29 -3940:make_premul_effect\28std::__2::unique_ptr>\29 -3941:make_dual_interval_colorizer\28SkRGBA4f<\28SkAlphaType\292>\20const&\2c\20SkRGBA4f<\28SkAlphaType\292>\20const&\2c\20SkRGBA4f<\28SkAlphaType\292>\20const&\2c\20SkRGBA4f<\28SkAlphaType\292>\20const&\2c\20float\29 -3942:make_clamped_gradient\28std::__2::unique_ptr>\2c\20std::__2::unique_ptr>\2c\20SkRGBA4f<\28SkAlphaType\292>\2c\20SkRGBA4f<\28SkAlphaType\292>\2c\20bool\29 -3943:make_bmp_proxy\28GrProxyProvider*\2c\20SkBitmap\20const&\2c\20GrColorType\2c\20skgpu::Mipmapped\2c\20SkBackingFit\2c\20skgpu::Budgeted\29 -3944:longest_match -3945:long\20std::__2::__num_get_signed_integral\5babi:nn180100\5d\28char\20const*\2c\20char\20const*\2c\20unsigned\20int&\2c\20int\29 -3946:long\20long\20std::__2::__num_get_signed_integral\5babi:nn180100\5d\28char\20const*\2c\20char\20const*\2c\20unsigned\20int&\2c\20int\29 -3947:long\20double\20std::__2::__num_get_float\5babi:nn180100\5d\28char\20const*\2c\20char\20const*\2c\20unsigned\20int&\29 -3948:load_post_names -3949:line_intercept_v\28SkPoint\20const*\2c\20float\2c\20float\2c\20double*\29 -3950:line_intercept_h\28SkPoint\20const*\2c\20float\2c\20float\2c\20double*\29 -3951:legalfunc$_embind_register_bigint -3952:jpeg_open_backing_store -3953:jpeg_consume_input -3954:jpeg_alloc_huff_table -3955:jinit_upsampler -3956:is_leap -3957:init_error_limit -3958:init_block -3959:hb_vector_t\2c\20false>::resize\28int\2c\20bool\2c\20bool\29 -3960:hb_vector_t::resize\28int\2c\20bool\2c\20bool\29 -3961:hb_vector_t::push\28\29 -3962:hb_vector_t\2c\20false>::resize\28int\2c\20bool\2c\20bool\29 -3963:hb_vector_size_t\20hb_bit_set_t::op_<$_14>\28hb_vector_size_t\20const&\2c\20hb_vector_size_t\20const&\29 -3964:hb_utf8_t::next\28unsigned\20char\20const*\2c\20unsigned\20char\20const*\2c\20unsigned\20int*\2c\20unsigned\20int\29 -3965:hb_unicode_script -3966:hb_unicode_mirroring_nil\28hb_unicode_funcs_t*\2c\20unsigned\20int\2c\20void*\29 -3967:hb_unicode_funcs_t::is_default_ignorable\28unsigned\20int\29 -3968:hb_shape_plan_key_t::init\28bool\2c\20hb_face_t*\2c\20hb_segment_properties_t\20const*\2c\20hb_feature_t\20const*\2c\20unsigned\20int\2c\20int\20const*\2c\20unsigned\20int\2c\20char\20const*\20const*\29 -3969:hb_shape_plan_create2 -3970:hb_serialize_context_t::fini\28\29 -3971:hb_paint_extents_paint_linear_gradient\28hb_paint_funcs_t*\2c\20void*\2c\20hb_color_line_t*\2c\20float\2c\20float\2c\20float\2c\20float\2c\20float\2c\20float\2c\20void*\29 -3972:hb_paint_extents_get_funcs\28\29 -3973:hb_paint_extents_context_t::clear\28\29 -3974:hb_ot_map_t::fini\28\29 -3975:hb_ot_layout_table_select_script -3976:hb_ot_layout_table_get_lookup_count -3977:hb_ot_layout_table_find_feature_variations -3978:hb_ot_layout_table_find_feature\28hb_face_t*\2c\20unsigned\20int\2c\20unsigned\20int\2c\20unsigned\20int*\29 -3979:hb_ot_layout_script_select_language -3980:hb_ot_layout_language_get_required_feature -3981:hb_ot_layout_language_find_feature -3982:hb_ot_layout_has_substitution -3983:hb_ot_layout_feature_with_variations_get_lookups -3984:hb_ot_layout_collect_features_map -3985:hb_ot_font_set_funcs -3986:hb_lazy_loader_t::do_destroy\28hb_draw_funcs_t*\29 -3987:hb_lazy_loader_t\2c\20hb_face_t\2c\2038u\2c\20OT::sbix_accelerator_t>::create\28hb_face_t*\29 -3988:hb_lazy_loader_t\2c\20hb_face_t\2c\207u\2c\20OT::post_accelerator_t>::do_destroy\28OT::post_accelerator_t*\29 -3989:hb_lazy_loader_t\2c\20hb_face_t\2c\2017u\2c\20OT::cff2_accelerator_t>::do_destroy\28OT::cff2_accelerator_t*\29 -3990:hb_lazy_loader_t\2c\20hb_face_t\2c\2035u\2c\20OT::COLR_accelerator_t>::do_destroy\28OT::COLR_accelerator_t*\29 -3991:hb_lazy_loader_t\2c\20hb_face_t\2c\2037u\2c\20OT::CBDT_accelerator_t>::do_destroy\28OT::CBDT_accelerator_t*\29 -3992:hb_language_matches -3993:hb_indic_get_categories\28unsigned\20int\29 -3994:hb_hashmap_t::fetch_item\28hb_serialize_context_t::object_t\20const*\20const&\2c\20unsigned\20int\29\20const -3995:hb_hashmap_t::alloc\28unsigned\20int\29 -3996:hb_font_t::synthetic_glyph_extents\28hb_glyph_extents_t*\29 -3997:hb_font_t::get_glyph_v_origin_with_fallback\28unsigned\20int\2c\20int*\2c\20int*\29 -3998:hb_font_t::get_glyph_contour_point_for_origin\28unsigned\20int\2c\20unsigned\20int\2c\20hb_direction_t\2c\20int*\2c\20int*\29 -3999:hb_font_set_variations -4000:hb_font_set_funcs -4001:hb_font_get_variation_glyph_nil\28hb_font_t*\2c\20void*\2c\20unsigned\20int\2c\20unsigned\20int\2c\20unsigned\20int*\2c\20void*\29 -4002:hb_font_get_glyph_h_advance -4003:hb_font_get_glyph_extents -4004:hb_font_get_font_h_extents_nil\28hb_font_t*\2c\20void*\2c\20hb_font_extents_t*\2c\20void*\29 -4005:hb_font_funcs_set_variation_glyph_func -4006:hb_font_funcs_set_nominal_glyphs_func -4007:hb_font_funcs_set_nominal_glyph_func -4008:hb_font_funcs_set_glyph_h_advances_func -4009:hb_font_funcs_set_glyph_extents_func -4010:hb_font_funcs_create -4011:hb_draw_move_to_nil\28hb_draw_funcs_t*\2c\20void*\2c\20hb_draw_state_t*\2c\20float\2c\20float\2c\20void*\29 -4012:hb_draw_funcs_set_quadratic_to_func -4013:hb_draw_funcs_set_move_to_func -4014:hb_draw_funcs_set_line_to_func -4015:hb_draw_funcs_set_cubic_to_func -4016:hb_draw_funcs_create -4017:hb_draw_extents_move_to\28hb_draw_funcs_t*\2c\20void*\2c\20hb_draw_state_t*\2c\20float\2c\20float\2c\20void*\29 -4018:hb_buffer_t::sort\28unsigned\20int\2c\20unsigned\20int\2c\20int\20\28*\29\28hb_glyph_info_t\20const*\2c\20hb_glyph_info_t\20const*\29\29 -4019:hb_buffer_t::output_info\28hb_glyph_info_t\20const&\29 -4020:hb_buffer_t::message_impl\28hb_font_t*\2c\20char\20const*\2c\20void*\29 -4021:hb_buffer_t::leave\28\29 -4022:hb_buffer_t::delete_glyphs_inplace\28bool\20\28*\29\28hb_glyph_info_t\20const*\29\29 -4023:hb_buffer_t::clear_positions\28\29 -4024:hb_buffer_set_length -4025:hb_buffer_get_glyph_positions -4026:hb_buffer_diff -4027:hb_buffer_create -4028:hb_buffer_clear_contents -4029:hb_buffer_add_utf8 -4030:hb_blob_t*\20hb_sanitize_context_t::sanitize_blob\28hb_blob_t*\29 -4031:hb_blob_t*\20hb_data_wrapper_t::call_create>\28\29\20const -4032:hb_blob_t*\20hb_data_wrapper_t::call_create>\28\29\20const -4033:hb_aat_map_builder_t::compile\28hb_aat_map_t&\29 -4034:hb_aat_layout_remove_deleted_glyphs\28hb_buffer_t*\29 -4035:hb_aat_layout_compile_map\28hb_aat_map_builder_t\20const*\2c\20hb_aat_map_t*\29 -4036:hair_cubic\28SkPoint\20const*\2c\20SkRegion\20const*\2c\20SkBlitter*\2c\20void\20\28*\29\28SkPoint\20const*\2c\20int\2c\20SkRegion\20const*\2c\20SkBlitter*\29\29 -4037:getint -4038:get_win_string -4039:get_dst_swizzle_and_store\28GrColorType\2c\20SkRasterPipelineOp*\2c\20LumMode*\2c\20bool*\2c\20bool*\29 -4040:get_driver_and_version\28GrGLStandard\2c\20GrGLVendor\2c\20char\20const*\2c\20char\20const*\2c\20char\20const*\29 -4041:gen_key\28skgpu::KeyBuilder*\2c\20GrProgramInfo\20const&\2c\20GrCaps\20const&\29 -4042:gen_fp_key\28GrFragmentProcessor\20const&\2c\20GrCaps\20const&\2c\20skgpu::KeyBuilder*\29 -4043:gather_uniforms_and_check_for_main\28SkSL::Program\20const&\2c\20std::__2::vector>*\2c\20std::__2::vector>*\2c\20SkRuntimeEffect::Uniform::Flags\2c\20unsigned\20long*\29 -4044:fwrite -4045:ft_var_to_normalized -4046:ft_var_load_item_variation_store -4047:ft_var_load_hvvar -4048:ft_var_load_avar -4049:ft_var_get_value_pointer -4050:ft_var_apply_tuple -4051:ft_validator_init -4052:ft_mem_strcpyn -4053:ft_hash_num_lookup -4054:ft_glyphslot_set_bitmap -4055:ft_glyphslot_preset_bitmap -4056:ft_corner_orientation -4057:ft_corner_is_flat -4058:frexp -4059:fread -4060:fp_force_eval -4061:fp_barrier_15888 -4062:fopen -4063:fold_opacity_layer_color_to_paint\28SkPaint\20const*\2c\20bool\2c\20SkPaint*\29 -4064:fmodl -4065:float\20std::__2::__num_get_float\5babi:nn180100\5d\28char\20const*\2c\20char\20const*\2c\20unsigned\20int&\29 -4066:fill_shadow_rec\28SkPath\20const&\2c\20SkPoint3\20const&\2c\20SkPoint3\20const&\2c\20float\2c\20unsigned\20int\2c\20unsigned\20int\2c\20unsigned\20int\2c\20SkMatrix\20const&\2c\20SkDrawShadowRec*\29 -4067:fill_inverse_cmap -4068:fileno -4069:examine_app0 -4070:emscripten::internal::MethodInvoker::invoke\28void\20\28SkCanvas::*\20const&\29\28SkPath\20const&\2c\20SkClipOp\2c\20bool\29\2c\20SkCanvas*\2c\20SkPath*\2c\20SkClipOp\2c\20bool\29 -4071:emscripten::internal::MethodInvoker\20\28SkAnimatedImage::*\29\28\29\2c\20sk_sp\2c\20SkAnimatedImage*>::invoke\28sk_sp\20\28SkAnimatedImage::*\20const&\29\28\29\2c\20SkAnimatedImage*\29 -4072:emscripten::internal::Invoker\2c\20sk_sp\2c\20sk_sp>::invoke\28sk_sp\20\28*\29\28sk_sp\2c\20sk_sp\29\2c\20sk_sp*\2c\20sk_sp*\29 -4073:emscripten::internal::Invoker\2c\20SkBlendMode\2c\20sk_sp\2c\20sk_sp>::invoke\28sk_sp\20\28*\29\28SkBlendMode\2c\20sk_sp\2c\20sk_sp\29\2c\20SkBlendMode\2c\20sk_sp*\2c\20sk_sp*\29 -4074:emscripten::internal::Invoker\2c\20SkBlendMode>::invoke\28sk_sp\20\28*\29\28SkBlendMode\29\2c\20SkBlendMode\29 -4075:emscripten::internal::FunctionInvoker::invoke\28void\20\28**\29\28SkPath&\2c\20float\2c\20float\2c\20float\2c\20float\29\2c\20SkPath*\2c\20float\2c\20float\2c\20float\2c\20float\29 -4076:emscripten::internal::FunctionInvoker::invoke\28void\20\28**\29\28SkPath&\2c\20float\2c\20float\29\2c\20SkPath*\2c\20float\2c\20float\29 -4077:emscripten::internal::FunctionInvoker\29\2c\20void\2c\20SkPaint&\2c\20unsigned\20long\2c\20sk_sp>::invoke\28void\20\28**\29\28SkPaint&\2c\20unsigned\20long\2c\20sk_sp\29\2c\20SkPaint*\2c\20unsigned\20long\2c\20sk_sp*\29 -4078:emscripten::internal::FunctionInvoker::invoke\28void\20\28**\29\28SkCanvas&\2c\20skia::textlayout::Paragraph*\2c\20float\2c\20float\29\2c\20SkCanvas*\2c\20skia::textlayout::Paragraph*\2c\20float\2c\20float\29 -4079:emscripten::internal::FunctionInvoker\20const&\2c\20unsigned\20long\2c\20unsigned\20long\2c\20unsigned\20long\2c\20int\2c\20SkBlendMode\2c\20SkFilterMode\2c\20SkMipmapMode\2c\20SkPaint\20const*\29\2c\20void\2c\20SkCanvas&\2c\20sk_sp\20const&\2c\20unsigned\20long\2c\20unsigned\20long\2c\20unsigned\20long\2c\20int\2c\20SkBlendMode\2c\20SkFilterMode\2c\20SkMipmapMode\2c\20SkPaint\20const*>::invoke\28void\20\28**\29\28SkCanvas&\2c\20sk_sp\20const&\2c\20unsigned\20long\2c\20unsigned\20long\2c\20unsigned\20long\2c\20int\2c\20SkBlendMode\2c\20SkFilterMode\2c\20SkMipmapMode\2c\20SkPaint\20const*\29\2c\20SkCanvas*\2c\20sk_sp*\2c\20unsigned\20long\2c\20unsigned\20long\2c\20unsigned\20long\2c\20int\2c\20SkBlendMode\2c\20SkFilterMode\2c\20SkMipmapMode\2c\20SkPaint\20const*\29 -4080:emscripten::internal::FunctionInvoker\20const&\2c\20float\2c\20float\2c\20SkPaint\20const*\29\2c\20void\2c\20SkCanvas&\2c\20sk_sp\20const&\2c\20float\2c\20float\2c\20SkPaint\20const*>::invoke\28void\20\28**\29\28SkCanvas&\2c\20sk_sp\20const&\2c\20float\2c\20float\2c\20SkPaint\20const*\29\2c\20SkCanvas*\2c\20sk_sp*\2c\20float\2c\20float\2c\20SkPaint\20const*\29 -4081:emscripten::internal::FunctionInvoker\20\28*\29\28SkCanvas&\2c\20SimpleImageInfo\29\2c\20sk_sp\2c\20SkCanvas&\2c\20SimpleImageInfo>::invoke\28sk_sp\20\28**\29\28SkCanvas&\2c\20SimpleImageInfo\29\2c\20SkCanvas*\2c\20SimpleImageInfo*\29 -4082:emscripten::internal::FunctionInvoker::invoke\28int\20\28**\29\28SkFont&\2c\20unsigned\20long\2c\20unsigned\20long\2c\20unsigned\20long\2c\20unsigned\20long\29\2c\20SkFont*\2c\20unsigned\20long\2c\20unsigned\20long\2c\20unsigned\20long\2c\20unsigned\20long\29 -4083:emscripten::internal::FunctionInvoker::invoke\28bool\20\28**\29\28SkPath&\2c\20SkPath\20const&\2c\20SkPathOp\29\2c\20SkPath*\2c\20SkPath*\2c\20SkPathOp\29 -4084:embind_init_builtin\28\29 -4085:embind_init_Skia\28\29 -4086:embind_init_Paragraph\28\29::$_0::__invoke\28SimpleParagraphStyle\2c\20sk_sp\29 -4087:embind_init_Paragraph\28\29 -4088:embind_init_ParagraphGen\28\29 -4089:edge_line_needs_recursion\28SkPoint\20const&\2c\20SkPoint\20const&\29 -4090:dquad_xy_at_t\28SkPoint\20const*\2c\20float\2c\20double\29 -4091:dquad_intersect_ray\28SkDCurve\20const&\2c\20SkDLine\20const&\2c\20SkIntersections*\29 -4092:double\20std::__2::__num_get_float\5babi:nn180100\5d\28char\20const*\2c\20char\20const*\2c\20unsigned\20int&\29 -4093:dline_xy_at_t\28SkPoint\20const*\2c\20float\2c\20double\29 -4094:dline_intersect_ray\28SkDCurve\20const&\2c\20SkDLine\20const&\2c\20SkIntersections*\29 -4095:deflate_stored -4096:decompose_current_character\28hb_ot_shape_normalize_context_t\20const*\2c\20bool\29 -4097:decltype\28fp\28nullptr\29\29\20SkArenaAlloc::make\28skgpu::ganesh::QuadPerEdgeAA::QuadPerEdgeAAGeometryProcessor::Make\28SkArenaAlloc*\2c\20skgpu::ganesh::QuadPerEdgeAA::VertexSpec\20const&\29::'lambda'\28void*\29&&\29::'lambda'\28char*\29::__invoke\28char*\29 -4098:decltype\28fp\28nullptr\29\29\20SkArenaAlloc::make\28bool&\2c\20skgpu::tess::PatchAttribs&\29::'lambda'\28void*\29>\28skgpu::ganesh::PathCurveTessellator&&\29::'lambda'\28char*\29::__invoke\28char*\29 -4099:decltype\28fp\28nullptr\29\29\20SkArenaAlloc::make<\28anonymous\20namespace\29::MeshGP::Make\28SkArenaAlloc*\2c\20sk_sp\2c\20sk_sp\2c\20SkMatrix\20const&\2c\20std::__2::optional>\20const&\2c\20bool\2c\20sk_sp\2c\20SkSpan>>\29::'lambda'\28void*\29>\28\28anonymous\20namespace\29::MeshGP::Make\28SkArenaAlloc*\2c\20sk_sp\2c\20sk_sp\2c\20SkMatrix\20const&\2c\20std::__2::optional>\20const&\2c\20bool\2c\20sk_sp\2c\20SkSpan>>\29::'lambda'\28void*\29&&\29::'lambda'\28char*\29::__invoke\28char*\29 -4100:decltype\28fp\28nullptr\29\29\20SkArenaAlloc::make<\28anonymous\20namespace\29::GaussianPass*\20SkArenaAlloc::make<\28anonymous\20namespace\29::GaussianPass\2c\20int&\2c\20float*&\2c\20skvx::Vec<4\2c\20float>*&>\28int&\2c\20float*&\2c\20skvx::Vec<4\2c\20float>*&\29::'lambda'\28void*\29>\28\28anonymous\20namespace\29::GaussianPass&&\29::'lambda'\28char*\29::__invoke\28char*\29 -4101:decltype\28fp\28nullptr\29\29\20SkArenaAlloc::make<\28anonymous\20namespace\29::A8Pass*\20SkArenaAlloc::make<\28anonymous\20namespace\29::A8Pass\2c\20unsigned\20long\20long&\2c\20unsigned\20int*&\2c\20unsigned\20int*&\2c\20unsigned\20int*&\2c\20unsigned\20int*&\2c\20unsigned\20int*&\2c\20unsigned\20int*&\2c\20int&>\28unsigned\20long\20long&\2c\20unsigned\20int*&\2c\20unsigned\20int*&\2c\20unsigned\20int*&\2c\20unsigned\20int*&\2c\20unsigned\20int*&\2c\20unsigned\20int*&\2c\20int&\29::'lambda'\28void*\29>\28\28anonymous\20namespace\29::A8Pass&&\29::'lambda'\28char*\29::__invoke\28char*\29 -4102:decltype\28fp\28nullptr\29\29\20SkArenaAlloc::make\28SkShaderBase\20const&\2c\20bool\20const&\29::'lambda'\28void*\29>\28SkTransformShader&&\29::'lambda'\28char*\29::__invoke\28char*\29 -4103:decltype\28fp\28nullptr\29\29\20SkArenaAlloc::make\28SkPixmap\20const&\2c\20SkPaint\20const&\29::'lambda'\28void*\29>\28SkA8_Blitter&&\29::'lambda'\28char*\29::__invoke\28char*\29 -4104:decltype\28fp\28nullptr\29\29\20SkArenaAlloc::make\28skgpu::UniqueKey\20const&\2c\20GrSurfaceProxyView\20const&\29::'lambda'\28void*\29>\28GrThreadSafeCache::Entry&&\29::'lambda'\28char*\29::__invoke\28char*\29 -4105:decltype\28fp\28nullptr\29\29\20SkArenaAlloc::make\28GrSurfaceProxy*&\2c\20skgpu::ScratchKey&&\2c\20GrResourceProvider*&\29::'lambda'\28void*\29>\28GrResourceAllocator::Register&&\29 -4106:decltype\28fp\28nullptr\29\29\20SkArenaAlloc::make\28GrRRectShadowGeoProc::Make\28SkArenaAlloc*\2c\20GrSurfaceProxyView\20const&\29::'lambda'\28void*\29&&\29::'lambda'\28char*\29::__invoke\28char*\29 -4107:decltype\28fp\28nullptr\29\29\20SkArenaAlloc::make\20const&\2c\20SkMatrix\20const&\2c\20GrCaps\20const&\2c\20SkMatrix\20const&\2c\20bool\2c\20unsigned\20char\29::'lambda'\28void*\29>\28GrQuadEffect::Make\28SkArenaAlloc*\2c\20SkRGBA4f<\28SkAlphaType\292>\20const&\2c\20SkMatrix\20const&\2c\20GrCaps\20const&\2c\20SkMatrix\20const&\2c\20bool\2c\20unsigned\20char\29::'lambda'\28void*\29&&\29::'lambda'\28char*\29::__invoke\28char*\29 -4108:decltype\28fp\28nullptr\29\29\20SkArenaAlloc::make\28GrPipeline::InitArgs&\2c\20GrProcessorSet&&\2c\20GrAppliedClip&&\29::'lambda'\28void*\29>\28GrPipeline&&\29::'lambda'\28char*\29::__invoke\28char*\29 -4109:decltype\28fp\28nullptr\29\29\20SkArenaAlloc::make\28GrDistanceFieldA8TextGeoProc::Make\28SkArenaAlloc*\2c\20GrShaderCaps\20const&\2c\20GrSurfaceProxyView\20const*\2c\20int\2c\20GrSamplerState\2c\20float\2c\20unsigned\20int\2c\20SkMatrix\20const&\29::'lambda'\28void*\29&&\29::'lambda'\28char*\29::__invoke\28char*\29 -4110:decltype\28fp\28nullptr\29\29\20SkArenaAlloc::make\20const&\2c\20SkMatrix\20const&\2c\20SkMatrix\20const&\2c\20bool\2c\20unsigned\20char\29::'lambda'\28void*\29>\28DefaultGeoProc::Make\28SkArenaAlloc*\2c\20unsigned\20int\2c\20SkRGBA4f<\28SkAlphaType\292>\20const&\2c\20SkMatrix\20const&\2c\20SkMatrix\20const&\2c\20bool\2c\20unsigned\20char\29::'lambda'\28void*\29&&\29 -4111:decltype\28fp\28nullptr\29\29\20SkArenaAlloc::make\28CircleGeometryProcessor::Make\28SkArenaAlloc*\2c\20bool\2c\20bool\2c\20bool\2c\20bool\2c\20bool\2c\20bool\2c\20SkMatrix\20const&\29::'lambda'\28void*\29&&\29::'lambda'\28char*\29::__invoke\28char*\29 -4112:decltype\28fp.sanitize\28this\2c\20std::forward\20const*>\28fp1\29\29\29\20hb_sanitize_context_t::_dispatch\2c\20OT::IntType\2c\20void\2c\20true>\2c\20OT::ContextFormat1_4\20const*>\28OT::OffsetTo\2c\20OT::IntType\2c\20void\2c\20true>\20const&\2c\20hb_priority<1u>\2c\20OT::ContextFormat1_4\20const*&&\29 -4113:decltype\28auto\29\20std::__2::__variant_detail::__visitation::__base::__dispatcher<0ul\2c\200ul>::__dispatch\5babi:ne180100\5d\2c\20std::__2::unique_ptr>>>::__generic_construct\5babi:ne180100\5d\2c\20std::__2::unique_ptr>>\2c\20\28std::__2::__variant_detail::_Trait\291>>\28std::__2::__variant_detail::__ctor\2c\20std::__2::unique_ptr>>>&\2c\20std::__2::__variant_detail::__move_constructor\2c\20std::__2::unique_ptr>>\2c\20\28std::__2::__variant_detail::_Trait\291>&&\29::'lambda'\28std::__2::__variant_detail::__move_constructor\2c\20std::__2::unique_ptr>>\2c\20\28std::__2::__variant_detail::_Trait\291>&\2c\20auto&&\29&&\2c\20std::__2::__variant_detail::__base<\28std::__2::__variant_detail::_Trait\291\2c\20sk_sp\2c\20std::__2::unique_ptr>>&\2c\20std::__2::__variant_detail::__base<\28std::__2::__variant_detail::_Trait\291\2c\20sk_sp\2c\20std::__2::unique_ptr>>&&>\28std::__2::__variant_detail::__move_constructor\2c\20std::__2::unique_ptr>>\2c\20\28std::__2::__variant_detail::_Trait\291>\2c\20std::__2::__variant_detail::__base<\28std::__2::__variant_detail::_Trait\291\2c\20sk_sp\2c\20std::__2::unique_ptr>>&\2c\20std::__2::__variant_detail::__base<\28std::__2::__variant_detail::_Trait\291\2c\20sk_sp\2c\20std::__2::unique_ptr>>&&\29 -4114:dcubic_xy_at_t\28SkPoint\20const*\2c\20float\2c\20double\29 -4115:dcubic_intersect_ray\28SkDCurve\20const&\2c\20SkDLine\20const&\2c\20SkIntersections*\29 -4116:dconic_xy_at_t\28SkPoint\20const*\2c\20float\2c\20double\29 -4117:dconic_intersect_ray\28SkDCurve\20const&\2c\20SkDLine\20const&\2c\20SkIntersections*\29 -4118:data_destroy_arabic\28void*\29 -4119:data_create_arabic\28hb_ot_shape_plan_t\20const*\29 -4120:cycle -4121:cubic_intercept_v\28SkPoint\20const*\2c\20float\2c\20float\2c\20double*\29 -4122:cubic_intercept_h\28SkPoint\20const*\2c\20float\2c\20float\2c\20double*\29 -4123:create_colorindex -4124:copysignl -4125:copy_bitmap_subset\28SkBitmap\20const&\2c\20SkIRect\20const&\29 -4126:conic_intercept_v\28SkPoint\20const*\2c\20float\2c\20float\2c\20double*\29 -4127:conic_intercept_h\28SkPoint\20const*\2c\20float\2c\20float\2c\20double*\29 -4128:compute_pos_tan\28SkPoint\20const*\2c\20unsigned\20int\2c\20float\2c\20SkPoint*\2c\20SkPoint*\29 -4129:compute_intersection\28OffsetSegment\20const&\2c\20OffsetSegment\20const&\2c\20SkPoint*\2c\20float*\2c\20float*\29 -4130:compress_block -4131:compose_khmer\28hb_ot_shape_normalize_context_t\20const*\2c\20unsigned\20int\2c\20unsigned\20int\2c\20unsigned\20int*\29 -4132:compare_offsets -4133:clipHandlesSprite\28SkRasterClip\20const&\2c\20int\2c\20int\2c\20SkPixmap\20const&\29 -4134:clamp\28SkPoint\2c\20SkPoint\2c\20SkPoint\2c\20GrTriangulator::Comparator\20const&\29 -4135:checkint -4136:check_inverse_on_empty_return\28SkRegion*\2c\20SkPath\20const&\2c\20SkRegion\20const&\29 -4137:char*\20std::__2::copy_n\5babi:nn180100\5d\28char\20const*\2c\20unsigned\20long\2c\20char*\29 -4138:char*\20std::__2::copy\5babi:nn180100\5d\2c\20char*>\28std::__2::__wrap_iter\2c\20std::__2::__wrap_iter\2c\20char*\29 -4139:char*\20std::__2::__constexpr_memmove\5babi:nn180100\5d\28char*\2c\20char\20const*\2c\20std::__2::__element_count\29 -4140:cff_vstore_done -4141:cff_subfont_load -4142:cff_subfont_done -4143:cff_size_select -4144:cff_parser_run -4145:cff_make_private_dict -4146:cff_load_private_dict -4147:cff_index_get_name -4148:cff_get_kerning -4149:cff_blend_build_vector -4150:cf2_getSeacComponent -4151:cf2_computeDarkening -4152:cf2_arrstack_push -4153:cbrt -4154:build_ycc_rgb_table -4155:bracketProcessChar\28BracketData*\2c\20int\29 -4156:bool\20std::__2::operator==\5babi:nn180100\5d\28std::__2::unique_ptr\20const&\2c\20std::nullptr_t\29 -4157:bool\20std::__2::operator!=\5babi:ne180100\5d\28std::__2::variant\20const&\2c\20std::__2::variant\20const&\29 -4158:bool\20std::__2::__insertion_sort_incomplete\5babi:ne180100\5d\28skia::textlayout::OneLineShaper::RunBlock*\2c\20skia::textlayout::OneLineShaper::RunBlock*\2c\20skia::textlayout::OneLineShaper::finish\28skia::textlayout::Block\20const&\2c\20float\2c\20float&\29::$_0&\29 -4159:bool\20std::__2::__insertion_sort_incomplete\5babi:ne180100\5d\28\28anonymous\20namespace\29::Entry*\2c\20\28anonymous\20namespace\29::Entry*\2c\20\28anonymous\20namespace\29::EntryComparator&\29 -4160:bool\20std::__2::__insertion_sort_incomplete\5babi:ne180100\5d\28SkSL::ProgramElement\20const**\2c\20SkSL::ProgramElement\20const**\2c\20SkSL::Transform::\28anonymous\20namespace\29::BuiltinVariableScanner::sortNewElements\28\29::'lambda'\28SkSL::ProgramElement\20const*\2c\20SkSL::ProgramElement\20const*\29&\29 -4161:bool\20std::__2::__insertion_sort_incomplete\5babi:ne180100\5d\28SkSL::FunctionDefinition\20const**\2c\20SkSL::FunctionDefinition\20const**\2c\20SkSL::Transform::FindAndDeclareBuiltinFunctions\28SkSL::Program&\29::$_0&\29 -4162:bool\20is_parallel\28SkDLine\20const&\2c\20SkTCurve\20const&\29 -4163:bool\20hb_hashmap_t::set_with_hash\28unsigned\20int\20const&\2c\20unsigned\20int\2c\20unsigned\20int&\2c\20bool\29 -4164:bool\20hb_hashmap_t::set_with_hash\28hb_serialize_context_t::object_t*&\2c\20unsigned\20int\2c\20unsigned\20int&\2c\20bool\29 -4165:bool\20apply_string\28OT::hb_ot_apply_context_t*\2c\20GSUBProxy::Lookup\20const&\2c\20OT::hb_ot_layout_lookup_accelerator_t\20const&\29 -4166:bool\20OT::hb_accelerate_subtables_context_t::apply_cached_to>\28void\20const*\2c\20OT::hb_ot_apply_context_t*\29 -4167:bool\20OT::hb_accelerate_subtables_context_t::apply_cached_to>\28void\20const*\2c\20OT::hb_ot_apply_context_t*\29 -4168:bool\20OT::hb_accelerate_subtables_context_t::apply_cached_to\28void\20const*\2c\20OT::hb_ot_apply_context_t*\29 -4169:bool\20OT::hb_accelerate_subtables_context_t::apply_cached_to>\28void\20const*\2c\20OT::hb_ot_apply_context_t*\29 -4170:bool\20OT::hb_accelerate_subtables_context_t::apply_cached_to>\28void\20const*\2c\20OT::hb_ot_apply_context_t*\29 -4171:bool\20OT::hb_accelerate_subtables_context_t::apply_cached_to\28void\20const*\2c\20OT::hb_ot_apply_context_t*\29 -4172:bool\20OT::hb_accelerate_subtables_context_t::apply_cached_to\28void\20const*\2c\20OT::hb_ot_apply_context_t*\29 -4173:bool\20OT::hb_accelerate_subtables_context_t::apply_cached_to>\28void\20const*\2c\20OT::hb_ot_apply_context_t*\29 -4174:bool\20OT::hb_accelerate_subtables_context_t::apply_cached_to>\28void\20const*\2c\20OT::hb_ot_apply_context_t*\29 -4175:bool\20OT::hb_accelerate_subtables_context_t::apply_cached_to>\28void\20const*\2c\20OT::hb_ot_apply_context_t*\29 -4176:bool\20OT::hb_accelerate_subtables_context_t::apply_cached_to\28void\20const*\2c\20OT::hb_ot_apply_context_t*\29 -4177:bool\20OT::hb_accelerate_subtables_context_t::apply_cached_to\28void\20const*\2c\20OT::hb_ot_apply_context_t*\29 -4178:bool\20OT::hb_accelerate_subtables_context_t::apply_cached_to>\28void\20const*\2c\20OT::hb_ot_apply_context_t*\29 -4179:bool\20OT::hb_accelerate_subtables_context_t::apply_cached_to\28void\20const*\2c\20OT::hb_ot_apply_context_t*\29 -4180:bool\20OT::hb_accelerate_subtables_context_t::apply_cached_to>\28void\20const*\2c\20OT::hb_ot_apply_context_t*\29 -4181:bool\20OT::TupleValues::decompile\28OT::IntType\20const*&\2c\20hb_vector_t&\2c\20OT::IntType\20const*\2c\20bool\29 -4182:bool\20OT::OffsetTo\2c\20void\2c\20true>::serialize_serialize\2c\20hb_array_t>\2c\20$_8\20const&\2c\20\28hb_function_sortedness_t\291\2c\20\28void*\290>&>\28hb_serialize_context_t*\2c\20hb_map_iter_t\2c\20hb_array_t>\2c\20$_8\20const&\2c\20\28hb_function_sortedness_t\291\2c\20\28void*\290>&\29 -4183:bool\20GrTTopoSort_Visit\28GrRenderTask*\2c\20unsigned\20int*\29 -4184:bool\20AAT::hb_aat_apply_context_t::output_glyphs\28unsigned\20int\2c\20OT::HBGlyphID16\20const*\29 -4185:blur_column\28void\20\28*\29\28unsigned\20char*\2c\20unsigned\20char\20const*\2c\20int\29\2c\20skvx::Vec<8\2c\20unsigned\20short>\20\28*\29\28skvx::Vec<8\2c\20unsigned\20short>\20const&\2c\20skvx::Vec<8\2c\20unsigned\20short>\20const&\2c\20skvx::Vec<8\2c\20unsigned\20short>\20const&\2c\20skvx::Vec<8\2c\20unsigned\20short>\20const&\2c\20skvx::Vec<8\2c\20unsigned\20short>\20const&\2c\20skvx::Vec<8\2c\20unsigned\20short>\20const&\2c\20skvx::Vec<8\2c\20unsigned\20short>*\2c\20skvx::Vec<8\2c\20unsigned\20short>*\2c\20skvx::Vec<8\2c\20unsigned\20short>*\2c\20skvx::Vec<8\2c\20unsigned\20short>*\2c\20skvx::Vec<8\2c\20unsigned\20short>*\2c\20skvx::Vec<8\2c\20unsigned\20short>*\2c\20skvx::Vec<8\2c\20unsigned\20short>*\2c\20skvx::Vec<8\2c\20unsigned\20short>*\29\2c\20int\2c\20int\2c\20skvx::Vec<8\2c\20unsigned\20short>\20const&\2c\20skvx::Vec<8\2c\20unsigned\20short>\20const&\2c\20skvx::Vec<8\2c\20unsigned\20short>\20const&\2c\20skvx::Vec<8\2c\20unsigned\20short>\20const&\2c\20skvx::Vec<8\2c\20unsigned\20short>\20const&\2c\20unsigned\20char\20const*\2c\20unsigned\20long\2c\20int\2c\20unsigned\20char*\2c\20unsigned\20long\29 -4186:bits_to_runs\28SkBlitter*\2c\20int\2c\20int\2c\20unsigned\20char\20const*\2c\20unsigned\20char\2c\20long\2c\20unsigned\20char\29 -4187:barycentric_coords\28float\2c\20float\2c\20float\2c\20float\2c\20float\2c\20float\2c\20skvx::Vec<4\2c\20float>\20const&\2c\20skvx::Vec<4\2c\20float>\20const&\2c\20skvx::Vec<4\2c\20float>*\2c\20skvx::Vec<4\2c\20float>*\2c\20skvx::Vec<4\2c\20float>*\29 -4188:auto\20std::__2::__unwrap_range\5babi:nn180100\5d\2c\20std::__2::__wrap_iter>\28std::__2::__wrap_iter\2c\20std::__2::__wrap_iter\29 -4189:atanf -4190:apply_forward\28OT::hb_ot_apply_context_t*\2c\20OT::hb_ot_layout_lookup_accelerator_t\20const&\2c\20unsigned\20int\29 -4191:apply_alpha_and_colorfilter\28skif::Context\20const&\2c\20skif::FilterResult\20const&\2c\20SkPaint\20const&\29 -4192:append_multitexture_lookup\28GrGeometryProcessor::ProgramImpl::EmitArgs&\2c\20int\2c\20GrGLSLVarying\20const&\2c\20char\20const*\2c\20char\20const*\29 -4193:append_color_output\28PorterDuffXferProcessor\20const&\2c\20GrGLSLXPFragmentBuilder*\2c\20skgpu::BlendFormula::OutputType\2c\20char\20const*\2c\20char\20const*\2c\20char\20const*\29 -4194:af_loader_compute_darkening -4195:af_latin_metrics_scale_dim -4196:af_latin_hints_detect_features -4197:af_latin_hint_edges -4198:af_hint_normal_stem -4199:af_cjk_metrics_scale_dim -4200:af_cjk_metrics_scale -4201:af_cjk_metrics_init_widths -4202:af_cjk_hints_init -4203:af_cjk_hints_detect_features -4204:af_cjk_hints_compute_blue_edges -4205:af_cjk_hints_apply -4206:af_cjk_hint_edges -4207:af_cjk_get_standard_widths -4208:af_axis_hints_new_edge -4209:adler32 -4210:a_ctz_32 -4211:_iup_worker_interpolate -4212:_hb_preprocess_text_vowel_constraints\28hb_ot_shape_plan_t\20const*\2c\20hb_buffer_t*\2c\20hb_font_t*\29 -4213:_hb_ot_shape -4214:_hb_options_init\28\29 -4215:_hb_grapheme_group_func\28hb_glyph_info_t\20const&\2c\20hb_glyph_info_t\20const&\29 -4216:_hb_font_create\28hb_face_t*\29 -4217:_hb_fallback_shape -4218:_glyf_get_advance_with_var_unscaled\28hb_font_t*\2c\20unsigned\20int\2c\20bool\29 -4219:__vfprintf_internal -4220:__trunctfsf2 -4221:__tan -4222:__strftime_l -4223:__rem_pio2_large -4224:__overflow -4225:__nl_langinfo_l -4226:__newlocale -4227:__math_xflowf -4228:__math_invalidf -4229:__loc_is_allocated -4230:__isxdigit_l -4231:__isdigit_l -4232:__getf2 -4233:__get_locale -4234:__ftello_unlocked -4235:__fseeko_unlocked -4236:__floatscan -4237:__expo2 -4238:__divtf3 -4239:__cxxabiv1::__base_class_type_info::has_unambiguous_public_base\28__cxxabiv1::__dynamic_cast_info*\2c\20void*\2c\20int\29\20const -4240:_ZZN19GrGeometryProcessor11ProgramImpl17collectTransformsEP19GrGLSLVertexBuilderP20GrGLSLVaryingHandlerP20GrGLSLUniformHandler12GrShaderTypeRK11GrShaderVarSA_RK10GrPipelineEN3$_0clISE_EEvRT_RK19GrFragmentProcessorbPSJ_iNS0_9BaseCoordE -4241:\28anonymous\20namespace\29::write_text_tag\28char\20const*\29 -4242:\28anonymous\20namespace\29::write_mAB_or_mBA_tag\28unsigned\20int\2c\20skcms_Curve\20const*\2c\20skcms_Curve\20const*\2c\20unsigned\20char\20const*\2c\20unsigned\20char\20const*\2c\20skcms_Curve\20const*\2c\20skcms_Matrix3x4\20const*\29 -4243:\28anonymous\20namespace\29::set_uv_quad\28SkPoint\20const*\2c\20\28anonymous\20namespace\29::BezierVertex*\29 -4244:\28anonymous\20namespace\29::safe_to_ignore_subset_rect\28GrAAType\2c\20SkFilterMode\2c\20DrawQuad\20const&\2c\20SkRect\20const&\29 -4245:\28anonymous\20namespace\29::morphology_pass\28skif::Context\20const&\2c\20skif::FilterResult\20const&\2c\20\28anonymous\20namespace\29::MorphType\2c\20\28anonymous\20namespace\29::MorphDirection\2c\20int\29 -4246:\28anonymous\20namespace\29::make_non_convex_fill_op\28GrRecordingContext*\2c\20SkArenaAlloc*\2c\20skgpu::ganesh::FillPathFlags\2c\20GrAAType\2c\20SkRect\20const&\2c\20SkIRect\20const&\2c\20SkMatrix\20const&\2c\20SkPath\20const&\2c\20GrPaint&&\29 -4247:\28anonymous\20namespace\29::is_newer_better\28SkData*\2c\20SkData*\29 -4248:\28anonymous\20namespace\29::get_glyph_run_intercepts\28sktext::GlyphRun\20const&\2c\20SkPaint\20const&\2c\20float\20const*\2c\20float*\2c\20int*\29 -4249:\28anonymous\20namespace\29::get_cicp_trfn\28skcms_TransferFunction\20const&\29 -4250:\28anonymous\20namespace\29::get_cicp_primaries\28skcms_Matrix3x3\20const&\29 -4251:\28anonymous\20namespace\29::draw_to_sw_mask\28GrSWMaskHelper*\2c\20skgpu::ganesh::ClipStack::Element\20const&\2c\20bool\29 -4252:\28anonymous\20namespace\29::draw_tiled_image\28SkCanvas*\2c\20std::__2::function\20\28SkIRect\29>\2c\20SkISize\2c\20int\2c\20SkMatrix\20const&\2c\20SkRect\20const&\2c\20SkIRect\20const&\2c\20SkPaint\20const*\2c\20SkCanvas::QuadAAFlags\2c\20SkCanvas::SrcRectConstraint\2c\20SkSamplingOptions\29 -4253:\28anonymous\20namespace\29::determine_clipped_src_rect\28SkIRect\2c\20SkMatrix\20const&\2c\20SkMatrix\20const&\2c\20SkISize\20const&\2c\20SkRect\20const*\29 -4254:\28anonymous\20namespace\29::create_hb_face\28SkTypeface\20const&\29::$_0::__invoke\28void*\29 -4255:\28anonymous\20namespace\29::copyFTBitmap\28FT_Bitmap_\20const&\2c\20SkMaskBuilder*\29 -4256:\28anonymous\20namespace\29::colrv1_start_glyph\28SkCanvas*\2c\20SkSpan\20const&\2c\20unsigned\20int\2c\20FT_FaceRec_*\2c\20unsigned\20short\2c\20FT_Color_Root_Transform_\2c\20skia_private::THashSet*\29 -4257:\28anonymous\20namespace\29::colrv1_draw_paint\28SkCanvas*\2c\20SkSpan\20const&\2c\20unsigned\20int\2c\20FT_FaceRec_*\2c\20FT_COLR_Paint_\20const&\29 -4258:\28anonymous\20namespace\29::colrv1_configure_skpaint\28FT_FaceRec_*\2c\20SkSpan\20const&\2c\20unsigned\20int\2c\20FT_COLR_Paint_\20const&\2c\20SkPaint*\29 -4259:\28anonymous\20namespace\29::YUVPlanesRec::~YUVPlanesRec\28\29 -4260:\28anonymous\20namespace\29::TriangulatingPathOp::~TriangulatingPathOp\28\29 -4261:\28anonymous\20namespace\29::TriangulatingPathOp::TriangulatingPathOp\28GrProcessorSet*\2c\20SkRGBA4f<\28SkAlphaType\292>\20const&\2c\20GrStyledShape\20const&\2c\20SkMatrix\20const&\2c\20SkIRect\20const&\2c\20GrAAType\2c\20GrUserStencilSettings\20const*\29 -4262:\28anonymous\20namespace\29::TriangulatingPathOp::Triangulate\28GrEagerVertexAllocator*\2c\20SkMatrix\20const&\2c\20GrStyledShape\20const&\2c\20SkIRect\20const&\2c\20float\2c\20bool*\29 -4263:\28anonymous\20namespace\29::TriangulatingPathOp::CreateKey\28skgpu::UniqueKey*\2c\20GrStyledShape\20const&\2c\20SkIRect\20const&\29 -4264:\28anonymous\20namespace\29::TextureOpImpl::propagateCoverageAAThroughoutChain\28\29 -4265:\28anonymous\20namespace\29::TextureOpImpl::characterize\28\28anonymous\20namespace\29::TextureOpImpl::Desc*\29\20const -4266:\28anonymous\20namespace\29::TextureOpImpl::appendQuad\28DrawQuad*\2c\20SkRGBA4f<\28SkAlphaType\292>\20const&\2c\20SkRect\20const&\29 -4267:\28anonymous\20namespace\29::TextureOpImpl::Make\28GrRecordingContext*\2c\20GrTextureSetEntry*\2c\20int\2c\20int\2c\20SkFilterMode\2c\20SkMipmapMode\2c\20skgpu::ganesh::TextureOp::Saturate\2c\20GrAAType\2c\20SkCanvas::SrcRectConstraint\2c\20SkMatrix\20const&\2c\20sk_sp\29 -4268:\28anonymous\20namespace\29::TextureOpImpl::FillInVertices\28GrCaps\20const&\2c\20\28anonymous\20namespace\29::TextureOpImpl*\2c\20\28anonymous\20namespace\29::TextureOpImpl::Desc*\2c\20char*\29 -4269:\28anonymous\20namespace\29::SpotVerticesFactory::makeVertices\28SkPath\20const&\2c\20SkMatrix\20const&\2c\20SkPoint*\29\20const -4270:\28anonymous\20namespace\29::SkMatrixTransformImageFilter::requiredInput\28skif::Mapping\20const&\2c\20skif::LayerSpace\20const&\29\20const -4271:\28anonymous\20namespace\29::SkImageImageFilter::onGetInputLayerBounds\28skif::Mapping\20const&\2c\20skif::LayerSpace\20const&\2c\20std::__2::optional>\29\20const -4272:\28anonymous\20namespace\29::SkCropImageFilter::requiredInput\28skif::Mapping\20const&\2c\20skif::LayerSpace\20const&\29\20const -4273:\28anonymous\20namespace\29::SDFTSubRun::deviceRectAndNeedsTransform\28SkMatrix\20const&\29\20const -4274:\28anonymous\20namespace\29::RunIteratorQueue::advanceRuns\28\29 -4275:\28anonymous\20namespace\29::RectsBlurKey::RectsBlurKey\28float\2c\20SkBlurStyle\2c\20SkSpan\29 -4276:\28anonymous\20namespace\29::Raster8888BlurAlgorithm::maxSigma\28\29\20const -4277:\28anonymous\20namespace\29::Raster8888BlurAlgorithm::blur\28SkSize\2c\20sk_sp\2c\20SkIRect\20const&\2c\20SkTileMode\2c\20SkIRect\20const&\29\20const::'lambda'\28float\29::operator\28\29\28float\29\20const -4278:\28anonymous\20namespace\29::RPBlender::RPBlender\28SkColorType\2c\20SkColorType\2c\20SkAlphaType\2c\20bool\29 -4279:\28anonymous\20namespace\29::MipLevelHelper::allocAndInit\28SkArenaAlloc*\2c\20SkSamplingOptions\20const&\2c\20SkTileMode\2c\20SkTileMode\29 -4280:\28anonymous\20namespace\29::MeshOp::~MeshOp\28\29 -4281:\28anonymous\20namespace\29::MeshOp::MeshOp\28GrProcessorSet*\2c\20SkRGBA4f<\28SkAlphaType\292>\20const&\2c\20sk_sp\2c\20GrPrimitiveType\20const*\2c\20GrAAType\2c\20sk_sp\2c\20SkMatrix\20const&\29 -4282:\28anonymous\20namespace\29::MeshOp::MeshOp\28GrProcessorSet*\2c\20SkRGBA4f<\28SkAlphaType\292>\20const&\2c\20SkMesh\20const&\2c\20skia_private::TArray>\2c\20true>\2c\20GrAAType\2c\20sk_sp\2c\20SkMatrix\20const&\29 -4283:\28anonymous\20namespace\29::MeshOp::Mesh::Mesh\28SkMesh\20const&\29 -4284:\28anonymous\20namespace\29::MeshGP::~MeshGP\28\29 -4285:\28anonymous\20namespace\29::MeshGP::Impl::~Impl\28\29 -4286:\28anonymous\20namespace\29::MeshGP::Impl::MeshCallbacks::defineStruct\28char\20const*\29 -4287:\28anonymous\20namespace\29::FillRectOpImpl::tessellate\28skgpu::ganesh::QuadPerEdgeAA::VertexSpec\20const&\2c\20char*\29\20const -4288:\28anonymous\20namespace\29::FillRectOpImpl::Make\28GrRecordingContext*\2c\20GrPaint&&\2c\20GrAAType\2c\20DrawQuad*\2c\20GrUserStencilSettings\20const*\2c\20GrSimpleMeshDrawOpHelper::InputFlags\29 -4289:\28anonymous\20namespace\29::FillRectOpImpl::FillRectOpImpl\28GrProcessorSet*\2c\20SkRGBA4f<\28SkAlphaType\292>\2c\20GrAAType\2c\20DrawQuad*\2c\20GrUserStencilSettings\20const*\2c\20GrSimpleMeshDrawOpHelper::InputFlags\29 -4290:\28anonymous\20namespace\29::EllipticalRRectEffect::Make\28std::__2::unique_ptr>\2c\20GrClipEdgeType\2c\20SkRRect\20const&\29 -4291:\28anonymous\20namespace\29::DrawAtlasOpImpl::DrawAtlasOpImpl\28GrProcessorSet*\2c\20SkRGBA4f<\28SkAlphaType\292>\20const&\2c\20SkMatrix\20const&\2c\20GrAAType\2c\20int\2c\20SkRSXform\20const*\2c\20SkRect\20const*\2c\20unsigned\20int\20const*\29 -4292:\28anonymous\20namespace\29::DirectMaskSubRun::glyphParams\28\29\20const -4293:\28anonymous\20namespace\29::DirectMaskSubRun::draw\28SkCanvas*\2c\20SkPoint\2c\20SkPaint\20const&\2c\20sk_sp\2c\20std::__2::function\2c\20sktext::gpu::RendererData\29>\20const&\29\20const -4294:\28anonymous\20namespace\29::DefaultPathOp::programInfo\28\29 -4295:\28anonymous\20namespace\29::DefaultPathOp::Make\28GrRecordingContext*\2c\20GrPaint&&\2c\20SkPath\20const&\2c\20float\2c\20unsigned\20char\2c\20SkMatrix\20const&\2c\20bool\2c\20GrAAType\2c\20SkRect\20const&\2c\20GrUserStencilSettings\20const*\29 -4296:\28anonymous\20namespace\29::DefaultPathOp::DefaultPathOp\28GrProcessorSet*\2c\20SkRGBA4f<\28SkAlphaType\292>\20const&\2c\20SkPath\20const&\2c\20float\2c\20unsigned\20char\2c\20SkMatrix\20const&\2c\20bool\2c\20GrAAType\2c\20SkRect\20const&\2c\20GrUserStencilSettings\20const*\29 -4297:\28anonymous\20namespace\29::ClipGeometry\20\28anonymous\20namespace\29::get_clip_geometry\28skgpu::ganesh::ClipStack::SaveRecord\20const&\2c\20skgpu::ganesh::ClipStack::Draw\20const&\29 -4298:\28anonymous\20namespace\29::CircularRRectEffect::onIsEqual\28GrFragmentProcessor\20const&\29\20const -4299:\28anonymous\20namespace\29::CachedTessellations::~CachedTessellations\28\29 -4300:\28anonymous\20namespace\29::CachedTessellations::CachedTessellations\28\29 -4301:\28anonymous\20namespace\29::CacheImpl::~CacheImpl\28\29 -4302:\28anonymous\20namespace\29::AAHairlineOp::AAHairlineOp\28GrProcessorSet*\2c\20SkRGBA4f<\28SkAlphaType\292>\20const&\2c\20unsigned\20char\2c\20SkMatrix\20const&\2c\20SkPath\20const&\2c\20SkIRect\2c\20float\2c\20GrUserStencilSettings\20const*\29 -4303:WebPResetDecParams -4304:WebPRescalerGetScaledDimensions -4305:WebPMultRows -4306:WebPMultARGBRows -4307:WebPIoInitFromOptions -4308:WebPInitUpsamplers -4309:WebPFlipBuffer -4310:WebPDemuxInternal -4311:WebPDemuxGetChunk -4312:WebPCopyDecBufferPixels -4313:WebPAllocateDecBuffer -4314:WebGLTextureImageGenerator::~WebGLTextureImageGenerator\28\29 -4315:VP8RemapBitReader -4316:VP8LHuffmanTablesAllocate -4317:VP8LDspInit -4318:VP8LConvertFromBGRA -4319:VP8LColorCacheInit -4320:VP8LColorCacheCopy -4321:VP8LBuildHuffmanTable -4322:VP8LBitReaderSetBuffer -4323:VP8InitScanline -4324:VP8GetInfo -4325:VP8BitReaderSetBuffer -4326:Update_Max -4327:TransformOne_C -4328:TT_Set_Named_Instance -4329:TT_Hint_Glyph -4330:StoreFrame -4331:SortContourList\28SkOpContourHead**\2c\20bool\2c\20bool\29 -4332:SkYUVAPixmapInfo::isSupported\28SkYUVAPixmapInfo::SupportedDataTypes\20const&\29\20const -4333:SkWuffsCodec::seekFrame\28int\29 -4334:SkWuffsCodec::onStartIncrementalDecode\28SkImageInfo\20const&\2c\20void*\2c\20unsigned\20long\2c\20SkCodec::Options\20const&\29 -4335:SkWuffsCodec::onIncrementalDecodeTwoPass\28\29 -4336:SkWuffsCodec::decodeFrameConfig\28\29 -4337:SkWriter32::writeString\28char\20const*\2c\20unsigned\20long\29 -4338:SkWriteICCProfile\28skcms_ICCProfile\20const*\2c\20char\20const*\29 -4339:SkWebpDecoder::IsWebp\28void\20const*\2c\20unsigned\20long\29 -4340:SkWebpCodec::ensureAllData\28\29 -4341:SkWebpCodec::MakeFromStream\28std::__2::unique_ptr>\2c\20SkCodec::Result*\29 -4342:SkWbmpDecoder::IsWbmp\28void\20const*\2c\20unsigned\20long\29 -4343:SkWbmpCodec::MakeFromStream\28std::__2::unique_ptr>\2c\20SkCodec::Result*\29 -4344:SkWStream::SizeOfPackedUInt\28unsigned\20long\29 -4345:SkWBuffer::padToAlign4\28\29 -4346:SkVertices::Builder::indices\28\29 -4347:SkUnicode::convertUtf16ToUtf8\28std::__2::basic_string\2c\20std::__2::allocator>\20const&\29 -4348:SkUTF::UTF16ToUTF8\28char*\2c\20int\2c\20unsigned\20short\20const*\2c\20unsigned\20long\29 -4349:SkTypeface_FreeType::FaceRec::Make\28SkTypeface_FreeType\20const*\29 -4350:SkTypeface_Custom::onGetFamilyName\28SkString*\29\20const -4351:SkTypeface::textToGlyphs\28void\20const*\2c\20unsigned\20long\2c\20SkTextEncoding\2c\20SkSpan\29\20const -4352:SkTypeface::serialize\28SkWStream*\2c\20SkTypeface::SerializeBehavior\29\20const -4353:SkTypeface::openStream\28int*\29\20const -4354:SkTypeface::onGetFixedPitch\28\29\20const -4355:SkTypeface::getVariationDesignPosition\28SkSpan\29\20const -4356:SkTreatAsSprite\28SkMatrix\20const&\2c\20SkISize\20const&\2c\20SkSamplingOptions\20const&\2c\20bool\29 -4357:SkTransformShader::update\28SkMatrix\20const&\29 -4358:SkTransformShader::SkTransformShader\28SkShaderBase\20const&\2c\20bool\29 -4359:SkTiff::ImageFileDirectory::getEntryRawData\28unsigned\20short\2c\20unsigned\20short*\2c\20unsigned\20short*\2c\20unsigned\20int*\2c\20unsigned\20char\20const**\2c\20unsigned\20long*\29\20const -4360:SkTextBlobBuilder::allocRunPos\28SkFont\20const&\2c\20int\2c\20SkRect\20const*\29 -4361:SkTextBlob::getIntercepts\28float\20const*\2c\20float*\2c\20SkPaint\20const*\29\20const -4362:SkTextBlob::RunRecord::StorageSize\28unsigned\20int\2c\20unsigned\20int\2c\20SkTextBlob::GlyphPositioning\2c\20SkSafeMath*\29 -4363:SkTextBlob::MakeFromText\28void\20const*\2c\20unsigned\20long\2c\20SkFont\20const&\2c\20SkTextEncoding\29 -4364:SkTextBlob::MakeFromRSXform\28void\20const*\2c\20unsigned\20long\2c\20SkSpan\2c\20SkFont\20const&\2c\20SkTextEncoding\29 -4365:SkTextBlob::Iter::experimentalNext\28SkTextBlob::Iter::ExperimentalRun*\29 -4366:SkTextBlob::Iter::Iter\28SkTextBlob\20const&\29 -4367:SkTaskGroup::wait\28\29 -4368:SkTaskGroup::add\28std::__2::function\29 -4369:SkTSpan::onlyEndPointsInCommon\28SkTSpan\20const*\2c\20bool*\2c\20bool*\2c\20bool*\29 -4370:SkTSpan::linearIntersects\28SkTCurve\20const&\29\20const -4371:SkTSect::removeAllBut\28SkTSpan\20const*\2c\20SkTSpan*\2c\20SkTSect*\29 -4372:SkTSect::intersects\28SkTSpan*\2c\20SkTSect*\2c\20SkTSpan*\2c\20int*\29 -4373:SkTSect::deleteEmptySpans\28\29 -4374:SkTSect::addSplitAt\28SkTSpan*\2c\20double\29 -4375:SkTSect::addForPerp\28SkTSpan*\2c\20double\29 -4376:SkTSect::EndsEqual\28SkTSect\20const*\2c\20SkTSect\20const*\2c\20SkIntersections*\29 -4377:SkTMultiMap::~SkTMultiMap\28\29 -4378:SkTMaskGamma<3\2c\203\2c\203>::SkTMaskGamma\28float\2c\20float\29 -4379:SkTDynamicHash<\28anonymous\20namespace\29::CacheImpl::Value\2c\20SkImageFilterCacheKey\2c\20\28anonymous\20namespace\29::CacheImpl::Value>::find\28SkImageFilterCacheKey\20const&\29\20const -4380:SkTDStorage::calculateSizeOrDie\28int\29::$_1::operator\28\29\28\29\20const -4381:SkTDStorage::SkTDStorage\28SkTDStorage&&\29 -4382:SkTCubic::hullIntersects\28SkDQuad\20const&\2c\20bool*\29\20const -4383:SkTConic::otherPts\28int\2c\20SkDPoint\20const**\29\20const -4384:SkTConic::hullIntersects\28SkDCubic\20const&\2c\20bool*\29\20const -4385:SkTConic::controlsInside\28\29\20const -4386:SkTConic::collapsed\28\29\20const -4387:SkTBlockList::reset\28\29 -4388:SkTBlockList::reset\28\29 -4389:SkTBlockList::push_back\28GrGLProgramDataManager::GLUniformInfo\20const&\29 -4390:SkSwizzler::MakeSimple\28int\2c\20SkImageInfo\20const&\2c\20SkCodec::Options\20const&\2c\20SkIRect\20const*\29 -4391:SkSurfaces::WrapPixels\28SkImageInfo\20const&\2c\20void*\2c\20unsigned\20long\2c\20SkSurfaceProps\20const*\29 -4392:SkSurface_Base::outstandingImageSnapshot\28\29\20const -4393:SkSurface_Base::onDraw\28SkCanvas*\2c\20float\2c\20float\2c\20SkSamplingOptions\20const&\2c\20SkPaint\20const*\29 -4394:SkSurface_Base::onCapabilities\28\29 -4395:SkSurface::height\28\29\20const -4396:SkStrokeRec::setHairlineStyle\28\29 -4397:SkStrokeRec::SkStrokeRec\28SkPaint\20const&\2c\20SkPaint::Style\2c\20float\29 -4398:SkStrokeRec::GetInflationRadius\28SkPaint::Join\2c\20float\2c\20SkPaint::Cap\2c\20float\29 -4399:SkString::insertHex\28unsigned\20long\2c\20unsigned\20int\2c\20int\29 -4400:SkString::appendVAList\28char\20const*\2c\20void*\29 -4401:SkString::SkString\28unsigned\20long\29 -4402:SkString*\20std::__2::vector>::__emplace_back_slow_path\28char\20const*&\29 -4403:SkStrikeSpec::SkStrikeSpec\28SkStrikeSpec\20const&\29 -4404:SkStrikeSpec::ShouldDrawAsPath\28SkPaint\20const&\2c\20SkFont\20const&\2c\20SkMatrix\20const&\29 -4405:SkStrike::~SkStrike\28\29 -4406:SkStream::readS8\28signed\20char*\29 -4407:SkStream::readS16\28short*\29 -4408:SkStrSplit\28char\20const*\2c\20char\20const*\2c\20SkStrSplitMode\2c\20skia_private::TArray*\29 -4409:SkStrAppendS32\28char*\2c\20int\29 -4410:SkSpriteBlitter_Memcpy::~SkSpriteBlitter_Memcpy\28\29 -4411:SkSpecialImages::AsView\28GrRecordingContext*\2c\20SkSpecialImage\20const*\29 -4412:SkSharedMutex::releaseShared\28\29 -4413:SkShapers::unicode::BidiRunIterator\28sk_sp\2c\20char\20const*\2c\20unsigned\20long\2c\20unsigned\20char\29 -4414:SkShapers::HB::ScriptRunIterator\28char\20const*\2c\20unsigned\20long\29 -4415:SkShaper::MakeStdLanguageRunIterator\28char\20const*\2c\20unsigned\20long\29 -4416:SkShaders::MatrixRec::concat\28SkMatrix\20const&\29\20const -4417:SkShaders::Blend\28sk_sp\2c\20sk_sp\2c\20sk_sp\29 -4418:SkShaderUtils::VisitLineByLine\28std::__2::basic_string\2c\20std::__2::allocator>\20const&\2c\20std::__2::function\20const&\29 -4419:SkShaderUtils::PrettyPrint\28std::__2::basic_string\2c\20std::__2::allocator>\20const&\29 -4420:SkShaderUtils::GLSLPrettyPrint::parseUntil\28char\20const*\29 -4421:SkShaderBlurAlgorithm::renderBlur\28SkRuntimeEffectBuilder*\2c\20SkFilterMode\2c\20SkISize\2c\20sk_sp\2c\20SkIRect\20const&\2c\20SkTileMode\2c\20SkIRect\20const&\29\20const -4422:SkShaderBlurAlgorithm::evalBlur1D\28float\2c\20int\2c\20SkV2\2c\20sk_sp\2c\20SkIRect\2c\20SkTileMode\2c\20SkIRect\29\20const -4423:SkShaderBlurAlgorithm::Compute2DBlurOffsets\28SkISize\2c\20std::__2::array&\29 -4424:SkShaderBlurAlgorithm::Compute2DBlurKernel\28SkSize\2c\20SkISize\2c\20std::__2::array&\29 -4425:SkShaderBlurAlgorithm::Compute1DBlurLinearKernel\28float\2c\20int\2c\20std::__2::array&\29 -4426:SkShaderBase::getFlattenableType\28\29\20const -4427:SkShaderBase::asLuminanceColor\28SkRGBA4f<\28SkAlphaType\293>*\29\20const -4428:SkShader::makeWithColorFilter\28sk_sp\29\20const -4429:SkScan::PathRequiresTiling\28SkIRect\20const&\29 -4430:SkScan::HairLine\28SkPoint\20const*\2c\20int\2c\20SkRasterClip\20const&\2c\20SkBlitter*\29 -4431:SkScan::AntiFrameRect\28SkRect\20const&\2c\20SkPoint\20const&\2c\20SkRegion\20const*\2c\20SkBlitter*\29 -4432:SkScan::AntiFillXRect\28SkIRect\20const&\2c\20SkRegion\20const*\2c\20SkBlitter*\29 -4433:SkScan::AntiFillRect\28SkRect\20const&\2c\20SkRegion\20const*\2c\20SkBlitter*\29 -4434:SkScan::AAAFillPath\28SkPath\20const&\2c\20SkBlitter*\2c\20SkIRect\20const&\2c\20SkIRect\20const&\2c\20bool\29 -4435:SkScalerContext_FreeType::updateGlyphBoundsIfSubpixel\28SkGlyph\20const&\2c\20SkRect*\2c\20bool\29 -4436:SkScalerContext_FreeType::shouldSubpixelBitmap\28SkGlyph\20const&\2c\20SkMatrix\20const&\29 -4437:SkScalerContextRec::useStrokeForFakeBold\28\29 -4438:SkScalerContextRec::getSingleMatrix\28SkMatrix*\29\20const -4439:SkScalerContextFTUtils::drawCOLRv1Glyph\28FT_FaceRec_*\2c\20SkGlyph\20const&\2c\20unsigned\20int\2c\20SkSpan\2c\20SkCanvas*\29\20const -4440:SkScalerContextFTUtils::drawCOLRv0Glyph\28FT_FaceRec_*\2c\20SkGlyph\20const&\2c\20unsigned\20int\2c\20SkSpan\2c\20SkCanvas*\29\20const -4441:SkScalerContext::internalMakeGlyph\28SkPackedGlyphID\2c\20SkMask::Format\2c\20SkArenaAlloc*\29 -4442:SkScalerContext::internalGetPath\28SkGlyph&\2c\20SkArenaAlloc*\2c\20std::__2::optional&&\29 -4443:SkScalerContext::SkScalerContext\28SkTypeface&\2c\20SkScalerContextEffects\20const&\2c\20SkDescriptor\20const*\29 -4444:SkScalerContext::PreprocessRec\28SkTypeface\20const&\2c\20SkScalerContextEffects\20const&\2c\20SkDescriptor\20const&\29 -4445:SkScalerContext::MakeRecAndEffects\28SkFont\20const&\2c\20SkPaint\20const&\2c\20SkSurfaceProps\20const&\2c\20SkScalerContextFlags\2c\20SkMatrix\20const&\2c\20SkScalerContextRec*\2c\20SkScalerContextEffects*\29 -4446:SkScalerContext::MakeEmpty\28SkTypeface&\2c\20SkScalerContextEffects\20const&\2c\20SkDescriptor\20const*\29 -4447:SkScalerContext::GetMaskPreBlend\28SkScalerContextRec\20const&\29 -4448:SkScalerContext::GenerateImageFromPath\28SkMaskBuilder&\2c\20SkPath\20const&\2c\20SkTMaskPreBlend<3\2c\203\2c\203>\20const&\2c\20bool\2c\20bool\2c\20bool\2c\20bool\29 -4449:SkScalerContext::AutoDescriptorGivenRecAndEffects\28SkScalerContextRec\20const&\2c\20SkScalerContextEffects\20const&\2c\20SkAutoDescriptor*\29 -4450:SkSampledCodec::sampledDecode\28SkImageInfo\20const&\2c\20void*\2c\20unsigned\20long\2c\20SkAndroidCodec::AndroidOptions\20const&\29 -4451:SkSampledCodec::accountForNativeScaling\28int*\2c\20int*\29\20const -4452:SkSL::zero_expression\28SkSL::Context\20const&\2c\20SkSL::Position\2c\20SkSL::Type\20const&\29 -4453:SkSL::type_to_sksltype\28SkSL::Context\20const&\2c\20SkSL::Type\20const&\2c\20SkSLType*\29 -4454:SkSL::stoi\28std::__2::basic_string_view>\2c\20long\20long*\29 -4455:SkSL::splat_scalar\28SkSL::Context\20const&\2c\20SkSL::Expression\20const&\2c\20SkSL::Type\20const&\29 -4456:SkSL::optimize_intrinsic_call\28SkSL::Context\20const&\2c\20SkSL::Position\2c\20SkSL::IntrinsicKind\2c\20SkSL::ExpressionArray\20const&\2c\20SkSL::Type\20const&\29::$_2::operator\28\29\28int\29\20const -4457:SkSL::optimize_intrinsic_call\28SkSL::Context\20const&\2c\20SkSL::Position\2c\20SkSL::IntrinsicKind\2c\20SkSL::ExpressionArray\20const&\2c\20SkSL::Type\20const&\29::$_1::operator\28\29\28int\29\20const -4458:SkSL::optimize_intrinsic_call\28SkSL::Context\20const&\2c\20SkSL::Position\2c\20SkSL::IntrinsicKind\2c\20SkSL::ExpressionArray\20const&\2c\20SkSL::Type\20const&\29::$_0::operator\28\29\28int\29\20const -4459:SkSL::negate_expression\28SkSL::Context\20const&\2c\20SkSL::Position\2c\20SkSL::Expression\20const&\2c\20SkSL::Type\20const&\29 -4460:SkSL::make_reciprocal_expression\28SkSL::Context\20const&\2c\20SkSL::Expression\20const&\29 -4461:SkSL::index_out_of_range\28SkSL::Context\20const&\2c\20SkSL::Position\2c\20long\20long\2c\20SkSL::Expression\20const&\29 -4462:SkSL::get_struct_definitions_from_module\28SkSL::Program&\2c\20SkSL::Module\20const&\2c\20std::__2::vector>*\29 -4463:SkSL::find_existing_declaration\28SkSL::Context\20const&\2c\20SkSL::Position\2c\20SkSL::ModifierFlags\2c\20SkSL::IntrinsicKind\2c\20std::__2::basic_string_view>\2c\20skia_private::TArray>\2c\20true>&\2c\20SkSL::Position\2c\20SkSL::Type\20const*\2c\20SkSL::FunctionDeclaration**\29::$_0::operator\28\29\28\29\20const -4464:SkSL::extract_matrix\28SkSL::Expression\20const*\2c\20float*\29 -4465:SkSL::eliminate_unreachable_code\28SkSpan>>\2c\20SkSL::ProgramUsage*\29::UnreachableCodeEliminator::visitStatementPtr\28std::__2::unique_ptr>&\29 -4466:SkSL::check_main_signature\28SkSL::Context\20const&\2c\20SkSL::Position\2c\20SkSL::Type\20const&\2c\20skia_private::TArray>\2c\20true>&\29::$_4::operator\28\29\28int\29\20const -4467:SkSL::\28anonymous\20namespace\29::check_valid_uniform_type\28SkSL::Position\2c\20SkSL::Type\20const*\2c\20SkSL::Context\20const&\2c\20bool\29::$_0::operator\28\29\28\29\20const -4468:SkSL::\28anonymous\20namespace\29::ProgramUsageVisitor::visitProgramElement\28SkSL::ProgramElement\20const&\29 -4469:SkSL::\28anonymous\20namespace\29::ProgramUsageVisitor::visitExpression\28SkSL::Expression\20const&\29 -4470:SkSL::\28anonymous\20namespace\29::FinalizationVisitor::visitProgramElement\28SkSL::ProgramElement\20const&\29 -4471:SkSL::VariableReference::setRefKind\28SkSL::VariableRefKind\29 -4472:SkSL::Variable::setVarDeclaration\28SkSL::VarDeclaration*\29 -4473:SkSL::Variable::setGlobalVarDeclaration\28SkSL::GlobalVarDeclaration*\29 -4474:SkSL::Variable::globalVarDeclaration\28\29\20const -4475:SkSL::Variable::Make\28SkSL::Position\2c\20SkSL::Position\2c\20SkSL::Layout\20const&\2c\20SkSL::ModifierFlags\2c\20SkSL::Type\20const*\2c\20std::__2::basic_string_view>\2c\20std::__2::basic_string\2c\20std::__2::allocator>\2c\20bool\2c\20SkSL::VariableStorage\29 -4476:SkSL::Variable::MakeScratchVariable\28SkSL::Context\20const&\2c\20SkSL::Mangler&\2c\20std::__2::basic_string_view>\2c\20SkSL::Type\20const*\2c\20SkSL::SymbolTable*\2c\20std::__2::unique_ptr>\29 -4477:SkSL::VarDeclaration::Make\28SkSL::Context\20const&\2c\20SkSL::Variable*\2c\20SkSL::Type\20const*\2c\20int\2c\20std::__2::unique_ptr>\29 -4478:SkSL::VarDeclaration::ErrorCheck\28SkSL::Context\20const&\2c\20SkSL::Position\2c\20SkSL::Position\2c\20SkSL::Layout\20const&\2c\20SkSL::ModifierFlags\2c\20SkSL::Type\20const*\2c\20SkSL::Type\20const*\2c\20SkSL::VariableStorage\29 -4479:SkSL::TypeReference::description\28SkSL::OperatorPrecedence\29\20const -4480:SkSL::TypeReference::VerifyType\28SkSL::Context\20const&\2c\20SkSL::Type\20const*\2c\20SkSL::Position\29 -4481:SkSL::TypeReference::Convert\28SkSL::Context\20const&\2c\20SkSL::Position\2c\20SkSL::Type\20const*\29 -4482:SkSL::Type::MakeStructType\28SkSL::Context\20const&\2c\20SkSL::Position\2c\20std::__2::basic_string_view>\2c\20skia_private::TArray\2c\20bool\29 -4483:SkSL::Type::MakeLiteralType\28char\20const*\2c\20SkSL::Type\20const&\2c\20signed\20char\29 -4484:SkSL::Transform::\28anonymous\20namespace\29::BuiltinVariableScanner::addDeclaringElement\28SkSL::ProgramElement\20const*\29 -4485:SkSL::Transform::EliminateDeadFunctions\28SkSL::Program&\29 -4486:SkSL::ToGLSL\28SkSL::Program&\2c\20SkSL::ShaderCaps\20const*\2c\20SkSL::NativeShader*\29 -4487:SkSL::TernaryExpression::Make\28SkSL::Context\20const&\2c\20SkSL::Position\2c\20std::__2::unique_ptr>\2c\20std::__2::unique_ptr>\2c\20std::__2::unique_ptr>\29 -4488:SkSL::SymbolTable::insertNewParent\28\29 -4489:SkSL::SymbolTable::addWithoutOwnership\28SkSL::Symbol*\29 -4490:SkSL::Swizzle::MaskString\28skia_private::FixedArray<4\2c\20signed\20char>\20const&\29 -4491:SkSL::SwitchStatement::Make\28SkSL::Context\20const&\2c\20SkSL::Position\2c\20std::__2::unique_ptr>\2c\20std::__2::unique_ptr>\29 -4492:SkSL::SwitchCase::Make\28SkSL::Position\2c\20long\20long\2c\20std::__2::unique_ptr>\29 -4493:SkSL::SwitchCase::MakeDefault\28SkSL::Position\2c\20std::__2::unique_ptr>\29 -4494:SkSL::StructType::StructType\28SkSL::Position\2c\20std::__2::basic_string_view>\2c\20skia_private::TArray\2c\20int\2c\20bool\2c\20bool\29 -4495:SkSL::String::vappendf\28std::__2::basic_string\2c\20std::__2::allocator>*\2c\20char\20const*\2c\20void*\29 -4496:SkSL::SingleArgumentConstructor::argumentSpan\28\29 -4497:SkSL::RP::stack_usage\28SkSL::RP::Instruction\20const&\29 -4498:SkSL::RP::UnownedLValueSlice::isWritable\28\29\20const -4499:SkSL::RP::UnownedLValueSlice::dynamicSlotRange\28\29 -4500:SkSL::RP::Program::~Program\28\29 -4501:SkSL::RP::LValue::swizzle\28\29 -4502:SkSL::RP::Generator::writeVarDeclaration\28SkSL::VarDeclaration\20const&\29 -4503:SkSL::RP::Generator::writeFunction\28SkSL::IRNode\20const&\2c\20SkSL::FunctionDefinition\20const&\2c\20SkSpan>\20const>\29 -4504:SkSL::RP::Generator::storeImmutableValueToSlots\28skia_private::TArray\20const&\2c\20SkSL::RP::SlotRange\29 -4505:SkSL::RP::Generator::pushVariableReferencePartial\28SkSL::VariableReference\20const&\2c\20SkSL::RP::SlotRange\29 -4506:SkSL::RP::Generator::pushPrefixExpression\28SkSL::Operator\2c\20SkSL::Expression\20const&\29 -4507:SkSL::RP::Generator::pushIntrinsic\28SkSL::IntrinsicKind\2c\20SkSL::Expression\20const&\2c\20SkSL::Expression\20const&\2c\20SkSL::Expression\20const&\29 -4508:SkSL::RP::Generator::pushImmutableData\28SkSL::Expression\20const&\29 -4509:SkSL::RP::Generator::pushAbsFloatIntrinsic\28int\29 -4510:SkSL::RP::Generator::getImmutableValueForExpression\28SkSL::Expression\20const&\2c\20skia_private::TArray*\29 -4511:SkSL::RP::Generator::foldWithMultiOp\28SkSL::RP::BuilderOp\2c\20int\29 -4512:SkSL::RP::Generator::findPreexistingImmutableData\28skia_private::TArray\20const&\29 -4513:SkSL::RP::DynamicIndexLValue::dynamicSlotRange\28\29 -4514:SkSL::RP::Builder::push_slots_or_immutable_indirect\28SkSL::RP::SlotRange\2c\20int\2c\20SkSL::RP::SlotRange\2c\20SkSL::RP::BuilderOp\29 -4515:SkSL::RP::Builder::push_condition_mask\28\29 -4516:SkSL::RP::Builder::pad_stack\28int\29 -4517:SkSL::RP::Builder::copy_stack_to_slots\28SkSL::RP::SlotRange\2c\20int\29 -4518:SkSL::RP::Builder::branch_if_any_lanes_active\28int\29 -4519:SkSL::ProgramVisitor::visit\28SkSL::Program\20const&\29 -4520:SkSL::ProgramUsage::remove\28SkSL::Expression\20const*\29 -4521:SkSL::ProgramUsage::add\28SkSL::Statement\20const*\29 -4522:SkSL::ProgramUsage::add\28SkSL::Expression\20const*\29 -4523:SkSL::Pool::attachToThread\28\29 -4524:SkSL::PipelineStage::PipelineStageCodeGenerator::functionName\28SkSL::FunctionDeclaration\20const&\2c\20int\29 -4525:SkSL::PipelineStage::PipelineStageCodeGenerator::functionDeclaration\28SkSL::FunctionDeclaration\20const&\29 -4526:SkSL::PipelineStage::PipelineStageCodeGenerator::forEachSpecialization\28SkSL::FunctionDeclaration\20const&\2c\20std::__2::function\20const&\29 -4527:SkSL::Parser::~Parser\28\29 -4528:SkSL::Parser::varDeclarations\28\29 -4529:SkSL::Parser::varDeclarationsOrExpressionStatement\28\29 -4530:SkSL::Parser::switchCaseBody\28SkSL::ExpressionArray*\2c\20skia_private::STArray<2\2c\20std::__2::unique_ptr>\2c\20true>*\2c\20std::__2::unique_ptr>\29 -4531:SkSL::Parser::statementOrNop\28SkSL::Position\2c\20std::__2::unique_ptr>\29 -4532:SkSL::Parser::shiftExpression\28\29 -4533:SkSL::Parser::relationalExpression\28\29 -4534:SkSL::Parser::parameter\28std::__2::unique_ptr>*\29 -4535:SkSL::Parser::multiplicativeExpression\28\29 -4536:SkSL::Parser::logicalXorExpression\28\29 -4537:SkSL::Parser::logicalAndExpression\28\29 -4538:SkSL::Parser::localVarDeclarationEnd\28SkSL::Position\2c\20SkSL::Modifiers\20const&\2c\20SkSL::Type\20const*\2c\20SkSL::Token\29 -4539:SkSL::Parser::intLiteral\28long\20long*\29 -4540:SkSL::Parser::globalVarDeclarationEnd\28SkSL::Position\2c\20SkSL::Modifiers\20const&\2c\20SkSL::Type\20const*\2c\20SkSL::Token\29 -4541:SkSL::Parser::equalityExpression\28\29 -4542:SkSL::Parser::directive\28bool\29 -4543:SkSL::Parser::declarations\28\29 -4544:SkSL::Parser::checkNext\28SkSL::Token::Kind\2c\20SkSL::Token*\29 -4545:SkSL::Parser::bitwiseXorExpression\28\29 -4546:SkSL::Parser::bitwiseOrExpression\28\29 -4547:SkSL::Parser::bitwiseAndExpression\28\29 -4548:SkSL::Parser::additiveExpression\28\29 -4549:SkSL::Parser::Parser\28SkSL::Compiler*\2c\20SkSL::ProgramSettings\20const&\2c\20SkSL::ProgramKind\2c\20std::__2::unique_ptr\2c\20std::__2::allocator>\2c\20std::__2::default_delete\2c\20std::__2::allocator>>>\29 -4550:SkSL::MultiArgumentConstructor::argumentSpan\28\29 -4551:SkSL::ModuleTypeToString\28SkSL::ModuleType\29 -4552:SkSL::ModuleLoader::~ModuleLoader\28\29 -4553:SkSL::ModuleLoader::loadVertexModule\28SkSL::Compiler*\29 -4554:SkSL::ModuleLoader::loadPublicModule\28SkSL::Compiler*\29 -4555:SkSL::ModuleLoader::loadFragmentModule\28SkSL::Compiler*\29 -4556:SkSL::ModuleLoader::Get\28\29 -4557:SkSL::MatrixType::bitWidth\28\29\20const -4558:SkSL::MakeRasterPipelineProgram\28SkSL::Program\20const&\2c\20SkSL::FunctionDefinition\20const&\2c\20SkSL::DebugTracePriv*\2c\20bool\29 -4559:SkSL::Layout::description\28\29\20const -4560:SkSL::Intrinsics::\28anonymous\20namespace\29::evaluate_length\28std::__2::array\20const&\29 -4561:SkSL::Intrinsics::\28anonymous\20namespace\29::evaluate_add\28SkSL::Context\20const&\2c\20std::__2::array\20const&\29 -4562:SkSL::InterfaceBlock::~InterfaceBlock\28\29 -4563:SkSL::Inliner::candidateCanBeInlined\28SkSL::InlineCandidate\20const&\2c\20SkSL::ProgramUsage\20const&\2c\20skia_private::THashMap*\29 -4564:SkSL::IfStatement::Make\28SkSL::Context\20const&\2c\20SkSL::Position\2c\20std::__2::unique_ptr>\2c\20std::__2::unique_ptr>\2c\20std::__2::unique_ptr>\29 -4565:SkSL::GLSLCodeGenerator::writeVarDeclaration\28SkSL::VarDeclaration\20const&\2c\20bool\29 -4566:SkSL::GLSLCodeGenerator::writeProgramElement\28SkSL::ProgramElement\20const&\29 -4567:SkSL::GLSLCodeGenerator::writeMinAbsHack\28SkSL::Expression&\2c\20SkSL::Expression&\29 -4568:SkSL::GLSLCodeGenerator::generateCode\28\29 -4569:SkSL::FunctionDefinition::Convert\28SkSL::Context\20const&\2c\20SkSL::Position\2c\20SkSL::FunctionDeclaration\20const&\2c\20std::__2::unique_ptr>\29::Finalizer::visitStatementPtr\28std::__2::unique_ptr>&\29 -4570:SkSL::FunctionDefinition::Convert\28SkSL::Context\20const&\2c\20SkSL::Position\2c\20SkSL::FunctionDeclaration\20const&\2c\20std::__2::unique_ptr>\29::Finalizer::addLocalVariable\28SkSL::Variable\20const*\2c\20SkSL::Position\29 -4571:SkSL::FunctionDeclaration::~FunctionDeclaration\28\29_6567 -4572:SkSL::FunctionDeclaration::~FunctionDeclaration\28\29 -4573:SkSL::FunctionDeclaration::mangledName\28\29\20const -4574:SkSL::FunctionDeclaration::determineFinalTypes\28SkSL::ExpressionArray\20const&\2c\20skia_private::STArray<8\2c\20SkSL::Type\20const*\2c\20true>*\2c\20SkSL::Type\20const**\29\20const -4575:SkSL::FunctionDeclaration::FunctionDeclaration\28SkSL::Context\20const&\2c\20SkSL::Position\2c\20SkSL::ModifierFlags\2c\20std::__2::basic_string_view>\2c\20skia_private::TArray\2c\20SkSL::Type\20const*\2c\20SkSL::IntrinsicKind\29 -4576:SkSL::FunctionDebugInfo*\20std::__2::vector>::__push_back_slow_path\28SkSL::FunctionDebugInfo&&\29 -4577:SkSL::FunctionCall::Make\28SkSL::Context\20const&\2c\20SkSL::Position\2c\20SkSL::Type\20const*\2c\20SkSL::FunctionDeclaration\20const&\2c\20SkSL::ExpressionArray\29 -4578:SkSL::FunctionCall::FindBestFunctionForCall\28SkSL::Context\20const&\2c\20SkSL::FunctionDeclaration\20const*\2c\20SkSL::ExpressionArray\20const&\29 -4579:SkSL::FunctionCall::Convert\28SkSL::Context\20const&\2c\20SkSL::Position\2c\20SkSL::FunctionDeclaration\20const&\2c\20SkSL::ExpressionArray\29 -4580:SkSL::ForStatement::Convert\28SkSL::Context\20const&\2c\20SkSL::Position\2c\20SkSL::ForLoopPositions\2c\20std::__2::unique_ptr>\2c\20std::__2::unique_ptr>\2c\20std::__2::unique_ptr>\2c\20std::__2::unique_ptr>\2c\20std::__2::unique_ptr>\29 -4581:SkSL::FindIntrinsicKind\28std::__2::basic_string_view>\29 -4582:SkSL::FieldAccess::~FieldAccess\28\29_6454 -4583:SkSL::FieldAccess::~FieldAccess\28\29 -4584:SkSL::ExtendedVariable::setInterfaceBlock\28SkSL::InterfaceBlock*\29 -4585:SkSL::ExpressionStatement::Convert\28SkSL::Context\20const&\2c\20std::__2::unique_ptr>\29 -4586:SkSL::DoStatement::~DoStatement\28\29_6437 -4587:SkSL::DoStatement::~DoStatement\28\29 -4588:SkSL::DebugTracePriv::setSource\28std::__2::basic_string\2c\20std::__2::allocator>\20const&\29 -4589:SkSL::ConstructorScalarCast::Convert\28SkSL::Context\20const&\2c\20SkSL::Position\2c\20SkSL::Type\20const&\2c\20SkSL::ExpressionArray\29 -4590:SkSL::ConstructorMatrixResize::Make\28SkSL::Context\20const&\2c\20SkSL::Position\2c\20SkSL::Type\20const&\2c\20std::__2::unique_ptr>\29 -4591:SkSL::Constructor::Convert\28SkSL::Context\20const&\2c\20SkSL::Position\2c\20SkSL::Type\20const&\2c\20SkSL::ExpressionArray\29 -4592:SkSL::ConstantFolder::Simplify\28SkSL::Context\20const&\2c\20SkSL::Position\2c\20SkSL::Expression\20const&\2c\20SkSL::Operator\2c\20SkSL::Expression\20const&\2c\20SkSL::Type\20const&\29 -4593:SkSL::Compiler::writeErrorCount\28\29 -4594:SkSL::Compiler::initializeContext\28SkSL::Module\20const*\2c\20SkSL::ProgramKind\2c\20SkSL::ProgramSettings\2c\20std::__2::basic_string_view>\2c\20SkSL::ModuleType\29 -4595:SkSL::Compiler::cleanupContext\28\29 -4596:SkSL::ChildCall::~ChildCall\28\29_6372 -4597:SkSL::ChildCall::~ChildCall\28\29 -4598:SkSL::ChildCall::Make\28SkSL::Context\20const&\2c\20SkSL::Position\2c\20SkSL::Type\20const*\2c\20SkSL::Variable\20const&\2c\20SkSL::ExpressionArray\29 -4599:SkSL::BinaryExpression::isAssignmentIntoVariable\28\29 -4600:SkSL::BinaryExpression::Make\28SkSL::Context\20const&\2c\20SkSL::Position\2c\20std::__2::unique_ptr>\2c\20SkSL::Operator\2c\20std::__2::unique_ptr>\2c\20SkSL::Type\20const*\29 -4601:SkSL::Analysis::IsDynamicallyUniformExpression\28SkSL::Expression\20const&\29 -4602:SkSL::Analysis::IsConstantExpression\28SkSL::Expression\20const&\29 -4603:SkSL::Analysis::IsAssignable\28SkSL::Expression&\2c\20SkSL::Analysis::AssignmentInfo*\2c\20SkSL::ErrorReporter*\29 -4604:SkSL::Analysis::GetLoopUnrollInfo\28SkSL::Context\20const&\2c\20SkSL::Position\2c\20SkSL::ForLoopPositions\20const&\2c\20SkSL::Statement\20const*\2c\20std::__2::unique_ptr>*\2c\20SkSL::Expression\20const*\2c\20SkSL::Statement\20const*\2c\20SkSL::ErrorReporter*\29 -4605:SkSL::Analysis::GetLoopControlFlowInfo\28SkSL::Statement\20const&\29 -4606:SkSL::Analysis::CheckProgramStructure\28SkSL::Program\20const&\29::ProgramStructureVisitor::visitProgramElement\28SkSL::ProgramElement\20const&\29 -4607:SkSL::AliasType::numberKind\28\29\20const -4608:SkSL::AliasType::isOrContainsBool\28\29\20const -4609:SkSL::AliasType::isOrContainsAtomic\28\29\20const -4610:SkSL::AliasType::isAllowedInES2\28\29\20const -4611:SkRuntimeShader::~SkRuntimeShader\28\29 -4612:SkRuntimeEffectPriv::WriteChildEffects\28SkWriteBuffer&\2c\20SkSpan\29 -4613:SkRuntimeEffectPriv::TransformUniforms\28SkSpan\2c\20sk_sp\2c\20SkColorSpaceXformSteps\20const&\29 -4614:SkRuntimeEffect::~SkRuntimeEffect\28\29 -4615:SkRuntimeEffect::makeShader\28sk_sp\2c\20sk_sp*\2c\20unsigned\20long\2c\20SkMatrix\20const*\29\20const -4616:SkRuntimeEffect::makeColorFilter\28sk_sp\2c\20SkSpan\29\20const -4617:SkRuntimeEffect::TracedShader*\20emscripten::internal::raw_constructor\28\29 -4618:SkRuntimeEffect::MakeInternal\28std::__2::unique_ptr>\2c\20SkRuntimeEffect::Options\20const&\2c\20SkSL::ProgramKind\29 -4619:SkRuntimeEffect::ChildPtr&\20skia_private::TArray::emplace_back&>\28sk_sp&\29 -4620:SkRuntimeBlender::flatten\28SkWriteBuffer&\29\20const -4621:SkRgnBuilder::~SkRgnBuilder\28\29 -4622:SkResourceCache::visitAll\28void\20\28*\29\28SkResourceCache::Rec\20const&\2c\20void*\29\2c\20void*\29 -4623:SkResourceCache::setTotalByteLimit\28unsigned\20long\29 -4624:SkResourceCache::setSingleAllocationByteLimit\28unsigned\20long\29 -4625:SkResourceCache::newCachedData\28unsigned\20long\29 -4626:SkResourceCache::getEffectiveSingleAllocationByteLimit\28\29\20const -4627:SkResourceCache::find\28SkResourceCache::Key\20const&\2c\20bool\20\28*\29\28SkResourceCache::Rec\20const&\2c\20void*\29\2c\20void*\29 -4628:SkResourceCache::dump\28\29\20const -4629:SkResourceCache::add\28SkResourceCache::Rec*\2c\20void*\29 -4630:SkResourceCache::PostPurgeSharedID\28unsigned\20long\20long\29 -4631:SkResourceCache::GetDiscardableFactory\28\29 -4632:SkRescaleAndReadPixels\28SkBitmap\2c\20SkImageInfo\20const&\2c\20SkIRect\20const&\2c\20SkImage::RescaleGamma\2c\20SkImage::RescaleMode\2c\20void\20\28*\29\28void*\2c\20std::__2::unique_ptr>\29\2c\20void*\29 -4633:SkRegion::Spanerator::Spanerator\28SkRegion\20const&\2c\20int\2c\20int\2c\20int\29 -4634:SkRegion::Oper\28SkRegion\20const&\2c\20SkRegion\20const&\2c\20SkRegion::Op\2c\20SkRegion*\29 -4635:SkRefCntSet::~SkRefCntSet\28\29 -4636:SkRefCntBase::internal_dispose\28\29\20const -4637:SkReduceOrder::reduce\28SkDQuad\20const&\29 -4638:SkReduceOrder::Conic\28SkConic\20const&\2c\20SkPoint*\29 -4639:SkRectClipBlitter::requestRowsPreserved\28\29\20const -4640:SkRectClipBlitter::allocBlitMemory\28unsigned\20long\29 -4641:SkRect::intersect\28SkRect\20const&\2c\20SkRect\20const&\29 -4642:SkRecords::TypedMatrix::TypedMatrix\28SkMatrix\20const&\29 -4643:SkRecordOptimize\28SkRecord*\29 -4644:SkRecordFillBounds\28SkRect\20const&\2c\20SkRecord\20const&\2c\20SkRect*\2c\20SkBBoxHierarchy::Metadata*\29 -4645:SkRecordCanvas::baseRecorder\28\29\20const -4646:SkRecord::bytesUsed\28\29\20const -4647:SkReadPixelsRec::trim\28int\2c\20int\29 -4648:SkReadBuffer::setDeserialProcs\28SkDeserialProcs\20const&\29 -4649:SkReadBuffer::readString\28unsigned\20long*\29 -4650:SkReadBuffer::readRegion\28SkRegion*\29 -4651:SkReadBuffer::readRect\28\29 -4652:SkReadBuffer::readPoint3\28SkPoint3*\29 -4653:SkReadBuffer::readPad32\28void*\2c\20unsigned\20long\29 -4654:SkReadBuffer::readArray\28void*\2c\20unsigned\20long\2c\20unsigned\20long\29 -4655:SkRasterPipelineBlitter::Create\28SkPixmap\20const&\2c\20SkPaint\20const&\2c\20SkRGBA4f<\28SkAlphaType\293>\20const&\2c\20SkArenaAlloc*\2c\20SkRasterPipeline\20const&\2c\20bool\2c\20bool\2c\20SkShader\20const*\29 -4656:SkRasterPipeline::tailPointer\28\29 -4657:SkRasterPipeline::appendSetRGB\28SkArenaAlloc*\2c\20float\20const*\29 -4658:SkRasterPipeline::addMemoryContext\28SkRasterPipelineContexts::MemoryCtx*\2c\20int\2c\20bool\2c\20bool\29 -4659:SkRTreeFactory::operator\28\29\28\29\20const -4660:SkRTree::search\28SkRTree::Node*\2c\20SkRect\20const&\2c\20std::__2::vector>*\29\20const -4661:SkRTree::bulkLoad\28std::__2::vector>*\2c\20int\29 -4662:SkRTree::allocateNodeAtLevel\28unsigned\20short\29 -4663:SkRRectPriv::AllCornersCircular\28SkRRect\20const&\2c\20float\29 -4664:SkRRect::isValid\28\29\20const -4665:SkRRect::computeType\28\29 -4666:SkRGBA4f<\28SkAlphaType\292>\20skgpu::Swizzle::applyTo<\28SkAlphaType\292>\28SkRGBA4f<\28SkAlphaType\292>\29\20const -4667:SkRBuffer::skipToAlign4\28\29 -4668:SkQuads::EvalAt\28double\2c\20double\2c\20double\2c\20double\29 -4669:SkQuadraticEdge::nextSegment\28\29 -4670:SkPtrSet::reset\28\29 -4671:SkPtrSet::copyToArray\28void**\29\20const -4672:SkPtrSet::add\28void*\29 -4673:SkPoint::Normalize\28SkPoint*\29 -4674:SkPngEncoder::Encode\28GrDirectContext*\2c\20SkImage\20const*\2c\20SkPngEncoder::Options\20const&\29 -4675:SkPngDecoder::Decode\28std::__2::unique_ptr>\2c\20SkCodec::Result*\2c\20void*\29 -4676:SkPngCodecBase::initializeXformParams\28\29 -4677:SkPngCodecBase::initializeSwizzler\28SkImageInfo\20const&\2c\20SkCodec::Options\20const&\2c\20bool\2c\20int\29 -4678:SkPngCodecBase::SkPngCodecBase\28SkEncodedInfo&&\2c\20std::__2::unique_ptr>\2c\20SkEncodedOrigin\29 -4679:SkPngCodec::initializeXforms\28SkImageInfo\20const&\2c\20SkCodec::Options\20const&\29 -4680:SkPixmapUtils::Orient\28SkPixmap\20const&\2c\20SkPixmap\20const&\2c\20SkEncodedOrigin\29 -4681:SkPixmap::erase\28unsigned\20int\2c\20SkIRect\20const&\29\20const -4682:SkPixmap::erase\28SkRGBA4f<\28SkAlphaType\293>\20const&\2c\20SkIRect\20const*\29\20const -4683:SkPixelRef::getGenerationID\28\29\20const -4684:SkPixelRef::addGenIDChangeListener\28sk_sp\29 -4685:SkPixelRef::SkPixelRef\28int\2c\20int\2c\20void*\2c\20unsigned\20long\29 -4686:SkPictureShader::CachedImageInfo::makeImage\28sk_sp\2c\20SkPicture\20const*\29\20const -4687:SkPictureShader::CachedImageInfo::Make\28SkRect\20const&\2c\20SkMatrix\20const&\2c\20SkColorType\2c\20SkColorSpace*\2c\20int\2c\20SkSurfaceProps\20const&\29 -4688:SkPictureRecord::endRecording\28\29 -4689:SkPictureRecord::beginRecording\28\29 -4690:SkPicturePriv::Flatten\28sk_sp\2c\20SkWriteBuffer&\29 -4691:SkPicturePlayback::draw\28SkCanvas*\2c\20SkPicture::AbortCallback*\2c\20SkReadBuffer*\29 -4692:SkPictureData::parseBufferTag\28SkReadBuffer&\2c\20unsigned\20int\2c\20unsigned\20int\29 -4693:SkPictureData::getPicture\28SkReadBuffer*\29\20const -4694:SkPictureData::getDrawable\28SkReadBuffer*\29\20const -4695:SkPictureData::flatten\28SkWriteBuffer&\29\20const -4696:SkPictureData::flattenToBuffer\28SkWriteBuffer&\2c\20bool\29\20const -4697:SkPictureData::SkPictureData\28SkPictureRecord\20const&\2c\20SkPictInfo\20const&\29 -4698:SkPicture::backport\28\29\20const -4699:SkPicture::SkPicture\28\29 -4700:SkPicture::MakeFromStreamPriv\28SkStream*\2c\20SkDeserialProcs\20const*\2c\20SkTypefacePlayback*\2c\20int\29 -4701:SkPerlinNoiseShader::type\28\29\20const -4702:SkPerlinNoiseShader::getPaintingData\28\29\20const -4703:SkPathWriter::assemble\28\29 -4704:SkPathWriter::SkPathWriter\28SkPath&\29 -4705:SkPathRef::resetToSize\28int\2c\20int\2c\20int\2c\20int\2c\20int\2c\20int\29 -4706:SkPathRef::SkPathRef\28SkSpan\2c\20SkSpan\2c\20SkSpan\2c\20unsigned\20int\29 -4707:SkPathPriv::PerspectiveClip\28SkPath\20const&\2c\20SkMatrix\20const&\2c\20SkPath*\29 -4708:SkPathPriv::IsNestedFillRects\28SkPath\20const&\2c\20SkRect*\2c\20SkPathDirection*\29 -4709:SkPathPriv::CreateDrawArcPath\28SkPath*\2c\20SkArc\20const&\2c\20bool\29 -4710:SkPathEffectBase::PointData::~PointData\28\29 -4711:SkPathEffect::filterPath\28SkPath*\2c\20SkPath\20const&\2c\20SkStrokeRec*\2c\20SkRect\20const*\29\20const -4712:SkPathBuilder::setLastPt\28float\2c\20float\29 -4713:SkPathBuilder::privateReversePathTo\28SkPath\20const&\29 -4714:SkPathBuilder::privateReverseAddPath\28SkPath\20const&\29 -4715:SkPathBuilder::operator=\28SkPath\20const&\29 -4716:SkPathBuilder::computeBounds\28\29\20const -4717:SkPathBuilder::addRRect\28SkRRect\20const&\2c\20SkPathDirection\2c\20unsigned\20int\29 -4718:SkPathBuilder::addPath\28SkPath\20const&\2c\20float\2c\20float\2c\20SkPath::AddPathMode\29 -4719:SkPath::writeToMemoryAsRRect\28void*\29\20const -4720:SkPath::swap\28SkPath&\29 -4721:SkPath::readFromMemory\28void\20const*\2c\20unsigned\20long\29 -4722:SkPath::offset\28float\2c\20float\2c\20SkPath*\29\20const -4723:SkPath::isRRect\28SkRRect*\29\20const -4724:SkPath::isOval\28SkRect*\29\20const -4725:SkPath::conservativelyContainsRect\28SkRect\20const&\29\20const -4726:SkPath::computeConvexity\28\29\20const -4727:SkPath::addPoly\28SkSpan\2c\20bool\29 -4728:SkPath::addCircle\28float\2c\20float\2c\20float\2c\20SkPathDirection\29 -4729:SkPath2DPathEffect::Make\28SkMatrix\20const&\2c\20SkPath\20const&\29 -4730:SkParsePath::ToSVGString\28SkPath\20const&\2c\20SkParsePath::PathEncoding\29::$_0::operator\28\29\28char\2c\20SkPoint\20const*\2c\20unsigned\20long\29\20const -4731:SkParseEncodedOrigin\28void\20const*\2c\20unsigned\20long\2c\20SkEncodedOrigin*\29 -4732:SkPaintPriv::ShouldDither\28SkPaint\20const&\2c\20SkColorType\29 -4733:SkPaintPriv::Overwrites\28SkPaint\20const*\2c\20SkPaintPriv::ShaderOverrideOpacity\29 -4734:SkPaint::setStroke\28bool\29 -4735:SkPaint::reset\28\29 -4736:SkPaint::refColorFilter\28\29\20const -4737:SkOpSpanBase::merge\28SkOpSpan*\29 -4738:SkOpSpanBase::globalState\28\29\20const -4739:SkOpSpan::sortableTop\28SkOpContour*\29 -4740:SkOpSpan::release\28SkOpPtT\20const*\29 -4741:SkOpSpan::insertCoincidence\28SkOpSegment\20const*\2c\20bool\2c\20bool\29 -4742:SkOpSpan::init\28SkOpSegment*\2c\20SkOpSpan*\2c\20double\2c\20SkPoint\20const&\29 -4743:SkOpSegment::updateWindingReverse\28SkOpAngle\20const*\29 -4744:SkOpSegment::oppXor\28\29\20const -4745:SkOpSegment::moveMultiples\28\29 -4746:SkOpSegment::isXor\28\29\20const -4747:SkOpSegment::computeSum\28SkOpSpanBase*\2c\20SkOpSpanBase*\2c\20SkOpAngle::IncludeType\29 -4748:SkOpSegment::collapsed\28double\2c\20double\29\20const -4749:SkOpSegment::addExpanded\28double\2c\20SkOpSpanBase\20const*\2c\20bool*\29 -4750:SkOpSegment::activeAngle\28SkOpSpanBase*\2c\20SkOpSpanBase**\2c\20SkOpSpanBase**\2c\20bool*\29 -4751:SkOpSegment::UseInnerWinding\28int\2c\20int\29 -4752:SkOpPtT::ptAlreadySeen\28SkOpPtT\20const*\29\20const -4753:SkOpPtT::contains\28SkOpSegment\20const*\2c\20double\29\20const -4754:SkOpGlobalState::SkOpGlobalState\28SkOpContourHead*\2c\20SkArenaAlloc*\29 -4755:SkOpEdgeBuilder::preFetch\28\29 -4756:SkOpEdgeBuilder::init\28\29 -4757:SkOpEdgeBuilder::finish\28\29 -4758:SkOpContourBuilder::addConic\28SkPoint*\2c\20float\29 -4759:SkOpContour::addQuad\28SkPoint*\29 -4760:SkOpContour::addCubic\28SkPoint*\29 -4761:SkOpContour::addConic\28SkPoint*\2c\20float\29 -4762:SkOpCoincidence::release\28SkOpSegment\20const*\29 -4763:SkOpCoincidence::mark\28\29 -4764:SkOpCoincidence::markCollapsed\28SkCoincidentSpans*\2c\20SkOpPtT*\29 -4765:SkOpCoincidence::fixUp\28SkCoincidentSpans*\2c\20SkOpPtT*\2c\20SkOpPtT\20const*\29 -4766:SkOpCoincidence::contains\28SkCoincidentSpans\20const*\2c\20SkOpSegment\20const*\2c\20SkOpSegment\20const*\2c\20double\29\20const -4767:SkOpCoincidence::checkOverlap\28SkCoincidentSpans*\2c\20SkOpSegment\20const*\2c\20SkOpSegment\20const*\2c\20double\2c\20double\2c\20double\2c\20double\2c\20SkTDArray*\29\20const -4768:SkOpCoincidence::addOrOverlap\28SkOpSegment*\2c\20SkOpSegment*\2c\20double\2c\20double\2c\20double\2c\20double\2c\20bool*\29 -4769:SkOpAngle::tangentsDiverge\28SkOpAngle\20const*\2c\20double\29 -4770:SkOpAngle::setSpans\28\29 -4771:SkOpAngle::setSector\28\29 -4772:SkOpAngle::previous\28\29\20const -4773:SkOpAngle::midToSide\28SkOpAngle\20const*\2c\20bool*\29\20const -4774:SkOpAngle::loopCount\28\29\20const -4775:SkOpAngle::loopContains\28SkOpAngle\20const*\29\20const -4776:SkOpAngle::lastMarked\28\29\20const -4777:SkOpAngle::endToSide\28SkOpAngle\20const*\2c\20bool*\29\20const -4778:SkOpAngle::alignmentSameSide\28SkOpAngle\20const*\2c\20int*\29\20const -4779:SkOpAngle::after\28SkOpAngle*\29 -4780:SkOffsetSimplePolygon\28SkPoint\20const*\2c\20int\2c\20SkRect\20const&\2c\20float\2c\20SkTDArray*\2c\20SkTDArray*\29 -4781:SkNoDrawCanvas::onDrawEdgeAAImageSet2\28SkCanvas::ImageSetEntry\20const*\2c\20int\2c\20SkPoint\20const*\2c\20SkMatrix\20const*\2c\20SkSamplingOptions\20const&\2c\20SkPaint\20const*\2c\20SkCanvas::SrcRectConstraint\29 -4782:SkNoDrawCanvas::onDrawArc\28SkRect\20const&\2c\20float\2c\20float\2c\20bool\2c\20SkPaint\20const&\29 -4783:SkModifyPaintAndDstForDrawImageRect\28SkImage\20const*\2c\20SkSamplingOptions\20const&\2c\20SkRect\2c\20SkRect\2c\20bool\2c\20SkPaint*\29 -4784:SkMipmapBuilder::level\28int\29\20const -4785:SkMipmap::countLevels\28\29\20const -4786:SkMessageBus::Inbox::~Inbox\28\29 -4787:SkMeshSpecification::Varying*\20std::__2::vector>::__push_back_slow_path\28SkMeshSpecification::Varying&&\29 -4788:SkMeshSpecification::Attribute*\20std::__2::vector>::__push_back_slow_path\28SkMeshSpecification::Attribute&&\29 -4789:SkMeshPriv::CpuBuffer::~CpuBuffer\28\29_2623 -4790:SkMeshPriv::CpuBuffer::~CpuBuffer\28\29 -4791:SkMeshPriv::CpuBuffer::size\28\29\20const -4792:SkMeshPriv::CpuBuffer::peek\28\29\20const -4793:SkMeshPriv::CpuBuffer::onUpdate\28GrDirectContext*\2c\20void\20const*\2c\20unsigned\20long\2c\20unsigned\20long\29 -4794:SkMatrixPriv::MapPointsWithStride\28SkMatrix\20const&\2c\20SkPoint*\2c\20unsigned\20long\2c\20int\29 -4795:SkMatrix::setRotate\28float\2c\20float\2c\20float\29 -4796:SkMatrix::mapPoint\28SkPoint\29\20const -4797:SkMatrix::isFinite\28\29\20const -4798:SkMaskSwizzler::swizzle\28void*\2c\20unsigned\20char\20const*\29 -4799:SkMask::computeTotalImageSize\28\29\20const -4800:SkMakeResourceCacheSharedIDForBitmap\28unsigned\20int\29 -4801:SkMD5::finish\28\29 -4802:SkMD5::SkMD5\28\29 -4803:SkMD5::Digest::toHexString\28\29\20const -4804:SkM44::preScale\28float\2c\20float\29 -4805:SkM44::postTranslate\28float\2c\20float\2c\20float\29 -4806:SkM44::RectToRect\28SkRect\20const&\2c\20SkRect\20const&\29 -4807:SkLinearColorSpaceLuminance::toLuma\28float\2c\20float\29\20const -4808:SkLineParameters::cubicEndPoints\28SkDCubic\20const&\29 -4809:SkLatticeIter::SkLatticeIter\28SkCanvas::Lattice\20const&\2c\20SkRect\20const&\29 -4810:SkLRUCache>\2c\20GrGLGpu::ProgramCache::DescHash\2c\20SkNoOpPurge>::~SkLRUCache\28\29 -4811:SkLRUCache>\2c\20GrGLGpu::ProgramCache::DescHash\2c\20SkNoOpPurge>::reset\28\29 -4812:SkLRUCache>\2c\20GrGLGpu::ProgramCache::DescHash\2c\20SkNoOpPurge>::insert\28GrProgramDesc\20const&\2c\20std::__2::unique_ptr>\29 -4813:SkKnownRuntimeEffects::\28anonymous\20namespace\29::make_matrix_conv_shader\28SkKnownRuntimeEffects::\28anonymous\20namespace\29::MatrixConvolutionImpl\2c\20SkKnownRuntimeEffects::StableKey\29::$_0::operator\28\29\28int\2c\20SkRuntimeEffect::Options\20const&\29\20const -4814:SkKnownRuntimeEffects::IsSkiaKnownRuntimeEffect\28int\29 -4815:SkJpegMetadataDecoderImpl::SkJpegMetadataDecoderImpl\28std::__2::vector>\29 -4816:SkJpegDecoder::IsJpeg\28void\20const*\2c\20unsigned\20long\29 -4817:SkJpegCodec::readRows\28SkImageInfo\20const&\2c\20void*\2c\20unsigned\20long\2c\20int\2c\20SkCodec::Options\20const&\2c\20int*\29 -4818:SkJpegCodec::initializeSwizzler\28SkImageInfo\20const&\2c\20SkCodec::Options\20const&\2c\20bool\29 -4819:SkJSONWriter::appendString\28char\20const*\2c\20unsigned\20long\29 -4820:SkIsSimplePolygon\28SkPoint\20const*\2c\20int\29 -4821:SkInvert3x3Matrix\28float\20const*\2c\20float*\29 -4822:SkInvert2x2Matrix\28float\20const*\2c\20float*\29 -4823:SkIntersections::vertical\28SkDQuad\20const&\2c\20double\2c\20double\2c\20double\2c\20bool\29 -4824:SkIntersections::vertical\28SkDLine\20const&\2c\20double\2c\20double\2c\20double\2c\20bool\29 -4825:SkIntersections::vertical\28SkDCubic\20const&\2c\20double\2c\20double\2c\20double\2c\20bool\29 -4826:SkIntersections::vertical\28SkDConic\20const&\2c\20double\2c\20double\2c\20double\2c\20bool\29 -4827:SkIntersections::mostOutside\28double\2c\20double\2c\20SkDPoint\20const&\29\20const -4828:SkIntersections::intersect\28SkDQuad\20const&\2c\20SkDLine\20const&\29 -4829:SkIntersections::intersect\28SkDCubic\20const&\2c\20SkDQuad\20const&\29 -4830:SkIntersections::intersect\28SkDCubic\20const&\2c\20SkDLine\20const&\29 -4831:SkIntersections::intersect\28SkDCubic\20const&\2c\20SkDConic\20const&\29 -4832:SkIntersections::intersect\28SkDConic\20const&\2c\20SkDQuad\20const&\29 -4833:SkIntersections::intersect\28SkDConic\20const&\2c\20SkDLine\20const&\29 -4834:SkIntersections::insertCoincident\28double\2c\20double\2c\20SkDPoint\20const&\29 -4835:SkIntersections::horizontal\28SkDQuad\20const&\2c\20double\2c\20double\2c\20double\2c\20bool\29 -4836:SkIntersections::horizontal\28SkDLine\20const&\2c\20double\2c\20double\2c\20double\2c\20bool\29 -4837:SkIntersections::horizontal\28SkDCubic\20const&\2c\20double\2c\20double\2c\20double\2c\20bool\29 -4838:SkIntersections::horizontal\28SkDConic\20const&\2c\20double\2c\20double\2c\20double\2c\20bool\29 -4839:SkImages::RasterFromPixmap\28SkPixmap\20const&\2c\20void\20\28*\29\28void\20const*\2c\20void*\29\2c\20void*\29 -4840:SkImages::RasterFromData\28SkImageInfo\20const&\2c\20sk_sp\2c\20unsigned\20long\29 -4841:SkImages::DeferredFromGenerator\28std::__2::unique_ptr>\29 -4842:SkImage_Raster::onPeekBitmap\28\29\20const -4843:SkImage_Lazy::~SkImage_Lazy\28\29_4748 -4844:SkImage_Lazy::onMakeSurface\28SkRecorder*\2c\20SkImageInfo\20const&\29\20const -4845:SkImage_Lazy::onMakeColorTypeAndColorSpace\28SkColorType\2c\20sk_sp\2c\20GrDirectContext*\29\20const -4846:SkImage_GaneshBase::onMakeSubset\28SkRecorder*\2c\20SkIRect\20const&\2c\20SkImage::RequiredProperties\29\20const -4847:SkImage_GaneshBase::makeColorTypeAndColorSpace\28SkRecorder*\2c\20SkColorType\2c\20sk_sp\2c\20SkImage::RequiredProperties\29\20const -4848:SkImage_Base::onAsyncRescaleAndReadPixelsYUV420\28SkYUVColorSpace\2c\20bool\2c\20sk_sp\2c\20SkIRect\2c\20SkISize\2c\20SkImage::RescaleGamma\2c\20SkImage::RescaleMode\2c\20void\20\28*\29\28void*\2c\20std::__2::unique_ptr>\29\2c\20void*\29\20const -4849:SkImage_Base::onAsLegacyBitmap\28GrDirectContext*\2c\20SkBitmap*\29\20const -4850:SkImageShader::appendStages\28SkStageRec\20const&\2c\20SkShaders::MatrixRec\20const&\29\20const::$_1::operator\28\29\28\28anonymous\20namespace\29::MipLevelHelper\20const*\29\20const -4851:SkImageInfo::validRowBytes\28unsigned\20long\29\20const -4852:SkImageInfo::MakeN32Premul\28int\2c\20int\29 -4853:SkImageGenerator::~SkImageGenerator\28\29_904 -4854:SkImageFilters::ColorFilter\28sk_sp\2c\20sk_sp\2c\20SkImageFilters::CropRect\20const&\29 -4855:SkImageFilter_Base::getCTMCapability\28\29\20const -4856:SkImageFilterCache::Get\28SkImageFilterCache::CreateIfNecessary\29 -4857:SkImageFilter::computeFastBounds\28SkRect\20const&\29\20const -4858:SkImage::withMipmaps\28sk_sp\29\20const -4859:SkIcoDecoder::IsIco\28void\20const*\2c\20unsigned\20long\29 -4860:SkIcoCodec::MakeFromStream\28std::__2::unique_ptr>\2c\20SkCodec::Result*\29 -4861:SkGradientBaseShader::~SkGradientBaseShader\28\29 -4862:SkGradientBaseShader::AppendGradientFillStages\28SkRasterPipeline*\2c\20SkArenaAlloc*\2c\20SkRGBA4f<\28SkAlphaType\292>\20const*\2c\20float\20const*\2c\20int\29 -4863:SkGlyph::setImage\28SkArenaAlloc*\2c\20SkScalerContext*\29 -4864:SkGlyph::setDrawable\28SkArenaAlloc*\2c\20SkScalerContext*\29 -4865:SkGlyph::mask\28SkPoint\29\20const -4866:SkGifDecoder::MakeFromStream\28std::__2::unique_ptr>\2c\20SkCodec::SelectionPolicy\2c\20SkCodec::Result*\29 -4867:SkGifDecoder::IsGif\28void\20const*\2c\20unsigned\20long\29 -4868:SkGenerateDistanceFieldFromA8Image\28unsigned\20char*\2c\20unsigned\20char\20const*\2c\20int\2c\20int\2c\20unsigned\20long\29 -4869:SkGaussFilter::SkGaussFilter\28double\29 -4870:SkFrameHolder::setAlphaAndRequiredFrame\28SkFrame*\29 -4871:SkFrame::fillIn\28SkCodec::FrameInfo*\2c\20bool\29\20const -4872:SkFontStyleSet_Custom::appendTypeface\28sk_sp\29 -4873:SkFontStyleSet_Custom::SkFontStyleSet_Custom\28SkString\29 -4874:SkFontScanner_FreeType::scanInstance\28SkStreamAsset*\2c\20int\2c\20int\2c\20SkString*\2c\20SkFontStyle*\2c\20bool*\2c\20skia_private::STArray<4\2c\20SkFontParameters::Variation::Axis\2c\20true>*\2c\20skia_private::STArray<4\2c\20SkFontArguments::VariationPosition::Coordinate\2c\20true>*\29\20const -4875:SkFontScanner_FreeType::computeAxisValues\28skia_private::STArray<4\2c\20SkFontParameters::Variation::Axis\2c\20true>\20const&\2c\20SkFontArguments::VariationPosition\2c\20SkFontArguments::VariationPosition\2c\20int*\2c\20SkString\20const&\2c\20SkFontStyle*\29 -4876:SkFontPriv::GetFontBounds\28SkFont\20const&\29 -4877:SkFontMgr_Custom::onMakeFromStreamArgs\28std::__2::unique_ptr>\2c\20SkFontArguments\20const&\29\20const -4878:SkFontMgr::matchFamilyStyle\28char\20const*\2c\20SkFontStyle\20const&\29\20const -4879:SkFontMgr::makeFromStream\28std::__2::unique_ptr>\2c\20int\29\20const -4880:SkFontMgr::makeFromStream\28std::__2::unique_ptr>\2c\20SkFontArguments\20const&\29\20const -4881:SkFontMgr::legacyMakeTypeface\28char\20const*\2c\20SkFontStyle\29\20const -4882:SkFontDescriptor::SkFontStyleWidthForWidthAxisValue\28float\29 -4883:SkFontDescriptor::SkFontDescriptor\28\29 -4884:SkFont::setupForAsPaths\28SkPaint*\29 -4885:SkFont::setSkewX\28float\29 -4886:SkFont::setLinearMetrics\28bool\29 -4887:SkFont::setEmbolden\28bool\29 -4888:SkFont::operator==\28SkFont\20const&\29\20const -4889:SkFont::getPaths\28SkSpan\2c\20void\20\28*\29\28SkPath\20const*\2c\20SkMatrix\20const&\2c\20void*\29\2c\20void*\29\20const -4890:SkFlattenable::RegisterFlattenablesIfNeeded\28\29 -4891:SkFlattenable::PrivateInitializer::InitEffects\28\29 -4892:SkFlattenable::NameToFactory\28char\20const*\29 -4893:SkFlattenable::FactoryToName\28sk_sp\20\28*\29\28SkReadBuffer&\29\29 -4894:SkFindQuadExtrema\28float\2c\20float\2c\20float\2c\20float*\29 -4895:SkFindCubicExtrema\28float\2c\20float\2c\20float\2c\20float\2c\20float*\29 -4896:SkFactorySet::~SkFactorySet\28\29 -4897:SkEdgeClipper::clipQuad\28SkPoint\20const*\2c\20SkRect\20const&\29 -4898:SkEdgeClipper::ClipPath\28SkPath\20const&\2c\20SkRect\20const&\2c\20bool\2c\20void\20\28*\29\28SkEdgeClipper*\2c\20bool\2c\20void*\29\2c\20void*\29 -4899:SkEdgeBuilder::buildEdges\28SkPath\20const&\2c\20SkIRect\20const*\29 -4900:SkDynamicMemoryWStream::bytesWritten\28\29\20const -4901:SkDrawableList::newDrawableSnapshot\28\29 -4902:SkDrawShadowMetrics::GetSpotShadowTransform\28SkPoint3\20const&\2c\20float\2c\20SkMatrix\20const&\2c\20SkPoint3\20const&\2c\20SkRect\20const&\2c\20bool\2c\20SkMatrix*\2c\20float*\29 -4903:SkDrawShadowMetrics::GetLocalBounds\28SkPath\20const&\2c\20SkDrawShadowRec\20const&\2c\20SkMatrix\20const&\2c\20SkRect*\29 -4904:SkDrawBase::drawRRectNinePatch\28SkRRect\20const&\2c\20SkPaint\20const&\29\20const -4905:SkDrawBase::drawPaint\28SkPaint\20const&\29\20const -4906:SkDrawBase::DrawToMask\28SkPath\20const&\2c\20SkIRect\20const&\2c\20SkMaskFilter\20const*\2c\20SkMatrix\20const*\2c\20SkMaskBuilder*\2c\20SkMaskBuilder::CreateMode\2c\20SkStrokeRec::InitStyle\29 -4907:SkDraw::drawSprite\28SkBitmap\20const&\2c\20int\2c\20int\2c\20SkPaint\20const&\29\20const -4908:SkDraw::drawDevMask\28SkMask\20const&\2c\20SkPaint\20const&\2c\20SkMatrix\20const*\29\20const -4909:SkDiscretePathEffectImpl::flatten\28SkWriteBuffer&\29\20const -4910:SkDiscretePathEffect::Make\28float\2c\20float\2c\20unsigned\20int\29 -4911:SkDevice::getRelativeTransform\28SkDevice\20const&\29\20const -4912:SkDevice::drawShadow\28SkCanvas*\2c\20SkPath\20const&\2c\20SkDrawShadowRec\20const&\29 -4913:SkDevice::drawDrawable\28SkCanvas*\2c\20SkDrawable*\2c\20SkMatrix\20const*\29 -4914:SkDevice::drawDevice\28SkDevice*\2c\20SkSamplingOptions\20const&\2c\20SkPaint\20const&\29 -4915:SkDevice::drawArc\28SkArc\20const&\2c\20SkPaint\20const&\29 -4916:SkDescriptor::addEntry\28unsigned\20int\2c\20unsigned\20long\2c\20void\20const*\29 -4917:SkDeque::Iter::next\28\29 -4918:SkDeque::Iter::Iter\28SkDeque\20const&\2c\20SkDeque::Iter::IterStart\29 -4919:SkData::shareSubset\28unsigned\20long\2c\20unsigned\20long\29 -4920:SkDashPath::InternalFilter\28SkPathBuilder*\2c\20SkPath\20const&\2c\20SkStrokeRec*\2c\20SkRect\20const*\2c\20SkSpan\2c\20float\2c\20int\2c\20float\2c\20float\2c\20SkDashPath::StrokeRecApplication\29 -4921:SkDashPath::CalcDashParameters\28float\2c\20SkSpan\2c\20float*\2c\20unsigned\20long*\2c\20float*\2c\20float*\29 -4922:SkDRect::setBounds\28SkDQuad\20const&\2c\20SkDQuad\20const&\2c\20double\2c\20double\29 -4923:SkDRect::setBounds\28SkDCubic\20const&\2c\20SkDCubic\20const&\2c\20double\2c\20double\29 -4924:SkDRect::setBounds\28SkDConic\20const&\2c\20SkDConic\20const&\2c\20double\2c\20double\29 -4925:SkDQuad::subDivide\28double\2c\20double\29\20const -4926:SkDQuad::monotonicInY\28\29\20const -4927:SkDQuad::isLinear\28int\2c\20int\29\20const -4928:SkDQuad::hullIntersects\28SkDQuad\20const&\2c\20bool*\29\20const -4929:SkDPoint::approximatelyDEqual\28SkDPoint\20const&\29\20const -4930:SkDCurveSweep::setCurveHullSweep\28SkPath::Verb\29 -4931:SkDCurve::nearPoint\28SkPath::Verb\2c\20SkDPoint\20const&\2c\20SkDPoint\20const&\29\20const -4932:SkDCubic::monotonicInX\28\29\20const -4933:SkDCubic::hullIntersects\28SkDQuad\20const&\2c\20bool*\29\20const -4934:SkDCubic::hullIntersects\28SkDPoint\20const*\2c\20int\2c\20bool*\29\20const -4935:SkDConic::subDivide\28double\2c\20double\29\20const -4936:SkCubics::RootsReal\28double\2c\20double\2c\20double\2c\20double\2c\20double*\29 -4937:SkCubicEdge::nextSegment\28\29 -4938:SkCubicClipper::ChopMonoAtY\28SkPoint\20const*\2c\20float\2c\20float*\29 -4939:SkCreateRasterPipelineBlitter\28SkPixmap\20const&\2c\20SkPaint\20const&\2c\20SkRasterPipeline\20const&\2c\20bool\2c\20SkArenaAlloc*\2c\20sk_sp\29 -4940:SkCreateRasterPipelineBlitter\28SkPixmap\20const&\2c\20SkPaint\20const&\2c\20SkMatrix\20const&\2c\20SkArenaAlloc*\2c\20sk_sp\2c\20SkSurfaceProps\20const&\29 -4941:SkCopyStreamToData\28SkStream*\29 -4942:SkContourMeasureIter::~SkContourMeasureIter\28\29 -4943:SkContourMeasureIter::SkContourMeasureIter\28SkPath\20const&\2c\20bool\2c\20float\29 -4944:SkContourMeasure::length\28\29\20const -4945:SkContourMeasure::getSegment\28float\2c\20float\2c\20SkPathBuilder*\2c\20bool\29\20const -4946:SkConic::BuildUnitArc\28SkPoint\20const&\2c\20SkPoint\20const&\2c\20SkRotationDirection\2c\20SkMatrix\20const*\2c\20SkConic*\29 -4947:SkComputeRadialSteps\28SkPoint\20const&\2c\20SkPoint\20const&\2c\20float\2c\20float*\2c\20float*\2c\20int*\29 -4948:SkCompressedDataSize\28SkTextureCompressionType\2c\20SkISize\2c\20skia_private::TArray*\2c\20bool\29 -4949:SkColorTypeValidateAlphaType\28SkColorType\2c\20SkAlphaType\2c\20SkAlphaType*\29 -4950:SkColorToPMColor4f\28unsigned\20int\2c\20GrColorInfo\20const&\29 -4951:SkColorSpaceLuminance::Fetch\28float\29 -4952:SkColorSpace::toProfile\28skcms_ICCProfile*\29\20const -4953:SkColorSpace::makeLinearGamma\28\29\20const -4954:SkColorSpace::isSRGB\28\29\20const -4955:SkColorSpace::Make\28skcms_ICCProfile\20const&\29 -4956:SkColorMatrix_RGB2YUV\28SkYUVColorSpace\2c\20float*\29 -4957:SkColorInfo::makeColorSpace\28sk_sp\29\20const -4958:SkColorFilterShader::Make\28sk_sp\2c\20float\2c\20sk_sp\29 -4959:SkColor4fXformer::SkColor4fXformer\28SkGradientBaseShader\20const*\2c\20SkColorSpace*\2c\20bool\29 -4960:SkCoincidentSpans::extend\28SkOpPtT\20const*\2c\20SkOpPtT\20const*\2c\20SkOpPtT\20const*\2c\20SkOpPtT\20const*\29 -4961:SkCodec::outputScanline\28int\29\20const -4962:SkCodec::onGetYUVAPlanes\28SkYUVAPixmaps\20const&\29 -4963:SkCodec::initializeColorXform\28SkImageInfo\20const&\2c\20SkEncodedInfo::Alpha\2c\20bool\29 -4964:SkChopQuadAtMaxCurvature\28SkPoint\20const*\2c\20SkPoint*\29 -4965:SkChopQuadAtHalf\28SkPoint\20const*\2c\20SkPoint*\29 -4966:SkChopMonoCubicAtX\28SkPoint\20const*\2c\20float\2c\20SkPoint*\29 -4967:SkChopCubicAtInflections\28SkPoint\20const*\2c\20SkPoint*\29 -4968:SkCharToGlyphCache::findGlyphIndex\28int\29\20const -4969:SkCanvasPriv::WriteLattice\28void*\2c\20SkCanvas::Lattice\20const&\29 -4970:SkCanvasPriv::ReadLattice\28SkReadBuffer&\2c\20SkCanvas::Lattice*\29 -4971:SkCanvasPriv::GetDstClipAndMatrixCounts\28SkCanvas::ImageSetEntry\20const*\2c\20int\2c\20int*\2c\20int*\29 -4972:SkCanvas::~SkCanvas\28\29 -4973:SkCanvas::skew\28float\2c\20float\29 -4974:SkCanvas::setMatrix\28SkMatrix\20const&\29 -4975:SkCanvas::peekPixels\28SkPixmap*\29 -4976:SkCanvas::only_axis_aligned_saveBehind\28SkRect\20const*\29 -4977:SkCanvas::getDeviceClipBounds\28\29\20const -4978:SkCanvas::experimental_DrawEdgeAAQuad\28SkRect\20const&\2c\20SkPoint\20const*\2c\20SkCanvas::QuadAAFlags\2c\20SkRGBA4f<\28SkAlphaType\293>\20const&\2c\20SkBlendMode\29 -4979:SkCanvas::drawVertices\28sk_sp\20const&\2c\20SkBlendMode\2c\20SkPaint\20const&\29 -4980:SkCanvas::drawSlug\28sktext::gpu::Slug\20const*\2c\20SkPaint\20const&\29 -4981:SkCanvas::drawRegion\28SkRegion\20const&\2c\20SkPaint\20const&\29 -4982:SkCanvas::drawLine\28float\2c\20float\2c\20float\2c\20float\2c\20SkPaint\20const&\29 -4983:SkCanvas::drawImageNine\28SkImage\20const*\2c\20SkIRect\20const&\2c\20SkRect\20const&\2c\20SkFilterMode\2c\20SkPaint\20const*\29 -4984:SkCanvas::drawAnnotation\28SkRect\20const&\2c\20char\20const*\2c\20SkData*\29 -4985:SkCanvas::didTranslate\28float\2c\20float\29 -4986:SkCanvas::clipShader\28sk_sp\2c\20SkClipOp\29 -4987:SkCanvas::clipRegion\28SkRegion\20const&\2c\20SkClipOp\29 -4988:SkCanvas::ImageSetEntry::ImageSetEntry\28\29 -4989:SkCachedData::SkCachedData\28void*\2c\20unsigned\20long\29 -4990:SkCachedData::SkCachedData\28unsigned\20long\2c\20SkDiscardableMemory*\29 -4991:SkCTMShader::isOpaque\28\29\20const -4992:SkBulkGlyphMetricsAndPaths::glyphs\28SkSpan\29 -4993:SkBmpStandardCodec::decodeIcoMask\28SkStream*\2c\20SkImageInfo\20const&\2c\20void*\2c\20unsigned\20long\29 -4994:SkBmpMaskCodec::onGetPixels\28SkImageInfo\20const&\2c\20void*\2c\20unsigned\20long\2c\20SkCodec::Options\20const&\2c\20int*\29 -4995:SkBmpDecoder::IsBmp\28void\20const*\2c\20unsigned\20long\29 -4996:SkBmpCodec::SkBmpCodec\28SkEncodedInfo&&\2c\20std::__2::unique_ptr>\2c\20unsigned\20short\2c\20SkCodec::SkScanlineOrder\29 -4997:SkBmpBaseCodec::SkBmpBaseCodec\28SkEncodedInfo&&\2c\20std::__2::unique_ptr>\2c\20unsigned\20short\2c\20SkCodec::SkScanlineOrder\29 -4998:SkBlurMask::ConvertRadiusToSigma\28float\29 -4999:SkBlurMask::ComputeBlurredScanline\28unsigned\20char*\2c\20unsigned\20char\20const*\2c\20unsigned\20int\2c\20float\29 -5000:SkBlurMask::BlurRect\28float\2c\20SkMaskBuilder*\2c\20SkRect\20const&\2c\20SkBlurStyle\2c\20SkIPoint*\2c\20SkMaskBuilder::CreateMode\29 -5001:SkBlitter::blitV\28int\2c\20int\2c\20int\2c\20unsigned\20char\29 -5002:SkBlitter::Choose\28SkPixmap\20const&\2c\20SkMatrix\20const&\2c\20SkPaint\20const&\2c\20SkArenaAlloc*\2c\20SkDrawCoverage\2c\20sk_sp\2c\20SkSurfaceProps\20const&\29 -5003:SkBlitter::ChooseSprite\28SkPixmap\20const&\2c\20SkPaint\20const&\2c\20SkPixmap\20const&\2c\20int\2c\20int\2c\20SkArenaAlloc*\2c\20sk_sp\29 -5004:SkBlenderBase::asBlendMode\28\29\20const -5005:SkBlenderBase::affectsTransparentBlack\28\29\20const -5006:SkBlendShader::~SkBlendShader\28\29_4854 -5007:SkBlendShader::~SkBlendShader\28\29 -5008:SkBitmapImageGetPixelRef\28SkImage\20const*\29 -5009:SkBitmapDevice::getRasterHandle\28\29\20const -5010:SkBitmapDevice::drawRect\28SkRect\20const&\2c\20SkPaint\20const&\29 -5011:SkBitmapDevice::drawPath\28SkPath\20const&\2c\20SkPaint\20const&\2c\20bool\29 -5012:SkBitmapCache::Rec::install\28SkBitmap*\29 -5013:SkBitmapCache::Rec::diagnostic_only_getDiscardable\28\29\20const -5014:SkBitmapCache::Find\28SkBitmapCacheDesc\20const&\2c\20SkBitmap*\29 -5015:SkBitmapCache::Alloc\28SkBitmapCacheDesc\20const&\2c\20SkImageInfo\20const&\2c\20SkPixmap*\29 -5016:SkBitmapCache::Add\28std::__2::unique_ptr\2c\20SkBitmap*\29 -5017:SkBitmap::setAlphaType\28SkAlphaType\29 -5018:SkBitmap::reset\28\29 -5019:SkBitmap::makeShader\28SkTileMode\2c\20SkTileMode\2c\20SkSamplingOptions\20const&\2c\20SkMatrix\20const&\29\20const -5020:SkBitmap::eraseColor\28unsigned\20int\29\20const -5021:SkBitmap::allocPixels\28SkImageInfo\20const&\2c\20unsigned\20long\29::$_0::operator\28\29\28\29\20const -5022:SkBitmap::HeapAllocator::allocPixelRef\28SkBitmap*\29 -5023:SkBinaryWriteBuffer::writeFlattenable\28SkFlattenable\20const*\29 -5024:SkBinaryWriteBuffer::writeColor4f\28SkRGBA4f<\28SkAlphaType\293>\20const&\29 -5025:SkBigPicture::SkBigPicture\28SkRect\20const&\2c\20sk_sp\2c\20std::__2::unique_ptr>\2c\20sk_sp\2c\20unsigned\20long\29 -5026:SkBezierQuad::IntersectWithHorizontalLine\28SkSpan\2c\20float\2c\20float*\29 -5027:SkBezierCubic::IntersectWithHorizontalLine\28SkSpan\2c\20float\2c\20float*\29 -5028:SkBasicEdgeBuilder::~SkBasicEdgeBuilder\28\29 -5029:SkBasicEdgeBuilder::recoverClip\28SkIRect\20const&\29\20const -5030:SkBaseShadowTessellator::finishPathPolygon\28\29 -5031:SkBaseShadowTessellator::computeConvexShadow\28float\2c\20float\2c\20bool\29 -5032:SkBaseShadowTessellator::computeConcaveShadow\28float\2c\20float\29 -5033:SkBaseShadowTessellator::clipUmbraPoint\28SkPoint\20const&\2c\20SkPoint\20const&\2c\20SkPoint*\29 -5034:SkBaseShadowTessellator::addInnerPoint\28SkPoint\20const&\2c\20unsigned\20int\2c\20SkTDArray\20const&\2c\20int*\29 -5035:SkBaseShadowTessellator::addEdge\28SkPoint\20const&\2c\20SkPoint\20const&\2c\20unsigned\20int\2c\20SkTDArray\20const&\2c\20bool\2c\20bool\29 -5036:SkBaseShadowTessellator::addArc\28SkPoint\20const&\2c\20float\2c\20bool\29 -5037:SkAutoCanvasMatrixPaint::~SkAutoCanvasMatrixPaint\28\29 -5038:SkAutoCanvasMatrixPaint::SkAutoCanvasMatrixPaint\28SkCanvas*\2c\20SkMatrix\20const*\2c\20SkPaint\20const*\2c\20SkRect\20const&\29 -5039:SkAndroidCodecAdapter::~SkAndroidCodecAdapter\28\29 -5040:SkAndroidCodec::~SkAndroidCodec\28\29 -5041:SkAndroidCodec::getAndroidPixels\28SkImageInfo\20const&\2c\20void*\2c\20unsigned\20long\2c\20SkAndroidCodec::AndroidOptions\20const*\29 -5042:SkAndroidCodec::SkAndroidCodec\28SkCodec*\29 -5043:SkAnalyticEdge::update\28int\29 -5044:SkAnalyticEdge::updateLine\28int\2c\20int\2c\20int\2c\20int\2c\20int\29 -5045:SkAnalyticEdge::setLine\28SkPoint\20const&\2c\20SkPoint\20const&\29 -5046:SkAAClip::operator=\28SkAAClip\20const&\29 -5047:SkAAClip::op\28SkIRect\20const&\2c\20SkClipOp\29 -5048:SkAAClip::Builder::flushRow\28bool\29 -5049:SkAAClip::Builder::finish\28SkAAClip*\29 -5050:SkAAClip::Builder::Blitter::~Blitter\28\29 -5051:SkAAClip::Builder::Blitter::blitAntiH\28int\2c\20int\2c\20unsigned\20char\20const*\2c\20short\20const*\29 -5052:Sk2DPathEffect::onFilterPath\28SkPathBuilder*\2c\20SkPath\20const&\2c\20SkStrokeRec*\2c\20SkRect\20const*\2c\20SkMatrix\20const&\29\20const -5053:Simplify\28SkPath\20const&\2c\20SkPath*\29 -5054:SimpleImageInfo*\20emscripten::internal::raw_constructor\28\29 -5055:SimpleFontStyle*\20emscripten::internal::MemberAccess::getWire\28SimpleFontStyle\20SimpleStrutStyle::*\20const&\2c\20SimpleStrutStyle&\29 -5056:Shift -5057:SharedGenerator::isTextureGenerator\28\29 -5058:RunBasedAdditiveBlitter::~RunBasedAdditiveBlitter\28\29_4146 -5059:RgnOper::addSpan\28int\2c\20int\20const*\2c\20int\20const*\29 -5060:ReadBase128 -5061:PorterDuffXferProcessor::onIsEqual\28GrXferProcessor\20const&\29\20const -5062:PathSegment::init\28\29 -5063:PathAddVerbsPointsWeights\28SkPath&\2c\20unsigned\20long\2c\20int\2c\20unsigned\20long\2c\20int\2c\20unsigned\20long\2c\20int\29 -5064:ParseSingleImage -5065:ParseHeadersInternal -5066:PS_Conv_ASCIIHexDecode -5067:Op\28SkPath\20const&\2c\20SkPath\20const&\2c\20SkPathOp\2c\20SkPath*\29 -5068:OpAsWinding::markReverse\28Contour*\2c\20Contour*\29 -5069:OpAsWinding::getDirection\28Contour&\29 -5070:OpAsWinding::checkContainerChildren\28Contour*\2c\20Contour*\29 -5071:OffsetEdge::computeCrossingDistance\28OffsetEdge\20const*\29 -5072:OT::sbix::accelerator_t::get_png_extents\28hb_font_t*\2c\20unsigned\20int\2c\20hb_glyph_extents_t*\2c\20bool\29\20const -5073:OT::sbix::accelerator_t::choose_strike\28hb_font_t*\29\20const -5074:OT::post_accelerator_t*\20hb_data_wrapper_t::call_create>\28\29\20const -5075:OT::hmtxvmtx::accelerator_t::get_advance_with_var_unscaled\28unsigned\20int\2c\20hb_font_t*\2c\20float*\29\20const -5076:OT::hmtx_accelerator_t*\20hb_data_wrapper_t::call_create>\28\29\20const -5077:OT::hb_ot_layout_lookup_accelerator_t*\20OT::hb_ot_layout_lookup_accelerator_t::create\28OT::Layout::GPOS_impl::PosLookup\20const&\29 -5078:OT::hb_ot_apply_context_t::replace_glyph\28unsigned\20int\29 -5079:OT::hb_kern_machine_t::kern\28hb_font_t*\2c\20hb_buffer_t*\2c\20unsigned\20int\2c\20bool\29\20const -5080:OT::hb_accelerate_subtables_context_t::return_t\20OT::Context::dispatch\28OT::hb_accelerate_subtables_context_t*\29\20const -5081:OT::hb_accelerate_subtables_context_t::return_t\20OT::ChainContext::dispatch\28OT::hb_accelerate_subtables_context_t*\29\20const -5082:OT::glyf_accelerator_t::get_extents_at\28hb_font_t*\2c\20unsigned\20int\2c\20hb_glyph_extents_t*\2c\20hb_array_t\29\20const -5083:OT::glyf_accelerator_t::get_advance_with_var_unscaled\28hb_font_t*\2c\20unsigned\20int\2c\20bool\29\20const -5084:OT::cmap::accelerator_t::get_variation_glyph\28unsigned\20int\2c\20unsigned\20int\2c\20unsigned\20int*\2c\20hb_cache_t<21u\2c\2016u\2c\208u\2c\20true>*\29\20const -5085:OT::cff2_accelerator_t*\20hb_data_wrapper_t::call_create>\28\29\20const -5086:OT::cff2::accelerator_templ_t>::~accelerator_templ_t\28\29 -5087:OT::cff1::lookup_expert_subset_charset_for_sid\28unsigned\20int\29 -5088:OT::cff1::lookup_expert_charset_for_sid\28unsigned\20int\29 -5089:OT::cff1::accelerator_templ_t>::~accelerator_templ_t\28\29 -5090:OT::TupleVariationData>::decompile_points\28OT::IntType\20const*&\2c\20hb_vector_t&\2c\20OT::IntType\20const*\29 -5091:OT::SBIXStrike::get_glyph_blob\28unsigned\20int\2c\20hb_blob_t*\2c\20unsigned\20int\2c\20int*\2c\20int*\2c\20unsigned\20int\2c\20unsigned\20int*\29\20const -5092:OT::RuleSet::apply\28OT::hb_ot_apply_context_t*\2c\20OT::ContextApplyLookupContext\20const&\29\20const -5093:OT::RecordListOf::sanitize\28hb_sanitize_context_t*\29\20const -5094:OT::RecordListOf::sanitize\28hb_sanitize_context_t*\29\20const -5095:OT::PaintTranslate::paint_glyph\28OT::hb_paint_context_t*\2c\20unsigned\20int\29\20const -5096:OT::PaintSkewAroundCenter::paint_glyph\28OT::hb_paint_context_t*\2c\20unsigned\20int\29\20const -5097:OT::PaintSkew::paint_glyph\28OT::hb_paint_context_t*\2c\20unsigned\20int\29\20const -5098:OT::PaintScaleUniformAroundCenter::paint_glyph\28OT::hb_paint_context_t*\2c\20unsigned\20int\29\20const -5099:OT::PaintScaleUniform::paint_glyph\28OT::hb_paint_context_t*\2c\20unsigned\20int\29\20const -5100:OT::PaintScaleAroundCenter::paint_glyph\28OT::hb_paint_context_t*\2c\20unsigned\20int\29\20const -5101:OT::PaintScale::paint_glyph\28OT::hb_paint_context_t*\2c\20unsigned\20int\29\20const -5102:OT::PaintRotateAroundCenter::paint_glyph\28OT::hb_paint_context_t*\2c\20unsigned\20int\29\20const -5103:OT::PaintLinearGradient::sanitize\28hb_sanitize_context_t*\29\20const -5104:OT::PaintLinearGradient::sanitize\28hb_sanitize_context_t*\29\20const -5105:OT::OpenTypeFontFile::get_face\28unsigned\20int\2c\20unsigned\20int*\29\20const -5106:OT::Lookup::serialize\28hb_serialize_context_t*\2c\20unsigned\20int\2c\20unsigned\20int\2c\20unsigned\20int\29 -5107:OT::Layout::propagate_attachment_offsets\28hb_glyph_position_t*\2c\20unsigned\20int\2c\20unsigned\20int\2c\20hb_direction_t\2c\20unsigned\20int\29 -5108:OT::Layout::GSUB_impl::MultipleSubstFormat1_2::sanitize\28hb_sanitize_context_t*\29\20const -5109:OT::Layout::GSUB_impl::LigatureSet::apply\28OT::hb_ot_apply_context_t*\29\20const -5110:OT::Layout::GSUB_impl::Ligature::apply\28OT::hb_ot_apply_context_t*\29\20const -5111:OT::Layout::GSUB::get_lookup\28unsigned\20int\29\20const -5112:OT::Layout::GPOS_impl::reverse_cursive_minor_offset\28hb_glyph_position_t*\2c\20unsigned\20int\2c\20hb_direction_t\2c\20unsigned\20int\29 -5113:OT::Layout::GPOS_impl::PairPosFormat2_4::_apply\28OT::hb_ot_apply_context_t*\2c\20bool\29\20const -5114:OT::Layout::GPOS_impl::PairPosFormat1_3::_apply\28OT::hb_ot_apply_context_t*\2c\20bool\29\20const -5115:OT::Layout::GPOS_impl::MarkRecord::sanitize\28hb_sanitize_context_t*\2c\20void\20const*\29\20const -5116:OT::Layout::GPOS_impl::MarkBasePosFormat1_2::sanitize\28hb_sanitize_context_t*\29\20const -5117:OT::Layout::GPOS_impl::AnchorMatrix::sanitize\28hb_sanitize_context_t*\2c\20unsigned\20int\29\20const -5118:OT::IndexSubtableRecord::get_image_data\28unsigned\20int\2c\20void\20const*\2c\20unsigned\20int*\2c\20unsigned\20int*\2c\20unsigned\20int*\29\20const -5119:OT::GSUBGPOS::accelerator_t::get_accel\28unsigned\20int\29\20const -5120:OT::FeatureVariations::sanitize\28hb_sanitize_context_t*\29\20const -5121:OT::FeatureParams::sanitize\28hb_sanitize_context_t*\2c\20unsigned\20int\29\20const -5122:OT::Feature::sanitize\28hb_sanitize_context_t*\2c\20OT::Record_sanitize_closure_t\20const*\29\20const -5123:OT::ContextFormat3::sanitize\28hb_sanitize_context_t*\29\20const -5124:OT::ContextFormat2_5::sanitize\28hb_sanitize_context_t*\29\20const -5125:OT::ContextFormat2_5::_apply\28OT::hb_ot_apply_context_t*\2c\20bool\29\20const -5126:OT::ContextFormat1_4::sanitize\28hb_sanitize_context_t*\29\20const -5127:OT::ConditionAnd::sanitize\28hb_sanitize_context_t*\29\20const -5128:OT::ColorLine::static_get_extend\28hb_color_line_t*\2c\20void*\2c\20void*\29 -5129:OT::CmapSubtableFormat4::accelerator_t::get_glyph\28unsigned\20int\2c\20unsigned\20int*\29\20const -5130:OT::ClassDef::get_class\28unsigned\20int\2c\20hb_cache_t<15u\2c\208u\2c\207u\2c\20true>*\29\20const -5131:OT::ChainRuleSet::sanitize\28hb_sanitize_context_t*\29\20const -5132:OT::ChainRuleSet::apply\28OT::hb_ot_apply_context_t*\2c\20OT::ChainContextApplyLookupContext\20const&\29\20const -5133:OT::ChainContextFormat3::sanitize\28hb_sanitize_context_t*\29\20const -5134:OT::ChainContextFormat2_5::sanitize\28hb_sanitize_context_t*\29\20const -5135:OT::ChainContextFormat2_5::_apply\28OT::hb_ot_apply_context_t*\2c\20bool\29\20const -5136:OT::ChainContextFormat1_4::sanitize\28hb_sanitize_context_t*\29\20const -5137:OT::COLR_accelerator_t*\20hb_data_wrapper_t::call_create>\28\29\20const -5138:OT::COLR::accelerator_t::~accelerator_t\28\29 -5139:OT::CBDT_accelerator_t*\20hb_data_wrapper_t::call_create>\28\29\20const -5140:OT::CBDT::accelerator_t::get_extents\28hb_font_t*\2c\20unsigned\20int\2c\20hb_glyph_extents_t*\2c\20bool\29\20const -5141:OT::Affine2x3::paint_glyph\28OT::hb_paint_context_t*\2c\20unsigned\20int\29\20const -5142:MakeOnScreenGLSurface\28sk_sp\2c\20int\2c\20int\2c\20sk_sp\2c\20int\2c\20int\29 -5143:Load_SBit_Png -5144:LineCubicIntersections::intersectRay\28double*\29 -5145:LineCubicIntersections::VerticalIntersect\28SkDCubic\20const&\2c\20double\2c\20double*\29 -5146:LineCubicIntersections::HorizontalIntersect\28SkDCubic\20const&\2c\20double\2c\20double*\29 -5147:Launch -5148:JpegDecoderMgr::returnFailure\28char\20const*\2c\20SkCodec::Result\29 -5149:JpegDecoderMgr::getEncodedColor\28SkEncodedInfo::Color*\29 -5150:JSObjectFromLineMetrics\28skia::textlayout::LineMetrics&\29 -5151:JSObjectFromGlyphInfo\28skia::textlayout::Paragraph::GlyphInfo&\29 -5152:Ins_DELTAP -5153:HandleCoincidence\28SkOpContourHead*\2c\20SkOpCoincidence*\29 -5154:GrWritePixelsTask::~GrWritePixelsTask\28\29 -5155:GrWaitRenderTask::~GrWaitRenderTask\28\29 -5156:GrVertexBufferAllocPool::makeSpace\28unsigned\20long\2c\20int\2c\20sk_sp*\2c\20int*\29 -5157:GrVertexBufferAllocPool::makeSpaceAtLeast\28unsigned\20long\2c\20int\2c\20int\2c\20sk_sp*\2c\20int*\2c\20int*\29 -5158:GrTriangulator::polysToTriangles\28GrTriangulator::Poly*\2c\20SkPathFillType\2c\20skgpu::VertexWriter\29\20const -5159:GrTriangulator::polysToTriangles\28GrTriangulator::Poly*\2c\20GrEagerVertexAllocator*\29\20const -5160:GrTriangulator::mergeEdgesBelow\28GrTriangulator::Edge*\2c\20GrTriangulator::Edge*\2c\20GrTriangulator::EdgeList*\2c\20GrTriangulator::Vertex**\2c\20GrTriangulator::Comparator\20const&\29\20const -5161:GrTriangulator::mergeEdgesAbove\28GrTriangulator::Edge*\2c\20GrTriangulator::Edge*\2c\20GrTriangulator::EdgeList*\2c\20GrTriangulator::Vertex**\2c\20GrTriangulator::Comparator\20const&\29\20const -5162:GrTriangulator::makeSortedVertex\28SkPoint\20const&\2c\20unsigned\20char\2c\20GrTriangulator::VertexList*\2c\20GrTriangulator::Vertex*\2c\20GrTriangulator::Comparator\20const&\29\20const -5163:GrTriangulator::makeEdge\28GrTriangulator::Vertex*\2c\20GrTriangulator::Vertex*\2c\20GrTriangulator::EdgeType\2c\20GrTriangulator::Comparator\20const&\29 -5164:GrTriangulator::computeBisector\28GrTriangulator::Edge*\2c\20GrTriangulator::Edge*\2c\20GrTriangulator::Vertex*\29\20const -5165:GrTriangulator::appendQuadraticToContour\28SkPoint\20const*\2c\20float\2c\20GrTriangulator::VertexList*\29\20const -5166:GrTriangulator::SortMesh\28GrTriangulator::VertexList*\2c\20GrTriangulator::Comparator\20const&\29 -5167:GrTriangulator::FindEnclosingEdges\28GrTriangulator::Vertex\20const&\2c\20GrTriangulator::EdgeList\20const&\2c\20GrTriangulator::Edge**\2c\20GrTriangulator::Edge**\29 -5168:GrTransferFromRenderTask::~GrTransferFromRenderTask\28\29 -5169:GrThreadSafeCache::findVertsWithData\28skgpu::UniqueKey\20const&\29 -5170:GrThreadSafeCache::addVertsWithData\28skgpu::UniqueKey\20const&\2c\20sk_sp\2c\20bool\20\28*\29\28SkData*\2c\20SkData*\29\29 -5171:GrThreadSafeCache::Entry::set\28skgpu::UniqueKey\20const&\2c\20sk_sp\29 -5172:GrThreadSafeCache::CreateLazyView\28GrDirectContext*\2c\20GrColorType\2c\20SkISize\2c\20GrSurfaceOrigin\2c\20SkBackingFit\29 -5173:GrTextureResolveRenderTask::~GrTextureResolveRenderTask\28\29 -5174:GrTextureRenderTargetProxy::GrTextureRenderTargetProxy\28sk_sp\2c\20GrSurfaceProxy::UseAllocator\2c\20GrDDLProvider\29 -5175:GrTextureRenderTargetProxy::GrTextureRenderTargetProxy\28GrCaps\20const&\2c\20std::__2::function&&\2c\20GrBackendFormat\20const&\2c\20SkISize\2c\20int\2c\20skgpu::Mipmapped\2c\20GrMipmapStatus\2c\20SkBackingFit\2c\20skgpu::Budgeted\2c\20skgpu::Protected\2c\20GrInternalSurfaceFlags\2c\20GrSurfaceProxy::UseAllocator\2c\20GrDDLProvider\2c\20std::__2::basic_string_view>\29 -5176:GrTextureProxyPriv::setDeferredUploader\28std::__2::unique_ptr>\29 -5177:GrTextureProxy::setUniqueKey\28GrProxyProvider*\2c\20skgpu::UniqueKey\20const&\29 -5178:GrTextureProxy::ProxiesAreCompatibleAsDynamicState\28GrSurfaceProxy\20const*\2c\20GrSurfaceProxy\20const*\29 -5179:GrTextureProxy::GrTextureProxy\28sk_sp\2c\20GrSurfaceProxy::UseAllocator\2c\20GrDDLProvider\29_9934 -5180:GrTextureEffect::Sampling::Sampling\28GrSurfaceProxy\20const&\2c\20GrSamplerState\2c\20SkRect\20const&\2c\20SkRect\20const*\2c\20float\20const*\2c\20bool\2c\20GrCaps\20const&\2c\20SkPoint\29::$_1::operator\28\29\28int\2c\20GrSamplerState::WrapMode\2c\20GrTextureEffect::Sampling::Sampling\28GrSurfaceProxy\20const&\2c\20GrSamplerState\2c\20SkRect\20const&\2c\20SkRect\20const*\2c\20float\20const*\2c\20bool\2c\20GrCaps\20const&\2c\20SkPoint\29::Span\2c\20GrTextureEffect::Sampling::Sampling\28GrSurfaceProxy\20const&\2c\20GrSamplerState\2c\20SkRect\20const&\2c\20SkRect\20const*\2c\20float\20const*\2c\20bool\2c\20GrCaps\20const&\2c\20SkPoint\29::Span\2c\20float\29\20const -5181:GrTextureEffect::Impl::emitCode\28GrFragmentProcessor::ProgramImpl::EmitArgs&\29::$_2::operator\28\29\28GrTextureEffect::ShaderMode\2c\20char\20const*\2c\20char\20const*\2c\20char\20const*\2c\20char\20const*\2c\20char\20const*\29\20const -5182:GrTexture::markMipmapsDirty\28\29 -5183:GrTexture::computeScratchKey\28skgpu::ScratchKey*\29\20const -5184:GrTDeferredProxyUploader>::~GrTDeferredProxyUploader\28\29 -5185:GrSurfaceProxyPriv::exactify\28\29 -5186:GrSurfaceProxy::GrSurfaceProxy\28GrBackendFormat\20const&\2c\20SkISize\2c\20SkBackingFit\2c\20skgpu::Budgeted\2c\20skgpu::Protected\2c\20GrInternalSurfaceFlags\2c\20GrSurfaceProxy::UseAllocator\2c\20std::__2::basic_string_view>\29 -5187:GrStyledShape::setInheritedKey\28GrStyledShape\20const&\2c\20GrStyle::Apply\2c\20float\29 -5188:GrStyledShape::asRRect\28SkRRect*\2c\20bool*\29\20const -5189:GrStyledShape::GrStyledShape\28SkPath\20const&\2c\20SkPaint\20const&\2c\20GrStyledShape::DoSimplify\29 -5190:GrStyle::~GrStyle\28\29 -5191:GrStyle::applyToPath\28SkPath*\2c\20SkStrokeRec::InitStyle*\2c\20SkPath\20const&\2c\20float\29\20const -5192:GrStyle::applyPathEffect\28SkPath*\2c\20SkStrokeRec*\2c\20SkPath\20const&\29\20const -5193:GrStencilSettings::SetClipBitSettings\28bool\29 -5194:GrStagingBufferManager::detachBuffers\28\29 -5195:GrSkSLFP::Impl::emitCode\28GrFragmentProcessor::ProgramImpl::EmitArgs&\29::FPCallbacks::defineStruct\28char\20const*\29 -5196:GrShape::simplify\28unsigned\20int\29 -5197:GrShape::setRect\28SkRect\20const&\29 -5198:GrShape::conservativeContains\28SkRect\20const&\29\20const -5199:GrShape::closed\28\29\20const -5200:GrSWMaskHelper::toTextureView\28GrRecordingContext*\2c\20SkBackingFit\29 -5201:GrSWMaskHelper::drawShape\28GrStyledShape\20const&\2c\20SkMatrix\20const&\2c\20GrAA\2c\20unsigned\20char\29 -5202:GrSWMaskHelper::drawShape\28GrShape\20const&\2c\20SkMatrix\20const&\2c\20GrAA\2c\20unsigned\20char\29 -5203:GrResourceProvider::writePixels\28sk_sp\2c\20GrColorType\2c\20SkISize\2c\20GrMipLevel\20const*\2c\20int\29\20const -5204:GrResourceProvider::wrapBackendSemaphore\28GrBackendSemaphore\20const&\2c\20GrSemaphoreWrapType\2c\20GrWrapOwnership\29 -5205:GrResourceProvider::prepareLevels\28GrBackendFormat\20const&\2c\20GrColorType\2c\20SkISize\2c\20GrMipLevel\20const*\2c\20int\2c\20skia_private::AutoSTArray<14\2c\20GrMipLevel>*\2c\20skia_private::AutoSTArray<14\2c\20std::__2::unique_ptr>>*\29\20const -5206:GrResourceProvider::getExactScratch\28SkISize\2c\20GrBackendFormat\20const&\2c\20GrTextureType\2c\20skgpu::Renderable\2c\20int\2c\20skgpu::Budgeted\2c\20skgpu::Mipmapped\2c\20skgpu::Protected\2c\20std::__2::basic_string_view>\29 -5207:GrResourceProvider::createTexture\28SkISize\2c\20GrBackendFormat\20const&\2c\20GrTextureType\2c\20skgpu::Renderable\2c\20int\2c\20skgpu::Mipmapped\2c\20skgpu::Budgeted\2c\20skgpu::Protected\2c\20std::__2::basic_string_view>\29 -5208:GrResourceProvider::createTexture\28SkISize\2c\20GrBackendFormat\20const&\2c\20GrTextureType\2c\20GrColorType\2c\20skgpu::Renderable\2c\20int\2c\20skgpu::Budgeted\2c\20skgpu::Mipmapped\2c\20skgpu::Protected\2c\20GrMipLevel\20const*\2c\20std::__2::basic_string_view>\29 -5209:GrResourceProvider::createApproxTexture\28SkISize\2c\20GrBackendFormat\20const&\2c\20GrTextureType\2c\20skgpu::Renderable\2c\20int\2c\20skgpu::Protected\2c\20std::__2::basic_string_view>\29 -5210:GrResourceCache::~GrResourceCache\28\29 -5211:GrResourceCache::removeResource\28GrGpuResource*\29 -5212:GrResourceCache::processFreedGpuResources\28\29 -5213:GrResourceCache::insertResource\28GrGpuResource*\29 -5214:GrResourceCache::didChangeBudgetStatus\28GrGpuResource*\29 -5215:GrResourceAllocator::~GrResourceAllocator\28\29 -5216:GrResourceAllocator::planAssignment\28\29 -5217:GrResourceAllocator::expire\28unsigned\20int\29 -5218:GrRenderTask::makeSkippable\28\29 -5219:GrRenderTask::isInstantiated\28\29\20const -5220:GrRenderTarget::GrRenderTarget\28GrGpu*\2c\20SkISize\20const&\2c\20int\2c\20skgpu::Protected\2c\20std::__2::basic_string_view>\2c\20sk_sp\29 -5221:GrRecordingContext::init\28\29 -5222:GrRRectEffect::Make\28std::__2::unique_ptr>\2c\20GrClipEdgeType\2c\20SkRRect\20const&\2c\20GrShaderCaps\20const&\29 -5223:GrQuadUtils::TessellationHelper::reset\28GrQuad\20const&\2c\20GrQuad\20const*\29 -5224:GrQuadUtils::TessellationHelper::outset\28skvx::Vec<4\2c\20float>\20const&\2c\20GrQuad*\2c\20GrQuad*\29 -5225:GrQuadUtils::TessellationHelper::adjustDegenerateVertices\28skvx::Vec<4\2c\20float>\20const&\2c\20GrQuadUtils::TessellationHelper::Vertices*\29 -5226:GrQuadUtils::TessellationHelper::OutsetRequest::reset\28GrQuadUtils::TessellationHelper::EdgeVectors\20const&\2c\20GrQuad::Type\2c\20skvx::Vec<4\2c\20float>\20const&\29 -5227:GrQuadUtils::TessellationHelper::EdgeVectors::reset\28skvx::Vec<4\2c\20float>\20const&\2c\20skvx::Vec<4\2c\20float>\20const&\2c\20skvx::Vec<4\2c\20float>\20const&\2c\20GrQuad::Type\29 -5228:GrQuadUtils::ClipToW0\28DrawQuad*\2c\20DrawQuad*\29 -5229:GrQuad::bounds\28\29\20const -5230:GrProxyProvider::~GrProxyProvider\28\29 -5231:GrProxyProvider::wrapBackendTexture\28GrBackendTexture\20const&\2c\20GrWrapOwnership\2c\20GrWrapCacheable\2c\20GrIOType\2c\20sk_sp\29 -5232:GrProxyProvider::removeUniqueKeyFromProxy\28GrTextureProxy*\29 -5233:GrProxyProvider::createLazyProxy\28std::__2::function&&\2c\20GrBackendFormat\20const&\2c\20SkISize\2c\20skgpu::Mipmapped\2c\20GrMipmapStatus\2c\20GrInternalSurfaceFlags\2c\20SkBackingFit\2c\20skgpu::Budgeted\2c\20skgpu::Protected\2c\20GrSurfaceProxy::UseAllocator\2c\20std::__2::basic_string_view>\29 -5234:GrProxyProvider::contextID\28\29\20const -5235:GrProxyProvider::adoptUniqueKeyFromSurface\28GrTextureProxy*\2c\20GrSurface\20const*\29 -5236:GrPixmapBase::clip\28SkISize\2c\20SkIPoint*\29 -5237:GrPixmap::GrPixmap\28GrImageInfo\2c\20sk_sp\2c\20unsigned\20long\29 -5238:GrPipeline::GrPipeline\28GrPipeline::InitArgs\20const&\2c\20sk_sp\2c\20GrAppliedHardClip\20const&\29 -5239:GrPersistentCacheUtils::GetType\28SkReadBuffer*\29 -5240:GrPathUtils::QuadUVMatrix::set\28SkPoint\20const*\29 -5241:GrPathTessellationShader::MakeStencilOnlyPipeline\28GrTessellationShader::ProgramArgs\20const&\2c\20GrAAType\2c\20GrAppliedHardClip\20const&\2c\20GrPipeline::InputFlags\29 -5242:GrPaint::setCoverageSetOpXPFactory\28SkRegion::Op\2c\20bool\29 -5243:GrOvalOpFactory::MakeOvalOp\28GrRecordingContext*\2c\20GrPaint&&\2c\20SkMatrix\20const&\2c\20SkRect\20const&\2c\20GrStyle\20const&\2c\20GrShaderCaps\20const*\29 -5244:GrOpsRenderPass::drawIndexed\28int\2c\20int\2c\20unsigned\20short\2c\20unsigned\20short\2c\20int\29 -5245:GrOpsRenderPass::drawIndexedInstanced\28int\2c\20int\2c\20int\2c\20int\2c\20int\29 -5246:GrOpsRenderPass::drawIndexPattern\28int\2c\20int\2c\20int\2c\20int\2c\20int\29 -5247:GrOpFlushState::reset\28\29 -5248:GrOpFlushState::executeDrawsAndUploadsForMeshDrawOp\28GrOp\20const*\2c\20SkRect\20const&\2c\20GrPipeline\20const*\2c\20GrUserStencilSettings\20const*\29 -5249:GrOpFlushState::addASAPUpload\28std::__2::function&\29>&&\29 -5250:GrOp::onCombineIfPossible\28GrOp*\2c\20SkArenaAlloc*\2c\20GrCaps\20const&\29 -5251:GrOp::combineIfPossible\28GrOp*\2c\20SkArenaAlloc*\2c\20GrCaps\20const&\29 -5252:GrOnFlushResourceProvider::instantiateProxy\28GrSurfaceProxy*\29 -5253:GrMeshDrawTarget::allocMesh\28\29 -5254:GrMeshDrawOp::PatternHelper::init\28GrMeshDrawTarget*\2c\20GrPrimitiveType\2c\20unsigned\20long\2c\20sk_sp\2c\20int\2c\20int\2c\20int\2c\20int\29 -5255:GrMeshDrawOp::CombinedQuadCountWillOverflow\28GrAAType\2c\20bool\2c\20int\29 -5256:GrMemoryPool::allocate\28unsigned\20long\29 -5257:GrMakeUniqueKeyInvalidationListener\28skgpu::UniqueKey*\2c\20unsigned\20int\29::Listener::changed\28\29 -5258:GrIndexBufferAllocPool::makeSpace\28int\2c\20sk_sp*\2c\20int*\29 -5259:GrIndexBufferAllocPool::makeSpaceAtLeast\28int\2c\20int\2c\20sk_sp*\2c\20int*\2c\20int*\29 -5260:GrImageInfo::refColorSpace\28\29\20const -5261:GrImageInfo::minRowBytes\28\29\20const -5262:GrImageInfo::makeDimensions\28SkISize\29\20const -5263:GrImageInfo::bpp\28\29\20const -5264:GrImageInfo::GrImageInfo\28GrColorType\2c\20SkAlphaType\2c\20sk_sp\2c\20int\2c\20int\29 -5265:GrImageContext::abandonContext\28\29 -5266:GrGpuResource::removeUniqueKey\28\29 -5267:GrGpuResource::makeBudgeted\28\29 -5268:GrGpuResource::getResourceName\28\29\20const -5269:GrGpuResource::abandon\28\29 -5270:GrGpuResource::CreateUniqueID\28\29 -5271:GrGpu::~GrGpu\28\29 -5272:GrGpu::regenerateMipMapLevels\28GrTexture*\29 -5273:GrGpu::createTexture\28SkISize\2c\20GrBackendFormat\20const&\2c\20GrTextureType\2c\20skgpu::Renderable\2c\20int\2c\20skgpu::Mipmapped\2c\20skgpu::Budgeted\2c\20skgpu::Protected\2c\20std::__2::basic_string_view>\29 -5274:GrGpu::createTextureCommon\28SkISize\2c\20GrBackendFormat\20const&\2c\20GrTextureType\2c\20skgpu::Renderable\2c\20int\2c\20skgpu::Budgeted\2c\20skgpu::Protected\2c\20int\2c\20unsigned\20int\2c\20std::__2::basic_string_view>\29 -5275:GrGeometryProcessor::AttributeSet::addToKey\28skgpu::KeyBuilder*\29\20const -5276:GrGLVertexArray::invalidateCachedState\28\29 -5277:GrGLTextureParameters::invalidate\28\29 -5278:GrGLTexture::MakeWrapped\28GrGLGpu*\2c\20GrMipmapStatus\2c\20GrGLTexture::Desc\20const&\2c\20sk_sp\2c\20GrWrapCacheable\2c\20GrIOType\2c\20std::__2::basic_string_view>\29 -5279:GrGLTexture::GrGLTexture\28GrGLGpu*\2c\20skgpu::Budgeted\2c\20GrGLTexture::Desc\20const&\2c\20GrMipmapStatus\2c\20std::__2::basic_string_view>\29 -5280:GrGLTexture::GrGLTexture\28GrGLGpu*\2c\20GrGLTexture::Desc\20const&\2c\20sk_sp\2c\20GrMipmapStatus\2c\20std::__2::basic_string_view>\29 -5281:GrGLSLVaryingHandler::getFragDecls\28SkString*\2c\20SkString*\29\20const -5282:GrGLSLVaryingHandler::addAttribute\28GrShaderVar\20const&\29 -5283:GrGLSLUniformHandler::liftUniformToVertexShader\28GrProcessor\20const&\2c\20SkString\29 -5284:GrGLSLShaderBuilder::finalize\28unsigned\20int\29 -5285:GrGLSLShaderBuilder::emitFunction\28char\20const*\2c\20char\20const*\29 -5286:GrGLSLShaderBuilder::emitFunctionPrototype\28char\20const*\29 -5287:GrGLSLShaderBuilder::appendTextureLookupAndBlend\28char\20const*\2c\20SkBlendMode\2c\20GrResourceHandle\2c\20char\20const*\2c\20GrGLSLColorSpaceXformHelper*\29 -5288:GrGLSLShaderBuilder::appendColorGamutXform\28SkString*\2c\20char\20const*\2c\20GrGLSLColorSpaceXformHelper*\29::$_1::operator\28\29\28char\20const*\2c\20GrResourceHandle\29\20const -5289:GrGLSLShaderBuilder::appendColorGamutXform\28SkString*\2c\20char\20const*\2c\20GrGLSLColorSpaceXformHelper*\29::$_0::operator\28\29\28char\20const*\2c\20GrResourceHandle\2c\20skcms_TFType\29\20const -5290:GrGLSLShaderBuilder::addLayoutQualifier\28char\20const*\2c\20GrGLSLShaderBuilder::InterfaceQualifier\29 -5291:GrGLSLShaderBuilder::GrGLSLShaderBuilder\28GrGLSLProgramBuilder*\29 -5292:GrGLSLProgramDataManager::setRuntimeEffectUniforms\28SkSpan\2c\20SkSpan\20const>\2c\20SkSpan\2c\20void\20const*\29\20const -5293:GrGLSLProgramBuilder::~GrGLSLProgramBuilder\28\29 -5294:GrGLSLBlend::SetBlendModeUniformData\28GrGLSLProgramDataManager\20const&\2c\20GrResourceHandle\2c\20SkBlendMode\29 -5295:GrGLSLBlend::BlendExpression\28GrProcessor\20const*\2c\20GrGLSLUniformHandler*\2c\20GrResourceHandle*\2c\20char\20const*\2c\20char\20const*\2c\20SkBlendMode\29 -5296:GrGLRenderTarget::GrGLRenderTarget\28GrGLGpu*\2c\20SkISize\20const&\2c\20GrGLFormat\2c\20int\2c\20GrGLRenderTarget::IDs\20const&\2c\20skgpu::Protected\2c\20std::__2::basic_string_view>\29 -5297:GrGLProgramDataManager::set4fv\28GrResourceHandle\2c\20int\2c\20float\20const*\29\20const -5298:GrGLProgramDataManager::set2fv\28GrResourceHandle\2c\20int\2c\20float\20const*\29\20const -5299:GrGLProgramBuilder::uniformHandler\28\29 -5300:GrGLProgramBuilder::PrecompileProgram\28GrDirectContext*\2c\20GrGLPrecompiledProgram*\2c\20SkData\20const&\29::$_0::operator\28\29\28SkSL::ProgramKind\2c\20std::__2::basic_string\2c\20std::__2::allocator>\20const&\2c\20unsigned\20int\29\20const -5301:GrGLProgramBuilder::CreateProgram\28GrDirectContext*\2c\20GrProgramDesc\20const&\2c\20GrProgramInfo\20const&\2c\20GrGLPrecompiledProgram\20const*\29 -5302:GrGLProgram::~GrGLProgram\28\29 -5303:GrGLMakeAssembledWebGLInterface\28void*\2c\20void\20\28*\20\28*\29\28void*\2c\20char\20const*\29\29\28\29\29 -5304:GrGLGpu::~GrGLGpu\28\29 -5305:GrGLGpu::uploadTexData\28SkISize\2c\20unsigned\20int\2c\20SkIRect\2c\20unsigned\20int\2c\20unsigned\20int\2c\20unsigned\20long\2c\20GrMipLevel\20const*\2c\20int\29 -5306:GrGLGpu::uploadCompressedTexData\28SkTextureCompressionType\2c\20GrGLFormat\2c\20SkISize\2c\20skgpu::Mipmapped\2c\20unsigned\20int\2c\20void\20const*\2c\20unsigned\20long\29 -5307:GrGLGpu::uploadColorToTex\28GrGLFormat\2c\20SkISize\2c\20unsigned\20int\2c\20std::__2::array\2c\20unsigned\20int\29 -5308:GrGLGpu::readOrTransferPixelsFrom\28GrSurface*\2c\20SkIRect\2c\20GrColorType\2c\20GrColorType\2c\20void*\2c\20int\29 -5309:GrGLGpu::getTimerQueryResult\28unsigned\20int\29 -5310:GrGLGpu::getCompatibleStencilIndex\28GrGLFormat\29 -5311:GrGLGpu::createRenderTargetObjects\28GrGLTexture::Desc\20const&\2c\20int\2c\20GrGLRenderTarget::IDs*\29 -5312:GrGLGpu::createCompressedTexture2D\28SkISize\2c\20SkTextureCompressionType\2c\20GrGLFormat\2c\20skgpu::Mipmapped\2c\20skgpu::Protected\2c\20GrGLTextureParameters::SamplerOverriddenState*\29 -5313:GrGLGpu::bindFramebuffer\28unsigned\20int\2c\20unsigned\20int\29 -5314:GrGLGpu::ProgramCache::reset\28\29 -5315:GrGLGpu::ProgramCache::findOrCreateProgramImpl\28GrDirectContext*\2c\20GrProgramDesc\20const&\2c\20GrProgramInfo\20const&\2c\20GrThreadSafePipelineBuilder::Stats::ProgramCacheResult*\29 -5316:GrGLFunction::GrGLFunction\28void\20\28*\29\28unsigned\20int\2c\20int\2c\20int\2c\20int\2c\20int\2c\20int\2c\20unsigned\20int\2c\20unsigned\20int\2c\20void\20const*\29\29::'lambda'\28void\20const*\2c\20unsigned\20int\2c\20int\2c\20int\2c\20int\2c\20int\2c\20int\2c\20unsigned\20int\2c\20unsigned\20int\2c\20void\20const*\29::__invoke\28void\20const*\2c\20unsigned\20int\2c\20int\2c\20int\2c\20int\2c\20int\2c\20int\2c\20unsigned\20int\2c\20unsigned\20int\2c\20void\20const*\29 -5317:GrGLFunction::GrGLFunction\28void\20\28*\29\28int\2c\20float\29\29::'lambda'\28void\20const*\2c\20int\2c\20float\29::__invoke\28void\20const*\2c\20int\2c\20float\29 -5318:GrGLFormatIsCompressed\28GrGLFormat\29 -5319:GrGLFinishCallbacks::check\28\29 -5320:GrGLContext::~GrGLContext\28\29_12145 -5321:GrGLContext::~GrGLContext\28\29 -5322:GrGLCaps::~GrGLCaps\28\29 -5323:GrGLCaps::getTexSubImageExternalFormatAndType\28GrGLFormat\2c\20GrColorType\2c\20GrColorType\2c\20unsigned\20int*\2c\20unsigned\20int*\29\20const -5324:GrGLCaps::getTexSubImageDefaultFormatTypeAndColorType\28GrGLFormat\2c\20unsigned\20int*\2c\20unsigned\20int*\2c\20GrColorType*\29\20const -5325:GrGLCaps::getRenderTargetSampleCount\28int\2c\20GrGLFormat\29\20const -5326:GrGLCaps::formatSupportsTexStorage\28GrGLFormat\29\20const -5327:GrGLCaps::canCopyAsDraw\28GrGLFormat\2c\20bool\2c\20bool\29\20const -5328:GrGLCaps::canCopyAsBlit\28GrGLFormat\2c\20int\2c\20GrTextureType\20const*\2c\20GrGLFormat\2c\20int\2c\20GrTextureType\20const*\2c\20SkRect\20const&\2c\20bool\2c\20SkIRect\20const&\2c\20SkIRect\20const&\29\20const -5329:GrFragmentProcessor::~GrFragmentProcessor\28\29 -5330:GrFragmentProcessor::SwizzleOutput\28std::__2::unique_ptr>\2c\20skgpu::Swizzle\20const&\29::SwizzleFragmentProcessor::Make\28std::__2::unique_ptr>\2c\20skgpu::Swizzle\20const&\29 -5331:GrFragmentProcessor::ProgramImpl::setData\28GrGLSLProgramDataManager\20const&\2c\20GrFragmentProcessor\20const&\29 -5332:GrFragmentProcessor::HighPrecision\28std::__2::unique_ptr>\29::HighPrecisionFragmentProcessor::Make\28std::__2::unique_ptr>\29 -5333:GrFragmentProcessor::Compose\28std::__2::unique_ptr>\2c\20std::__2::unique_ptr>\29::ComposeProcessor::Make\28std::__2::unique_ptr>\2c\20std::__2::unique_ptr>\29 -5334:GrFragmentProcessor::ClampOutput\28std::__2::unique_ptr>\29 -5335:GrFixedClip::preApply\28SkRect\20const&\2c\20GrAA\29\20const -5336:GrFixedClip::getConservativeBounds\28\29\20const -5337:GrFixedClip::apply\28GrAppliedHardClip*\2c\20SkIRect*\29\20const -5338:GrExternalTextureGenerator::GrExternalTextureGenerator\28SkImageInfo\20const&\29 -5339:GrEagerDynamicVertexAllocator::unlock\28int\29 -5340:GrDynamicAtlas::readView\28GrCaps\20const&\29\20const -5341:GrDrawingManager::getLastRenderTask\28GrSurfaceProxy\20const*\29\20const -5342:GrDrawOpAtlasConfig::atlasDimensions\28skgpu::MaskFormat\29\20const -5343:GrDrawOpAtlasConfig::GrDrawOpAtlasConfig\28int\2c\20unsigned\20long\29 -5344:GrDrawOpAtlas::addToAtlas\28GrResourceProvider*\2c\20GrDeferredUploadTarget*\2c\20int\2c\20int\2c\20void\20const*\2c\20skgpu::AtlasLocator*\29 -5345:GrDrawOpAtlas::Make\28GrProxyProvider*\2c\20GrBackendFormat\20const&\2c\20SkColorType\2c\20unsigned\20long\2c\20int\2c\20int\2c\20int\2c\20int\2c\20skgpu::AtlasGenerationCounter*\2c\20GrDrawOpAtlas::AllowMultitexturing\2c\20skgpu::PlotEvictionCallback*\2c\20std::__2::basic_string_view>\29 -5346:GrDistanceFieldA8TextGeoProc::onTextureSampler\28int\29\20const -5347:GrDistanceFieldA8TextGeoProc::addNewViews\28GrSurfaceProxyView\20const*\2c\20int\2c\20GrSamplerState\29 -5348:GrDisableColorXPFactory::MakeXferProcessor\28\29 -5349:GrDirectContextPriv::validPMUPMConversionExists\28\29 -5350:GrDirectContext::~GrDirectContext\28\29 -5351:GrDirectContext::onGetSmallPathAtlasMgr\28\29 -5352:GrDirectContext::getResourceCacheLimits\28int*\2c\20unsigned\20long*\29\20const -5353:GrCopyRenderTask::~GrCopyRenderTask\28\29 -5354:GrCopyRenderTask::onIsUsed\28GrSurfaceProxy*\29\20const -5355:GrCopyBaseMipMapToView\28GrRecordingContext*\2c\20GrSurfaceProxyView\2c\20skgpu::Budgeted\29 -5356:GrContext_Base::threadSafeProxy\28\29 -5357:GrContext_Base::maxSurfaceSampleCountForColorType\28SkColorType\29\20const -5358:GrContext_Base::backend\28\29\20const -5359:GrColorInfo::makeColorType\28GrColorType\29\20const -5360:GrColorInfo::isLinearlyBlended\28\29\20const -5361:GrColorFragmentProcessorAnalysis::GrColorFragmentProcessorAnalysis\28GrProcessorAnalysisColor\20const&\2c\20std::__2::unique_ptr>\20const*\2c\20int\29 -5362:GrClip::IsPixelAligned\28SkRect\20const&\29 -5363:GrCaps::surfaceSupportsWritePixels\28GrSurface\20const*\29\20const -5364:GrCaps::getDstSampleFlagsForProxy\28GrRenderTargetProxy\20const*\2c\20bool\29\20const -5365:GrCPixmap::GrCPixmap\28GrPixmap\20const&\29 -5366:GrBufferAllocPool::makeSpaceAtLeast\28unsigned\20long\2c\20unsigned\20long\2c\20unsigned\20long\2c\20sk_sp*\2c\20unsigned\20long*\2c\20unsigned\20long*\29 -5367:GrBufferAllocPool::createBlock\28unsigned\20long\29 -5368:GrBufferAllocPool::CpuBufferCache::makeBuffer\28unsigned\20long\2c\20bool\29 -5369:GrBlurUtils::draw_shape_with_mask_filter\28GrRecordingContext*\2c\20skgpu::ganesh::SurfaceDrawContext*\2c\20GrClip\20const*\2c\20GrPaint&&\2c\20SkMatrix\20const&\2c\20SkMaskFilterBase\20const*\2c\20GrStyledShape\20const&\29 -5370:GrBlurUtils::draw_mask\28skgpu::ganesh::SurfaceDrawContext*\2c\20GrClip\20const*\2c\20SkMatrix\20const&\2c\20SkIRect\20const&\2c\20GrPaint&&\2c\20GrSurfaceProxyView\29 -5371:GrBlurUtils::convolve_gaussian\28GrRecordingContext*\2c\20GrSurfaceProxyView\2c\20GrColorType\2c\20SkAlphaType\2c\20SkIRect\2c\20SkIRect\2c\20GrBlurUtils::\28anonymous\20namespace\29::Direction\2c\20int\2c\20float\2c\20SkTileMode\2c\20sk_sp\2c\20SkBackingFit\29 -5372:GrBlurUtils::\28anonymous\20namespace\29::make_texture_effect\28GrCaps\20const*\2c\20GrSurfaceProxyView\2c\20SkAlphaType\2c\20GrSamplerState\20const&\2c\20SkIRect\20const&\2c\20SkIRect\20const&\2c\20SkISize\20const&\29 -5373:GrBlurUtils::MakeRectBlur\28GrRecordingContext*\2c\20GrShaderCaps\20const&\2c\20SkRect\20const&\2c\20SkMatrix\20const&\2c\20float\29 -5374:GrBlurUtils::MakeRRectBlur\28GrRecordingContext*\2c\20float\2c\20float\2c\20SkRRect\20const&\2c\20SkRRect\20const&\29 -5375:GrBlurUtils::MakeCircleBlur\28GrRecordingContext*\2c\20SkRect\20const&\2c\20float\29 -5376:GrBitmapTextGeoProc::addNewViews\28GrSurfaceProxyView\20const*\2c\20int\2c\20GrSamplerState\29 -5377:GrBitmapTextGeoProc::GrBitmapTextGeoProc\28GrShaderCaps\20const&\2c\20SkRGBA4f<\28SkAlphaType\292>\20const&\2c\20bool\2c\20sk_sp\2c\20GrSurfaceProxyView\20const*\2c\20int\2c\20GrSamplerState\2c\20skgpu::MaskFormat\2c\20SkMatrix\20const&\2c\20bool\29 -5378:GrBicubicEffect::Make\28GrSurfaceProxyView\2c\20SkAlphaType\2c\20SkMatrix\20const&\2c\20GrSamplerState::WrapMode\2c\20GrSamplerState::WrapMode\2c\20SkCubicResampler\2c\20GrBicubicEffect::Direction\2c\20GrCaps\20const&\29 -5379:GrBicubicEffect::MakeSubset\28GrSurfaceProxyView\2c\20SkAlphaType\2c\20SkMatrix\20const&\2c\20GrSamplerState::WrapMode\2c\20GrSamplerState::WrapMode\2c\20SkRect\20const&\2c\20SkRect\20const&\2c\20SkCubicResampler\2c\20GrBicubicEffect::Direction\2c\20GrCaps\20const&\29 -5380:GrBackendTextures::MakeGL\28int\2c\20int\2c\20skgpu::Mipmapped\2c\20GrGLTextureInfo\20const&\2c\20std::__2::basic_string_view>\29 -5381:GrBackendTexture::operator=\28GrBackendTexture\20const&\29 -5382:GrBackendRenderTargets::MakeGL\28int\2c\20int\2c\20int\2c\20int\2c\20GrGLFramebufferInfo\20const&\29 -5383:GrBackendRenderTargets::GetGLFramebufferInfo\28GrBackendRenderTarget\20const&\2c\20GrGLFramebufferInfo*\29 -5384:GrBackendRenderTarget::~GrBackendRenderTarget\28\29 -5385:GrBackendRenderTarget::isProtected\28\29\20const -5386:GrBackendFormatBytesPerBlock\28GrBackendFormat\20const&\29 -5387:GrBackendFormat::makeTexture2D\28\29\20const -5388:GrBackendFormat::isMockStencilFormat\28\29\20const -5389:GrBackendFormat::MakeMock\28GrColorType\2c\20SkTextureCompressionType\2c\20bool\29 -5390:GrAuditTrail::opsCombined\28GrOp\20const*\2c\20GrOp\20const*\29 -5391:GrAttachment::ComputeSharedAttachmentUniqueKey\28GrCaps\20const&\2c\20GrBackendFormat\20const&\2c\20SkISize\2c\20GrAttachment::UsageFlags\2c\20int\2c\20skgpu::Mipmapped\2c\20skgpu::Protected\2c\20GrMemoryless\2c\20skgpu::UniqueKey*\29 -5392:GrAtlasManager::~GrAtlasManager\28\29 -5393:GrAtlasManager::getViews\28skgpu::MaskFormat\2c\20unsigned\20int*\29 -5394:GrAtlasManager::freeAll\28\29 -5395:GrAATriangulator::makeEvent\28GrAATriangulator::SSEdge*\2c\20GrTriangulator::Vertex*\2c\20GrAATriangulator::SSEdge*\2c\20GrTriangulator::Vertex*\2c\20GrAATriangulator::EventList*\2c\20GrTriangulator::Comparator\20const&\29\20const -5396:GrAATriangulator::makeEvent\28GrAATriangulator::SSEdge*\2c\20GrAATriangulator::EventList*\29\20const -5397:GrAATriangulator::collapseOverlapRegions\28GrTriangulator::VertexList*\2c\20GrTriangulator::Comparator\20const&\2c\20GrAATriangulator::EventComparator\29 -5398:GrAAConvexTessellator::quadTo\28SkPoint\20const*\29 -5399:GetShapedLines\28skia::textlayout::Paragraph&\29 -5400:GetLargeValue -5401:FontMgrRunIterator::endOfCurrentRun\28\29\20const -5402:FontMgrRunIterator::atEnd\28\29\20const -5403:FinishRow -5404:FindUndone\28SkOpContourHead*\29 -5405:FT_Stream_Free -5406:FT_Sfnt_Table_Info -5407:FT_Select_Size -5408:FT_Render_Glyph_Internal -5409:FT_Remove_Module -5410:FT_Outline_Get_Orientation -5411:FT_Outline_EmboldenXY -5412:FT_New_GlyphSlot -5413:FT_Match_Size -5414:FT_List_Iterate -5415:FT_List_Find -5416:FT_List_Finalize -5417:FT_GlyphLoader_CheckSubGlyphs -5418:FT_Get_Postscript_Name -5419:FT_Get_Paint_Layers -5420:FT_Get_PS_Font_Info -5421:FT_Get_Glyph_Name -5422:FT_Get_FSType_Flags -5423:FT_Get_Colorline_Stops -5424:FT_Get_Color_Glyph_ClipBox -5425:FT_Bitmap_Convert -5426:EllipticalRRectOp::~EllipticalRRectOp\28\29_11377 -5427:EllipticalRRectOp::~EllipticalRRectOp\28\29 -5428:EllipticalRRectOp::onCreateProgramInfo\28GrCaps\20const*\2c\20SkArenaAlloc*\2c\20GrSurfaceProxyView\20const&\2c\20bool\2c\20GrAppliedClip&&\2c\20GrDstProxyView\20const&\2c\20GrXferBarrierFlags\2c\20GrLoadOp\29 -5429:EllipticalRRectOp::RRect&\20skia_private::TArray::emplace_back\28EllipticalRRectOp::RRect&&\29 -5430:EllipticalRRectOp::EllipticalRRectOp\28GrProcessorSet*\2c\20SkRGBA4f<\28SkAlphaType\292>\20const&\2c\20SkMatrix\20const&\2c\20SkRect\20const&\2c\20float\2c\20float\2c\20SkPoint\2c\20bool\29 -5431:EllipseOp::Make\28GrRecordingContext*\2c\20GrPaint&&\2c\20SkMatrix\20const&\2c\20SkRect\20const&\2c\20SkStrokeRec\20const&\29 -5432:EllipseOp::EllipseOp\28GrProcessorSet*\2c\20SkRGBA4f<\28SkAlphaType\292>\20const&\2c\20SkMatrix\20const&\2c\20EllipseOp::DeviceSpaceParams\20const&\2c\20SkStrokeRec\20const&\29 -5433:EllipseGeometryProcessor::Impl::setData\28GrGLSLProgramDataManager\20const&\2c\20GrShaderCaps\20const&\2c\20GrGeometryProcessor\20const&\29 -5434:DecodeVarLenUint8 -5435:DecodeContextMap -5436:DIEllipseOp::Make\28GrRecordingContext*\2c\20GrPaint&&\2c\20SkMatrix\20const&\2c\20SkRect\20const&\2c\20SkStrokeRec\20const&\29 -5437:DIEllipseOp::DIEllipseOp\28GrProcessorSet*\2c\20SkRGBA4f<\28SkAlphaType\292>\20const&\2c\20DIEllipseOp::DeviceSpaceParams\20const&\2c\20SkMatrix\20const&\29 -5438:CustomXP::makeProgramImpl\28\29\20const::Impl::onSetData\28GrGLSLProgramDataManager\20const&\2c\20GrXferProcessor\20const&\29 -5439:CustomXP::makeProgramImpl\28\29\20const::Impl::emitBlendCodeForDstRead\28GrGLSLXPFragmentBuilder*\2c\20GrGLSLUniformHandler*\2c\20char\20const*\2c\20char\20const*\2c\20char\20const*\2c\20char\20const*\2c\20char\20const*\2c\20GrXferProcessor\20const&\29 -5440:Cr_z_zcfree -5441:Cr_z_deflateReset -5442:Cr_z_deflate -5443:Cr_z_crc32_z -5444:CoverageSetOpXP::onIsEqual\28GrXferProcessor\20const&\29\20const -5445:Contour*\20std::__2::vector>::__emplace_back_slow_path\28SkRect&\2c\20int&\2c\20int&\29 -5446:CircularRRectOp::~CircularRRectOp\28\29_11354 -5447:CircularRRectOp::~CircularRRectOp\28\29 -5448:CircularRRectOp::CircularRRectOp\28GrProcessorSet*\2c\20SkRGBA4f<\28SkAlphaType\292>\20const&\2c\20SkMatrix\20const&\2c\20SkRect\20const&\2c\20float\2c\20float\2c\20bool\29 -5449:CircleOp::Make\28GrRecordingContext*\2c\20GrPaint&&\2c\20SkMatrix\20const&\2c\20SkPoint\2c\20float\2c\20GrStyle\20const&\2c\20CircleOp::ArcParams\20const*\29 -5450:CircleOp::CircleOp\28GrProcessorSet*\2c\20SkRGBA4f<\28SkAlphaType\292>\20const&\2c\20SkMatrix\20const&\2c\20SkPoint\2c\20float\2c\20GrStyle\20const&\2c\20CircleOp::ArcParams\20const*\29 -5451:CircleGeometryProcessor::Impl::setData\28GrGLSLProgramDataManager\20const&\2c\20GrShaderCaps\20const&\2c\20GrGeometryProcessor\20const&\29 -5452:CheckDecBuffer -5453:CFF::path_procs_t::vvcurveto\28CFF::cff1_cs_interp_env_t&\2c\20cff1_extents_param_t&\29 -5454:CFF::path_procs_t::vlineto\28CFF::cff1_cs_interp_env_t&\2c\20cff1_extents_param_t&\29 -5455:CFF::path_procs_t::vhcurveto\28CFF::cff1_cs_interp_env_t&\2c\20cff1_extents_param_t&\29 -5456:CFF::path_procs_t::rrcurveto\28CFF::cff1_cs_interp_env_t&\2c\20cff1_extents_param_t&\29 -5457:CFF::path_procs_t::rlineto\28CFF::cff1_cs_interp_env_t&\2c\20cff1_extents_param_t&\29 -5458:CFF::path_procs_t::rlinecurve\28CFF::cff1_cs_interp_env_t&\2c\20cff1_extents_param_t&\29 -5459:CFF::path_procs_t::rcurveline\28CFF::cff1_cs_interp_env_t&\2c\20cff1_extents_param_t&\29 -5460:CFF::path_procs_t::hvcurveto\28CFF::cff1_cs_interp_env_t&\2c\20cff1_extents_param_t&\29 -5461:CFF::path_procs_t::hlineto\28CFF::cff1_cs_interp_env_t&\2c\20cff1_extents_param_t&\29 -5462:CFF::path_procs_t::hhcurveto\28CFF::cff1_cs_interp_env_t&\2c\20cff1_extents_param_t&\29 -5463:CFF::path_procs_t::hflex\28CFF::cff1_cs_interp_env_t&\2c\20cff1_extents_param_t&\29 -5464:CFF::path_procs_t::hflex1\28CFF::cff1_cs_interp_env_t&\2c\20cff1_extents_param_t&\29 -5465:CFF::path_procs_t::flex\28CFF::cff1_cs_interp_env_t&\2c\20cff1_extents_param_t&\29 -5466:CFF::path_procs_t::flex1\28CFF::cff1_cs_interp_env_t&\2c\20cff1_extents_param_t&\29 -5467:CFF::cff2_cs_opset_t::process_blend\28CFF::cff2_cs_interp_env_t&\2c\20cff2_extents_param_t&\29 -5468:CFF::cff1_private_dict_opset_t::process_op\28unsigned\20int\2c\20CFF::interp_env_t&\2c\20CFF::cff1_private_dict_values_base_t&\29 -5469:CFF::FDSelect3_4\2c\20OT::IntType>::sanitize\28hb_sanitize_context_t*\2c\20unsigned\20int\29\20const -5470:CFF::Charset::get_sid\28unsigned\20int\2c\20unsigned\20int\2c\20CFF::code_pair_t*\29\20const -5471:CFF::CFF2FDSelect::get_fd\28unsigned\20int\29\20const -5472:ButtCapDashedCircleOp::ButtCapDashedCircleOp\28GrProcessorSet*\2c\20SkRGBA4f<\28SkAlphaType\292>\20const&\2c\20SkMatrix\20const&\2c\20SkPoint\2c\20float\2c\20float\2c\20float\2c\20float\2c\20float\2c\20float\29 -5473:BrotliTransformDictionaryWord -5474:BrotliEnsureRingBuffer -5475:AutoLayerForImageFilter::addMaskFilterLayer\28SkRect\20const*\29 -5476:AngleWinding\28SkOpSpanBase*\2c\20SkOpSpanBase*\2c\20int*\2c\20bool*\29 -5477:AddIntersectTs\28SkOpContour*\2c\20SkOpContour*\2c\20SkOpCoincidence*\29 -5478:ActiveEdgeList::replace\28SkPoint\20const&\2c\20SkPoint\20const&\2c\20SkPoint\20const&\2c\20unsigned\20short\2c\20unsigned\20short\2c\20unsigned\20short\29 -5479:ActiveEdgeList::remove\28SkPoint\20const&\2c\20SkPoint\20const&\2c\20unsigned\20short\2c\20unsigned\20short\29 -5480:ActiveEdgeList::insert\28SkPoint\20const&\2c\20SkPoint\20const&\2c\20unsigned\20short\2c\20unsigned\20short\29 -5481:AAT::kerx_accelerator_t*\20hb_data_wrapper_t::call_create>\28\29\20const -5482:AAT::hb_aat_apply_context_t::return_t\20AAT::ChainSubtable::dispatch\28AAT::hb_aat_apply_context_t*\29\20const -5483:AAT::hb_aat_apply_context_t::return_t\20AAT::ChainSubtable::dispatch\28AAT::hb_aat_apply_context_t*\29\20const -5484:AAT::hb_aat_apply_context_t::replace_glyph\28unsigned\20int\29 -5485:AAT::ankr::get_anchor\28unsigned\20int\2c\20unsigned\20int\2c\20unsigned\20int\29\20const -5486:AAT::TrackData::sanitize\28hb_sanitize_context_t*\2c\20void\20const*\29\20const -5487:AAT::TrackData::get_tracking\28void\20const*\2c\20float\2c\20float\29\20const -5488:AAT::StateTable::EntryData>::sanitize\28hb_sanitize_context_t*\2c\20unsigned\20int*\29\20const -5489:AAT::StateTable::EntryData>::sanitize\28hb_sanitize_context_t*\2c\20unsigned\20int*\29\20const -5490:AAT::StateTable::EntryData>::sanitize\28hb_sanitize_context_t*\2c\20unsigned\20int*\29\20const -5491:AAT::RearrangementSubtable::driver_context_t::transition\28hb_buffer_t*\2c\20AAT::StateTableDriver::Flags>*\2c\20AAT::Entry\20const&\29 -5492:AAT::NoncontextualSubtable::apply\28AAT::hb_aat_apply_context_t*\29\20const -5493:AAT::Lookup>::sanitize\28hb_sanitize_context_t*\29\20const -5494:AAT::Lookup>::get_value\28unsigned\20int\2c\20unsigned\20int\29\20const -5495:AAT::InsertionSubtable::driver_context_t::transition\28hb_buffer_t*\2c\20AAT::StateTableDriver::EntryData\2c\20AAT::InsertionSubtable::Flags>*\2c\20AAT::Entry::EntryData>\20const&\29 -5496:AAT::Chain::sanitize\28hb_sanitize_context_t*\2c\20unsigned\20int\29\20const -5497:AAT::Chain::sanitize\28hb_sanitize_context_t*\2c\20unsigned\20int\29\20const -5498:5261 -5499:5262 -5500:5263 -5501:5264 -5502:5265 -5503:5266 -5504:5267 -5505:5268 -5506:5269 -5507:5270 -5508:5271 -5509:5272 -5510:5273 -5511:5274 -5512:5275 -5513:5276 -5514:5277 -5515:5278 +3362:3125 +3363:3126 +3364:3127 +3365:3128 +3366:3129 +3367:zeroinfnan +3368:wuffs_lzw__decoder__transform_io +3369:wuffs_gif__decoder__set_quirk_enabled +3370:wuffs_gif__decoder__restart_frame +3371:wuffs_gif__decoder__num_animation_loops +3372:wuffs_gif__decoder__frame_dirty_rect +3373:wuffs_gif__decoder__decode_up_to_id_part1 +3374:wuffs_gif__decoder__decode_frame +3375:write_vertex_position\28GrGLSLVertexBuilder*\2c\20GrGLSLUniformHandler*\2c\20GrShaderCaps\20const&\2c\20GrShaderVar\20const&\2c\20SkMatrix\20const&\2c\20char\20const*\2c\20GrShaderVar*\2c\20GrResourceHandle*\29 +3376:write_passthrough_vertex_position\28GrGLSLVertexBuilder*\2c\20GrShaderVar\20const&\2c\20GrShaderVar*\29 +3377:write_buf +3378:wctomb +3379:wchar_t*\20std::__2::copy\5babi:nn180100\5d\2c\20wchar_t*>\28std::__2::__wrap_iter\2c\20std::__2::__wrap_iter\2c\20wchar_t*\29 +3380:wchar_t*\20std::__2::__constexpr_memmove\5babi:nn180100\5d\28wchar_t*\2c\20wchar_t\20const*\2c\20std::__2::__element_count\29 +3381:walk_simple_edges\28SkEdge*\2c\20SkBlitter*\2c\20int\2c\20int\29 +3382:vsscanf +3383:void\20std::__2::vector>::__assign_with_size\5babi:ne180100\5d\28unsigned\20long*\2c\20unsigned\20long*\2c\20long\29 +3384:void\20std::__2::vector>::__assign_with_size\5babi:ne180100\5d\28skia::textlayout::FontFeature*\2c\20skia::textlayout::FontFeature*\2c\20long\29 +3385:void\20std::__2::vector>::__assign_with_size\5babi:ne180100\5d\28SkString*\2c\20SkString*\2c\20long\29 +3386:void\20std::__2::vector>::__assign_with_size\5babi:ne180100\5d\28SkFontArguments::VariationPosition::Coordinate*\2c\20SkFontArguments::VariationPosition::Coordinate*\2c\20long\29 +3387:void\20std::__2::basic_string\2c\20std::__2::allocator>::__init\28wchar_t\20const*\2c\20wchar_t\20const*\29 +3388:void\20std::__2::basic_string\2c\20std::__2::allocator>::__init\28char*\2c\20char*\29 +3389:void\20std::__2::__tree_balance_after_insert\5babi:ne180100\5d*>\28std::__2::__tree_node_base*\2c\20std::__2::__tree_node_base*\29 +3390:void\20std::__2::__stable_sort_move\20const&\2c\20unsigned\20int\2c\20FT_COLR_Paint_\20const&\2c\20SkPaint*\29::$_0::operator\28\29\28FT_ColorStopIterator_\20const&\2c\20std::__2::vector>&\2c\20std::__2::vector\2c\20std::__2::allocator>>&\29\20const::'lambda'\28\28anonymous\20namespace\29::colrv1_configure_skpaint\28FT_FaceRec_*\2c\20SkSpan\20const&\2c\20unsigned\20int\2c\20FT_COLR_Paint_\20const&\2c\20SkPaint*\29::$_0::operator\28\29\28FT_ColorStopIterator_\20const&\2c\20std::__2::vector>&\2c\20std::__2::vector\2c\20std::__2::allocator>>&\29\20const::ColorStop\20const&\2c\20\28anonymous\20namespace\29::colrv1_configure_skpaint\28FT_FaceRec_*\2c\20SkSpan\20const&\2c\20unsigned\20int\2c\20FT_COLR_Paint_\20const&\2c\20SkPaint*\29::$_0::operator\28\29\28FT_ColorStopIterator_\20const&\2c\20std::__2::vector>&\2c\20std::__2::vector\2c\20std::__2::allocator>>&\29\20const::ColorStop\20const&\29&\2c\20std::__2::__wrap_iter<\28anonymous\20namespace\29::colrv1_configure_skpaint\28FT_FaceRec_*\2c\20SkSpan\20const&\2c\20unsigned\20int\2c\20FT_COLR_Paint_\20const&\2c\20SkPaint*\29::$_0::operator\28\29\28FT_ColorStopIterator_\20const&\2c\20std::__2::vector>&\2c\20std::__2::vector\2c\20std::__2::allocator>>&\29\20const::ColorStop*>>\28std::__2::__wrap_iter<\28anonymous\20namespace\29::colrv1_configure_skpaint\28FT_FaceRec_*\2c\20SkSpan\20const&\2c\20unsigned\20int\2c\20FT_COLR_Paint_\20const&\2c\20SkPaint*\29::$_0::operator\28\29\28FT_ColorStopIterator_\20const&\2c\20std::__2::vector>&\2c\20std::__2::vector\2c\20std::__2::allocator>>&\29\20const::ColorStop*>\2c\20std::__2::__wrap_iter<\28anonymous\20namespace\29::colrv1_configure_skpaint\28FT_FaceRec_*\2c\20SkSpan\20const&\2c\20unsigned\20int\2c\20FT_COLR_Paint_\20const&\2c\20SkPaint*\29::$_0::operator\28\29\28FT_ColorStopIterator_\20const&\2c\20std::__2::vector>&\2c\20std::__2::vector\2c\20std::__2::allocator>>&\29\20const::ColorStop*>\2c\20\28anonymous\20namespace\29::colrv1_configure_skpaint\28FT_FaceRec_*\2c\20SkSpan\20const&\2c\20unsigned\20int\2c\20FT_COLR_Paint_\20const&\2c\20SkPaint*\29::$_0::operator\28\29\28FT_ColorStopIterator_\20const&\2c\20std::__2::vector>&\2c\20std::__2::vector\2c\20std::__2::allocator>>&\29\20const::'lambda'\28\28anonymous\20namespace\29::colrv1_configure_skpaint\28FT_FaceRec_*\2c\20SkSpan\20const&\2c\20unsigned\20int\2c\20FT_COLR_Paint_\20const&\2c\20SkPaint*\29::$_0::operator\28\29\28FT_ColorStopIterator_\20const&\2c\20std::__2::vector>&\2c\20std::__2::vector\2c\20std::__2::allocator>>&\29\20const::ColorStop\20const&\2c\20\28anonymous\20namespace\29::colrv1_configure_skpaint\28FT_FaceRec_*\2c\20SkSpan\20const&\2c\20unsigned\20int\2c\20FT_COLR_Paint_\20const&\2c\20SkPaint*\29::$_0::operator\28\29\28FT_ColorStopIterator_\20const&\2c\20std::__2::vector>&\2c\20std::__2::vector\2c\20std::__2::allocator>>&\29\20const::ColorStop\20const&\29&\2c\20std::__2::iterator_traits\20const&\2c\20unsigned\20int\2c\20FT_COLR_Paint_\20const&\2c\20SkPaint*\29::$_0::operator\28\29\28FT_ColorStopIterator_\20const&\2c\20std::__2::vector>&\2c\20std::__2::vector\2c\20std::__2::allocator>>&\29\20const::ColorStop*>>::difference_type\2c\20std::__2::iterator_traits\20const&\2c\20unsigned\20int\2c\20FT_COLR_Paint_\20const&\2c\20SkPaint*\29::$_0::operator\28\29\28FT_ColorStopIterator_\20const&\2c\20std::__2::vector>&\2c\20std::__2::vector\2c\20std::__2::allocator>>&\29\20const::ColorStop*>>::value_type*\29 +3391:void\20std::__2::__sort5_maybe_branchless\5babi:ne180100\5d\28skia::textlayout::OneLineShaper::RunBlock*\2c\20skia::textlayout::OneLineShaper::RunBlock*\2c\20skia::textlayout::OneLineShaper::RunBlock*\2c\20skia::textlayout::OneLineShaper::RunBlock*\2c\20skia::textlayout::OneLineShaper::RunBlock*\2c\20skia::textlayout::OneLineShaper::finish\28skia::textlayout::Block\20const&\2c\20float\2c\20float&\29::$_0&\29 +3392:void\20std::__2::__sort5_maybe_branchless\5babi:ne180100\5d\28\28anonymous\20namespace\29::Entry*\2c\20\28anonymous\20namespace\29::Entry*\2c\20\28anonymous\20namespace\29::Entry*\2c\20\28anonymous\20namespace\29::Entry*\2c\20\28anonymous\20namespace\29::Entry*\2c\20\28anonymous\20namespace\29::EntryComparator&\29 +3393:void\20std::__2::__sort5_maybe_branchless\5babi:ne180100\5d\28SkSL::ProgramElement\20const**\2c\20SkSL::ProgramElement\20const**\2c\20SkSL::ProgramElement\20const**\2c\20SkSL::ProgramElement\20const**\2c\20SkSL::ProgramElement\20const**\2c\20SkSL::Transform::\28anonymous\20namespace\29::BuiltinVariableScanner::sortNewElements\28\29::'lambda'\28SkSL::ProgramElement\20const*\2c\20SkSL::ProgramElement\20const*\29&\29 +3394:void\20std::__2::__sort5_maybe_branchless\5babi:ne180100\5d\28SkSL::FunctionDefinition\20const**\2c\20SkSL::FunctionDefinition\20const**\2c\20SkSL::FunctionDefinition\20const**\2c\20SkSL::FunctionDefinition\20const**\2c\20SkSL::FunctionDefinition\20const**\2c\20SkSL::Transform::FindAndDeclareBuiltinFunctions\28SkSL::Program&\29::$_0&\29 +3395:void\20std::__2::__sift_up\5babi:ne180100\5d*>>\28std::__2::__wrap_iter*>\2c\20std::__2::__wrap_iter*>\2c\20GrGeometryProcessor::ProgramImpl::emitTransformCode\28GrGLSLVertexBuilder*\2c\20GrGLSLUniformHandler*\29::$_1&\2c\20std::__2::iterator_traits*>>::difference_type\29 +3396:void\20std::__2::__optional_storage_base::__assign_from\5babi:ne180100\5d\20const&>\28std::__2::__optional_copy_assign_base\20const&\29 +3397:void\20std::__2::__introsort\28skia::textlayout::OneLineShaper::RunBlock*\2c\20skia::textlayout::OneLineShaper::RunBlock*\2c\20skia::textlayout::OneLineShaper::finish\28skia::textlayout::Block\20const&\2c\20float\2c\20float&\29::$_0&\2c\20std::__2::iterator_traits::difference_type\2c\20bool\29 +3398:void\20std::__2::__introsort\28\28anonymous\20namespace\29::Entry*\2c\20\28anonymous\20namespace\29::Entry*\2c\20\28anonymous\20namespace\29::EntryComparator&\2c\20std::__2::iterator_traits<\28anonymous\20namespace\29::Entry*>::difference_type\2c\20bool\29 +3399:void\20std::__2::__introsort\28SkSL::ProgramElement\20const**\2c\20SkSL::ProgramElement\20const**\2c\20SkSL::Transform::\28anonymous\20namespace\29::BuiltinVariableScanner::sortNewElements\28\29::'lambda'\28SkSL::ProgramElement\20const*\2c\20SkSL::ProgramElement\20const*\29&\2c\20std::__2::iterator_traits::difference_type\2c\20bool\29 +3400:void\20std::__2::__introsort\28SkSL::FunctionDefinition\20const**\2c\20SkSL::FunctionDefinition\20const**\2c\20SkSL::Transform::FindAndDeclareBuiltinFunctions\28SkSL::Program&\29::$_0&\2c\20std::__2::iterator_traits::difference_type\2c\20bool\29 +3401:void\20std::__2::__double_or_nothing\5babi:nn180100\5d\28std::__2::unique_ptr&\2c\20char*&\2c\20char*&\29 +3402:void\20std::__2::__call_once_proxy\5babi:nn180100\5d>\28void*\29 +3403:void\20sorted_merge<&sweep_lt_vert\28SkPoint\20const&\2c\20SkPoint\20const&\29>\28GrTriangulator::VertexList*\2c\20GrTriangulator::VertexList*\2c\20GrTriangulator::VertexList*\29 +3404:void\20sorted_merge<&sweep_lt_horiz\28SkPoint\20const&\2c\20SkPoint\20const&\29>\28GrTriangulator::VertexList*\2c\20GrTriangulator::VertexList*\2c\20GrTriangulator::VertexList*\29 +3405:void\20sort_r_simple<>\28void*\2c\20unsigned\20long\2c\20unsigned\20long\2c\20int\20\28*\29\28void\20const*\2c\20void\20const*\29\29_14351 +3406:void\20skgpu::ganesh::SurfaceFillContext::clear<\28SkAlphaType\292>\28SkRGBA4f<\28SkAlphaType\292>\20const&\29 +3407:void\20hair_path<\28SkPaint::Cap\292>\28SkPathRaw\20const&\2c\20SkRasterClip\20const&\2c\20SkBlitter*\2c\20void\20\28*\29\28SkPoint\20const*\2c\20int\2c\20SkRegion\20const*\2c\20SkBlitter*\29\29 +3408:void\20hair_path<\28SkPaint::Cap\291>\28SkPathRaw\20const&\2c\20SkRasterClip\20const&\2c\20SkBlitter*\2c\20void\20\28*\29\28SkPoint\20const*\2c\20int\2c\20SkRegion\20const*\2c\20SkBlitter*\29\29 +3409:void\20hair_path<\28SkPaint::Cap\290>\28SkPathRaw\20const&\2c\20SkRasterClip\20const&\2c\20SkBlitter*\2c\20void\20\28*\29\28SkPoint\20const*\2c\20int\2c\20SkRegion\20const*\2c\20SkBlitter*\29\29 +3410:void\20emscripten::internal::raw_destructor>\28sk_sp*\29 +3411:void\20emscripten::internal::MemberAccess>::setWire\28sk_sp\20SkRuntimeEffect::TracedShader::*\20const&\2c\20SkRuntimeEffect::TracedShader&\2c\20sk_sp*\29 +3412:void\20emscripten::internal::MemberAccess::setWire\28SimpleFontStyle\20SimpleStrutStyle::*\20const&\2c\20SimpleStrutStyle&\2c\20SimpleFontStyle*\29 +3413:void\20\28anonymous\20namespace\29::copyFT2LCD16\28FT_Bitmap_\20const&\2c\20SkMaskBuilder*\2c\20int\2c\20unsigned\20char\20const*\2c\20unsigned\20char\20const*\2c\20unsigned\20char\20const*\29 +3414:void\20\28anonymous\20namespace\29::Pass::blur\28int\2c\20int\2c\20int\2c\20unsigned\20int\20const*\2c\20int\2c\20unsigned\20int*\2c\20int\29 +3415:void\20\28anonymous\20namespace\29::Pass::blur\28int\2c\20int\2c\20int\2c\20unsigned\20char\20const*\2c\20int\2c\20unsigned\20char*\2c\20int\29 +3416:void\20SkTIntroSort\28int\2c\20int*\2c\20int\2c\20DistanceLessThan\20const&\29 +3417:void\20SkTIntroSort\28float*\2c\20float*\29::'lambda'\28float\20const&\2c\20float\20const&\29>\28int\2c\20float*\2c\20int\2c\20void\20SkTQSort\28float*\2c\20float*\29::'lambda'\28float\20const&\2c\20float\20const&\29\20const&\29 +3418:void\20SkTIntroSort\28int\2c\20SkString*\2c\20int\2c\20bool\20\20const\28&\29\28SkString\20const&\2c\20SkString\20const&\29\29 +3419:void\20SkTIntroSort\28int\2c\20SkOpRayHit**\2c\20int\2c\20bool\20\20const\28&\29\28SkOpRayHit\20const*\2c\20SkOpRayHit\20const*\29\29 +3420:void\20SkTIntroSort\28SkOpContour**\2c\20SkOpContour**\29::'lambda'\28SkOpContour\20const*\2c\20SkOpContour\20const*\29>\28int\2c\20SkOpContour*\2c\20int\2c\20void\20SkTQSort\28SkOpContour**\2c\20SkOpContour**\29::'lambda'\28SkOpContour\20const*\2c\20SkOpContour\20const*\29\20const&\29 +3421:void\20SkTIntroSort>\2c\20SkCodec::Result*\29::Entry\2c\20SkIcoCodec::MakeFromStream\28std::__2::unique_ptr>\2c\20SkCodec::Result*\29::EntryLessThan>\28int\2c\20SkIcoCodec::MakeFromStream\28std::__2::unique_ptr>\2c\20SkCodec::Result*\29::Entry*\2c\20int\2c\20SkIcoCodec::MakeFromStream\28std::__2::unique_ptr>\2c\20SkCodec::Result*\29::EntryLessThan\20const&\29 +3422:void\20SkTIntroSort\28SkClosestRecord\20const**\2c\20SkClosestRecord\20const**\29::'lambda'\28SkClosestRecord\20const*\2c\20SkClosestRecord\20const*\29>\28int\2c\20SkClosestRecord\20const*\2c\20int\2c\20void\20SkTQSort\28SkClosestRecord\20const**\2c\20SkClosestRecord\20const**\29::'lambda'\28SkClosestRecord\20const*\2c\20SkClosestRecord\20const*\29\20const&\29 +3423:void\20SkTIntroSort\28int\2c\20SkAnalyticEdge**\2c\20int\2c\20bool\20\20const\28&\29\28SkAnalyticEdge\20const*\2c\20SkAnalyticEdge\20const*\29\29 +3424:void\20SkTIntroSort\28int\2c\20GrGpuResource**\2c\20int\2c\20bool\20\20const\28&\29\28GrGpuResource*\20const&\2c\20GrGpuResource*\20const&\29\29 +3425:void\20SkTIntroSort\28int\2c\20GrGpuResource**\2c\20int\2c\20bool\20\28*\20const&\29\28GrGpuResource*\20const&\2c\20GrGpuResource*\20const&\29\29 +3426:void\20SkTIntroSort\28int\2c\20Edge*\2c\20int\2c\20EdgeLT\20const&\29 +3427:void\20AAT::LookupFormat2>::collect_glyphs\28hb_bit_set_t&\29\20const +3428:void*\20OT::hb_accelerate_subtables_context_t::cache_func_to>\28void*\2c\20OT::hb_ot_lookup_cache_op_t\29 +3429:void*\20OT::hb_accelerate_subtables_context_t::cache_func_to>\28void*\2c\20OT::hb_ot_lookup_cache_op_t\29 +3430:virtual\20thunk\20to\20GrGLTexture::onSetLabel\28\29 +3431:virtual\20thunk\20to\20GrGLTexture::backendFormat\28\29\20const +3432:vfiprintf +3433:validate_texel_levels\28SkISize\2c\20GrColorType\2c\20GrMipLevel\20const*\2c\20int\2c\20GrCaps\20const*\29 +3434:unsigned\20short\20std::__2::__num_get_unsigned_integral\5babi:nn180100\5d\28char\20const*\2c\20char\20const*\2c\20unsigned\20int&\2c\20int\29 +3435:unsigned\20long\20long\20std::__2::__num_get_unsigned_integral\5babi:nn180100\5d\28char\20const*\2c\20char\20const*\2c\20unsigned\20int&\2c\20int\29 +3436:unsigned\20long\20const&\20std::__2::min\5babi:nn180100\5d\28unsigned\20long\20const&\2c\20unsigned\20long\20const&\29 +3437:unsigned\20int\20std::__2::__num_get_unsigned_integral\5babi:nn180100\5d\28char\20const*\2c\20char\20const*\2c\20unsigned\20int&\2c\20int\29 +3438:unsigned\20int\20const*\20std::__2::lower_bound\5babi:nn180100\5d\28unsigned\20int\20const*\2c\20unsigned\20int\20const*\2c\20unsigned\20long\20const&\29 +3439:unsigned\20int\20const&\20std::__2::__identity::operator\28\29\5babi:nn180100\5d\28unsigned\20int\20const&\29\20const +3440:ubidi_close_skia +3441:u_terminateUChars_skia +3442:u_charType_skia +3443:tt_size_run_prep +3444:tt_size_done_bytecode +3445:tt_sbit_decoder_load_image +3446:tt_face_vary_cvt +3447:tt_face_palette_set +3448:tt_face_load_cvt +3449:tt_face_get_metrics +3450:tt_done_blend +3451:tt_delta_interpolate +3452:tt_cmap4_next +3453:tt_cmap4_char_map_linear +3454:tt_cmap4_char_map_binary +3455:tt_cmap14_get_def_chars +3456:tt_cmap13_next +3457:tt_cmap12_next +3458:tt_cmap12_init +3459:tt_cmap12_char_map_binary +3460:tt_apply_mvar +3461:toParagraphStyle\28SimpleParagraphStyle\20const&\29 +3462:toBytes\28sk_sp\29 +3463:t1_lookup_glyph_by_stdcharcode_ps +3464:t1_builder_close_contour +3465:t1_builder_check_points +3466:strtoull +3467:strtoll_l +3468:strspn +3469:strncpy +3470:stream_close +3471:store_int +3472:std::logic_error::~logic_error\28\29 +3473:std::logic_error::logic_error\28char\20const*\29 +3474:std::exception::exception\5babi:nn180100\5d\28\29 +3475:std::__2::vector>::max_size\28\29\20const +3476:std::__2::vector>::capacity\5babi:nn180100\5d\28\29\20const +3477:std::__2::vector>::__construct_at_end\28unsigned\20long\29 +3478:std::__2::vector>::__clear\5babi:nn180100\5d\28\29 +3479:std::__2::vector>::__base_destruct_at_end\5babi:nn180100\5d\28std::__2::locale::facet**\29 +3480:std::__2::vector>::insert\28std::__2::__wrap_iter\2c\20float&&\29 +3481:std::__2::vector>::__append\28unsigned\20long\29 +3482:std::__2::unique_ptr::operator=\5babi:nn180100\5d\28std::__2::unique_ptr&&\29 +3483:std::__2::unique_ptr>::~unique_ptr\5babi:ne180100\5d\28\29 +3484:std::__2::unique_ptr>::operator=\5babi:ne180100\5d\28std::nullptr_t\29 +3485:std::__2::unique_ptr>::reset\5babi:ne180100\5d\28SkCanvas::Layer*\29 +3486:std::__2::unique_ptr>*\20SkLRUCache>\2c\20GrGLGpu::ProgramCache::DescHash\2c\20SkNoOpPurge>::insert>>\28GrProgramDesc\20const&\2c\20std::__2::unique_ptr>&&\29 +3487:std::__2::tuple\2c\20int\2c\20sktext::gpu::SubRunAllocator>\20sktext::gpu::SubRunAllocator::AllocateClassMemoryAndArena\28int\29::'lambda0'\28\29::operator\28\29\28\29\20const +3488:std::__2::tuple\2c\20int\2c\20sktext::gpu::SubRunAllocator>\20sktext::gpu::SubRunAllocator::AllocateClassMemoryAndArena\28int\29::'lambda'\28\29::operator\28\29\28\29\20const +3489:std::__2::to_string\28unsigned\20long\29 +3490:std::__2::to_chars_result\20std::__2::__to_chars_itoa\5babi:nn180100\5d\28char*\2c\20char*\2c\20unsigned\20int\2c\20std::__2::integral_constant\29 +3491:std::__2::time_put>>::~time_put\28\29 +3492:std::__2::time_get>>::__get_year\28int&\2c\20std::__2::istreambuf_iterator>&\2c\20std::__2::istreambuf_iterator>\2c\20unsigned\20int&\2c\20std::__2::ctype\20const&\29\20const +3493:std::__2::time_get>>::__get_weekdayname\28int&\2c\20std::__2::istreambuf_iterator>&\2c\20std::__2::istreambuf_iterator>\2c\20unsigned\20int&\2c\20std::__2::ctype\20const&\29\20const +3494:std::__2::time_get>>::__get_monthname\28int&\2c\20std::__2::istreambuf_iterator>&\2c\20std::__2::istreambuf_iterator>\2c\20unsigned\20int&\2c\20std::__2::ctype\20const&\29\20const +3495:std::__2::time_get>>::__get_year\28int&\2c\20std::__2::istreambuf_iterator>&\2c\20std::__2::istreambuf_iterator>\2c\20unsigned\20int&\2c\20std::__2::ctype\20const&\29\20const +3496:std::__2::time_get>>::__get_weekdayname\28int&\2c\20std::__2::istreambuf_iterator>&\2c\20std::__2::istreambuf_iterator>\2c\20unsigned\20int&\2c\20std::__2::ctype\20const&\29\20const +3497:std::__2::time_get>>::__get_monthname\28int&\2c\20std::__2::istreambuf_iterator>&\2c\20std::__2::istreambuf_iterator>\2c\20unsigned\20int&\2c\20std::__2::ctype\20const&\29\20const +3498:std::__2::reverse_iterator::operator++\5babi:nn180100\5d\28\29 +3499:std::__2::reverse_iterator::operator*\5babi:nn180100\5d\28\29\20const +3500:std::__2::pair\20std::__2::__copy_trivial::operator\28\29\5babi:nn180100\5d\28wchar_t\20const*\2c\20wchar_t\20const*\2c\20wchar_t*\29\20const +3501:std::__2::pair\2c\20void*>*>\2c\20bool>\20std::__2::__hash_table\2c\20std::__2::__unordered_map_hasher\2c\20std::__2::hash\2c\20std::__2::equal_to\2c\20true>\2c\20std::__2::__unordered_map_equal\2c\20std::__2::equal_to\2c\20std::__2::hash\2c\20true>\2c\20std::__2::allocator>>::__emplace_unique_key_args\2c\20std::__2::tuple<>>\28GrFragmentProcessor\20const*\20const&\2c\20std::__2::piecewise_construct_t\20const&\2c\20std::__2::tuple&&\2c\20std::__2::tuple<>&&\29 +3502:std::__2::pair*>\2c\20bool>\20std::__2::__hash_table\2c\20std::__2::equal_to\2c\20std::__2::allocator>::__emplace_unique_key_args\28int\20const&\2c\20int\20const&\29 +3503:std::__2::pair\2c\20std::__2::allocator>>>::pair\5babi:ne180100\5d\28std::__2::pair\2c\20std::__2::allocator>>>&&\29 +3504:std::__2::pair\20std::__2::__copy_trivial::operator\28\29\5babi:nn180100\5d\28char\20const*\2c\20char\20const*\2c\20char*\29\20const +3505:std::__2::ostreambuf_iterator>::operator=\5babi:nn180100\5d\28wchar_t\29 +3506:std::__2::ostreambuf_iterator>::operator=\5babi:nn180100\5d\28char\29 +3507:std::__2::optional&\20std::__2::optional::operator=\5babi:ne180100\5d\28SkPath\20const&\29 +3508:std::__2::numpunct::~numpunct\28\29 +3509:std::__2::numpunct::~numpunct\28\29 +3510:std::__2::num_get>>::do_get\28std::__2::istreambuf_iterator>\2c\20std::__2::istreambuf_iterator>\2c\20std::__2::ios_base&\2c\20unsigned\20int&\2c\20unsigned\20int&\29\20const +3511:std::__2::num_get>>\20const&\20std::__2::use_facet\5babi:nn180100\5d>>>\28std::__2::locale\20const&\29 +3512:std::__2::num_get>>::do_get\28std::__2::istreambuf_iterator>\2c\20std::__2::istreambuf_iterator>\2c\20std::__2::ios_base&\2c\20unsigned\20int&\2c\20unsigned\20int&\29\20const +3513:std::__2::moneypunct\20const&\20std::__2::use_facet\5babi:nn180100\5d>\28std::__2::locale\20const&\29 +3514:std::__2::moneypunct\20const&\20std::__2::use_facet\5babi:nn180100\5d>\28std::__2::locale\20const&\29 +3515:std::__2::moneypunct::do_negative_sign\28\29\20const +3516:std::__2::moneypunct\20const&\20std::__2::use_facet\5babi:nn180100\5d>\28std::__2::locale\20const&\29 +3517:std::__2::moneypunct\20const&\20std::__2::use_facet\5babi:nn180100\5d>\28std::__2::locale\20const&\29 +3518:std::__2::moneypunct::do_negative_sign\28\29\20const +3519:std::__2::money_get>>::__do_get\28std::__2::istreambuf_iterator>&\2c\20std::__2::istreambuf_iterator>\2c\20bool\2c\20std::__2::locale\20const&\2c\20unsigned\20int\2c\20unsigned\20int&\2c\20bool&\2c\20std::__2::ctype\20const&\2c\20std::__2::unique_ptr&\2c\20wchar_t*&\2c\20wchar_t*\29 +3520:std::__2::money_get>>::__do_get\28std::__2::istreambuf_iterator>&\2c\20std::__2::istreambuf_iterator>\2c\20bool\2c\20std::__2::locale\20const&\2c\20unsigned\20int\2c\20unsigned\20int&\2c\20bool&\2c\20std::__2::ctype\20const&\2c\20std::__2::unique_ptr&\2c\20char*&\2c\20char*\29 +3521:std::__2::locale::facet**\20std::__2::__construct_at\5babi:nn180100\5d\28std::__2::locale::facet**\29 +3522:std::__2::locale::__imp::~__imp\28\29 +3523:std::__2::locale::__imp::release\28\29 +3524:std::__2::iterator_traits::difference_type\20std::__2::__distance\5babi:nn180100\5d\28unsigned\20int\20const*\2c\20unsigned\20int\20const*\2c\20std::__2::random_access_iterator_tag\29 +3525:std::__2::iterator_traits\2c\20std::__2::allocator>\20const*>::difference_type\20std::__2::distance\5babi:nn180100\5d\2c\20std::__2::allocator>\20const*>\28std::__2::basic_string\2c\20std::__2::allocator>\20const*\2c\20std::__2::basic_string\2c\20std::__2::allocator>\20const*\29 +3526:std::__2::iterator_traits::difference_type\20std::__2::distance\5babi:nn180100\5d\28char*\2c\20char*\29 +3527:std::__2::iterator_traits::difference_type\20std::__2::__distance\5babi:nn180100\5d\28char*\2c\20char*\2c\20std::__2::random_access_iterator_tag\29 +3528:std::__2::istreambuf_iterator>::operator++\5babi:nn180100\5d\28int\29 +3529:std::__2::istreambuf_iterator>::__test_for_eof\5babi:nn180100\5d\28\29\20const +3530:std::__2::istreambuf_iterator>::operator++\5babi:nn180100\5d\28int\29 +3531:std::__2::istreambuf_iterator>::__test_for_eof\5babi:nn180100\5d\28\29\20const +3532:std::__2::ios_base::width\5babi:nn180100\5d\28long\29 +3533:std::__2::ios_base::init\28void*\29 +3534:std::__2::ios_base::imbue\28std::__2::locale\20const&\29 +3535:std::__2::ios_base::__call_callbacks\28std::__2::ios_base::event\29 +3536:std::__2::enable_if::type\20skgpu::tess::PatchWriter\2c\20skgpu::tess::Optional<\28skgpu::tess::PatchAttribs\294>\2c\20skgpu::tess::Optional<\28skgpu::tess::PatchAttribs\298>\2c\20skgpu::tess::Optional<\28skgpu::tess::PatchAttribs\2964>\2c\20skgpu::tess::Optional<\28skgpu::tess::PatchAttribs\2932>\2c\20skgpu::tess::ReplicateLineEndPoints\2c\20skgpu::tess::TrackJoinControlPoints>::writeDeferredStrokePatch\28SkPoint\2c\20std::__2::optional\29 +3537:std::__2::enable_if::value\20&&\20is_move_assignable::value\2c\20void>::type\20std::__2::swap\5babi:nn180100\5d\28char&\2c\20char&\29 +3538:std::__2::deque>::__add_back_capacity\28\29 +3539:std::__2::default_delete::operator\28\29\5babi:ne180100\5d\28sktext::GlyphRunBuilder*\29\20const +3540:std::__2::default_delete\2c\20skia::textlayout::OneLineShaper::FontKey::Hasher>::Pair\2c\20skia::textlayout::OneLineShaper::FontKey\2c\20skia_private::THashMap\2c\20skia::textlayout::OneLineShaper::FontKey::Hasher>::Pair>::Slot\20\5b\5d>::_EnableIfConvertible\2c\20skia::textlayout::OneLineShaper::FontKey::Hasher>::Pair\2c\20skia::textlayout::OneLineShaper::FontKey\2c\20skia_private::THashMap\2c\20skia::textlayout::OneLineShaper::FontKey::Hasher>::Pair>::Slot>::type\20std::__2::default_delete\2c\20skia::textlayout::OneLineShaper::FontKey::Hasher>::Pair\2c\20skia::textlayout::OneLineShaper::FontKey\2c\20skia_private::THashMap\2c\20skia::textlayout::OneLineShaper::FontKey::Hasher>::Pair>::Slot\20\5b\5d>::operator\28\29\5babi:ne180100\5d\2c\20skia::textlayout::OneLineShaper::FontKey::Hasher>::Pair\2c\20skia::textlayout::OneLineShaper::FontKey\2c\20skia_private::THashMap\2c\20skia::textlayout::OneLineShaper::FontKey::Hasher>::Pair>::Slot>\28skia_private::THashTable\2c\20skia::textlayout::OneLineShaper::FontKey::Hasher>::Pair\2c\20skia::textlayout::OneLineShaper::FontKey\2c\20skia_private::THashMap\2c\20skia::textlayout::OneLineShaper::FontKey::Hasher>::Pair>::Slot*\29\20const +3541:std::__2::default_delete\2c\20false>\2c\20SkGoodHash>::Pair\2c\20SkSL::FunctionDeclaration\20const*\2c\20skia_private::THashMap\2c\20false>\2c\20SkGoodHash>::Pair>::Slot\20\5b\5d>::_EnableIfConvertible\2c\20false>\2c\20SkGoodHash>::Pair\2c\20SkSL::FunctionDeclaration\20const*\2c\20skia_private::THashMap\2c\20false>\2c\20SkGoodHash>::Pair>::Slot>::type\20std::__2::default_delete\2c\20false>\2c\20SkGoodHash>::Pair\2c\20SkSL::FunctionDeclaration\20const*\2c\20skia_private::THashMap\2c\20false>\2c\20SkGoodHash>::Pair>::Slot\20\5b\5d>::operator\28\29\5babi:ne180100\5d\2c\20false>\2c\20SkGoodHash>::Pair\2c\20SkSL::FunctionDeclaration\20const*\2c\20skia_private::THashMap\2c\20false>\2c\20SkGoodHash>::Pair>::Slot>\28skia_private::THashTable\2c\20false>\2c\20SkGoodHash>::Pair\2c\20SkSL::FunctionDeclaration\20const*\2c\20skia_private::THashMap\2c\20false>\2c\20SkGoodHash>::Pair>::Slot*\29\20const +3542:std::__2::default_delete\2c\20SkDescriptor\20const&\2c\20sktext::gpu::StrikeCache::HashTraits>::Slot\20\5b\5d>::_EnableIfConvertible\2c\20SkDescriptor\20const&\2c\20sktext::gpu::StrikeCache::HashTraits>::Slot>::type\20std::__2::default_delete\2c\20SkDescriptor\20const&\2c\20sktext::gpu::StrikeCache::HashTraits>::Slot\20\5b\5d>::operator\28\29\5babi:ne180100\5d\2c\20SkDescriptor\20const&\2c\20sktext::gpu::StrikeCache::HashTraits>::Slot>\28skia_private::THashTable\2c\20SkDescriptor\20const&\2c\20sktext::gpu::StrikeCache::HashTraits>::Slot*\29\20const +3543:std::__2::ctype::~ctype\28\29 +3544:std::__2::codecvt::~codecvt\28\29 +3545:std::__2::codecvt::do_out\28__mbstate_t&\2c\20char\20const*\2c\20char\20const*\2c\20char\20const*&\2c\20char*\2c\20char*\2c\20char*&\29\20const +3546:std::__2::codecvt::do_out\28__mbstate_t&\2c\20char32_t\20const*\2c\20char32_t\20const*\2c\20char32_t\20const*&\2c\20char*\2c\20char*\2c\20char*&\29\20const +3547:std::__2::codecvt::do_length\28__mbstate_t&\2c\20char\20const*\2c\20char\20const*\2c\20unsigned\20long\29\20const +3548:std::__2::codecvt::do_in\28__mbstate_t&\2c\20char\20const*\2c\20char\20const*\2c\20char\20const*&\2c\20char32_t*\2c\20char32_t*\2c\20char32_t*&\29\20const +3549:std::__2::codecvt::do_out\28__mbstate_t&\2c\20char16_t\20const*\2c\20char16_t\20const*\2c\20char16_t\20const*&\2c\20char*\2c\20char*\2c\20char*&\29\20const +3550:std::__2::codecvt::do_length\28__mbstate_t&\2c\20char\20const*\2c\20char\20const*\2c\20unsigned\20long\29\20const +3551:std::__2::codecvt::do_in\28__mbstate_t&\2c\20char\20const*\2c\20char\20const*\2c\20char\20const*&\2c\20char16_t*\2c\20char16_t*\2c\20char16_t*&\29\20const +3552:std::__2::char_traits::not_eof\5babi:nn180100\5d\28int\29 +3553:std::__2::char_traits::assign\5babi:nn180100\5d\28char*\2c\20unsigned\20long\2c\20char\29 +3554:std::__2::basic_stringstream\2c\20std::__2::allocator>::basic_stringstream\5babi:ne180100\5d\28std::__2::basic_string\2c\20std::__2::allocator>\20const&\2c\20unsigned\20int\29 +3555:std::__2::basic_string\2c\20std::__2::allocator>::basic_string\5babi:nn180100\5d\28unsigned\20long\2c\20wchar_t\29 +3556:std::__2::basic_string\2c\20std::__2::allocator>::__grow_by_without_replace\5babi:nn180100\5d\28unsigned\20long\2c\20unsigned\20long\2c\20unsigned\20long\2c\20unsigned\20long\2c\20unsigned\20long\2c\20unsigned\20long\29 +3557:std::__2::basic_string\2c\20std::__2::allocator>::__grow_by_and_replace\28unsigned\20long\2c\20unsigned\20long\2c\20unsigned\20long\2c\20unsigned\20long\2c\20unsigned\20long\2c\20unsigned\20long\2c\20wchar_t\20const*\29 +3558:std::__2::basic_string\2c\20std::__2::allocator>::basic_string\5babi:nn180100\5d\28unsigned\20long\2c\20char\29 +3559:std::__2::basic_string\2c\20std::__2::allocator>::basic_string>\2c\200>\28std::__2::basic_string_view>\20const&\29 +3560:std::__2::basic_string\2c\20std::__2::allocator>::__null_terminate_at\5babi:nn180100\5d\28char*\2c\20unsigned\20long\29 +3561:std::__2::basic_string\2c\20std::__2::allocator>&\20skia_private::TArray\2c\20std::__2::allocator>\2c\20false>::emplace_back\28char\20const*&&\29 +3562:std::__2::basic_streambuf>::sgetc\5babi:nn180100\5d\28\29 +3563:std::__2::basic_streambuf>::sbumpc\5babi:nn180100\5d\28\29 +3564:std::__2::basic_streambuf>::sputc\5babi:nn180100\5d\28char\29 +3565:std::__2::basic_streambuf>::sgetc\5babi:nn180100\5d\28\29 +3566:std::__2::basic_streambuf>::setp\5babi:nn180100\5d\28char*\2c\20char*\29 +3567:std::__2::basic_streambuf>::sbumpc\5babi:nn180100\5d\28\29 +3568:std::__2::basic_streambuf>::basic_streambuf\28\29 +3569:std::__2::basic_streambuf>::__pbump\5babi:nn180100\5d\28long\29 +3570:std::__2::basic_ostream>::~basic_ostream\28\29_16291 +3571:std::__2::basic_ostream>::sentry::~sentry\28\29 +3572:std::__2::basic_ostream>::sentry::sentry\28std::__2::basic_ostream>&\29 +3573:std::__2::basic_ostream>::operator<<\28float\29 +3574:std::__2::basic_ostream>::flush\28\29 +3575:std::__2::basic_istream>::~basic_istream\28\29_16250 +3576:std::__2::allocator_traits>::deallocate\5babi:nn180100\5d\28std::__2::__sso_allocator&\2c\20std::__2::locale::facet**\2c\20unsigned\20long\29 +3577:std::__2::allocator::deallocate\5babi:nn180100\5d\28wchar_t*\2c\20unsigned\20long\29 +3578:std::__2::allocator::allocate\5babi:nn180100\5d\28unsigned\20long\29 +3579:std::__2::__wrap_iter\20std::__2::vector>::__insert_with_size\5babi:ne180100\5d>\2c\20std::__2::reverse_iterator>>\28std::__2::__wrap_iter\2c\20std::__2::reverse_iterator>\2c\20std::__2::reverse_iterator>\2c\20long\29 +3580:std::__2::__wrap_iter\20std::__2::vector>::__insert_with_size\5babi:ne180100\5d\2c\20std::__2::__wrap_iter>\28std::__2::__wrap_iter\2c\20std::__2::__wrap_iter\2c\20std::__2::__wrap_iter\2c\20long\29 +3581:std::__2::__unique_if::__unique_single\20std::__2::make_unique\5babi:ne180100\5d\28SkSL::Position&\2c\20SkSL::Type\20const&\2c\20SkSL::ExpressionArray&&\29 +3582:std::__2::__time_put::__time_put\5babi:nn180100\5d\28\29 +3583:std::__2::__time_put::__do_put\28char*\2c\20char*&\2c\20tm\20const*\2c\20char\2c\20char\29\20const +3584:std::__2::__split_buffer>::push_back\28skia::textlayout::OneLineShaper::RunBlock*&&\29 +3585:std::__2::__optional_destruct_base::~__optional_destruct_base\5babi:ne180100\5d\28\29 +3586:std::__2::__num_put::__widen_and_group_int\28char*\2c\20char*\2c\20char*\2c\20wchar_t*\2c\20wchar_t*&\2c\20wchar_t*&\2c\20std::__2::locale\20const&\29 +3587:std::__2::__num_put::__widen_and_group_float\28char*\2c\20char*\2c\20char*\2c\20wchar_t*\2c\20wchar_t*&\2c\20wchar_t*&\2c\20std::__2::locale\20const&\29 +3588:std::__2::__num_put::__widen_and_group_int\28char*\2c\20char*\2c\20char*\2c\20char*\2c\20char*&\2c\20char*&\2c\20std::__2::locale\20const&\29 +3589:std::__2::__num_put::__widen_and_group_float\28char*\2c\20char*\2c\20char*\2c\20char*\2c\20char*&\2c\20char*&\2c\20std::__2::locale\20const&\29 +3590:std::__2::__money_put::__gather_info\28bool\2c\20bool\2c\20std::__2::locale\20const&\2c\20std::__2::money_base::pattern&\2c\20wchar_t&\2c\20wchar_t&\2c\20std::__2::basic_string\2c\20std::__2::allocator>&\2c\20std::__2::basic_string\2c\20std::__2::allocator>&\2c\20std::__2::basic_string\2c\20std::__2::allocator>&\2c\20int&\29 +3591:std::__2::__money_put::__format\28wchar_t*\2c\20wchar_t*&\2c\20wchar_t*&\2c\20unsigned\20int\2c\20wchar_t\20const*\2c\20wchar_t\20const*\2c\20std::__2::ctype\20const&\2c\20bool\2c\20std::__2::money_base::pattern\20const&\2c\20wchar_t\2c\20wchar_t\2c\20std::__2::basic_string\2c\20std::__2::allocator>\20const&\2c\20std::__2::basic_string\2c\20std::__2::allocator>\20const&\2c\20std::__2::basic_string\2c\20std::__2::allocator>\20const&\2c\20int\29 +3592:std::__2::__money_put::__gather_info\28bool\2c\20bool\2c\20std::__2::locale\20const&\2c\20std::__2::money_base::pattern&\2c\20char&\2c\20char&\2c\20std::__2::basic_string\2c\20std::__2::allocator>&\2c\20std::__2::basic_string\2c\20std::__2::allocator>&\2c\20std::__2::basic_string\2c\20std::__2::allocator>&\2c\20int&\29 +3593:std::__2::__money_put::__format\28char*\2c\20char*&\2c\20char*&\2c\20unsigned\20int\2c\20char\20const*\2c\20char\20const*\2c\20std::__2::ctype\20const&\2c\20bool\2c\20std::__2::money_base::pattern\20const&\2c\20char\2c\20char\2c\20std::__2::basic_string\2c\20std::__2::allocator>\20const&\2c\20std::__2::basic_string\2c\20std::__2::allocator>\20const&\2c\20std::__2::basic_string\2c\20std::__2::allocator>\20const&\2c\20int\29 +3594:std::__2::__libcpp_sscanf_l\28char\20const*\2c\20__locale_struct*\2c\20char\20const*\2c\20...\29 +3595:std::__2::__libcpp_mbrtowc_l\5babi:nn180100\5d\28wchar_t*\2c\20char\20const*\2c\20unsigned\20long\2c\20__mbstate_t*\2c\20__locale_struct*\29 +3596:std::__2::__libcpp_mb_cur_max_l\5babi:nn180100\5d\28__locale_struct*\29 +3597:std::__2::__libcpp_deallocate\5babi:nn180100\5d\28void*\2c\20unsigned\20long\2c\20unsigned\20long\29 +3598:std::__2::__libcpp_allocate\5babi:nn180100\5d\28unsigned\20long\2c\20unsigned\20long\29 +3599:std::__2::__is_overaligned_for_new\5babi:nn180100\5d\28unsigned\20long\29 +3600:std::__2::__function::__value_func::swap\5babi:ne180100\5d\28std::__2::__function::__value_func&\29 +3601:std::__2::__function::__func\28GrOp\20const*\2c\20GrSurfaceProxy\20const*\29::'lambda'\28GrSurfaceProxy*\2c\20skgpu::Mipmapped\29\2c\20std::__2::allocator\28GrOp\20const*\2c\20GrSurfaceProxy\20const*\29::'lambda'\28GrSurfaceProxy*\2c\20skgpu::Mipmapped\29>\2c\20void\20\28GrSurfaceProxy*\2c\20skgpu::Mipmapped\29>::operator\28\29\28GrSurfaceProxy*&&\2c\20skgpu::Mipmapped&&\29 +3602:std::__2::__function::__func<\28anonymous\20namespace\29::colrv1_traverse_paint\28SkCanvas*\2c\20SkSpan\20const&\2c\20unsigned\20int\2c\20FT_FaceRec_*\2c\20FT_Opaque_Paint_\2c\20skia_private::THashSet*\29::$_0\2c\20std::__2::allocator<\28anonymous\20namespace\29::colrv1_traverse_paint\28SkCanvas*\2c\20SkSpan\20const&\2c\20unsigned\20int\2c\20FT_FaceRec_*\2c\20FT_Opaque_Paint_\2c\20skia_private::THashSet*\29::$_0>\2c\20void\20\28\29>::operator\28\29\28\29 +3603:std::__2::__function::__func&\29\2c\20std::__2::allocator&\29>\2c\20void\20\28std::__2::function&\29>::operator\28\29\28std::__2::function&\29 +3604:std::__2::__function::__func&\29\2c\20std::__2::allocator&\29>\2c\20void\20\28std::__2::function&\29>::destroy_deallocate\28\29 +3605:std::__2::__function::__func&\29\2c\20std::__2::allocator&\29>\2c\20void\20\28std::__2::function&\29>::destroy\28\29 +3606:std::__2::__constexpr_wcslen\5babi:nn180100\5d\28wchar_t\20const*\29 +3607:std::__2::__allocation_result>::pointer>\20std::__2::__allocate_at_least\5babi:nn180100\5d>\28std::__2::__sso_allocator&\2c\20unsigned\20long\29 +3608:start_input_pass +3609:sktext::gpu::build_distance_adjust_table\28float\29 +3610:sktext::gpu::VertexFiller::isLCD\28\29\20const +3611:sktext::gpu::VertexFiller::CanUseDirect\28SkMatrix\20const&\2c\20SkMatrix\20const&\29 +3612:sktext::gpu::TextBlobRedrawCoordinator::internalRemove\28sktext::gpu::TextBlob*\29 +3613:sktext::gpu::SubRunContainer::MakeInAlloc\28sktext::GlyphRunList\20const&\2c\20SkMatrix\20const&\2c\20SkPaint\20const&\2c\20SkStrikeDeviceInfo\2c\20sktext::StrikeForGPUCacheInterface*\2c\20sktext::gpu::SubRunAllocator*\2c\20sktext::gpu::SubRunContainer::SubRunCreationBehavior\2c\20char\20const*\29::$_2::operator\28\29\28SkZip\2c\20skgpu::MaskFormat\29\20const +3614:sktext::gpu::SubRunContainer::MakeInAlloc\28sktext::GlyphRunList\20const&\2c\20SkMatrix\20const&\2c\20SkPaint\20const&\2c\20SkStrikeDeviceInfo\2c\20sktext::StrikeForGPUCacheInterface*\2c\20sktext::gpu::SubRunAllocator*\2c\20sktext::gpu::SubRunContainer::SubRunCreationBehavior\2c\20char\20const*\29::$_0::operator\28\29\28SkZip\2c\20skgpu::MaskFormat\29\20const +3615:sktext::gpu::SubRunContainer::MakeInAlloc\28sktext::GlyphRunList\20const&\2c\20SkMatrix\20const&\2c\20SkPaint\20const&\2c\20SkStrikeDeviceInfo\2c\20sktext::StrikeForGPUCacheInterface*\2c\20sktext::gpu::SubRunAllocator*\2c\20sktext::gpu::SubRunContainer::SubRunCreationBehavior\2c\20char\20const*\29 +3616:sktext::gpu::SubRunContainer::EstimateAllocSize\28sktext::GlyphRunList\20const&\29 +3617:sktext::gpu::SubRunAllocator::SubRunAllocator\28char*\2c\20int\2c\20int\29 +3618:sktext::gpu::StrikeCache::~StrikeCache\28\29 +3619:sktext::gpu::SlugImpl::Make\28SkMatrix\20const&\2c\20sktext::GlyphRunList\20const&\2c\20SkPaint\20const&\2c\20SkStrikeDeviceInfo\2c\20sktext::StrikeForGPUCacheInterface*\29 +3620:sktext::gpu::GlyphVector::packedGlyphIDToGlyph\28sktext::gpu::StrikeCache*\29 +3621:sktext::gpu::BagOfBytes::BagOfBytes\28char*\2c\20unsigned\20long\2c\20unsigned\20long\29::$_1::operator\28\29\28\29\20const +3622:sktext::glyphrun_source_bounds\28SkFont\20const&\2c\20SkPaint\20const&\2c\20SkZip\2c\20SkSpan\29 +3623:sktext::SkStrikePromise::resetStrike\28\29 +3624:sktext::GlyphRunList::makeBlob\28\29\20const +3625:sktext::GlyphRunBuilder::blobToGlyphRunList\28SkTextBlob\20const&\2c\20SkPoint\29 +3626:sktext::GlyphRun*\20std::__2::vector>::__emplace_back_slow_path&\2c\20SkSpan&\2c\20SkSpan&\2c\20SkSpan&\2c\20SkSpan&>\28SkFont\20const&\2c\20SkSpan&\2c\20SkSpan&\2c\20SkSpan&\2c\20SkSpan&\2c\20SkSpan&\29 +3627:skstd::to_string\28float\29 +3628:skpathutils::FillPathWithPaint\28SkPath\20const&\2c\20SkPaint\20const&\2c\20SkPathBuilder*\2c\20SkRect\20const*\2c\20SkMatrix\20const&\29 +3629:skjpeg_err_exit\28jpeg_common_struct*\29 +3630:skip_string +3631:skip_procedure +3632:skif::\28anonymous\20namespace\29::downscale_step_count\28float\29 +3633:skif::\28anonymous\20namespace\29::decompose_transform\28SkMatrix\20const&\2c\20SkPoint\2c\20SkMatrix*\2c\20SkMatrix*\29 +3634:skif::Mapping::adjustLayerSpace\28SkM44\20const&\29 +3635:skif::LayerSpace::relevantSubset\28skif::LayerSpace\2c\20SkTileMode\29\20const +3636:skif::FilterResult::draw\28skif::Context\20const&\2c\20SkDevice*\2c\20SkBlender\20const*\29\20const +3637:skif::FilterResult::MakeFromImage\28skif::Context\20const&\2c\20sk_sp\2c\20SkRect\2c\20skif::ParameterSpace\2c\20SkSamplingOptions\20const&\29 +3638:skif::FilterResult::FilterResult\28sk_sp\2c\20skif::LayerSpace\20const&\29 +3639:skif::Context::withNewSource\28skif::FilterResult\20const&\29\20const +3640:skia_private::THashTable::Traits>::set\28unsigned\20long\20long\29 +3641:skia_private::THashTable>\2c\20std::__2::basic_string_view>\2c\20skia_private::THashSet>\2c\20SkGoodHash>::Traits>::set\28std::__2::basic_string_view>\29 +3642:skia_private::THashTable>\2c\20std::__2::basic_string_view>\2c\20skia_private::THashSet>\2c\20SkGoodHash>::Traits>::resize\28int\29 +3643:skia_private::THashTable::Pair\2c\20unsigned\20int\2c\20skia_private::THashMap::Pair>::uncheckedSet\28skia_private::THashMap::Pair&&\29 +3644:skia_private::THashTable::Pair\2c\20unsigned\20int\2c\20skia_private::THashMap::Pair>::removeSlot\28int\29 +3645:skia_private::THashTable>\2c\20SkSL::IntrinsicKind\2c\20SkGoodHash>::Pair\2c\20std::__2::basic_string_view>\2c\20skia_private::THashMap>\2c\20SkSL::IntrinsicKind\2c\20SkGoodHash>::Pair>::resize\28int\29 +3646:skia_private::THashTable\2c\20skia::textlayout::OneLineShaper::FontKey::Hasher>::Pair\2c\20skia::textlayout::OneLineShaper::FontKey\2c\20skia_private::THashMap\2c\20skia::textlayout::OneLineShaper::FontKey::Hasher>::Pair>::uncheckedSet\28skia_private::THashMap\2c\20skia::textlayout::OneLineShaper::FontKey::Hasher>::Pair&&\29 +3647:skia_private::THashTable\2c\20skia::textlayout::OneLineShaper::FontKey::Hasher>::Pair\2c\20skia::textlayout::OneLineShaper::FontKey\2c\20skia_private::THashMap\2c\20skia::textlayout::OneLineShaper::FontKey::Hasher>::Pair>::Slot::emplace\28skia_private::THashMap\2c\20skia::textlayout::OneLineShaper::FontKey::Hasher>::Pair&&\2c\20unsigned\20int\29 +3648:skia_private::THashTable\2c\20std::__2::allocator>>\2c\20skia::textlayout::FontCollection::FamilyKey::Hasher>::Pair\2c\20skia::textlayout::FontCollection::FamilyKey\2c\20skia_private::THashMap\2c\20std::__2::allocator>>\2c\20skia::textlayout::FontCollection::FamilyKey::Hasher>::Pair>::uncheckedSet\28skia_private::THashMap\2c\20std::__2::allocator>>\2c\20skia::textlayout::FontCollection::FamilyKey::Hasher>::Pair&&\29 +3649:skia_private::THashTable::Pair\2c\20skgpu::UniqueKey\2c\20skia_private::THashMap::Pair>::uncheckedSet\28skia_private::THashMap::Pair&&\29 +3650:skia_private::THashTable\2c\20SkGoodHash>::Pair\2c\20SkString\2c\20skia_private::THashMap\2c\20SkGoodHash>::Pair>::uncheckedSet\28skia_private::THashMap\2c\20SkGoodHash>::Pair&&\29 +3651:skia_private::THashTable::Pair\2c\20SkSL::Variable\20const*\2c\20skia_private::THashMap::Pair>::operator=\28skia_private::THashTable::Pair\2c\20SkSL::Variable\20const*\2c\20skia_private::THashMap::Pair>\20const&\29 +3652:skia_private::THashTable::Pair\2c\20SkSL::SymbolTable::SymbolKey\2c\20skia_private::THashMap::Pair>::resize\28int\29 +3653:skia_private::THashTable\2c\20std::__2::allocator>\2c\20SkSL::Analysis::SpecializedFunctionKey::Hash>::Pair\2c\20SkSL::Analysis::SpecializedFunctionKey\2c\20skia_private::THashMap\2c\20std::__2::allocator>\2c\20SkSL::Analysis::SpecializedFunctionKey::Hash>::Pair>::uncheckedSet\28skia_private::THashMap\2c\20std::__2::allocator>\2c\20SkSL::Analysis::SpecializedFunctionKey::Hash>::Pair&&\29 +3654:skia_private::THashTable::Pair\2c\20SkSL::Analysis::SpecializedCallKey\2c\20skia_private::THashMap::Pair>::set\28skia_private::THashMap::Pair\29 +3655:skia_private::THashTable::Pair\2c\20SkPath\2c\20skia_private::THashMap::Pair>::uncheckedSet\28skia_private::THashMap::Pair&&\29 +3656:skia_private::THashTable>\2c\20SkGoodHash>::Pair\2c\20SkImageFilter\20const*\2c\20skia_private::THashMap>\2c\20SkGoodHash>::Pair>::uncheckedSet\28skia_private::THashMap>\2c\20SkGoodHash>::Pair&&\29 +3657:skia_private::THashTable>\2c\20SkGoodHash>::Pair\2c\20SkImageFilter\20const*\2c\20skia_private::THashMap>\2c\20SkGoodHash>::Pair>::resize\28int\29 +3658:skia_private::THashTable::AdaptedTraits>::uncheckedSet\28skgpu::ganesh::SmallPathShapeData*&&\29 +3659:skia_private::THashTable::AdaptedTraits>::resize\28int\29 +3660:skia_private::THashTable\2c\20SkDescriptor\20const&\2c\20sktext::gpu::StrikeCache::HashTraits>::resize\28int\29 +3661:skia_private::THashTable\2c\20SkDescriptor\2c\20SkStrikeCache::StrikeTraits>::resize\28int\29 +3662:skia_private::THashTable<\28anonymous\20namespace\29::CacheImpl::Value*\2c\20SkImageFilterCacheKey\2c\20SkTDynamicHash<\28anonymous\20namespace\29::CacheImpl::Value\2c\20SkImageFilterCacheKey\2c\20\28anonymous\20namespace\29::CacheImpl::Value>::AdaptedTraits>::uncheckedSet\28\28anonymous\20namespace\29::CacheImpl::Value*&&\29 +3663:skia_private::THashTable<\28anonymous\20namespace\29::CacheImpl::Value*\2c\20SkImageFilterCacheKey\2c\20SkTDynamicHash<\28anonymous\20namespace\29::CacheImpl::Value\2c\20SkImageFilterCacheKey\2c\20\28anonymous\20namespace\29::CacheImpl::Value>::AdaptedTraits>::resize\28int\29 +3664:skia_private::THashTable::ValueList*\2c\20skgpu::ScratchKey\2c\20SkTDynamicHash::ValueList\2c\20skgpu::ScratchKey\2c\20SkTMultiMap::ValueList>::AdaptedTraits>::uncheckedSet\28SkTMultiMap::ValueList*&&\29 +3665:skia_private::THashTable::ValueList*\2c\20skgpu::ScratchKey\2c\20SkTDynamicHash::ValueList\2c\20skgpu::ScratchKey\2c\20SkTMultiMap::ValueList>::AdaptedTraits>::resize\28int\29 +3666:skia_private::THashTable::ValueList*\2c\20skgpu::ScratchKey\2c\20SkTDynamicHash::ValueList\2c\20skgpu::ScratchKey\2c\20SkTMultiMap::ValueList>::AdaptedTraits>::uncheckedSet\28SkTMultiMap::ValueList*&&\29 +3667:skia_private::THashTable::ValueList*\2c\20skgpu::ScratchKey\2c\20SkTDynamicHash::ValueList\2c\20skgpu::ScratchKey\2c\20SkTMultiMap::ValueList>::AdaptedTraits>::resize\28int\29 +3668:skia_private::THashTable::resize\28int\29 +3669:skia_private::THashTable::Entry*\2c\20unsigned\20int\2c\20SkLRUCache::Traits>::removeIfExists\28unsigned\20int\20const&\29 +3670:skia_private::THashTable>\2c\20skia::textlayout::ParagraphCache::KeyHash\2c\20SkNoOpPurge>::Entry*\2c\20skia::textlayout::ParagraphCacheKey\2c\20SkLRUCache>\2c\20skia::textlayout::ParagraphCache::KeyHash\2c\20SkNoOpPurge>::Traits>::resize\28int\29 +3671:skia_private::THashTable>\2c\20GrGLGpu::ProgramCache::DescHash\2c\20SkNoOpPurge>::Entry*\2c\20GrProgramDesc\2c\20SkLRUCache>\2c\20GrGLGpu::ProgramCache::DescHash\2c\20SkNoOpPurge>::Traits>::uncheckedSet\28SkLRUCache>\2c\20GrGLGpu::ProgramCache::DescHash\2c\20SkNoOpPurge>::Entry*&&\29 +3672:skia_private::THashTable>\2c\20GrGLGpu::ProgramCache::DescHash\2c\20SkNoOpPurge>::Entry*\2c\20GrProgramDesc\2c\20SkLRUCache>\2c\20GrGLGpu::ProgramCache::DescHash\2c\20SkNoOpPurge>::Traits>::resize\28int\29 +3673:skia_private::THashTable::AdaptedTraits>::set\28GrThreadSafeCache::Entry*\29 +3674:skia_private::THashTable::AdaptedTraits>::resize\28int\29 +3675:skia_private::THashTable::AdaptedTraits>::removeIfExists\28skgpu::UniqueKey\20const&\29 +3676:skia_private::THashTable::AdaptedTraits>::resize\28int\29 +3677:skia_private::THashTable::Traits>::resize\28int\29 +3678:skia_private::THashSet::add\28FT_Opaque_Paint_\29 +3679:skia_private::THashMap\2c\20false>\2c\20SkGoodHash>::operator\5b\5d\28SkSL::FunctionDeclaration\20const*\20const&\29 +3680:skia_private::THashMap>\2c\20SkGoodHash>::remove\28SkImageFilter\20const*\20const&\29 +3681:skia_private::TArray::push_back_raw\28int\29 +3682:skia_private::TArray\2c\20std::__2::allocator>\2c\20false>::checkRealloc\28int\2c\20double\29 +3683:skia_private::TArray::~TArray\28\29 +3684:skia_private::TArray::installDataAndUpdateCapacity\28SkSpan\29 +3685:skia_private::TArray::operator=\28skia_private::TArray&&\29 +3686:skia_private::TArray::installDataAndUpdateCapacity\28SkSpan\29 +3687:skia_private::TArray::BufferFinishedMessage\2c\20false>::operator=\28skia_private::TArray::BufferFinishedMessage\2c\20false>&&\29 +3688:skia_private::TArray::BufferFinishedMessage\2c\20false>::installDataAndUpdateCapacity\28SkSpan\29 +3689:skia_private::TArray::operator=\28skia_private::TArray&&\29 +3690:skia_private::TArray\29::ReorderedArgument\2c\20false>::push_back\28SkSL::optimize_constructor_swizzle\28SkSL::Context\20const&\2c\20SkSL::Position\2c\20SkSL::ConstructorCompound\20const&\2c\20skia_private::FixedArray<4\2c\20signed\20char>\29::ReorderedArgument&&\29 +3691:skia_private::TArray::TArray\28skia_private::TArray&&\29 +3692:skia_private::TArray::swap\28skia_private::TArray&\29 +3693:skia_private::TArray\2c\20true>::operator=\28skia_private::TArray\2c\20true>&&\29 +3694:skia_private::TArray::push_back\28SkPath&&\29 +3695:skia_private::TArray::resize_back\28int\29 +3696:skia_private::TArray::push_back_raw\28int\29 +3697:skia_private::TArray::push_back_raw\28int\29 +3698:skia_private::TArray::push_back_raw\28int\29 +3699:skia_private::TArray::push_back_raw\28int\29 +3700:skia_private::TArray::move_back_n\28int\2c\20GrTextureProxy**\29 +3701:skia_private::TArray::operator=\28skia_private::TArray&&\29 +3702:skia_private::TArray::push_back_n\28int\2c\20EllipticalRRectOp::RRect\20const*\29 +3703:skia_png_zfree +3704:skia_png_write_zTXt +3705:skia_png_write_tIME +3706:skia_png_write_tEXt +3707:skia_png_write_iTXt +3708:skia_png_set_write_fn +3709:skia_png_set_unknown_chunks +3710:skia_png_set_swap +3711:skia_png_set_strip_16 +3712:skia_png_set_read_user_transform_fn +3713:skia_png_set_read_user_chunk_fn +3714:skia_png_set_option +3715:skia_png_set_mem_fn +3716:skia_png_set_expand_gray_1_2_4_to_8 +3717:skia_png_set_error_fn +3718:skia_png_set_compression_level +3719:skia_png_set_IHDR +3720:skia_png_read_filter_row +3721:skia_png_process_IDAT_data +3722:skia_png_icc_set_sRGB +3723:skia_png_icc_check_tag_table +3724:skia_png_icc_check_header +3725:skia_png_get_uint_31 +3726:skia_png_get_sBIT +3727:skia_png_get_rowbytes +3728:skia_png_get_error_ptr +3729:skia_png_get_bit_depth +3730:skia_png_get_IHDR +3731:skia_png_do_swap +3732:skia_png_do_read_transformations +3733:skia_png_do_read_interlace +3734:skia_png_do_packswap +3735:skia_png_do_invert +3736:skia_png_do_gray_to_rgb +3737:skia_png_do_expand +3738:skia_png_do_check_palette_indexes +3739:skia_png_do_bgr +3740:skia_png_destroy_png_struct +3741:skia_png_destroy_gamma_table +3742:skia_png_create_png_struct +3743:skia_png_create_info_struct +3744:skia_png_crc_read +3745:skia_png_colorspace_sync_info +3746:skia_png_check_IHDR +3747:skia::textlayout::TypefaceFontStyleSet::matchStyle\28SkFontStyle\20const&\29 +3748:skia::textlayout::TextStyle::matchOneAttribute\28skia::textlayout::StyleType\2c\20skia::textlayout::TextStyle\20const&\29\20const +3749:skia::textlayout::TextStyle::equals\28skia::textlayout::TextStyle\20const&\29\20const +3750:skia::textlayout::TextShadow::operator!=\28skia::textlayout::TextShadow\20const&\29\20const +3751:skia::textlayout::TextLine::paint\28skia::textlayout::ParagraphPainter*\2c\20float\2c\20float\29 +3752:skia::textlayout::TextLine::iterateThroughClustersInGlyphsOrder\28bool\2c\20bool\2c\20std::__2::function\20const&\29\20const::$_0::operator\28\29\28unsigned\20long\20const&\29\20const +3753:skia::textlayout::TextLine::getRectsForRange\28skia::textlayout::SkRange\2c\20skia::textlayout::RectHeightStyle\2c\20skia::textlayout::RectWidthStyle\2c\20std::__2::vector>&\29\20const::$_0::operator\28\29\28skia::textlayout::Run\20const*\2c\20float\2c\20skia::textlayout::SkRange\2c\20float*\29\20const::'lambda'\28skia::textlayout::SkRange\2c\20skia::textlayout::TextStyle\20const&\2c\20skia::textlayout::TextLine::ClipContext\20const&\29::operator\28\29\28skia::textlayout::SkRange\2c\20skia::textlayout::TextStyle\20const&\2c\20skia::textlayout::TextLine::ClipContext\20const&\29\20const::'lambda'\28SkRect\29::operator\28\29\28SkRect\29\20const +3754:skia::textlayout::TextLine::getMetrics\28\29\20const +3755:skia::textlayout::TextLine::ensureTextBlobCachePopulated\28\29 +3756:skia::textlayout::TextLine::buildTextBlob\28skia::textlayout::SkRange\2c\20skia::textlayout::TextStyle\20const&\2c\20skia::textlayout::TextLine::ClipContext\20const&\29 +3757:skia::textlayout::TextLine::TextLine\28skia::textlayout::ParagraphImpl*\2c\20SkPoint\2c\20SkPoint\2c\20skia::textlayout::SkRange\2c\20skia::textlayout::SkRange\2c\20skia::textlayout::SkRange\2c\20skia::textlayout::SkRange\2c\20skia::textlayout::SkRange\2c\20skia::textlayout::SkRange\2c\20float\2c\20skia::textlayout::InternalLineMetrics\29 +3758:skia::textlayout::TextLine&\20skia_private::TArray::emplace_back&\2c\20skia::textlayout::SkRange&\2c\20skia::textlayout::SkRange&\2c\20skia::textlayout::SkRange&\2c\20skia::textlayout::SkRange&\2c\20skia::textlayout::SkRange&\2c\20float&\2c\20skia::textlayout::InternalLineMetrics&>\28skia::textlayout::ParagraphImpl*&&\2c\20SkPoint&\2c\20SkPoint&\2c\20skia::textlayout::SkRange&\2c\20skia::textlayout::SkRange&\2c\20skia::textlayout::SkRange&\2c\20skia::textlayout::SkRange&\2c\20skia::textlayout::SkRange&\2c\20skia::textlayout::SkRange&\2c\20float&\2c\20skia::textlayout::InternalLineMetrics&\29 +3759:skia::textlayout::Run::shift\28skia::textlayout::Cluster\20const*\2c\20float\29 +3760:skia::textlayout::Run::newRunBuffer\28\29 +3761:skia::textlayout::Run::findLimitingGlyphClusters\28skia::textlayout::SkRange\29\20const +3762:skia::textlayout::Run::addSpacesAtTheEnd\28float\2c\20skia::textlayout::Cluster*\29 +3763:skia::textlayout::ParagraphStyle::effective_align\28\29\20const +3764:skia::textlayout::ParagraphStyle::ParagraphStyle\28\29 +3765:skia::textlayout::ParagraphPainter::DecorationStyle::DecorationStyle\28unsigned\20int\2c\20float\2c\20std::__2::optional\29 +3766:skia::textlayout::ParagraphImpl::~ParagraphImpl\28\29 +3767:skia::textlayout::ParagraphImpl::text\28skia::textlayout::SkRange\29 +3768:skia::textlayout::ParagraphImpl::resolveStrut\28\29 +3769:skia::textlayout::ParagraphImpl::getGlyphInfoAtUTF16Offset\28unsigned\20long\2c\20skia::textlayout::Paragraph::GlyphInfo*\29 +3770:skia::textlayout::ParagraphImpl::getGlyphClusterAt\28unsigned\20long\2c\20skia::textlayout::Paragraph::GlyphClusterInfo*\29 +3771:skia::textlayout::ParagraphImpl::findPreviousGraphemeBoundary\28unsigned\20long\29\20const +3772:skia::textlayout::ParagraphImpl::computeEmptyMetrics\28\29 +3773:skia::textlayout::ParagraphImpl::clusters\28skia::textlayout::SkRange\29 +3774:skia::textlayout::ParagraphImpl::block\28unsigned\20long\29 +3775:skia::textlayout::ParagraphCacheValue::~ParagraphCacheValue\28\29 +3776:skia::textlayout::ParagraphCacheKey::ParagraphCacheKey\28skia::textlayout::ParagraphImpl\20const*\29 +3777:skia::textlayout::ParagraphBuilderImpl::~ParagraphBuilderImpl\28\29 +3778:skia::textlayout::ParagraphBuilderImpl::make\28skia::textlayout::ParagraphStyle\20const&\2c\20sk_sp\2c\20sk_sp\29 +3779:skia::textlayout::ParagraphBuilderImpl::addPlaceholder\28skia::textlayout::PlaceholderStyle\20const&\2c\20bool\29 +3780:skia::textlayout::ParagraphBuilderImpl::ParagraphBuilderImpl\28skia::textlayout::ParagraphStyle\20const&\2c\20sk_sp\2c\20sk_sp\29 +3781:skia::textlayout::Paragraph::~Paragraph\28\29 +3782:skia::textlayout::OneLineShaper::clusteredText\28skia::textlayout::SkRange&\29 +3783:skia::textlayout::FontCollection::~FontCollection\28\29 +3784:skia::textlayout::FontCollection::matchTypeface\28SkString\20const&\2c\20SkFontStyle\29 +3785:skia::textlayout::FontCollection::defaultFallback\28int\2c\20SkFontStyle\2c\20SkString\20const&\2c\20std::__2::optional\20const&\29 +3786:skia::textlayout::FontCollection::FamilyKey::Hasher::operator\28\29\28skia::textlayout::FontCollection::FamilyKey\20const&\29\20const +3787:skhdr::Metadata::getMasteringDisplayColorVolume\28skhdr::MasteringDisplayColorVolume*\29\20const +3788:skhdr::Metadata::getContentLightLevelInformation\28skhdr::ContentLightLevelInformation*\29\20const +3789:skgpu::tess::\28anonymous\20namespace\29::write_curve_index_buffer_base_index\28skgpu::VertexWriter\2c\20unsigned\20long\2c\20unsigned\20short\29 +3790:skgpu::tess::StrokeIterator::next\28\29 +3791:skgpu::tess::StrokeIterator::finishOpenContour\28\29 +3792:skgpu::tess::PreChopPathCurves\28float\2c\20SkPath\20const&\2c\20SkMatrix\20const&\2c\20SkRect\20const&\29 +3793:skgpu::ganesh::\28anonymous\20namespace\29::SmallPathOp::~SmallPathOp\28\29 +3794:skgpu::ganesh::\28anonymous\20namespace\29::SmallPathOp::SmallPathOp\28GrProcessorSet*\2c\20SkRGBA4f<\28SkAlphaType\292>\20const&\2c\20GrStyledShape\20const&\2c\20SkMatrix\20const&\2c\20bool\2c\20GrUserStencilSettings\20const*\29 +3795:skgpu::ganesh::\28anonymous\20namespace\29::ChopPathIfNecessary\28SkMatrix\20const&\2c\20GrStyledShape\20const&\2c\20SkIRect\20const&\2c\20SkStrokeRec\20const&\2c\20SkPath*\29 +3796:skgpu::ganesh::\28anonymous\20namespace\29::AAFlatteningConvexPathOp::recordDraw\28GrMeshDrawTarget*\2c\20int\2c\20unsigned\20long\2c\20void*\2c\20int\2c\20unsigned\20short*\29 +3797:skgpu::ganesh::\28anonymous\20namespace\29::AAFlatteningConvexPathOp::AAFlatteningConvexPathOp\28GrProcessorSet*\2c\20SkRGBA4f<\28SkAlphaType\292>\20const&\2c\20SkMatrix\20const&\2c\20SkPath\20const&\2c\20float\2c\20SkStrokeRec::Style\2c\20SkPaint::Join\2c\20float\2c\20GrUserStencilSettings\20const*\29 +3798:skgpu::ganesh::\28anonymous\20namespace\29::AAConvexPathOp::AAConvexPathOp\28GrProcessorSet*\2c\20SkRGBA4f<\28SkAlphaType\292>\20const&\2c\20SkMatrix\20const&\2c\20SkPath\20const&\2c\20GrUserStencilSettings\20const*\29 +3799:skgpu::ganesh::TextureOp::Make\28GrRecordingContext*\2c\20GrSurfaceProxyView\2c\20SkAlphaType\2c\20sk_sp\2c\20SkFilterMode\2c\20SkMipmapMode\2c\20SkRGBA4f<\28SkAlphaType\292>\20const&\2c\20skgpu::ganesh::TextureOp::Saturate\2c\20SkBlendMode\2c\20GrAAType\2c\20DrawQuad*\2c\20SkRect\20const*\29 +3800:skgpu::ganesh::TessellationPathRenderer::IsSupported\28GrCaps\20const&\29 +3801:skgpu::ganesh::SurfaceFillContext::fillRectToRectWithFP\28SkIRect\20const&\2c\20SkIRect\20const&\2c\20std::__2::unique_ptr>\29 +3802:skgpu::ganesh::SurfaceFillContext::blitTexture\28GrSurfaceProxyView\2c\20SkIRect\20const&\2c\20SkIPoint\20const&\29 +3803:skgpu::ganesh::SurfaceFillContext::addOp\28std::__2::unique_ptr>\29 +3804:skgpu::ganesh::SurfaceFillContext::addDrawOp\28std::__2::unique_ptr>\29 +3805:skgpu::ganesh::SurfaceDrawContext::~SurfaceDrawContext\28\29_10211 +3806:skgpu::ganesh::SurfaceDrawContext::drawVertices\28GrClip\20const*\2c\20GrPaint&&\2c\20SkMatrix\20const&\2c\20sk_sp\2c\20GrPrimitiveType*\2c\20bool\29 +3807:skgpu::ganesh::SurfaceDrawContext::drawTexturedQuad\28GrClip\20const*\2c\20GrSurfaceProxyView\2c\20SkAlphaType\2c\20sk_sp\2c\20SkFilterMode\2c\20SkMipmapMode\2c\20SkRGBA4f<\28SkAlphaType\292>\20const&\2c\20SkBlendMode\2c\20DrawQuad*\2c\20SkRect\20const*\29 +3808:skgpu::ganesh::SurfaceDrawContext::drawTexture\28GrClip\20const*\2c\20GrSurfaceProxyView\2c\20SkAlphaType\2c\20SkFilterMode\2c\20SkMipmapMode\2c\20SkBlendMode\2c\20SkRGBA4f<\28SkAlphaType\292>\20const&\2c\20SkRect\20const&\2c\20SkRect\20const&\2c\20GrQuadAAFlags\2c\20SkCanvas::SrcRectConstraint\2c\20SkMatrix\20const&\2c\20sk_sp\29 +3809:skgpu::ganesh::SurfaceDrawContext::drawStrokedLine\28GrClip\20const*\2c\20GrPaint&&\2c\20GrAA\2c\20SkMatrix\20const&\2c\20SkPoint\20const*\2c\20SkStrokeRec\20const&\29 +3810:skgpu::ganesh::SurfaceDrawContext::drawRegion\28GrClip\20const*\2c\20GrPaint&&\2c\20GrAA\2c\20SkMatrix\20const&\2c\20SkRegion\20const&\2c\20GrStyle\20const&\2c\20GrUserStencilSettings\20const*\29 +3811:skgpu::ganesh::SurfaceDrawContext::drawOval\28GrClip\20const*\2c\20GrPaint&&\2c\20GrAA\2c\20SkMatrix\20const&\2c\20SkRect\20const&\2c\20GrStyle\20const&\29 +3812:skgpu::ganesh::SurfaceDrawContext::SurfaceDrawContext\28GrRecordingContext*\2c\20GrSurfaceProxyView\2c\20GrSurfaceProxyView\2c\20GrColorType\2c\20sk_sp\2c\20SkSurfaceProps\20const&\29 +3813:skgpu::ganesh::SurfaceContext::~SurfaceContext\28\29 +3814:skgpu::ganesh::SurfaceContext::writePixels\28GrDirectContext*\2c\20GrCPixmap\2c\20SkIPoint\29 +3815:skgpu::ganesh::SurfaceContext::copy\28sk_sp\2c\20SkIRect\2c\20SkIPoint\29 +3816:skgpu::ganesh::SurfaceContext::copyScaled\28sk_sp\2c\20SkIRect\2c\20SkIRect\2c\20SkFilterMode\29 +3817:skgpu::ganesh::SurfaceContext::asyncRescaleAndReadPixels\28GrDirectContext*\2c\20SkImageInfo\20const&\2c\20SkIRect\20const&\2c\20SkImage::RescaleGamma\2c\20SkImage::RescaleMode\2c\20void\20\28*\29\28void*\2c\20std::__2::unique_ptr>\29\2c\20void*\29 +3818:skgpu::ganesh::SurfaceContext::asyncRescaleAndReadPixelsYUV420\28GrDirectContext*\2c\20SkYUVColorSpace\2c\20bool\2c\20sk_sp\2c\20SkIRect\20const&\2c\20SkISize\2c\20SkImage::RescaleGamma\2c\20SkImage::RescaleMode\2c\20void\20\28*\29\28void*\2c\20std::__2::unique_ptr>\29\2c\20void*\29::FinishContext::~FinishContext\28\29 +3819:skgpu::ganesh::SurfaceContext::asyncRescaleAndReadPixelsYUV420\28GrDirectContext*\2c\20SkYUVColorSpace\2c\20bool\2c\20sk_sp\2c\20SkIRect\20const&\2c\20SkISize\2c\20SkImage::RescaleGamma\2c\20SkImage::RescaleMode\2c\20void\20\28*\29\28void*\2c\20std::__2::unique_ptr>\29\2c\20void*\29 +3820:skgpu::ganesh::SurfaceContext::SurfaceContext\28GrRecordingContext*\2c\20GrSurfaceProxyView\2c\20GrColorInfo\20const&\29 +3821:skgpu::ganesh::StrokeTessellator::draw\28GrOpFlushState*\29\20const +3822:skgpu::ganesh::StrokeTessellateOp::prePrepareTessellator\28GrTessellationShader::ProgramArgs&&\2c\20GrAppliedClip&&\29 +3823:skgpu::ganesh::StrokeRectOp::\28anonymous\20namespace\29::NonAAStrokeRectOp::NonAAStrokeRectOp\28GrProcessorSet*\2c\20SkRGBA4f<\28SkAlphaType\292>\20const&\2c\20GrSimpleMeshDrawOpHelper::InputFlags\2c\20SkMatrix\20const&\2c\20SkRect\20const&\2c\20SkStrokeRec\20const&\2c\20GrAAType\29 +3824:skgpu::ganesh::StrokeRectOp::\28anonymous\20namespace\29::AAStrokeRectOp::AAStrokeRectOp\28GrProcessorSet*\2c\20SkRGBA4f<\28SkAlphaType\292>\20const&\2c\20SkMatrix\20const&\2c\20skgpu::ganesh::StrokeRectOp::\28anonymous\20namespace\29::AAStrokeRectOp::RectInfo\20const&\2c\20bool\29 +3825:skgpu::ganesh::StencilMaskHelper::drawShape\28GrShape\20const&\2c\20SkMatrix\20const&\2c\20SkRegion::Op\2c\20GrAA\29 +3826:skgpu::ganesh::SoftwarePathRenderer::DrawAroundInvPath\28skgpu::ganesh::SurfaceDrawContext*\2c\20GrPaint&&\2c\20GrUserStencilSettings\20const&\2c\20GrClip\20const*\2c\20SkMatrix\20const&\2c\20SkIRect\20const&\2c\20SkIRect\20const&\29 +3827:skgpu::ganesh::SmallPathAtlasMgr::~SmallPathAtlasMgr\28\29_11708 +3828:skgpu::ganesh::SmallPathAtlasMgr::findOrCreate\28skgpu::ganesh::SmallPathShapeDataKey\20const&\29 +3829:skgpu::ganesh::SmallPathAtlasMgr::deleteCacheEntry\28skgpu::ganesh::SmallPathShapeData*\29 +3830:skgpu::ganesh::ShadowRRectOp::Make\28GrRecordingContext*\2c\20unsigned\20int\2c\20SkMatrix\20const&\2c\20SkRRect\20const&\2c\20float\2c\20float\29 +3831:skgpu::ganesh::RegionOp::\28anonymous\20namespace\29::RegionOpImpl::RegionOpImpl\28GrProcessorSet*\2c\20SkRGBA4f<\28SkAlphaType\292>\20const&\2c\20SkMatrix\20const&\2c\20SkRegion\20const&\2c\20GrAAType\2c\20GrUserStencilSettings\20const*\29 +3832:skgpu::ganesh::RasterAsView\28GrRecordingContext*\2c\20SkImage_Raster\20const*\2c\20skgpu::Mipmapped\2c\20GrImageTexGenPolicy\29 +3833:skgpu::ganesh::QuadPerEdgeAA::Tessellator::append\28GrQuad*\2c\20GrQuad*\2c\20SkRGBA4f<\28SkAlphaType\292>\20const&\2c\20SkRect\20const&\2c\20GrQuadAAFlags\29 +3834:skgpu::ganesh::QuadPerEdgeAA::Tessellator::Tessellator\28skgpu::ganesh::QuadPerEdgeAA::VertexSpec\20const&\2c\20char*\29 +3835:skgpu::ganesh::QuadPerEdgeAA::QuadPerEdgeAAGeometryProcessor::initializeAttrs\28skgpu::ganesh::QuadPerEdgeAA::VertexSpec\20const&\29 +3836:skgpu::ganesh::QuadPerEdgeAA::IssueDraw\28GrCaps\20const&\2c\20GrOpsRenderPass*\2c\20skgpu::ganesh::QuadPerEdgeAA::VertexSpec\20const&\2c\20int\2c\20int\2c\20int\2c\20int\29 +3837:skgpu::ganesh::QuadPerEdgeAA::GetIndexBuffer\28GrMeshDrawTarget*\2c\20skgpu::ganesh::QuadPerEdgeAA::IndexBufferOption\29 +3838:skgpu::ganesh::PathTessellateOp::usesMSAA\28\29\20const +3839:skgpu::ganesh::PathTessellateOp::prepareTessellator\28GrTessellationShader::ProgramArgs\20const&\2c\20GrAppliedClip&&\29 +3840:skgpu::ganesh::PathTessellateOp::PathTessellateOp\28SkArenaAlloc*\2c\20GrAAType\2c\20GrUserStencilSettings\20const*\2c\20SkMatrix\20const&\2c\20SkPath\20const&\2c\20GrPaint&&\2c\20SkRect\20const&\29 +3841:skgpu::ganesh::PathStencilCoverOp::prePreparePrograms\28GrTessellationShader::ProgramArgs\20const&\2c\20GrAppliedClip&&\29 +3842:skgpu::ganesh::PathRenderer::getStencilSupport\28GrStyledShape\20const&\29\20const +3843:skgpu::ganesh::PathInnerTriangulateOp::prePreparePrograms\28GrTessellationShader::ProgramArgs\20const&\2c\20GrAppliedClip&&\29 +3844:skgpu::ganesh::PathCurveTessellator::~PathCurveTessellator\28\29 +3845:skgpu::ganesh::PathCurveTessellator::prepareWithTriangles\28GrMeshDrawTarget*\2c\20SkMatrix\20const&\2c\20GrTriangulator::BreadcrumbTriangleList*\2c\20skgpu::ganesh::PathTessellator::PathDrawList\20const&\2c\20int\29 +3846:skgpu::ganesh::OpsTask::onMakeClosed\28GrRecordingContext*\2c\20SkIRect*\29 +3847:skgpu::ganesh::OpsTask::onExecute\28GrOpFlushState*\29 +3848:skgpu::ganesh::OpsTask::addOp\28GrDrawingManager*\2c\20std::__2::unique_ptr>\2c\20GrTextureResolveManager\2c\20GrCaps\20const&\29 +3849:skgpu::ganesh::OpsTask::addDrawOp\28GrDrawingManager*\2c\20std::__2::unique_ptr>\2c\20bool\2c\20GrProcessorSet::Analysis\20const&\2c\20GrAppliedClip&&\2c\20GrDstProxyView\20const&\2c\20GrTextureResolveManager\2c\20GrCaps\20const&\29 +3850:skgpu::ganesh::OpsTask::OpsTask\28GrDrawingManager*\2c\20GrSurfaceProxyView\2c\20GrAuditTrail*\2c\20sk_sp\29 +3851:skgpu::ganesh::OpsTask::OpChain::tryConcat\28skgpu::ganesh::OpsTask::OpChain::List*\2c\20GrProcessorSet::Analysis\2c\20GrDstProxyView\20const&\2c\20GrAppliedClip\20const*\2c\20SkRect\20const&\2c\20GrCaps\20const&\2c\20SkArenaAlloc*\2c\20GrAuditTrail*\29 +3852:skgpu::ganesh::LockTextureProxyView\28GrRecordingContext*\2c\20SkImage_Lazy\20const*\2c\20GrImageTexGenPolicy\2c\20skgpu::Mipmapped\29 +3853:skgpu::ganesh::LatticeOp::\28anonymous\20namespace\29::NonAALatticeOp::~NonAALatticeOp\28\29 +3854:skgpu::ganesh::LatticeOp::\28anonymous\20namespace\29::NonAALatticeOp::NonAALatticeOp\28GrProcessorSet*\2c\20SkRGBA4f<\28SkAlphaType\292>\20const&\2c\20SkMatrix\20const&\2c\20GrSurfaceProxyView\2c\20SkAlphaType\2c\20sk_sp\2c\20SkFilterMode\2c\20std::__2::unique_ptr>\2c\20SkRect\20const&\29 +3855:skgpu::ganesh::FillRRectOp::\28anonymous\20namespace\29::FillRRectOpImpl::programInfo\28\29 +3856:skgpu::ganesh::FillRRectOp::\28anonymous\20namespace\29::FillRRectOpImpl::Make\28GrRecordingContext*\2c\20SkArenaAlloc*\2c\20GrPaint&&\2c\20SkMatrix\20const&\2c\20SkRRect\20const&\2c\20skgpu::ganesh::FillRRectOp::\28anonymous\20namespace\29::FillRRectOpImpl::LocalCoords\20const&\2c\20GrAA\29 +3857:skgpu::ganesh::FillRRectOp::\28anonymous\20namespace\29::FillRRectOpImpl::FillRRectOpImpl\28GrProcessorSet*\2c\20SkRGBA4f<\28SkAlphaType\292>\20const&\2c\20SkArenaAlloc*\2c\20SkMatrix\20const&\2c\20SkRRect\20const&\2c\20skgpu::ganesh::FillRRectOp::\28anonymous\20namespace\29::FillRRectOpImpl::LocalCoords\20const&\2c\20skgpu::ganesh::FillRRectOp::\28anonymous\20namespace\29::FillRRectOpImpl::ProcessorFlags\29 +3858:skgpu::ganesh::DrawAtlasPathOp::prepareProgram\28GrCaps\20const&\2c\20SkArenaAlloc*\2c\20GrSurfaceProxyView\20const&\2c\20bool\2c\20GrAppliedClip&&\2c\20GrDstProxyView\20const&\2c\20GrXferBarrierFlags\2c\20GrLoadOp\29 +3859:skgpu::ganesh::Device::replaceBackingProxy\28SkSurface::ContentChangeMode\2c\20sk_sp\2c\20GrColorType\2c\20sk_sp\2c\20GrSurfaceOrigin\2c\20SkSurfaceProps\20const&\29 +3860:skgpu::ganesh::Device::drawPath\28SkPath\20const&\2c\20SkPaint\20const&\29 +3861:skgpu::ganesh::Device::drawEdgeAAImage\28SkImage\20const*\2c\20SkRect\20const&\2c\20SkRect\20const&\2c\20SkPoint\20const*\2c\20SkCanvas::QuadAAFlags\2c\20SkMatrix\20const&\2c\20SkSamplingOptions\20const&\2c\20SkPaint\20const&\2c\20SkCanvas::SrcRectConstraint\2c\20SkMatrix\20const&\2c\20SkTileMode\29 +3862:skgpu::ganesh::Device::discard\28\29 +3863:skgpu::ganesh::Device::android_utils_clipAsRgn\28SkRegion*\29\20const +3864:skgpu::ganesh::DefaultPathRenderer::internalDrawPath\28skgpu::ganesh::SurfaceDrawContext*\2c\20GrPaint&&\2c\20GrAAType\2c\20GrUserStencilSettings\20const&\2c\20GrClip\20const*\2c\20SkMatrix\20const&\2c\20GrStyledShape\20const&\2c\20bool\29 +3865:skgpu::ganesh::DashOp::\28anonymous\20namespace\29::DashingCircleEffect::addToKey\28GrShaderCaps\20const&\2c\20skgpu::KeyBuilder*\29\20const +3866:skgpu::ganesh::CopyView\28GrRecordingContext*\2c\20GrSurfaceProxyView\2c\20skgpu::Mipmapped\2c\20GrImageTexGenPolicy\2c\20std::__2::basic_string_view>\29 +3867:skgpu::ganesh::ClipStack::clipPath\28SkMatrix\20const&\2c\20SkPath\20const&\2c\20GrAA\2c\20SkClipOp\29 +3868:skgpu::ganesh::ClipStack::SaveRecord::replaceWithElement\28skgpu::ganesh::ClipStack::RawElement&&\2c\20SkTBlockList*\29 +3869:skgpu::ganesh::ClipStack::SaveRecord::addElement\28skgpu::ganesh::ClipStack::RawElement&&\2c\20SkTBlockList*\29 +3870:skgpu::ganesh::ClipStack::RawElement::contains\28skgpu::ganesh::ClipStack::Draw\20const&\29\20const +3871:skgpu::ganesh::AtlasTextOp::onCreateProgramInfo\28GrCaps\20const*\2c\20SkArenaAlloc*\2c\20GrSurfaceProxyView\20const&\2c\20bool\2c\20GrAppliedClip&&\2c\20GrDstProxyView\20const&\2c\20GrXferBarrierFlags\2c\20GrLoadOp\29 +3872:skgpu::ganesh::AtlasTextOp::Make\28skgpu::ganesh::SurfaceDrawContext*\2c\20sktext::gpu::AtlasSubRun\20const*\2c\20GrClip\20const*\2c\20SkMatrix\20const&\2c\20SkPoint\2c\20SkPaint\20const&\2c\20sk_sp&&\29 +3873:skgpu::ganesh::AtlasRenderTask::stencilAtlasRect\28GrRecordingContext*\2c\20SkRect\20const&\2c\20SkRGBA4f<\28SkAlphaType\292>\20const&\2c\20GrUserStencilSettings\20const*\29 +3874:skgpu::ganesh::AtlasRenderTask::addPath\28SkMatrix\20const&\2c\20SkPath\20const&\2c\20SkIPoint\2c\20int\2c\20int\2c\20bool\2c\20SkIPoint16*\29 +3875:skgpu::ganesh::AtlasPathRenderer::preFlush\28GrOnFlushResourceProvider*\29 +3876:skgpu::ganesh::AtlasPathRenderer::addPathToAtlas\28GrRecordingContext*\2c\20SkMatrix\20const&\2c\20SkPath\20const&\2c\20SkRect\20const&\2c\20SkIRect*\2c\20SkIPoint16*\2c\20bool*\2c\20std::__2::function\20const&\29 +3877:skgpu::ganesh::AsFragmentProcessor\28skgpu::ganesh::SurfaceDrawContext*\2c\20SkImage\20const*\2c\20SkSamplingOptions\2c\20SkTileMode\20const*\2c\20SkMatrix\20const&\2c\20SkRect\20const*\2c\20SkRect\20const*\29 +3878:skgpu::TiledTextureUtils::OptimizeSampleArea\28SkISize\20const&\2c\20SkRect\20const&\2c\20SkRect\20const&\2c\20SkPoint\20const*\2c\20SkRect*\2c\20SkRect*\2c\20SkMatrix*\29 +3879:skgpu::TClientMappedBufferManager::process\28\29 +3880:skgpu::TAsyncReadResult::~TAsyncReadResult\28\29 +3881:skgpu::RectanizerSkyline::addRect\28int\2c\20int\2c\20SkIPoint16*\29 +3882:skgpu::Plot::Plot\28int\2c\20int\2c\20skgpu::AtlasGenerationCounter*\2c\20int\2c\20int\2c\20int\2c\20int\2c\20SkColorType\2c\20unsigned\20long\29 +3883:skgpu::GetReducedBlendModeInfo\28SkBlendMode\29 +3884:skgpu::CreateIntegralTable\28int\29 +3885:skgpu::BlendFuncName\28SkBlendMode\29 +3886:skcpu::clipHandlesSprite\28SkRasterClip\20const&\2c\20int\2c\20int\2c\20SkPixmap\20const&\29 +3887:skcpu::DrawToMask\28SkPathRaw\20const&\2c\20SkIRect\20const&\2c\20SkMaskFilter\20const*\2c\20SkMatrix\20const*\2c\20SkMaskBuilder*\2c\20SkMaskBuilder::CreateMode\2c\20SkStrokeRec::InitStyle\29 +3888:skcpu::Draw::drawSprite\28SkBitmap\20const&\2c\20int\2c\20int\2c\20SkPaint\20const&\29\20const +3889:skcpu::Draw::drawRRectNinePatch\28SkRRect\20const&\2c\20SkPaint\20const&\29\20const +3890:skcpu::Draw::drawPaint\28SkPaint\20const&\29\20const +3891:skcpu::Draw::drawDevMask\28SkMask\20const&\2c\20SkPaint\20const&\2c\20SkMatrix\20const*\29\20const +3892:skcms_private::baseline::exec_stages\28skcms_private::Op\20const*\2c\20void\20const**\2c\20char\20const*\2c\20char*\2c\20int\29 +3893:skcms_private::baseline::clut\28unsigned\20int\2c\20unsigned\20int\2c\20unsigned\20char\20const*\2c\20unsigned\20char\20const*\2c\20unsigned\20char\20const*\2c\20float\20vector\5b4\5d*\2c\20float\20vector\5b4\5d*\2c\20float\20vector\5b4\5d*\2c\20float\20vector\5b4\5d*\29 +3894:skcms_ApproximatelyEqualProfiles +3895:sk_sp*\20std::__2::vector\2c\20std::__2::allocator>>::__emplace_back_slow_path>\28sk_sp&&\29 +3896:sk_sp\20sk_make_sp\2c\20SkSurfaceProps\20const*&>\28skcpu::RecorderImpl*&&\2c\20SkImageInfo\20const&\2c\20sk_sp&&\2c\20SkSurfaceProps\20const*&\29 +3897:sk_sp*\20emscripten::internal::MemberAccess>::getWire\28sk_sp\20SkRuntimeEffect::TracedShader::*\20const&\2c\20SkRuntimeEffect::TracedShader&\29 +3898:sk_fopen\28char\20const*\2c\20SkFILE_Flags\29 +3899:sk_fgetsize\28_IO_FILE*\29 +3900:sk_fclose\28_IO_FILE*\29 +3901:setup_masks_arabic_plan\28arabic_shape_plan_t\20const*\2c\20hb_buffer_t*\2c\20hb_script_t\29 +3902:set_khr_debug_label\28GrGLGpu*\2c\20unsigned\20int\2c\20std::__2::basic_string_view>\29 +3903:set_as_oval\28SkPathRaw*\2c\20SkSpan\2c\20SkRect\20const&\2c\20SkPathDirection\2c\20unsigned\20int\29 +3904:setThrew +3905:serialize_image\28SkImage\20const*\2c\20SkSerialProcs\29 +3906:send_tree +3907:select_curve_ops\28skcms_Curve\20const*\2c\20int\2c\20OpAndArg*\29 +3908:sect_with_vertical\28SkPoint\20const*\2c\20float\29 +3909:sect_with_horizontal\28SkPoint\20const*\2c\20float\29 +3910:scanexp +3911:scalbnl +3912:rewind_if_necessary\28GrTriangulator::Edge*\2c\20GrTriangulator::EdgeList*\2c\20GrTriangulator::Vertex**\2c\20GrTriangulator::Comparator\20const&\29 +3913:resolveImplicitLevels\28UBiDi*\2c\20int\2c\20int\2c\20unsigned\20char\2c\20unsigned\20char\29 +3914:reset_and_decode_image_config\28wuffs_gif__decoder__struct*\2c\20wuffs_base__image_config__struct*\2c\20wuffs_base__io_buffer__struct*\2c\20SkStream*\29 +3915:renderbuffer_storage_msaa\28GrGLGpu*\2c\20int\2c\20unsigned\20int\2c\20int\2c\20int\29 +3916:recursive_edge_intersect\28GrTriangulator::Line\20const&\2c\20SkPoint\2c\20SkPoint\2c\20GrTriangulator::Line\20const&\2c\20SkPoint\2c\20SkPoint\2c\20SkPoint*\2c\20double*\2c\20double*\29 +3917:reclassify_vertex\28TriangulationVertex*\2c\20SkPoint\20const*\2c\20int\2c\20ReflexHash*\2c\20SkTInternalLList*\29 +3918:quad_intercept_v\28SkPoint\20const*\2c\20float\2c\20float\2c\20double*\29 +3919:quad_intercept_h\28SkPoint\20const*\2c\20float\2c\20float\2c\20double*\29 +3920:quad_in_line\28SkPoint\20const*\29 +3921:psh_hint_table_init +3922:psh_hint_table_find_strong_points +3923:psh_hint_table_activate_mask +3924:psh_hint_align +3925:psh_glyph_interpolate_strong_points +3926:psh_glyph_interpolate_other_points +3927:psh_glyph_interpolate_normal_points +3928:psh_blues_set_zones +3929:ps_parser_load_field +3930:ps_dimension_end +3931:ps_dimension_done +3932:ps_builder_start_point +3933:printf_core +3934:position_cluster\28hb_ot_shape_plan_t\20const*\2c\20hb_font_t*\2c\20hb_buffer_t*\2c\20unsigned\20int\2c\20unsigned\20int\2c\20bool\29 +3935:portable::uniform_color\28portable::Params*\2c\20SkRasterPipelineStage*\2c\20float\2c\20float\2c\20float\2c\20float\29 +3936:portable::set_rgb\28portable::Params*\2c\20SkRasterPipelineStage*\2c\20float\2c\20float\2c\20float\2c\20float\29 +3937:portable::memset64\28unsigned\20long\20long*\2c\20unsigned\20long\20long\2c\20int\29 +3938:portable::debug_y\28portable::Params*\2c\20SkRasterPipelineStage*\2c\20float\2c\20float\2c\20float\2c\20float\29 +3939:portable::debug_x\28portable::Params*\2c\20SkRasterPipelineStage*\2c\20float\2c\20float\2c\20float\2c\20float\29 +3940:portable::copy_from_indirect_unmasked\28portable::Params*\2c\20SkRasterPipelineStage*\2c\20float\2c\20float\2c\20float\2c\20float\29 +3941:portable::copy_2_slots_unmasked\28portable::Params*\2c\20SkRasterPipelineStage*\2c\20float\2c\20float\2c\20float\2c\20float\29 +3942:portable::check_decal_mask\28portable::Params*\2c\20SkRasterPipelineStage*\2c\20float\2c\20float\2c\20float\2c\20float\29 +3943:portable::bilerp_clamp_8888\28portable::Params*\2c\20SkRasterPipelineStage*\2c\20float\2c\20float\2c\20float\2c\20float\29 +3944:pop_arg +3945:pntz +3946:png_inflate +3947:png_deflate_claim +3948:png_decompress_chunk +3949:png_cache_unknown_chunk +3950:operator_new_impl\28unsigned\20long\29 +3951:operator==\28SkPaint\20const&\2c\20SkPaint\20const&\29 +3952:open_face +3953:non-virtual\20thunk\20to\20SkMeshPriv::CpuBuffer::~CpuBuffer\28\29_2628 +3954:non-virtual\20thunk\20to\20SkMeshPriv::CpuBuffer::~CpuBuffer\28\29 +3955:non-virtual\20thunk\20to\20SkMeshPriv::CpuBuffer::size\28\29\20const +3956:non-virtual\20thunk\20to\20SkMeshPriv::CpuBuffer::onUpdate\28GrDirectContext*\2c\20void\20const*\2c\20unsigned\20long\2c\20unsigned\20long\29 +3957:nearly_equal\28double\2c\20double\29 +3958:mbsrtowcs +3959:map_quad_general\28skvx::Vec<4\2c\20float>\20const&\2c\20skvx::Vec<4\2c\20float>\20const&\2c\20SkMatrix\20const&\2c\20skvx::Vec<4\2c\20float>*\2c\20skvx::Vec<4\2c\20float>*\2c\20skvx::Vec<4\2c\20float>*\29 +3960:make_tiled_gradient\28GrFPArgs\20const&\2c\20std::__2::unique_ptr>\2c\20std::__2::unique_ptr>\2c\20bool\2c\20bool\29 +3961:make_premul_effect\28std::__2::unique_ptr>\29 +3962:make_dual_interval_colorizer\28SkRGBA4f<\28SkAlphaType\292>\20const&\2c\20SkRGBA4f<\28SkAlphaType\292>\20const&\2c\20SkRGBA4f<\28SkAlphaType\292>\20const&\2c\20SkRGBA4f<\28SkAlphaType\292>\20const&\2c\20float\29 +3963:make_clamped_gradient\28std::__2::unique_ptr>\2c\20std::__2::unique_ptr>\2c\20SkRGBA4f<\28SkAlphaType\292>\2c\20SkRGBA4f<\28SkAlphaType\292>\2c\20bool\29 +3964:make_bmp_proxy\28GrProxyProvider*\2c\20SkBitmap\20const&\2c\20GrColorType\2c\20skgpu::Mipmapped\2c\20SkBackingFit\2c\20skgpu::Budgeted\29 +3965:longest_match +3966:long\20std::__2::__num_get_signed_integral\5babi:nn180100\5d\28char\20const*\2c\20char\20const*\2c\20unsigned\20int&\2c\20int\29 +3967:long\20long\20std::__2::__num_get_signed_integral\5babi:nn180100\5d\28char\20const*\2c\20char\20const*\2c\20unsigned\20int&\2c\20int\29 +3968:long\20double\20std::__2::__num_get_float\5babi:nn180100\5d\28char\20const*\2c\20char\20const*\2c\20unsigned\20int&\29 +3969:load_post_names +3970:line_intercept_v\28SkPoint\20const*\2c\20float\2c\20float\2c\20double*\29 +3971:line_intercept_h\28SkPoint\20const*\2c\20float\2c\20float\2c\20double*\29 +3972:legalfunc$_embind_register_bigint +3973:jpeg_open_backing_store +3974:jpeg_consume_input +3975:jpeg_alloc_huff_table +3976:jinit_upsampler +3977:is_leap +3978:init_error_limit +3979:init_block +3980:hb_vector_t\2c\20false>::resize\28int\2c\20bool\2c\20bool\29 +3981:hb_vector_t::resize\28int\2c\20bool\2c\20bool\29 +3982:hb_vector_t::push\28\29 +3983:hb_vector_t\2c\20false>::resize\28int\2c\20bool\2c\20bool\29 +3984:hb_vector_size_t\20hb_bit_set_t::op_<$_14>\28hb_vector_size_t\20const&\2c\20hb_vector_size_t\20const&\29 +3985:hb_utf8_t::next\28unsigned\20char\20const*\2c\20unsigned\20char\20const*\2c\20unsigned\20int*\2c\20unsigned\20int\29 +3986:hb_unicode_script +3987:hb_unicode_mirroring_nil\28hb_unicode_funcs_t*\2c\20unsigned\20int\2c\20void*\29 +3988:hb_unicode_funcs_t::is_default_ignorable\28unsigned\20int\29 +3989:hb_shape_plan_key_t::init\28bool\2c\20hb_face_t*\2c\20hb_segment_properties_t\20const*\2c\20hb_feature_t\20const*\2c\20unsigned\20int\2c\20int\20const*\2c\20unsigned\20int\2c\20char\20const*\20const*\29 +3990:hb_shape_plan_create2 +3991:hb_serialize_context_t::fini\28\29 +3992:hb_paint_extents_paint_linear_gradient\28hb_paint_funcs_t*\2c\20void*\2c\20hb_color_line_t*\2c\20float\2c\20float\2c\20float\2c\20float\2c\20float\2c\20float\2c\20void*\29 +3993:hb_paint_extents_get_funcs\28\29 +3994:hb_paint_extents_context_t::clear\28\29 +3995:hb_ot_map_t::fini\28\29 +3996:hb_ot_layout_table_select_script +3997:hb_ot_layout_table_get_lookup_count +3998:hb_ot_layout_table_find_feature_variations +3999:hb_ot_layout_table_find_feature\28hb_face_t*\2c\20unsigned\20int\2c\20unsigned\20int\2c\20unsigned\20int*\29 +4000:hb_ot_layout_script_select_language +4001:hb_ot_layout_language_get_required_feature +4002:hb_ot_layout_language_find_feature +4003:hb_ot_layout_has_substitution +4004:hb_ot_layout_feature_with_variations_get_lookups +4005:hb_ot_layout_collect_features_map +4006:hb_ot_font_set_funcs +4007:hb_lazy_loader_t::do_destroy\28hb_draw_funcs_t*\29 +4008:hb_lazy_loader_t\2c\20hb_face_t\2c\2038u\2c\20OT::sbix_accelerator_t>::create\28hb_face_t*\29 +4009:hb_lazy_loader_t\2c\20hb_face_t\2c\207u\2c\20OT::post_accelerator_t>::do_destroy\28OT::post_accelerator_t*\29 +4010:hb_lazy_loader_t\2c\20hb_face_t\2c\2017u\2c\20OT::cff2_accelerator_t>::do_destroy\28OT::cff2_accelerator_t*\29 +4011:hb_lazy_loader_t\2c\20hb_face_t\2c\2035u\2c\20OT::COLR_accelerator_t>::do_destroy\28OT::COLR_accelerator_t*\29 +4012:hb_lazy_loader_t\2c\20hb_face_t\2c\2037u\2c\20OT::CBDT_accelerator_t>::do_destroy\28OT::CBDT_accelerator_t*\29 +4013:hb_language_matches +4014:hb_indic_get_categories\28unsigned\20int\29 +4015:hb_hashmap_t::fetch_item\28hb_serialize_context_t::object_t\20const*\20const&\2c\20unsigned\20int\29\20const +4016:hb_hashmap_t::alloc\28unsigned\20int\29 +4017:hb_font_t::synthetic_glyph_extents\28hb_glyph_extents_t*\29 +4018:hb_font_t::get_glyph_v_origin_with_fallback\28unsigned\20int\2c\20int*\2c\20int*\29 +4019:hb_font_t::get_glyph_contour_point_for_origin\28unsigned\20int\2c\20unsigned\20int\2c\20hb_direction_t\2c\20int*\2c\20int*\29 +4020:hb_font_set_variations +4021:hb_font_set_funcs +4022:hb_font_get_variation_glyph_nil\28hb_font_t*\2c\20void*\2c\20unsigned\20int\2c\20unsigned\20int\2c\20unsigned\20int*\2c\20void*\29 +4023:hb_font_get_glyph_h_advance +4024:hb_font_get_glyph_extents +4025:hb_font_get_font_h_extents_nil\28hb_font_t*\2c\20void*\2c\20hb_font_extents_t*\2c\20void*\29 +4026:hb_font_funcs_set_variation_glyph_func +4027:hb_font_funcs_set_nominal_glyphs_func +4028:hb_font_funcs_set_nominal_glyph_func +4029:hb_font_funcs_set_glyph_h_advances_func +4030:hb_font_funcs_set_glyph_extents_func +4031:hb_font_funcs_create +4032:hb_draw_move_to_nil\28hb_draw_funcs_t*\2c\20void*\2c\20hb_draw_state_t*\2c\20float\2c\20float\2c\20void*\29 +4033:hb_draw_funcs_set_quadratic_to_func +4034:hb_draw_funcs_set_move_to_func +4035:hb_draw_funcs_set_line_to_func +4036:hb_draw_funcs_set_cubic_to_func +4037:hb_draw_funcs_create +4038:hb_draw_extents_move_to\28hb_draw_funcs_t*\2c\20void*\2c\20hb_draw_state_t*\2c\20float\2c\20float\2c\20void*\29 +4039:hb_buffer_t::sort\28unsigned\20int\2c\20unsigned\20int\2c\20int\20\28*\29\28hb_glyph_info_t\20const*\2c\20hb_glyph_info_t\20const*\29\29 +4040:hb_buffer_t::output_info\28hb_glyph_info_t\20const&\29 +4041:hb_buffer_t::message_impl\28hb_font_t*\2c\20char\20const*\2c\20void*\29 +4042:hb_buffer_t::leave\28\29 +4043:hb_buffer_t::delete_glyphs_inplace\28bool\20\28*\29\28hb_glyph_info_t\20const*\29\29 +4044:hb_buffer_t::clear_positions\28\29 +4045:hb_buffer_set_length +4046:hb_buffer_get_glyph_positions +4047:hb_buffer_diff +4048:hb_buffer_create +4049:hb_buffer_clear_contents +4050:hb_buffer_add_utf8 +4051:hb_blob_t*\20hb_sanitize_context_t::sanitize_blob\28hb_blob_t*\29 +4052:hb_blob_t*\20hb_data_wrapper_t::call_create>\28\29\20const +4053:hb_blob_t*\20hb_data_wrapper_t::call_create>\28\29\20const +4054:hb_aat_map_builder_t::compile\28hb_aat_map_t&\29 +4055:hb_aat_layout_remove_deleted_glyphs\28hb_buffer_t*\29 +4056:hb_aat_layout_compile_map\28hb_aat_map_builder_t\20const*\2c\20hb_aat_map_t*\29 +4057:hair_cubic\28SkPoint\20const*\2c\20SkRegion\20const*\2c\20SkBlitter*\2c\20void\20\28*\29\28SkPoint\20const*\2c\20int\2c\20SkRegion\20const*\2c\20SkBlitter*\29\29 +4058:getint +4059:get_win_string +4060:get_dst_swizzle_and_store\28GrColorType\2c\20SkRasterPipelineOp*\2c\20LumMode*\2c\20bool*\2c\20bool*\29 +4061:get_driver_and_version\28GrGLStandard\2c\20GrGLVendor\2c\20char\20const*\2c\20char\20const*\2c\20char\20const*\29 +4062:gen_key\28skgpu::KeyBuilder*\2c\20GrProgramInfo\20const&\2c\20GrCaps\20const&\29 +4063:gen_fp_key\28GrFragmentProcessor\20const&\2c\20GrCaps\20const&\2c\20skgpu::KeyBuilder*\29 +4064:gather_uniforms_and_check_for_main\28SkSL::Program\20const&\2c\20std::__2::vector>*\2c\20std::__2::vector>*\2c\20SkRuntimeEffect::Uniform::Flags\2c\20unsigned\20long*\29 +4065:fwrite +4066:ft_var_to_normalized +4067:ft_var_load_item_variation_store +4068:ft_var_load_hvvar +4069:ft_var_load_avar +4070:ft_var_get_value_pointer +4071:ft_var_apply_tuple +4072:ft_validator_init +4073:ft_mem_strcpyn +4074:ft_hash_num_lookup +4075:ft_glyphslot_set_bitmap +4076:ft_glyphslot_preset_bitmap +4077:ft_corner_orientation +4078:ft_corner_is_flat +4079:frexp +4080:fread +4081:fp_force_eval +4082:fp_barrier_15919 +4083:fopen +4084:fold_opacity_layer_color_to_paint\28SkPaint\20const*\2c\20bool\2c\20SkPaint*\29 +4085:fmodl +4086:float\20std::__2::__num_get_float\5babi:nn180100\5d\28char\20const*\2c\20char\20const*\2c\20unsigned\20int&\29 +4087:fill_shadow_rec\28SkPath\20const&\2c\20SkPoint3\20const&\2c\20SkPoint3\20const&\2c\20float\2c\20unsigned\20int\2c\20unsigned\20int\2c\20unsigned\20int\2c\20SkMatrix\20const&\2c\20SkDrawShadowRec*\29 +4088:fill_inverse_cmap +4089:fileno +4090:examine_app0 +4091:emscripten::internal::MethodInvoker::invoke\28void\20\28SkCanvas::*\20const&\29\28SkPath\20const&\2c\20SkClipOp\2c\20bool\29\2c\20SkCanvas*\2c\20SkPath*\2c\20SkClipOp\2c\20bool\29 +4092:emscripten::internal::MethodInvoker\20\28SkAnimatedImage::*\29\28\29\2c\20sk_sp\2c\20SkAnimatedImage*>::invoke\28sk_sp\20\28SkAnimatedImage::*\20const&\29\28\29\2c\20SkAnimatedImage*\29 +4093:emscripten::internal::Invoker\2c\20sk_sp\2c\20sk_sp>::invoke\28sk_sp\20\28*\29\28sk_sp\2c\20sk_sp\29\2c\20sk_sp*\2c\20sk_sp*\29 +4094:emscripten::internal::Invoker\2c\20SkBlendMode\2c\20sk_sp\2c\20sk_sp>::invoke\28sk_sp\20\28*\29\28SkBlendMode\2c\20sk_sp\2c\20sk_sp\29\2c\20SkBlendMode\2c\20sk_sp*\2c\20sk_sp*\29 +4095:emscripten::internal::Invoker\2c\20SkBlendMode>::invoke\28sk_sp\20\28*\29\28SkBlendMode\29\2c\20SkBlendMode\29 +4096:emscripten::internal::FunctionInvoker::invoke\28void\20\28**\29\28SkPath&\2c\20float\2c\20float\2c\20float\2c\20float\29\2c\20SkPath*\2c\20float\2c\20float\2c\20float\2c\20float\29 +4097:emscripten::internal::FunctionInvoker::invoke\28void\20\28**\29\28SkPath&\2c\20float\2c\20float\29\2c\20SkPath*\2c\20float\2c\20float\29 +4098:emscripten::internal::FunctionInvoker\29\2c\20void\2c\20SkPaint&\2c\20unsigned\20long\2c\20sk_sp>::invoke\28void\20\28**\29\28SkPaint&\2c\20unsigned\20long\2c\20sk_sp\29\2c\20SkPaint*\2c\20unsigned\20long\2c\20sk_sp*\29 +4099:emscripten::internal::FunctionInvoker::invoke\28void\20\28**\29\28SkCanvas&\2c\20skia::textlayout::Paragraph*\2c\20float\2c\20float\29\2c\20SkCanvas*\2c\20skia::textlayout::Paragraph*\2c\20float\2c\20float\29 +4100:emscripten::internal::FunctionInvoker\20const&\2c\20unsigned\20long\2c\20unsigned\20long\2c\20unsigned\20long\2c\20int\2c\20SkBlendMode\2c\20SkFilterMode\2c\20SkMipmapMode\2c\20SkPaint\20const*\29\2c\20void\2c\20SkCanvas&\2c\20sk_sp\20const&\2c\20unsigned\20long\2c\20unsigned\20long\2c\20unsigned\20long\2c\20int\2c\20SkBlendMode\2c\20SkFilterMode\2c\20SkMipmapMode\2c\20SkPaint\20const*>::invoke\28void\20\28**\29\28SkCanvas&\2c\20sk_sp\20const&\2c\20unsigned\20long\2c\20unsigned\20long\2c\20unsigned\20long\2c\20int\2c\20SkBlendMode\2c\20SkFilterMode\2c\20SkMipmapMode\2c\20SkPaint\20const*\29\2c\20SkCanvas*\2c\20sk_sp*\2c\20unsigned\20long\2c\20unsigned\20long\2c\20unsigned\20long\2c\20int\2c\20SkBlendMode\2c\20SkFilterMode\2c\20SkMipmapMode\2c\20SkPaint\20const*\29 +4101:emscripten::internal::FunctionInvoker\20const&\2c\20float\2c\20float\2c\20SkPaint\20const*\29\2c\20void\2c\20SkCanvas&\2c\20sk_sp\20const&\2c\20float\2c\20float\2c\20SkPaint\20const*>::invoke\28void\20\28**\29\28SkCanvas&\2c\20sk_sp\20const&\2c\20float\2c\20float\2c\20SkPaint\20const*\29\2c\20SkCanvas*\2c\20sk_sp*\2c\20float\2c\20float\2c\20SkPaint\20const*\29 +4102:emscripten::internal::FunctionInvoker\20\28*\29\28SkCanvas&\2c\20SimpleImageInfo\29\2c\20sk_sp\2c\20SkCanvas&\2c\20SimpleImageInfo>::invoke\28sk_sp\20\28**\29\28SkCanvas&\2c\20SimpleImageInfo\29\2c\20SkCanvas*\2c\20SimpleImageInfo*\29 +4103:emscripten::internal::FunctionInvoker::invoke\28int\20\28**\29\28SkFont&\2c\20unsigned\20long\2c\20unsigned\20long\2c\20unsigned\20long\2c\20unsigned\20long\29\2c\20SkFont*\2c\20unsigned\20long\2c\20unsigned\20long\2c\20unsigned\20long\2c\20unsigned\20long\29 +4104:emscripten::internal::FunctionInvoker::invoke\28bool\20\28**\29\28SkPath&\2c\20SkPath\20const&\2c\20SkPathOp\29\2c\20SkPath*\2c\20SkPath*\2c\20SkPathOp\29 +4105:embind_init_builtin\28\29 +4106:embind_init_Skia\28\29 +4107:embind_init_Paragraph\28\29::$_0::__invoke\28SimpleParagraphStyle\2c\20sk_sp\29 +4108:embind_init_Paragraph\28\29 +4109:embind_init_ParagraphGen\28\29 +4110:edge_line_needs_recursion\28SkPoint\20const&\2c\20SkPoint\20const&\29 +4111:dquad_xy_at_t\28SkPoint\20const*\2c\20float\2c\20double\29 +4112:dquad_intersect_ray\28SkDCurve\20const&\2c\20SkDLine\20const&\2c\20SkIntersections*\29 +4113:double\20std::__2::__num_get_float\5babi:nn180100\5d\28char\20const*\2c\20char\20const*\2c\20unsigned\20int&\29 +4114:dline_xy_at_t\28SkPoint\20const*\2c\20float\2c\20double\29 +4115:dline_intersect_ray\28SkDCurve\20const&\2c\20SkDLine\20const&\2c\20SkIntersections*\29 +4116:deflate_stored +4117:decompose_current_character\28hb_ot_shape_normalize_context_t\20const*\2c\20bool\29 +4118:decltype\28fp\28nullptr\29\29\20SkArenaAlloc::make\28skgpu::ganesh::QuadPerEdgeAA::QuadPerEdgeAAGeometryProcessor::Make\28SkArenaAlloc*\2c\20skgpu::ganesh::QuadPerEdgeAA::VertexSpec\20const&\29::'lambda'\28void*\29&&\29::'lambda'\28char*\29::__invoke\28char*\29 +4119:decltype\28fp\28nullptr\29\29\20SkArenaAlloc::make\28bool&\2c\20skgpu::tess::PatchAttribs&\29::'lambda'\28void*\29>\28skgpu::ganesh::PathCurveTessellator&&\29::'lambda'\28char*\29::__invoke\28char*\29 +4120:decltype\28fp\28nullptr\29\29\20SkArenaAlloc::make<\28anonymous\20namespace\29::MeshGP::Make\28SkArenaAlloc*\2c\20sk_sp\2c\20sk_sp\2c\20SkMatrix\20const&\2c\20std::__2::optional>\20const&\2c\20bool\2c\20sk_sp\2c\20SkSpan>>\29::'lambda'\28void*\29>\28\28anonymous\20namespace\29::MeshGP::Make\28SkArenaAlloc*\2c\20sk_sp\2c\20sk_sp\2c\20SkMatrix\20const&\2c\20std::__2::optional>\20const&\2c\20bool\2c\20sk_sp\2c\20SkSpan>>\29::'lambda'\28void*\29&&\29::'lambda'\28char*\29::__invoke\28char*\29 +4121:decltype\28fp\28nullptr\29\29\20SkArenaAlloc::make<\28anonymous\20namespace\29::GaussianPass*\20SkArenaAlloc::make<\28anonymous\20namespace\29::GaussianPass\2c\20int&\2c\20float*&\2c\20skvx::Vec<4\2c\20float>*&>\28int&\2c\20float*&\2c\20skvx::Vec<4\2c\20float>*&\29::'lambda'\28void*\29>\28\28anonymous\20namespace\29::GaussianPass&&\29::'lambda'\28char*\29::__invoke\28char*\29 +4122:decltype\28fp\28nullptr\29\29\20SkArenaAlloc::make<\28anonymous\20namespace\29::A8Pass*\20SkArenaAlloc::make<\28anonymous\20namespace\29::A8Pass\2c\20unsigned\20long\20long&\2c\20unsigned\20int*&\2c\20unsigned\20int*&\2c\20unsigned\20int*&\2c\20unsigned\20int*&\2c\20unsigned\20int*&\2c\20unsigned\20int*&\2c\20int&>\28unsigned\20long\20long&\2c\20unsigned\20int*&\2c\20unsigned\20int*&\2c\20unsigned\20int*&\2c\20unsigned\20int*&\2c\20unsigned\20int*&\2c\20unsigned\20int*&\2c\20int&\29::'lambda'\28void*\29>\28\28anonymous\20namespace\29::A8Pass&&\29::'lambda'\28char*\29::__invoke\28char*\29 +4123:decltype\28fp\28nullptr\29\29\20SkArenaAlloc::make\28skgpu::UniqueKey\20const&\2c\20GrSurfaceProxyView\20const&\29::'lambda'\28void*\29>\28GrThreadSafeCache::Entry&&\29::'lambda'\28char*\29::__invoke\28char*\29 +4124:decltype\28fp\28nullptr\29\29\20SkArenaAlloc::make\28GrSurfaceProxy*&\2c\20skgpu::ScratchKey&&\2c\20GrResourceProvider*&\29::'lambda'\28void*\29>\28GrResourceAllocator::Register&&\29 +4125:decltype\28fp\28nullptr\29\29\20SkArenaAlloc::make\28GrRRectShadowGeoProc::Make\28SkArenaAlloc*\2c\20GrSurfaceProxyView\20const&\29::'lambda'\28void*\29&&\29::'lambda'\28char*\29::__invoke\28char*\29 +4126:decltype\28fp\28nullptr\29\29\20SkArenaAlloc::make\20const&\2c\20SkMatrix\20const&\2c\20GrCaps\20const&\2c\20SkMatrix\20const&\2c\20bool\2c\20unsigned\20char\29::'lambda'\28void*\29>\28GrQuadEffect::Make\28SkArenaAlloc*\2c\20SkRGBA4f<\28SkAlphaType\292>\20const&\2c\20SkMatrix\20const&\2c\20GrCaps\20const&\2c\20SkMatrix\20const&\2c\20bool\2c\20unsigned\20char\29::'lambda'\28void*\29&&\29::'lambda'\28char*\29::__invoke\28char*\29 +4127:decltype\28fp\28nullptr\29\29\20SkArenaAlloc::make\28GrPipeline::InitArgs&\2c\20GrProcessorSet&&\2c\20GrAppliedClip&&\29::'lambda'\28void*\29>\28GrPipeline&&\29::'lambda'\28char*\29::__invoke\28char*\29 +4128:decltype\28fp\28nullptr\29\29\20SkArenaAlloc::make\28GrDistanceFieldA8TextGeoProc::Make\28SkArenaAlloc*\2c\20GrShaderCaps\20const&\2c\20GrSurfaceProxyView\20const*\2c\20int\2c\20GrSamplerState\2c\20float\2c\20unsigned\20int\2c\20SkMatrix\20const&\29::'lambda'\28void*\29&&\29::'lambda'\28char*\29::__invoke\28char*\29 +4129:decltype\28fp\28nullptr\29\29\20SkArenaAlloc::make\20const&\2c\20SkMatrix\20const&\2c\20SkMatrix\20const&\2c\20bool\2c\20unsigned\20char\29::'lambda'\28void*\29>\28DefaultGeoProc::Make\28SkArenaAlloc*\2c\20unsigned\20int\2c\20SkRGBA4f<\28SkAlphaType\292>\20const&\2c\20SkMatrix\20const&\2c\20SkMatrix\20const&\2c\20bool\2c\20unsigned\20char\29::'lambda'\28void*\29&&\29 +4130:decltype\28fp\28nullptr\29\29\20SkArenaAlloc::make\28CircleGeometryProcessor::Make\28SkArenaAlloc*\2c\20bool\2c\20bool\2c\20bool\2c\20bool\2c\20bool\2c\20bool\2c\20SkMatrix\20const&\29::'lambda'\28void*\29&&\29::'lambda'\28char*\29::__invoke\28char*\29 +4131:decltype\28fp.sanitize\28this\2c\20std::forward\20const*>\28fp1\29\29\29\20hb_sanitize_context_t::_dispatch\2c\20OT::IntType\2c\20void\2c\20true>\2c\20OT::ContextFormat1_4\20const*>\28OT::OffsetTo\2c\20OT::IntType\2c\20void\2c\20true>\20const&\2c\20hb_priority<1u>\2c\20OT::ContextFormat1_4\20const*&&\29 +4132:decltype\28auto\29\20std::__2::__variant_detail::__visitation::__base::__dispatcher<0ul\2c\200ul>::__dispatch\5babi:ne180100\5d\2c\20std::__2::unique_ptr>>>::__generic_construct\5babi:ne180100\5d\2c\20std::__2::unique_ptr>>\2c\20\28std::__2::__variant_detail::_Trait\291>>\28std::__2::__variant_detail::__ctor\2c\20std::__2::unique_ptr>>>&\2c\20std::__2::__variant_detail::__move_constructor\2c\20std::__2::unique_ptr>>\2c\20\28std::__2::__variant_detail::_Trait\291>&&\29::'lambda'\28std::__2::__variant_detail::__move_constructor\2c\20std::__2::unique_ptr>>\2c\20\28std::__2::__variant_detail::_Trait\291>&\2c\20auto&&\29&&\2c\20std::__2::__variant_detail::__base<\28std::__2::__variant_detail::_Trait\291\2c\20sk_sp\2c\20std::__2::unique_ptr>>&\2c\20std::__2::__variant_detail::__base<\28std::__2::__variant_detail::_Trait\291\2c\20sk_sp\2c\20std::__2::unique_ptr>>&&>\28std::__2::__variant_detail::__move_constructor\2c\20std::__2::unique_ptr>>\2c\20\28std::__2::__variant_detail::_Trait\291>\2c\20std::__2::__variant_detail::__base<\28std::__2::__variant_detail::_Trait\291\2c\20sk_sp\2c\20std::__2::unique_ptr>>&\2c\20std::__2::__variant_detail::__base<\28std::__2::__variant_detail::_Trait\291\2c\20sk_sp\2c\20std::__2::unique_ptr>>&&\29 +4133:dcubic_xy_at_t\28SkPoint\20const*\2c\20float\2c\20double\29 +4134:dcubic_intersect_ray\28SkDCurve\20const&\2c\20SkDLine\20const&\2c\20SkIntersections*\29 +4135:dconic_xy_at_t\28SkPoint\20const*\2c\20float\2c\20double\29 +4136:dconic_intersect_ray\28SkDCurve\20const&\2c\20SkDLine\20const&\2c\20SkIntersections*\29 +4137:data_destroy_arabic\28void*\29 +4138:data_create_arabic\28hb_ot_shape_plan_t\20const*\29 +4139:cycle +4140:cubic_intercept_v\28SkPoint\20const*\2c\20float\2c\20float\2c\20double*\29 +4141:cubic_intercept_h\28SkPoint\20const*\2c\20float\2c\20float\2c\20double*\29 +4142:create_colorindex +4143:copysignl +4144:conic_intercept_v\28SkPoint\20const*\2c\20float\2c\20float\2c\20double*\29 +4145:conic_intercept_h\28SkPoint\20const*\2c\20float\2c\20float\2c\20double*\29 +4146:compute_pos_tan\28SkPoint\20const*\2c\20unsigned\20int\2c\20float\2c\20SkPoint*\2c\20SkPoint*\29 +4147:compute_intersection\28OffsetSegment\20const&\2c\20OffsetSegment\20const&\2c\20SkPoint*\2c\20float*\2c\20float*\29 +4148:compress_block +4149:compose_khmer\28hb_ot_shape_normalize_context_t\20const*\2c\20unsigned\20int\2c\20unsigned\20int\2c\20unsigned\20int*\29 +4150:compare_offsets +4151:clamp\28SkPoint\2c\20SkPoint\2c\20SkPoint\2c\20GrTriangulator::Comparator\20const&\29 +4152:checkint +4153:check_inverse_on_empty_return\28SkRegion*\2c\20SkPath\20const&\2c\20SkRegion\20const&\29 +4154:char*\20std::__2::copy_n\5babi:nn180100\5d\28char\20const*\2c\20unsigned\20long\2c\20char*\29 +4155:char*\20std::__2::copy\5babi:nn180100\5d\2c\20char*>\28std::__2::__wrap_iter\2c\20std::__2::__wrap_iter\2c\20char*\29 +4156:char*\20std::__2::__constexpr_memmove\5babi:nn180100\5d\28char*\2c\20char\20const*\2c\20std::__2::__element_count\29 +4157:cff_vstore_done +4158:cff_subfont_load +4159:cff_subfont_done +4160:cff_size_select +4161:cff_parser_run +4162:cff_make_private_dict +4163:cff_load_private_dict +4164:cff_index_get_name +4165:cff_get_kerning +4166:cff_blend_build_vector +4167:cf2_getSeacComponent +4168:cf2_computeDarkening +4169:cf2_arrstack_push +4170:cbrt +4171:build_ycc_rgb_table +4172:bracketProcessChar\28BracketData*\2c\20int\29 +4173:bool\20std::__2::operator==\5babi:nn180100\5d\28std::__2::unique_ptr\20const&\2c\20std::nullptr_t\29 +4174:bool\20std::__2::operator!=\5babi:ne180100\5d\28std::__2::variant\20const&\2c\20std::__2::variant\20const&\29 +4175:bool\20std::__2::__insertion_sort_incomplete\5babi:ne180100\5d\28skia::textlayout::OneLineShaper::RunBlock*\2c\20skia::textlayout::OneLineShaper::RunBlock*\2c\20skia::textlayout::OneLineShaper::finish\28skia::textlayout::Block\20const&\2c\20float\2c\20float&\29::$_0&\29 +4176:bool\20std::__2::__insertion_sort_incomplete\5babi:ne180100\5d\28\28anonymous\20namespace\29::Entry*\2c\20\28anonymous\20namespace\29::Entry*\2c\20\28anonymous\20namespace\29::EntryComparator&\29 +4177:bool\20std::__2::__insertion_sort_incomplete\5babi:ne180100\5d\28SkSL::ProgramElement\20const**\2c\20SkSL::ProgramElement\20const**\2c\20SkSL::Transform::\28anonymous\20namespace\29::BuiltinVariableScanner::sortNewElements\28\29::'lambda'\28SkSL::ProgramElement\20const*\2c\20SkSL::ProgramElement\20const*\29&\29 +4178:bool\20std::__2::__insertion_sort_incomplete\5babi:ne180100\5d\28SkSL::FunctionDefinition\20const**\2c\20SkSL::FunctionDefinition\20const**\2c\20SkSL::Transform::FindAndDeclareBuiltinFunctions\28SkSL::Program&\29::$_0&\29 +4179:bool\20is_parallel\28SkDLine\20const&\2c\20SkTCurve\20const&\29 +4180:bool\20hb_hashmap_t::set_with_hash\28unsigned\20int\20const&\2c\20unsigned\20int\2c\20unsigned\20int&\2c\20bool\29 +4181:bool\20hb_hashmap_t::set_with_hash\28hb_serialize_context_t::object_t*&\2c\20unsigned\20int\2c\20unsigned\20int&\2c\20bool\29 +4182:bool\20apply_string\28OT::hb_ot_apply_context_t*\2c\20GSUBProxy::Lookup\20const&\2c\20OT::hb_ot_layout_lookup_accelerator_t\20const&\29 +4183:bool\20OT::hb_accelerate_subtables_context_t::apply_cached_to>\28void\20const*\2c\20OT::hb_ot_apply_context_t*\29 +4184:bool\20OT::hb_accelerate_subtables_context_t::apply_cached_to>\28void\20const*\2c\20OT::hb_ot_apply_context_t*\29 +4185:bool\20OT::hb_accelerate_subtables_context_t::apply_cached_to\28void\20const*\2c\20OT::hb_ot_apply_context_t*\29 +4186:bool\20OT::hb_accelerate_subtables_context_t::apply_cached_to>\28void\20const*\2c\20OT::hb_ot_apply_context_t*\29 +4187:bool\20OT::hb_accelerate_subtables_context_t::apply_cached_to>\28void\20const*\2c\20OT::hb_ot_apply_context_t*\29 +4188:bool\20OT::hb_accelerate_subtables_context_t::apply_cached_to\28void\20const*\2c\20OT::hb_ot_apply_context_t*\29 +4189:bool\20OT::hb_accelerate_subtables_context_t::apply_cached_to\28void\20const*\2c\20OT::hb_ot_apply_context_t*\29 +4190:bool\20OT::hb_accelerate_subtables_context_t::apply_cached_to>\28void\20const*\2c\20OT::hb_ot_apply_context_t*\29 +4191:bool\20OT::hb_accelerate_subtables_context_t::apply_cached_to>\28void\20const*\2c\20OT::hb_ot_apply_context_t*\29 +4192:bool\20OT::hb_accelerate_subtables_context_t::apply_cached_to>\28void\20const*\2c\20OT::hb_ot_apply_context_t*\29 +4193:bool\20OT::hb_accelerate_subtables_context_t::apply_cached_to\28void\20const*\2c\20OT::hb_ot_apply_context_t*\29 +4194:bool\20OT::hb_accelerate_subtables_context_t::apply_cached_to\28void\20const*\2c\20OT::hb_ot_apply_context_t*\29 +4195:bool\20OT::hb_accelerate_subtables_context_t::apply_cached_to>\28void\20const*\2c\20OT::hb_ot_apply_context_t*\29 +4196:bool\20OT::hb_accelerate_subtables_context_t::apply_cached_to\28void\20const*\2c\20OT::hb_ot_apply_context_t*\29 +4197:bool\20OT::hb_accelerate_subtables_context_t::apply_cached_to>\28void\20const*\2c\20OT::hb_ot_apply_context_t*\29 +4198:bool\20OT::TupleValues::decompile\28OT::IntType\20const*&\2c\20hb_vector_t&\2c\20OT::IntType\20const*\2c\20bool\29 +4199:bool\20OT::OffsetTo\2c\20void\2c\20true>::serialize_serialize\2c\20hb_array_t>\2c\20$_8\20const&\2c\20\28hb_function_sortedness_t\291\2c\20\28void*\290>&>\28hb_serialize_context_t*\2c\20hb_map_iter_t\2c\20hb_array_t>\2c\20$_8\20const&\2c\20\28hb_function_sortedness_t\291\2c\20\28void*\290>&\29 +4200:bool\20GrTTopoSort_Visit\28GrRenderTask*\2c\20unsigned\20int*\29 +4201:bool\20AAT::hb_aat_apply_context_t::output_glyphs\28unsigned\20int\2c\20OT::HBGlyphID16\20const*\29 +4202:blur_column\28void\20\28*\29\28unsigned\20char*\2c\20unsigned\20char\20const*\2c\20int\29\2c\20skvx::Vec<8\2c\20unsigned\20short>\20\28*\29\28skvx::Vec<8\2c\20unsigned\20short>\20const&\2c\20skvx::Vec<8\2c\20unsigned\20short>\20const&\2c\20skvx::Vec<8\2c\20unsigned\20short>\20const&\2c\20skvx::Vec<8\2c\20unsigned\20short>\20const&\2c\20skvx::Vec<8\2c\20unsigned\20short>\20const&\2c\20skvx::Vec<8\2c\20unsigned\20short>\20const&\2c\20skvx::Vec<8\2c\20unsigned\20short>*\2c\20skvx::Vec<8\2c\20unsigned\20short>*\2c\20skvx::Vec<8\2c\20unsigned\20short>*\2c\20skvx::Vec<8\2c\20unsigned\20short>*\2c\20skvx::Vec<8\2c\20unsigned\20short>*\2c\20skvx::Vec<8\2c\20unsigned\20short>*\2c\20skvx::Vec<8\2c\20unsigned\20short>*\2c\20skvx::Vec<8\2c\20unsigned\20short>*\29\2c\20int\2c\20int\2c\20skvx::Vec<8\2c\20unsigned\20short>\20const&\2c\20skvx::Vec<8\2c\20unsigned\20short>\20const&\2c\20skvx::Vec<8\2c\20unsigned\20short>\20const&\2c\20skvx::Vec<8\2c\20unsigned\20short>\20const&\2c\20skvx::Vec<8\2c\20unsigned\20short>\20const&\2c\20unsigned\20char\20const*\2c\20unsigned\20long\2c\20int\2c\20unsigned\20char*\2c\20unsigned\20long\29 +4203:bits_to_runs\28SkBlitter*\2c\20int\2c\20int\2c\20unsigned\20char\20const*\2c\20unsigned\20char\2c\20long\2c\20unsigned\20char\29 +4204:barycentric_coords\28float\2c\20float\2c\20float\2c\20float\2c\20float\2c\20float\2c\20skvx::Vec<4\2c\20float>\20const&\2c\20skvx::Vec<4\2c\20float>\20const&\2c\20skvx::Vec<4\2c\20float>*\2c\20skvx::Vec<4\2c\20float>*\2c\20skvx::Vec<4\2c\20float>*\29 +4205:auto\20std::__2::__unwrap_range\5babi:nn180100\5d\2c\20std::__2::__wrap_iter>\28std::__2::__wrap_iter\2c\20std::__2::__wrap_iter\29 +4206:atanf +4207:apply_forward\28OT::hb_ot_apply_context_t*\2c\20OT::hb_ot_layout_lookup_accelerator_t\20const&\2c\20unsigned\20int\29 +4208:apply_alpha_and_colorfilter\28skif::Context\20const&\2c\20skif::FilterResult\20const&\2c\20SkPaint\20const&\29 +4209:append_multitexture_lookup\28GrGeometryProcessor::ProgramImpl::EmitArgs&\2c\20int\2c\20GrGLSLVarying\20const&\2c\20char\20const*\2c\20char\20const*\29 +4210:append_color_output\28PorterDuffXferProcessor\20const&\2c\20GrGLSLXPFragmentBuilder*\2c\20skgpu::BlendFormula::OutputType\2c\20char\20const*\2c\20char\20const*\2c\20char\20const*\29 +4211:af_loader_compute_darkening +4212:af_latin_metrics_scale_dim +4213:af_latin_hints_detect_features +4214:af_latin_hint_edges +4215:af_hint_normal_stem +4216:af_cjk_metrics_scale_dim +4217:af_cjk_metrics_scale +4218:af_cjk_metrics_init_widths +4219:af_cjk_hints_init +4220:af_cjk_hints_detect_features +4221:af_cjk_hints_compute_blue_edges +4222:af_cjk_hints_apply +4223:af_cjk_hint_edges +4224:af_cjk_get_standard_widths +4225:af_axis_hints_new_edge +4226:adler32 +4227:a_ctz_32 +4228:_iup_worker_interpolate +4229:_hb_preprocess_text_vowel_constraints\28hb_ot_shape_plan_t\20const*\2c\20hb_buffer_t*\2c\20hb_font_t*\29 +4230:_hb_ot_shape +4231:_hb_options_init\28\29 +4232:_hb_grapheme_group_func\28hb_glyph_info_t\20const&\2c\20hb_glyph_info_t\20const&\29 +4233:_hb_font_create\28hb_face_t*\29 +4234:_hb_fallback_shape +4235:_glyf_get_advance_with_var_unscaled\28hb_font_t*\2c\20unsigned\20int\2c\20bool\29 +4236:__vfprintf_internal +4237:__trunctfsf2 +4238:__tan +4239:__strftime_l +4240:__rem_pio2_large +4241:__overflow +4242:__nl_langinfo_l +4243:__newlocale +4244:__math_xflowf +4245:__math_invalidf +4246:__loc_is_allocated +4247:__isxdigit_l +4248:__isdigit_l +4249:__getf2 +4250:__get_locale +4251:__ftello_unlocked +4252:__fseeko_unlocked +4253:__floatscan +4254:__expo2 +4255:__divtf3 +4256:__cxxabiv1::__base_class_type_info::has_unambiguous_public_base\28__cxxabiv1::__dynamic_cast_info*\2c\20void*\2c\20int\29\20const +4257:_ZZN19GrGeometryProcessor11ProgramImpl17collectTransformsEP19GrGLSLVertexBuilderP20GrGLSLVaryingHandlerP20GrGLSLUniformHandler12GrShaderTypeRK11GrShaderVarSA_RK10GrPipelineEN3$_0clISE_EEvRT_RK19GrFragmentProcessorbPSJ_iNS0_9BaseCoordE +4258:\28anonymous\20namespace\29::write_text_tag\28char\20const*\29 +4259:\28anonymous\20namespace\29::write_mAB_or_mBA_tag\28unsigned\20int\2c\20skcms_Curve\20const*\2c\20skcms_Curve\20const*\2c\20unsigned\20char\20const*\2c\20unsigned\20char\20const*\2c\20skcms_Curve\20const*\2c\20skcms_Matrix3x4\20const*\29 +4260:\28anonymous\20namespace\29::set_uv_quad\28SkPoint\20const*\2c\20\28anonymous\20namespace\29::BezierVertex*\29 +4261:\28anonymous\20namespace\29::safe_to_ignore_subset_rect\28GrAAType\2c\20SkFilterMode\2c\20DrawQuad\20const&\2c\20SkRect\20const&\29 +4262:\28anonymous\20namespace\29::morphology_pass\28skif::Context\20const&\2c\20skif::FilterResult\20const&\2c\20\28anonymous\20namespace\29::MorphType\2c\20\28anonymous\20namespace\29::MorphDirection\2c\20int\29 +4263:\28anonymous\20namespace\29::make_non_convex_fill_op\28GrRecordingContext*\2c\20SkArenaAlloc*\2c\20skgpu::ganesh::FillPathFlags\2c\20GrAAType\2c\20SkRect\20const&\2c\20SkIRect\20const&\2c\20SkMatrix\20const&\2c\20SkPath\20const&\2c\20GrPaint&&\29 +4264:\28anonymous\20namespace\29::is_newer_better\28SkData*\2c\20SkData*\29 +4265:\28anonymous\20namespace\29::get_glyph_run_intercepts\28sktext::GlyphRun\20const&\2c\20SkPaint\20const&\2c\20float\20const*\2c\20float*\2c\20int*\29 +4266:\28anonymous\20namespace\29::get_cicp_trfn\28skcms_TransferFunction\20const&\29 +4267:\28anonymous\20namespace\29::get_cicp_primaries\28skcms_Matrix3x3\20const&\29 +4268:\28anonymous\20namespace\29::gather_lines_and_quads\28SkPath\20const&\2c\20SkMatrix\20const&\2c\20SkIRect\20const&\2c\20float\2c\20bool\2c\20skia_private::TArray*\2c\20skia_private::TArray*\2c\20skia_private::TArray*\2c\20skia_private::TArray*\2c\20skia_private::TArray*\29::$_2::operator\28\29\28SkSpan\29\20const +4269:\28anonymous\20namespace\29::draw_to_sw_mask\28GrSWMaskHelper*\2c\20skgpu::ganesh::ClipStack::Element\20const&\2c\20bool\29 +4270:\28anonymous\20namespace\29::draw_tiled_image\28SkCanvas*\2c\20std::__2::function\20\28SkIRect\29>\2c\20SkISize\2c\20int\2c\20SkMatrix\20const&\2c\20SkRect\20const&\2c\20SkIRect\20const&\2c\20SkPaint\20const*\2c\20SkCanvas::QuadAAFlags\2c\20SkCanvas::SrcRectConstraint\2c\20SkSamplingOptions\29 +4271:\28anonymous\20namespace\29::determine_clipped_src_rect\28SkIRect\2c\20SkMatrix\20const&\2c\20SkMatrix\20const&\2c\20SkISize\20const&\2c\20SkRect\20const*\29 +4272:\28anonymous\20namespace\29::create_hb_face\28SkTypeface\20const&\29::$_0::__invoke\28void*\29 +4273:\28anonymous\20namespace\29::copyFTBitmap\28FT_Bitmap_\20const&\2c\20SkMaskBuilder*\29 +4274:\28anonymous\20namespace\29::colrv1_start_glyph\28SkCanvas*\2c\20SkSpan\20const&\2c\20unsigned\20int\2c\20FT_FaceRec_*\2c\20unsigned\20short\2c\20FT_Color_Root_Transform_\2c\20skia_private::THashSet*\29 +4275:\28anonymous\20namespace\29::colrv1_draw_paint\28SkCanvas*\2c\20SkSpan\20const&\2c\20unsigned\20int\2c\20FT_FaceRec_*\2c\20FT_COLR_Paint_\20const&\29 +4276:\28anonymous\20namespace\29::colrv1_configure_skpaint\28FT_FaceRec_*\2c\20SkSpan\20const&\2c\20unsigned\20int\2c\20FT_COLR_Paint_\20const&\2c\20SkPaint*\29 +4277:\28anonymous\20namespace\29::YUVPlanesRec::~YUVPlanesRec\28\29 +4278:\28anonymous\20namespace\29::TriangulatingPathOp::~TriangulatingPathOp\28\29 +4279:\28anonymous\20namespace\29::TriangulatingPathOp::TriangulatingPathOp\28GrProcessorSet*\2c\20SkRGBA4f<\28SkAlphaType\292>\20const&\2c\20GrStyledShape\20const&\2c\20SkMatrix\20const&\2c\20SkIRect\20const&\2c\20GrAAType\2c\20GrUserStencilSettings\20const*\29 +4280:\28anonymous\20namespace\29::TriangulatingPathOp::Triangulate\28GrEagerVertexAllocator*\2c\20SkMatrix\20const&\2c\20GrStyledShape\20const&\2c\20SkIRect\20const&\2c\20float\2c\20bool*\29 +4281:\28anonymous\20namespace\29::TriangulatingPathOp::CreateKey\28skgpu::UniqueKey*\2c\20GrStyledShape\20const&\2c\20SkIRect\20const&\29 +4282:\28anonymous\20namespace\29::TextureOpImpl::propagateCoverageAAThroughoutChain\28\29 +4283:\28anonymous\20namespace\29::TextureOpImpl::characterize\28\28anonymous\20namespace\29::TextureOpImpl::Desc*\29\20const +4284:\28anonymous\20namespace\29::TextureOpImpl::appendQuad\28DrawQuad*\2c\20SkRGBA4f<\28SkAlphaType\292>\20const&\2c\20SkRect\20const&\29 +4285:\28anonymous\20namespace\29::TextureOpImpl::Make\28GrRecordingContext*\2c\20GrTextureSetEntry*\2c\20int\2c\20int\2c\20SkFilterMode\2c\20SkMipmapMode\2c\20skgpu::ganesh::TextureOp::Saturate\2c\20GrAAType\2c\20SkCanvas::SrcRectConstraint\2c\20SkMatrix\20const&\2c\20sk_sp\29 +4286:\28anonymous\20namespace\29::TextureOpImpl::FillInVertices\28GrCaps\20const&\2c\20\28anonymous\20namespace\29::TextureOpImpl*\2c\20\28anonymous\20namespace\29::TextureOpImpl::Desc*\2c\20char*\29 +4287:\28anonymous\20namespace\29::SpotVerticesFactory::makeVertices\28SkPath\20const&\2c\20SkMatrix\20const&\2c\20SkPoint*\29\20const +4288:\28anonymous\20namespace\29::SkMatrixTransformImageFilter::requiredInput\28skif::Mapping\20const&\2c\20skif::LayerSpace\20const&\29\20const +4289:\28anonymous\20namespace\29::SkImageImageFilter::onGetInputLayerBounds\28skif::Mapping\20const&\2c\20skif::LayerSpace\20const&\2c\20std::__2::optional>\29\20const +4290:\28anonymous\20namespace\29::SkCropImageFilter::requiredInput\28skif::Mapping\20const&\2c\20skif::LayerSpace\20const&\29\20const +4291:\28anonymous\20namespace\29::SDFTSubRun::deviceRectAndNeedsTransform\28SkMatrix\20const&\29\20const +4292:\28anonymous\20namespace\29::RunIteratorQueue::advanceRuns\28\29 +4293:\28anonymous\20namespace\29::RectsBlurKey::RectsBlurKey\28float\2c\20SkBlurStyle\2c\20SkSpan\29 +4294:\28anonymous\20namespace\29::Raster8888BlurAlgorithm::maxSigma\28\29\20const +4295:\28anonymous\20namespace\29::Raster8888BlurAlgorithm::blur\28SkSize\2c\20sk_sp\2c\20SkIRect\20const&\2c\20SkTileMode\2c\20SkIRect\20const&\29\20const::'lambda'\28float\29::operator\28\29\28float\29\20const +4296:\28anonymous\20namespace\29::RPBlender::RPBlender\28SkColorType\2c\20SkColorType\2c\20SkAlphaType\2c\20bool\29 +4297:\28anonymous\20namespace\29::MipLevelHelper::allocAndInit\28SkArenaAlloc*\2c\20SkSamplingOptions\20const&\2c\20SkTileMode\2c\20SkTileMode\29 +4298:\28anonymous\20namespace\29::MeshOp::~MeshOp\28\29 +4299:\28anonymous\20namespace\29::MeshOp::MeshOp\28GrProcessorSet*\2c\20SkRGBA4f<\28SkAlphaType\292>\20const&\2c\20sk_sp\2c\20GrPrimitiveType\20const*\2c\20GrAAType\2c\20sk_sp\2c\20SkMatrix\20const&\29 +4300:\28anonymous\20namespace\29::MeshOp::MeshOp\28GrProcessorSet*\2c\20SkRGBA4f<\28SkAlphaType\292>\20const&\2c\20SkMesh\20const&\2c\20skia_private::TArray>\2c\20true>\2c\20GrAAType\2c\20sk_sp\2c\20SkMatrix\20const&\29 +4301:\28anonymous\20namespace\29::MeshOp::Mesh::Mesh\28SkMesh\20const&\29 +4302:\28anonymous\20namespace\29::MeshGP::~MeshGP\28\29 +4303:\28anonymous\20namespace\29::MeshGP::Impl::~Impl\28\29 +4304:\28anonymous\20namespace\29::MeshGP::Impl::MeshCallbacks::defineStruct\28char\20const*\29 +4305:\28anonymous\20namespace\29::FillRectOpImpl::tessellate\28skgpu::ganesh::QuadPerEdgeAA::VertexSpec\20const&\2c\20char*\29\20const +4306:\28anonymous\20namespace\29::FillRectOpImpl::Make\28GrRecordingContext*\2c\20GrPaint&&\2c\20GrAAType\2c\20DrawQuad*\2c\20GrUserStencilSettings\20const*\2c\20GrSimpleMeshDrawOpHelper::InputFlags\29 +4307:\28anonymous\20namespace\29::FillRectOpImpl::FillRectOpImpl\28GrProcessorSet*\2c\20SkRGBA4f<\28SkAlphaType\292>\2c\20GrAAType\2c\20DrawQuad*\2c\20GrUserStencilSettings\20const*\2c\20GrSimpleMeshDrawOpHelper::InputFlags\29 +4308:\28anonymous\20namespace\29::EllipticalRRectEffect::Make\28std::__2::unique_ptr>\2c\20GrClipEdgeType\2c\20SkRRect\20const&\29 +4309:\28anonymous\20namespace\29::DrawAtlasOpImpl::DrawAtlasOpImpl\28GrProcessorSet*\2c\20SkRGBA4f<\28SkAlphaType\292>\20const&\2c\20SkMatrix\20const&\2c\20GrAAType\2c\20int\2c\20SkRSXform\20const*\2c\20SkRect\20const*\2c\20unsigned\20int\20const*\29 +4310:\28anonymous\20namespace\29::DirectMaskSubRun::glyphParams\28\29\20const +4311:\28anonymous\20namespace\29::DirectMaskSubRun::draw\28SkCanvas*\2c\20SkPoint\2c\20SkPaint\20const&\2c\20sk_sp\2c\20std::__2::function\2c\20sktext::gpu::RendererData\29>\20const&\29\20const +4312:\28anonymous\20namespace\29::DefaultPathOp::programInfo\28\29 +4313:\28anonymous\20namespace\29::DefaultPathOp::Make\28GrRecordingContext*\2c\20GrPaint&&\2c\20SkPath\20const&\2c\20float\2c\20unsigned\20char\2c\20SkMatrix\20const&\2c\20bool\2c\20GrAAType\2c\20SkRect\20const&\2c\20GrUserStencilSettings\20const*\29 +4314:\28anonymous\20namespace\29::DefaultPathOp::DefaultPathOp\28GrProcessorSet*\2c\20SkRGBA4f<\28SkAlphaType\292>\20const&\2c\20SkPath\20const&\2c\20float\2c\20unsigned\20char\2c\20SkMatrix\20const&\2c\20bool\2c\20GrAAType\2c\20SkRect\20const&\2c\20GrUserStencilSettings\20const*\29 +4315:\28anonymous\20namespace\29::ClipGeometry\20\28anonymous\20namespace\29::get_clip_geometry\28skgpu::ganesh::ClipStack::SaveRecord\20const&\2c\20skgpu::ganesh::ClipStack::Draw\20const&\29 +4316:\28anonymous\20namespace\29::CircularRRectEffect::onIsEqual\28GrFragmentProcessor\20const&\29\20const +4317:\28anonymous\20namespace\29::CachedTessellations::~CachedTessellations\28\29 +4318:\28anonymous\20namespace\29::CachedTessellations::CachedTessellations\28\29 +4319:\28anonymous\20namespace\29::CacheImpl::~CacheImpl\28\29 +4320:\28anonymous\20namespace\29::AAHairlineOp::AAHairlineOp\28GrProcessorSet*\2c\20SkRGBA4f<\28SkAlphaType\292>\20const&\2c\20unsigned\20char\2c\20SkMatrix\20const&\2c\20SkPath\20const&\2c\20SkIRect\2c\20float\2c\20GrUserStencilSettings\20const*\29 +4321:WebPResetDecParams +4322:WebPRescalerGetScaledDimensions +4323:WebPMultRows +4324:WebPMultARGBRows +4325:WebPIoInitFromOptions +4326:WebPInitUpsamplers +4327:WebPFlipBuffer +4328:WebPDemuxInternal +4329:WebPDemuxGetChunk +4330:WebPCopyDecBufferPixels +4331:WebPAllocateDecBuffer +4332:WebGLTextureImageGenerator::~WebGLTextureImageGenerator\28\29 +4333:VP8RemapBitReader +4334:VP8LHuffmanTablesAllocate +4335:VP8LDspInit +4336:VP8LConvertFromBGRA +4337:VP8LColorCacheInit +4338:VP8LColorCacheCopy +4339:VP8LBuildHuffmanTable +4340:VP8LBitReaderSetBuffer +4341:VP8InitScanline +4342:VP8GetInfo +4343:VP8BitReaderSetBuffer +4344:Update_Max +4345:TransformOne_C +4346:TT_Set_Named_Instance +4347:TT_Hint_Glyph +4348:StoreFrame +4349:SortContourList\28SkOpContourHead**\2c\20bool\2c\20bool\29 +4350:SkYUVAPixmapInfo::isSupported\28SkYUVAPixmapInfo::SupportedDataTypes\20const&\29\20const +4351:SkWuffsCodec::seekFrame\28int\29 +4352:SkWuffsCodec::onStartIncrementalDecode\28SkImageInfo\20const&\2c\20void*\2c\20unsigned\20long\2c\20SkCodec::Options\20const&\29 +4353:SkWuffsCodec::onIncrementalDecodeTwoPass\28\29 +4354:SkWuffsCodec::decodeFrameConfig\28\29 +4355:SkWriter32::writeString\28char\20const*\2c\20unsigned\20long\29 +4356:SkWebpDecoder::IsWebp\28void\20const*\2c\20unsigned\20long\29 +4357:SkWebpCodec::ensureAllData\28\29 +4358:SkWebpCodec::MakeFromStream\28std::__2::unique_ptr>\2c\20SkCodec::Result*\29 +4359:SkWbmpDecoder::IsWbmp\28void\20const*\2c\20unsigned\20long\29 +4360:SkWbmpCodec::MakeFromStream\28std::__2::unique_ptr>\2c\20SkCodec::Result*\29 +4361:SkWStream::SizeOfPackedUInt\28unsigned\20long\29 +4362:SkWBuffer::padToAlign4\28\29 +4363:SkVertices::Builder::indices\28\29 +4364:SkUnicode::convertUtf16ToUtf8\28std::__2::basic_string\2c\20std::__2::allocator>\20const&\29 +4365:SkUTF::UTF16ToUTF8\28char*\2c\20int\2c\20unsigned\20short\20const*\2c\20unsigned\20long\29 +4366:SkTypeface_FreeType::FaceRec::Make\28SkTypeface_FreeType\20const*\29 +4367:SkTypeface_Custom::onGetFamilyName\28SkString*\29\20const +4368:SkTypeface::textToGlyphs\28void\20const*\2c\20unsigned\20long\2c\20SkTextEncoding\2c\20SkSpan\29\20const +4369:SkTypeface::serialize\28SkWStream*\2c\20SkTypeface::SerializeBehavior\29\20const +4370:SkTypeface::openStream\28int*\29\20const +4371:SkTypeface::onGetFixedPitch\28\29\20const +4372:SkTypeface::getVariationDesignPosition\28SkSpan\29\20const +4373:SkTreatAsSprite\28SkMatrix\20const&\2c\20SkISize\20const&\2c\20SkSamplingOptions\20const&\2c\20bool\29 +4374:SkTransformShader::update\28SkMatrix\20const&\29 +4375:SkTransformShader::SkTransformShader\28SkShaderBase\20const&\2c\20bool\29 +4376:SkTiff::ImageFileDirectory::getEntryRawData\28unsigned\20short\2c\20unsigned\20short*\2c\20unsigned\20short*\2c\20unsigned\20int*\2c\20unsigned\20char\20const**\2c\20unsigned\20long*\29\20const +4377:SkTextBlobBuilder::allocRunPos\28SkFont\20const&\2c\20int\2c\20SkRect\20const*\29 +4378:SkTextBlob::getIntercepts\28float\20const*\2c\20float*\2c\20SkPaint\20const*\29\20const +4379:SkTextBlob::RunRecord::StorageSize\28unsigned\20int\2c\20unsigned\20int\2c\20SkTextBlob::GlyphPositioning\2c\20SkSafeMath*\29 +4380:SkTextBlob::MakeFromText\28void\20const*\2c\20unsigned\20long\2c\20SkFont\20const&\2c\20SkTextEncoding\29 +4381:SkTextBlob::MakeFromRSXform\28void\20const*\2c\20unsigned\20long\2c\20SkSpan\2c\20SkFont\20const&\2c\20SkTextEncoding\29 +4382:SkTextBlob::Iter::experimentalNext\28SkTextBlob::Iter::ExperimentalRun*\29 +4383:SkTextBlob::Iter::Iter\28SkTextBlob\20const&\29 +4384:SkTaskGroup::wait\28\29 +4385:SkTaskGroup::add\28std::__2::function\29 +4386:SkTSpan::onlyEndPointsInCommon\28SkTSpan\20const*\2c\20bool*\2c\20bool*\2c\20bool*\29 +4387:SkTSpan::linearIntersects\28SkTCurve\20const&\29\20const +4388:SkTSect::removeAllBut\28SkTSpan\20const*\2c\20SkTSpan*\2c\20SkTSect*\29 +4389:SkTSect::intersects\28SkTSpan*\2c\20SkTSect*\2c\20SkTSpan*\2c\20int*\29 +4390:SkTSect::deleteEmptySpans\28\29 +4391:SkTSect::addSplitAt\28SkTSpan*\2c\20double\29 +4392:SkTSect::addForPerp\28SkTSpan*\2c\20double\29 +4393:SkTSect::EndsEqual\28SkTSect\20const*\2c\20SkTSect\20const*\2c\20SkIntersections*\29 +4394:SkTMultiMap::~SkTMultiMap\28\29 +4395:SkTMaskGamma<3\2c\203\2c\203>::SkTMaskGamma\28float\2c\20float\29 +4396:SkTDynamicHash<\28anonymous\20namespace\29::CacheImpl::Value\2c\20SkImageFilterCacheKey\2c\20\28anonymous\20namespace\29::CacheImpl::Value>::find\28SkImageFilterCacheKey\20const&\29\20const +4397:SkTDStorage::calculateSizeOrDie\28int\29::$_1::operator\28\29\28\29\20const +4398:SkTDStorage::SkTDStorage\28SkTDStorage&&\29 +4399:SkTCubic::hullIntersects\28SkDQuad\20const&\2c\20bool*\29\20const +4400:SkTConic::otherPts\28int\2c\20SkDPoint\20const**\29\20const +4401:SkTConic::hullIntersects\28SkDCubic\20const&\2c\20bool*\29\20const +4402:SkTConic::controlsInside\28\29\20const +4403:SkTConic::collapsed\28\29\20const +4404:SkTBlockList::reset\28\29 +4405:SkTBlockList::reset\28\29 +4406:SkTBlockList::push_back\28GrGLProgramDataManager::GLUniformInfo\20const&\29 +4407:SkSwizzler::MakeSimple\28int\2c\20SkImageInfo\20const&\2c\20SkCodec::Options\20const&\2c\20SkIRect\20const*\29 +4408:SkSurfaces::WrapPixels\28SkImageInfo\20const&\2c\20void*\2c\20unsigned\20long\2c\20SkSurfaceProps\20const*\29 +4409:SkSurface_Base::outstandingImageSnapshot\28\29\20const +4410:SkSurface_Base::onDraw\28SkCanvas*\2c\20float\2c\20float\2c\20SkSamplingOptions\20const&\2c\20SkPaint\20const*\29 +4411:SkSurface_Base::onCapabilities\28\29 +4412:SkSurface::height\28\29\20const +4413:SkStrokeRec::setHairlineStyle\28\29 +4414:SkStrokeRec::SkStrokeRec\28SkPaint\20const&\2c\20SkPaint::Style\2c\20float\29 +4415:SkStrokeRec::GetInflationRadius\28SkPaint::Join\2c\20float\2c\20SkPaint::Cap\2c\20float\29 +4416:SkString::insertHex\28unsigned\20long\2c\20unsigned\20int\2c\20int\29 +4417:SkString::appendVAList\28char\20const*\2c\20void*\29 +4418:SkString::SkString\28unsigned\20long\29 +4419:SkString*\20std::__2::vector>::__emplace_back_slow_path\28char\20const*&\29 +4420:SkStrikeSpec::SkStrikeSpec\28SkStrikeSpec\20const&\29 +4421:SkStrikeSpec::ShouldDrawAsPath\28SkPaint\20const&\2c\20SkFont\20const&\2c\20SkMatrix\20const&\29 +4422:SkStrike::~SkStrike\28\29 +4423:SkStream::readS8\28signed\20char*\29 +4424:SkStrSplit\28char\20const*\2c\20char\20const*\2c\20SkStrSplitMode\2c\20skia_private::TArray*\29 +4425:SkStrAppendS32\28char*\2c\20int\29 +4426:SkSpriteBlitter_Memcpy::~SkSpriteBlitter_Memcpy\28\29 +4427:SkSpecialImages::AsView\28GrRecordingContext*\2c\20SkSpecialImage\20const*\29 +4428:SkSharedMutex::releaseShared\28\29 +4429:SkShapers::unicode::BidiRunIterator\28sk_sp\2c\20char\20const*\2c\20unsigned\20long\2c\20unsigned\20char\29 +4430:SkShapers::HB::ScriptRunIterator\28char\20const*\2c\20unsigned\20long\29 +4431:SkShaper::MakeStdLanguageRunIterator\28char\20const*\2c\20unsigned\20long\29 +4432:SkShaders::MatrixRec::concat\28SkMatrix\20const&\29\20const +4433:SkShaders::Blend\28sk_sp\2c\20sk_sp\2c\20sk_sp\29 +4434:SkShaderUtils::VisitLineByLine\28std::__2::basic_string\2c\20std::__2::allocator>\20const&\2c\20std::__2::function\20const&\29 +4435:SkShaderUtils::PrettyPrint\28std::__2::basic_string\2c\20std::__2::allocator>\20const&\29 +4436:SkShaderUtils::GLSLPrettyPrint::parseUntil\28char\20const*\29 +4437:SkShaderBlurAlgorithm::renderBlur\28SkRuntimeEffectBuilder*\2c\20SkFilterMode\2c\20SkISize\2c\20sk_sp\2c\20SkIRect\20const&\2c\20SkTileMode\2c\20SkIRect\20const&\29\20const +4438:SkShaderBlurAlgorithm::evalBlur1D\28float\2c\20int\2c\20SkV2\2c\20sk_sp\2c\20SkIRect\2c\20SkTileMode\2c\20SkIRect\29\20const +4439:SkShaderBlurAlgorithm::Compute2DBlurOffsets\28SkISize\2c\20std::__2::array&\29 +4440:SkShaderBlurAlgorithm::Compute2DBlurKernel\28SkSize\2c\20SkISize\2c\20std::__2::array&\29 +4441:SkShaderBlurAlgorithm::Compute1DBlurLinearKernel\28float\2c\20int\2c\20std::__2::array&\29 +4442:SkShaderBase::getFlattenableType\28\29\20const +4443:SkShaderBase::asLuminanceColor\28SkRGBA4f<\28SkAlphaType\293>*\29\20const +4444:SkShader::makeWithColorFilter\28sk_sp\29\20const +4445:SkScan::PathRequiresTiling\28SkIRect\20const&\29 +4446:SkScan::HairLine\28SkPoint\20const*\2c\20int\2c\20SkRasterClip\20const&\2c\20SkBlitter*\29 +4447:SkScan::AntiHairPath\28SkPathRaw\20const&\2c\20SkRasterClip\20const&\2c\20SkBlitter*\29 +4448:SkScan::AntiFrameRect\28SkRect\20const&\2c\20SkPoint\20const&\2c\20SkRegion\20const*\2c\20SkBlitter*\29 +4449:SkScan::AntiFillXRect\28SkIRect\20const&\2c\20SkRegion\20const*\2c\20SkBlitter*\29 +4450:SkScan::AntiFillRect\28SkRect\20const&\2c\20SkRegion\20const*\2c\20SkBlitter*\29 +4451:SkScan::AntiFillPath\28SkPathRaw\20const&\2c\20SkRasterClip\20const&\2c\20SkBlitter*\29 +4452:SkScan::AAAFillPath\28SkPathRaw\20const&\2c\20SkBlitter*\2c\20SkIRect\20const&\2c\20SkIRect\20const&\2c\20bool\29 +4453:SkScalerContext_FreeType::updateGlyphBoundsIfSubpixel\28SkGlyph\20const&\2c\20SkRect*\2c\20bool\29 +4454:SkScalerContext_FreeType::shouldSubpixelBitmap\28SkGlyph\20const&\2c\20SkMatrix\20const&\29 +4455:SkScalerContextRec::useStrokeForFakeBold\28\29 +4456:SkScalerContextRec::getSingleMatrix\28\29\20const +4457:SkScalerContextFTUtils::drawCOLRv1Glyph\28FT_FaceRec_*\2c\20SkGlyph\20const&\2c\20unsigned\20int\2c\20SkSpan\2c\20SkCanvas*\29\20const +4458:SkScalerContextFTUtils::drawCOLRv0Glyph\28FT_FaceRec_*\2c\20SkGlyph\20const&\2c\20unsigned\20int\2c\20SkSpan\2c\20SkCanvas*\29\20const +4459:SkScalerContext::internalMakeGlyph\28SkPackedGlyphID\2c\20SkMask::Format\2c\20SkArenaAlloc*\29 +4460:SkScalerContext::internalGetPath\28SkGlyph&\2c\20SkArenaAlloc*\2c\20std::__2::optional&&\29 +4461:SkScalerContext::SkScalerContext\28SkTypeface&\2c\20SkScalerContextEffects\20const&\2c\20SkDescriptor\20const*\29 +4462:SkScalerContext::PreprocessRec\28SkTypeface\20const&\2c\20SkScalerContextEffects\20const&\2c\20SkDescriptor\20const&\29 +4463:SkScalerContext::MakeRecAndEffects\28SkFont\20const&\2c\20SkPaint\20const&\2c\20SkSurfaceProps\20const&\2c\20SkScalerContextFlags\2c\20SkMatrix\20const&\2c\20SkScalerContextRec*\2c\20SkScalerContextEffects*\29 +4464:SkScalerContext::MakeEmpty\28SkTypeface&\2c\20SkScalerContextEffects\20const&\2c\20SkDescriptor\20const*\29 +4465:SkScalerContext::GetMaskPreBlend\28SkScalerContextRec\20const&\29 +4466:SkScalerContext::GenerateImageFromPath\28SkMaskBuilder&\2c\20SkPath\20const&\2c\20SkTMaskPreBlend<3\2c\203\2c\203>\20const&\2c\20bool\2c\20bool\2c\20bool\2c\20bool\29 +4467:SkScalerContext::AutoDescriptorGivenRecAndEffects\28SkScalerContextRec\20const&\2c\20SkScalerContextEffects\20const&\2c\20SkAutoDescriptor*\29 +4468:SkSampledCodec::sampledDecode\28SkImageInfo\20const&\2c\20void*\2c\20unsigned\20long\2c\20SkAndroidCodec::AndroidOptions\20const&\29 +4469:SkSampledCodec::accountForNativeScaling\28int*\2c\20int*\29\20const +4470:SkSL::zero_expression\28SkSL::Context\20const&\2c\20SkSL::Position\2c\20SkSL::Type\20const&\29 +4471:SkSL::type_to_sksltype\28SkSL::Context\20const&\2c\20SkSL::Type\20const&\2c\20SkSLType*\29 +4472:SkSL::stoi\28std::__2::basic_string_view>\2c\20long\20long*\29 +4473:SkSL::splat_scalar\28SkSL::Context\20const&\2c\20SkSL::Expression\20const&\2c\20SkSL::Type\20const&\29 +4474:SkSL::optimize_intrinsic_call\28SkSL::Context\20const&\2c\20SkSL::Position\2c\20SkSL::IntrinsicKind\2c\20SkSL::ExpressionArray\20const&\2c\20SkSL::Type\20const&\29::$_2::operator\28\29\28int\29\20const +4475:SkSL::optimize_intrinsic_call\28SkSL::Context\20const&\2c\20SkSL::Position\2c\20SkSL::IntrinsicKind\2c\20SkSL::ExpressionArray\20const&\2c\20SkSL::Type\20const&\29::$_1::operator\28\29\28int\29\20const +4476:SkSL::optimize_intrinsic_call\28SkSL::Context\20const&\2c\20SkSL::Position\2c\20SkSL::IntrinsicKind\2c\20SkSL::ExpressionArray\20const&\2c\20SkSL::Type\20const&\29::$_0::operator\28\29\28int\29\20const +4477:SkSL::negate_expression\28SkSL::Context\20const&\2c\20SkSL::Position\2c\20SkSL::Expression\20const&\2c\20SkSL::Type\20const&\29 +4478:SkSL::make_reciprocal_expression\28SkSL::Context\20const&\2c\20SkSL::Expression\20const&\29 +4479:SkSL::index_out_of_range\28SkSL::Context\20const&\2c\20SkSL::Position\2c\20long\20long\2c\20SkSL::Expression\20const&\29 +4480:SkSL::get_struct_definitions_from_module\28SkSL::Program&\2c\20SkSL::Module\20const&\2c\20std::__2::vector>*\29 +4481:SkSL::find_existing_declaration\28SkSL::Context\20const&\2c\20SkSL::Position\2c\20SkSL::ModifierFlags\2c\20SkSL::IntrinsicKind\2c\20std::__2::basic_string_view>\2c\20skia_private::TArray>\2c\20true>&\2c\20SkSL::Position\2c\20SkSL::Type\20const*\2c\20SkSL::FunctionDeclaration**\29::$_0::operator\28\29\28\29\20const +4482:SkSL::extract_matrix\28SkSL::Expression\20const*\2c\20float*\29 +4483:SkSL::eliminate_unreachable_code\28SkSpan>>\2c\20SkSL::ProgramUsage*\29::UnreachableCodeEliminator::visitStatementPtr\28std::__2::unique_ptr>&\29 +4484:SkSL::check_main_signature\28SkSL::Context\20const&\2c\20SkSL::Position\2c\20SkSL::Type\20const&\2c\20skia_private::TArray>\2c\20true>&\29::$_4::operator\28\29\28int\29\20const +4485:SkSL::\28anonymous\20namespace\29::check_valid_uniform_type\28SkSL::Position\2c\20SkSL::Type\20const*\2c\20SkSL::Context\20const&\2c\20bool\29::$_0::operator\28\29\28\29\20const +4486:SkSL::\28anonymous\20namespace\29::ProgramUsageVisitor::visitProgramElement\28SkSL::ProgramElement\20const&\29 +4487:SkSL::\28anonymous\20namespace\29::ProgramUsageVisitor::visitExpression\28SkSL::Expression\20const&\29 +4488:SkSL::\28anonymous\20namespace\29::FinalizationVisitor::visitProgramElement\28SkSL::ProgramElement\20const&\29 +4489:SkSL::VariableReference::setRefKind\28SkSL::VariableRefKind\29 +4490:SkSL::Variable::setVarDeclaration\28SkSL::VarDeclaration*\29 +4491:SkSL::Variable::setGlobalVarDeclaration\28SkSL::GlobalVarDeclaration*\29 +4492:SkSL::Variable::globalVarDeclaration\28\29\20const +4493:SkSL::Variable::Make\28SkSL::Position\2c\20SkSL::Position\2c\20SkSL::Layout\20const&\2c\20SkSL::ModifierFlags\2c\20SkSL::Type\20const*\2c\20std::__2::basic_string_view>\2c\20std::__2::basic_string\2c\20std::__2::allocator>\2c\20bool\2c\20SkSL::VariableStorage\29 +4494:SkSL::Variable::MakeScratchVariable\28SkSL::Context\20const&\2c\20SkSL::Mangler&\2c\20std::__2::basic_string_view>\2c\20SkSL::Type\20const*\2c\20SkSL::SymbolTable*\2c\20std::__2::unique_ptr>\29 +4495:SkSL::VarDeclaration::Make\28SkSL::Context\20const&\2c\20SkSL::Variable*\2c\20SkSL::Type\20const*\2c\20int\2c\20std::__2::unique_ptr>\29 +4496:SkSL::VarDeclaration::ErrorCheck\28SkSL::Context\20const&\2c\20SkSL::Position\2c\20SkSL::Position\2c\20SkSL::Layout\20const&\2c\20SkSL::ModifierFlags\2c\20SkSL::Type\20const*\2c\20SkSL::Type\20const*\2c\20SkSL::VariableStorage\29 +4497:SkSL::TypeReference::description\28SkSL::OperatorPrecedence\29\20const +4498:SkSL::TypeReference::VerifyType\28SkSL::Context\20const&\2c\20SkSL::Type\20const*\2c\20SkSL::Position\29 +4499:SkSL::TypeReference::Convert\28SkSL::Context\20const&\2c\20SkSL::Position\2c\20SkSL::Type\20const*\29 +4500:SkSL::Type::MakeStructType\28SkSL::Context\20const&\2c\20SkSL::Position\2c\20std::__2::basic_string_view>\2c\20skia_private::TArray\2c\20bool\29 +4501:SkSL::Type::MakeLiteralType\28char\20const*\2c\20SkSL::Type\20const&\2c\20signed\20char\29 +4502:SkSL::Transform::\28anonymous\20namespace\29::BuiltinVariableScanner::addDeclaringElement\28SkSL::ProgramElement\20const*\29 +4503:SkSL::Transform::EliminateDeadFunctions\28SkSL::Program&\29 +4504:SkSL::ToGLSL\28SkSL::Program&\2c\20SkSL::ShaderCaps\20const*\2c\20SkSL::NativeShader*\29 +4505:SkSL::TernaryExpression::Make\28SkSL::Context\20const&\2c\20SkSL::Position\2c\20std::__2::unique_ptr>\2c\20std::__2::unique_ptr>\2c\20std::__2::unique_ptr>\29 +4506:SkSL::SymbolTable::insertNewParent\28\29 +4507:SkSL::SymbolTable::addWithoutOwnership\28SkSL::Symbol*\29 +4508:SkSL::Swizzle::MaskString\28skia_private::FixedArray<4\2c\20signed\20char>\20const&\29 +4509:SkSL::SwitchStatement::Make\28SkSL::Context\20const&\2c\20SkSL::Position\2c\20std::__2::unique_ptr>\2c\20std::__2::unique_ptr>\29 +4510:SkSL::SwitchCase::Make\28SkSL::Position\2c\20long\20long\2c\20std::__2::unique_ptr>\29 +4511:SkSL::SwitchCase::MakeDefault\28SkSL::Position\2c\20std::__2::unique_ptr>\29 +4512:SkSL::StructType::StructType\28SkSL::Position\2c\20std::__2::basic_string_view>\2c\20skia_private::TArray\2c\20int\2c\20bool\2c\20bool\29 +4513:SkSL::String::vappendf\28std::__2::basic_string\2c\20std::__2::allocator>*\2c\20char\20const*\2c\20void*\29 +4514:SkSL::SingleArgumentConstructor::argumentSpan\28\29 +4515:SkSL::RP::stack_usage\28SkSL::RP::Instruction\20const&\29 +4516:SkSL::RP::UnownedLValueSlice::isWritable\28\29\20const +4517:SkSL::RP::UnownedLValueSlice::dynamicSlotRange\28\29 +4518:SkSL::RP::Program::~Program\28\29 +4519:SkSL::RP::LValue::swizzle\28\29 +4520:SkSL::RP::Generator::writeVarDeclaration\28SkSL::VarDeclaration\20const&\29 +4521:SkSL::RP::Generator::writeFunction\28SkSL::IRNode\20const&\2c\20SkSL::FunctionDefinition\20const&\2c\20SkSpan>\20const>\29 +4522:SkSL::RP::Generator::storeImmutableValueToSlots\28skia_private::TArray\20const&\2c\20SkSL::RP::SlotRange\29 +4523:SkSL::RP::Generator::pushVariableReferencePartial\28SkSL::VariableReference\20const&\2c\20SkSL::RP::SlotRange\29 +4524:SkSL::RP::Generator::pushPrefixExpression\28SkSL::Operator\2c\20SkSL::Expression\20const&\29 +4525:SkSL::RP::Generator::pushIntrinsic\28SkSL::IntrinsicKind\2c\20SkSL::Expression\20const&\2c\20SkSL::Expression\20const&\2c\20SkSL::Expression\20const&\29 +4526:SkSL::RP::Generator::pushImmutableData\28SkSL::Expression\20const&\29 +4527:SkSL::RP::Generator::pushAbsFloatIntrinsic\28int\29 +4528:SkSL::RP::Generator::getImmutableValueForExpression\28SkSL::Expression\20const&\2c\20skia_private::TArray*\29 +4529:SkSL::RP::Generator::foldWithMultiOp\28SkSL::RP::BuilderOp\2c\20int\29 +4530:SkSL::RP::Generator::findPreexistingImmutableData\28skia_private::TArray\20const&\29 +4531:SkSL::RP::DynamicIndexLValue::dynamicSlotRange\28\29 +4532:SkSL::RP::Builder::push_slots_or_immutable_indirect\28SkSL::RP::SlotRange\2c\20int\2c\20SkSL::RP::SlotRange\2c\20SkSL::RP::BuilderOp\29 +4533:SkSL::RP::Builder::push_condition_mask\28\29 +4534:SkSL::RP::Builder::pad_stack\28int\29 +4535:SkSL::RP::Builder::copy_stack_to_slots\28SkSL::RP::SlotRange\2c\20int\29 +4536:SkSL::RP::Builder::branch_if_any_lanes_active\28int\29 +4537:SkSL::ProgramVisitor::visit\28SkSL::Program\20const&\29 +4538:SkSL::ProgramUsage::remove\28SkSL::Expression\20const*\29 +4539:SkSL::ProgramUsage::add\28SkSL::Statement\20const*\29 +4540:SkSL::ProgramUsage::add\28SkSL::Expression\20const*\29 +4541:SkSL::Pool::attachToThread\28\29 +4542:SkSL::PipelineStage::PipelineStageCodeGenerator::functionName\28SkSL::FunctionDeclaration\20const&\2c\20int\29 +4543:SkSL::PipelineStage::PipelineStageCodeGenerator::functionDeclaration\28SkSL::FunctionDeclaration\20const&\29 +4544:SkSL::PipelineStage::PipelineStageCodeGenerator::forEachSpecialization\28SkSL::FunctionDeclaration\20const&\2c\20std::__2::function\20const&\29 +4545:SkSL::Parser::~Parser\28\29 +4546:SkSL::Parser::varDeclarations\28\29 +4547:SkSL::Parser::varDeclarationsOrExpressionStatement\28\29 +4548:SkSL::Parser::switchCaseBody\28SkSL::ExpressionArray*\2c\20skia_private::STArray<2\2c\20std::__2::unique_ptr>\2c\20true>*\2c\20std::__2::unique_ptr>\29 +4549:SkSL::Parser::statementOrNop\28SkSL::Position\2c\20std::__2::unique_ptr>\29 +4550:SkSL::Parser::shiftExpression\28\29 +4551:SkSL::Parser::relationalExpression\28\29 +4552:SkSL::Parser::parameter\28std::__2::unique_ptr>*\29 +4553:SkSL::Parser::multiplicativeExpression\28\29 +4554:SkSL::Parser::logicalXorExpression\28\29 +4555:SkSL::Parser::logicalAndExpression\28\29 +4556:SkSL::Parser::localVarDeclarationEnd\28SkSL::Position\2c\20SkSL::Modifiers\20const&\2c\20SkSL::Type\20const*\2c\20SkSL::Token\29 +4557:SkSL::Parser::intLiteral\28long\20long*\29 +4558:SkSL::Parser::globalVarDeclarationEnd\28SkSL::Position\2c\20SkSL::Modifiers\20const&\2c\20SkSL::Type\20const*\2c\20SkSL::Token\29 +4559:SkSL::Parser::equalityExpression\28\29 +4560:SkSL::Parser::directive\28bool\29 +4561:SkSL::Parser::declarations\28\29 +4562:SkSL::Parser::checkNext\28SkSL::Token::Kind\2c\20SkSL::Token*\29 +4563:SkSL::Parser::bitwiseXorExpression\28\29 +4564:SkSL::Parser::bitwiseOrExpression\28\29 +4565:SkSL::Parser::bitwiseAndExpression\28\29 +4566:SkSL::Parser::additiveExpression\28\29 +4567:SkSL::Parser::Parser\28SkSL::Compiler*\2c\20SkSL::ProgramSettings\20const&\2c\20SkSL::ProgramKind\2c\20std::__2::unique_ptr\2c\20std::__2::allocator>\2c\20std::__2::default_delete\2c\20std::__2::allocator>>>\29 +4568:SkSL::MultiArgumentConstructor::argumentSpan\28\29 +4569:SkSL::ModuleTypeToString\28SkSL::ModuleType\29 +4570:SkSL::ModuleLoader::~ModuleLoader\28\29 +4571:SkSL::ModuleLoader::loadVertexModule\28SkSL::Compiler*\29 +4572:SkSL::ModuleLoader::loadPublicModule\28SkSL::Compiler*\29 +4573:SkSL::ModuleLoader::loadFragmentModule\28SkSL::Compiler*\29 +4574:SkSL::ModuleLoader::Get\28\29 +4575:SkSL::MatrixType::bitWidth\28\29\20const +4576:SkSL::MakeRasterPipelineProgram\28SkSL::Program\20const&\2c\20SkSL::FunctionDefinition\20const&\2c\20SkSL::DebugTracePriv*\2c\20bool\29 +4577:SkSL::Layout::description\28\29\20const +4578:SkSL::Intrinsics::\28anonymous\20namespace\29::evaluate_length\28std::__2::array\20const&\29 +4579:SkSL::Intrinsics::\28anonymous\20namespace\29::evaluate_add\28SkSL::Context\20const&\2c\20std::__2::array\20const&\29 +4580:SkSL::InterfaceBlock::~InterfaceBlock\28\29 +4581:SkSL::Inliner::candidateCanBeInlined\28SkSL::InlineCandidate\20const&\2c\20SkSL::ProgramUsage\20const&\2c\20skia_private::THashMap*\29 +4582:SkSL::IfStatement::Make\28SkSL::Context\20const&\2c\20SkSL::Position\2c\20std::__2::unique_ptr>\2c\20std::__2::unique_ptr>\2c\20std::__2::unique_ptr>\29 +4583:SkSL::GLSLCodeGenerator::writeVarDeclaration\28SkSL::VarDeclaration\20const&\2c\20bool\29 +4584:SkSL::GLSLCodeGenerator::writeProgramElement\28SkSL::ProgramElement\20const&\29 +4585:SkSL::GLSLCodeGenerator::writeMinAbsHack\28SkSL::Expression&\2c\20SkSL::Expression&\29 +4586:SkSL::GLSLCodeGenerator::generateCode\28\29 +4587:SkSL::FunctionDefinition::Convert\28SkSL::Context\20const&\2c\20SkSL::Position\2c\20SkSL::FunctionDeclaration\20const&\2c\20std::__2::unique_ptr>\29::Finalizer::visitStatementPtr\28std::__2::unique_ptr>&\29 +4588:SkSL::FunctionDefinition::Convert\28SkSL::Context\20const&\2c\20SkSL::Position\2c\20SkSL::FunctionDeclaration\20const&\2c\20std::__2::unique_ptr>\29::Finalizer::addLocalVariable\28SkSL::Variable\20const*\2c\20SkSL::Position\29 +4589:SkSL::FunctionDeclaration::~FunctionDeclaration\28\29_6593 +4590:SkSL::FunctionDeclaration::~FunctionDeclaration\28\29 +4591:SkSL::FunctionDeclaration::mangledName\28\29\20const +4592:SkSL::FunctionDeclaration::determineFinalTypes\28SkSL::ExpressionArray\20const&\2c\20skia_private::STArray<8\2c\20SkSL::Type\20const*\2c\20true>*\2c\20SkSL::Type\20const**\29\20const +4593:SkSL::FunctionDeclaration::FunctionDeclaration\28SkSL::Context\20const&\2c\20SkSL::Position\2c\20SkSL::ModifierFlags\2c\20std::__2::basic_string_view>\2c\20skia_private::TArray\2c\20SkSL::Type\20const*\2c\20SkSL::IntrinsicKind\29 +4594:SkSL::FunctionDebugInfo*\20std::__2::vector>::__push_back_slow_path\28SkSL::FunctionDebugInfo&&\29 +4595:SkSL::FunctionCall::Make\28SkSL::Context\20const&\2c\20SkSL::Position\2c\20SkSL::Type\20const*\2c\20SkSL::FunctionDeclaration\20const&\2c\20SkSL::ExpressionArray\29 +4596:SkSL::FunctionCall::FindBestFunctionForCall\28SkSL::Context\20const&\2c\20SkSL::FunctionDeclaration\20const*\2c\20SkSL::ExpressionArray\20const&\29 +4597:SkSL::FunctionCall::Convert\28SkSL::Context\20const&\2c\20SkSL::Position\2c\20SkSL::FunctionDeclaration\20const&\2c\20SkSL::ExpressionArray\29 +4598:SkSL::ForStatement::Convert\28SkSL::Context\20const&\2c\20SkSL::Position\2c\20SkSL::ForLoopPositions\2c\20std::__2::unique_ptr>\2c\20std::__2::unique_ptr>\2c\20std::__2::unique_ptr>\2c\20std::__2::unique_ptr>\2c\20std::__2::unique_ptr>\29 +4599:SkSL::FindIntrinsicKind\28std::__2::basic_string_view>\29 +4600:SkSL::FieldAccess::~FieldAccess\28\29_6480 +4601:SkSL::FieldAccess::~FieldAccess\28\29 +4602:SkSL::ExtendedVariable::setInterfaceBlock\28SkSL::InterfaceBlock*\29 +4603:SkSL::ExpressionStatement::Convert\28SkSL::Context\20const&\2c\20std::__2::unique_ptr>\29 +4604:SkSL::DoStatement::~DoStatement\28\29_6463 +4605:SkSL::DoStatement::~DoStatement\28\29 +4606:SkSL::DebugTracePriv::setSource\28std::__2::basic_string\2c\20std::__2::allocator>\20const&\29 +4607:SkSL::ConstructorScalarCast::Convert\28SkSL::Context\20const&\2c\20SkSL::Position\2c\20SkSL::Type\20const&\2c\20SkSL::ExpressionArray\29 +4608:SkSL::ConstructorMatrixResize::Make\28SkSL::Context\20const&\2c\20SkSL::Position\2c\20SkSL::Type\20const&\2c\20std::__2::unique_ptr>\29 +4609:SkSL::Constructor::Convert\28SkSL::Context\20const&\2c\20SkSL::Position\2c\20SkSL::Type\20const&\2c\20SkSL::ExpressionArray\29 +4610:SkSL::ConstantFolder::Simplify\28SkSL::Context\20const&\2c\20SkSL::Position\2c\20SkSL::Expression\20const&\2c\20SkSL::Operator\2c\20SkSL::Expression\20const&\2c\20SkSL::Type\20const&\29 +4611:SkSL::Compiler::writeErrorCount\28\29 +4612:SkSL::Compiler::initializeContext\28SkSL::Module\20const*\2c\20SkSL::ProgramKind\2c\20SkSL::ProgramSettings\2c\20std::__2::basic_string_view>\2c\20SkSL::ModuleType\29 +4613:SkSL::Compiler::cleanupContext\28\29 +4614:SkSL::ChildCall::~ChildCall\28\29_6398 +4615:SkSL::ChildCall::~ChildCall\28\29 +4616:SkSL::ChildCall::Make\28SkSL::Context\20const&\2c\20SkSL::Position\2c\20SkSL::Type\20const*\2c\20SkSL::Variable\20const&\2c\20SkSL::ExpressionArray\29 +4617:SkSL::BinaryExpression::isAssignmentIntoVariable\28\29 +4618:SkSL::BinaryExpression::Make\28SkSL::Context\20const&\2c\20SkSL::Position\2c\20std::__2::unique_ptr>\2c\20SkSL::Operator\2c\20std::__2::unique_ptr>\2c\20SkSL::Type\20const*\29 +4619:SkSL::Analysis::IsDynamicallyUniformExpression\28SkSL::Expression\20const&\29 +4620:SkSL::Analysis::IsConstantExpression\28SkSL::Expression\20const&\29 +4621:SkSL::Analysis::IsAssignable\28SkSL::Expression&\2c\20SkSL::Analysis::AssignmentInfo*\2c\20SkSL::ErrorReporter*\29 +4622:SkSL::Analysis::GetLoopUnrollInfo\28SkSL::Context\20const&\2c\20SkSL::Position\2c\20SkSL::ForLoopPositions\20const&\2c\20SkSL::Statement\20const*\2c\20std::__2::unique_ptr>*\2c\20SkSL::Expression\20const*\2c\20SkSL::Statement\20const*\2c\20SkSL::ErrorReporter*\29 +4623:SkSL::Analysis::GetLoopControlFlowInfo\28SkSL::Statement\20const&\29 +4624:SkSL::Analysis::CheckProgramStructure\28SkSL::Program\20const&\29::ProgramStructureVisitor::visitProgramElement\28SkSL::ProgramElement\20const&\29 +4625:SkSL::AliasType::numberKind\28\29\20const +4626:SkSL::AliasType::isOrContainsBool\28\29\20const +4627:SkSL::AliasType::isOrContainsAtomic\28\29\20const +4628:SkSL::AliasType::isAllowedInES2\28\29\20const +4629:SkRuntimeShader::~SkRuntimeShader\28\29 +4630:SkRuntimeEffectPriv::WriteChildEffects\28SkWriteBuffer&\2c\20SkSpan\29 +4631:SkRuntimeEffectPriv::TransformUniforms\28SkSpan\2c\20sk_sp\2c\20SkColorSpaceXformSteps\20const&\29 +4632:SkRuntimeEffect::~SkRuntimeEffect\28\29 +4633:SkRuntimeEffect::makeShader\28sk_sp\2c\20sk_sp*\2c\20unsigned\20long\2c\20SkMatrix\20const*\29\20const +4634:SkRuntimeEffect::makeColorFilter\28sk_sp\2c\20SkSpan\29\20const +4635:SkRuntimeEffect::TracedShader*\20emscripten::internal::raw_constructor\28\29 +4636:SkRuntimeEffect::MakeInternal\28std::__2::unique_ptr>\2c\20SkRuntimeEffect::Options\20const&\2c\20SkSL::ProgramKind\29 +4637:SkRuntimeEffect::ChildPtr&\20skia_private::TArray::emplace_back&>\28sk_sp&\29 +4638:SkRuntimeBlender::flatten\28SkWriteBuffer&\29\20const +4639:SkRgnBuilder::~SkRgnBuilder\28\29 +4640:SkResourceCache::visitAll\28void\20\28*\29\28SkResourceCache::Rec\20const&\2c\20void*\29\2c\20void*\29 +4641:SkResourceCache::setTotalByteLimit\28unsigned\20long\29 +4642:SkResourceCache::setSingleAllocationByteLimit\28unsigned\20long\29 +4643:SkResourceCache::newCachedData\28unsigned\20long\29 +4644:SkResourceCache::getEffectiveSingleAllocationByteLimit\28\29\20const +4645:SkResourceCache::find\28SkResourceCache::Key\20const&\2c\20bool\20\28*\29\28SkResourceCache::Rec\20const&\2c\20void*\29\2c\20void*\29 +4646:SkResourceCache::dump\28\29\20const +4647:SkResourceCache::add\28SkResourceCache::Rec*\2c\20void*\29 +4648:SkResourceCache::PostPurgeSharedID\28unsigned\20long\20long\29 +4649:SkResourceCache::GetDiscardableFactory\28\29 +4650:SkRescaleAndReadPixels\28SkBitmap\2c\20SkImageInfo\20const&\2c\20SkIRect\20const&\2c\20SkImage::RescaleGamma\2c\20SkImage::RescaleMode\2c\20void\20\28*\29\28void*\2c\20std::__2::unique_ptr>\29\2c\20void*\29 +4651:SkRegion::addBoundaryPath\28SkPathBuilder*\29\20const +4652:SkRegion::Spanerator::Spanerator\28SkRegion\20const&\2c\20int\2c\20int\2c\20int\29 +4653:SkRegion::Oper\28SkRegion\20const&\2c\20SkRegion\20const&\2c\20SkRegion::Op\2c\20SkRegion*\29 +4654:SkRefCntSet::~SkRefCntSet\28\29 +4655:SkRefCntBase::internal_dispose\28\29\20const +4656:SkReduceOrder::reduce\28SkDQuad\20const&\29 +4657:SkReduceOrder::Conic\28SkConic\20const&\2c\20SkPoint*\29 +4658:SkRectClipBlitter::requestRowsPreserved\28\29\20const +4659:SkRectClipBlitter::allocBlitMemory\28unsigned\20long\29 +4660:SkRect::roundOut\28\29\20const +4661:SkRect::intersect\28SkRect\20const&\2c\20SkRect\20const&\29 +4662:SkRecords::TypedMatrix::TypedMatrix\28SkMatrix\20const&\29 +4663:SkRecordOptimize\28SkRecord*\29 +4664:SkRecordFillBounds\28SkRect\20const&\2c\20SkRecord\20const&\2c\20SkRect*\2c\20SkBBoxHierarchy::Metadata*\29 +4665:SkRecordCanvas::baseRecorder\28\29\20const +4666:SkRecord::bytesUsed\28\29\20const +4667:SkReadPixelsRec::trim\28int\2c\20int\29 +4668:SkReadBuffer::setDeserialProcs\28SkDeserialProcs\20const&\29 +4669:SkReadBuffer::readString\28unsigned\20long*\29 +4670:SkReadBuffer::readRegion\28SkRegion*\29 +4671:SkReadBuffer::readRect\28\29 +4672:SkReadBuffer::readPoint3\28SkPoint3*\29 +4673:SkReadBuffer::readPad32\28void*\2c\20unsigned\20long\29 +4674:SkReadBuffer::readArray\28void*\2c\20unsigned\20long\2c\20unsigned\20long\29 +4675:SkRasterPipelineBlitter::Create\28SkPixmap\20const&\2c\20SkPaint\20const&\2c\20SkRGBA4f<\28SkAlphaType\293>\20const&\2c\20SkArenaAlloc*\2c\20SkRasterPipeline\20const&\2c\20bool\2c\20bool\2c\20SkShader\20const*\29 +4676:SkRasterPipeline::tailPointer\28\29 +4677:SkRasterPipeline::appendSetRGB\28SkArenaAlloc*\2c\20float\20const*\29 +4678:SkRasterPipeline::addMemoryContext\28SkRasterPipelineContexts::MemoryCtx*\2c\20int\2c\20bool\2c\20bool\29 +4679:SkRTreeFactory::operator\28\29\28\29\20const +4680:SkRTree::search\28SkRTree::Node*\2c\20SkRect\20const&\2c\20std::__2::vector>*\29\20const +4681:SkRTree::bulkLoad\28std::__2::vector>*\2c\20int\29 +4682:SkRTree::allocateNodeAtLevel\28unsigned\20short\29 +4683:SkRRectPriv::AllCornersCircular\28SkRRect\20const&\2c\20float\29 +4684:SkRRect::scaleRadii\28\29 +4685:SkRRect::isValid\28\29\20const +4686:SkRRect::computeType\28\29 +4687:SkRRect::AreRectAndRadiiValid\28SkRect\20const&\2c\20SkPoint\20const*\29 +4688:SkRGBA4f<\28SkAlphaType\292>\20skgpu::Swizzle::applyTo<\28SkAlphaType\292>\28SkRGBA4f<\28SkAlphaType\292>\29\20const +4689:SkRBuffer::skipToAlign4\28\29 +4690:SkQuads::EvalAt\28double\2c\20double\2c\20double\2c\20double\29 +4691:SkQuadraticEdge::nextSegment\28\29 +4692:SkPtrSet::reset\28\29 +4693:SkPtrSet::copyToArray\28void**\29\20const +4694:SkPtrSet::add\28void*\29 +4695:SkPoint::Normalize\28SkPoint*\29 +4696:SkPngEncoder::Encode\28GrDirectContext*\2c\20SkImage\20const*\2c\20SkPngEncoder::Options\20const&\29 +4697:SkPngDecoder::Decode\28std::__2::unique_ptr>\2c\20SkCodec::Result*\2c\20void*\29 +4698:SkPngCodecBase::initializeXformParams\28\29 +4699:SkPngCodecBase::initializeSwizzler\28SkImageInfo\20const&\2c\20SkCodec::Options\20const&\2c\20bool\2c\20int\29 +4700:SkPngCodecBase::SkPngCodecBase\28SkEncodedInfo&&\2c\20std::__2::unique_ptr>\2c\20SkEncodedOrigin\29 +4701:SkPngCodec::initializeXforms\28SkImageInfo\20const&\2c\20SkCodec::Options\20const&\29 +4702:SkPixmapUtils::Orient\28SkPixmap\20const&\2c\20SkPixmap\20const&\2c\20SkEncodedOrigin\29 +4703:SkPixmap::erase\28unsigned\20int\2c\20SkIRect\20const&\29\20const +4704:SkPixmap::erase\28SkRGBA4f<\28SkAlphaType\293>\20const&\2c\20SkIRect\20const*\29\20const +4705:SkPixelRef::getGenerationID\28\29\20const +4706:SkPixelRef::addGenIDChangeListener\28sk_sp\29 +4707:SkPixelRef::SkPixelRef\28int\2c\20int\2c\20void*\2c\20unsigned\20long\29 +4708:SkPictureShader::CachedImageInfo::makeImage\28sk_sp\2c\20SkPicture\20const*\29\20const +4709:SkPictureShader::CachedImageInfo::Make\28SkRect\20const&\2c\20SkMatrix\20const&\2c\20SkColorType\2c\20SkColorSpace*\2c\20int\2c\20SkSurfaceProps\20const&\29 +4710:SkPictureRecord::endRecording\28\29 +4711:SkPictureRecord::beginRecording\28\29 +4712:SkPicturePriv::Flatten\28sk_sp\2c\20SkWriteBuffer&\29 +4713:SkPicturePlayback::draw\28SkCanvas*\2c\20SkPicture::AbortCallback*\2c\20SkReadBuffer*\29 +4714:SkPictureData::parseBufferTag\28SkReadBuffer&\2c\20unsigned\20int\2c\20unsigned\20int\29 +4715:SkPictureData::getPicture\28SkReadBuffer*\29\20const +4716:SkPictureData::getDrawable\28SkReadBuffer*\29\20const +4717:SkPictureData::flatten\28SkWriteBuffer&\29\20const +4718:SkPictureData::flattenToBuffer\28SkWriteBuffer&\2c\20bool\29\20const +4719:SkPictureData::SkPictureData\28SkPictureRecord\20const&\2c\20SkPictInfo\20const&\29 +4720:SkPicture::backport\28\29\20const +4721:SkPicture::SkPicture\28\29 +4722:SkPicture::MakeFromStreamPriv\28SkStream*\2c\20SkDeserialProcs\20const*\2c\20SkTypefacePlayback*\2c\20int\29 +4723:SkPerlinNoiseShader::type\28\29\20const +4724:SkPerlinNoiseShader::getPaintingData\28\29\20const +4725:SkPathWriter::assemble\28\29 +4726:SkPathWriter::SkPathWriter\28SkPathFillType\29 +4727:SkPathRef::reset\28\29 +4728:SkPathRef::resetToSize\28int\2c\20int\2c\20int\2c\20int\2c\20int\2c\20int\29 +4729:SkPathRef::SkPathRef\28SkSpan\2c\20SkSpan\2c\20SkSpan\2c\20unsigned\20int\2c\20SkMatrix\20const*\29 +4730:SkPathRaw::isRect\28\29\20const +4731:SkPathPriv::PerspectiveClip\28SkPath\20const&\2c\20SkMatrix\20const&\2c\20SkPath*\29 +4732:SkPathPriv::IsNestedFillRects\28SkPathRaw\20const&\2c\20SkRect*\2c\20SkPathDirection*\29 +4733:SkPathPriv::DeduceRRectFromContour\28SkRect\20const&\2c\20SkSpan\2c\20SkSpan\29 +4734:SkPathPriv::CreateDrawArcPath\28SkArc\20const&\2c\20bool\29 +4735:SkPathPriv::ComputeFirstDirection\28SkPathRaw\20const&\29 +4736:SkPathEffectBase::PointData::~PointData\28\29 +4737:SkPathEffect::filterPath\28SkPath*\2c\20SkPath\20const&\2c\20SkStrokeRec*\2c\20SkRect\20const*\29\20const +4738:SkPathEdgeIter::SkPathEdgeIter\28SkPath\20const&\29 +4739:SkPathBuilder::setLastPt\28float\2c\20float\29 +4740:SkPathBuilder::rQuadTo\28SkPoint\2c\20SkPoint\29 +4741:SkPathBuilder::privateReverseAddPath\28SkPath\20const&\29 +4742:SkPathBuilder::operator=\28SkPathBuilder\20const&\29 +4743:SkPathBuilder::addPath\28SkPath\20const&\2c\20float\2c\20float\2c\20SkPath::AddPathMode\29 +4744:SkPathBuilder::addOval\28SkRect\20const&\2c\20SkPathDirection\2c\20unsigned\20int\29 +4745:SkPathBuilder::addCircle\28float\2c\20float\2c\20float\2c\20SkPathDirection\29 +4746:SkPath::writeToMemoryAsRRect\28void*\29\20const +4747:SkPath::offset\28float\2c\20float\2c\20SkPath*\29\20const +4748:SkPath::isRRect\28SkRRect*\29\20const +4749:SkPath::isOval\28SkRect*\29\20const +4750:SkPath::conservativelyContainsRect\28SkRect\20const&\29\20const +4751:SkPath::arcTo\28float\2c\20float\2c\20float\2c\20SkPath::ArcSize\2c\20SkPathDirection\2c\20float\2c\20float\29 +4752:SkPath::arcTo\28SkRect\20const&\2c\20float\2c\20float\2c\20bool\29 +4753:SkPath::addRRect\28SkRRect\20const&\2c\20SkPathDirection\2c\20unsigned\20int\29 +4754:SkPath::ReadFromMemory\28void\20const*\2c\20unsigned\20long\2c\20unsigned\20long*\29 +4755:SkPath::RRect\28SkRRect\20const&\2c\20SkPathDirection\29 +4756:SkParseEncodedOrigin\28void\20const*\2c\20unsigned\20long\2c\20SkEncodedOrigin*\29 +4757:SkPairPathEffect::flatten\28SkWriteBuffer&\29\20const +4758:SkPaintPriv::ShouldDither\28SkPaint\20const&\2c\20SkColorType\29 +4759:SkPaintPriv::Overwrites\28SkPaint\20const*\2c\20SkPaintPriv::ShaderOverrideOpacity\29 +4760:SkPaint::setStroke\28bool\29 +4761:SkPaint::reset\28\29 +4762:SkPaint::refColorFilter\28\29\20const +4763:SkOpSpanBase::merge\28SkOpSpan*\29 +4764:SkOpSpanBase::globalState\28\29\20const +4765:SkOpSpan::sortableTop\28SkOpContour*\29 +4766:SkOpSpan::release\28SkOpPtT\20const*\29 +4767:SkOpSpan::insertCoincidence\28SkOpSegment\20const*\2c\20bool\2c\20bool\29 +4768:SkOpSpan::init\28SkOpSegment*\2c\20SkOpSpan*\2c\20double\2c\20SkPoint\20const&\29 +4769:SkOpSegment::updateWindingReverse\28SkOpAngle\20const*\29 +4770:SkOpSegment::oppXor\28\29\20const +4771:SkOpSegment::moveMultiples\28\29 +4772:SkOpSegment::isXor\28\29\20const +4773:SkOpSegment::computeSum\28SkOpSpanBase*\2c\20SkOpSpanBase*\2c\20SkOpAngle::IncludeType\29 +4774:SkOpSegment::collapsed\28double\2c\20double\29\20const +4775:SkOpSegment::addExpanded\28double\2c\20SkOpSpanBase\20const*\2c\20bool*\29 +4776:SkOpSegment::activeAngle\28SkOpSpanBase*\2c\20SkOpSpanBase**\2c\20SkOpSpanBase**\2c\20bool*\29 +4777:SkOpSegment::UseInnerWinding\28int\2c\20int\29 +4778:SkOpPtT::ptAlreadySeen\28SkOpPtT\20const*\29\20const +4779:SkOpPtT::contains\28SkOpSegment\20const*\2c\20double\29\20const +4780:SkOpGlobalState::SkOpGlobalState\28SkOpContourHead*\2c\20SkArenaAlloc*\29 +4781:SkOpEdgeBuilder::preFetch\28\29 +4782:SkOpEdgeBuilder::init\28\29 +4783:SkOpEdgeBuilder::finish\28\29 +4784:SkOpContourBuilder::addConic\28SkPoint*\2c\20float\29 +4785:SkOpContour::addQuad\28SkPoint*\29 +4786:SkOpContour::addCubic\28SkPoint*\29 +4787:SkOpContour::addConic\28SkPoint*\2c\20float\29 +4788:SkOpCoincidence::release\28SkOpSegment\20const*\29 +4789:SkOpCoincidence::mark\28\29 +4790:SkOpCoincidence::markCollapsed\28SkCoincidentSpans*\2c\20SkOpPtT*\29 +4791:SkOpCoincidence::fixUp\28SkCoincidentSpans*\2c\20SkOpPtT*\2c\20SkOpPtT\20const*\29 +4792:SkOpCoincidence::contains\28SkCoincidentSpans\20const*\2c\20SkOpSegment\20const*\2c\20SkOpSegment\20const*\2c\20double\29\20const +4793:SkOpCoincidence::checkOverlap\28SkCoincidentSpans*\2c\20SkOpSegment\20const*\2c\20SkOpSegment\20const*\2c\20double\2c\20double\2c\20double\2c\20double\2c\20SkTDArray*\29\20const +4794:SkOpCoincidence::addOrOverlap\28SkOpSegment*\2c\20SkOpSegment*\2c\20double\2c\20double\2c\20double\2c\20double\2c\20bool*\29 +4795:SkOpAngle::tangentsDiverge\28SkOpAngle\20const*\2c\20double\29 +4796:SkOpAngle::setSpans\28\29 +4797:SkOpAngle::setSector\28\29 +4798:SkOpAngle::previous\28\29\20const +4799:SkOpAngle::midToSide\28SkOpAngle\20const*\2c\20bool*\29\20const +4800:SkOpAngle::loopCount\28\29\20const +4801:SkOpAngle::loopContains\28SkOpAngle\20const*\29\20const +4802:SkOpAngle::lastMarked\28\29\20const +4803:SkOpAngle::endToSide\28SkOpAngle\20const*\2c\20bool*\29\20const +4804:SkOpAngle::alignmentSameSide\28SkOpAngle\20const*\2c\20int*\29\20const +4805:SkOpAngle::after\28SkOpAngle*\29 +4806:SkOffsetSimplePolygon\28SkPoint\20const*\2c\20int\2c\20SkRect\20const&\2c\20float\2c\20SkTDArray*\2c\20SkTDArray*\29 +4807:SkNoDrawCanvas::onDrawEdgeAAImageSet2\28SkCanvas::ImageSetEntry\20const*\2c\20int\2c\20SkPoint\20const*\2c\20SkMatrix\20const*\2c\20SkSamplingOptions\20const&\2c\20SkPaint\20const*\2c\20SkCanvas::SrcRectConstraint\29 +4808:SkNoDrawCanvas::onDrawArc\28SkRect\20const&\2c\20float\2c\20float\2c\20bool\2c\20SkPaint\20const&\29 +4809:SkModifyPaintAndDstForDrawImageRect\28SkImage\20const*\2c\20SkSamplingOptions\20const&\2c\20SkRect\2c\20SkRect\2c\20bool\2c\20SkPaint*\29 +4810:SkMipmapBuilder::level\28int\29\20const +4811:SkMessageBus::Inbox::~Inbox\28\29 +4812:SkMeshSpecification::Varying*\20std::__2::vector>::__push_back_slow_path\28SkMeshSpecification::Varying&&\29 +4813:SkMeshSpecification::Attribute*\20std::__2::vector>::__push_back_slow_path\28SkMeshSpecification::Attribute&&\29 +4814:SkMeshPriv::CpuBuffer::~CpuBuffer\28\29_2622 +4815:SkMeshPriv::CpuBuffer::~CpuBuffer\28\29 +4816:SkMeshPriv::CpuBuffer::size\28\29\20const +4817:SkMeshPriv::CpuBuffer::peek\28\29\20const +4818:SkMeshPriv::CpuBuffer::onUpdate\28GrDirectContext*\2c\20void\20const*\2c\20unsigned\20long\2c\20unsigned\20long\29 +4819:SkMatrixPriv::MapPointsWithStride\28SkMatrix\20const&\2c\20SkPoint*\2c\20unsigned\20long\2c\20int\29 +4820:SkMatrix::setRotate\28float\2c\20float\2c\20float\29 +4821:SkMatrix::preRotate\28float\29 +4822:SkMatrix::mapPoint\28SkPoint\29\20const +4823:SkMatrix::isFinite\28\29\20const +4824:SkMaskSwizzler::swizzle\28void*\2c\20unsigned\20char\20const*\29 +4825:SkMask::computeTotalImageSize\28\29\20const +4826:SkMakeResourceCacheSharedIDForBitmap\28unsigned\20int\29 +4827:SkMD5::finish\28\29 +4828:SkMD5::SkMD5\28\29 +4829:SkMD5::Digest::toHexString\28\29\20const +4830:SkM44::preScale\28float\2c\20float\29 +4831:SkM44::postTranslate\28float\2c\20float\2c\20float\29 +4832:SkM44::RectToRect\28SkRect\20const&\2c\20SkRect\20const&\29 +4833:SkLinearColorSpaceLuminance::toLuma\28float\2c\20float\29\20const +4834:SkLineParameters::cubicEndPoints\28SkDCubic\20const&\29 +4835:SkLatticeIter::SkLatticeIter\28SkCanvas::Lattice\20const&\2c\20SkRect\20const&\29 +4836:SkLRUCache>\2c\20GrGLGpu::ProgramCache::DescHash\2c\20SkNoOpPurge>::~SkLRUCache\28\29 +4837:SkLRUCache>\2c\20GrGLGpu::ProgramCache::DescHash\2c\20SkNoOpPurge>::reset\28\29 +4838:SkKnownRuntimeEffects::\28anonymous\20namespace\29::make_matrix_conv_shader\28SkKnownRuntimeEffects::\28anonymous\20namespace\29::MatrixConvolutionImpl\2c\20SkKnownRuntimeEffects::StableKey\29::$_0::operator\28\29\28int\2c\20SkRuntimeEffect::Options\20const&\29\20const +4839:SkKnownRuntimeEffects::IsSkiaKnownRuntimeEffect\28int\29 +4840:SkJpegMetadataDecoderImpl::SkJpegMetadataDecoderImpl\28std::__2::vector>\29 +4841:SkJpegDecoder::IsJpeg\28void\20const*\2c\20unsigned\20long\29 +4842:SkJpegCodec::readRows\28SkImageInfo\20const&\2c\20void*\2c\20unsigned\20long\2c\20int\2c\20SkCodec::Options\20const&\2c\20int*\29 +4843:SkJpegCodec::initializeSwizzler\28SkImageInfo\20const&\2c\20SkCodec::Options\20const&\2c\20bool\29 +4844:SkJSONWriter::appendString\28char\20const*\2c\20unsigned\20long\29 +4845:SkIsSimplePolygon\28SkPoint\20const*\2c\20int\29 +4846:SkInvert3x3Matrix\28float\20const*\2c\20float*\29 +4847:SkInvert2x2Matrix\28float\20const*\2c\20float*\29 +4848:SkIntersections::vertical\28SkDQuad\20const&\2c\20double\2c\20double\2c\20double\2c\20bool\29 +4849:SkIntersections::vertical\28SkDLine\20const&\2c\20double\2c\20double\2c\20double\2c\20bool\29 +4850:SkIntersections::vertical\28SkDCubic\20const&\2c\20double\2c\20double\2c\20double\2c\20bool\29 +4851:SkIntersections::vertical\28SkDConic\20const&\2c\20double\2c\20double\2c\20double\2c\20bool\29 +4852:SkIntersections::mostOutside\28double\2c\20double\2c\20SkDPoint\20const&\29\20const +4853:SkIntersections::intersect\28SkDQuad\20const&\2c\20SkDLine\20const&\29 +4854:SkIntersections::intersect\28SkDCubic\20const&\2c\20SkDQuad\20const&\29 +4855:SkIntersections::intersect\28SkDCubic\20const&\2c\20SkDLine\20const&\29 +4856:SkIntersections::intersect\28SkDCubic\20const&\2c\20SkDConic\20const&\29 +4857:SkIntersections::intersect\28SkDConic\20const&\2c\20SkDQuad\20const&\29 +4858:SkIntersections::intersect\28SkDConic\20const&\2c\20SkDLine\20const&\29 +4859:SkIntersections::insertCoincident\28double\2c\20double\2c\20SkDPoint\20const&\29 +4860:SkIntersections::horizontal\28SkDQuad\20const&\2c\20double\2c\20double\2c\20double\2c\20bool\29 +4861:SkIntersections::horizontal\28SkDLine\20const&\2c\20double\2c\20double\2c\20double\2c\20bool\29 +4862:SkIntersections::horizontal\28SkDCubic\20const&\2c\20double\2c\20double\2c\20double\2c\20bool\29 +4863:SkIntersections::horizontal\28SkDConic\20const&\2c\20double\2c\20double\2c\20double\2c\20bool\29 +4864:SkImages::RasterFromPixmap\28SkPixmap\20const&\2c\20void\20\28*\29\28void\20const*\2c\20void*\29\2c\20void*\29 +4865:SkImages::RasterFromData\28SkImageInfo\20const&\2c\20sk_sp\2c\20unsigned\20long\29 +4866:SkImages::DeferredFromGenerator\28std::__2::unique_ptr>\29 +4867:SkImage_Raster::onPeekBitmap\28\29\20const +4868:SkImage_Lazy::~SkImage_Lazy\28\29_4764 +4869:SkImage_Lazy::onMakeSurface\28SkRecorder*\2c\20SkImageInfo\20const&\29\20const +4870:SkImage_Base::onAsyncRescaleAndReadPixelsYUV420\28SkYUVColorSpace\2c\20bool\2c\20sk_sp\2c\20SkIRect\2c\20SkISize\2c\20SkImage::RescaleGamma\2c\20SkImage::RescaleMode\2c\20void\20\28*\29\28void*\2c\20std::__2::unique_ptr>\29\2c\20void*\29\20const +4871:SkImage_Base::onAsLegacyBitmap\28GrDirectContext*\2c\20SkBitmap*\29\20const +4872:SkImageShader::appendStages\28SkStageRec\20const&\2c\20SkShaders::MatrixRec\20const&\29\20const::$_1::operator\28\29\28\28anonymous\20namespace\29::MipLevelHelper\20const*\29\20const +4873:SkImageInfo::validRowBytes\28unsigned\20long\29\20const +4874:SkImageInfo::MakeN32Premul\28int\2c\20int\29 +4875:SkImageGenerator::~SkImageGenerator\28\29_903 +4876:SkImageFilters::ColorFilter\28sk_sp\2c\20sk_sp\2c\20SkImageFilters::CropRect\20const&\29 +4877:SkImageFilter_Base::getCTMCapability\28\29\20const +4878:SkImageFilterCache::Get\28SkImageFilterCache::CreateIfNecessary\29 +4879:SkImageFilter::isColorFilterNode\28SkColorFilter**\29\20const +4880:SkImageFilter::computeFastBounds\28SkRect\20const&\29\20const +4881:SkImage::withMipmaps\28sk_sp\29\20const +4882:SkIcoDecoder::IsIco\28void\20const*\2c\20unsigned\20long\29 +4883:SkIcoCodec::MakeFromStream\28std::__2::unique_ptr>\2c\20SkCodec::Result*\29 +4884:SkGradientBaseShader::~SkGradientBaseShader\28\29 +4885:SkGradientBaseShader::AppendGradientFillStages\28SkRasterPipeline*\2c\20SkArenaAlloc*\2c\20SkRGBA4f<\28SkAlphaType\292>\20const*\2c\20float\20const*\2c\20int\29 +4886:SkGlyph::setImage\28SkArenaAlloc*\2c\20SkScalerContext*\29 +4887:SkGlyph::setDrawable\28SkArenaAlloc*\2c\20SkScalerContext*\29 +4888:SkGlyph::mask\28SkPoint\29\20const +4889:SkGifDecoder::MakeFromStream\28std::__2::unique_ptr>\2c\20SkCodec::SelectionPolicy\2c\20SkCodec::Result*\29 +4890:SkGifDecoder::IsGif\28void\20const*\2c\20unsigned\20long\29 +4891:SkGenerateDistanceFieldFromA8Image\28unsigned\20char*\2c\20unsigned\20char\20const*\2c\20int\2c\20int\2c\20unsigned\20long\29 +4892:SkGaussFilter::SkGaussFilter\28double\29 +4893:SkFrameHolder::setAlphaAndRequiredFrame\28SkFrame*\29 +4894:SkFrame::fillIn\28SkCodec::FrameInfo*\2c\20bool\29\20const +4895:SkFontStyleSet_Custom::appendTypeface\28sk_sp\29 +4896:SkFontStyleSet_Custom::SkFontStyleSet_Custom\28SkString\29 +4897:SkFontScanner_FreeType::scanInstance\28SkStreamAsset*\2c\20int\2c\20int\2c\20SkString*\2c\20SkFontStyle*\2c\20bool*\2c\20skia_private::STArray<4\2c\20SkFontParameters::Variation::Axis\2c\20true>*\2c\20skia_private::STArray<4\2c\20SkFontArguments::VariationPosition::Coordinate\2c\20true>*\29\20const +4898:SkFontScanner_FreeType::computeAxisValues\28skia_private::STArray<4\2c\20SkFontParameters::Variation::Axis\2c\20true>\20const&\2c\20SkFontArguments::VariationPosition\2c\20SkFontArguments::VariationPosition\2c\20int*\2c\20SkString\20const&\2c\20SkFontStyle*\29 +4899:SkFontPriv::GetFontBounds\28SkFont\20const&\29 +4900:SkFontMgr_Custom::onMakeFromStreamArgs\28std::__2::unique_ptr>\2c\20SkFontArguments\20const&\29\20const +4901:SkFontMgr::matchFamilyStyle\28char\20const*\2c\20SkFontStyle\20const&\29\20const +4902:SkFontMgr::makeFromStream\28std::__2::unique_ptr>\2c\20int\29\20const +4903:SkFontMgr::makeFromStream\28std::__2::unique_ptr>\2c\20SkFontArguments\20const&\29\20const +4904:SkFontMgr::legacyMakeTypeface\28char\20const*\2c\20SkFontStyle\29\20const +4905:SkFontDescriptor::SkFontStyleWidthForWidthAxisValue\28float\29 +4906:SkFontDescriptor::SkFontDescriptor\28\29 +4907:SkFont::setupForAsPaths\28SkPaint*\29 +4908:SkFont::setSkewX\28float\29 +4909:SkFont::setLinearMetrics\28bool\29 +4910:SkFont::setEmbolden\28bool\29 +4911:SkFont::operator==\28SkFont\20const&\29\20const +4912:SkFont::getPaths\28SkSpan\2c\20void\20\28*\29\28SkPath\20const*\2c\20SkMatrix\20const&\2c\20void*\29\2c\20void*\29\20const +4913:SkFlattenable::RegisterFlattenablesIfNeeded\28\29 +4914:SkFlattenable::PrivateInitializer::InitEffects\28\29 +4915:SkFlattenable::NameToFactory\28char\20const*\29 +4916:SkFlattenable::FactoryToName\28sk_sp\20\28*\29\28SkReadBuffer&\29\29 +4917:SkFindQuadExtrema\28float\2c\20float\2c\20float\2c\20float*\29 +4918:SkFindCubicExtrema\28float\2c\20float\2c\20float\2c\20float\2c\20float*\29 +4919:SkFactorySet::~SkFactorySet\28\29 +4920:SkEdgeClipper::clipQuad\28SkPoint\20const*\2c\20SkRect\20const&\29 +4921:SkEdgeClipper::ClipPath\28SkPathRaw\20const&\2c\20SkRect\20const&\2c\20bool\2c\20void\20\28*\29\28SkEdgeClipper*\2c\20bool\2c\20void*\29\2c\20void*\29 +4922:SkEdgeBuilder::buildEdges\28SkPathRaw\20const&\2c\20SkIRect\20const*\29 +4923:SkDynamicMemoryWStream::bytesWritten\28\29\20const +4924:SkDrawableList::newDrawableSnapshot\28\29 +4925:SkDrawShadowMetrics::GetSpotShadowTransform\28SkPoint3\20const&\2c\20float\2c\20SkMatrix\20const&\2c\20SkPoint3\20const&\2c\20SkRect\20const&\2c\20bool\2c\20SkMatrix*\2c\20float*\29 +4926:SkDrawShadowMetrics::GetLocalBounds\28SkPath\20const&\2c\20SkDrawShadowRec\20const&\2c\20SkMatrix\20const&\2c\20SkRect*\29 +4927:SkDiscretePathEffectImpl::flatten\28SkWriteBuffer&\29\20const +4928:SkDiscretePathEffect::Make\28float\2c\20float\2c\20unsigned\20int\29 +4929:SkDevice::getRelativeTransform\28SkDevice\20const&\29\20const +4930:SkDevice::drawShadow\28SkCanvas*\2c\20SkPath\20const&\2c\20SkDrawShadowRec\20const&\29 +4931:SkDevice::drawDrawable\28SkCanvas*\2c\20SkDrawable*\2c\20SkMatrix\20const*\29 +4932:SkDevice::drawDevice\28SkDevice*\2c\20SkSamplingOptions\20const&\2c\20SkPaint\20const&\29 +4933:SkDevice::drawArc\28SkArc\20const&\2c\20SkPaint\20const&\29 +4934:SkDescriptor::addEntry\28unsigned\20int\2c\20unsigned\20long\2c\20void\20const*\29 +4935:SkDeque::Iter::next\28\29 +4936:SkDeque::Iter::Iter\28SkDeque\20const&\2c\20SkDeque::Iter::IterStart\29 +4937:SkData::shareSubset\28unsigned\20long\2c\20unsigned\20long\29 +4938:SkDashPath::InternalFilter\28SkPathBuilder*\2c\20SkPath\20const&\2c\20SkStrokeRec*\2c\20SkRect\20const*\2c\20SkSpan\2c\20float\2c\20int\2c\20float\2c\20float\2c\20SkDashPath::StrokeRecApplication\29 +4939:SkDashPath::CalcDashParameters\28float\2c\20SkSpan\2c\20float*\2c\20unsigned\20long*\2c\20float*\2c\20float*\29 +4940:SkDRect::setBounds\28SkDQuad\20const&\2c\20SkDQuad\20const&\2c\20double\2c\20double\29 +4941:SkDRect::setBounds\28SkDCubic\20const&\2c\20SkDCubic\20const&\2c\20double\2c\20double\29 +4942:SkDRect::setBounds\28SkDConic\20const&\2c\20SkDConic\20const&\2c\20double\2c\20double\29 +4943:SkDQuad::subDivide\28double\2c\20double\29\20const +4944:SkDQuad::monotonicInY\28\29\20const +4945:SkDQuad::isLinear\28int\2c\20int\29\20const +4946:SkDQuad::hullIntersects\28SkDQuad\20const&\2c\20bool*\29\20const +4947:SkDPoint::approximatelyDEqual\28SkDPoint\20const&\29\20const +4948:SkDCurveSweep::setCurveHullSweep\28SkPath::Verb\29 +4949:SkDCurve::nearPoint\28SkPath::Verb\2c\20SkDPoint\20const&\2c\20SkDPoint\20const&\29\20const +4950:SkDCubic::monotonicInX\28\29\20const +4951:SkDCubic::hullIntersects\28SkDQuad\20const&\2c\20bool*\29\20const +4952:SkDCubic::hullIntersects\28SkDPoint\20const*\2c\20int\2c\20bool*\29\20const +4953:SkDConic::subDivide\28double\2c\20double\29\20const +4954:SkCubics::RootsReal\28double\2c\20double\2c\20double\2c\20double\2c\20double*\29 +4955:SkCubicEdge::nextSegment\28\29 +4956:SkCubicClipper::ChopMonoAtY\28SkPoint\20const*\2c\20float\2c\20float*\29 +4957:SkCreateRasterPipelineBlitter\28SkPixmap\20const&\2c\20SkPaint\20const&\2c\20SkRasterPipeline\20const&\2c\20bool\2c\20SkArenaAlloc*\2c\20sk_sp\29 +4958:SkCreateRasterPipelineBlitter\28SkPixmap\20const&\2c\20SkPaint\20const&\2c\20SkMatrix\20const&\2c\20SkArenaAlloc*\2c\20sk_sp\2c\20SkSurfaceProps\20const&\2c\20SkRect\20const&\29 +4959:SkCopyStreamToData\28SkStream*\29 +4960:SkContourMeasureIter::~SkContourMeasureIter\28\29 +4961:SkContourMeasureIter::SkContourMeasureIter\28SkPath\20const&\2c\20bool\2c\20float\29 +4962:SkContourMeasure::length\28\29\20const +4963:SkContourMeasure::getSegment\28float\2c\20float\2c\20SkPathBuilder*\2c\20bool\29\20const +4964:SkComputeRadialSteps\28SkPoint\20const&\2c\20SkPoint\20const&\2c\20float\2c\20float*\2c\20float*\2c\20int*\29 +4965:SkCompressedDataSize\28SkTextureCompressionType\2c\20SkISize\2c\20skia_private::TArray*\2c\20bool\29 +4966:SkColorTypeValidateAlphaType\28SkColorType\2c\20SkAlphaType\2c\20SkAlphaType*\29 +4967:SkColorToPMColor4f\28unsigned\20int\2c\20GrColorInfo\20const&\29 +4968:SkColorSpaceLuminance::Fetch\28float\29 +4969:SkColorSpace::toProfile\28skcms_ICCProfile*\29\20const +4970:SkColorSpace::makeLinearGamma\28\29\20const +4971:SkColorSpace::isSRGB\28\29\20const +4972:SkColorSpace::Make\28skcms_ICCProfile\20const&\29 +4973:SkColorMatrix_RGB2YUV\28SkYUVColorSpace\2c\20float*\29 +4974:SkColorInfo::makeColorSpace\28sk_sp\29\20const +4975:SkColorFilterShader::Make\28sk_sp\2c\20float\2c\20sk_sp\29 +4976:SkColor4fXformer::SkColor4fXformer\28SkGradientBaseShader\20const*\2c\20SkColorSpace*\2c\20bool\29 +4977:SkCoincidentSpans::extend\28SkOpPtT\20const*\2c\20SkOpPtT\20const*\2c\20SkOpPtT\20const*\2c\20SkOpPtT\20const*\29 +4978:SkCodec::outputScanline\28int\29\20const +4979:SkCodec::onGetYUVAPlanes\28SkYUVAPixmaps\20const&\29 +4980:SkCodec::initializeColorXform\28SkImageInfo\20const&\2c\20SkEncodedInfo::Alpha\2c\20bool\29 +4981:SkChopQuadAtMaxCurvature\28SkPoint\20const*\2c\20SkPoint*\29 +4982:SkChopQuadAtHalf\28SkPoint\20const*\2c\20SkPoint*\29 +4983:SkChopMonoCubicAtX\28SkPoint\20const*\2c\20float\2c\20SkPoint*\29 +4984:SkChopCubicAtInflections\28SkPoint\20const*\2c\20SkPoint*\29 +4985:SkCharToGlyphCache::findGlyphIndex\28int\29\20const +4986:SkCanvasPriv::WriteLattice\28void*\2c\20SkCanvas::Lattice\20const&\29 +4987:SkCanvasPriv::ReadLattice\28SkReadBuffer&\2c\20SkCanvas::Lattice*\29 +4988:SkCanvasPriv::GetDstClipAndMatrixCounts\28SkCanvas::ImageSetEntry\20const*\2c\20int\2c\20int*\2c\20int*\29 +4989:SkCanvas::~SkCanvas\28\29 +4990:SkCanvas::skew\28float\2c\20float\29 +4991:SkCanvas::setMatrix\28SkMatrix\20const&\29 +4992:SkCanvas::only_axis_aligned_saveBehind\28SkRect\20const*\29 +4993:SkCanvas::getDeviceClipBounds\28\29\20const +4994:SkCanvas::experimental_DrawEdgeAAQuad\28SkRect\20const&\2c\20SkPoint\20const*\2c\20SkCanvas::QuadAAFlags\2c\20SkRGBA4f<\28SkAlphaType\293>\20const&\2c\20SkBlendMode\29 +4995:SkCanvas::drawVertices\28sk_sp\20const&\2c\20SkBlendMode\2c\20SkPaint\20const&\29 +4996:SkCanvas::drawSlug\28sktext::gpu::Slug\20const*\2c\20SkPaint\20const&\29 +4997:SkCanvas::drawRegion\28SkRegion\20const&\2c\20SkPaint\20const&\29 +4998:SkCanvas::drawLine\28float\2c\20float\2c\20float\2c\20float\2c\20SkPaint\20const&\29 +4999:SkCanvas::drawImageNine\28SkImage\20const*\2c\20SkIRect\20const&\2c\20SkRect\20const&\2c\20SkFilterMode\2c\20SkPaint\20const*\29 +5000:SkCanvas::drawAnnotation\28SkRect\20const&\2c\20char\20const*\2c\20SkData*\29 +5001:SkCanvas::didTranslate\28float\2c\20float\29 +5002:SkCanvas::clipShader\28sk_sp\2c\20SkClipOp\29 +5003:SkCanvas::clipRegion\28SkRegion\20const&\2c\20SkClipOp\29 +5004:SkCanvas::ImageSetEntry::ImageSetEntry\28\29 +5005:SkCachedData::SkCachedData\28void*\2c\20unsigned\20long\29 +5006:SkCachedData::SkCachedData\28unsigned\20long\2c\20SkDiscardableMemory*\29 +5007:SkCTMShader::~SkCTMShader\28\29_4942 +5008:SkCTMShader::~SkCTMShader\28\29 +5009:SkCTMShader::isOpaque\28\29\20const +5010:SkBulkGlyphMetricsAndPaths::glyphs\28SkSpan\29 +5011:SkBmpStandardCodec::decodeIcoMask\28SkStream*\2c\20SkImageInfo\20const&\2c\20void*\2c\20unsigned\20long\29 +5012:SkBmpMaskCodec::onGetPixels\28SkImageInfo\20const&\2c\20void*\2c\20unsigned\20long\2c\20SkCodec::Options\20const&\2c\20int*\29 +5013:SkBmpDecoder::IsBmp\28void\20const*\2c\20unsigned\20long\29 +5014:SkBmpCodec::SkBmpCodec\28SkEncodedInfo&&\2c\20std::__2::unique_ptr>\2c\20unsigned\20short\2c\20SkCodec::SkScanlineOrder\29 +5015:SkBmpBaseCodec::SkBmpBaseCodec\28SkEncodedInfo&&\2c\20std::__2::unique_ptr>\2c\20unsigned\20short\2c\20SkCodec::SkScanlineOrder\29 +5016:SkBlurMask::ConvertRadiusToSigma\28float\29 +5017:SkBlurMask::ComputeBlurredScanline\28unsigned\20char*\2c\20unsigned\20char\20const*\2c\20unsigned\20int\2c\20float\29 +5018:SkBlurMask::BlurRect\28float\2c\20SkMaskBuilder*\2c\20SkRect\20const&\2c\20SkBlurStyle\2c\20SkIPoint*\2c\20SkMaskBuilder::CreateMode\29 +5019:SkBlitter::blitV\28int\2c\20int\2c\20int\2c\20unsigned\20char\29 +5020:SkBlitter::Choose\28SkPixmap\20const&\2c\20SkMatrix\20const&\2c\20SkPaint\20const&\2c\20SkArenaAlloc*\2c\20SkDrawCoverage\2c\20sk_sp\2c\20SkSurfaceProps\20const&\2c\20SkRect\20const&\29 +5021:SkBlitter::ChooseSprite\28SkPixmap\20const&\2c\20SkPaint\20const&\2c\20SkPixmap\20const&\2c\20int\2c\20int\2c\20SkArenaAlloc*\2c\20sk_sp\29 +5022:SkBlenderBase::asBlendMode\28\29\20const +5023:SkBlenderBase::affectsTransparentBlack\28\29\20const +5024:SkBitmapImageGetPixelRef\28SkImage\20const*\29 +5025:SkBitmapDevice::getRasterHandle\28\29\20const +5026:SkBitmapDevice::drawRect\28SkRect\20const&\2c\20SkPaint\20const&\29 +5027:SkBitmapDevice::BDDraw::~BDDraw\28\29 +5028:SkBitmapCache::Rec::install\28SkBitmap*\29 +5029:SkBitmapCache::Rec::diagnostic_only_getDiscardable\28\29\20const +5030:SkBitmapCache::Find\28SkBitmapCacheDesc\20const&\2c\20SkBitmap*\29 +5031:SkBitmapCache::Alloc\28SkBitmapCacheDesc\20const&\2c\20SkImageInfo\20const&\2c\20SkPixmap*\29 +5032:SkBitmapCache::Add\28std::__2::unique_ptr\2c\20SkBitmap*\29 +5033:SkBitmap::setAlphaType\28SkAlphaType\29 +5034:SkBitmap::reset\28\29 +5035:SkBitmap::makeShader\28SkTileMode\2c\20SkTileMode\2c\20SkSamplingOptions\20const&\2c\20SkMatrix\20const&\29\20const +5036:SkBitmap::eraseColor\28unsigned\20int\29\20const +5037:SkBitmap::allocPixels\28SkImageInfo\20const&\2c\20unsigned\20long\29::$_0::operator\28\29\28\29\20const +5038:SkBitmap::HeapAllocator::allocPixelRef\28SkBitmap*\29 +5039:SkBinaryWriteBuffer::writeFlattenable\28SkFlattenable\20const*\29 +5040:SkBinaryWriteBuffer::writeColor4f\28SkRGBA4f<\28SkAlphaType\293>\20const&\29 +5041:SkBigPicture::SkBigPicture\28SkRect\20const&\2c\20sk_sp\2c\20std::__2::unique_ptr>\2c\20sk_sp\2c\20unsigned\20long\29 +5042:SkBezierQuad::IntersectWithHorizontalLine\28SkSpan\2c\20float\2c\20float*\29 +5043:SkBezierCubic::IntersectWithHorizontalLine\28SkSpan\2c\20float\2c\20float*\29 +5044:SkBasicEdgeBuilder::~SkBasicEdgeBuilder\28\29 +5045:SkBasicEdgeBuilder::recoverClip\28SkIRect\20const&\29\20const +5046:SkBaseShadowTessellator::handleCubic\28SkMatrix\20const&\2c\20SkPoint*\29 +5047:SkBaseShadowTessellator::handleConic\28SkMatrix\20const&\2c\20SkPoint*\2c\20float\29 +5048:SkBaseShadowTessellator::finishPathPolygon\28\29 +5049:SkBaseShadowTessellator::computeConvexShadow\28float\2c\20float\2c\20bool\29 +5050:SkBaseShadowTessellator::computeConcaveShadow\28float\2c\20float\29 +5051:SkBaseShadowTessellator::clipUmbraPoint\28SkPoint\20const&\2c\20SkPoint\20const&\2c\20SkPoint*\29 +5052:SkBaseShadowTessellator::addInnerPoint\28SkPoint\20const&\2c\20unsigned\20int\2c\20SkTDArray\20const&\2c\20int*\29 +5053:SkBaseShadowTessellator::addEdge\28SkPoint\20const&\2c\20SkPoint\20const&\2c\20unsigned\20int\2c\20SkTDArray\20const&\2c\20bool\2c\20bool\29 +5054:SkBaseShadowTessellator::addArc\28SkPoint\20const&\2c\20float\2c\20bool\29 +5055:SkAutoCanvasMatrixPaint::~SkAutoCanvasMatrixPaint\28\29 +5056:SkAutoCanvasMatrixPaint::SkAutoCanvasMatrixPaint\28SkCanvas*\2c\20SkMatrix\20const*\2c\20SkPaint\20const*\2c\20SkRect\20const&\29 +5057:SkAndroidCodecAdapter::~SkAndroidCodecAdapter\28\29 +5058:SkAndroidCodec::~SkAndroidCodec\28\29 +5059:SkAndroidCodec::getAndroidPixels\28SkImageInfo\20const&\2c\20void*\2c\20unsigned\20long\2c\20SkAndroidCodec::AndroidOptions\20const*\29 +5060:SkAndroidCodec::SkAndroidCodec\28SkCodec*\29 +5061:SkAnalyticEdge::update\28int\29 +5062:SkAnalyticEdge::updateLine\28int\2c\20int\2c\20int\2c\20int\2c\20int\29 +5063:SkAnalyticEdge::setLine\28SkPoint\20const&\2c\20SkPoint\20const&\29 +5064:SkAAClip::operator=\28SkAAClip\20const&\29 +5065:SkAAClip::op\28SkIRect\20const&\2c\20SkClipOp\29 +5066:SkAAClip::Builder::flushRow\28bool\29 +5067:SkAAClip::Builder::finish\28SkAAClip*\29 +5068:SkAAClip::Builder::Blitter::~Blitter\28\29 +5069:SkAAClip::Builder::Blitter::blitAntiH\28int\2c\20int\2c\20unsigned\20char\20const*\2c\20short\20const*\29 +5070:Sk2DPathEffect::onFilterPath\28SkPathBuilder*\2c\20SkPath\20const&\2c\20SkStrokeRec*\2c\20SkRect\20const*\2c\20SkMatrix\20const&\29\20const +5071:Simplify\28SkPath\20const&\29 +5072:SimpleImageInfo*\20emscripten::internal::raw_constructor\28\29 +5073:SimpleFontStyle*\20emscripten::internal::MemberAccess::getWire\28SimpleFontStyle\20SimpleStrutStyle::*\20const&\2c\20SimpleStrutStyle&\29 +5074:Shift +5075:SharedGenerator::isTextureGenerator\28\29 +5076:RunBasedAdditiveBlitter::~RunBasedAdditiveBlitter\28\29_4165 +5077:RgnOper::addSpan\28int\2c\20int\20const*\2c\20int\20const*\29 +5078:ReadBase128 +5079:PorterDuffXferProcessor::onIsEqual\28GrXferProcessor\20const&\29\20const +5080:PathSegment::init\28\29 +5081:PathAddVerbsPointsWeights\28SkPath&\2c\20unsigned\20long\2c\20int\2c\20unsigned\20long\2c\20int\2c\20unsigned\20long\2c\20int\29 +5082:ParseSingleImage +5083:ParseHeadersInternal +5084:PS_Conv_ASCIIHexDecode +5085:Op\28SkPath\20const&\2c\20SkPath\20const&\2c\20SkPathOp\29 +5086:OpAsWinding::markReverse\28Contour*\2c\20Contour*\29 +5087:OpAsWinding::getDirection\28Contour&\29 +5088:OpAsWinding::checkContainerChildren\28Contour*\2c\20Contour*\29 +5089:OffsetEdge::computeCrossingDistance\28OffsetEdge\20const*\29 +5090:OT::sbix::accelerator_t::get_png_extents\28hb_font_t*\2c\20unsigned\20int\2c\20hb_glyph_extents_t*\2c\20bool\29\20const +5091:OT::sbix::accelerator_t::choose_strike\28hb_font_t*\29\20const +5092:OT::post_accelerator_t*\20hb_data_wrapper_t::call_create>\28\29\20const +5093:OT::hmtxvmtx::accelerator_t::get_advance_with_var_unscaled\28unsigned\20int\2c\20hb_font_t*\2c\20float*\29\20const +5094:OT::hmtx_accelerator_t*\20hb_data_wrapper_t::call_create>\28\29\20const +5095:OT::hb_ot_layout_lookup_accelerator_t*\20OT::hb_ot_layout_lookup_accelerator_t::create\28OT::Layout::GPOS_impl::PosLookup\20const&\29 +5096:OT::hb_ot_apply_context_t::replace_glyph\28unsigned\20int\29 +5097:OT::hb_kern_machine_t::kern\28hb_font_t*\2c\20hb_buffer_t*\2c\20unsigned\20int\2c\20bool\29\20const +5098:OT::hb_accelerate_subtables_context_t::return_t\20OT::Context::dispatch\28OT::hb_accelerate_subtables_context_t*\29\20const +5099:OT::hb_accelerate_subtables_context_t::return_t\20OT::ChainContext::dispatch\28OT::hb_accelerate_subtables_context_t*\29\20const +5100:OT::glyf_accelerator_t::get_extents_at\28hb_font_t*\2c\20unsigned\20int\2c\20hb_glyph_extents_t*\2c\20hb_array_t\29\20const +5101:OT::glyf_accelerator_t::get_advance_with_var_unscaled\28hb_font_t*\2c\20unsigned\20int\2c\20bool\29\20const +5102:OT::cmap::accelerator_t::get_variation_glyph\28unsigned\20int\2c\20unsigned\20int\2c\20unsigned\20int*\2c\20hb_cache_t<21u\2c\2016u\2c\208u\2c\20true>*\29\20const +5103:OT::cff2_accelerator_t*\20hb_data_wrapper_t::call_create>\28\29\20const +5104:OT::cff2::accelerator_templ_t>::~accelerator_templ_t\28\29 +5105:OT::cff1::lookup_expert_subset_charset_for_sid\28unsigned\20int\29 +5106:OT::cff1::lookup_expert_charset_for_sid\28unsigned\20int\29 +5107:OT::cff1::accelerator_templ_t>::~accelerator_templ_t\28\29 +5108:OT::TupleVariationData>::decompile_points\28OT::IntType\20const*&\2c\20hb_vector_t&\2c\20OT::IntType\20const*\29 +5109:OT::SBIXStrike::get_glyph_blob\28unsigned\20int\2c\20hb_blob_t*\2c\20unsigned\20int\2c\20int*\2c\20int*\2c\20unsigned\20int\2c\20unsigned\20int*\29\20const +5110:OT::RuleSet::apply\28OT::hb_ot_apply_context_t*\2c\20OT::ContextApplyLookupContext\20const&\29\20const +5111:OT::RecordListOf::sanitize\28hb_sanitize_context_t*\29\20const +5112:OT::RecordListOf::sanitize\28hb_sanitize_context_t*\29\20const +5113:OT::PaintTranslate::paint_glyph\28OT::hb_paint_context_t*\2c\20unsigned\20int\29\20const +5114:OT::PaintSkewAroundCenter::paint_glyph\28OT::hb_paint_context_t*\2c\20unsigned\20int\29\20const +5115:OT::PaintSkew::paint_glyph\28OT::hb_paint_context_t*\2c\20unsigned\20int\29\20const +5116:OT::PaintScaleUniformAroundCenter::paint_glyph\28OT::hb_paint_context_t*\2c\20unsigned\20int\29\20const +5117:OT::PaintScaleUniform::paint_glyph\28OT::hb_paint_context_t*\2c\20unsigned\20int\29\20const +5118:OT::PaintScaleAroundCenter::paint_glyph\28OT::hb_paint_context_t*\2c\20unsigned\20int\29\20const +5119:OT::PaintScale::paint_glyph\28OT::hb_paint_context_t*\2c\20unsigned\20int\29\20const +5120:OT::PaintRotateAroundCenter::paint_glyph\28OT::hb_paint_context_t*\2c\20unsigned\20int\29\20const +5121:OT::PaintLinearGradient::sanitize\28hb_sanitize_context_t*\29\20const +5122:OT::PaintLinearGradient::sanitize\28hb_sanitize_context_t*\29\20const +5123:OT::OpenTypeFontFile::get_face\28unsigned\20int\2c\20unsigned\20int*\29\20const +5124:OT::Lookup::serialize\28hb_serialize_context_t*\2c\20unsigned\20int\2c\20unsigned\20int\2c\20unsigned\20int\29 +5125:OT::Layout::propagate_attachment_offsets\28hb_glyph_position_t*\2c\20unsigned\20int\2c\20unsigned\20int\2c\20hb_direction_t\2c\20unsigned\20int\29 +5126:OT::Layout::GSUB_impl::MultipleSubstFormat1_2::sanitize\28hb_sanitize_context_t*\29\20const +5127:OT::Layout::GSUB_impl::LigatureSet::apply\28OT::hb_ot_apply_context_t*\29\20const +5128:OT::Layout::GSUB_impl::Ligature::apply\28OT::hb_ot_apply_context_t*\29\20const +5129:OT::Layout::GSUB::get_lookup\28unsigned\20int\29\20const +5130:OT::Layout::GPOS_impl::reverse_cursive_minor_offset\28hb_glyph_position_t*\2c\20unsigned\20int\2c\20hb_direction_t\2c\20unsigned\20int\29 +5131:OT::Layout::GPOS_impl::PairPosFormat2_4::_apply\28OT::hb_ot_apply_context_t*\2c\20bool\29\20const +5132:OT::Layout::GPOS_impl::PairPosFormat1_3::_apply\28OT::hb_ot_apply_context_t*\2c\20bool\29\20const +5133:OT::Layout::GPOS_impl::MarkRecord::sanitize\28hb_sanitize_context_t*\2c\20void\20const*\29\20const +5134:OT::Layout::GPOS_impl::MarkBasePosFormat1_2::sanitize\28hb_sanitize_context_t*\29\20const +5135:OT::Layout::GPOS_impl::AnchorMatrix::sanitize\28hb_sanitize_context_t*\2c\20unsigned\20int\29\20const +5136:OT::IndexSubtableRecord::get_image_data\28unsigned\20int\2c\20void\20const*\2c\20unsigned\20int*\2c\20unsigned\20int*\2c\20unsigned\20int*\29\20const +5137:OT::GSUBGPOS::accelerator_t::get_accel\28unsigned\20int\29\20const +5138:OT::FeatureVariations::sanitize\28hb_sanitize_context_t*\29\20const +5139:OT::FeatureParams::sanitize\28hb_sanitize_context_t*\2c\20unsigned\20int\29\20const +5140:OT::Feature::sanitize\28hb_sanitize_context_t*\2c\20OT::Record_sanitize_closure_t\20const*\29\20const +5141:OT::ContextFormat3::sanitize\28hb_sanitize_context_t*\29\20const +5142:OT::ContextFormat2_5::sanitize\28hb_sanitize_context_t*\29\20const +5143:OT::ContextFormat2_5::_apply\28OT::hb_ot_apply_context_t*\2c\20bool\29\20const +5144:OT::ContextFormat1_4::sanitize\28hb_sanitize_context_t*\29\20const +5145:OT::ConditionAnd::sanitize\28hb_sanitize_context_t*\29\20const +5146:OT::ColorLine::static_get_extend\28hb_color_line_t*\2c\20void*\2c\20void*\29 +5147:OT::CmapSubtableFormat4::accelerator_t::get_glyph\28unsigned\20int\2c\20unsigned\20int*\29\20const +5148:OT::ClassDef::get_class\28unsigned\20int\2c\20hb_cache_t<15u\2c\208u\2c\207u\2c\20true>*\29\20const +5149:OT::ChainRuleSet::sanitize\28hb_sanitize_context_t*\29\20const +5150:OT::ChainRuleSet::apply\28OT::hb_ot_apply_context_t*\2c\20OT::ChainContextApplyLookupContext\20const&\29\20const +5151:OT::ChainContextFormat3::sanitize\28hb_sanitize_context_t*\29\20const +5152:OT::ChainContextFormat2_5::sanitize\28hb_sanitize_context_t*\29\20const +5153:OT::ChainContextFormat2_5::_apply\28OT::hb_ot_apply_context_t*\2c\20bool\29\20const +5154:OT::ChainContextFormat1_4::sanitize\28hb_sanitize_context_t*\29\20const +5155:OT::COLR_accelerator_t*\20hb_data_wrapper_t::call_create>\28\29\20const +5156:OT::COLR::accelerator_t::~accelerator_t\28\29 +5157:OT::CBDT_accelerator_t*\20hb_data_wrapper_t::call_create>\28\29\20const +5158:OT::CBDT::accelerator_t::get_extents\28hb_font_t*\2c\20unsigned\20int\2c\20hb_glyph_extents_t*\2c\20bool\29\20const +5159:OT::Affine2x3::paint_glyph\28OT::hb_paint_context_t*\2c\20unsigned\20int\29\20const +5160:MakeOnScreenGLSurface\28sk_sp\2c\20int\2c\20int\2c\20sk_sp\2c\20int\2c\20int\29 +5161:Load_SBit_Png +5162:LineCubicIntersections::intersectRay\28double*\29 +5163:LineCubicIntersections::VerticalIntersect\28SkDCubic\20const&\2c\20double\2c\20double*\29 +5164:LineCubicIntersections::HorizontalIntersect\28SkDCubic\20const&\2c\20double\2c\20double*\29 +5165:Launch +5166:JpegDecoderMgr::returnFailure\28char\20const*\2c\20SkCodec::Result\29 +5167:JpegDecoderMgr::getEncodedColor\28SkEncodedInfo::Color*\29 +5168:JSObjectFromLineMetrics\28skia::textlayout::LineMetrics&\29 +5169:JSObjectFromGlyphInfo\28skia::textlayout::Paragraph::GlyphInfo&\29 +5170:Ins_DELTAP +5171:HandleCoincidence\28SkOpContourHead*\2c\20SkOpCoincidence*\29 +5172:GrWritePixelsTask::~GrWritePixelsTask\28\29 +5173:GrWaitRenderTask::~GrWaitRenderTask\28\29 +5174:GrVertexBufferAllocPool::makeSpace\28unsigned\20long\2c\20int\2c\20sk_sp*\2c\20int*\29 +5175:GrVertexBufferAllocPool::makeSpaceAtLeast\28unsigned\20long\2c\20int\2c\20int\2c\20sk_sp*\2c\20int*\2c\20int*\29 +5176:GrTriangulator::polysToTriangles\28GrTriangulator::Poly*\2c\20SkPathFillType\2c\20skgpu::VertexWriter\29\20const +5177:GrTriangulator::polysToTriangles\28GrTriangulator::Poly*\2c\20GrEagerVertexAllocator*\29\20const +5178:GrTriangulator::mergeEdgesBelow\28GrTriangulator::Edge*\2c\20GrTriangulator::Edge*\2c\20GrTriangulator::EdgeList*\2c\20GrTriangulator::Vertex**\2c\20GrTriangulator::Comparator\20const&\29\20const +5179:GrTriangulator::mergeEdgesAbove\28GrTriangulator::Edge*\2c\20GrTriangulator::Edge*\2c\20GrTriangulator::EdgeList*\2c\20GrTriangulator::Vertex**\2c\20GrTriangulator::Comparator\20const&\29\20const +5180:GrTriangulator::makeSortedVertex\28SkPoint\20const&\2c\20unsigned\20char\2c\20GrTriangulator::VertexList*\2c\20GrTriangulator::Vertex*\2c\20GrTriangulator::Comparator\20const&\29\20const +5181:GrTriangulator::makeEdge\28GrTriangulator::Vertex*\2c\20GrTriangulator::Vertex*\2c\20GrTriangulator::EdgeType\2c\20GrTriangulator::Comparator\20const&\29 +5182:GrTriangulator::computeBisector\28GrTriangulator::Edge*\2c\20GrTriangulator::Edge*\2c\20GrTriangulator::Vertex*\29\20const +5183:GrTriangulator::appendQuadraticToContour\28SkPoint\20const*\2c\20float\2c\20GrTriangulator::VertexList*\29\20const +5184:GrTriangulator::SortMesh\28GrTriangulator::VertexList*\2c\20GrTriangulator::Comparator\20const&\29 +5185:GrTriangulator::FindEnclosingEdges\28GrTriangulator::Vertex\20const&\2c\20GrTriangulator::EdgeList\20const&\2c\20GrTriangulator::Edge**\2c\20GrTriangulator::Edge**\29 +5186:GrTransferFromRenderTask::~GrTransferFromRenderTask\28\29 +5187:GrThreadSafeCache::findVertsWithData\28skgpu::UniqueKey\20const&\29 +5188:GrThreadSafeCache::addVertsWithData\28skgpu::UniqueKey\20const&\2c\20sk_sp\2c\20bool\20\28*\29\28SkData*\2c\20SkData*\29\29 +5189:GrThreadSafeCache::Entry::set\28skgpu::UniqueKey\20const&\2c\20sk_sp\29 +5190:GrThreadSafeCache::CreateLazyView\28GrDirectContext*\2c\20GrColorType\2c\20SkISize\2c\20GrSurfaceOrigin\2c\20SkBackingFit\29 +5191:GrTextureResolveRenderTask::~GrTextureResolveRenderTask\28\29 +5192:GrTextureRenderTargetProxy::GrTextureRenderTargetProxy\28sk_sp\2c\20GrSurfaceProxy::UseAllocator\2c\20GrDDLProvider\29 +5193:GrTextureRenderTargetProxy::GrTextureRenderTargetProxy\28GrCaps\20const&\2c\20std::__2::function&&\2c\20GrBackendFormat\20const&\2c\20SkISize\2c\20int\2c\20skgpu::Mipmapped\2c\20GrMipmapStatus\2c\20SkBackingFit\2c\20skgpu::Budgeted\2c\20skgpu::Protected\2c\20GrInternalSurfaceFlags\2c\20GrSurfaceProxy::UseAllocator\2c\20GrDDLProvider\2c\20std::__2::basic_string_view>\29 +5194:GrTextureProxyPriv::setDeferredUploader\28std::__2::unique_ptr>\29 +5195:GrTextureProxy::setUniqueKey\28GrProxyProvider*\2c\20skgpu::UniqueKey\20const&\29 +5196:GrTextureProxy::ProxiesAreCompatibleAsDynamicState\28GrSurfaceProxy\20const*\2c\20GrSurfaceProxy\20const*\29 +5197:GrTextureProxy::GrTextureProxy\28sk_sp\2c\20GrSurfaceProxy::UseAllocator\2c\20GrDDLProvider\29_9963 +5198:GrTextureEffect::Sampling::Sampling\28GrSurfaceProxy\20const&\2c\20GrSamplerState\2c\20SkRect\20const&\2c\20SkRect\20const*\2c\20float\20const*\2c\20bool\2c\20GrCaps\20const&\2c\20SkPoint\29::$_1::operator\28\29\28int\2c\20GrSamplerState::WrapMode\2c\20GrTextureEffect::Sampling::Sampling\28GrSurfaceProxy\20const&\2c\20GrSamplerState\2c\20SkRect\20const&\2c\20SkRect\20const*\2c\20float\20const*\2c\20bool\2c\20GrCaps\20const&\2c\20SkPoint\29::Span\2c\20GrTextureEffect::Sampling::Sampling\28GrSurfaceProxy\20const&\2c\20GrSamplerState\2c\20SkRect\20const&\2c\20SkRect\20const*\2c\20float\20const*\2c\20bool\2c\20GrCaps\20const&\2c\20SkPoint\29::Span\2c\20float\29\20const +5199:GrTextureEffect::Impl::emitCode\28GrFragmentProcessor::ProgramImpl::EmitArgs&\29::$_2::operator\28\29\28GrTextureEffect::ShaderMode\2c\20char\20const*\2c\20char\20const*\2c\20char\20const*\2c\20char\20const*\2c\20char\20const*\29\20const +5200:GrTexture::markMipmapsDirty\28\29 +5201:GrTexture::computeScratchKey\28skgpu::ScratchKey*\29\20const +5202:GrTDeferredProxyUploader>::~GrTDeferredProxyUploader\28\29 +5203:GrSurfaceProxyPriv::exactify\28\29 +5204:GrSurfaceProxy::GrSurfaceProxy\28GrBackendFormat\20const&\2c\20SkISize\2c\20SkBackingFit\2c\20skgpu::Budgeted\2c\20skgpu::Protected\2c\20GrInternalSurfaceFlags\2c\20GrSurfaceProxy::UseAllocator\2c\20std::__2::basic_string_view>\29 +5205:GrStyledShape::setInheritedKey\28GrStyledShape\20const&\2c\20GrStyle::Apply\2c\20float\29 +5206:GrStyledShape::asRRect\28SkRRect*\2c\20bool*\29\20const +5207:GrStyledShape::GrStyledShape\28SkPath\20const&\2c\20SkPaint\20const&\2c\20GrStyledShape::DoSimplify\29 +5208:GrStyle::~GrStyle\28\29 +5209:GrStyle::applyToPath\28SkPath*\2c\20SkStrokeRec::InitStyle*\2c\20SkPath\20const&\2c\20float\29\20const +5210:GrStyle::applyPathEffect\28SkPath*\2c\20SkStrokeRec*\2c\20SkPath\20const&\29\20const +5211:GrStencilSettings::SetClipBitSettings\28bool\29 +5212:GrStagingBufferManager::detachBuffers\28\29 +5213:GrSkSLFP::Impl::emitCode\28GrFragmentProcessor::ProgramImpl::EmitArgs&\29::FPCallbacks::defineStruct\28char\20const*\29 +5214:GrShape::simplify\28unsigned\20int\29 +5215:GrShape::setRect\28SkRect\20const&\29 +5216:GrShape::conservativeContains\28SkRect\20const&\29\20const +5217:GrShape::closed\28\29\20const +5218:GrSWMaskHelper::toTextureView\28GrRecordingContext*\2c\20SkBackingFit\29 +5219:GrSWMaskHelper::drawShape\28GrStyledShape\20const&\2c\20SkMatrix\20const&\2c\20GrAA\2c\20unsigned\20char\29 +5220:GrSWMaskHelper::drawShape\28GrShape\20const&\2c\20SkMatrix\20const&\2c\20GrAA\2c\20unsigned\20char\29 +5221:GrResourceProvider::writePixels\28sk_sp\2c\20GrColorType\2c\20SkISize\2c\20GrMipLevel\20const*\2c\20int\29\20const +5222:GrResourceProvider::wrapBackendSemaphore\28GrBackendSemaphore\20const&\2c\20GrSemaphoreWrapType\2c\20GrWrapOwnership\29 +5223:GrResourceProvider::prepareLevels\28GrBackendFormat\20const&\2c\20GrColorType\2c\20SkISize\2c\20GrMipLevel\20const*\2c\20int\2c\20skia_private::AutoSTArray<14\2c\20GrMipLevel>*\2c\20skia_private::AutoSTArray<14\2c\20std::__2::unique_ptr>>*\29\20const +5224:GrResourceProvider::getExactScratch\28SkISize\2c\20GrBackendFormat\20const&\2c\20GrTextureType\2c\20skgpu::Renderable\2c\20int\2c\20skgpu::Budgeted\2c\20skgpu::Mipmapped\2c\20skgpu::Protected\2c\20std::__2::basic_string_view>\29 +5225:GrResourceProvider::createTexture\28SkISize\2c\20GrBackendFormat\20const&\2c\20GrTextureType\2c\20skgpu::Renderable\2c\20int\2c\20skgpu::Mipmapped\2c\20skgpu::Budgeted\2c\20skgpu::Protected\2c\20std::__2::basic_string_view>\29 +5226:GrResourceProvider::createTexture\28SkISize\2c\20GrBackendFormat\20const&\2c\20GrTextureType\2c\20GrColorType\2c\20skgpu::Renderable\2c\20int\2c\20skgpu::Budgeted\2c\20skgpu::Mipmapped\2c\20skgpu::Protected\2c\20GrMipLevel\20const*\2c\20std::__2::basic_string_view>\29 +5227:GrResourceProvider::createApproxTexture\28SkISize\2c\20GrBackendFormat\20const&\2c\20GrTextureType\2c\20skgpu::Renderable\2c\20int\2c\20skgpu::Protected\2c\20std::__2::basic_string_view>\29 +5228:GrResourceCache::~GrResourceCache\28\29 +5229:GrResourceCache::removeResource\28GrGpuResource*\29 +5230:GrResourceCache::processFreedGpuResources\28\29 +5231:GrResourceCache::insertResource\28GrGpuResource*\29 +5232:GrResourceCache::didChangeBudgetStatus\28GrGpuResource*\29 +5233:GrResourceAllocator::~GrResourceAllocator\28\29 +5234:GrResourceAllocator::planAssignment\28\29 +5235:GrResourceAllocator::expire\28unsigned\20int\29 +5236:GrRenderTask::makeSkippable\28\29 +5237:GrRenderTask::isInstantiated\28\29\20const +5238:GrRenderTarget::GrRenderTarget\28GrGpu*\2c\20SkISize\20const&\2c\20int\2c\20skgpu::Protected\2c\20std::__2::basic_string_view>\2c\20sk_sp\29 +5239:GrRecordingContext::init\28\29 +5240:GrRRectEffect::Make\28std::__2::unique_ptr>\2c\20GrClipEdgeType\2c\20SkRRect\20const&\2c\20GrShaderCaps\20const&\29 +5241:GrQuadUtils::TessellationHelper::reset\28GrQuad\20const&\2c\20GrQuad\20const*\29 +5242:GrQuadUtils::TessellationHelper::outset\28skvx::Vec<4\2c\20float>\20const&\2c\20GrQuad*\2c\20GrQuad*\29 +5243:GrQuadUtils::TessellationHelper::adjustDegenerateVertices\28skvx::Vec<4\2c\20float>\20const&\2c\20GrQuadUtils::TessellationHelper::Vertices*\29 +5244:GrQuadUtils::TessellationHelper::OutsetRequest::reset\28GrQuadUtils::TessellationHelper::EdgeVectors\20const&\2c\20GrQuad::Type\2c\20skvx::Vec<4\2c\20float>\20const&\29 +5245:GrQuadUtils::TessellationHelper::EdgeVectors::reset\28skvx::Vec<4\2c\20float>\20const&\2c\20skvx::Vec<4\2c\20float>\20const&\2c\20skvx::Vec<4\2c\20float>\20const&\2c\20GrQuad::Type\29 +5246:GrQuadUtils::ClipToW0\28DrawQuad*\2c\20DrawQuad*\29 +5247:GrQuad::bounds\28\29\20const +5248:GrProxyProvider::~GrProxyProvider\28\29 +5249:GrProxyProvider::wrapBackendTexture\28GrBackendTexture\20const&\2c\20GrWrapOwnership\2c\20GrWrapCacheable\2c\20GrIOType\2c\20sk_sp\29 +5250:GrProxyProvider::removeUniqueKeyFromProxy\28GrTextureProxy*\29 +5251:GrProxyProvider::createLazyProxy\28std::__2::function&&\2c\20GrBackendFormat\20const&\2c\20SkISize\2c\20skgpu::Mipmapped\2c\20GrMipmapStatus\2c\20GrInternalSurfaceFlags\2c\20SkBackingFit\2c\20skgpu::Budgeted\2c\20skgpu::Protected\2c\20GrSurfaceProxy::UseAllocator\2c\20std::__2::basic_string_view>\29 +5252:GrProxyProvider::contextID\28\29\20const +5253:GrProxyProvider::adoptUniqueKeyFromSurface\28GrTextureProxy*\2c\20GrSurface\20const*\29 +5254:GrPixmapBase::clip\28SkISize\2c\20SkIPoint*\29 +5255:GrPixmap::GrPixmap\28GrImageInfo\2c\20sk_sp\2c\20unsigned\20long\29 +5256:GrPipeline::GrPipeline\28GrPipeline::InitArgs\20const&\2c\20sk_sp\2c\20GrAppliedHardClip\20const&\29 +5257:GrPersistentCacheUtils::GetType\28SkReadBuffer*\29 +5258:GrPathUtils::QuadUVMatrix::set\28SkPoint\20const*\29 +5259:GrPathTessellationShader::MakeStencilOnlyPipeline\28GrTessellationShader::ProgramArgs\20const&\2c\20GrAAType\2c\20GrAppliedHardClip\20const&\2c\20GrPipeline::InputFlags\29 +5260:GrPaint::setCoverageSetOpXPFactory\28SkRegion::Op\2c\20bool\29 +5261:GrOvalOpFactory::MakeOvalOp\28GrRecordingContext*\2c\20GrPaint&&\2c\20SkMatrix\20const&\2c\20SkRect\20const&\2c\20GrStyle\20const&\2c\20GrShaderCaps\20const*\29 +5262:GrOpsRenderPass::drawIndexed\28int\2c\20int\2c\20unsigned\20short\2c\20unsigned\20short\2c\20int\29 +5263:GrOpsRenderPass::drawIndexedInstanced\28int\2c\20int\2c\20int\2c\20int\2c\20int\29 +5264:GrOpsRenderPass::drawIndexPattern\28int\2c\20int\2c\20int\2c\20int\2c\20int\29 +5265:GrOpFlushState::reset\28\29 +5266:GrOpFlushState::executeDrawsAndUploadsForMeshDrawOp\28GrOp\20const*\2c\20SkRect\20const&\2c\20GrPipeline\20const*\2c\20GrUserStencilSettings\20const*\29 +5267:GrOpFlushState::addASAPUpload\28std::__2::function&\29>&&\29 +5268:GrOp::onCombineIfPossible\28GrOp*\2c\20SkArenaAlloc*\2c\20GrCaps\20const&\29 +5269:GrOp::combineIfPossible\28GrOp*\2c\20SkArenaAlloc*\2c\20GrCaps\20const&\29 +5270:GrOnFlushResourceProvider::instantiateProxy\28GrSurfaceProxy*\29 +5271:GrMeshDrawTarget::allocMesh\28\29 +5272:GrMeshDrawOp::PatternHelper::init\28GrMeshDrawTarget*\2c\20GrPrimitiveType\2c\20unsigned\20long\2c\20sk_sp\2c\20int\2c\20int\2c\20int\2c\20int\29 +5273:GrMeshDrawOp::CombinedQuadCountWillOverflow\28GrAAType\2c\20bool\2c\20int\29 +5274:GrMemoryPool::allocate\28unsigned\20long\29 +5275:GrMakeUniqueKeyInvalidationListener\28skgpu::UniqueKey*\2c\20unsigned\20int\29::Listener::changed\28\29 +5276:GrIndexBufferAllocPool::makeSpace\28int\2c\20sk_sp*\2c\20int*\29 +5277:GrIndexBufferAllocPool::makeSpaceAtLeast\28int\2c\20int\2c\20sk_sp*\2c\20int*\2c\20int*\29 +5278:GrImageInfo::refColorSpace\28\29\20const +5279:GrImageInfo::minRowBytes\28\29\20const +5280:GrImageInfo::makeDimensions\28SkISize\29\20const +5281:GrImageInfo::bpp\28\29\20const +5282:GrImageInfo::GrImageInfo\28GrColorType\2c\20SkAlphaType\2c\20sk_sp\2c\20int\2c\20int\29 +5283:GrImageContext::abandonContext\28\29 +5284:GrGpuResource::removeUniqueKey\28\29 +5285:GrGpuResource::makeBudgeted\28\29 +5286:GrGpuResource::getResourceName\28\29\20const +5287:GrGpuResource::abandon\28\29 +5288:GrGpuResource::CreateUniqueID\28\29 +5289:GrGpu::~GrGpu\28\29 +5290:GrGpu::regenerateMipMapLevels\28GrTexture*\29 +5291:GrGpu::createTexture\28SkISize\2c\20GrBackendFormat\20const&\2c\20GrTextureType\2c\20skgpu::Renderable\2c\20int\2c\20skgpu::Mipmapped\2c\20skgpu::Budgeted\2c\20skgpu::Protected\2c\20std::__2::basic_string_view>\29 +5292:GrGpu::createTextureCommon\28SkISize\2c\20GrBackendFormat\20const&\2c\20GrTextureType\2c\20skgpu::Renderable\2c\20int\2c\20skgpu::Budgeted\2c\20skgpu::Protected\2c\20int\2c\20unsigned\20int\2c\20std::__2::basic_string_view>\29 +5293:GrGeometryProcessor::AttributeSet::addToKey\28skgpu::KeyBuilder*\29\20const +5294:GrGLVertexArray::invalidateCachedState\28\29 +5295:GrGLTextureParameters::invalidate\28\29 +5296:GrGLTexture::MakeWrapped\28GrGLGpu*\2c\20GrMipmapStatus\2c\20GrGLTexture::Desc\20const&\2c\20sk_sp\2c\20GrWrapCacheable\2c\20GrIOType\2c\20std::__2::basic_string_view>\29 +5297:GrGLTexture::GrGLTexture\28GrGLGpu*\2c\20skgpu::Budgeted\2c\20GrGLTexture::Desc\20const&\2c\20GrMipmapStatus\2c\20std::__2::basic_string_view>\29 +5298:GrGLTexture::GrGLTexture\28GrGLGpu*\2c\20GrGLTexture::Desc\20const&\2c\20sk_sp\2c\20GrMipmapStatus\2c\20std::__2::basic_string_view>\29 +5299:GrGLSLVaryingHandler::getFragDecls\28SkString*\2c\20SkString*\29\20const +5300:GrGLSLVaryingHandler::addAttribute\28GrShaderVar\20const&\29 +5301:GrGLSLUniformHandler::liftUniformToVertexShader\28GrProcessor\20const&\2c\20SkString\29 +5302:GrGLSLShaderBuilder::finalize\28unsigned\20int\29 +5303:GrGLSLShaderBuilder::emitFunction\28char\20const*\2c\20char\20const*\29 +5304:GrGLSLShaderBuilder::emitFunctionPrototype\28char\20const*\29 +5305:GrGLSLShaderBuilder::appendTextureLookupAndBlend\28char\20const*\2c\20SkBlendMode\2c\20GrResourceHandle\2c\20char\20const*\2c\20GrGLSLColorSpaceXformHelper*\29 +5306:GrGLSLShaderBuilder::appendColorGamutXform\28SkString*\2c\20char\20const*\2c\20GrGLSLColorSpaceXformHelper*\29::$_1::operator\28\29\28char\20const*\2c\20GrResourceHandle\29\20const +5307:GrGLSLShaderBuilder::appendColorGamutXform\28SkString*\2c\20char\20const*\2c\20GrGLSLColorSpaceXformHelper*\29::$_0::operator\28\29\28char\20const*\2c\20GrResourceHandle\2c\20skcms_TFType\29\20const +5308:GrGLSLShaderBuilder::addLayoutQualifier\28char\20const*\2c\20GrGLSLShaderBuilder::InterfaceQualifier\29 +5309:GrGLSLShaderBuilder::GrGLSLShaderBuilder\28GrGLSLProgramBuilder*\29 +5310:GrGLSLProgramDataManager::setRuntimeEffectUniforms\28SkSpan\2c\20SkSpan\20const>\2c\20SkSpan\2c\20void\20const*\29\20const +5311:GrGLSLProgramBuilder::~GrGLSLProgramBuilder\28\29 +5312:GrGLSLBlend::SetBlendModeUniformData\28GrGLSLProgramDataManager\20const&\2c\20GrResourceHandle\2c\20SkBlendMode\29 +5313:GrGLSLBlend::BlendExpression\28GrProcessor\20const*\2c\20GrGLSLUniformHandler*\2c\20GrResourceHandle*\2c\20char\20const*\2c\20char\20const*\2c\20SkBlendMode\29 +5314:GrGLRenderTarget::GrGLRenderTarget\28GrGLGpu*\2c\20SkISize\20const&\2c\20GrGLFormat\2c\20int\2c\20GrGLRenderTarget::IDs\20const&\2c\20skgpu::Protected\2c\20std::__2::basic_string_view>\29 +5315:GrGLProgramDataManager::set4fv\28GrResourceHandle\2c\20int\2c\20float\20const*\29\20const +5316:GrGLProgramDataManager::set2fv\28GrResourceHandle\2c\20int\2c\20float\20const*\29\20const +5317:GrGLProgramBuilder::uniformHandler\28\29 +5318:GrGLProgramBuilder::PrecompileProgram\28GrDirectContext*\2c\20GrGLPrecompiledProgram*\2c\20SkData\20const&\29::$_0::operator\28\29\28SkSL::ProgramKind\2c\20std::__2::basic_string\2c\20std::__2::allocator>\20const&\2c\20unsigned\20int\29\20const +5319:GrGLProgramBuilder::CreateProgram\28GrDirectContext*\2c\20GrProgramDesc\20const&\2c\20GrProgramInfo\20const&\2c\20GrGLPrecompiledProgram\20const*\29 +5320:GrGLProgram::~GrGLProgram\28\29 +5321:GrGLMakeAssembledWebGLInterface\28void*\2c\20void\20\28*\20\28*\29\28void*\2c\20char\20const*\29\29\28\29\29 +5322:GrGLGpu::~GrGLGpu\28\29 +5323:GrGLGpu::uploadTexData\28SkISize\2c\20unsigned\20int\2c\20SkIRect\2c\20unsigned\20int\2c\20unsigned\20int\2c\20unsigned\20long\2c\20GrMipLevel\20const*\2c\20int\29 +5324:GrGLGpu::uploadCompressedTexData\28SkTextureCompressionType\2c\20GrGLFormat\2c\20SkISize\2c\20skgpu::Mipmapped\2c\20unsigned\20int\2c\20void\20const*\2c\20unsigned\20long\29 +5325:GrGLGpu::uploadColorToTex\28GrGLFormat\2c\20SkISize\2c\20unsigned\20int\2c\20std::__2::array\2c\20unsigned\20int\29 +5326:GrGLGpu::readOrTransferPixelsFrom\28GrSurface*\2c\20SkIRect\2c\20GrColorType\2c\20GrColorType\2c\20void*\2c\20int\29 +5327:GrGLGpu::getTimerQueryResult\28unsigned\20int\29 +5328:GrGLGpu::getCompatibleStencilIndex\28GrGLFormat\29 +5329:GrGLGpu::createRenderTargetObjects\28GrGLTexture::Desc\20const&\2c\20int\2c\20GrGLRenderTarget::IDs*\29 +5330:GrGLGpu::createCompressedTexture2D\28SkISize\2c\20SkTextureCompressionType\2c\20GrGLFormat\2c\20skgpu::Mipmapped\2c\20skgpu::Protected\2c\20GrGLTextureParameters::SamplerOverriddenState*\29 +5331:GrGLGpu::bindFramebuffer\28unsigned\20int\2c\20unsigned\20int\29 +5332:GrGLGpu::ProgramCache::reset\28\29 +5333:GrGLGpu::ProgramCache::findOrCreateProgramImpl\28GrDirectContext*\2c\20GrProgramDesc\20const&\2c\20GrProgramInfo\20const&\2c\20GrThreadSafePipelineBuilder::Stats::ProgramCacheResult*\29 +5334:GrGLFunction::GrGLFunction\28void\20\28*\29\28unsigned\20int\2c\20int\2c\20int\2c\20int\2c\20int\2c\20int\2c\20unsigned\20int\2c\20unsigned\20int\2c\20void\20const*\29\29::'lambda'\28void\20const*\2c\20unsigned\20int\2c\20int\2c\20int\2c\20int\2c\20int\2c\20int\2c\20unsigned\20int\2c\20unsigned\20int\2c\20void\20const*\29::__invoke\28void\20const*\2c\20unsigned\20int\2c\20int\2c\20int\2c\20int\2c\20int\2c\20int\2c\20unsigned\20int\2c\20unsigned\20int\2c\20void\20const*\29 +5335:GrGLFunction::GrGLFunction\28void\20\28*\29\28int\2c\20float\29\29::'lambda'\28void\20const*\2c\20int\2c\20float\29::__invoke\28void\20const*\2c\20int\2c\20float\29 +5336:GrGLFormatIsCompressed\28GrGLFormat\29 +5337:GrGLFinishCallbacks::check\28\29 +5338:GrGLContext::~GrGLContext\28\29_12174 +5339:GrGLContext::~GrGLContext\28\29 +5340:GrGLCaps::~GrGLCaps\28\29 +5341:GrGLCaps::getTexSubImageExternalFormatAndType\28GrGLFormat\2c\20GrColorType\2c\20GrColorType\2c\20unsigned\20int*\2c\20unsigned\20int*\29\20const +5342:GrGLCaps::getTexSubImageDefaultFormatTypeAndColorType\28GrGLFormat\2c\20unsigned\20int*\2c\20unsigned\20int*\2c\20GrColorType*\29\20const +5343:GrGLCaps::getRenderTargetSampleCount\28int\2c\20GrGLFormat\29\20const +5344:GrGLCaps::formatSupportsTexStorage\28GrGLFormat\29\20const +5345:GrGLCaps::canCopyAsDraw\28GrGLFormat\2c\20bool\2c\20bool\29\20const +5346:GrGLCaps::canCopyAsBlit\28GrGLFormat\2c\20int\2c\20GrTextureType\20const*\2c\20GrGLFormat\2c\20int\2c\20GrTextureType\20const*\2c\20SkRect\20const&\2c\20bool\2c\20SkIRect\20const&\2c\20SkIRect\20const&\29\20const +5347:GrFragmentProcessor::~GrFragmentProcessor\28\29 +5348:GrFragmentProcessor::SwizzleOutput\28std::__2::unique_ptr>\2c\20skgpu::Swizzle\20const&\29::SwizzleFragmentProcessor::Make\28std::__2::unique_ptr>\2c\20skgpu::Swizzle\20const&\29 +5349:GrFragmentProcessor::ProgramImpl::setData\28GrGLSLProgramDataManager\20const&\2c\20GrFragmentProcessor\20const&\29 +5350:GrFragmentProcessor::HighPrecision\28std::__2::unique_ptr>\29::HighPrecisionFragmentProcessor::Make\28std::__2::unique_ptr>\29 +5351:GrFragmentProcessor::Compose\28std::__2::unique_ptr>\2c\20std::__2::unique_ptr>\29::ComposeProcessor::Make\28std::__2::unique_ptr>\2c\20std::__2::unique_ptr>\29 +5352:GrFragmentProcessor::ClampOutput\28std::__2::unique_ptr>\29 +5353:GrFixedClip::preApply\28SkRect\20const&\2c\20GrAA\29\20const +5354:GrFixedClip::getConservativeBounds\28\29\20const +5355:GrFixedClip::apply\28GrAppliedHardClip*\2c\20SkIRect*\29\20const +5356:GrExternalTextureGenerator::GrExternalTextureGenerator\28SkImageInfo\20const&\29 +5357:GrEagerDynamicVertexAllocator::unlock\28int\29 +5358:GrDynamicAtlas::readView\28GrCaps\20const&\29\20const +5359:GrDrawingManager::getLastRenderTask\28GrSurfaceProxy\20const*\29\20const +5360:GrDrawOpAtlasConfig::atlasDimensions\28skgpu::MaskFormat\29\20const +5361:GrDrawOpAtlasConfig::GrDrawOpAtlasConfig\28int\2c\20unsigned\20long\29 +5362:GrDrawOpAtlas::addToAtlas\28GrResourceProvider*\2c\20GrDeferredUploadTarget*\2c\20int\2c\20int\2c\20void\20const*\2c\20skgpu::AtlasLocator*\29 +5363:GrDrawOpAtlas::Make\28GrProxyProvider*\2c\20GrBackendFormat\20const&\2c\20SkColorType\2c\20unsigned\20long\2c\20int\2c\20int\2c\20int\2c\20int\2c\20skgpu::AtlasGenerationCounter*\2c\20GrDrawOpAtlas::AllowMultitexturing\2c\20skgpu::PlotEvictionCallback*\2c\20std::__2::basic_string_view>\29 +5364:GrDistanceFieldA8TextGeoProc::onTextureSampler\28int\29\20const +5365:GrDistanceFieldA8TextGeoProc::addNewViews\28GrSurfaceProxyView\20const*\2c\20int\2c\20GrSamplerState\29 +5366:GrDisableColorXPFactory::MakeXferProcessor\28\29 +5367:GrDirectContextPriv::validPMUPMConversionExists\28\29 +5368:GrDirectContext::~GrDirectContext\28\29 +5369:GrDirectContext::onGetSmallPathAtlasMgr\28\29 +5370:GrDirectContext::getResourceCacheLimits\28int*\2c\20unsigned\20long*\29\20const +5371:GrCopyRenderTask::~GrCopyRenderTask\28\29 +5372:GrCopyRenderTask::onIsUsed\28GrSurfaceProxy*\29\20const +5373:GrCopyBaseMipMapToView\28GrRecordingContext*\2c\20GrSurfaceProxyView\2c\20skgpu::Budgeted\29 +5374:GrContext_Base::threadSafeProxy\28\29 +5375:GrContext_Base::maxSurfaceSampleCountForColorType\28SkColorType\29\20const +5376:GrContext_Base::backend\28\29\20const +5377:GrColorInfo::makeColorType\28GrColorType\29\20const +5378:GrColorInfo::isLinearlyBlended\28\29\20const +5379:GrColorFragmentProcessorAnalysis::GrColorFragmentProcessorAnalysis\28GrProcessorAnalysisColor\20const&\2c\20std::__2::unique_ptr>\20const*\2c\20int\29 +5380:GrClip::IsPixelAligned\28SkRect\20const&\29 +5381:GrCaps::surfaceSupportsWritePixels\28GrSurface\20const*\29\20const +5382:GrCaps::getDstSampleFlagsForProxy\28GrRenderTargetProxy\20const*\2c\20bool\29\20const +5383:GrCPixmap::GrCPixmap\28GrPixmap\20const&\29 +5384:GrBufferAllocPool::makeSpaceAtLeast\28unsigned\20long\2c\20unsigned\20long\2c\20unsigned\20long\2c\20sk_sp*\2c\20unsigned\20long*\2c\20unsigned\20long*\29 +5385:GrBufferAllocPool::createBlock\28unsigned\20long\29 +5386:GrBufferAllocPool::CpuBufferCache::makeBuffer\28unsigned\20long\2c\20bool\29 +5387:GrBlurUtils::draw_shape_with_mask_filter\28GrRecordingContext*\2c\20skgpu::ganesh::SurfaceDrawContext*\2c\20GrClip\20const*\2c\20GrPaint&&\2c\20SkMatrix\20const&\2c\20SkMaskFilterBase\20const*\2c\20GrStyledShape\20const&\29 +5388:GrBlurUtils::draw_mask\28skgpu::ganesh::SurfaceDrawContext*\2c\20GrClip\20const*\2c\20SkMatrix\20const&\2c\20SkIRect\20const&\2c\20GrPaint&&\2c\20GrSurfaceProxyView\29 +5389:GrBlurUtils::convolve_gaussian\28GrRecordingContext*\2c\20GrSurfaceProxyView\2c\20GrColorType\2c\20SkAlphaType\2c\20SkIRect\2c\20SkIRect\2c\20GrBlurUtils::\28anonymous\20namespace\29::Direction\2c\20int\2c\20float\2c\20SkTileMode\2c\20sk_sp\2c\20SkBackingFit\29 +5390:GrBlurUtils::\28anonymous\20namespace\29::make_texture_effect\28GrCaps\20const*\2c\20GrSurfaceProxyView\2c\20SkAlphaType\2c\20GrSamplerState\20const&\2c\20SkIRect\20const&\2c\20SkIRect\20const&\2c\20SkISize\20const&\29 +5391:GrBlurUtils::MakeRectBlur\28GrRecordingContext*\2c\20GrShaderCaps\20const&\2c\20SkRect\20const&\2c\20std::__2::optional\20const&\2c\20SkMatrix\20const&\2c\20float\29 +5392:GrBlurUtils::MakeRRectBlur\28GrRecordingContext*\2c\20float\2c\20float\2c\20SkRRect\20const&\2c\20SkRRect\20const&\29 +5393:GrBlurUtils::MakeCircleBlur\28GrRecordingContext*\2c\20SkRect\20const&\2c\20float\29 +5394:GrBitmapTextGeoProc::addNewViews\28GrSurfaceProxyView\20const*\2c\20int\2c\20GrSamplerState\29 +5395:GrBitmapTextGeoProc::GrBitmapTextGeoProc\28GrShaderCaps\20const&\2c\20SkRGBA4f<\28SkAlphaType\292>\20const&\2c\20bool\2c\20sk_sp\2c\20GrSurfaceProxyView\20const*\2c\20int\2c\20GrSamplerState\2c\20skgpu::MaskFormat\2c\20SkMatrix\20const&\2c\20bool\29 +5396:GrBicubicEffect::Make\28GrSurfaceProxyView\2c\20SkAlphaType\2c\20SkMatrix\20const&\2c\20GrSamplerState::WrapMode\2c\20GrSamplerState::WrapMode\2c\20SkCubicResampler\2c\20GrBicubicEffect::Direction\2c\20GrCaps\20const&\29 +5397:GrBicubicEffect::MakeSubset\28GrSurfaceProxyView\2c\20SkAlphaType\2c\20SkMatrix\20const&\2c\20GrSamplerState::WrapMode\2c\20GrSamplerState::WrapMode\2c\20SkRect\20const&\2c\20SkRect\20const&\2c\20SkCubicResampler\2c\20GrBicubicEffect::Direction\2c\20GrCaps\20const&\29 +5398:GrBackendTextures::MakeGL\28int\2c\20int\2c\20skgpu::Mipmapped\2c\20GrGLTextureInfo\20const&\2c\20std::__2::basic_string_view>\29 +5399:GrBackendTexture::operator=\28GrBackendTexture\20const&\29 +5400:GrBackendRenderTargets::MakeGL\28int\2c\20int\2c\20int\2c\20int\2c\20GrGLFramebufferInfo\20const&\29 +5401:GrBackendRenderTargets::GetGLFramebufferInfo\28GrBackendRenderTarget\20const&\2c\20GrGLFramebufferInfo*\29 +5402:GrBackendRenderTarget::~GrBackendRenderTarget\28\29 +5403:GrBackendRenderTarget::isProtected\28\29\20const +5404:GrBackendFormatBytesPerBlock\28GrBackendFormat\20const&\29 +5405:GrBackendFormat::makeTexture2D\28\29\20const +5406:GrBackendFormat::isMockStencilFormat\28\29\20const +5407:GrBackendFormat::MakeMock\28GrColorType\2c\20SkTextureCompressionType\2c\20bool\29 +5408:GrAuditTrail::opsCombined\28GrOp\20const*\2c\20GrOp\20const*\29 +5409:GrAttachment::ComputeSharedAttachmentUniqueKey\28GrCaps\20const&\2c\20GrBackendFormat\20const&\2c\20SkISize\2c\20GrAttachment::UsageFlags\2c\20int\2c\20skgpu::Mipmapped\2c\20skgpu::Protected\2c\20GrMemoryless\2c\20skgpu::UniqueKey*\29 +5410:GrAtlasManager::~GrAtlasManager\28\29 +5411:GrAtlasManager::getViews\28skgpu::MaskFormat\2c\20unsigned\20int*\29 +5412:GrAtlasManager::freeAll\28\29 +5413:GrAATriangulator::makeEvent\28GrAATriangulator::SSEdge*\2c\20GrTriangulator::Vertex*\2c\20GrAATriangulator::SSEdge*\2c\20GrTriangulator::Vertex*\2c\20GrAATriangulator::EventList*\2c\20GrTriangulator::Comparator\20const&\29\20const +5414:GrAATriangulator::makeEvent\28GrAATriangulator::SSEdge*\2c\20GrAATriangulator::EventList*\29\20const +5415:GrAATriangulator::collapseOverlapRegions\28GrTriangulator::VertexList*\2c\20GrTriangulator::Comparator\20const&\2c\20GrAATriangulator::EventComparator\29 +5416:GrAAConvexTessellator::quadTo\28SkPoint\20const*\29 +5417:GetShapedLines\28skia::textlayout::Paragraph&\29 +5418:GetLargeValue +5419:FontMgrRunIterator::endOfCurrentRun\28\29\20const +5420:FontMgrRunIterator::atEnd\28\29\20const +5421:FinishRow +5422:FindUndone\28SkOpContourHead*\29 +5423:FT_Stream_Free +5424:FT_Sfnt_Table_Info +5425:FT_Select_Size +5426:FT_Render_Glyph_Internal +5427:FT_Remove_Module +5428:FT_Outline_Get_Orientation +5429:FT_Outline_EmboldenXY +5430:FT_New_GlyphSlot +5431:FT_Match_Size +5432:FT_List_Iterate +5433:FT_List_Find +5434:FT_List_Finalize +5435:FT_GlyphLoader_CheckSubGlyphs +5436:FT_Get_Postscript_Name +5437:FT_Get_Paint_Layers +5438:FT_Get_PS_Font_Info +5439:FT_Get_Glyph_Name +5440:FT_Get_FSType_Flags +5441:FT_Get_Colorline_Stops +5442:FT_Get_Color_Glyph_ClipBox +5443:FT_Bitmap_Convert +5444:EllipticalRRectOp::~EllipticalRRectOp\28\29_11405 +5445:EllipticalRRectOp::~EllipticalRRectOp\28\29 +5446:EllipticalRRectOp::onCreateProgramInfo\28GrCaps\20const*\2c\20SkArenaAlloc*\2c\20GrSurfaceProxyView\20const&\2c\20bool\2c\20GrAppliedClip&&\2c\20GrDstProxyView\20const&\2c\20GrXferBarrierFlags\2c\20GrLoadOp\29 +5447:EllipticalRRectOp::RRect&\20skia_private::TArray::emplace_back\28EllipticalRRectOp::RRect&&\29 +5448:EllipticalRRectOp::EllipticalRRectOp\28GrProcessorSet*\2c\20SkRGBA4f<\28SkAlphaType\292>\20const&\2c\20SkMatrix\20const&\2c\20SkRect\20const&\2c\20float\2c\20float\2c\20SkPoint\2c\20bool\29 +5449:EllipseOp::Make\28GrRecordingContext*\2c\20GrPaint&&\2c\20SkMatrix\20const&\2c\20SkRect\20const&\2c\20SkStrokeRec\20const&\29 +5450:EllipseOp::EllipseOp\28GrProcessorSet*\2c\20SkRGBA4f<\28SkAlphaType\292>\20const&\2c\20SkMatrix\20const&\2c\20EllipseOp::DeviceSpaceParams\20const&\2c\20SkStrokeRec\20const&\29 +5451:EllipseGeometryProcessor::Impl::setData\28GrGLSLProgramDataManager\20const&\2c\20GrShaderCaps\20const&\2c\20GrGeometryProcessor\20const&\29 +5452:DecodeVarLenUint8 +5453:DecodeContextMap +5454:DIEllipseOp::Make\28GrRecordingContext*\2c\20GrPaint&&\2c\20SkMatrix\20const&\2c\20SkRect\20const&\2c\20SkStrokeRec\20const&\29 +5455:DIEllipseOp::DIEllipseOp\28GrProcessorSet*\2c\20SkRGBA4f<\28SkAlphaType\292>\20const&\2c\20DIEllipseOp::DeviceSpaceParams\20const&\2c\20SkMatrix\20const&\29 +5456:CustomXP::makeProgramImpl\28\29\20const::Impl::onSetData\28GrGLSLProgramDataManager\20const&\2c\20GrXferProcessor\20const&\29 +5457:CustomXP::makeProgramImpl\28\29\20const::Impl::emitBlendCodeForDstRead\28GrGLSLXPFragmentBuilder*\2c\20GrGLSLUniformHandler*\2c\20char\20const*\2c\20char\20const*\2c\20char\20const*\2c\20char\20const*\2c\20char\20const*\2c\20GrXferProcessor\20const&\29 +5458:Cr_z_zcfree +5459:Cr_z_deflateReset +5460:Cr_z_deflate +5461:Cr_z_crc32_z +5462:CoverageSetOpXP::onIsEqual\28GrXferProcessor\20const&\29\20const +5463:Contour*\20std::__2::vector>::__emplace_back_slow_path\28SkRect&\2c\20int&\2c\20int&\29 +5464:CircularRRectOp::~CircularRRectOp\28\29_11382 +5465:CircularRRectOp::~CircularRRectOp\28\29 +5466:CircularRRectOp::CircularRRectOp\28GrProcessorSet*\2c\20SkRGBA4f<\28SkAlphaType\292>\20const&\2c\20SkMatrix\20const&\2c\20SkRect\20const&\2c\20float\2c\20float\2c\20bool\29 +5467:CircleOp::Make\28GrRecordingContext*\2c\20GrPaint&&\2c\20SkMatrix\20const&\2c\20SkPoint\2c\20float\2c\20GrStyle\20const&\2c\20CircleOp::ArcParams\20const*\29 +5468:CircleOp::CircleOp\28GrProcessorSet*\2c\20SkRGBA4f<\28SkAlphaType\292>\20const&\2c\20SkMatrix\20const&\2c\20SkPoint\2c\20float\2c\20GrStyle\20const&\2c\20CircleOp::ArcParams\20const*\29 +5469:CircleGeometryProcessor::Impl::setData\28GrGLSLProgramDataManager\20const&\2c\20GrShaderCaps\20const&\2c\20GrGeometryProcessor\20const&\29 +5470:CheckDecBuffer +5471:CFF::path_procs_t::vvcurveto\28CFF::cff1_cs_interp_env_t&\2c\20cff1_extents_param_t&\29 +5472:CFF::path_procs_t::vlineto\28CFF::cff1_cs_interp_env_t&\2c\20cff1_extents_param_t&\29 +5473:CFF::path_procs_t::vhcurveto\28CFF::cff1_cs_interp_env_t&\2c\20cff1_extents_param_t&\29 +5474:CFF::path_procs_t::rrcurveto\28CFF::cff1_cs_interp_env_t&\2c\20cff1_extents_param_t&\29 +5475:CFF::path_procs_t::rlineto\28CFF::cff1_cs_interp_env_t&\2c\20cff1_extents_param_t&\29 +5476:CFF::path_procs_t::rlinecurve\28CFF::cff1_cs_interp_env_t&\2c\20cff1_extents_param_t&\29 +5477:CFF::path_procs_t::rcurveline\28CFF::cff1_cs_interp_env_t&\2c\20cff1_extents_param_t&\29 +5478:CFF::path_procs_t::hvcurveto\28CFF::cff1_cs_interp_env_t&\2c\20cff1_extents_param_t&\29 +5479:CFF::path_procs_t::hlineto\28CFF::cff1_cs_interp_env_t&\2c\20cff1_extents_param_t&\29 +5480:CFF::path_procs_t::hhcurveto\28CFF::cff1_cs_interp_env_t&\2c\20cff1_extents_param_t&\29 +5481:CFF::path_procs_t::hflex\28CFF::cff1_cs_interp_env_t&\2c\20cff1_extents_param_t&\29 +5482:CFF::path_procs_t::hflex1\28CFF::cff1_cs_interp_env_t&\2c\20cff1_extents_param_t&\29 +5483:CFF::path_procs_t::flex\28CFF::cff1_cs_interp_env_t&\2c\20cff1_extents_param_t&\29 +5484:CFF::path_procs_t::flex1\28CFF::cff1_cs_interp_env_t&\2c\20cff1_extents_param_t&\29 +5485:CFF::cff2_cs_opset_t::process_blend\28CFF::cff2_cs_interp_env_t&\2c\20cff2_extents_param_t&\29 +5486:CFF::cff1_private_dict_opset_t::process_op\28unsigned\20int\2c\20CFF::interp_env_t&\2c\20CFF::cff1_private_dict_values_base_t&\29 +5487:CFF::FDSelect3_4\2c\20OT::IntType>::sanitize\28hb_sanitize_context_t*\2c\20unsigned\20int\29\20const +5488:CFF::Charset::get_sid\28unsigned\20int\2c\20unsigned\20int\2c\20CFF::code_pair_t*\29\20const +5489:CFF::CFF2FDSelect::get_fd\28unsigned\20int\29\20const +5490:ButtCapDashedCircleOp::ButtCapDashedCircleOp\28GrProcessorSet*\2c\20SkRGBA4f<\28SkAlphaType\292>\20const&\2c\20SkMatrix\20const&\2c\20SkPoint\2c\20float\2c\20float\2c\20float\2c\20float\2c\20float\2c\20float\29 +5491:BrotliTransformDictionaryWord +5492:BrotliEnsureRingBuffer +5493:AutoLayerForImageFilter::addMaskFilterLayer\28SkRect\20const*\29 +5494:AngleWinding\28SkOpSpanBase*\2c\20SkOpSpanBase*\2c\20int*\2c\20bool*\29 +5495:AddIntersectTs\28SkOpContour*\2c\20SkOpContour*\2c\20SkOpCoincidence*\29 +5496:ActiveEdgeList::replace\28SkPoint\20const&\2c\20SkPoint\20const&\2c\20SkPoint\20const&\2c\20unsigned\20short\2c\20unsigned\20short\2c\20unsigned\20short\29 +5497:ActiveEdgeList::remove\28SkPoint\20const&\2c\20SkPoint\20const&\2c\20unsigned\20short\2c\20unsigned\20short\29 +5498:ActiveEdgeList::insert\28SkPoint\20const&\2c\20SkPoint\20const&\2c\20unsigned\20short\2c\20unsigned\20short\29 +5499:AAT::kerx_accelerator_t*\20hb_data_wrapper_t::call_create>\28\29\20const +5500:AAT::hb_aat_apply_context_t::return_t\20AAT::ChainSubtable::dispatch\28AAT::hb_aat_apply_context_t*\29\20const +5501:AAT::hb_aat_apply_context_t::return_t\20AAT::ChainSubtable::dispatch\28AAT::hb_aat_apply_context_t*\29\20const +5502:AAT::hb_aat_apply_context_t::replace_glyph\28unsigned\20int\29 +5503:AAT::ankr::get_anchor\28unsigned\20int\2c\20unsigned\20int\2c\20unsigned\20int\29\20const +5504:AAT::TrackData::sanitize\28hb_sanitize_context_t*\2c\20void\20const*\29\20const +5505:AAT::TrackData::get_tracking\28void\20const*\2c\20float\2c\20float\29\20const +5506:AAT::StateTable::EntryData>::sanitize\28hb_sanitize_context_t*\2c\20unsigned\20int*\29\20const +5507:AAT::StateTable::EntryData>::sanitize\28hb_sanitize_context_t*\2c\20unsigned\20int*\29\20const +5508:AAT::StateTable::EntryData>::sanitize\28hb_sanitize_context_t*\2c\20unsigned\20int*\29\20const +5509:AAT::RearrangementSubtable::driver_context_t::transition\28hb_buffer_t*\2c\20AAT::StateTableDriver::Flags>*\2c\20AAT::Entry\20const&\29 +5510:AAT::NoncontextualSubtable::apply\28AAT::hb_aat_apply_context_t*\29\20const +5511:AAT::Lookup>::sanitize\28hb_sanitize_context_t*\29\20const +5512:AAT::Lookup>::get_value\28unsigned\20int\2c\20unsigned\20int\29\20const +5513:AAT::InsertionSubtable::driver_context_t::transition\28hb_buffer_t*\2c\20AAT::StateTableDriver::EntryData\2c\20AAT::InsertionSubtable::Flags>*\2c\20AAT::Entry::EntryData>\20const&\29 +5514:AAT::Chain::sanitize\28hb_sanitize_context_t*\2c\20unsigned\20int\29\20const +5515:AAT::Chain::sanitize\28hb_sanitize_context_t*\2c\20unsigned\20int\29\20const 5516:5279 5517:5280 5518:5281 @@ -5574,5533 +5574,5541 @@ 5573:5336 5574:5337 5575:5338 -5576:ycck_cmyk_convert -5577:ycc_rgb_convert -5578:ycc_rgb565_convert -5579:ycc_rgb565D_convert -5580:xyzd50_to_lab\28SkRGBA4f<\28SkAlphaType\292>\2c\20bool*\29 -5581:xyzd50_to_hcl\28SkRGBA4f<\28SkAlphaType\292>\2c\20bool*\29 -5582:wuffs_gif__decoder__tell_me_more -5583:wuffs_gif__decoder__set_report_metadata -5584:wuffs_gif__decoder__num_decoded_frame_configs -5585:wuffs_base__pixel_swizzler__xxxxxxxx__index_binary_alpha__src_over -5586:wuffs_base__pixel_swizzler__xxxxxxxx__index__src -5587:wuffs_base__pixel_swizzler__xxxx__index_binary_alpha__src_over -5588:wuffs_base__pixel_swizzler__xxxx__index__src -5589:wuffs_base__pixel_swizzler__xxx__index_binary_alpha__src_over -5590:wuffs_base__pixel_swizzler__xxx__index__src -5591:wuffs_base__pixel_swizzler__transparent_black_src_over -5592:wuffs_base__pixel_swizzler__transparent_black_src -5593:wuffs_base__pixel_swizzler__copy_1_1 -5594:wuffs_base__pixel_swizzler__bgr_565__index_binary_alpha__src_over -5595:wuffs_base__pixel_swizzler__bgr_565__index__src -5596:webgl_get_gl_proc\28void*\2c\20char\20const*\29 -5597:void\20mergeT\28void\20const*\2c\20int\2c\20unsigned\20char\20const*\2c\20int\2c\20void*\29 -5598:void\20mergeT\28void\20const*\2c\20int\2c\20unsigned\20char\20const*\2c\20int\2c\20void*\29 -5599:void\20emscripten::internal::raw_destructor>\28sk_sp*\29 -5600:void\20emscripten::internal::raw_destructor\28SkVertices::Builder*\29 -5601:void\20emscripten::internal::raw_destructor\28SkRuntimeEffect::TracedShader*\29 -5602:void\20emscripten::internal::raw_destructor\28SkPictureRecorder*\29 -5603:void\20emscripten::internal::raw_destructor\28SkPath*\29 -5604:void\20emscripten::internal::raw_destructor\28SkPaint*\29 -5605:void\20emscripten::internal::raw_destructor\28SkContourMeasureIter*\29 -5606:void\20emscripten::internal::raw_destructor\28SimpleImageInfo*\29 -5607:void\20emscripten::internal::MemberAccess::setWire\28SimpleTextStyle\20SimpleParagraphStyle::*\20const&\2c\20SimpleParagraphStyle&\2c\20SimpleTextStyle*\29 -5608:void\20emscripten::internal::MemberAccess::setWire\28SimpleStrutStyle\20SimpleParagraphStyle::*\20const&\2c\20SimpleParagraphStyle&\2c\20SimpleStrutStyle*\29 -5609:void\20emscripten::internal::MemberAccess>::setWire\28sk_sp\20SimpleImageInfo::*\20const&\2c\20SimpleImageInfo&\2c\20sk_sp*\29 -5610:void\20const*\20emscripten::internal::getActualType\28skia::textlayout::TypefaceFontProvider*\29 -5611:void\20const*\20emscripten::internal::getActualType\28skia::textlayout::ParagraphBuilderImpl*\29 -5612:void\20const*\20emscripten::internal::getActualType\28skia::textlayout::Paragraph*\29 -5613:void\20const*\20emscripten::internal::getActualType\28skia::textlayout::FontCollection*\29 -5614:void\20const*\20emscripten::internal::getActualType\28SkVertices*\29 -5615:void\20const*\20emscripten::internal::getActualType\28SkVertices::Builder*\29 -5616:void\20const*\20emscripten::internal::getActualType\28SkTypeface*\29 -5617:void\20const*\20emscripten::internal::getActualType\28SkTextBlob*\29 -5618:void\20const*\20emscripten::internal::getActualType\28SkSurface*\29 -5619:void\20const*\20emscripten::internal::getActualType\28SkShader*\29 -5620:void\20const*\20emscripten::internal::getActualType\28SkSL::DebugTrace*\29 -5621:void\20const*\20emscripten::internal::getActualType\28SkRuntimeEffect*\29 -5622:void\20const*\20emscripten::internal::getActualType\28SkPictureRecorder*\29 -5623:void\20const*\20emscripten::internal::getActualType\28SkPicture*\29 -5624:void\20const*\20emscripten::internal::getActualType\28SkPathEffect*\29 -5625:void\20const*\20emscripten::internal::getActualType\28SkPath*\29 -5626:void\20const*\20emscripten::internal::getActualType\28SkPaint*\29 -5627:void\20const*\20emscripten::internal::getActualType\28SkMaskFilter*\29 -5628:void\20const*\20emscripten::internal::getActualType\28SkImageFilter*\29 -5629:void\20const*\20emscripten::internal::getActualType\28SkImage*\29 -5630:void\20const*\20emscripten::internal::getActualType\28SkFontMgr*\29 -5631:void\20const*\20emscripten::internal::getActualType\28SkFont*\29 -5632:void\20const*\20emscripten::internal::getActualType\28SkContourMeasureIter*\29 -5633:void\20const*\20emscripten::internal::getActualType\28SkContourMeasure*\29 -5634:void\20const*\20emscripten::internal::getActualType\28SkColorSpace*\29 -5635:void\20const*\20emscripten::internal::getActualType\28SkColorFilter*\29 -5636:void\20const*\20emscripten::internal::getActualType\28SkCanvas*\29 -5637:void\20const*\20emscripten::internal::getActualType\28SkBlender*\29 -5638:void\20const*\20emscripten::internal::getActualType\28SkAnimatedImage*\29 -5639:void\20const*\20emscripten::internal::getActualType\28GrDirectContext*\29 -5640:void\20\28anonymous\20namespace\29::downsample_3_3<\28anonymous\20namespace\29::ColorTypeFilter_RGBA_F16>\28void*\2c\20void\20const*\2c\20unsigned\20long\2c\20int\29 -5641:void\20\28anonymous\20namespace\29::downsample_3_3<\28anonymous\20namespace\29::ColorTypeFilter_F16F16>\28void*\2c\20void\20const*\2c\20unsigned\20long\2c\20int\29 -5642:void\20\28anonymous\20namespace\29::downsample_3_3<\28anonymous\20namespace\29::ColorTypeFilter_Alpha_F16>\28void*\2c\20void\20const*\2c\20unsigned\20long\2c\20int\29 -5643:void\20\28anonymous\20namespace\29::downsample_3_3<\28anonymous\20namespace\29::ColorTypeFilter_8>\28void*\2c\20void\20const*\2c\20unsigned\20long\2c\20int\29 -5644:void\20\28anonymous\20namespace\29::downsample_3_3<\28anonymous\20namespace\29::ColorTypeFilter_88>\28void*\2c\20void\20const*\2c\20unsigned\20long\2c\20int\29 -5645:void\20\28anonymous\20namespace\29::downsample_3_3<\28anonymous\20namespace\29::ColorTypeFilter_8888>\28void*\2c\20void\20const*\2c\20unsigned\20long\2c\20int\29 -5646:void\20\28anonymous\20namespace\29::downsample_3_3<\28anonymous\20namespace\29::ColorTypeFilter_565>\28void*\2c\20void\20const*\2c\20unsigned\20long\2c\20int\29 -5647:void\20\28anonymous\20namespace\29::downsample_3_3<\28anonymous\20namespace\29::ColorTypeFilter_4444>\28void*\2c\20void\20const*\2c\20unsigned\20long\2c\20int\29 -5648:void\20\28anonymous\20namespace\29::downsample_3_3<\28anonymous\20namespace\29::ColorTypeFilter_16>\28void*\2c\20void\20const*\2c\20unsigned\20long\2c\20int\29 -5649:void\20\28anonymous\20namespace\29::downsample_3_3<\28anonymous\20namespace\29::ColorTypeFilter_1616>\28void*\2c\20void\20const*\2c\20unsigned\20long\2c\20int\29 -5650:void\20\28anonymous\20namespace\29::downsample_3_3<\28anonymous\20namespace\29::ColorTypeFilter_16161616>\28void*\2c\20void\20const*\2c\20unsigned\20long\2c\20int\29 -5651:void\20\28anonymous\20namespace\29::downsample_3_3<\28anonymous\20namespace\29::ColorTypeFilter_1010102>\28void*\2c\20void\20const*\2c\20unsigned\20long\2c\20int\29 -5652:void\20\28anonymous\20namespace\29::downsample_3_2<\28anonymous\20namespace\29::ColorTypeFilter_RGBA_F16>\28void*\2c\20void\20const*\2c\20unsigned\20long\2c\20int\29 -5653:void\20\28anonymous\20namespace\29::downsample_3_2<\28anonymous\20namespace\29::ColorTypeFilter_F16F16>\28void*\2c\20void\20const*\2c\20unsigned\20long\2c\20int\29 -5654:void\20\28anonymous\20namespace\29::downsample_3_2<\28anonymous\20namespace\29::ColorTypeFilter_Alpha_F16>\28void*\2c\20void\20const*\2c\20unsigned\20long\2c\20int\29 -5655:void\20\28anonymous\20namespace\29::downsample_3_2<\28anonymous\20namespace\29::ColorTypeFilter_8>\28void*\2c\20void\20const*\2c\20unsigned\20long\2c\20int\29 -5656:void\20\28anonymous\20namespace\29::downsample_3_2<\28anonymous\20namespace\29::ColorTypeFilter_88>\28void*\2c\20void\20const*\2c\20unsigned\20long\2c\20int\29 -5657:void\20\28anonymous\20namespace\29::downsample_3_2<\28anonymous\20namespace\29::ColorTypeFilter_8888>\28void*\2c\20void\20const*\2c\20unsigned\20long\2c\20int\29 -5658:void\20\28anonymous\20namespace\29::downsample_3_2<\28anonymous\20namespace\29::ColorTypeFilter_565>\28void*\2c\20void\20const*\2c\20unsigned\20long\2c\20int\29 -5659:void\20\28anonymous\20namespace\29::downsample_3_2<\28anonymous\20namespace\29::ColorTypeFilter_4444>\28void*\2c\20void\20const*\2c\20unsigned\20long\2c\20int\29 -5660:void\20\28anonymous\20namespace\29::downsample_3_2<\28anonymous\20namespace\29::ColorTypeFilter_16>\28void*\2c\20void\20const*\2c\20unsigned\20long\2c\20int\29 -5661:void\20\28anonymous\20namespace\29::downsample_3_2<\28anonymous\20namespace\29::ColorTypeFilter_1616>\28void*\2c\20void\20const*\2c\20unsigned\20long\2c\20int\29 -5662:void\20\28anonymous\20namespace\29::downsample_3_2<\28anonymous\20namespace\29::ColorTypeFilter_16161616>\28void*\2c\20void\20const*\2c\20unsigned\20long\2c\20int\29 -5663:void\20\28anonymous\20namespace\29::downsample_3_2<\28anonymous\20namespace\29::ColorTypeFilter_1010102>\28void*\2c\20void\20const*\2c\20unsigned\20long\2c\20int\29 -5664:void\20\28anonymous\20namespace\29::downsample_3_1<\28anonymous\20namespace\29::ColorTypeFilter_RGBA_F16>\28void*\2c\20void\20const*\2c\20unsigned\20long\2c\20int\29 -5665:void\20\28anonymous\20namespace\29::downsample_3_1<\28anonymous\20namespace\29::ColorTypeFilter_F16F16>\28void*\2c\20void\20const*\2c\20unsigned\20long\2c\20int\29 -5666:void\20\28anonymous\20namespace\29::downsample_3_1<\28anonymous\20namespace\29::ColorTypeFilter_Alpha_F16>\28void*\2c\20void\20const*\2c\20unsigned\20long\2c\20int\29 -5667:void\20\28anonymous\20namespace\29::downsample_3_1<\28anonymous\20namespace\29::ColorTypeFilter_8>\28void*\2c\20void\20const*\2c\20unsigned\20long\2c\20int\29 -5668:void\20\28anonymous\20namespace\29::downsample_3_1<\28anonymous\20namespace\29::ColorTypeFilter_88>\28void*\2c\20void\20const*\2c\20unsigned\20long\2c\20int\29 -5669:void\20\28anonymous\20namespace\29::downsample_3_1<\28anonymous\20namespace\29::ColorTypeFilter_8888>\28void*\2c\20void\20const*\2c\20unsigned\20long\2c\20int\29 -5670:void\20\28anonymous\20namespace\29::downsample_3_1<\28anonymous\20namespace\29::ColorTypeFilter_565>\28void*\2c\20void\20const*\2c\20unsigned\20long\2c\20int\29 -5671:void\20\28anonymous\20namespace\29::downsample_3_1<\28anonymous\20namespace\29::ColorTypeFilter_4444>\28void*\2c\20void\20const*\2c\20unsigned\20long\2c\20int\29 -5672:void\20\28anonymous\20namespace\29::downsample_3_1<\28anonymous\20namespace\29::ColorTypeFilter_16>\28void*\2c\20void\20const*\2c\20unsigned\20long\2c\20int\29 -5673:void\20\28anonymous\20namespace\29::downsample_3_1<\28anonymous\20namespace\29::ColorTypeFilter_1616>\28void*\2c\20void\20const*\2c\20unsigned\20long\2c\20int\29 -5674:void\20\28anonymous\20namespace\29::downsample_3_1<\28anonymous\20namespace\29::ColorTypeFilter_16161616>\28void*\2c\20void\20const*\2c\20unsigned\20long\2c\20int\29 -5675:void\20\28anonymous\20namespace\29::downsample_3_1<\28anonymous\20namespace\29::ColorTypeFilter_1010102>\28void*\2c\20void\20const*\2c\20unsigned\20long\2c\20int\29 -5676:void\20\28anonymous\20namespace\29::downsample_2_3<\28anonymous\20namespace\29::ColorTypeFilter_RGBA_F16>\28void*\2c\20void\20const*\2c\20unsigned\20long\2c\20int\29 -5677:void\20\28anonymous\20namespace\29::downsample_2_3<\28anonymous\20namespace\29::ColorTypeFilter_F16F16>\28void*\2c\20void\20const*\2c\20unsigned\20long\2c\20int\29 -5678:void\20\28anonymous\20namespace\29::downsample_2_3<\28anonymous\20namespace\29::ColorTypeFilter_Alpha_F16>\28void*\2c\20void\20const*\2c\20unsigned\20long\2c\20int\29 -5679:void\20\28anonymous\20namespace\29::downsample_2_3<\28anonymous\20namespace\29::ColorTypeFilter_8>\28void*\2c\20void\20const*\2c\20unsigned\20long\2c\20int\29 -5680:void\20\28anonymous\20namespace\29::downsample_2_3<\28anonymous\20namespace\29::ColorTypeFilter_88>\28void*\2c\20void\20const*\2c\20unsigned\20long\2c\20int\29 -5681:void\20\28anonymous\20namespace\29::downsample_2_3<\28anonymous\20namespace\29::ColorTypeFilter_8888>\28void*\2c\20void\20const*\2c\20unsigned\20long\2c\20int\29 -5682:void\20\28anonymous\20namespace\29::downsample_2_3<\28anonymous\20namespace\29::ColorTypeFilter_565>\28void*\2c\20void\20const*\2c\20unsigned\20long\2c\20int\29 -5683:void\20\28anonymous\20namespace\29::downsample_2_3<\28anonymous\20namespace\29::ColorTypeFilter_4444>\28void*\2c\20void\20const*\2c\20unsigned\20long\2c\20int\29 -5684:void\20\28anonymous\20namespace\29::downsample_2_3<\28anonymous\20namespace\29::ColorTypeFilter_16>\28void*\2c\20void\20const*\2c\20unsigned\20long\2c\20int\29 -5685:void\20\28anonymous\20namespace\29::downsample_2_3<\28anonymous\20namespace\29::ColorTypeFilter_1616>\28void*\2c\20void\20const*\2c\20unsigned\20long\2c\20int\29 -5686:void\20\28anonymous\20namespace\29::downsample_2_3<\28anonymous\20namespace\29::ColorTypeFilter_16161616>\28void*\2c\20void\20const*\2c\20unsigned\20long\2c\20int\29 -5687:void\20\28anonymous\20namespace\29::downsample_2_3<\28anonymous\20namespace\29::ColorTypeFilter_1010102>\28void*\2c\20void\20const*\2c\20unsigned\20long\2c\20int\29 -5688:void\20\28anonymous\20namespace\29::downsample_2_2<\28anonymous\20namespace\29::ColorTypeFilter_RGBA_F16>\28void*\2c\20void\20const*\2c\20unsigned\20long\2c\20int\29 -5689:void\20\28anonymous\20namespace\29::downsample_2_2<\28anonymous\20namespace\29::ColorTypeFilter_F16F16>\28void*\2c\20void\20const*\2c\20unsigned\20long\2c\20int\29 -5690:void\20\28anonymous\20namespace\29::downsample_2_2<\28anonymous\20namespace\29::ColorTypeFilter_Alpha_F16>\28void*\2c\20void\20const*\2c\20unsigned\20long\2c\20int\29 -5691:void\20\28anonymous\20namespace\29::downsample_2_2<\28anonymous\20namespace\29::ColorTypeFilter_8>\28void*\2c\20void\20const*\2c\20unsigned\20long\2c\20int\29 -5692:void\20\28anonymous\20namespace\29::downsample_2_2<\28anonymous\20namespace\29::ColorTypeFilter_88>\28void*\2c\20void\20const*\2c\20unsigned\20long\2c\20int\29 -5693:void\20\28anonymous\20namespace\29::downsample_2_2<\28anonymous\20namespace\29::ColorTypeFilter_8888>\28void*\2c\20void\20const*\2c\20unsigned\20long\2c\20int\29 -5694:void\20\28anonymous\20namespace\29::downsample_2_2<\28anonymous\20namespace\29::ColorTypeFilter_565>\28void*\2c\20void\20const*\2c\20unsigned\20long\2c\20int\29 -5695:void\20\28anonymous\20namespace\29::downsample_2_2<\28anonymous\20namespace\29::ColorTypeFilter_4444>\28void*\2c\20void\20const*\2c\20unsigned\20long\2c\20int\29 -5696:void\20\28anonymous\20namespace\29::downsample_2_2<\28anonymous\20namespace\29::ColorTypeFilter_16>\28void*\2c\20void\20const*\2c\20unsigned\20long\2c\20int\29 -5697:void\20\28anonymous\20namespace\29::downsample_2_2<\28anonymous\20namespace\29::ColorTypeFilter_1616>\28void*\2c\20void\20const*\2c\20unsigned\20long\2c\20int\29 -5698:void\20\28anonymous\20namespace\29::downsample_2_2<\28anonymous\20namespace\29::ColorTypeFilter_16161616>\28void*\2c\20void\20const*\2c\20unsigned\20long\2c\20int\29 -5699:void\20\28anonymous\20namespace\29::downsample_2_2<\28anonymous\20namespace\29::ColorTypeFilter_1010102>\28void*\2c\20void\20const*\2c\20unsigned\20long\2c\20int\29 -5700:void\20\28anonymous\20namespace\29::downsample_2_1<\28anonymous\20namespace\29::ColorTypeFilter_RGBA_F16>\28void*\2c\20void\20const*\2c\20unsigned\20long\2c\20int\29 -5701:void\20\28anonymous\20namespace\29::downsample_2_1<\28anonymous\20namespace\29::ColorTypeFilter_F16F16>\28void*\2c\20void\20const*\2c\20unsigned\20long\2c\20int\29 -5702:void\20\28anonymous\20namespace\29::downsample_2_1<\28anonymous\20namespace\29::ColorTypeFilter_Alpha_F16>\28void*\2c\20void\20const*\2c\20unsigned\20long\2c\20int\29 -5703:void\20\28anonymous\20namespace\29::downsample_2_1<\28anonymous\20namespace\29::ColorTypeFilter_8>\28void*\2c\20void\20const*\2c\20unsigned\20long\2c\20int\29 -5704:void\20\28anonymous\20namespace\29::downsample_2_1<\28anonymous\20namespace\29::ColorTypeFilter_88>\28void*\2c\20void\20const*\2c\20unsigned\20long\2c\20int\29 -5705:void\20\28anonymous\20namespace\29::downsample_2_1<\28anonymous\20namespace\29::ColorTypeFilter_8888>\28void*\2c\20void\20const*\2c\20unsigned\20long\2c\20int\29 -5706:void\20\28anonymous\20namespace\29::downsample_2_1<\28anonymous\20namespace\29::ColorTypeFilter_565>\28void*\2c\20void\20const*\2c\20unsigned\20long\2c\20int\29 -5707:void\20\28anonymous\20namespace\29::downsample_2_1<\28anonymous\20namespace\29::ColorTypeFilter_4444>\28void*\2c\20void\20const*\2c\20unsigned\20long\2c\20int\29 -5708:void\20\28anonymous\20namespace\29::downsample_2_1<\28anonymous\20namespace\29::ColorTypeFilter_16>\28void*\2c\20void\20const*\2c\20unsigned\20long\2c\20int\29 -5709:void\20\28anonymous\20namespace\29::downsample_2_1<\28anonymous\20namespace\29::ColorTypeFilter_1616>\28void*\2c\20void\20const*\2c\20unsigned\20long\2c\20int\29 -5710:void\20\28anonymous\20namespace\29::downsample_2_1<\28anonymous\20namespace\29::ColorTypeFilter_16161616>\28void*\2c\20void\20const*\2c\20unsigned\20long\2c\20int\29 -5711:void\20\28anonymous\20namespace\29::downsample_2_1<\28anonymous\20namespace\29::ColorTypeFilter_1010102>\28void*\2c\20void\20const*\2c\20unsigned\20long\2c\20int\29 -5712:void\20\28anonymous\20namespace\29::downsample_1_3<\28anonymous\20namespace\29::ColorTypeFilter_RGBA_F16>\28void*\2c\20void\20const*\2c\20unsigned\20long\2c\20int\29 -5713:void\20\28anonymous\20namespace\29::downsample_1_3<\28anonymous\20namespace\29::ColorTypeFilter_F16F16>\28void*\2c\20void\20const*\2c\20unsigned\20long\2c\20int\29 -5714:void\20\28anonymous\20namespace\29::downsample_1_3<\28anonymous\20namespace\29::ColorTypeFilter_Alpha_F16>\28void*\2c\20void\20const*\2c\20unsigned\20long\2c\20int\29 -5715:void\20\28anonymous\20namespace\29::downsample_1_3<\28anonymous\20namespace\29::ColorTypeFilter_8>\28void*\2c\20void\20const*\2c\20unsigned\20long\2c\20int\29 -5716:void\20\28anonymous\20namespace\29::downsample_1_3<\28anonymous\20namespace\29::ColorTypeFilter_88>\28void*\2c\20void\20const*\2c\20unsigned\20long\2c\20int\29 -5717:void\20\28anonymous\20namespace\29::downsample_1_3<\28anonymous\20namespace\29::ColorTypeFilter_8888>\28void*\2c\20void\20const*\2c\20unsigned\20long\2c\20int\29 -5718:void\20\28anonymous\20namespace\29::downsample_1_3<\28anonymous\20namespace\29::ColorTypeFilter_565>\28void*\2c\20void\20const*\2c\20unsigned\20long\2c\20int\29 -5719:void\20\28anonymous\20namespace\29::downsample_1_3<\28anonymous\20namespace\29::ColorTypeFilter_4444>\28void*\2c\20void\20const*\2c\20unsigned\20long\2c\20int\29 -5720:void\20\28anonymous\20namespace\29::downsample_1_3<\28anonymous\20namespace\29::ColorTypeFilter_16>\28void*\2c\20void\20const*\2c\20unsigned\20long\2c\20int\29 -5721:void\20\28anonymous\20namespace\29::downsample_1_3<\28anonymous\20namespace\29::ColorTypeFilter_1616>\28void*\2c\20void\20const*\2c\20unsigned\20long\2c\20int\29 -5722:void\20\28anonymous\20namespace\29::downsample_1_3<\28anonymous\20namespace\29::ColorTypeFilter_16161616>\28void*\2c\20void\20const*\2c\20unsigned\20long\2c\20int\29 -5723:void\20\28anonymous\20namespace\29::downsample_1_3<\28anonymous\20namespace\29::ColorTypeFilter_1010102>\28void*\2c\20void\20const*\2c\20unsigned\20long\2c\20int\29 -5724:void\20\28anonymous\20namespace\29::downsample_1_2<\28anonymous\20namespace\29::ColorTypeFilter_RGBA_F16>\28void*\2c\20void\20const*\2c\20unsigned\20long\2c\20int\29 -5725:void\20\28anonymous\20namespace\29::downsample_1_2<\28anonymous\20namespace\29::ColorTypeFilter_F16F16>\28void*\2c\20void\20const*\2c\20unsigned\20long\2c\20int\29 -5726:void\20\28anonymous\20namespace\29::downsample_1_2<\28anonymous\20namespace\29::ColorTypeFilter_Alpha_F16>\28void*\2c\20void\20const*\2c\20unsigned\20long\2c\20int\29 -5727:void\20\28anonymous\20namespace\29::downsample_1_2<\28anonymous\20namespace\29::ColorTypeFilter_8>\28void*\2c\20void\20const*\2c\20unsigned\20long\2c\20int\29 -5728:void\20\28anonymous\20namespace\29::downsample_1_2<\28anonymous\20namespace\29::ColorTypeFilter_88>\28void*\2c\20void\20const*\2c\20unsigned\20long\2c\20int\29 -5729:void\20\28anonymous\20namespace\29::downsample_1_2<\28anonymous\20namespace\29::ColorTypeFilter_8888>\28void*\2c\20void\20const*\2c\20unsigned\20long\2c\20int\29 -5730:void\20\28anonymous\20namespace\29::downsample_1_2<\28anonymous\20namespace\29::ColorTypeFilter_565>\28void*\2c\20void\20const*\2c\20unsigned\20long\2c\20int\29 -5731:void\20\28anonymous\20namespace\29::downsample_1_2<\28anonymous\20namespace\29::ColorTypeFilter_4444>\28void*\2c\20void\20const*\2c\20unsigned\20long\2c\20int\29 -5732:void\20\28anonymous\20namespace\29::downsample_1_2<\28anonymous\20namespace\29::ColorTypeFilter_16>\28void*\2c\20void\20const*\2c\20unsigned\20long\2c\20int\29 -5733:void\20\28anonymous\20namespace\29::downsample_1_2<\28anonymous\20namespace\29::ColorTypeFilter_1616>\28void*\2c\20void\20const*\2c\20unsigned\20long\2c\20int\29 -5734:void\20\28anonymous\20namespace\29::downsample_1_2<\28anonymous\20namespace\29::ColorTypeFilter_16161616>\28void*\2c\20void\20const*\2c\20unsigned\20long\2c\20int\29 -5735:void\20\28anonymous\20namespace\29::downsample_1_2<\28anonymous\20namespace\29::ColorTypeFilter_1010102>\28void*\2c\20void\20const*\2c\20unsigned\20long\2c\20int\29 -5736:void\20SkSwizzler::SkipLeadingGrayAlphaZerosThen<&swizzle_grayalpha_to_n32_unpremul\28void*\2c\20unsigned\20char\20const*\2c\20int\2c\20int\2c\20int\2c\20int\2c\20unsigned\20int\20const*\29>\28void*\2c\20unsigned\20char\20const*\2c\20int\2c\20int\2c\20int\2c\20int\2c\20unsigned\20int\20const*\29 -5737:void\20SkSwizzler::SkipLeadingGrayAlphaZerosThen<&swizzle_grayalpha_to_n32_premul\28void*\2c\20unsigned\20char\20const*\2c\20int\2c\20int\2c\20int\2c\20int\2c\20unsigned\20int\20const*\29>\28void*\2c\20unsigned\20char\20const*\2c\20int\2c\20int\2c\20int\2c\20int\2c\20unsigned\20int\20const*\29 -5738:void\20SkSwizzler::SkipLeadingGrayAlphaZerosThen<&fast_swizzle_grayalpha_to_n32_unpremul\28void*\2c\20unsigned\20char\20const*\2c\20int\2c\20int\2c\20int\2c\20int\2c\20unsigned\20int\20const*\29>\28void*\2c\20unsigned\20char\20const*\2c\20int\2c\20int\2c\20int\2c\20int\2c\20unsigned\20int\20const*\29 -5739:void\20SkSwizzler::SkipLeadingGrayAlphaZerosThen<&fast_swizzle_grayalpha_to_n32_premul\28void*\2c\20unsigned\20char\20const*\2c\20int\2c\20int\2c\20int\2c\20int\2c\20unsigned\20int\20const*\29>\28void*\2c\20unsigned\20char\20const*\2c\20int\2c\20int\2c\20int\2c\20int\2c\20unsigned\20int\20const*\29 -5740:void\20SkSwizzler::SkipLeading8888ZerosThen<&swizzle_rgba_to_rgba_premul\28void*\2c\20unsigned\20char\20const*\2c\20int\2c\20int\2c\20int\2c\20int\2c\20unsigned\20int\20const*\29>\28void*\2c\20unsigned\20char\20const*\2c\20int\2c\20int\2c\20int\2c\20int\2c\20unsigned\20int\20const*\29 -5741:void\20SkSwizzler::SkipLeading8888ZerosThen<&swizzle_rgba_to_bgra_unpremul\28void*\2c\20unsigned\20char\20const*\2c\20int\2c\20int\2c\20int\2c\20int\2c\20unsigned\20int\20const*\29>\28void*\2c\20unsigned\20char\20const*\2c\20int\2c\20int\2c\20int\2c\20int\2c\20unsigned\20int\20const*\29 -5742:void\20SkSwizzler::SkipLeading8888ZerosThen<&swizzle_rgba_to_bgra_premul\28void*\2c\20unsigned\20char\20const*\2c\20int\2c\20int\2c\20int\2c\20int\2c\20unsigned\20int\20const*\29>\28void*\2c\20unsigned\20char\20const*\2c\20int\2c\20int\2c\20int\2c\20int\2c\20unsigned\20int\20const*\29 -5743:void\20SkSwizzler::SkipLeading8888ZerosThen<&sample4\28void*\2c\20unsigned\20char\20const*\2c\20int\2c\20int\2c\20int\2c\20int\2c\20unsigned\20int\20const*\29>\28void*\2c\20unsigned\20char\20const*\2c\20int\2c\20int\2c\20int\2c\20int\2c\20unsigned\20int\20const*\29 -5744:void\20SkSwizzler::SkipLeading8888ZerosThen<&fast_swizzle_rgba_to_rgba_premul\28void*\2c\20unsigned\20char\20const*\2c\20int\2c\20int\2c\20int\2c\20int\2c\20unsigned\20int\20const*\29>\28void*\2c\20unsigned\20char\20const*\2c\20int\2c\20int\2c\20int\2c\20int\2c\20unsigned\20int\20const*\29 -5745:void\20SkSwizzler::SkipLeading8888ZerosThen<&fast_swizzle_rgba_to_bgra_unpremul\28void*\2c\20unsigned\20char\20const*\2c\20int\2c\20int\2c\20int\2c\20int\2c\20unsigned\20int\20const*\29>\28void*\2c\20unsigned\20char\20const*\2c\20int\2c\20int\2c\20int\2c\20int\2c\20unsigned\20int\20const*\29 -5746:void\20SkSwizzler::SkipLeading8888ZerosThen<&fast_swizzle_rgba_to_bgra_premul\28void*\2c\20unsigned\20char\20const*\2c\20int\2c\20int\2c\20int\2c\20int\2c\20unsigned\20int\20const*\29>\28void*\2c\20unsigned\20char\20const*\2c\20int\2c\20int\2c\20int\2c\20int\2c\20unsigned\20int\20const*\29 -5747:void\20SkSwizzler::SkipLeading8888ZerosThen<©\28void*\2c\20unsigned\20char\20const*\2c\20int\2c\20int\2c\20int\2c\20int\2c\20unsigned\20int\20const*\29>\28void*\2c\20unsigned\20char\20const*\2c\20int\2c\20int\2c\20int\2c\20int\2c\20unsigned\20int\20const*\29 -5748:void*\20OT::hb_accelerate_subtables_context_t::cache_func_to>\28void*\2c\20OT::hb_ot_lookup_cache_op_t\29 -5749:virtual\20thunk\20to\20std::__2::basic_stringstream\2c\20std::__2::allocator>::~basic_stringstream\28\29_16361 -5750:virtual\20thunk\20to\20std::__2::basic_stringstream\2c\20std::__2::allocator>::~basic_stringstream\28\29 -5751:virtual\20thunk\20to\20std::__2::basic_ostream>::~basic_ostream\28\29_16259 -5752:virtual\20thunk\20to\20std::__2::basic_ostream>::~basic_ostream\28\29 -5753:virtual\20thunk\20to\20std::__2::basic_istream>::~basic_istream\28\29_16218 -5754:virtual\20thunk\20to\20std::__2::basic_istream>::~basic_istream\28\29 -5755:virtual\20thunk\20to\20std::__2::basic_iostream>::~basic_iostream\28\29_16279 -5756:virtual\20thunk\20to\20std::__2::basic_iostream>::~basic_iostream\28\29 -5757:virtual\20thunk\20to\20GrTextureRenderTargetProxy::~GrTextureRenderTargetProxy\28\29_9988 -5758:virtual\20thunk\20to\20GrTextureRenderTargetProxy::~GrTextureRenderTargetProxy\28\29 -5759:virtual\20thunk\20to\20GrTextureRenderTargetProxy::onUninstantiatedGpuMemorySize\28\29\20const -5760:virtual\20thunk\20to\20GrTextureRenderTargetProxy::instantiate\28GrResourceProvider*\29 -5761:virtual\20thunk\20to\20GrTextureRenderTargetProxy::createSurface\28GrResourceProvider*\29\20const -5762:virtual\20thunk\20to\20GrTextureRenderTargetProxy::callbackDesc\28\29\20const -5763:virtual\20thunk\20to\20GrTextureProxy::~GrTextureProxy\28\29_9939 -5764:virtual\20thunk\20to\20GrTextureProxy::~GrTextureProxy\28\29 -5765:virtual\20thunk\20to\20GrTextureProxy::onUninstantiatedGpuMemorySize\28\29\20const -5766:virtual\20thunk\20to\20GrTextureProxy::instantiate\28GrResourceProvider*\29 -5767:virtual\20thunk\20to\20GrTextureProxy::getUniqueKey\28\29\20const -5768:virtual\20thunk\20to\20GrTextureProxy::createSurface\28GrResourceProvider*\29\20const -5769:virtual\20thunk\20to\20GrTextureProxy::callbackDesc\28\29\20const -5770:virtual\20thunk\20to\20GrTextureProxy::asTextureProxy\28\29\20const -5771:virtual\20thunk\20to\20GrTextureProxy::asTextureProxy\28\29 -5772:virtual\20thunk\20to\20GrTexture::onGpuMemorySize\28\29\20const -5773:virtual\20thunk\20to\20GrTexture::computeScratchKey\28skgpu::ScratchKey*\29\20const -5774:virtual\20thunk\20to\20GrTexture::asTexture\28\29\20const -5775:virtual\20thunk\20to\20GrTexture::asTexture\28\29 -5776:virtual\20thunk\20to\20GrRenderTargetProxy::~GrRenderTargetProxy\28\29_9708 -5777:virtual\20thunk\20to\20GrRenderTargetProxy::~GrRenderTargetProxy\28\29 -5778:virtual\20thunk\20to\20GrRenderTargetProxy::onUninstantiatedGpuMemorySize\28\29\20const -5779:virtual\20thunk\20to\20GrRenderTargetProxy::instantiate\28GrResourceProvider*\29 -5780:virtual\20thunk\20to\20GrRenderTargetProxy::createSurface\28GrResourceProvider*\29\20const -5781:virtual\20thunk\20to\20GrRenderTargetProxy::callbackDesc\28\29\20const -5782:virtual\20thunk\20to\20GrRenderTargetProxy::asRenderTargetProxy\28\29\20const -5783:virtual\20thunk\20to\20GrRenderTargetProxy::asRenderTargetProxy\28\29 -5784:virtual\20thunk\20to\20GrRenderTarget::onRelease\28\29 -5785:virtual\20thunk\20to\20GrRenderTarget::onAbandon\28\29 -5786:virtual\20thunk\20to\20GrRenderTarget::asRenderTarget\28\29\20const -5787:virtual\20thunk\20to\20GrRenderTarget::asRenderTarget\28\29 -5788:virtual\20thunk\20to\20GrGLTextureRenderTarget::~GrGLTextureRenderTarget\28\29_12455 -5789:virtual\20thunk\20to\20GrGLTextureRenderTarget::~GrGLTextureRenderTarget\28\29 -5790:virtual\20thunk\20to\20GrGLTextureRenderTarget::onRelease\28\29 -5791:virtual\20thunk\20to\20GrGLTextureRenderTarget::onGpuMemorySize\28\29\20const -5792:virtual\20thunk\20to\20GrGLTextureRenderTarget::onAbandon\28\29 -5793:virtual\20thunk\20to\20GrGLTextureRenderTarget::dumpMemoryStatistics\28SkTraceMemoryDump*\29\20const -5794:virtual\20thunk\20to\20GrGLTexture::~GrGLTexture\28\29_12422 -5795:virtual\20thunk\20to\20GrGLTexture::~GrGLTexture\28\29 -5796:virtual\20thunk\20to\20GrGLTexture::onRelease\28\29 -5797:virtual\20thunk\20to\20GrGLTexture::onAbandon\28\29 -5798:virtual\20thunk\20to\20GrGLTexture::dumpMemoryStatistics\28SkTraceMemoryDump*\29\20const -5799:virtual\20thunk\20to\20GrGLSLFragmentShaderBuilder::~GrGLSLFragmentShaderBuilder\28\29_10733 -5800:virtual\20thunk\20to\20GrGLSLFragmentShaderBuilder::~GrGLSLFragmentShaderBuilder\28\29 -5801:virtual\20thunk\20to\20GrGLSLFragmentShaderBuilder::onFinalize\28\29 -5802:virtual\20thunk\20to\20GrGLRenderTarget::~GrGLRenderTarget\28\29_12394 -5803:virtual\20thunk\20to\20GrGLRenderTarget::~GrGLRenderTarget\28\29 -5804:virtual\20thunk\20to\20GrGLRenderTarget::onRelease\28\29 -5805:virtual\20thunk\20to\20GrGLRenderTarget::onGpuMemorySize\28\29\20const -5806:virtual\20thunk\20to\20GrGLRenderTarget::onAbandon\28\29 -5807:virtual\20thunk\20to\20GrGLRenderTarget::dumpMemoryStatistics\28SkTraceMemoryDump*\29\20const -5808:virtual\20thunk\20to\20GrGLRenderTarget::backendFormat\28\29\20const -5809:tt_vadvance_adjust -5810:tt_slot_init -5811:tt_size_select -5812:tt_size_reset_iterator -5813:tt_size_request -5814:tt_size_init -5815:tt_size_done -5816:tt_sbit_decoder_load_png -5817:tt_sbit_decoder_load_compound -5818:tt_sbit_decoder_load_byte_aligned -5819:tt_sbit_decoder_load_bit_aligned -5820:tt_property_set -5821:tt_property_get -5822:tt_name_ascii_from_utf16 -5823:tt_name_ascii_from_other -5824:tt_hadvance_adjust -5825:tt_glyph_load -5826:tt_get_var_blend -5827:tt_get_interface -5828:tt_get_glyph_name -5829:tt_get_cmap_info -5830:tt_get_advances -5831:tt_face_set_sbit_strike -5832:tt_face_load_strike_metrics -5833:tt_face_load_sbit_image -5834:tt_face_load_sbit -5835:tt_face_load_post -5836:tt_face_load_pclt -5837:tt_face_load_os2 -5838:tt_face_load_name -5839:tt_face_load_maxp -5840:tt_face_load_kern -5841:tt_face_load_hmtx -5842:tt_face_load_hhea -5843:tt_face_load_head -5844:tt_face_load_gasp -5845:tt_face_load_font_dir -5846:tt_face_load_cpal -5847:tt_face_load_colr -5848:tt_face_load_cmap -5849:tt_face_load_bhed -5850:tt_face_load_any -5851:tt_face_init -5852:tt_face_goto_table -5853:tt_face_get_paint_layers -5854:tt_face_get_paint -5855:tt_face_get_kerning -5856:tt_face_get_colr_layer -5857:tt_face_get_colr_glyph_paint -5858:tt_face_get_colorline_stops -5859:tt_face_get_color_glyph_clipbox -5860:tt_face_free_sbit -5861:tt_face_free_ps_names -5862:tt_face_free_name -5863:tt_face_free_cpal -5864:tt_face_free_colr -5865:tt_face_done -5866:tt_face_colr_blend_layer -5867:tt_driver_init -5868:tt_cvt_ready_iterator -5869:tt_cmap_unicode_init -5870:tt_cmap_unicode_char_next -5871:tt_cmap_unicode_char_index -5872:tt_cmap_init -5873:tt_cmap8_validate -5874:tt_cmap8_get_info -5875:tt_cmap8_char_next -5876:tt_cmap8_char_index -5877:tt_cmap6_validate -5878:tt_cmap6_get_info -5879:tt_cmap6_char_next -5880:tt_cmap6_char_index -5881:tt_cmap4_validate -5882:tt_cmap4_init -5883:tt_cmap4_get_info -5884:tt_cmap4_char_next -5885:tt_cmap4_char_index -5886:tt_cmap2_validate -5887:tt_cmap2_get_info -5888:tt_cmap2_char_next -5889:tt_cmap2_char_index -5890:tt_cmap14_variants -5891:tt_cmap14_variant_chars -5892:tt_cmap14_validate -5893:tt_cmap14_init -5894:tt_cmap14_get_info -5895:tt_cmap14_done -5896:tt_cmap14_char_variants -5897:tt_cmap14_char_var_isdefault -5898:tt_cmap14_char_var_index -5899:tt_cmap14_char_next -5900:tt_cmap13_validate -5901:tt_cmap13_get_info -5902:tt_cmap13_char_next -5903:tt_cmap13_char_index -5904:tt_cmap12_validate -5905:tt_cmap12_get_info -5906:tt_cmap12_char_next -5907:tt_cmap12_char_index -5908:tt_cmap10_validate -5909:tt_cmap10_get_info -5910:tt_cmap10_char_next -5911:tt_cmap10_char_index -5912:tt_cmap0_validate -5913:tt_cmap0_get_info -5914:tt_cmap0_char_next -5915:tt_cmap0_char_index -5916:t2_hints_stems -5917:t2_hints_open -5918:t1_make_subfont -5919:t1_hints_stem -5920:t1_hints_open -5921:t1_decrypt -5922:t1_decoder_parse_metrics -5923:t1_decoder_init -5924:t1_decoder_done -5925:t1_cmap_unicode_init -5926:t1_cmap_unicode_char_next -5927:t1_cmap_unicode_char_index -5928:t1_cmap_std_done -5929:t1_cmap_std_char_next -5930:t1_cmap_std_char_index -5931:t1_cmap_standard_init -5932:t1_cmap_expert_init -5933:t1_cmap_custom_init -5934:t1_cmap_custom_done -5935:t1_cmap_custom_char_next -5936:t1_cmap_custom_char_index -5937:t1_builder_start_point -5938:t1_builder_init -5939:t1_builder_add_point1 -5940:t1_builder_add_point -5941:t1_builder_add_contour -5942:swizzle_small_index_to_n32\28void*\2c\20unsigned\20char\20const*\2c\20int\2c\20int\2c\20int\2c\20int\2c\20unsigned\20int\20const*\29 -5943:swizzle_small_index_to_565\28void*\2c\20unsigned\20char\20const*\2c\20int\2c\20int\2c\20int\2c\20int\2c\20unsigned\20int\20const*\29 -5944:swizzle_rgba_to_rgba_premul\28void*\2c\20unsigned\20char\20const*\2c\20int\2c\20int\2c\20int\2c\20int\2c\20unsigned\20int\20const*\29 -5945:swizzle_rgba_to_bgra_unpremul\28void*\2c\20unsigned\20char\20const*\2c\20int\2c\20int\2c\20int\2c\20int\2c\20unsigned\20int\20const*\29 -5946:swizzle_rgba_to_bgra_premul\28void*\2c\20unsigned\20char\20const*\2c\20int\2c\20int\2c\20int\2c\20int\2c\20unsigned\20int\20const*\29 -5947:swizzle_rgba16_to_rgba_unpremul\28void*\2c\20unsigned\20char\20const*\2c\20int\2c\20int\2c\20int\2c\20int\2c\20unsigned\20int\20const*\29 -5948:swizzle_rgba16_to_rgba_premul\28void*\2c\20unsigned\20char\20const*\2c\20int\2c\20int\2c\20int\2c\20int\2c\20unsigned\20int\20const*\29 -5949:swizzle_rgba16_to_bgra_unpremul\28void*\2c\20unsigned\20char\20const*\2c\20int\2c\20int\2c\20int\2c\20int\2c\20unsigned\20int\20const*\29 -5950:swizzle_rgba16_to_bgra_premul\28void*\2c\20unsigned\20char\20const*\2c\20int\2c\20int\2c\20int\2c\20int\2c\20unsigned\20int\20const*\29 -5951:swizzle_rgb_to_rgba\28void*\2c\20unsigned\20char\20const*\2c\20int\2c\20int\2c\20int\2c\20int\2c\20unsigned\20int\20const*\29 -5952:swizzle_rgb_to_bgra\28void*\2c\20unsigned\20char\20const*\2c\20int\2c\20int\2c\20int\2c\20int\2c\20unsigned\20int\20const*\29 -5953:swizzle_rgb_to_565\28void*\2c\20unsigned\20char\20const*\2c\20int\2c\20int\2c\20int\2c\20int\2c\20unsigned\20int\20const*\29 -5954:swizzle_rgb16_to_rgba\28void*\2c\20unsigned\20char\20const*\2c\20int\2c\20int\2c\20int\2c\20int\2c\20unsigned\20int\20const*\29 -5955:swizzle_rgb16_to_bgra\28void*\2c\20unsigned\20char\20const*\2c\20int\2c\20int\2c\20int\2c\20int\2c\20unsigned\20int\20const*\29 -5956:swizzle_rgb16_to_565\28void*\2c\20unsigned\20char\20const*\2c\20int\2c\20int\2c\20int\2c\20int\2c\20unsigned\20int\20const*\29 -5957:swizzle_mask32_to_rgba_unpremul\28void*\2c\20unsigned\20char\20const*\2c\20int\2c\20SkMasks*\2c\20unsigned\20int\2c\20unsigned\20int\29 -5958:swizzle_mask32_to_rgba_premul\28void*\2c\20unsigned\20char\20const*\2c\20int\2c\20SkMasks*\2c\20unsigned\20int\2c\20unsigned\20int\29 -5959:swizzle_mask32_to_rgba_opaque\28void*\2c\20unsigned\20char\20const*\2c\20int\2c\20SkMasks*\2c\20unsigned\20int\2c\20unsigned\20int\29 -5960:swizzle_mask32_to_bgra_unpremul\28void*\2c\20unsigned\20char\20const*\2c\20int\2c\20SkMasks*\2c\20unsigned\20int\2c\20unsigned\20int\29 -5961:swizzle_mask32_to_bgra_premul\28void*\2c\20unsigned\20char\20const*\2c\20int\2c\20SkMasks*\2c\20unsigned\20int\2c\20unsigned\20int\29 -5962:swizzle_mask32_to_bgra_opaque\28void*\2c\20unsigned\20char\20const*\2c\20int\2c\20SkMasks*\2c\20unsigned\20int\2c\20unsigned\20int\29 -5963:swizzle_mask32_to_565\28void*\2c\20unsigned\20char\20const*\2c\20int\2c\20SkMasks*\2c\20unsigned\20int\2c\20unsigned\20int\29 -5964:swizzle_mask24_to_rgba_unpremul\28void*\2c\20unsigned\20char\20const*\2c\20int\2c\20SkMasks*\2c\20unsigned\20int\2c\20unsigned\20int\29 -5965:swizzle_mask24_to_rgba_premul\28void*\2c\20unsigned\20char\20const*\2c\20int\2c\20SkMasks*\2c\20unsigned\20int\2c\20unsigned\20int\29 -5966:swizzle_mask24_to_rgba_opaque\28void*\2c\20unsigned\20char\20const*\2c\20int\2c\20SkMasks*\2c\20unsigned\20int\2c\20unsigned\20int\29 -5967:swizzle_mask24_to_bgra_unpremul\28void*\2c\20unsigned\20char\20const*\2c\20int\2c\20SkMasks*\2c\20unsigned\20int\2c\20unsigned\20int\29 -5968:swizzle_mask24_to_bgra_premul\28void*\2c\20unsigned\20char\20const*\2c\20int\2c\20SkMasks*\2c\20unsigned\20int\2c\20unsigned\20int\29 -5969:swizzle_mask24_to_bgra_opaque\28void*\2c\20unsigned\20char\20const*\2c\20int\2c\20SkMasks*\2c\20unsigned\20int\2c\20unsigned\20int\29 -5970:swizzle_mask24_to_565\28void*\2c\20unsigned\20char\20const*\2c\20int\2c\20SkMasks*\2c\20unsigned\20int\2c\20unsigned\20int\29 -5971:swizzle_mask16_to_rgba_unpremul\28void*\2c\20unsigned\20char\20const*\2c\20int\2c\20SkMasks*\2c\20unsigned\20int\2c\20unsigned\20int\29 -5972:swizzle_mask16_to_rgba_premul\28void*\2c\20unsigned\20char\20const*\2c\20int\2c\20SkMasks*\2c\20unsigned\20int\2c\20unsigned\20int\29 -5973:swizzle_mask16_to_rgba_opaque\28void*\2c\20unsigned\20char\20const*\2c\20int\2c\20SkMasks*\2c\20unsigned\20int\2c\20unsigned\20int\29 -5974:swizzle_mask16_to_bgra_unpremul\28void*\2c\20unsigned\20char\20const*\2c\20int\2c\20SkMasks*\2c\20unsigned\20int\2c\20unsigned\20int\29 -5975:swizzle_mask16_to_bgra_premul\28void*\2c\20unsigned\20char\20const*\2c\20int\2c\20SkMasks*\2c\20unsigned\20int\2c\20unsigned\20int\29 -5976:swizzle_mask16_to_bgra_opaque\28void*\2c\20unsigned\20char\20const*\2c\20int\2c\20SkMasks*\2c\20unsigned\20int\2c\20unsigned\20int\29 -5977:swizzle_mask16_to_565\28void*\2c\20unsigned\20char\20const*\2c\20int\2c\20SkMasks*\2c\20unsigned\20int\2c\20unsigned\20int\29 -5978:swizzle_index_to_n32_skipZ\28void*\2c\20unsigned\20char\20const*\2c\20int\2c\20int\2c\20int\2c\20int\2c\20unsigned\20int\20const*\29 -5979:swizzle_index_to_n32\28void*\2c\20unsigned\20char\20const*\2c\20int\2c\20int\2c\20int\2c\20int\2c\20unsigned\20int\20const*\29 -5980:swizzle_index_to_565\28void*\2c\20unsigned\20char\20const*\2c\20int\2c\20int\2c\20int\2c\20int\2c\20unsigned\20int\20const*\29 -5981:swizzle_grayalpha_to_n32_unpremul\28void*\2c\20unsigned\20char\20const*\2c\20int\2c\20int\2c\20int\2c\20int\2c\20unsigned\20int\20const*\29 -5982:swizzle_grayalpha_to_n32_premul\28void*\2c\20unsigned\20char\20const*\2c\20int\2c\20int\2c\20int\2c\20int\2c\20unsigned\20int\20const*\29 -5983:swizzle_grayalpha_to_a8\28void*\2c\20unsigned\20char\20const*\2c\20int\2c\20int\2c\20int\2c\20int\2c\20unsigned\20int\20const*\29 -5984:swizzle_gray_to_n32\28void*\2c\20unsigned\20char\20const*\2c\20int\2c\20int\2c\20int\2c\20int\2c\20unsigned\20int\20const*\29 -5985:swizzle_gray_to_565\28void*\2c\20unsigned\20char\20const*\2c\20int\2c\20int\2c\20int\2c\20int\2c\20unsigned\20int\20const*\29 -5986:swizzle_cmyk_to_rgba\28void*\2c\20unsigned\20char\20const*\2c\20int\2c\20int\2c\20int\2c\20int\2c\20unsigned\20int\20const*\29 -5987:swizzle_cmyk_to_bgra\28void*\2c\20unsigned\20char\20const*\2c\20int\2c\20int\2c\20int\2c\20int\2c\20unsigned\20int\20const*\29 -5988:swizzle_cmyk_to_565\28void*\2c\20unsigned\20char\20const*\2c\20int\2c\20int\2c\20int\2c\20int\2c\20unsigned\20int\20const*\29 -5989:swizzle_bit_to_n32\28void*\2c\20unsigned\20char\20const*\2c\20int\2c\20int\2c\20int\2c\20int\2c\20unsigned\20int\20const*\29 -5990:swizzle_bit_to_grayscale\28void*\2c\20unsigned\20char\20const*\2c\20int\2c\20int\2c\20int\2c\20int\2c\20unsigned\20int\20const*\29 -5991:swizzle_bit_to_f16\28void*\2c\20unsigned\20char\20const*\2c\20int\2c\20int\2c\20int\2c\20int\2c\20unsigned\20int\20const*\29 -5992:swizzle_bit_to_565\28void*\2c\20unsigned\20char\20const*\2c\20int\2c\20int\2c\20int\2c\20int\2c\20unsigned\20int\20const*\29 -5993:swizzle_bgr_to_565\28void*\2c\20unsigned\20char\20const*\2c\20int\2c\20int\2c\20int\2c\20int\2c\20unsigned\20int\20const*\29 -5994:string_read -5995:std::exception::what\28\29\20const -5996:std::bad_variant_access::what\28\29\20const -5997:std::bad_optional_access::what\28\29\20const -5998:std::bad_array_new_length::what\28\29\20const -5999:std::bad_alloc::what\28\29\20const -6000:std::__2::unique_ptr>::~unique_ptr\5babi:ne180100\5d\28\29 -6001:std::__2::unique_ptr>::operator=\5babi:ne180100\5d\28std::__2::unique_ptr>&&\29 -6002:std::__2::time_put>>::do_put\28std::__2::ostreambuf_iterator>\2c\20std::__2::ios_base&\2c\20wchar_t\2c\20tm\20const*\2c\20char\2c\20char\29\20const -6003:std::__2::time_put>>::do_put\28std::__2::ostreambuf_iterator>\2c\20std::__2::ios_base&\2c\20char\2c\20tm\20const*\2c\20char\2c\20char\29\20const -6004:std::__2::time_get>>::do_get_year\28std::__2::istreambuf_iterator>\2c\20std::__2::istreambuf_iterator>\2c\20std::__2::ios_base&\2c\20unsigned\20int&\2c\20tm*\29\20const -6005:std::__2::time_get>>::do_get_weekday\28std::__2::istreambuf_iterator>\2c\20std::__2::istreambuf_iterator>\2c\20std::__2::ios_base&\2c\20unsigned\20int&\2c\20tm*\29\20const -6006:std::__2::time_get>>::do_get_time\28std::__2::istreambuf_iterator>\2c\20std::__2::istreambuf_iterator>\2c\20std::__2::ios_base&\2c\20unsigned\20int&\2c\20tm*\29\20const -6007:std::__2::time_get>>::do_get_monthname\28std::__2::istreambuf_iterator>\2c\20std::__2::istreambuf_iterator>\2c\20std::__2::ios_base&\2c\20unsigned\20int&\2c\20tm*\29\20const -6008:std::__2::time_get>>::do_get_date\28std::__2::istreambuf_iterator>\2c\20std::__2::istreambuf_iterator>\2c\20std::__2::ios_base&\2c\20unsigned\20int&\2c\20tm*\29\20const -6009:std::__2::time_get>>::do_get\28std::__2::istreambuf_iterator>\2c\20std::__2::istreambuf_iterator>\2c\20std::__2::ios_base&\2c\20unsigned\20int&\2c\20tm*\2c\20char\2c\20char\29\20const -6010:std::__2::time_get>>::do_get_year\28std::__2::istreambuf_iterator>\2c\20std::__2::istreambuf_iterator>\2c\20std::__2::ios_base&\2c\20unsigned\20int&\2c\20tm*\29\20const -6011:std::__2::time_get>>::do_get_weekday\28std::__2::istreambuf_iterator>\2c\20std::__2::istreambuf_iterator>\2c\20std::__2::ios_base&\2c\20unsigned\20int&\2c\20tm*\29\20const -6012:std::__2::time_get>>::do_get_time\28std::__2::istreambuf_iterator>\2c\20std::__2::istreambuf_iterator>\2c\20std::__2::ios_base&\2c\20unsigned\20int&\2c\20tm*\29\20const -6013:std::__2::time_get>>::do_get_monthname\28std::__2::istreambuf_iterator>\2c\20std::__2::istreambuf_iterator>\2c\20std::__2::ios_base&\2c\20unsigned\20int&\2c\20tm*\29\20const -6014:std::__2::time_get>>::do_get_date\28std::__2::istreambuf_iterator>\2c\20std::__2::istreambuf_iterator>\2c\20std::__2::ios_base&\2c\20unsigned\20int&\2c\20tm*\29\20const -6015:std::__2::time_get>>::do_get\28std::__2::istreambuf_iterator>\2c\20std::__2::istreambuf_iterator>\2c\20std::__2::ios_base&\2c\20unsigned\20int&\2c\20tm*\2c\20char\2c\20char\29\20const -6016:std::__2::numpunct::~numpunct\28\29_17242 -6017:std::__2::numpunct::do_truename\28\29\20const -6018:std::__2::numpunct::do_grouping\28\29\20const -6019:std::__2::numpunct::do_falsename\28\29\20const -6020:std::__2::numpunct::~numpunct\28\29_17240 -6021:std::__2::numpunct::do_truename\28\29\20const -6022:std::__2::numpunct::do_thousands_sep\28\29\20const -6023:std::__2::numpunct::do_grouping\28\29\20const -6024:std::__2::numpunct::do_falsename\28\29\20const -6025:std::__2::numpunct::do_decimal_point\28\29\20const -6026:std::__2::num_put>>::do_put\28std::__2::ostreambuf_iterator>\2c\20std::__2::ios_base&\2c\20wchar_t\2c\20void\20const*\29\20const -6027:std::__2::num_put>>::do_put\28std::__2::ostreambuf_iterator>\2c\20std::__2::ios_base&\2c\20wchar_t\2c\20unsigned\20long\29\20const -6028:std::__2::num_put>>::do_put\28std::__2::ostreambuf_iterator>\2c\20std::__2::ios_base&\2c\20wchar_t\2c\20unsigned\20long\20long\29\20const -6029:std::__2::num_put>>::do_put\28std::__2::ostreambuf_iterator>\2c\20std::__2::ios_base&\2c\20wchar_t\2c\20long\29\20const -6030:std::__2::num_put>>::do_put\28std::__2::ostreambuf_iterator>\2c\20std::__2::ios_base&\2c\20wchar_t\2c\20long\20long\29\20const -6031:std::__2::num_put>>::do_put\28std::__2::ostreambuf_iterator>\2c\20std::__2::ios_base&\2c\20wchar_t\2c\20long\20double\29\20const -6032:std::__2::num_put>>::do_put\28std::__2::ostreambuf_iterator>\2c\20std::__2::ios_base&\2c\20wchar_t\2c\20double\29\20const -6033:std::__2::num_put>>::do_put\28std::__2::ostreambuf_iterator>\2c\20std::__2::ios_base&\2c\20wchar_t\2c\20bool\29\20const -6034:std::__2::num_put>>::do_put\28std::__2::ostreambuf_iterator>\2c\20std::__2::ios_base&\2c\20char\2c\20void\20const*\29\20const -6035:std::__2::num_put>>::do_put\28std::__2::ostreambuf_iterator>\2c\20std::__2::ios_base&\2c\20char\2c\20unsigned\20long\29\20const -6036:std::__2::num_put>>::do_put\28std::__2::ostreambuf_iterator>\2c\20std::__2::ios_base&\2c\20char\2c\20unsigned\20long\20long\29\20const -6037:std::__2::num_put>>::do_put\28std::__2::ostreambuf_iterator>\2c\20std::__2::ios_base&\2c\20char\2c\20long\29\20const -6038:std::__2::num_put>>::do_put\28std::__2::ostreambuf_iterator>\2c\20std::__2::ios_base&\2c\20char\2c\20long\20long\29\20const -6039:std::__2::num_put>>::do_put\28std::__2::ostreambuf_iterator>\2c\20std::__2::ios_base&\2c\20char\2c\20long\20double\29\20const -6040:std::__2::num_put>>::do_put\28std::__2::ostreambuf_iterator>\2c\20std::__2::ios_base&\2c\20char\2c\20double\29\20const -6041:std::__2::num_put>>::do_put\28std::__2::ostreambuf_iterator>\2c\20std::__2::ios_base&\2c\20char\2c\20bool\29\20const -6042:std::__2::num_get>>::do_get\28std::__2::istreambuf_iterator>\2c\20std::__2::istreambuf_iterator>\2c\20std::__2::ios_base&\2c\20unsigned\20int&\2c\20void*&\29\20const -6043:std::__2::num_get>>::do_get\28std::__2::istreambuf_iterator>\2c\20std::__2::istreambuf_iterator>\2c\20std::__2::ios_base&\2c\20unsigned\20int&\2c\20unsigned\20short&\29\20const -6044:std::__2::num_get>>::do_get\28std::__2::istreambuf_iterator>\2c\20std::__2::istreambuf_iterator>\2c\20std::__2::ios_base&\2c\20unsigned\20int&\2c\20unsigned\20long\20long&\29\20const -6045:std::__2::num_get>>::do_get\28std::__2::istreambuf_iterator>\2c\20std::__2::istreambuf_iterator>\2c\20std::__2::ios_base&\2c\20unsigned\20int&\2c\20long\20long&\29\20const -6046:std::__2::num_get>>::do_get\28std::__2::istreambuf_iterator>\2c\20std::__2::istreambuf_iterator>\2c\20std::__2::ios_base&\2c\20unsigned\20int&\2c\20long\20double&\29\20const -6047:std::__2::num_get>>::do_get\28std::__2::istreambuf_iterator>\2c\20std::__2::istreambuf_iterator>\2c\20std::__2::ios_base&\2c\20unsigned\20int&\2c\20long&\29\20const -6048:std::__2::num_get>>::do_get\28std::__2::istreambuf_iterator>\2c\20std::__2::istreambuf_iterator>\2c\20std::__2::ios_base&\2c\20unsigned\20int&\2c\20float&\29\20const -6049:std::__2::num_get>>::do_get\28std::__2::istreambuf_iterator>\2c\20std::__2::istreambuf_iterator>\2c\20std::__2::ios_base&\2c\20unsigned\20int&\2c\20double&\29\20const -6050:std::__2::num_get>>::do_get\28std::__2::istreambuf_iterator>\2c\20std::__2::istreambuf_iterator>\2c\20std::__2::ios_base&\2c\20unsigned\20int&\2c\20bool&\29\20const -6051:std::__2::num_get>>::do_get\28std::__2::istreambuf_iterator>\2c\20std::__2::istreambuf_iterator>\2c\20std::__2::ios_base&\2c\20unsigned\20int&\2c\20void*&\29\20const -6052:std::__2::num_get>>::do_get\28std::__2::istreambuf_iterator>\2c\20std::__2::istreambuf_iterator>\2c\20std::__2::ios_base&\2c\20unsigned\20int&\2c\20unsigned\20short&\29\20const -6053:std::__2::num_get>>::do_get\28std::__2::istreambuf_iterator>\2c\20std::__2::istreambuf_iterator>\2c\20std::__2::ios_base&\2c\20unsigned\20int&\2c\20unsigned\20long\20long&\29\20const -6054:std::__2::num_get>>::do_get\28std::__2::istreambuf_iterator>\2c\20std::__2::istreambuf_iterator>\2c\20std::__2::ios_base&\2c\20unsigned\20int&\2c\20long\20long&\29\20const -6055:std::__2::num_get>>::do_get\28std::__2::istreambuf_iterator>\2c\20std::__2::istreambuf_iterator>\2c\20std::__2::ios_base&\2c\20unsigned\20int&\2c\20long\20double&\29\20const -6056:std::__2::num_get>>::do_get\28std::__2::istreambuf_iterator>\2c\20std::__2::istreambuf_iterator>\2c\20std::__2::ios_base&\2c\20unsigned\20int&\2c\20long&\29\20const -6057:std::__2::num_get>>::do_get\28std::__2::istreambuf_iterator>\2c\20std::__2::istreambuf_iterator>\2c\20std::__2::ios_base&\2c\20unsigned\20int&\2c\20float&\29\20const -6058:std::__2::num_get>>::do_get\28std::__2::istreambuf_iterator>\2c\20std::__2::istreambuf_iterator>\2c\20std::__2::ios_base&\2c\20unsigned\20int&\2c\20double&\29\20const -6059:std::__2::num_get>>::do_get\28std::__2::istreambuf_iterator>\2c\20std::__2::istreambuf_iterator>\2c\20std::__2::ios_base&\2c\20unsigned\20int&\2c\20bool&\29\20const -6060:std::__2::money_put>>::do_put\28std::__2::ostreambuf_iterator>\2c\20bool\2c\20std::__2::ios_base&\2c\20wchar_t\2c\20std::__2::basic_string\2c\20std::__2::allocator>\20const&\29\20const -6061:std::__2::money_put>>::do_put\28std::__2::ostreambuf_iterator>\2c\20bool\2c\20std::__2::ios_base&\2c\20wchar_t\2c\20long\20double\29\20const -6062:std::__2::money_put>>::do_put\28std::__2::ostreambuf_iterator>\2c\20bool\2c\20std::__2::ios_base&\2c\20char\2c\20std::__2::basic_string\2c\20std::__2::allocator>\20const&\29\20const -6063:std::__2::money_put>>::do_put\28std::__2::ostreambuf_iterator>\2c\20bool\2c\20std::__2::ios_base&\2c\20char\2c\20long\20double\29\20const -6064:std::__2::money_get>>::do_get\28std::__2::istreambuf_iterator>\2c\20std::__2::istreambuf_iterator>\2c\20bool\2c\20std::__2::ios_base&\2c\20unsigned\20int&\2c\20std::__2::basic_string\2c\20std::__2::allocator>&\29\20const -6065:std::__2::money_get>>::do_get\28std::__2::istreambuf_iterator>\2c\20std::__2::istreambuf_iterator>\2c\20bool\2c\20std::__2::ios_base&\2c\20unsigned\20int&\2c\20long\20double&\29\20const -6066:std::__2::money_get>>::do_get\28std::__2::istreambuf_iterator>\2c\20std::__2::istreambuf_iterator>\2c\20bool\2c\20std::__2::ios_base&\2c\20unsigned\20int&\2c\20std::__2::basic_string\2c\20std::__2::allocator>&\29\20const -6067:std::__2::money_get>>::do_get\28std::__2::istreambuf_iterator>\2c\20std::__2::istreambuf_iterator>\2c\20bool\2c\20std::__2::ios_base&\2c\20unsigned\20int&\2c\20long\20double&\29\20const -6068:std::__2::messages::do_get\28long\2c\20int\2c\20int\2c\20std::__2::basic_string\2c\20std::__2::allocator>\20const&\29\20const -6069:std::__2::messages::do_get\28long\2c\20int\2c\20int\2c\20std::__2::basic_string\2c\20std::__2::allocator>\20const&\29\20const -6070:std::__2::locale::__imp::~__imp\28\29_17120 -6071:std::__2::ios_base::~ios_base\28\29_16483 -6072:std::__2::ctype::do_widen\28char\20const*\2c\20char\20const*\2c\20wchar_t*\29\20const -6073:std::__2::ctype::do_toupper\28wchar_t\29\20const -6074:std::__2::ctype::do_toupper\28wchar_t*\2c\20wchar_t\20const*\29\20const -6075:std::__2::ctype::do_tolower\28wchar_t\29\20const -6076:std::__2::ctype::do_tolower\28wchar_t*\2c\20wchar_t\20const*\29\20const -6077:std::__2::ctype::do_scan_not\28unsigned\20long\2c\20wchar_t\20const*\2c\20wchar_t\20const*\29\20const -6078:std::__2::ctype::do_scan_is\28unsigned\20long\2c\20wchar_t\20const*\2c\20wchar_t\20const*\29\20const -6079:std::__2::ctype::do_narrow\28wchar_t\2c\20char\29\20const -6080:std::__2::ctype::do_narrow\28wchar_t\20const*\2c\20wchar_t\20const*\2c\20char\2c\20char*\29\20const -6081:std::__2::ctype::do_is\28wchar_t\20const*\2c\20wchar_t\20const*\2c\20unsigned\20long*\29\20const -6082:std::__2::ctype::do_is\28unsigned\20long\2c\20wchar_t\29\20const -6083:std::__2::ctype::~ctype\28\29_17168 -6084:std::__2::ctype::do_widen\28char\20const*\2c\20char\20const*\2c\20char*\29\20const -6085:std::__2::ctype::do_toupper\28char\29\20const -6086:std::__2::ctype::do_toupper\28char*\2c\20char\20const*\29\20const -6087:std::__2::ctype::do_tolower\28char\29\20const -6088:std::__2::ctype::do_tolower\28char*\2c\20char\20const*\29\20const -6089:std::__2::ctype::do_narrow\28char\2c\20char\29\20const -6090:std::__2::ctype::do_narrow\28char\20const*\2c\20char\20const*\2c\20char\2c\20char*\29\20const -6091:std::__2::collate::do_transform\28wchar_t\20const*\2c\20wchar_t\20const*\29\20const -6092:std::__2::collate::do_hash\28wchar_t\20const*\2c\20wchar_t\20const*\29\20const -6093:std::__2::collate::do_compare\28wchar_t\20const*\2c\20wchar_t\20const*\2c\20wchar_t\20const*\2c\20wchar_t\20const*\29\20const -6094:std::__2::collate::do_transform\28char\20const*\2c\20char\20const*\29\20const -6095:std::__2::collate::do_hash\28char\20const*\2c\20char\20const*\29\20const -6096:std::__2::collate::do_compare\28char\20const*\2c\20char\20const*\2c\20char\20const*\2c\20char\20const*\29\20const -6097:std::__2::codecvt::~codecvt\28\29_17186 -6098:std::__2::codecvt::do_unshift\28__mbstate_t&\2c\20char*\2c\20char*\2c\20char*&\29\20const -6099:std::__2::codecvt::do_out\28__mbstate_t&\2c\20wchar_t\20const*\2c\20wchar_t\20const*\2c\20wchar_t\20const*&\2c\20char*\2c\20char*\2c\20char*&\29\20const -6100:std::__2::codecvt::do_max_length\28\29\20const -6101:std::__2::codecvt::do_length\28__mbstate_t&\2c\20char\20const*\2c\20char\20const*\2c\20unsigned\20long\29\20const -6102:std::__2::codecvt::do_in\28__mbstate_t&\2c\20char\20const*\2c\20char\20const*\2c\20char\20const*&\2c\20wchar_t*\2c\20wchar_t*\2c\20wchar_t*&\29\20const -6103:std::__2::codecvt::do_encoding\28\29\20const -6104:std::__2::codecvt::do_length\28__mbstate_t&\2c\20char\20const*\2c\20char\20const*\2c\20unsigned\20long\29\20const -6105:std::__2::basic_stringbuf\2c\20std::__2::allocator>::~basic_stringbuf\28\29_16353 -6106:std::__2::basic_stringbuf\2c\20std::__2::allocator>::underflow\28\29 -6107:std::__2::basic_stringbuf\2c\20std::__2::allocator>::seekpos\28std::__2::fpos<__mbstate_t>\2c\20unsigned\20int\29 -6108:std::__2::basic_stringbuf\2c\20std::__2::allocator>::seekoff\28long\20long\2c\20std::__2::ios_base::seekdir\2c\20unsigned\20int\29 -6109:std::__2::basic_stringbuf\2c\20std::__2::allocator>::pbackfail\28int\29 -6110:std::__2::basic_stringbuf\2c\20std::__2::allocator>::overflow\28int\29 -6111:std::__2::basic_streambuf>::~basic_streambuf\28\29_16191 -6112:std::__2::basic_streambuf>::xsputn\28char\20const*\2c\20long\29 -6113:std::__2::basic_streambuf>::xsgetn\28char*\2c\20long\29 -6114:std::__2::basic_streambuf>::uflow\28\29 -6115:std::__2::basic_streambuf>::setbuf\28char*\2c\20long\29 -6116:std::__2::basic_streambuf>::seekpos\28std::__2::fpos<__mbstate_t>\2c\20unsigned\20int\29 -6117:std::__2::basic_streambuf>::seekoff\28long\20long\2c\20std::__2::ios_base::seekdir\2c\20unsigned\20int\29 -6118:std::__2::bad_function_call::what\28\29\20const -6119:std::__2::__time_get_c_storage::__x\28\29\20const -6120:std::__2::__time_get_c_storage::__weeks\28\29\20const -6121:std::__2::__time_get_c_storage::__r\28\29\20const -6122:std::__2::__time_get_c_storage::__months\28\29\20const -6123:std::__2::__time_get_c_storage::__c\28\29\20const -6124:std::__2::__time_get_c_storage::__am_pm\28\29\20const -6125:std::__2::__time_get_c_storage::__X\28\29\20const -6126:std::__2::__time_get_c_storage::__x\28\29\20const -6127:std::__2::__time_get_c_storage::__weeks\28\29\20const -6128:std::__2::__time_get_c_storage::__r\28\29\20const -6129:std::__2::__time_get_c_storage::__months\28\29\20const -6130:std::__2::__time_get_c_storage::__c\28\29\20const -6131:std::__2::__time_get_c_storage::__am_pm\28\29\20const -6132:std::__2::__time_get_c_storage::__X\28\29\20const -6133:std::__2::__shared_ptr_pointer<_IO_FILE*\2c\20void\20\28*\29\28_IO_FILE*\29\2c\20std::__2::allocator<_IO_FILE>>::__on_zero_shared\28\29 -6134:std::__2::__shared_ptr_emplace>::~__shared_ptr_emplace\28\29_7657 -6135:std::__2::__shared_ptr_emplace>::~__shared_ptr_emplace\28\29 -6136:std::__2::__shared_ptr_emplace>::__on_zero_shared\28\29 -6137:std::__2::__shared_ptr_emplace>::~__shared_ptr_emplace\28\29_7952 -6138:std::__2::__shared_ptr_emplace>::~__shared_ptr_emplace\28\29 -6139:std::__2::__shared_ptr_emplace>::__on_zero_shared\28\29 -6140:std::__2::__shared_ptr_emplace>::~__shared_ptr_emplace\28\29_8196 -6141:std::__2::__shared_ptr_emplace>::~__shared_ptr_emplace\28\29 -6142:std::__2::__shared_ptr_emplace>::__on_zero_shared\28\29 -6143:std::__2::__shared_ptr_emplace>::~__shared_ptr_emplace\28\29_5845 -6144:std::__2::__shared_ptr_emplace>::~__shared_ptr_emplace\28\29 -6145:std::__2::__function::__func\2c\20bool\20\28skia::textlayout::Run\20const*\2c\20float\2c\20skia::textlayout::SkRange\2c\20float*\29>::operator\28\29\28skia::textlayout::Run\20const*&&\2c\20float&&\2c\20skia::textlayout::SkRange&&\2c\20float*&&\29 -6146:std::__2::__function::__func\2c\20bool\20\28skia::textlayout::Run\20const*\2c\20float\2c\20skia::textlayout::SkRange\2c\20float*\29>::__clone\28std::__2::__function::__base\2c\20float*\29>*\29\20const -6147:std::__2::__function::__func\2c\20bool\20\28skia::textlayout::Run\20const*\2c\20float\2c\20skia::textlayout::SkRange\2c\20float*\29>::__clone\28\29\20const -6148:std::__2::__function::__func\2c\20float*\29\20const::'lambda'\28skia::textlayout::SkRange\2c\20skia::textlayout::TextStyle\20const&\2c\20skia::textlayout::TextLine::ClipContext\20const&\29\2c\20std::__2::allocator\2c\20float*\29\20const::'lambda'\28skia::textlayout::SkRange\2c\20skia::textlayout::TextStyle\20const&\2c\20skia::textlayout::TextLine::ClipContext\20const&\29>\2c\20void\20\28skia::textlayout::SkRange\2c\20skia::textlayout::TextStyle\20const&\2c\20skia::textlayout::TextLine::ClipContext\20const&\29>::operator\28\29\28skia::textlayout::SkRange&&\2c\20skia::textlayout::TextStyle\20const&\2c\20skia::textlayout::TextLine::ClipContext\20const&\29 -6149:std::__2::__function::__func\2c\20float*\29\20const::'lambda'\28skia::textlayout::SkRange\2c\20skia::textlayout::TextStyle\20const&\2c\20skia::textlayout::TextLine::ClipContext\20const&\29\2c\20std::__2::allocator\2c\20float*\29\20const::'lambda'\28skia::textlayout::SkRange\2c\20skia::textlayout::TextStyle\20const&\2c\20skia::textlayout::TextLine::ClipContext\20const&\29>\2c\20void\20\28skia::textlayout::SkRange\2c\20skia::textlayout::TextStyle\20const&\2c\20skia::textlayout::TextLine::ClipContext\20const&\29>::__clone\28std::__2::__function::__base\2c\20skia::textlayout::TextStyle\20const&\2c\20skia::textlayout::TextLine::ClipContext\20const&\29>*\29\20const -6150:std::__2::__function::__func\2c\20float*\29\20const::'lambda'\28skia::textlayout::SkRange\2c\20skia::textlayout::TextStyle\20const&\2c\20skia::textlayout::TextLine::ClipContext\20const&\29\2c\20std::__2::allocator\2c\20float*\29\20const::'lambda'\28skia::textlayout::SkRange\2c\20skia::textlayout::TextStyle\20const&\2c\20skia::textlayout::TextLine::ClipContext\20const&\29>\2c\20void\20\28skia::textlayout::SkRange\2c\20skia::textlayout::TextStyle\20const&\2c\20skia::textlayout::TextLine::ClipContext\20const&\29>::__clone\28\29\20const -6151:std::__2::__function::__func\2c\20bool\20\28skia::textlayout::Run\20const*\2c\20float\2c\20skia::textlayout::SkRange\2c\20float*\29>::operator\28\29\28skia::textlayout::Run\20const*&&\2c\20float&&\2c\20skia::textlayout::SkRange&&\2c\20float*&&\29 -6152:std::__2::__function::__func\2c\20bool\20\28skia::textlayout::Run\20const*\2c\20float\2c\20skia::textlayout::SkRange\2c\20float*\29>::__clone\28std::__2::__function::__base\2c\20float*\29>*\29\20const -6153:std::__2::__function::__func\2c\20bool\20\28skia::textlayout::Run\20const*\2c\20float\2c\20skia::textlayout::SkRange\2c\20float*\29>::__clone\28\29\20const -6154:std::__2::__function::__func\2c\20float*\29\20const::'lambda'\28skia::textlayout::SkRange\2c\20skia::textlayout::TextStyle\20const&\2c\20skia::textlayout::TextLine::ClipContext\20const&\29\2c\20std::__2::allocator\2c\20float*\29\20const::'lambda'\28skia::textlayout::SkRange\2c\20skia::textlayout::TextStyle\20const&\2c\20skia::textlayout::TextLine::ClipContext\20const&\29>\2c\20void\20\28skia::textlayout::SkRange\2c\20skia::textlayout::TextStyle\20const&\2c\20skia::textlayout::TextLine::ClipContext\20const&\29>::operator\28\29\28skia::textlayout::SkRange&&\2c\20skia::textlayout::TextStyle\20const&\2c\20skia::textlayout::TextLine::ClipContext\20const&\29 -6155:std::__2::__function::__func\2c\20float*\29\20const::'lambda'\28skia::textlayout::SkRange\2c\20skia::textlayout::TextStyle\20const&\2c\20skia::textlayout::TextLine::ClipContext\20const&\29\2c\20std::__2::allocator\2c\20float*\29\20const::'lambda'\28skia::textlayout::SkRange\2c\20skia::textlayout::TextStyle\20const&\2c\20skia::textlayout::TextLine::ClipContext\20const&\29>\2c\20void\20\28skia::textlayout::SkRange\2c\20skia::textlayout::TextStyle\20const&\2c\20skia::textlayout::TextLine::ClipContext\20const&\29>::__clone\28std::__2::__function::__base\2c\20skia::textlayout::TextStyle\20const&\2c\20skia::textlayout::TextLine::ClipContext\20const&\29>*\29\20const -6156:std::__2::__function::__func\2c\20float*\29\20const::'lambda'\28skia::textlayout::SkRange\2c\20skia::textlayout::TextStyle\20const&\2c\20skia::textlayout::TextLine::ClipContext\20const&\29\2c\20std::__2::allocator\2c\20float*\29\20const::'lambda'\28skia::textlayout::SkRange\2c\20skia::textlayout::TextStyle\20const&\2c\20skia::textlayout::TextLine::ClipContext\20const&\29>\2c\20void\20\28skia::textlayout::SkRange\2c\20skia::textlayout::TextStyle\20const&\2c\20skia::textlayout::TextLine::ClipContext\20const&\29>::__clone\28\29\20const -6157:std::__2::__function::__func\2c\20bool\20\28skia::textlayout::Run\20const*\2c\20float\2c\20skia::textlayout::SkRange\2c\20float*\29>::operator\28\29\28skia::textlayout::Run\20const*&&\2c\20float&&\2c\20skia::textlayout::SkRange&&\2c\20float*&&\29 -6158:std::__2::__function::__func\2c\20bool\20\28skia::textlayout::Run\20const*\2c\20float\2c\20skia::textlayout::SkRange\2c\20float*\29>::__clone\28std::__2::__function::__base\2c\20float*\29>*\29\20const -6159:std::__2::__function::__func\2c\20bool\20\28skia::textlayout::Run\20const*\2c\20float\2c\20skia::textlayout::SkRange\2c\20float*\29>::__clone\28\29\20const -6160:std::__2::__function::__func\2c\20float*\29\20const::'lambda'\28skia::textlayout::SkRange\2c\20skia::textlayout::TextStyle\20const&\2c\20skia::textlayout::TextLine::ClipContext\20const&\29\2c\20std::__2::allocator\2c\20float*\29\20const::'lambda'\28skia::textlayout::SkRange\2c\20skia::textlayout::TextStyle\20const&\2c\20skia::textlayout::TextLine::ClipContext\20const&\29>\2c\20void\20\28skia::textlayout::SkRange\2c\20skia::textlayout::TextStyle\20const&\2c\20skia::textlayout::TextLine::ClipContext\20const&\29>::operator\28\29\28skia::textlayout::SkRange&&\2c\20skia::textlayout::TextStyle\20const&\2c\20skia::textlayout::TextLine::ClipContext\20const&\29 -6161:std::__2::__function::__func\2c\20float*\29\20const::'lambda'\28skia::textlayout::SkRange\2c\20skia::textlayout::TextStyle\20const&\2c\20skia::textlayout::TextLine::ClipContext\20const&\29\2c\20std::__2::allocator\2c\20float*\29\20const::'lambda'\28skia::textlayout::SkRange\2c\20skia::textlayout::TextStyle\20const&\2c\20skia::textlayout::TextLine::ClipContext\20const&\29>\2c\20void\20\28skia::textlayout::SkRange\2c\20skia::textlayout::TextStyle\20const&\2c\20skia::textlayout::TextLine::ClipContext\20const&\29>::__clone\28std::__2::__function::__base\2c\20skia::textlayout::TextStyle\20const&\2c\20skia::textlayout::TextLine::ClipContext\20const&\29>*\29\20const -6162:std::__2::__function::__func\2c\20float*\29\20const::'lambda'\28skia::textlayout::SkRange\2c\20skia::textlayout::TextStyle\20const&\2c\20skia::textlayout::TextLine::ClipContext\20const&\29\2c\20std::__2::allocator\2c\20float*\29\20const::'lambda'\28skia::textlayout::SkRange\2c\20skia::textlayout::TextStyle\20const&\2c\20skia::textlayout::TextLine::ClipContext\20const&\29>\2c\20void\20\28skia::textlayout::SkRange\2c\20skia::textlayout::TextStyle\20const&\2c\20skia::textlayout::TextLine::ClipContext\20const&\29>::__clone\28\29\20const -6163:std::__2::__function::__func\2c\20bool\20\28skia::textlayout::Cluster\20const*\2c\20unsigned\20long\2c\20bool\29>::operator\28\29\28skia::textlayout::Cluster\20const*&&\2c\20unsigned\20long&&\2c\20bool&&\29 -6164:std::__2::__function::__func\2c\20bool\20\28skia::textlayout::Cluster\20const*\2c\20unsigned\20long\2c\20bool\29>::__clone\28std::__2::__function::__base*\29\20const -6165:std::__2::__function::__func\2c\20bool\20\28skia::textlayout::Cluster\20const*\2c\20unsigned\20long\2c\20bool\29>::__clone\28\29\20const -6166:std::__2::__function::__func\2c\20bool\20\28skia::textlayout::Cluster\20const*\2c\20unsigned\20long\2c\20bool\29>::operator\28\29\28skia::textlayout::Cluster\20const*&&\2c\20unsigned\20long&&\2c\20bool&&\29 -6167:std::__2::__function::__func\2c\20bool\20\28skia::textlayout::Cluster\20const*\2c\20unsigned\20long\2c\20bool\29>::__clone\28std::__2::__function::__base*\29\20const -6168:std::__2::__function::__func\2c\20bool\20\28skia::textlayout::Cluster\20const*\2c\20unsigned\20long\2c\20bool\29>::__clone\28\29\20const -6169:std::__2::__function::__func\2c\20skia::textlayout::RectHeightStyle\2c\20skia::textlayout::RectWidthStyle\2c\20std::__2::vector>&\29\20const::$_0\2c\20std::__2::allocator\2c\20skia::textlayout::RectHeightStyle\2c\20skia::textlayout::RectWidthStyle\2c\20std::__2::vector>&\29\20const::$_0>\2c\20bool\20\28skia::textlayout::Run\20const*\2c\20float\2c\20skia::textlayout::SkRange\2c\20float*\29>::operator\28\29\28skia::textlayout::Run\20const*&&\2c\20float&&\2c\20skia::textlayout::SkRange&&\2c\20float*&&\29 -6170:std::__2::__function::__func\2c\20skia::textlayout::RectHeightStyle\2c\20skia::textlayout::RectWidthStyle\2c\20std::__2::vector>&\29\20const::$_0\2c\20std::__2::allocator\2c\20skia::textlayout::RectHeightStyle\2c\20skia::textlayout::RectWidthStyle\2c\20std::__2::vector>&\29\20const::$_0>\2c\20bool\20\28skia::textlayout::Run\20const*\2c\20float\2c\20skia::textlayout::SkRange\2c\20float*\29>::__clone\28std::__2::__function::__base\2c\20float*\29>*\29\20const -6171:std::__2::__function::__func\2c\20skia::textlayout::RectHeightStyle\2c\20skia::textlayout::RectWidthStyle\2c\20std::__2::vector>&\29\20const::$_0\2c\20std::__2::allocator\2c\20skia::textlayout::RectHeightStyle\2c\20skia::textlayout::RectWidthStyle\2c\20std::__2::vector>&\29\20const::$_0>\2c\20bool\20\28skia::textlayout::Run\20const*\2c\20float\2c\20skia::textlayout::SkRange\2c\20float*\29>::__clone\28\29\20const -6172:std::__2::__function::__func\2c\20skia::textlayout::RectHeightStyle\2c\20skia::textlayout::RectWidthStyle\2c\20std::__2::vector>&\29\20const::$_0::operator\28\29\28skia::textlayout::Run\20const*\2c\20float\2c\20skia::textlayout::SkRange\2c\20float*\29\20const::'lambda'\28skia::textlayout::SkRange\2c\20skia::textlayout::TextStyle\20const&\2c\20skia::textlayout::TextLine::ClipContext\20const&\29\2c\20std::__2::allocator\2c\20skia::textlayout::RectHeightStyle\2c\20skia::textlayout::RectWidthStyle\2c\20std::__2::vector>&\29\20const::$_0::operator\28\29\28skia::textlayout::Run\20const*\2c\20float\2c\20skia::textlayout::SkRange\2c\20float*\29\20const::'lambda'\28skia::textlayout::SkRange\2c\20skia::textlayout::TextStyle\20const&\2c\20skia::textlayout::TextLine::ClipContext\20const&\29>\2c\20void\20\28skia::textlayout::SkRange\2c\20skia::textlayout::TextStyle\20const&\2c\20skia::textlayout::TextLine::ClipContext\20const&\29>::operator\28\29\28skia::textlayout::SkRange&&\2c\20skia::textlayout::TextStyle\20const&\2c\20skia::textlayout::TextLine::ClipContext\20const&\29 -6173:std::__2::__function::__func\2c\20skia::textlayout::RectHeightStyle\2c\20skia::textlayout::RectWidthStyle\2c\20std::__2::vector>&\29\20const::$_0::operator\28\29\28skia::textlayout::Run\20const*\2c\20float\2c\20skia::textlayout::SkRange\2c\20float*\29\20const::'lambda'\28skia::textlayout::SkRange\2c\20skia::textlayout::TextStyle\20const&\2c\20skia::textlayout::TextLine::ClipContext\20const&\29\2c\20std::__2::allocator\2c\20skia::textlayout::RectHeightStyle\2c\20skia::textlayout::RectWidthStyle\2c\20std::__2::vector>&\29\20const::$_0::operator\28\29\28skia::textlayout::Run\20const*\2c\20float\2c\20skia::textlayout::SkRange\2c\20float*\29\20const::'lambda'\28skia::textlayout::SkRange\2c\20skia::textlayout::TextStyle\20const&\2c\20skia::textlayout::TextLine::ClipContext\20const&\29>\2c\20void\20\28skia::textlayout::SkRange\2c\20skia::textlayout::TextStyle\20const&\2c\20skia::textlayout::TextLine::ClipContext\20const&\29>::__clone\28std::__2::__function::__base\2c\20skia::textlayout::TextStyle\20const&\2c\20skia::textlayout::TextLine::ClipContext\20const&\29>*\29\20const -6174:std::__2::__function::__func\2c\20skia::textlayout::RectHeightStyle\2c\20skia::textlayout::RectWidthStyle\2c\20std::__2::vector>&\29\20const::$_0::operator\28\29\28skia::textlayout::Run\20const*\2c\20float\2c\20skia::textlayout::SkRange\2c\20float*\29\20const::'lambda'\28skia::textlayout::SkRange\2c\20skia::textlayout::TextStyle\20const&\2c\20skia::textlayout::TextLine::ClipContext\20const&\29\2c\20std::__2::allocator\2c\20skia::textlayout::RectHeightStyle\2c\20skia::textlayout::RectWidthStyle\2c\20std::__2::vector>&\29\20const::$_0::operator\28\29\28skia::textlayout::Run\20const*\2c\20float\2c\20skia::textlayout::SkRange\2c\20float*\29\20const::'lambda'\28skia::textlayout::SkRange\2c\20skia::textlayout::TextStyle\20const&\2c\20skia::textlayout::TextLine::ClipContext\20const&\29>\2c\20void\20\28skia::textlayout::SkRange\2c\20skia::textlayout::TextStyle\20const&\2c\20skia::textlayout::TextLine::ClipContext\20const&\29>::__clone\28\29\20const -6175:std::__2::__function::__func>&\29::$_0\2c\20std::__2::allocator>&\29::$_0>\2c\20bool\20\28skia::textlayout::Run\20const*\2c\20float\2c\20skia::textlayout::SkRange\2c\20float*\29>::operator\28\29\28skia::textlayout::Run\20const*&&\2c\20float&&\2c\20skia::textlayout::SkRange&&\2c\20float*&&\29 -6176:std::__2::__function::__func>&\29::$_0\2c\20std::__2::allocator>&\29::$_0>\2c\20bool\20\28skia::textlayout::Run\20const*\2c\20float\2c\20skia::textlayout::SkRange\2c\20float*\29>::__clone\28std::__2::__function::__base\2c\20float*\29>*\29\20const -6177:std::__2::__function::__func>&\29::$_0\2c\20std::__2::allocator>&\29::$_0>\2c\20bool\20\28skia::textlayout::Run\20const*\2c\20float\2c\20skia::textlayout::SkRange\2c\20float*\29>::__clone\28\29\20const -6178:std::__2::__function::__func\2c\20bool\20\28skia::textlayout::Run\20const*\2c\20float\2c\20skia::textlayout::SkRange\2c\20float*\29>::operator\28\29\28skia::textlayout::Run\20const*&&\2c\20float&&\2c\20skia::textlayout::SkRange&&\2c\20float*&&\29 -6179:std::__2::__function::__func\2c\20bool\20\28skia::textlayout::Run\20const*\2c\20float\2c\20skia::textlayout::SkRange\2c\20float*\29>::__clone\28std::__2::__function::__base\2c\20float*\29>*\29\20const -6180:std::__2::__function::__func\2c\20bool\20\28skia::textlayout::Run\20const*\2c\20float\2c\20skia::textlayout::SkRange\2c\20float*\29>::__clone\28\29\20const -6181:std::__2::__function::__func\2c\20float*\29\20const::'lambda'\28skia::textlayout::SkRange\2c\20skia::textlayout::TextStyle\20const&\2c\20skia::textlayout::TextLine::ClipContext\20const&\29\2c\20std::__2::allocator\2c\20float*\29\20const::'lambda'\28skia::textlayout::SkRange\2c\20skia::textlayout::TextStyle\20const&\2c\20skia::textlayout::TextLine::ClipContext\20const&\29>\2c\20void\20\28skia::textlayout::SkRange\2c\20skia::textlayout::TextStyle\20const&\2c\20skia::textlayout::TextLine::ClipContext\20const&\29>::operator\28\29\28skia::textlayout::SkRange&&\2c\20skia::textlayout::TextStyle\20const&\2c\20skia::textlayout::TextLine::ClipContext\20const&\29 -6182:std::__2::__function::__func\2c\20float*\29\20const::'lambda'\28skia::textlayout::SkRange\2c\20skia::textlayout::TextStyle\20const&\2c\20skia::textlayout::TextLine::ClipContext\20const&\29\2c\20std::__2::allocator\2c\20float*\29\20const::'lambda'\28skia::textlayout::SkRange\2c\20skia::textlayout::TextStyle\20const&\2c\20skia::textlayout::TextLine::ClipContext\20const&\29>\2c\20void\20\28skia::textlayout::SkRange\2c\20skia::textlayout::TextStyle\20const&\2c\20skia::textlayout::TextLine::ClipContext\20const&\29>::__clone\28std::__2::__function::__base\2c\20skia::textlayout::TextStyle\20const&\2c\20skia::textlayout::TextLine::ClipContext\20const&\29>*\29\20const -6183:std::__2::__function::__func\2c\20float*\29\20const::'lambda'\28skia::textlayout::SkRange\2c\20skia::textlayout::TextStyle\20const&\2c\20skia::textlayout::TextLine::ClipContext\20const&\29\2c\20std::__2::allocator\2c\20float*\29\20const::'lambda'\28skia::textlayout::SkRange\2c\20skia::textlayout::TextStyle\20const&\2c\20skia::textlayout::TextLine::ClipContext\20const&\29>\2c\20void\20\28skia::textlayout::SkRange\2c\20skia::textlayout::TextStyle\20const&\2c\20skia::textlayout::TextLine::ClipContext\20const&\29>::__clone\28\29\20const -6184:std::__2::__function::__func\2c\20bool\20\28skia::textlayout::Run\20const*\2c\20float\2c\20skia::textlayout::SkRange\2c\20float*\29>::operator\28\29\28skia::textlayout::Run\20const*&&\2c\20float&&\2c\20skia::textlayout::SkRange&&\2c\20float*&&\29 -6185:std::__2::__function::__func\2c\20bool\20\28skia::textlayout::Run\20const*\2c\20float\2c\20skia::textlayout::SkRange\2c\20float*\29>::__clone\28std::__2::__function::__base\2c\20float*\29>*\29\20const -6186:std::__2::__function::__func\2c\20bool\20\28skia::textlayout::Run\20const*\2c\20float\2c\20skia::textlayout::SkRange\2c\20float*\29>::__clone\28\29\20const -6187:std::__2::__function::__func\2c\20float*\29\20const::'lambda'\28skia::textlayout::SkRange\2c\20skia::textlayout::TextStyle\20const&\2c\20skia::textlayout::TextLine::ClipContext\20const&\29\2c\20std::__2::allocator\2c\20float*\29\20const::'lambda'\28skia::textlayout::SkRange\2c\20skia::textlayout::TextStyle\20const&\2c\20skia::textlayout::TextLine::ClipContext\20const&\29>\2c\20void\20\28skia::textlayout::SkRange\2c\20skia::textlayout::TextStyle\20const&\2c\20skia::textlayout::TextLine::ClipContext\20const&\29>::operator\28\29\28skia::textlayout::SkRange&&\2c\20skia::textlayout::TextStyle\20const&\2c\20skia::textlayout::TextLine::ClipContext\20const&\29 -6188:std::__2::__function::__func\2c\20float*\29\20const::'lambda'\28skia::textlayout::SkRange\2c\20skia::textlayout::TextStyle\20const&\2c\20skia::textlayout::TextLine::ClipContext\20const&\29\2c\20std::__2::allocator\2c\20float*\29\20const::'lambda'\28skia::textlayout::SkRange\2c\20skia::textlayout::TextStyle\20const&\2c\20skia::textlayout::TextLine::ClipContext\20const&\29>\2c\20void\20\28skia::textlayout::SkRange\2c\20skia::textlayout::TextStyle\20const&\2c\20skia::textlayout::TextLine::ClipContext\20const&\29>::__clone\28std::__2::__function::__base\2c\20skia::textlayout::TextStyle\20const&\2c\20skia::textlayout::TextLine::ClipContext\20const&\29>*\29\20const -6189:std::__2::__function::__func\2c\20float*\29\20const::'lambda'\28skia::textlayout::SkRange\2c\20skia::textlayout::TextStyle\20const&\2c\20skia::textlayout::TextLine::ClipContext\20const&\29\2c\20std::__2::allocator\2c\20float*\29\20const::'lambda'\28skia::textlayout::SkRange\2c\20skia::textlayout::TextStyle\20const&\2c\20skia::textlayout::TextLine::ClipContext\20const&\29>\2c\20void\20\28skia::textlayout::SkRange\2c\20skia::textlayout::TextStyle\20const&\2c\20skia::textlayout::TextLine::ClipContext\20const&\29>::__clone\28\29\20const -6190:std::__2::__function::__func\2c\20bool\20\28skia::textlayout::Run\20const*\2c\20float\2c\20skia::textlayout::SkRange\2c\20float*\29>::operator\28\29\28skia::textlayout::Run\20const*&&\2c\20float&&\2c\20skia::textlayout::SkRange&&\2c\20float*&&\29 -6191:std::__2::__function::__func\2c\20bool\20\28skia::textlayout::Run\20const*\2c\20float\2c\20skia::textlayout::SkRange\2c\20float*\29>::__clone\28std::__2::__function::__base\2c\20float*\29>*\29\20const -6192:std::__2::__function::__func\2c\20bool\20\28skia::textlayout::Run\20const*\2c\20float\2c\20skia::textlayout::SkRange\2c\20float*\29>::__clone\28\29\20const -6193:std::__2::__function::__func\2c\20float*\29\20const::'lambda'\28skia::textlayout::SkRange\2c\20skia::textlayout::TextStyle\20const&\2c\20skia::textlayout::TextLine::ClipContext\20const&\29\2c\20std::__2::allocator\2c\20float*\29\20const::'lambda'\28skia::textlayout::SkRange\2c\20skia::textlayout::TextStyle\20const&\2c\20skia::textlayout::TextLine::ClipContext\20const&\29>\2c\20void\20\28skia::textlayout::SkRange\2c\20skia::textlayout::TextStyle\20const&\2c\20skia::textlayout::TextLine::ClipContext\20const&\29>::operator\28\29\28skia::textlayout::SkRange&&\2c\20skia::textlayout::TextStyle\20const&\2c\20skia::textlayout::TextLine::ClipContext\20const&\29 -6194:std::__2::__function::__func\2c\20float*\29\20const::'lambda'\28skia::textlayout::SkRange\2c\20skia::textlayout::TextStyle\20const&\2c\20skia::textlayout::TextLine::ClipContext\20const&\29\2c\20std::__2::allocator\2c\20float*\29\20const::'lambda'\28skia::textlayout::SkRange\2c\20skia::textlayout::TextStyle\20const&\2c\20skia::textlayout::TextLine::ClipContext\20const&\29>\2c\20void\20\28skia::textlayout::SkRange\2c\20skia::textlayout::TextStyle\20const&\2c\20skia::textlayout::TextLine::ClipContext\20const&\29>::__clone\28std::__2::__function::__base\2c\20skia::textlayout::TextStyle\20const&\2c\20skia::textlayout::TextLine::ClipContext\20const&\29>*\29\20const -6195:std::__2::__function::__func\2c\20float*\29\20const::'lambda'\28skia::textlayout::SkRange\2c\20skia::textlayout::TextStyle\20const&\2c\20skia::textlayout::TextLine::ClipContext\20const&\29\2c\20std::__2::allocator\2c\20float*\29\20const::'lambda'\28skia::textlayout::SkRange\2c\20skia::textlayout::TextStyle\20const&\2c\20skia::textlayout::TextLine::ClipContext\20const&\29>\2c\20void\20\28skia::textlayout::SkRange\2c\20skia::textlayout::TextStyle\20const&\2c\20skia::textlayout::TextLine::ClipContext\20const&\29>::__clone\28\29\20const -6196:std::__2::__function::__func\2c\20bool\20\28skia::textlayout::Run\20const*\2c\20float\2c\20skia::textlayout::SkRange\2c\20float*\29>::operator\28\29\28skia::textlayout::Run\20const*&&\2c\20float&&\2c\20skia::textlayout::SkRange&&\2c\20float*&&\29 -6197:std::__2::__function::__func\2c\20bool\20\28skia::textlayout::Run\20const*\2c\20float\2c\20skia::textlayout::SkRange\2c\20float*\29>::__clone\28std::__2::__function::__base\2c\20float*\29>*\29\20const -6198:std::__2::__function::__func\2c\20bool\20\28skia::textlayout::Run\20const*\2c\20float\2c\20skia::textlayout::SkRange\2c\20float*\29>::__clone\28\29\20const -6199:std::__2::__function::__func\2c\20float*\29\20const::'lambda'\28skia::textlayout::SkRange\2c\20skia::textlayout::TextStyle\20const&\2c\20skia::textlayout::TextLine::ClipContext\20const&\29\2c\20std::__2::allocator\2c\20float*\29\20const::'lambda'\28skia::textlayout::SkRange\2c\20skia::textlayout::TextStyle\20const&\2c\20skia::textlayout::TextLine::ClipContext\20const&\29>\2c\20void\20\28skia::textlayout::SkRange\2c\20skia::textlayout::TextStyle\20const&\2c\20skia::textlayout::TextLine::ClipContext\20const&\29>::operator\28\29\28skia::textlayout::SkRange&&\2c\20skia::textlayout::TextStyle\20const&\2c\20skia::textlayout::TextLine::ClipContext\20const&\29 -6200:std::__2::__function::__func\2c\20float*\29\20const::'lambda'\28skia::textlayout::SkRange\2c\20skia::textlayout::TextStyle\20const&\2c\20skia::textlayout::TextLine::ClipContext\20const&\29\2c\20std::__2::allocator\2c\20float*\29\20const::'lambda'\28skia::textlayout::SkRange\2c\20skia::textlayout::TextStyle\20const&\2c\20skia::textlayout::TextLine::ClipContext\20const&\29>\2c\20void\20\28skia::textlayout::SkRange\2c\20skia::textlayout::TextStyle\20const&\2c\20skia::textlayout::TextLine::ClipContext\20const&\29>::__clone\28std::__2::__function::__base\2c\20skia::textlayout::TextStyle\20const&\2c\20skia::textlayout::TextLine::ClipContext\20const&\29>*\29\20const -6201:std::__2::__function::__func\2c\20float*\29\20const::'lambda'\28skia::textlayout::SkRange\2c\20skia::textlayout::TextStyle\20const&\2c\20skia::textlayout::TextLine::ClipContext\20const&\29\2c\20std::__2::allocator\2c\20float*\29\20const::'lambda'\28skia::textlayout::SkRange\2c\20skia::textlayout::TextStyle\20const&\2c\20skia::textlayout::TextLine::ClipContext\20const&\29>\2c\20void\20\28skia::textlayout::SkRange\2c\20skia::textlayout::TextStyle\20const&\2c\20skia::textlayout::TextLine::ClipContext\20const&\29>::__clone\28\29\20const -6202:std::__2::__function::__func\20const&\29::$_0\2c\20std::__2::allocator\20const&\29::$_0>\2c\20bool\20\28skia::textlayout::Run\20const*\2c\20float\2c\20skia::textlayout::SkRange\2c\20float*\29>::operator\28\29\28skia::textlayout::Run\20const*&&\2c\20float&&\2c\20skia::textlayout::SkRange&&\2c\20float*&&\29 -6203:std::__2::__function::__func\20const&\29::$_0\2c\20std::__2::allocator\20const&\29::$_0>\2c\20bool\20\28skia::textlayout::Run\20const*\2c\20float\2c\20skia::textlayout::SkRange\2c\20float*\29>::__clone\28std::__2::__function::__base\2c\20float*\29>*\29\20const -6204:std::__2::__function::__func\20const&\29::$_0\2c\20std::__2::allocator\20const&\29::$_0>\2c\20bool\20\28skia::textlayout::Run\20const*\2c\20float\2c\20skia::textlayout::SkRange\2c\20float*\29>::__clone\28\29\20const -6205:std::__2::__function::__func\20const&\29::$_0::operator\28\29\28skia::textlayout::Run\20const*\2c\20float\2c\20skia::textlayout::SkRange\2c\20float*\29\20const::'lambda'\28skia::textlayout::SkRange\2c\20skia::textlayout::TextStyle\20const&\2c\20skia::textlayout::TextLine::ClipContext\20const&\29\2c\20std::__2::allocator\20const&\29::$_0::operator\28\29\28skia::textlayout::Run\20const*\2c\20float\2c\20skia::textlayout::SkRange\2c\20float*\29\20const::'lambda'\28skia::textlayout::SkRange\2c\20skia::textlayout::TextStyle\20const&\2c\20skia::textlayout::TextLine::ClipContext\20const&\29>\2c\20void\20\28skia::textlayout::SkRange\2c\20skia::textlayout::TextStyle\20const&\2c\20skia::textlayout::TextLine::ClipContext\20const&\29>::operator\28\29\28skia::textlayout::SkRange&&\2c\20skia::textlayout::TextStyle\20const&\2c\20skia::textlayout::TextLine::ClipContext\20const&\29 -6206:std::__2::__function::__func\20const&\29::$_0::operator\28\29\28skia::textlayout::Run\20const*\2c\20float\2c\20skia::textlayout::SkRange\2c\20float*\29\20const::'lambda'\28skia::textlayout::SkRange\2c\20skia::textlayout::TextStyle\20const&\2c\20skia::textlayout::TextLine::ClipContext\20const&\29\2c\20std::__2::allocator\20const&\29::$_0::operator\28\29\28skia::textlayout::Run\20const*\2c\20float\2c\20skia::textlayout::SkRange\2c\20float*\29\20const::'lambda'\28skia::textlayout::SkRange\2c\20skia::textlayout::TextStyle\20const&\2c\20skia::textlayout::TextLine::ClipContext\20const&\29>\2c\20void\20\28skia::textlayout::SkRange\2c\20skia::textlayout::TextStyle\20const&\2c\20skia::textlayout::TextLine::ClipContext\20const&\29>::__clone\28std::__2::__function::__base\2c\20skia::textlayout::TextStyle\20const&\2c\20skia::textlayout::TextLine::ClipContext\20const&\29>*\29\20const -6207:std::__2::__function::__func\20const&\29::$_0::operator\28\29\28skia::textlayout::Run\20const*\2c\20float\2c\20skia::textlayout::SkRange\2c\20float*\29\20const::'lambda'\28skia::textlayout::SkRange\2c\20skia::textlayout::TextStyle\20const&\2c\20skia::textlayout::TextLine::ClipContext\20const&\29\2c\20std::__2::allocator\20const&\29::$_0::operator\28\29\28skia::textlayout::Run\20const*\2c\20float\2c\20skia::textlayout::SkRange\2c\20float*\29\20const::'lambda'\28skia::textlayout::SkRange\2c\20skia::textlayout::TextStyle\20const&\2c\20skia::textlayout::TextLine::ClipContext\20const&\29>\2c\20void\20\28skia::textlayout::SkRange\2c\20skia::textlayout::TextStyle\20const&\2c\20skia::textlayout::TextLine::ClipContext\20const&\29>::__clone\28\29\20const -6208:std::__2::__function::__func\2c\20void\20\28skia::textlayout::SkRange\2c\20skia::textlayout::SkRange\2c\20skia::textlayout::SkRange\2c\20skia::textlayout::SkRange\2c\20skia::textlayout::SkRange\2c\20float\2c\20unsigned\20long\2c\20unsigned\20long\2c\20SkPoint\2c\20SkPoint\2c\20skia::textlayout::InternalLineMetrics\2c\20bool\29>::operator\28\29\28skia::textlayout::SkRange&&\2c\20skia::textlayout::SkRange&&\2c\20skia::textlayout::SkRange&&\2c\20skia::textlayout::SkRange&&\2c\20skia::textlayout::SkRange&&\2c\20float&&\2c\20unsigned\20long&&\2c\20unsigned\20long&&\2c\20SkPoint&&\2c\20SkPoint&&\2c\20skia::textlayout::InternalLineMetrics&&\2c\20bool&&\29 -6209:std::__2::__function::__func\2c\20void\20\28skia::textlayout::SkRange\2c\20skia::textlayout::SkRange\2c\20skia::textlayout::SkRange\2c\20skia::textlayout::SkRange\2c\20skia::textlayout::SkRange\2c\20float\2c\20unsigned\20long\2c\20unsigned\20long\2c\20SkPoint\2c\20SkPoint\2c\20skia::textlayout::InternalLineMetrics\2c\20bool\29>::__clone\28std::__2::__function::__base\2c\20skia::textlayout::SkRange\2c\20skia::textlayout::SkRange\2c\20skia::textlayout::SkRange\2c\20skia::textlayout::SkRange\2c\20float\2c\20unsigned\20long\2c\20unsigned\20long\2c\20SkPoint\2c\20SkPoint\2c\20skia::textlayout::InternalLineMetrics\2c\20bool\29>*\29\20const -6210:std::__2::__function::__func\2c\20void\20\28skia::textlayout::SkRange\2c\20skia::textlayout::SkRange\2c\20skia::textlayout::SkRange\2c\20skia::textlayout::SkRange\2c\20skia::textlayout::SkRange\2c\20float\2c\20unsigned\20long\2c\20unsigned\20long\2c\20SkPoint\2c\20SkPoint\2c\20skia::textlayout::InternalLineMetrics\2c\20bool\29>::__clone\28\29\20const -6211:std::__2::__function::__func\2c\20void\20\28skia::textlayout::Cluster*\29>::operator\28\29\28skia::textlayout::Cluster*&&\29 -6212:std::__2::__function::__func\2c\20void\20\28skia::textlayout::Cluster*\29>::__clone\28std::__2::__function::__base*\29\20const -6213:std::__2::__function::__func\2c\20void\20\28skia::textlayout::Cluster*\29>::__clone\28\29\20const -6214:std::__2::__function::__func\2c\20void\20\28skia::textlayout::ParagraphImpl*\2c\20char\20const*\2c\20bool\29>::__clone\28std::__2::__function::__base*\29\20const -6215:std::__2::__function::__func\2c\20void\20\28skia::textlayout::ParagraphImpl*\2c\20char\20const*\2c\20bool\29>::__clone\28\29\20const -6216:std::__2::__function::__func\2c\20float\20\28skia::textlayout::SkRange\2c\20SkSpan\2c\20float&\2c\20unsigned\20long\2c\20unsigned\20char\29>::operator\28\29\28skia::textlayout::SkRange&&\2c\20SkSpan&&\2c\20float&\2c\20unsigned\20long&&\2c\20unsigned\20char&&\29 -6217:std::__2::__function::__func\2c\20float\20\28skia::textlayout::SkRange\2c\20SkSpan\2c\20float&\2c\20unsigned\20long\2c\20unsigned\20char\29>::__clone\28std::__2::__function::__base\2c\20SkSpan\2c\20float&\2c\20unsigned\20long\2c\20unsigned\20char\29>*\29\20const -6218:std::__2::__function::__func\2c\20float\20\28skia::textlayout::SkRange\2c\20SkSpan\2c\20float&\2c\20unsigned\20long\2c\20unsigned\20char\29>::__clone\28\29\20const -6219:std::__2::__function::__func\2c\20SkSpan\2c\20float&\2c\20unsigned\20long\2c\20unsigned\20char\29\20const::'lambda'\28skia::textlayout::Block\2c\20skia_private::TArray\29\2c\20std::__2::allocator\2c\20SkSpan\2c\20float&\2c\20unsigned\20long\2c\20unsigned\20char\29\20const::'lambda'\28skia::textlayout::Block\2c\20skia_private::TArray\29>\2c\20void\20\28skia::textlayout::Block\2c\20skia_private::TArray\29>::operator\28\29\28skia::textlayout::Block&&\2c\20skia_private::TArray&&\29 -6220:std::__2::__function::__func\2c\20SkSpan\2c\20float&\2c\20unsigned\20long\2c\20unsigned\20char\29\20const::'lambda'\28skia::textlayout::Block\2c\20skia_private::TArray\29\2c\20std::__2::allocator\2c\20SkSpan\2c\20float&\2c\20unsigned\20long\2c\20unsigned\20char\29\20const::'lambda'\28skia::textlayout::Block\2c\20skia_private::TArray\29>\2c\20void\20\28skia::textlayout::Block\2c\20skia_private::TArray\29>::__clone\28std::__2::__function::__base\29>*\29\20const -6221:std::__2::__function::__func\2c\20SkSpan\2c\20float&\2c\20unsigned\20long\2c\20unsigned\20char\29\20const::'lambda'\28skia::textlayout::Block\2c\20skia_private::TArray\29\2c\20std::__2::allocator\2c\20SkSpan\2c\20float&\2c\20unsigned\20long\2c\20unsigned\20char\29\20const::'lambda'\28skia::textlayout::Block\2c\20skia_private::TArray\29>\2c\20void\20\28skia::textlayout::Block\2c\20skia_private::TArray\29>::__clone\28\29\20const -6222:std::__2::__function::__func\2c\20SkSpan\2c\20float&\2c\20unsigned\20long\2c\20unsigned\20char\29\20const::'lambda'\28skia::textlayout::Block\2c\20skia_private::TArray\29::operator\28\29\28skia::textlayout::Block\2c\20skia_private::TArray\29\20const::'lambda'\28sk_sp\29\2c\20std::__2::allocator\2c\20SkSpan\2c\20float&\2c\20unsigned\20long\2c\20unsigned\20char\29\20const::'lambda'\28skia::textlayout::Block\2c\20skia_private::TArray\29::operator\28\29\28skia::textlayout::Block\2c\20skia_private::TArray\29\20const::'lambda'\28sk_sp\29>\2c\20skia::textlayout::OneLineShaper::Resolved\20\28sk_sp\29>::operator\28\29\28sk_sp&&\29 -6223:std::__2::__function::__func\2c\20SkSpan\2c\20float&\2c\20unsigned\20long\2c\20unsigned\20char\29\20const::'lambda'\28skia::textlayout::Block\2c\20skia_private::TArray\29::operator\28\29\28skia::textlayout::Block\2c\20skia_private::TArray\29\20const::'lambda'\28sk_sp\29\2c\20std::__2::allocator\2c\20SkSpan\2c\20float&\2c\20unsigned\20long\2c\20unsigned\20char\29\20const::'lambda'\28skia::textlayout::Block\2c\20skia_private::TArray\29::operator\28\29\28skia::textlayout::Block\2c\20skia_private::TArray\29\20const::'lambda'\28sk_sp\29>\2c\20skia::textlayout::OneLineShaper::Resolved\20\28sk_sp\29>::__clone\28std::__2::__function::__base\29>*\29\20const -6224:std::__2::__function::__func\2c\20SkSpan\2c\20float&\2c\20unsigned\20long\2c\20unsigned\20char\29\20const::'lambda'\28skia::textlayout::Block\2c\20skia_private::TArray\29::operator\28\29\28skia::textlayout::Block\2c\20skia_private::TArray\29\20const::'lambda'\28sk_sp\29\2c\20std::__2::allocator\2c\20SkSpan\2c\20float&\2c\20unsigned\20long\2c\20unsigned\20char\29\20const::'lambda'\28skia::textlayout::Block\2c\20skia_private::TArray\29::operator\28\29\28skia::textlayout::Block\2c\20skia_private::TArray\29\20const::'lambda'\28sk_sp\29>\2c\20skia::textlayout::OneLineShaper::Resolved\20\28sk_sp\29>::__clone\28\29\20const -6225:std::__2::__function::__func\2c\20void\20\28skia::textlayout::SkRange\29>::operator\28\29\28skia::textlayout::SkRange&&\29 -6226:std::__2::__function::__func\2c\20void\20\28skia::textlayout::SkRange\29>::__clone\28std::__2::__function::__base\29>*\29\20const -6227:std::__2::__function::__func\2c\20void\20\28skia::textlayout::SkRange\29>::__clone\28\29\20const -6228:std::__2::__function::__func\2c\20void\20\28sktext::gpu::AtlasSubRun\20const*\2c\20SkPoint\2c\20SkPaint\20const&\2c\20sk_sp\2c\20sktext::gpu::RendererData\29>::operator\28\29\28sktext::gpu::AtlasSubRun\20const*&&\2c\20SkPoint&&\2c\20SkPaint\20const&\2c\20sk_sp&&\2c\20sktext::gpu::RendererData&&\29 -6229:std::__2::__function::__func\2c\20void\20\28sktext::gpu::AtlasSubRun\20const*\2c\20SkPoint\2c\20SkPaint\20const&\2c\20sk_sp\2c\20sktext::gpu::RendererData\29>::__clone\28std::__2::__function::__base\2c\20sktext::gpu::RendererData\29>*\29\20const -6230:std::__2::__function::__func\2c\20void\20\28sktext::gpu::AtlasSubRun\20const*\2c\20SkPoint\2c\20SkPaint\20const&\2c\20sk_sp\2c\20sktext::gpu::RendererData\29>::__clone\28\29\20const -6231:std::__2::__function::__func\2c\20void\20\28void*\2c\20void\20const*\29>::~__func\28\29_10170 -6232:std::__2::__function::__func\2c\20void\20\28void*\2c\20void\20const*\29>::~__func\28\29 -6233:std::__2::__function::__func\2c\20void\20\28void*\2c\20void\20const*\29>::operator\28\29\28void*&&\2c\20void\20const*&&\29 -6234:std::__2::__function::__func\2c\20void\20\28void*\2c\20void\20const*\29>::destroy_deallocate\28\29 -6235:std::__2::__function::__func\2c\20void\20\28void*\2c\20void\20const*\29>::destroy\28\29 -6236:std::__2::__function::__func\2c\20void\20\28void*\2c\20void\20const*\29>::__clone\28std::__2::__function::__base*\29\20const -6237:std::__2::__function::__func\2c\20void\20\28void*\2c\20void\20const*\29>::__clone\28\29\20const -6238:std::__2::__function::__func\2c\20void\20\28\29>::operator\28\29\28\29 -6239:std::__2::__function::__func\2c\20void\20\28\29>::__clone\28std::__2::__function::__base*\29\20const -6240:std::__2::__function::__func\2c\20void\20\28\29>::__clone\28\29\20const -6241:std::__2::__function::__func\2c\20void\20\28\29>::operator\28\29\28\29 -6242:std::__2::__function::__func\2c\20void\20\28\29>::__clone\28std::__2::__function::__base*\29\20const -6243:std::__2::__function::__func\2c\20void\20\28\29>::__clone\28\29\20const -6244:std::__2::__function::__func\2c\20void\20\28GrSurfaceProxy*\2c\20skgpu::Mipmapped\29>::operator\28\29\28GrSurfaceProxy*&&\2c\20skgpu::Mipmapped&&\29 -6245:std::__2::__function::__func\2c\20void\20\28GrSurfaceProxy*\2c\20skgpu::Mipmapped\29>::__clone\28std::__2::__function::__base*\29\20const -6246:std::__2::__function::__func\2c\20void\20\28GrSurfaceProxy*\2c\20skgpu::Mipmapped\29>::__clone\28\29\20const -6247:std::__2::__function::__func>\2c\20GrTextureResolveManager\2c\20GrCaps\20const&\29::$_0\2c\20std::__2::allocator>\2c\20GrTextureResolveManager\2c\20GrCaps\20const&\29::$_0>\2c\20void\20\28GrSurfaceProxy*\2c\20skgpu::Mipmapped\29>::operator\28\29\28GrSurfaceProxy*&&\2c\20skgpu::Mipmapped&&\29 -6248:std::__2::__function::__func>\2c\20GrTextureResolveManager\2c\20GrCaps\20const&\29::$_0\2c\20std::__2::allocator>\2c\20GrTextureResolveManager\2c\20GrCaps\20const&\29::$_0>\2c\20void\20\28GrSurfaceProxy*\2c\20skgpu::Mipmapped\29>::__clone\28std::__2::__function::__base*\29\20const -6249:std::__2::__function::__func>\2c\20GrTextureResolveManager\2c\20GrCaps\20const&\29::$_0\2c\20std::__2::allocator>\2c\20GrTextureResolveManager\2c\20GrCaps\20const&\29::$_0>\2c\20void\20\28GrSurfaceProxy*\2c\20skgpu::Mipmapped\29>::__clone\28\29\20const -6250:std::__2::__function::__func>\2c\20bool\2c\20GrProcessorSet::Analysis\20const&\2c\20GrAppliedClip&&\2c\20GrDstProxyView\20const&\2c\20GrTextureResolveManager\2c\20GrCaps\20const&\29::$_0\2c\20std::__2::allocator>\2c\20bool\2c\20GrProcessorSet::Analysis\20const&\2c\20GrAppliedClip&&\2c\20GrDstProxyView\20const&\2c\20GrTextureResolveManager\2c\20GrCaps\20const&\29::$_0>\2c\20void\20\28GrSurfaceProxy*\2c\20skgpu::Mipmapped\29>::operator\28\29\28GrSurfaceProxy*&&\2c\20skgpu::Mipmapped&&\29 -6251:std::__2::__function::__func>\2c\20bool\2c\20GrProcessorSet::Analysis\20const&\2c\20GrAppliedClip&&\2c\20GrDstProxyView\20const&\2c\20GrTextureResolveManager\2c\20GrCaps\20const&\29::$_0\2c\20std::__2::allocator>\2c\20bool\2c\20GrProcessorSet::Analysis\20const&\2c\20GrAppliedClip&&\2c\20GrDstProxyView\20const&\2c\20GrTextureResolveManager\2c\20GrCaps\20const&\29::$_0>\2c\20void\20\28GrSurfaceProxy*\2c\20skgpu::Mipmapped\29>::__clone\28std::__2::__function::__base*\29\20const -6252:std::__2::__function::__func>\2c\20bool\2c\20GrProcessorSet::Analysis\20const&\2c\20GrAppliedClip&&\2c\20GrDstProxyView\20const&\2c\20GrTextureResolveManager\2c\20GrCaps\20const&\29::$_0\2c\20std::__2::allocator>\2c\20bool\2c\20GrProcessorSet::Analysis\20const&\2c\20GrAppliedClip&&\2c\20GrDstProxyView\20const&\2c\20GrTextureResolveManager\2c\20GrCaps\20const&\29::$_0>\2c\20void\20\28GrSurfaceProxy*\2c\20skgpu::Mipmapped\29>::__clone\28\29\20const -6253:std::__2::__function::__func\2c\20void\20\28sktext::gpu::AtlasSubRun\20const*\2c\20SkPoint\2c\20SkPaint\20const&\2c\20sk_sp\2c\20sktext::gpu::RendererData\29>::operator\28\29\28sktext::gpu::AtlasSubRun\20const*&&\2c\20SkPoint&&\2c\20SkPaint\20const&\2c\20sk_sp&&\2c\20sktext::gpu::RendererData&&\29 -6254:std::__2::__function::__func\2c\20void\20\28sktext::gpu::AtlasSubRun\20const*\2c\20SkPoint\2c\20SkPaint\20const&\2c\20sk_sp\2c\20sktext::gpu::RendererData\29>::__clone\28std::__2::__function::__base\2c\20sktext::gpu::RendererData\29>*\29\20const -6255:std::__2::__function::__func\2c\20void\20\28sktext::gpu::AtlasSubRun\20const*\2c\20SkPoint\2c\20SkPaint\20const&\2c\20sk_sp\2c\20sktext::gpu::RendererData\29>::__clone\28\29\20const -6256:std::__2::__function::__func\2c\20std::__2::tuple\20\28sktext::gpu::GlyphVector*\2c\20int\2c\20int\2c\20skgpu::MaskFormat\2c\20int\29>::operator\28\29\28sktext::gpu::GlyphVector*&&\2c\20int&&\2c\20int&&\2c\20skgpu::MaskFormat&&\2c\20int&&\29 -6257:std::__2::__function::__func\2c\20std::__2::tuple\20\28sktext::gpu::GlyphVector*\2c\20int\2c\20int\2c\20skgpu::MaskFormat\2c\20int\29>::__clone\28std::__2::__function::__base\20\28sktext::gpu::GlyphVector*\2c\20int\2c\20int\2c\20skgpu::MaskFormat\2c\20int\29>*\29\20const -6258:std::__2::__function::__func\2c\20std::__2::tuple\20\28sktext::gpu::GlyphVector*\2c\20int\2c\20int\2c\20skgpu::MaskFormat\2c\20int\29>::__clone\28\29\20const -6259:std::__2::__function::__func>\2c\20SkIRect\20const&\2c\20SkMatrix\20const&\2c\20SkPath\20const&\29::$_0\2c\20std::__2::allocator>\2c\20SkIRect\20const&\2c\20SkMatrix\20const&\2c\20SkPath\20const&\29::$_0>\2c\20bool\20\28GrSurfaceProxy\20const*\29>::operator\28\29\28GrSurfaceProxy\20const*&&\29 -6260:std::__2::__function::__func>\2c\20SkIRect\20const&\2c\20SkMatrix\20const&\2c\20SkPath\20const&\29::$_0\2c\20std::__2::allocator>\2c\20SkIRect\20const&\2c\20SkMatrix\20const&\2c\20SkPath\20const&\29::$_0>\2c\20bool\20\28GrSurfaceProxy\20const*\29>::__clone\28std::__2::__function::__base*\29\20const -6261:std::__2::__function::__func>\2c\20SkIRect\20const&\2c\20SkMatrix\20const&\2c\20SkPath\20const&\29::$_0\2c\20std::__2::allocator>\2c\20SkIRect\20const&\2c\20SkMatrix\20const&\2c\20SkPath\20const&\29::$_0>\2c\20bool\20\28GrSurfaceProxy\20const*\29>::__clone\28\29\20const -6262:std::__2::__function::__func\2c\20sk_sp\20\28SkIRect\29>::operator\28\29\28SkIRect&&\29 -6263:std::__2::__function::__func\2c\20sk_sp\20\28SkIRect\29>::__clone\28std::__2::__function::__base\20\28SkIRect\29>*\29\20const -6264:std::__2::__function::__func\2c\20sk_sp\20\28SkIRect\29>::__clone\28\29\20const -6265:std::__2::__function::__func\2c\20sk_sp\20\28SkIRect\29>::operator\28\29\28SkIRect&&\29 -6266:std::__2::__function::__func\2c\20sk_sp\20\28SkIRect\29>::__clone\28std::__2::__function::__base\20\28SkIRect\29>*\29\20const -6267:std::__2::__function::__func\2c\20sk_sp\20\28SkIRect\29>::__clone\28\29\20const -6268:std::__2::__function::__func\2c\20void\20\28int\2c\20char\20const*\29>::operator\28\29\28int&&\2c\20char\20const*&&\29 -6269:std::__2::__function::__func\2c\20void\20\28int\2c\20char\20const*\29>::__clone\28std::__2::__function::__base*\29\20const -6270:std::__2::__function::__func\2c\20void\20\28int\2c\20char\20const*\29>::__clone\28\29\20const -6271:std::__2::__function::__func\28GrOp\20const*\2c\20GrSurfaceProxy\20const*\29::'lambda'\28GrSurfaceProxy*\2c\20skgpu::Mipmapped\29\2c\20std::__2::allocator\28GrOp\20const*\2c\20GrSurfaceProxy\20const*\29::'lambda'\28GrSurfaceProxy*\2c\20skgpu::Mipmapped\29>\2c\20void\20\28GrSurfaceProxy*\2c\20skgpu::Mipmapped\29>::__clone\28std::__2::__function::__base*\29\20const -6272:std::__2::__function::__func\28GrOp\20const*\2c\20GrSurfaceProxy\20const*\29::'lambda'\28GrSurfaceProxy*\2c\20skgpu::Mipmapped\29\2c\20std::__2::allocator\28GrOp\20const*\2c\20GrSurfaceProxy\20const*\29::'lambda'\28GrSurfaceProxy*\2c\20skgpu::Mipmapped\29>\2c\20void\20\28GrSurfaceProxy*\2c\20skgpu::Mipmapped\29>::__clone\28\29\20const -6273:std::__2::__function::__func\28GrFragmentProcessor\20const*\2c\20GrSurfaceProxy\20const*\29::'lambda'\28GrSurfaceProxy*\2c\20skgpu::Mipmapped\29\2c\20std::__2::allocator\28GrFragmentProcessor\20const*\2c\20GrSurfaceProxy\20const*\29::'lambda'\28GrSurfaceProxy*\2c\20skgpu::Mipmapped\29>\2c\20void\20\28GrSurfaceProxy*\2c\20skgpu::Mipmapped\29>::__clone\28std::__2::__function::__base*\29\20const -6274:std::__2::__function::__func\28GrFragmentProcessor\20const*\2c\20GrSurfaceProxy\20const*\29::'lambda'\28GrSurfaceProxy*\2c\20skgpu::Mipmapped\29\2c\20std::__2::allocator\28GrFragmentProcessor\20const*\2c\20GrSurfaceProxy\20const*\29::'lambda'\28GrSurfaceProxy*\2c\20skgpu::Mipmapped\29>\2c\20void\20\28GrSurfaceProxy*\2c\20skgpu::Mipmapped\29>::__clone\28\29\20const -6275:std::__2::__function::__func<\28anonymous\20namespace\29::render_sw_mask\28GrRecordingContext*\2c\20SkIRect\20const&\2c\20skgpu::ganesh::ClipStack::Element\20const**\2c\20int\29::$_0\2c\20std::__2::allocator<\28anonymous\20namespace\29::render_sw_mask\28GrRecordingContext*\2c\20SkIRect\20const&\2c\20skgpu::ganesh::ClipStack::Element\20const**\2c\20int\29::$_0>\2c\20void\20\28\29>::operator\28\29\28\29 -6276:std::__2::__function::__func<\28anonymous\20namespace\29::render_sw_mask\28GrRecordingContext*\2c\20SkIRect\20const&\2c\20skgpu::ganesh::ClipStack::Element\20const**\2c\20int\29::$_0\2c\20std::__2::allocator<\28anonymous\20namespace\29::render_sw_mask\28GrRecordingContext*\2c\20SkIRect\20const&\2c\20skgpu::ganesh::ClipStack::Element\20const**\2c\20int\29::$_0>\2c\20void\20\28\29>::__clone\28std::__2::__function::__base*\29\20const -6277:std::__2::__function::__func<\28anonymous\20namespace\29::render_sw_mask\28GrRecordingContext*\2c\20SkIRect\20const&\2c\20skgpu::ganesh::ClipStack::Element\20const**\2c\20int\29::$_0\2c\20std::__2::allocator<\28anonymous\20namespace\29::render_sw_mask\28GrRecordingContext*\2c\20SkIRect\20const&\2c\20skgpu::ganesh::ClipStack::Element\20const**\2c\20int\29::$_0>\2c\20void\20\28\29>::__clone\28\29\20const -6278:std::__2::__function::__func<\28anonymous\20namespace\29::colrv1_traverse_paint_bounds\28SkMatrix*\2c\20SkRect*\2c\20FT_FaceRec_*\2c\20FT_Opaque_Paint_\2c\20skia_private::THashSet*\29::$_1\2c\20std::__2::allocator<\28anonymous\20namespace\29::colrv1_traverse_paint_bounds\28SkMatrix*\2c\20SkRect*\2c\20FT_FaceRec_*\2c\20FT_Opaque_Paint_\2c\20skia_private::THashSet*\29::$_1>\2c\20void\20\28\29>::operator\28\29\28\29 -6279:std::__2::__function::__func<\28anonymous\20namespace\29::colrv1_traverse_paint_bounds\28SkMatrix*\2c\20SkRect*\2c\20FT_FaceRec_*\2c\20FT_Opaque_Paint_\2c\20skia_private::THashSet*\29::$_1\2c\20std::__2::allocator<\28anonymous\20namespace\29::colrv1_traverse_paint_bounds\28SkMatrix*\2c\20SkRect*\2c\20FT_FaceRec_*\2c\20FT_Opaque_Paint_\2c\20skia_private::THashSet*\29::$_1>\2c\20void\20\28\29>::__clone\28std::__2::__function::__base*\29\20const -6280:std::__2::__function::__func<\28anonymous\20namespace\29::colrv1_traverse_paint_bounds\28SkMatrix*\2c\20SkRect*\2c\20FT_FaceRec_*\2c\20FT_Opaque_Paint_\2c\20skia_private::THashSet*\29::$_1\2c\20std::__2::allocator<\28anonymous\20namespace\29::colrv1_traverse_paint_bounds\28SkMatrix*\2c\20SkRect*\2c\20FT_FaceRec_*\2c\20FT_Opaque_Paint_\2c\20skia_private::THashSet*\29::$_1>\2c\20void\20\28\29>::__clone\28\29\20const -6281:std::__2::__function::__func<\28anonymous\20namespace\29::colrv1_traverse_paint_bounds\28SkMatrix*\2c\20SkRect*\2c\20FT_FaceRec_*\2c\20FT_Opaque_Paint_\2c\20skia_private::THashSet*\29::$_0\2c\20std::__2::allocator<\28anonymous\20namespace\29::colrv1_traverse_paint_bounds\28SkMatrix*\2c\20SkRect*\2c\20FT_FaceRec_*\2c\20FT_Opaque_Paint_\2c\20skia_private::THashSet*\29::$_0>\2c\20void\20\28\29>::__clone\28std::__2::__function::__base*\29\20const -6282:std::__2::__function::__func<\28anonymous\20namespace\29::colrv1_traverse_paint_bounds\28SkMatrix*\2c\20SkRect*\2c\20FT_FaceRec_*\2c\20FT_Opaque_Paint_\2c\20skia_private::THashSet*\29::$_0\2c\20std::__2::allocator<\28anonymous\20namespace\29::colrv1_traverse_paint_bounds\28SkMatrix*\2c\20SkRect*\2c\20FT_FaceRec_*\2c\20FT_Opaque_Paint_\2c\20skia_private::THashSet*\29::$_0>\2c\20void\20\28\29>::__clone\28\29\20const -6283:std::__2::__function::__func<\28anonymous\20namespace\29::colrv1_traverse_paint\28SkCanvas*\2c\20SkSpan\20const&\2c\20unsigned\20int\2c\20FT_FaceRec_*\2c\20FT_Opaque_Paint_\2c\20skia_private::THashSet*\29::$_0\2c\20std::__2::allocator<\28anonymous\20namespace\29::colrv1_traverse_paint\28SkCanvas*\2c\20SkSpan\20const&\2c\20unsigned\20int\2c\20FT_FaceRec_*\2c\20FT_Opaque_Paint_\2c\20skia_private::THashSet*\29::$_0>\2c\20void\20\28\29>::__clone\28std::__2::__function::__base*\29\20const -6284:std::__2::__function::__func<\28anonymous\20namespace\29::colrv1_traverse_paint\28SkCanvas*\2c\20SkSpan\20const&\2c\20unsigned\20int\2c\20FT_FaceRec_*\2c\20FT_Opaque_Paint_\2c\20skia_private::THashSet*\29::$_0\2c\20std::__2::allocator<\28anonymous\20namespace\29::colrv1_traverse_paint\28SkCanvas*\2c\20SkSpan\20const&\2c\20unsigned\20int\2c\20FT_FaceRec_*\2c\20FT_Opaque_Paint_\2c\20skia_private::THashSet*\29::$_0>\2c\20void\20\28\29>::__clone\28\29\20const -6285:std::__2::__function::__func<\28anonymous\20namespace\29::MeshOp::visitProxies\28std::__2::function\20const&\29\20const::'lambda'\28GrTextureEffect\20const&\29\2c\20std::__2::allocator<\28anonymous\20namespace\29::MeshOp::visitProxies\28std::__2::function\20const&\29\20const::'lambda'\28GrTextureEffect\20const&\29>\2c\20void\20\28GrTextureEffect\20const&\29>::operator\28\29\28GrTextureEffect\20const&\29 -6286:std::__2::__function::__func<\28anonymous\20namespace\29::MeshOp::visitProxies\28std::__2::function\20const&\29\20const::'lambda'\28GrTextureEffect\20const&\29\2c\20std::__2::allocator<\28anonymous\20namespace\29::MeshOp::visitProxies\28std::__2::function\20const&\29\20const::'lambda'\28GrTextureEffect\20const&\29>\2c\20void\20\28GrTextureEffect\20const&\29>::__clone\28std::__2::__function::__base*\29\20const -6287:std::__2::__function::__func<\28anonymous\20namespace\29::MeshOp::visitProxies\28std::__2::function\20const&\29\20const::'lambda'\28GrTextureEffect\20const&\29\2c\20std::__2::allocator<\28anonymous\20namespace\29::MeshOp::visitProxies\28std::__2::function\20const&\29\20const::'lambda'\28GrTextureEffect\20const&\29>\2c\20void\20\28GrTextureEffect\20const&\29>::__clone\28\29\20const -6288:std::__2::__function::__func<\28anonymous\20namespace\29::MeshOp::onExecute\28GrOpFlushState*\2c\20SkRect\20const&\29::$_0\2c\20std::__2::allocator<\28anonymous\20namespace\29::MeshOp::onExecute\28GrOpFlushState*\2c\20SkRect\20const&\29::$_0>\2c\20void\20\28GrTextureEffect\20const&\29>::operator\28\29\28GrTextureEffect\20const&\29 -6289:std::__2::__function::__func<\28anonymous\20namespace\29::MeshOp::onExecute\28GrOpFlushState*\2c\20SkRect\20const&\29::$_0\2c\20std::__2::allocator<\28anonymous\20namespace\29::MeshOp::onExecute\28GrOpFlushState*\2c\20SkRect\20const&\29::$_0>\2c\20void\20\28GrTextureEffect\20const&\29>::__clone\28std::__2::__function::__base*\29\20const -6290:std::__2::__function::__func<\28anonymous\20namespace\29::MeshOp::onExecute\28GrOpFlushState*\2c\20SkRect\20const&\29::$_0\2c\20std::__2::allocator<\28anonymous\20namespace\29::MeshOp::onExecute\28GrOpFlushState*\2c\20SkRect\20const&\29::$_0>\2c\20void\20\28GrTextureEffect\20const&\29>::__clone\28\29\20const -6291:std::__2::__function::__func<\28anonymous\20namespace\29::MeshGP::MeshGP\28sk_sp\2c\20sk_sp\2c\20SkMatrix\20const&\2c\20std::__2::optional>\20const&\2c\20bool\2c\20sk_sp\2c\20SkSpan>>\29::'lambda'\28GrTextureEffect\20const&\29\2c\20std::__2::allocator<\28anonymous\20namespace\29::MeshGP::MeshGP\28sk_sp\2c\20sk_sp\2c\20SkMatrix\20const&\2c\20std::__2::optional>\20const&\2c\20bool\2c\20sk_sp\2c\20SkSpan>>\29::'lambda'\28GrTextureEffect\20const&\29>\2c\20void\20\28GrTextureEffect\20const&\29>::operator\28\29\28GrTextureEffect\20const&\29 -6292:std::__2::__function::__func<\28anonymous\20namespace\29::MeshGP::MeshGP\28sk_sp\2c\20sk_sp\2c\20SkMatrix\20const&\2c\20std::__2::optional>\20const&\2c\20bool\2c\20sk_sp\2c\20SkSpan>>\29::'lambda'\28GrTextureEffect\20const&\29\2c\20std::__2::allocator<\28anonymous\20namespace\29::MeshGP::MeshGP\28sk_sp\2c\20sk_sp\2c\20SkMatrix\20const&\2c\20std::__2::optional>\20const&\2c\20bool\2c\20sk_sp\2c\20SkSpan>>\29::'lambda'\28GrTextureEffect\20const&\29>\2c\20void\20\28GrTextureEffect\20const&\29>::__clone\28std::__2::__function::__base*\29\20const -6293:std::__2::__function::__func<\28anonymous\20namespace\29::MeshGP::MeshGP\28sk_sp\2c\20sk_sp\2c\20SkMatrix\20const&\2c\20std::__2::optional>\20const&\2c\20bool\2c\20sk_sp\2c\20SkSpan>>\29::'lambda'\28GrTextureEffect\20const&\29\2c\20std::__2::allocator<\28anonymous\20namespace\29::MeshGP::MeshGP\28sk_sp\2c\20sk_sp\2c\20SkMatrix\20const&\2c\20std::__2::optional>\20const&\2c\20bool\2c\20sk_sp\2c\20SkSpan>>\29::'lambda'\28GrTextureEffect\20const&\29>\2c\20void\20\28GrTextureEffect\20const&\29>::__clone\28\29\20const -6294:std::__2::__function::__func<\28anonymous\20namespace\29::MeshGP::Impl::setData\28GrGLSLProgramDataManager\20const&\2c\20GrShaderCaps\20const&\2c\20GrGeometryProcessor\20const&\29::'lambda'\28GrFragmentProcessor\20const&\2c\20GrFragmentProcessor::ProgramImpl&\29\2c\20std::__2::allocator<\28anonymous\20namespace\29::MeshGP::Impl::setData\28GrGLSLProgramDataManager\20const&\2c\20GrShaderCaps\20const&\2c\20GrGeometryProcessor\20const&\29::'lambda'\28GrFragmentProcessor\20const&\2c\20GrFragmentProcessor::ProgramImpl&\29>\2c\20void\20\28GrFragmentProcessor\20const&\2c\20GrFragmentProcessor::ProgramImpl&\29>::operator\28\29\28GrFragmentProcessor\20const&\2c\20GrFragmentProcessor::ProgramImpl&\29 -6295:std::__2::__function::__func<\28anonymous\20namespace\29::MeshGP::Impl::setData\28GrGLSLProgramDataManager\20const&\2c\20GrShaderCaps\20const&\2c\20GrGeometryProcessor\20const&\29::'lambda'\28GrFragmentProcessor\20const&\2c\20GrFragmentProcessor::ProgramImpl&\29\2c\20std::__2::allocator<\28anonymous\20namespace\29::MeshGP::Impl::setData\28GrGLSLProgramDataManager\20const&\2c\20GrShaderCaps\20const&\2c\20GrGeometryProcessor\20const&\29::'lambda'\28GrFragmentProcessor\20const&\2c\20GrFragmentProcessor::ProgramImpl&\29>\2c\20void\20\28GrFragmentProcessor\20const&\2c\20GrFragmentProcessor::ProgramImpl&\29>::__clone\28std::__2::__function::__base*\29\20const -6296:std::__2::__function::__func<\28anonymous\20namespace\29::MeshGP::Impl::setData\28GrGLSLProgramDataManager\20const&\2c\20GrShaderCaps\20const&\2c\20GrGeometryProcessor\20const&\29::'lambda'\28GrFragmentProcessor\20const&\2c\20GrFragmentProcessor::ProgramImpl&\29\2c\20std::__2::allocator<\28anonymous\20namespace\29::MeshGP::Impl::setData\28GrGLSLProgramDataManager\20const&\2c\20GrShaderCaps\20const&\2c\20GrGeometryProcessor\20const&\29::'lambda'\28GrFragmentProcessor\20const&\2c\20GrFragmentProcessor::ProgramImpl&\29>\2c\20void\20\28GrFragmentProcessor\20const&\2c\20GrFragmentProcessor::ProgramImpl&\29>::__clone\28\29\20const -6297:std::__2::__function::__func<\28anonymous\20namespace\29::MeshGP::Impl::onEmitCode\28GrGeometryProcessor::ProgramImpl::EmitArgs&\2c\20GrGeometryProcessor::ProgramImpl::GrGPArgs*\29::'lambda'\28GrFragmentProcessor\20const&\2c\20GrFragmentProcessor::ProgramImpl&\29\2c\20std::__2::allocator<\28anonymous\20namespace\29::MeshGP::Impl::onEmitCode\28GrGeometryProcessor::ProgramImpl::EmitArgs&\2c\20GrGeometryProcessor::ProgramImpl::GrGPArgs*\29::'lambda'\28GrFragmentProcessor\20const&\2c\20GrFragmentProcessor::ProgramImpl&\29>\2c\20void\20\28GrFragmentProcessor\20const&\2c\20GrFragmentProcessor::ProgramImpl&\29>::operator\28\29\28GrFragmentProcessor\20const&\2c\20GrFragmentProcessor::ProgramImpl&\29 -6298:std::__2::__function::__func<\28anonymous\20namespace\29::MeshGP::Impl::onEmitCode\28GrGeometryProcessor::ProgramImpl::EmitArgs&\2c\20GrGeometryProcessor::ProgramImpl::GrGPArgs*\29::'lambda'\28GrFragmentProcessor\20const&\2c\20GrFragmentProcessor::ProgramImpl&\29\2c\20std::__2::allocator<\28anonymous\20namespace\29::MeshGP::Impl::onEmitCode\28GrGeometryProcessor::ProgramImpl::EmitArgs&\2c\20GrGeometryProcessor::ProgramImpl::GrGPArgs*\29::'lambda'\28GrFragmentProcessor\20const&\2c\20GrFragmentProcessor::ProgramImpl&\29>\2c\20void\20\28GrFragmentProcessor\20const&\2c\20GrFragmentProcessor::ProgramImpl&\29>::__clone\28std::__2::__function::__base*\29\20const -6299:std::__2::__function::__func<\28anonymous\20namespace\29::MeshGP::Impl::onEmitCode\28GrGeometryProcessor::ProgramImpl::EmitArgs&\2c\20GrGeometryProcessor::ProgramImpl::GrGPArgs*\29::'lambda'\28GrFragmentProcessor\20const&\2c\20GrFragmentProcessor::ProgramImpl&\29\2c\20std::__2::allocator<\28anonymous\20namespace\29::MeshGP::Impl::onEmitCode\28GrGeometryProcessor::ProgramImpl::EmitArgs&\2c\20GrGeometryProcessor::ProgramImpl::GrGPArgs*\29::'lambda'\28GrFragmentProcessor\20const&\2c\20GrFragmentProcessor::ProgramImpl&\29>\2c\20void\20\28GrFragmentProcessor\20const&\2c\20GrFragmentProcessor::ProgramImpl&\29>::__clone\28\29\20const -6300:std::__2::__function::__func\29::$_0\2c\20std::__2::allocator\29::$_0>\2c\20void\20\28\29>::~__func\28\29_4493 -6301:std::__2::__function::__func\29::$_0\2c\20std::__2::allocator\29::$_0>\2c\20void\20\28\29>::~__func\28\29 -6302:std::__2::__function::__func\29::$_0\2c\20std::__2::allocator\29::$_0>\2c\20void\20\28\29>::operator\28\29\28\29 -6303:std::__2::__function::__func\29::$_0\2c\20std::__2::allocator\29::$_0>\2c\20void\20\28\29>::destroy_deallocate\28\29 -6304:std::__2::__function::__func\29::$_0\2c\20std::__2::allocator\29::$_0>\2c\20void\20\28\29>::destroy\28\29 -6305:std::__2::__function::__func\29::$_0\2c\20std::__2::allocator\29::$_0>\2c\20void\20\28\29>::__clone\28std::__2::__function::__base*\29\20const -6306:std::__2::__function::__func\29::$_0\2c\20std::__2::allocator\29::$_0>\2c\20void\20\28\29>::__clone\28\29\20const -6307:std::__2::__function::__func\2c\20void\20\28int\2c\20char\20const*\29>::operator\28\29\28int&&\2c\20char\20const*&&\29 -6308:std::__2::__function::__func\2c\20void\20\28int\2c\20char\20const*\29>::__clone\28std::__2::__function::__base*\29\20const -6309:std::__2::__function::__func\2c\20void\20\28int\2c\20char\20const*\29>::__clone\28\29\20const -6310:std::__2::__function::__func\2c\20void\20\28\29>::operator\28\29\28\29 -6311:std::__2::__function::__func\2c\20void\20\28\29>::__clone\28std::__2::__function::__base*\29\20const -6312:std::__2::__function::__func\2c\20void\20\28\29>::__clone\28\29\20const -6313:std::__2::__function::__func\2c\20void\20\28\29>::operator\28\29\28\29 -6314:std::__2::__function::__func\2c\20void\20\28\29>::__clone\28std::__2::__function::__base*\29\20const -6315:std::__2::__function::__func\2c\20void\20\28\29>::__clone\28\29\20const -6316:std::__2::__function::__func\2c\20bool\20\28SkSL::Variable\20const&\29>::operator\28\29\28SkSL::Variable\20const&\29 -6317:std::__2::__function::__func\2c\20bool\20\28SkSL::Variable\20const&\29>::__clone\28std::__2::__function::__base*\29\20const -6318:std::__2::__function::__func\2c\20bool\20\28SkSL::Variable\20const&\29>::__clone\28\29\20const -6319:std::__2::__function::__func\2c\20void\20\28int\2c\20SkSL::Variable\20const*\2c\20SkSL::Expression\20const*\29>::operator\28\29\28int&&\2c\20SkSL::Variable\20const*&&\2c\20SkSL::Expression\20const*&&\29 -6320:std::__2::__function::__func\2c\20void\20\28int\2c\20SkSL::Variable\20const*\2c\20SkSL::Expression\20const*\29>::__clone\28std::__2::__function::__base*\29\20const -6321:std::__2::__function::__func\2c\20void\20\28int\2c\20SkSL::Variable\20const*\2c\20SkSL::Expression\20const*\29>::__clone\28\29\20const -6322:std::__2::__function::__func\2c\20void\20\28unsigned\20long\2c\20unsigned\20long\2c\20unsigned\20long\2c\20unsigned\20long\29>::operator\28\29\28unsigned\20long&&\2c\20unsigned\20long&&\2c\20unsigned\20long&&\2c\20unsigned\20long&&\29 -6323:std::__2::__function::__func\2c\20void\20\28unsigned\20long\2c\20unsigned\20long\2c\20unsigned\20long\2c\20unsigned\20long\29>::__clone\28std::__2::__function::__base*\29\20const -6324:std::__2::__function::__func\2c\20void\20\28unsigned\20long\2c\20unsigned\20long\2c\20unsigned\20long\2c\20unsigned\20long\29>::__clone\28\29\20const -6325:std::__2::__function::__func\2c\20void\20\28unsigned\20long\2c\20unsigned\20long\2c\20unsigned\20long\2c\20unsigned\20long\29>::__clone\28std::__2::__function::__base*\29\20const -6326:std::__2::__function::__func\2c\20void\20\28unsigned\20long\2c\20unsigned\20long\2c\20unsigned\20long\2c\20unsigned\20long\29>::__clone\28\29\20const -6327:std::__2::__function::__func\2c\20void\20\28SkVertices\20const*\2c\20SkBlendMode\2c\20SkPaint\20const&\2c\20float\2c\20float\2c\20bool\29>::operator\28\29\28SkVertices\20const*&&\2c\20SkBlendMode&&\2c\20SkPaint\20const&\2c\20float&&\2c\20float&&\2c\20bool&&\29 -6328:std::__2::__function::__func\2c\20void\20\28SkVertices\20const*\2c\20SkBlendMode\2c\20SkPaint\20const&\2c\20float\2c\20float\2c\20bool\29>::__clone\28std::__2::__function::__base*\29\20const -6329:std::__2::__function::__func\2c\20void\20\28SkVertices\20const*\2c\20SkBlendMode\2c\20SkPaint\20const&\2c\20float\2c\20float\2c\20bool\29>::__clone\28\29\20const -6330:std::__2::__function::__func\2c\20void\20\28SkIRect\20const&\29>::operator\28\29\28SkIRect\20const&\29 -6331:std::__2::__function::__func\2c\20void\20\28SkIRect\20const&\29>::__clone\28std::__2::__function::__base*\29\20const -6332:std::__2::__function::__func\2c\20void\20\28SkIRect\20const&\29>::__clone\28\29\20const -6333:std::__2::__function::__func\2c\20SkCodec::Result\20\28SkImageInfo\20const&\2c\20void*\2c\20unsigned\20long\2c\20SkCodec::Options\20const&\2c\20int\29>::operator\28\29\28SkImageInfo\20const&\2c\20void*&&\2c\20unsigned\20long&&\2c\20SkCodec::Options\20const&\2c\20int&&\29 -6334:std::__2::__function::__func\2c\20SkCodec::Result\20\28SkImageInfo\20const&\2c\20void*\2c\20unsigned\20long\2c\20SkCodec::Options\20const&\2c\20int\29>::__clone\28std::__2::__function::__base*\29\20const -6335:std::__2::__function::__func\2c\20SkCodec::Result\20\28SkImageInfo\20const&\2c\20void*\2c\20unsigned\20long\2c\20SkCodec::Options\20const&\2c\20int\29>::__clone\28\29\20const -6336:std::__2::__function::__func\2c\20GrSurfaceProxy::LazyCallbackResult\20\28GrResourceProvider*\2c\20GrSurfaceProxy::LazySurfaceDesc\20const&\29>::~__func\28\29_10032 -6337:std::__2::__function::__func\2c\20GrSurfaceProxy::LazyCallbackResult\20\28GrResourceProvider*\2c\20GrSurfaceProxy::LazySurfaceDesc\20const&\29>::~__func\28\29 -6338:std::__2::__function::__func\2c\20GrSurfaceProxy::LazyCallbackResult\20\28GrResourceProvider*\2c\20GrSurfaceProxy::LazySurfaceDesc\20const&\29>::operator\28\29\28GrResourceProvider*&&\2c\20GrSurfaceProxy::LazySurfaceDesc\20const&\29 -6339:std::__2::__function::__func\2c\20GrSurfaceProxy::LazyCallbackResult\20\28GrResourceProvider*\2c\20GrSurfaceProxy::LazySurfaceDesc\20const&\29>::destroy_deallocate\28\29 -6340:std::__2::__function::__func\2c\20GrSurfaceProxy::LazyCallbackResult\20\28GrResourceProvider*\2c\20GrSurfaceProxy::LazySurfaceDesc\20const&\29>::destroy\28\29 -6341:std::__2::__function::__func\2c\20GrSurfaceProxy::LazyCallbackResult\20\28GrResourceProvider*\2c\20GrSurfaceProxy::LazySurfaceDesc\20const&\29>::__clone\28std::__2::__function::__base*\29\20const -6342:std::__2::__function::__func\2c\20GrSurfaceProxy::LazyCallbackResult\20\28GrResourceProvider*\2c\20GrSurfaceProxy::LazySurfaceDesc\20const&\29>::__clone\28\29\20const -6343:std::__2::__function::__func\2c\20GrSurfaceProxy::LazyCallbackResult\20\28GrResourceProvider*\2c\20GrSurfaceProxy::LazySurfaceDesc\20const&\29>::~__func\28\29_9627 -6344:std::__2::__function::__func\2c\20GrSurfaceProxy::LazyCallbackResult\20\28GrResourceProvider*\2c\20GrSurfaceProxy::LazySurfaceDesc\20const&\29>::~__func\28\29 -6345:std::__2::__function::__func\2c\20GrSurfaceProxy::LazyCallbackResult\20\28GrResourceProvider*\2c\20GrSurfaceProxy::LazySurfaceDesc\20const&\29>::operator\28\29\28GrResourceProvider*&&\2c\20GrSurfaceProxy::LazySurfaceDesc\20const&\29 -6346:std::__2::__function::__func\2c\20GrSurfaceProxy::LazyCallbackResult\20\28GrResourceProvider*\2c\20GrSurfaceProxy::LazySurfaceDesc\20const&\29>::destroy_deallocate\28\29 -6347:std::__2::__function::__func\2c\20GrSurfaceProxy::LazyCallbackResult\20\28GrResourceProvider*\2c\20GrSurfaceProxy::LazySurfaceDesc\20const&\29>::destroy\28\29 -6348:std::__2::__function::__func\2c\20GrSurfaceProxy::LazyCallbackResult\20\28GrResourceProvider*\2c\20GrSurfaceProxy::LazySurfaceDesc\20const&\29>::__clone\28std::__2::__function::__base*\29\20const -6349:std::__2::__function::__func\2c\20GrSurfaceProxy::LazyCallbackResult\20\28GrResourceProvider*\2c\20GrSurfaceProxy::LazySurfaceDesc\20const&\29>::__clone\28\29\20const -6350:std::__2::__function::__func\2c\20GrSurfaceProxy::LazyCallbackResult\20\28GrResourceProvider*\2c\20GrSurfaceProxy::LazySurfaceDesc\20const&\29>::~__func\28\29_9634 -6351:std::__2::__function::__func\2c\20GrSurfaceProxy::LazyCallbackResult\20\28GrResourceProvider*\2c\20GrSurfaceProxy::LazySurfaceDesc\20const&\29>::~__func\28\29 -6352:std::__2::__function::__func\2c\20GrSurfaceProxy::LazyCallbackResult\20\28GrResourceProvider*\2c\20GrSurfaceProxy::LazySurfaceDesc\20const&\29>::operator\28\29\28GrResourceProvider*&&\2c\20GrSurfaceProxy::LazySurfaceDesc\20const&\29 -6353:std::__2::__function::__func\2c\20GrSurfaceProxy::LazyCallbackResult\20\28GrResourceProvider*\2c\20GrSurfaceProxy::LazySurfaceDesc\20const&\29>::destroy_deallocate\28\29 -6354:std::__2::__function::__func\2c\20GrSurfaceProxy::LazyCallbackResult\20\28GrResourceProvider*\2c\20GrSurfaceProxy::LazySurfaceDesc\20const&\29>::destroy\28\29 -6355:std::__2::__function::__func\2c\20GrSurfaceProxy::LazyCallbackResult\20\28GrResourceProvider*\2c\20GrSurfaceProxy::LazySurfaceDesc\20const&\29>::__clone\28std::__2::__function::__base*\29\20const -6356:std::__2::__function::__func\2c\20GrSurfaceProxy::LazyCallbackResult\20\28GrResourceProvider*\2c\20GrSurfaceProxy::LazySurfaceDesc\20const&\29>::__clone\28\29\20const -6357:std::__2::__function::__func&\29>&\2c\20bool\29::$_0\2c\20std::__2::allocator&\29>&\2c\20bool\29::$_0>\2c\20bool\20\28GrTextureProxy*\2c\20SkIRect\2c\20GrColorType\2c\20void\20const*\2c\20unsigned\20long\29>::operator\28\29\28GrTextureProxy*&&\2c\20SkIRect&&\2c\20GrColorType&&\2c\20void\20const*&&\2c\20unsigned\20long&&\29 -6358:std::__2::__function::__func&\29>&\2c\20bool\29::$_0\2c\20std::__2::allocator&\29>&\2c\20bool\29::$_0>\2c\20bool\20\28GrTextureProxy*\2c\20SkIRect\2c\20GrColorType\2c\20void\20const*\2c\20unsigned\20long\29>::__clone\28std::__2::__function::__base*\29\20const -6359:std::__2::__function::__func&\29>&\2c\20bool\29::$_0\2c\20std::__2::allocator&\29>&\2c\20bool\29::$_0>\2c\20bool\20\28GrTextureProxy*\2c\20SkIRect\2c\20GrColorType\2c\20void\20const*\2c\20unsigned\20long\29>::__clone\28\29\20const -6360:std::__2::__function::__func*\29::$_0\2c\20std::__2::allocator*\29::$_0>\2c\20void\20\28GrBackendTexture\29>::operator\28\29\28GrBackendTexture&&\29 -6361:std::__2::__function::__func*\29::$_0\2c\20std::__2::allocator*\29::$_0>\2c\20void\20\28GrBackendTexture\29>::__clone\28std::__2::__function::__base*\29\20const -6362:std::__2::__function::__func*\29::$_0\2c\20std::__2::allocator*\29::$_0>\2c\20void\20\28GrBackendTexture\29>::__clone\28\29\20const -6363:std::__2::__function::__func\2c\20void\20\28GrFragmentProcessor\20const&\2c\20GrFragmentProcessor::ProgramImpl&\29>::operator\28\29\28GrFragmentProcessor\20const&\2c\20GrFragmentProcessor::ProgramImpl&\29 -6364:std::__2::__function::__func\2c\20void\20\28GrFragmentProcessor\20const&\2c\20GrFragmentProcessor::ProgramImpl&\29>::__clone\28std::__2::__function::__base*\29\20const -6365:std::__2::__function::__func\2c\20void\20\28GrFragmentProcessor\20const&\2c\20GrFragmentProcessor::ProgramImpl&\29>::__clone\28\29\20const -6366:std::__2::__function::__func\2c\20void\20\28GrFragmentProcessor\20const&\2c\20GrFragmentProcessor::ProgramImpl&\29>::operator\28\29\28GrFragmentProcessor\20const&\2c\20GrFragmentProcessor::ProgramImpl&\29 -6367:std::__2::__function::__func\2c\20void\20\28GrFragmentProcessor\20const&\2c\20GrFragmentProcessor::ProgramImpl&\29>::__clone\28std::__2::__function::__base*\29\20const -6368:std::__2::__function::__func\2c\20void\20\28GrFragmentProcessor\20const&\2c\20GrFragmentProcessor::ProgramImpl&\29>::__clone\28\29\20const -6369:std::__2::__function::__func\2c\20void\20\28GrTextureEffect\20const&\29>::operator\28\29\28GrTextureEffect\20const&\29 -6370:std::__2::__function::__func\2c\20void\20\28GrTextureEffect\20const&\29>::__clone\28std::__2::__function::__base*\29\20const -6371:std::__2::__function::__func\2c\20void\20\28GrTextureEffect\20const&\29>::__clone\28\29\20const -6372:std::__2::__function::__func\2c\20void\20\28\29>::operator\28\29\28\29 -6373:std::__2::__function::__func\2c\20void\20\28\29>::__clone\28std::__2::__function::__base*\29\20const -6374:std::__2::__function::__func\2c\20void\20\28\29>::__clone\28\29\20const -6375:std::__2::__function::__func\20const&\29\20const::$_0\2c\20std::__2::allocator\20const&\29\20const::$_0>\2c\20void\20\28GrTextureEffect\20const&\29>::operator\28\29\28GrTextureEffect\20const&\29 -6376:std::__2::__function::__func\20const&\29\20const::$_0\2c\20std::__2::allocator\20const&\29\20const::$_0>\2c\20void\20\28GrTextureEffect\20const&\29>::__clone\28std::__2::__function::__base*\29\20const -6377:std::__2::__function::__func\20const&\29\20const::$_0\2c\20std::__2::allocator\20const&\29\20const::$_0>\2c\20void\20\28GrTextureEffect\20const&\29>::__clone\28\29\20const -6378:std::__2::__function::__func\2c\20GrSurfaceProxy::LazyCallbackResult\20\28GrResourceProvider*\2c\20GrSurfaceProxy::LazySurfaceDesc\20const&\29>::operator\28\29\28GrResourceProvider*&&\2c\20GrSurfaceProxy::LazySurfaceDesc\20const&\29 -6379:std::__2::__function::__func\2c\20GrSurfaceProxy::LazyCallbackResult\20\28GrResourceProvider*\2c\20GrSurfaceProxy::LazySurfaceDesc\20const&\29>::__clone\28std::__2::__function::__base*\29\20const -6380:std::__2::__function::__func\2c\20GrSurfaceProxy::LazyCallbackResult\20\28GrResourceProvider*\2c\20GrSurfaceProxy::LazySurfaceDesc\20const&\29>::__clone\28\29\20const -6381:std::__2::__function::__func&\29\2c\20std::__2::allocator&\29>\2c\20void\20\28std::__2::function&\29>::~__func\28\29_9128 -6382:std::__2::__function::__func&\29\2c\20std::__2::allocator&\29>\2c\20void\20\28std::__2::function&\29>::~__func\28\29 -6383:std::__2::__function::__func&\29\2c\20std::__2::allocator&\29>\2c\20void\20\28std::__2::function&\29>::__clone\28std::__2::__function::__base&\29>*\29\20const -6384:std::__2::__function::__func&\29\2c\20std::__2::allocator&\29>\2c\20void\20\28std::__2::function&\29>::__clone\28\29\20const -6385:std::__2::__function::__func\2c\20void\20\28std::__2::function&\29>::~__func\28\29_9135 -6386:std::__2::__function::__func\2c\20void\20\28std::__2::function&\29>::~__func\28\29 -6387:std::__2::__function::__func\2c\20void\20\28std::__2::function&\29>::__clone\28std::__2::__function::__base&\29>*\29\20const -6388:std::__2::__function::__func\2c\20void\20\28std::__2::function&\29>::__clone\28\29\20const -6389:std::__2::__function::__func&\29\2c\20std::__2::allocator&\29>\2c\20void\20\28std::__2::function&\29>::operator\28\29\28std::__2::function&\29 -6390:std::__2::__function::__func&\29\2c\20std::__2::allocator&\29>\2c\20void\20\28std::__2::function&\29>::__clone\28std::__2::__function::__base&\29>*\29\20const -6391:std::__2::__function::__func&\29\2c\20std::__2::allocator&\29>\2c\20void\20\28std::__2::function&\29>::__clone\28\29\20const -6392:std::__2::__function::__func\2c\20void\20\28int\2c\20skia::textlayout::Paragraph::VisitorInfo\20const*\29>::operator\28\29\28int&&\2c\20skia::textlayout::Paragraph::VisitorInfo\20const*&&\29 -6393:std::__2::__function::__func\2c\20void\20\28int\2c\20skia::textlayout::Paragraph::VisitorInfo\20const*\29>::__clone\28std::__2::__function::__base*\29\20const -6394:std::__2::__function::__func\2c\20void\20\28int\2c\20skia::textlayout::Paragraph::VisitorInfo\20const*\29>::__clone\28\29\20const -6395:start_pass_upsample -6396:start_pass_phuff_decoder -6397:start_pass_merged_upsample -6398:start_pass_main -6399:start_pass_huff_decoder -6400:start_pass_dpost -6401:start_pass_2_quant -6402:start_pass_1_quant -6403:start_pass -6404:start_output_pass -6405:start_input_pass_15623 -6406:srgb_to_hwb\28SkRGBA4f<\28SkAlphaType\292>\2c\20bool*\29 -6407:srgb_to_hsl\28SkRGBA4f<\28SkAlphaType\292>\2c\20bool*\29 -6408:srcover_p\28unsigned\20char\2c\20unsigned\20char\29 -6409:sn_write -6410:sktext::gpu::post_purge_blob_message\28unsigned\20int\2c\20unsigned\20int\29 -6411:sktext::gpu::TextBlob::~TextBlob\28\29_12731 -6412:sktext::gpu::TextBlob::~TextBlob\28\29 -6413:sktext::gpu::SubRun::~SubRun\28\29 -6414:sktext::gpu::SlugImpl::~SlugImpl\28\29_12615 -6415:sktext::gpu::SlugImpl::~SlugImpl\28\29 -6416:sktext::gpu::SlugImpl::sourceBounds\28\29\20const -6417:sktext::gpu::SlugImpl::sourceBoundsWithOrigin\28\29\20const -6418:sktext::gpu::SlugImpl::doFlatten\28SkWriteBuffer&\29\20const -6419:sktext::gpu::SDFMaskFilterImpl::getTypeName\28\29\20const -6420:sktext::gpu::SDFMaskFilterImpl::filterMask\28SkMaskBuilder*\2c\20SkMask\20const&\2c\20SkMatrix\20const&\2c\20SkIPoint*\29\20const -6421:sktext::gpu::SDFMaskFilterImpl::computeFastBounds\28SkRect\20const&\2c\20SkRect*\29\20const -6422:sktext::gpu::AtlasSubRun::~AtlasSubRun\28\29_12689 -6423:skip_variable -6424:skif::\28anonymous\20namespace\29::RasterBackend::~RasterBackend\28\29 -6425:skif::\28anonymous\20namespace\29::RasterBackend::makeImage\28SkIRect\20const&\2c\20sk_sp\29\20const -6426:skif::\28anonymous\20namespace\29::RasterBackend::makeDevice\28SkISize\2c\20sk_sp\2c\20SkSurfaceProps\20const*\29\20const -6427:skif::\28anonymous\20namespace\29::RasterBackend::getCachedBitmap\28SkBitmap\20const&\29\20const -6428:skif::\28anonymous\20namespace\29::RasterBackend::getBlurEngine\28\29\20const -6429:skif::\28anonymous\20namespace\29::GaneshBackend::~GaneshBackend\28\29_10829 -6430:skif::\28anonymous\20namespace\29::GaneshBackend::~GaneshBackend\28\29 -6431:skif::\28anonymous\20namespace\29::GaneshBackend::makeImage\28SkIRect\20const&\2c\20sk_sp\29\20const -6432:skif::\28anonymous\20namespace\29::GaneshBackend::makeDevice\28SkImageInfo\20const&\29\20const -6433:skif::\28anonymous\20namespace\29::GaneshBackend::makeDevice\28SkISize\2c\20sk_sp\2c\20SkSurfaceProps\20const*\29\20const -6434:skif::\28anonymous\20namespace\29::GaneshBackend::getCachedBitmap\28SkBitmap\20const&\29\20const -6435:skif::\28anonymous\20namespace\29::GaneshBackend::findAlgorithm\28SkSize\2c\20SkColorType\29\20const -6436:skia_png_zalloc -6437:skia_png_write_rows -6438:skia_png_write_info -6439:skia_png_write_end -6440:skia_png_user_version_check -6441:skia_png_set_text -6442:skia_png_set_sRGB -6443:skia_png_set_keep_unknown_chunks -6444:skia_png_set_iCCP -6445:skia_png_set_gray_to_rgb -6446:skia_png_set_filter -6447:skia_png_set_filler -6448:skia_png_read_update_info -6449:skia_png_read_info -6450:skia_png_read_image -6451:skia_png_read_end -6452:skia_png_push_fill_buffer -6453:skia_png_process_data -6454:skia_png_default_write_data -6455:skia_png_default_read_data -6456:skia_png_default_flush -6457:skia_png_create_read_struct -6458:skia::textlayout::TypefaceFontStyleSet::~TypefaceFontStyleSet\28\29_8137 -6459:skia::textlayout::TypefaceFontStyleSet::~TypefaceFontStyleSet\28\29 -6460:skia::textlayout::TypefaceFontStyleSet::getStyle\28int\2c\20SkFontStyle*\2c\20SkString*\29 -6461:skia::textlayout::TypefaceFontProvider::~TypefaceFontProvider\28\29_8130 -6462:skia::textlayout::TypefaceFontProvider::~TypefaceFontProvider\28\29 -6463:skia::textlayout::TypefaceFontProvider::onMatchFamily\28char\20const*\29\20const -6464:skia::textlayout::TypefaceFontProvider::onMatchFamilyStyle\28char\20const*\2c\20SkFontStyle\20const&\29\20const -6465:skia::textlayout::TypefaceFontProvider::onLegacyMakeTypeface\28char\20const*\2c\20SkFontStyle\29\20const -6466:skia::textlayout::TypefaceFontProvider::onGetFamilyName\28int\2c\20SkString*\29\20const -6467:skia::textlayout::TypefaceFontProvider::onCreateStyleSet\28int\29\20const -6468:skia::textlayout::TextLine::shapeEllipsis\28SkString\20const&\2c\20skia::textlayout::Cluster\20const*\29::ShapeHandler::~ShapeHandler\28\29_7980 -6469:skia::textlayout::TextLine::shapeEllipsis\28SkString\20const&\2c\20skia::textlayout::Cluster\20const*\29::ShapeHandler::~ShapeHandler\28\29 -6470:skia::textlayout::TextLine::shapeEllipsis\28SkString\20const&\2c\20skia::textlayout::Cluster\20const*\29::ShapeHandler::runBuffer\28SkShaper::RunHandler::RunInfo\20const&\29 -6471:skia::textlayout::TextLine::shapeEllipsis\28SkString\20const&\2c\20skia::textlayout::Cluster\20const*\29::ShapeHandler::commitRunBuffer\28SkShaper::RunHandler::RunInfo\20const&\29 -6472:skia::textlayout::PositionWithAffinity*\20emscripten::internal::raw_constructor\28\29 -6473:skia::textlayout::ParagraphImpl::~ParagraphImpl\28\29_7794 -6474:skia::textlayout::ParagraphImpl::visit\28std::__2::function\20const&\29 -6475:skia::textlayout::ParagraphImpl::updateTextAlign\28skia::textlayout::TextAlign\29 -6476:skia::textlayout::ParagraphImpl::updateForegroundPaint\28unsigned\20long\2c\20unsigned\20long\2c\20SkPaint\29 -6477:skia::textlayout::ParagraphImpl::updateFontSize\28unsigned\20long\2c\20unsigned\20long\2c\20float\29 -6478:skia::textlayout::ParagraphImpl::updateBackgroundPaint\28unsigned\20long\2c\20unsigned\20long\2c\20SkPaint\29 -6479:skia::textlayout::ParagraphImpl::unresolvedGlyphs\28\29 -6480:skia::textlayout::ParagraphImpl::unresolvedCodepoints\28\29 -6481:skia::textlayout::ParagraphImpl::paint\28skia::textlayout::ParagraphPainter*\2c\20float\2c\20float\29 -6482:skia::textlayout::ParagraphImpl::paint\28SkCanvas*\2c\20float\2c\20float\29 -6483:skia::textlayout::ParagraphImpl::markDirty\28\29 -6484:skia::textlayout::ParagraphImpl::lineNumber\28\29 -6485:skia::textlayout::ParagraphImpl::layout\28float\29 -6486:skia::textlayout::ParagraphImpl::getWordBoundary\28unsigned\20int\29 -6487:skia::textlayout::ParagraphImpl::getRectsForRange\28unsigned\20int\2c\20unsigned\20int\2c\20skia::textlayout::RectHeightStyle\2c\20skia::textlayout::RectWidthStyle\29 -6488:skia::textlayout::ParagraphImpl::getRectsForPlaceholders\28\29 -6489:skia::textlayout::ParagraphImpl::getPath\28int\2c\20SkPath*\29::$_0::operator\28\29\28skia::textlayout::Run\20const*\2c\20float\2c\20skia::textlayout::SkRange\2c\20float*\29\20const::'lambda'\28skia::textlayout::SkRange\2c\20skia::textlayout::TextStyle\20const&\2c\20skia::textlayout::TextLine::ClipContext\20const&\29::operator\28\29\28skia::textlayout::SkRange\2c\20skia::textlayout::TextStyle\20const&\2c\20skia::textlayout::TextLine::ClipContext\20const&\29\20const::'lambda'\28SkPath\20const*\2c\20SkMatrix\20const&\2c\20void*\29::__invoke\28SkPath\20const*\2c\20SkMatrix\20const&\2c\20void*\29 -6490:skia::textlayout::ParagraphImpl::getPath\28int\2c\20SkPath*\29 -6491:skia::textlayout::ParagraphImpl::getLineNumberAt\28unsigned\20long\29\20const -6492:skia::textlayout::ParagraphImpl::getLineNumberAtUTF16Offset\28unsigned\20long\29 -6493:skia::textlayout::ParagraphImpl::getLineMetrics\28std::__2::vector>&\29 -6494:skia::textlayout::ParagraphImpl::getLineMetricsAt\28int\2c\20skia::textlayout::LineMetrics*\29\20const -6495:skia::textlayout::ParagraphImpl::getGlyphPositionAtCoordinate\28float\2c\20float\29 -6496:skia::textlayout::ParagraphImpl::getFonts\28\29\20const -6497:skia::textlayout::ParagraphImpl::getFontAt\28unsigned\20long\29\20const -6498:skia::textlayout::ParagraphImpl::getFontAtUTF16Offset\28unsigned\20long\29 -6499:skia::textlayout::ParagraphImpl::getClosestUTF16GlyphInfoAt\28float\2c\20float\2c\20skia::textlayout::Paragraph::GlyphInfo*\29 -6500:skia::textlayout::ParagraphImpl::getClosestGlyphClusterAt\28float\2c\20float\2c\20skia::textlayout::Paragraph::GlyphClusterInfo*\29 -6501:skia::textlayout::ParagraphImpl::getActualTextRange\28int\2c\20bool\29\20const -6502:skia::textlayout::ParagraphImpl::extendedVisit\28std::__2::function\20const&\29 -6503:skia::textlayout::ParagraphImpl::containsEmoji\28SkTextBlob*\29 -6504:skia::textlayout::ParagraphImpl::containsColorFontOrBitmap\28SkTextBlob*\29::$_0::__invoke\28SkPath\20const*\2c\20SkMatrix\20const&\2c\20void*\29 -6505:skia::textlayout::ParagraphImpl::containsColorFontOrBitmap\28SkTextBlob*\29 -6506:skia::textlayout::ParagraphBuilderImpl::~ParagraphBuilderImpl\28\29_7724 -6507:skia::textlayout::ParagraphBuilderImpl::setWordsUtf8\28std::__2::vector>\29 -6508:skia::textlayout::ParagraphBuilderImpl::setWordsUtf16\28std::__2::vector>\29 -6509:skia::textlayout::ParagraphBuilderImpl::setLineBreaksUtf8\28std::__2::vector>\29 -6510:skia::textlayout::ParagraphBuilderImpl::setLineBreaksUtf16\28std::__2::vector>\29 -6511:skia::textlayout::ParagraphBuilderImpl::setGraphemeBreaksUtf8\28std::__2::vector>\29 -6512:skia::textlayout::ParagraphBuilderImpl::setGraphemeBreaksUtf16\28std::__2::vector>\29 -6513:skia::textlayout::ParagraphBuilderImpl::pushStyle\28skia::textlayout::TextStyle\20const&\29 -6514:skia::textlayout::ParagraphBuilderImpl::pop\28\29 -6515:skia::textlayout::ParagraphBuilderImpl::peekStyle\28\29 -6516:skia::textlayout::ParagraphBuilderImpl::getText\28\29 -6517:skia::textlayout::ParagraphBuilderImpl::getParagraphStyle\28\29\20const -6518:skia::textlayout::ParagraphBuilderImpl::getClientICUData\28\29\20const -6519:skia::textlayout::ParagraphBuilderImpl::addText\28std::__2::basic_string\2c\20std::__2::allocator>\20const&\29 -6520:skia::textlayout::ParagraphBuilderImpl::addText\28char\20const*\2c\20unsigned\20long\29 -6521:skia::textlayout::ParagraphBuilderImpl::addText\28char\20const*\29 -6522:skia::textlayout::ParagraphBuilderImpl::addPlaceholder\28skia::textlayout::PlaceholderStyle\20const&\29 -6523:skia::textlayout::ParagraphBuilderImpl::SetUnicode\28sk_sp\29 -6524:skia::textlayout::ParagraphBuilderImpl::Reset\28\29 -6525:skia::textlayout::ParagraphBuilderImpl::RequiresClientICU\28\29 -6526:skia::textlayout::ParagraphBuilderImpl::Build\28\29 -6527:skia::textlayout::Paragraph::getMinIntrinsicWidth\28\29 -6528:skia::textlayout::Paragraph::getMaxWidth\28\29 -6529:skia::textlayout::Paragraph::getMaxIntrinsicWidth\28\29 -6530:skia::textlayout::Paragraph::getLongestLine\28\29 -6531:skia::textlayout::Paragraph::getIdeographicBaseline\28\29 -6532:skia::textlayout::Paragraph::getHeight\28\29 -6533:skia::textlayout::Paragraph::getAlphabeticBaseline\28\29 -6534:skia::textlayout::Paragraph::didExceedMaxLines\28\29 -6535:skia::textlayout::Paragraph::FontInfo::~FontInfo\28\29_7882 -6536:skia::textlayout::Paragraph::FontInfo::~FontInfo\28\29 -6537:skia::textlayout::OneLineShaper::~OneLineShaper\28\29_7650 -6538:skia::textlayout::OneLineShaper::runBuffer\28SkShaper::RunHandler::RunInfo\20const&\29 -6539:skia::textlayout::OneLineShaper::commitRunBuffer\28SkShaper::RunHandler::RunInfo\20const&\29 -6540:skia::textlayout::LangIterator::~LangIterator\28\29_7706 -6541:skia::textlayout::LangIterator::~LangIterator\28\29 -6542:skia::textlayout::LangIterator::endOfCurrentRun\28\29\20const -6543:skia::textlayout::LangIterator::currentLanguage\28\29\20const -6544:skia::textlayout::LangIterator::consume\28\29 -6545:skia::textlayout::LangIterator::atEnd\28\29\20const -6546:skia::textlayout::FontCollection::~FontCollection\28\29_7619 -6547:skia::textlayout::CanvasParagraphPainter::translate\28float\2c\20float\29 -6548:skia::textlayout::CanvasParagraphPainter::save\28\29 -6549:skia::textlayout::CanvasParagraphPainter::restore\28\29 -6550:skia::textlayout::CanvasParagraphPainter::drawTextShadow\28sk_sp\20const&\2c\20float\2c\20float\2c\20unsigned\20int\2c\20float\29 -6551:skia::textlayout::CanvasParagraphPainter::drawTextBlob\28sk_sp\20const&\2c\20float\2c\20float\2c\20std::__2::variant\20const&\29 -6552:skia::textlayout::CanvasParagraphPainter::drawRect\28SkRect\20const&\2c\20std::__2::variant\20const&\29 -6553:skia::textlayout::CanvasParagraphPainter::drawPath\28SkPath\20const&\2c\20skia::textlayout::ParagraphPainter::DecorationStyle\20const&\29 -6554:skia::textlayout::CanvasParagraphPainter::drawLine\28float\2c\20float\2c\20float\2c\20float\2c\20skia::textlayout::ParagraphPainter::DecorationStyle\20const&\29 -6555:skia::textlayout::CanvasParagraphPainter::drawFilledRect\28SkRect\20const&\2c\20skia::textlayout::ParagraphPainter::DecorationStyle\20const&\29 -6556:skia::textlayout::CanvasParagraphPainter::clipRect\28SkRect\20const&\29 -6557:skgpu::tess::FixedCountWedges::WriteVertexBuffer\28skgpu::VertexWriter\2c\20unsigned\20long\29 -6558:skgpu::tess::FixedCountWedges::WriteIndexBuffer\28skgpu::VertexWriter\2c\20unsigned\20long\29 -6559:skgpu::tess::FixedCountStrokes::WriteVertexBuffer\28skgpu::VertexWriter\2c\20unsigned\20long\29 -6560:skgpu::tess::FixedCountCurves::WriteVertexBuffer\28skgpu::VertexWriter\2c\20unsigned\20long\29 -6561:skgpu::tess::FixedCountCurves::WriteIndexBuffer\28skgpu::VertexWriter\2c\20unsigned\20long\29 -6562:skgpu::ganesh::texture_proxy_view_from_planes\28GrRecordingContext*\2c\20SkImage_Lazy\20const*\2c\20skgpu::Budgeted\29::$_0::__invoke\28void*\2c\20void*\29 -6563:skgpu::ganesh::\28anonymous\20namespace\29::SmallPathOp::~SmallPathOp\28\29_11706 -6564:skgpu::ganesh::\28anonymous\20namespace\29::SmallPathOp::visitProxies\28std::__2::function\20const&\29\20const -6565:skgpu::ganesh::\28anonymous\20namespace\29::SmallPathOp::onPrepareDraws\28GrMeshDrawTarget*\29 -6566:skgpu::ganesh::\28anonymous\20namespace\29::SmallPathOp::onExecute\28GrOpFlushState*\2c\20SkRect\20const&\29 -6567:skgpu::ganesh::\28anonymous\20namespace\29::SmallPathOp::onCombineIfPossible\28GrOp*\2c\20SkArenaAlloc*\2c\20GrCaps\20const&\29 -6568:skgpu::ganesh::\28anonymous\20namespace\29::SmallPathOp::name\28\29\20const -6569:skgpu::ganesh::\28anonymous\20namespace\29::SmallPathOp::fixedFunctionFlags\28\29\20const -6570:skgpu::ganesh::\28anonymous\20namespace\29::SmallPathOp::finalize\28GrCaps\20const&\2c\20GrAppliedClip\20const*\2c\20GrClampType\29 -6571:skgpu::ganesh::\28anonymous\20namespace\29::QuadEdgeEffect::name\28\29\20const -6572:skgpu::ganesh::\28anonymous\20namespace\29::QuadEdgeEffect::makeProgramImpl\28GrShaderCaps\20const&\29\20const::Impl::setData\28GrGLSLProgramDataManager\20const&\2c\20GrShaderCaps\20const&\2c\20GrGeometryProcessor\20const&\29 -6573:skgpu::ganesh::\28anonymous\20namespace\29::QuadEdgeEffect::makeProgramImpl\28GrShaderCaps\20const&\29\20const::Impl::onEmitCode\28GrGeometryProcessor::ProgramImpl::EmitArgs&\2c\20GrGeometryProcessor::ProgramImpl::GrGPArgs*\29 -6574:skgpu::ganesh::\28anonymous\20namespace\29::QuadEdgeEffect::makeProgramImpl\28GrShaderCaps\20const&\29\20const -6575:skgpu::ganesh::\28anonymous\20namespace\29::QuadEdgeEffect::addToKey\28GrShaderCaps\20const&\2c\20skgpu::KeyBuilder*\29\20const -6576:skgpu::ganesh::\28anonymous\20namespace\29::HullShader::~HullShader\28\29_11582 -6577:skgpu::ganesh::\28anonymous\20namespace\29::HullShader::~HullShader\28\29 -6578:skgpu::ganesh::\28anonymous\20namespace\29::HullShader::name\28\29\20const -6579:skgpu::ganesh::\28anonymous\20namespace\29::HullShader::makeProgramImpl\28GrShaderCaps\20const&\29\20const::Impl::emitVertexCode\28GrShaderCaps\20const&\2c\20GrPathTessellationShader\20const&\2c\20GrGLSLVertexBuilder*\2c\20GrGLSLVaryingHandler*\2c\20GrGeometryProcessor::ProgramImpl::GrGPArgs*\29 -6580:skgpu::ganesh::\28anonymous\20namespace\29::HullShader::makeProgramImpl\28GrShaderCaps\20const&\29\20const -6581:skgpu::ganesh::\28anonymous\20namespace\29::AAFlatteningConvexPathOp::~AAFlatteningConvexPathOp\28\29_10977 -6582:skgpu::ganesh::\28anonymous\20namespace\29::AAFlatteningConvexPathOp::~AAFlatteningConvexPathOp\28\29 -6583:skgpu::ganesh::\28anonymous\20namespace\29::AAFlatteningConvexPathOp::visitProxies\28std::__2::function\20const&\29\20const -6584:skgpu::ganesh::\28anonymous\20namespace\29::AAFlatteningConvexPathOp::onPrepareDraws\28GrMeshDrawTarget*\29 -6585:skgpu::ganesh::\28anonymous\20namespace\29::AAFlatteningConvexPathOp::onExecute\28GrOpFlushState*\2c\20SkRect\20const&\29 -6586:skgpu::ganesh::\28anonymous\20namespace\29::AAFlatteningConvexPathOp::onCreateProgramInfo\28GrCaps\20const*\2c\20SkArenaAlloc*\2c\20GrSurfaceProxyView\20const&\2c\20bool\2c\20GrAppliedClip&&\2c\20GrDstProxyView\20const&\2c\20GrXferBarrierFlags\2c\20GrLoadOp\29 -6587:skgpu::ganesh::\28anonymous\20namespace\29::AAFlatteningConvexPathOp::onCombineIfPossible\28GrOp*\2c\20SkArenaAlloc*\2c\20GrCaps\20const&\29 -6588:skgpu::ganesh::\28anonymous\20namespace\29::AAFlatteningConvexPathOp::name\28\29\20const -6589:skgpu::ganesh::\28anonymous\20namespace\29::AAFlatteningConvexPathOp::fixedFunctionFlags\28\29\20const -6590:skgpu::ganesh::\28anonymous\20namespace\29::AAFlatteningConvexPathOp::finalize\28GrCaps\20const&\2c\20GrAppliedClip\20const*\2c\20GrClampType\29 -6591:skgpu::ganesh::\28anonymous\20namespace\29::AAConvexPathOp::~AAConvexPathOp\28\29_10919 -6592:skgpu::ganesh::\28anonymous\20namespace\29::AAConvexPathOp::~AAConvexPathOp\28\29 -6593:skgpu::ganesh::\28anonymous\20namespace\29::AAConvexPathOp::visitProxies\28std::__2::function\20const&\29\20const -6594:skgpu::ganesh::\28anonymous\20namespace\29::AAConvexPathOp::onPrepareDraws\28GrMeshDrawTarget*\29 -6595:skgpu::ganesh::\28anonymous\20namespace\29::AAConvexPathOp::onExecute\28GrOpFlushState*\2c\20SkRect\20const&\29 -6596:skgpu::ganesh::\28anonymous\20namespace\29::AAConvexPathOp::onCreateProgramInfo\28GrCaps\20const*\2c\20SkArenaAlloc*\2c\20GrSurfaceProxyView\20const&\2c\20bool\2c\20GrAppliedClip&&\2c\20GrDstProxyView\20const&\2c\20GrXferBarrierFlags\2c\20GrLoadOp\29 -6597:skgpu::ganesh::\28anonymous\20namespace\29::AAConvexPathOp::onCombineIfPossible\28GrOp*\2c\20SkArenaAlloc*\2c\20GrCaps\20const&\29 -6598:skgpu::ganesh::\28anonymous\20namespace\29::AAConvexPathOp::name\28\29\20const -6599:skgpu::ganesh::\28anonymous\20namespace\29::AAConvexPathOp::finalize\28GrCaps\20const&\2c\20GrAppliedClip\20const*\2c\20GrClampType\29 -6600:skgpu::ganesh::TriangulatingPathRenderer::onDrawPath\28skgpu::ganesh::PathRenderer::DrawPathArgs\20const&\29 -6601:skgpu::ganesh::TriangulatingPathRenderer::onCanDrawPath\28skgpu::ganesh::PathRenderer::CanDrawPathArgs\20const&\29\20const -6602:skgpu::ganesh::TriangulatingPathRenderer::name\28\29\20const -6603:skgpu::ganesh::TessellationPathRenderer::onStencilPath\28skgpu::ganesh::PathRenderer::StencilPathArgs\20const&\29 -6604:skgpu::ganesh::TessellationPathRenderer::onGetStencilSupport\28GrStyledShape\20const&\29\20const -6605:skgpu::ganesh::TessellationPathRenderer::onDrawPath\28skgpu::ganesh::PathRenderer::DrawPathArgs\20const&\29 -6606:skgpu::ganesh::TessellationPathRenderer::onCanDrawPath\28skgpu::ganesh::PathRenderer::CanDrawPathArgs\20const&\29\20const -6607:skgpu::ganesh::TessellationPathRenderer::name\28\29\20const -6608:skgpu::ganesh::SurfaceDrawContext::willReplaceOpsTask\28skgpu::ganesh::OpsTask*\2c\20skgpu::ganesh::OpsTask*\29 -6609:skgpu::ganesh::SurfaceDrawContext::canDiscardPreviousOpsOnFullClear\28\29\20const -6610:skgpu::ganesh::SurfaceContext::~SurfaceContext\28\29_9099 -6611:skgpu::ganesh::SurfaceContext::asyncRescaleAndReadPixelsYUV420\28GrDirectContext*\2c\20SkYUVColorSpace\2c\20bool\2c\20sk_sp\2c\20SkIRect\20const&\2c\20SkISize\2c\20SkImage::RescaleGamma\2c\20SkImage::RescaleMode\2c\20void\20\28*\29\28void*\2c\20std::__2::unique_ptr>\29\2c\20void*\29::$_0::__invoke\28void*\29 -6612:skgpu::ganesh::SurfaceContext::asyncReadPixels\28GrDirectContext*\2c\20SkIRect\20const&\2c\20SkColorType\2c\20void\20\28*\29\28void*\2c\20std::__2::unique_ptr>\29\2c\20void*\29::$_0::__invoke\28void*\29 -6613:skgpu::ganesh::StrokeTessellateOp::~StrokeTessellateOp\28\29_11777 -6614:skgpu::ganesh::StrokeTessellateOp::~StrokeTessellateOp\28\29 -6615:skgpu::ganesh::StrokeTessellateOp::visitProxies\28std::__2::function\20const&\29\20const -6616:skgpu::ganesh::StrokeTessellateOp::usesStencil\28\29\20const -6617:skgpu::ganesh::StrokeTessellateOp::onPrepare\28GrOpFlushState*\29 -6618:skgpu::ganesh::StrokeTessellateOp::onPrePrepare\28GrRecordingContext*\2c\20GrSurfaceProxyView\20const&\2c\20GrAppliedClip*\2c\20GrDstProxyView\20const&\2c\20GrXferBarrierFlags\2c\20GrLoadOp\29 -6619:skgpu::ganesh::StrokeTessellateOp::onExecute\28GrOpFlushState*\2c\20SkRect\20const&\29 -6620:skgpu::ganesh::StrokeTessellateOp::onCombineIfPossible\28GrOp*\2c\20SkArenaAlloc*\2c\20GrCaps\20const&\29 -6621:skgpu::ganesh::StrokeTessellateOp::name\28\29\20const -6622:skgpu::ganesh::StrokeTessellateOp::finalize\28GrCaps\20const&\2c\20GrAppliedClip\20const*\2c\20GrClampType\29 -6623:skgpu::ganesh::StrokeRectOp::\28anonymous\20namespace\29::NonAAStrokeRectOp::~NonAAStrokeRectOp\28\29_11755 -6624:skgpu::ganesh::StrokeRectOp::\28anonymous\20namespace\29::NonAAStrokeRectOp::~NonAAStrokeRectOp\28\29 -6625:skgpu::ganesh::StrokeRectOp::\28anonymous\20namespace\29::NonAAStrokeRectOp::visitProxies\28std::__2::function\20const&\29\20const -6626:skgpu::ganesh::StrokeRectOp::\28anonymous\20namespace\29::NonAAStrokeRectOp::programInfo\28\29 -6627:skgpu::ganesh::StrokeRectOp::\28anonymous\20namespace\29::NonAAStrokeRectOp::onPrepareDraws\28GrMeshDrawTarget*\29 -6628:skgpu::ganesh::StrokeRectOp::\28anonymous\20namespace\29::NonAAStrokeRectOp::onExecute\28GrOpFlushState*\2c\20SkRect\20const&\29 -6629:skgpu::ganesh::StrokeRectOp::\28anonymous\20namespace\29::NonAAStrokeRectOp::onCreateProgramInfo\28GrCaps\20const*\2c\20SkArenaAlloc*\2c\20GrSurfaceProxyView\20const&\2c\20bool\2c\20GrAppliedClip&&\2c\20GrDstProxyView\20const&\2c\20GrXferBarrierFlags\2c\20GrLoadOp\29 -6630:skgpu::ganesh::StrokeRectOp::\28anonymous\20namespace\29::NonAAStrokeRectOp::name\28\29\20const -6631:skgpu::ganesh::StrokeRectOp::\28anonymous\20namespace\29::NonAAStrokeRectOp::finalize\28GrCaps\20const&\2c\20GrAppliedClip\20const*\2c\20GrClampType\29 -6632:skgpu::ganesh::StrokeRectOp::\28anonymous\20namespace\29::AAStrokeRectOp::~AAStrokeRectOp\28\29_11744 -6633:skgpu::ganesh::StrokeRectOp::\28anonymous\20namespace\29::AAStrokeRectOp::~AAStrokeRectOp\28\29 -6634:skgpu::ganesh::StrokeRectOp::\28anonymous\20namespace\29::AAStrokeRectOp::visitProxies\28std::__2::function\20const&\29\20const -6635:skgpu::ganesh::StrokeRectOp::\28anonymous\20namespace\29::AAStrokeRectOp::programInfo\28\29 -6636:skgpu::ganesh::StrokeRectOp::\28anonymous\20namespace\29::AAStrokeRectOp::onPrepareDraws\28GrMeshDrawTarget*\29 -6637:skgpu::ganesh::StrokeRectOp::\28anonymous\20namespace\29::AAStrokeRectOp::onExecute\28GrOpFlushState*\2c\20SkRect\20const&\29 -6638:skgpu::ganesh::StrokeRectOp::\28anonymous\20namespace\29::AAStrokeRectOp::onCreateProgramInfo\28GrCaps\20const*\2c\20SkArenaAlloc*\2c\20GrSurfaceProxyView\20const&\2c\20bool\2c\20GrAppliedClip&&\2c\20GrDstProxyView\20const&\2c\20GrXferBarrierFlags\2c\20GrLoadOp\29 -6639:skgpu::ganesh::StrokeRectOp::\28anonymous\20namespace\29::AAStrokeRectOp::onCombineIfPossible\28GrOp*\2c\20SkArenaAlloc*\2c\20GrCaps\20const&\29 -6640:skgpu::ganesh::StrokeRectOp::\28anonymous\20namespace\29::AAStrokeRectOp::name\28\29\20const -6641:skgpu::ganesh::StrokeRectOp::\28anonymous\20namespace\29::AAStrokeRectOp::finalize\28GrCaps\20const&\2c\20GrAppliedClip\20const*\2c\20GrClampType\29 -6642:skgpu::ganesh::StencilClip::~StencilClip\28\29_10120 -6643:skgpu::ganesh::StencilClip::~StencilClip\28\29 -6644:skgpu::ganesh::StencilClip::preApply\28SkRect\20const&\2c\20GrAA\29\20const -6645:skgpu::ganesh::StencilClip::getConservativeBounds\28\29\20const -6646:skgpu::ganesh::StencilClip::apply\28GrAppliedHardClip*\2c\20SkIRect*\29\20const -6647:skgpu::ganesh::SoftwarePathRenderer::onDrawPath\28skgpu::ganesh::PathRenderer::DrawPathArgs\20const&\29 -6648:skgpu::ganesh::SoftwarePathRenderer::onCanDrawPath\28skgpu::ganesh::PathRenderer::CanDrawPathArgs\20const&\29\20const -6649:skgpu::ganesh::SoftwarePathRenderer::name\28\29\20const -6650:skgpu::ganesh::SmallPathRenderer::onDrawPath\28skgpu::ganesh::PathRenderer::DrawPathArgs\20const&\29 -6651:skgpu::ganesh::SmallPathRenderer::onCanDrawPath\28skgpu::ganesh::PathRenderer::CanDrawPathArgs\20const&\29\20const -6652:skgpu::ganesh::SmallPathRenderer::name\28\29\20const -6653:skgpu::ganesh::SmallPathAtlasMgr::preFlush\28GrOnFlushResourceProvider*\29 -6654:skgpu::ganesh::SmallPathAtlasMgr::postFlush\28skgpu::AtlasToken\29 -6655:skgpu::ganesh::SmallPathAtlasMgr::evict\28skgpu::PlotLocator\29 -6656:skgpu::ganesh::RegionOp::\28anonymous\20namespace\29::RegionOpImpl::~RegionOpImpl\28\29_11653 -6657:skgpu::ganesh::RegionOp::\28anonymous\20namespace\29::RegionOpImpl::~RegionOpImpl\28\29 -6658:skgpu::ganesh::RegionOp::\28anonymous\20namespace\29::RegionOpImpl::visitProxies\28std::__2::function\20const&\29\20const -6659:skgpu::ganesh::RegionOp::\28anonymous\20namespace\29::RegionOpImpl::programInfo\28\29 -6660:skgpu::ganesh::RegionOp::\28anonymous\20namespace\29::RegionOpImpl::onPrepareDraws\28GrMeshDrawTarget*\29 -6661:skgpu::ganesh::RegionOp::\28anonymous\20namespace\29::RegionOpImpl::onExecute\28GrOpFlushState*\2c\20SkRect\20const&\29 -6662:skgpu::ganesh::RegionOp::\28anonymous\20namespace\29::RegionOpImpl::onCreateProgramInfo\28GrCaps\20const*\2c\20SkArenaAlloc*\2c\20GrSurfaceProxyView\20const&\2c\20bool\2c\20GrAppliedClip&&\2c\20GrDstProxyView\20const&\2c\20GrXferBarrierFlags\2c\20GrLoadOp\29 -6663:skgpu::ganesh::RegionOp::\28anonymous\20namespace\29::RegionOpImpl::onCombineIfPossible\28GrOp*\2c\20SkArenaAlloc*\2c\20GrCaps\20const&\29 -6664:skgpu::ganesh::RegionOp::\28anonymous\20namespace\29::RegionOpImpl::name\28\29\20const -6665:skgpu::ganesh::RegionOp::\28anonymous\20namespace\29::RegionOpImpl::finalize\28GrCaps\20const&\2c\20GrAppliedClip\20const*\2c\20GrClampType\29 -6666:skgpu::ganesh::QuadPerEdgeAA::\28anonymous\20namespace\29::write_quad_generic\28skgpu::VertexWriter*\2c\20skgpu::ganesh::QuadPerEdgeAA::VertexSpec\20const&\2c\20GrQuad\20const*\2c\20GrQuad\20const*\2c\20float\20const*\2c\20SkRGBA4f<\28SkAlphaType\292>\20const&\2c\20SkRect\20const&\2c\20SkRect\20const&\29 -6667:skgpu::ganesh::QuadPerEdgeAA::\28anonymous\20namespace\29::write_2d_uv_strict\28skgpu::VertexWriter*\2c\20skgpu::ganesh::QuadPerEdgeAA::VertexSpec\20const&\2c\20GrQuad\20const*\2c\20GrQuad\20const*\2c\20float\20const*\2c\20SkRGBA4f<\28SkAlphaType\292>\20const&\2c\20SkRect\20const&\2c\20SkRect\20const&\29 -6668:skgpu::ganesh::QuadPerEdgeAA::\28anonymous\20namespace\29::write_2d_uv\28skgpu::VertexWriter*\2c\20skgpu::ganesh::QuadPerEdgeAA::VertexSpec\20const&\2c\20GrQuad\20const*\2c\20GrQuad\20const*\2c\20float\20const*\2c\20SkRGBA4f<\28SkAlphaType\292>\20const&\2c\20SkRect\20const&\2c\20SkRect\20const&\29 -6669:skgpu::ganesh::QuadPerEdgeAA::\28anonymous\20namespace\29::write_2d_cov_uv_strict\28skgpu::VertexWriter*\2c\20skgpu::ganesh::QuadPerEdgeAA::VertexSpec\20const&\2c\20GrQuad\20const*\2c\20GrQuad\20const*\2c\20float\20const*\2c\20SkRGBA4f<\28SkAlphaType\292>\20const&\2c\20SkRect\20const&\2c\20SkRect\20const&\29 -6670:skgpu::ganesh::QuadPerEdgeAA::\28anonymous\20namespace\29::write_2d_cov_uv\28skgpu::VertexWriter*\2c\20skgpu::ganesh::QuadPerEdgeAA::VertexSpec\20const&\2c\20GrQuad\20const*\2c\20GrQuad\20const*\2c\20float\20const*\2c\20SkRGBA4f<\28SkAlphaType\292>\20const&\2c\20SkRect\20const&\2c\20SkRect\20const&\29 -6671:skgpu::ganesh::QuadPerEdgeAA::\28anonymous\20namespace\29::write_2d_color_uv_strict\28skgpu::VertexWriter*\2c\20skgpu::ganesh::QuadPerEdgeAA::VertexSpec\20const&\2c\20GrQuad\20const*\2c\20GrQuad\20const*\2c\20float\20const*\2c\20SkRGBA4f<\28SkAlphaType\292>\20const&\2c\20SkRect\20const&\2c\20SkRect\20const&\29 -6672:skgpu::ganesh::QuadPerEdgeAA::\28anonymous\20namespace\29::write_2d_color_uv\28skgpu::VertexWriter*\2c\20skgpu::ganesh::QuadPerEdgeAA::VertexSpec\20const&\2c\20GrQuad\20const*\2c\20GrQuad\20const*\2c\20float\20const*\2c\20SkRGBA4f<\28SkAlphaType\292>\20const&\2c\20SkRect\20const&\2c\20SkRect\20const&\29 -6673:skgpu::ganesh::QuadPerEdgeAA::\28anonymous\20namespace\29::write_2d_color\28skgpu::VertexWriter*\2c\20skgpu::ganesh::QuadPerEdgeAA::VertexSpec\20const&\2c\20GrQuad\20const*\2c\20GrQuad\20const*\2c\20float\20const*\2c\20SkRGBA4f<\28SkAlphaType\292>\20const&\2c\20SkRect\20const&\2c\20SkRect\20const&\29 -6674:skgpu::ganesh::QuadPerEdgeAA::QuadPerEdgeAAGeometryProcessor::~QuadPerEdgeAAGeometryProcessor\28\29_11642 -6675:skgpu::ganesh::QuadPerEdgeAA::QuadPerEdgeAAGeometryProcessor::~QuadPerEdgeAAGeometryProcessor\28\29 -6676:skgpu::ganesh::QuadPerEdgeAA::QuadPerEdgeAAGeometryProcessor::onTextureSampler\28int\29\20const -6677:skgpu::ganesh::QuadPerEdgeAA::QuadPerEdgeAAGeometryProcessor::name\28\29\20const -6678:skgpu::ganesh::QuadPerEdgeAA::QuadPerEdgeAAGeometryProcessor::makeProgramImpl\28GrShaderCaps\20const&\29\20const::Impl::setData\28GrGLSLProgramDataManager\20const&\2c\20GrShaderCaps\20const&\2c\20GrGeometryProcessor\20const&\29 -6679:skgpu::ganesh::QuadPerEdgeAA::QuadPerEdgeAAGeometryProcessor::makeProgramImpl\28GrShaderCaps\20const&\29\20const::Impl::onEmitCode\28GrGeometryProcessor::ProgramImpl::EmitArgs&\2c\20GrGeometryProcessor::ProgramImpl::GrGPArgs*\29 -6680:skgpu::ganesh::QuadPerEdgeAA::QuadPerEdgeAAGeometryProcessor::makeProgramImpl\28GrShaderCaps\20const&\29\20const -6681:skgpu::ganesh::QuadPerEdgeAA::QuadPerEdgeAAGeometryProcessor::addToKey\28GrShaderCaps\20const&\2c\20skgpu::KeyBuilder*\29\20const -6682:skgpu::ganesh::PathWedgeTessellator::prepare\28GrMeshDrawTarget*\2c\20SkMatrix\20const&\2c\20skgpu::ganesh::PathTessellator::PathDrawList\20const&\2c\20int\29 -6683:skgpu::ganesh::PathTessellator::~PathTessellator\28\29 -6684:skgpu::ganesh::PathTessellateOp::~PathTessellateOp\28\29_11617 -6685:skgpu::ganesh::PathTessellateOp::~PathTessellateOp\28\29 -6686:skgpu::ganesh::PathTessellateOp::visitProxies\28std::__2::function\20const&\29\20const -6687:skgpu::ganesh::PathTessellateOp::usesStencil\28\29\20const -6688:skgpu::ganesh::PathTessellateOp::onPrepare\28GrOpFlushState*\29 -6689:skgpu::ganesh::PathTessellateOp::onPrePrepare\28GrRecordingContext*\2c\20GrSurfaceProxyView\20const&\2c\20GrAppliedClip*\2c\20GrDstProxyView\20const&\2c\20GrXferBarrierFlags\2c\20GrLoadOp\29 -6690:skgpu::ganesh::PathTessellateOp::onExecute\28GrOpFlushState*\2c\20SkRect\20const&\29 -6691:skgpu::ganesh::PathTessellateOp::onCombineIfPossible\28GrOp*\2c\20SkArenaAlloc*\2c\20GrCaps\20const&\29 -6692:skgpu::ganesh::PathTessellateOp::name\28\29\20const -6693:skgpu::ganesh::PathTessellateOp::finalize\28GrCaps\20const&\2c\20GrAppliedClip\20const*\2c\20GrClampType\29 -6694:skgpu::ganesh::PathStencilCoverOp::~PathStencilCoverOp\28\29_11600 -6695:skgpu::ganesh::PathStencilCoverOp::~PathStencilCoverOp\28\29 -6696:skgpu::ganesh::PathStencilCoverOp::visitProxies\28std::__2::function\20const&\29\20const -6697:skgpu::ganesh::PathStencilCoverOp::onPrepare\28GrOpFlushState*\29 -6698:skgpu::ganesh::PathStencilCoverOp::onPrePrepare\28GrRecordingContext*\2c\20GrSurfaceProxyView\20const&\2c\20GrAppliedClip*\2c\20GrDstProxyView\20const&\2c\20GrXferBarrierFlags\2c\20GrLoadOp\29 -6699:skgpu::ganesh::PathStencilCoverOp::onExecute\28GrOpFlushState*\2c\20SkRect\20const&\29 -6700:skgpu::ganesh::PathStencilCoverOp::name\28\29\20const -6701:skgpu::ganesh::PathStencilCoverOp::fixedFunctionFlags\28\29\20const -6702:skgpu::ganesh::PathStencilCoverOp::finalize\28GrCaps\20const&\2c\20GrAppliedClip\20const*\2c\20GrClampType\29 -6703:skgpu::ganesh::PathRenderer::onStencilPath\28skgpu::ganesh::PathRenderer::StencilPathArgs\20const&\29 -6704:skgpu::ganesh::PathRenderer::onGetStencilSupport\28GrStyledShape\20const&\29\20const -6705:skgpu::ganesh::PathInnerTriangulateOp::~PathInnerTriangulateOp\28\29_11576 -6706:skgpu::ganesh::PathInnerTriangulateOp::~PathInnerTriangulateOp\28\29 -6707:skgpu::ganesh::PathInnerTriangulateOp::visitProxies\28std::__2::function\20const&\29\20const -6708:skgpu::ganesh::PathInnerTriangulateOp::onPrepare\28GrOpFlushState*\29 -6709:skgpu::ganesh::PathInnerTriangulateOp::onPrePrepare\28GrRecordingContext*\2c\20GrSurfaceProxyView\20const&\2c\20GrAppliedClip*\2c\20GrDstProxyView\20const&\2c\20GrXferBarrierFlags\2c\20GrLoadOp\29 -6710:skgpu::ganesh::PathInnerTriangulateOp::onExecute\28GrOpFlushState*\2c\20SkRect\20const&\29 -6711:skgpu::ganesh::PathInnerTriangulateOp::name\28\29\20const -6712:skgpu::ganesh::PathInnerTriangulateOp::fixedFunctionFlags\28\29\20const -6713:skgpu::ganesh::PathInnerTriangulateOp::finalize\28GrCaps\20const&\2c\20GrAppliedClip\20const*\2c\20GrClampType\29 -6714:skgpu::ganesh::PathCurveTessellator::prepare\28GrMeshDrawTarget*\2c\20SkMatrix\20const&\2c\20skgpu::ganesh::PathTessellator::PathDrawList\20const&\2c\20int\29 -6715:skgpu::ganesh::OpsTask::~OpsTask\28\29_11515 -6716:skgpu::ganesh::OpsTask::onPrepare\28GrOpFlushState*\29 -6717:skgpu::ganesh::OpsTask::onPrePrepare\28GrRecordingContext*\29 -6718:skgpu::ganesh::OpsTask::onMakeSkippable\28\29 -6719:skgpu::ganesh::OpsTask::onIsUsed\28GrSurfaceProxy*\29\20const -6720:skgpu::ganesh::OpsTask::gatherProxyIntervals\28GrResourceAllocator*\29\20const -6721:skgpu::ganesh::OpsTask::endFlush\28GrDrawingManager*\29 -6722:skgpu::ganesh::LatticeOp::\28anonymous\20namespace\29::NonAALatticeOp::~NonAALatticeOp\28\29_11487 -6723:skgpu::ganesh::LatticeOp::\28anonymous\20namespace\29::NonAALatticeOp::visitProxies\28std::__2::function\20const&\29\20const -6724:skgpu::ganesh::LatticeOp::\28anonymous\20namespace\29::NonAALatticeOp::onPrepareDraws\28GrMeshDrawTarget*\29 -6725:skgpu::ganesh::LatticeOp::\28anonymous\20namespace\29::NonAALatticeOp::onExecute\28GrOpFlushState*\2c\20SkRect\20const&\29 -6726:skgpu::ganesh::LatticeOp::\28anonymous\20namespace\29::NonAALatticeOp::onCreateProgramInfo\28GrCaps\20const*\2c\20SkArenaAlloc*\2c\20GrSurfaceProxyView\20const&\2c\20bool\2c\20GrAppliedClip&&\2c\20GrDstProxyView\20const&\2c\20GrXferBarrierFlags\2c\20GrLoadOp\29 -6727:skgpu::ganesh::LatticeOp::\28anonymous\20namespace\29::NonAALatticeOp::onCombineIfPossible\28GrOp*\2c\20SkArenaAlloc*\2c\20GrCaps\20const&\29 -6728:skgpu::ganesh::LatticeOp::\28anonymous\20namespace\29::NonAALatticeOp::name\28\29\20const -6729:skgpu::ganesh::LatticeOp::\28anonymous\20namespace\29::NonAALatticeOp::finalize\28GrCaps\20const&\2c\20GrAppliedClip\20const*\2c\20GrClampType\29 -6730:skgpu::ganesh::LatticeOp::\28anonymous\20namespace\29::LatticeGP::~LatticeGP\28\29_11499 -6731:skgpu::ganesh::LatticeOp::\28anonymous\20namespace\29::LatticeGP::~LatticeGP\28\29 -6732:skgpu::ganesh::LatticeOp::\28anonymous\20namespace\29::LatticeGP::onTextureSampler\28int\29\20const -6733:skgpu::ganesh::LatticeOp::\28anonymous\20namespace\29::LatticeGP::name\28\29\20const -6734:skgpu::ganesh::LatticeOp::\28anonymous\20namespace\29::LatticeGP::makeProgramImpl\28GrShaderCaps\20const&\29\20const::Impl::setData\28GrGLSLProgramDataManager\20const&\2c\20GrShaderCaps\20const&\2c\20GrGeometryProcessor\20const&\29 -6735:skgpu::ganesh::LatticeOp::\28anonymous\20namespace\29::LatticeGP::makeProgramImpl\28GrShaderCaps\20const&\29\20const::Impl::onEmitCode\28GrGeometryProcessor::ProgramImpl::EmitArgs&\2c\20GrGeometryProcessor::ProgramImpl::GrGPArgs*\29 -6736:skgpu::ganesh::LatticeOp::\28anonymous\20namespace\29::LatticeGP::makeProgramImpl\28GrShaderCaps\20const&\29\20const -6737:skgpu::ganesh::LatticeOp::\28anonymous\20namespace\29::LatticeGP::addToKey\28GrShaderCaps\20const&\2c\20skgpu::KeyBuilder*\29\20const -6738:skgpu::ganesh::FillRRectOp::\28anonymous\20namespace\29::FillRRectOpImpl::~FillRRectOpImpl\28\29_11275 -6739:skgpu::ganesh::FillRRectOp::\28anonymous\20namespace\29::FillRRectOpImpl::~FillRRectOpImpl\28\29 -6740:skgpu::ganesh::FillRRectOp::\28anonymous\20namespace\29::FillRRectOpImpl::visitProxies\28std::__2::function\20const&\29\20const -6741:skgpu::ganesh::FillRRectOp::\28anonymous\20namespace\29::FillRRectOpImpl::onPrepareDraws\28GrMeshDrawTarget*\29 -6742:skgpu::ganesh::FillRRectOp::\28anonymous\20namespace\29::FillRRectOpImpl::onExecute\28GrOpFlushState*\2c\20SkRect\20const&\29 -6743:skgpu::ganesh::FillRRectOp::\28anonymous\20namespace\29::FillRRectOpImpl::onCreateProgramInfo\28GrCaps\20const*\2c\20SkArenaAlloc*\2c\20GrSurfaceProxyView\20const&\2c\20bool\2c\20GrAppliedClip&&\2c\20GrDstProxyView\20const&\2c\20GrXferBarrierFlags\2c\20GrLoadOp\29 -6744:skgpu::ganesh::FillRRectOp::\28anonymous\20namespace\29::FillRRectOpImpl::onCombineIfPossible\28GrOp*\2c\20SkArenaAlloc*\2c\20GrCaps\20const&\29 -6745:skgpu::ganesh::FillRRectOp::\28anonymous\20namespace\29::FillRRectOpImpl::name\28\29\20const -6746:skgpu::ganesh::FillRRectOp::\28anonymous\20namespace\29::FillRRectOpImpl::finalize\28GrCaps\20const&\2c\20GrAppliedClip\20const*\2c\20GrClampType\29 -6747:skgpu::ganesh::FillRRectOp::\28anonymous\20namespace\29::FillRRectOpImpl::clipToShape\28skgpu::ganesh::SurfaceDrawContext*\2c\20SkClipOp\2c\20SkMatrix\20const&\2c\20GrShape\20const&\2c\20GrAA\29 -6748:skgpu::ganesh::FillRRectOp::\28anonymous\20namespace\29::FillRRectOpImpl::Processor::~Processor\28\29_11292 -6749:skgpu::ganesh::FillRRectOp::\28anonymous\20namespace\29::FillRRectOpImpl::Processor::~Processor\28\29 -6750:skgpu::ganesh::FillRRectOp::\28anonymous\20namespace\29::FillRRectOpImpl::Processor::name\28\29\20const -6751:skgpu::ganesh::FillRRectOp::\28anonymous\20namespace\29::FillRRectOpImpl::Processor::makeProgramImpl\28GrShaderCaps\20const&\29\20const -6752:skgpu::ganesh::FillRRectOp::\28anonymous\20namespace\29::FillRRectOpImpl::Processor::addToKey\28GrShaderCaps\20const&\2c\20skgpu::KeyBuilder*\29\20const -6753:skgpu::ganesh::FillRRectOp::\28anonymous\20namespace\29::FillRRectOpImpl::Processor::Impl::onEmitCode\28GrGeometryProcessor::ProgramImpl::EmitArgs&\2c\20GrGeometryProcessor::ProgramImpl::GrGPArgs*\29 -6754:skgpu::ganesh::DrawableOp::~DrawableOp\28\29_11265 -6755:skgpu::ganesh::DrawableOp::~DrawableOp\28\29 -6756:skgpu::ganesh::DrawableOp::onExecute\28GrOpFlushState*\2c\20SkRect\20const&\29 -6757:skgpu::ganesh::DrawableOp::name\28\29\20const -6758:skgpu::ganesh::DrawAtlasPathOp::~DrawAtlasPathOp\28\29_11168 -6759:skgpu::ganesh::DrawAtlasPathOp::~DrawAtlasPathOp\28\29 -6760:skgpu::ganesh::DrawAtlasPathOp::visitProxies\28std::__2::function\20const&\29\20const -6761:skgpu::ganesh::DrawAtlasPathOp::onPrepare\28GrOpFlushState*\29 -6762:skgpu::ganesh::DrawAtlasPathOp::onPrePrepare\28GrRecordingContext*\2c\20GrSurfaceProxyView\20const&\2c\20GrAppliedClip*\2c\20GrDstProxyView\20const&\2c\20GrXferBarrierFlags\2c\20GrLoadOp\29 -6763:skgpu::ganesh::DrawAtlasPathOp::onExecute\28GrOpFlushState*\2c\20SkRect\20const&\29 -6764:skgpu::ganesh::DrawAtlasPathOp::onCombineIfPossible\28GrOp*\2c\20SkArenaAlloc*\2c\20GrCaps\20const&\29 -6765:skgpu::ganesh::DrawAtlasPathOp::name\28\29\20const -6766:skgpu::ganesh::DrawAtlasPathOp::finalize\28GrCaps\20const&\2c\20GrAppliedClip\20const*\2c\20GrClampType\29 -6767:skgpu::ganesh::Device::~Device\28\29_8719 -6768:skgpu::ganesh::Device::~Device\28\29 -6769:skgpu::ganesh::Device::strikeDeviceInfo\28\29\20const -6770:skgpu::ganesh::Device::snapSpecial\28SkIRect\20const&\2c\20bool\29 -6771:skgpu::ganesh::Device::snapSpecialScaled\28SkIRect\20const&\2c\20SkISize\20const&\29 -6772:skgpu::ganesh::Device::replaceClip\28SkIRect\20const&\29 -6773:skgpu::ganesh::Device::pushClipStack\28\29 -6774:skgpu::ganesh::Device::popClipStack\28\29 -6775:skgpu::ganesh::Device::onWritePixels\28SkPixmap\20const&\2c\20int\2c\20int\29 -6776:skgpu::ganesh::Device::onReadPixels\28SkPixmap\20const&\2c\20int\2c\20int\29 -6777:skgpu::ganesh::Device::onDrawGlyphRunList\28SkCanvas*\2c\20sktext::GlyphRunList\20const&\2c\20SkPaint\20const&\29 -6778:skgpu::ganesh::Device::onClipShader\28sk_sp\29 -6779:skgpu::ganesh::Device::makeSurface\28SkImageInfo\20const&\2c\20SkSurfaceProps\20const&\29 -6780:skgpu::ganesh::Device::isClipWideOpen\28\29\20const -6781:skgpu::ganesh::Device::isClipRect\28\29\20const -6782:skgpu::ganesh::Device::isClipEmpty\28\29\20const -6783:skgpu::ganesh::Device::isClipAntiAliased\28\29\20const -6784:skgpu::ganesh::Device::drawVertices\28SkVertices\20const*\2c\20sk_sp\2c\20SkPaint\20const&\2c\20bool\29 -6785:skgpu::ganesh::Device::drawSpecial\28SkSpecialImage*\2c\20SkMatrix\20const&\2c\20SkSamplingOptions\20const&\2c\20SkPaint\20const&\2c\20SkCanvas::SrcRectConstraint\29 -6786:skgpu::ganesh::Device::drawSlug\28SkCanvas*\2c\20sktext::gpu::Slug\20const*\2c\20SkPaint\20const&\29 -6787:skgpu::ganesh::Device::drawShadow\28SkCanvas*\2c\20SkPath\20const&\2c\20SkDrawShadowRec\20const&\29 -6788:skgpu::ganesh::Device::drawRegion\28SkRegion\20const&\2c\20SkPaint\20const&\29 -6789:skgpu::ganesh::Device::drawRect\28SkRect\20const&\2c\20SkPaint\20const&\29 -6790:skgpu::ganesh::Device::drawPoints\28SkCanvas::PointMode\2c\20SkSpan\2c\20SkPaint\20const&\29 -6791:skgpu::ganesh::Device::drawPaint\28SkPaint\20const&\29 -6792:skgpu::ganesh::Device::drawOval\28SkRect\20const&\2c\20SkPaint\20const&\29 -6793:skgpu::ganesh::Device::drawMesh\28SkMesh\20const&\2c\20sk_sp\2c\20SkPaint\20const&\29 -6794:skgpu::ganesh::Device::drawImageRect\28SkImage\20const*\2c\20SkRect\20const*\2c\20SkRect\20const&\2c\20SkSamplingOptions\20const&\2c\20SkPaint\20const&\2c\20SkCanvas::SrcRectConstraint\29 -6795:skgpu::ganesh::Device::drawImageLattice\28SkImage\20const*\2c\20SkCanvas::Lattice\20const&\2c\20SkRect\20const&\2c\20SkFilterMode\2c\20SkPaint\20const&\29 -6796:skgpu::ganesh::Device::drawEdgeAAQuad\28SkRect\20const&\2c\20SkPoint\20const*\2c\20SkCanvas::QuadAAFlags\2c\20SkRGBA4f<\28SkAlphaType\293>\20const&\2c\20SkBlendMode\29 -6797:skgpu::ganesh::Device::drawEdgeAAImageSet\28SkCanvas::ImageSetEntry\20const*\2c\20int\2c\20SkPoint\20const*\2c\20SkMatrix\20const*\2c\20SkSamplingOptions\20const&\2c\20SkPaint\20const&\2c\20SkCanvas::SrcRectConstraint\29 -6798:skgpu::ganesh::Device::drawDrawable\28SkCanvas*\2c\20SkDrawable*\2c\20SkMatrix\20const*\29 -6799:skgpu::ganesh::Device::drawDevice\28SkDevice*\2c\20SkSamplingOptions\20const&\2c\20SkPaint\20const&\29 -6800:skgpu::ganesh::Device::drawDRRect\28SkRRect\20const&\2c\20SkRRect\20const&\2c\20SkPaint\20const&\29 -6801:skgpu::ganesh::Device::drawCoverageMask\28SkSpecialImage\20const*\2c\20SkMatrix\20const&\2c\20SkSamplingOptions\20const&\2c\20SkPaint\20const&\29 -6802:skgpu::ganesh::Device::drawBlurredRRect\28SkRRect\20const&\2c\20SkPaint\20const&\2c\20float\29 -6803:skgpu::ganesh::Device::drawAtlas\28SkSpan\2c\20SkSpan\2c\20SkSpan\2c\20sk_sp\2c\20SkPaint\20const&\29 -6804:skgpu::ganesh::Device::drawAsTiledImageRect\28SkCanvas*\2c\20SkImage\20const*\2c\20SkRect\20const*\2c\20SkRect\20const&\2c\20SkSamplingOptions\20const&\2c\20SkPaint\20const&\2c\20SkCanvas::SrcRectConstraint\29 -6805:skgpu::ganesh::Device::drawArc\28SkArc\20const&\2c\20SkPaint\20const&\29 -6806:skgpu::ganesh::Device::devClipBounds\28\29\20const -6807:skgpu::ganesh::Device::createImageFilteringBackend\28SkSurfaceProps\20const&\2c\20SkColorType\29\20const -6808:skgpu::ganesh::Device::createDevice\28SkDevice::CreateInfo\20const&\2c\20SkPaint\20const*\29 -6809:skgpu::ganesh::Device::convertGlyphRunListToSlug\28sktext::GlyphRunList\20const&\2c\20SkPaint\20const&\29 -6810:skgpu::ganesh::Device::clipRegion\28SkRegion\20const&\2c\20SkClipOp\29 -6811:skgpu::ganesh::Device::clipRect\28SkRect\20const&\2c\20SkClipOp\2c\20bool\29 -6812:skgpu::ganesh::Device::clipRRect\28SkRRect\20const&\2c\20SkClipOp\2c\20bool\29 -6813:skgpu::ganesh::Device::clipPath\28SkPath\20const&\2c\20SkClipOp\2c\20bool\29 -6814:skgpu::ganesh::Device::baseRecorder\28\29\20const -6815:skgpu::ganesh::Device::android_utils_clipWithStencil\28\29 -6816:skgpu::ganesh::DefaultPathRenderer::onStencilPath\28skgpu::ganesh::PathRenderer::StencilPathArgs\20const&\29 -6817:skgpu::ganesh::DefaultPathRenderer::onGetStencilSupport\28GrStyledShape\20const&\29\20const -6818:skgpu::ganesh::DefaultPathRenderer::onDrawPath\28skgpu::ganesh::PathRenderer::DrawPathArgs\20const&\29 -6819:skgpu::ganesh::DefaultPathRenderer::onCanDrawPath\28skgpu::ganesh::PathRenderer::CanDrawPathArgs\20const&\29\20const -6820:skgpu::ganesh::DefaultPathRenderer::name\28\29\20const -6821:skgpu::ganesh::DashOp::\28anonymous\20namespace\29::DashingLineEffect::name\28\29\20const -6822:skgpu::ganesh::DashOp::\28anonymous\20namespace\29::DashingLineEffect::makeProgramImpl\28GrShaderCaps\20const&\29\20const -6823:skgpu::ganesh::DashOp::\28anonymous\20namespace\29::DashingLineEffect::Impl::setData\28GrGLSLProgramDataManager\20const&\2c\20GrShaderCaps\20const&\2c\20GrGeometryProcessor\20const&\29 -6824:skgpu::ganesh::DashOp::\28anonymous\20namespace\29::DashingLineEffect::Impl::onEmitCode\28GrGeometryProcessor::ProgramImpl::EmitArgs&\2c\20GrGeometryProcessor::ProgramImpl::GrGPArgs*\29 -6825:skgpu::ganesh::DashOp::\28anonymous\20namespace\29::DashingCircleEffect::name\28\29\20const -6826:skgpu::ganesh::DashOp::\28anonymous\20namespace\29::DashingCircleEffect::makeProgramImpl\28GrShaderCaps\20const&\29\20const -6827:skgpu::ganesh::DashOp::\28anonymous\20namespace\29::DashingCircleEffect::Impl::setData\28GrGLSLProgramDataManager\20const&\2c\20GrShaderCaps\20const&\2c\20GrGeometryProcessor\20const&\29 -6828:skgpu::ganesh::DashOp::\28anonymous\20namespace\29::DashingCircleEffect::Impl::onEmitCode\28GrGeometryProcessor::ProgramImpl::EmitArgs&\2c\20GrGeometryProcessor::ProgramImpl::GrGPArgs*\29 -6829:skgpu::ganesh::DashOp::\28anonymous\20namespace\29::DashOpImpl::~DashOpImpl\28\29_11091 -6830:skgpu::ganesh::DashOp::\28anonymous\20namespace\29::DashOpImpl::~DashOpImpl\28\29 -6831:skgpu::ganesh::DashOp::\28anonymous\20namespace\29::DashOpImpl::visitProxies\28std::__2::function\20const&\29\20const -6832:skgpu::ganesh::DashOp::\28anonymous\20namespace\29::DashOpImpl::programInfo\28\29 -6833:skgpu::ganesh::DashOp::\28anonymous\20namespace\29::DashOpImpl::onPrepareDraws\28GrMeshDrawTarget*\29 -6834:skgpu::ganesh::DashOp::\28anonymous\20namespace\29::DashOpImpl::onExecute\28GrOpFlushState*\2c\20SkRect\20const&\29 -6835:skgpu::ganesh::DashOp::\28anonymous\20namespace\29::DashOpImpl::onCreateProgramInfo\28GrCaps\20const*\2c\20SkArenaAlloc*\2c\20GrSurfaceProxyView\20const&\2c\20bool\2c\20GrAppliedClip&&\2c\20GrDstProxyView\20const&\2c\20GrXferBarrierFlags\2c\20GrLoadOp\29 -6836:skgpu::ganesh::DashOp::\28anonymous\20namespace\29::DashOpImpl::onCombineIfPossible\28GrOp*\2c\20SkArenaAlloc*\2c\20GrCaps\20const&\29 -6837:skgpu::ganesh::DashOp::\28anonymous\20namespace\29::DashOpImpl::name\28\29\20const -6838:skgpu::ganesh::DashOp::\28anonymous\20namespace\29::DashOpImpl::fixedFunctionFlags\28\29\20const -6839:skgpu::ganesh::DashOp::\28anonymous\20namespace\29::DashOpImpl::finalize\28GrCaps\20const&\2c\20GrAppliedClip\20const*\2c\20GrClampType\29 -6840:skgpu::ganesh::DashLinePathRenderer::onDrawPath\28skgpu::ganesh::PathRenderer::DrawPathArgs\20const&\29 -6841:skgpu::ganesh::DashLinePathRenderer::onCanDrawPath\28skgpu::ganesh::PathRenderer::CanDrawPathArgs\20const&\29\20const -6842:skgpu::ganesh::DashLinePathRenderer::name\28\29\20const -6843:skgpu::ganesh::ClipStack::~ClipStack\28\29_8681 -6844:skgpu::ganesh::ClipStack::preApply\28SkRect\20const&\2c\20GrAA\29\20const -6845:skgpu::ganesh::ClipStack::apply\28GrRecordingContext*\2c\20skgpu::ganesh::SurfaceDrawContext*\2c\20GrDrawOp*\2c\20GrAAType\2c\20GrAppliedClip*\2c\20SkRect*\29\20const -6846:skgpu::ganesh::ClearOp::~ClearOp\28\29 -6847:skgpu::ganesh::ClearOp::onExecute\28GrOpFlushState*\2c\20SkRect\20const&\29 -6848:skgpu::ganesh::ClearOp::onCombineIfPossible\28GrOp*\2c\20SkArenaAlloc*\2c\20GrCaps\20const&\29 -6849:skgpu::ganesh::ClearOp::name\28\29\20const -6850:skgpu::ganesh::AtlasTextOp::~AtlasTextOp\28\29_11063 -6851:skgpu::ganesh::AtlasTextOp::~AtlasTextOp\28\29 -6852:skgpu::ganesh::AtlasTextOp::visitProxies\28std::__2::function\20const&\29\20const -6853:skgpu::ganesh::AtlasTextOp::onPrepareDraws\28GrMeshDrawTarget*\29 -6854:skgpu::ganesh::AtlasTextOp::onExecute\28GrOpFlushState*\2c\20SkRect\20const&\29 -6855:skgpu::ganesh::AtlasTextOp::onCombineIfPossible\28GrOp*\2c\20SkArenaAlloc*\2c\20GrCaps\20const&\29 -6856:skgpu::ganesh::AtlasTextOp::name\28\29\20const -6857:skgpu::ganesh::AtlasTextOp::finalize\28GrCaps\20const&\2c\20GrAppliedClip\20const*\2c\20GrClampType\29 -6858:skgpu::ganesh::AtlasRenderTask::~AtlasRenderTask\28\29_11043 -6859:skgpu::ganesh::AtlasRenderTask::~AtlasRenderTask\28\29 -6860:skgpu::ganesh::AtlasRenderTask::onMakeClosed\28GrRecordingContext*\2c\20SkIRect*\29 -6861:skgpu::ganesh::AtlasRenderTask::onExecute\28GrOpFlushState*\29 -6862:skgpu::ganesh::AtlasPathRenderer::~AtlasPathRenderer\28\29_11007 -6863:skgpu::ganesh::AtlasPathRenderer::~AtlasPathRenderer\28\29 -6864:skgpu::ganesh::AtlasPathRenderer::onDrawPath\28skgpu::ganesh::PathRenderer::DrawPathArgs\20const&\29 -6865:skgpu::ganesh::AtlasPathRenderer::onCanDrawPath\28skgpu::ganesh::PathRenderer::CanDrawPathArgs\20const&\29\20const -6866:skgpu::ganesh::AtlasPathRenderer::name\28\29\20const -6867:skgpu::ganesh::AALinearizingConvexPathRenderer::onDrawPath\28skgpu::ganesh::PathRenderer::DrawPathArgs\20const&\29 -6868:skgpu::ganesh::AALinearizingConvexPathRenderer::onCanDrawPath\28skgpu::ganesh::PathRenderer::CanDrawPathArgs\20const&\29\20const -6869:skgpu::ganesh::AALinearizingConvexPathRenderer::name\28\29\20const -6870:skgpu::ganesh::AAHairLinePathRenderer::onDrawPath\28skgpu::ganesh::PathRenderer::DrawPathArgs\20const&\29 -6871:skgpu::ganesh::AAHairLinePathRenderer::onCanDrawPath\28skgpu::ganesh::PathRenderer::CanDrawPathArgs\20const&\29\20const -6872:skgpu::ganesh::AAHairLinePathRenderer::name\28\29\20const -6873:skgpu::ganesh::AAConvexPathRenderer::onDrawPath\28skgpu::ganesh::PathRenderer::DrawPathArgs\20const&\29 -6874:skgpu::ganesh::AAConvexPathRenderer::onCanDrawPath\28skgpu::ganesh::PathRenderer::CanDrawPathArgs\20const&\29\20const -6875:skgpu::ganesh::AAConvexPathRenderer::name\28\29\20const -6876:skgpu::TAsyncReadResult::~TAsyncReadResult\28\29_10164 -6877:skgpu::TAsyncReadResult::rowBytes\28int\29\20const -6878:skgpu::TAsyncReadResult::data\28int\29\20const -6879:skgpu::StringKeyBuilder::~StringKeyBuilder\28\29_9594 -6880:skgpu::StringKeyBuilder::~StringKeyBuilder\28\29 -6881:skgpu::StringKeyBuilder::appendComment\28char\20const*\29 -6882:skgpu::StringKeyBuilder::addBits\28unsigned\20int\2c\20unsigned\20int\2c\20std::__2::basic_string_view>\29 -6883:skgpu::ShaderErrorHandler::compileError\28char\20const*\2c\20char\20const*\2c\20bool\29 -6884:skgpu::RectanizerSkyline::~RectanizerSkyline\28\29_12541 -6885:skgpu::RectanizerSkyline::~RectanizerSkyline\28\29 -6886:skgpu::RectanizerSkyline::reset\28\29 -6887:skgpu::RectanizerSkyline::percentFull\28\29\20const -6888:skgpu::RectanizerPow2::reset\28\29 -6889:skgpu::RectanizerPow2::percentFull\28\29\20const -6890:skgpu::RectanizerPow2::addRect\28int\2c\20int\2c\20SkIPoint16*\29 -6891:skgpu::Plot::~Plot\28\29_12516 -6892:skgpu::Plot::~Plot\28\29 -6893:skgpu::KeyBuilder::~KeyBuilder\28\29 -6894:skgpu::KeyBuilder::addBits\28unsigned\20int\2c\20unsigned\20int\2c\20std::__2::basic_string_view>\29 -6895:skgpu::DefaultShaderErrorHandler\28\29::DefaultShaderErrorHandler::compileError\28char\20const*\2c\20char\20const*\29 -6896:sk_write_fn\28png_struct_def*\2c\20unsigned\20char*\2c\20unsigned\20long\29 -6897:sk_sp*\20emscripten::internal::MemberAccess>::getWire\28sk_sp\20SimpleImageInfo::*\20const&\2c\20SimpleImageInfo&\29 -6898:sk_read_user_chunk\28png_struct_def*\2c\20png_unknown_chunk_t*\29 -6899:sk_mmap_releaseproc\28void\20const*\2c\20void*\29 -6900:sk_ft_stream_io\28FT_StreamRec_*\2c\20unsigned\20long\2c\20unsigned\20char*\2c\20unsigned\20long\29 -6901:sk_ft_realloc\28FT_MemoryRec_*\2c\20long\2c\20long\2c\20void*\29 -6902:sk_ft_free\28FT_MemoryRec_*\2c\20void*\29 -6903:sk_ft_alloc\28FT_MemoryRec_*\2c\20long\29 -6904:sk_error_fn\28png_struct_def*\2c\20char\20const*\29_13028 -6905:sk_error_fn\28png_struct_def*\2c\20char\20const*\29 -6906:sfnt_table_info -6907:sfnt_load_face -6908:sfnt_is_postscript -6909:sfnt_is_alphanumeric -6910:sfnt_init_face -6911:sfnt_get_ps_name -6912:sfnt_get_name_index -6913:sfnt_get_name_id -6914:sfnt_get_interface -6915:sfnt_get_glyph_name -6916:sfnt_get_charset_id -6917:sfnt_done_face -6918:setup_syllables_use\28hb_ot_shape_plan_t\20const*\2c\20hb_font_t*\2c\20hb_buffer_t*\29 -6919:setup_syllables_myanmar\28hb_ot_shape_plan_t\20const*\2c\20hb_font_t*\2c\20hb_buffer_t*\29 -6920:setup_syllables_khmer\28hb_ot_shape_plan_t\20const*\2c\20hb_font_t*\2c\20hb_buffer_t*\29 -6921:setup_syllables_indic\28hb_ot_shape_plan_t\20const*\2c\20hb_font_t*\2c\20hb_buffer_t*\29 -6922:setup_masks_use\28hb_ot_shape_plan_t\20const*\2c\20hb_buffer_t*\2c\20hb_font_t*\29 -6923:setup_masks_myanmar\28hb_ot_shape_plan_t\20const*\2c\20hb_buffer_t*\2c\20hb_font_t*\29 -6924:setup_masks_khmer\28hb_ot_shape_plan_t\20const*\2c\20hb_buffer_t*\2c\20hb_font_t*\29 -6925:setup_masks_indic\28hb_ot_shape_plan_t\20const*\2c\20hb_buffer_t*\2c\20hb_font_t*\29 -6926:setup_masks_hangul\28hb_ot_shape_plan_t\20const*\2c\20hb_buffer_t*\2c\20hb_font_t*\29 -6927:setup_masks_arabic\28hb_ot_shape_plan_t\20const*\2c\20hb_buffer_t*\2c\20hb_font_t*\29 -6928:sep_upsample -6929:self_destruct -6930:save_marker -6931:sample8\28void*\2c\20unsigned\20char\20const*\2c\20int\2c\20int\2c\20int\2c\20int\2c\20unsigned\20int\20const*\29 -6932:sample6\28void*\2c\20unsigned\20char\20const*\2c\20int\2c\20int\2c\20int\2c\20int\2c\20unsigned\20int\20const*\29 -6933:sample4\28void*\2c\20unsigned\20char\20const*\2c\20int\2c\20int\2c\20int\2c\20int\2c\20unsigned\20int\20const*\29 -6934:sample2\28void*\2c\20unsigned\20char\20const*\2c\20int\2c\20int\2c\20int\2c\20int\2c\20unsigned\20int\20const*\29 -6935:sample1\28void*\2c\20unsigned\20char\20const*\2c\20int\2c\20int\2c\20int\2c\20int\2c\20unsigned\20int\20const*\29 -6936:rgb_rgb_convert -6937:rgb_rgb565_convert -6938:rgb_rgb565D_convert -6939:rgb_gray_convert -6940:reverse_hit_compare_y\28SkOpRayHit\20const*\2c\20SkOpRayHit\20const*\29 -6941:reverse_hit_compare_x\28SkOpRayHit\20const*\2c\20SkOpRayHit\20const*\29 -6942:reset_marker_reader -6943:reset_input_controller -6944:reset_error_mgr -6945:request_virt_sarray -6946:request_virt_barray -6947:reorder_use\28hb_ot_shape_plan_t\20const*\2c\20hb_font_t*\2c\20hb_buffer_t*\29 -6948:reorder_myanmar\28hb_ot_shape_plan_t\20const*\2c\20hb_font_t*\2c\20hb_buffer_t*\29 -6949:reorder_marks_hebrew\28hb_ot_shape_plan_t\20const*\2c\20hb_buffer_t*\2c\20unsigned\20int\2c\20unsigned\20int\29 -6950:reorder_marks_arabic\28hb_ot_shape_plan_t\20const*\2c\20hb_buffer_t*\2c\20unsigned\20int\2c\20unsigned\20int\29 -6951:reorder_khmer\28hb_ot_shape_plan_t\20const*\2c\20hb_font_t*\2c\20hb_buffer_t*\29 -6952:release_data\28void*\2c\20void*\29 -6953:record_stch\28hb_ot_shape_plan_t\20const*\2c\20hb_font_t*\2c\20hb_buffer_t*\29 -6954:record_rphf_use\28hb_ot_shape_plan_t\20const*\2c\20hb_font_t*\2c\20hb_buffer_t*\29 -6955:record_pref_use\28hb_ot_shape_plan_t\20const*\2c\20hb_font_t*\2c\20hb_buffer_t*\29 -6956:realize_virt_arrays -6957:read_restart_marker -6958:read_markers -6959:read_data_from_FT_Stream -6960:quantize_ord_dither -6961:quantize_fs_dither -6962:quantize3_ord_dither -6963:psnames_get_service -6964:pshinter_get_t2_funcs -6965:pshinter_get_t1_funcs -6966:pshinter_get_globals_funcs -6967:psh_globals_new -6968:psh_globals_destroy -6969:psaux_get_glyph_name -6970:ps_table_release -6971:ps_table_new -6972:ps_table_done -6973:ps_table_add -6974:ps_property_set -6975:ps_property_get -6976:ps_parser_to_token_array -6977:ps_parser_to_int -6978:ps_parser_to_fixed_array -6979:ps_parser_to_fixed -6980:ps_parser_to_coord_array -6981:ps_parser_to_bytes -6982:ps_parser_skip_spaces -6983:ps_parser_load_field_table -6984:ps_parser_init -6985:ps_hints_t2mask -6986:ps_hints_t2counter -6987:ps_hints_t1stem3 -6988:ps_hints_t1reset -6989:ps_hints_close -6990:ps_hints_apply -6991:ps_hinter_init -6992:ps_hinter_done -6993:ps_get_standard_strings -6994:ps_get_macintosh_name -6995:ps_decoder_init -6996:ps_builder_init -6997:progress_monitor\28jpeg_common_struct*\29 -6998:process_data_simple_main -6999:process_data_crank_post -7000:process_data_context_main -7001:prescan_quantize -7002:preprocess_text_use\28hb_ot_shape_plan_t\20const*\2c\20hb_buffer_t*\2c\20hb_font_t*\29 -7003:preprocess_text_thai\28hb_ot_shape_plan_t\20const*\2c\20hb_buffer_t*\2c\20hb_font_t*\29 -7004:preprocess_text_indic\28hb_ot_shape_plan_t\20const*\2c\20hb_buffer_t*\2c\20hb_font_t*\29 -7005:preprocess_text_hangul\28hb_ot_shape_plan_t\20const*\2c\20hb_buffer_t*\2c\20hb_font_t*\29 -7006:prepare_for_output_pass -7007:premultiply_data -7008:premul_rgb\28SkRGBA4f<\28SkAlphaType\292>\29 -7009:premul_polar\28SkRGBA4f<\28SkAlphaType\292>\29 -7010:postprocess_glyphs_arabic\28hb_ot_shape_plan_t\20const*\2c\20hb_buffer_t*\2c\20hb_font_t*\29 -7011:post_process_prepass -7012:post_process_2pass -7013:post_process_1pass -7014:portable::xy_to_unit_angle\28portable::Params*\2c\20SkRasterPipelineStage*\2c\20float\2c\20float\2c\20float\2c\20float\29 -7015:portable::xy_to_radius\28portable::Params*\2c\20SkRasterPipelineStage*\2c\20float\2c\20float\2c\20float\2c\20float\29 -7016:portable::xy_to_2pt_conical_well_behaved\28portable::Params*\2c\20SkRasterPipelineStage*\2c\20float\2c\20float\2c\20float\2c\20float\29 -7017:portable::xy_to_2pt_conical_strip\28portable::Params*\2c\20SkRasterPipelineStage*\2c\20float\2c\20float\2c\20float\2c\20float\29 -7018:portable::xy_to_2pt_conical_smaller\28portable::Params*\2c\20SkRasterPipelineStage*\2c\20float\2c\20float\2c\20float\2c\20float\29 -7019:portable::xy_to_2pt_conical_greater\28portable::Params*\2c\20SkRasterPipelineStage*\2c\20float\2c\20float\2c\20float\2c\20float\29 -7020:portable::xy_to_2pt_conical_focal_on_circle\28portable::Params*\2c\20SkRasterPipelineStage*\2c\20float\2c\20float\2c\20float\2c\20float\29 -7021:portable::xor_\28portable::Params*\2c\20SkRasterPipelineStage*\2c\20float\2c\20float\2c\20float\2c\20float\29 -7022:portable::white_color\28portable::Params*\2c\20SkRasterPipelineStage*\2c\20float\2c\20float\2c\20float\2c\20float\29 -7023:portable::unpremul_polar\28portable::Params*\2c\20SkRasterPipelineStage*\2c\20float\2c\20float\2c\20float\2c\20float\29 -7024:portable::unpremul\28portable::Params*\2c\20SkRasterPipelineStage*\2c\20float\2c\20float\2c\20float\2c\20float\29 -7025:portable::uniform_color_dst\28portable::Params*\2c\20SkRasterPipelineStage*\2c\20float\2c\20float\2c\20float\2c\20float\29 -7026:portable::trace_var\28portable::Params*\2c\20SkRasterPipelineStage*\2c\20float\2c\20float\2c\20float\2c\20float\29 -7027:portable::trace_scope\28portable::Params*\2c\20SkRasterPipelineStage*\2c\20float\2c\20float\2c\20float\2c\20float\29 -7028:portable::trace_line\28portable::Params*\2c\20SkRasterPipelineStage*\2c\20float\2c\20float\2c\20float\2c\20float\29 -7029:portable::trace_exit\28portable::Params*\2c\20SkRasterPipelineStage*\2c\20float\2c\20float\2c\20float\2c\20float\29 -7030:portable::trace_enter\28portable::Params*\2c\20SkRasterPipelineStage*\2c\20float\2c\20float\2c\20float\2c\20float\29 -7031:portable::tan_float\28portable::Params*\2c\20SkRasterPipelineStage*\2c\20float\2c\20float\2c\20float\2c\20float\29 -7032:portable::swizzle_copy_to_indirect_masked\28portable::Params*\2c\20SkRasterPipelineStage*\2c\20float\2c\20float\2c\20float\2c\20float\29 -7033:portable::swizzle_copy_slot_masked\28portable::Params*\2c\20SkRasterPipelineStage*\2c\20float\2c\20float\2c\20float\2c\20float\29 -7034:portable::swizzle_copy_4_slots_masked\28portable::Params*\2c\20SkRasterPipelineStage*\2c\20float\2c\20float\2c\20float\2c\20float\29 -7035:portable::swizzle_copy_3_slots_masked\28portable::Params*\2c\20SkRasterPipelineStage*\2c\20float\2c\20float\2c\20float\2c\20float\29 -7036:portable::swizzle_copy_2_slots_masked\28portable::Params*\2c\20SkRasterPipelineStage*\2c\20float\2c\20float\2c\20float\2c\20float\29 -7037:portable::swizzle_4\28portable::Params*\2c\20SkRasterPipelineStage*\2c\20float\2c\20float\2c\20float\2c\20float\29 -7038:portable::swizzle_3\28portable::Params*\2c\20SkRasterPipelineStage*\2c\20float\2c\20float\2c\20float\2c\20float\29 -7039:portable::swizzle_2\28portable::Params*\2c\20SkRasterPipelineStage*\2c\20float\2c\20float\2c\20float\2c\20float\29 -7040:portable::swizzle_1\28portable::Params*\2c\20SkRasterPipelineStage*\2c\20float\2c\20float\2c\20float\2c\20float\29 -7041:portable::swizzle\28portable::Params*\2c\20SkRasterPipelineStage*\2c\20float\2c\20float\2c\20float\2c\20float\29 -7042:portable::swap_src_dst\28portable::Params*\2c\20SkRasterPipelineStage*\2c\20float\2c\20float\2c\20float\2c\20float\29 -7043:portable::swap_rb_dst\28portable::Params*\2c\20SkRasterPipelineStage*\2c\20float\2c\20float\2c\20float\2c\20float\29 -7044:portable::swap_rb\28portable::Params*\2c\20SkRasterPipelineStage*\2c\20float\2c\20float\2c\20float\2c\20float\29 -7045:portable::sub_n_ints\28portable::Params*\2c\20SkRasterPipelineStage*\2c\20float\2c\20float\2c\20float\2c\20float\29 -7046:portable::sub_n_floats\28portable::Params*\2c\20SkRasterPipelineStage*\2c\20float\2c\20float\2c\20float\2c\20float\29 -7047:portable::sub_int\28portable::Params*\2c\20SkRasterPipelineStage*\2c\20float\2c\20float\2c\20float\2c\20float\29 -7048:portable::sub_float\28portable::Params*\2c\20SkRasterPipelineStage*\2c\20float\2c\20float\2c\20float\2c\20float\29 -7049:portable::sub_4_ints\28portable::Params*\2c\20SkRasterPipelineStage*\2c\20float\2c\20float\2c\20float\2c\20float\29 -7050:portable::sub_4_floats\28portable::Params*\2c\20SkRasterPipelineStage*\2c\20float\2c\20float\2c\20float\2c\20float\29 -7051:portable::sub_3_ints\28portable::Params*\2c\20SkRasterPipelineStage*\2c\20float\2c\20float\2c\20float\2c\20float\29 -7052:portable::sub_3_floats\28portable::Params*\2c\20SkRasterPipelineStage*\2c\20float\2c\20float\2c\20float\2c\20float\29 -7053:portable::sub_2_ints\28portable::Params*\2c\20SkRasterPipelineStage*\2c\20float\2c\20float\2c\20float\2c\20float\29 -7054:portable::sub_2_floats\28portable::Params*\2c\20SkRasterPipelineStage*\2c\20float\2c\20float\2c\20float\2c\20float\29 -7055:portable::store_src_rg\28portable::Params*\2c\20SkRasterPipelineStage*\2c\20float\2c\20float\2c\20float\2c\20float\29 -7056:portable::store_src_a\28portable::Params*\2c\20SkRasterPipelineStage*\2c\20float\2c\20float\2c\20float\2c\20float\29 -7057:portable::store_src\28portable::Params*\2c\20SkRasterPipelineStage*\2c\20float\2c\20float\2c\20float\2c\20float\29 -7058:portable::store_rgf16\28portable::Params*\2c\20SkRasterPipelineStage*\2c\20float\2c\20float\2c\20float\2c\20float\29 -7059:portable::store_rg88\28portable::Params*\2c\20SkRasterPipelineStage*\2c\20float\2c\20float\2c\20float\2c\20float\29 -7060:portable::store_rg1616\28portable::Params*\2c\20SkRasterPipelineStage*\2c\20float\2c\20float\2c\20float\2c\20float\29 -7061:portable::store_return_mask\28portable::Params*\2c\20SkRasterPipelineStage*\2c\20float\2c\20float\2c\20float\2c\20float\29 -7062:portable::store_r8\28portable::Params*\2c\20SkRasterPipelineStage*\2c\20float\2c\20float\2c\20float\2c\20float\29 -7063:portable::store_loop_mask\28portable::Params*\2c\20SkRasterPipelineStage*\2c\20float\2c\20float\2c\20float\2c\20float\29 -7064:portable::store_f32\28portable::Params*\2c\20SkRasterPipelineStage*\2c\20float\2c\20float\2c\20float\2c\20float\29 -7065:portable::store_f16\28portable::Params*\2c\20SkRasterPipelineStage*\2c\20float\2c\20float\2c\20float\2c\20float\29 -7066:portable::store_dst\28portable::Params*\2c\20SkRasterPipelineStage*\2c\20float\2c\20float\2c\20float\2c\20float\29 -7067:portable::store_device_xy01\28portable::Params*\2c\20SkRasterPipelineStage*\2c\20float\2c\20float\2c\20float\2c\20float\29 -7068:portable::store_condition_mask\28portable::Params*\2c\20SkRasterPipelineStage*\2c\20float\2c\20float\2c\20float\2c\20float\29 -7069:portable::store_af16\28portable::Params*\2c\20SkRasterPipelineStage*\2c\20float\2c\20float\2c\20float\2c\20float\29 -7070:portable::store_a8\28portable::Params*\2c\20SkRasterPipelineStage*\2c\20float\2c\20float\2c\20float\2c\20float\29 -7071:portable::store_a16\28portable::Params*\2c\20SkRasterPipelineStage*\2c\20float\2c\20float\2c\20float\2c\20float\29 -7072:portable::store_8888\28portable::Params*\2c\20SkRasterPipelineStage*\2c\20float\2c\20float\2c\20float\2c\20float\29 -7073:portable::store_565\28portable::Params*\2c\20SkRasterPipelineStage*\2c\20float\2c\20float\2c\20float\2c\20float\29 -7074:portable::store_4444\28portable::Params*\2c\20SkRasterPipelineStage*\2c\20float\2c\20float\2c\20float\2c\20float\29 -7075:portable::store_16161616\28portable::Params*\2c\20SkRasterPipelineStage*\2c\20float\2c\20float\2c\20float\2c\20float\29 -7076:portable::store_10x6\28portable::Params*\2c\20SkRasterPipelineStage*\2c\20float\2c\20float\2c\20float\2c\20float\29 -7077:portable::store_1010102_xr\28portable::Params*\2c\20SkRasterPipelineStage*\2c\20float\2c\20float\2c\20float\2c\20float\29 -7078:portable::store_1010102\28portable::Params*\2c\20SkRasterPipelineStage*\2c\20float\2c\20float\2c\20float\2c\20float\29 -7079:portable::store_10101010_xr\28portable::Params*\2c\20SkRasterPipelineStage*\2c\20float\2c\20float\2c\20float\2c\20float\29 -7080:portable::start_pipeline\28unsigned\20long\2c\20unsigned\20long\2c\20unsigned\20long\2c\20unsigned\20long\2c\20SkRasterPipelineStage*\2c\20SkSpan\2c\20unsigned\20char*\29 -7081:portable::stack_rewind\28portable::Params*\2c\20SkRasterPipelineStage*\2c\20float\2c\20float\2c\20float\2c\20float\29 -7082:portable::stack_checkpoint\28portable::Params*\2c\20SkRasterPipelineStage*\2c\20float\2c\20float\2c\20float\2c\20float\29 -7083:portable::srcover_rgba_8888\28portable::Params*\2c\20SkRasterPipelineStage*\2c\20float\2c\20float\2c\20float\2c\20float\29 -7084:portable::srcover\28portable::Params*\2c\20SkRasterPipelineStage*\2c\20float\2c\20float\2c\20float\2c\20float\29 -7085:portable::srcout\28portable::Params*\2c\20SkRasterPipelineStage*\2c\20float\2c\20float\2c\20float\2c\20float\29 -7086:portable::srcin\28portable::Params*\2c\20SkRasterPipelineStage*\2c\20float\2c\20float\2c\20float\2c\20float\29 -7087:portable::srcatop\28portable::Params*\2c\20SkRasterPipelineStage*\2c\20float\2c\20float\2c\20float\2c\20float\29 -7088:portable::sqrt_float\28portable::Params*\2c\20SkRasterPipelineStage*\2c\20float\2c\20float\2c\20float\2c\20float\29 -7089:portable::splat_4_constants\28portable::Params*\2c\20SkRasterPipelineStage*\2c\20float\2c\20float\2c\20float\2c\20float\29 -7090:portable::splat_3_constants\28portable::Params*\2c\20SkRasterPipelineStage*\2c\20float\2c\20float\2c\20float\2c\20float\29 -7091:portable::splat_2_constants\28portable::Params*\2c\20SkRasterPipelineStage*\2c\20float\2c\20float\2c\20float\2c\20float\29 -7092:portable::softlight\28portable::Params*\2c\20SkRasterPipelineStage*\2c\20float\2c\20float\2c\20float\2c\20float\29 -7093:portable::smoothstep_n_floats\28portable::Params*\2c\20SkRasterPipelineStage*\2c\20float\2c\20float\2c\20float\2c\20float\29 -7094:portable::sin_float\28portable::Params*\2c\20SkRasterPipelineStage*\2c\20float\2c\20float\2c\20float\2c\20float\29 -7095:portable::shuffle\28portable::Params*\2c\20SkRasterPipelineStage*\2c\20float\2c\20float\2c\20float\2c\20float\29 -7096:portable::set_base_pointer\28portable::Params*\2c\20SkRasterPipelineStage*\2c\20float\2c\20float\2c\20float\2c\20float\29 -7097:portable::seed_shader\28portable::Params*\2c\20SkRasterPipelineStage*\2c\20float\2c\20float\2c\20float\2c\20float\29 -7098:portable::screen\28portable::Params*\2c\20SkRasterPipelineStage*\2c\20float\2c\20float\2c\20float\2c\20float\29 -7099:portable::scale_u8\28portable::Params*\2c\20SkRasterPipelineStage*\2c\20float\2c\20float\2c\20float\2c\20float\29 -7100:portable::scale_native\28portable::Params*\2c\20SkRasterPipelineStage*\2c\20float\2c\20float\2c\20float\2c\20float\29 -7101:portable::scale_565\28portable::Params*\2c\20SkRasterPipelineStage*\2c\20float\2c\20float\2c\20float\2c\20float\29 -7102:portable::scale_1_float\28portable::Params*\2c\20SkRasterPipelineStage*\2c\20float\2c\20float\2c\20float\2c\20float\29 -7103:portable::saturation\28portable::Params*\2c\20SkRasterPipelineStage*\2c\20float\2c\20float\2c\20float\2c\20float\29 -7104:portable::rgb_to_hsl\28portable::Params*\2c\20SkRasterPipelineStage*\2c\20float\2c\20float\2c\20float\2c\20float\29 -7105:portable::repeat_y\28portable::Params*\2c\20SkRasterPipelineStage*\2c\20float\2c\20float\2c\20float\2c\20float\29 -7106:portable::repeat_x_1\28portable::Params*\2c\20SkRasterPipelineStage*\2c\20float\2c\20float\2c\20float\2c\20float\29 -7107:portable::repeat_x\28portable::Params*\2c\20SkRasterPipelineStage*\2c\20float\2c\20float\2c\20float\2c\20float\29 -7108:portable::refract_4_floats\28portable::Params*\2c\20SkRasterPipelineStage*\2c\20float\2c\20float\2c\20float\2c\20float\29 -7109:portable::reenable_loop_mask\28portable::Params*\2c\20SkRasterPipelineStage*\2c\20float\2c\20float\2c\20float\2c\20float\29 -7110:portable::rect_memset64\28unsigned\20long\20long*\2c\20unsigned\20long\20long\2c\20int\2c\20unsigned\20long\2c\20int\29 -7111:portable::rect_memset32\28unsigned\20int*\2c\20unsigned\20int\2c\20int\2c\20unsigned\20long\2c\20int\29 -7112:portable::rect_memset16\28unsigned\20short*\2c\20unsigned\20short\2c\20int\2c\20unsigned\20long\2c\20int\29 -7113:portable::premul_dst\28portable::Params*\2c\20SkRasterPipelineStage*\2c\20float\2c\20float\2c\20float\2c\20float\29 -7114:portable::premul\28portable::Params*\2c\20SkRasterPipelineStage*\2c\20float\2c\20float\2c\20float\2c\20float\29 -7115:portable::pow_n_floats\28portable::Params*\2c\20SkRasterPipelineStage*\2c\20float\2c\20float\2c\20float\2c\20float\29 -7116:portable::plus_\28portable::Params*\2c\20SkRasterPipelineStage*\2c\20float\2c\20float\2c\20float\2c\20float\29 -7117:portable::perlin_noise\28portable::Params*\2c\20SkRasterPipelineStage*\2c\20float\2c\20float\2c\20float\2c\20float\29 -7118:portable::parametric\28portable::Params*\2c\20SkRasterPipelineStage*\2c\20float\2c\20float\2c\20float\2c\20float\29 -7119:portable::overlay\28portable::Params*\2c\20SkRasterPipelineStage*\2c\20float\2c\20float\2c\20float\2c\20float\29 -7120:portable::ootf\28portable::Params*\2c\20SkRasterPipelineStage*\2c\20float\2c\20float\2c\20float\2c\20float\29 -7121:portable::negate_x\28portable::Params*\2c\20SkRasterPipelineStage*\2c\20float\2c\20float\2c\20float\2c\20float\29 -7122:portable::multiply\28portable::Params*\2c\20SkRasterPipelineStage*\2c\20float\2c\20float\2c\20float\2c\20float\29 -7123:portable::mul_n_ints\28portable::Params*\2c\20SkRasterPipelineStage*\2c\20float\2c\20float\2c\20float\2c\20float\29 -7124:portable::mul_n_floats\28portable::Params*\2c\20SkRasterPipelineStage*\2c\20float\2c\20float\2c\20float\2c\20float\29 -7125:portable::mul_int\28portable::Params*\2c\20SkRasterPipelineStage*\2c\20float\2c\20float\2c\20float\2c\20float\29 -7126:portable::mul_imm_int\28portable::Params*\2c\20SkRasterPipelineStage*\2c\20float\2c\20float\2c\20float\2c\20float\29 -7127:portable::mul_imm_float\28portable::Params*\2c\20SkRasterPipelineStage*\2c\20float\2c\20float\2c\20float\2c\20float\29 -7128:portable::mul_float\28portable::Params*\2c\20SkRasterPipelineStage*\2c\20float\2c\20float\2c\20float\2c\20float\29 -7129:portable::mul_4_ints\28portable::Params*\2c\20SkRasterPipelineStage*\2c\20float\2c\20float\2c\20float\2c\20float\29 -7130:portable::mul_4_floats\28portable::Params*\2c\20SkRasterPipelineStage*\2c\20float\2c\20float\2c\20float\2c\20float\29 -7131:portable::mul_3_ints\28portable::Params*\2c\20SkRasterPipelineStage*\2c\20float\2c\20float\2c\20float\2c\20float\29 -7132:portable::mul_3_floats\28portable::Params*\2c\20SkRasterPipelineStage*\2c\20float\2c\20float\2c\20float\2c\20float\29 -7133:portable::mul_2_ints\28portable::Params*\2c\20SkRasterPipelineStage*\2c\20float\2c\20float\2c\20float\2c\20float\29 -7134:portable::mul_2_floats\28portable::Params*\2c\20SkRasterPipelineStage*\2c\20float\2c\20float\2c\20float\2c\20float\29 -7135:portable::move_src_dst\28portable::Params*\2c\20SkRasterPipelineStage*\2c\20float\2c\20float\2c\20float\2c\20float\29 -7136:portable::move_dst_src\28portable::Params*\2c\20SkRasterPipelineStage*\2c\20float\2c\20float\2c\20float\2c\20float\29 -7137:portable::modulate\28portable::Params*\2c\20SkRasterPipelineStage*\2c\20float\2c\20float\2c\20float\2c\20float\29 -7138:portable::mod_n_floats\28portable::Params*\2c\20SkRasterPipelineStage*\2c\20float\2c\20float\2c\20float\2c\20float\29 -7139:portable::mod_float\28portable::Params*\2c\20SkRasterPipelineStage*\2c\20float\2c\20float\2c\20float\2c\20float\29 -7140:portable::mod_4_floats\28portable::Params*\2c\20SkRasterPipelineStage*\2c\20float\2c\20float\2c\20float\2c\20float\29 -7141:portable::mod_3_floats\28portable::Params*\2c\20SkRasterPipelineStage*\2c\20float\2c\20float\2c\20float\2c\20float\29 -7142:portable::mod_2_floats\28portable::Params*\2c\20SkRasterPipelineStage*\2c\20float\2c\20float\2c\20float\2c\20float\29 -7143:portable::mix_n_ints\28portable::Params*\2c\20SkRasterPipelineStage*\2c\20float\2c\20float\2c\20float\2c\20float\29 -7144:portable::mix_n_floats\28portable::Params*\2c\20SkRasterPipelineStage*\2c\20float\2c\20float\2c\20float\2c\20float\29 -7145:portable::mix_int\28portable::Params*\2c\20SkRasterPipelineStage*\2c\20float\2c\20float\2c\20float\2c\20float\29 -7146:portable::mix_float\28portable::Params*\2c\20SkRasterPipelineStage*\2c\20float\2c\20float\2c\20float\2c\20float\29 -7147:portable::mix_4_ints\28portable::Params*\2c\20SkRasterPipelineStage*\2c\20float\2c\20float\2c\20float\2c\20float\29 -7148:portable::mix_4_floats\28portable::Params*\2c\20SkRasterPipelineStage*\2c\20float\2c\20float\2c\20float\2c\20float\29 -7149:portable::mix_3_ints\28portable::Params*\2c\20SkRasterPipelineStage*\2c\20float\2c\20float\2c\20float\2c\20float\29 -7150:portable::mix_3_floats\28portable::Params*\2c\20SkRasterPipelineStage*\2c\20float\2c\20float\2c\20float\2c\20float\29 -7151:portable::mix_2_ints\28portable::Params*\2c\20SkRasterPipelineStage*\2c\20float\2c\20float\2c\20float\2c\20float\29 -7152:portable::mix_2_floats\28portable::Params*\2c\20SkRasterPipelineStage*\2c\20float\2c\20float\2c\20float\2c\20float\29 -7153:portable::mirror_y\28portable::Params*\2c\20SkRasterPipelineStage*\2c\20float\2c\20float\2c\20float\2c\20float\29 -7154:portable::mirror_x_1\28portable::Params*\2c\20SkRasterPipelineStage*\2c\20float\2c\20float\2c\20float\2c\20float\29 -7155:portable::mirror_x\28portable::Params*\2c\20SkRasterPipelineStage*\2c\20float\2c\20float\2c\20float\2c\20float\29 -7156:portable::mipmap_linear_update\28portable::Params*\2c\20SkRasterPipelineStage*\2c\20float\2c\20float\2c\20float\2c\20float\29 -7157:portable::mipmap_linear_init\28portable::Params*\2c\20SkRasterPipelineStage*\2c\20float\2c\20float\2c\20float\2c\20float\29 -7158:portable::mipmap_linear_finish\28portable::Params*\2c\20SkRasterPipelineStage*\2c\20float\2c\20float\2c\20float\2c\20float\29 -7159:portable::min_uint\28portable::Params*\2c\20SkRasterPipelineStage*\2c\20float\2c\20float\2c\20float\2c\20float\29 -7160:portable::min_n_uints\28portable::Params*\2c\20SkRasterPipelineStage*\2c\20float\2c\20float\2c\20float\2c\20float\29 -7161:portable::min_n_ints\28portable::Params*\2c\20SkRasterPipelineStage*\2c\20float\2c\20float\2c\20float\2c\20float\29 -7162:portable::min_n_floats\28portable::Params*\2c\20SkRasterPipelineStage*\2c\20float\2c\20float\2c\20float\2c\20float\29 -7163:portable::min_int\28portable::Params*\2c\20SkRasterPipelineStage*\2c\20float\2c\20float\2c\20float\2c\20float\29 -7164:portable::min_imm_float\28portable::Params*\2c\20SkRasterPipelineStage*\2c\20float\2c\20float\2c\20float\2c\20float\29 -7165:portable::min_float\28portable::Params*\2c\20SkRasterPipelineStage*\2c\20float\2c\20float\2c\20float\2c\20float\29 -7166:portable::min_4_uints\28portable::Params*\2c\20SkRasterPipelineStage*\2c\20float\2c\20float\2c\20float\2c\20float\29 -7167:portable::min_4_ints\28portable::Params*\2c\20SkRasterPipelineStage*\2c\20float\2c\20float\2c\20float\2c\20float\29 -7168:portable::min_4_floats\28portable::Params*\2c\20SkRasterPipelineStage*\2c\20float\2c\20float\2c\20float\2c\20float\29 -7169:portable::min_3_uints\28portable::Params*\2c\20SkRasterPipelineStage*\2c\20float\2c\20float\2c\20float\2c\20float\29 -7170:portable::min_3_ints\28portable::Params*\2c\20SkRasterPipelineStage*\2c\20float\2c\20float\2c\20float\2c\20float\29 -7171:portable::min_3_floats\28portable::Params*\2c\20SkRasterPipelineStage*\2c\20float\2c\20float\2c\20float\2c\20float\29 -7172:portable::min_2_uints\28portable::Params*\2c\20SkRasterPipelineStage*\2c\20float\2c\20float\2c\20float\2c\20float\29 -7173:portable::min_2_ints\28portable::Params*\2c\20SkRasterPipelineStage*\2c\20float\2c\20float\2c\20float\2c\20float\29 -7174:portable::min_2_floats\28portable::Params*\2c\20SkRasterPipelineStage*\2c\20float\2c\20float\2c\20float\2c\20float\29 -7175:portable::merge_loop_mask\28portable::Params*\2c\20SkRasterPipelineStage*\2c\20float\2c\20float\2c\20float\2c\20float\29 -7176:portable::merge_inv_condition_mask\28portable::Params*\2c\20SkRasterPipelineStage*\2c\20float\2c\20float\2c\20float\2c\20float\29 -7177:portable::merge_condition_mask\28portable::Params*\2c\20SkRasterPipelineStage*\2c\20float\2c\20float\2c\20float\2c\20float\29 -7178:portable::memset32\28unsigned\20int*\2c\20unsigned\20int\2c\20int\29 -7179:portable::memset16\28unsigned\20short*\2c\20unsigned\20short\2c\20int\29 -7180:portable::max_uint\28portable::Params*\2c\20SkRasterPipelineStage*\2c\20float\2c\20float\2c\20float\2c\20float\29 -7181:portable::max_n_uints\28portable::Params*\2c\20SkRasterPipelineStage*\2c\20float\2c\20float\2c\20float\2c\20float\29 -7182:portable::max_n_ints\28portable::Params*\2c\20SkRasterPipelineStage*\2c\20float\2c\20float\2c\20float\2c\20float\29 -7183:portable::max_n_floats\28portable::Params*\2c\20SkRasterPipelineStage*\2c\20float\2c\20float\2c\20float\2c\20float\29 -7184:portable::max_int\28portable::Params*\2c\20SkRasterPipelineStage*\2c\20float\2c\20float\2c\20float\2c\20float\29 -7185:portable::max_imm_float\28portable::Params*\2c\20SkRasterPipelineStage*\2c\20float\2c\20float\2c\20float\2c\20float\29 -7186:portable::max_float\28portable::Params*\2c\20SkRasterPipelineStage*\2c\20float\2c\20float\2c\20float\2c\20float\29 -7187:portable::max_4_uints\28portable::Params*\2c\20SkRasterPipelineStage*\2c\20float\2c\20float\2c\20float\2c\20float\29 -7188:portable::max_4_ints\28portable::Params*\2c\20SkRasterPipelineStage*\2c\20float\2c\20float\2c\20float\2c\20float\29 -7189:portable::max_4_floats\28portable::Params*\2c\20SkRasterPipelineStage*\2c\20float\2c\20float\2c\20float\2c\20float\29 -7190:portable::max_3_uints\28portable::Params*\2c\20SkRasterPipelineStage*\2c\20float\2c\20float\2c\20float\2c\20float\29 -7191:portable::max_3_ints\28portable::Params*\2c\20SkRasterPipelineStage*\2c\20float\2c\20float\2c\20float\2c\20float\29 -7192:portable::max_3_floats\28portable::Params*\2c\20SkRasterPipelineStage*\2c\20float\2c\20float\2c\20float\2c\20float\29 -7193:portable::max_2_uints\28portable::Params*\2c\20SkRasterPipelineStage*\2c\20float\2c\20float\2c\20float\2c\20float\29 -7194:portable::max_2_ints\28portable::Params*\2c\20SkRasterPipelineStage*\2c\20float\2c\20float\2c\20float\2c\20float\29 -7195:portable::max_2_floats\28portable::Params*\2c\20SkRasterPipelineStage*\2c\20float\2c\20float\2c\20float\2c\20float\29 -7196:portable::matrix_translate\28portable::Params*\2c\20SkRasterPipelineStage*\2c\20float\2c\20float\2c\20float\2c\20float\29 -7197:portable::matrix_scale_translate\28portable::Params*\2c\20SkRasterPipelineStage*\2c\20float\2c\20float\2c\20float\2c\20float\29 -7198:portable::matrix_perspective\28portable::Params*\2c\20SkRasterPipelineStage*\2c\20float\2c\20float\2c\20float\2c\20float\29 -7199:portable::matrix_multiply_4\28portable::Params*\2c\20SkRasterPipelineStage*\2c\20float\2c\20float\2c\20float\2c\20float\29 -7200:portable::matrix_multiply_3\28portable::Params*\2c\20SkRasterPipelineStage*\2c\20float\2c\20float\2c\20float\2c\20float\29 -7201:portable::matrix_multiply_2\28portable::Params*\2c\20SkRasterPipelineStage*\2c\20float\2c\20float\2c\20float\2c\20float\29 -7202:portable::matrix_4x5\28portable::Params*\2c\20SkRasterPipelineStage*\2c\20float\2c\20float\2c\20float\2c\20float\29 -7203:portable::matrix_4x3\28portable::Params*\2c\20SkRasterPipelineStage*\2c\20float\2c\20float\2c\20float\2c\20float\29 -7204:portable::matrix_3x4\28portable::Params*\2c\20SkRasterPipelineStage*\2c\20float\2c\20float\2c\20float\2c\20float\29 -7205:portable::matrix_3x3\28portable::Params*\2c\20SkRasterPipelineStage*\2c\20float\2c\20float\2c\20float\2c\20float\29 -7206:portable::matrix_2x3\28portable::Params*\2c\20SkRasterPipelineStage*\2c\20float\2c\20float\2c\20float\2c\20float\29 -7207:portable::mask_off_return_mask\28portable::Params*\2c\20SkRasterPipelineStage*\2c\20float\2c\20float\2c\20float\2c\20float\29 -7208:portable::mask_off_loop_mask\28portable::Params*\2c\20SkRasterPipelineStage*\2c\20float\2c\20float\2c\20float\2c\20float\29 -7209:portable::mask_2pt_conical_nan\28portable::Params*\2c\20SkRasterPipelineStage*\2c\20float\2c\20float\2c\20float\2c\20float\29 -7210:portable::mask_2pt_conical_degenerates\28portable::Params*\2c\20SkRasterPipelineStage*\2c\20float\2c\20float\2c\20float\2c\20float\29 -7211:portable::luminosity\28portable::Params*\2c\20SkRasterPipelineStage*\2c\20float\2c\20float\2c\20float\2c\20float\29 -7212:portable::log_float\28portable::Params*\2c\20SkRasterPipelineStage*\2c\20float\2c\20float\2c\20float\2c\20float\29 -7213:portable::log2_float\28portable::Params*\2c\20SkRasterPipelineStage*\2c\20float\2c\20float\2c\20float\2c\20float\29 -7214:portable::load_src_rg\28portable::Params*\2c\20SkRasterPipelineStage*\2c\20float\2c\20float\2c\20float\2c\20float\29 -7215:portable::load_src\28portable::Params*\2c\20SkRasterPipelineStage*\2c\20float\2c\20float\2c\20float\2c\20float\29 -7216:portable::load_rgf16_dst\28portable::Params*\2c\20SkRasterPipelineStage*\2c\20float\2c\20float\2c\20float\2c\20float\29 -7217:portable::load_rgf16\28portable::Params*\2c\20SkRasterPipelineStage*\2c\20float\2c\20float\2c\20float\2c\20float\29 -7218:portable::load_rg88_dst\28portable::Params*\2c\20SkRasterPipelineStage*\2c\20float\2c\20float\2c\20float\2c\20float\29 -7219:portable::load_rg88\28portable::Params*\2c\20SkRasterPipelineStage*\2c\20float\2c\20float\2c\20float\2c\20float\29 -7220:portable::load_rg1616_dst\28portable::Params*\2c\20SkRasterPipelineStage*\2c\20float\2c\20float\2c\20float\2c\20float\29 -7221:portable::load_rg1616\28portable::Params*\2c\20SkRasterPipelineStage*\2c\20float\2c\20float\2c\20float\2c\20float\29 -7222:portable::load_return_mask\28portable::Params*\2c\20SkRasterPipelineStage*\2c\20float\2c\20float\2c\20float\2c\20float\29 -7223:portable::load_loop_mask\28portable::Params*\2c\20SkRasterPipelineStage*\2c\20float\2c\20float\2c\20float\2c\20float\29 -7224:portable::load_f32_dst\28portable::Params*\2c\20SkRasterPipelineStage*\2c\20float\2c\20float\2c\20float\2c\20float\29 -7225:portable::load_f32\28portable::Params*\2c\20SkRasterPipelineStage*\2c\20float\2c\20float\2c\20float\2c\20float\29 -7226:portable::load_f16_dst\28portable::Params*\2c\20SkRasterPipelineStage*\2c\20float\2c\20float\2c\20float\2c\20float\29 -7227:portable::load_f16\28portable::Params*\2c\20SkRasterPipelineStage*\2c\20float\2c\20float\2c\20float\2c\20float\29 -7228:portable::load_dst\28portable::Params*\2c\20SkRasterPipelineStage*\2c\20float\2c\20float\2c\20float\2c\20float\29 -7229:portable::load_condition_mask\28portable::Params*\2c\20SkRasterPipelineStage*\2c\20float\2c\20float\2c\20float\2c\20float\29 -7230:portable::load_af16_dst\28portable::Params*\2c\20SkRasterPipelineStage*\2c\20float\2c\20float\2c\20float\2c\20float\29 -7231:portable::load_af16\28portable::Params*\2c\20SkRasterPipelineStage*\2c\20float\2c\20float\2c\20float\2c\20float\29 -7232:portable::load_a8_dst\28portable::Params*\2c\20SkRasterPipelineStage*\2c\20float\2c\20float\2c\20float\2c\20float\29 -7233:portable::load_a8\28portable::Params*\2c\20SkRasterPipelineStage*\2c\20float\2c\20float\2c\20float\2c\20float\29 -7234:portable::load_a16_dst\28portable::Params*\2c\20SkRasterPipelineStage*\2c\20float\2c\20float\2c\20float\2c\20float\29 -7235:portable::load_a16\28portable::Params*\2c\20SkRasterPipelineStage*\2c\20float\2c\20float\2c\20float\2c\20float\29 -7236:portable::load_8888_dst\28portable::Params*\2c\20SkRasterPipelineStage*\2c\20float\2c\20float\2c\20float\2c\20float\29 -7237:portable::load_8888\28portable::Params*\2c\20SkRasterPipelineStage*\2c\20float\2c\20float\2c\20float\2c\20float\29 -7238:portable::load_565_dst\28portable::Params*\2c\20SkRasterPipelineStage*\2c\20float\2c\20float\2c\20float\2c\20float\29 -7239:portable::load_565\28portable::Params*\2c\20SkRasterPipelineStage*\2c\20float\2c\20float\2c\20float\2c\20float\29 -7240:portable::load_4444_dst\28portable::Params*\2c\20SkRasterPipelineStage*\2c\20float\2c\20float\2c\20float\2c\20float\29 -7241:portable::load_4444\28portable::Params*\2c\20SkRasterPipelineStage*\2c\20float\2c\20float\2c\20float\2c\20float\29 -7242:portable::load_16161616_dst\28portable::Params*\2c\20SkRasterPipelineStage*\2c\20float\2c\20float\2c\20float\2c\20float\29 -7243:portable::load_16161616\28portable::Params*\2c\20SkRasterPipelineStage*\2c\20float\2c\20float\2c\20float\2c\20float\29 -7244:portable::load_10x6_dst\28portable::Params*\2c\20SkRasterPipelineStage*\2c\20float\2c\20float\2c\20float\2c\20float\29 -7245:portable::load_10x6\28portable::Params*\2c\20SkRasterPipelineStage*\2c\20float\2c\20float\2c\20float\2c\20float\29 -7246:portable::load_1010102_xr_dst\28portable::Params*\2c\20SkRasterPipelineStage*\2c\20float\2c\20float\2c\20float\2c\20float\29 -7247:portable::load_1010102_xr\28portable::Params*\2c\20SkRasterPipelineStage*\2c\20float\2c\20float\2c\20float\2c\20float\29 -7248:portable::load_1010102_dst\28portable::Params*\2c\20SkRasterPipelineStage*\2c\20float\2c\20float\2c\20float\2c\20float\29 -7249:portable::load_1010102\28portable::Params*\2c\20SkRasterPipelineStage*\2c\20float\2c\20float\2c\20float\2c\20float\29 -7250:portable::load_10101010_xr_dst\28portable::Params*\2c\20SkRasterPipelineStage*\2c\20float\2c\20float\2c\20float\2c\20float\29 -7251:portable::load_10101010_xr\28portable::Params*\2c\20SkRasterPipelineStage*\2c\20float\2c\20float\2c\20float\2c\20float\29 -7252:portable::lighten\28portable::Params*\2c\20SkRasterPipelineStage*\2c\20float\2c\20float\2c\20float\2c\20float\29 -7253:portable::lerp_u8\28portable::Params*\2c\20SkRasterPipelineStage*\2c\20float\2c\20float\2c\20float\2c\20float\29 -7254:portable::lerp_native\28portable::Params*\2c\20SkRasterPipelineStage*\2c\20float\2c\20float\2c\20float\2c\20float\29 -7255:portable::lerp_565\28portable::Params*\2c\20SkRasterPipelineStage*\2c\20float\2c\20float\2c\20float\2c\20float\29 -7256:portable::lerp_1_float\28portable::Params*\2c\20SkRasterPipelineStage*\2c\20float\2c\20float\2c\20float\2c\20float\29 -7257:portable::just_return\28portable::Params*\2c\20SkRasterPipelineStage*\2c\20float\2c\20float\2c\20float\2c\20float\29 -7258:portable::jump\28portable::Params*\2c\20SkRasterPipelineStage*\2c\20float\2c\20float\2c\20float\2c\20float\29 -7259:portable::invsqrt_float\28portable::Params*\2c\20SkRasterPipelineStage*\2c\20float\2c\20float\2c\20float\2c\20float\29 -7260:portable::invsqrt_4_floats\28portable::Params*\2c\20SkRasterPipelineStage*\2c\20float\2c\20float\2c\20float\2c\20float\29 -7261:portable::invsqrt_3_floats\28portable::Params*\2c\20SkRasterPipelineStage*\2c\20float\2c\20float\2c\20float\2c\20float\29 -7262:portable::invsqrt_2_floats\28portable::Params*\2c\20SkRasterPipelineStage*\2c\20float\2c\20float\2c\20float\2c\20float\29 -7263:portable::inverted_CMYK_to_RGB1\28unsigned\20int*\2c\20unsigned\20int\20const*\2c\20int\29 -7264:portable::inverted_CMYK_to_BGR1\28unsigned\20int*\2c\20unsigned\20int\20const*\2c\20int\29 -7265:portable::inverse_mat4\28portable::Params*\2c\20SkRasterPipelineStage*\2c\20float\2c\20float\2c\20float\2c\20float\29 -7266:portable::inverse_mat3\28portable::Params*\2c\20SkRasterPipelineStage*\2c\20float\2c\20float\2c\20float\2c\20float\29 -7267:portable::inverse_mat2\28portable::Params*\2c\20SkRasterPipelineStage*\2c\20float\2c\20float\2c\20float\2c\20float\29 -7268:portable::init_lane_masks\28portable::Params*\2c\20SkRasterPipelineStage*\2c\20float\2c\20float\2c\20float\2c\20float\29 -7269:portable::hue\28portable::Params*\2c\20SkRasterPipelineStage*\2c\20float\2c\20float\2c\20float\2c\20float\29 -7270:portable::hsl_to_rgb\28portable::Params*\2c\20SkRasterPipelineStage*\2c\20float\2c\20float\2c\20float\2c\20float\29 -7271:portable::hardlight\28portable::Params*\2c\20SkRasterPipelineStage*\2c\20float\2c\20float\2c\20float\2c\20float\29 -7272:portable::gray_to_RGB1\28unsigned\20int*\2c\20unsigned\20char\20const*\2c\20int\29 -7273:portable::grayA_to_rgbA\28unsigned\20int*\2c\20unsigned\20char\20const*\2c\20int\29 -7274:portable::grayA_to_RGBA\28unsigned\20int*\2c\20unsigned\20char\20const*\2c\20int\29 -7275:portable::gradient\28portable::Params*\2c\20SkRasterPipelineStage*\2c\20float\2c\20float\2c\20float\2c\20float\29 -7276:portable::gauss_a_to_rgba\28portable::Params*\2c\20SkRasterPipelineStage*\2c\20float\2c\20float\2c\20float\2c\20float\29 -7277:portable::gather_rgf16\28portable::Params*\2c\20SkRasterPipelineStage*\2c\20float\2c\20float\2c\20float\2c\20float\29 -7278:portable::gather_rg88\28portable::Params*\2c\20SkRasterPipelineStage*\2c\20float\2c\20float\2c\20float\2c\20float\29 -7279:portable::gather_rg1616\28portable::Params*\2c\20SkRasterPipelineStage*\2c\20float\2c\20float\2c\20float\2c\20float\29 -7280:portable::gather_f32\28portable::Params*\2c\20SkRasterPipelineStage*\2c\20float\2c\20float\2c\20float\2c\20float\29 -7281:portable::gather_f16\28portable::Params*\2c\20SkRasterPipelineStage*\2c\20float\2c\20float\2c\20float\2c\20float\29 -7282:portable::gather_af16\28portable::Params*\2c\20SkRasterPipelineStage*\2c\20float\2c\20float\2c\20float\2c\20float\29 -7283:portable::gather_a8\28portable::Params*\2c\20SkRasterPipelineStage*\2c\20float\2c\20float\2c\20float\2c\20float\29 -7284:portable::gather_a16\28portable::Params*\2c\20SkRasterPipelineStage*\2c\20float\2c\20float\2c\20float\2c\20float\29 -7285:portable::gather_8888\28portable::Params*\2c\20SkRasterPipelineStage*\2c\20float\2c\20float\2c\20float\2c\20float\29 -7286:portable::gather_565\28portable::Params*\2c\20SkRasterPipelineStage*\2c\20float\2c\20float\2c\20float\2c\20float\29 -7287:portable::gather_4444\28portable::Params*\2c\20SkRasterPipelineStage*\2c\20float\2c\20float\2c\20float\2c\20float\29 -7288:portable::gather_16161616\28portable::Params*\2c\20SkRasterPipelineStage*\2c\20float\2c\20float\2c\20float\2c\20float\29 -7289:portable::gather_10x6\28portable::Params*\2c\20SkRasterPipelineStage*\2c\20float\2c\20float\2c\20float\2c\20float\29 -7290:portable::gather_1010102_xr\28portable::Params*\2c\20SkRasterPipelineStage*\2c\20float\2c\20float\2c\20float\2c\20float\29 -7291:portable::gather_1010102\28portable::Params*\2c\20SkRasterPipelineStage*\2c\20float\2c\20float\2c\20float\2c\20float\29 -7292:portable::gather_10101010_xr\28portable::Params*\2c\20SkRasterPipelineStage*\2c\20float\2c\20float\2c\20float\2c\20float\29 -7293:portable::gamma_\28portable::Params*\2c\20SkRasterPipelineStage*\2c\20float\2c\20float\2c\20float\2c\20float\29 -7294:portable::force_opaque_dst\28portable::Params*\2c\20SkRasterPipelineStage*\2c\20float\2c\20float\2c\20float\2c\20float\29 -7295:portable::force_opaque\28portable::Params*\2c\20SkRasterPipelineStage*\2c\20float\2c\20float\2c\20float\2c\20float\29 -7296:portable::floor_float\28portable::Params*\2c\20SkRasterPipelineStage*\2c\20float\2c\20float\2c\20float\2c\20float\29 -7297:portable::floor_4_floats\28portable::Params*\2c\20SkRasterPipelineStage*\2c\20float\2c\20float\2c\20float\2c\20float\29 -7298:portable::floor_3_floats\28portable::Params*\2c\20SkRasterPipelineStage*\2c\20float\2c\20float\2c\20float\2c\20float\29 -7299:portable::floor_2_floats\28portable::Params*\2c\20SkRasterPipelineStage*\2c\20float\2c\20float\2c\20float\2c\20float\29 -7300:portable::exp_float\28portable::Params*\2c\20SkRasterPipelineStage*\2c\20float\2c\20float\2c\20float\2c\20float\29 -7301:portable::exp2_float\28portable::Params*\2c\20SkRasterPipelineStage*\2c\20float\2c\20float\2c\20float\2c\20float\29 -7302:portable::exclusion\28portable::Params*\2c\20SkRasterPipelineStage*\2c\20float\2c\20float\2c\20float\2c\20float\29 -7303:portable::exchange_src\28portable::Params*\2c\20SkRasterPipelineStage*\2c\20float\2c\20float\2c\20float\2c\20float\29 -7304:portable::evenly_spaced_gradient\28portable::Params*\2c\20SkRasterPipelineStage*\2c\20float\2c\20float\2c\20float\2c\20float\29 -7305:portable::evenly_spaced_2_stop_gradient\28portable::Params*\2c\20SkRasterPipelineStage*\2c\20float\2c\20float\2c\20float\2c\20float\29 -7306:portable::emboss\28portable::Params*\2c\20SkRasterPipelineStage*\2c\20float\2c\20float\2c\20float\2c\20float\29 -7307:portable::dstover\28portable::Params*\2c\20SkRasterPipelineStage*\2c\20float\2c\20float\2c\20float\2c\20float\29 -7308:portable::dstout\28portable::Params*\2c\20SkRasterPipelineStage*\2c\20float\2c\20float\2c\20float\2c\20float\29 -7309:portable::dstin\28portable::Params*\2c\20SkRasterPipelineStage*\2c\20float\2c\20float\2c\20float\2c\20float\29 -7310:portable::dstatop\28portable::Params*\2c\20SkRasterPipelineStage*\2c\20float\2c\20float\2c\20float\2c\20float\29 -7311:portable::dot_4_floats\28portable::Params*\2c\20SkRasterPipelineStage*\2c\20float\2c\20float\2c\20float\2c\20float\29 -7312:portable::dot_3_floats\28portable::Params*\2c\20SkRasterPipelineStage*\2c\20float\2c\20float\2c\20float\2c\20float\29 -7313:portable::dot_2_floats\28portable::Params*\2c\20SkRasterPipelineStage*\2c\20float\2c\20float\2c\20float\2c\20float\29 -7314:portable::div_uint\28portable::Params*\2c\20SkRasterPipelineStage*\2c\20float\2c\20float\2c\20float\2c\20float\29 -7315:portable::div_n_uints\28portable::Params*\2c\20SkRasterPipelineStage*\2c\20float\2c\20float\2c\20float\2c\20float\29 -7316:portable::div_n_ints\28portable::Params*\2c\20SkRasterPipelineStage*\2c\20float\2c\20float\2c\20float\2c\20float\29 -7317:portable::div_n_floats\28portable::Params*\2c\20SkRasterPipelineStage*\2c\20float\2c\20float\2c\20float\2c\20float\29 -7318:portable::div_int\28portable::Params*\2c\20SkRasterPipelineStage*\2c\20float\2c\20float\2c\20float\2c\20float\29 -7319:portable::div_float\28portable::Params*\2c\20SkRasterPipelineStage*\2c\20float\2c\20float\2c\20float\2c\20float\29 -7320:portable::div_4_uints\28portable::Params*\2c\20SkRasterPipelineStage*\2c\20float\2c\20float\2c\20float\2c\20float\29 -7321:portable::div_4_ints\28portable::Params*\2c\20SkRasterPipelineStage*\2c\20float\2c\20float\2c\20float\2c\20float\29 -7322:portable::div_4_floats\28portable::Params*\2c\20SkRasterPipelineStage*\2c\20float\2c\20float\2c\20float\2c\20float\29 -7323:portable::div_3_uints\28portable::Params*\2c\20SkRasterPipelineStage*\2c\20float\2c\20float\2c\20float\2c\20float\29 -7324:portable::div_3_ints\28portable::Params*\2c\20SkRasterPipelineStage*\2c\20float\2c\20float\2c\20float\2c\20float\29 -7325:portable::div_3_floats\28portable::Params*\2c\20SkRasterPipelineStage*\2c\20float\2c\20float\2c\20float\2c\20float\29 -7326:portable::div_2_uints\28portable::Params*\2c\20SkRasterPipelineStage*\2c\20float\2c\20float\2c\20float\2c\20float\29 -7327:portable::div_2_ints\28portable::Params*\2c\20SkRasterPipelineStage*\2c\20float\2c\20float\2c\20float\2c\20float\29 -7328:portable::div_2_floats\28portable::Params*\2c\20SkRasterPipelineStage*\2c\20float\2c\20float\2c\20float\2c\20float\29 -7329:portable::dither\28portable::Params*\2c\20SkRasterPipelineStage*\2c\20float\2c\20float\2c\20float\2c\20float\29 -7330:portable::difference\28portable::Params*\2c\20SkRasterPipelineStage*\2c\20float\2c\20float\2c\20float\2c\20float\29 -7331:portable::decal_y\28portable::Params*\2c\20SkRasterPipelineStage*\2c\20float\2c\20float\2c\20float\2c\20float\29 -7332:portable::decal_x_and_y\28portable::Params*\2c\20SkRasterPipelineStage*\2c\20float\2c\20float\2c\20float\2c\20float\29 -7333:portable::decal_x\28portable::Params*\2c\20SkRasterPipelineStage*\2c\20float\2c\20float\2c\20float\2c\20float\29 -7334:portable::debug_r_255\28portable::Params*\2c\20SkRasterPipelineStage*\2c\20float\2c\20float\2c\20float\2c\20float\29 -7335:portable::debug_g_255\28portable::Params*\2c\20SkRasterPipelineStage*\2c\20float\2c\20float\2c\20float\2c\20float\29 -7336:portable::debug_b_255\28portable::Params*\2c\20SkRasterPipelineStage*\2c\20float\2c\20float\2c\20float\2c\20float\29 -7337:portable::debug_b\28portable::Params*\2c\20SkRasterPipelineStage*\2c\20float\2c\20float\2c\20float\2c\20float\29 -7338:portable::debug_a_255\28portable::Params*\2c\20SkRasterPipelineStage*\2c\20float\2c\20float\2c\20float\2c\20float\29 -7339:portable::debug_a\28portable::Params*\2c\20SkRasterPipelineStage*\2c\20float\2c\20float\2c\20float\2c\20float\29 -7340:portable::darken\28portable::Params*\2c\20SkRasterPipelineStage*\2c\20float\2c\20float\2c\20float\2c\20float\29 -7341:portable::css_oklab_to_linear_srgb\28portable::Params*\2c\20SkRasterPipelineStage*\2c\20float\2c\20float\2c\20float\2c\20float\29 -7342:portable::css_oklab_gamut_map_to_linear_srgb\28portable::Params*\2c\20SkRasterPipelineStage*\2c\20float\2c\20float\2c\20float\2c\20float\29 -7343:portable::css_lab_to_xyz\28portable::Params*\2c\20SkRasterPipelineStage*\2c\20float\2c\20float\2c\20float\2c\20float\29 -7344:portable::css_hwb_to_srgb\28portable::Params*\2c\20SkRasterPipelineStage*\2c\20float\2c\20float\2c\20float\2c\20float\29 -7345:portable::css_hsl_to_srgb\28portable::Params*\2c\20SkRasterPipelineStage*\2c\20float\2c\20float\2c\20float\2c\20float\29 -7346:portable::css_hcl_to_lab\28portable::Params*\2c\20SkRasterPipelineStage*\2c\20float\2c\20float\2c\20float\2c\20float\29 -7347:portable::cos_float\28portable::Params*\2c\20SkRasterPipelineStage*\2c\20float\2c\20float\2c\20float\2c\20float\29 -7348:portable::copy_uniform\28portable::Params*\2c\20SkRasterPipelineStage*\2c\20float\2c\20float\2c\20float\2c\20float\29 -7349:portable::copy_to_indirect_masked\28portable::Params*\2c\20SkRasterPipelineStage*\2c\20float\2c\20float\2c\20float\2c\20float\29 -7350:portable::copy_slot_unmasked\28portable::Params*\2c\20SkRasterPipelineStage*\2c\20float\2c\20float\2c\20float\2c\20float\29 -7351:portable::copy_slot_masked\28portable::Params*\2c\20SkRasterPipelineStage*\2c\20float\2c\20float\2c\20float\2c\20float\29 -7352:portable::copy_immutable_unmasked\28portable::Params*\2c\20SkRasterPipelineStage*\2c\20float\2c\20float\2c\20float\2c\20float\29 -7353:portable::copy_constant\28portable::Params*\2c\20SkRasterPipelineStage*\2c\20float\2c\20float\2c\20float\2c\20float\29 -7354:portable::copy_4_uniforms\28portable::Params*\2c\20SkRasterPipelineStage*\2c\20float\2c\20float\2c\20float\2c\20float\29 -7355:portable::copy_4_slots_unmasked\28portable::Params*\2c\20SkRasterPipelineStage*\2c\20float\2c\20float\2c\20float\2c\20float\29 -7356:portable::copy_4_slots_masked\28portable::Params*\2c\20SkRasterPipelineStage*\2c\20float\2c\20float\2c\20float\2c\20float\29 -7357:portable::copy_4_immutables_unmasked\28portable::Params*\2c\20SkRasterPipelineStage*\2c\20float\2c\20float\2c\20float\2c\20float\29 -7358:portable::copy_3_uniforms\28portable::Params*\2c\20SkRasterPipelineStage*\2c\20float\2c\20float\2c\20float\2c\20float\29 -7359:portable::copy_3_slots_unmasked\28portable::Params*\2c\20SkRasterPipelineStage*\2c\20float\2c\20float\2c\20float\2c\20float\29 -7360:portable::copy_3_slots_masked\28portable::Params*\2c\20SkRasterPipelineStage*\2c\20float\2c\20float\2c\20float\2c\20float\29 -7361:portable::copy_3_immutables_unmasked\28portable::Params*\2c\20SkRasterPipelineStage*\2c\20float\2c\20float\2c\20float\2c\20float\29 -7362:portable::copy_2_uniforms\28portable::Params*\2c\20SkRasterPipelineStage*\2c\20float\2c\20float\2c\20float\2c\20float\29 -7363:portable::copy_2_slots_masked\28portable::Params*\2c\20SkRasterPipelineStage*\2c\20float\2c\20float\2c\20float\2c\20float\29 -7364:portable::continue_op\28portable::Params*\2c\20SkRasterPipelineStage*\2c\20float\2c\20float\2c\20float\2c\20float\29 -7365:portable::colordodge\28portable::Params*\2c\20SkRasterPipelineStage*\2c\20float\2c\20float\2c\20float\2c\20float\29 -7366:portable::colorburn\28portable::Params*\2c\20SkRasterPipelineStage*\2c\20float\2c\20float\2c\20float\2c\20float\29 -7367:portable::color\28portable::Params*\2c\20SkRasterPipelineStage*\2c\20float\2c\20float\2c\20float\2c\20float\29 -7368:portable::cmpne_n_ints\28portable::Params*\2c\20SkRasterPipelineStage*\2c\20float\2c\20float\2c\20float\2c\20float\29 -7369:portable::cmpne_n_floats\28portable::Params*\2c\20SkRasterPipelineStage*\2c\20float\2c\20float\2c\20float\2c\20float\29 -7370:portable::cmpne_int\28portable::Params*\2c\20SkRasterPipelineStage*\2c\20float\2c\20float\2c\20float\2c\20float\29 -7371:portable::cmpne_imm_int\28portable::Params*\2c\20SkRasterPipelineStage*\2c\20float\2c\20float\2c\20float\2c\20float\29 -7372:portable::cmpne_imm_float\28portable::Params*\2c\20SkRasterPipelineStage*\2c\20float\2c\20float\2c\20float\2c\20float\29 -7373:portable::cmpne_float\28portable::Params*\2c\20SkRasterPipelineStage*\2c\20float\2c\20float\2c\20float\2c\20float\29 -7374:portable::cmpne_4_ints\28portable::Params*\2c\20SkRasterPipelineStage*\2c\20float\2c\20float\2c\20float\2c\20float\29 -7375:portable::cmpne_4_floats\28portable::Params*\2c\20SkRasterPipelineStage*\2c\20float\2c\20float\2c\20float\2c\20float\29 -7376:portable::cmpne_3_ints\28portable::Params*\2c\20SkRasterPipelineStage*\2c\20float\2c\20float\2c\20float\2c\20float\29 -7377:portable::cmpne_3_floats\28portable::Params*\2c\20SkRasterPipelineStage*\2c\20float\2c\20float\2c\20float\2c\20float\29 -7378:portable::cmpne_2_ints\28portable::Params*\2c\20SkRasterPipelineStage*\2c\20float\2c\20float\2c\20float\2c\20float\29 -7379:portable::cmpne_2_floats\28portable::Params*\2c\20SkRasterPipelineStage*\2c\20float\2c\20float\2c\20float\2c\20float\29 -7380:portable::cmplt_uint\28portable::Params*\2c\20SkRasterPipelineStage*\2c\20float\2c\20float\2c\20float\2c\20float\29 -7381:portable::cmplt_n_uints\28portable::Params*\2c\20SkRasterPipelineStage*\2c\20float\2c\20float\2c\20float\2c\20float\29 -7382:portable::cmplt_n_ints\28portable::Params*\2c\20SkRasterPipelineStage*\2c\20float\2c\20float\2c\20float\2c\20float\29 -7383:portable::cmplt_n_floats\28portable::Params*\2c\20SkRasterPipelineStage*\2c\20float\2c\20float\2c\20float\2c\20float\29 -7384:portable::cmplt_int\28portable::Params*\2c\20SkRasterPipelineStage*\2c\20float\2c\20float\2c\20float\2c\20float\29 -7385:portable::cmplt_imm_uint\28portable::Params*\2c\20SkRasterPipelineStage*\2c\20float\2c\20float\2c\20float\2c\20float\29 -7386:portable::cmplt_imm_int\28portable::Params*\2c\20SkRasterPipelineStage*\2c\20float\2c\20float\2c\20float\2c\20float\29 -7387:portable::cmplt_imm_float\28portable::Params*\2c\20SkRasterPipelineStage*\2c\20float\2c\20float\2c\20float\2c\20float\29 -7388:portable::cmplt_float\28portable::Params*\2c\20SkRasterPipelineStage*\2c\20float\2c\20float\2c\20float\2c\20float\29 -7389:portable::cmplt_4_uints\28portable::Params*\2c\20SkRasterPipelineStage*\2c\20float\2c\20float\2c\20float\2c\20float\29 -7390:portable::cmplt_4_ints\28portable::Params*\2c\20SkRasterPipelineStage*\2c\20float\2c\20float\2c\20float\2c\20float\29 -7391:portable::cmplt_4_floats\28portable::Params*\2c\20SkRasterPipelineStage*\2c\20float\2c\20float\2c\20float\2c\20float\29 -7392:portable::cmplt_3_uints\28portable::Params*\2c\20SkRasterPipelineStage*\2c\20float\2c\20float\2c\20float\2c\20float\29 -7393:portable::cmplt_3_ints\28portable::Params*\2c\20SkRasterPipelineStage*\2c\20float\2c\20float\2c\20float\2c\20float\29 -7394:portable::cmplt_3_floats\28portable::Params*\2c\20SkRasterPipelineStage*\2c\20float\2c\20float\2c\20float\2c\20float\29 -7395:portable::cmplt_2_uints\28portable::Params*\2c\20SkRasterPipelineStage*\2c\20float\2c\20float\2c\20float\2c\20float\29 -7396:portable::cmplt_2_ints\28portable::Params*\2c\20SkRasterPipelineStage*\2c\20float\2c\20float\2c\20float\2c\20float\29 -7397:portable::cmplt_2_floats\28portable::Params*\2c\20SkRasterPipelineStage*\2c\20float\2c\20float\2c\20float\2c\20float\29 -7398:portable::cmple_uint\28portable::Params*\2c\20SkRasterPipelineStage*\2c\20float\2c\20float\2c\20float\2c\20float\29 -7399:portable::cmple_n_uints\28portable::Params*\2c\20SkRasterPipelineStage*\2c\20float\2c\20float\2c\20float\2c\20float\29 -7400:portable::cmple_n_ints\28portable::Params*\2c\20SkRasterPipelineStage*\2c\20float\2c\20float\2c\20float\2c\20float\29 -7401:portable::cmple_n_floats\28portable::Params*\2c\20SkRasterPipelineStage*\2c\20float\2c\20float\2c\20float\2c\20float\29 -7402:portable::cmple_int\28portable::Params*\2c\20SkRasterPipelineStage*\2c\20float\2c\20float\2c\20float\2c\20float\29 -7403:portable::cmple_imm_uint\28portable::Params*\2c\20SkRasterPipelineStage*\2c\20float\2c\20float\2c\20float\2c\20float\29 -7404:portable::cmple_imm_int\28portable::Params*\2c\20SkRasterPipelineStage*\2c\20float\2c\20float\2c\20float\2c\20float\29 -7405:portable::cmple_imm_float\28portable::Params*\2c\20SkRasterPipelineStage*\2c\20float\2c\20float\2c\20float\2c\20float\29 -7406:portable::cmple_float\28portable::Params*\2c\20SkRasterPipelineStage*\2c\20float\2c\20float\2c\20float\2c\20float\29 -7407:portable::cmple_4_uints\28portable::Params*\2c\20SkRasterPipelineStage*\2c\20float\2c\20float\2c\20float\2c\20float\29 -7408:portable::cmple_4_ints\28portable::Params*\2c\20SkRasterPipelineStage*\2c\20float\2c\20float\2c\20float\2c\20float\29 -7409:portable::cmple_4_floats\28portable::Params*\2c\20SkRasterPipelineStage*\2c\20float\2c\20float\2c\20float\2c\20float\29 -7410:portable::cmple_3_uints\28portable::Params*\2c\20SkRasterPipelineStage*\2c\20float\2c\20float\2c\20float\2c\20float\29 -7411:portable::cmple_3_ints\28portable::Params*\2c\20SkRasterPipelineStage*\2c\20float\2c\20float\2c\20float\2c\20float\29 -7412:portable::cmple_3_floats\28portable::Params*\2c\20SkRasterPipelineStage*\2c\20float\2c\20float\2c\20float\2c\20float\29 -7413:portable::cmple_2_uints\28portable::Params*\2c\20SkRasterPipelineStage*\2c\20float\2c\20float\2c\20float\2c\20float\29 -7414:portable::cmple_2_ints\28portable::Params*\2c\20SkRasterPipelineStage*\2c\20float\2c\20float\2c\20float\2c\20float\29 -7415:portable::cmple_2_floats\28portable::Params*\2c\20SkRasterPipelineStage*\2c\20float\2c\20float\2c\20float\2c\20float\29 -7416:portable::cmpeq_n_ints\28portable::Params*\2c\20SkRasterPipelineStage*\2c\20float\2c\20float\2c\20float\2c\20float\29 -7417:portable::cmpeq_n_floats\28portable::Params*\2c\20SkRasterPipelineStage*\2c\20float\2c\20float\2c\20float\2c\20float\29 -7418:portable::cmpeq_int\28portable::Params*\2c\20SkRasterPipelineStage*\2c\20float\2c\20float\2c\20float\2c\20float\29 -7419:portable::cmpeq_imm_int\28portable::Params*\2c\20SkRasterPipelineStage*\2c\20float\2c\20float\2c\20float\2c\20float\29 -7420:portable::cmpeq_imm_float\28portable::Params*\2c\20SkRasterPipelineStage*\2c\20float\2c\20float\2c\20float\2c\20float\29 -7421:portable::cmpeq_float\28portable::Params*\2c\20SkRasterPipelineStage*\2c\20float\2c\20float\2c\20float\2c\20float\29 -7422:portable::cmpeq_4_ints\28portable::Params*\2c\20SkRasterPipelineStage*\2c\20float\2c\20float\2c\20float\2c\20float\29 -7423:portable::cmpeq_4_floats\28portable::Params*\2c\20SkRasterPipelineStage*\2c\20float\2c\20float\2c\20float\2c\20float\29 -7424:portable::cmpeq_3_ints\28portable::Params*\2c\20SkRasterPipelineStage*\2c\20float\2c\20float\2c\20float\2c\20float\29 -7425:portable::cmpeq_3_floats\28portable::Params*\2c\20SkRasterPipelineStage*\2c\20float\2c\20float\2c\20float\2c\20float\29 -7426:portable::cmpeq_2_ints\28portable::Params*\2c\20SkRasterPipelineStage*\2c\20float\2c\20float\2c\20float\2c\20float\29 -7427:portable::cmpeq_2_floats\28portable::Params*\2c\20SkRasterPipelineStage*\2c\20float\2c\20float\2c\20float\2c\20float\29 -7428:portable::clear\28portable::Params*\2c\20SkRasterPipelineStage*\2c\20float\2c\20float\2c\20float\2c\20float\29 -7429:portable::clamp_x_and_y\28portable::Params*\2c\20SkRasterPipelineStage*\2c\20float\2c\20float\2c\20float\2c\20float\29 -7430:portable::clamp_x_1\28portable::Params*\2c\20SkRasterPipelineStage*\2c\20float\2c\20float\2c\20float\2c\20float\29 -7431:portable::clamp_gamut\28portable::Params*\2c\20SkRasterPipelineStage*\2c\20float\2c\20float\2c\20float\2c\20float\29 -7432:portable::clamp_a_01\28portable::Params*\2c\20SkRasterPipelineStage*\2c\20float\2c\20float\2c\20float\2c\20float\29 -7433:portable::clamp_01\28portable::Params*\2c\20SkRasterPipelineStage*\2c\20float\2c\20float\2c\20float\2c\20float\29 -7434:portable::ceil_float\28portable::Params*\2c\20SkRasterPipelineStage*\2c\20float\2c\20float\2c\20float\2c\20float\29 -7435:portable::ceil_4_floats\28portable::Params*\2c\20SkRasterPipelineStage*\2c\20float\2c\20float\2c\20float\2c\20float\29 -7436:portable::ceil_3_floats\28portable::Params*\2c\20SkRasterPipelineStage*\2c\20float\2c\20float\2c\20float\2c\20float\29 -7437:portable::ceil_2_floats\28portable::Params*\2c\20SkRasterPipelineStage*\2c\20float\2c\20float\2c\20float\2c\20float\29 -7438:portable::cast_to_uint_from_float\28portable::Params*\2c\20SkRasterPipelineStage*\2c\20float\2c\20float\2c\20float\2c\20float\29 -7439:portable::cast_to_uint_from_4_floats\28portable::Params*\2c\20SkRasterPipelineStage*\2c\20float\2c\20float\2c\20float\2c\20float\29 -7440:portable::cast_to_uint_from_3_floats\28portable::Params*\2c\20SkRasterPipelineStage*\2c\20float\2c\20float\2c\20float\2c\20float\29 -7441:portable::cast_to_uint_from_2_floats\28portable::Params*\2c\20SkRasterPipelineStage*\2c\20float\2c\20float\2c\20float\2c\20float\29 -7442:portable::cast_to_int_from_float\28portable::Params*\2c\20SkRasterPipelineStage*\2c\20float\2c\20float\2c\20float\2c\20float\29 -7443:portable::cast_to_int_from_4_floats\28portable::Params*\2c\20SkRasterPipelineStage*\2c\20float\2c\20float\2c\20float\2c\20float\29 -7444:portable::cast_to_int_from_3_floats\28portable::Params*\2c\20SkRasterPipelineStage*\2c\20float\2c\20float\2c\20float\2c\20float\29 -7445:portable::cast_to_int_from_2_floats\28portable::Params*\2c\20SkRasterPipelineStage*\2c\20float\2c\20float\2c\20float\2c\20float\29 -7446:portable::cast_to_float_from_uint\28portable::Params*\2c\20SkRasterPipelineStage*\2c\20float\2c\20float\2c\20float\2c\20float\29 -7447:portable::cast_to_float_from_int\28portable::Params*\2c\20SkRasterPipelineStage*\2c\20float\2c\20float\2c\20float\2c\20float\29 -7448:portable::cast_to_float_from_4_uints\28portable::Params*\2c\20SkRasterPipelineStage*\2c\20float\2c\20float\2c\20float\2c\20float\29 -7449:portable::cast_to_float_from_4_ints\28portable::Params*\2c\20SkRasterPipelineStage*\2c\20float\2c\20float\2c\20float\2c\20float\29 -7450:portable::cast_to_float_from_3_uints\28portable::Params*\2c\20SkRasterPipelineStage*\2c\20float\2c\20float\2c\20float\2c\20float\29 -7451:portable::cast_to_float_from_3_ints\28portable::Params*\2c\20SkRasterPipelineStage*\2c\20float\2c\20float\2c\20float\2c\20float\29 -7452:portable::cast_to_float_from_2_uints\28portable::Params*\2c\20SkRasterPipelineStage*\2c\20float\2c\20float\2c\20float\2c\20float\29 -7453:portable::cast_to_float_from_2_ints\28portable::Params*\2c\20SkRasterPipelineStage*\2c\20float\2c\20float\2c\20float\2c\20float\29 -7454:portable::case_op\28portable::Params*\2c\20SkRasterPipelineStage*\2c\20float\2c\20float\2c\20float\2c\20float\29 -7455:portable::callback\28portable::Params*\2c\20SkRasterPipelineStage*\2c\20float\2c\20float\2c\20float\2c\20float\29 -7456:portable::byte_tables\28portable::Params*\2c\20SkRasterPipelineStage*\2c\20float\2c\20float\2c\20float\2c\20float\29 -7457:portable::bt709_luminance_or_luma_to_rgb\28portable::Params*\2c\20SkRasterPipelineStage*\2c\20float\2c\20float\2c\20float\2c\20float\29 -7458:portable::bt709_luminance_or_luma_to_alpha\28portable::Params*\2c\20SkRasterPipelineStage*\2c\20float\2c\20float\2c\20float\2c\20float\29 -7459:portable::branch_if_no_lanes_active\28portable::Params*\2c\20SkRasterPipelineStage*\2c\20float\2c\20float\2c\20float\2c\20float\29 -7460:portable::branch_if_no_active_lanes_eq\28portable::Params*\2c\20SkRasterPipelineStage*\2c\20float\2c\20float\2c\20float\2c\20float\29 -7461:portable::branch_if_any_lanes_active\28portable::Params*\2c\20SkRasterPipelineStage*\2c\20float\2c\20float\2c\20float\2c\20float\29 -7462:portable::branch_if_all_lanes_active\28portable::Params*\2c\20SkRasterPipelineStage*\2c\20float\2c\20float\2c\20float\2c\20float\29 -7463:portable::blit_row_s32a_opaque\28unsigned\20int*\2c\20unsigned\20int\20const*\2c\20int\2c\20unsigned\20int\29 -7464:portable::black_color\28portable::Params*\2c\20SkRasterPipelineStage*\2c\20float\2c\20float\2c\20float\2c\20float\29 -7465:portable::bitwise_xor_n_ints\28portable::Params*\2c\20SkRasterPipelineStage*\2c\20float\2c\20float\2c\20float\2c\20float\29 -7466:portable::bitwise_xor_int\28portable::Params*\2c\20SkRasterPipelineStage*\2c\20float\2c\20float\2c\20float\2c\20float\29 -7467:portable::bitwise_xor_imm_int\28portable::Params*\2c\20SkRasterPipelineStage*\2c\20float\2c\20float\2c\20float\2c\20float\29 -7468:portable::bitwise_xor_4_ints\28portable::Params*\2c\20SkRasterPipelineStage*\2c\20float\2c\20float\2c\20float\2c\20float\29 -7469:portable::bitwise_xor_3_ints\28portable::Params*\2c\20SkRasterPipelineStage*\2c\20float\2c\20float\2c\20float\2c\20float\29 -7470:portable::bitwise_xor_2_ints\28portable::Params*\2c\20SkRasterPipelineStage*\2c\20float\2c\20float\2c\20float\2c\20float\29 -7471:portable::bitwise_or_n_ints\28portable::Params*\2c\20SkRasterPipelineStage*\2c\20float\2c\20float\2c\20float\2c\20float\29 -7472:portable::bitwise_or_int\28portable::Params*\2c\20SkRasterPipelineStage*\2c\20float\2c\20float\2c\20float\2c\20float\29 -7473:portable::bitwise_or_4_ints\28portable::Params*\2c\20SkRasterPipelineStage*\2c\20float\2c\20float\2c\20float\2c\20float\29 -7474:portable::bitwise_or_3_ints\28portable::Params*\2c\20SkRasterPipelineStage*\2c\20float\2c\20float\2c\20float\2c\20float\29 -7475:portable::bitwise_or_2_ints\28portable::Params*\2c\20SkRasterPipelineStage*\2c\20float\2c\20float\2c\20float\2c\20float\29 -7476:portable::bitwise_and_n_ints\28portable::Params*\2c\20SkRasterPipelineStage*\2c\20float\2c\20float\2c\20float\2c\20float\29 -7477:portable::bitwise_and_int\28portable::Params*\2c\20SkRasterPipelineStage*\2c\20float\2c\20float\2c\20float\2c\20float\29 -7478:portable::bitwise_and_imm_int\28portable::Params*\2c\20SkRasterPipelineStage*\2c\20float\2c\20float\2c\20float\2c\20float\29 -7479:portable::bitwise_and_imm_4_ints\28portable::Params*\2c\20SkRasterPipelineStage*\2c\20float\2c\20float\2c\20float\2c\20float\29 -7480:portable::bitwise_and_imm_3_ints\28portable::Params*\2c\20SkRasterPipelineStage*\2c\20float\2c\20float\2c\20float\2c\20float\29 -7481:portable::bitwise_and_imm_2_ints\28portable::Params*\2c\20SkRasterPipelineStage*\2c\20float\2c\20float\2c\20float\2c\20float\29 -7482:portable::bitwise_and_4_ints\28portable::Params*\2c\20SkRasterPipelineStage*\2c\20float\2c\20float\2c\20float\2c\20float\29 -7483:portable::bitwise_and_3_ints\28portable::Params*\2c\20SkRasterPipelineStage*\2c\20float\2c\20float\2c\20float\2c\20float\29 -7484:portable::bitwise_and_2_ints\28portable::Params*\2c\20SkRasterPipelineStage*\2c\20float\2c\20float\2c\20float\2c\20float\29 -7485:portable::bilinear_setup\28portable::Params*\2c\20SkRasterPipelineStage*\2c\20float\2c\20float\2c\20float\2c\20float\29 -7486:portable::bilinear_py\28portable::Params*\2c\20SkRasterPipelineStage*\2c\20float\2c\20float\2c\20float\2c\20float\29 -7487:portable::bilinear_px\28portable::Params*\2c\20SkRasterPipelineStage*\2c\20float\2c\20float\2c\20float\2c\20float\29 -7488:portable::bilinear_ny\28portable::Params*\2c\20SkRasterPipelineStage*\2c\20float\2c\20float\2c\20float\2c\20float\29 -7489:portable::bilinear_nx\28portable::Params*\2c\20SkRasterPipelineStage*\2c\20float\2c\20float\2c\20float\2c\20float\29 -7490:portable::bilerp_clamp_8888\28portable::Params*\2c\20SkRasterPipelineStage*\2c\20float\2c\20float\2c\20float\2c\20float\29 -7491:portable::bicubic_setup\28portable::Params*\2c\20SkRasterPipelineStage*\2c\20float\2c\20float\2c\20float\2c\20float\29 -7492:portable::bicubic_p3y\28portable::Params*\2c\20SkRasterPipelineStage*\2c\20float\2c\20float\2c\20float\2c\20float\29 -7493:portable::bicubic_p3x\28portable::Params*\2c\20SkRasterPipelineStage*\2c\20float\2c\20float\2c\20float\2c\20float\29 -7494:portable::bicubic_p1y\28portable::Params*\2c\20SkRasterPipelineStage*\2c\20float\2c\20float\2c\20float\2c\20float\29 -7495:portable::bicubic_p1x\28portable::Params*\2c\20SkRasterPipelineStage*\2c\20float\2c\20float\2c\20float\2c\20float\29 -7496:portable::bicubic_n3y\28portable::Params*\2c\20SkRasterPipelineStage*\2c\20float\2c\20float\2c\20float\2c\20float\29 -7497:portable::bicubic_n3x\28portable::Params*\2c\20SkRasterPipelineStage*\2c\20float\2c\20float\2c\20float\2c\20float\29 -7498:portable::bicubic_n1y\28portable::Params*\2c\20SkRasterPipelineStage*\2c\20float\2c\20float\2c\20float\2c\20float\29 -7499:portable::bicubic_n1x\28portable::Params*\2c\20SkRasterPipelineStage*\2c\20float\2c\20float\2c\20float\2c\20float\29 -7500:portable::bicubic_clamp_8888\28portable::Params*\2c\20SkRasterPipelineStage*\2c\20float\2c\20float\2c\20float\2c\20float\29 -7501:portable::atan_float\28portable::Params*\2c\20SkRasterPipelineStage*\2c\20float\2c\20float\2c\20float\2c\20float\29 -7502:portable::atan2_n_floats\28portable::Params*\2c\20SkRasterPipelineStage*\2c\20float\2c\20float\2c\20float\2c\20float\29 -7503:portable::asin_float\28portable::Params*\2c\20SkRasterPipelineStage*\2c\20float\2c\20float\2c\20float\2c\20float\29 -7504:portable::alter_2pt_conical_unswap\28portable::Params*\2c\20SkRasterPipelineStage*\2c\20float\2c\20float\2c\20float\2c\20float\29 -7505:portable::alter_2pt_conical_compensate_focal\28portable::Params*\2c\20SkRasterPipelineStage*\2c\20float\2c\20float\2c\20float\2c\20float\29 -7506:portable::alpha_to_red_dst\28portable::Params*\2c\20SkRasterPipelineStage*\2c\20float\2c\20float\2c\20float\2c\20float\29 -7507:portable::alpha_to_red\28portable::Params*\2c\20SkRasterPipelineStage*\2c\20float\2c\20float\2c\20float\2c\20float\29 -7508:portable::alpha_to_gray_dst\28portable::Params*\2c\20SkRasterPipelineStage*\2c\20float\2c\20float\2c\20float\2c\20float\29 -7509:portable::alpha_to_gray\28portable::Params*\2c\20SkRasterPipelineStage*\2c\20float\2c\20float\2c\20float\2c\20float\29 -7510:portable::add_n_ints\28portable::Params*\2c\20SkRasterPipelineStage*\2c\20float\2c\20float\2c\20float\2c\20float\29 -7511:portable::add_n_floats\28portable::Params*\2c\20SkRasterPipelineStage*\2c\20float\2c\20float\2c\20float\2c\20float\29 -7512:portable::add_int\28portable::Params*\2c\20SkRasterPipelineStage*\2c\20float\2c\20float\2c\20float\2c\20float\29 -7513:portable::add_imm_int\28portable::Params*\2c\20SkRasterPipelineStage*\2c\20float\2c\20float\2c\20float\2c\20float\29 -7514:portable::add_imm_float\28portable::Params*\2c\20SkRasterPipelineStage*\2c\20float\2c\20float\2c\20float\2c\20float\29 -7515:portable::add_float\28portable::Params*\2c\20SkRasterPipelineStage*\2c\20float\2c\20float\2c\20float\2c\20float\29 -7516:portable::add_4_ints\28portable::Params*\2c\20SkRasterPipelineStage*\2c\20float\2c\20float\2c\20float\2c\20float\29 -7517:portable::add_4_floats\28portable::Params*\2c\20SkRasterPipelineStage*\2c\20float\2c\20float\2c\20float\2c\20float\29 -7518:portable::add_3_ints\28portable::Params*\2c\20SkRasterPipelineStage*\2c\20float\2c\20float\2c\20float\2c\20float\29 -7519:portable::add_3_floats\28portable::Params*\2c\20SkRasterPipelineStage*\2c\20float\2c\20float\2c\20float\2c\20float\29 -7520:portable::add_2_ints\28portable::Params*\2c\20SkRasterPipelineStage*\2c\20float\2c\20float\2c\20float\2c\20float\29 -7521:portable::add_2_floats\28portable::Params*\2c\20SkRasterPipelineStage*\2c\20float\2c\20float\2c\20float\2c\20float\29 -7522:portable::acos_float\28portable::Params*\2c\20SkRasterPipelineStage*\2c\20float\2c\20float\2c\20float\2c\20float\29 -7523:portable::accumulate\28portable::Params*\2c\20SkRasterPipelineStage*\2c\20float\2c\20float\2c\20float\2c\20float\29 -7524:portable::abs_int\28portable::Params*\2c\20SkRasterPipelineStage*\2c\20float\2c\20float\2c\20float\2c\20float\29 -7525:portable::abs_4_ints\28portable::Params*\2c\20SkRasterPipelineStage*\2c\20float\2c\20float\2c\20float\2c\20float\29 -7526:portable::abs_3_ints\28portable::Params*\2c\20SkRasterPipelineStage*\2c\20float\2c\20float\2c\20float\2c\20float\29 -7527:portable::abs_2_ints\28portable::Params*\2c\20SkRasterPipelineStage*\2c\20float\2c\20float\2c\20float\2c\20float\29 -7528:portable::RGB_to_RGB1\28unsigned\20int*\2c\20unsigned\20char\20const*\2c\20int\29 -7529:portable::RGB_to_BGR1\28unsigned\20int*\2c\20unsigned\20char\20const*\2c\20int\29 -7530:portable::RGBA_to_rgbA\28unsigned\20int*\2c\20unsigned\20int\20const*\2c\20int\29 -7531:portable::RGBA_to_bgrA\28unsigned\20int*\2c\20unsigned\20int\20const*\2c\20int\29 -7532:portable::RGBA_to_BGRA\28unsigned\20int*\2c\20unsigned\20int\20const*\2c\20int\29 -7533:portable::PQish\28portable::Params*\2c\20SkRasterPipelineStage*\2c\20float\2c\20float\2c\20float\2c\20float\29 -7534:portable::HLGish\28portable::Params*\2c\20SkRasterPipelineStage*\2c\20float\2c\20float\2c\20float\2c\20float\29 -7535:portable::HLGinvish\28portable::Params*\2c\20SkRasterPipelineStage*\2c\20float\2c\20float\2c\20float\2c\20float\29 -7536:pop_arg_long_double -7537:png_read_filter_row_up -7538:png_read_filter_row_sub -7539:png_read_filter_row_paeth_multibyte_pixel -7540:png_read_filter_row_paeth_1byte_pixel -7541:png_read_filter_row_avg -7542:pass2_no_dither -7543:pass2_fs_dither -7544:override_features_khmer\28hb_ot_shape_planner_t*\29 -7545:override_features_indic\28hb_ot_shape_planner_t*\29 -7546:override_features_hangul\28hb_ot_shape_planner_t*\29 -7547:output_message -7548:operator\20delete\28void*\2c\20unsigned\20long\29 -7549:null_convert -7550:noop_upsample -7551:non-virtual\20thunk\20to\20std::__2::basic_stringstream\2c\20std::__2::allocator>::~basic_stringstream\28\29_16359 -7552:non-virtual\20thunk\20to\20std::__2::basic_stringstream\2c\20std::__2::allocator>::~basic_stringstream\28\29 -7553:non-virtual\20thunk\20to\20std::__2::basic_iostream>::~basic_iostream\28\29_16278 -7554:non-virtual\20thunk\20to\20std::__2::basic_iostream>::~basic_iostream\28\29 -7555:non-virtual\20thunk\20to\20skif::\28anonymous\20namespace\29::GaneshBackend::~GaneshBackend\28\29_10841 -7556:non-virtual\20thunk\20to\20skif::\28anonymous\20namespace\29::GaneshBackend::~GaneshBackend\28\29_10840 -7557:non-virtual\20thunk\20to\20skif::\28anonymous\20namespace\29::GaneshBackend::~GaneshBackend\28\29_10838 -7558:non-virtual\20thunk\20to\20skif::\28anonymous\20namespace\29::GaneshBackend::~GaneshBackend\28\29 -7559:non-virtual\20thunk\20to\20skif::\28anonymous\20namespace\29::GaneshBackend::makeDevice\28SkImageInfo\20const&\29\20const -7560:non-virtual\20thunk\20to\20skif::\28anonymous\20namespace\29::GaneshBackend::findAlgorithm\28SkSize\2c\20SkColorType\29\20const -7561:non-virtual\20thunk\20to\20skgpu::ganesh::SmallPathAtlasMgr::~SmallPathAtlasMgr\28\29_11681 -7562:non-virtual\20thunk\20to\20skgpu::ganesh::SmallPathAtlasMgr::~SmallPathAtlasMgr\28\29 -7563:non-virtual\20thunk\20to\20skgpu::ganesh::SmallPathAtlasMgr::evict\28skgpu::PlotLocator\29 -7564:non-virtual\20thunk\20to\20skgpu::ganesh::AtlasPathRenderer::~AtlasPathRenderer\28\29_11011 -7565:non-virtual\20thunk\20to\20skgpu::ganesh::AtlasPathRenderer::~AtlasPathRenderer\28\29 -7566:non-virtual\20thunk\20to\20skgpu::ganesh::AtlasPathRenderer::preFlush\28GrOnFlushResourceProvider*\29 -7567:non-virtual\20thunk\20to\20GrTextureRenderTargetProxy::~GrTextureRenderTargetProxy\28\29_9986 -7568:non-virtual\20thunk\20to\20GrTextureRenderTargetProxy::~GrTextureRenderTargetProxy\28\29 -7569:non-virtual\20thunk\20to\20GrTextureRenderTargetProxy::onUninstantiatedGpuMemorySize\28\29\20const -7570:non-virtual\20thunk\20to\20GrTextureRenderTargetProxy::instantiate\28GrResourceProvider*\29 -7571:non-virtual\20thunk\20to\20GrTextureRenderTargetProxy::createSurface\28GrResourceProvider*\29\20const -7572:non-virtual\20thunk\20to\20GrTextureRenderTargetProxy::callbackDesc\28\29\20const -7573:non-virtual\20thunk\20to\20GrOpFlushState::~GrOpFlushState\28\29_9513 -7574:non-virtual\20thunk\20to\20GrOpFlushState::~GrOpFlushState\28\29 -7575:non-virtual\20thunk\20to\20GrOpFlushState::writeView\28\29\20const -7576:non-virtual\20thunk\20to\20GrOpFlushState::usesMSAASurface\28\29\20const -7577:non-virtual\20thunk\20to\20GrOpFlushState::threadSafeCache\28\29\20const -7578:non-virtual\20thunk\20to\20GrOpFlushState::strikeCache\28\29\20const -7579:non-virtual\20thunk\20to\20GrOpFlushState::smallPathAtlasManager\28\29\20const -7580:non-virtual\20thunk\20to\20GrOpFlushState::sampledProxyArray\28\29 -7581:non-virtual\20thunk\20to\20GrOpFlushState::rtProxy\28\29\20const -7582:non-virtual\20thunk\20to\20GrOpFlushState::resourceProvider\28\29\20const -7583:non-virtual\20thunk\20to\20GrOpFlushState::renderPassBarriers\28\29\20const -7584:non-virtual\20thunk\20to\20GrOpFlushState::recordDraw\28GrGeometryProcessor\20const*\2c\20GrSimpleMesh\20const*\2c\20int\2c\20GrSurfaceProxy\20const*\20const*\2c\20GrPrimitiveType\29 -7585:non-virtual\20thunk\20to\20GrOpFlushState::putBackVertices\28int\2c\20unsigned\20long\29 -7586:non-virtual\20thunk\20to\20GrOpFlushState::putBackIndirectDraws\28int\29 -7587:non-virtual\20thunk\20to\20GrOpFlushState::putBackIndices\28int\29 -7588:non-virtual\20thunk\20to\20GrOpFlushState::putBackIndexedIndirectDraws\28int\29 -7589:non-virtual\20thunk\20to\20GrOpFlushState::makeVertexSpace\28unsigned\20long\2c\20int\2c\20sk_sp*\2c\20int*\29 -7590:non-virtual\20thunk\20to\20GrOpFlushState::makeVertexSpaceAtLeast\28unsigned\20long\2c\20int\2c\20int\2c\20sk_sp*\2c\20int*\2c\20int*\29 -7591:non-virtual\20thunk\20to\20GrOpFlushState::makeIndexSpace\28int\2c\20sk_sp*\2c\20int*\29 -7592:non-virtual\20thunk\20to\20GrOpFlushState::makeIndexSpaceAtLeast\28int\2c\20int\2c\20sk_sp*\2c\20int*\2c\20int*\29 -7593:non-virtual\20thunk\20to\20GrOpFlushState::makeDrawIndirectSpace\28int\2c\20sk_sp*\2c\20unsigned\20long*\29 -7594:non-virtual\20thunk\20to\20GrOpFlushState::makeDrawIndexedIndirectSpace\28int\2c\20sk_sp*\2c\20unsigned\20long*\29 -7595:non-virtual\20thunk\20to\20GrOpFlushState::dstProxyView\28\29\20const -7596:non-virtual\20thunk\20to\20GrOpFlushState::detachAppliedClip\28\29 -7597:non-virtual\20thunk\20to\20GrOpFlushState::deferredUploadTarget\28\29 -7598:non-virtual\20thunk\20to\20GrOpFlushState::colorLoadOp\28\29\20const -7599:non-virtual\20thunk\20to\20GrOpFlushState::caps\28\29\20const -7600:non-virtual\20thunk\20to\20GrOpFlushState::atlasManager\28\29\20const -7601:non-virtual\20thunk\20to\20GrOpFlushState::appliedClip\28\29\20const -7602:non-virtual\20thunk\20to\20GrGpuBuffer::~GrGpuBuffer\28\29 -7603:non-virtual\20thunk\20to\20GrGpuBuffer::unref\28\29\20const -7604:non-virtual\20thunk\20to\20GrGpuBuffer::ref\28\29\20const -7605:non-virtual\20thunk\20to\20GrGLTextureRenderTarget::~GrGLTextureRenderTarget\28\29_12450 -7606:non-virtual\20thunk\20to\20GrGLTextureRenderTarget::~GrGLTextureRenderTarget\28\29 -7607:non-virtual\20thunk\20to\20GrGLTextureRenderTarget::onSetLabel\28\29 -7608:non-virtual\20thunk\20to\20GrGLTextureRenderTarget::onRelease\28\29 -7609:non-virtual\20thunk\20to\20GrGLTextureRenderTarget::onGpuMemorySize\28\29\20const -7610:non-virtual\20thunk\20to\20GrGLTextureRenderTarget::onAbandon\28\29 -7611:non-virtual\20thunk\20to\20GrGLTextureRenderTarget::dumpMemoryStatistics\28SkTraceMemoryDump*\29\20const -7612:non-virtual\20thunk\20to\20GrGLTextureRenderTarget::backendFormat\28\29\20const -7613:non-virtual\20thunk\20to\20GrGLSLFragmentShaderBuilder::~GrGLSLFragmentShaderBuilder\28\29_10731 -7614:non-virtual\20thunk\20to\20GrGLSLFragmentShaderBuilder::~GrGLSLFragmentShaderBuilder\28\29 -7615:non-virtual\20thunk\20to\20GrGLSLFragmentShaderBuilder::hasSecondaryOutput\28\29\20const -7616:non-virtual\20thunk\20to\20GrGLSLFragmentShaderBuilder::enableAdvancedBlendEquationIfNeeded\28skgpu::BlendEquation\29 -7617:non-virtual\20thunk\20to\20GrGLSLFragmentShaderBuilder::dstColor\28\29 -7618:non-virtual\20thunk\20to\20GrGLBuffer::~GrGLBuffer\28\29_12091 -7619:non-virtual\20thunk\20to\20GrGLBuffer::~GrGLBuffer\28\29 -7620:new_color_map_2_quant -7621:new_color_map_1_quant -7622:merged_2v_upsample -7623:merged_1v_upsample -7624:lin_srgb_to_oklab\28SkRGBA4f<\28SkAlphaType\292>\2c\20bool*\29 -7625:lin_srgb_to_okhcl\28SkRGBA4f<\28SkAlphaType\292>\2c\20bool*\29 -7626:legalstub$dynCall_vijiii -7627:legalstub$dynCall_viji -7628:legalstub$dynCall_vij -7629:legalstub$dynCall_viijii -7630:legalstub$dynCall_viiiiij -7631:legalstub$dynCall_jiji -7632:legalstub$dynCall_jiiiiji -7633:legalstub$dynCall_jiiiiii -7634:legalstub$dynCall_jii -7635:legalstub$dynCall_ji -7636:legalstub$dynCall_iijj -7637:legalstub$dynCall_iiiiijj -7638:legalstub$dynCall_iiiiij -7639:legalstub$dynCall_iiiiiijj -7640:lcd_to_a8\28unsigned\20char*\2c\20unsigned\20char\20const*\2c\20int\29 -7641:jpeg_start_output -7642:jpeg_start_decompress -7643:jpeg_skip_scanlines -7644:jpeg_save_markers -7645:jpeg_resync_to_restart -7646:jpeg_read_scanlines -7647:jpeg_read_raw_data -7648:jpeg_read_header -7649:jpeg_input_complete -7650:jpeg_idct_islow -7651:jpeg_idct_ifast -7652:jpeg_idct_float -7653:jpeg_idct_9x9 -7654:jpeg_idct_7x7 -7655:jpeg_idct_6x6 -7656:jpeg_idct_5x5 -7657:jpeg_idct_4x4 -7658:jpeg_idct_3x3 -7659:jpeg_idct_2x2 -7660:jpeg_idct_1x1 -7661:jpeg_idct_16x16 -7662:jpeg_idct_15x15 -7663:jpeg_idct_14x14 -7664:jpeg_idct_13x13 -7665:jpeg_idct_12x12 -7666:jpeg_idct_11x11 -7667:jpeg_idct_10x10 -7668:jpeg_finish_output -7669:jpeg_destroy_decompress -7670:jpeg_crop_scanline -7671:is_deleted_glyph\28hb_glyph_info_t\20const*\29 -7672:internal_memalign -7673:int_upsample -7674:initial_reordering_indic\28hb_ot_shape_plan_t\20const*\2c\20hb_font_t*\2c\20hb_buffer_t*\29 -7675:hit_compare_y\28SkOpRayHit\20const*\2c\20SkOpRayHit\20const*\29 -7676:hit_compare_x\28SkOpRayHit\20const*\2c\20SkOpRayHit\20const*\29 -7677:hb_unicode_script_nil\28hb_unicode_funcs_t*\2c\20unsigned\20int\2c\20void*\29 -7678:hb_unicode_general_category_nil\28hb_unicode_funcs_t*\2c\20unsigned\20int\2c\20void*\29 -7679:hb_ucd_script\28hb_unicode_funcs_t*\2c\20unsigned\20int\2c\20void*\29 -7680:hb_ucd_mirroring\28hb_unicode_funcs_t*\2c\20unsigned\20int\2c\20void*\29 -7681:hb_ucd_general_category\28hb_unicode_funcs_t*\2c\20unsigned\20int\2c\20void*\29 -7682:hb_ucd_decompose\28hb_unicode_funcs_t*\2c\20unsigned\20int\2c\20unsigned\20int*\2c\20unsigned\20int*\2c\20void*\29 -7683:hb_ucd_compose\28hb_unicode_funcs_t*\2c\20unsigned\20int\2c\20unsigned\20int\2c\20unsigned\20int*\2c\20void*\29 -7684:hb_ucd_combining_class\28hb_unicode_funcs_t*\2c\20unsigned\20int\2c\20void*\29 -7685:hb_syllabic_clear_var\28hb_ot_shape_plan_t\20const*\2c\20hb_font_t*\2c\20hb_buffer_t*\29 -7686:hb_paint_sweep_gradient_nil\28hb_paint_funcs_t*\2c\20void*\2c\20hb_color_line_t*\2c\20float\2c\20float\2c\20float\2c\20float\2c\20void*\29 -7687:hb_paint_push_transform_nil\28hb_paint_funcs_t*\2c\20void*\2c\20float\2c\20float\2c\20float\2c\20float\2c\20float\2c\20float\2c\20void*\29 -7688:hb_paint_push_clip_rectangle_nil\28hb_paint_funcs_t*\2c\20void*\2c\20float\2c\20float\2c\20float\2c\20float\2c\20void*\29 -7689:hb_paint_image_nil\28hb_paint_funcs_t*\2c\20void*\2c\20hb_blob_t*\2c\20unsigned\20int\2c\20unsigned\20int\2c\20unsigned\20int\2c\20float\2c\20hb_glyph_extents_t*\2c\20void*\29 -7690:hb_paint_extents_push_transform\28hb_paint_funcs_t*\2c\20void*\2c\20float\2c\20float\2c\20float\2c\20float\2c\20float\2c\20float\2c\20void*\29 -7691:hb_paint_extents_push_group\28hb_paint_funcs_t*\2c\20void*\2c\20void*\29 -7692:hb_paint_extents_push_clip_rectangle\28hb_paint_funcs_t*\2c\20void*\2c\20float\2c\20float\2c\20float\2c\20float\2c\20void*\29 -7693:hb_paint_extents_push_clip_glyph\28hb_paint_funcs_t*\2c\20void*\2c\20unsigned\20int\2c\20hb_font_t*\2c\20void*\29 -7694:hb_paint_extents_pop_transform\28hb_paint_funcs_t*\2c\20void*\2c\20void*\29 -7695:hb_paint_extents_pop_group\28hb_paint_funcs_t*\2c\20void*\2c\20hb_paint_composite_mode_t\2c\20void*\29 -7696:hb_paint_extents_pop_clip\28hb_paint_funcs_t*\2c\20void*\2c\20void*\29 -7697:hb_paint_extents_paint_sweep_gradient\28hb_paint_funcs_t*\2c\20void*\2c\20hb_color_line_t*\2c\20float\2c\20float\2c\20float\2c\20float\2c\20void*\29 -7698:hb_paint_extents_paint_image\28hb_paint_funcs_t*\2c\20void*\2c\20hb_blob_t*\2c\20unsigned\20int\2c\20unsigned\20int\2c\20unsigned\20int\2c\20float\2c\20hb_glyph_extents_t*\2c\20void*\29 -7699:hb_paint_extents_paint_color\28hb_paint_funcs_t*\2c\20void*\2c\20int\2c\20unsigned\20int\2c\20void*\29 -7700:hb_outline_recording_pen_quadratic_to\28hb_draw_funcs_t*\2c\20void*\2c\20hb_draw_state_t*\2c\20float\2c\20float\2c\20float\2c\20float\2c\20void*\29 -7701:hb_outline_recording_pen_move_to\28hb_draw_funcs_t*\2c\20void*\2c\20hb_draw_state_t*\2c\20float\2c\20float\2c\20void*\29 -7702:hb_outline_recording_pen_line_to\28hb_draw_funcs_t*\2c\20void*\2c\20hb_draw_state_t*\2c\20float\2c\20float\2c\20void*\29 -7703:hb_outline_recording_pen_cubic_to\28hb_draw_funcs_t*\2c\20void*\2c\20hb_draw_state_t*\2c\20float\2c\20float\2c\20float\2c\20float\2c\20float\2c\20float\2c\20void*\29 -7704:hb_outline_recording_pen_close_path\28hb_draw_funcs_t*\2c\20void*\2c\20hb_draw_state_t*\2c\20void*\29 -7705:hb_ot_shape_normalize_context_t::decompose_unicode\28hb_ot_shape_normalize_context_t\20const*\2c\20unsigned\20int\2c\20unsigned\20int*\2c\20unsigned\20int*\29 -7706:hb_ot_shape_normalize_context_t::compose_unicode\28hb_ot_shape_normalize_context_t\20const*\2c\20unsigned\20int\2c\20unsigned\20int\2c\20unsigned\20int*\29 -7707:hb_ot_paint_glyph\28hb_font_t*\2c\20void*\2c\20unsigned\20int\2c\20hb_paint_funcs_t*\2c\20void*\2c\20unsigned\20int\2c\20unsigned\20int\2c\20void*\29 -7708:hb_ot_map_t::lookup_map_t::cmp\28void\20const*\2c\20void\20const*\29 -7709:hb_ot_map_t::feature_map_t::cmp\28void\20const*\2c\20void\20const*\29 -7710:hb_ot_map_builder_t::feature_info_t::cmp\28void\20const*\2c\20void\20const*\29 -7711:hb_ot_get_variation_glyph\28hb_font_t*\2c\20void*\2c\20unsigned\20int\2c\20unsigned\20int\2c\20unsigned\20int*\2c\20void*\29 -7712:hb_ot_get_nominal_glyphs\28hb_font_t*\2c\20void*\2c\20unsigned\20int\2c\20unsigned\20int\20const*\2c\20unsigned\20int\2c\20unsigned\20int*\2c\20unsigned\20int\2c\20void*\29 -7713:hb_ot_get_nominal_glyph\28hb_font_t*\2c\20void*\2c\20unsigned\20int\2c\20unsigned\20int*\2c\20void*\29 -7714:hb_ot_get_glyph_v_origin\28hb_font_t*\2c\20void*\2c\20unsigned\20int\2c\20int*\2c\20int*\2c\20void*\29 -7715:hb_ot_get_glyph_v_advances\28hb_font_t*\2c\20void*\2c\20unsigned\20int\2c\20unsigned\20int\20const*\2c\20unsigned\20int\2c\20int*\2c\20unsigned\20int\2c\20void*\29 -7716:hb_ot_get_glyph_name\28hb_font_t*\2c\20void*\2c\20unsigned\20int\2c\20char*\2c\20unsigned\20int\2c\20void*\29 -7717:hb_ot_get_glyph_h_advances\28hb_font_t*\2c\20void*\2c\20unsigned\20int\2c\20unsigned\20int\20const*\2c\20unsigned\20int\2c\20int*\2c\20unsigned\20int\2c\20void*\29 -7718:hb_ot_get_glyph_from_name\28hb_font_t*\2c\20void*\2c\20char\20const*\2c\20int\2c\20unsigned\20int*\2c\20void*\29 -7719:hb_ot_get_glyph_extents\28hb_font_t*\2c\20void*\2c\20unsigned\20int\2c\20hb_glyph_extents_t*\2c\20void*\29 -7720:hb_ot_get_font_v_extents\28hb_font_t*\2c\20void*\2c\20hb_font_extents_t*\2c\20void*\29 -7721:hb_ot_get_font_h_extents\28hb_font_t*\2c\20void*\2c\20hb_font_extents_t*\2c\20void*\29 -7722:hb_ot_draw_glyph\28hb_font_t*\2c\20void*\2c\20unsigned\20int\2c\20hb_draw_funcs_t*\2c\20void*\2c\20void*\29 -7723:hb_font_paint_glyph_default\28hb_font_t*\2c\20void*\2c\20unsigned\20int\2c\20hb_paint_funcs_t*\2c\20void*\2c\20unsigned\20int\2c\20unsigned\20int\2c\20void*\29 -7724:hb_font_get_variation_glyph_default\28hb_font_t*\2c\20void*\2c\20unsigned\20int\2c\20unsigned\20int\2c\20unsigned\20int*\2c\20void*\29 -7725:hb_font_get_nominal_glyphs_default\28hb_font_t*\2c\20void*\2c\20unsigned\20int\2c\20unsigned\20int\20const*\2c\20unsigned\20int\2c\20unsigned\20int*\2c\20unsigned\20int\2c\20void*\29 -7726:hb_font_get_nominal_glyph_nil\28hb_font_t*\2c\20void*\2c\20unsigned\20int\2c\20unsigned\20int*\2c\20void*\29 -7727:hb_font_get_nominal_glyph_default\28hb_font_t*\2c\20void*\2c\20unsigned\20int\2c\20unsigned\20int*\2c\20void*\29 -7728:hb_font_get_glyph_v_origin_nil\28hb_font_t*\2c\20void*\2c\20unsigned\20int\2c\20int*\2c\20int*\2c\20void*\29 -7729:hb_font_get_glyph_v_origin_default\28hb_font_t*\2c\20void*\2c\20unsigned\20int\2c\20int*\2c\20int*\2c\20void*\29 -7730:hb_font_get_glyph_v_kerning_default\28hb_font_t*\2c\20void*\2c\20unsigned\20int\2c\20unsigned\20int\2c\20void*\29 -7731:hb_font_get_glyph_v_advances_default\28hb_font_t*\2c\20void*\2c\20unsigned\20int\2c\20unsigned\20int\20const*\2c\20unsigned\20int\2c\20int*\2c\20unsigned\20int\2c\20void*\29 -7732:hb_font_get_glyph_v_advance_nil\28hb_font_t*\2c\20void*\2c\20unsigned\20int\2c\20void*\29 -7733:hb_font_get_glyph_v_advance_default\28hb_font_t*\2c\20void*\2c\20unsigned\20int\2c\20void*\29 -7734:hb_font_get_glyph_name_nil\28hb_font_t*\2c\20void*\2c\20unsigned\20int\2c\20char*\2c\20unsigned\20int\2c\20void*\29 -7735:hb_font_get_glyph_name_default\28hb_font_t*\2c\20void*\2c\20unsigned\20int\2c\20char*\2c\20unsigned\20int\2c\20void*\29 -7736:hb_font_get_glyph_h_origin_nil\28hb_font_t*\2c\20void*\2c\20unsigned\20int\2c\20int*\2c\20int*\2c\20void*\29 -7737:hb_font_get_glyph_h_origin_default\28hb_font_t*\2c\20void*\2c\20unsigned\20int\2c\20int*\2c\20int*\2c\20void*\29 -7738:hb_font_get_glyph_h_kerning_default\28hb_font_t*\2c\20void*\2c\20unsigned\20int\2c\20unsigned\20int\2c\20void*\29 -7739:hb_font_get_glyph_h_advances_default\28hb_font_t*\2c\20void*\2c\20unsigned\20int\2c\20unsigned\20int\20const*\2c\20unsigned\20int\2c\20int*\2c\20unsigned\20int\2c\20void*\29 -7740:hb_font_get_glyph_h_advance_nil\28hb_font_t*\2c\20void*\2c\20unsigned\20int\2c\20void*\29 -7741:hb_font_get_glyph_h_advance_default\28hb_font_t*\2c\20void*\2c\20unsigned\20int\2c\20void*\29 -7742:hb_font_get_glyph_from_name_default\28hb_font_t*\2c\20void*\2c\20char\20const*\2c\20int\2c\20unsigned\20int*\2c\20void*\29 -7743:hb_font_get_glyph_extents_nil\28hb_font_t*\2c\20void*\2c\20unsigned\20int\2c\20hb_glyph_extents_t*\2c\20void*\29 -7744:hb_font_get_glyph_extents_default\28hb_font_t*\2c\20void*\2c\20unsigned\20int\2c\20hb_glyph_extents_t*\2c\20void*\29 -7745:hb_font_get_glyph_contour_point_nil\28hb_font_t*\2c\20void*\2c\20unsigned\20int\2c\20unsigned\20int\2c\20int*\2c\20int*\2c\20void*\29 -7746:hb_font_get_glyph_contour_point_default\28hb_font_t*\2c\20void*\2c\20unsigned\20int\2c\20unsigned\20int\2c\20int*\2c\20int*\2c\20void*\29 -7747:hb_font_get_font_v_extents_default\28hb_font_t*\2c\20void*\2c\20hb_font_extents_t*\2c\20void*\29 -7748:hb_font_get_font_h_extents_default\28hb_font_t*\2c\20void*\2c\20hb_font_extents_t*\2c\20void*\29 -7749:hb_font_draw_glyph_default\28hb_font_t*\2c\20void*\2c\20unsigned\20int\2c\20hb_draw_funcs_t*\2c\20void*\2c\20void*\29 -7750:hb_draw_quadratic_to_nil\28hb_draw_funcs_t*\2c\20void*\2c\20hb_draw_state_t*\2c\20float\2c\20float\2c\20float\2c\20float\2c\20void*\29 -7751:hb_draw_quadratic_to_default\28hb_draw_funcs_t*\2c\20void*\2c\20hb_draw_state_t*\2c\20float\2c\20float\2c\20float\2c\20float\2c\20void*\29 -7752:hb_draw_move_to_default\28hb_draw_funcs_t*\2c\20void*\2c\20hb_draw_state_t*\2c\20float\2c\20float\2c\20void*\29 -7753:hb_draw_line_to_default\28hb_draw_funcs_t*\2c\20void*\2c\20hb_draw_state_t*\2c\20float\2c\20float\2c\20void*\29 -7754:hb_draw_extents_quadratic_to\28hb_draw_funcs_t*\2c\20void*\2c\20hb_draw_state_t*\2c\20float\2c\20float\2c\20float\2c\20float\2c\20void*\29 -7755:hb_draw_extents_cubic_to\28hb_draw_funcs_t*\2c\20void*\2c\20hb_draw_state_t*\2c\20float\2c\20float\2c\20float\2c\20float\2c\20float\2c\20float\2c\20void*\29 -7756:hb_draw_cubic_to_default\28hb_draw_funcs_t*\2c\20void*\2c\20hb_draw_state_t*\2c\20float\2c\20float\2c\20float\2c\20float\2c\20float\2c\20float\2c\20void*\29 -7757:hb_draw_close_path_default\28hb_draw_funcs_t*\2c\20void*\2c\20hb_draw_state_t*\2c\20void*\29 -7758:hb_blob_t*\20hb_sanitize_context_t::sanitize_blob\28hb_blob_t*\29 -7759:hb_aat_map_builder_t::feature_info_t::cmp\28void\20const*\2c\20void\20const*\29 -7760:hb_aat_map_builder_t::feature_event_t::cmp\28void\20const*\2c\20void\20const*\29 -7761:h2v2_upsample -7762:h2v2_merged_upsample_565D -7763:h2v2_merged_upsample_565 -7764:h2v2_merged_upsample -7765:h2v2_fancy_upsample -7766:h2v1_upsample -7767:h2v1_merged_upsample_565D -7768:h2v1_merged_upsample_565 -7769:h2v1_merged_upsample -7770:h2v1_fancy_upsample -7771:grayscale_convert -7772:gray_rgb_convert -7773:gray_rgb565_convert -7774:gray_rgb565D_convert -7775:gray_raster_render -7776:gray_raster_new -7777:gray_raster_done -7778:gray_move_to -7779:gray_line_to -7780:gray_cubic_to -7781:gray_conic_to -7782:get_sk_marker_list\28jpeg_decompress_struct*\29 -7783:get_sfnt_table -7784:get_interesting_appn -7785:fullsize_upsample -7786:ft_smooth_transform -7787:ft_smooth_set_mode -7788:ft_smooth_render -7789:ft_smooth_overlap_spans -7790:ft_smooth_lcd_spans -7791:ft_smooth_init -7792:ft_smooth_get_cbox -7793:ft_gzip_free -7794:ft_gzip_alloc -7795:ft_ansi_stream_io -7796:ft_ansi_stream_close -7797:fquad_dxdy_at_t\28SkPoint\20const*\2c\20float\2c\20double\29 -7798:format_message -7799:fmt_fp -7800:fline_dxdy_at_t\28SkPoint\20const*\2c\20float\2c\20double\29 -7801:first_axis_intersection\28double\20const*\2c\20bool\2c\20double\2c\20double*\29 -7802:finish_pass1 -7803:finish_output_pass -7804:finish_input_pass -7805:final_reordering_indic\28hb_ot_shape_plan_t\20const*\2c\20hb_font_t*\2c\20hb_buffer_t*\29 -7806:fcubic_dxdy_at_t\28SkPoint\20const*\2c\20float\2c\20double\29 -7807:fconic_dxdy_at_t\28SkPoint\20const*\2c\20float\2c\20double\29 -7808:fast_swizzle_rgba_to_rgba_premul\28void*\2c\20unsigned\20char\20const*\2c\20int\2c\20int\2c\20int\2c\20int\2c\20unsigned\20int\20const*\29 -7809:fast_swizzle_rgba_to_bgra_unpremul\28void*\2c\20unsigned\20char\20const*\2c\20int\2c\20int\2c\20int\2c\20int\2c\20unsigned\20int\20const*\29 -7810:fast_swizzle_rgba_to_bgra_premul\28void*\2c\20unsigned\20char\20const*\2c\20int\2c\20int\2c\20int\2c\20int\2c\20unsigned\20int\20const*\29 -7811:fast_swizzle_rgb_to_rgba\28void*\2c\20unsigned\20char\20const*\2c\20int\2c\20int\2c\20int\2c\20int\2c\20unsigned\20int\20const*\29 -7812:fast_swizzle_rgb_to_bgra\28void*\2c\20unsigned\20char\20const*\2c\20int\2c\20int\2c\20int\2c\20int\2c\20unsigned\20int\20const*\29 -7813:fast_swizzle_grayalpha_to_n32_unpremul\28void*\2c\20unsigned\20char\20const*\2c\20int\2c\20int\2c\20int\2c\20int\2c\20unsigned\20int\20const*\29 -7814:fast_swizzle_grayalpha_to_n32_premul\28void*\2c\20unsigned\20char\20const*\2c\20int\2c\20int\2c\20int\2c\20int\2c\20unsigned\20int\20const*\29 -7815:fast_swizzle_gray_to_n32\28void*\2c\20unsigned\20char\20const*\2c\20int\2c\20int\2c\20int\2c\20int\2c\20unsigned\20int\20const*\29 -7816:fast_swizzle_cmyk_to_rgba\28void*\2c\20unsigned\20char\20const*\2c\20int\2c\20int\2c\20int\2c\20int\2c\20unsigned\20int\20const*\29 -7817:fast_swizzle_cmyk_to_bgra\28void*\2c\20unsigned\20char\20const*\2c\20int\2c\20int\2c\20int\2c\20int\2c\20unsigned\20int\20const*\29 -7818:error_exit -7819:error_callback -7820:emscripten_stack_get_current -7821:emscripten::internal::MethodInvoker\20const&\2c\20float\2c\20float\2c\20SkPaint\20const&\29\2c\20void\2c\20SkCanvas*\2c\20sk_sp\20const&\2c\20float\2c\20float\2c\20SkPaint\20const&>::invoke\28void\20\28SkCanvas::*\20const&\29\28sk_sp\20const&\2c\20float\2c\20float\2c\20SkPaint\20const&\29\2c\20SkCanvas*\2c\20sk_sp*\2c\20float\2c\20float\2c\20SkPaint*\29 -7822:emscripten::internal::MethodInvoker::invoke\28void\20\28SkCanvas::*\20const&\29\28float\2c\20float\2c\20float\2c\20float\2c\20SkPaint\20const&\29\2c\20SkCanvas*\2c\20float\2c\20float\2c\20float\2c\20float\2c\20SkPaint*\29 -7823:emscripten::internal::MethodInvoker::invoke\28void\20\28SkCanvas::*\20const&\29\28float\2c\20float\2c\20float\2c\20SkPaint\20const&\29\2c\20SkCanvas*\2c\20float\2c\20float\2c\20float\2c\20SkPaint*\29 -7824:emscripten::internal::MethodInvoker::invoke\28void\20\28SkCanvas::*\20const&\29\28float\2c\20float\2c\20float\29\2c\20SkCanvas*\2c\20float\2c\20float\2c\20float\29 -7825:emscripten::internal::MethodInvoker::invoke\28void\20\28SkCanvas::*\20const&\29\28float\2c\20float\29\2c\20SkCanvas*\2c\20float\2c\20float\29 -7826:emscripten::internal::MethodInvoker::invoke\28void\20\28SkCanvas::*\20const&\29\28SkPath\20const&\2c\20SkPaint\20const&\29\2c\20SkCanvas*\2c\20SkPath*\2c\20SkPaint*\29 -7827:emscripten::internal::MethodInvoker\20\28skia::textlayout::Paragraph::*\29\28unsigned\20int\29\2c\20skia::textlayout::SkRange\2c\20skia::textlayout::Paragraph*\2c\20unsigned\20int>::invoke\28skia::textlayout::SkRange\20\28skia::textlayout::Paragraph::*\20const&\29\28unsigned\20int\29\2c\20skia::textlayout::Paragraph*\2c\20unsigned\20int\29 -7828:emscripten::internal::MethodInvoker::invoke\28skia::textlayout::PositionWithAffinity\20\28skia::textlayout::Paragraph::*\20const&\29\28float\2c\20float\29\2c\20skia::textlayout::Paragraph*\2c\20float\2c\20float\29 -7829:emscripten::internal::MethodInvoker\20\28SkVertices::Builder::*\29\28\29\2c\20sk_sp\2c\20SkVertices::Builder*>::invoke\28sk_sp\20\28SkVertices::Builder::*\20const&\29\28\29\2c\20SkVertices::Builder*\29 -7830:emscripten::internal::MethodInvoker::invoke\28int\20\28skia::textlayout::Paragraph::*\20const&\29\28unsigned\20long\29\20const\2c\20skia::textlayout::Paragraph\20const*\2c\20unsigned\20long\29 -7831:emscripten::internal::MethodInvoker::invoke\28bool\20\28SkPath::*\20const&\29\28float\2c\20float\29\20const\2c\20SkPath\20const*\2c\20float\2c\20float\29 -7832:emscripten::internal::MethodInvoker::invoke\28SkPath&\20\28SkPath::*\20const&\29\28bool\29\2c\20SkPath*\2c\20bool\29 -7833:emscripten::internal::Invoker::invoke\28SkVertices::Builder*\20\28*\29\28SkVertices::VertexMode&&\2c\20int&&\2c\20int&&\2c\20unsigned\20int&&\29\2c\20SkVertices::VertexMode\2c\20int\2c\20int\2c\20unsigned\20int\29 -7834:emscripten::internal::Invoker&&\2c\20float&&\2c\20float&&\2c\20float&&>::invoke\28SkFont*\20\28*\29\28sk_sp&&\2c\20float&&\2c\20float&&\2c\20float&&\29\2c\20sk_sp*\2c\20float\2c\20float\2c\20float\29 -7835:emscripten::internal::Invoker&&\2c\20float&&>::invoke\28SkFont*\20\28*\29\28sk_sp&&\2c\20float&&\29\2c\20sk_sp*\2c\20float\29 -7836:emscripten::internal::Invoker&&>::invoke\28SkFont*\20\28*\29\28sk_sp&&\29\2c\20sk_sp*\29 -7837:emscripten::internal::Invoker::invoke\28SkContourMeasureIter*\20\28*\29\28SkPath\20const&\2c\20bool&&\2c\20float&&\29\2c\20SkPath*\2c\20bool\2c\20float\29 -7838:emscripten::internal::Invoker::invoke\28SkCanvas*\20\28*\29\28float&&\2c\20float&&\29\2c\20float\2c\20float\29 -7839:emscripten::internal::Invoker::invoke\28void\20\28*\29\28unsigned\20long\2c\20unsigned\20long\29\2c\20unsigned\20long\2c\20unsigned\20long\29 -7840:emscripten::internal::Invoker::invoke\28void\20\28*\29\28emscripten::val\29\2c\20emscripten::_EM_VAL*\29 -7841:emscripten::internal::Invoker::invoke\28unsigned\20long\20\28*\29\28unsigned\20long\29\2c\20unsigned\20long\29 -7842:emscripten::internal::Invoker\2c\20unsigned\20long\2c\20unsigned\20long\2c\20unsigned\20long\2c\20SkFont\20const&>::invoke\28sk_sp\20\28*\29\28unsigned\20long\2c\20unsigned\20long\2c\20unsigned\20long\2c\20SkFont\20const&\29\2c\20unsigned\20long\2c\20unsigned\20long\2c\20unsigned\20long\2c\20SkFont*\29 -7843:emscripten::internal::Invoker\2c\20unsigned\20long\2c\20unsigned\20long\2c\20SkFont\20const&>::invoke\28sk_sp\20\28*\29\28unsigned\20long\2c\20unsigned\20long\2c\20SkFont\20const&\29\2c\20unsigned\20long\2c\20unsigned\20long\2c\20SkFont*\29 -7844:emscripten::internal::Invoker\2c\20sk_sp\2c\20int\2c\20int\2c\20sk_sp\2c\20int\2c\20int>::invoke\28sk_sp\20\28*\29\28sk_sp\2c\20int\2c\20int\2c\20sk_sp\2c\20int\2c\20int\29\2c\20sk_sp*\2c\20int\2c\20int\2c\20sk_sp*\2c\20int\2c\20int\29 -7845:emscripten::internal::Invoker\2c\20sk_sp\2c\20int\2c\20int\2c\20sk_sp>::invoke\28sk_sp\20\28*\29\28sk_sp\2c\20int\2c\20int\2c\20sk_sp\29\2c\20sk_sp*\2c\20int\2c\20int\2c\20sk_sp*\29 -7846:emscripten::internal::Invoker\2c\20sk_sp\2c\20int\2c\20int>::invoke\28sk_sp\20\28*\29\28sk_sp\2c\20int\2c\20int\29\2c\20sk_sp*\2c\20int\2c\20int\29 -7847:emscripten::internal::Invoker\2c\20sk_sp\2c\20SimpleImageInfo>::invoke\28sk_sp\20\28*\29\28sk_sp\2c\20SimpleImageInfo\29\2c\20sk_sp*\2c\20SimpleImageInfo*\29 -7848:emscripten::internal::Invoker\2c\20SimpleImageInfo\2c\20unsigned\20long\2c\20unsigned\20long>::invoke\28sk_sp\20\28*\29\28SimpleImageInfo\2c\20unsigned\20long\2c\20unsigned\20long\29\2c\20SimpleImageInfo*\2c\20unsigned\20long\2c\20unsigned\20long\29 -7849:emscripten::internal::Invoker\2c\20unsigned\20long\2c\20unsigned\20long\2c\20SkColorType\2c\20unsigned\20long\2c\20int\2c\20SkTileMode\2c\20unsigned\20int\2c\20unsigned\20long\2c\20sk_sp>::invoke\28sk_sp\20\28*\29\28unsigned\20long\2c\20unsigned\20long\2c\20SkColorType\2c\20unsigned\20long\2c\20int\2c\20SkTileMode\2c\20unsigned\20int\2c\20unsigned\20long\2c\20sk_sp\29\2c\20unsigned\20long\2c\20unsigned\20long\2c\20SkColorType\2c\20unsigned\20long\2c\20int\2c\20SkTileMode\2c\20unsigned\20int\2c\20unsigned\20long\2c\20sk_sp*\29 -7850:emscripten::internal::Invoker\2c\20unsigned\20long\2c\20sk_sp>::invoke\28sk_sp\20\28*\29\28unsigned\20long\2c\20sk_sp\29\2c\20unsigned\20long\2c\20sk_sp*\29 -7851:emscripten::internal::Invoker\2c\20unsigned\20long\2c\20float\2c\20float\2c\20unsigned\20long\2c\20SkColorType\2c\20unsigned\20long\2c\20int\2c\20SkTileMode\2c\20unsigned\20int\2c\20unsigned\20long\2c\20sk_sp>::invoke\28sk_sp\20\28*\29\28unsigned\20long\2c\20float\2c\20float\2c\20unsigned\20long\2c\20SkColorType\2c\20unsigned\20long\2c\20int\2c\20SkTileMode\2c\20unsigned\20int\2c\20unsigned\20long\2c\20sk_sp\29\2c\20unsigned\20long\2c\20float\2c\20float\2c\20unsigned\20long\2c\20SkColorType\2c\20unsigned\20long\2c\20int\2c\20SkTileMode\2c\20unsigned\20int\2c\20unsigned\20long\2c\20sk_sp*\29 -7852:emscripten::internal::Invoker\2c\20float\2c\20float\2c\20unsigned\20long\2c\20SkColorType\2c\20unsigned\20long\2c\20int\2c\20SkTileMode\2c\20float\2c\20float\2c\20unsigned\20int\2c\20unsigned\20long\2c\20sk_sp>::invoke\28sk_sp\20\28*\29\28float\2c\20float\2c\20unsigned\20long\2c\20SkColorType\2c\20unsigned\20long\2c\20int\2c\20SkTileMode\2c\20float\2c\20float\2c\20unsigned\20int\2c\20unsigned\20long\2c\20sk_sp\29\2c\20float\2c\20float\2c\20unsigned\20long\2c\20SkColorType\2c\20unsigned\20long\2c\20int\2c\20SkTileMode\2c\20float\2c\20float\2c\20unsigned\20int\2c\20unsigned\20long\2c\20sk_sp*\29 -7853:emscripten::internal::Invoker\2c\20float\2c\20float\2c\20int\2c\20float\2c\20int\2c\20int>::invoke\28sk_sp\20\28*\29\28float\2c\20float\2c\20int\2c\20float\2c\20int\2c\20int\29\2c\20float\2c\20float\2c\20int\2c\20float\2c\20int\2c\20int\29 -7854:emscripten::internal::Invoker\2c\20float\2c\20float\2c\20float\2c\20unsigned\20long\2c\20SkColorType\2c\20unsigned\20long\2c\20int\2c\20SkTileMode\2c\20unsigned\20int\2c\20unsigned\20long\2c\20sk_sp>::invoke\28sk_sp\20\28*\29\28float\2c\20float\2c\20float\2c\20unsigned\20long\2c\20SkColorType\2c\20unsigned\20long\2c\20int\2c\20SkTileMode\2c\20unsigned\20int\2c\20unsigned\20long\2c\20sk_sp\29\2c\20float\2c\20float\2c\20float\2c\20unsigned\20long\2c\20SkColorType\2c\20unsigned\20long\2c\20int\2c\20SkTileMode\2c\20unsigned\20int\2c\20unsigned\20long\2c\20sk_sp*\29 -7855:emscripten::internal::Invoker\2c\20std::__2::basic_string\2c\20std::__2::allocator>\2c\20emscripten::val>::invoke\28sk_sp\20\28*\29\28std::__2::basic_string\2c\20std::__2::allocator>\2c\20emscripten::val\29\2c\20emscripten::internal::BindingType\2c\20std::__2::allocator>\2c\20void>::'unnamed'*\2c\20emscripten::_EM_VAL*\29 -7856:emscripten::internal::Invoker\2c\20unsigned\20long\2c\20int\2c\20float>::invoke\28sk_sp\20\28*\29\28unsigned\20long\2c\20int\2c\20float\29\2c\20unsigned\20long\2c\20int\2c\20float\29 -7857:emscripten::internal::Invoker\2c\20unsigned\20long\2c\20SkPath>::invoke\28sk_sp\20\28*\29\28unsigned\20long\2c\20SkPath\29\2c\20unsigned\20long\2c\20SkPath*\29 -7858:emscripten::internal::Invoker\2c\20float\2c\20unsigned\20long>::invoke\28sk_sp\20\28*\29\28float\2c\20unsigned\20long\29\2c\20float\2c\20unsigned\20long\29 -7859:emscripten::internal::Invoker\2c\20float\2c\20float\2c\20unsigned\20int>::invoke\28sk_sp\20\28*\29\28float\2c\20float\2c\20unsigned\20int\29\2c\20float\2c\20float\2c\20unsigned\20int\29 -7860:emscripten::internal::Invoker\2c\20float>::invoke\28sk_sp\20\28*\29\28float\29\2c\20float\29 -7861:emscripten::internal::Invoker\2c\20SkPath\20const&\2c\20float\2c\20float\2c\20SkPath1DPathEffect::Style>::invoke\28sk_sp\20\28*\29\28SkPath\20const&\2c\20float\2c\20float\2c\20SkPath1DPathEffect::Style\29\2c\20SkPath*\2c\20float\2c\20float\2c\20SkPath1DPathEffect::Style\29 -7862:emscripten::internal::Invoker\2c\20SkBlurStyle\2c\20float\2c\20bool>::invoke\28sk_sp\20\28*\29\28SkBlurStyle\2c\20float\2c\20bool\29\2c\20SkBlurStyle\2c\20float\2c\20bool\29 -7863:emscripten::internal::Invoker\2c\20unsigned\20long\2c\20float\2c\20float\2c\20sk_sp>::invoke\28sk_sp\20\28*\29\28unsigned\20long\2c\20float\2c\20float\2c\20sk_sp\29\2c\20unsigned\20long\2c\20float\2c\20float\2c\20sk_sp*\29 -7864:emscripten::internal::Invoker\2c\20unsigned\20long\2c\20SkFilterMode\2c\20SkMipmapMode\2c\20sk_sp>::invoke\28sk_sp\20\28*\29\28unsigned\20long\2c\20SkFilterMode\2c\20SkMipmapMode\2c\20sk_sp\29\2c\20unsigned\20long\2c\20SkFilterMode\2c\20SkMipmapMode\2c\20sk_sp*\29 -7865:emscripten::internal::Invoker\2c\20sk_sp>::invoke\28sk_sp\20\28*\29\28sk_sp\29\2c\20sk_sp*\29 -7866:emscripten::internal::Invoker\2c\20sk_sp\2c\20float\2c\20float\2c\20unsigned\20long\2c\20unsigned\20long>::invoke\28sk_sp\20\28*\29\28sk_sp\2c\20float\2c\20float\2c\20unsigned\20long\2c\20unsigned\20long\29\2c\20sk_sp*\2c\20float\2c\20float\2c\20unsigned\20long\2c\20unsigned\20long\29 -7867:emscripten::internal::Invoker\2c\20sk_sp\2c\20SkFilterMode\2c\20SkMipmapMode\2c\20unsigned\20long\2c\20unsigned\20long>::invoke\28sk_sp\20\28*\29\28sk_sp\2c\20SkFilterMode\2c\20SkMipmapMode\2c\20unsigned\20long\2c\20unsigned\20long\29\2c\20sk_sp*\2c\20SkFilterMode\2c\20SkMipmapMode\2c\20unsigned\20long\2c\20unsigned\20long\29 -7868:emscripten::internal::Invoker\2c\20float\2c\20float\2c\20sk_sp>::invoke\28sk_sp\20\28*\29\28float\2c\20float\2c\20sk_sp\29\2c\20float\2c\20float\2c\20sk_sp*\29 -7869:emscripten::internal::Invoker\2c\20float\2c\20float\2c\20float\2c\20float\2c\20unsigned\20long\2c\20sk_sp>::invoke\28sk_sp\20\28*\29\28float\2c\20float\2c\20float\2c\20float\2c\20unsigned\20long\2c\20sk_sp\29\2c\20float\2c\20float\2c\20float\2c\20float\2c\20unsigned\20long\2c\20sk_sp*\29 -7870:emscripten::internal::Invoker\2c\20float\2c\20float\2c\20SkTileMode\2c\20sk_sp>::invoke\28sk_sp\20\28*\29\28float\2c\20float\2c\20SkTileMode\2c\20sk_sp\29\2c\20float\2c\20float\2c\20SkTileMode\2c\20sk_sp*\29 -7871:emscripten::internal::Invoker\2c\20SkColorChannel\2c\20SkColorChannel\2c\20float\2c\20sk_sp\2c\20sk_sp>::invoke\28sk_sp\20\28*\29\28SkColorChannel\2c\20SkColorChannel\2c\20float\2c\20sk_sp\2c\20sk_sp\29\2c\20SkColorChannel\2c\20SkColorChannel\2c\20float\2c\20sk_sp*\2c\20sk_sp*\29 -7872:emscripten::internal::Invoker\2c\20SimpleImageInfo\2c\20unsigned\20long\2c\20int\2c\20unsigned\20long>::invoke\28sk_sp\20\28*\29\28SimpleImageInfo\2c\20unsigned\20long\2c\20int\2c\20unsigned\20long\29\2c\20SimpleImageInfo*\2c\20unsigned\20long\2c\20int\2c\20unsigned\20long\29 -7873:emscripten::internal::Invoker\2c\20SimpleImageInfo\2c\20emscripten::val>::invoke\28sk_sp\20\28*\29\28SimpleImageInfo\2c\20emscripten::val\29\2c\20SimpleImageInfo*\2c\20emscripten::_EM_VAL*\29 -7874:emscripten::internal::Invoker\2c\20unsigned\20long\2c\20unsigned\20long\2c\20int>::invoke\28sk_sp\20\28*\29\28unsigned\20long\2c\20unsigned\20long\2c\20int\29\2c\20unsigned\20long\2c\20unsigned\20long\2c\20int\29 -7875:emscripten::internal::Invoker>::invoke\28sk_sp\20\28*\29\28\29\29 -7876:emscripten::internal::Invoker\2c\20unsigned\20long\2c\20SkBlendMode\2c\20sk_sp>::invoke\28sk_sp\20\28*\29\28unsigned\20long\2c\20SkBlendMode\2c\20sk_sp\29\2c\20unsigned\20long\2c\20SkBlendMode\2c\20sk_sp*\29 -7877:emscripten::internal::Invoker\2c\20sk_sp\20const&\2c\20sk_sp>::invoke\28sk_sp\20\28*\29\28sk_sp\20const&\2c\20sk_sp\29\2c\20sk_sp*\2c\20sk_sp*\29 -7878:emscripten::internal::Invoker\2c\20float\2c\20sk_sp\2c\20sk_sp>::invoke\28sk_sp\20\28*\29\28float\2c\20sk_sp\2c\20sk_sp\29\2c\20float\2c\20sk_sp*\2c\20sk_sp*\29 -7879:emscripten::internal::Invoker::invoke\28emscripten::val\20\28*\29\28unsigned\20long\2c\20int\29\2c\20unsigned\20long\2c\20int\29 -7880:emscripten::internal::Invoker\2c\20std::__2::allocator>>::invoke\28emscripten::val\20\28*\29\28std::__2::basic_string\2c\20std::__2::allocator>\29\2c\20emscripten::internal::BindingType\2c\20std::__2::allocator>\2c\20void>::'unnamed'*\29 -7881:emscripten::internal::Invoker::invoke\28emscripten::val\20\28*\29\28emscripten::val\2c\20emscripten::val\2c\20float\29\2c\20emscripten::_EM_VAL*\2c\20emscripten::_EM_VAL*\2c\20float\29 -7882:emscripten::internal::Invoker::invoke\28emscripten::val\20\28*\29\28SkPath\20const&\2c\20SkPath\20const&\2c\20float\29\2c\20SkPath*\2c\20SkPath*\2c\20float\29 -7883:emscripten::internal::Invoker::invoke\28emscripten::val\20\28*\29\28SkPath\20const&\2c\20SkPath\20const&\2c\20SkPathOp\29\2c\20SkPath*\2c\20SkPath*\2c\20SkPathOp\29 -7884:emscripten::internal::Invoker::invoke\28bool\20\28*\29\28unsigned\20long\2c\20SkPath\20const&\2c\20unsigned\20long\2c\20unsigned\20long\2c\20float\2c\20unsigned\20int\2c\20unsigned\20long\29\2c\20unsigned\20long\2c\20SkPath*\2c\20unsigned\20long\2c\20unsigned\20long\2c\20float\2c\20unsigned\20int\2c\20unsigned\20long\29 -7885:emscripten::internal::Invoker\2c\20sk_sp>::invoke\28bool\20\28*\29\28sk_sp\2c\20sk_sp\29\2c\20sk_sp*\2c\20sk_sp*\29 -7886:emscripten::internal::Invoker::invoke\28bool\20\28*\29\28SkPath\20const&\2c\20SkPath\20const&\29\2c\20SkPath*\2c\20SkPath*\29 -7887:emscripten::internal::Invoker\2c\20int\2c\20int>::invoke\28SkRuntimeEffect::TracedShader\20\28*\29\28sk_sp\2c\20int\2c\20int\29\2c\20sk_sp*\2c\20int\2c\20int\29 -7888:emscripten::internal::Invoker::invoke\28SkPath\20\28*\29\28unsigned\20long\2c\20int\2c\20unsigned\20long\2c\20int\2c\20unsigned\20long\2c\20int\29\2c\20unsigned\20long\2c\20int\2c\20unsigned\20long\2c\20int\2c\20unsigned\20long\2c\20int\29 -7889:emscripten::internal::FunctionInvoker\2c\20unsigned\20long\29\2c\20void\2c\20skia::textlayout::TypefaceFontProvider&\2c\20sk_sp\2c\20unsigned\20long>::invoke\28void\20\28**\29\28skia::textlayout::TypefaceFontProvider&\2c\20sk_sp\2c\20unsigned\20long\29\2c\20skia::textlayout::TypefaceFontProvider*\2c\20sk_sp*\2c\20unsigned\20long\29 -7890:emscripten::internal::FunctionInvoker\2c\20std::__2::allocator>\29\2c\20void\2c\20skia::textlayout::ParagraphBuilderImpl&\2c\20std::__2::basic_string\2c\20std::__2::allocator>>::invoke\28void\20\28**\29\28skia::textlayout::ParagraphBuilderImpl&\2c\20std::__2::basic_string\2c\20std::__2::allocator>\29\2c\20skia::textlayout::ParagraphBuilderImpl*\2c\20emscripten::internal::BindingType\2c\20std::__2::allocator>\2c\20void>::'unnamed'*\29 -7891:emscripten::internal::FunctionInvoker::invoke\28void\20\28**\29\28skia::textlayout::ParagraphBuilderImpl&\2c\20float\2c\20float\2c\20skia::textlayout::PlaceholderAlignment\2c\20skia::textlayout::TextBaseline\2c\20float\29\2c\20skia::textlayout::ParagraphBuilderImpl*\2c\20float\2c\20float\2c\20skia::textlayout::PlaceholderAlignment\2c\20skia::textlayout::TextBaseline\2c\20float\29 -7892:emscripten::internal::FunctionInvoker::invoke\28void\20\28**\29\28skia::textlayout::ParagraphBuilderImpl&\2c\20SimpleTextStyle\2c\20SkPaint\2c\20SkPaint\29\2c\20skia::textlayout::ParagraphBuilderImpl*\2c\20SimpleTextStyle*\2c\20SkPaint*\2c\20SkPaint*\29 -7893:emscripten::internal::FunctionInvoker::invoke\28void\20\28**\29\28skia::textlayout::ParagraphBuilderImpl&\2c\20SimpleTextStyle\29\2c\20skia::textlayout::ParagraphBuilderImpl*\2c\20SimpleTextStyle*\29 -7894:emscripten::internal::FunctionInvoker::invoke\28void\20\28**\29\28SkPath&\2c\20float\2c\20float\2c\20float\2c\20float\2c\20float\2c\20float\2c\20float\2c\20float\2c\20float\29\2c\20SkPath*\2c\20float\2c\20float\2c\20float\2c\20float\2c\20float\2c\20float\2c\20float\2c\20float\2c\20float\29 -7895:emscripten::internal::FunctionInvoker::invoke\28void\20\28**\29\28SkPath&\2c\20float\2c\20float\2c\20float\2c\20float\2c\20float\2c\20float\29\2c\20SkPath*\2c\20float\2c\20float\2c\20float\2c\20float\2c\20float\2c\20float\29 -7896:emscripten::internal::FunctionInvoker::invoke\28void\20\28**\29\28SkPath&\2c\20float\2c\20float\2c\20float\2c\20float\2c\20float\29\2c\20SkPath*\2c\20float\2c\20float\2c\20float\2c\20float\2c\20float\29 -7897:emscripten::internal::FunctionInvoker::invoke\28void\20\28**\29\28SkPath&\2c\20float\2c\20float\2c\20float\2c\20bool\2c\20bool\2c\20float\2c\20float\29\2c\20SkPath*\2c\20float\2c\20float\2c\20float\2c\20bool\2c\20bool\2c\20float\2c\20float\29 -7898:emscripten::internal::FunctionInvoker::invoke\28void\20\28**\29\28SkPath&\2c\20float\2c\20float\2c\20float\2c\20bool\29\2c\20SkPath*\2c\20float\2c\20float\2c\20float\2c\20bool\29 -7899:emscripten::internal::FunctionInvoker::invoke\28void\20\28**\29\28SkPath&\2c\20SkPath\20const&\2c\20float\2c\20float\2c\20float\2c\20float\2c\20float\2c\20float\2c\20float\2c\20float\2c\20float\2c\20bool\29\2c\20SkPath*\2c\20SkPath*\2c\20float\2c\20float\2c\20float\2c\20float\2c\20float\2c\20float\2c\20float\2c\20float\2c\20float\2c\20bool\29 -7900:emscripten::internal::FunctionInvoker::invoke\28void\20\28**\29\28SkContourMeasure&\2c\20float\2c\20unsigned\20long\29\2c\20SkContourMeasure*\2c\20float\2c\20unsigned\20long\29 -7901:emscripten::internal::FunctionInvoker::invoke\28void\20\28**\29\28SkCanvas&\2c\20unsigned\20long\2c\20unsigned\20long\2c\20float\2c\20float\2c\20SkFont\20const&\2c\20SkPaint\20const&\29\2c\20SkCanvas*\2c\20unsigned\20long\2c\20unsigned\20long\2c\20float\2c\20float\2c\20SkFont*\2c\20SkPaint*\29 -7902:emscripten::internal::FunctionInvoker::invoke\28void\20\28**\29\28SkCanvas&\2c\20unsigned\20long\2c\20float\2c\20float\2c\20bool\2c\20SkPaint\20const&\29\2c\20SkCanvas*\2c\20unsigned\20long\2c\20float\2c\20float\2c\20bool\2c\20SkPaint*\29 -7903:emscripten::internal::FunctionInvoker\20const&\2c\20unsigned\20long\2c\20unsigned\20long\2c\20unsigned\20long\2c\20int\2c\20SkBlendMode\2c\20float\2c\20float\2c\20SkPaint\20const*\29\2c\20void\2c\20SkCanvas&\2c\20sk_sp\20const&\2c\20unsigned\20long\2c\20unsigned\20long\2c\20unsigned\20long\2c\20int\2c\20SkBlendMode\2c\20float\2c\20float\2c\20SkPaint\20const*>::invoke\28void\20\28**\29\28SkCanvas&\2c\20sk_sp\20const&\2c\20unsigned\20long\2c\20unsigned\20long\2c\20unsigned\20long\2c\20int\2c\20SkBlendMode\2c\20float\2c\20float\2c\20SkPaint\20const*\29\2c\20SkCanvas*\2c\20sk_sp*\2c\20unsigned\20long\2c\20unsigned\20long\2c\20unsigned\20long\2c\20int\2c\20SkBlendMode\2c\20float\2c\20float\2c\20SkPaint\20const*\29 -7904:emscripten::internal::FunctionInvoker\20const&\2c\20unsigned\20long\2c\20unsigned\20long\2c\20float\2c\20float\2c\20SkPaint\20const*\29\2c\20void\2c\20SkCanvas&\2c\20sk_sp\20const&\2c\20unsigned\20long\2c\20unsigned\20long\2c\20float\2c\20float\2c\20SkPaint\20const*>::invoke\28void\20\28**\29\28SkCanvas&\2c\20sk_sp\20const&\2c\20unsigned\20long\2c\20unsigned\20long\2c\20float\2c\20float\2c\20SkPaint\20const*\29\2c\20SkCanvas*\2c\20sk_sp*\2c\20unsigned\20long\2c\20unsigned\20long\2c\20float\2c\20float\2c\20SkPaint\20const*\29 -7905:emscripten::internal::FunctionInvoker\20const&\2c\20float\2c\20float\2c\20float\2c\20float\2c\20SkPaint\20const*\29\2c\20void\2c\20SkCanvas&\2c\20sk_sp\20const&\2c\20float\2c\20float\2c\20float\2c\20float\2c\20SkPaint\20const*>::invoke\28void\20\28**\29\28SkCanvas&\2c\20sk_sp\20const&\2c\20float\2c\20float\2c\20float\2c\20float\2c\20SkPaint\20const*\29\2c\20SkCanvas*\2c\20sk_sp*\2c\20float\2c\20float\2c\20float\2c\20float\2c\20SkPaint\20const*\29 -7906:emscripten::internal::FunctionInvoker\20const&\2c\20float\2c\20float\2c\20SkFilterMode\2c\20SkMipmapMode\2c\20SkPaint\20const*\29\2c\20void\2c\20SkCanvas&\2c\20sk_sp\20const&\2c\20float\2c\20float\2c\20SkFilterMode\2c\20SkMipmapMode\2c\20SkPaint\20const*>::invoke\28void\20\28**\29\28SkCanvas&\2c\20sk_sp\20const&\2c\20float\2c\20float\2c\20SkFilterMode\2c\20SkMipmapMode\2c\20SkPaint\20const*\29\2c\20SkCanvas*\2c\20sk_sp*\2c\20float\2c\20float\2c\20SkFilterMode\2c\20SkMipmapMode\2c\20SkPaint\20const*\29 -7907:emscripten::internal::FunctionInvoker::invoke\28void\20\28**\29\28SkCanvas&\2c\20int\2c\20unsigned\20long\2c\20unsigned\20long\2c\20float\2c\20float\2c\20SkFont\20const&\2c\20SkPaint\20const&\29\2c\20SkCanvas*\2c\20int\2c\20unsigned\20long\2c\20unsigned\20long\2c\20float\2c\20float\2c\20SkFont*\2c\20SkPaint*\29 -7908:emscripten::internal::FunctionInvoker::invoke\28void\20\28**\29\28SkCanvas&\2c\20float\2c\20float\2c\20float\2c\20float\2c\20SkPaint\20const&\29\2c\20SkCanvas*\2c\20float\2c\20float\2c\20float\2c\20float\2c\20SkPaint*\29 -7909:emscripten::internal::FunctionInvoker::invoke\28void\20\28**\29\28SkCanvas&\2c\20SkPath\20const&\2c\20unsigned\20long\2c\20unsigned\20long\2c\20float\2c\20unsigned\20long\2c\20unsigned\20long\2c\20unsigned\20int\29\2c\20SkCanvas*\2c\20SkPath*\2c\20unsigned\20long\2c\20unsigned\20long\2c\20float\2c\20unsigned\20long\2c\20unsigned\20long\2c\20unsigned\20int\29 -7910:emscripten::internal::FunctionInvoker\2c\20std::__2::allocator>\20\28*\29\28SkSL::DebugTrace\20const*\29\2c\20std::__2::basic_string\2c\20std::__2::allocator>\2c\20SkSL::DebugTrace\20const*>::invoke\28std::__2::basic_string\2c\20std::__2::allocator>\20\28**\29\28SkSL::DebugTrace\20const*\29\2c\20SkSL::DebugTrace\20const*\29 -7911:emscripten::internal::FunctionInvoker\20\28*\29\28SkFontMgr&\2c\20unsigned\20long\2c\20int\29\2c\20sk_sp\2c\20SkFontMgr&\2c\20unsigned\20long\2c\20int>::invoke\28sk_sp\20\28**\29\28SkFontMgr&\2c\20unsigned\20long\2c\20int\29\2c\20SkFontMgr*\2c\20unsigned\20long\2c\20int\29 -7912:emscripten::internal::FunctionInvoker\20\28*\29\28SkFontMgr&\2c\20std::__2::basic_string\2c\20std::__2::allocator>\2c\20emscripten::val\29\2c\20sk_sp\2c\20SkFontMgr&\2c\20std::__2::basic_string\2c\20std::__2::allocator>\2c\20emscripten::val>::invoke\28sk_sp\20\28**\29\28SkFontMgr&\2c\20std::__2::basic_string\2c\20std::__2::allocator>\2c\20emscripten::val\29\2c\20SkFontMgr*\2c\20emscripten::internal::BindingType\2c\20std::__2::allocator>\2c\20void>::'unnamed'*\2c\20emscripten::_EM_VAL*\29 -7913:emscripten::internal::FunctionInvoker\20\28*\29\28sk_sp\2c\20SkTileMode\2c\20SkTileMode\2c\20float\2c\20float\2c\20unsigned\20long\29\2c\20sk_sp\2c\20sk_sp\2c\20SkTileMode\2c\20SkTileMode\2c\20float\2c\20float\2c\20unsigned\20long>::invoke\28sk_sp\20\28**\29\28sk_sp\2c\20SkTileMode\2c\20SkTileMode\2c\20float\2c\20float\2c\20unsigned\20long\29\2c\20sk_sp*\2c\20SkTileMode\2c\20SkTileMode\2c\20float\2c\20float\2c\20unsigned\20long\29 -7914:emscripten::internal::FunctionInvoker\20\28*\29\28sk_sp\2c\20SkTileMode\2c\20SkTileMode\2c\20SkFilterMode\2c\20SkMipmapMode\2c\20unsigned\20long\29\2c\20sk_sp\2c\20sk_sp\2c\20SkTileMode\2c\20SkTileMode\2c\20SkFilterMode\2c\20SkMipmapMode\2c\20unsigned\20long>::invoke\28sk_sp\20\28**\29\28sk_sp\2c\20SkTileMode\2c\20SkTileMode\2c\20SkFilterMode\2c\20SkMipmapMode\2c\20unsigned\20long\29\2c\20sk_sp*\2c\20SkTileMode\2c\20SkTileMode\2c\20SkFilterMode\2c\20SkMipmapMode\2c\20unsigned\20long\29 -7915:emscripten::internal::FunctionInvoker\20\28*\29\28SkRuntimeEffect&\2c\20unsigned\20long\2c\20unsigned\20long\2c\20bool\2c\20unsigned\20long\2c\20unsigned\20long\2c\20unsigned\20long\29\2c\20sk_sp\2c\20SkRuntimeEffect&\2c\20unsigned\20long\2c\20unsigned\20long\2c\20bool\2c\20unsigned\20long\2c\20unsigned\20long\2c\20unsigned\20long>::invoke\28sk_sp\20\28**\29\28SkRuntimeEffect&\2c\20unsigned\20long\2c\20unsigned\20long\2c\20bool\2c\20unsigned\20long\2c\20unsigned\20long\2c\20unsigned\20long\29\2c\20SkRuntimeEffect*\2c\20unsigned\20long\2c\20unsigned\20long\2c\20bool\2c\20unsigned\20long\2c\20unsigned\20long\2c\20unsigned\20long\29 -7916:emscripten::internal::FunctionInvoker\20\28*\29\28SkRuntimeEffect&\2c\20unsigned\20long\2c\20unsigned\20long\2c\20bool\2c\20unsigned\20long\29\2c\20sk_sp\2c\20SkRuntimeEffect&\2c\20unsigned\20long\2c\20unsigned\20long\2c\20bool\2c\20unsigned\20long>::invoke\28sk_sp\20\28**\29\28SkRuntimeEffect&\2c\20unsigned\20long\2c\20unsigned\20long\2c\20bool\2c\20unsigned\20long\29\2c\20SkRuntimeEffect*\2c\20unsigned\20long\2c\20unsigned\20long\2c\20bool\2c\20unsigned\20long\29 -7917:emscripten::internal::FunctionInvoker\20\28*\29\28SkPicture&\2c\20SkTileMode\2c\20SkTileMode\2c\20SkFilterMode\2c\20unsigned\20long\2c\20unsigned\20long\29\2c\20sk_sp\2c\20SkPicture&\2c\20SkTileMode\2c\20SkTileMode\2c\20SkFilterMode\2c\20unsigned\20long\2c\20unsigned\20long>::invoke\28sk_sp\20\28**\29\28SkPicture&\2c\20SkTileMode\2c\20SkTileMode\2c\20SkFilterMode\2c\20unsigned\20long\2c\20unsigned\20long\29\2c\20SkPicture*\2c\20SkTileMode\2c\20SkTileMode\2c\20SkFilterMode\2c\20unsigned\20long\2c\20unsigned\20long\29 -7918:emscripten::internal::FunctionInvoker\20\28*\29\28SkPictureRecorder&\29\2c\20sk_sp\2c\20SkPictureRecorder&>::invoke\28sk_sp\20\28**\29\28SkPictureRecorder&\29\2c\20SkPictureRecorder*\29 -7919:emscripten::internal::FunctionInvoker\20\28*\29\28sk_sp\29\2c\20sk_sp\2c\20sk_sp>::invoke\28sk_sp\20\28**\29\28sk_sp\29\2c\20sk_sp*\29 -7920:emscripten::internal::FunctionInvoker\20\28*\29\28SkSurface&\2c\20unsigned\20long\29\2c\20sk_sp\2c\20SkSurface&\2c\20unsigned\20long>::invoke\28sk_sp\20\28**\29\28SkSurface&\2c\20unsigned\20long\29\2c\20SkSurface*\2c\20unsigned\20long\29 -7921:emscripten::internal::FunctionInvoker\20\28*\29\28SkSurface&\2c\20unsigned\20int\2c\20unsigned\20int\2c\20SimpleImageInfo\29\2c\20sk_sp\2c\20SkSurface&\2c\20unsigned\20int\2c\20unsigned\20int\2c\20SimpleImageInfo>::invoke\28sk_sp\20\28**\29\28SkSurface&\2c\20unsigned\20int\2c\20unsigned\20int\2c\20SimpleImageInfo\29\2c\20SkSurface*\2c\20unsigned\20int\2c\20unsigned\20int\2c\20SimpleImageInfo*\29 -7922:emscripten::internal::FunctionInvoker\20\28*\29\28sk_sp\29\2c\20sk_sp\2c\20sk_sp>::invoke\28sk_sp\20\28**\29\28sk_sp\29\2c\20sk_sp*\29 -7923:emscripten::internal::FunctionInvoker\20\28*\29\28SkRuntimeEffect&\2c\20unsigned\20long\2c\20unsigned\20long\2c\20bool\29\2c\20sk_sp\2c\20SkRuntimeEffect&\2c\20unsigned\20long\2c\20unsigned\20long\2c\20bool>::invoke\28sk_sp\20\28**\29\28SkRuntimeEffect&\2c\20unsigned\20long\2c\20unsigned\20long\2c\20bool\29\2c\20SkRuntimeEffect*\2c\20unsigned\20long\2c\20unsigned\20long\2c\20bool\29 -7924:emscripten::internal::FunctionInvoker::invoke\28int\20\28**\29\28SkCanvas&\2c\20SkPaint\29\2c\20SkCanvas*\2c\20SkPaint*\29 -7925:emscripten::internal::FunctionInvoker::invoke\28int\20\28**\29\28SkCanvas&\2c\20SkPaint\20const*\2c\20unsigned\20long\2c\20SkImageFilter\20const*\2c\20unsigned\20int\2c\20SkTileMode\29\2c\20SkCanvas*\2c\20SkPaint\20const*\2c\20unsigned\20long\2c\20SkImageFilter\20const*\2c\20unsigned\20int\2c\20SkTileMode\29 -7926:emscripten::internal::FunctionInvoker::invoke\28emscripten::val\20\28**\29\28skia::textlayout::Paragraph&\2c\20unsigned\20int\2c\20unsigned\20int\2c\20skia::textlayout::RectHeightStyle\2c\20skia::textlayout::RectWidthStyle\29\2c\20skia::textlayout::Paragraph*\2c\20unsigned\20int\2c\20unsigned\20int\2c\20skia::textlayout::RectHeightStyle\2c\20skia::textlayout::RectWidthStyle\29 -7927:emscripten::internal::FunctionInvoker::invoke\28emscripten::val\20\28**\29\28skia::textlayout::Paragraph&\2c\20float\2c\20float\29\2c\20skia::textlayout::Paragraph*\2c\20float\2c\20float\29 -7928:emscripten::internal::FunctionInvoker\2c\20SkEncodedImageFormat\2c\20int\2c\20GrDirectContext*\29\2c\20emscripten::val\2c\20sk_sp\2c\20SkEncodedImageFormat\2c\20int\2c\20GrDirectContext*>::invoke\28emscripten::val\20\28**\29\28sk_sp\2c\20SkEncodedImageFormat\2c\20int\2c\20GrDirectContext*\29\2c\20sk_sp*\2c\20SkEncodedImageFormat\2c\20int\2c\20GrDirectContext*\29 -7929:emscripten::internal::FunctionInvoker\2c\20SkEncodedImageFormat\2c\20int\29\2c\20emscripten::val\2c\20sk_sp\2c\20SkEncodedImageFormat\2c\20int>::invoke\28emscripten::val\20\28**\29\28sk_sp\2c\20SkEncodedImageFormat\2c\20int\29\2c\20sk_sp*\2c\20SkEncodedImageFormat\2c\20int\29 -7930:emscripten::internal::FunctionInvoker\29\2c\20emscripten::val\2c\20sk_sp>::invoke\28emscripten::val\20\28**\29\28sk_sp\29\2c\20sk_sp*\29 -7931:emscripten::internal::FunctionInvoker::invoke\28emscripten::val\20\28**\29\28SkFont&\2c\20unsigned\20long\2c\20unsigned\20long\2c\20bool\2c\20unsigned\20long\2c\20unsigned\20long\2c\20bool\2c\20float\2c\20float\29\2c\20SkFont*\2c\20unsigned\20long\2c\20unsigned\20long\2c\20bool\2c\20unsigned\20long\2c\20unsigned\20long\2c\20bool\2c\20float\2c\20float\29 -7932:emscripten::internal::FunctionInvoker\2c\20SimpleImageInfo\2c\20unsigned\20long\2c\20unsigned\20long\2c\20int\2c\20int\2c\20GrDirectContext*\29\2c\20bool\2c\20sk_sp\2c\20SimpleImageInfo\2c\20unsigned\20long\2c\20unsigned\20long\2c\20int\2c\20int\2c\20GrDirectContext*>::invoke\28bool\20\28**\29\28sk_sp\2c\20SimpleImageInfo\2c\20unsigned\20long\2c\20unsigned\20long\2c\20int\2c\20int\2c\20GrDirectContext*\29\2c\20sk_sp*\2c\20SimpleImageInfo*\2c\20unsigned\20long\2c\20unsigned\20long\2c\20int\2c\20int\2c\20GrDirectContext*\29 -7933:emscripten::internal::FunctionInvoker\2c\20SimpleImageInfo\2c\20unsigned\20long\2c\20unsigned\20long\2c\20int\2c\20int\29\2c\20bool\2c\20sk_sp\2c\20SimpleImageInfo\2c\20unsigned\20long\2c\20unsigned\20long\2c\20int\2c\20int>::invoke\28bool\20\28**\29\28sk_sp\2c\20SimpleImageInfo\2c\20unsigned\20long\2c\20unsigned\20long\2c\20int\2c\20int\29\2c\20sk_sp*\2c\20SimpleImageInfo*\2c\20unsigned\20long\2c\20unsigned\20long\2c\20int\2c\20int\29 -7934:emscripten::internal::FunctionInvoker::invoke\28bool\20\28**\29\28SkPath&\2c\20float\2c\20float\2c\20float\29\2c\20SkPath*\2c\20float\2c\20float\2c\20float\29 -7935:emscripten::internal::FunctionInvoker::invoke\28bool\20\28**\29\28SkPath&\2c\20float\2c\20float\2c\20bool\29\2c\20SkPath*\2c\20float\2c\20float\2c\20bool\29 -7936:emscripten::internal::FunctionInvoker::invoke\28bool\20\28**\29\28SkPath&\2c\20StrokeOpts\29\2c\20SkPath*\2c\20StrokeOpts*\29 -7937:emscripten::internal::FunctionInvoker::invoke\28bool\20\28**\29\28SkCanvas&\2c\20SimpleImageInfo\2c\20unsigned\20long\2c\20unsigned\20long\2c\20int\2c\20int\29\2c\20SkCanvas*\2c\20SimpleImageInfo*\2c\20unsigned\20long\2c\20unsigned\20long\2c\20int\2c\20int\29 -7938:emscripten::internal::FunctionInvoker::invoke\28SkPath\20\28**\29\28SkPath\20const&\29\2c\20SkPath*\29 -7939:emscripten::internal::FunctionInvoker::invoke\28SkPath\20\28**\29\28SkContourMeasure&\2c\20float\2c\20float\2c\20bool\29\2c\20SkContourMeasure*\2c\20float\2c\20float\2c\20bool\29 -7940:emscripten::internal::FunctionInvoker::invoke\28SkPaint\20\28**\29\28SkPaint\20const&\29\2c\20SkPaint*\29 -7941:emscripten::internal::FunctionInvoker::invoke\28SimpleImageInfo\20\28**\29\28SkSurface&\29\2c\20SkSurface*\29 -7942:emscripten::internal::FunctionInvoker::invoke\28RuntimeEffectUniform\20\28**\29\28SkRuntimeEffect&\2c\20int\29\2c\20SkRuntimeEffect*\2c\20int\29 -7943:emit_message -7944:embind_init_Skia\28\29::$_9::__invoke\28SkAnimatedImage&\29 -7945:embind_init_Skia\28\29::$_99::__invoke\28SkPath&\2c\20unsigned\20long\2c\20int\2c\20bool\29 -7946:embind_init_Skia\28\29::$_98::__invoke\28SkPath&\2c\20float\2c\20float\2c\20float\2c\20bool\29 -7947:embind_init_Skia\28\29::$_97::__invoke\28SkPath&\2c\20unsigned\20long\2c\20bool\2c\20unsigned\20int\29 -7948:embind_init_Skia\28\29::$_96::__invoke\28SkPath&\2c\20unsigned\20long\2c\20float\2c\20float\29 -7949:embind_init_Skia\28\29::$_95::__invoke\28unsigned\20long\2c\20SkPath\29 -7950:embind_init_Skia\28\29::$_94::__invoke\28float\2c\20unsigned\20long\29 -7951:embind_init_Skia\28\29::$_93::__invoke\28unsigned\20long\2c\20int\2c\20float\29 -7952:embind_init_Skia\28\29::$_92::__invoke\28\29 -7953:embind_init_Skia\28\29::$_91::__invoke\28\29 -7954:embind_init_Skia\28\29::$_90::__invoke\28sk_sp\2c\20sk_sp\29 -7955:embind_init_Skia\28\29::$_8::__invoke\28emscripten::val\29 -7956:embind_init_Skia\28\29::$_89::__invoke\28SkPaint&\2c\20unsigned\20int\2c\20sk_sp\29 -7957:embind_init_Skia\28\29::$_88::__invoke\28SkPaint&\2c\20unsigned\20int\29 -7958:embind_init_Skia\28\29::$_87::__invoke\28SkPaint&\2c\20unsigned\20long\2c\20sk_sp\29 -7959:embind_init_Skia\28\29::$_86::__invoke\28SkPaint&\2c\20unsigned\20long\29 -7960:embind_init_Skia\28\29::$_85::__invoke\28SkPaint\20const&\29 -7961:embind_init_Skia\28\29::$_84::__invoke\28SkBlurStyle\2c\20float\2c\20bool\29 -7962:embind_init_Skia\28\29::$_83::__invoke\28float\2c\20float\2c\20sk_sp\29 -7963:embind_init_Skia\28\29::$_82::__invoke\28unsigned\20long\2c\20SkFilterMode\2c\20SkMipmapMode\2c\20sk_sp\29 -7964:embind_init_Skia\28\29::$_81::__invoke\28unsigned\20long\2c\20float\2c\20float\2c\20sk_sp\29 -7965:embind_init_Skia\28\29::$_80::__invoke\28sk_sp\2c\20SkFilterMode\2c\20SkMipmapMode\2c\20unsigned\20long\2c\20unsigned\20long\29 -7966:embind_init_Skia\28\29::$_7::__invoke\28GrDirectContext&\2c\20unsigned\20long\29 -7967:embind_init_Skia\28\29::$_79::__invoke\28sk_sp\2c\20float\2c\20float\2c\20unsigned\20long\2c\20unsigned\20long\29 -7968:embind_init_Skia\28\29::$_78::__invoke\28float\2c\20float\2c\20sk_sp\29 -7969:embind_init_Skia\28\29::$_77::__invoke\28float\2c\20float\2c\20float\2c\20float\2c\20unsigned\20long\2c\20sk_sp\29 -7970:embind_init_Skia\28\29::$_76::__invoke\28float\2c\20float\2c\20float\2c\20float\2c\20unsigned\20long\2c\20sk_sp\29 -7971:embind_init_Skia\28\29::$_75::__invoke\28sk_sp\29 -7972:embind_init_Skia\28\29::$_74::__invoke\28SkColorChannel\2c\20SkColorChannel\2c\20float\2c\20sk_sp\2c\20sk_sp\29 -7973:embind_init_Skia\28\29::$_73::__invoke\28float\2c\20float\2c\20sk_sp\29 -7974:embind_init_Skia\28\29::$_72::__invoke\28sk_sp\2c\20sk_sp\29 -7975:embind_init_Skia\28\29::$_71::__invoke\28float\2c\20float\2c\20SkTileMode\2c\20sk_sp\29 -7976:embind_init_Skia\28\29::$_70::__invoke\28SkBlendMode\2c\20sk_sp\2c\20sk_sp\29 -7977:embind_init_Skia\28\29::$_6::__invoke\28GrDirectContext&\29 -7978:embind_init_Skia\28\29::$_69::__invoke\28SkImageFilter\20const&\2c\20unsigned\20long\2c\20unsigned\20long\2c\20unsigned\20long\29 -7979:embind_init_Skia\28\29::$_68::__invoke\28sk_sp\2c\20SimpleImageInfo\2c\20unsigned\20long\2c\20unsigned\20long\2c\20int\2c\20int\29 -7980:embind_init_Skia\28\29::$_67::__invoke\28sk_sp\2c\20SimpleImageInfo\2c\20unsigned\20long\2c\20unsigned\20long\2c\20int\2c\20int\2c\20GrDirectContext*\29 -7981:embind_init_Skia\28\29::$_66::__invoke\28sk_sp\2c\20SkTileMode\2c\20SkTileMode\2c\20SkFilterMode\2c\20SkMipmapMode\2c\20unsigned\20long\29 -7982:embind_init_Skia\28\29::$_65::__invoke\28sk_sp\2c\20SkTileMode\2c\20SkTileMode\2c\20float\2c\20float\2c\20unsigned\20long\29 -7983:embind_init_Skia\28\29::$_64::__invoke\28sk_sp\29 -7984:embind_init_Skia\28\29::$_63::__invoke\28sk_sp\2c\20SkEncodedImageFormat\2c\20int\2c\20GrDirectContext*\29 -7985:embind_init_Skia\28\29::$_62::__invoke\28sk_sp\2c\20SkEncodedImageFormat\2c\20int\29 -7986:embind_init_Skia\28\29::$_61::__invoke\28sk_sp\29 -7987:embind_init_Skia\28\29::$_60::__invoke\28sk_sp\29 -7988:embind_init_Skia\28\29::$_5::__invoke\28GrDirectContext&\29 -7989:embind_init_Skia\28\29::$_59::__invoke\28SkFontMgr&\2c\20unsigned\20long\2c\20int\29 -7990:embind_init_Skia\28\29::$_58::__invoke\28SkFontMgr&\2c\20std::__2::basic_string\2c\20std::__2::allocator>\2c\20emscripten::val\29 -7991:embind_init_Skia\28\29::$_57::__invoke\28SkFontMgr&\2c\20int\29 -7992:embind_init_Skia\28\29::$_56::__invoke\28unsigned\20long\2c\20unsigned\20long\2c\20int\29 -7993:embind_init_Skia\28\29::$_55::__invoke\28SkFont&\2c\20unsigned\20long\2c\20unsigned\20long\2c\20bool\2c\20unsigned\20long\2c\20unsigned\20long\2c\20bool\2c\20float\2c\20float\29 -7994:embind_init_Skia\28\29::$_54::__invoke\28SkFont&\29 -7995:embind_init_Skia\28\29::$_53::__invoke\28SkFont&\2c\20unsigned\20long\2c\20unsigned\20long\2c\20unsigned\20long\2c\20unsigned\20long\29 -7996:embind_init_Skia\28\29::$_52::__invoke\28SkFont&\2c\20unsigned\20long\2c\20int\2c\20unsigned\20long\2c\20unsigned\20long\2c\20SkPaint*\29 -7997:embind_init_Skia\28\29::$_51::__invoke\28SkContourMeasure&\2c\20float\2c\20float\2c\20bool\29 -7998:embind_init_Skia\28\29::$_50::__invoke\28SkContourMeasure&\2c\20float\2c\20unsigned\20long\29 -7999:embind_init_Skia\28\29::$_4::__invoke\28unsigned\20long\2c\20unsigned\20long\29 -8000:embind_init_Skia\28\29::$_49::__invoke\28unsigned\20long\29 -8001:embind_init_Skia\28\29::$_48::__invoke\28unsigned\20long\2c\20SkBlendMode\2c\20sk_sp\29 -8002:embind_init_Skia\28\29::$_47::__invoke\28SkCanvas&\2c\20SimpleImageInfo\2c\20unsigned\20long\2c\20unsigned\20long\2c\20int\2c\20int\29 -8003:embind_init_Skia\28\29::$_46::__invoke\28SkCanvas&\2c\20SkPaint\29 -8004:embind_init_Skia\28\29::$_45::__invoke\28SkCanvas&\2c\20SkPaint\20const*\2c\20unsigned\20long\2c\20SkImageFilter\20const*\2c\20unsigned\20int\2c\20SkTileMode\29 -8005:embind_init_Skia\28\29::$_44::__invoke\28SkCanvas&\2c\20SimpleImageInfo\2c\20unsigned\20long\2c\20unsigned\20long\2c\20int\2c\20int\29 -8006:embind_init_Skia\28\29::$_43::__invoke\28SkCanvas&\2c\20SimpleImageInfo\29 -8007:embind_init_Skia\28\29::$_42::__invoke\28SkCanvas\20const&\2c\20unsigned\20long\29 -8008:embind_init_Skia\28\29::$_41::__invoke\28SkCanvas\20const&\2c\20unsigned\20long\29 -8009:embind_init_Skia\28\29::$_40::__invoke\28SkCanvas\20const&\2c\20unsigned\20long\29 -8010:embind_init_Skia\28\29::$_3::__invoke\28unsigned\20long\2c\20SkPath\20const&\2c\20unsigned\20long\2c\20unsigned\20long\2c\20float\2c\20unsigned\20int\2c\20unsigned\20long\29 -8011:embind_init_Skia\28\29::$_39::__invoke\28SkCanvas\20const&\2c\20unsigned\20long\29 -8012:embind_init_Skia\28\29::$_38::__invoke\28SkCanvas&\2c\20unsigned\20long\2c\20unsigned\20long\2c\20float\2c\20float\2c\20SkFont\20const&\2c\20SkPaint\20const&\29 -8013:embind_init_Skia\28\29::$_37::__invoke\28SkCanvas&\2c\20SkPath\20const&\2c\20unsigned\20long\2c\20unsigned\20long\2c\20float\2c\20unsigned\20long\2c\20unsigned\20long\2c\20unsigned\20int\29 -8014:embind_init_Skia\28\29::$_36::__invoke\28SkCanvas&\2c\20float\2c\20float\2c\20float\2c\20float\2c\20SkPaint\20const&\29 -8015:embind_init_Skia\28\29::$_35::__invoke\28SkCanvas&\2c\20unsigned\20long\2c\20SkPaint\20const&\29 -8016:embind_init_Skia\28\29::$_34::__invoke\28SkCanvas&\2c\20unsigned\20long\2c\20SkPaint\20const&\29 -8017:embind_init_Skia\28\29::$_33::__invoke\28SkCanvas&\2c\20SkCanvas::PointMode\2c\20unsigned\20long\2c\20int\2c\20SkPaint&\29 -8018:embind_init_Skia\28\29::$_32::__invoke\28SkCanvas&\2c\20unsigned\20long\2c\20unsigned\20long\2c\20unsigned\20long\2c\20SkBlendMode\2c\20SkPaint\20const&\29 -8019:embind_init_Skia\28\29::$_31::__invoke\28SkCanvas&\2c\20skia::textlayout::Paragraph*\2c\20float\2c\20float\29 -8020:embind_init_Skia\28\29::$_30::__invoke\28SkCanvas&\2c\20unsigned\20long\2c\20SkPaint\20const&\29 -8021:embind_init_Skia\28\29::$_2::__invoke\28SimpleImageInfo\2c\20unsigned\20long\2c\20int\2c\20unsigned\20long\29 -8022:embind_init_Skia\28\29::$_29::__invoke\28SkCanvas&\2c\20sk_sp\20const&\2c\20unsigned\20long\2c\20unsigned\20long\2c\20SkFilterMode\2c\20SkMipmapMode\2c\20SkPaint\20const*\29 -8023:embind_init_Skia\28\29::$_28::__invoke\28SkCanvas&\2c\20sk_sp\20const&\2c\20unsigned\20long\2c\20unsigned\20long\2c\20float\2c\20float\2c\20SkPaint\20const*\29 -8024:embind_init_Skia\28\29::$_27::__invoke\28SkCanvas&\2c\20sk_sp\20const&\2c\20unsigned\20long\2c\20unsigned\20long\2c\20SkPaint\20const*\2c\20bool\29 -8025:embind_init_Skia\28\29::$_26::__invoke\28SkCanvas&\2c\20sk_sp\20const&\2c\20unsigned\20long\2c\20unsigned\20long\2c\20SkFilterMode\2c\20SkPaint\20const*\29 -8026:embind_init_Skia\28\29::$_25::__invoke\28SkCanvas&\2c\20sk_sp\20const&\2c\20float\2c\20float\2c\20SkFilterMode\2c\20SkMipmapMode\2c\20SkPaint\20const*\29 -8027:embind_init_Skia\28\29::$_24::__invoke\28SkCanvas&\2c\20sk_sp\20const&\2c\20float\2c\20float\2c\20float\2c\20float\2c\20SkPaint\20const*\29 -8028:embind_init_Skia\28\29::$_23::__invoke\28SkCanvas&\2c\20sk_sp\20const&\2c\20float\2c\20float\2c\20SkPaint\20const*\29 -8029:embind_init_Skia\28\29::$_22::__invoke\28SkCanvas&\2c\20int\2c\20unsigned\20long\2c\20unsigned\20long\2c\20float\2c\20float\2c\20SkFont\20const&\2c\20SkPaint\20const&\29 -8030:embind_init_Skia\28\29::$_21::__invoke\28SkCanvas&\2c\20unsigned\20long\2c\20unsigned\20long\2c\20SkPaint\20const&\29 -8031:embind_init_Skia\28\29::$_20::__invoke\28SkCanvas&\2c\20unsigned\20int\2c\20SkBlendMode\29 -8032:embind_init_Skia\28\29::$_1::__invoke\28unsigned\20long\2c\20unsigned\20long\29 -8033:embind_init_Skia\28\29::$_19::__invoke\28SkCanvas&\2c\20unsigned\20long\2c\20SkBlendMode\29 -8034:embind_init_Skia\28\29::$_18::__invoke\28SkCanvas&\2c\20unsigned\20long\29 -8035:embind_init_Skia\28\29::$_17::__invoke\28SkCanvas&\2c\20sk_sp\20const&\2c\20unsigned\20long\2c\20unsigned\20long\2c\20unsigned\20long\2c\20int\2c\20SkBlendMode\2c\20float\2c\20float\2c\20SkPaint\20const*\29 -8036:embind_init_Skia\28\29::$_16::__invoke\28SkCanvas&\2c\20sk_sp\20const&\2c\20unsigned\20long\2c\20unsigned\20long\2c\20unsigned\20long\2c\20int\2c\20SkBlendMode\2c\20SkFilterMode\2c\20SkMipmapMode\2c\20SkPaint\20const*\29 -8037:embind_init_Skia\28\29::$_15::__invoke\28SkCanvas&\2c\20unsigned\20long\2c\20float\2c\20float\2c\20bool\2c\20SkPaint\20const&\29 -8038:embind_init_Skia\28\29::$_150::__invoke\28SkVertices::Builder&\29 -8039:embind_init_Skia\28\29::$_14::__invoke\28SkCanvas&\2c\20unsigned\20long\29 -8040:embind_init_Skia\28\29::$_149::__invoke\28SkVertices::Builder&\29 -8041:embind_init_Skia\28\29::$_148::__invoke\28SkVertices::Builder&\29 -8042:embind_init_Skia\28\29::$_147::__invoke\28SkVertices::Builder&\29 -8043:embind_init_Skia\28\29::$_146::__invoke\28SkVertices&\2c\20unsigned\20long\29 -8044:embind_init_Skia\28\29::$_145::__invoke\28SkTypeface&\2c\20unsigned\20long\2c\20unsigned\20long\2c\20unsigned\20long\2c\20unsigned\20long\29 -8045:embind_init_Skia\28\29::$_144::__invoke\28SkTypeface&\29 -8046:embind_init_Skia\28\29::$_143::__invoke\28unsigned\20long\2c\20int\29 -8047:embind_init_Skia\28\29::$_142::__invoke\28\29 -8048:embind_init_Skia\28\29::$_141::__invoke\28unsigned\20long\2c\20unsigned\20long\2c\20SkFont\20const&\29 -8049:embind_init_Skia\28\29::$_140::__invoke\28unsigned\20long\2c\20unsigned\20long\2c\20SkFont\20const&\29 -8050:embind_init_Skia\28\29::$_13::__invoke\28SkCanvas&\2c\20unsigned\20long\2c\20SkClipOp\2c\20bool\29 -8051:embind_init_Skia\28\29::$_139::__invoke\28unsigned\20long\2c\20unsigned\20long\2c\20unsigned\20long\2c\20SkFont\20const&\29 -8052:embind_init_Skia\28\29::$_138::__invoke\28unsigned\20long\2c\20unsigned\20long\2c\20unsigned\20long\2c\20SkFont\20const&\29 -8053:embind_init_Skia\28\29::$_137::__invoke\28SkSurface&\29 -8054:embind_init_Skia\28\29::$_136::__invoke\28SkSurface&\29 -8055:embind_init_Skia\28\29::$_135::__invoke\28SkSurface&\29 -8056:embind_init_Skia\28\29::$_134::__invoke\28SkSurface&\2c\20SimpleImageInfo\29 -8057:embind_init_Skia\28\29::$_133::__invoke\28SkSurface&\2c\20unsigned\20long\29 -8058:embind_init_Skia\28\29::$_132::__invoke\28SkSurface&\2c\20unsigned\20int\2c\20unsigned\20int\2c\20SimpleImageInfo\29 -8059:embind_init_Skia\28\29::$_131::__invoke\28SkSurface&\29 -8060:embind_init_Skia\28\29::$_130::__invoke\28SkSurface&\29 -8061:embind_init_Skia\28\29::$_12::__invoke\28SkCanvas&\2c\20unsigned\20long\2c\20SkClipOp\2c\20bool\29 -8062:embind_init_Skia\28\29::$_129::__invoke\28SimpleImageInfo\2c\20unsigned\20long\2c\20unsigned\20long\29 -8063:embind_init_Skia\28\29::$_128::__invoke\28SkRuntimeEffect&\2c\20int\29 -8064:embind_init_Skia\28\29::$_127::__invoke\28SkRuntimeEffect&\2c\20int\29 -8065:embind_init_Skia\28\29::$_126::__invoke\28SkRuntimeEffect&\29 -8066:embind_init_Skia\28\29::$_125::__invoke\28SkRuntimeEffect&\29 -8067:embind_init_Skia\28\29::$_124::__invoke\28SkRuntimeEffect&\2c\20unsigned\20long\2c\20unsigned\20long\2c\20bool\29 -8068:embind_init_Skia\28\29::$_123::__invoke\28SkRuntimeEffect&\2c\20unsigned\20long\2c\20unsigned\20long\2c\20bool\2c\20unsigned\20long\2c\20unsigned\20long\2c\20unsigned\20long\29 -8069:embind_init_Skia\28\29::$_122::__invoke\28SkRuntimeEffect&\2c\20unsigned\20long\2c\20unsigned\20long\2c\20bool\2c\20unsigned\20long\29 -8070:embind_init_Skia\28\29::$_121::__invoke\28sk_sp\2c\20int\2c\20int\29 -8071:embind_init_Skia\28\29::$_120::__invoke\28std::__2::basic_string\2c\20std::__2::allocator>\2c\20emscripten::val\29 -8072:embind_init_Skia\28\29::$_11::__invoke\28SkCanvas&\2c\20unsigned\20long\29 -8073:embind_init_Skia\28\29::$_119::__invoke\28std::__2::basic_string\2c\20std::__2::allocator>\2c\20emscripten::val\29 -8074:embind_init_Skia\28\29::$_118::__invoke\28SkSL::DebugTrace\20const*\29 -8075:embind_init_Skia\28\29::$_117::__invoke\28unsigned\20long\2c\20float\2c\20float\2c\20unsigned\20long\2c\20SkColorType\2c\20unsigned\20long\2c\20int\2c\20SkTileMode\2c\20unsigned\20int\2c\20unsigned\20long\2c\20sk_sp\29 -8076:embind_init_Skia\28\29::$_116::__invoke\28float\2c\20float\2c\20int\2c\20float\2c\20int\2c\20int\29 -8077:embind_init_Skia\28\29::$_115::__invoke\28float\2c\20float\2c\20unsigned\20long\2c\20SkColorType\2c\20unsigned\20long\2c\20int\2c\20SkTileMode\2c\20float\2c\20float\2c\20unsigned\20int\2c\20unsigned\20long\2c\20sk_sp\29 -8078:embind_init_Skia\28\29::$_114::__invoke\28float\2c\20float\2c\20float\2c\20unsigned\20long\2c\20SkColorType\2c\20unsigned\20long\2c\20int\2c\20SkTileMode\2c\20unsigned\20int\2c\20unsigned\20long\2c\20sk_sp\29 -8079:embind_init_Skia\28\29::$_113::__invoke\28unsigned\20long\2c\20unsigned\20long\2c\20SkColorType\2c\20unsigned\20long\2c\20int\2c\20SkTileMode\2c\20unsigned\20int\2c\20unsigned\20long\2c\20sk_sp\29 -8080:embind_init_Skia\28\29::$_112::__invoke\28float\2c\20float\2c\20int\2c\20float\2c\20int\2c\20int\29 -8081:embind_init_Skia\28\29::$_111::__invoke\28unsigned\20long\2c\20sk_sp\29 -8082:embind_init_Skia\28\29::$_110::operator\28\29\28SkPicture&\29\20const::'lambda'\28SkImage*\2c\20void*\29::__invoke\28SkImage*\2c\20void*\29 -8083:embind_init_Skia\28\29::$_110::__invoke\28SkPicture&\29 -8084:embind_init_Skia\28\29::$_10::__invoke\28SkAnimatedImage&\29 -8085:embind_init_Skia\28\29::$_109::__invoke\28SkPicture&\2c\20unsigned\20long\29 -8086:embind_init_Skia\28\29::$_108::__invoke\28SkPicture&\2c\20SkTileMode\2c\20SkTileMode\2c\20SkFilterMode\2c\20unsigned\20long\2c\20unsigned\20long\29 -8087:embind_init_Skia\28\29::$_107::__invoke\28SkPictureRecorder&\29 -8088:embind_init_Skia\28\29::$_106::__invoke\28SkPictureRecorder&\2c\20unsigned\20long\2c\20bool\29 -8089:embind_init_Skia\28\29::$_105::__invoke\28SkPath&\2c\20unsigned\20long\29 -8090:embind_init_Skia\28\29::$_104::__invoke\28SkPath&\2c\20unsigned\20long\29 -8091:embind_init_Skia\28\29::$_103::__invoke\28SkPath&\2c\20int\2c\20unsigned\20long\29 -8092:embind_init_Skia\28\29::$_102::__invoke\28SkPath&\2c\20unsigned\20long\2c\20float\2c\20float\2c\20bool\29 -8093:embind_init_Skia\28\29::$_101::__invoke\28SkPath&\2c\20unsigned\20long\2c\20bool\29 -8094:embind_init_Skia\28\29::$_100::__invoke\28SkPath&\2c\20unsigned\20long\2c\20bool\29 -8095:embind_init_Skia\28\29::$_0::__invoke\28unsigned\20long\2c\20unsigned\20long\29 -8096:embind_init_Paragraph\28\29::$_9::__invoke\28skia::textlayout::ParagraphBuilderImpl&\29 -8097:embind_init_Paragraph\28\29::$_8::__invoke\28skia::textlayout::ParagraphBuilderImpl&\2c\20float\2c\20float\2c\20skia::textlayout::PlaceholderAlignment\2c\20skia::textlayout::TextBaseline\2c\20float\29 -8098:embind_init_Paragraph\28\29::$_7::__invoke\28skia::textlayout::ParagraphBuilderImpl&\2c\20SimpleTextStyle\2c\20SkPaint\2c\20SkPaint\29 -8099:embind_init_Paragraph\28\29::$_6::__invoke\28skia::textlayout::ParagraphBuilderImpl&\2c\20SimpleTextStyle\29 -8100:embind_init_Paragraph\28\29::$_5::__invoke\28skia::textlayout::ParagraphBuilderImpl&\29 -8101:embind_init_Paragraph\28\29::$_4::__invoke\28skia::textlayout::ParagraphBuilderImpl&\2c\20std::__2::basic_string\2c\20std::__2::allocator>\29 -8102:embind_init_Paragraph\28\29::$_3::__invoke\28emscripten::val\2c\20emscripten::val\2c\20float\29 -8103:embind_init_Paragraph\28\29::$_2::__invoke\28SimpleParagraphStyle\2c\20sk_sp\29 -8104:embind_init_Paragraph\28\29::$_19::__invoke\28skia::textlayout::FontCollection&\2c\20sk_sp\20const&\29 -8105:embind_init_Paragraph\28\29::$_18::__invoke\28\29 -8106:embind_init_Paragraph\28\29::$_17::__invoke\28skia::textlayout::TypefaceFontProvider&\2c\20sk_sp\2c\20unsigned\20long\29 -8107:embind_init_Paragraph\28\29::$_16::__invoke\28\29 -8108:embind_init_Paragraph\28\29::$_15::__invoke\28skia::textlayout::ParagraphBuilderImpl&\2c\20unsigned\20long\2c\20unsigned\20long\29 -8109:embind_init_Paragraph\28\29::$_14::__invoke\28skia::textlayout::ParagraphBuilderImpl&\2c\20unsigned\20long\2c\20unsigned\20long\29 -8110:embind_init_Paragraph\28\29::$_13::__invoke\28skia::textlayout::ParagraphBuilderImpl&\2c\20unsigned\20long\2c\20unsigned\20long\29 -8111:embind_init_Paragraph\28\29::$_12::__invoke\28skia::textlayout::ParagraphBuilderImpl&\2c\20unsigned\20long\2c\20unsigned\20long\29 -8112:embind_init_Paragraph\28\29::$_11::__invoke\28skia::textlayout::ParagraphBuilderImpl&\2c\20unsigned\20long\2c\20unsigned\20long\29 -8113:embind_init_Paragraph\28\29::$_10::__invoke\28skia::textlayout::ParagraphBuilderImpl&\2c\20unsigned\20long\2c\20unsigned\20long\29 -8114:dispose_external_texture\28void*\29 -8115:deleteJSTexture\28void*\29 -8116:deflate_slow -8117:deflate_fast -8118:decompress_smooth_data -8119:decompress_onepass -8120:decompress_data -8121:decompose_khmer\28hb_ot_shape_normalize_context_t\20const*\2c\20unsigned\20int\2c\20unsigned\20int*\2c\20unsigned\20int*\29 -8122:decompose_indic\28hb_ot_shape_normalize_context_t\20const*\2c\20unsigned\20int\2c\20unsigned\20int*\2c\20unsigned\20int*\29 -8123:decode_mcu_DC_refine -8124:decode_mcu_DC_first -8125:decode_mcu_AC_refine -8126:decode_mcu_AC_first -8127:decode_mcu -8128:decltype\28fp\28nullptr\29\29\20SkArenaAlloc::make\28skgpu::ganesh::\28anonymous\20namespace\29::QuadEdgeEffect::Make\28SkArenaAlloc*\2c\20SkMatrix\20const&\2c\20bool\2c\20bool\29::'lambda'\28void*\29&&\29::'lambda'\28char*\29::__invoke\28char*\29 -8129:decltype\28fp\28nullptr\29\29\20SkArenaAlloc::make&\2c\20GrShaderCaps\20const&>\28SkMatrix\20const&\2c\20SkRGBA4f<\28SkAlphaType\292>&\2c\20GrShaderCaps\20const&\29::'lambda'\28void*\29>\28skgpu::ganesh::\28anonymous\20namespace\29::HullShader&&\29::'lambda'\28char*\29::__invoke\28char*\29 -8130:decltype\28fp\28nullptr\29\29\20SkArenaAlloc::make\28skgpu::ganesh::StrokeTessellator::PathStrokeList&&\29::'lambda'\28void*\29>\28skgpu::ganesh::StrokeTessellator::PathStrokeList&&\29::'lambda'\28char*\29::__invoke\28char*\29 -8131:decltype\28fp\28nullptr\29\29\20SkArenaAlloc::make\28skgpu::tess::PatchAttribs&\29::'lambda'\28void*\29>\28skgpu::ganesh::StrokeTessellator&&\29::'lambda'\28char*\29::__invoke\28char*\29 -8132:decltype\28fp\28nullptr\29\29\20SkArenaAlloc::make\20const&>\28SkMatrix\20const&\2c\20SkPath\20const&\2c\20SkRGBA4f<\28SkAlphaType\292>\20const&\29::'lambda'\28void*\29>\28skgpu::ganesh::PathTessellator::PathDrawList&&\29::'lambda'\28char*\29::__invoke\28char*\29 -8133:decltype\28fp\28nullptr\29\29\20SkArenaAlloc::make\2c\20SkFilterMode\2c\20bool\29::'lambda'\28void*\29>\28skgpu::ganesh::LatticeOp::\28anonymous\20namespace\29::LatticeGP::Make\28SkArenaAlloc*\2c\20GrSurfaceProxyView\20const&\2c\20sk_sp\2c\20SkFilterMode\2c\20bool\29::'lambda'\28void*\29&&\29::'lambda'\28char*\29::__invoke\28char*\29 -8134:decltype\28fp\28nullptr\29\29\20SkArenaAlloc::make\28skgpu::ganesh::FillRRectOp::\28anonymous\20namespace\29::FillRRectOpImpl::Processor::Make\28SkArenaAlloc*\2c\20GrAAType\2c\20skgpu::ganesh::FillRRectOp::\28anonymous\20namespace\29::FillRRectOpImpl::ProcessorFlags\29::'lambda'\28void*\29&&\29::'lambda'\28char*\29::__invoke\28char*\29 -8135:decltype\28fp\28nullptr\29\29\20SkArenaAlloc::make\28int&\2c\20int&\29::'lambda'\28void*\29>\28skgpu::RectanizerSkyline&&\29::'lambda'\28char*\29::__invoke\28char*\29 -8136:decltype\28fp\28nullptr\29\29\20SkArenaAlloc::make\28int&\2c\20int&\29::'lambda'\28void*\29>\28skgpu::RectanizerPow2&&\29::'lambda'\28char*\29::__invoke\28char*\29 -8137:decltype\28fp\28nullptr\29\29\20SkArenaAlloc::make*\20SkArenaAlloc::make>\28\29::'lambda'\28void*\29>\28sk_sp&&\29::'lambda'\28char*\29::__invoke\28char*\29 -8138:decltype\28fp\28nullptr\29\29\20SkArenaAlloc::make<\28anonymous\20namespace\29::ThreeBoxApproxPass*\20SkArenaAlloc::make<\28anonymous\20namespace\29::ThreeBoxApproxPass\2c\20skvx::Vec<4\2c\20unsigned\20int>*&\2c\20skvx::Vec<4\2c\20unsigned\20int>*&\2c\20skvx::Vec<4\2c\20unsigned\20int>*&\2c\20skvx::Vec<4\2c\20unsigned\20int>*&\2c\20int&\2c\20int&>\28skvx::Vec<4\2c\20unsigned\20int>*&\2c\20skvx::Vec<4\2c\20unsigned\20int>*&\2c\20skvx::Vec<4\2c\20unsigned\20int>*&\2c\20skvx::Vec<4\2c\20unsigned\20int>*&\2c\20int&\2c\20int&\29::'lambda'\28void*\29>\28\28anonymous\20namespace\29::ThreeBoxApproxPass&&\29::'lambda'\28char*\29::__invoke\28char*\29 -8139:decltype\28fp\28nullptr\29\29\20SkArenaAlloc::make<\28anonymous\20namespace\29::TextureOpImpl::Desc*\20SkArenaAlloc::make<\28anonymous\20namespace\29::TextureOpImpl::Desc>\28\29::'lambda'\28void*\29>\28\28anonymous\20namespace\29::TextureOpImpl::Desc&&\29::'lambda'\28char*\29::__invoke\28char*\29 -8140:decltype\28fp\28nullptr\29\29\20SkArenaAlloc::make<\28anonymous\20namespace\29::TentPass*\20SkArenaAlloc::make<\28anonymous\20namespace\29::TentPass\2c\20skvx::Vec<4\2c\20unsigned\20int>*&\2c\20skvx::Vec<4\2c\20unsigned\20int>*&\2c\20skvx::Vec<4\2c\20unsigned\20int>*&\2c\20int&\2c\20int&>\28skvx::Vec<4\2c\20unsigned\20int>*&\2c\20skvx::Vec<4\2c\20unsigned\20int>*&\2c\20skvx::Vec<4\2c\20unsigned\20int>*&\2c\20int&\2c\20int&\29::'lambda'\28void*\29>\28\28anonymous\20namespace\29::TentPass&&\29::'lambda'\28char*\29::__invoke\28char*\29 -8141:decltype\28fp\28nullptr\29\29\20SkArenaAlloc::make<\28anonymous\20namespace\29::SimpleTriangleShader*\20SkArenaAlloc::make<\28anonymous\20namespace\29::SimpleTriangleShader\2c\20SkMatrix\20const&\2c\20SkRGBA4f<\28SkAlphaType\292>\20const&>\28SkMatrix\20const&\2c\20SkRGBA4f<\28SkAlphaType\292>\20const&\29::'lambda'\28void*\29>\28\28anonymous\20namespace\29::SimpleTriangleShader&&\29::'lambda'\28char*\29::__invoke\28char*\29 -8142:decltype\28fp\28nullptr\29\29\20SkArenaAlloc::make<\28anonymous\20namespace\29::DrawAtlasPathShader*\20SkArenaAlloc::make<\28anonymous\20namespace\29::DrawAtlasPathShader\2c\20bool&\2c\20skgpu::ganesh::AtlasInstancedHelper*\2c\20GrShaderCaps\20const&>\28bool&\2c\20skgpu::ganesh::AtlasInstancedHelper*&&\2c\20GrShaderCaps\20const&\29::'lambda'\28void*\29>\28\28anonymous\20namespace\29::DrawAtlasPathShader&&\29::'lambda'\28char*\29::__invoke\28char*\29 -8143:decltype\28fp\28nullptr\29\29\20SkArenaAlloc::make<\28anonymous\20namespace\29::BoundingBoxShader*\20SkArenaAlloc::make<\28anonymous\20namespace\29::BoundingBoxShader\2c\20SkRGBA4f<\28SkAlphaType\292>&\2c\20GrShaderCaps\20const&>\28SkRGBA4f<\28SkAlphaType\292>&\2c\20GrShaderCaps\20const&\29::'lambda'\28void*\29>\28\28anonymous\20namespace\29::BoundingBoxShader&&\29::'lambda'\28char*\29::__invoke\28char*\29 -8144:decltype\28fp\28nullptr\29\29\20SkArenaAlloc::make\28SkPixmap\20const&\2c\20unsigned\20char&&\29::'lambda'\28void*\29>\28Sprite_D32_S32&&\29::'lambda'\28char*\29::__invoke\28char*\29 -8145:decltype\28fp\28nullptr\29\29\20SkArenaAlloc::make\28bool&&\2c\20bool\20const&\29::'lambda'\28void*\29>\28SkTriColorShader&&\29::'lambda'\28char*\29::__invoke\28char*\29 -8146:decltype\28fp\28nullptr\29\29\20SkArenaAlloc::make\28\29::'lambda'\28void*\29>\28SkTCubic&&\29::'lambda'\28char*\29::__invoke\28char*\29 -8147:decltype\28fp\28nullptr\29\29\20SkArenaAlloc::make\28\29::'lambda'\28void*\29>\28SkTConic&&\29::'lambda'\28char*\29::__invoke\28char*\29 -8148:decltype\28fp\28nullptr\29\29\20SkArenaAlloc::make\28SkPixmap\20const&\29::'lambda'\28void*\29>\28SkSpriteBlitter_Memcpy&&\29::'lambda'\28char*\29::__invoke\28char*\29 -8149:decltype\28fp\28nullptr\29\29\20SkArenaAlloc::make&>\28SkPixmap\20const&\2c\20SkArenaAlloc*&\2c\20sk_sp&\29::'lambda'\28void*\29>\28SkRasterPipelineSpriteBlitter&&\29::'lambda'\28char*\29::__invoke\28char*\29 -8150:decltype\28fp\28nullptr\29\29\20SkArenaAlloc::make\28SkPixmap\20const&\2c\20SkPaint\20const&\2c\20SkArenaAlloc*&\29::'lambda'\28void*\29>\28SkRasterPipelineBlitter&&\29::'lambda'\28char*\29::__invoke\28char*\29 -8151:decltype\28fp\28nullptr\29\29\20SkArenaAlloc::make\28\29::'lambda'\28void*\29>\28SkNullBlitter&&\29::'lambda'\28char*\29::__invoke\28char*\29 -8152:decltype\28fp\28nullptr\29\29\20SkArenaAlloc::make\28SkImage_Base\20const*&&\2c\20SkMatrix\20const&\2c\20SkMipmapMode&\29::'lambda'\28void*\29>\28SkMipmapAccessor&&\29::'lambda'\28char*\29::__invoke\28char*\29 -8153:decltype\28fp\28nullptr\29\29\20SkArenaAlloc::make\28\29::'lambda'\28void*\29>\28SkGlyph::PathData&&\29::'lambda'\28char*\29::__invoke\28char*\29 -8154:decltype\28fp\28nullptr\29\29\20SkArenaAlloc::make\28\29::'lambda'\28void*\29>\28SkGlyph::DrawableData&&\29::'lambda'\28char*\29::__invoke\28char*\29 -8155:decltype\28fp\28nullptr\29\29\20SkArenaAlloc::make\28\29::'lambda'\28void*\29>\28SkEdge&&\29::'lambda'\28char*\29::__invoke\28char*\29 -8156:decltype\28fp\28nullptr\29\29\20SkArenaAlloc::make\28\29::'lambda'\28void*\29>\28SkCubicEdge&&\29::'lambda'\28char*\29::__invoke\28char*\29 -8157:decltype\28fp\28nullptr\29\29\20SkArenaAlloc::make&\29>>::Node*\20SkArenaAlloc::make&\29>>::Node\2c\20std::__2::function&\29>>\28std::__2::function&\29>&&\29::'lambda'\28void*\29>\28SkArenaAllocList&\29>>::Node&&\29::'lambda'\28char*\29::__invoke\28char*\29 -8158:decltype\28fp\28nullptr\29\29\20SkArenaAlloc::make::Node*\20SkArenaAlloc::make::Node\2c\20std::__2::function&\29>\2c\20skgpu::AtlasToken>\28std::__2::function&\29>&&\2c\20skgpu::AtlasToken&&\29::'lambda'\28void*\29>\28SkArenaAllocList::Node&&\29::'lambda'\28char*\29::__invoke\28char*\29 -8159:decltype\28fp\28nullptr\29\29\20SkArenaAlloc::make::Node*\20SkArenaAlloc::make::Node>\28\29::'lambda'\28void*\29>\28SkArenaAllocList::Node&&\29::'lambda'\28char*\29::__invoke\28char*\29 -8160:decltype\28fp\28nullptr\29\29\20SkArenaAlloc::make\28SkPixmap\20const&\2c\20SkPaint\20const&\29::'lambda'\28void*\29>\28SkA8_Coverage_Blitter&&\29::'lambda'\28char*\29::__invoke\28char*\29 -8161:decltype\28fp\28nullptr\29\29\20SkArenaAlloc::make\28\29::'lambda'\28void*\29>\28GrSimpleMesh&&\29::'lambda'\28char*\29::__invoke\28char*\29 -8162:decltype\28fp\28nullptr\29\29\20SkArenaAlloc::make\28GrSurfaceProxy*&\2c\20skgpu::ScratchKey&&\2c\20GrResourceProvider*&\29::'lambda'\28void*\29>\28GrResourceAllocator::Register&&\29::'lambda'\28char*\29::__invoke\28char*\29 -8163:decltype\28fp\28nullptr\29\29\20SkArenaAlloc::make\28SkPath\20const&\2c\20SkArenaAlloc*\20const&\29::'lambda'\28void*\29>\28GrInnerFanTriangulator&&\29::'lambda'\28char*\29::__invoke\28char*\29 -8164:decltype\28fp\28nullptr\29\29\20SkArenaAlloc::make\28GrDistanceFieldLCDTextGeoProc::Make\28SkArenaAlloc*\2c\20GrShaderCaps\20const&\2c\20GrSurfaceProxyView\20const*\2c\20int\2c\20GrSamplerState\2c\20GrDistanceFieldLCDTextGeoProc::DistanceAdjust\2c\20unsigned\20int\2c\20SkMatrix\20const&\29::'lambda'\28void*\29&&\29::'lambda'\28char*\29::__invoke\28char*\29 -8165:decltype\28fp\28nullptr\29\29\20SkArenaAlloc::make\20const&\2c\20bool\2c\20sk_sp\2c\20GrSurfaceProxyView\20const*\2c\20int\2c\20GrSamplerState\2c\20skgpu::MaskFormat\2c\20SkMatrix\20const&\2c\20bool\29::'lambda'\28void*\29>\28GrBitmapTextGeoProc::Make\28SkArenaAlloc*\2c\20GrShaderCaps\20const&\2c\20SkRGBA4f<\28SkAlphaType\292>\20const&\2c\20bool\2c\20sk_sp\2c\20GrSurfaceProxyView\20const*\2c\20int\2c\20GrSamplerState\2c\20skgpu::MaskFormat\2c\20SkMatrix\20const&\2c\20bool\29::'lambda'\28void*\29&&\29::'lambda'\28char*\29::__invoke\28char*\29 -8166:decltype\28fp\28nullptr\29\29\20SkArenaAlloc::make\28GrAppliedClip&&\29::'lambda'\28void*\29>\28GrAppliedClip&&\29::'lambda'\28char*\29::__invoke\28char*\29 -8167:decltype\28fp\28nullptr\29\29\20SkArenaAlloc::make\28EllipseGeometryProcessor::Make\28SkArenaAlloc*\2c\20bool\2c\20bool\2c\20bool\2c\20SkMatrix\20const&\29::'lambda'\28void*\29&&\29::'lambda'\28char*\29::__invoke\28char*\29 -8168:decltype\28fp\28nullptr\29\29\20SkArenaAlloc::make\20const&\2c\20SkMatrix\20const&\2c\20SkMatrix\20const&\2c\20bool\2c\20unsigned\20char\29::'lambda'\28void*\29>\28DefaultGeoProc::Make\28SkArenaAlloc*\2c\20unsigned\20int\2c\20SkRGBA4f<\28SkAlphaType\292>\20const&\2c\20SkMatrix\20const&\2c\20SkMatrix\20const&\2c\20bool\2c\20unsigned\20char\29::'lambda'\28void*\29&&\29::'lambda'\28char*\29::__invoke\28char*\29 -8169:decltype\28auto\29\20std::__2::__variant_detail::__visitation::__base::__dispatcher<1ul\2c\201ul>::__dispatch\5babi:ne180100\5d>::__generic_construct\5babi:ne180100\5d\2c\20\28std::__2::__variant_detail::_Trait\291>\20const&>\28std::__2::__variant_detail::__ctor>&\2c\20std::__2::__variant_detail::__copy_constructor\2c\20\28std::__2::__variant_detail::_Trait\291>\20const&\29::'lambda'\28std::__2::__variant_detail::__copy_constructor\2c\20\28std::__2::__variant_detail::_Trait\291>\20const&\2c\20auto&&\29&&\2c\20std::__2::__variant_detail::__base<\28std::__2::__variant_detail::_Trait\291\2c\20SkPaint\2c\20int>&\2c\20std::__2::__variant_detail::__base<\28std::__2::__variant_detail::_Trait\291\2c\20SkPaint\2c\20int>\20const&>\28std::__2::__variant_detail::__copy_constructor\2c\20\28std::__2::__variant_detail::_Trait\291>\20const&\2c\20std::__2::__variant_detail::__base<\28std::__2::__variant_detail::_Trait\291\2c\20SkPaint\2c\20int>&\2c\20std::__2::__variant_detail::__base<\28std::__2::__variant_detail::_Trait\291\2c\20SkPaint\2c\20int>\20const&\29 -8170:decltype\28auto\29\20std::__2::__variant_detail::__visitation::__base::__dispatcher<1ul\2c\201ul>::__dispatch\5babi:ne180100\5d>::__generic_assign\5babi:ne180100\5d\2c\20\28std::__2::__variant_detail::_Trait\291>>\28std::__2::__variant_detail::__move_assignment\2c\20\28std::__2::__variant_detail::_Trait\291>&&\29::'lambda'\28std::__2::__variant_detail::__move_assignment\2c\20\28std::__2::__variant_detail::_Trait\291>&\2c\20auto&&\29&&\2c\20std::__2::__variant_detail::__base<\28std::__2::__variant_detail::_Trait\291\2c\20SkPaint\2c\20int>&\2c\20std::__2::__variant_detail::__base<\28std::__2::__variant_detail::_Trait\291\2c\20SkPaint\2c\20int>&&>\28std::__2::__variant_detail::__move_assignment\2c\20\28std::__2::__variant_detail::_Trait\291>\2c\20std::__2::__variant_detail::__base<\28std::__2::__variant_detail::_Trait\291\2c\20SkPaint\2c\20int>&\2c\20std::__2::__variant_detail::__base<\28std::__2::__variant_detail::_Trait\291\2c\20SkPaint\2c\20int>&&\29 -8171:decltype\28auto\29\20std::__2::__variant_detail::__visitation::__base::__dispatcher<1ul\2c\201ul>::__dispatch\5babi:ne180100\5d>::__generic_assign\5babi:ne180100\5d\2c\20\28std::__2::__variant_detail::_Trait\291>\20const&>\28std::__2::__variant_detail::__copy_assignment\2c\20\28std::__2::__variant_detail::_Trait\291>\20const&\29::'lambda'\28std::__2::__variant_detail::__copy_assignment\2c\20\28std::__2::__variant_detail::_Trait\291>\20const&\2c\20auto&&\29&&\2c\20std::__2::__variant_detail::__base<\28std::__2::__variant_detail::_Trait\291\2c\20SkPaint\2c\20int>&\2c\20std::__2::__variant_detail::__base<\28std::__2::__variant_detail::_Trait\291\2c\20SkPaint\2c\20int>\20const&>\28std::__2::__variant_detail::__copy_assignment\2c\20\28std::__2::__variant_detail::_Trait\291>\20const&\2c\20std::__2::__variant_detail::__base<\28std::__2::__variant_detail::_Trait\291\2c\20SkPaint\2c\20int>&\2c\20std::__2::__variant_detail::__base<\28std::__2::__variant_detail::_Trait\291\2c\20SkPaint\2c\20int>\20const&\29 -8172:decltype\28auto\29\20std::__2::__variant_detail::__visitation::__base::__dispatcher<1ul\2c\201ul>::__dispatch\5babi:ne180100\5d>>&&\2c\20std::__2::__variant_detail::__base<\28std::__2::__variant_detail::_Trait\291\2c\20SkPaint\2c\20int>\20const&\2c\20std::__2::__variant_detail::__base<\28std::__2::__variant_detail::_Trait\291\2c\20SkPaint\2c\20int>\20const&>\28std::__2::__variant_detail::__visitation::__variant::__value_visitor>>&&\2c\20std::__2::__variant_detail::__base<\28std::__2::__variant_detail::_Trait\291\2c\20SkPaint\2c\20int>\20const&\2c\20std::__2::__variant_detail::__base<\28std::__2::__variant_detail::_Trait\291\2c\20SkPaint\2c\20int>\20const&\29 -8173:decltype\28auto\29\20std::__2::__variant_detail::__visitation::__base::__dispatcher<1ul\2c\201ul>::__dispatch\5babi:ne180100\5d>>&&\2c\20std::__2::__variant_detail::__base<\28std::__2::__variant_detail::_Trait\291\2c\20SkPaint\2c\20int>\20const&\2c\20std::__2::__variant_detail::__base<\28std::__2::__variant_detail::_Trait\291\2c\20SkPaint\2c\20int>\20const&>\28std::__2::__variant_detail::__visitation::__variant::__value_visitor>>&&\2c\20std::__2::__variant_detail::__base<\28std::__2::__variant_detail::_Trait\291\2c\20SkPaint\2c\20int>\20const&\2c\20std::__2::__variant_detail::__base<\28std::__2::__variant_detail::_Trait\291\2c\20SkPaint\2c\20int>\20const&\29 -8174:decltype\28auto\29\20std::__2::__variant_detail::__visitation::__base::__dispatcher<1ul>::__dispatch\5babi:ne180100\5d\2c\20std::__2::unique_ptr>>\2c\20\28std::__2::__variant_detail::_Trait\291>::__destroy\5babi:ne180100\5d\28\29::'lambda'\28auto&\29&&\2c\20std::__2::__variant_detail::__base<\28std::__2::__variant_detail::_Trait\291\2c\20sk_sp\2c\20std::__2::unique_ptr>>&>\28auto\2c\20std::__2::__variant_detail::__base<\28std::__2::__variant_detail::_Trait\291\2c\20sk_sp\2c\20std::__2::unique_ptr>>&\29 -8175:decltype\28auto\29\20std::__2::__variant_detail::__visitation::__base::__dispatcher<0ul\2c\200ul>::__dispatch\5babi:ne180100\5d>::__generic_construct\5babi:ne180100\5d\2c\20\28std::__2::__variant_detail::_Trait\291>\20const&>\28std::__2::__variant_detail::__ctor>&\2c\20std::__2::__variant_detail::__copy_constructor\2c\20\28std::__2::__variant_detail::_Trait\291>\20const&\29::'lambda'\28std::__2::__variant_detail::__copy_constructor\2c\20\28std::__2::__variant_detail::_Trait\291>\20const&\2c\20auto&&\29&&\2c\20std::__2::__variant_detail::__base<\28std::__2::__variant_detail::_Trait\291\2c\20SkPaint\2c\20int>&\2c\20std::__2::__variant_detail::__base<\28std::__2::__variant_detail::_Trait\291\2c\20SkPaint\2c\20int>\20const&>\28std::__2::__variant_detail::__copy_constructor\2c\20\28std::__2::__variant_detail::_Trait\291>\20const&\2c\20std::__2::__variant_detail::__base<\28std::__2::__variant_detail::_Trait\291\2c\20SkPaint\2c\20int>&\2c\20std::__2::__variant_detail::__base<\28std::__2::__variant_detail::_Trait\291\2c\20SkPaint\2c\20int>\20const&\29 -8176:decltype\28auto\29\20std::__2::__variant_detail::__visitation::__base::__dispatcher<0ul\2c\200ul>::__dispatch\5babi:ne180100\5d>::__generic_assign\5babi:ne180100\5d\2c\20\28std::__2::__variant_detail::_Trait\291>>\28std::__2::__variant_detail::__move_assignment\2c\20\28std::__2::__variant_detail::_Trait\291>&&\29::'lambda'\28std::__2::__variant_detail::__move_assignment\2c\20\28std::__2::__variant_detail::_Trait\291>&\2c\20auto&&\29&&\2c\20std::__2::__variant_detail::__base<\28std::__2::__variant_detail::_Trait\291\2c\20SkPaint\2c\20int>&\2c\20std::__2::__variant_detail::__base<\28std::__2::__variant_detail::_Trait\291\2c\20SkPaint\2c\20int>&&>\28std::__2::__variant_detail::__move_assignment\2c\20\28std::__2::__variant_detail::_Trait\291>\2c\20std::__2::__variant_detail::__base<\28std::__2::__variant_detail::_Trait\291\2c\20SkPaint\2c\20int>&\2c\20std::__2::__variant_detail::__base<\28std::__2::__variant_detail::_Trait\291\2c\20SkPaint\2c\20int>&&\29 -8177:decltype\28auto\29\20std::__2::__variant_detail::__visitation::__base::__dispatcher<0ul\2c\200ul>::__dispatch\5babi:ne180100\5d>::__generic_assign\5babi:ne180100\5d\2c\20\28std::__2::__variant_detail::_Trait\291>\20const&>\28std::__2::__variant_detail::__copy_assignment\2c\20\28std::__2::__variant_detail::_Trait\291>\20const&\29::'lambda'\28std::__2::__variant_detail::__copy_assignment\2c\20\28std::__2::__variant_detail::_Trait\291>\20const&\2c\20auto&&\29&&\2c\20std::__2::__variant_detail::__base<\28std::__2::__variant_detail::_Trait\291\2c\20SkPaint\2c\20int>&\2c\20std::__2::__variant_detail::__base<\28std::__2::__variant_detail::_Trait\291\2c\20SkPaint\2c\20int>\20const&>\28std::__2::__variant_detail::__copy_assignment\2c\20\28std::__2::__variant_detail::_Trait\291>\20const&\2c\20std::__2::__variant_detail::__base<\28std::__2::__variant_detail::_Trait\291\2c\20SkPaint\2c\20int>&\2c\20std::__2::__variant_detail::__base<\28std::__2::__variant_detail::_Trait\291\2c\20SkPaint\2c\20int>\20const&\29 -8178:decltype\28auto\29\20std::__2::__variant_detail::__visitation::__base::__dispatcher<0ul\2c\200ul>::__dispatch\5babi:ne180100\5d>>&&\2c\20std::__2::__variant_detail::__base<\28std::__2::__variant_detail::_Trait\291\2c\20SkPaint\2c\20int>\20const&\2c\20std::__2::__variant_detail::__base<\28std::__2::__variant_detail::_Trait\291\2c\20SkPaint\2c\20int>\20const&>\28std::__2::__variant_detail::__visitation::__variant::__value_visitor>>&&\2c\20std::__2::__variant_detail::__base<\28std::__2::__variant_detail::_Trait\291\2c\20SkPaint\2c\20int>\20const&\2c\20std::__2::__variant_detail::__base<\28std::__2::__variant_detail::_Trait\291\2c\20SkPaint\2c\20int>\20const&\29 -8179:decltype\28auto\29\20std::__2::__variant_detail::__visitation::__base::__dispatcher<0ul\2c\200ul>::__dispatch\5babi:ne180100\5d>>&&\2c\20std::__2::__variant_detail::__base<\28std::__2::__variant_detail::_Trait\291\2c\20SkPaint\2c\20int>\20const&\2c\20std::__2::__variant_detail::__base<\28std::__2::__variant_detail::_Trait\291\2c\20SkPaint\2c\20int>\20const&>\28std::__2::__variant_detail::__visitation::__variant::__value_visitor>>&&\2c\20std::__2::__variant_detail::__base<\28std::__2::__variant_detail::_Trait\291\2c\20SkPaint\2c\20int>\20const&\2c\20std::__2::__variant_detail::__base<\28std::__2::__variant_detail::_Trait\291\2c\20SkPaint\2c\20int>\20const&\29 -8180:decltype\28auto\29\20std::__2::__variant_detail::__visitation::__base::__dispatcher<0ul>::__dispatch\5babi:ne180100\5d\2c\20std::__2::unique_ptr>>\2c\20\28std::__2::__variant_detail::_Trait\291>::__destroy\5babi:ne180100\5d\28\29::'lambda'\28auto&\29&&\2c\20std::__2::__variant_detail::__base<\28std::__2::__variant_detail::_Trait\291\2c\20sk_sp\2c\20std::__2::unique_ptr>>&>\28auto\2c\20std::__2::__variant_detail::__base<\28std::__2::__variant_detail::_Trait\291\2c\20sk_sp\2c\20std::__2::unique_ptr>>&\29 -8181:decltype\28auto\29\20std::__2::__variant_detail::__visitation::__base::__dispatcher<0ul>::__dispatch\5babi:ne180100\5d\2c\20\28std::__2::__variant_detail::_Trait\291>::__destroy\5babi:ne180100\5d\28\29::'lambda'\28auto&\29&&\2c\20std::__2::__variant_detail::__base<\28std::__2::__variant_detail::_Trait\291\2c\20SkPaint\2c\20int>&>\28auto\2c\20std::__2::__variant_detail::__base<\28std::__2::__variant_detail::_Trait\291\2c\20SkPaint\2c\20int>&\29 -8182:deallocate_buffer_var\28hb_ot_shape_plan_t\20const*\2c\20hb_font_t*\2c\20hb_buffer_t*\29 -8183:ddquad_xy_at_t\28SkDCurve\20const&\2c\20double\29 -8184:ddquad_dxdy_at_t\28SkDCurve\20const&\2c\20double\29 -8185:ddline_xy_at_t\28SkDCurve\20const&\2c\20double\29 -8186:ddline_dxdy_at_t\28SkDCurve\20const&\2c\20double\29 -8187:ddcubic_xy_at_t\28SkDCurve\20const&\2c\20double\29 -8188:ddcubic_dxdy_at_t\28SkDCurve\20const&\2c\20double\29 -8189:ddconic_xy_at_t\28SkDCurve\20const&\2c\20double\29 -8190:ddconic_dxdy_at_t\28SkDCurve\20const&\2c\20double\29 -8191:data_destroy_use\28void*\29 -8192:data_create_use\28hb_ot_shape_plan_t\20const*\29 -8193:data_create_khmer\28hb_ot_shape_plan_t\20const*\29 -8194:data_create_indic\28hb_ot_shape_plan_t\20const*\29 -8195:data_create_hangul\28hb_ot_shape_plan_t\20const*\29 -8196:copy\28void*\2c\20unsigned\20char\20const*\2c\20int\2c\20int\2c\20int\2c\20int\2c\20unsigned\20int\20const*\29 -8197:convert_bytes_to_data -8198:consume_markers -8199:consume_data -8200:computeTonalColors\28unsigned\20long\2c\20unsigned\20long\29 -8201:compose_indic\28hb_ot_shape_normalize_context_t\20const*\2c\20unsigned\20int\2c\20unsigned\20int\2c\20unsigned\20int*\29 -8202:compose_hebrew\28hb_ot_shape_normalize_context_t\20const*\2c\20unsigned\20int\2c\20unsigned\20int\2c\20unsigned\20int*\29 -8203:compare_ppem -8204:compare_myanmar_order\28hb_glyph_info_t\20const*\2c\20hb_glyph_info_t\20const*\29 -8205:compare_edges\28SkEdge\20const*\2c\20SkEdge\20const*\29 -8206:compare_edges\28SkAnalyticEdge\20const*\2c\20SkAnalyticEdge\20const*\29 -8207:compare_combining_class\28hb_glyph_info_t\20const*\2c\20hb_glyph_info_t\20const*\29 -8208:color_quantize3 -8209:color_quantize -8210:collect_features_use\28hb_ot_shape_planner_t*\29 -8211:collect_features_myanmar\28hb_ot_shape_planner_t*\29 -8212:collect_features_khmer\28hb_ot_shape_planner_t*\29 -8213:collect_features_indic\28hb_ot_shape_planner_t*\29 -8214:collect_features_hangul\28hb_ot_shape_planner_t*\29 -8215:collect_features_arabic\28hb_ot_shape_planner_t*\29 -8216:clip\28SkPath\20const&\2c\20SkHalfPlane\20const&\29::$_0::__invoke\28SkEdgeClipper*\2c\20bool\2c\20void*\29 -8217:check_for_passthrough_local_coords_and_dead_varyings\28SkSL::Program\20const&\2c\20unsigned\20int*\29::Visitor::visitStatement\28SkSL::Statement\20const&\29 -8218:check_for_passthrough_local_coords_and_dead_varyings\28SkSL::Program\20const&\2c\20unsigned\20int*\29::Visitor::visitProgramElement\28SkSL::ProgramElement\20const&\29 -8219:check_for_passthrough_local_coords_and_dead_varyings\28SkSL::Program\20const&\2c\20unsigned\20int*\29::Visitor::visitExpression\28SkSL::Expression\20const&\29 -8220:cff_slot_init -8221:cff_slot_done -8222:cff_size_request -8223:cff_size_init -8224:cff_size_done -8225:cff_sid_to_glyph_name -8226:cff_set_var_design -8227:cff_set_mm_weightvector -8228:cff_set_mm_blend -8229:cff_set_instance -8230:cff_random -8231:cff_ps_has_glyph_names -8232:cff_ps_get_font_info -8233:cff_ps_get_font_extra -8234:cff_parse_vsindex -8235:cff_parse_private_dict -8236:cff_parse_multiple_master -8237:cff_parse_maxstack -8238:cff_parse_font_matrix -8239:cff_parse_font_bbox -8240:cff_parse_cid_ros -8241:cff_parse_blend -8242:cff_metrics_adjust -8243:cff_hadvance_adjust -8244:cff_glyph_load -8245:cff_get_var_design -8246:cff_get_var_blend -8247:cff_get_standard_encoding -8248:cff_get_ros -8249:cff_get_ps_name -8250:cff_get_name_index -8251:cff_get_mm_weightvector -8252:cff_get_mm_var -8253:cff_get_mm_blend -8254:cff_get_is_cid -8255:cff_get_interface -8256:cff_get_glyph_name -8257:cff_get_glyph_data -8258:cff_get_cmap_info -8259:cff_get_cid_from_glyph_index -8260:cff_get_advances -8261:cff_free_glyph_data -8262:cff_fd_select_get -8263:cff_face_init -8264:cff_face_done -8265:cff_driver_init -8266:cff_done_blend -8267:cff_decoder_prepare -8268:cff_decoder_init -8269:cff_cmap_unicode_init -8270:cff_cmap_unicode_char_next -8271:cff_cmap_unicode_char_index -8272:cff_cmap_encoding_init -8273:cff_cmap_encoding_done -8274:cff_cmap_encoding_char_next -8275:cff_cmap_encoding_char_index -8276:cff_builder_start_point -8277:cff_builder_init -8278:cff_builder_add_point1 -8279:cff_builder_add_point -8280:cff_builder_add_contour -8281:cff_blend_check_vector -8282:cf2_free_instance -8283:cf2_decoder_parse_charstrings -8284:cf2_builder_moveTo -8285:cf2_builder_lineTo -8286:cf2_builder_cubeTo -8287:bw_to_a8\28unsigned\20char*\2c\20unsigned\20char\20const*\2c\20int\29 -8288:bw_square_proc\28PtProcRec\20const&\2c\20SkSpan\2c\20SkBlitter*\29 -8289:bw_pt_hair_proc\28PtProcRec\20const&\2c\20SkSpan\2c\20SkBlitter*\29 -8290:bw_poly_hair_proc\28PtProcRec\20const&\2c\20SkSpan\2c\20SkBlitter*\29 -8291:bw_line_hair_proc\28PtProcRec\20const&\2c\20SkSpan\2c\20SkBlitter*\29 -8292:bool\20\28anonymous\20namespace\29::FindVisitor<\28anonymous\20namespace\29::SpotVerticesFactory>\28SkResourceCache::Rec\20const&\2c\20void*\29 -8293:bool\20\28anonymous\20namespace\29::FindVisitor<\28anonymous\20namespace\29::AmbientVerticesFactory>\28SkResourceCache::Rec\20const&\2c\20void*\29 -8294:bool\20OT::hb_accelerate_subtables_context_t::apply_to>\28void\20const*\2c\20OT::hb_ot_apply_context_t*\29 -8295:bool\20OT::hb_accelerate_subtables_context_t::apply_to>\28void\20const*\2c\20OT::hb_ot_apply_context_t*\29 -8296:bool\20OT::hb_accelerate_subtables_context_t::apply_to>\28void\20const*\2c\20OT::hb_ot_apply_context_t*\29 -8297:bool\20OT::hb_accelerate_subtables_context_t::apply_to>\28void\20const*\2c\20OT::hb_ot_apply_context_t*\29 -8298:bool\20OT::hb_accelerate_subtables_context_t::apply_to>\28void\20const*\2c\20OT::hb_ot_apply_context_t*\29 -8299:bool\20OT::hb_accelerate_subtables_context_t::apply_cached_to>\28void\20const*\2c\20OT::hb_ot_apply_context_t*\29 -8300:bool\20OT::hb_accelerate_subtables_context_t::apply_cached_to>\28void\20const*\2c\20OT::hb_ot_apply_context_t*\29 -8301:bool\20OT::hb_accelerate_subtables_context_t::apply_cached_to>\28void\20const*\2c\20OT::hb_ot_apply_context_t*\29 -8302:bool\20OT::hb_accelerate_subtables_context_t::apply_cached_to>\28void\20const*\2c\20OT::hb_ot_apply_context_t*\29 -8303:bool\20OT::hb_accelerate_subtables_context_t::apply_cached_to>\28void\20const*\2c\20OT::hb_ot_apply_context_t*\29 -8304:bool\20OT::cmap::accelerator_t::get_glyph_from_symbol\28void\20const*\2c\20unsigned\20int\2c\20unsigned\20int*\29 -8305:bool\20OT::cmap::accelerator_t::get_glyph_from_symbol\28void\20const*\2c\20unsigned\20int\2c\20unsigned\20int*\29 -8306:bool\20OT::cmap::accelerator_t::get_glyph_from_symbol\28void\20const*\2c\20unsigned\20int\2c\20unsigned\20int*\29 -8307:bool\20OT::cmap::accelerator_t::get_glyph_from_macroman\28void\20const*\2c\20unsigned\20int\2c\20unsigned\20int*\29 -8308:bool\20OT::cmap::accelerator_t::get_glyph_from_ascii\28void\20const*\2c\20unsigned\20int\2c\20unsigned\20int*\29 -8309:bool\20OT::cmap::accelerator_t::get_glyph_from\28void\20const*\2c\20unsigned\20int\2c\20unsigned\20int*\29 -8310:bool\20OT::cmap::accelerator_t::get_glyph_from\28void\20const*\2c\20unsigned\20int\2c\20unsigned\20int*\29 -8311:blur_y_radius_4\28skvx::Vec<8\2c\20unsigned\20short>\20const&\2c\20skvx::Vec<8\2c\20unsigned\20short>\20const&\2c\20skvx::Vec<8\2c\20unsigned\20short>\20const&\2c\20skvx::Vec<8\2c\20unsigned\20short>\20const&\2c\20skvx::Vec<8\2c\20unsigned\20short>\20const&\2c\20skvx::Vec<8\2c\20unsigned\20short>\20const&\2c\20skvx::Vec<8\2c\20unsigned\20short>*\2c\20skvx::Vec<8\2c\20unsigned\20short>*\2c\20skvx::Vec<8\2c\20unsigned\20short>*\2c\20skvx::Vec<8\2c\20unsigned\20short>*\2c\20skvx::Vec<8\2c\20unsigned\20short>*\2c\20skvx::Vec<8\2c\20unsigned\20short>*\2c\20skvx::Vec<8\2c\20unsigned\20short>*\2c\20skvx::Vec<8\2c\20unsigned\20short>*\29 -8312:blur_y_radius_3\28skvx::Vec<8\2c\20unsigned\20short>\20const&\2c\20skvx::Vec<8\2c\20unsigned\20short>\20const&\2c\20skvx::Vec<8\2c\20unsigned\20short>\20const&\2c\20skvx::Vec<8\2c\20unsigned\20short>\20const&\2c\20skvx::Vec<8\2c\20unsigned\20short>\20const&\2c\20skvx::Vec<8\2c\20unsigned\20short>\20const&\2c\20skvx::Vec<8\2c\20unsigned\20short>*\2c\20skvx::Vec<8\2c\20unsigned\20short>*\2c\20skvx::Vec<8\2c\20unsigned\20short>*\2c\20skvx::Vec<8\2c\20unsigned\20short>*\2c\20skvx::Vec<8\2c\20unsigned\20short>*\2c\20skvx::Vec<8\2c\20unsigned\20short>*\2c\20skvx::Vec<8\2c\20unsigned\20short>*\2c\20skvx::Vec<8\2c\20unsigned\20short>*\29 -8313:blur_y_radius_2\28skvx::Vec<8\2c\20unsigned\20short>\20const&\2c\20skvx::Vec<8\2c\20unsigned\20short>\20const&\2c\20skvx::Vec<8\2c\20unsigned\20short>\20const&\2c\20skvx::Vec<8\2c\20unsigned\20short>\20const&\2c\20skvx::Vec<8\2c\20unsigned\20short>\20const&\2c\20skvx::Vec<8\2c\20unsigned\20short>\20const&\2c\20skvx::Vec<8\2c\20unsigned\20short>*\2c\20skvx::Vec<8\2c\20unsigned\20short>*\2c\20skvx::Vec<8\2c\20unsigned\20short>*\2c\20skvx::Vec<8\2c\20unsigned\20short>*\2c\20skvx::Vec<8\2c\20unsigned\20short>*\2c\20skvx::Vec<8\2c\20unsigned\20short>*\2c\20skvx::Vec<8\2c\20unsigned\20short>*\2c\20skvx::Vec<8\2c\20unsigned\20short>*\29 -8314:blur_y_radius_1\28skvx::Vec<8\2c\20unsigned\20short>\20const&\2c\20skvx::Vec<8\2c\20unsigned\20short>\20const&\2c\20skvx::Vec<8\2c\20unsigned\20short>\20const&\2c\20skvx::Vec<8\2c\20unsigned\20short>\20const&\2c\20skvx::Vec<8\2c\20unsigned\20short>\20const&\2c\20skvx::Vec<8\2c\20unsigned\20short>\20const&\2c\20skvx::Vec<8\2c\20unsigned\20short>*\2c\20skvx::Vec<8\2c\20unsigned\20short>*\2c\20skvx::Vec<8\2c\20unsigned\20short>*\2c\20skvx::Vec<8\2c\20unsigned\20short>*\2c\20skvx::Vec<8\2c\20unsigned\20short>*\2c\20skvx::Vec<8\2c\20unsigned\20short>*\2c\20skvx::Vec<8\2c\20unsigned\20short>*\2c\20skvx::Vec<8\2c\20unsigned\20short>*\29 -8315:blur_x_radius_4\28skvx::Vec<8\2c\20unsigned\20short>\20const&\2c\20skvx::Vec<8\2c\20unsigned\20short>\20const&\2c\20skvx::Vec<8\2c\20unsigned\20short>\20const&\2c\20skvx::Vec<8\2c\20unsigned\20short>\20const&\2c\20skvx::Vec<8\2c\20unsigned\20short>\20const&\2c\20skvx::Vec<8\2c\20unsigned\20short>\20const&\2c\20skvx::Vec<8\2c\20unsigned\20short>*\2c\20skvx::Vec<8\2c\20unsigned\20short>*\29 -8316:blur_x_radius_3\28skvx::Vec<8\2c\20unsigned\20short>\20const&\2c\20skvx::Vec<8\2c\20unsigned\20short>\20const&\2c\20skvx::Vec<8\2c\20unsigned\20short>\20const&\2c\20skvx::Vec<8\2c\20unsigned\20short>\20const&\2c\20skvx::Vec<8\2c\20unsigned\20short>\20const&\2c\20skvx::Vec<8\2c\20unsigned\20short>\20const&\2c\20skvx::Vec<8\2c\20unsigned\20short>*\2c\20skvx::Vec<8\2c\20unsigned\20short>*\29 -8317:blur_x_radius_2\28skvx::Vec<8\2c\20unsigned\20short>\20const&\2c\20skvx::Vec<8\2c\20unsigned\20short>\20const&\2c\20skvx::Vec<8\2c\20unsigned\20short>\20const&\2c\20skvx::Vec<8\2c\20unsigned\20short>\20const&\2c\20skvx::Vec<8\2c\20unsigned\20short>\20const&\2c\20skvx::Vec<8\2c\20unsigned\20short>\20const&\2c\20skvx::Vec<8\2c\20unsigned\20short>*\2c\20skvx::Vec<8\2c\20unsigned\20short>*\29 -8318:blur_x_radius_1\28skvx::Vec<8\2c\20unsigned\20short>\20const&\2c\20skvx::Vec<8\2c\20unsigned\20short>\20const&\2c\20skvx::Vec<8\2c\20unsigned\20short>\20const&\2c\20skvx::Vec<8\2c\20unsigned\20short>\20const&\2c\20skvx::Vec<8\2c\20unsigned\20short>\20const&\2c\20skvx::Vec<8\2c\20unsigned\20short>\20const&\2c\20skvx::Vec<8\2c\20unsigned\20short>*\2c\20skvx::Vec<8\2c\20unsigned\20short>*\29 -8319:blit_row_s32a_blend\28unsigned\20int*\2c\20unsigned\20int\20const*\2c\20int\2c\20unsigned\20int\29 -8320:blit_row_s32_opaque\28unsigned\20int*\2c\20unsigned\20int\20const*\2c\20int\2c\20unsigned\20int\29 -8321:blit_row_s32_blend\28unsigned\20int*\2c\20unsigned\20int\20const*\2c\20int\2c\20unsigned\20int\29 -8322:argb32_to_a8\28unsigned\20char*\2c\20unsigned\20char\20const*\2c\20int\29 -8323:arabic_fallback_shape\28hb_ot_shape_plan_t\20const*\2c\20hb_font_t*\2c\20hb_buffer_t*\29 -8324:alwaysSaveTypefaceBytes\28SkTypeface*\2c\20void*\29 -8325:alloc_sarray -8326:alloc_barray -8327:afm_parser_parse -8328:afm_parser_init -8329:afm_parser_done -8330:afm_compare_kern_pairs -8331:af_property_set -8332:af_property_get -8333:af_latin_metrics_scale -8334:af_latin_metrics_init -8335:af_latin_hints_init -8336:af_latin_hints_apply -8337:af_latin_get_standard_widths -8338:af_indic_metrics_init -8339:af_indic_hints_apply -8340:af_get_interface -8341:af_face_globals_free -8342:af_dummy_hints_init -8343:af_dummy_hints_apply -8344:af_cjk_metrics_init -8345:af_autofitter_load_glyph -8346:af_autofitter_init -8347:access_virt_sarray -8348:access_virt_barray -8349:aa_square_proc\28PtProcRec\20const&\2c\20SkSpan\2c\20SkBlitter*\29 -8350:aa_poly_hair_proc\28PtProcRec\20const&\2c\20SkSpan\2c\20SkBlitter*\29 -8351:aa_line_hair_proc\28PtProcRec\20const&\2c\20SkSpan\2c\20SkBlitter*\29 -8352:_hb_ot_font_destroy\28void*\29 -8353:_hb_glyph_info_is_default_ignorable\28hb_glyph_info_t\20const*\29 -8354:_hb_face_for_data_reference_table\28hb_face_t*\2c\20unsigned\20int\2c\20void*\29 -8355:_hb_face_for_data_get_table_tags\28hb_face_t\20const*\2c\20unsigned\20int\2c\20unsigned\20int*\2c\20unsigned\20int*\2c\20void*\29 -8356:_hb_face_for_data_closure_destroy\28void*\29 -8357:_hb_clear_substitution_flags\28hb_ot_shape_plan_t\20const*\2c\20hb_font_t*\2c\20hb_buffer_t*\29 -8358:_emscripten_stack_restore -8359:__wasm_call_ctors -8360:__stdio_write -8361:__stdio_seek -8362:__stdio_read -8363:__stdio_close -8364:__getTypeName -8365:__cxxabiv1::__vmi_class_type_info::search_below_dst\28__cxxabiv1::__dynamic_cast_info*\2c\20void\20const*\2c\20int\2c\20bool\29\20const -8366:__cxxabiv1::__vmi_class_type_info::search_above_dst\28__cxxabiv1::__dynamic_cast_info*\2c\20void\20const*\2c\20void\20const*\2c\20int\2c\20bool\29\20const -8367:__cxxabiv1::__vmi_class_type_info::has_unambiguous_public_base\28__cxxabiv1::__dynamic_cast_info*\2c\20void*\2c\20int\29\20const -8368:__cxxabiv1::__si_class_type_info::search_below_dst\28__cxxabiv1::__dynamic_cast_info*\2c\20void\20const*\2c\20int\2c\20bool\29\20const -8369:__cxxabiv1::__si_class_type_info::search_above_dst\28__cxxabiv1::__dynamic_cast_info*\2c\20void\20const*\2c\20void\20const*\2c\20int\2c\20bool\29\20const -8370:__cxxabiv1::__si_class_type_info::has_unambiguous_public_base\28__cxxabiv1::__dynamic_cast_info*\2c\20void*\2c\20int\29\20const -8371:__cxxabiv1::__class_type_info::search_below_dst\28__cxxabiv1::__dynamic_cast_info*\2c\20void\20const*\2c\20int\2c\20bool\29\20const -8372:__cxxabiv1::__class_type_info::search_above_dst\28__cxxabiv1::__dynamic_cast_info*\2c\20void\20const*\2c\20void\20const*\2c\20int\2c\20bool\29\20const -8373:__cxxabiv1::__class_type_info::has_unambiguous_public_base\28__cxxabiv1::__dynamic_cast_info*\2c\20void*\2c\20int\29\20const -8374:__cxxabiv1::__class_type_info::can_catch\28__cxxabiv1::__shim_type_info\20const*\2c\20void*&\29\20const -8375:__cxx_global_array_dtor_9714 -8376:__cxx_global_array_dtor_8688 -8377:__cxx_global_array_dtor_8297 -8378:__cxx_global_array_dtor_4081 -8379:__cxx_global_array_dtor_1638 -8380:__cxx_global_array_dtor_1632 -8381:__cxx_global_array_dtor_13456 -8382:__cxx_global_array_dtor_10809 -8383:__cxx_global_array_dtor_10102 -8384:__cxx_global_array_dtor.88 -8385:__cxx_global_array_dtor.73 -8386:__cxx_global_array_dtor.58 -8387:__cxx_global_array_dtor.45 -8388:__cxx_global_array_dtor.43 -8389:__cxx_global_array_dtor.41 -8390:__cxx_global_array_dtor.39 -8391:__cxx_global_array_dtor.37 -8392:__cxx_global_array_dtor.35 -8393:__cxx_global_array_dtor.34 -8394:__cxx_global_array_dtor.32 -8395:__cxx_global_array_dtor.139 -8396:__cxx_global_array_dtor.136 -8397:__cxx_global_array_dtor.112 -8398:__cxx_global_array_dtor.1 -8399:__cxx_global_array_dtor -8400:\28anonymous\20namespace\29::skhb_nominal_glyphs\28hb_font_t*\2c\20void*\2c\20unsigned\20int\2c\20unsigned\20int\20const*\2c\20unsigned\20int\2c\20unsigned\20int*\2c\20unsigned\20int\2c\20void*\29 -8401:\28anonymous\20namespace\29::skhb_nominal_glyph\28hb_font_t*\2c\20void*\2c\20unsigned\20int\2c\20unsigned\20int*\2c\20void*\29 -8402:\28anonymous\20namespace\29::skhb_glyph_h_advances\28hb_font_t*\2c\20void*\2c\20unsigned\20int\2c\20unsigned\20int\20const*\2c\20unsigned\20int\2c\20int*\2c\20unsigned\20int\2c\20void*\29 -8403:\28anonymous\20namespace\29::skhb_glyph_h_advance\28hb_font_t*\2c\20void*\2c\20unsigned\20int\2c\20void*\29 -8404:\28anonymous\20namespace\29::skhb_glyph_extents\28hb_font_t*\2c\20void*\2c\20unsigned\20int\2c\20hb_glyph_extents_t*\2c\20void*\29 -8405:\28anonymous\20namespace\29::skhb_glyph\28hb_font_t*\2c\20void*\2c\20unsigned\20int\2c\20unsigned\20int\2c\20unsigned\20int*\2c\20void*\29 -8406:\28anonymous\20namespace\29::skhb_get_table\28hb_face_t*\2c\20unsigned\20int\2c\20void*\29::$_0::__invoke\28void*\29 -8407:\28anonymous\20namespace\29::skhb_get_table\28hb_face_t*\2c\20unsigned\20int\2c\20void*\29 -8408:\28anonymous\20namespace\29::make_morphology\28\28anonymous\20namespace\29::MorphType\2c\20SkSize\2c\20sk_sp\2c\20SkImageFilters::CropRect\20const&\29 -8409:\28anonymous\20namespace\29::make_drop_shadow_graph\28SkPoint\2c\20SkSize\2c\20SkRGBA4f<\28SkAlphaType\293>\2c\20sk_sp\2c\20bool\2c\20sk_sp\2c\20std::__2::optional\20const&\29 -8410:\28anonymous\20namespace\29::extension_compare\28SkString\20const&\2c\20SkString\20const&\29 -8411:\28anonymous\20namespace\29::YUVPlanesRec::~YUVPlanesRec\28\29_4678 -8412:\28anonymous\20namespace\29::YUVPlanesRec::getCategory\28\29\20const -8413:\28anonymous\20namespace\29::YUVPlanesRec::diagnostic_only_getDiscardable\28\29\20const -8414:\28anonymous\20namespace\29::YUVPlanesRec::bytesUsed\28\29\20const -8415:\28anonymous\20namespace\29::YUVPlanesRec::Visitor\28SkResourceCache::Rec\20const&\2c\20void*\29 -8416:\28anonymous\20namespace\29::UniqueKeyInvalidator::~UniqueKeyInvalidator\28\29_11842 -8417:\28anonymous\20namespace\29::UniqueKeyInvalidator::~UniqueKeyInvalidator\28\29 -8418:\28anonymous\20namespace\29::TriangulatingPathOp::~TriangulatingPathOp\28\29_11826 -8419:\28anonymous\20namespace\29::TriangulatingPathOp::visitProxies\28std::__2::function\20const&\29\20const -8420:\28anonymous\20namespace\29::TriangulatingPathOp::programInfo\28\29 -8421:\28anonymous\20namespace\29::TriangulatingPathOp::onPrepareDraws\28GrMeshDrawTarget*\29 -8422:\28anonymous\20namespace\29::TriangulatingPathOp::onPrePrepareDraws\28GrRecordingContext*\2c\20GrSurfaceProxyView\20const&\2c\20GrAppliedClip*\2c\20GrDstProxyView\20const&\2c\20GrXferBarrierFlags\2c\20GrLoadOp\29 -8423:\28anonymous\20namespace\29::TriangulatingPathOp::onExecute\28GrOpFlushState*\2c\20SkRect\20const&\29 -8424:\28anonymous\20namespace\29::TriangulatingPathOp::onCreateProgramInfo\28GrCaps\20const*\2c\20SkArenaAlloc*\2c\20GrSurfaceProxyView\20const&\2c\20bool\2c\20GrAppliedClip&&\2c\20GrDstProxyView\20const&\2c\20GrXferBarrierFlags\2c\20GrLoadOp\29 -8425:\28anonymous\20namespace\29::TriangulatingPathOp::name\28\29\20const -8426:\28anonymous\20namespace\29::TriangulatingPathOp::finalize\28GrCaps\20const&\2c\20GrAppliedClip\20const*\2c\20GrClampType\29 -8427:\28anonymous\20namespace\29::TransformedMaskSubRun::unflattenSize\28\29\20const -8428:\28anonymous\20namespace\29::TransformedMaskSubRun::regenerateAtlas\28int\2c\20int\2c\20std::__2::function\20\28sktext::gpu::GlyphVector*\2c\20int\2c\20int\2c\20skgpu::MaskFormat\2c\20int\29>\29\20const -8429:\28anonymous\20namespace\29::TransformedMaskSubRun::doFlatten\28SkWriteBuffer&\29\20const -8430:\28anonymous\20namespace\29::TransformedMaskSubRun::canReuse\28SkPaint\20const&\2c\20SkMatrix\20const&\29\20const -8431:\28anonymous\20namespace\29::ThreeBoxApproxPass::startBlur\28\29 -8432:\28anonymous\20namespace\29::ThreeBoxApproxPass::blurSegment\28int\2c\20void\20const*\2c\20int\2c\20void*\2c\20int\29 -8433:\28anonymous\20namespace\29::ThreeBoxApproxPass::MakeMaker\28float\2c\20SkArenaAlloc*\29::Maker::makePass\28void*\2c\20SkArenaAlloc*\29\20const -8434:\28anonymous\20namespace\29::ThreeBoxApproxPass::MakeMaker\28float\2c\20SkArenaAlloc*\29::Maker::bufferSizeBytes\28\29\20const -8435:\28anonymous\20namespace\29::TextureOpImpl::~TextureOpImpl\28\29_11802 -8436:\28anonymous\20namespace\29::TextureOpImpl::~TextureOpImpl\28\29 -8437:\28anonymous\20namespace\29::TextureOpImpl::visitProxies\28std::__2::function\20const&\29\20const -8438:\28anonymous\20namespace\29::TextureOpImpl::programInfo\28\29 -8439:\28anonymous\20namespace\29::TextureOpImpl::onPrepareDraws\28GrMeshDrawTarget*\29 -8440:\28anonymous\20namespace\29::TextureOpImpl::onPrePrepareDraws\28GrRecordingContext*\2c\20GrSurfaceProxyView\20const&\2c\20GrAppliedClip*\2c\20GrDstProxyView\20const&\2c\20GrXferBarrierFlags\2c\20GrLoadOp\29 -8441:\28anonymous\20namespace\29::TextureOpImpl::onExecute\28GrOpFlushState*\2c\20SkRect\20const&\29 -8442:\28anonymous\20namespace\29::TextureOpImpl::onCreateProgramInfo\28GrCaps\20const*\2c\20SkArenaAlloc*\2c\20GrSurfaceProxyView\20const&\2c\20bool\2c\20GrAppliedClip&&\2c\20GrDstProxyView\20const&\2c\20GrXferBarrierFlags\2c\20GrLoadOp\29 -8443:\28anonymous\20namespace\29::TextureOpImpl::onCombineIfPossible\28GrOp*\2c\20SkArenaAlloc*\2c\20GrCaps\20const&\29 -8444:\28anonymous\20namespace\29::TextureOpImpl::name\28\29\20const -8445:\28anonymous\20namespace\29::TextureOpImpl::fixedFunctionFlags\28\29\20const -8446:\28anonymous\20namespace\29::TextureOpImpl::finalize\28GrCaps\20const&\2c\20GrAppliedClip\20const*\2c\20GrClampType\29 -8447:\28anonymous\20namespace\29::TentPass::startBlur\28\29 -8448:\28anonymous\20namespace\29::TentPass::blurSegment\28int\2c\20void\20const*\2c\20int\2c\20void*\2c\20int\29 -8449:\28anonymous\20namespace\29::TentPass::MakeMaker\28float\2c\20SkArenaAlloc*\29::Maker::makePass\28void*\2c\20SkArenaAlloc*\29\20const -8450:\28anonymous\20namespace\29::TentPass::MakeMaker\28float\2c\20SkArenaAlloc*\29::Maker::bufferSizeBytes\28\29\20const -8451:\28anonymous\20namespace\29::StaticVertexAllocator::~StaticVertexAllocator\28\29_11847 -8452:\28anonymous\20namespace\29::StaticVertexAllocator::~StaticVertexAllocator\28\29 -8453:\28anonymous\20namespace\29::StaticVertexAllocator::unlock\28int\29 -8454:\28anonymous\20namespace\29::StaticVertexAllocator::lock\28unsigned\20long\2c\20int\29 -8455:\28anonymous\20namespace\29::SkUnicodeHbScriptRunIterator::currentScript\28\29\20const -8456:\28anonymous\20namespace\29::SkUnicodeHbScriptRunIterator::consume\28\29 -8457:\28anonymous\20namespace\29::SkShaderImageFilter::onGetOutputLayerBounds\28skif::Mapping\20const&\2c\20std::__2::optional>\29\20const -8458:\28anonymous\20namespace\29::SkShaderImageFilter::onFilterImage\28skif::Context\20const&\29\20const -8459:\28anonymous\20namespace\29::SkShaderImageFilter::getTypeName\28\29\20const -8460:\28anonymous\20namespace\29::SkShaderImageFilter::flatten\28SkWriteBuffer&\29\20const -8461:\28anonymous\20namespace\29::SkShaderImageFilter::computeFastBounds\28SkRect\20const&\29\20const -8462:\28anonymous\20namespace\29::SkMorphologyImageFilter::onGetOutputLayerBounds\28skif::Mapping\20const&\2c\20std::__2::optional>\29\20const -8463:\28anonymous\20namespace\29::SkMorphologyImageFilter::onGetInputLayerBounds\28skif::Mapping\20const&\2c\20skif::LayerSpace\20const&\2c\20std::__2::optional>\29\20const -8464:\28anonymous\20namespace\29::SkMorphologyImageFilter::onFilterImage\28skif::Context\20const&\29\20const -8465:\28anonymous\20namespace\29::SkMorphologyImageFilter::getTypeName\28\29\20const -8466:\28anonymous\20namespace\29::SkMorphologyImageFilter::flatten\28SkWriteBuffer&\29\20const -8467:\28anonymous\20namespace\29::SkMorphologyImageFilter::computeFastBounds\28SkRect\20const&\29\20const -8468:\28anonymous\20namespace\29::SkMergeImageFilter::onGetOutputLayerBounds\28skif::Mapping\20const&\2c\20std::__2::optional>\29\20const -8469:\28anonymous\20namespace\29::SkMergeImageFilter::onGetInputLayerBounds\28skif::Mapping\20const&\2c\20skif::LayerSpace\20const&\2c\20std::__2::optional>\29\20const -8470:\28anonymous\20namespace\29::SkMergeImageFilter::onFilterImage\28skif::Context\20const&\29\20const -8471:\28anonymous\20namespace\29::SkMergeImageFilter::getTypeName\28\29\20const -8472:\28anonymous\20namespace\29::SkMergeImageFilter::computeFastBounds\28SkRect\20const&\29\20const -8473:\28anonymous\20namespace\29::SkMatrixTransformImageFilter::onGetOutputLayerBounds\28skif::Mapping\20const&\2c\20std::__2::optional>\29\20const -8474:\28anonymous\20namespace\29::SkMatrixTransformImageFilter::onGetInputLayerBounds\28skif::Mapping\20const&\2c\20skif::LayerSpace\20const&\2c\20std::__2::optional>\29\20const -8475:\28anonymous\20namespace\29::SkMatrixTransformImageFilter::onFilterImage\28skif::Context\20const&\29\20const -8476:\28anonymous\20namespace\29::SkMatrixTransformImageFilter::getTypeName\28\29\20const -8477:\28anonymous\20namespace\29::SkMatrixTransformImageFilter::flatten\28SkWriteBuffer&\29\20const -8478:\28anonymous\20namespace\29::SkMatrixTransformImageFilter::computeFastBounds\28SkRect\20const&\29\20const -8479:\28anonymous\20namespace\29::SkImageImageFilter::onGetOutputLayerBounds\28skif::Mapping\20const&\2c\20std::__2::optional>\29\20const -8480:\28anonymous\20namespace\29::SkImageImageFilter::onFilterImage\28skif::Context\20const&\29\20const -8481:\28anonymous\20namespace\29::SkImageImageFilter::getTypeName\28\29\20const -8482:\28anonymous\20namespace\29::SkImageImageFilter::flatten\28SkWriteBuffer&\29\20const -8483:\28anonymous\20namespace\29::SkImageImageFilter::computeFastBounds\28SkRect\20const&\29\20const -8484:\28anonymous\20namespace\29::SkFTGeometrySink::Quad\28FT_Vector_\20const*\2c\20FT_Vector_\20const*\2c\20void*\29 -8485:\28anonymous\20namespace\29::SkFTGeometrySink::Move\28FT_Vector_\20const*\2c\20void*\29 -8486:\28anonymous\20namespace\29::SkFTGeometrySink::Line\28FT_Vector_\20const*\2c\20void*\29 -8487:\28anonymous\20namespace\29::SkFTGeometrySink::Cubic\28FT_Vector_\20const*\2c\20FT_Vector_\20const*\2c\20FT_Vector_\20const*\2c\20void*\29 -8488:\28anonymous\20namespace\29::SkEmptyTypeface::onGetFontDescriptor\28SkFontDescriptor*\2c\20bool*\29\20const -8489:\28anonymous\20namespace\29::SkEmptyTypeface::onGetFamilyName\28SkString*\29\20const -8490:\28anonymous\20namespace\29::SkEmptyTypeface::onCreateScalerContext\28SkScalerContextEffects\20const&\2c\20SkDescriptor\20const*\29\20const -8491:\28anonymous\20namespace\29::SkEmptyTypeface::onCreateFamilyNameIterator\28\29\20const -8492:\28anonymous\20namespace\29::SkEmptyTypeface::onCharsToGlyphs\28SkSpan\2c\20SkSpan\29\20const -8493:\28anonymous\20namespace\29::SkEmptyTypeface::MakeFromStream\28std::__2::unique_ptr>\2c\20SkFontArguments\20const&\29 -8494:\28anonymous\20namespace\29::SkDisplacementMapImageFilter::onGetOutputLayerBounds\28skif::Mapping\20const&\2c\20std::__2::optional>\29\20const -8495:\28anonymous\20namespace\29::SkDisplacementMapImageFilter::onGetInputLayerBounds\28skif::Mapping\20const&\2c\20skif::LayerSpace\20const&\2c\20std::__2::optional>\29\20const -8496:\28anonymous\20namespace\29::SkDisplacementMapImageFilter::onFilterImage\28skif::Context\20const&\29\20const -8497:\28anonymous\20namespace\29::SkDisplacementMapImageFilter::getTypeName\28\29\20const -8498:\28anonymous\20namespace\29::SkDisplacementMapImageFilter::flatten\28SkWriteBuffer&\29\20const -8499:\28anonymous\20namespace\29::SkDisplacementMapImageFilter::computeFastBounds\28SkRect\20const&\29\20const -8500:\28anonymous\20namespace\29::SkCropImageFilter::onGetOutputLayerBounds\28skif::Mapping\20const&\2c\20std::__2::optional>\29\20const -8501:\28anonymous\20namespace\29::SkCropImageFilter::onGetInputLayerBounds\28skif::Mapping\20const&\2c\20skif::LayerSpace\20const&\2c\20std::__2::optional>\29\20const -8502:\28anonymous\20namespace\29::SkCropImageFilter::onFilterImage\28skif::Context\20const&\29\20const -8503:\28anonymous\20namespace\29::SkCropImageFilter::onAffectsTransparentBlack\28\29\20const -8504:\28anonymous\20namespace\29::SkCropImageFilter::getTypeName\28\29\20const -8505:\28anonymous\20namespace\29::SkCropImageFilter::flatten\28SkWriteBuffer&\29\20const -8506:\28anonymous\20namespace\29::SkCropImageFilter::computeFastBounds\28SkRect\20const&\29\20const -8507:\28anonymous\20namespace\29::SkComposeImageFilter::onGetOutputLayerBounds\28skif::Mapping\20const&\2c\20std::__2::optional>\29\20const -8508:\28anonymous\20namespace\29::SkComposeImageFilter::onGetInputLayerBounds\28skif::Mapping\20const&\2c\20skif::LayerSpace\20const&\2c\20std::__2::optional>\29\20const -8509:\28anonymous\20namespace\29::SkComposeImageFilter::onFilterImage\28skif::Context\20const&\29\20const -8510:\28anonymous\20namespace\29::SkComposeImageFilter::getTypeName\28\29\20const -8511:\28anonymous\20namespace\29::SkComposeImageFilter::computeFastBounds\28SkRect\20const&\29\20const -8512:\28anonymous\20namespace\29::SkColorFilterImageFilter::onIsColorFilterNode\28SkColorFilter**\29\20const -8513:\28anonymous\20namespace\29::SkColorFilterImageFilter::onGetOutputLayerBounds\28skif::Mapping\20const&\2c\20std::__2::optional>\29\20const -8514:\28anonymous\20namespace\29::SkColorFilterImageFilter::onGetInputLayerBounds\28skif::Mapping\20const&\2c\20skif::LayerSpace\20const&\2c\20std::__2::optional>\29\20const -8515:\28anonymous\20namespace\29::SkColorFilterImageFilter::onFilterImage\28skif::Context\20const&\29\20const -8516:\28anonymous\20namespace\29::SkColorFilterImageFilter::onAffectsTransparentBlack\28\29\20const -8517:\28anonymous\20namespace\29::SkColorFilterImageFilter::getTypeName\28\29\20const -8518:\28anonymous\20namespace\29::SkColorFilterImageFilter::flatten\28SkWriteBuffer&\29\20const -8519:\28anonymous\20namespace\29::SkColorFilterImageFilter::computeFastBounds\28SkRect\20const&\29\20const -8520:\28anonymous\20namespace\29::SkBlurImageFilter::onGetOutputLayerBounds\28skif::Mapping\20const&\2c\20std::__2::optional>\29\20const -8521:\28anonymous\20namespace\29::SkBlurImageFilter::onGetInputLayerBounds\28skif::Mapping\20const&\2c\20skif::LayerSpace\20const&\2c\20std::__2::optional>\29\20const -8522:\28anonymous\20namespace\29::SkBlurImageFilter::onFilterImage\28skif::Context\20const&\29\20const -8523:\28anonymous\20namespace\29::SkBlurImageFilter::getTypeName\28\29\20const -8524:\28anonymous\20namespace\29::SkBlurImageFilter::flatten\28SkWriteBuffer&\29\20const -8525:\28anonymous\20namespace\29::SkBlurImageFilter::computeFastBounds\28SkRect\20const&\29\20const -8526:\28anonymous\20namespace\29::SkBlendImageFilter::~SkBlendImageFilter\28\29_5392 -8527:\28anonymous\20namespace\29::SkBlendImageFilter::~SkBlendImageFilter\28\29 -8528:\28anonymous\20namespace\29::SkBlendImageFilter::onGetOutputLayerBounds\28skif::Mapping\20const&\2c\20std::__2::optional>\29\20const -8529:\28anonymous\20namespace\29::SkBlendImageFilter::onGetInputLayerBounds\28skif::Mapping\20const&\2c\20skif::LayerSpace\20const&\2c\20std::__2::optional>\29\20const -8530:\28anonymous\20namespace\29::SkBlendImageFilter::onFilterImage\28skif::Context\20const&\29\20const -8531:\28anonymous\20namespace\29::SkBlendImageFilter::onAffectsTransparentBlack\28\29\20const -8532:\28anonymous\20namespace\29::SkBlendImageFilter::getTypeName\28\29\20const -8533:\28anonymous\20namespace\29::SkBlendImageFilter::flatten\28SkWriteBuffer&\29\20const -8534:\28anonymous\20namespace\29::SkBlendImageFilter::computeFastBounds\28SkRect\20const&\29\20const -8535:\28anonymous\20namespace\29::SkBidiIterator_icu::~SkBidiIterator_icu\28\29_8157 -8536:\28anonymous\20namespace\29::SkBidiIterator_icu::~SkBidiIterator_icu\28\29 -8537:\28anonymous\20namespace\29::SkBidiIterator_icu::getLevelAt\28int\29 -8538:\28anonymous\20namespace\29::SkBidiIterator_icu::getLength\28\29 -8539:\28anonymous\20namespace\29::SimpleTriangleShader::name\28\29\20const -8540:\28anonymous\20namespace\29::SimpleTriangleShader::makeProgramImpl\28GrShaderCaps\20const&\29\20const::Impl::emitVertexCode\28GrShaderCaps\20const&\2c\20GrPathTessellationShader\20const&\2c\20GrGLSLVertexBuilder*\2c\20GrGLSLVaryingHandler*\2c\20GrGeometryProcessor::ProgramImpl::GrGPArgs*\29 -8541:\28anonymous\20namespace\29::SimpleTriangleShader::makeProgramImpl\28GrShaderCaps\20const&\29\20const -8542:\28anonymous\20namespace\29::ShaperHarfBuzz::~ShaperHarfBuzz\28\29_13486 -8543:\28anonymous\20namespace\29::ShaperHarfBuzz::shape\28char\20const*\2c\20unsigned\20long\2c\20SkShaper::FontRunIterator&\2c\20SkShaper::BiDiRunIterator&\2c\20SkShaper::ScriptRunIterator&\2c\20SkShaper::LanguageRunIterator&\2c\20float\2c\20SkShaper::RunHandler*\29\20const -8544:\28anonymous\20namespace\29::ShaperHarfBuzz::shape\28char\20const*\2c\20unsigned\20long\2c\20SkShaper::FontRunIterator&\2c\20SkShaper::BiDiRunIterator&\2c\20SkShaper::ScriptRunIterator&\2c\20SkShaper::LanguageRunIterator&\2c\20SkShaper::Feature\20const*\2c\20unsigned\20long\2c\20float\2c\20SkShaper::RunHandler*\29\20const -8545:\28anonymous\20namespace\29::ShaperHarfBuzz::shape\28char\20const*\2c\20unsigned\20long\2c\20SkFont\20const&\2c\20bool\2c\20float\2c\20SkShaper::RunHandler*\29\20const -8546:\28anonymous\20namespace\29::ShapeDontWrapOrReorder::~ShapeDontWrapOrReorder\28\29 -8547:\28anonymous\20namespace\29::ShapeDontWrapOrReorder::wrap\28char\20const*\2c\20unsigned\20long\2c\20SkShaper::BiDiRunIterator\20const&\2c\20SkShaper::LanguageRunIterator\20const&\2c\20SkShaper::ScriptRunIterator\20const&\2c\20SkShaper::FontRunIterator\20const&\2c\20\28anonymous\20namespace\29::RunIteratorQueue&\2c\20SkShaper::Feature\20const*\2c\20unsigned\20long\2c\20float\2c\20SkShaper::RunHandler*\29\20const -8548:\28anonymous\20namespace\29::ShadowInvalidator::~ShadowInvalidator\28\29_5178 -8549:\28anonymous\20namespace\29::ShadowInvalidator::~ShadowInvalidator\28\29 -8550:\28anonymous\20namespace\29::ShadowInvalidator::changed\28\29 -8551:\28anonymous\20namespace\29::ShadowCircularRRectOp::~ShadowCircularRRectOp\28\29_11665 -8552:\28anonymous\20namespace\29::ShadowCircularRRectOp::~ShadowCircularRRectOp\28\29 -8553:\28anonymous\20namespace\29::ShadowCircularRRectOp::visitProxies\28std::__2::function\20const&\29\20const -8554:\28anonymous\20namespace\29::ShadowCircularRRectOp::programInfo\28\29 -8555:\28anonymous\20namespace\29::ShadowCircularRRectOp::onPrepareDraws\28GrMeshDrawTarget*\29 -8556:\28anonymous\20namespace\29::ShadowCircularRRectOp::onExecute\28GrOpFlushState*\2c\20SkRect\20const&\29 -8557:\28anonymous\20namespace\29::ShadowCircularRRectOp::onCreateProgramInfo\28GrCaps\20const*\2c\20SkArenaAlloc*\2c\20GrSurfaceProxyView\20const&\2c\20bool\2c\20GrAppliedClip&&\2c\20GrDstProxyView\20const&\2c\20GrXferBarrierFlags\2c\20GrLoadOp\29 -8558:\28anonymous\20namespace\29::ShadowCircularRRectOp::onCombineIfPossible\28GrOp*\2c\20SkArenaAlloc*\2c\20GrCaps\20const&\29 -8559:\28anonymous\20namespace\29::ShadowCircularRRectOp::name\28\29\20const -8560:\28anonymous\20namespace\29::ShadowCircularRRectOp::finalize\28GrCaps\20const&\2c\20GrAppliedClip\20const*\2c\20GrClampType\29 -8561:\28anonymous\20namespace\29::SDFTSubRun::unflattenSize\28\29\20const -8562:\28anonymous\20namespace\29::SDFTSubRun::regenerateAtlas\28int\2c\20int\2c\20std::__2::function\20\28sktext::gpu::GlyphVector*\2c\20int\2c\20int\2c\20skgpu::MaskFormat\2c\20int\29>\29\20const -8563:\28anonymous\20namespace\29::SDFTSubRun::glyphParams\28\29\20const -8564:\28anonymous\20namespace\29::SDFTSubRun::draw\28SkCanvas*\2c\20SkPoint\2c\20SkPaint\20const&\2c\20sk_sp\2c\20std::__2::function\2c\20sktext::gpu::RendererData\29>\20const&\29\20const -8565:\28anonymous\20namespace\29::SDFTSubRun::doFlatten\28SkWriteBuffer&\29\20const -8566:\28anonymous\20namespace\29::SDFTSubRun::canReuse\28SkPaint\20const&\2c\20SkMatrix\20const&\29\20const -8567:\28anonymous\20namespace\29::RectsBlurRec::~RectsBlurRec\28\29_2496 -8568:\28anonymous\20namespace\29::RectsBlurRec::~RectsBlurRec\28\29 -8569:\28anonymous\20namespace\29::RectsBlurRec::getCategory\28\29\20const -8570:\28anonymous\20namespace\29::RectsBlurRec::diagnostic_only_getDiscardable\28\29\20const -8571:\28anonymous\20namespace\29::RectsBlurRec::bytesUsed\28\29\20const -8572:\28anonymous\20namespace\29::RectsBlurRec::Visitor\28SkResourceCache::Rec\20const&\2c\20void*\29 -8573:\28anonymous\20namespace\29::RasterShaderBlurAlgorithm::makeDevice\28SkImageInfo\20const&\29\20const -8574:\28anonymous\20namespace\29::RasterBlurEngine::findAlgorithm\28SkSize\2c\20SkColorType\29\20const -8575:\28anonymous\20namespace\29::RasterA8BlurAlgorithm::blur\28SkSize\2c\20sk_sp\2c\20SkIRect\20const&\2c\20SkTileMode\2c\20SkIRect\20const&\29\20const -8576:\28anonymous\20namespace\29::Raster8888BlurAlgorithm::blur\28SkSize\2c\20sk_sp\2c\20SkIRect\20const&\2c\20SkTileMode\2c\20SkIRect\20const&\29\20const -8577:\28anonymous\20namespace\29::RRectBlurRec::~RRectBlurRec\28\29_2490 -8578:\28anonymous\20namespace\29::RRectBlurRec::~RRectBlurRec\28\29 -8579:\28anonymous\20namespace\29::RRectBlurRec::getCategory\28\29\20const -8580:\28anonymous\20namespace\29::RRectBlurRec::diagnostic_only_getDiscardable\28\29\20const -8581:\28anonymous\20namespace\29::RRectBlurRec::bytesUsed\28\29\20const -8582:\28anonymous\20namespace\29::RRectBlurRec::Visitor\28SkResourceCache::Rec\20const&\2c\20void*\29 -8583:\28anonymous\20namespace\29::PathSubRun::~PathSubRun\28\29_12703 -8584:\28anonymous\20namespace\29::PathSubRun::~PathSubRun\28\29 -8585:\28anonymous\20namespace\29::PathSubRun::unflattenSize\28\29\20const -8586:\28anonymous\20namespace\29::PathSubRun::draw\28SkCanvas*\2c\20SkPoint\2c\20SkPaint\20const&\2c\20sk_sp\2c\20std::__2::function\2c\20sktext::gpu::RendererData\29>\20const&\29\20const -8587:\28anonymous\20namespace\29::PathSubRun::doFlatten\28SkWriteBuffer&\29\20const -8588:\28anonymous\20namespace\29::MipMapRec::~MipMapRec\28\29_1334 -8589:\28anonymous\20namespace\29::MipMapRec::~MipMapRec\28\29 -8590:\28anonymous\20namespace\29::MipMapRec::getCategory\28\29\20const -8591:\28anonymous\20namespace\29::MipMapRec::diagnostic_only_getDiscardable\28\29\20const -8592:\28anonymous\20namespace\29::MipMapRec::bytesUsed\28\29\20const -8593:\28anonymous\20namespace\29::MipMapRec::Finder\28SkResourceCache::Rec\20const&\2c\20void*\29 -8594:\28anonymous\20namespace\29::MiddleOutShader::~MiddleOutShader\28\29_11888 -8595:\28anonymous\20namespace\29::MiddleOutShader::~MiddleOutShader\28\29 -8596:\28anonymous\20namespace\29::MiddleOutShader::name\28\29\20const -8597:\28anonymous\20namespace\29::MiddleOutShader::makeProgramImpl\28GrShaderCaps\20const&\29\20const::Impl::emitVertexCode\28GrShaderCaps\20const&\2c\20GrPathTessellationShader\20const&\2c\20GrGLSLVertexBuilder*\2c\20GrGLSLVaryingHandler*\2c\20GrGeometryProcessor::ProgramImpl::GrGPArgs*\29 -8598:\28anonymous\20namespace\29::MiddleOutShader::makeProgramImpl\28GrShaderCaps\20const&\29\20const -8599:\28anonymous\20namespace\29::MiddleOutShader::addToKey\28GrShaderCaps\20const&\2c\20skgpu::KeyBuilder*\29\20const -8600:\28anonymous\20namespace\29::MeshOp::~MeshOp\28\29_11188 -8601:\28anonymous\20namespace\29::MeshOp::visitProxies\28std::__2::function\20const&\29\20const -8602:\28anonymous\20namespace\29::MeshOp::programInfo\28\29 -8603:\28anonymous\20namespace\29::MeshOp::onPrepareDraws\28GrMeshDrawTarget*\29 -8604:\28anonymous\20namespace\29::MeshOp::onExecute\28GrOpFlushState*\2c\20SkRect\20const&\29 -8605:\28anonymous\20namespace\29::MeshOp::onCreateProgramInfo\28GrCaps\20const*\2c\20SkArenaAlloc*\2c\20GrSurfaceProxyView\20const&\2c\20bool\2c\20GrAppliedClip&&\2c\20GrDstProxyView\20const&\2c\20GrXferBarrierFlags\2c\20GrLoadOp\29 -8606:\28anonymous\20namespace\29::MeshOp::onCombineIfPossible\28GrOp*\2c\20SkArenaAlloc*\2c\20GrCaps\20const&\29 -8607:\28anonymous\20namespace\29::MeshOp::name\28\29\20const -8608:\28anonymous\20namespace\29::MeshOp::finalize\28GrCaps\20const&\2c\20GrAppliedClip\20const*\2c\20GrClampType\29 -8609:\28anonymous\20namespace\29::MeshGP::~MeshGP\28\29_11215 -8610:\28anonymous\20namespace\29::MeshGP::onTextureSampler\28int\29\20const -8611:\28anonymous\20namespace\29::MeshGP::name\28\29\20const -8612:\28anonymous\20namespace\29::MeshGP::makeProgramImpl\28GrShaderCaps\20const&\29\20const -8613:\28anonymous\20namespace\29::MeshGP::addToKey\28GrShaderCaps\20const&\2c\20skgpu::KeyBuilder*\29\20const -8614:\28anonymous\20namespace\29::MeshGP::Impl::~Impl\28\29_11228 -8615:\28anonymous\20namespace\29::MeshGP::Impl::setData\28GrGLSLProgramDataManager\20const&\2c\20GrShaderCaps\20const&\2c\20GrGeometryProcessor\20const&\29 -8616:\28anonymous\20namespace\29::MeshGP::Impl::onEmitCode\28GrGeometryProcessor::ProgramImpl::EmitArgs&\2c\20GrGeometryProcessor::ProgramImpl::GrGPArgs*\29 -8617:\28anonymous\20namespace\29::MeshGP::Impl::MeshCallbacks::toLinearSrgb\28std::__2::basic_string\2c\20std::__2::allocator>\29 -8618:\28anonymous\20namespace\29::MeshGP::Impl::MeshCallbacks::sampleShader\28int\2c\20std::__2::basic_string\2c\20std::__2::allocator>\29 -8619:\28anonymous\20namespace\29::MeshGP::Impl::MeshCallbacks::sampleColorFilter\28int\2c\20std::__2::basic_string\2c\20std::__2::allocator>\29 -8620:\28anonymous\20namespace\29::MeshGP::Impl::MeshCallbacks::sampleBlender\28int\2c\20std::__2::basic_string\2c\20std::__2::allocator>\2c\20std::__2::basic_string\2c\20std::__2::allocator>\29 -8621:\28anonymous\20namespace\29::MeshGP::Impl::MeshCallbacks::getMangledName\28char\20const*\29 -8622:\28anonymous\20namespace\29::MeshGP::Impl::MeshCallbacks::getMainName\28\29 -8623:\28anonymous\20namespace\29::MeshGP::Impl::MeshCallbacks::fromLinearSrgb\28std::__2::basic_string\2c\20std::__2::allocator>\29 -8624:\28anonymous\20namespace\29::MeshGP::Impl::MeshCallbacks::defineFunction\28char\20const*\2c\20char\20const*\2c\20bool\29 -8625:\28anonymous\20namespace\29::MeshGP::Impl::MeshCallbacks::declareUniform\28SkSL::VarDeclaration\20const*\29 -8626:\28anonymous\20namespace\29::MeshGP::Impl::MeshCallbacks::declareFunction\28char\20const*\29 -8627:\28anonymous\20namespace\29::ImageFromPictureRec::~ImageFromPictureRec\28\29_4961 -8628:\28anonymous\20namespace\29::ImageFromPictureRec::~ImageFromPictureRec\28\29 -8629:\28anonymous\20namespace\29::ImageFromPictureRec::getCategory\28\29\20const -8630:\28anonymous\20namespace\29::ImageFromPictureRec::bytesUsed\28\29\20const -8631:\28anonymous\20namespace\29::ImageFromPictureRec::Visitor\28SkResourceCache::Rec\20const&\2c\20void*\29 -8632:\28anonymous\20namespace\29::HQDownSampler::buildLevel\28SkPixmap\20const&\2c\20SkPixmap\20const&\29 -8633:\28anonymous\20namespace\29::GaussianPass::startBlur\28\29 -8634:\28anonymous\20namespace\29::GaussianPass::blurSegment\28int\2c\20void\20const*\2c\20int\2c\20void*\2c\20int\29 -8635:\28anonymous\20namespace\29::GaussianPass::MakeMaker\28float\2c\20SkArenaAlloc*\29::Maker::makePass\28void*\2c\20SkArenaAlloc*\29\20const -8636:\28anonymous\20namespace\29::GaussianPass::MakeMaker\28float\2c\20SkArenaAlloc*\29::Maker::bufferSizeBytes\28\29\20const -8637:\28anonymous\20namespace\29::GaussianPass::startBlur\28\29 -8638:\28anonymous\20namespace\29::GaussianPass::blurSegment\28int\2c\20void\20const*\2c\20int\2c\20void*\2c\20int\29 -8639:\28anonymous\20namespace\29::GaussianPass::MakeMaker\28float\2c\20SkArenaAlloc*\29::Maker::makePass\28void*\2c\20SkArenaAlloc*\29\20const -8640:\28anonymous\20namespace\29::GaussianPass::MakeMaker\28float\2c\20SkArenaAlloc*\29::Maker::bufferSizeBytes\28\29\20const -8641:\28anonymous\20namespace\29::FillRectOpImpl::~FillRectOpImpl\28\29_11305 -8642:\28anonymous\20namespace\29::FillRectOpImpl::~FillRectOpImpl\28\29 -8643:\28anonymous\20namespace\29::FillRectOpImpl::visitProxies\28std::__2::function\20const&\29\20const -8644:\28anonymous\20namespace\29::FillRectOpImpl::programInfo\28\29 -8645:\28anonymous\20namespace\29::FillRectOpImpl::onPrepareDraws\28GrMeshDrawTarget*\29 -8646:\28anonymous\20namespace\29::FillRectOpImpl::onPrePrepareDraws\28GrRecordingContext*\2c\20GrSurfaceProxyView\20const&\2c\20GrAppliedClip*\2c\20GrDstProxyView\20const&\2c\20GrXferBarrierFlags\2c\20GrLoadOp\29 -8647:\28anonymous\20namespace\29::FillRectOpImpl::onExecute\28GrOpFlushState*\2c\20SkRect\20const&\29 -8648:\28anonymous\20namespace\29::FillRectOpImpl::onCreateProgramInfo\28GrCaps\20const*\2c\20SkArenaAlloc*\2c\20GrSurfaceProxyView\20const&\2c\20bool\2c\20GrAppliedClip&&\2c\20GrDstProxyView\20const&\2c\20GrXferBarrierFlags\2c\20GrLoadOp\29 -8649:\28anonymous\20namespace\29::FillRectOpImpl::onCombineIfPossible\28GrOp*\2c\20SkArenaAlloc*\2c\20GrCaps\20const&\29 -8650:\28anonymous\20namespace\29::FillRectOpImpl::name\28\29\20const -8651:\28anonymous\20namespace\29::FillRectOpImpl::finalize\28GrCaps\20const&\2c\20GrAppliedClip\20const*\2c\20GrClampType\29 -8652:\28anonymous\20namespace\29::EllipticalRRectEffect::onMakeProgramImpl\28\29\20const -8653:\28anonymous\20namespace\29::EllipticalRRectEffect::onAddToKey\28GrShaderCaps\20const&\2c\20skgpu::KeyBuilder*\29\20const -8654:\28anonymous\20namespace\29::EllipticalRRectEffect::name\28\29\20const -8655:\28anonymous\20namespace\29::EllipticalRRectEffect::clone\28\29\20const -8656:\28anonymous\20namespace\29::EllipticalRRectEffect::Impl::onSetData\28GrGLSLProgramDataManager\20const&\2c\20GrFragmentProcessor\20const&\29 -8657:\28anonymous\20namespace\29::EllipticalRRectEffect::Impl::emitCode\28GrFragmentProcessor::ProgramImpl::EmitArgs&\29 -8658:\28anonymous\20namespace\29::DrawableSubRun::~DrawableSubRun\28\29_12711 -8659:\28anonymous\20namespace\29::DrawableSubRun::~DrawableSubRun\28\29 -8660:\28anonymous\20namespace\29::DrawableSubRun::unflattenSize\28\29\20const -8661:\28anonymous\20namespace\29::DrawableSubRun::draw\28SkCanvas*\2c\20SkPoint\2c\20SkPaint\20const&\2c\20sk_sp\2c\20std::__2::function\2c\20sktext::gpu::RendererData\29>\20const&\29\20const -8662:\28anonymous\20namespace\29::DrawableSubRun::doFlatten\28SkWriteBuffer&\29\20const -8663:\28anonymous\20namespace\29::DrawAtlasPathShader::~DrawAtlasPathShader\28\29_11173 -8664:\28anonymous\20namespace\29::DrawAtlasPathShader::~DrawAtlasPathShader\28\29 -8665:\28anonymous\20namespace\29::DrawAtlasPathShader::onTextureSampler\28int\29\20const -8666:\28anonymous\20namespace\29::DrawAtlasPathShader::name\28\29\20const -8667:\28anonymous\20namespace\29::DrawAtlasPathShader::makeProgramImpl\28GrShaderCaps\20const&\29\20const -8668:\28anonymous\20namespace\29::DrawAtlasPathShader::addToKey\28GrShaderCaps\20const&\2c\20skgpu::KeyBuilder*\29\20const -8669:\28anonymous\20namespace\29::DrawAtlasPathShader::Impl::setData\28GrGLSLProgramDataManager\20const&\2c\20GrShaderCaps\20const&\2c\20GrGeometryProcessor\20const&\29 -8670:\28anonymous\20namespace\29::DrawAtlasPathShader::Impl::onEmitCode\28GrGeometryProcessor::ProgramImpl::EmitArgs&\2c\20GrGeometryProcessor::ProgramImpl::GrGPArgs*\29 -8671:\28anonymous\20namespace\29::DrawAtlasOpImpl::~DrawAtlasOpImpl\28\29_11145 -8672:\28anonymous\20namespace\29::DrawAtlasOpImpl::~DrawAtlasOpImpl\28\29 -8673:\28anonymous\20namespace\29::DrawAtlasOpImpl::onPrepareDraws\28GrMeshDrawTarget*\29 -8674:\28anonymous\20namespace\29::DrawAtlasOpImpl::onCreateProgramInfo\28GrCaps\20const*\2c\20SkArenaAlloc*\2c\20GrSurfaceProxyView\20const&\2c\20bool\2c\20GrAppliedClip&&\2c\20GrDstProxyView\20const&\2c\20GrXferBarrierFlags\2c\20GrLoadOp\29 -8675:\28anonymous\20namespace\29::DrawAtlasOpImpl::onCombineIfPossible\28GrOp*\2c\20SkArenaAlloc*\2c\20GrCaps\20const&\29 -8676:\28anonymous\20namespace\29::DrawAtlasOpImpl::name\28\29\20const -8677:\28anonymous\20namespace\29::DrawAtlasOpImpl::finalize\28GrCaps\20const&\2c\20GrAppliedClip\20const*\2c\20GrClampType\29 -8678:\28anonymous\20namespace\29::DirectMaskSubRun::unflattenSize\28\29\20const -8679:\28anonymous\20namespace\29::DirectMaskSubRun::regenerateAtlas\28int\2c\20int\2c\20std::__2::function\20\28sktext::gpu::GlyphVector*\2c\20int\2c\20int\2c\20skgpu::MaskFormat\2c\20int\29>\29\20const -8680:\28anonymous\20namespace\29::DirectMaskSubRun::doFlatten\28SkWriteBuffer&\29\20const -8681:\28anonymous\20namespace\29::DirectMaskSubRun::deviceRectAndNeedsTransform\28SkMatrix\20const&\29\20const -8682:\28anonymous\20namespace\29::DirectMaskSubRun::canReuse\28SkPaint\20const&\2c\20SkMatrix\20const&\29\20const -8683:\28anonymous\20namespace\29::DefaultPathOp::~DefaultPathOp\28\29_11130 -8684:\28anonymous\20namespace\29::DefaultPathOp::~DefaultPathOp\28\29 -8685:\28anonymous\20namespace\29::DefaultPathOp::visitProxies\28std::__2::function\20const&\29\20const -8686:\28anonymous\20namespace\29::DefaultPathOp::onPrepareDraws\28GrMeshDrawTarget*\29 -8687:\28anonymous\20namespace\29::DefaultPathOp::onExecute\28GrOpFlushState*\2c\20SkRect\20const&\29 -8688:\28anonymous\20namespace\29::DefaultPathOp::onCreateProgramInfo\28GrCaps\20const*\2c\20SkArenaAlloc*\2c\20GrSurfaceProxyView\20const&\2c\20bool\2c\20GrAppliedClip&&\2c\20GrDstProxyView\20const&\2c\20GrXferBarrierFlags\2c\20GrLoadOp\29 -8689:\28anonymous\20namespace\29::DefaultPathOp::onCombineIfPossible\28GrOp*\2c\20SkArenaAlloc*\2c\20GrCaps\20const&\29 -8690:\28anonymous\20namespace\29::DefaultPathOp::name\28\29\20const -8691:\28anonymous\20namespace\29::DefaultPathOp::fixedFunctionFlags\28\29\20const -8692:\28anonymous\20namespace\29::DefaultPathOp::finalize\28GrCaps\20const&\2c\20GrAppliedClip\20const*\2c\20GrClampType\29 -8693:\28anonymous\20namespace\29::CircularRRectEffect::onMakeProgramImpl\28\29\20const -8694:\28anonymous\20namespace\29::CircularRRectEffect::onAddToKey\28GrShaderCaps\20const&\2c\20skgpu::KeyBuilder*\29\20const -8695:\28anonymous\20namespace\29::CircularRRectEffect::name\28\29\20const -8696:\28anonymous\20namespace\29::CircularRRectEffect::clone\28\29\20const -8697:\28anonymous\20namespace\29::CircularRRectEffect::Impl::onSetData\28GrGLSLProgramDataManager\20const&\2c\20GrFragmentProcessor\20const&\29 -8698:\28anonymous\20namespace\29::CircularRRectEffect::Impl::emitCode\28GrFragmentProcessor::ProgramImpl::EmitArgs&\29 -8699:\28anonymous\20namespace\29::CachedTessellationsRec::~CachedTessellationsRec\28\29_5172 -8700:\28anonymous\20namespace\29::CachedTessellationsRec::~CachedTessellationsRec\28\29 -8701:\28anonymous\20namespace\29::CachedTessellationsRec::getCategory\28\29\20const -8702:\28anonymous\20namespace\29::CachedTessellationsRec::bytesUsed\28\29\20const -8703:\28anonymous\20namespace\29::CachedTessellations::~CachedTessellations\28\29_5170 -8704:\28anonymous\20namespace\29::CacheImpl::~CacheImpl\28\29_2299 -8705:\28anonymous\20namespace\29::CacheImpl::set\28SkImageFilterCacheKey\20const&\2c\20SkImageFilter\20const*\2c\20skif::FilterResult\20const&\29 -8706:\28anonymous\20namespace\29::CacheImpl::purge\28\29 -8707:\28anonymous\20namespace\29::CacheImpl::purgeByImageFilter\28SkImageFilter\20const*\29 -8708:\28anonymous\20namespace\29::CacheImpl::get\28SkImageFilterCacheKey\20const&\2c\20skif::FilterResult*\29\20const -8709:\28anonymous\20namespace\29::BoundingBoxShader::name\28\29\20const -8710:\28anonymous\20namespace\29::BoundingBoxShader::makeProgramImpl\28GrShaderCaps\20const&\29\20const::Impl::setData\28GrGLSLProgramDataManager\20const&\2c\20GrShaderCaps\20const&\2c\20GrGeometryProcessor\20const&\29 -8711:\28anonymous\20namespace\29::BoundingBoxShader::makeProgramImpl\28GrShaderCaps\20const&\29\20const::Impl::onEmitCode\28GrGeometryProcessor::ProgramImpl::EmitArgs&\2c\20GrGeometryProcessor::ProgramImpl::GrGPArgs*\29 -8712:\28anonymous\20namespace\29::BoundingBoxShader::makeProgramImpl\28GrShaderCaps\20const&\29\20const -8713:\28anonymous\20namespace\29::AAHairlineOp::~AAHairlineOp\28\29_10952 -8714:\28anonymous\20namespace\29::AAHairlineOp::~AAHairlineOp\28\29 -8715:\28anonymous\20namespace\29::AAHairlineOp::visitProxies\28std::__2::function\20const&\29\20const -8716:\28anonymous\20namespace\29::AAHairlineOp::onPrepareDraws\28GrMeshDrawTarget*\29 -8717:\28anonymous\20namespace\29::AAHairlineOp::onPrePrepareDraws\28GrRecordingContext*\2c\20GrSurfaceProxyView\20const&\2c\20GrAppliedClip*\2c\20GrDstProxyView\20const&\2c\20GrXferBarrierFlags\2c\20GrLoadOp\29 -8718:\28anonymous\20namespace\29::AAHairlineOp::onExecute\28GrOpFlushState*\2c\20SkRect\20const&\29 -8719:\28anonymous\20namespace\29::AAHairlineOp::onCreateProgramInfo\28GrCaps\20const*\2c\20SkArenaAlloc*\2c\20GrSurfaceProxyView\20const&\2c\20bool\2c\20GrAppliedClip&&\2c\20GrDstProxyView\20const&\2c\20GrXferBarrierFlags\2c\20GrLoadOp\29 -8720:\28anonymous\20namespace\29::AAHairlineOp::onCombineIfPossible\28GrOp*\2c\20SkArenaAlloc*\2c\20GrCaps\20const&\29 -8721:\28anonymous\20namespace\29::AAHairlineOp::name\28\29\20const -8722:\28anonymous\20namespace\29::AAHairlineOp::fixedFunctionFlags\28\29\20const -8723:\28anonymous\20namespace\29::AAHairlineOp::finalize\28GrCaps\20const&\2c\20GrAppliedClip\20const*\2c\20GrClampType\29 -8724:\28anonymous\20namespace\29::A8Pass::startBlur\28\29 -8725:\28anonymous\20namespace\29::A8Pass::blurSegment\28int\2c\20void\20const*\2c\20int\2c\20void*\2c\20int\29 -8726:\28anonymous\20namespace\29::A8Pass::MakeMaker\28float\2c\20SkArenaAlloc*\29::Maker::makePass\28void*\2c\20SkArenaAlloc*\29\20const -8727:\28anonymous\20namespace\29::A8Pass::MakeMaker\28float\2c\20SkArenaAlloc*\29::Maker::bufferSizeBytes\28\29\20const -8728:YuvToRgbaRow -8729:YuvToRgba4444Row -8730:YuvToRgbRow -8731:YuvToRgb565Row -8732:YuvToBgraRow -8733:YuvToBgrRow -8734:YuvToArgbRow -8735:Write_CVT_Stretched -8736:Write_CVT -8737:WebPYuv444ToRgba_C -8738:WebPYuv444ToRgba4444_C -8739:WebPYuv444ToRgb_C -8740:WebPYuv444ToRgb565_C -8741:WebPYuv444ToBgra_C -8742:WebPYuv444ToBgr_C -8743:WebPYuv444ToArgb_C -8744:WebPRescalerImportRowShrink_C -8745:WebPRescalerImportRowExpand_C -8746:WebPRescalerExportRowShrink_C -8747:WebPRescalerExportRowExpand_C -8748:WebPMultRow_C -8749:WebPMultARGBRow_C -8750:WebPConvertRGBA32ToUV_C -8751:WebPConvertARGBToUV_C -8752:WebGLTextureImageGenerator::~WebGLTextureImageGenerator\28\29_892 -8753:WebGLTextureImageGenerator::generateExternalTexture\28GrRecordingContext*\2c\20skgpu::Mipmapped\29 -8754:Vertish_SkAntiHairBlitter::drawLine\28int\2c\20int\2c\20int\2c\20int\29 -8755:Vertish_SkAntiHairBlitter::drawCap\28int\2c\20int\2c\20int\2c\20int\29 -8756:VerticalUnfilter_C -8757:VerticalFilter_C -8758:VertState::Triangles\28VertState*\29 -8759:VertState::TrianglesX\28VertState*\29 -8760:VertState::TriangleStrip\28VertState*\29 -8761:VertState::TriangleStripX\28VertState*\29 -8762:VertState::TriangleFan\28VertState*\29 -8763:VertState::TriangleFanX\28VertState*\29 -8764:VR4_C -8765:VP8LTransformColorInverse_C -8766:VP8LPredictor9_C -8767:VP8LPredictor8_C -8768:VP8LPredictor7_C -8769:VP8LPredictor6_C -8770:VP8LPredictor5_C -8771:VP8LPredictor4_C -8772:VP8LPredictor3_C -8773:VP8LPredictor2_C -8774:VP8LPredictor1_C -8775:VP8LPredictor13_C -8776:VP8LPredictor12_C -8777:VP8LPredictor11_C -8778:VP8LPredictor10_C -8779:VP8LPredictor0_C -8780:VP8LConvertBGRAToRGB_C -8781:VP8LConvertBGRAToRGBA_C -8782:VP8LConvertBGRAToRGBA4444_C -8783:VP8LConvertBGRAToRGB565_C -8784:VP8LConvertBGRAToBGR_C -8785:VP8LAddGreenToBlueAndRed_C -8786:VLine_SkAntiHairBlitter::drawLine\28int\2c\20int\2c\20int\2c\20int\29 -8787:VLine_SkAntiHairBlitter::drawCap\28int\2c\20int\2c\20int\2c\20int\29 -8788:VL4_C -8789:VFilter8i_C -8790:VFilter8_C -8791:VFilter16i_C -8792:VFilter16_C -8793:VE8uv_C -8794:VE4_C -8795:VE16_C -8796:UpsampleRgbaLinePair_C -8797:UpsampleRgba4444LinePair_C -8798:UpsampleRgbLinePair_C -8799:UpsampleRgb565LinePair_C -8800:UpsampleBgraLinePair_C -8801:UpsampleBgrLinePair_C -8802:UpsampleArgbLinePair_C -8803:UnresolvedCodepoints\28skia::textlayout::Paragraph&\29 -8804:TransformWHT_C -8805:TransformUV_C -8806:TransformTwo_C -8807:TransformDC_C -8808:TransformDCUV_C -8809:TransformAC3_C -8810:ToSVGString\28SkPath\20const&\29 -8811:ToCmds\28SkPath\20const&\29 -8812:TT_Set_MM_Blend -8813:TT_RunIns -8814:TT_Load_Simple_Glyph -8815:TT_Load_Glyph_Header -8816:TT_Load_Composite_Glyph -8817:TT_Get_Var_Design -8818:TT_Get_MM_Blend -8819:TT_Forget_Glyph_Frame -8820:TT_Access_Glyph_Frame -8821:TM8uv_C -8822:TM4_C -8823:TM16_C -8824:Sync -8825:SquareCapper\28SkPathBuilder*\2c\20SkPoint\20const&\2c\20SkPoint\20const&\2c\20SkPoint\20const&\2c\20bool\29 -8826:Sprite_D32_S32::blitRect\28int\2c\20int\2c\20int\2c\20int\29 -8827:SkWuffsFrameHolder::onGetFrame\28int\29\20const -8828:SkWuffsCodec::~SkWuffsCodec\28\29_13398 -8829:SkWuffsCodec::~SkWuffsCodec\28\29 -8830:SkWuffsCodec::onIsAnimated\28\29 -8831:SkWuffsCodec::onIncrementalDecode\28int*\29 -8832:SkWuffsCodec::onGetRepetitionCount\28\29 -8833:SkWuffsCodec::onGetPixels\28SkImageInfo\20const&\2c\20void*\2c\20unsigned\20long\2c\20SkCodec::Options\20const&\2c\20int*\29 -8834:SkWuffsCodec::onGetFrameInfo\28int\2c\20SkCodec::FrameInfo*\29\20const -8835:SkWuffsCodec::onGetFrameCount\28\29 -8836:SkWuffsCodec::getFrameHolder\28\29\20const -8837:SkWuffsCodec::getEncodedData\28\29\20const -8838:SkWriteICCProfile\28skcms_TransferFunction\20const&\2c\20skcms_Matrix3x3\20const&\29 -8839:SkWebpDecoder::Decode\28std::__2::unique_ptr>\2c\20SkCodec::Result*\2c\20void*\29 -8840:SkWebpCodec::~SkWebpCodec\28\29_13077 -8841:SkWebpCodec::~SkWebpCodec\28\29 -8842:SkWebpCodec::onIsAnimated\28\29 -8843:SkWebpCodec::onGetValidSubset\28SkIRect*\29\20const -8844:SkWebpCodec::onGetRepetitionCount\28\29 -8845:SkWebpCodec::onGetPixels\28SkImageInfo\20const&\2c\20void*\2c\20unsigned\20long\2c\20SkCodec::Options\20const&\2c\20int*\29 -8846:SkWebpCodec::onGetFrameInfo\28int\2c\20SkCodec::FrameInfo*\29\20const -8847:SkWebpCodec::onGetFrameCount\28\29 -8848:SkWebpCodec::getFrameHolder\28\29\20const -8849:SkWebpCodec::FrameHolder::~FrameHolder\28\29_13075 -8850:SkWebpCodec::FrameHolder::~FrameHolder\28\29 -8851:SkWebpCodec::FrameHolder::onGetFrame\28int\29\20const -8852:SkWeakRefCnt::internal_dispose\28\29\20const -8853:SkWbmpDecoder::Decode\28std::__2::unique_ptr>\2c\20SkCodec::Result*\2c\20void*\29 -8854:SkWbmpCodec::~SkWbmpCodec\28\29_5765 -8855:SkWbmpCodec::~SkWbmpCodec\28\29 -8856:SkWbmpCodec::onStartScanlineDecode\28SkImageInfo\20const&\2c\20SkCodec::Options\20const&\29 -8857:SkWbmpCodec::onSkipScanlines\28int\29 -8858:SkWbmpCodec::onRewind\28\29 -8859:SkWbmpCodec::onGetScanlines\28void*\2c\20int\2c\20unsigned\20long\29 -8860:SkWbmpCodec::onGetPixels\28SkImageInfo\20const&\2c\20void*\2c\20unsigned\20long\2c\20SkCodec::Options\20const&\2c\20int*\29 -8861:SkWbmpCodec::getSampler\28bool\29 -8862:SkWbmpCodec::conversionSupported\28SkImageInfo\20const&\2c\20bool\2c\20bool\29 -8863:SkVertices::Builder*\20emscripten::internal::operator_new\28SkVertices::VertexMode&&\2c\20int&&\2c\20int&&\2c\20unsigned\20int&&\29 -8864:SkUserTypeface::~SkUserTypeface\28\29_5059 -8865:SkUserTypeface::~SkUserTypeface\28\29 -8866:SkUserTypeface::onOpenStream\28int*\29\20const -8867:SkUserTypeface::onGetUPEM\28\29\20const -8868:SkUserTypeface::onGetFontDescriptor\28SkFontDescriptor*\2c\20bool*\29\20const -8869:SkUserTypeface::onGetFamilyName\28SkString*\29\20const -8870:SkUserTypeface::onFilterRec\28SkScalerContextRec*\29\20const -8871:SkUserTypeface::onCreateScalerContext\28SkScalerContextEffects\20const&\2c\20SkDescriptor\20const*\29\20const -8872:SkUserTypeface::onCountGlyphs\28\29\20const -8873:SkUserTypeface::onComputeBounds\28SkRect*\29\20const -8874:SkUserTypeface::onCharsToGlyphs\28SkSpan\2c\20SkSpan\29\20const -8875:SkUserTypeface::getGlyphToUnicodeMap\28SkSpan\29\20const -8876:SkUserScalerContext::~SkUserScalerContext\28\29 -8877:SkUserScalerContext::generatePath\28SkGlyph\20const&\2c\20SkPath*\2c\20bool*\29 -8878:SkUserScalerContext::generateMetrics\28SkGlyph\20const&\2c\20SkArenaAlloc*\29 -8879:SkUserScalerContext::generateImage\28SkGlyph\20const&\2c\20void*\29 -8880:SkUserScalerContext::generateFontMetrics\28SkFontMetrics*\29 -8881:SkUserScalerContext::generateDrawable\28SkGlyph\20const&\29::DrawableMatrixWrapper::~DrawableMatrixWrapper\28\29_5079 -8882:SkUserScalerContext::generateDrawable\28SkGlyph\20const&\29::DrawableMatrixWrapper::~DrawableMatrixWrapper\28\29 -8883:SkUserScalerContext::generateDrawable\28SkGlyph\20const&\29::DrawableMatrixWrapper::onGetBounds\28\29 -8884:SkUserScalerContext::generateDrawable\28SkGlyph\20const&\29::DrawableMatrixWrapper::onDraw\28SkCanvas*\29 -8885:SkUserScalerContext::generateDrawable\28SkGlyph\20const&\29::DrawableMatrixWrapper::onApproximateBytesUsed\28\29 -8886:SkUserScalerContext::generateDrawable\28SkGlyph\20const&\29 -8887:SkUnicode_client::~SkUnicode_client\28\29_8175 -8888:SkUnicode_client::~SkUnicode_client\28\29 -8889:SkUnicode_client::toUpper\28SkString\20const&\2c\20char\20const*\29 -8890:SkUnicode_client::toUpper\28SkString\20const&\29 -8891:SkUnicode_client::reorderVisual\28unsigned\20char\20const*\2c\20int\2c\20int*\29 -8892:SkUnicode_client::makeBreakIterator\28char\20const*\2c\20SkUnicode::BreakType\29 -8893:SkUnicode_client::makeBreakIterator\28SkUnicode::BreakType\29 -8894:SkUnicode_client::makeBidiIterator\28unsigned\20short\20const*\2c\20int\2c\20SkBidiIterator::Direction\29 -8895:SkUnicode_client::makeBidiIterator\28char\20const*\2c\20int\2c\20SkBidiIterator::Direction\29 -8896:SkUnicode_client::getWords\28char\20const*\2c\20int\2c\20char\20const*\2c\20std::__2::vector>*\29 -8897:SkUnicode_client::getBidiRegions\28char\20const*\2c\20int\2c\20SkUnicode::TextDirection\2c\20std::__2::vector>*\29 -8898:SkUnicode_client::computeCodeUnitFlags\28char16_t*\2c\20int\2c\20bool\2c\20skia_private::TArray*\29 -8899:SkUnicode_client::computeCodeUnitFlags\28char*\2c\20int\2c\20bool\2c\20skia_private::TArray*\29 -8900:SkUnicodeHardCodedCharProperties::isWhitespace\28int\29 -8901:SkUnicodeHardCodedCharProperties::isTabulation\28int\29 -8902:SkUnicodeHardCodedCharProperties::isSpace\28int\29 -8903:SkUnicodeHardCodedCharProperties::isIdeographic\28int\29 -8904:SkUnicodeHardCodedCharProperties::isHardBreak\28int\29 -8905:SkUnicodeHardCodedCharProperties::isControl\28int\29 -8906:SkUnicodeBidiRunIterator::~SkUnicodeBidiRunIterator\28\29_13450 -8907:SkUnicodeBidiRunIterator::~SkUnicodeBidiRunIterator\28\29 -8908:SkUnicodeBidiRunIterator::endOfCurrentRun\28\29\20const -8909:SkUnicodeBidiRunIterator::currentLevel\28\29\20const -8910:SkUnicodeBidiRunIterator::consume\28\29 -8911:SkUnicodeBidiRunIterator::atEnd\28\29\20const -8912:SkTypeface_FreeTypeStream::~SkTypeface_FreeTypeStream\28\29_8288 -8913:SkTypeface_FreeTypeStream::~SkTypeface_FreeTypeStream\28\29 -8914:SkTypeface_FreeTypeStream::onOpenStream\28int*\29\20const -8915:SkTypeface_FreeTypeStream::onMakeFontData\28\29\20const -8916:SkTypeface_FreeTypeStream::onMakeClone\28SkFontArguments\20const&\29\20const -8917:SkTypeface_FreeTypeStream::onGetFontDescriptor\28SkFontDescriptor*\2c\20bool*\29\20const -8918:SkTypeface_FreeType::onGlyphMaskNeedsCurrentColor\28\29\20const -8919:SkTypeface_FreeType::onGetVariationDesignPosition\28SkSpan\29\20const -8920:SkTypeface_FreeType::onGetVariationDesignParameters\28SkSpan\29\20const -8921:SkTypeface_FreeType::onGetUPEM\28\29\20const -8922:SkTypeface_FreeType::onGetTableTags\28SkSpan\29\20const -8923:SkTypeface_FreeType::onGetTableData\28unsigned\20int\2c\20unsigned\20long\2c\20unsigned\20long\2c\20void*\29\20const -8924:SkTypeface_FreeType::onGetPostScriptName\28SkString*\29\20const -8925:SkTypeface_FreeType::onGetKerningPairAdjustments\28SkSpan\2c\20SkSpan\29\20const -8926:SkTypeface_FreeType::onGetAdvancedMetrics\28\29\20const -8927:SkTypeface_FreeType::onFilterRec\28SkScalerContextRec*\29\20const -8928:SkTypeface_FreeType::onCreateScalerContext\28SkScalerContextEffects\20const&\2c\20SkDescriptor\20const*\29\20const -8929:SkTypeface_FreeType::onCreateScalerContextAsProxyTypeface\28SkScalerContextEffects\20const&\2c\20SkDescriptor\20const*\2c\20SkTypeface*\29\20const -8930:SkTypeface_FreeType::onCreateFamilyNameIterator\28\29\20const -8931:SkTypeface_FreeType::onCountGlyphs\28\29\20const -8932:SkTypeface_FreeType::onCopyTableData\28unsigned\20int\29\20const -8933:SkTypeface_FreeType::onCharsToGlyphs\28SkSpan\2c\20SkSpan\29\20const -8934:SkTypeface_FreeType::getPostScriptGlyphNames\28SkString*\29\20const -8935:SkTypeface_FreeType::getGlyphToUnicodeMap\28SkSpan\29\20const -8936:SkTypeface_Empty::~SkTypeface_Empty\28\29 -8937:SkTypeface_Custom::~SkTypeface_Custom\28\29_8231 -8938:SkTypeface_Custom::onGetFontDescriptor\28SkFontDescriptor*\2c\20bool*\29\20const -8939:SkTypeface::onOpenExistingStream\28int*\29\20const -8940:SkTypeface::onCreateScalerContextAsProxyTypeface\28SkScalerContextEffects\20const&\2c\20SkDescriptor\20const*\2c\20SkTypeface*\29\20const -8941:SkTypeface::onCopyTableData\28unsigned\20int\29\20const -8942:SkTypeface::onComputeBounds\28SkRect*\29\20const -8943:SkTrimPE::onFilterPath\28SkPathBuilder*\2c\20SkPath\20const&\2c\20SkStrokeRec*\2c\20SkRect\20const*\2c\20SkMatrix\20const&\29\20const -8944:SkTrimPE::getTypeName\28\29\20const -8945:SkTriColorShader::type\28\29\20const -8946:SkTriColorShader::isOpaque\28\29\20const -8947:SkTriColorShader::appendStages\28SkStageRec\20const&\2c\20SkShaders::MatrixRec\20const&\29\20const -8948:SkTransformShader::type\28\29\20const -8949:SkTransformShader::appendStages\28SkStageRec\20const&\2c\20SkShaders::MatrixRec\20const&\29\20const -8950:SkTQuad::subDivide\28double\2c\20double\2c\20SkTCurve*\29\20const -8951:SkTQuad::setBounds\28SkDRect*\29\20const -8952:SkTQuad::ptAtT\28double\29\20const -8953:SkTQuad::make\28SkArenaAlloc&\29\20const -8954:SkTQuad::intersectRay\28SkIntersections*\2c\20SkDLine\20const&\29\20const -8955:SkTQuad::hullIntersects\28SkTCurve\20const&\2c\20bool*\29\20const -8956:SkTQuad::dxdyAtT\28double\29\20const -8957:SkTQuad::debugInit\28\29 -8958:SkTMaskGamma<3\2c\203\2c\203>::~SkTMaskGamma\28\29_4108 -8959:SkTMaskGamma<3\2c\203\2c\203>::~SkTMaskGamma\28\29 -8960:SkTCubic::subDivide\28double\2c\20double\2c\20SkTCurve*\29\20const -8961:SkTCubic::setBounds\28SkDRect*\29\20const -8962:SkTCubic::ptAtT\28double\29\20const -8963:SkTCubic::otherPts\28int\2c\20SkDPoint\20const**\29\20const -8964:SkTCubic::make\28SkArenaAlloc&\29\20const -8965:SkTCubic::intersectRay\28SkIntersections*\2c\20SkDLine\20const&\29\20const -8966:SkTCubic::hullIntersects\28SkTCurve\20const&\2c\20bool*\29\20const -8967:SkTCubic::hullIntersects\28SkDCubic\20const&\2c\20bool*\29\20const -8968:SkTCubic::dxdyAtT\28double\29\20const -8969:SkTCubic::debugInit\28\29 -8970:SkTCubic::controlsInside\28\29\20const -8971:SkTCubic::collapsed\28\29\20const -8972:SkTConic::subDivide\28double\2c\20double\2c\20SkTCurve*\29\20const -8973:SkTConic::setBounds\28SkDRect*\29\20const -8974:SkTConic::ptAtT\28double\29\20const -8975:SkTConic::make\28SkArenaAlloc&\29\20const -8976:SkTConic::intersectRay\28SkIntersections*\2c\20SkDLine\20const&\29\20const -8977:SkTConic::hullIntersects\28SkTCurve\20const&\2c\20bool*\29\20const -8978:SkTConic::hullIntersects\28SkDQuad\20const&\2c\20bool*\29\20const -8979:SkTConic::dxdyAtT\28double\29\20const -8980:SkTConic::debugInit\28\29 -8981:SkSynchronizedResourceCache::~SkSynchronizedResourceCache\28\29_4475 -8982:SkSynchronizedResourceCache::~SkSynchronizedResourceCache\28\29 -8983:SkSynchronizedResourceCache::visitAll\28void\20\28*\29\28SkResourceCache::Rec\20const&\2c\20void*\29\2c\20void*\29 -8984:SkSynchronizedResourceCache::setTotalByteLimit\28unsigned\20long\29 -8985:SkSynchronizedResourceCache::setSingleAllocationByteLimit\28unsigned\20long\29 -8986:SkSynchronizedResourceCache::purgeAll\28\29 -8987:SkSynchronizedResourceCache::newCachedData\28unsigned\20long\29 -8988:SkSynchronizedResourceCache::getTotalBytesUsed\28\29\20const -8989:SkSynchronizedResourceCache::getTotalByteLimit\28\29\20const -8990:SkSynchronizedResourceCache::getSingleAllocationByteLimit\28\29\20const -8991:SkSynchronizedResourceCache::getEffectiveSingleAllocationByteLimit\28\29\20const -8992:SkSynchronizedResourceCache::find\28SkResourceCache::Key\20const&\2c\20bool\20\28*\29\28SkResourceCache::Rec\20const&\2c\20void*\29\2c\20void*\29 -8993:SkSynchronizedResourceCache::dump\28\29\20const -8994:SkSynchronizedResourceCache::discardableFactory\28\29\20const -8995:SkSynchronizedResourceCache::add\28SkResourceCache::Rec*\2c\20void*\29 -8996:SkSwizzler::onSetSampleX\28int\29 -8997:SkSwizzler::fillWidth\28\29\20const -8998:SkSweepGradient::getTypeName\28\29\20const -8999:SkSweepGradient::flatten\28SkWriteBuffer&\29\20const -9000:SkSweepGradient::asGradient\28SkShaderBase::GradientInfo*\2c\20SkMatrix*\29\20const -9001:SkSweepGradient::appendGradientStages\28SkArenaAlloc*\2c\20SkRasterPipeline*\2c\20SkRasterPipeline*\29\20const -9002:SkSurface_Raster::~SkSurface_Raster\28\29_4846 -9003:SkSurface_Raster::~SkSurface_Raster\28\29 -9004:SkSurface_Raster::onWritePixels\28SkPixmap\20const&\2c\20int\2c\20int\29 -9005:SkSurface_Raster::onRestoreBackingMutability\28\29 -9006:SkSurface_Raster::onNewSurface\28SkImageInfo\20const&\29 -9007:SkSurface_Raster::onNewImageSnapshot\28SkIRect\20const*\29 -9008:SkSurface_Raster::onNewCanvas\28\29 -9009:SkSurface_Raster::onDraw\28SkCanvas*\2c\20float\2c\20float\2c\20SkSamplingOptions\20const&\2c\20SkPaint\20const*\29 -9010:SkSurface_Raster::onCopyOnWrite\28SkSurface::ContentChangeMode\29 -9011:SkSurface_Raster::imageInfo\28\29\20const -9012:SkSurface_Ganesh::~SkSurface_Ganesh\28\29_11849 -9013:SkSurface_Ganesh::~SkSurface_Ganesh\28\29 -9014:SkSurface_Ganesh::replaceBackendTexture\28GrBackendTexture\20const&\2c\20GrSurfaceOrigin\2c\20SkSurface::ContentChangeMode\2c\20void\20\28*\29\28void*\29\2c\20void*\29 -9015:SkSurface_Ganesh::onWritePixels\28SkPixmap\20const&\2c\20int\2c\20int\29 -9016:SkSurface_Ganesh::onWait\28int\2c\20GrBackendSemaphore\20const*\2c\20bool\29 -9017:SkSurface_Ganesh::onNewSurface\28SkImageInfo\20const&\29 -9018:SkSurface_Ganesh::onNewImageSnapshot\28SkIRect\20const*\29 -9019:SkSurface_Ganesh::onNewCanvas\28\29 -9020:SkSurface_Ganesh::onIsCompatible\28GrSurfaceCharacterization\20const&\29\20const -9021:SkSurface_Ganesh::onGetRecordingContext\28\29\20const -9022:SkSurface_Ganesh::onDraw\28SkCanvas*\2c\20float\2c\20float\2c\20SkSamplingOptions\20const&\2c\20SkPaint\20const*\29 -9023:SkSurface_Ganesh::onDiscard\28\29 -9024:SkSurface_Ganesh::onCopyOnWrite\28SkSurface::ContentChangeMode\29 -9025:SkSurface_Ganesh::onCharacterize\28GrSurfaceCharacterization*\29\20const -9026:SkSurface_Ganesh::onCapabilities\28\29 -9027:SkSurface_Ganesh::onAsyncRescaleAndReadPixels\28SkImageInfo\20const&\2c\20SkIRect\2c\20SkImage::RescaleGamma\2c\20SkImage::RescaleMode\2c\20void\20\28*\29\28void*\2c\20std::__2::unique_ptr>\29\2c\20void*\29 -9028:SkSurface_Ganesh::onAsyncRescaleAndReadPixelsYUV420\28SkYUVColorSpace\2c\20bool\2c\20sk_sp\2c\20SkIRect\2c\20SkISize\2c\20SkImage::RescaleGamma\2c\20SkImage::RescaleMode\2c\20void\20\28*\29\28void*\2c\20std::__2::unique_ptr>\29\2c\20void*\29 -9029:SkSurface_Ganesh::imageInfo\28\29\20const -9030:SkSurface_Base::onMakeTemporaryImage\28\29 -9031:SkSurface_Base::onAsyncRescaleAndReadPixels\28SkImageInfo\20const&\2c\20SkIRect\2c\20SkImage::RescaleGamma\2c\20SkImage::RescaleMode\2c\20void\20\28*\29\28void*\2c\20std::__2::unique_ptr>\29\2c\20void*\29 -9032:SkSurface::imageInfo\28\29\20const -9033:SkString*\20std::__2::vector>::__emplace_back_slow_path\28char\20const*&\2c\20int&&\29 -9034:SkStrikeCache::~SkStrikeCache\28\29_4354 -9035:SkStrikeCache::~SkStrikeCache\28\29 -9036:SkStrikeCache::findOrCreateScopedStrike\28SkStrikeSpec\20const&\29 -9037:SkStrike::~SkStrike\28\29_4341 -9038:SkStrike::strikePromise\28\29 -9039:SkStrike::roundingSpec\28\29\20const -9040:SkStrike::prepareForPath\28SkGlyph*\29 -9041:SkStrike::prepareForImage\28SkGlyph*\29 -9042:SkStrike::prepareForDrawable\28SkGlyph*\29 -9043:SkStrike::getDescriptor\28\29\20const -9044:SkSpriteBlitter_Memcpy::blitRect\28int\2c\20int\2c\20int\2c\20int\29 -9045:SkSpriteBlitter::~SkSpriteBlitter\28\29_1510 -9046:SkSpriteBlitter::setup\28SkPixmap\20const&\2c\20int\2c\20int\2c\20SkPaint\20const&\29 -9047:SkSpriteBlitter::blitV\28int\2c\20int\2c\20int\2c\20unsigned\20char\29 -9048:SkSpriteBlitter::blitMask\28SkMask\20const&\2c\20SkIRect\20const&\29 -9049:SkSpriteBlitter::blitH\28int\2c\20int\2c\20int\29 -9050:SkSpecialImage_Raster::~SkSpecialImage_Raster\28\29_4232 -9051:SkSpecialImage_Raster::~SkSpecialImage_Raster\28\29 -9052:SkSpecialImage_Raster::onMakeBackingStoreSubset\28SkIRect\20const&\29\20const -9053:SkSpecialImage_Raster::getSize\28\29\20const -9054:SkSpecialImage_Raster::backingStoreDimensions\28\29\20const -9055:SkSpecialImage_Raster::asShader\28SkTileMode\2c\20SkSamplingOptions\20const&\2c\20SkMatrix\20const&\2c\20bool\29\20const -9056:SkSpecialImage_Raster::asImage\28\29\20const -9057:SkSpecialImage_Gpu::~SkSpecialImage_Gpu\28\29_10895 -9058:SkSpecialImage_Gpu::~SkSpecialImage_Gpu\28\29 -9059:SkSpecialImage_Gpu::onMakeBackingStoreSubset\28SkIRect\20const&\29\20const -9060:SkSpecialImage_Gpu::getSize\28\29\20const -9061:SkSpecialImage_Gpu::backingStoreDimensions\28\29\20const -9062:SkSpecialImage_Gpu::asImage\28\29\20const -9063:SkSpecialImage::~SkSpecialImage\28\29 -9064:SkSpecialImage::asShader\28SkTileMode\2c\20SkSamplingOptions\20const&\2c\20SkMatrix\20const&\2c\20bool\29\20const -9065:SkShaper::TrivialLanguageRunIterator::~TrivialLanguageRunIterator\28\29_13443 -9066:SkShaper::TrivialLanguageRunIterator::~TrivialLanguageRunIterator\28\29 -9067:SkShaper::TrivialLanguageRunIterator::currentLanguage\28\29\20const -9068:SkShaper::TrivialFontRunIterator::~TrivialFontRunIterator\28\29_7701 -9069:SkShaper::TrivialFontRunIterator::~TrivialFontRunIterator\28\29 -9070:SkShaper::TrivialBiDiRunIterator::currentLevel\28\29\20const -9071:SkShaderBlurAlgorithm::maxSigma\28\29\20const -9072:SkShaderBlurAlgorithm::blur\28SkSize\2c\20sk_sp\2c\20SkIRect\20const&\2c\20SkTileMode\2c\20SkIRect\20const&\29\20const -9073:SkScan::HairSquarePath\28SkPath\20const&\2c\20SkRasterClip\20const&\2c\20SkBlitter*\29 -9074:SkScan::HairRoundPath\28SkPath\20const&\2c\20SkRasterClip\20const&\2c\20SkBlitter*\29 -9075:SkScan::HairPath\28SkPath\20const&\2c\20SkRasterClip\20const&\2c\20SkBlitter*\29 -9076:SkScan::AntiHairSquarePath\28SkPath\20const&\2c\20SkRasterClip\20const&\2c\20SkBlitter*\29 -9077:SkScan::AntiHairRoundPath\28SkPath\20const&\2c\20SkRasterClip\20const&\2c\20SkBlitter*\29 -9078:SkScan::AntiHairPath\28SkPath\20const&\2c\20SkRasterClip\20const&\2c\20SkBlitter*\29 -9079:SkScan::AntiFillPath\28SkPath\20const&\2c\20SkRasterClip\20const&\2c\20SkBlitter*\29 -9080:SkScalingCodec::onGetScaledDimensions\28float\29\20const -9081:SkScalingCodec::onDimensionsSupported\28SkISize\20const&\29 -9082:SkScalerContext_FreeType::~SkScalerContext_FreeType\28\29_8263 -9083:SkScalerContext_FreeType::~SkScalerContext_FreeType\28\29 -9084:SkScalerContext_FreeType::generatePath\28SkGlyph\20const&\2c\20SkPath*\2c\20bool*\29 -9085:SkScalerContext_FreeType::generateMetrics\28SkGlyph\20const&\2c\20SkArenaAlloc*\29 -9086:SkScalerContext_FreeType::generateImage\28SkGlyph\20const&\2c\20void*\29 -9087:SkScalerContext_FreeType::generateFontMetrics\28SkFontMetrics*\29 -9088:SkScalerContext_FreeType::generateDrawable\28SkGlyph\20const&\29 -9089:SkScalerContext::MakeEmpty\28SkTypeface&\2c\20SkScalerContextEffects\20const&\2c\20SkDescriptor\20const*\29::SkScalerContext_Empty::~SkScalerContext_Empty\28\29 -9090:SkScalerContext::MakeEmpty\28SkTypeface&\2c\20SkScalerContextEffects\20const&\2c\20SkDescriptor\20const*\29::SkScalerContext_Empty::generatePath\28SkGlyph\20const&\2c\20SkPath*\2c\20bool*\29 -9091:SkScalerContext::MakeEmpty\28SkTypeface&\2c\20SkScalerContextEffects\20const&\2c\20SkDescriptor\20const*\29::SkScalerContext_Empty::generateMetrics\28SkGlyph\20const&\2c\20SkArenaAlloc*\29 -9092:SkScalerContext::MakeEmpty\28SkTypeface&\2c\20SkScalerContextEffects\20const&\2c\20SkDescriptor\20const*\29::SkScalerContext_Empty::generateFontMetrics\28SkFontMetrics*\29 -9093:SkSampledCodec::onGetSampledDimensions\28int\29\20const -9094:SkSampledCodec::onGetAndroidPixels\28SkImageInfo\20const&\2c\20void*\2c\20unsigned\20long\2c\20SkAndroidCodec::AndroidOptions\20const&\29 -9095:SkSRGBColorSpaceLuminance::toLuma\28float\2c\20float\29\20const -9096:SkSRGBColorSpaceLuminance::fromLuma\28float\2c\20float\29\20const -9097:SkSL::simplify_componentwise\28SkSL::Context\20const&\2c\20SkSL::Position\2c\20SkSL::Expression\20const&\2c\20SkSL::Operator\2c\20SkSL::Expression\20const&\29::$_3::__invoke\28double\2c\20double\29 -9098:SkSL::simplify_componentwise\28SkSL::Context\20const&\2c\20SkSL::Position\2c\20SkSL::Expression\20const&\2c\20SkSL::Operator\2c\20SkSL::Expression\20const&\29::$_2::__invoke\28double\2c\20double\29 -9099:SkSL::simplify_componentwise\28SkSL::Context\20const&\2c\20SkSL::Position\2c\20SkSL::Expression\20const&\2c\20SkSL::Operator\2c\20SkSL::Expression\20const&\29::$_1::__invoke\28double\2c\20double\29 -9100:SkSL::simplify_componentwise\28SkSL::Context\20const&\2c\20SkSL::Position\2c\20SkSL::Expression\20const&\2c\20SkSL::Operator\2c\20SkSL::Expression\20const&\29::$_0::__invoke\28double\2c\20double\29 -9101:SkSL::remove_break_statements\28std::__2::unique_ptr>&\29::RemoveBreaksWriter::visitStatementPtr\28std::__2::unique_ptr>&\29 -9102:SkSL::hoist_vardecl_symbols_into_outer_scope\28SkSL::Context\20const&\2c\20SkSL::Block\20const&\2c\20SkSL::SymbolTable*\2c\20SkSL::SymbolTable*\29::SymbolHoister::visitStatement\28SkSL::Statement\20const&\29 -9103:SkSL::eliminate_unreachable_code\28SkSpan>>\2c\20SkSL::ProgramUsage*\29::UnreachableCodeEliminator::~UnreachableCodeEliminator\28\29_6970 -9104:SkSL::eliminate_unreachable_code\28SkSpan>>\2c\20SkSL::ProgramUsage*\29::UnreachableCodeEliminator::~UnreachableCodeEliminator\28\29 -9105:SkSL::eliminate_dead_local_variables\28SkSL::Context\20const&\2c\20SkSpan>>\2c\20SkSL::ProgramUsage*\29::DeadLocalVariableEliminator::~DeadLocalVariableEliminator\28\29_6963 -9106:SkSL::eliminate_dead_local_variables\28SkSL::Context\20const&\2c\20SkSpan>>\2c\20SkSL::ProgramUsage*\29::DeadLocalVariableEliminator::~DeadLocalVariableEliminator\28\29 -9107:SkSL::eliminate_dead_local_variables\28SkSL::Context\20const&\2c\20SkSpan>>\2c\20SkSL::ProgramUsage*\29::DeadLocalVariableEliminator::visitStatementPtr\28std::__2::unique_ptr>&\29 -9108:SkSL::eliminate_dead_local_variables\28SkSL::Context\20const&\2c\20SkSpan>>\2c\20SkSL::ProgramUsage*\29::DeadLocalVariableEliminator::visitExpressionPtr\28std::__2::unique_ptr>&\29 -9109:SkSL::count_returns_at_end_of_control_flow\28SkSL::FunctionDefinition\20const&\29::CountReturnsAtEndOfControlFlow::visitStatement\28SkSL::Statement\20const&\29 -9110:SkSL::\28anonymous\20namespace\29::VariableWriteVisitor::visitExpression\28SkSL::Expression\20const&\29 -9111:SkSL::\28anonymous\20namespace\29::SampleOutsideMainVisitor::visitProgramElement\28SkSL::ProgramElement\20const&\29 -9112:SkSL::\28anonymous\20namespace\29::SampleOutsideMainVisitor::visitExpression\28SkSL::Expression\20const&\29 -9113:SkSL::\28anonymous\20namespace\29::ReturnsNonOpaqueColorVisitor::visitStatement\28SkSL::Statement\20const&\29 -9114:SkSL::\28anonymous\20namespace\29::ReturnsInputAlphaVisitor::visitStatement\28SkSL::Statement\20const&\29 -9115:SkSL::\28anonymous\20namespace\29::ReturnsInputAlphaVisitor::visitProgramElement\28SkSL::ProgramElement\20const&\29 -9116:SkSL::\28anonymous\20namespace\29::ProgramUsageVisitor::visitStatement\28SkSL::Statement\20const&\29 -9117:SkSL::\28anonymous\20namespace\29::NodeCountVisitor::visitStatement\28SkSL::Statement\20const&\29 -9118:SkSL::\28anonymous\20namespace\29::NodeCountVisitor::visitProgramElement\28SkSL::ProgramElement\20const&\29 -9119:SkSL::\28anonymous\20namespace\29::NodeCountVisitor::visitExpression\28SkSL::Expression\20const&\29 -9120:SkSL::\28anonymous\20namespace\29::MergeSampleUsageVisitor::visitProgramElement\28SkSL::ProgramElement\20const&\29 -9121:SkSL::\28anonymous\20namespace\29::MergeSampleUsageVisitor::visitExpression\28SkSL::Expression\20const&\29 -9122:SkSL::\28anonymous\20namespace\29::FinalizationVisitor::~FinalizationVisitor\28\29_6076 -9123:SkSL::\28anonymous\20namespace\29::FinalizationVisitor::~FinalizationVisitor\28\29 -9124:SkSL::\28anonymous\20namespace\29::FinalizationVisitor::visitExpression\28SkSL::Expression\20const&\29 -9125:SkSL::\28anonymous\20namespace\29::ES2IndexingVisitor::~ES2IndexingVisitor\28\29_6101 -9126:SkSL::\28anonymous\20namespace\29::ES2IndexingVisitor::~ES2IndexingVisitor\28\29 -9127:SkSL::\28anonymous\20namespace\29::ES2IndexingVisitor::visitStatement\28SkSL::Statement\20const&\29 -9128:SkSL::\28anonymous\20namespace\29::ES2IndexingVisitor::visitExpression\28SkSL::Expression\20const&\29 -9129:SkSL::VectorType::isOrContainsBool\28\29\20const -9130:SkSL::VectorType::isAllowedInUniform\28SkSL::Position*\29\20const -9131:SkSL::VectorType::isAllowedInES2\28\29\20const -9132:SkSL::VariableReference::clone\28SkSL::Position\29\20const -9133:SkSL::Variable::~Variable\28\29_6913 -9134:SkSL::Variable::~Variable\28\29 -9135:SkSL::Variable::setInterfaceBlock\28SkSL::InterfaceBlock*\29 -9136:SkSL::Variable::mangledName\28\29\20const -9137:SkSL::Variable::layout\28\29\20const -9138:SkSL::Variable::description\28\29\20const -9139:SkSL::VarDeclaration::~VarDeclaration\28\29_6911 -9140:SkSL::VarDeclaration::~VarDeclaration\28\29 -9141:SkSL::VarDeclaration::description\28\29\20const -9142:SkSL::TypeReference::clone\28SkSL::Position\29\20const -9143:SkSL::Type::minimumValue\28\29\20const -9144:SkSL::Type::maximumValue\28\29\20const -9145:SkSL::Type::matches\28SkSL::Type\20const&\29\20const -9146:SkSL::Type::isAllowedInUniform\28SkSL::Position*\29\20const -9147:SkSL::Type::fields\28\29\20const -9148:SkSL::Transform::HoistSwitchVarDeclarationsAtTopLevel\28SkSL::Context\20const&\2c\20skia_private::STArray<2\2c\20std::__2::unique_ptr>\2c\20true>&\2c\20SkSL::SymbolTable&\2c\20SkSL::Position\29::HoistSwitchVarDeclsVisitor::~HoistSwitchVarDeclsVisitor\28\29_6996 -9149:SkSL::Transform::HoistSwitchVarDeclarationsAtTopLevel\28SkSL::Context\20const&\2c\20skia_private::STArray<2\2c\20std::__2::unique_ptr>\2c\20true>&\2c\20SkSL::SymbolTable&\2c\20SkSL::Position\29::HoistSwitchVarDeclsVisitor::~HoistSwitchVarDeclsVisitor\28\29 -9150:SkSL::Transform::HoistSwitchVarDeclarationsAtTopLevel\28SkSL::Context\20const&\2c\20skia_private::STArray<2\2c\20std::__2::unique_ptr>\2c\20true>&\2c\20SkSL::SymbolTable&\2c\20SkSL::Position\29::HoistSwitchVarDeclsVisitor::visitStatementPtr\28std::__2::unique_ptr>&\29 -9151:SkSL::Tracer::var\28int\2c\20int\29 -9152:SkSL::Tracer::scope\28int\29 -9153:SkSL::Tracer::line\28int\29 -9154:SkSL::Tracer::exit\28int\29 -9155:SkSL::Tracer::enter\28int\29 -9156:SkSL::TextureType::textureAccess\28\29\20const -9157:SkSL::TextureType::isMultisampled\28\29\20const -9158:SkSL::TextureType::isDepth\28\29\20const -9159:SkSL::TernaryExpression::~TernaryExpression\28\29_6696 -9160:SkSL::TernaryExpression::~TernaryExpression\28\29 -9161:SkSL::TernaryExpression::description\28SkSL::OperatorPrecedence\29\20const -9162:SkSL::TernaryExpression::clone\28SkSL::Position\29\20const -9163:SkSL::TProgramVisitor::visitExpression\28SkSL::Expression&\29 -9164:SkSL::Swizzle::description\28SkSL::OperatorPrecedence\29\20const -9165:SkSL::Swizzle::clone\28SkSL::Position\29\20const -9166:SkSL::SwitchStatement::description\28\29\20const -9167:SkSL::SwitchCase::description\28\29\20const -9168:SkSL::StructType::slotType\28unsigned\20long\29\20const -9169:SkSL::StructType::isOrContainsUnsizedArray\28\29\20const -9170:SkSL::StructType::isOrContainsBool\28\29\20const -9171:SkSL::StructType::isOrContainsAtomic\28\29\20const -9172:SkSL::StructType::isOrContainsArray\28\29\20const -9173:SkSL::StructType::isInterfaceBlock\28\29\20const -9174:SkSL::StructType::isBuiltin\28\29\20const -9175:SkSL::StructType::isAllowedInUniform\28SkSL::Position*\29\20const -9176:SkSL::StructType::isAllowedInES2\28\29\20const -9177:SkSL::StructType::fields\28\29\20const -9178:SkSL::StructDefinition::description\28\29\20const -9179:SkSL::StringStream::~StringStream\28\29_12806 -9180:SkSL::StringStream::~StringStream\28\29 -9181:SkSL::StringStream::write\28void\20const*\2c\20unsigned\20long\29 -9182:SkSL::StringStream::writeText\28char\20const*\29 -9183:SkSL::StringStream::write8\28unsigned\20char\29 -9184:SkSL::SingleArgumentConstructor::~SingleArgumentConstructor\28\29 -9185:SkSL::Setting::description\28SkSL::OperatorPrecedence\29\20const -9186:SkSL::Setting::clone\28SkSL::Position\29\20const -9187:SkSL::ScalarType::priority\28\29\20const -9188:SkSL::ScalarType::numberKind\28\29\20const -9189:SkSL::ScalarType::minimumValue\28\29\20const -9190:SkSL::ScalarType::maximumValue\28\29\20const -9191:SkSL::ScalarType::isOrContainsBool\28\29\20const -9192:SkSL::ScalarType::isAllowedInUniform\28SkSL::Position*\29\20const -9193:SkSL::ScalarType::isAllowedInES2\28\29\20const -9194:SkSL::ScalarType::bitWidth\28\29\20const -9195:SkSL::SamplerType::textureAccess\28\29\20const -9196:SkSL::SamplerType::isMultisampled\28\29\20const -9197:SkSL::SamplerType::isDepth\28\29\20const -9198:SkSL::SamplerType::isArrayedTexture\28\29\20const -9199:SkSL::SamplerType::dimensions\28\29\20const -9200:SkSL::ReturnStatement::description\28\29\20const -9201:SkSL::RP::VariableLValue::store\28SkSL::RP::Generator*\2c\20SkSL::RP::SlotRange\2c\20SkSL::RP::AutoStack*\2c\20SkSpan\29 -9202:SkSL::RP::VariableLValue::push\28SkSL::RP::Generator*\2c\20SkSL::RP::SlotRange\2c\20SkSL::RP::AutoStack*\2c\20SkSpan\29 -9203:SkSL::RP::VariableLValue::isWritable\28\29\20const -9204:SkSL::RP::VariableLValue::fixedSlotRange\28SkSL::RP::Generator*\29 -9205:SkSL::RP::UnownedLValueSlice::store\28SkSL::RP::Generator*\2c\20SkSL::RP::SlotRange\2c\20SkSL::RP::AutoStack*\2c\20SkSpan\29 -9206:SkSL::RP::UnownedLValueSlice::push\28SkSL::RP::Generator*\2c\20SkSL::RP::SlotRange\2c\20SkSL::RP::AutoStack*\2c\20SkSpan\29 -9207:SkSL::RP::UnownedLValueSlice::fixedSlotRange\28SkSL::RP::Generator*\29 -9208:SkSL::RP::SwizzleLValue::~SwizzleLValue\28\29_6328 -9209:SkSL::RP::SwizzleLValue::~SwizzleLValue\28\29 -9210:SkSL::RP::SwizzleLValue::swizzle\28\29 -9211:SkSL::RP::SwizzleLValue::store\28SkSL::RP::Generator*\2c\20SkSL::RP::SlotRange\2c\20SkSL::RP::AutoStack*\2c\20SkSpan\29 -9212:SkSL::RP::SwizzleLValue::push\28SkSL::RP::Generator*\2c\20SkSL::RP::SlotRange\2c\20SkSL::RP::AutoStack*\2c\20SkSpan\29 -9213:SkSL::RP::SwizzleLValue::fixedSlotRange\28SkSL::RP::Generator*\29 -9214:SkSL::RP::ScratchLValue::~ScratchLValue\28\29_6342 -9215:SkSL::RP::ScratchLValue::~ScratchLValue\28\29 -9216:SkSL::RP::ScratchLValue::push\28SkSL::RP::Generator*\2c\20SkSL::RP::SlotRange\2c\20SkSL::RP::AutoStack*\2c\20SkSpan\29 -9217:SkSL::RP::ScratchLValue::fixedSlotRange\28SkSL::RP::Generator*\29 -9218:SkSL::RP::LValueSlice::~LValueSlice\28\29_6326 -9219:SkSL::RP::LValueSlice::~LValueSlice\28\29 -9220:SkSL::RP::LValue::~LValue\28\29_6318 -9221:SkSL::RP::ImmutableLValue::push\28SkSL::RP::Generator*\2c\20SkSL::RP::SlotRange\2c\20SkSL::RP::AutoStack*\2c\20SkSpan\29 -9222:SkSL::RP::ImmutableLValue::fixedSlotRange\28SkSL::RP::Generator*\29 -9223:SkSL::RP::DynamicIndexLValue::~DynamicIndexLValue\28\29_6335 -9224:SkSL::RP::DynamicIndexLValue::store\28SkSL::RP::Generator*\2c\20SkSL::RP::SlotRange\2c\20SkSL::RP::AutoStack*\2c\20SkSpan\29 -9225:SkSL::RP::DynamicIndexLValue::push\28SkSL::RP::Generator*\2c\20SkSL::RP::SlotRange\2c\20SkSL::RP::AutoStack*\2c\20SkSpan\29 -9226:SkSL::RP::DynamicIndexLValue::isWritable\28\29\20const -9227:SkSL::RP::DynamicIndexLValue::fixedSlotRange\28SkSL::RP::Generator*\29 -9228:SkSL::ProgramVisitor::visitStatementPtr\28std::__2::unique_ptr>\20const&\29 -9229:SkSL::ProgramVisitor::visitExpressionPtr\28std::__2::unique_ptr>\20const&\29 -9230:SkSL::PrefixExpression::~PrefixExpression\28\29_6626 -9231:SkSL::PrefixExpression::~PrefixExpression\28\29 -9232:SkSL::PrefixExpression::description\28SkSL::OperatorPrecedence\29\20const -9233:SkSL::PrefixExpression::clone\28SkSL::Position\29\20const -9234:SkSL::PostfixExpression::description\28SkSL::OperatorPrecedence\29\20const -9235:SkSL::PostfixExpression::clone\28SkSL::Position\29\20const -9236:SkSL::Poison::description\28SkSL::OperatorPrecedence\29\20const -9237:SkSL::Poison::clone\28SkSL::Position\29\20const -9238:SkSL::PipelineStage::Callbacks::getMainName\28\29 -9239:SkSL::Parser::Checkpoint::ForwardingErrorReporter::~ForwardingErrorReporter\28\29_6029 -9240:SkSL::Parser::Checkpoint::ForwardingErrorReporter::~ForwardingErrorReporter\28\29 -9241:SkSL::Parser::Checkpoint::ForwardingErrorReporter::handleError\28std::__2::basic_string_view>\2c\20SkSL::Position\29 -9242:SkSL::Nop::description\28\29\20const -9243:SkSL::MultiArgumentConstructor::~MultiArgumentConstructor\28\29 -9244:SkSL::ModifiersDeclaration::description\28\29\20const -9245:SkSL::MethodReference::description\28SkSL::OperatorPrecedence\29\20const -9246:SkSL::MethodReference::clone\28SkSL::Position\29\20const -9247:SkSL::MatrixType::slotCount\28\29\20const -9248:SkSL::MatrixType::rows\28\29\20const -9249:SkSL::MatrixType::isAllowedInES2\28\29\20const -9250:SkSL::LiteralType::minimumValue\28\29\20const -9251:SkSL::LiteralType::maximumValue\28\29\20const -9252:SkSL::LiteralType::isOrContainsBool\28\29\20const -9253:SkSL::Literal::getConstantValue\28int\29\20const -9254:SkSL::Literal::description\28SkSL::OperatorPrecedence\29\20const -9255:SkSL::Literal::compareConstant\28SkSL::Expression\20const&\29\20const -9256:SkSL::Literal::clone\28SkSL::Position\29\20const -9257:SkSL::Intrinsics::\28anonymous\20namespace\29::evaluate_uintBitsToFloat\28double\2c\20double\2c\20double\29 -9258:SkSL::Intrinsics::\28anonymous\20namespace\29::evaluate_trunc\28double\2c\20double\2c\20double\29 -9259:SkSL::Intrinsics::\28anonymous\20namespace\29::evaluate_tanh\28double\2c\20double\2c\20double\29 -9260:SkSL::Intrinsics::\28anonymous\20namespace\29::evaluate_tan\28double\2c\20double\2c\20double\29 -9261:SkSL::Intrinsics::\28anonymous\20namespace\29::evaluate_step\28double\2c\20double\2c\20double\29 -9262:SkSL::Intrinsics::\28anonymous\20namespace\29::evaluate_sqrt\28double\2c\20double\2c\20double\29 -9263:SkSL::Intrinsics::\28anonymous\20namespace\29::evaluate_smoothstep\28double\2c\20double\2c\20double\29 -9264:SkSL::Intrinsics::\28anonymous\20namespace\29::evaluate_sinh\28double\2c\20double\2c\20double\29 -9265:SkSL::Intrinsics::\28anonymous\20namespace\29::evaluate_sin\28double\2c\20double\2c\20double\29 -9266:SkSL::Intrinsics::\28anonymous\20namespace\29::evaluate_saturate\28double\2c\20double\2c\20double\29 -9267:SkSL::Intrinsics::\28anonymous\20namespace\29::evaluate_radians\28double\2c\20double\2c\20double\29 -9268:SkSL::Intrinsics::\28anonymous\20namespace\29::evaluate_pow\28double\2c\20double\2c\20double\29 -9269:SkSL::Intrinsics::\28anonymous\20namespace\29::evaluate_mod\28double\2c\20double\2c\20double\29 -9270:SkSL::Intrinsics::\28anonymous\20namespace\29::evaluate_mix\28double\2c\20double\2c\20double\29 -9271:SkSL::Intrinsics::\28anonymous\20namespace\29::evaluate_min\28double\2c\20double\2c\20double\29 -9272:SkSL::Intrinsics::\28anonymous\20namespace\29::evaluate_max\28double\2c\20double\2c\20double\29 -9273:SkSL::Intrinsics::\28anonymous\20namespace\29::evaluate_matrixCompMult\28double\2c\20double\2c\20double\29 -9274:SkSL::Intrinsics::\28anonymous\20namespace\29::evaluate_log\28double\2c\20double\2c\20double\29 -9275:SkSL::Intrinsics::\28anonymous\20namespace\29::evaluate_log2\28double\2c\20double\2c\20double\29 -9276:SkSL::Intrinsics::\28anonymous\20namespace\29::evaluate_inversesqrt\28double\2c\20double\2c\20double\29 -9277:SkSL::Intrinsics::\28anonymous\20namespace\29::evaluate_intBitsToFloat\28double\2c\20double\2c\20double\29 -9278:SkSL::Intrinsics::\28anonymous\20namespace\29::evaluate_fract\28double\2c\20double\2c\20double\29 -9279:SkSL::Intrinsics::\28anonymous\20namespace\29::evaluate_fma\28double\2c\20double\2c\20double\29 -9280:SkSL::Intrinsics::\28anonymous\20namespace\29::evaluate_floor\28double\2c\20double\2c\20double\29 -9281:SkSL::Intrinsics::\28anonymous\20namespace\29::evaluate_floatBitsToUint\28double\2c\20double\2c\20double\29 -9282:SkSL::Intrinsics::\28anonymous\20namespace\29::evaluate_floatBitsToInt\28double\2c\20double\2c\20double\29 -9283:SkSL::Intrinsics::\28anonymous\20namespace\29::evaluate_exp\28double\2c\20double\2c\20double\29 -9284:SkSL::Intrinsics::\28anonymous\20namespace\29::evaluate_exp2\28double\2c\20double\2c\20double\29 -9285:SkSL::Intrinsics::\28anonymous\20namespace\29::evaluate_degrees\28double\2c\20double\2c\20double\29 -9286:SkSL::Intrinsics::\28anonymous\20namespace\29::evaluate_cosh\28double\2c\20double\2c\20double\29 -9287:SkSL::Intrinsics::\28anonymous\20namespace\29::evaluate_cos\28double\2c\20double\2c\20double\29 -9288:SkSL::Intrinsics::\28anonymous\20namespace\29::evaluate_clamp\28double\2c\20double\2c\20double\29 -9289:SkSL::Intrinsics::\28anonymous\20namespace\29::evaluate_ceil\28double\2c\20double\2c\20double\29 -9290:SkSL::Intrinsics::\28anonymous\20namespace\29::evaluate_atanh\28double\2c\20double\2c\20double\29 -9291:SkSL::Intrinsics::\28anonymous\20namespace\29::evaluate_atan\28double\2c\20double\2c\20double\29 -9292:SkSL::Intrinsics::\28anonymous\20namespace\29::evaluate_atan2\28double\2c\20double\2c\20double\29 -9293:SkSL::Intrinsics::\28anonymous\20namespace\29::evaluate_asinh\28double\2c\20double\2c\20double\29 -9294:SkSL::Intrinsics::\28anonymous\20namespace\29::evaluate_asin\28double\2c\20double\2c\20double\29 -9295:SkSL::Intrinsics::\28anonymous\20namespace\29::evaluate_acosh\28double\2c\20double\2c\20double\29 -9296:SkSL::Intrinsics::\28anonymous\20namespace\29::evaluate_acos\28double\2c\20double\2c\20double\29 -9297:SkSL::Intrinsics::\28anonymous\20namespace\29::evaluate_abs\28double\2c\20double\2c\20double\29 -9298:SkSL::Intrinsics::\28anonymous\20namespace\29::compare_notEqual\28double\2c\20double\29 -9299:SkSL::Intrinsics::\28anonymous\20namespace\29::compare_lessThan\28double\2c\20double\29 -9300:SkSL::Intrinsics::\28anonymous\20namespace\29::compare_lessThanEqual\28double\2c\20double\29 -9301:SkSL::Intrinsics::\28anonymous\20namespace\29::compare_greaterThan\28double\2c\20double\29 -9302:SkSL::Intrinsics::\28anonymous\20namespace\29::compare_greaterThanEqual\28double\2c\20double\29 -9303:SkSL::Intrinsics::\28anonymous\20namespace\29::compare_equal\28double\2c\20double\29 -9304:SkSL::Intrinsics::\28anonymous\20namespace\29::coalesce_dot\28double\2c\20double\2c\20double\29 -9305:SkSL::Intrinsics::\28anonymous\20namespace\29::coalesce_any\28double\2c\20double\2c\20double\29 -9306:SkSL::Intrinsics::\28anonymous\20namespace\29::coalesce_all\28double\2c\20double\2c\20double\29 -9307:SkSL::InterfaceBlock::~InterfaceBlock\28\29_6593 -9308:SkSL::InterfaceBlock::description\28\29\20const -9309:SkSL::IndexExpression::~IndexExpression\28\29_6590 -9310:SkSL::IndexExpression::~IndexExpression\28\29 -9311:SkSL::IndexExpression::description\28SkSL::OperatorPrecedence\29\20const -9312:SkSL::IndexExpression::clone\28SkSL::Position\29\20const -9313:SkSL::IfStatement::~IfStatement\28\29_6583 -9314:SkSL::IfStatement::~IfStatement\28\29 -9315:SkSL::IfStatement::description\28\29\20const -9316:SkSL::GlobalVarDeclaration::description\28\29\20const -9317:SkSL::GenericType::slotType\28unsigned\20long\29\20const -9318:SkSL::GenericType::coercibleTypes\28\29\20const -9319:SkSL::GLSLCodeGenerator::~GLSLCodeGenerator\28\29_12881 -9320:SkSL::FunctionReference::description\28SkSL::OperatorPrecedence\29\20const -9321:SkSL::FunctionReference::clone\28SkSL::Position\29\20const -9322:SkSL::FunctionPrototype::description\28\29\20const -9323:SkSL::FunctionDefinition::description\28\29\20const -9324:SkSL::FunctionDefinition::Convert\28SkSL::Context\20const&\2c\20SkSL::Position\2c\20SkSL::FunctionDeclaration\20const&\2c\20std::__2::unique_ptr>\29::Finalizer::~Finalizer\28\29_6574 -9325:SkSL::FunctionDefinition::Convert\28SkSL::Context\20const&\2c\20SkSL::Position\2c\20SkSL::FunctionDeclaration\20const&\2c\20std::__2::unique_ptr>\29::Finalizer::~Finalizer\28\29 -9326:SkSL::FunctionCall::description\28SkSL::OperatorPrecedence\29\20const -9327:SkSL::FunctionCall::clone\28SkSL::Position\29\20const -9328:SkSL::ForStatement::~ForStatement\28\29_6465 -9329:SkSL::ForStatement::~ForStatement\28\29 -9330:SkSL::ForStatement::description\28\29\20const -9331:SkSL::FieldSymbol::description\28\29\20const -9332:SkSL::FieldAccess::clone\28SkSL::Position\29\20const -9333:SkSL::Extension::description\28\29\20const -9334:SkSL::ExtendedVariable::~ExtendedVariable\28\29_6915 -9335:SkSL::ExtendedVariable::~ExtendedVariable\28\29 -9336:SkSL::ExtendedVariable::mangledName\28\29\20const -9337:SkSL::ExtendedVariable::layout\28\29\20const -9338:SkSL::ExtendedVariable::interfaceBlock\28\29\20const -9339:SkSL::ExtendedVariable::detachDeadInterfaceBlock\28\29 -9340:SkSL::ExpressionStatement::description\28\29\20const -9341:SkSL::Expression::getConstantValue\28int\29\20const -9342:SkSL::EmptyExpression::description\28SkSL::OperatorPrecedence\29\20const -9343:SkSL::EmptyExpression::clone\28SkSL::Position\29\20const -9344:SkSL::DoStatement::description\28\29\20const -9345:SkSL::DiscardStatement::description\28\29\20const -9346:SkSL::DebugTracePriv::~DebugTracePriv\28\29_6946 -9347:SkSL::DebugTracePriv::dump\28SkWStream*\29\20const -9348:SkSL::CountReturnsWithLimit::visitStatement\28SkSL::Statement\20const&\29 -9349:SkSL::ContinueStatement::description\28\29\20const -9350:SkSL::ConstructorStruct::clone\28SkSL::Position\29\20const -9351:SkSL::ConstructorSplat::getConstantValue\28int\29\20const -9352:SkSL::ConstructorSplat::clone\28SkSL::Position\29\20const -9353:SkSL::ConstructorScalarCast::clone\28SkSL::Position\29\20const -9354:SkSL::ConstructorMatrixResize::getConstantValue\28int\29\20const -9355:SkSL::ConstructorMatrixResize::clone\28SkSL::Position\29\20const -9356:SkSL::ConstructorDiagonalMatrix::getConstantValue\28int\29\20const -9357:SkSL::ConstructorDiagonalMatrix::clone\28SkSL::Position\29\20const -9358:SkSL::ConstructorCompoundCast::clone\28SkSL::Position\29\20const -9359:SkSL::ConstructorCompound::clone\28SkSL::Position\29\20const -9360:SkSL::ConstructorArrayCast::clone\28SkSL::Position\29\20const -9361:SkSL::ConstructorArray::clone\28SkSL::Position\29\20const -9362:SkSL::Compiler::CompilerErrorReporter::handleError\28std::__2::basic_string_view>\2c\20SkSL::Position\29 -9363:SkSL::CodeGenerator::~CodeGenerator\28\29 -9364:SkSL::ChildCall::description\28SkSL::OperatorPrecedence\29\20const -9365:SkSL::ChildCall::clone\28SkSL::Position\29\20const -9366:SkSL::BreakStatement::description\28\29\20const -9367:SkSL::Block::~Block\28\29_6367 -9368:SkSL::Block::~Block\28\29 -9369:SkSL::Block::isEmpty\28\29\20const -9370:SkSL::Block::description\28\29\20const -9371:SkSL::BinaryExpression::~BinaryExpression\28\29_6360 -9372:SkSL::BinaryExpression::~BinaryExpression\28\29 -9373:SkSL::BinaryExpression::description\28SkSL::OperatorPrecedence\29\20const -9374:SkSL::BinaryExpression::clone\28SkSL::Position\29\20const -9375:SkSL::ArrayType::slotType\28unsigned\20long\29\20const -9376:SkSL::ArrayType::slotCount\28\29\20const -9377:SkSL::ArrayType::matches\28SkSL::Type\20const&\29\20const -9378:SkSL::ArrayType::isUnsizedArray\28\29\20const -9379:SkSL::ArrayType::isOrContainsUnsizedArray\28\29\20const -9380:SkSL::ArrayType::isBuiltin\28\29\20const -9381:SkSL::ArrayType::isAllowedInUniform\28SkSL::Position*\29\20const -9382:SkSL::AnyConstructor::getConstantValue\28int\29\20const -9383:SkSL::AnyConstructor::description\28SkSL::OperatorPrecedence\29\20const -9384:SkSL::AnyConstructor::compareConstant\28SkSL::Expression\20const&\29\20const -9385:SkSL::Analysis::\28anonymous\20namespace\29::LoopControlFlowVisitor::visitStatement\28SkSL::Statement\20const&\29 -9386:SkSL::Analysis::IsDynamicallyUniformExpression\28SkSL::Expression\20const&\29::IsDynamicallyUniformExpressionVisitor::visitExpression\28SkSL::Expression\20const&\29 -9387:SkSL::Analysis::IsCompileTimeConstant\28SkSL::Expression\20const&\29::IsCompileTimeConstantVisitor::visitExpression\28SkSL::Expression\20const&\29 -9388:SkSL::Analysis::HasSideEffects\28SkSL::Expression\20const&\29::HasSideEffectsVisitor::visitExpression\28SkSL::Expression\20const&\29 -9389:SkSL::Analysis::FindFunctionsToSpecialize\28SkSL::Program\20const&\2c\20SkSL::Analysis::SpecializationInfo*\2c\20std::__2::function\20const&\29::Searcher::~Searcher\28\29_6144 -9390:SkSL::Analysis::FindFunctionsToSpecialize\28SkSL::Program\20const&\2c\20SkSL::Analysis::SpecializationInfo*\2c\20std::__2::function\20const&\29::Searcher::~Searcher\28\29 -9391:SkSL::Analysis::FindFunctionsToSpecialize\28SkSL::Program\20const&\2c\20SkSL::Analysis::SpecializationInfo*\2c\20std::__2::function\20const&\29::Searcher::visitExpression\28SkSL::Expression\20const&\29 -9392:SkSL::Analysis::ContainsVariable\28SkSL::Expression\20const&\2c\20SkSL::Variable\20const&\29::ContainsVariableVisitor::visitExpression\28SkSL::Expression\20const&\29 -9393:SkSL::Analysis::ContainsRTAdjust\28SkSL::Expression\20const&\29::ContainsRTAdjustVisitor::visitExpression\28SkSL::Expression\20const&\29 -9394:SkSL::Analysis::CheckProgramStructure\28SkSL::Program\20const&\29::ProgramStructureVisitor::~ProgramStructureVisitor\28\29_6070 -9395:SkSL::Analysis::CheckProgramStructure\28SkSL::Program\20const&\29::ProgramStructureVisitor::~ProgramStructureVisitor\28\29 -9396:SkSL::Analysis::CheckProgramStructure\28SkSL::Program\20const&\29::ProgramStructureVisitor::visitExpression\28SkSL::Expression\20const&\29 -9397:SkSL::AliasType::textureAccess\28\29\20const -9398:SkSL::AliasType::slotType\28unsigned\20long\29\20const -9399:SkSL::AliasType::slotCount\28\29\20const -9400:SkSL::AliasType::rows\28\29\20const -9401:SkSL::AliasType::priority\28\29\20const -9402:SkSL::AliasType::isVector\28\29\20const -9403:SkSL::AliasType::isUnsizedArray\28\29\20const -9404:SkSL::AliasType::isStruct\28\29\20const -9405:SkSL::AliasType::isScalar\28\29\20const -9406:SkSL::AliasType::isMultisampled\28\29\20const -9407:SkSL::AliasType::isMatrix\28\29\20const -9408:SkSL::AliasType::isLiteral\28\29\20const -9409:SkSL::AliasType::isInterfaceBlock\28\29\20const -9410:SkSL::AliasType::isDepth\28\29\20const -9411:SkSL::AliasType::isArrayedTexture\28\29\20const -9412:SkSL::AliasType::isArray\28\29\20const -9413:SkSL::AliasType::dimensions\28\29\20const -9414:SkSL::AliasType::componentType\28\29\20const -9415:SkSL::AliasType::columns\28\29\20const -9416:SkSL::AliasType::coercibleTypes\28\29\20const -9417:SkRuntimeShader::~SkRuntimeShader\28\29_4972 -9418:SkRuntimeShader::type\28\29\20const -9419:SkRuntimeShader::isOpaque\28\29\20const -9420:SkRuntimeShader::getTypeName\28\29\20const -9421:SkRuntimeShader::flatten\28SkWriteBuffer&\29\20const -9422:SkRuntimeShader::appendStages\28SkStageRec\20const&\2c\20SkShaders::MatrixRec\20const&\29\20const -9423:SkRuntimeEffect::~SkRuntimeEffect\28\29_4056 -9424:SkRuntimeEffect::MakeFromSource\28SkString\2c\20SkRuntimeEffect::Options\20const&\2c\20SkSL::ProgramKind\29 -9425:SkRuntimeColorFilter::~SkRuntimeColorFilter\28\29_5384 -9426:SkRuntimeColorFilter::~SkRuntimeColorFilter\28\29 -9427:SkRuntimeColorFilter::onIsAlphaUnchanged\28\29\20const -9428:SkRuntimeColorFilter::getTypeName\28\29\20const -9429:SkRuntimeColorFilter::appendStages\28SkStageRec\20const&\2c\20bool\29\20const -9430:SkRuntimeBlender::~SkRuntimeBlender\28\29_4022 -9431:SkRuntimeBlender::~SkRuntimeBlender\28\29 -9432:SkRuntimeBlender::onAppendStages\28SkStageRec\20const&\29\20const -9433:SkRuntimeBlender::getTypeName\28\29\20const -9434:SkRgnClipBlitter::blitV\28int\2c\20int\2c\20int\2c\20unsigned\20char\29 -9435:SkRgnClipBlitter::blitRect\28int\2c\20int\2c\20int\2c\20int\29 -9436:SkRgnClipBlitter::blitMask\28SkMask\20const&\2c\20SkIRect\20const&\29 -9437:SkRgnClipBlitter::blitH\28int\2c\20int\2c\20int\29 -9438:SkRgnClipBlitter::blitAntiRect\28int\2c\20int\2c\20int\2c\20int\2c\20unsigned\20char\2c\20unsigned\20char\29 -9439:SkRgnClipBlitter::blitAntiH\28int\2c\20int\2c\20unsigned\20char\20const*\2c\20short\20const*\29 -9440:SkRgnBuilder::~SkRgnBuilder\28\29_3969 -9441:SkRgnBuilder::blitH\28int\2c\20int\2c\20int\29 -9442:SkResourceCache::~SkResourceCache\28\29_3988 -9443:SkResourceCache::purgeSharedID\28unsigned\20long\20long\29 -9444:SkResourceCache::purgeAll\28\29 -9445:SkResourceCache::SetTotalByteLimit\28unsigned\20long\29 -9446:SkResourceCache::GetTotalBytesUsed\28\29 -9447:SkResourceCache::GetTotalByteLimit\28\29 -9448:SkRescaleAndReadPixels\28SkBitmap\2c\20SkImageInfo\20const&\2c\20SkIRect\20const&\2c\20SkImage::RescaleGamma\2c\20SkImage::RescaleMode\2c\20void\20\28*\29\28void*\2c\20std::__2::unique_ptr>\29\2c\20void*\29::Result::~Result\28\29_4789 -9449:SkRescaleAndReadPixels\28SkBitmap\2c\20SkImageInfo\20const&\2c\20SkIRect\20const&\2c\20SkImage::RescaleGamma\2c\20SkImage::RescaleMode\2c\20void\20\28*\29\28void*\2c\20std::__2::unique_ptr>\29\2c\20void*\29::Result::~Result\28\29 -9450:SkRescaleAndReadPixels\28SkBitmap\2c\20SkImageInfo\20const&\2c\20SkIRect\20const&\2c\20SkImage::RescaleGamma\2c\20SkImage::RescaleMode\2c\20void\20\28*\29\28void*\2c\20std::__2::unique_ptr>\29\2c\20void*\29::Result::rowBytes\28int\29\20const -9451:SkRescaleAndReadPixels\28SkBitmap\2c\20SkImageInfo\20const&\2c\20SkIRect\20const&\2c\20SkImage::RescaleGamma\2c\20SkImage::RescaleMode\2c\20void\20\28*\29\28void*\2c\20std::__2::unique_ptr>\29\2c\20void*\29::Result::data\28int\29\20const -9452:SkRefCntSet::~SkRefCntSet\28\29_2112 -9453:SkRefCntSet::incPtr\28void*\29 -9454:SkRefCntSet::decPtr\28void*\29 -9455:SkRectClipBlitter::blitV\28int\2c\20int\2c\20int\2c\20unsigned\20char\29 -9456:SkRectClipBlitter::blitRect\28int\2c\20int\2c\20int\2c\20int\29 -9457:SkRectClipBlitter::blitMask\28SkMask\20const&\2c\20SkIRect\20const&\29 -9458:SkRectClipBlitter::blitH\28int\2c\20int\2c\20int\29 -9459:SkRectClipBlitter::blitAntiRect\28int\2c\20int\2c\20int\2c\20int\2c\20unsigned\20char\2c\20unsigned\20char\29 -9460:SkRectClipBlitter::blitAntiH\28int\2c\20int\2c\20unsigned\20char\20const*\2c\20short\20const*\29 -9461:SkRecordedDrawable::~SkRecordedDrawable\28\29_3915 -9462:SkRecordedDrawable::~SkRecordedDrawable\28\29 -9463:SkRecordedDrawable::onMakePictureSnapshot\28\29 -9464:SkRecordedDrawable::onGetBounds\28\29 -9465:SkRecordedDrawable::onDraw\28SkCanvas*\29 -9466:SkRecordedDrawable::onApproximateBytesUsed\28\29 -9467:SkRecordedDrawable::getTypeName\28\29\20const -9468:SkRecordedDrawable::flatten\28SkWriteBuffer&\29\20const -9469:SkRecordCanvas::~SkRecordCanvas\28\29_3870 -9470:SkRecordCanvas::~SkRecordCanvas\28\29 -9471:SkRecordCanvas::willSave\28\29 -9472:SkRecordCanvas::onResetClip\28\29 -9473:SkRecordCanvas::onDrawVerticesObject\28SkVertices\20const*\2c\20SkBlendMode\2c\20SkPaint\20const&\29 -9474:SkRecordCanvas::onDrawTextBlob\28SkTextBlob\20const*\2c\20float\2c\20float\2c\20SkPaint\20const&\29 -9475:SkRecordCanvas::onDrawSlug\28sktext::gpu::Slug\20const*\2c\20SkPaint\20const&\29 -9476:SkRecordCanvas::onDrawShadowRec\28SkPath\20const&\2c\20SkDrawShadowRec\20const&\29 -9477:SkRecordCanvas::onDrawRegion\28SkRegion\20const&\2c\20SkPaint\20const&\29 -9478:SkRecordCanvas::onDrawRect\28SkRect\20const&\2c\20SkPaint\20const&\29 -9479:SkRecordCanvas::onDrawRRect\28SkRRect\20const&\2c\20SkPaint\20const&\29 -9480:SkRecordCanvas::onDrawPoints\28SkCanvas::PointMode\2c\20unsigned\20long\2c\20SkPoint\20const*\2c\20SkPaint\20const&\29 -9481:SkRecordCanvas::onDrawPicture\28SkPicture\20const*\2c\20SkMatrix\20const*\2c\20SkPaint\20const*\29 -9482:SkRecordCanvas::onDrawPath\28SkPath\20const&\2c\20SkPaint\20const&\29 -9483:SkRecordCanvas::onDrawPatch\28SkPoint\20const*\2c\20unsigned\20int\20const*\2c\20SkPoint\20const*\2c\20SkBlendMode\2c\20SkPaint\20const&\29 -9484:SkRecordCanvas::onDrawPaint\28SkPaint\20const&\29 -9485:SkRecordCanvas::onDrawOval\28SkRect\20const&\2c\20SkPaint\20const&\29 -9486:SkRecordCanvas::onDrawMesh\28SkMesh\20const&\2c\20sk_sp\2c\20SkPaint\20const&\29 -9487:SkRecordCanvas::onDrawImageRect2\28SkImage\20const*\2c\20SkRect\20const&\2c\20SkRect\20const&\2c\20SkSamplingOptions\20const&\2c\20SkPaint\20const*\2c\20SkCanvas::SrcRectConstraint\29 -9488:SkRecordCanvas::onDrawImageLattice2\28SkImage\20const*\2c\20SkCanvas::Lattice\20const&\2c\20SkRect\20const&\2c\20SkFilterMode\2c\20SkPaint\20const*\29 -9489:SkRecordCanvas::onDrawImage2\28SkImage\20const*\2c\20float\2c\20float\2c\20SkSamplingOptions\20const&\2c\20SkPaint\20const*\29 -9490:SkRecordCanvas::onDrawGlyphRunList\28sktext::GlyphRunList\20const&\2c\20SkPaint\20const&\29 -9491:SkRecordCanvas::onDrawEdgeAAQuad\28SkRect\20const&\2c\20SkPoint\20const*\2c\20SkCanvas::QuadAAFlags\2c\20SkRGBA4f<\28SkAlphaType\293>\20const&\2c\20SkBlendMode\29 -9492:SkRecordCanvas::onDrawEdgeAAImageSet2\28SkCanvas::ImageSetEntry\20const*\2c\20int\2c\20SkPoint\20const*\2c\20SkMatrix\20const*\2c\20SkSamplingOptions\20const&\2c\20SkPaint\20const*\2c\20SkCanvas::SrcRectConstraint\29 -9493:SkRecordCanvas::onDrawDrawable\28SkDrawable*\2c\20SkMatrix\20const*\29 -9494:SkRecordCanvas::onDrawDRRect\28SkRRect\20const&\2c\20SkRRect\20const&\2c\20SkPaint\20const&\29 -9495:SkRecordCanvas::onDrawBehind\28SkPaint\20const&\29 -9496:SkRecordCanvas::onDrawAtlas2\28SkImage\20const*\2c\20SkRSXform\20const*\2c\20SkRect\20const*\2c\20unsigned\20int\20const*\2c\20int\2c\20SkBlendMode\2c\20SkSamplingOptions\20const&\2c\20SkRect\20const*\2c\20SkPaint\20const*\29 -9497:SkRecordCanvas::onDrawArc\28SkRect\20const&\2c\20float\2c\20float\2c\20bool\2c\20SkPaint\20const&\29 -9498:SkRecordCanvas::onDrawAnnotation\28SkRect\20const&\2c\20char\20const*\2c\20SkData*\29 -9499:SkRecordCanvas::onDoSaveBehind\28SkRect\20const*\29 -9500:SkRecordCanvas::onClipShader\28sk_sp\2c\20SkClipOp\29 -9501:SkRecordCanvas::onClipRegion\28SkRegion\20const&\2c\20SkClipOp\29 -9502:SkRecordCanvas::onClipRect\28SkRect\20const&\2c\20SkClipOp\2c\20SkCanvas::ClipEdgeStyle\29 -9503:SkRecordCanvas::onClipRRect\28SkRRect\20const&\2c\20SkClipOp\2c\20SkCanvas::ClipEdgeStyle\29 -9504:SkRecordCanvas::onClipPath\28SkPath\20const&\2c\20SkClipOp\2c\20SkCanvas::ClipEdgeStyle\29 -9505:SkRecordCanvas::getSaveLayerStrategy\28SkCanvas::SaveLayerRec\20const&\29 -9506:SkRecordCanvas::didTranslate\28float\2c\20float\29 -9507:SkRecordCanvas::didSetM44\28SkM44\20const&\29 -9508:SkRecordCanvas::didScale\28float\2c\20float\29 -9509:SkRecordCanvas::didRestore\28\29 -9510:SkRecordCanvas::didConcat44\28SkM44\20const&\29 -9511:SkRecord::~SkRecord\28\29_3817 -9512:SkRecord::~SkRecord\28\29 -9513:SkRasterPipelineSpriteBlitter::~SkRasterPipelineSpriteBlitter\28\29_1515 -9514:SkRasterPipelineSpriteBlitter::~SkRasterPipelineSpriteBlitter\28\29 -9515:SkRasterPipelineSpriteBlitter::setup\28SkPixmap\20const&\2c\20int\2c\20int\2c\20SkPaint\20const&\29 -9516:SkRasterPipelineSpriteBlitter::blitRect\28int\2c\20int\2c\20int\2c\20int\29 -9517:SkRasterPipelineBlitter::~SkRasterPipelineBlitter\28\29_3772 -9518:SkRasterPipelineBlitter::canDirectBlit\28\29 -9519:SkRasterPipelineBlitter::blitV\28int\2c\20int\2c\20int\2c\20unsigned\20char\29 -9520:SkRasterPipelineBlitter::blitH\28int\2c\20int\2c\20int\29 -9521:SkRasterPipelineBlitter::blitAntiV2\28int\2c\20int\2c\20unsigned\20int\2c\20unsigned\20int\29 -9522:SkRasterPipelineBlitter::blitAntiH\28int\2c\20int\2c\20unsigned\20char\20const*\2c\20short\20const*\29 -9523:SkRasterPipelineBlitter::blitAntiH2\28int\2c\20int\2c\20unsigned\20int\2c\20unsigned\20int\29 -9524:SkRasterPipelineBlitter::Create\28SkPixmap\20const&\2c\20SkPaint\20const&\2c\20SkRGBA4f<\28SkAlphaType\293>\20const&\2c\20SkArenaAlloc*\2c\20SkRasterPipeline\20const&\2c\20bool\2c\20bool\2c\20SkShader\20const*\29::$_3::__invoke\28SkPixmap*\2c\20int\2c\20int\2c\20int\2c\20int\2c\20unsigned\20long\20long\29 -9525:SkRasterPipelineBlitter::Create\28SkPixmap\20const&\2c\20SkPaint\20const&\2c\20SkRGBA4f<\28SkAlphaType\293>\20const&\2c\20SkArenaAlloc*\2c\20SkRasterPipeline\20const&\2c\20bool\2c\20bool\2c\20SkShader\20const*\29::$_2::__invoke\28SkPixmap*\2c\20int\2c\20int\2c\20int\2c\20int\2c\20unsigned\20long\20long\29 -9526:SkRasterPipelineBlitter::Create\28SkPixmap\20const&\2c\20SkPaint\20const&\2c\20SkRGBA4f<\28SkAlphaType\293>\20const&\2c\20SkArenaAlloc*\2c\20SkRasterPipeline\20const&\2c\20bool\2c\20bool\2c\20SkShader\20const*\29::$_1::__invoke\28SkPixmap*\2c\20int\2c\20int\2c\20int\2c\20int\2c\20unsigned\20long\20long\29 -9527:SkRasterPipelineBlitter::Create\28SkPixmap\20const&\2c\20SkPaint\20const&\2c\20SkRGBA4f<\28SkAlphaType\293>\20const&\2c\20SkArenaAlloc*\2c\20SkRasterPipeline\20const&\2c\20bool\2c\20bool\2c\20SkShader\20const*\29::$_0::__invoke\28SkPixmap*\2c\20int\2c\20int\2c\20int\2c\20int\2c\20unsigned\20long\20long\29 -9528:SkRadialGradient::getTypeName\28\29\20const -9529:SkRadialGradient::flatten\28SkWriteBuffer&\29\20const -9530:SkRadialGradient::asGradient\28SkShaderBase::GradientInfo*\2c\20SkMatrix*\29\20const -9531:SkRadialGradient::appendGradientStages\28SkArenaAlloc*\2c\20SkRasterPipeline*\2c\20SkRasterPipeline*\29\20const -9532:SkRTree::~SkRTree\28\29_3705 -9533:SkRTree::~SkRTree\28\29 -9534:SkRTree::search\28SkRect\20const&\2c\20std::__2::vector>*\29\20const -9535:SkRTree::insert\28SkRect\20const*\2c\20int\29 -9536:SkRTree::bytesUsed\28\29\20const -9537:SkPtrSet::~SkPtrSet\28\29 -9538:SkPngNormalDecoder::~SkPngNormalDecoder\28\29 -9539:SkPngNormalDecoder::setRange\28int\2c\20int\2c\20void*\2c\20unsigned\20long\29 -9540:SkPngNormalDecoder::decode\28int*\29 -9541:SkPngNormalDecoder::decodeAllRows\28void*\2c\20unsigned\20long\2c\20int*\29 -9542:SkPngNormalDecoder::RowCallback\28png_struct_def*\2c\20unsigned\20char*\2c\20unsigned\20int\2c\20int\29 -9543:SkPngNormalDecoder::AllRowsCallback\28png_struct_def*\2c\20unsigned\20char*\2c\20unsigned\20int\2c\20int\29 -9544:SkPngInterlacedDecoder::~SkPngInterlacedDecoder\28\29_13046 -9545:SkPngInterlacedDecoder::~SkPngInterlacedDecoder\28\29 -9546:SkPngInterlacedDecoder::setRange\28int\2c\20int\2c\20void*\2c\20unsigned\20long\29 -9547:SkPngInterlacedDecoder::decode\28int*\29 -9548:SkPngInterlacedDecoder::decodeAllRows\28void*\2c\20unsigned\20long\2c\20int*\29 -9549:SkPngInterlacedDecoder::InterlacedRowCallback\28png_struct_def*\2c\20unsigned\20char*\2c\20unsigned\20int\2c\20int\29 -9550:SkPngEncoderImpl::~SkPngEncoderImpl\28\29_12904 -9551:SkPngEncoderImpl::onFinishEncoding\28\29 -9552:SkPngEncoderImpl::onEncodeRow\28SkSpan\29 -9553:SkPngEncoderBase::~SkPngEncoderBase\28\29 -9554:SkPngEncoderBase::onEncodeRows\28int\29 -9555:SkPngCompositeChunkReader::~SkPngCompositeChunkReader\28\29_13054 -9556:SkPngCompositeChunkReader::~SkPngCompositeChunkReader\28\29 -9557:SkPngCompositeChunkReader::readChunk\28char\20const*\2c\20void\20const*\2c\20unsigned\20long\29 -9558:SkPngCodecBase::initializeXforms\28SkImageInfo\20const&\2c\20SkCodec::Options\20const&\2c\20int\29 -9559:SkPngCodecBase::getSampler\28bool\29 -9560:SkPngCodec::~SkPngCodec\28\29_13038 -9561:SkPngCodec::onTryGetTrnsChunk\28\29 -9562:SkPngCodec::onTryGetPlteChunk\28\29 -9563:SkPngCodec::onStartIncrementalDecode\28SkImageInfo\20const&\2c\20void*\2c\20unsigned\20long\2c\20SkCodec::Options\20const&\29 -9564:SkPngCodec::onRewind\28\29 -9565:SkPngCodec::onIncrementalDecode\28int*\29 -9566:SkPngCodec::onGetPixels\28SkImageInfo\20const&\2c\20void*\2c\20unsigned\20long\2c\20SkCodec::Options\20const&\2c\20int*\29 -9567:SkPngCodec::onGetGainmapInfo\28SkGainmapInfo*\29 -9568:SkPngCodec::onGetGainmapCodec\28SkGainmapInfo*\2c\20std::__2::unique_ptr>*\29 -9569:SkPixmap::erase\28SkRGBA4f<\28SkAlphaType\293>\20const&\2c\20SkIRect\20const*\29\20const::$_2::__invoke\28void*\2c\20unsigned\20long\20long\2c\20int\29 -9570:SkPixmap::erase\28SkRGBA4f<\28SkAlphaType\293>\20const&\2c\20SkIRect\20const*\29\20const::$_1::__invoke\28void*\2c\20unsigned\20long\20long\2c\20int\29 -9571:SkPixmap::erase\28SkRGBA4f<\28SkAlphaType\293>\20const&\2c\20SkIRect\20const*\29\20const::$_0::__invoke\28void*\2c\20unsigned\20long\20long\2c\20int\29 -9572:SkPixelRef::~SkPixelRef\28\29_3636 -9573:SkPictureShader::~SkPictureShader\28\29_4956 -9574:SkPictureShader::~SkPictureShader\28\29 -9575:SkPictureShader::type\28\29\20const -9576:SkPictureShader::getTypeName\28\29\20const -9577:SkPictureShader::flatten\28SkWriteBuffer&\29\20const -9578:SkPictureShader::appendStages\28SkStageRec\20const&\2c\20SkShaders::MatrixRec\20const&\29\20const -9579:SkPictureRecorder*\20emscripten::internal::operator_new\28\29 -9580:SkPictureRecord::~SkPictureRecord\28\29_3620 -9581:SkPictureRecord::willSave\28\29 -9582:SkPictureRecord::willRestore\28\29 -9583:SkPictureRecord::onResetClip\28\29 -9584:SkPictureRecord::onDrawVerticesObject\28SkVertices\20const*\2c\20SkBlendMode\2c\20SkPaint\20const&\29 -9585:SkPictureRecord::onDrawTextBlob\28SkTextBlob\20const*\2c\20float\2c\20float\2c\20SkPaint\20const&\29 -9586:SkPictureRecord::onDrawSlug\28sktext::gpu::Slug\20const*\2c\20SkPaint\20const&\29 -9587:SkPictureRecord::onDrawShadowRec\28SkPath\20const&\2c\20SkDrawShadowRec\20const&\29 -9588:SkPictureRecord::onDrawRegion\28SkRegion\20const&\2c\20SkPaint\20const&\29 -9589:SkPictureRecord::onDrawRect\28SkRect\20const&\2c\20SkPaint\20const&\29 -9590:SkPictureRecord::onDrawRRect\28SkRRect\20const&\2c\20SkPaint\20const&\29 -9591:SkPictureRecord::onDrawPoints\28SkCanvas::PointMode\2c\20unsigned\20long\2c\20SkPoint\20const*\2c\20SkPaint\20const&\29 -9592:SkPictureRecord::onDrawPicture\28SkPicture\20const*\2c\20SkMatrix\20const*\2c\20SkPaint\20const*\29 -9593:SkPictureRecord::onDrawPath\28SkPath\20const&\2c\20SkPaint\20const&\29 -9594:SkPictureRecord::onDrawPatch\28SkPoint\20const*\2c\20unsigned\20int\20const*\2c\20SkPoint\20const*\2c\20SkBlendMode\2c\20SkPaint\20const&\29 -9595:SkPictureRecord::onDrawPaint\28SkPaint\20const&\29 -9596:SkPictureRecord::onDrawOval\28SkRect\20const&\2c\20SkPaint\20const&\29 -9597:SkPictureRecord::onDrawImageRect2\28SkImage\20const*\2c\20SkRect\20const&\2c\20SkRect\20const&\2c\20SkSamplingOptions\20const&\2c\20SkPaint\20const*\2c\20SkCanvas::SrcRectConstraint\29 -9598:SkPictureRecord::onDrawImageLattice2\28SkImage\20const*\2c\20SkCanvas::Lattice\20const&\2c\20SkRect\20const&\2c\20SkFilterMode\2c\20SkPaint\20const*\29 -9599:SkPictureRecord::onDrawImage2\28SkImage\20const*\2c\20float\2c\20float\2c\20SkSamplingOptions\20const&\2c\20SkPaint\20const*\29 -9600:SkPictureRecord::onDrawEdgeAAQuad\28SkRect\20const&\2c\20SkPoint\20const*\2c\20SkCanvas::QuadAAFlags\2c\20SkRGBA4f<\28SkAlphaType\293>\20const&\2c\20SkBlendMode\29 -9601:SkPictureRecord::onDrawEdgeAAImageSet2\28SkCanvas::ImageSetEntry\20const*\2c\20int\2c\20SkPoint\20const*\2c\20SkMatrix\20const*\2c\20SkSamplingOptions\20const&\2c\20SkPaint\20const*\2c\20SkCanvas::SrcRectConstraint\29 -9602:SkPictureRecord::onDrawDrawable\28SkDrawable*\2c\20SkMatrix\20const*\29 -9603:SkPictureRecord::onDrawDRRect\28SkRRect\20const&\2c\20SkRRect\20const&\2c\20SkPaint\20const&\29 -9604:SkPictureRecord::onDrawBehind\28SkPaint\20const&\29 -9605:SkPictureRecord::onDrawAtlas2\28SkImage\20const*\2c\20SkRSXform\20const*\2c\20SkRect\20const*\2c\20unsigned\20int\20const*\2c\20int\2c\20SkBlendMode\2c\20SkSamplingOptions\20const&\2c\20SkRect\20const*\2c\20SkPaint\20const*\29 -9606:SkPictureRecord::onDrawArc\28SkRect\20const&\2c\20float\2c\20float\2c\20bool\2c\20SkPaint\20const&\29 -9607:SkPictureRecord::onDrawAnnotation\28SkRect\20const&\2c\20char\20const*\2c\20SkData*\29 -9608:SkPictureRecord::onDoSaveBehind\28SkRect\20const*\29 -9609:SkPictureRecord::onClipShader\28sk_sp\2c\20SkClipOp\29 -9610:SkPictureRecord::onClipRegion\28SkRegion\20const&\2c\20SkClipOp\29 -9611:SkPictureRecord::onClipRect\28SkRect\20const&\2c\20SkClipOp\2c\20SkCanvas::ClipEdgeStyle\29 -9612:SkPictureRecord::onClipRRect\28SkRRect\20const&\2c\20SkClipOp\2c\20SkCanvas::ClipEdgeStyle\29 -9613:SkPictureRecord::onClipPath\28SkPath\20const&\2c\20SkClipOp\2c\20SkCanvas::ClipEdgeStyle\29 -9614:SkPictureRecord::getSaveLayerStrategy\28SkCanvas::SaveLayerRec\20const&\29 -9615:SkPictureRecord::didTranslate\28float\2c\20float\29 -9616:SkPictureRecord::didSetM44\28SkM44\20const&\29 -9617:SkPictureRecord::didScale\28float\2c\20float\29 -9618:SkPictureRecord::didConcat44\28SkM44\20const&\29 -9619:SkPictureData::serialize\28SkWStream*\2c\20SkSerialProcs\20const&\2c\20SkRefCntSet*\2c\20bool\29\20const::DevNull::write\28void\20const*\2c\20unsigned\20long\29 -9620:SkPerlinNoiseShader::~SkPerlinNoiseShader\28\29_4940 -9621:SkPerlinNoiseShader::~SkPerlinNoiseShader\28\29 -9622:SkPerlinNoiseShader::getTypeName\28\29\20const -9623:SkPerlinNoiseShader::flatten\28SkWriteBuffer&\29\20const -9624:SkPerlinNoiseShader::appendStages\28SkStageRec\20const&\2c\20SkShaders::MatrixRec\20const&\29\20const -9625:SkPathEffectBase::asADash\28\29\20const -9626:SkPath::setIsVolatile\28bool\29 -9627:SkPath::setFillType\28SkPathFillType\29 -9628:SkPath::isVolatile\28\29\20const -9629:SkPath::getFillType\28\29\20const -9630:SkPath2DPathEffectImpl::~SkPath2DPathEffectImpl\28\29_5218 -9631:SkPath2DPathEffectImpl::~SkPath2DPathEffectImpl\28\29 -9632:SkPath2DPathEffectImpl::next\28SkPoint\20const&\2c\20int\2c\20int\2c\20SkPathBuilder*\29\20const -9633:SkPath2DPathEffectImpl::getTypeName\28\29\20const -9634:SkPath2DPathEffectImpl::getFactory\28\29\20const -9635:SkPath2DPathEffectImpl::flatten\28SkWriteBuffer&\29\20const -9636:SkPath2DPathEffectImpl::CreateProc\28SkReadBuffer&\29 -9637:SkPath1DPathEffectImpl::~SkPath1DPathEffectImpl\28\29_5192 -9638:SkPath1DPathEffectImpl::~SkPath1DPathEffectImpl\28\29 -9639:SkPath1DPathEffectImpl::onFilterPath\28SkPathBuilder*\2c\20SkPath\20const&\2c\20SkStrokeRec*\2c\20SkRect\20const*\2c\20SkMatrix\20const&\29\20const -9640:SkPath1DPathEffectImpl::next\28SkPathBuilder*\2c\20float\2c\20SkPathMeasure&\29\20const -9641:SkPath1DPathEffectImpl::getTypeName\28\29\20const -9642:SkPath1DPathEffectImpl::getFactory\28\29\20const -9643:SkPath1DPathEffectImpl::flatten\28SkWriteBuffer&\29\20const -9644:SkPath1DPathEffectImpl::begin\28float\29\20const -9645:SkPath1DPathEffectImpl::CreateProc\28SkReadBuffer&\29 -9646:SkPath1DPathEffect::Make\28SkPath\20const&\2c\20float\2c\20float\2c\20SkPath1DPathEffect::Style\29 -9647:SkPath*\20emscripten::internal::operator_new\28\29 -9648:SkPairPathEffect::~SkPairPathEffect\28\29_3459 -9649:SkPaint::setDither\28bool\29 -9650:SkPaint::setAntiAlias\28bool\29 -9651:SkPaint::getStrokeMiter\28\29\20const -9652:SkPaint::getStrokeJoin\28\29\20const -9653:SkPaint::getStrokeCap\28\29\20const -9654:SkPaint*\20emscripten::internal::operator_new\28\29 -9655:SkOTUtils::LocalizedStrings_SingleName::~LocalizedStrings_SingleName\28\29_8307 -9656:SkOTUtils::LocalizedStrings_SingleName::~LocalizedStrings_SingleName\28\29 -9657:SkOTUtils::LocalizedStrings_SingleName::next\28SkTypeface::LocalizedString*\29 -9658:SkOTUtils::LocalizedStrings_NameTable::~LocalizedStrings_NameTable\28\29_7583 -9659:SkOTUtils::LocalizedStrings_NameTable::~LocalizedStrings_NameTable\28\29 -9660:SkOTUtils::LocalizedStrings_NameTable::next\28SkTypeface::LocalizedString*\29 -9661:SkNoPixelsDevice::~SkNoPixelsDevice\28\29_1987 -9662:SkNoPixelsDevice::~SkNoPixelsDevice\28\29 -9663:SkNoPixelsDevice::replaceClip\28SkIRect\20const&\29 -9664:SkNoPixelsDevice::pushClipStack\28\29 -9665:SkNoPixelsDevice::popClipStack\28\29 -9666:SkNoPixelsDevice::onClipShader\28sk_sp\29 -9667:SkNoPixelsDevice::isClipWideOpen\28\29\20const -9668:SkNoPixelsDevice::isClipRect\28\29\20const -9669:SkNoPixelsDevice::isClipEmpty\28\29\20const -9670:SkNoPixelsDevice::isClipAntiAliased\28\29\20const -9671:SkNoPixelsDevice::devClipBounds\28\29\20const -9672:SkNoPixelsDevice::clipRegion\28SkRegion\20const&\2c\20SkClipOp\29 -9673:SkNoPixelsDevice::clipRect\28SkRect\20const&\2c\20SkClipOp\2c\20bool\29 -9674:SkNoPixelsDevice::clipRRect\28SkRRect\20const&\2c\20SkClipOp\2c\20bool\29 -9675:SkNoPixelsDevice::clipPath\28SkPath\20const&\2c\20SkClipOp\2c\20bool\29 -9676:SkNoPixelsDevice::android_utils_clipAsRgn\28SkRegion*\29\20const -9677:SkNoDrawCanvas::onDrawTextBlob\28SkTextBlob\20const*\2c\20float\2c\20float\2c\20SkPaint\20const&\29 -9678:SkNoDrawCanvas::onDrawAtlas2\28SkImage\20const*\2c\20SkRSXform\20const*\2c\20SkRect\20const*\2c\20unsigned\20int\20const*\2c\20int\2c\20SkBlendMode\2c\20SkSamplingOptions\20const&\2c\20SkRect\20const*\2c\20SkPaint\20const*\29 -9679:SkMipmap::~SkMipmap\28\29_2642 -9680:SkMipmap::~SkMipmap\28\29 -9681:SkMipmap::onDataChange\28void*\2c\20void*\29 -9682:SkMemoryStream::~SkMemoryStream\28\29_4302 -9683:SkMemoryStream::~SkMemoryStream\28\29 -9684:SkMemoryStream::setMemory\28void\20const*\2c\20unsigned\20long\2c\20bool\29 -9685:SkMemoryStream::seek\28unsigned\20long\29 -9686:SkMemoryStream::rewind\28\29 -9687:SkMemoryStream::read\28void*\2c\20unsigned\20long\29 -9688:SkMemoryStream::peek\28void*\2c\20unsigned\20long\29\20const -9689:SkMemoryStream::onFork\28\29\20const -9690:SkMemoryStream::onDuplicate\28\29\20const -9691:SkMemoryStream::move\28long\29 -9692:SkMemoryStream::isAtEnd\28\29\20const -9693:SkMemoryStream::getMemoryBase\28\29 -9694:SkMemoryStream::getLength\28\29\20const -9695:SkMemoryStream::getData\28\29\20const -9696:SkMatrixColorFilter::onIsAlphaUnchanged\28\29\20const -9697:SkMatrixColorFilter::onAsAColorMatrix\28float*\29\20const -9698:SkMatrixColorFilter::getTypeName\28\29\20const -9699:SkMatrixColorFilter::flatten\28SkWriteBuffer&\29\20const -9700:SkMatrixColorFilter::appendStages\28SkStageRec\20const&\2c\20bool\29\20const -9701:SkMatrix::Trans_pts\28SkMatrix\20const&\2c\20SkPoint*\2c\20SkPoint\20const*\2c\20int\29 -9702:SkMatrix::Scale_pts\28SkMatrix\20const&\2c\20SkPoint*\2c\20SkPoint\20const*\2c\20int\29 -9703:SkMatrix::Poly4Proc\28SkPoint\20const*\2c\20SkMatrix*\29 -9704:SkMatrix::Poly3Proc\28SkPoint\20const*\2c\20SkMatrix*\29 -9705:SkMatrix::Poly2Proc\28SkPoint\20const*\2c\20SkMatrix*\29 -9706:SkMatrix::Persp_pts\28SkMatrix\20const&\2c\20SkPoint*\2c\20SkPoint\20const*\2c\20int\29 -9707:SkMatrix::Identity_pts\28SkMatrix\20const&\2c\20SkPoint*\2c\20SkPoint\20const*\2c\20int\29 -9708:SkMatrix::Affine_vpts\28SkMatrix\20const&\2c\20SkPoint*\2c\20SkPoint\20const*\2c\20int\29 -9709:SkMaskSwizzler::onSetSampleX\28int\29 -9710:SkMaskFilterBase::filterRectsToNine\28SkSpan\2c\20SkMatrix\20const&\2c\20SkIRect\20const&\2c\20std::__2::optional*\2c\20SkResourceCache*\29\20const -9711:SkMaskFilterBase::filterRRectToNine\28SkRRect\20const&\2c\20SkMatrix\20const&\2c\20SkIRect\20const&\2c\20SkResourceCache*\29\20const -9712:SkMaskFilterBase::asImageFilter\28SkMatrix\20const&\2c\20SkPaint\20const&\29\20const -9713:SkMallocPixelRef::MakeAllocate\28SkImageInfo\20const&\2c\20unsigned\20long\29::PixelRef::~PixelRef\28\29_2456 -9714:SkMallocPixelRef::MakeAllocate\28SkImageInfo\20const&\2c\20unsigned\20long\29::PixelRef::~PixelRef\28\29 -9715:SkMakePixelRefWithProc\28int\2c\20int\2c\20unsigned\20long\2c\20void*\2c\20void\20\28*\29\28void*\2c\20void*\29\2c\20void*\29::PixelRef::~PixelRef\28\29_3646 -9716:SkMakePixelRefWithProc\28int\2c\20int\2c\20unsigned\20long\2c\20void*\2c\20void\20\28*\29\28void*\2c\20void*\29\2c\20void*\29::PixelRef::~PixelRef\28\29 -9717:SkLumaColorFilter::Make\28\29 -9718:SkLocalMatrixShader::~SkLocalMatrixShader\28\29_4921 -9719:SkLocalMatrixShader::~SkLocalMatrixShader\28\29 -9720:SkLocalMatrixShader::type\28\29\20const -9721:SkLocalMatrixShader::onIsAImage\28SkMatrix*\2c\20SkTileMode*\29\20const -9722:SkLocalMatrixShader::onAsLuminanceColor\28SkRGBA4f<\28SkAlphaType\293>*\29\20const -9723:SkLocalMatrixShader::makeAsALocalMatrixShader\28SkMatrix*\29\20const -9724:SkLocalMatrixShader::isOpaque\28\29\20const -9725:SkLocalMatrixShader::isConstant\28SkRGBA4f<\28SkAlphaType\293>*\29\20const -9726:SkLocalMatrixShader::getTypeName\28\29\20const -9727:SkLocalMatrixShader::flatten\28SkWriteBuffer&\29\20const -9728:SkLocalMatrixShader::asGradient\28SkShaderBase::GradientInfo*\2c\20SkMatrix*\29\20const -9729:SkLocalMatrixShader::appendStages\28SkStageRec\20const&\2c\20SkShaders::MatrixRec\20const&\29\20const -9730:SkLinearGradient::getTypeName\28\29\20const -9731:SkLinearGradient::flatten\28SkWriteBuffer&\29\20const -9732:SkLinearGradient::asGradient\28SkShaderBase::GradientInfo*\2c\20SkMatrix*\29\20const -9733:SkLine2DPathEffectImpl::onFilterPath\28SkPathBuilder*\2c\20SkPath\20const&\2c\20SkStrokeRec*\2c\20SkRect\20const*\2c\20SkMatrix\20const&\29\20const -9734:SkLine2DPathEffectImpl::nextSpan\28int\2c\20int\2c\20int\2c\20SkPathBuilder*\29\20const -9735:SkLine2DPathEffectImpl::getTypeName\28\29\20const -9736:SkLine2DPathEffectImpl::getFactory\28\29\20const -9737:SkLine2DPathEffectImpl::flatten\28SkWriteBuffer&\29\20const -9738:SkLine2DPathEffectImpl::CreateProc\28SkReadBuffer&\29 -9739:SkJpegMetadataDecoderImpl::~SkJpegMetadataDecoderImpl\28\29_12962 -9740:SkJpegMetadataDecoderImpl::~SkJpegMetadataDecoderImpl\28\29 -9741:SkJpegMetadataDecoderImpl::getJUMBFMetadata\28bool\29\20const -9742:SkJpegMetadataDecoderImpl::getISOGainmapMetadata\28bool\29\20const -9743:SkJpegMetadataDecoderImpl::getICCProfileData\28bool\29\20const -9744:SkJpegMetadataDecoderImpl::getExifMetadata\28bool\29\20const -9745:SkJpegMemorySourceMgr::skipInputBytes\28unsigned\20long\2c\20unsigned\20char\20const*&\2c\20unsigned\20long&\29 -9746:SkJpegMemorySourceMgr::initSource\28unsigned\20char\20const*&\2c\20unsigned\20long&\29 -9747:SkJpegDecoder::Decode\28std::__2::unique_ptr>\2c\20SkCodec::Result*\2c\20void*\29 -9748:SkJpegCodec::~SkJpegCodec\28\29_12917 -9749:SkJpegCodec::~SkJpegCodec\28\29 -9750:SkJpegCodec::onStartScanlineDecode\28SkImageInfo\20const&\2c\20SkCodec::Options\20const&\29 -9751:SkJpegCodec::onSkipScanlines\28int\29 -9752:SkJpegCodec::onRewind\28\29 -9753:SkJpegCodec::onQueryYUVAInfo\28SkYUVAPixmapInfo::SupportedDataTypes\20const&\2c\20SkYUVAPixmapInfo*\29\20const -9754:SkJpegCodec::onGetYUVAPlanes\28SkYUVAPixmaps\20const&\29 -9755:SkJpegCodec::onGetScanlines\28void*\2c\20int\2c\20unsigned\20long\29 -9756:SkJpegCodec::onGetScaledDimensions\28float\29\20const -9757:SkJpegCodec::onGetPixels\28SkImageInfo\20const&\2c\20void*\2c\20unsigned\20long\2c\20SkCodec::Options\20const&\2c\20int*\29 -9758:SkJpegCodec::onGetGainmapCodec\28SkGainmapInfo*\2c\20std::__2::unique_ptr>*\29 -9759:SkJpegCodec::onDimensionsSupported\28SkISize\20const&\29 -9760:SkJpegCodec::getSampler\28bool\29 -9761:SkJpegCodec::conversionSupported\28SkImageInfo\20const&\2c\20bool\2c\20bool\29 -9762:SkJpegBufferedSourceMgr::~SkJpegBufferedSourceMgr\28\29_12971 -9763:SkJpegBufferedSourceMgr::~SkJpegBufferedSourceMgr\28\29 -9764:SkJpegBufferedSourceMgr::skipInputBytes\28unsigned\20long\2c\20unsigned\20char\20const*&\2c\20unsigned\20long&\29 -9765:SkJpegBufferedSourceMgr::initSource\28unsigned\20char\20const*&\2c\20unsigned\20long&\29 -9766:SkJpegBufferedSourceMgr::fillInputBuffer\28unsigned\20char\20const*&\2c\20unsigned\20long&\29 -9767:SkImage_Raster::~SkImage_Raster\28\29_4757 -9768:SkImage_Raster::~SkImage_Raster\28\29 -9769:SkImage_Raster::onReinterpretColorSpace\28sk_sp\29\20const -9770:SkImage_Raster::onReadPixels\28GrDirectContext*\2c\20SkImageInfo\20const&\2c\20void*\2c\20unsigned\20long\2c\20int\2c\20int\2c\20SkImage::CachingHint\29\20const -9771:SkImage_Raster::onPeekPixels\28SkPixmap*\29\20const -9772:SkImage_Raster::onPeekMips\28\29\20const -9773:SkImage_Raster::onMakeWithMipmaps\28sk_sp\29\20const -9774:SkImage_Raster::onMakeSubset\28SkRecorder*\2c\20SkIRect\20const&\2c\20SkImage::RequiredProperties\29\20const -9775:SkImage_Raster::onMakeSubset\28GrDirectContext*\2c\20SkIRect\20const&\29\20const -9776:SkImage_Raster::onHasMipmaps\28\29\20const -9777:SkImage_Raster::onAsLegacyBitmap\28GrDirectContext*\2c\20SkBitmap*\29\20const -9778:SkImage_Raster::notifyAddedToRasterCache\28\29\20const -9779:SkImage_Raster::makeColorTypeAndColorSpace\28SkRecorder*\2c\20SkColorType\2c\20sk_sp\2c\20SkImage::RequiredProperties\29\20const -9780:SkImage_Raster::isValid\28SkRecorder*\29\20const -9781:SkImage_Raster::getROPixels\28GrDirectContext*\2c\20SkBitmap*\2c\20SkImage::CachingHint\29\20const -9782:SkImage_LazyTexture::readPixelsProxy\28GrDirectContext*\2c\20SkPixmap\20const&\29\20const -9783:SkImage_LazyTexture::onMakeSubset\28SkRecorder*\2c\20SkIRect\20const&\2c\20SkImage::RequiredProperties\29\20const -9784:SkImage_Lazy::~SkImage_Lazy\28\29 -9785:SkImage_Lazy::onReinterpretColorSpace\28sk_sp\29\20const -9786:SkImage_Lazy::onRefEncoded\28\29\20const -9787:SkImage_Lazy::onReadPixels\28GrDirectContext*\2c\20SkImageInfo\20const&\2c\20void*\2c\20unsigned\20long\2c\20int\2c\20int\2c\20SkImage::CachingHint\29\20const -9788:SkImage_Lazy::onMakeSubset\28SkRecorder*\2c\20SkIRect\20const&\2c\20SkImage::RequiredProperties\29\20const -9789:SkImage_Lazy::onMakeSubset\28GrDirectContext*\2c\20SkIRect\20const&\29\20const -9790:SkImage_Lazy::onIsProtected\28\29\20const -9791:SkImage_Lazy::makeColorTypeAndColorSpace\28SkRecorder*\2c\20SkColorType\2c\20sk_sp\2c\20SkImage::RequiredProperties\29\20const -9792:SkImage_Lazy::isValid\28SkRecorder*\29\20const -9793:SkImage_Lazy::isValid\28GrRecordingContext*\29\20const -9794:SkImage_Lazy::getROPixels\28GrDirectContext*\2c\20SkBitmap*\2c\20SkImage::CachingHint\29\20const -9795:SkImage_GaneshBase::~SkImage_GaneshBase\28\29 -9796:SkImage_GaneshBase::onReadPixels\28GrDirectContext*\2c\20SkImageInfo\20const&\2c\20void*\2c\20unsigned\20long\2c\20int\2c\20int\2c\20SkImage::CachingHint\29\20const -9797:SkImage_GaneshBase::onMakeSurface\28SkRecorder*\2c\20SkImageInfo\20const&\29\20const -9798:SkImage_GaneshBase::onMakeSubset\28GrDirectContext*\2c\20SkIRect\20const&\29\20const -9799:SkImage_GaneshBase::onMakeColorTypeAndColorSpace\28SkColorType\2c\20sk_sp\2c\20GrDirectContext*\29\20const -9800:SkImage_GaneshBase::makeColorTypeAndColorSpace\28GrDirectContext*\2c\20SkColorType\2c\20sk_sp\29\20const -9801:SkImage_GaneshBase::isValid\28SkRecorder*\29\20const -9802:SkImage_GaneshBase::isValid\28GrRecordingContext*\29\20const -9803:SkImage_GaneshBase::getROPixels\28GrDirectContext*\2c\20SkBitmap*\2c\20SkImage::CachingHint\29\20const -9804:SkImage_GaneshBase::directContext\28\29\20const -9805:SkImage_Ganesh::~SkImage_Ganesh\28\29_10852 -9806:SkImage_Ganesh::textureSize\28\29\20const -9807:SkImage_Ganesh::onReinterpretColorSpace\28sk_sp\29\20const -9808:SkImage_Ganesh::onMakeColorTypeAndColorSpace\28GrDirectContext*\2c\20SkColorType\2c\20sk_sp\29\20const -9809:SkImage_Ganesh::onIsProtected\28\29\20const -9810:SkImage_Ganesh::onHasMipmaps\28\29\20const -9811:SkImage_Ganesh::onAsyncRescaleAndReadPixels\28SkImageInfo\20const&\2c\20SkIRect\2c\20SkImage::RescaleGamma\2c\20SkImage::RescaleMode\2c\20void\20\28*\29\28void*\2c\20std::__2::unique_ptr>\29\2c\20void*\29\20const -9812:SkImage_Ganesh::onAsyncRescaleAndReadPixelsYUV420\28SkYUVColorSpace\2c\20bool\2c\20sk_sp\2c\20SkIRect\2c\20SkISize\2c\20SkImage::RescaleGamma\2c\20SkImage::RescaleMode\2c\20void\20\28*\29\28void*\2c\20std::__2::unique_ptr>\29\2c\20void*\29\20const -9813:SkImage_Ganesh::generatingSurfaceIsDeleted\28\29 -9814:SkImage_Ganesh::flush\28GrDirectContext*\2c\20GrFlushInfo\20const&\29\20const -9815:SkImage_Ganesh::asView\28GrRecordingContext*\2c\20skgpu::Mipmapped\2c\20GrImageTexGenPolicy\29\20const -9816:SkImage_Ganesh::asFragmentProcessor\28skgpu::ganesh::SurfaceDrawContext*\2c\20SkSamplingOptions\2c\20SkTileMode\20const*\2c\20SkMatrix\20const&\2c\20SkRect\20const*\2c\20SkRect\20const*\29\20const -9817:SkImage_Base::onAsyncRescaleAndReadPixels\28SkImageInfo\20const&\2c\20SkIRect\2c\20SkImage::RescaleGamma\2c\20SkImage::RescaleMode\2c\20void\20\28*\29\28void*\2c\20std::__2::unique_ptr>\29\2c\20void*\29\20const -9818:SkImage_Base::notifyAddedToRasterCache\28\29\20const -9819:SkImage_Base::makeSubset\28SkRecorder*\2c\20SkIRect\20const&\2c\20SkImage::RequiredProperties\29\20const -9820:SkImage_Base::makeSubset\28GrDirectContext*\2c\20SkIRect\20const&\29\20const -9821:SkImage_Base::makeColorTypeAndColorSpace\28GrDirectContext*\2c\20SkColorType\2c\20sk_sp\29\20const -9822:SkImage_Base::makeColorSpace\28SkRecorder*\2c\20sk_sp\2c\20SkImage::RequiredProperties\29\20const -9823:SkImage_Base::makeColorSpace\28GrDirectContext*\2c\20sk_sp\29\20const -9824:SkImage_Base::isTextureBacked\28\29\20const -9825:SkImage_Base::isLazyGenerated\28\29\20const -9826:SkImageShader::~SkImageShader\28\29_4906 -9827:SkImageShader::~SkImageShader\28\29 -9828:SkImageShader::onIsAImage\28SkMatrix*\2c\20SkTileMode*\29\20const -9829:SkImageShader::isOpaque\28\29\20const -9830:SkImageShader::getTypeName\28\29\20const -9831:SkImageShader::flatten\28SkWriteBuffer&\29\20const -9832:SkImageShader::appendStages\28SkStageRec\20const&\2c\20SkShaders::MatrixRec\20const&\29\20const -9833:SkImageGenerator::~SkImageGenerator\28\29 -9834:SkImageFilters::Compose\28sk_sp\2c\20sk_sp\29 -9835:SkImage::~SkImage\28\29 -9836:SkIcoDecoder::Decode\28std::__2::unique_ptr>\2c\20SkCodec::Result*\2c\20void*\29 -9837:SkIcoCodec::~SkIcoCodec\28\29_12993 -9838:SkIcoCodec::~SkIcoCodec\28\29 -9839:SkIcoCodec::onStartScanlineDecode\28SkImageInfo\20const&\2c\20SkCodec::Options\20const&\29 -9840:SkIcoCodec::onStartIncrementalDecode\28SkImageInfo\20const&\2c\20void*\2c\20unsigned\20long\2c\20SkCodec::Options\20const&\29 -9841:SkIcoCodec::onSkipScanlines\28int\29 -9842:SkIcoCodec::onIncrementalDecode\28int*\29 -9843:SkIcoCodec::onGetScanlines\28void*\2c\20int\2c\20unsigned\20long\29 -9844:SkIcoCodec::onGetScanlineOrder\28\29\20const -9845:SkIcoCodec::onGetScaledDimensions\28float\29\20const -9846:SkIcoCodec::onGetPixels\28SkImageInfo\20const&\2c\20void*\2c\20unsigned\20long\2c\20SkCodec::Options\20const&\2c\20int*\29 -9847:SkIcoCodec::onDimensionsSupported\28SkISize\20const&\29 -9848:SkIcoCodec::getSampler\28bool\29 -9849:SkIcoCodec::conversionSupported\28SkImageInfo\20const&\2c\20bool\2c\20bool\29 -9850:SkGradientBaseShader::onAsLuminanceColor\28SkRGBA4f<\28SkAlphaType\293>*\29\20const -9851:SkGradientBaseShader::isOpaque\28\29\20const -9852:SkGradientBaseShader::appendStages\28SkStageRec\20const&\2c\20SkShaders::MatrixRec\20const&\29\20const -9853:SkGifDecoder::Decode\28std::__2::unique_ptr>\2c\20SkCodec::Result*\2c\20void*\29 -9854:SkGaussianColorFilter::getTypeName\28\29\20const -9855:SkGaussianColorFilter::appendStages\28SkStageRec\20const&\2c\20bool\29\20const -9856:SkGammaColorSpaceLuminance::toLuma\28float\2c\20float\29\20const -9857:SkGammaColorSpaceLuminance::fromLuma\28float\2c\20float\29\20const -9858:SkGainmapInfo::serialize\28\29\20const -9859:SkGainmapInfo::SerializeVersion\28\29 -9860:SkFontStyleSet_Custom::~SkFontStyleSet_Custom\28\29_8234 -9861:SkFontStyleSet_Custom::~SkFontStyleSet_Custom\28\29 -9862:SkFontStyleSet_Custom::getStyle\28int\2c\20SkFontStyle*\2c\20SkString*\29 -9863:SkFontScanner_FreeType::~SkFontScanner_FreeType\28\29_8300 -9864:SkFontScanner_FreeType::~SkFontScanner_FreeType\28\29 -9865:SkFontScanner_FreeType::scanFile\28SkStreamAsset*\2c\20int*\29\20const -9866:SkFontScanner_FreeType::scanFace\28SkStreamAsset*\2c\20int\2c\20int*\29\20const -9867:SkFontScanner_FreeType::getFactoryId\28\29\20const -9868:SkFontMgr_Custom::~SkFontMgr_Custom\28\29_8236 -9869:SkFontMgr_Custom::~SkFontMgr_Custom\28\29 -9870:SkFontMgr_Custom::onMatchFamily\28char\20const*\29\20const -9871:SkFontMgr_Custom::onMatchFamilyStyle\28char\20const*\2c\20SkFontStyle\20const&\29\20const -9872:SkFontMgr_Custom::onMakeFromStreamIndex\28std::__2::unique_ptr>\2c\20int\29\20const -9873:SkFontMgr_Custom::onMakeFromFile\28char\20const*\2c\20int\29\20const -9874:SkFontMgr_Custom::onMakeFromData\28sk_sp\2c\20int\29\20const -9875:SkFontMgr_Custom::onLegacyMakeTypeface\28char\20const*\2c\20SkFontStyle\29\20const -9876:SkFontMgr_Custom::onGetFamilyName\28int\2c\20SkString*\29\20const -9877:SkFont::setScaleX\28float\29 -9878:SkFont::setEmbeddedBitmaps\28bool\29 -9879:SkFont::isEmbolden\28\29\20const -9880:SkFont::getSkewX\28\29\20const -9881:SkFont::getSize\28\29\20const -9882:SkFont::getScaleX\28\29\20const -9883:SkFont*\20emscripten::internal::operator_new\2c\20float\2c\20float\2c\20float>\28sk_sp&&\2c\20float&&\2c\20float&&\2c\20float&&\29 -9884:SkFont*\20emscripten::internal::operator_new\2c\20float>\28sk_sp&&\2c\20float&&\29 -9885:SkFont*\20emscripten::internal::operator_new>\28sk_sp&&\29 -9886:SkFont*\20emscripten::internal::operator_new\28\29 -9887:SkFILEStream::~SkFILEStream\28\29_4255 -9888:SkFILEStream::~SkFILEStream\28\29 -9889:SkFILEStream::seek\28unsigned\20long\29 -9890:SkFILEStream::rewind\28\29 -9891:SkFILEStream::read\28void*\2c\20unsigned\20long\29 -9892:SkFILEStream::onFork\28\29\20const -9893:SkFILEStream::onDuplicate\28\29\20const -9894:SkFILEStream::move\28long\29 -9895:SkFILEStream::isAtEnd\28\29\20const -9896:SkFILEStream::getPosition\28\29\20const -9897:SkFILEStream::getLength\28\29\20const -9898:SkEncoder::~SkEncoder\28\29 -9899:SkEmptyShader::getTypeName\28\29\20const -9900:SkEmptyPicture::~SkEmptyPicture\28\29 -9901:SkEmptyPicture::cullRect\28\29\20const -9902:SkEmptyPicture::approximateBytesUsed\28\29\20const -9903:SkEmptyFontMgr::onMatchFamily\28char\20const*\29\20const -9904:SkEdgeBuilder::~SkEdgeBuilder\28\29 -9905:SkEdgeBuilder::build\28SkPath\20const&\2c\20SkIRect\20const*\2c\20bool\29::$_0::__invoke\28SkEdgeClipper*\2c\20bool\2c\20void*\29 -9906:SkDynamicMemoryWStream::~SkDynamicMemoryWStream\28\29_4285 -9907:SkDrawable::onMakePictureSnapshot\28\29 -9908:SkDrawBase::~SkDrawBase\28\29 -9909:SkDraw::paintMasks\28SkZip\2c\20SkPaint\20const&\29\20const -9910:SkDiscretePathEffectImpl::onFilterPath\28SkPathBuilder*\2c\20SkPath\20const&\2c\20SkStrokeRec*\2c\20SkRect\20const*\2c\20SkMatrix\20const&\29\20const -9911:SkDiscretePathEffectImpl::getTypeName\28\29\20const -9912:SkDiscretePathEffectImpl::getFactory\28\29\20const -9913:SkDiscretePathEffectImpl::computeFastBounds\28SkRect*\29\20const -9914:SkDiscretePathEffectImpl::CreateProc\28SkReadBuffer&\29 -9915:SkDevice::~SkDevice\28\29 -9916:SkDevice::strikeDeviceInfo\28\29\20const -9917:SkDevice::drawSlug\28SkCanvas*\2c\20sktext::gpu::Slug\20const*\2c\20SkPaint\20const&\29 -9918:SkDevice::drawRegion\28SkRegion\20const&\2c\20SkPaint\20const&\29 -9919:SkDevice::drawPatch\28SkPoint\20const*\2c\20unsigned\20int\20const*\2c\20SkPoint\20const*\2c\20sk_sp\2c\20SkPaint\20const&\29 -9920:SkDevice::drawImageLattice\28SkImage\20const*\2c\20SkCanvas::Lattice\20const&\2c\20SkRect\20const&\2c\20SkFilterMode\2c\20SkPaint\20const&\29 -9921:SkDevice::drawEdgeAAQuad\28SkRect\20const&\2c\20SkPoint\20const*\2c\20SkCanvas::QuadAAFlags\2c\20SkRGBA4f<\28SkAlphaType\293>\20const&\2c\20SkBlendMode\29 -9922:SkDevice::drawEdgeAAImageSet\28SkCanvas::ImageSetEntry\20const*\2c\20int\2c\20SkPoint\20const*\2c\20SkMatrix\20const*\2c\20SkSamplingOptions\20const&\2c\20SkPaint\20const&\2c\20SkCanvas::SrcRectConstraint\29 -9923:SkDevice::drawDRRect\28SkRRect\20const&\2c\20SkRRect\20const&\2c\20SkPaint\20const&\29 -9924:SkDevice::drawCoverageMask\28SkSpecialImage\20const*\2c\20SkMatrix\20const&\2c\20SkSamplingOptions\20const&\2c\20SkPaint\20const&\29 -9925:SkDevice::drawBlurredRRect\28SkRRect\20const&\2c\20SkPaint\20const&\2c\20float\29 -9926:SkDevice::drawAtlas\28SkSpan\2c\20SkSpan\2c\20SkSpan\2c\20sk_sp\2c\20SkPaint\20const&\29 -9927:SkDevice::drawAsTiledImageRect\28SkCanvas*\2c\20SkImage\20const*\2c\20SkRect\20const*\2c\20SkRect\20const&\2c\20SkSamplingOptions\20const&\2c\20SkPaint\20const&\2c\20SkCanvas::SrcRectConstraint\29 -9928:SkDevice::createImageFilteringBackend\28SkSurfaceProps\20const&\2c\20SkColorType\29\20const -9929:SkData::shareSubset\28unsigned\20long\2c\20unsigned\20long\29::$_0::__invoke\28void\20const*\2c\20void*\29 -9930:SkDashImpl::~SkDashImpl\28\29_5239 -9931:SkDashImpl::~SkDashImpl\28\29 -9932:SkDashImpl::onFilterPath\28SkPathBuilder*\2c\20SkPath\20const&\2c\20SkStrokeRec*\2c\20SkRect\20const*\2c\20SkMatrix\20const&\29\20const -9933:SkDashImpl::onAsPoints\28SkPathEffectBase::PointData*\2c\20SkPath\20const&\2c\20SkStrokeRec\20const&\2c\20SkMatrix\20const&\2c\20SkRect\20const*\29\20const -9934:SkDashImpl::getTypeName\28\29\20const -9935:SkDashImpl::flatten\28SkWriteBuffer&\29\20const -9936:SkDashImpl::asADash\28\29\20const -9937:SkCustomTypefaceBuilder::MakeFromStream\28std::__2::unique_ptr>\2c\20SkFontArguments\20const&\29 -9938:SkCornerPathEffectImpl::onFilterPath\28SkPathBuilder*\2c\20SkPath\20const&\2c\20SkStrokeRec*\2c\20SkRect\20const*\2c\20SkMatrix\20const&\29\20const -9939:SkCornerPathEffectImpl::getTypeName\28\29\20const -9940:SkCornerPathEffectImpl::getFactory\28\29\20const -9941:SkCornerPathEffectImpl::flatten\28SkWriteBuffer&\29\20const -9942:SkCornerPathEffectImpl::CreateProc\28SkReadBuffer&\29 -9943:SkCornerPathEffect::Make\28float\29 -9944:SkContourMeasureIter*\20emscripten::internal::operator_new\28SkPath\20const&\2c\20bool&&\2c\20float&&\29 -9945:SkContourMeasure::~SkContourMeasure\28\29_1912 -9946:SkContourMeasure::~SkContourMeasure\28\29 -9947:SkContourMeasure::isClosed\28\29\20const -9948:SkConicalGradient::getTypeName\28\29\20const -9949:SkConicalGradient::flatten\28SkWriteBuffer&\29\20const -9950:SkConicalGradient::asGradient\28SkShaderBase::GradientInfo*\2c\20SkMatrix*\29\20const -9951:SkConicalGradient::appendGradientStages\28SkArenaAlloc*\2c\20SkRasterPipeline*\2c\20SkRasterPipeline*\29\20const -9952:SkComposePathEffect::~SkComposePathEffect\28\29 -9953:SkComposePathEffect::onFilterPath\28SkPathBuilder*\2c\20SkPath\20const&\2c\20SkStrokeRec*\2c\20SkRect\20const*\2c\20SkMatrix\20const&\29\20const -9954:SkComposePathEffect::getTypeName\28\29\20const -9955:SkComposePathEffect::computeFastBounds\28SkRect*\29\20const -9956:SkComposeColorFilter::onIsAlphaUnchanged\28\29\20const -9957:SkComposeColorFilter::getTypeName\28\29\20const -9958:SkComposeColorFilter::appendStages\28SkStageRec\20const&\2c\20bool\29\20const -9959:SkColorSpaceXformColorFilter::~SkColorSpaceXformColorFilter\28\29_5346 -9960:SkColorSpaceXformColorFilter::~SkColorSpaceXformColorFilter\28\29 -9961:SkColorSpaceXformColorFilter::getTypeName\28\29\20const -9962:SkColorSpaceXformColorFilter::flatten\28SkWriteBuffer&\29\20const -9963:SkColorSpaceXformColorFilter::appendStages\28SkStageRec\20const&\2c\20bool\29\20const -9964:SkColorShader::onAsLuminanceColor\28SkRGBA4f<\28SkAlphaType\293>*\29\20const -9965:SkColorShader::isOpaque\28\29\20const -9966:SkColorShader::isConstant\28SkRGBA4f<\28SkAlphaType\293>*\29\20const -9967:SkColorShader::getTypeName\28\29\20const -9968:SkColorShader::flatten\28SkWriteBuffer&\29\20const -9969:SkColorShader::appendStages\28SkStageRec\20const&\2c\20SkShaders::MatrixRec\20const&\29\20const -9970:SkColorPalette::~SkColorPalette\28\29_5579 -9971:SkColorPalette::~SkColorPalette\28\29 -9972:SkColorFilters::SRGBToLinearGamma\28\29 -9973:SkColorFilters::LinearToSRGBGamma\28\29 -9974:SkColorFilters::Lerp\28float\2c\20sk_sp\2c\20sk_sp\29 -9975:SkColorFilters::Compose\28sk_sp\20const&\2c\20sk_sp\29 -9976:SkColorFilterShader::~SkColorFilterShader\28\29_4870 -9977:SkColorFilterShader::~SkColorFilterShader\28\29 -9978:SkColorFilterShader::isOpaque\28\29\20const -9979:SkColorFilterShader::getTypeName\28\29\20const -9980:SkColorFilterShader::appendStages\28SkStageRec\20const&\2c\20SkShaders::MatrixRec\20const&\29\20const -9981:SkColorFilterBase::onFilterColor4f\28SkRGBA4f<\28SkAlphaType\292>\20const&\2c\20SkColorSpace*\29\20const -9982:SkCodecPriv::PremultiplyARGBasRGBA\28unsigned\20int\2c\20unsigned\20int\2c\20unsigned\20int\2c\20unsigned\20int\29 -9983:SkCodecPriv::PremultiplyARGBasBGRA\28unsigned\20int\2c\20unsigned\20int\2c\20unsigned\20int\2c\20unsigned\20int\29 -9984:SkCodecImageGenerator::~SkCodecImageGenerator\28\29_5576 -9985:SkCodecImageGenerator::~SkCodecImageGenerator\28\29 -9986:SkCodecImageGenerator::onRefEncodedData\28\29 -9987:SkCodecImageGenerator::onQueryYUVAInfo\28SkYUVAPixmapInfo::SupportedDataTypes\20const&\2c\20SkYUVAPixmapInfo*\29\20const -9988:SkCodecImageGenerator::onGetYUVAPlanes\28SkYUVAPixmaps\20const&\29 -9989:SkCodecImageGenerator::onGetPixels\28SkImageInfo\20const&\2c\20void*\2c\20unsigned\20long\2c\20SkImageGenerator::Options\20const&\29 -9990:SkCodec::onStartScanlineDecode\28SkImageInfo\20const&\2c\20SkCodec::Options\20const&\29 -9991:SkCodec::onStartIncrementalDecode\28SkImageInfo\20const&\2c\20void*\2c\20unsigned\20long\2c\20SkCodec::Options\20const&\29 -9992:SkCodec::onOutputScanline\28int\29\20const -9993:SkCodec::onGetScaledDimensions\28float\29\20const -9994:SkCodec::getEncodedData\28\29\20const -9995:SkCodec::conversionSupported\28SkImageInfo\20const&\2c\20bool\2c\20bool\29 -9996:SkCanvas::rotate\28float\2c\20float\2c\20float\29 -9997:SkCanvas::recordingContext\28\29\20const -9998:SkCanvas::recorder\28\29\20const -9999:SkCanvas::onPeekPixels\28SkPixmap*\29 -10000:SkCanvas::onNewSurface\28SkImageInfo\20const&\2c\20SkSurfaceProps\20const&\29 -10001:SkCanvas::onImageInfo\28\29\20const -10002:SkCanvas::onGetProps\28SkSurfaceProps*\2c\20bool\29\20const -10003:SkCanvas::onDrawVerticesObject\28SkVertices\20const*\2c\20SkBlendMode\2c\20SkPaint\20const&\29 -10004:SkCanvas::onDrawTextBlob\28SkTextBlob\20const*\2c\20float\2c\20float\2c\20SkPaint\20const&\29 -10005:SkCanvas::onDrawSlug\28sktext::gpu::Slug\20const*\2c\20SkPaint\20const&\29 -10006:SkCanvas::onDrawShadowRec\28SkPath\20const&\2c\20SkDrawShadowRec\20const&\29 -10007:SkCanvas::onDrawRegion\28SkRegion\20const&\2c\20SkPaint\20const&\29 -10008:SkCanvas::onDrawRect\28SkRect\20const&\2c\20SkPaint\20const&\29 -10009:SkCanvas::onDrawRRect\28SkRRect\20const&\2c\20SkPaint\20const&\29 -10010:SkCanvas::onDrawPoints\28SkCanvas::PointMode\2c\20unsigned\20long\2c\20SkPoint\20const*\2c\20SkPaint\20const&\29 -10011:SkCanvas::onDrawPicture\28SkPicture\20const*\2c\20SkMatrix\20const*\2c\20SkPaint\20const*\29 -10012:SkCanvas::onDrawPath\28SkPath\20const&\2c\20SkPaint\20const&\29 -10013:SkCanvas::onDrawPatch\28SkPoint\20const*\2c\20unsigned\20int\20const*\2c\20SkPoint\20const*\2c\20SkBlendMode\2c\20SkPaint\20const&\29 -10014:SkCanvas::onDrawPaint\28SkPaint\20const&\29 -10015:SkCanvas::onDrawOval\28SkRect\20const&\2c\20SkPaint\20const&\29 -10016:SkCanvas::onDrawMesh\28SkMesh\20const&\2c\20sk_sp\2c\20SkPaint\20const&\29 -10017:SkCanvas::onDrawImageRect2\28SkImage\20const*\2c\20SkRect\20const&\2c\20SkRect\20const&\2c\20SkSamplingOptions\20const&\2c\20SkPaint\20const*\2c\20SkCanvas::SrcRectConstraint\29 -10018:SkCanvas::onDrawImageLattice2\28SkImage\20const*\2c\20SkCanvas::Lattice\20const&\2c\20SkRect\20const&\2c\20SkFilterMode\2c\20SkPaint\20const*\29 -10019:SkCanvas::onDrawImage2\28SkImage\20const*\2c\20float\2c\20float\2c\20SkSamplingOptions\20const&\2c\20SkPaint\20const*\29 -10020:SkCanvas::onDrawGlyphRunList\28sktext::GlyphRunList\20const&\2c\20SkPaint\20const&\29 -10021:SkCanvas::onDrawEdgeAAQuad\28SkRect\20const&\2c\20SkPoint\20const*\2c\20SkCanvas::QuadAAFlags\2c\20SkRGBA4f<\28SkAlphaType\293>\20const&\2c\20SkBlendMode\29 -10022:SkCanvas::onDrawEdgeAAImageSet2\28SkCanvas::ImageSetEntry\20const*\2c\20int\2c\20SkPoint\20const*\2c\20SkMatrix\20const*\2c\20SkSamplingOptions\20const&\2c\20SkPaint\20const*\2c\20SkCanvas::SrcRectConstraint\29 -10023:SkCanvas::onDrawDrawable\28SkDrawable*\2c\20SkMatrix\20const*\29 -10024:SkCanvas::onDrawDRRect\28SkRRect\20const&\2c\20SkRRect\20const&\2c\20SkPaint\20const&\29 -10025:SkCanvas::onDrawBehind\28SkPaint\20const&\29 -10026:SkCanvas::onDrawAtlas2\28SkImage\20const*\2c\20SkRSXform\20const*\2c\20SkRect\20const*\2c\20unsigned\20int\20const*\2c\20int\2c\20SkBlendMode\2c\20SkSamplingOptions\20const&\2c\20SkRect\20const*\2c\20SkPaint\20const*\29 -10027:SkCanvas::onDrawArc\28SkRect\20const&\2c\20float\2c\20float\2c\20bool\2c\20SkPaint\20const&\29 -10028:SkCanvas::onDrawAnnotation\28SkRect\20const&\2c\20char\20const*\2c\20SkData*\29 -10029:SkCanvas::onDiscard\28\29 -10030:SkCanvas::onConvertGlyphRunListToSlug\28sktext::GlyphRunList\20const&\2c\20SkPaint\20const&\29 -10031:SkCanvas::onAccessTopLayerPixels\28SkPixmap*\29 -10032:SkCanvas::isClipRect\28\29\20const -10033:SkCanvas::isClipEmpty\28\29\20const -10034:SkCanvas::getSaveCount\28\29\20const -10035:SkCanvas::getBaseLayerSize\28\29\20const -10036:SkCanvas::drawTextBlob\28sk_sp\20const&\2c\20float\2c\20float\2c\20SkPaint\20const&\29 -10037:SkCanvas::drawPicture\28sk_sp\20const&\29 -10038:SkCanvas::drawCircle\28float\2c\20float\2c\20float\2c\20SkPaint\20const&\29 -10039:SkCanvas::baseRecorder\28\29\20const -10040:SkCanvas*\20emscripten::internal::operator_new\28float&&\2c\20float&&\29 -10041:SkCanvas*\20emscripten::internal::operator_new\28\29 -10042:SkCachedData::~SkCachedData\28\29_1642 -10043:SkCTMShader::~SkCTMShader\28\29 -10044:SkCTMShader::isConstant\28SkRGBA4f<\28SkAlphaType\293>*\29\20const -10045:SkCTMShader::getTypeName\28\29\20const -10046:SkCTMShader::asGradient\28SkShaderBase::GradientInfo*\2c\20SkMatrix*\29\20const -10047:SkCTMShader::appendStages\28SkStageRec\20const&\2c\20SkShaders::MatrixRec\20const&\29\20const -10048:SkBreakIterator_client::~SkBreakIterator_client\28\29_8187 -10049:SkBreakIterator_client::~SkBreakIterator_client\28\29 -10050:SkBreakIterator_client::status\28\29 -10051:SkBreakIterator_client::setText\28char\20const*\2c\20int\29 -10052:SkBreakIterator_client::setText\28char16_t\20const*\2c\20int\29 -10053:SkBreakIterator_client::next\28\29 -10054:SkBreakIterator_client::isDone\28\29 -10055:SkBreakIterator_client::first\28\29 -10056:SkBreakIterator_client::current\28\29 -10057:SkBmpStandardCodec::~SkBmpStandardCodec\28\29_5749 -10058:SkBmpStandardCodec::~SkBmpStandardCodec\28\29 -10059:SkBmpStandardCodec::onPrepareToDecode\28SkImageInfo\20const&\2c\20SkCodec::Options\20const&\29 -10060:SkBmpStandardCodec::onInIco\28\29\20const -10061:SkBmpStandardCodec::getSampler\28bool\29 -10062:SkBmpStandardCodec::decodeRows\28SkImageInfo\20const&\2c\20void*\2c\20unsigned\20long\2c\20SkCodec::Options\20const&\29 -10063:SkBmpRLESampler::onSetSampleX\28int\29 -10064:SkBmpRLESampler::fillWidth\28\29\20const -10065:SkBmpRLECodec::~SkBmpRLECodec\28\29_5733 -10066:SkBmpRLECodec::~SkBmpRLECodec\28\29 -10067:SkBmpRLECodec::skipRows\28int\29 -10068:SkBmpRLECodec::onPrepareToDecode\28SkImageInfo\20const&\2c\20SkCodec::Options\20const&\29 -10069:SkBmpRLECodec::onGetPixels\28SkImageInfo\20const&\2c\20void*\2c\20unsigned\20long\2c\20SkCodec::Options\20const&\2c\20int*\29 -10070:SkBmpRLECodec::getSampler\28bool\29 -10071:SkBmpRLECodec::decodeRows\28SkImageInfo\20const&\2c\20void*\2c\20unsigned\20long\2c\20SkCodec::Options\20const&\29 -10072:SkBmpMaskCodec::~SkBmpMaskCodec\28\29_5718 -10073:SkBmpMaskCodec::~SkBmpMaskCodec\28\29 -10074:SkBmpMaskCodec::onPrepareToDecode\28SkImageInfo\20const&\2c\20SkCodec::Options\20const&\29 -10075:SkBmpMaskCodec::getSampler\28bool\29 -10076:SkBmpMaskCodec::decodeRows\28SkImageInfo\20const&\2c\20void*\2c\20unsigned\20long\2c\20SkCodec::Options\20const&\29 -10077:SkBmpDecoder::Decode\28std::__2::unique_ptr>\2c\20SkCodec::Result*\2c\20void*\29 -10078:SkBmpCodec::~SkBmpCodec\28\29 -10079:SkBmpCodec::skipRows\28int\29 -10080:SkBmpCodec::onSkipScanlines\28int\29 -10081:SkBmpCodec::onRewind\28\29 -10082:SkBmpCodec::onGetScanlines\28void*\2c\20int\2c\20unsigned\20long\29 -10083:SkBmpCodec::onGetScanlineOrder\28\29\20const -10084:SkBlurMaskFilterImpl::getTypeName\28\29\20const -10085:SkBlurMaskFilterImpl::flatten\28SkWriteBuffer&\29\20const -10086:SkBlurMaskFilterImpl::filterRectsToNine\28SkSpan\2c\20SkMatrix\20const&\2c\20SkIRect\20const&\2c\20std::__2::optional*\2c\20SkResourceCache*\29\20const -10087:SkBlurMaskFilterImpl::filterRRectToNine\28SkRRect\20const&\2c\20SkMatrix\20const&\2c\20SkIRect\20const&\2c\20SkResourceCache*\29\20const -10088:SkBlurMaskFilterImpl::filterMask\28SkMaskBuilder*\2c\20SkMask\20const&\2c\20SkMatrix\20const&\2c\20SkIPoint*\29\20const -10089:SkBlurMaskFilterImpl::computeFastBounds\28SkRect\20const&\2c\20SkRect*\29\20const -10090:SkBlurMaskFilterImpl::asImageFilter\28SkMatrix\20const&\2c\20SkPaint\20const&\29\20const -10091:SkBlurMaskFilterImpl::asABlur\28SkMaskFilterBase::BlurRec*\29\20const -10092:SkBlockMemoryStream::~SkBlockMemoryStream\28\29_4311 -10093:SkBlockMemoryStream::~SkBlockMemoryStream\28\29 -10094:SkBlockMemoryStream::seek\28unsigned\20long\29 -10095:SkBlockMemoryStream::rewind\28\29 -10096:SkBlockMemoryStream::read\28void*\2c\20unsigned\20long\29 -10097:SkBlockMemoryStream::peek\28void*\2c\20unsigned\20long\29\20const -10098:SkBlockMemoryStream::onFork\28\29\20const -10099:SkBlockMemoryStream::onDuplicate\28\29\20const -10100:SkBlockMemoryStream::move\28long\29 -10101:SkBlockMemoryStream::isAtEnd\28\29\20const -10102:SkBlockMemoryStream::getMemoryBase\28\29 -10103:SkBlockMemoryRefCnt::~SkBlockMemoryRefCnt\28\29_4309 -10104:SkBlockMemoryRefCnt::~SkBlockMemoryRefCnt\28\29 -10105:SkBlitter::canDirectBlit\28\29 -10106:SkBlitter::blitRect\28int\2c\20int\2c\20int\2c\20int\29 -10107:SkBlitter::blitAntiV2\28int\2c\20int\2c\20unsigned\20int\2c\20unsigned\20int\29 -10108:SkBlitter::blitAntiRect\28int\2c\20int\2c\20int\2c\20int\2c\20unsigned\20char\2c\20unsigned\20char\29 -10109:SkBlitter::blitAntiH2\28int\2c\20int\2c\20unsigned\20int\2c\20unsigned\20int\29 -10110:SkBlitter::allocBlitMemory\28unsigned\20long\29 -10111:SkBlendShader::getTypeName\28\29\20const -10112:SkBlendShader::flatten\28SkWriteBuffer&\29\20const -10113:SkBlendShader::appendStages\28SkStageRec\20const&\2c\20SkShaders::MatrixRec\20const&\29\20const -10114:SkBlendModeColorFilter::onIsAlphaUnchanged\28\29\20const -10115:SkBlendModeColorFilter::onAsAColorMode\28unsigned\20int*\2c\20SkBlendMode*\29\20const -10116:SkBlendModeColorFilter::getTypeName\28\29\20const -10117:SkBlendModeColorFilter::flatten\28SkWriteBuffer&\29\20const -10118:SkBlendModeColorFilter::appendStages\28SkStageRec\20const&\2c\20bool\29\20const -10119:SkBlendModeBlender::onAppendStages\28SkStageRec\20const&\29\20const -10120:SkBlendModeBlender::getTypeName\28\29\20const -10121:SkBlendModeBlender::flatten\28SkWriteBuffer&\29\20const -10122:SkBlendModeBlender::asBlendMode\28\29\20const -10123:SkBitmapDevice::~SkBitmapDevice\28\29_1391 -10124:SkBitmapDevice::~SkBitmapDevice\28\29 -10125:SkBitmapDevice::snapSpecial\28SkIRect\20const&\2c\20bool\29 -10126:SkBitmapDevice::setImmutable\28\29 -10127:SkBitmapDevice::replaceClip\28SkIRect\20const&\29 -10128:SkBitmapDevice::pushClipStack\28\29 -10129:SkBitmapDevice::popClipStack\28\29 -10130:SkBitmapDevice::onWritePixels\28SkPixmap\20const&\2c\20int\2c\20int\29 -10131:SkBitmapDevice::onReadPixels\28SkPixmap\20const&\2c\20int\2c\20int\29 -10132:SkBitmapDevice::onPeekPixels\28SkPixmap*\29 -10133:SkBitmapDevice::onDrawGlyphRunList\28SkCanvas*\2c\20sktext::GlyphRunList\20const&\2c\20SkPaint\20const&\29 -10134:SkBitmapDevice::onClipShader\28sk_sp\29 -10135:SkBitmapDevice::onAccessPixels\28SkPixmap*\29 -10136:SkBitmapDevice::makeSurface\28SkImageInfo\20const&\2c\20SkSurfaceProps\20const&\29 -10137:SkBitmapDevice::isClipWideOpen\28\29\20const -10138:SkBitmapDevice::isClipRect\28\29\20const -10139:SkBitmapDevice::isClipEmpty\28\29\20const -10140:SkBitmapDevice::isClipAntiAliased\28\29\20const -10141:SkBitmapDevice::drawVertices\28SkVertices\20const*\2c\20sk_sp\2c\20SkPaint\20const&\2c\20bool\29 -10142:SkBitmapDevice::drawSpecial\28SkSpecialImage*\2c\20SkMatrix\20const&\2c\20SkSamplingOptions\20const&\2c\20SkPaint\20const&\2c\20SkCanvas::SrcRectConstraint\29 -10143:SkBitmapDevice::drawRRect\28SkRRect\20const&\2c\20SkPaint\20const&\29 -10144:SkBitmapDevice::drawPoints\28SkCanvas::PointMode\2c\20SkSpan\2c\20SkPaint\20const&\29 -10145:SkBitmapDevice::drawPaint\28SkPaint\20const&\29 -10146:SkBitmapDevice::drawOval\28SkRect\20const&\2c\20SkPaint\20const&\29 -10147:SkBitmapDevice::drawImageRect\28SkImage\20const*\2c\20SkRect\20const*\2c\20SkRect\20const&\2c\20SkSamplingOptions\20const&\2c\20SkPaint\20const&\2c\20SkCanvas::SrcRectConstraint\29 -10148:SkBitmapDevice::drawCoverageMask\28SkSpecialImage\20const*\2c\20SkMatrix\20const&\2c\20SkSamplingOptions\20const&\2c\20SkPaint\20const&\29 -10149:SkBitmapDevice::drawBlurredRRect\28SkRRect\20const&\2c\20SkPaint\20const&\2c\20float\29 -10150:SkBitmapDevice::drawAtlas\28SkSpan\2c\20SkSpan\2c\20SkSpan\2c\20sk_sp\2c\20SkPaint\20const&\29 -10151:SkBitmapDevice::devClipBounds\28\29\20const -10152:SkBitmapDevice::createDevice\28SkDevice::CreateInfo\20const&\2c\20SkPaint\20const*\29 -10153:SkBitmapDevice::clipRegion\28SkRegion\20const&\2c\20SkClipOp\29 -10154:SkBitmapDevice::clipRect\28SkRect\20const&\2c\20SkClipOp\2c\20bool\29 -10155:SkBitmapDevice::clipRRect\28SkRRect\20const&\2c\20SkClipOp\2c\20bool\29 -10156:SkBitmapDevice::clipPath\28SkPath\20const&\2c\20SkClipOp\2c\20bool\29 -10157:SkBitmapDevice::baseRecorder\28\29\20const -10158:SkBitmapDevice::android_utils_clipAsRgn\28SkRegion*\29\20const -10159:SkBitmapDevice::SkBitmapDevice\28SkBitmap\20const&\2c\20SkSurfaceProps\20const&\2c\20void*\29 -10160:SkBitmapCache::Rec::~Rec\28\29_1323 -10161:SkBitmapCache::Rec::~Rec\28\29 -10162:SkBitmapCache::Rec::postAddInstall\28void*\29 -10163:SkBitmapCache::Rec::getCategory\28\29\20const -10164:SkBitmapCache::Rec::canBePurged\28\29 -10165:SkBitmapCache::Rec::bytesUsed\28\29\20const -10166:SkBitmapCache::Rec::ReleaseProc\28void*\2c\20void*\29 -10167:SkBitmapCache::Rec::Finder\28SkResourceCache::Rec\20const&\2c\20void*\29 -10168:SkBinaryWriteBuffer::~SkBinaryWriteBuffer\28\29_4614 -10169:SkBinaryWriteBuffer::write\28SkM44\20const&\29 -10170:SkBinaryWriteBuffer::writeTypeface\28SkTypeface*\29 -10171:SkBinaryWriteBuffer::writeString\28std::__2::basic_string_view>\29 -10172:SkBinaryWriteBuffer::writeStream\28SkStream*\2c\20unsigned\20long\29 -10173:SkBinaryWriteBuffer::writeScalar\28float\29 -10174:SkBinaryWriteBuffer::writeSampling\28SkSamplingOptions\20const&\29 -10175:SkBinaryWriteBuffer::writeRegion\28SkRegion\20const&\29 -10176:SkBinaryWriteBuffer::writeRect\28SkRect\20const&\29 -10177:SkBinaryWriteBuffer::writePoint\28SkPoint\20const&\29 -10178:SkBinaryWriteBuffer::writePointArray\28SkSpan\29 -10179:SkBinaryWriteBuffer::writePoint3\28SkPoint3\20const&\29 -10180:SkBinaryWriteBuffer::writePath\28SkPath\20const&\29 -10181:SkBinaryWriteBuffer::writePaint\28SkPaint\20const&\29 -10182:SkBinaryWriteBuffer::writePad32\28void\20const*\2c\20unsigned\20long\29 -10183:SkBinaryWriteBuffer::writeMatrix\28SkMatrix\20const&\29 -10184:SkBinaryWriteBuffer::writeImage\28SkImage\20const*\29 -10185:SkBinaryWriteBuffer::writeColor4fArray\28SkSpan\20const>\29 -10186:SkBigPicture::~SkBigPicture\28\29_1268 -10187:SkBigPicture::~SkBigPicture\28\29 -10188:SkBigPicture::playback\28SkCanvas*\2c\20SkPicture::AbortCallback*\29\20const -10189:SkBigPicture::cullRect\28\29\20const -10190:SkBigPicture::approximateOpCount\28bool\29\20const -10191:SkBigPicture::approximateBytesUsed\28\29\20const -10192:SkBidiSubsetFactory::errorName\28UErrorCode\29\20const -10193:SkBidiSubsetFactory::bidi_setPara\28UBiDi*\2c\20char16_t\20const*\2c\20int\2c\20unsigned\20char\2c\20unsigned\20char*\2c\20UErrorCode*\29\20const -10194:SkBidiSubsetFactory::bidi_reorderVisual\28unsigned\20char\20const*\2c\20int\2c\20int*\29\20const -10195:SkBidiSubsetFactory::bidi_openSized\28int\2c\20int\2c\20UErrorCode*\29\20const -10196:SkBidiSubsetFactory::bidi_getLevelAt\28UBiDi\20const*\2c\20int\29\20const -10197:SkBidiSubsetFactory::bidi_getLength\28UBiDi\20const*\29\20const -10198:SkBidiSubsetFactory::bidi_getDirection\28UBiDi\20const*\29\20const -10199:SkBidiSubsetFactory::bidi_close_callback\28\29\20const -10200:SkBezierCubic::Subdivide\28double\20const*\2c\20double\2c\20double*\29 -10201:SkBasicEdgeBuilder::addQuad\28SkPoint\20const*\29 -10202:SkBasicEdgeBuilder::addLine\28SkPoint\20const*\29 -10203:SkBasicEdgeBuilder::addCubic\28SkPoint\20const*\29 -10204:SkBaseShadowTessellator::~SkBaseShadowTessellator\28\29 -10205:SkBBoxHierarchy::insert\28SkRect\20const*\2c\20SkBBoxHierarchy::Metadata\20const*\2c\20int\29 -10206:SkArenaAlloc::SkipPod\28char*\29 -10207:SkArenaAlloc::NextBlock\28char*\29 -10208:SkAnimatedImage::~SkAnimatedImage\28\29_7541 -10209:SkAnimatedImage::~SkAnimatedImage\28\29 -10210:SkAnimatedImage::reset\28\29 -10211:SkAnimatedImage::onGetBounds\28\29 -10212:SkAnimatedImage::onDraw\28SkCanvas*\29 -10213:SkAnimatedImage::getRepetitionCount\28\29\20const -10214:SkAnimatedImage::getCurrentFrame\28\29 -10215:SkAnimatedImage::currentFrameDuration\28\29 -10216:SkAndroidCodecAdapter::onGetSupportedSubset\28SkIRect*\29\20const -10217:SkAndroidCodecAdapter::onGetSampledDimensions\28int\29\20const -10218:SkAndroidCodecAdapter::onGetAndroidPixels\28SkImageInfo\20const&\2c\20void*\2c\20unsigned\20long\2c\20SkAndroidCodec::AndroidOptions\20const&\29 -10219:SkAnalyticEdgeBuilder::allocEdges\28unsigned\20long\2c\20unsigned\20long*\29 -10220:SkAnalyticEdgeBuilder::addQuad\28SkPoint\20const*\29 -10221:SkAnalyticEdgeBuilder::addPolyLine\28SkPoint\20const*\2c\20char*\2c\20char**\29 -10222:SkAnalyticEdgeBuilder::addLine\28SkPoint\20const*\29 -10223:SkAnalyticEdgeBuilder::addCubic\28SkPoint\20const*\29 -10224:SkAAClipBlitter::~SkAAClipBlitter\28\29_1221 -10225:SkAAClipBlitter::blitV\28int\2c\20int\2c\20int\2c\20unsigned\20char\29 -10226:SkAAClipBlitter::blitRect\28int\2c\20int\2c\20int\2c\20int\29 -10227:SkAAClipBlitter::blitMask\28SkMask\20const&\2c\20SkIRect\20const&\29 -10228:SkAAClipBlitter::blitH\28int\2c\20int\2c\20int\29 -10229:SkAAClipBlitter::blitAntiH\28int\2c\20int\2c\20unsigned\20char\20const*\2c\20short\20const*\29 -10230:SkAAClip::Builder::operateY\28SkAAClip\20const&\2c\20SkAAClip\20const&\2c\20SkClipOp\29::$_1::__invoke\28unsigned\20int\2c\20unsigned\20int\29 -10231:SkAAClip::Builder::operateY\28SkAAClip\20const&\2c\20SkAAClip\20const&\2c\20SkClipOp\29::$_0::__invoke\28unsigned\20int\2c\20unsigned\20int\29 -10232:SkAAClip::Builder::Blitter::blitV\28int\2c\20int\2c\20int\2c\20unsigned\20char\29 -10233:SkAAClip::Builder::Blitter::blitRect\28int\2c\20int\2c\20int\2c\20int\29 -10234:SkAAClip::Builder::Blitter::blitMask\28SkMask\20const&\2c\20SkIRect\20const&\29 -10235:SkAAClip::Builder::Blitter::blitH\28int\2c\20int\2c\20int\29 -10236:SkAAClip::Builder::Blitter::blitAntiRect\28int\2c\20int\2c\20int\2c\20int\2c\20unsigned\20char\2c\20unsigned\20char\29 -10237:SkA8_Coverage_Blitter::~SkA8_Coverage_Blitter\28\29_1491 -10238:SkA8_Coverage_Blitter::~SkA8_Coverage_Blitter\28\29 -10239:SkA8_Coverage_Blitter::blitV\28int\2c\20int\2c\20int\2c\20unsigned\20char\29 -10240:SkA8_Coverage_Blitter::blitRect\28int\2c\20int\2c\20int\2c\20int\29 -10241:SkA8_Coverage_Blitter::blitMask\28SkMask\20const&\2c\20SkIRect\20const&\29 -10242:SkA8_Coverage_Blitter::blitH\28int\2c\20int\2c\20int\29 -10243:SkA8_Coverage_Blitter::blitAntiH\28int\2c\20int\2c\20unsigned\20char\20const*\2c\20short\20const*\29 -10244:SkA8_Blitter::~SkA8_Blitter\28\29_1493 -10245:SkA8_Blitter::~SkA8_Blitter\28\29 -10246:SkA8_Blitter::blitV\28int\2c\20int\2c\20int\2c\20unsigned\20char\29 -10247:SkA8_Blitter::blitRect\28int\2c\20int\2c\20int\2c\20int\29 -10248:SkA8_Blitter::blitMask\28SkMask\20const&\2c\20SkIRect\20const&\29 -10249:SkA8_Blitter::blitH\28int\2c\20int\2c\20int\29 -10250:SkA8_Blitter::blitAntiH\28int\2c\20int\2c\20unsigned\20char\20const*\2c\20short\20const*\29 -10251:SkA8Blitter_Choose\28SkPixmap\20const&\2c\20SkMatrix\20const&\2c\20SkPaint\20const&\2c\20SkArenaAlloc*\2c\20SkDrawCoverage\2c\20sk_sp\2c\20SkSurfaceProps\20const&\29 -10252:Sk2DPathEffect::nextSpan\28int\2c\20int\2c\20int\2c\20SkPathBuilder*\29\20const -10253:Sk2DPathEffect::flatten\28SkWriteBuffer&\29\20const -10254:SimpleVFilter16i_C -10255:SimpleVFilter16_C -10256:SimpleTextStyle*\20emscripten::internal::raw_constructor\28\29 -10257:SimpleTextStyle*\20emscripten::internal::MemberAccess::getWire\28SimpleTextStyle\20SimpleParagraphStyle::*\20const&\2c\20SimpleParagraphStyle&\29 -10258:SimpleStrutStyle*\20emscripten::internal::raw_constructor\28\29 -10259:SimpleStrutStyle*\20emscripten::internal::MemberAccess::getWire\28SimpleStrutStyle\20SimpleParagraphStyle::*\20const&\2c\20SimpleParagraphStyle&\29 -10260:SimpleParagraphStyle*\20emscripten::internal::raw_constructor\28\29 -10261:SimpleHFilter16i_C -10262:SimpleHFilter16_C -10263:SimpleFontStyle*\20emscripten::internal::raw_constructor\28\29 -10264:ShaderPDXferProcessor::onAddToKey\28GrShaderCaps\20const&\2c\20skgpu::KeyBuilder*\29\20const -10265:ShaderPDXferProcessor::name\28\29\20const -10266:ShaderPDXferProcessor::makeProgramImpl\28\29\20const -10267:SafeRLEAdditiveBlitter::blitAntiH\28int\2c\20int\2c\20unsigned\20char\29 -10268:SafeRLEAdditiveBlitter::blitAntiH\28int\2c\20int\2c\20unsigned\20char\20const*\2c\20int\29 -10269:SafeRLEAdditiveBlitter::blitAntiH\28int\2c\20int\2c\20int\2c\20unsigned\20char\29 -10270:RuntimeEffectUniform*\20emscripten::internal::raw_constructor\28\29 -10271:RuntimeEffectRPCallbacks::toLinearSrgb\28void\20const*\29 -10272:RuntimeEffectRPCallbacks::fromLinearSrgb\28void\20const*\29 -10273:RuntimeEffectRPCallbacks::appendShader\28int\29 -10274:RuntimeEffectRPCallbacks::appendColorFilter\28int\29 -10275:RuntimeEffectRPCallbacks::appendBlender\28int\29 -10276:RunBasedAdditiveBlitter::~RunBasedAdditiveBlitter\28\29 -10277:RunBasedAdditiveBlitter::getRealBlitter\28bool\29 -10278:RunBasedAdditiveBlitter::flush_if_y_changed\28int\2c\20int\29 -10279:RunBasedAdditiveBlitter::blitAntiH\28int\2c\20int\2c\20unsigned\20char\29 -10280:RunBasedAdditiveBlitter::blitAntiH\28int\2c\20int\2c\20unsigned\20char\20const*\2c\20int\29 -10281:RunBasedAdditiveBlitter::blitAntiH\28int\2c\20int\2c\20int\2c\20unsigned\20char\29 -10282:Round_Up_To_Grid -10283:Round_To_Half_Grid -10284:Round_To_Grid -10285:Round_To_Double_Grid -10286:Round_Super_45 -10287:Round_Super -10288:Round_None -10289:Round_Down_To_Grid -10290:RoundJoiner\28SkPathBuilder*\2c\20SkPathBuilder*\2c\20SkPoint\20const&\2c\20SkPoint\20const&\2c\20SkPoint\20const&\2c\20float\2c\20float\2c\20bool\2c\20bool\29 -10291:RoundCapper\28SkPathBuilder*\2c\20SkPoint\20const&\2c\20SkPoint\20const&\2c\20SkPoint\20const&\2c\20bool\29 -10292:Reset -10293:Read_CVT_Stretched -10294:Read_CVT -10295:RD4_C -10296:Project -10297:ProcessRows -10298:PredictorAdd9_C -10299:PredictorAdd8_C -10300:PredictorAdd7_C -10301:PredictorAdd6_C -10302:PredictorAdd5_C -10303:PredictorAdd4_C -10304:PredictorAdd3_C -10305:PredictorAdd2_C -10306:PredictorAdd1_C -10307:PredictorAdd13_C -10308:PredictorAdd12_C -10309:PredictorAdd11_C -10310:PredictorAdd10_C -10311:PredictorAdd0_C -10312:PrePostInverseBlitterProc\28SkBlitter*\2c\20int\2c\20bool\29 -10313:PorterDuffXferProcessor::onHasSecondaryOutput\28\29\20const -10314:PorterDuffXferProcessor::onGetBlendInfo\28skgpu::BlendInfo*\29\20const -10315:PorterDuffXferProcessor::onAddToKey\28GrShaderCaps\20const&\2c\20skgpu::KeyBuilder*\29\20const -10316:PorterDuffXferProcessor::name\28\29\20const -10317:PorterDuffXferProcessor::makeProgramImpl\28\29\20const::Impl::emitOutputsForBlendState\28GrXferProcessor::ProgramImpl::EmitArgs\20const&\29 -10318:PorterDuffXferProcessor::makeProgramImpl\28\29\20const -10319:ParseVP8X -10320:PackRGB_C -10321:PDLCDXferProcessor::onIsEqual\28GrXferProcessor\20const&\29\20const -10322:PDLCDXferProcessor::onGetBlendInfo\28skgpu::BlendInfo*\29\20const -10323:PDLCDXferProcessor::name\28\29\20const -10324:PDLCDXferProcessor::makeProgramImpl\28\29\20const::Impl::onSetData\28GrGLSLProgramDataManager\20const&\2c\20GrXferProcessor\20const&\29 -10325:PDLCDXferProcessor::makeProgramImpl\28\29\20const::Impl::emitOutputsForBlendState\28GrXferProcessor::ProgramImpl::EmitArgs\20const&\29 -10326:PDLCDXferProcessor::makeProgramImpl\28\29\20const -10327:OT::match_glyph\28hb_glyph_info_t&\2c\20unsigned\20int\2c\20void\20const*\29 -10328:OT::match_coverage\28hb_glyph_info_t&\2c\20unsigned\20int\2c\20void\20const*\29 -10329:OT::match_class_cached\28hb_glyph_info_t&\2c\20unsigned\20int\2c\20void\20const*\29 -10330:OT::match_class_cached2\28hb_glyph_info_t&\2c\20unsigned\20int\2c\20void\20const*\29 -10331:OT::match_class_cached1\28hb_glyph_info_t&\2c\20unsigned\20int\2c\20void\20const*\29 -10332:OT::match_class\28hb_glyph_info_t&\2c\20unsigned\20int\2c\20void\20const*\29 -10333:OT::hb_ot_apply_context_t::return_t\20OT::Layout::GSUB_impl::SubstLookup::dispatch_recurse_func\28OT::hb_ot_apply_context_t*\2c\20unsigned\20int\29 -10334:OT::hb_ot_apply_context_t::return_t\20OT::Layout::GPOS_impl::PosLookup::dispatch_recurse_func\28OT::hb_ot_apply_context_t*\2c\20unsigned\20int\29 -10335:OT::cff1::accelerator_t::gname_t::cmp\28void\20const*\2c\20void\20const*\29 -10336:OT::Layout::Common::RangeRecord::cmp_range\28void\20const*\2c\20void\20const*\29 -10337:OT::ColorLine::static_get_color_stops\28hb_color_line_t*\2c\20void*\2c\20unsigned\20int\2c\20unsigned\20int*\2c\20hb_color_stop_t*\2c\20void*\29 -10338:OT::ColorLine::static_get_color_stops\28hb_color_line_t*\2c\20void*\2c\20unsigned\20int\2c\20unsigned\20int*\2c\20hb_color_stop_t*\2c\20void*\29 -10339:OT::CmapSubtableFormat4::accelerator_t::get_glyph_func\28void\20const*\2c\20unsigned\20int\2c\20unsigned\20int*\29 -10340:Move_CVT_Stretched -10341:Move_CVT -10342:MiterJoiner\28SkPathBuilder*\2c\20SkPathBuilder*\2c\20SkPoint\20const&\2c\20SkPoint\20const&\2c\20SkPoint\20const&\2c\20float\2c\20float\2c\20bool\2c\20bool\29 -10343:MaskAdditiveBlitter::~MaskAdditiveBlitter\28\29_4140 -10344:MaskAdditiveBlitter::~MaskAdditiveBlitter\28\29 -10345:MaskAdditiveBlitter::getWidth\28\29 -10346:MaskAdditiveBlitter::getRealBlitter\28bool\29 -10347:MaskAdditiveBlitter::blitV\28int\2c\20int\2c\20int\2c\20unsigned\20char\29 -10348:MaskAdditiveBlitter::blitRect\28int\2c\20int\2c\20int\2c\20int\29 -10349:MaskAdditiveBlitter::blitAntiRect\28int\2c\20int\2c\20int\2c\20int\2c\20unsigned\20char\2c\20unsigned\20char\29 -10350:MaskAdditiveBlitter::blitAntiH\28int\2c\20int\2c\20unsigned\20char\29 -10351:MaskAdditiveBlitter::blitAntiH\28int\2c\20int\2c\20unsigned\20char\20const*\2c\20int\29 -10352:MaskAdditiveBlitter::blitAntiH\28int\2c\20int\2c\20int\2c\20unsigned\20char\29 -10353:MapAlpha_C -10354:MapARGB_C -10355:MakeRenderTarget\28sk_sp\2c\20int\2c\20int\29 -10356:MakeRenderTarget\28sk_sp\2c\20SimpleImageInfo\29 -10357:MakePathFromVerbsPointsWeights\28unsigned\20long\2c\20int\2c\20unsigned\20long\2c\20int\2c\20unsigned\20long\2c\20int\29 -10358:MakePathFromSVGString\28std::__2::basic_string\2c\20std::__2::allocator>\29 -10359:MakePathFromOp\28SkPath\20const&\2c\20SkPath\20const&\2c\20SkPathOp\29 -10360:MakePathFromInterpolation\28SkPath\20const&\2c\20SkPath\20const&\2c\20float\29 -10361:MakePathFromCmds\28unsigned\20long\2c\20int\29 -10362:MakeOnScreenGLSurface\28sk_sp\2c\20int\2c\20int\2c\20sk_sp\29 -10363:MakeImageFromGenerator\28SimpleImageInfo\2c\20emscripten::val\29 -10364:MakeGrContext\28\29 -10365:MakeAsWinding\28SkPath\20const&\29 -10366:LD4_C -10367:JpegDecoderMgr::init\28\29 -10368:JpegDecoderMgr::SourceMgr::SkipInputData\28jpeg_decompress_struct*\2c\20long\29 -10369:JpegDecoderMgr::SourceMgr::InitSource\28jpeg_decompress_struct*\29 -10370:JpegDecoderMgr::SourceMgr::FillInputBuffer\28jpeg_decompress_struct*\29 -10371:JpegDecoderMgr::JpegDecoderMgr\28SkStream*\29 -10372:IsValidSimpleFormat -10373:IsValidExtendedFormat -10374:InverseBlitter::blitH\28int\2c\20int\2c\20int\29 -10375:Init -10376:HorizontalUnfilter_C -10377:HorizontalFilter_C -10378:Horish_SkAntiHairBlitter::drawLine\28int\2c\20int\2c\20int\2c\20int\29 -10379:Horish_SkAntiHairBlitter::drawCap\28int\2c\20int\2c\20int\2c\20int\29 -10380:HasAlpha8b_C -10381:HasAlpha32b_C -10382:HU4_C -10383:HLine_SkAntiHairBlitter::drawLine\28int\2c\20int\2c\20int\2c\20int\29 -10384:HLine_SkAntiHairBlitter::drawCap\28int\2c\20int\2c\20int\2c\20int\29 -10385:HFilter8i_C -10386:HFilter8_C -10387:HFilter16i_C -10388:HFilter16_C -10389:HE8uv_C -10390:HE4_C -10391:HE16_C -10392:HD4_C -10393:GradientUnfilter_C -10394:GradientFilter_C -10395:GrYUVtoRGBEffect::onMakeProgramImpl\28\29\20const::Impl::onSetData\28GrGLSLProgramDataManager\20const&\2c\20GrFragmentProcessor\20const&\29 -10396:GrYUVtoRGBEffect::onMakeProgramImpl\28\29\20const::Impl::emitCode\28GrFragmentProcessor::ProgramImpl::EmitArgs&\29 -10397:GrYUVtoRGBEffect::onMakeProgramImpl\28\29\20const -10398:GrYUVtoRGBEffect::onIsEqual\28GrFragmentProcessor\20const&\29\20const -10399:GrYUVtoRGBEffect::onAddToKey\28GrShaderCaps\20const&\2c\20skgpu::KeyBuilder*\29\20const -10400:GrYUVtoRGBEffect::name\28\29\20const -10401:GrYUVtoRGBEffect::clone\28\29\20const -10402:GrXferProcessor::ProgramImpl::emitWriteSwizzle\28GrGLSLXPFragmentBuilder*\2c\20skgpu::Swizzle\20const&\2c\20char\20const*\2c\20char\20const*\29\20const -10403:GrXferProcessor::ProgramImpl::emitOutputsForBlendState\28GrXferProcessor::ProgramImpl::EmitArgs\20const&\29 -10404:GrXferProcessor::ProgramImpl::emitBlendCodeForDstRead\28GrGLSLXPFragmentBuilder*\2c\20GrGLSLUniformHandler*\2c\20char\20const*\2c\20char\20const*\2c\20char\20const*\2c\20char\20const*\2c\20char\20const*\2c\20GrXferProcessor\20const&\29 -10405:GrWritePixelsTask::~GrWritePixelsTask\28\29_10061 -10406:GrWritePixelsTask::onMakeClosed\28GrRecordingContext*\2c\20SkIRect*\29 -10407:GrWritePixelsTask::onExecute\28GrOpFlushState*\29 -10408:GrWritePixelsTask::gatherProxyIntervals\28GrResourceAllocator*\29\20const -10409:GrWaitRenderTask::~GrWaitRenderTask\28\29_10051 -10410:GrWaitRenderTask::onIsUsed\28GrSurfaceProxy*\29\20const -10411:GrWaitRenderTask::onExecute\28GrOpFlushState*\29 -10412:GrWaitRenderTask::gatherProxyIntervals\28GrResourceAllocator*\29\20const -10413:GrTriangulator::~GrTriangulator\28\29 -10414:GrTransferFromRenderTask::~GrTransferFromRenderTask\28\29_10041 -10415:GrTransferFromRenderTask::onExecute\28GrOpFlushState*\29 -10416:GrTransferFromRenderTask::gatherProxyIntervals\28GrResourceAllocator*\29\20const -10417:GrThreadSafeCache::Trampoline::~Trampoline\28\29_10027 -10418:GrThreadSafeCache::Trampoline::~Trampoline\28\29 -10419:GrTextureResolveRenderTask::~GrTextureResolveRenderTask\28\29_9994 -10420:GrTextureResolveRenderTask::onExecute\28GrOpFlushState*\29 -10421:GrTextureResolveRenderTask::gatherProxyIntervals\28GrResourceAllocator*\29\20const -10422:GrTextureRenderTargetProxy::~GrTextureRenderTargetProxy\28\29_9984 -10423:GrTextureRenderTargetProxy::~GrTextureRenderTargetProxy\28\29 -10424:GrTextureRenderTargetProxy::onUninstantiatedGpuMemorySize\28\29\20const -10425:GrTextureRenderTargetProxy::instantiate\28GrResourceProvider*\29 -10426:GrTextureRenderTargetProxy::createSurface\28GrResourceProvider*\29\20const -10427:GrTextureProxy::~GrTextureProxy\28\29_9938 -10428:GrTextureProxy::~GrTextureProxy\28\29_9936 -10429:GrTextureProxy::onUninstantiatedGpuMemorySize\28\29\20const -10430:GrTextureProxy::instantiate\28GrResourceProvider*\29 -10431:GrTextureProxy::createSurface\28GrResourceProvider*\29\20const -10432:GrTextureProxy::callbackDesc\28\29\20const -10433:GrTextureEffect::~GrTextureEffect\28\29_10543 -10434:GrTextureEffect::~GrTextureEffect\28\29 -10435:GrTextureEffect::onMakeProgramImpl\28\29\20const -10436:GrTextureEffect::onIsEqual\28GrFragmentProcessor\20const&\29\20const -10437:GrTextureEffect::onAddToKey\28GrShaderCaps\20const&\2c\20skgpu::KeyBuilder*\29\20const -10438:GrTextureEffect::name\28\29\20const -10439:GrTextureEffect::clone\28\29\20const -10440:GrTextureEffect::Impl::onSetData\28GrGLSLProgramDataManager\20const&\2c\20GrFragmentProcessor\20const&\29 -10441:GrTextureEffect::Impl::emitCode\28GrFragmentProcessor::ProgramImpl::EmitArgs&\29 -10442:GrTexture::onGpuMemorySize\28\29\20const -10443:GrTDeferredProxyUploader>::~GrTDeferredProxyUploader\28\29_8702 -10444:GrTDeferredProxyUploader>::freeData\28\29 -10445:GrTDeferredProxyUploader<\28anonymous\20namespace\29::SoftwarePathData>::~GrTDeferredProxyUploader\28\29_11731 -10446:GrTDeferredProxyUploader<\28anonymous\20namespace\29::SoftwarePathData>::~GrTDeferredProxyUploader\28\29 -10447:GrTDeferredProxyUploader<\28anonymous\20namespace\29::SoftwarePathData>::freeData\28\29 -10448:GrSurfaceProxy::getUniqueKey\28\29\20const -10449:GrSurface::~GrSurface\28\29 -10450:GrSurface::getResourceType\28\29\20const -10451:GrStrokeTessellationShader::~GrStrokeTessellationShader\28\29_11911 -10452:GrStrokeTessellationShader::~GrStrokeTessellationShader\28\29 -10453:GrStrokeTessellationShader::name\28\29\20const -10454:GrStrokeTessellationShader::makeProgramImpl\28GrShaderCaps\20const&\29\20const -10455:GrStrokeTessellationShader::addToKey\28GrShaderCaps\20const&\2c\20skgpu::KeyBuilder*\29\20const -10456:GrStrokeTessellationShader::Impl::~Impl\28\29_11914 -10457:GrStrokeTessellationShader::Impl::~Impl\28\29 -10458:GrStrokeTessellationShader::Impl::setData\28GrGLSLProgramDataManager\20const&\2c\20GrShaderCaps\20const&\2c\20GrGeometryProcessor\20const&\29 -10459:GrStrokeTessellationShader::Impl::onEmitCode\28GrGeometryProcessor::ProgramImpl::EmitArgs&\2c\20GrGeometryProcessor::ProgramImpl::GrGPArgs*\29 -10460:GrSkSLFP::~GrSkSLFP\28\29_10499 -10461:GrSkSLFP::~GrSkSLFP\28\29 -10462:GrSkSLFP::onMakeProgramImpl\28\29\20const -10463:GrSkSLFP::onIsEqual\28GrFragmentProcessor\20const&\29\20const -10464:GrSkSLFP::onAddToKey\28GrShaderCaps\20const&\2c\20skgpu::KeyBuilder*\29\20const -10465:GrSkSLFP::constantOutputForConstantInput\28SkRGBA4f<\28SkAlphaType\292>\20const&\29\20const -10466:GrSkSLFP::clone\28\29\20const -10467:GrSkSLFP::Impl::~Impl\28\29_10508 -10468:GrSkSLFP::Impl::~Impl\28\29 -10469:GrSkSLFP::Impl::onSetData\28GrGLSLProgramDataManager\20const&\2c\20GrFragmentProcessor\20const&\29 -10470:GrSkSLFP::Impl::emitCode\28GrFragmentProcessor::ProgramImpl::EmitArgs&\29::FPCallbacks::toLinearSrgb\28std::__2::basic_string\2c\20std::__2::allocator>\29 -10471:GrSkSLFP::Impl::emitCode\28GrFragmentProcessor::ProgramImpl::EmitArgs&\29::FPCallbacks::sampleShader\28int\2c\20std::__2::basic_string\2c\20std::__2::allocator>\29 -10472:GrSkSLFP::Impl::emitCode\28GrFragmentProcessor::ProgramImpl::EmitArgs&\29::FPCallbacks::sampleColorFilter\28int\2c\20std::__2::basic_string\2c\20std::__2::allocator>\29 -10473:GrSkSLFP::Impl::emitCode\28GrFragmentProcessor::ProgramImpl::EmitArgs&\29::FPCallbacks::sampleBlender\28int\2c\20std::__2::basic_string\2c\20std::__2::allocator>\2c\20std::__2::basic_string\2c\20std::__2::allocator>\29 -10474:GrSkSLFP::Impl::emitCode\28GrFragmentProcessor::ProgramImpl::EmitArgs&\29::FPCallbacks::getMangledName\28char\20const*\29 -10475:GrSkSLFP::Impl::emitCode\28GrFragmentProcessor::ProgramImpl::EmitArgs&\29::FPCallbacks::fromLinearSrgb\28std::__2::basic_string\2c\20std::__2::allocator>\29 -10476:GrSkSLFP::Impl::emitCode\28GrFragmentProcessor::ProgramImpl::EmitArgs&\29::FPCallbacks::defineFunction\28char\20const*\2c\20char\20const*\2c\20bool\29 -10477:GrSkSLFP::Impl::emitCode\28GrFragmentProcessor::ProgramImpl::EmitArgs&\29::FPCallbacks::declareUniform\28SkSL::VarDeclaration\20const*\29 -10478:GrSkSLFP::Impl::emitCode\28GrFragmentProcessor::ProgramImpl::EmitArgs&\29::FPCallbacks::declareFunction\28char\20const*\29 -10479:GrSkSLFP::Impl::emitCode\28GrFragmentProcessor::ProgramImpl::EmitArgs&\29 -10480:GrSimpleMesh*\20SkArenaAlloc::allocUninitializedArray\28unsigned\20long\29::'lambda'\28char*\29::__invoke\28char*\29 -10481:GrRingBuffer::FinishSubmit\28void*\29 -10482:GrResourceCache::CompareTimestamp\28GrGpuResource*\20const&\2c\20GrGpuResource*\20const&\29 -10483:GrRenderTask::~GrRenderTask\28\29 -10484:GrRenderTask::disown\28GrDrawingManager*\29 -10485:GrRenderTargetProxy::~GrRenderTargetProxy\28\29_9706 -10486:GrRenderTargetProxy::~GrRenderTargetProxy\28\29 -10487:GrRenderTargetProxy::onUninstantiatedGpuMemorySize\28\29\20const -10488:GrRenderTargetProxy::instantiate\28GrResourceProvider*\29 -10489:GrRenderTargetProxy::createSurface\28GrResourceProvider*\29\20const -10490:GrRenderTargetProxy::callbackDesc\28\29\20const -10491:GrRecordingContext::~GrRecordingContext\28\29_9644 -10492:GrRecordingContext::abandoned\28\29 -10493:GrRRectShadowGeoProc::~GrRRectShadowGeoProc\28\29_10482 -10494:GrRRectShadowGeoProc::~GrRRectShadowGeoProc\28\29 -10495:GrRRectShadowGeoProc::onTextureSampler\28int\29\20const -10496:GrRRectShadowGeoProc::name\28\29\20const -10497:GrRRectShadowGeoProc::makeProgramImpl\28GrShaderCaps\20const&\29\20const -10498:GrRRectShadowGeoProc::Impl::onEmitCode\28GrGeometryProcessor::ProgramImpl::EmitArgs&\2c\20GrGeometryProcessor::ProgramImpl::GrGPArgs*\29 -10499:GrQuadEffect::name\28\29\20const -10500:GrQuadEffect::makeProgramImpl\28GrShaderCaps\20const&\29\20const -10501:GrQuadEffect::addToKey\28GrShaderCaps\20const&\2c\20skgpu::KeyBuilder*\29\20const -10502:GrQuadEffect::Impl::setData\28GrGLSLProgramDataManager\20const&\2c\20GrShaderCaps\20const&\2c\20GrGeometryProcessor\20const&\29 -10503:GrQuadEffect::Impl::onEmitCode\28GrGeometryProcessor::ProgramImpl::EmitArgs&\2c\20GrGeometryProcessor::ProgramImpl::GrGPArgs*\29 -10504:GrPorterDuffXPFactory::makeXferProcessor\28GrProcessorAnalysisColor\20const&\2c\20GrProcessorAnalysisCoverage\2c\20GrCaps\20const&\2c\20GrClampType\29\20const -10505:GrPorterDuffXPFactory::analysisProperties\28GrProcessorAnalysisColor\20const&\2c\20GrProcessorAnalysisCoverage\20const&\2c\20GrCaps\20const&\2c\20GrClampType\29\20const -10506:GrPerlinNoise2Effect::~GrPerlinNoise2Effect\28\29_10419 -10507:GrPerlinNoise2Effect::~GrPerlinNoise2Effect\28\29 -10508:GrPerlinNoise2Effect::onMakeProgramImpl\28\29\20const -10509:GrPerlinNoise2Effect::onIsEqual\28GrFragmentProcessor\20const&\29\20const -10510:GrPerlinNoise2Effect::onAddToKey\28GrShaderCaps\20const&\2c\20skgpu::KeyBuilder*\29\20const -10511:GrPerlinNoise2Effect::name\28\29\20const -10512:GrPerlinNoise2Effect::clone\28\29\20const -10513:GrPerlinNoise2Effect::Impl::onSetData\28GrGLSLProgramDataManager\20const&\2c\20GrFragmentProcessor\20const&\29 -10514:GrPerlinNoise2Effect::Impl::emitCode\28GrFragmentProcessor::ProgramImpl::EmitArgs&\29 -10515:GrPathTessellationShader::Impl::~Impl\28\29 -10516:GrPathTessellationShader::Impl::setData\28GrGLSLProgramDataManager\20const&\2c\20GrShaderCaps\20const&\2c\20GrGeometryProcessor\20const&\29 -10517:GrPathTessellationShader::Impl::onEmitCode\28GrGeometryProcessor::ProgramImpl::EmitArgs&\2c\20GrGeometryProcessor::ProgramImpl::GrGPArgs*\29 -10518:GrOpsRenderPass::~GrOpsRenderPass\28\29 -10519:GrOpsRenderPass::onExecuteDrawable\28std::__2::unique_ptr>\29 -10520:GrOpsRenderPass::onDrawIndirect\28GrBuffer\20const*\2c\20unsigned\20long\2c\20int\29 -10521:GrOpsRenderPass::onDrawIndexedIndirect\28GrBuffer\20const*\2c\20unsigned\20long\2c\20int\29 -10522:GrOpFlushState::~GrOpFlushState\28\29_9499 -10523:GrOpFlushState::~GrOpFlushState\28\29 -10524:GrOpFlushState::writeView\28\29\20const -10525:GrOpFlushState::usesMSAASurface\28\29\20const -10526:GrOpFlushState::tokenTracker\28\29 -10527:GrOpFlushState::threadSafeCache\28\29\20const -10528:GrOpFlushState::strikeCache\28\29\20const -10529:GrOpFlushState::smallPathAtlasManager\28\29\20const -10530:GrOpFlushState::sampledProxyArray\28\29 -10531:GrOpFlushState::rtProxy\28\29\20const -10532:GrOpFlushState::resourceProvider\28\29\20const -10533:GrOpFlushState::renderPassBarriers\28\29\20const -10534:GrOpFlushState::recordDraw\28GrGeometryProcessor\20const*\2c\20GrSimpleMesh\20const*\2c\20int\2c\20GrSurfaceProxy\20const*\20const*\2c\20GrPrimitiveType\29 -10535:GrOpFlushState::putBackVertices\28int\2c\20unsigned\20long\29 -10536:GrOpFlushState::putBackIndirectDraws\28int\29 -10537:GrOpFlushState::putBackIndices\28int\29 -10538:GrOpFlushState::putBackIndexedIndirectDraws\28int\29 -10539:GrOpFlushState::makeVertexSpace\28unsigned\20long\2c\20int\2c\20sk_sp*\2c\20int*\29 -10540:GrOpFlushState::makeVertexSpaceAtLeast\28unsigned\20long\2c\20int\2c\20int\2c\20sk_sp*\2c\20int*\2c\20int*\29 -10541:GrOpFlushState::makeIndexSpace\28int\2c\20sk_sp*\2c\20int*\29 -10542:GrOpFlushState::makeIndexSpaceAtLeast\28int\2c\20int\2c\20sk_sp*\2c\20int*\2c\20int*\29 -10543:GrOpFlushState::makeDrawIndirectSpace\28int\2c\20sk_sp*\2c\20unsigned\20long*\29 -10544:GrOpFlushState::makeDrawIndexedIndirectSpace\28int\2c\20sk_sp*\2c\20unsigned\20long*\29 -10545:GrOpFlushState::dstProxyView\28\29\20const -10546:GrOpFlushState::colorLoadOp\28\29\20const -10547:GrOpFlushState::atlasManager\28\29\20const -10548:GrOpFlushState::appliedClip\28\29\20const -10549:GrOpFlushState::addInlineUpload\28std::__2::function&\29>&&\29 -10550:GrOp::~GrOp\28\29 -10551:GrOnFlushCallbackObject::postFlush\28skgpu::AtlasToken\29 -10552:GrModulateAtlasCoverageEffect::onMakeProgramImpl\28\29\20const::Impl::onSetData\28GrGLSLProgramDataManager\20const&\2c\20GrFragmentProcessor\20const&\29 -10553:GrModulateAtlasCoverageEffect::onMakeProgramImpl\28\29\20const::Impl::emitCode\28GrFragmentProcessor::ProgramImpl::EmitArgs&\29 -10554:GrModulateAtlasCoverageEffect::onMakeProgramImpl\28\29\20const -10555:GrModulateAtlasCoverageEffect::onIsEqual\28GrFragmentProcessor\20const&\29\20const -10556:GrModulateAtlasCoverageEffect::onAddToKey\28GrShaderCaps\20const&\2c\20skgpu::KeyBuilder*\29\20const -10557:GrModulateAtlasCoverageEffect::name\28\29\20const -10558:GrModulateAtlasCoverageEffect::clone\28\29\20const -10559:GrMeshDrawOp::onPrepare\28GrOpFlushState*\29 -10560:GrMeshDrawOp::onPrePrepare\28GrRecordingContext*\2c\20GrSurfaceProxyView\20const&\2c\20GrAppliedClip*\2c\20GrDstProxyView\20const&\2c\20GrXferBarrierFlags\2c\20GrLoadOp\29 -10561:GrMatrixEffect::onMakeProgramImpl\28\29\20const::Impl::onSetData\28GrGLSLProgramDataManager\20const&\2c\20GrFragmentProcessor\20const&\29 -10562:GrMatrixEffect::onMakeProgramImpl\28\29\20const::Impl::emitCode\28GrFragmentProcessor::ProgramImpl::EmitArgs&\29 -10563:GrMatrixEffect::onMakeProgramImpl\28\29\20const -10564:GrMatrixEffect::onIsEqual\28GrFragmentProcessor\20const&\29\20const -10565:GrMatrixEffect::name\28\29\20const -10566:GrMatrixEffect::clone\28\29\20const -10567:GrMakeUniqueKeyInvalidationListener\28skgpu::UniqueKey*\2c\20unsigned\20int\29::Listener::~Listener\28\29_10106 -10568:GrMakeUniqueKeyInvalidationListener\28skgpu::UniqueKey*\2c\20unsigned\20int\29::Listener::~Listener\28\29 -10569:GrMakeUniqueKeyInvalidationListener\28skgpu::UniqueKey*\2c\20unsigned\20int\29::$_0::__invoke\28void\20const*\2c\20void*\29 -10570:GrImageContext::~GrImageContext\28\29_9433 -10571:GrImageContext::~GrImageContext\28\29 -10572:GrHardClip::apply\28GrRecordingContext*\2c\20skgpu::ganesh::SurfaceDrawContext*\2c\20GrDrawOp*\2c\20GrAAType\2c\20GrAppliedClip*\2c\20SkRect*\29\20const -10573:GrGpuResource::dumpMemoryStatistics\28SkTraceMemoryDump*\29\20const -10574:GrGpuBuffer::~GrGpuBuffer\28\29 -10575:GrGpuBuffer::unref\28\29\20const -10576:GrGpuBuffer::getResourceType\28\29\20const -10577:GrGpuBuffer::computeScratchKey\28skgpu::ScratchKey*\29\20const -10578:GrGpu::endTimerQuery\28GrTimerQuery\20const&\29 -10579:GrGeometryProcessor::onTextureSampler\28int\29\20const -10580:GrGeometryProcessor::ProgramImpl::~ProgramImpl\28\29 -10581:GrGLVaryingHandler::~GrGLVaryingHandler\28\29 -10582:GrGLUniformHandler::~GrGLUniformHandler\28\29_12471 -10583:GrGLUniformHandler::~GrGLUniformHandler\28\29 -10584:GrGLUniformHandler::samplerVariable\28GrResourceHandle\29\20const -10585:GrGLUniformHandler::samplerSwizzle\28GrResourceHandle\29\20const -10586:GrGLUniformHandler::internalAddUniformArray\28GrProcessor\20const*\2c\20unsigned\20int\2c\20SkSLType\2c\20char\20const*\2c\20bool\2c\20int\2c\20char\20const**\29 -10587:GrGLUniformHandler::getUniformCStr\28GrResourceHandle\29\20const -10588:GrGLUniformHandler::appendUniformDecls\28GrShaderFlags\2c\20SkString*\29\20const -10589:GrGLUniformHandler::addSampler\28GrBackendFormat\20const&\2c\20GrSamplerState\2c\20skgpu::Swizzle\20const&\2c\20char\20const*\2c\20GrShaderCaps\20const*\29 -10590:GrGLTextureRenderTarget::~GrGLTextureRenderTarget\28\29 -10591:GrGLTextureRenderTarget::onSetLabel\28\29 -10592:GrGLTextureRenderTarget::onRelease\28\29 -10593:GrGLTextureRenderTarget::onGpuMemorySize\28\29\20const -10594:GrGLTextureRenderTarget::onAbandon\28\29 -10595:GrGLTextureRenderTarget::dumpMemoryStatistics\28SkTraceMemoryDump*\29\20const -10596:GrGLTextureRenderTarget::backendFormat\28\29\20const -10597:GrGLTexture::~GrGLTexture\28\29_12420 -10598:GrGLTexture::~GrGLTexture\28\29 -10599:GrGLTexture::textureParamsModified\28\29 -10600:GrGLTexture::onStealBackendTexture\28GrBackendTexture*\2c\20std::__2::function*\29 -10601:GrGLTexture::getBackendTexture\28\29\20const -10602:GrGLSemaphore::~GrGLSemaphore\28\29_12397 -10603:GrGLSemaphore::~GrGLSemaphore\28\29 -10604:GrGLSemaphore::setIsOwned\28\29 -10605:GrGLSemaphore::backendSemaphore\28\29\20const -10606:GrGLSLVertexBuilder::~GrGLSLVertexBuilder\28\29 -10607:GrGLSLVertexBuilder::onFinalize\28\29 -10608:GrGLSLUniformHandler::inputSamplerSwizzle\28GrResourceHandle\29\20const -10609:GrGLSLFragmentShaderBuilder::~GrGLSLFragmentShaderBuilder\28\29_10727 -10610:GrGLSLFragmentShaderBuilder::~GrGLSLFragmentShaderBuilder\28\29 -10611:GrGLSLFragmentShaderBuilder::primaryColorOutputIsInOut\28\29\20const -10612:GrGLSLFragmentShaderBuilder::onFinalize\28\29 -10613:GrGLSLFragmentShaderBuilder::hasSecondaryOutput\28\29\20const -10614:GrGLSLFragmentShaderBuilder::forceHighPrecision\28\29 -10615:GrGLSLFragmentShaderBuilder::enableAdvancedBlendEquationIfNeeded\28skgpu::BlendEquation\29 -10616:GrGLRenderTarget::~GrGLRenderTarget\28\29_12392 -10617:GrGLRenderTarget::~GrGLRenderTarget\28\29 -10618:GrGLRenderTarget::onGpuMemorySize\28\29\20const -10619:GrGLRenderTarget::getBackendRenderTarget\28\29\20const -10620:GrGLRenderTarget::completeStencilAttachment\28GrAttachment*\2c\20bool\29 -10621:GrGLRenderTarget::canAttemptStencilAttachment\28bool\29\20const -10622:GrGLRenderTarget::backendFormat\28\29\20const -10623:GrGLRenderTarget::alwaysClearStencil\28\29\20const -10624:GrGLProgramDataManager::~GrGLProgramDataManager\28\29_12368 -10625:GrGLProgramDataManager::~GrGLProgramDataManager\28\29 -10626:GrGLProgramDataManager::setMatrix4fv\28GrResourceHandle\2c\20int\2c\20float\20const*\29\20const -10627:GrGLProgramDataManager::setMatrix4f\28GrResourceHandle\2c\20float\20const*\29\20const -10628:GrGLProgramDataManager::setMatrix3fv\28GrResourceHandle\2c\20int\2c\20float\20const*\29\20const -10629:GrGLProgramDataManager::setMatrix3f\28GrResourceHandle\2c\20float\20const*\29\20const -10630:GrGLProgramDataManager::setMatrix2fv\28GrResourceHandle\2c\20int\2c\20float\20const*\29\20const -10631:GrGLProgramDataManager::setMatrix2f\28GrResourceHandle\2c\20float\20const*\29\20const -10632:GrGLProgramDataManager::set4iv\28GrResourceHandle\2c\20int\2c\20int\20const*\29\20const -10633:GrGLProgramDataManager::set4i\28GrResourceHandle\2c\20int\2c\20int\2c\20int\2c\20int\29\20const -10634:GrGLProgramDataManager::set4f\28GrResourceHandle\2c\20float\2c\20float\2c\20float\2c\20float\29\20const -10635:GrGLProgramDataManager::set3iv\28GrResourceHandle\2c\20int\2c\20int\20const*\29\20const -10636:GrGLProgramDataManager::set3i\28GrResourceHandle\2c\20int\2c\20int\2c\20int\29\20const -10637:GrGLProgramDataManager::set3fv\28GrResourceHandle\2c\20int\2c\20float\20const*\29\20const -10638:GrGLProgramDataManager::set3f\28GrResourceHandle\2c\20float\2c\20float\2c\20float\29\20const -10639:GrGLProgramDataManager::set2iv\28GrResourceHandle\2c\20int\2c\20int\20const*\29\20const -10640:GrGLProgramDataManager::set2i\28GrResourceHandle\2c\20int\2c\20int\29\20const -10641:GrGLProgramDataManager::set2f\28GrResourceHandle\2c\20float\2c\20float\29\20const -10642:GrGLProgramDataManager::set1iv\28GrResourceHandle\2c\20int\2c\20int\20const*\29\20const -10643:GrGLProgramDataManager::set1i\28GrResourceHandle\2c\20int\29\20const -10644:GrGLProgramDataManager::set1fv\28GrResourceHandle\2c\20int\2c\20float\20const*\29\20const -10645:GrGLProgramDataManager::set1f\28GrResourceHandle\2c\20float\29\20const -10646:GrGLProgramBuilder::~GrGLProgramBuilder\28\29_12506 -10647:GrGLProgramBuilder::varyingHandler\28\29 -10648:GrGLProgramBuilder::caps\28\29\20const -10649:GrGLProgram::~GrGLProgram\28\29_12326 -10650:GrGLOpsRenderPass::~GrGLOpsRenderPass\28\29 -10651:GrGLOpsRenderPass::onSetScissorRect\28SkIRect\20const&\29 -10652:GrGLOpsRenderPass::onEnd\28\29 -10653:GrGLOpsRenderPass::onDraw\28int\2c\20int\29 -10654:GrGLOpsRenderPass::onDrawInstanced\28int\2c\20int\2c\20int\2c\20int\29 -10655:GrGLOpsRenderPass::onDrawIndirect\28GrBuffer\20const*\2c\20unsigned\20long\2c\20int\29 -10656:GrGLOpsRenderPass::onDrawIndexed\28int\2c\20int\2c\20unsigned\20short\2c\20unsigned\20short\2c\20int\29 -10657:GrGLOpsRenderPass::onDrawIndexedInstanced\28int\2c\20int\2c\20int\2c\20int\2c\20int\29 -10658:GrGLOpsRenderPass::onDrawIndexedIndirect\28GrBuffer\20const*\2c\20unsigned\20long\2c\20int\29 -10659:GrGLOpsRenderPass::onClear\28GrScissorState\20const&\2c\20std::__2::array\29 -10660:GrGLOpsRenderPass::onClearStencilClip\28GrScissorState\20const&\2c\20bool\29 -10661:GrGLOpsRenderPass::onBindTextures\28GrGeometryProcessor\20const&\2c\20GrSurfaceProxy\20const*\20const*\2c\20GrPipeline\20const&\29 -10662:GrGLOpsRenderPass::onBindPipeline\28GrProgramInfo\20const&\2c\20SkRect\20const&\29 -10663:GrGLOpsRenderPass::onBindBuffers\28sk_sp\2c\20sk_sp\2c\20sk_sp\2c\20GrPrimitiveRestart\29 -10664:GrGLOpsRenderPass::onBegin\28\29 -10665:GrGLOpsRenderPass::inlineUpload\28GrOpFlushState*\2c\20std::__2::function&\29>&\29 -10666:GrGLInterface::~GrGLInterface\28\29_12303 -10667:GrGLInterface::~GrGLInterface\28\29 -10668:GrGLGpu::~GrGLGpu\28\29_12172 -10669:GrGLGpu::xferBarrier\28GrRenderTarget*\2c\20GrXferBarrierType\29 -10670:GrGLGpu::wrapBackendSemaphore\28GrBackendSemaphore\20const&\2c\20GrSemaphoreWrapType\2c\20GrWrapOwnership\29 -10671:GrGLGpu::willExecute\28\29 -10672:GrGLGpu::waitSemaphore\28GrSemaphore*\29 -10673:GrGLGpu::submit\28GrOpsRenderPass*\29 -10674:GrGLGpu::startTimerQuery\28\29 -10675:GrGLGpu::stagingBufferManager\28\29 -10676:GrGLGpu::refPipelineBuilder\28\29 -10677:GrGLGpu::prepareTextureForCrossContextUsage\28GrTexture*\29 -10678:GrGLGpu::prepareSurfacesForBackendAccessAndStateUpdates\28SkSpan\2c\20SkSurfaces::BackendSurfaceAccess\2c\20skgpu::MutableTextureState\20const*\29 -10679:GrGLGpu::precompileShader\28SkData\20const&\2c\20SkData\20const&\29 -10680:GrGLGpu::onWritePixels\28GrSurface*\2c\20SkIRect\2c\20GrColorType\2c\20GrColorType\2c\20GrMipLevel\20const*\2c\20int\2c\20bool\29 -10681:GrGLGpu::onWrapRenderableBackendTexture\28GrBackendTexture\20const&\2c\20int\2c\20GrWrapOwnership\2c\20GrWrapCacheable\29 -10682:GrGLGpu::onWrapCompressedBackendTexture\28GrBackendTexture\20const&\2c\20GrWrapOwnership\2c\20GrWrapCacheable\29 -10683:GrGLGpu::onWrapBackendTexture\28GrBackendTexture\20const&\2c\20GrWrapOwnership\2c\20GrWrapCacheable\2c\20GrIOType\29 -10684:GrGLGpu::onWrapBackendRenderTarget\28GrBackendRenderTarget\20const&\29 -10685:GrGLGpu::onUpdateCompressedBackendTexture\28GrBackendTexture\20const&\2c\20sk_sp\2c\20void\20const*\2c\20unsigned\20long\29 -10686:GrGLGpu::onTransferPixelsTo\28GrTexture*\2c\20SkIRect\2c\20GrColorType\2c\20GrColorType\2c\20sk_sp\2c\20unsigned\20long\2c\20unsigned\20long\29 -10687:GrGLGpu::onTransferPixelsFrom\28GrSurface*\2c\20SkIRect\2c\20GrColorType\2c\20GrColorType\2c\20sk_sp\2c\20unsigned\20long\29 -10688:GrGLGpu::onTransferFromBufferToBuffer\28sk_sp\2c\20unsigned\20long\2c\20sk_sp\2c\20unsigned\20long\2c\20unsigned\20long\29 -10689:GrGLGpu::onSubmitToGpu\28GrSubmitInfo\20const&\29 -10690:GrGLGpu::onResolveRenderTarget\28GrRenderTarget*\2c\20SkIRect\20const&\29 -10691:GrGLGpu::onResetTextureBindings\28\29 -10692:GrGLGpu::onResetContext\28unsigned\20int\29 -10693:GrGLGpu::onRegenerateMipMapLevels\28GrTexture*\29 -10694:GrGLGpu::onReadPixels\28GrSurface*\2c\20SkIRect\2c\20GrColorType\2c\20GrColorType\2c\20void*\2c\20unsigned\20long\29 -10695:GrGLGpu::onGetOpsRenderPass\28GrRenderTarget*\2c\20bool\2c\20GrAttachment*\2c\20GrSurfaceOrigin\2c\20SkIRect\20const&\2c\20GrOpsRenderPass::LoadAndStoreInfo\20const&\2c\20GrOpsRenderPass::StencilLoadAndStoreInfo\20const&\2c\20skia_private::TArray\20const&\2c\20GrXferBarrierFlags\29 -10696:GrGLGpu::onDumpJSON\28SkJSONWriter*\29\20const -10697:GrGLGpu::onCreateTexture\28SkISize\2c\20GrBackendFormat\20const&\2c\20skgpu::Renderable\2c\20int\2c\20skgpu::Budgeted\2c\20skgpu::Protected\2c\20int\2c\20unsigned\20int\2c\20std::__2::basic_string_view>\29 -10698:GrGLGpu::onCreateCompressedTexture\28SkISize\2c\20GrBackendFormat\20const&\2c\20skgpu::Budgeted\2c\20skgpu::Mipmapped\2c\20skgpu::Protected\2c\20void\20const*\2c\20unsigned\20long\29 -10699:GrGLGpu::onCreateCompressedBackendTexture\28SkISize\2c\20GrBackendFormat\20const&\2c\20skgpu::Mipmapped\2c\20skgpu::Protected\29 -10700:GrGLGpu::onCreateBuffer\28unsigned\20long\2c\20GrGpuBufferType\2c\20GrAccessPattern\29 -10701:GrGLGpu::onCreateBackendTexture\28SkISize\2c\20GrBackendFormat\20const&\2c\20skgpu::Renderable\2c\20skgpu::Mipmapped\2c\20skgpu::Protected\2c\20std::__2::basic_string_view>\29 -10702:GrGLGpu::onCopySurface\28GrSurface*\2c\20SkIRect\20const&\2c\20GrSurface*\2c\20SkIRect\20const&\2c\20SkFilterMode\29 -10703:GrGLGpu::onClearBackendTexture\28GrBackendTexture\20const&\2c\20sk_sp\2c\20std::__2::array\29 -10704:GrGLGpu::makeStencilAttachment\28GrBackendFormat\20const&\2c\20SkISize\2c\20int\29 -10705:GrGLGpu::makeSemaphore\28bool\29 -10706:GrGLGpu::makeMSAAAttachment\28SkISize\2c\20GrBackendFormat\20const&\2c\20int\2c\20skgpu::Protected\2c\20GrMemoryless\29 -10707:GrGLGpu::insertSemaphore\28GrSemaphore*\29 -10708:GrGLGpu::getPreferredStencilFormat\28GrBackendFormat\20const&\29 -10709:GrGLGpu::finishOutstandingGpuWork\28\29 -10710:GrGLGpu::endTimerQuery\28GrTimerQuery\20const&\29 -10711:GrGLGpu::disconnect\28GrGpu::DisconnectType\29 -10712:GrGLGpu::deleteBackendTexture\28GrBackendTexture\20const&\29 -10713:GrGLGpu::compile\28GrProgramDesc\20const&\2c\20GrProgramInfo\20const&\29 -10714:GrGLGpu::checkFinishedCallbacks\28\29 -10715:GrGLGpu::addFinishedCallback\28skgpu::AutoCallback\2c\20std::__2::optional\29 -10716:GrGLGpu::ProgramCache::~ProgramCache\28\29_12284 -10717:GrGLGpu::ProgramCache::~ProgramCache\28\29 -10718:GrGLFunction::GrGLFunction\28void\20\28*\29\28unsigned\20int\2c\20unsigned\20int\2c\20float\29\29::'lambda'\28void\20const*\2c\20unsigned\20int\2c\20unsigned\20int\2c\20float\29::__invoke\28void\20const*\2c\20unsigned\20int\2c\20unsigned\20int\2c\20float\29 -10719:GrGLFunction::GrGLFunction\28void\20\28*\29\28int\2c\20float\2c\20float\2c\20float\29\29::'lambda'\28void\20const*\2c\20int\2c\20float\2c\20float\2c\20float\29::__invoke\28void\20const*\2c\20int\2c\20float\2c\20float\2c\20float\29 -10720:GrGLFunction::GrGLFunction\28void\20\28*\29\28float\2c\20float\2c\20float\2c\20float\29\29::'lambda'\28void\20const*\2c\20float\2c\20float\2c\20float\2c\20float\29::__invoke\28void\20const*\2c\20float\2c\20float\2c\20float\2c\20float\29 -10721:GrGLFunction::GrGLFunction\28void\20\28*\29\28float\29\29::'lambda'\28void\20const*\2c\20float\29::__invoke\28void\20const*\2c\20float\29 -10722:GrGLFunction::GrGLFunction\28void\20\28*\29\28\29\29::'lambda'\28void\20const*\29::__invoke\28void\20const*\29 -10723:GrGLFunction::GrGLFunction\28unsigned\20int\20\28*\29\28__GLsync*\2c\20unsigned\20int\2c\20unsigned\20int\2c\20unsigned\20int\29\29::'lambda'\28void\20const*\2c\20__GLsync*\2c\20unsigned\20int\2c\20int\2c\20int\29::__invoke\28void\20const*\2c\20__GLsync*\2c\20unsigned\20int\2c\20int\2c\20int\29 -10724:GrGLFunction::GrGLFunction\28unsigned\20int\20\28*\29\28\29\29::'lambda'\28void\20const*\29::__invoke\28void\20const*\29 -10725:GrGLCaps::~GrGLCaps\28\29_12139 -10726:GrGLCaps::surfaceSupportsReadPixels\28GrSurface\20const*\29\20const -10727:GrGLCaps::supportedWritePixelsColorType\28GrColorType\2c\20GrBackendFormat\20const&\2c\20GrColorType\29\20const -10728:GrGLCaps::onSurfaceSupportsWritePixels\28GrSurface\20const*\29\20const -10729:GrGLCaps::onSupportsDynamicMSAA\28GrRenderTargetProxy\20const*\29\20const -10730:GrGLCaps::onSupportedReadPixelsColorType\28GrColorType\2c\20GrBackendFormat\20const&\2c\20GrColorType\29\20const -10731:GrGLCaps::onIsWindowRectanglesSupportedForRT\28GrBackendRenderTarget\20const&\29\20const -10732:GrGLCaps::onGetReadSwizzle\28GrBackendFormat\20const&\2c\20GrColorType\29\20const -10733:GrGLCaps::onGetDstSampleFlagsForProxy\28GrRenderTargetProxy\20const*\29\20const -10734:GrGLCaps::onGetDefaultBackendFormat\28GrColorType\29\20const -10735:GrGLCaps::onDumpJSON\28SkJSONWriter*\29\20const -10736:GrGLCaps::onCanCopySurface\28GrSurfaceProxy\20const*\2c\20SkIRect\20const&\2c\20GrSurfaceProxy\20const*\2c\20SkIRect\20const&\29\20const -10737:GrGLCaps::onAreColorTypeAndFormatCompatible\28GrColorType\2c\20GrBackendFormat\20const&\29\20const -10738:GrGLCaps::onApplyOptionsOverrides\28GrContextOptions\20const&\29 -10739:GrGLCaps::maxRenderTargetSampleCount\28GrBackendFormat\20const&\29\20const -10740:GrGLCaps::makeDesc\28GrRenderTarget*\2c\20GrProgramInfo\20const&\2c\20GrCaps::ProgramDescOverrideFlags\29\20const -10741:GrGLCaps::isFormatTexturable\28GrBackendFormat\20const&\2c\20GrTextureType\29\20const -10742:GrGLCaps::isFormatSRGB\28GrBackendFormat\20const&\29\20const -10743:GrGLCaps::isFormatRenderable\28GrBackendFormat\20const&\2c\20int\29\20const -10744:GrGLCaps::isFormatCopyable\28GrBackendFormat\20const&\29\20const -10745:GrGLCaps::isFormatAsColorTypeRenderable\28GrColorType\2c\20GrBackendFormat\20const&\2c\20int\29\20const -10746:GrGLCaps::getWriteSwizzle\28GrBackendFormat\20const&\2c\20GrColorType\29\20const -10747:GrGLCaps::getRenderTargetSampleCount\28int\2c\20GrBackendFormat\20const&\29\20const -10748:GrGLCaps::getDstCopyRestrictions\28GrRenderTargetProxy\20const*\2c\20GrColorType\29\20const -10749:GrGLCaps::getBackendFormatFromCompressionType\28SkTextureCompressionType\29\20const -10750:GrGLCaps::computeFormatKey\28GrBackendFormat\20const&\29\20const -10751:GrGLBuffer::~GrGLBuffer\28\29_12089 -10752:GrGLBuffer::~GrGLBuffer\28\29 -10753:GrGLBuffer::setMemoryBacking\28SkTraceMemoryDump*\2c\20SkString\20const&\29\20const -10754:GrGLBuffer::onUpdateData\28void\20const*\2c\20unsigned\20long\2c\20unsigned\20long\2c\20bool\29 -10755:GrGLBuffer::onUnmap\28GrGpuBuffer::MapType\29 -10756:GrGLBuffer::onSetLabel\28\29 -10757:GrGLBuffer::onRelease\28\29 -10758:GrGLBuffer::onMap\28GrGpuBuffer::MapType\29 -10759:GrGLBuffer::onClearToZero\28\29 -10760:GrGLBuffer::onAbandon\28\29 -10761:GrGLBackendTextureData::~GrGLBackendTextureData\28\29_12063 -10762:GrGLBackendTextureData::~GrGLBackendTextureData\28\29 -10763:GrGLBackendTextureData::isSameTexture\28GrBackendTextureData\20const*\29\20const -10764:GrGLBackendTextureData::isProtected\28\29\20const -10765:GrGLBackendTextureData::getBackendFormat\28\29\20const -10766:GrGLBackendTextureData::equal\28GrBackendTextureData\20const*\29\20const -10767:GrGLBackendTextureData::copyTo\28SkAnySubclass&\29\20const -10768:GrGLBackendRenderTargetData::getBackendFormat\28\29\20const -10769:GrGLBackendRenderTargetData::equal\28GrBackendRenderTargetData\20const*\29\20const -10770:GrGLBackendRenderTargetData::copyTo\28SkAnySubclass&\29\20const -10771:GrGLBackendFormatData::toString\28\29\20const -10772:GrGLBackendFormatData::stencilBits\28\29\20const -10773:GrGLBackendFormatData::equal\28GrBackendFormatData\20const*\29\20const -10774:GrGLBackendFormatData::desc\28\29\20const -10775:GrGLBackendFormatData::copyTo\28SkAnySubclass&\29\20const -10776:GrGLBackendFormatData::compressionType\28\29\20const -10777:GrGLBackendFormatData::channelMask\28\29\20const -10778:GrGLBackendFormatData::bytesPerBlock\28\29\20const -10779:GrGLAttachment::~GrGLAttachment\28\29 -10780:GrGLAttachment::setMemoryBacking\28SkTraceMemoryDump*\2c\20SkString\20const&\29\20const -10781:GrGLAttachment::onSetLabel\28\29 -10782:GrGLAttachment::onRelease\28\29 -10783:GrGLAttachment::onAbandon\28\29 -10784:GrGLAttachment::backendFormat\28\29\20const -10785:GrFragmentProcessor::constantOutputForConstantInput\28SkRGBA4f<\28SkAlphaType\292>\20const&\29\20const -10786:GrFragmentProcessor::SwizzleOutput\28std::__2::unique_ptr>\2c\20skgpu::Swizzle\20const&\29::SwizzleFragmentProcessor::onMakeProgramImpl\28\29\20const::Impl::emitCode\28GrFragmentProcessor::ProgramImpl::EmitArgs&\29 -10787:GrFragmentProcessor::SwizzleOutput\28std::__2::unique_ptr>\2c\20skgpu::Swizzle\20const&\29::SwizzleFragmentProcessor::onMakeProgramImpl\28\29\20const -10788:GrFragmentProcessor::SwizzleOutput\28std::__2::unique_ptr>\2c\20skgpu::Swizzle\20const&\29::SwizzleFragmentProcessor::onIsEqual\28GrFragmentProcessor\20const&\29\20const -10789:GrFragmentProcessor::SwizzleOutput\28std::__2::unique_ptr>\2c\20skgpu::Swizzle\20const&\29::SwizzleFragmentProcessor::onAddToKey\28GrShaderCaps\20const&\2c\20skgpu::KeyBuilder*\29\20const -10790:GrFragmentProcessor::SwizzleOutput\28std::__2::unique_ptr>\2c\20skgpu::Swizzle\20const&\29::SwizzleFragmentProcessor::name\28\29\20const -10791:GrFragmentProcessor::SwizzleOutput\28std::__2::unique_ptr>\2c\20skgpu::Swizzle\20const&\29::SwizzleFragmentProcessor::constantOutputForConstantInput\28SkRGBA4f<\28SkAlphaType\292>\20const&\29\20const -10792:GrFragmentProcessor::SwizzleOutput\28std::__2::unique_ptr>\2c\20skgpu::Swizzle\20const&\29::SwizzleFragmentProcessor::clone\28\29\20const -10793:GrFragmentProcessor::SurfaceColor\28\29::SurfaceColorProcessor::onMakeProgramImpl\28\29\20const::Impl::emitCode\28GrFragmentProcessor::ProgramImpl::EmitArgs&\29 -10794:GrFragmentProcessor::SurfaceColor\28\29::SurfaceColorProcessor::onMakeProgramImpl\28\29\20const -10795:GrFragmentProcessor::SurfaceColor\28\29::SurfaceColorProcessor::name\28\29\20const -10796:GrFragmentProcessor::SurfaceColor\28\29::SurfaceColorProcessor::clone\28\29\20const -10797:GrFragmentProcessor::ProgramImpl::~ProgramImpl\28\29 -10798:GrFragmentProcessor::HighPrecision\28std::__2::unique_ptr>\29::HighPrecisionFragmentProcessor::onMakeProgramImpl\28\29\20const::Impl::emitCode\28GrFragmentProcessor::ProgramImpl::EmitArgs&\29 -10799:GrFragmentProcessor::HighPrecision\28std::__2::unique_ptr>\29::HighPrecisionFragmentProcessor::onMakeProgramImpl\28\29\20const -10800:GrFragmentProcessor::HighPrecision\28std::__2::unique_ptr>\29::HighPrecisionFragmentProcessor::name\28\29\20const -10801:GrFragmentProcessor::HighPrecision\28std::__2::unique_ptr>\29::HighPrecisionFragmentProcessor::clone\28\29\20const -10802:GrFragmentProcessor::DeviceSpace\28std::__2::unique_ptr>\29::DeviceSpace::onMakeProgramImpl\28\29\20const::Impl::emitCode\28GrFragmentProcessor::ProgramImpl::EmitArgs&\29 -10803:GrFragmentProcessor::DeviceSpace\28std::__2::unique_ptr>\29::DeviceSpace::onMakeProgramImpl\28\29\20const -10804:GrFragmentProcessor::DeviceSpace\28std::__2::unique_ptr>\29::DeviceSpace::name\28\29\20const -10805:GrFragmentProcessor::DeviceSpace\28std::__2::unique_ptr>\29::DeviceSpace::constantOutputForConstantInput\28SkRGBA4f<\28SkAlphaType\292>\20const&\29\20const -10806:GrFragmentProcessor::DeviceSpace\28std::__2::unique_ptr>\29::DeviceSpace::clone\28\29\20const -10807:GrFragmentProcessor::Compose\28std::__2::unique_ptr>\2c\20std::__2::unique_ptr>\29::ComposeProcessor::onMakeProgramImpl\28\29\20const::Impl::emitCode\28GrFragmentProcessor::ProgramImpl::EmitArgs&\29 -10808:GrFragmentProcessor::Compose\28std::__2::unique_ptr>\2c\20std::__2::unique_ptr>\29::ComposeProcessor::onMakeProgramImpl\28\29\20const -10809:GrFragmentProcessor::Compose\28std::__2::unique_ptr>\2c\20std::__2::unique_ptr>\29::ComposeProcessor::name\28\29\20const -10810:GrFragmentProcessor::Compose\28std::__2::unique_ptr>\2c\20std::__2::unique_ptr>\29::ComposeProcessor::constantOutputForConstantInput\28SkRGBA4f<\28SkAlphaType\292>\20const&\29\20const -10811:GrFragmentProcessor::Compose\28std::__2::unique_ptr>\2c\20std::__2::unique_ptr>\29::ComposeProcessor::clone\28\29\20const -10812:GrFixedClip::~GrFixedClip\28\29_9206 -10813:GrFixedClip::~GrFixedClip\28\29 -10814:GrExternalTextureGenerator::onGenerateTexture\28GrRecordingContext*\2c\20SkImageInfo\20const&\2c\20skgpu::Mipmapped\2c\20GrImageTexGenPolicy\29 -10815:GrEagerDynamicVertexAllocator::lock\28unsigned\20long\2c\20int\29 -10816:GrDynamicAtlas::~GrDynamicAtlas\28\29_9177 -10817:GrDynamicAtlas::~GrDynamicAtlas\28\29 -10818:GrDrawingManager::flush\28SkSpan\2c\20SkSurfaces::BackendSurfaceAccess\2c\20GrFlushInfo\20const&\2c\20skgpu::MutableTextureState\20const*\29 -10819:GrDrawOp::usesStencil\28\29\20const -10820:GrDrawOp::usesMSAA\28\29\20const -10821:GrDrawOp::fixedFunctionFlags\28\29\20const -10822:GrDistanceFieldPathGeoProc::~GrDistanceFieldPathGeoProc\28\29_10375 -10823:GrDistanceFieldPathGeoProc::~GrDistanceFieldPathGeoProc\28\29 -10824:GrDistanceFieldPathGeoProc::onTextureSampler\28int\29\20const -10825:GrDistanceFieldPathGeoProc::name\28\29\20const -10826:GrDistanceFieldPathGeoProc::makeProgramImpl\28GrShaderCaps\20const&\29\20const -10827:GrDistanceFieldPathGeoProc::addToKey\28GrShaderCaps\20const&\2c\20skgpu::KeyBuilder*\29\20const -10828:GrDistanceFieldPathGeoProc::Impl::setData\28GrGLSLProgramDataManager\20const&\2c\20GrShaderCaps\20const&\2c\20GrGeometryProcessor\20const&\29 -10829:GrDistanceFieldPathGeoProc::Impl::onEmitCode\28GrGeometryProcessor::ProgramImpl::EmitArgs&\2c\20GrGeometryProcessor::ProgramImpl::GrGPArgs*\29 -10830:GrDistanceFieldLCDTextGeoProc::~GrDistanceFieldLCDTextGeoProc\28\29_10379 -10831:GrDistanceFieldLCDTextGeoProc::~GrDistanceFieldLCDTextGeoProc\28\29 -10832:GrDistanceFieldLCDTextGeoProc::name\28\29\20const -10833:GrDistanceFieldLCDTextGeoProc::makeProgramImpl\28GrShaderCaps\20const&\29\20const -10834:GrDistanceFieldLCDTextGeoProc::addToKey\28GrShaderCaps\20const&\2c\20skgpu::KeyBuilder*\29\20const -10835:GrDistanceFieldLCDTextGeoProc::Impl::setData\28GrGLSLProgramDataManager\20const&\2c\20GrShaderCaps\20const&\2c\20GrGeometryProcessor\20const&\29 -10836:GrDistanceFieldLCDTextGeoProc::Impl::onEmitCode\28GrGeometryProcessor::ProgramImpl::EmitArgs&\2c\20GrGeometryProcessor::ProgramImpl::GrGPArgs*\29 -10837:GrDistanceFieldA8TextGeoProc::~GrDistanceFieldA8TextGeoProc\28\29_10371 -10838:GrDistanceFieldA8TextGeoProc::~GrDistanceFieldA8TextGeoProc\28\29 -10839:GrDistanceFieldA8TextGeoProc::name\28\29\20const -10840:GrDistanceFieldA8TextGeoProc::makeProgramImpl\28GrShaderCaps\20const&\29\20const -10841:GrDistanceFieldA8TextGeoProc::addToKey\28GrShaderCaps\20const&\2c\20skgpu::KeyBuilder*\29\20const -10842:GrDistanceFieldA8TextGeoProc::Impl::setData\28GrGLSLProgramDataManager\20const&\2c\20GrShaderCaps\20const&\2c\20GrGeometryProcessor\20const&\29 -10843:GrDistanceFieldA8TextGeoProc::Impl::onEmitCode\28GrGeometryProcessor::ProgramImpl::EmitArgs&\2c\20GrGeometryProcessor::ProgramImpl::GrGPArgs*\29 -10844:GrDisableColorXPFactory::makeXferProcessor\28GrProcessorAnalysisColor\20const&\2c\20GrProcessorAnalysisCoverage\2c\20GrCaps\20const&\2c\20GrClampType\29\20const -10845:GrDisableColorXPFactory::analysisProperties\28GrProcessorAnalysisColor\20const&\2c\20GrProcessorAnalysisCoverage\20const&\2c\20GrCaps\20const&\2c\20GrClampType\29\20const -10846:GrDirectContext::~GrDirectContext\28\29_9079 -10847:GrDirectContext::releaseResourcesAndAbandonContext\28\29 -10848:GrDirectContext::init\28\29 -10849:GrDirectContext::abandoned\28\29 -10850:GrDirectContext::abandonContext\28\29 -10851:GrDeferredProxyUploader::~GrDeferredProxyUploader\28\29_8705 -10852:GrDeferredProxyUploader::~GrDeferredProxyUploader\28\29 -10853:GrCpuVertexAllocator::~GrCpuVertexAllocator\28\29_9201 -10854:GrCpuVertexAllocator::~GrCpuVertexAllocator\28\29 -10855:GrCpuVertexAllocator::unlock\28int\29 -10856:GrCpuVertexAllocator::lock\28unsigned\20long\2c\20int\29 -10857:GrCpuBuffer::unref\28\29\20const -10858:GrCoverageSetOpXPFactory::makeXferProcessor\28GrProcessorAnalysisColor\20const&\2c\20GrProcessorAnalysisCoverage\2c\20GrCaps\20const&\2c\20GrClampType\29\20const -10859:GrCoverageSetOpXPFactory::analysisProperties\28GrProcessorAnalysisColor\20const&\2c\20GrProcessorAnalysisCoverage\20const&\2c\20GrCaps\20const&\2c\20GrClampType\29\20const -10860:GrCopyRenderTask::~GrCopyRenderTask\28\29_9039 -10861:GrCopyRenderTask::onMakeSkippable\28\29 -10862:GrCopyRenderTask::onMakeClosed\28GrRecordingContext*\2c\20SkIRect*\29 -10863:GrCopyRenderTask::onExecute\28GrOpFlushState*\29 -10864:GrCopyRenderTask::gatherProxyIntervals\28GrResourceAllocator*\29\20const -10865:GrConvexPolyEffect::onMakeProgramImpl\28\29\20const::Impl::onSetData\28GrGLSLProgramDataManager\20const&\2c\20GrFragmentProcessor\20const&\29 -10866:GrConvexPolyEffect::onMakeProgramImpl\28\29\20const::Impl::emitCode\28GrFragmentProcessor::ProgramImpl::EmitArgs&\29 -10867:GrConvexPolyEffect::onMakeProgramImpl\28\29\20const -10868:GrConvexPolyEffect::onIsEqual\28GrFragmentProcessor\20const&\29\20const -10869:GrConvexPolyEffect::onAddToKey\28GrShaderCaps\20const&\2c\20skgpu::KeyBuilder*\29\20const -10870:GrConvexPolyEffect::name\28\29\20const -10871:GrConvexPolyEffect::clone\28\29\20const -10872:GrContext_Base::~GrContext_Base\28\29_9019 -10873:GrContextThreadSafeProxy::~GrContextThreadSafeProxy\28\29_9007 -10874:GrContextThreadSafeProxy::~GrContextThreadSafeProxy\28\29 -10875:GrContextThreadSafeProxy::isValidCharacterizationForVulkan\28sk_sp\2c\20bool\2c\20skgpu::Mipmapped\2c\20skgpu::Protected\2c\20bool\2c\20bool\29 -10876:GrConicEffect::name\28\29\20const -10877:GrConicEffect::makeProgramImpl\28GrShaderCaps\20const&\29\20const -10878:GrConicEffect::addToKey\28GrShaderCaps\20const&\2c\20skgpu::KeyBuilder*\29\20const -10879:GrConicEffect::Impl::setData\28GrGLSLProgramDataManager\20const&\2c\20GrShaderCaps\20const&\2c\20GrGeometryProcessor\20const&\29 -10880:GrConicEffect::Impl::onEmitCode\28GrGeometryProcessor::ProgramImpl::EmitArgs&\2c\20GrGeometryProcessor::ProgramImpl::GrGPArgs*\29 -10881:GrColorSpaceXformEffect::~GrColorSpaceXformEffect\28\29_8991 -10882:GrColorSpaceXformEffect::~GrColorSpaceXformEffect\28\29 -10883:GrColorSpaceXformEffect::onMakeProgramImpl\28\29\20const::Impl::onSetData\28GrGLSLProgramDataManager\20const&\2c\20GrFragmentProcessor\20const&\29 -10884:GrColorSpaceXformEffect::onMakeProgramImpl\28\29\20const::Impl::emitCode\28GrFragmentProcessor::ProgramImpl::EmitArgs&\29 -10885:GrColorSpaceXformEffect::onMakeProgramImpl\28\29\20const -10886:GrColorSpaceXformEffect::onIsEqual\28GrFragmentProcessor\20const&\29\20const -10887:GrColorSpaceXformEffect::onAddToKey\28GrShaderCaps\20const&\2c\20skgpu::KeyBuilder*\29\20const -10888:GrColorSpaceXformEffect::name\28\29\20const -10889:GrColorSpaceXformEffect::constantOutputForConstantInput\28SkRGBA4f<\28SkAlphaType\292>\20const&\29\20const -10890:GrColorSpaceXformEffect::clone\28\29\20const -10891:GrCaps::~GrCaps\28\29 -10892:GrCaps::getDstCopyRestrictions\28GrRenderTargetProxy\20const*\2c\20GrColorType\29\20const -10893:GrBitmapTextGeoProc::~GrBitmapTextGeoProc\28\29_10284 -10894:GrBitmapTextGeoProc::~GrBitmapTextGeoProc\28\29 -10895:GrBitmapTextGeoProc::onTextureSampler\28int\29\20const -10896:GrBitmapTextGeoProc::name\28\29\20const -10897:GrBitmapTextGeoProc::makeProgramImpl\28GrShaderCaps\20const&\29\20const -10898:GrBitmapTextGeoProc::addToKey\28GrShaderCaps\20const&\2c\20skgpu::KeyBuilder*\29\20const -10899:GrBitmapTextGeoProc::Impl::setData\28GrGLSLProgramDataManager\20const&\2c\20GrShaderCaps\20const&\2c\20GrGeometryProcessor\20const&\29 -10900:GrBitmapTextGeoProc::Impl::onEmitCode\28GrGeometryProcessor::ProgramImpl::EmitArgs&\2c\20GrGeometryProcessor::ProgramImpl::GrGPArgs*\29 -10901:GrBicubicEffect::onMakeProgramImpl\28\29\20const -10902:GrBicubicEffect::onIsEqual\28GrFragmentProcessor\20const&\29\20const -10903:GrBicubicEffect::onAddToKey\28GrShaderCaps\20const&\2c\20skgpu::KeyBuilder*\29\20const -10904:GrBicubicEffect::name\28\29\20const -10905:GrBicubicEffect::clone\28\29\20const -10906:GrBicubicEffect::Impl::onSetData\28GrGLSLProgramDataManager\20const&\2c\20GrFragmentProcessor\20const&\29 -10907:GrBicubicEffect::Impl::emitCode\28GrFragmentProcessor::ProgramImpl::EmitArgs&\29 -10908:GrAttachment::onGpuMemorySize\28\29\20const -10909:GrAttachment::getResourceType\28\29\20const -10910:GrAttachment::computeScratchKey\28skgpu::ScratchKey*\29\20const -10911:GrAtlasManager::~GrAtlasManager\28\29_11944 -10912:GrAtlasManager::preFlush\28GrOnFlushResourceProvider*\29 -10913:GrAtlasManager::postFlush\28skgpu::AtlasToken\29 -10914:GrAATriangulator::tessellate\28GrTriangulator::VertexList\20const&\2c\20GrTriangulator::Comparator\20const&\29 -10915:GetRectsForRange\28skia::textlayout::Paragraph&\2c\20unsigned\20int\2c\20unsigned\20int\2c\20skia::textlayout::RectHeightStyle\2c\20skia::textlayout::RectWidthStyle\29 -10916:GetRectsForPlaceholders\28skia::textlayout::Paragraph&\29 -10917:GetLineMetrics\28skia::textlayout::Paragraph&\29 -10918:GetLineMetricsAt\28skia::textlayout::Paragraph&\2c\20unsigned\20long\29 -10919:GetGlyphInfoAt\28skia::textlayout::Paragraph&\2c\20unsigned\20long\29 -10920:GetCoeffsFast -10921:GetCoeffsAlt -10922:GetClosestGlyphInfoAtCoordinate\28skia::textlayout::Paragraph&\2c\20float\2c\20float\29 -10923:FontMgrRunIterator::~FontMgrRunIterator\28\29_13437 -10924:FontMgrRunIterator::~FontMgrRunIterator\28\29 -10925:FontMgrRunIterator::currentFont\28\29\20const -10926:FontMgrRunIterator::consume\28\29 -10927:ExtractGreen_C -10928:ExtractAlpha_C -10929:ExtractAlphaRows -10930:ExternalWebGLTexture::~ExternalWebGLTexture\28\29_907 -10931:ExternalWebGLTexture::~ExternalWebGLTexture\28\29 -10932:ExternalWebGLTexture::getBackendTexture\28\29 -10933:ExternalWebGLTexture::dispose\28\29 -10934:ExportAlphaRGBA4444 -10935:ExportAlpha -10936:Equals\28SkPath\20const&\2c\20SkPath\20const&\29 -10937:End -10938:EmitYUV -10939:EmitSampledRGB -10940:EmitRescaledYUV -10941:EmitRescaledRGB -10942:EmitRescaledAlphaYUV -10943:EmitRescaledAlphaRGB -10944:EmitFancyRGB -10945:EmitAlphaYUV -10946:EmitAlphaRGBA4444 -10947:EmitAlphaRGB -10948:EllipticalRRectOp::onPrepareDraws\28GrMeshDrawTarget*\29 -10949:EllipticalRRectOp::onCombineIfPossible\28GrOp*\2c\20SkArenaAlloc*\2c\20GrCaps\20const&\29 -10950:EllipticalRRectOp::name\28\29\20const -10951:EllipticalRRectOp::finalize\28GrCaps\20const&\2c\20GrAppliedClip\20const*\2c\20GrClampType\29 -10952:EllipseOp::onPrepareDraws\28GrMeshDrawTarget*\29 -10953:EllipseOp::onCombineIfPossible\28GrOp*\2c\20SkArenaAlloc*\2c\20GrCaps\20const&\29 -10954:EllipseOp::name\28\29\20const -10955:EllipseOp::finalize\28GrCaps\20const&\2c\20GrAppliedClip\20const*\2c\20GrClampType\29 -10956:EllipseGeometryProcessor::name\28\29\20const -10957:EllipseGeometryProcessor::makeProgramImpl\28GrShaderCaps\20const&\29\20const -10958:EllipseGeometryProcessor::addToKey\28GrShaderCaps\20const&\2c\20skgpu::KeyBuilder*\29\20const -10959:EllipseGeometryProcessor::Impl::onEmitCode\28GrGeometryProcessor::ProgramImpl::EmitArgs&\2c\20GrGeometryProcessor::ProgramImpl::GrGPArgs*\29 -10960:Dual_Project -10961:DitherCombine8x8_C -10962:DispatchAlpha_C -10963:DispatchAlphaToGreen_C -10964:DisableColorXP::onGetBlendInfo\28skgpu::BlendInfo*\29\20const -10965:DisableColorXP::name\28\29\20const -10966:DisableColorXP::makeProgramImpl\28\29\20const::Impl::emitOutputsForBlendState\28GrXferProcessor::ProgramImpl::EmitArgs\20const&\29 -10967:DisableColorXP::makeProgramImpl\28\29\20const -10968:Direct_Move_Y -10969:Direct_Move_X -10970:Direct_Move_Orig_Y -10971:Direct_Move_Orig_X -10972:Direct_Move_Orig -10973:Direct_Move -10974:DefaultGeoProc::name\28\29\20const -10975:DefaultGeoProc::makeProgramImpl\28GrShaderCaps\20const&\29\20const -10976:DefaultGeoProc::addToKey\28GrShaderCaps\20const&\2c\20skgpu::KeyBuilder*\29\20const -10977:DefaultGeoProc::Impl::setData\28GrGLSLProgramDataManager\20const&\2c\20GrShaderCaps\20const&\2c\20GrGeometryProcessor\20const&\29 -10978:DefaultGeoProc::Impl::onEmitCode\28GrGeometryProcessor::ProgramImpl::EmitArgs&\2c\20GrGeometryProcessor::ProgramImpl::GrGPArgs*\29 -10979:DataFontLoader::loadSystemFonts\28SkFontScanner\20const*\2c\20skia_private::TArray\2c\20true>*\29\20const -10980:DIEllipseOp::~DIEllipseOp\28\29_11446 -10981:DIEllipseOp::~DIEllipseOp\28\29 -10982:DIEllipseOp::visitProxies\28std::__2::function\20const&\29\20const -10983:DIEllipseOp::onPrepareDraws\28GrMeshDrawTarget*\29 -10984:DIEllipseOp::onExecute\28GrOpFlushState*\2c\20SkRect\20const&\29 -10985:DIEllipseOp::onCreateProgramInfo\28GrCaps\20const*\2c\20SkArenaAlloc*\2c\20GrSurfaceProxyView\20const&\2c\20bool\2c\20GrAppliedClip&&\2c\20GrDstProxyView\20const&\2c\20GrXferBarrierFlags\2c\20GrLoadOp\29 -10986:DIEllipseOp::onCombineIfPossible\28GrOp*\2c\20SkArenaAlloc*\2c\20GrCaps\20const&\29 -10987:DIEllipseOp::name\28\29\20const -10988:DIEllipseOp::finalize\28GrCaps\20const&\2c\20GrAppliedClip\20const*\2c\20GrClampType\29 -10989:DIEllipseGeometryProcessor::name\28\29\20const -10990:DIEllipseGeometryProcessor::makeProgramImpl\28GrShaderCaps\20const&\29\20const -10991:DIEllipseGeometryProcessor::addToKey\28GrShaderCaps\20const&\2c\20skgpu::KeyBuilder*\29\20const -10992:DIEllipseGeometryProcessor::Impl::onEmitCode\28GrGeometryProcessor::ProgramImpl::EmitArgs&\2c\20GrGeometryProcessor::ProgramImpl::GrGPArgs*\29 -10993:DC8uv_C -10994:DC8uvNoTop_C -10995:DC8uvNoTopLeft_C -10996:DC8uvNoLeft_C -10997:DC4_C -10998:DC16_C -10999:DC16NoTop_C -11000:DC16NoTopLeft_C -11001:DC16NoLeft_C -11002:CustomXPFactory::makeXferProcessor\28GrProcessorAnalysisColor\20const&\2c\20GrProcessorAnalysisCoverage\2c\20GrCaps\20const&\2c\20GrClampType\29\20const -11003:CustomXPFactory::analysisProperties\28GrProcessorAnalysisColor\20const&\2c\20GrProcessorAnalysisCoverage\20const&\2c\20GrCaps\20const&\2c\20GrClampType\29\20const -11004:CustomXP::xferBarrierType\28GrCaps\20const&\29\20const -11005:CustomXP::onGetBlendInfo\28skgpu::BlendInfo*\29\20const -11006:CustomXP::onAddToKey\28GrShaderCaps\20const&\2c\20skgpu::KeyBuilder*\29\20const -11007:CustomXP::name\28\29\20const -11008:CustomXP::makeProgramImpl\28\29\20const::Impl::emitOutputsForBlendState\28GrXferProcessor::ProgramImpl::EmitArgs\20const&\29 -11009:CustomXP::makeProgramImpl\28\29\20const -11010:CustomTeardown -11011:CustomSetup -11012:CustomPut -11013:Current_Ppem_Stretched -11014:Current_Ppem -11015:Cr_z_zcalloc -11016:CoverageSetOpXP::onGetBlendInfo\28skgpu::BlendInfo*\29\20const -11017:CoverageSetOpXP::onAddToKey\28GrShaderCaps\20const&\2c\20skgpu::KeyBuilder*\29\20const -11018:CoverageSetOpXP::name\28\29\20const -11019:CoverageSetOpXP::makeProgramImpl\28\29\20const::Impl::emitOutputsForBlendState\28GrXferProcessor::ProgramImpl::EmitArgs\20const&\29 -11020:CoverageSetOpXP::makeProgramImpl\28\29\20const -11021:CopyPath\28SkPath\20const&\29 -11022:ConvertRGB24ToY_C -11023:ConvertBGR24ToY_C -11024:ConvertARGBToY_C -11025:ColorTableEffect::onMakeProgramImpl\28\29\20const::Impl::emitCode\28GrFragmentProcessor::ProgramImpl::EmitArgs&\29 -11026:ColorTableEffect::onMakeProgramImpl\28\29\20const -11027:ColorTableEffect::name\28\29\20const -11028:ColorTableEffect::clone\28\29\20const -11029:CircularRRectOp::visitProxies\28std::__2::function\20const&\29\20const -11030:CircularRRectOp::onPrepareDraws\28GrMeshDrawTarget*\29 -11031:CircularRRectOp::onExecute\28GrOpFlushState*\2c\20SkRect\20const&\29 -11032:CircularRRectOp::onCreateProgramInfo\28GrCaps\20const*\2c\20SkArenaAlloc*\2c\20GrSurfaceProxyView\20const&\2c\20bool\2c\20GrAppliedClip&&\2c\20GrDstProxyView\20const&\2c\20GrXferBarrierFlags\2c\20GrLoadOp\29 -11033:CircularRRectOp::onCombineIfPossible\28GrOp*\2c\20SkArenaAlloc*\2c\20GrCaps\20const&\29 -11034:CircularRRectOp::name\28\29\20const -11035:CircularRRectOp::finalize\28GrCaps\20const&\2c\20GrAppliedClip\20const*\2c\20GrClampType\29 -11036:CircleOp::~CircleOp\28\29_11420 -11037:CircleOp::~CircleOp\28\29 -11038:CircleOp::visitProxies\28std::__2::function\20const&\29\20const -11039:CircleOp::programInfo\28\29 -11040:CircleOp::onPrepareDraws\28GrMeshDrawTarget*\29 -11041:CircleOp::onExecute\28GrOpFlushState*\2c\20SkRect\20const&\29 -11042:CircleOp::onCreateProgramInfo\28GrCaps\20const*\2c\20SkArenaAlloc*\2c\20GrSurfaceProxyView\20const&\2c\20bool\2c\20GrAppliedClip&&\2c\20GrDstProxyView\20const&\2c\20GrXferBarrierFlags\2c\20GrLoadOp\29 -11043:CircleOp::onCombineIfPossible\28GrOp*\2c\20SkArenaAlloc*\2c\20GrCaps\20const&\29 -11044:CircleOp::name\28\29\20const -11045:CircleOp::finalize\28GrCaps\20const&\2c\20GrAppliedClip\20const*\2c\20GrClampType\29 -11046:CircleGeometryProcessor::name\28\29\20const -11047:CircleGeometryProcessor::makeProgramImpl\28GrShaderCaps\20const&\29\20const -11048:CircleGeometryProcessor::addToKey\28GrShaderCaps\20const&\2c\20skgpu::KeyBuilder*\29\20const -11049:CircleGeometryProcessor::Impl::onEmitCode\28GrGeometryProcessor::ProgramImpl::EmitArgs&\2c\20GrGeometryProcessor::ProgramImpl::GrGPArgs*\29 -11050:CanInterpolate\28SkPath\20const&\2c\20SkPath\20const&\29 -11051:ButtCapper\28SkPathBuilder*\2c\20SkPoint\20const&\2c\20SkPoint\20const&\2c\20SkPoint\20const&\2c\20bool\29 -11052:ButtCapDashedCircleOp::visitProxies\28std::__2::function\20const&\29\20const -11053:ButtCapDashedCircleOp::programInfo\28\29 -11054:ButtCapDashedCircleOp::onPrepareDraws\28GrMeshDrawTarget*\29 -11055:ButtCapDashedCircleOp::onExecute\28GrOpFlushState*\2c\20SkRect\20const&\29 -11056:ButtCapDashedCircleOp::onCreateProgramInfo\28GrCaps\20const*\2c\20SkArenaAlloc*\2c\20GrSurfaceProxyView\20const&\2c\20bool\2c\20GrAppliedClip&&\2c\20GrDstProxyView\20const&\2c\20GrXferBarrierFlags\2c\20GrLoadOp\29 -11057:ButtCapDashedCircleOp::onCombineIfPossible\28GrOp*\2c\20SkArenaAlloc*\2c\20GrCaps\20const&\29 -11058:ButtCapDashedCircleOp::name\28\29\20const -11059:ButtCapDashedCircleOp::finalize\28GrCaps\20const&\2c\20GrAppliedClip\20const*\2c\20GrClampType\29 -11060:ButtCapDashedCircleGeometryProcessor::name\28\29\20const -11061:ButtCapDashedCircleGeometryProcessor::makeProgramImpl\28GrShaderCaps\20const&\29\20const -11062:ButtCapDashedCircleGeometryProcessor::addToKey\28GrShaderCaps\20const&\2c\20skgpu::KeyBuilder*\29\20const -11063:ButtCapDashedCircleGeometryProcessor::Impl::onEmitCode\28GrGeometryProcessor::ProgramImpl::EmitArgs&\2c\20GrGeometryProcessor::ProgramImpl::GrGPArgs*\29 -11064:BrotliDefaultAllocFunc -11065:BluntJoiner\28SkPathBuilder*\2c\20SkPathBuilder*\2c\20SkPoint\20const&\2c\20SkPoint\20const&\2c\20SkPoint\20const&\2c\20float\2c\20float\2c\20bool\2c\20bool\29 -11066:BlendFragmentProcessor::onMakeProgramImpl\28\29\20const::Impl::onSetData\28GrGLSLProgramDataManager\20const&\2c\20GrFragmentProcessor\20const&\29 -11067:BlendFragmentProcessor::onMakeProgramImpl\28\29\20const::Impl::emitCode\28GrFragmentProcessor::ProgramImpl::EmitArgs&\29 -11068:BlendFragmentProcessor::onMakeProgramImpl\28\29\20const -11069:BlendFragmentProcessor::onIsEqual\28GrFragmentProcessor\20const&\29\20const -11070:BlendFragmentProcessor::onAddToKey\28GrShaderCaps\20const&\2c\20skgpu::KeyBuilder*\29\20const -11071:BlendFragmentProcessor::name\28\29\20const -11072:BlendFragmentProcessor::constantOutputForConstantInput\28SkRGBA4f<\28SkAlphaType\292>\20const&\29\20const -11073:BlendFragmentProcessor::clone\28\29\20const -11074:AutoCleanPng::infoCallback\28unsigned\20long\29 -11075:AutoCleanPng::decodeBounds\28\29 -11076:ApplyTrim\28SkPath&\2c\20float\2c\20float\2c\20bool\29 -11077:ApplyTransform\28SkPath&\2c\20float\2c\20float\2c\20float\2c\20float\2c\20float\2c\20float\2c\20float\2c\20float\2c\20float\29 -11078:ApplyStroke\28SkPath&\2c\20StrokeOpts\29 -11079:ApplySimplify\28SkPath&\29 -11080:ApplyRewind\28SkPath&\29 -11081:ApplyReset\28SkPath&\29 -11082:ApplyRQuadTo\28SkPath&\2c\20float\2c\20float\2c\20float\2c\20float\29 -11083:ApplyRMoveTo\28SkPath&\2c\20float\2c\20float\29 -11084:ApplyRLineTo\28SkPath&\2c\20float\2c\20float\29 -11085:ApplyRCubicTo\28SkPath&\2c\20float\2c\20float\2c\20float\2c\20float\2c\20float\2c\20float\29 -11086:ApplyRConicTo\28SkPath&\2c\20float\2c\20float\2c\20float\2c\20float\2c\20float\29 -11087:ApplyRArcToArcSize\28SkPath&\2c\20float\2c\20float\2c\20float\2c\20bool\2c\20bool\2c\20float\2c\20float\29 -11088:ApplyQuadTo\28SkPath&\2c\20float\2c\20float\2c\20float\2c\20float\29 -11089:ApplyPathOp\28SkPath&\2c\20SkPath\20const&\2c\20SkPathOp\29 -11090:ApplyMoveTo\28SkPath&\2c\20float\2c\20float\29 -11091:ApplyLineTo\28SkPath&\2c\20float\2c\20float\29 -11092:ApplyDash\28SkPath&\2c\20float\2c\20float\2c\20float\29 -11093:ApplyCubicTo\28SkPath&\2c\20float\2c\20float\2c\20float\2c\20float\2c\20float\2c\20float\29 -11094:ApplyConicTo\28SkPath&\2c\20float\2c\20float\2c\20float\2c\20float\2c\20float\29 -11095:ApplyClose\28SkPath&\29 -11096:ApplyArcToTangent\28SkPath&\2c\20float\2c\20float\2c\20float\2c\20float\2c\20float\29 -11097:ApplyArcToArcSize\28SkPath&\2c\20float\2c\20float\2c\20float\2c\20bool\2c\20bool\2c\20float\2c\20float\29 -11098:ApplyAlphaMultiply_C -11099:ApplyAlphaMultiply_16b_C -11100:ApplyAddPath\28SkPath&\2c\20SkPath\20const&\2c\20float\2c\20float\2c\20float\2c\20float\2c\20float\2c\20float\2c\20float\2c\20float\2c\20float\2c\20bool\29 -11101:AlphaReplace_C -11102:$_3::__invoke\28unsigned\20char*\2c\20unsigned\20char\2c\20int\2c\20unsigned\20char\29 -11103:$_2::__invoke\28unsigned\20char*\2c\20unsigned\20char\2c\20int\29 -11104:$_1::__invoke\28unsigned\20char*\2c\20unsigned\20char\2c\20int\2c\20unsigned\20char\29 -11105:$_0::__invoke\28unsigned\20char*\2c\20unsigned\20char\2c\20int\29 +5576:5339 +5577:5340 +5578:5341 +5579:5342 +5580:5343 +5581:5344 +5582:5345 +5583:5346 +5584:5347 +5585:5348 +5586:5349 +5587:5350 +5588:5351 +5589:5352 +5590:5353 +5591:5354 +5592:ycck_cmyk_convert +5593:ycc_rgb_convert +5594:ycc_rgb565_convert +5595:ycc_rgb565D_convert +5596:xyzd50_to_lab\28SkRGBA4f<\28SkAlphaType\292>\2c\20bool*\29 +5597:xyzd50_to_hcl\28SkRGBA4f<\28SkAlphaType\292>\2c\20bool*\29 +5598:wuffs_gif__decoder__tell_me_more +5599:wuffs_gif__decoder__set_report_metadata +5600:wuffs_gif__decoder__num_decoded_frame_configs +5601:wuffs_base__pixel_swizzler__xxxxxxxx__index_binary_alpha__src_over +5602:wuffs_base__pixel_swizzler__xxxxxxxx__index__src +5603:wuffs_base__pixel_swizzler__xxxx__index_binary_alpha__src_over +5604:wuffs_base__pixel_swizzler__xxxx__index__src +5605:wuffs_base__pixel_swizzler__xxx__index_binary_alpha__src_over +5606:wuffs_base__pixel_swizzler__xxx__index__src +5607:wuffs_base__pixel_swizzler__transparent_black_src_over +5608:wuffs_base__pixel_swizzler__transparent_black_src +5609:wuffs_base__pixel_swizzler__copy_1_1 +5610:wuffs_base__pixel_swizzler__bgr_565__index_binary_alpha__src_over +5611:wuffs_base__pixel_swizzler__bgr_565__index__src +5612:webgl_get_gl_proc\28void*\2c\20char\20const*\29 +5613:void\20mergeT\28void\20const*\2c\20int\2c\20unsigned\20char\20const*\2c\20int\2c\20void*\29 +5614:void\20mergeT\28void\20const*\2c\20int\2c\20unsigned\20char\20const*\2c\20int\2c\20void*\29 +5615:void\20emscripten::internal::raw_destructor>\28sk_sp*\29 +5616:void\20emscripten::internal::raw_destructor\28SkVertices::Builder*\29 +5617:void\20emscripten::internal::raw_destructor\28SkRuntimeEffect::TracedShader*\29 +5618:void\20emscripten::internal::raw_destructor\28SkPictureRecorder*\29 +5619:void\20emscripten::internal::raw_destructor\28SkPath*\29 +5620:void\20emscripten::internal::raw_destructor\28SkPaint*\29 +5621:void\20emscripten::internal::raw_destructor\28SkContourMeasureIter*\29 +5622:void\20emscripten::internal::raw_destructor\28SimpleImageInfo*\29 +5623:void\20emscripten::internal::MemberAccess::setWire\28SimpleTextStyle\20SimpleParagraphStyle::*\20const&\2c\20SimpleParagraphStyle&\2c\20SimpleTextStyle*\29 +5624:void\20emscripten::internal::MemberAccess::setWire\28SimpleStrutStyle\20SimpleParagraphStyle::*\20const&\2c\20SimpleParagraphStyle&\2c\20SimpleStrutStyle*\29 +5625:void\20emscripten::internal::MemberAccess>::setWire\28sk_sp\20SimpleImageInfo::*\20const&\2c\20SimpleImageInfo&\2c\20sk_sp*\29 +5626:void\20const*\20emscripten::internal::getActualType\28skia::textlayout::TypefaceFontProvider*\29 +5627:void\20const*\20emscripten::internal::getActualType\28skia::textlayout::ParagraphBuilderImpl*\29 +5628:void\20const*\20emscripten::internal::getActualType\28skia::textlayout::Paragraph*\29 +5629:void\20const*\20emscripten::internal::getActualType\28skia::textlayout::FontCollection*\29 +5630:void\20const*\20emscripten::internal::getActualType\28SkVertices*\29 +5631:void\20const*\20emscripten::internal::getActualType\28SkVertices::Builder*\29 +5632:void\20const*\20emscripten::internal::getActualType\28SkTypeface*\29 +5633:void\20const*\20emscripten::internal::getActualType\28SkTextBlob*\29 +5634:void\20const*\20emscripten::internal::getActualType\28SkSurface*\29 +5635:void\20const*\20emscripten::internal::getActualType\28SkShader*\29 +5636:void\20const*\20emscripten::internal::getActualType\28SkSL::DebugTrace*\29 +5637:void\20const*\20emscripten::internal::getActualType\28SkRuntimeEffect*\29 +5638:void\20const*\20emscripten::internal::getActualType\28SkPictureRecorder*\29 +5639:void\20const*\20emscripten::internal::getActualType\28SkPicture*\29 +5640:void\20const*\20emscripten::internal::getActualType\28SkPathEffect*\29 +5641:void\20const*\20emscripten::internal::getActualType\28SkPath*\29 +5642:void\20const*\20emscripten::internal::getActualType\28SkPaint*\29 +5643:void\20const*\20emscripten::internal::getActualType\28SkMaskFilter*\29 +5644:void\20const*\20emscripten::internal::getActualType\28SkImageFilter*\29 +5645:void\20const*\20emscripten::internal::getActualType\28SkImage*\29 +5646:void\20const*\20emscripten::internal::getActualType\28SkFontMgr*\29 +5647:void\20const*\20emscripten::internal::getActualType\28SkFont*\29 +5648:void\20const*\20emscripten::internal::getActualType\28SkContourMeasureIter*\29 +5649:void\20const*\20emscripten::internal::getActualType\28SkContourMeasure*\29 +5650:void\20const*\20emscripten::internal::getActualType\28SkColorSpace*\29 +5651:void\20const*\20emscripten::internal::getActualType\28SkColorFilter*\29 +5652:void\20const*\20emscripten::internal::getActualType\28SkCanvas*\29 +5653:void\20const*\20emscripten::internal::getActualType\28SkBlender*\29 +5654:void\20const*\20emscripten::internal::getActualType\28SkAnimatedImage*\29 +5655:void\20const*\20emscripten::internal::getActualType\28GrDirectContext*\29 +5656:void\20\28anonymous\20namespace\29::downsample_3_3<\28anonymous\20namespace\29::ColorTypeFilter_RGBA_F16>\28void*\2c\20void\20const*\2c\20unsigned\20long\2c\20int\29 +5657:void\20\28anonymous\20namespace\29::downsample_3_3<\28anonymous\20namespace\29::ColorTypeFilter_F16F16>\28void*\2c\20void\20const*\2c\20unsigned\20long\2c\20int\29 +5658:void\20\28anonymous\20namespace\29::downsample_3_3<\28anonymous\20namespace\29::ColorTypeFilter_Alpha_F16>\28void*\2c\20void\20const*\2c\20unsigned\20long\2c\20int\29 +5659:void\20\28anonymous\20namespace\29::downsample_3_3<\28anonymous\20namespace\29::ColorTypeFilter_8>\28void*\2c\20void\20const*\2c\20unsigned\20long\2c\20int\29 +5660:void\20\28anonymous\20namespace\29::downsample_3_3<\28anonymous\20namespace\29::ColorTypeFilter_88>\28void*\2c\20void\20const*\2c\20unsigned\20long\2c\20int\29 +5661:void\20\28anonymous\20namespace\29::downsample_3_3<\28anonymous\20namespace\29::ColorTypeFilter_8888>\28void*\2c\20void\20const*\2c\20unsigned\20long\2c\20int\29 +5662:void\20\28anonymous\20namespace\29::downsample_3_3<\28anonymous\20namespace\29::ColorTypeFilter_565>\28void*\2c\20void\20const*\2c\20unsigned\20long\2c\20int\29 +5663:void\20\28anonymous\20namespace\29::downsample_3_3<\28anonymous\20namespace\29::ColorTypeFilter_4444>\28void*\2c\20void\20const*\2c\20unsigned\20long\2c\20int\29 +5664:void\20\28anonymous\20namespace\29::downsample_3_3<\28anonymous\20namespace\29::ColorTypeFilter_16>\28void*\2c\20void\20const*\2c\20unsigned\20long\2c\20int\29 +5665:void\20\28anonymous\20namespace\29::downsample_3_3<\28anonymous\20namespace\29::ColorTypeFilter_1616>\28void*\2c\20void\20const*\2c\20unsigned\20long\2c\20int\29 +5666:void\20\28anonymous\20namespace\29::downsample_3_3<\28anonymous\20namespace\29::ColorTypeFilter_16161616>\28void*\2c\20void\20const*\2c\20unsigned\20long\2c\20int\29 +5667:void\20\28anonymous\20namespace\29::downsample_3_3<\28anonymous\20namespace\29::ColorTypeFilter_1010102>\28void*\2c\20void\20const*\2c\20unsigned\20long\2c\20int\29 +5668:void\20\28anonymous\20namespace\29::downsample_3_2<\28anonymous\20namespace\29::ColorTypeFilter_RGBA_F16>\28void*\2c\20void\20const*\2c\20unsigned\20long\2c\20int\29 +5669:void\20\28anonymous\20namespace\29::downsample_3_2<\28anonymous\20namespace\29::ColorTypeFilter_F16F16>\28void*\2c\20void\20const*\2c\20unsigned\20long\2c\20int\29 +5670:void\20\28anonymous\20namespace\29::downsample_3_2<\28anonymous\20namespace\29::ColorTypeFilter_Alpha_F16>\28void*\2c\20void\20const*\2c\20unsigned\20long\2c\20int\29 +5671:void\20\28anonymous\20namespace\29::downsample_3_2<\28anonymous\20namespace\29::ColorTypeFilter_8>\28void*\2c\20void\20const*\2c\20unsigned\20long\2c\20int\29 +5672:void\20\28anonymous\20namespace\29::downsample_3_2<\28anonymous\20namespace\29::ColorTypeFilter_88>\28void*\2c\20void\20const*\2c\20unsigned\20long\2c\20int\29 +5673:void\20\28anonymous\20namespace\29::downsample_3_2<\28anonymous\20namespace\29::ColorTypeFilter_8888>\28void*\2c\20void\20const*\2c\20unsigned\20long\2c\20int\29 +5674:void\20\28anonymous\20namespace\29::downsample_3_2<\28anonymous\20namespace\29::ColorTypeFilter_565>\28void*\2c\20void\20const*\2c\20unsigned\20long\2c\20int\29 +5675:void\20\28anonymous\20namespace\29::downsample_3_2<\28anonymous\20namespace\29::ColorTypeFilter_4444>\28void*\2c\20void\20const*\2c\20unsigned\20long\2c\20int\29 +5676:void\20\28anonymous\20namespace\29::downsample_3_2<\28anonymous\20namespace\29::ColorTypeFilter_16>\28void*\2c\20void\20const*\2c\20unsigned\20long\2c\20int\29 +5677:void\20\28anonymous\20namespace\29::downsample_3_2<\28anonymous\20namespace\29::ColorTypeFilter_1616>\28void*\2c\20void\20const*\2c\20unsigned\20long\2c\20int\29 +5678:void\20\28anonymous\20namespace\29::downsample_3_2<\28anonymous\20namespace\29::ColorTypeFilter_16161616>\28void*\2c\20void\20const*\2c\20unsigned\20long\2c\20int\29 +5679:void\20\28anonymous\20namespace\29::downsample_3_2<\28anonymous\20namespace\29::ColorTypeFilter_1010102>\28void*\2c\20void\20const*\2c\20unsigned\20long\2c\20int\29 +5680:void\20\28anonymous\20namespace\29::downsample_3_1<\28anonymous\20namespace\29::ColorTypeFilter_RGBA_F16>\28void*\2c\20void\20const*\2c\20unsigned\20long\2c\20int\29 +5681:void\20\28anonymous\20namespace\29::downsample_3_1<\28anonymous\20namespace\29::ColorTypeFilter_F16F16>\28void*\2c\20void\20const*\2c\20unsigned\20long\2c\20int\29 +5682:void\20\28anonymous\20namespace\29::downsample_3_1<\28anonymous\20namespace\29::ColorTypeFilter_Alpha_F16>\28void*\2c\20void\20const*\2c\20unsigned\20long\2c\20int\29 +5683:void\20\28anonymous\20namespace\29::downsample_3_1<\28anonymous\20namespace\29::ColorTypeFilter_8>\28void*\2c\20void\20const*\2c\20unsigned\20long\2c\20int\29 +5684:void\20\28anonymous\20namespace\29::downsample_3_1<\28anonymous\20namespace\29::ColorTypeFilter_88>\28void*\2c\20void\20const*\2c\20unsigned\20long\2c\20int\29 +5685:void\20\28anonymous\20namespace\29::downsample_3_1<\28anonymous\20namespace\29::ColorTypeFilter_8888>\28void*\2c\20void\20const*\2c\20unsigned\20long\2c\20int\29 +5686:void\20\28anonymous\20namespace\29::downsample_3_1<\28anonymous\20namespace\29::ColorTypeFilter_565>\28void*\2c\20void\20const*\2c\20unsigned\20long\2c\20int\29 +5687:void\20\28anonymous\20namespace\29::downsample_3_1<\28anonymous\20namespace\29::ColorTypeFilter_4444>\28void*\2c\20void\20const*\2c\20unsigned\20long\2c\20int\29 +5688:void\20\28anonymous\20namespace\29::downsample_3_1<\28anonymous\20namespace\29::ColorTypeFilter_16>\28void*\2c\20void\20const*\2c\20unsigned\20long\2c\20int\29 +5689:void\20\28anonymous\20namespace\29::downsample_3_1<\28anonymous\20namespace\29::ColorTypeFilter_1616>\28void*\2c\20void\20const*\2c\20unsigned\20long\2c\20int\29 +5690:void\20\28anonymous\20namespace\29::downsample_3_1<\28anonymous\20namespace\29::ColorTypeFilter_16161616>\28void*\2c\20void\20const*\2c\20unsigned\20long\2c\20int\29 +5691:void\20\28anonymous\20namespace\29::downsample_3_1<\28anonymous\20namespace\29::ColorTypeFilter_1010102>\28void*\2c\20void\20const*\2c\20unsigned\20long\2c\20int\29 +5692:void\20\28anonymous\20namespace\29::downsample_2_3<\28anonymous\20namespace\29::ColorTypeFilter_RGBA_F16>\28void*\2c\20void\20const*\2c\20unsigned\20long\2c\20int\29 +5693:void\20\28anonymous\20namespace\29::downsample_2_3<\28anonymous\20namespace\29::ColorTypeFilter_F16F16>\28void*\2c\20void\20const*\2c\20unsigned\20long\2c\20int\29 +5694:void\20\28anonymous\20namespace\29::downsample_2_3<\28anonymous\20namespace\29::ColorTypeFilter_Alpha_F16>\28void*\2c\20void\20const*\2c\20unsigned\20long\2c\20int\29 +5695:void\20\28anonymous\20namespace\29::downsample_2_3<\28anonymous\20namespace\29::ColorTypeFilter_8>\28void*\2c\20void\20const*\2c\20unsigned\20long\2c\20int\29 +5696:void\20\28anonymous\20namespace\29::downsample_2_3<\28anonymous\20namespace\29::ColorTypeFilter_88>\28void*\2c\20void\20const*\2c\20unsigned\20long\2c\20int\29 +5697:void\20\28anonymous\20namespace\29::downsample_2_3<\28anonymous\20namespace\29::ColorTypeFilter_8888>\28void*\2c\20void\20const*\2c\20unsigned\20long\2c\20int\29 +5698:void\20\28anonymous\20namespace\29::downsample_2_3<\28anonymous\20namespace\29::ColorTypeFilter_565>\28void*\2c\20void\20const*\2c\20unsigned\20long\2c\20int\29 +5699:void\20\28anonymous\20namespace\29::downsample_2_3<\28anonymous\20namespace\29::ColorTypeFilter_4444>\28void*\2c\20void\20const*\2c\20unsigned\20long\2c\20int\29 +5700:void\20\28anonymous\20namespace\29::downsample_2_3<\28anonymous\20namespace\29::ColorTypeFilter_16>\28void*\2c\20void\20const*\2c\20unsigned\20long\2c\20int\29 +5701:void\20\28anonymous\20namespace\29::downsample_2_3<\28anonymous\20namespace\29::ColorTypeFilter_1616>\28void*\2c\20void\20const*\2c\20unsigned\20long\2c\20int\29 +5702:void\20\28anonymous\20namespace\29::downsample_2_3<\28anonymous\20namespace\29::ColorTypeFilter_16161616>\28void*\2c\20void\20const*\2c\20unsigned\20long\2c\20int\29 +5703:void\20\28anonymous\20namespace\29::downsample_2_3<\28anonymous\20namespace\29::ColorTypeFilter_1010102>\28void*\2c\20void\20const*\2c\20unsigned\20long\2c\20int\29 +5704:void\20\28anonymous\20namespace\29::downsample_2_2<\28anonymous\20namespace\29::ColorTypeFilter_RGBA_F16>\28void*\2c\20void\20const*\2c\20unsigned\20long\2c\20int\29 +5705:void\20\28anonymous\20namespace\29::downsample_2_2<\28anonymous\20namespace\29::ColorTypeFilter_F16F16>\28void*\2c\20void\20const*\2c\20unsigned\20long\2c\20int\29 +5706:void\20\28anonymous\20namespace\29::downsample_2_2<\28anonymous\20namespace\29::ColorTypeFilter_Alpha_F16>\28void*\2c\20void\20const*\2c\20unsigned\20long\2c\20int\29 +5707:void\20\28anonymous\20namespace\29::downsample_2_2<\28anonymous\20namespace\29::ColorTypeFilter_8>\28void*\2c\20void\20const*\2c\20unsigned\20long\2c\20int\29 +5708:void\20\28anonymous\20namespace\29::downsample_2_2<\28anonymous\20namespace\29::ColorTypeFilter_88>\28void*\2c\20void\20const*\2c\20unsigned\20long\2c\20int\29 +5709:void\20\28anonymous\20namespace\29::downsample_2_2<\28anonymous\20namespace\29::ColorTypeFilter_8888>\28void*\2c\20void\20const*\2c\20unsigned\20long\2c\20int\29 +5710:void\20\28anonymous\20namespace\29::downsample_2_2<\28anonymous\20namespace\29::ColorTypeFilter_565>\28void*\2c\20void\20const*\2c\20unsigned\20long\2c\20int\29 +5711:void\20\28anonymous\20namespace\29::downsample_2_2<\28anonymous\20namespace\29::ColorTypeFilter_4444>\28void*\2c\20void\20const*\2c\20unsigned\20long\2c\20int\29 +5712:void\20\28anonymous\20namespace\29::downsample_2_2<\28anonymous\20namespace\29::ColorTypeFilter_16>\28void*\2c\20void\20const*\2c\20unsigned\20long\2c\20int\29 +5713:void\20\28anonymous\20namespace\29::downsample_2_2<\28anonymous\20namespace\29::ColorTypeFilter_1616>\28void*\2c\20void\20const*\2c\20unsigned\20long\2c\20int\29 +5714:void\20\28anonymous\20namespace\29::downsample_2_2<\28anonymous\20namespace\29::ColorTypeFilter_16161616>\28void*\2c\20void\20const*\2c\20unsigned\20long\2c\20int\29 +5715:void\20\28anonymous\20namespace\29::downsample_2_2<\28anonymous\20namespace\29::ColorTypeFilter_1010102>\28void*\2c\20void\20const*\2c\20unsigned\20long\2c\20int\29 +5716:void\20\28anonymous\20namespace\29::downsample_2_1<\28anonymous\20namespace\29::ColorTypeFilter_RGBA_F16>\28void*\2c\20void\20const*\2c\20unsigned\20long\2c\20int\29 +5717:void\20\28anonymous\20namespace\29::downsample_2_1<\28anonymous\20namespace\29::ColorTypeFilter_F16F16>\28void*\2c\20void\20const*\2c\20unsigned\20long\2c\20int\29 +5718:void\20\28anonymous\20namespace\29::downsample_2_1<\28anonymous\20namespace\29::ColorTypeFilter_Alpha_F16>\28void*\2c\20void\20const*\2c\20unsigned\20long\2c\20int\29 +5719:void\20\28anonymous\20namespace\29::downsample_2_1<\28anonymous\20namespace\29::ColorTypeFilter_8>\28void*\2c\20void\20const*\2c\20unsigned\20long\2c\20int\29 +5720:void\20\28anonymous\20namespace\29::downsample_2_1<\28anonymous\20namespace\29::ColorTypeFilter_88>\28void*\2c\20void\20const*\2c\20unsigned\20long\2c\20int\29 +5721:void\20\28anonymous\20namespace\29::downsample_2_1<\28anonymous\20namespace\29::ColorTypeFilter_8888>\28void*\2c\20void\20const*\2c\20unsigned\20long\2c\20int\29 +5722:void\20\28anonymous\20namespace\29::downsample_2_1<\28anonymous\20namespace\29::ColorTypeFilter_565>\28void*\2c\20void\20const*\2c\20unsigned\20long\2c\20int\29 +5723:void\20\28anonymous\20namespace\29::downsample_2_1<\28anonymous\20namespace\29::ColorTypeFilter_4444>\28void*\2c\20void\20const*\2c\20unsigned\20long\2c\20int\29 +5724:void\20\28anonymous\20namespace\29::downsample_2_1<\28anonymous\20namespace\29::ColorTypeFilter_16>\28void*\2c\20void\20const*\2c\20unsigned\20long\2c\20int\29 +5725:void\20\28anonymous\20namespace\29::downsample_2_1<\28anonymous\20namespace\29::ColorTypeFilter_1616>\28void*\2c\20void\20const*\2c\20unsigned\20long\2c\20int\29 +5726:void\20\28anonymous\20namespace\29::downsample_2_1<\28anonymous\20namespace\29::ColorTypeFilter_16161616>\28void*\2c\20void\20const*\2c\20unsigned\20long\2c\20int\29 +5727:void\20\28anonymous\20namespace\29::downsample_2_1<\28anonymous\20namespace\29::ColorTypeFilter_1010102>\28void*\2c\20void\20const*\2c\20unsigned\20long\2c\20int\29 +5728:void\20\28anonymous\20namespace\29::downsample_1_3<\28anonymous\20namespace\29::ColorTypeFilter_RGBA_F16>\28void*\2c\20void\20const*\2c\20unsigned\20long\2c\20int\29 +5729:void\20\28anonymous\20namespace\29::downsample_1_3<\28anonymous\20namespace\29::ColorTypeFilter_F16F16>\28void*\2c\20void\20const*\2c\20unsigned\20long\2c\20int\29 +5730:void\20\28anonymous\20namespace\29::downsample_1_3<\28anonymous\20namespace\29::ColorTypeFilter_Alpha_F16>\28void*\2c\20void\20const*\2c\20unsigned\20long\2c\20int\29 +5731:void\20\28anonymous\20namespace\29::downsample_1_3<\28anonymous\20namespace\29::ColorTypeFilter_8>\28void*\2c\20void\20const*\2c\20unsigned\20long\2c\20int\29 +5732:void\20\28anonymous\20namespace\29::downsample_1_3<\28anonymous\20namespace\29::ColorTypeFilter_88>\28void*\2c\20void\20const*\2c\20unsigned\20long\2c\20int\29 +5733:void\20\28anonymous\20namespace\29::downsample_1_3<\28anonymous\20namespace\29::ColorTypeFilter_8888>\28void*\2c\20void\20const*\2c\20unsigned\20long\2c\20int\29 +5734:void\20\28anonymous\20namespace\29::downsample_1_3<\28anonymous\20namespace\29::ColorTypeFilter_565>\28void*\2c\20void\20const*\2c\20unsigned\20long\2c\20int\29 +5735:void\20\28anonymous\20namespace\29::downsample_1_3<\28anonymous\20namespace\29::ColorTypeFilter_4444>\28void*\2c\20void\20const*\2c\20unsigned\20long\2c\20int\29 +5736:void\20\28anonymous\20namespace\29::downsample_1_3<\28anonymous\20namespace\29::ColorTypeFilter_16>\28void*\2c\20void\20const*\2c\20unsigned\20long\2c\20int\29 +5737:void\20\28anonymous\20namespace\29::downsample_1_3<\28anonymous\20namespace\29::ColorTypeFilter_1616>\28void*\2c\20void\20const*\2c\20unsigned\20long\2c\20int\29 +5738:void\20\28anonymous\20namespace\29::downsample_1_3<\28anonymous\20namespace\29::ColorTypeFilter_16161616>\28void*\2c\20void\20const*\2c\20unsigned\20long\2c\20int\29 +5739:void\20\28anonymous\20namespace\29::downsample_1_3<\28anonymous\20namespace\29::ColorTypeFilter_1010102>\28void*\2c\20void\20const*\2c\20unsigned\20long\2c\20int\29 +5740:void\20\28anonymous\20namespace\29::downsample_1_2<\28anonymous\20namespace\29::ColorTypeFilter_RGBA_F16>\28void*\2c\20void\20const*\2c\20unsigned\20long\2c\20int\29 +5741:void\20\28anonymous\20namespace\29::downsample_1_2<\28anonymous\20namespace\29::ColorTypeFilter_F16F16>\28void*\2c\20void\20const*\2c\20unsigned\20long\2c\20int\29 +5742:void\20\28anonymous\20namespace\29::downsample_1_2<\28anonymous\20namespace\29::ColorTypeFilter_Alpha_F16>\28void*\2c\20void\20const*\2c\20unsigned\20long\2c\20int\29 +5743:void\20\28anonymous\20namespace\29::downsample_1_2<\28anonymous\20namespace\29::ColorTypeFilter_8>\28void*\2c\20void\20const*\2c\20unsigned\20long\2c\20int\29 +5744:void\20\28anonymous\20namespace\29::downsample_1_2<\28anonymous\20namespace\29::ColorTypeFilter_88>\28void*\2c\20void\20const*\2c\20unsigned\20long\2c\20int\29 +5745:void\20\28anonymous\20namespace\29::downsample_1_2<\28anonymous\20namespace\29::ColorTypeFilter_8888>\28void*\2c\20void\20const*\2c\20unsigned\20long\2c\20int\29 +5746:void\20\28anonymous\20namespace\29::downsample_1_2<\28anonymous\20namespace\29::ColorTypeFilter_565>\28void*\2c\20void\20const*\2c\20unsigned\20long\2c\20int\29 +5747:void\20\28anonymous\20namespace\29::downsample_1_2<\28anonymous\20namespace\29::ColorTypeFilter_4444>\28void*\2c\20void\20const*\2c\20unsigned\20long\2c\20int\29 +5748:void\20\28anonymous\20namespace\29::downsample_1_2<\28anonymous\20namespace\29::ColorTypeFilter_16>\28void*\2c\20void\20const*\2c\20unsigned\20long\2c\20int\29 +5749:void\20\28anonymous\20namespace\29::downsample_1_2<\28anonymous\20namespace\29::ColorTypeFilter_1616>\28void*\2c\20void\20const*\2c\20unsigned\20long\2c\20int\29 +5750:void\20\28anonymous\20namespace\29::downsample_1_2<\28anonymous\20namespace\29::ColorTypeFilter_16161616>\28void*\2c\20void\20const*\2c\20unsigned\20long\2c\20int\29 +5751:void\20\28anonymous\20namespace\29::downsample_1_2<\28anonymous\20namespace\29::ColorTypeFilter_1010102>\28void*\2c\20void\20const*\2c\20unsigned\20long\2c\20int\29 +5752:void\20SkSwizzler::SkipLeadingGrayAlphaZerosThen<&swizzle_grayalpha_to_n32_unpremul\28void*\2c\20unsigned\20char\20const*\2c\20int\2c\20int\2c\20int\2c\20int\2c\20unsigned\20int\20const*\29>\28void*\2c\20unsigned\20char\20const*\2c\20int\2c\20int\2c\20int\2c\20int\2c\20unsigned\20int\20const*\29 +5753:void\20SkSwizzler::SkipLeadingGrayAlphaZerosThen<&swizzle_grayalpha_to_n32_premul\28void*\2c\20unsigned\20char\20const*\2c\20int\2c\20int\2c\20int\2c\20int\2c\20unsigned\20int\20const*\29>\28void*\2c\20unsigned\20char\20const*\2c\20int\2c\20int\2c\20int\2c\20int\2c\20unsigned\20int\20const*\29 +5754:void\20SkSwizzler::SkipLeadingGrayAlphaZerosThen<&fast_swizzle_grayalpha_to_n32_unpremul\28void*\2c\20unsigned\20char\20const*\2c\20int\2c\20int\2c\20int\2c\20int\2c\20unsigned\20int\20const*\29>\28void*\2c\20unsigned\20char\20const*\2c\20int\2c\20int\2c\20int\2c\20int\2c\20unsigned\20int\20const*\29 +5755:void\20SkSwizzler::SkipLeadingGrayAlphaZerosThen<&fast_swizzle_grayalpha_to_n32_premul\28void*\2c\20unsigned\20char\20const*\2c\20int\2c\20int\2c\20int\2c\20int\2c\20unsigned\20int\20const*\29>\28void*\2c\20unsigned\20char\20const*\2c\20int\2c\20int\2c\20int\2c\20int\2c\20unsigned\20int\20const*\29 +5756:void\20SkSwizzler::SkipLeading8888ZerosThen<&swizzle_rgba_to_rgba_premul\28void*\2c\20unsigned\20char\20const*\2c\20int\2c\20int\2c\20int\2c\20int\2c\20unsigned\20int\20const*\29>\28void*\2c\20unsigned\20char\20const*\2c\20int\2c\20int\2c\20int\2c\20int\2c\20unsigned\20int\20const*\29 +5757:void\20SkSwizzler::SkipLeading8888ZerosThen<&swizzle_rgba_to_bgra_unpremul\28void*\2c\20unsigned\20char\20const*\2c\20int\2c\20int\2c\20int\2c\20int\2c\20unsigned\20int\20const*\29>\28void*\2c\20unsigned\20char\20const*\2c\20int\2c\20int\2c\20int\2c\20int\2c\20unsigned\20int\20const*\29 +5758:void\20SkSwizzler::SkipLeading8888ZerosThen<&swizzle_rgba_to_bgra_premul\28void*\2c\20unsigned\20char\20const*\2c\20int\2c\20int\2c\20int\2c\20int\2c\20unsigned\20int\20const*\29>\28void*\2c\20unsigned\20char\20const*\2c\20int\2c\20int\2c\20int\2c\20int\2c\20unsigned\20int\20const*\29 +5759:void\20SkSwizzler::SkipLeading8888ZerosThen<&sample4\28void*\2c\20unsigned\20char\20const*\2c\20int\2c\20int\2c\20int\2c\20int\2c\20unsigned\20int\20const*\29>\28void*\2c\20unsigned\20char\20const*\2c\20int\2c\20int\2c\20int\2c\20int\2c\20unsigned\20int\20const*\29 +5760:void\20SkSwizzler::SkipLeading8888ZerosThen<&fast_swizzle_rgba_to_rgba_premul\28void*\2c\20unsigned\20char\20const*\2c\20int\2c\20int\2c\20int\2c\20int\2c\20unsigned\20int\20const*\29>\28void*\2c\20unsigned\20char\20const*\2c\20int\2c\20int\2c\20int\2c\20int\2c\20unsigned\20int\20const*\29 +5761:void\20SkSwizzler::SkipLeading8888ZerosThen<&fast_swizzle_rgba_to_bgra_unpremul\28void*\2c\20unsigned\20char\20const*\2c\20int\2c\20int\2c\20int\2c\20int\2c\20unsigned\20int\20const*\29>\28void*\2c\20unsigned\20char\20const*\2c\20int\2c\20int\2c\20int\2c\20int\2c\20unsigned\20int\20const*\29 +5762:void\20SkSwizzler::SkipLeading8888ZerosThen<&fast_swizzle_rgba_to_bgra_premul\28void*\2c\20unsigned\20char\20const*\2c\20int\2c\20int\2c\20int\2c\20int\2c\20unsigned\20int\20const*\29>\28void*\2c\20unsigned\20char\20const*\2c\20int\2c\20int\2c\20int\2c\20int\2c\20unsigned\20int\20const*\29 +5763:void\20SkSwizzler::SkipLeading8888ZerosThen<©\28void*\2c\20unsigned\20char\20const*\2c\20int\2c\20int\2c\20int\2c\20int\2c\20unsigned\20int\20const*\29>\28void*\2c\20unsigned\20char\20const*\2c\20int\2c\20int\2c\20int\2c\20int\2c\20unsigned\20int\20const*\29 +5764:void*\20OT::hb_accelerate_subtables_context_t::cache_func_to>\28void*\2c\20OT::hb_ot_lookup_cache_op_t\29 +5765:virtual\20thunk\20to\20std::__2::basic_stringstream\2c\20std::__2::allocator>::~basic_stringstream\28\29_16387 +5766:virtual\20thunk\20to\20std::__2::basic_stringstream\2c\20std::__2::allocator>::~basic_stringstream\28\29 +5767:virtual\20thunk\20to\20std::__2::basic_ostream>::~basic_ostream\28\29_16292 +5768:virtual\20thunk\20to\20std::__2::basic_ostream>::~basic_ostream\28\29 +5769:virtual\20thunk\20to\20std::__2::basic_istream>::~basic_istream\28\29_16251 +5770:virtual\20thunk\20to\20std::__2::basic_istream>::~basic_istream\28\29 +5771:virtual\20thunk\20to\20std::__2::basic_iostream>::~basic_iostream\28\29_16312 +5772:virtual\20thunk\20to\20std::__2::basic_iostream>::~basic_iostream\28\29 +5773:virtual\20thunk\20to\20GrTextureRenderTargetProxy::~GrTextureRenderTargetProxy\28\29_10017 +5774:virtual\20thunk\20to\20GrTextureRenderTargetProxy::~GrTextureRenderTargetProxy\28\29 +5775:virtual\20thunk\20to\20GrTextureRenderTargetProxy::onUninstantiatedGpuMemorySize\28\29\20const +5776:virtual\20thunk\20to\20GrTextureRenderTargetProxy::instantiate\28GrResourceProvider*\29 +5777:virtual\20thunk\20to\20GrTextureRenderTargetProxy::createSurface\28GrResourceProvider*\29\20const +5778:virtual\20thunk\20to\20GrTextureRenderTargetProxy::callbackDesc\28\29\20const +5779:virtual\20thunk\20to\20GrTextureProxy::~GrTextureProxy\28\29_9968 +5780:virtual\20thunk\20to\20GrTextureProxy::~GrTextureProxy\28\29 +5781:virtual\20thunk\20to\20GrTextureProxy::onUninstantiatedGpuMemorySize\28\29\20const +5782:virtual\20thunk\20to\20GrTextureProxy::instantiate\28GrResourceProvider*\29 +5783:virtual\20thunk\20to\20GrTextureProxy::getUniqueKey\28\29\20const +5784:virtual\20thunk\20to\20GrTextureProxy::createSurface\28GrResourceProvider*\29\20const +5785:virtual\20thunk\20to\20GrTextureProxy::callbackDesc\28\29\20const +5786:virtual\20thunk\20to\20GrTextureProxy::asTextureProxy\28\29\20const +5787:virtual\20thunk\20to\20GrTextureProxy::asTextureProxy\28\29 +5788:virtual\20thunk\20to\20GrTexture::onGpuMemorySize\28\29\20const +5789:virtual\20thunk\20to\20GrTexture::computeScratchKey\28skgpu::ScratchKey*\29\20const +5790:virtual\20thunk\20to\20GrTexture::asTexture\28\29\20const +5791:virtual\20thunk\20to\20GrTexture::asTexture\28\29 +5792:virtual\20thunk\20to\20GrRenderTargetProxy::~GrRenderTargetProxy\28\29_9737 +5793:virtual\20thunk\20to\20GrRenderTargetProxy::~GrRenderTargetProxy\28\29 +5794:virtual\20thunk\20to\20GrRenderTargetProxy::onUninstantiatedGpuMemorySize\28\29\20const +5795:virtual\20thunk\20to\20GrRenderTargetProxy::instantiate\28GrResourceProvider*\29 +5796:virtual\20thunk\20to\20GrRenderTargetProxy::createSurface\28GrResourceProvider*\29\20const +5797:virtual\20thunk\20to\20GrRenderTargetProxy::callbackDesc\28\29\20const +5798:virtual\20thunk\20to\20GrRenderTargetProxy::asRenderTargetProxy\28\29\20const +5799:virtual\20thunk\20to\20GrRenderTargetProxy::asRenderTargetProxy\28\29 +5800:virtual\20thunk\20to\20GrRenderTarget::onRelease\28\29 +5801:virtual\20thunk\20to\20GrRenderTarget::onAbandon\28\29 +5802:virtual\20thunk\20to\20GrRenderTarget::asRenderTarget\28\29\20const +5803:virtual\20thunk\20to\20GrRenderTarget::asRenderTarget\28\29 +5804:virtual\20thunk\20to\20GrGLTextureRenderTarget::~GrGLTextureRenderTarget\28\29_12485 +5805:virtual\20thunk\20to\20GrGLTextureRenderTarget::~GrGLTextureRenderTarget\28\29 +5806:virtual\20thunk\20to\20GrGLTextureRenderTarget::onRelease\28\29 +5807:virtual\20thunk\20to\20GrGLTextureRenderTarget::onGpuMemorySize\28\29\20const +5808:virtual\20thunk\20to\20GrGLTextureRenderTarget::onAbandon\28\29 +5809:virtual\20thunk\20to\20GrGLTextureRenderTarget::dumpMemoryStatistics\28SkTraceMemoryDump*\29\20const +5810:virtual\20thunk\20to\20GrGLTexture::~GrGLTexture\28\29_12452 +5811:virtual\20thunk\20to\20GrGLTexture::~GrGLTexture\28\29 +5812:virtual\20thunk\20to\20GrGLTexture::onRelease\28\29 +5813:virtual\20thunk\20to\20GrGLTexture::onAbandon\28\29 +5814:virtual\20thunk\20to\20GrGLTexture::dumpMemoryStatistics\28SkTraceMemoryDump*\29\20const +5815:virtual\20thunk\20to\20GrGLSLFragmentShaderBuilder::~GrGLSLFragmentShaderBuilder\28\29_10762 +5816:virtual\20thunk\20to\20GrGLSLFragmentShaderBuilder::~GrGLSLFragmentShaderBuilder\28\29 +5817:virtual\20thunk\20to\20GrGLSLFragmentShaderBuilder::onFinalize\28\29 +5818:virtual\20thunk\20to\20GrGLRenderTarget::~GrGLRenderTarget\28\29_12424 +5819:virtual\20thunk\20to\20GrGLRenderTarget::~GrGLRenderTarget\28\29 +5820:virtual\20thunk\20to\20GrGLRenderTarget::onRelease\28\29 +5821:virtual\20thunk\20to\20GrGLRenderTarget::onGpuMemorySize\28\29\20const +5822:virtual\20thunk\20to\20GrGLRenderTarget::onAbandon\28\29 +5823:virtual\20thunk\20to\20GrGLRenderTarget::dumpMemoryStatistics\28SkTraceMemoryDump*\29\20const +5824:virtual\20thunk\20to\20GrGLRenderTarget::backendFormat\28\29\20const +5825:tt_vadvance_adjust +5826:tt_slot_init +5827:tt_size_select +5828:tt_size_reset_iterator +5829:tt_size_request +5830:tt_size_init +5831:tt_size_done +5832:tt_sbit_decoder_load_png +5833:tt_sbit_decoder_load_compound +5834:tt_sbit_decoder_load_byte_aligned +5835:tt_sbit_decoder_load_bit_aligned +5836:tt_property_set +5837:tt_property_get +5838:tt_name_ascii_from_utf16 +5839:tt_name_ascii_from_other +5840:tt_hadvance_adjust +5841:tt_glyph_load +5842:tt_get_var_blend +5843:tt_get_interface +5844:tt_get_glyph_name +5845:tt_get_cmap_info +5846:tt_get_advances +5847:tt_face_set_sbit_strike +5848:tt_face_load_strike_metrics +5849:tt_face_load_sbit_image +5850:tt_face_load_sbit +5851:tt_face_load_post +5852:tt_face_load_pclt +5853:tt_face_load_os2 +5854:tt_face_load_name +5855:tt_face_load_maxp +5856:tt_face_load_kern +5857:tt_face_load_hmtx +5858:tt_face_load_hhea +5859:tt_face_load_head +5860:tt_face_load_gasp +5861:tt_face_load_font_dir +5862:tt_face_load_cpal +5863:tt_face_load_colr +5864:tt_face_load_cmap +5865:tt_face_load_bhed +5866:tt_face_load_any +5867:tt_face_init +5868:tt_face_goto_table +5869:tt_face_get_paint_layers +5870:tt_face_get_paint +5871:tt_face_get_kerning +5872:tt_face_get_colr_layer +5873:tt_face_get_colr_glyph_paint +5874:tt_face_get_colorline_stops +5875:tt_face_get_color_glyph_clipbox +5876:tt_face_free_sbit +5877:tt_face_free_ps_names +5878:tt_face_free_name +5879:tt_face_free_cpal +5880:tt_face_free_colr +5881:tt_face_done +5882:tt_face_colr_blend_layer +5883:tt_driver_init +5884:tt_cvt_ready_iterator +5885:tt_cmap_unicode_init +5886:tt_cmap_unicode_char_next +5887:tt_cmap_unicode_char_index +5888:tt_cmap_init +5889:tt_cmap8_validate +5890:tt_cmap8_get_info +5891:tt_cmap8_char_next +5892:tt_cmap8_char_index +5893:tt_cmap6_validate +5894:tt_cmap6_get_info +5895:tt_cmap6_char_next +5896:tt_cmap6_char_index +5897:tt_cmap4_validate +5898:tt_cmap4_init +5899:tt_cmap4_get_info +5900:tt_cmap4_char_next +5901:tt_cmap4_char_index +5902:tt_cmap2_validate +5903:tt_cmap2_get_info +5904:tt_cmap2_char_next +5905:tt_cmap2_char_index +5906:tt_cmap14_variants +5907:tt_cmap14_variant_chars +5908:tt_cmap14_validate +5909:tt_cmap14_init +5910:tt_cmap14_get_info +5911:tt_cmap14_done +5912:tt_cmap14_char_variants +5913:tt_cmap14_char_var_isdefault +5914:tt_cmap14_char_var_index +5915:tt_cmap14_char_next +5916:tt_cmap13_validate +5917:tt_cmap13_get_info +5918:tt_cmap13_char_next +5919:tt_cmap13_char_index +5920:tt_cmap12_validate +5921:tt_cmap12_get_info +5922:tt_cmap12_char_next +5923:tt_cmap12_char_index +5924:tt_cmap10_validate +5925:tt_cmap10_get_info +5926:tt_cmap10_char_next +5927:tt_cmap10_char_index +5928:tt_cmap0_validate +5929:tt_cmap0_get_info +5930:tt_cmap0_char_next +5931:tt_cmap0_char_index +5932:t2_hints_stems +5933:t2_hints_open +5934:t1_make_subfont +5935:t1_hints_stem +5936:t1_hints_open +5937:t1_decrypt +5938:t1_decoder_parse_metrics +5939:t1_decoder_init +5940:t1_decoder_done +5941:t1_cmap_unicode_init +5942:t1_cmap_unicode_char_next +5943:t1_cmap_unicode_char_index +5944:t1_cmap_std_done +5945:t1_cmap_std_char_next +5946:t1_cmap_std_char_index +5947:t1_cmap_standard_init +5948:t1_cmap_expert_init +5949:t1_cmap_custom_init +5950:t1_cmap_custom_done +5951:t1_cmap_custom_char_next +5952:t1_cmap_custom_char_index +5953:t1_builder_start_point +5954:t1_builder_init +5955:t1_builder_add_point1 +5956:t1_builder_add_point +5957:t1_builder_add_contour +5958:swizzle_small_index_to_n32\28void*\2c\20unsigned\20char\20const*\2c\20int\2c\20int\2c\20int\2c\20int\2c\20unsigned\20int\20const*\29 +5959:swizzle_small_index_to_565\28void*\2c\20unsigned\20char\20const*\2c\20int\2c\20int\2c\20int\2c\20int\2c\20unsigned\20int\20const*\29 +5960:swizzle_rgba_to_rgba_premul\28void*\2c\20unsigned\20char\20const*\2c\20int\2c\20int\2c\20int\2c\20int\2c\20unsigned\20int\20const*\29 +5961:swizzle_rgba_to_bgra_unpremul\28void*\2c\20unsigned\20char\20const*\2c\20int\2c\20int\2c\20int\2c\20int\2c\20unsigned\20int\20const*\29 +5962:swizzle_rgba_to_bgra_premul\28void*\2c\20unsigned\20char\20const*\2c\20int\2c\20int\2c\20int\2c\20int\2c\20unsigned\20int\20const*\29 +5963:swizzle_rgba16_to_rgba_unpremul\28void*\2c\20unsigned\20char\20const*\2c\20int\2c\20int\2c\20int\2c\20int\2c\20unsigned\20int\20const*\29 +5964:swizzle_rgba16_to_rgba_premul\28void*\2c\20unsigned\20char\20const*\2c\20int\2c\20int\2c\20int\2c\20int\2c\20unsigned\20int\20const*\29 +5965:swizzle_rgba16_to_bgra_unpremul\28void*\2c\20unsigned\20char\20const*\2c\20int\2c\20int\2c\20int\2c\20int\2c\20unsigned\20int\20const*\29 +5966:swizzle_rgba16_to_bgra_premul\28void*\2c\20unsigned\20char\20const*\2c\20int\2c\20int\2c\20int\2c\20int\2c\20unsigned\20int\20const*\29 +5967:swizzle_rgb_to_rgba\28void*\2c\20unsigned\20char\20const*\2c\20int\2c\20int\2c\20int\2c\20int\2c\20unsigned\20int\20const*\29 +5968:swizzle_rgb_to_bgra\28void*\2c\20unsigned\20char\20const*\2c\20int\2c\20int\2c\20int\2c\20int\2c\20unsigned\20int\20const*\29 +5969:swizzle_rgb_to_565\28void*\2c\20unsigned\20char\20const*\2c\20int\2c\20int\2c\20int\2c\20int\2c\20unsigned\20int\20const*\29 +5970:swizzle_rgb16_to_rgba\28void*\2c\20unsigned\20char\20const*\2c\20int\2c\20int\2c\20int\2c\20int\2c\20unsigned\20int\20const*\29 +5971:swizzle_rgb16_to_bgra\28void*\2c\20unsigned\20char\20const*\2c\20int\2c\20int\2c\20int\2c\20int\2c\20unsigned\20int\20const*\29 +5972:swizzle_rgb16_to_565\28void*\2c\20unsigned\20char\20const*\2c\20int\2c\20int\2c\20int\2c\20int\2c\20unsigned\20int\20const*\29 +5973:swizzle_mask32_to_rgba_unpremul\28void*\2c\20unsigned\20char\20const*\2c\20int\2c\20SkMasks*\2c\20unsigned\20int\2c\20unsigned\20int\29 +5974:swizzle_mask32_to_rgba_premul\28void*\2c\20unsigned\20char\20const*\2c\20int\2c\20SkMasks*\2c\20unsigned\20int\2c\20unsigned\20int\29 +5975:swizzle_mask32_to_rgba_opaque\28void*\2c\20unsigned\20char\20const*\2c\20int\2c\20SkMasks*\2c\20unsigned\20int\2c\20unsigned\20int\29 +5976:swizzle_mask32_to_bgra_unpremul\28void*\2c\20unsigned\20char\20const*\2c\20int\2c\20SkMasks*\2c\20unsigned\20int\2c\20unsigned\20int\29 +5977:swizzle_mask32_to_bgra_premul\28void*\2c\20unsigned\20char\20const*\2c\20int\2c\20SkMasks*\2c\20unsigned\20int\2c\20unsigned\20int\29 +5978:swizzle_mask32_to_bgra_opaque\28void*\2c\20unsigned\20char\20const*\2c\20int\2c\20SkMasks*\2c\20unsigned\20int\2c\20unsigned\20int\29 +5979:swizzle_mask32_to_565\28void*\2c\20unsigned\20char\20const*\2c\20int\2c\20SkMasks*\2c\20unsigned\20int\2c\20unsigned\20int\29 +5980:swizzle_mask24_to_rgba_unpremul\28void*\2c\20unsigned\20char\20const*\2c\20int\2c\20SkMasks*\2c\20unsigned\20int\2c\20unsigned\20int\29 +5981:swizzle_mask24_to_rgba_premul\28void*\2c\20unsigned\20char\20const*\2c\20int\2c\20SkMasks*\2c\20unsigned\20int\2c\20unsigned\20int\29 +5982:swizzle_mask24_to_rgba_opaque\28void*\2c\20unsigned\20char\20const*\2c\20int\2c\20SkMasks*\2c\20unsigned\20int\2c\20unsigned\20int\29 +5983:swizzle_mask24_to_bgra_unpremul\28void*\2c\20unsigned\20char\20const*\2c\20int\2c\20SkMasks*\2c\20unsigned\20int\2c\20unsigned\20int\29 +5984:swizzle_mask24_to_bgra_premul\28void*\2c\20unsigned\20char\20const*\2c\20int\2c\20SkMasks*\2c\20unsigned\20int\2c\20unsigned\20int\29 +5985:swizzle_mask24_to_bgra_opaque\28void*\2c\20unsigned\20char\20const*\2c\20int\2c\20SkMasks*\2c\20unsigned\20int\2c\20unsigned\20int\29 +5986:swizzle_mask24_to_565\28void*\2c\20unsigned\20char\20const*\2c\20int\2c\20SkMasks*\2c\20unsigned\20int\2c\20unsigned\20int\29 +5987:swizzle_mask16_to_rgba_unpremul\28void*\2c\20unsigned\20char\20const*\2c\20int\2c\20SkMasks*\2c\20unsigned\20int\2c\20unsigned\20int\29 +5988:swizzle_mask16_to_rgba_premul\28void*\2c\20unsigned\20char\20const*\2c\20int\2c\20SkMasks*\2c\20unsigned\20int\2c\20unsigned\20int\29 +5989:swizzle_mask16_to_rgba_opaque\28void*\2c\20unsigned\20char\20const*\2c\20int\2c\20SkMasks*\2c\20unsigned\20int\2c\20unsigned\20int\29 +5990:swizzle_mask16_to_bgra_unpremul\28void*\2c\20unsigned\20char\20const*\2c\20int\2c\20SkMasks*\2c\20unsigned\20int\2c\20unsigned\20int\29 +5991:swizzle_mask16_to_bgra_premul\28void*\2c\20unsigned\20char\20const*\2c\20int\2c\20SkMasks*\2c\20unsigned\20int\2c\20unsigned\20int\29 +5992:swizzle_mask16_to_bgra_opaque\28void*\2c\20unsigned\20char\20const*\2c\20int\2c\20SkMasks*\2c\20unsigned\20int\2c\20unsigned\20int\29 +5993:swizzle_mask16_to_565\28void*\2c\20unsigned\20char\20const*\2c\20int\2c\20SkMasks*\2c\20unsigned\20int\2c\20unsigned\20int\29 +5994:swizzle_index_to_n32_skipZ\28void*\2c\20unsigned\20char\20const*\2c\20int\2c\20int\2c\20int\2c\20int\2c\20unsigned\20int\20const*\29 +5995:swizzle_index_to_n32\28void*\2c\20unsigned\20char\20const*\2c\20int\2c\20int\2c\20int\2c\20int\2c\20unsigned\20int\20const*\29 +5996:swizzle_index_to_565\28void*\2c\20unsigned\20char\20const*\2c\20int\2c\20int\2c\20int\2c\20int\2c\20unsigned\20int\20const*\29 +5997:swizzle_grayalpha_to_n32_unpremul\28void*\2c\20unsigned\20char\20const*\2c\20int\2c\20int\2c\20int\2c\20int\2c\20unsigned\20int\20const*\29 +5998:swizzle_grayalpha_to_n32_premul\28void*\2c\20unsigned\20char\20const*\2c\20int\2c\20int\2c\20int\2c\20int\2c\20unsigned\20int\20const*\29 +5999:swizzle_grayalpha_to_a8\28void*\2c\20unsigned\20char\20const*\2c\20int\2c\20int\2c\20int\2c\20int\2c\20unsigned\20int\20const*\29 +6000:swizzle_gray_to_n32\28void*\2c\20unsigned\20char\20const*\2c\20int\2c\20int\2c\20int\2c\20int\2c\20unsigned\20int\20const*\29 +6001:swizzle_gray_to_565\28void*\2c\20unsigned\20char\20const*\2c\20int\2c\20int\2c\20int\2c\20int\2c\20unsigned\20int\20const*\29 +6002:swizzle_cmyk_to_rgba\28void*\2c\20unsigned\20char\20const*\2c\20int\2c\20int\2c\20int\2c\20int\2c\20unsigned\20int\20const*\29 +6003:swizzle_cmyk_to_bgra\28void*\2c\20unsigned\20char\20const*\2c\20int\2c\20int\2c\20int\2c\20int\2c\20unsigned\20int\20const*\29 +6004:swizzle_cmyk_to_565\28void*\2c\20unsigned\20char\20const*\2c\20int\2c\20int\2c\20int\2c\20int\2c\20unsigned\20int\20const*\29 +6005:swizzle_bit_to_n32\28void*\2c\20unsigned\20char\20const*\2c\20int\2c\20int\2c\20int\2c\20int\2c\20unsigned\20int\20const*\29 +6006:swizzle_bit_to_grayscale\28void*\2c\20unsigned\20char\20const*\2c\20int\2c\20int\2c\20int\2c\20int\2c\20unsigned\20int\20const*\29 +6007:swizzle_bit_to_f16\28void*\2c\20unsigned\20char\20const*\2c\20int\2c\20int\2c\20int\2c\20int\2c\20unsigned\20int\20const*\29 +6008:swizzle_bit_to_565\28void*\2c\20unsigned\20char\20const*\2c\20int\2c\20int\2c\20int\2c\20int\2c\20unsigned\20int\20const*\29 +6009:swizzle_bgr_to_565\28void*\2c\20unsigned\20char\20const*\2c\20int\2c\20int\2c\20int\2c\20int\2c\20unsigned\20int\20const*\29 +6010:string_read +6011:std::exception::what\28\29\20const +6012:std::bad_variant_access::what\28\29\20const +6013:std::bad_optional_access::what\28\29\20const +6014:std::bad_array_new_length::what\28\29\20const +6015:std::bad_alloc::what\28\29\20const +6016:std::__2::unique_ptr>::~unique_ptr\5babi:ne180100\5d\28\29 +6017:std::__2::unique_ptr>::operator=\5babi:ne180100\5d\28std::__2::unique_ptr>&&\29 +6018:std::__2::time_put>>::do_put\28std::__2::ostreambuf_iterator>\2c\20std::__2::ios_base&\2c\20wchar_t\2c\20tm\20const*\2c\20char\2c\20char\29\20const +6019:std::__2::time_put>>::do_put\28std::__2::ostreambuf_iterator>\2c\20std::__2::ios_base&\2c\20char\2c\20tm\20const*\2c\20char\2c\20char\29\20const +6020:std::__2::time_get>>::do_get_year\28std::__2::istreambuf_iterator>\2c\20std::__2::istreambuf_iterator>\2c\20std::__2::ios_base&\2c\20unsigned\20int&\2c\20tm*\29\20const +6021:std::__2::time_get>>::do_get_weekday\28std::__2::istreambuf_iterator>\2c\20std::__2::istreambuf_iterator>\2c\20std::__2::ios_base&\2c\20unsigned\20int&\2c\20tm*\29\20const +6022:std::__2::time_get>>::do_get_time\28std::__2::istreambuf_iterator>\2c\20std::__2::istreambuf_iterator>\2c\20std::__2::ios_base&\2c\20unsigned\20int&\2c\20tm*\29\20const +6023:std::__2::time_get>>::do_get_monthname\28std::__2::istreambuf_iterator>\2c\20std::__2::istreambuf_iterator>\2c\20std::__2::ios_base&\2c\20unsigned\20int&\2c\20tm*\29\20const +6024:std::__2::time_get>>::do_get_date\28std::__2::istreambuf_iterator>\2c\20std::__2::istreambuf_iterator>\2c\20std::__2::ios_base&\2c\20unsigned\20int&\2c\20tm*\29\20const +6025:std::__2::time_get>>::do_get\28std::__2::istreambuf_iterator>\2c\20std::__2::istreambuf_iterator>\2c\20std::__2::ios_base&\2c\20unsigned\20int&\2c\20tm*\2c\20char\2c\20char\29\20const +6026:std::__2::time_get>>::do_get_year\28std::__2::istreambuf_iterator>\2c\20std::__2::istreambuf_iterator>\2c\20std::__2::ios_base&\2c\20unsigned\20int&\2c\20tm*\29\20const +6027:std::__2::time_get>>::do_get_weekday\28std::__2::istreambuf_iterator>\2c\20std::__2::istreambuf_iterator>\2c\20std::__2::ios_base&\2c\20unsigned\20int&\2c\20tm*\29\20const +6028:std::__2::time_get>>::do_get_time\28std::__2::istreambuf_iterator>\2c\20std::__2::istreambuf_iterator>\2c\20std::__2::ios_base&\2c\20unsigned\20int&\2c\20tm*\29\20const +6029:std::__2::time_get>>::do_get_monthname\28std::__2::istreambuf_iterator>\2c\20std::__2::istreambuf_iterator>\2c\20std::__2::ios_base&\2c\20unsigned\20int&\2c\20tm*\29\20const +6030:std::__2::time_get>>::do_get_date\28std::__2::istreambuf_iterator>\2c\20std::__2::istreambuf_iterator>\2c\20std::__2::ios_base&\2c\20unsigned\20int&\2c\20tm*\29\20const +6031:std::__2::time_get>>::do_get\28std::__2::istreambuf_iterator>\2c\20std::__2::istreambuf_iterator>\2c\20std::__2::ios_base&\2c\20unsigned\20int&\2c\20tm*\2c\20char\2c\20char\29\20const +6032:std::__2::numpunct::~numpunct\28\29_17268 +6033:std::__2::numpunct::do_truename\28\29\20const +6034:std::__2::numpunct::do_grouping\28\29\20const +6035:std::__2::numpunct::do_falsename\28\29\20const +6036:std::__2::numpunct::~numpunct\28\29_17266 +6037:std::__2::numpunct::do_truename\28\29\20const +6038:std::__2::numpunct::do_thousands_sep\28\29\20const +6039:std::__2::numpunct::do_grouping\28\29\20const +6040:std::__2::numpunct::do_falsename\28\29\20const +6041:std::__2::numpunct::do_decimal_point\28\29\20const +6042:std::__2::num_put>>::do_put\28std::__2::ostreambuf_iterator>\2c\20std::__2::ios_base&\2c\20wchar_t\2c\20void\20const*\29\20const +6043:std::__2::num_put>>::do_put\28std::__2::ostreambuf_iterator>\2c\20std::__2::ios_base&\2c\20wchar_t\2c\20unsigned\20long\29\20const +6044:std::__2::num_put>>::do_put\28std::__2::ostreambuf_iterator>\2c\20std::__2::ios_base&\2c\20wchar_t\2c\20unsigned\20long\20long\29\20const +6045:std::__2::num_put>>::do_put\28std::__2::ostreambuf_iterator>\2c\20std::__2::ios_base&\2c\20wchar_t\2c\20long\29\20const +6046:std::__2::num_put>>::do_put\28std::__2::ostreambuf_iterator>\2c\20std::__2::ios_base&\2c\20wchar_t\2c\20long\20long\29\20const +6047:std::__2::num_put>>::do_put\28std::__2::ostreambuf_iterator>\2c\20std::__2::ios_base&\2c\20wchar_t\2c\20long\20double\29\20const +6048:std::__2::num_put>>::do_put\28std::__2::ostreambuf_iterator>\2c\20std::__2::ios_base&\2c\20wchar_t\2c\20double\29\20const +6049:std::__2::num_put>>::do_put\28std::__2::ostreambuf_iterator>\2c\20std::__2::ios_base&\2c\20wchar_t\2c\20bool\29\20const +6050:std::__2::num_put>>::do_put\28std::__2::ostreambuf_iterator>\2c\20std::__2::ios_base&\2c\20char\2c\20void\20const*\29\20const +6051:std::__2::num_put>>::do_put\28std::__2::ostreambuf_iterator>\2c\20std::__2::ios_base&\2c\20char\2c\20unsigned\20long\29\20const +6052:std::__2::num_put>>::do_put\28std::__2::ostreambuf_iterator>\2c\20std::__2::ios_base&\2c\20char\2c\20unsigned\20long\20long\29\20const +6053:std::__2::num_put>>::do_put\28std::__2::ostreambuf_iterator>\2c\20std::__2::ios_base&\2c\20char\2c\20long\29\20const +6054:std::__2::num_put>>::do_put\28std::__2::ostreambuf_iterator>\2c\20std::__2::ios_base&\2c\20char\2c\20long\20long\29\20const +6055:std::__2::num_put>>::do_put\28std::__2::ostreambuf_iterator>\2c\20std::__2::ios_base&\2c\20char\2c\20long\20double\29\20const +6056:std::__2::num_put>>::do_put\28std::__2::ostreambuf_iterator>\2c\20std::__2::ios_base&\2c\20char\2c\20double\29\20const +6057:std::__2::num_put>>::do_put\28std::__2::ostreambuf_iterator>\2c\20std::__2::ios_base&\2c\20char\2c\20bool\29\20const +6058:std::__2::num_get>>::do_get\28std::__2::istreambuf_iterator>\2c\20std::__2::istreambuf_iterator>\2c\20std::__2::ios_base&\2c\20unsigned\20int&\2c\20void*&\29\20const +6059:std::__2::num_get>>::do_get\28std::__2::istreambuf_iterator>\2c\20std::__2::istreambuf_iterator>\2c\20std::__2::ios_base&\2c\20unsigned\20int&\2c\20unsigned\20short&\29\20const +6060:std::__2::num_get>>::do_get\28std::__2::istreambuf_iterator>\2c\20std::__2::istreambuf_iterator>\2c\20std::__2::ios_base&\2c\20unsigned\20int&\2c\20unsigned\20long\20long&\29\20const +6061:std::__2::num_get>>::do_get\28std::__2::istreambuf_iterator>\2c\20std::__2::istreambuf_iterator>\2c\20std::__2::ios_base&\2c\20unsigned\20int&\2c\20long\20long&\29\20const +6062:std::__2::num_get>>::do_get\28std::__2::istreambuf_iterator>\2c\20std::__2::istreambuf_iterator>\2c\20std::__2::ios_base&\2c\20unsigned\20int&\2c\20long\20double&\29\20const +6063:std::__2::num_get>>::do_get\28std::__2::istreambuf_iterator>\2c\20std::__2::istreambuf_iterator>\2c\20std::__2::ios_base&\2c\20unsigned\20int&\2c\20long&\29\20const +6064:std::__2::num_get>>::do_get\28std::__2::istreambuf_iterator>\2c\20std::__2::istreambuf_iterator>\2c\20std::__2::ios_base&\2c\20unsigned\20int&\2c\20float&\29\20const +6065:std::__2::num_get>>::do_get\28std::__2::istreambuf_iterator>\2c\20std::__2::istreambuf_iterator>\2c\20std::__2::ios_base&\2c\20unsigned\20int&\2c\20double&\29\20const +6066:std::__2::num_get>>::do_get\28std::__2::istreambuf_iterator>\2c\20std::__2::istreambuf_iterator>\2c\20std::__2::ios_base&\2c\20unsigned\20int&\2c\20bool&\29\20const +6067:std::__2::num_get>>::do_get\28std::__2::istreambuf_iterator>\2c\20std::__2::istreambuf_iterator>\2c\20std::__2::ios_base&\2c\20unsigned\20int&\2c\20void*&\29\20const +6068:std::__2::num_get>>::do_get\28std::__2::istreambuf_iterator>\2c\20std::__2::istreambuf_iterator>\2c\20std::__2::ios_base&\2c\20unsigned\20int&\2c\20unsigned\20short&\29\20const +6069:std::__2::num_get>>::do_get\28std::__2::istreambuf_iterator>\2c\20std::__2::istreambuf_iterator>\2c\20std::__2::ios_base&\2c\20unsigned\20int&\2c\20unsigned\20long\20long&\29\20const +6070:std::__2::num_get>>::do_get\28std::__2::istreambuf_iterator>\2c\20std::__2::istreambuf_iterator>\2c\20std::__2::ios_base&\2c\20unsigned\20int&\2c\20long\20long&\29\20const +6071:std::__2::num_get>>::do_get\28std::__2::istreambuf_iterator>\2c\20std::__2::istreambuf_iterator>\2c\20std::__2::ios_base&\2c\20unsigned\20int&\2c\20long\20double&\29\20const +6072:std::__2::num_get>>::do_get\28std::__2::istreambuf_iterator>\2c\20std::__2::istreambuf_iterator>\2c\20std::__2::ios_base&\2c\20unsigned\20int&\2c\20long&\29\20const +6073:std::__2::num_get>>::do_get\28std::__2::istreambuf_iterator>\2c\20std::__2::istreambuf_iterator>\2c\20std::__2::ios_base&\2c\20unsigned\20int&\2c\20float&\29\20const +6074:std::__2::num_get>>::do_get\28std::__2::istreambuf_iterator>\2c\20std::__2::istreambuf_iterator>\2c\20std::__2::ios_base&\2c\20unsigned\20int&\2c\20double&\29\20const +6075:std::__2::num_get>>::do_get\28std::__2::istreambuf_iterator>\2c\20std::__2::istreambuf_iterator>\2c\20std::__2::ios_base&\2c\20unsigned\20int&\2c\20bool&\29\20const +6076:std::__2::money_put>>::do_put\28std::__2::ostreambuf_iterator>\2c\20bool\2c\20std::__2::ios_base&\2c\20wchar_t\2c\20std::__2::basic_string\2c\20std::__2::allocator>\20const&\29\20const +6077:std::__2::money_put>>::do_put\28std::__2::ostreambuf_iterator>\2c\20bool\2c\20std::__2::ios_base&\2c\20wchar_t\2c\20long\20double\29\20const +6078:std::__2::money_put>>::do_put\28std::__2::ostreambuf_iterator>\2c\20bool\2c\20std::__2::ios_base&\2c\20char\2c\20std::__2::basic_string\2c\20std::__2::allocator>\20const&\29\20const +6079:std::__2::money_put>>::do_put\28std::__2::ostreambuf_iterator>\2c\20bool\2c\20std::__2::ios_base&\2c\20char\2c\20long\20double\29\20const +6080:std::__2::money_get>>::do_get\28std::__2::istreambuf_iterator>\2c\20std::__2::istreambuf_iterator>\2c\20bool\2c\20std::__2::ios_base&\2c\20unsigned\20int&\2c\20std::__2::basic_string\2c\20std::__2::allocator>&\29\20const +6081:std::__2::money_get>>::do_get\28std::__2::istreambuf_iterator>\2c\20std::__2::istreambuf_iterator>\2c\20bool\2c\20std::__2::ios_base&\2c\20unsigned\20int&\2c\20long\20double&\29\20const +6082:std::__2::money_get>>::do_get\28std::__2::istreambuf_iterator>\2c\20std::__2::istreambuf_iterator>\2c\20bool\2c\20std::__2::ios_base&\2c\20unsigned\20int&\2c\20std::__2::basic_string\2c\20std::__2::allocator>&\29\20const +6083:std::__2::money_get>>::do_get\28std::__2::istreambuf_iterator>\2c\20std::__2::istreambuf_iterator>\2c\20bool\2c\20std::__2::ios_base&\2c\20unsigned\20int&\2c\20long\20double&\29\20const +6084:std::__2::messages::do_get\28long\2c\20int\2c\20int\2c\20std::__2::basic_string\2c\20std::__2::allocator>\20const&\29\20const +6085:std::__2::messages::do_get\28long\2c\20int\2c\20int\2c\20std::__2::basic_string\2c\20std::__2::allocator>\20const&\29\20const +6086:std::__2::locale::__imp::~__imp\28\29_17146 +6087:std::__2::ios_base::~ios_base\28\29_16509 +6088:std::__2::ctype::do_widen\28char\20const*\2c\20char\20const*\2c\20wchar_t*\29\20const +6089:std::__2::ctype::do_toupper\28wchar_t\29\20const +6090:std::__2::ctype::do_toupper\28wchar_t*\2c\20wchar_t\20const*\29\20const +6091:std::__2::ctype::do_tolower\28wchar_t\29\20const +6092:std::__2::ctype::do_tolower\28wchar_t*\2c\20wchar_t\20const*\29\20const +6093:std::__2::ctype::do_scan_not\28unsigned\20long\2c\20wchar_t\20const*\2c\20wchar_t\20const*\29\20const +6094:std::__2::ctype::do_scan_is\28unsigned\20long\2c\20wchar_t\20const*\2c\20wchar_t\20const*\29\20const +6095:std::__2::ctype::do_narrow\28wchar_t\2c\20char\29\20const +6096:std::__2::ctype::do_narrow\28wchar_t\20const*\2c\20wchar_t\20const*\2c\20char\2c\20char*\29\20const +6097:std::__2::ctype::do_is\28wchar_t\20const*\2c\20wchar_t\20const*\2c\20unsigned\20long*\29\20const +6098:std::__2::ctype::do_is\28unsigned\20long\2c\20wchar_t\29\20const +6099:std::__2::ctype::~ctype\28\29_17194 +6100:std::__2::ctype::do_widen\28char\20const*\2c\20char\20const*\2c\20char*\29\20const +6101:std::__2::ctype::do_toupper\28char\29\20const +6102:std::__2::ctype::do_toupper\28char*\2c\20char\20const*\29\20const +6103:std::__2::ctype::do_tolower\28char\29\20const +6104:std::__2::ctype::do_tolower\28char*\2c\20char\20const*\29\20const +6105:std::__2::ctype::do_narrow\28char\2c\20char\29\20const +6106:std::__2::ctype::do_narrow\28char\20const*\2c\20char\20const*\2c\20char\2c\20char*\29\20const +6107:std::__2::collate::do_transform\28wchar_t\20const*\2c\20wchar_t\20const*\29\20const +6108:std::__2::collate::do_hash\28wchar_t\20const*\2c\20wchar_t\20const*\29\20const +6109:std::__2::collate::do_compare\28wchar_t\20const*\2c\20wchar_t\20const*\2c\20wchar_t\20const*\2c\20wchar_t\20const*\29\20const +6110:std::__2::collate::do_transform\28char\20const*\2c\20char\20const*\29\20const +6111:std::__2::collate::do_hash\28char\20const*\2c\20char\20const*\29\20const +6112:std::__2::collate::do_compare\28char\20const*\2c\20char\20const*\2c\20char\20const*\2c\20char\20const*\29\20const +6113:std::__2::codecvt::~codecvt\28\29_17212 +6114:std::__2::codecvt::do_unshift\28__mbstate_t&\2c\20char*\2c\20char*\2c\20char*&\29\20const +6115:std::__2::codecvt::do_out\28__mbstate_t&\2c\20wchar_t\20const*\2c\20wchar_t\20const*\2c\20wchar_t\20const*&\2c\20char*\2c\20char*\2c\20char*&\29\20const +6116:std::__2::codecvt::do_max_length\28\29\20const +6117:std::__2::codecvt::do_length\28__mbstate_t&\2c\20char\20const*\2c\20char\20const*\2c\20unsigned\20long\29\20const +6118:std::__2::codecvt::do_in\28__mbstate_t&\2c\20char\20const*\2c\20char\20const*\2c\20char\20const*&\2c\20wchar_t*\2c\20wchar_t*\2c\20wchar_t*&\29\20const +6119:std::__2::codecvt::do_encoding\28\29\20const +6120:std::__2::codecvt::do_length\28__mbstate_t&\2c\20char\20const*\2c\20char\20const*\2c\20unsigned\20long\29\20const +6121:std::__2::basic_stringbuf\2c\20std::__2::allocator>::~basic_stringbuf\28\29_16379 +6122:std::__2::basic_stringbuf\2c\20std::__2::allocator>::underflow\28\29 +6123:std::__2::basic_stringbuf\2c\20std::__2::allocator>::seekpos\28std::__2::fpos<__mbstate_t>\2c\20unsigned\20int\29 +6124:std::__2::basic_stringbuf\2c\20std::__2::allocator>::seekoff\28long\20long\2c\20std::__2::ios_base::seekdir\2c\20unsigned\20int\29 +6125:std::__2::basic_stringbuf\2c\20std::__2::allocator>::pbackfail\28int\29 +6126:std::__2::basic_stringbuf\2c\20std::__2::allocator>::overflow\28int\29 +6127:std::__2::basic_streambuf>::~basic_streambuf\28\29_16224 +6128:std::__2::basic_streambuf>::xsputn\28char\20const*\2c\20long\29 +6129:std::__2::basic_streambuf>::xsgetn\28char*\2c\20long\29 +6130:std::__2::basic_streambuf>::uflow\28\29 +6131:std::__2::basic_streambuf>::setbuf\28char*\2c\20long\29 +6132:std::__2::basic_streambuf>::seekpos\28std::__2::fpos<__mbstate_t>\2c\20unsigned\20int\29 +6133:std::__2::basic_streambuf>::seekoff\28long\20long\2c\20std::__2::ios_base::seekdir\2c\20unsigned\20int\29 +6134:std::__2::bad_function_call::what\28\29\20const +6135:std::__2::__time_get_c_storage::__x\28\29\20const +6136:std::__2::__time_get_c_storage::__weeks\28\29\20const +6137:std::__2::__time_get_c_storage::__r\28\29\20const +6138:std::__2::__time_get_c_storage::__months\28\29\20const +6139:std::__2::__time_get_c_storage::__c\28\29\20const +6140:std::__2::__time_get_c_storage::__am_pm\28\29\20const +6141:std::__2::__time_get_c_storage::__X\28\29\20const +6142:std::__2::__time_get_c_storage::__x\28\29\20const +6143:std::__2::__time_get_c_storage::__weeks\28\29\20const +6144:std::__2::__time_get_c_storage::__r\28\29\20const +6145:std::__2::__time_get_c_storage::__months\28\29\20const +6146:std::__2::__time_get_c_storage::__c\28\29\20const +6147:std::__2::__time_get_c_storage::__am_pm\28\29\20const +6148:std::__2::__time_get_c_storage::__X\28\29\20const +6149:std::__2::__shared_ptr_pointer<_IO_FILE*\2c\20void\20\28*\29\28_IO_FILE*\29\2c\20std::__2::allocator<_IO_FILE>>::__on_zero_shared\28\29 +6150:std::__2::__shared_ptr_emplace>::~__shared_ptr_emplace\28\29_7688 +6151:std::__2::__shared_ptr_emplace>::~__shared_ptr_emplace\28\29 +6152:std::__2::__shared_ptr_emplace>::__on_zero_shared\28\29 +6153:std::__2::__shared_ptr_emplace>::~__shared_ptr_emplace\28\29_7980 +6154:std::__2::__shared_ptr_emplace>::~__shared_ptr_emplace\28\29 +6155:std::__2::__shared_ptr_emplace>::__on_zero_shared\28\29 +6156:std::__2::__shared_ptr_emplace>::~__shared_ptr_emplace\28\29_8224 +6157:std::__2::__shared_ptr_emplace>::~__shared_ptr_emplace\28\29 +6158:std::__2::__shared_ptr_emplace>::__on_zero_shared\28\29 +6159:std::__2::__shared_ptr_emplace>::~__shared_ptr_emplace\28\29_5867 +6160:std::__2::__shared_ptr_emplace>::~__shared_ptr_emplace\28\29 +6161:std::__2::__function::__func\2c\20bool\20\28skia::textlayout::Run\20const*\2c\20float\2c\20skia::textlayout::SkRange\2c\20float*\29>::operator\28\29\28skia::textlayout::Run\20const*&&\2c\20float&&\2c\20skia::textlayout::SkRange&&\2c\20float*&&\29 +6162:std::__2::__function::__func\2c\20bool\20\28skia::textlayout::Run\20const*\2c\20float\2c\20skia::textlayout::SkRange\2c\20float*\29>::__clone\28std::__2::__function::__base\2c\20float*\29>*\29\20const +6163:std::__2::__function::__func\2c\20bool\20\28skia::textlayout::Run\20const*\2c\20float\2c\20skia::textlayout::SkRange\2c\20float*\29>::__clone\28\29\20const +6164:std::__2::__function::__func\2c\20float*\29\20const::'lambda'\28skia::textlayout::SkRange\2c\20skia::textlayout::TextStyle\20const&\2c\20skia::textlayout::TextLine::ClipContext\20const&\29\2c\20std::__2::allocator\2c\20float*\29\20const::'lambda'\28skia::textlayout::SkRange\2c\20skia::textlayout::TextStyle\20const&\2c\20skia::textlayout::TextLine::ClipContext\20const&\29>\2c\20void\20\28skia::textlayout::SkRange\2c\20skia::textlayout::TextStyle\20const&\2c\20skia::textlayout::TextLine::ClipContext\20const&\29>::operator\28\29\28skia::textlayout::SkRange&&\2c\20skia::textlayout::TextStyle\20const&\2c\20skia::textlayout::TextLine::ClipContext\20const&\29 +6165:std::__2::__function::__func\2c\20float*\29\20const::'lambda'\28skia::textlayout::SkRange\2c\20skia::textlayout::TextStyle\20const&\2c\20skia::textlayout::TextLine::ClipContext\20const&\29\2c\20std::__2::allocator\2c\20float*\29\20const::'lambda'\28skia::textlayout::SkRange\2c\20skia::textlayout::TextStyle\20const&\2c\20skia::textlayout::TextLine::ClipContext\20const&\29>\2c\20void\20\28skia::textlayout::SkRange\2c\20skia::textlayout::TextStyle\20const&\2c\20skia::textlayout::TextLine::ClipContext\20const&\29>::__clone\28std::__2::__function::__base\2c\20skia::textlayout::TextStyle\20const&\2c\20skia::textlayout::TextLine::ClipContext\20const&\29>*\29\20const +6166:std::__2::__function::__func\2c\20float*\29\20const::'lambda'\28skia::textlayout::SkRange\2c\20skia::textlayout::TextStyle\20const&\2c\20skia::textlayout::TextLine::ClipContext\20const&\29\2c\20std::__2::allocator\2c\20float*\29\20const::'lambda'\28skia::textlayout::SkRange\2c\20skia::textlayout::TextStyle\20const&\2c\20skia::textlayout::TextLine::ClipContext\20const&\29>\2c\20void\20\28skia::textlayout::SkRange\2c\20skia::textlayout::TextStyle\20const&\2c\20skia::textlayout::TextLine::ClipContext\20const&\29>::__clone\28\29\20const +6167:std::__2::__function::__func\2c\20bool\20\28skia::textlayout::Run\20const*\2c\20float\2c\20skia::textlayout::SkRange\2c\20float*\29>::operator\28\29\28skia::textlayout::Run\20const*&&\2c\20float&&\2c\20skia::textlayout::SkRange&&\2c\20float*&&\29 +6168:std::__2::__function::__func\2c\20bool\20\28skia::textlayout::Run\20const*\2c\20float\2c\20skia::textlayout::SkRange\2c\20float*\29>::__clone\28std::__2::__function::__base\2c\20float*\29>*\29\20const +6169:std::__2::__function::__func\2c\20bool\20\28skia::textlayout::Run\20const*\2c\20float\2c\20skia::textlayout::SkRange\2c\20float*\29>::__clone\28\29\20const +6170:std::__2::__function::__func\2c\20float*\29\20const::'lambda'\28skia::textlayout::SkRange\2c\20skia::textlayout::TextStyle\20const&\2c\20skia::textlayout::TextLine::ClipContext\20const&\29\2c\20std::__2::allocator\2c\20float*\29\20const::'lambda'\28skia::textlayout::SkRange\2c\20skia::textlayout::TextStyle\20const&\2c\20skia::textlayout::TextLine::ClipContext\20const&\29>\2c\20void\20\28skia::textlayout::SkRange\2c\20skia::textlayout::TextStyle\20const&\2c\20skia::textlayout::TextLine::ClipContext\20const&\29>::operator\28\29\28skia::textlayout::SkRange&&\2c\20skia::textlayout::TextStyle\20const&\2c\20skia::textlayout::TextLine::ClipContext\20const&\29 +6171:std::__2::__function::__func\2c\20float*\29\20const::'lambda'\28skia::textlayout::SkRange\2c\20skia::textlayout::TextStyle\20const&\2c\20skia::textlayout::TextLine::ClipContext\20const&\29\2c\20std::__2::allocator\2c\20float*\29\20const::'lambda'\28skia::textlayout::SkRange\2c\20skia::textlayout::TextStyle\20const&\2c\20skia::textlayout::TextLine::ClipContext\20const&\29>\2c\20void\20\28skia::textlayout::SkRange\2c\20skia::textlayout::TextStyle\20const&\2c\20skia::textlayout::TextLine::ClipContext\20const&\29>::__clone\28std::__2::__function::__base\2c\20skia::textlayout::TextStyle\20const&\2c\20skia::textlayout::TextLine::ClipContext\20const&\29>*\29\20const +6172:std::__2::__function::__func\2c\20float*\29\20const::'lambda'\28skia::textlayout::SkRange\2c\20skia::textlayout::TextStyle\20const&\2c\20skia::textlayout::TextLine::ClipContext\20const&\29\2c\20std::__2::allocator\2c\20float*\29\20const::'lambda'\28skia::textlayout::SkRange\2c\20skia::textlayout::TextStyle\20const&\2c\20skia::textlayout::TextLine::ClipContext\20const&\29>\2c\20void\20\28skia::textlayout::SkRange\2c\20skia::textlayout::TextStyle\20const&\2c\20skia::textlayout::TextLine::ClipContext\20const&\29>::__clone\28\29\20const +6173:std::__2::__function::__func\2c\20bool\20\28skia::textlayout::Run\20const*\2c\20float\2c\20skia::textlayout::SkRange\2c\20float*\29>::operator\28\29\28skia::textlayout::Run\20const*&&\2c\20float&&\2c\20skia::textlayout::SkRange&&\2c\20float*&&\29 +6174:std::__2::__function::__func\2c\20bool\20\28skia::textlayout::Run\20const*\2c\20float\2c\20skia::textlayout::SkRange\2c\20float*\29>::__clone\28std::__2::__function::__base\2c\20float*\29>*\29\20const +6175:std::__2::__function::__func\2c\20bool\20\28skia::textlayout::Run\20const*\2c\20float\2c\20skia::textlayout::SkRange\2c\20float*\29>::__clone\28\29\20const +6176:std::__2::__function::__func\2c\20float*\29\20const::'lambda'\28skia::textlayout::SkRange\2c\20skia::textlayout::TextStyle\20const&\2c\20skia::textlayout::TextLine::ClipContext\20const&\29\2c\20std::__2::allocator\2c\20float*\29\20const::'lambda'\28skia::textlayout::SkRange\2c\20skia::textlayout::TextStyle\20const&\2c\20skia::textlayout::TextLine::ClipContext\20const&\29>\2c\20void\20\28skia::textlayout::SkRange\2c\20skia::textlayout::TextStyle\20const&\2c\20skia::textlayout::TextLine::ClipContext\20const&\29>::operator\28\29\28skia::textlayout::SkRange&&\2c\20skia::textlayout::TextStyle\20const&\2c\20skia::textlayout::TextLine::ClipContext\20const&\29 +6177:std::__2::__function::__func\2c\20float*\29\20const::'lambda'\28skia::textlayout::SkRange\2c\20skia::textlayout::TextStyle\20const&\2c\20skia::textlayout::TextLine::ClipContext\20const&\29\2c\20std::__2::allocator\2c\20float*\29\20const::'lambda'\28skia::textlayout::SkRange\2c\20skia::textlayout::TextStyle\20const&\2c\20skia::textlayout::TextLine::ClipContext\20const&\29>\2c\20void\20\28skia::textlayout::SkRange\2c\20skia::textlayout::TextStyle\20const&\2c\20skia::textlayout::TextLine::ClipContext\20const&\29>::__clone\28std::__2::__function::__base\2c\20skia::textlayout::TextStyle\20const&\2c\20skia::textlayout::TextLine::ClipContext\20const&\29>*\29\20const +6178:std::__2::__function::__func\2c\20float*\29\20const::'lambda'\28skia::textlayout::SkRange\2c\20skia::textlayout::TextStyle\20const&\2c\20skia::textlayout::TextLine::ClipContext\20const&\29\2c\20std::__2::allocator\2c\20float*\29\20const::'lambda'\28skia::textlayout::SkRange\2c\20skia::textlayout::TextStyle\20const&\2c\20skia::textlayout::TextLine::ClipContext\20const&\29>\2c\20void\20\28skia::textlayout::SkRange\2c\20skia::textlayout::TextStyle\20const&\2c\20skia::textlayout::TextLine::ClipContext\20const&\29>::__clone\28\29\20const +6179:std::__2::__function::__func\2c\20bool\20\28skia::textlayout::Cluster\20const*\2c\20unsigned\20long\2c\20bool\29>::operator\28\29\28skia::textlayout::Cluster\20const*&&\2c\20unsigned\20long&&\2c\20bool&&\29 +6180:std::__2::__function::__func\2c\20bool\20\28skia::textlayout::Cluster\20const*\2c\20unsigned\20long\2c\20bool\29>::__clone\28std::__2::__function::__base*\29\20const +6181:std::__2::__function::__func\2c\20bool\20\28skia::textlayout::Cluster\20const*\2c\20unsigned\20long\2c\20bool\29>::__clone\28\29\20const +6182:std::__2::__function::__func\2c\20bool\20\28skia::textlayout::Cluster\20const*\2c\20unsigned\20long\2c\20bool\29>::operator\28\29\28skia::textlayout::Cluster\20const*&&\2c\20unsigned\20long&&\2c\20bool&&\29 +6183:std::__2::__function::__func\2c\20bool\20\28skia::textlayout::Cluster\20const*\2c\20unsigned\20long\2c\20bool\29>::__clone\28std::__2::__function::__base*\29\20const +6184:std::__2::__function::__func\2c\20bool\20\28skia::textlayout::Cluster\20const*\2c\20unsigned\20long\2c\20bool\29>::__clone\28\29\20const +6185:std::__2::__function::__func\2c\20skia::textlayout::RectHeightStyle\2c\20skia::textlayout::RectWidthStyle\2c\20std::__2::vector>&\29\20const::$_0\2c\20std::__2::allocator\2c\20skia::textlayout::RectHeightStyle\2c\20skia::textlayout::RectWidthStyle\2c\20std::__2::vector>&\29\20const::$_0>\2c\20bool\20\28skia::textlayout::Run\20const*\2c\20float\2c\20skia::textlayout::SkRange\2c\20float*\29>::operator\28\29\28skia::textlayout::Run\20const*&&\2c\20float&&\2c\20skia::textlayout::SkRange&&\2c\20float*&&\29 +6186:std::__2::__function::__func\2c\20skia::textlayout::RectHeightStyle\2c\20skia::textlayout::RectWidthStyle\2c\20std::__2::vector>&\29\20const::$_0\2c\20std::__2::allocator\2c\20skia::textlayout::RectHeightStyle\2c\20skia::textlayout::RectWidthStyle\2c\20std::__2::vector>&\29\20const::$_0>\2c\20bool\20\28skia::textlayout::Run\20const*\2c\20float\2c\20skia::textlayout::SkRange\2c\20float*\29>::__clone\28std::__2::__function::__base\2c\20float*\29>*\29\20const +6187:std::__2::__function::__func\2c\20skia::textlayout::RectHeightStyle\2c\20skia::textlayout::RectWidthStyle\2c\20std::__2::vector>&\29\20const::$_0\2c\20std::__2::allocator\2c\20skia::textlayout::RectHeightStyle\2c\20skia::textlayout::RectWidthStyle\2c\20std::__2::vector>&\29\20const::$_0>\2c\20bool\20\28skia::textlayout::Run\20const*\2c\20float\2c\20skia::textlayout::SkRange\2c\20float*\29>::__clone\28\29\20const +6188:std::__2::__function::__func\2c\20skia::textlayout::RectHeightStyle\2c\20skia::textlayout::RectWidthStyle\2c\20std::__2::vector>&\29\20const::$_0::operator\28\29\28skia::textlayout::Run\20const*\2c\20float\2c\20skia::textlayout::SkRange\2c\20float*\29\20const::'lambda'\28skia::textlayout::SkRange\2c\20skia::textlayout::TextStyle\20const&\2c\20skia::textlayout::TextLine::ClipContext\20const&\29\2c\20std::__2::allocator\2c\20skia::textlayout::RectHeightStyle\2c\20skia::textlayout::RectWidthStyle\2c\20std::__2::vector>&\29\20const::$_0::operator\28\29\28skia::textlayout::Run\20const*\2c\20float\2c\20skia::textlayout::SkRange\2c\20float*\29\20const::'lambda'\28skia::textlayout::SkRange\2c\20skia::textlayout::TextStyle\20const&\2c\20skia::textlayout::TextLine::ClipContext\20const&\29>\2c\20void\20\28skia::textlayout::SkRange\2c\20skia::textlayout::TextStyle\20const&\2c\20skia::textlayout::TextLine::ClipContext\20const&\29>::operator\28\29\28skia::textlayout::SkRange&&\2c\20skia::textlayout::TextStyle\20const&\2c\20skia::textlayout::TextLine::ClipContext\20const&\29 +6189:std::__2::__function::__func\2c\20skia::textlayout::RectHeightStyle\2c\20skia::textlayout::RectWidthStyle\2c\20std::__2::vector>&\29\20const::$_0::operator\28\29\28skia::textlayout::Run\20const*\2c\20float\2c\20skia::textlayout::SkRange\2c\20float*\29\20const::'lambda'\28skia::textlayout::SkRange\2c\20skia::textlayout::TextStyle\20const&\2c\20skia::textlayout::TextLine::ClipContext\20const&\29\2c\20std::__2::allocator\2c\20skia::textlayout::RectHeightStyle\2c\20skia::textlayout::RectWidthStyle\2c\20std::__2::vector>&\29\20const::$_0::operator\28\29\28skia::textlayout::Run\20const*\2c\20float\2c\20skia::textlayout::SkRange\2c\20float*\29\20const::'lambda'\28skia::textlayout::SkRange\2c\20skia::textlayout::TextStyle\20const&\2c\20skia::textlayout::TextLine::ClipContext\20const&\29>\2c\20void\20\28skia::textlayout::SkRange\2c\20skia::textlayout::TextStyle\20const&\2c\20skia::textlayout::TextLine::ClipContext\20const&\29>::__clone\28std::__2::__function::__base\2c\20skia::textlayout::TextStyle\20const&\2c\20skia::textlayout::TextLine::ClipContext\20const&\29>*\29\20const +6190:std::__2::__function::__func\2c\20skia::textlayout::RectHeightStyle\2c\20skia::textlayout::RectWidthStyle\2c\20std::__2::vector>&\29\20const::$_0::operator\28\29\28skia::textlayout::Run\20const*\2c\20float\2c\20skia::textlayout::SkRange\2c\20float*\29\20const::'lambda'\28skia::textlayout::SkRange\2c\20skia::textlayout::TextStyle\20const&\2c\20skia::textlayout::TextLine::ClipContext\20const&\29\2c\20std::__2::allocator\2c\20skia::textlayout::RectHeightStyle\2c\20skia::textlayout::RectWidthStyle\2c\20std::__2::vector>&\29\20const::$_0::operator\28\29\28skia::textlayout::Run\20const*\2c\20float\2c\20skia::textlayout::SkRange\2c\20float*\29\20const::'lambda'\28skia::textlayout::SkRange\2c\20skia::textlayout::TextStyle\20const&\2c\20skia::textlayout::TextLine::ClipContext\20const&\29>\2c\20void\20\28skia::textlayout::SkRange\2c\20skia::textlayout::TextStyle\20const&\2c\20skia::textlayout::TextLine::ClipContext\20const&\29>::__clone\28\29\20const +6191:std::__2::__function::__func>&\29::$_0\2c\20std::__2::allocator>&\29::$_0>\2c\20bool\20\28skia::textlayout::Run\20const*\2c\20float\2c\20skia::textlayout::SkRange\2c\20float*\29>::operator\28\29\28skia::textlayout::Run\20const*&&\2c\20float&&\2c\20skia::textlayout::SkRange&&\2c\20float*&&\29 +6192:std::__2::__function::__func>&\29::$_0\2c\20std::__2::allocator>&\29::$_0>\2c\20bool\20\28skia::textlayout::Run\20const*\2c\20float\2c\20skia::textlayout::SkRange\2c\20float*\29>::__clone\28std::__2::__function::__base\2c\20float*\29>*\29\20const +6193:std::__2::__function::__func>&\29::$_0\2c\20std::__2::allocator>&\29::$_0>\2c\20bool\20\28skia::textlayout::Run\20const*\2c\20float\2c\20skia::textlayout::SkRange\2c\20float*\29>::__clone\28\29\20const +6194:std::__2::__function::__func\2c\20bool\20\28skia::textlayout::Run\20const*\2c\20float\2c\20skia::textlayout::SkRange\2c\20float*\29>::operator\28\29\28skia::textlayout::Run\20const*&&\2c\20float&&\2c\20skia::textlayout::SkRange&&\2c\20float*&&\29 +6195:std::__2::__function::__func\2c\20bool\20\28skia::textlayout::Run\20const*\2c\20float\2c\20skia::textlayout::SkRange\2c\20float*\29>::__clone\28std::__2::__function::__base\2c\20float*\29>*\29\20const +6196:std::__2::__function::__func\2c\20bool\20\28skia::textlayout::Run\20const*\2c\20float\2c\20skia::textlayout::SkRange\2c\20float*\29>::__clone\28\29\20const +6197:std::__2::__function::__func\2c\20float*\29\20const::'lambda'\28skia::textlayout::SkRange\2c\20skia::textlayout::TextStyle\20const&\2c\20skia::textlayout::TextLine::ClipContext\20const&\29\2c\20std::__2::allocator\2c\20float*\29\20const::'lambda'\28skia::textlayout::SkRange\2c\20skia::textlayout::TextStyle\20const&\2c\20skia::textlayout::TextLine::ClipContext\20const&\29>\2c\20void\20\28skia::textlayout::SkRange\2c\20skia::textlayout::TextStyle\20const&\2c\20skia::textlayout::TextLine::ClipContext\20const&\29>::operator\28\29\28skia::textlayout::SkRange&&\2c\20skia::textlayout::TextStyle\20const&\2c\20skia::textlayout::TextLine::ClipContext\20const&\29 +6198:std::__2::__function::__func\2c\20float*\29\20const::'lambda'\28skia::textlayout::SkRange\2c\20skia::textlayout::TextStyle\20const&\2c\20skia::textlayout::TextLine::ClipContext\20const&\29\2c\20std::__2::allocator\2c\20float*\29\20const::'lambda'\28skia::textlayout::SkRange\2c\20skia::textlayout::TextStyle\20const&\2c\20skia::textlayout::TextLine::ClipContext\20const&\29>\2c\20void\20\28skia::textlayout::SkRange\2c\20skia::textlayout::TextStyle\20const&\2c\20skia::textlayout::TextLine::ClipContext\20const&\29>::__clone\28std::__2::__function::__base\2c\20skia::textlayout::TextStyle\20const&\2c\20skia::textlayout::TextLine::ClipContext\20const&\29>*\29\20const +6199:std::__2::__function::__func\2c\20float*\29\20const::'lambda'\28skia::textlayout::SkRange\2c\20skia::textlayout::TextStyle\20const&\2c\20skia::textlayout::TextLine::ClipContext\20const&\29\2c\20std::__2::allocator\2c\20float*\29\20const::'lambda'\28skia::textlayout::SkRange\2c\20skia::textlayout::TextStyle\20const&\2c\20skia::textlayout::TextLine::ClipContext\20const&\29>\2c\20void\20\28skia::textlayout::SkRange\2c\20skia::textlayout::TextStyle\20const&\2c\20skia::textlayout::TextLine::ClipContext\20const&\29>::__clone\28\29\20const +6200:std::__2::__function::__func\2c\20bool\20\28skia::textlayout::Run\20const*\2c\20float\2c\20skia::textlayout::SkRange\2c\20float*\29>::operator\28\29\28skia::textlayout::Run\20const*&&\2c\20float&&\2c\20skia::textlayout::SkRange&&\2c\20float*&&\29 +6201:std::__2::__function::__func\2c\20bool\20\28skia::textlayout::Run\20const*\2c\20float\2c\20skia::textlayout::SkRange\2c\20float*\29>::__clone\28std::__2::__function::__base\2c\20float*\29>*\29\20const +6202:std::__2::__function::__func\2c\20bool\20\28skia::textlayout::Run\20const*\2c\20float\2c\20skia::textlayout::SkRange\2c\20float*\29>::__clone\28\29\20const +6203:std::__2::__function::__func\2c\20float*\29\20const::'lambda'\28skia::textlayout::SkRange\2c\20skia::textlayout::TextStyle\20const&\2c\20skia::textlayout::TextLine::ClipContext\20const&\29\2c\20std::__2::allocator\2c\20float*\29\20const::'lambda'\28skia::textlayout::SkRange\2c\20skia::textlayout::TextStyle\20const&\2c\20skia::textlayout::TextLine::ClipContext\20const&\29>\2c\20void\20\28skia::textlayout::SkRange\2c\20skia::textlayout::TextStyle\20const&\2c\20skia::textlayout::TextLine::ClipContext\20const&\29>::operator\28\29\28skia::textlayout::SkRange&&\2c\20skia::textlayout::TextStyle\20const&\2c\20skia::textlayout::TextLine::ClipContext\20const&\29 +6204:std::__2::__function::__func\2c\20float*\29\20const::'lambda'\28skia::textlayout::SkRange\2c\20skia::textlayout::TextStyle\20const&\2c\20skia::textlayout::TextLine::ClipContext\20const&\29\2c\20std::__2::allocator\2c\20float*\29\20const::'lambda'\28skia::textlayout::SkRange\2c\20skia::textlayout::TextStyle\20const&\2c\20skia::textlayout::TextLine::ClipContext\20const&\29>\2c\20void\20\28skia::textlayout::SkRange\2c\20skia::textlayout::TextStyle\20const&\2c\20skia::textlayout::TextLine::ClipContext\20const&\29>::__clone\28std::__2::__function::__base\2c\20skia::textlayout::TextStyle\20const&\2c\20skia::textlayout::TextLine::ClipContext\20const&\29>*\29\20const +6205:std::__2::__function::__func\2c\20float*\29\20const::'lambda'\28skia::textlayout::SkRange\2c\20skia::textlayout::TextStyle\20const&\2c\20skia::textlayout::TextLine::ClipContext\20const&\29\2c\20std::__2::allocator\2c\20float*\29\20const::'lambda'\28skia::textlayout::SkRange\2c\20skia::textlayout::TextStyle\20const&\2c\20skia::textlayout::TextLine::ClipContext\20const&\29>\2c\20void\20\28skia::textlayout::SkRange\2c\20skia::textlayout::TextStyle\20const&\2c\20skia::textlayout::TextLine::ClipContext\20const&\29>::__clone\28\29\20const +6206:std::__2::__function::__func\2c\20bool\20\28skia::textlayout::Run\20const*\2c\20float\2c\20skia::textlayout::SkRange\2c\20float*\29>::operator\28\29\28skia::textlayout::Run\20const*&&\2c\20float&&\2c\20skia::textlayout::SkRange&&\2c\20float*&&\29 +6207:std::__2::__function::__func\2c\20bool\20\28skia::textlayout::Run\20const*\2c\20float\2c\20skia::textlayout::SkRange\2c\20float*\29>::__clone\28std::__2::__function::__base\2c\20float*\29>*\29\20const +6208:std::__2::__function::__func\2c\20bool\20\28skia::textlayout::Run\20const*\2c\20float\2c\20skia::textlayout::SkRange\2c\20float*\29>::__clone\28\29\20const +6209:std::__2::__function::__func\2c\20float*\29\20const::'lambda'\28skia::textlayout::SkRange\2c\20skia::textlayout::TextStyle\20const&\2c\20skia::textlayout::TextLine::ClipContext\20const&\29\2c\20std::__2::allocator\2c\20float*\29\20const::'lambda'\28skia::textlayout::SkRange\2c\20skia::textlayout::TextStyle\20const&\2c\20skia::textlayout::TextLine::ClipContext\20const&\29>\2c\20void\20\28skia::textlayout::SkRange\2c\20skia::textlayout::TextStyle\20const&\2c\20skia::textlayout::TextLine::ClipContext\20const&\29>::operator\28\29\28skia::textlayout::SkRange&&\2c\20skia::textlayout::TextStyle\20const&\2c\20skia::textlayout::TextLine::ClipContext\20const&\29 +6210:std::__2::__function::__func\2c\20float*\29\20const::'lambda'\28skia::textlayout::SkRange\2c\20skia::textlayout::TextStyle\20const&\2c\20skia::textlayout::TextLine::ClipContext\20const&\29\2c\20std::__2::allocator\2c\20float*\29\20const::'lambda'\28skia::textlayout::SkRange\2c\20skia::textlayout::TextStyle\20const&\2c\20skia::textlayout::TextLine::ClipContext\20const&\29>\2c\20void\20\28skia::textlayout::SkRange\2c\20skia::textlayout::TextStyle\20const&\2c\20skia::textlayout::TextLine::ClipContext\20const&\29>::__clone\28std::__2::__function::__base\2c\20skia::textlayout::TextStyle\20const&\2c\20skia::textlayout::TextLine::ClipContext\20const&\29>*\29\20const +6211:std::__2::__function::__func\2c\20float*\29\20const::'lambda'\28skia::textlayout::SkRange\2c\20skia::textlayout::TextStyle\20const&\2c\20skia::textlayout::TextLine::ClipContext\20const&\29\2c\20std::__2::allocator\2c\20float*\29\20const::'lambda'\28skia::textlayout::SkRange\2c\20skia::textlayout::TextStyle\20const&\2c\20skia::textlayout::TextLine::ClipContext\20const&\29>\2c\20void\20\28skia::textlayout::SkRange\2c\20skia::textlayout::TextStyle\20const&\2c\20skia::textlayout::TextLine::ClipContext\20const&\29>::__clone\28\29\20const +6212:std::__2::__function::__func\2c\20bool\20\28skia::textlayout::Run\20const*\2c\20float\2c\20skia::textlayout::SkRange\2c\20float*\29>::operator\28\29\28skia::textlayout::Run\20const*&&\2c\20float&&\2c\20skia::textlayout::SkRange&&\2c\20float*&&\29 +6213:std::__2::__function::__func\2c\20bool\20\28skia::textlayout::Run\20const*\2c\20float\2c\20skia::textlayout::SkRange\2c\20float*\29>::__clone\28std::__2::__function::__base\2c\20float*\29>*\29\20const +6214:std::__2::__function::__func\2c\20bool\20\28skia::textlayout::Run\20const*\2c\20float\2c\20skia::textlayout::SkRange\2c\20float*\29>::__clone\28\29\20const +6215:std::__2::__function::__func\2c\20float*\29\20const::'lambda'\28skia::textlayout::SkRange\2c\20skia::textlayout::TextStyle\20const&\2c\20skia::textlayout::TextLine::ClipContext\20const&\29\2c\20std::__2::allocator\2c\20float*\29\20const::'lambda'\28skia::textlayout::SkRange\2c\20skia::textlayout::TextStyle\20const&\2c\20skia::textlayout::TextLine::ClipContext\20const&\29>\2c\20void\20\28skia::textlayout::SkRange\2c\20skia::textlayout::TextStyle\20const&\2c\20skia::textlayout::TextLine::ClipContext\20const&\29>::operator\28\29\28skia::textlayout::SkRange&&\2c\20skia::textlayout::TextStyle\20const&\2c\20skia::textlayout::TextLine::ClipContext\20const&\29 +6216:std::__2::__function::__func\2c\20float*\29\20const::'lambda'\28skia::textlayout::SkRange\2c\20skia::textlayout::TextStyle\20const&\2c\20skia::textlayout::TextLine::ClipContext\20const&\29\2c\20std::__2::allocator\2c\20float*\29\20const::'lambda'\28skia::textlayout::SkRange\2c\20skia::textlayout::TextStyle\20const&\2c\20skia::textlayout::TextLine::ClipContext\20const&\29>\2c\20void\20\28skia::textlayout::SkRange\2c\20skia::textlayout::TextStyle\20const&\2c\20skia::textlayout::TextLine::ClipContext\20const&\29>::__clone\28std::__2::__function::__base\2c\20skia::textlayout::TextStyle\20const&\2c\20skia::textlayout::TextLine::ClipContext\20const&\29>*\29\20const +6217:std::__2::__function::__func\2c\20float*\29\20const::'lambda'\28skia::textlayout::SkRange\2c\20skia::textlayout::TextStyle\20const&\2c\20skia::textlayout::TextLine::ClipContext\20const&\29\2c\20std::__2::allocator\2c\20float*\29\20const::'lambda'\28skia::textlayout::SkRange\2c\20skia::textlayout::TextStyle\20const&\2c\20skia::textlayout::TextLine::ClipContext\20const&\29>\2c\20void\20\28skia::textlayout::SkRange\2c\20skia::textlayout::TextStyle\20const&\2c\20skia::textlayout::TextLine::ClipContext\20const&\29>::__clone\28\29\20const +6218:std::__2::__function::__func\20const&\29::$_0\2c\20std::__2::allocator\20const&\29::$_0>\2c\20bool\20\28skia::textlayout::Run\20const*\2c\20float\2c\20skia::textlayout::SkRange\2c\20float*\29>::operator\28\29\28skia::textlayout::Run\20const*&&\2c\20float&&\2c\20skia::textlayout::SkRange&&\2c\20float*&&\29 +6219:std::__2::__function::__func\20const&\29::$_0\2c\20std::__2::allocator\20const&\29::$_0>\2c\20bool\20\28skia::textlayout::Run\20const*\2c\20float\2c\20skia::textlayout::SkRange\2c\20float*\29>::__clone\28std::__2::__function::__base\2c\20float*\29>*\29\20const +6220:std::__2::__function::__func\20const&\29::$_0\2c\20std::__2::allocator\20const&\29::$_0>\2c\20bool\20\28skia::textlayout::Run\20const*\2c\20float\2c\20skia::textlayout::SkRange\2c\20float*\29>::__clone\28\29\20const +6221:std::__2::__function::__func\20const&\29::$_0::operator\28\29\28skia::textlayout::Run\20const*\2c\20float\2c\20skia::textlayout::SkRange\2c\20float*\29\20const::'lambda'\28skia::textlayout::SkRange\2c\20skia::textlayout::TextStyle\20const&\2c\20skia::textlayout::TextLine::ClipContext\20const&\29\2c\20std::__2::allocator\20const&\29::$_0::operator\28\29\28skia::textlayout::Run\20const*\2c\20float\2c\20skia::textlayout::SkRange\2c\20float*\29\20const::'lambda'\28skia::textlayout::SkRange\2c\20skia::textlayout::TextStyle\20const&\2c\20skia::textlayout::TextLine::ClipContext\20const&\29>\2c\20void\20\28skia::textlayout::SkRange\2c\20skia::textlayout::TextStyle\20const&\2c\20skia::textlayout::TextLine::ClipContext\20const&\29>::operator\28\29\28skia::textlayout::SkRange&&\2c\20skia::textlayout::TextStyle\20const&\2c\20skia::textlayout::TextLine::ClipContext\20const&\29 +6222:std::__2::__function::__func\20const&\29::$_0::operator\28\29\28skia::textlayout::Run\20const*\2c\20float\2c\20skia::textlayout::SkRange\2c\20float*\29\20const::'lambda'\28skia::textlayout::SkRange\2c\20skia::textlayout::TextStyle\20const&\2c\20skia::textlayout::TextLine::ClipContext\20const&\29\2c\20std::__2::allocator\20const&\29::$_0::operator\28\29\28skia::textlayout::Run\20const*\2c\20float\2c\20skia::textlayout::SkRange\2c\20float*\29\20const::'lambda'\28skia::textlayout::SkRange\2c\20skia::textlayout::TextStyle\20const&\2c\20skia::textlayout::TextLine::ClipContext\20const&\29>\2c\20void\20\28skia::textlayout::SkRange\2c\20skia::textlayout::TextStyle\20const&\2c\20skia::textlayout::TextLine::ClipContext\20const&\29>::__clone\28std::__2::__function::__base\2c\20skia::textlayout::TextStyle\20const&\2c\20skia::textlayout::TextLine::ClipContext\20const&\29>*\29\20const +6223:std::__2::__function::__func\20const&\29::$_0::operator\28\29\28skia::textlayout::Run\20const*\2c\20float\2c\20skia::textlayout::SkRange\2c\20float*\29\20const::'lambda'\28skia::textlayout::SkRange\2c\20skia::textlayout::TextStyle\20const&\2c\20skia::textlayout::TextLine::ClipContext\20const&\29\2c\20std::__2::allocator\20const&\29::$_0::operator\28\29\28skia::textlayout::Run\20const*\2c\20float\2c\20skia::textlayout::SkRange\2c\20float*\29\20const::'lambda'\28skia::textlayout::SkRange\2c\20skia::textlayout::TextStyle\20const&\2c\20skia::textlayout::TextLine::ClipContext\20const&\29>\2c\20void\20\28skia::textlayout::SkRange\2c\20skia::textlayout::TextStyle\20const&\2c\20skia::textlayout::TextLine::ClipContext\20const&\29>::__clone\28\29\20const +6224:std::__2::__function::__func\2c\20void\20\28skia::textlayout::SkRange\2c\20skia::textlayout::SkRange\2c\20skia::textlayout::SkRange\2c\20skia::textlayout::SkRange\2c\20skia::textlayout::SkRange\2c\20float\2c\20unsigned\20long\2c\20unsigned\20long\2c\20SkPoint\2c\20SkPoint\2c\20skia::textlayout::InternalLineMetrics\2c\20bool\29>::operator\28\29\28skia::textlayout::SkRange&&\2c\20skia::textlayout::SkRange&&\2c\20skia::textlayout::SkRange&&\2c\20skia::textlayout::SkRange&&\2c\20skia::textlayout::SkRange&&\2c\20float&&\2c\20unsigned\20long&&\2c\20unsigned\20long&&\2c\20SkPoint&&\2c\20SkPoint&&\2c\20skia::textlayout::InternalLineMetrics&&\2c\20bool&&\29 +6225:std::__2::__function::__func\2c\20void\20\28skia::textlayout::SkRange\2c\20skia::textlayout::SkRange\2c\20skia::textlayout::SkRange\2c\20skia::textlayout::SkRange\2c\20skia::textlayout::SkRange\2c\20float\2c\20unsigned\20long\2c\20unsigned\20long\2c\20SkPoint\2c\20SkPoint\2c\20skia::textlayout::InternalLineMetrics\2c\20bool\29>::__clone\28std::__2::__function::__base\2c\20skia::textlayout::SkRange\2c\20skia::textlayout::SkRange\2c\20skia::textlayout::SkRange\2c\20skia::textlayout::SkRange\2c\20float\2c\20unsigned\20long\2c\20unsigned\20long\2c\20SkPoint\2c\20SkPoint\2c\20skia::textlayout::InternalLineMetrics\2c\20bool\29>*\29\20const +6226:std::__2::__function::__func\2c\20void\20\28skia::textlayout::SkRange\2c\20skia::textlayout::SkRange\2c\20skia::textlayout::SkRange\2c\20skia::textlayout::SkRange\2c\20skia::textlayout::SkRange\2c\20float\2c\20unsigned\20long\2c\20unsigned\20long\2c\20SkPoint\2c\20SkPoint\2c\20skia::textlayout::InternalLineMetrics\2c\20bool\29>::__clone\28\29\20const +6227:std::__2::__function::__func\2c\20void\20\28skia::textlayout::Cluster*\29>::operator\28\29\28skia::textlayout::Cluster*&&\29 +6228:std::__2::__function::__func\2c\20void\20\28skia::textlayout::Cluster*\29>::__clone\28std::__2::__function::__base*\29\20const +6229:std::__2::__function::__func\2c\20void\20\28skia::textlayout::Cluster*\29>::__clone\28\29\20const +6230:std::__2::__function::__func\2c\20void\20\28skia::textlayout::ParagraphImpl*\2c\20char\20const*\2c\20bool\29>::__clone\28std::__2::__function::__base*\29\20const +6231:std::__2::__function::__func\2c\20void\20\28skia::textlayout::ParagraphImpl*\2c\20char\20const*\2c\20bool\29>::__clone\28\29\20const +6232:std::__2::__function::__func\2c\20float\20\28skia::textlayout::SkRange\2c\20SkSpan\2c\20float&\2c\20unsigned\20long\2c\20unsigned\20char\29>::operator\28\29\28skia::textlayout::SkRange&&\2c\20SkSpan&&\2c\20float&\2c\20unsigned\20long&&\2c\20unsigned\20char&&\29 +6233:std::__2::__function::__func\2c\20float\20\28skia::textlayout::SkRange\2c\20SkSpan\2c\20float&\2c\20unsigned\20long\2c\20unsigned\20char\29>::__clone\28std::__2::__function::__base\2c\20SkSpan\2c\20float&\2c\20unsigned\20long\2c\20unsigned\20char\29>*\29\20const +6234:std::__2::__function::__func\2c\20float\20\28skia::textlayout::SkRange\2c\20SkSpan\2c\20float&\2c\20unsigned\20long\2c\20unsigned\20char\29>::__clone\28\29\20const +6235:std::__2::__function::__func\2c\20SkSpan\2c\20float&\2c\20unsigned\20long\2c\20unsigned\20char\29\20const::'lambda'\28skia::textlayout::Block\2c\20skia_private::TArray\29\2c\20std::__2::allocator\2c\20SkSpan\2c\20float&\2c\20unsigned\20long\2c\20unsigned\20char\29\20const::'lambda'\28skia::textlayout::Block\2c\20skia_private::TArray\29>\2c\20void\20\28skia::textlayout::Block\2c\20skia_private::TArray\29>::operator\28\29\28skia::textlayout::Block&&\2c\20skia_private::TArray&&\29 +6236:std::__2::__function::__func\2c\20SkSpan\2c\20float&\2c\20unsigned\20long\2c\20unsigned\20char\29\20const::'lambda'\28skia::textlayout::Block\2c\20skia_private::TArray\29\2c\20std::__2::allocator\2c\20SkSpan\2c\20float&\2c\20unsigned\20long\2c\20unsigned\20char\29\20const::'lambda'\28skia::textlayout::Block\2c\20skia_private::TArray\29>\2c\20void\20\28skia::textlayout::Block\2c\20skia_private::TArray\29>::__clone\28std::__2::__function::__base\29>*\29\20const +6237:std::__2::__function::__func\2c\20SkSpan\2c\20float&\2c\20unsigned\20long\2c\20unsigned\20char\29\20const::'lambda'\28skia::textlayout::Block\2c\20skia_private::TArray\29\2c\20std::__2::allocator\2c\20SkSpan\2c\20float&\2c\20unsigned\20long\2c\20unsigned\20char\29\20const::'lambda'\28skia::textlayout::Block\2c\20skia_private::TArray\29>\2c\20void\20\28skia::textlayout::Block\2c\20skia_private::TArray\29>::__clone\28\29\20const +6238:std::__2::__function::__func\2c\20SkSpan\2c\20float&\2c\20unsigned\20long\2c\20unsigned\20char\29\20const::'lambda'\28skia::textlayout::Block\2c\20skia_private::TArray\29::operator\28\29\28skia::textlayout::Block\2c\20skia_private::TArray\29\20const::'lambda'\28sk_sp\29\2c\20std::__2::allocator\2c\20SkSpan\2c\20float&\2c\20unsigned\20long\2c\20unsigned\20char\29\20const::'lambda'\28skia::textlayout::Block\2c\20skia_private::TArray\29::operator\28\29\28skia::textlayout::Block\2c\20skia_private::TArray\29\20const::'lambda'\28sk_sp\29>\2c\20skia::textlayout::OneLineShaper::Resolved\20\28sk_sp\29>::operator\28\29\28sk_sp&&\29 +6239:std::__2::__function::__func\2c\20SkSpan\2c\20float&\2c\20unsigned\20long\2c\20unsigned\20char\29\20const::'lambda'\28skia::textlayout::Block\2c\20skia_private::TArray\29::operator\28\29\28skia::textlayout::Block\2c\20skia_private::TArray\29\20const::'lambda'\28sk_sp\29\2c\20std::__2::allocator\2c\20SkSpan\2c\20float&\2c\20unsigned\20long\2c\20unsigned\20char\29\20const::'lambda'\28skia::textlayout::Block\2c\20skia_private::TArray\29::operator\28\29\28skia::textlayout::Block\2c\20skia_private::TArray\29\20const::'lambda'\28sk_sp\29>\2c\20skia::textlayout::OneLineShaper::Resolved\20\28sk_sp\29>::__clone\28std::__2::__function::__base\29>*\29\20const +6240:std::__2::__function::__func\2c\20SkSpan\2c\20float&\2c\20unsigned\20long\2c\20unsigned\20char\29\20const::'lambda'\28skia::textlayout::Block\2c\20skia_private::TArray\29::operator\28\29\28skia::textlayout::Block\2c\20skia_private::TArray\29\20const::'lambda'\28sk_sp\29\2c\20std::__2::allocator\2c\20SkSpan\2c\20float&\2c\20unsigned\20long\2c\20unsigned\20char\29\20const::'lambda'\28skia::textlayout::Block\2c\20skia_private::TArray\29::operator\28\29\28skia::textlayout::Block\2c\20skia_private::TArray\29\20const::'lambda'\28sk_sp\29>\2c\20skia::textlayout::OneLineShaper::Resolved\20\28sk_sp\29>::__clone\28\29\20const +6241:std::__2::__function::__func\2c\20void\20\28skia::textlayout::SkRange\29>::operator\28\29\28skia::textlayout::SkRange&&\29 +6242:std::__2::__function::__func\2c\20void\20\28skia::textlayout::SkRange\29>::__clone\28std::__2::__function::__base\29>*\29\20const +6243:std::__2::__function::__func\2c\20void\20\28skia::textlayout::SkRange\29>::__clone\28\29\20const +6244:std::__2::__function::__func\2c\20void\20\28sktext::gpu::AtlasSubRun\20const*\2c\20SkPoint\2c\20SkPaint\20const&\2c\20sk_sp\2c\20sktext::gpu::RendererData\29>::operator\28\29\28sktext::gpu::AtlasSubRun\20const*&&\2c\20SkPoint&&\2c\20SkPaint\20const&\2c\20sk_sp&&\2c\20sktext::gpu::RendererData&&\29 +6245:std::__2::__function::__func\2c\20void\20\28sktext::gpu::AtlasSubRun\20const*\2c\20SkPoint\2c\20SkPaint\20const&\2c\20sk_sp\2c\20sktext::gpu::RendererData\29>::__clone\28std::__2::__function::__base\2c\20sktext::gpu::RendererData\29>*\29\20const +6246:std::__2::__function::__func\2c\20void\20\28sktext::gpu::AtlasSubRun\20const*\2c\20SkPoint\2c\20SkPaint\20const&\2c\20sk_sp\2c\20sktext::gpu::RendererData\29>::__clone\28\29\20const +6247:std::__2::__function::__func\2c\20void\20\28void*\2c\20void\20const*\29>::~__func\28\29_10199 +6248:std::__2::__function::__func\2c\20void\20\28void*\2c\20void\20const*\29>::~__func\28\29 +6249:std::__2::__function::__func\2c\20void\20\28void*\2c\20void\20const*\29>::operator\28\29\28void*&&\2c\20void\20const*&&\29 +6250:std::__2::__function::__func\2c\20void\20\28void*\2c\20void\20const*\29>::destroy_deallocate\28\29 +6251:std::__2::__function::__func\2c\20void\20\28void*\2c\20void\20const*\29>::destroy\28\29 +6252:std::__2::__function::__func\2c\20void\20\28void*\2c\20void\20const*\29>::__clone\28std::__2::__function::__base*\29\20const +6253:std::__2::__function::__func\2c\20void\20\28void*\2c\20void\20const*\29>::__clone\28\29\20const +6254:std::__2::__function::__func\2c\20void\20\28\29>::operator\28\29\28\29 +6255:std::__2::__function::__func\2c\20void\20\28\29>::__clone\28std::__2::__function::__base*\29\20const +6256:std::__2::__function::__func\2c\20void\20\28\29>::__clone\28\29\20const +6257:std::__2::__function::__func\2c\20void\20\28\29>::operator\28\29\28\29 +6258:std::__2::__function::__func\2c\20void\20\28\29>::__clone\28std::__2::__function::__base*\29\20const +6259:std::__2::__function::__func\2c\20void\20\28\29>::__clone\28\29\20const +6260:std::__2::__function::__func\2c\20void\20\28GrSurfaceProxy*\2c\20skgpu::Mipmapped\29>::operator\28\29\28GrSurfaceProxy*&&\2c\20skgpu::Mipmapped&&\29 +6261:std::__2::__function::__func\2c\20void\20\28GrSurfaceProxy*\2c\20skgpu::Mipmapped\29>::__clone\28std::__2::__function::__base*\29\20const +6262:std::__2::__function::__func\2c\20void\20\28GrSurfaceProxy*\2c\20skgpu::Mipmapped\29>::__clone\28\29\20const +6263:std::__2::__function::__func>\2c\20GrTextureResolveManager\2c\20GrCaps\20const&\29::$_0\2c\20std::__2::allocator>\2c\20GrTextureResolveManager\2c\20GrCaps\20const&\29::$_0>\2c\20void\20\28GrSurfaceProxy*\2c\20skgpu::Mipmapped\29>::operator\28\29\28GrSurfaceProxy*&&\2c\20skgpu::Mipmapped&&\29 +6264:std::__2::__function::__func>\2c\20GrTextureResolveManager\2c\20GrCaps\20const&\29::$_0\2c\20std::__2::allocator>\2c\20GrTextureResolveManager\2c\20GrCaps\20const&\29::$_0>\2c\20void\20\28GrSurfaceProxy*\2c\20skgpu::Mipmapped\29>::__clone\28std::__2::__function::__base*\29\20const +6265:std::__2::__function::__func>\2c\20GrTextureResolveManager\2c\20GrCaps\20const&\29::$_0\2c\20std::__2::allocator>\2c\20GrTextureResolveManager\2c\20GrCaps\20const&\29::$_0>\2c\20void\20\28GrSurfaceProxy*\2c\20skgpu::Mipmapped\29>::__clone\28\29\20const +6266:std::__2::__function::__func>\2c\20bool\2c\20GrProcessorSet::Analysis\20const&\2c\20GrAppliedClip&&\2c\20GrDstProxyView\20const&\2c\20GrTextureResolveManager\2c\20GrCaps\20const&\29::$_0\2c\20std::__2::allocator>\2c\20bool\2c\20GrProcessorSet::Analysis\20const&\2c\20GrAppliedClip&&\2c\20GrDstProxyView\20const&\2c\20GrTextureResolveManager\2c\20GrCaps\20const&\29::$_0>\2c\20void\20\28GrSurfaceProxy*\2c\20skgpu::Mipmapped\29>::operator\28\29\28GrSurfaceProxy*&&\2c\20skgpu::Mipmapped&&\29 +6267:std::__2::__function::__func>\2c\20bool\2c\20GrProcessorSet::Analysis\20const&\2c\20GrAppliedClip&&\2c\20GrDstProxyView\20const&\2c\20GrTextureResolveManager\2c\20GrCaps\20const&\29::$_0\2c\20std::__2::allocator>\2c\20bool\2c\20GrProcessorSet::Analysis\20const&\2c\20GrAppliedClip&&\2c\20GrDstProxyView\20const&\2c\20GrTextureResolveManager\2c\20GrCaps\20const&\29::$_0>\2c\20void\20\28GrSurfaceProxy*\2c\20skgpu::Mipmapped\29>::__clone\28std::__2::__function::__base*\29\20const +6268:std::__2::__function::__func>\2c\20bool\2c\20GrProcessorSet::Analysis\20const&\2c\20GrAppliedClip&&\2c\20GrDstProxyView\20const&\2c\20GrTextureResolveManager\2c\20GrCaps\20const&\29::$_0\2c\20std::__2::allocator>\2c\20bool\2c\20GrProcessorSet::Analysis\20const&\2c\20GrAppliedClip&&\2c\20GrDstProxyView\20const&\2c\20GrTextureResolveManager\2c\20GrCaps\20const&\29::$_0>\2c\20void\20\28GrSurfaceProxy*\2c\20skgpu::Mipmapped\29>::__clone\28\29\20const +6269:std::__2::__function::__func\2c\20void\20\28sktext::gpu::AtlasSubRun\20const*\2c\20SkPoint\2c\20SkPaint\20const&\2c\20sk_sp\2c\20sktext::gpu::RendererData\29>::operator\28\29\28sktext::gpu::AtlasSubRun\20const*&&\2c\20SkPoint&&\2c\20SkPaint\20const&\2c\20sk_sp&&\2c\20sktext::gpu::RendererData&&\29 +6270:std::__2::__function::__func\2c\20void\20\28sktext::gpu::AtlasSubRun\20const*\2c\20SkPoint\2c\20SkPaint\20const&\2c\20sk_sp\2c\20sktext::gpu::RendererData\29>::__clone\28std::__2::__function::__base\2c\20sktext::gpu::RendererData\29>*\29\20const +6271:std::__2::__function::__func\2c\20void\20\28sktext::gpu::AtlasSubRun\20const*\2c\20SkPoint\2c\20SkPaint\20const&\2c\20sk_sp\2c\20sktext::gpu::RendererData\29>::__clone\28\29\20const +6272:std::__2::__function::__func\2c\20std::__2::tuple\20\28sktext::gpu::GlyphVector*\2c\20int\2c\20int\2c\20skgpu::MaskFormat\2c\20int\29>::operator\28\29\28sktext::gpu::GlyphVector*&&\2c\20int&&\2c\20int&&\2c\20skgpu::MaskFormat&&\2c\20int&&\29 +6273:std::__2::__function::__func\2c\20std::__2::tuple\20\28sktext::gpu::GlyphVector*\2c\20int\2c\20int\2c\20skgpu::MaskFormat\2c\20int\29>::__clone\28std::__2::__function::__base\20\28sktext::gpu::GlyphVector*\2c\20int\2c\20int\2c\20skgpu::MaskFormat\2c\20int\29>*\29\20const +6274:std::__2::__function::__func\2c\20std::__2::tuple\20\28sktext::gpu::GlyphVector*\2c\20int\2c\20int\2c\20skgpu::MaskFormat\2c\20int\29>::__clone\28\29\20const +6275:std::__2::__function::__func>\2c\20SkIRect\20const&\2c\20SkMatrix\20const&\2c\20SkPath\20const&\29::$_0\2c\20std::__2::allocator>\2c\20SkIRect\20const&\2c\20SkMatrix\20const&\2c\20SkPath\20const&\29::$_0>\2c\20bool\20\28GrSurfaceProxy\20const*\29>::operator\28\29\28GrSurfaceProxy\20const*&&\29 +6276:std::__2::__function::__func>\2c\20SkIRect\20const&\2c\20SkMatrix\20const&\2c\20SkPath\20const&\29::$_0\2c\20std::__2::allocator>\2c\20SkIRect\20const&\2c\20SkMatrix\20const&\2c\20SkPath\20const&\29::$_0>\2c\20bool\20\28GrSurfaceProxy\20const*\29>::__clone\28std::__2::__function::__base*\29\20const +6277:std::__2::__function::__func>\2c\20SkIRect\20const&\2c\20SkMatrix\20const&\2c\20SkPath\20const&\29::$_0\2c\20std::__2::allocator>\2c\20SkIRect\20const&\2c\20SkMatrix\20const&\2c\20SkPath\20const&\29::$_0>\2c\20bool\20\28GrSurfaceProxy\20const*\29>::__clone\28\29\20const +6278:std::__2::__function::__func\2c\20sk_sp\20\28SkIRect\29>::operator\28\29\28SkIRect&&\29 +6279:std::__2::__function::__func\2c\20sk_sp\20\28SkIRect\29>::__clone\28std::__2::__function::__base\20\28SkIRect\29>*\29\20const +6280:std::__2::__function::__func\2c\20sk_sp\20\28SkIRect\29>::__clone\28\29\20const +6281:std::__2::__function::__func\2c\20sk_sp\20\28SkIRect\29>::operator\28\29\28SkIRect&&\29 +6282:std::__2::__function::__func\2c\20sk_sp\20\28SkIRect\29>::__clone\28std::__2::__function::__base\20\28SkIRect\29>*\29\20const +6283:std::__2::__function::__func\2c\20sk_sp\20\28SkIRect\29>::__clone\28\29\20const +6284:std::__2::__function::__func\2c\20void\20\28int\2c\20char\20const*\29>::operator\28\29\28int&&\2c\20char\20const*&&\29 +6285:std::__2::__function::__func\2c\20void\20\28int\2c\20char\20const*\29>::__clone\28std::__2::__function::__base*\29\20const +6286:std::__2::__function::__func\2c\20void\20\28int\2c\20char\20const*\29>::__clone\28\29\20const +6287:std::__2::__function::__func\28GrOp\20const*\2c\20GrSurfaceProxy\20const*\29::'lambda'\28GrSurfaceProxy*\2c\20skgpu::Mipmapped\29\2c\20std::__2::allocator\28GrOp\20const*\2c\20GrSurfaceProxy\20const*\29::'lambda'\28GrSurfaceProxy*\2c\20skgpu::Mipmapped\29>\2c\20void\20\28GrSurfaceProxy*\2c\20skgpu::Mipmapped\29>::__clone\28std::__2::__function::__base*\29\20const +6288:std::__2::__function::__func\28GrOp\20const*\2c\20GrSurfaceProxy\20const*\29::'lambda'\28GrSurfaceProxy*\2c\20skgpu::Mipmapped\29\2c\20std::__2::allocator\28GrOp\20const*\2c\20GrSurfaceProxy\20const*\29::'lambda'\28GrSurfaceProxy*\2c\20skgpu::Mipmapped\29>\2c\20void\20\28GrSurfaceProxy*\2c\20skgpu::Mipmapped\29>::__clone\28\29\20const +6289:std::__2::__function::__func\28GrFragmentProcessor\20const*\2c\20GrSurfaceProxy\20const*\29::'lambda'\28GrSurfaceProxy*\2c\20skgpu::Mipmapped\29\2c\20std::__2::allocator\28GrFragmentProcessor\20const*\2c\20GrSurfaceProxy\20const*\29::'lambda'\28GrSurfaceProxy*\2c\20skgpu::Mipmapped\29>\2c\20void\20\28GrSurfaceProxy*\2c\20skgpu::Mipmapped\29>::__clone\28std::__2::__function::__base*\29\20const +6290:std::__2::__function::__func\28GrFragmentProcessor\20const*\2c\20GrSurfaceProxy\20const*\29::'lambda'\28GrSurfaceProxy*\2c\20skgpu::Mipmapped\29\2c\20std::__2::allocator\28GrFragmentProcessor\20const*\2c\20GrSurfaceProxy\20const*\29::'lambda'\28GrSurfaceProxy*\2c\20skgpu::Mipmapped\29>\2c\20void\20\28GrSurfaceProxy*\2c\20skgpu::Mipmapped\29>::__clone\28\29\20const +6291:std::__2::__function::__func<\28anonymous\20namespace\29::render_sw_mask\28GrRecordingContext*\2c\20SkIRect\20const&\2c\20skgpu::ganesh::ClipStack::Element\20const**\2c\20int\29::$_0\2c\20std::__2::allocator<\28anonymous\20namespace\29::render_sw_mask\28GrRecordingContext*\2c\20SkIRect\20const&\2c\20skgpu::ganesh::ClipStack::Element\20const**\2c\20int\29::$_0>\2c\20void\20\28\29>::operator\28\29\28\29 +6292:std::__2::__function::__func<\28anonymous\20namespace\29::render_sw_mask\28GrRecordingContext*\2c\20SkIRect\20const&\2c\20skgpu::ganesh::ClipStack::Element\20const**\2c\20int\29::$_0\2c\20std::__2::allocator<\28anonymous\20namespace\29::render_sw_mask\28GrRecordingContext*\2c\20SkIRect\20const&\2c\20skgpu::ganesh::ClipStack::Element\20const**\2c\20int\29::$_0>\2c\20void\20\28\29>::__clone\28std::__2::__function::__base*\29\20const +6293:std::__2::__function::__func<\28anonymous\20namespace\29::render_sw_mask\28GrRecordingContext*\2c\20SkIRect\20const&\2c\20skgpu::ganesh::ClipStack::Element\20const**\2c\20int\29::$_0\2c\20std::__2::allocator<\28anonymous\20namespace\29::render_sw_mask\28GrRecordingContext*\2c\20SkIRect\20const&\2c\20skgpu::ganesh::ClipStack::Element\20const**\2c\20int\29::$_0>\2c\20void\20\28\29>::__clone\28\29\20const +6294:std::__2::__function::__func<\28anonymous\20namespace\29::colrv1_traverse_paint_bounds\28SkMatrix*\2c\20SkRect*\2c\20FT_FaceRec_*\2c\20FT_Opaque_Paint_\2c\20skia_private::THashSet*\29::$_1\2c\20std::__2::allocator<\28anonymous\20namespace\29::colrv1_traverse_paint_bounds\28SkMatrix*\2c\20SkRect*\2c\20FT_FaceRec_*\2c\20FT_Opaque_Paint_\2c\20skia_private::THashSet*\29::$_1>\2c\20void\20\28\29>::operator\28\29\28\29 +6295:std::__2::__function::__func<\28anonymous\20namespace\29::colrv1_traverse_paint_bounds\28SkMatrix*\2c\20SkRect*\2c\20FT_FaceRec_*\2c\20FT_Opaque_Paint_\2c\20skia_private::THashSet*\29::$_1\2c\20std::__2::allocator<\28anonymous\20namespace\29::colrv1_traverse_paint_bounds\28SkMatrix*\2c\20SkRect*\2c\20FT_FaceRec_*\2c\20FT_Opaque_Paint_\2c\20skia_private::THashSet*\29::$_1>\2c\20void\20\28\29>::__clone\28std::__2::__function::__base*\29\20const +6296:std::__2::__function::__func<\28anonymous\20namespace\29::colrv1_traverse_paint_bounds\28SkMatrix*\2c\20SkRect*\2c\20FT_FaceRec_*\2c\20FT_Opaque_Paint_\2c\20skia_private::THashSet*\29::$_1\2c\20std::__2::allocator<\28anonymous\20namespace\29::colrv1_traverse_paint_bounds\28SkMatrix*\2c\20SkRect*\2c\20FT_FaceRec_*\2c\20FT_Opaque_Paint_\2c\20skia_private::THashSet*\29::$_1>\2c\20void\20\28\29>::__clone\28\29\20const +6297:std::__2::__function::__func<\28anonymous\20namespace\29::colrv1_traverse_paint_bounds\28SkMatrix*\2c\20SkRect*\2c\20FT_FaceRec_*\2c\20FT_Opaque_Paint_\2c\20skia_private::THashSet*\29::$_0\2c\20std::__2::allocator<\28anonymous\20namespace\29::colrv1_traverse_paint_bounds\28SkMatrix*\2c\20SkRect*\2c\20FT_FaceRec_*\2c\20FT_Opaque_Paint_\2c\20skia_private::THashSet*\29::$_0>\2c\20void\20\28\29>::__clone\28std::__2::__function::__base*\29\20const +6298:std::__2::__function::__func<\28anonymous\20namespace\29::colrv1_traverse_paint_bounds\28SkMatrix*\2c\20SkRect*\2c\20FT_FaceRec_*\2c\20FT_Opaque_Paint_\2c\20skia_private::THashSet*\29::$_0\2c\20std::__2::allocator<\28anonymous\20namespace\29::colrv1_traverse_paint_bounds\28SkMatrix*\2c\20SkRect*\2c\20FT_FaceRec_*\2c\20FT_Opaque_Paint_\2c\20skia_private::THashSet*\29::$_0>\2c\20void\20\28\29>::__clone\28\29\20const +6299:std::__2::__function::__func<\28anonymous\20namespace\29::colrv1_traverse_paint\28SkCanvas*\2c\20SkSpan\20const&\2c\20unsigned\20int\2c\20FT_FaceRec_*\2c\20FT_Opaque_Paint_\2c\20skia_private::THashSet*\29::$_0\2c\20std::__2::allocator<\28anonymous\20namespace\29::colrv1_traverse_paint\28SkCanvas*\2c\20SkSpan\20const&\2c\20unsigned\20int\2c\20FT_FaceRec_*\2c\20FT_Opaque_Paint_\2c\20skia_private::THashSet*\29::$_0>\2c\20void\20\28\29>::__clone\28std::__2::__function::__base*\29\20const +6300:std::__2::__function::__func<\28anonymous\20namespace\29::colrv1_traverse_paint\28SkCanvas*\2c\20SkSpan\20const&\2c\20unsigned\20int\2c\20FT_FaceRec_*\2c\20FT_Opaque_Paint_\2c\20skia_private::THashSet*\29::$_0\2c\20std::__2::allocator<\28anonymous\20namespace\29::colrv1_traverse_paint\28SkCanvas*\2c\20SkSpan\20const&\2c\20unsigned\20int\2c\20FT_FaceRec_*\2c\20FT_Opaque_Paint_\2c\20skia_private::THashSet*\29::$_0>\2c\20void\20\28\29>::__clone\28\29\20const +6301:std::__2::__function::__func<\28anonymous\20namespace\29::MeshOp::visitProxies\28std::__2::function\20const&\29\20const::'lambda'\28GrTextureEffect\20const&\29\2c\20std::__2::allocator<\28anonymous\20namespace\29::MeshOp::visitProxies\28std::__2::function\20const&\29\20const::'lambda'\28GrTextureEffect\20const&\29>\2c\20void\20\28GrTextureEffect\20const&\29>::operator\28\29\28GrTextureEffect\20const&\29 +6302:std::__2::__function::__func<\28anonymous\20namespace\29::MeshOp::visitProxies\28std::__2::function\20const&\29\20const::'lambda'\28GrTextureEffect\20const&\29\2c\20std::__2::allocator<\28anonymous\20namespace\29::MeshOp::visitProxies\28std::__2::function\20const&\29\20const::'lambda'\28GrTextureEffect\20const&\29>\2c\20void\20\28GrTextureEffect\20const&\29>::__clone\28std::__2::__function::__base*\29\20const +6303:std::__2::__function::__func<\28anonymous\20namespace\29::MeshOp::visitProxies\28std::__2::function\20const&\29\20const::'lambda'\28GrTextureEffect\20const&\29\2c\20std::__2::allocator<\28anonymous\20namespace\29::MeshOp::visitProxies\28std::__2::function\20const&\29\20const::'lambda'\28GrTextureEffect\20const&\29>\2c\20void\20\28GrTextureEffect\20const&\29>::__clone\28\29\20const +6304:std::__2::__function::__func<\28anonymous\20namespace\29::MeshOp::onExecute\28GrOpFlushState*\2c\20SkRect\20const&\29::$_0\2c\20std::__2::allocator<\28anonymous\20namespace\29::MeshOp::onExecute\28GrOpFlushState*\2c\20SkRect\20const&\29::$_0>\2c\20void\20\28GrTextureEffect\20const&\29>::operator\28\29\28GrTextureEffect\20const&\29 +6305:std::__2::__function::__func<\28anonymous\20namespace\29::MeshOp::onExecute\28GrOpFlushState*\2c\20SkRect\20const&\29::$_0\2c\20std::__2::allocator<\28anonymous\20namespace\29::MeshOp::onExecute\28GrOpFlushState*\2c\20SkRect\20const&\29::$_0>\2c\20void\20\28GrTextureEffect\20const&\29>::__clone\28std::__2::__function::__base*\29\20const +6306:std::__2::__function::__func<\28anonymous\20namespace\29::MeshOp::onExecute\28GrOpFlushState*\2c\20SkRect\20const&\29::$_0\2c\20std::__2::allocator<\28anonymous\20namespace\29::MeshOp::onExecute\28GrOpFlushState*\2c\20SkRect\20const&\29::$_0>\2c\20void\20\28GrTextureEffect\20const&\29>::__clone\28\29\20const +6307:std::__2::__function::__func<\28anonymous\20namespace\29::MeshGP::MeshGP\28sk_sp\2c\20sk_sp\2c\20SkMatrix\20const&\2c\20std::__2::optional>\20const&\2c\20bool\2c\20sk_sp\2c\20SkSpan>>\29::'lambda'\28GrTextureEffect\20const&\29\2c\20std::__2::allocator<\28anonymous\20namespace\29::MeshGP::MeshGP\28sk_sp\2c\20sk_sp\2c\20SkMatrix\20const&\2c\20std::__2::optional>\20const&\2c\20bool\2c\20sk_sp\2c\20SkSpan>>\29::'lambda'\28GrTextureEffect\20const&\29>\2c\20void\20\28GrTextureEffect\20const&\29>::operator\28\29\28GrTextureEffect\20const&\29 +6308:std::__2::__function::__func<\28anonymous\20namespace\29::MeshGP::MeshGP\28sk_sp\2c\20sk_sp\2c\20SkMatrix\20const&\2c\20std::__2::optional>\20const&\2c\20bool\2c\20sk_sp\2c\20SkSpan>>\29::'lambda'\28GrTextureEffect\20const&\29\2c\20std::__2::allocator<\28anonymous\20namespace\29::MeshGP::MeshGP\28sk_sp\2c\20sk_sp\2c\20SkMatrix\20const&\2c\20std::__2::optional>\20const&\2c\20bool\2c\20sk_sp\2c\20SkSpan>>\29::'lambda'\28GrTextureEffect\20const&\29>\2c\20void\20\28GrTextureEffect\20const&\29>::__clone\28std::__2::__function::__base*\29\20const +6309:std::__2::__function::__func<\28anonymous\20namespace\29::MeshGP::MeshGP\28sk_sp\2c\20sk_sp\2c\20SkMatrix\20const&\2c\20std::__2::optional>\20const&\2c\20bool\2c\20sk_sp\2c\20SkSpan>>\29::'lambda'\28GrTextureEffect\20const&\29\2c\20std::__2::allocator<\28anonymous\20namespace\29::MeshGP::MeshGP\28sk_sp\2c\20sk_sp\2c\20SkMatrix\20const&\2c\20std::__2::optional>\20const&\2c\20bool\2c\20sk_sp\2c\20SkSpan>>\29::'lambda'\28GrTextureEffect\20const&\29>\2c\20void\20\28GrTextureEffect\20const&\29>::__clone\28\29\20const +6310:std::__2::__function::__func<\28anonymous\20namespace\29::MeshGP::Impl::setData\28GrGLSLProgramDataManager\20const&\2c\20GrShaderCaps\20const&\2c\20GrGeometryProcessor\20const&\29::'lambda'\28GrFragmentProcessor\20const&\2c\20GrFragmentProcessor::ProgramImpl&\29\2c\20std::__2::allocator<\28anonymous\20namespace\29::MeshGP::Impl::setData\28GrGLSLProgramDataManager\20const&\2c\20GrShaderCaps\20const&\2c\20GrGeometryProcessor\20const&\29::'lambda'\28GrFragmentProcessor\20const&\2c\20GrFragmentProcessor::ProgramImpl&\29>\2c\20void\20\28GrFragmentProcessor\20const&\2c\20GrFragmentProcessor::ProgramImpl&\29>::operator\28\29\28GrFragmentProcessor\20const&\2c\20GrFragmentProcessor::ProgramImpl&\29 +6311:std::__2::__function::__func<\28anonymous\20namespace\29::MeshGP::Impl::setData\28GrGLSLProgramDataManager\20const&\2c\20GrShaderCaps\20const&\2c\20GrGeometryProcessor\20const&\29::'lambda'\28GrFragmentProcessor\20const&\2c\20GrFragmentProcessor::ProgramImpl&\29\2c\20std::__2::allocator<\28anonymous\20namespace\29::MeshGP::Impl::setData\28GrGLSLProgramDataManager\20const&\2c\20GrShaderCaps\20const&\2c\20GrGeometryProcessor\20const&\29::'lambda'\28GrFragmentProcessor\20const&\2c\20GrFragmentProcessor::ProgramImpl&\29>\2c\20void\20\28GrFragmentProcessor\20const&\2c\20GrFragmentProcessor::ProgramImpl&\29>::__clone\28std::__2::__function::__base*\29\20const +6312:std::__2::__function::__func<\28anonymous\20namespace\29::MeshGP::Impl::setData\28GrGLSLProgramDataManager\20const&\2c\20GrShaderCaps\20const&\2c\20GrGeometryProcessor\20const&\29::'lambda'\28GrFragmentProcessor\20const&\2c\20GrFragmentProcessor::ProgramImpl&\29\2c\20std::__2::allocator<\28anonymous\20namespace\29::MeshGP::Impl::setData\28GrGLSLProgramDataManager\20const&\2c\20GrShaderCaps\20const&\2c\20GrGeometryProcessor\20const&\29::'lambda'\28GrFragmentProcessor\20const&\2c\20GrFragmentProcessor::ProgramImpl&\29>\2c\20void\20\28GrFragmentProcessor\20const&\2c\20GrFragmentProcessor::ProgramImpl&\29>::__clone\28\29\20const +6313:std::__2::__function::__func<\28anonymous\20namespace\29::MeshGP::Impl::onEmitCode\28GrGeometryProcessor::ProgramImpl::EmitArgs&\2c\20GrGeometryProcessor::ProgramImpl::GrGPArgs*\29::'lambda'\28GrFragmentProcessor\20const&\2c\20GrFragmentProcessor::ProgramImpl&\29\2c\20std::__2::allocator<\28anonymous\20namespace\29::MeshGP::Impl::onEmitCode\28GrGeometryProcessor::ProgramImpl::EmitArgs&\2c\20GrGeometryProcessor::ProgramImpl::GrGPArgs*\29::'lambda'\28GrFragmentProcessor\20const&\2c\20GrFragmentProcessor::ProgramImpl&\29>\2c\20void\20\28GrFragmentProcessor\20const&\2c\20GrFragmentProcessor::ProgramImpl&\29>::operator\28\29\28GrFragmentProcessor\20const&\2c\20GrFragmentProcessor::ProgramImpl&\29 +6314:std::__2::__function::__func<\28anonymous\20namespace\29::MeshGP::Impl::onEmitCode\28GrGeometryProcessor::ProgramImpl::EmitArgs&\2c\20GrGeometryProcessor::ProgramImpl::GrGPArgs*\29::'lambda'\28GrFragmentProcessor\20const&\2c\20GrFragmentProcessor::ProgramImpl&\29\2c\20std::__2::allocator<\28anonymous\20namespace\29::MeshGP::Impl::onEmitCode\28GrGeometryProcessor::ProgramImpl::EmitArgs&\2c\20GrGeometryProcessor::ProgramImpl::GrGPArgs*\29::'lambda'\28GrFragmentProcessor\20const&\2c\20GrFragmentProcessor::ProgramImpl&\29>\2c\20void\20\28GrFragmentProcessor\20const&\2c\20GrFragmentProcessor::ProgramImpl&\29>::__clone\28std::__2::__function::__base*\29\20const +6315:std::__2::__function::__func<\28anonymous\20namespace\29::MeshGP::Impl::onEmitCode\28GrGeometryProcessor::ProgramImpl::EmitArgs&\2c\20GrGeometryProcessor::ProgramImpl::GrGPArgs*\29::'lambda'\28GrFragmentProcessor\20const&\2c\20GrFragmentProcessor::ProgramImpl&\29\2c\20std::__2::allocator<\28anonymous\20namespace\29::MeshGP::Impl::onEmitCode\28GrGeometryProcessor::ProgramImpl::EmitArgs&\2c\20GrGeometryProcessor::ProgramImpl::GrGPArgs*\29::'lambda'\28GrFragmentProcessor\20const&\2c\20GrFragmentProcessor::ProgramImpl&\29>\2c\20void\20\28GrFragmentProcessor\20const&\2c\20GrFragmentProcessor::ProgramImpl&\29>::__clone\28\29\20const +6316:std::__2::__function::__func\2c\20int\29::$_0\2c\20std::__2::allocator\2c\20int\29::$_0>\2c\20void\20\28\29>::~__func\28\29_4515 +6317:std::__2::__function::__func\2c\20int\29::$_0\2c\20std::__2::allocator\2c\20int\29::$_0>\2c\20void\20\28\29>::~__func\28\29 +6318:std::__2::__function::__func\2c\20int\29::$_0\2c\20std::__2::allocator\2c\20int\29::$_0>\2c\20void\20\28\29>::operator\28\29\28\29 +6319:std::__2::__function::__func\2c\20int\29::$_0\2c\20std::__2::allocator\2c\20int\29::$_0>\2c\20void\20\28\29>::destroy_deallocate\28\29 +6320:std::__2::__function::__func\2c\20int\29::$_0\2c\20std::__2::allocator\2c\20int\29::$_0>\2c\20void\20\28\29>::destroy\28\29 +6321:std::__2::__function::__func\2c\20int\29::$_0\2c\20std::__2::allocator\2c\20int\29::$_0>\2c\20void\20\28\29>::__clone\28std::__2::__function::__base*\29\20const +6322:std::__2::__function::__func\2c\20int\29::$_0\2c\20std::__2::allocator\2c\20int\29::$_0>\2c\20void\20\28\29>::__clone\28\29\20const +6323:std::__2::__function::__func\2c\20void\20\28int\2c\20char\20const*\29>::operator\28\29\28int&&\2c\20char\20const*&&\29 +6324:std::__2::__function::__func\2c\20void\20\28int\2c\20char\20const*\29>::__clone\28std::__2::__function::__base*\29\20const +6325:std::__2::__function::__func\2c\20void\20\28int\2c\20char\20const*\29>::__clone\28\29\20const +6326:std::__2::__function::__func\2c\20void\20\28\29>::operator\28\29\28\29 +6327:std::__2::__function::__func\2c\20void\20\28\29>::__clone\28std::__2::__function::__base*\29\20const +6328:std::__2::__function::__func\2c\20void\20\28\29>::__clone\28\29\20const +6329:std::__2::__function::__func\2c\20void\20\28\29>::operator\28\29\28\29 +6330:std::__2::__function::__func\2c\20void\20\28\29>::__clone\28std::__2::__function::__base*\29\20const +6331:std::__2::__function::__func\2c\20void\20\28\29>::__clone\28\29\20const +6332:std::__2::__function::__func\2c\20bool\20\28SkSL::Variable\20const&\29>::operator\28\29\28SkSL::Variable\20const&\29 +6333:std::__2::__function::__func\2c\20bool\20\28SkSL::Variable\20const&\29>::__clone\28std::__2::__function::__base*\29\20const +6334:std::__2::__function::__func\2c\20bool\20\28SkSL::Variable\20const&\29>::__clone\28\29\20const +6335:std::__2::__function::__func\2c\20void\20\28int\2c\20SkSL::Variable\20const*\2c\20SkSL::Expression\20const*\29>::operator\28\29\28int&&\2c\20SkSL::Variable\20const*&&\2c\20SkSL::Expression\20const*&&\29 +6336:std::__2::__function::__func\2c\20void\20\28int\2c\20SkSL::Variable\20const*\2c\20SkSL::Expression\20const*\29>::__clone\28std::__2::__function::__base*\29\20const +6337:std::__2::__function::__func\2c\20void\20\28int\2c\20SkSL::Variable\20const*\2c\20SkSL::Expression\20const*\29>::__clone\28\29\20const +6338:std::__2::__function::__func\2c\20void\20\28unsigned\20long\2c\20unsigned\20long\2c\20unsigned\20long\2c\20unsigned\20long\29>::operator\28\29\28unsigned\20long&&\2c\20unsigned\20long&&\2c\20unsigned\20long&&\2c\20unsigned\20long&&\29 +6339:std::__2::__function::__func\2c\20void\20\28unsigned\20long\2c\20unsigned\20long\2c\20unsigned\20long\2c\20unsigned\20long\29>::__clone\28std::__2::__function::__base*\29\20const +6340:std::__2::__function::__func\2c\20void\20\28unsigned\20long\2c\20unsigned\20long\2c\20unsigned\20long\2c\20unsigned\20long\29>::__clone\28\29\20const +6341:std::__2::__function::__func\2c\20void\20\28unsigned\20long\2c\20unsigned\20long\2c\20unsigned\20long\2c\20unsigned\20long\29>::__clone\28std::__2::__function::__base*\29\20const +6342:std::__2::__function::__func\2c\20void\20\28unsigned\20long\2c\20unsigned\20long\2c\20unsigned\20long\2c\20unsigned\20long\29>::__clone\28\29\20const +6343:std::__2::__function::__func\2c\20void\20\28SkVertices\20const*\2c\20SkBlendMode\2c\20SkPaint\20const&\2c\20float\2c\20float\2c\20bool\29>::operator\28\29\28SkVertices\20const*&&\2c\20SkBlendMode&&\2c\20SkPaint\20const&\2c\20float&&\2c\20float&&\2c\20bool&&\29 +6344:std::__2::__function::__func\2c\20void\20\28SkVertices\20const*\2c\20SkBlendMode\2c\20SkPaint\20const&\2c\20float\2c\20float\2c\20bool\29>::__clone\28std::__2::__function::__base*\29\20const +6345:std::__2::__function::__func\2c\20void\20\28SkVertices\20const*\2c\20SkBlendMode\2c\20SkPaint\20const&\2c\20float\2c\20float\2c\20bool\29>::__clone\28\29\20const +6346:std::__2::__function::__func\2c\20void\20\28SkIRect\20const&\29>::operator\28\29\28SkIRect\20const&\29 +6347:std::__2::__function::__func\2c\20void\20\28SkIRect\20const&\29>::__clone\28std::__2::__function::__base*\29\20const +6348:std::__2::__function::__func\2c\20void\20\28SkIRect\20const&\29>::__clone\28\29\20const +6349:std::__2::__function::__func\2c\20SkCodec::Result\20\28SkImageInfo\20const&\2c\20void*\2c\20unsigned\20long\2c\20SkCodec::Options\20const&\2c\20int\29>::operator\28\29\28SkImageInfo\20const&\2c\20void*&&\2c\20unsigned\20long&&\2c\20SkCodec::Options\20const&\2c\20int&&\29 +6350:std::__2::__function::__func\2c\20SkCodec::Result\20\28SkImageInfo\20const&\2c\20void*\2c\20unsigned\20long\2c\20SkCodec::Options\20const&\2c\20int\29>::__clone\28std::__2::__function::__base*\29\20const +6351:std::__2::__function::__func\2c\20SkCodec::Result\20\28SkImageInfo\20const&\2c\20void*\2c\20unsigned\20long\2c\20SkCodec::Options\20const&\2c\20int\29>::__clone\28\29\20const +6352:std::__2::__function::__func\2c\20GrSurfaceProxy::LazyCallbackResult\20\28GrResourceProvider*\2c\20GrSurfaceProxy::LazySurfaceDesc\20const&\29>::~__func\28\29_10061 +6353:std::__2::__function::__func\2c\20GrSurfaceProxy::LazyCallbackResult\20\28GrResourceProvider*\2c\20GrSurfaceProxy::LazySurfaceDesc\20const&\29>::~__func\28\29 +6354:std::__2::__function::__func\2c\20GrSurfaceProxy::LazyCallbackResult\20\28GrResourceProvider*\2c\20GrSurfaceProxy::LazySurfaceDesc\20const&\29>::operator\28\29\28GrResourceProvider*&&\2c\20GrSurfaceProxy::LazySurfaceDesc\20const&\29 +6355:std::__2::__function::__func\2c\20GrSurfaceProxy::LazyCallbackResult\20\28GrResourceProvider*\2c\20GrSurfaceProxy::LazySurfaceDesc\20const&\29>::destroy_deallocate\28\29 +6356:std::__2::__function::__func\2c\20GrSurfaceProxy::LazyCallbackResult\20\28GrResourceProvider*\2c\20GrSurfaceProxy::LazySurfaceDesc\20const&\29>::destroy\28\29 +6357:std::__2::__function::__func\2c\20GrSurfaceProxy::LazyCallbackResult\20\28GrResourceProvider*\2c\20GrSurfaceProxy::LazySurfaceDesc\20const&\29>::__clone\28std::__2::__function::__base*\29\20const +6358:std::__2::__function::__func\2c\20GrSurfaceProxy::LazyCallbackResult\20\28GrResourceProvider*\2c\20GrSurfaceProxy::LazySurfaceDesc\20const&\29>::__clone\28\29\20const +6359:std::__2::__function::__func\2c\20GrSurfaceProxy::LazyCallbackResult\20\28GrResourceProvider*\2c\20GrSurfaceProxy::LazySurfaceDesc\20const&\29>::~__func\28\29_9654 +6360:std::__2::__function::__func\2c\20GrSurfaceProxy::LazyCallbackResult\20\28GrResourceProvider*\2c\20GrSurfaceProxy::LazySurfaceDesc\20const&\29>::~__func\28\29 +6361:std::__2::__function::__func\2c\20GrSurfaceProxy::LazyCallbackResult\20\28GrResourceProvider*\2c\20GrSurfaceProxy::LazySurfaceDesc\20const&\29>::operator\28\29\28GrResourceProvider*&&\2c\20GrSurfaceProxy::LazySurfaceDesc\20const&\29 +6362:std::__2::__function::__func\2c\20GrSurfaceProxy::LazyCallbackResult\20\28GrResourceProvider*\2c\20GrSurfaceProxy::LazySurfaceDesc\20const&\29>::destroy_deallocate\28\29 +6363:std::__2::__function::__func\2c\20GrSurfaceProxy::LazyCallbackResult\20\28GrResourceProvider*\2c\20GrSurfaceProxy::LazySurfaceDesc\20const&\29>::destroy\28\29 +6364:std::__2::__function::__func\2c\20GrSurfaceProxy::LazyCallbackResult\20\28GrResourceProvider*\2c\20GrSurfaceProxy::LazySurfaceDesc\20const&\29>::__clone\28std::__2::__function::__base*\29\20const +6365:std::__2::__function::__func\2c\20GrSurfaceProxy::LazyCallbackResult\20\28GrResourceProvider*\2c\20GrSurfaceProxy::LazySurfaceDesc\20const&\29>::__clone\28\29\20const +6366:std::__2::__function::__func\2c\20GrSurfaceProxy::LazyCallbackResult\20\28GrResourceProvider*\2c\20GrSurfaceProxy::LazySurfaceDesc\20const&\29>::~__func\28\29_9661 +6367:std::__2::__function::__func\2c\20GrSurfaceProxy::LazyCallbackResult\20\28GrResourceProvider*\2c\20GrSurfaceProxy::LazySurfaceDesc\20const&\29>::~__func\28\29 +6368:std::__2::__function::__func\2c\20GrSurfaceProxy::LazyCallbackResult\20\28GrResourceProvider*\2c\20GrSurfaceProxy::LazySurfaceDesc\20const&\29>::operator\28\29\28GrResourceProvider*&&\2c\20GrSurfaceProxy::LazySurfaceDesc\20const&\29 +6369:std::__2::__function::__func\2c\20GrSurfaceProxy::LazyCallbackResult\20\28GrResourceProvider*\2c\20GrSurfaceProxy::LazySurfaceDesc\20const&\29>::destroy_deallocate\28\29 +6370:std::__2::__function::__func\2c\20GrSurfaceProxy::LazyCallbackResult\20\28GrResourceProvider*\2c\20GrSurfaceProxy::LazySurfaceDesc\20const&\29>::destroy\28\29 +6371:std::__2::__function::__func\2c\20GrSurfaceProxy::LazyCallbackResult\20\28GrResourceProvider*\2c\20GrSurfaceProxy::LazySurfaceDesc\20const&\29>::__clone\28std::__2::__function::__base*\29\20const +6372:std::__2::__function::__func\2c\20GrSurfaceProxy::LazyCallbackResult\20\28GrResourceProvider*\2c\20GrSurfaceProxy::LazySurfaceDesc\20const&\29>::__clone\28\29\20const +6373:std::__2::__function::__func&\29>&\2c\20bool\29::$_0\2c\20std::__2::allocator&\29>&\2c\20bool\29::$_0>\2c\20bool\20\28GrTextureProxy*\2c\20SkIRect\2c\20GrColorType\2c\20void\20const*\2c\20unsigned\20long\29>::operator\28\29\28GrTextureProxy*&&\2c\20SkIRect&&\2c\20GrColorType&&\2c\20void\20const*&&\2c\20unsigned\20long&&\29 +6374:std::__2::__function::__func&\29>&\2c\20bool\29::$_0\2c\20std::__2::allocator&\29>&\2c\20bool\29::$_0>\2c\20bool\20\28GrTextureProxy*\2c\20SkIRect\2c\20GrColorType\2c\20void\20const*\2c\20unsigned\20long\29>::__clone\28std::__2::__function::__base*\29\20const +6375:std::__2::__function::__func&\29>&\2c\20bool\29::$_0\2c\20std::__2::allocator&\29>&\2c\20bool\29::$_0>\2c\20bool\20\28GrTextureProxy*\2c\20SkIRect\2c\20GrColorType\2c\20void\20const*\2c\20unsigned\20long\29>::__clone\28\29\20const +6376:std::__2::__function::__func*\29::$_0\2c\20std::__2::allocator*\29::$_0>\2c\20void\20\28GrBackendTexture\29>::operator\28\29\28GrBackendTexture&&\29 +6377:std::__2::__function::__func*\29::$_0\2c\20std::__2::allocator*\29::$_0>\2c\20void\20\28GrBackendTexture\29>::__clone\28std::__2::__function::__base*\29\20const +6378:std::__2::__function::__func*\29::$_0\2c\20std::__2::allocator*\29::$_0>\2c\20void\20\28GrBackendTexture\29>::__clone\28\29\20const +6379:std::__2::__function::__func\2c\20void\20\28GrFragmentProcessor\20const&\2c\20GrFragmentProcessor::ProgramImpl&\29>::operator\28\29\28GrFragmentProcessor\20const&\2c\20GrFragmentProcessor::ProgramImpl&\29 +6380:std::__2::__function::__func\2c\20void\20\28GrFragmentProcessor\20const&\2c\20GrFragmentProcessor::ProgramImpl&\29>::__clone\28std::__2::__function::__base*\29\20const +6381:std::__2::__function::__func\2c\20void\20\28GrFragmentProcessor\20const&\2c\20GrFragmentProcessor::ProgramImpl&\29>::__clone\28\29\20const +6382:std::__2::__function::__func\2c\20void\20\28GrFragmentProcessor\20const&\2c\20GrFragmentProcessor::ProgramImpl&\29>::operator\28\29\28GrFragmentProcessor\20const&\2c\20GrFragmentProcessor::ProgramImpl&\29 +6383:std::__2::__function::__func\2c\20void\20\28GrFragmentProcessor\20const&\2c\20GrFragmentProcessor::ProgramImpl&\29>::__clone\28std::__2::__function::__base*\29\20const +6384:std::__2::__function::__func\2c\20void\20\28GrFragmentProcessor\20const&\2c\20GrFragmentProcessor::ProgramImpl&\29>::__clone\28\29\20const +6385:std::__2::__function::__func\2c\20void\20\28GrTextureEffect\20const&\29>::operator\28\29\28GrTextureEffect\20const&\29 +6386:std::__2::__function::__func\2c\20void\20\28GrTextureEffect\20const&\29>::__clone\28std::__2::__function::__base*\29\20const +6387:std::__2::__function::__func\2c\20void\20\28GrTextureEffect\20const&\29>::__clone\28\29\20const +6388:std::__2::__function::__func\2c\20void\20\28\29>::operator\28\29\28\29 +6389:std::__2::__function::__func\2c\20void\20\28\29>::__clone\28std::__2::__function::__base*\29\20const +6390:std::__2::__function::__func\2c\20void\20\28\29>::__clone\28\29\20const +6391:std::__2::__function::__func\20const&\29\20const::$_0\2c\20std::__2::allocator\20const&\29\20const::$_0>\2c\20void\20\28GrTextureEffect\20const&\29>::operator\28\29\28GrTextureEffect\20const&\29 +6392:std::__2::__function::__func\20const&\29\20const::$_0\2c\20std::__2::allocator\20const&\29\20const::$_0>\2c\20void\20\28GrTextureEffect\20const&\29>::__clone\28std::__2::__function::__base*\29\20const +6393:std::__2::__function::__func\20const&\29\20const::$_0\2c\20std::__2::allocator\20const&\29\20const::$_0>\2c\20void\20\28GrTextureEffect\20const&\29>::__clone\28\29\20const +6394:std::__2::__function::__func\2c\20GrSurfaceProxy::LazyCallbackResult\20\28GrResourceProvider*\2c\20GrSurfaceProxy::LazySurfaceDesc\20const&\29>::operator\28\29\28GrResourceProvider*&&\2c\20GrSurfaceProxy::LazySurfaceDesc\20const&\29 +6395:std::__2::__function::__func\2c\20GrSurfaceProxy::LazyCallbackResult\20\28GrResourceProvider*\2c\20GrSurfaceProxy::LazySurfaceDesc\20const&\29>::__clone\28std::__2::__function::__base*\29\20const +6396:std::__2::__function::__func\2c\20GrSurfaceProxy::LazyCallbackResult\20\28GrResourceProvider*\2c\20GrSurfaceProxy::LazySurfaceDesc\20const&\29>::__clone\28\29\20const +6397:std::__2::__function::__func&\29\2c\20std::__2::allocator&\29>\2c\20void\20\28std::__2::function&\29>::~__func\28\29_9155 +6398:std::__2::__function::__func&\29\2c\20std::__2::allocator&\29>\2c\20void\20\28std::__2::function&\29>::~__func\28\29 +6399:std::__2::__function::__func&\29\2c\20std::__2::allocator&\29>\2c\20void\20\28std::__2::function&\29>::__clone\28std::__2::__function::__base&\29>*\29\20const +6400:std::__2::__function::__func&\29\2c\20std::__2::allocator&\29>\2c\20void\20\28std::__2::function&\29>::__clone\28\29\20const +6401:std::__2::__function::__func\2c\20void\20\28std::__2::function&\29>::~__func\28\29_9162 +6402:std::__2::__function::__func\2c\20void\20\28std::__2::function&\29>::~__func\28\29 +6403:std::__2::__function::__func\2c\20void\20\28std::__2::function&\29>::__clone\28std::__2::__function::__base&\29>*\29\20const +6404:std::__2::__function::__func\2c\20void\20\28std::__2::function&\29>::__clone\28\29\20const +6405:std::__2::__function::__func&\29\2c\20std::__2::allocator&\29>\2c\20void\20\28std::__2::function&\29>::operator\28\29\28std::__2::function&\29 +6406:std::__2::__function::__func&\29\2c\20std::__2::allocator&\29>\2c\20void\20\28std::__2::function&\29>::__clone\28std::__2::__function::__base&\29>*\29\20const +6407:std::__2::__function::__func&\29\2c\20std::__2::allocator&\29>\2c\20void\20\28std::__2::function&\29>::__clone\28\29\20const +6408:std::__2::__function::__func\2c\20void\20\28int\2c\20skia::textlayout::Paragraph::VisitorInfo\20const*\29>::operator\28\29\28int&&\2c\20skia::textlayout::Paragraph::VisitorInfo\20const*&&\29 +6409:std::__2::__function::__func\2c\20void\20\28int\2c\20skia::textlayout::Paragraph::VisitorInfo\20const*\29>::__clone\28std::__2::__function::__base*\29\20const +6410:std::__2::__function::__func\2c\20void\20\28int\2c\20skia::textlayout::Paragraph::VisitorInfo\20const*\29>::__clone\28\29\20const +6411:start_pass_upsample +6412:start_pass_phuff_decoder +6413:start_pass_merged_upsample +6414:start_pass_main +6415:start_pass_huff_decoder +6416:start_pass_dpost +6417:start_pass_2_quant +6418:start_pass_1_quant +6419:start_pass +6420:start_output_pass +6421:start_input_pass_15652 +6422:srgb_to_hwb\28SkRGBA4f<\28SkAlphaType\292>\2c\20bool*\29 +6423:srgb_to_hsl\28SkRGBA4f<\28SkAlphaType\292>\2c\20bool*\29 +6424:srcover_p\28unsigned\20char\2c\20unsigned\20char\29 +6425:sn_write +6426:sktext::gpu::post_purge_blob_message\28unsigned\20int\2c\20unsigned\20int\29 +6427:sktext::gpu::TextBlob::~TextBlob\28\29_12761 +6428:sktext::gpu::TextBlob::~TextBlob\28\29 +6429:sktext::gpu::SubRun::~SubRun\28\29 +6430:sktext::gpu::SlugImpl::~SlugImpl\28\29_12645 +6431:sktext::gpu::SlugImpl::~SlugImpl\28\29 +6432:sktext::gpu::SlugImpl::sourceBounds\28\29\20const +6433:sktext::gpu::SlugImpl::sourceBoundsWithOrigin\28\29\20const +6434:sktext::gpu::SlugImpl::doFlatten\28SkWriteBuffer&\29\20const +6435:sktext::gpu::SDFMaskFilterImpl::getTypeName\28\29\20const +6436:sktext::gpu::SDFMaskFilterImpl::filterMask\28SkMaskBuilder*\2c\20SkMask\20const&\2c\20SkMatrix\20const&\2c\20SkIPoint*\29\20const +6437:sktext::gpu::SDFMaskFilterImpl::computeFastBounds\28SkRect\20const&\2c\20SkRect*\29\20const +6438:sktext::gpu::AtlasSubRun::~AtlasSubRun\28\29_12719 +6439:skip_variable +6440:skif::\28anonymous\20namespace\29::RasterBackend::~RasterBackend\28\29 +6441:skif::\28anonymous\20namespace\29::RasterBackend::makeImage\28SkIRect\20const&\2c\20sk_sp\29\20const +6442:skif::\28anonymous\20namespace\29::RasterBackend::makeDevice\28SkISize\2c\20sk_sp\2c\20SkSurfaceProps\20const*\29\20const +6443:skif::\28anonymous\20namespace\29::RasterBackend::getCachedBitmap\28SkBitmap\20const&\29\20const +6444:skif::\28anonymous\20namespace\29::RasterBackend::getBlurEngine\28\29\20const +6445:skif::\28anonymous\20namespace\29::GaneshBackend::~GaneshBackend\28\29_10858 +6446:skif::\28anonymous\20namespace\29::GaneshBackend::~GaneshBackend\28\29 +6447:skif::\28anonymous\20namespace\29::GaneshBackend::makeImage\28SkIRect\20const&\2c\20sk_sp\29\20const +6448:skif::\28anonymous\20namespace\29::GaneshBackend::makeDevice\28SkImageInfo\20const&\29\20const +6449:skif::\28anonymous\20namespace\29::GaneshBackend::makeDevice\28SkISize\2c\20sk_sp\2c\20SkSurfaceProps\20const*\29\20const +6450:skif::\28anonymous\20namespace\29::GaneshBackend::getCachedBitmap\28SkBitmap\20const&\29\20const +6451:skif::\28anonymous\20namespace\29::GaneshBackend::findAlgorithm\28SkSize\2c\20SkColorType\29\20const +6452:skia_png_zalloc +6453:skia_png_write_rows +6454:skia_png_write_info +6455:skia_png_write_end +6456:skia_png_user_version_check +6457:skia_png_set_text +6458:skia_png_set_sRGB +6459:skia_png_set_keep_unknown_chunks +6460:skia_png_set_iCCP +6461:skia_png_set_gray_to_rgb +6462:skia_png_set_filter +6463:skia_png_set_filler +6464:skia_png_read_update_info +6465:skia_png_read_info +6466:skia_png_read_image +6467:skia_png_read_end +6468:skia_png_push_fill_buffer +6469:skia_png_process_data +6470:skia_png_default_write_data +6471:skia_png_default_read_data +6472:skia_png_default_flush +6473:skia_png_create_read_struct +6474:skia::textlayout::TypefaceFontStyleSet::~TypefaceFontStyleSet\28\29_8165 +6475:skia::textlayout::TypefaceFontStyleSet::~TypefaceFontStyleSet\28\29 +6476:skia::textlayout::TypefaceFontStyleSet::getStyle\28int\2c\20SkFontStyle*\2c\20SkString*\29 +6477:skia::textlayout::TypefaceFontProvider::~TypefaceFontProvider\28\29_8158 +6478:skia::textlayout::TypefaceFontProvider::~TypefaceFontProvider\28\29 +6479:skia::textlayout::TypefaceFontProvider::onMatchFamily\28char\20const*\29\20const +6480:skia::textlayout::TypefaceFontProvider::onMatchFamilyStyle\28char\20const*\2c\20SkFontStyle\20const&\29\20const +6481:skia::textlayout::TypefaceFontProvider::onLegacyMakeTypeface\28char\20const*\2c\20SkFontStyle\29\20const +6482:skia::textlayout::TypefaceFontProvider::onGetFamilyName\28int\2c\20SkString*\29\20const +6483:skia::textlayout::TypefaceFontProvider::onCreateStyleSet\28int\29\20const +6484:skia::textlayout::TextLine::shapeEllipsis\28SkString\20const&\2c\20skia::textlayout::Cluster\20const*\29::ShapeHandler::~ShapeHandler\28\29_8009 +6485:skia::textlayout::TextLine::shapeEllipsis\28SkString\20const&\2c\20skia::textlayout::Cluster\20const*\29::ShapeHandler::~ShapeHandler\28\29 +6486:skia::textlayout::TextLine::shapeEllipsis\28SkString\20const&\2c\20skia::textlayout::Cluster\20const*\29::ShapeHandler::runBuffer\28SkShaper::RunHandler::RunInfo\20const&\29 +6487:skia::textlayout::TextLine::shapeEllipsis\28SkString\20const&\2c\20skia::textlayout::Cluster\20const*\29::ShapeHandler::commitRunBuffer\28SkShaper::RunHandler::RunInfo\20const&\29 +6488:skia::textlayout::PositionWithAffinity*\20emscripten::internal::raw_constructor\28\29 +6489:skia::textlayout::ParagraphImpl::~ParagraphImpl\28\29_7822 +6490:skia::textlayout::ParagraphImpl::visit\28std::__2::function\20const&\29 +6491:skia::textlayout::ParagraphImpl::updateTextAlign\28skia::textlayout::TextAlign\29 +6492:skia::textlayout::ParagraphImpl::updateForegroundPaint\28unsigned\20long\2c\20unsigned\20long\2c\20SkPaint\29 +6493:skia::textlayout::ParagraphImpl::updateFontSize\28unsigned\20long\2c\20unsigned\20long\2c\20float\29 +6494:skia::textlayout::ParagraphImpl::updateBackgroundPaint\28unsigned\20long\2c\20unsigned\20long\2c\20SkPaint\29 +6495:skia::textlayout::ParagraphImpl::unresolvedGlyphs\28\29 +6496:skia::textlayout::ParagraphImpl::unresolvedCodepoints\28\29 +6497:skia::textlayout::ParagraphImpl::paint\28skia::textlayout::ParagraphPainter*\2c\20float\2c\20float\29 +6498:skia::textlayout::ParagraphImpl::paint\28SkCanvas*\2c\20float\2c\20float\29 +6499:skia::textlayout::ParagraphImpl::markDirty\28\29 +6500:skia::textlayout::ParagraphImpl::lineNumber\28\29 +6501:skia::textlayout::ParagraphImpl::layout\28float\29 +6502:skia::textlayout::ParagraphImpl::getWordBoundary\28unsigned\20int\29 +6503:skia::textlayout::ParagraphImpl::getRectsForRange\28unsigned\20int\2c\20unsigned\20int\2c\20skia::textlayout::RectHeightStyle\2c\20skia::textlayout::RectWidthStyle\29 +6504:skia::textlayout::ParagraphImpl::getRectsForPlaceholders\28\29 +6505:skia::textlayout::ParagraphImpl::getPath\28int\2c\20SkPath*\29::$_0::operator\28\29\28skia::textlayout::Run\20const*\2c\20float\2c\20skia::textlayout::SkRange\2c\20float*\29\20const::'lambda'\28skia::textlayout::SkRange\2c\20skia::textlayout::TextStyle\20const&\2c\20skia::textlayout::TextLine::ClipContext\20const&\29::operator\28\29\28skia::textlayout::SkRange\2c\20skia::textlayout::TextStyle\20const&\2c\20skia::textlayout::TextLine::ClipContext\20const&\29\20const::'lambda'\28SkPath\20const*\2c\20SkMatrix\20const&\2c\20void*\29::__invoke\28SkPath\20const*\2c\20SkMatrix\20const&\2c\20void*\29 +6506:skia::textlayout::ParagraphImpl::getPath\28int\2c\20SkPath*\29 +6507:skia::textlayout::ParagraphImpl::getLineNumberAt\28unsigned\20long\29\20const +6508:skia::textlayout::ParagraphImpl::getLineNumberAtUTF16Offset\28unsigned\20long\29 +6509:skia::textlayout::ParagraphImpl::getLineMetrics\28std::__2::vector>&\29 +6510:skia::textlayout::ParagraphImpl::getLineMetricsAt\28int\2c\20skia::textlayout::LineMetrics*\29\20const +6511:skia::textlayout::ParagraphImpl::getGlyphPositionAtCoordinate\28float\2c\20float\29 +6512:skia::textlayout::ParagraphImpl::getFonts\28\29\20const +6513:skia::textlayout::ParagraphImpl::getFontAt\28unsigned\20long\29\20const +6514:skia::textlayout::ParagraphImpl::getFontAtUTF16Offset\28unsigned\20long\29 +6515:skia::textlayout::ParagraphImpl::getClosestUTF16GlyphInfoAt\28float\2c\20float\2c\20skia::textlayout::Paragraph::GlyphInfo*\29 +6516:skia::textlayout::ParagraphImpl::getClosestGlyphClusterAt\28float\2c\20float\2c\20skia::textlayout::Paragraph::GlyphClusterInfo*\29 +6517:skia::textlayout::ParagraphImpl::getActualTextRange\28int\2c\20bool\29\20const +6518:skia::textlayout::ParagraphImpl::extendedVisit\28std::__2::function\20const&\29 +6519:skia::textlayout::ParagraphImpl::containsEmoji\28SkTextBlob*\29 +6520:skia::textlayout::ParagraphImpl::containsColorFontOrBitmap\28SkTextBlob*\29::$_0::__invoke\28SkPath\20const*\2c\20SkMatrix\20const&\2c\20void*\29 +6521:skia::textlayout::ParagraphImpl::containsColorFontOrBitmap\28SkTextBlob*\29 +6522:skia::textlayout::ParagraphBuilderImpl::~ParagraphBuilderImpl\28\29_7752 +6523:skia::textlayout::ParagraphBuilderImpl::setWordsUtf8\28std::__2::vector>\29 +6524:skia::textlayout::ParagraphBuilderImpl::setWordsUtf16\28std::__2::vector>\29 +6525:skia::textlayout::ParagraphBuilderImpl::setLineBreaksUtf8\28std::__2::vector>\29 +6526:skia::textlayout::ParagraphBuilderImpl::setLineBreaksUtf16\28std::__2::vector>\29 +6527:skia::textlayout::ParagraphBuilderImpl::setGraphemeBreaksUtf8\28std::__2::vector>\29 +6528:skia::textlayout::ParagraphBuilderImpl::setGraphemeBreaksUtf16\28std::__2::vector>\29 +6529:skia::textlayout::ParagraphBuilderImpl::pushStyle\28skia::textlayout::TextStyle\20const&\29 +6530:skia::textlayout::ParagraphBuilderImpl::pop\28\29 +6531:skia::textlayout::ParagraphBuilderImpl::peekStyle\28\29 +6532:skia::textlayout::ParagraphBuilderImpl::getText\28\29 +6533:skia::textlayout::ParagraphBuilderImpl::getParagraphStyle\28\29\20const +6534:skia::textlayout::ParagraphBuilderImpl::getClientICUData\28\29\20const +6535:skia::textlayout::ParagraphBuilderImpl::addText\28std::__2::basic_string\2c\20std::__2::allocator>\20const&\29 +6536:skia::textlayout::ParagraphBuilderImpl::addText\28char\20const*\2c\20unsigned\20long\29 +6537:skia::textlayout::ParagraphBuilderImpl::addText\28char\20const*\29 +6538:skia::textlayout::ParagraphBuilderImpl::addPlaceholder\28skia::textlayout::PlaceholderStyle\20const&\29 +6539:skia::textlayout::ParagraphBuilderImpl::SetUnicode\28sk_sp\29 +6540:skia::textlayout::ParagraphBuilderImpl::Reset\28\29 +6541:skia::textlayout::ParagraphBuilderImpl::RequiresClientICU\28\29 +6542:skia::textlayout::ParagraphBuilderImpl::Build\28\29 +6543:skia::textlayout::Paragraph::getMinIntrinsicWidth\28\29 +6544:skia::textlayout::Paragraph::getMaxWidth\28\29 +6545:skia::textlayout::Paragraph::getMaxIntrinsicWidth\28\29 +6546:skia::textlayout::Paragraph::getLongestLine\28\29 +6547:skia::textlayout::Paragraph::getIdeographicBaseline\28\29 +6548:skia::textlayout::Paragraph::getHeight\28\29 +6549:skia::textlayout::Paragraph::getAlphabeticBaseline\28\29 +6550:skia::textlayout::Paragraph::didExceedMaxLines\28\29 +6551:skia::textlayout::Paragraph::FontInfo::~FontInfo\28\29_7895 +6552:skia::textlayout::Paragraph::FontInfo::~FontInfo\28\29 +6553:skia::textlayout::OneLineShaper::~OneLineShaper\28\29_7676 +6554:skia::textlayout::OneLineShaper::runBuffer\28SkShaper::RunHandler::RunInfo\20const&\29 +6555:skia::textlayout::OneLineShaper::commitRunBuffer\28SkShaper::RunHandler::RunInfo\20const&\29 +6556:skia::textlayout::LangIterator::~LangIterator\28\29_7733 +6557:skia::textlayout::LangIterator::~LangIterator\28\29 +6558:skia::textlayout::LangIterator::endOfCurrentRun\28\29\20const +6559:skia::textlayout::LangIterator::currentLanguage\28\29\20const +6560:skia::textlayout::LangIterator::consume\28\29 +6561:skia::textlayout::LangIterator::atEnd\28\29\20const +6562:skia::textlayout::FontCollection::~FontCollection\28\29_7644 +6563:skia::textlayout::CanvasParagraphPainter::translate\28float\2c\20float\29 +6564:skia::textlayout::CanvasParagraphPainter::save\28\29 +6565:skia::textlayout::CanvasParagraphPainter::restore\28\29 +6566:skia::textlayout::CanvasParagraphPainter::drawTextShadow\28sk_sp\20const&\2c\20float\2c\20float\2c\20unsigned\20int\2c\20float\29 +6567:skia::textlayout::CanvasParagraphPainter::drawTextBlob\28sk_sp\20const&\2c\20float\2c\20float\2c\20std::__2::variant\20const&\29 +6568:skia::textlayout::CanvasParagraphPainter::drawRect\28SkRect\20const&\2c\20std::__2::variant\20const&\29 +6569:skia::textlayout::CanvasParagraphPainter::drawPath\28SkPath\20const&\2c\20skia::textlayout::ParagraphPainter::DecorationStyle\20const&\29 +6570:skia::textlayout::CanvasParagraphPainter::drawLine\28float\2c\20float\2c\20float\2c\20float\2c\20skia::textlayout::ParagraphPainter::DecorationStyle\20const&\29 +6571:skia::textlayout::CanvasParagraphPainter::drawFilledRect\28SkRect\20const&\2c\20skia::textlayout::ParagraphPainter::DecorationStyle\20const&\29 +6572:skia::textlayout::CanvasParagraphPainter::clipRect\28SkRect\20const&\29 +6573:skhdr::MasteringDisplayColorVolume::serialize\28\29\20const +6574:skhdr::ContentLightLevelInformation::serializePngChunk\28\29\20const +6575:skgpu::tess::FixedCountWedges::WriteVertexBuffer\28skgpu::VertexWriter\2c\20unsigned\20long\29 +6576:skgpu::tess::FixedCountWedges::WriteIndexBuffer\28skgpu::VertexWriter\2c\20unsigned\20long\29 +6577:skgpu::tess::FixedCountStrokes::WriteVertexBuffer\28skgpu::VertexWriter\2c\20unsigned\20long\29 +6578:skgpu::tess::FixedCountCurves::WriteVertexBuffer\28skgpu::VertexWriter\2c\20unsigned\20long\29 +6579:skgpu::tess::FixedCountCurves::WriteIndexBuffer\28skgpu::VertexWriter\2c\20unsigned\20long\29 +6580:skgpu::ganesh::texture_proxy_view_from_planes\28GrRecordingContext*\2c\20SkImage_Lazy\20const*\2c\20skgpu::Budgeted\29::$_0::__invoke\28void*\2c\20void*\29 +6581:skgpu::ganesh::\28anonymous\20namespace\29::SmallPathOp::~SmallPathOp\28\29_11734 +6582:skgpu::ganesh::\28anonymous\20namespace\29::SmallPathOp::visitProxies\28std::__2::function\20const&\29\20const +6583:skgpu::ganesh::\28anonymous\20namespace\29::SmallPathOp::onPrepareDraws\28GrMeshDrawTarget*\29 +6584:skgpu::ganesh::\28anonymous\20namespace\29::SmallPathOp::onExecute\28GrOpFlushState*\2c\20SkRect\20const&\29 +6585:skgpu::ganesh::\28anonymous\20namespace\29::SmallPathOp::onCombineIfPossible\28GrOp*\2c\20SkArenaAlloc*\2c\20GrCaps\20const&\29 +6586:skgpu::ganesh::\28anonymous\20namespace\29::SmallPathOp::name\28\29\20const +6587:skgpu::ganesh::\28anonymous\20namespace\29::SmallPathOp::fixedFunctionFlags\28\29\20const +6588:skgpu::ganesh::\28anonymous\20namespace\29::SmallPathOp::finalize\28GrCaps\20const&\2c\20GrAppliedClip\20const*\2c\20GrClampType\29 +6589:skgpu::ganesh::\28anonymous\20namespace\29::QuadEdgeEffect::name\28\29\20const +6590:skgpu::ganesh::\28anonymous\20namespace\29::QuadEdgeEffect::makeProgramImpl\28GrShaderCaps\20const&\29\20const::Impl::setData\28GrGLSLProgramDataManager\20const&\2c\20GrShaderCaps\20const&\2c\20GrGeometryProcessor\20const&\29 +6591:skgpu::ganesh::\28anonymous\20namespace\29::QuadEdgeEffect::makeProgramImpl\28GrShaderCaps\20const&\29\20const::Impl::onEmitCode\28GrGeometryProcessor::ProgramImpl::EmitArgs&\2c\20GrGeometryProcessor::ProgramImpl::GrGPArgs*\29 +6592:skgpu::ganesh::\28anonymous\20namespace\29::QuadEdgeEffect::makeProgramImpl\28GrShaderCaps\20const&\29\20const +6593:skgpu::ganesh::\28anonymous\20namespace\29::QuadEdgeEffect::addToKey\28GrShaderCaps\20const&\2c\20skgpu::KeyBuilder*\29\20const +6594:skgpu::ganesh::\28anonymous\20namespace\29::HullShader::~HullShader\28\29_11610 +6595:skgpu::ganesh::\28anonymous\20namespace\29::HullShader::~HullShader\28\29 +6596:skgpu::ganesh::\28anonymous\20namespace\29::HullShader::name\28\29\20const +6597:skgpu::ganesh::\28anonymous\20namespace\29::HullShader::makeProgramImpl\28GrShaderCaps\20const&\29\20const::Impl::emitVertexCode\28GrShaderCaps\20const&\2c\20GrPathTessellationShader\20const&\2c\20GrGLSLVertexBuilder*\2c\20GrGLSLVaryingHandler*\2c\20GrGeometryProcessor::ProgramImpl::GrGPArgs*\29 +6598:skgpu::ganesh::\28anonymous\20namespace\29::HullShader::makeProgramImpl\28GrShaderCaps\20const&\29\20const +6599:skgpu::ganesh::\28anonymous\20namespace\29::AAFlatteningConvexPathOp::~AAFlatteningConvexPathOp\28\29_11005 +6600:skgpu::ganesh::\28anonymous\20namespace\29::AAFlatteningConvexPathOp::~AAFlatteningConvexPathOp\28\29 +6601:skgpu::ganesh::\28anonymous\20namespace\29::AAFlatteningConvexPathOp::visitProxies\28std::__2::function\20const&\29\20const +6602:skgpu::ganesh::\28anonymous\20namespace\29::AAFlatteningConvexPathOp::onPrepareDraws\28GrMeshDrawTarget*\29 +6603:skgpu::ganesh::\28anonymous\20namespace\29::AAFlatteningConvexPathOp::onExecute\28GrOpFlushState*\2c\20SkRect\20const&\29 +6604:skgpu::ganesh::\28anonymous\20namespace\29::AAFlatteningConvexPathOp::onCreateProgramInfo\28GrCaps\20const*\2c\20SkArenaAlloc*\2c\20GrSurfaceProxyView\20const&\2c\20bool\2c\20GrAppliedClip&&\2c\20GrDstProxyView\20const&\2c\20GrXferBarrierFlags\2c\20GrLoadOp\29 +6605:skgpu::ganesh::\28anonymous\20namespace\29::AAFlatteningConvexPathOp::onCombineIfPossible\28GrOp*\2c\20SkArenaAlloc*\2c\20GrCaps\20const&\29 +6606:skgpu::ganesh::\28anonymous\20namespace\29::AAFlatteningConvexPathOp::name\28\29\20const +6607:skgpu::ganesh::\28anonymous\20namespace\29::AAFlatteningConvexPathOp::fixedFunctionFlags\28\29\20const +6608:skgpu::ganesh::\28anonymous\20namespace\29::AAFlatteningConvexPathOp::finalize\28GrCaps\20const&\2c\20GrAppliedClip\20const*\2c\20GrClampType\29 +6609:skgpu::ganesh::\28anonymous\20namespace\29::AAConvexPathOp::~AAConvexPathOp\28\29_10945 +6610:skgpu::ganesh::\28anonymous\20namespace\29::AAConvexPathOp::~AAConvexPathOp\28\29 +6611:skgpu::ganesh::\28anonymous\20namespace\29::AAConvexPathOp::visitProxies\28std::__2::function\20const&\29\20const +6612:skgpu::ganesh::\28anonymous\20namespace\29::AAConvexPathOp::onPrepareDraws\28GrMeshDrawTarget*\29 +6613:skgpu::ganesh::\28anonymous\20namespace\29::AAConvexPathOp::onExecute\28GrOpFlushState*\2c\20SkRect\20const&\29 +6614:skgpu::ganesh::\28anonymous\20namespace\29::AAConvexPathOp::onCreateProgramInfo\28GrCaps\20const*\2c\20SkArenaAlloc*\2c\20GrSurfaceProxyView\20const&\2c\20bool\2c\20GrAppliedClip&&\2c\20GrDstProxyView\20const&\2c\20GrXferBarrierFlags\2c\20GrLoadOp\29 +6615:skgpu::ganesh::\28anonymous\20namespace\29::AAConvexPathOp::onCombineIfPossible\28GrOp*\2c\20SkArenaAlloc*\2c\20GrCaps\20const&\29 +6616:skgpu::ganesh::\28anonymous\20namespace\29::AAConvexPathOp::name\28\29\20const +6617:skgpu::ganesh::\28anonymous\20namespace\29::AAConvexPathOp::finalize\28GrCaps\20const&\2c\20GrAppliedClip\20const*\2c\20GrClampType\29 +6618:skgpu::ganesh::TriangulatingPathRenderer::onDrawPath\28skgpu::ganesh::PathRenderer::DrawPathArgs\20const&\29 +6619:skgpu::ganesh::TriangulatingPathRenderer::onCanDrawPath\28skgpu::ganesh::PathRenderer::CanDrawPathArgs\20const&\29\20const +6620:skgpu::ganesh::TriangulatingPathRenderer::name\28\29\20const +6621:skgpu::ganesh::TessellationPathRenderer::onStencilPath\28skgpu::ganesh::PathRenderer::StencilPathArgs\20const&\29 +6622:skgpu::ganesh::TessellationPathRenderer::onGetStencilSupport\28GrStyledShape\20const&\29\20const +6623:skgpu::ganesh::TessellationPathRenderer::onDrawPath\28skgpu::ganesh::PathRenderer::DrawPathArgs\20const&\29 +6624:skgpu::ganesh::TessellationPathRenderer::onCanDrawPath\28skgpu::ganesh::PathRenderer::CanDrawPathArgs\20const&\29\20const +6625:skgpu::ganesh::TessellationPathRenderer::name\28\29\20const +6626:skgpu::ganesh::SurfaceDrawContext::willReplaceOpsTask\28skgpu::ganesh::OpsTask*\2c\20skgpu::ganesh::OpsTask*\29 +6627:skgpu::ganesh::SurfaceDrawContext::canDiscardPreviousOpsOnFullClear\28\29\20const +6628:skgpu::ganesh::SurfaceContext::~SurfaceContext\28\29_9126 +6629:skgpu::ganesh::SurfaceContext::asyncRescaleAndReadPixelsYUV420\28GrDirectContext*\2c\20SkYUVColorSpace\2c\20bool\2c\20sk_sp\2c\20SkIRect\20const&\2c\20SkISize\2c\20SkImage::RescaleGamma\2c\20SkImage::RescaleMode\2c\20void\20\28*\29\28void*\2c\20std::__2::unique_ptr>\29\2c\20void*\29::$_0::__invoke\28void*\29 +6630:skgpu::ganesh::SurfaceContext::asyncReadPixels\28GrDirectContext*\2c\20SkIRect\20const&\2c\20SkColorType\2c\20void\20\28*\29\28void*\2c\20std::__2::unique_ptr>\29\2c\20void*\29::$_0::__invoke\28void*\29 +6631:skgpu::ganesh::StrokeTessellateOp::~StrokeTessellateOp\28\29_11805 +6632:skgpu::ganesh::StrokeTessellateOp::~StrokeTessellateOp\28\29 +6633:skgpu::ganesh::StrokeTessellateOp::visitProxies\28std::__2::function\20const&\29\20const +6634:skgpu::ganesh::StrokeTessellateOp::usesStencil\28\29\20const +6635:skgpu::ganesh::StrokeTessellateOp::onPrepare\28GrOpFlushState*\29 +6636:skgpu::ganesh::StrokeTessellateOp::onPrePrepare\28GrRecordingContext*\2c\20GrSurfaceProxyView\20const&\2c\20GrAppliedClip*\2c\20GrDstProxyView\20const&\2c\20GrXferBarrierFlags\2c\20GrLoadOp\29 +6637:skgpu::ganesh::StrokeTessellateOp::onExecute\28GrOpFlushState*\2c\20SkRect\20const&\29 +6638:skgpu::ganesh::StrokeTessellateOp::onCombineIfPossible\28GrOp*\2c\20SkArenaAlloc*\2c\20GrCaps\20const&\29 +6639:skgpu::ganesh::StrokeTessellateOp::name\28\29\20const +6640:skgpu::ganesh::StrokeTessellateOp::finalize\28GrCaps\20const&\2c\20GrAppliedClip\20const*\2c\20GrClampType\29 +6641:skgpu::ganesh::StrokeRectOp::\28anonymous\20namespace\29::NonAAStrokeRectOp::~NonAAStrokeRectOp\28\29_11783 +6642:skgpu::ganesh::StrokeRectOp::\28anonymous\20namespace\29::NonAAStrokeRectOp::~NonAAStrokeRectOp\28\29 +6643:skgpu::ganesh::StrokeRectOp::\28anonymous\20namespace\29::NonAAStrokeRectOp::visitProxies\28std::__2::function\20const&\29\20const +6644:skgpu::ganesh::StrokeRectOp::\28anonymous\20namespace\29::NonAAStrokeRectOp::programInfo\28\29 +6645:skgpu::ganesh::StrokeRectOp::\28anonymous\20namespace\29::NonAAStrokeRectOp::onPrepareDraws\28GrMeshDrawTarget*\29 +6646:skgpu::ganesh::StrokeRectOp::\28anonymous\20namespace\29::NonAAStrokeRectOp::onExecute\28GrOpFlushState*\2c\20SkRect\20const&\29 +6647:skgpu::ganesh::StrokeRectOp::\28anonymous\20namespace\29::NonAAStrokeRectOp::onCreateProgramInfo\28GrCaps\20const*\2c\20SkArenaAlloc*\2c\20GrSurfaceProxyView\20const&\2c\20bool\2c\20GrAppliedClip&&\2c\20GrDstProxyView\20const&\2c\20GrXferBarrierFlags\2c\20GrLoadOp\29 +6648:skgpu::ganesh::StrokeRectOp::\28anonymous\20namespace\29::NonAAStrokeRectOp::name\28\29\20const +6649:skgpu::ganesh::StrokeRectOp::\28anonymous\20namespace\29::NonAAStrokeRectOp::finalize\28GrCaps\20const&\2c\20GrAppliedClip\20const*\2c\20GrClampType\29 +6650:skgpu::ganesh::StrokeRectOp::\28anonymous\20namespace\29::AAStrokeRectOp::~AAStrokeRectOp\28\29_11772 +6651:skgpu::ganesh::StrokeRectOp::\28anonymous\20namespace\29::AAStrokeRectOp::~AAStrokeRectOp\28\29 +6652:skgpu::ganesh::StrokeRectOp::\28anonymous\20namespace\29::AAStrokeRectOp::visitProxies\28std::__2::function\20const&\29\20const +6653:skgpu::ganesh::StrokeRectOp::\28anonymous\20namespace\29::AAStrokeRectOp::programInfo\28\29 +6654:skgpu::ganesh::StrokeRectOp::\28anonymous\20namespace\29::AAStrokeRectOp::onPrepareDraws\28GrMeshDrawTarget*\29 +6655:skgpu::ganesh::StrokeRectOp::\28anonymous\20namespace\29::AAStrokeRectOp::onExecute\28GrOpFlushState*\2c\20SkRect\20const&\29 +6656:skgpu::ganesh::StrokeRectOp::\28anonymous\20namespace\29::AAStrokeRectOp::onCreateProgramInfo\28GrCaps\20const*\2c\20SkArenaAlloc*\2c\20GrSurfaceProxyView\20const&\2c\20bool\2c\20GrAppliedClip&&\2c\20GrDstProxyView\20const&\2c\20GrXferBarrierFlags\2c\20GrLoadOp\29 +6657:skgpu::ganesh::StrokeRectOp::\28anonymous\20namespace\29::AAStrokeRectOp::onCombineIfPossible\28GrOp*\2c\20SkArenaAlloc*\2c\20GrCaps\20const&\29 +6658:skgpu::ganesh::StrokeRectOp::\28anonymous\20namespace\29::AAStrokeRectOp::name\28\29\20const +6659:skgpu::ganesh::StrokeRectOp::\28anonymous\20namespace\29::AAStrokeRectOp::finalize\28GrCaps\20const&\2c\20GrAppliedClip\20const*\2c\20GrClampType\29 +6660:skgpu::ganesh::StencilClip::~StencilClip\28\29_10149 +6661:skgpu::ganesh::StencilClip::~StencilClip\28\29 +6662:skgpu::ganesh::StencilClip::preApply\28SkRect\20const&\2c\20GrAA\29\20const +6663:skgpu::ganesh::StencilClip::getConservativeBounds\28\29\20const +6664:skgpu::ganesh::StencilClip::apply\28GrAppliedHardClip*\2c\20SkIRect*\29\20const +6665:skgpu::ganesh::SoftwarePathRenderer::onDrawPath\28skgpu::ganesh::PathRenderer::DrawPathArgs\20const&\29 +6666:skgpu::ganesh::SoftwarePathRenderer::onCanDrawPath\28skgpu::ganesh::PathRenderer::CanDrawPathArgs\20const&\29\20const +6667:skgpu::ganesh::SoftwarePathRenderer::name\28\29\20const +6668:skgpu::ganesh::SmallPathRenderer::onDrawPath\28skgpu::ganesh::PathRenderer::DrawPathArgs\20const&\29 +6669:skgpu::ganesh::SmallPathRenderer::onCanDrawPath\28skgpu::ganesh::PathRenderer::CanDrawPathArgs\20const&\29\20const +6670:skgpu::ganesh::SmallPathRenderer::name\28\29\20const +6671:skgpu::ganesh::SmallPathAtlasMgr::preFlush\28GrOnFlushResourceProvider*\29 +6672:skgpu::ganesh::SmallPathAtlasMgr::postFlush\28skgpu::Token\29 +6673:skgpu::ganesh::SmallPathAtlasMgr::evict\28skgpu::PlotLocator\29 +6674:skgpu::ganesh::RegionOp::\28anonymous\20namespace\29::RegionOpImpl::~RegionOpImpl\28\29_11681 +6675:skgpu::ganesh::RegionOp::\28anonymous\20namespace\29::RegionOpImpl::~RegionOpImpl\28\29 +6676:skgpu::ganesh::RegionOp::\28anonymous\20namespace\29::RegionOpImpl::visitProxies\28std::__2::function\20const&\29\20const +6677:skgpu::ganesh::RegionOp::\28anonymous\20namespace\29::RegionOpImpl::programInfo\28\29 +6678:skgpu::ganesh::RegionOp::\28anonymous\20namespace\29::RegionOpImpl::onPrepareDraws\28GrMeshDrawTarget*\29 +6679:skgpu::ganesh::RegionOp::\28anonymous\20namespace\29::RegionOpImpl::onExecute\28GrOpFlushState*\2c\20SkRect\20const&\29 +6680:skgpu::ganesh::RegionOp::\28anonymous\20namespace\29::RegionOpImpl::onCreateProgramInfo\28GrCaps\20const*\2c\20SkArenaAlloc*\2c\20GrSurfaceProxyView\20const&\2c\20bool\2c\20GrAppliedClip&&\2c\20GrDstProxyView\20const&\2c\20GrXferBarrierFlags\2c\20GrLoadOp\29 +6681:skgpu::ganesh::RegionOp::\28anonymous\20namespace\29::RegionOpImpl::onCombineIfPossible\28GrOp*\2c\20SkArenaAlloc*\2c\20GrCaps\20const&\29 +6682:skgpu::ganesh::RegionOp::\28anonymous\20namespace\29::RegionOpImpl::name\28\29\20const +6683:skgpu::ganesh::RegionOp::\28anonymous\20namespace\29::RegionOpImpl::finalize\28GrCaps\20const&\2c\20GrAppliedClip\20const*\2c\20GrClampType\29 +6684:skgpu::ganesh::QuadPerEdgeAA::\28anonymous\20namespace\29::write_quad_generic\28skgpu::VertexWriter*\2c\20skgpu::ganesh::QuadPerEdgeAA::VertexSpec\20const&\2c\20GrQuad\20const*\2c\20GrQuad\20const*\2c\20float\20const*\2c\20SkRGBA4f<\28SkAlphaType\292>\20const&\2c\20SkRect\20const&\2c\20SkRect\20const&\29 +6685:skgpu::ganesh::QuadPerEdgeAA::\28anonymous\20namespace\29::write_2d_uv_strict\28skgpu::VertexWriter*\2c\20skgpu::ganesh::QuadPerEdgeAA::VertexSpec\20const&\2c\20GrQuad\20const*\2c\20GrQuad\20const*\2c\20float\20const*\2c\20SkRGBA4f<\28SkAlphaType\292>\20const&\2c\20SkRect\20const&\2c\20SkRect\20const&\29 +6686:skgpu::ganesh::QuadPerEdgeAA::\28anonymous\20namespace\29::write_2d_uv\28skgpu::VertexWriter*\2c\20skgpu::ganesh::QuadPerEdgeAA::VertexSpec\20const&\2c\20GrQuad\20const*\2c\20GrQuad\20const*\2c\20float\20const*\2c\20SkRGBA4f<\28SkAlphaType\292>\20const&\2c\20SkRect\20const&\2c\20SkRect\20const&\29 +6687:skgpu::ganesh::QuadPerEdgeAA::\28anonymous\20namespace\29::write_2d_cov_uv_strict\28skgpu::VertexWriter*\2c\20skgpu::ganesh::QuadPerEdgeAA::VertexSpec\20const&\2c\20GrQuad\20const*\2c\20GrQuad\20const*\2c\20float\20const*\2c\20SkRGBA4f<\28SkAlphaType\292>\20const&\2c\20SkRect\20const&\2c\20SkRect\20const&\29 +6688:skgpu::ganesh::QuadPerEdgeAA::\28anonymous\20namespace\29::write_2d_cov_uv\28skgpu::VertexWriter*\2c\20skgpu::ganesh::QuadPerEdgeAA::VertexSpec\20const&\2c\20GrQuad\20const*\2c\20GrQuad\20const*\2c\20float\20const*\2c\20SkRGBA4f<\28SkAlphaType\292>\20const&\2c\20SkRect\20const&\2c\20SkRect\20const&\29 +6689:skgpu::ganesh::QuadPerEdgeAA::\28anonymous\20namespace\29::write_2d_color_uv_strict\28skgpu::VertexWriter*\2c\20skgpu::ganesh::QuadPerEdgeAA::VertexSpec\20const&\2c\20GrQuad\20const*\2c\20GrQuad\20const*\2c\20float\20const*\2c\20SkRGBA4f<\28SkAlphaType\292>\20const&\2c\20SkRect\20const&\2c\20SkRect\20const&\29 +6690:skgpu::ganesh::QuadPerEdgeAA::\28anonymous\20namespace\29::write_2d_color_uv\28skgpu::VertexWriter*\2c\20skgpu::ganesh::QuadPerEdgeAA::VertexSpec\20const&\2c\20GrQuad\20const*\2c\20GrQuad\20const*\2c\20float\20const*\2c\20SkRGBA4f<\28SkAlphaType\292>\20const&\2c\20SkRect\20const&\2c\20SkRect\20const&\29 +6691:skgpu::ganesh::QuadPerEdgeAA::\28anonymous\20namespace\29::write_2d_color\28skgpu::VertexWriter*\2c\20skgpu::ganesh::QuadPerEdgeAA::VertexSpec\20const&\2c\20GrQuad\20const*\2c\20GrQuad\20const*\2c\20float\20const*\2c\20SkRGBA4f<\28SkAlphaType\292>\20const&\2c\20SkRect\20const&\2c\20SkRect\20const&\29 +6692:skgpu::ganesh::QuadPerEdgeAA::QuadPerEdgeAAGeometryProcessor::~QuadPerEdgeAAGeometryProcessor\28\29_11670 +6693:skgpu::ganesh::QuadPerEdgeAA::QuadPerEdgeAAGeometryProcessor::~QuadPerEdgeAAGeometryProcessor\28\29 +6694:skgpu::ganesh::QuadPerEdgeAA::QuadPerEdgeAAGeometryProcessor::onTextureSampler\28int\29\20const +6695:skgpu::ganesh::QuadPerEdgeAA::QuadPerEdgeAAGeometryProcessor::name\28\29\20const +6696:skgpu::ganesh::QuadPerEdgeAA::QuadPerEdgeAAGeometryProcessor::makeProgramImpl\28GrShaderCaps\20const&\29\20const::Impl::setData\28GrGLSLProgramDataManager\20const&\2c\20GrShaderCaps\20const&\2c\20GrGeometryProcessor\20const&\29 +6697:skgpu::ganesh::QuadPerEdgeAA::QuadPerEdgeAAGeometryProcessor::makeProgramImpl\28GrShaderCaps\20const&\29\20const::Impl::onEmitCode\28GrGeometryProcessor::ProgramImpl::EmitArgs&\2c\20GrGeometryProcessor::ProgramImpl::GrGPArgs*\29 +6698:skgpu::ganesh::QuadPerEdgeAA::QuadPerEdgeAAGeometryProcessor::makeProgramImpl\28GrShaderCaps\20const&\29\20const +6699:skgpu::ganesh::QuadPerEdgeAA::QuadPerEdgeAAGeometryProcessor::addToKey\28GrShaderCaps\20const&\2c\20skgpu::KeyBuilder*\29\20const +6700:skgpu::ganesh::PathWedgeTessellator::prepare\28GrMeshDrawTarget*\2c\20SkMatrix\20const&\2c\20skgpu::ganesh::PathTessellator::PathDrawList\20const&\2c\20int\29 +6701:skgpu::ganesh::PathTessellator::~PathTessellator\28\29 +6702:skgpu::ganesh::PathTessellateOp::~PathTessellateOp\28\29_11645 +6703:skgpu::ganesh::PathTessellateOp::~PathTessellateOp\28\29 +6704:skgpu::ganesh::PathTessellateOp::visitProxies\28std::__2::function\20const&\29\20const +6705:skgpu::ganesh::PathTessellateOp::usesStencil\28\29\20const +6706:skgpu::ganesh::PathTessellateOp::onPrepare\28GrOpFlushState*\29 +6707:skgpu::ganesh::PathTessellateOp::onPrePrepare\28GrRecordingContext*\2c\20GrSurfaceProxyView\20const&\2c\20GrAppliedClip*\2c\20GrDstProxyView\20const&\2c\20GrXferBarrierFlags\2c\20GrLoadOp\29 +6708:skgpu::ganesh::PathTessellateOp::onExecute\28GrOpFlushState*\2c\20SkRect\20const&\29 +6709:skgpu::ganesh::PathTessellateOp::onCombineIfPossible\28GrOp*\2c\20SkArenaAlloc*\2c\20GrCaps\20const&\29 +6710:skgpu::ganesh::PathTessellateOp::name\28\29\20const +6711:skgpu::ganesh::PathTessellateOp::finalize\28GrCaps\20const&\2c\20GrAppliedClip\20const*\2c\20GrClampType\29 +6712:skgpu::ganesh::PathStencilCoverOp::~PathStencilCoverOp\28\29_11628 +6713:skgpu::ganesh::PathStencilCoverOp::~PathStencilCoverOp\28\29 +6714:skgpu::ganesh::PathStencilCoverOp::visitProxies\28std::__2::function\20const&\29\20const +6715:skgpu::ganesh::PathStencilCoverOp::onPrepare\28GrOpFlushState*\29 +6716:skgpu::ganesh::PathStencilCoverOp::onPrePrepare\28GrRecordingContext*\2c\20GrSurfaceProxyView\20const&\2c\20GrAppliedClip*\2c\20GrDstProxyView\20const&\2c\20GrXferBarrierFlags\2c\20GrLoadOp\29 +6717:skgpu::ganesh::PathStencilCoverOp::onExecute\28GrOpFlushState*\2c\20SkRect\20const&\29 +6718:skgpu::ganesh::PathStencilCoverOp::name\28\29\20const +6719:skgpu::ganesh::PathStencilCoverOp::fixedFunctionFlags\28\29\20const +6720:skgpu::ganesh::PathStencilCoverOp::finalize\28GrCaps\20const&\2c\20GrAppliedClip\20const*\2c\20GrClampType\29 +6721:skgpu::ganesh::PathRenderer::onStencilPath\28skgpu::ganesh::PathRenderer::StencilPathArgs\20const&\29 +6722:skgpu::ganesh::PathRenderer::onGetStencilSupport\28GrStyledShape\20const&\29\20const +6723:skgpu::ganesh::PathInnerTriangulateOp::~PathInnerTriangulateOp\28\29_11604 +6724:skgpu::ganesh::PathInnerTriangulateOp::~PathInnerTriangulateOp\28\29 +6725:skgpu::ganesh::PathInnerTriangulateOp::visitProxies\28std::__2::function\20const&\29\20const +6726:skgpu::ganesh::PathInnerTriangulateOp::onPrepare\28GrOpFlushState*\29 +6727:skgpu::ganesh::PathInnerTriangulateOp::onPrePrepare\28GrRecordingContext*\2c\20GrSurfaceProxyView\20const&\2c\20GrAppliedClip*\2c\20GrDstProxyView\20const&\2c\20GrXferBarrierFlags\2c\20GrLoadOp\29 +6728:skgpu::ganesh::PathInnerTriangulateOp::onExecute\28GrOpFlushState*\2c\20SkRect\20const&\29 +6729:skgpu::ganesh::PathInnerTriangulateOp::name\28\29\20const +6730:skgpu::ganesh::PathInnerTriangulateOp::fixedFunctionFlags\28\29\20const +6731:skgpu::ganesh::PathInnerTriangulateOp::finalize\28GrCaps\20const&\2c\20GrAppliedClip\20const*\2c\20GrClampType\29 +6732:skgpu::ganesh::PathCurveTessellator::prepare\28GrMeshDrawTarget*\2c\20SkMatrix\20const&\2c\20skgpu::ganesh::PathTessellator::PathDrawList\20const&\2c\20int\29 +6733:skgpu::ganesh::OpsTask::~OpsTask\28\29_11543 +6734:skgpu::ganesh::OpsTask::onPrepare\28GrOpFlushState*\29 +6735:skgpu::ganesh::OpsTask::onPrePrepare\28GrRecordingContext*\29 +6736:skgpu::ganesh::OpsTask::onMakeSkippable\28\29 +6737:skgpu::ganesh::OpsTask::onIsUsed\28GrSurfaceProxy*\29\20const +6738:skgpu::ganesh::OpsTask::gatherProxyIntervals\28GrResourceAllocator*\29\20const +6739:skgpu::ganesh::OpsTask::endFlush\28GrDrawingManager*\29 +6740:skgpu::ganesh::LatticeOp::\28anonymous\20namespace\29::NonAALatticeOp::~NonAALatticeOp\28\29_11515 +6741:skgpu::ganesh::LatticeOp::\28anonymous\20namespace\29::NonAALatticeOp::visitProxies\28std::__2::function\20const&\29\20const +6742:skgpu::ganesh::LatticeOp::\28anonymous\20namespace\29::NonAALatticeOp::onPrepareDraws\28GrMeshDrawTarget*\29 +6743:skgpu::ganesh::LatticeOp::\28anonymous\20namespace\29::NonAALatticeOp::onExecute\28GrOpFlushState*\2c\20SkRect\20const&\29 +6744:skgpu::ganesh::LatticeOp::\28anonymous\20namespace\29::NonAALatticeOp::onCreateProgramInfo\28GrCaps\20const*\2c\20SkArenaAlloc*\2c\20GrSurfaceProxyView\20const&\2c\20bool\2c\20GrAppliedClip&&\2c\20GrDstProxyView\20const&\2c\20GrXferBarrierFlags\2c\20GrLoadOp\29 +6745:skgpu::ganesh::LatticeOp::\28anonymous\20namespace\29::NonAALatticeOp::onCombineIfPossible\28GrOp*\2c\20SkArenaAlloc*\2c\20GrCaps\20const&\29 +6746:skgpu::ganesh::LatticeOp::\28anonymous\20namespace\29::NonAALatticeOp::name\28\29\20const +6747:skgpu::ganesh::LatticeOp::\28anonymous\20namespace\29::NonAALatticeOp::finalize\28GrCaps\20const&\2c\20GrAppliedClip\20const*\2c\20GrClampType\29 +6748:skgpu::ganesh::LatticeOp::\28anonymous\20namespace\29::LatticeGP::~LatticeGP\28\29_11527 +6749:skgpu::ganesh::LatticeOp::\28anonymous\20namespace\29::LatticeGP::~LatticeGP\28\29 +6750:skgpu::ganesh::LatticeOp::\28anonymous\20namespace\29::LatticeGP::onTextureSampler\28int\29\20const +6751:skgpu::ganesh::LatticeOp::\28anonymous\20namespace\29::LatticeGP::name\28\29\20const +6752:skgpu::ganesh::LatticeOp::\28anonymous\20namespace\29::LatticeGP::makeProgramImpl\28GrShaderCaps\20const&\29\20const::Impl::setData\28GrGLSLProgramDataManager\20const&\2c\20GrShaderCaps\20const&\2c\20GrGeometryProcessor\20const&\29 +6753:skgpu::ganesh::LatticeOp::\28anonymous\20namespace\29::LatticeGP::makeProgramImpl\28GrShaderCaps\20const&\29\20const::Impl::onEmitCode\28GrGeometryProcessor::ProgramImpl::EmitArgs&\2c\20GrGeometryProcessor::ProgramImpl::GrGPArgs*\29 +6754:skgpu::ganesh::LatticeOp::\28anonymous\20namespace\29::LatticeGP::makeProgramImpl\28GrShaderCaps\20const&\29\20const +6755:skgpu::ganesh::LatticeOp::\28anonymous\20namespace\29::LatticeGP::addToKey\28GrShaderCaps\20const&\2c\20skgpu::KeyBuilder*\29\20const +6756:skgpu::ganesh::FillRRectOp::\28anonymous\20namespace\29::FillRRectOpImpl::~FillRRectOpImpl\28\29_11303 +6757:skgpu::ganesh::FillRRectOp::\28anonymous\20namespace\29::FillRRectOpImpl::~FillRRectOpImpl\28\29 +6758:skgpu::ganesh::FillRRectOp::\28anonymous\20namespace\29::FillRRectOpImpl::visitProxies\28std::__2::function\20const&\29\20const +6759:skgpu::ganesh::FillRRectOp::\28anonymous\20namespace\29::FillRRectOpImpl::onPrepareDraws\28GrMeshDrawTarget*\29 +6760:skgpu::ganesh::FillRRectOp::\28anonymous\20namespace\29::FillRRectOpImpl::onExecute\28GrOpFlushState*\2c\20SkRect\20const&\29 +6761:skgpu::ganesh::FillRRectOp::\28anonymous\20namespace\29::FillRRectOpImpl::onCreateProgramInfo\28GrCaps\20const*\2c\20SkArenaAlloc*\2c\20GrSurfaceProxyView\20const&\2c\20bool\2c\20GrAppliedClip&&\2c\20GrDstProxyView\20const&\2c\20GrXferBarrierFlags\2c\20GrLoadOp\29 +6762:skgpu::ganesh::FillRRectOp::\28anonymous\20namespace\29::FillRRectOpImpl::onCombineIfPossible\28GrOp*\2c\20SkArenaAlloc*\2c\20GrCaps\20const&\29 +6763:skgpu::ganesh::FillRRectOp::\28anonymous\20namespace\29::FillRRectOpImpl::name\28\29\20const +6764:skgpu::ganesh::FillRRectOp::\28anonymous\20namespace\29::FillRRectOpImpl::finalize\28GrCaps\20const&\2c\20GrAppliedClip\20const*\2c\20GrClampType\29 +6765:skgpu::ganesh::FillRRectOp::\28anonymous\20namespace\29::FillRRectOpImpl::clipToShape\28skgpu::ganesh::SurfaceDrawContext*\2c\20SkClipOp\2c\20SkMatrix\20const&\2c\20GrShape\20const&\2c\20GrAA\29 +6766:skgpu::ganesh::FillRRectOp::\28anonymous\20namespace\29::FillRRectOpImpl::Processor::~Processor\28\29_11320 +6767:skgpu::ganesh::FillRRectOp::\28anonymous\20namespace\29::FillRRectOpImpl::Processor::~Processor\28\29 +6768:skgpu::ganesh::FillRRectOp::\28anonymous\20namespace\29::FillRRectOpImpl::Processor::name\28\29\20const +6769:skgpu::ganesh::FillRRectOp::\28anonymous\20namespace\29::FillRRectOpImpl::Processor::makeProgramImpl\28GrShaderCaps\20const&\29\20const +6770:skgpu::ganesh::FillRRectOp::\28anonymous\20namespace\29::FillRRectOpImpl::Processor::addToKey\28GrShaderCaps\20const&\2c\20skgpu::KeyBuilder*\29\20const +6771:skgpu::ganesh::FillRRectOp::\28anonymous\20namespace\29::FillRRectOpImpl::Processor::Impl::onEmitCode\28GrGeometryProcessor::ProgramImpl::EmitArgs&\2c\20GrGeometryProcessor::ProgramImpl::GrGPArgs*\29 +6772:skgpu::ganesh::DrawableOp::~DrawableOp\28\29_11293 +6773:skgpu::ganesh::DrawableOp::~DrawableOp\28\29 +6774:skgpu::ganesh::DrawableOp::onExecute\28GrOpFlushState*\2c\20SkRect\20const&\29 +6775:skgpu::ganesh::DrawableOp::name\28\29\20const +6776:skgpu::ganesh::DrawAtlasPathOp::~DrawAtlasPathOp\28\29_11196 +6777:skgpu::ganesh::DrawAtlasPathOp::~DrawAtlasPathOp\28\29 +6778:skgpu::ganesh::DrawAtlasPathOp::visitProxies\28std::__2::function\20const&\29\20const +6779:skgpu::ganesh::DrawAtlasPathOp::onPrepare\28GrOpFlushState*\29 +6780:skgpu::ganesh::DrawAtlasPathOp::onPrePrepare\28GrRecordingContext*\2c\20GrSurfaceProxyView\20const&\2c\20GrAppliedClip*\2c\20GrDstProxyView\20const&\2c\20GrXferBarrierFlags\2c\20GrLoadOp\29 +6781:skgpu::ganesh::DrawAtlasPathOp::onExecute\28GrOpFlushState*\2c\20SkRect\20const&\29 +6782:skgpu::ganesh::DrawAtlasPathOp::onCombineIfPossible\28GrOp*\2c\20SkArenaAlloc*\2c\20GrCaps\20const&\29 +6783:skgpu::ganesh::DrawAtlasPathOp::name\28\29\20const +6784:skgpu::ganesh::DrawAtlasPathOp::finalize\28GrCaps\20const&\2c\20GrAppliedClip\20const*\2c\20GrClampType\29 +6785:skgpu::ganesh::Device::~Device\28\29_8748 +6786:skgpu::ganesh::Device::~Device\28\29 +6787:skgpu::ganesh::Device::strikeDeviceInfo\28\29\20const +6788:skgpu::ganesh::Device::snapSpecial\28SkIRect\20const&\2c\20bool\29 +6789:skgpu::ganesh::Device::snapSpecialScaled\28SkIRect\20const&\2c\20SkISize\20const&\29 +6790:skgpu::ganesh::Device::replaceClip\28SkIRect\20const&\29 +6791:skgpu::ganesh::Device::pushClipStack\28\29 +6792:skgpu::ganesh::Device::popClipStack\28\29 +6793:skgpu::ganesh::Device::onWritePixels\28SkPixmap\20const&\2c\20int\2c\20int\29 +6794:skgpu::ganesh::Device::onReadPixels\28SkPixmap\20const&\2c\20int\2c\20int\29 +6795:skgpu::ganesh::Device::onDrawGlyphRunList\28SkCanvas*\2c\20sktext::GlyphRunList\20const&\2c\20SkPaint\20const&\29 +6796:skgpu::ganesh::Device::onClipShader\28sk_sp\29 +6797:skgpu::ganesh::Device::makeSurface\28SkImageInfo\20const&\2c\20SkSurfaceProps\20const&\29 +6798:skgpu::ganesh::Device::isClipWideOpen\28\29\20const +6799:skgpu::ganesh::Device::isClipRect\28\29\20const +6800:skgpu::ganesh::Device::isClipEmpty\28\29\20const +6801:skgpu::ganesh::Device::isClipAntiAliased\28\29\20const +6802:skgpu::ganesh::Device::drawVertices\28SkVertices\20const*\2c\20sk_sp\2c\20SkPaint\20const&\2c\20bool\29 +6803:skgpu::ganesh::Device::drawSpecial\28SkSpecialImage*\2c\20SkMatrix\20const&\2c\20SkSamplingOptions\20const&\2c\20SkPaint\20const&\2c\20SkCanvas::SrcRectConstraint\29 +6804:skgpu::ganesh::Device::drawSlug\28SkCanvas*\2c\20sktext::gpu::Slug\20const*\2c\20SkPaint\20const&\29 +6805:skgpu::ganesh::Device::drawShadow\28SkCanvas*\2c\20SkPath\20const&\2c\20SkDrawShadowRec\20const&\29 +6806:skgpu::ganesh::Device::drawRegion\28SkRegion\20const&\2c\20SkPaint\20const&\29 +6807:skgpu::ganesh::Device::drawRect\28SkRect\20const&\2c\20SkPaint\20const&\29 +6808:skgpu::ganesh::Device::drawPoints\28SkCanvas::PointMode\2c\20SkSpan\2c\20SkPaint\20const&\29 +6809:skgpu::ganesh::Device::drawPaint\28SkPaint\20const&\29 +6810:skgpu::ganesh::Device::drawOval\28SkRect\20const&\2c\20SkPaint\20const&\29 +6811:skgpu::ganesh::Device::drawMesh\28SkMesh\20const&\2c\20sk_sp\2c\20SkPaint\20const&\29 +6812:skgpu::ganesh::Device::drawImageRect\28SkImage\20const*\2c\20SkRect\20const*\2c\20SkRect\20const&\2c\20SkSamplingOptions\20const&\2c\20SkPaint\20const&\2c\20SkCanvas::SrcRectConstraint\29 +6813:skgpu::ganesh::Device::drawImageLattice\28SkImage\20const*\2c\20SkCanvas::Lattice\20const&\2c\20SkRect\20const&\2c\20SkFilterMode\2c\20SkPaint\20const&\29 +6814:skgpu::ganesh::Device::drawEdgeAAQuad\28SkRect\20const&\2c\20SkPoint\20const*\2c\20SkCanvas::QuadAAFlags\2c\20SkRGBA4f<\28SkAlphaType\293>\20const&\2c\20SkBlendMode\29 +6815:skgpu::ganesh::Device::drawEdgeAAImageSet\28SkCanvas::ImageSetEntry\20const*\2c\20int\2c\20SkPoint\20const*\2c\20SkMatrix\20const*\2c\20SkSamplingOptions\20const&\2c\20SkPaint\20const&\2c\20SkCanvas::SrcRectConstraint\29 +6816:skgpu::ganesh::Device::drawDrawable\28SkCanvas*\2c\20SkDrawable*\2c\20SkMatrix\20const*\29 +6817:skgpu::ganesh::Device::drawDevice\28SkDevice*\2c\20SkSamplingOptions\20const&\2c\20SkPaint\20const&\29 +6818:skgpu::ganesh::Device::drawDRRect\28SkRRect\20const&\2c\20SkRRect\20const&\2c\20SkPaint\20const&\29 +6819:skgpu::ganesh::Device::drawCoverageMask\28SkSpecialImage\20const*\2c\20SkMatrix\20const&\2c\20SkSamplingOptions\20const&\2c\20SkPaint\20const&\29 +6820:skgpu::ganesh::Device::drawBlurredRRect\28SkRRect\20const&\2c\20SkPaint\20const&\2c\20float\29 +6821:skgpu::ganesh::Device::drawAtlas\28SkSpan\2c\20SkSpan\2c\20SkSpan\2c\20sk_sp\2c\20SkPaint\20const&\29 +6822:skgpu::ganesh::Device::drawAsTiledImageRect\28SkCanvas*\2c\20SkImage\20const*\2c\20SkRect\20const*\2c\20SkRect\20const&\2c\20SkSamplingOptions\20const&\2c\20SkPaint\20const&\2c\20SkCanvas::SrcRectConstraint\29 +6823:skgpu::ganesh::Device::drawArc\28SkArc\20const&\2c\20SkPaint\20const&\29 +6824:skgpu::ganesh::Device::devClipBounds\28\29\20const +6825:skgpu::ganesh::Device::createImageFilteringBackend\28SkSurfaceProps\20const&\2c\20SkColorType\29\20const +6826:skgpu::ganesh::Device::createDevice\28SkDevice::CreateInfo\20const&\2c\20SkPaint\20const*\29 +6827:skgpu::ganesh::Device::convertGlyphRunListToSlug\28sktext::GlyphRunList\20const&\2c\20SkPaint\20const&\29 +6828:skgpu::ganesh::Device::clipRegion\28SkRegion\20const&\2c\20SkClipOp\29 +6829:skgpu::ganesh::Device::clipRect\28SkRect\20const&\2c\20SkClipOp\2c\20bool\29 +6830:skgpu::ganesh::Device::clipRRect\28SkRRect\20const&\2c\20SkClipOp\2c\20bool\29 +6831:skgpu::ganesh::Device::clipPath\28SkPath\20const&\2c\20SkClipOp\2c\20bool\29 +6832:skgpu::ganesh::Device::baseRecorder\28\29\20const +6833:skgpu::ganesh::Device::android_utils_clipWithStencil\28\29 +6834:skgpu::ganesh::DefaultPathRenderer::onStencilPath\28skgpu::ganesh::PathRenderer::StencilPathArgs\20const&\29 +6835:skgpu::ganesh::DefaultPathRenderer::onGetStencilSupport\28GrStyledShape\20const&\29\20const +6836:skgpu::ganesh::DefaultPathRenderer::onDrawPath\28skgpu::ganesh::PathRenderer::DrawPathArgs\20const&\29 +6837:skgpu::ganesh::DefaultPathRenderer::onCanDrawPath\28skgpu::ganesh::PathRenderer::CanDrawPathArgs\20const&\29\20const +6838:skgpu::ganesh::DefaultPathRenderer::name\28\29\20const +6839:skgpu::ganesh::DashOp::\28anonymous\20namespace\29::DashingLineEffect::name\28\29\20const +6840:skgpu::ganesh::DashOp::\28anonymous\20namespace\29::DashingLineEffect::makeProgramImpl\28GrShaderCaps\20const&\29\20const +6841:skgpu::ganesh::DashOp::\28anonymous\20namespace\29::DashingLineEffect::Impl::setData\28GrGLSLProgramDataManager\20const&\2c\20GrShaderCaps\20const&\2c\20GrGeometryProcessor\20const&\29 +6842:skgpu::ganesh::DashOp::\28anonymous\20namespace\29::DashingLineEffect::Impl::onEmitCode\28GrGeometryProcessor::ProgramImpl::EmitArgs&\2c\20GrGeometryProcessor::ProgramImpl::GrGPArgs*\29 +6843:skgpu::ganesh::DashOp::\28anonymous\20namespace\29::DashingCircleEffect::name\28\29\20const +6844:skgpu::ganesh::DashOp::\28anonymous\20namespace\29::DashingCircleEffect::makeProgramImpl\28GrShaderCaps\20const&\29\20const +6845:skgpu::ganesh::DashOp::\28anonymous\20namespace\29::DashingCircleEffect::Impl::setData\28GrGLSLProgramDataManager\20const&\2c\20GrShaderCaps\20const&\2c\20GrGeometryProcessor\20const&\29 +6846:skgpu::ganesh::DashOp::\28anonymous\20namespace\29::DashingCircleEffect::Impl::onEmitCode\28GrGeometryProcessor::ProgramImpl::EmitArgs&\2c\20GrGeometryProcessor::ProgramImpl::GrGPArgs*\29 +6847:skgpu::ganesh::DashOp::\28anonymous\20namespace\29::DashOpImpl::~DashOpImpl\28\29_11119 +6848:skgpu::ganesh::DashOp::\28anonymous\20namespace\29::DashOpImpl::~DashOpImpl\28\29 +6849:skgpu::ganesh::DashOp::\28anonymous\20namespace\29::DashOpImpl::visitProxies\28std::__2::function\20const&\29\20const +6850:skgpu::ganesh::DashOp::\28anonymous\20namespace\29::DashOpImpl::programInfo\28\29 +6851:skgpu::ganesh::DashOp::\28anonymous\20namespace\29::DashOpImpl::onPrepareDraws\28GrMeshDrawTarget*\29 +6852:skgpu::ganesh::DashOp::\28anonymous\20namespace\29::DashOpImpl::onExecute\28GrOpFlushState*\2c\20SkRect\20const&\29 +6853:skgpu::ganesh::DashOp::\28anonymous\20namespace\29::DashOpImpl::onCreateProgramInfo\28GrCaps\20const*\2c\20SkArenaAlloc*\2c\20GrSurfaceProxyView\20const&\2c\20bool\2c\20GrAppliedClip&&\2c\20GrDstProxyView\20const&\2c\20GrXferBarrierFlags\2c\20GrLoadOp\29 +6854:skgpu::ganesh::DashOp::\28anonymous\20namespace\29::DashOpImpl::onCombineIfPossible\28GrOp*\2c\20SkArenaAlloc*\2c\20GrCaps\20const&\29 +6855:skgpu::ganesh::DashOp::\28anonymous\20namespace\29::DashOpImpl::name\28\29\20const +6856:skgpu::ganesh::DashOp::\28anonymous\20namespace\29::DashOpImpl::fixedFunctionFlags\28\29\20const +6857:skgpu::ganesh::DashOp::\28anonymous\20namespace\29::DashOpImpl::finalize\28GrCaps\20const&\2c\20GrAppliedClip\20const*\2c\20GrClampType\29 +6858:skgpu::ganesh::DashLinePathRenderer::onDrawPath\28skgpu::ganesh::PathRenderer::DrawPathArgs\20const&\29 +6859:skgpu::ganesh::DashLinePathRenderer::onCanDrawPath\28skgpu::ganesh::PathRenderer::CanDrawPathArgs\20const&\29\20const +6860:skgpu::ganesh::DashLinePathRenderer::name\28\29\20const +6861:skgpu::ganesh::ClipStack::~ClipStack\28\29_8709 +6862:skgpu::ganesh::ClipStack::preApply\28SkRect\20const&\2c\20GrAA\29\20const +6863:skgpu::ganesh::ClipStack::apply\28GrRecordingContext*\2c\20skgpu::ganesh::SurfaceDrawContext*\2c\20GrDrawOp*\2c\20GrAAType\2c\20GrAppliedClip*\2c\20SkRect*\29\20const +6864:skgpu::ganesh::ClearOp::~ClearOp\28\29 +6865:skgpu::ganesh::ClearOp::onExecute\28GrOpFlushState*\2c\20SkRect\20const&\29 +6866:skgpu::ganesh::ClearOp::onCombineIfPossible\28GrOp*\2c\20SkArenaAlloc*\2c\20GrCaps\20const&\29 +6867:skgpu::ganesh::ClearOp::name\28\29\20const +6868:skgpu::ganesh::AtlasTextOp::~AtlasTextOp\28\29_11091 +6869:skgpu::ganesh::AtlasTextOp::~AtlasTextOp\28\29 +6870:skgpu::ganesh::AtlasTextOp::visitProxies\28std::__2::function\20const&\29\20const +6871:skgpu::ganesh::AtlasTextOp::onPrepareDraws\28GrMeshDrawTarget*\29 +6872:skgpu::ganesh::AtlasTextOp::onExecute\28GrOpFlushState*\2c\20SkRect\20const&\29 +6873:skgpu::ganesh::AtlasTextOp::onCombineIfPossible\28GrOp*\2c\20SkArenaAlloc*\2c\20GrCaps\20const&\29 +6874:skgpu::ganesh::AtlasTextOp::name\28\29\20const +6875:skgpu::ganesh::AtlasTextOp::finalize\28GrCaps\20const&\2c\20GrAppliedClip\20const*\2c\20GrClampType\29 +6876:skgpu::ganesh::AtlasRenderTask::~AtlasRenderTask\28\29_11071 +6877:skgpu::ganesh::AtlasRenderTask::~AtlasRenderTask\28\29 +6878:skgpu::ganesh::AtlasRenderTask::onMakeClosed\28GrRecordingContext*\2c\20SkIRect*\29 +6879:skgpu::ganesh::AtlasRenderTask::onExecute\28GrOpFlushState*\29 +6880:skgpu::ganesh::AtlasPathRenderer::~AtlasPathRenderer\28\29_11035 +6881:skgpu::ganesh::AtlasPathRenderer::~AtlasPathRenderer\28\29 +6882:skgpu::ganesh::AtlasPathRenderer::onDrawPath\28skgpu::ganesh::PathRenderer::DrawPathArgs\20const&\29 +6883:skgpu::ganesh::AtlasPathRenderer::onCanDrawPath\28skgpu::ganesh::PathRenderer::CanDrawPathArgs\20const&\29\20const +6884:skgpu::ganesh::AtlasPathRenderer::name\28\29\20const +6885:skgpu::ganesh::AALinearizingConvexPathRenderer::onDrawPath\28skgpu::ganesh::PathRenderer::DrawPathArgs\20const&\29 +6886:skgpu::ganesh::AALinearizingConvexPathRenderer::onCanDrawPath\28skgpu::ganesh::PathRenderer::CanDrawPathArgs\20const&\29\20const +6887:skgpu::ganesh::AALinearizingConvexPathRenderer::name\28\29\20const +6888:skgpu::ganesh::AAHairLinePathRenderer::onDrawPath\28skgpu::ganesh::PathRenderer::DrawPathArgs\20const&\29 +6889:skgpu::ganesh::AAHairLinePathRenderer::onCanDrawPath\28skgpu::ganesh::PathRenderer::CanDrawPathArgs\20const&\29\20const +6890:skgpu::ganesh::AAHairLinePathRenderer::name\28\29\20const +6891:skgpu::ganesh::AAConvexPathRenderer::onDrawPath\28skgpu::ganesh::PathRenderer::DrawPathArgs\20const&\29 +6892:skgpu::ganesh::AAConvexPathRenderer::onCanDrawPath\28skgpu::ganesh::PathRenderer::CanDrawPathArgs\20const&\29\20const +6893:skgpu::ganesh::AAConvexPathRenderer::name\28\29\20const +6894:skgpu::TAsyncReadResult::~TAsyncReadResult\28\29_10193 +6895:skgpu::TAsyncReadResult::rowBytes\28int\29\20const +6896:skgpu::TAsyncReadResult::data\28int\29\20const +6897:skgpu::StringKeyBuilder::~StringKeyBuilder\28\29_9621 +6898:skgpu::StringKeyBuilder::~StringKeyBuilder\28\29 +6899:skgpu::StringKeyBuilder::appendComment\28char\20const*\29 +6900:skgpu::StringKeyBuilder::addBits\28unsigned\20int\2c\20unsigned\20int\2c\20std::__2::basic_string_view>\29 +6901:skgpu::ShaderErrorHandler::compileError\28char\20const*\2c\20char\20const*\2c\20bool\29 +6902:skgpu::RectanizerSkyline::~RectanizerSkyline\28\29_12571 +6903:skgpu::RectanizerSkyline::~RectanizerSkyline\28\29 +6904:skgpu::RectanizerSkyline::reset\28\29 +6905:skgpu::RectanizerSkyline::percentFull\28\29\20const +6906:skgpu::RectanizerPow2::reset\28\29 +6907:skgpu::RectanizerPow2::percentFull\28\29\20const +6908:skgpu::RectanizerPow2::addRect\28int\2c\20int\2c\20SkIPoint16*\29 +6909:skgpu::Plot::~Plot\28\29_12546 +6910:skgpu::Plot::~Plot\28\29 +6911:skgpu::KeyBuilder::~KeyBuilder\28\29 +6912:skgpu::KeyBuilder::addBits\28unsigned\20int\2c\20unsigned\20int\2c\20std::__2::basic_string_view>\29 +6913:skgpu::DefaultShaderErrorHandler\28\29::DefaultShaderErrorHandler::compileError\28char\20const*\2c\20char\20const*\29 +6914:skcpu::bw_square_proc\28skcpu::PtProcRec\20const&\2c\20SkSpan\2c\20SkBlitter*\29 +6915:skcpu::bw_pt_hair_proc\28skcpu::PtProcRec\20const&\2c\20SkSpan\2c\20SkBlitter*\29 +6916:skcpu::bw_poly_hair_proc\28skcpu::PtProcRec\20const&\2c\20SkSpan\2c\20SkBlitter*\29 +6917:skcpu::bw_line_hair_proc\28skcpu::PtProcRec\20const&\2c\20SkSpan\2c\20SkBlitter*\29 +6918:skcpu::aa_square_proc\28skcpu::PtProcRec\20const&\2c\20SkSpan\2c\20SkBlitter*\29 +6919:skcpu::aa_poly_hair_proc\28skcpu::PtProcRec\20const&\2c\20SkSpan\2c\20SkBlitter*\29 +6920:skcpu::aa_line_hair_proc\28skcpu::PtProcRec\20const&\2c\20SkSpan\2c\20SkBlitter*\29 +6921:skcpu::Draw::~Draw\28\29 +6922:skcpu::Draw::paintMasks\28SkZip\2c\20SkPaint\20const&\29\20const +6923:sk_write_fn\28png_struct_def*\2c\20unsigned\20char*\2c\20unsigned\20long\29 +6924:sk_sp*\20emscripten::internal::MemberAccess>::getWire\28sk_sp\20SimpleImageInfo::*\20const&\2c\20SimpleImageInfo&\29 +6925:sk_read_user_chunk\28png_struct_def*\2c\20png_unknown_chunk_t*\29 +6926:sk_mmap_releaseproc\28void\20const*\2c\20void*\29 +6927:sk_ft_stream_io\28FT_StreamRec_*\2c\20unsigned\20long\2c\20unsigned\20char*\2c\20unsigned\20long\29 +6928:sk_ft_realloc\28FT_MemoryRec_*\2c\20long\2c\20long\2c\20void*\29 +6929:sk_ft_free\28FT_MemoryRec_*\2c\20void*\29 +6930:sk_ft_alloc\28FT_MemoryRec_*\2c\20long\29 +6931:sk_error_fn\28png_struct_def*\2c\20char\20const*\29_13057 +6932:sk_error_fn\28png_struct_def*\2c\20char\20const*\29 +6933:sfnt_table_info +6934:sfnt_load_face +6935:sfnt_is_postscript +6936:sfnt_is_alphanumeric +6937:sfnt_init_face +6938:sfnt_get_ps_name +6939:sfnt_get_name_index +6940:sfnt_get_name_id +6941:sfnt_get_interface +6942:sfnt_get_glyph_name +6943:sfnt_get_charset_id +6944:sfnt_done_face +6945:setup_syllables_use\28hb_ot_shape_plan_t\20const*\2c\20hb_font_t*\2c\20hb_buffer_t*\29 +6946:setup_syllables_myanmar\28hb_ot_shape_plan_t\20const*\2c\20hb_font_t*\2c\20hb_buffer_t*\29 +6947:setup_syllables_khmer\28hb_ot_shape_plan_t\20const*\2c\20hb_font_t*\2c\20hb_buffer_t*\29 +6948:setup_syllables_indic\28hb_ot_shape_plan_t\20const*\2c\20hb_font_t*\2c\20hb_buffer_t*\29 +6949:setup_masks_use\28hb_ot_shape_plan_t\20const*\2c\20hb_buffer_t*\2c\20hb_font_t*\29 +6950:setup_masks_myanmar\28hb_ot_shape_plan_t\20const*\2c\20hb_buffer_t*\2c\20hb_font_t*\29 +6951:setup_masks_khmer\28hb_ot_shape_plan_t\20const*\2c\20hb_buffer_t*\2c\20hb_font_t*\29 +6952:setup_masks_indic\28hb_ot_shape_plan_t\20const*\2c\20hb_buffer_t*\2c\20hb_font_t*\29 +6953:setup_masks_hangul\28hb_ot_shape_plan_t\20const*\2c\20hb_buffer_t*\2c\20hb_font_t*\29 +6954:setup_masks_arabic\28hb_ot_shape_plan_t\20const*\2c\20hb_buffer_t*\2c\20hb_font_t*\29 +6955:sep_upsample +6956:self_destruct +6957:save_marker +6958:sample8\28void*\2c\20unsigned\20char\20const*\2c\20int\2c\20int\2c\20int\2c\20int\2c\20unsigned\20int\20const*\29 +6959:sample6\28void*\2c\20unsigned\20char\20const*\2c\20int\2c\20int\2c\20int\2c\20int\2c\20unsigned\20int\20const*\29 +6960:sample4\28void*\2c\20unsigned\20char\20const*\2c\20int\2c\20int\2c\20int\2c\20int\2c\20unsigned\20int\20const*\29 +6961:sample2\28void*\2c\20unsigned\20char\20const*\2c\20int\2c\20int\2c\20int\2c\20int\2c\20unsigned\20int\20const*\29 +6962:sample1\28void*\2c\20unsigned\20char\20const*\2c\20int\2c\20int\2c\20int\2c\20int\2c\20unsigned\20int\20const*\29 +6963:rgb_rgb_convert +6964:rgb_rgb565_convert +6965:rgb_rgb565D_convert +6966:rgb_gray_convert +6967:reverse_hit_compare_y\28SkOpRayHit\20const*\2c\20SkOpRayHit\20const*\29 +6968:reverse_hit_compare_x\28SkOpRayHit\20const*\2c\20SkOpRayHit\20const*\29 +6969:reset_marker_reader +6970:reset_input_controller +6971:reset_error_mgr +6972:request_virt_sarray +6973:request_virt_barray +6974:reorder_use\28hb_ot_shape_plan_t\20const*\2c\20hb_font_t*\2c\20hb_buffer_t*\29 +6975:reorder_myanmar\28hb_ot_shape_plan_t\20const*\2c\20hb_font_t*\2c\20hb_buffer_t*\29 +6976:reorder_marks_hebrew\28hb_ot_shape_plan_t\20const*\2c\20hb_buffer_t*\2c\20unsigned\20int\2c\20unsigned\20int\29 +6977:reorder_marks_arabic\28hb_ot_shape_plan_t\20const*\2c\20hb_buffer_t*\2c\20unsigned\20int\2c\20unsigned\20int\29 +6978:reorder_khmer\28hb_ot_shape_plan_t\20const*\2c\20hb_font_t*\2c\20hb_buffer_t*\29 +6979:release_data\28void*\2c\20void*\29 +6980:record_stch\28hb_ot_shape_plan_t\20const*\2c\20hb_font_t*\2c\20hb_buffer_t*\29 +6981:record_rphf_use\28hb_ot_shape_plan_t\20const*\2c\20hb_font_t*\2c\20hb_buffer_t*\29 +6982:record_pref_use\28hb_ot_shape_plan_t\20const*\2c\20hb_font_t*\2c\20hb_buffer_t*\29 +6983:realize_virt_arrays +6984:read_restart_marker +6985:read_markers +6986:read_data_from_FT_Stream +6987:quantize_ord_dither +6988:quantize_fs_dither +6989:quantize3_ord_dither +6990:psnames_get_service +6991:pshinter_get_t2_funcs +6992:pshinter_get_t1_funcs +6993:pshinter_get_globals_funcs +6994:psh_globals_new +6995:psh_globals_destroy +6996:psaux_get_glyph_name +6997:ps_table_release +6998:ps_table_new +6999:ps_table_done +7000:ps_table_add +7001:ps_property_set +7002:ps_property_get +7003:ps_parser_to_token_array +7004:ps_parser_to_int +7005:ps_parser_to_fixed_array +7006:ps_parser_to_fixed +7007:ps_parser_to_coord_array +7008:ps_parser_to_bytes +7009:ps_parser_skip_spaces +7010:ps_parser_load_field_table +7011:ps_parser_init +7012:ps_hints_t2mask +7013:ps_hints_t2counter +7014:ps_hints_t1stem3 +7015:ps_hints_t1reset +7016:ps_hints_close +7017:ps_hints_apply +7018:ps_hinter_init +7019:ps_hinter_done +7020:ps_get_standard_strings +7021:ps_get_macintosh_name +7022:ps_decoder_init +7023:ps_builder_init +7024:progress_monitor\28jpeg_common_struct*\29 +7025:process_data_simple_main +7026:process_data_crank_post +7027:process_data_context_main +7028:prescan_quantize +7029:preprocess_text_use\28hb_ot_shape_plan_t\20const*\2c\20hb_buffer_t*\2c\20hb_font_t*\29 +7030:preprocess_text_thai\28hb_ot_shape_plan_t\20const*\2c\20hb_buffer_t*\2c\20hb_font_t*\29 +7031:preprocess_text_indic\28hb_ot_shape_plan_t\20const*\2c\20hb_buffer_t*\2c\20hb_font_t*\29 +7032:preprocess_text_hangul\28hb_ot_shape_plan_t\20const*\2c\20hb_buffer_t*\2c\20hb_font_t*\29 +7033:prepare_for_output_pass +7034:premultiply_data +7035:premul_rgb\28SkRGBA4f<\28SkAlphaType\292>\29 +7036:premul_polar\28SkRGBA4f<\28SkAlphaType\292>\29 +7037:postprocess_glyphs_arabic\28hb_ot_shape_plan_t\20const*\2c\20hb_buffer_t*\2c\20hb_font_t*\29 +7038:post_process_prepass +7039:post_process_2pass +7040:post_process_1pass +7041:portable::xy_to_unit_angle\28portable::Params*\2c\20SkRasterPipelineStage*\2c\20float\2c\20float\2c\20float\2c\20float\29 +7042:portable::xy_to_radius\28portable::Params*\2c\20SkRasterPipelineStage*\2c\20float\2c\20float\2c\20float\2c\20float\29 +7043:portable::xy_to_2pt_conical_well_behaved\28portable::Params*\2c\20SkRasterPipelineStage*\2c\20float\2c\20float\2c\20float\2c\20float\29 +7044:portable::xy_to_2pt_conical_strip\28portable::Params*\2c\20SkRasterPipelineStage*\2c\20float\2c\20float\2c\20float\2c\20float\29 +7045:portable::xy_to_2pt_conical_smaller\28portable::Params*\2c\20SkRasterPipelineStage*\2c\20float\2c\20float\2c\20float\2c\20float\29 +7046:portable::xy_to_2pt_conical_greater\28portable::Params*\2c\20SkRasterPipelineStage*\2c\20float\2c\20float\2c\20float\2c\20float\29 +7047:portable::xy_to_2pt_conical_focal_on_circle\28portable::Params*\2c\20SkRasterPipelineStage*\2c\20float\2c\20float\2c\20float\2c\20float\29 +7048:portable::xor_\28portable::Params*\2c\20SkRasterPipelineStage*\2c\20float\2c\20float\2c\20float\2c\20float\29 +7049:portable::white_color\28portable::Params*\2c\20SkRasterPipelineStage*\2c\20float\2c\20float\2c\20float\2c\20float\29 +7050:portable::unpremul_polar\28portable::Params*\2c\20SkRasterPipelineStage*\2c\20float\2c\20float\2c\20float\2c\20float\29 +7051:portable::unpremul\28portable::Params*\2c\20SkRasterPipelineStage*\2c\20float\2c\20float\2c\20float\2c\20float\29 +7052:portable::uniform_color_dst\28portable::Params*\2c\20SkRasterPipelineStage*\2c\20float\2c\20float\2c\20float\2c\20float\29 +7053:portable::trace_var\28portable::Params*\2c\20SkRasterPipelineStage*\2c\20float\2c\20float\2c\20float\2c\20float\29 +7054:portable::trace_scope\28portable::Params*\2c\20SkRasterPipelineStage*\2c\20float\2c\20float\2c\20float\2c\20float\29 +7055:portable::trace_line\28portable::Params*\2c\20SkRasterPipelineStage*\2c\20float\2c\20float\2c\20float\2c\20float\29 +7056:portable::trace_exit\28portable::Params*\2c\20SkRasterPipelineStage*\2c\20float\2c\20float\2c\20float\2c\20float\29 +7057:portable::trace_enter\28portable::Params*\2c\20SkRasterPipelineStage*\2c\20float\2c\20float\2c\20float\2c\20float\29 +7058:portable::tan_float\28portable::Params*\2c\20SkRasterPipelineStage*\2c\20float\2c\20float\2c\20float\2c\20float\29 +7059:portable::swizzle_copy_to_indirect_masked\28portable::Params*\2c\20SkRasterPipelineStage*\2c\20float\2c\20float\2c\20float\2c\20float\29 +7060:portable::swizzle_copy_slot_masked\28portable::Params*\2c\20SkRasterPipelineStage*\2c\20float\2c\20float\2c\20float\2c\20float\29 +7061:portable::swizzle_copy_4_slots_masked\28portable::Params*\2c\20SkRasterPipelineStage*\2c\20float\2c\20float\2c\20float\2c\20float\29 +7062:portable::swizzle_copy_3_slots_masked\28portable::Params*\2c\20SkRasterPipelineStage*\2c\20float\2c\20float\2c\20float\2c\20float\29 +7063:portable::swizzle_copy_2_slots_masked\28portable::Params*\2c\20SkRasterPipelineStage*\2c\20float\2c\20float\2c\20float\2c\20float\29 +7064:portable::swizzle_4\28portable::Params*\2c\20SkRasterPipelineStage*\2c\20float\2c\20float\2c\20float\2c\20float\29 +7065:portable::swizzle_3\28portable::Params*\2c\20SkRasterPipelineStage*\2c\20float\2c\20float\2c\20float\2c\20float\29 +7066:portable::swizzle_2\28portable::Params*\2c\20SkRasterPipelineStage*\2c\20float\2c\20float\2c\20float\2c\20float\29 +7067:portable::swizzle_1\28portable::Params*\2c\20SkRasterPipelineStage*\2c\20float\2c\20float\2c\20float\2c\20float\29 +7068:portable::swizzle\28portable::Params*\2c\20SkRasterPipelineStage*\2c\20float\2c\20float\2c\20float\2c\20float\29 +7069:portable::swap_src_dst\28portable::Params*\2c\20SkRasterPipelineStage*\2c\20float\2c\20float\2c\20float\2c\20float\29 +7070:portable::swap_rb_dst\28portable::Params*\2c\20SkRasterPipelineStage*\2c\20float\2c\20float\2c\20float\2c\20float\29 +7071:portable::swap_rb\28portable::Params*\2c\20SkRasterPipelineStage*\2c\20float\2c\20float\2c\20float\2c\20float\29 +7072:portable::sub_n_ints\28portable::Params*\2c\20SkRasterPipelineStage*\2c\20float\2c\20float\2c\20float\2c\20float\29 +7073:portable::sub_n_floats\28portable::Params*\2c\20SkRasterPipelineStage*\2c\20float\2c\20float\2c\20float\2c\20float\29 +7074:portable::sub_int\28portable::Params*\2c\20SkRasterPipelineStage*\2c\20float\2c\20float\2c\20float\2c\20float\29 +7075:portable::sub_float\28portable::Params*\2c\20SkRasterPipelineStage*\2c\20float\2c\20float\2c\20float\2c\20float\29 +7076:portable::sub_4_ints\28portable::Params*\2c\20SkRasterPipelineStage*\2c\20float\2c\20float\2c\20float\2c\20float\29 +7077:portable::sub_4_floats\28portable::Params*\2c\20SkRasterPipelineStage*\2c\20float\2c\20float\2c\20float\2c\20float\29 +7078:portable::sub_3_ints\28portable::Params*\2c\20SkRasterPipelineStage*\2c\20float\2c\20float\2c\20float\2c\20float\29 +7079:portable::sub_3_floats\28portable::Params*\2c\20SkRasterPipelineStage*\2c\20float\2c\20float\2c\20float\2c\20float\29 +7080:portable::sub_2_ints\28portable::Params*\2c\20SkRasterPipelineStage*\2c\20float\2c\20float\2c\20float\2c\20float\29 +7081:portable::sub_2_floats\28portable::Params*\2c\20SkRasterPipelineStage*\2c\20float\2c\20float\2c\20float\2c\20float\29 +7082:portable::store_src_rg\28portable::Params*\2c\20SkRasterPipelineStage*\2c\20float\2c\20float\2c\20float\2c\20float\29 +7083:portable::store_src_a\28portable::Params*\2c\20SkRasterPipelineStage*\2c\20float\2c\20float\2c\20float\2c\20float\29 +7084:portable::store_src\28portable::Params*\2c\20SkRasterPipelineStage*\2c\20float\2c\20float\2c\20float\2c\20float\29 +7085:portable::store_rgf16\28portable::Params*\2c\20SkRasterPipelineStage*\2c\20float\2c\20float\2c\20float\2c\20float\29 +7086:portable::store_rg88\28portable::Params*\2c\20SkRasterPipelineStage*\2c\20float\2c\20float\2c\20float\2c\20float\29 +7087:portable::store_rg1616\28portable::Params*\2c\20SkRasterPipelineStage*\2c\20float\2c\20float\2c\20float\2c\20float\29 +7088:portable::store_return_mask\28portable::Params*\2c\20SkRasterPipelineStage*\2c\20float\2c\20float\2c\20float\2c\20float\29 +7089:portable::store_r8\28portable::Params*\2c\20SkRasterPipelineStage*\2c\20float\2c\20float\2c\20float\2c\20float\29 +7090:portable::store_loop_mask\28portable::Params*\2c\20SkRasterPipelineStage*\2c\20float\2c\20float\2c\20float\2c\20float\29 +7091:portable::store_f32\28portable::Params*\2c\20SkRasterPipelineStage*\2c\20float\2c\20float\2c\20float\2c\20float\29 +7092:portable::store_f16\28portable::Params*\2c\20SkRasterPipelineStage*\2c\20float\2c\20float\2c\20float\2c\20float\29 +7093:portable::store_dst\28portable::Params*\2c\20SkRasterPipelineStage*\2c\20float\2c\20float\2c\20float\2c\20float\29 +7094:portable::store_device_xy01\28portable::Params*\2c\20SkRasterPipelineStage*\2c\20float\2c\20float\2c\20float\2c\20float\29 +7095:portable::store_condition_mask\28portable::Params*\2c\20SkRasterPipelineStage*\2c\20float\2c\20float\2c\20float\2c\20float\29 +7096:portable::store_af16\28portable::Params*\2c\20SkRasterPipelineStage*\2c\20float\2c\20float\2c\20float\2c\20float\29 +7097:portable::store_a8\28portable::Params*\2c\20SkRasterPipelineStage*\2c\20float\2c\20float\2c\20float\2c\20float\29 +7098:portable::store_a16\28portable::Params*\2c\20SkRasterPipelineStage*\2c\20float\2c\20float\2c\20float\2c\20float\29 +7099:portable::store_8888\28portable::Params*\2c\20SkRasterPipelineStage*\2c\20float\2c\20float\2c\20float\2c\20float\29 +7100:portable::store_565\28portable::Params*\2c\20SkRasterPipelineStage*\2c\20float\2c\20float\2c\20float\2c\20float\29 +7101:portable::store_4444\28portable::Params*\2c\20SkRasterPipelineStage*\2c\20float\2c\20float\2c\20float\2c\20float\29 +7102:portable::store_16161616\28portable::Params*\2c\20SkRasterPipelineStage*\2c\20float\2c\20float\2c\20float\2c\20float\29 +7103:portable::store_10x6\28portable::Params*\2c\20SkRasterPipelineStage*\2c\20float\2c\20float\2c\20float\2c\20float\29 +7104:portable::store_1010102_xr\28portable::Params*\2c\20SkRasterPipelineStage*\2c\20float\2c\20float\2c\20float\2c\20float\29 +7105:portable::store_1010102\28portable::Params*\2c\20SkRasterPipelineStage*\2c\20float\2c\20float\2c\20float\2c\20float\29 +7106:portable::store_10101010_xr\28portable::Params*\2c\20SkRasterPipelineStage*\2c\20float\2c\20float\2c\20float\2c\20float\29 +7107:portable::start_pipeline\28unsigned\20long\2c\20unsigned\20long\2c\20unsigned\20long\2c\20unsigned\20long\2c\20SkRasterPipelineStage*\2c\20SkSpan\2c\20unsigned\20char*\29 +7108:portable::stack_rewind\28portable::Params*\2c\20SkRasterPipelineStage*\2c\20float\2c\20float\2c\20float\2c\20float\29 +7109:portable::stack_checkpoint\28portable::Params*\2c\20SkRasterPipelineStage*\2c\20float\2c\20float\2c\20float\2c\20float\29 +7110:portable::srcover_rgba_8888\28portable::Params*\2c\20SkRasterPipelineStage*\2c\20float\2c\20float\2c\20float\2c\20float\29 +7111:portable::srcover\28portable::Params*\2c\20SkRasterPipelineStage*\2c\20float\2c\20float\2c\20float\2c\20float\29 +7112:portable::srcout\28portable::Params*\2c\20SkRasterPipelineStage*\2c\20float\2c\20float\2c\20float\2c\20float\29 +7113:portable::srcin\28portable::Params*\2c\20SkRasterPipelineStage*\2c\20float\2c\20float\2c\20float\2c\20float\29 +7114:portable::srcatop\28portable::Params*\2c\20SkRasterPipelineStage*\2c\20float\2c\20float\2c\20float\2c\20float\29 +7115:portable::sqrt_float\28portable::Params*\2c\20SkRasterPipelineStage*\2c\20float\2c\20float\2c\20float\2c\20float\29 +7116:portable::splat_4_constants\28portable::Params*\2c\20SkRasterPipelineStage*\2c\20float\2c\20float\2c\20float\2c\20float\29 +7117:portable::splat_3_constants\28portable::Params*\2c\20SkRasterPipelineStage*\2c\20float\2c\20float\2c\20float\2c\20float\29 +7118:portable::splat_2_constants\28portable::Params*\2c\20SkRasterPipelineStage*\2c\20float\2c\20float\2c\20float\2c\20float\29 +7119:portable::softlight\28portable::Params*\2c\20SkRasterPipelineStage*\2c\20float\2c\20float\2c\20float\2c\20float\29 +7120:portable::smoothstep_n_floats\28portable::Params*\2c\20SkRasterPipelineStage*\2c\20float\2c\20float\2c\20float\2c\20float\29 +7121:portable::sin_float\28portable::Params*\2c\20SkRasterPipelineStage*\2c\20float\2c\20float\2c\20float\2c\20float\29 +7122:portable::shuffle\28portable::Params*\2c\20SkRasterPipelineStage*\2c\20float\2c\20float\2c\20float\2c\20float\29 +7123:portable::set_base_pointer\28portable::Params*\2c\20SkRasterPipelineStage*\2c\20float\2c\20float\2c\20float\2c\20float\29 +7124:portable::seed_shader\28portable::Params*\2c\20SkRasterPipelineStage*\2c\20float\2c\20float\2c\20float\2c\20float\29 +7125:portable::screen\28portable::Params*\2c\20SkRasterPipelineStage*\2c\20float\2c\20float\2c\20float\2c\20float\29 +7126:portable::scale_u8\28portable::Params*\2c\20SkRasterPipelineStage*\2c\20float\2c\20float\2c\20float\2c\20float\29 +7127:portable::scale_native\28portable::Params*\2c\20SkRasterPipelineStage*\2c\20float\2c\20float\2c\20float\2c\20float\29 +7128:portable::scale_565\28portable::Params*\2c\20SkRasterPipelineStage*\2c\20float\2c\20float\2c\20float\2c\20float\29 +7129:portable::scale_1_float\28portable::Params*\2c\20SkRasterPipelineStage*\2c\20float\2c\20float\2c\20float\2c\20float\29 +7130:portable::saturation\28portable::Params*\2c\20SkRasterPipelineStage*\2c\20float\2c\20float\2c\20float\2c\20float\29 +7131:portable::rgb_to_hsl\28portable::Params*\2c\20SkRasterPipelineStage*\2c\20float\2c\20float\2c\20float\2c\20float\29 +7132:portable::repeat_y\28portable::Params*\2c\20SkRasterPipelineStage*\2c\20float\2c\20float\2c\20float\2c\20float\29 +7133:portable::repeat_x_1\28portable::Params*\2c\20SkRasterPipelineStage*\2c\20float\2c\20float\2c\20float\2c\20float\29 +7134:portable::repeat_x\28portable::Params*\2c\20SkRasterPipelineStage*\2c\20float\2c\20float\2c\20float\2c\20float\29 +7135:portable::refract_4_floats\28portable::Params*\2c\20SkRasterPipelineStage*\2c\20float\2c\20float\2c\20float\2c\20float\29 +7136:portable::reenable_loop_mask\28portable::Params*\2c\20SkRasterPipelineStage*\2c\20float\2c\20float\2c\20float\2c\20float\29 +7137:portable::rect_memset64\28unsigned\20long\20long*\2c\20unsigned\20long\20long\2c\20int\2c\20unsigned\20long\2c\20int\29 +7138:portable::rect_memset32\28unsigned\20int*\2c\20unsigned\20int\2c\20int\2c\20unsigned\20long\2c\20int\29 +7139:portable::rect_memset16\28unsigned\20short*\2c\20unsigned\20short\2c\20int\2c\20unsigned\20long\2c\20int\29 +7140:portable::premul_dst\28portable::Params*\2c\20SkRasterPipelineStage*\2c\20float\2c\20float\2c\20float\2c\20float\29 +7141:portable::premul\28portable::Params*\2c\20SkRasterPipelineStage*\2c\20float\2c\20float\2c\20float\2c\20float\29 +7142:portable::pow_n_floats\28portable::Params*\2c\20SkRasterPipelineStage*\2c\20float\2c\20float\2c\20float\2c\20float\29 +7143:portable::plus_\28portable::Params*\2c\20SkRasterPipelineStage*\2c\20float\2c\20float\2c\20float\2c\20float\29 +7144:portable::perlin_noise\28portable::Params*\2c\20SkRasterPipelineStage*\2c\20float\2c\20float\2c\20float\2c\20float\29 +7145:portable::parametric\28portable::Params*\2c\20SkRasterPipelineStage*\2c\20float\2c\20float\2c\20float\2c\20float\29 +7146:portable::overlay\28portable::Params*\2c\20SkRasterPipelineStage*\2c\20float\2c\20float\2c\20float\2c\20float\29 +7147:portable::ootf\28portable::Params*\2c\20SkRasterPipelineStage*\2c\20float\2c\20float\2c\20float\2c\20float\29 +7148:portable::negate_x\28portable::Params*\2c\20SkRasterPipelineStage*\2c\20float\2c\20float\2c\20float\2c\20float\29 +7149:portable::multiply\28portable::Params*\2c\20SkRasterPipelineStage*\2c\20float\2c\20float\2c\20float\2c\20float\29 +7150:portable::mul_n_ints\28portable::Params*\2c\20SkRasterPipelineStage*\2c\20float\2c\20float\2c\20float\2c\20float\29 +7151:portable::mul_n_floats\28portable::Params*\2c\20SkRasterPipelineStage*\2c\20float\2c\20float\2c\20float\2c\20float\29 +7152:portable::mul_int\28portable::Params*\2c\20SkRasterPipelineStage*\2c\20float\2c\20float\2c\20float\2c\20float\29 +7153:portable::mul_imm_int\28portable::Params*\2c\20SkRasterPipelineStage*\2c\20float\2c\20float\2c\20float\2c\20float\29 +7154:portable::mul_imm_float\28portable::Params*\2c\20SkRasterPipelineStage*\2c\20float\2c\20float\2c\20float\2c\20float\29 +7155:portable::mul_float\28portable::Params*\2c\20SkRasterPipelineStage*\2c\20float\2c\20float\2c\20float\2c\20float\29 +7156:portable::mul_4_ints\28portable::Params*\2c\20SkRasterPipelineStage*\2c\20float\2c\20float\2c\20float\2c\20float\29 +7157:portable::mul_4_floats\28portable::Params*\2c\20SkRasterPipelineStage*\2c\20float\2c\20float\2c\20float\2c\20float\29 +7158:portable::mul_3_ints\28portable::Params*\2c\20SkRasterPipelineStage*\2c\20float\2c\20float\2c\20float\2c\20float\29 +7159:portable::mul_3_floats\28portable::Params*\2c\20SkRasterPipelineStage*\2c\20float\2c\20float\2c\20float\2c\20float\29 +7160:portable::mul_2_ints\28portable::Params*\2c\20SkRasterPipelineStage*\2c\20float\2c\20float\2c\20float\2c\20float\29 +7161:portable::mul_2_floats\28portable::Params*\2c\20SkRasterPipelineStage*\2c\20float\2c\20float\2c\20float\2c\20float\29 +7162:portable::move_src_dst\28portable::Params*\2c\20SkRasterPipelineStage*\2c\20float\2c\20float\2c\20float\2c\20float\29 +7163:portable::move_dst_src\28portable::Params*\2c\20SkRasterPipelineStage*\2c\20float\2c\20float\2c\20float\2c\20float\29 +7164:portable::modulate\28portable::Params*\2c\20SkRasterPipelineStage*\2c\20float\2c\20float\2c\20float\2c\20float\29 +7165:portable::mod_n_floats\28portable::Params*\2c\20SkRasterPipelineStage*\2c\20float\2c\20float\2c\20float\2c\20float\29 +7166:portable::mod_float\28portable::Params*\2c\20SkRasterPipelineStage*\2c\20float\2c\20float\2c\20float\2c\20float\29 +7167:portable::mod_4_floats\28portable::Params*\2c\20SkRasterPipelineStage*\2c\20float\2c\20float\2c\20float\2c\20float\29 +7168:portable::mod_3_floats\28portable::Params*\2c\20SkRasterPipelineStage*\2c\20float\2c\20float\2c\20float\2c\20float\29 +7169:portable::mod_2_floats\28portable::Params*\2c\20SkRasterPipelineStage*\2c\20float\2c\20float\2c\20float\2c\20float\29 +7170:portable::mix_n_ints\28portable::Params*\2c\20SkRasterPipelineStage*\2c\20float\2c\20float\2c\20float\2c\20float\29 +7171:portable::mix_n_floats\28portable::Params*\2c\20SkRasterPipelineStage*\2c\20float\2c\20float\2c\20float\2c\20float\29 +7172:portable::mix_int\28portable::Params*\2c\20SkRasterPipelineStage*\2c\20float\2c\20float\2c\20float\2c\20float\29 +7173:portable::mix_float\28portable::Params*\2c\20SkRasterPipelineStage*\2c\20float\2c\20float\2c\20float\2c\20float\29 +7174:portable::mix_4_ints\28portable::Params*\2c\20SkRasterPipelineStage*\2c\20float\2c\20float\2c\20float\2c\20float\29 +7175:portable::mix_4_floats\28portable::Params*\2c\20SkRasterPipelineStage*\2c\20float\2c\20float\2c\20float\2c\20float\29 +7176:portable::mix_3_ints\28portable::Params*\2c\20SkRasterPipelineStage*\2c\20float\2c\20float\2c\20float\2c\20float\29 +7177:portable::mix_3_floats\28portable::Params*\2c\20SkRasterPipelineStage*\2c\20float\2c\20float\2c\20float\2c\20float\29 +7178:portable::mix_2_ints\28portable::Params*\2c\20SkRasterPipelineStage*\2c\20float\2c\20float\2c\20float\2c\20float\29 +7179:portable::mix_2_floats\28portable::Params*\2c\20SkRasterPipelineStage*\2c\20float\2c\20float\2c\20float\2c\20float\29 +7180:portable::mirror_y\28portable::Params*\2c\20SkRasterPipelineStage*\2c\20float\2c\20float\2c\20float\2c\20float\29 +7181:portable::mirror_x_1\28portable::Params*\2c\20SkRasterPipelineStage*\2c\20float\2c\20float\2c\20float\2c\20float\29 +7182:portable::mirror_x\28portable::Params*\2c\20SkRasterPipelineStage*\2c\20float\2c\20float\2c\20float\2c\20float\29 +7183:portable::mipmap_linear_update\28portable::Params*\2c\20SkRasterPipelineStage*\2c\20float\2c\20float\2c\20float\2c\20float\29 +7184:portable::mipmap_linear_init\28portable::Params*\2c\20SkRasterPipelineStage*\2c\20float\2c\20float\2c\20float\2c\20float\29 +7185:portable::mipmap_linear_finish\28portable::Params*\2c\20SkRasterPipelineStage*\2c\20float\2c\20float\2c\20float\2c\20float\29 +7186:portable::min_uint\28portable::Params*\2c\20SkRasterPipelineStage*\2c\20float\2c\20float\2c\20float\2c\20float\29 +7187:portable::min_n_uints\28portable::Params*\2c\20SkRasterPipelineStage*\2c\20float\2c\20float\2c\20float\2c\20float\29 +7188:portable::min_n_ints\28portable::Params*\2c\20SkRasterPipelineStage*\2c\20float\2c\20float\2c\20float\2c\20float\29 +7189:portable::min_n_floats\28portable::Params*\2c\20SkRasterPipelineStage*\2c\20float\2c\20float\2c\20float\2c\20float\29 +7190:portable::min_int\28portable::Params*\2c\20SkRasterPipelineStage*\2c\20float\2c\20float\2c\20float\2c\20float\29 +7191:portable::min_imm_float\28portable::Params*\2c\20SkRasterPipelineStage*\2c\20float\2c\20float\2c\20float\2c\20float\29 +7192:portable::min_float\28portable::Params*\2c\20SkRasterPipelineStage*\2c\20float\2c\20float\2c\20float\2c\20float\29 +7193:portable::min_4_uints\28portable::Params*\2c\20SkRasterPipelineStage*\2c\20float\2c\20float\2c\20float\2c\20float\29 +7194:portable::min_4_ints\28portable::Params*\2c\20SkRasterPipelineStage*\2c\20float\2c\20float\2c\20float\2c\20float\29 +7195:portable::min_4_floats\28portable::Params*\2c\20SkRasterPipelineStage*\2c\20float\2c\20float\2c\20float\2c\20float\29 +7196:portable::min_3_uints\28portable::Params*\2c\20SkRasterPipelineStage*\2c\20float\2c\20float\2c\20float\2c\20float\29 +7197:portable::min_3_ints\28portable::Params*\2c\20SkRasterPipelineStage*\2c\20float\2c\20float\2c\20float\2c\20float\29 +7198:portable::min_3_floats\28portable::Params*\2c\20SkRasterPipelineStage*\2c\20float\2c\20float\2c\20float\2c\20float\29 +7199:portable::min_2_uints\28portable::Params*\2c\20SkRasterPipelineStage*\2c\20float\2c\20float\2c\20float\2c\20float\29 +7200:portable::min_2_ints\28portable::Params*\2c\20SkRasterPipelineStage*\2c\20float\2c\20float\2c\20float\2c\20float\29 +7201:portable::min_2_floats\28portable::Params*\2c\20SkRasterPipelineStage*\2c\20float\2c\20float\2c\20float\2c\20float\29 +7202:portable::merge_loop_mask\28portable::Params*\2c\20SkRasterPipelineStage*\2c\20float\2c\20float\2c\20float\2c\20float\29 +7203:portable::merge_inv_condition_mask\28portable::Params*\2c\20SkRasterPipelineStage*\2c\20float\2c\20float\2c\20float\2c\20float\29 +7204:portable::merge_condition_mask\28portable::Params*\2c\20SkRasterPipelineStage*\2c\20float\2c\20float\2c\20float\2c\20float\29 +7205:portable::memset32\28unsigned\20int*\2c\20unsigned\20int\2c\20int\29 +7206:portable::memset16\28unsigned\20short*\2c\20unsigned\20short\2c\20int\29 +7207:portable::max_uint\28portable::Params*\2c\20SkRasterPipelineStage*\2c\20float\2c\20float\2c\20float\2c\20float\29 +7208:portable::max_n_uints\28portable::Params*\2c\20SkRasterPipelineStage*\2c\20float\2c\20float\2c\20float\2c\20float\29 +7209:portable::max_n_ints\28portable::Params*\2c\20SkRasterPipelineStage*\2c\20float\2c\20float\2c\20float\2c\20float\29 +7210:portable::max_n_floats\28portable::Params*\2c\20SkRasterPipelineStage*\2c\20float\2c\20float\2c\20float\2c\20float\29 +7211:portable::max_int\28portable::Params*\2c\20SkRasterPipelineStage*\2c\20float\2c\20float\2c\20float\2c\20float\29 +7212:portable::max_imm_float\28portable::Params*\2c\20SkRasterPipelineStage*\2c\20float\2c\20float\2c\20float\2c\20float\29 +7213:portable::max_float\28portable::Params*\2c\20SkRasterPipelineStage*\2c\20float\2c\20float\2c\20float\2c\20float\29 +7214:portable::max_4_uints\28portable::Params*\2c\20SkRasterPipelineStage*\2c\20float\2c\20float\2c\20float\2c\20float\29 +7215:portable::max_4_ints\28portable::Params*\2c\20SkRasterPipelineStage*\2c\20float\2c\20float\2c\20float\2c\20float\29 +7216:portable::max_4_floats\28portable::Params*\2c\20SkRasterPipelineStage*\2c\20float\2c\20float\2c\20float\2c\20float\29 +7217:portable::max_3_uints\28portable::Params*\2c\20SkRasterPipelineStage*\2c\20float\2c\20float\2c\20float\2c\20float\29 +7218:portable::max_3_ints\28portable::Params*\2c\20SkRasterPipelineStage*\2c\20float\2c\20float\2c\20float\2c\20float\29 +7219:portable::max_3_floats\28portable::Params*\2c\20SkRasterPipelineStage*\2c\20float\2c\20float\2c\20float\2c\20float\29 +7220:portable::max_2_uints\28portable::Params*\2c\20SkRasterPipelineStage*\2c\20float\2c\20float\2c\20float\2c\20float\29 +7221:portable::max_2_ints\28portable::Params*\2c\20SkRasterPipelineStage*\2c\20float\2c\20float\2c\20float\2c\20float\29 +7222:portable::max_2_floats\28portable::Params*\2c\20SkRasterPipelineStage*\2c\20float\2c\20float\2c\20float\2c\20float\29 +7223:portable::matrix_translate\28portable::Params*\2c\20SkRasterPipelineStage*\2c\20float\2c\20float\2c\20float\2c\20float\29 +7224:portable::matrix_scale_translate\28portable::Params*\2c\20SkRasterPipelineStage*\2c\20float\2c\20float\2c\20float\2c\20float\29 +7225:portable::matrix_perspective\28portable::Params*\2c\20SkRasterPipelineStage*\2c\20float\2c\20float\2c\20float\2c\20float\29 +7226:portable::matrix_multiply_4\28portable::Params*\2c\20SkRasterPipelineStage*\2c\20float\2c\20float\2c\20float\2c\20float\29 +7227:portable::matrix_multiply_3\28portable::Params*\2c\20SkRasterPipelineStage*\2c\20float\2c\20float\2c\20float\2c\20float\29 +7228:portable::matrix_multiply_2\28portable::Params*\2c\20SkRasterPipelineStage*\2c\20float\2c\20float\2c\20float\2c\20float\29 +7229:portable::matrix_4x5\28portable::Params*\2c\20SkRasterPipelineStage*\2c\20float\2c\20float\2c\20float\2c\20float\29 +7230:portable::matrix_4x3\28portable::Params*\2c\20SkRasterPipelineStage*\2c\20float\2c\20float\2c\20float\2c\20float\29 +7231:portable::matrix_3x4\28portable::Params*\2c\20SkRasterPipelineStage*\2c\20float\2c\20float\2c\20float\2c\20float\29 +7232:portable::matrix_3x3\28portable::Params*\2c\20SkRasterPipelineStage*\2c\20float\2c\20float\2c\20float\2c\20float\29 +7233:portable::matrix_2x3\28portable::Params*\2c\20SkRasterPipelineStage*\2c\20float\2c\20float\2c\20float\2c\20float\29 +7234:portable::mask_off_return_mask\28portable::Params*\2c\20SkRasterPipelineStage*\2c\20float\2c\20float\2c\20float\2c\20float\29 +7235:portable::mask_off_loop_mask\28portable::Params*\2c\20SkRasterPipelineStage*\2c\20float\2c\20float\2c\20float\2c\20float\29 +7236:portable::mask_2pt_conical_nan\28portable::Params*\2c\20SkRasterPipelineStage*\2c\20float\2c\20float\2c\20float\2c\20float\29 +7237:portable::mask_2pt_conical_degenerates\28portable::Params*\2c\20SkRasterPipelineStage*\2c\20float\2c\20float\2c\20float\2c\20float\29 +7238:portable::luminosity\28portable::Params*\2c\20SkRasterPipelineStage*\2c\20float\2c\20float\2c\20float\2c\20float\29 +7239:portable::log_float\28portable::Params*\2c\20SkRasterPipelineStage*\2c\20float\2c\20float\2c\20float\2c\20float\29 +7240:portable::log2_float\28portable::Params*\2c\20SkRasterPipelineStage*\2c\20float\2c\20float\2c\20float\2c\20float\29 +7241:portable::load_src_rg\28portable::Params*\2c\20SkRasterPipelineStage*\2c\20float\2c\20float\2c\20float\2c\20float\29 +7242:portable::load_src\28portable::Params*\2c\20SkRasterPipelineStage*\2c\20float\2c\20float\2c\20float\2c\20float\29 +7243:portable::load_rgf16_dst\28portable::Params*\2c\20SkRasterPipelineStage*\2c\20float\2c\20float\2c\20float\2c\20float\29 +7244:portable::load_rgf16\28portable::Params*\2c\20SkRasterPipelineStage*\2c\20float\2c\20float\2c\20float\2c\20float\29 +7245:portable::load_rg88_dst\28portable::Params*\2c\20SkRasterPipelineStage*\2c\20float\2c\20float\2c\20float\2c\20float\29 +7246:portable::load_rg88\28portable::Params*\2c\20SkRasterPipelineStage*\2c\20float\2c\20float\2c\20float\2c\20float\29 +7247:portable::load_rg1616_dst\28portable::Params*\2c\20SkRasterPipelineStage*\2c\20float\2c\20float\2c\20float\2c\20float\29 +7248:portable::load_rg1616\28portable::Params*\2c\20SkRasterPipelineStage*\2c\20float\2c\20float\2c\20float\2c\20float\29 +7249:portable::load_return_mask\28portable::Params*\2c\20SkRasterPipelineStage*\2c\20float\2c\20float\2c\20float\2c\20float\29 +7250:portable::load_loop_mask\28portable::Params*\2c\20SkRasterPipelineStage*\2c\20float\2c\20float\2c\20float\2c\20float\29 +7251:portable::load_f32_dst\28portable::Params*\2c\20SkRasterPipelineStage*\2c\20float\2c\20float\2c\20float\2c\20float\29 +7252:portable::load_f32\28portable::Params*\2c\20SkRasterPipelineStage*\2c\20float\2c\20float\2c\20float\2c\20float\29 +7253:portable::load_f16_dst\28portable::Params*\2c\20SkRasterPipelineStage*\2c\20float\2c\20float\2c\20float\2c\20float\29 +7254:portable::load_f16\28portable::Params*\2c\20SkRasterPipelineStage*\2c\20float\2c\20float\2c\20float\2c\20float\29 +7255:portable::load_dst\28portable::Params*\2c\20SkRasterPipelineStage*\2c\20float\2c\20float\2c\20float\2c\20float\29 +7256:portable::load_condition_mask\28portable::Params*\2c\20SkRasterPipelineStage*\2c\20float\2c\20float\2c\20float\2c\20float\29 +7257:portable::load_af16_dst\28portable::Params*\2c\20SkRasterPipelineStage*\2c\20float\2c\20float\2c\20float\2c\20float\29 +7258:portable::load_af16\28portable::Params*\2c\20SkRasterPipelineStage*\2c\20float\2c\20float\2c\20float\2c\20float\29 +7259:portable::load_a8_dst\28portable::Params*\2c\20SkRasterPipelineStage*\2c\20float\2c\20float\2c\20float\2c\20float\29 +7260:portable::load_a8\28portable::Params*\2c\20SkRasterPipelineStage*\2c\20float\2c\20float\2c\20float\2c\20float\29 +7261:portable::load_a16_dst\28portable::Params*\2c\20SkRasterPipelineStage*\2c\20float\2c\20float\2c\20float\2c\20float\29 +7262:portable::load_a16\28portable::Params*\2c\20SkRasterPipelineStage*\2c\20float\2c\20float\2c\20float\2c\20float\29 +7263:portable::load_8888_dst\28portable::Params*\2c\20SkRasterPipelineStage*\2c\20float\2c\20float\2c\20float\2c\20float\29 +7264:portable::load_8888\28portable::Params*\2c\20SkRasterPipelineStage*\2c\20float\2c\20float\2c\20float\2c\20float\29 +7265:portable::load_565_dst\28portable::Params*\2c\20SkRasterPipelineStage*\2c\20float\2c\20float\2c\20float\2c\20float\29 +7266:portable::load_565\28portable::Params*\2c\20SkRasterPipelineStage*\2c\20float\2c\20float\2c\20float\2c\20float\29 +7267:portable::load_4444_dst\28portable::Params*\2c\20SkRasterPipelineStage*\2c\20float\2c\20float\2c\20float\2c\20float\29 +7268:portable::load_4444\28portable::Params*\2c\20SkRasterPipelineStage*\2c\20float\2c\20float\2c\20float\2c\20float\29 +7269:portable::load_16161616_dst\28portable::Params*\2c\20SkRasterPipelineStage*\2c\20float\2c\20float\2c\20float\2c\20float\29 +7270:portable::load_16161616\28portable::Params*\2c\20SkRasterPipelineStage*\2c\20float\2c\20float\2c\20float\2c\20float\29 +7271:portable::load_10x6_dst\28portable::Params*\2c\20SkRasterPipelineStage*\2c\20float\2c\20float\2c\20float\2c\20float\29 +7272:portable::load_10x6\28portable::Params*\2c\20SkRasterPipelineStage*\2c\20float\2c\20float\2c\20float\2c\20float\29 +7273:portable::load_1010102_xr_dst\28portable::Params*\2c\20SkRasterPipelineStage*\2c\20float\2c\20float\2c\20float\2c\20float\29 +7274:portable::load_1010102_xr\28portable::Params*\2c\20SkRasterPipelineStage*\2c\20float\2c\20float\2c\20float\2c\20float\29 +7275:portable::load_1010102_dst\28portable::Params*\2c\20SkRasterPipelineStage*\2c\20float\2c\20float\2c\20float\2c\20float\29 +7276:portable::load_1010102\28portable::Params*\2c\20SkRasterPipelineStage*\2c\20float\2c\20float\2c\20float\2c\20float\29 +7277:portable::load_10101010_xr_dst\28portable::Params*\2c\20SkRasterPipelineStage*\2c\20float\2c\20float\2c\20float\2c\20float\29 +7278:portable::load_10101010_xr\28portable::Params*\2c\20SkRasterPipelineStage*\2c\20float\2c\20float\2c\20float\2c\20float\29 +7279:portable::lighten\28portable::Params*\2c\20SkRasterPipelineStage*\2c\20float\2c\20float\2c\20float\2c\20float\29 +7280:portable::lerp_u8\28portable::Params*\2c\20SkRasterPipelineStage*\2c\20float\2c\20float\2c\20float\2c\20float\29 +7281:portable::lerp_native\28portable::Params*\2c\20SkRasterPipelineStage*\2c\20float\2c\20float\2c\20float\2c\20float\29 +7282:portable::lerp_565\28portable::Params*\2c\20SkRasterPipelineStage*\2c\20float\2c\20float\2c\20float\2c\20float\29 +7283:portable::lerp_1_float\28portable::Params*\2c\20SkRasterPipelineStage*\2c\20float\2c\20float\2c\20float\2c\20float\29 +7284:portable::just_return\28portable::Params*\2c\20SkRasterPipelineStage*\2c\20float\2c\20float\2c\20float\2c\20float\29 +7285:portable::jump\28portable::Params*\2c\20SkRasterPipelineStage*\2c\20float\2c\20float\2c\20float\2c\20float\29 +7286:portable::invsqrt_float\28portable::Params*\2c\20SkRasterPipelineStage*\2c\20float\2c\20float\2c\20float\2c\20float\29 +7287:portable::invsqrt_4_floats\28portable::Params*\2c\20SkRasterPipelineStage*\2c\20float\2c\20float\2c\20float\2c\20float\29 +7288:portable::invsqrt_3_floats\28portable::Params*\2c\20SkRasterPipelineStage*\2c\20float\2c\20float\2c\20float\2c\20float\29 +7289:portable::invsqrt_2_floats\28portable::Params*\2c\20SkRasterPipelineStage*\2c\20float\2c\20float\2c\20float\2c\20float\29 +7290:portable::inverted_CMYK_to_RGB1\28unsigned\20int*\2c\20unsigned\20int\20const*\2c\20int\29 +7291:portable::inverted_CMYK_to_BGR1\28unsigned\20int*\2c\20unsigned\20int\20const*\2c\20int\29 +7292:portable::inverse_mat4\28portable::Params*\2c\20SkRasterPipelineStage*\2c\20float\2c\20float\2c\20float\2c\20float\29 +7293:portable::inverse_mat3\28portable::Params*\2c\20SkRasterPipelineStage*\2c\20float\2c\20float\2c\20float\2c\20float\29 +7294:portable::inverse_mat2\28portable::Params*\2c\20SkRasterPipelineStage*\2c\20float\2c\20float\2c\20float\2c\20float\29 +7295:portable::init_lane_masks\28portable::Params*\2c\20SkRasterPipelineStage*\2c\20float\2c\20float\2c\20float\2c\20float\29 +7296:portable::hue\28portable::Params*\2c\20SkRasterPipelineStage*\2c\20float\2c\20float\2c\20float\2c\20float\29 +7297:portable::hsl_to_rgb\28portable::Params*\2c\20SkRasterPipelineStage*\2c\20float\2c\20float\2c\20float\2c\20float\29 +7298:portable::hardlight\28portable::Params*\2c\20SkRasterPipelineStage*\2c\20float\2c\20float\2c\20float\2c\20float\29 +7299:portable::gray_to_RGB1\28unsigned\20int*\2c\20unsigned\20char\20const*\2c\20int\29 +7300:portable::grayA_to_rgbA\28unsigned\20int*\2c\20unsigned\20char\20const*\2c\20int\29 +7301:portable::grayA_to_RGBA\28unsigned\20int*\2c\20unsigned\20char\20const*\2c\20int\29 +7302:portable::gradient\28portable::Params*\2c\20SkRasterPipelineStage*\2c\20float\2c\20float\2c\20float\2c\20float\29 +7303:portable::gauss_a_to_rgba\28portable::Params*\2c\20SkRasterPipelineStage*\2c\20float\2c\20float\2c\20float\2c\20float\29 +7304:portable::gather_rgf16\28portable::Params*\2c\20SkRasterPipelineStage*\2c\20float\2c\20float\2c\20float\2c\20float\29 +7305:portable::gather_rg88\28portable::Params*\2c\20SkRasterPipelineStage*\2c\20float\2c\20float\2c\20float\2c\20float\29 +7306:portable::gather_rg1616\28portable::Params*\2c\20SkRasterPipelineStage*\2c\20float\2c\20float\2c\20float\2c\20float\29 +7307:portable::gather_f32\28portable::Params*\2c\20SkRasterPipelineStage*\2c\20float\2c\20float\2c\20float\2c\20float\29 +7308:portable::gather_f16\28portable::Params*\2c\20SkRasterPipelineStage*\2c\20float\2c\20float\2c\20float\2c\20float\29 +7309:portable::gather_af16\28portable::Params*\2c\20SkRasterPipelineStage*\2c\20float\2c\20float\2c\20float\2c\20float\29 +7310:portable::gather_a8\28portable::Params*\2c\20SkRasterPipelineStage*\2c\20float\2c\20float\2c\20float\2c\20float\29 +7311:portable::gather_a16\28portable::Params*\2c\20SkRasterPipelineStage*\2c\20float\2c\20float\2c\20float\2c\20float\29 +7312:portable::gather_8888\28portable::Params*\2c\20SkRasterPipelineStage*\2c\20float\2c\20float\2c\20float\2c\20float\29 +7313:portable::gather_565\28portable::Params*\2c\20SkRasterPipelineStage*\2c\20float\2c\20float\2c\20float\2c\20float\29 +7314:portable::gather_4444\28portable::Params*\2c\20SkRasterPipelineStage*\2c\20float\2c\20float\2c\20float\2c\20float\29 +7315:portable::gather_16161616\28portable::Params*\2c\20SkRasterPipelineStage*\2c\20float\2c\20float\2c\20float\2c\20float\29 +7316:portable::gather_10x6\28portable::Params*\2c\20SkRasterPipelineStage*\2c\20float\2c\20float\2c\20float\2c\20float\29 +7317:portable::gather_1010102_xr\28portable::Params*\2c\20SkRasterPipelineStage*\2c\20float\2c\20float\2c\20float\2c\20float\29 +7318:portable::gather_1010102\28portable::Params*\2c\20SkRasterPipelineStage*\2c\20float\2c\20float\2c\20float\2c\20float\29 +7319:portable::gather_10101010_xr\28portable::Params*\2c\20SkRasterPipelineStage*\2c\20float\2c\20float\2c\20float\2c\20float\29 +7320:portable::gamma_\28portable::Params*\2c\20SkRasterPipelineStage*\2c\20float\2c\20float\2c\20float\2c\20float\29 +7321:portable::force_opaque_dst\28portable::Params*\2c\20SkRasterPipelineStage*\2c\20float\2c\20float\2c\20float\2c\20float\29 +7322:portable::force_opaque\28portable::Params*\2c\20SkRasterPipelineStage*\2c\20float\2c\20float\2c\20float\2c\20float\29 +7323:portable::floor_float\28portable::Params*\2c\20SkRasterPipelineStage*\2c\20float\2c\20float\2c\20float\2c\20float\29 +7324:portable::floor_4_floats\28portable::Params*\2c\20SkRasterPipelineStage*\2c\20float\2c\20float\2c\20float\2c\20float\29 +7325:portable::floor_3_floats\28portable::Params*\2c\20SkRasterPipelineStage*\2c\20float\2c\20float\2c\20float\2c\20float\29 +7326:portable::floor_2_floats\28portable::Params*\2c\20SkRasterPipelineStage*\2c\20float\2c\20float\2c\20float\2c\20float\29 +7327:portable::exp_float\28portable::Params*\2c\20SkRasterPipelineStage*\2c\20float\2c\20float\2c\20float\2c\20float\29 +7328:portable::exp2_float\28portable::Params*\2c\20SkRasterPipelineStage*\2c\20float\2c\20float\2c\20float\2c\20float\29 +7329:portable::exclusion\28portable::Params*\2c\20SkRasterPipelineStage*\2c\20float\2c\20float\2c\20float\2c\20float\29 +7330:portable::exchange_src\28portable::Params*\2c\20SkRasterPipelineStage*\2c\20float\2c\20float\2c\20float\2c\20float\29 +7331:portable::evenly_spaced_gradient\28portable::Params*\2c\20SkRasterPipelineStage*\2c\20float\2c\20float\2c\20float\2c\20float\29 +7332:portable::evenly_spaced_2_stop_gradient\28portable::Params*\2c\20SkRasterPipelineStage*\2c\20float\2c\20float\2c\20float\2c\20float\29 +7333:portable::emboss\28portable::Params*\2c\20SkRasterPipelineStage*\2c\20float\2c\20float\2c\20float\2c\20float\29 +7334:portable::dstover\28portable::Params*\2c\20SkRasterPipelineStage*\2c\20float\2c\20float\2c\20float\2c\20float\29 +7335:portable::dstout\28portable::Params*\2c\20SkRasterPipelineStage*\2c\20float\2c\20float\2c\20float\2c\20float\29 +7336:portable::dstin\28portable::Params*\2c\20SkRasterPipelineStage*\2c\20float\2c\20float\2c\20float\2c\20float\29 +7337:portable::dstatop\28portable::Params*\2c\20SkRasterPipelineStage*\2c\20float\2c\20float\2c\20float\2c\20float\29 +7338:portable::dot_4_floats\28portable::Params*\2c\20SkRasterPipelineStage*\2c\20float\2c\20float\2c\20float\2c\20float\29 +7339:portable::dot_3_floats\28portable::Params*\2c\20SkRasterPipelineStage*\2c\20float\2c\20float\2c\20float\2c\20float\29 +7340:portable::dot_2_floats\28portable::Params*\2c\20SkRasterPipelineStage*\2c\20float\2c\20float\2c\20float\2c\20float\29 +7341:portable::div_uint\28portable::Params*\2c\20SkRasterPipelineStage*\2c\20float\2c\20float\2c\20float\2c\20float\29 +7342:portable::div_n_uints\28portable::Params*\2c\20SkRasterPipelineStage*\2c\20float\2c\20float\2c\20float\2c\20float\29 +7343:portable::div_n_ints\28portable::Params*\2c\20SkRasterPipelineStage*\2c\20float\2c\20float\2c\20float\2c\20float\29 +7344:portable::div_n_floats\28portable::Params*\2c\20SkRasterPipelineStage*\2c\20float\2c\20float\2c\20float\2c\20float\29 +7345:portable::div_int\28portable::Params*\2c\20SkRasterPipelineStage*\2c\20float\2c\20float\2c\20float\2c\20float\29 +7346:portable::div_float\28portable::Params*\2c\20SkRasterPipelineStage*\2c\20float\2c\20float\2c\20float\2c\20float\29 +7347:portable::div_4_uints\28portable::Params*\2c\20SkRasterPipelineStage*\2c\20float\2c\20float\2c\20float\2c\20float\29 +7348:portable::div_4_ints\28portable::Params*\2c\20SkRasterPipelineStage*\2c\20float\2c\20float\2c\20float\2c\20float\29 +7349:portable::div_4_floats\28portable::Params*\2c\20SkRasterPipelineStage*\2c\20float\2c\20float\2c\20float\2c\20float\29 +7350:portable::div_3_uints\28portable::Params*\2c\20SkRasterPipelineStage*\2c\20float\2c\20float\2c\20float\2c\20float\29 +7351:portable::div_3_ints\28portable::Params*\2c\20SkRasterPipelineStage*\2c\20float\2c\20float\2c\20float\2c\20float\29 +7352:portable::div_3_floats\28portable::Params*\2c\20SkRasterPipelineStage*\2c\20float\2c\20float\2c\20float\2c\20float\29 +7353:portable::div_2_uints\28portable::Params*\2c\20SkRasterPipelineStage*\2c\20float\2c\20float\2c\20float\2c\20float\29 +7354:portable::div_2_ints\28portable::Params*\2c\20SkRasterPipelineStage*\2c\20float\2c\20float\2c\20float\2c\20float\29 +7355:portable::div_2_floats\28portable::Params*\2c\20SkRasterPipelineStage*\2c\20float\2c\20float\2c\20float\2c\20float\29 +7356:portable::dither\28portable::Params*\2c\20SkRasterPipelineStage*\2c\20float\2c\20float\2c\20float\2c\20float\29 +7357:portable::difference\28portable::Params*\2c\20SkRasterPipelineStage*\2c\20float\2c\20float\2c\20float\2c\20float\29 +7358:portable::decal_y\28portable::Params*\2c\20SkRasterPipelineStage*\2c\20float\2c\20float\2c\20float\2c\20float\29 +7359:portable::decal_x_and_y\28portable::Params*\2c\20SkRasterPipelineStage*\2c\20float\2c\20float\2c\20float\2c\20float\29 +7360:portable::decal_x\28portable::Params*\2c\20SkRasterPipelineStage*\2c\20float\2c\20float\2c\20float\2c\20float\29 +7361:portable::debug_r_255\28portable::Params*\2c\20SkRasterPipelineStage*\2c\20float\2c\20float\2c\20float\2c\20float\29 +7362:portable::debug_g_255\28portable::Params*\2c\20SkRasterPipelineStage*\2c\20float\2c\20float\2c\20float\2c\20float\29 +7363:portable::debug_b_255\28portable::Params*\2c\20SkRasterPipelineStage*\2c\20float\2c\20float\2c\20float\2c\20float\29 +7364:portable::debug_b\28portable::Params*\2c\20SkRasterPipelineStage*\2c\20float\2c\20float\2c\20float\2c\20float\29 +7365:portable::debug_a_255\28portable::Params*\2c\20SkRasterPipelineStage*\2c\20float\2c\20float\2c\20float\2c\20float\29 +7366:portable::debug_a\28portable::Params*\2c\20SkRasterPipelineStage*\2c\20float\2c\20float\2c\20float\2c\20float\29 +7367:portable::darken\28portable::Params*\2c\20SkRasterPipelineStage*\2c\20float\2c\20float\2c\20float\2c\20float\29 +7368:portable::css_oklab_to_linear_srgb\28portable::Params*\2c\20SkRasterPipelineStage*\2c\20float\2c\20float\2c\20float\2c\20float\29 +7369:portable::css_oklab_gamut_map_to_linear_srgb\28portable::Params*\2c\20SkRasterPipelineStage*\2c\20float\2c\20float\2c\20float\2c\20float\29 +7370:portable::css_lab_to_xyz\28portable::Params*\2c\20SkRasterPipelineStage*\2c\20float\2c\20float\2c\20float\2c\20float\29 +7371:portable::css_hwb_to_srgb\28portable::Params*\2c\20SkRasterPipelineStage*\2c\20float\2c\20float\2c\20float\2c\20float\29 +7372:portable::css_hsl_to_srgb\28portable::Params*\2c\20SkRasterPipelineStage*\2c\20float\2c\20float\2c\20float\2c\20float\29 +7373:portable::css_hcl_to_lab\28portable::Params*\2c\20SkRasterPipelineStage*\2c\20float\2c\20float\2c\20float\2c\20float\29 +7374:portable::cos_float\28portable::Params*\2c\20SkRasterPipelineStage*\2c\20float\2c\20float\2c\20float\2c\20float\29 +7375:portable::copy_uniform\28portable::Params*\2c\20SkRasterPipelineStage*\2c\20float\2c\20float\2c\20float\2c\20float\29 +7376:portable::copy_to_indirect_masked\28portable::Params*\2c\20SkRasterPipelineStage*\2c\20float\2c\20float\2c\20float\2c\20float\29 +7377:portable::copy_slot_unmasked\28portable::Params*\2c\20SkRasterPipelineStage*\2c\20float\2c\20float\2c\20float\2c\20float\29 +7378:portable::copy_slot_masked\28portable::Params*\2c\20SkRasterPipelineStage*\2c\20float\2c\20float\2c\20float\2c\20float\29 +7379:portable::copy_immutable_unmasked\28portable::Params*\2c\20SkRasterPipelineStage*\2c\20float\2c\20float\2c\20float\2c\20float\29 +7380:portable::copy_constant\28portable::Params*\2c\20SkRasterPipelineStage*\2c\20float\2c\20float\2c\20float\2c\20float\29 +7381:portable::copy_4_uniforms\28portable::Params*\2c\20SkRasterPipelineStage*\2c\20float\2c\20float\2c\20float\2c\20float\29 +7382:portable::copy_4_slots_unmasked\28portable::Params*\2c\20SkRasterPipelineStage*\2c\20float\2c\20float\2c\20float\2c\20float\29 +7383:portable::copy_4_slots_masked\28portable::Params*\2c\20SkRasterPipelineStage*\2c\20float\2c\20float\2c\20float\2c\20float\29 +7384:portable::copy_4_immutables_unmasked\28portable::Params*\2c\20SkRasterPipelineStage*\2c\20float\2c\20float\2c\20float\2c\20float\29 +7385:portable::copy_3_uniforms\28portable::Params*\2c\20SkRasterPipelineStage*\2c\20float\2c\20float\2c\20float\2c\20float\29 +7386:portable::copy_3_slots_unmasked\28portable::Params*\2c\20SkRasterPipelineStage*\2c\20float\2c\20float\2c\20float\2c\20float\29 +7387:portable::copy_3_slots_masked\28portable::Params*\2c\20SkRasterPipelineStage*\2c\20float\2c\20float\2c\20float\2c\20float\29 +7388:portable::copy_3_immutables_unmasked\28portable::Params*\2c\20SkRasterPipelineStage*\2c\20float\2c\20float\2c\20float\2c\20float\29 +7389:portable::copy_2_uniforms\28portable::Params*\2c\20SkRasterPipelineStage*\2c\20float\2c\20float\2c\20float\2c\20float\29 +7390:portable::copy_2_slots_masked\28portable::Params*\2c\20SkRasterPipelineStage*\2c\20float\2c\20float\2c\20float\2c\20float\29 +7391:portable::continue_op\28portable::Params*\2c\20SkRasterPipelineStage*\2c\20float\2c\20float\2c\20float\2c\20float\29 +7392:portable::colordodge\28portable::Params*\2c\20SkRasterPipelineStage*\2c\20float\2c\20float\2c\20float\2c\20float\29 +7393:portable::colorburn\28portable::Params*\2c\20SkRasterPipelineStage*\2c\20float\2c\20float\2c\20float\2c\20float\29 +7394:portable::color\28portable::Params*\2c\20SkRasterPipelineStage*\2c\20float\2c\20float\2c\20float\2c\20float\29 +7395:portable::cmpne_n_ints\28portable::Params*\2c\20SkRasterPipelineStage*\2c\20float\2c\20float\2c\20float\2c\20float\29 +7396:portable::cmpne_n_floats\28portable::Params*\2c\20SkRasterPipelineStage*\2c\20float\2c\20float\2c\20float\2c\20float\29 +7397:portable::cmpne_int\28portable::Params*\2c\20SkRasterPipelineStage*\2c\20float\2c\20float\2c\20float\2c\20float\29 +7398:portable::cmpne_imm_int\28portable::Params*\2c\20SkRasterPipelineStage*\2c\20float\2c\20float\2c\20float\2c\20float\29 +7399:portable::cmpne_imm_float\28portable::Params*\2c\20SkRasterPipelineStage*\2c\20float\2c\20float\2c\20float\2c\20float\29 +7400:portable::cmpne_float\28portable::Params*\2c\20SkRasterPipelineStage*\2c\20float\2c\20float\2c\20float\2c\20float\29 +7401:portable::cmpne_4_ints\28portable::Params*\2c\20SkRasterPipelineStage*\2c\20float\2c\20float\2c\20float\2c\20float\29 +7402:portable::cmpne_4_floats\28portable::Params*\2c\20SkRasterPipelineStage*\2c\20float\2c\20float\2c\20float\2c\20float\29 +7403:portable::cmpne_3_ints\28portable::Params*\2c\20SkRasterPipelineStage*\2c\20float\2c\20float\2c\20float\2c\20float\29 +7404:portable::cmpne_3_floats\28portable::Params*\2c\20SkRasterPipelineStage*\2c\20float\2c\20float\2c\20float\2c\20float\29 +7405:portable::cmpne_2_ints\28portable::Params*\2c\20SkRasterPipelineStage*\2c\20float\2c\20float\2c\20float\2c\20float\29 +7406:portable::cmpne_2_floats\28portable::Params*\2c\20SkRasterPipelineStage*\2c\20float\2c\20float\2c\20float\2c\20float\29 +7407:portable::cmplt_uint\28portable::Params*\2c\20SkRasterPipelineStage*\2c\20float\2c\20float\2c\20float\2c\20float\29 +7408:portable::cmplt_n_uints\28portable::Params*\2c\20SkRasterPipelineStage*\2c\20float\2c\20float\2c\20float\2c\20float\29 +7409:portable::cmplt_n_ints\28portable::Params*\2c\20SkRasterPipelineStage*\2c\20float\2c\20float\2c\20float\2c\20float\29 +7410:portable::cmplt_n_floats\28portable::Params*\2c\20SkRasterPipelineStage*\2c\20float\2c\20float\2c\20float\2c\20float\29 +7411:portable::cmplt_int\28portable::Params*\2c\20SkRasterPipelineStage*\2c\20float\2c\20float\2c\20float\2c\20float\29 +7412:portable::cmplt_imm_uint\28portable::Params*\2c\20SkRasterPipelineStage*\2c\20float\2c\20float\2c\20float\2c\20float\29 +7413:portable::cmplt_imm_int\28portable::Params*\2c\20SkRasterPipelineStage*\2c\20float\2c\20float\2c\20float\2c\20float\29 +7414:portable::cmplt_imm_float\28portable::Params*\2c\20SkRasterPipelineStage*\2c\20float\2c\20float\2c\20float\2c\20float\29 +7415:portable::cmplt_float\28portable::Params*\2c\20SkRasterPipelineStage*\2c\20float\2c\20float\2c\20float\2c\20float\29 +7416:portable::cmplt_4_uints\28portable::Params*\2c\20SkRasterPipelineStage*\2c\20float\2c\20float\2c\20float\2c\20float\29 +7417:portable::cmplt_4_ints\28portable::Params*\2c\20SkRasterPipelineStage*\2c\20float\2c\20float\2c\20float\2c\20float\29 +7418:portable::cmplt_4_floats\28portable::Params*\2c\20SkRasterPipelineStage*\2c\20float\2c\20float\2c\20float\2c\20float\29 +7419:portable::cmplt_3_uints\28portable::Params*\2c\20SkRasterPipelineStage*\2c\20float\2c\20float\2c\20float\2c\20float\29 +7420:portable::cmplt_3_ints\28portable::Params*\2c\20SkRasterPipelineStage*\2c\20float\2c\20float\2c\20float\2c\20float\29 +7421:portable::cmplt_3_floats\28portable::Params*\2c\20SkRasterPipelineStage*\2c\20float\2c\20float\2c\20float\2c\20float\29 +7422:portable::cmplt_2_uints\28portable::Params*\2c\20SkRasterPipelineStage*\2c\20float\2c\20float\2c\20float\2c\20float\29 +7423:portable::cmplt_2_ints\28portable::Params*\2c\20SkRasterPipelineStage*\2c\20float\2c\20float\2c\20float\2c\20float\29 +7424:portable::cmplt_2_floats\28portable::Params*\2c\20SkRasterPipelineStage*\2c\20float\2c\20float\2c\20float\2c\20float\29 +7425:portable::cmple_uint\28portable::Params*\2c\20SkRasterPipelineStage*\2c\20float\2c\20float\2c\20float\2c\20float\29 +7426:portable::cmple_n_uints\28portable::Params*\2c\20SkRasterPipelineStage*\2c\20float\2c\20float\2c\20float\2c\20float\29 +7427:portable::cmple_n_ints\28portable::Params*\2c\20SkRasterPipelineStage*\2c\20float\2c\20float\2c\20float\2c\20float\29 +7428:portable::cmple_n_floats\28portable::Params*\2c\20SkRasterPipelineStage*\2c\20float\2c\20float\2c\20float\2c\20float\29 +7429:portable::cmple_int\28portable::Params*\2c\20SkRasterPipelineStage*\2c\20float\2c\20float\2c\20float\2c\20float\29 +7430:portable::cmple_imm_uint\28portable::Params*\2c\20SkRasterPipelineStage*\2c\20float\2c\20float\2c\20float\2c\20float\29 +7431:portable::cmple_imm_int\28portable::Params*\2c\20SkRasterPipelineStage*\2c\20float\2c\20float\2c\20float\2c\20float\29 +7432:portable::cmple_imm_float\28portable::Params*\2c\20SkRasterPipelineStage*\2c\20float\2c\20float\2c\20float\2c\20float\29 +7433:portable::cmple_float\28portable::Params*\2c\20SkRasterPipelineStage*\2c\20float\2c\20float\2c\20float\2c\20float\29 +7434:portable::cmple_4_uints\28portable::Params*\2c\20SkRasterPipelineStage*\2c\20float\2c\20float\2c\20float\2c\20float\29 +7435:portable::cmple_4_ints\28portable::Params*\2c\20SkRasterPipelineStage*\2c\20float\2c\20float\2c\20float\2c\20float\29 +7436:portable::cmple_4_floats\28portable::Params*\2c\20SkRasterPipelineStage*\2c\20float\2c\20float\2c\20float\2c\20float\29 +7437:portable::cmple_3_uints\28portable::Params*\2c\20SkRasterPipelineStage*\2c\20float\2c\20float\2c\20float\2c\20float\29 +7438:portable::cmple_3_ints\28portable::Params*\2c\20SkRasterPipelineStage*\2c\20float\2c\20float\2c\20float\2c\20float\29 +7439:portable::cmple_3_floats\28portable::Params*\2c\20SkRasterPipelineStage*\2c\20float\2c\20float\2c\20float\2c\20float\29 +7440:portable::cmple_2_uints\28portable::Params*\2c\20SkRasterPipelineStage*\2c\20float\2c\20float\2c\20float\2c\20float\29 +7441:portable::cmple_2_ints\28portable::Params*\2c\20SkRasterPipelineStage*\2c\20float\2c\20float\2c\20float\2c\20float\29 +7442:portable::cmple_2_floats\28portable::Params*\2c\20SkRasterPipelineStage*\2c\20float\2c\20float\2c\20float\2c\20float\29 +7443:portable::cmpeq_n_ints\28portable::Params*\2c\20SkRasterPipelineStage*\2c\20float\2c\20float\2c\20float\2c\20float\29 +7444:portable::cmpeq_n_floats\28portable::Params*\2c\20SkRasterPipelineStage*\2c\20float\2c\20float\2c\20float\2c\20float\29 +7445:portable::cmpeq_int\28portable::Params*\2c\20SkRasterPipelineStage*\2c\20float\2c\20float\2c\20float\2c\20float\29 +7446:portable::cmpeq_imm_int\28portable::Params*\2c\20SkRasterPipelineStage*\2c\20float\2c\20float\2c\20float\2c\20float\29 +7447:portable::cmpeq_imm_float\28portable::Params*\2c\20SkRasterPipelineStage*\2c\20float\2c\20float\2c\20float\2c\20float\29 +7448:portable::cmpeq_float\28portable::Params*\2c\20SkRasterPipelineStage*\2c\20float\2c\20float\2c\20float\2c\20float\29 +7449:portable::cmpeq_4_ints\28portable::Params*\2c\20SkRasterPipelineStage*\2c\20float\2c\20float\2c\20float\2c\20float\29 +7450:portable::cmpeq_4_floats\28portable::Params*\2c\20SkRasterPipelineStage*\2c\20float\2c\20float\2c\20float\2c\20float\29 +7451:portable::cmpeq_3_ints\28portable::Params*\2c\20SkRasterPipelineStage*\2c\20float\2c\20float\2c\20float\2c\20float\29 +7452:portable::cmpeq_3_floats\28portable::Params*\2c\20SkRasterPipelineStage*\2c\20float\2c\20float\2c\20float\2c\20float\29 +7453:portable::cmpeq_2_ints\28portable::Params*\2c\20SkRasterPipelineStage*\2c\20float\2c\20float\2c\20float\2c\20float\29 +7454:portable::cmpeq_2_floats\28portable::Params*\2c\20SkRasterPipelineStage*\2c\20float\2c\20float\2c\20float\2c\20float\29 +7455:portable::clear\28portable::Params*\2c\20SkRasterPipelineStage*\2c\20float\2c\20float\2c\20float\2c\20float\29 +7456:portable::clamp_x_and_y\28portable::Params*\2c\20SkRasterPipelineStage*\2c\20float\2c\20float\2c\20float\2c\20float\29 +7457:portable::clamp_x_1\28portable::Params*\2c\20SkRasterPipelineStage*\2c\20float\2c\20float\2c\20float\2c\20float\29 +7458:portable::clamp_gamut\28portable::Params*\2c\20SkRasterPipelineStage*\2c\20float\2c\20float\2c\20float\2c\20float\29 +7459:portable::clamp_a_01\28portable::Params*\2c\20SkRasterPipelineStage*\2c\20float\2c\20float\2c\20float\2c\20float\29 +7460:portable::clamp_01\28portable::Params*\2c\20SkRasterPipelineStage*\2c\20float\2c\20float\2c\20float\2c\20float\29 +7461:portable::ceil_float\28portable::Params*\2c\20SkRasterPipelineStage*\2c\20float\2c\20float\2c\20float\2c\20float\29 +7462:portable::ceil_4_floats\28portable::Params*\2c\20SkRasterPipelineStage*\2c\20float\2c\20float\2c\20float\2c\20float\29 +7463:portable::ceil_3_floats\28portable::Params*\2c\20SkRasterPipelineStage*\2c\20float\2c\20float\2c\20float\2c\20float\29 +7464:portable::ceil_2_floats\28portable::Params*\2c\20SkRasterPipelineStage*\2c\20float\2c\20float\2c\20float\2c\20float\29 +7465:portable::cast_to_uint_from_float\28portable::Params*\2c\20SkRasterPipelineStage*\2c\20float\2c\20float\2c\20float\2c\20float\29 +7466:portable::cast_to_uint_from_4_floats\28portable::Params*\2c\20SkRasterPipelineStage*\2c\20float\2c\20float\2c\20float\2c\20float\29 +7467:portable::cast_to_uint_from_3_floats\28portable::Params*\2c\20SkRasterPipelineStage*\2c\20float\2c\20float\2c\20float\2c\20float\29 +7468:portable::cast_to_uint_from_2_floats\28portable::Params*\2c\20SkRasterPipelineStage*\2c\20float\2c\20float\2c\20float\2c\20float\29 +7469:portable::cast_to_int_from_float\28portable::Params*\2c\20SkRasterPipelineStage*\2c\20float\2c\20float\2c\20float\2c\20float\29 +7470:portable::cast_to_int_from_4_floats\28portable::Params*\2c\20SkRasterPipelineStage*\2c\20float\2c\20float\2c\20float\2c\20float\29 +7471:portable::cast_to_int_from_3_floats\28portable::Params*\2c\20SkRasterPipelineStage*\2c\20float\2c\20float\2c\20float\2c\20float\29 +7472:portable::cast_to_int_from_2_floats\28portable::Params*\2c\20SkRasterPipelineStage*\2c\20float\2c\20float\2c\20float\2c\20float\29 +7473:portable::cast_to_float_from_uint\28portable::Params*\2c\20SkRasterPipelineStage*\2c\20float\2c\20float\2c\20float\2c\20float\29 +7474:portable::cast_to_float_from_int\28portable::Params*\2c\20SkRasterPipelineStage*\2c\20float\2c\20float\2c\20float\2c\20float\29 +7475:portable::cast_to_float_from_4_uints\28portable::Params*\2c\20SkRasterPipelineStage*\2c\20float\2c\20float\2c\20float\2c\20float\29 +7476:portable::cast_to_float_from_4_ints\28portable::Params*\2c\20SkRasterPipelineStage*\2c\20float\2c\20float\2c\20float\2c\20float\29 +7477:portable::cast_to_float_from_3_uints\28portable::Params*\2c\20SkRasterPipelineStage*\2c\20float\2c\20float\2c\20float\2c\20float\29 +7478:portable::cast_to_float_from_3_ints\28portable::Params*\2c\20SkRasterPipelineStage*\2c\20float\2c\20float\2c\20float\2c\20float\29 +7479:portable::cast_to_float_from_2_uints\28portable::Params*\2c\20SkRasterPipelineStage*\2c\20float\2c\20float\2c\20float\2c\20float\29 +7480:portable::cast_to_float_from_2_ints\28portable::Params*\2c\20SkRasterPipelineStage*\2c\20float\2c\20float\2c\20float\2c\20float\29 +7481:portable::case_op\28portable::Params*\2c\20SkRasterPipelineStage*\2c\20float\2c\20float\2c\20float\2c\20float\29 +7482:portable::callback\28portable::Params*\2c\20SkRasterPipelineStage*\2c\20float\2c\20float\2c\20float\2c\20float\29 +7483:portable::byte_tables\28portable::Params*\2c\20SkRasterPipelineStage*\2c\20float\2c\20float\2c\20float\2c\20float\29 +7484:portable::bt709_luminance_or_luma_to_rgb\28portable::Params*\2c\20SkRasterPipelineStage*\2c\20float\2c\20float\2c\20float\2c\20float\29 +7485:portable::bt709_luminance_or_luma_to_alpha\28portable::Params*\2c\20SkRasterPipelineStage*\2c\20float\2c\20float\2c\20float\2c\20float\29 +7486:portable::branch_if_no_lanes_active\28portable::Params*\2c\20SkRasterPipelineStage*\2c\20float\2c\20float\2c\20float\2c\20float\29 +7487:portable::branch_if_no_active_lanes_eq\28portable::Params*\2c\20SkRasterPipelineStage*\2c\20float\2c\20float\2c\20float\2c\20float\29 +7488:portable::branch_if_any_lanes_active\28portable::Params*\2c\20SkRasterPipelineStage*\2c\20float\2c\20float\2c\20float\2c\20float\29 +7489:portable::branch_if_all_lanes_active\28portable::Params*\2c\20SkRasterPipelineStage*\2c\20float\2c\20float\2c\20float\2c\20float\29 +7490:portable::blit_row_s32a_opaque\28unsigned\20int*\2c\20unsigned\20int\20const*\2c\20int\2c\20unsigned\20int\29 +7491:portable::black_color\28portable::Params*\2c\20SkRasterPipelineStage*\2c\20float\2c\20float\2c\20float\2c\20float\29 +7492:portable::bitwise_xor_n_ints\28portable::Params*\2c\20SkRasterPipelineStage*\2c\20float\2c\20float\2c\20float\2c\20float\29 +7493:portable::bitwise_xor_int\28portable::Params*\2c\20SkRasterPipelineStage*\2c\20float\2c\20float\2c\20float\2c\20float\29 +7494:portable::bitwise_xor_imm_int\28portable::Params*\2c\20SkRasterPipelineStage*\2c\20float\2c\20float\2c\20float\2c\20float\29 +7495:portable::bitwise_xor_4_ints\28portable::Params*\2c\20SkRasterPipelineStage*\2c\20float\2c\20float\2c\20float\2c\20float\29 +7496:portable::bitwise_xor_3_ints\28portable::Params*\2c\20SkRasterPipelineStage*\2c\20float\2c\20float\2c\20float\2c\20float\29 +7497:portable::bitwise_xor_2_ints\28portable::Params*\2c\20SkRasterPipelineStage*\2c\20float\2c\20float\2c\20float\2c\20float\29 +7498:portable::bitwise_or_n_ints\28portable::Params*\2c\20SkRasterPipelineStage*\2c\20float\2c\20float\2c\20float\2c\20float\29 +7499:portable::bitwise_or_int\28portable::Params*\2c\20SkRasterPipelineStage*\2c\20float\2c\20float\2c\20float\2c\20float\29 +7500:portable::bitwise_or_4_ints\28portable::Params*\2c\20SkRasterPipelineStage*\2c\20float\2c\20float\2c\20float\2c\20float\29 +7501:portable::bitwise_or_3_ints\28portable::Params*\2c\20SkRasterPipelineStage*\2c\20float\2c\20float\2c\20float\2c\20float\29 +7502:portable::bitwise_or_2_ints\28portable::Params*\2c\20SkRasterPipelineStage*\2c\20float\2c\20float\2c\20float\2c\20float\29 +7503:portable::bitwise_and_n_ints\28portable::Params*\2c\20SkRasterPipelineStage*\2c\20float\2c\20float\2c\20float\2c\20float\29 +7504:portable::bitwise_and_int\28portable::Params*\2c\20SkRasterPipelineStage*\2c\20float\2c\20float\2c\20float\2c\20float\29 +7505:portable::bitwise_and_imm_int\28portable::Params*\2c\20SkRasterPipelineStage*\2c\20float\2c\20float\2c\20float\2c\20float\29 +7506:portable::bitwise_and_imm_4_ints\28portable::Params*\2c\20SkRasterPipelineStage*\2c\20float\2c\20float\2c\20float\2c\20float\29 +7507:portable::bitwise_and_imm_3_ints\28portable::Params*\2c\20SkRasterPipelineStage*\2c\20float\2c\20float\2c\20float\2c\20float\29 +7508:portable::bitwise_and_imm_2_ints\28portable::Params*\2c\20SkRasterPipelineStage*\2c\20float\2c\20float\2c\20float\2c\20float\29 +7509:portable::bitwise_and_4_ints\28portable::Params*\2c\20SkRasterPipelineStage*\2c\20float\2c\20float\2c\20float\2c\20float\29 +7510:portable::bitwise_and_3_ints\28portable::Params*\2c\20SkRasterPipelineStage*\2c\20float\2c\20float\2c\20float\2c\20float\29 +7511:portable::bitwise_and_2_ints\28portable::Params*\2c\20SkRasterPipelineStage*\2c\20float\2c\20float\2c\20float\2c\20float\29 +7512:portable::bilinear_setup\28portable::Params*\2c\20SkRasterPipelineStage*\2c\20float\2c\20float\2c\20float\2c\20float\29 +7513:portable::bilinear_py\28portable::Params*\2c\20SkRasterPipelineStage*\2c\20float\2c\20float\2c\20float\2c\20float\29 +7514:portable::bilinear_px\28portable::Params*\2c\20SkRasterPipelineStage*\2c\20float\2c\20float\2c\20float\2c\20float\29 +7515:portable::bilinear_ny\28portable::Params*\2c\20SkRasterPipelineStage*\2c\20float\2c\20float\2c\20float\2c\20float\29 +7516:portable::bilinear_nx\28portable::Params*\2c\20SkRasterPipelineStage*\2c\20float\2c\20float\2c\20float\2c\20float\29 +7517:portable::bicubic_setup\28portable::Params*\2c\20SkRasterPipelineStage*\2c\20float\2c\20float\2c\20float\2c\20float\29 +7518:portable::bicubic_p3y\28portable::Params*\2c\20SkRasterPipelineStage*\2c\20float\2c\20float\2c\20float\2c\20float\29 +7519:portable::bicubic_p3x\28portable::Params*\2c\20SkRasterPipelineStage*\2c\20float\2c\20float\2c\20float\2c\20float\29 +7520:portable::bicubic_p1y\28portable::Params*\2c\20SkRasterPipelineStage*\2c\20float\2c\20float\2c\20float\2c\20float\29 +7521:portable::bicubic_p1x\28portable::Params*\2c\20SkRasterPipelineStage*\2c\20float\2c\20float\2c\20float\2c\20float\29 +7522:portable::bicubic_n3y\28portable::Params*\2c\20SkRasterPipelineStage*\2c\20float\2c\20float\2c\20float\2c\20float\29 +7523:portable::bicubic_n3x\28portable::Params*\2c\20SkRasterPipelineStage*\2c\20float\2c\20float\2c\20float\2c\20float\29 +7524:portable::bicubic_n1y\28portable::Params*\2c\20SkRasterPipelineStage*\2c\20float\2c\20float\2c\20float\2c\20float\29 +7525:portable::bicubic_n1x\28portable::Params*\2c\20SkRasterPipelineStage*\2c\20float\2c\20float\2c\20float\2c\20float\29 +7526:portable::bicubic_clamp_8888\28portable::Params*\2c\20SkRasterPipelineStage*\2c\20float\2c\20float\2c\20float\2c\20float\29 +7527:portable::atan_float\28portable::Params*\2c\20SkRasterPipelineStage*\2c\20float\2c\20float\2c\20float\2c\20float\29 +7528:portable::atan2_n_floats\28portable::Params*\2c\20SkRasterPipelineStage*\2c\20float\2c\20float\2c\20float\2c\20float\29 +7529:portable::asin_float\28portable::Params*\2c\20SkRasterPipelineStage*\2c\20float\2c\20float\2c\20float\2c\20float\29 +7530:portable::alter_2pt_conical_unswap\28portable::Params*\2c\20SkRasterPipelineStage*\2c\20float\2c\20float\2c\20float\2c\20float\29 +7531:portable::alter_2pt_conical_compensate_focal\28portable::Params*\2c\20SkRasterPipelineStage*\2c\20float\2c\20float\2c\20float\2c\20float\29 +7532:portable::alpha_to_red_dst\28portable::Params*\2c\20SkRasterPipelineStage*\2c\20float\2c\20float\2c\20float\2c\20float\29 +7533:portable::alpha_to_red\28portable::Params*\2c\20SkRasterPipelineStage*\2c\20float\2c\20float\2c\20float\2c\20float\29 +7534:portable::alpha_to_gray_dst\28portable::Params*\2c\20SkRasterPipelineStage*\2c\20float\2c\20float\2c\20float\2c\20float\29 +7535:portable::alpha_to_gray\28portable::Params*\2c\20SkRasterPipelineStage*\2c\20float\2c\20float\2c\20float\2c\20float\29 +7536:portable::add_n_ints\28portable::Params*\2c\20SkRasterPipelineStage*\2c\20float\2c\20float\2c\20float\2c\20float\29 +7537:portable::add_n_floats\28portable::Params*\2c\20SkRasterPipelineStage*\2c\20float\2c\20float\2c\20float\2c\20float\29 +7538:portable::add_int\28portable::Params*\2c\20SkRasterPipelineStage*\2c\20float\2c\20float\2c\20float\2c\20float\29 +7539:portable::add_imm_int\28portable::Params*\2c\20SkRasterPipelineStage*\2c\20float\2c\20float\2c\20float\2c\20float\29 +7540:portable::add_imm_float\28portable::Params*\2c\20SkRasterPipelineStage*\2c\20float\2c\20float\2c\20float\2c\20float\29 +7541:portable::add_float\28portable::Params*\2c\20SkRasterPipelineStage*\2c\20float\2c\20float\2c\20float\2c\20float\29 +7542:portable::add_4_ints\28portable::Params*\2c\20SkRasterPipelineStage*\2c\20float\2c\20float\2c\20float\2c\20float\29 +7543:portable::add_4_floats\28portable::Params*\2c\20SkRasterPipelineStage*\2c\20float\2c\20float\2c\20float\2c\20float\29 +7544:portable::add_3_ints\28portable::Params*\2c\20SkRasterPipelineStage*\2c\20float\2c\20float\2c\20float\2c\20float\29 +7545:portable::add_3_floats\28portable::Params*\2c\20SkRasterPipelineStage*\2c\20float\2c\20float\2c\20float\2c\20float\29 +7546:portable::add_2_ints\28portable::Params*\2c\20SkRasterPipelineStage*\2c\20float\2c\20float\2c\20float\2c\20float\29 +7547:portable::add_2_floats\28portable::Params*\2c\20SkRasterPipelineStage*\2c\20float\2c\20float\2c\20float\2c\20float\29 +7548:portable::acos_float\28portable::Params*\2c\20SkRasterPipelineStage*\2c\20float\2c\20float\2c\20float\2c\20float\29 +7549:portable::accumulate\28portable::Params*\2c\20SkRasterPipelineStage*\2c\20float\2c\20float\2c\20float\2c\20float\29 +7550:portable::abs_int\28portable::Params*\2c\20SkRasterPipelineStage*\2c\20float\2c\20float\2c\20float\2c\20float\29 +7551:portable::abs_4_ints\28portable::Params*\2c\20SkRasterPipelineStage*\2c\20float\2c\20float\2c\20float\2c\20float\29 +7552:portable::abs_3_ints\28portable::Params*\2c\20SkRasterPipelineStage*\2c\20float\2c\20float\2c\20float\2c\20float\29 +7553:portable::abs_2_ints\28portable::Params*\2c\20SkRasterPipelineStage*\2c\20float\2c\20float\2c\20float\2c\20float\29 +7554:portable::RGB_to_RGB1\28unsigned\20int*\2c\20unsigned\20char\20const*\2c\20int\29 +7555:portable::RGB_to_BGR1\28unsigned\20int*\2c\20unsigned\20char\20const*\2c\20int\29 +7556:portable::RGBA_to_rgbA\28unsigned\20int*\2c\20unsigned\20int\20const*\2c\20int\29 +7557:portable::RGBA_to_bgrA\28unsigned\20int*\2c\20unsigned\20int\20const*\2c\20int\29 +7558:portable::RGBA_to_BGRA\28unsigned\20int*\2c\20unsigned\20int\20const*\2c\20int\29 +7559:portable::PQish\28portable::Params*\2c\20SkRasterPipelineStage*\2c\20float\2c\20float\2c\20float\2c\20float\29 +7560:portable::HLGish\28portable::Params*\2c\20SkRasterPipelineStage*\2c\20float\2c\20float\2c\20float\2c\20float\29 +7561:portable::HLGinvish\28portable::Params*\2c\20SkRasterPipelineStage*\2c\20float\2c\20float\2c\20float\2c\20float\29 +7562:pop_arg_long_double +7563:png_read_filter_row_up +7564:png_read_filter_row_sub +7565:png_read_filter_row_paeth_multibyte_pixel +7566:png_read_filter_row_paeth_1byte_pixel +7567:png_read_filter_row_avg +7568:pass2_no_dither +7569:pass2_fs_dither +7570:override_features_khmer\28hb_ot_shape_planner_t*\29 +7571:override_features_indic\28hb_ot_shape_planner_t*\29 +7572:override_features_hangul\28hb_ot_shape_planner_t*\29 +7573:output_message +7574:operator\20delete\28void*\2c\20unsigned\20long\29 +7575:null_convert +7576:noop_upsample +7577:non-virtual\20thunk\20to\20std::__2::basic_stringstream\2c\20std::__2::allocator>::~basic_stringstream\28\29_16385 +7578:non-virtual\20thunk\20to\20std::__2::basic_stringstream\2c\20std::__2::allocator>::~basic_stringstream\28\29 +7579:non-virtual\20thunk\20to\20std::__2::basic_iostream>::~basic_iostream\28\29_16311 +7580:non-virtual\20thunk\20to\20std::__2::basic_iostream>::~basic_iostream\28\29 +7581:non-virtual\20thunk\20to\20skif::\28anonymous\20namespace\29::GaneshBackend::~GaneshBackend\28\29_10870 +7582:non-virtual\20thunk\20to\20skif::\28anonymous\20namespace\29::GaneshBackend::~GaneshBackend\28\29_10869 +7583:non-virtual\20thunk\20to\20skif::\28anonymous\20namespace\29::GaneshBackend::~GaneshBackend\28\29_10867 +7584:non-virtual\20thunk\20to\20skif::\28anonymous\20namespace\29::GaneshBackend::~GaneshBackend\28\29 +7585:non-virtual\20thunk\20to\20skif::\28anonymous\20namespace\29::GaneshBackend::makeDevice\28SkImageInfo\20const&\29\20const +7586:non-virtual\20thunk\20to\20skif::\28anonymous\20namespace\29::GaneshBackend::findAlgorithm\28SkSize\2c\20SkColorType\29\20const +7587:non-virtual\20thunk\20to\20skgpu::ganesh::SmallPathAtlasMgr::~SmallPathAtlasMgr\28\29_11709 +7588:non-virtual\20thunk\20to\20skgpu::ganesh::SmallPathAtlasMgr::~SmallPathAtlasMgr\28\29 +7589:non-virtual\20thunk\20to\20skgpu::ganesh::SmallPathAtlasMgr::evict\28skgpu::PlotLocator\29 +7590:non-virtual\20thunk\20to\20skgpu::ganesh::AtlasPathRenderer::~AtlasPathRenderer\28\29_11039 +7591:non-virtual\20thunk\20to\20skgpu::ganesh::AtlasPathRenderer::~AtlasPathRenderer\28\29 +7592:non-virtual\20thunk\20to\20skgpu::ganesh::AtlasPathRenderer::preFlush\28GrOnFlushResourceProvider*\29 +7593:non-virtual\20thunk\20to\20GrTextureRenderTargetProxy::~GrTextureRenderTargetProxy\28\29_10015 +7594:non-virtual\20thunk\20to\20GrTextureRenderTargetProxy::~GrTextureRenderTargetProxy\28\29 +7595:non-virtual\20thunk\20to\20GrTextureRenderTargetProxy::onUninstantiatedGpuMemorySize\28\29\20const +7596:non-virtual\20thunk\20to\20GrTextureRenderTargetProxy::instantiate\28GrResourceProvider*\29 +7597:non-virtual\20thunk\20to\20GrTextureRenderTargetProxy::createSurface\28GrResourceProvider*\29\20const +7598:non-virtual\20thunk\20to\20GrTextureRenderTargetProxy::callbackDesc\28\29\20const +7599:non-virtual\20thunk\20to\20GrOpFlushState::~GrOpFlushState\28\29_9540 +7600:non-virtual\20thunk\20to\20GrOpFlushState::~GrOpFlushState\28\29 +7601:non-virtual\20thunk\20to\20GrOpFlushState::writeView\28\29\20const +7602:non-virtual\20thunk\20to\20GrOpFlushState::usesMSAASurface\28\29\20const +7603:non-virtual\20thunk\20to\20GrOpFlushState::threadSafeCache\28\29\20const +7604:non-virtual\20thunk\20to\20GrOpFlushState::strikeCache\28\29\20const +7605:non-virtual\20thunk\20to\20GrOpFlushState::smallPathAtlasManager\28\29\20const +7606:non-virtual\20thunk\20to\20GrOpFlushState::sampledProxyArray\28\29 +7607:non-virtual\20thunk\20to\20GrOpFlushState::rtProxy\28\29\20const +7608:non-virtual\20thunk\20to\20GrOpFlushState::resourceProvider\28\29\20const +7609:non-virtual\20thunk\20to\20GrOpFlushState::renderPassBarriers\28\29\20const +7610:non-virtual\20thunk\20to\20GrOpFlushState::recordDraw\28GrGeometryProcessor\20const*\2c\20GrSimpleMesh\20const*\2c\20int\2c\20GrSurfaceProxy\20const*\20const*\2c\20GrPrimitiveType\29 +7611:non-virtual\20thunk\20to\20GrOpFlushState::putBackVertices\28int\2c\20unsigned\20long\29 +7612:non-virtual\20thunk\20to\20GrOpFlushState::putBackIndirectDraws\28int\29 +7613:non-virtual\20thunk\20to\20GrOpFlushState::putBackIndices\28int\29 +7614:non-virtual\20thunk\20to\20GrOpFlushState::putBackIndexedIndirectDraws\28int\29 +7615:non-virtual\20thunk\20to\20GrOpFlushState::makeVertexSpace\28unsigned\20long\2c\20int\2c\20sk_sp*\2c\20int*\29 +7616:non-virtual\20thunk\20to\20GrOpFlushState::makeVertexSpaceAtLeast\28unsigned\20long\2c\20int\2c\20int\2c\20sk_sp*\2c\20int*\2c\20int*\29 +7617:non-virtual\20thunk\20to\20GrOpFlushState::makeIndexSpace\28int\2c\20sk_sp*\2c\20int*\29 +7618:non-virtual\20thunk\20to\20GrOpFlushState::makeIndexSpaceAtLeast\28int\2c\20int\2c\20sk_sp*\2c\20int*\2c\20int*\29 +7619:non-virtual\20thunk\20to\20GrOpFlushState::makeDrawIndirectSpace\28int\2c\20sk_sp*\2c\20unsigned\20long*\29 +7620:non-virtual\20thunk\20to\20GrOpFlushState::makeDrawIndexedIndirectSpace\28int\2c\20sk_sp*\2c\20unsigned\20long*\29 +7621:non-virtual\20thunk\20to\20GrOpFlushState::dstProxyView\28\29\20const +7622:non-virtual\20thunk\20to\20GrOpFlushState::detachAppliedClip\28\29 +7623:non-virtual\20thunk\20to\20GrOpFlushState::deferredUploadTarget\28\29 +7624:non-virtual\20thunk\20to\20GrOpFlushState::colorLoadOp\28\29\20const +7625:non-virtual\20thunk\20to\20GrOpFlushState::caps\28\29\20const +7626:non-virtual\20thunk\20to\20GrOpFlushState::atlasManager\28\29\20const +7627:non-virtual\20thunk\20to\20GrOpFlushState::appliedClip\28\29\20const +7628:non-virtual\20thunk\20to\20GrGpuBuffer::~GrGpuBuffer\28\29 +7629:non-virtual\20thunk\20to\20GrGpuBuffer::unref\28\29\20const +7630:non-virtual\20thunk\20to\20GrGpuBuffer::ref\28\29\20const +7631:non-virtual\20thunk\20to\20GrGLTextureRenderTarget::~GrGLTextureRenderTarget\28\29_12480 +7632:non-virtual\20thunk\20to\20GrGLTextureRenderTarget::~GrGLTextureRenderTarget\28\29 +7633:non-virtual\20thunk\20to\20GrGLTextureRenderTarget::onSetLabel\28\29 +7634:non-virtual\20thunk\20to\20GrGLTextureRenderTarget::onRelease\28\29 +7635:non-virtual\20thunk\20to\20GrGLTextureRenderTarget::onGpuMemorySize\28\29\20const +7636:non-virtual\20thunk\20to\20GrGLTextureRenderTarget::onAbandon\28\29 +7637:non-virtual\20thunk\20to\20GrGLTextureRenderTarget::dumpMemoryStatistics\28SkTraceMemoryDump*\29\20const +7638:non-virtual\20thunk\20to\20GrGLTextureRenderTarget::backendFormat\28\29\20const +7639:non-virtual\20thunk\20to\20GrGLSLFragmentShaderBuilder::~GrGLSLFragmentShaderBuilder\28\29_10760 +7640:non-virtual\20thunk\20to\20GrGLSLFragmentShaderBuilder::~GrGLSLFragmentShaderBuilder\28\29 +7641:non-virtual\20thunk\20to\20GrGLSLFragmentShaderBuilder::hasSecondaryOutput\28\29\20const +7642:non-virtual\20thunk\20to\20GrGLSLFragmentShaderBuilder::enableAdvancedBlendEquationIfNeeded\28skgpu::BlendEquation\29 +7643:non-virtual\20thunk\20to\20GrGLSLFragmentShaderBuilder::dstColor\28\29 +7644:non-virtual\20thunk\20to\20GrGLBuffer::~GrGLBuffer\28\29_12120 +7645:non-virtual\20thunk\20to\20GrGLBuffer::~GrGLBuffer\28\29 +7646:new_color_map_2_quant +7647:new_color_map_1_quant +7648:merged_2v_upsample +7649:merged_1v_upsample +7650:lin_srgb_to_oklab\28SkRGBA4f<\28SkAlphaType\292>\2c\20bool*\29 +7651:lin_srgb_to_okhcl\28SkRGBA4f<\28SkAlphaType\292>\2c\20bool*\29 +7652:legalstub$dynCall_vijiii +7653:legalstub$dynCall_viji +7654:legalstub$dynCall_vij +7655:legalstub$dynCall_viijii +7656:legalstub$dynCall_viiiiij +7657:legalstub$dynCall_jiji +7658:legalstub$dynCall_jiiiiji +7659:legalstub$dynCall_jiiiiii +7660:legalstub$dynCall_jii +7661:legalstub$dynCall_ji +7662:legalstub$dynCall_iijj +7663:legalstub$dynCall_iiiiijj +7664:legalstub$dynCall_iiiiij +7665:legalstub$dynCall_iiiiiijj +7666:lcd_to_a8\28unsigned\20char*\2c\20unsigned\20char\20const*\2c\20int\29 +7667:jpeg_start_output +7668:jpeg_start_decompress +7669:jpeg_skip_scanlines +7670:jpeg_save_markers +7671:jpeg_resync_to_restart +7672:jpeg_read_scanlines +7673:jpeg_read_raw_data +7674:jpeg_read_header +7675:jpeg_input_complete +7676:jpeg_idct_islow +7677:jpeg_idct_ifast +7678:jpeg_idct_float +7679:jpeg_idct_9x9 +7680:jpeg_idct_7x7 +7681:jpeg_idct_6x6 +7682:jpeg_idct_5x5 +7683:jpeg_idct_4x4 +7684:jpeg_idct_3x3 +7685:jpeg_idct_2x2 +7686:jpeg_idct_1x1 +7687:jpeg_idct_16x16 +7688:jpeg_idct_15x15 +7689:jpeg_idct_14x14 +7690:jpeg_idct_13x13 +7691:jpeg_idct_12x12 +7692:jpeg_idct_11x11 +7693:jpeg_idct_10x10 +7694:jpeg_finish_output +7695:jpeg_destroy_decompress +7696:jpeg_crop_scanline +7697:is_deleted_glyph\28hb_glyph_info_t\20const*\29 +7698:internal_memalign +7699:int_upsample +7700:initial_reordering_indic\28hb_ot_shape_plan_t\20const*\2c\20hb_font_t*\2c\20hb_buffer_t*\29 +7701:hit_compare_y\28SkOpRayHit\20const*\2c\20SkOpRayHit\20const*\29 +7702:hit_compare_x\28SkOpRayHit\20const*\2c\20SkOpRayHit\20const*\29 +7703:hb_unicode_script_nil\28hb_unicode_funcs_t*\2c\20unsigned\20int\2c\20void*\29 +7704:hb_unicode_general_category_nil\28hb_unicode_funcs_t*\2c\20unsigned\20int\2c\20void*\29 +7705:hb_ucd_script\28hb_unicode_funcs_t*\2c\20unsigned\20int\2c\20void*\29 +7706:hb_ucd_mirroring\28hb_unicode_funcs_t*\2c\20unsigned\20int\2c\20void*\29 +7707:hb_ucd_general_category\28hb_unicode_funcs_t*\2c\20unsigned\20int\2c\20void*\29 +7708:hb_ucd_decompose\28hb_unicode_funcs_t*\2c\20unsigned\20int\2c\20unsigned\20int*\2c\20unsigned\20int*\2c\20void*\29 +7709:hb_ucd_compose\28hb_unicode_funcs_t*\2c\20unsigned\20int\2c\20unsigned\20int\2c\20unsigned\20int*\2c\20void*\29 +7710:hb_ucd_combining_class\28hb_unicode_funcs_t*\2c\20unsigned\20int\2c\20void*\29 +7711:hb_syllabic_clear_var\28hb_ot_shape_plan_t\20const*\2c\20hb_font_t*\2c\20hb_buffer_t*\29 +7712:hb_paint_sweep_gradient_nil\28hb_paint_funcs_t*\2c\20void*\2c\20hb_color_line_t*\2c\20float\2c\20float\2c\20float\2c\20float\2c\20void*\29 +7713:hb_paint_push_transform_nil\28hb_paint_funcs_t*\2c\20void*\2c\20float\2c\20float\2c\20float\2c\20float\2c\20float\2c\20float\2c\20void*\29 +7714:hb_paint_push_clip_rectangle_nil\28hb_paint_funcs_t*\2c\20void*\2c\20float\2c\20float\2c\20float\2c\20float\2c\20void*\29 +7715:hb_paint_image_nil\28hb_paint_funcs_t*\2c\20void*\2c\20hb_blob_t*\2c\20unsigned\20int\2c\20unsigned\20int\2c\20unsigned\20int\2c\20float\2c\20hb_glyph_extents_t*\2c\20void*\29 +7716:hb_paint_extents_push_transform\28hb_paint_funcs_t*\2c\20void*\2c\20float\2c\20float\2c\20float\2c\20float\2c\20float\2c\20float\2c\20void*\29 +7717:hb_paint_extents_push_group\28hb_paint_funcs_t*\2c\20void*\2c\20void*\29 +7718:hb_paint_extents_push_clip_rectangle\28hb_paint_funcs_t*\2c\20void*\2c\20float\2c\20float\2c\20float\2c\20float\2c\20void*\29 +7719:hb_paint_extents_push_clip_glyph\28hb_paint_funcs_t*\2c\20void*\2c\20unsigned\20int\2c\20hb_font_t*\2c\20void*\29 +7720:hb_paint_extents_pop_transform\28hb_paint_funcs_t*\2c\20void*\2c\20void*\29 +7721:hb_paint_extents_pop_group\28hb_paint_funcs_t*\2c\20void*\2c\20hb_paint_composite_mode_t\2c\20void*\29 +7722:hb_paint_extents_pop_clip\28hb_paint_funcs_t*\2c\20void*\2c\20void*\29 +7723:hb_paint_extents_paint_sweep_gradient\28hb_paint_funcs_t*\2c\20void*\2c\20hb_color_line_t*\2c\20float\2c\20float\2c\20float\2c\20float\2c\20void*\29 +7724:hb_paint_extents_paint_image\28hb_paint_funcs_t*\2c\20void*\2c\20hb_blob_t*\2c\20unsigned\20int\2c\20unsigned\20int\2c\20unsigned\20int\2c\20float\2c\20hb_glyph_extents_t*\2c\20void*\29 +7725:hb_paint_extents_paint_color\28hb_paint_funcs_t*\2c\20void*\2c\20int\2c\20unsigned\20int\2c\20void*\29 +7726:hb_outline_recording_pen_quadratic_to\28hb_draw_funcs_t*\2c\20void*\2c\20hb_draw_state_t*\2c\20float\2c\20float\2c\20float\2c\20float\2c\20void*\29 +7727:hb_outline_recording_pen_move_to\28hb_draw_funcs_t*\2c\20void*\2c\20hb_draw_state_t*\2c\20float\2c\20float\2c\20void*\29 +7728:hb_outline_recording_pen_line_to\28hb_draw_funcs_t*\2c\20void*\2c\20hb_draw_state_t*\2c\20float\2c\20float\2c\20void*\29 +7729:hb_outline_recording_pen_cubic_to\28hb_draw_funcs_t*\2c\20void*\2c\20hb_draw_state_t*\2c\20float\2c\20float\2c\20float\2c\20float\2c\20float\2c\20float\2c\20void*\29 +7730:hb_outline_recording_pen_close_path\28hb_draw_funcs_t*\2c\20void*\2c\20hb_draw_state_t*\2c\20void*\29 +7731:hb_ot_shape_normalize_context_t::decompose_unicode\28hb_ot_shape_normalize_context_t\20const*\2c\20unsigned\20int\2c\20unsigned\20int*\2c\20unsigned\20int*\29 +7732:hb_ot_shape_normalize_context_t::compose_unicode\28hb_ot_shape_normalize_context_t\20const*\2c\20unsigned\20int\2c\20unsigned\20int\2c\20unsigned\20int*\29 +7733:hb_ot_paint_glyph\28hb_font_t*\2c\20void*\2c\20unsigned\20int\2c\20hb_paint_funcs_t*\2c\20void*\2c\20unsigned\20int\2c\20unsigned\20int\2c\20void*\29 +7734:hb_ot_map_t::lookup_map_t::cmp\28void\20const*\2c\20void\20const*\29 +7735:hb_ot_map_t::feature_map_t::cmp\28void\20const*\2c\20void\20const*\29 +7736:hb_ot_map_builder_t::feature_info_t::cmp\28void\20const*\2c\20void\20const*\29 +7737:hb_ot_get_variation_glyph\28hb_font_t*\2c\20void*\2c\20unsigned\20int\2c\20unsigned\20int\2c\20unsigned\20int*\2c\20void*\29 +7738:hb_ot_get_nominal_glyphs\28hb_font_t*\2c\20void*\2c\20unsigned\20int\2c\20unsigned\20int\20const*\2c\20unsigned\20int\2c\20unsigned\20int*\2c\20unsigned\20int\2c\20void*\29 +7739:hb_ot_get_nominal_glyph\28hb_font_t*\2c\20void*\2c\20unsigned\20int\2c\20unsigned\20int*\2c\20void*\29 +7740:hb_ot_get_glyph_v_origin\28hb_font_t*\2c\20void*\2c\20unsigned\20int\2c\20int*\2c\20int*\2c\20void*\29 +7741:hb_ot_get_glyph_v_advances\28hb_font_t*\2c\20void*\2c\20unsigned\20int\2c\20unsigned\20int\20const*\2c\20unsigned\20int\2c\20int*\2c\20unsigned\20int\2c\20void*\29 +7742:hb_ot_get_glyph_name\28hb_font_t*\2c\20void*\2c\20unsigned\20int\2c\20char*\2c\20unsigned\20int\2c\20void*\29 +7743:hb_ot_get_glyph_h_advances\28hb_font_t*\2c\20void*\2c\20unsigned\20int\2c\20unsigned\20int\20const*\2c\20unsigned\20int\2c\20int*\2c\20unsigned\20int\2c\20void*\29 +7744:hb_ot_get_glyph_from_name\28hb_font_t*\2c\20void*\2c\20char\20const*\2c\20int\2c\20unsigned\20int*\2c\20void*\29 +7745:hb_ot_get_glyph_extents\28hb_font_t*\2c\20void*\2c\20unsigned\20int\2c\20hb_glyph_extents_t*\2c\20void*\29 +7746:hb_ot_get_font_v_extents\28hb_font_t*\2c\20void*\2c\20hb_font_extents_t*\2c\20void*\29 +7747:hb_ot_get_font_h_extents\28hb_font_t*\2c\20void*\2c\20hb_font_extents_t*\2c\20void*\29 +7748:hb_ot_draw_glyph\28hb_font_t*\2c\20void*\2c\20unsigned\20int\2c\20hb_draw_funcs_t*\2c\20void*\2c\20void*\29 +7749:hb_font_paint_glyph_default\28hb_font_t*\2c\20void*\2c\20unsigned\20int\2c\20hb_paint_funcs_t*\2c\20void*\2c\20unsigned\20int\2c\20unsigned\20int\2c\20void*\29 +7750:hb_font_get_variation_glyph_default\28hb_font_t*\2c\20void*\2c\20unsigned\20int\2c\20unsigned\20int\2c\20unsigned\20int*\2c\20void*\29 +7751:hb_font_get_nominal_glyphs_default\28hb_font_t*\2c\20void*\2c\20unsigned\20int\2c\20unsigned\20int\20const*\2c\20unsigned\20int\2c\20unsigned\20int*\2c\20unsigned\20int\2c\20void*\29 +7752:hb_font_get_nominal_glyph_nil\28hb_font_t*\2c\20void*\2c\20unsigned\20int\2c\20unsigned\20int*\2c\20void*\29 +7753:hb_font_get_nominal_glyph_default\28hb_font_t*\2c\20void*\2c\20unsigned\20int\2c\20unsigned\20int*\2c\20void*\29 +7754:hb_font_get_glyph_v_origin_nil\28hb_font_t*\2c\20void*\2c\20unsigned\20int\2c\20int*\2c\20int*\2c\20void*\29 +7755:hb_font_get_glyph_v_origin_default\28hb_font_t*\2c\20void*\2c\20unsigned\20int\2c\20int*\2c\20int*\2c\20void*\29 +7756:hb_font_get_glyph_v_kerning_default\28hb_font_t*\2c\20void*\2c\20unsigned\20int\2c\20unsigned\20int\2c\20void*\29 +7757:hb_font_get_glyph_v_advances_default\28hb_font_t*\2c\20void*\2c\20unsigned\20int\2c\20unsigned\20int\20const*\2c\20unsigned\20int\2c\20int*\2c\20unsigned\20int\2c\20void*\29 +7758:hb_font_get_glyph_v_advance_nil\28hb_font_t*\2c\20void*\2c\20unsigned\20int\2c\20void*\29 +7759:hb_font_get_glyph_v_advance_default\28hb_font_t*\2c\20void*\2c\20unsigned\20int\2c\20void*\29 +7760:hb_font_get_glyph_name_nil\28hb_font_t*\2c\20void*\2c\20unsigned\20int\2c\20char*\2c\20unsigned\20int\2c\20void*\29 +7761:hb_font_get_glyph_name_default\28hb_font_t*\2c\20void*\2c\20unsigned\20int\2c\20char*\2c\20unsigned\20int\2c\20void*\29 +7762:hb_font_get_glyph_h_origin_nil\28hb_font_t*\2c\20void*\2c\20unsigned\20int\2c\20int*\2c\20int*\2c\20void*\29 +7763:hb_font_get_glyph_h_origin_default\28hb_font_t*\2c\20void*\2c\20unsigned\20int\2c\20int*\2c\20int*\2c\20void*\29 +7764:hb_font_get_glyph_h_kerning_default\28hb_font_t*\2c\20void*\2c\20unsigned\20int\2c\20unsigned\20int\2c\20void*\29 +7765:hb_font_get_glyph_h_advances_default\28hb_font_t*\2c\20void*\2c\20unsigned\20int\2c\20unsigned\20int\20const*\2c\20unsigned\20int\2c\20int*\2c\20unsigned\20int\2c\20void*\29 +7766:hb_font_get_glyph_h_advance_nil\28hb_font_t*\2c\20void*\2c\20unsigned\20int\2c\20void*\29 +7767:hb_font_get_glyph_h_advance_default\28hb_font_t*\2c\20void*\2c\20unsigned\20int\2c\20void*\29 +7768:hb_font_get_glyph_from_name_default\28hb_font_t*\2c\20void*\2c\20char\20const*\2c\20int\2c\20unsigned\20int*\2c\20void*\29 +7769:hb_font_get_glyph_extents_nil\28hb_font_t*\2c\20void*\2c\20unsigned\20int\2c\20hb_glyph_extents_t*\2c\20void*\29 +7770:hb_font_get_glyph_extents_default\28hb_font_t*\2c\20void*\2c\20unsigned\20int\2c\20hb_glyph_extents_t*\2c\20void*\29 +7771:hb_font_get_glyph_contour_point_nil\28hb_font_t*\2c\20void*\2c\20unsigned\20int\2c\20unsigned\20int\2c\20int*\2c\20int*\2c\20void*\29 +7772:hb_font_get_glyph_contour_point_default\28hb_font_t*\2c\20void*\2c\20unsigned\20int\2c\20unsigned\20int\2c\20int*\2c\20int*\2c\20void*\29 +7773:hb_font_get_font_v_extents_default\28hb_font_t*\2c\20void*\2c\20hb_font_extents_t*\2c\20void*\29 +7774:hb_font_get_font_h_extents_default\28hb_font_t*\2c\20void*\2c\20hb_font_extents_t*\2c\20void*\29 +7775:hb_font_draw_glyph_default\28hb_font_t*\2c\20void*\2c\20unsigned\20int\2c\20hb_draw_funcs_t*\2c\20void*\2c\20void*\29 +7776:hb_draw_quadratic_to_nil\28hb_draw_funcs_t*\2c\20void*\2c\20hb_draw_state_t*\2c\20float\2c\20float\2c\20float\2c\20float\2c\20void*\29 +7777:hb_draw_quadratic_to_default\28hb_draw_funcs_t*\2c\20void*\2c\20hb_draw_state_t*\2c\20float\2c\20float\2c\20float\2c\20float\2c\20void*\29 +7778:hb_draw_move_to_default\28hb_draw_funcs_t*\2c\20void*\2c\20hb_draw_state_t*\2c\20float\2c\20float\2c\20void*\29 +7779:hb_draw_line_to_default\28hb_draw_funcs_t*\2c\20void*\2c\20hb_draw_state_t*\2c\20float\2c\20float\2c\20void*\29 +7780:hb_draw_extents_quadratic_to\28hb_draw_funcs_t*\2c\20void*\2c\20hb_draw_state_t*\2c\20float\2c\20float\2c\20float\2c\20float\2c\20void*\29 +7781:hb_draw_extents_cubic_to\28hb_draw_funcs_t*\2c\20void*\2c\20hb_draw_state_t*\2c\20float\2c\20float\2c\20float\2c\20float\2c\20float\2c\20float\2c\20void*\29 +7782:hb_draw_cubic_to_default\28hb_draw_funcs_t*\2c\20void*\2c\20hb_draw_state_t*\2c\20float\2c\20float\2c\20float\2c\20float\2c\20float\2c\20float\2c\20void*\29 +7783:hb_draw_close_path_default\28hb_draw_funcs_t*\2c\20void*\2c\20hb_draw_state_t*\2c\20void*\29 +7784:hb_blob_t*\20hb_sanitize_context_t::sanitize_blob\28hb_blob_t*\29 +7785:hb_aat_map_builder_t::feature_info_t::cmp\28void\20const*\2c\20void\20const*\29 +7786:hb_aat_map_builder_t::feature_event_t::cmp\28void\20const*\2c\20void\20const*\29 +7787:h2v2_upsample +7788:h2v2_merged_upsample_565D +7789:h2v2_merged_upsample_565 +7790:h2v2_merged_upsample +7791:h2v2_fancy_upsample +7792:h2v1_upsample +7793:h2v1_merged_upsample_565D +7794:h2v1_merged_upsample_565 +7795:h2v1_merged_upsample +7796:h2v1_fancy_upsample +7797:grayscale_convert +7798:gray_rgb_convert +7799:gray_rgb565_convert +7800:gray_rgb565D_convert +7801:gray_raster_render +7802:gray_raster_new +7803:gray_raster_done +7804:gray_move_to +7805:gray_line_to +7806:gray_cubic_to +7807:gray_conic_to +7808:get_sk_marker_list\28jpeg_decompress_struct*\29 +7809:get_sfnt_table +7810:get_interesting_appn +7811:fullsize_upsample +7812:ft_smooth_transform +7813:ft_smooth_set_mode +7814:ft_smooth_render +7815:ft_smooth_overlap_spans +7816:ft_smooth_lcd_spans +7817:ft_smooth_init +7818:ft_smooth_get_cbox +7819:ft_gzip_free +7820:ft_gzip_alloc +7821:ft_ansi_stream_io +7822:ft_ansi_stream_close +7823:fquad_dxdy_at_t\28SkPoint\20const*\2c\20float\2c\20double\29 +7824:format_message +7825:fmt_fp +7826:fline_dxdy_at_t\28SkPoint\20const*\2c\20float\2c\20double\29 +7827:first_axis_intersection\28double\20const*\2c\20bool\2c\20double\2c\20double*\29 +7828:finish_pass1 +7829:finish_output_pass +7830:finish_input_pass +7831:final_reordering_indic\28hb_ot_shape_plan_t\20const*\2c\20hb_font_t*\2c\20hb_buffer_t*\29 +7832:fcubic_dxdy_at_t\28SkPoint\20const*\2c\20float\2c\20double\29 +7833:fconic_dxdy_at_t\28SkPoint\20const*\2c\20float\2c\20double\29 +7834:fast_swizzle_rgba_to_rgba_premul\28void*\2c\20unsigned\20char\20const*\2c\20int\2c\20int\2c\20int\2c\20int\2c\20unsigned\20int\20const*\29 +7835:fast_swizzle_rgba_to_bgra_unpremul\28void*\2c\20unsigned\20char\20const*\2c\20int\2c\20int\2c\20int\2c\20int\2c\20unsigned\20int\20const*\29 +7836:fast_swizzle_rgba_to_bgra_premul\28void*\2c\20unsigned\20char\20const*\2c\20int\2c\20int\2c\20int\2c\20int\2c\20unsigned\20int\20const*\29 +7837:fast_swizzle_rgb_to_rgba\28void*\2c\20unsigned\20char\20const*\2c\20int\2c\20int\2c\20int\2c\20int\2c\20unsigned\20int\20const*\29 +7838:fast_swizzle_rgb_to_bgra\28void*\2c\20unsigned\20char\20const*\2c\20int\2c\20int\2c\20int\2c\20int\2c\20unsigned\20int\20const*\29 +7839:fast_swizzle_grayalpha_to_n32_unpremul\28void*\2c\20unsigned\20char\20const*\2c\20int\2c\20int\2c\20int\2c\20int\2c\20unsigned\20int\20const*\29 +7840:fast_swizzle_grayalpha_to_n32_premul\28void*\2c\20unsigned\20char\20const*\2c\20int\2c\20int\2c\20int\2c\20int\2c\20unsigned\20int\20const*\29 +7841:fast_swizzle_gray_to_n32\28void*\2c\20unsigned\20char\20const*\2c\20int\2c\20int\2c\20int\2c\20int\2c\20unsigned\20int\20const*\29 +7842:fast_swizzle_cmyk_to_rgba\28void*\2c\20unsigned\20char\20const*\2c\20int\2c\20int\2c\20int\2c\20int\2c\20unsigned\20int\20const*\29 +7843:fast_swizzle_cmyk_to_bgra\28void*\2c\20unsigned\20char\20const*\2c\20int\2c\20int\2c\20int\2c\20int\2c\20unsigned\20int\20const*\29 +7844:error_exit +7845:error_callback +7846:emscripten_stack_get_current +7847:emscripten::internal::MethodInvoker\20const&\2c\20float\2c\20float\2c\20SkPaint\20const&\29\2c\20void\2c\20SkCanvas*\2c\20sk_sp\20const&\2c\20float\2c\20float\2c\20SkPaint\20const&>::invoke\28void\20\28SkCanvas::*\20const&\29\28sk_sp\20const&\2c\20float\2c\20float\2c\20SkPaint\20const&\29\2c\20SkCanvas*\2c\20sk_sp*\2c\20float\2c\20float\2c\20SkPaint*\29 +7848:emscripten::internal::MethodInvoker::invoke\28void\20\28SkCanvas::*\20const&\29\28float\2c\20float\2c\20float\2c\20float\2c\20SkPaint\20const&\29\2c\20SkCanvas*\2c\20float\2c\20float\2c\20float\2c\20float\2c\20SkPaint*\29 +7849:emscripten::internal::MethodInvoker::invoke\28void\20\28SkCanvas::*\20const&\29\28float\2c\20float\2c\20float\2c\20SkPaint\20const&\29\2c\20SkCanvas*\2c\20float\2c\20float\2c\20float\2c\20SkPaint*\29 +7850:emscripten::internal::MethodInvoker::invoke\28void\20\28SkCanvas::*\20const&\29\28float\2c\20float\2c\20float\29\2c\20SkCanvas*\2c\20float\2c\20float\2c\20float\29 +7851:emscripten::internal::MethodInvoker::invoke\28void\20\28SkCanvas::*\20const&\29\28float\2c\20float\29\2c\20SkCanvas*\2c\20float\2c\20float\29 +7852:emscripten::internal::MethodInvoker::invoke\28void\20\28SkCanvas::*\20const&\29\28SkPath\20const&\2c\20SkPaint\20const&\29\2c\20SkCanvas*\2c\20SkPath*\2c\20SkPaint*\29 +7853:emscripten::internal::MethodInvoker\20\28skia::textlayout::Paragraph::*\29\28unsigned\20int\29\2c\20skia::textlayout::SkRange\2c\20skia::textlayout::Paragraph*\2c\20unsigned\20int>::invoke\28skia::textlayout::SkRange\20\28skia::textlayout::Paragraph::*\20const&\29\28unsigned\20int\29\2c\20skia::textlayout::Paragraph*\2c\20unsigned\20int\29 +7854:emscripten::internal::MethodInvoker::invoke\28skia::textlayout::PositionWithAffinity\20\28skia::textlayout::Paragraph::*\20const&\29\28float\2c\20float\29\2c\20skia::textlayout::Paragraph*\2c\20float\2c\20float\29 +7855:emscripten::internal::MethodInvoker\20\28SkVertices::Builder::*\29\28\29\2c\20sk_sp\2c\20SkVertices::Builder*>::invoke\28sk_sp\20\28SkVertices::Builder::*\20const&\29\28\29\2c\20SkVertices::Builder*\29 +7856:emscripten::internal::MethodInvoker::invoke\28int\20\28skia::textlayout::Paragraph::*\20const&\29\28unsigned\20long\29\20const\2c\20skia::textlayout::Paragraph\20const*\2c\20unsigned\20long\29 +7857:emscripten::internal::MethodInvoker::invoke\28bool\20\28SkPath::*\20const&\29\28float\2c\20float\29\20const\2c\20SkPath\20const*\2c\20float\2c\20float\29 +7858:emscripten::internal::MethodInvoker::invoke\28SkPath&\20\28SkPath::*\20const&\29\28bool\29\2c\20SkPath*\2c\20bool\29 +7859:emscripten::internal::Invoker::invoke\28SkVertices::Builder*\20\28*\29\28SkVertices::VertexMode&&\2c\20int&&\2c\20int&&\2c\20unsigned\20int&&\29\2c\20SkVertices::VertexMode\2c\20int\2c\20int\2c\20unsigned\20int\29 +7860:emscripten::internal::Invoker&&\2c\20float&&\2c\20float&&\2c\20float&&>::invoke\28SkFont*\20\28*\29\28sk_sp&&\2c\20float&&\2c\20float&&\2c\20float&&\29\2c\20sk_sp*\2c\20float\2c\20float\2c\20float\29 +7861:emscripten::internal::Invoker&&\2c\20float&&>::invoke\28SkFont*\20\28*\29\28sk_sp&&\2c\20float&&\29\2c\20sk_sp*\2c\20float\29 +7862:emscripten::internal::Invoker&&>::invoke\28SkFont*\20\28*\29\28sk_sp&&\29\2c\20sk_sp*\29 +7863:emscripten::internal::Invoker::invoke\28SkContourMeasureIter*\20\28*\29\28SkPath\20const&\2c\20bool&&\2c\20float&&\29\2c\20SkPath*\2c\20bool\2c\20float\29 +7864:emscripten::internal::Invoker::invoke\28SkCanvas*\20\28*\29\28float&&\2c\20float&&\29\2c\20float\2c\20float\29 +7865:emscripten::internal::Invoker::invoke\28void\20\28*\29\28unsigned\20long\2c\20unsigned\20long\29\2c\20unsigned\20long\2c\20unsigned\20long\29 +7866:emscripten::internal::Invoker::invoke\28void\20\28*\29\28emscripten::val\29\2c\20emscripten::_EM_VAL*\29 +7867:emscripten::internal::Invoker::invoke\28unsigned\20long\20\28*\29\28unsigned\20long\29\2c\20unsigned\20long\29 +7868:emscripten::internal::Invoker\2c\20unsigned\20long\2c\20unsigned\20long\2c\20unsigned\20long\2c\20SkFont\20const&>::invoke\28sk_sp\20\28*\29\28unsigned\20long\2c\20unsigned\20long\2c\20unsigned\20long\2c\20SkFont\20const&\29\2c\20unsigned\20long\2c\20unsigned\20long\2c\20unsigned\20long\2c\20SkFont*\29 +7869:emscripten::internal::Invoker\2c\20unsigned\20long\2c\20unsigned\20long\2c\20SkFont\20const&>::invoke\28sk_sp\20\28*\29\28unsigned\20long\2c\20unsigned\20long\2c\20SkFont\20const&\29\2c\20unsigned\20long\2c\20unsigned\20long\2c\20SkFont*\29 +7870:emscripten::internal::Invoker\2c\20sk_sp\2c\20int\2c\20int\2c\20sk_sp\2c\20int\2c\20int>::invoke\28sk_sp\20\28*\29\28sk_sp\2c\20int\2c\20int\2c\20sk_sp\2c\20int\2c\20int\29\2c\20sk_sp*\2c\20int\2c\20int\2c\20sk_sp*\2c\20int\2c\20int\29 +7871:emscripten::internal::Invoker\2c\20sk_sp\2c\20int\2c\20int\2c\20sk_sp>::invoke\28sk_sp\20\28*\29\28sk_sp\2c\20int\2c\20int\2c\20sk_sp\29\2c\20sk_sp*\2c\20int\2c\20int\2c\20sk_sp*\29 +7872:emscripten::internal::Invoker\2c\20sk_sp\2c\20int\2c\20int>::invoke\28sk_sp\20\28*\29\28sk_sp\2c\20int\2c\20int\29\2c\20sk_sp*\2c\20int\2c\20int\29 +7873:emscripten::internal::Invoker\2c\20sk_sp\2c\20SimpleImageInfo>::invoke\28sk_sp\20\28*\29\28sk_sp\2c\20SimpleImageInfo\29\2c\20sk_sp*\2c\20SimpleImageInfo*\29 +7874:emscripten::internal::Invoker\2c\20SimpleImageInfo\2c\20unsigned\20long\2c\20unsigned\20long>::invoke\28sk_sp\20\28*\29\28SimpleImageInfo\2c\20unsigned\20long\2c\20unsigned\20long\29\2c\20SimpleImageInfo*\2c\20unsigned\20long\2c\20unsigned\20long\29 +7875:emscripten::internal::Invoker\2c\20unsigned\20long\2c\20unsigned\20long\2c\20SkColorType\2c\20unsigned\20long\2c\20int\2c\20SkTileMode\2c\20unsigned\20int\2c\20unsigned\20long\2c\20sk_sp>::invoke\28sk_sp\20\28*\29\28unsigned\20long\2c\20unsigned\20long\2c\20SkColorType\2c\20unsigned\20long\2c\20int\2c\20SkTileMode\2c\20unsigned\20int\2c\20unsigned\20long\2c\20sk_sp\29\2c\20unsigned\20long\2c\20unsigned\20long\2c\20SkColorType\2c\20unsigned\20long\2c\20int\2c\20SkTileMode\2c\20unsigned\20int\2c\20unsigned\20long\2c\20sk_sp*\29 +7876:emscripten::internal::Invoker\2c\20unsigned\20long\2c\20sk_sp>::invoke\28sk_sp\20\28*\29\28unsigned\20long\2c\20sk_sp\29\2c\20unsigned\20long\2c\20sk_sp*\29 +7877:emscripten::internal::Invoker\2c\20unsigned\20long\2c\20float\2c\20float\2c\20unsigned\20long\2c\20SkColorType\2c\20unsigned\20long\2c\20int\2c\20SkTileMode\2c\20unsigned\20int\2c\20unsigned\20long\2c\20sk_sp>::invoke\28sk_sp\20\28*\29\28unsigned\20long\2c\20float\2c\20float\2c\20unsigned\20long\2c\20SkColorType\2c\20unsigned\20long\2c\20int\2c\20SkTileMode\2c\20unsigned\20int\2c\20unsigned\20long\2c\20sk_sp\29\2c\20unsigned\20long\2c\20float\2c\20float\2c\20unsigned\20long\2c\20SkColorType\2c\20unsigned\20long\2c\20int\2c\20SkTileMode\2c\20unsigned\20int\2c\20unsigned\20long\2c\20sk_sp*\29 +7878:emscripten::internal::Invoker\2c\20float\2c\20float\2c\20unsigned\20long\2c\20SkColorType\2c\20unsigned\20long\2c\20int\2c\20SkTileMode\2c\20float\2c\20float\2c\20unsigned\20int\2c\20unsigned\20long\2c\20sk_sp>::invoke\28sk_sp\20\28*\29\28float\2c\20float\2c\20unsigned\20long\2c\20SkColorType\2c\20unsigned\20long\2c\20int\2c\20SkTileMode\2c\20float\2c\20float\2c\20unsigned\20int\2c\20unsigned\20long\2c\20sk_sp\29\2c\20float\2c\20float\2c\20unsigned\20long\2c\20SkColorType\2c\20unsigned\20long\2c\20int\2c\20SkTileMode\2c\20float\2c\20float\2c\20unsigned\20int\2c\20unsigned\20long\2c\20sk_sp*\29 +7879:emscripten::internal::Invoker\2c\20float\2c\20float\2c\20int\2c\20float\2c\20int\2c\20int>::invoke\28sk_sp\20\28*\29\28float\2c\20float\2c\20int\2c\20float\2c\20int\2c\20int\29\2c\20float\2c\20float\2c\20int\2c\20float\2c\20int\2c\20int\29 +7880:emscripten::internal::Invoker\2c\20float\2c\20float\2c\20float\2c\20unsigned\20long\2c\20SkColorType\2c\20unsigned\20long\2c\20int\2c\20SkTileMode\2c\20unsigned\20int\2c\20unsigned\20long\2c\20sk_sp>::invoke\28sk_sp\20\28*\29\28float\2c\20float\2c\20float\2c\20unsigned\20long\2c\20SkColorType\2c\20unsigned\20long\2c\20int\2c\20SkTileMode\2c\20unsigned\20int\2c\20unsigned\20long\2c\20sk_sp\29\2c\20float\2c\20float\2c\20float\2c\20unsigned\20long\2c\20SkColorType\2c\20unsigned\20long\2c\20int\2c\20SkTileMode\2c\20unsigned\20int\2c\20unsigned\20long\2c\20sk_sp*\29 +7881:emscripten::internal::Invoker\2c\20std::__2::basic_string\2c\20std::__2::allocator>\2c\20emscripten::val>::invoke\28sk_sp\20\28*\29\28std::__2::basic_string\2c\20std::__2::allocator>\2c\20emscripten::val\29\2c\20emscripten::internal::BindingType\2c\20std::__2::allocator>\2c\20void>::'unnamed'*\2c\20emscripten::_EM_VAL*\29 +7882:emscripten::internal::Invoker\2c\20unsigned\20long\2c\20int\2c\20float>::invoke\28sk_sp\20\28*\29\28unsigned\20long\2c\20int\2c\20float\29\2c\20unsigned\20long\2c\20int\2c\20float\29 +7883:emscripten::internal::Invoker\2c\20unsigned\20long\2c\20SkPath>::invoke\28sk_sp\20\28*\29\28unsigned\20long\2c\20SkPath\29\2c\20unsigned\20long\2c\20SkPath*\29 +7884:emscripten::internal::Invoker\2c\20float\2c\20unsigned\20long>::invoke\28sk_sp\20\28*\29\28float\2c\20unsigned\20long\29\2c\20float\2c\20unsigned\20long\29 +7885:emscripten::internal::Invoker\2c\20float\2c\20float\2c\20unsigned\20int>::invoke\28sk_sp\20\28*\29\28float\2c\20float\2c\20unsigned\20int\29\2c\20float\2c\20float\2c\20unsigned\20int\29 +7886:emscripten::internal::Invoker\2c\20float>::invoke\28sk_sp\20\28*\29\28float\29\2c\20float\29 +7887:emscripten::internal::Invoker\2c\20SkPath\20const&\2c\20float\2c\20float\2c\20SkPath1DPathEffect::Style>::invoke\28sk_sp\20\28*\29\28SkPath\20const&\2c\20float\2c\20float\2c\20SkPath1DPathEffect::Style\29\2c\20SkPath*\2c\20float\2c\20float\2c\20SkPath1DPathEffect::Style\29 +7888:emscripten::internal::Invoker\2c\20SkBlurStyle\2c\20float\2c\20bool>::invoke\28sk_sp\20\28*\29\28SkBlurStyle\2c\20float\2c\20bool\29\2c\20SkBlurStyle\2c\20float\2c\20bool\29 +7889:emscripten::internal::Invoker\2c\20unsigned\20long\2c\20float\2c\20float\2c\20sk_sp>::invoke\28sk_sp\20\28*\29\28unsigned\20long\2c\20float\2c\20float\2c\20sk_sp\29\2c\20unsigned\20long\2c\20float\2c\20float\2c\20sk_sp*\29 +7890:emscripten::internal::Invoker\2c\20unsigned\20long\2c\20SkFilterMode\2c\20SkMipmapMode\2c\20sk_sp>::invoke\28sk_sp\20\28*\29\28unsigned\20long\2c\20SkFilterMode\2c\20SkMipmapMode\2c\20sk_sp\29\2c\20unsigned\20long\2c\20SkFilterMode\2c\20SkMipmapMode\2c\20sk_sp*\29 +7891:emscripten::internal::Invoker\2c\20sk_sp>::invoke\28sk_sp\20\28*\29\28sk_sp\29\2c\20sk_sp*\29 +7892:emscripten::internal::Invoker\2c\20sk_sp\2c\20float\2c\20float\2c\20unsigned\20long\2c\20unsigned\20long>::invoke\28sk_sp\20\28*\29\28sk_sp\2c\20float\2c\20float\2c\20unsigned\20long\2c\20unsigned\20long\29\2c\20sk_sp*\2c\20float\2c\20float\2c\20unsigned\20long\2c\20unsigned\20long\29 +7893:emscripten::internal::Invoker\2c\20sk_sp\2c\20SkFilterMode\2c\20SkMipmapMode\2c\20unsigned\20long\2c\20unsigned\20long>::invoke\28sk_sp\20\28*\29\28sk_sp\2c\20SkFilterMode\2c\20SkMipmapMode\2c\20unsigned\20long\2c\20unsigned\20long\29\2c\20sk_sp*\2c\20SkFilterMode\2c\20SkMipmapMode\2c\20unsigned\20long\2c\20unsigned\20long\29 +7894:emscripten::internal::Invoker\2c\20float\2c\20float\2c\20sk_sp>::invoke\28sk_sp\20\28*\29\28float\2c\20float\2c\20sk_sp\29\2c\20float\2c\20float\2c\20sk_sp*\29 +7895:emscripten::internal::Invoker\2c\20float\2c\20float\2c\20float\2c\20float\2c\20unsigned\20long\2c\20sk_sp>::invoke\28sk_sp\20\28*\29\28float\2c\20float\2c\20float\2c\20float\2c\20unsigned\20long\2c\20sk_sp\29\2c\20float\2c\20float\2c\20float\2c\20float\2c\20unsigned\20long\2c\20sk_sp*\29 +7896:emscripten::internal::Invoker\2c\20float\2c\20float\2c\20SkTileMode\2c\20sk_sp>::invoke\28sk_sp\20\28*\29\28float\2c\20float\2c\20SkTileMode\2c\20sk_sp\29\2c\20float\2c\20float\2c\20SkTileMode\2c\20sk_sp*\29 +7897:emscripten::internal::Invoker\2c\20SkColorChannel\2c\20SkColorChannel\2c\20float\2c\20sk_sp\2c\20sk_sp>::invoke\28sk_sp\20\28*\29\28SkColorChannel\2c\20SkColorChannel\2c\20float\2c\20sk_sp\2c\20sk_sp\29\2c\20SkColorChannel\2c\20SkColorChannel\2c\20float\2c\20sk_sp*\2c\20sk_sp*\29 +7898:emscripten::internal::Invoker\2c\20SimpleImageInfo\2c\20unsigned\20long\2c\20int\2c\20unsigned\20long>::invoke\28sk_sp\20\28*\29\28SimpleImageInfo\2c\20unsigned\20long\2c\20int\2c\20unsigned\20long\29\2c\20SimpleImageInfo*\2c\20unsigned\20long\2c\20int\2c\20unsigned\20long\29 +7899:emscripten::internal::Invoker\2c\20SimpleImageInfo\2c\20emscripten::val>::invoke\28sk_sp\20\28*\29\28SimpleImageInfo\2c\20emscripten::val\29\2c\20SimpleImageInfo*\2c\20emscripten::_EM_VAL*\29 +7900:emscripten::internal::Invoker\2c\20unsigned\20long\2c\20unsigned\20long\2c\20int>::invoke\28sk_sp\20\28*\29\28unsigned\20long\2c\20unsigned\20long\2c\20int\29\2c\20unsigned\20long\2c\20unsigned\20long\2c\20int\29 +7901:emscripten::internal::Invoker>::invoke\28sk_sp\20\28*\29\28\29\29 +7902:emscripten::internal::Invoker\2c\20unsigned\20long\2c\20SkBlendMode\2c\20sk_sp>::invoke\28sk_sp\20\28*\29\28unsigned\20long\2c\20SkBlendMode\2c\20sk_sp\29\2c\20unsigned\20long\2c\20SkBlendMode\2c\20sk_sp*\29 +7903:emscripten::internal::Invoker\2c\20sk_sp\20const&\2c\20sk_sp>::invoke\28sk_sp\20\28*\29\28sk_sp\20const&\2c\20sk_sp\29\2c\20sk_sp*\2c\20sk_sp*\29 +7904:emscripten::internal::Invoker\2c\20float\2c\20sk_sp\2c\20sk_sp>::invoke\28sk_sp\20\28*\29\28float\2c\20sk_sp\2c\20sk_sp\29\2c\20float\2c\20sk_sp*\2c\20sk_sp*\29 +7905:emscripten::internal::Invoker::invoke\28emscripten::val\20\28*\29\28unsigned\20long\2c\20int\29\2c\20unsigned\20long\2c\20int\29 +7906:emscripten::internal::Invoker\2c\20std::__2::allocator>>::invoke\28emscripten::val\20\28*\29\28std::__2::basic_string\2c\20std::__2::allocator>\29\2c\20emscripten::internal::BindingType\2c\20std::__2::allocator>\2c\20void>::'unnamed'*\29 +7907:emscripten::internal::Invoker::invoke\28emscripten::val\20\28*\29\28emscripten::val\2c\20emscripten::val\2c\20float\29\2c\20emscripten::_EM_VAL*\2c\20emscripten::_EM_VAL*\2c\20float\29 +7908:emscripten::internal::Invoker::invoke\28emscripten::val\20\28*\29\28SkPath\20const&\2c\20SkPath\20const&\2c\20float\29\2c\20SkPath*\2c\20SkPath*\2c\20float\29 +7909:emscripten::internal::Invoker::invoke\28emscripten::val\20\28*\29\28SkPath\20const&\2c\20SkPath\20const&\2c\20SkPathOp\29\2c\20SkPath*\2c\20SkPath*\2c\20SkPathOp\29 +7910:emscripten::internal::Invoker::invoke\28bool\20\28*\29\28unsigned\20long\2c\20SkPath\20const&\2c\20unsigned\20long\2c\20unsigned\20long\2c\20float\2c\20unsigned\20int\2c\20unsigned\20long\29\2c\20unsigned\20long\2c\20SkPath*\2c\20unsigned\20long\2c\20unsigned\20long\2c\20float\2c\20unsigned\20int\2c\20unsigned\20long\29 +7911:emscripten::internal::Invoker\2c\20sk_sp>::invoke\28bool\20\28*\29\28sk_sp\2c\20sk_sp\29\2c\20sk_sp*\2c\20sk_sp*\29 +7912:emscripten::internal::Invoker::invoke\28bool\20\28*\29\28SkPath\20const&\2c\20SkPath\20const&\29\2c\20SkPath*\2c\20SkPath*\29 +7913:emscripten::internal::Invoker\2c\20int\2c\20int>::invoke\28SkRuntimeEffect::TracedShader\20\28*\29\28sk_sp\2c\20int\2c\20int\29\2c\20sk_sp*\2c\20int\2c\20int\29 +7914:emscripten::internal::Invoker::invoke\28SkPath\20\28*\29\28unsigned\20long\2c\20int\2c\20unsigned\20long\2c\20int\2c\20unsigned\20long\2c\20int\29\2c\20unsigned\20long\2c\20int\2c\20unsigned\20long\2c\20int\2c\20unsigned\20long\2c\20int\29 +7915:emscripten::internal::FunctionInvoker\2c\20unsigned\20long\29\2c\20void\2c\20skia::textlayout::TypefaceFontProvider&\2c\20sk_sp\2c\20unsigned\20long>::invoke\28void\20\28**\29\28skia::textlayout::TypefaceFontProvider&\2c\20sk_sp\2c\20unsigned\20long\29\2c\20skia::textlayout::TypefaceFontProvider*\2c\20sk_sp*\2c\20unsigned\20long\29 +7916:emscripten::internal::FunctionInvoker\2c\20std::__2::allocator>\29\2c\20void\2c\20skia::textlayout::ParagraphBuilderImpl&\2c\20std::__2::basic_string\2c\20std::__2::allocator>>::invoke\28void\20\28**\29\28skia::textlayout::ParagraphBuilderImpl&\2c\20std::__2::basic_string\2c\20std::__2::allocator>\29\2c\20skia::textlayout::ParagraphBuilderImpl*\2c\20emscripten::internal::BindingType\2c\20std::__2::allocator>\2c\20void>::'unnamed'*\29 +7917:emscripten::internal::FunctionInvoker::invoke\28void\20\28**\29\28skia::textlayout::ParagraphBuilderImpl&\2c\20float\2c\20float\2c\20skia::textlayout::PlaceholderAlignment\2c\20skia::textlayout::TextBaseline\2c\20float\29\2c\20skia::textlayout::ParagraphBuilderImpl*\2c\20float\2c\20float\2c\20skia::textlayout::PlaceholderAlignment\2c\20skia::textlayout::TextBaseline\2c\20float\29 +7918:emscripten::internal::FunctionInvoker::invoke\28void\20\28**\29\28skia::textlayout::ParagraphBuilderImpl&\2c\20SimpleTextStyle\2c\20SkPaint\2c\20SkPaint\29\2c\20skia::textlayout::ParagraphBuilderImpl*\2c\20SimpleTextStyle*\2c\20SkPaint*\2c\20SkPaint*\29 +7919:emscripten::internal::FunctionInvoker::invoke\28void\20\28**\29\28skia::textlayout::ParagraphBuilderImpl&\2c\20SimpleTextStyle\29\2c\20skia::textlayout::ParagraphBuilderImpl*\2c\20SimpleTextStyle*\29 +7920:emscripten::internal::FunctionInvoker::invoke\28void\20\28**\29\28SkPath&\2c\20float\2c\20float\2c\20float\2c\20float\2c\20float\2c\20float\2c\20float\2c\20float\2c\20float\29\2c\20SkPath*\2c\20float\2c\20float\2c\20float\2c\20float\2c\20float\2c\20float\2c\20float\2c\20float\2c\20float\29 +7921:emscripten::internal::FunctionInvoker::invoke\28void\20\28**\29\28SkPath&\2c\20float\2c\20float\2c\20float\2c\20float\2c\20float\2c\20float\29\2c\20SkPath*\2c\20float\2c\20float\2c\20float\2c\20float\2c\20float\2c\20float\29 +7922:emscripten::internal::FunctionInvoker::invoke\28void\20\28**\29\28SkPath&\2c\20float\2c\20float\2c\20float\2c\20float\2c\20float\29\2c\20SkPath*\2c\20float\2c\20float\2c\20float\2c\20float\2c\20float\29 +7923:emscripten::internal::FunctionInvoker::invoke\28void\20\28**\29\28SkPath&\2c\20float\2c\20float\2c\20float\2c\20bool\2c\20bool\2c\20float\2c\20float\29\2c\20SkPath*\2c\20float\2c\20float\2c\20float\2c\20bool\2c\20bool\2c\20float\2c\20float\29 +7924:emscripten::internal::FunctionInvoker::invoke\28void\20\28**\29\28SkPath&\2c\20float\2c\20float\2c\20float\2c\20bool\29\2c\20SkPath*\2c\20float\2c\20float\2c\20float\2c\20bool\29 +7925:emscripten::internal::FunctionInvoker::invoke\28void\20\28**\29\28SkPath&\2c\20SkPath\20const&\2c\20float\2c\20float\2c\20float\2c\20float\2c\20float\2c\20float\2c\20float\2c\20float\2c\20float\2c\20bool\29\2c\20SkPath*\2c\20SkPath*\2c\20float\2c\20float\2c\20float\2c\20float\2c\20float\2c\20float\2c\20float\2c\20float\2c\20float\2c\20bool\29 +7926:emscripten::internal::FunctionInvoker::invoke\28void\20\28**\29\28SkContourMeasure&\2c\20float\2c\20unsigned\20long\29\2c\20SkContourMeasure*\2c\20float\2c\20unsigned\20long\29 +7927:emscripten::internal::FunctionInvoker::invoke\28void\20\28**\29\28SkCanvas&\2c\20unsigned\20long\2c\20unsigned\20long\2c\20float\2c\20float\2c\20SkFont\20const&\2c\20SkPaint\20const&\29\2c\20SkCanvas*\2c\20unsigned\20long\2c\20unsigned\20long\2c\20float\2c\20float\2c\20SkFont*\2c\20SkPaint*\29 +7928:emscripten::internal::FunctionInvoker::invoke\28void\20\28**\29\28SkCanvas&\2c\20unsigned\20long\2c\20float\2c\20float\2c\20bool\2c\20SkPaint\20const&\29\2c\20SkCanvas*\2c\20unsigned\20long\2c\20float\2c\20float\2c\20bool\2c\20SkPaint*\29 +7929:emscripten::internal::FunctionInvoker\20const&\2c\20unsigned\20long\2c\20unsigned\20long\2c\20unsigned\20long\2c\20int\2c\20SkBlendMode\2c\20float\2c\20float\2c\20SkPaint\20const*\29\2c\20void\2c\20SkCanvas&\2c\20sk_sp\20const&\2c\20unsigned\20long\2c\20unsigned\20long\2c\20unsigned\20long\2c\20int\2c\20SkBlendMode\2c\20float\2c\20float\2c\20SkPaint\20const*>::invoke\28void\20\28**\29\28SkCanvas&\2c\20sk_sp\20const&\2c\20unsigned\20long\2c\20unsigned\20long\2c\20unsigned\20long\2c\20int\2c\20SkBlendMode\2c\20float\2c\20float\2c\20SkPaint\20const*\29\2c\20SkCanvas*\2c\20sk_sp*\2c\20unsigned\20long\2c\20unsigned\20long\2c\20unsigned\20long\2c\20int\2c\20SkBlendMode\2c\20float\2c\20float\2c\20SkPaint\20const*\29 +7930:emscripten::internal::FunctionInvoker\20const&\2c\20unsigned\20long\2c\20unsigned\20long\2c\20float\2c\20float\2c\20SkPaint\20const*\29\2c\20void\2c\20SkCanvas&\2c\20sk_sp\20const&\2c\20unsigned\20long\2c\20unsigned\20long\2c\20float\2c\20float\2c\20SkPaint\20const*>::invoke\28void\20\28**\29\28SkCanvas&\2c\20sk_sp\20const&\2c\20unsigned\20long\2c\20unsigned\20long\2c\20float\2c\20float\2c\20SkPaint\20const*\29\2c\20SkCanvas*\2c\20sk_sp*\2c\20unsigned\20long\2c\20unsigned\20long\2c\20float\2c\20float\2c\20SkPaint\20const*\29 +7931:emscripten::internal::FunctionInvoker\20const&\2c\20float\2c\20float\2c\20float\2c\20float\2c\20SkPaint\20const*\29\2c\20void\2c\20SkCanvas&\2c\20sk_sp\20const&\2c\20float\2c\20float\2c\20float\2c\20float\2c\20SkPaint\20const*>::invoke\28void\20\28**\29\28SkCanvas&\2c\20sk_sp\20const&\2c\20float\2c\20float\2c\20float\2c\20float\2c\20SkPaint\20const*\29\2c\20SkCanvas*\2c\20sk_sp*\2c\20float\2c\20float\2c\20float\2c\20float\2c\20SkPaint\20const*\29 +7932:emscripten::internal::FunctionInvoker\20const&\2c\20float\2c\20float\2c\20SkFilterMode\2c\20SkMipmapMode\2c\20SkPaint\20const*\29\2c\20void\2c\20SkCanvas&\2c\20sk_sp\20const&\2c\20float\2c\20float\2c\20SkFilterMode\2c\20SkMipmapMode\2c\20SkPaint\20const*>::invoke\28void\20\28**\29\28SkCanvas&\2c\20sk_sp\20const&\2c\20float\2c\20float\2c\20SkFilterMode\2c\20SkMipmapMode\2c\20SkPaint\20const*\29\2c\20SkCanvas*\2c\20sk_sp*\2c\20float\2c\20float\2c\20SkFilterMode\2c\20SkMipmapMode\2c\20SkPaint\20const*\29 +7933:emscripten::internal::FunctionInvoker::invoke\28void\20\28**\29\28SkCanvas&\2c\20int\2c\20unsigned\20long\2c\20unsigned\20long\2c\20float\2c\20float\2c\20SkFont\20const&\2c\20SkPaint\20const&\29\2c\20SkCanvas*\2c\20int\2c\20unsigned\20long\2c\20unsigned\20long\2c\20float\2c\20float\2c\20SkFont*\2c\20SkPaint*\29 +7934:emscripten::internal::FunctionInvoker::invoke\28void\20\28**\29\28SkCanvas&\2c\20float\2c\20float\2c\20float\2c\20float\2c\20SkPaint\20const&\29\2c\20SkCanvas*\2c\20float\2c\20float\2c\20float\2c\20float\2c\20SkPaint*\29 +7935:emscripten::internal::FunctionInvoker::invoke\28void\20\28**\29\28SkCanvas&\2c\20SkPath\20const&\2c\20unsigned\20long\2c\20unsigned\20long\2c\20float\2c\20unsigned\20long\2c\20unsigned\20long\2c\20unsigned\20int\29\2c\20SkCanvas*\2c\20SkPath*\2c\20unsigned\20long\2c\20unsigned\20long\2c\20float\2c\20unsigned\20long\2c\20unsigned\20long\2c\20unsigned\20int\29 +7936:emscripten::internal::FunctionInvoker\2c\20std::__2::allocator>\20\28*\29\28SkSL::DebugTrace\20const*\29\2c\20std::__2::basic_string\2c\20std::__2::allocator>\2c\20SkSL::DebugTrace\20const*>::invoke\28std::__2::basic_string\2c\20std::__2::allocator>\20\28**\29\28SkSL::DebugTrace\20const*\29\2c\20SkSL::DebugTrace\20const*\29 +7937:emscripten::internal::FunctionInvoker\20\28*\29\28SkFontMgr&\2c\20unsigned\20long\2c\20int\29\2c\20sk_sp\2c\20SkFontMgr&\2c\20unsigned\20long\2c\20int>::invoke\28sk_sp\20\28**\29\28SkFontMgr&\2c\20unsigned\20long\2c\20int\29\2c\20SkFontMgr*\2c\20unsigned\20long\2c\20int\29 +7938:emscripten::internal::FunctionInvoker\20\28*\29\28SkFontMgr&\2c\20std::__2::basic_string\2c\20std::__2::allocator>\2c\20emscripten::val\29\2c\20sk_sp\2c\20SkFontMgr&\2c\20std::__2::basic_string\2c\20std::__2::allocator>\2c\20emscripten::val>::invoke\28sk_sp\20\28**\29\28SkFontMgr&\2c\20std::__2::basic_string\2c\20std::__2::allocator>\2c\20emscripten::val\29\2c\20SkFontMgr*\2c\20emscripten::internal::BindingType\2c\20std::__2::allocator>\2c\20void>::'unnamed'*\2c\20emscripten::_EM_VAL*\29 +7939:emscripten::internal::FunctionInvoker\20\28*\29\28sk_sp\2c\20SkTileMode\2c\20SkTileMode\2c\20float\2c\20float\2c\20unsigned\20long\29\2c\20sk_sp\2c\20sk_sp\2c\20SkTileMode\2c\20SkTileMode\2c\20float\2c\20float\2c\20unsigned\20long>::invoke\28sk_sp\20\28**\29\28sk_sp\2c\20SkTileMode\2c\20SkTileMode\2c\20float\2c\20float\2c\20unsigned\20long\29\2c\20sk_sp*\2c\20SkTileMode\2c\20SkTileMode\2c\20float\2c\20float\2c\20unsigned\20long\29 +7940:emscripten::internal::FunctionInvoker\20\28*\29\28sk_sp\2c\20SkTileMode\2c\20SkTileMode\2c\20SkFilterMode\2c\20SkMipmapMode\2c\20unsigned\20long\29\2c\20sk_sp\2c\20sk_sp\2c\20SkTileMode\2c\20SkTileMode\2c\20SkFilterMode\2c\20SkMipmapMode\2c\20unsigned\20long>::invoke\28sk_sp\20\28**\29\28sk_sp\2c\20SkTileMode\2c\20SkTileMode\2c\20SkFilterMode\2c\20SkMipmapMode\2c\20unsigned\20long\29\2c\20sk_sp*\2c\20SkTileMode\2c\20SkTileMode\2c\20SkFilterMode\2c\20SkMipmapMode\2c\20unsigned\20long\29 +7941:emscripten::internal::FunctionInvoker\20\28*\29\28SkRuntimeEffect&\2c\20unsigned\20long\2c\20unsigned\20long\2c\20bool\2c\20unsigned\20long\2c\20unsigned\20long\2c\20unsigned\20long\29\2c\20sk_sp\2c\20SkRuntimeEffect&\2c\20unsigned\20long\2c\20unsigned\20long\2c\20bool\2c\20unsigned\20long\2c\20unsigned\20long\2c\20unsigned\20long>::invoke\28sk_sp\20\28**\29\28SkRuntimeEffect&\2c\20unsigned\20long\2c\20unsigned\20long\2c\20bool\2c\20unsigned\20long\2c\20unsigned\20long\2c\20unsigned\20long\29\2c\20SkRuntimeEffect*\2c\20unsigned\20long\2c\20unsigned\20long\2c\20bool\2c\20unsigned\20long\2c\20unsigned\20long\2c\20unsigned\20long\29 +7942:emscripten::internal::FunctionInvoker\20\28*\29\28SkRuntimeEffect&\2c\20unsigned\20long\2c\20unsigned\20long\2c\20bool\2c\20unsigned\20long\29\2c\20sk_sp\2c\20SkRuntimeEffect&\2c\20unsigned\20long\2c\20unsigned\20long\2c\20bool\2c\20unsigned\20long>::invoke\28sk_sp\20\28**\29\28SkRuntimeEffect&\2c\20unsigned\20long\2c\20unsigned\20long\2c\20bool\2c\20unsigned\20long\29\2c\20SkRuntimeEffect*\2c\20unsigned\20long\2c\20unsigned\20long\2c\20bool\2c\20unsigned\20long\29 +7943:emscripten::internal::FunctionInvoker\20\28*\29\28SkPicture&\2c\20SkTileMode\2c\20SkTileMode\2c\20SkFilterMode\2c\20unsigned\20long\2c\20unsigned\20long\29\2c\20sk_sp\2c\20SkPicture&\2c\20SkTileMode\2c\20SkTileMode\2c\20SkFilterMode\2c\20unsigned\20long\2c\20unsigned\20long>::invoke\28sk_sp\20\28**\29\28SkPicture&\2c\20SkTileMode\2c\20SkTileMode\2c\20SkFilterMode\2c\20unsigned\20long\2c\20unsigned\20long\29\2c\20SkPicture*\2c\20SkTileMode\2c\20SkTileMode\2c\20SkFilterMode\2c\20unsigned\20long\2c\20unsigned\20long\29 +7944:emscripten::internal::FunctionInvoker\20\28*\29\28SkPictureRecorder&\29\2c\20sk_sp\2c\20SkPictureRecorder&>::invoke\28sk_sp\20\28**\29\28SkPictureRecorder&\29\2c\20SkPictureRecorder*\29 +7945:emscripten::internal::FunctionInvoker\20\28*\29\28sk_sp\29\2c\20sk_sp\2c\20sk_sp>::invoke\28sk_sp\20\28**\29\28sk_sp\29\2c\20sk_sp*\29 +7946:emscripten::internal::FunctionInvoker\20\28*\29\28SkSurface&\2c\20unsigned\20long\29\2c\20sk_sp\2c\20SkSurface&\2c\20unsigned\20long>::invoke\28sk_sp\20\28**\29\28SkSurface&\2c\20unsigned\20long\29\2c\20SkSurface*\2c\20unsigned\20long\29 +7947:emscripten::internal::FunctionInvoker\20\28*\29\28SkSurface&\2c\20unsigned\20int\2c\20unsigned\20int\2c\20SimpleImageInfo\29\2c\20sk_sp\2c\20SkSurface&\2c\20unsigned\20int\2c\20unsigned\20int\2c\20SimpleImageInfo>::invoke\28sk_sp\20\28**\29\28SkSurface&\2c\20unsigned\20int\2c\20unsigned\20int\2c\20SimpleImageInfo\29\2c\20SkSurface*\2c\20unsigned\20int\2c\20unsigned\20int\2c\20SimpleImageInfo*\29 +7948:emscripten::internal::FunctionInvoker\20\28*\29\28sk_sp\29\2c\20sk_sp\2c\20sk_sp>::invoke\28sk_sp\20\28**\29\28sk_sp\29\2c\20sk_sp*\29 +7949:emscripten::internal::FunctionInvoker\20\28*\29\28SkRuntimeEffect&\2c\20unsigned\20long\2c\20unsigned\20long\2c\20bool\29\2c\20sk_sp\2c\20SkRuntimeEffect&\2c\20unsigned\20long\2c\20unsigned\20long\2c\20bool>::invoke\28sk_sp\20\28**\29\28SkRuntimeEffect&\2c\20unsigned\20long\2c\20unsigned\20long\2c\20bool\29\2c\20SkRuntimeEffect*\2c\20unsigned\20long\2c\20unsigned\20long\2c\20bool\29 +7950:emscripten::internal::FunctionInvoker::invoke\28int\20\28**\29\28SkCanvas&\2c\20SkPaint\29\2c\20SkCanvas*\2c\20SkPaint*\29 +7951:emscripten::internal::FunctionInvoker::invoke\28int\20\28**\29\28SkCanvas&\2c\20SkPaint\20const*\2c\20unsigned\20long\2c\20SkImageFilter\20const*\2c\20unsigned\20int\2c\20SkTileMode\29\2c\20SkCanvas*\2c\20SkPaint\20const*\2c\20unsigned\20long\2c\20SkImageFilter\20const*\2c\20unsigned\20int\2c\20SkTileMode\29 +7952:emscripten::internal::FunctionInvoker::invoke\28emscripten::val\20\28**\29\28skia::textlayout::Paragraph&\2c\20unsigned\20int\2c\20unsigned\20int\2c\20skia::textlayout::RectHeightStyle\2c\20skia::textlayout::RectWidthStyle\29\2c\20skia::textlayout::Paragraph*\2c\20unsigned\20int\2c\20unsigned\20int\2c\20skia::textlayout::RectHeightStyle\2c\20skia::textlayout::RectWidthStyle\29 +7953:emscripten::internal::FunctionInvoker::invoke\28emscripten::val\20\28**\29\28skia::textlayout::Paragraph&\2c\20float\2c\20float\29\2c\20skia::textlayout::Paragraph*\2c\20float\2c\20float\29 +7954:emscripten::internal::FunctionInvoker\2c\20SkEncodedImageFormat\2c\20int\2c\20GrDirectContext*\29\2c\20emscripten::val\2c\20sk_sp\2c\20SkEncodedImageFormat\2c\20int\2c\20GrDirectContext*>::invoke\28emscripten::val\20\28**\29\28sk_sp\2c\20SkEncodedImageFormat\2c\20int\2c\20GrDirectContext*\29\2c\20sk_sp*\2c\20SkEncodedImageFormat\2c\20int\2c\20GrDirectContext*\29 +7955:emscripten::internal::FunctionInvoker\2c\20SkEncodedImageFormat\2c\20int\29\2c\20emscripten::val\2c\20sk_sp\2c\20SkEncodedImageFormat\2c\20int>::invoke\28emscripten::val\20\28**\29\28sk_sp\2c\20SkEncodedImageFormat\2c\20int\29\2c\20sk_sp*\2c\20SkEncodedImageFormat\2c\20int\29 +7956:emscripten::internal::FunctionInvoker\29\2c\20emscripten::val\2c\20sk_sp>::invoke\28emscripten::val\20\28**\29\28sk_sp\29\2c\20sk_sp*\29 +7957:emscripten::internal::FunctionInvoker::invoke\28emscripten::val\20\28**\29\28SkFont&\2c\20unsigned\20long\2c\20unsigned\20long\2c\20bool\2c\20unsigned\20long\2c\20unsigned\20long\2c\20bool\2c\20float\2c\20float\29\2c\20SkFont*\2c\20unsigned\20long\2c\20unsigned\20long\2c\20bool\2c\20unsigned\20long\2c\20unsigned\20long\2c\20bool\2c\20float\2c\20float\29 +7958:emscripten::internal::FunctionInvoker\2c\20SimpleImageInfo\2c\20unsigned\20long\2c\20unsigned\20long\2c\20int\2c\20int\2c\20GrDirectContext*\29\2c\20bool\2c\20sk_sp\2c\20SimpleImageInfo\2c\20unsigned\20long\2c\20unsigned\20long\2c\20int\2c\20int\2c\20GrDirectContext*>::invoke\28bool\20\28**\29\28sk_sp\2c\20SimpleImageInfo\2c\20unsigned\20long\2c\20unsigned\20long\2c\20int\2c\20int\2c\20GrDirectContext*\29\2c\20sk_sp*\2c\20SimpleImageInfo*\2c\20unsigned\20long\2c\20unsigned\20long\2c\20int\2c\20int\2c\20GrDirectContext*\29 +7959:emscripten::internal::FunctionInvoker\2c\20SimpleImageInfo\2c\20unsigned\20long\2c\20unsigned\20long\2c\20int\2c\20int\29\2c\20bool\2c\20sk_sp\2c\20SimpleImageInfo\2c\20unsigned\20long\2c\20unsigned\20long\2c\20int\2c\20int>::invoke\28bool\20\28**\29\28sk_sp\2c\20SimpleImageInfo\2c\20unsigned\20long\2c\20unsigned\20long\2c\20int\2c\20int\29\2c\20sk_sp*\2c\20SimpleImageInfo*\2c\20unsigned\20long\2c\20unsigned\20long\2c\20int\2c\20int\29 +7960:emscripten::internal::FunctionInvoker::invoke\28bool\20\28**\29\28SkPath&\2c\20float\2c\20float\2c\20float\29\2c\20SkPath*\2c\20float\2c\20float\2c\20float\29 +7961:emscripten::internal::FunctionInvoker::invoke\28bool\20\28**\29\28SkPath&\2c\20float\2c\20float\2c\20bool\29\2c\20SkPath*\2c\20float\2c\20float\2c\20bool\29 +7962:emscripten::internal::FunctionInvoker::invoke\28bool\20\28**\29\28SkPath&\2c\20StrokeOpts\29\2c\20SkPath*\2c\20StrokeOpts*\29 +7963:emscripten::internal::FunctionInvoker::invoke\28bool\20\28**\29\28SkCanvas&\2c\20SimpleImageInfo\2c\20unsigned\20long\2c\20unsigned\20long\2c\20int\2c\20int\29\2c\20SkCanvas*\2c\20SimpleImageInfo*\2c\20unsigned\20long\2c\20unsigned\20long\2c\20int\2c\20int\29 +7964:emscripten::internal::FunctionInvoker::invoke\28SkPath\20\28**\29\28SkPath\20const&\29\2c\20SkPath*\29 +7965:emscripten::internal::FunctionInvoker::invoke\28SkPath\20\28**\29\28SkContourMeasure&\2c\20float\2c\20float\2c\20bool\29\2c\20SkContourMeasure*\2c\20float\2c\20float\2c\20bool\29 +7966:emscripten::internal::FunctionInvoker::invoke\28SkPaint\20\28**\29\28SkPaint\20const&\29\2c\20SkPaint*\29 +7967:emscripten::internal::FunctionInvoker::invoke\28SimpleImageInfo\20\28**\29\28SkSurface&\29\2c\20SkSurface*\29 +7968:emscripten::internal::FunctionInvoker::invoke\28RuntimeEffectUniform\20\28**\29\28SkRuntimeEffect&\2c\20int\29\2c\20SkRuntimeEffect*\2c\20int\29 +7969:emit_message +7970:embind_init_Skia\28\29::$_9::__invoke\28SkAnimatedImage&\29 +7971:embind_init_Skia\28\29::$_99::__invoke\28SkPath&\2c\20unsigned\20long\2c\20int\2c\20bool\29 +7972:embind_init_Skia\28\29::$_98::__invoke\28SkPath&\2c\20float\2c\20float\2c\20float\2c\20bool\29 +7973:embind_init_Skia\28\29::$_97::__invoke\28SkPath&\2c\20unsigned\20long\2c\20bool\2c\20unsigned\20int\29 +7974:embind_init_Skia\28\29::$_96::__invoke\28SkPath&\2c\20unsigned\20long\2c\20float\2c\20float\29 +7975:embind_init_Skia\28\29::$_95::__invoke\28unsigned\20long\2c\20SkPath\29 +7976:embind_init_Skia\28\29::$_94::__invoke\28float\2c\20unsigned\20long\29 +7977:embind_init_Skia\28\29::$_93::__invoke\28unsigned\20long\2c\20int\2c\20float\29 +7978:embind_init_Skia\28\29::$_92::__invoke\28\29 +7979:embind_init_Skia\28\29::$_91::__invoke\28\29 +7980:embind_init_Skia\28\29::$_90::__invoke\28sk_sp\2c\20sk_sp\29 +7981:embind_init_Skia\28\29::$_8::__invoke\28emscripten::val\29 +7982:embind_init_Skia\28\29::$_89::__invoke\28SkPaint&\2c\20unsigned\20int\2c\20sk_sp\29 +7983:embind_init_Skia\28\29::$_88::__invoke\28SkPaint&\2c\20unsigned\20int\29 +7984:embind_init_Skia\28\29::$_87::__invoke\28SkPaint&\2c\20unsigned\20long\2c\20sk_sp\29 +7985:embind_init_Skia\28\29::$_86::__invoke\28SkPaint&\2c\20unsigned\20long\29 +7986:embind_init_Skia\28\29::$_85::__invoke\28SkPaint\20const&\29 +7987:embind_init_Skia\28\29::$_84::__invoke\28SkBlurStyle\2c\20float\2c\20bool\29 +7988:embind_init_Skia\28\29::$_83::__invoke\28float\2c\20float\2c\20sk_sp\29 +7989:embind_init_Skia\28\29::$_82::__invoke\28unsigned\20long\2c\20SkFilterMode\2c\20SkMipmapMode\2c\20sk_sp\29 +7990:embind_init_Skia\28\29::$_81::__invoke\28unsigned\20long\2c\20float\2c\20float\2c\20sk_sp\29 +7991:embind_init_Skia\28\29::$_80::__invoke\28sk_sp\2c\20SkFilterMode\2c\20SkMipmapMode\2c\20unsigned\20long\2c\20unsigned\20long\29 +7992:embind_init_Skia\28\29::$_7::__invoke\28GrDirectContext&\2c\20unsigned\20long\29 +7993:embind_init_Skia\28\29::$_79::__invoke\28sk_sp\2c\20float\2c\20float\2c\20unsigned\20long\2c\20unsigned\20long\29 +7994:embind_init_Skia\28\29::$_78::__invoke\28float\2c\20float\2c\20sk_sp\29 +7995:embind_init_Skia\28\29::$_77::__invoke\28float\2c\20float\2c\20float\2c\20float\2c\20unsigned\20long\2c\20sk_sp\29 +7996:embind_init_Skia\28\29::$_76::__invoke\28float\2c\20float\2c\20float\2c\20float\2c\20unsigned\20long\2c\20sk_sp\29 +7997:embind_init_Skia\28\29::$_75::__invoke\28sk_sp\29 +7998:embind_init_Skia\28\29::$_74::__invoke\28SkColorChannel\2c\20SkColorChannel\2c\20float\2c\20sk_sp\2c\20sk_sp\29 +7999:embind_init_Skia\28\29::$_73::__invoke\28float\2c\20float\2c\20sk_sp\29 +8000:embind_init_Skia\28\29::$_72::__invoke\28sk_sp\2c\20sk_sp\29 +8001:embind_init_Skia\28\29::$_71::__invoke\28float\2c\20float\2c\20SkTileMode\2c\20sk_sp\29 +8002:embind_init_Skia\28\29::$_70::__invoke\28SkBlendMode\2c\20sk_sp\2c\20sk_sp\29 +8003:embind_init_Skia\28\29::$_6::__invoke\28GrDirectContext&\29 +8004:embind_init_Skia\28\29::$_69::__invoke\28SkImageFilter\20const&\2c\20unsigned\20long\2c\20unsigned\20long\2c\20unsigned\20long\29 +8005:embind_init_Skia\28\29::$_68::__invoke\28sk_sp\2c\20SimpleImageInfo\2c\20unsigned\20long\2c\20unsigned\20long\2c\20int\2c\20int\29 +8006:embind_init_Skia\28\29::$_67::__invoke\28sk_sp\2c\20SimpleImageInfo\2c\20unsigned\20long\2c\20unsigned\20long\2c\20int\2c\20int\2c\20GrDirectContext*\29 +8007:embind_init_Skia\28\29::$_66::__invoke\28sk_sp\2c\20SkTileMode\2c\20SkTileMode\2c\20SkFilterMode\2c\20SkMipmapMode\2c\20unsigned\20long\29 +8008:embind_init_Skia\28\29::$_65::__invoke\28sk_sp\2c\20SkTileMode\2c\20SkTileMode\2c\20float\2c\20float\2c\20unsigned\20long\29 +8009:embind_init_Skia\28\29::$_64::__invoke\28sk_sp\29 +8010:embind_init_Skia\28\29::$_63::__invoke\28sk_sp\2c\20SkEncodedImageFormat\2c\20int\2c\20GrDirectContext*\29 +8011:embind_init_Skia\28\29::$_62::__invoke\28sk_sp\2c\20SkEncodedImageFormat\2c\20int\29 +8012:embind_init_Skia\28\29::$_61::__invoke\28sk_sp\29 +8013:embind_init_Skia\28\29::$_60::__invoke\28sk_sp\29 +8014:embind_init_Skia\28\29::$_5::__invoke\28GrDirectContext&\29 +8015:embind_init_Skia\28\29::$_59::__invoke\28SkFontMgr&\2c\20unsigned\20long\2c\20int\29 +8016:embind_init_Skia\28\29::$_58::__invoke\28SkFontMgr&\2c\20std::__2::basic_string\2c\20std::__2::allocator>\2c\20emscripten::val\29 +8017:embind_init_Skia\28\29::$_57::__invoke\28SkFontMgr&\2c\20int\29 +8018:embind_init_Skia\28\29::$_56::__invoke\28unsigned\20long\2c\20unsigned\20long\2c\20int\29 +8019:embind_init_Skia\28\29::$_55::__invoke\28SkFont&\2c\20unsigned\20long\2c\20unsigned\20long\2c\20bool\2c\20unsigned\20long\2c\20unsigned\20long\2c\20bool\2c\20float\2c\20float\29 +8020:embind_init_Skia\28\29::$_54::__invoke\28SkFont&\29 +8021:embind_init_Skia\28\29::$_53::__invoke\28SkFont&\2c\20unsigned\20long\2c\20unsigned\20long\2c\20unsigned\20long\2c\20unsigned\20long\29 +8022:embind_init_Skia\28\29::$_52::__invoke\28SkFont&\2c\20unsigned\20long\2c\20int\2c\20unsigned\20long\2c\20unsigned\20long\2c\20SkPaint*\29 +8023:embind_init_Skia\28\29::$_51::__invoke\28SkContourMeasure&\2c\20float\2c\20float\2c\20bool\29 +8024:embind_init_Skia\28\29::$_50::__invoke\28SkContourMeasure&\2c\20float\2c\20unsigned\20long\29 +8025:embind_init_Skia\28\29::$_4::__invoke\28unsigned\20long\2c\20unsigned\20long\29 +8026:embind_init_Skia\28\29::$_49::__invoke\28unsigned\20long\29 +8027:embind_init_Skia\28\29::$_48::__invoke\28unsigned\20long\2c\20SkBlendMode\2c\20sk_sp\29 +8028:embind_init_Skia\28\29::$_47::__invoke\28SkCanvas&\2c\20SimpleImageInfo\2c\20unsigned\20long\2c\20unsigned\20long\2c\20int\2c\20int\29 +8029:embind_init_Skia\28\29::$_46::__invoke\28SkCanvas&\2c\20SkPaint\29 +8030:embind_init_Skia\28\29::$_45::__invoke\28SkCanvas&\2c\20SkPaint\20const*\2c\20unsigned\20long\2c\20SkImageFilter\20const*\2c\20unsigned\20int\2c\20SkTileMode\29 +8031:embind_init_Skia\28\29::$_44::__invoke\28SkCanvas&\2c\20SimpleImageInfo\2c\20unsigned\20long\2c\20unsigned\20long\2c\20int\2c\20int\29 +8032:embind_init_Skia\28\29::$_43::__invoke\28SkCanvas&\2c\20SimpleImageInfo\29 +8033:embind_init_Skia\28\29::$_42::__invoke\28SkCanvas\20const&\2c\20unsigned\20long\29 +8034:embind_init_Skia\28\29::$_41::__invoke\28SkCanvas\20const&\2c\20unsigned\20long\29 +8035:embind_init_Skia\28\29::$_40::__invoke\28SkCanvas\20const&\2c\20unsigned\20long\29 +8036:embind_init_Skia\28\29::$_3::__invoke\28unsigned\20long\2c\20SkPath\20const&\2c\20unsigned\20long\2c\20unsigned\20long\2c\20float\2c\20unsigned\20int\2c\20unsigned\20long\29 +8037:embind_init_Skia\28\29::$_39::__invoke\28SkCanvas\20const&\2c\20unsigned\20long\29 +8038:embind_init_Skia\28\29::$_38::__invoke\28SkCanvas&\2c\20unsigned\20long\2c\20unsigned\20long\2c\20float\2c\20float\2c\20SkFont\20const&\2c\20SkPaint\20const&\29 +8039:embind_init_Skia\28\29::$_37::__invoke\28SkCanvas&\2c\20SkPath\20const&\2c\20unsigned\20long\2c\20unsigned\20long\2c\20float\2c\20unsigned\20long\2c\20unsigned\20long\2c\20unsigned\20int\29 +8040:embind_init_Skia\28\29::$_36::__invoke\28SkCanvas&\2c\20float\2c\20float\2c\20float\2c\20float\2c\20SkPaint\20const&\29 +8041:embind_init_Skia\28\29::$_35::__invoke\28SkCanvas&\2c\20unsigned\20long\2c\20SkPaint\20const&\29 +8042:embind_init_Skia\28\29::$_34::__invoke\28SkCanvas&\2c\20unsigned\20long\2c\20SkPaint\20const&\29 +8043:embind_init_Skia\28\29::$_33::__invoke\28SkCanvas&\2c\20SkCanvas::PointMode\2c\20unsigned\20long\2c\20int\2c\20SkPaint&\29 +8044:embind_init_Skia\28\29::$_32::__invoke\28SkCanvas&\2c\20unsigned\20long\2c\20unsigned\20long\2c\20unsigned\20long\2c\20SkBlendMode\2c\20SkPaint\20const&\29 +8045:embind_init_Skia\28\29::$_31::__invoke\28SkCanvas&\2c\20skia::textlayout::Paragraph*\2c\20float\2c\20float\29 +8046:embind_init_Skia\28\29::$_30::__invoke\28SkCanvas&\2c\20unsigned\20long\2c\20SkPaint\20const&\29 +8047:embind_init_Skia\28\29::$_2::__invoke\28SimpleImageInfo\2c\20unsigned\20long\2c\20int\2c\20unsigned\20long\29 +8048:embind_init_Skia\28\29::$_29::__invoke\28SkCanvas&\2c\20sk_sp\20const&\2c\20unsigned\20long\2c\20unsigned\20long\2c\20SkFilterMode\2c\20SkMipmapMode\2c\20SkPaint\20const*\29 +8049:embind_init_Skia\28\29::$_28::__invoke\28SkCanvas&\2c\20sk_sp\20const&\2c\20unsigned\20long\2c\20unsigned\20long\2c\20float\2c\20float\2c\20SkPaint\20const*\29 +8050:embind_init_Skia\28\29::$_27::__invoke\28SkCanvas&\2c\20sk_sp\20const&\2c\20unsigned\20long\2c\20unsigned\20long\2c\20SkPaint\20const*\2c\20bool\29 +8051:embind_init_Skia\28\29::$_26::__invoke\28SkCanvas&\2c\20sk_sp\20const&\2c\20unsigned\20long\2c\20unsigned\20long\2c\20SkFilterMode\2c\20SkPaint\20const*\29 +8052:embind_init_Skia\28\29::$_25::__invoke\28SkCanvas&\2c\20sk_sp\20const&\2c\20float\2c\20float\2c\20SkFilterMode\2c\20SkMipmapMode\2c\20SkPaint\20const*\29 +8053:embind_init_Skia\28\29::$_24::__invoke\28SkCanvas&\2c\20sk_sp\20const&\2c\20float\2c\20float\2c\20float\2c\20float\2c\20SkPaint\20const*\29 +8054:embind_init_Skia\28\29::$_23::__invoke\28SkCanvas&\2c\20sk_sp\20const&\2c\20float\2c\20float\2c\20SkPaint\20const*\29 +8055:embind_init_Skia\28\29::$_22::__invoke\28SkCanvas&\2c\20int\2c\20unsigned\20long\2c\20unsigned\20long\2c\20float\2c\20float\2c\20SkFont\20const&\2c\20SkPaint\20const&\29 +8056:embind_init_Skia\28\29::$_21::__invoke\28SkCanvas&\2c\20unsigned\20long\2c\20unsigned\20long\2c\20SkPaint\20const&\29 +8057:embind_init_Skia\28\29::$_20::__invoke\28SkCanvas&\2c\20unsigned\20int\2c\20SkBlendMode\29 +8058:embind_init_Skia\28\29::$_1::__invoke\28unsigned\20long\2c\20unsigned\20long\29 +8059:embind_init_Skia\28\29::$_19::__invoke\28SkCanvas&\2c\20unsigned\20long\2c\20SkBlendMode\29 +8060:embind_init_Skia\28\29::$_18::__invoke\28SkCanvas&\2c\20unsigned\20long\29 +8061:embind_init_Skia\28\29::$_17::__invoke\28SkCanvas&\2c\20sk_sp\20const&\2c\20unsigned\20long\2c\20unsigned\20long\2c\20unsigned\20long\2c\20int\2c\20SkBlendMode\2c\20float\2c\20float\2c\20SkPaint\20const*\29 +8062:embind_init_Skia\28\29::$_16::__invoke\28SkCanvas&\2c\20sk_sp\20const&\2c\20unsigned\20long\2c\20unsigned\20long\2c\20unsigned\20long\2c\20int\2c\20SkBlendMode\2c\20SkFilterMode\2c\20SkMipmapMode\2c\20SkPaint\20const*\29 +8063:embind_init_Skia\28\29::$_15::__invoke\28SkCanvas&\2c\20unsigned\20long\2c\20float\2c\20float\2c\20bool\2c\20SkPaint\20const&\29 +8064:embind_init_Skia\28\29::$_150::__invoke\28SkVertices::Builder&\29 +8065:embind_init_Skia\28\29::$_14::__invoke\28SkCanvas&\2c\20unsigned\20long\29 +8066:embind_init_Skia\28\29::$_149::__invoke\28SkVertices::Builder&\29 +8067:embind_init_Skia\28\29::$_148::__invoke\28SkVertices::Builder&\29 +8068:embind_init_Skia\28\29::$_147::__invoke\28SkVertices::Builder&\29 +8069:embind_init_Skia\28\29::$_146::__invoke\28SkVertices&\2c\20unsigned\20long\29 +8070:embind_init_Skia\28\29::$_145::__invoke\28SkTypeface&\2c\20unsigned\20long\2c\20unsigned\20long\2c\20unsigned\20long\2c\20unsigned\20long\29 +8071:embind_init_Skia\28\29::$_144::__invoke\28SkTypeface&\29 +8072:embind_init_Skia\28\29::$_143::__invoke\28unsigned\20long\2c\20int\29 +8073:embind_init_Skia\28\29::$_142::__invoke\28\29 +8074:embind_init_Skia\28\29::$_141::__invoke\28unsigned\20long\2c\20unsigned\20long\2c\20SkFont\20const&\29 +8075:embind_init_Skia\28\29::$_140::__invoke\28unsigned\20long\2c\20unsigned\20long\2c\20SkFont\20const&\29 +8076:embind_init_Skia\28\29::$_13::__invoke\28SkCanvas&\2c\20unsigned\20long\2c\20SkClipOp\2c\20bool\29 +8077:embind_init_Skia\28\29::$_139::__invoke\28unsigned\20long\2c\20unsigned\20long\2c\20unsigned\20long\2c\20SkFont\20const&\29 +8078:embind_init_Skia\28\29::$_138::__invoke\28unsigned\20long\2c\20unsigned\20long\2c\20unsigned\20long\2c\20SkFont\20const&\29 +8079:embind_init_Skia\28\29::$_137::__invoke\28SkSurface&\29 +8080:embind_init_Skia\28\29::$_136::__invoke\28SkSurface&\29 +8081:embind_init_Skia\28\29::$_135::__invoke\28SkSurface&\29 +8082:embind_init_Skia\28\29::$_134::__invoke\28SkSurface&\2c\20SimpleImageInfo\29 +8083:embind_init_Skia\28\29::$_133::__invoke\28SkSurface&\2c\20unsigned\20long\29 +8084:embind_init_Skia\28\29::$_132::__invoke\28SkSurface&\2c\20unsigned\20int\2c\20unsigned\20int\2c\20SimpleImageInfo\29 +8085:embind_init_Skia\28\29::$_131::__invoke\28SkSurface&\29 +8086:embind_init_Skia\28\29::$_130::__invoke\28SkSurface&\29 +8087:embind_init_Skia\28\29::$_12::__invoke\28SkCanvas&\2c\20unsigned\20long\2c\20SkClipOp\2c\20bool\29 +8088:embind_init_Skia\28\29::$_129::__invoke\28SimpleImageInfo\2c\20unsigned\20long\2c\20unsigned\20long\29 +8089:embind_init_Skia\28\29::$_128::__invoke\28SkRuntimeEffect&\2c\20int\29 +8090:embind_init_Skia\28\29::$_127::__invoke\28SkRuntimeEffect&\2c\20int\29 +8091:embind_init_Skia\28\29::$_126::__invoke\28SkRuntimeEffect&\29 +8092:embind_init_Skia\28\29::$_125::__invoke\28SkRuntimeEffect&\29 +8093:embind_init_Skia\28\29::$_124::__invoke\28SkRuntimeEffect&\2c\20unsigned\20long\2c\20unsigned\20long\2c\20bool\29 +8094:embind_init_Skia\28\29::$_123::__invoke\28SkRuntimeEffect&\2c\20unsigned\20long\2c\20unsigned\20long\2c\20bool\2c\20unsigned\20long\2c\20unsigned\20long\2c\20unsigned\20long\29 +8095:embind_init_Skia\28\29::$_122::__invoke\28SkRuntimeEffect&\2c\20unsigned\20long\2c\20unsigned\20long\2c\20bool\2c\20unsigned\20long\29 +8096:embind_init_Skia\28\29::$_121::__invoke\28sk_sp\2c\20int\2c\20int\29 +8097:embind_init_Skia\28\29::$_120::__invoke\28std::__2::basic_string\2c\20std::__2::allocator>\2c\20emscripten::val\29 +8098:embind_init_Skia\28\29::$_11::__invoke\28SkCanvas&\2c\20unsigned\20long\29 +8099:embind_init_Skia\28\29::$_119::__invoke\28std::__2::basic_string\2c\20std::__2::allocator>\2c\20emscripten::val\29 +8100:embind_init_Skia\28\29::$_118::__invoke\28SkSL::DebugTrace\20const*\29 +8101:embind_init_Skia\28\29::$_117::__invoke\28unsigned\20long\2c\20float\2c\20float\2c\20unsigned\20long\2c\20SkColorType\2c\20unsigned\20long\2c\20int\2c\20SkTileMode\2c\20unsigned\20int\2c\20unsigned\20long\2c\20sk_sp\29 +8102:embind_init_Skia\28\29::$_116::__invoke\28float\2c\20float\2c\20int\2c\20float\2c\20int\2c\20int\29 +8103:embind_init_Skia\28\29::$_115::__invoke\28float\2c\20float\2c\20unsigned\20long\2c\20SkColorType\2c\20unsigned\20long\2c\20int\2c\20SkTileMode\2c\20float\2c\20float\2c\20unsigned\20int\2c\20unsigned\20long\2c\20sk_sp\29 +8104:embind_init_Skia\28\29::$_114::__invoke\28float\2c\20float\2c\20float\2c\20unsigned\20long\2c\20SkColorType\2c\20unsigned\20long\2c\20int\2c\20SkTileMode\2c\20unsigned\20int\2c\20unsigned\20long\2c\20sk_sp\29 +8105:embind_init_Skia\28\29::$_113::__invoke\28unsigned\20long\2c\20unsigned\20long\2c\20SkColorType\2c\20unsigned\20long\2c\20int\2c\20SkTileMode\2c\20unsigned\20int\2c\20unsigned\20long\2c\20sk_sp\29 +8106:embind_init_Skia\28\29::$_112::__invoke\28float\2c\20float\2c\20int\2c\20float\2c\20int\2c\20int\29 +8107:embind_init_Skia\28\29::$_111::__invoke\28unsigned\20long\2c\20sk_sp\29 +8108:embind_init_Skia\28\29::$_110::operator\28\29\28SkPicture&\29\20const::'lambda'\28SkImage*\2c\20void*\29::__invoke\28SkImage*\2c\20void*\29 +8109:embind_init_Skia\28\29::$_110::__invoke\28SkPicture&\29 +8110:embind_init_Skia\28\29::$_10::__invoke\28SkAnimatedImage&\29 +8111:embind_init_Skia\28\29::$_109::__invoke\28SkPicture&\2c\20unsigned\20long\29 +8112:embind_init_Skia\28\29::$_108::__invoke\28SkPicture&\2c\20SkTileMode\2c\20SkTileMode\2c\20SkFilterMode\2c\20unsigned\20long\2c\20unsigned\20long\29 +8113:embind_init_Skia\28\29::$_107::__invoke\28SkPictureRecorder&\29 +8114:embind_init_Skia\28\29::$_106::__invoke\28SkPictureRecorder&\2c\20unsigned\20long\2c\20bool\29 +8115:embind_init_Skia\28\29::$_105::__invoke\28SkPath&\2c\20unsigned\20long\29 +8116:embind_init_Skia\28\29::$_104::__invoke\28SkPath&\2c\20unsigned\20long\29 +8117:embind_init_Skia\28\29::$_103::__invoke\28SkPath&\2c\20int\2c\20unsigned\20long\29 +8118:embind_init_Skia\28\29::$_102::__invoke\28SkPath&\2c\20unsigned\20long\2c\20float\2c\20float\2c\20bool\29 +8119:embind_init_Skia\28\29::$_101::__invoke\28SkPath&\2c\20unsigned\20long\2c\20bool\29 +8120:embind_init_Skia\28\29::$_100::__invoke\28SkPath&\2c\20unsigned\20long\2c\20bool\29 +8121:embind_init_Skia\28\29::$_0::__invoke\28unsigned\20long\2c\20unsigned\20long\29 +8122:embind_init_Paragraph\28\29::$_9::__invoke\28skia::textlayout::ParagraphBuilderImpl&\29 +8123:embind_init_Paragraph\28\29::$_8::__invoke\28skia::textlayout::ParagraphBuilderImpl&\2c\20float\2c\20float\2c\20skia::textlayout::PlaceholderAlignment\2c\20skia::textlayout::TextBaseline\2c\20float\29 +8124:embind_init_Paragraph\28\29::$_7::__invoke\28skia::textlayout::ParagraphBuilderImpl&\2c\20SimpleTextStyle\2c\20SkPaint\2c\20SkPaint\29 +8125:embind_init_Paragraph\28\29::$_6::__invoke\28skia::textlayout::ParagraphBuilderImpl&\2c\20SimpleTextStyle\29 +8126:embind_init_Paragraph\28\29::$_5::__invoke\28skia::textlayout::ParagraphBuilderImpl&\29 +8127:embind_init_Paragraph\28\29::$_4::__invoke\28skia::textlayout::ParagraphBuilderImpl&\2c\20std::__2::basic_string\2c\20std::__2::allocator>\29 +8128:embind_init_Paragraph\28\29::$_3::__invoke\28emscripten::val\2c\20emscripten::val\2c\20float\29 +8129:embind_init_Paragraph\28\29::$_2::__invoke\28SimpleParagraphStyle\2c\20sk_sp\29 +8130:embind_init_Paragraph\28\29::$_19::__invoke\28skia::textlayout::FontCollection&\2c\20sk_sp\20const&\29 +8131:embind_init_Paragraph\28\29::$_18::__invoke\28\29 +8132:embind_init_Paragraph\28\29::$_17::__invoke\28skia::textlayout::TypefaceFontProvider&\2c\20sk_sp\2c\20unsigned\20long\29 +8133:embind_init_Paragraph\28\29::$_16::__invoke\28\29 +8134:embind_init_Paragraph\28\29::$_15::__invoke\28skia::textlayout::ParagraphBuilderImpl&\2c\20unsigned\20long\2c\20unsigned\20long\29 +8135:embind_init_Paragraph\28\29::$_14::__invoke\28skia::textlayout::ParagraphBuilderImpl&\2c\20unsigned\20long\2c\20unsigned\20long\29 +8136:embind_init_Paragraph\28\29::$_13::__invoke\28skia::textlayout::ParagraphBuilderImpl&\2c\20unsigned\20long\2c\20unsigned\20long\29 +8137:embind_init_Paragraph\28\29::$_12::__invoke\28skia::textlayout::ParagraphBuilderImpl&\2c\20unsigned\20long\2c\20unsigned\20long\29 +8138:embind_init_Paragraph\28\29::$_11::__invoke\28skia::textlayout::ParagraphBuilderImpl&\2c\20unsigned\20long\2c\20unsigned\20long\29 +8139:embind_init_Paragraph\28\29::$_10::__invoke\28skia::textlayout::ParagraphBuilderImpl&\2c\20unsigned\20long\2c\20unsigned\20long\29 +8140:dispose_external_texture\28void*\29 +8141:deleteJSTexture\28void*\29 +8142:deflate_slow +8143:deflate_fast +8144:decompress_smooth_data +8145:decompress_onepass +8146:decompress_data +8147:decompose_khmer\28hb_ot_shape_normalize_context_t\20const*\2c\20unsigned\20int\2c\20unsigned\20int*\2c\20unsigned\20int*\29 +8148:decompose_indic\28hb_ot_shape_normalize_context_t\20const*\2c\20unsigned\20int\2c\20unsigned\20int*\2c\20unsigned\20int*\29 +8149:decode_mcu_DC_refine +8150:decode_mcu_DC_first +8151:decode_mcu_AC_refine +8152:decode_mcu_AC_first +8153:decode_mcu +8154:decltype\28fp\28nullptr\29\29\20SkArenaAlloc::make\28skgpu::ganesh::\28anonymous\20namespace\29::QuadEdgeEffect::Make\28SkArenaAlloc*\2c\20SkMatrix\20const&\2c\20bool\2c\20bool\29::'lambda'\28void*\29&&\29::'lambda'\28char*\29::__invoke\28char*\29 +8155:decltype\28fp\28nullptr\29\29\20SkArenaAlloc::make&\2c\20GrShaderCaps\20const&>\28SkMatrix\20const&\2c\20SkRGBA4f<\28SkAlphaType\292>&\2c\20GrShaderCaps\20const&\29::'lambda'\28void*\29>\28skgpu::ganesh::\28anonymous\20namespace\29::HullShader&&\29::'lambda'\28char*\29::__invoke\28char*\29 +8156:decltype\28fp\28nullptr\29\29\20SkArenaAlloc::make\28skgpu::ganesh::StrokeTessellator::PathStrokeList&&\29::'lambda'\28void*\29>\28skgpu::ganesh::StrokeTessellator::PathStrokeList&&\29::'lambda'\28char*\29::__invoke\28char*\29 +8157:decltype\28fp\28nullptr\29\29\20SkArenaAlloc::make\28skgpu::tess::PatchAttribs&\29::'lambda'\28void*\29>\28skgpu::ganesh::StrokeTessellator&&\29::'lambda'\28char*\29::__invoke\28char*\29 +8158:decltype\28fp\28nullptr\29\29\20SkArenaAlloc::make\20const&>\28SkMatrix\20const&\2c\20SkPath\20const&\2c\20SkRGBA4f<\28SkAlphaType\292>\20const&\29::'lambda'\28void*\29>\28skgpu::ganesh::PathTessellator::PathDrawList&&\29::'lambda'\28char*\29::__invoke\28char*\29 +8159:decltype\28fp\28nullptr\29\29\20SkArenaAlloc::make\2c\20SkFilterMode\2c\20bool\29::'lambda'\28void*\29>\28skgpu::ganesh::LatticeOp::\28anonymous\20namespace\29::LatticeGP::Make\28SkArenaAlloc*\2c\20GrSurfaceProxyView\20const&\2c\20sk_sp\2c\20SkFilterMode\2c\20bool\29::'lambda'\28void*\29&&\29::'lambda'\28char*\29::__invoke\28char*\29 +8160:decltype\28fp\28nullptr\29\29\20SkArenaAlloc::make\28skgpu::ganesh::FillRRectOp::\28anonymous\20namespace\29::FillRRectOpImpl::Processor::Make\28SkArenaAlloc*\2c\20GrAAType\2c\20skgpu::ganesh::FillRRectOp::\28anonymous\20namespace\29::FillRRectOpImpl::ProcessorFlags\29::'lambda'\28void*\29&&\29::'lambda'\28char*\29::__invoke\28char*\29 +8161:decltype\28fp\28nullptr\29\29\20SkArenaAlloc::make\28int&\2c\20int&\29::'lambda'\28void*\29>\28skgpu::RectanizerSkyline&&\29::'lambda'\28char*\29::__invoke\28char*\29 +8162:decltype\28fp\28nullptr\29\29\20SkArenaAlloc::make\28int&\2c\20int&\29::'lambda'\28void*\29>\28skgpu::RectanizerPow2&&\29::'lambda'\28char*\29::__invoke\28char*\29 +8163:decltype\28fp\28nullptr\29\29\20SkArenaAlloc::make*\20SkArenaAlloc::make>\28\29::'lambda'\28void*\29>\28sk_sp&&\29::'lambda'\28char*\29::__invoke\28char*\29 +8164:decltype\28fp\28nullptr\29\29\20SkArenaAlloc::make<\28anonymous\20namespace\29::ThreeBoxApproxPass*\20SkArenaAlloc::make<\28anonymous\20namespace\29::ThreeBoxApproxPass\2c\20skvx::Vec<4\2c\20unsigned\20int>*&\2c\20skvx::Vec<4\2c\20unsigned\20int>*&\2c\20skvx::Vec<4\2c\20unsigned\20int>*&\2c\20skvx::Vec<4\2c\20unsigned\20int>*&\2c\20int&\2c\20int&>\28skvx::Vec<4\2c\20unsigned\20int>*&\2c\20skvx::Vec<4\2c\20unsigned\20int>*&\2c\20skvx::Vec<4\2c\20unsigned\20int>*&\2c\20skvx::Vec<4\2c\20unsigned\20int>*&\2c\20int&\2c\20int&\29::'lambda'\28void*\29>\28\28anonymous\20namespace\29::ThreeBoxApproxPass&&\29::'lambda'\28char*\29::__invoke\28char*\29 +8165:decltype\28fp\28nullptr\29\29\20SkArenaAlloc::make<\28anonymous\20namespace\29::TextureOpImpl::Desc*\20SkArenaAlloc::make<\28anonymous\20namespace\29::TextureOpImpl::Desc>\28\29::'lambda'\28void*\29>\28\28anonymous\20namespace\29::TextureOpImpl::Desc&&\29::'lambda'\28char*\29::__invoke\28char*\29 +8166:decltype\28fp\28nullptr\29\29\20SkArenaAlloc::make<\28anonymous\20namespace\29::TentPass*\20SkArenaAlloc::make<\28anonymous\20namespace\29::TentPass\2c\20skvx::Vec<4\2c\20unsigned\20int>*&\2c\20skvx::Vec<4\2c\20unsigned\20int>*&\2c\20skvx::Vec<4\2c\20unsigned\20int>*&\2c\20int&\2c\20int&>\28skvx::Vec<4\2c\20unsigned\20int>*&\2c\20skvx::Vec<4\2c\20unsigned\20int>*&\2c\20skvx::Vec<4\2c\20unsigned\20int>*&\2c\20int&\2c\20int&\29::'lambda'\28void*\29>\28\28anonymous\20namespace\29::TentPass&&\29::'lambda'\28char*\29::__invoke\28char*\29 +8167:decltype\28fp\28nullptr\29\29\20SkArenaAlloc::make<\28anonymous\20namespace\29::SimpleTriangleShader*\20SkArenaAlloc::make<\28anonymous\20namespace\29::SimpleTriangleShader\2c\20SkMatrix\20const&\2c\20SkRGBA4f<\28SkAlphaType\292>\20const&>\28SkMatrix\20const&\2c\20SkRGBA4f<\28SkAlphaType\292>\20const&\29::'lambda'\28void*\29>\28\28anonymous\20namespace\29::SimpleTriangleShader&&\29::'lambda'\28char*\29::__invoke\28char*\29 +8168:decltype\28fp\28nullptr\29\29\20SkArenaAlloc::make<\28anonymous\20namespace\29::DrawAtlasPathShader*\20SkArenaAlloc::make<\28anonymous\20namespace\29::DrawAtlasPathShader\2c\20bool&\2c\20skgpu::ganesh::AtlasInstancedHelper*\2c\20GrShaderCaps\20const&>\28bool&\2c\20skgpu::ganesh::AtlasInstancedHelper*&&\2c\20GrShaderCaps\20const&\29::'lambda'\28void*\29>\28\28anonymous\20namespace\29::DrawAtlasPathShader&&\29::'lambda'\28char*\29::__invoke\28char*\29 +8169:decltype\28fp\28nullptr\29\29\20SkArenaAlloc::make<\28anonymous\20namespace\29::BoundingBoxShader*\20SkArenaAlloc::make<\28anonymous\20namespace\29::BoundingBoxShader\2c\20SkRGBA4f<\28SkAlphaType\292>&\2c\20GrShaderCaps\20const&>\28SkRGBA4f<\28SkAlphaType\292>&\2c\20GrShaderCaps\20const&\29::'lambda'\28void*\29>\28\28anonymous\20namespace\29::BoundingBoxShader&&\29::'lambda'\28char*\29::__invoke\28char*\29 +8170:decltype\28fp\28nullptr\29\29\20SkArenaAlloc::make\28SkPixmap\20const&\2c\20unsigned\20char&&\29::'lambda'\28void*\29>\28Sprite_D32_S32&&\29::'lambda'\28char*\29::__invoke\28char*\29 +8171:decltype\28fp\28nullptr\29\29\20SkArenaAlloc::make\28bool&&\2c\20bool\20const&\29::'lambda'\28void*\29>\28SkTriColorShader&&\29::'lambda'\28char*\29::__invoke\28char*\29 +8172:decltype\28fp\28nullptr\29\29\20SkArenaAlloc::make\28\29::'lambda'\28void*\29>\28SkTCubic&&\29::'lambda'\28char*\29::__invoke\28char*\29 +8173:decltype\28fp\28nullptr\29\29\20SkArenaAlloc::make\28\29::'lambda'\28void*\29>\28SkTConic&&\29::'lambda'\28char*\29::__invoke\28char*\29 +8174:decltype\28fp\28nullptr\29\29\20SkArenaAlloc::make\28SkPixmap\20const&\29::'lambda'\28void*\29>\28SkSpriteBlitter_Memcpy&&\29::'lambda'\28char*\29::__invoke\28char*\29 +8175:decltype\28fp\28nullptr\29\29\20SkArenaAlloc::make&>\28SkPixmap\20const&\2c\20SkArenaAlloc*&\2c\20sk_sp&\29::'lambda'\28void*\29>\28SkRasterPipelineSpriteBlitter&&\29::'lambda'\28char*\29::__invoke\28char*\29 +8176:decltype\28fp\28nullptr\29\29\20SkArenaAlloc::make\28SkPixmap\20const&\2c\20SkPaint\20const&\2c\20SkArenaAlloc*&\29::'lambda'\28void*\29>\28SkRasterPipelineBlitter&&\29::'lambda'\28char*\29::__invoke\28char*\29 +8177:decltype\28fp\28nullptr\29\29\20SkArenaAlloc::make\28\29::'lambda'\28void*\29>\28SkNullBlitter&&\29::'lambda'\28char*\29::__invoke\28char*\29 +8178:decltype\28fp\28nullptr\29\29\20SkArenaAlloc::make\28SkImage_Base\20const*&&\2c\20SkMatrix\20const&\2c\20SkMipmapMode&\29::'lambda'\28void*\29>\28SkMipmapAccessor&&\29::'lambda'\28char*\29::__invoke\28char*\29 +8179:decltype\28fp\28nullptr\29\29\20SkArenaAlloc::make\28\29::'lambda'\28void*\29>\28SkGlyph::PathData&&\29::'lambda'\28char*\29::__invoke\28char*\29 +8180:decltype\28fp\28nullptr\29\29\20SkArenaAlloc::make\28\29::'lambda'\28void*\29>\28SkGlyph::DrawableData&&\29::'lambda'\28char*\29::__invoke\28char*\29 +8181:decltype\28fp\28nullptr\29\29\20SkArenaAlloc::make\28\29::'lambda'\28void*\29>\28SkEdge&&\29::'lambda'\28char*\29::__invoke\28char*\29 +8182:decltype\28fp\28nullptr\29\29\20SkArenaAlloc::make\28\29::'lambda'\28void*\29>\28SkCubicEdge&&\29::'lambda'\28char*\29::__invoke\28char*\29 +8183:decltype\28fp\28nullptr\29\29\20SkArenaAlloc::make&\29>>::Node*\20SkArenaAlloc::make&\29>>::Node\2c\20std::__2::function&\29>>\28std::__2::function&\29>&&\29::'lambda'\28void*\29>\28SkArenaAllocList&\29>>::Node&&\29::'lambda'\28char*\29::__invoke\28char*\29 +8184:decltype\28fp\28nullptr\29\29\20SkArenaAlloc::make::Node*\20SkArenaAlloc::make::Node\2c\20std::__2::function&\29>\2c\20skgpu::Token>\28std::__2::function&\29>&&\2c\20skgpu::Token&&\29::'lambda'\28void*\29>\28SkArenaAllocList::Node&&\29::'lambda'\28char*\29::__invoke\28char*\29 +8185:decltype\28fp\28nullptr\29\29\20SkArenaAlloc::make::Node*\20SkArenaAlloc::make::Node>\28\29::'lambda'\28void*\29>\28SkArenaAllocList::Node&&\29::'lambda'\28char*\29::__invoke\28char*\29 +8186:decltype\28fp\28nullptr\29\29\20SkArenaAlloc::make\28SkPixmap\20const&\2c\20SkPaint\20const&\29::'lambda'\28void*\29>\28SkA8_Coverage_Blitter&&\29::'lambda'\28char*\29::__invoke\28char*\29 +8187:decltype\28fp\28nullptr\29\29\20SkArenaAlloc::make\28\29::'lambda'\28void*\29>\28GrSimpleMesh&&\29::'lambda'\28char*\29::__invoke\28char*\29 +8188:decltype\28fp\28nullptr\29\29\20SkArenaAlloc::make\28GrSurfaceProxy*&\2c\20skgpu::ScratchKey&&\2c\20GrResourceProvider*&\29::'lambda'\28void*\29>\28GrResourceAllocator::Register&&\29::'lambda'\28char*\29::__invoke\28char*\29 +8189:decltype\28fp\28nullptr\29\29\20SkArenaAlloc::make\28SkPath\20const&\2c\20SkArenaAlloc*\20const&\29::'lambda'\28void*\29>\28GrInnerFanTriangulator&&\29::'lambda'\28char*\29::__invoke\28char*\29 +8190:decltype\28fp\28nullptr\29\29\20SkArenaAlloc::make\28GrDistanceFieldLCDTextGeoProc::Make\28SkArenaAlloc*\2c\20GrShaderCaps\20const&\2c\20GrSurfaceProxyView\20const*\2c\20int\2c\20GrSamplerState\2c\20GrDistanceFieldLCDTextGeoProc::DistanceAdjust\2c\20unsigned\20int\2c\20SkMatrix\20const&\29::'lambda'\28void*\29&&\29::'lambda'\28char*\29::__invoke\28char*\29 +8191:decltype\28fp\28nullptr\29\29\20SkArenaAlloc::make\20const&\2c\20bool\2c\20sk_sp\2c\20GrSurfaceProxyView\20const*\2c\20int\2c\20GrSamplerState\2c\20skgpu::MaskFormat\2c\20SkMatrix\20const&\2c\20bool\29::'lambda'\28void*\29>\28GrBitmapTextGeoProc::Make\28SkArenaAlloc*\2c\20GrShaderCaps\20const&\2c\20SkRGBA4f<\28SkAlphaType\292>\20const&\2c\20bool\2c\20sk_sp\2c\20GrSurfaceProxyView\20const*\2c\20int\2c\20GrSamplerState\2c\20skgpu::MaskFormat\2c\20SkMatrix\20const&\2c\20bool\29::'lambda'\28void*\29&&\29::'lambda'\28char*\29::__invoke\28char*\29 +8192:decltype\28fp\28nullptr\29\29\20SkArenaAlloc::make\28GrAppliedClip&&\29::'lambda'\28void*\29>\28GrAppliedClip&&\29::'lambda'\28char*\29::__invoke\28char*\29 +8193:decltype\28fp\28nullptr\29\29\20SkArenaAlloc::make\28EllipseGeometryProcessor::Make\28SkArenaAlloc*\2c\20bool\2c\20bool\2c\20bool\2c\20SkMatrix\20const&\29::'lambda'\28void*\29&&\29::'lambda'\28char*\29::__invoke\28char*\29 +8194:decltype\28fp\28nullptr\29\29\20SkArenaAlloc::make\20const&\2c\20SkMatrix\20const&\2c\20SkMatrix\20const&\2c\20bool\2c\20unsigned\20char\29::'lambda'\28void*\29>\28DefaultGeoProc::Make\28SkArenaAlloc*\2c\20unsigned\20int\2c\20SkRGBA4f<\28SkAlphaType\292>\20const&\2c\20SkMatrix\20const&\2c\20SkMatrix\20const&\2c\20bool\2c\20unsigned\20char\29::'lambda'\28void*\29&&\29::'lambda'\28char*\29::__invoke\28char*\29 +8195:decltype\28auto\29\20std::__2::__variant_detail::__visitation::__base::__dispatcher<1ul\2c\201ul>::__dispatch\5babi:ne180100\5d>::__generic_construct\5babi:ne180100\5d\2c\20\28std::__2::__variant_detail::_Trait\291>\20const&>\28std::__2::__variant_detail::__ctor>&\2c\20std::__2::__variant_detail::__copy_constructor\2c\20\28std::__2::__variant_detail::_Trait\291>\20const&\29::'lambda'\28std::__2::__variant_detail::__copy_constructor\2c\20\28std::__2::__variant_detail::_Trait\291>\20const&\2c\20auto&&\29&&\2c\20std::__2::__variant_detail::__base<\28std::__2::__variant_detail::_Trait\291\2c\20SkPaint\2c\20int>&\2c\20std::__2::__variant_detail::__base<\28std::__2::__variant_detail::_Trait\291\2c\20SkPaint\2c\20int>\20const&>\28std::__2::__variant_detail::__copy_constructor\2c\20\28std::__2::__variant_detail::_Trait\291>\20const&\2c\20std::__2::__variant_detail::__base<\28std::__2::__variant_detail::_Trait\291\2c\20SkPaint\2c\20int>&\2c\20std::__2::__variant_detail::__base<\28std::__2::__variant_detail::_Trait\291\2c\20SkPaint\2c\20int>\20const&\29 +8196:decltype\28auto\29\20std::__2::__variant_detail::__visitation::__base::__dispatcher<1ul\2c\201ul>::__dispatch\5babi:ne180100\5d>::__generic_assign\5babi:ne180100\5d\2c\20\28std::__2::__variant_detail::_Trait\291>>\28std::__2::__variant_detail::__move_assignment\2c\20\28std::__2::__variant_detail::_Trait\291>&&\29::'lambda'\28std::__2::__variant_detail::__move_assignment\2c\20\28std::__2::__variant_detail::_Trait\291>&\2c\20auto&&\29&&\2c\20std::__2::__variant_detail::__base<\28std::__2::__variant_detail::_Trait\291\2c\20SkPaint\2c\20int>&\2c\20std::__2::__variant_detail::__base<\28std::__2::__variant_detail::_Trait\291\2c\20SkPaint\2c\20int>&&>\28std::__2::__variant_detail::__move_assignment\2c\20\28std::__2::__variant_detail::_Trait\291>\2c\20std::__2::__variant_detail::__base<\28std::__2::__variant_detail::_Trait\291\2c\20SkPaint\2c\20int>&\2c\20std::__2::__variant_detail::__base<\28std::__2::__variant_detail::_Trait\291\2c\20SkPaint\2c\20int>&&\29 +8197:decltype\28auto\29\20std::__2::__variant_detail::__visitation::__base::__dispatcher<1ul\2c\201ul>::__dispatch\5babi:ne180100\5d>::__generic_assign\5babi:ne180100\5d\2c\20\28std::__2::__variant_detail::_Trait\291>\20const&>\28std::__2::__variant_detail::__copy_assignment\2c\20\28std::__2::__variant_detail::_Trait\291>\20const&\29::'lambda'\28std::__2::__variant_detail::__copy_assignment\2c\20\28std::__2::__variant_detail::_Trait\291>\20const&\2c\20auto&&\29&&\2c\20std::__2::__variant_detail::__base<\28std::__2::__variant_detail::_Trait\291\2c\20SkPaint\2c\20int>&\2c\20std::__2::__variant_detail::__base<\28std::__2::__variant_detail::_Trait\291\2c\20SkPaint\2c\20int>\20const&>\28std::__2::__variant_detail::__copy_assignment\2c\20\28std::__2::__variant_detail::_Trait\291>\20const&\2c\20std::__2::__variant_detail::__base<\28std::__2::__variant_detail::_Trait\291\2c\20SkPaint\2c\20int>&\2c\20std::__2::__variant_detail::__base<\28std::__2::__variant_detail::_Trait\291\2c\20SkPaint\2c\20int>\20const&\29 +8198:decltype\28auto\29\20std::__2::__variant_detail::__visitation::__base::__dispatcher<1ul\2c\201ul>::__dispatch\5babi:ne180100\5d>>&&\2c\20std::__2::__variant_detail::__base<\28std::__2::__variant_detail::_Trait\291\2c\20SkPaint\2c\20int>\20const&\2c\20std::__2::__variant_detail::__base<\28std::__2::__variant_detail::_Trait\291\2c\20SkPaint\2c\20int>\20const&>\28std::__2::__variant_detail::__visitation::__variant::__value_visitor>>&&\2c\20std::__2::__variant_detail::__base<\28std::__2::__variant_detail::_Trait\291\2c\20SkPaint\2c\20int>\20const&\2c\20std::__2::__variant_detail::__base<\28std::__2::__variant_detail::_Trait\291\2c\20SkPaint\2c\20int>\20const&\29 +8199:decltype\28auto\29\20std::__2::__variant_detail::__visitation::__base::__dispatcher<1ul\2c\201ul>::__dispatch\5babi:ne180100\5d>>&&\2c\20std::__2::__variant_detail::__base<\28std::__2::__variant_detail::_Trait\291\2c\20SkPaint\2c\20int>\20const&\2c\20std::__2::__variant_detail::__base<\28std::__2::__variant_detail::_Trait\291\2c\20SkPaint\2c\20int>\20const&>\28std::__2::__variant_detail::__visitation::__variant::__value_visitor>>&&\2c\20std::__2::__variant_detail::__base<\28std::__2::__variant_detail::_Trait\291\2c\20SkPaint\2c\20int>\20const&\2c\20std::__2::__variant_detail::__base<\28std::__2::__variant_detail::_Trait\291\2c\20SkPaint\2c\20int>\20const&\29 +8200:decltype\28auto\29\20std::__2::__variant_detail::__visitation::__base::__dispatcher<1ul>::__dispatch\5babi:ne180100\5d\2c\20std::__2::unique_ptr>>\2c\20\28std::__2::__variant_detail::_Trait\291>::__destroy\5babi:ne180100\5d\28\29::'lambda'\28auto&\29&&\2c\20std::__2::__variant_detail::__base<\28std::__2::__variant_detail::_Trait\291\2c\20sk_sp\2c\20std::__2::unique_ptr>>&>\28auto\2c\20std::__2::__variant_detail::__base<\28std::__2::__variant_detail::_Trait\291\2c\20sk_sp\2c\20std::__2::unique_ptr>>&\29 +8201:decltype\28auto\29\20std::__2::__variant_detail::__visitation::__base::__dispatcher<0ul\2c\200ul>::__dispatch\5babi:ne180100\5d>::__generic_construct\5babi:ne180100\5d\2c\20\28std::__2::__variant_detail::_Trait\291>\20const&>\28std::__2::__variant_detail::__ctor>&\2c\20std::__2::__variant_detail::__copy_constructor\2c\20\28std::__2::__variant_detail::_Trait\291>\20const&\29::'lambda'\28std::__2::__variant_detail::__copy_constructor\2c\20\28std::__2::__variant_detail::_Trait\291>\20const&\2c\20auto&&\29&&\2c\20std::__2::__variant_detail::__base<\28std::__2::__variant_detail::_Trait\291\2c\20SkPaint\2c\20int>&\2c\20std::__2::__variant_detail::__base<\28std::__2::__variant_detail::_Trait\291\2c\20SkPaint\2c\20int>\20const&>\28std::__2::__variant_detail::__copy_constructor\2c\20\28std::__2::__variant_detail::_Trait\291>\20const&\2c\20std::__2::__variant_detail::__base<\28std::__2::__variant_detail::_Trait\291\2c\20SkPaint\2c\20int>&\2c\20std::__2::__variant_detail::__base<\28std::__2::__variant_detail::_Trait\291\2c\20SkPaint\2c\20int>\20const&\29 +8202:decltype\28auto\29\20std::__2::__variant_detail::__visitation::__base::__dispatcher<0ul\2c\200ul>::__dispatch\5babi:ne180100\5d>::__generic_assign\5babi:ne180100\5d\2c\20\28std::__2::__variant_detail::_Trait\291>>\28std::__2::__variant_detail::__move_assignment\2c\20\28std::__2::__variant_detail::_Trait\291>&&\29::'lambda'\28std::__2::__variant_detail::__move_assignment\2c\20\28std::__2::__variant_detail::_Trait\291>&\2c\20auto&&\29&&\2c\20std::__2::__variant_detail::__base<\28std::__2::__variant_detail::_Trait\291\2c\20SkPaint\2c\20int>&\2c\20std::__2::__variant_detail::__base<\28std::__2::__variant_detail::_Trait\291\2c\20SkPaint\2c\20int>&&>\28std::__2::__variant_detail::__move_assignment\2c\20\28std::__2::__variant_detail::_Trait\291>\2c\20std::__2::__variant_detail::__base<\28std::__2::__variant_detail::_Trait\291\2c\20SkPaint\2c\20int>&\2c\20std::__2::__variant_detail::__base<\28std::__2::__variant_detail::_Trait\291\2c\20SkPaint\2c\20int>&&\29 +8203:decltype\28auto\29\20std::__2::__variant_detail::__visitation::__base::__dispatcher<0ul\2c\200ul>::__dispatch\5babi:ne180100\5d>::__generic_assign\5babi:ne180100\5d\2c\20\28std::__2::__variant_detail::_Trait\291>\20const&>\28std::__2::__variant_detail::__copy_assignment\2c\20\28std::__2::__variant_detail::_Trait\291>\20const&\29::'lambda'\28std::__2::__variant_detail::__copy_assignment\2c\20\28std::__2::__variant_detail::_Trait\291>\20const&\2c\20auto&&\29&&\2c\20std::__2::__variant_detail::__base<\28std::__2::__variant_detail::_Trait\291\2c\20SkPaint\2c\20int>&\2c\20std::__2::__variant_detail::__base<\28std::__2::__variant_detail::_Trait\291\2c\20SkPaint\2c\20int>\20const&>\28std::__2::__variant_detail::__copy_assignment\2c\20\28std::__2::__variant_detail::_Trait\291>\20const&\2c\20std::__2::__variant_detail::__base<\28std::__2::__variant_detail::_Trait\291\2c\20SkPaint\2c\20int>&\2c\20std::__2::__variant_detail::__base<\28std::__2::__variant_detail::_Trait\291\2c\20SkPaint\2c\20int>\20const&\29 +8204:decltype\28auto\29\20std::__2::__variant_detail::__visitation::__base::__dispatcher<0ul\2c\200ul>::__dispatch\5babi:ne180100\5d>>&&\2c\20std::__2::__variant_detail::__base<\28std::__2::__variant_detail::_Trait\291\2c\20SkPaint\2c\20int>\20const&\2c\20std::__2::__variant_detail::__base<\28std::__2::__variant_detail::_Trait\291\2c\20SkPaint\2c\20int>\20const&>\28std::__2::__variant_detail::__visitation::__variant::__value_visitor>>&&\2c\20std::__2::__variant_detail::__base<\28std::__2::__variant_detail::_Trait\291\2c\20SkPaint\2c\20int>\20const&\2c\20std::__2::__variant_detail::__base<\28std::__2::__variant_detail::_Trait\291\2c\20SkPaint\2c\20int>\20const&\29 +8205:decltype\28auto\29\20std::__2::__variant_detail::__visitation::__base::__dispatcher<0ul\2c\200ul>::__dispatch\5babi:ne180100\5d>>&&\2c\20std::__2::__variant_detail::__base<\28std::__2::__variant_detail::_Trait\291\2c\20SkPaint\2c\20int>\20const&\2c\20std::__2::__variant_detail::__base<\28std::__2::__variant_detail::_Trait\291\2c\20SkPaint\2c\20int>\20const&>\28std::__2::__variant_detail::__visitation::__variant::__value_visitor>>&&\2c\20std::__2::__variant_detail::__base<\28std::__2::__variant_detail::_Trait\291\2c\20SkPaint\2c\20int>\20const&\2c\20std::__2::__variant_detail::__base<\28std::__2::__variant_detail::_Trait\291\2c\20SkPaint\2c\20int>\20const&\29 +8206:decltype\28auto\29\20std::__2::__variant_detail::__visitation::__base::__dispatcher<0ul>::__dispatch\5babi:ne180100\5d\2c\20std::__2::unique_ptr>>\2c\20\28std::__2::__variant_detail::_Trait\291>::__destroy\5babi:ne180100\5d\28\29::'lambda'\28auto&\29&&\2c\20std::__2::__variant_detail::__base<\28std::__2::__variant_detail::_Trait\291\2c\20sk_sp\2c\20std::__2::unique_ptr>>&>\28auto\2c\20std::__2::__variant_detail::__base<\28std::__2::__variant_detail::_Trait\291\2c\20sk_sp\2c\20std::__2::unique_ptr>>&\29 +8207:decltype\28auto\29\20std::__2::__variant_detail::__visitation::__base::__dispatcher<0ul>::__dispatch\5babi:ne180100\5d\2c\20\28std::__2::__variant_detail::_Trait\291>::__destroy\5babi:ne180100\5d\28\29::'lambda'\28auto&\29&&\2c\20std::__2::__variant_detail::__base<\28std::__2::__variant_detail::_Trait\291\2c\20SkPaint\2c\20int>&>\28auto\2c\20std::__2::__variant_detail::__base<\28std::__2::__variant_detail::_Trait\291\2c\20SkPaint\2c\20int>&\29 +8208:deallocate_buffer_var\28hb_ot_shape_plan_t\20const*\2c\20hb_font_t*\2c\20hb_buffer_t*\29 +8209:ddquad_xy_at_t\28SkDCurve\20const&\2c\20double\29 +8210:ddquad_dxdy_at_t\28SkDCurve\20const&\2c\20double\29 +8211:ddline_xy_at_t\28SkDCurve\20const&\2c\20double\29 +8212:ddline_dxdy_at_t\28SkDCurve\20const&\2c\20double\29 +8213:ddcubic_xy_at_t\28SkDCurve\20const&\2c\20double\29 +8214:ddcubic_dxdy_at_t\28SkDCurve\20const&\2c\20double\29 +8215:ddconic_xy_at_t\28SkDCurve\20const&\2c\20double\29 +8216:ddconic_dxdy_at_t\28SkDCurve\20const&\2c\20double\29 +8217:data_destroy_use\28void*\29 +8218:data_create_use\28hb_ot_shape_plan_t\20const*\29 +8219:data_create_khmer\28hb_ot_shape_plan_t\20const*\29 +8220:data_create_indic\28hb_ot_shape_plan_t\20const*\29 +8221:data_create_hangul\28hb_ot_shape_plan_t\20const*\29 +8222:copy\28void*\2c\20unsigned\20char\20const*\2c\20int\2c\20int\2c\20int\2c\20int\2c\20unsigned\20int\20const*\29 +8223:convert_bytes_to_data +8224:consume_markers +8225:consume_data +8226:computeTonalColors\28unsigned\20long\2c\20unsigned\20long\29 +8227:compose_indic\28hb_ot_shape_normalize_context_t\20const*\2c\20unsigned\20int\2c\20unsigned\20int\2c\20unsigned\20int*\29 +8228:compose_hebrew\28hb_ot_shape_normalize_context_t\20const*\2c\20unsigned\20int\2c\20unsigned\20int\2c\20unsigned\20int*\29 +8229:compare_ppem +8230:compare_myanmar_order\28hb_glyph_info_t\20const*\2c\20hb_glyph_info_t\20const*\29 +8231:compare_edges\28SkEdge\20const*\2c\20SkEdge\20const*\29 +8232:compare_edges\28SkAnalyticEdge\20const*\2c\20SkAnalyticEdge\20const*\29 +8233:compare_combining_class\28hb_glyph_info_t\20const*\2c\20hb_glyph_info_t\20const*\29 +8234:color_quantize3 +8235:color_quantize +8236:collect_features_use\28hb_ot_shape_planner_t*\29 +8237:collect_features_myanmar\28hb_ot_shape_planner_t*\29 +8238:collect_features_khmer\28hb_ot_shape_planner_t*\29 +8239:collect_features_indic\28hb_ot_shape_planner_t*\29 +8240:collect_features_hangul\28hb_ot_shape_planner_t*\29 +8241:collect_features_arabic\28hb_ot_shape_planner_t*\29 +8242:clip\28SkPath\20const&\2c\20SkHalfPlane\20const&\29::$_0::__invoke\28SkEdgeClipper*\2c\20bool\2c\20void*\29 +8243:check_for_passthrough_local_coords_and_dead_varyings\28SkSL::Program\20const&\2c\20unsigned\20int*\29::Visitor::visitStatement\28SkSL::Statement\20const&\29 +8244:check_for_passthrough_local_coords_and_dead_varyings\28SkSL::Program\20const&\2c\20unsigned\20int*\29::Visitor::visitProgramElement\28SkSL::ProgramElement\20const&\29 +8245:check_for_passthrough_local_coords_and_dead_varyings\28SkSL::Program\20const&\2c\20unsigned\20int*\29::Visitor::visitExpression\28SkSL::Expression\20const&\29 +8246:cff_slot_init +8247:cff_slot_done +8248:cff_size_request +8249:cff_size_init +8250:cff_size_done +8251:cff_sid_to_glyph_name +8252:cff_set_var_design +8253:cff_set_mm_weightvector +8254:cff_set_mm_blend +8255:cff_set_instance +8256:cff_random +8257:cff_ps_has_glyph_names +8258:cff_ps_get_font_info +8259:cff_ps_get_font_extra +8260:cff_parse_vsindex +8261:cff_parse_private_dict +8262:cff_parse_multiple_master +8263:cff_parse_maxstack +8264:cff_parse_font_matrix +8265:cff_parse_font_bbox +8266:cff_parse_cid_ros +8267:cff_parse_blend +8268:cff_metrics_adjust +8269:cff_hadvance_adjust +8270:cff_glyph_load +8271:cff_get_var_design +8272:cff_get_var_blend +8273:cff_get_standard_encoding +8274:cff_get_ros +8275:cff_get_ps_name +8276:cff_get_name_index +8277:cff_get_mm_weightvector +8278:cff_get_mm_var +8279:cff_get_mm_blend +8280:cff_get_is_cid +8281:cff_get_interface +8282:cff_get_glyph_name +8283:cff_get_glyph_data +8284:cff_get_cmap_info +8285:cff_get_cid_from_glyph_index +8286:cff_get_advances +8287:cff_free_glyph_data +8288:cff_fd_select_get +8289:cff_face_init +8290:cff_face_done +8291:cff_driver_init +8292:cff_done_blend +8293:cff_decoder_prepare +8294:cff_decoder_init +8295:cff_cmap_unicode_init +8296:cff_cmap_unicode_char_next +8297:cff_cmap_unicode_char_index +8298:cff_cmap_encoding_init +8299:cff_cmap_encoding_done +8300:cff_cmap_encoding_char_next +8301:cff_cmap_encoding_char_index +8302:cff_builder_start_point +8303:cff_builder_init +8304:cff_builder_add_point1 +8305:cff_builder_add_point +8306:cff_builder_add_contour +8307:cff_blend_check_vector +8308:cf2_free_instance +8309:cf2_decoder_parse_charstrings +8310:cf2_builder_moveTo +8311:cf2_builder_lineTo +8312:cf2_builder_cubeTo +8313:bw_to_a8\28unsigned\20char*\2c\20unsigned\20char\20const*\2c\20int\29 +8314:bool\20\28anonymous\20namespace\29::FindVisitor<\28anonymous\20namespace\29::SpotVerticesFactory>\28SkResourceCache::Rec\20const&\2c\20void*\29 +8315:bool\20\28anonymous\20namespace\29::FindVisitor<\28anonymous\20namespace\29::AmbientVerticesFactory>\28SkResourceCache::Rec\20const&\2c\20void*\29 +8316:bool\20OT::hb_accelerate_subtables_context_t::apply_to>\28void\20const*\2c\20OT::hb_ot_apply_context_t*\29 +8317:bool\20OT::hb_accelerate_subtables_context_t::apply_to>\28void\20const*\2c\20OT::hb_ot_apply_context_t*\29 +8318:bool\20OT::hb_accelerate_subtables_context_t::apply_to>\28void\20const*\2c\20OT::hb_ot_apply_context_t*\29 +8319:bool\20OT::hb_accelerate_subtables_context_t::apply_to>\28void\20const*\2c\20OT::hb_ot_apply_context_t*\29 +8320:bool\20OT::hb_accelerate_subtables_context_t::apply_to>\28void\20const*\2c\20OT::hb_ot_apply_context_t*\29 +8321:bool\20OT::hb_accelerate_subtables_context_t::apply_cached_to>\28void\20const*\2c\20OT::hb_ot_apply_context_t*\29 +8322:bool\20OT::hb_accelerate_subtables_context_t::apply_cached_to>\28void\20const*\2c\20OT::hb_ot_apply_context_t*\29 +8323:bool\20OT::hb_accelerate_subtables_context_t::apply_cached_to>\28void\20const*\2c\20OT::hb_ot_apply_context_t*\29 +8324:bool\20OT::hb_accelerate_subtables_context_t::apply_cached_to>\28void\20const*\2c\20OT::hb_ot_apply_context_t*\29 +8325:bool\20OT::hb_accelerate_subtables_context_t::apply_cached_to>\28void\20const*\2c\20OT::hb_ot_apply_context_t*\29 +8326:bool\20OT::cmap::accelerator_t::get_glyph_from_symbol\28void\20const*\2c\20unsigned\20int\2c\20unsigned\20int*\29 +8327:bool\20OT::cmap::accelerator_t::get_glyph_from_symbol\28void\20const*\2c\20unsigned\20int\2c\20unsigned\20int*\29 +8328:bool\20OT::cmap::accelerator_t::get_glyph_from_symbol\28void\20const*\2c\20unsigned\20int\2c\20unsigned\20int*\29 +8329:bool\20OT::cmap::accelerator_t::get_glyph_from_macroman\28void\20const*\2c\20unsigned\20int\2c\20unsigned\20int*\29 +8330:bool\20OT::cmap::accelerator_t::get_glyph_from_ascii\28void\20const*\2c\20unsigned\20int\2c\20unsigned\20int*\29 +8331:bool\20OT::cmap::accelerator_t::get_glyph_from\28void\20const*\2c\20unsigned\20int\2c\20unsigned\20int*\29 +8332:bool\20OT::cmap::accelerator_t::get_glyph_from\28void\20const*\2c\20unsigned\20int\2c\20unsigned\20int*\29 +8333:blur_y_radius_4\28skvx::Vec<8\2c\20unsigned\20short>\20const&\2c\20skvx::Vec<8\2c\20unsigned\20short>\20const&\2c\20skvx::Vec<8\2c\20unsigned\20short>\20const&\2c\20skvx::Vec<8\2c\20unsigned\20short>\20const&\2c\20skvx::Vec<8\2c\20unsigned\20short>\20const&\2c\20skvx::Vec<8\2c\20unsigned\20short>\20const&\2c\20skvx::Vec<8\2c\20unsigned\20short>*\2c\20skvx::Vec<8\2c\20unsigned\20short>*\2c\20skvx::Vec<8\2c\20unsigned\20short>*\2c\20skvx::Vec<8\2c\20unsigned\20short>*\2c\20skvx::Vec<8\2c\20unsigned\20short>*\2c\20skvx::Vec<8\2c\20unsigned\20short>*\2c\20skvx::Vec<8\2c\20unsigned\20short>*\2c\20skvx::Vec<8\2c\20unsigned\20short>*\29 +8334:blur_y_radius_3\28skvx::Vec<8\2c\20unsigned\20short>\20const&\2c\20skvx::Vec<8\2c\20unsigned\20short>\20const&\2c\20skvx::Vec<8\2c\20unsigned\20short>\20const&\2c\20skvx::Vec<8\2c\20unsigned\20short>\20const&\2c\20skvx::Vec<8\2c\20unsigned\20short>\20const&\2c\20skvx::Vec<8\2c\20unsigned\20short>\20const&\2c\20skvx::Vec<8\2c\20unsigned\20short>*\2c\20skvx::Vec<8\2c\20unsigned\20short>*\2c\20skvx::Vec<8\2c\20unsigned\20short>*\2c\20skvx::Vec<8\2c\20unsigned\20short>*\2c\20skvx::Vec<8\2c\20unsigned\20short>*\2c\20skvx::Vec<8\2c\20unsigned\20short>*\2c\20skvx::Vec<8\2c\20unsigned\20short>*\2c\20skvx::Vec<8\2c\20unsigned\20short>*\29 +8335:blur_y_radius_2\28skvx::Vec<8\2c\20unsigned\20short>\20const&\2c\20skvx::Vec<8\2c\20unsigned\20short>\20const&\2c\20skvx::Vec<8\2c\20unsigned\20short>\20const&\2c\20skvx::Vec<8\2c\20unsigned\20short>\20const&\2c\20skvx::Vec<8\2c\20unsigned\20short>\20const&\2c\20skvx::Vec<8\2c\20unsigned\20short>\20const&\2c\20skvx::Vec<8\2c\20unsigned\20short>*\2c\20skvx::Vec<8\2c\20unsigned\20short>*\2c\20skvx::Vec<8\2c\20unsigned\20short>*\2c\20skvx::Vec<8\2c\20unsigned\20short>*\2c\20skvx::Vec<8\2c\20unsigned\20short>*\2c\20skvx::Vec<8\2c\20unsigned\20short>*\2c\20skvx::Vec<8\2c\20unsigned\20short>*\2c\20skvx::Vec<8\2c\20unsigned\20short>*\29 +8336:blur_y_radius_1\28skvx::Vec<8\2c\20unsigned\20short>\20const&\2c\20skvx::Vec<8\2c\20unsigned\20short>\20const&\2c\20skvx::Vec<8\2c\20unsigned\20short>\20const&\2c\20skvx::Vec<8\2c\20unsigned\20short>\20const&\2c\20skvx::Vec<8\2c\20unsigned\20short>\20const&\2c\20skvx::Vec<8\2c\20unsigned\20short>\20const&\2c\20skvx::Vec<8\2c\20unsigned\20short>*\2c\20skvx::Vec<8\2c\20unsigned\20short>*\2c\20skvx::Vec<8\2c\20unsigned\20short>*\2c\20skvx::Vec<8\2c\20unsigned\20short>*\2c\20skvx::Vec<8\2c\20unsigned\20short>*\2c\20skvx::Vec<8\2c\20unsigned\20short>*\2c\20skvx::Vec<8\2c\20unsigned\20short>*\2c\20skvx::Vec<8\2c\20unsigned\20short>*\29 +8337:blur_x_radius_4\28skvx::Vec<8\2c\20unsigned\20short>\20const&\2c\20skvx::Vec<8\2c\20unsigned\20short>\20const&\2c\20skvx::Vec<8\2c\20unsigned\20short>\20const&\2c\20skvx::Vec<8\2c\20unsigned\20short>\20const&\2c\20skvx::Vec<8\2c\20unsigned\20short>\20const&\2c\20skvx::Vec<8\2c\20unsigned\20short>\20const&\2c\20skvx::Vec<8\2c\20unsigned\20short>*\2c\20skvx::Vec<8\2c\20unsigned\20short>*\29 +8338:blur_x_radius_3\28skvx::Vec<8\2c\20unsigned\20short>\20const&\2c\20skvx::Vec<8\2c\20unsigned\20short>\20const&\2c\20skvx::Vec<8\2c\20unsigned\20short>\20const&\2c\20skvx::Vec<8\2c\20unsigned\20short>\20const&\2c\20skvx::Vec<8\2c\20unsigned\20short>\20const&\2c\20skvx::Vec<8\2c\20unsigned\20short>\20const&\2c\20skvx::Vec<8\2c\20unsigned\20short>*\2c\20skvx::Vec<8\2c\20unsigned\20short>*\29 +8339:blur_x_radius_2\28skvx::Vec<8\2c\20unsigned\20short>\20const&\2c\20skvx::Vec<8\2c\20unsigned\20short>\20const&\2c\20skvx::Vec<8\2c\20unsigned\20short>\20const&\2c\20skvx::Vec<8\2c\20unsigned\20short>\20const&\2c\20skvx::Vec<8\2c\20unsigned\20short>\20const&\2c\20skvx::Vec<8\2c\20unsigned\20short>\20const&\2c\20skvx::Vec<8\2c\20unsigned\20short>*\2c\20skvx::Vec<8\2c\20unsigned\20short>*\29 +8340:blur_x_radius_1\28skvx::Vec<8\2c\20unsigned\20short>\20const&\2c\20skvx::Vec<8\2c\20unsigned\20short>\20const&\2c\20skvx::Vec<8\2c\20unsigned\20short>\20const&\2c\20skvx::Vec<8\2c\20unsigned\20short>\20const&\2c\20skvx::Vec<8\2c\20unsigned\20short>\20const&\2c\20skvx::Vec<8\2c\20unsigned\20short>\20const&\2c\20skvx::Vec<8\2c\20unsigned\20short>*\2c\20skvx::Vec<8\2c\20unsigned\20short>*\29 +8341:blit_row_s32a_blend\28unsigned\20int*\2c\20unsigned\20int\20const*\2c\20int\2c\20unsigned\20int\29 +8342:blit_row_s32_opaque\28unsigned\20int*\2c\20unsigned\20int\20const*\2c\20int\2c\20unsigned\20int\29 +8343:blit_row_s32_blend\28unsigned\20int*\2c\20unsigned\20int\20const*\2c\20int\2c\20unsigned\20int\29 +8344:argb32_to_a8\28unsigned\20char*\2c\20unsigned\20char\20const*\2c\20int\29 +8345:arabic_fallback_shape\28hb_ot_shape_plan_t\20const*\2c\20hb_font_t*\2c\20hb_buffer_t*\29 +8346:alwaysSaveTypefaceBytes\28SkTypeface*\2c\20void*\29 +8347:alloc_sarray +8348:alloc_barray +8349:afm_parser_parse +8350:afm_parser_init +8351:afm_parser_done +8352:afm_compare_kern_pairs +8353:af_property_set +8354:af_property_get +8355:af_latin_metrics_scale +8356:af_latin_metrics_init +8357:af_latin_hints_init +8358:af_latin_hints_apply +8359:af_latin_get_standard_widths +8360:af_indic_metrics_init +8361:af_indic_hints_apply +8362:af_get_interface +8363:af_face_globals_free +8364:af_dummy_hints_init +8365:af_dummy_hints_apply +8366:af_cjk_metrics_init +8367:af_autofitter_load_glyph +8368:af_autofitter_init +8369:access_virt_sarray +8370:access_virt_barray +8371:_hb_ot_font_destroy\28void*\29 +8372:_hb_glyph_info_is_default_ignorable\28hb_glyph_info_t\20const*\29 +8373:_hb_face_for_data_reference_table\28hb_face_t*\2c\20unsigned\20int\2c\20void*\29 +8374:_hb_face_for_data_get_table_tags\28hb_face_t\20const*\2c\20unsigned\20int\2c\20unsigned\20int*\2c\20unsigned\20int*\2c\20void*\29 +8375:_hb_face_for_data_closure_destroy\28void*\29 +8376:_hb_clear_substitution_flags\28hb_ot_shape_plan_t\20const*\2c\20hb_font_t*\2c\20hb_buffer_t*\29 +8377:_emscripten_stack_restore +8378:__wasm_call_ctors +8379:__stdio_write +8380:__stdio_seek +8381:__stdio_read +8382:__stdio_close +8383:__getTypeName +8384:__cxxabiv1::__vmi_class_type_info::search_below_dst\28__cxxabiv1::__dynamic_cast_info*\2c\20void\20const*\2c\20int\2c\20bool\29\20const +8385:__cxxabiv1::__vmi_class_type_info::search_above_dst\28__cxxabiv1::__dynamic_cast_info*\2c\20void\20const*\2c\20void\20const*\2c\20int\2c\20bool\29\20const +8386:__cxxabiv1::__vmi_class_type_info::has_unambiguous_public_base\28__cxxabiv1::__dynamic_cast_info*\2c\20void*\2c\20int\29\20const +8387:__cxxabiv1::__si_class_type_info::search_below_dst\28__cxxabiv1::__dynamic_cast_info*\2c\20void\20const*\2c\20int\2c\20bool\29\20const +8388:__cxxabiv1::__si_class_type_info::search_above_dst\28__cxxabiv1::__dynamic_cast_info*\2c\20void\20const*\2c\20void\20const*\2c\20int\2c\20bool\29\20const +8389:__cxxabiv1::__si_class_type_info::has_unambiguous_public_base\28__cxxabiv1::__dynamic_cast_info*\2c\20void*\2c\20int\29\20const +8390:__cxxabiv1::__class_type_info::search_below_dst\28__cxxabiv1::__dynamic_cast_info*\2c\20void\20const*\2c\20int\2c\20bool\29\20const +8391:__cxxabiv1::__class_type_info::search_above_dst\28__cxxabiv1::__dynamic_cast_info*\2c\20void\20const*\2c\20void\20const*\2c\20int\2c\20bool\29\20const +8392:__cxxabiv1::__class_type_info::has_unambiguous_public_base\28__cxxabiv1::__dynamic_cast_info*\2c\20void*\2c\20int\29\20const +8393:__cxxabiv1::__class_type_info::can_catch\28__cxxabiv1::__shim_type_info\20const*\2c\20void*&\29\20const +8394:__cxx_global_array_dtor_9743 +8395:__cxx_global_array_dtor_8716 +8396:__cxx_global_array_dtor_8325 +8397:__cxx_global_array_dtor_4100 +8398:__cxx_global_array_dtor_13485 +8399:__cxx_global_array_dtor_10838 +8400:__cxx_global_array_dtor_10131 +8401:__cxx_global_array_dtor.88 +8402:__cxx_global_array_dtor.73 +8403:__cxx_global_array_dtor.58 +8404:__cxx_global_array_dtor.45 +8405:__cxx_global_array_dtor.43 +8406:__cxx_global_array_dtor.41 +8407:__cxx_global_array_dtor.39 +8408:__cxx_global_array_dtor.37 +8409:__cxx_global_array_dtor.35 +8410:__cxx_global_array_dtor.34 +8411:__cxx_global_array_dtor.32 +8412:__cxx_global_array_dtor.139 +8413:__cxx_global_array_dtor.136 +8414:__cxx_global_array_dtor.112 +8415:__cxx_global_array_dtor.1 +8416:__cxx_global_array_dtor +8417:\28anonymous\20namespace\29::skhb_nominal_glyphs\28hb_font_t*\2c\20void*\2c\20unsigned\20int\2c\20unsigned\20int\20const*\2c\20unsigned\20int\2c\20unsigned\20int*\2c\20unsigned\20int\2c\20void*\29 +8418:\28anonymous\20namespace\29::skhb_nominal_glyph\28hb_font_t*\2c\20void*\2c\20unsigned\20int\2c\20unsigned\20int*\2c\20void*\29 +8419:\28anonymous\20namespace\29::skhb_glyph_h_advances\28hb_font_t*\2c\20void*\2c\20unsigned\20int\2c\20unsigned\20int\20const*\2c\20unsigned\20int\2c\20int*\2c\20unsigned\20int\2c\20void*\29 +8420:\28anonymous\20namespace\29::skhb_glyph_h_advance\28hb_font_t*\2c\20void*\2c\20unsigned\20int\2c\20void*\29 +8421:\28anonymous\20namespace\29::skhb_glyph_extents\28hb_font_t*\2c\20void*\2c\20unsigned\20int\2c\20hb_glyph_extents_t*\2c\20void*\29 +8422:\28anonymous\20namespace\29::skhb_glyph\28hb_font_t*\2c\20void*\2c\20unsigned\20int\2c\20unsigned\20int\2c\20unsigned\20int*\2c\20void*\29 +8423:\28anonymous\20namespace\29::skhb_get_table\28hb_face_t*\2c\20unsigned\20int\2c\20void*\29::$_0::__invoke\28void*\29 +8424:\28anonymous\20namespace\29::skhb_get_table\28hb_face_t*\2c\20unsigned\20int\2c\20void*\29 +8425:\28anonymous\20namespace\29::make_morphology\28\28anonymous\20namespace\29::MorphType\2c\20SkSize\2c\20sk_sp\2c\20SkImageFilters::CropRect\20const&\29 +8426:\28anonymous\20namespace\29::make_drop_shadow_graph\28SkPoint\2c\20SkSize\2c\20SkRGBA4f<\28SkAlphaType\293>\2c\20sk_sp\2c\20bool\2c\20sk_sp\2c\20std::__2::optional\20const&\29 +8427:\28anonymous\20namespace\29::extension_compare\28SkString\20const&\2c\20SkString\20const&\29 +8428:\28anonymous\20namespace\29::YUVPlanesRec::~YUVPlanesRec\28\29_4700 +8429:\28anonymous\20namespace\29::YUVPlanesRec::getCategory\28\29\20const +8430:\28anonymous\20namespace\29::YUVPlanesRec::diagnostic_only_getDiscardable\28\29\20const +8431:\28anonymous\20namespace\29::YUVPlanesRec::bytesUsed\28\29\20const +8432:\28anonymous\20namespace\29::YUVPlanesRec::Visitor\28SkResourceCache::Rec\20const&\2c\20void*\29 +8433:\28anonymous\20namespace\29::UniqueKeyInvalidator::~UniqueKeyInvalidator\28\29_11870 +8434:\28anonymous\20namespace\29::UniqueKeyInvalidator::~UniqueKeyInvalidator\28\29 +8435:\28anonymous\20namespace\29::TriangulatingPathOp::~TriangulatingPathOp\28\29_11854 +8436:\28anonymous\20namespace\29::TriangulatingPathOp::visitProxies\28std::__2::function\20const&\29\20const +8437:\28anonymous\20namespace\29::TriangulatingPathOp::programInfo\28\29 +8438:\28anonymous\20namespace\29::TriangulatingPathOp::onPrepareDraws\28GrMeshDrawTarget*\29 +8439:\28anonymous\20namespace\29::TriangulatingPathOp::onPrePrepareDraws\28GrRecordingContext*\2c\20GrSurfaceProxyView\20const&\2c\20GrAppliedClip*\2c\20GrDstProxyView\20const&\2c\20GrXferBarrierFlags\2c\20GrLoadOp\29 +8440:\28anonymous\20namespace\29::TriangulatingPathOp::onExecute\28GrOpFlushState*\2c\20SkRect\20const&\29 +8441:\28anonymous\20namespace\29::TriangulatingPathOp::onCreateProgramInfo\28GrCaps\20const*\2c\20SkArenaAlloc*\2c\20GrSurfaceProxyView\20const&\2c\20bool\2c\20GrAppliedClip&&\2c\20GrDstProxyView\20const&\2c\20GrXferBarrierFlags\2c\20GrLoadOp\29 +8442:\28anonymous\20namespace\29::TriangulatingPathOp::name\28\29\20const +8443:\28anonymous\20namespace\29::TriangulatingPathOp::finalize\28GrCaps\20const&\2c\20GrAppliedClip\20const*\2c\20GrClampType\29 +8444:\28anonymous\20namespace\29::TransformedMaskSubRun::unflattenSize\28\29\20const +8445:\28anonymous\20namespace\29::TransformedMaskSubRun::regenerateAtlas\28int\2c\20int\2c\20std::__2::function\20\28sktext::gpu::GlyphVector*\2c\20int\2c\20int\2c\20skgpu::MaskFormat\2c\20int\29>\29\20const +8446:\28anonymous\20namespace\29::TransformedMaskSubRun::doFlatten\28SkWriteBuffer&\29\20const +8447:\28anonymous\20namespace\29::TransformedMaskSubRun::canReuse\28SkPaint\20const&\2c\20SkMatrix\20const&\29\20const +8448:\28anonymous\20namespace\29::ThreeBoxApproxPass::startBlur\28\29 +8449:\28anonymous\20namespace\29::ThreeBoxApproxPass::blurSegment\28int\2c\20void\20const*\2c\20int\2c\20void*\2c\20int\29 +8450:\28anonymous\20namespace\29::ThreeBoxApproxPass::MakeMaker\28float\2c\20SkArenaAlloc*\29::Maker::makePass\28void*\2c\20SkArenaAlloc*\29\20const +8451:\28anonymous\20namespace\29::ThreeBoxApproxPass::MakeMaker\28float\2c\20SkArenaAlloc*\29::Maker::bufferSizeBytes\28\29\20const +8452:\28anonymous\20namespace\29::TextureOpImpl::~TextureOpImpl\28\29_11830 +8453:\28anonymous\20namespace\29::TextureOpImpl::~TextureOpImpl\28\29 +8454:\28anonymous\20namespace\29::TextureOpImpl::visitProxies\28std::__2::function\20const&\29\20const +8455:\28anonymous\20namespace\29::TextureOpImpl::programInfo\28\29 +8456:\28anonymous\20namespace\29::TextureOpImpl::onPrepareDraws\28GrMeshDrawTarget*\29 +8457:\28anonymous\20namespace\29::TextureOpImpl::onPrePrepareDraws\28GrRecordingContext*\2c\20GrSurfaceProxyView\20const&\2c\20GrAppliedClip*\2c\20GrDstProxyView\20const&\2c\20GrXferBarrierFlags\2c\20GrLoadOp\29 +8458:\28anonymous\20namespace\29::TextureOpImpl::onExecute\28GrOpFlushState*\2c\20SkRect\20const&\29 +8459:\28anonymous\20namespace\29::TextureOpImpl::onCreateProgramInfo\28GrCaps\20const*\2c\20SkArenaAlloc*\2c\20GrSurfaceProxyView\20const&\2c\20bool\2c\20GrAppliedClip&&\2c\20GrDstProxyView\20const&\2c\20GrXferBarrierFlags\2c\20GrLoadOp\29 +8460:\28anonymous\20namespace\29::TextureOpImpl::onCombineIfPossible\28GrOp*\2c\20SkArenaAlloc*\2c\20GrCaps\20const&\29 +8461:\28anonymous\20namespace\29::TextureOpImpl::name\28\29\20const +8462:\28anonymous\20namespace\29::TextureOpImpl::fixedFunctionFlags\28\29\20const +8463:\28anonymous\20namespace\29::TextureOpImpl::finalize\28GrCaps\20const&\2c\20GrAppliedClip\20const*\2c\20GrClampType\29 +8464:\28anonymous\20namespace\29::TentPass::startBlur\28\29 +8465:\28anonymous\20namespace\29::TentPass::blurSegment\28int\2c\20void\20const*\2c\20int\2c\20void*\2c\20int\29 +8466:\28anonymous\20namespace\29::TentPass::MakeMaker\28float\2c\20SkArenaAlloc*\29::Maker::makePass\28void*\2c\20SkArenaAlloc*\29\20const +8467:\28anonymous\20namespace\29::TentPass::MakeMaker\28float\2c\20SkArenaAlloc*\29::Maker::bufferSizeBytes\28\29\20const +8468:\28anonymous\20namespace\29::StaticVertexAllocator::~StaticVertexAllocator\28\29_11875 +8469:\28anonymous\20namespace\29::StaticVertexAllocator::~StaticVertexAllocator\28\29 +8470:\28anonymous\20namespace\29::StaticVertexAllocator::unlock\28int\29 +8471:\28anonymous\20namespace\29::StaticVertexAllocator::lock\28unsigned\20long\2c\20int\29 +8472:\28anonymous\20namespace\29::SkUnicodeHbScriptRunIterator::currentScript\28\29\20const +8473:\28anonymous\20namespace\29::SkUnicodeHbScriptRunIterator::consume\28\29 +8474:\28anonymous\20namespace\29::SkShaderImageFilter::onGetOutputLayerBounds\28skif::Mapping\20const&\2c\20std::__2::optional>\29\20const +8475:\28anonymous\20namespace\29::SkShaderImageFilter::onFilterImage\28skif::Context\20const&\29\20const +8476:\28anonymous\20namespace\29::SkShaderImageFilter::getTypeName\28\29\20const +8477:\28anonymous\20namespace\29::SkShaderImageFilter::flatten\28SkWriteBuffer&\29\20const +8478:\28anonymous\20namespace\29::SkShaderImageFilter::computeFastBounds\28SkRect\20const&\29\20const +8479:\28anonymous\20namespace\29::SkMorphologyImageFilter::onGetOutputLayerBounds\28skif::Mapping\20const&\2c\20std::__2::optional>\29\20const +8480:\28anonymous\20namespace\29::SkMorphologyImageFilter::onGetInputLayerBounds\28skif::Mapping\20const&\2c\20skif::LayerSpace\20const&\2c\20std::__2::optional>\29\20const +8481:\28anonymous\20namespace\29::SkMorphologyImageFilter::onFilterImage\28skif::Context\20const&\29\20const +8482:\28anonymous\20namespace\29::SkMorphologyImageFilter::getTypeName\28\29\20const +8483:\28anonymous\20namespace\29::SkMorphologyImageFilter::flatten\28SkWriteBuffer&\29\20const +8484:\28anonymous\20namespace\29::SkMorphologyImageFilter::computeFastBounds\28SkRect\20const&\29\20const +8485:\28anonymous\20namespace\29::SkMergeImageFilter::onGetOutputLayerBounds\28skif::Mapping\20const&\2c\20std::__2::optional>\29\20const +8486:\28anonymous\20namespace\29::SkMergeImageFilter::onGetInputLayerBounds\28skif::Mapping\20const&\2c\20skif::LayerSpace\20const&\2c\20std::__2::optional>\29\20const +8487:\28anonymous\20namespace\29::SkMergeImageFilter::onFilterImage\28skif::Context\20const&\29\20const +8488:\28anonymous\20namespace\29::SkMergeImageFilter::getTypeName\28\29\20const +8489:\28anonymous\20namespace\29::SkMergeImageFilter::computeFastBounds\28SkRect\20const&\29\20const +8490:\28anonymous\20namespace\29::SkMatrixTransformImageFilter::onGetOutputLayerBounds\28skif::Mapping\20const&\2c\20std::__2::optional>\29\20const +8491:\28anonymous\20namespace\29::SkMatrixTransformImageFilter::onGetInputLayerBounds\28skif::Mapping\20const&\2c\20skif::LayerSpace\20const&\2c\20std::__2::optional>\29\20const +8492:\28anonymous\20namespace\29::SkMatrixTransformImageFilter::onFilterImage\28skif::Context\20const&\29\20const +8493:\28anonymous\20namespace\29::SkMatrixTransformImageFilter::getTypeName\28\29\20const +8494:\28anonymous\20namespace\29::SkMatrixTransformImageFilter::flatten\28SkWriteBuffer&\29\20const +8495:\28anonymous\20namespace\29::SkMatrixTransformImageFilter::computeFastBounds\28SkRect\20const&\29\20const +8496:\28anonymous\20namespace\29::SkImageImageFilter::onGetOutputLayerBounds\28skif::Mapping\20const&\2c\20std::__2::optional>\29\20const +8497:\28anonymous\20namespace\29::SkImageImageFilter::onFilterImage\28skif::Context\20const&\29\20const +8498:\28anonymous\20namespace\29::SkImageImageFilter::getTypeName\28\29\20const +8499:\28anonymous\20namespace\29::SkImageImageFilter::flatten\28SkWriteBuffer&\29\20const +8500:\28anonymous\20namespace\29::SkImageImageFilter::computeFastBounds\28SkRect\20const&\29\20const +8501:\28anonymous\20namespace\29::SkFTGeometrySink::Quad\28FT_Vector_\20const*\2c\20FT_Vector_\20const*\2c\20void*\29 +8502:\28anonymous\20namespace\29::SkFTGeometrySink::Move\28FT_Vector_\20const*\2c\20void*\29 +8503:\28anonymous\20namespace\29::SkFTGeometrySink::Line\28FT_Vector_\20const*\2c\20void*\29 +8504:\28anonymous\20namespace\29::SkFTGeometrySink::Cubic\28FT_Vector_\20const*\2c\20FT_Vector_\20const*\2c\20FT_Vector_\20const*\2c\20void*\29 +8505:\28anonymous\20namespace\29::SkEmptyTypeface::onGetFontDescriptor\28SkFontDescriptor*\2c\20bool*\29\20const +8506:\28anonymous\20namespace\29::SkEmptyTypeface::onGetFamilyName\28SkString*\29\20const +8507:\28anonymous\20namespace\29::SkEmptyTypeface::onCreateScalerContext\28SkScalerContextEffects\20const&\2c\20SkDescriptor\20const*\29\20const +8508:\28anonymous\20namespace\29::SkEmptyTypeface::onCreateFamilyNameIterator\28\29\20const +8509:\28anonymous\20namespace\29::SkEmptyTypeface::onCharsToGlyphs\28SkSpan\2c\20SkSpan\29\20const +8510:\28anonymous\20namespace\29::SkEmptyTypeface::MakeFromStream\28std::__2::unique_ptr>\2c\20SkFontArguments\20const&\29 +8511:\28anonymous\20namespace\29::SkDisplacementMapImageFilter::onGetOutputLayerBounds\28skif::Mapping\20const&\2c\20std::__2::optional>\29\20const +8512:\28anonymous\20namespace\29::SkDisplacementMapImageFilter::onGetInputLayerBounds\28skif::Mapping\20const&\2c\20skif::LayerSpace\20const&\2c\20std::__2::optional>\29\20const +8513:\28anonymous\20namespace\29::SkDisplacementMapImageFilter::onFilterImage\28skif::Context\20const&\29\20const +8514:\28anonymous\20namespace\29::SkDisplacementMapImageFilter::getTypeName\28\29\20const +8515:\28anonymous\20namespace\29::SkDisplacementMapImageFilter::flatten\28SkWriteBuffer&\29\20const +8516:\28anonymous\20namespace\29::SkDisplacementMapImageFilter::computeFastBounds\28SkRect\20const&\29\20const +8517:\28anonymous\20namespace\29::SkCropImageFilter::onGetOutputLayerBounds\28skif::Mapping\20const&\2c\20std::__2::optional>\29\20const +8518:\28anonymous\20namespace\29::SkCropImageFilter::onGetInputLayerBounds\28skif::Mapping\20const&\2c\20skif::LayerSpace\20const&\2c\20std::__2::optional>\29\20const +8519:\28anonymous\20namespace\29::SkCropImageFilter::onFilterImage\28skif::Context\20const&\29\20const +8520:\28anonymous\20namespace\29::SkCropImageFilter::onAffectsTransparentBlack\28\29\20const +8521:\28anonymous\20namespace\29::SkCropImageFilter::getTypeName\28\29\20const +8522:\28anonymous\20namespace\29::SkCropImageFilter::flatten\28SkWriteBuffer&\29\20const +8523:\28anonymous\20namespace\29::SkCropImageFilter::computeFastBounds\28SkRect\20const&\29\20const +8524:\28anonymous\20namespace\29::SkComposeImageFilter::onGetOutputLayerBounds\28skif::Mapping\20const&\2c\20std::__2::optional>\29\20const +8525:\28anonymous\20namespace\29::SkComposeImageFilter::onGetInputLayerBounds\28skif::Mapping\20const&\2c\20skif::LayerSpace\20const&\2c\20std::__2::optional>\29\20const +8526:\28anonymous\20namespace\29::SkComposeImageFilter::onFilterImage\28skif::Context\20const&\29\20const +8527:\28anonymous\20namespace\29::SkComposeImageFilter::getTypeName\28\29\20const +8528:\28anonymous\20namespace\29::SkComposeImageFilter::computeFastBounds\28SkRect\20const&\29\20const +8529:\28anonymous\20namespace\29::SkColorFilterImageFilter::onIsColorFilterNode\28SkColorFilter**\29\20const +8530:\28anonymous\20namespace\29::SkColorFilterImageFilter::onGetOutputLayerBounds\28skif::Mapping\20const&\2c\20std::__2::optional>\29\20const +8531:\28anonymous\20namespace\29::SkColorFilterImageFilter::onGetInputLayerBounds\28skif::Mapping\20const&\2c\20skif::LayerSpace\20const&\2c\20std::__2::optional>\29\20const +8532:\28anonymous\20namespace\29::SkColorFilterImageFilter::onFilterImage\28skif::Context\20const&\29\20const +8533:\28anonymous\20namespace\29::SkColorFilterImageFilter::onAffectsTransparentBlack\28\29\20const +8534:\28anonymous\20namespace\29::SkColorFilterImageFilter::getTypeName\28\29\20const +8535:\28anonymous\20namespace\29::SkColorFilterImageFilter::flatten\28SkWriteBuffer&\29\20const +8536:\28anonymous\20namespace\29::SkColorFilterImageFilter::computeFastBounds\28SkRect\20const&\29\20const +8537:\28anonymous\20namespace\29::SkBlurImageFilter::onGetOutputLayerBounds\28skif::Mapping\20const&\2c\20std::__2::optional>\29\20const +8538:\28anonymous\20namespace\29::SkBlurImageFilter::onGetInputLayerBounds\28skif::Mapping\20const&\2c\20skif::LayerSpace\20const&\2c\20std::__2::optional>\29\20const +8539:\28anonymous\20namespace\29::SkBlurImageFilter::onFilterImage\28skif::Context\20const&\29\20const +8540:\28anonymous\20namespace\29::SkBlurImageFilter::getTypeName\28\29\20const +8541:\28anonymous\20namespace\29::SkBlurImageFilter::flatten\28SkWriteBuffer&\29\20const +8542:\28anonymous\20namespace\29::SkBlurImageFilter::computeFastBounds\28SkRect\20const&\29\20const +8543:\28anonymous\20namespace\29::SkBlendImageFilter::~SkBlendImageFilter\28\29_5405 +8544:\28anonymous\20namespace\29::SkBlendImageFilter::~SkBlendImageFilter\28\29 +8545:\28anonymous\20namespace\29::SkBlendImageFilter::onGetOutputLayerBounds\28skif::Mapping\20const&\2c\20std::__2::optional>\29\20const +8546:\28anonymous\20namespace\29::SkBlendImageFilter::onGetInputLayerBounds\28skif::Mapping\20const&\2c\20skif::LayerSpace\20const&\2c\20std::__2::optional>\29\20const +8547:\28anonymous\20namespace\29::SkBlendImageFilter::onFilterImage\28skif::Context\20const&\29\20const +8548:\28anonymous\20namespace\29::SkBlendImageFilter::onAffectsTransparentBlack\28\29\20const +8549:\28anonymous\20namespace\29::SkBlendImageFilter::getTypeName\28\29\20const +8550:\28anonymous\20namespace\29::SkBlendImageFilter::flatten\28SkWriteBuffer&\29\20const +8551:\28anonymous\20namespace\29::SkBlendImageFilter::computeFastBounds\28SkRect\20const&\29\20const +8552:\28anonymous\20namespace\29::SkBidiIterator_icu::~SkBidiIterator_icu\28\29_8185 +8553:\28anonymous\20namespace\29::SkBidiIterator_icu::~SkBidiIterator_icu\28\29 +8554:\28anonymous\20namespace\29::SkBidiIterator_icu::getLevelAt\28int\29 +8555:\28anonymous\20namespace\29::SkBidiIterator_icu::getLength\28\29 +8556:\28anonymous\20namespace\29::SimpleTriangleShader::name\28\29\20const +8557:\28anonymous\20namespace\29::SimpleTriangleShader::makeProgramImpl\28GrShaderCaps\20const&\29\20const::Impl::emitVertexCode\28GrShaderCaps\20const&\2c\20GrPathTessellationShader\20const&\2c\20GrGLSLVertexBuilder*\2c\20GrGLSLVaryingHandler*\2c\20GrGeometryProcessor::ProgramImpl::GrGPArgs*\29 +8558:\28anonymous\20namespace\29::SimpleTriangleShader::makeProgramImpl\28GrShaderCaps\20const&\29\20const +8559:\28anonymous\20namespace\29::ShaperHarfBuzz::~ShaperHarfBuzz\28\29_13515 +8560:\28anonymous\20namespace\29::ShaperHarfBuzz::shape\28char\20const*\2c\20unsigned\20long\2c\20SkShaper::FontRunIterator&\2c\20SkShaper::BiDiRunIterator&\2c\20SkShaper::ScriptRunIterator&\2c\20SkShaper::LanguageRunIterator&\2c\20float\2c\20SkShaper::RunHandler*\29\20const +8561:\28anonymous\20namespace\29::ShaperHarfBuzz::shape\28char\20const*\2c\20unsigned\20long\2c\20SkShaper::FontRunIterator&\2c\20SkShaper::BiDiRunIterator&\2c\20SkShaper::ScriptRunIterator&\2c\20SkShaper::LanguageRunIterator&\2c\20SkShaper::Feature\20const*\2c\20unsigned\20long\2c\20float\2c\20SkShaper::RunHandler*\29\20const +8562:\28anonymous\20namespace\29::ShaperHarfBuzz::shape\28char\20const*\2c\20unsigned\20long\2c\20SkFont\20const&\2c\20bool\2c\20float\2c\20SkShaper::RunHandler*\29\20const +8563:\28anonymous\20namespace\29::ShapeDontWrapOrReorder::~ShapeDontWrapOrReorder\28\29 +8564:\28anonymous\20namespace\29::ShapeDontWrapOrReorder::wrap\28char\20const*\2c\20unsigned\20long\2c\20SkShaper::BiDiRunIterator\20const&\2c\20SkShaper::LanguageRunIterator\20const&\2c\20SkShaper::ScriptRunIterator\20const&\2c\20SkShaper::FontRunIterator\20const&\2c\20\28anonymous\20namespace\29::RunIteratorQueue&\2c\20SkShaper::Feature\20const*\2c\20unsigned\20long\2c\20float\2c\20SkShaper::RunHandler*\29\20const +8565:\28anonymous\20namespace\29::ShadowInvalidator::~ShadowInvalidator\28\29_5191 +8566:\28anonymous\20namespace\29::ShadowInvalidator::~ShadowInvalidator\28\29 +8567:\28anonymous\20namespace\29::ShadowInvalidator::changed\28\29 +8568:\28anonymous\20namespace\29::ShadowCircularRRectOp::~ShadowCircularRRectOp\28\29_11693 +8569:\28anonymous\20namespace\29::ShadowCircularRRectOp::~ShadowCircularRRectOp\28\29 +8570:\28anonymous\20namespace\29::ShadowCircularRRectOp::visitProxies\28std::__2::function\20const&\29\20const +8571:\28anonymous\20namespace\29::ShadowCircularRRectOp::programInfo\28\29 +8572:\28anonymous\20namespace\29::ShadowCircularRRectOp::onPrepareDraws\28GrMeshDrawTarget*\29 +8573:\28anonymous\20namespace\29::ShadowCircularRRectOp::onExecute\28GrOpFlushState*\2c\20SkRect\20const&\29 +8574:\28anonymous\20namespace\29::ShadowCircularRRectOp::onCreateProgramInfo\28GrCaps\20const*\2c\20SkArenaAlloc*\2c\20GrSurfaceProxyView\20const&\2c\20bool\2c\20GrAppliedClip&&\2c\20GrDstProxyView\20const&\2c\20GrXferBarrierFlags\2c\20GrLoadOp\29 +8575:\28anonymous\20namespace\29::ShadowCircularRRectOp::onCombineIfPossible\28GrOp*\2c\20SkArenaAlloc*\2c\20GrCaps\20const&\29 +8576:\28anonymous\20namespace\29::ShadowCircularRRectOp::name\28\29\20const +8577:\28anonymous\20namespace\29::ShadowCircularRRectOp::finalize\28GrCaps\20const&\2c\20GrAppliedClip\20const*\2c\20GrClampType\29 +8578:\28anonymous\20namespace\29::SDFTSubRun::unflattenSize\28\29\20const +8579:\28anonymous\20namespace\29::SDFTSubRun::regenerateAtlas\28int\2c\20int\2c\20std::__2::function\20\28sktext::gpu::GlyphVector*\2c\20int\2c\20int\2c\20skgpu::MaskFormat\2c\20int\29>\29\20const +8580:\28anonymous\20namespace\29::SDFTSubRun::glyphParams\28\29\20const +8581:\28anonymous\20namespace\29::SDFTSubRun::draw\28SkCanvas*\2c\20SkPoint\2c\20SkPaint\20const&\2c\20sk_sp\2c\20std::__2::function\2c\20sktext::gpu::RendererData\29>\20const&\29\20const +8582:\28anonymous\20namespace\29::SDFTSubRun::doFlatten\28SkWriteBuffer&\29\20const +8583:\28anonymous\20namespace\29::SDFTSubRun::canReuse\28SkPaint\20const&\2c\20SkMatrix\20const&\29\20const +8584:\28anonymous\20namespace\29::RectsBlurRec::~RectsBlurRec\28\29_2494 +8585:\28anonymous\20namespace\29::RectsBlurRec::~RectsBlurRec\28\29 +8586:\28anonymous\20namespace\29::RectsBlurRec::getCategory\28\29\20const +8587:\28anonymous\20namespace\29::RectsBlurRec::diagnostic_only_getDiscardable\28\29\20const +8588:\28anonymous\20namespace\29::RectsBlurRec::bytesUsed\28\29\20const +8589:\28anonymous\20namespace\29::RectsBlurRec::Visitor\28SkResourceCache::Rec\20const&\2c\20void*\29 +8590:\28anonymous\20namespace\29::RasterShaderBlurAlgorithm::makeDevice\28SkImageInfo\20const&\29\20const +8591:\28anonymous\20namespace\29::RasterBlurEngine::findAlgorithm\28SkSize\2c\20SkColorType\29\20const +8592:\28anonymous\20namespace\29::RasterA8BlurAlgorithm::blur\28SkSize\2c\20sk_sp\2c\20SkIRect\20const&\2c\20SkTileMode\2c\20SkIRect\20const&\29\20const +8593:\28anonymous\20namespace\29::Raster8888BlurAlgorithm::blur\28SkSize\2c\20sk_sp\2c\20SkIRect\20const&\2c\20SkTileMode\2c\20SkIRect\20const&\29\20const +8594:\28anonymous\20namespace\29::RRectBlurRec::~RRectBlurRec\28\29_2488 +8595:\28anonymous\20namespace\29::RRectBlurRec::~RRectBlurRec\28\29 +8596:\28anonymous\20namespace\29::RRectBlurRec::getCategory\28\29\20const +8597:\28anonymous\20namespace\29::RRectBlurRec::diagnostic_only_getDiscardable\28\29\20const +8598:\28anonymous\20namespace\29::RRectBlurRec::bytesUsed\28\29\20const +8599:\28anonymous\20namespace\29::RRectBlurRec::Visitor\28SkResourceCache::Rec\20const&\2c\20void*\29 +8600:\28anonymous\20namespace\29::PathSubRun::~PathSubRun\28\29_12733 +8601:\28anonymous\20namespace\29::PathSubRun::~PathSubRun\28\29 +8602:\28anonymous\20namespace\29::PathSubRun::unflattenSize\28\29\20const +8603:\28anonymous\20namespace\29::PathSubRun::draw\28SkCanvas*\2c\20SkPoint\2c\20SkPaint\20const&\2c\20sk_sp\2c\20std::__2::function\2c\20sktext::gpu::RendererData\29>\20const&\29\20const +8604:\28anonymous\20namespace\29::PathSubRun::doFlatten\28SkWriteBuffer&\29\20const +8605:\28anonymous\20namespace\29::MipMapRec::~MipMapRec\28\29_1334 +8606:\28anonymous\20namespace\29::MipMapRec::~MipMapRec\28\29 +8607:\28anonymous\20namespace\29::MipMapRec::getCategory\28\29\20const +8608:\28anonymous\20namespace\29::MipMapRec::diagnostic_only_getDiscardable\28\29\20const +8609:\28anonymous\20namespace\29::MipMapRec::bytesUsed\28\29\20const +8610:\28anonymous\20namespace\29::MipMapRec::Finder\28SkResourceCache::Rec\20const&\2c\20void*\29 +8611:\28anonymous\20namespace\29::MiddleOutShader::~MiddleOutShader\28\29_11916 +8612:\28anonymous\20namespace\29::MiddleOutShader::~MiddleOutShader\28\29 +8613:\28anonymous\20namespace\29::MiddleOutShader::name\28\29\20const +8614:\28anonymous\20namespace\29::MiddleOutShader::makeProgramImpl\28GrShaderCaps\20const&\29\20const::Impl::emitVertexCode\28GrShaderCaps\20const&\2c\20GrPathTessellationShader\20const&\2c\20GrGLSLVertexBuilder*\2c\20GrGLSLVaryingHandler*\2c\20GrGeometryProcessor::ProgramImpl::GrGPArgs*\29 +8615:\28anonymous\20namespace\29::MiddleOutShader::makeProgramImpl\28GrShaderCaps\20const&\29\20const +8616:\28anonymous\20namespace\29::MiddleOutShader::addToKey\28GrShaderCaps\20const&\2c\20skgpu::KeyBuilder*\29\20const +8617:\28anonymous\20namespace\29::MeshOp::~MeshOp\28\29_11216 +8618:\28anonymous\20namespace\29::MeshOp::visitProxies\28std::__2::function\20const&\29\20const +8619:\28anonymous\20namespace\29::MeshOp::programInfo\28\29 +8620:\28anonymous\20namespace\29::MeshOp::onPrepareDraws\28GrMeshDrawTarget*\29 +8621:\28anonymous\20namespace\29::MeshOp::onExecute\28GrOpFlushState*\2c\20SkRect\20const&\29 +8622:\28anonymous\20namespace\29::MeshOp::onCreateProgramInfo\28GrCaps\20const*\2c\20SkArenaAlloc*\2c\20GrSurfaceProxyView\20const&\2c\20bool\2c\20GrAppliedClip&&\2c\20GrDstProxyView\20const&\2c\20GrXferBarrierFlags\2c\20GrLoadOp\29 +8623:\28anonymous\20namespace\29::MeshOp::onCombineIfPossible\28GrOp*\2c\20SkArenaAlloc*\2c\20GrCaps\20const&\29 +8624:\28anonymous\20namespace\29::MeshOp::name\28\29\20const +8625:\28anonymous\20namespace\29::MeshOp::finalize\28GrCaps\20const&\2c\20GrAppliedClip\20const*\2c\20GrClampType\29 +8626:\28anonymous\20namespace\29::MeshGP::~MeshGP\28\29_11243 +8627:\28anonymous\20namespace\29::MeshGP::onTextureSampler\28int\29\20const +8628:\28anonymous\20namespace\29::MeshGP::name\28\29\20const +8629:\28anonymous\20namespace\29::MeshGP::makeProgramImpl\28GrShaderCaps\20const&\29\20const +8630:\28anonymous\20namespace\29::MeshGP::addToKey\28GrShaderCaps\20const&\2c\20skgpu::KeyBuilder*\29\20const +8631:\28anonymous\20namespace\29::MeshGP::Impl::~Impl\28\29_11256 +8632:\28anonymous\20namespace\29::MeshGP::Impl::setData\28GrGLSLProgramDataManager\20const&\2c\20GrShaderCaps\20const&\2c\20GrGeometryProcessor\20const&\29 +8633:\28anonymous\20namespace\29::MeshGP::Impl::onEmitCode\28GrGeometryProcessor::ProgramImpl::EmitArgs&\2c\20GrGeometryProcessor::ProgramImpl::GrGPArgs*\29 +8634:\28anonymous\20namespace\29::MeshGP::Impl::MeshCallbacks::toLinearSrgb\28std::__2::basic_string\2c\20std::__2::allocator>\29 +8635:\28anonymous\20namespace\29::MeshGP::Impl::MeshCallbacks::sampleShader\28int\2c\20std::__2::basic_string\2c\20std::__2::allocator>\29 +8636:\28anonymous\20namespace\29::MeshGP::Impl::MeshCallbacks::sampleColorFilter\28int\2c\20std::__2::basic_string\2c\20std::__2::allocator>\29 +8637:\28anonymous\20namespace\29::MeshGP::Impl::MeshCallbacks::sampleBlender\28int\2c\20std::__2::basic_string\2c\20std::__2::allocator>\2c\20std::__2::basic_string\2c\20std::__2::allocator>\29 +8638:\28anonymous\20namespace\29::MeshGP::Impl::MeshCallbacks::getMangledName\28char\20const*\29 +8639:\28anonymous\20namespace\29::MeshGP::Impl::MeshCallbacks::getMainName\28\29 +8640:\28anonymous\20namespace\29::MeshGP::Impl::MeshCallbacks::fromLinearSrgb\28std::__2::basic_string\2c\20std::__2::allocator>\29 +8641:\28anonymous\20namespace\29::MeshGP::Impl::MeshCallbacks::defineFunction\28char\20const*\2c\20char\20const*\2c\20bool\29 +8642:\28anonymous\20namespace\29::MeshGP::Impl::MeshCallbacks::declareUniform\28SkSL::VarDeclaration\20const*\29 +8643:\28anonymous\20namespace\29::MeshGP::Impl::MeshCallbacks::declareFunction\28char\20const*\29 +8644:\28anonymous\20namespace\29::ImageFromPictureRec::~ImageFromPictureRec\28\29_4975 +8645:\28anonymous\20namespace\29::ImageFromPictureRec::~ImageFromPictureRec\28\29 +8646:\28anonymous\20namespace\29::ImageFromPictureRec::getCategory\28\29\20const +8647:\28anonymous\20namespace\29::ImageFromPictureRec::bytesUsed\28\29\20const +8648:\28anonymous\20namespace\29::ImageFromPictureRec::Visitor\28SkResourceCache::Rec\20const&\2c\20void*\29 +8649:\28anonymous\20namespace\29::HQDownSampler::buildLevel\28SkPixmap\20const&\2c\20SkPixmap\20const&\29 +8650:\28anonymous\20namespace\29::GaussianPass::startBlur\28\29 +8651:\28anonymous\20namespace\29::GaussianPass::blurSegment\28int\2c\20void\20const*\2c\20int\2c\20void*\2c\20int\29 +8652:\28anonymous\20namespace\29::GaussianPass::MakeMaker\28float\2c\20SkArenaAlloc*\29::Maker::makePass\28void*\2c\20SkArenaAlloc*\29\20const +8653:\28anonymous\20namespace\29::GaussianPass::MakeMaker\28float\2c\20SkArenaAlloc*\29::Maker::bufferSizeBytes\28\29\20const +8654:\28anonymous\20namespace\29::GaussianPass::startBlur\28\29 +8655:\28anonymous\20namespace\29::GaussianPass::blurSegment\28int\2c\20void\20const*\2c\20int\2c\20void*\2c\20int\29 +8656:\28anonymous\20namespace\29::GaussianPass::MakeMaker\28float\2c\20SkArenaAlloc*\29::Maker::makePass\28void*\2c\20SkArenaAlloc*\29\20const +8657:\28anonymous\20namespace\29::GaussianPass::MakeMaker\28float\2c\20SkArenaAlloc*\29::Maker::bufferSizeBytes\28\29\20const +8658:\28anonymous\20namespace\29::FillRectOpImpl::~FillRectOpImpl\28\29_11333 +8659:\28anonymous\20namespace\29::FillRectOpImpl::~FillRectOpImpl\28\29 +8660:\28anonymous\20namespace\29::FillRectOpImpl::visitProxies\28std::__2::function\20const&\29\20const +8661:\28anonymous\20namespace\29::FillRectOpImpl::programInfo\28\29 +8662:\28anonymous\20namespace\29::FillRectOpImpl::onPrepareDraws\28GrMeshDrawTarget*\29 +8663:\28anonymous\20namespace\29::FillRectOpImpl::onPrePrepareDraws\28GrRecordingContext*\2c\20GrSurfaceProxyView\20const&\2c\20GrAppliedClip*\2c\20GrDstProxyView\20const&\2c\20GrXferBarrierFlags\2c\20GrLoadOp\29 +8664:\28anonymous\20namespace\29::FillRectOpImpl::onExecute\28GrOpFlushState*\2c\20SkRect\20const&\29 +8665:\28anonymous\20namespace\29::FillRectOpImpl::onCreateProgramInfo\28GrCaps\20const*\2c\20SkArenaAlloc*\2c\20GrSurfaceProxyView\20const&\2c\20bool\2c\20GrAppliedClip&&\2c\20GrDstProxyView\20const&\2c\20GrXferBarrierFlags\2c\20GrLoadOp\29 +8666:\28anonymous\20namespace\29::FillRectOpImpl::onCombineIfPossible\28GrOp*\2c\20SkArenaAlloc*\2c\20GrCaps\20const&\29 +8667:\28anonymous\20namespace\29::FillRectOpImpl::name\28\29\20const +8668:\28anonymous\20namespace\29::FillRectOpImpl::finalize\28GrCaps\20const&\2c\20GrAppliedClip\20const*\2c\20GrClampType\29 +8669:\28anonymous\20namespace\29::EllipticalRRectEffect::onMakeProgramImpl\28\29\20const +8670:\28anonymous\20namespace\29::EllipticalRRectEffect::onAddToKey\28GrShaderCaps\20const&\2c\20skgpu::KeyBuilder*\29\20const +8671:\28anonymous\20namespace\29::EllipticalRRectEffect::name\28\29\20const +8672:\28anonymous\20namespace\29::EllipticalRRectEffect::clone\28\29\20const +8673:\28anonymous\20namespace\29::EllipticalRRectEffect::Impl::onSetData\28GrGLSLProgramDataManager\20const&\2c\20GrFragmentProcessor\20const&\29 +8674:\28anonymous\20namespace\29::EllipticalRRectEffect::Impl::emitCode\28GrFragmentProcessor::ProgramImpl::EmitArgs&\29 +8675:\28anonymous\20namespace\29::DrawableSubRun::~DrawableSubRun\28\29_12741 +8676:\28anonymous\20namespace\29::DrawableSubRun::~DrawableSubRun\28\29 +8677:\28anonymous\20namespace\29::DrawableSubRun::unflattenSize\28\29\20const +8678:\28anonymous\20namespace\29::DrawableSubRun::draw\28SkCanvas*\2c\20SkPoint\2c\20SkPaint\20const&\2c\20sk_sp\2c\20std::__2::function\2c\20sktext::gpu::RendererData\29>\20const&\29\20const +8679:\28anonymous\20namespace\29::DrawableSubRun::doFlatten\28SkWriteBuffer&\29\20const +8680:\28anonymous\20namespace\29::DrawAtlasPathShader::~DrawAtlasPathShader\28\29_11201 +8681:\28anonymous\20namespace\29::DrawAtlasPathShader::~DrawAtlasPathShader\28\29 +8682:\28anonymous\20namespace\29::DrawAtlasPathShader::onTextureSampler\28int\29\20const +8683:\28anonymous\20namespace\29::DrawAtlasPathShader::name\28\29\20const +8684:\28anonymous\20namespace\29::DrawAtlasPathShader::makeProgramImpl\28GrShaderCaps\20const&\29\20const +8685:\28anonymous\20namespace\29::DrawAtlasPathShader::addToKey\28GrShaderCaps\20const&\2c\20skgpu::KeyBuilder*\29\20const +8686:\28anonymous\20namespace\29::DrawAtlasPathShader::Impl::setData\28GrGLSLProgramDataManager\20const&\2c\20GrShaderCaps\20const&\2c\20GrGeometryProcessor\20const&\29 +8687:\28anonymous\20namespace\29::DrawAtlasPathShader::Impl::onEmitCode\28GrGeometryProcessor::ProgramImpl::EmitArgs&\2c\20GrGeometryProcessor::ProgramImpl::GrGPArgs*\29 +8688:\28anonymous\20namespace\29::DrawAtlasOpImpl::~DrawAtlasOpImpl\28\29_11173 +8689:\28anonymous\20namespace\29::DrawAtlasOpImpl::~DrawAtlasOpImpl\28\29 +8690:\28anonymous\20namespace\29::DrawAtlasOpImpl::onPrepareDraws\28GrMeshDrawTarget*\29 +8691:\28anonymous\20namespace\29::DrawAtlasOpImpl::onCreateProgramInfo\28GrCaps\20const*\2c\20SkArenaAlloc*\2c\20GrSurfaceProxyView\20const&\2c\20bool\2c\20GrAppliedClip&&\2c\20GrDstProxyView\20const&\2c\20GrXferBarrierFlags\2c\20GrLoadOp\29 +8692:\28anonymous\20namespace\29::DrawAtlasOpImpl::onCombineIfPossible\28GrOp*\2c\20SkArenaAlloc*\2c\20GrCaps\20const&\29 +8693:\28anonymous\20namespace\29::DrawAtlasOpImpl::name\28\29\20const +8694:\28anonymous\20namespace\29::DrawAtlasOpImpl::finalize\28GrCaps\20const&\2c\20GrAppliedClip\20const*\2c\20GrClampType\29 +8695:\28anonymous\20namespace\29::DirectMaskSubRun::unflattenSize\28\29\20const +8696:\28anonymous\20namespace\29::DirectMaskSubRun::regenerateAtlas\28int\2c\20int\2c\20std::__2::function\20\28sktext::gpu::GlyphVector*\2c\20int\2c\20int\2c\20skgpu::MaskFormat\2c\20int\29>\29\20const +8697:\28anonymous\20namespace\29::DirectMaskSubRun::doFlatten\28SkWriteBuffer&\29\20const +8698:\28anonymous\20namespace\29::DirectMaskSubRun::deviceRectAndNeedsTransform\28SkMatrix\20const&\29\20const +8699:\28anonymous\20namespace\29::DirectMaskSubRun::canReuse\28SkPaint\20const&\2c\20SkMatrix\20const&\29\20const +8700:\28anonymous\20namespace\29::DefaultPathOp::~DefaultPathOp\28\29_11158 +8701:\28anonymous\20namespace\29::DefaultPathOp::~DefaultPathOp\28\29 +8702:\28anonymous\20namespace\29::DefaultPathOp::visitProxies\28std::__2::function\20const&\29\20const +8703:\28anonymous\20namespace\29::DefaultPathOp::onPrepareDraws\28GrMeshDrawTarget*\29 +8704:\28anonymous\20namespace\29::DefaultPathOp::onExecute\28GrOpFlushState*\2c\20SkRect\20const&\29 +8705:\28anonymous\20namespace\29::DefaultPathOp::onCreateProgramInfo\28GrCaps\20const*\2c\20SkArenaAlloc*\2c\20GrSurfaceProxyView\20const&\2c\20bool\2c\20GrAppliedClip&&\2c\20GrDstProxyView\20const&\2c\20GrXferBarrierFlags\2c\20GrLoadOp\29 +8706:\28anonymous\20namespace\29::DefaultPathOp::onCombineIfPossible\28GrOp*\2c\20SkArenaAlloc*\2c\20GrCaps\20const&\29 +8707:\28anonymous\20namespace\29::DefaultPathOp::name\28\29\20const +8708:\28anonymous\20namespace\29::DefaultPathOp::fixedFunctionFlags\28\29\20const +8709:\28anonymous\20namespace\29::DefaultPathOp::finalize\28GrCaps\20const&\2c\20GrAppliedClip\20const*\2c\20GrClampType\29 +8710:\28anonymous\20namespace\29::CircularRRectEffect::onMakeProgramImpl\28\29\20const +8711:\28anonymous\20namespace\29::CircularRRectEffect::onAddToKey\28GrShaderCaps\20const&\2c\20skgpu::KeyBuilder*\29\20const +8712:\28anonymous\20namespace\29::CircularRRectEffect::name\28\29\20const +8713:\28anonymous\20namespace\29::CircularRRectEffect::clone\28\29\20const +8714:\28anonymous\20namespace\29::CircularRRectEffect::Impl::onSetData\28GrGLSLProgramDataManager\20const&\2c\20GrFragmentProcessor\20const&\29 +8715:\28anonymous\20namespace\29::CircularRRectEffect::Impl::emitCode\28GrFragmentProcessor::ProgramImpl::EmitArgs&\29 +8716:\28anonymous\20namespace\29::CachedTessellationsRec::~CachedTessellationsRec\28\29_5185 +8717:\28anonymous\20namespace\29::CachedTessellationsRec::~CachedTessellationsRec\28\29 +8718:\28anonymous\20namespace\29::CachedTessellationsRec::getCategory\28\29\20const +8719:\28anonymous\20namespace\29::CachedTessellationsRec::bytesUsed\28\29\20const +8720:\28anonymous\20namespace\29::CachedTessellations::~CachedTessellations\28\29_5183 +8721:\28anonymous\20namespace\29::CacheImpl::~CacheImpl\28\29_2298 +8722:\28anonymous\20namespace\29::CacheImpl::set\28SkImageFilterCacheKey\20const&\2c\20SkImageFilter\20const*\2c\20skif::FilterResult\20const&\29 +8723:\28anonymous\20namespace\29::CacheImpl::purge\28\29 +8724:\28anonymous\20namespace\29::CacheImpl::purgeByImageFilter\28SkImageFilter\20const*\29 +8725:\28anonymous\20namespace\29::CacheImpl::get\28SkImageFilterCacheKey\20const&\2c\20skif::FilterResult*\29\20const +8726:\28anonymous\20namespace\29::BoundingBoxShader::name\28\29\20const +8727:\28anonymous\20namespace\29::BoundingBoxShader::makeProgramImpl\28GrShaderCaps\20const&\29\20const::Impl::setData\28GrGLSLProgramDataManager\20const&\2c\20GrShaderCaps\20const&\2c\20GrGeometryProcessor\20const&\29 +8728:\28anonymous\20namespace\29::BoundingBoxShader::makeProgramImpl\28GrShaderCaps\20const&\29\20const::Impl::onEmitCode\28GrGeometryProcessor::ProgramImpl::EmitArgs&\2c\20GrGeometryProcessor::ProgramImpl::GrGPArgs*\29 +8729:\28anonymous\20namespace\29::BoundingBoxShader::makeProgramImpl\28GrShaderCaps\20const&\29\20const +8730:\28anonymous\20namespace\29::AAHairlineOp::~AAHairlineOp\28\29_10979 +8731:\28anonymous\20namespace\29::AAHairlineOp::~AAHairlineOp\28\29 +8732:\28anonymous\20namespace\29::AAHairlineOp::visitProxies\28std::__2::function\20const&\29\20const +8733:\28anonymous\20namespace\29::AAHairlineOp::onPrepareDraws\28GrMeshDrawTarget*\29 +8734:\28anonymous\20namespace\29::AAHairlineOp::onPrePrepareDraws\28GrRecordingContext*\2c\20GrSurfaceProxyView\20const&\2c\20GrAppliedClip*\2c\20GrDstProxyView\20const&\2c\20GrXferBarrierFlags\2c\20GrLoadOp\29 +8735:\28anonymous\20namespace\29::AAHairlineOp::onExecute\28GrOpFlushState*\2c\20SkRect\20const&\29 +8736:\28anonymous\20namespace\29::AAHairlineOp::onCreateProgramInfo\28GrCaps\20const*\2c\20SkArenaAlloc*\2c\20GrSurfaceProxyView\20const&\2c\20bool\2c\20GrAppliedClip&&\2c\20GrDstProxyView\20const&\2c\20GrXferBarrierFlags\2c\20GrLoadOp\29 +8737:\28anonymous\20namespace\29::AAHairlineOp::onCombineIfPossible\28GrOp*\2c\20SkArenaAlloc*\2c\20GrCaps\20const&\29 +8738:\28anonymous\20namespace\29::AAHairlineOp::name\28\29\20const +8739:\28anonymous\20namespace\29::AAHairlineOp::fixedFunctionFlags\28\29\20const +8740:\28anonymous\20namespace\29::AAHairlineOp::finalize\28GrCaps\20const&\2c\20GrAppliedClip\20const*\2c\20GrClampType\29 +8741:\28anonymous\20namespace\29::A8Pass::startBlur\28\29 +8742:\28anonymous\20namespace\29::A8Pass::blurSegment\28int\2c\20void\20const*\2c\20int\2c\20void*\2c\20int\29 +8743:\28anonymous\20namespace\29::A8Pass::MakeMaker\28float\2c\20SkArenaAlloc*\29::Maker::makePass\28void*\2c\20SkArenaAlloc*\29\20const +8744:\28anonymous\20namespace\29::A8Pass::MakeMaker\28float\2c\20SkArenaAlloc*\29::Maker::bufferSizeBytes\28\29\20const +8745:YuvToRgbaRow +8746:YuvToRgba4444Row +8747:YuvToRgbRow +8748:YuvToRgb565Row +8749:YuvToBgraRow +8750:YuvToBgrRow +8751:YuvToArgbRow +8752:Write_CVT_Stretched +8753:Write_CVT +8754:WebPYuv444ToRgba_C +8755:WebPYuv444ToRgba4444_C +8756:WebPYuv444ToRgb_C +8757:WebPYuv444ToRgb565_C +8758:WebPYuv444ToBgra_C +8759:WebPYuv444ToBgr_C +8760:WebPYuv444ToArgb_C +8761:WebPRescalerImportRowShrink_C +8762:WebPRescalerImportRowExpand_C +8763:WebPRescalerExportRowShrink_C +8764:WebPRescalerExportRowExpand_C +8765:WebPMultRow_C +8766:WebPMultARGBRow_C +8767:WebPConvertRGBA32ToUV_C +8768:WebPConvertARGBToUV_C +8769:WebGLTextureImageGenerator::~WebGLTextureImageGenerator\28\29_892 +8770:WebGLTextureImageGenerator::generateExternalTexture\28GrRecordingContext*\2c\20skgpu::Mipmapped\29 +8771:Vertish_SkAntiHairBlitter::drawLine\28int\2c\20int\2c\20int\2c\20int\29 +8772:Vertish_SkAntiHairBlitter::drawCap\28int\2c\20int\2c\20int\2c\20int\29 +8773:VerticalUnfilter_C +8774:VerticalFilter_C +8775:VertState::Triangles\28VertState*\29 +8776:VertState::TrianglesX\28VertState*\29 +8777:VertState::TriangleStrip\28VertState*\29 +8778:VertState::TriangleStripX\28VertState*\29 +8779:VertState::TriangleFan\28VertState*\29 +8780:VertState::TriangleFanX\28VertState*\29 +8781:VR4_C +8782:VP8LTransformColorInverse_C +8783:VP8LPredictor9_C +8784:VP8LPredictor8_C +8785:VP8LPredictor7_C +8786:VP8LPredictor6_C +8787:VP8LPredictor5_C +8788:VP8LPredictor4_C +8789:VP8LPredictor3_C +8790:VP8LPredictor2_C +8791:VP8LPredictor1_C +8792:VP8LPredictor13_C +8793:VP8LPredictor12_C +8794:VP8LPredictor11_C +8795:VP8LPredictor10_C +8796:VP8LPredictor0_C +8797:VP8LConvertBGRAToRGB_C +8798:VP8LConvertBGRAToRGBA_C +8799:VP8LConvertBGRAToRGBA4444_C +8800:VP8LConvertBGRAToRGB565_C +8801:VP8LConvertBGRAToBGR_C +8802:VP8LAddGreenToBlueAndRed_C +8803:VLine_SkAntiHairBlitter::drawLine\28int\2c\20int\2c\20int\2c\20int\29 +8804:VLine_SkAntiHairBlitter::drawCap\28int\2c\20int\2c\20int\2c\20int\29 +8805:VL4_C +8806:VFilter8i_C +8807:VFilter8_C +8808:VFilter16i_C +8809:VFilter16_C +8810:VE8uv_C +8811:VE4_C +8812:VE16_C +8813:UpsampleRgbaLinePair_C +8814:UpsampleRgba4444LinePair_C +8815:UpsampleRgbLinePair_C +8816:UpsampleRgb565LinePair_C +8817:UpsampleBgraLinePair_C +8818:UpsampleBgrLinePair_C +8819:UpsampleArgbLinePair_C +8820:UnresolvedCodepoints\28skia::textlayout::Paragraph&\29 +8821:TransformWHT_C +8822:TransformUV_C +8823:TransformTwo_C +8824:TransformDC_C +8825:TransformDCUV_C +8826:TransformAC3_C +8827:ToSVGString\28SkPath\20const&\29 +8828:ToCmds\28SkPath\20const&\29 +8829:TT_Set_MM_Blend +8830:TT_RunIns +8831:TT_Load_Simple_Glyph +8832:TT_Load_Glyph_Header +8833:TT_Load_Composite_Glyph +8834:TT_Get_Var_Design +8835:TT_Get_MM_Blend +8836:TT_Forget_Glyph_Frame +8837:TT_Access_Glyph_Frame +8838:TM8uv_C +8839:TM4_C +8840:TM16_C +8841:Sync +8842:SquareCapper\28SkPathBuilder*\2c\20SkPoint\20const&\2c\20SkPoint\20const&\2c\20SkPoint\20const&\2c\20bool\29 +8843:Sprite_D32_S32::blitRect\28int\2c\20int\2c\20int\2c\20int\29 +8844:SkWuffsFrameHolder::onGetFrame\28int\29\20const +8845:SkWuffsCodec::~SkWuffsCodec\28\29_13427 +8846:SkWuffsCodec::~SkWuffsCodec\28\29 +8847:SkWuffsCodec::onIsAnimated\28\29 +8848:SkWuffsCodec::onIncrementalDecode\28int*\29 +8849:SkWuffsCodec::onGetRepetitionCount\28\29 +8850:SkWuffsCodec::onGetPixels\28SkImageInfo\20const&\2c\20void*\2c\20unsigned\20long\2c\20SkCodec::Options\20const&\2c\20int*\29 +8851:SkWuffsCodec::onGetFrameInfo\28int\2c\20SkCodec::FrameInfo*\29\20const +8852:SkWuffsCodec::onGetFrameCount\28\29 +8853:SkWuffsCodec::getFrameHolder\28\29\20const +8854:SkWuffsCodec::getEncodedData\28\29\20const +8855:SkWriteICCProfile\28skcms_TransferFunction\20const&\2c\20skcms_Matrix3x3\20const&\29 +8856:SkWebpDecoder::Decode\28std::__2::unique_ptr>\2c\20SkCodec::Result*\2c\20void*\29 +8857:SkWebpCodec::~SkWebpCodec\28\29_13106 +8858:SkWebpCodec::~SkWebpCodec\28\29 +8859:SkWebpCodec::onIsAnimated\28\29 +8860:SkWebpCodec::onGetValidSubset\28SkIRect*\29\20const +8861:SkWebpCodec::onGetRepetitionCount\28\29 +8862:SkWebpCodec::onGetPixels\28SkImageInfo\20const&\2c\20void*\2c\20unsigned\20long\2c\20SkCodec::Options\20const&\2c\20int*\29 +8863:SkWebpCodec::onGetFrameInfo\28int\2c\20SkCodec::FrameInfo*\29\20const +8864:SkWebpCodec::onGetFrameCount\28\29 +8865:SkWebpCodec::getFrameHolder\28\29\20const +8866:SkWebpCodec::FrameHolder::~FrameHolder\28\29_13104 +8867:SkWebpCodec::FrameHolder::~FrameHolder\28\29 +8868:SkWebpCodec::FrameHolder::onGetFrame\28int\29\20const +8869:SkWeakRefCnt::internal_dispose\28\29\20const +8870:SkWbmpDecoder::Decode\28std::__2::unique_ptr>\2c\20SkCodec::Result*\2c\20void*\29 +8871:SkWbmpCodec::~SkWbmpCodec\28\29_5787 +8872:SkWbmpCodec::~SkWbmpCodec\28\29 +8873:SkWbmpCodec::onStartScanlineDecode\28SkImageInfo\20const&\2c\20SkCodec::Options\20const&\29 +8874:SkWbmpCodec::onSkipScanlines\28int\29 +8875:SkWbmpCodec::onRewind\28\29 +8876:SkWbmpCodec::onGetScanlines\28void*\2c\20int\2c\20unsigned\20long\29 +8877:SkWbmpCodec::onGetPixels\28SkImageInfo\20const&\2c\20void*\2c\20unsigned\20long\2c\20SkCodec::Options\20const&\2c\20int*\29 +8878:SkWbmpCodec::getSampler\28bool\29 +8879:SkWbmpCodec::conversionSupported\28SkImageInfo\20const&\2c\20bool\2c\20bool\29 +8880:SkVertices::Builder*\20emscripten::internal::operator_new\28SkVertices::VertexMode&&\2c\20int&&\2c\20int&&\2c\20unsigned\20int&&\29 +8881:SkUserTypeface::~SkUserTypeface\28\29_5072 +8882:SkUserTypeface::~SkUserTypeface\28\29 +8883:SkUserTypeface::onOpenStream\28int*\29\20const +8884:SkUserTypeface::onGetUPEM\28\29\20const +8885:SkUserTypeface::onGetFontDescriptor\28SkFontDescriptor*\2c\20bool*\29\20const +8886:SkUserTypeface::onGetFamilyName\28SkString*\29\20const +8887:SkUserTypeface::onFilterRec\28SkScalerContextRec*\29\20const +8888:SkUserTypeface::onCreateScalerContext\28SkScalerContextEffects\20const&\2c\20SkDescriptor\20const*\29\20const +8889:SkUserTypeface::onCountGlyphs\28\29\20const +8890:SkUserTypeface::onComputeBounds\28SkRect*\29\20const +8891:SkUserTypeface::onCharsToGlyphs\28SkSpan\2c\20SkSpan\29\20const +8892:SkUserTypeface::getGlyphToUnicodeMap\28SkSpan\29\20const +8893:SkUserScalerContext::~SkUserScalerContext\28\29 +8894:SkUserScalerContext::generatePath\28SkGlyph\20const&\29 +8895:SkUserScalerContext::generateMetrics\28SkGlyph\20const&\2c\20SkArenaAlloc*\29 +8896:SkUserScalerContext::generateImage\28SkGlyph\20const&\2c\20void*\29 +8897:SkUserScalerContext::generateFontMetrics\28SkFontMetrics*\29 +8898:SkUserScalerContext::generateDrawable\28SkGlyph\20const&\29::DrawableMatrixWrapper::onGetBounds\28\29 +8899:SkUserScalerContext::generateDrawable\28SkGlyph\20const&\29::DrawableMatrixWrapper::onDraw\28SkCanvas*\29 +8900:SkUserScalerContext::generateDrawable\28SkGlyph\20const&\29::DrawableMatrixWrapper::onApproximateBytesUsed\28\29 +8901:SkUserScalerContext::generateDrawable\28SkGlyph\20const&\29 +8902:SkUnicode_client::~SkUnicode_client\28\29_8203 +8903:SkUnicode_client::~SkUnicode_client\28\29 +8904:SkUnicode_client::toUpper\28SkString\20const&\2c\20char\20const*\29 +8905:SkUnicode_client::toUpper\28SkString\20const&\29 +8906:SkUnicode_client::reorderVisual\28unsigned\20char\20const*\2c\20int\2c\20int*\29 +8907:SkUnicode_client::makeBreakIterator\28char\20const*\2c\20SkUnicode::BreakType\29 +8908:SkUnicode_client::makeBreakIterator\28SkUnicode::BreakType\29 +8909:SkUnicode_client::makeBidiIterator\28unsigned\20short\20const*\2c\20int\2c\20SkBidiIterator::Direction\29 +8910:SkUnicode_client::makeBidiIterator\28char\20const*\2c\20int\2c\20SkBidiIterator::Direction\29 +8911:SkUnicode_client::getWords\28char\20const*\2c\20int\2c\20char\20const*\2c\20std::__2::vector>*\29 +8912:SkUnicode_client::getBidiRegions\28char\20const*\2c\20int\2c\20SkUnicode::TextDirection\2c\20std::__2::vector>*\29 +8913:SkUnicode_client::computeCodeUnitFlags\28char16_t*\2c\20int\2c\20bool\2c\20skia_private::TArray*\29 +8914:SkUnicode_client::computeCodeUnitFlags\28char*\2c\20int\2c\20bool\2c\20skia_private::TArray*\29 +8915:SkUnicodeHardCodedCharProperties::isWhitespace\28int\29 +8916:SkUnicodeHardCodedCharProperties::isTabulation\28int\29 +8917:SkUnicodeHardCodedCharProperties::isSpace\28int\29 +8918:SkUnicodeHardCodedCharProperties::isIdeographic\28int\29 +8919:SkUnicodeHardCodedCharProperties::isHardBreak\28int\29 +8920:SkUnicodeHardCodedCharProperties::isControl\28int\29 +8921:SkUnicodeBidiRunIterator::~SkUnicodeBidiRunIterator\28\29_13479 +8922:SkUnicodeBidiRunIterator::~SkUnicodeBidiRunIterator\28\29 +8923:SkUnicodeBidiRunIterator::endOfCurrentRun\28\29\20const +8924:SkUnicodeBidiRunIterator::currentLevel\28\29\20const +8925:SkUnicodeBidiRunIterator::consume\28\29 +8926:SkUnicodeBidiRunIterator::atEnd\28\29\20const +8927:SkTypeface_FreeTypeStream::~SkTypeface_FreeTypeStream\28\29_8316 +8928:SkTypeface_FreeTypeStream::~SkTypeface_FreeTypeStream\28\29 +8929:SkTypeface_FreeTypeStream::onOpenStream\28int*\29\20const +8930:SkTypeface_FreeTypeStream::onMakeFontData\28\29\20const +8931:SkTypeface_FreeTypeStream::onMakeClone\28SkFontArguments\20const&\29\20const +8932:SkTypeface_FreeTypeStream::onGetFontDescriptor\28SkFontDescriptor*\2c\20bool*\29\20const +8933:SkTypeface_FreeType::onGlyphMaskNeedsCurrentColor\28\29\20const +8934:SkTypeface_FreeType::onGetVariationDesignPosition\28SkSpan\29\20const +8935:SkTypeface_FreeType::onGetVariationDesignParameters\28SkSpan\29\20const +8936:SkTypeface_FreeType::onGetUPEM\28\29\20const +8937:SkTypeface_FreeType::onGetTableTags\28SkSpan\29\20const +8938:SkTypeface_FreeType::onGetTableData\28unsigned\20int\2c\20unsigned\20long\2c\20unsigned\20long\2c\20void*\29\20const +8939:SkTypeface_FreeType::onGetPostScriptName\28SkString*\29\20const +8940:SkTypeface_FreeType::onGetKerningPairAdjustments\28SkSpan\2c\20SkSpan\29\20const +8941:SkTypeface_FreeType::onGetAdvancedMetrics\28\29\20const +8942:SkTypeface_FreeType::onFilterRec\28SkScalerContextRec*\29\20const +8943:SkTypeface_FreeType::onCreateScalerContext\28SkScalerContextEffects\20const&\2c\20SkDescriptor\20const*\29\20const +8944:SkTypeface_FreeType::onCreateScalerContextAsProxyTypeface\28SkScalerContextEffects\20const&\2c\20SkDescriptor\20const*\2c\20SkTypeface*\29\20const +8945:SkTypeface_FreeType::onCreateFamilyNameIterator\28\29\20const +8946:SkTypeface_FreeType::onCountGlyphs\28\29\20const +8947:SkTypeface_FreeType::onCopyTableData\28unsigned\20int\29\20const +8948:SkTypeface_FreeType::onCharsToGlyphs\28SkSpan\2c\20SkSpan\29\20const +8949:SkTypeface_FreeType::getPostScriptGlyphNames\28SkString*\29\20const +8950:SkTypeface_FreeType::getGlyphToUnicodeMap\28SkSpan\29\20const +8951:SkTypeface_Empty::~SkTypeface_Empty\28\29 +8952:SkTypeface_Custom::~SkTypeface_Custom\28\29_8259 +8953:SkTypeface_Custom::onGetFontDescriptor\28SkFontDescriptor*\2c\20bool*\29\20const +8954:SkTypeface::onOpenExistingStream\28int*\29\20const +8955:SkTypeface::onCreateScalerContextAsProxyTypeface\28SkScalerContextEffects\20const&\2c\20SkDescriptor\20const*\2c\20SkTypeface*\29\20const +8956:SkTypeface::onCopyTableData\28unsigned\20int\29\20const +8957:SkTypeface::onComputeBounds\28SkRect*\29\20const +8958:SkTrimPE::onFilterPath\28SkPathBuilder*\2c\20SkPath\20const&\2c\20SkStrokeRec*\2c\20SkRect\20const*\2c\20SkMatrix\20const&\29\20const +8959:SkTrimPE::getTypeName\28\29\20const +8960:SkTriColorShader::type\28\29\20const +8961:SkTriColorShader::isOpaque\28\29\20const +8962:SkTriColorShader::appendStages\28SkStageRec\20const&\2c\20SkShaders::MatrixRec\20const&\29\20const +8963:SkTransformShader::type\28\29\20const +8964:SkTransformShader::appendStages\28SkStageRec\20const&\2c\20SkShaders::MatrixRec\20const&\29\20const +8965:SkTQuad::subDivide\28double\2c\20double\2c\20SkTCurve*\29\20const +8966:SkTQuad::setBounds\28SkDRect*\29\20const +8967:SkTQuad::ptAtT\28double\29\20const +8968:SkTQuad::make\28SkArenaAlloc&\29\20const +8969:SkTQuad::intersectRay\28SkIntersections*\2c\20SkDLine\20const&\29\20const +8970:SkTQuad::hullIntersects\28SkTCurve\20const&\2c\20bool*\29\20const +8971:SkTQuad::dxdyAtT\28double\29\20const +8972:SkTQuad::debugInit\28\29 +8973:SkTMaskGamma<3\2c\203\2c\203>::~SkTMaskGamma\28\29_4127 +8974:SkTMaskGamma<3\2c\203\2c\203>::~SkTMaskGamma\28\29 +8975:SkTCubic::subDivide\28double\2c\20double\2c\20SkTCurve*\29\20const +8976:SkTCubic::setBounds\28SkDRect*\29\20const +8977:SkTCubic::ptAtT\28double\29\20const +8978:SkTCubic::otherPts\28int\2c\20SkDPoint\20const**\29\20const +8979:SkTCubic::make\28SkArenaAlloc&\29\20const +8980:SkTCubic::intersectRay\28SkIntersections*\2c\20SkDLine\20const&\29\20const +8981:SkTCubic::hullIntersects\28SkTCurve\20const&\2c\20bool*\29\20const +8982:SkTCubic::hullIntersects\28SkDCubic\20const&\2c\20bool*\29\20const +8983:SkTCubic::dxdyAtT\28double\29\20const +8984:SkTCubic::debugInit\28\29 +8985:SkTCubic::controlsInside\28\29\20const +8986:SkTCubic::collapsed\28\29\20const +8987:SkTConic::subDivide\28double\2c\20double\2c\20SkTCurve*\29\20const +8988:SkTConic::setBounds\28SkDRect*\29\20const +8989:SkTConic::ptAtT\28double\29\20const +8990:SkTConic::make\28SkArenaAlloc&\29\20const +8991:SkTConic::intersectRay\28SkIntersections*\2c\20SkDLine\20const&\29\20const +8992:SkTConic::hullIntersects\28SkTCurve\20const&\2c\20bool*\29\20const +8993:SkTConic::hullIntersects\28SkDQuad\20const&\2c\20bool*\29\20const +8994:SkTConic::dxdyAtT\28double\29\20const +8995:SkTConic::debugInit\28\29 +8996:SkSynchronizedResourceCache::~SkSynchronizedResourceCache\28\29_4496 +8997:SkSynchronizedResourceCache::~SkSynchronizedResourceCache\28\29 +8998:SkSynchronizedResourceCache::visitAll\28void\20\28*\29\28SkResourceCache::Rec\20const&\2c\20void*\29\2c\20void*\29 +8999:SkSynchronizedResourceCache::setTotalByteLimit\28unsigned\20long\29 +9000:SkSynchronizedResourceCache::setSingleAllocationByteLimit\28unsigned\20long\29 +9001:SkSynchronizedResourceCache::purgeAll\28\29 +9002:SkSynchronizedResourceCache::newCachedData\28unsigned\20long\29 +9003:SkSynchronizedResourceCache::getTotalBytesUsed\28\29\20const +9004:SkSynchronizedResourceCache::getTotalByteLimit\28\29\20const +9005:SkSynchronizedResourceCache::getSingleAllocationByteLimit\28\29\20const +9006:SkSynchronizedResourceCache::getEffectiveSingleAllocationByteLimit\28\29\20const +9007:SkSynchronizedResourceCache::find\28SkResourceCache::Key\20const&\2c\20bool\20\28*\29\28SkResourceCache::Rec\20const&\2c\20void*\29\2c\20void*\29 +9008:SkSynchronizedResourceCache::dump\28\29\20const +9009:SkSynchronizedResourceCache::discardableFactory\28\29\20const +9010:SkSynchronizedResourceCache::add\28SkResourceCache::Rec*\2c\20void*\29 +9011:SkSwizzler::onSetSampleX\28int\29 +9012:SkSwizzler::fillWidth\28\29\20const +9013:SkSweepGradient::getTypeName\28\29\20const +9014:SkSweepGradient::flatten\28SkWriteBuffer&\29\20const +9015:SkSweepGradient::asGradient\28SkShaderBase::GradientInfo*\2c\20SkMatrix*\29\20const +9016:SkSweepGradient::appendGradientStages\28SkArenaAlloc*\2c\20SkRasterPipeline*\2c\20SkRasterPipeline*\29\20const +9017:SkSurface_Raster::~SkSurface_Raster\28\29_4860 +9018:SkSurface_Raster::~SkSurface_Raster\28\29 +9019:SkSurface_Raster::onWritePixels\28SkPixmap\20const&\2c\20int\2c\20int\29 +9020:SkSurface_Raster::onRestoreBackingMutability\28\29 +9021:SkSurface_Raster::onNewSurface\28SkImageInfo\20const&\29 +9022:SkSurface_Raster::onNewImageSnapshot\28SkIRect\20const*\29 +9023:SkSurface_Raster::onNewCanvas\28\29 +9024:SkSurface_Raster::onDraw\28SkCanvas*\2c\20float\2c\20float\2c\20SkSamplingOptions\20const&\2c\20SkPaint\20const*\29 +9025:SkSurface_Raster::onCopyOnWrite\28SkSurface::ContentChangeMode\29 +9026:SkSurface_Raster::imageInfo\28\29\20const +9027:SkSurface_Ganesh::~SkSurface_Ganesh\28\29_11877 +9028:SkSurface_Ganesh::~SkSurface_Ganesh\28\29 +9029:SkSurface_Ganesh::replaceBackendTexture\28GrBackendTexture\20const&\2c\20GrSurfaceOrigin\2c\20SkSurface::ContentChangeMode\2c\20void\20\28*\29\28void*\29\2c\20void*\29 +9030:SkSurface_Ganesh::onWritePixels\28SkPixmap\20const&\2c\20int\2c\20int\29 +9031:SkSurface_Ganesh::onWait\28int\2c\20GrBackendSemaphore\20const*\2c\20bool\29 +9032:SkSurface_Ganesh::onNewSurface\28SkImageInfo\20const&\29 +9033:SkSurface_Ganesh::onNewImageSnapshot\28SkIRect\20const*\29 +9034:SkSurface_Ganesh::onNewCanvas\28\29 +9035:SkSurface_Ganesh::onIsCompatible\28GrSurfaceCharacterization\20const&\29\20const +9036:SkSurface_Ganesh::onGetRecordingContext\28\29\20const +9037:SkSurface_Ganesh::onDraw\28SkCanvas*\2c\20float\2c\20float\2c\20SkSamplingOptions\20const&\2c\20SkPaint\20const*\29 +9038:SkSurface_Ganesh::onDiscard\28\29 +9039:SkSurface_Ganesh::onCopyOnWrite\28SkSurface::ContentChangeMode\29 +9040:SkSurface_Ganesh::onCharacterize\28GrSurfaceCharacterization*\29\20const +9041:SkSurface_Ganesh::onCapabilities\28\29 +9042:SkSurface_Ganesh::onAsyncRescaleAndReadPixels\28SkImageInfo\20const&\2c\20SkIRect\2c\20SkImage::RescaleGamma\2c\20SkImage::RescaleMode\2c\20void\20\28*\29\28void*\2c\20std::__2::unique_ptr>\29\2c\20void*\29 +9043:SkSurface_Ganesh::onAsyncRescaleAndReadPixelsYUV420\28SkYUVColorSpace\2c\20bool\2c\20sk_sp\2c\20SkIRect\2c\20SkISize\2c\20SkImage::RescaleGamma\2c\20SkImage::RescaleMode\2c\20void\20\28*\29\28void*\2c\20std::__2::unique_ptr>\29\2c\20void*\29 +9044:SkSurface_Ganesh::imageInfo\28\29\20const +9045:SkSurface_Base::onMakeTemporaryImage\28\29 +9046:SkSurface_Base::onAsyncRescaleAndReadPixels\28SkImageInfo\20const&\2c\20SkIRect\2c\20SkImage::RescaleGamma\2c\20SkImage::RescaleMode\2c\20void\20\28*\29\28void*\2c\20std::__2::unique_ptr>\29\2c\20void*\29 +9047:SkSurface::imageInfo\28\29\20const +9048:SkString*\20std::__2::vector>::__emplace_back_slow_path\28char\20const*&\2c\20int&&\29 +9049:SkStrikeCache::~SkStrikeCache\28\29_4374 +9050:SkStrikeCache::~SkStrikeCache\28\29 +9051:SkStrikeCache::findOrCreateScopedStrike\28SkStrikeSpec\20const&\29 +9052:SkStrike::~SkStrike\28\29_4361 +9053:SkStrike::strikePromise\28\29 +9054:SkStrike::roundingSpec\28\29\20const +9055:SkStrike::prepareForPath\28SkGlyph*\29 +9056:SkStrike::prepareForImage\28SkGlyph*\29 +9057:SkStrike::prepareForDrawable\28SkGlyph*\29 +9058:SkStrike::getDescriptor\28\29\20const +9059:SkSpriteBlitter_Memcpy::blitRect\28int\2c\20int\2c\20int\2c\20int\29 +9060:SkSpriteBlitter::~SkSpriteBlitter\28\29_1511 +9061:SkSpriteBlitter::setup\28SkPixmap\20const&\2c\20int\2c\20int\2c\20SkPaint\20const&\29 +9062:SkSpriteBlitter::blitV\28int\2c\20int\2c\20int\2c\20unsigned\20char\29 +9063:SkSpriteBlitter::blitMask\28SkMask\20const&\2c\20SkIRect\20const&\29 +9064:SkSpriteBlitter::blitH\28int\2c\20int\2c\20int\29 +9065:SkSpecialImage_Raster::~SkSpecialImage_Raster\28\29_4252 +9066:SkSpecialImage_Raster::~SkSpecialImage_Raster\28\29 +9067:SkSpecialImage_Raster::onMakeBackingStoreSubset\28SkIRect\20const&\29\20const +9068:SkSpecialImage_Raster::getSize\28\29\20const +9069:SkSpecialImage_Raster::backingStoreDimensions\28\29\20const +9070:SkSpecialImage_Raster::asShader\28SkTileMode\2c\20SkSamplingOptions\20const&\2c\20SkMatrix\20const&\2c\20bool\29\20const +9071:SkSpecialImage_Raster::asImage\28\29\20const +9072:SkSpecialImage_Gpu::~SkSpecialImage_Gpu\28\29_10921 +9073:SkSpecialImage_Gpu::~SkSpecialImage_Gpu\28\29 +9074:SkSpecialImage_Gpu::onMakeBackingStoreSubset\28SkIRect\20const&\29\20const +9075:SkSpecialImage_Gpu::getSize\28\29\20const +9076:SkSpecialImage_Gpu::backingStoreDimensions\28\29\20const +9077:SkSpecialImage_Gpu::asImage\28\29\20const +9078:SkSpecialImage::~SkSpecialImage\28\29 +9079:SkSpecialImage::asShader\28SkTileMode\2c\20SkSamplingOptions\20const&\2c\20SkMatrix\20const&\2c\20bool\29\20const +9080:SkShaper::TrivialLanguageRunIterator::~TrivialLanguageRunIterator\28\29_13472 +9081:SkShaper::TrivialLanguageRunIterator::~TrivialLanguageRunIterator\28\29 +9082:SkShaper::TrivialLanguageRunIterator::currentLanguage\28\29\20const +9083:SkShaper::TrivialFontRunIterator::~TrivialFontRunIterator\28\29_7728 +9084:SkShaper::TrivialFontRunIterator::~TrivialFontRunIterator\28\29 +9085:SkShaper::TrivialBiDiRunIterator::currentLevel\28\29\20const +9086:SkShaderBlurAlgorithm::maxSigma\28\29\20const +9087:SkShaderBlurAlgorithm::blur\28SkSize\2c\20sk_sp\2c\20SkIRect\20const&\2c\20SkTileMode\2c\20SkIRect\20const&\29\20const +9088:SkScan::HairSquarePath\28SkPathRaw\20const&\2c\20SkRasterClip\20const&\2c\20SkBlitter*\29 +9089:SkScan::HairRoundPath\28SkPathRaw\20const&\2c\20SkRasterClip\20const&\2c\20SkBlitter*\29 +9090:SkScan::HairPath\28SkPathRaw\20const&\2c\20SkRasterClip\20const&\2c\20SkBlitter*\29 +9091:SkScan::AntiHairSquarePath\28SkPathRaw\20const&\2c\20SkRasterClip\20const&\2c\20SkBlitter*\29 +9092:SkScan::AntiHairRoundPath\28SkPathRaw\20const&\2c\20SkRasterClip\20const&\2c\20SkBlitter*\29 +9093:SkScalingCodec::onGetScaledDimensions\28float\29\20const +9094:SkScalingCodec::onDimensionsSupported\28SkISize\20const&\29 +9095:SkScalerContext_FreeType::~SkScalerContext_FreeType\28\29_8291 +9096:SkScalerContext_FreeType::~SkScalerContext_FreeType\28\29 +9097:SkScalerContext_FreeType::generatePath\28SkGlyph\20const&\29 +9098:SkScalerContext_FreeType::generateMetrics\28SkGlyph\20const&\2c\20SkArenaAlloc*\29 +9099:SkScalerContext_FreeType::generateImage\28SkGlyph\20const&\2c\20void*\29 +9100:SkScalerContext_FreeType::generateFontMetrics\28SkFontMetrics*\29 +9101:SkScalerContext_FreeType::generateDrawable\28SkGlyph\20const&\29 +9102:SkScalerContext::MakeEmpty\28SkTypeface&\2c\20SkScalerContextEffects\20const&\2c\20SkDescriptor\20const*\29::SkScalerContext_Empty::~SkScalerContext_Empty\28\29 +9103:SkScalerContext::MakeEmpty\28SkTypeface&\2c\20SkScalerContextEffects\20const&\2c\20SkDescriptor\20const*\29::SkScalerContext_Empty::generatePath\28SkGlyph\20const&\29 +9104:SkScalerContext::MakeEmpty\28SkTypeface&\2c\20SkScalerContextEffects\20const&\2c\20SkDescriptor\20const*\29::SkScalerContext_Empty::generateMetrics\28SkGlyph\20const&\2c\20SkArenaAlloc*\29 +9105:SkScalerContext::MakeEmpty\28SkTypeface&\2c\20SkScalerContextEffects\20const&\2c\20SkDescriptor\20const*\29::SkScalerContext_Empty::generateFontMetrics\28SkFontMetrics*\29 +9106:SkSampledCodec::onGetSampledDimensions\28int\29\20const +9107:SkSampledCodec::onGetAndroidPixels\28SkImageInfo\20const&\2c\20void*\2c\20unsigned\20long\2c\20SkAndroidCodec::AndroidOptions\20const&\29 +9108:SkSRGBColorSpaceLuminance::toLuma\28float\2c\20float\29\20const +9109:SkSRGBColorSpaceLuminance::fromLuma\28float\2c\20float\29\20const +9110:SkSL::simplify_componentwise\28SkSL::Context\20const&\2c\20SkSL::Position\2c\20SkSL::Expression\20const&\2c\20SkSL::Operator\2c\20SkSL::Expression\20const&\29::$_3::__invoke\28double\2c\20double\29 +9111:SkSL::simplify_componentwise\28SkSL::Context\20const&\2c\20SkSL::Position\2c\20SkSL::Expression\20const&\2c\20SkSL::Operator\2c\20SkSL::Expression\20const&\29::$_2::__invoke\28double\2c\20double\29 +9112:SkSL::simplify_componentwise\28SkSL::Context\20const&\2c\20SkSL::Position\2c\20SkSL::Expression\20const&\2c\20SkSL::Operator\2c\20SkSL::Expression\20const&\29::$_1::__invoke\28double\2c\20double\29 +9113:SkSL::simplify_componentwise\28SkSL::Context\20const&\2c\20SkSL::Position\2c\20SkSL::Expression\20const&\2c\20SkSL::Operator\2c\20SkSL::Expression\20const&\29::$_0::__invoke\28double\2c\20double\29 +9114:SkSL::remove_break_statements\28std::__2::unique_ptr>&\29::RemoveBreaksWriter::visitStatementPtr\28std::__2::unique_ptr>&\29 +9115:SkSL::hoist_vardecl_symbols_into_outer_scope\28SkSL::Context\20const&\2c\20SkSL::Block\20const&\2c\20SkSL::SymbolTable*\2c\20SkSL::SymbolTable*\29::SymbolHoister::visitStatement\28SkSL::Statement\20const&\29 +9116:SkSL::eliminate_unreachable_code\28SkSpan>>\2c\20SkSL::ProgramUsage*\29::UnreachableCodeEliminator::~UnreachableCodeEliminator\28\29_6996 +9117:SkSL::eliminate_unreachable_code\28SkSpan>>\2c\20SkSL::ProgramUsage*\29::UnreachableCodeEliminator::~UnreachableCodeEliminator\28\29 +9118:SkSL::eliminate_dead_local_variables\28SkSL::Context\20const&\2c\20SkSpan>>\2c\20SkSL::ProgramUsage*\29::DeadLocalVariableEliminator::~DeadLocalVariableEliminator\28\29_6989 +9119:SkSL::eliminate_dead_local_variables\28SkSL::Context\20const&\2c\20SkSpan>>\2c\20SkSL::ProgramUsage*\29::DeadLocalVariableEliminator::~DeadLocalVariableEliminator\28\29 +9120:SkSL::eliminate_dead_local_variables\28SkSL::Context\20const&\2c\20SkSpan>>\2c\20SkSL::ProgramUsage*\29::DeadLocalVariableEliminator::visitStatementPtr\28std::__2::unique_ptr>&\29 +9121:SkSL::eliminate_dead_local_variables\28SkSL::Context\20const&\2c\20SkSpan>>\2c\20SkSL::ProgramUsage*\29::DeadLocalVariableEliminator::visitExpressionPtr\28std::__2::unique_ptr>&\29 +9122:SkSL::count_returns_at_end_of_control_flow\28SkSL::FunctionDefinition\20const&\29::CountReturnsAtEndOfControlFlow::visitStatement\28SkSL::Statement\20const&\29 +9123:SkSL::\28anonymous\20namespace\29::VariableWriteVisitor::visitExpression\28SkSL::Expression\20const&\29 +9124:SkSL::\28anonymous\20namespace\29::SampleOutsideMainVisitor::visitProgramElement\28SkSL::ProgramElement\20const&\29 +9125:SkSL::\28anonymous\20namespace\29::SampleOutsideMainVisitor::visitExpression\28SkSL::Expression\20const&\29 +9126:SkSL::\28anonymous\20namespace\29::ReturnsNonOpaqueColorVisitor::visitStatement\28SkSL::Statement\20const&\29 +9127:SkSL::\28anonymous\20namespace\29::ReturnsInputAlphaVisitor::visitStatement\28SkSL::Statement\20const&\29 +9128:SkSL::\28anonymous\20namespace\29::ReturnsInputAlphaVisitor::visitProgramElement\28SkSL::ProgramElement\20const&\29 +9129:SkSL::\28anonymous\20namespace\29::ProgramUsageVisitor::visitStatement\28SkSL::Statement\20const&\29 +9130:SkSL::\28anonymous\20namespace\29::NodeCountVisitor::visitStatement\28SkSL::Statement\20const&\29 +9131:SkSL::\28anonymous\20namespace\29::NodeCountVisitor::visitProgramElement\28SkSL::ProgramElement\20const&\29 +9132:SkSL::\28anonymous\20namespace\29::NodeCountVisitor::visitExpression\28SkSL::Expression\20const&\29 +9133:SkSL::\28anonymous\20namespace\29::MergeSampleUsageVisitor::visitProgramElement\28SkSL::ProgramElement\20const&\29 +9134:SkSL::\28anonymous\20namespace\29::MergeSampleUsageVisitor::visitExpression\28SkSL::Expression\20const&\29 +9135:SkSL::\28anonymous\20namespace\29::FinalizationVisitor::~FinalizationVisitor\28\29_6100 +9136:SkSL::\28anonymous\20namespace\29::FinalizationVisitor::~FinalizationVisitor\28\29 +9137:SkSL::\28anonymous\20namespace\29::FinalizationVisitor::visitExpression\28SkSL::Expression\20const&\29 +9138:SkSL::\28anonymous\20namespace\29::ES2IndexingVisitor::~ES2IndexingVisitor\28\29_6125 +9139:SkSL::\28anonymous\20namespace\29::ES2IndexingVisitor::~ES2IndexingVisitor\28\29 +9140:SkSL::\28anonymous\20namespace\29::ES2IndexingVisitor::visitStatement\28SkSL::Statement\20const&\29 +9141:SkSL::\28anonymous\20namespace\29::ES2IndexingVisitor::visitExpression\28SkSL::Expression\20const&\29 +9142:SkSL::VectorType::isOrContainsBool\28\29\20const +9143:SkSL::VectorType::isAllowedInUniform\28SkSL::Position*\29\20const +9144:SkSL::VectorType::isAllowedInES2\28\29\20const +9145:SkSL::VariableReference::clone\28SkSL::Position\29\20const +9146:SkSL::Variable::~Variable\28\29_6939 +9147:SkSL::Variable::~Variable\28\29 +9148:SkSL::Variable::setInterfaceBlock\28SkSL::InterfaceBlock*\29 +9149:SkSL::Variable::mangledName\28\29\20const +9150:SkSL::Variable::layout\28\29\20const +9151:SkSL::Variable::description\28\29\20const +9152:SkSL::VarDeclaration::~VarDeclaration\28\29_6937 +9153:SkSL::VarDeclaration::~VarDeclaration\28\29 +9154:SkSL::VarDeclaration::description\28\29\20const +9155:SkSL::TypeReference::clone\28SkSL::Position\29\20const +9156:SkSL::Type::minimumValue\28\29\20const +9157:SkSL::Type::maximumValue\28\29\20const +9158:SkSL::Type::matches\28SkSL::Type\20const&\29\20const +9159:SkSL::Type::isAllowedInUniform\28SkSL::Position*\29\20const +9160:SkSL::Type::fields\28\29\20const +9161:SkSL::Transform::HoistSwitchVarDeclarationsAtTopLevel\28SkSL::Context\20const&\2c\20skia_private::STArray<2\2c\20std::__2::unique_ptr>\2c\20true>&\2c\20SkSL::SymbolTable&\2c\20SkSL::Position\29::HoistSwitchVarDeclsVisitor::~HoistSwitchVarDeclsVisitor\28\29_7022 +9162:SkSL::Transform::HoistSwitchVarDeclarationsAtTopLevel\28SkSL::Context\20const&\2c\20skia_private::STArray<2\2c\20std::__2::unique_ptr>\2c\20true>&\2c\20SkSL::SymbolTable&\2c\20SkSL::Position\29::HoistSwitchVarDeclsVisitor::~HoistSwitchVarDeclsVisitor\28\29 +9163:SkSL::Transform::HoistSwitchVarDeclarationsAtTopLevel\28SkSL::Context\20const&\2c\20skia_private::STArray<2\2c\20std::__2::unique_ptr>\2c\20true>&\2c\20SkSL::SymbolTable&\2c\20SkSL::Position\29::HoistSwitchVarDeclsVisitor::visitStatementPtr\28std::__2::unique_ptr>&\29 +9164:SkSL::Tracer::var\28int\2c\20int\29 +9165:SkSL::Tracer::scope\28int\29 +9166:SkSL::Tracer::line\28int\29 +9167:SkSL::Tracer::exit\28int\29 +9168:SkSL::Tracer::enter\28int\29 +9169:SkSL::TextureType::textureAccess\28\29\20const +9170:SkSL::TextureType::isMultisampled\28\29\20const +9171:SkSL::TextureType::isDepth\28\29\20const +9172:SkSL::TernaryExpression::~TernaryExpression\28\29_6722 +9173:SkSL::TernaryExpression::~TernaryExpression\28\29 +9174:SkSL::TernaryExpression::description\28SkSL::OperatorPrecedence\29\20const +9175:SkSL::TernaryExpression::clone\28SkSL::Position\29\20const +9176:SkSL::TProgramVisitor::visitExpression\28SkSL::Expression&\29 +9177:SkSL::Swizzle::description\28SkSL::OperatorPrecedence\29\20const +9178:SkSL::Swizzle::clone\28SkSL::Position\29\20const +9179:SkSL::SwitchStatement::description\28\29\20const +9180:SkSL::SwitchCase::description\28\29\20const +9181:SkSL::StructType::slotType\28unsigned\20long\29\20const +9182:SkSL::StructType::isOrContainsUnsizedArray\28\29\20const +9183:SkSL::StructType::isOrContainsBool\28\29\20const +9184:SkSL::StructType::isOrContainsAtomic\28\29\20const +9185:SkSL::StructType::isOrContainsArray\28\29\20const +9186:SkSL::StructType::isInterfaceBlock\28\29\20const +9187:SkSL::StructType::isBuiltin\28\29\20const +9188:SkSL::StructType::isAllowedInUniform\28SkSL::Position*\29\20const +9189:SkSL::StructType::isAllowedInES2\28\29\20const +9190:SkSL::StructType::fields\28\29\20const +9191:SkSL::StructDefinition::description\28\29\20const +9192:SkSL::StringStream::~StringStream\28\29_12836 +9193:SkSL::StringStream::~StringStream\28\29 +9194:SkSL::StringStream::write\28void\20const*\2c\20unsigned\20long\29 +9195:SkSL::StringStream::writeText\28char\20const*\29 +9196:SkSL::StringStream::write8\28unsigned\20char\29 +9197:SkSL::SingleArgumentConstructor::~SingleArgumentConstructor\28\29 +9198:SkSL::Setting::description\28SkSL::OperatorPrecedence\29\20const +9199:SkSL::Setting::clone\28SkSL::Position\29\20const +9200:SkSL::ScalarType::priority\28\29\20const +9201:SkSL::ScalarType::numberKind\28\29\20const +9202:SkSL::ScalarType::minimumValue\28\29\20const +9203:SkSL::ScalarType::maximumValue\28\29\20const +9204:SkSL::ScalarType::isOrContainsBool\28\29\20const +9205:SkSL::ScalarType::isAllowedInUniform\28SkSL::Position*\29\20const +9206:SkSL::ScalarType::isAllowedInES2\28\29\20const +9207:SkSL::ScalarType::bitWidth\28\29\20const +9208:SkSL::SamplerType::textureAccess\28\29\20const +9209:SkSL::SamplerType::isMultisampled\28\29\20const +9210:SkSL::SamplerType::isDepth\28\29\20const +9211:SkSL::SamplerType::isArrayedTexture\28\29\20const +9212:SkSL::SamplerType::dimensions\28\29\20const +9213:SkSL::ReturnStatement::description\28\29\20const +9214:SkSL::RP::VariableLValue::store\28SkSL::RP::Generator*\2c\20SkSL::RP::SlotRange\2c\20SkSL::RP::AutoStack*\2c\20SkSpan\29 +9215:SkSL::RP::VariableLValue::push\28SkSL::RP::Generator*\2c\20SkSL::RP::SlotRange\2c\20SkSL::RP::AutoStack*\2c\20SkSpan\29 +9216:SkSL::RP::VariableLValue::isWritable\28\29\20const +9217:SkSL::RP::VariableLValue::fixedSlotRange\28SkSL::RP::Generator*\29 +9218:SkSL::RP::UnownedLValueSlice::store\28SkSL::RP::Generator*\2c\20SkSL::RP::SlotRange\2c\20SkSL::RP::AutoStack*\2c\20SkSpan\29 +9219:SkSL::RP::UnownedLValueSlice::push\28SkSL::RP::Generator*\2c\20SkSL::RP::SlotRange\2c\20SkSL::RP::AutoStack*\2c\20SkSpan\29 +9220:SkSL::RP::UnownedLValueSlice::fixedSlotRange\28SkSL::RP::Generator*\29 +9221:SkSL::RP::SwizzleLValue::~SwizzleLValue\28\29_6353 +9222:SkSL::RP::SwizzleLValue::~SwizzleLValue\28\29 +9223:SkSL::RP::SwizzleLValue::swizzle\28\29 +9224:SkSL::RP::SwizzleLValue::store\28SkSL::RP::Generator*\2c\20SkSL::RP::SlotRange\2c\20SkSL::RP::AutoStack*\2c\20SkSpan\29 +9225:SkSL::RP::SwizzleLValue::push\28SkSL::RP::Generator*\2c\20SkSL::RP::SlotRange\2c\20SkSL::RP::AutoStack*\2c\20SkSpan\29 +9226:SkSL::RP::SwizzleLValue::fixedSlotRange\28SkSL::RP::Generator*\29 +9227:SkSL::RP::ScratchLValue::~ScratchLValue\28\29_6367 +9228:SkSL::RP::ScratchLValue::~ScratchLValue\28\29 +9229:SkSL::RP::ScratchLValue::push\28SkSL::RP::Generator*\2c\20SkSL::RP::SlotRange\2c\20SkSL::RP::AutoStack*\2c\20SkSpan\29 +9230:SkSL::RP::ScratchLValue::fixedSlotRange\28SkSL::RP::Generator*\29 +9231:SkSL::RP::LValueSlice::~LValueSlice\28\29_6351 +9232:SkSL::RP::LValueSlice::~LValueSlice\28\29 +9233:SkSL::RP::LValue::~LValue\28\29_6343 +9234:SkSL::RP::ImmutableLValue::push\28SkSL::RP::Generator*\2c\20SkSL::RP::SlotRange\2c\20SkSL::RP::AutoStack*\2c\20SkSpan\29 +9235:SkSL::RP::ImmutableLValue::fixedSlotRange\28SkSL::RP::Generator*\29 +9236:SkSL::RP::DynamicIndexLValue::~DynamicIndexLValue\28\29_6360 +9237:SkSL::RP::DynamicIndexLValue::store\28SkSL::RP::Generator*\2c\20SkSL::RP::SlotRange\2c\20SkSL::RP::AutoStack*\2c\20SkSpan\29 +9238:SkSL::RP::DynamicIndexLValue::push\28SkSL::RP::Generator*\2c\20SkSL::RP::SlotRange\2c\20SkSL::RP::AutoStack*\2c\20SkSpan\29 +9239:SkSL::RP::DynamicIndexLValue::isWritable\28\29\20const +9240:SkSL::RP::DynamicIndexLValue::fixedSlotRange\28SkSL::RP::Generator*\29 +9241:SkSL::ProgramVisitor::visitStatementPtr\28std::__2::unique_ptr>\20const&\29 +9242:SkSL::ProgramVisitor::visitExpressionPtr\28std::__2::unique_ptr>\20const&\29 +9243:SkSL::PrefixExpression::~PrefixExpression\28\29_6652 +9244:SkSL::PrefixExpression::~PrefixExpression\28\29 +9245:SkSL::PrefixExpression::description\28SkSL::OperatorPrecedence\29\20const +9246:SkSL::PrefixExpression::clone\28SkSL::Position\29\20const +9247:SkSL::PostfixExpression::description\28SkSL::OperatorPrecedence\29\20const +9248:SkSL::PostfixExpression::clone\28SkSL::Position\29\20const +9249:SkSL::Poison::description\28SkSL::OperatorPrecedence\29\20const +9250:SkSL::Poison::clone\28SkSL::Position\29\20const +9251:SkSL::PipelineStage::Callbacks::getMainName\28\29 +9252:SkSL::Parser::Checkpoint::ForwardingErrorReporter::~ForwardingErrorReporter\28\29_6052 +9253:SkSL::Parser::Checkpoint::ForwardingErrorReporter::~ForwardingErrorReporter\28\29 +9254:SkSL::Parser::Checkpoint::ForwardingErrorReporter::handleError\28std::__2::basic_string_view>\2c\20SkSL::Position\29 +9255:SkSL::Nop::description\28\29\20const +9256:SkSL::MultiArgumentConstructor::~MultiArgumentConstructor\28\29 +9257:SkSL::ModifiersDeclaration::description\28\29\20const +9258:SkSL::MethodReference::description\28SkSL::OperatorPrecedence\29\20const +9259:SkSL::MethodReference::clone\28SkSL::Position\29\20const +9260:SkSL::MatrixType::slotCount\28\29\20const +9261:SkSL::MatrixType::rows\28\29\20const +9262:SkSL::MatrixType::isAllowedInES2\28\29\20const +9263:SkSL::LiteralType::minimumValue\28\29\20const +9264:SkSL::LiteralType::maximumValue\28\29\20const +9265:SkSL::LiteralType::isOrContainsBool\28\29\20const +9266:SkSL::Literal::getConstantValue\28int\29\20const +9267:SkSL::Literal::description\28SkSL::OperatorPrecedence\29\20const +9268:SkSL::Literal::compareConstant\28SkSL::Expression\20const&\29\20const +9269:SkSL::Literal::clone\28SkSL::Position\29\20const +9270:SkSL::Intrinsics::\28anonymous\20namespace\29::evaluate_uintBitsToFloat\28double\2c\20double\2c\20double\29 +9271:SkSL::Intrinsics::\28anonymous\20namespace\29::evaluate_trunc\28double\2c\20double\2c\20double\29 +9272:SkSL::Intrinsics::\28anonymous\20namespace\29::evaluate_tanh\28double\2c\20double\2c\20double\29 +9273:SkSL::Intrinsics::\28anonymous\20namespace\29::evaluate_tan\28double\2c\20double\2c\20double\29 +9274:SkSL::Intrinsics::\28anonymous\20namespace\29::evaluate_step\28double\2c\20double\2c\20double\29 +9275:SkSL::Intrinsics::\28anonymous\20namespace\29::evaluate_sqrt\28double\2c\20double\2c\20double\29 +9276:SkSL::Intrinsics::\28anonymous\20namespace\29::evaluate_smoothstep\28double\2c\20double\2c\20double\29 +9277:SkSL::Intrinsics::\28anonymous\20namespace\29::evaluate_sinh\28double\2c\20double\2c\20double\29 +9278:SkSL::Intrinsics::\28anonymous\20namespace\29::evaluate_sin\28double\2c\20double\2c\20double\29 +9279:SkSL::Intrinsics::\28anonymous\20namespace\29::evaluate_saturate\28double\2c\20double\2c\20double\29 +9280:SkSL::Intrinsics::\28anonymous\20namespace\29::evaluate_radians\28double\2c\20double\2c\20double\29 +9281:SkSL::Intrinsics::\28anonymous\20namespace\29::evaluate_pow\28double\2c\20double\2c\20double\29 +9282:SkSL::Intrinsics::\28anonymous\20namespace\29::evaluate_mod\28double\2c\20double\2c\20double\29 +9283:SkSL::Intrinsics::\28anonymous\20namespace\29::evaluate_mix\28double\2c\20double\2c\20double\29 +9284:SkSL::Intrinsics::\28anonymous\20namespace\29::evaluate_min\28double\2c\20double\2c\20double\29 +9285:SkSL::Intrinsics::\28anonymous\20namespace\29::evaluate_max\28double\2c\20double\2c\20double\29 +9286:SkSL::Intrinsics::\28anonymous\20namespace\29::evaluate_matrixCompMult\28double\2c\20double\2c\20double\29 +9287:SkSL::Intrinsics::\28anonymous\20namespace\29::evaluate_log\28double\2c\20double\2c\20double\29 +9288:SkSL::Intrinsics::\28anonymous\20namespace\29::evaluate_log2\28double\2c\20double\2c\20double\29 +9289:SkSL::Intrinsics::\28anonymous\20namespace\29::evaluate_inversesqrt\28double\2c\20double\2c\20double\29 +9290:SkSL::Intrinsics::\28anonymous\20namespace\29::evaluate_intBitsToFloat\28double\2c\20double\2c\20double\29 +9291:SkSL::Intrinsics::\28anonymous\20namespace\29::evaluate_fract\28double\2c\20double\2c\20double\29 +9292:SkSL::Intrinsics::\28anonymous\20namespace\29::evaluate_fma\28double\2c\20double\2c\20double\29 +9293:SkSL::Intrinsics::\28anonymous\20namespace\29::evaluate_floor\28double\2c\20double\2c\20double\29 +9294:SkSL::Intrinsics::\28anonymous\20namespace\29::evaluate_floatBitsToUint\28double\2c\20double\2c\20double\29 +9295:SkSL::Intrinsics::\28anonymous\20namespace\29::evaluate_floatBitsToInt\28double\2c\20double\2c\20double\29 +9296:SkSL::Intrinsics::\28anonymous\20namespace\29::evaluate_exp\28double\2c\20double\2c\20double\29 +9297:SkSL::Intrinsics::\28anonymous\20namespace\29::evaluate_exp2\28double\2c\20double\2c\20double\29 +9298:SkSL::Intrinsics::\28anonymous\20namespace\29::evaluate_degrees\28double\2c\20double\2c\20double\29 +9299:SkSL::Intrinsics::\28anonymous\20namespace\29::evaluate_cosh\28double\2c\20double\2c\20double\29 +9300:SkSL::Intrinsics::\28anonymous\20namespace\29::evaluate_cos\28double\2c\20double\2c\20double\29 +9301:SkSL::Intrinsics::\28anonymous\20namespace\29::evaluate_clamp\28double\2c\20double\2c\20double\29 +9302:SkSL::Intrinsics::\28anonymous\20namespace\29::evaluate_ceil\28double\2c\20double\2c\20double\29 +9303:SkSL::Intrinsics::\28anonymous\20namespace\29::evaluate_atanh\28double\2c\20double\2c\20double\29 +9304:SkSL::Intrinsics::\28anonymous\20namespace\29::evaluate_atan\28double\2c\20double\2c\20double\29 +9305:SkSL::Intrinsics::\28anonymous\20namespace\29::evaluate_atan2\28double\2c\20double\2c\20double\29 +9306:SkSL::Intrinsics::\28anonymous\20namespace\29::evaluate_asinh\28double\2c\20double\2c\20double\29 +9307:SkSL::Intrinsics::\28anonymous\20namespace\29::evaluate_asin\28double\2c\20double\2c\20double\29 +9308:SkSL::Intrinsics::\28anonymous\20namespace\29::evaluate_acosh\28double\2c\20double\2c\20double\29 +9309:SkSL::Intrinsics::\28anonymous\20namespace\29::evaluate_acos\28double\2c\20double\2c\20double\29 +9310:SkSL::Intrinsics::\28anonymous\20namespace\29::evaluate_abs\28double\2c\20double\2c\20double\29 +9311:SkSL::Intrinsics::\28anonymous\20namespace\29::compare_notEqual\28double\2c\20double\29 +9312:SkSL::Intrinsics::\28anonymous\20namespace\29::compare_lessThan\28double\2c\20double\29 +9313:SkSL::Intrinsics::\28anonymous\20namespace\29::compare_lessThanEqual\28double\2c\20double\29 +9314:SkSL::Intrinsics::\28anonymous\20namespace\29::compare_greaterThan\28double\2c\20double\29 +9315:SkSL::Intrinsics::\28anonymous\20namespace\29::compare_greaterThanEqual\28double\2c\20double\29 +9316:SkSL::Intrinsics::\28anonymous\20namespace\29::compare_equal\28double\2c\20double\29 +9317:SkSL::Intrinsics::\28anonymous\20namespace\29::coalesce_dot\28double\2c\20double\2c\20double\29 +9318:SkSL::Intrinsics::\28anonymous\20namespace\29::coalesce_any\28double\2c\20double\2c\20double\29 +9319:SkSL::Intrinsics::\28anonymous\20namespace\29::coalesce_all\28double\2c\20double\2c\20double\29 +9320:SkSL::InterfaceBlock::~InterfaceBlock\28\29_6619 +9321:SkSL::InterfaceBlock::description\28\29\20const +9322:SkSL::IndexExpression::~IndexExpression\28\29_6616 +9323:SkSL::IndexExpression::~IndexExpression\28\29 +9324:SkSL::IndexExpression::description\28SkSL::OperatorPrecedence\29\20const +9325:SkSL::IndexExpression::clone\28SkSL::Position\29\20const +9326:SkSL::IfStatement::~IfStatement\28\29_6609 +9327:SkSL::IfStatement::~IfStatement\28\29 +9328:SkSL::IfStatement::description\28\29\20const +9329:SkSL::GlobalVarDeclaration::description\28\29\20const +9330:SkSL::GenericType::slotType\28unsigned\20long\29\20const +9331:SkSL::GenericType::coercibleTypes\28\29\20const +9332:SkSL::GLSLCodeGenerator::~GLSLCodeGenerator\28\29_12911 +9333:SkSL::FunctionReference::description\28SkSL::OperatorPrecedence\29\20const +9334:SkSL::FunctionReference::clone\28SkSL::Position\29\20const +9335:SkSL::FunctionPrototype::description\28\29\20const +9336:SkSL::FunctionDefinition::description\28\29\20const +9337:SkSL::FunctionDefinition::Convert\28SkSL::Context\20const&\2c\20SkSL::Position\2c\20SkSL::FunctionDeclaration\20const&\2c\20std::__2::unique_ptr>\29::Finalizer::~Finalizer\28\29_6600 +9338:SkSL::FunctionDefinition::Convert\28SkSL::Context\20const&\2c\20SkSL::Position\2c\20SkSL::FunctionDeclaration\20const&\2c\20std::__2::unique_ptr>\29::Finalizer::~Finalizer\28\29 +9339:SkSL::FunctionCall::description\28SkSL::OperatorPrecedence\29\20const +9340:SkSL::FunctionCall::clone\28SkSL::Position\29\20const +9341:SkSL::ForStatement::~ForStatement\28\29_6491 +9342:SkSL::ForStatement::~ForStatement\28\29 +9343:SkSL::ForStatement::description\28\29\20const +9344:SkSL::FieldSymbol::description\28\29\20const +9345:SkSL::FieldAccess::clone\28SkSL::Position\29\20const +9346:SkSL::Extension::description\28\29\20const +9347:SkSL::ExtendedVariable::~ExtendedVariable\28\29_6941 +9348:SkSL::ExtendedVariable::~ExtendedVariable\28\29 +9349:SkSL::ExtendedVariable::mangledName\28\29\20const +9350:SkSL::ExtendedVariable::layout\28\29\20const +9351:SkSL::ExtendedVariable::interfaceBlock\28\29\20const +9352:SkSL::ExtendedVariable::detachDeadInterfaceBlock\28\29 +9353:SkSL::ExpressionStatement::description\28\29\20const +9354:SkSL::Expression::getConstantValue\28int\29\20const +9355:SkSL::EmptyExpression::description\28SkSL::OperatorPrecedence\29\20const +9356:SkSL::EmptyExpression::clone\28SkSL::Position\29\20const +9357:SkSL::DoStatement::description\28\29\20const +9358:SkSL::DiscardStatement::description\28\29\20const +9359:SkSL::DebugTracePriv::~DebugTracePriv\28\29_6972 +9360:SkSL::DebugTracePriv::dump\28SkWStream*\29\20const +9361:SkSL::CountReturnsWithLimit::visitStatement\28SkSL::Statement\20const&\29 +9362:SkSL::ContinueStatement::description\28\29\20const +9363:SkSL::ConstructorStruct::clone\28SkSL::Position\29\20const +9364:SkSL::ConstructorSplat::getConstantValue\28int\29\20const +9365:SkSL::ConstructorSplat::clone\28SkSL::Position\29\20const +9366:SkSL::ConstructorScalarCast::clone\28SkSL::Position\29\20const +9367:SkSL::ConstructorMatrixResize::getConstantValue\28int\29\20const +9368:SkSL::ConstructorMatrixResize::clone\28SkSL::Position\29\20const +9369:SkSL::ConstructorDiagonalMatrix::getConstantValue\28int\29\20const +9370:SkSL::ConstructorDiagonalMatrix::clone\28SkSL::Position\29\20const +9371:SkSL::ConstructorCompoundCast::clone\28SkSL::Position\29\20const +9372:SkSL::ConstructorCompound::clone\28SkSL::Position\29\20const +9373:SkSL::ConstructorArrayCast::clone\28SkSL::Position\29\20const +9374:SkSL::ConstructorArray::clone\28SkSL::Position\29\20const +9375:SkSL::Compiler::CompilerErrorReporter::handleError\28std::__2::basic_string_view>\2c\20SkSL::Position\29 +9376:SkSL::CodeGenerator::~CodeGenerator\28\29 +9377:SkSL::ChildCall::description\28SkSL::OperatorPrecedence\29\20const +9378:SkSL::ChildCall::clone\28SkSL::Position\29\20const +9379:SkSL::BreakStatement::description\28\29\20const +9380:SkSL::Block::~Block\28\29_6393 +9381:SkSL::Block::~Block\28\29 +9382:SkSL::Block::isEmpty\28\29\20const +9383:SkSL::Block::description\28\29\20const +9384:SkSL::BinaryExpression::~BinaryExpression\28\29_6386 +9385:SkSL::BinaryExpression::~BinaryExpression\28\29 +9386:SkSL::BinaryExpression::description\28SkSL::OperatorPrecedence\29\20const +9387:SkSL::BinaryExpression::clone\28SkSL::Position\29\20const +9388:SkSL::ArrayType::slotType\28unsigned\20long\29\20const +9389:SkSL::ArrayType::slotCount\28\29\20const +9390:SkSL::ArrayType::matches\28SkSL::Type\20const&\29\20const +9391:SkSL::ArrayType::isUnsizedArray\28\29\20const +9392:SkSL::ArrayType::isOrContainsUnsizedArray\28\29\20const +9393:SkSL::ArrayType::isBuiltin\28\29\20const +9394:SkSL::ArrayType::isAllowedInUniform\28SkSL::Position*\29\20const +9395:SkSL::AnyConstructor::getConstantValue\28int\29\20const +9396:SkSL::AnyConstructor::description\28SkSL::OperatorPrecedence\29\20const +9397:SkSL::AnyConstructor::compareConstant\28SkSL::Expression\20const&\29\20const +9398:SkSL::Analysis::\28anonymous\20namespace\29::LoopControlFlowVisitor::visitStatement\28SkSL::Statement\20const&\29 +9399:SkSL::Analysis::IsDynamicallyUniformExpression\28SkSL::Expression\20const&\29::IsDynamicallyUniformExpressionVisitor::visitExpression\28SkSL::Expression\20const&\29 +9400:SkSL::Analysis::IsCompileTimeConstant\28SkSL::Expression\20const&\29::IsCompileTimeConstantVisitor::visitExpression\28SkSL::Expression\20const&\29 +9401:SkSL::Analysis::HasSideEffects\28SkSL::Expression\20const&\29::HasSideEffectsVisitor::visitExpression\28SkSL::Expression\20const&\29 +9402:SkSL::Analysis::FindFunctionsToSpecialize\28SkSL::Program\20const&\2c\20SkSL::Analysis::SpecializationInfo*\2c\20std::__2::function\20const&\29::Searcher::~Searcher\28\29_6168 +9403:SkSL::Analysis::FindFunctionsToSpecialize\28SkSL::Program\20const&\2c\20SkSL::Analysis::SpecializationInfo*\2c\20std::__2::function\20const&\29::Searcher::~Searcher\28\29 +9404:SkSL::Analysis::FindFunctionsToSpecialize\28SkSL::Program\20const&\2c\20SkSL::Analysis::SpecializationInfo*\2c\20std::__2::function\20const&\29::Searcher::visitExpression\28SkSL::Expression\20const&\29 +9405:SkSL::Analysis::ContainsVariable\28SkSL::Expression\20const&\2c\20SkSL::Variable\20const&\29::ContainsVariableVisitor::visitExpression\28SkSL::Expression\20const&\29 +9406:SkSL::Analysis::ContainsRTAdjust\28SkSL::Expression\20const&\29::ContainsRTAdjustVisitor::visitExpression\28SkSL::Expression\20const&\29 +9407:SkSL::Analysis::CheckProgramStructure\28SkSL::Program\20const&\29::ProgramStructureVisitor::~ProgramStructureVisitor\28\29_6094 +9408:SkSL::Analysis::CheckProgramStructure\28SkSL::Program\20const&\29::ProgramStructureVisitor::~ProgramStructureVisitor\28\29 +9409:SkSL::Analysis::CheckProgramStructure\28SkSL::Program\20const&\29::ProgramStructureVisitor::visitExpression\28SkSL::Expression\20const&\29 +9410:SkSL::AliasType::textureAccess\28\29\20const +9411:SkSL::AliasType::slotType\28unsigned\20long\29\20const +9412:SkSL::AliasType::slotCount\28\29\20const +9413:SkSL::AliasType::rows\28\29\20const +9414:SkSL::AliasType::priority\28\29\20const +9415:SkSL::AliasType::isVector\28\29\20const +9416:SkSL::AliasType::isUnsizedArray\28\29\20const +9417:SkSL::AliasType::isStruct\28\29\20const +9418:SkSL::AliasType::isScalar\28\29\20const +9419:SkSL::AliasType::isMultisampled\28\29\20const +9420:SkSL::AliasType::isMatrix\28\29\20const +9421:SkSL::AliasType::isLiteral\28\29\20const +9422:SkSL::AliasType::isInterfaceBlock\28\29\20const +9423:SkSL::AliasType::isDepth\28\29\20const +9424:SkSL::AliasType::isArrayedTexture\28\29\20const +9425:SkSL::AliasType::isArray\28\29\20const +9426:SkSL::AliasType::dimensions\28\29\20const +9427:SkSL::AliasType::componentType\28\29\20const +9428:SkSL::AliasType::columns\28\29\20const +9429:SkSL::AliasType::coercibleTypes\28\29\20const +9430:SkRuntimeShader::~SkRuntimeShader\28\29_4986 +9431:SkRuntimeShader::type\28\29\20const +9432:SkRuntimeShader::isOpaque\28\29\20const +9433:SkRuntimeShader::getTypeName\28\29\20const +9434:SkRuntimeShader::flatten\28SkWriteBuffer&\29\20const +9435:SkRuntimeShader::appendStages\28SkStageRec\20const&\2c\20SkShaders::MatrixRec\20const&\29\20const +9436:SkRuntimeEffect::~SkRuntimeEffect\28\29_4075 +9437:SkRuntimeEffect::MakeFromSource\28SkString\2c\20SkRuntimeEffect::Options\20const&\2c\20SkSL::ProgramKind\29 +9438:SkRuntimeColorFilter::~SkRuntimeColorFilter\28\29_5397 +9439:SkRuntimeColorFilter::~SkRuntimeColorFilter\28\29 +9440:SkRuntimeColorFilter::onIsAlphaUnchanged\28\29\20const +9441:SkRuntimeColorFilter::getTypeName\28\29\20const +9442:SkRuntimeColorFilter::appendStages\28SkStageRec\20const&\2c\20bool\29\20const +9443:SkRuntimeBlender::~SkRuntimeBlender\28\29_4041 +9444:SkRuntimeBlender::~SkRuntimeBlender\28\29 +9445:SkRuntimeBlender::onAppendStages\28SkStageRec\20const&\29\20const +9446:SkRuntimeBlender::getTypeName\28\29\20const +9447:SkRgnClipBlitter::blitV\28int\2c\20int\2c\20int\2c\20unsigned\20char\29 +9448:SkRgnClipBlitter::blitRect\28int\2c\20int\2c\20int\2c\20int\29 +9449:SkRgnClipBlitter::blitMask\28SkMask\20const&\2c\20SkIRect\20const&\29 +9450:SkRgnClipBlitter::blitH\28int\2c\20int\2c\20int\29 +9451:SkRgnClipBlitter::blitAntiRect\28int\2c\20int\2c\20int\2c\20int\2c\20unsigned\20char\2c\20unsigned\20char\29 +9452:SkRgnClipBlitter::blitAntiH\28int\2c\20int\2c\20unsigned\20char\20const*\2c\20short\20const*\29 +9453:SkRgnBuilder::~SkRgnBuilder\28\29_3988 +9454:SkRgnBuilder::blitH\28int\2c\20int\2c\20int\29 +9455:SkResourceCache::~SkResourceCache\28\29_4007 +9456:SkResourceCache::purgeSharedID\28unsigned\20long\20long\29 +9457:SkResourceCache::purgeAll\28\29 +9458:SkResourceCache::SetTotalByteLimit\28unsigned\20long\29 +9459:SkResourceCache::GetTotalBytesUsed\28\29 +9460:SkResourceCache::GetTotalByteLimit\28\29 +9461:SkRescaleAndReadPixels\28SkBitmap\2c\20SkImageInfo\20const&\2c\20SkIRect\20const&\2c\20SkImage::RescaleGamma\2c\20SkImage::RescaleMode\2c\20void\20\28*\29\28void*\2c\20std::__2::unique_ptr>\29\2c\20void*\29::Result::~Result\28\29_4801 +9462:SkRescaleAndReadPixels\28SkBitmap\2c\20SkImageInfo\20const&\2c\20SkIRect\20const&\2c\20SkImage::RescaleGamma\2c\20SkImage::RescaleMode\2c\20void\20\28*\29\28void*\2c\20std::__2::unique_ptr>\29\2c\20void*\29::Result::~Result\28\29 +9463:SkRescaleAndReadPixels\28SkBitmap\2c\20SkImageInfo\20const&\2c\20SkIRect\20const&\2c\20SkImage::RescaleGamma\2c\20SkImage::RescaleMode\2c\20void\20\28*\29\28void*\2c\20std::__2::unique_ptr>\29\2c\20void*\29::Result::rowBytes\28int\29\20const +9464:SkRescaleAndReadPixels\28SkBitmap\2c\20SkImageInfo\20const&\2c\20SkIRect\20const&\2c\20SkImage::RescaleGamma\2c\20SkImage::RescaleMode\2c\20void\20\28*\29\28void*\2c\20std::__2::unique_ptr>\29\2c\20void*\29::Result::data\28int\29\20const +9465:SkRefCntSet::~SkRefCntSet\28\29_2111 +9466:SkRefCntSet::incPtr\28void*\29 +9467:SkRefCntSet::decPtr\28void*\29 +9468:SkRectClipBlitter::blitV\28int\2c\20int\2c\20int\2c\20unsigned\20char\29 +9469:SkRectClipBlitter::blitRect\28int\2c\20int\2c\20int\2c\20int\29 +9470:SkRectClipBlitter::blitMask\28SkMask\20const&\2c\20SkIRect\20const&\29 +9471:SkRectClipBlitter::blitH\28int\2c\20int\2c\20int\29 +9472:SkRectClipBlitter::blitAntiRect\28int\2c\20int\2c\20int\2c\20int\2c\20unsigned\20char\2c\20unsigned\20char\29 +9473:SkRectClipBlitter::blitAntiH\28int\2c\20int\2c\20unsigned\20char\20const*\2c\20short\20const*\29 +9474:SkRecordedDrawable::~SkRecordedDrawable\28\29_3935 +9475:SkRecordedDrawable::~SkRecordedDrawable\28\29 +9476:SkRecordedDrawable::onMakePictureSnapshot\28\29 +9477:SkRecordedDrawable::onGetBounds\28\29 +9478:SkRecordedDrawable::onDraw\28SkCanvas*\29 +9479:SkRecordedDrawable::onApproximateBytesUsed\28\29 +9480:SkRecordedDrawable::getTypeName\28\29\20const +9481:SkRecordedDrawable::flatten\28SkWriteBuffer&\29\20const +9482:SkRecordCanvas::~SkRecordCanvas\28\29_3890 +9483:SkRecordCanvas::~SkRecordCanvas\28\29 +9484:SkRecordCanvas::willSave\28\29 +9485:SkRecordCanvas::onResetClip\28\29 +9486:SkRecordCanvas::onDrawVerticesObject\28SkVertices\20const*\2c\20SkBlendMode\2c\20SkPaint\20const&\29 +9487:SkRecordCanvas::onDrawTextBlob\28SkTextBlob\20const*\2c\20float\2c\20float\2c\20SkPaint\20const&\29 +9488:SkRecordCanvas::onDrawSlug\28sktext::gpu::Slug\20const*\2c\20SkPaint\20const&\29 +9489:SkRecordCanvas::onDrawShadowRec\28SkPath\20const&\2c\20SkDrawShadowRec\20const&\29 +9490:SkRecordCanvas::onDrawRegion\28SkRegion\20const&\2c\20SkPaint\20const&\29 +9491:SkRecordCanvas::onDrawRect\28SkRect\20const&\2c\20SkPaint\20const&\29 +9492:SkRecordCanvas::onDrawRRect\28SkRRect\20const&\2c\20SkPaint\20const&\29 +9493:SkRecordCanvas::onDrawPoints\28SkCanvas::PointMode\2c\20unsigned\20long\2c\20SkPoint\20const*\2c\20SkPaint\20const&\29 +9494:SkRecordCanvas::onDrawPicture\28SkPicture\20const*\2c\20SkMatrix\20const*\2c\20SkPaint\20const*\29 +9495:SkRecordCanvas::onDrawPath\28SkPath\20const&\2c\20SkPaint\20const&\29 +9496:SkRecordCanvas::onDrawPatch\28SkPoint\20const*\2c\20unsigned\20int\20const*\2c\20SkPoint\20const*\2c\20SkBlendMode\2c\20SkPaint\20const&\29 +9497:SkRecordCanvas::onDrawPaint\28SkPaint\20const&\29 +9498:SkRecordCanvas::onDrawOval\28SkRect\20const&\2c\20SkPaint\20const&\29 +9499:SkRecordCanvas::onDrawMesh\28SkMesh\20const&\2c\20sk_sp\2c\20SkPaint\20const&\29 +9500:SkRecordCanvas::onDrawImageRect2\28SkImage\20const*\2c\20SkRect\20const&\2c\20SkRect\20const&\2c\20SkSamplingOptions\20const&\2c\20SkPaint\20const*\2c\20SkCanvas::SrcRectConstraint\29 +9501:SkRecordCanvas::onDrawImageLattice2\28SkImage\20const*\2c\20SkCanvas::Lattice\20const&\2c\20SkRect\20const&\2c\20SkFilterMode\2c\20SkPaint\20const*\29 +9502:SkRecordCanvas::onDrawImage2\28SkImage\20const*\2c\20float\2c\20float\2c\20SkSamplingOptions\20const&\2c\20SkPaint\20const*\29 +9503:SkRecordCanvas::onDrawGlyphRunList\28sktext::GlyphRunList\20const&\2c\20SkPaint\20const&\29 +9504:SkRecordCanvas::onDrawEdgeAAQuad\28SkRect\20const&\2c\20SkPoint\20const*\2c\20SkCanvas::QuadAAFlags\2c\20SkRGBA4f<\28SkAlphaType\293>\20const&\2c\20SkBlendMode\29 +9505:SkRecordCanvas::onDrawEdgeAAImageSet2\28SkCanvas::ImageSetEntry\20const*\2c\20int\2c\20SkPoint\20const*\2c\20SkMatrix\20const*\2c\20SkSamplingOptions\20const&\2c\20SkPaint\20const*\2c\20SkCanvas::SrcRectConstraint\29 +9506:SkRecordCanvas::onDrawDrawable\28SkDrawable*\2c\20SkMatrix\20const*\29 +9507:SkRecordCanvas::onDrawDRRect\28SkRRect\20const&\2c\20SkRRect\20const&\2c\20SkPaint\20const&\29 +9508:SkRecordCanvas::onDrawBehind\28SkPaint\20const&\29 +9509:SkRecordCanvas::onDrawAtlas2\28SkImage\20const*\2c\20SkRSXform\20const*\2c\20SkRect\20const*\2c\20unsigned\20int\20const*\2c\20int\2c\20SkBlendMode\2c\20SkSamplingOptions\20const&\2c\20SkRect\20const*\2c\20SkPaint\20const*\29 +9510:SkRecordCanvas::onDrawArc\28SkRect\20const&\2c\20float\2c\20float\2c\20bool\2c\20SkPaint\20const&\29 +9511:SkRecordCanvas::onDrawAnnotation\28SkRect\20const&\2c\20char\20const*\2c\20SkData*\29 +9512:SkRecordCanvas::onDoSaveBehind\28SkRect\20const*\29 +9513:SkRecordCanvas::onClipShader\28sk_sp\2c\20SkClipOp\29 +9514:SkRecordCanvas::onClipRegion\28SkRegion\20const&\2c\20SkClipOp\29 +9515:SkRecordCanvas::onClipRect\28SkRect\20const&\2c\20SkClipOp\2c\20SkCanvas::ClipEdgeStyle\29 +9516:SkRecordCanvas::onClipRRect\28SkRRect\20const&\2c\20SkClipOp\2c\20SkCanvas::ClipEdgeStyle\29 +9517:SkRecordCanvas::onClipPath\28SkPath\20const&\2c\20SkClipOp\2c\20SkCanvas::ClipEdgeStyle\29 +9518:SkRecordCanvas::getSaveLayerStrategy\28SkCanvas::SaveLayerRec\20const&\29 +9519:SkRecordCanvas::didTranslate\28float\2c\20float\29 +9520:SkRecordCanvas::didSetM44\28SkM44\20const&\29 +9521:SkRecordCanvas::didScale\28float\2c\20float\29 +9522:SkRecordCanvas::didRestore\28\29 +9523:SkRecordCanvas::didConcat44\28SkM44\20const&\29 +9524:SkRecord::~SkRecord\28\29_3837 +9525:SkRecord::~SkRecord\28\29 +9526:SkRasterPipelineSpriteBlitter::~SkRasterPipelineSpriteBlitter\28\29_1516 +9527:SkRasterPipelineSpriteBlitter::~SkRasterPipelineSpriteBlitter\28\29 +9528:SkRasterPipelineSpriteBlitter::setup\28SkPixmap\20const&\2c\20int\2c\20int\2c\20SkPaint\20const&\29 +9529:SkRasterPipelineSpriteBlitter::blitRect\28int\2c\20int\2c\20int\2c\20int\29 +9530:SkRasterPipelineBlitter::~SkRasterPipelineBlitter\28\29_3792 +9531:SkRasterPipelineBlitter::canDirectBlit\28\29 +9532:SkRasterPipelineBlitter::blitV\28int\2c\20int\2c\20int\2c\20unsigned\20char\29 +9533:SkRasterPipelineBlitter::blitH\28int\2c\20int\2c\20int\29 +9534:SkRasterPipelineBlitter::blitAntiV2\28int\2c\20int\2c\20unsigned\20int\2c\20unsigned\20int\29 +9535:SkRasterPipelineBlitter::blitAntiH\28int\2c\20int\2c\20unsigned\20char\20const*\2c\20short\20const*\29 +9536:SkRasterPipelineBlitter::blitAntiH2\28int\2c\20int\2c\20unsigned\20int\2c\20unsigned\20int\29 +9537:SkRasterPipelineBlitter::Create\28SkPixmap\20const&\2c\20SkPaint\20const&\2c\20SkRGBA4f<\28SkAlphaType\293>\20const&\2c\20SkArenaAlloc*\2c\20SkRasterPipeline\20const&\2c\20bool\2c\20bool\2c\20SkShader\20const*\29::$_3::__invoke\28SkPixmap*\2c\20int\2c\20int\2c\20int\2c\20int\2c\20unsigned\20long\20long\29 +9538:SkRasterPipelineBlitter::Create\28SkPixmap\20const&\2c\20SkPaint\20const&\2c\20SkRGBA4f<\28SkAlphaType\293>\20const&\2c\20SkArenaAlloc*\2c\20SkRasterPipeline\20const&\2c\20bool\2c\20bool\2c\20SkShader\20const*\29::$_2::__invoke\28SkPixmap*\2c\20int\2c\20int\2c\20int\2c\20int\2c\20unsigned\20long\20long\29 +9539:SkRasterPipelineBlitter::Create\28SkPixmap\20const&\2c\20SkPaint\20const&\2c\20SkRGBA4f<\28SkAlphaType\293>\20const&\2c\20SkArenaAlloc*\2c\20SkRasterPipeline\20const&\2c\20bool\2c\20bool\2c\20SkShader\20const*\29::$_1::__invoke\28SkPixmap*\2c\20int\2c\20int\2c\20int\2c\20int\2c\20unsigned\20long\20long\29 +9540:SkRasterPipelineBlitter::Create\28SkPixmap\20const&\2c\20SkPaint\20const&\2c\20SkRGBA4f<\28SkAlphaType\293>\20const&\2c\20SkArenaAlloc*\2c\20SkRasterPipeline\20const&\2c\20bool\2c\20bool\2c\20SkShader\20const*\29::$_0::__invoke\28SkPixmap*\2c\20int\2c\20int\2c\20int\2c\20int\2c\20unsigned\20long\20long\29 +9541:SkRadialGradient::getTypeName\28\29\20const +9542:SkRadialGradient::flatten\28SkWriteBuffer&\29\20const +9543:SkRadialGradient::asGradient\28SkShaderBase::GradientInfo*\2c\20SkMatrix*\29\20const +9544:SkRadialGradient::appendGradientStages\28SkArenaAlloc*\2c\20SkRasterPipeline*\2c\20SkRasterPipeline*\29\20const +9545:SkRTree::~SkRTree\28\29_3725 +9546:SkRTree::~SkRTree\28\29 +9547:SkRTree::search\28SkRect\20const&\2c\20std::__2::vector>*\29\20const +9548:SkRTree::insert\28SkRect\20const*\2c\20int\29 +9549:SkRTree::bytesUsed\28\29\20const +9550:SkPtrSet::~SkPtrSet\28\29 +9551:SkPngNormalDecoder::~SkPngNormalDecoder\28\29 +9552:SkPngNormalDecoder::setRange\28int\2c\20int\2c\20void*\2c\20unsigned\20long\29 +9553:SkPngNormalDecoder::decode\28int*\29 +9554:SkPngNormalDecoder::decodeAllRows\28void*\2c\20unsigned\20long\2c\20int*\29 +9555:SkPngNormalDecoder::RowCallback\28png_struct_def*\2c\20unsigned\20char*\2c\20unsigned\20int\2c\20int\29 +9556:SkPngNormalDecoder::AllRowsCallback\28png_struct_def*\2c\20unsigned\20char*\2c\20unsigned\20int\2c\20int\29 +9557:SkPngInterlacedDecoder::~SkPngInterlacedDecoder\28\29_13075 +9558:SkPngInterlacedDecoder::~SkPngInterlacedDecoder\28\29 +9559:SkPngInterlacedDecoder::setRange\28int\2c\20int\2c\20void*\2c\20unsigned\20long\29 +9560:SkPngInterlacedDecoder::decode\28int*\29 +9561:SkPngInterlacedDecoder::decodeAllRows\28void*\2c\20unsigned\20long\2c\20int*\29 +9562:SkPngInterlacedDecoder::InterlacedRowCallback\28png_struct_def*\2c\20unsigned\20char*\2c\20unsigned\20int\2c\20int\29 +9563:SkPngEncoderImpl::~SkPngEncoderImpl\28\29_12933 +9564:SkPngEncoderImpl::onFinishEncoding\28\29 +9565:SkPngEncoderImpl::onEncodeRow\28SkSpan\29 +9566:SkPngEncoderBase::~SkPngEncoderBase\28\29 +9567:SkPngEncoderBase::onEncodeRows\28int\29 +9568:SkPngCompositeChunkReader::~SkPngCompositeChunkReader\28\29_13083 +9569:SkPngCompositeChunkReader::~SkPngCompositeChunkReader\28\29 +9570:SkPngCompositeChunkReader::readChunk\28char\20const*\2c\20void\20const*\2c\20unsigned\20long\29 +9571:SkPngCodecBase::initializeXforms\28SkImageInfo\20const&\2c\20SkCodec::Options\20const&\2c\20int\29 +9572:SkPngCodecBase::getSampler\28bool\29 +9573:SkPngCodec::~SkPngCodec\28\29_13067 +9574:SkPngCodec::onTryGetTrnsChunk\28\29 +9575:SkPngCodec::onTryGetPlteChunk\28\29 +9576:SkPngCodec::onStartIncrementalDecode\28SkImageInfo\20const&\2c\20void*\2c\20unsigned\20long\2c\20SkCodec::Options\20const&\29 +9577:SkPngCodec::onRewind\28\29 +9578:SkPngCodec::onIncrementalDecode\28int*\29 +9579:SkPngCodec::onGetPixels\28SkImageInfo\20const&\2c\20void*\2c\20unsigned\20long\2c\20SkCodec::Options\20const&\2c\20int*\29 +9580:SkPngCodec::onGetGainmapInfo\28SkGainmapInfo*\29 +9581:SkPngCodec::onGetGainmapCodec\28SkGainmapInfo*\2c\20std::__2::unique_ptr>*\29 +9582:SkPixmap::erase\28SkRGBA4f<\28SkAlphaType\293>\20const&\2c\20SkIRect\20const*\29\20const::$_2::__invoke\28void*\2c\20unsigned\20long\20long\2c\20int\29 +9583:SkPixmap::erase\28SkRGBA4f<\28SkAlphaType\293>\20const&\2c\20SkIRect\20const*\29\20const::$_1::__invoke\28void*\2c\20unsigned\20long\20long\2c\20int\29 +9584:SkPixmap::erase\28SkRGBA4f<\28SkAlphaType\293>\20const&\2c\20SkIRect\20const*\29\20const::$_0::__invoke\28void*\2c\20unsigned\20long\20long\2c\20int\29 +9585:SkPixelRef::~SkPixelRef\28\29_3656 +9586:SkPictureShader::~SkPictureShader\28\29_4970 +9587:SkPictureShader::~SkPictureShader\28\29 +9588:SkPictureShader::type\28\29\20const +9589:SkPictureShader::getTypeName\28\29\20const +9590:SkPictureShader::flatten\28SkWriteBuffer&\29\20const +9591:SkPictureShader::appendStages\28SkStageRec\20const&\2c\20SkShaders::MatrixRec\20const&\29\20const +9592:SkPictureRecorder*\20emscripten::internal::operator_new\28\29 +9593:SkPictureRecord::~SkPictureRecord\28\29_3640 +9594:SkPictureRecord::willSave\28\29 +9595:SkPictureRecord::willRestore\28\29 +9596:SkPictureRecord::onResetClip\28\29 +9597:SkPictureRecord::onDrawVerticesObject\28SkVertices\20const*\2c\20SkBlendMode\2c\20SkPaint\20const&\29 +9598:SkPictureRecord::onDrawTextBlob\28SkTextBlob\20const*\2c\20float\2c\20float\2c\20SkPaint\20const&\29 +9599:SkPictureRecord::onDrawSlug\28sktext::gpu::Slug\20const*\2c\20SkPaint\20const&\29 +9600:SkPictureRecord::onDrawShadowRec\28SkPath\20const&\2c\20SkDrawShadowRec\20const&\29 +9601:SkPictureRecord::onDrawRegion\28SkRegion\20const&\2c\20SkPaint\20const&\29 +9602:SkPictureRecord::onDrawRect\28SkRect\20const&\2c\20SkPaint\20const&\29 +9603:SkPictureRecord::onDrawRRect\28SkRRect\20const&\2c\20SkPaint\20const&\29 +9604:SkPictureRecord::onDrawPoints\28SkCanvas::PointMode\2c\20unsigned\20long\2c\20SkPoint\20const*\2c\20SkPaint\20const&\29 +9605:SkPictureRecord::onDrawPicture\28SkPicture\20const*\2c\20SkMatrix\20const*\2c\20SkPaint\20const*\29 +9606:SkPictureRecord::onDrawPath\28SkPath\20const&\2c\20SkPaint\20const&\29 +9607:SkPictureRecord::onDrawPatch\28SkPoint\20const*\2c\20unsigned\20int\20const*\2c\20SkPoint\20const*\2c\20SkBlendMode\2c\20SkPaint\20const&\29 +9608:SkPictureRecord::onDrawPaint\28SkPaint\20const&\29 +9609:SkPictureRecord::onDrawOval\28SkRect\20const&\2c\20SkPaint\20const&\29 +9610:SkPictureRecord::onDrawImageRect2\28SkImage\20const*\2c\20SkRect\20const&\2c\20SkRect\20const&\2c\20SkSamplingOptions\20const&\2c\20SkPaint\20const*\2c\20SkCanvas::SrcRectConstraint\29 +9611:SkPictureRecord::onDrawImageLattice2\28SkImage\20const*\2c\20SkCanvas::Lattice\20const&\2c\20SkRect\20const&\2c\20SkFilterMode\2c\20SkPaint\20const*\29 +9612:SkPictureRecord::onDrawImage2\28SkImage\20const*\2c\20float\2c\20float\2c\20SkSamplingOptions\20const&\2c\20SkPaint\20const*\29 +9613:SkPictureRecord::onDrawEdgeAAQuad\28SkRect\20const&\2c\20SkPoint\20const*\2c\20SkCanvas::QuadAAFlags\2c\20SkRGBA4f<\28SkAlphaType\293>\20const&\2c\20SkBlendMode\29 +9614:SkPictureRecord::onDrawEdgeAAImageSet2\28SkCanvas::ImageSetEntry\20const*\2c\20int\2c\20SkPoint\20const*\2c\20SkMatrix\20const*\2c\20SkSamplingOptions\20const&\2c\20SkPaint\20const*\2c\20SkCanvas::SrcRectConstraint\29 +9615:SkPictureRecord::onDrawDrawable\28SkDrawable*\2c\20SkMatrix\20const*\29 +9616:SkPictureRecord::onDrawDRRect\28SkRRect\20const&\2c\20SkRRect\20const&\2c\20SkPaint\20const&\29 +9617:SkPictureRecord::onDrawBehind\28SkPaint\20const&\29 +9618:SkPictureRecord::onDrawAtlas2\28SkImage\20const*\2c\20SkRSXform\20const*\2c\20SkRect\20const*\2c\20unsigned\20int\20const*\2c\20int\2c\20SkBlendMode\2c\20SkSamplingOptions\20const&\2c\20SkRect\20const*\2c\20SkPaint\20const*\29 +9619:SkPictureRecord::onDrawArc\28SkRect\20const&\2c\20float\2c\20float\2c\20bool\2c\20SkPaint\20const&\29 +9620:SkPictureRecord::onDrawAnnotation\28SkRect\20const&\2c\20char\20const*\2c\20SkData*\29 +9621:SkPictureRecord::onDoSaveBehind\28SkRect\20const*\29 +9622:SkPictureRecord::onClipShader\28sk_sp\2c\20SkClipOp\29 +9623:SkPictureRecord::onClipRegion\28SkRegion\20const&\2c\20SkClipOp\29 +9624:SkPictureRecord::onClipRect\28SkRect\20const&\2c\20SkClipOp\2c\20SkCanvas::ClipEdgeStyle\29 +9625:SkPictureRecord::onClipRRect\28SkRRect\20const&\2c\20SkClipOp\2c\20SkCanvas::ClipEdgeStyle\29 +9626:SkPictureRecord::onClipPath\28SkPath\20const&\2c\20SkClipOp\2c\20SkCanvas::ClipEdgeStyle\29 +9627:SkPictureRecord::getSaveLayerStrategy\28SkCanvas::SaveLayerRec\20const&\29 +9628:SkPictureRecord::didTranslate\28float\2c\20float\29 +9629:SkPictureRecord::didSetM44\28SkM44\20const&\29 +9630:SkPictureRecord::didScale\28float\2c\20float\29 +9631:SkPictureRecord::didConcat44\28SkM44\20const&\29 +9632:SkPictureData::serialize\28SkWStream*\2c\20SkSerialProcs\20const&\2c\20SkRefCntSet*\2c\20bool\29\20const::DevNull::write\28void\20const*\2c\20unsigned\20long\29 +9633:SkPerlinNoiseShader::~SkPerlinNoiseShader\28\29_4954 +9634:SkPerlinNoiseShader::~SkPerlinNoiseShader\28\29 +9635:SkPerlinNoiseShader::getTypeName\28\29\20const +9636:SkPerlinNoiseShader::flatten\28SkWriteBuffer&\29\20const +9637:SkPerlinNoiseShader::appendStages\28SkStageRec\20const&\2c\20SkShaders::MatrixRec\20const&\29\20const +9638:SkPathEffectBase::asADash\28\29\20const +9639:SkPath::setIsVolatile\28bool\29 +9640:SkPath::setFillType\28SkPathFillType\29 +9641:SkPath::isVolatile\28\29\20const +9642:SkPath::getFillType\28\29\20const +9643:SkPath2DPathEffectImpl::~SkPath2DPathEffectImpl\28\29_5231 +9644:SkPath2DPathEffectImpl::~SkPath2DPathEffectImpl\28\29 +9645:SkPath2DPathEffectImpl::next\28SkPoint\20const&\2c\20int\2c\20int\2c\20SkPathBuilder*\29\20const +9646:SkPath2DPathEffectImpl::getTypeName\28\29\20const +9647:SkPath2DPathEffectImpl::getFactory\28\29\20const +9648:SkPath2DPathEffectImpl::flatten\28SkWriteBuffer&\29\20const +9649:SkPath2DPathEffectImpl::CreateProc\28SkReadBuffer&\29 +9650:SkPath1DPathEffectImpl::~SkPath1DPathEffectImpl\28\29_5205 +9651:SkPath1DPathEffectImpl::~SkPath1DPathEffectImpl\28\29 +9652:SkPath1DPathEffectImpl::onFilterPath\28SkPathBuilder*\2c\20SkPath\20const&\2c\20SkStrokeRec*\2c\20SkRect\20const*\2c\20SkMatrix\20const&\29\20const +9653:SkPath1DPathEffectImpl::next\28SkPathBuilder*\2c\20float\2c\20SkPathMeasure&\29\20const +9654:SkPath1DPathEffectImpl::getTypeName\28\29\20const +9655:SkPath1DPathEffectImpl::getFactory\28\29\20const +9656:SkPath1DPathEffectImpl::flatten\28SkWriteBuffer&\29\20const +9657:SkPath1DPathEffectImpl::begin\28float\29\20const +9658:SkPath1DPathEffectImpl::CreateProc\28SkReadBuffer&\29 +9659:SkPath1DPathEffect::Make\28SkPath\20const&\2c\20float\2c\20float\2c\20SkPath1DPathEffect::Style\29 +9660:SkPath*\20emscripten::internal::operator_new\28\29 +9661:SkPairPathEffect::~SkPairPathEffect\28\29_3469 +9662:SkPaint::setDither\28bool\29 +9663:SkPaint::setAntiAlias\28bool\29 +9664:SkPaint::getStrokeMiter\28\29\20const +9665:SkPaint::getStrokeJoin\28\29\20const +9666:SkPaint::getStrokeCap\28\29\20const +9667:SkPaint*\20emscripten::internal::operator_new\28\29 +9668:SkOTUtils::LocalizedStrings_SingleName::~LocalizedStrings_SingleName\28\29_8335 +9669:SkOTUtils::LocalizedStrings_SingleName::~LocalizedStrings_SingleName\28\29 +9670:SkOTUtils::LocalizedStrings_SingleName::next\28SkTypeface::LocalizedString*\29 +9671:SkOTUtils::LocalizedStrings_NameTable::~LocalizedStrings_NameTable\28\29_7608 +9672:SkOTUtils::LocalizedStrings_NameTable::~LocalizedStrings_NameTable\28\29 +9673:SkOTUtils::LocalizedStrings_NameTable::next\28SkTypeface::LocalizedString*\29 +9674:SkNoPixelsDevice::~SkNoPixelsDevice\28\29_1990 +9675:SkNoPixelsDevice::~SkNoPixelsDevice\28\29 +9676:SkNoPixelsDevice::replaceClip\28SkIRect\20const&\29 +9677:SkNoPixelsDevice::pushClipStack\28\29 +9678:SkNoPixelsDevice::popClipStack\28\29 +9679:SkNoPixelsDevice::onClipShader\28sk_sp\29 +9680:SkNoPixelsDevice::isClipWideOpen\28\29\20const +9681:SkNoPixelsDevice::isClipRect\28\29\20const +9682:SkNoPixelsDevice::isClipEmpty\28\29\20const +9683:SkNoPixelsDevice::isClipAntiAliased\28\29\20const +9684:SkNoPixelsDevice::devClipBounds\28\29\20const +9685:SkNoPixelsDevice::clipRegion\28SkRegion\20const&\2c\20SkClipOp\29 +9686:SkNoPixelsDevice::clipRect\28SkRect\20const&\2c\20SkClipOp\2c\20bool\29 +9687:SkNoPixelsDevice::clipRRect\28SkRRect\20const&\2c\20SkClipOp\2c\20bool\29 +9688:SkNoPixelsDevice::clipPath\28SkPath\20const&\2c\20SkClipOp\2c\20bool\29 +9689:SkNoPixelsDevice::android_utils_clipAsRgn\28SkRegion*\29\20const +9690:SkNoDrawCanvas::onDrawTextBlob\28SkTextBlob\20const*\2c\20float\2c\20float\2c\20SkPaint\20const&\29 +9691:SkNoDrawCanvas::onDrawAtlas2\28SkImage\20const*\2c\20SkRSXform\20const*\2c\20SkRect\20const*\2c\20unsigned\20int\20const*\2c\20int\2c\20SkBlendMode\2c\20SkSamplingOptions\20const&\2c\20SkRect\20const*\2c\20SkPaint\20const*\29 +9692:SkMipmap::~SkMipmap\28\29_2641 +9693:SkMipmap::~SkMipmap\28\29 +9694:SkMipmap::onDataChange\28void*\2c\20void*\29 +9695:SkMemoryStream::~SkMemoryStream\28\29_4322 +9696:SkMemoryStream::~SkMemoryStream\28\29 +9697:SkMemoryStream::setMemory\28void\20const*\2c\20unsigned\20long\2c\20bool\29 +9698:SkMemoryStream::seek\28unsigned\20long\29 +9699:SkMemoryStream::rewind\28\29 +9700:SkMemoryStream::read\28void*\2c\20unsigned\20long\29 +9701:SkMemoryStream::peek\28void*\2c\20unsigned\20long\29\20const +9702:SkMemoryStream::onFork\28\29\20const +9703:SkMemoryStream::onDuplicate\28\29\20const +9704:SkMemoryStream::move\28long\29 +9705:SkMemoryStream::isAtEnd\28\29\20const +9706:SkMemoryStream::getMemoryBase\28\29 +9707:SkMemoryStream::getLength\28\29\20const +9708:SkMemoryStream::getData\28\29\20const +9709:SkMatrixColorFilter::onIsAlphaUnchanged\28\29\20const +9710:SkMatrixColorFilter::onAsAColorMatrix\28float*\29\20const +9711:SkMatrixColorFilter::getTypeName\28\29\20const +9712:SkMatrixColorFilter::flatten\28SkWriteBuffer&\29\20const +9713:SkMatrixColorFilter::appendStages\28SkStageRec\20const&\2c\20bool\29\20const +9714:SkMatrix::Trans_pts\28SkMatrix\20const&\2c\20SkPoint*\2c\20SkPoint\20const*\2c\20int\29 +9715:SkMatrix::Scale_pts\28SkMatrix\20const&\2c\20SkPoint*\2c\20SkPoint\20const*\2c\20int\29 +9716:SkMatrix::Poly4Proc\28SkPoint\20const*\2c\20SkMatrix*\29 +9717:SkMatrix::Poly3Proc\28SkPoint\20const*\2c\20SkMatrix*\29 +9718:SkMatrix::Poly2Proc\28SkPoint\20const*\2c\20SkMatrix*\29 +9719:SkMatrix::Persp_pts\28SkMatrix\20const&\2c\20SkPoint*\2c\20SkPoint\20const*\2c\20int\29 +9720:SkMatrix::Identity_pts\28SkMatrix\20const&\2c\20SkPoint*\2c\20SkPoint\20const*\2c\20int\29 +9721:SkMatrix::Affine_vpts\28SkMatrix\20const&\2c\20SkPoint*\2c\20SkPoint\20const*\2c\20int\29 +9722:SkMaskSwizzler::onSetSampleX\28int\29 +9723:SkMaskFilterBase::filterRectsToNine\28SkSpan\2c\20SkMatrix\20const&\2c\20SkIRect\20const&\2c\20std::__2::optional*\2c\20SkResourceCache*\29\20const +9724:SkMaskFilterBase::filterRRectToNine\28SkRRect\20const&\2c\20SkMatrix\20const&\2c\20SkIRect\20const&\2c\20SkResourceCache*\29\20const +9725:SkMaskFilterBase::asImageFilter\28SkMatrix\20const&\2c\20SkPaint\20const&\29\20const +9726:SkMallocPixelRef::MakeAllocate\28SkImageInfo\20const&\2c\20unsigned\20long\29::PixelRef::~PixelRef\28\29_2454 +9727:SkMallocPixelRef::MakeAllocate\28SkImageInfo\20const&\2c\20unsigned\20long\29::PixelRef::~PixelRef\28\29 +9728:SkMakePixelRefWithProc\28int\2c\20int\2c\20unsigned\20long\2c\20void*\2c\20void\20\28*\29\28void*\2c\20void*\29\2c\20void*\29::PixelRef::~PixelRef\28\29_3666 +9729:SkMakePixelRefWithProc\28int\2c\20int\2c\20unsigned\20long\2c\20void*\2c\20void\20\28*\29\28void*\2c\20void*\29\2c\20void*\29::PixelRef::~PixelRef\28\29 +9730:SkLumaColorFilter::Make\28\29 +9731:SkLocalMatrixShader::~SkLocalMatrixShader\28\29_4935 +9732:SkLocalMatrixShader::~SkLocalMatrixShader\28\29 +9733:SkLocalMatrixShader::type\28\29\20const +9734:SkLocalMatrixShader::onIsAImage\28SkMatrix*\2c\20SkTileMode*\29\20const +9735:SkLocalMatrixShader::onAsLuminanceColor\28SkRGBA4f<\28SkAlphaType\293>*\29\20const +9736:SkLocalMatrixShader::makeAsALocalMatrixShader\28SkMatrix*\29\20const +9737:SkLocalMatrixShader::isOpaque\28\29\20const +9738:SkLocalMatrixShader::isConstant\28SkRGBA4f<\28SkAlphaType\293>*\29\20const +9739:SkLocalMatrixShader::getTypeName\28\29\20const +9740:SkLocalMatrixShader::flatten\28SkWriteBuffer&\29\20const +9741:SkLocalMatrixShader::asGradient\28SkShaderBase::GradientInfo*\2c\20SkMatrix*\29\20const +9742:SkLocalMatrixShader::appendStages\28SkStageRec\20const&\2c\20SkShaders::MatrixRec\20const&\29\20const +9743:SkLinearGradient::getTypeName\28\29\20const +9744:SkLinearGradient::flatten\28SkWriteBuffer&\29\20const +9745:SkLinearGradient::asGradient\28SkShaderBase::GradientInfo*\2c\20SkMatrix*\29\20const +9746:SkLine2DPathEffectImpl::onFilterPath\28SkPathBuilder*\2c\20SkPath\20const&\2c\20SkStrokeRec*\2c\20SkRect\20const*\2c\20SkMatrix\20const&\29\20const +9747:SkLine2DPathEffectImpl::nextSpan\28int\2c\20int\2c\20int\2c\20SkPathBuilder*\29\20const +9748:SkLine2DPathEffectImpl::getTypeName\28\29\20const +9749:SkLine2DPathEffectImpl::getFactory\28\29\20const +9750:SkLine2DPathEffectImpl::flatten\28SkWriteBuffer&\29\20const +9751:SkLine2DPathEffectImpl::CreateProc\28SkReadBuffer&\29 +9752:SkJpegMetadataDecoderImpl::~SkJpegMetadataDecoderImpl\28\29_12991 +9753:SkJpegMetadataDecoderImpl::~SkJpegMetadataDecoderImpl\28\29 +9754:SkJpegMetadataDecoderImpl::getJUMBFMetadata\28bool\29\20const +9755:SkJpegMetadataDecoderImpl::getISOGainmapMetadata\28bool\29\20const +9756:SkJpegMetadataDecoderImpl::getICCProfileData\28bool\29\20const +9757:SkJpegMetadataDecoderImpl::getExifMetadata\28bool\29\20const +9758:SkJpegMemorySourceMgr::skipInputBytes\28unsigned\20long\2c\20unsigned\20char\20const*&\2c\20unsigned\20long&\29 +9759:SkJpegMemorySourceMgr::initSource\28unsigned\20char\20const*&\2c\20unsigned\20long&\29 +9760:SkJpegDecoder::Decode\28std::__2::unique_ptr>\2c\20SkCodec::Result*\2c\20void*\29 +9761:SkJpegCodec::~SkJpegCodec\28\29_12946 +9762:SkJpegCodec::~SkJpegCodec\28\29 +9763:SkJpegCodec::onStartScanlineDecode\28SkImageInfo\20const&\2c\20SkCodec::Options\20const&\29 +9764:SkJpegCodec::onSkipScanlines\28int\29 +9765:SkJpegCodec::onRewind\28\29 +9766:SkJpegCodec::onQueryYUVAInfo\28SkYUVAPixmapInfo::SupportedDataTypes\20const&\2c\20SkYUVAPixmapInfo*\29\20const +9767:SkJpegCodec::onGetYUVAPlanes\28SkYUVAPixmaps\20const&\29 +9768:SkJpegCodec::onGetScanlines\28void*\2c\20int\2c\20unsigned\20long\29 +9769:SkJpegCodec::onGetScaledDimensions\28float\29\20const +9770:SkJpegCodec::onGetPixels\28SkImageInfo\20const&\2c\20void*\2c\20unsigned\20long\2c\20SkCodec::Options\20const&\2c\20int*\29 +9771:SkJpegCodec::onGetGainmapCodec\28SkGainmapInfo*\2c\20std::__2::unique_ptr>*\29 +9772:SkJpegCodec::onDimensionsSupported\28SkISize\20const&\29 +9773:SkJpegCodec::getSampler\28bool\29 +9774:SkJpegCodec::conversionSupported\28SkImageInfo\20const&\2c\20bool\2c\20bool\29 +9775:SkJpegBufferedSourceMgr::~SkJpegBufferedSourceMgr\28\29_13000 +9776:SkJpegBufferedSourceMgr::~SkJpegBufferedSourceMgr\28\29 +9777:SkJpegBufferedSourceMgr::skipInputBytes\28unsigned\20long\2c\20unsigned\20char\20const*&\2c\20unsigned\20long&\29 +9778:SkJpegBufferedSourceMgr::initSource\28unsigned\20char\20const*&\2c\20unsigned\20long&\29 +9779:SkJpegBufferedSourceMgr::fillInputBuffer\28unsigned\20char\20const*&\2c\20unsigned\20long&\29 +9780:SkImage_Raster::~SkImage_Raster\28\29_4773 +9781:SkImage_Raster::~SkImage_Raster\28\29 +9782:SkImage_Raster::onReinterpretColorSpace\28sk_sp\29\20const +9783:SkImage_Raster::onReadPixels\28GrDirectContext*\2c\20SkImageInfo\20const&\2c\20void*\2c\20unsigned\20long\2c\20int\2c\20int\2c\20SkImage::CachingHint\29\20const +9784:SkImage_Raster::onPeekPixels\28SkPixmap*\29\20const +9785:SkImage_Raster::onPeekMips\28\29\20const +9786:SkImage_Raster::onMakeWithMipmaps\28sk_sp\29\20const +9787:SkImage_Raster::onMakeSubset\28SkRecorder*\2c\20SkIRect\20const&\2c\20SkImage::RequiredProperties\29\20const +9788:SkImage_Raster::onHasMipmaps\28\29\20const +9789:SkImage_Raster::onAsLegacyBitmap\28GrDirectContext*\2c\20SkBitmap*\29\20const +9790:SkImage_Raster::notifyAddedToRasterCache\28\29\20const +9791:SkImage_Raster::makeColorTypeAndColorSpace\28SkRecorder*\2c\20SkColorType\2c\20sk_sp\2c\20SkImage::RequiredProperties\29\20const +9792:SkImage_Raster::isValid\28SkRecorder*\29\20const +9793:SkImage_Raster::getROPixels\28GrDirectContext*\2c\20SkBitmap*\2c\20SkImage::CachingHint\29\20const +9794:SkImage_LazyTexture::readPixelsProxy\28GrDirectContext*\2c\20SkPixmap\20const&\29\20const +9795:SkImage_LazyTexture::onMakeSubset\28SkRecorder*\2c\20SkIRect\20const&\2c\20SkImage::RequiredProperties\29\20const +9796:SkImage_Lazy::~SkImage_Lazy\28\29 +9797:SkImage_Lazy::onReinterpretColorSpace\28sk_sp\29\20const +9798:SkImage_Lazy::onRefEncoded\28\29\20const +9799:SkImage_Lazy::onReadPixels\28GrDirectContext*\2c\20SkImageInfo\20const&\2c\20void*\2c\20unsigned\20long\2c\20int\2c\20int\2c\20SkImage::CachingHint\29\20const +9800:SkImage_Lazy::onMakeSubset\28SkRecorder*\2c\20SkIRect\20const&\2c\20SkImage::RequiredProperties\29\20const +9801:SkImage_Lazy::onIsProtected\28\29\20const +9802:SkImage_Lazy::makeColorTypeAndColorSpace\28SkRecorder*\2c\20SkColorType\2c\20sk_sp\2c\20SkImage::RequiredProperties\29\20const +9803:SkImage_Lazy::isValid\28SkRecorder*\29\20const +9804:SkImage_Lazy::getROPixels\28GrDirectContext*\2c\20SkBitmap*\2c\20SkImage::CachingHint\29\20const +9805:SkImage_GaneshBase::~SkImage_GaneshBase\28\29 +9806:SkImage_GaneshBase::onReadPixels\28GrDirectContext*\2c\20SkImageInfo\20const&\2c\20void*\2c\20unsigned\20long\2c\20int\2c\20int\2c\20SkImage::CachingHint\29\20const +9807:SkImage_GaneshBase::onMakeSurface\28SkRecorder*\2c\20SkImageInfo\20const&\29\20const +9808:SkImage_GaneshBase::onMakeSubset\28SkRecorder*\2c\20SkIRect\20const&\2c\20SkImage::RequiredProperties\29\20const +9809:SkImage_GaneshBase::makeColorTypeAndColorSpace\28SkRecorder*\2c\20SkColorType\2c\20sk_sp\2c\20SkImage::RequiredProperties\29\20const +9810:SkImage_GaneshBase::isValid\28SkRecorder*\29\20const +9811:SkImage_GaneshBase::getROPixels\28GrDirectContext*\2c\20SkBitmap*\2c\20SkImage::CachingHint\29\20const +9812:SkImage_GaneshBase::directContext\28\29\20const +9813:SkImage_Ganesh::~SkImage_Ganesh\28\29_10881 +9814:SkImage_Ganesh::textureSize\28\29\20const +9815:SkImage_Ganesh::onReinterpretColorSpace\28sk_sp\29\20const +9816:SkImage_Ganesh::onMakeColorTypeAndColorSpace\28GrDirectContext*\2c\20SkColorType\2c\20sk_sp\29\20const +9817:SkImage_Ganesh::onIsProtected\28\29\20const +9818:SkImage_Ganesh::onHasMipmaps\28\29\20const +9819:SkImage_Ganesh::onAsyncRescaleAndReadPixels\28SkImageInfo\20const&\2c\20SkIRect\2c\20SkImage::RescaleGamma\2c\20SkImage::RescaleMode\2c\20void\20\28*\29\28void*\2c\20std::__2::unique_ptr>\29\2c\20void*\29\20const +9820:SkImage_Ganesh::onAsyncRescaleAndReadPixelsYUV420\28SkYUVColorSpace\2c\20bool\2c\20sk_sp\2c\20SkIRect\2c\20SkISize\2c\20SkImage::RescaleGamma\2c\20SkImage::RescaleMode\2c\20void\20\28*\29\28void*\2c\20std::__2::unique_ptr>\29\2c\20void*\29\20const +9821:SkImage_Ganesh::generatingSurfaceIsDeleted\28\29 +9822:SkImage_Ganesh::flush\28GrDirectContext*\2c\20GrFlushInfo\20const&\29\20const +9823:SkImage_Ganesh::asView\28GrRecordingContext*\2c\20skgpu::Mipmapped\2c\20GrImageTexGenPolicy\29\20const +9824:SkImage_Ganesh::asFragmentProcessor\28skgpu::ganesh::SurfaceDrawContext*\2c\20SkSamplingOptions\2c\20SkTileMode\20const*\2c\20SkMatrix\20const&\2c\20SkRect\20const*\2c\20SkRect\20const*\29\20const +9825:SkImage_Base::onAsyncRescaleAndReadPixels\28SkImageInfo\20const&\2c\20SkIRect\2c\20SkImage::RescaleGamma\2c\20SkImage::RescaleMode\2c\20void\20\28*\29\28void*\2c\20std::__2::unique_ptr>\29\2c\20void*\29\20const +9826:SkImage_Base::notifyAddedToRasterCache\28\29\20const +9827:SkImage_Base::makeSubset\28SkRecorder*\2c\20SkIRect\20const&\2c\20SkImage::RequiredProperties\29\20const +9828:SkImage_Base::makeColorSpace\28SkRecorder*\2c\20sk_sp\2c\20SkImage::RequiredProperties\29\20const +9829:SkImage_Base::isTextureBacked\28\29\20const +9830:SkImage_Base::isLazyGenerated\28\29\20const +9831:SkImageShader::~SkImageShader\28\29_4920 +9832:SkImageShader::~SkImageShader\28\29 +9833:SkImageShader::onIsAImage\28SkMatrix*\2c\20SkTileMode*\29\20const +9834:SkImageShader::isOpaque\28\29\20const +9835:SkImageShader::getTypeName\28\29\20const +9836:SkImageShader::flatten\28SkWriteBuffer&\29\20const +9837:SkImageShader::appendStages\28SkStageRec\20const&\2c\20SkShaders::MatrixRec\20const&\29\20const +9838:SkImageGenerator::~SkImageGenerator\28\29 +9839:SkImageFilters::Compose\28sk_sp\2c\20sk_sp\29 +9840:SkImage::~SkImage\28\29 +9841:SkIcoDecoder::Decode\28std::__2::unique_ptr>\2c\20SkCodec::Result*\2c\20void*\29 +9842:SkIcoCodec::~SkIcoCodec\28\29_13022 +9843:SkIcoCodec::~SkIcoCodec\28\29 +9844:SkIcoCodec::onStartScanlineDecode\28SkImageInfo\20const&\2c\20SkCodec::Options\20const&\29 +9845:SkIcoCodec::onStartIncrementalDecode\28SkImageInfo\20const&\2c\20void*\2c\20unsigned\20long\2c\20SkCodec::Options\20const&\29 +9846:SkIcoCodec::onSkipScanlines\28int\29 +9847:SkIcoCodec::onIncrementalDecode\28int*\29 +9848:SkIcoCodec::onGetScanlines\28void*\2c\20int\2c\20unsigned\20long\29 +9849:SkIcoCodec::onGetScanlineOrder\28\29\20const +9850:SkIcoCodec::onGetScaledDimensions\28float\29\20const +9851:SkIcoCodec::onGetPixels\28SkImageInfo\20const&\2c\20void*\2c\20unsigned\20long\2c\20SkCodec::Options\20const&\2c\20int*\29 +9852:SkIcoCodec::onDimensionsSupported\28SkISize\20const&\29 +9853:SkIcoCodec::getSampler\28bool\29 +9854:SkIcoCodec::conversionSupported\28SkImageInfo\20const&\2c\20bool\2c\20bool\29 +9855:SkGradientBaseShader::onAsLuminanceColor\28SkRGBA4f<\28SkAlphaType\293>*\29\20const +9856:SkGradientBaseShader::isOpaque\28\29\20const +9857:SkGradientBaseShader::appendStages\28SkStageRec\20const&\2c\20SkShaders::MatrixRec\20const&\29\20const +9858:SkGifDecoder::Decode\28std::__2::unique_ptr>\2c\20SkCodec::Result*\2c\20void*\29 +9859:SkGaussianColorFilter::getTypeName\28\29\20const +9860:SkGaussianColorFilter::appendStages\28SkStageRec\20const&\2c\20bool\29\20const +9861:SkGammaColorSpaceLuminance::toLuma\28float\2c\20float\29\20const +9862:SkGammaColorSpaceLuminance::fromLuma\28float\2c\20float\29\20const +9863:SkGainmapInfo::serialize\28\29\20const +9864:SkGainmapInfo::SerializeVersion\28\29 +9865:SkFontStyleSet_Custom::~SkFontStyleSet_Custom\28\29_8262 +9866:SkFontStyleSet_Custom::~SkFontStyleSet_Custom\28\29 +9867:SkFontStyleSet_Custom::getStyle\28int\2c\20SkFontStyle*\2c\20SkString*\29 +9868:SkFontScanner_FreeType::~SkFontScanner_FreeType\28\29_8328 +9869:SkFontScanner_FreeType::~SkFontScanner_FreeType\28\29 +9870:SkFontScanner_FreeType::scanFile\28SkStreamAsset*\2c\20int*\29\20const +9871:SkFontScanner_FreeType::scanFace\28SkStreamAsset*\2c\20int\2c\20int*\29\20const +9872:SkFontScanner_FreeType::getFactoryId\28\29\20const +9873:SkFontMgr_Custom::~SkFontMgr_Custom\28\29_8264 +9874:SkFontMgr_Custom::~SkFontMgr_Custom\28\29 +9875:SkFontMgr_Custom::onMatchFamily\28char\20const*\29\20const +9876:SkFontMgr_Custom::onMatchFamilyStyle\28char\20const*\2c\20SkFontStyle\20const&\29\20const +9877:SkFontMgr_Custom::onMakeFromStreamIndex\28std::__2::unique_ptr>\2c\20int\29\20const +9878:SkFontMgr_Custom::onMakeFromFile\28char\20const*\2c\20int\29\20const +9879:SkFontMgr_Custom::onMakeFromData\28sk_sp\2c\20int\29\20const +9880:SkFontMgr_Custom::onLegacyMakeTypeface\28char\20const*\2c\20SkFontStyle\29\20const +9881:SkFontMgr_Custom::onGetFamilyName\28int\2c\20SkString*\29\20const +9882:SkFont::setScaleX\28float\29 +9883:SkFont::setEmbeddedBitmaps\28bool\29 +9884:SkFont::isEmbolden\28\29\20const +9885:SkFont::getSkewX\28\29\20const +9886:SkFont::getSize\28\29\20const +9887:SkFont::getScaleX\28\29\20const +9888:SkFont*\20emscripten::internal::operator_new\2c\20float\2c\20float\2c\20float>\28sk_sp&&\2c\20float&&\2c\20float&&\2c\20float&&\29 +9889:SkFont*\20emscripten::internal::operator_new\2c\20float>\28sk_sp&&\2c\20float&&\29 +9890:SkFont*\20emscripten::internal::operator_new>\28sk_sp&&\29 +9891:SkFont*\20emscripten::internal::operator_new\28\29 +9892:SkFILEStream::~SkFILEStream\28\29_4275 +9893:SkFILEStream::~SkFILEStream\28\29 +9894:SkFILEStream::seek\28unsigned\20long\29 +9895:SkFILEStream::rewind\28\29 +9896:SkFILEStream::read\28void*\2c\20unsigned\20long\29 +9897:SkFILEStream::onFork\28\29\20const +9898:SkFILEStream::onDuplicate\28\29\20const +9899:SkFILEStream::move\28long\29 +9900:SkFILEStream::isAtEnd\28\29\20const +9901:SkFILEStream::getPosition\28\29\20const +9902:SkFILEStream::getLength\28\29\20const +9903:SkEncoder::~SkEncoder\28\29 +9904:SkEmptyShader::getTypeName\28\29\20const +9905:SkEmptyPicture::~SkEmptyPicture\28\29 +9906:SkEmptyPicture::cullRect\28\29\20const +9907:SkEmptyPicture::approximateBytesUsed\28\29\20const +9908:SkEmptyFontMgr::onMatchFamily\28char\20const*\29\20const +9909:SkEdgeBuilder::~SkEdgeBuilder\28\29 +9910:SkEdgeBuilder::build\28SkPathRaw\20const&\2c\20SkIRect\20const*\2c\20bool\29::$_0::__invoke\28SkEdgeClipper*\2c\20bool\2c\20void*\29 +9911:SkDynamicMemoryWStream::~SkDynamicMemoryWStream\28\29_4305 +9912:SkDrawable::onMakePictureSnapshot\28\29 +9913:SkDiscretePathEffectImpl::onFilterPath\28SkPathBuilder*\2c\20SkPath\20const&\2c\20SkStrokeRec*\2c\20SkRect\20const*\2c\20SkMatrix\20const&\29\20const +9914:SkDiscretePathEffectImpl::getTypeName\28\29\20const +9915:SkDiscretePathEffectImpl::getFactory\28\29\20const +9916:SkDiscretePathEffectImpl::computeFastBounds\28SkRect*\29\20const +9917:SkDiscretePathEffectImpl::CreateProc\28SkReadBuffer&\29 +9918:SkDevice::~SkDevice\28\29 +9919:SkDevice::strikeDeviceInfo\28\29\20const +9920:SkDevice::drawSlug\28SkCanvas*\2c\20sktext::gpu::Slug\20const*\2c\20SkPaint\20const&\29 +9921:SkDevice::drawRegion\28SkRegion\20const&\2c\20SkPaint\20const&\29 +9922:SkDevice::drawPatch\28SkPoint\20const*\2c\20unsigned\20int\20const*\2c\20SkPoint\20const*\2c\20sk_sp\2c\20SkPaint\20const&\29 +9923:SkDevice::drawImageLattice\28SkImage\20const*\2c\20SkCanvas::Lattice\20const&\2c\20SkRect\20const&\2c\20SkFilterMode\2c\20SkPaint\20const&\29 +9924:SkDevice::drawEdgeAAQuad\28SkRect\20const&\2c\20SkPoint\20const*\2c\20SkCanvas::QuadAAFlags\2c\20SkRGBA4f<\28SkAlphaType\293>\20const&\2c\20SkBlendMode\29 +9925:SkDevice::drawEdgeAAImageSet\28SkCanvas::ImageSetEntry\20const*\2c\20int\2c\20SkPoint\20const*\2c\20SkMatrix\20const*\2c\20SkSamplingOptions\20const&\2c\20SkPaint\20const&\2c\20SkCanvas::SrcRectConstraint\29 +9926:SkDevice::drawDRRect\28SkRRect\20const&\2c\20SkRRect\20const&\2c\20SkPaint\20const&\29 +9927:SkDevice::drawCoverageMask\28SkSpecialImage\20const*\2c\20SkMatrix\20const&\2c\20SkSamplingOptions\20const&\2c\20SkPaint\20const&\29 +9928:SkDevice::drawBlurredRRect\28SkRRect\20const&\2c\20SkPaint\20const&\2c\20float\29 +9929:SkDevice::drawAtlas\28SkSpan\2c\20SkSpan\2c\20SkSpan\2c\20sk_sp\2c\20SkPaint\20const&\29 +9930:SkDevice::drawAsTiledImageRect\28SkCanvas*\2c\20SkImage\20const*\2c\20SkRect\20const*\2c\20SkRect\20const&\2c\20SkSamplingOptions\20const&\2c\20SkPaint\20const&\2c\20SkCanvas::SrcRectConstraint\29 +9931:SkDevice::createImageFilteringBackend\28SkSurfaceProps\20const&\2c\20SkColorType\29\20const +9932:SkData::shareSubset\28unsigned\20long\2c\20unsigned\20long\29::$_0::__invoke\28void\20const*\2c\20void*\29 +9933:SkDashImpl::~SkDashImpl\28\29_5252 +9934:SkDashImpl::~SkDashImpl\28\29 +9935:SkDashImpl::onFilterPath\28SkPathBuilder*\2c\20SkPath\20const&\2c\20SkStrokeRec*\2c\20SkRect\20const*\2c\20SkMatrix\20const&\29\20const +9936:SkDashImpl::onAsPoints\28SkPathEffectBase::PointData*\2c\20SkPath\20const&\2c\20SkStrokeRec\20const&\2c\20SkMatrix\20const&\2c\20SkRect\20const*\29\20const +9937:SkDashImpl::getTypeName\28\29\20const +9938:SkDashImpl::flatten\28SkWriteBuffer&\29\20const +9939:SkDashImpl::asADash\28\29\20const +9940:SkCustomTypefaceBuilder::MakeFromStream\28std::__2::unique_ptr>\2c\20SkFontArguments\20const&\29 +9941:SkCornerPathEffectImpl::onFilterPath\28SkPathBuilder*\2c\20SkPath\20const&\2c\20SkStrokeRec*\2c\20SkRect\20const*\2c\20SkMatrix\20const&\29\20const +9942:SkCornerPathEffectImpl::getTypeName\28\29\20const +9943:SkCornerPathEffectImpl::getFactory\28\29\20const +9944:SkCornerPathEffectImpl::flatten\28SkWriteBuffer&\29\20const +9945:SkCornerPathEffectImpl::CreateProc\28SkReadBuffer&\29 +9946:SkCornerPathEffect::Make\28float\29 +9947:SkContourMeasureIter*\20emscripten::internal::operator_new\28SkPath\20const&\2c\20bool&&\2c\20float&&\29 +9948:SkContourMeasure::~SkContourMeasure\28\29_1915 +9949:SkContourMeasure::~SkContourMeasure\28\29 +9950:SkContourMeasure::isClosed\28\29\20const +9951:SkConicalGradient::getTypeName\28\29\20const +9952:SkConicalGradient::flatten\28SkWriteBuffer&\29\20const +9953:SkConicalGradient::asGradient\28SkShaderBase::GradientInfo*\2c\20SkMatrix*\29\20const +9954:SkConicalGradient::appendGradientStages\28SkArenaAlloc*\2c\20SkRasterPipeline*\2c\20SkRasterPipeline*\29\20const +9955:SkComposePathEffect::~SkComposePathEffect\28\29 +9956:SkComposePathEffect::onFilterPath\28SkPathBuilder*\2c\20SkPath\20const&\2c\20SkStrokeRec*\2c\20SkRect\20const*\2c\20SkMatrix\20const&\29\20const +9957:SkComposePathEffect::getTypeName\28\29\20const +9958:SkComposePathEffect::computeFastBounds\28SkRect*\29\20const +9959:SkComposeColorFilter::~SkComposeColorFilter\28\29_5368 +9960:SkComposeColorFilter::~SkComposeColorFilter\28\29 +9961:SkComposeColorFilter::onIsAlphaUnchanged\28\29\20const +9962:SkComposeColorFilter::getTypeName\28\29\20const +9963:SkComposeColorFilter::appendStages\28SkStageRec\20const&\2c\20bool\29\20const +9964:SkColorSpaceXformColorFilter::~SkColorSpaceXformColorFilter\28\29_5359 +9965:SkColorSpaceXformColorFilter::~SkColorSpaceXformColorFilter\28\29 +9966:SkColorSpaceXformColorFilter::getTypeName\28\29\20const +9967:SkColorSpaceXformColorFilter::flatten\28SkWriteBuffer&\29\20const +9968:SkColorSpaceXformColorFilter::appendStages\28SkStageRec\20const&\2c\20bool\29\20const +9969:SkColorShader::onAsLuminanceColor\28SkRGBA4f<\28SkAlphaType\293>*\29\20const +9970:SkColorShader::isOpaque\28\29\20const +9971:SkColorShader::isConstant\28SkRGBA4f<\28SkAlphaType\293>*\29\20const +9972:SkColorShader::getTypeName\28\29\20const +9973:SkColorShader::flatten\28SkWriteBuffer&\29\20const +9974:SkColorShader::appendStages\28SkStageRec\20const&\2c\20SkShaders::MatrixRec\20const&\29\20const +9975:SkColorPalette::~SkColorPalette\28\29_5592 +9976:SkColorPalette::~SkColorPalette\28\29 +9977:SkColorFilters::SRGBToLinearGamma\28\29 +9978:SkColorFilters::LinearToSRGBGamma\28\29 +9979:SkColorFilters::Lerp\28float\2c\20sk_sp\2c\20sk_sp\29 +9980:SkColorFilters::Compose\28sk_sp\20const&\2c\20sk_sp\29 +9981:SkColorFilterShader::~SkColorFilterShader\28\29_4884 +9982:SkColorFilterShader::~SkColorFilterShader\28\29 +9983:SkColorFilterShader::isOpaque\28\29\20const +9984:SkColorFilterShader::getTypeName\28\29\20const +9985:SkColorFilterShader::flatten\28SkWriteBuffer&\29\20const +9986:SkColorFilterShader::appendStages\28SkStageRec\20const&\2c\20SkShaders::MatrixRec\20const&\29\20const +9987:SkColorFilterBase::onFilterColor4f\28SkRGBA4f<\28SkAlphaType\292>\20const&\2c\20SkColorSpace*\29\20const +9988:SkCodecPriv::PremultiplyARGBasRGBA\28unsigned\20int\2c\20unsigned\20int\2c\20unsigned\20int\2c\20unsigned\20int\29 +9989:SkCodecPriv::PremultiplyARGBasBGRA\28unsigned\20int\2c\20unsigned\20int\2c\20unsigned\20int\2c\20unsigned\20int\29 +9990:SkCodecImageGenerator::~SkCodecImageGenerator\28\29_5589 +9991:SkCodecImageGenerator::~SkCodecImageGenerator\28\29 +9992:SkCodecImageGenerator::onRefEncodedData\28\29 +9993:SkCodecImageGenerator::onQueryYUVAInfo\28SkYUVAPixmapInfo::SupportedDataTypes\20const&\2c\20SkYUVAPixmapInfo*\29\20const +9994:SkCodecImageGenerator::onGetYUVAPlanes\28SkYUVAPixmaps\20const&\29 +9995:SkCodecImageGenerator::onGetPixels\28SkImageInfo\20const&\2c\20void*\2c\20unsigned\20long\2c\20SkImageGenerator::Options\20const&\29 +9996:SkCodec::onStartScanlineDecode\28SkImageInfo\20const&\2c\20SkCodec::Options\20const&\29 +9997:SkCodec::onStartIncrementalDecode\28SkImageInfo\20const&\2c\20void*\2c\20unsigned\20long\2c\20SkCodec::Options\20const&\29 +9998:SkCodec::onOutputScanline\28int\29\20const +9999:SkCodec::onGetScaledDimensions\28float\29\20const +10000:SkCodec::getEncodedData\28\29\20const +10001:SkCodec::conversionSupported\28SkImageInfo\20const&\2c\20bool\2c\20bool\29 +10002:SkCanvas::rotate\28float\2c\20float\2c\20float\29 +10003:SkCanvas::recordingContext\28\29\20const +10004:SkCanvas::recorder\28\29\20const +10005:SkCanvas::onPeekPixels\28SkPixmap*\29 +10006:SkCanvas::onNewSurface\28SkImageInfo\20const&\2c\20SkSurfaceProps\20const&\29 +10007:SkCanvas::onImageInfo\28\29\20const +10008:SkCanvas::onGetProps\28SkSurfaceProps*\2c\20bool\29\20const +10009:SkCanvas::onDrawVerticesObject\28SkVertices\20const*\2c\20SkBlendMode\2c\20SkPaint\20const&\29 +10010:SkCanvas::onDrawTextBlob\28SkTextBlob\20const*\2c\20float\2c\20float\2c\20SkPaint\20const&\29 +10011:SkCanvas::onDrawSlug\28sktext::gpu::Slug\20const*\2c\20SkPaint\20const&\29 +10012:SkCanvas::onDrawShadowRec\28SkPath\20const&\2c\20SkDrawShadowRec\20const&\29 +10013:SkCanvas::onDrawRegion\28SkRegion\20const&\2c\20SkPaint\20const&\29 +10014:SkCanvas::onDrawRect\28SkRect\20const&\2c\20SkPaint\20const&\29 +10015:SkCanvas::onDrawRRect\28SkRRect\20const&\2c\20SkPaint\20const&\29 +10016:SkCanvas::onDrawPoints\28SkCanvas::PointMode\2c\20unsigned\20long\2c\20SkPoint\20const*\2c\20SkPaint\20const&\29 +10017:SkCanvas::onDrawPicture\28SkPicture\20const*\2c\20SkMatrix\20const*\2c\20SkPaint\20const*\29 +10018:SkCanvas::onDrawPath\28SkPath\20const&\2c\20SkPaint\20const&\29 +10019:SkCanvas::onDrawPatch\28SkPoint\20const*\2c\20unsigned\20int\20const*\2c\20SkPoint\20const*\2c\20SkBlendMode\2c\20SkPaint\20const&\29 +10020:SkCanvas::onDrawPaint\28SkPaint\20const&\29 +10021:SkCanvas::onDrawOval\28SkRect\20const&\2c\20SkPaint\20const&\29 +10022:SkCanvas::onDrawMesh\28SkMesh\20const&\2c\20sk_sp\2c\20SkPaint\20const&\29 +10023:SkCanvas::onDrawImageRect2\28SkImage\20const*\2c\20SkRect\20const&\2c\20SkRect\20const&\2c\20SkSamplingOptions\20const&\2c\20SkPaint\20const*\2c\20SkCanvas::SrcRectConstraint\29 +10024:SkCanvas::onDrawImageLattice2\28SkImage\20const*\2c\20SkCanvas::Lattice\20const&\2c\20SkRect\20const&\2c\20SkFilterMode\2c\20SkPaint\20const*\29 +10025:SkCanvas::onDrawImage2\28SkImage\20const*\2c\20float\2c\20float\2c\20SkSamplingOptions\20const&\2c\20SkPaint\20const*\29 +10026:SkCanvas::onDrawGlyphRunList\28sktext::GlyphRunList\20const&\2c\20SkPaint\20const&\29 +10027:SkCanvas::onDrawEdgeAAQuad\28SkRect\20const&\2c\20SkPoint\20const*\2c\20SkCanvas::QuadAAFlags\2c\20SkRGBA4f<\28SkAlphaType\293>\20const&\2c\20SkBlendMode\29 +10028:SkCanvas::onDrawEdgeAAImageSet2\28SkCanvas::ImageSetEntry\20const*\2c\20int\2c\20SkPoint\20const*\2c\20SkMatrix\20const*\2c\20SkSamplingOptions\20const&\2c\20SkPaint\20const*\2c\20SkCanvas::SrcRectConstraint\29 +10029:SkCanvas::onDrawDrawable\28SkDrawable*\2c\20SkMatrix\20const*\29 +10030:SkCanvas::onDrawDRRect\28SkRRect\20const&\2c\20SkRRect\20const&\2c\20SkPaint\20const&\29 +10031:SkCanvas::onDrawBehind\28SkPaint\20const&\29 +10032:SkCanvas::onDrawAtlas2\28SkImage\20const*\2c\20SkRSXform\20const*\2c\20SkRect\20const*\2c\20unsigned\20int\20const*\2c\20int\2c\20SkBlendMode\2c\20SkSamplingOptions\20const&\2c\20SkRect\20const*\2c\20SkPaint\20const*\29 +10033:SkCanvas::onDrawArc\28SkRect\20const&\2c\20float\2c\20float\2c\20bool\2c\20SkPaint\20const&\29 +10034:SkCanvas::onDrawAnnotation\28SkRect\20const&\2c\20char\20const*\2c\20SkData*\29 +10035:SkCanvas::onDiscard\28\29 +10036:SkCanvas::onConvertGlyphRunListToSlug\28sktext::GlyphRunList\20const&\2c\20SkPaint\20const&\29 +10037:SkCanvas::onAccessTopLayerPixels\28SkPixmap*\29 +10038:SkCanvas::isClipRect\28\29\20const +10039:SkCanvas::isClipEmpty\28\29\20const +10040:SkCanvas::getSaveCount\28\29\20const +10041:SkCanvas::getBaseLayerSize\28\29\20const +10042:SkCanvas::drawTextBlob\28sk_sp\20const&\2c\20float\2c\20float\2c\20SkPaint\20const&\29 +10043:SkCanvas::drawPicture\28sk_sp\20const&\29 +10044:SkCanvas::drawCircle\28float\2c\20float\2c\20float\2c\20SkPaint\20const&\29 +10045:SkCanvas::baseRecorder\28\29\20const +10046:SkCanvas*\20emscripten::internal::operator_new\28float&&\2c\20float&&\29 +10047:SkCanvas*\20emscripten::internal::operator_new\28\29 +10048:SkCachedData::~SkCachedData\28\29_1643 +10049:SkCTMShader::isConstant\28SkRGBA4f<\28SkAlphaType\293>*\29\20const +10050:SkCTMShader::getTypeName\28\29\20const +10051:SkCTMShader::asGradient\28SkShaderBase::GradientInfo*\2c\20SkMatrix*\29\20const +10052:SkCTMShader::appendStages\28SkStageRec\20const&\2c\20SkShaders::MatrixRec\20const&\29\20const +10053:SkBreakIterator_client::~SkBreakIterator_client\28\29_8215 +10054:SkBreakIterator_client::~SkBreakIterator_client\28\29 +10055:SkBreakIterator_client::status\28\29 +10056:SkBreakIterator_client::setText\28char\20const*\2c\20int\29 +10057:SkBreakIterator_client::setText\28char16_t\20const*\2c\20int\29 +10058:SkBreakIterator_client::next\28\29 +10059:SkBreakIterator_client::isDone\28\29 +10060:SkBreakIterator_client::first\28\29 +10061:SkBreakIterator_client::current\28\29 +10062:SkBmpStandardCodec::~SkBmpStandardCodec\28\29_5771 +10063:SkBmpStandardCodec::~SkBmpStandardCodec\28\29 +10064:SkBmpStandardCodec::onPrepareToDecode\28SkImageInfo\20const&\2c\20SkCodec::Options\20const&\29 +10065:SkBmpStandardCodec::onInIco\28\29\20const +10066:SkBmpStandardCodec::getSampler\28bool\29 +10067:SkBmpStandardCodec::decodeRows\28SkImageInfo\20const&\2c\20void*\2c\20unsigned\20long\2c\20SkCodec::Options\20const&\29 +10068:SkBmpRLESampler::onSetSampleX\28int\29 +10069:SkBmpRLESampler::fillWidth\28\29\20const +10070:SkBmpRLECodec::~SkBmpRLECodec\28\29_5755 +10071:SkBmpRLECodec::~SkBmpRLECodec\28\29 +10072:SkBmpRLECodec::skipRows\28int\29 +10073:SkBmpRLECodec::onPrepareToDecode\28SkImageInfo\20const&\2c\20SkCodec::Options\20const&\29 +10074:SkBmpRLECodec::onGetPixels\28SkImageInfo\20const&\2c\20void*\2c\20unsigned\20long\2c\20SkCodec::Options\20const&\2c\20int*\29 +10075:SkBmpRLECodec::getSampler\28bool\29 +10076:SkBmpRLECodec::decodeRows\28SkImageInfo\20const&\2c\20void*\2c\20unsigned\20long\2c\20SkCodec::Options\20const&\29 +10077:SkBmpMaskCodec::~SkBmpMaskCodec\28\29_5740 +10078:SkBmpMaskCodec::~SkBmpMaskCodec\28\29 +10079:SkBmpMaskCodec::onPrepareToDecode\28SkImageInfo\20const&\2c\20SkCodec::Options\20const&\29 +10080:SkBmpMaskCodec::getSampler\28bool\29 +10081:SkBmpMaskCodec::decodeRows\28SkImageInfo\20const&\2c\20void*\2c\20unsigned\20long\2c\20SkCodec::Options\20const&\29 +10082:SkBmpDecoder::Decode\28std::__2::unique_ptr>\2c\20SkCodec::Result*\2c\20void*\29 +10083:SkBmpCodec::~SkBmpCodec\28\29 +10084:SkBmpCodec::skipRows\28int\29 +10085:SkBmpCodec::onSkipScanlines\28int\29 +10086:SkBmpCodec::onRewind\28\29 +10087:SkBmpCodec::onGetScanlines\28void*\2c\20int\2c\20unsigned\20long\29 +10088:SkBmpCodec::onGetScanlineOrder\28\29\20const +10089:SkBlurMaskFilterImpl::getTypeName\28\29\20const +10090:SkBlurMaskFilterImpl::flatten\28SkWriteBuffer&\29\20const +10091:SkBlurMaskFilterImpl::filterRectsToNine\28SkSpan\2c\20SkMatrix\20const&\2c\20SkIRect\20const&\2c\20std::__2::optional*\2c\20SkResourceCache*\29\20const +10092:SkBlurMaskFilterImpl::filterRRectToNine\28SkRRect\20const&\2c\20SkMatrix\20const&\2c\20SkIRect\20const&\2c\20SkResourceCache*\29\20const +10093:SkBlurMaskFilterImpl::filterMask\28SkMaskBuilder*\2c\20SkMask\20const&\2c\20SkMatrix\20const&\2c\20SkIPoint*\29\20const +10094:SkBlurMaskFilterImpl::computeFastBounds\28SkRect\20const&\2c\20SkRect*\29\20const +10095:SkBlurMaskFilterImpl::asImageFilter\28SkMatrix\20const&\2c\20SkPaint\20const&\29\20const +10096:SkBlurMaskFilterImpl::asABlur\28SkMaskFilterBase::BlurRec*\29\20const +10097:SkBlockMemoryStream::~SkBlockMemoryStream\28\29_4331 +10098:SkBlockMemoryStream::~SkBlockMemoryStream\28\29 +10099:SkBlockMemoryStream::seek\28unsigned\20long\29 +10100:SkBlockMemoryStream::rewind\28\29 +10101:SkBlockMemoryStream::read\28void*\2c\20unsigned\20long\29 +10102:SkBlockMemoryStream::peek\28void*\2c\20unsigned\20long\29\20const +10103:SkBlockMemoryStream::onFork\28\29\20const +10104:SkBlockMemoryStream::onDuplicate\28\29\20const +10105:SkBlockMemoryStream::move\28long\29 +10106:SkBlockMemoryStream::isAtEnd\28\29\20const +10107:SkBlockMemoryStream::getMemoryBase\28\29 +10108:SkBlockMemoryRefCnt::~SkBlockMemoryRefCnt\28\29_4329 +10109:SkBlockMemoryRefCnt::~SkBlockMemoryRefCnt\28\29 +10110:SkBlitter::canDirectBlit\28\29 +10111:SkBlitter::blitRect\28int\2c\20int\2c\20int\2c\20int\29 +10112:SkBlitter::blitAntiV2\28int\2c\20int\2c\20unsigned\20int\2c\20unsigned\20int\29 +10113:SkBlitter::blitAntiRect\28int\2c\20int\2c\20int\2c\20int\2c\20unsigned\20char\2c\20unsigned\20char\29 +10114:SkBlitter::blitAntiH2\28int\2c\20int\2c\20unsigned\20int\2c\20unsigned\20int\29 +10115:SkBlitter::allocBlitMemory\28unsigned\20long\29 +10116:SkBlendShader::~SkBlendShader\28\29_4868 +10117:SkBlendShader::~SkBlendShader\28\29 +10118:SkBlendShader::getTypeName\28\29\20const +10119:SkBlendShader::flatten\28SkWriteBuffer&\29\20const +10120:SkBlendShader::appendStages\28SkStageRec\20const&\2c\20SkShaders::MatrixRec\20const&\29\20const +10121:SkBlendModeColorFilter::onIsAlphaUnchanged\28\29\20const +10122:SkBlendModeColorFilter::onAsAColorMode\28unsigned\20int*\2c\20SkBlendMode*\29\20const +10123:SkBlendModeColorFilter::getTypeName\28\29\20const +10124:SkBlendModeColorFilter::flatten\28SkWriteBuffer&\29\20const +10125:SkBlendModeColorFilter::appendStages\28SkStageRec\20const&\2c\20bool\29\20const +10126:SkBlendModeBlender::onAppendStages\28SkStageRec\20const&\29\20const +10127:SkBlendModeBlender::getTypeName\28\29\20const +10128:SkBlendModeBlender::flatten\28SkWriteBuffer&\29\20const +10129:SkBlendModeBlender::asBlendMode\28\29\20const +10130:SkBitmapDevice::~SkBitmapDevice\28\29_1391 +10131:SkBitmapDevice::~SkBitmapDevice\28\29 +10132:SkBitmapDevice::snapSpecial\28SkIRect\20const&\2c\20bool\29 +10133:SkBitmapDevice::setImmutable\28\29 +10134:SkBitmapDevice::replaceClip\28SkIRect\20const&\29 +10135:SkBitmapDevice::pushClipStack\28\29 +10136:SkBitmapDevice::popClipStack\28\29 +10137:SkBitmapDevice::onWritePixels\28SkPixmap\20const&\2c\20int\2c\20int\29 +10138:SkBitmapDevice::onReadPixels\28SkPixmap\20const&\2c\20int\2c\20int\29 +10139:SkBitmapDevice::onPeekPixels\28SkPixmap*\29 +10140:SkBitmapDevice::onDrawGlyphRunList\28SkCanvas*\2c\20sktext::GlyphRunList\20const&\2c\20SkPaint\20const&\29 +10141:SkBitmapDevice::onClipShader\28sk_sp\29 +10142:SkBitmapDevice::onAccessPixels\28SkPixmap*\29 +10143:SkBitmapDevice::makeSurface\28SkImageInfo\20const&\2c\20SkSurfaceProps\20const&\29 +10144:SkBitmapDevice::isClipWideOpen\28\29\20const +10145:SkBitmapDevice::isClipRect\28\29\20const +10146:SkBitmapDevice::isClipEmpty\28\29\20const +10147:SkBitmapDevice::isClipAntiAliased\28\29\20const +10148:SkBitmapDevice::drawVertices\28SkVertices\20const*\2c\20sk_sp\2c\20SkPaint\20const&\2c\20bool\29 +10149:SkBitmapDevice::drawSpecial\28SkSpecialImage*\2c\20SkMatrix\20const&\2c\20SkSamplingOptions\20const&\2c\20SkPaint\20const&\2c\20SkCanvas::SrcRectConstraint\29 +10150:SkBitmapDevice::drawRRect\28SkRRect\20const&\2c\20SkPaint\20const&\29 +10151:SkBitmapDevice::drawPoints\28SkCanvas::PointMode\2c\20SkSpan\2c\20SkPaint\20const&\29 +10152:SkBitmapDevice::drawPath\28SkPath\20const&\2c\20SkPaint\20const&\29 +10153:SkBitmapDevice::drawPaint\28SkPaint\20const&\29 +10154:SkBitmapDevice::drawOval\28SkRect\20const&\2c\20SkPaint\20const&\29 +10155:SkBitmapDevice::drawImageRect\28SkImage\20const*\2c\20SkRect\20const*\2c\20SkRect\20const&\2c\20SkSamplingOptions\20const&\2c\20SkPaint\20const&\2c\20SkCanvas::SrcRectConstraint\29 +10156:SkBitmapDevice::drawCoverageMask\28SkSpecialImage\20const*\2c\20SkMatrix\20const&\2c\20SkSamplingOptions\20const&\2c\20SkPaint\20const&\29 +10157:SkBitmapDevice::drawBlurredRRect\28SkRRect\20const&\2c\20SkPaint\20const&\2c\20float\29 +10158:SkBitmapDevice::drawAtlas\28SkSpan\2c\20SkSpan\2c\20SkSpan\2c\20sk_sp\2c\20SkPaint\20const&\29 +10159:SkBitmapDevice::devClipBounds\28\29\20const +10160:SkBitmapDevice::createDevice\28SkDevice::CreateInfo\20const&\2c\20SkPaint\20const*\29 +10161:SkBitmapDevice::clipRegion\28SkRegion\20const&\2c\20SkClipOp\29 +10162:SkBitmapDevice::clipRect\28SkRect\20const&\2c\20SkClipOp\2c\20bool\29 +10163:SkBitmapDevice::clipRRect\28SkRRect\20const&\2c\20SkClipOp\2c\20bool\29 +10164:SkBitmapDevice::clipPath\28SkPath\20const&\2c\20SkClipOp\2c\20bool\29 +10165:SkBitmapDevice::baseRecorder\28\29\20const +10166:SkBitmapDevice::android_utils_clipAsRgn\28SkRegion*\29\20const +10167:SkBitmapDevice::SkBitmapDevice\28SkBitmap\20const&\2c\20SkSurfaceProps\20const&\2c\20void*\29 +10168:SkBitmapCache::Rec::~Rec\28\29_1323 +10169:SkBitmapCache::Rec::~Rec\28\29 +10170:SkBitmapCache::Rec::postAddInstall\28void*\29 +10171:SkBitmapCache::Rec::getCategory\28\29\20const +10172:SkBitmapCache::Rec::canBePurged\28\29 +10173:SkBitmapCache::Rec::bytesUsed\28\29\20const +10174:SkBitmapCache::Rec::ReleaseProc\28void*\2c\20void*\29 +10175:SkBitmapCache::Rec::Finder\28SkResourceCache::Rec\20const&\2c\20void*\29 +10176:SkBinaryWriteBuffer::~SkBinaryWriteBuffer\28\29_4636 +10177:SkBinaryWriteBuffer::write\28SkM44\20const&\29 +10178:SkBinaryWriteBuffer::writeTypeface\28SkTypeface*\29 +10179:SkBinaryWriteBuffer::writeString\28std::__2::basic_string_view>\29 +10180:SkBinaryWriteBuffer::writeStream\28SkStream*\2c\20unsigned\20long\29 +10181:SkBinaryWriteBuffer::writeScalar\28float\29 +10182:SkBinaryWriteBuffer::writeSampling\28SkSamplingOptions\20const&\29 +10183:SkBinaryWriteBuffer::writeRegion\28SkRegion\20const&\29 +10184:SkBinaryWriteBuffer::writeRect\28SkRect\20const&\29 +10185:SkBinaryWriteBuffer::writePoint\28SkPoint\20const&\29 +10186:SkBinaryWriteBuffer::writePointArray\28SkSpan\29 +10187:SkBinaryWriteBuffer::writePoint3\28SkPoint3\20const&\29 +10188:SkBinaryWriteBuffer::writePath\28SkPath\20const&\29 +10189:SkBinaryWriteBuffer::writePaint\28SkPaint\20const&\29 +10190:SkBinaryWriteBuffer::writePad32\28void\20const*\2c\20unsigned\20long\29 +10191:SkBinaryWriteBuffer::writeMatrix\28SkMatrix\20const&\29 +10192:SkBinaryWriteBuffer::writeImage\28SkImage\20const*\29 +10193:SkBinaryWriteBuffer::writeColor4fArray\28SkSpan\20const>\29 +10194:SkBigPicture::~SkBigPicture\28\29_1268 +10195:SkBigPicture::~SkBigPicture\28\29 +10196:SkBigPicture::playback\28SkCanvas*\2c\20SkPicture::AbortCallback*\29\20const +10197:SkBigPicture::cullRect\28\29\20const +10198:SkBigPicture::approximateOpCount\28bool\29\20const +10199:SkBigPicture::approximateBytesUsed\28\29\20const +10200:SkBidiSubsetFactory::errorName\28UErrorCode\29\20const +10201:SkBidiSubsetFactory::bidi_setPara\28UBiDi*\2c\20char16_t\20const*\2c\20int\2c\20unsigned\20char\2c\20unsigned\20char*\2c\20UErrorCode*\29\20const +10202:SkBidiSubsetFactory::bidi_reorderVisual\28unsigned\20char\20const*\2c\20int\2c\20int*\29\20const +10203:SkBidiSubsetFactory::bidi_openSized\28int\2c\20int\2c\20UErrorCode*\29\20const +10204:SkBidiSubsetFactory::bidi_getLevelAt\28UBiDi\20const*\2c\20int\29\20const +10205:SkBidiSubsetFactory::bidi_getLength\28UBiDi\20const*\29\20const +10206:SkBidiSubsetFactory::bidi_getDirection\28UBiDi\20const*\29\20const +10207:SkBidiSubsetFactory::bidi_close_callback\28\29\20const +10208:SkBezierCubic::Subdivide\28double\20const*\2c\20double\2c\20double*\29 +10209:SkBasicEdgeBuilder::addQuad\28SkPoint\20const*\29 +10210:SkBasicEdgeBuilder::addLine\28SkPoint\20const*\29 +10211:SkBasicEdgeBuilder::addCubic\28SkPoint\20const*\29 +10212:SkBaseShadowTessellator::~SkBaseShadowTessellator\28\29 +10213:SkBBoxHierarchy::insert\28SkRect\20const*\2c\20SkBBoxHierarchy::Metadata\20const*\2c\20int\29 +10214:SkArenaAlloc::SkipPod\28char*\29 +10215:SkArenaAlloc::NextBlock\28char*\29 +10216:SkAnimatedImage::~SkAnimatedImage\28\29_7566 +10217:SkAnimatedImage::~SkAnimatedImage\28\29 +10218:SkAnimatedImage::reset\28\29 +10219:SkAnimatedImage::onGetBounds\28\29 +10220:SkAnimatedImage::onDraw\28SkCanvas*\29 +10221:SkAnimatedImage::getRepetitionCount\28\29\20const +10222:SkAnimatedImage::getCurrentFrame\28\29 +10223:SkAnimatedImage::currentFrameDuration\28\29 +10224:SkAndroidCodecAdapter::onGetSupportedSubset\28SkIRect*\29\20const +10225:SkAndroidCodecAdapter::onGetSampledDimensions\28int\29\20const +10226:SkAndroidCodecAdapter::onGetAndroidPixels\28SkImageInfo\20const&\2c\20void*\2c\20unsigned\20long\2c\20SkAndroidCodec::AndroidOptions\20const&\29 +10227:SkAnalyticEdgeBuilder::allocEdges\28unsigned\20long\2c\20unsigned\20long*\29 +10228:SkAnalyticEdgeBuilder::addQuad\28SkPoint\20const*\29 +10229:SkAnalyticEdgeBuilder::addPolyLine\28SkPoint\20const*\2c\20char*\2c\20char**\29 +10230:SkAnalyticEdgeBuilder::addLine\28SkPoint\20const*\29 +10231:SkAnalyticEdgeBuilder::addCubic\28SkPoint\20const*\29 +10232:SkAAClipBlitter::~SkAAClipBlitter\28\29_1222 +10233:SkAAClipBlitter::blitV\28int\2c\20int\2c\20int\2c\20unsigned\20char\29 +10234:SkAAClipBlitter::blitRect\28int\2c\20int\2c\20int\2c\20int\29 +10235:SkAAClipBlitter::blitMask\28SkMask\20const&\2c\20SkIRect\20const&\29 +10236:SkAAClipBlitter::blitH\28int\2c\20int\2c\20int\29 +10237:SkAAClipBlitter::blitAntiH\28int\2c\20int\2c\20unsigned\20char\20const*\2c\20short\20const*\29 +10238:SkAAClip::Builder::operateY\28SkAAClip\20const&\2c\20SkAAClip\20const&\2c\20SkClipOp\29::$_1::__invoke\28unsigned\20int\2c\20unsigned\20int\29 +10239:SkAAClip::Builder::operateY\28SkAAClip\20const&\2c\20SkAAClip\20const&\2c\20SkClipOp\29::$_0::__invoke\28unsigned\20int\2c\20unsigned\20int\29 +10240:SkAAClip::Builder::Blitter::blitV\28int\2c\20int\2c\20int\2c\20unsigned\20char\29 +10241:SkAAClip::Builder::Blitter::blitRect\28int\2c\20int\2c\20int\2c\20int\29 +10242:SkAAClip::Builder::Blitter::blitMask\28SkMask\20const&\2c\20SkIRect\20const&\29 +10243:SkAAClip::Builder::Blitter::blitH\28int\2c\20int\2c\20int\29 +10244:SkAAClip::Builder::Blitter::blitAntiRect\28int\2c\20int\2c\20int\2c\20int\2c\20unsigned\20char\2c\20unsigned\20char\29 +10245:SkA8_Coverage_Blitter::~SkA8_Coverage_Blitter\28\29_1492 +10246:SkA8_Coverage_Blitter::~SkA8_Coverage_Blitter\28\29 +10247:SkA8_Coverage_Blitter::blitV\28int\2c\20int\2c\20int\2c\20unsigned\20char\29 +10248:SkA8_Coverage_Blitter::blitRect\28int\2c\20int\2c\20int\2c\20int\29 +10249:SkA8_Coverage_Blitter::blitMask\28SkMask\20const&\2c\20SkIRect\20const&\29 +10250:SkA8_Coverage_Blitter::blitH\28int\2c\20int\2c\20int\29 +10251:SkA8_Coverage_Blitter::blitAntiH\28int\2c\20int\2c\20unsigned\20char\20const*\2c\20short\20const*\29 +10252:SkA8_Blitter::~SkA8_Blitter\28\29_1494 +10253:SkA8_Blitter::~SkA8_Blitter\28\29 +10254:SkA8_Blitter::blitV\28int\2c\20int\2c\20int\2c\20unsigned\20char\29 +10255:SkA8_Blitter::blitRect\28int\2c\20int\2c\20int\2c\20int\29 +10256:SkA8_Blitter::blitMask\28SkMask\20const&\2c\20SkIRect\20const&\29 +10257:SkA8_Blitter::blitH\28int\2c\20int\2c\20int\29 +10258:SkA8_Blitter::blitAntiH\28int\2c\20int\2c\20unsigned\20char\20const*\2c\20short\20const*\29 +10259:SkA8Blitter_Choose\28SkPixmap\20const&\2c\20SkMatrix\20const&\2c\20SkPaint\20const&\2c\20SkArenaAlloc*\2c\20SkDrawCoverage\2c\20sk_sp\2c\20SkSurfaceProps\20const&\2c\20SkRect\20const&\29 +10260:Sk2DPathEffect::nextSpan\28int\2c\20int\2c\20int\2c\20SkPathBuilder*\29\20const +10261:Sk2DPathEffect::flatten\28SkWriteBuffer&\29\20const +10262:SimpleVFilter16i_C +10263:SimpleVFilter16_C +10264:SimpleTextStyle*\20emscripten::internal::raw_constructor\28\29 +10265:SimpleTextStyle*\20emscripten::internal::MemberAccess::getWire\28SimpleTextStyle\20SimpleParagraphStyle::*\20const&\2c\20SimpleParagraphStyle&\29 +10266:SimpleStrutStyle*\20emscripten::internal::raw_constructor\28\29 +10267:SimpleStrutStyle*\20emscripten::internal::MemberAccess::getWire\28SimpleStrutStyle\20SimpleParagraphStyle::*\20const&\2c\20SimpleParagraphStyle&\29 +10268:SimpleParagraphStyle*\20emscripten::internal::raw_constructor\28\29 +10269:SimpleHFilter16i_C +10270:SimpleHFilter16_C +10271:SimpleFontStyle*\20emscripten::internal::raw_constructor\28\29 +10272:ShaderPDXferProcessor::onAddToKey\28GrShaderCaps\20const&\2c\20skgpu::KeyBuilder*\29\20const +10273:ShaderPDXferProcessor::name\28\29\20const +10274:ShaderPDXferProcessor::makeProgramImpl\28\29\20const +10275:SafeRLEAdditiveBlitter::blitAntiH\28int\2c\20int\2c\20unsigned\20char\29 +10276:SafeRLEAdditiveBlitter::blitAntiH\28int\2c\20int\2c\20unsigned\20char\20const*\2c\20int\29 +10277:SafeRLEAdditiveBlitter::blitAntiH\28int\2c\20int\2c\20int\2c\20unsigned\20char\29 +10278:RuntimeEffectUniform*\20emscripten::internal::raw_constructor\28\29 +10279:RuntimeEffectRPCallbacks::toLinearSrgb\28void\20const*\29 +10280:RuntimeEffectRPCallbacks::fromLinearSrgb\28void\20const*\29 +10281:RuntimeEffectRPCallbacks::appendShader\28int\29 +10282:RuntimeEffectRPCallbacks::appendColorFilter\28int\29 +10283:RuntimeEffectRPCallbacks::appendBlender\28int\29 +10284:RunBasedAdditiveBlitter::~RunBasedAdditiveBlitter\28\29 +10285:RunBasedAdditiveBlitter::getRealBlitter\28bool\29 +10286:RunBasedAdditiveBlitter::flush_if_y_changed\28int\2c\20int\29 +10287:RunBasedAdditiveBlitter::blitAntiH\28int\2c\20int\2c\20unsigned\20char\29 +10288:RunBasedAdditiveBlitter::blitAntiH\28int\2c\20int\2c\20unsigned\20char\20const*\2c\20int\29 +10289:RunBasedAdditiveBlitter::blitAntiH\28int\2c\20int\2c\20int\2c\20unsigned\20char\29 +10290:Round_Up_To_Grid +10291:Round_To_Half_Grid +10292:Round_To_Grid +10293:Round_To_Double_Grid +10294:Round_Super_45 +10295:Round_Super +10296:Round_None +10297:Round_Down_To_Grid +10298:RoundJoiner\28SkPathBuilder*\2c\20SkPathBuilder*\2c\20SkPoint\20const&\2c\20SkPoint\20const&\2c\20SkPoint\20const&\2c\20float\2c\20float\2c\20bool\2c\20bool\29 +10299:RoundCapper\28SkPathBuilder*\2c\20SkPoint\20const&\2c\20SkPoint\20const&\2c\20SkPoint\20const&\2c\20bool\29 +10300:Reset +10301:Read_CVT_Stretched +10302:Read_CVT +10303:RD4_C +10304:Project +10305:ProcessRows +10306:PredictorAdd9_C +10307:PredictorAdd8_C +10308:PredictorAdd7_C +10309:PredictorAdd6_C +10310:PredictorAdd5_C +10311:PredictorAdd4_C +10312:PredictorAdd3_C +10313:PredictorAdd2_C +10314:PredictorAdd1_C +10315:PredictorAdd13_C +10316:PredictorAdd12_C +10317:PredictorAdd11_C +10318:PredictorAdd10_C +10319:PredictorAdd0_C +10320:PrePostInverseBlitterProc\28SkBlitter*\2c\20int\2c\20bool\29 +10321:PorterDuffXferProcessor::onHasSecondaryOutput\28\29\20const +10322:PorterDuffXferProcessor::onGetBlendInfo\28skgpu::BlendInfo*\29\20const +10323:PorterDuffXferProcessor::onAddToKey\28GrShaderCaps\20const&\2c\20skgpu::KeyBuilder*\29\20const +10324:PorterDuffXferProcessor::name\28\29\20const +10325:PorterDuffXferProcessor::makeProgramImpl\28\29\20const::Impl::emitOutputsForBlendState\28GrXferProcessor::ProgramImpl::EmitArgs\20const&\29 +10326:PorterDuffXferProcessor::makeProgramImpl\28\29\20const +10327:ParseVP8X +10328:PackRGB_C +10329:PDLCDXferProcessor::onIsEqual\28GrXferProcessor\20const&\29\20const +10330:PDLCDXferProcessor::onGetBlendInfo\28skgpu::BlendInfo*\29\20const +10331:PDLCDXferProcessor::name\28\29\20const +10332:PDLCDXferProcessor::makeProgramImpl\28\29\20const::Impl::onSetData\28GrGLSLProgramDataManager\20const&\2c\20GrXferProcessor\20const&\29 +10333:PDLCDXferProcessor::makeProgramImpl\28\29\20const::Impl::emitOutputsForBlendState\28GrXferProcessor::ProgramImpl::EmitArgs\20const&\29 +10334:PDLCDXferProcessor::makeProgramImpl\28\29\20const +10335:OT::match_glyph\28hb_glyph_info_t&\2c\20unsigned\20int\2c\20void\20const*\29 +10336:OT::match_coverage\28hb_glyph_info_t&\2c\20unsigned\20int\2c\20void\20const*\29 +10337:OT::match_class_cached\28hb_glyph_info_t&\2c\20unsigned\20int\2c\20void\20const*\29 +10338:OT::match_class_cached2\28hb_glyph_info_t&\2c\20unsigned\20int\2c\20void\20const*\29 +10339:OT::match_class_cached1\28hb_glyph_info_t&\2c\20unsigned\20int\2c\20void\20const*\29 +10340:OT::match_class\28hb_glyph_info_t&\2c\20unsigned\20int\2c\20void\20const*\29 +10341:OT::hb_ot_apply_context_t::return_t\20OT::Layout::GSUB_impl::SubstLookup::dispatch_recurse_func\28OT::hb_ot_apply_context_t*\2c\20unsigned\20int\29 +10342:OT::hb_ot_apply_context_t::return_t\20OT::Layout::GPOS_impl::PosLookup::dispatch_recurse_func\28OT::hb_ot_apply_context_t*\2c\20unsigned\20int\29 +10343:OT::cff1::accelerator_t::gname_t::cmp\28void\20const*\2c\20void\20const*\29 +10344:OT::Layout::Common::RangeRecord::cmp_range\28void\20const*\2c\20void\20const*\29 +10345:OT::ColorLine::static_get_color_stops\28hb_color_line_t*\2c\20void*\2c\20unsigned\20int\2c\20unsigned\20int*\2c\20hb_color_stop_t*\2c\20void*\29 +10346:OT::ColorLine::static_get_color_stops\28hb_color_line_t*\2c\20void*\2c\20unsigned\20int\2c\20unsigned\20int*\2c\20hb_color_stop_t*\2c\20void*\29 +10347:OT::CmapSubtableFormat4::accelerator_t::get_glyph_func\28void\20const*\2c\20unsigned\20int\2c\20unsigned\20int*\29 +10348:Move_CVT_Stretched +10349:Move_CVT +10350:MiterJoiner\28SkPathBuilder*\2c\20SkPathBuilder*\2c\20SkPoint\20const&\2c\20SkPoint\20const&\2c\20SkPoint\20const&\2c\20float\2c\20float\2c\20bool\2c\20bool\29 +10351:MaskAdditiveBlitter::~MaskAdditiveBlitter\28\29_4159 +10352:MaskAdditiveBlitter::~MaskAdditiveBlitter\28\29 +10353:MaskAdditiveBlitter::getWidth\28\29 +10354:MaskAdditiveBlitter::getRealBlitter\28bool\29 +10355:MaskAdditiveBlitter::blitV\28int\2c\20int\2c\20int\2c\20unsigned\20char\29 +10356:MaskAdditiveBlitter::blitRect\28int\2c\20int\2c\20int\2c\20int\29 +10357:MaskAdditiveBlitter::blitAntiRect\28int\2c\20int\2c\20int\2c\20int\2c\20unsigned\20char\2c\20unsigned\20char\29 +10358:MaskAdditiveBlitter::blitAntiH\28int\2c\20int\2c\20unsigned\20char\29 +10359:MaskAdditiveBlitter::blitAntiH\28int\2c\20int\2c\20unsigned\20char\20const*\2c\20int\29 +10360:MaskAdditiveBlitter::blitAntiH\28int\2c\20int\2c\20int\2c\20unsigned\20char\29 +10361:MapAlpha_C +10362:MapARGB_C +10363:MakeRenderTarget\28sk_sp\2c\20int\2c\20int\29 +10364:MakeRenderTarget\28sk_sp\2c\20SimpleImageInfo\29 +10365:MakePathFromVerbsPointsWeights\28unsigned\20long\2c\20int\2c\20unsigned\20long\2c\20int\2c\20unsigned\20long\2c\20int\29 +10366:MakePathFromSVGString\28std::__2::basic_string\2c\20std::__2::allocator>\29 +10367:MakePathFromOp\28SkPath\20const&\2c\20SkPath\20const&\2c\20SkPathOp\29 +10368:MakePathFromInterpolation\28SkPath\20const&\2c\20SkPath\20const&\2c\20float\29 +10369:MakePathFromCmds\28unsigned\20long\2c\20int\29 +10370:MakeOnScreenGLSurface\28sk_sp\2c\20int\2c\20int\2c\20sk_sp\29 +10371:MakeImageFromGenerator\28SimpleImageInfo\2c\20emscripten::val\29 +10372:MakeGrContext\28\29 +10373:MakeAsWinding\28SkPath\20const&\29 +10374:LD4_C +10375:JpegDecoderMgr::init\28\29 +10376:JpegDecoderMgr::SourceMgr::SkipInputData\28jpeg_decompress_struct*\2c\20long\29 +10377:JpegDecoderMgr::SourceMgr::InitSource\28jpeg_decompress_struct*\29 +10378:JpegDecoderMgr::SourceMgr::FillInputBuffer\28jpeg_decompress_struct*\29 +10379:JpegDecoderMgr::JpegDecoderMgr\28SkStream*\29 +10380:IsValidSimpleFormat +10381:IsValidExtendedFormat +10382:InverseBlitter::blitH\28int\2c\20int\2c\20int\29 +10383:Init +10384:HorizontalUnfilter_C +10385:HorizontalFilter_C +10386:Horish_SkAntiHairBlitter::drawLine\28int\2c\20int\2c\20int\2c\20int\29 +10387:Horish_SkAntiHairBlitter::drawCap\28int\2c\20int\2c\20int\2c\20int\29 +10388:HasAlpha8b_C +10389:HasAlpha32b_C +10390:HU4_C +10391:HLine_SkAntiHairBlitter::drawLine\28int\2c\20int\2c\20int\2c\20int\29 +10392:HLine_SkAntiHairBlitter::drawCap\28int\2c\20int\2c\20int\2c\20int\29 +10393:HFilter8i_C +10394:HFilter8_C +10395:HFilter16i_C +10396:HFilter16_C +10397:HE8uv_C +10398:HE4_C +10399:HE16_C +10400:HD4_C +10401:GradientUnfilter_C +10402:GradientFilter_C +10403:GrYUVtoRGBEffect::onMakeProgramImpl\28\29\20const::Impl::onSetData\28GrGLSLProgramDataManager\20const&\2c\20GrFragmentProcessor\20const&\29 +10404:GrYUVtoRGBEffect::onMakeProgramImpl\28\29\20const::Impl::emitCode\28GrFragmentProcessor::ProgramImpl::EmitArgs&\29 +10405:GrYUVtoRGBEffect::onMakeProgramImpl\28\29\20const +10406:GrYUVtoRGBEffect::onIsEqual\28GrFragmentProcessor\20const&\29\20const +10407:GrYUVtoRGBEffect::onAddToKey\28GrShaderCaps\20const&\2c\20skgpu::KeyBuilder*\29\20const +10408:GrYUVtoRGBEffect::name\28\29\20const +10409:GrYUVtoRGBEffect::clone\28\29\20const +10410:GrXferProcessor::ProgramImpl::emitWriteSwizzle\28GrGLSLXPFragmentBuilder*\2c\20skgpu::Swizzle\20const&\2c\20char\20const*\2c\20char\20const*\29\20const +10411:GrXferProcessor::ProgramImpl::emitOutputsForBlendState\28GrXferProcessor::ProgramImpl::EmitArgs\20const&\29 +10412:GrXferProcessor::ProgramImpl::emitBlendCodeForDstRead\28GrGLSLXPFragmentBuilder*\2c\20GrGLSLUniformHandler*\2c\20char\20const*\2c\20char\20const*\2c\20char\20const*\2c\20char\20const*\2c\20char\20const*\2c\20GrXferProcessor\20const&\29 +10413:GrWritePixelsTask::~GrWritePixelsTask\28\29_10090 +10414:GrWritePixelsTask::onMakeClosed\28GrRecordingContext*\2c\20SkIRect*\29 +10415:GrWritePixelsTask::onExecute\28GrOpFlushState*\29 +10416:GrWritePixelsTask::gatherProxyIntervals\28GrResourceAllocator*\29\20const +10417:GrWaitRenderTask::~GrWaitRenderTask\28\29_10080 +10418:GrWaitRenderTask::onIsUsed\28GrSurfaceProxy*\29\20const +10419:GrWaitRenderTask::onExecute\28GrOpFlushState*\29 +10420:GrWaitRenderTask::gatherProxyIntervals\28GrResourceAllocator*\29\20const +10421:GrTriangulator::~GrTriangulator\28\29 +10422:GrTransferFromRenderTask::~GrTransferFromRenderTask\28\29_10070 +10423:GrTransferFromRenderTask::onExecute\28GrOpFlushState*\29 +10424:GrTransferFromRenderTask::gatherProxyIntervals\28GrResourceAllocator*\29\20const +10425:GrThreadSafeCache::Trampoline::~Trampoline\28\29_10056 +10426:GrThreadSafeCache::Trampoline::~Trampoline\28\29 +10427:GrTextureResolveRenderTask::~GrTextureResolveRenderTask\28\29_10023 +10428:GrTextureResolveRenderTask::onExecute\28GrOpFlushState*\29 +10429:GrTextureResolveRenderTask::gatherProxyIntervals\28GrResourceAllocator*\29\20const +10430:GrTextureRenderTargetProxy::~GrTextureRenderTargetProxy\28\29_10013 +10431:GrTextureRenderTargetProxy::~GrTextureRenderTargetProxy\28\29 +10432:GrTextureRenderTargetProxy::onUninstantiatedGpuMemorySize\28\29\20const +10433:GrTextureRenderTargetProxy::instantiate\28GrResourceProvider*\29 +10434:GrTextureRenderTargetProxy::createSurface\28GrResourceProvider*\29\20const +10435:GrTextureProxy::~GrTextureProxy\28\29_9967 +10436:GrTextureProxy::~GrTextureProxy\28\29_9965 +10437:GrTextureProxy::onUninstantiatedGpuMemorySize\28\29\20const +10438:GrTextureProxy::instantiate\28GrResourceProvider*\29 +10439:GrTextureProxy::createSurface\28GrResourceProvider*\29\20const +10440:GrTextureProxy::callbackDesc\28\29\20const +10441:GrTextureEffect::~GrTextureEffect\28\29_10572 +10442:GrTextureEffect::~GrTextureEffect\28\29 +10443:GrTextureEffect::onMakeProgramImpl\28\29\20const +10444:GrTextureEffect::onIsEqual\28GrFragmentProcessor\20const&\29\20const +10445:GrTextureEffect::onAddToKey\28GrShaderCaps\20const&\2c\20skgpu::KeyBuilder*\29\20const +10446:GrTextureEffect::name\28\29\20const +10447:GrTextureEffect::clone\28\29\20const +10448:GrTextureEffect::Impl::onSetData\28GrGLSLProgramDataManager\20const&\2c\20GrFragmentProcessor\20const&\29 +10449:GrTextureEffect::Impl::emitCode\28GrFragmentProcessor::ProgramImpl::EmitArgs&\29 +10450:GrTexture::onGpuMemorySize\28\29\20const +10451:GrTDeferredProxyUploader>::~GrTDeferredProxyUploader\28\29_8731 +10452:GrTDeferredProxyUploader>::freeData\28\29 +10453:GrTDeferredProxyUploader<\28anonymous\20namespace\29::SoftwarePathData>::~GrTDeferredProxyUploader\28\29_11759 +10454:GrTDeferredProxyUploader<\28anonymous\20namespace\29::SoftwarePathData>::~GrTDeferredProxyUploader\28\29 +10455:GrTDeferredProxyUploader<\28anonymous\20namespace\29::SoftwarePathData>::freeData\28\29 +10456:GrSurfaceProxy::getUniqueKey\28\29\20const +10457:GrSurface::~GrSurface\28\29 +10458:GrSurface::getResourceType\28\29\20const +10459:GrStrokeTessellationShader::~GrStrokeTessellationShader\28\29_11939 +10460:GrStrokeTessellationShader::~GrStrokeTessellationShader\28\29 +10461:GrStrokeTessellationShader::name\28\29\20const +10462:GrStrokeTessellationShader::makeProgramImpl\28GrShaderCaps\20const&\29\20const +10463:GrStrokeTessellationShader::addToKey\28GrShaderCaps\20const&\2c\20skgpu::KeyBuilder*\29\20const +10464:GrStrokeTessellationShader::Impl::~Impl\28\29_11942 +10465:GrStrokeTessellationShader::Impl::~Impl\28\29 +10466:GrStrokeTessellationShader::Impl::setData\28GrGLSLProgramDataManager\20const&\2c\20GrShaderCaps\20const&\2c\20GrGeometryProcessor\20const&\29 +10467:GrStrokeTessellationShader::Impl::onEmitCode\28GrGeometryProcessor::ProgramImpl::EmitArgs&\2c\20GrGeometryProcessor::ProgramImpl::GrGPArgs*\29 +10468:GrSkSLFP::~GrSkSLFP\28\29_10528 +10469:GrSkSLFP::~GrSkSLFP\28\29 +10470:GrSkSLFP::onMakeProgramImpl\28\29\20const +10471:GrSkSLFP::onIsEqual\28GrFragmentProcessor\20const&\29\20const +10472:GrSkSLFP::onAddToKey\28GrShaderCaps\20const&\2c\20skgpu::KeyBuilder*\29\20const +10473:GrSkSLFP::constantOutputForConstantInput\28SkRGBA4f<\28SkAlphaType\292>\20const&\29\20const +10474:GrSkSLFP::clone\28\29\20const +10475:GrSkSLFP::Impl::~Impl\28\29_10537 +10476:GrSkSLFP::Impl::~Impl\28\29 +10477:GrSkSLFP::Impl::onSetData\28GrGLSLProgramDataManager\20const&\2c\20GrFragmentProcessor\20const&\29 +10478:GrSkSLFP::Impl::emitCode\28GrFragmentProcessor::ProgramImpl::EmitArgs&\29::FPCallbacks::toLinearSrgb\28std::__2::basic_string\2c\20std::__2::allocator>\29 +10479:GrSkSLFP::Impl::emitCode\28GrFragmentProcessor::ProgramImpl::EmitArgs&\29::FPCallbacks::sampleShader\28int\2c\20std::__2::basic_string\2c\20std::__2::allocator>\29 +10480:GrSkSLFP::Impl::emitCode\28GrFragmentProcessor::ProgramImpl::EmitArgs&\29::FPCallbacks::sampleColorFilter\28int\2c\20std::__2::basic_string\2c\20std::__2::allocator>\29 +10481:GrSkSLFP::Impl::emitCode\28GrFragmentProcessor::ProgramImpl::EmitArgs&\29::FPCallbacks::sampleBlender\28int\2c\20std::__2::basic_string\2c\20std::__2::allocator>\2c\20std::__2::basic_string\2c\20std::__2::allocator>\29 +10482:GrSkSLFP::Impl::emitCode\28GrFragmentProcessor::ProgramImpl::EmitArgs&\29::FPCallbacks::getMangledName\28char\20const*\29 +10483:GrSkSLFP::Impl::emitCode\28GrFragmentProcessor::ProgramImpl::EmitArgs&\29::FPCallbacks::fromLinearSrgb\28std::__2::basic_string\2c\20std::__2::allocator>\29 +10484:GrSkSLFP::Impl::emitCode\28GrFragmentProcessor::ProgramImpl::EmitArgs&\29::FPCallbacks::defineFunction\28char\20const*\2c\20char\20const*\2c\20bool\29 +10485:GrSkSLFP::Impl::emitCode\28GrFragmentProcessor::ProgramImpl::EmitArgs&\29::FPCallbacks::declareUniform\28SkSL::VarDeclaration\20const*\29 +10486:GrSkSLFP::Impl::emitCode\28GrFragmentProcessor::ProgramImpl::EmitArgs&\29::FPCallbacks::declareFunction\28char\20const*\29 +10487:GrSkSLFP::Impl::emitCode\28GrFragmentProcessor::ProgramImpl::EmitArgs&\29 +10488:GrSimpleMesh*\20SkArenaAlloc::allocUninitializedArray\28unsigned\20long\29::'lambda'\28char*\29::__invoke\28char*\29 +10489:GrRingBuffer::FinishSubmit\28void*\29 +10490:GrResourceCache::CompareTimestamp\28GrGpuResource*\20const&\2c\20GrGpuResource*\20const&\29 +10491:GrRenderTask::~GrRenderTask\28\29 +10492:GrRenderTask::disown\28GrDrawingManager*\29 +10493:GrRenderTargetProxy::~GrRenderTargetProxy\28\29_9735 +10494:GrRenderTargetProxy::~GrRenderTargetProxy\28\29 +10495:GrRenderTargetProxy::onUninstantiatedGpuMemorySize\28\29\20const +10496:GrRenderTargetProxy::instantiate\28GrResourceProvider*\29 +10497:GrRenderTargetProxy::createSurface\28GrResourceProvider*\29\20const +10498:GrRenderTargetProxy::callbackDesc\28\29\20const +10499:GrRecordingContext::~GrRecordingContext\28\29_9671 +10500:GrRecordingContext::abandoned\28\29 +10501:GrRRectShadowGeoProc::~GrRRectShadowGeoProc\28\29_10511 +10502:GrRRectShadowGeoProc::~GrRRectShadowGeoProc\28\29 +10503:GrRRectShadowGeoProc::onTextureSampler\28int\29\20const +10504:GrRRectShadowGeoProc::name\28\29\20const +10505:GrRRectShadowGeoProc::makeProgramImpl\28GrShaderCaps\20const&\29\20const +10506:GrRRectShadowGeoProc::Impl::onEmitCode\28GrGeometryProcessor::ProgramImpl::EmitArgs&\2c\20GrGeometryProcessor::ProgramImpl::GrGPArgs*\29 +10507:GrQuadEffect::name\28\29\20const +10508:GrQuadEffect::makeProgramImpl\28GrShaderCaps\20const&\29\20const +10509:GrQuadEffect::addToKey\28GrShaderCaps\20const&\2c\20skgpu::KeyBuilder*\29\20const +10510:GrQuadEffect::Impl::setData\28GrGLSLProgramDataManager\20const&\2c\20GrShaderCaps\20const&\2c\20GrGeometryProcessor\20const&\29 +10511:GrQuadEffect::Impl::onEmitCode\28GrGeometryProcessor::ProgramImpl::EmitArgs&\2c\20GrGeometryProcessor::ProgramImpl::GrGPArgs*\29 +10512:GrPorterDuffXPFactory::makeXferProcessor\28GrProcessorAnalysisColor\20const&\2c\20GrProcessorAnalysisCoverage\2c\20GrCaps\20const&\2c\20GrClampType\29\20const +10513:GrPorterDuffXPFactory::analysisProperties\28GrProcessorAnalysisColor\20const&\2c\20GrProcessorAnalysisCoverage\20const&\2c\20GrCaps\20const&\2c\20GrClampType\29\20const +10514:GrPerlinNoise2Effect::~GrPerlinNoise2Effect\28\29_10448 +10515:GrPerlinNoise2Effect::~GrPerlinNoise2Effect\28\29 +10516:GrPerlinNoise2Effect::onMakeProgramImpl\28\29\20const +10517:GrPerlinNoise2Effect::onIsEqual\28GrFragmentProcessor\20const&\29\20const +10518:GrPerlinNoise2Effect::onAddToKey\28GrShaderCaps\20const&\2c\20skgpu::KeyBuilder*\29\20const +10519:GrPerlinNoise2Effect::name\28\29\20const +10520:GrPerlinNoise2Effect::clone\28\29\20const +10521:GrPerlinNoise2Effect::Impl::onSetData\28GrGLSLProgramDataManager\20const&\2c\20GrFragmentProcessor\20const&\29 +10522:GrPerlinNoise2Effect::Impl::emitCode\28GrFragmentProcessor::ProgramImpl::EmitArgs&\29 +10523:GrPathTessellationShader::Impl::~Impl\28\29 +10524:GrPathTessellationShader::Impl::setData\28GrGLSLProgramDataManager\20const&\2c\20GrShaderCaps\20const&\2c\20GrGeometryProcessor\20const&\29 +10525:GrPathTessellationShader::Impl::onEmitCode\28GrGeometryProcessor::ProgramImpl::EmitArgs&\2c\20GrGeometryProcessor::ProgramImpl::GrGPArgs*\29 +10526:GrOpsRenderPass::~GrOpsRenderPass\28\29 +10527:GrOpsRenderPass::onExecuteDrawable\28std::__2::unique_ptr>\29 +10528:GrOpsRenderPass::onDrawIndirect\28GrBuffer\20const*\2c\20unsigned\20long\2c\20int\29 +10529:GrOpsRenderPass::onDrawIndexedIndirect\28GrBuffer\20const*\2c\20unsigned\20long\2c\20int\29 +10530:GrOpFlushState::~GrOpFlushState\28\29_9526 +10531:GrOpFlushState::~GrOpFlushState\28\29 +10532:GrOpFlushState::writeView\28\29\20const +10533:GrOpFlushState::usesMSAASurface\28\29\20const +10534:GrOpFlushState::tokenTracker\28\29 +10535:GrOpFlushState::threadSafeCache\28\29\20const +10536:GrOpFlushState::strikeCache\28\29\20const +10537:GrOpFlushState::smallPathAtlasManager\28\29\20const +10538:GrOpFlushState::sampledProxyArray\28\29 +10539:GrOpFlushState::rtProxy\28\29\20const +10540:GrOpFlushState::resourceProvider\28\29\20const +10541:GrOpFlushState::renderPassBarriers\28\29\20const +10542:GrOpFlushState::recordDraw\28GrGeometryProcessor\20const*\2c\20GrSimpleMesh\20const*\2c\20int\2c\20GrSurfaceProxy\20const*\20const*\2c\20GrPrimitiveType\29 +10543:GrOpFlushState::putBackVertices\28int\2c\20unsigned\20long\29 +10544:GrOpFlushState::putBackIndirectDraws\28int\29 +10545:GrOpFlushState::putBackIndices\28int\29 +10546:GrOpFlushState::putBackIndexedIndirectDraws\28int\29 +10547:GrOpFlushState::makeVertexSpace\28unsigned\20long\2c\20int\2c\20sk_sp*\2c\20int*\29 +10548:GrOpFlushState::makeVertexSpaceAtLeast\28unsigned\20long\2c\20int\2c\20int\2c\20sk_sp*\2c\20int*\2c\20int*\29 +10549:GrOpFlushState::makeIndexSpace\28int\2c\20sk_sp*\2c\20int*\29 +10550:GrOpFlushState::makeIndexSpaceAtLeast\28int\2c\20int\2c\20sk_sp*\2c\20int*\2c\20int*\29 +10551:GrOpFlushState::makeDrawIndirectSpace\28int\2c\20sk_sp*\2c\20unsigned\20long*\29 +10552:GrOpFlushState::makeDrawIndexedIndirectSpace\28int\2c\20sk_sp*\2c\20unsigned\20long*\29 +10553:GrOpFlushState::dstProxyView\28\29\20const +10554:GrOpFlushState::colorLoadOp\28\29\20const +10555:GrOpFlushState::atlasManager\28\29\20const +10556:GrOpFlushState::appliedClip\28\29\20const +10557:GrOpFlushState::addInlineUpload\28std::__2::function&\29>&&\29 +10558:GrOp::~GrOp\28\29 +10559:GrOnFlushCallbackObject::postFlush\28skgpu::Token\29 +10560:GrModulateAtlasCoverageEffect::onMakeProgramImpl\28\29\20const::Impl::onSetData\28GrGLSLProgramDataManager\20const&\2c\20GrFragmentProcessor\20const&\29 +10561:GrModulateAtlasCoverageEffect::onMakeProgramImpl\28\29\20const::Impl::emitCode\28GrFragmentProcessor::ProgramImpl::EmitArgs&\29 +10562:GrModulateAtlasCoverageEffect::onMakeProgramImpl\28\29\20const +10563:GrModulateAtlasCoverageEffect::onIsEqual\28GrFragmentProcessor\20const&\29\20const +10564:GrModulateAtlasCoverageEffect::onAddToKey\28GrShaderCaps\20const&\2c\20skgpu::KeyBuilder*\29\20const +10565:GrModulateAtlasCoverageEffect::name\28\29\20const +10566:GrModulateAtlasCoverageEffect::clone\28\29\20const +10567:GrMeshDrawOp::onPrepare\28GrOpFlushState*\29 +10568:GrMeshDrawOp::onPrePrepare\28GrRecordingContext*\2c\20GrSurfaceProxyView\20const&\2c\20GrAppliedClip*\2c\20GrDstProxyView\20const&\2c\20GrXferBarrierFlags\2c\20GrLoadOp\29 +10569:GrMatrixEffect::onMakeProgramImpl\28\29\20const::Impl::onSetData\28GrGLSLProgramDataManager\20const&\2c\20GrFragmentProcessor\20const&\29 +10570:GrMatrixEffect::onMakeProgramImpl\28\29\20const::Impl::emitCode\28GrFragmentProcessor::ProgramImpl::EmitArgs&\29 +10571:GrMatrixEffect::onMakeProgramImpl\28\29\20const +10572:GrMatrixEffect::onIsEqual\28GrFragmentProcessor\20const&\29\20const +10573:GrMatrixEffect::name\28\29\20const +10574:GrMatrixEffect::clone\28\29\20const +10575:GrMakeUniqueKeyInvalidationListener\28skgpu::UniqueKey*\2c\20unsigned\20int\29::Listener::~Listener\28\29_10135 +10576:GrMakeUniqueKeyInvalidationListener\28skgpu::UniqueKey*\2c\20unsigned\20int\29::Listener::~Listener\28\29 +10577:GrMakeUniqueKeyInvalidationListener\28skgpu::UniqueKey*\2c\20unsigned\20int\29::$_0::__invoke\28void\20const*\2c\20void*\29 +10578:GrImageContext::~GrImageContext\28\29_9460 +10579:GrImageContext::~GrImageContext\28\29 +10580:GrHardClip::apply\28GrRecordingContext*\2c\20skgpu::ganesh::SurfaceDrawContext*\2c\20GrDrawOp*\2c\20GrAAType\2c\20GrAppliedClip*\2c\20SkRect*\29\20const +10581:GrGpuResource::dumpMemoryStatistics\28SkTraceMemoryDump*\29\20const +10582:GrGpuBuffer::~GrGpuBuffer\28\29 +10583:GrGpuBuffer::unref\28\29\20const +10584:GrGpuBuffer::getResourceType\28\29\20const +10585:GrGpuBuffer::computeScratchKey\28skgpu::ScratchKey*\29\20const +10586:GrGpu::endTimerQuery\28GrTimerQuery\20const&\29 +10587:GrGeometryProcessor::onTextureSampler\28int\29\20const +10588:GrGeometryProcessor::ProgramImpl::~ProgramImpl\28\29 +10589:GrGLVaryingHandler::~GrGLVaryingHandler\28\29 +10590:GrGLUniformHandler::~GrGLUniformHandler\28\29_12501 +10591:GrGLUniformHandler::~GrGLUniformHandler\28\29 +10592:GrGLUniformHandler::samplerVariable\28GrResourceHandle\29\20const +10593:GrGLUniformHandler::samplerSwizzle\28GrResourceHandle\29\20const +10594:GrGLUniformHandler::internalAddUniformArray\28GrProcessor\20const*\2c\20unsigned\20int\2c\20SkSLType\2c\20char\20const*\2c\20bool\2c\20int\2c\20char\20const**\29 +10595:GrGLUniformHandler::getUniformCStr\28GrResourceHandle\29\20const +10596:GrGLUniformHandler::appendUniformDecls\28GrShaderFlags\2c\20SkString*\29\20const +10597:GrGLUniformHandler::addSampler\28GrBackendFormat\20const&\2c\20GrSamplerState\2c\20skgpu::Swizzle\20const&\2c\20char\20const*\2c\20GrShaderCaps\20const*\29 +10598:GrGLTextureRenderTarget::~GrGLTextureRenderTarget\28\29 +10599:GrGLTextureRenderTarget::onSetLabel\28\29 +10600:GrGLTextureRenderTarget::onRelease\28\29 +10601:GrGLTextureRenderTarget::onGpuMemorySize\28\29\20const +10602:GrGLTextureRenderTarget::onAbandon\28\29 +10603:GrGLTextureRenderTarget::dumpMemoryStatistics\28SkTraceMemoryDump*\29\20const +10604:GrGLTextureRenderTarget::backendFormat\28\29\20const +10605:GrGLTexture::~GrGLTexture\28\29_12450 +10606:GrGLTexture::~GrGLTexture\28\29 +10607:GrGLTexture::textureParamsModified\28\29 +10608:GrGLTexture::onStealBackendTexture\28GrBackendTexture*\2c\20std::__2::function*\29 +10609:GrGLTexture::getBackendTexture\28\29\20const +10610:GrGLSemaphore::~GrGLSemaphore\28\29_12427 +10611:GrGLSemaphore::~GrGLSemaphore\28\29 +10612:GrGLSemaphore::setIsOwned\28\29 +10613:GrGLSemaphore::backendSemaphore\28\29\20const +10614:GrGLSLVertexBuilder::~GrGLSLVertexBuilder\28\29 +10615:GrGLSLVertexBuilder::onFinalize\28\29 +10616:GrGLSLUniformHandler::inputSamplerSwizzle\28GrResourceHandle\29\20const +10617:GrGLSLFragmentShaderBuilder::~GrGLSLFragmentShaderBuilder\28\29_10756 +10618:GrGLSLFragmentShaderBuilder::~GrGLSLFragmentShaderBuilder\28\29 +10619:GrGLSLFragmentShaderBuilder::primaryColorOutputIsInOut\28\29\20const +10620:GrGLSLFragmentShaderBuilder::onFinalize\28\29 +10621:GrGLSLFragmentShaderBuilder::hasSecondaryOutput\28\29\20const +10622:GrGLSLFragmentShaderBuilder::forceHighPrecision\28\29 +10623:GrGLSLFragmentShaderBuilder::enableAdvancedBlendEquationIfNeeded\28skgpu::BlendEquation\29 +10624:GrGLRenderTarget::~GrGLRenderTarget\28\29_12422 +10625:GrGLRenderTarget::~GrGLRenderTarget\28\29 +10626:GrGLRenderTarget::onGpuMemorySize\28\29\20const +10627:GrGLRenderTarget::getBackendRenderTarget\28\29\20const +10628:GrGLRenderTarget::completeStencilAttachment\28GrAttachment*\2c\20bool\29 +10629:GrGLRenderTarget::canAttemptStencilAttachment\28bool\29\20const +10630:GrGLRenderTarget::backendFormat\28\29\20const +10631:GrGLRenderTarget::alwaysClearStencil\28\29\20const +10632:GrGLProgramDataManager::~GrGLProgramDataManager\28\29_12398 +10633:GrGLProgramDataManager::~GrGLProgramDataManager\28\29 +10634:GrGLProgramDataManager::setMatrix4fv\28GrResourceHandle\2c\20int\2c\20float\20const*\29\20const +10635:GrGLProgramDataManager::setMatrix4f\28GrResourceHandle\2c\20float\20const*\29\20const +10636:GrGLProgramDataManager::setMatrix3fv\28GrResourceHandle\2c\20int\2c\20float\20const*\29\20const +10637:GrGLProgramDataManager::setMatrix3f\28GrResourceHandle\2c\20float\20const*\29\20const +10638:GrGLProgramDataManager::setMatrix2fv\28GrResourceHandle\2c\20int\2c\20float\20const*\29\20const +10639:GrGLProgramDataManager::setMatrix2f\28GrResourceHandle\2c\20float\20const*\29\20const +10640:GrGLProgramDataManager::set4iv\28GrResourceHandle\2c\20int\2c\20int\20const*\29\20const +10641:GrGLProgramDataManager::set4i\28GrResourceHandle\2c\20int\2c\20int\2c\20int\2c\20int\29\20const +10642:GrGLProgramDataManager::set4f\28GrResourceHandle\2c\20float\2c\20float\2c\20float\2c\20float\29\20const +10643:GrGLProgramDataManager::set3iv\28GrResourceHandle\2c\20int\2c\20int\20const*\29\20const +10644:GrGLProgramDataManager::set3i\28GrResourceHandle\2c\20int\2c\20int\2c\20int\29\20const +10645:GrGLProgramDataManager::set3fv\28GrResourceHandle\2c\20int\2c\20float\20const*\29\20const +10646:GrGLProgramDataManager::set3f\28GrResourceHandle\2c\20float\2c\20float\2c\20float\29\20const +10647:GrGLProgramDataManager::set2iv\28GrResourceHandle\2c\20int\2c\20int\20const*\29\20const +10648:GrGLProgramDataManager::set2i\28GrResourceHandle\2c\20int\2c\20int\29\20const +10649:GrGLProgramDataManager::set2f\28GrResourceHandle\2c\20float\2c\20float\29\20const +10650:GrGLProgramDataManager::set1iv\28GrResourceHandle\2c\20int\2c\20int\20const*\29\20const +10651:GrGLProgramDataManager::set1i\28GrResourceHandle\2c\20int\29\20const +10652:GrGLProgramDataManager::set1fv\28GrResourceHandle\2c\20int\2c\20float\20const*\29\20const +10653:GrGLProgramDataManager::set1f\28GrResourceHandle\2c\20float\29\20const +10654:GrGLProgramBuilder::~GrGLProgramBuilder\28\29_12536 +10655:GrGLProgramBuilder::varyingHandler\28\29 +10656:GrGLProgramBuilder::caps\28\29\20const +10657:GrGLProgram::~GrGLProgram\28\29_12356 +10658:GrGLOpsRenderPass::~GrGLOpsRenderPass\28\29 +10659:GrGLOpsRenderPass::onSetScissorRect\28SkIRect\20const&\29 +10660:GrGLOpsRenderPass::onEnd\28\29 +10661:GrGLOpsRenderPass::onDraw\28int\2c\20int\29 +10662:GrGLOpsRenderPass::onDrawInstanced\28int\2c\20int\2c\20int\2c\20int\29 +10663:GrGLOpsRenderPass::onDrawIndirect\28GrBuffer\20const*\2c\20unsigned\20long\2c\20int\29 +10664:GrGLOpsRenderPass::onDrawIndexed\28int\2c\20int\2c\20unsigned\20short\2c\20unsigned\20short\2c\20int\29 +10665:GrGLOpsRenderPass::onDrawIndexedInstanced\28int\2c\20int\2c\20int\2c\20int\2c\20int\29 +10666:GrGLOpsRenderPass::onDrawIndexedIndirect\28GrBuffer\20const*\2c\20unsigned\20long\2c\20int\29 +10667:GrGLOpsRenderPass::onClear\28GrScissorState\20const&\2c\20std::__2::array\29 +10668:GrGLOpsRenderPass::onClearStencilClip\28GrScissorState\20const&\2c\20bool\29 +10669:GrGLOpsRenderPass::onBindTextures\28GrGeometryProcessor\20const&\2c\20GrSurfaceProxy\20const*\20const*\2c\20GrPipeline\20const&\29 +10670:GrGLOpsRenderPass::onBindPipeline\28GrProgramInfo\20const&\2c\20SkRect\20const&\29 +10671:GrGLOpsRenderPass::onBindBuffers\28sk_sp\2c\20sk_sp\2c\20sk_sp\2c\20GrPrimitiveRestart\29 +10672:GrGLOpsRenderPass::onBegin\28\29 +10673:GrGLOpsRenderPass::inlineUpload\28GrOpFlushState*\2c\20std::__2::function&\29>&\29 +10674:GrGLInterface::~GrGLInterface\28\29_12333 +10675:GrGLInterface::~GrGLInterface\28\29 +10676:GrGLGpu::~GrGLGpu\28\29_12201 +10677:GrGLGpu::xferBarrier\28GrRenderTarget*\2c\20GrXferBarrierType\29 +10678:GrGLGpu::wrapBackendSemaphore\28GrBackendSemaphore\20const&\2c\20GrSemaphoreWrapType\2c\20GrWrapOwnership\29 +10679:GrGLGpu::willExecute\28\29 +10680:GrGLGpu::waitSemaphore\28GrSemaphore*\29 +10681:GrGLGpu::submit\28GrOpsRenderPass*\29 +10682:GrGLGpu::startTimerQuery\28\29 +10683:GrGLGpu::stagingBufferManager\28\29 +10684:GrGLGpu::refPipelineBuilder\28\29 +10685:GrGLGpu::prepareTextureForCrossContextUsage\28GrTexture*\29 +10686:GrGLGpu::prepareSurfacesForBackendAccessAndStateUpdates\28SkSpan\2c\20SkSurfaces::BackendSurfaceAccess\2c\20skgpu::MutableTextureState\20const*\29 +10687:GrGLGpu::precompileShader\28SkData\20const&\2c\20SkData\20const&\29 +10688:GrGLGpu::onWritePixels\28GrSurface*\2c\20SkIRect\2c\20GrColorType\2c\20GrColorType\2c\20GrMipLevel\20const*\2c\20int\2c\20bool\29 +10689:GrGLGpu::onWrapRenderableBackendTexture\28GrBackendTexture\20const&\2c\20int\2c\20GrWrapOwnership\2c\20GrWrapCacheable\29 +10690:GrGLGpu::onWrapCompressedBackendTexture\28GrBackendTexture\20const&\2c\20GrWrapOwnership\2c\20GrWrapCacheable\29 +10691:GrGLGpu::onWrapBackendTexture\28GrBackendTexture\20const&\2c\20GrWrapOwnership\2c\20GrWrapCacheable\2c\20GrIOType\29 +10692:GrGLGpu::onWrapBackendRenderTarget\28GrBackendRenderTarget\20const&\29 +10693:GrGLGpu::onUpdateCompressedBackendTexture\28GrBackendTexture\20const&\2c\20sk_sp\2c\20void\20const*\2c\20unsigned\20long\29 +10694:GrGLGpu::onTransferPixelsTo\28GrTexture*\2c\20SkIRect\2c\20GrColorType\2c\20GrColorType\2c\20sk_sp\2c\20unsigned\20long\2c\20unsigned\20long\29 +10695:GrGLGpu::onTransferPixelsFrom\28GrSurface*\2c\20SkIRect\2c\20GrColorType\2c\20GrColorType\2c\20sk_sp\2c\20unsigned\20long\29 +10696:GrGLGpu::onTransferFromBufferToBuffer\28sk_sp\2c\20unsigned\20long\2c\20sk_sp\2c\20unsigned\20long\2c\20unsigned\20long\29 +10697:GrGLGpu::onSubmitToGpu\28GrSubmitInfo\20const&\29 +10698:GrGLGpu::onResolveRenderTarget\28GrRenderTarget*\2c\20SkIRect\20const&\29 +10699:GrGLGpu::onResetTextureBindings\28\29 +10700:GrGLGpu::onResetContext\28unsigned\20int\29 +10701:GrGLGpu::onRegenerateMipMapLevels\28GrTexture*\29 +10702:GrGLGpu::onReadPixels\28GrSurface*\2c\20SkIRect\2c\20GrColorType\2c\20GrColorType\2c\20void*\2c\20unsigned\20long\29 +10703:GrGLGpu::onGetOpsRenderPass\28GrRenderTarget*\2c\20bool\2c\20GrAttachment*\2c\20GrSurfaceOrigin\2c\20SkIRect\20const&\2c\20GrOpsRenderPass::LoadAndStoreInfo\20const&\2c\20GrOpsRenderPass::StencilLoadAndStoreInfo\20const&\2c\20skia_private::TArray\20const&\2c\20GrXferBarrierFlags\29 +10704:GrGLGpu::onDumpJSON\28SkJSONWriter*\29\20const +10705:GrGLGpu::onCreateTexture\28SkISize\2c\20GrBackendFormat\20const&\2c\20skgpu::Renderable\2c\20int\2c\20skgpu::Budgeted\2c\20skgpu::Protected\2c\20int\2c\20unsigned\20int\2c\20std::__2::basic_string_view>\29 +10706:GrGLGpu::onCreateCompressedTexture\28SkISize\2c\20GrBackendFormat\20const&\2c\20skgpu::Budgeted\2c\20skgpu::Mipmapped\2c\20skgpu::Protected\2c\20void\20const*\2c\20unsigned\20long\29 +10707:GrGLGpu::onCreateCompressedBackendTexture\28SkISize\2c\20GrBackendFormat\20const&\2c\20skgpu::Mipmapped\2c\20skgpu::Protected\29 +10708:GrGLGpu::onCreateBuffer\28unsigned\20long\2c\20GrGpuBufferType\2c\20GrAccessPattern\29 +10709:GrGLGpu::onCreateBackendTexture\28SkISize\2c\20GrBackendFormat\20const&\2c\20skgpu::Renderable\2c\20skgpu::Mipmapped\2c\20skgpu::Protected\2c\20std::__2::basic_string_view>\29 +10710:GrGLGpu::onCopySurface\28GrSurface*\2c\20SkIRect\20const&\2c\20GrSurface*\2c\20SkIRect\20const&\2c\20SkFilterMode\29 +10711:GrGLGpu::onClearBackendTexture\28GrBackendTexture\20const&\2c\20sk_sp\2c\20std::__2::array\29 +10712:GrGLGpu::makeStencilAttachment\28GrBackendFormat\20const&\2c\20SkISize\2c\20int\29 +10713:GrGLGpu::makeSemaphore\28bool\29 +10714:GrGLGpu::makeMSAAAttachment\28SkISize\2c\20GrBackendFormat\20const&\2c\20int\2c\20skgpu::Protected\2c\20GrMemoryless\29 +10715:GrGLGpu::insertSemaphore\28GrSemaphore*\29 +10716:GrGLGpu::getPreferredStencilFormat\28GrBackendFormat\20const&\29 +10717:GrGLGpu::finishOutstandingGpuWork\28\29 +10718:GrGLGpu::endTimerQuery\28GrTimerQuery\20const&\29 +10719:GrGLGpu::disconnect\28GrGpu::DisconnectType\29 +10720:GrGLGpu::deleteBackendTexture\28GrBackendTexture\20const&\29 +10721:GrGLGpu::compile\28GrProgramDesc\20const&\2c\20GrProgramInfo\20const&\29 +10722:GrGLGpu::checkFinishedCallbacks\28\29 +10723:GrGLGpu::addFinishedCallback\28skgpu::AutoCallback\2c\20std::__2::optional\29 +10724:GrGLGpu::ProgramCache::~ProgramCache\28\29_12313 +10725:GrGLGpu::ProgramCache::~ProgramCache\28\29 +10726:GrGLFunction::GrGLFunction\28void\20\28*\29\28unsigned\20int\2c\20unsigned\20int\2c\20float\29\29::'lambda'\28void\20const*\2c\20unsigned\20int\2c\20unsigned\20int\2c\20float\29::__invoke\28void\20const*\2c\20unsigned\20int\2c\20unsigned\20int\2c\20float\29 +10727:GrGLFunction::GrGLFunction\28void\20\28*\29\28int\2c\20float\2c\20float\2c\20float\29\29::'lambda'\28void\20const*\2c\20int\2c\20float\2c\20float\2c\20float\29::__invoke\28void\20const*\2c\20int\2c\20float\2c\20float\2c\20float\29 +10728:GrGLFunction::GrGLFunction\28void\20\28*\29\28float\2c\20float\2c\20float\2c\20float\29\29::'lambda'\28void\20const*\2c\20float\2c\20float\2c\20float\2c\20float\29::__invoke\28void\20const*\2c\20float\2c\20float\2c\20float\2c\20float\29 +10729:GrGLFunction::GrGLFunction\28void\20\28*\29\28float\29\29::'lambda'\28void\20const*\2c\20float\29::__invoke\28void\20const*\2c\20float\29 +10730:GrGLFunction::GrGLFunction\28void\20\28*\29\28\29\29::'lambda'\28void\20const*\29::__invoke\28void\20const*\29 +10731:GrGLFunction::GrGLFunction\28unsigned\20int\20\28*\29\28__GLsync*\2c\20unsigned\20int\2c\20unsigned\20int\2c\20unsigned\20int\29\29::'lambda'\28void\20const*\2c\20__GLsync*\2c\20unsigned\20int\2c\20int\2c\20int\29::__invoke\28void\20const*\2c\20__GLsync*\2c\20unsigned\20int\2c\20int\2c\20int\29 +10732:GrGLFunction::GrGLFunction\28unsigned\20int\20\28*\29\28\29\29::'lambda'\28void\20const*\29::__invoke\28void\20const*\29 +10733:GrGLCaps::~GrGLCaps\28\29_12168 +10734:GrGLCaps::surfaceSupportsReadPixels\28GrSurface\20const*\29\20const +10735:GrGLCaps::supportedWritePixelsColorType\28GrColorType\2c\20GrBackendFormat\20const&\2c\20GrColorType\29\20const +10736:GrGLCaps::onSurfaceSupportsWritePixels\28GrSurface\20const*\29\20const +10737:GrGLCaps::onSupportsDynamicMSAA\28GrRenderTargetProxy\20const*\29\20const +10738:GrGLCaps::onSupportedReadPixelsColorType\28GrColorType\2c\20GrBackendFormat\20const&\2c\20GrColorType\29\20const +10739:GrGLCaps::onIsWindowRectanglesSupportedForRT\28GrBackendRenderTarget\20const&\29\20const +10740:GrGLCaps::onGetReadSwizzle\28GrBackendFormat\20const&\2c\20GrColorType\29\20const +10741:GrGLCaps::onGetDstSampleFlagsForProxy\28GrRenderTargetProxy\20const*\29\20const +10742:GrGLCaps::onGetDefaultBackendFormat\28GrColorType\29\20const +10743:GrGLCaps::onDumpJSON\28SkJSONWriter*\29\20const +10744:GrGLCaps::onCanCopySurface\28GrSurfaceProxy\20const*\2c\20SkIRect\20const&\2c\20GrSurfaceProxy\20const*\2c\20SkIRect\20const&\29\20const +10745:GrGLCaps::onAreColorTypeAndFormatCompatible\28GrColorType\2c\20GrBackendFormat\20const&\29\20const +10746:GrGLCaps::onApplyOptionsOverrides\28GrContextOptions\20const&\29 +10747:GrGLCaps::maxRenderTargetSampleCount\28GrBackendFormat\20const&\29\20const +10748:GrGLCaps::makeDesc\28GrRenderTarget*\2c\20GrProgramInfo\20const&\2c\20GrCaps::ProgramDescOverrideFlags\29\20const +10749:GrGLCaps::isFormatTexturable\28GrBackendFormat\20const&\2c\20GrTextureType\29\20const +10750:GrGLCaps::isFormatSRGB\28GrBackendFormat\20const&\29\20const +10751:GrGLCaps::isFormatRenderable\28GrBackendFormat\20const&\2c\20int\29\20const +10752:GrGLCaps::isFormatCopyable\28GrBackendFormat\20const&\29\20const +10753:GrGLCaps::isFormatAsColorTypeRenderable\28GrColorType\2c\20GrBackendFormat\20const&\2c\20int\29\20const +10754:GrGLCaps::getWriteSwizzle\28GrBackendFormat\20const&\2c\20GrColorType\29\20const +10755:GrGLCaps::getRenderTargetSampleCount\28int\2c\20GrBackendFormat\20const&\29\20const +10756:GrGLCaps::getDstCopyRestrictions\28GrRenderTargetProxy\20const*\2c\20GrColorType\29\20const +10757:GrGLCaps::getBackendFormatFromCompressionType\28SkTextureCompressionType\29\20const +10758:GrGLCaps::computeFormatKey\28GrBackendFormat\20const&\29\20const +10759:GrGLBuffer::~GrGLBuffer\28\29_12118 +10760:GrGLBuffer::~GrGLBuffer\28\29 +10761:GrGLBuffer::setMemoryBacking\28SkTraceMemoryDump*\2c\20SkString\20const&\29\20const +10762:GrGLBuffer::onUpdateData\28void\20const*\2c\20unsigned\20long\2c\20unsigned\20long\2c\20bool\29 +10763:GrGLBuffer::onUnmap\28GrGpuBuffer::MapType\29 +10764:GrGLBuffer::onSetLabel\28\29 +10765:GrGLBuffer::onRelease\28\29 +10766:GrGLBuffer::onMap\28GrGpuBuffer::MapType\29 +10767:GrGLBuffer::onClearToZero\28\29 +10768:GrGLBuffer::onAbandon\28\29 +10769:GrGLBackendTextureData::~GrGLBackendTextureData\28\29_12092 +10770:GrGLBackendTextureData::~GrGLBackendTextureData\28\29 +10771:GrGLBackendTextureData::isSameTexture\28GrBackendTextureData\20const*\29\20const +10772:GrGLBackendTextureData::isProtected\28\29\20const +10773:GrGLBackendTextureData::getBackendFormat\28\29\20const +10774:GrGLBackendTextureData::equal\28GrBackendTextureData\20const*\29\20const +10775:GrGLBackendTextureData::copyTo\28SkAnySubclass&\29\20const +10776:GrGLBackendRenderTargetData::getBackendFormat\28\29\20const +10777:GrGLBackendRenderTargetData::equal\28GrBackendRenderTargetData\20const*\29\20const +10778:GrGLBackendRenderTargetData::copyTo\28SkAnySubclass&\29\20const +10779:GrGLBackendFormatData::toString\28\29\20const +10780:GrGLBackendFormatData::stencilBits\28\29\20const +10781:GrGLBackendFormatData::equal\28GrBackendFormatData\20const*\29\20const +10782:GrGLBackendFormatData::desc\28\29\20const +10783:GrGLBackendFormatData::copyTo\28SkAnySubclass&\29\20const +10784:GrGLBackendFormatData::compressionType\28\29\20const +10785:GrGLBackendFormatData::channelMask\28\29\20const +10786:GrGLBackendFormatData::bytesPerBlock\28\29\20const +10787:GrGLAttachment::~GrGLAttachment\28\29 +10788:GrGLAttachment::setMemoryBacking\28SkTraceMemoryDump*\2c\20SkString\20const&\29\20const +10789:GrGLAttachment::onSetLabel\28\29 +10790:GrGLAttachment::onRelease\28\29 +10791:GrGLAttachment::onAbandon\28\29 +10792:GrGLAttachment::backendFormat\28\29\20const +10793:GrFragmentProcessor::constantOutputForConstantInput\28SkRGBA4f<\28SkAlphaType\292>\20const&\29\20const +10794:GrFragmentProcessor::SwizzleOutput\28std::__2::unique_ptr>\2c\20skgpu::Swizzle\20const&\29::SwizzleFragmentProcessor::onMakeProgramImpl\28\29\20const::Impl::emitCode\28GrFragmentProcessor::ProgramImpl::EmitArgs&\29 +10795:GrFragmentProcessor::SwizzleOutput\28std::__2::unique_ptr>\2c\20skgpu::Swizzle\20const&\29::SwizzleFragmentProcessor::onMakeProgramImpl\28\29\20const +10796:GrFragmentProcessor::SwizzleOutput\28std::__2::unique_ptr>\2c\20skgpu::Swizzle\20const&\29::SwizzleFragmentProcessor::onIsEqual\28GrFragmentProcessor\20const&\29\20const +10797:GrFragmentProcessor::SwizzleOutput\28std::__2::unique_ptr>\2c\20skgpu::Swizzle\20const&\29::SwizzleFragmentProcessor::onAddToKey\28GrShaderCaps\20const&\2c\20skgpu::KeyBuilder*\29\20const +10798:GrFragmentProcessor::SwizzleOutput\28std::__2::unique_ptr>\2c\20skgpu::Swizzle\20const&\29::SwizzleFragmentProcessor::name\28\29\20const +10799:GrFragmentProcessor::SwizzleOutput\28std::__2::unique_ptr>\2c\20skgpu::Swizzle\20const&\29::SwizzleFragmentProcessor::constantOutputForConstantInput\28SkRGBA4f<\28SkAlphaType\292>\20const&\29\20const +10800:GrFragmentProcessor::SwizzleOutput\28std::__2::unique_ptr>\2c\20skgpu::Swizzle\20const&\29::SwizzleFragmentProcessor::clone\28\29\20const +10801:GrFragmentProcessor::SurfaceColor\28\29::SurfaceColorProcessor::onMakeProgramImpl\28\29\20const::Impl::emitCode\28GrFragmentProcessor::ProgramImpl::EmitArgs&\29 +10802:GrFragmentProcessor::SurfaceColor\28\29::SurfaceColorProcessor::onMakeProgramImpl\28\29\20const +10803:GrFragmentProcessor::SurfaceColor\28\29::SurfaceColorProcessor::name\28\29\20const +10804:GrFragmentProcessor::SurfaceColor\28\29::SurfaceColorProcessor::clone\28\29\20const +10805:GrFragmentProcessor::ProgramImpl::~ProgramImpl\28\29 +10806:GrFragmentProcessor::HighPrecision\28std::__2::unique_ptr>\29::HighPrecisionFragmentProcessor::onMakeProgramImpl\28\29\20const::Impl::emitCode\28GrFragmentProcessor::ProgramImpl::EmitArgs&\29 +10807:GrFragmentProcessor::HighPrecision\28std::__2::unique_ptr>\29::HighPrecisionFragmentProcessor::onMakeProgramImpl\28\29\20const +10808:GrFragmentProcessor::HighPrecision\28std::__2::unique_ptr>\29::HighPrecisionFragmentProcessor::name\28\29\20const +10809:GrFragmentProcessor::HighPrecision\28std::__2::unique_ptr>\29::HighPrecisionFragmentProcessor::clone\28\29\20const +10810:GrFragmentProcessor::DeviceSpace\28std::__2::unique_ptr>\29::DeviceSpace::onMakeProgramImpl\28\29\20const::Impl::emitCode\28GrFragmentProcessor::ProgramImpl::EmitArgs&\29 +10811:GrFragmentProcessor::DeviceSpace\28std::__2::unique_ptr>\29::DeviceSpace::onMakeProgramImpl\28\29\20const +10812:GrFragmentProcessor::DeviceSpace\28std::__2::unique_ptr>\29::DeviceSpace::name\28\29\20const +10813:GrFragmentProcessor::DeviceSpace\28std::__2::unique_ptr>\29::DeviceSpace::constantOutputForConstantInput\28SkRGBA4f<\28SkAlphaType\292>\20const&\29\20const +10814:GrFragmentProcessor::DeviceSpace\28std::__2::unique_ptr>\29::DeviceSpace::clone\28\29\20const +10815:GrFragmentProcessor::Compose\28std::__2::unique_ptr>\2c\20std::__2::unique_ptr>\29::ComposeProcessor::onMakeProgramImpl\28\29\20const::Impl::emitCode\28GrFragmentProcessor::ProgramImpl::EmitArgs&\29 +10816:GrFragmentProcessor::Compose\28std::__2::unique_ptr>\2c\20std::__2::unique_ptr>\29::ComposeProcessor::onMakeProgramImpl\28\29\20const +10817:GrFragmentProcessor::Compose\28std::__2::unique_ptr>\2c\20std::__2::unique_ptr>\29::ComposeProcessor::name\28\29\20const +10818:GrFragmentProcessor::Compose\28std::__2::unique_ptr>\2c\20std::__2::unique_ptr>\29::ComposeProcessor::constantOutputForConstantInput\28SkRGBA4f<\28SkAlphaType\292>\20const&\29\20const +10819:GrFragmentProcessor::Compose\28std::__2::unique_ptr>\2c\20std::__2::unique_ptr>\29::ComposeProcessor::clone\28\29\20const +10820:GrFixedClip::~GrFixedClip\28\29_9233 +10821:GrFixedClip::~GrFixedClip\28\29 +10822:GrExternalTextureGenerator::onGenerateTexture\28GrRecordingContext*\2c\20SkImageInfo\20const&\2c\20skgpu::Mipmapped\2c\20GrImageTexGenPolicy\29 +10823:GrEagerDynamicVertexAllocator::lock\28unsigned\20long\2c\20int\29 +10824:GrDynamicAtlas::~GrDynamicAtlas\28\29_9204 +10825:GrDynamicAtlas::~GrDynamicAtlas\28\29 +10826:GrDrawingManager::flush\28SkSpan\2c\20SkSurfaces::BackendSurfaceAccess\2c\20GrFlushInfo\20const&\2c\20skgpu::MutableTextureState\20const*\29 +10827:GrDrawOp::usesStencil\28\29\20const +10828:GrDrawOp::usesMSAA\28\29\20const +10829:GrDrawOp::fixedFunctionFlags\28\29\20const +10830:GrDistanceFieldPathGeoProc::~GrDistanceFieldPathGeoProc\28\29_10404 +10831:GrDistanceFieldPathGeoProc::~GrDistanceFieldPathGeoProc\28\29 +10832:GrDistanceFieldPathGeoProc::onTextureSampler\28int\29\20const +10833:GrDistanceFieldPathGeoProc::name\28\29\20const +10834:GrDistanceFieldPathGeoProc::makeProgramImpl\28GrShaderCaps\20const&\29\20const +10835:GrDistanceFieldPathGeoProc::addToKey\28GrShaderCaps\20const&\2c\20skgpu::KeyBuilder*\29\20const +10836:GrDistanceFieldPathGeoProc::Impl::setData\28GrGLSLProgramDataManager\20const&\2c\20GrShaderCaps\20const&\2c\20GrGeometryProcessor\20const&\29 +10837:GrDistanceFieldPathGeoProc::Impl::onEmitCode\28GrGeometryProcessor::ProgramImpl::EmitArgs&\2c\20GrGeometryProcessor::ProgramImpl::GrGPArgs*\29 +10838:GrDistanceFieldLCDTextGeoProc::~GrDistanceFieldLCDTextGeoProc\28\29_10408 +10839:GrDistanceFieldLCDTextGeoProc::~GrDistanceFieldLCDTextGeoProc\28\29 +10840:GrDistanceFieldLCDTextGeoProc::name\28\29\20const +10841:GrDistanceFieldLCDTextGeoProc::makeProgramImpl\28GrShaderCaps\20const&\29\20const +10842:GrDistanceFieldLCDTextGeoProc::addToKey\28GrShaderCaps\20const&\2c\20skgpu::KeyBuilder*\29\20const +10843:GrDistanceFieldLCDTextGeoProc::Impl::setData\28GrGLSLProgramDataManager\20const&\2c\20GrShaderCaps\20const&\2c\20GrGeometryProcessor\20const&\29 +10844:GrDistanceFieldLCDTextGeoProc::Impl::onEmitCode\28GrGeometryProcessor::ProgramImpl::EmitArgs&\2c\20GrGeometryProcessor::ProgramImpl::GrGPArgs*\29 +10845:GrDistanceFieldA8TextGeoProc::~GrDistanceFieldA8TextGeoProc\28\29_10400 +10846:GrDistanceFieldA8TextGeoProc::~GrDistanceFieldA8TextGeoProc\28\29 +10847:GrDistanceFieldA8TextGeoProc::name\28\29\20const +10848:GrDistanceFieldA8TextGeoProc::makeProgramImpl\28GrShaderCaps\20const&\29\20const +10849:GrDistanceFieldA8TextGeoProc::addToKey\28GrShaderCaps\20const&\2c\20skgpu::KeyBuilder*\29\20const +10850:GrDistanceFieldA8TextGeoProc::Impl::setData\28GrGLSLProgramDataManager\20const&\2c\20GrShaderCaps\20const&\2c\20GrGeometryProcessor\20const&\29 +10851:GrDistanceFieldA8TextGeoProc::Impl::onEmitCode\28GrGeometryProcessor::ProgramImpl::EmitArgs&\2c\20GrGeometryProcessor::ProgramImpl::GrGPArgs*\29 +10852:GrDisableColorXPFactory::makeXferProcessor\28GrProcessorAnalysisColor\20const&\2c\20GrProcessorAnalysisCoverage\2c\20GrCaps\20const&\2c\20GrClampType\29\20const +10853:GrDisableColorXPFactory::analysisProperties\28GrProcessorAnalysisColor\20const&\2c\20GrProcessorAnalysisCoverage\20const&\2c\20GrCaps\20const&\2c\20GrClampType\29\20const +10854:GrDirectContext::~GrDirectContext\28\29_9106 +10855:GrDirectContext::releaseResourcesAndAbandonContext\28\29 +10856:GrDirectContext::init\28\29 +10857:GrDirectContext::abandoned\28\29 +10858:GrDirectContext::abandonContext\28\29 +10859:GrDeferredProxyUploader::~GrDeferredProxyUploader\28\29_8734 +10860:GrDeferredProxyUploader::~GrDeferredProxyUploader\28\29 +10861:GrCpuVertexAllocator::~GrCpuVertexAllocator\28\29_9228 +10862:GrCpuVertexAllocator::~GrCpuVertexAllocator\28\29 +10863:GrCpuVertexAllocator::unlock\28int\29 +10864:GrCpuVertexAllocator::lock\28unsigned\20long\2c\20int\29 +10865:GrCpuBuffer::unref\28\29\20const +10866:GrCoverageSetOpXPFactory::makeXferProcessor\28GrProcessorAnalysisColor\20const&\2c\20GrProcessorAnalysisCoverage\2c\20GrCaps\20const&\2c\20GrClampType\29\20const +10867:GrCoverageSetOpXPFactory::analysisProperties\28GrProcessorAnalysisColor\20const&\2c\20GrProcessorAnalysisCoverage\20const&\2c\20GrCaps\20const&\2c\20GrClampType\29\20const +10868:GrCopyRenderTask::~GrCopyRenderTask\28\29_9066 +10869:GrCopyRenderTask::onMakeSkippable\28\29 +10870:GrCopyRenderTask::onMakeClosed\28GrRecordingContext*\2c\20SkIRect*\29 +10871:GrCopyRenderTask::onExecute\28GrOpFlushState*\29 +10872:GrCopyRenderTask::gatherProxyIntervals\28GrResourceAllocator*\29\20const +10873:GrConvexPolyEffect::onMakeProgramImpl\28\29\20const::Impl::onSetData\28GrGLSLProgramDataManager\20const&\2c\20GrFragmentProcessor\20const&\29 +10874:GrConvexPolyEffect::onMakeProgramImpl\28\29\20const::Impl::emitCode\28GrFragmentProcessor::ProgramImpl::EmitArgs&\29 +10875:GrConvexPolyEffect::onMakeProgramImpl\28\29\20const +10876:GrConvexPolyEffect::onIsEqual\28GrFragmentProcessor\20const&\29\20const +10877:GrConvexPolyEffect::onAddToKey\28GrShaderCaps\20const&\2c\20skgpu::KeyBuilder*\29\20const +10878:GrConvexPolyEffect::name\28\29\20const +10879:GrConvexPolyEffect::clone\28\29\20const +10880:GrContext_Base::~GrContext_Base\28\29_9046 +10881:GrContextThreadSafeProxy::~GrContextThreadSafeProxy\28\29_9034 +10882:GrContextThreadSafeProxy::~GrContextThreadSafeProxy\28\29 +10883:GrContextThreadSafeProxy::isValidCharacterizationForVulkan\28sk_sp\2c\20bool\2c\20skgpu::Mipmapped\2c\20skgpu::Protected\2c\20bool\2c\20bool\29 +10884:GrConicEffect::name\28\29\20const +10885:GrConicEffect::makeProgramImpl\28GrShaderCaps\20const&\29\20const +10886:GrConicEffect::addToKey\28GrShaderCaps\20const&\2c\20skgpu::KeyBuilder*\29\20const +10887:GrConicEffect::Impl::setData\28GrGLSLProgramDataManager\20const&\2c\20GrShaderCaps\20const&\2c\20GrGeometryProcessor\20const&\29 +10888:GrConicEffect::Impl::onEmitCode\28GrGeometryProcessor::ProgramImpl::EmitArgs&\2c\20GrGeometryProcessor::ProgramImpl::GrGPArgs*\29 +10889:GrColorSpaceXformEffect::~GrColorSpaceXformEffect\28\29_9018 +10890:GrColorSpaceXformEffect::~GrColorSpaceXformEffect\28\29 +10891:GrColorSpaceXformEffect::onMakeProgramImpl\28\29\20const::Impl::onSetData\28GrGLSLProgramDataManager\20const&\2c\20GrFragmentProcessor\20const&\29 +10892:GrColorSpaceXformEffect::onMakeProgramImpl\28\29\20const::Impl::emitCode\28GrFragmentProcessor::ProgramImpl::EmitArgs&\29 +10893:GrColorSpaceXformEffect::onMakeProgramImpl\28\29\20const +10894:GrColorSpaceXformEffect::onIsEqual\28GrFragmentProcessor\20const&\29\20const +10895:GrColorSpaceXformEffect::onAddToKey\28GrShaderCaps\20const&\2c\20skgpu::KeyBuilder*\29\20const +10896:GrColorSpaceXformEffect::name\28\29\20const +10897:GrColorSpaceXformEffect::constantOutputForConstantInput\28SkRGBA4f<\28SkAlphaType\292>\20const&\29\20const +10898:GrColorSpaceXformEffect::clone\28\29\20const +10899:GrCaps::~GrCaps\28\29 +10900:GrCaps::getDstCopyRestrictions\28GrRenderTargetProxy\20const*\2c\20GrColorType\29\20const +10901:GrBitmapTextGeoProc::~GrBitmapTextGeoProc\28\29_10313 +10902:GrBitmapTextGeoProc::~GrBitmapTextGeoProc\28\29 +10903:GrBitmapTextGeoProc::onTextureSampler\28int\29\20const +10904:GrBitmapTextGeoProc::name\28\29\20const +10905:GrBitmapTextGeoProc::makeProgramImpl\28GrShaderCaps\20const&\29\20const +10906:GrBitmapTextGeoProc::addToKey\28GrShaderCaps\20const&\2c\20skgpu::KeyBuilder*\29\20const +10907:GrBitmapTextGeoProc::Impl::setData\28GrGLSLProgramDataManager\20const&\2c\20GrShaderCaps\20const&\2c\20GrGeometryProcessor\20const&\29 +10908:GrBitmapTextGeoProc::Impl::onEmitCode\28GrGeometryProcessor::ProgramImpl::EmitArgs&\2c\20GrGeometryProcessor::ProgramImpl::GrGPArgs*\29 +10909:GrBicubicEffect::onMakeProgramImpl\28\29\20const +10910:GrBicubicEffect::onIsEqual\28GrFragmentProcessor\20const&\29\20const +10911:GrBicubicEffect::onAddToKey\28GrShaderCaps\20const&\2c\20skgpu::KeyBuilder*\29\20const +10912:GrBicubicEffect::name\28\29\20const +10913:GrBicubicEffect::clone\28\29\20const +10914:GrBicubicEffect::Impl::onSetData\28GrGLSLProgramDataManager\20const&\2c\20GrFragmentProcessor\20const&\29 +10915:GrBicubicEffect::Impl::emitCode\28GrFragmentProcessor::ProgramImpl::EmitArgs&\29 +10916:GrAttachment::onGpuMemorySize\28\29\20const +10917:GrAttachment::getResourceType\28\29\20const +10918:GrAttachment::computeScratchKey\28skgpu::ScratchKey*\29\20const +10919:GrAtlasManager::~GrAtlasManager\28\29_11973 +10920:GrAtlasManager::preFlush\28GrOnFlushResourceProvider*\29 +10921:GrAtlasManager::postFlush\28skgpu::Token\29 +10922:GrAATriangulator::tessellate\28GrTriangulator::VertexList\20const&\2c\20GrTriangulator::Comparator\20const&\29 +10923:GetRectsForRange\28skia::textlayout::Paragraph&\2c\20unsigned\20int\2c\20unsigned\20int\2c\20skia::textlayout::RectHeightStyle\2c\20skia::textlayout::RectWidthStyle\29 +10924:GetRectsForPlaceholders\28skia::textlayout::Paragraph&\29 +10925:GetLineMetrics\28skia::textlayout::Paragraph&\29 +10926:GetLineMetricsAt\28skia::textlayout::Paragraph&\2c\20unsigned\20long\29 +10927:GetGlyphInfoAt\28skia::textlayout::Paragraph&\2c\20unsigned\20long\29 +10928:GetCoeffsFast +10929:GetCoeffsAlt +10930:GetClosestGlyphInfoAtCoordinate\28skia::textlayout::Paragraph&\2c\20float\2c\20float\29 +10931:FontMgrRunIterator::~FontMgrRunIterator\28\29_13466 +10932:FontMgrRunIterator::~FontMgrRunIterator\28\29 +10933:FontMgrRunIterator::currentFont\28\29\20const +10934:FontMgrRunIterator::consume\28\29 +10935:ExtractGreen_C +10936:ExtractAlpha_C +10937:ExtractAlphaRows +10938:ExternalWebGLTexture::~ExternalWebGLTexture\28\29_906 +10939:ExternalWebGLTexture::~ExternalWebGLTexture\28\29 +10940:ExternalWebGLTexture::getBackendTexture\28\29 +10941:ExternalWebGLTexture::dispose\28\29 +10942:ExportAlphaRGBA4444 +10943:ExportAlpha +10944:Equals\28SkPath\20const&\2c\20SkPath\20const&\29 +10945:End +10946:EmitYUV +10947:EmitSampledRGB +10948:EmitRescaledYUV +10949:EmitRescaledRGB +10950:EmitRescaledAlphaYUV +10951:EmitRescaledAlphaRGB +10952:EmitFancyRGB +10953:EmitAlphaYUV +10954:EmitAlphaRGBA4444 +10955:EmitAlphaRGB +10956:EllipticalRRectOp::onPrepareDraws\28GrMeshDrawTarget*\29 +10957:EllipticalRRectOp::onCombineIfPossible\28GrOp*\2c\20SkArenaAlloc*\2c\20GrCaps\20const&\29 +10958:EllipticalRRectOp::name\28\29\20const +10959:EllipticalRRectOp::finalize\28GrCaps\20const&\2c\20GrAppliedClip\20const*\2c\20GrClampType\29 +10960:EllipseOp::onPrepareDraws\28GrMeshDrawTarget*\29 +10961:EllipseOp::onCombineIfPossible\28GrOp*\2c\20SkArenaAlloc*\2c\20GrCaps\20const&\29 +10962:EllipseOp::name\28\29\20const +10963:EllipseOp::finalize\28GrCaps\20const&\2c\20GrAppliedClip\20const*\2c\20GrClampType\29 +10964:EllipseGeometryProcessor::name\28\29\20const +10965:EllipseGeometryProcessor::makeProgramImpl\28GrShaderCaps\20const&\29\20const +10966:EllipseGeometryProcessor::addToKey\28GrShaderCaps\20const&\2c\20skgpu::KeyBuilder*\29\20const +10967:EllipseGeometryProcessor::Impl::onEmitCode\28GrGeometryProcessor::ProgramImpl::EmitArgs&\2c\20GrGeometryProcessor::ProgramImpl::GrGPArgs*\29 +10968:Dual_Project +10969:DitherCombine8x8_C +10970:DispatchAlpha_C +10971:DispatchAlphaToGreen_C +10972:DisableColorXP::onGetBlendInfo\28skgpu::BlendInfo*\29\20const +10973:DisableColorXP::name\28\29\20const +10974:DisableColorXP::makeProgramImpl\28\29\20const::Impl::emitOutputsForBlendState\28GrXferProcessor::ProgramImpl::EmitArgs\20const&\29 +10975:DisableColorXP::makeProgramImpl\28\29\20const +10976:Direct_Move_Y +10977:Direct_Move_X +10978:Direct_Move_Orig_Y +10979:Direct_Move_Orig_X +10980:Direct_Move_Orig +10981:Direct_Move +10982:DefaultGeoProc::name\28\29\20const +10983:DefaultGeoProc::makeProgramImpl\28GrShaderCaps\20const&\29\20const +10984:DefaultGeoProc::addToKey\28GrShaderCaps\20const&\2c\20skgpu::KeyBuilder*\29\20const +10985:DefaultGeoProc::Impl::setData\28GrGLSLProgramDataManager\20const&\2c\20GrShaderCaps\20const&\2c\20GrGeometryProcessor\20const&\29 +10986:DefaultGeoProc::Impl::onEmitCode\28GrGeometryProcessor::ProgramImpl::EmitArgs&\2c\20GrGeometryProcessor::ProgramImpl::GrGPArgs*\29 +10987:DataFontLoader::loadSystemFonts\28SkFontScanner\20const*\2c\20skia_private::TArray\2c\20true>*\29\20const +10988:DIEllipseOp::~DIEllipseOp\28\29_11474 +10989:DIEllipseOp::~DIEllipseOp\28\29 +10990:DIEllipseOp::visitProxies\28std::__2::function\20const&\29\20const +10991:DIEllipseOp::onPrepareDraws\28GrMeshDrawTarget*\29 +10992:DIEllipseOp::onExecute\28GrOpFlushState*\2c\20SkRect\20const&\29 +10993:DIEllipseOp::onCreateProgramInfo\28GrCaps\20const*\2c\20SkArenaAlloc*\2c\20GrSurfaceProxyView\20const&\2c\20bool\2c\20GrAppliedClip&&\2c\20GrDstProxyView\20const&\2c\20GrXferBarrierFlags\2c\20GrLoadOp\29 +10994:DIEllipseOp::onCombineIfPossible\28GrOp*\2c\20SkArenaAlloc*\2c\20GrCaps\20const&\29 +10995:DIEllipseOp::name\28\29\20const +10996:DIEllipseOp::finalize\28GrCaps\20const&\2c\20GrAppliedClip\20const*\2c\20GrClampType\29 +10997:DIEllipseGeometryProcessor::name\28\29\20const +10998:DIEllipseGeometryProcessor::makeProgramImpl\28GrShaderCaps\20const&\29\20const +10999:DIEllipseGeometryProcessor::addToKey\28GrShaderCaps\20const&\2c\20skgpu::KeyBuilder*\29\20const +11000:DIEllipseGeometryProcessor::Impl::onEmitCode\28GrGeometryProcessor::ProgramImpl::EmitArgs&\2c\20GrGeometryProcessor::ProgramImpl::GrGPArgs*\29 +11001:DC8uv_C +11002:DC8uvNoTop_C +11003:DC8uvNoTopLeft_C +11004:DC8uvNoLeft_C +11005:DC4_C +11006:DC16_C +11007:DC16NoTop_C +11008:DC16NoTopLeft_C +11009:DC16NoLeft_C +11010:CustomXPFactory::makeXferProcessor\28GrProcessorAnalysisColor\20const&\2c\20GrProcessorAnalysisCoverage\2c\20GrCaps\20const&\2c\20GrClampType\29\20const +11011:CustomXPFactory::analysisProperties\28GrProcessorAnalysisColor\20const&\2c\20GrProcessorAnalysisCoverage\20const&\2c\20GrCaps\20const&\2c\20GrClampType\29\20const +11012:CustomXP::xferBarrierType\28GrCaps\20const&\29\20const +11013:CustomXP::onGetBlendInfo\28skgpu::BlendInfo*\29\20const +11014:CustomXP::onAddToKey\28GrShaderCaps\20const&\2c\20skgpu::KeyBuilder*\29\20const +11015:CustomXP::name\28\29\20const +11016:CustomXP::makeProgramImpl\28\29\20const::Impl::emitOutputsForBlendState\28GrXferProcessor::ProgramImpl::EmitArgs\20const&\29 +11017:CustomXP::makeProgramImpl\28\29\20const +11018:CustomTeardown +11019:CustomSetup +11020:CustomPut +11021:Current_Ppem_Stretched +11022:Current_Ppem +11023:Cr_z_zcalloc +11024:CoverageSetOpXP::onGetBlendInfo\28skgpu::BlendInfo*\29\20const +11025:CoverageSetOpXP::onAddToKey\28GrShaderCaps\20const&\2c\20skgpu::KeyBuilder*\29\20const +11026:CoverageSetOpXP::name\28\29\20const +11027:CoverageSetOpXP::makeProgramImpl\28\29\20const::Impl::emitOutputsForBlendState\28GrXferProcessor::ProgramImpl::EmitArgs\20const&\29 +11028:CoverageSetOpXP::makeProgramImpl\28\29\20const +11029:CopyPath\28SkPath\20const&\29 +11030:ConvertRGB24ToY_C +11031:ConvertBGR24ToY_C +11032:ConvertARGBToY_C +11033:ColorTableEffect::onMakeProgramImpl\28\29\20const::Impl::emitCode\28GrFragmentProcessor::ProgramImpl::EmitArgs&\29 +11034:ColorTableEffect::onMakeProgramImpl\28\29\20const +11035:ColorTableEffect::name\28\29\20const +11036:ColorTableEffect::clone\28\29\20const +11037:CircularRRectOp::visitProxies\28std::__2::function\20const&\29\20const +11038:CircularRRectOp::onPrepareDraws\28GrMeshDrawTarget*\29 +11039:CircularRRectOp::onExecute\28GrOpFlushState*\2c\20SkRect\20const&\29 +11040:CircularRRectOp::onCreateProgramInfo\28GrCaps\20const*\2c\20SkArenaAlloc*\2c\20GrSurfaceProxyView\20const&\2c\20bool\2c\20GrAppliedClip&&\2c\20GrDstProxyView\20const&\2c\20GrXferBarrierFlags\2c\20GrLoadOp\29 +11041:CircularRRectOp::onCombineIfPossible\28GrOp*\2c\20SkArenaAlloc*\2c\20GrCaps\20const&\29 +11042:CircularRRectOp::name\28\29\20const +11043:CircularRRectOp::finalize\28GrCaps\20const&\2c\20GrAppliedClip\20const*\2c\20GrClampType\29 +11044:CircleOp::~CircleOp\28\29_11448 +11045:CircleOp::~CircleOp\28\29 +11046:CircleOp::visitProxies\28std::__2::function\20const&\29\20const +11047:CircleOp::programInfo\28\29 +11048:CircleOp::onPrepareDraws\28GrMeshDrawTarget*\29 +11049:CircleOp::onExecute\28GrOpFlushState*\2c\20SkRect\20const&\29 +11050:CircleOp::onCreateProgramInfo\28GrCaps\20const*\2c\20SkArenaAlloc*\2c\20GrSurfaceProxyView\20const&\2c\20bool\2c\20GrAppliedClip&&\2c\20GrDstProxyView\20const&\2c\20GrXferBarrierFlags\2c\20GrLoadOp\29 +11051:CircleOp::onCombineIfPossible\28GrOp*\2c\20SkArenaAlloc*\2c\20GrCaps\20const&\29 +11052:CircleOp::name\28\29\20const +11053:CircleOp::finalize\28GrCaps\20const&\2c\20GrAppliedClip\20const*\2c\20GrClampType\29 +11054:CircleGeometryProcessor::name\28\29\20const +11055:CircleGeometryProcessor::makeProgramImpl\28GrShaderCaps\20const&\29\20const +11056:CircleGeometryProcessor::addToKey\28GrShaderCaps\20const&\2c\20skgpu::KeyBuilder*\29\20const +11057:CircleGeometryProcessor::Impl::onEmitCode\28GrGeometryProcessor::ProgramImpl::EmitArgs&\2c\20GrGeometryProcessor::ProgramImpl::GrGPArgs*\29 +11058:CanInterpolate\28SkPath\20const&\2c\20SkPath\20const&\29 +11059:ButtCapper\28SkPathBuilder*\2c\20SkPoint\20const&\2c\20SkPoint\20const&\2c\20SkPoint\20const&\2c\20bool\29 +11060:ButtCapDashedCircleOp::visitProxies\28std::__2::function\20const&\29\20const +11061:ButtCapDashedCircleOp::programInfo\28\29 +11062:ButtCapDashedCircleOp::onPrepareDraws\28GrMeshDrawTarget*\29 +11063:ButtCapDashedCircleOp::onExecute\28GrOpFlushState*\2c\20SkRect\20const&\29 +11064:ButtCapDashedCircleOp::onCreateProgramInfo\28GrCaps\20const*\2c\20SkArenaAlloc*\2c\20GrSurfaceProxyView\20const&\2c\20bool\2c\20GrAppliedClip&&\2c\20GrDstProxyView\20const&\2c\20GrXferBarrierFlags\2c\20GrLoadOp\29 +11065:ButtCapDashedCircleOp::onCombineIfPossible\28GrOp*\2c\20SkArenaAlloc*\2c\20GrCaps\20const&\29 +11066:ButtCapDashedCircleOp::name\28\29\20const +11067:ButtCapDashedCircleOp::finalize\28GrCaps\20const&\2c\20GrAppliedClip\20const*\2c\20GrClampType\29 +11068:ButtCapDashedCircleGeometryProcessor::name\28\29\20const +11069:ButtCapDashedCircleGeometryProcessor::makeProgramImpl\28GrShaderCaps\20const&\29\20const +11070:ButtCapDashedCircleGeometryProcessor::addToKey\28GrShaderCaps\20const&\2c\20skgpu::KeyBuilder*\29\20const +11071:ButtCapDashedCircleGeometryProcessor::Impl::onEmitCode\28GrGeometryProcessor::ProgramImpl::EmitArgs&\2c\20GrGeometryProcessor::ProgramImpl::GrGPArgs*\29 +11072:BrotliDefaultAllocFunc +11073:BluntJoiner\28SkPathBuilder*\2c\20SkPathBuilder*\2c\20SkPoint\20const&\2c\20SkPoint\20const&\2c\20SkPoint\20const&\2c\20float\2c\20float\2c\20bool\2c\20bool\29 +11074:BlendFragmentProcessor::onMakeProgramImpl\28\29\20const::Impl::onSetData\28GrGLSLProgramDataManager\20const&\2c\20GrFragmentProcessor\20const&\29 +11075:BlendFragmentProcessor::onMakeProgramImpl\28\29\20const::Impl::emitCode\28GrFragmentProcessor::ProgramImpl::EmitArgs&\29 +11076:BlendFragmentProcessor::onMakeProgramImpl\28\29\20const +11077:BlendFragmentProcessor::onIsEqual\28GrFragmentProcessor\20const&\29\20const +11078:BlendFragmentProcessor::onAddToKey\28GrShaderCaps\20const&\2c\20skgpu::KeyBuilder*\29\20const +11079:BlendFragmentProcessor::name\28\29\20const +11080:BlendFragmentProcessor::constantOutputForConstantInput\28SkRGBA4f<\28SkAlphaType\292>\20const&\29\20const +11081:BlendFragmentProcessor::clone\28\29\20const +11082:AutoCleanPng::infoCallback\28unsigned\20long\29 +11083:AutoCleanPng::decodeBounds\28\29 +11084:ApplyTrim\28SkPath&\2c\20float\2c\20float\2c\20bool\29 +11085:ApplyTransform\28SkPath&\2c\20float\2c\20float\2c\20float\2c\20float\2c\20float\2c\20float\2c\20float\2c\20float\2c\20float\29 +11086:ApplyStroke\28SkPath&\2c\20StrokeOpts\29 +11087:ApplySimplify\28SkPath&\29 +11088:ApplyRewind\28SkPath&\29 +11089:ApplyReset\28SkPath&\29 +11090:ApplyRQuadTo\28SkPath&\2c\20float\2c\20float\2c\20float\2c\20float\29 +11091:ApplyRMoveTo\28SkPath&\2c\20float\2c\20float\29 +11092:ApplyRLineTo\28SkPath&\2c\20float\2c\20float\29 +11093:ApplyRCubicTo\28SkPath&\2c\20float\2c\20float\2c\20float\2c\20float\2c\20float\2c\20float\29 +11094:ApplyRConicTo\28SkPath&\2c\20float\2c\20float\2c\20float\2c\20float\2c\20float\29 +11095:ApplyRArcToArcSize\28SkPath&\2c\20float\2c\20float\2c\20float\2c\20bool\2c\20bool\2c\20float\2c\20float\29 +11096:ApplyQuadTo\28SkPath&\2c\20float\2c\20float\2c\20float\2c\20float\29 +11097:ApplyPathOp\28SkPath&\2c\20SkPath\20const&\2c\20SkPathOp\29 +11098:ApplyMoveTo\28SkPath&\2c\20float\2c\20float\29 +11099:ApplyLineTo\28SkPath&\2c\20float\2c\20float\29 +11100:ApplyDash\28SkPath&\2c\20float\2c\20float\2c\20float\29 +11101:ApplyCubicTo\28SkPath&\2c\20float\2c\20float\2c\20float\2c\20float\2c\20float\2c\20float\29 +11102:ApplyConicTo\28SkPath&\2c\20float\2c\20float\2c\20float\2c\20float\2c\20float\29 +11103:ApplyClose\28SkPath&\29 +11104:ApplyArcToTangent\28SkPath&\2c\20float\2c\20float\2c\20float\2c\20float\2c\20float\29 +11105:ApplyArcToArcSize\28SkPath&\2c\20float\2c\20float\2c\20float\2c\20bool\2c\20bool\2c\20float\2c\20float\29 +11106:ApplyAlphaMultiply_C +11107:ApplyAlphaMultiply_16b_C +11108:ApplyAddPath\28SkPath&\2c\20SkPath\20const&\2c\20float\2c\20float\2c\20float\2c\20float\2c\20float\2c\20float\2c\20float\2c\20float\2c\20float\2c\20bool\29 +11109:AlphaReplace_C +11110:$_3::__invoke\28unsigned\20char*\2c\20unsigned\20char\2c\20int\2c\20unsigned\20char\29 +11111:$_2::__invoke\28unsigned\20char*\2c\20unsigned\20char\2c\20int\29 +11112:$_1::__invoke\28unsigned\20char*\2c\20unsigned\20char\2c\20int\2c\20unsigned\20char\29 +11113:$_0::__invoke\28unsigned\20char*\2c\20unsigned\20char\2c\20int\29 diff --git a/hive/extension/devtools/build/canvaskit/chromium/canvaskit.wasm b/hive/extension/devtools/build/canvaskit/chromium/canvaskit.wasm index 29f22f56..8563aed2 100755 Binary files a/hive/extension/devtools/build/canvaskit/chromium/canvaskit.wasm and b/hive/extension/devtools/build/canvaskit/chromium/canvaskit.wasm differ diff --git a/hive/extension/devtools/build/canvaskit/skwasm.js b/hive/extension/devtools/build/canvaskit/skwasm.js index ca3bba02..6843fddc 100644 --- a/hive/extension/devtools/build/canvaskit/skwasm.js +++ b/hive/extension/devtools/build/canvaskit/skwasm.js @@ -30,10 +30,10 @@ lb-1&-lb);return a.subarray(f>>>31-Math.clz32(a.BYTES_PER_ELEMENT),f+b>>>31-Math Ib[b]?delete a[b]:a[b]=Ib[b];var c=[];for(b in a)c.push(`${b}=${a[b]}`);Jb=c}return Jb},Jb,Lb=[null,[],[]];function Mb(){}function Nb(){}function Ob(){}function Pb(){}function Qb(){}function Rb(){}function Sb(){}function Tb(){}function Ub(){}function Vb(){}function Wb(){}function Xb(){}function Yb(){}function Zb(){}function $b(){}function S(){}function ac(){}var U,bc=[],dc=a=>cc(a);w.stackAlloc=dc;ka&&(D[0]=this,addEventListener("message",Ba));for(var V=0;32>V;++V)tb.push(Array(V));var ec=new Float32Array(288); for(V=0;288>=V;++V)R[V]=ec.subarray(0,V);var fc=new Int32Array(288);for(V=0;288>=V;++V)Hb[V]=fc.subarray(0,V); (function(){if(w.skwasmSingleThreaded){Xb=function(){return!0};let c;Nb=function(e,f){c=f};Ob=function(){return performance.now()};S=function(e){queueMicrotask(()=>c(e))}}else{Xb=function(){return!1};let c=0;Nb=function(e,f){function h({data:l}){const m=l.h;m&&("syncTimeOrigin"==m?c=performance.timeOrigin-l.timeOrigin:f(l))}e?(D[e].addEventListener("message",h),D[e].postMessage({h:"syncTimeOrigin",timeOrigin:performance.timeOrigin})):addEventListener("message",h)};Ob=function(){return performance.now()+ -c};S=function(e,f,h){h?D[h].postMessage(e,{transfer:f}):postMessage(e,{transfer:f})}}const a=new Map,b=new Map;ac=function(c,e,f){S({h:"setAssociatedObject",F:e,object:f},[f],c)};Wb=function(c){return b.get(c)};Pb=function(c){Nb(c,function(e){var f=e.h;if(f)switch(f){case "renderPictures":gc(e.l,e.V,e.U,e.m,Ob());break;case "onRenderComplete":hc(e.l,e.m,{imageBitmaps:e.R,rasterStartMilliseconds:e.X,rasterEndMilliseconds:e.W});break;case "setAssociatedObject":b.set(e.F,e.object);break;case "disposeAssociatedObject":e= -e.F;f=b.get(e);f.close&&f.close();b.delete(e);break;case "disposeSurface":ic(e.l);break;case "rasterizeImage":jc(e.l,e.image,e.format,e.m);break;case "onRasterizeComplete":kc(e.l,e.data,e.m);break;default:console.warn(`unrecognized skwasm message: ${f}`)}})};Ub=function(c,e,f,h,l){S({h:"renderPictures",l:e,V:f,U:h,m:l},[],c)};Rb=function(c,e){c=new OffscreenCanvas(c,e);e=ob(c);a.set(e,c);return e};Zb=function(c,e,f){c=a.get(c);c.width=e;c.height=f};Mb=function(c,e,f,h){h||=[];c=a.get(c);h.push(createImageBitmap(c, -0,0,e,f));return h};$b=async function(c,e,f,h){e=e?await Promise.all(e):[];S({h:"onRenderComplete",l:c,m:h,R:e,X:f,W:Ob()},[...e])};Qb=function(c,e,f){const h=P.v,l=h.createTexture();h.bindTexture(h.TEXTURE_2D,l);h.pixelStorei(h.UNPACK_PREMULTIPLY_ALPHA_WEBGL,!0);h.texImage2D(h.TEXTURE_2D,0,h.RGBA,e,f,0,h.RGBA,h.UNSIGNED_BYTE,c);h.pixelStorei(h.UNPACK_PREMULTIPLY_ALPHA_WEBGL,!1);h.bindTexture(h.TEXTURE_2D,null);c=M(H);H[c]=l;return c};Vb=function(c,e){S({h:"disposeAssociatedObject",F:e},[],c)};Sb= -function(c,e){S({h:"disposeSurface",l:e},[],c)};Tb=function(c,e,f,h,l){S({h:"rasterizeImage",l:e,image:f,format:h,m:l},[],c)};Yb=function(c,e,f){S({h:"onRasterizeComplete",l:c,data:e,m:f})}})(); +c};S=function(e,f,h){h?D[h].postMessage(e,{transfer:f}):postMessage(e,{transfer:f})}}const a=new Map,b=new Map;ac=function(c,e,f){S({h:"setAssociatedObject",F:e,object:f},[f],c)};Wb=function(c){return b.get(c)};Pb=function(c){Nb(c,function(e){var f=e.h;if(f)switch(f){case "renderPictures":gc(e.l,e.V,e.width,e.height,e.U,e.m,Ob());break;case "onRenderComplete":hc(e.l,e.m,{imageBitmaps:e.R,rasterStartMilliseconds:e.X,rasterEndMilliseconds:e.W});break;case "setAssociatedObject":b.set(e.F,e.object);break; +case "disposeAssociatedObject":e=e.F;f=b.get(e);f.close&&f.close();b.delete(e);break;case "disposeSurface":ic(e.l);break;case "rasterizeImage":jc(e.l,e.image,e.format,e.m);break;case "onRasterizeComplete":kc(e.l,e.data,e.m);break;default:console.warn(`unrecognized skwasm message: ${f}`)}})};Ub=function(c,e,f,h,l,m,p){S({h:"renderPictures",l:e,V:f,width:h,height:l,U:m,m:p},[],c)};Rb=function(c,e){c=new OffscreenCanvas(c,e);e=ob(c);a.set(e,c);return e};Zb=function(c,e,f){c=a.get(c);c.width=e;c.height= +f};Mb=function(c,e){e||=[];c=a.get(c);e.push(c.transferToImageBitmap());return e};$b=async function(c,e,f,h){e||=[];S({h:"onRenderComplete",l:c,m:h,R:e,X:f,W:Ob()},[...e])};Qb=function(c,e,f){const h=P.v,l=h.createTexture();h.bindTexture(h.TEXTURE_2D,l);h.pixelStorei(h.UNPACK_PREMULTIPLY_ALPHA_WEBGL,!0);h.texImage2D(h.TEXTURE_2D,0,h.RGBA,e,f,0,h.RGBA,h.UNSIGNED_BYTE,c);h.pixelStorei(h.UNPACK_PREMULTIPLY_ALPHA_WEBGL,!1);h.bindTexture(h.TEXTURE_2D,null);c=M(H);H[c]=l;return c};Vb=function(c,e){S({h:"disposeAssociatedObject", +F:e},[],c)};Sb=function(c,e){S({h:"disposeSurface",l:e},[],c)};Tb=function(c,e,f,h,l){S({h:"rasterizeImage",l:e,image:f,format:h,m:l},[],c)};Yb=function(c,e,f){S({h:"onRasterizeComplete",l:c,data:e,m:f})}})(); var wc={__cxa_throw:(a,b,c)=>{var e=new Ra(a);t()[e.s+16>>2]=0;t()[e.s+4>>2]=b;t()[e.s+8>>2]=c;Sa=a;Ta++;throw Sa;},__syscall_fcntl64:function(){return 0},__syscall_fstat64:()=>{},__syscall_ioctl:function(){return 0},__syscall_openat:function(){},_abort_js:()=>{Ga("")},_emscripten_create_wasm_worker:(a,b)=>{let c=D[Wa]=new Worker(ma("skwasm.ww.js"));c.postMessage({$ww:Wa,wasm:qa,js:w.mainScriptUrlOrBlob||_scriptName,wasmMemory:g,sb:a,sz:b});c.onmessage=Da;return Wa++},_emscripten_get_now_is_monotonic:()=> 1,_emscripten_runtime_keepalive_clear:()=>{za=!1;Oa=0},_emscripten_throw_longjmp:()=>{throw Infinity;},_mmap_js:function(){return-52},_munmap_js:function(){},_setitimer_js:(a,b)=>{Xa[a]&&(clearTimeout(Xa[a].id),delete Xa[a]);if(!b)return 0;var c=setTimeout(()=>{delete Xa[a];Qa(()=>lc(a,performance.now()))},b);Xa[a]={id:c,aa:b};return 0},_tzset_js:(a,b,c,e)=>{var f=(new Date).getFullYear(),h=(new Date(f,0,1)).getTimezoneOffset();f=(new Date(f,6,1)).getTimezoneOffset();var l=Math.max(h,f);t()[a>>2]= 60*l;r()[b>>2]=Number(h!=f);b=m=>{var p=Math.abs(m);return`UTC${0<=m?"-":"+"}${String(Math.floor(p/60)).padStart(2,"0")}${String(p%60).padStart(2,"0")}`};a=b(h);b=b(f);f{console.warn(C(a))},emscripten_get_now:()=>performance.now(),emscripten_glActiveTexture:a=>F.activeTexture(a),emscripten_glAttachShader:(a,b)=>{F.attachShader(G[a],I[b])},emscripten_glBeginQuery:(a,b)=>{F.beginQuery(a,J[b])},emscripten_glBeginQueryEXT:(a,b)=> @@ -74,33 +74,34 @@ void 0}if(f)return!0}return!1},emscripten_wasm_worker_post_function_v:(a,b)=>{D[ 0;c+=e.length+1});return 0},environ_sizes_get:(a,b)=>{var c=Kb();t()[a>>2]=c.length;var e=0;c.forEach(f=>e+=f.length+1);t()[b>>2]=e;return 0},fd_close:()=>52,fd_pread:function(){return 52},fd_read:()=>52,fd_seek:function(){return 70},fd_write:(a,b,c,e)=>{for(var f=0,h=0;h>2],m=t()[b+4>>2];b+=8;for(var p=0;p>2]=f;return 0},glDeleteTextures:rb,glGetIntegerv:yb,glGetString:Cb,glGetStringi:Db, invoke_ii:mc,invoke_iii:nc,invoke_iiii:oc,invoke_iiiii:pc,invoke_iiiiiii:qc,invoke_vi:rc,invoke_vii:sc,invoke_viii:tc,invoke_viiii:uc,invoke_viiiiiii:vc,memory:g,proc_exit:Pa,skwasm_captureImageBitmap:Mb,skwasm_connectThread:Pb,skwasm_createGlTextureFromTextureSource:Qb,skwasm_createOffscreenCanvas:Rb,skwasm_dispatchDisposeSurface:Sb,skwasm_dispatchRasterizeImage:Tb,skwasm_dispatchRenderPictures:Ub,skwasm_disposeAssociatedObjectOnThread:Vb,skwasm_getAssociatedObject:Wb,skwasm_isSingleThreaded:Xb, skwasm_postRasterizeResult:Yb,skwasm_resizeCanvas:Zb,skwasm_resolveAndPostImages:$b,skwasm_setAssociatedObjectOnThread:ac},W=function(){function a(c,e){W=c.exports;w.wasmExports=W;B=W.__indirect_function_table;wa.unshift(W.__wasm_call_ctors);qa=e;z--;0==z&&(null!==Fa&&(clearInterval(Fa),Fa=null),A&&(c=A,A=null,c()));return W}var b={env:wc,wasi_snapshot_preview1:wc};z++;if(w.instantiateWasm)try{return w.instantiateWasm(b,a)}catch(c){y(`Module.instantiateWasm callback failed with error: ${c}`),fa(c)}Ia??= -Ha("skwasm.wasm")?"skwasm.wasm":ma("skwasm.wasm");La(b,function(c){a(c.instance,c.module)}).catch(fa);return{}}();w._canvas_saveLayer=(a,b,c,e,f)=>(w._canvas_saveLayer=W.canvas_saveLayer)(a,b,c,e,f);w._canvas_save=a=>(w._canvas_save=W.canvas_save)(a);w._canvas_restore=a=>(w._canvas_restore=W.canvas_restore)(a);w._canvas_restoreToCount=(a,b)=>(w._canvas_restoreToCount=W.canvas_restoreToCount)(a,b);w._canvas_getSaveCount=a=>(w._canvas_getSaveCount=W.canvas_getSaveCount)(a); -w._canvas_translate=(a,b,c)=>(w._canvas_translate=W.canvas_translate)(a,b,c);w._canvas_scale=(a,b,c)=>(w._canvas_scale=W.canvas_scale)(a,b,c);w._canvas_rotate=(a,b)=>(w._canvas_rotate=W.canvas_rotate)(a,b);w._canvas_skew=(a,b,c)=>(w._canvas_skew=W.canvas_skew)(a,b,c);w._canvas_transform=(a,b)=>(w._canvas_transform=W.canvas_transform)(a,b);w._canvas_clipRect=(a,b,c,e)=>(w._canvas_clipRect=W.canvas_clipRect)(a,b,c,e);w._canvas_clipRRect=(a,b,c)=>(w._canvas_clipRRect=W.canvas_clipRRect)(a,b,c); -w._canvas_clipPath=(a,b,c)=>(w._canvas_clipPath=W.canvas_clipPath)(a,b,c);w._canvas_drawColor=(a,b,c)=>(w._canvas_drawColor=W.canvas_drawColor)(a,b,c);w._canvas_drawLine=(a,b,c,e,f,h)=>(w._canvas_drawLine=W.canvas_drawLine)(a,b,c,e,f,h);w._canvas_drawPaint=(a,b)=>(w._canvas_drawPaint=W.canvas_drawPaint)(a,b);w._canvas_drawRect=(a,b,c)=>(w._canvas_drawRect=W.canvas_drawRect)(a,b,c);w._canvas_drawRRect=(a,b,c)=>(w._canvas_drawRRect=W.canvas_drawRRect)(a,b,c); -w._canvas_drawDRRect=(a,b,c,e)=>(w._canvas_drawDRRect=W.canvas_drawDRRect)(a,b,c,e);w._canvas_drawOval=(a,b,c)=>(w._canvas_drawOval=W.canvas_drawOval)(a,b,c);w._canvas_drawCircle=(a,b,c,e,f)=>(w._canvas_drawCircle=W.canvas_drawCircle)(a,b,c,e,f);w._canvas_drawArc=(a,b,c,e,f,h)=>(w._canvas_drawArc=W.canvas_drawArc)(a,b,c,e,f,h);w._canvas_drawPath=(a,b,c)=>(w._canvas_drawPath=W.canvas_drawPath)(a,b,c);w._canvas_drawShadow=(a,b,c,e,f,h)=>(w._canvas_drawShadow=W.canvas_drawShadow)(a,b,c,e,f,h); -w._canvas_drawParagraph=(a,b,c,e)=>(w._canvas_drawParagraph=W.canvas_drawParagraph)(a,b,c,e);w._canvas_drawPicture=(a,b)=>(w._canvas_drawPicture=W.canvas_drawPicture)(a,b);w._canvas_drawImage=(a,b,c,e,f,h)=>(w._canvas_drawImage=W.canvas_drawImage)(a,b,c,e,f,h);w._canvas_drawImageRect=(a,b,c,e,f,h)=>(w._canvas_drawImageRect=W.canvas_drawImageRect)(a,b,c,e,f,h);w._canvas_drawImageNine=(a,b,c,e,f,h)=>(w._canvas_drawImageNine=W.canvas_drawImageNine)(a,b,c,e,f,h); -w._canvas_drawVertices=(a,b,c,e)=>(w._canvas_drawVertices=W.canvas_drawVertices)(a,b,c,e);w._canvas_drawPoints=(a,b,c,e,f)=>(w._canvas_drawPoints=W.canvas_drawPoints)(a,b,c,e,f);w._canvas_drawAtlas=(a,b,c,e,f,h,l,m,p)=>(w._canvas_drawAtlas=W.canvas_drawAtlas)(a,b,c,e,f,h,l,m,p);w._canvas_getTransform=(a,b)=>(w._canvas_getTransform=W.canvas_getTransform)(a,b);w._canvas_getLocalClipBounds=(a,b)=>(w._canvas_getLocalClipBounds=W.canvas_getLocalClipBounds)(a,b); -w._canvas_getDeviceClipBounds=(a,b)=>(w._canvas_getDeviceClipBounds=W.canvas_getDeviceClipBounds)(a,b);w._contourMeasureIter_create=(a,b,c)=>(w._contourMeasureIter_create=W.contourMeasureIter_create)(a,b,c);w._contourMeasureIter_next=a=>(w._contourMeasureIter_next=W.contourMeasureIter_next)(a);w._contourMeasureIter_dispose=a=>(w._contourMeasureIter_dispose=W.contourMeasureIter_dispose)(a);w._contourMeasure_dispose=a=>(w._contourMeasure_dispose=W.contourMeasure_dispose)(a); -w._contourMeasure_length=a=>(w._contourMeasure_length=W.contourMeasure_length)(a);w._contourMeasure_isClosed=a=>(w._contourMeasure_isClosed=W.contourMeasure_isClosed)(a);w._contourMeasure_getPosTan=(a,b,c,e)=>(w._contourMeasure_getPosTan=W.contourMeasure_getPosTan)(a,b,c,e);w._contourMeasure_getSegment=(a,b,c,e)=>(w._contourMeasure_getSegment=W.contourMeasure_getSegment)(a,b,c,e);w._skData_create=a=>(w._skData_create=W.skData_create)(a);w._skData_getPointer=a=>(w._skData_getPointer=W.skData_getPointer)(a); -w._skData_getConstPointer=a=>(w._skData_getConstPointer=W.skData_getConstPointer)(a);w._skData_getSize=a=>(w._skData_getSize=W.skData_getSize)(a);w._skData_dispose=a=>(w._skData_dispose=W.skData_dispose)(a);w._imageFilter_createBlur=(a,b,c)=>(w._imageFilter_createBlur=W.imageFilter_createBlur)(a,b,c);w._imageFilter_createDilate=(a,b)=>(w._imageFilter_createDilate=W.imageFilter_createDilate)(a,b);w._imageFilter_createErode=(a,b)=>(w._imageFilter_createErode=W.imageFilter_createErode)(a,b); -w._imageFilter_createMatrix=(a,b)=>(w._imageFilter_createMatrix=W.imageFilter_createMatrix)(a,b);w._imageFilter_createFromColorFilter=a=>(w._imageFilter_createFromColorFilter=W.imageFilter_createFromColorFilter)(a);w._imageFilter_compose=(a,b)=>(w._imageFilter_compose=W.imageFilter_compose)(a,b);w._imageFilter_dispose=a=>(w._imageFilter_dispose=W.imageFilter_dispose)(a);w._imageFilter_getFilterBounds=(a,b)=>(w._imageFilter_getFilterBounds=W.imageFilter_getFilterBounds)(a,b); -w._colorFilter_createMode=(a,b)=>(w._colorFilter_createMode=W.colorFilter_createMode)(a,b);w._colorFilter_createMatrix=a=>(w._colorFilter_createMatrix=W.colorFilter_createMatrix)(a);w._colorFilter_createSRGBToLinearGamma=()=>(w._colorFilter_createSRGBToLinearGamma=W.colorFilter_createSRGBToLinearGamma)();w._colorFilter_createLinearToSRGBGamma=()=>(w._colorFilter_createLinearToSRGBGamma=W.colorFilter_createLinearToSRGBGamma)(); -w._colorFilter_compose=(a,b)=>(w._colorFilter_compose=W.colorFilter_compose)(a,b);w._colorFilter_dispose=a=>(w._colorFilter_dispose=W.colorFilter_dispose)(a);w._maskFilter_createBlur=(a,b)=>(w._maskFilter_createBlur=W.maskFilter_createBlur)(a,b);w._maskFilter_dispose=a=>(w._maskFilter_dispose=W.maskFilter_dispose)(a);w._fontCollection_create=()=>(w._fontCollection_create=W.fontCollection_create)();w._fontCollection_dispose=a=>(w._fontCollection_dispose=W.fontCollection_dispose)(a); -w._typeface_create=a=>(w._typeface_create=W.typeface_create)(a);w._typeface_dispose=a=>(w._typeface_dispose=W.typeface_dispose)(a);w._typefaces_filterCoveredCodePoints=(a,b,c,e)=>(w._typefaces_filterCoveredCodePoints=W.typefaces_filterCoveredCodePoints)(a,b,c,e);w._fontCollection_registerTypeface=(a,b,c)=>(w._fontCollection_registerTypeface=W.fontCollection_registerTypeface)(a,b,c);w._fontCollection_clearCaches=a=>(w._fontCollection_clearCaches=W.fontCollection_clearCaches)(a); -w._image_createFromPicture=(a,b,c)=>(w._image_createFromPicture=W.image_createFromPicture)(a,b,c);w._image_createFromPixels=(a,b,c,e,f)=>(w._image_createFromPixels=W.image_createFromPixels)(a,b,c,e,f);w._image_createFromTextureSource=(a,b,c,e)=>(w._image_createFromTextureSource=W.image_createFromTextureSource)(a,b,c,e);w._image_ref=a=>(w._image_ref=W.image_ref)(a);w._image_dispose=a=>(w._image_dispose=W.image_dispose)(a);w._image_getWidth=a=>(w._image_getWidth=W.image_getWidth)(a); -w._image_getHeight=a=>(w._image_getHeight=W.image_getHeight)(a);w._skwasm_getLiveObjectCounts=a=>(w._skwasm_getLiveObjectCounts=W.skwasm_getLiveObjectCounts)(a);w._paint_create=(a,b,c,e,f,h,l,m)=>(w._paint_create=W.paint_create)(a,b,c,e,f,h,l,m);w._paint_dispose=a=>(w._paint_dispose=W.paint_dispose)(a);w._paint_setShader=(a,b)=>(w._paint_setShader=W.paint_setShader)(a,b);w._paint_setDither=(a,b)=>(w._paint_setDither=W.paint_setDither)(a,b); -w._paint_setImageFilter=(a,b)=>(w._paint_setImageFilter=W.paint_setImageFilter)(a,b);w._paint_setColorFilter=(a,b)=>(w._paint_setColorFilter=W.paint_setColorFilter)(a,b);w._paint_setMaskFilter=(a,b)=>(w._paint_setMaskFilter=W.paint_setMaskFilter)(a,b);w._path_create=()=>(w._path_create=W.path_create)();w._path_dispose=a=>(w._path_dispose=W.path_dispose)(a);w._path_copy=a=>(w._path_copy=W.path_copy)(a);w._path_setFillType=(a,b)=>(w._path_setFillType=W.path_setFillType)(a,b); -w._path_getFillType=a=>(w._path_getFillType=W.path_getFillType)(a);w._path_moveTo=(a,b,c)=>(w._path_moveTo=W.path_moveTo)(a,b,c);w._path_relativeMoveTo=(a,b,c)=>(w._path_relativeMoveTo=W.path_relativeMoveTo)(a,b,c);w._path_lineTo=(a,b,c)=>(w._path_lineTo=W.path_lineTo)(a,b,c);w._path_relativeLineTo=(a,b,c)=>(w._path_relativeLineTo=W.path_relativeLineTo)(a,b,c);w._path_quadraticBezierTo=(a,b,c,e,f)=>(w._path_quadraticBezierTo=W.path_quadraticBezierTo)(a,b,c,e,f); -w._path_relativeQuadraticBezierTo=(a,b,c,e,f)=>(w._path_relativeQuadraticBezierTo=W.path_relativeQuadraticBezierTo)(a,b,c,e,f);w._path_cubicTo=(a,b,c,e,f,h,l)=>(w._path_cubicTo=W.path_cubicTo)(a,b,c,e,f,h,l);w._path_relativeCubicTo=(a,b,c,e,f,h,l)=>(w._path_relativeCubicTo=W.path_relativeCubicTo)(a,b,c,e,f,h,l);w._path_conicTo=(a,b,c,e,f,h)=>(w._path_conicTo=W.path_conicTo)(a,b,c,e,f,h);w._path_relativeConicTo=(a,b,c,e,f,h)=>(w._path_relativeConicTo=W.path_relativeConicTo)(a,b,c,e,f,h); -w._path_arcToOval=(a,b,c,e,f)=>(w._path_arcToOval=W.path_arcToOval)(a,b,c,e,f);w._path_arcToRotated=(a,b,c,e,f,h,l,m)=>(w._path_arcToRotated=W.path_arcToRotated)(a,b,c,e,f,h,l,m);w._path_relativeArcToRotated=(a,b,c,e,f,h,l,m)=>(w._path_relativeArcToRotated=W.path_relativeArcToRotated)(a,b,c,e,f,h,l,m);w._path_addRect=(a,b)=>(w._path_addRect=W.path_addRect)(a,b);w._path_addOval=(a,b)=>(w._path_addOval=W.path_addOval)(a,b);w._path_addArc=(a,b,c,e)=>(w._path_addArc=W.path_addArc)(a,b,c,e); -w._path_addPolygon=(a,b,c,e)=>(w._path_addPolygon=W.path_addPolygon)(a,b,c,e);w._path_addRRect=(a,b)=>(w._path_addRRect=W.path_addRRect)(a,b);w._path_addPath=(a,b,c,e)=>(w._path_addPath=W.path_addPath)(a,b,c,e);w._path_close=a=>(w._path_close=W.path_close)(a);w._path_reset=a=>(w._path_reset=W.path_reset)(a);w._path_contains=(a,b,c)=>(w._path_contains=W.path_contains)(a,b,c);w._path_transform=(a,b)=>(w._path_transform=W.path_transform)(a,b); -w._path_getBounds=(a,b)=>(w._path_getBounds=W.path_getBounds)(a,b);w._path_combine=(a,b,c)=>(w._path_combine=W.path_combine)(a,b,c);w._path_getSvgString=a=>(w._path_getSvgString=W.path_getSvgString)(a);w._pictureRecorder_create=()=>(w._pictureRecorder_create=W.pictureRecorder_create)();w._pictureRecorder_dispose=a=>(w._pictureRecorder_dispose=W.pictureRecorder_dispose)(a);w._pictureRecorder_beginRecording=(a,b)=>(w._pictureRecorder_beginRecording=W.pictureRecorder_beginRecording)(a,b); -w._pictureRecorder_endRecording=a=>(w._pictureRecorder_endRecording=W.pictureRecorder_endRecording)(a);w._picture_getCullRect=(a,b)=>(w._picture_getCullRect=W.picture_getCullRect)(a,b);w._picture_dispose=a=>(w._picture_dispose=W.picture_dispose)(a);w._picture_approximateBytesUsed=a=>(w._picture_approximateBytesUsed=W.picture_approximateBytesUsed)(a);w._shader_createLinearGradient=(a,b,c,e,f,h)=>(w._shader_createLinearGradient=W.shader_createLinearGradient)(a,b,c,e,f,h); -w._shader_createRadialGradient=(a,b,c,e,f,h,l,m)=>(w._shader_createRadialGradient=W.shader_createRadialGradient)(a,b,c,e,f,h,l,m);w._shader_createConicalGradient=(a,b,c,e,f,h,l,m)=>(w._shader_createConicalGradient=W.shader_createConicalGradient)(a,b,c,e,f,h,l,m);w._shader_createSweepGradient=(a,b,c,e,f,h,l,m,p)=>(w._shader_createSweepGradient=W.shader_createSweepGradient)(a,b,c,e,f,h,l,m,p);w._shader_dispose=a=>(w._shader_dispose=W.shader_dispose)(a); -w._runtimeEffect_create=a=>(w._runtimeEffect_create=W.runtimeEffect_create)(a);w._runtimeEffect_dispose=a=>(w._runtimeEffect_dispose=W.runtimeEffect_dispose)(a);w._runtimeEffect_getUniformSize=a=>(w._runtimeEffect_getUniformSize=W.runtimeEffect_getUniformSize)(a);w._shader_createRuntimeEffectShader=(a,b,c,e)=>(w._shader_createRuntimeEffectShader=W.shader_createRuntimeEffectShader)(a,b,c,e);w._shader_createFromImage=(a,b,c,e,f)=>(w._shader_createFromImage=W.shader_createFromImage)(a,b,c,e,f); +Ha("skwasm.wasm")?"skwasm.wasm":ma("skwasm.wasm");La(b,function(c){a(c.instance,c.module)}).catch(fa);return{}}();w._canvas_saveLayer=(a,b,c,e)=>(w._canvas_saveLayer=W.canvas_saveLayer)(a,b,c,e);w._canvas_save=a=>(w._canvas_save=W.canvas_save)(a);w._canvas_restore=a=>(w._canvas_restore=W.canvas_restore)(a);w._canvas_restoreToCount=(a,b)=>(w._canvas_restoreToCount=W.canvas_restoreToCount)(a,b);w._canvas_getSaveCount=a=>(w._canvas_getSaveCount=W.canvas_getSaveCount)(a); +w._canvas_translate=(a,b,c)=>(w._canvas_translate=W.canvas_translate)(a,b,c);w._canvas_scale=(a,b,c)=>(w._canvas_scale=W.canvas_scale)(a,b,c);w._canvas_rotate=(a,b)=>(w._canvas_rotate=W.canvas_rotate)(a,b);w._canvas_skew=(a,b,c)=>(w._canvas_skew=W.canvas_skew)(a,b,c);w._canvas_transform=(a,b)=>(w._canvas_transform=W.canvas_transform)(a,b);w._canvas_clear=(a,b)=>(w._canvas_clear=W.canvas_clear)(a,b);w._canvas_clipRect=(a,b,c,e)=>(w._canvas_clipRect=W.canvas_clipRect)(a,b,c,e); +w._canvas_clipRRect=(a,b,c)=>(w._canvas_clipRRect=W.canvas_clipRRect)(a,b,c);w._canvas_clipPath=(a,b,c)=>(w._canvas_clipPath=W.canvas_clipPath)(a,b,c);w._canvas_drawColor=(a,b,c)=>(w._canvas_drawColor=W.canvas_drawColor)(a,b,c);w._canvas_drawLine=(a,b,c,e,f,h)=>(w._canvas_drawLine=W.canvas_drawLine)(a,b,c,e,f,h);w._canvas_drawPaint=(a,b)=>(w._canvas_drawPaint=W.canvas_drawPaint)(a,b);w._canvas_drawRect=(a,b,c)=>(w._canvas_drawRect=W.canvas_drawRect)(a,b,c); +w._canvas_drawRRect=(a,b,c)=>(w._canvas_drawRRect=W.canvas_drawRRect)(a,b,c);w._canvas_drawDRRect=(a,b,c,e)=>(w._canvas_drawDRRect=W.canvas_drawDRRect)(a,b,c,e);w._canvas_drawOval=(a,b,c)=>(w._canvas_drawOval=W.canvas_drawOval)(a,b,c);w._canvas_drawCircle=(a,b,c,e,f)=>(w._canvas_drawCircle=W.canvas_drawCircle)(a,b,c,e,f);w._canvas_drawArc=(a,b,c,e,f,h)=>(w._canvas_drawArc=W.canvas_drawArc)(a,b,c,e,f,h);w._canvas_drawPath=(a,b,c)=>(w._canvas_drawPath=W.canvas_drawPath)(a,b,c); +w._canvas_drawShadow=(a,b,c,e,f,h)=>(w._canvas_drawShadow=W.canvas_drawShadow)(a,b,c,e,f,h);w._canvas_drawParagraph=(a,b,c,e)=>(w._canvas_drawParagraph=W.canvas_drawParagraph)(a,b,c,e);w._canvas_drawPicture=(a,b)=>(w._canvas_drawPicture=W.canvas_drawPicture)(a,b);w._canvas_drawImage=(a,b,c,e,f,h)=>(w._canvas_drawImage=W.canvas_drawImage)(a,b,c,e,f,h);w._canvas_drawImageRect=(a,b,c,e,f,h)=>(w._canvas_drawImageRect=W.canvas_drawImageRect)(a,b,c,e,f,h); +w._canvas_drawImageNine=(a,b,c,e,f,h)=>(w._canvas_drawImageNine=W.canvas_drawImageNine)(a,b,c,e,f,h);w._canvas_drawVertices=(a,b,c,e)=>(w._canvas_drawVertices=W.canvas_drawVertices)(a,b,c,e);w._canvas_drawPoints=(a,b,c,e,f)=>(w._canvas_drawPoints=W.canvas_drawPoints)(a,b,c,e,f);w._canvas_drawAtlas=(a,b,c,e,f,h,l,m,p)=>(w._canvas_drawAtlas=W.canvas_drawAtlas)(a,b,c,e,f,h,l,m,p);w._canvas_getTransform=(a,b)=>(w._canvas_getTransform=W.canvas_getTransform)(a,b); +w._canvas_getLocalClipBounds=(a,b)=>(w._canvas_getLocalClipBounds=W.canvas_getLocalClipBounds)(a,b);w._canvas_getDeviceClipBounds=(a,b)=>(w._canvas_getDeviceClipBounds=W.canvas_getDeviceClipBounds)(a,b);w._canvas_quickReject=(a,b)=>(w._canvas_quickReject=W.canvas_quickReject)(a,b);w._contourMeasureIter_create=(a,b,c)=>(w._contourMeasureIter_create=W.contourMeasureIter_create)(a,b,c);w._contourMeasureIter_next=a=>(w._contourMeasureIter_next=W.contourMeasureIter_next)(a); +w._contourMeasureIter_dispose=a=>(w._contourMeasureIter_dispose=W.contourMeasureIter_dispose)(a);w._contourMeasure_dispose=a=>(w._contourMeasure_dispose=W.contourMeasure_dispose)(a);w._contourMeasure_length=a=>(w._contourMeasure_length=W.contourMeasure_length)(a);w._contourMeasure_isClosed=a=>(w._contourMeasure_isClosed=W.contourMeasure_isClosed)(a);w._contourMeasure_getPosTan=(a,b,c,e)=>(w._contourMeasure_getPosTan=W.contourMeasure_getPosTan)(a,b,c,e); +w._contourMeasure_getSegment=(a,b,c,e)=>(w._contourMeasure_getSegment=W.contourMeasure_getSegment)(a,b,c,e);w._skData_create=a=>(w._skData_create=W.skData_create)(a);w._skData_getPointer=a=>(w._skData_getPointer=W.skData_getPointer)(a);w._skData_getConstPointer=a=>(w._skData_getConstPointer=W.skData_getConstPointer)(a);w._skData_getSize=a=>(w._skData_getSize=W.skData_getSize)(a);w._skData_dispose=a=>(w._skData_dispose=W.skData_dispose)(a); +w._imageFilter_createBlur=(a,b,c)=>(w._imageFilter_createBlur=W.imageFilter_createBlur)(a,b,c);w._imageFilter_createDilate=(a,b)=>(w._imageFilter_createDilate=W.imageFilter_createDilate)(a,b);w._imageFilter_createErode=(a,b)=>(w._imageFilter_createErode=W.imageFilter_createErode)(a,b);w._imageFilter_createMatrix=(a,b)=>(w._imageFilter_createMatrix=W.imageFilter_createMatrix)(a,b);w._imageFilter_createFromColorFilter=a=>(w._imageFilter_createFromColorFilter=W.imageFilter_createFromColorFilter)(a); +w._imageFilter_compose=(a,b)=>(w._imageFilter_compose=W.imageFilter_compose)(a,b);w._imageFilter_dispose=a=>(w._imageFilter_dispose=W.imageFilter_dispose)(a);w._imageFilter_getFilterBounds=(a,b)=>(w._imageFilter_getFilterBounds=W.imageFilter_getFilterBounds)(a,b);w._colorFilter_createMode=(a,b)=>(w._colorFilter_createMode=W.colorFilter_createMode)(a,b);w._colorFilter_createMatrix=a=>(w._colorFilter_createMatrix=W.colorFilter_createMatrix)(a); +w._colorFilter_createSRGBToLinearGamma=()=>(w._colorFilter_createSRGBToLinearGamma=W.colorFilter_createSRGBToLinearGamma)();w._colorFilter_createLinearToSRGBGamma=()=>(w._colorFilter_createLinearToSRGBGamma=W.colorFilter_createLinearToSRGBGamma)();w._colorFilter_dispose=a=>(w._colorFilter_dispose=W.colorFilter_dispose)(a);w._maskFilter_createBlur=(a,b)=>(w._maskFilter_createBlur=W.maskFilter_createBlur)(a,b);w._maskFilter_dispose=a=>(w._maskFilter_dispose=W.maskFilter_dispose)(a); +w._fontCollection_create=()=>(w._fontCollection_create=W.fontCollection_create)();w._fontCollection_dispose=a=>(w._fontCollection_dispose=W.fontCollection_dispose)(a);w._typeface_create=a=>(w._typeface_create=W.typeface_create)(a);w._typeface_dispose=a=>(w._typeface_dispose=W.typeface_dispose)(a);w._typefaces_filterCoveredCodePoints=(a,b,c,e)=>(w._typefaces_filterCoveredCodePoints=W.typefaces_filterCoveredCodePoints)(a,b,c,e); +w._fontCollection_registerTypeface=(a,b,c)=>(w._fontCollection_registerTypeface=W.fontCollection_registerTypeface)(a,b,c);w._fontCollection_clearCaches=a=>(w._fontCollection_clearCaches=W.fontCollection_clearCaches)(a);w._image_createFromPicture=(a,b,c)=>(w._image_createFromPicture=W.image_createFromPicture)(a,b,c);w._image_createFromPixels=(a,b,c,e,f)=>(w._image_createFromPixels=W.image_createFromPixels)(a,b,c,e,f); +w._image_createFromTextureSource=(a,b,c,e)=>(w._image_createFromTextureSource=W.image_createFromTextureSource)(a,b,c,e);w._image_ref=a=>(w._image_ref=W.image_ref)(a);w._image_dispose=a=>(w._image_dispose=W.image_dispose)(a);w._image_getWidth=a=>(w._image_getWidth=W.image_getWidth)(a);w._image_getHeight=a=>(w._image_getHeight=W.image_getHeight)(a);w._skwasm_getLiveObjectCounts=a=>(w._skwasm_getLiveObjectCounts=W.skwasm_getLiveObjectCounts)(a); +w._paint_create=(a,b,c,e,f,h,l,m,p)=>(w._paint_create=W.paint_create)(a,b,c,e,f,h,l,m,p);w._paint_dispose=a=>(w._paint_dispose=W.paint_dispose)(a);w._paint_setShader=(a,b)=>(w._paint_setShader=W.paint_setShader)(a,b);w._paint_setImageFilter=(a,b)=>(w._paint_setImageFilter=W.paint_setImageFilter)(a,b);w._paint_setColorFilter=(a,b)=>(w._paint_setColorFilter=W.paint_setColorFilter)(a,b);w._paint_setMaskFilter=(a,b)=>(w._paint_setMaskFilter=W.paint_setMaskFilter)(a,b); +w._path_create=()=>(w._path_create=W.path_create)();w._path_dispose=a=>(w._path_dispose=W.path_dispose)(a);w._path_copy=a=>(w._path_copy=W.path_copy)(a);w._path_setFillType=(a,b)=>(w._path_setFillType=W.path_setFillType)(a,b);w._path_getFillType=a=>(w._path_getFillType=W.path_getFillType)(a);w._path_moveTo=(a,b,c)=>(w._path_moveTo=W.path_moveTo)(a,b,c);w._path_relativeMoveTo=(a,b,c)=>(w._path_relativeMoveTo=W.path_relativeMoveTo)(a,b,c);w._path_lineTo=(a,b,c)=>(w._path_lineTo=W.path_lineTo)(a,b,c); +w._path_relativeLineTo=(a,b,c)=>(w._path_relativeLineTo=W.path_relativeLineTo)(a,b,c);w._path_quadraticBezierTo=(a,b,c,e,f)=>(w._path_quadraticBezierTo=W.path_quadraticBezierTo)(a,b,c,e,f);w._path_relativeQuadraticBezierTo=(a,b,c,e,f)=>(w._path_relativeQuadraticBezierTo=W.path_relativeQuadraticBezierTo)(a,b,c,e,f);w._path_cubicTo=(a,b,c,e,f,h,l)=>(w._path_cubicTo=W.path_cubicTo)(a,b,c,e,f,h,l);w._path_relativeCubicTo=(a,b,c,e,f,h,l)=>(w._path_relativeCubicTo=W.path_relativeCubicTo)(a,b,c,e,f,h,l); +w._path_conicTo=(a,b,c,e,f,h)=>(w._path_conicTo=W.path_conicTo)(a,b,c,e,f,h);w._path_relativeConicTo=(a,b,c,e,f,h)=>(w._path_relativeConicTo=W.path_relativeConicTo)(a,b,c,e,f,h);w._path_arcToOval=(a,b,c,e,f)=>(w._path_arcToOval=W.path_arcToOval)(a,b,c,e,f);w._path_arcToRotated=(a,b,c,e,f,h,l,m)=>(w._path_arcToRotated=W.path_arcToRotated)(a,b,c,e,f,h,l,m);w._path_relativeArcToRotated=(a,b,c,e,f,h,l,m)=>(w._path_relativeArcToRotated=W.path_relativeArcToRotated)(a,b,c,e,f,h,l,m); +w._path_addRect=(a,b)=>(w._path_addRect=W.path_addRect)(a,b);w._path_addOval=(a,b)=>(w._path_addOval=W.path_addOval)(a,b);w._path_addArc=(a,b,c,e)=>(w._path_addArc=W.path_addArc)(a,b,c,e);w._path_addPolygon=(a,b,c,e)=>(w._path_addPolygon=W.path_addPolygon)(a,b,c,e);w._path_addRRect=(a,b)=>(w._path_addRRect=W.path_addRRect)(a,b);w._path_addPath=(a,b,c,e)=>(w._path_addPath=W.path_addPath)(a,b,c,e);w._path_close=a=>(w._path_close=W.path_close)(a);w._path_reset=a=>(w._path_reset=W.path_reset)(a); +w._path_contains=(a,b,c)=>(w._path_contains=W.path_contains)(a,b,c);w._path_transform=(a,b)=>(w._path_transform=W.path_transform)(a,b);w._path_getBounds=(a,b)=>(w._path_getBounds=W.path_getBounds)(a,b);w._path_combine=(a,b,c)=>(w._path_combine=W.path_combine)(a,b,c);w._path_getSvgString=a=>(w._path_getSvgString=W.path_getSvgString)(a);w._pictureRecorder_create=()=>(w._pictureRecorder_create=W.pictureRecorder_create)();w._pictureRecorder_dispose=a=>(w._pictureRecorder_dispose=W.pictureRecorder_dispose)(a); +w._pictureRecorder_beginRecording=(a,b)=>(w._pictureRecorder_beginRecording=W.pictureRecorder_beginRecording)(a,b);w._pictureRecorder_endRecording=a=>(w._pictureRecorder_endRecording=W.pictureRecorder_endRecording)(a);w._picture_getCullRect=(a,b)=>(w._picture_getCullRect=W.picture_getCullRect)(a,b);w._picture_dispose=a=>(w._picture_dispose=W.picture_dispose)(a);w._picture_approximateBytesUsed=a=>(w._picture_approximateBytesUsed=W.picture_approximateBytesUsed)(a); +w._shader_createLinearGradient=(a,b,c,e,f,h)=>(w._shader_createLinearGradient=W.shader_createLinearGradient)(a,b,c,e,f,h);w._shader_createRadialGradient=(a,b,c,e,f,h,l,m)=>(w._shader_createRadialGradient=W.shader_createRadialGradient)(a,b,c,e,f,h,l,m);w._shader_createConicalGradient=(a,b,c,e,f,h,l,m)=>(w._shader_createConicalGradient=W.shader_createConicalGradient)(a,b,c,e,f,h,l,m); +w._shader_createSweepGradient=(a,b,c,e,f,h,l,m,p)=>(w._shader_createSweepGradient=W.shader_createSweepGradient)(a,b,c,e,f,h,l,m,p);w._shader_dispose=a=>(w._shader_dispose=W.shader_dispose)(a);w._runtimeEffect_create=a=>(w._runtimeEffect_create=W.runtimeEffect_create)(a);w._runtimeEffect_dispose=a=>(w._runtimeEffect_dispose=W.runtimeEffect_dispose)(a);w._runtimeEffect_getUniformSize=a=>(w._runtimeEffect_getUniformSize=W.runtimeEffect_getUniformSize)(a); +w._shader_createRuntimeEffectShader=(a,b,c,e)=>(w._shader_createRuntimeEffectShader=W.shader_createRuntimeEffectShader)(a,b,c,e);w._shader_createFromImage=(a,b,c,e,f)=>(w._shader_createFromImage=W.shader_createFromImage)(a,b,c,e,f);w._uniformData_create=a=>(w._uniformData_create=W.uniformData_create)(a);w._uniformData_dispose=a=>(w._uniformData_dispose=W.uniformData_dispose)(a);w._uniformData_getPointer=a=>(w._uniformData_getPointer=W.uniformData_getPointer)(a); w._skString_allocate=a=>(w._skString_allocate=W.skString_allocate)(a);w._skString_getData=a=>(w._skString_getData=W.skString_getData)(a);w._skString_getLength=a=>(w._skString_getLength=W.skString_getLength)(a);w._skString_free=a=>(w._skString_free=W.skString_free)(a);w._skString16_allocate=a=>(w._skString16_allocate=W.skString16_allocate)(a);w._skString16_getData=a=>(w._skString16_getData=W.skString16_getData)(a);w._skString16_free=a=>(w._skString16_free=W.skString16_free)(a); -w._surface_create=()=>(w._surface_create=W.surface_create)();w._surface_getThreadId=a=>(w._surface_getThreadId=W.surface_getThreadId)(a);w._surface_setCallbackHandler=(a,b)=>(w._surface_setCallbackHandler=W.surface_setCallbackHandler)(a,b);w._surface_destroy=a=>(w._surface_destroy=W.surface_destroy)(a);var ic=w._surface_dispose=a=>(ic=w._surface_dispose=W.surface_dispose)(a);w._surface_renderPictures=(a,b,c)=>(w._surface_renderPictures=W.surface_renderPictures)(a,b,c); -var gc=w._surface_renderPicturesOnWorker=(a,b,c,e,f)=>(gc=w._surface_renderPicturesOnWorker=W.surface_renderPicturesOnWorker)(a,b,c,e,f);w._surface_rasterizeImage=(a,b,c)=>(w._surface_rasterizeImage=W.surface_rasterizeImage)(a,b,c); +w._surface_create=()=>(w._surface_create=W.surface_create)();w._surface_getThreadId=a=>(w._surface_getThreadId=W.surface_getThreadId)(a);w._surface_setCallbackHandler=(a,b)=>(w._surface_setCallbackHandler=W.surface_setCallbackHandler)(a,b);w._surface_destroy=a=>(w._surface_destroy=W.surface_destroy)(a);var ic=w._surface_dispose=a=>(ic=w._surface_dispose=W.surface_dispose)(a); +w._surface_setResourceCacheLimitBytes=(a,b)=>(w._surface_setResourceCacheLimitBytes=W.surface_setResourceCacheLimitBytes)(a,b);w._surface_renderPictures=(a,b,c,e,f)=>(w._surface_renderPictures=W.surface_renderPictures)(a,b,c,e,f);var gc=w._surface_renderPicturesOnWorker=(a,b,c,e,f,h,l)=>(gc=w._surface_renderPicturesOnWorker=W.surface_renderPicturesOnWorker)(a,b,c,e,f,h,l);w._surface_rasterizeImage=(a,b,c)=>(w._surface_rasterizeImage=W.surface_rasterizeImage)(a,b,c); var jc=w._surface_rasterizeImageOnWorker=(a,b,c,e)=>(jc=w._surface_rasterizeImageOnWorker=W.surface_rasterizeImageOnWorker)(a,b,c,e),hc=w._surface_onRenderComplete=(a,b,c)=>(hc=w._surface_onRenderComplete=W.surface_onRenderComplete)(a,b,c),kc=w._surface_onRasterizeComplete=(a,b,c)=>(kc=w._surface_onRasterizeComplete=W.surface_onRasterizeComplete)(a,b,c);w._skwasm_isMultiThreaded=()=>(w._skwasm_isMultiThreaded=W.skwasm_isMultiThreaded)(); w._lineMetrics_create=(a,b,c,e,f,h,l,m,p)=>(w._lineMetrics_create=W.lineMetrics_create)(a,b,c,e,f,h,l,m,p);w._lineMetrics_dispose=a=>(w._lineMetrics_dispose=W.lineMetrics_dispose)(a);w._lineMetrics_getHardBreak=a=>(w._lineMetrics_getHardBreak=W.lineMetrics_getHardBreak)(a);w._lineMetrics_getAscent=a=>(w._lineMetrics_getAscent=W.lineMetrics_getAscent)(a);w._lineMetrics_getDescent=a=>(w._lineMetrics_getDescent=W.lineMetrics_getDescent)(a); w._lineMetrics_getUnscaledAscent=a=>(w._lineMetrics_getUnscaledAscent=W.lineMetrics_getUnscaledAscent)(a);w._lineMetrics_getHeight=a=>(w._lineMetrics_getHeight=W.lineMetrics_getHeight)(a);w._lineMetrics_getWidth=a=>(w._lineMetrics_getWidth=W.lineMetrics_getWidth)(a);w._lineMetrics_getLeft=a=>(w._lineMetrics_getLeft=W.lineMetrics_getLeft)(a);w._lineMetrics_getBaseline=a=>(w._lineMetrics_getBaseline=W.lineMetrics_getBaseline)(a);w._lineMetrics_getLineNumber=a=>(w._lineMetrics_getLineNumber=W.lineMetrics_getLineNumber)(a); diff --git a/hive/extension/devtools/build/canvaskit/skwasm.js.symbols b/hive/extension/devtools/build/canvaskit/skwasm.js.symbols index c4016f7d..7c3463b7 100644 --- a/hive/extension/devtools/build/canvaskit/skwasm.js.symbols +++ b/hive/extension/devtools/build/canvaskit/skwasm.js.symbols @@ -211,15 +211,15 @@ 210:__syscall_openat 211:__syscall_ioctl 212:__syscall_fstat64 -213:std::__2::basic_string\2c\20std::__2::allocator>::~basic_string\28\29 -214:emscripten_builtin_free -215:sk_sp::~sk_sp\28\29 -216:operator\20new\28unsigned\20long\29 -217:GrGLSLShaderBuilder::codeAppendf\28char\20const*\2c\20...\29 -218:sk_sp::~sk_sp\28\29 -219:void\20SkSafeUnref\28GrContextThreadSafeProxy*\29 -220:void\20SkSafeUnref\28SkImageFilter*\29\20\28.1807\29 -221:operator\20delete\28void*\29 +213:emscripten_builtin_free +214:std::__2::basic_string\2c\20std::__2::allocator>::~basic_string\28\29 +215:operator\20new\28unsigned\20long\29 +216:sk_sp::~sk_sp\28\29 +217:void\20SkSafeUnref\28SkTypeface*\29\20\28.4199\29 +218:GrGLSLShaderBuilder::codeAppendf\28char\20const*\2c\20...\29 +219:sk_sp::~sk_sp\28\29 +220:void\20SkSafeUnref\28GrContextThreadSafeProxy*\29 +221:operator\20delete\28void*\2c\20unsigned\20long\29 222:SkRasterPipeline::uncheckedAppend\28SkRasterPipelineOp\2c\20void*\29 223:void\20SkSafeUnref\28SkString::Rec*\29 224:GrGLSLShaderBuilder::codeAppend\28char\20const*\29 @@ -228,11937 +228,12594 @@ 227:__cxa_guard_release 228:SkSL::ErrorReporter::error\28SkSL::Position\2c\20std::__2::basic_string_view>\29 229:hb_blob_destroy -230:std::__2::basic_string\2c\20std::__2::allocator>\20std::__2::operator+\5babi:ne180100\5d\2c\20std::__2::allocator>\28std::__2::basic_string\2c\20std::__2::allocator>&&\2c\20char\20const*\29 -231:SkImageGenerator::onIsProtected\28\29\20const +230:flutter::DlBlurMaskFilter::type\28\29\20const +231:std::__2::basic_string\2c\20std::__2::allocator>\20std::__2::operator+\5babi:ne180100\5d\2c\20std::__2::allocator>\28std::__2::basic_string\2c\20std::__2::allocator>&&\2c\20char\20const*\29 232:SkDebugf\28char\20const*\2c\20...\29 233:fmaxf -234:skia_private::TArray::~TArray\28\29 -235:std::__2::basic_string\2c\20std::__2::allocator>\20std::__2::operator+\5babi:ne180100\5d\2c\20std::__2::allocator>\28char\20const*\2c\20std::__2::basic_string\2c\20std::__2::allocator>&&\29 -236:std::__2::basic_string\2c\20std::__2::allocator>::size\5babi:nn180100\5d\28\29\20const -237:std::__2::__function::__value_func::~__value_func\5babi:ne180100\5d\28\29 -238:hb_sanitize_context_t::check_range\28void\20const*\2c\20unsigned\20int\29\20const -239:void\20SkSafeUnref\28SkPathRef*\29 -240:GrShaderVar::~GrShaderVar\28\29 -241:hb_buffer_t::message\28hb_font_t*\2c\20char\20const*\2c\20...\29 -242:__unlockfile -243:std::__2::basic_string\2c\20std::__2::allocator>\20std::__2::operator+\5babi:ne180100\5d\2c\20std::__2::allocator>\28std::__2::basic_string\2c\20std::__2::allocator>&&\2c\20std::__2::basic_string\2c\20std::__2::allocator>&&\29 -244:__wasm_setjmp_test -245:SkPaint::~SkPaint\28\29 -246:GrColorInfo::~GrColorInfo\28\29 -247:SkMutex::release\28\29 -248:std::__2::basic_string\2c\20std::__2::allocator>::basic_string>\2c\200>\28std::__2::basic_string_view>\20const&\29 -249:fminf -250:SkArenaAlloc::allocObject\28unsigned\20int\2c\20unsigned\20int\29 -251:std::exception::~exception\28\29 -252:FT_DivFix -253:strlen -254:skvx::Vec<4\2c\20float>\20skvx::naive_if_then_else<4\2c\20float>\28skvx::Vec<4\2c\20skvx::Mask::type>\20const&\2c\20skvx::Vec<4\2c\20float>\20const&\2c\20skvx::Vec<4\2c\20float>\20const&\29\20\28.5868\29 -255:SkSemaphore::wait\28\29 -256:skia_private::TArray>\2c\20true>::~TArray\28\29 -257:std::__2::basic_string\2c\20std::__2::allocator>::basic_string\5babi:ne180100\5d<0>\28char\20const*\29 -258:skia_png_crc_finish -259:skia_png_chunk_benign_error -260:ft_mem_realloc -261:SkSL::RP::Generator::pushExpression\28SkSL::Expression\20const&\2c\20bool\29 -262:SkBitmap::~SkBitmap\28\29 -263:sk_sp::reset\28SkFontStyleSet*\29 -264:SkMatrix::hasPerspective\28\29\20const -265:skvx::Vec<4\2c\20float>\20skvx::operator*<4\2c\20float\2c\20float\2c\20void>\28skvx::Vec<4\2c\20float>\20const&\2c\20float\29 -266:SkSL::RP::Builder::appendInstruction\28SkSL::RP::BuilderOp\2c\20SkSL::RP::Builder::SlotList\2c\20int\2c\20int\2c\20int\2c\20int\29 -267:SkSL::Pool::AllocMemory\28unsigned\20long\29 -268:sk_report_container_overflow_and_die\28\29 -269:SkString::appendf\28char\20const*\2c\20...\29 -270:SkArenaAlloc::allocObjectWithFooter\28unsigned\20int\2c\20unsigned\20int\29 -271:lang_matches\28char\20const*\2c\20char\20const*\2c\20char\20const*\2c\20unsigned\20int\29 -272:skgpu::ganesh::VertexChunkPatchAllocator::append\28skgpu::tess::LinearTolerances\20const&\29 -273:SkImageGenerator::onGetYUVAPlanes\28SkYUVAPixmaps\20const&\29 -274:skgpu::VertexWriter&\20skgpu::tess::operator<<<\28skgpu::tess::PatchAttribs\298\2c\20skgpu::VertexColor\2c\20false\2c\20true>\28skgpu::VertexWriter&\2c\20skgpu::tess::AttribValue<\28skgpu::tess::PatchAttribs\298\2c\20skgpu::VertexColor\2c\20false\2c\20true>\20const&\29 -275:hb_buffer_t::next_glyph\28\29 -276:SkContainerAllocator::allocate\28int\2c\20double\29 -277:FT_Stream_Seek -278:SkWriter32::write32\28int\29 -279:\28anonymous\20namespace\29::ColorTypeFilter_F16F16::Expand\28unsigned\20int\29 -280:FT_MulDiv -281:std::__2::basic_string\2c\20std::__2::allocator>::append\5babi:ne180100\5d\28std::__2::basic_string\2c\20std::__2::allocator>\20const&\29 -282:SkString::append\28char\20const*\29 -283:SkPath::SkPath\28\29 -284:SkIRect::intersect\28SkIRect\20const&\29 -285:std::__2::unique_ptr>::~unique_ptr\5babi:ne180100\5d\28\29 -286:emscripten_builtin_calloc -287:subtag_matches\28char\20const*\2c\20char\20const*\2c\20char\20const*\2c\20unsigned\20int\29 -288:emscripten_builtin_malloc -289:skia_png_free -290:ft_mem_qrealloc -291:std::__2::unique_ptr>::~unique_ptr\5babi:ne180100\5d\28\29 -292:std::__2::basic_string\2c\20std::__2::allocator>::append\28char\20const*\29 -293:SkSL::Parser::expect\28SkSL::Token::Kind\2c\20char\20const*\2c\20SkSL::Token*\29 -294:SkMatrix::invert\28SkMatrix*\29\20const -295:SkIntersections::insert\28double\2c\20double\2c\20SkDPoint\20const&\29 -296:FT_Stream_ReadUShort -297:skia_private::TArray::push_back\28SkSL::RP::Program::Stage&&\29 -298:sk_sp::~sk_sp\28\29 -299:SkBitmap::SkBitmap\28\29 -300:strcmp -301:std::__2::basic_string\2c\20std::__2::allocator>::resize\5babi:nn180100\5d\28unsigned\20long\29 -302:sk_sp::~sk_sp\28\29 -303:cf2_stack_popFixed -304:__lockfile -305:SkIRect::isEmpty\28\29\20const -306:std::__2::basic_string\2c\20std::__2::allocator>::operator\5b\5d\5babi:nn180100\5d\28unsigned\20long\29\20const -307:cf2_stack_getReal -308:SkSL::GLSLCodeGenerator::writeExpression\28SkSL::Expression\20const&\2c\20SkSL::OperatorPrecedence\29 -309:SkSL::Type::displayName\28\29\20const -310:void\20SkSafeUnref\28SkColorSpace*\29\20\28.1765\29 -311:GrAuditTrail::pushFrame\28char\20const*\29 -312:std::__2::unique_ptr>::reset\5babi:ne180100\5d\28skcpu::ContextImpl\20const*\29 -313:std::__2::locale::~locale\28\29 -314:SkPathRef::getBounds\28\29\20const -315:SkPaint::SkPaint\28SkPaint\20const&\29 -316:hb_face_t::get_num_glyphs\28\29\20const -317:OT::ItemVarStoreInstancer::operator\28\29\28unsigned\20int\2c\20unsigned\20short\29\20const -318:std::__2::vector\2c\20std::__2::allocator>>::__throw_length_error\5babi:ne180100\5d\28\29\20const -319:skif::FilterResult::~FilterResult\28\29 -320:sk_sp::reset\28SkImageFilter*\29 -321:SkString::SkString\28SkString&&\29 -322:SkBlitter::~SkBlitter\28\29_1541 -323:GrGeometryProcessor::Attribute::asShaderVar\28\29\20const -324:hb_vector_t::fini\28\29 -325:std::__2::to_string\28int\29 -326:SkTDStorage::~SkTDStorage\28\29 -327:SkSL::Parser::peek\28\29 -328:GrGLSLUniformHandler::addUniform\28GrProcessor\20const*\2c\20unsigned\20int\2c\20SkSLType\2c\20char\20const*\2c\20char\20const**\29 -329:std::__2::ios_base::getloc\28\29\20const -330:SkWStream::writeText\28char\20const*\29 -331:void\20SkSafeUnref\28SkData\20const*\29\20\28.1220\29 -332:std::__2::__compressed_pair\2c\20std::__2::allocator>::__rep\2c\20std::__2::allocator>::__compressed_pair\5babi:nn180100\5d\28std::__2::__value_init_tag&&\2c\20std::__2::__default_init_tag&&\29 -333:skgpu::Swizzle::Swizzle\28char\20const*\29 -334:SkString::~SkString\28\29 -335:GrProcessor::operator\20new\28unsigned\20long\29 -336:GrPixmapBase::~GrPixmapBase\28\29 -337:GrGLContextInfo::hasExtension\28char\20const*\29\20const -338:hb_ot_map_builder_t::add_feature\28unsigned\20int\2c\20hb_ot_map_feature_flags_t\2c\20unsigned\20int\29 -339:decltype\28auto\29\20std::__2::__variant_detail::__visitation::__base::__dispatcher<1ul>::__dispatch\5babi:ne180100\5d\2c\20\28std::__2::__variant_detail::_Trait\291>::__destroy\5babi:ne180100\5d\28\29::'lambda'\28auto&\29&&\2c\20std::__2::__variant_detail::__base<\28std::__2::__variant_detail::_Trait\291\2c\20SkPaint\2c\20int>&>\28auto\2c\20std::__2::__variant_detail::__base<\28std::__2::__variant_detail::_Trait\291\2c\20SkPaint\2c\20int>&\29 -340:GrSurfaceProxyView::operator=\28GrSurfaceProxyView&&\29 -341:GrPaint::~GrPaint\28\29 -342:std::__2::unique_ptr>\2c\20skia::textlayout::ParagraphCache::KeyHash\2c\20SkNoOpPurge>::Entry*\2c\20skia::textlayout::ParagraphCacheKey\2c\20SkLRUCache>\2c\20skia::textlayout::ParagraphCache::KeyHash\2c\20SkNoOpPurge>::Traits>::Slot\20\5b\5d\2c\20std::__2::default_delete>\2c\20skia::textlayout::ParagraphCache::KeyHash\2c\20SkNoOpPurge>::Entry*\2c\20skia::textlayout::ParagraphCacheKey\2c\20SkLRUCache>\2c\20skia::textlayout::ParagraphCache::KeyHash\2c\20SkNoOpPurge>::Traits>::Slot\20\5b\5d>>::~unique_ptr\5babi:ne180100\5d\28\29 -343:std::__2::basic_string\2c\20std::__2::allocator>::__get_pointer\5babi:nn180100\5d\28\29 -344:memcmp -345:SkArenaAlloc::RunDtorsOnBlock\28char*\29 -346:std::__2::basic_string\2c\20std::__2::allocator>::capacity\5babi:nn180100\5d\28\29\20const -347:skvx::Vec<8\2c\20unsigned\20short>&\20skvx::operator+=<8\2c\20unsigned\20short>\28skvx::Vec<8\2c\20unsigned\20short>&\2c\20skvx::Vec<8\2c\20unsigned\20short>\20const&\29 -348:skvx::Vec<4\2c\20float>\20skvx::operator*<4\2c\20float\2c\20float\2c\20void>\28float\2c\20skvx::Vec<4\2c\20float>\20const&\29 -349:SkIRect::contains\28SkIRect\20const&\29\20const -350:std::__2::shared_ptr<_IO_FILE>::~shared_ptr\5babi:ne180100\5d\28\29 -351:skia_png_warning -352:hb_sanitize_context_t::start_processing\28\29 -353:bool\20std::__2::operator==\5babi:nn180100\5d>\28std::__2::istreambuf_iterator>\20const&\2c\20std::__2::istreambuf_iterator>\20const&\29 -354:SkString::SkString\28char\20const*\29 -355:hb_sanitize_context_t::~hb_sanitize_context_t\28\29 -356:__shgetc -357:SkMakeRuntimeEffect\28SkRuntimeEffect::Result\20\28*\29\28SkString\2c\20SkRuntimeEffect::Options\20const&\29\2c\20char\20const*\2c\20SkRuntimeEffect::Options\29 -358:FT_Stream_GetUShort -359:std::__2::basic_string\2c\20std::__2::allocator>::operator=\5babi:nn180100\5d\28wchar_t\20const*\29 -360:std::__2::basic_string\2c\20std::__2::allocator>::operator=\5babi:nn180100\5d\28char\20const*\29 -361:skia_private::TArray>\2c\20true>::push_back\28std::__2::unique_ptr>&&\29 -362:bool\20std::__2::operator==\5babi:nn180100\5d>\28std::__2::istreambuf_iterator>\20const&\2c\20std::__2::istreambuf_iterator>\20const&\29 -363:SkMatrix::mapRect\28SkRect*\2c\20SkRect\20const&\2c\20SkApplyPerspectiveClip\29\20const -364:skia_private::AutoSTMalloc<17ul\2c\20SkPoint\2c\20void>::~AutoSTMalloc\28\29 -365:FT_Stream_ExitFrame -366:skia::textlayout::ParagraphImpl::getUTF16Index\28unsigned\20long\29\20const -367:SkSL::Transform::\28anonymous\20namespace\29::BuiltinVariableScanner::sortNewElements\28\29::'lambda'\28SkSL::ProgramElement\20const*\2c\20SkSL::ProgramElement\20const*\29::operator\28\29\28SkSL::ProgramElement\20const*\2c\20SkSL::ProgramElement\20const*\29\20const -368:SkSL::Transform::FindAndDeclareBuiltinFunctions\28SkSL::Program&\29::$_0::operator\28\29\28SkSL::FunctionDefinition\20const*\2c\20SkSL::FunctionDefinition\20const*\29\20const -369:SkSL::Expression::clone\28\29\20const -370:skif::FilterResult::FilterResult\28\29 -371:hb_face_reference_table -372:SkDQuad::set\28SkPoint\20const*\29 -373:std::__2::unique_ptr::Pair\2c\20char\20const*\2c\20skia_private::THashMap::Pair>::Slot\20\5b\5d\2c\20std::__2::default_delete::Pair\2c\20char\20const*\2c\20skia_private::THashMap::Pair>::Slot\20\5b\5d>>::~unique_ptr\5babi:ne180100\5d\28\29 -374:skvx::Vec<4\2c\20int>\20skvx::operator&<4\2c\20int>\28skvx::Vec<4\2c\20int>\20const&\2c\20skvx::Vec<4\2c\20int>\20const&\29 -375:skia_png_error -376:hb_buffer_t::unsafe_to_break\28unsigned\20int\2c\20unsigned\20int\29 -377:SkPixmap::SkPixmap\28\29 -378:SkPath::SkPath\28SkPath\20const&\29 -379:std::__throw_bad_array_new_length\5babi:ne180100\5d\28\29 -380:skgpu::ganesh::SurfaceDrawContext::addDrawOp\28GrClip\20const*\2c\20std::__2::unique_ptr>\2c\20std::__2::function\20const&\29 -381:sk_sp::~sk_sp\28\29 -382:\28anonymous\20namespace\29::ColorTypeFilter_RGBA_F16::Expand\28unsigned\20long\20long\29 -383:\28anonymous\20namespace\29::ColorTypeFilter_8888::Expand\28unsigned\20int\29 -384:\28anonymous\20namespace\29::ColorTypeFilter_16161616::Expand\28unsigned\20long\20long\29 -385:\28anonymous\20namespace\29::ColorTypeFilter_1010102::Expand\28unsigned\20long\20long\29 -386:SkStringPrintf\28char\20const*\2c\20...\29 -387:SkRect::outset\28float\2c\20float\29 -388:SkRecord::grow\28\29 -389:SkPictureRecord::addDraw\28DrawType\2c\20unsigned\20long*\29 -390:SkMatrix::mapPoint\28SkPoint\29\20const -391:SkMatrix::SkMatrix\28\29 -392:strstr -393:std::__2::vector>::~vector\5babi:ne180100\5d\28\29 -394:std::__2::__cloc\28\29 -395:sscanf -396:skvx::Vec<4\2c\20int>\20skvx::operator!<4\2c\20int>\28skvx::Vec<4\2c\20int>\20const&\29 -397:hb_blob_get_data_writable -398:SkRect::intersect\28SkRect\20const&\29 -399:std::__2::vector>::~vector\5babi:ne180100\5d\28\29 -400:skia_private::STArray<2\2c\20std::__2::unique_ptr>\2c\20true>::STArray\28skia_private::STArray<2\2c\20std::__2::unique_ptr>\2c\20true>&&\29 -401:skia_png_chunk_error -402:ft_mem_alloc -403:__multf3 -404:SkSL::GLSLCodeGenerator::writeLine\28std::__2::basic_string_view>\29 -405:OT::Layout::Common::Coverage::get_coverage\28unsigned\20int\29\20const -406:FT_Stream_EnterFrame -407:std::__2::unique_ptr>\20SkSL::evaluate_intrinsic\28SkSL::Context\20const&\2c\20std::__2::array\20const&\2c\20SkSL::Type\20const&\2c\20double\20\28*\29\28double\2c\20double\2c\20double\29\29 +234:skia_private::TArray\2c\20true>::~TArray\28\29 +235:void\20SkSafeUnref\28SkPathRef*\29 +236:std::__2::basic_string\2c\20std::__2::allocator>\20std::__2::operator+\5babi:ne180100\5d\2c\20std::__2::allocator>\28char\20const*\2c\20std::__2::basic_string\2c\20std::__2::allocator>&&\29 +237:std::__2::shared_ptr::~shared_ptr\5babi:ne180100\5d\28\29 +238:std::__2::basic_string\2c\20std::__2::allocator>::size\5babi:nn180100\5d\28\29\20const +239:std::__2::__function::__value_func::~__value_func\5babi:ne180100\5d\28\29 +240:__unlockfile +241:hb_sanitize_context_t::check_range\28void\20const*\2c\20unsigned\20int\29\20const +242:std::exception::~exception\28\29 +243:GrShaderVar::~GrShaderVar\28\29 +244:hb_buffer_t::message\28hb_font_t*\2c\20char\20const*\2c\20...\29 +245:std::__2::basic_string\2c\20std::__2::allocator>\20std::__2::operator+\5babi:ne180100\5d\2c\20std::__2::allocator>\28std::__2::basic_string\2c\20std::__2::allocator>&&\2c\20std::__2::basic_string\2c\20std::__2::allocator>&&\29 +246:SkPaint::~SkPaint\28\29 +247:__wasm_setjmp_test +248:GrColorInfo::~GrColorInfo\28\29 +249:std::__2::basic_string\2c\20std::__2::allocator>::basic_string>\2c\200>\28std::__2::basic_string_view>\20const&\29 +250:fminf +251:SkMutex::release\28\29 +252:SkArenaAlloc::allocObject\28unsigned\20int\2c\20unsigned\20int\29 +253:FT_DivFix +254:sk_sp::reset\28SkFontStyleSet*\29 +255:strlen +256:skvx::Vec<4\2c\20float>\20skvx::naive_if_then_else<4\2c\20float>\28skvx::Vec<4\2c\20skvx::Mask::type>\20const&\2c\20skvx::Vec<4\2c\20float>\20const&\2c\20skvx::Vec<4\2c\20float>\20const&\29\20\28.6321\29 +257:SkSemaphore::wait\28\29 +258:skia_private::TArray>\2c\20true>::~TArray\28\29 +259:std::__2::basic_string\2c\20std::__2::allocator>::basic_string\5babi:ne180100\5d<0>\28char\20const*\29 +260:skia_png_crc_finish +261:skia_png_chunk_benign_error +262:ft_mem_realloc +263:skvx::Vec<4\2c\20float>\20skvx::operator*<4\2c\20float\2c\20float\2c\20void>\28skvx::Vec<4\2c\20float>\20const&\2c\20float\29 +264:SkSL::RP::Generator::pushExpression\28SkSL::Expression\20const&\2c\20bool\29 +265:fml::LogMessage::~LogMessage\28\29 +266:fml::LogMessage::LogMessage\28int\2c\20char\20const*\2c\20int\2c\20char\20const*\29 +267:SkMatrix::hasPerspective\28\29\20const +268:SkBitmap::~SkBitmap\28\29 +269:SkSL::RP::Builder::appendInstruction\28SkSL::RP::BuilderOp\2c\20SkSL::RP::Builder::SlotList\2c\20int\2c\20int\2c\20int\2c\20int\29 +270:SkSL::Pool::AllocMemory\28unsigned\20long\29 +271:sk_report_container_overflow_and_die\28\29 +272:SkString::appendf\28char\20const*\2c\20...\29 +273:SkArenaAlloc::allocObjectWithFooter\28unsigned\20int\2c\20unsigned\20int\29 +274:lang_matches\28char\20const*\2c\20char\20const*\2c\20char\20const*\2c\20unsigned\20int\29 +275:SkImageGenerator::onGetYUVAPlanes\28SkYUVAPixmaps\20const&\29 +276:skgpu::ganesh::VertexChunkPatchAllocator::append\28skgpu::tess::LinearTolerances\20const&\29 +277:SkContainerAllocator::allocate\28int\2c\20double\29 +278:skgpu::VertexWriter&\20skgpu::tess::operator<<<\28skgpu::tess::PatchAttribs\298\2c\20skgpu::VertexColor\2c\20false\2c\20true>\28skgpu::VertexWriter&\2c\20skgpu::tess::AttribValue<\28skgpu::tess::PatchAttribs\298\2c\20skgpu::VertexColor\2c\20false\2c\20true>\20const&\29 +279:hb_buffer_t::next_glyph\28\29 +280:FT_Stream_Seek +281:SkWriter32::write32\28int\29 +282:\28anonymous\20namespace\29::ColorTypeFilter_F16F16::Expand\28unsigned\20int\29 +283:FT_MulDiv +284:std::__2::basic_string\2c\20std::__2::allocator>::append\5babi:ne180100\5d\28std::__2::basic_string\2c\20std::__2::allocator>\20const&\29 +285:__lockfile +286:SkString::append\28char\20const*\29 +287:SkIRect::intersect\28SkIRect\20const&\29 +288:std::__2::unique_ptr>::~unique_ptr\5babi:ne180100\5d\28\29 +289:emscripten_builtin_calloc +290:subtag_matches\28char\20const*\2c\20char\20const*\2c\20char\20const*\2c\20unsigned\20int\29 +291:std::__2::vector>::__throw_length_error\5babi:ne180100\5d\28\29\20const +292:emscripten_builtin_malloc +293:skia_png_free +294:ft_mem_qrealloc +295:std::__2::unique_ptr>::~unique_ptr\5babi:ne180100\5d\28\29 +296:std::__2::basic_string\2c\20std::__2::allocator>::append\28char\20const*\29 +297:SkSL::Parser::expect\28SkSL::Token::Kind\2c\20char\20const*\2c\20SkSL::Token*\29 +298:std::__2::vector>::push_back\5babi:ne180100\5d\28unsigned\20long\20const&\29 +299:flutter::DisplayListStorage::allocate\28unsigned\20long\29 +300:SkIntersections::insert\28double\2c\20double\2c\20SkDPoint\20const&\29 +301:sk_sp::~sk_sp\28\29 +302:FT_Stream_ReadUShort +303:skia_private::TArray::push_back\28SkSL::RP::Program::Stage&&\29 +304:SkBitmap::SkBitmap\28\29 +305:strcmp +306:std::__2::basic_string\2c\20std::__2::allocator>::resize\5babi:nn180100\5d\28unsigned\20long\29 +307:sk_sp::~sk_sp\28\29 +308:cf2_stack_popFixed +309:void\20SkSafeUnref\28SkColorSpace*\29\20\28.2117\29 +310:std::__2::basic_string\2c\20std::__2::allocator>::operator\5b\5d\5babi:nn180100\5d\28unsigned\20long\29\20const +311:cf2_stack_getReal +312:SkSL::GLSLCodeGenerator::writeExpression\28SkSL::Expression\20const&\2c\20SkSL::OperatorPrecedence\29 +313:SkIRect::isEmpty\28\29\20const +314:std::__2::locale::~locale\28\29 +315:SkSL::Type::displayName\28\29\20const +316:SkPaint::SkPaint\28SkPaint\20const&\29 +317:GrAuditTrail::pushFrame\28char\20const*\29 +318:hb_face_t::get_num_glyphs\28\29\20const +319:flutter::DlMatrixColorSourceBase::~DlMatrixColorSourceBase\28\29 +320:OT::ItemVarStoreInstancer::operator\28\29\28unsigned\20int\2c\20unsigned\20short\29\20const +321:skif::FilterResult::~FilterResult\28\29 +322:sk_sp::~sk_sp\28\29 +323:SkString::SkString\28SkString&&\29 +324:GrGeometryProcessor::Attribute::asShaderVar\28\29\20const +325:std::__2::ios_base::getloc\28\29\20const +326:hb_vector_t::fini\28\29 +327:std::__2::unique_ptr>::reset\5babi:ne180100\5d\28skcpu::ContextImpl\20const*\29 +328:std::__2::to_string\28int\29 +329:SkTDStorage::~SkTDStorage\28\29 +330:SkSL::Parser::peek\28\29 +331:GrGLSLUniformHandler::addUniform\28GrProcessor\20const*\2c\20unsigned\20int\2c\20SkSLType\2c\20char\20const*\2c\20char\20const**\29 +332:memcmp +333:decltype\28auto\29\20std::__2::__variant_detail::__visitation::__base::__dispatcher<1ul>::__dispatch\5babi:ne180100\5d\2c\20\28std::__2::__variant_detail::_Trait\291>::__destroy\5babi:ne180100\5d\28\29::'lambda'\28auto&\29&&\2c\20std::__2::__variant_detail::__base<\28std::__2::__variant_detail::_Trait\291\2c\20SkPaint\2c\20int>&>\28auto\2c\20std::__2::__variant_detail::__base<\28std::__2::__variant_detail::_Trait\291\2c\20SkPaint\2c\20int>&\29 +334:SkWStream::writeText\28char\20const*\29 +335:void\20SkSafeUnref\28SkData\20const*\29\20\28.1564\29 +336:std::__2::vector>::~vector\5babi:ne180100\5d\28\29 +337:skgpu::Swizzle::Swizzle\28char\20const*\29 +338:SkString::~SkString\28\29 +339:GrProcessor::operator\20new\28unsigned\20long\29 +340:GrPixmapBase::~GrPixmapBase\28\29 +341:GrGLContextInfo::hasExtension\28char\20const*\29\20const +342:std::__2::basic_string\2c\20std::__2::allocator>::basic_string\5babi:nn180100\5d\28\29 +343:hb_ot_map_builder_t::add_feature\28unsigned\20int\2c\20hb_ot_map_feature_flags_t\2c\20unsigned\20int\29 +344:SkArenaAlloc::RunDtorsOnBlock\28char*\29 +345:GrSurfaceProxyView::operator=\28GrSurfaceProxyView&&\29 +346:GrPaint::~GrPaint\28\29 +347:std::__2::unique_ptr>\2c\20skia::textlayout::ParagraphCache::KeyHash\2c\20SkNoOpPurge>::Entry*\2c\20skia::textlayout::ParagraphCacheKey\2c\20SkLRUCache>\2c\20skia::textlayout::ParagraphCache::KeyHash\2c\20SkNoOpPurge>::Traits>::Slot\20\5b\5d\2c\20std::__2::default_delete>\2c\20skia::textlayout::ParagraphCache::KeyHash\2c\20SkNoOpPurge>::Entry*\2c\20skia::textlayout::ParagraphCacheKey\2c\20SkLRUCache>\2c\20skia::textlayout::ParagraphCache::KeyHash\2c\20SkNoOpPurge>::Traits>::Slot\20\5b\5d>>::~unique_ptr\5babi:ne180100\5d\28\29 +348:std::__2::basic_string\2c\20std::__2::allocator>::__get_pointer\5babi:nn180100\5d\28\29 +349:std::__2::basic_string\2c\20std::__2::allocator>::capacity\5babi:nn180100\5d\28\29\20const +350:skvx::Vec<8\2c\20unsigned\20short>&\20skvx::operator+=<8\2c\20unsigned\20short>\28skvx::Vec<8\2c\20unsigned\20short>&\2c\20skvx::Vec<8\2c\20unsigned\20short>\20const&\29 +351:skvx::Vec<4\2c\20float>\20skvx::operator*<4\2c\20float\2c\20float\2c\20void>\28float\2c\20skvx::Vec<4\2c\20float>\20const&\29 +352:SkPathRef::getBounds\28\29\20const +353:skia_png_warning +354:hb_sanitize_context_t::start_processing\28\29 +355:bool\20std::__2::operator==\5babi:nn180100\5d>\28std::__2::istreambuf_iterator>\20const&\2c\20std::__2::istreambuf_iterator>\20const&\29 +356:SkString::SkString\28char\20const*\29 +357:SkIRect::contains\28SkIRect\20const&\29\20const +358:hb_sanitize_context_t::~hb_sanitize_context_t\28\29 +359:__shgetc +360:SkMakeRuntimeEffect\28SkRuntimeEffect::Result\20\28*\29\28SkString\2c\20SkRuntimeEffect::Options\20const&\29\2c\20char\20const*\2c\20SkRuntimeEffect::Options\29 +361:FT_Stream_GetUShort +362:std::__2::basic_string\2c\20std::__2::allocator>::operator=\5babi:nn180100\5d\28wchar_t\20const*\29 +363:std::__2::basic_string\2c\20std::__2::allocator>::operator=\5babi:nn180100\5d\28char\20const*\29 +364:skia_private::TArray>\2c\20true>::push_back\28std::__2::unique_ptr>&&\29 +365:bool\20std::__2::operator==\5babi:nn180100\5d>\28std::__2::istreambuf_iterator>\20const&\2c\20std::__2::istreambuf_iterator>\20const&\29 +366:SkPath::SkPath\28SkPath\20const&\29 +367:SkMatrix::invert\28\29\20const +368:std::__throw_bad_array_new_length\5babi:ne180100\5d\28\29 +369:skia_private::AutoSTMalloc<17ul\2c\20SkPoint\2c\20void>::~AutoSTMalloc\28\29 +370:FT_Stream_ExitFrame +371:skia::textlayout::ParagraphImpl::getUTF16Index\28unsigned\20long\29\20const +372:sk_sp::reset\28SkTypeface*\29 +373:SkSL::Transform::\28anonymous\20namespace\29::BuiltinVariableScanner::sortNewElements\28\29::'lambda'\28SkSL::ProgramElement\20const*\2c\20SkSL::ProgramElement\20const*\29::operator\28\29\28SkSL::ProgramElement\20const*\2c\20SkSL::ProgramElement\20const*\29\20const +374:SkSL::Transform::FindAndDeclareBuiltinFunctions\28SkSL::Program&\29::$_0::operator\28\29\28SkSL::FunctionDefinition\20const*\2c\20SkSL::FunctionDefinition\20const*\29\20const +375:SkSL::Expression::clone\28\29\20const +376:SkMatrix::mapPoint\28SkPoint\29\20const +377:std::__2::vector>::~vector\5babi:ne180100\5d\28\29 +378:skif::FilterResult::FilterResult\28\29 +379:hb_face_reference_table +380:SkPixmap::SkPixmap\28\29 +381:SkPathBuilder::~SkPathBuilder\28\29 +382:SkMatrix::mapRect\28SkRect*\2c\20SkRect\20const&\29\20const +383:SkDQuad::set\28SkPoint\20const*\29 +384:std::__2::unique_ptr::Pair\2c\20char\20const*\2c\20skia_private::THashMap::Pair>::Slot\20\5b\5d\2c\20std::__2::default_delete::Pair\2c\20char\20const*\2c\20skia_private::THashMap::Pair>::Slot\20\5b\5d>>::~unique_ptr\5babi:ne180100\5d\28\29 +385:skvx::Vec<4\2c\20int>\20skvx::operator&<4\2c\20int>\28skvx::Vec<4\2c\20int>\20const&\2c\20skvx::Vec<4\2c\20int>\20const&\29 +386:skia_png_error +387:hb_buffer_t::unsafe_to_break\28unsigned\20int\2c\20unsigned\20int\29 +388:SkRect::outset\28float\2c\20float\29 +389:SkPathBuilder::detach\28SkMatrix\20const*\29 +390:SkPath::operator=\28SkPath\20const&\29 +391:SkMatrix::mapRect\28SkRect\20const&\29\20const +392:skgpu::ganesh::SurfaceDrawContext::addDrawOp\28GrClip\20const*\2c\20std::__2::unique_ptr>\2c\20std::__2::function\20const&\29 +393:\28anonymous\20namespace\29::ColorTypeFilter_RGBA_F16::Expand\28unsigned\20long\20long\29 +394:\28anonymous\20namespace\29::ColorTypeFilter_8888::Expand\28unsigned\20int\29 +395:\28anonymous\20namespace\29::ColorTypeFilter_16161616::Expand\28unsigned\20long\20long\29 +396:\28anonymous\20namespace\29::ColorTypeFilter_1010102::Expand\28unsigned\20long\20long\29 +397:SkStringPrintf\28char\20const*\2c\20...\29 +398:SkRecord::grow\28\29 +399:SkPictureRecord::addDraw\28DrawType\2c\20unsigned\20long*\29 +400:strstr +401:std::__2::__cloc\28\29 +402:sscanf +403:skvx::Vec<4\2c\20int>\20skvx::operator!<4\2c\20int>\28skvx::Vec<4\2c\20int>\20const&\29 +404:hb_blob_get_data_writable +405:SkRect::intersect\28SkRect\20const&\29 +406:SkPath::SkPath\28\29 +407:std::__2::unique_ptr::~unique_ptr\5babi:ne180100\5d\28\29 408:std::__2::basic_string_view>::compare\28std::__2::basic_string_view>\29\20const -409:std::__2::basic_string\2c\20std::__2::allocator>\20std::__2::operator+\5babi:ne180100\5d\2c\20std::__2::allocator>\28std::__2::basic_string\2c\20std::__2::allocator>\20const&\2c\20char\20const*\29 -410:skia_private::THashTable>*\2c\20std::__2::unique_ptr>*\2c\20SkGoodHash>::Pair\2c\20std::__2::unique_ptr>*\2c\20skia_private::THashMap>*\2c\20std::__2::unique_ptr>*\2c\20SkGoodHash>::Pair>::Hash\28std::__2::unique_ptr>*\20const&\29 -411:skia_private::TArray::installDataAndUpdateCapacity\28SkSpan\29 -412:sk_malloc_throw\28unsigned\20long\2c\20unsigned\20long\29 -413:SkSL::String::printf\28char\20const*\2c\20...\29 -414:SkPoint::length\28\29\20const -415:SkNullBlitter::blitMask\28SkMask\20const&\2c\20SkIRect\20const&\29 -416:SkIRect::Intersects\28SkIRect\20const&\2c\20SkIRect\20const&\29 -417:GrGLSLVaryingHandler::addVarying\28char\20const*\2c\20GrGLSLVarying*\2c\20GrGLSLVaryingHandler::Interpolation\29 -418:GrBackendFormats::AsGLFormat\28GrBackendFormat\20const&\29 -419:std::__2::unique_ptr>::~unique_ptr\5babi:ne180100\5d\28\29 -420:std::__2::locale::id::__get\28\29 -421:std::__2::locale::facet::facet\5babi:nn180100\5d\28unsigned\20long\29 -422:skgpu::UniqueKey::~UniqueKey\28\29 -423:hb_lazy_loader_t\2c\20hb_face_t\2c\2033u\2c\20hb_blob_t>::do_destroy\28hb_blob_t*\29 -424:bool\20hb_sanitize_context_t::check_range>\28OT::IntType\20const*\2c\20unsigned\20int\2c\20unsigned\20int\29\20const -425:SkString::operator=\28char\20const*\29 -426:SkMatrix::getType\28\29\20const -427:SkDPoint::approximatelyEqual\28SkDPoint\20const&\29\20const -428:SkChecksum::Hash32\28void\20const*\2c\20unsigned\20long\2c\20unsigned\20int\29 -429:GrStyledShape::~GrStyledShape\28\29 -430:GrProcessorSet::GrProcessorSet\28GrPaint&&\29 -431:GrOpFlushState::bindPipelineAndScissorClip\28GrProgramInfo\20const&\2c\20SkRect\20const&\29 -432:GrGLExtensions::has\28char\20const*\29\20const -433:strncmp -434:std::__2::locale::__imp::install\28std::__2::locale::facet*\2c\20long\29 -435:skia_png_muldiv -436:f_t_mutex\28\29 -437:SkTDStorage::reserve\28int\29 -438:SkSL::RP::Builder::discard_stack\28int\29 -439:SkSL::Pool::FreeMemory\28void*\29 -440:SkRect::roundOut\28\29\20const -441:SkPath::~SkPath\28\29 -442:SkPath::operator=\28SkPath\20const&\29 -443:SkArenaAlloc::makeBytesAlignedTo\28unsigned\20long\2c\20unsigned\20long\29 -444:GrOp::~GrOp\28\29 -445:GrGeometryProcessor::AttributeSet::initImplicit\28GrGeometryProcessor::Attribute\20const*\2c\20int\29 -446:void\20SkSafeUnref\28GrSurface*\29 -447:surface_setCallbackHandler -448:sk_sp::~sk_sp\28\29 -449:hb_buffer_t::unsafe_to_concat\28unsigned\20int\2c\20unsigned\20int\29 -450:hb_bit_set_t::add\28unsigned\20int\29 -451:bool\20OT::OffsetTo\2c\20void\2c\20true>::sanitize<>\28hb_sanitize_context_t*\2c\20void\20const*\29\20const -452:SkSL::PipelineStage::PipelineStageCodeGenerator::writeExpression\28SkSL::Expression\20const&\2c\20SkSL::OperatorPrecedence\29 -453:SkRegion::freeRuns\28\29 -454:SkMatrix::isIdentity\28\29\20const -455:GrShaderVar::GrShaderVar\28char\20const*\2c\20SkSLType\2c\20int\29 -456:std::__2::unique_ptr::~unique_ptr\5babi:nn180100\5d\28\29 -457:std::__2::enable_if::value\20&&\20sizeof\20\28unsigned\20int\29\20==\204\2c\20unsigned\20int>::type\20SkGoodHash::operator\28\29\28unsigned\20int\20const&\29\20const -458:skvx::Vec<8\2c\20unsigned\20short>\20skvx::mulhi<8>\28skvx::Vec<8\2c\20unsigned\20short>\20const&\2c\20skvx::Vec<8\2c\20unsigned\20short>\20const&\29 -459:hb_ot_map_builder_t::add_gsub_pause\28bool\20\28*\29\28hb_ot_shape_plan_t\20const*\2c\20hb_font_t*\2c\20hb_buffer_t*\29\29 -460:dlrealloc -461:cf2_stack_pushFixed -462:SkSL::RP::Builder::binary_op\28SkSL::RP::BuilderOp\2c\20int\29 -463:GrTextureEffect::Make\28GrSurfaceProxyView\2c\20SkAlphaType\2c\20SkMatrix\20const&\2c\20SkFilterMode\2c\20SkMipmapMode\29 -464:GrProcessor::operator\20new\28unsigned\20long\2c\20unsigned\20long\29 -465:GrOp::GenID\28std::__2::atomic*\29 -466:GrImageInfo::GrImageInfo\28GrImageInfo&&\29 -467:GrGLSLVaryingHandler::addPassThroughAttribute\28GrShaderVar\20const&\2c\20char\20const*\2c\20GrGLSLVaryingHandler::Interpolation\29 -468:GrFragmentProcessor::registerChild\28std::__2::unique_ptr>\2c\20SkSL::SampleUsage\29 -469:256 -470:std::__2::istreambuf_iterator>::operator*\5babi:nn180100\5d\28\29\20const -471:std::__2::basic_streambuf>::sgetc\5babi:nn180100\5d\28\29 -472:skia_private::TArray::push_back_raw\28int\29 -473:SkSL::SymbolTable::addWithoutOwnershipOrDie\28SkSL::Symbol*\29 -474:SkSL::Nop::~Nop\28\29 -475:SkRect::contains\28SkRect\20const&\29\20const -476:SkRecords::FillBounds::updateSaveBounds\28SkRect\20const&\29 -477:SkPoint::normalize\28\29 -478:SkMatrix::mapRect\28SkRect\20const&\2c\20SkApplyPerspectiveClip\29\20const -479:SkMatrix::getMapPtsProc\28\29\20const -480:SkJSONWriter::write\28char\20const*\2c\20unsigned\20long\29 -481:SkJSONWriter::appendBool\28char\20const*\2c\20bool\29 -482:GrSkSLFP::UniformPayloadSize\28SkRuntimeEffect\20const*\29 -483:GrSkSLFP::GrSkSLFP\28sk_sp\2c\20char\20const*\2c\20GrSkSLFP::OptFlags\29 -484:std::__2::unique_ptr::unique_ptr\5babi:nn180100\5d\28char*\2c\20std::__2::__dependent_type\2c\20true>::__good_rval_ref_type\29 -485:std::__2::unique_ptr>::~unique_ptr\5babi:ne180100\5d\28\29 -486:std::__2::__throw_bad_function_call\5babi:ne180100\5d\28\29 -487:std::__2::__optional_destruct_base::~__optional_destruct_base\5babi:ne180100\5d\28\29 -488:skgpu::UniqueKey::UniqueKey\28\29 -489:sk_sp::reset\28GrSurface*\29 -490:sk_sp::~sk_sp\28\29 -491:hb_buffer_t::merge_clusters\28unsigned\20int\2c\20unsigned\20int\29 -492:__multi3 -493:SkTDArray::push_back\28SkPoint\20const&\29 -494:SkStrokeRec::getStyle\28\29\20const -495:SkSL::fold_expression\28SkSL::Position\2c\20double\2c\20SkSL::Type\20const*\29 -496:SkSL::Type::MakeAliasType\28std::__2::basic_string_view>\2c\20SkSL::Type\20const&\29 -497:SkMatrix::rectStaysRect\28\29\20const -498:SkMatrix::postTranslate\28float\2c\20float\29 -499:GrTriangulator::Comparator::sweep_lt\28SkPoint\20const&\2c\20SkPoint\20const&\29\20const -500:std::__2::unique_ptr>::~unique_ptr\5babi:ne180100\5d\28\29 -501:std::__2::__split_buffer&>::~__split_buffer\28\29 -502:skia_png_crc_read -503:machine_index_t\2c\20hb_filter_iter_t\2c\20hb_array_t>\2c\20find_syllables_use\28hb_buffer_t*\29::'lambda'\28hb_glyph_info_t\20const&\29\2c\20$_7\20const&\2c\20\28void*\290>\2c\20find_syllables_use\28hb_buffer_t*\29::'lambda'\28hb_pair_t\29\2c\20$_6\20const&\2c\20\28void*\290>>>::operator=\28machine_index_t\2c\20hb_filter_iter_t\2c\20hb_array_t>\2c\20find_syllables_use\28hb_buffer_t*\29::'lambda'\28hb_glyph_info_t\20const&\29\2c\20$_7\20const&\2c\20\28void*\290>\2c\20find_syllables_use\28hb_buffer_t*\29::'lambda'\28hb_pair_t\29\2c\20$_6\20const&\2c\20\28void*\290>>>\20const&\29 -504:SkSpinlock::acquire\28\29 -505:SkSL::Parser::rangeFrom\28SkSL::Position\29 -506:SkSL::Parser::checkNext\28SkSL::Token::Kind\2c\20SkSL::Token*\29 -507:SkPathBuilder::~SkPathBuilder\28\29 -508:SkMatrix::mapRect\28SkRect*\2c\20SkApplyPerspectiveClip\29\20const -509:GrOpFlushState::bindTextures\28GrGeometryProcessor\20const&\2c\20GrSurfaceProxy\20const*\20const*\2c\20GrPipeline\20const&\29 -510:std::__2::basic_string\2c\20std::__2::allocator>::push_back\28char\29 -511:std::__2::basic_string\2c\20std::__2::allocator>::basic_string\28std::__2::basic_string\2c\20std::__2::allocator>\20const&\29 -512:std::__2::__throw_system_error\28int\2c\20char\20const*\29 -513:hb_paint_funcs_t::pop_transform\28void*\29 -514:fma -515:abort -516:SkTDStorage::append\28\29 -517:SkTDArray::append\28\29 -518:SkSL::RP::Builder::lastInstruction\28int\29 -519:SkPathBuilder::detach\28\29 -520:SkMatrix::isScaleTranslate\28\29\20const -521:OT::ArrayOf\2c\20OT::IntType>::sanitize_shallow\28hb_sanitize_context_t*\29\20const -522:sk_malloc_flags\28unsigned\20long\2c\20unsigned\20int\29 -523:hb_buffer_t::reverse\28\29 -524:SkString::operator=\28SkString\20const&\29 -525:SkStrikeSpec::~SkStrikeSpec\28\29 -526:SkSL::Type::toCompound\28SkSL::Context\20const&\2c\20int\2c\20int\29\20const -527:SkSL::RP::Generator::binaryOp\28SkSL::Type\20const&\2c\20SkSL::RP::Generator::TypedOps\20const&\29 -528:SkRecords::FillBounds::adjustAndMap\28SkRect\2c\20SkPaint\20const*\29\20const -529:SkMatrix::Concat\28SkMatrix\20const&\2c\20SkMatrix\20const&\29 -530:SkColorSpaceXformSteps::SkColorSpaceXformSteps\28SkColorSpace\20const*\2c\20SkAlphaType\2c\20SkColorSpace\20const*\2c\20SkAlphaType\29 -531:OT::OffsetTo\2c\20OT::IntType\2c\20void\2c\20true>::operator\28\29\28void\20const*\29\20const -532:GrStyle::isSimpleFill\28\29\20const -533:GrGLSLVaryingHandler::emitAttributes\28GrGeometryProcessor\20const&\29 -534:BlockIndexIterator::Last\28SkBlockAllocator::Block\20const*\29\2c\20&SkTBlockList::First\28SkBlockAllocator::Block\20const*\29\2c\20&SkTBlockList::Decrement\28SkBlockAllocator::Block\20const*\2c\20int\29\2c\20&SkTBlockList::GetItem\28SkBlockAllocator::Block*\2c\20int\29>::Item::setIndices\28\29 -535:std::__2::unique_ptr::reset\5babi:nn180100\5d\28unsigned\20char*\29 -536:std::__2::istreambuf_iterator>::operator++\5babi:nn180100\5d\28\29 -537:std::__2::basic_string\2c\20std::__2::allocator>::~basic_string\28\29 -538:std::__2::__unique_if::__unique_array_unknown_bound\20std::__2::make_unique\5babi:ne180100\5d\28unsigned\20long\29 -539:std::__2::__split_buffer&>::__split_buffer\28unsigned\20long\2c\20unsigned\20long\2c\20std::__2::allocator&\29 -540:skvx::Vec<8\2c\20unsigned\20short>\20skvx::operator+<8\2c\20unsigned\20short>\28skvx::Vec<8\2c\20unsigned\20short>\20const&\2c\20skvx::Vec<8\2c\20unsigned\20short>\20const&\29 -541:skgpu::VertexColor::set\28SkRGBA4f<\28SkAlphaType\292>\20const&\2c\20bool\29 -542:skgpu::ResourceKey::Builder::finish\28\29 -543:sk_sp::~sk_sp\28\29 -544:hb_draw_funcs_t::emit_line_to\28void*\2c\20hb_draw_state_t&\2c\20float\2c\20float\29 -545:ft_validator_error -546:SkSL::Parser::error\28SkSL::Token\2c\20std::__2::basic_string_view>\29 -547:SkSL::ConstantFolder::GetConstantValueForVariable\28SkSL::Expression\20const&\29 -548:SkPictureRecord::addPaintPtr\28SkPaint\20const*\29 -549:SkPathBuilder::SkPathBuilder\28\29 -550:SkMatrix::preConcat\28SkMatrix\20const&\29 -551:SkMatrix::Translate\28float\2c\20float\29 -552:SkGlyph::rowBytes\28\29\20const -553:SkDCubic::set\28SkPoint\20const*\29 -554:SkBitmap::SkBitmap\28SkBitmap\20const&\29 -555:GrSurfaceProxy::backingStoreDimensions\28\29\20const -556:GrProgramInfo::visitFPProxies\28std::__2::function\20const&\29\20const -557:GrMeshDrawOp::createProgramInfo\28GrMeshDrawTarget*\29 -558:GrGpu::handleDirtyContext\28\29 -559:FT_Stream_ReadFields -560:FT_Stream_ReadByte -561:std::__2::istreambuf_iterator>::operator++\5babi:nn180100\5d\28\29 -562:std::__2::basic_string\2c\20std::__2::allocator>::__set_long_size\5babi:nn180100\5d\28unsigned\20long\29 -563:skvx::Vec<4\2c\20float>\20\28anonymous\20namespace\29::add_121>\28skvx::Vec<4\2c\20float>\20const&\2c\20skvx::Vec<4\2c\20float>\20const&\2c\20skvx::Vec<4\2c\20float>\20const&\29 -564:skif::FilterResult::operator=\28skif::FilterResult&&\29 -565:skia_private::TArray::Allocate\28int\2c\20double\29 -566:skia_private::TArray\2c\20true>::installDataAndUpdateCapacity\28SkSpan\29 -567:sk_srgb_singleton\28\29 -568:hb_draw_funcs_t::start_path\28void*\2c\20hb_draw_state_t&\29 -569:SkWriter32::reserve\28unsigned\20long\29 -570:SkTSect::pointLast\28\29\20const -571:SkStrokeRec::isHairlineStyle\28\29\20const -572:SkSL::Type::MakeVectorType\28std::__2::basic_string_view>\2c\20char\20const*\2c\20SkSL::Type\20const&\2c\20int\29 -573:SkRect::join\28SkRect\20const&\29 -574:SkPathBuilder::lineTo\28SkPoint\29 -575:SkM44::asM33\28\29\20const -576:SkColorSpace::MakeSRGB\28\29 -577:OT::VarSizedBinSearchArrayOf>::get_length\28\29\20const -578:FT_Stream_GetULong -579:target_from_texture_type\28GrTextureType\29 -580:std::__2::ctype::widen\5babi:nn180100\5d\28char\29\20const -581:skvx::Vec<4\2c\20unsigned\20short>\20skvx::operator+<4\2c\20unsigned\20short>\28skvx::Vec<4\2c\20unsigned\20short>\20const&\2c\20skvx::Vec<4\2c\20unsigned\20short>\20const&\29 -582:skvx::Vec<4\2c\20unsigned\20int>\20skvx::operator+<4\2c\20unsigned\20int>\28skvx::Vec<4\2c\20unsigned\20int>\20const&\2c\20skvx::Vec<4\2c\20unsigned\20int>\20const&\29 -583:skif::Context::~Context\28\29 -584:skia::textlayout::TextStyle::~TextStyle\28\29 -585:skia::textlayout::TextStyle::TextStyle\28skia::textlayout::TextStyle\20const&\29 -586:skia::textlayout::OneLineShaper::RunBlock::operator=\28skia::textlayout::OneLineShaper::RunBlock&&\29 -587:png_icc_profile_error -588:hb_font_t::get_nominal_glyph\28unsigned\20int\2c\20unsigned\20int*\2c\20unsigned\20int\29 -589:_hb_next_syllable\28hb_buffer_t*\2c\20unsigned\20int\29 -590:SkSL::TProgramVisitor::visitStatement\28SkSL::Statement\20const&\29 -591:SkSL::RP::Program::makeStages\28skia_private::TArray*\2c\20SkArenaAlloc*\2c\20SkSpan\2c\20SkSL::RP::Program::SlotData\20const&\29\20const::$_2::operator\28\29\28\29\20const -592:SkSL::ConstructorCompound::MakeFromConstants\28SkSL::Context\20const&\2c\20SkSL::Position\2c\20SkSL::Type\20const&\2c\20double\20const*\29 -593:SkPathPriv::Iterate::Iterate\28SkPath\20const&\29 -594:SkPath::Iter::next\28SkPoint*\29 -595:SkPaint::setBlendMode\28SkBlendMode\29 -596:SkMatrix::mapPoints\28SkSpan\29\20const -597:SkImageShader::appendStages\28SkStageRec\20const&\2c\20SkShaders::MatrixRec\20const&\29\20const::$_2::operator\28\29\28SkRasterPipelineOp\2c\20SkRasterPipelineOp\2c\20\28anonymous\20namespace\29::MipLevelHelper\20const*\29\20const -598:GrFragmentProcessor::ProgramImpl::invokeChild\28int\2c\20GrFragmentProcessor::ProgramImpl::EmitArgs&\2c\20std::__2::basic_string_view>\29 -599:GrCaps::getDefaultBackendFormat\28GrColorType\2c\20skgpu::Renderable\29\20const -600:FT_Stream_ReleaseFrame -601:DefaultGeoProc::Impl::~Impl\28\29 -602:389 -603:void\20std::__2::unique_ptr>\2c\20skia::textlayout::ParagraphCache::KeyHash\2c\20SkNoOpPurge>::Entry*\2c\20skia::textlayout::ParagraphCacheKey\2c\20SkLRUCache>\2c\20skia::textlayout::ParagraphCache::KeyHash\2c\20SkNoOpPurge>::Traits>::Slot\20\5b\5d\2c\20std::__2::default_delete>\2c\20skia::textlayout::ParagraphCache::KeyHash\2c\20SkNoOpPurge>::Entry*\2c\20skia::textlayout::ParagraphCacheKey\2c\20SkLRUCache>\2c\20skia::textlayout::ParagraphCache::KeyHash\2c\20SkNoOpPurge>::Traits>::Slot\20\5b\5d>>::reset\5babi:ne180100\5d>\2c\20skia::textlayout::ParagraphCache::KeyHash\2c\20SkNoOpPurge>::Entry*\2c\20skia::textlayout::ParagraphCacheKey\2c\20SkLRUCache>\2c\20skia::textlayout::ParagraphCache::KeyHash\2c\20SkNoOpPurge>::Traits>::Slot*\2c\200>\28skia_private::THashTable>\2c\20skia::textlayout::ParagraphCache::KeyHash\2c\20SkNoOpPurge>::Entry*\2c\20skia::textlayout::ParagraphCacheKey\2c\20SkLRUCache>\2c\20skia::textlayout::ParagraphCache::KeyHash\2c\20SkNoOpPurge>::Traits>::Slot*\29 -604:std::__2::basic_string\2c\20std::__2::allocator>::__throw_length_error\5babi:nn180100\5d\28\29\20const -605:skia_private::TArray::preallocateNewData\28int\2c\20double\29 -606:out -607:cosf -608:cf2_stack_popInt -609:SkSemaphore::~SkSemaphore\28\29 -610:SkSL::Type::coerceExpression\28std::__2::unique_ptr>\2c\20SkSL::Context\20const&\29\20const -611:SkSL::Type::MakeGenericType\28char\20const*\2c\20SkSpan\2c\20SkSL::Type\20const*\29 -612:SkSL::RP::SlotManager::getVariableSlots\28SkSL::Variable\20const&\29 -613:SkRGBA4f<\28SkAlphaType\292>::operator!=\28SkRGBA4f<\28SkAlphaType\292>\20const&\29\20const -614:SkPathStroker::lineTo\28SkPoint\20const&\2c\20SkPath::Iter\20const*\29 -615:SkPath::lineTo\28SkPoint\20const&\29 -616:SkPaint::setColor\28unsigned\20int\29 -617:SkMatrix::Scale\28float\2c\20float\29 -618:SkImageInfo::minRowBytes\28\29\20const -619:SkDrawBase::~SkDrawBase\28\29 -620:SkDCubic::ptAtT\28double\29\20const -621:SkBlitter::~SkBlitter\28\29 -622:SkBitmapDevice::drawMesh\28SkMesh\20const&\2c\20sk_sp\2c\20SkPaint\20const&\29 -623:GrShaderVar::operator=\28GrShaderVar&&\29 -624:GrProcessor::operator\20delete\28void*\29 -625:GrImageInfo::GrImageInfo\28SkImageInfo\20const&\29 -626:FT_Outline_Translate -627:std::__2::vector>::__recommend\5babi:ne180100\5d\28unsigned\20long\29\20const -628:std::__2::char_traits::assign\5babi:nn180100\5d\28char&\2c\20char\20const&\29 -629:std::__2::basic_string\2c\20std::__2::allocator>::operator=\5babi:nn180100\5d\28std::__2::basic_string\2c\20std::__2::allocator>&&\29 -630:std::__2::__check_grouping\28std::__2::basic_string\2c\20std::__2::allocator>\20const&\2c\20unsigned\20int*\2c\20unsigned\20int*\2c\20unsigned\20int&\29 -631:skvx::Vec<4\2c\20skvx::Mask::type>\20skvx::operator<<4\2c\20float>\28skvx::Vec<4\2c\20float>\20const&\2c\20skvx::Vec<4\2c\20float>\20const&\29 -632:skvx::Vec<4\2c\20int>\20skvx::operator|<4\2c\20int>\28skvx::Vec<4\2c\20int>\20const&\2c\20skvx::Vec<4\2c\20int>\20const&\29 -633:skia_private::THashMap::find\28SkSL::FunctionDeclaration\20const*\20const&\29\20const -634:pad -635:hb_buffer_t::unsafe_to_break_from_outbuffer\28unsigned\20int\2c\20unsigned\20int\29 -636:ft_mem_qalloc -637:__ashlti3 -638:SkTCoincident::setPerp\28SkTCurve\20const&\2c\20double\2c\20SkDPoint\20const&\2c\20SkTCurve\20const&\29 -639:SkString::data\28\29 -640:SkSL::Type::MakeMatrixType\28std::__2::basic_string_view>\2c\20char\20const*\2c\20SkSL::Type\20const&\2c\20int\2c\20signed\20char\29 -641:SkSL::TProgramVisitor::visitProgramElement\28SkSL::ProgramElement\20const&\29 -642:SkSL::TProgramVisitor::visitExpression\28SkSL::Expression\20const&\29 -643:SkSL::Parser::nextToken\28\29 -644:SkSL::Operator::tightOperatorName\28\29\20const -645:SkSL::Inliner::inlineExpression\28SkSL::Position\2c\20skia_private::THashMap>\2c\20SkGoodHash>*\2c\20SkSL::SymbolTable*\2c\20SkSL::Expression\20const&\29::$_0::operator\28\29\28std::__2::unique_ptr>\20const&\29\20const -646:SkSL::Analysis::HasSideEffects\28SkSL::Expression\20const&\29 -647:SkRect::BoundsOrEmpty\28SkSpan\29 -648:SkDVector::crossCheck\28SkDVector\20const&\29\20const -649:SkCanvas::internalQuickReject\28SkRect\20const&\2c\20SkPaint\20const&\2c\20SkMatrix\20const*\29 -650:SkAAClipBlitterWrapper::~SkAAClipBlitterWrapper\28\29 -651:OT::hb_ot_apply_context_t::init_iters\28\29 -652:GrStyle::~GrStyle\28\29 -653:GrSimpleMeshDrawOpHelper::~GrSimpleMeshDrawOpHelper\28\29 -654:GrSimpleMeshDrawOpHelper::visitProxies\28std::__2::function\20const&\29\20const -655:GrShape::reset\28\29 -656:GrShape::bounds\28\29\20const -657:GrShaderVar::appendDecl\28GrShaderCaps\20const*\2c\20SkString*\29\20const -658:GrQuad::MakeFromRect\28SkRect\20const&\2c\20SkMatrix\20const&\29 -659:GrOpFlushState::drawMesh\28GrSimpleMesh\20const&\29 -660:GrAAConvexTessellator::Ring::index\28int\29\20const -661:DefaultGeoProc::~DefaultGeoProc\28\29 -662:449 -663:std::__2::vector\2c\20std::__2::allocator>>::~vector\5babi:ne180100\5d\28\29 -664:std::__2::unique_ptr>::~unique_ptr\5babi:ne180100\5d\28\29 -665:std::__2::enable_if::value\20&&\20is_move_assignable::value\2c\20void>::type\20std::__2::swap\5babi:ne180100\5d\28skia::textlayout::OneLineShaper::RunBlock&\2c\20skia::textlayout::OneLineShaper::RunBlock&\29 -666:std::__2::ctype\20const&\20std::__2::use_facet\5babi:nn180100\5d>\28std::__2::locale\20const&\29 -667:std::__2::basic_string\2c\20std::__2::allocator>::__set_short_size\5babi:nn180100\5d\28unsigned\20long\29 -668:std::__2::__compressed_pair_elem::__compressed_pair_elem\5babi:nn180100\5d\28void\20\28*&&\29\28void*\29\29 -669:skvx::Vec<4\2c\20float>\20skvx::operator*<4\2c\20float\2c\20float\2c\20void>\28skvx::Vec<4\2c\20float>\20const&\2c\20float\29\20\28.7014\29 -670:skia_png_chunk_report -671:skgpu::ResourceKey::operator==\28skgpu::ResourceKey\20const&\29\20const -672:sk_sp::~sk_sp\28\29 -673:cff2_path_procs_extents_t::curve\28CFF::cff2_cs_interp_env_t&\2c\20cff2_extents_param_t&\2c\20CFF::point_t\20const&\2c\20CFF::point_t\20const&\2c\20CFF::point_t\20const&\29 -674:cff2_path_param_t::cubic_to\28CFF::point_t\20const&\2c\20CFF::point_t\20const&\2c\20CFF::point_t\20const&\29 -675:cff1_path_procs_extents_t::curve\28CFF::cff1_cs_interp_env_t&\2c\20cff1_extents_param_t&\2c\20CFF::point_t\20const&\2c\20CFF::point_t\20const&\2c\20CFF::point_t\20const&\29 -676:cff1_path_param_t::cubic_to\28CFF::point_t\20const&\2c\20CFF::point_t\20const&\2c\20CFF::point_t\20const&\29 -677:_hb_glyph_info_get_modified_combining_class\28hb_glyph_info_t\20const*\29 -678:SkTDArray::push_back\28unsigned\20int\20const&\29 -679:SkSL::FunctionDeclaration::description\28\29\20const -680:SkRasterPipeline::extend\28SkRasterPipeline\20const&\29 -681:SkPixmap::operator=\28SkPixmap\20const&\29 -682:SkPathBuilder::lineTo\28float\2c\20float\29 -683:SkPath::RangeIter::operator++\28\29 -684:SkPaintToGrPaint\28skgpu::ganesh::SurfaceDrawContext*\2c\20SkPaint\20const&\2c\20SkMatrix\20const&\2c\20GrPaint*\29 -685:SkOpPtT::contains\28SkOpPtT\20const*\29\20const -686:SkMatrixPriv::CheapEqual\28SkMatrix\20const&\2c\20SkMatrix\20const&\29 -687:SkMatrix::postConcat\28SkMatrix\20const&\29 -688:SkImageInfo::MakeA8\28int\2c\20int\29 -689:SkIRect::intersect\28SkIRect\20const&\2c\20SkIRect\20const&\29 -690:SkColorSpaceXformSteps::apply\28float*\29\20const -691:OT::hb_paint_context_t::recurse\28OT::Paint\20const&\29 -692:GrTextureProxy::mipmapped\28\29\20const -693:GrStyledShape::asPath\28SkPath*\29\20const -694:GrShaderVar::GrShaderVar\28char\20const*\2c\20SkSLType\2c\20GrShaderVar::TypeModifier\29 -695:GrMatrixEffect::Make\28SkMatrix\20const&\2c\20std::__2::unique_ptr>\29 -696:GrGLGpu::setTextureUnit\28int\29 -697:GrColorSpaceXformEffect::onMakeProgramImpl\28\29\20const::Impl::~Impl\28\29 -698:GrColorInfo::GrColorInfo\28GrColorType\2c\20SkAlphaType\2c\20sk_sp\29 -699:GrCPixmap::GrCPixmap\28GrImageInfo\2c\20void\20const*\2c\20unsigned\20long\29 -700:GrAppliedClip::~GrAppliedClip\28\29 -701:FT_Stream_ReadULong -702:FT_Load_Glyph -703:CFF::cff_stack_t::pop\28\29 -704:void\20SkOnce::operator\28\29*\29\2c\20SkAlignedSTStorage<1\2c\20skgpu::UniqueKey>*>\28void\20\28&\29\28SkAlignedSTStorage<1\2c\20skgpu::UniqueKey>*\29\2c\20SkAlignedSTStorage<1\2c\20skgpu::UniqueKey>*&&\29 -705:std::__2::unique_ptr>::~unique_ptr\5babi:ne180100\5d\28\29 -706:std::__2::numpunct::thousands_sep\5babi:nn180100\5d\28\29\20const -707:std::__2::numpunct::grouping\5babi:nn180100\5d\28\29\20const -708:std::__2::ctype\20const&\20std::__2::use_facet\5babi:nn180100\5d>\28std::__2::locale\20const&\29 -709:skif::Context::Context\28skif::Context\20const&\29 -710:skia_private::TArray::push_back\28int\20const&\29 -711:skgpu::ResourceKey::Builder::Builder\28skgpu::ResourceKey*\2c\20unsigned\20int\2c\20int\29 -712:rewind\28GrTriangulator::EdgeList*\2c\20GrTriangulator::Vertex**\2c\20GrTriangulator::Vertex*\2c\20GrTriangulator::Comparator\20const&\29 -713:hb_buffer_t::move_to\28unsigned\20int\29 -714:_output_with_dotted_circle\28hb_buffer_t*\29 -715:__memcpy -716:SkTSpan::pointLast\28\29\20const -717:SkTDStorage::resize\28int\29 -718:SkSL::Parser::rangeFrom\28SkSL::Token\29 -719:SkSL::Parser::error\28SkSL::Position\2c\20std::__2::basic_string_view>\29 -720:SkPathRef::Editor::Editor\28sk_sp*\2c\20int\2c\20int\2c\20int\29 -721:SkPathBuilder::conicTo\28SkPoint\2c\20SkPoint\2c\20float\29 -722:SkPath::Iter::setPath\28SkPath\20const&\2c\20bool\29 -723:SkNullBlitter::blitAntiH\28int\2c\20int\2c\20unsigned\20char\20const*\2c\20short\20const*\29 -724:SkImageGenerator::onQueryYUVAInfo\28SkYUVAPixmapInfo::SupportedDataTypes\20const&\2c\20SkYUVAPixmapInfo*\29\20const -725:SkImageGenerator::onIsValid\28GrRecordingContext*\29\20const -726:SkImageGenerator::onGetPixels\28SkImageInfo\20const&\2c\20void*\2c\20unsigned\20long\2c\20SkImageGenerator::Options\20const&\29 -727:SkDPoint::ApproximatelyEqual\28SkPoint\20const&\2c\20SkPoint\20const&\29 -728:SkBlockAllocator::reset\28\29 -729:GrSimpleMeshDrawOpHelperWithStencil::finalizeProcessors\28GrCaps\20const&\2c\20GrAppliedClip\20const*\2c\20GrClampType\2c\20GrProcessorAnalysisCoverage\2c\20SkRGBA4f<\28SkAlphaType\292>*\2c\20bool*\29 -730:GrGeometryProcessor::ProgramImpl::SetTransform\28GrGLSLProgramDataManager\20const&\2c\20GrShaderCaps\20const&\2c\20GrResourceHandle\20const&\2c\20SkMatrix\20const&\2c\20SkMatrix*\29 -731:GrGLSLVertexGeoBuilder::insertFunction\28char\20const*\29 -732:FT_Stream_Skip -733:FT_Stream_ExtractFrame -734:Cr_z_crc32 -735:AAT::StateTable::get_entry\28int\2c\20unsigned\20int\29\20const -736:void\20std::__2::unique_ptr>::reset\5babi:ne180100\5d\28GrGLCaps::ColorTypeInfo*\29 -737:std::__2::ctype::widen\5babi:nn180100\5d\28char\29\20const -738:std::__2::basic_string\2c\20std::__2::allocator>::__move_assign\5babi:ne180100\5d\28std::__2::basic_string\2c\20std::__2::allocator>&\2c\20std::__2::integral_constant\29 -739:std::__2::__unique_if::__unique_array_unknown_bound\20std::__2::make_unique\5babi:ne180100\5d\28unsigned\20long\29 -740:std::__2::__throw_bad_optional_access\5babi:ne180100\5d\28\29 -741:skvx::Vec<4\2c\20skvx::Mask::type>\20skvx::operator<<4\2c\20float\2c\20float\2c\20void>\28skvx::Vec<4\2c\20float>\20const&\2c\20float\29 -742:skif::LayerSpace::outset\28skif::LayerSpace\20const&\29 -743:skia_private::TArray::checkRealloc\28int\2c\20double\29 -744:skgpu::tess::StrokeIterator::enqueue\28skgpu::tess::StrokeIterator::Verb\2c\20SkPoint\20const*\2c\20float\20const*\29 -745:skgpu::ganesh::SurfaceFillContext::getOpsTask\28\29 -746:hb_draw_funcs_t::emit_close_path\28void*\2c\20hb_draw_state_t&\29 -747:hb_buffer_t::unsafe_to_concat_from_outbuffer\28unsigned\20int\2c\20unsigned\20int\29 -748:hb_bit_set_t::get\28unsigned\20int\29\20const -749:hb_bit_page_t::add\28unsigned\20int\29 -750:fmodf -751:__addtf3 -752:SkSL::RP::Builder::push_constant_i\28int\2c\20int\29 -753:SkSL::RP::Builder::label\28int\29 -754:SkRect::roundOut\28SkIRect*\29\20const -755:SkPixmap::SkPixmap\28SkPixmap\20const&\29 -756:SkPath::reset\28\29 -757:SkPath::moveTo\28SkPoint\20const&\29 -758:SkPaint::asBlendMode\28\29\20const -759:SkImageInfo::operator=\28SkImageInfo\20const&\29 -760:SkDrawable::getFlattenableType\28\29\20const -761:SkCanvas::aboutToDraw\28SkPaint\20const&\2c\20SkRect\20const*\29 -762:SkBitmap::tryAllocPixels\28SkImageInfo\20const&\29 -763:OT::hb_ot_apply_context_t::skipping_iterator_t::next\28unsigned\20int*\29 -764:GrSkSLFP::addChild\28std::__2::unique_ptr>\2c\20bool\29 -765:GrProcessorSet::~GrProcessorSet\28\29 -766:GrGeometryProcessor::Attribute&\20skia_private::TArray::emplace_back\28char\20const\20\28&\29\20\5b10\5d\2c\20GrVertexAttribType&&\2c\20SkSLType&&\29 -767:GrGLGpu::clearErrorsAndCheckForOOM\28\29 -768:GrGLGpu::bindBuffer\28GrGpuBufferType\2c\20GrBuffer\20const*\29 -769:GrGLFunction::GrGLFunction\28void\20\28*\29\28unsigned\20int\2c\20unsigned\20int\2c\20unsigned\20int\2c\20unsigned\20int\29\29::'lambda'\28void\20const*\2c\20unsigned\20int\2c\20unsigned\20int\2c\20unsigned\20int\2c\20unsigned\20int\29::__invoke\28void\20const*\2c\20unsigned\20int\2c\20unsigned\20int\2c\20unsigned\20int\2c\20unsigned\20int\29 -770:GrGLFunction::GrGLFunction\28void\20\28*\29\28int\2c\20int\2c\20float\20const*\29\29::'lambda'\28void\20const*\2c\20int\2c\20int\2c\20float\20const*\29::__invoke\28void\20const*\2c\20int\2c\20int\2c\20float\20const*\29 -771:GrFragmentProcessor::ProgramImpl::invokeChild\28int\2c\20char\20const*\2c\20char\20const*\2c\20GrFragmentProcessor::ProgramImpl::EmitArgs&\2c\20std::__2::basic_string_view>\29 -772:CFF::arg_stack_t::pop_int\28\29 -773:void\20SkSafeUnref\28SharedGenerator*\29 -774:ubidi_getParaLevelAtIndex_skia -775:std::__2::char_traits::copy\5babi:nn180100\5d\28char*\2c\20char\20const*\2c\20unsigned\20long\29 -776:std::__2::basic_string\2c\20std::__2::allocator>::begin\5babi:nn180100\5d\28\29 -777:std::__2::basic_string\2c\20std::__2::allocator>::__is_long\5babi:nn180100\5d\28\29\20const -778:std::__2::__libcpp_snprintf_l\28char*\2c\20unsigned\20long\2c\20__locale_struct*\2c\20char\20const*\2c\20...\29 -779:skia_private::THashTable>*\2c\20std::__2::unique_ptr>*\2c\20SkGoodHash>::Pair\2c\20std::__2::unique_ptr>*\2c\20skia_private::THashMap>*\2c\20std::__2::unique_ptr>*\2c\20SkGoodHash>::Pair>::uncheckedSet\28skia_private::THashMap>*\2c\20std::__2::unique_ptr>*\2c\20SkGoodHash>::Pair&&\29 -780:skia::textlayout::Cluster::run\28\29\20const -781:skgpu::tess::PatchWriter\2c\20skgpu::tess::Optional<\28skgpu::tess::PatchAttribs\2964>\2c\20skgpu::tess::Optional<\28skgpu::tess::PatchAttribs\2932>\2c\20skgpu::tess::AddTrianglesWhenChopping\2c\20skgpu::tess::DiscardFlatCurves>::accountForCurve\28float\29 -782:skgpu::ganesh::SurfaceContext::PixelTransferResult::~PixelTransferResult\28\29 -783:skgpu::ganesh::AsView\28GrRecordingContext*\2c\20SkImage\20const*\2c\20skgpu::Mipmapped\2c\20GrImageTexGenPolicy\29 -784:is_equal\28std::type_info\20const*\2c\20std::type_info\20const*\2c\20bool\29 -785:hb_ot_map_t::get_1_mask\28unsigned\20int\29\20const -786:hb_font_get_glyph -787:hb_bit_page_t::init0\28\29 -788:cff_index_get_sid_string -789:_hb_font_funcs_set_middle\28hb_font_funcs_t*\2c\20void*\2c\20void\20\28*\29\28void*\29\29 -790:__floatsitf -791:SkWriter32::writeScalar\28float\29 -792:SkTDArray<\28anonymous\20namespace\29::YOffset>::append\28\29 -793:SkSL::RP::Generator::pushVectorizedExpression\28SkSL::Expression\20const&\2c\20SkSL::Type\20const&\29 -794:SkSL::RP::Builder::swizzle\28int\2c\20SkSpan\29 -795:SkRegion::setRect\28SkIRect\20const&\29 -796:SkPathRef::isFinite\28\29\20const -797:SkPathBuilder::moveTo\28SkPoint\29 -798:SkPathBuilder::close\28\29 -799:SkPath::isConvex\28\29\20const -800:SkPaint::setColor\28SkRGBA4f<\28SkAlphaType\293>\20const&\2c\20SkColorSpace*\29 -801:SkMatrix::getMaxScale\28\29\20const -802:SkM44::setConcat\28SkM44\20const&\2c\20SkM44\20const&\29 -803:SkJSONWriter::appendHexU32\28char\20const*\2c\20unsigned\20int\29 -804:SkIRect::makeOutset\28int\2c\20int\29\20const -805:SkDevice::createDevice\28SkDevice::CreateInfo\20const&\2c\20SkPaint\20const*\29 -806:SkCanvas::concat\28SkMatrix\20const&\29 -807:SkBlender::Mode\28SkBlendMode\29 -808:SkBitmap::setInfo\28SkImageInfo\20const&\2c\20unsigned\20long\29 -809:SkArenaAlloc::SkArenaAlloc\28char*\2c\20unsigned\20long\2c\20unsigned\20long\29 -810:OT::hb_ot_apply_context_t::skipping_iterator_t::reset\28unsigned\20int\29 -811:GrMeshDrawTarget::allocMesh\28\29 -812:GrGLGpu::bindTextureToScratchUnit\28unsigned\20int\2c\20int\29 -813:GrFragmentProcessor::SwizzleOutput\28std::__2::unique_ptr>\2c\20skgpu::Swizzle\20const&\29::SwizzleFragmentProcessor::~SwizzleFragmentProcessor\28\29 -814:GrCaps::getReadSwizzle\28GrBackendFormat\20const&\2c\20GrColorType\29\20const -815:GrBackendFormat::GrBackendFormat\28GrBackendFormat\20const&\29 -816:CFF::cff1_cs_opset_t::check_width\28unsigned\20int\2c\20CFF::cff1_cs_interp_env_t&\2c\20cff1_extents_param_t&\29 -817:CFF::arg_stack_t::pop_uint\28\29 -818:AutoFTAccess::AutoFTAccess\28SkTypeface_FreeType\20const*\29 -819:strchr -820:std::__2::pair::type\2c\20std::__2::__unwrap_ref_decay::type>\20std::__2::make_pair\5babi:nn180100\5d\28char\20const*&&\2c\20char*&&\29 -821:std::__2::ctype::is\5babi:nn180100\5d\28unsigned\20long\2c\20char\29\20const -822:std::__2::basic_string\2c\20std::__2::allocator>::__set_long_cap\5babi:nn180100\5d\28unsigned\20long\29 -823:std::__2::__function::__value_func::__value_func\5babi:ne180100\5d\28std::__2::__function::__value_func&&\29 -824:skvx::Vec<4\2c\20float>\20skvx::operator*<4\2c\20float>\28skvx::Vec<4\2c\20float>\20const&\2c\20skvx::Vec<4\2c\20float>\20const&\29 -825:skia_private::TArray>\2c\20true>::reserve_exact\28int\29 -826:skia_private::TArray::push_back\28bool&&\29 -827:skia_png_get_uint_32 -828:skia::textlayout::OneLineShaper::clusterIndex\28unsigned\20long\29 -829:skgpu::ganesh::SurfaceDrawContext::chooseAAType\28GrAA\29 -830:skgpu::UniqueKey::GenerateDomain\28\29 -831:hb_iter_t\2c\20hb_filter_iter_t\2c\20hb_array_t>\2c\20find_syllables_use\28hb_buffer_t*\29::'lambda'\28hb_glyph_info_t\20const&\29\2c\20$_7\20const&\2c\20\28void*\290>\2c\20find_syllables_use\28hb_buffer_t*\29::'lambda'\28hb_pair_t\29\2c\20$_6\20const&\2c\20\28void*\290>>>\2c\20hb_pair_t>>::operator+\28unsigned\20int\29\20const -832:hb_buffer_t::sync_so_far\28\29 -833:hb_buffer_t::sync\28\29 -834:hb_bit_set_t::add_range\28unsigned\20int\2c\20unsigned\20int\29 -835:compute_side\28SkPoint\20const&\2c\20SkPoint\20const&\2c\20SkPoint\20const&\29 -836:cff_parse_num -837:bool\20OT::Layout::Common::Coverage::collect_coverage\28hb_set_digest_t*\29\20const -838:SkWriter32::writeRect\28SkRect\20const&\29 -839:SkSL::Type::clone\28SkSL::Context\20const&\2c\20SkSL::SymbolTable*\29\20const -840:SkSL::SymbolTable::find\28std::__2::basic_string_view>\29\20const -841:SkSL::RP::Generator::writeStatement\28SkSL::Statement\20const&\29 -842:SkSL::RP::Builder::unary_op\28SkSL::RP::BuilderOp\2c\20int\29 -843:SkSL::Parser::operatorRight\28SkSL::Parser::AutoDepth&\2c\20SkSL::OperatorKind\2c\20std::__2::unique_ptr>\20\28SkSL::Parser::*\29\28\29\2c\20std::__2::unique_ptr>&\29 -844:SkSL::Parser::expression\28\29 -845:SkSL::Nop::Make\28\29 -846:SkRegion::Cliperator::next\28\29 -847:SkRegion::Cliperator::Cliperator\28SkRegion\20const&\2c\20SkIRect\20const&\29 -848:SkRecords::FillBounds::pushControl\28\29 -849:SkRasterClip::~SkRasterClip\28\29 -850:SkPathBuilder::quadTo\28SkPoint\2c\20SkPoint\29 -851:SkCanvas::save\28\29 -852:SkAutoConicToQuads::computeQuads\28SkPoint\20const*\2c\20float\2c\20float\29 -853:SkArenaAlloc::~SkArenaAlloc\28\29 -854:SkAAClip::setEmpty\28\29 -855:OT::hb_ot_apply_context_t::~hb_ot_apply_context_t\28\29 -856:OT::hb_ot_apply_context_t::hb_ot_apply_context_t\28unsigned\20int\2c\20hb_font_t*\2c\20hb_buffer_t*\2c\20hb_blob_t*\29 -857:GrTriangulator::Line::intersect\28GrTriangulator::Line\20const&\2c\20SkPoint*\29\20const -858:GrImageInfo::GrImageInfo\28GrColorType\2c\20SkAlphaType\2c\20sk_sp\2c\20SkISize\20const&\29 -859:GrGpuBuffer::unmap\28\29 -860:GrGeometryProcessor::ProgramImpl::WriteLocalCoord\28GrGLSLVertexBuilder*\2c\20GrGLSLUniformHandler*\2c\20GrShaderCaps\20const&\2c\20GrGeometryProcessor::ProgramImpl::GrGPArgs*\2c\20GrShaderVar\2c\20SkMatrix\20const&\2c\20GrResourceHandle*\29 -861:GrGeometryProcessor::ProgramImpl::ComputeMatrixKey\28GrShaderCaps\20const&\2c\20SkMatrix\20const&\29 -862:GrFragmentProcessor::GrFragmentProcessor\28GrFragmentProcessor\20const&\29 -863:650 -864:void\20SkSafeUnref\28SkMipmap*\29 -865:ubidi_getMemory_skia -866:std::__2::vector>::~vector\5babi:ne180100\5d\28\29 -867:std::__2::vector>::erase\28std::__2::__wrap_iter\2c\20std::__2::__wrap_iter\29 -868:std::__2::unique_ptr>::~unique_ptr\5babi:ne180100\5d\28\29 -869:std::__2::numpunct::truename\5babi:nn180100\5d\28\29\20const -870:std::__2::numpunct::falsename\5babi:nn180100\5d\28\29\20const -871:std::__2::numpunct::decimal_point\5babi:nn180100\5d\28\29\20const -872:std::__2::moneypunct::do_grouping\28\29\20const -873:std::__2::ctype::is\5babi:nn180100\5d\28unsigned\20long\2c\20wchar_t\29\20const -874:std::__2::basic_string\2c\20std::__2::allocator>::empty\5babi:nn180100\5d\28\29\20const -875:snprintf -876:skvx::Vec<4\2c\20float>\20skvx::operator-<4\2c\20float\2c\20float\2c\20void>\28float\2c\20skvx::Vec<4\2c\20float>\20const&\29 -877:skia_private::TArray::checkRealloc\28int\2c\20double\29 -878:skia_private::TArray::preallocateNewData\28int\2c\20double\29 -879:skia_private::STArray<2\2c\20std::__2::unique_ptr>\2c\20true>::STArray\28skia_private::STArray<2\2c\20std::__2::unique_ptr>\2c\20true>&&\29 -880:skia_png_reciprocal -881:skia_png_malloc_warn -882:skia::textlayout::\28anonymous\20namespace\29::relax\28float\29 -883:skgpu::ganesh::SurfaceContext::readPixels\28GrDirectContext*\2c\20GrPixmap\2c\20SkIPoint\29 -884:skgpu::Swizzle::RGBA\28\29 -885:sk_sp::~sk_sp\28\29 -886:hb_user_data_array_t::fini\28\29 -887:hb_sanitize_context_t::end_processing\28\29 -888:hb_draw_funcs_t::emit_quadratic_to\28void*\2c\20hb_draw_state_t&\2c\20float\2c\20float\2c\20float\2c\20float\29 -889:crc32_z -890:SkTSect::SkTSect\28SkTCurve\20const&\29 -891:SkSL::String::Separator\28\29 -892:SkSL::RP::Generator::pushIntrinsic\28SkSL::RP::BuilderOp\2c\20SkSL::Expression\20const&\29 -893:SkSL::ProgramConfig::strictES2Mode\28\29\20const -894:SkSL::Parser::layoutInt\28\29 -895:SkRegion::setEmpty\28\29 -896:SkRGBA4f<\28SkAlphaType\293>::FromColor\28unsigned\20int\29 -897:SkPathRef::growForVerb\28int\2c\20float\29 -898:SkPath::transform\28SkMatrix\20const&\2c\20SkPath*\2c\20SkApplyPerspectiveClip\29\20const -899:SkMipmap::ComputeLevelCount\28int\2c\20int\29 -900:SkMatrix::isSimilarity\28float\29\20const -901:SkMatrix::MakeAll\28float\2c\20float\2c\20float\2c\20float\2c\20float\2c\20float\2c\20float\2c\20float\2c\20float\29 -902:SkImageInfo::Make\28int\2c\20int\2c\20SkColorType\2c\20SkAlphaType\29 -903:SkImageFilter_Base::getFlattenableType\28\29\20const -904:SkIRect::makeOffset\28int\2c\20int\29\20const -905:SkDQuad::ptAtT\28double\29\20const -906:SkDLine::nearPoint\28SkDPoint\20const&\2c\20bool*\29\20const -907:SkDConic::ptAtT\28double\29\20const -908:SkChopQuadAt\28SkPoint\20const*\2c\20SkPoint*\2c\20float\29 -909:SkBaseShadowTessellator::appendTriangle\28unsigned\20short\2c\20unsigned\20short\2c\20unsigned\20short\29 -910:SafeDecodeSymbol -911:OT::cmap::find_subtable\28unsigned\20int\2c\20unsigned\20int\29\20const -912:GrTriangulator::EdgeList::remove\28GrTriangulator::Edge*\29 -913:GrTextureEffect::Impl::emitCode\28GrFragmentProcessor::ProgramImpl::EmitArgs&\29::$_4::operator\28\29\28char\20const*\29\20const -914:GrSimpleMeshDrawOpHelper::isCompatible\28GrSimpleMeshDrawOpHelper\20const&\2c\20GrCaps\20const&\2c\20SkRect\20const&\2c\20SkRect\20const&\2c\20bool\29\20const -915:GrShaderVar::GrShaderVar\28GrShaderVar\20const&\29 -916:GrQuad::writeVertex\28int\2c\20skgpu::VertexWriter&\29\20const -917:GrOpFlushState::bindBuffers\28sk_sp\2c\20sk_sp\2c\20sk_sp\2c\20GrPrimitiveRestart\29 -918:GrGLSLShaderBuilder::getMangledFunctionName\28char\20const*\29 -919:GrGLSLShaderBuilder::appendTextureLookup\28GrResourceHandle\2c\20char\20const*\2c\20GrGLSLColorSpaceXformHelper*\29 -920:GrGLGpu::getErrorAndCheckForOOM\28\29 -921:GrColorInfo::GrColorInfo\28SkColorInfo\20const&\29 -922:GrAAConvexTessellator::addTri\28int\2c\20int\2c\20int\29 -923:FT_Get_Module -924:AlmostBequalUlps\28double\2c\20double\29 -925:AAT::StateTable::EntryData>::get_entry\28int\2c\20unsigned\20int\29\20const -926:tt_face_get_name -927:std::__2::vector>::__swap_out_circular_buffer\28std::__2::__split_buffer&>&\29 -928:std::__2::unique_ptr::reset\5babi:ne180100\5d\28void*\29 -929:std::__2::unique_ptr>::~unique_ptr\5babi:ne180100\5d\28\29 -930:std::__2::locale::use_facet\28std::__2::locale::id&\29\20const -931:std::__2::basic_string\2c\20std::__2::allocator>::__init\28char\20const*\2c\20unsigned\20long\29 -932:std::__2::__variant_detail::__dtor\2c\20std::__2::unique_ptr>>\2c\20\28std::__2::__variant_detail::_Trait\291>::__destroy\5babi:ne180100\5d\28\29 -933:std::__2::__variant_detail::__dtor\2c\20\28std::__2::__variant_detail::_Trait\291>::__destroy\5babi:ne180100\5d\28\29 -934:std::__2::__libcpp_locale_guard::~__libcpp_locale_guard\5babi:nn180100\5d\28\29 -935:std::__2::__libcpp_locale_guard::__libcpp_locale_guard\5babi:nn180100\5d\28__locale_struct*&\29 -936:skvx::Vec<4\2c\20float>&\20skvx::operator+=<4\2c\20float>\28skvx::Vec<4\2c\20float>&\2c\20skvx::Vec<4\2c\20float>\20const&\29\20\28.5885\29 -937:skvx::Vec<2\2c\20float>\20skvx::max<2\2c\20float>\28skvx::Vec<2\2c\20float>\20const&\2c\20skvx::Vec<2\2c\20float>\20const&\29 -938:skif::FilterResult::FilterResult\28skif::FilterResult\20const&\29 -939:skia_private::THashTable>\2c\20SkGoodHash>::Pair\2c\20SkImageFilter\20const*\2c\20skia_private::THashMap>\2c\20SkGoodHash>::Pair>::Hash\28SkImageFilter\20const*\20const&\29 -940:skia_private::TArray::installDataAndUpdateCapacity\28SkSpan\29 -941:sk_sp&\20skia_private::TArray\2c\20true>::emplace_back>\28sk_sp&&\29 -942:sinf -943:round -944:qsort -945:operator==\28SkIRect\20const&\2c\20SkIRect\20const&\29 -946:hb_vector_t::alloc\28unsigned\20int\2c\20bool\29 -947:hb_indic_would_substitute_feature_t::would_substitute\28unsigned\20int\20const*\2c\20unsigned\20int\2c\20hb_face_t*\29\20const -948:hb_font_t::get_glyph_h_advance\28unsigned\20int\29 -949:hb_cache_t<15u\2c\208u\2c\207u\2c\20true>::set\28unsigned\20int\2c\20unsigned\20int\29 -950:ft_module_get_service -951:bool\20hb_sanitize_context_t::check_array>\28OT::IntType\20const*\2c\20unsigned\20int\29\20const -952:__sindf -953:__shlim -954:__cosdf -955:SkTDStorage::removeShuffle\28int\29 -956:SkString::equals\28SkString\20const&\29\20const -957:SkSL::evaluate_pairwise_intrinsic\28SkSL::Context\20const&\2c\20std::__2::array\20const&\2c\20SkSL::Type\20const&\2c\20double\20\28*\29\28double\2c\20double\2c\20double\29\29 -958:SkSL::StringStream::str\28\29\20const -959:SkSL::RP::Generator::makeLValue\28SkSL::Expression\20const&\2c\20bool\29 -960:SkSL::Parser::expressionOrPoison\28SkSL::Position\2c\20std::__2::unique_ptr>\29 -961:SkSL::GLSLCodeGenerator::writeIdentifier\28std::__2::basic_string_view>\29 -962:SkSL::GLSLCodeGenerator::getTypeName\28SkSL::Type\20const&\29 -963:SkSL::BinaryExpression::Make\28SkSL::Context\20const&\2c\20SkSL::Position\2c\20std::__2::unique_ptr>\2c\20SkSL::Operator\2c\20std::__2::unique_ptr>\29 -964:SkRect::round\28\29\20const -965:SkPathBuilder::cubicTo\28SkPoint\2c\20SkPoint\2c\20SkPoint\29 -966:SkPath::conicTo\28SkPoint\20const&\2c\20SkPoint\20const&\2c\20float\29 -967:SkPaint::getAlpha\28\29\20const -968:SkMatrix::preScale\28float\2c\20float\29 -969:SkMatrix::mapVector\28float\2c\20float\29\20const -970:SkImageInfo::operator=\28SkImageInfo&&\29 -971:SkIRect::join\28SkIRect\20const&\29 -972:SkDrawBase::drawPath\28SkPath\20const&\2c\20SkPaint\20const&\2c\20SkMatrix\20const*\2c\20bool\29\20const -973:SkData::MakeUninitialized\28unsigned\20long\29 -974:SkChopCubicAt\28SkPoint\20const*\2c\20SkPoint*\2c\20float\29 -975:SkCanvas::checkForDeferredSave\28\29 -976:SkBitmap::peekPixels\28SkPixmap*\29\20const -977:SkAutoCanvasRestore::~SkAutoCanvasRestore\28\29 -978:SkAAClip::Builder::addRun\28int\2c\20int\2c\20unsigned\20int\2c\20int\29 -979:OT::hb_ot_apply_context_t::set_lookup_mask\28unsigned\20int\2c\20bool\29 -980:OT::ClassDef::get_class\28unsigned\20int\29\20const -981:GrTriangulator::Line::Line\28SkPoint\20const&\2c\20SkPoint\20const&\29 -982:GrTriangulator::Edge::isRightOf\28GrTriangulator::Vertex\20const&\29\20const -983:GrStyledShape::GrStyledShape\28GrStyledShape\20const&\29 -984:GrStyle::SimpleFill\28\29 -985:GrShape::setType\28GrShape::Type\29 -986:GrPixmapBase::GrPixmapBase\28GrPixmapBase\20const&\29 -987:GrMakeUncachedBitmapProxyView\28GrRecordingContext*\2c\20SkBitmap\20const&\2c\20skgpu::Mipmapped\2c\20SkBackingFit\2c\20skgpu::Budgeted\29 -988:GrIORef::unref\28\29\20const -989:GrGeometryProcessor::TextureSampler::reset\28GrSamplerState\2c\20GrBackendFormat\20const&\2c\20skgpu::Swizzle\20const&\29 -990:GrGLGpu::deleteFramebuffer\28unsigned\20int\29 -991:GrBackendFormats::MakeGL\28unsigned\20int\2c\20unsigned\20int\29 -992:779 -993:vsnprintf -994:void\20AAT::Lookup>::collect_glyphs\28hb_bit_set_t&\2c\20unsigned\20int\29\20const -995:top12 -996:std::__2::vector>::__destroy_vector::operator\28\29\5babi:ne180100\5d\28\29 -997:std::__2::unique_ptr>\2c\20SkSL::IntrinsicKind\2c\20SkGoodHash>::Pair\2c\20std::__2::basic_string_view>\2c\20skia_private::THashMap>\2c\20SkSL::IntrinsicKind\2c\20SkGoodHash>::Pair>::Slot\20\5b\5d\2c\20std::__2::default_delete>\2c\20SkSL::IntrinsicKind\2c\20SkGoodHash>::Pair\2c\20std::__2::basic_string_view>\2c\20skia_private::THashMap>\2c\20SkSL::IntrinsicKind\2c\20SkGoodHash>::Pair>::Slot\20\5b\5d>>::~unique_ptr\5babi:ne180100\5d\28\29 -998:std::__2::unique_ptr>::reset\5babi:ne180100\5d\28SkSL::Module\20const*\29 -999:std::__2::unique_ptr>::~unique_ptr\5babi:ne180100\5d\28\29 -1000:std::__2::to_string\28long\20long\29 -1001:std::__2::basic_string\2c\20std::__2::allocator>::operator=\5babi:nn180100\5d\28std::__2::basic_string\2c\20std::__2::allocator>&&\29 -1002:std::__2::basic_string\2c\20std::__2::allocator>\20std::__2::operator+\2c\20std::__2::allocator>\28char\20const*\2c\20std::__2::basic_string\2c\20std::__2::allocator>\20const&\29 -1003:std::__2::__split_buffer&>::__split_buffer\28unsigned\20long\2c\20unsigned\20long\2c\20std::__2::allocator&\29 -1004:std::__2::__num_put_base::__identify_padding\28char*\2c\20char*\2c\20std::__2::ios_base\20const&\29 -1005:std::__2::__num_get_base::__get_base\28std::__2::ios_base&\29 -1006:std::__2::__libcpp_asprintf_l\28char**\2c\20__locale_struct*\2c\20char\20const*\2c\20...\29 -1007:skvx::Vec<4\2c\20float>\20skvx::naive_if_then_else<4\2c\20float>\28skvx::Vec<4\2c\20skvx::Mask::type>\20const&\2c\20skvx::Vec<4\2c\20float>\20const&\2c\20skvx::Vec<4\2c\20float>\20const&\29 -1008:skvx::Vec<4\2c\20float>\20skvx::abs<4>\28skvx::Vec<4\2c\20float>\20const&\29 -1009:skvx::Vec<2\2c\20float>\20skvx::min<2\2c\20float>\28skvx::Vec<2\2c\20float>\20const&\2c\20skvx::Vec<2\2c\20float>\20const&\29 -1010:sktext::gpu::BagOfBytes::allocateBytes\28int\2c\20int\29 -1011:skia_private::TArray::preallocateNewData\28int\2c\20double\29 -1012:skia_private::TArray::~TArray\28\29 -1013:skia_private::TArray::checkRealloc\28int\2c\20double\29 -1014:skia_png_malloc_base -1015:skia::textlayout::TextLine::iterateThroughVisualRuns\28bool\2c\20std::__2::function\2c\20float*\29>\20const&\29\20const -1016:skgpu::ganesh::SurfaceFillContext::arenaAlloc\28\29 -1017:skgpu::ganesh::SurfaceDrawContext::numSamples\28\29\20const -1018:skgpu::AutoCallback::~AutoCallback\28\29 -1019:sk_sp::reset\28SkData*\29 -1020:sk_sp::~sk_sp\28\29 -1021:powf_ -1022:operator==\28SkMatrix\20const&\2c\20SkMatrix\20const&\29 -1023:is_one_of\28hb_glyph_info_t\20const&\2c\20unsigned\20int\29 -1024:int\20std::__2::__get_up_to_n_digits\5babi:nn180100\5d>>\28std::__2::istreambuf_iterator>&\2c\20std::__2::istreambuf_iterator>\2c\20unsigned\20int&\2c\20std::__2::ctype\20const&\2c\20int\29 -1025:int\20std::__2::__get_up_to_n_digits\5babi:nn180100\5d>>\28std::__2::istreambuf_iterator>&\2c\20std::__2::istreambuf_iterator>\2c\20unsigned\20int&\2c\20std::__2::ctype\20const&\2c\20int\29 -1026:inflateStateCheck -1027:hb_vector_t::resize\28int\2c\20bool\2c\20bool\29 -1028:hb_lazy_loader_t\2c\20hb_face_t\2c\206u\2c\20hb_blob_t>::get\28\29\20const -1029:hb_font_t::has_glyph\28unsigned\20int\29 -1030:hb_cache_t<15u\2c\208u\2c\207u\2c\20true>::clear\28\29 -1031:bool\20hb_sanitize_context_t::check_array\28OT::HBGlyphID16\20const*\2c\20unsigned\20int\29\20const -1032:bool\20OT::OffsetTo\2c\20void\2c\20true>::sanitize<>\28hb_sanitize_context_t*\2c\20void\20const*\29\20const -1033:bool\20OT::OffsetTo>\2c\20OT::IntType\2c\20void\2c\20false>::sanitize<>\28hb_sanitize_context_t*\2c\20void\20const*\29\20const -1034:addPoint\28UBiDi*\2c\20int\2c\20int\29 -1035:__extenddftf2 -1036:\28anonymous\20namespace\29::extension_compare\28SkString\20const&\2c\20SkString\20const&\29 -1037:\28anonymous\20namespace\29::colrv1_traverse_paint\28SkCanvas*\2c\20SkSpan\20const&\2c\20unsigned\20int\2c\20FT_FaceRec_*\2c\20FT_Opaque_Paint_\2c\20skia_private::THashSet*\29 -1038:\28anonymous\20namespace\29::colrv1_transform\28FT_FaceRec_*\2c\20FT_COLR_Paint_\20const&\2c\20SkCanvas*\2c\20SkMatrix*\29 -1039:SkUTF::NextUTF8\28char\20const**\2c\20char\20const*\29 -1040:SkUTF::NextUTF8WithReplacement\28char\20const**\2c\20char\20const*\29 -1041:SkTInternalLList::addToHead\28sktext::gpu::TextBlob*\29 -1042:SkTCopyOnFirstWrite::writable\28\29 -1043:SkSurface_Base::getCachedCanvas\28\29 -1044:SkString::reset\28\29 -1045:SkStrike::unlock\28\29 -1046:SkStrike::lock\28\29 -1047:SkSafeMath::addInt\28int\2c\20int\29 -1048:SkSL::cast_expression\28SkSL::Context\20const&\2c\20SkSL::Position\2c\20SkSL::Expression\20const&\2c\20SkSL::Type\20const&\29 -1049:SkSL::StringStream::~StringStream\28\29 -1050:SkSL::RP::LValue::~LValue\28\29 -1051:SkSL::RP::Generator::pushIntrinsic\28SkSL::RP::Generator::TypedOps\20const&\2c\20SkSL::Expression\20const&\2c\20SkSL::Expression\20const&\29 -1052:SkSL::InlineCandidateAnalyzer::visitExpression\28std::__2::unique_ptr>*\29 -1053:SkSL::GLSLCodeGenerator::writeType\28SkSL::Type\20const&\29 -1054:SkSL::Expression::isBoolLiteral\28\29\20const -1055:SkSL::Analysis::IsCompileTimeConstant\28SkSL::Expression\20const&\29 -1056:SkRuntimeEffect::findUniform\28std::__2::basic_string_view>\29\20const -1057:SkRasterPipelineBlitter::appendLoadDst\28SkRasterPipeline*\29\20const -1058:SkRRect::MakeOval\28SkRect\20const&\29 -1059:SkPoint::Distance\28SkPoint\20const&\2c\20SkPoint\20const&\29 -1060:SkPath::isRect\28SkRect*\2c\20bool*\2c\20SkPathDirection*\29\20const -1061:SkPath::injectMoveToIfNeeded\28\29 -1062:SkPath::close\28\29 -1063:SkMatrix::setScaleTranslate\28float\2c\20float\2c\20float\2c\20float\29 -1064:SkMatrix::preTranslate\28float\2c\20float\29 -1065:SkMatrix::postScale\28float\2c\20float\29 -1066:SkMatrix::mapVectors\28SkSpan\29\20const -1067:SkMatrix::MakeRectToRect\28SkRect\20const&\2c\20SkRect\20const&\2c\20SkMatrix::ScaleToFit\29 -1068:SkIntersections::removeOne\28int\29 -1069:SkImages::RasterFromBitmap\28SkBitmap\20const&\29 -1070:SkImage_Ganesh::SkImage_Ganesh\28sk_sp\2c\20unsigned\20int\2c\20GrSurfaceProxyView\2c\20SkColorInfo\29 -1071:SkImageFilter_Base::getChildInputLayerBounds\28int\2c\20skif::Mapping\20const&\2c\20skif::LayerSpace\20const&\2c\20std::__2::optional>\29\20const -1072:SkGlyph::iRect\28\29\20const -1073:SkFindUnitQuadRoots\28float\2c\20float\2c\20float\2c\20float*\29 -1074:SkData::PrivateNewWithCopy\28void\20const*\2c\20unsigned\20long\29 -1075:SkColorSpaceXformSteps::Flags::mask\28\29\20const -1076:SkColorSpace::Equals\28SkColorSpace\20const*\2c\20SkColorSpace\20const*\29 -1077:SkCanvas::translate\28float\2c\20float\29 -1078:SkCanvas::drawRect\28SkRect\20const&\2c\20SkPaint\20const&\29 -1079:SkBlurEngine::SigmaToRadius\28float\29 -1080:SkBlockAllocator::BlockIter::Item::operator++\28\29 -1081:SkBitmapCache::Rec::getKey\28\29\20const -1082:SkAAClipBlitterWrapper::init\28SkRasterClip\20const&\2c\20SkBlitter*\29 -1083:SkAAClip::freeRuns\28\29 -1084:OT::VarSizedBinSearchArrayOf>::get_length\28\29\20const -1085:OT::Offset\2c\20true>::is_null\28\29\20const -1086:GrWindowRectangles::~GrWindowRectangles\28\29 -1087:GrTriangulator::Edge::isLeftOf\28GrTriangulator::Vertex\20const&\29\20const -1088:GrSimpleMeshDrawOpHelper::createProgramInfo\28GrCaps\20const*\2c\20SkArenaAlloc*\2c\20GrSurfaceProxyView\20const&\2c\20bool\2c\20GrAppliedClip&&\2c\20GrDstProxyView\20const&\2c\20GrGeometryProcessor*\2c\20GrPrimitiveType\2c\20GrXferBarrierFlags\2c\20GrLoadOp\29 -1089:GrResourceAllocator::addInterval\28GrSurfaceProxy*\2c\20unsigned\20int\2c\20unsigned\20int\2c\20GrResourceAllocator::ActualUse\2c\20GrResourceAllocator::AllowRecycling\29 -1090:GrRenderTask::makeClosed\28GrRecordingContext*\29 -1091:GrGLGpu::prepareToDraw\28GrPrimitiveType\29 -1092:GrBackendFormatToCompressionType\28GrBackendFormat\20const&\29 -1093:FT_Stream_Read -1094:FT_Outline_Get_CBox -1095:Cr_z_adler32 -1096:BlockIndexIterator::First\28SkBlockAllocator::Block\20const*\29\2c\20&SkTBlockList::Last\28SkBlockAllocator::Block\20const*\29\2c\20&SkTBlockList::Increment\28SkBlockAllocator::Block\20const*\2c\20int\29\2c\20&SkTBlockList::GetItem\28SkBlockAllocator::Block\20const*\2c\20int\29>::end\28\29\20const -1097:BlockIndexIterator::First\28SkBlockAllocator::Block\20const*\29\2c\20&SkTBlockList::Last\28SkBlockAllocator::Block\20const*\29\2c\20&SkTBlockList::Increment\28SkBlockAllocator::Block\20const*\2c\20int\29\2c\20&SkTBlockList::GetItem\28SkBlockAllocator::Block\20const*\2c\20int\29>::begin\28\29\20const -1098:AlmostDequalUlps\28double\2c\20double\29 -1099:886 -1100:887 -1101:write_tag_size\28SkWriteBuffer&\2c\20unsigned\20int\2c\20unsigned\20long\29 -1102:void\20std::__2::unique_ptr::Pair\2c\20SkSL::Variable\20const*\2c\20skia_private::THashMap::Pair>::Slot\20\5b\5d\2c\20std::__2::default_delete::Pair\2c\20SkSL::Variable\20const*\2c\20skia_private::THashMap::Pair>::Slot\20\5b\5d>>::reset\5babi:ne180100\5d::Pair\2c\20SkSL::Variable\20const*\2c\20skia_private::THashMap::Pair>::Slot*\2c\200>\28skia_private::THashTable::Pair\2c\20SkSL::Variable\20const*\2c\20skia_private::THashMap::Pair>::Slot*\29 -1103:void\20skgpu::VertexWriter::writeQuad\2c\20skgpu::VertexColor\2c\20skgpu::VertexWriter::Conditional>\28skgpu::VertexWriter::TriFan\20const&\2c\20skgpu::VertexColor\20const&\2c\20skgpu::VertexWriter::Conditional\20const&\29 -1104:uprv_free_skia -1105:unsigned\20int\20std::__2::__sort3\5babi:ne180100\5d\28skia::textlayout::OneLineShaper::RunBlock*\2c\20skia::textlayout::OneLineShaper::RunBlock*\2c\20skia::textlayout::OneLineShaper::RunBlock*\2c\20skia::textlayout::OneLineShaper::finish\28skia::textlayout::Block\20const&\2c\20float\2c\20float&\29::$_0&\29 -1106:unsigned\20int\20std::__2::__sort3\5babi:ne180100\5d\28SkSL::ProgramElement\20const**\2c\20SkSL::ProgramElement\20const**\2c\20SkSL::ProgramElement\20const**\2c\20SkSL::Transform::\28anonymous\20namespace\29::BuiltinVariableScanner::sortNewElements\28\29::'lambda'\28SkSL::ProgramElement\20const*\2c\20SkSL::ProgramElement\20const*\29&\29 -1107:unsigned\20int\20std::__2::__sort3\5babi:ne180100\5d\28SkSL::FunctionDefinition\20const**\2c\20SkSL::FunctionDefinition\20const**\2c\20SkSL::FunctionDefinition\20const**\2c\20SkSL::Transform::FindAndDeclareBuiltinFunctions\28SkSL::Program&\29::$_0&\29 -1108:strcpy -1109:std::__2::unique_ptr>::~unique_ptr\5babi:ne180100\5d\28\29 -1110:std::__2::unique_ptr>::operator=\5babi:ne180100\5d\28std::__2::unique_ptr>&&\29 -1111:std::__2::unique_ptr>\20GrSkSLFP::Make<>\28SkRuntimeEffect\20const*\2c\20char\20const*\2c\20std::__2::unique_ptr>\2c\20GrSkSLFP::OptFlags\29 -1112:std::__2::unique_ptr>\20GrBlendFragmentProcessor::Make<\28SkBlendMode\2913>\28std::__2::unique_ptr>\2c\20std::__2::unique_ptr>\29 -1113:std::__2::time_get>>::get\28std::__2::istreambuf_iterator>\2c\20std::__2::istreambuf_iterator>\2c\20std::__2::ios_base&\2c\20unsigned\20int&\2c\20tm*\2c\20wchar_t\20const*\2c\20wchar_t\20const*\29\20const -1114:std::__2::time_get>>::get\28std::__2::istreambuf_iterator>\2c\20std::__2::istreambuf_iterator>\2c\20std::__2::ios_base&\2c\20unsigned\20int&\2c\20tm*\2c\20char\20const*\2c\20char\20const*\29\20const -1115:std::__2::enable_if::type\20skgpu::tess::PatchWriter\2c\20skgpu::tess::Optional<\28skgpu::tess::PatchAttribs\2964>\2c\20skgpu::tess::Optional<\28skgpu::tess::PatchAttribs\2932>\2c\20skgpu::tess::AddTrianglesWhenChopping\2c\20skgpu::tess::DiscardFlatCurves>::writeTriangleStack\28skgpu::tess::MiddleOutPolygonTriangulator::PoppedTriangleStack&&\29 -1116:std::__2::ctype::widen\5babi:nn180100\5d\28char\20const*\2c\20char\20const*\2c\20wchar_t*\29\20const -1117:std::__2::__tuple_impl\2c\20GrSurfaceProxyView\2c\20sk_sp>::~__tuple_impl\28\29 -1118:std::__2::__optional_destruct_base::~__optional_destruct_base\5babi:ne180100\5d\28\29 -1119:skvx::Vec<4\2c\20skvx::Mask::type>\20skvx::operator>=<4\2c\20float\2c\20float\2c\20void>\28skvx::Vec<4\2c\20float>\20const&\2c\20float\29\20\28.5872\29 -1120:skia_private::TArray::push_back\28SkSL::SwitchCase\20const*\20const&\29 -1121:skia_private::TArray::push_back_n\28int\2c\20SkPoint\20const*\29 -1122:skia::textlayout::Run::placeholderStyle\28\29\20const -1123:skgpu::skgpu_init_static_unique_key_once\28SkAlignedSTStorage<1\2c\20skgpu::UniqueKey>*\29 -1124:skgpu::ganesh::\28anonymous\20namespace\29::update_degenerate_test\28skgpu::ganesh::\28anonymous\20namespace\29::DegenerateTestData*\2c\20SkPoint\20const&\29 -1125:skgpu::VertexWriter&\20skgpu::operator<<\28skgpu::VertexWriter&\2c\20skgpu::VertexColor\20const&\29 -1126:skgpu::ResourceKey::ResourceKey\28\29 -1127:skcms_TransferFunction_getType -1128:sk_sp::~sk_sp\28\29 -1129:sk_sp::reset\28GrThreadSafeCache::VertexData*\29 -1130:skData_getConstPointer -1131:scalbn -1132:rowcol3\28float\20const*\2c\20float\20const*\29 -1133:ps_parser_skip_spaces -1134:is_joiner\28hb_glyph_info_t\20const&\29 -1135:hb_paint_funcs_t::push_translate\28void*\2c\20float\2c\20float\29 -1136:hb_lazy_loader_t\2c\20hb_face_t\2c\2022u\2c\20hb_blob_t>::get\28\29\20const -1137:hb_iter_t\2c\20hb_filter_iter_t\2c\20hb_array_t>\2c\20find_syllables_use\28hb_buffer_t*\29::'lambda'\28hb_glyph_info_t\20const&\29\2c\20$_7\20const&\2c\20\28void*\290>\2c\20find_syllables_use\28hb_buffer_t*\29::'lambda'\28hb_pair_t\29\2c\20$_6\20const&\2c\20\28void*\290>>>\2c\20hb_pair_t>>::operator--\28int\29 -1138:hb_aat_map_t::range_flags_t*\20hb_vector_t::push\28hb_aat_map_t::range_flags_t&&\29 -1139:get_gsubgpos_table\28hb_face_t*\2c\20unsigned\20int\29 -1140:emscripten_longjmp -1141:cff2_path_procs_extents_t::line\28CFF::cff2_cs_interp_env_t&\2c\20cff2_extents_param_t&\2c\20CFF::point_t\20const&\29 -1142:cff2_path_param_t::line_to\28CFF::point_t\20const&\29 -1143:cff1_path_procs_extents_t::line\28CFF::cff1_cs_interp_env_t&\2c\20cff1_extents_param_t&\2c\20CFF::point_t\20const&\29 -1144:cff1_path_param_t::line_to\28CFF::point_t\20const&\29 -1145:cf2_stack_pushInt -1146:cf2_buf_readByte -1147:bool\20hb_bsearch_impl\28unsigned\20int*\2c\20unsigned\20int\20const&\2c\20void\20const*\2c\20unsigned\20long\2c\20unsigned\20long\2c\20int\20\28*\29\28void\20const*\2c\20void\20const*\29\29 -1148:_hb_draw_funcs_set_preamble\28hb_draw_funcs_t*\2c\20bool\2c\20void**\2c\20void\20\28**\29\28void*\29\29 -1149:\28anonymous\20namespace\29::colrv1_traverse_paint_bounds\28SkMatrix*\2c\20SkRect*\2c\20FT_FaceRec_*\2c\20FT_Opaque_Paint_\2c\20skia_private::THashSet*\29 -1150:SkWriter32::write\28void\20const*\2c\20unsigned\20long\29 -1151:SkWStream::writeDecAsText\28int\29 -1152:SkTDStorage::append\28void\20const*\2c\20int\29 -1153:SkSurface_Base::refCachedImage\28\29 -1154:SkStrikeSpec::SkStrikeSpec\28SkFont\20const&\2c\20SkPaint\20const&\2c\20SkSurfaceProps\20const&\2c\20SkScalerContextFlags\2c\20SkMatrix\20const&\29 -1155:SkSL::compile_and_shrink\28SkSL::Compiler*\2c\20SkSL::ProgramKind\2c\20SkSL::ModuleType\2c\20std::__2::basic_string\2c\20std::__2::allocator>\2c\20SkSL::Module\20const*\29 -1156:SkSL::RP::Builder::lastInstructionOnAnyStack\28int\29 -1157:SkSL::ProgramUsage::get\28SkSL::Variable\20const&\29\20const -1158:SkSL::Parser::expectIdentifier\28SkSL::Token*\29 -1159:SkSL::Parser::AutoDepth::increase\28\29 -1160:SkSL::Inliner::inlineStatement\28SkSL::Position\2c\20skia_private::THashMap>\2c\20SkGoodHash>*\2c\20SkSL::SymbolTable*\2c\20std::__2::unique_ptr>*\2c\20SkSL::Analysis::ReturnComplexity\2c\20SkSL::Statement\20const&\2c\20SkSL::ProgramUsage\20const&\2c\20bool\29::$_3::operator\28\29\28std::__2::unique_ptr>\20const&\29\20const -1161:SkSL::Inliner::inlineStatement\28SkSL::Position\2c\20skia_private::THashMap>\2c\20SkGoodHash>*\2c\20SkSL::SymbolTable*\2c\20std::__2::unique_ptr>*\2c\20SkSL::Analysis::ReturnComplexity\2c\20SkSL::Statement\20const&\2c\20SkSL::ProgramUsage\20const&\2c\20bool\29::$_2::operator\28\29\28std::__2::unique_ptr>\20const&\29\20const -1162:SkSL::GLSLCodeGenerator::writeStatement\28SkSL::Statement\20const&\29 -1163:SkSL::GLSLCodeGenerator::finishLine\28\29 -1164:SkSL::ConstructorSplat::Make\28SkSL::Context\20const&\2c\20SkSL::Position\2c\20SkSL::Type\20const&\2c\20std::__2::unique_ptr>\29 -1165:SkSL::ConstructorScalarCast::Make\28SkSL::Context\20const&\2c\20SkSL::Position\2c\20SkSL::Type\20const&\2c\20std::__2::unique_ptr>\29 -1166:SkRuntimeEffect::Uniform::sizeInBytes\28\29\20const -1167:SkRegion::setRegion\28SkRegion\20const&\29 -1168:SkRegion::SkRegion\28SkIRect\20const&\29 -1169:SkRasterPipeline::run\28unsigned\20long\2c\20unsigned\20long\2c\20unsigned\20long\2c\20unsigned\20long\29\20const -1170:SkRasterPipeline::appendTransferFunction\28skcms_TransferFunction\20const&\29 -1171:SkRRect::checkCornerContainment\28float\2c\20float\29\20const -1172:SkRRect::MakeRect\28SkRect\20const&\29 -1173:SkPointPriv::DistanceToLineSegmentBetweenSqd\28SkPoint\20const&\2c\20SkPoint\20const&\2c\20SkPoint\20const&\29 -1174:SkPoint::setLength\28float\29 -1175:SkPathPriv::AllPointsEq\28SkPoint\20const*\2c\20int\29 -1176:SkPath::lineTo\28float\2c\20float\29 -1177:SkOpCoincidence::release\28SkCoincidentSpans*\2c\20SkCoincidentSpans*\29 -1178:SkJSONWriter::appendCString\28char\20const*\2c\20char\20const*\29 -1179:SkIntersections::hasT\28double\29\20const -1180:SkImageFilter_Base::getChildOutput\28int\2c\20skif::Context\20const&\29\20const -1181:SkIRect::offset\28int\2c\20int\29 -1182:SkDLine::ptAtT\28double\29\20const -1183:SkCanvas::~SkCanvas\28\29 -1184:SkCanvas::restoreToCount\28int\29 -1185:SkCachedData::unref\28\29\20const -1186:SkAutoSMalloc<1024ul>::~SkAutoSMalloc\28\29 -1187:SkArenaAlloc::SkArenaAlloc\28unsigned\20long\29 -1188:SkAAClipBlitterWrapper::SkAAClipBlitterWrapper\28SkRasterClip\20const&\2c\20SkBlitter*\29 -1189:OT::MVAR::get_var\28unsigned\20int\2c\20int\20const*\2c\20unsigned\20int\29\20const -1190:OT::CmapSubtable::get_glyph\28unsigned\20int\2c\20unsigned\20int*\29\20const -1191:MaskAdditiveBlitter::getRow\28int\29 -1192:GrTextureEffect::Make\28GrSurfaceProxyView\2c\20SkAlphaType\2c\20SkMatrix\20const&\2c\20GrSamplerState\2c\20GrCaps\20const&\2c\20float\20const*\29 -1193:GrTextureEffect::MakeSubset\28GrSurfaceProxyView\2c\20SkAlphaType\2c\20SkMatrix\20const&\2c\20GrSamplerState\2c\20SkRect\20const&\2c\20SkRect\20const&\2c\20GrCaps\20const&\2c\20float\20const*\29 -1194:GrTessellationShader::MakeProgram\28GrTessellationShader::ProgramArgs\20const&\2c\20GrTessellationShader\20const*\2c\20GrPipeline\20const*\2c\20GrUserStencilSettings\20const*\29 -1195:GrScissorState::enabled\28\29\20const -1196:GrRecordingContextPriv::recordTimeAllocator\28\29 -1197:GrQuad::bounds\28\29\20const -1198:GrProxyProvider::createProxy\28GrBackendFormat\20const&\2c\20SkISize\2c\20skgpu::Renderable\2c\20int\2c\20skgpu::Mipmapped\2c\20SkBackingFit\2c\20skgpu::Budgeted\2c\20skgpu::Protected\2c\20std::__2::basic_string_view>\2c\20GrInternalSurfaceFlags\2c\20GrSurfaceProxy::UseAllocator\29 -1199:GrPixmapBase::operator=\28GrPixmapBase&&\29 -1200:GrOpFlushState::detachAppliedClip\28\29 -1201:GrGLGpu::disableWindowRectangles\28\29 -1202:GrGLGpu::bindFramebuffer\28unsigned\20int\2c\20unsigned\20int\29 -1203:GrGLFormatFromGLEnum\28unsigned\20int\29 -1204:GrFragmentProcessor::~GrFragmentProcessor\28\29 -1205:GrClip::GetPixelIBounds\28SkRect\20const&\2c\20GrAA\2c\20GrClip::BoundsType\29 -1206:GrBackendTexture::getBackendFormat\28\29\20const -1207:CFF::interp_env_t::fetch_op\28\29 -1208:BlockIndexIterator::First\28SkBlockAllocator::Block\20const*\29\2c\20&SkTBlockList::Last\28SkBlockAllocator::Block\20const*\29\2c\20&SkTBlockList::Increment\28SkBlockAllocator::Block\20const*\2c\20int\29\2c\20&SkTBlockList::GetItem\28SkBlockAllocator::Block*\2c\20int\29>::Item::setIndices\28\29 -1209:AlmostEqualUlps\28double\2c\20double\29 -1210:997 -1211:void\20sktext::gpu::fill3D\28SkZip\2c\20unsigned\20int\2c\20SkMatrix\20const&\29::'lambda'\28float\2c\20float\29::operator\28\29\28float\2c\20float\29\20const -1212:tt_face_lookup_table -1213:std::__2::unique_ptr>::~unique_ptr\5babi:ne180100\5d\28\29 -1214:std::__2::unique_ptr>::~unique_ptr\5babi:ne180100\5d\28\29 -1215:std::__2::unique_ptr>::~unique_ptr\5babi:ne180100\5d\28\29 -1216:std::__2::moneypunct::negative_sign\5babi:nn180100\5d\28\29\20const -1217:std::__2::moneypunct::neg_format\5babi:nn180100\5d\28\29\20const -1218:std::__2::moneypunct::frac_digits\5babi:nn180100\5d\28\29\20const -1219:std::__2::moneypunct::do_pos_format\28\29\20const -1220:std::__2::iterator_traits::difference_type\20std::__2::__distance\5babi:nn180100\5d\28unsigned\20int\20const*\2c\20unsigned\20int\20const*\2c\20std::__2::random_access_iterator_tag\29 -1221:std::__2::function::operator\28\29\28GrSurfaceProxy*\2c\20skgpu::Mipmapped\29\20const -1222:std::__2::ctype::widen\5babi:nn180100\5d\28char\20const*\2c\20char\20const*\2c\20char*\29\20const -1223:std::__2::char_traits::copy\5babi:nn180100\5d\28wchar_t*\2c\20wchar_t\20const*\2c\20unsigned\20long\29 -1224:std::__2::char_traits::eq_int_type\5babi:nn180100\5d\28int\2c\20int\29 -1225:std::__2::basic_string\2c\20std::__2::allocator>::end\5babi:nn180100\5d\28\29 -1226:std::__2::basic_string\2c\20std::__2::allocator>::end\5babi:nn180100\5d\28\29 -1227:std::__2::basic_string\2c\20std::__2::allocator>::__set_size\5babi:nn180100\5d\28unsigned\20long\29 -1228:std::__2::__split_buffer&>::~__split_buffer\28\29 -1229:std::__2::__split_buffer&>::__split_buffer\28unsigned\20long\2c\20unsigned\20long\2c\20std::__2::allocator&\29 -1230:std::__2::__optional_destruct_base::~__optional_destruct_base\5babi:ne180100\5d\28\29 -1231:std::__2::__itoa::__append2\5babi:nn180100\5d\28char*\2c\20unsigned\20int\29 -1232:std::__2::__exception_guard_exceptions>::__destroy_vector>::~__exception_guard_exceptions\5babi:ne180100\5d\28\29 -1233:skvx::Vec<4\2c\20unsigned\20int>\20\28anonymous\20namespace\29::shift_right>\28skvx::Vec<4\2c\20unsigned\20int>\20const&\2c\20int\29 -1234:sktext::gpu::BagOfBytes::~BagOfBytes\28\29 -1235:skif::\28anonymous\20namespace\29::is_nearly_integer_translation\28skif::LayerSpace\20const&\2c\20skif::LayerSpace*\29 -1236:skif::RoundOut\28SkRect\29 -1237:skif::FilterResult::FilterResult\28sk_sp\2c\20skif::LayerSpace\20const&\29 -1238:skia_private::TArray\2c\20true>::destroyAll\28\29 -1239:skia_private::TArray::push_back\28float\20const&\29 -1240:skia_private::TArray::push_back\28SkSL::Variable*&&\29 -1241:skia_png_gamma_correct -1242:skia_png_gamma_8bit_correct -1243:skia::textlayout::TextStyle::operator=\28skia::textlayout::TextStyle\20const&\29 -1244:skia::textlayout::Run::positionX\28unsigned\20long\29\20const -1245:skia::textlayout::ParagraphImpl::codeUnitHasProperty\28unsigned\20long\2c\20SkUnicode::CodeUnitFlags\29\20const -1246:skgpu::ganesh::SurfaceDrawContext::Make\28GrRecordingContext*\2c\20GrColorType\2c\20sk_sp\2c\20SkBackingFit\2c\20SkISize\2c\20SkSurfaceProps\20const&\2c\20std::__2::basic_string_view>\2c\20int\2c\20skgpu::Mipmapped\2c\20skgpu::Protected\2c\20GrSurfaceOrigin\2c\20skgpu::Budgeted\29 -1247:skgpu::UniqueKey::UniqueKey\28skgpu::UniqueKey\20const&\29 -1248:sk_sp::operator=\28sk_sp\20const&\29 -1249:sk_sp::reset\28GrSurfaceProxy*\29 -1250:sk_sp::operator=\28sk_sp&&\29 -1251:sk_realloc_throw\28void*\2c\20unsigned\20long\29 -1252:scalar_to_alpha\28float\29 -1253:png_read_buffer -1254:interp_cubic_coords\28double\20const*\2c\20double\29 -1255:int\20_hb_cmp_method>\28void\20const*\2c\20void\20const*\29 -1256:hb_paint_funcs_t::push_transform\28void*\2c\20float\2c\20float\2c\20float\2c\20float\2c\20float\2c\20float\29 -1257:hb_lazy_loader_t\2c\20hb_face_t\2c\2025u\2c\20OT::GSUB_accelerator_t>::get_stored\28\29\20const -1258:hb_font_t::scale_glyph_extents\28hb_glyph_extents_t*\29 -1259:hb_font_t::parent_scale_y_distance\28int\29 -1260:hb_font_t::parent_scale_x_distance\28int\29 -1261:hb_face_t::get_upem\28\29\20const -1262:double_to_clamped_scalar\28double\29 -1263:conic_eval_numerator\28double\20const*\2c\20float\2c\20double\29 -1264:cff_index_init -1265:bool\20std::__2::operator!=\5babi:nn180100\5d\28std::__2::__wrap_iter\20const&\2c\20std::__2::__wrap_iter\20const&\29 -1266:bool\20hb_sanitize_context_t::check_array>\28OT::IntType\20const*\2c\20unsigned\20int\29\20const -1267:bool\20OT::OffsetTo\2c\20void\2c\20true>::sanitize<>\28hb_sanitize_context_t*\2c\20void\20const*\29\20const -1268:_emscripten_yield -1269:__isspace -1270:\28anonymous\20namespace\29::ColorTypeFilter_RGBA_F16::Compact\28skvx::Vec<4\2c\20float>\20const&\29 -1271:\28anonymous\20namespace\29::ColorTypeFilter_F16F16::Compact\28skvx::Vec<4\2c\20float>\20const&\29 -1272:\28anonymous\20namespace\29::ColorTypeFilter_Alpha_F16::Compact\28skvx::Vec<4\2c\20float>\20const&\29 -1273:\28anonymous\20namespace\29::ColorTypeFilter_8888::Compact\28skvx::Vec<4\2c\20unsigned\20short>\20const&\29 -1274:\28anonymous\20namespace\29::ColorTypeFilter_16161616::Compact\28skvx::Vec<4\2c\20unsigned\20int>\20const&\29 -1275:\28anonymous\20namespace\29::ColorTypeFilter_1010102::Compact\28unsigned\20long\20long\29 -1276:TT_MulFix14 -1277:Skwasm::createMatrix\28float\20const*\29 -1278:SkWriter32::writeBool\28bool\29 -1279:SkTDStorage::append\28int\29 -1280:SkTDPQueue::setIndex\28int\29 -1281:SkTDArray::push_back\28void*\20const&\29 -1282:SkSpotShadowTessellator::addToClip\28SkPoint\20const&\29 -1283:SkShaderUtils::GLSLPrettyPrint::newline\28\29 -1284:SkShaderUtils::GLSLPrettyPrint::hasToken\28char\20const*\29 -1285:SkSL::Type::MakeTextureType\28char\20const*\2c\20SpvDim_\2c\20bool\2c\20bool\2c\20bool\2c\20SkSL::Type::TextureAccess\29 -1286:SkSL::Type::MakeSpecialType\28char\20const*\2c\20char\20const*\2c\20SkSL::Type::TypeKind\29 -1287:SkSL::Swizzle::Make\28SkSL::Context\20const&\2c\20SkSL::Position\2c\20std::__2::unique_ptr>\2c\20skia_private::FixedArray<4\2c\20signed\20char>\29 -1288:SkSL::RP::Builder::push_slots_or_immutable\28SkSL::RP::SlotRange\2c\20SkSL::RP::BuilderOp\29 -1289:SkSL::RP::Builder::push_duplicates\28int\29 -1290:SkSL::RP::Builder::push_constant_f\28float\29 -1291:SkSL::RP::Builder::push_clone\28int\2c\20int\29 -1292:SkSL::Parser::statementOrNop\28SkSL::Position\2c\20std::__2::unique_ptr>\29 -1293:SkSL::Literal::Make\28SkSL::Position\2c\20double\2c\20SkSL::Type\20const*\29 -1294:SkSL::Intrinsics::\28anonymous\20namespace\29::evaluate_mul\28SkSL::Context\20const&\2c\20std::__2::array\20const&\29 -1295:SkSL::InlineCandidateAnalyzer::visitStatement\28std::__2::unique_ptr>*\2c\20bool\29 -1296:SkSL::GLSLCodeGenerator::writeModifiers\28SkSL::Layout\20const&\2c\20SkSL::ModifierFlags\2c\20bool\29 -1297:SkSL::Expression::isIntLiteral\28\29\20const -1298:SkSL::ConstructorCompound::Make\28SkSL::Context\20const&\2c\20SkSL::Position\2c\20SkSL::Type\20const&\2c\20SkSL::ExpressionArray\29 -1299:SkSL::ConstantFolder::IsConstantSplat\28SkSL::Expression\20const&\2c\20double\29 -1300:SkSL::Analysis::IsSameExpressionTree\28SkSL::Expression\20const&\2c\20SkSL::Expression\20const&\29 -1301:SkSL::AliasType::resolve\28\29\20const -1302:SkResourceCache::Find\28SkResourceCache::Key\20const&\2c\20bool\20\28*\29\28SkResourceCache::Rec\20const&\2c\20void*\29\2c\20void*\29 -1303:SkResourceCache::Add\28SkResourceCache::Rec*\2c\20void*\29 -1304:SkRectPriv::HalfWidth\28SkRect\20const&\29 -1305:SkRect::round\28SkIRect*\29\20const -1306:SkRect::isFinite\28\29\20const -1307:SkRasterPipeline_<256ul>::SkRasterPipeline_\28\29 -1308:SkRasterPipeline::appendConstantColor\28SkArenaAlloc*\2c\20float\20const*\29 -1309:SkRasterClip::setRect\28SkIRect\20const&\29 -1310:SkRasterClip::quickContains\28SkIRect\20const&\29\20const -1311:SkRRect::setRect\28SkRect\20const&\29 -1312:SkPathWriter::isClosed\28\29\20const -1313:SkPathStroker::addDegenerateLine\28SkQuadConstruct\20const*\29 -1314:SkPath::transform\28SkMatrix\20const&\2c\20SkApplyPerspectiveClip\29 -1315:SkPath::moveTo\28float\2c\20float\29 -1316:SkPath::getGenerationID\28\29\20const -1317:SkOpSegment::existing\28double\2c\20SkOpSegment\20const*\29\20const -1318:SkOpSegment::addT\28double\29 -1319:SkOpSegment::addCurveTo\28SkOpSpanBase\20const*\2c\20SkOpSpanBase\20const*\2c\20SkPathWriter*\29\20const -1320:SkOpPtT::find\28SkOpSegment\20const*\29\20const -1321:SkOpContourBuilder::flush\28\29 -1322:SkNVRefCnt::unref\28\29\20const -1323:SkNVRefCnt::unref\28\29\20const -1324:SkMipmap::getLevel\28int\2c\20SkMipmap::Level*\29\20const -1325:SkImage_Picture::type\28\29\20const -1326:SkImageInfoIsValid\28SkImageInfo\20const&\29 -1327:SkImageInfo::computeByteSize\28unsigned\20long\29\20const -1328:SkImageInfo::SkImageInfo\28SkImageInfo\20const&\29 -1329:SkImageFilter_Base::SkImageFilter_Base\28sk_sp\20const*\2c\20int\2c\20std::__2::optional\29 -1330:SkGlyph::imageSize\28\29\20const -1331:SkConvertPixels\28SkImageInfo\20const&\2c\20void*\2c\20unsigned\20long\2c\20SkImageInfo\20const&\2c\20void\20const*\2c\20unsigned\20long\29 -1332:SkColorSpaceXformSteps::apply\28SkRasterPipeline*\29\20const -1333:SkColorSpace::MakeRGB\28skcms_TransferFunction\20const&\2c\20skcms_Matrix3x3\20const&\29 -1334:SkColorFilterBase::affectsTransparentBlack\28\29\20const -1335:SkCanvas::predrawNotify\28bool\29 -1336:SkCanvas::getTotalMatrix\28\29\20const -1337:SkCanvas::drawImage\28SkImage\20const*\2c\20float\2c\20float\2c\20SkSamplingOptions\20const&\2c\20SkPaint\20const*\29 -1338:SkCanvas::aboutToDraw\28SkPaint\20const&\2c\20SkRect\20const*\2c\20SkEnumBitMask\29 -1339:SkBlurMaskFilterImpl::computeXformedSigma\28SkMatrix\20const&\29\20const -1340:SkBlockAllocator::SkBlockAllocator\28SkBlockAllocator::GrowthPolicy\2c\20unsigned\20long\2c\20unsigned\20long\29 -1341:SkBlockAllocator::BlockIter::begin\28\29\20const -1342:SkBitmap::reset\28\29 -1343:SkBitmap::installPixels\28SkImageInfo\20const&\2c\20void*\2c\20unsigned\20long\2c\20void\20\28*\29\28void*\2c\20void*\29\2c\20void*\29 -1344:SkBitmap::installPixels\28SkImageInfo\20const&\2c\20void*\2c\20unsigned\20long\29 -1345:OT::VarSizedBinSearchArrayOf>::operator\5b\5d\28int\29\20const -1346:OT::Layout::GSUB_impl::SubstLookupSubTable\20const&\20OT::Lookup::get_subtable\28unsigned\20int\29\20const -1347:OT::Layout::GSUB_impl::SubstLookupSubTable*\20hb_serialize_context_t::push\28\29 -1348:OT::ArrayOf\2c\20true>\2c\20OT::IntType>*\20hb_serialize_context_t::extend_size\2c\20true>\2c\20OT::IntType>>\28OT::ArrayOf\2c\20true>\2c\20OT::IntType>*\2c\20unsigned\20long\2c\20bool\29 -1349:GrTriangulator::makeConnectingEdge\28GrTriangulator::Vertex*\2c\20GrTriangulator::Vertex*\2c\20GrTriangulator::EdgeType\2c\20GrTriangulator::Comparator\20const&\2c\20int\29 -1350:GrTriangulator::appendPointToContour\28SkPoint\20const&\2c\20GrTriangulator::VertexList*\29\20const -1351:GrSurface::ComputeSize\28GrBackendFormat\20const&\2c\20SkISize\2c\20int\2c\20skgpu::Mipmapped\2c\20bool\29 -1352:GrStyledShape::writeUnstyledKey\28unsigned\20int*\29\20const -1353:GrStyledShape::unstyledKeySize\28\29\20const -1354:GrStyle::operator=\28GrStyle\20const&\29 -1355:GrStyle::GrStyle\28SkStrokeRec\20const&\2c\20sk_sp\29 -1356:GrStyle::GrStyle\28SkPaint\20const&\29 -1357:GrSimpleMesh::setIndexed\28sk_sp\2c\20int\2c\20int\2c\20unsigned\20short\2c\20unsigned\20short\2c\20GrPrimitiveRestart\2c\20sk_sp\2c\20int\29 -1358:GrRecordingContextPriv::makeSFCWithFallback\28GrImageInfo\2c\20SkBackingFit\2c\20int\2c\20skgpu::Mipmapped\2c\20skgpu::Protected\2c\20GrSurfaceOrigin\2c\20skgpu::Budgeted\29 -1359:GrRecordingContextPriv::makeSC\28GrSurfaceProxyView\2c\20GrColorInfo\20const&\29 -1360:GrQuad::MakeFromSkQuad\28SkPoint\20const*\2c\20SkMatrix\20const&\29 -1361:GrProcessorSet::visitProxies\28std::__2::function\20const&\29\20const -1362:GrProcessorSet::finalize\28GrProcessorAnalysisColor\20const&\2c\20GrProcessorAnalysisCoverage\2c\20GrAppliedClip\20const*\2c\20GrUserStencilSettings\20const*\2c\20GrCaps\20const&\2c\20GrClampType\2c\20SkRGBA4f<\28SkAlphaType\292>*\29 -1363:GrGpuResource::gpuMemorySize\28\29\20const -1364:GrGpuBuffer::updateData\28void\20const*\2c\20unsigned\20long\2c\20unsigned\20long\2c\20bool\29 -1365:GrGetColorTypeDesc\28GrColorType\29 -1366:GrGeometryProcessor::ProgramImpl::WriteOutputPosition\28GrGLSLVertexBuilder*\2c\20GrGeometryProcessor::ProgramImpl::GrGPArgs*\2c\20char\20const*\29 -1367:GrGLSLShaderBuilder::~GrGLSLShaderBuilder\28\29 -1368:GrGLSLShaderBuilder::declAppend\28GrShaderVar\20const&\29 -1369:GrGLGpu::flushScissorTest\28GrScissorTest\29 -1370:GrGLGpu::didDrawTo\28GrRenderTarget*\29 -1371:GrGLFunction::GrGLFunction\28void\20\28*\29\28unsigned\20int\2c\20int*\29\29::'lambda'\28void\20const*\2c\20unsigned\20int\2c\20int*\29::__invoke\28void\20const*\2c\20unsigned\20int\2c\20int*\29 -1372:GrGLCaps::maxRenderTargetSampleCount\28GrGLFormat\29\20const -1373:GrFragmentProcessors::Make\28SkShader\20const*\2c\20GrFPArgs\20const&\2c\20SkShaders::MatrixRec\20const&\29 -1374:GrDefaultGeoProcFactory::Make\28SkArenaAlloc*\2c\20GrDefaultGeoProcFactory::Color\20const&\2c\20GrDefaultGeoProcFactory::Coverage\20const&\2c\20GrDefaultGeoProcFactory::LocalCoords\20const&\2c\20SkMatrix\20const&\29 -1375:GrCaps::validateSurfaceParams\28SkISize\20const&\2c\20GrBackendFormat\20const&\2c\20skgpu::Renderable\2c\20int\2c\20skgpu::Mipmapped\2c\20GrTextureType\29\20const -1376:GrBlurUtils::GaussianBlur\28GrRecordingContext*\2c\20GrSurfaceProxyView\2c\20GrColorType\2c\20SkAlphaType\2c\20sk_sp\2c\20SkIRect\2c\20SkIRect\2c\20float\2c\20float\2c\20SkTileMode\2c\20SkBackingFit\29::$_0::operator\28\29\28SkIRect\2c\20SkIRect\29\20const -1377:GrBackendTexture::~GrBackendTexture\28\29 -1378:GrAppliedClip::GrAppliedClip\28GrAppliedClip&&\29 -1379:GrAAConvexTessellator::Ring::origEdgeID\28int\29\20const -1380:FT_GlyphLoader_CheckPoints -1381:FT_Get_Sfnt_Table -1382:BlockIndexIterator::Last\28SkBlockAllocator::Block\20const*\29\2c\20&SkTBlockList::First\28SkBlockAllocator::Block\20const*\29\2c\20&SkTBlockList::Decrement\28SkBlockAllocator::Block\20const*\2c\20int\29\2c\20&SkTBlockList::GetItem\28SkBlockAllocator::Block*\2c\20int\29>::end\28\29\20const -1383:BlockIndexIterator::First\28SkBlockAllocator::Block\20const*\29\2c\20&SkTBlockList::Last\28SkBlockAllocator::Block\20const*\29\2c\20&SkTBlockList::Increment\28SkBlockAllocator::Block\20const*\2c\20int\29\2c\20&SkTBlockList::GetItem\28SkBlockAllocator::Block\20const*\2c\20int\29>::Item::operator++\28\29 -1384:AAT::StateTable::EntryData>::get_entry\28int\2c\20unsigned\20int\29\20const -1385:AAT::StateTable::EntryData>::get_entry\28int\2c\20unsigned\20int\29\20const -1386:AAT::Lookup>::get_class\28unsigned\20int\2c\20unsigned\20int\2c\20unsigned\20int\29\20const -1387:AAT::InsertionSubtable::is_actionable\28AAT::Entry::EntryData>\20const&\29\20const -1388:void\20std::__2::reverse\5babi:nn180100\5d\28char*\2c\20char*\29 -1389:void\20std::__2::__hash_table\2c\20std::__2::equal_to\2c\20std::__2::allocator>::__rehash\28unsigned\20long\29 -1390:void\20SkSafeUnref\28GrThreadSafeCache::VertexData*\29 -1391:std::__2::vector>::vector\28std::__2::vector>\20const&\29 -1392:std::__2::vector>\2c\20std::__2::allocator>>>::push_back\5babi:ne180100\5d\28std::__2::unique_ptr>&&\29 -1393:std::__2::vector>::__vallocate\5babi:ne180100\5d\28unsigned\20long\29 -1394:std::__2::unique_ptr\2c\20std::__2::allocator>\2c\20std::__2::default_delete\2c\20std::__2::allocator>>>::~unique_ptr\5babi:ne180100\5d\28\29 -1395:std::__2::unique_ptr\20\28*\29\28SkReadBuffer&\29\2c\20SkGoodHash>::Pair\2c\20unsigned\20int\2c\20skia_private::THashMap\20\28*\29\28SkReadBuffer&\29\2c\20SkGoodHash>::Pair>::Slot\20\5b\5d\2c\20std::__2::default_delete\20\28*\29\28SkReadBuffer&\29\2c\20SkGoodHash>::Pair\2c\20unsigned\20int\2c\20skia_private::THashMap\20\28*\29\28SkReadBuffer&\29\2c\20SkGoodHash>::Pair>::Slot\20\5b\5d>>::~unique_ptr\5babi:ne180100\5d\28\29 -1396:std::__2::unique_ptr>::reset\5babi:ne180100\5d\28SkSL::SymbolTable*\29 -1397:std::__2::unique_ptr>::~unique_ptr\5babi:ne180100\5d\28\29 -1398:std::__2::unique_ptr>::~unique_ptr\5babi:ne180100\5d\28\29 -1399:std::__2::ostreambuf_iterator>\20std::__2::__pad_and_output\5babi:nn180100\5d>\28std::__2::ostreambuf_iterator>\2c\20wchar_t\20const*\2c\20wchar_t\20const*\2c\20wchar_t\20const*\2c\20std::__2::ios_base&\2c\20wchar_t\29 -1400:std::__2::ostreambuf_iterator>\20std::__2::__pad_and_output\5babi:nn180100\5d>\28std::__2::ostreambuf_iterator>\2c\20char\20const*\2c\20char\20const*\2c\20char\20const*\2c\20std::__2::ios_base&\2c\20char\29 -1401:std::__2::hash::operator\28\29\5babi:ne180100\5d\28GrFragmentProcessor\20const*\29\20const -1402:std::__2::char_traits::to_int_type\5babi:nn180100\5d\28char\29 -1403:std::__2::basic_stringstream\2c\20std::__2::allocator>::~basic_stringstream\28\29 -1404:std::__2::basic_string\2c\20std::__2::allocator>::basic_string\5babi:nn180100\5d\28char*\2c\20char*\2c\20std::__2::allocator\20const&\29 -1405:std::__2::basic_string\2c\20std::__2::allocator>::append\28char\20const*\2c\20unsigned\20long\29 -1406:std::__2::basic_string\2c\20std::__2::allocator>::__recommend\5babi:nn180100\5d\28unsigned\20long\29 -1407:std::__2::basic_string\2c\20std::__2::allocator>::__get_long_cap\5babi:nn180100\5d\28\29\20const -1408:std::__2::basic_ios>::setstate\5babi:nn180100\5d\28unsigned\20int\29 -1409:skvx::Vec<4\2c\20unsigned\20short>\20\28anonymous\20namespace\29::add_121>\28skvx::Vec<4\2c\20unsigned\20short>\20const&\2c\20skvx::Vec<4\2c\20unsigned\20short>\20const&\2c\20skvx::Vec<4\2c\20unsigned\20short>\20const&\29 -1410:skvx::Vec<4\2c\20unsigned\20int>\20\28anonymous\20namespace\29::add_121>\28skvx::Vec<4\2c\20unsigned\20int>\20const&\2c\20skvx::Vec<4\2c\20unsigned\20int>\20const&\2c\20skvx::Vec<4\2c\20unsigned\20int>\20const&\29 -1411:skvx::Vec<4\2c\20float>\20unchecked_mix<4\2c\20float>\28skvx::Vec<4\2c\20float>\20const&\2c\20skvx::Vec<4\2c\20float>\20const&\2c\20skvx::Vec<4\2c\20float>\20const&\29 -1412:skvx::Vec<4\2c\20float>\20skvx::operator/<4\2c\20float\2c\20float\2c\20void>\28float\2c\20skvx::Vec<4\2c\20float>\20const&\29 -1413:skvx::Vec<4\2c\20float>\20skvx::min<4\2c\20float>\28skvx::Vec<4\2c\20float>\20const&\2c\20skvx::Vec<4\2c\20float>\20const&\29 -1414:skvx::Vec<4\2c\20float>&\20skvx::operator*=<4\2c\20float>\28skvx::Vec<4\2c\20float>&\2c\20skvx::Vec<4\2c\20float>\20const&\29 -1415:skvx::Vec<2\2c\20float>\20skvx::naive_if_then_else<2\2c\20float>\28skvx::Vec<2\2c\20skvx::Mask::type>\20const&\2c\20skvx::Vec<2\2c\20float>\20const&\2c\20skvx::Vec<2\2c\20float>\20const&\29 -1416:skip_spaces -1417:skif::FilterResult::resolve\28skif::Context\20const&\2c\20skif::LayerSpace\2c\20bool\29\20const -1418:skia_private::THashMap::find\28SkSL::Variable\20const*\20const&\29\20const -1419:skia_private::TArray::push_back\28unsigned\20char&&\29 -1420:skia_private::TArray::TArray\28skia_private::TArray&&\29 -1421:skia_private::TArray::TArray\28skia_private::TArray&&\29 -1422:skia_private::TArray\2c\20true>::preallocateNewData\28int\2c\20double\29 -1423:skia_private::TArray::preallocateNewData\28int\2c\20double\29 -1424:skia_private::TArray::checkRealloc\28int\2c\20double\29 -1425:skia_private::FixedArray<4\2c\20signed\20char>::FixedArray\28std::initializer_list\29 -1426:skia_private::AutoTMalloc::AutoTMalloc\28unsigned\20long\29 -1427:skia_private::AutoSTMalloc<4ul\2c\20int\2c\20void>::AutoSTMalloc\28unsigned\20long\29 -1428:skia_png_safecat -1429:skia_png_malloc -1430:skia_png_colorspace_sync -1431:skia_png_chunk_warning -1432:skia::textlayout::TextWrapper::TextStretch::extend\28skia::textlayout::TextWrapper::TextStretch&\29 -1433:skia::textlayout::TextLine::iterateThroughSingleRunByStyles\28skia::textlayout::TextLine::TextAdjustment\2c\20skia::textlayout::Run\20const*\2c\20float\2c\20skia::textlayout::SkRange\2c\20skia::textlayout::StyleType\2c\20std::__2::function\2c\20skia::textlayout::TextStyle\20const&\2c\20skia::textlayout::TextLine::ClipContext\20const&\29>\20const&\29\20const -1434:skia::textlayout::ParagraphStyle::~ParagraphStyle\28\29 -1435:skia::textlayout::ParagraphImpl::ensureUTF16Mapping\28\29 -1436:skgpu::ganesh::SurfaceFillContext::fillWithFP\28std::__2::unique_ptr>\29 -1437:skgpu::ganesh::SurfaceDrawContext::drawRect\28GrClip\20const*\2c\20GrPaint&&\2c\20GrAA\2c\20SkMatrix\20const&\2c\20SkRect\20const&\2c\20GrStyle\20const*\29 -1438:skgpu::ganesh::OpsTask::OpChain::List::popHead\28\29 -1439:skgpu::SkSLToGLSL\28SkSL::ShaderCaps\20const*\2c\20std::__2::basic_string\2c\20std::__2::allocator>\20const&\2c\20SkSL::ProgramKind\2c\20SkSL::ProgramSettings\20const&\2c\20SkSL::NativeShader*\2c\20SkSL::ProgramInterface*\2c\20skgpu::ShaderErrorHandler*\29 -1440:skgpu::ResourceKey::reset\28\29 -1441:skcms_TransferFunction_eval -1442:sk_sp::~sk_sp\28\29 -1443:sk_sp::reset\28SkString::Rec*\29 -1444:sk_sp::operator=\28sk_sp\20const&\29 -1445:sk_sp::operator=\28sk_sp&&\29 -1446:powf -1447:operator!=\28SkMatrix\20const&\2c\20SkMatrix\20const&\29 -1448:operator!=\28SkIRect\20const&\2c\20SkIRect\20const&\29 -1449:non-virtual\20thunk\20to\20GrOpFlushState::allocator\28\29 -1450:is_halant\28hb_glyph_info_t\20const&\29 -1451:hb_zip_iter_t\2c\20hb_array_t>::__next__\28\29 -1452:hb_vector_t::alloc\28unsigned\20int\2c\20bool\29 -1453:hb_serialize_context_t::pop_pack\28bool\29 -1454:hb_lazy_loader_t\2c\20hb_face_t\2c\2011u\2c\20hb_blob_t>::get\28\29\20const -1455:hb_lazy_loader_t\2c\20hb_face_t\2c\204u\2c\20hb_blob_t>::get\28\29\20const -1456:hb_lazy_loader_t\2c\20hb_face_t\2c\2024u\2c\20OT::GDEF_accelerator_t>::get_stored\28\29\20const -1457:hb_glyf_scratch_t::~hb_glyf_scratch_t\28\29 -1458:hb_extents_t::add_point\28float\2c\20float\29 -1459:hb_buffer_t::reverse_range\28unsigned\20int\2c\20unsigned\20int\29 -1460:hb_buffer_t::merge_out_clusters\28unsigned\20int\2c\20unsigned\20int\29 -1461:hb_buffer_destroy -1462:hb_buffer_append -1463:hb_bit_page_t::get\28unsigned\20int\29\20const -1464:cos -1465:compare_edges\28SkAnalyticEdge\20const*\2c\20SkAnalyticEdge\20const*\29 -1466:cleanup_program\28GrGLGpu*\2c\20unsigned\20int\2c\20SkTDArray\20const&\29 -1467:cff_index_done -1468:cf2_glyphpath_curveTo -1469:bool\20hb_buffer_t::replace_glyphs\28unsigned\20int\2c\20unsigned\20int\2c\20unsigned\20int\20const*\29 -1470:auto\20std::__2::__unwrap_range\5babi:nn180100\5d\28char\20const*\2c\20char\20const*\29 -1471:afm_parser_read_vals -1472:afm_parser_next_key -1473:__memset -1474:__lshrti3 -1475:__letf2 -1476:\28anonymous\20namespace\29::skhb_position\28float\29 -1477:SkWriter32::reservePad\28unsigned\20long\29 -1478:SkTSpan::removeBounded\28SkTSpan\20const*\29 -1479:SkTSpan::initBounds\28SkTCurve\20const&\29 -1480:SkTSpan::addBounded\28SkTSpan*\2c\20SkArenaAlloc*\29 -1481:SkTSect::tail\28\29 -1482:SkTDStorage::reset\28\29 -1483:SkString::printf\28char\20const*\2c\20...\29 -1484:SkString::insert\28unsigned\20long\2c\20char\20const*\2c\20unsigned\20long\29 -1485:SkShaders::Color\28SkRGBA4f<\28SkAlphaType\293>\20const&\2c\20sk_sp\29 -1486:SkShader::makeWithLocalMatrix\28SkMatrix\20const&\29\20const -1487:SkSamplingOptions::operator==\28SkSamplingOptions\20const&\29\20const -1488:SkSL::optimize_intrinsic_call\28SkSL::Context\20const&\2c\20SkSL::Position\2c\20SkSL::IntrinsicKind\2c\20SkSL::ExpressionArray\20const&\2c\20SkSL::Type\20const&\29::$_5::operator\28\29\28int\2c\20int\29\20const -1489:SkSL::is_constant_value\28SkSL::Expression\20const&\2c\20double\29 -1490:SkSL::\28anonymous\20namespace\29::ReturnsOnAllPathsVisitor::visitStatement\28SkSL::Statement\20const&\29 -1491:SkSL::Type::MakeScalarType\28std::__2::basic_string_view>\2c\20char\20const*\2c\20SkSL::Type::NumberKind\2c\20signed\20char\2c\20signed\20char\29 -1492:SkSL::SymbolTable::addWithoutOwnership\28SkSL::Context\20const&\2c\20SkSL::Symbol*\29 -1493:SkSL::RP::Generator::push\28SkSL::RP::LValue&\29 -1494:SkSL::PipelineStage::PipelineStageCodeGenerator::writeLine\28std::__2::basic_string_view>\29 -1495:SkSL::Parser::statement\28bool\29 -1496:SkSL::ModifierFlags::description\28\29\20const -1497:SkSL::Layout::paddedDescription\28\29\20const -1498:SkSL::ConstructorCompoundCast::Make\28SkSL::Context\20const&\2c\20SkSL::Position\2c\20SkSL::Type\20const&\2c\20std::__2::unique_ptr>\29 -1499:SkSL::Analysis::UpdateVariableRefKind\28SkSL::Expression*\2c\20SkSL::VariableRefKind\2c\20SkSL::ErrorReporter*\29 -1500:SkRegion::Iterator::next\28\29 -1501:SkRect::makeSorted\28\29\20const -1502:SkRect::intersects\28SkRect\20const&\29\20const -1503:SkRect::center\28\29\20const -1504:SkReadBuffer::readInt\28\29 -1505:SkReadBuffer::readBool\28\29 -1506:SkRasterPipeline_<256ul>::~SkRasterPipeline_\28\29 -1507:SkRasterClip::updateCacheAndReturnNonEmpty\28bool\29 -1508:SkRasterClip::quickReject\28SkIRect\20const&\29\20const -1509:SkRRect::transform\28SkMatrix\20const&\2c\20SkRRect*\29\20const -1510:SkPixmap::addr\28int\2c\20int\29\20const -1511:SkPath::arcTo\28SkRect\20const&\2c\20float\2c\20float\2c\20bool\29 -1512:SkPaint*\20SkRecordCanvas::copy\28SkPaint\20const*\29 -1513:SkOpSegment::ptAtT\28double\29\20const -1514:SkOpSegment::dPtAtT\28double\29\20const -1515:SkNoPixelsDevice::drawImageRect\28SkImage\20const*\2c\20SkRect\20const*\2c\20SkRect\20const&\2c\20SkSamplingOptions\20const&\2c\20SkPaint\20const&\2c\20SkCanvas::SrcRectConstraint\29 -1516:SkMatrixPriv::MapRect\28SkM44\20const&\2c\20SkRect\20const&\29 -1517:SkMatrix::setConcat\28SkMatrix\20const&\2c\20SkMatrix\20const&\29 -1518:SkMatrix::mapRadius\28float\29\20const -1519:SkMask::getAddr8\28int\2c\20int\29\20const -1520:SkIntersectionHelper::segmentType\28\29\20const -1521:SkImageFilter_Base::flatten\28SkWriteBuffer&\29\20const -1522:SkIRect::outset\28int\2c\20int\29 -1523:SkGoodHash::operator\28\29\28SkString\20const&\29\20const -1524:SkGlyph::rect\28\29\20const -1525:SkFont::SkFont\28sk_sp\2c\20float\29 -1526:SkEmptyFontStyleSet::createTypeface\28int\29 -1527:SkDynamicMemoryWStream::write\28void\20const*\2c\20unsigned\20long\29 -1528:SkDrawTiler::~SkDrawTiler\28\29 -1529:SkDrawTiler::next\28\29 -1530:SkDrawTiler::SkDrawTiler\28SkBitmapDevice*\2c\20SkRect\20const*\29 -1531:SkDrawBase::SkDrawBase\28\29 -1532:SkDescriptor::operator==\28SkDescriptor\20const&\29\20const -1533:SkDQuad::RootsValidT\28double\2c\20double\2c\20double\2c\20double*\29 -1534:SkCanvas::restore\28\29 -1535:SkCanvas::drawImageRect\28SkImage\20const*\2c\20SkRect\20const&\2c\20SkRect\20const&\2c\20SkSamplingOptions\20const&\2c\20SkPaint\20const*\2c\20SkCanvas::SrcRectConstraint\29 -1536:SkCanvas::AutoUpdateQRBounds::~AutoUpdateQRBounds\28\29 -1537:SkCachedData::ref\28\29\20const -1538:SkBulkGlyphMetrics::~SkBulkGlyphMetrics\28\29 -1539:SkBulkGlyphMetrics::SkBulkGlyphMetrics\28SkStrikeSpec\20const&\29 -1540:SkBitmap::setPixelRef\28sk_sp\2c\20int\2c\20int\29 -1541:SkAutoPixmapStorage::~SkAutoPixmapStorage\28\29 -1542:SkAlphaRuns::Break\28short*\2c\20unsigned\20char*\2c\20int\2c\20int\29 -1543:OT::ItemVariationStore::get_delta\28unsigned\20int\2c\20int\20const*\2c\20unsigned\20int\2c\20float*\29\20const -1544:OT::GSUBGPOS::get_lookup\28unsigned\20int\29\20const -1545:OT::CFFIndex>::operator\5b\5d\28unsigned\20int\29\20const -1546:GrTriangulator::EdgeList::insert\28GrTriangulator::Edge*\2c\20GrTriangulator::Edge*\29 -1547:GrSurfaceProxyView::mipmapped\28\29\20const -1548:GrSurfaceProxy::backingStoreBoundsRect\28\29\20const -1549:GrStyledShape::knownToBeConvex\28\29\20const -1550:GrStyledShape::GrStyledShape\28SkPath\20const&\2c\20GrStyle\20const&\2c\20GrStyledShape::DoSimplify\29 -1551:GrSimpleMeshDrawOpHelperWithStencil::isCompatible\28GrSimpleMeshDrawOpHelperWithStencil\20const&\2c\20GrCaps\20const&\2c\20SkRect\20const&\2c\20SkRect\20const&\2c\20bool\29\20const -1552:GrShape::asPath\28SkPath*\2c\20bool\29\20const -1553:GrScissorState::set\28SkIRect\20const&\29 -1554:GrRenderTask::~GrRenderTask\28\29 -1555:GrPixmap::Allocate\28GrImageInfo\20const&\29 -1556:GrImageInfo::makeColorType\28GrColorType\29\20const -1557:GrGpuResource::CacheAccess::release\28\29 -1558:GrGpuBuffer::map\28\29 -1559:GrGpu::didWriteToSurface\28GrSurface*\2c\20GrSurfaceOrigin\2c\20SkIRect\20const*\2c\20unsigned\20int\29\20const -1560:GrGeometryProcessor::TextureSampler::TextureSampler\28\29 -1561:GrGeometryProcessor::AttributeSet::begin\28\29\20const -1562:GrGeometryProcessor::AttributeSet::Iter::operator++\28\29 -1563:GrGLSLShaderBuilder::emitFunction\28SkSLType\2c\20char\20const*\2c\20SkSpan\2c\20char\20const*\29 -1564:GrGLFunction::GrGLFunction\28void\20\28*\29\28int\2c\20int\2c\20int\2c\20int\2c\20int\29\29::'lambda'\28void\20const*\2c\20int\2c\20int\2c\20int\2c\20int\2c\20int\29::__invoke\28void\20const*\2c\20int\2c\20int\2c\20int\2c\20int\2c\20int\29 -1565:GrConvertPixels\28GrPixmap\20const&\2c\20GrCPixmap\20const&\2c\20bool\29 -1566:GrColorSpaceXformEffect::Make\28std::__2::unique_ptr>\2c\20SkColorSpace*\2c\20SkAlphaType\2c\20SkColorSpace*\2c\20SkAlphaType\29 -1567:GrColorSpaceXformEffect::Make\28std::__2::unique_ptr>\2c\20GrColorInfo\20const&\2c\20GrColorInfo\20const&\29 -1568:GrAtlasManager::getAtlas\28skgpu::MaskFormat\29\20const -1569:FT_Get_Char_Index -1570:1357 -1571:write_buf -1572:wrapper_cmp -1573:void\20std::__2::__memberwise_forward_assign\5babi:ne180100\5d\2c\20std::__2::tuple\2c\20GrFragmentProcessor\20const*\2c\20GrGeometryProcessor::ProgramImpl::TransformInfo\2c\200ul\2c\201ul>\28std::__2::tuple&\2c\20std::__2::tuple&&\2c\20std::__2::__tuple_types\2c\20std::__2::__tuple_indices<0ul\2c\201ul>\29 -1574:void\20std::__2::__double_or_nothing\5babi:nn180100\5d\28std::__2::unique_ptr&\2c\20unsigned\20int*&\2c\20unsigned\20int*&\29 -1575:void\20AAT::Lookup>::collect_glyphs_filtered\28hb_bit_set_t&\2c\20unsigned\20int\2c\20hb_bit_page_t\20const&\29\20const -1576:void\20AAT::ClassTable>::collect_glyphs_filtered\28hb_bit_set_t&\2c\20unsigned\20int\2c\20hb_bit_page_t\20const&\29\20const -1577:void\20AAT::ClassTable>::collect_glyphs\28hb_bit_set_t&\2c\20unsigned\20int\29\20const -1578:unsigned\20long\20const&\20std::__2::max\5babi:nn180100\5d\28unsigned\20long\20const&\2c\20unsigned\20long\20const&\29 -1579:toupper -1580:store\28unsigned\20char*\2c\20skvx::Vec<8\2c\20unsigned\20short>\20const&\2c\20int\29 -1581:std::__2::vector>::__vallocate\5babi:ne180100\5d\28unsigned\20long\29 -1582:std::__2::vector>::__recommend\5babi:ne180100\5d\28unsigned\20long\29\20const -1583:std::__2::unique_ptr::~unique_ptr\5babi:ne180100\5d\28\29 -1584:std::__2::unique_ptr>::reset\5babi:ne180100\5d\28skia::textlayout::Run*\29 -1585:std::__2::unique_ptr>::~unique_ptr\5babi:ne180100\5d\28\29 -1586:std::__2::unique_ptr>::~unique_ptr\5babi:ne180100\5d\28\29 -1587:std::__2::unique_ptr>::~unique_ptr\5babi:ne180100\5d\28\29 -1588:std::__2::optional::value\5babi:ne180100\5d\28\29\20& -1589:std::__2::numpunct\20const&\20std::__2::use_facet\5babi:nn180100\5d>\28std::__2::locale\20const&\29 -1590:std::__2::numpunct\20const&\20std::__2::use_facet\5babi:nn180100\5d>\28std::__2::locale\20const&\29 -1591:std::__2::istreambuf_iterator>::istreambuf_iterator\5babi:nn180100\5d\28\29 -1592:std::__2::enable_if::value\2c\20sk_sp>::type\20GrResourceProvider::findByUniqueKey\28skgpu::UniqueKey\20const&\29 -1593:std::__2::deque>::end\5babi:ne180100\5d\28\29 -1594:std::__2::ctype::narrow\5babi:nn180100\5d\28wchar_t\2c\20char\29\20const -1595:std::__2::ctype::narrow\5babi:nn180100\5d\28char\2c\20char\29\20const -1596:std::__2::basic_string\2c\20std::__2::allocator>::__recommend\5babi:nn180100\5d\28unsigned\20long\29 -1597:std::__2::basic_string\2c\20std::__2::allocator>\20std::__2::operator+\5babi:ne180100\5d\2c\20std::__2::allocator>\28std::__2::basic_string\2c\20std::__2::allocator>&&\2c\20char\29 -1598:std::__2::basic_string\2c\20std::__2::allocator>::~basic_string\28\29 -1599:std::__2::basic_streambuf>::sputn\5babi:nn180100\5d\28char\20const*\2c\20long\29 -1600:std::__2::basic_streambuf>::setg\5babi:nn180100\5d\28char*\2c\20char*\2c\20char*\29 -1601:std::__2::allocator::allocate\5babi:ne180100\5d\28unsigned\20long\29 -1602:std::__2::__tree\2c\20std::__2::__map_value_compare\2c\20std::__2::less\2c\20true>\2c\20std::__2::allocator>>::destroy\28std::__2::__tree_node\2c\20void*>*\29 -1603:std::__2::__num_get::__stage2_int_loop\28wchar_t\2c\20int\2c\20char*\2c\20char*&\2c\20unsigned\20int&\2c\20wchar_t\2c\20std::__2::basic_string\2c\20std::__2::allocator>\20const&\2c\20unsigned\20int*\2c\20unsigned\20int*&\2c\20wchar_t\20const*\29 -1604:std::__2::__num_get::__stage2_int_loop\28char\2c\20int\2c\20char*\2c\20char*&\2c\20unsigned\20int&\2c\20char\2c\20std::__2::basic_string\2c\20std::__2::allocator>\20const&\2c\20unsigned\20int*\2c\20unsigned\20int*&\2c\20char\20const*\29 -1605:std::__2::__next_prime\28unsigned\20long\29 -1606:std::__2::__allocation_result>::pointer>\20std::__2::__allocate_at_least\5babi:nn180100\5d>\28std::__2::allocator&\2c\20unsigned\20long\29 -1607:std::__2::__allocation_result>::pointer>\20std::__2::__allocate_at_least\5babi:nn180100\5d>\28std::__2::allocator&\2c\20unsigned\20long\29 -1608:src_p\28unsigned\20char\2c\20unsigned\20char\29 -1609:sort_r_swap\28char*\2c\20char*\2c\20unsigned\20long\29 -1610:skvx::Vec<4\2c\20float>\20skvx::operator+<4\2c\20float\2c\20float\2c\20void>\28skvx::Vec<4\2c\20float>\20const&\2c\20float\29 -1611:skvx::Vec<4\2c\20float>\20skvx::operator*<4\2c\20float\2c\20int\2c\20void>\28int\2c\20skvx::Vec<4\2c\20float>\20const&\29\20\28.7174\29 -1612:sktext::SkStrikePromise::SkStrikePromise\28sktext::SkStrikePromise&&\29 -1613:skif::\28anonymous\20namespace\29::downscale_step_count\28float\29 -1614:skif::LayerSpace::mapRect\28skif::LayerSpace\20const&\29\20const -1615:skif::LayerSpace::relevantSubset\28skif::LayerSpace\2c\20SkTileMode\29\20const -1616:skia_private::THashTable>\2c\20SkSL::IntrinsicKind\2c\20SkGoodHash>::Pair\2c\20std::__2::basic_string_view>\2c\20skia_private::THashMap>\2c\20SkSL::IntrinsicKind\2c\20SkGoodHash>::Pair>::resize\28int\29 -1617:skia_private::THashTable>\2c\20SkSL::IntrinsicKind\2c\20SkGoodHash>::Pair\2c\20std::__2::basic_string_view>\2c\20skia_private::THashMap>\2c\20SkSL::IntrinsicKind\2c\20SkGoodHash>::Pair>::Hash\28std::__2::basic_string_view>\20const&\29 -1618:skia_private::THashTable::AdaptedTraits>::Hash\28skgpu::ganesh::SmallPathShapeDataKey\20const&\29 -1619:skia_private::THashSet::contains\28SkSL::Variable\20const*\20const&\29\20const -1620:skia_private::TArray::checkRealloc\28int\2c\20double\29 -1621:skia_private::TArray::installDataAndUpdateCapacity\28SkSpan\29 -1622:skia_private::TArray\2c\20true>::~TArray\28\29 -1623:skia_private::TArray::push_back_raw\28int\29 -1624:skia_private::TArray::copy\28float\20const*\29 -1625:skia_private::TArray::preallocateNewData\28int\2c\20double\29 -1626:skia_private::TArray::resize_back\28int\29 -1627:skia_private::AutoSTArray<4\2c\20float>::reset\28int\29 -1628:skia_png_free_data -1629:skia::textlayout::TextStyle::TextStyle\28\29 -1630:skia::textlayout::Run::Run\28skia::textlayout::ParagraphImpl*\2c\20SkShaper::RunHandler::RunInfo\20const&\2c\20unsigned\20long\2c\20float\2c\20bool\2c\20float\2c\20unsigned\20long\2c\20float\29 -1631:skia::textlayout::InternalLineMetrics::delta\28\29\20const -1632:skia::textlayout::Cluster::Cluster\28skia::textlayout::ParagraphImpl*\2c\20unsigned\20long\2c\20unsigned\20long\2c\20unsigned\20long\2c\20SkSpan\2c\20float\2c\20float\29 -1633:skgpu::tess::PatchWriter\2c\20skgpu::tess::Optional<\28skgpu::tess::PatchAttribs\294>\2c\20skgpu::tess::Optional<\28skgpu::tess::PatchAttribs\298>\2c\20skgpu::tess::Optional<\28skgpu::tess::PatchAttribs\2964>\2c\20skgpu::tess::Optional<\28skgpu::tess::PatchAttribs\2932>\2c\20skgpu::tess::ReplicateLineEndPoints\2c\20skgpu::tess::TrackJoinControlPoints>::chopAndWriteCubics\28skvx::Vec<2\2c\20float>\2c\20skvx::Vec<2\2c\20float>\2c\20skvx::Vec<2\2c\20float>\2c\20skvx::Vec<2\2c\20float>\2c\20int\29 -1634:skgpu::ganesh::SurfaceDrawContext::fillRectToRect\28GrClip\20const*\2c\20GrPaint&&\2c\20GrAA\2c\20SkMatrix\20const&\2c\20SkRect\20const&\2c\20SkRect\20const&\29 -1635:skgpu::ganesh::ClipStack::RawElement::contains\28skgpu::ganesh::ClipStack::RawElement\20const&\29\20const -1636:skgpu::VertexWriter&\20skgpu::operator<<<4\2c\20SkPoint>\28skgpu::VertexWriter&\2c\20skgpu::VertexWriter::RepeatDesc<4\2c\20SkPoint>\20const&\29 -1637:skgpu::TAsyncReadResult::addCpuPlane\28sk_sp\2c\20unsigned\20long\29 -1638:skgpu::Swizzle::RGB1\28\29 -1639:sk_sp::reset\28SkPathRef*\29 -1640:sk_sp::reset\28SkMeshPriv::VB\20const*\29 -1641:sk_malloc_throw\28unsigned\20long\29 -1642:sk_doubles_nearly_equal_ulps\28double\2c\20double\2c\20unsigned\20char\29 -1643:sbrk -1644:quick_div\28int\2c\20int\29 -1645:processPropertySeq\28UBiDi*\2c\20LevState*\2c\20unsigned\20char\2c\20int\2c\20int\29 -1646:path_cubicTo -1647:memchr -1648:left\28SkPoint\20const&\2c\20SkPoint\20const&\29 -1649:inversion\28GrTriangulator::Vertex*\2c\20GrTriangulator::Vertex*\2c\20GrTriangulator::Edge*\2c\20GrTriangulator::Comparator\20const&\29 -1650:interp_quad_coords\28double\20const*\2c\20double\29 -1651:hb_serialize_context_t::object_t::fini\28\29 -1652:hb_sanitize_context_t::init\28hb_blob_t*\29 -1653:hb_ot_map_builder_t::add_feature\28hb_ot_map_feature_t\20const&\29 -1654:hb_buffer_t::ensure\28unsigned\20int\29 -1655:hb_blob_ptr_t::destroy\28\29 -1656:hb_bit_set_t::page_for\28unsigned\20int\2c\20bool\29 -1657:hairquad\28SkPoint\20const*\2c\20SkRegion\20const*\2c\20SkRect\20const*\2c\20SkRect\20const*\2c\20SkBlitter*\2c\20int\2c\20void\20\28*\29\28SkPoint\20const*\2c\20int\2c\20SkRegion\20const*\2c\20SkBlitter*\29\29 -1658:getenv -1659:fmt_u -1660:float*\20SkArenaAlloc::allocUninitializedArray\28unsigned\20long\29 -1661:duplicate_pt\28SkPoint\20const&\2c\20SkPoint\20const&\29 -1662:compute_quad_level\28SkPoint\20const*\29 -1663:compute_ULong_sum -1664:cff2_extents_param_t::update_bounds\28CFF::point_t\20const&\29 -1665:cf2_glyphpath_hintPoint -1666:cf2_arrstack_getPointer -1667:cbrtf -1668:can_add_curve\28SkPath::Verb\2c\20SkPoint*\29 -1669:call_hline_blitter\28SkBlitter*\2c\20int\2c\20int\2c\20int\2c\20unsigned\20int\29 -1670:bounds_t::update\28CFF::point_t\20const&\29 -1671:bool\20hb_sanitize_context_t::check_array>\28OT::IntType\20const*\2c\20unsigned\20int\29\20const -1672:bool\20OT::OffsetTo\2c\20void\2c\20true>::sanitize<>\28hb_sanitize_context_t*\2c\20void\20const*\29\20const -1673:bool\20OT::OffsetTo\2c\20OT::Layout::GPOS_impl::CursivePosFormat1\2c\20true>::sanitize<>\28hb_sanitize_context_t*\2c\20OT::Layout::GPOS_impl::CursivePosFormat1\20const*\29\20const -1674:bool\20OT::OffsetTo\2c\20void\2c\20true>::sanitize<>\28hb_sanitize_context_t*\2c\20void\20const*\29\20const -1675:atan2f -1676:af_shaper_get_cluster -1677:_hb_ot_metrics_get_position_common\28hb_font_t*\2c\20hb_ot_metrics_tag_t\2c\20int*\29 -1678:__tandf -1679:__floatunsitf -1680:__cxa_allocate_exception -1681:_ZZNK6sktext3gpu12VertexFiller14fillVertexDataEii6SkSpanIPKNS0_5GlyphEERK8SkRGBA4fIL11SkAlphaType2EERK8SkMatrix7SkIRectPvENK3$_0clIPA4_NS0_12Mask2DVertexEEEDaT_ -1682:\28anonymous\20namespace\29::subtract\28SkIRect\20const&\2c\20SkIRect\20const&\2c\20bool\29 -1683:\28anonymous\20namespace\29::MeshOp::fixedFunctionFlags\28\29\20const -1684:\28anonymous\20namespace\29::DrawAtlasOpImpl::fixedFunctionFlags\28\29\20const -1685:Update_Max -1686:TT_Get_MM_Var -1687:SkWriteBuffer::writeDataAsByteArray\28SkData\20const*\29 -1688:SkUTF::UTF8ToUTF16\28unsigned\20short*\2c\20int\2c\20char\20const*\2c\20unsigned\20long\29 -1689:SkTextBlob::RunRecord::textSize\28\29\20const -1690:SkTSpan::resetBounds\28SkTCurve\20const&\29 -1691:SkTSect::removeSpan\28SkTSpan*\29 -1692:SkTSect::BinarySearch\28SkTSect*\2c\20SkTSect*\2c\20SkIntersections*\29 -1693:SkTInternalLList::remove\28skgpu::Plot*\29 -1694:SkTInternalLList>\2c\20SkGoodHash\2c\20SkNoOpPurge>::Entry>::remove\28SkLRUCache>\2c\20SkGoodHash\2c\20SkNoOpPurge>::Entry*\29 -1695:SkTDArray::append\28\29 -1696:SkTConic::operator\5b\5d\28int\29\20const -1697:SkTBlockList::~SkTBlockList\28\29 -1698:SkStrokeRec::needToApply\28\29\20const -1699:SkStrokeRec::SkStrokeRec\28SkPaint\20const&\2c\20float\29 -1700:SkString::set\28char\20const*\2c\20unsigned\20long\29 -1701:SkString::SkString\28std::__2::basic_string_view>\29 -1702:SkStrikeSpec::findOrCreateStrike\28\29\20const -1703:SkStrike::digestFor\28skglyph::ActionType\2c\20SkPackedGlyphID\29 -1704:SkShaders::MatrixRec::applyForFragmentProcessor\28SkMatrix\20const&\29\20const -1705:SkScan::FillRect\28SkRect\20const&\2c\20SkRasterClip\20const&\2c\20SkBlitter*\29 -1706:SkScalerContext_FreeType::setupSize\28\29 -1707:SkSL::type_is_valid_for_color\28SkSL::Type\20const&\29 -1708:SkSL::optimize_intrinsic_call\28SkSL::Context\20const&\2c\20SkSL::Position\2c\20SkSL::IntrinsicKind\2c\20SkSL::ExpressionArray\20const&\2c\20SkSL::Type\20const&\29::$_4::operator\28\29\28int\29\20const -1709:SkSL::optimize_intrinsic_call\28SkSL::Context\20const&\2c\20SkSL::Position\2c\20SkSL::IntrinsicKind\2c\20SkSL::ExpressionArray\20const&\2c\20SkSL::Type\20const&\29::$_3::operator\28\29\28int\29\20const -1710:SkSL::optimize_comparison\28SkSL::Context\20const&\2c\20std::__2::array\20const&\2c\20bool\20\28*\29\28double\2c\20double\29\29 -1711:SkSL::VariableReference::Make\28SkSL::Position\2c\20SkSL::Variable\20const*\2c\20SkSL::VariableRefKind\29 -1712:SkSL::Variable*\20SkSL::SymbolTable::add\28SkSL::Context\20const&\2c\20std::__2::unique_ptr>\29 -1713:SkSL::Type::coercionCost\28SkSL::Type\20const&\29\20const -1714:SkSL::SymbolTable::addArrayDimension\28SkSL::Context\20const&\2c\20SkSL::Type\20const*\2c\20int\29 -1715:SkSL::String::appendf\28std::__2::basic_string\2c\20std::__2::allocator>*\2c\20char\20const*\2c\20...\29 -1716:SkSL::RP::VariableLValue::fixedSlotRange\28SkSL::RP::Generator*\29 -1717:SkSL::RP::Program::appendCopySlotsUnmasked\28skia_private::TArray*\2c\20SkArenaAlloc*\2c\20unsigned\20int\2c\20unsigned\20int\2c\20int\29\20const -1718:SkSL::RP::Generator::pushBinaryExpression\28SkSL::Expression\20const&\2c\20SkSL::Operator\2c\20SkSL::Expression\20const&\29 -1719:SkSL::RP::Generator::emitTraceLine\28SkSL::Position\29 -1720:SkSL::RP::AutoStack::enter\28\29 -1721:SkSL::PipelineStage::PipelineStageCodeGenerator::writeStatement\28SkSL::Statement\20const&\29 -1722:SkSL::Operator::determineBinaryType\28SkSL::Context\20const&\2c\20SkSL::Type\20const&\2c\20SkSL::Type\20const&\2c\20SkSL::Type\20const**\2c\20SkSL::Type\20const**\2c\20SkSL::Type\20const**\29\20const -1723:SkSL::NativeShader::~NativeShader\28\29 -1724:SkSL::GLSLCodeGenerator::getTypePrecision\28SkSL::Type\20const&\29 -1725:SkSL::ExpressionStatement::Make\28SkSL::Context\20const&\2c\20std::__2::unique_ptr>\29 -1726:SkSL::ConstructorDiagonalMatrix::Make\28SkSL::Context\20const&\2c\20SkSL::Position\2c\20SkSL::Type\20const&\2c\20std::__2::unique_ptr>\29 -1727:SkSL::ConstructorArrayCast::~ConstructorArrayCast\28\29 -1728:SkSL::ConstantFolder::MakeConstantValueForVariable\28SkSL::Position\2c\20std::__2::unique_ptr>\29 -1729:SkSBlockAllocator<64ul>::SkSBlockAllocator\28SkBlockAllocator::GrowthPolicy\2c\20unsigned\20long\29 -1730:SkRuntimeEffectBuilder::writableUniformData\28\29 -1731:SkRuntimeEffect::uniformSize\28\29\20const -1732:SkResourceCache::Key::init\28void*\2c\20unsigned\20long\20long\2c\20unsigned\20long\29 -1733:SkRegion::op\28SkRegion\20const&\2c\20SkRegion::Op\29 -1734:SkRect::Bounds\28SkSpan\29 -1735:SkRasterPipelineBlitter::appendStore\28SkRasterPipeline*\29\20const -1736:SkRasterPipeline::compile\28\29\20const -1737:SkRasterPipeline::appendClampIfNormalized\28SkImageInfo\20const&\29 -1738:SkRasterClipStack::writable_rc\28\29 -1739:SkPointPriv::EqualsWithinTolerance\28SkPoint\20const&\2c\20SkPoint\20const&\29 -1740:SkPoint::Length\28float\2c\20float\29 -1741:SkPixmap::operator=\28SkPixmap&&\29 -1742:SkPathWriter::matchedLast\28SkOpPtT\20const*\29\20const -1743:SkPathWriter::finishContour\28\29 -1744:SkPathRef::atVerb\28int\29\20const -1745:SkPathEdgeIter::next\28\29 -1746:SkPathBuilder::reset\28\29 -1747:SkPathBuilder::moveTo\28float\2c\20float\29 -1748:SkPathBuilder::ensureMove\28\29 -1749:SkPath::addRRect\28SkRRect\20const&\2c\20SkPathDirection\29 -1750:SkPath::Polygon\28SkSpan\2c\20bool\2c\20SkPathFillType\2c\20bool\29 -1751:SkPaint::operator=\28SkPaint\20const&\29 -1752:SkPaint::nothingToDraw\28\29\20const -1753:SkPaint::isSrcOver\28\29\20const -1754:SkOpSpanBase::contains\28SkOpSegment\20const*\29\20const -1755:SkOpSegment::updateWinding\28SkOpSpanBase*\2c\20SkOpSpanBase*\29 -1756:SkOpAngle::linesOnOriginalSide\28SkOpAngle\20const*\29 -1757:SkNoPixelsDevice::writableClip\28\29 -1758:SkNextID::ImageID\28\29 -1759:SkMemoryStream::getPosition\28\29\20const -1760:SkMatrix::isFinite\28\29\20const -1761:SkMatrix::decomposeScale\28SkSize*\2c\20SkMatrix*\29\20const -1762:SkMaskBuilder::AllocImage\28unsigned\20long\2c\20SkMaskBuilder::AllocType\29 -1763:SkMask::computeImageSize\28\29\20const -1764:SkMask::AlphaIter<\28SkMask::Format\294>::operator*\28\29\20const -1765:SkMakeImageFromRasterBitmap\28SkBitmap\20const&\2c\20SkCopyPixelsMode\29 -1766:SkM44::SkM44\28SkMatrix\20const&\29 -1767:SkKnownRuntimeEffects::\28anonymous\20namespace\29::make_blur_2D_shader\28int\2c\20SkKnownRuntimeEffects::StableKey\29 -1768:SkKnownRuntimeEffects::\28anonymous\20namespace\29::make_blur_1D_shader\28int\2c\20SkKnownRuntimeEffects::StableKey\29 -1769:SkKnownRuntimeEffects::GetKnownRuntimeEffect\28SkKnownRuntimeEffects::StableKey\29 -1770:SkJSONWriter::endObject\28\29 -1771:SkJSONWriter::beginObject\28char\20const*\2c\20bool\29 -1772:SkJSONWriter::appendName\28char\20const*\29 -1773:SkIntersections::flip\28\29 -1774:SkImageInfo::makeColorType\28SkColorType\29\20const -1775:SkImageFilter::getInput\28int\29\20const -1776:SkIDChangeListener::List::changed\28\29 -1777:SkFont::unicharToGlyph\28int\29\20const -1778:SkDrawBase::drawRect\28SkRect\20const&\2c\20SkPaint\20const&\29\20const -1779:SkDraw::SkDraw\28\29 -1780:SkDevice::setLocalToDevice\28SkM44\20const&\29 -1781:SkData::MakeEmpty\28\29 -1782:SkDRect::add\28SkDPoint\20const&\29 -1783:SkConic::chopAt\28float\2c\20SkConic*\29\20const -1784:SkColorSpace::gammaIsLinear\28\29\20const -1785:SkColorFilters::Blend\28unsigned\20int\2c\20SkBlendMode\29 -1786:SkColorFilter::makeComposed\28sk_sp\29\20const -1787:SkChopCubicAtHalf\28SkPoint\20const*\2c\20SkPoint*\29 -1788:SkCanvas::saveLayer\28SkRect\20const*\2c\20SkPaint\20const*\29 -1789:SkCanvas::computeDeviceClipBounds\28bool\29\20const -1790:SkBlockAllocator::ByteRange\20SkBlockAllocator::allocate<4ul\2c\200ul>\28unsigned\20long\29 -1791:SkBitmap::operator=\28SkBitmap\20const&\29 -1792:SkBinaryWriteBuffer::~SkBinaryWriteBuffer\28\29 -1793:SkAutoSMalloc<1024ul>::SkAutoSMalloc\28unsigned\20long\29 -1794:RunBasedAdditiveBlitter::checkY\28int\29 -1795:RoughlyEqualUlps\28double\2c\20double\29 -1796:Read255UShort -1797:PS_Conv_ToFixed -1798:OT::post::accelerator_t::cmp_gids\28void\20const*\2c\20void\20const*\2c\20void*\29 -1799:OT::hmtxvmtx::accelerator_t::get_advance_without_var_unscaled\28unsigned\20int\29\20const -1800:OT::Layout::GPOS_impl::ValueFormat::apply_value\28OT::hb_ot_apply_context_t*\2c\20OT::Layout::GPOS_impl::ValueBase\20const*\2c\20OT::IntType\20const*\2c\20hb_glyph_position_t&\29\20const -1801:GrTriangulator::VertexList::remove\28GrTriangulator::Vertex*\29 -1802:GrTriangulator::Vertex*\20SkArenaAlloc::make\28SkPoint&\2c\20int&&\29 -1803:GrTriangulator::Poly::addEdge\28GrTriangulator::Edge*\2c\20GrTriangulator::Side\2c\20GrTriangulator*\29 -1804:GrTextureEffect::MakeSubset\28GrSurfaceProxyView\2c\20SkAlphaType\2c\20SkMatrix\20const&\2c\20GrSamplerState\2c\20SkRect\20const&\2c\20GrCaps\20const&\2c\20float\20const*\2c\20bool\29 -1805:GrSurface::invokeReleaseProc\28\29 -1806:GrSurface::GrSurface\28GrGpu*\2c\20SkISize\20const&\2c\20skgpu::Protected\2c\20std::__2::basic_string_view>\29 -1807:GrStyledShape::operator=\28GrStyledShape\20const&\29 -1808:GrSimpleMeshDrawOpHelperWithStencil::createProgramInfoWithStencil\28GrCaps\20const*\2c\20SkArenaAlloc*\2c\20GrSurfaceProxyView\20const&\2c\20bool\2c\20GrAppliedClip&&\2c\20GrDstProxyView\20const&\2c\20GrGeometryProcessor*\2c\20GrPrimitiveType\2c\20GrXferBarrierFlags\2c\20GrLoadOp\29 -1809:GrSimpleMeshDrawOpHelper::CreateProgramInfo\28GrCaps\20const*\2c\20SkArenaAlloc*\2c\20GrSurfaceProxyView\20const&\2c\20bool\2c\20GrAppliedClip&&\2c\20GrDstProxyView\20const&\2c\20GrGeometryProcessor*\2c\20GrProcessorSet&&\2c\20GrPrimitiveType\2c\20GrXferBarrierFlags\2c\20GrLoadOp\2c\20GrPipeline::InputFlags\2c\20GrUserStencilSettings\20const*\29 -1810:GrShape::setRRect\28SkRRect\20const&\29 -1811:GrShape::reset\28GrShape::Type\29 -1812:GrResourceProvider::findOrCreatePatternedIndexBuffer\28unsigned\20short\20const*\2c\20int\2c\20int\2c\20int\2c\20skgpu::UniqueKey\20const&\29 -1813:GrResourceProvider::createBuffer\28unsigned\20long\2c\20GrGpuBufferType\2c\20GrAccessPattern\2c\20GrResourceProvider::ZeroInit\29 -1814:GrResourceProvider::assignUniqueKeyToResource\28skgpu::UniqueKey\20const&\2c\20GrGpuResource*\29 -1815:GrRenderTask::addDependency\28GrRenderTask*\29 -1816:GrRenderTask::GrRenderTask\28\29 -1817:GrRenderTarget::onRelease\28\29 -1818:GrQuadUtils::TessellationHelper::Vertices::asGrQuads\28GrQuad*\2c\20GrQuad::Type\2c\20GrQuad*\2c\20GrQuad::Type\29\20const -1819:GrProxyProvider::findOrCreateProxyByUniqueKey\28skgpu::UniqueKey\20const&\2c\20GrSurfaceProxy::UseAllocator\29 -1820:GrProxyProvider::assignUniqueKeyToProxy\28skgpu::UniqueKey\20const&\2c\20GrTextureProxy*\29 -1821:GrPaint::setCoverageFragmentProcessor\28std::__2::unique_ptr>\29 -1822:GrMeshDrawOp::QuadHelper::QuadHelper\28GrMeshDrawTarget*\2c\20unsigned\20long\2c\20int\29 -1823:GrMakeCachedBitmapProxyView\28GrRecordingContext*\2c\20SkBitmap\20const&\2c\20std::__2::basic_string_view>\2c\20skgpu::Mipmapped\29 -1824:GrIsStrokeHairlineOrEquivalent\28GrStyle\20const&\2c\20SkMatrix\20const&\2c\20float*\29 -1825:GrImageInfo::minRowBytes\28\29\20const -1826:GrGpuResource::CacheAccess::isUsableAsScratch\28\29\20const -1827:GrGeometryProcessor::ProgramImpl::setupUniformColor\28GrGLSLFPFragmentBuilder*\2c\20GrGLSLUniformHandler*\2c\20char\20const*\2c\20GrResourceHandle*\29 -1828:GrGLSLUniformHandler::addUniformArray\28GrProcessor\20const*\2c\20unsigned\20int\2c\20SkSLType\2c\20char\20const*\2c\20int\2c\20char\20const**\29 -1829:GrGLSLShaderBuilder::code\28\29 -1830:GrGLOpsRenderPass::bindVertexBuffer\28GrBuffer\20const*\2c\20int\29 -1831:GrGLGpu::unbindSurfaceFBOForPixelOps\28GrSurface*\2c\20int\2c\20unsigned\20int\29 -1832:GrGLGpu::flushRenderTarget\28GrGLRenderTarget*\2c\20bool\29 -1833:GrGLGpu::bindSurfaceFBOForPixelOps\28GrSurface*\2c\20int\2c\20unsigned\20int\2c\20GrGLGpu::TempFBOTarget\29 -1834:GrGLCompileAndAttachShader\28GrGLContext\20const&\2c\20unsigned\20int\2c\20unsigned\20int\2c\20SkSL::NativeShader\20const&\2c\20bool\2c\20GrThreadSafePipelineBuilder::Stats*\2c\20skgpu::ShaderErrorHandler*\29 -1835:GrFragmentProcessors::Make\28skgpu::ganesh::SurfaceDrawContext*\2c\20SkColorFilter\20const*\2c\20std::__2::unique_ptr>\2c\20GrColorInfo\20const&\2c\20SkSurfaceProps\20const&\29 -1836:GrFragmentProcessor::visitTextureEffects\28std::__2::function\20const&\29\20const -1837:GrFragmentProcessor::MakeColor\28SkRGBA4f<\28SkAlphaType\292>\29 -1838:GrDirectContextPriv::flushSurface\28GrSurfaceProxy*\2c\20SkSurfaces::BackendSurfaceAccess\2c\20GrFlushInfo\20const&\2c\20skgpu::MutableTextureState\20const*\29 -1839:GrBlendFragmentProcessor::Make\28std::__2::unique_ptr>\2c\20std::__2::unique_ptr>\2c\20SkBlendMode\2c\20bool\29 -1840:GrBackendFormat::operator=\28GrBackendFormat\20const&\29 -1841:GrAAConvexTessellator::addPt\28SkPoint\20const&\2c\20float\2c\20float\2c\20bool\2c\20GrAAConvexTessellator::CurveState\29 -1842:FT_Outline_Transform -1843:CFF::parsed_values_t::add_op\28unsigned\20int\2c\20CFF::byte_str_ref_t\20const&\2c\20CFF::op_str_t\20const&\29 -1844:CFF::dict_opset_t::process_op\28unsigned\20int\2c\20CFF::interp_env_t&\29 -1845:CFF::cs_opset_t\2c\20cff2_extents_param_t\2c\20cff2_path_procs_extents_t>::process_post_move\28unsigned\20int\2c\20CFF::cff2_cs_interp_env_t&\2c\20cff2_extents_param_t&\29 -1846:CFF::cs_opset_t::process_post_move\28unsigned\20int\2c\20CFF::cff1_cs_interp_env_t&\2c\20cff1_extents_param_t&\29 -1847:CFF::cs_interp_env_t>>::determine_hintmask_size\28\29 -1848:BlockIndexIterator::Last\28SkBlockAllocator::Block\20const*\29\2c\20&SkTBlockList::First\28SkBlockAllocator::Block\20const*\29\2c\20&SkTBlockList::Decrement\28SkBlockAllocator::Block\20const*\2c\20int\29\2c\20&SkTBlockList::GetItem\28SkBlockAllocator::Block*\2c\20int\29>::begin\28\29\20const -1849:AlmostBetweenUlps\28double\2c\20double\2c\20double\29 -1850:ActiveEdgeList::SingleRotation\28ActiveEdge*\2c\20int\29 -1851:AAT::hb_aat_apply_context_t::replace_glyph_inplace\28unsigned\20int\2c\20unsigned\20int\29 -1852:1639 -1853:1640 -1854:1641 -1855:1642 -1856:void\20std::__2::__stable_sort\20const&\2c\20unsigned\20int\2c\20FT_COLR_Paint_\20const&\2c\20SkPaint*\29::$_0::operator\28\29\28FT_ColorStopIterator_\20const&\2c\20std::__2::vector>&\2c\20std::__2::vector\2c\20std::__2::allocator>>&\29\20const::'lambda'\28\28anonymous\20namespace\29::colrv1_configure_skpaint\28FT_FaceRec_*\2c\20SkSpan\20const&\2c\20unsigned\20int\2c\20FT_COLR_Paint_\20const&\2c\20SkPaint*\29::$_0::operator\28\29\28FT_ColorStopIterator_\20const&\2c\20std::__2::vector>&\2c\20std::__2::vector\2c\20std::__2::allocator>>&\29\20const::ColorStop\20const&\2c\20\28anonymous\20namespace\29::colrv1_configure_skpaint\28FT_FaceRec_*\2c\20SkSpan\20const&\2c\20unsigned\20int\2c\20FT_COLR_Paint_\20const&\2c\20SkPaint*\29::$_0::operator\28\29\28FT_ColorStopIterator_\20const&\2c\20std::__2::vector>&\2c\20std::__2::vector\2c\20std::__2::allocator>>&\29\20const::ColorStop\20const&\29&\2c\20std::__2::__wrap_iter<\28anonymous\20namespace\29::colrv1_configure_skpaint\28FT_FaceRec_*\2c\20SkSpan\20const&\2c\20unsigned\20int\2c\20FT_COLR_Paint_\20const&\2c\20SkPaint*\29::$_0::operator\28\29\28FT_ColorStopIterator_\20const&\2c\20std::__2::vector>&\2c\20std::__2::vector\2c\20std::__2::allocator>>&\29\20const::ColorStop*>>\28std::__2::__wrap_iter<\28anonymous\20namespace\29::colrv1_configure_skpaint\28FT_FaceRec_*\2c\20SkSpan\20const&\2c\20unsigned\20int\2c\20FT_COLR_Paint_\20const&\2c\20SkPaint*\29::$_0::operator\28\29\28FT_ColorStopIterator_\20const&\2c\20std::__2::vector>&\2c\20std::__2::vector\2c\20std::__2::allocator>>&\29\20const::ColorStop*>\2c\20std::__2::__wrap_iter<\28anonymous\20namespace\29::colrv1_configure_skpaint\28FT_FaceRec_*\2c\20SkSpan\20const&\2c\20unsigned\20int\2c\20FT_COLR_Paint_\20const&\2c\20SkPaint*\29::$_0::operator\28\29\28FT_ColorStopIterator_\20const&\2c\20std::__2::vector>&\2c\20std::__2::vector\2c\20std::__2::allocator>>&\29\20const::ColorStop*>\2c\20\28anonymous\20namespace\29::colrv1_configure_skpaint\28FT_FaceRec_*\2c\20SkSpan\20const&\2c\20unsigned\20int\2c\20FT_COLR_Paint_\20const&\2c\20SkPaint*\29::$_0::operator\28\29\28FT_ColorStopIterator_\20const&\2c\20std::__2::vector>&\2c\20std::__2::vector\2c\20std::__2::allocator>>&\29\20const::'lambda'\28\28anonymous\20namespace\29::colrv1_configure_skpaint\28FT_FaceRec_*\2c\20SkSpan\20const&\2c\20unsigned\20int\2c\20FT_COLR_Paint_\20const&\2c\20SkPaint*\29::$_0::operator\28\29\28FT_ColorStopIterator_\20const&\2c\20std::__2::vector>&\2c\20std::__2::vector\2c\20std::__2::allocator>>&\29\20const::ColorStop\20const&\2c\20\28anonymous\20namespace\29::colrv1_configure_skpaint\28FT_FaceRec_*\2c\20SkSpan\20const&\2c\20unsigned\20int\2c\20FT_COLR_Paint_\20const&\2c\20SkPaint*\29::$_0::operator\28\29\28FT_ColorStopIterator_\20const&\2c\20std::__2::vector>&\2c\20std::__2::vector\2c\20std::__2::allocator>>&\29\20const::ColorStop\20const&\29&\2c\20std::__2::iterator_traits\20const&\2c\20unsigned\20int\2c\20FT_COLR_Paint_\20const&\2c\20SkPaint*\29::$_0::operator\28\29\28FT_ColorStopIterator_\20const&\2c\20std::__2::vector>&\2c\20std::__2::vector\2c\20std::__2::allocator>>&\29\20const::ColorStop*>>::difference_type\2c\20std::__2::iterator_traits\20const&\2c\20unsigned\20int\2c\20FT_COLR_Paint_\20const&\2c\20SkPaint*\29::$_0::operator\28\29\28FT_ColorStopIterator_\20const&\2c\20std::__2::vector>&\2c\20std::__2::vector\2c\20std::__2::allocator>>&\29\20const::ColorStop*>>::value_type*\2c\20long\29 -1857:void\20std::__2::__split_buffer&>::__construct_at_end\2c\200>\28std::__2::move_iterator\2c\20std::__2::move_iterator\29 -1858:void\20std::__2::__memberwise_forward_assign\5babi:ne180100\5d>&>\2c\20std::__2::tuple>>\2c\20bool\2c\20std::__2::unique_ptr>\2c\200ul\2c\201ul>\28std::__2::tuple>&>&\2c\20std::__2::tuple>>&&\2c\20std::__2::__tuple_types>>\2c\20std::__2::__tuple_indices<0ul\2c\201ul>\29 -1859:void\20extend_pts<\28SkPaint::Cap\292>\28SkPath::Verb\2c\20SkPath::Verb\2c\20SkPoint*\2c\20int\29 -1860:void\20extend_pts<\28SkPaint::Cap\291>\28SkPath::Verb\2c\20SkPath::Verb\2c\20SkPoint*\2c\20int\29 -1861:void\20SkSafeUnref\28SkTextBlob*\29 -1862:void\20SkSafeUnref\28GrTextureProxy*\29 -1863:unsigned\20int*\20SkRecordCanvas::copy\28unsigned\20int\20const*\2c\20unsigned\20long\29 -1864:tt_cmap14_ensure -1865:tanf -1866:std::__2::vector>\2c\20std::__2::allocator>>>::push_back\5babi:ne180100\5d\28std::__2::unique_ptr>&&\29 -1867:std::__2::vector>\2c\20std::__2::allocator>>>::~vector\5babi:ne180100\5d\28\29 -1868:std::__2::vector>::operator\5b\5d\5babi:nn180100\5d\28unsigned\20long\29\20const -1869:std::__2::vector>::vector\28std::__2::vector>\20const&\29 -1870:std::__2::unique_ptr>\20\5b\5d\2c\20std::__2::default_delete>\20\5b\5d>>::~unique_ptr\5babi:ne180100\5d\28\29 -1871:std::__2::unique_ptr>::~unique_ptr\5babi:ne180100\5d\28\29 -1872:std::__2::unique_ptr>::~unique_ptr\5babi:ne180100\5d\28\29 -1873:std::__2::unique_ptr>::~unique_ptr\5babi:ne180100\5d\28\29 -1874:std::__2::unique_ptr>::~unique_ptr\5babi:ne180100\5d\28\29 -1875:std::__2::unique_ptr>::reset\5babi:ne180100\5d\28GrDrawOpAtlas*\29 -1876:std::__2::optional::value\5babi:ne180100\5d\28\29\20& -1877:std::__2::codecvt::do_unshift\28__mbstate_t&\2c\20char8_t*\2c\20char8_t*\2c\20char8_t*&\29\20const -1878:std::__2::basic_string\2c\20std::__2::allocator>::clear\5babi:ne180100\5d\28\29 -1879:std::__2::basic_string\2c\20std::__2::allocator>::basic_string\5babi:nn180100\5d<0>\28char\20const*\29 -1880:std::__2::basic_string\2c\20std::__2::allocator>::__grow_by_and_replace\28unsigned\20long\2c\20unsigned\20long\2c\20unsigned\20long\2c\20unsigned\20long\2c\20unsigned\20long\2c\20unsigned\20long\2c\20char\20const*\29 -1881:std::__2::basic_string\2c\20std::__2::allocator>::__fits_in_sso\5babi:nn180100\5d\28unsigned\20long\29 -1882:std::__2::basic_string\2c\20std::__2::allocator>::__assign_external\28char\20const*\29 -1883:std::__2::array\2c\204ul>::~array\28\29 -1884:std::__2::allocator::allocate\5babi:ne180100\5d\28unsigned\20long\29 -1885:std::__2::__variant_detail::__copy_constructor\2c\20\28std::__2::__variant_detail::_Trait\291>::__copy_constructor\28std::__2::__variant_detail::__copy_constructor\2c\20\28std::__2::__variant_detail::_Trait\291>\20const&\29 -1886:std::__2::__optional_destruct_base::~__optional_destruct_base\5babi:ne180100\5d\28\29 -1887:std::__2::__num_get::__stage2_int_prep\28std::__2::ios_base&\2c\20wchar_t&\29 -1888:std::__2::__num_get::__do_widen\28std::__2::ios_base&\2c\20wchar_t*\29\20const -1889:std::__2::__num_get::__stage2_int_prep\28std::__2::ios_base&\2c\20char&\29 -1890:std::__2::__itoa::__append1\5babi:nn180100\5d\28char*\2c\20unsigned\20int\29 -1891:std::__2::__function::__value_func::operator=\5babi:ne180100\5d\28std::__2::__function::__value_func&&\29 -1892:std::__2::__function::__value_func::operator\28\29\5babi:ne180100\5d\28SkIRect\20const&\29\20const -1893:sqrtf -1894:skvx::Vec<4\2c\20unsigned\20int>&\20skvx::operator-=<4\2c\20unsigned\20int>\28skvx::Vec<4\2c\20unsigned\20int>&\2c\20skvx::Vec<4\2c\20unsigned\20int>\20const&\29 -1895:skvx::Vec<4\2c\20unsigned\20int>&\20skvx::operator+=<4\2c\20unsigned\20int>\28skvx::Vec<4\2c\20unsigned\20int>&\2c\20skvx::Vec<4\2c\20unsigned\20int>\20const&\29 -1896:skvx::Vec<4\2c\20skvx::Mask::type>\20skvx::operator><4\2c\20float>\28skvx::Vec<4\2c\20float>\20const&\2c\20skvx::Vec<4\2c\20float>\20const&\29 -1897:skvx::Vec<4\2c\20float>\20skvx::operator+<4\2c\20float\2c\20float\2c\20void>\28skvx::Vec<4\2c\20float>\20const&\2c\20float\29\20\28.5883\29 -1898:skvx::Vec<4\2c\20float>\20skvx::operator+<4\2c\20float>\28skvx::Vec<4\2c\20float>\20const&\2c\20skvx::Vec<4\2c\20float>\20const&\29\20\28.714\29 -1899:skvx::Vec<4\2c\20float>\20skvx::max<4\2c\20float>\28skvx::Vec<4\2c\20float>\20const&\2c\20skvx::Vec<4\2c\20float>\20const&\29\20\28.7727\29 -1900:skvx::Vec<4\2c\20float>\20skvx::max<4\2c\20float>\28skvx::Vec<4\2c\20float>\20const&\2c\20skvx::Vec<4\2c\20float>\20const&\29 -1901:sktext::gpu::SubRunList::append\28std::__2::unique_ptr\29 -1902:skif::\28anonymous\20namespace\29::draw_tiled_border\28SkCanvas*\2c\20SkTileMode\2c\20SkPaint\20const&\2c\20skif::LayerSpace\20const&\2c\20skif::LayerSpace\2c\20skif::LayerSpace\29::$_0::operator\28\29\28SkRect\20const&\2c\20SkRect\20const&\29\20const -1903:skif::LayerSpace::inverseMapRect\28skif::LayerSpace\20const&\2c\20skif::LayerSpace*\29\20const -1904:skif::FilterResult::analyzeBounds\28skif::LayerSpace\20const&\2c\20skif::FilterResult::BoundsScope\29\20const -1905:skif::FilterResult::AutoSurface::snap\28\29 -1906:skif::FilterResult::AutoSurface::AutoSurface\28skif::Context\20const&\2c\20skif::LayerSpace\20const&\2c\20skif::FilterResult::PixelBoundary\2c\20bool\2c\20SkSurfaceProps\20const*\29 -1907:skia_private::THashTable::AdaptedTraits>::findOrNull\28skgpu::UniqueKey\20const&\29\20const -1908:skia_private::TArray::push_back_raw\28int\29 -1909:skia_private::TArray::reset\28int\29 -1910:skia_private::TArray::push_back\28\29 -1911:skia_private::TArray::checkRealloc\28int\2c\20double\29 -1912:skia_private::AutoSTArray<8\2c\20unsigned\20int>::reset\28int\29 -1913:skia_private::AutoSTArray<24\2c\20unsigned\20int>::~AutoSTArray\28\29 -1914:skia_png_reciprocal2 -1915:skia_png_benign_error -1916:skia::textlayout::Run::~Run\28\29 -1917:skia::textlayout::Run::posX\28unsigned\20long\29\20const -1918:skia::textlayout::ParagraphStyle::ParagraphStyle\28skia::textlayout::ParagraphStyle\20const&\29 -1919:skia::textlayout::InternalLineMetrics::height\28\29\20const -1920:skia::textlayout::InternalLineMetrics::add\28skia::textlayout::Run*\29 -1921:skia::textlayout::FontCollection::findTypefaces\28std::__2::vector>\20const&\2c\20SkFontStyle\2c\20std::__2::optional\20const&\29 -1922:skgpu::ganesh::TextureOp::BatchSizeLimiter::createOp\28GrTextureSetEntry*\2c\20int\2c\20GrAAType\29 -1923:skgpu::ganesh::SurfaceFillContext::fillRectWithFP\28SkIRect\20const&\2c\20std::__2::unique_ptr>\29 -1924:skgpu::ganesh::SurfaceFillContext::fillRectToRectWithFP\28SkIRect\20const&\2c\20SkIRect\20const&\2c\20std::__2::unique_ptr>\29 -1925:skgpu::ganesh::SurfaceDrawContext::drawShape\28GrClip\20const*\2c\20GrPaint&&\2c\20GrAA\2c\20SkMatrix\20const&\2c\20GrStyledShape&&\29 -1926:skgpu::ganesh::SurfaceDrawContext::drawShapeUsingPathRenderer\28GrClip\20const*\2c\20GrPaint&&\2c\20GrAA\2c\20SkMatrix\20const&\2c\20GrStyledShape&&\2c\20bool\29 -1927:skgpu::ganesh::SurfaceDrawContext::drawRRect\28GrClip\20const*\2c\20GrPaint&&\2c\20GrAA\2c\20SkMatrix\20const&\2c\20SkRRect\20const&\2c\20GrStyle\20const&\29 -1928:skgpu::ganesh::SurfaceDrawContext::drawFilledQuad\28GrClip\20const*\2c\20GrPaint&&\2c\20DrawQuad*\2c\20GrUserStencilSettings\20const*\29 -1929:skgpu::ganesh::SurfaceContext::transferPixels\28GrColorType\2c\20SkIRect\20const&\29::$_0::~$_0\28\29 -1930:skgpu::ganesh::SurfaceContext::transferPixels\28GrColorType\2c\20SkIRect\20const&\29 -1931:skgpu::ganesh::SurfaceContext::PixelTransferResult::PixelTransferResult\28skgpu::ganesh::SurfaceContext::PixelTransferResult&&\29 -1932:skgpu::ganesh::SoftwarePathRenderer::DrawNonAARect\28skgpu::ganesh::SurfaceDrawContext*\2c\20GrPaint&&\2c\20GrUserStencilSettings\20const&\2c\20GrClip\20const*\2c\20SkMatrix\20const&\2c\20SkRect\20const&\2c\20SkMatrix\20const&\29 -1933:skgpu::ganesh::QuadPerEdgeAA::VertexSpec::vertexSize\28\29\20const -1934:skgpu::ganesh::OpsTask::OpChain::List::List\28skgpu::ganesh::OpsTask::OpChain::List&&\29 -1935:skgpu::ganesh::LockTextureProxyView\28GrRecordingContext*\2c\20SkImage_Lazy\20const*\2c\20GrImageTexGenPolicy\2c\20skgpu::Mipmapped\29::$_0::operator\28\29\28GrSurfaceProxyView\20const&\29\20const -1936:skgpu::ganesh::Device::targetProxy\28\29 -1937:skgpu::ganesh::ClipStack::getConservativeBounds\28\29\20const -1938:skgpu::UniqueKeyInvalidatedMessage::UniqueKeyInvalidatedMessage\28skgpu::UniqueKeyInvalidatedMessage\20const&\29 -1939:skgpu::UniqueKey::operator=\28skgpu::UniqueKey\20const&\29 -1940:skgpu::TAsyncReadResult::addTransferResult\28skgpu::ganesh::SurfaceContext::PixelTransferResult\20const&\2c\20SkISize\2c\20unsigned\20long\2c\20skgpu::TClientMappedBufferManager*\29 -1941:skgpu::Swizzle::asString\28\29\20const -1942:skgpu::GetApproxSize\28SkISize\29 -1943:skcms_Matrix3x3_concat -1944:sk_srgb_linear_singleton\28\29 -1945:sk_sp::reset\28SkVertices*\29 -1946:sk_sp::operator=\28sk_sp&&\29 -1947:sk_sp::reset\28GrGpuBuffer*\29 -1948:sk_sp\20sk_make_sp\28\29 -1949:sfnt_get_name_id -1950:set_glyph\28hb_glyph_info_t&\2c\20hb_font_t*\29 -1951:remove_node\28OffsetEdge\20const*\2c\20OffsetEdge**\29 -1952:ps_parser_to_token -1953:precisely_between\28double\2c\20double\2c\20double\29 -1954:path_quadraticBezierTo -1955:next_char\28hb_buffer_t*\2c\20unsigned\20int\29 -1956:log2f -1957:log -1958:less_or_equal_ulps\28float\2c\20float\2c\20int\29 -1959:is_consonant\28hb_glyph_info_t\20const&\29 -1960:int\20const*\20std::__2::find\5babi:ne180100\5d\28int\20const*\2c\20int\20const*\2c\20int\20const&\29 -1961:hb_unicode_funcs_destroy -1962:hb_serialize_context_t::pop_discard\28\29 -1963:hb_paint_funcs_t::pop_clip\28void*\29 -1964:hb_ot_map_t::feature_map_t\20const*\20hb_vector_t::bsearch\28unsigned\20int\20const&\2c\20hb_ot_map_t::feature_map_t\20const*\29\20const -1965:hb_lazy_loader_t\2c\20hb_face_t\2c\2015u\2c\20OT::glyf_accelerator_t>::get_stored\28\29\20const -1966:hb_indic_would_substitute_feature_t::init\28hb_ot_map_t\20const*\2c\20unsigned\20int\2c\20bool\29 -1967:hb_hashmap_t::alloc\28unsigned\20int\29 -1968:hb_font_t::get_glyph_v_advance\28unsigned\20int\29 -1969:hb_font_t::get_glyph_extents\28unsigned\20int\2c\20hb_glyph_extents_t*\29 -1970:hb_draw_funcs_t::emit_cubic_to\28void*\2c\20hb_draw_state_t&\2c\20float\2c\20float\2c\20float\2c\20float\2c\20float\2c\20float\29 -1971:hb_buffer_t::replace_glyph\28unsigned\20int\29 -1972:hb_buffer_t::output_glyph\28unsigned\20int\29 -1973:hb_buffer_t::make_room_for\28unsigned\20int\2c\20unsigned\20int\29 -1974:hb_buffer_t::_set_glyph_flags\28unsigned\20int\2c\20unsigned\20int\2c\20unsigned\20int\2c\20bool\2c\20bool\29 -1975:hb_buffer_create_similar -1976:gray_set_cell -1977:ft_service_list_lookup -1978:fseek -1979:find_table -1980:fillcheckrect\28int\2c\20int\2c\20int\2c\20int\2c\20SkBlitter*\29 -1981:fclose -1982:expm1 -1983:expf -1984:decltype\28fp\28nullptr\29\29\20SkArenaAlloc::make<\28anonymous\20namespace\29::GaussianPass::MakeMaker\28float\2c\20SkArenaAlloc*\29::Maker*\20SkArenaAlloc::make<\28anonymous\20namespace\29::GaussianPass::MakeMaker\28float\2c\20SkArenaAlloc*\29::Maker\2c\20float&>\28float&\29::'lambda'\28void*\29>\28\28anonymous\20namespace\29::GaussianPass::MakeMaker\28float\2c\20SkArenaAlloc*\29::Maker&&\29::'lambda'\28char*\29::__invoke\28char*\29 -1985:crc_word -1986:classify\28skcms_TransferFunction\20const&\2c\20TF_PQish*\2c\20TF_HLGish*\29 -1987:choose_bmp_texture_colortype\28GrCaps\20const*\2c\20SkBitmap\20const&\29 -1988:char*\20sktext::gpu::BagOfBytes::allocateBytesFor\28int\29 -1989:cff_parse_fixed -1990:cf2_interpT2CharString -1991:cf2_hintmap_insertHint -1992:cf2_hintmap_build -1993:cf2_glyphpath_moveTo -1994:cf2_glyphpath_lineTo -1995:bool\20std::__2::operator==\5babi:ne180100\5d>\28std::__2::vector>\20const&\2c\20std::__2::vector>\20const&\29 -1996:bool\20std::__2::__less::operator\28\29\5babi:nn180100\5d\28unsigned\20int\20const&\2c\20unsigned\20long\20const&\29\20const -1997:bool\20OT::OffsetTo>\2c\20OT::IntType\2c\20void\2c\20false>::sanitize<>\28hb_sanitize_context_t*\2c\20void\20const*\29\20const -1998:blit_trapezoid_row\28AdditiveBlitter*\2c\20int\2c\20int\2c\20int\2c\20int\2c\20int\2c\20int\2c\20int\2c\20unsigned\20char\2c\20unsigned\20char*\2c\20bool\29 -1999:afm_tokenize -2000:af_glyph_hints_reload -2001:_hb_glyph_info_set_unicode_props\28hb_glyph_info_t*\2c\20hb_buffer_t*\29 -2002:_hb_draw_funcs_set_middle\28hb_draw_funcs_t*\2c\20void*\2c\20void\20\28*\29\28void*\29\29 -2003:__wasm_setjmp -2004:__wasi_syscall_ret -2005:__syscall_ret -2006:__sin -2007:__cos -2008:\28anonymous\20namespace\29::valid_unit_divide\28float\2c\20float\2c\20float*\29 -2009:\28anonymous\20namespace\29::gather_lines_and_quads\28SkPath\20const&\2c\20SkMatrix\20const&\2c\20SkIRect\20const&\2c\20float\2c\20bool\2c\20skia_private::TArray*\2c\20skia_private::TArray*\2c\20skia_private::TArray*\2c\20skia_private::TArray*\2c\20skia_private::TArray*\29::$_1::operator\28\29\28SkSpan\29\20const -2010:\28anonymous\20namespace\29::draw_stencil_rect\28skgpu::ganesh::SurfaceDrawContext*\2c\20GrHardClip\20const&\2c\20GrUserStencilSettings\20const*\2c\20SkMatrix\20const&\2c\20SkRect\20const&\2c\20GrAA\29 -2011:\28anonymous\20namespace\29::can_reorder\28SkRect\20const&\2c\20SkRect\20const&\29 -2012:\28anonymous\20namespace\29::SkBlurImageFilter::~SkBlurImageFilter\28\29 -2013:\28anonymous\20namespace\29::FillRectOpImpl::Make\28GrRecordingContext*\2c\20GrPaint&&\2c\20GrAAType\2c\20DrawQuad*\2c\20GrUserStencilSettings\20const*\2c\20GrSimpleMeshDrawOpHelper::InputFlags\29 -2014:Skwasm::createRRect\28float\20const*\29 -2015:SkWriter32::writeSampling\28SkSamplingOptions\20const&\29 -2016:SkWriter32::writePad\28void\20const*\2c\20unsigned\20long\29 -2017:SkTextBlobRunIterator::next\28\29 -2018:SkTextBlobBuilder::make\28\29 -2019:SkTSect::addOne\28\29 -2020:SkTMultiMap::remove\28skgpu::ScratchKey\20const&\2c\20GrGpuResource\20const*\29 -2021:SkTLazy::set\28SkPath\20const&\29 -2022:SkTDArray::append\28\29 -2023:SkTDArray::append\28\29 -2024:SkSurfaces::RenderTarget\28GrRecordingContext*\2c\20skgpu::Budgeted\2c\20SkImageInfo\20const&\2c\20int\2c\20GrSurfaceOrigin\2c\20SkSurfaceProps\20const*\2c\20bool\2c\20bool\29 -2025:SkStrokeRec::isFillStyle\28\29\20const -2026:SkString::appendU32\28unsigned\20int\29 -2027:SkSpecialImages::MakeFromRaster\28SkIRect\20const&\2c\20SkBitmap\20const&\2c\20SkSurfaceProps\20const&\29 -2028:SkShaders::Blend\28SkBlendMode\2c\20sk_sp\2c\20sk_sp\29 -2029:SkShaderUtils::GLSLPrettyPrint::appendChar\28char\29 -2030:SkScopeExit::~SkScopeExit\28\29 -2031:SkScan::FillPath\28SkPath\20const&\2c\20SkRegion\20const&\2c\20SkBlitter*\29 -2032:SkSTArenaAlloc<1024ul>::SkSTArenaAlloc\28unsigned\20long\29 -2033:SkSL::is_scalar_op_matrix\28SkSL::Expression\20const&\2c\20SkSL::Expression\20const&\29 -2034:SkSL::evaluate_n_way_intrinsic\28SkSL::Context\20const&\2c\20SkSL::Expression\20const*\2c\20SkSL::Expression\20const*\2c\20SkSL::Expression\20const*\2c\20SkSL::Type\20const&\2c\20double\20\28*\29\28double\2c\20double\2c\20double\29\29 -2035:SkSL::\28anonymous\20namespace\29::ProgramUsageVisitor::visitType\28SkSL::Type\20const&\29 -2036:SkSL::Variable::initialValue\28\29\20const -2037:SkSL::Variable*\20SkSL::SymbolTable::takeOwnershipOfSymbol\28std::__2::unique_ptr>\29 -2038:SkSL::Type::canCoerceTo\28SkSL::Type\20const&\2c\20bool\29\20const -2039:SkSL::SymbolTable::takeOwnershipOfString\28std::__2::basic_string\2c\20std::__2::allocator>\29 -2040:SkSL::RP::pack_nybbles\28SkSpan\29 -2041:SkSL::RP::Generator::foldComparisonOp\28SkSL::Operator\2c\20int\29 -2042:SkSL::RP::Generator::emitTraceScope\28int\29 -2043:SkSL::RP::Generator::createStack\28\29 -2044:SkSL::RP::Builder::trace_var\28int\2c\20SkSL::RP::SlotRange\29 -2045:SkSL::RP::Builder::jump\28int\29 -2046:SkSL::RP::Builder::dot_floats\28int\29 -2047:SkSL::RP::Builder::branch_if_no_lanes_active\28int\29 -2048:SkSL::RP::AutoStack::~AutoStack\28\29 -2049:SkSL::RP::AutoStack::pushClone\28int\29 -2050:SkSL::Position::rangeThrough\28SkSL::Position\29\20const -2051:SkSL::PipelineStage::PipelineStageCodeGenerator::AutoOutputBuffer::~AutoOutputBuffer\28\29 -2052:SkSL::Parser::type\28SkSL::Modifiers*\29 -2053:SkSL::Parser::parseArrayDimensions\28SkSL::Position\2c\20SkSL::Type\20const**\29 -2054:SkSL::Parser::modifiers\28\29 -2055:SkSL::Parser::assignmentExpression\28\29 -2056:SkSL::Parser::arraySize\28long\20long*\29 -2057:SkSL::ModifierFlags::paddedDescription\28\29\20const -2058:SkSL::Literal::MakeBool\28SkSL::Context\20const&\2c\20SkSL::Position\2c\20bool\29 -2059:SkSL::Inliner::inlineExpression\28SkSL::Position\2c\20skia_private::THashMap>\2c\20SkGoodHash>*\2c\20SkSL::SymbolTable*\2c\20SkSL::Expression\20const&\29::$_2::operator\28\29\28SkSL::ExpressionArray\20const&\29\20const -2060:SkSL::IRHelpers::Swizzle\28std::__2::unique_ptr>\2c\20skia_private::FixedArray<4\2c\20signed\20char>\29\20const -2061:SkSL::GLSLCodeGenerator::writeTypePrecision\28SkSL::Type\20const&\29 -2062:SkSL::FunctionDeclaration::getMainCoordsParameter\28\29\20const -2063:SkSL::ExpressionArray::clone\28\29\20const -2064:SkSL::ConstantFolder::GetConstantValue\28SkSL::Expression\20const&\2c\20double*\29 -2065:SkSL::ConstantFolder::GetConstantInt\28SkSL::Expression\20const&\2c\20long\20long*\29 -2066:SkSL::Compiler::~Compiler\28\29 -2067:SkSL::Compiler::errorText\28bool\29 -2068:SkSL::Compiler::Compiler\28\29 -2069:SkSL::Analysis::IsTrivialExpression\28SkSL::Expression\20const&\29 -2070:SkRuntimeEffectPriv::TransformUniforms\28SkSpan\2c\20sk_sp\2c\20SkColorSpace\20const*\29 -2071:SkRuntimeEffectBuilder::~SkRuntimeEffectBuilder\28\29 -2072:SkRuntimeEffectBuilder::makeShader\28SkMatrix\20const*\29\20const -2073:SkRuntimeEffectBuilder::SkRuntimeEffectBuilder\28sk_sp\29 -2074:SkRuntimeEffectBuilder::BuilderChild&\20SkRuntimeEffectBuilder::BuilderChild::operator=\28sk_sp\29 -2075:SkRuntimeEffect::findChild\28std::__2::basic_string_view>\29\20const -2076:SkRegion::setPath\28SkPath\20const&\2c\20SkRegion\20const&\29 -2077:SkRegion::Iterator::Iterator\28SkRegion\20const&\29 -2078:SkReduceOrder::Quad\28SkPoint\20const*\2c\20SkPoint*\29 -2079:SkRect::sort\28\29 -2080:SkRect::joinPossiblyEmptyRect\28SkRect\20const&\29 -2081:SkRasterPipelineContexts::BinaryOpCtx*\20SkArenaAlloc::make\28SkRasterPipelineContexts::BinaryOpCtx\20const&\29 -2082:SkRasterPipelineBlitter::appendClipScale\28SkRasterPipeline*\29\20const -2083:SkRasterPipelineBlitter::appendClipLerp\28SkRasterPipeline*\29\20const -2084:SkRRect::setRectRadii\28SkRect\20const&\2c\20SkPoint\20const*\29 -2085:SkRRect::MakeRectXY\28SkRect\20const&\2c\20float\2c\20float\29 -2086:SkRGBA4f<\28SkAlphaType\293>::toSkColor\28\29\20const -2087:SkRGBA4f<\28SkAlphaType\292>::toBytes_RGBA\28\29\20const -2088:SkRGBA4f<\28SkAlphaType\292>::fitsInBytes\28\29\20const -2089:SkPointPriv::EqualsWithinTolerance\28SkPoint\20const&\2c\20SkPoint\20const&\2c\20float\29 -2090:SkPoint*\20SkRecordCanvas::copy\28SkPoint\20const*\2c\20unsigned\20long\29 -2091:SkPoint*\20SkArenaAlloc::allocUninitializedArray\28unsigned\20long\29 -2092:SkPixmap::reset\28\29 -2093:SkPixmap::computeByteSize\28\29\20const -2094:SkPictureRecord::addImage\28SkImage\20const*\29 -2095:SkPathRef::SkPathRef\28int\2c\20int\2c\20int\29 -2096:SkPathPriv::ComputeFirstDirection\28SkPath\20const&\29 -2097:SkPathEdgeIter::SkPathEdgeIter\28SkPath\20const&\29 -2098:SkPathBuilder::incReserve\28int\29 -2099:SkPathBuilder::addRect\28SkRect\20const&\2c\20SkPathDirection\29 -2100:SkPath::isLine\28SkPoint*\29\20const -2101:SkParsePath::ToSVGString\28SkPath\20const&\2c\20SkParsePath::PathEncoding\29::$_0::operator\28\29\28char\2c\20SkPoint\20const*\2c\20unsigned\20long\29\20const -2102:SkPaintPriv::ComputeLuminanceColor\28SkPaint\20const&\29 -2103:SkOpSpan::release\28SkOpPtT\20const*\29 -2104:SkOpContourBuilder::addCurve\28SkPath::Verb\2c\20SkPoint\20const*\2c\20float\29 -2105:SkMipmap::Build\28SkPixmap\20const&\2c\20SkDiscardableMemory*\20\28*\29\28unsigned\20long\29\2c\20bool\29 -2106:SkMeshSpecification::Varying::Varying\28SkMeshSpecification::Varying&&\29 -2107:SkMatrix::mapOrigin\28\29\20const -2108:SkMaskFilterBase::getFlattenableType\28\29\20const -2109:SkMaskFilter::MakeBlur\28SkBlurStyle\2c\20float\2c\20bool\29 -2110:SkMallocPixelRef::MakeAllocate\28SkImageInfo\20const&\2c\20unsigned\20long\29 -2111:SkJSONWriter::endArray\28\29 -2112:SkJSONWriter::beginValue\28bool\29 -2113:SkJSONWriter::beginArray\28char\20const*\2c\20bool\29 -2114:SkIntersections::insertNear\28double\2c\20double\2c\20SkDPoint\20const&\2c\20SkDPoint\20const&\29 -2115:SkImageShader::Make\28sk_sp\2c\20SkTileMode\2c\20SkTileMode\2c\20SkSamplingOptions\20const&\2c\20SkMatrix\20const*\2c\20bool\29 -2116:SkImageGenerator::onRefEncodedData\28\29 -2117:SkIRect::inset\28int\2c\20int\29 -2118:SkGradientBaseShader::flatten\28SkWriteBuffer&\29\20const -2119:SkFont::getMetrics\28SkFontMetrics*\29\20const -2120:SkFont::SkFont\28\29 -2121:SkFindQuadMaxCurvature\28SkPoint\20const*\29 -2122:SkFDot6Div\28int\2c\20int\29 -2123:SkEvalQuadAt\28SkPoint\20const*\2c\20float\29 -2124:SkEvalCubicAt\28SkPoint\20const*\2c\20float\2c\20SkPoint*\2c\20SkPoint*\2c\20SkPoint*\29 -2125:SkEdgeClipper::appendVLine\28float\2c\20float\2c\20float\2c\20bool\29 -2126:SkDynamicMemoryWStream::~SkDynamicMemoryWStream\28\29 -2127:SkDrawShadowMetrics::GetSpotParams\28float\2c\20float\2c\20float\2c\20float\2c\20float\2c\20float*\2c\20float*\2c\20SkPoint*\29 -2128:SkDevice::setGlobalCTM\28SkM44\20const&\29 -2129:SkDevice::onReadPixels\28SkPixmap\20const&\2c\20int\2c\20int\29 -2130:SkDevice::accessPixels\28SkPixmap*\29 -2131:SkDLine::exactPoint\28SkDPoint\20const&\29\20const -2132:SkDCubic::FindExtrema\28double\20const*\2c\20double*\29 -2133:SkConic::TransformW\28SkPoint\20const*\2c\20float\2c\20SkMatrix\20const&\29 -2134:SkColorSpace::MakeSRGBLinear\28\29 -2135:SkColorInfo::isOpaque\28\29\20const -2136:SkCanvas::getLocalClipBounds\28\29\20const -2137:SkCanvas::drawPicture\28SkPicture\20const*\2c\20SkMatrix\20const*\2c\20SkPaint\20const*\29 -2138:SkCanvas::drawIRect\28SkIRect\20const&\2c\20SkPaint\20const&\29 -2139:SkCanvas::concat\28SkM44\20const&\29 -2140:SkBulkGlyphMetrics::glyphs\28SkSpan\29 -2141:SkBlockAllocator::releaseBlock\28SkBlockAllocator::Block*\29 -2142:SkBlitter::blitMask\28SkMask\20const&\2c\20SkIRect\20const&\29 -2143:SkBlendMode_AppendStages\28SkBlendMode\2c\20SkRasterPipeline*\29 -2144:SkBitmap::tryAllocPixels\28SkBitmap::Allocator*\29 -2145:SkBinaryWriteBuffer::writeByteArray\28void\20const*\2c\20unsigned\20long\29 -2146:SkAutoPixmapStorage::SkAutoPixmapStorage\28\29 -2147:SkAutoDeviceTransformRestore::~SkAutoDeviceTransformRestore\28\29 -2148:SkAutoDeviceTransformRestore::SkAutoDeviceTransformRestore\28SkDevice*\2c\20SkM44\20const&\29 -2149:SkAutoCanvasRestore::SkAutoCanvasRestore\28SkCanvas*\2c\20bool\29 -2150:SkAutoBlitterChoose::SkAutoBlitterChoose\28SkDrawBase\20const&\2c\20SkMatrix\20const*\2c\20SkPaint\20const&\2c\20SkDrawCoverage\29 -2151:SkAAClipBlitter::~SkAAClipBlitter\28\29 -2152:SkAAClip::setRegion\28SkRegion\20const&\29::$_0::operator\28\29\28unsigned\20char\2c\20int\29\20const -2153:SkAAClip::findX\28unsigned\20char\20const*\2c\20int\2c\20int*\29\20const -2154:SkAAClip::findRow\28int\2c\20int*\29\20const -2155:SkAAClip::Builder::Blitter::~Blitter\28\29 -2156:SaveErrorCode -2157:RoughlyEqualUlps\28float\2c\20float\29 -2158:R.9996 -2159:PS_Conv_ToInt -2160:OT::hmtxvmtx::accelerator_t::get_leading_bearing_without_var_unscaled\28unsigned\20int\2c\20int*\29\20const -2161:OT::hb_ot_apply_context_t::replace_glyph\28unsigned\20int\29 -2162:OT::fvar::get_axes\28\29\20const -2163:OT::Layout::GPOS_impl::ValueFormat::sanitize_values_stride_unsafe\28hb_sanitize_context_t*\2c\20OT::Layout::GPOS_impl::ValueBase\20const*\2c\20OT::IntType\20const*\2c\20unsigned\20int\2c\20unsigned\20int\29\20const -2164:OT::DeltaSetIndexMap::map\28unsigned\20int\29\20const -2165:OT::CFFIndex>\20const&\20CFF::StructAtOffsetOrNull>>\28void\20const*\2c\20int\2c\20hb_sanitize_context_t&\29 -2166:OT::CFFIndex>::offset_at\28unsigned\20int\29\20const -2167:Normalize -2168:Ins_Goto_CodeRange -2169:GrTriangulator::setBottom\28GrTriangulator::Edge*\2c\20GrTriangulator::Vertex*\2c\20GrTriangulator::EdgeList*\2c\20GrTriangulator::Vertex**\2c\20GrTriangulator::Comparator\20const&\29\20const -2170:GrTriangulator::VertexList::append\28GrTriangulator::VertexList\20const&\29 -2171:GrTriangulator::Line::normalize\28\29 -2172:GrTriangulator::Edge::disconnect\28\29 -2173:GrThreadSafeCache::find\28skgpu::UniqueKey\20const&\29 -2174:GrThreadSafeCache::add\28skgpu::UniqueKey\20const&\2c\20GrSurfaceProxyView\20const&\29 -2175:GrTextureEffect::texture\28\29\20const -2176:GrSurfaceProxyView::Copy\28GrRecordingContext*\2c\20GrSurfaceProxyView\2c\20skgpu::Mipmapped\2c\20SkIRect\2c\20SkBackingFit\2c\20skgpu::Budgeted\2c\20std::__2::basic_string_view>\29 -2177:GrSurfaceProxyPriv::doLazyInstantiation\28GrResourceProvider*\29 -2178:GrSurface::~GrSurface\28\29 -2179:GrStyledShape::simplify\28\29 -2180:GrStyle::applies\28\29\20const -2181:GrSimpleMeshDrawOpHelperWithStencil::fixedFunctionFlags\28\29\20const -2182:GrSimpleMeshDrawOpHelper::finalizeProcessors\28GrCaps\20const&\2c\20GrAppliedClip\20const*\2c\20GrUserStencilSettings\20const*\2c\20GrClampType\2c\20GrProcessorAnalysisCoverage\2c\20GrProcessorAnalysisColor*\29 -2183:GrSimpleMeshDrawOpHelper::detachProcessorSet\28\29 -2184:GrSimpleMeshDrawOpHelper::CreateProgramInfo\28GrCaps\20const*\2c\20SkArenaAlloc*\2c\20GrPipeline\20const*\2c\20GrSurfaceProxyView\20const&\2c\20bool\2c\20GrGeometryProcessor*\2c\20GrPrimitiveType\2c\20GrXferBarrierFlags\2c\20GrLoadOp\2c\20GrUserStencilSettings\20const*\29 -2185:GrSimpleMesh::setIndexedPatterned\28sk_sp\2c\20int\2c\20int\2c\20int\2c\20sk_sp\2c\20int\2c\20int\29 -2186:GrShape::setRect\28SkRect\20const&\29 -2187:GrShape::GrShape\28GrShape\20const&\29 -2188:GrShaderVar::addModifier\28char\20const*\29 -2189:GrSWMaskHelper::~GrSWMaskHelper\28\29 -2190:GrResourceProvider::findOrMakeStaticBuffer\28GrGpuBufferType\2c\20unsigned\20long\2c\20void\20const*\2c\20skgpu::UniqueKey\20const&\29 -2191:GrResourceProvider::findOrMakeStaticBuffer\28GrGpuBufferType\2c\20unsigned\20long\2c\20skgpu::UniqueKey\20const&\2c\20void\20\28*\29\28skgpu::VertexWriter\2c\20unsigned\20long\29\29 -2192:GrRenderTask::addDependency\28GrDrawingManager*\2c\20GrSurfaceProxy*\2c\20skgpu::Mipmapped\2c\20GrTextureResolveManager\2c\20GrCaps\20const&\29 -2193:GrRecordingContextPriv::makeSFC\28GrImageInfo\2c\20std::__2::basic_string_view>\2c\20SkBackingFit\2c\20int\2c\20skgpu::Mipmapped\2c\20skgpu::Protected\2c\20GrSurfaceOrigin\2c\20skgpu::Budgeted\29 -2194:GrQuad::asRect\28SkRect*\29\20const -2195:GrProcessorSet::operator!=\28GrProcessorSet\20const&\29\20const -2196:GrPixmapBase::GrPixmapBase\28GrImageInfo\2c\20void\20const*\2c\20unsigned\20long\29 -2197:GrPipeline::getXferProcessor\28\29\20const -2198:GrNativeRect::asSkIRect\28\29\20const -2199:GrGpuResource::isPurgeable\28\29\20const -2200:GrGeometryProcessor::ProgramImpl::~ProgramImpl\28\29 -2201:GrGeometryProcessor::ProgramImpl::WriteOutputPosition\28GrGLSLVertexBuilder*\2c\20GrGLSLUniformHandler*\2c\20GrShaderCaps\20const&\2c\20GrGeometryProcessor::ProgramImpl::GrGPArgs*\2c\20char\20const*\2c\20SkMatrix\20const&\2c\20GrResourceHandle*\29 -2202:GrGLSLShaderBuilder::defineConstant\28char\20const*\2c\20float\29 -2203:GrGLSLShaderBuilder::addFeature\28unsigned\20int\2c\20char\20const*\29 -2204:GrGLSLProgramBuilder::nameVariable\28char\2c\20char\20const*\2c\20bool\29 -2205:GrGLSLColorSpaceXformHelper::setData\28GrGLSLProgramDataManager\20const&\2c\20GrColorSpaceXform\20const*\29 -2206:GrGLSLColorSpaceXformHelper::emitCode\28GrGLSLUniformHandler*\2c\20GrColorSpaceXform\20const*\2c\20unsigned\20int\29 -2207:GrGLGpu::flushColorWrite\28bool\29 -2208:GrGLGpu::bindTexture\28int\2c\20GrSamplerState\2c\20skgpu::Swizzle\20const&\2c\20GrGLTexture*\29 -2209:GrFragmentProcessors::Make\28SkShader\20const*\2c\20GrFPArgs\20const&\2c\20SkMatrix\20const&\29 -2210:GrFragmentProcessor::visitWithImpls\28std::__2::function\20const&\2c\20GrFragmentProcessor::ProgramImpl&\29\20const -2211:GrFragmentProcessor::visitProxies\28std::__2::function\20const&\29\20const -2212:GrFragmentProcessor::ColorMatrix\28std::__2::unique_ptr>\2c\20float\20const*\2c\20bool\2c\20bool\2c\20bool\29 -2213:GrDstProxyView::operator=\28GrDstProxyView\20const&\29 -2214:GrDrawingManager::closeActiveOpsTask\28\29 -2215:GrDrawingManager::appendTask\28sk_sp\29 -2216:GrColorSpaceXformEffect::Make\28std::__2::unique_ptr>\2c\20sk_sp\29 -2217:GrColorSpaceXform::XformKey\28GrColorSpaceXform\20const*\29 -2218:GrColorSpaceXform::Make\28GrColorInfo\20const&\2c\20GrColorInfo\20const&\29 -2219:GrColorInfo::GrColorInfo\28GrColorInfo\20const&\29 -2220:GrCaps::isFormatCompressed\28GrBackendFormat\20const&\29\20const -2221:GrBufferAllocPool::~GrBufferAllocPool\28\29 -2222:GrBufferAllocPool::putBack\28unsigned\20long\29 -2223:GrBlurUtils::convolve_gaussian\28GrRecordingContext*\2c\20GrSurfaceProxyView\2c\20GrColorType\2c\20SkAlphaType\2c\20SkIRect\2c\20SkIRect\2c\20GrBlurUtils::\28anonymous\20namespace\29::Direction\2c\20int\2c\20float\2c\20SkTileMode\2c\20sk_sp\2c\20SkBackingFit\29::$_1::operator\28\29\28SkIRect\29\20const -2224:GrAAConvexTessellator::lineTo\28SkPoint\20const&\2c\20GrAAConvexTessellator::CurveState\29 -2225:FwDCubicEvaluator::restart\28int\29 -2226:FT_Vector_Transform -2227:FT_Select_Charmap -2228:FT_Lookup_Renderer -2229:FT_Get_Module_Interface -2230:CFF::opset_t::process_op\28unsigned\20int\2c\20CFF::interp_env_t&\29 -2231:CFF::arg_stack_t::push_int\28int\29 -2232:BlockIndexIterator::Last\28SkBlockAllocator::Block\20const*\29\2c\20&SkTBlockList::First\28SkBlockAllocator::Block\20const*\29\2c\20&SkTBlockList::Decrement\28SkBlockAllocator::Block\20const*\2c\20int\29\2c\20&SkTBlockList::GetItem\28SkBlockAllocator::Block*\2c\20int\29>::Item::operator++\28\29 -2233:ActiveEdge::intersect\28SkPoint\20const&\2c\20SkPoint\20const&\2c\20unsigned\20short\2c\20unsigned\20short\29\20const -2234:AAT::hb_aat_apply_context_t::setup_buffer_glyph_set\28\29 -2235:AAT::hb_aat_apply_context_t::buffer_intersects_machine\28\29\20const -2236:AAT::SubtableGlyphCoverage::sanitize\28hb_sanitize_context_t*\2c\20unsigned\20int\29\20const -2237:2024 -2238:2025 -2239:2026 -2240:2027 -2241:2028 -2242:2029 -2243:2030 -2244:wmemchr -2245:void\20std::__2::unique_ptr>\2c\20SkSL::IntrinsicKind\2c\20SkGoodHash>::Pair\2c\20std::__2::basic_string_view>\2c\20skia_private::THashMap>\2c\20SkSL::IntrinsicKind\2c\20SkGoodHash>::Pair>::Slot\20\5b\5d\2c\20std::__2::default_delete>\2c\20SkSL::IntrinsicKind\2c\20SkGoodHash>::Pair\2c\20std::__2::basic_string_view>\2c\20skia_private::THashMap>\2c\20SkSL::IntrinsicKind\2c\20SkGoodHash>::Pair>::Slot\20\5b\5d>>::reset\5babi:ne180100\5d>\2c\20SkSL::IntrinsicKind\2c\20SkGoodHash>::Pair\2c\20std::__2::basic_string_view>\2c\20skia_private::THashMap>\2c\20SkSL::IntrinsicKind\2c\20SkGoodHash>::Pair>::Slot*\2c\200>\28skia_private::THashTable>\2c\20SkSL::IntrinsicKind\2c\20SkGoodHash>::Pair\2c\20std::__2::basic_string_view>\2c\20skia_private::THashMap>\2c\20SkSL::IntrinsicKind\2c\20SkGoodHash>::Pair>::Slot*\29 -2246:void\20std::__2::reverse\5babi:nn180100\5d\28unsigned\20int*\2c\20unsigned\20int*\29 -2247:void\20std::__2::__variant_detail::__assignment>::__generic_assign\5babi:ne180100\5d\2c\20\28std::__2::__variant_detail::_Trait\291>\20const&>\28std::__2::__variant_detail::__copy_assignment\2c\20\28std::__2::__variant_detail::_Trait\291>\20const&\29 -2248:void\20std::__2::__optional_storage_base::__assign_from\5babi:ne180100\5d>\28std::__2::__optional_move_assign_base&&\29 -2249:void\20hb_serialize_context_t::add_link\2c\20void\2c\20true>>\28OT::OffsetTo\2c\20void\2c\20true>&\2c\20unsigned\20int\2c\20hb_serialize_context_t::whence_t\2c\20unsigned\20int\29 -2250:void\20hb_sanitize_context_t::set_object\28AAT::KerxSubTable\20const*\29 -2251:void\20SkSafeUnref\28sktext::gpu::TextStrike*\29 -2252:void\20SkSafeUnref\28GrArenas*\29 -2253:void\20SkSL::RP::unpack_nybbles_to_offsets\28unsigned\20int\2c\20SkSpan\29 -2254:void\20AAT::Lookup::collect_glyphs\28hb_bit_set_t&\2c\20unsigned\20int\29\20const -2255:void\20AAT::ClassTable>::collect_glyphs\28hb_bit_set_t&\2c\20unsigned\20int\29\20const -2256:ubidi_setPara_skia -2257:ubidi_getCustomizedClass_skia -2258:tt_set_mm_blend -2259:tt_face_get_ps_name -2260:trinkle -2261:t1_builder_check_points -2262:subdivide\28SkConic\20const&\2c\20SkPoint*\2c\20int\29 -2263:std::__2::vector>\2c\20std::__2::allocator>>>::__swap_out_circular_buffer\28std::__2::__split_buffer>\2c\20std::__2::allocator>>&>&\29 -2264:std::__2::vector>\2c\20std::__2::allocator>>>::__clear\5babi:ne180100\5d\28\29 -2265:std::__2::vector>\2c\20std::__2::allocator>>>::~vector\5babi:ne180100\5d\28\29 -2266:std::__2::vector>::__recommend\5babi:ne180100\5d\28unsigned\20long\29\20const -2267:std::__2::vector>::__recommend\5babi:ne180100\5d\28unsigned\20long\29\20const -2268:std::__2::vector\2c\20std::__2::allocator>>::push_back\5babi:ne180100\5d\28sk_sp\20const&\29 -2269:std::__2::vector>::push_back\5babi:ne180100\5d\28float&&\29 -2270:std::__2::vector>::push_back\5babi:ne180100\5d\28char\20const*&&\29 -2271:std::__2::vector>::__move_assign\28std::__2::vector>&\2c\20std::__2::integral_constant\29 -2272:std::__2::vector>::__swap_out_circular_buffer\28std::__2::__split_buffer&>&\29 -2273:std::__2::unordered_map\2c\20std::__2::equal_to\2c\20std::__2::allocator>>::operator\5b\5d\28GrTriangulator::Vertex*\20const&\29 -2274:std::__2::unique_ptr\2c\20std::__2::allocator>\2c\20SkGoodHash>::Pair\2c\20SkSL::Variable\20const*\2c\20skia_private::THashMap\2c\20std::__2::allocator>\2c\20SkGoodHash>::Pair>::Slot\20\5b\5d\2c\20std::__2::default_delete\2c\20std::__2::allocator>\2c\20SkGoodHash>::Pair\2c\20SkSL::Variable\20const*\2c\20skia_private::THashMap\2c\20std::__2::allocator>\2c\20SkGoodHash>::Pair>::Slot\20\5b\5d>>::~unique_ptr\5babi:ne180100\5d\28\29 -2275:std::__2::unique_ptr::Pair\2c\20SkSL::SymbolTable::SymbolKey\2c\20skia_private::THashMap::Pair>::Slot\20\5b\5d\2c\20std::__2::default_delete::Pair\2c\20SkSL::SymbolTable::SymbolKey\2c\20skia_private::THashMap::Pair>::Slot\20\5b\5d>>::~unique_ptr\5babi:ne180100\5d\28\29 -2276:std::__2::unique_ptr::Traits>::Slot\20\5b\5d\2c\20std::__2::default_delete::Traits>::Slot\20\5b\5d>>::~unique_ptr\5babi:ne180100\5d\28\29 -2277:std::__2::unique_ptr::AdaptedTraits>::Slot\20\5b\5d\2c\20std::__2::default_delete::AdaptedTraits>::Slot\20\5b\5d>>::~unique_ptr\5babi:ne180100\5d\28\29 -2278:std::__2::unique_ptr>::reset\5babi:ne180100\5d\28skgpu::ganesh::SurfaceDrawContext*\29 -2279:std::__2::unique_ptr>::~unique_ptr\5babi:ne180100\5d\28\29 -2280:std::__2::unique_ptr>::reset\5babi:ne180100\5d\28skgpu::ganesh::PathRendererChain*\29 -2281:std::__2::unique_ptr\20\5b\5d\2c\20std::__2::default_delete\20\5b\5d>>::~unique_ptr\5babi:ne180100\5d\28\29 -2282:std::__2::unique_ptr>::reset\5babi:ne180100\5d\28hb_face_t*\29 -2283:std::__2::unique_ptr::release\5babi:nn180100\5d\28\29 -2284:std::__2::unique_ptr>::~unique_ptr\5babi:ne180100\5d\28\29 -2285:std::__2::unique_ptr>::~unique_ptr\5babi:ne180100\5d\28\29 -2286:std::__2::unique_ptr>::~unique_ptr\5babi:ne180100\5d\28\29 -2287:std::__2::unique_ptr>::~unique_ptr\5babi:ne180100\5d\28\29 -2288:std::__2::unique_ptr>::~unique_ptr\5babi:ne180100\5d\28\29 -2289:std::__2::unique_ptr>::~unique_ptr\5babi:ne180100\5d\28\29 -2290:std::__2::moneypunct::do_decimal_point\28\29\20const -2291:std::__2::moneypunct::pos_format\5babi:nn180100\5d\28\29\20const -2292:std::__2::moneypunct::do_decimal_point\28\29\20const -2293:std::__2::locale::locale\28std::__2::locale\20const&\29 -2294:std::__2::locale::classic\28\29 -2295:std::__2::istreambuf_iterator>::istreambuf_iterator\5babi:nn180100\5d\28std::__2::basic_istream>&\29 -2296:std::__2::function::operator\28\29\28unsigned\20long\2c\20unsigned\20long\2c\20unsigned\20long\2c\20unsigned\20long\29\20const -2297:std::__2::function::operator\28\29\28int\2c\20skia::textlayout::Paragraph::VisitorInfo\20const*\29\20const -2298:std::__2::enable_if::value\20&&\20is_move_assignable::value\2c\20void>::type\20std::__2::swap\5babi:nn180100\5d\28unsigned\20int&\2c\20unsigned\20int&\29 -2299:std::__2::deque>::pop_front\28\29 -2300:std::__2::deque>::begin\5babi:ne180100\5d\28\29 -2301:std::__2::ctype::toupper\5babi:nn180100\5d\28char\29\20const -2302:std::__2::chrono::duration>::duration\5babi:nn180100\5d\28long\20long\20const&\29 -2303:std::__2::basic_string_view>::find\5babi:ne180100\5d\28char\2c\20unsigned\20long\29\20const -2304:std::__2::basic_string\2c\20std::__2::allocator>\20const*\20std::__2::__scan_keyword\5babi:nn180100\5d>\2c\20std::__2::basic_string\2c\20std::__2::allocator>\20const*\2c\20std::__2::ctype>\28std::__2::istreambuf_iterator>&\2c\20std::__2::istreambuf_iterator>\2c\20std::__2::basic_string\2c\20std::__2::allocator>\20const*\2c\20std::__2::basic_string\2c\20std::__2::allocator>\20const*\2c\20std::__2::ctype\20const&\2c\20unsigned\20int&\2c\20bool\29 -2305:std::__2::basic_string\2c\20std::__2::allocator>::operator\5b\5d\5babi:nn180100\5d\28unsigned\20long\29\20const -2306:std::__2::basic_string\2c\20std::__2::allocator>::__fits_in_sso\5babi:nn180100\5d\28unsigned\20long\29 -2307:std::__2::basic_string\2c\20std::__2::allocator>\20const*\20std::__2::__scan_keyword\5babi:nn180100\5d>\2c\20std::__2::basic_string\2c\20std::__2::allocator>\20const*\2c\20std::__2::ctype>\28std::__2::istreambuf_iterator>&\2c\20std::__2::istreambuf_iterator>\2c\20std::__2::basic_string\2c\20std::__2::allocator>\20const*\2c\20std::__2::basic_string\2c\20std::__2::allocator>\20const*\2c\20std::__2::ctype\20const&\2c\20unsigned\20int&\2c\20bool\29 -2308:std::__2::basic_string\2c\20std::__2::allocator>::pop_back\5babi:ne180100\5d\28\29 -2309:std::__2::basic_string\2c\20std::__2::allocator>::operator=\28std::__2::basic_string\2c\20std::__2::allocator>\20const&\29 -2310:std::__2::basic_string\2c\20std::__2::allocator>::__get_short_size\5babi:nn180100\5d\28\29\20const -2311:std::__2::basic_string\2c\20std::__2::allocator>::__assign_external\28char\20const*\2c\20unsigned\20long\29 -2312:std::__2::basic_string\2c\20std::__2::allocator>::__throw_length_error\5babi:ne180100\5d\28\29\20const -2313:std::__2::basic_streambuf>::__pbump\5babi:nn180100\5d\28long\29 -2314:std::__2::basic_ostream>::sentry::operator\20bool\5babi:nn180100\5d\28\29\20const -2315:std::__2::basic_iostream>::~basic_iostream\28\29 -2316:std::__2::__unique_if::__unique_single\20std::__2::make_unique\5babi:ne180100\5d>>\28SkSL::Position&\2c\20SkSL::OperatorKind&&\2c\20std::__2::unique_ptr>&&\29 -2317:std::__2::__tuple_impl\2c\20sk_sp\2c\20sk_sp>::~__tuple_impl\28\29 -2318:std::__2::__tuple_impl\2c\20GrFragmentProcessor\20const*\2c\20GrGeometryProcessor::ProgramImpl::TransformInfo>::__tuple_impl\28std::__2::__tuple_impl\2c\20GrFragmentProcessor\20const*\2c\20GrGeometryProcessor::ProgramImpl::TransformInfo>&&\29 -2319:std::__2::__tree\2c\20std::__2::__map_value_compare\2c\20std::__2::less\2c\20true>\2c\20std::__2::allocator>>::~__tree\28\29 -2320:std::__2::__throw_bad_variant_access\5babi:ne180100\5d\28\29 -2321:std::__2::__split_buffer>\2c\20std::__2::allocator>>&>::~__split_buffer\28\29 -2322:std::__2::__split_buffer>::push_front\28skia::textlayout::OneLineShaper::RunBlock*&&\29 -2323:std::__2::__split_buffer>::push_back\5babi:ne180100\5d\28skia::textlayout::OneLineShaper::RunBlock*\20const&\29 -2324:std::__2::__split_buffer&>::__split_buffer\28unsigned\20long\2c\20unsigned\20long\2c\20std::__2::allocator&\29 -2325:std::__2::__split_buffer\2c\20std::__2::allocator>&>::~__split_buffer\28\29 -2326:std::__2::__split_buffer\2c\20std::__2::allocator>&>::__split_buffer\28unsigned\20long\2c\20unsigned\20long\2c\20std::__2::allocator>&\29 -2327:std::__2::__shared_count::__release_shared\5babi:nn180100\5d\28\29 -2328:std::__2::__optional_destruct_base::~__optional_destruct_base\5babi:ne180100\5d\28\29 -2329:std::__2::__optional_destruct_base::reset\5babi:ne180100\5d\28\29 -2330:std::__2::__num_put_base::__format_int\28char*\2c\20char\20const*\2c\20bool\2c\20unsigned\20int\29 -2331:std::__2::__num_put_base::__format_float\28char*\2c\20char\20const*\2c\20unsigned\20int\29 -2332:std::__2::__itoa::__append8\5babi:nn180100\5d\28char*\2c\20unsigned\20int\29 -2333:std::__2::__function::__value_func::operator\28\29\5babi:ne180100\5d\28\29\20const -2334:std::__2::__function::__value_func::operator\28\29\5babi:ne180100\5d\28SkSL::Variable\20const&\29\20const -2335:skvx::Vec<8\2c\20unsigned\20short>\20skvx::operator+<8\2c\20unsigned\20short\2c\20unsigned\20short\2c\20void>\28skvx::Vec<8\2c\20unsigned\20short>\20const&\2c\20unsigned\20short\29 -2336:skvx::Vec<4\2c\20unsigned\20short>\20skvx::operator&<4\2c\20unsigned\20short>\28skvx::Vec<4\2c\20unsigned\20short>\20const&\2c\20skvx::Vec<4\2c\20unsigned\20short>\20const&\29 -2337:skvx::Vec<4\2c\20skvx::Mask::type>\20skvx::operator>=<4\2c\20float\2c\20float\2c\20void>\28skvx::Vec<4\2c\20float>\20const&\2c\20float\29 -2338:skvx::Vec<4\2c\20float>\20skvx::operator*<4\2c\20float\2c\20double\2c\20void>\28skvx::Vec<4\2c\20float>\20const&\2c\20double\29 -2339:skvx::Vec<2\2c\20unsigned\20char>\20skvx::cast\28skvx::Vec<2\2c\20float>\20const&\29 -2340:sktext::gpu::SubRun::~SubRun\28\29 -2341:sktext::gpu::GlyphVector::~GlyphVector\28\29 -2342:sktext::SkStrikePromise::strike\28\29 -2343:skif::\28anonymous\20namespace\29::draw_tiled_border\28SkCanvas*\2c\20SkTileMode\2c\20SkPaint\20const&\2c\20skif::LayerSpace\20const&\2c\20skif::LayerSpace\2c\20skif::LayerSpace\29::$_1::operator\28\29\28SkPoint\20const&\2c\20SkPoint\20const&\29\20const -2344:skif::\28anonymous\20namespace\29::GaneshBackend::~GaneshBackend\28\29 -2345:skif::LayerSpace\20skif::Mapping::paramToLayer\28skif::ParameterSpace\20const&\29\20const -2346:skif::LayerSpace::postConcat\28skif::LayerSpace\20const&\29 -2347:skif::LayerSpace\20skif::Mapping::deviceToLayer\28skif::DeviceSpace\20const&\29\20const -2348:skif::FilterResult::subset\28skif::LayerSpace\20const&\2c\20skif::LayerSpace\20const&\2c\20bool\29\20const -2349:skif::FilterResult::getAnalyzedShaderView\28skif::Context\20const&\2c\20SkSamplingOptions\20const&\2c\20SkEnumBitMask\29\20const -2350:skif::FilterResult::applyTransform\28skif::Context\20const&\2c\20skif::LayerSpace\20const&\2c\20SkSamplingOptions\20const&\29\20const -2351:skif::FilterResult::applyCrop\28skif::Context\20const&\2c\20skif::LayerSpace\20const&\2c\20SkTileMode\29\20const -2352:skif::FilterResult::analyzeBounds\28SkMatrix\20const&\2c\20SkIRect\20const&\2c\20skif::FilterResult::BoundsScope\29\20const -2353:skif::FilterResult::Builder::add\28skif::FilterResult\20const&\2c\20std::__2::optional>\2c\20SkEnumBitMask\2c\20SkSamplingOptions\20const&\29 -2354:skia_private::THashTable::Pair\2c\20unsigned\20int\2c\20skia_private::THashMap::Pair>::uncheckedSet\28skia_private::THashMap::Pair&&\29 -2355:skia_private::THashTable::Pair\2c\20unsigned\20int\2c\20skia_private::THashMap::Pair>::uncheckedSet\28skia_private::THashMap::Pair&&\29 -2356:skia_private::THashTable>\2c\20SkSL::IntrinsicKind\2c\20SkGoodHash>::Pair\2c\20std::__2::basic_string_view>\2c\20skia_private::THashMap>\2c\20SkSL::IntrinsicKind\2c\20SkGoodHash>::Pair>::uncheckedSet\28skia_private::THashMap>\2c\20SkSL::IntrinsicKind\2c\20SkGoodHash>::Pair&&\29 -2357:skia_private::THashTable::Pair\2c\20char\20const*\2c\20skia_private::THashMap::Pair>::uncheckedSet\28skia_private::THashMap::Pair&&\29 -2358:skia_private::THashTable\2c\20std::__2::allocator>\2c\20SkGoodHash>::Pair\2c\20SkSL::Variable\20const*\2c\20skia_private::THashMap\2c\20std::__2::allocator>\2c\20SkGoodHash>::Pair>::uncheckedSet\28skia_private::THashMap\2c\20std::__2::allocator>\2c\20SkGoodHash>::Pair&&\29 -2359:skia_private::THashTable::Pair\2c\20SkSL::Analysis::SpecializedCallKey\2c\20skia_private::THashMap::Pair>::Hash\28SkSL::Analysis::SpecializedCallKey\20const&\29 -2360:skia_private::THashTable::Traits>::uncheckedSet\28long\20long&&\29 -2361:skia_private::THashTable::Traits>::uncheckedSet\28int&&\29 -2362:skia_private::THashTable::Entry*\2c\20unsigned\20int\2c\20SkLRUCache::Traits>::resize\28int\29 -2363:skia_private::THashTable::Entry*\2c\20unsigned\20int\2c\20SkLRUCache::Traits>::find\28unsigned\20int\20const&\29\20const -2364:skia_private::THashMap::find\28unsigned\20int\20const&\29\20const -2365:skia_private::THashMap::operator\5b\5d\28SkSL::Variable\20const*\20const&\29 -2366:skia_private::TArray::operator=\28skia_private::TArray\20const&\29 -2367:skia_private::TArray::installDataAndUpdateCapacity\28SkSpan\29 -2368:skia_private::TArray>\2c\20true>::destroyAll\28\29 -2369:skia_private::TArray>\2c\20true>::push_back\28std::__2::unique_ptr>&&\29 -2370:skia_private::TArray::preallocateNewData\28int\2c\20double\29 -2371:skia_private::TArray::installDataAndUpdateCapacity\28SkSpan\29 -2372:skia_private::TArray::~TArray\28\29 -2373:skia_private::TArray::preallocateNewData\28int\2c\20double\29 -2374:skia_private::TArray::~TArray\28\29 -2375:skia_private::TArray\2c\20true>::~TArray\28\29 -2376:skia_private::TArray::push_back_n\28int\2c\20int\20const&\29 -2377:skia_private::TArray::reserve_exact\28int\29 -2378:skia_private::TArray::operator=\28skia_private::TArray\20const&\29 -2379:skia_private::TArray<\28anonymous\20namespace\29::MeshOp::Mesh\2c\20true>::preallocateNewData\28int\2c\20double\29 -2380:skia_private::TArray<\28anonymous\20namespace\29::MeshOp::Mesh\2c\20true>::installDataAndUpdateCapacity\28SkSpan\29 -2381:skia_private::TArray::clear\28\29 -2382:skia_private::TArray::operator=\28skia_private::TArray&&\29 -2383:skia_private::TArray::operator=\28skia_private::TArray\20const&\29 -2384:skia_private::TArray::preallocateNewData\28int\2c\20double\29 -2385:skia_private::TArray::preallocateNewData\28int\2c\20double\29 -2386:skia_private::TArray::push_back\28GrRenderTask*&&\29 -2387:skia_private::TArray::installDataAndUpdateCapacity\28SkSpan\29 -2388:skia_private::AutoSTMalloc<4ul\2c\20SkFontArguments::Palette::Override\2c\20void>::AutoSTMalloc\28unsigned\20long\29 -2389:skia_private::AutoSTArray<24\2c\20unsigned\20int>::reset\28int\29 -2390:skia_png_zstream_error -2391:skia_png_read_data -2392:skia_png_get_int_32 -2393:skia_png_chunk_unknown_handling -2394:skia_png_calloc -2395:skia::textlayout::TextWrapper::getClustersTrimmedWidth\28\29 -2396:skia::textlayout::TextWrapper::TextStretch::startFrom\28skia::textlayout::Cluster*\2c\20unsigned\20long\29 -2397:skia::textlayout::TextWrapper::TextStretch::extend\28skia::textlayout::Cluster*\29 -2398:skia::textlayout::TextLine::measureTextInsideOneRun\28skia::textlayout::SkRange\2c\20skia::textlayout::Run\20const*\2c\20float\2c\20float\2c\20bool\2c\20skia::textlayout::TextLine::TextAdjustment\29\20const -2399:skia::textlayout::TextLine::isLastLine\28\29\20const -2400:skia::textlayout::Run::Run\28skia::textlayout::Run\20const&\29 -2401:skia::textlayout::ParagraphImpl::getLineNumberAt\28unsigned\20long\29\20const -2402:skia::textlayout::ParagraphImpl::findPreviousGraphemeBoundary\28unsigned\20long\29\20const -2403:skia::textlayout::ParagraphCacheKey::~ParagraphCacheKey\28\29 -2404:skia::textlayout::ParagraphBuilderImpl::startStyledBlock\28\29 -2405:skia::textlayout::OneLineShaper::RunBlock&\20std::__2::vector>::emplace_back\28skia::textlayout::OneLineShaper::RunBlock&\29 -2406:skia::textlayout::OneLineShaper::FontKey::FontKey\28skia::textlayout::OneLineShaper::FontKey&&\29 -2407:skia::textlayout::InternalLineMetrics::updateLineMetrics\28skia::textlayout::InternalLineMetrics&\29 -2408:skia::textlayout::InternalLineMetrics::runTop\28skia::textlayout::Run\20const*\2c\20skia::textlayout::LineMetricStyle\29\20const -2409:skia::textlayout::FontCollection::getFontManagerOrder\28\29\20const -2410:skia::textlayout::Decorations::calculateGaps\28skia::textlayout::TextLine::ClipContext\20const&\2c\20SkRect\20const&\2c\20float\2c\20float\29 -2411:skia::textlayout::Cluster::runOrNull\28\29\20const -2412:skgpu::tess::PatchStride\28skgpu::tess::PatchAttribs\29 -2413:skgpu::tess::MiddleOutPolygonTriangulator::MiddleOutPolygonTriangulator\28int\2c\20SkPoint\29 -2414:skgpu::ganesh::\28anonymous\20namespace\29::AAConvexPathOp::fixedFunctionFlags\28\29\20const -2415:skgpu::ganesh::SurfaceFillContext::~SurfaceFillContext\28\29 -2416:skgpu::ganesh::SurfaceFillContext::replaceOpsTask\28\29 -2417:skgpu::ganesh::SurfaceDrawContext::fillQuadWithEdgeAA\28GrClip\20const*\2c\20GrPaint&&\2c\20GrQuadAAFlags\2c\20SkMatrix\20const&\2c\20SkPoint\20const*\2c\20SkPoint\20const*\29 -2418:skgpu::ganesh::SurfaceDrawContext::fillPixelsWithLocalMatrix\28GrClip\20const*\2c\20GrPaint&&\2c\20SkIRect\20const&\2c\20SkMatrix\20const&\29 -2419:skgpu::ganesh::SurfaceDrawContext::drawPaint\28GrClip\20const*\2c\20GrPaint&&\2c\20SkMatrix\20const&\29 -2420:skgpu::ganesh::SurfaceDrawContext::MakeWithFallback\28GrRecordingContext*\2c\20GrColorType\2c\20sk_sp\2c\20SkBackingFit\2c\20SkISize\2c\20SkSurfaceProps\20const&\2c\20int\2c\20skgpu::Mipmapped\2c\20skgpu::Protected\2c\20GrSurfaceOrigin\2c\20skgpu::Budgeted\29 -2421:skgpu::ganesh::SurfaceContext::~SurfaceContext\28\29 -2422:skgpu::ganesh::SurfaceContext::transferPixels\28GrColorType\2c\20SkIRect\20const&\29::$_0::$_0\28$_0&&\29 -2423:skgpu::ganesh::SurfaceContext::PixelTransferResult::operator=\28skgpu::ganesh::SurfaceContext::PixelTransferResult&&\29 -2424:skgpu::ganesh::SupportedTextureFormats\28GrImageContext\20const&\29::$_0::operator\28\29\28SkYUVAPixmapInfo::DataType\2c\20int\29\20const -2425:skgpu::ganesh::SmallPathAtlasMgr::~SmallPathAtlasMgr\28\29 -2426:skgpu::ganesh::QuadPerEdgeAA::VertexSpec::coverageMode\28\29\20const -2427:skgpu::ganesh::PathInnerTriangulateOp::pushFanFillProgram\28GrTessellationShader::ProgramArgs\20const&\2c\20GrUserStencilSettings\20const*\29 -2428:skgpu::ganesh::OpsTask::deleteOps\28\29 -2429:skgpu::ganesh::OpsTask::OpChain::List::operator=\28skgpu::ganesh::OpsTask::OpChain::List&&\29 -2430:skgpu::ganesh::Device::drawEdgeAAImageSet\28SkCanvas::ImageSetEntry\20const*\2c\20int\2c\20SkPoint\20const*\2c\20SkMatrix\20const*\2c\20SkSamplingOptions\20const&\2c\20SkPaint\20const&\2c\20SkCanvas::SrcRectConstraint\29::$_0::operator\28\29\28int\29\20const -2431:skgpu::ganesh::ClipStack::clipRect\28SkMatrix\20const&\2c\20SkRect\20const&\2c\20GrAA\2c\20SkClipOp\29 -2432:skgpu::TClientMappedBufferManager::BufferFinishedMessage::BufferFinishedMessage\28skgpu::TClientMappedBufferManager::BufferFinishedMessage&&\29 -2433:skgpu::Swizzle::Concat\28skgpu::Swizzle\20const&\2c\20skgpu::Swizzle\20const&\29 -2434:skgpu::Swizzle::CToI\28char\29 -2435:skcpu::Recorder::TODO\28\29 -2436:sk_sp::reset\28SkMipmap*\29 -2437:sk_sp::~sk_sp\28\29 -2438:sk_sp::reset\28SkColorSpace*\29 -2439:sk_sp::~sk_sp\28\29 -2440:sk_sp::~sk_sp\28\29 -2441:skData_getSize -2442:shr -2443:shl -2444:sect_with_horizontal\28SkPoint\20const*\2c\20float\29 -2445:roughly_between\28double\2c\20double\2c\20double\29 -2446:pt_to_line\28SkPoint\20const&\2c\20SkPoint\20const&\2c\20SkPoint\20const&\29 -2447:psh_calc_max_height -2448:ps_mask_set_bit -2449:ps_dimension_set_mask_bits -2450:ps_builder_check_points -2451:ps_builder_add_point -2452:png_colorspace_endpoints_match -2453:path_is_trivial\28SkPath\20const&\29::Trivializer::addTrivialContourPoint\28SkPoint\20const&\29 -2454:output_char\28hb_buffer_t*\2c\20unsigned\20int\2c\20unsigned\20int\29 -2455:operator!=\28SkRect\20const&\2c\20SkRect\20const&\29 -2456:nearly_equal\28double\2c\20double\29 -2457:mbrtowc -2458:mask_gamma_cache_mutex\28\29 -2459:map_rect_perspective\28SkRect\20const&\2c\20float\20const*\29::$_0::operator\28\29\28skvx::Vec<4\2c\20float>\20const&\2c\20skvx::Vec<4\2c\20float>\20const&\2c\20skvx::Vec<4\2c\20float>\20const&\29\20const -2460:is_smooth_enough\28SkAnalyticEdge*\2c\20SkAnalyticEdge*\2c\20int\29 -2461:is_ICC_signature_char -2462:interpolate_local\28float\2c\20int\2c\20int\2c\20int\2c\20int\2c\20float*\2c\20float*\2c\20float*\29 -2463:int\20_hb_cmp_method>\28void\20const*\2c\20void\20const*\29 -2464:ilogbf -2465:hb_vector_t\2c\20false>::fini\28\29 -2466:hb_unicode_funcs_t::compose\28unsigned\20int\2c\20unsigned\20int\2c\20unsigned\20int*\29 -2467:hb_syllabic_insert_dotted_circles\28hb_font_t*\2c\20hb_buffer_t*\2c\20unsigned\20int\2c\20unsigned\20int\2c\20int\2c\20int\29 -2468:hb_shape_full -2469:hb_serialize_context_t::~hb_serialize_context_t\28\29 -2470:hb_serialize_context_t::hb_serialize_context_t\28void*\2c\20unsigned\20int\29 -2471:hb_serialize_context_t::end_serialize\28\29 -2472:hb_paint_funcs_t::push_scale\28void*\2c\20float\2c\20float\29 -2473:hb_paint_funcs_t::push_font_transform\28void*\2c\20hb_font_t\20const*\29 -2474:hb_paint_funcs_t::push_clip_rectangle\28void*\2c\20float\2c\20float\2c\20float\2c\20float\29 -2475:hb_paint_extents_context_t::paint\28\29 -2476:hb_ot_map_builder_t::disable_feature\28unsigned\20int\29 -2477:hb_map_iter_t\2c\20OT::IntType\2c\20void\2c\20true>\20const>\2c\20hb_partial_t<2u\2c\20$_10\20const*\2c\20OT::ChainRuleSet\20const*>\2c\20\28hb_function_sortedness_t\290\2c\20\28void*\290>::__item__\28\29\20const -2478:hb_lazy_loader_t\2c\20hb_face_t\2c\2012u\2c\20OT::vmtx_accelerator_t>::get_stored\28\29\20const -2479:hb_lazy_loader_t\2c\20hb_face_t\2c\2038u\2c\20OT::sbix_accelerator_t>::do_destroy\28OT::sbix_accelerator_t*\29 -2480:hb_lazy_loader_t\2c\20hb_face_t\2c\2023u\2c\20OT::kern_accelerator_t>::get_stored\28\29\20const -2481:hb_lazy_loader_t\2c\20hb_face_t\2c\205u\2c\20OT::hmtx_accelerator_t>::do_destroy\28OT::hmtx_accelerator_t*\29 -2482:hb_lazy_loader_t\2c\20hb_face_t\2c\2016u\2c\20OT::cff1_accelerator_t>::get_stored\28\29\20const -2483:hb_lazy_loader_t\2c\20hb_face_t\2c\2025u\2c\20OT::GSUB_accelerator_t>::do_destroy\28OT::GSUB_accelerator_t*\29 -2484:hb_lazy_loader_t\2c\20hb_face_t\2c\2026u\2c\20OT::GPOS_accelerator_t>::get_stored\28\29\20const -2485:hb_lazy_loader_t\2c\20hb_face_t\2c\2028u\2c\20AAT::morx_accelerator_t>::do_destroy\28AAT::morx_accelerator_t*\29 -2486:hb_lazy_loader_t\2c\20hb_face_t\2c\2030u\2c\20AAT::kerx_accelerator_t>::do_destroy\28AAT::kerx_accelerator_t*\29 -2487:hb_lazy_loader_t\2c\20hb_face_t\2c\2034u\2c\20hb_blob_t>::get\28\29\20const -2488:hb_language_from_string -2489:hb_iter_t\2c\20hb_array_t>\2c\20$_8\20const&\2c\20\28hb_function_sortedness_t\291\2c\20\28void*\290>\2c\20OT::HBGlyphID16&>::operator*\28\29 -2490:hb_hashmap_t::alloc\28unsigned\20int\29 -2491:hb_font_t::parent_scale_position\28int*\2c\20int*\29 -2492:hb_font_t::get_h_extents_with_fallback\28hb_font_extents_t*\29 -2493:hb_font_t::changed\28\29 -2494:hb_decycler_node_t::~hb_decycler_node_t\28\29 -2495:hb_buffer_t::copy_glyph\28\29 -2496:hb_buffer_t::clear_positions\28\29 -2497:hb_blob_create_sub_blob -2498:hb_blob_create -2499:hb_bit_set_t::~hb_bit_set_t\28\29 -2500:hb_bit_set_t::union_\28hb_bit_set_t\20const&\29 -2501:hb_bit_set_t::resize\28unsigned\20int\2c\20bool\2c\20bool\29 -2502:get_cache\28\29 -2503:ftell -2504:ft_var_readpackedpoints -2505:ft_glyphslot_free_bitmap -2506:float\20const*\20std::__2::min_element\5babi:ne180100\5d>\28float\20const*\2c\20float\20const*\2c\20std::__2::__less\29 -2507:float\20const*\20std::__2::max_element\5babi:ne180100\5d>\28float\20const*\2c\20float\20const*\2c\20std::__2::__less\29 -2508:filter_to_gl_mag_filter\28SkFilterMode\29 -2509:fflush -2510:extract_mask_subset\28SkMask\20const&\2c\20SkIRect\2c\20int\2c\20int\29 -2511:exp -2512:equal_ulps\28float\2c\20float\2c\20int\2c\20int\29 -2513:dispose_chunk -2514:direct_blur_y\28void\20\28*\29\28unsigned\20char*\2c\20unsigned\20char\20const*\2c\20int\29\2c\20int\2c\20int\2c\20unsigned\20short*\2c\20unsigned\20char\20const*\2c\20unsigned\20long\2c\20int\2c\20int\2c\20unsigned\20char*\2c\20unsigned\20long\29 -2515:derivative_at_t\28double\20const*\2c\20double\29 -2516:cubic_delta_from_line\28int\2c\20int\2c\20int\2c\20int\29 -2517:crop_rect_edge\28SkRect\20const&\2c\20int\2c\20int\2c\20int\2c\20int\2c\20float*\2c\20float*\2c\20float*\2c\20float*\2c\20float*\29 -2518:cleanup_program\28GrGLGpu*\2c\20unsigned\20int*\2c\20unsigned\20int*\2c\20unsigned\20int*\29 -2519:clean_paint_for_drawVertices\28SkPaint\29 -2520:clean_paint_for_drawImage\28SkPaint\20const*\29 -2521:check_edge_against_rect\28SkPoint\20const&\2c\20SkPoint\20const&\2c\20SkRect\20const&\2c\20SkPathFirstDirection\29 -2522:checkOnCurve\28float\2c\20float\2c\20SkPoint\20const&\2c\20SkPoint\20const&\29 -2523:char*\20sktext::gpu::BagOfBytes::allocateBytesFor\28int\29::'lambda'\28\29::operator\28\29\28\29\20const -2524:cff_strcpy -2525:cff_size_get_globals_funcs -2526:cff_index_forget_element -2527:cf2_stack_setReal -2528:cf2_hint_init -2529:cf2_doStems -2530:cf2_doFlex -2531:calculate_path_gap\28float\2c\20float\2c\20SkPath\20const&\29::$_4::operator\28\29\28float\29\20const -2532:buffer_verify_error\28hb_buffer_t*\2c\20hb_font_t*\2c\20char\20const*\2c\20...\29 -2533:bool\20hb_array_t::sanitize\28hb_sanitize_context_t*\29\20const -2534:bool\20OT::would_match_input>\28OT::hb_would_apply_context_t*\2c\20unsigned\20int\2c\20OT::IntType\20const*\2c\20bool\20\28*\29\28hb_glyph_info_t&\2c\20unsigned\20int\2c\20void\20const*\29\2c\20void\20const*\29 -2535:bool\20OT::match_input>\28OT::hb_ot_apply_context_t*\2c\20unsigned\20int\2c\20OT::IntType\20const*\2c\20bool\20\28*\29\28hb_glyph_info_t&\2c\20unsigned\20int\2c\20void\20const*\29\2c\20void\20const*\2c\20unsigned\20int*\2c\20unsigned\20int*\2c\20unsigned\20int*\29 -2536:bool\20OT::OffsetTo\2c\20void\2c\20true>::sanitize<>\28hb_sanitize_context_t*\2c\20void\20const*\29\20const -2537:bool\20OT::OffsetTo>\2c\20OT::IntType\2c\20void\2c\20false>::sanitize<>\28hb_sanitize_context_t*\2c\20void\20const*\29\20const -2538:bool\20AAT::hb_aat_apply_context_t::output_glyphs\28unsigned\20int\2c\20OT::HBGlyphID16\20const*\29 -2539:blur_y_rect\28void\20\28*\29\28unsigned\20char*\2c\20unsigned\20char\20const*\2c\20int\29\2c\20int\2c\20skvx::Vec<8\2c\20unsigned\20short>\20\28*\29\28skvx::Vec<8\2c\20unsigned\20short>\20const&\2c\20skvx::Vec<8\2c\20unsigned\20short>\20const&\2c\20skvx::Vec<8\2c\20unsigned\20short>\20const&\2c\20skvx::Vec<8\2c\20unsigned\20short>\20const&\2c\20skvx::Vec<8\2c\20unsigned\20short>\20const&\2c\20skvx::Vec<8\2c\20unsigned\20short>\20const&\2c\20skvx::Vec<8\2c\20unsigned\20short>*\2c\20skvx::Vec<8\2c\20unsigned\20short>*\2c\20skvx::Vec<8\2c\20unsigned\20short>*\2c\20skvx::Vec<8\2c\20unsigned\20short>*\2c\20skvx::Vec<8\2c\20unsigned\20short>*\2c\20skvx::Vec<8\2c\20unsigned\20short>*\2c\20skvx::Vec<8\2c\20unsigned\20short>*\2c\20skvx::Vec<8\2c\20unsigned\20short>*\29\2c\20int\2c\20unsigned\20short*\2c\20unsigned\20char\20const*\2c\20unsigned\20long\2c\20int\2c\20int\2c\20unsigned\20char*\2c\20unsigned\20long\29 -2540:blur_column\28void\20\28*\29\28unsigned\20char*\2c\20unsigned\20char\20const*\2c\20int\29\2c\20skvx::Vec<8\2c\20unsigned\20short>\20\28*\29\28skvx::Vec<8\2c\20unsigned\20short>\20const&\2c\20skvx::Vec<8\2c\20unsigned\20short>\20const&\2c\20skvx::Vec<8\2c\20unsigned\20short>\20const&\2c\20skvx::Vec<8\2c\20unsigned\20short>\20const&\2c\20skvx::Vec<8\2c\20unsigned\20short>\20const&\2c\20skvx::Vec<8\2c\20unsigned\20short>\20const&\2c\20skvx::Vec<8\2c\20unsigned\20short>*\2c\20skvx::Vec<8\2c\20unsigned\20short>*\2c\20skvx::Vec<8\2c\20unsigned\20short>*\2c\20skvx::Vec<8\2c\20unsigned\20short>*\2c\20skvx::Vec<8\2c\20unsigned\20short>*\2c\20skvx::Vec<8\2c\20unsigned\20short>*\2c\20skvx::Vec<8\2c\20unsigned\20short>*\2c\20skvx::Vec<8\2c\20unsigned\20short>*\29\2c\20int\2c\20int\2c\20skvx::Vec<8\2c\20unsigned\20short>\20const&\2c\20skvx::Vec<8\2c\20unsigned\20short>\20const&\2c\20skvx::Vec<8\2c\20unsigned\20short>\20const&\2c\20skvx::Vec<8\2c\20unsigned\20short>\20const&\2c\20skvx::Vec<8\2c\20unsigned\20short>\20const&\2c\20unsigned\20char\20const*\2c\20unsigned\20long\2c\20int\2c\20unsigned\20char*\2c\20unsigned\20long\29::$_0::operator\28\29\28unsigned\20char*\2c\20skvx::Vec<8\2c\20unsigned\20short>\20const&\2c\20skvx::Vec<8\2c\20unsigned\20short>\20const&\29\20const -2541:blit_clipped_mask\28SkBlitter*\2c\20SkMask\20const&\2c\20SkIRect\20const&\2c\20SkIRect\20const&\29 -2542:approx_arc_length\28SkPoint\20const*\2c\20int\29 -2543:antifillrect\28SkIRect\20const&\2c\20SkBlitter*\29 -2544:animatedImage_getCurrentFrame -2545:afm_parser_read_int -2546:af_sort_pos -2547:af_latin_hints_compute_segments -2548:acosf -2549:_hb_glyph_info_get_lig_num_comps\28hb_glyph_info_t\20const*\29 -2550:__uselocale -2551:__math_xflow -2552:__cxxabiv1::__base_class_type_info::search_below_dst\28__cxxabiv1::__dynamic_cast_info*\2c\20void\20const*\2c\20int\2c\20bool\29\20const -2553:\28anonymous\20namespace\29::make_vertices_spec\28bool\2c\20bool\29 -2554:\28anonymous\20namespace\29::ThreeBoxApproxPass::blurSegment\28int\2c\20void\20const*\2c\20int\2c\20void*\2c\20int\29::'lambda'\28skvx::Vec<4\2c\20unsigned\20int>\20const&\29::operator\28\29\28skvx::Vec<4\2c\20unsigned\20int>\20const&\29\20const -2555:\28anonymous\20namespace\29::TentPass::blurSegment\28int\2c\20void\20const*\2c\20int\2c\20void*\2c\20int\29::'lambda'\28unsigned\20int\20const*\29::operator\28\29\28unsigned\20int\20const*\29\20const -2556:\28anonymous\20namespace\29::TentPass::blurSegment\28int\2c\20void\20const*\2c\20int\2c\20void*\2c\20int\29::'lambda'\28skvx::Vec<4\2c\20unsigned\20int>\20const&\29::operator\28\29\28skvx::Vec<4\2c\20unsigned\20int>\20const&\29\20const -2557:\28anonymous\20namespace\29::SkBlurImageFilter::kernelBounds\28skif::Mapping\20const&\2c\20skif::LayerSpace\29\20const -2558:\28anonymous\20namespace\29::RunIteratorQueue::insert\28SkShaper::RunIterator*\2c\20int\29 -2559:\28anonymous\20namespace\29::RunIteratorQueue::CompareEntry\28\28anonymous\20namespace\29::RunIteratorQueue::Entry\20const&\2c\20\28anonymous\20namespace\29::RunIteratorQueue::Entry\20const&\29 -2560:\28anonymous\20namespace\29::PathGeoBuilder::ensureSpace\28int\2c\20int\2c\20SkPoint\20const*\29 -2561:\28anonymous\20namespace\29::MeshGP::Impl::MeshCallbacks::getMangledName\28char\20const*\29 -2562:\28anonymous\20namespace\29::FillRectOpImpl::vertexSpec\28\29\20const -2563:\28anonymous\20namespace\29::CacheImpl::removeInternal\28\28anonymous\20namespace\29::CacheImpl::Value*\29 -2564:\28anonymous\20namespace\29::A8Pass::blurSegment\28int\2c\20void\20const*\2c\20int\2c\20void*\2c\20int\29::'lambda'\28unsigned\20int\29::operator\28\29\28unsigned\20int\29\20const -2565:WriteRingBuffer -2566:TT_Load_Context -2567:Skwasm::makeCurrent\28unsigned\20long\29 -2568:SkipCode -2569:SkYUVAPixmaps::~SkYUVAPixmaps\28\29 -2570:SkYUVAPixmaps::operator=\28SkYUVAPixmaps\20const&\29 -2571:SkYUVAPixmaps::SkYUVAPixmaps\28\29 -2572:SkWriter32::writeRRect\28SkRRect\20const&\29 -2573:SkWriter32::writeMatrix\28SkMatrix\20const&\29 -2574:SkWriter32::snapshotAsData\28\29\20const -2575:SkWBuffer::write\28void\20const*\2c\20unsigned\20long\29 -2576:SkVertices::approximateSize\28\29\20const -2577:SkTextBlobBuilder::~SkTextBlobBuilder\28\29 -2578:SkTextBlob::RunRecord::textBuffer\28\29\20const -2579:SkTextBlob::RunRecord::clusterBuffer\28\29\20const -2580:SkTextBlob::RunRecord::StorageSize\28unsigned\20int\2c\20unsigned\20int\2c\20SkTextBlob::GlyphPositioning\2c\20SkSafeMath*\29 -2581:SkTextBlob::RunRecord::Next\28SkTextBlob::RunRecord\20const*\29 -2582:SkTSpan::oppT\28double\29\20const -2583:SkTSpan::closestBoundedT\28SkDPoint\20const&\29\20const -2584:SkTSect::updateBounded\28SkTSpan*\2c\20SkTSpan*\2c\20SkTSpan*\29 -2585:SkTSect::trim\28SkTSpan*\2c\20SkTSect*\29 -2586:SkTSect::removeSpanRange\28SkTSpan*\2c\20SkTSpan*\29 -2587:SkTSect::removeCoincident\28SkTSpan*\2c\20bool\29 -2588:SkTSect::deleteEmptySpans\28\29 -2589:SkTInternalLList::Entry>::remove\28SkLRUCache::Entry*\29 -2590:SkTInternalLList>\2c\20skia::textlayout::ParagraphCache::KeyHash\2c\20SkNoOpPurge>::Entry>::remove\28SkLRUCache>\2c\20skia::textlayout::ParagraphCache::KeyHash\2c\20SkNoOpPurge>::Entry*\29 -2591:SkTInternalLList>\2c\20GrGLGpu::ProgramCache::DescHash\2c\20SkNoOpPurge>::Entry>::remove\28SkLRUCache>\2c\20GrGLGpu::ProgramCache::DescHash\2c\20SkNoOpPurge>::Entry*\29 -2592:SkTDStorage::insert\28int\2c\20int\2c\20void\20const*\29 -2593:SkTDStorage::insert\28int\29 -2594:SkTDStorage::erase\28int\2c\20int\29 -2595:SkTDArray::push_back\28int\20const&\29 -2596:SkTBlockList::pushItem\28\29 -2597:SkStrokeRec::applyToPath\28SkPathBuilder*\2c\20SkPath\20const&\29\20const -2598:SkString::set\28char\20const*\29 -2599:SkString::SkString\28unsigned\20long\29 -2600:SkString::Rec::Make\28char\20const*\2c\20unsigned\20long\29 -2601:SkStrikeSpec::MakeCanonicalized\28SkFont\20const&\2c\20SkPaint\20const*\29 -2602:SkStrikeCache::GlobalStrikeCache\28\29 -2603:SkStrike::glyph\28SkPackedGlyphID\29 -2604:SkSpriteBlitter::~SkSpriteBlitter\28\29 -2605:SkSpecialImages::MakeDeferredFromGpu\28GrRecordingContext*\2c\20SkIRect\20const&\2c\20unsigned\20int\2c\20GrSurfaceProxyView\2c\20GrColorInfo\20const&\2c\20SkSurfaceProps\20const&\29 -2606:SkSpecialImages::AsBitmap\28SkSpecialImage\20const*\2c\20SkBitmap*\29 -2607:SkShadowTessellator::MakeSpot\28SkPath\20const&\2c\20SkMatrix\20const&\2c\20SkPoint3\20const&\2c\20SkPoint3\20const&\2c\20float\2c\20bool\2c\20bool\29 -2608:SkShaders::MatrixRec::apply\28SkStageRec\20const&\2c\20SkMatrix\20const&\29\20const -2609:SkShaderBlurAlgorithm::renderBlur\28SkRuntimeEffectBuilder*\2c\20SkFilterMode\2c\20SkISize\2c\20sk_sp\2c\20SkIRect\20const&\2c\20SkTileMode\2c\20SkIRect\20const&\29\20const::$_0::operator\28\29\28SkIRect\20const&\29\20const -2610:SkShaderBase::appendRootStages\28SkStageRec\20const&\2c\20SkMatrix\20const&\29\20const -2611:SkSemaphore::signal\28int\29 -2612:SkScan::FillIRect\28SkIRect\20const&\2c\20SkRegion\20const*\2c\20SkBlitter*\29 -2613:SkScalerContext_FreeType::emboldenIfNeeded\28FT_FaceRec_*\2c\20FT_GlyphSlotRec_*\2c\20unsigned\20short\29 -2614:SkScaleToSides::AdjustRadii\28double\2c\20double\2c\20float*\2c\20float*\29 -2615:SkSamplingOptions::operator!=\28SkSamplingOptions\20const&\29\20const -2616:SkSL::write_stringstream\28SkSL::StringStream\20const&\2c\20SkSL::OutputStream&\29 -2617:SkSL::evaluate_3_way_intrinsic\28SkSL::Context\20const&\2c\20std::__2::array\20const&\2c\20SkSL::Type\20const&\2c\20double\20\28*\29\28double\2c\20double\2c\20double\29\29 -2618:SkSL::eliminate_dead_local_variables\28SkSL::Context\20const&\2c\20SkSpan>>\2c\20SkSL::ProgramUsage*\29::DeadLocalVariableEliminator::~DeadLocalVariableEliminator\28\29 -2619:SkSL::calculate_count\28double\2c\20double\2c\20double\2c\20bool\2c\20bool\29 -2620:SkSL::append_rtadjust_fixup_to_vertex_main\28SkSL::Context\20const&\2c\20SkSL::FunctionDeclaration\20const&\2c\20SkSL::Block&\29::AppendRTAdjustFixupHelper::Pos\28\29\20const -2621:SkSL::\28anonymous\20namespace\29::ProgramUsageVisitor::visitProgramElement\28SkSL::ProgramElement\20const&\29 -2622:SkSL::VarDeclaration::Convert\28SkSL::Context\20const&\2c\20SkSL::Position\2c\20SkSL::Modifiers\20const&\2c\20SkSL::Type\20const&\2c\20SkSL::Position\2c\20std::__2::basic_string_view>\2c\20SkSL::VariableStorage\2c\20std::__2::unique_ptr>\29 -2623:SkSL::Type::priority\28\29\20const -2624:SkSL::Type::checkForOutOfRangeLiteral\28SkSL::Context\20const&\2c\20double\2c\20SkSL::Position\29\20const -2625:SkSL::Transform::EliminateDeadFunctions\28SkSL::Program&\29::$_0::operator\28\29\28std::__2::unique_ptr>\20const&\29\20const -2626:SkSL::SymbolTable::lookup\28SkSL::SymbolTable::SymbolKey\20const&\29\20const -2627:SkSL::SymbolTable::isType\28std::__2::basic_string_view>\29\20const -2628:SkSL::Swizzle::MaskString\28skia_private::FixedArray<4\2c\20signed\20char>\20const&\29 -2629:SkSL::RP::SlotManager::mapVariableToSlots\28SkSL::Variable\20const&\2c\20SkSL::RP::SlotRange\29 -2630:SkSL::RP::Program::appendStages\28SkRasterPipeline*\2c\20SkArenaAlloc*\2c\20SkSL::RP::Callbacks*\2c\20SkSpan\29\20const::$_0::operator\28\29\28\29\20const -2631:SkSL::RP::Program::appendCopy\28skia_private::TArray*\2c\20SkArenaAlloc*\2c\20std::byte*\2c\20SkSL::RP::ProgramOp\2c\20unsigned\20int\2c\20int\2c\20unsigned\20int\2c\20int\2c\20int\29\20const -2632:SkSL::RP::Generator::store\28SkSL::RP::LValue&\29 -2633:SkSL::RP::Generator::popToSlotRangeUnmasked\28SkSL::RP::SlotRange\29 -2634:SkSL::RP::Builder::ternary_op\28SkSL::RP::BuilderOp\2c\20int\29 -2635:SkSL::RP::Builder::simplifyPopSlotsUnmasked\28SkSL::RP::SlotRange*\29 -2636:SkSL::RP::Builder::push_zeros\28int\29 -2637:SkSL::RP::Builder::push_loop_mask\28\29 -2638:SkSL::RP::Builder::pad_stack\28int\29 -2639:SkSL::RP::Builder::exchange_src\28\29 -2640:SkSL::ProgramVisitor::visit\28SkSL::Program\20const&\29 -2641:SkSL::ProgramUsage::remove\28SkSL::Statement\20const*\29 -2642:SkSL::PrefixExpression::Make\28SkSL::Context\20const&\2c\20SkSL::Position\2c\20SkSL::Operator\2c\20std::__2::unique_ptr>\29 -2643:SkSL::PipelineStage::PipelineStageCodeGenerator::typedVariable\28SkSL::Type\20const&\2c\20std::__2::basic_string_view>\29 -2644:SkSL::PipelineStage::PipelineStageCodeGenerator::typeName\28SkSL::Type\20const&\29 -2645:SkSL::Parser::parseInitializer\28SkSL::Position\2c\20std::__2::unique_ptr>*\29 -2646:SkSL::Parser::nextRawToken\28\29 -2647:SkSL::Parser::arrayType\28SkSL::Type\20const*\2c\20int\2c\20SkSL::Position\29 -2648:SkSL::Parser::AutoSymbolTable::AutoSymbolTable\28SkSL::Parser*\2c\20std::__2::unique_ptr>*\2c\20bool\29 -2649:SkSL::MethodReference::~MethodReference\28\29_6084 -2650:SkSL::MethodReference::~MethodReference\28\29 -2651:SkSL::LiteralType::priority\28\29\20const -2652:SkSL::Intrinsics::\28anonymous\20namespace\29::evaluate_sub\28SkSL::Context\20const&\2c\20std::__2::array\20const&\29 -2653:SkSL::Intrinsics::\28anonymous\20namespace\29::evaluate_dot\28std::__2::array\20const&\29 -2654:SkSL::InterfaceBlock::arraySize\28\29\20const -2655:SkSL::IndexExpression::Make\28SkSL::Context\20const&\2c\20SkSL::Position\2c\20std::__2::unique_ptr>\2c\20std::__2::unique_ptr>\29 -2656:SkSL::GLSLCodeGenerator::writeExtension\28std::__2::basic_string_view>\2c\20bool\29 -2657:SkSL::FieldAccess::Make\28SkSL::Context\20const&\2c\20SkSL::Position\2c\20std::__2::unique_ptr>\2c\20int\2c\20SkSL::FieldAccessOwnerKind\29 -2658:SkSL::ConstructorArray::Make\28SkSL::Context\20const&\2c\20SkSL::Position\2c\20SkSL::Type\20const&\2c\20SkSL::ExpressionArray\29 -2659:SkSL::Compiler::convertProgram\28SkSL::ProgramKind\2c\20std::__2::basic_string\2c\20std::__2::allocator>\2c\20SkSL::ProgramSettings\20const&\29 -2660:SkSL::Block::isEmpty\28\29\20const -2661:SkSL::Block::Make\28SkSL::Position\2c\20skia_private::STArray<2\2c\20std::__2::unique_ptr>\2c\20true>\2c\20SkSL::Block::Kind\2c\20std::__2::unique_ptr>\29 -2662:SkSL::Block::MakeBlock\28SkSL::Position\2c\20skia_private::STArray<2\2c\20std::__2::unique_ptr>\2c\20true>\2c\20SkSL::Block::Kind\2c\20std::__2::unique_ptr>\29 -2663:SkSL::Analysis::DetectVarDeclarationWithoutScope\28SkSL::Statement\20const&\2c\20SkSL::ErrorReporter*\29 -2664:SkRuntimeEffect::Result::~Result\28\29 -2665:SkResourceCache::remove\28SkResourceCache::Rec*\29 -2666:SkRegion::writeToMemory\28void*\29\20const -2667:SkRegion::getBoundaryPath\28\29\20const -2668:SkRegion::SkRegion\28SkRegion\20const&\29 -2669:SkRect::offset\28SkPoint\20const&\29 -2670:SkRect::inset\28float\2c\20float\29 -2671:SkRecords::Optional::~Optional\28\29 -2672:SkRecords::NoOp*\20SkRecord::replace\28int\29 -2673:SkReadBuffer::skip\28unsigned\20long\29 -2674:SkRasterPipeline::tailPointer\28\29 -2675:SkRasterPipeline::appendMatrix\28SkArenaAlloc*\2c\20SkMatrix\20const&\29 -2676:SkRasterPipeline::addMemoryContext\28SkRasterPipelineContexts::MemoryCtx*\2c\20int\2c\20bool\2c\20bool\29 -2677:SkRasterClip::SkRasterClip\28SkIRect\20const&\29 -2678:SkRRect::setOval\28SkRect\20const&\29 -2679:SkRRect::initializeRect\28SkRect\20const&\29 -2680:SkRGBA4f<\28SkAlphaType\293>::operator==\28SkRGBA4f<\28SkAlphaType\293>\20const&\29\20const -2681:SkQuads::RootsReal\28double\2c\20double\2c\20double\2c\20double*\29 -2682:SkPixelRef::~SkPixelRef\28\29 -2683:SkPixelRef::SkPixelRef\28int\2c\20int\2c\20void*\2c\20unsigned\20long\29 -2684:SkPictureRecord::~SkPictureRecord\28\29 -2685:SkPictureRecord::recordRestoreOffsetPlaceholder\28\29 -2686:SkPathStroker::quadStroke\28SkPoint\20const*\2c\20SkQuadConstruct*\29 -2687:SkPathStroker::preJoinTo\28SkPoint\20const&\2c\20SkPoint*\2c\20SkPoint*\2c\20bool\29 -2688:SkPathStroker::intersectRay\28SkQuadConstruct*\2c\20SkPathStroker::IntersectRayType\29\20const -2689:SkPathStroker::cubicStroke\28SkPoint\20const*\2c\20SkQuadConstruct*\29 -2690:SkPathStroker::cubicPerpRay\28SkPoint\20const*\2c\20float\2c\20SkPoint*\2c\20SkPoint*\2c\20SkPoint*\29\20const -2691:SkPathStroker::conicStroke\28SkConic\20const&\2c\20SkQuadConstruct*\29 -2692:SkPathRef::computeBounds\28\29\20const -2693:SkPathBuilder::incReserve\28int\2c\20int\29 -2694:SkPath::getPoint\28int\29\20const -2695:SkPath::addRect\28SkRect\20const&\2c\20SkPathDirection\2c\20unsigned\20int\29 -2696:SkPath::addRect\28SkRect\20const&\2c\20SkPathDirection\29 -2697:SkPath::addPath\28SkPath\20const&\2c\20SkPath::AddPathMode\29 -2698:SkPaint::operator=\28SkPaint&&\29 -2699:SkPaint::computeFastBounds\28SkRect\20const&\2c\20SkRect*\29\20const -2700:SkPaint::canComputeFastBounds\28\29\20const -2701:SkPaint::SkPaint\28SkPaint&&\29 -2702:SkOpSpanBase::mergeMatches\28SkOpSpanBase*\29 -2703:SkOpSpanBase::addOpp\28SkOpSpanBase*\29 -2704:SkOpSegment::updateOppWinding\28SkOpSpanBase\20const*\2c\20SkOpSpanBase\20const*\29\20const -2705:SkOpSegment::subDivide\28SkOpSpanBase\20const*\2c\20SkOpSpanBase\20const*\2c\20SkDCurve*\29\20const -2706:SkOpSegment::setUpWindings\28SkOpSpanBase*\2c\20SkOpSpanBase*\2c\20int*\2c\20int*\2c\20int*\2c\20int*\2c\20int*\2c\20int*\29 -2707:SkOpSegment::nextChase\28SkOpSpanBase**\2c\20int*\2c\20SkOpSpan**\2c\20SkOpSpanBase**\29\20const -2708:SkOpSegment::markAndChaseDone\28SkOpSpanBase*\2c\20SkOpSpanBase*\2c\20SkOpSpanBase**\29 -2709:SkOpSegment::isSimple\28SkOpSpanBase**\2c\20int*\29\20const -2710:SkOpSegment::init\28SkPoint*\2c\20float\2c\20SkOpContour*\2c\20SkPath::Verb\29 -2711:SkOpEdgeBuilder::complete\28\29 -2712:SkOpContour::appendSegment\28\29 -2713:SkOpCoincidence::overlap\28SkOpPtT\20const*\2c\20SkOpPtT\20const*\2c\20SkOpPtT\20const*\2c\20SkOpPtT\20const*\2c\20double*\2c\20double*\29\20const -2714:SkOpCoincidence::add\28SkOpPtT*\2c\20SkOpPtT*\2c\20SkOpPtT*\2c\20SkOpPtT*\29 -2715:SkOpCoincidence::addIfMissing\28SkOpPtT\20const*\2c\20SkOpPtT\20const*\2c\20double\2c\20double\2c\20SkOpSegment*\2c\20SkOpSegment*\2c\20bool*\29 -2716:SkOpCoincidence::addExpanded\28\29 -2717:SkOpCoincidence::addEndMovedSpans\28SkOpPtT\20const*\29 -2718:SkOpCoincidence::TRange\28SkOpPtT\20const*\2c\20double\2c\20SkOpSegment\20const*\29 -2719:SkOpAngle::set\28SkOpSpanBase*\2c\20SkOpSpanBase*\29 -2720:SkOpAngle::loopCount\28\29\20const -2721:SkOpAngle::insert\28SkOpAngle*\29 -2722:SkOpAngle*\20SkArenaAlloc::make\28\29 -2723:SkNoPixelsDevice::ClipState::op\28SkClipOp\2c\20SkM44\20const&\2c\20SkRect\20const&\2c\20bool\2c\20bool\29 -2724:SkMipmap*\20SkSafeRef\28SkMipmap*\29 -2725:SkMeshSpecification::Varying::Varying\28SkMeshSpecification::Varying\20const&\29 -2726:SkMatrixPriv::DifferentialAreaScale\28SkMatrix\20const&\2c\20SkPoint\20const&\29 -2727:SkMatrix::setRotate\28float\29 -2728:SkMatrix::preservesRightAngles\28float\29\20const -2729:SkMatrix::mapRectToQuad\28SkPoint*\2c\20SkRect\20const&\29\20const -2730:SkMatrix::mapPointPerspective\28SkPoint\29\20const -2731:SkM44::setConcat\28SkM44\20const&\2c\20SkM44\20const&\29::$_0::operator\28\29\28skvx::Vec<4\2c\20float>\29\20const -2732:SkM44::normalizePerspective\28\29 -2733:SkM44::invert\28SkM44*\29\20const -2734:SkLineClipper::IntersectLine\28SkPoint\20const*\2c\20SkRect\20const&\2c\20SkPoint*\29 -2735:SkImage_Ganesh::makeView\28GrRecordingContext*\29\20const -2736:SkImage_Base::~SkImage_Base\28\29 -2737:SkImage_Base::isGaneshBacked\28\29\20const -2738:SkImage_Base::SkImage_Base\28SkImageInfo\20const&\2c\20unsigned\20int\29 -2739:SkImageInfo::validRowBytes\28unsigned\20long\29\20const -2740:SkImageInfo::MakeUnknown\28int\2c\20int\29 -2741:SkImageGenerator::~SkImageGenerator\28\29 -2742:SkImageFilters::Crop\28SkRect\20const&\2c\20SkTileMode\2c\20sk_sp\29 -2743:SkImageFilter_Base::~SkImageFilter_Base\28\29 -2744:SkIRect::makeInset\28int\2c\20int\29\20const -2745:SkHalfToFloat\28unsigned\20short\29 -2746:SkGradientBaseShader::commonAsAGradient\28SkShaderBase::GradientInfo*\29\20const -2747:SkGradientBaseShader::ValidGradient\28SkRGBA4f<\28SkAlphaType\293>\20const*\2c\20int\2c\20SkTileMode\2c\20SkGradientShader::Interpolation\20const&\29 -2748:SkGradientBaseShader::SkGradientBaseShader\28SkGradientBaseShader::Descriptor\20const&\2c\20SkMatrix\20const&\29 -2749:SkGradientBaseShader::MakeDegenerateGradient\28SkRGBA4f<\28SkAlphaType\293>\20const*\2c\20float\20const*\2c\20int\2c\20sk_sp\2c\20SkTileMode\29 -2750:SkGlyph::setPath\28SkArenaAlloc*\2c\20SkPath\20const*\2c\20bool\2c\20bool\29 -2751:SkGetPolygonWinding\28SkPoint\20const*\2c\20int\29 -2752:SkFontMgr::RefEmpty\28\29 -2753:SkFont::setTypeface\28sk_sp\29 -2754:SkFont::getBounds\28SkSpan\2c\20SkSpan\2c\20SkPaint\20const*\29\20const -2755:SkEmptyFontMgr::onMakeFromStreamIndex\28std::__2::unique_ptr>\2c\20int\29\20const -2756:SkEdgeBuilder::~SkEdgeBuilder\28\29 -2757:SkDrawable::draw\28SkCanvas*\2c\20SkMatrix\20const*\29 -2758:SkDrawBase::drawPathCoverage\28SkPath\20const&\2c\20SkPaint\20const&\2c\20SkBlitter*\29\20const -2759:SkDevice::~SkDevice\28\29 -2760:SkDevice::scalerContextFlags\28\29\20const -2761:SkData::MakeWithProc\28void\20const*\2c\20unsigned\20long\2c\20void\20\28*\29\28void\20const*\2c\20void*\29\2c\20void*\29 -2762:SkDQuad::RootsReal\28double\2c\20double\2c\20double\2c\20double*\29 -2763:SkDPoint::distance\28SkDPoint\20const&\29\20const -2764:SkDLine::NearPointV\28SkDPoint\20const&\2c\20double\2c\20double\2c\20double\29 -2765:SkDLine::NearPointH\28SkDPoint\20const&\2c\20double\2c\20double\2c\20double\29 -2766:SkDCubic::RootsValidT\28double\2c\20double\2c\20double\2c\20double\2c\20double*\29 -2767:SkConicalGradient::~SkConicalGradient\28\29 -2768:SkComputeRadialSteps\28SkPoint\20const&\2c\20SkPoint\20const&\2c\20float\2c\20float*\2c\20float*\2c\20int*\29 -2769:SkColorFilterPriv::MakeGaussian\28\29 -2770:SkColorFilter::filterColor4f\28SkRGBA4f<\28SkAlphaType\293>\20const&\2c\20SkColorSpace*\2c\20SkColorSpace*\29\20const -2771:SkColorConverter::SkColorConverter\28unsigned\20int\20const*\2c\20int\29 -2772:SkCoincidentSpans::correctOneEnd\28SkOpPtT\20const*\20\28SkCoincidentSpans::*\29\28\29\20const\2c\20void\20\28SkCoincidentSpans::*\29\28SkOpPtT\20const*\29\29 -2773:SkClosestRecord::findEnd\28SkTSpan\20const*\2c\20SkTSpan\20const*\2c\20int\2c\20int\29 -2774:SkChopCubicAt\28SkPoint\20const*\2c\20SkPoint*\2c\20float\20const*\2c\20int\29 -2775:SkChopCubicAtYExtrema\28SkPoint\20const*\2c\20SkPoint*\29 -2776:SkCanvas::init\28sk_sp\29 -2777:SkCanvas::drawOval\28SkRect\20const&\2c\20SkPaint\20const&\29 -2778:SkCanvas::clipRect\28SkRect\20const&\2c\20SkClipOp\2c\20bool\29 -2779:SkCanvas::canAttemptBlurredRRectDraw\28SkPaint\20const&\29\20const -2780:SkCanvas::attemptBlurredRRectDraw\28SkRRect\20const&\2c\20SkBlurMaskFilterImpl\20const*\2c\20SkPaint\20const&\2c\20SkEnumBitMask\29 -2781:SkCachedData::detachFromCacheAndUnref\28\29\20const -2782:SkCachedData::attachToCacheAndRef\28\29\20const -2783:SkBitmap::readPixels\28SkImageInfo\20const&\2c\20void*\2c\20unsigned\20long\2c\20int\2c\20int\29\20const -2784:SkBitmap::pixelRefOrigin\28\29\20const -2785:SkBitmap::operator=\28SkBitmap&&\29 -2786:SkBitmap::notifyPixelsChanged\28\29\20const -2787:SkBitmap::getGenerationID\28\29\20const -2788:SkBitmap::getAddr\28int\2c\20int\29\20const -2789:SkBitmap::extractSubset\28SkBitmap*\2c\20SkIRect\20const&\29\20const -2790:SkBaseShadowTessellator::~SkBaseShadowTessellator\28\29 -2791:SkAutoPixmapStorage::tryAlloc\28SkImageInfo\20const&\29 -2792:SkArenaAllocWithReset::SkArenaAllocWithReset\28char*\2c\20unsigned\20long\2c\20unsigned\20long\29 -2793:SkAAClip::setPath\28SkPath\20const&\2c\20SkIRect\20const&\2c\20bool\29 -2794:SkAAClip::quickContains\28SkIRect\20const&\29\20const -2795:SkAAClip::op\28SkAAClip\20const&\2c\20SkClipOp\29 -2796:SkAAClip::Builder::flushRowH\28SkAAClip::Builder::Row*\29 -2797:SkAAClip::Builder::Blitter::checkForYGap\28int\29 -2798:RunBasedAdditiveBlitter::~RunBasedAdditiveBlitter\28\29 -2799:ReadHuffmanCode -2800:OT::post::accelerator_t::find_glyph_name\28unsigned\20int\29\20const -2801:OT::hb_ot_layout_lookup_accelerator_t::fini\28\29 -2802:OT::hb_ot_layout_lookup_accelerator_t::apply\28OT::hb_ot_apply_context_t*\2c\20unsigned\20int\2c\20bool\29\20const -2803:OT::hb_ot_apply_context_t::skipping_iterator_t::match\28hb_glyph_info_t&\29 -2804:OT::hb_ot_apply_context_t::_set_glyph_class\28unsigned\20int\2c\20unsigned\20int\2c\20bool\2c\20bool\29 -2805:OT::glyf_accelerator_t::glyph_for_gid\28unsigned\20int\2c\20bool\29\20const -2806:OT::cff1::accelerator_templ_t>::std_code_to_glyph\28unsigned\20int\29\20const -2807:OT::apply_lookup\28OT::hb_ot_apply_context_t*\2c\20unsigned\20int\2c\20unsigned\20int*\2c\20unsigned\20int\2c\20OT::LookupRecord\20const*\2c\20unsigned\20int\29 -2808:OT::VarRegionList::evaluate\28unsigned\20int\2c\20int\20const*\2c\20unsigned\20int\2c\20float*\29\20const -2809:OT::Lookup::get_props\28\29\20const -2810:OT::Layout::GSUB_impl::SubstLookup*\20hb_serialize_context_t::copy\28\29\20const -2811:OT::Layout::GPOS_impl::ValueFormat::get_device\28OT::IntType\20const*\2c\20bool*\2c\20OT::Layout::GPOS_impl::ValueBase\20const*\2c\20hb_sanitize_context_t&\29 -2812:OT::Layout::GPOS_impl::Anchor::get_anchor\28OT::hb_ot_apply_context_t*\2c\20unsigned\20int\2c\20float*\2c\20float*\29\20const -2813:OT::ItemVariationStore::create_cache\28\29\20const -2814:OT::IntType*\20hb_serialize_context_t::extend_min>\28OT::IntType*\29 -2815:OT::GSUBGPOS::get_script\28unsigned\20int\29\20const -2816:OT::GSUBGPOS::get_feature_tag\28unsigned\20int\29\20const -2817:OT::GSUBGPOS::find_script_index\28unsigned\20int\2c\20unsigned\20int*\29\20const -2818:OT::GDEF::get_glyph_props\28unsigned\20int\29\20const -2819:OT::ClassDef::cost\28\29\20const -2820:OT::CFFIndex>::sanitize\28hb_sanitize_context_t*\29\20const -2821:OT::CFFIndex>::operator\5b\5d\28unsigned\20int\29\20const -2822:OT::CFFIndex>::offset_at\28unsigned\20int\29\20const -2823:OT::ArrayOf>*\20hb_serialize_context_t::extend_size>>\28OT::ArrayOf>*\2c\20unsigned\20long\2c\20bool\29 -2824:Move_Zp2_Point -2825:Modify_CVT_Check -2826:GrYUVATextureProxies::operator=\28GrYUVATextureProxies&&\29 -2827:GrYUVATextureProxies::GrYUVATextureProxies\28\29 -2828:GrXPFactory::FromBlendMode\28SkBlendMode\29 -2829:GrWindowRectangles::operator=\28GrWindowRectangles\20const&\29 -2830:GrTriangulator::~GrTriangulator\28\29 -2831:GrTriangulator::simplify\28GrTriangulator::VertexList*\2c\20GrTriangulator::Comparator\20const&\29 -2832:GrTriangulator::setTop\28GrTriangulator::Edge*\2c\20GrTriangulator::Vertex*\2c\20GrTriangulator::EdgeList*\2c\20GrTriangulator::Vertex**\2c\20GrTriangulator::Comparator\20const&\29\20const -2833:GrTriangulator::mergeCollinearEdges\28GrTriangulator::Edge*\2c\20GrTriangulator::EdgeList*\2c\20GrTriangulator::Vertex**\2c\20GrTriangulator::Comparator\20const&\29\20const -2834:GrTriangulator::mergeCoincidentVertices\28GrTriangulator::VertexList*\2c\20GrTriangulator::Comparator\20const&\29\20const -2835:GrTriangulator::emitTriangle\28GrTriangulator::Vertex*\2c\20GrTriangulator::Vertex*\2c\20GrTriangulator::Vertex*\2c\20int\2c\20skgpu::VertexWriter\29\20const -2836:GrTriangulator::allocateEdge\28GrTriangulator::Vertex*\2c\20GrTriangulator::Vertex*\2c\20int\2c\20GrTriangulator::EdgeType\29 -2837:GrTriangulator::FindEnclosingEdges\28GrTriangulator::Vertex\20const&\2c\20GrTriangulator::EdgeList\20const&\2c\20GrTriangulator::Edge**\2c\20GrTriangulator::Edge**\29 -2838:GrTriangulator::Edge::dist\28SkPoint\20const&\29\20const -2839:GrTriangulator::Edge::Edge\28GrTriangulator::Vertex*\2c\20GrTriangulator::Vertex*\2c\20int\2c\20GrTriangulator::EdgeType\29 -2840:GrThreadSafeCache::remove\28skgpu::UniqueKey\20const&\29 -2841:GrThreadSafeCache::internalFind\28skgpu::UniqueKey\20const&\29 -2842:GrThreadSafeCache::internalAdd\28skgpu::UniqueKey\20const&\2c\20GrSurfaceProxyView\20const&\29 -2843:GrTextureRenderTargetProxy::~GrTextureRenderTargetProxy\28\29 -2844:GrTextureEffect::GrTextureEffect\28GrSurfaceProxyView\2c\20SkAlphaType\2c\20GrTextureEffect::Sampling\20const&\29 -2845:GrTessellationShader::MakePipeline\28GrTessellationShader::ProgramArgs\20const&\2c\20GrAAType\2c\20GrAppliedClip&&\2c\20GrProcessorSet&&\29 -2846:GrSurfaceProxyView::operator!=\28GrSurfaceProxyView\20const&\29\20const -2847:GrSurfaceProxyView::concatSwizzle\28skgpu::Swizzle\29 -2848:GrSurfaceProxy::~GrSurfaceProxy\28\29 -2849:GrSurfaceProxy::isFunctionallyExact\28\29\20const -2850:GrSurfaceProxy::gpuMemorySize\28\29\20const -2851:GrSurfaceProxy::createSurfaceImpl\28GrResourceProvider*\2c\20int\2c\20skgpu::Renderable\2c\20skgpu::Mipmapped\29\20const -2852:GrSurfaceProxy::Copy\28GrRecordingContext*\2c\20sk_sp\2c\20GrSurfaceOrigin\2c\20skgpu::Mipmapped\2c\20SkIRect\2c\20SkBackingFit\2c\20skgpu::Budgeted\2c\20std::__2::basic_string_view>\2c\20GrSurfaceProxy::RectsMustMatch\2c\20sk_sp*\29 -2853:GrSurfaceProxy::Copy\28GrRecordingContext*\2c\20sk_sp\2c\20GrSurfaceOrigin\2c\20skgpu::Mipmapped\2c\20SkBackingFit\2c\20skgpu::Budgeted\2c\20std::__2::basic_string_view>\2c\20sk_sp*\29 -2854:GrStyledShape::hasUnstyledKey\28\29\20const -2855:GrStyledShape::GrStyledShape\28GrStyledShape\20const&\2c\20GrStyle::Apply\2c\20float\29 -2856:GrStyle::GrStyle\28GrStyle\20const&\29 -2857:GrSkSLFP::setInput\28std::__2::unique_ptr>\29 -2858:GrSimpleMeshDrawOpHelper::CreatePipeline\28GrCaps\20const*\2c\20SkArenaAlloc*\2c\20skgpu::Swizzle\2c\20GrAppliedClip&&\2c\20GrDstProxyView\20const&\2c\20GrProcessorSet&&\2c\20GrPipeline::InputFlags\29 -2859:GrSimpleMesh::set\28sk_sp\2c\20int\2c\20int\29 -2860:GrShape::simplifyRect\28SkRect\20const&\2c\20SkPathDirection\2c\20unsigned\20int\2c\20unsigned\20int\29 -2861:GrShape::simplifyRRect\28SkRRect\20const&\2c\20SkPathDirection\2c\20unsigned\20int\2c\20unsigned\20int\29 -2862:GrShape::simplifyPoint\28SkPoint\20const&\2c\20unsigned\20int\29 -2863:GrShape::simplifyLine\28SkPoint\20const&\2c\20SkPoint\20const&\2c\20unsigned\20int\29 -2864:GrShape::setInverted\28bool\29 -2865:GrSWMaskHelper::init\28SkIRect\20const&\29 -2866:GrSWMaskHelper::GrSWMaskHelper\28SkAutoPixmapStorage*\29 -2867:GrResourceProvider::refNonAAQuadIndexBuffer\28\29 -2868:GrResourceCache::purgeAsNeeded\28\29 -2869:GrRenderTask::addTarget\28GrDrawingManager*\2c\20sk_sp\29 -2870:GrRenderTarget::~GrRenderTarget\28\29 -2871:GrQuadUtils::WillUseHairline\28GrQuad\20const&\2c\20GrAAType\2c\20GrQuadAAFlags\29 -2872:GrQuadBuffer<\28anonymous\20namespace\29::FillRectOpImpl::ColorAndAA>::unpackQuad\28GrQuad::Type\2c\20float\20const*\2c\20GrQuad*\29\20const -2873:GrQuadBuffer<\28anonymous\20namespace\29::FillRectOpImpl::ColorAndAA>::MetadataIter::next\28\29 -2874:GrProxyProvider::processInvalidUniqueKey\28skgpu::UniqueKey\20const&\2c\20GrTextureProxy*\2c\20GrProxyProvider::InvalidateGPUResource\29 -2875:GrProxyProvider::createMippedProxyFromBitmap\28SkBitmap\20const&\2c\20skgpu::Budgeted\29::$_0::~$_0\28\29 -2876:GrProgramInfo::GrProgramInfo\28GrCaps\20const&\2c\20GrSurfaceProxyView\20const&\2c\20bool\2c\20GrPipeline\20const*\2c\20GrUserStencilSettings\20const*\2c\20GrGeometryProcessor\20const*\2c\20GrPrimitiveType\2c\20GrXferBarrierFlags\2c\20GrLoadOp\29 -2877:GrPipeline::visitProxies\28std::__2::function\20const&\29\20const -2878:GrPathUtils::scaleToleranceToSrc\28float\2c\20SkMatrix\20const&\2c\20SkRect\20const&\29 -2879:GrPathUtils::generateQuadraticPoints\28SkPoint\20const&\2c\20SkPoint\20const&\2c\20SkPoint\20const&\2c\20float\2c\20SkPoint**\2c\20unsigned\20int\29 -2880:GrPathUtils::generateCubicPoints\28SkPoint\20const&\2c\20SkPoint\20const&\2c\20SkPoint\20const&\2c\20SkPoint\20const&\2c\20float\2c\20SkPoint**\2c\20unsigned\20int\29 -2881:GrPathUtils::cubicPointCount\28SkPoint\20const*\2c\20float\29 -2882:GrPaint::GrPaint\28GrPaint\20const&\29 -2883:GrOpsRenderPass::prepareToDraw\28\29 -2884:GrOpFlushState::~GrOpFlushState\28\29 -2885:GrOpFlushState::drawInstanced\28int\2c\20int\2c\20int\2c\20int\29 -2886:GrOpFlushState::bindTextures\28GrGeometryProcessor\20const&\2c\20GrSurfaceProxy\20const&\2c\20GrPipeline\20const&\29 -2887:GrOp::uniqueID\28\29\20const -2888:GrNativeRect::MakeIRectRelativeTo\28GrSurfaceOrigin\2c\20int\2c\20SkIRect\29 -2889:GrMeshDrawOp::onPrePrepareDraws\28GrRecordingContext*\2c\20GrSurfaceProxyView\20const&\2c\20GrAppliedClip*\2c\20GrDstProxyView\20const&\2c\20GrXferBarrierFlags\2c\20GrLoadOp\29 -2890:GrMapRectPoints\28SkRect\20const&\2c\20SkRect\20const&\2c\20SkPoint\20const*\2c\20SkPoint*\2c\20int\29 -2891:GrMakeKeyFromImageID\28skgpu::UniqueKey*\2c\20unsigned\20int\2c\20SkIRect\20const&\29 -2892:GrGradientShader::MakeGradientFP\28SkGradientBaseShader\20const&\2c\20GrFPArgs\20const&\2c\20SkShaders::MatrixRec\20const&\2c\20std::__2::unique_ptr>\2c\20SkMatrix\20const*\29 -2893:GrGpuResource::setUniqueKey\28skgpu::UniqueKey\20const&\29 -2894:GrGpuResource::registerWithCache\28skgpu::Budgeted\29 -2895:GrGpu::writePixels\28GrSurface*\2c\20SkIRect\2c\20GrColorType\2c\20GrColorType\2c\20GrMipLevel\20const*\2c\20int\2c\20bool\29 -2896:GrGLTextureRenderTarget::~GrGLTextureRenderTarget\28\29 -2897:GrGLTexture::onSetLabel\28\29 -2898:GrGLTexture::onAbandon\28\29 -2899:GrGLTexture::backendFormat\28\29\20const -2900:GrGLSLVaryingHandler::appendDecls\28SkTBlockList\20const&\2c\20SkString*\29\20const -2901:GrGLSLShaderBuilder::newTmpVarName\28char\20const*\29 -2902:GrGLSLShaderBuilder::definitionAppend\28char\20const*\29 -2903:GrGLSLProgramBuilder::invokeFP\28GrFragmentProcessor\20const&\2c\20GrFragmentProcessor::ProgramImpl\20const&\2c\20char\20const*\2c\20char\20const*\2c\20char\20const*\29\20const -2904:GrGLSLProgramBuilder::advanceStage\28\29 -2905:GrGLSLFragmentShaderBuilder::dstColor\28\29 -2906:GrGLRenderTarget::bindInternal\28unsigned\20int\2c\20bool\29 -2907:GrGLGpu::unbindXferBuffer\28GrGpuBufferType\29 -2908:GrGLGpu::resolveRenderFBOs\28GrGLRenderTarget*\2c\20SkIRect\20const&\2c\20GrGLRenderTarget::ResolveDirection\2c\20bool\29 -2909:GrGLGpu::flushBlendAndColorWrite\28skgpu::BlendInfo\20const&\2c\20skgpu::Swizzle\20const&\29 -2910:GrGLGpu::currentProgram\28\29 -2911:GrGLGpu::SamplerObjectCache::Sampler::~Sampler\28\29 -2912:GrGLGpu::HWVertexArrayState::setVertexArrayID\28GrGLGpu*\2c\20unsigned\20int\29 -2913:GrGLGetVersionFromString\28char\20const*\29 -2914:GrGLFunction::GrGLFunction\28void\20\28*\29\28unsigned\20int\29\29::'lambda'\28void\20const*\2c\20unsigned\20int\29::__invoke\28void\20const*\2c\20unsigned\20int\29 -2915:GrGLFunction::GrGLFunction\28unsigned\20char\20const*\20\28*\29\28unsigned\20int\29\29::'lambda'\28void\20const*\2c\20unsigned\20int\29::__invoke\28void\20const*\2c\20unsigned\20int\29 -2916:GrGLFinishCallbacks::callAll\28bool\29 -2917:GrGLCheckLinkStatus\28GrGLGpu\20const*\2c\20unsigned\20int\2c\20bool\2c\20skgpu::ShaderErrorHandler*\2c\20std::__2::basic_string\2c\20std::__2::allocator>\20const**\2c\20SkSL::NativeShader\20const*\29 -2918:GrGLAttribArrayState::set\28GrGLGpu*\2c\20int\2c\20GrBuffer\20const*\2c\20GrVertexAttribType\2c\20SkSLType\2c\20int\2c\20unsigned\20long\2c\20int\29 -2919:GrFragmentProcessors::Make\28SkBlenderBase\20const*\2c\20std::__2::unique_ptr>\2c\20std::__2::unique_ptr>\2c\20GrFPArgs\20const&\29 -2920:GrFragmentProcessor::isEqual\28GrFragmentProcessor\20const&\29\20const -2921:GrFragmentProcessor::Rect\28std::__2::unique_ptr>\2c\20GrClipEdgeType\2c\20SkRect\29 -2922:GrFragmentProcessor::ModulateRGBA\28std::__2::unique_ptr>\2c\20SkRGBA4f<\28SkAlphaType\292>\20const&\29 -2923:GrDstProxyView::setProxyView\28GrSurfaceProxyView\29 -2924:GrDrawingManager::removeRenderTasks\28\29 -2925:GrDrawingManager::getPathRenderer\28skgpu::ganesh::PathRenderer::CanDrawPathArgs\20const&\2c\20bool\2c\20skgpu::ganesh::PathRendererChain::DrawType\2c\20skgpu::ganesh::PathRenderer::StencilSupport*\29 -2926:GrDrawingManager::getLastRenderTask\28GrSurfaceProxy\20const*\29\20const -2927:GrDrawOpAtlas::updatePlot\28GrDeferredUploadTarget*\2c\20skgpu::AtlasLocator*\2c\20skgpu::Plot*\29::'lambda'\28std::__2::function&\29::\28'lambda'\28std::__2::function&\29\20const&\29 -2928:GrDrawOpAtlas::processEvictionAndResetRects\28skgpu::Plot*\29 -2929:GrDeferredProxyUploader::~GrDeferredProxyUploader\28\29 -2930:GrDeferredProxyUploader::wait\28\29 -2931:GrCpuBuffer::Make\28unsigned\20long\29 -2932:GrContext_Base::~GrContext_Base\28\29 -2933:GrColorSpaceXform::Make\28SkColorSpace*\2c\20SkAlphaType\2c\20SkColorSpace*\2c\20SkAlphaType\29 -2934:GrColorInfo::operator=\28GrColorInfo\20const&\29 -2935:GrClip::IsPixelAligned\28SkRect\20const&\29 -2936:GrClip::GetPixelIBounds\28SkRect\20const&\2c\20GrAA\2c\20GrClip::BoundsType\29::'lambda0'\28float\29::operator\28\29\28float\29\20const -2937:GrClip::GetPixelIBounds\28SkRect\20const&\2c\20GrAA\2c\20GrClip::BoundsType\29::'lambda'\28float\29::operator\28\29\28float\29\20const -2938:GrCaps::supportedReadPixelsColorType\28GrColorType\2c\20GrBackendFormat\20const&\2c\20GrColorType\29\20const -2939:GrCaps::getFallbackColorTypeAndFormat\28GrColorType\2c\20int\29\20const -2940:GrCaps::areColorTypeAndFormatCompatible\28GrColorType\2c\20GrBackendFormat\20const&\29\20const -2941:GrBufferAllocPool::~GrBufferAllocPool\28\29_8560 -2942:GrBufferAllocPool::makeSpace\28unsigned\20long\2c\20unsigned\20long\2c\20sk_sp*\2c\20unsigned\20long*\29 -2943:GrBufferAllocPool::GrBufferAllocPool\28GrGpu*\2c\20GrGpuBufferType\2c\20sk_sp\29 -2944:GrBlurUtils::DrawShapeWithMaskFilter\28GrRecordingContext*\2c\20skgpu::ganesh::SurfaceDrawContext*\2c\20GrClip\20const*\2c\20SkPaint\20const&\2c\20SkMatrix\20const&\2c\20GrStyledShape\20const&\29 -2945:GrBaseContextPriv::getShaderErrorHandler\28\29\20const -2946:GrBackendTexture::GrBackendTexture\28GrBackendTexture\20const&\29 -2947:GrBackendRenderTarget::getBackendFormat\28\29\20const -2948:GrAAConvexTessellator::createOuterRing\28GrAAConvexTessellator::Ring\20const&\2c\20float\2c\20float\2c\20GrAAConvexTessellator::Ring*\29 -2949:GrAAConvexTessellator::createInsetRings\28GrAAConvexTessellator::Ring&\2c\20float\2c\20float\2c\20float\2c\20float\2c\20GrAAConvexTessellator::Ring**\29 -2950:GrAAConvexTessellator::Ring::init\28GrAAConvexTessellator\20const&\29 -2951:FwDCubicEvaluator::FwDCubicEvaluator\28SkPoint\20const*\29 -2952:FT_Stream_ReadAt -2953:FT_Stream_Free -2954:FT_Set_Charmap -2955:FT_New_Size -2956:FT_Load_Sfnt_Table -2957:FT_List_Find -2958:FT_GlyphLoader_Add -2959:FT_Get_Next_Char -2960:FT_Get_Color_Glyph_Layer -2961:FT_CMap_New -2962:FT_Activate_Size -2963:Current_Ratio -2964:Compute_Funcs -2965:CircleOp::Circle&\20skia_private::TArray::emplace_back\28CircleOp::Circle&&\29 -2966:CFF::path_procs_t\2c\20cff2_path_param_t>::curve2\28CFF::cff2_cs_interp_env_t&\2c\20cff2_path_param_t&\2c\20CFF::point_t\20const&\2c\20CFF::point_t\20const&\2c\20CFF::point_t\20const&\2c\20CFF::point_t\20const&\2c\20CFF::point_t\20const&\2c\20CFF::point_t\20const&\29 -2967:CFF::path_procs_t\2c\20cff2_extents_param_t>::curve2\28CFF::cff2_cs_interp_env_t&\2c\20cff2_extents_param_t&\2c\20CFF::point_t\20const&\2c\20CFF::point_t\20const&\2c\20CFF::point_t\20const&\2c\20CFF::point_t\20const&\2c\20CFF::point_t\20const&\2c\20CFF::point_t\20const&\29 -2968:CFF::path_procs_t::curve2\28CFF::cff1_cs_interp_env_t&\2c\20cff1_path_param_t&\2c\20CFF::point_t\20const&\2c\20CFF::point_t\20const&\2c\20CFF::point_t\20const&\2c\20CFF::point_t\20const&\2c\20CFF::point_t\20const&\2c\20CFF::point_t\20const&\29 -2969:CFF::path_procs_t::curve2\28CFF::cff1_cs_interp_env_t&\2c\20cff1_extents_param_t&\2c\20CFF::point_t\20const&\2c\20CFF::point_t\20const&\2c\20CFF::point_t\20const&\2c\20CFF::point_t\20const&\2c\20CFF::point_t\20const&\2c\20CFF::point_t\20const&\29 -2970:CFF::parsed_values_t::operator=\28CFF::parsed_values_t&&\29 -2971:CFF::cs_interp_env_t>>::return_from_subr\28\29 -2972:CFF::cs_interp_env_t>>::call_subr\28CFF::biased_subrs_t>>\20const&\2c\20CFF::cs_type_t\29 -2973:CFF::cs_interp_env_t>>::call_subr\28CFF::biased_subrs_t>>\20const&\2c\20CFF::cs_type_t\29 -2974:CFF::cff2_cs_interp_env_t::~cff2_cs_interp_env_t\28\29 -2975:CFF::byte_str_ref_t::operator\5b\5d\28int\29 -2976:CFF::arg_stack_t::push_fixed_from_substr\28CFF::byte_str_ref_t&\29 -2977:Bounder::Bounder\28SkRect\20const&\2c\20SkPaint\20const&\29 -2978:AsGaneshRecorder\28SkRecorder*\29 -2979:AlmostLessOrEqualUlps\28float\2c\20float\29 -2980:AlmostEqualUlps_Pin\28double\2c\20double\29 -2981:ActiveEdge::intersect\28ActiveEdge\20const*\29 -2982:AAT::hb_aat_apply_context_t::~hb_aat_apply_context_t\28\29 -2983:AAT::hb_aat_apply_context_t::hb_aat_apply_context_t\28hb_ot_shape_plan_t\20const*\2c\20hb_font_t*\2c\20hb_buffer_t*\2c\20hb_blob_t*\29 -2984:AAT::TrackTableEntry::get_value\28float\2c\20void\20const*\2c\20hb_array_t\2c\2016u>\20const>\29\20const -2985:AAT::StateTable::sanitize\28hb_sanitize_context_t*\2c\20unsigned\20int*\29\20const -2986:AAT::StateTable::get_class\28unsigned\20int\2c\20unsigned\20int\2c\20hb_cache_t<15u\2c\208u\2c\207u\2c\20true>*\29\20const -2987:AAT::StateTable::get_entry\28int\2c\20unsigned\20int\29\20const -2988:AAT::Lookup::get_value\28unsigned\20int\2c\20unsigned\20int\29\20const -2989:AAT::ClassTable>::get_class\28unsigned\20int\2c\20unsigned\20int\29\20const -2990:2777 -2991:2778 -2992:2779 -2993:2780 -2994:2781 -2995:2782 -2996:week_num -2997:wcrtomb -2998:void\20std::__2::vector>::__construct_at_end\28skia::textlayout::FontFeature*\2c\20skia::textlayout::FontFeature*\2c\20unsigned\20long\29 -2999:void\20std::__2::vector>::__construct_at_end\28SkString*\2c\20SkString*\2c\20unsigned\20long\29 -3000:void\20std::__2::__sort4\5babi:ne180100\5d\28skia::textlayout::OneLineShaper::RunBlock*\2c\20skia::textlayout::OneLineShaper::RunBlock*\2c\20skia::textlayout::OneLineShaper::RunBlock*\2c\20skia::textlayout::OneLineShaper::RunBlock*\2c\20skia::textlayout::OneLineShaper::finish\28skia::textlayout::Block\20const&\2c\20float\2c\20float&\29::$_0&\29 -3001:void\20std::__2::__sort4\5babi:ne180100\5d\28SkSL::ProgramElement\20const**\2c\20SkSL::ProgramElement\20const**\2c\20SkSL::ProgramElement\20const**\2c\20SkSL::ProgramElement\20const**\2c\20SkSL::Transform::\28anonymous\20namespace\29::BuiltinVariableScanner::sortNewElements\28\29::'lambda'\28SkSL::ProgramElement\20const*\2c\20SkSL::ProgramElement\20const*\29&\29 -3002:void\20std::__2::__sort4\5babi:ne180100\5d\28SkSL::FunctionDefinition\20const**\2c\20SkSL::FunctionDefinition\20const**\2c\20SkSL::FunctionDefinition\20const**\2c\20SkSL::FunctionDefinition\20const**\2c\20SkSL::Transform::FindAndDeclareBuiltinFunctions\28SkSL::Program&\29::$_0&\29 -3003:void\20std::__2::__inplace_merge\20const&\2c\20unsigned\20int\2c\20FT_COLR_Paint_\20const&\2c\20SkPaint*\29::$_0::operator\28\29\28FT_ColorStopIterator_\20const&\2c\20std::__2::vector>&\2c\20std::__2::vector\2c\20std::__2::allocator>>&\29\20const::'lambda'\28\28anonymous\20namespace\29::colrv1_configure_skpaint\28FT_FaceRec_*\2c\20SkSpan\20const&\2c\20unsigned\20int\2c\20FT_COLR_Paint_\20const&\2c\20SkPaint*\29::$_0::operator\28\29\28FT_ColorStopIterator_\20const&\2c\20std::__2::vector>&\2c\20std::__2::vector\2c\20std::__2::allocator>>&\29\20const::ColorStop\20const&\2c\20\28anonymous\20namespace\29::colrv1_configure_skpaint\28FT_FaceRec_*\2c\20SkSpan\20const&\2c\20unsigned\20int\2c\20FT_COLR_Paint_\20const&\2c\20SkPaint*\29::$_0::operator\28\29\28FT_ColorStopIterator_\20const&\2c\20std::__2::vector>&\2c\20std::__2::vector\2c\20std::__2::allocator>>&\29\20const::ColorStop\20const&\29&\2c\20std::__2::__wrap_iter<\28anonymous\20namespace\29::colrv1_configure_skpaint\28FT_FaceRec_*\2c\20SkSpan\20const&\2c\20unsigned\20int\2c\20FT_COLR_Paint_\20const&\2c\20SkPaint*\29::$_0::operator\28\29\28FT_ColorStopIterator_\20const&\2c\20std::__2::vector>&\2c\20std::__2::vector\2c\20std::__2::allocator>>&\29\20const::ColorStop*>>\28std::__2::__wrap_iter<\28anonymous\20namespace\29::colrv1_configure_skpaint\28FT_FaceRec_*\2c\20SkSpan\20const&\2c\20unsigned\20int\2c\20FT_COLR_Paint_\20const&\2c\20SkPaint*\29::$_0::operator\28\29\28FT_ColorStopIterator_\20const&\2c\20std::__2::vector>&\2c\20std::__2::vector\2c\20std::__2::allocator>>&\29\20const::ColorStop*>\2c\20std::__2::__wrap_iter<\28anonymous\20namespace\29::colrv1_configure_skpaint\28FT_FaceRec_*\2c\20SkSpan\20const&\2c\20unsigned\20int\2c\20FT_COLR_Paint_\20const&\2c\20SkPaint*\29::$_0::operator\28\29\28FT_ColorStopIterator_\20const&\2c\20std::__2::vector>&\2c\20std::__2::vector\2c\20std::__2::allocator>>&\29\20const::ColorStop*>\2c\20std::__2::__wrap_iter<\28anonymous\20namespace\29::colrv1_configure_skpaint\28FT_FaceRec_*\2c\20SkSpan\20const&\2c\20unsigned\20int\2c\20FT_COLR_Paint_\20const&\2c\20SkPaint*\29::$_0::operator\28\29\28FT_ColorStopIterator_\20const&\2c\20std::__2::vector>&\2c\20std::__2::vector\2c\20std::__2::allocator>>&\29\20const::ColorStop*>\2c\20\28anonymous\20namespace\29::colrv1_configure_skpaint\28FT_FaceRec_*\2c\20SkSpan\20const&\2c\20unsigned\20int\2c\20FT_COLR_Paint_\20const&\2c\20SkPaint*\29::$_0::operator\28\29\28FT_ColorStopIterator_\20const&\2c\20std::__2::vector>&\2c\20std::__2::vector\2c\20std::__2::allocator>>&\29\20const::'lambda'\28\28anonymous\20namespace\29::colrv1_configure_skpaint\28FT_FaceRec_*\2c\20SkSpan\20const&\2c\20unsigned\20int\2c\20FT_COLR_Paint_\20const&\2c\20SkPaint*\29::$_0::operator\28\29\28FT_ColorStopIterator_\20const&\2c\20std::__2::vector>&\2c\20std::__2::vector\2c\20std::__2::allocator>>&\29\20const::ColorStop\20const&\2c\20\28anonymous\20namespace\29::colrv1_configure_skpaint\28FT_FaceRec_*\2c\20SkSpan\20const&\2c\20unsigned\20int\2c\20FT_COLR_Paint_\20const&\2c\20SkPaint*\29::$_0::operator\28\29\28FT_ColorStopIterator_\20const&\2c\20std::__2::vector>&\2c\20std::__2::vector\2c\20std::__2::allocator>>&\29\20const::ColorStop\20const&\29&\2c\20std::__2::iterator_traits\20const&\2c\20unsigned\20int\2c\20FT_COLR_Paint_\20const&\2c\20SkPaint*\29::$_0::operator\28\29\28FT_ColorStopIterator_\20const&\2c\20std::__2::vector>&\2c\20std::__2::vector\2c\20std::__2::allocator>>&\29\20const::ColorStop*>>::difference_type\2c\20std::__2::iterator_traits\20const&\2c\20unsigned\20int\2c\20FT_COLR_Paint_\20const&\2c\20SkPaint*\29::$_0::operator\28\29\28FT_ColorStopIterator_\20const&\2c\20std::__2::vector>&\2c\20std::__2::vector\2c\20std::__2::allocator>>&\29\20const::ColorStop*>>::difference_type\2c\20std::__2::iterator_traits\20const&\2c\20unsigned\20int\2c\20FT_COLR_Paint_\20const&\2c\20SkPaint*\29::$_0::operator\28\29\28FT_ColorStopIterator_\20const&\2c\20std::__2::vector>&\2c\20std::__2::vector\2c\20std::__2::allocator>>&\29\20const::ColorStop*>>::value_type*\2c\20long\29 -3004:void\20skgpu::ganesh::SurfaceFillContext::clear<\28SkAlphaType\292>\28SkRGBA4f<\28SkAlphaType\292>\20const&\29 -3005:void\20skgpu::VertexWriter::writeQuad\28GrQuad\20const&\29 -3006:void\20merge_sort<&sweep_lt_vert\28SkPoint\20const&\2c\20SkPoint\20const&\29>\28GrTriangulator::VertexList*\29 -3007:void\20merge_sort<&sweep_lt_horiz\28SkPoint\20const&\2c\20SkPoint\20const&\29>\28GrTriangulator::VertexList*\29 -3008:void\20hb_stable_sort\2c\20unsigned\20int>\28OT::HBGlyphID16*\2c\20unsigned\20int\2c\20int\20\28*\29\28OT::IntType\20const*\2c\20OT::IntType\20const*\29\2c\20unsigned\20int*\29 -3009:void\20hb_buffer_t::collect_codepoints\28hb_set_digest_t&\29\20const -3010:void\20SkSafeUnref\28SkMeshSpecification*\29 -3011:void\20SkSafeUnref\28SkMeshPriv::VB\20const*\29 -3012:void\20SkSafeUnref\28GrTexture*\29\20\28.4478\29 -3013:void\20SkSafeUnref\28GrCpuBuffer*\29 -3014:vfprintf -3015:valid_args\28SkImageInfo\20const&\2c\20unsigned\20long\2c\20unsigned\20long*\29 -3016:uprv_malloc_skia -3017:update_offset_to_base\28char\20const*\2c\20long\29 -3018:unsigned\20long\20std::__2::__str_find\5babi:ne180100\5d\2c\204294967295ul>\28char\20const*\2c\20unsigned\20long\2c\20char\20const*\2c\20unsigned\20long\2c\20unsigned\20long\29 -3019:unsigned\20long\20const&\20std::__2::min\5babi:nn180100\5d\28unsigned\20long\20const&\2c\20unsigned\20long\20const&\29 -3020:unsigned\20int\20hb_buffer_t::group_end\28unsigned\20int\2c\20bool\20\20const\28&\29\28hb_glyph_info_t\20const&\2c\20hb_glyph_info_t\20const&\29\29\20const -3021:ubidi_getRuns_skia -3022:u_charMirror_skia -3023:tt_size_reset -3024:tt_sbit_decoder_load_metrics -3025:tt_glyphzone_done -3026:tt_face_get_location -3027:tt_face_find_bdf_prop -3028:tt_delta_interpolate -3029:tt_cmap14_find_variant -3030:tt_cmap14_char_map_nondef_binary -3031:tt_cmap14_char_map_def_binary -3032:top12_14308 -3033:tolower -3034:t1_cmap_unicode_done -3035:surface_getThreadId -3036:subdivide_cubic_to\28SkPath*\2c\20SkPoint\20const*\2c\20int\29 -3037:strtox.9422 -3038:strtox -3039:strtoull_l -3040:std::logic_error::~logic_error\28\29_15705 -3041:std::__2::vector>::__destroy_vector::operator\28\29\5babi:ne180100\5d\28\29 -3042:std::__2::vector>\2c\20std::__2::allocator>>>::erase\28std::__2::__wrap_iter>\20const*>\2c\20std::__2::__wrap_iter>\20const*>\29 -3043:std::__2::vector>::__alloc\5babi:nn180100\5d\28\29 -3044:std::__2::vector>::vector\28std::__2::vector>\20const&\29 -3045:std::__2::vector>::__destroy_vector::operator\28\29\5babi:ne180100\5d\28\29 -3046:std::__2::vector\2c\20std::__2::allocator>>::vector\5babi:ne180100\5d\28std::__2::vector\2c\20std::__2::allocator>>&&\29 -3047:std::__2::vector>::__swap_out_circular_buffer\28std::__2::__split_buffer&>&\29 -3048:std::__2::vector>::vector\28std::__2::vector>\20const&\29 -3049:std::__2::vector>::__recommend\5babi:ne180100\5d\28unsigned\20long\29\20const -3050:std::__2::vector>::push_back\5babi:ne180100\5d\28SkString\20const&\29 -3051:std::__2::vector>::__swap_out_circular_buffer\28std::__2::__split_buffer&>&\29 -3052:std::__2::vector\2c\20std::__2::allocator>>::push_back\5babi:ne180100\5d\28SkRGBA4f<\28SkAlphaType\293>\20const&\29 -3053:std::__2::vector\2c\20std::__2::allocator>>::__recommend\5babi:ne180100\5d\28unsigned\20long\29\20const -3054:std::__2::vector>::push_back\5babi:ne180100\5d\28SkMeshSpecification::Attribute&&\29 -3055:std::__2::unique_ptr\2c\20void*>\2c\20std::__2::__hash_node_destructor\2c\20void*>>>>::~unique_ptr\5babi:ne180100\5d\28\29 -3056:std::__2::unique_ptr::Pair\2c\20unsigned\20int\2c\20skia_private::THashMap::Pair>::Slot\20\5b\5d\2c\20std::__2::default_delete::Pair\2c\20unsigned\20int\2c\20skia_private::THashMap::Pair>::Slot\20\5b\5d>>::~unique_ptr\5babi:ne180100\5d\28\29 -3057:std::__2::unique_ptr\2c\20std::__2::allocator>>\2c\20skia::textlayout::FontCollection::FamilyKey::Hasher>::Pair\2c\20skia::textlayout::FontCollection::FamilyKey\2c\20skia_private::THashMap\2c\20std::__2::allocator>>\2c\20skia::textlayout::FontCollection::FamilyKey::Hasher>::Pair>::Slot\20\5b\5d\2c\20std::__2::default_delete\2c\20std::__2::allocator>>\2c\20skia::textlayout::FontCollection::FamilyKey::Hasher>::Pair\2c\20skia::textlayout::FontCollection::FamilyKey\2c\20skia_private::THashMap\2c\20std::__2::allocator>>\2c\20skia::textlayout::FontCollection::FamilyKey::Hasher>::Pair>::Slot\20\5b\5d>>::~unique_ptr\5babi:ne180100\5d\28\29 -3058:std::__2::unique_ptr>::Pair\2c\20skgpu::ganesh::AtlasPathRenderer::AtlasPathKey\2c\20skia_private::THashMap>::Pair>::Slot\20\5b\5d\2c\20std::__2::default_delete>::Pair\2c\20skgpu::ganesh::AtlasPathRenderer::AtlasPathKey\2c\20skia_private::THashMap>::Pair>::Slot\20\5b\5d>>::~unique_ptr\5babi:ne180100\5d\28\29 -3059:std::__2::unique_ptr::Pair\2c\20skgpu::UniqueKey\2c\20skia_private::THashMap::Pair>::Slot\20\5b\5d\2c\20std::__2::default_delete::Pair\2c\20skgpu::UniqueKey\2c\20skia_private::THashMap::Pair>::Slot\20\5b\5d>>::~unique_ptr\5babi:ne180100\5d\28\29 -3060:std::__2::unique_ptr>::~unique_ptr\5babi:ne180100\5d\28\29 -3061:std::__2::unique_ptr>::~unique_ptr\5babi:ne180100\5d\28\29 -3062:std::__2::unique_ptr>::reset\5babi:ne180100\5d\28SkTypeface_FreeType::FaceRec*\29 -3063:std::__2::unique_ptr>::reset\5babi:ne180100\5d\28SkStrikeSpec*\29 -3064:std::__2::unique_ptr>::~unique_ptr\5babi:ne180100\5d\28\29 -3065:std::__2::unique_ptr>::~unique_ptr\5babi:ne180100\5d\28\29 -3066:std::__2::unique_ptr>::reset\5babi:ne180100\5d\28SkSL::Pool*\29 -3067:std::__2::unique_ptr>::reset\5babi:ne180100\5d\28SkSL::Block*\29 -3068:std::__2::unique_ptr>::reset\5babi:ne180100\5d\28SkDrawableList*\29 -3069:std::__2::unique_ptr>::~unique_ptr\5babi:ne180100\5d\28\29 -3070:std::__2::unique_ptr>::reset\5babi:ne180100\5d\28SkContourMeasureIter::Impl*\29 -3071:std::__2::unique_ptr>::~unique_ptr\5babi:ne180100\5d\28\29 -3072:std::__2::unique_ptr>::~unique_ptr\5babi:ne180100\5d\28\29 -3073:std::__2::unique_ptr>::~unique_ptr\5babi:ne180100\5d\28\29 -3074:std::__2::unique_ptr>::reset\5babi:ne180100\5d\28GrGLGpu::SamplerObjectCache*\29 -3075:std::__2::unique_ptr>::reset\5babi:ne180100\5d\28std::nullptr_t\29 -3076:std::__2::unique_ptr>\20GrBlendFragmentProcessor::Make<\28SkBlendMode\296>\28std::__2::unique_ptr>\2c\20std::__2::unique_ptr>\29 -3077:std::__2::unique_ptr>::reset\5babi:ne180100\5d\28GrDrawingManager*\29 -3078:std::__2::unique_ptr>::reset\5babi:ne180100\5d\28GrClientMappedBufferManager*\29 -3079:std::__2::unique_ptr>::~unique_ptr\5babi:ne180100\5d\28\29 -3080:std::__2::unique_ptr>::reset\5babi:ne180100\5d\28FT_FaceRec_*\29 -3081:std::__2::tuple&\20std::__2::tuple::operator=\5babi:ne180100\5d\28std::__2::pair&&\29 -3082:std::__2::time_put>>::~time_put\28\29 -3083:std::__2::pair\20std::__2::minmax\5babi:ne180100\5d>\28std::initializer_list\2c\20std::__2::__less\29 -3084:std::__2::locale::locale\28\29 -3085:std::__2::locale::__imp::acquire\28\29 -3086:std::__2::iterator_traits::difference_type\20std::__2::distance\5babi:nn180100\5d\28unsigned\20int\20const*\2c\20unsigned\20int\20const*\29 -3087:std::__2::ios_base::~ios_base\28\29 -3088:std::__2::ios_base::clear\28unsigned\20int\29 -3089:std::__2::function\20\28sktext::gpu::GlyphVector*\2c\20int\2c\20int\2c\20skgpu::MaskFormat\2c\20int\29>::operator\28\29\28sktext::gpu::GlyphVector*\2c\20int\2c\20int\2c\20skgpu::MaskFormat\2c\20int\29\20const -3090:std::__2::function\2c\20float*\29>::operator\28\29\28skia::textlayout::Run\20const*\2c\20float\2c\20skia::textlayout::SkRange\2c\20float*\29\20const -3091:std::__2::fpos<__mbstate_t>::fpos\5babi:nn180100\5d\28long\20long\29 -3092:std::__2::enable_if::value\2c\20SkRuntimeEffectBuilder::BuilderUniform&>::type\20SkRuntimeEffectBuilder::BuilderUniform::operator=\28SkV2\20const&\29 -3093:std::__2::enable_if\28\29\20==\20std::declval\28\29\29\2c\20bool>\2c\20bool>::type\20std::__2::operator==\5babi:ne180100\5d\28std::__2::optional\20const&\2c\20std::__2::optional\20const&\29 -3094:std::__2::deque>::__back_spare\5babi:ne180100\5d\28\29\20const -3095:std::__2::default_delete::Pair\2c\20char\20const*\2c\20skia_private::THashMap::Pair>::Slot\20\5b\5d>::_EnableIfConvertible::Pair\2c\20char\20const*\2c\20skia_private::THashMap::Pair>::Slot>::type\20std::__2::default_delete::Pair\2c\20char\20const*\2c\20skia_private::THashMap::Pair>::Slot\20\5b\5d>::operator\28\29\5babi:ne180100\5d::Pair\2c\20char\20const*\2c\20skia_private::THashMap::Pair>::Slot>\28skia_private::THashTable::Pair\2c\20char\20const*\2c\20skia_private::THashMap::Pair>::Slot*\29\20const -3096:std::__2::default_delete::Traits>::Slot\20\5b\5d>::_EnableIfConvertible::Traits>::Slot>::type\20std::__2::default_delete::Traits>::Slot\20\5b\5d>::operator\28\29\5babi:ne180100\5d::Traits>::Slot>\28skia_private::THashTable::Traits>::Slot*\29\20const -3097:std::__2::chrono::__libcpp_steady_clock_now\28\29 -3098:std::__2::char_traits::move\5babi:nn180100\5d\28char*\2c\20char\20const*\2c\20unsigned\20long\29 -3099:std::__2::char_traits::assign\5babi:nn180100\5d\28char*\2c\20unsigned\20long\2c\20char\29 -3100:std::__2::basic_stringstream\2c\20std::__2::allocator>::~basic_stringstream\28\29_14642 -3101:std::__2::basic_stringbuf\2c\20std::__2::allocator>::~basic_stringbuf\28\29 -3102:std::__2::basic_string\2c\20std::__2::allocator>::push_back\28wchar_t\29 -3103:std::__2::basic_string\2c\20std::__2::allocator>::capacity\5babi:nn180100\5d\28\29\20const -3104:std::__2::basic_string\2c\20std::__2::allocator>::basic_string\5babi:nn180100\5d<0>\28wchar_t\20const*\29 -3105:std::__2::basic_string\2c\20std::__2::allocator>::__make_iterator\5babi:nn180100\5d\28char*\29 -3106:std::__2::basic_string\2c\20std::__2::allocator>::__grow_by_without_replace\5babi:nn180100\5d\28unsigned\20long\2c\20unsigned\20long\2c\20unsigned\20long\2c\20unsigned\20long\2c\20unsigned\20long\2c\20unsigned\20long\29 -3107:std::__2::basic_string\2c\20std::__2::allocator>::basic_string\28std::__2::basic_string\2c\20std::__2::allocator>\20const&\29 -3108:std::__2::basic_streambuf>::~basic_streambuf\28\29 -3109:std::__2::basic_streambuf>::setp\5babi:nn180100\5d\28char*\2c\20char*\29 -3110:std::__2::basic_istream>::~basic_istream\28\29 -3111:std::__2::basic_istream>::sentry::sentry\28std::__2::basic_istream>&\2c\20bool\29 -3112:std::__2::basic_iostream>::~basic_iostream\28\29_14532 -3113:std::__2::basic_ios>::~basic_ios\28\29 -3114:std::__2::array\20skgpu::ganesh::SurfaceFillContext::adjustColorAlphaType<\28SkAlphaType\292>\28SkRGBA4f<\28SkAlphaType\292>\29\20const -3115:std::__2::allocator::allocate\5babi:ne180100\5d\28unsigned\20long\29 -3116:std::__2::allocator::allocate\5babi:ne180100\5d\28unsigned\20long\29 -3117:std::__2::__wrap_iter::operator+\5babi:nn180100\5d\28long\29\20const -3118:std::__2::__wrap_iter::operator++\5babi:nn180100\5d\28\29 -3119:std::__2::__wrap_iter::operator+\5babi:nn180100\5d\28long\29\20const -3120:std::__2::__wrap_iter::operator++\5babi:nn180100\5d\28\29 -3121:std::__2::__unique_if::__unique_single\20std::__2::make_unique\5babi:ne180100\5d\28GrRecordingContext*&&\2c\20GrSurfaceProxyView&&\2c\20GrSurfaceProxyView&&\2c\20GrColorInfo\20const&\29 -3122:std::__2::__unique_if::__unique_single\20std::__2::make_unique\5babi:ne180100\5d\28GrRecordingContext*&\2c\20skgpu::ganesh::PathRendererChain::Options&\29 -3123:std::__2::__unique_if>::__unique_single\20std::__2::make_unique\5babi:ne180100\5d\2c\20GrDirectContext::DirectContextID>\28GrDirectContext::DirectContextID&&\29 -3124:std::__2::__unique_if::__unique_single\20std::__2::make_unique\5babi:ne180100\5d\28SkSL::SymbolTable*&\2c\20bool&\29 -3125:std::__2::__tuple_impl\2c\20GrSurfaceProxyView\2c\20sk_sp>::~__tuple_impl\28\29 -3126:std::__2::__split_buffer>::__destruct_at_end\5babi:ne180100\5d\28skia::textlayout::OneLineShaper::RunBlock**\2c\20std::__2::integral_constant\29 -3127:std::__2::__split_buffer&>::~__split_buffer\28\29 -3128:std::__2::__optional_destruct_base>\2c\20false>::~__optional_destruct_base\5babi:ne180100\5d\28\29 -3129:std::__2::__optional_destruct_base::~__optional_destruct_base\5babi:ne180100\5d\28\29 -3130:std::__2::__optional_destruct_base::reset\5babi:ne180100\5d\28\29 -3131:std::__2::__optional_destruct_base::~__optional_destruct_base\5babi:ne180100\5d\28\29 -3132:std::__2::__optional_destruct_base::~__optional_destruct_base\5babi:ne180100\5d\28\29 -3133:std::__2::__optional_destruct_base::reset\5babi:ne180100\5d\28\29 -3134:std::__2::__optional_copy_base::__optional_copy_base\5babi:ne180100\5d\28std::__2::__optional_copy_base\20const&\29 -3135:std::__2::__num_get::__stage2_float_prep\28std::__2::ios_base&\2c\20wchar_t*\2c\20wchar_t&\2c\20wchar_t&\29 -3136:std::__2::__num_get::__stage2_float_loop\28wchar_t\2c\20bool&\2c\20char&\2c\20char*\2c\20char*&\2c\20wchar_t\2c\20wchar_t\2c\20std::__2::basic_string\2c\20std::__2::allocator>\20const&\2c\20unsigned\20int*\2c\20unsigned\20int*&\2c\20unsigned\20int&\2c\20wchar_t*\29 -3137:std::__2::__num_get::__stage2_float_prep\28std::__2::ios_base&\2c\20char*\2c\20char&\2c\20char&\29 -3138:std::__2::__num_get::__stage2_float_loop\28char\2c\20bool&\2c\20char&\2c\20char*\2c\20char*&\2c\20char\2c\20char\2c\20std::__2::basic_string\2c\20std::__2::allocator>\20const&\2c\20unsigned\20int*\2c\20unsigned\20int*&\2c\20unsigned\20int&\2c\20char*\29 -3139:std::__2::__murmur2_or_cityhash::operator\28\29\5babi:ne180100\5d\28void\20const*\2c\20unsigned\20long\29\20const -3140:std::__2::__libcpp_wcrtomb_l\5babi:nn180100\5d\28char*\2c\20wchar_t\2c\20__mbstate_t*\2c\20__locale_struct*\29 -3141:std::__2::__itoa::__base_10_u32\5babi:nn180100\5d\28char*\2c\20unsigned\20int\29 -3142:std::__2::__itoa::__append6\5babi:nn180100\5d\28char*\2c\20unsigned\20int\29 -3143:std::__2::__itoa::__append4\5babi:nn180100\5d\28char*\2c\20unsigned\20int\29 -3144:std::__2::__hash_table\2c\20std::__2::__unordered_map_hasher\2c\20std::__2::hash\2c\20std::__2::equal_to\2c\20true>\2c\20std::__2::__unordered_map_equal\2c\20std::__2::equal_to\2c\20std::__2::hash\2c\20true>\2c\20std::__2::allocator>>::~__hash_table\28\29 -3145:std::__2::__hash_table\2c\20std::__2::equal_to\2c\20std::__2::allocator>::~__hash_table\28\29 -3146:std::__2::__function::__value_func\2c\20skia::textlayout::TextStyle\20const&\2c\20skia::textlayout::TextLine::ClipContext\20const&\29>::operator\28\29\5babi:ne180100\5d\28skia::textlayout::SkRange&&\2c\20skia::textlayout::TextStyle\20const&\2c\20skia::textlayout::TextLine::ClipContext\20const&\29\20const -3147:std::__2::__function::__func*\29::$_0\2c\20std::__2::allocator*\29::$_0>\2c\20void\20\28GrBackendTexture\29>::__clone\28std::__2::__function::__base*\29\20const -3148:skvx::Vec<4\2c\20unsigned\20short>\20skvx::to_half<4>\28skvx::Vec<4\2c\20float>\20const&\29 -3149:skvx::Vec<4\2c\20unsigned\20short>\20skvx::operator~<4\2c\20unsigned\20short>\28skvx::Vec<4\2c\20unsigned\20short>\20const&\29 -3150:skvx::Vec<4\2c\20unsigned\20short>\20skvx::operator|<4\2c\20unsigned\20short>\28skvx::Vec<4\2c\20unsigned\20short>\20const&\2c\20skvx::Vec<4\2c\20unsigned\20short>\20const&\29 -3151:skvx::Vec<4\2c\20skvx::Mask::type>\20skvx::operator<<4\2c\20unsigned\20short>\28skvx::Vec<4\2c\20unsigned\20short>\20const&\2c\20skvx::Vec<4\2c\20unsigned\20short>\20const&\29 -3152:skvx::Vec<4\2c\20skvx::Mask::type>\20skvx::operator<=<4\2c\20float\2c\20float\2c\20void>\28skvx::Vec<4\2c\20float>\20const&\2c\20float\29 -3153:skvx::Vec<4\2c\20int>\20skvx::operator~<4\2c\20int>\28skvx::Vec<4\2c\20int>\20const&\29 -3154:skvx::Vec<4\2c\20int>\20skvx::operator&<4\2c\20int\2c\20int\2c\20void>\28skvx::Vec<4\2c\20int>\20const&\2c\20int\29 -3155:skvx::Vec<4\2c\20float>&\20skvx::operator+=<4\2c\20float>\28skvx::Vec<4\2c\20float>&\2c\20skvx::Vec<4\2c\20float>\20const&\29 -3156:sktext::gpu::VertexFiller::flatten\28SkWriteBuffer&\29\20const -3157:sktext::gpu::VertexFiller::deviceRectAndCheckTransform\28SkMatrix\20const&\29\20const -3158:sktext::gpu::TextBlobRedrawCoordinator::BlobIDCacheEntry::find\28sktext::gpu::TextBlob::Key\20const&\29\20const -3159:sktext::gpu::SubRunAllocator::SubRunAllocator\28char*\2c\20int\2c\20int\29 -3160:sktext::gpu::GlyphVector::flatten\28SkWriteBuffer&\29\20const -3161:sktext::gpu::GlyphVector::Make\28sktext::SkStrikePromise&&\2c\20SkSpan\2c\20sktext::gpu::SubRunAllocator*\29 -3162:sktext::gpu::BagOfBytes::PlatformMinimumSizeWithOverhead\28int\2c\20int\29 -3163:sktext::gpu::AtlasSubRun::AtlasSubRun\28sktext::gpu::VertexFiller&&\2c\20sktext::gpu::GlyphVector&&\29 -3164:sktext::SkStrikePromise::flatten\28SkWriteBuffer&\29\20const -3165:sktext::GlyphRunList::sourceBoundsWithOrigin\28\29\20const -3166:skpaint_to_grpaint_impl\28skgpu::ganesh::SurfaceDrawContext*\2c\20SkPaint\20const&\2c\20SkMatrix\20const&\2c\20std::__2::optional>>\2c\20SkBlender*\2c\20GrPaint*\29 -3167:skip_literal_string -3168:skif::\28anonymous\20namespace\29::GaneshBackend::~GaneshBackend\28\29_10329 -3169:skif::LayerSpace::ceil\28\29\20const -3170:skif::LayerSpace\20skif::Mapping::paramToLayer\28skif::ParameterSpace\20const&\29\20const -3171:skif::LayerSpace::inverseMapRect\28skif::LayerSpace\20const&\2c\20skif::LayerSpace*\29\20const -3172:skif::LayerSpace::inset\28skif::LayerSpace\20const&\29 -3173:skif::FilterResult::operator=\28skif::FilterResult\20const&\29 -3174:skif::FilterResult::insetByPixel\28\29\20const -3175:skif::FilterResult::draw\28skif::Context\20const&\2c\20SkDevice*\2c\20bool\2c\20SkBlender\20const*\29\20const -3176:skif::FilterResult::applyColorFilter\28skif::Context\20const&\2c\20sk_sp\29\20const -3177:skif::FilterResult::FilterResult\28sk_sp\2c\20skif::LayerSpace\20const&\2c\20skif::FilterResult::PixelBoundary\29 -3178:skif::FilterResult::Builder::~Builder\28\29 -3179:skif::Context::withNewSource\28skif::FilterResult\20const&\29\20const -3180:skif::Context::operator=\28skif::Context&&\29 -3181:skif::Backend::~Backend\28\29 -3182:skia_private::THashTable::Pair\2c\20unsigned\20int\2c\20skia_private::THashMap::Pair>::Slot::reset\28\29 -3183:skia_private::THashTable::Pair\2c\20SkSL::Symbol\20const*\2c\20skia_private::THashMap::Pair>::firstPopulatedSlot\28\29\20const -3184:skia_private::THashTable::Pair\2c\20SkSL::Symbol\20const*\2c\20skia_private::THashMap::Pair>::Iter>::operator++\28\29 -3185:skia_private::THashTable>\2c\20SkGoodHash>::Pair\2c\20SkImageFilter\20const*\2c\20skia_private::THashMap>\2c\20SkGoodHash>::Pair>::Slot::reset\28\29 -3186:skia_private::THashTable\2c\20SkDescriptor\20const&\2c\20sktext::gpu::StrikeCache::HashTraits>::Slot::reset\28\29 -3187:skia_private::THashTable\2c\20SkDescriptor\2c\20SkStrikeCache::StrikeTraits>::Slot::reset\28\29 -3188:skia_private::THashTable::Traits>::Hash\28long\20long\20const&\29 -3189:skia_private::THashTable<\28anonymous\20namespace\29::CacheImpl::Value*\2c\20SkImageFilterCacheKey\2c\20SkTDynamicHash<\28anonymous\20namespace\29::CacheImpl::Value\2c\20SkImageFilterCacheKey\2c\20\28anonymous\20namespace\29::CacheImpl::Value>::AdaptedTraits>::Hash\28SkImageFilterCacheKey\20const&\29 -3190:skia_private::THashTable::ValueList*\2c\20skgpu::ScratchKey\2c\20SkTDynamicHash::ValueList\2c\20skgpu::ScratchKey\2c\20SkTMultiMap::ValueList>::AdaptedTraits>::findOrNull\28skgpu::ScratchKey\20const&\29\20const -3191:skia_private::THashTable::Traits>::set\28SkSL::Variable\20const*\29 -3192:skia_private::THashTable::Entry*\2c\20unsigned\20int\2c\20SkLRUCache::Traits>::uncheckedSet\28SkLRUCache::Entry*&&\29 -3193:skia_private::THashTable::AdaptedTraits>::removeIfExists\28skgpu::UniqueKey\20const&\29 -3194:skia_private::THashTable::Traits>::Hash\28FT_Opaque_Paint_\20const&\29 -3195:skia_private::THashMap\2c\20SkGoodHash>::find\28SkString\20const&\29\20const -3196:skia_private::THashMap>\2c\20SkGoodHash>::set\28SkSL::Variable\20const*\2c\20std::__2::unique_ptr>\29 -3197:skia_private::THashMap::operator\5b\5d\28SkSL::SymbolTable::SymbolKey\20const&\29 -3198:skia_private::THashMap::find\28SkSL::SymbolTable::SymbolKey\20const&\29\20const -3199:skia_private::THashMap::find\28SkSL::IRNode\20const*\20const&\29\20const -3200:skia_private::THashMap::set\28SkSL::FunctionDeclaration\20const*\2c\20SkSL::Analysis::CheckProgramStructure\28SkSL::Program\20const&\29::ProgramStructureVisitor::FunctionState\29 -3201:skia_private::THashMap>\2c\20SkGoodHash>::find\28SkImageFilter\20const*\20const&\29\20const -3202:skia_private::TArray::resize_back\28int\29 -3203:skia_private::TArray::push_back_raw\28int\29 -3204:skia_private::TArray::operator==\28skia_private::TArray\20const&\29\20const -3205:skia_private::TArray::reserve_exact\28int\29 -3206:skia_private::TArray\2c\20true>::push_back\28std::__2::array&&\29 -3207:skia_private::TArray\2c\20false>::~TArray\28\29 -3208:skia_private::TArray::clear\28\29 -3209:skia_private::TArray::clear\28\29 -3210:skia_private::TArray::TArray\28skia_private::TArray\20const&\29 -3211:skia_private::TArray::TArray\28skia_private::TArray\20const&\29 -3212:skia_private::TArray::~TArray\28\29 -3213:skia_private::TArray::move\28void*\29 -3214:skia_private::TArray::BufferFinishedMessage\2c\20false>::~TArray\28\29 -3215:skia_private::TArray::BufferFinishedMessage\2c\20false>::move\28void*\29 -3216:skia_private::TArray\2c\20true>::~TArray\28\29 -3217:skia_private::TArray\2c\20true>::push_back\28sk_sp&&\29 -3218:skia_private::TArray::reserve_exact\28int\29 -3219:skia_private::TArray\2c\20true>::Allocate\28int\2c\20double\29 -3220:skia_private::TArray::reserve_exact\28int\29 -3221:skia_private::TArray::Allocate\28int\2c\20double\29 -3222:skia_private::TArray::~TArray\28\29 -3223:skia_private::TArray::move\28void*\29 -3224:skia_private::AutoTArray::AutoTArray\28unsigned\20long\29 -3225:skia_private::AutoSTMalloc<8ul\2c\20unsigned\20int\2c\20void>::reset\28unsigned\20long\29 -3226:skia_private::AutoSTArray<6\2c\20SkResourceCache::Key>::reset\28int\29 -3227:skia_private::AutoSTArray<20\2c\20SkGlyph\20const*>::reset\28int\29 -3228:skia_private::AutoSTArray<16\2c\20SkRect>::reset\28int\29 -3229:skia_png_sig_cmp -3230:skia_png_set_text_2 -3231:skia_png_realloc_array -3232:skia_png_get_uint_31 -3233:skia_png_check_fp_string -3234:skia_png_check_fp_number -3235:skia_png_app_warning -3236:skia_png_app_error -3237:skia::textlayout::\28anonymous\20namespace\29::intersected\28skia::textlayout::SkRange\20const&\2c\20skia::textlayout::SkRange\20const&\29 -3238:skia::textlayout::\28anonymous\20namespace\29::draw_line_as_rect\28skia::textlayout::ParagraphPainter*\2c\20float\2c\20float\2c\20float\2c\20skia::textlayout::ParagraphPainter::DecorationStyle\20const&\29 -3239:skia::textlayout::TypefaceFontStyleSet::createTypeface\28int\29 -3240:skia::textlayout::TextStyle::setForegroundColor\28SkPaint\29 -3241:skia::textlayout::TextStyle::setBackgroundColor\28SkPaint\29 -3242:skia::textlayout::TextLine::shapeEllipsis\28SkString\20const&\2c\20skia::textlayout::Cluster\20const*\29::ShapeHandler::~ShapeHandler\28\29 -3243:skia::textlayout::TextLine::shapeEllipsis\28SkString\20const&\2c\20skia::textlayout::Cluster\20const*\29::$_0::operator\28\29\28sk_sp\2c\20sk_sp\29\20const -3244:skia::textlayout::TextLine::iterateThroughSingleRunByStyles\28skia::textlayout::TextLine::TextAdjustment\2c\20skia::textlayout::Run\20const*\2c\20float\2c\20skia::textlayout::SkRange\2c\20skia::textlayout::StyleType\2c\20std::__2::function\2c\20skia::textlayout::TextStyle\20const&\2c\20skia::textlayout::TextLine::ClipContext\20const&\29>\20const&\29\20const::$_0::operator\28\29\28skia::textlayout::SkRange\2c\20float\29\20const -3245:skia::textlayout::TextLine::getRectsForRange\28skia::textlayout::SkRange\2c\20skia::textlayout::RectHeightStyle\2c\20skia::textlayout::RectWidthStyle\2c\20std::__2::vector>&\29\20const -3246:skia::textlayout::TextBox&\20std::__2::vector>::emplace_back\28SkRect&\2c\20skia::textlayout::TextDirection&&\29 -3247:skia::textlayout::StrutStyle::StrutStyle\28skia::textlayout::StrutStyle\20const&\29 -3248:skia::textlayout::Run::isResolved\28\29\20const -3249:skia::textlayout::Run::copyTo\28SkTextBlobBuilder&\2c\20unsigned\20long\2c\20unsigned\20long\29\20const -3250:skia::textlayout::Run::calculateWidth\28unsigned\20long\2c\20unsigned\20long\2c\20bool\29\20const -3251:skia::textlayout::Run::calculateHeight\28skia::textlayout::LineMetricStyle\2c\20skia::textlayout::LineMetricStyle\29\20const -3252:skia::textlayout::ParagraphStyle::ParagraphStyle\28skia::textlayout::ParagraphStyle&&\29 -3253:skia::textlayout::ParagraphImpl::getGlyphPositionAtCoordinate\28float\2c\20float\29 -3254:skia::textlayout::ParagraphImpl::findNextGraphemeBoundary\28unsigned\20long\29\20const -3255:skia::textlayout::ParagraphImpl::findAllBlocks\28skia::textlayout::SkRange\29 -3256:skia::textlayout::ParagraphImpl::ensureUTF16Mapping\28\29::$_0::operator\28\29\28\29\20const::'lambda'\28unsigned\20long\29::operator\28\29\28unsigned\20long\29\20const -3257:skia::textlayout::ParagraphImpl::buildClusterTable\28\29 -3258:skia::textlayout::ParagraphCacheKey::operator==\28skia::textlayout::ParagraphCacheKey\20const&\29\20const -3259:skia::textlayout::ParagraphBuilderImpl::ensureUTF16Mapping\28\29::$_0::operator\28\29\28\29\20const::'lambda'\28unsigned\20long\29::operator\28\29\28unsigned\20long\29\20const -3260:skia::textlayout::ParagraphBuilderImpl::ensureUTF16Mapping\28\29 -3261:skia::textlayout::ParagraphBuilderImpl::endRunIfNeeded\28\29 -3262:skia::textlayout::OneLineShaper::~OneLineShaper\28\29 -3263:skia::textlayout::LineMetrics::LineMetrics\28\29 -3264:skia::textlayout::FontCollection::FamilyKey::~FamilyKey\28\29 -3265:skia::textlayout::Cluster::isSoftBreak\28\29\20const -3266:skia::textlayout::Block::Block\28skia::textlayout::Block\20const&\29 -3267:skgpu::tess::AffineMatrix::AffineMatrix\28SkMatrix\20const&\29 -3268:skgpu::ganesh::\28anonymous\20namespace\29::add_quad_segment\28SkPoint\20const*\2c\20skia_private::TArray*\29 -3269:skgpu::ganesh::\28anonymous\20namespace\29::SmallPathOp::Entry::Entry\28skgpu::ganesh::\28anonymous\20namespace\29::SmallPathOp::Entry&&\29 -3270:skgpu::ganesh::\28anonymous\20namespace\29::HullShader::makeProgramImpl\28GrShaderCaps\20const&\29\20const::Impl::~Impl\28\29 -3271:skgpu::ganesh::\28anonymous\20namespace\29::AAFlatteningConvexPathOp::programInfo\28\29 -3272:skgpu::ganesh::SurfaceFillContext::internalClear\28SkIRect\20const*\2c\20std::__2::array\2c\20bool\29 -3273:skgpu::ganesh::SurfaceFillContext::discard\28\29 -3274:skgpu::ganesh::SurfaceFillContext::addOp\28std::__2::unique_ptr>\29 -3275:skgpu::ganesh::SurfaceDrawContext::wrapsVkSecondaryCB\28\29\20const -3276:skgpu::ganesh::SurfaceDrawContext::stencilRect\28GrClip\20const*\2c\20GrUserStencilSettings\20const*\2c\20GrPaint&&\2c\20GrAA\2c\20SkMatrix\20const&\2c\20SkRect\20const&\2c\20SkMatrix\20const*\29 -3277:skgpu::ganesh::SurfaceDrawContext::drawPath\28GrClip\20const*\2c\20GrPaint&&\2c\20GrAA\2c\20SkMatrix\20const&\2c\20SkPath\20const&\2c\20GrStyle\20const&\29 -3278:skgpu::ganesh::SurfaceDrawContext::attemptQuadOptimization\28GrClip\20const*\2c\20GrUserStencilSettings\20const*\2c\20DrawQuad*\2c\20GrPaint*\29 -3279:skgpu::ganesh::SurfaceDrawContext::Make\28GrRecordingContext*\2c\20GrColorType\2c\20sk_sp\2c\20sk_sp\2c\20GrSurfaceOrigin\2c\20SkSurfaceProps\20const&\29 -3280:skgpu::ganesh::SurfaceContext::rescale\28GrImageInfo\20const&\2c\20GrSurfaceOrigin\2c\20SkIRect\2c\20SkImage::RescaleGamma\2c\20SkImage::RescaleMode\29 -3281:skgpu::ganesh::SurfaceContext::rescaleInto\28skgpu::ganesh::SurfaceFillContext*\2c\20SkIRect\2c\20SkIRect\2c\20SkImage::RescaleGamma\2c\20SkImage::RescaleMode\29::$_0::operator\28\29\28GrSurfaceProxyView\2c\20SkIRect\29\20const -3282:skgpu::ganesh::SurfaceContext::SurfaceContext\28GrRecordingContext*\2c\20GrSurfaceProxyView\2c\20GrColorInfo\20const&\29 -3283:skgpu::ganesh::SmallPathShapeDataKey::operator==\28skgpu::ganesh::SmallPathShapeDataKey\20const&\29\20const -3284:skgpu::ganesh::QuadPerEdgeAA::MinColorType\28SkRGBA4f<\28SkAlphaType\292>\29 -3285:skgpu::ganesh::PathTessellator::~PathTessellator\28\29 -3286:skgpu::ganesh::PathCurveTessellator::draw\28GrOpFlushState*\29\20const -3287:skgpu::ganesh::OpsTask::~OpsTask\28\29 -3288:skgpu::ganesh::OpsTask::recordOp\28std::__2::unique_ptr>\2c\20bool\2c\20GrProcessorSet::Analysis\2c\20GrAppliedClip*\2c\20GrDstProxyView\20const*\2c\20GrCaps\20const&\29 -3289:skgpu::ganesh::MakeFragmentProcessorFromView\28GrRecordingContext*\2c\20GrSurfaceProxyView\2c\20SkAlphaType\2c\20SkSamplingOptions\2c\20SkTileMode\20const*\2c\20SkMatrix\20const&\2c\20SkRect\20const*\2c\20SkRect\20const*\29 -3290:skgpu::ganesh::FilterAndMipmapHaveNoEffect\28GrQuad\20const&\2c\20GrQuad\20const&\29 -3291:skgpu::ganesh::FillRectOp::MakeNonAARect\28GrRecordingContext*\2c\20GrPaint&&\2c\20SkMatrix\20const&\2c\20SkRect\20const&\2c\20GrUserStencilSettings\20const*\29 -3292:skgpu::ganesh::FillRRectOp::\28anonymous\20namespace\29::can_use_hw_derivatives_with_coverage\28skvx::Vec<2\2c\20float>\20const&\2c\20skvx::Vec<2\2c\20float>\20const&\29 -3293:skgpu::ganesh::FillRRectOp::Make\28GrRecordingContext*\2c\20SkArenaAlloc*\2c\20GrPaint&&\2c\20SkMatrix\20const&\2c\20SkRRect\20const&\2c\20SkRect\20const&\2c\20GrAA\29 -3294:skgpu::ganesh::Device::drawRRect\28SkRRect\20const&\2c\20SkPaint\20const&\29 -3295:skgpu::ganesh::Device::drawImageQuadDirect\28SkImage\20const*\2c\20SkRect\20const&\2c\20SkRect\20const&\2c\20SkPoint\20const*\2c\20SkCanvas::QuadAAFlags\2c\20SkMatrix\20const*\2c\20SkSamplingOptions\20const&\2c\20SkPaint\20const&\2c\20SkCanvas::SrcRectConstraint\29 -3296:skgpu::ganesh::Device::Make\28std::__2::unique_ptr>\2c\20SkAlphaType\2c\20skgpu::ganesh::Device::InitContents\29 -3297:skgpu::ganesh::DashOp::\28anonymous\20namespace\29::setup_dashed_rect\28SkRect\20const&\2c\20skgpu::VertexWriter&\2c\20SkMatrix\20const&\2c\20float\2c\20float\2c\20float\2c\20float\2c\20float\2c\20float\2c\20float\2c\20skgpu::ganesh::DashOp::\28anonymous\20namespace\29::DashCap\29 -3298:skgpu::ganesh::ClipStack::~ClipStack\28\29 -3299:skgpu::ganesh::ClipStack::writableSaveRecord\28bool*\29 -3300:skgpu::ganesh::ClipStack::end\28\29\20const -3301:skgpu::ganesh::ClipStack::clip\28skgpu::ganesh::ClipStack::RawElement&&\29 -3302:skgpu::ganesh::ClipStack::clipState\28\29\20const -3303:skgpu::ganesh::ClipStack::SaveRecord::invalidateMasks\28GrProxyProvider*\2c\20SkTBlockList*\29 -3304:skgpu::ganesh::ClipStack::SaveRecord::genID\28\29\20const -3305:skgpu::ganesh::ClipStack::RawElement::operator=\28skgpu::ganesh::ClipStack::RawElement&&\29 -3306:skgpu::ganesh::ClipStack::RawElement::contains\28skgpu::ganesh::ClipStack::SaveRecord\20const&\29\20const -3307:skgpu::ganesh::ClipStack::RawElement::RawElement\28SkMatrix\20const&\2c\20GrShape\20const&\2c\20GrAA\2c\20SkClipOp\29 -3308:skgpu::ganesh::AtlasPathRenderer::~AtlasPathRenderer\28\29 -3309:skgpu::Swizzle::apply\28SkRasterPipeline*\29\20const -3310:skgpu::Swizzle::applyTo\28std::__2::array\29\20const -3311:skgpu::StringKeyBuilder::~StringKeyBuilder\28\29 -3312:skgpu::ScratchKey::GenerateResourceType\28\29 -3313:skgpu::RectanizerSkyline::reset\28\29 -3314:skgpu::Plot::addSubImage\28int\2c\20int\2c\20void\20const*\2c\20skgpu::AtlasLocator*\29 -3315:skgpu::AutoCallback::AutoCallback\28skgpu::AutoCallback&&\29 -3316:skcms_TransferFunction_invert -3317:skcms_Matrix3x3_invert -3318:sk_sp::~sk_sp\28\29 -3319:sk_sp::operator=\28sk_sp&&\29 -3320:sk_sp::reset\28GrTextureProxy*\29 -3321:sk_sp::reset\28GrTexture*\29 -3322:sk_sp::operator=\28sk_sp&&\29 -3323:sk_sp::reset\28GrCpuBuffer*\29 -3324:sk_sp&\20sk_sp::operator=\28sk_sp&&\29 -3325:sk_sp&\20sk_sp::operator=\28sk_sp\20const&\29 -3326:sk_ft_free\28FT_MemoryRec_*\2c\20void*\29 -3327:sift -3328:set_initial_texture_params\28GrGLInterface\20const*\2c\20GrGLCaps\20const&\2c\20unsigned\20int\29 -3329:setLevelsOutsideIsolates\28UBiDi*\2c\20int\2c\20int\2c\20unsigned\20char\29 -3330:sect_with_vertical\28SkPoint\20const*\2c\20float\29 -3331:sampler_key\28GrTextureType\2c\20skgpu::Swizzle\20const&\2c\20GrCaps\20const&\29 -3332:round\28SkPoint*\29 -3333:read_color_line -3334:quick_inverse\28int\29 -3335:quad_intersect_ray\28SkPoint\20const*\2c\20float\2c\20SkDLine\20const&\2c\20SkIntersections*\29 -3336:psh_globals_set_scale -3337:ps_tofixedarray -3338:ps_parser_skip_PS_token -3339:ps_mask_test_bit -3340:ps_mask_table_alloc -3341:ps_mask_ensure -3342:ps_dimension_reset_mask -3343:ps_builder_init -3344:ps_builder_done -3345:pow -3346:portable::parametric_k\28skcms_TransferFunction\20const*\2c\20unsigned\20long\2c\20unsigned\20long\2c\20std::byte*&\2c\20float&\2c\20float&\2c\20float&\2c\20float&\2c\20float&\2c\20float&\2c\20float&\2c\20float&\29::'lambda'\28float\29::operator\28\29\28float\29\20const -3347:portable::hsl_to_rgb_k\28void\20const*\2c\20unsigned\20long\2c\20unsigned\20long\2c\20std::byte*&\2c\20float&\2c\20float&\2c\20float&\2c\20float&\2c\20float&\2c\20float&\2c\20float&\2c\20float&\29::'lambda'\28float\29::operator\28\29\28float\29\20const -3348:portable::gamma__k\28float\20const*\2c\20unsigned\20long\2c\20unsigned\20long\2c\20std::byte*&\2c\20float&\2c\20float&\2c\20float&\2c\20float&\2c\20float&\2c\20float&\2c\20float&\2c\20float&\29::'lambda'\28float\29::operator\28\29\28float\29\20const -3349:portable::PQish_k\28skcms_TransferFunction\20const*\2c\20unsigned\20long\2c\20unsigned\20long\2c\20std::byte*&\2c\20float&\2c\20float&\2c\20float&\2c\20float&\2c\20float&\2c\20float&\2c\20float&\2c\20float&\29::'lambda'\28float\29::operator\28\29\28float\29\20const -3350:portable::HLGish_k\28skcms_TransferFunction\20const*\2c\20unsigned\20long\2c\20unsigned\20long\2c\20std::byte*&\2c\20float&\2c\20float&\2c\20float&\2c\20float&\2c\20float&\2c\20float&\2c\20float&\2c\20float&\29::'lambda'\28float\29::operator\28\29\28float\29\20const -3351:portable::HLGinvish_k\28skcms_TransferFunction\20const*\2c\20unsigned\20long\2c\20unsigned\20long\2c\20std::byte*&\2c\20float&\2c\20float&\2c\20float&\2c\20float&\2c\20float&\2c\20float&\2c\20float&\2c\20float&\29::'lambda'\28float\29::operator\28\29\28float\29\20const -3352:points_are_colinear_and_b_is_middle\28SkPoint\20const&\2c\20SkPoint\20const&\2c\20SkPoint\20const&\2c\20float*\29 -3353:png_zlib_inflate -3354:png_inflate_read -3355:png_inflate_claim -3356:png_build_8bit_table -3357:png_build_16bit_table -3358:picture_approximateBytesUsed -3359:path_addOval -3360:operator==\28SkPath\20const&\2c\20SkPath\20const&\29 -3361:operator!=\28SkString\20const&\2c\20SkString\20const&\29 -3362:normalize -3363:non-virtual\20thunk\20to\20GrOpFlushState::deferredUploadTarget\28\29 -3364:nextafterf -3365:mv_mul\28skcms_Matrix3x3\20const*\2c\20skcms_Vector3\20const*\29 -3366:move_nearby\28SkOpContourHead*\29 -3367:make_unpremul_effect\28std::__2::unique_ptr>\29 -3368:make_paint_with_image\28SkPaint\20const&\2c\20SkBitmap\20const&\2c\20SkSamplingOptions\20const&\2c\20SkMatrix*\29 -3369:machine_index_t\2c\20hb_filter_iter_t\2c\20hb_array_t>\2c\20find_syllables_use\28hb_buffer_t*\29::'lambda'\28hb_glyph_info_t\20const&\29\2c\20$_7\20const&\2c\20\28void*\290>\2c\20find_syllables_use\28hb_buffer_t*\29::'lambda'\28hb_pair_t\29\2c\20$_6\20const&\2c\20\28void*\290>>>::operator==\28machine_index_t\2c\20hb_filter_iter_t\2c\20hb_array_t>\2c\20find_syllables_use\28hb_buffer_t*\29::'lambda'\28hb_glyph_info_t\20const&\29\2c\20$_7\20const&\2c\20\28void*\290>\2c\20find_syllables_use\28hb_buffer_t*\29::'lambda'\28hb_pair_t\29\2c\20$_6\20const&\2c\20\28void*\290>>>\20const&\29\20const -3370:long\20std::__2::__libcpp_atomic_refcount_decrement\5babi:nn180100\5d\28long&\29 -3371:long\20const&\20std::__2::min\5babi:nn180100\5d\28long\20const&\2c\20long\20const&\29 -3372:log1p -3373:load_truetype_glyph -3374:load\28unsigned\20char\20const*\2c\20int\2c\20void\20\28*\29\28unsigned\20char*\2c\20unsigned\20char\20const*\2c\20int\29\29 -3375:line_intersect_ray\28SkPoint\20const*\2c\20float\2c\20SkDLine\20const&\2c\20SkIntersections*\29 -3376:lineMetrics_getStartIndex -3377:lineMetrics_getEndIndex -3378:just_solid_color\28SkPaint\20const&\29 -3379:is_reflex_vertex\28SkPoint\20const*\2c\20int\2c\20float\2c\20unsigned\20short\2c\20unsigned\20short\2c\20unsigned\20short\29 -3380:inner_scanline\28int\2c\20int\2c\20int\2c\20unsigned\20int\2c\20SkBlitter*\29 -3381:inflate_table -3382:image_getWidth -3383:image_filter_color_type\28SkColorInfo\20const&\29 -3384:hb_vector_t::alloc\28unsigned\20int\2c\20bool\29 -3385:hb_vector_t::push\28\29 -3386:hb_vector_t::alloc\28unsigned\20int\2c\20bool\29 -3387:hb_vector_t::alloc\28unsigned\20int\2c\20bool\29 -3388:hb_vector_t::push\28\29 -3389:hb_vector_t::extend\28hb_array_t\29 -3390:hb_vector_t\2c\20false>::shrink_vector\28unsigned\20int\29 -3391:hb_vector_t::push\28\29 -3392:hb_utf8_t::next\28unsigned\20char\20const*\2c\20unsigned\20char\20const*\2c\20unsigned\20int*\2c\20unsigned\20int\29 -3393:hb_shape_plan_destroy -3394:hb_set_digest_t::add\28unsigned\20int\29 -3395:hb_script_get_horizontal_direction -3396:hb_pool_t::alloc\28\29 -3397:hb_paint_funcs_t::push_clip_glyph\28void*\2c\20unsigned\20int\2c\20hb_font_t*\29 -3398:hb_paint_funcs_t::image\28void*\2c\20hb_blob_t*\2c\20unsigned\20int\2c\20unsigned\20int\2c\20unsigned\20int\2c\20float\2c\20hb_glyph_extents_t*\29 -3399:hb_paint_funcs_t::color\28void*\2c\20int\2c\20unsigned\20int\29 -3400:hb_paint_extents_context_t::push_clip\28hb_extents_t\29 -3401:hb_lazy_loader_t\2c\20hb_face_t\2c\202u\2c\20hb_blob_t>::get\28\29\20const -3402:hb_lazy_loader_t\2c\20hb_face_t\2c\201u\2c\20hb_blob_t>::get\28\29\20const -3403:hb_lazy_loader_t\2c\20hb_face_t\2c\2018u\2c\20hb_blob_t>::get\28\29\20const -3404:hb_lazy_loader_t\2c\20hb_face_t\2c\203u\2c\20OT::cmap_accelerator_t>::get_stored\28\29\20const -3405:hb_lazy_loader_t\2c\20hb_face_t\2c\2032u\2c\20hb_blob_t>::get\28\29\20const -3406:hb_lazy_loader_t\2c\20hb_face_t\2c\2028u\2c\20AAT::morx_accelerator_t>::get_stored\28\29\20const -3407:hb_lazy_loader_t\2c\20hb_face_t\2c\2029u\2c\20AAT::mort_accelerator_t>::get_stored\28\29\20const -3408:hb_iter_t\2c\20hb_filter_iter_t\2c\20hb_array_t>\2c\20find_syllables_use\28hb_buffer_t*\29::'lambda'\28hb_glyph_info_t\20const&\29\2c\20$_7\20const&\2c\20\28void*\290>\2c\20find_syllables_use\28hb_buffer_t*\29::'lambda'\28hb_pair_t\29\2c\20$_6\20const&\2c\20\28void*\290>>>\2c\20hb_pair_t>>::operator-\28unsigned\20int\29\20const -3409:hb_iter_t\2c\20hb_array_t>\2c\20$_8\20const&\2c\20\28hb_function_sortedness_t\291\2c\20\28void*\290>\2c\20OT::HBGlyphID16&>::end\28\29\20const -3410:hb_iter_t\2c\20hb_array_t>\2c\20find_syllables_use\28hb_buffer_t*\29::'lambda'\28hb_glyph_info_t\20const&\29\2c\20$_7\20const&\2c\20\28void*\290>\2c\20find_syllables_use\28hb_buffer_t*\29::'lambda'\28hb_pair_t\29\2c\20$_6\20const&\2c\20\28void*\290>\2c\20hb_pair_t>::operator++\28\29\20& -3411:hb_hashmap_t::item_t::operator==\28hb_serialize_context_t::object_t\20const*\20const&\29\20const -3412:hb_font_t::has_glyph_h_origin_func\28\29 -3413:hb_font_t::has_func\28unsigned\20int\29 -3414:hb_font_t::get_nominal_glyphs\28unsigned\20int\2c\20unsigned\20int\20const*\2c\20unsigned\20int\2c\20unsigned\20int*\2c\20unsigned\20int\29 -3415:hb_font_t::get_glyph_v_origin\28unsigned\20int\2c\20int*\2c\20int*\29 -3416:hb_font_t::get_glyph_v_advances\28unsigned\20int\2c\20unsigned\20int\20const*\2c\20unsigned\20int\2c\20int*\2c\20unsigned\20int\29 -3417:hb_font_t::get_glyph_h_origin_with_fallback\28unsigned\20int\2c\20int*\2c\20int*\29 -3418:hb_font_t::get_glyph_h_origin\28unsigned\20int\2c\20int*\2c\20int*\29 -3419:hb_font_t::get_glyph_h_advances\28unsigned\20int\2c\20unsigned\20int\20const*\2c\20unsigned\20int\2c\20int*\2c\20unsigned\20int\29 -3420:hb_font_t::get_glyph_contour_point_for_origin\28unsigned\20int\2c\20unsigned\20int\2c\20hb_direction_t\2c\20int*\2c\20int*\29 -3421:hb_font_funcs_destroy -3422:hb_draw_cubic_to_nil\28hb_draw_funcs_t*\2c\20void*\2c\20hb_draw_state_t*\2c\20float\2c\20float\2c\20float\2c\20float\2c\20float\2c\20float\2c\20void*\29 -3423:hb_decycler_node_t::hb_decycler_node_t\28hb_decycler_t&\29 -3424:hb_buffer_t::output_info\28hb_glyph_info_t\20const&\29 -3425:hb_buffer_t::_infos_set_glyph_flags\28hb_glyph_info_t*\2c\20unsigned\20int\2c\20unsigned\20int\2c\20unsigned\20int\2c\20unsigned\20int\29 -3426:hb_buffer_t::_infos_find_min_cluster\28hb_glyph_info_t\20const*\2c\20unsigned\20int\2c\20unsigned\20int\2c\20unsigned\20int\29 -3427:hb_buffer_set_length -3428:hb_buffer_create -3429:hb_bounds_t*\20hb_vector_t::push\28hb_bounds_t&&\29 -3430:hb_bit_set_t::fini\28\29 -3431:hb_bit_page_t::add_range\28unsigned\20int\2c\20unsigned\20int\29 -3432:haircubic\28SkPoint\20const*\2c\20SkRegion\20const*\2c\20SkRect\20const*\2c\20SkRect\20const*\2c\20SkBlitter*\2c\20int\2c\20void\20\28*\29\28SkPoint\20const*\2c\20int\2c\20SkRegion\20const*\2c\20SkBlitter*\29\29 -3433:gray_render_line -3434:gl_target_to_gr_target\28unsigned\20int\29 -3435:gl_target_to_binding_index\28unsigned\20int\29 -3436:get_vendor\28char\20const*\29 -3437:get_renderer\28char\20const*\2c\20GrGLExtensions\20const&\29 -3438:get_layer_mapping_and_bounds\28SkSpan>\2c\20SkM44\20const&\2c\20skif::DeviceSpace\20const&\2c\20std::__2::optional>\2c\20float\29 -3439:get_joining_type\28unsigned\20int\2c\20hb_unicode_general_category_t\29 -3440:get_child_table_pointer -3441:generate_distance_field_from_image\28unsigned\20char*\2c\20unsigned\20char\20const*\2c\20int\2c\20int\29 -3442:gaussianIntegral\28float\29 -3443:ft_var_readpackeddeltas -3444:ft_var_done_item_variation_store -3445:ft_glyphslot_alloc_bitmap -3446:ft_face_get_mm_service -3447:freelocale -3448:fputc -3449:fp_barrierf -3450:fixN0c\28BracketData*\2c\20int\2c\20int\2c\20unsigned\20char\29 -3451:filter_to_gl_min_filter\28SkFilterMode\2c\20SkMipmapMode\29 -3452:exp2 -3453:dquad_dxdy_at_t\28SkPoint\20const*\2c\20float\2c\20double\29 -3454:do_scanline\28int\2c\20int\2c\20int\2c\20unsigned\20int\2c\20SkBlitter*\29 -3455:do_anti_hairline\28int\2c\20int\2c\20int\2c\20int\2c\20SkIRect\20const*\2c\20SkBlitter*\29 -3456:dline_dxdy_at_t\28SkPoint\20const*\2c\20float\2c\20double\29 -3457:directionFromFlags\28UBiDi*\29 -3458:destroy_face -3459:decltype\28fp\28nullptr\29\29\20SkArenaAlloc::make\20const&\2c\20skgpu::ganesh::DashOp::AAMode\2c\20SkMatrix\20const&\2c\20bool\29::$_0>\28skgpu::ganesh::DashOp::\28anonymous\20namespace\29::DashingCircleEffect::Make\28SkArenaAlloc*\2c\20SkRGBA4f<\28SkAlphaType\292>\20const&\2c\20skgpu::ganesh::DashOp::AAMode\2c\20SkMatrix\20const&\2c\20bool\29::$_0&&\29::'lambda'\28char*\29::__invoke\28char*\29 -3460:decltype\28fp\28nullptr\29\29\20SkArenaAlloc::make\28GrCaps\20const&\2c\20GrSurfaceProxyView\20const&\2c\20bool&\2c\20GrPipeline*&\2c\20GrUserStencilSettings\20const*&&\2c\20\28anonymous\20namespace\29::DrawAtlasPathShader*&\2c\20GrPrimitiveType&&\2c\20GrXferBarrierFlags&\2c\20GrLoadOp&\29::'lambda'\28void*\29>\28GrProgramInfo&&\29::'lambda'\28char*\29::__invoke\28char*\29 -3461:dcubic_dxdy_at_t\28SkPoint\20const*\2c\20float\2c\20double\29 -3462:dconic_dxdy_at_t\28SkPoint\20const*\2c\20float\2c\20double\29 -3463:cubic_intersect_ray\28SkPoint\20const*\2c\20float\2c\20SkDLine\20const&\2c\20SkIntersections*\29 -3464:conic_intersect_ray\28SkPoint\20const*\2c\20float\2c\20SkDLine\20const&\2c\20SkIntersections*\29 -3465:cleanup_shaders\28GrGLGpu*\2c\20SkTDArray\20const&\29 -3466:chop_mono_cubic_at_y\28SkPoint*\2c\20float\2c\20SkPoint*\29 -3467:check_inverse_on_empty_return\28SkRegion*\2c\20SkPath\20const&\2c\20SkRegion\20const&\29 -3468:check_intersection\28SkAnalyticEdge\20const*\2c\20int\2c\20int*\29 -3469:char\20const*\20std::__2::find\5babi:nn180100\5d\28char\20const*\2c\20char\20const*\2c\20char\20const&\29 -3470:cff_parse_real -3471:cff_parse_integer -3472:cff_index_read_offset -3473:cff_index_get_pointers -3474:cff_index_access_element -3475:cff2_path_param_t::move_to\28CFF::point_t\20const&\29 -3476:cff1_path_param_t::move_to\28CFF::point_t\20const&\29 -3477:cf2_hintmap_map -3478:cf2_glyphpath_pushPrevElem -3479:cf2_glyphpath_computeOffset -3480:cf2_glyphpath_closeOpenPath -3481:calculate_path_gap\28float\2c\20float\2c\20SkPath\20const&\29::$_1::operator\28\29\28int\29\20const -3482:calc_dot_cross_cubic\28SkPoint\20const&\2c\20SkPoint\20const&\2c\20SkPoint\20const&\29 -3483:bracketProcessBoundary\28BracketData*\2c\20int\2c\20unsigned\20char\2c\20unsigned\20char\29 -3484:bracketAddOpening\28BracketData*\2c\20char16_t\2c\20int\29 -3485:bool\20std::__2::equal\5babi:ne180100\5d\28float\20const*\2c\20float\20const*\2c\20float\20const*\2c\20std::__2::__equal_to\29 -3486:bool\20std::__2::__is_pointer_in_range\5babi:nn180100\5d\28char\20const*\2c\20char\20const*\2c\20char\20const*\29 -3487:bool\20hb_sanitize_context_t::check_array>\28OT::IntType\20const*\2c\20unsigned\20int\2c\20unsigned\20int\29\20const -3488:bool\20SkIsFinite\28float\20const*\2c\20int\29\20\28.683\29 -3489:bool\20SkIsFinite\28float\20const*\2c\20int\29 -3490:bool\20OT::match_lookahead>\28OT::hb_ot_apply_context_t*\2c\20unsigned\20int\2c\20OT::IntType\20const*\2c\20bool\20\28*\29\28hb_glyph_info_t&\2c\20unsigned\20int\2c\20void\20const*\29\2c\20void\20const*\2c\20unsigned\20int\2c\20unsigned\20int*\29 -3491:bool\20OT::match_backtrack>\28OT::hb_ot_apply_context_t*\2c\20unsigned\20int\2c\20OT::IntType\20const*\2c\20bool\20\28*\29\28hb_glyph_info_t&\2c\20unsigned\20int\2c\20void\20const*\29\2c\20void\20const*\2c\20unsigned\20int*\29 -3492:bool\20OT::glyf_impl::Glyph::get_points\28hb_font_t*\2c\20OT::glyf_accelerator_t\20const&\2c\20contour_point_vector_t&\2c\20hb_glyf_scratch_t&\2c\20contour_point_vector_t*\2c\20head_maxp_info_t*\2c\20unsigned\20int*\2c\20bool\2c\20bool\2c\20bool\2c\20hb_array_t\2c\20unsigned\20int\2c\20unsigned\20int*\29\20const -3493:bool\20OT::glyf_accelerator_t::get_points\28hb_font_t*\2c\20unsigned\20int\2c\20OT::glyf_accelerator_t::points_aggregator_t\2c\20hb_array_t\2c\20hb_glyf_scratch_t&\29\20const -3494:bool\20OT::OffsetTo\2c\20void\2c\20true>::sanitize<>\28hb_sanitize_context_t*\2c\20void\20const*\29\20const -3495:bool\20OT::OffsetTo\2c\20void\2c\20true>::sanitize<>\28hb_sanitize_context_t*\2c\20void\20const*\29\20const -3496:bool\20OT::OffsetTo\2c\20OT::IntType\2c\20void\2c\20true>::sanitize<>\28hb_sanitize_context_t*\2c\20void\20const*\29\20const -3497:bool\20OT::OffsetTo\2c\20OT::IntType\2c\20void\2c\20true>::sanitize<>\28hb_sanitize_context_t*\2c\20void\20const*\29\20const -3498:bool\20OT::OffsetTo>\2c\20OT::IntType\2c\20void\2c\20false>::sanitize<>\28hb_sanitize_context_t*\2c\20void\20const*\29\20const -3499:bool\20OT::Condition::evaluate\28int\20const*\2c\20unsigned\20int\2c\20OT::ItemVarStoreInstancer*\29\20const -3500:blitrect\28SkBlitter*\2c\20SkIRect\20const&\29 -3501:blit_single_alpha\28AdditiveBlitter*\2c\20int\2c\20int\2c\20unsigned\20char\2c\20unsigned\20char\2c\20unsigned\20char*\2c\20bool\29 -3502:blit_aaa_trapezoid_row\28AdditiveBlitter*\2c\20int\2c\20int\2c\20int\2c\20int\2c\20int\2c\20int\2c\20int\2c\20unsigned\20char\2c\20unsigned\20char*\2c\20bool\29 -3503:atan -3504:append_index_uv_varyings\28GrGeometryProcessor::ProgramImpl::EmitArgs&\2c\20int\2c\20char\20const*\2c\20char\20const*\2c\20GrGLSLVarying*\2c\20GrGLSLVarying*\2c\20GrGLSLVarying*\29 -3505:antifillrect\28SkRect\20const&\2c\20SkBlitter*\29 -3506:af_property_get_face_globals -3507:af_latin_hints_link_segments -3508:af_latin_compute_stem_width -3509:af_latin_align_linked_edge -3510:af_iup_interp -3511:af_glyph_hints_save -3512:af_glyph_hints_done -3513:af_cjk_align_linked_edge -3514:add_stop_color\28SkRasterPipelineContexts::GradientCtx*\2c\20unsigned\20long\2c\20SkRGBA4f<\28SkAlphaType\292>\20const&\2c\20SkRGBA4f<\28SkAlphaType\292>\20const&\29 -3515:add_quad\28SkPoint\20const*\2c\20skia_private::TArray*\29 -3516:add_const_color\28SkRasterPipelineContexts::GradientCtx*\2c\20unsigned\20long\2c\20SkRGBA4f<\28SkAlphaType\292>\20const&\29 -3517:acos -3518:aaa_fill_path\28SkPath\20const&\2c\20SkIRect\20const&\2c\20AdditiveBlitter*\2c\20int\2c\20int\2c\20bool\2c\20bool\2c\20bool\29 -3519:_iup_worker_interpolate -3520:_hb_head_t\29&>\28fp\29\2c\20std::forward>\28fp0\29\2c\20\28hb_priority<16u>\29\28\29\29\29>::type\20$_22::operator\28\29\29&\2c\20hb_pair_t>\28find_syllables_use\28hb_buffer_t*\29::'lambda'\28hb_pair_t\29&\2c\20hb_pair_t&&\29\20const -3521:_hb_font_adopt_var_coords\28hb_font_t*\2c\20int*\2c\20float*\2c\20unsigned\20int\29 -3522:_get_path\28OT::cff1::accelerator_t\20const*\2c\20hb_font_t*\2c\20unsigned\20int\2c\20hb_draw_session_t&\2c\20bool\2c\20CFF::point_t*\29 -3523:_get_bounds\28OT::cff1::accelerator_t\20const*\2c\20unsigned\20int\2c\20bounds_t&\2c\20bool\29 -3524:__trunctfdf2 -3525:__towrite -3526:__toread -3527:__subtf3 -3528:__strchrnul -3529:__rem_pio2f -3530:__rem_pio2 -3531:__overflow -3532:__fwritex -3533:__cxxabiv1::__class_type_info::process_static_type_below_dst\28__cxxabiv1::__dynamic_cast_info*\2c\20void\20const*\2c\20int\29\20const -3534:__cxxabiv1::__class_type_info::process_static_type_above_dst\28__cxxabiv1::__dynamic_cast_info*\2c\20void\20const*\2c\20void\20const*\2c\20int\29\20const -3535:__cxxabiv1::__class_type_info::process_found_base_class\28__cxxabiv1::__dynamic_cast_info*\2c\20void*\2c\20int\29\20const -3536:__cxxabiv1::__base_class_type_info::search_above_dst\28__cxxabiv1::__dynamic_cast_info*\2c\20void\20const*\2c\20void\20const*\2c\20int\2c\20bool\29\20const -3537:\28anonymous\20namespace\29::subdivide_cubic_to\28SkPathBuilder*\2c\20SkPoint\20const*\2c\20int\29 -3538:\28anonymous\20namespace\29::split_conic\28SkPoint\20const*\2c\20SkConic*\2c\20float\29 -3539:\28anonymous\20namespace\29::single_pass_shape\28GrStyledShape\20const&\29 -3540:\28anonymous\20namespace\29::shift_left\28skvx::Vec<4\2c\20float>\20const&\2c\20int\29 -3541:\28anonymous\20namespace\29::shape_contains_rect\28GrShape\20const&\2c\20SkMatrix\20const&\2c\20SkMatrix\20const&\2c\20SkRect\20const&\2c\20SkMatrix\20const&\2c\20bool\29 -3542:\28anonymous\20namespace\29::set_gl_stencil\28GrGLInterface\20const*\2c\20GrStencilSettings::Face\20const&\2c\20unsigned\20int\29 -3543:\28anonymous\20namespace\29::make_blend\28sk_sp\2c\20sk_sp\2c\20sk_sp\2c\20SkImageFilters::CropRect\20const&\2c\20std::__2::optional\2c\20bool\29::$_0::operator\28\29\28sk_sp\29\20const -3544:\28anonymous\20namespace\29::get_tile_count\28SkIRect\20const&\2c\20int\29 -3545:\28anonymous\20namespace\29::generateGlyphPathStatic\28FT_FaceRec_*\2c\20SkPathBuilder*\29 -3546:\28anonymous\20namespace\29::generateFacePathCOLRv1\28FT_FaceRec_*\2c\20unsigned\20short\2c\20SkMatrix\20const*\29 -3547:\28anonymous\20namespace\29::gather_lines_and_quads\28SkPath\20const&\2c\20SkMatrix\20const&\2c\20SkIRect\20const&\2c\20float\2c\20bool\2c\20skia_private::TArray*\2c\20skia_private::TArray*\2c\20skia_private::TArray*\2c\20skia_private::TArray*\2c\20skia_private::TArray*\29::$_0::operator\28\29\28SkPoint\20const*\2c\20bool\29\20const -3548:\28anonymous\20namespace\29::convert_noninflect_cubic_to_quads_with_constraint\28SkPoint\20const*\2c\20float\2c\20SkPathFirstDirection\2c\20skia_private::TArray*\2c\20int\29 -3549:\28anonymous\20namespace\29::convert_noninflect_cubic_to_quads\28SkPoint\20const*\2c\20float\2c\20skia_private::TArray*\2c\20int\2c\20bool\2c\20bool\29 -3550:\28anonymous\20namespace\29::colrv1_configure_skpaint\28FT_FaceRec_*\2c\20SkSpan\20const&\2c\20unsigned\20int\2c\20FT_COLR_Paint_\20const&\2c\20SkPaint*\29::$_0::operator\28\29\28FT_ColorStopIterator_\20const&\2c\20std::__2::vector>&\2c\20std::__2::vector\2c\20std::__2::allocator>>&\29\20const -3551:\28anonymous\20namespace\29::bloat_quad\28SkPoint\20const*\2c\20SkMatrix\20const*\2c\20SkMatrix\20const*\2c\20\28anonymous\20namespace\29::BezierVertex*\29 -3552:\28anonymous\20namespace\29::TriangulatingPathOp::CreateMesh\28GrMeshDrawTarget*\2c\20sk_sp\2c\20int\2c\20int\29 -3553:\28anonymous\20namespace\29::TransformedMaskSubRun::~TransformedMaskSubRun\28\29 -3554:\28anonymous\20namespace\29::TransformedMaskSubRun::testingOnly_packedGlyphIDToGlyph\28sktext::gpu::StrikeCache*\29\20const -3555:\28anonymous\20namespace\29::StaticVertexAllocator::~StaticVertexAllocator\28\29 -3556:\28anonymous\20namespace\29::SkMorphologyImageFilter::radii\28skif::Mapping\20const&\29\20const -3557:\28anonymous\20namespace\29::SkFTGeometrySink::goingTo\28FT_Vector_\20const*\29 -3558:\28anonymous\20namespace\29::SkCropImageFilter::cropRect\28skif::Mapping\20const&\29\20const -3559:\28anonymous\20namespace\29::ShapedRun::~ShapedRun\28\29 -3560:\28anonymous\20namespace\29::PathSubRun::canReuse\28SkPaint\20const&\2c\20SkMatrix\20const&\29\20const -3561:\28anonymous\20namespace\29::MemoryPoolAccessor::pool\28\29\20const -3562:\28anonymous\20namespace\29::DrawAtlasOpImpl::visitProxies\28std::__2::function\20const&\29\20const -3563:\28anonymous\20namespace\29::DrawAtlasOpImpl::programInfo\28\29 -3564:\28anonymous\20namespace\29::DrawAtlasOpImpl::onExecute\28GrOpFlushState*\2c\20SkRect\20const&\29 -3565:TT_Vary_Apply_Glyph_Deltas -3566:TT_Set_Var_Design -3567:TT_Get_VMetrics -3568:SkWriter32::writeRegion\28SkRegion\20const&\29 -3569:SkVertices::Sizes::Sizes\28SkVertices::Desc\20const&\29 -3570:SkVertices::MakeCopy\28SkVertices::VertexMode\2c\20int\2c\20SkPoint\20const*\2c\20SkPoint\20const*\2c\20unsigned\20int\20const*\2c\20int\2c\20unsigned\20short\20const*\29 -3571:SkVertices::Builder::~Builder\28\29 -3572:SkVertices::Builder::detach\28\29 -3573:SkUnitScalarClampToByte\28float\29 -3574:SkUTF::ToUTF16\28int\2c\20unsigned\20short*\29 -3575:SkTypeface_FreeType::~SkTypeface_FreeType\28\29 -3576:SkTextBlobBuilder::allocInternal\28SkFont\20const&\2c\20SkTextBlob::GlyphPositioning\2c\20int\2c\20int\2c\20SkPoint\2c\20SkRect\20const*\29 -3577:SkTextBlob::RunRecord::textSizePtr\28\29\20const -3578:SkTSpan::markCoincident\28\29 -3579:SkTSect::markSpanGone\28SkTSpan*\29 -3580:SkTSect::computePerpendiculars\28SkTSect*\2c\20SkTSpan*\2c\20SkTSpan*\29 -3581:SkTMultiMap::insert\28skgpu::ScratchKey\20const&\2c\20GrGpuResource*\29 -3582:SkTLazy::getMaybeNull\28\29 -3583:SkTDStorage::moveTail\28int\2c\20int\2c\20int\29 -3584:SkTDStorage::calculateSizeOrDie\28int\29 -3585:SkTDArray::append\28int\29 -3586:SkTDArray::append\28\29 -3587:SkTConic::hullIntersects\28SkDConic\20const&\2c\20bool*\29\20const -3588:SkTBlockList::pop_back\28\29 -3589:SkSurfaces::Raster\28SkImageInfo\20const&\2c\20SkSurfaceProps\20const*\29 -3590:SkSurface_Raster::onGetBaseRecorder\28\29\20const -3591:SkSurface_Base::~SkSurface_Base\28\29 -3592:SkSurface_Base::aboutToDraw\28SkSurface::ContentChangeMode\29 -3593:SkSurfaceValidateRasterInfo\28SkImageInfo\20const&\2c\20unsigned\20long\29 -3594:SkStrokeRec::init\28SkPaint\20const&\2c\20SkPaint::Style\2c\20float\29 -3595:SkStrokeRec::getInflationRadius\28\29\20const -3596:SkString::printVAList\28char\20const*\2c\20void*\29 -3597:SkStrikeSpec::SkStrikeSpec\28SkStrikeSpec&&\29 -3598:SkStrikeSpec::MakeWithNoDevice\28SkFont\20const&\2c\20SkPaint\20const*\29 -3599:SkStrikeSpec::MakePath\28SkFont\20const&\2c\20SkPaint\20const&\2c\20SkSurfaceProps\20const&\2c\20SkScalerContextFlags\29 -3600:SkStrikeCache::findOrCreateStrike\28SkStrikeSpec\20const&\29 -3601:SkStrike::prepareForPath\28SkGlyph*\29 -3602:SkSpriteBlitter::SkSpriteBlitter\28SkPixmap\20const&\29 -3603:SkSpecialImage::~SkSpecialImage\28\29 -3604:SkSpecialImage::makeSubset\28SkIRect\20const&\29\20const -3605:SkSpecialImage::makePixelOutset\28\29\20const -3606:SkShapers::HB::ScriptRunIterator\28char\20const*\2c\20unsigned\20long\29 -3607:SkShaper::TrivialRunIterator::endOfCurrentRun\28\29\20const -3608:SkShaper::TrivialRunIterator::consume\28\29 -3609:SkShaper::TrivialRunIterator::atEnd\28\29\20const -3610:SkShaper::TrivialFontRunIterator::~TrivialFontRunIterator\28\29 -3611:SkShaders::MatrixRec::MatrixRec\28SkMatrix\20const&\29 -3612:SkShaderUtils::GLSLPrettyPrint::tabString\28\29 -3613:SkShaderBlurAlgorithm::Compute1DBlurKernel\28float\2c\20int\2c\20SkSpan\29 -3614:SkScanClipper::~SkScanClipper\28\29 -3615:SkScanClipper::SkScanClipper\28SkBlitter*\2c\20SkRegion\20const*\2c\20SkIRect\20const&\2c\20bool\2c\20bool\29 -3616:SkScan::HairLineRgn\28SkPoint\20const*\2c\20int\2c\20SkRegion\20const*\2c\20SkBlitter*\29 -3617:SkScan::FillTriangle\28SkPoint\20const*\2c\20SkRasterClip\20const&\2c\20SkBlitter*\29 -3618:SkScan::FillPath\28SkPath\20const&\2c\20SkRasterClip\20const&\2c\20SkBlitter*\29 -3619:SkScan::FillIRect\28SkIRect\20const&\2c\20SkRasterClip\20const&\2c\20SkBlitter*\29 -3620:SkScan::AntiHairLine\28SkPoint\20const*\2c\20int\2c\20SkRasterClip\20const&\2c\20SkBlitter*\29 -3621:SkScan::AntiHairLineRgn\28SkPoint\20const*\2c\20int\2c\20SkRegion\20const*\2c\20SkBlitter*\29 -3622:SkScan::AntiFillXRect\28SkIRect\20const&\2c\20SkRegion\20const*\2c\20SkBlitter*\29 -3623:SkScan::AntiFillPath\28SkPath\20const&\2c\20SkRegion\20const&\2c\20SkBlitter*\2c\20bool\29 -3624:SkScalerContext_FreeType::updateGlyphBoundsIfSubpixel\28SkGlyph\20const&\2c\20SkRect*\2c\20bool\29 -3625:SkScalerContextRec::CachedMaskGamma\28unsigned\20char\2c\20unsigned\20char\29 -3626:SkScalerContextFTUtils::drawSVGGlyph\28FT_FaceRec_*\2c\20SkGlyph\20const&\2c\20unsigned\20int\2c\20SkSpan\2c\20SkCanvas*\29\20const -3627:SkScalerContext::~SkScalerContext\28\29 -3628:SkSTArenaAlloc<3332ul>::SkSTArenaAlloc\28unsigned\20long\29 -3629:SkSTArenaAlloc<2048ul>::SkSTArenaAlloc\28unsigned\20long\29 -3630:SkSL::type_is_valid_for_coords\28SkSL::Type\20const&\29 -3631:SkSL::simplify_negation\28SkSL::Context\20const&\2c\20SkSL::Position\2c\20SkSL::Expression\20const&\29 -3632:SkSL::simplify_matrix_multiplication\28SkSL::Context\20const&\2c\20SkSL::Position\2c\20SkSL::Expression\20const&\2c\20SkSL::Expression\20const&\2c\20int\2c\20int\2c\20int\2c\20int\29 -3633:SkSL::simplify_componentwise\28SkSL::Context\20const&\2c\20SkSL::Position\2c\20SkSL::Expression\20const&\2c\20SkSL::Operator\2c\20SkSL::Expression\20const&\29 -3634:SkSL::replace_empty_with_nop\28std::__2::unique_ptr>\2c\20bool\29 -3635:SkSL::find_generic_index\28SkSL::Type\20const&\2c\20SkSL::Type\20const&\2c\20bool\29 -3636:SkSL::evaluate_intrinsic_numeric\28SkSL::Context\20const&\2c\20std::__2::array\20const&\2c\20SkSL::Type\20const&\2c\20double\20\28*\29\28double\2c\20double\2c\20double\29\29 -3637:SkSL::eliminate_unreachable_code\28SkSpan>>\2c\20SkSL::ProgramUsage*\29::UnreachableCodeEliminator::~UnreachableCodeEliminator\28\29 -3638:SkSL::coalesce_n_way_vector\28SkSL::Expression\20const*\2c\20SkSL::Expression\20const*\2c\20double\2c\20SkSL::Type\20const&\2c\20double\20\28*\29\28double\2c\20double\2c\20double\29\2c\20double\20\28*\29\28double\29\29 -3639:SkSL::check_main_signature\28SkSL::Context\20const&\2c\20SkSL::Position\2c\20SkSL::Type\20const&\2c\20skia_private::TArray>\2c\20true>&\29::$_0::operator\28\29\28int\29\20const -3640:SkSL::build_argument_type_list\28SkSpan>\20const>\29 -3641:SkSL::\28anonymous\20namespace\29::SwitchCaseContainsExit::visitStatement\28SkSL::Statement\20const&\29 -3642:SkSL::\28anonymous\20namespace\29::ReturnsInputAlphaVisitor::returnsInputAlpha\28SkSL::Expression\20const&\29 -3643:SkSL::\28anonymous\20namespace\29::FinalizationVisitor::~FinalizationVisitor\28\29 -3644:SkSL::\28anonymous\20namespace\29::ES2IndexingVisitor::~ES2IndexingVisitor\28\29 -3645:SkSL::\28anonymous\20namespace\29::ConstantExpressionVisitor::visitExpression\28SkSL::Expression\20const&\29 -3646:SkSL::Variable::~Variable\28\29 -3647:SkSL::Variable::Make\28SkSL::Position\2c\20SkSL::Position\2c\20SkSL::Layout\20const&\2c\20SkSL::ModifierFlags\2c\20SkSL::Type\20const*\2c\20std::__2::basic_string_view>\2c\20std::__2::basic_string\2c\20std::__2::allocator>\2c\20bool\2c\20SkSL::VariableStorage\29 -3648:SkSL::Variable::Convert\28SkSL::Context\20const&\2c\20SkSL::Position\2c\20SkSL::Position\2c\20SkSL::Layout\20const&\2c\20SkSL::ModifierFlags\2c\20SkSL::Type\20const*\2c\20SkSL::Position\2c\20std::__2::basic_string_view>\2c\20SkSL::VariableStorage\29 -3649:SkSL::VarDeclaration::~VarDeclaration\28\29 -3650:SkSL::VarDeclaration::Make\28SkSL::Context\20const&\2c\20SkSL::Variable*\2c\20SkSL::Type\20const*\2c\20int\2c\20std::__2::unique_ptr>\29 -3651:SkSL::Type::isStorageTexture\28\29\20const -3652:SkSL::Type::convertArraySize\28SkSL::Context\20const&\2c\20SkSL::Position\2c\20SkSL::Position\2c\20long\20long\29\20const -3653:SkSL::Type::MakeSamplerType\28char\20const*\2c\20SkSL::Type\20const&\29 -3654:SkSL::Transform::HoistSwitchVarDeclarationsAtTopLevel\28SkSL::Context\20const&\2c\20skia_private::STArray<2\2c\20std::__2::unique_ptr>\2c\20true>&\2c\20SkSL::SymbolTable&\2c\20SkSL::Position\29::HoistSwitchVarDeclsVisitor::~HoistSwitchVarDeclsVisitor\28\29 -3655:SkSL::Transform::EliminateDeadGlobalVariables\28SkSL::Program&\29::$_2::operator\28\29\28SkSL::ProgramElement\20const&\29\20const -3656:SkSL::TernaryExpression::~TernaryExpression\28\29 -3657:SkSL::SymbolTable::SymbolKey::operator==\28SkSL::SymbolTable::SymbolKey\20const&\29\20const -3658:SkSL::SingleArgumentConstructor::~SingleArgumentConstructor\28\29 -3659:SkSL::RP::UnownedLValueSlice::~UnownedLValueSlice\28\29 -3660:SkSL::RP::SlotManager::createSlots\28std::__2::basic_string\2c\20std::__2::allocator>\2c\20SkSL::Type\20const&\2c\20SkSL::Position\2c\20bool\29 -3661:SkSL::RP::SlotManager::addSlotDebugInfoForGroup\28std::__2::basic_string\2c\20std::__2::allocator>\20const&\2c\20SkSL::Type\20const&\2c\20SkSL::Position\2c\20int*\2c\20bool\29 -3662:SkSL::RP::Program::makeStages\28skia_private::TArray*\2c\20SkArenaAlloc*\2c\20SkSpan\2c\20SkSL::RP::Program::SlotData\20const&\29\20const::$_4::operator\28\29\28\29\20const -3663:SkSL::RP::Program::makeStages\28skia_private::TArray*\2c\20SkArenaAlloc*\2c\20SkSpan\2c\20SkSL::RP::Program::SlotData\20const&\29\20const::$_1::operator\28\29\28int\29\20const -3664:SkSL::RP::Program::appendCopySlotsMasked\28skia_private::TArray*\2c\20SkArenaAlloc*\2c\20unsigned\20int\2c\20unsigned\20int\2c\20int\29\20const -3665:SkSL::RP::LValueSlice::~LValueSlice\28\29 -3666:SkSL::RP::Generator::pushTraceScopeMask\28\29 -3667:SkSL::RP::Generator::pushTernaryExpression\28SkSL::Expression\20const&\2c\20SkSL::Expression\20const&\2c\20SkSL::Expression\20const&\29 -3668:SkSL::RP::Generator::pushStructuredComparison\28SkSL::RP::LValue*\2c\20SkSL::Operator\2c\20SkSL::RP::LValue*\2c\20SkSL::Type\20const&\29 -3669:SkSL::RP::Generator::pushPrefixExpression\28SkSL::Operator\2c\20SkSL::Expression\20const&\29 -3670:SkSL::RP::Generator::pushMatrixMultiply\28SkSL::RP::LValue*\2c\20SkSL::Expression\20const&\2c\20SkSL::Expression\20const&\2c\20int\2c\20int\2c\20int\2c\20int\29 -3671:SkSL::RP::Generator::pushAbsFloatIntrinsic\28int\29 -3672:SkSL::RP::Generator::needsReturnMask\28SkSL::FunctionDefinition\20const*\29 -3673:SkSL::RP::Generator::needsFunctionResultSlots\28SkSL::FunctionDefinition\20const*\29 -3674:SkSL::RP::Generator::foldWithMultiOp\28SkSL::RP::BuilderOp\2c\20int\29 -3675:SkSL::RP::Generator::GetTypedOp\28SkSL::Type\20const&\2c\20SkSL::RP::Generator::TypedOps\20const&\29 -3676:SkSL::RP::DynamicIndexLValue::~DynamicIndexLValue\28\29 -3677:SkSL::RP::Builder::select\28int\29 -3678:SkSL::RP::Builder::push_uniform\28SkSL::RP::SlotRange\29 -3679:SkSL::RP::Builder::pop_loop_mask\28\29 -3680:SkSL::RP::Builder::merge_condition_mask\28\29 -3681:SkSL::RP::Builder::branch_if_no_active_lanes_on_stack_top_equal\28int\2c\20int\29 -3682:SkSL::RP::AutoStack&\20std::__2::optional::emplace\5babi:ne180100\5d\28SkSL::RP::Generator*&\29 -3683:SkSL::ProgramUsage::add\28SkSL::ProgramElement\20const&\29 -3684:SkSL::PipelineStage::PipelineStageCodeGenerator::modifierString\28SkSL::ModifierFlags\29 -3685:SkSL::PipelineStage::ConvertProgram\28SkSL::Program\20const&\2c\20char\20const*\2c\20char\20const*\2c\20char\20const*\2c\20SkSL::PipelineStage::Callbacks*\29 -3686:SkSL::Parser::unsizedArrayType\28SkSL::Type\20const*\2c\20SkSL::Position\29 -3687:SkSL::Parser::unaryExpression\28\29 -3688:SkSL::Parser::swizzle\28SkSL::Position\2c\20std::__2::unique_ptr>\2c\20std::__2::basic_string_view>\2c\20SkSL::Position\29 -3689:SkSL::Parser::poison\28SkSL::Position\29 -3690:SkSL::Parser::checkIdentifier\28SkSL::Token*\29 -3691:SkSL::Parser::block\28bool\2c\20std::__2::unique_ptr>*\29 -3692:SkSL::Parser::Checkpoint::ForwardingErrorReporter::~ForwardingErrorReporter\28\29 -3693:SkSL::Operator::getBinaryPrecedence\28\29\20const -3694:SkSL::MultiArgumentConstructor::~MultiArgumentConstructor\28\29 -3695:SkSL::ModuleLoader::loadGPUModule\28SkSL::Compiler*\29 -3696:SkSL::ModifierFlags::checkPermittedFlags\28SkSL::Context\20const&\2c\20SkSL::Position\2c\20SkSL::ModifierFlags\29\20const -3697:SkSL::Mangler::uniqueName\28std::__2::basic_string_view>\2c\20SkSL::SymbolTable*\29 -3698:SkSL::LiteralType::slotType\28unsigned\20long\29\20const -3699:SkSL::Literal::MakeFloat\28SkSL::Position\2c\20float\2c\20SkSL::Type\20const*\29 -3700:SkSL::Literal::MakeBool\28SkSL::Position\2c\20bool\2c\20SkSL::Type\20const*\29 -3701:SkSL::Layout::checkPermittedLayout\28SkSL::Context\20const&\2c\20SkSL::Position\2c\20SkEnumBitMask\29\20const -3702:SkSL::IfStatement::Make\28SkSL::Context\20const&\2c\20SkSL::Position\2c\20std::__2::unique_ptr>\2c\20std::__2::unique_ptr>\2c\20std::__2::unique_ptr>\29 -3703:SkSL::IRHelpers::Binary\28std::__2::unique_ptr>\2c\20SkSL::Operator\2c\20std::__2::unique_ptr>\29\20const -3704:SkSL::GlobalVarDeclaration::~GlobalVarDeclaration\28\29_5559 -3705:SkSL::GlobalVarDeclaration::~GlobalVarDeclaration\28\29 -3706:SkSL::GLSLCodeGenerator::~GLSLCodeGenerator\28\29 -3707:SkSL::GLSLCodeGenerator::writeLiteral\28SkSL::Literal\20const&\29 -3708:SkSL::GLSLCodeGenerator::writeFunctionDeclaration\28SkSL::FunctionDeclaration\20const&\29 -3709:SkSL::GLSLCodeGenerator::shouldRewriteVoidTypedFunctions\28SkSL::FunctionDeclaration\20const*\29\20const -3710:SkSL::FunctionDefinition::Convert\28SkSL::Context\20const&\2c\20SkSL::Position\2c\20SkSL::FunctionDeclaration\20const&\2c\20std::__2::unique_ptr>\29::Finalizer::~Finalizer\28\29 -3711:SkSL::ForStatement::Make\28SkSL::Context\20const&\2c\20SkSL::Position\2c\20SkSL::ForLoopPositions\2c\20std::__2::unique_ptr>\2c\20std::__2::unique_ptr>\2c\20std::__2::unique_ptr>\2c\20std::__2::unique_ptr>\2c\20std::__2::unique_ptr>\2c\20std::__2::unique_ptr>\29 -3712:SkSL::Expression::isIncomplete\28SkSL::Context\20const&\29\20const -3713:SkSL::Expression::compareConstant\28SkSL::Expression\20const&\29\20const -3714:SkSL::DoStatement::~DoStatement\28\29 -3715:SkSL::DebugTracePriv::~DebugTracePriv\28\29 -3716:SkSL::ConstructorArrayCast::Make\28SkSL::Context\20const&\2c\20SkSL::Position\2c\20SkSL::Type\20const&\2c\20std::__2::unique_ptr>\29 -3717:SkSL::ConstructorArray::~ConstructorArray\28\29 -3718:SkSL::ConstantFolder::GetConstantValueOrNull\28SkSL::Expression\20const&\29 -3719:SkSL::Compiler::runInliner\28SkSL::Inliner*\2c\20std::__2::vector>\2c\20std::__2::allocator>>>\20const&\2c\20SkSL::SymbolTable*\2c\20SkSL::ProgramUsage*\29 -3720:SkSL::Block::~Block\28\29 -3721:SkSL::BinaryExpression::~BinaryExpression\28\29 -3722:SkSL::BinaryExpression::Make\28SkSL::Context\20const&\2c\20SkSL::Position\2c\20std::__2::unique_ptr>\2c\20SkSL::Operator\2c\20std::__2::unique_ptr>\2c\20SkSL::Type\20const*\29 -3723:SkSL::Analysis::GetReturnComplexity\28SkSL::FunctionDefinition\20const&\29 -3724:SkSL::Analysis::FindFunctionsToSpecialize\28SkSL::Program\20const&\2c\20SkSL::Analysis::SpecializationInfo*\2c\20std::__2::function\20const&\29::Searcher::~Searcher\28\29 -3725:SkSL::Analysis::CheckProgramStructure\28SkSL::Program\20const&\29::ProgramStructureVisitor::~ProgramStructureVisitor\28\29 -3726:SkSL::Analysis::CallsColorTransformIntrinsics\28SkSL::Program\20const&\29 -3727:SkSL::AliasType::bitWidth\28\29\20const -3728:SkRuntimeShader::uniformData\28SkColorSpace\20const*\29\20const -3729:SkRuntimeEffectPriv::VarAsUniform\28SkSL::Variable\20const&\2c\20SkSL::Context\20const&\2c\20unsigned\20long*\29 -3730:SkRuntimeEffect::makeShader\28sk_sp\2c\20SkSpan\2c\20SkMatrix\20const*\29\20const -3731:SkRuntimeEffect::MakeForShader\28SkString\29 -3732:SkRgnBuilder::~SkRgnBuilder\28\29 -3733:SkResourceCache::~SkResourceCache\28\29 -3734:SkResourceCache::purgeAsNeeded\28bool\29 -3735:SkResourceCache::checkMessages\28\29 -3736:SkResourceCache::Key::operator==\28SkResourceCache::Key\20const&\29\20const -3737:SkRegion::translate\28int\2c\20int\2c\20SkRegion*\29\20const -3738:SkRegion::quickReject\28SkIRect\20const&\29\20const -3739:SkRegion::op\28SkRegion\20const&\2c\20SkIRect\20const&\2c\20SkRegion::Op\29 -3740:SkRegion::RunHead::findScanline\28int\29\20const -3741:SkRegion::RunHead::Alloc\28int\29 -3742:SkReduceOrder::Cubic\28SkPoint\20const*\2c\20SkPoint*\29 -3743:SkRect::set\28SkPoint\20const&\2c\20SkPoint\20const&\29 -3744:SkRect::setBoundsCheck\28SkSpan\29 -3745:SkRect::offset\28float\2c\20float\29 -3746:SkRect*\20SkRecordCanvas::copy\28SkRect\20const*\29 -3747:SkRecords::PreCachedPath::PreCachedPath\28SkPath\20const&\29 -3748:SkRecords::FillBounds::pushSaveBlock\28SkPaint\20const*\2c\20bool\29 -3749:SkRecordDraw\28SkRecord\20const&\2c\20SkCanvas*\2c\20SkPicture\20const*\20const*\2c\20SkDrawable*\20const*\2c\20int\2c\20SkBBoxHierarchy\20const*\2c\20SkPicture::AbortCallback*\29 -3750:SkRecordCanvas::~SkRecordCanvas\28\29 -3751:SkRasterPipelineBlitter::~SkRasterPipelineBlitter\28\29 -3752:SkRasterPipelineBlitter::blitRect\28int\2c\20int\2c\20int\2c\20int\29 -3753:SkRasterPipelineBlitter::blitMask\28SkMask\20const&\2c\20SkIRect\20const&\29::$_0::operator\28\29\28int\2c\20SkRasterPipelineContexts::MemoryCtx*\29\20const -3754:SkRasterPipelineBlitter::blitMask\28SkMask\20const&\2c\20SkIRect\20const&\29 -3755:SkRasterPipeline::appendStore\28SkColorType\2c\20SkRasterPipelineContexts::MemoryCtx\20const*\29 -3756:SkRasterClip::op\28SkPath\20const&\2c\20SkMatrix\20const&\2c\20SkClipOp\2c\20bool\29 -3757:SkRasterClip::convertToAA\28\29 -3758:SkRRectPriv::ConservativeIntersect\28SkRRect\20const&\2c\20SkRRect\20const&\29::$_1::operator\28\29\28SkRect\20const&\2c\20SkRRect::Corner\29\20const -3759:SkRRectPriv::ConservativeIntersect\28SkRRect\20const&\2c\20SkRRect\20const&\29 -3760:SkRRect::scaleRadii\28\29 -3761:SkRRect::AreRectAndRadiiValid\28SkRect\20const&\2c\20SkPoint\20const*\29 -3762:SkRGBA4f<\28SkAlphaType\292>*\20SkArenaAlloc::makeArray>\28unsigned\20long\29 -3763:SkQuadConstruct::initWithStart\28SkQuadConstruct*\29 -3764:SkQuadConstruct::initWithEnd\28SkQuadConstruct*\29 -3765:SkPointPriv::DistanceToLineBetweenSqd\28SkPoint\20const&\2c\20SkPoint\20const&\2c\20SkPoint\20const&\2c\20SkPointPriv::Side*\29 -3766:SkPoint::setNormalize\28float\2c\20float\29 -3767:SkPoint::setLength\28float\2c\20float\2c\20float\29 -3768:SkPixmap::setColorSpace\28sk_sp\29 -3769:SkPixmap::rowBytesAsPixels\28\29\20const -3770:SkPixelRef::getGenerationID\28\29\20const -3771:SkPictureRecorder::~SkPictureRecorder\28\29 -3772:SkPictureRecorder::SkPictureRecorder\28\29 -3773:SkPicture::~SkPicture\28\29 -3774:SkPerlinNoiseShader::PaintingData::random\28\29 -3775:SkPathWriter::~SkPathWriter\28\29 -3776:SkPathWriter::update\28SkOpPtT\20const*\29 -3777:SkPathWriter::lineTo\28\29 -3778:SkPathWriter::SkPathWriter\28SkPath&\29 -3779:SkPathStroker::strokeCloseEnough\28SkPoint\20const*\2c\20SkPoint\20const*\2c\20SkQuadConstruct*\29\20const -3780:SkPathStroker::setRayPts\28SkPoint\20const&\2c\20SkPoint*\2c\20SkPoint*\2c\20SkPoint*\29\20const -3781:SkPathStroker::quadPerpRay\28SkPoint\20const*\2c\20float\2c\20SkPoint*\2c\20SkPoint*\2c\20SkPoint*\29\20const -3782:SkPathStroker::finishContour\28bool\2c\20bool\29 -3783:SkPathStroker::conicPerpRay\28SkConic\20const&\2c\20float\2c\20SkPoint*\2c\20SkPoint*\2c\20SkPoint*\29\20const -3784:SkPathPriv::IsRectContour\28SkPath\20const&\2c\20bool\2c\20int*\2c\20SkPoint\20const**\2c\20bool*\2c\20SkPathDirection*\2c\20SkRect*\29 -3785:SkPathPriv::AddGenIDChangeListener\28SkPath\20const&\2c\20sk_sp\29 -3786:SkPathBuilder::operator=\28SkPathBuilder\20const&\29 -3787:SkPathBuilder::addRect\28SkRect\20const&\2c\20SkPathDirection\2c\20unsigned\20int\29 -3788:SkPathBuilder::addPolygon\28SkSpan\2c\20bool\29 -3789:SkPath::rQuadTo\28float\2c\20float\2c\20float\2c\20float\29 -3790:SkPath::quadTo\28float\2c\20float\2c\20float\2c\20float\29 -3791:SkPath::isLastContourClosed\28\29\20const -3792:SkPath::incReserve\28int\2c\20int\2c\20int\29 -3793:SkPath::contains\28float\2c\20float\29\20const -3794:SkPath::conicTo\28float\2c\20float\2c\20float\2c\20float\2c\20float\29 -3795:SkPath::arcTo\28SkRect\20const&\2c\20float\2c\20float\2c\20bool\29::$_0::operator\28\29\28SkPoint\20const&\29\20const -3796:SkPath::addPath\28SkPath\20const&\2c\20SkMatrix\20const&\2c\20SkPath::AddPathMode\29 -3797:SkPath::addOval\28SkRect\20const&\2c\20SkPathDirection\2c\20unsigned\20int\29 -3798:SkPath::Rect\28SkRect\20const&\2c\20SkPathDirection\2c\20unsigned\20int\29 -3799:SkPath::Iter::autoClose\28SkPoint*\29 -3800:SkPath*\20SkTLazy::init<>\28\29 -3801:SkPaintToGrPaintReplaceShader\28skgpu::ganesh::SurfaceDrawContext*\2c\20SkPaint\20const&\2c\20SkMatrix\20const&\2c\20std::__2::unique_ptr>\2c\20GrPaint*\29 -3802:SkPaint::getBlendMode_or\28SkBlendMode\29\20const -3803:SkPackedGlyphID::PackIDSkPoint\28unsigned\20short\2c\20SkPoint\2c\20SkIPoint\29 -3804:SkOpSpanBase::checkForCollapsedCoincidence\28\29 -3805:SkOpSpan::setWindSum\28int\29 -3806:SkOpSegment::updateWindingReverse\28SkOpAngle\20const*\29 -3807:SkOpSegment::match\28SkOpPtT\20const*\2c\20SkOpSegment\20const*\2c\20double\2c\20SkPoint\20const&\29\20const -3808:SkOpSegment::markWinding\28SkOpSpan*\2c\20int\2c\20int\29 -3809:SkOpSegment::markAngle\28int\2c\20int\2c\20int\2c\20int\2c\20SkOpAngle\20const*\2c\20SkOpSpanBase**\29 -3810:SkOpSegment::markAngle\28int\2c\20int\2c\20SkOpAngle\20const*\2c\20SkOpSpanBase**\29 -3811:SkOpSegment::markAndChaseWinding\28SkOpSpanBase*\2c\20SkOpSpanBase*\2c\20int\2c\20int\2c\20SkOpSpanBase**\29 -3812:SkOpSegment::markAllDone\28\29 -3813:SkOpSegment::dSlopeAtT\28double\29\20const -3814:SkOpSegment::addT\28double\2c\20SkPoint\20const&\29 -3815:SkOpSegment::activeWinding\28SkOpSpanBase*\2c\20SkOpSpanBase*\29 -3816:SkOpPtT::oppPrev\28SkOpPtT\20const*\29\20const -3817:SkOpPtT::contains\28SkOpSegment\20const*\29\20const -3818:SkOpPtT::Overlaps\28SkOpPtT\20const*\2c\20SkOpPtT\20const*\2c\20SkOpPtT\20const*\2c\20SkOpPtT\20const*\2c\20SkOpPtT\20const**\2c\20SkOpPtT\20const**\29 -3819:SkOpEdgeBuilder::closeContour\28SkPoint\20const&\2c\20SkPoint\20const&\29 -3820:SkOpCoincidence::expand\28\29 -3821:SkOpCoincidence::Ordered\28SkOpSegment\20const*\2c\20SkOpSegment\20const*\29 -3822:SkOpCoincidence::Ordered\28SkOpPtT\20const*\2c\20SkOpPtT\20const*\29 -3823:SkOpAngle::orderable\28SkOpAngle*\29 -3824:SkOpAngle::lineOnOneSide\28SkDPoint\20const&\2c\20SkDVector\20const&\2c\20SkOpAngle\20const*\2c\20bool\29\20const -3825:SkOpAngle::computeSector\28\29 -3826:SkNoPixelsDevice::SkNoPixelsDevice\28SkIRect\20const&\2c\20SkSurfaceProps\20const&\2c\20sk_sp\29 -3827:SkMipmapAccessor::SkMipmapAccessor\28SkImage_Base\20const*\2c\20SkMatrix\20const&\2c\20SkMipmapMode\29::$_0::operator\28\29\28\29\20const -3828:SkMessageBus::Get\28\29 -3829:SkMessageBus::Get\28\29 -3830:SkMessageBus::BufferFinishedMessage\2c\20GrDirectContext::DirectContextID\2c\20false>::Get\28\29 -3831:SkMessageBus::Get\28\29 -3832:SkMeshPriv::CpuBuffer::~CpuBuffer\28\29_2751 -3833:SkMatrixPriv::InverseMapRect\28SkMatrix\20const&\2c\20SkRect*\2c\20SkRect\20const&\29 -3834:SkMatrix::setPolyToPoly\28SkPoint\20const*\2c\20SkPoint\20const*\2c\20int\29 -3835:SkMatrix::mapPointsToHomogeneous\28SkSpan\2c\20SkSpan\29\20const -3836:SkMatrix::getMinMaxScales\28float*\29\20const -3837:SkMaskBuilder::PrepareDestination\28int\2c\20int\2c\20SkMask\20const&\29 -3838:SkM44::preTranslate\28float\2c\20float\2c\20float\29 -3839:SkM44::postConcat\28SkM44\20const&\29 -3840:SkLineParameters::cubicEndPoints\28SkDCubic\20const&\2c\20int\2c\20int\29 -3841:SkLRUCache>\2c\20skia::textlayout::ParagraphCache::KeyHash\2c\20SkNoOpPurge>::Entry::~Entry\28\29 -3842:SkLRUCache>\2c\20GrGLGpu::ProgramCache::DescHash\2c\20SkNoOpPurge>::reset\28\29 -3843:SkLRUCache>\2c\20GrGLGpu::ProgramCache::DescHash\2c\20SkNoOpPurge>::Entry::~Entry\28\29 -3844:SkKnownRuntimeEffects::\28anonymous\20namespace\29::make_matrix_conv_shader\28SkKnownRuntimeEffects::\28anonymous\20namespace\29::MatrixConvolutionImpl\2c\20SkKnownRuntimeEffects::StableKey\29 -3845:SkJSONWriter::separator\28bool\29 -3846:SkJSONWriter::appendString\28char\20const*\2c\20unsigned\20long\29 -3847:SkJSONWriter::appendS32\28char\20const*\2c\20int\29 -3848:SkInvert4x4Matrix\28float\20const*\2c\20float*\29 -3849:SkIntersections::intersectRay\28SkDQuad\20const&\2c\20SkDLine\20const&\29 -3850:SkIntersections::intersectRay\28SkDLine\20const&\2c\20SkDLine\20const&\29 -3851:SkIntersections::intersectRay\28SkDCubic\20const&\2c\20SkDLine\20const&\29 -3852:SkIntersections::intersectRay\28SkDConic\20const&\2c\20SkDLine\20const&\29 -3853:SkIntersections::computePoints\28SkDLine\20const&\2c\20int\29 -3854:SkIntersections::cleanUpParallelLines\28bool\29 -3855:SkImage_Raster::SkImage_Raster\28SkImageInfo\20const&\2c\20sk_sp\2c\20unsigned\20long\2c\20unsigned\20int\29 -3856:SkImage_Lazy::~SkImage_Lazy\28\29_4501 -3857:SkImage_Lazy::Validator::~Validator\28\29 -3858:SkImage_Lazy::Validator::Validator\28sk_sp\2c\20SkColorType\20const*\2c\20sk_sp\29 -3859:SkImage_Lazy::SkImage_Lazy\28SkImage_Lazy::Validator*\29 -3860:SkImage_Ganesh::~SkImage_Ganesh\28\29 -3861:SkImage_Ganesh::ProxyChooser::chooseProxy\28GrRecordingContext*\29 -3862:SkImage_Base::isYUVA\28\29\20const -3863:SkImageShader::MakeSubset\28sk_sp\2c\20SkRect\20const&\2c\20SkTileMode\2c\20SkTileMode\2c\20SkSamplingOptions\20const&\2c\20SkMatrix\20const*\2c\20bool\29 -3864:SkImageShader::CubicResamplerMatrix\28float\2c\20float\29 -3865:SkImageInfo::minRowBytes64\28\29\20const -3866:SkImageInfo::makeAlphaType\28SkAlphaType\29\20const -3867:SkImageInfo::MakeN32Premul\28SkISize\29 -3868:SkImageGenerator::getPixels\28SkPixmap\20const&\29 -3869:SkImageFilters::Blend\28SkBlendMode\2c\20sk_sp\2c\20sk_sp\2c\20SkImageFilters::CropRect\20const&\29 -3870:SkImageFilter_Base::filterImage\28skif::Context\20const&\29\20const -3871:SkImageFilter_Base::affectsTransparentBlack\28\29\20const -3872:SkImageFilterCacheKey::operator==\28SkImageFilterCacheKey\20const&\29\20const -3873:SkImage::readPixels\28GrDirectContext*\2c\20SkPixmap\20const&\2c\20int\2c\20int\2c\20SkImage::CachingHint\29\20const -3874:SkImage::makeShader\28SkTileMode\2c\20SkTileMode\2c\20SkSamplingOptions\20const&\2c\20SkMatrix\20const*\29\20const -3875:SkImage::makeRasterImage\28GrDirectContext*\2c\20SkImage::CachingHint\29\20const -3876:SkIRect\20skif::Mapping::map\28SkIRect\20const&\2c\20SkMatrix\20const&\29 -3877:SkIRect::MakeXYWH\28int\2c\20int\2c\20int\2c\20int\29 -3878:SkIDChangeListener::List::~List\28\29 -3879:SkIDChangeListener::List::add\28sk_sp\29 -3880:SkGradientShader::MakeSweep\28float\2c\20float\2c\20SkRGBA4f<\28SkAlphaType\293>\20const*\2c\20sk_sp\2c\20float\20const*\2c\20int\2c\20SkTileMode\2c\20float\2c\20float\2c\20SkGradientShader::Interpolation\20const&\2c\20SkMatrix\20const*\29 -3881:SkGradientShader::MakeRadial\28SkPoint\20const&\2c\20float\2c\20SkRGBA4f<\28SkAlphaType\293>\20const*\2c\20sk_sp\2c\20float\20const*\2c\20int\2c\20SkTileMode\2c\20SkGradientShader::Interpolation\20const&\2c\20SkMatrix\20const*\29 -3882:SkGradientBaseShader::AppendInterpolatedToDstStages\28SkRasterPipeline*\2c\20SkArenaAlloc*\2c\20bool\2c\20SkGradientShader::Interpolation\20const&\2c\20SkColorSpace\20const*\2c\20SkColorSpace\20const*\29 -3883:SkGlyph::mask\28\29\20const -3884:SkFontScanner_FreeType::openFace\28SkStreamAsset*\2c\20int\2c\20FT_StreamRec_*\29\20const -3885:SkFontPriv::ApproximateTransformedTextSize\28SkFont\20const&\2c\20SkMatrix\20const&\2c\20SkPoint\20const&\29 -3886:SkFontMgr::matchFamily\28char\20const*\29\20const -3887:SkFont::getWidthsBounds\28SkSpan\2c\20SkSpan\2c\20SkSpan\2c\20SkPaint\20const*\29\20const -3888:SkFindCubicMaxCurvature\28SkPoint\20const*\2c\20float*\29 -3889:SkFILEStream::SkFILEStream\28std::__2::shared_ptr<_IO_FILE>\2c\20unsigned\20long\2c\20unsigned\20long\2c\20unsigned\20long\29 -3890:SkEmptyFontMgr::onMatchFamilyStyleCharacter\28char\20const*\2c\20SkFontStyle\20const&\2c\20char\20const**\2c\20int\2c\20int\29\20const -3891:SkEdgeClipper::appendQuad\28SkPoint\20const*\2c\20bool\29 -3892:SkEdge::setLine\28SkPoint\20const&\2c\20SkPoint\20const&\2c\20SkIRect\20const*\29 -3893:SkDrawTreatAAStrokeAsHairline\28float\2c\20SkMatrix\20const&\2c\20float*\29 -3894:SkDrawBase::drawRRect\28SkRRect\20const&\2c\20SkPaint\20const&\29\20const -3895:SkDrawBase::drawDevicePoints\28SkCanvas::PointMode\2c\20SkSpan\2c\20SkPaint\20const&\2c\20SkDevice*\29\20const -3896:SkDevice::drawSpecial\28SkSpecialImage*\2c\20SkMatrix\20const&\2c\20SkSamplingOptions\20const&\2c\20SkPaint\20const&\2c\20SkCanvas::SrcRectConstraint\29 -3897:SkDevice::drawGlyphRunList\28SkCanvas*\2c\20sktext::GlyphRunList\20const&\2c\20SkPaint\20const&\29 -3898:SkDevice::SkDevice\28SkImageInfo\20const&\2c\20SkSurfaceProps\20const&\29 -3899:SkData::MakeZeroInitialized\28unsigned\20long\29 -3900:SkData::MakeWithoutCopy\28void\20const*\2c\20unsigned\20long\29 -3901:SkDQuad::dxdyAtT\28double\29\20const -3902:SkDCubic::subDivide\28double\2c\20double\29\20const -3903:SkDCubic::searchRoots\28double*\2c\20int\2c\20double\2c\20SkDCubic::SearchAxis\2c\20double*\29\20const -3904:SkDCubic::findInflections\28double*\29\20const -3905:SkDCubic::dxdyAtT\28double\29\20const -3906:SkDConic::dxdyAtT\28double\29\20const -3907:SkContourMeasure_segTo\28SkPoint\20const*\2c\20unsigned\20int\2c\20float\2c\20float\2c\20SkPathBuilder*\29 -3908:SkContourMeasureIter::next\28\29 -3909:SkContourMeasureIter::Impl::compute_quad_segs\28SkPoint\20const*\2c\20float\2c\20int\2c\20int\2c\20unsigned\20int\2c\20int\29 -3910:SkContourMeasureIter::Impl::compute_cubic_segs\28SkPoint\20const*\2c\20float\2c\20int\2c\20int\2c\20unsigned\20int\2c\20int\29 -3911:SkContourMeasureIter::Impl::compute_conic_segs\28SkConic\20const&\2c\20float\2c\20int\2c\20SkPoint\20const&\2c\20int\2c\20SkPoint\20const&\2c\20unsigned\20int\2c\20int\29 -3912:SkContourMeasure::distanceToSegment\28float\2c\20float*\29\20const -3913:SkConic::evalAt\28float\2c\20SkPoint*\2c\20SkPoint*\29\20const -3914:SkConic::evalAt\28float\29\20const -3915:SkCompressedDataSize\28SkTextureCompressionType\2c\20SkISize\2c\20skia_private::TArray*\2c\20bool\29 -3916:SkColorSpace::serialize\28\29\20const -3917:SkColorInfo::operator=\28SkColorInfo&&\29 -3918:SkCoincidentSpans::extend\28SkOpPtT\20const*\2c\20SkOpPtT\20const*\2c\20SkOpPtT\20const*\2c\20SkOpPtT\20const*\29 -3919:SkChopQuadAtYExtrema\28SkPoint\20const*\2c\20SkPoint*\29 -3920:SkCapabilities::RasterBackend\28\29 -3921:SkCanvas::setMatrix\28SkM44\20const&\29 -3922:SkCanvas::scale\28float\2c\20float\29 -3923:SkCanvas::saveLayer\28SkCanvas::SaveLayerRec\20const&\29 -3924:SkCanvas::onResetClip\28\29 -3925:SkCanvas::onClipShader\28sk_sp\2c\20SkClipOp\29 -3926:SkCanvas::onClipRegion\28SkRegion\20const&\2c\20SkClipOp\29 -3927:SkCanvas::onClipRect\28SkRect\20const&\2c\20SkClipOp\2c\20SkCanvas::ClipEdgeStyle\29 -3928:SkCanvas::onClipRRect\28SkRRect\20const&\2c\20SkClipOp\2c\20SkCanvas::ClipEdgeStyle\29 -3929:SkCanvas::onClipPath\28SkPath\20const&\2c\20SkClipOp\2c\20SkCanvas::ClipEdgeStyle\29 -3930:SkCanvas::internalSave\28\29 -3931:SkCanvas::internalRestore\28\29 -3932:SkCanvas::internalDrawDeviceWithFilter\28SkDevice*\2c\20SkDevice*\2c\20SkSpan>\2c\20SkPaint\20const&\2c\20SkCanvas::DeviceCompatibleWithFilter\2c\20SkColorInfo\20const&\2c\20float\2c\20SkTileMode\2c\20bool\29 -3933:SkCanvas::drawColor\28unsigned\20int\2c\20SkBlendMode\29 -3934:SkCanvas::clipRect\28SkRect\20const&\2c\20bool\29 -3935:SkCanvas::clipPath\28SkPath\20const&\2c\20bool\29 -3936:SkCanvas::clear\28unsigned\20int\29 -3937:SkCanvas::clear\28SkRGBA4f<\28SkAlphaType\293>\20const&\29 -3938:SkCanvas::SkCanvas\28sk_sp\29 -3939:SkCanvas::SkCanvas\28SkBitmap\20const&\29 -3940:SkCachedData::~SkCachedData\28\29 -3941:SkBlitterClipper::~SkBlitterClipper\28\29 -3942:SkBlitter::blitRegion\28SkRegion\20const&\29 -3943:SkBlendShader::~SkBlendShader\28\29 -3944:SkBitmapDevice::SkBitmapDevice\28SkBitmap\20const&\2c\20SkSurfaceProps\20const&\2c\20void*\29 -3945:SkBitmapDevice::Create\28SkImageInfo\20const&\2c\20SkSurfaceProps\20const&\2c\20SkRasterHandleAllocator*\29 -3946:SkBitmapDevice::BDDraw::~BDDraw\28\29 -3947:SkBitmapDevice::BDDraw::BDDraw\28SkBitmapDevice*\29 -3948:SkBitmap::writePixels\28SkPixmap\20const&\2c\20int\2c\20int\29 -3949:SkBitmap::setPixels\28void*\29 -3950:SkBitmap::readPixels\28SkPixmap\20const&\2c\20int\2c\20int\29\20const -3951:SkBitmap::allocPixels\28\29 -3952:SkBitmap::SkBitmap\28SkBitmap&&\29 -3953:SkBinaryWriteBuffer::writeScalarArray\28SkSpan\29 -3954:SkBinaryWriteBuffer::writeInt\28int\29 -3955:SkBaseShadowTessellator::~SkBaseShadowTessellator\28\29_4808 -3956:SkBaseShadowTessellator::handleLine\28SkPoint\20const&\29 -3957:SkAutoPixmapStorage::freeStorage\28\29 -3958:SkAutoPathBoundsUpdate::~SkAutoPathBoundsUpdate\28\29 -3959:SkAutoPathBoundsUpdate::SkAutoPathBoundsUpdate\28SkPath*\2c\20SkRect\20const&\29 -3960:SkAutoMalloc::reset\28unsigned\20long\2c\20SkAutoMalloc::OnShrink\29 -3961:SkAutoDescriptor::free\28\29 -3962:SkArenaAllocWithReset::reset\28\29 -3963:SkAnalyticQuadraticEdge::updateQuadratic\28\29 -3964:SkAnalyticEdge::goY\28int\29 -3965:SkAnalyticCubicEdge::updateCubic\28\29 -3966:SkAAClipBlitter::ensureRunsAndAA\28\29 -3967:SkAAClip::setRegion\28SkRegion\20const&\29 -3968:SkAAClip::setRect\28SkIRect\20const&\29 -3969:SkAAClip::quickContains\28int\2c\20int\2c\20int\2c\20int\29\20const -3970:SkAAClip::RunHead::Alloc\28int\2c\20unsigned\20long\29 -3971:SkAAClip::Builder::AppendRun\28SkTDArray&\2c\20unsigned\20int\2c\20int\29 -3972:Sk4f_toL32\28skvx::Vec<4\2c\20float>\20const&\29 -3973:SSVertex*\20SkArenaAlloc::make\28GrTriangulator::Vertex*&\29 -3974:RunBasedAdditiveBlitter::flush\28\29 -3975:R.10003 -3976:OT::sbix::get_strike\28unsigned\20int\29\20const -3977:OT::hb_paint_context_t::get_color\28unsigned\20int\2c\20float\2c\20int*\29 -3978:OT::hb_ot_apply_context_t::skipping_iterator_t::prev\28unsigned\20int*\29 -3979:OT::hb_ot_apply_context_t::check_glyph_property\28hb_glyph_info_t\20const*\2c\20unsigned\20int\29\20const -3980:OT::glyf_impl::CompositeGlyphRecord::translate\28contour_point_t\20const&\2c\20hb_array_t\29 -3981:OT::glyf_accelerator_t::points_aggregator_t::contour_bounds_t::add\28contour_point_t\20const&\29 -3982:OT::Script::get_lang_sys\28unsigned\20int\29\20const -3983:OT::PaintSkew::sanitize\28hb_sanitize_context_t*\29\20const -3984:OT::OpenTypeOffsetTable::sanitize\28hb_sanitize_context_t*\29\20const -3985:OT::OpenTypeFontFile::sanitize\28hb_sanitize_context_t*\29\20const -3986:OT::OS2::has_data\28\29\20const -3987:OT::Layout::GSUB_impl::SubstLookup::serialize_ligature\28hb_serialize_context_t*\2c\20unsigned\20int\2c\20hb_sorted_array_t\2c\20hb_array_t\2c\20hb_array_t\2c\20hb_array_t\2c\20hb_array_t\29 -3988:OT::Layout::GPOS_impl::MarkArray::apply\28OT::hb_ot_apply_context_t*\2c\20unsigned\20int\2c\20unsigned\20int\2c\20OT::Layout::GPOS_impl::AnchorMatrix\20const&\2c\20unsigned\20int\2c\20unsigned\20int\29\20const -3989:OT::Layout::Common::Coverage::get_coverage\28unsigned\20int\2c\20hb_cache_t<15u\2c\208u\2c\207u\2c\20true>*\29\20const -3990:OT::Layout::Common::Coverage::cost\28\29\20const -3991:OT::ItemVariationStore::sanitize\28hb_sanitize_context_t*\29\20const -3992:OT::HVARVVAR::sanitize\28hb_sanitize_context_t*\29\20const -3993:OT::GSUBGPOS::get_lookup_count\28\29\20const -3994:OT::GSUBGPOS::get_feature_list\28\29\20const -3995:OT::GSUBGPOS::accelerator_t::get_accel\28unsigned\20int\29\20const -3996:OT::Device::get_y_delta\28hb_font_t*\2c\20OT::ItemVariationStore\20const&\2c\20float*\29\20const -3997:OT::Device::get_x_delta\28hb_font_t*\2c\20OT::ItemVariationStore\20const&\2c\20float*\29\20const -3998:OT::ClipList::get_extents\28unsigned\20int\2c\20hb_glyph_extents_t*\2c\20OT::ItemVarStoreInstancer\20const&\29\20const -3999:OT::COLR::paint_glyph\28hb_font_t*\2c\20unsigned\20int\2c\20hb_paint_funcs_t*\2c\20void*\2c\20unsigned\20int\2c\20unsigned\20int\2c\20bool\2c\20hb_colr_scratch_t&\29\20const -4000:OT::COLR::get_clip_list\28\29\20const -4001:OT::COLR::accelerator_t::release_scratch\28hb_colr_scratch_t*\29\20const -4002:OT::CFFIndex>::get_size\28\29\20const -4003:OT::CFFIndex>::sanitize\28hb_sanitize_context_t*\29\20const -4004:OT::ArrayOf>::serialize\28hb_serialize_context_t*\2c\20unsigned\20int\2c\20bool\29 -4005:MaskAdditiveBlitter::~MaskAdditiveBlitter\28\29 -4006:LineQuadraticIntersections::uniqueAnswer\28double\2c\20SkDPoint\20const&\29 -4007:LineQuadraticIntersections::pinTs\28double*\2c\20double*\2c\20SkDPoint*\2c\20LineQuadraticIntersections::PinTPoint\29 -4008:LineQuadraticIntersections::checkCoincident\28\29 -4009:LineQuadraticIntersections::addLineNearEndPoints\28\29 -4010:LineCubicIntersections::uniqueAnswer\28double\2c\20SkDPoint\20const&\29 -4011:LineCubicIntersections::pinTs\28double*\2c\20double*\2c\20SkDPoint*\2c\20LineCubicIntersections::PinTPoint\29 -4012:LineCubicIntersections::checkCoincident\28\29 -4013:LineCubicIntersections::addLineNearEndPoints\28\29 -4014:LineConicIntersections::validT\28double*\2c\20double\2c\20double*\29 -4015:LineConicIntersections::uniqueAnswer\28double\2c\20SkDPoint\20const&\29 -4016:LineConicIntersections::pinTs\28double*\2c\20double*\2c\20SkDPoint*\2c\20LineConicIntersections::PinTPoint\29 -4017:LineConicIntersections::checkCoincident\28\29 -4018:LineConicIntersections::addLineNearEndPoints\28\29 -4019:HandleInnerJoin\28SkPathBuilder*\2c\20SkPoint\20const&\2c\20SkPoint\20const&\29 -4020:GrVertexChunkBuilder::~GrVertexChunkBuilder\28\29 -4021:GrTriangulator::tessellate\28GrTriangulator::VertexList\20const&\2c\20GrTriangulator::Comparator\20const&\29 -4022:GrTriangulator::splitEdge\28GrTriangulator::Edge*\2c\20GrTriangulator::Vertex*\2c\20GrTriangulator::EdgeList*\2c\20GrTriangulator::Vertex**\2c\20GrTriangulator::Comparator\20const&\29 -4023:GrTriangulator::pathToPolys\28float\2c\20SkRect\20const&\2c\20bool*\29 -4024:GrTriangulator::makePoly\28GrTriangulator::Poly**\2c\20GrTriangulator::Vertex*\2c\20int\29\20const -4025:GrTriangulator::generateCubicPoints\28SkPoint\20const&\2c\20SkPoint\20const&\2c\20SkPoint\20const&\2c\20SkPoint\20const&\2c\20float\2c\20GrTriangulator::VertexList*\2c\20int\29\20const -4026:GrTriangulator::checkForIntersection\28GrTriangulator::Edge*\2c\20GrTriangulator::Edge*\2c\20GrTriangulator::EdgeList*\2c\20GrTriangulator::Vertex**\2c\20GrTriangulator::VertexList*\2c\20GrTriangulator::Comparator\20const&\29 -4027:GrTriangulator::applyFillType\28int\29\20const -4028:GrTriangulator::SortMesh\28GrTriangulator::VertexList*\2c\20GrTriangulator::Comparator\20const&\29 -4029:GrTriangulator::MonotonePoly::addEdge\28GrTriangulator::Edge*\29 -4030:GrTriangulator::GrTriangulator\28SkPath\20const&\2c\20SkArenaAlloc*\29 -4031:GrTriangulator::Edge::insertBelow\28GrTriangulator::Vertex*\2c\20GrTriangulator::Comparator\20const&\29 -4032:GrTriangulator::Edge::insertAbove\28GrTriangulator::Vertex*\2c\20GrTriangulator::Comparator\20const&\29 -4033:GrTriangulator::BreadcrumbTriangleList::append\28SkArenaAlloc*\2c\20SkPoint\2c\20SkPoint\2c\20SkPoint\2c\20int\29 -4034:GrThreadSafeCache::recycleEntry\28GrThreadSafeCache::Entry*\29 -4035:GrThreadSafeCache::dropAllRefs\28\29 -4036:GrTextureRenderTargetProxy::~GrTextureRenderTargetProxy\28\29_9563 -4037:GrTextureRenderTargetProxy::onUninstantiatedGpuMemorySize\28\29\20const -4038:GrTextureRenderTargetProxy::instantiate\28GrResourceProvider*\29 -4039:GrTextureRenderTargetProxy::createSurface\28GrResourceProvider*\29\20const -4040:GrTextureRenderTargetProxy::callbackDesc\28\29\20const -4041:GrTextureProxy::~GrTextureProxy\28\29 -4042:GrTextureEffect::Sampling::Sampling\28GrSurfaceProxy\20const&\2c\20GrSamplerState\2c\20SkRect\20const&\2c\20SkRect\20const*\2c\20float\20const*\2c\20bool\2c\20GrCaps\20const&\2c\20SkPoint\29::$_0::operator\28\29\28int\2c\20GrSamplerState::WrapMode\29\20const -4043:GrTextureEffect::Sampling::Sampling\28GrSurfaceProxy\20const&\2c\20GrSamplerState\2c\20SkRect\20const&\2c\20SkRect\20const*\2c\20float\20const*\2c\20bool\2c\20GrCaps\20const&\2c\20SkPoint\29 -4044:GrTextureEffect::Impl::emitCode\28GrFragmentProcessor::ProgramImpl::EmitArgs&\29::$_3::operator\28\29\28bool\2c\20char\20const*\2c\20char\20const*\2c\20char\20const*\29\20const -4045:GrTexture::GrTexture\28GrGpu*\2c\20SkISize\20const&\2c\20skgpu::Protected\2c\20GrTextureType\2c\20GrMipmapStatus\2c\20std::__2::basic_string_view>\29 -4046:GrTexture::ComputeScratchKey\28GrCaps\20const&\2c\20GrBackendFormat\20const&\2c\20SkISize\2c\20skgpu::Renderable\2c\20int\2c\20skgpu::Mipmapped\2c\20skgpu::Protected\2c\20skgpu::ScratchKey*\29 -4047:GrSurfaceProxyView::asTextureProxyRef\28\29\20const -4048:GrSurfaceProxy::instantiateImpl\28GrResourceProvider*\2c\20int\2c\20skgpu::Renderable\2c\20skgpu::Mipmapped\2c\20skgpu::UniqueKey\20const*\29 -4049:GrSurfaceProxy::GrSurfaceProxy\28sk_sp\2c\20SkBackingFit\2c\20GrSurfaceProxy::UseAllocator\29 -4050:GrStyledShape::styledBounds\28\29\20const -4051:GrStyledShape::addGenIDChangeListener\28sk_sp\29\20const -4052:GrStyledShape::GrStyledShape\28SkRect\20const&\2c\20GrStyle\20const&\2c\20GrStyledShape::DoSimplify\29 -4053:GrStyledShape::GrStyledShape\28SkRRect\20const&\2c\20GrStyle\20const&\2c\20GrStyledShape::DoSimplify\29 -4054:GrStyle::isSimpleHairline\28\29\20const -4055:GrStyle::initPathEffect\28sk_sp\29 -4056:GrStencilSettings::Face::reset\28GrTStencilFaceSettings\20const&\2c\20bool\2c\20int\29 -4057:GrSimpleMeshDrawOpHelper::fixedFunctionFlags\28\29\20const -4058:GrShape::setPath\28SkPath\20const&\29 -4059:GrShape::segmentMask\28\29\20const -4060:GrShape::operator=\28GrShape\20const&\29 -4061:GrShape::convex\28bool\29\20const -4062:GrShaderVar::GrShaderVar\28SkString\2c\20SkSLType\2c\20int\29 -4063:GrResourceProvider::findResourceByUniqueKey\28skgpu::UniqueKey\20const&\29 -4064:GrResourceProvider::createPatternedIndexBuffer\28unsigned\20short\20const*\2c\20int\2c\20int\2c\20int\2c\20skgpu::UniqueKey\20const*\29 -4065:GrResourceCache::removeUniqueKey\28GrGpuResource*\29 -4066:GrResourceCache::getNextTimestamp\28\29 -4067:GrResourceCache::findAndRefScratchResource\28skgpu::ScratchKey\20const&\29 -4068:GrRenderTask::dependsOn\28GrRenderTask\20const*\29\20const -4069:GrRenderTargetProxy::~GrRenderTargetProxy\28\29 -4070:GrRenderTargetProxy::canUseStencil\28GrCaps\20const&\29\20const -4071:GrRecordingContextPriv::createDevice\28skgpu::Budgeted\2c\20SkImageInfo\20const&\2c\20SkBackingFit\2c\20int\2c\20skgpu::Mipmapped\2c\20skgpu::Protected\2c\20GrSurfaceOrigin\2c\20SkSurfaceProps\20const&\2c\20skgpu::ganesh::Device::InitContents\29 -4072:GrRecordingContextPriv::addOnFlushCallbackObject\28GrOnFlushCallbackObject*\29 -4073:GrRecordingContext::~GrRecordingContext\28\29 -4074:GrQuadUtils::TessellationHelper::reset\28GrQuad\20const&\2c\20GrQuad\20const*\29 -4075:GrQuadUtils::TessellationHelper::getEdgeEquations\28\29 -4076:GrQuadUtils::TessellationHelper::Vertices::moveAlong\28GrQuadUtils::TessellationHelper::EdgeVectors\20const&\2c\20skvx::Vec<4\2c\20float>\20const&\29 -4077:GrQuadUtils::ResolveAAType\28GrAAType\2c\20GrQuadAAFlags\2c\20GrQuad\20const&\2c\20GrAAType*\2c\20GrQuadAAFlags*\29 -4078:GrQuadUtils::CropToRect\28SkRect\20const&\2c\20GrAA\2c\20DrawQuad*\2c\20bool\29 -4079:GrQuadBuffer<\28anonymous\20namespace\29::FillRectOpImpl::ColorAndAA>::append\28GrQuad\20const&\2c\20\28anonymous\20namespace\29::FillRectOpImpl::ColorAndAA&&\2c\20GrQuad\20const*\29 -4080:GrQuad::setQuadType\28GrQuad::Type\29 -4081:GrPorterDuffXPFactory::SimpleSrcOverXP\28\29 -4082:GrPipeline*\20SkArenaAlloc::make\28GrPipeline::InitArgs&\2c\20GrProcessorSet&&\2c\20GrAppliedClip&&\29 -4083:GrPersistentCacheUtils::UnpackCachedShaders\28SkReadBuffer*\2c\20SkSL::NativeShader*\2c\20bool\2c\20SkSL::ProgramInterface*\2c\20int\2c\20GrPersistentCacheUtils::ShaderMetadata*\29 -4084:GrPathUtils::quadraticPointCount\28SkPoint\20const*\2c\20float\29 -4085:GrPathUtils::convertCubicToQuads\28SkPoint\20const*\2c\20float\2c\20skia_private::TArray*\29 -4086:GrPathTessellationShader::Make\28GrShaderCaps\20const&\2c\20SkArenaAlloc*\2c\20SkMatrix\20const&\2c\20SkRGBA4f<\28SkAlphaType\292>\20const&\2c\20skgpu::tess::PatchAttribs\29 -4087:GrPathTessellationShader::MakeSimpleTriangleShader\28SkArenaAlloc*\2c\20SkMatrix\20const&\2c\20SkRGBA4f<\28SkAlphaType\292>\20const&\29 -4088:GrOvalOpFactory::MakeOvalOp\28GrRecordingContext*\2c\20GrPaint&&\2c\20SkMatrix\20const&\2c\20SkRect\20const&\2c\20GrStyle\20const&\2c\20GrShaderCaps\20const*\29 -4089:GrOpsRenderPass::drawIndexed\28int\2c\20int\2c\20unsigned\20short\2c\20unsigned\20short\2c\20int\29 -4090:GrOpFlushState::draw\28int\2c\20int\29 -4091:GrOp::chainConcat\28std::__2::unique_ptr>\29 -4092:GrNonAtomicRef::unref\28\29\20const -4093:GrModulateAtlasCoverageEffect::GrModulateAtlasCoverageEffect\28GrModulateAtlasCoverageEffect\20const&\29 -4094:GrMipLevel::operator=\28GrMipLevel&&\29 -4095:GrMeshDrawOp::PatternHelper::PatternHelper\28GrMeshDrawTarget*\2c\20GrPrimitiveType\2c\20unsigned\20long\2c\20sk_sp\2c\20int\2c\20int\2c\20int\2c\20int\29 -4096:GrMakeUniqueKeyInvalidationListener\28skgpu::UniqueKey*\2c\20unsigned\20int\29 -4097:GrImageInfo::makeDimensions\28SkISize\29\20const -4098:GrGpuResource::~GrGpuResource\28\29 -4099:GrGpuResource::removeScratchKey\28\29 -4100:GrGpuResource::registerWithCacheWrapped\28GrWrapCacheable\29 -4101:GrGpuResource::getResourceName\28\29\20const -4102:GrGpuResource::dumpMemoryStatisticsPriv\28SkTraceMemoryDump*\2c\20SkString\20const&\2c\20char\20const*\2c\20unsigned\20long\29\20const -4103:GrGpuResource::CreateUniqueID\28\29 -4104:GrGpuBuffer::onGpuMemorySize\28\29\20const -4105:GrGpu::resolveRenderTarget\28GrRenderTarget*\2c\20SkIRect\20const&\29 -4106:GrGpu::executeFlushInfo\28SkSpan\2c\20SkSurfaces::BackendSurfaceAccess\2c\20GrFlushInfo\20const&\2c\20std::__2::optional\2c\20skgpu::MutableTextureState\20const*\29 -4107:GrGeometryProcessor::TextureSampler::TextureSampler\28GrSamplerState\2c\20GrBackendFormat\20const&\2c\20skgpu::Swizzle\20const&\29 -4108:GrGeometryProcessor::TextureSampler::TextureSampler\28GrGeometryProcessor::TextureSampler&&\29 -4109:GrGeometryProcessor::ProgramImpl::TransformInfo::TransformInfo\28GrGeometryProcessor::ProgramImpl::TransformInfo\20const&\29 -4110:GrGeometryProcessor::ProgramImpl::AddMatrixKeys\28GrShaderCaps\20const&\2c\20unsigned\20int\2c\20SkMatrix\20const&\2c\20SkMatrix\20const&\29 -4111:GrGeometryProcessor::Attribute::size\28\29\20const -4112:GrGLUniformHandler::~GrGLUniformHandler\28\29 -4113:GrGLUniformHandler::getUniformVariable\28GrResourceHandle\29\20const -4114:GrGLTextureRenderTarget::~GrGLTextureRenderTarget\28\29_12008 -4115:GrGLTextureRenderTarget::onRelease\28\29 -4116:GrGLTextureRenderTarget::onGpuMemorySize\28\29\20const -4117:GrGLTextureRenderTarget::onAbandon\28\29 -4118:GrGLTextureRenderTarget::dumpMemoryStatistics\28SkTraceMemoryDump*\29\20const -4119:GrGLTexture::~GrGLTexture\28\29 -4120:GrGLTexture::onRelease\28\29 -4121:GrGLTexture::dumpMemoryStatistics\28SkTraceMemoryDump*\29\20const -4122:GrGLTexture::TextureTypeFromTarget\28unsigned\20int\29 -4123:GrGLSemaphore::Make\28GrGLGpu*\2c\20bool\29 -4124:GrGLSLVaryingHandler::~GrGLSLVaryingHandler\28\29 -4125:GrGLSLUniformHandler::addInputSampler\28skgpu::Swizzle\20const&\2c\20char\20const*\29 -4126:GrGLSLUniformHandler::UniformInfo::~UniformInfo\28\29 -4127:GrGLSLShaderBuilder::appendTextureLookup\28SkString*\2c\20GrResourceHandle\2c\20char\20const*\29\20const -4128:GrGLSLShaderBuilder::appendColorGamutXform\28char\20const*\2c\20GrGLSLColorSpaceXformHelper*\29 -4129:GrGLSLShaderBuilder::appendColorGamutXform\28SkString*\2c\20char\20const*\2c\20GrGLSLColorSpaceXformHelper*\29 -4130:GrGLSLProgramDataManager::setSkMatrix\28GrResourceHandle\2c\20SkMatrix\20const&\29\20const -4131:GrGLSLProgramBuilder::writeFPFunction\28GrFragmentProcessor\20const&\2c\20GrFragmentProcessor::ProgramImpl&\29 -4132:GrGLSLProgramBuilder::nameExpression\28SkString*\2c\20char\20const*\29 -4133:GrGLSLProgramBuilder::fragmentProcessorHasCoordsParam\28GrFragmentProcessor\20const*\29\20const -4134:GrGLSLProgramBuilder::emitSampler\28GrBackendFormat\20const&\2c\20GrSamplerState\2c\20skgpu::Swizzle\20const&\2c\20char\20const*\29 -4135:GrGLSLFragmentShaderBuilder::~GrGLSLFragmentShaderBuilder\28\29_10257 -4136:GrGLRenderTarget::~GrGLRenderTarget\28\29 -4137:GrGLRenderTarget::onRelease\28\29 -4138:GrGLRenderTarget::onAbandon\28\29 -4139:GrGLRenderTarget::dumpMemoryStatistics\28SkTraceMemoryDump*\29\20const -4140:GrGLProgramDataManager::~GrGLProgramDataManager\28\29 -4141:GrGLProgramBuilder::~GrGLProgramBuilder\28\29 -4142:GrGLProgramBuilder::computeCountsAndStrides\28unsigned\20int\2c\20GrGeometryProcessor\20const&\2c\20bool\29 -4143:GrGLProgramBuilder::addInputVars\28SkSL::ProgramInterface\20const&\29 -4144:GrGLOpsRenderPass::dmsaaLoadStoreBounds\28\29\20const -4145:GrGLOpsRenderPass::bindInstanceBuffer\28GrBuffer\20const*\2c\20int\29 -4146:GrGLGpu::insertSemaphore\28GrSemaphore*\29 -4147:GrGLGpu::flushViewport\28SkIRect\20const&\2c\20int\2c\20GrSurfaceOrigin\29 -4148:GrGLGpu::flushScissor\28GrScissorState\20const&\2c\20int\2c\20GrSurfaceOrigin\29 -4149:GrGLGpu::flushClearColor\28std::__2::array\29 -4150:GrGLGpu::disableStencil\28\29 -4151:GrGLGpu::deleteSync\28__GLsync*\29 -4152:GrGLGpu::createTexture\28SkISize\2c\20GrGLFormat\2c\20unsigned\20int\2c\20skgpu::Renderable\2c\20GrGLTextureParameters::SamplerOverriddenState*\2c\20int\2c\20skgpu::Protected\2c\20std::__2::basic_string_view>\29 -4153:GrGLGpu::copySurfaceAsDraw\28GrSurface*\2c\20bool\2c\20GrSurface*\2c\20SkIRect\20const&\2c\20SkIRect\20const&\2c\20SkFilterMode\29 -4154:GrGLGpu::HWVertexArrayState::bindInternalVertexArray\28GrGLGpu*\2c\20GrBuffer\20const*\29 -4155:GrGLFunction::GrGLFunction\28void\20\28*\29\28unsigned\20int\2c\20int\2c\20unsigned\20int\2c\20unsigned\20char\2c\20int\2c\20void\20const*\29\29::'lambda'\28void\20const*\2c\20unsigned\20int\2c\20int\2c\20unsigned\20int\2c\20unsigned\20char\2c\20int\2c\20void\20const*\29::__invoke\28void\20const*\2c\20unsigned\20int\2c\20int\2c\20unsigned\20int\2c\20unsigned\20char\2c\20int\2c\20void\20const*\29 -4156:GrGLFunction::GrGLFunction\28void\20\28*\29\28unsigned\20int\2c\20int\2c\20int\2c\20int\2c\20int\2c\20int\2c\20int\2c\20int\29\29::'lambda'\28void\20const*\2c\20unsigned\20int\2c\20int\2c\20int\2c\20int\2c\20int\2c\20int\2c\20int\2c\20int\29::__invoke\28void\20const*\2c\20unsigned\20int\2c\20int\2c\20int\2c\20int\2c\20int\2c\20int\2c\20int\2c\20int\29 -4157:GrGLFunction::GrGLFunction\28void\20\28*\29\28int\2c\20int\2c\20int\2c\20int\2c\20unsigned\20int\2c\20unsigned\20int\2c\20void*\29\29::'lambda'\28void\20const*\2c\20int\2c\20int\2c\20int\2c\20int\2c\20unsigned\20int\2c\20unsigned\20int\2c\20void*\29::__invoke\28void\20const*\2c\20int\2c\20int\2c\20int\2c\20int\2c\20unsigned\20int\2c\20unsigned\20int\2c\20void*\29 -4158:GrGLFunction::GrGLFunction\28unsigned\20char\20const*\20\28*\29\28unsigned\20int\2c\20unsigned\20int\29\29::'lambda'\28void\20const*\2c\20unsigned\20int\2c\20unsigned\20int\29::__invoke\28void\20const*\2c\20unsigned\20int\2c\20unsigned\20int\29 -4159:GrGLContextInfo::~GrGLContextInfo\28\29 -4160:GrGLCaps::getRenderTargetSampleCount\28int\2c\20GrGLFormat\29\20const -4161:GrGLCaps::canCopyAsDraw\28GrGLFormat\2c\20bool\2c\20bool\29\20const -4162:GrGLBuffer::~GrGLBuffer\28\29 -4163:GrGLBuffer::Make\28GrGLGpu*\2c\20unsigned\20long\2c\20GrGpuBufferType\2c\20GrAccessPattern\29 -4164:GrGLBackendTextureData::GrGLBackendTextureData\28GrGLTextureInfo\20const&\2c\20sk_sp\29 -4165:GrGLAttribArrayState::invalidate\28\29 -4166:GrGLAttribArrayState::enableVertexArrays\28GrGLGpu\20const*\2c\20int\2c\20GrPrimitiveRestart\29 -4167:GrGLAttachment::GrGLAttachment\28GrGpu*\2c\20unsigned\20int\2c\20SkISize\2c\20GrAttachment::UsageFlags\2c\20int\2c\20GrGLFormat\2c\20std::__2::basic_string_view>\29 -4168:GrFragmentProcessors::make_effect_fp\28sk_sp\2c\20char\20const*\2c\20sk_sp\2c\20std::__2::unique_ptr>\2c\20std::__2::unique_ptr>\2c\20SkSpan\2c\20GrFPArgs\20const&\29 -4169:GrFragmentProcessors::IsSupported\28SkMaskFilter\20const*\29 -4170:GrFragmentProcessor::makeProgramImpl\28\29\20const -4171:GrFragmentProcessor::addToKey\28GrShaderCaps\20const&\2c\20skgpu::KeyBuilder*\29\20const -4172:GrFragmentProcessor::SwizzleOutput\28std::__2::unique_ptr>\2c\20skgpu::Swizzle\20const&\29 -4173:GrFragmentProcessor::ProgramImpl::~ProgramImpl\28\29 -4174:GrFragmentProcessor::MulInputByChildAlpha\28std::__2::unique_ptr>\29 -4175:GrFragmentProcessor::HighPrecision\28std::__2::unique_ptr>\29::HighPrecisionFragmentProcessor::constantOutputForConstantInput\28SkRGBA4f<\28SkAlphaType\292>\20const&\29\20const -4176:GrFragmentProcessor::DeviceSpace\28std::__2::unique_ptr>\29 -4177:GrEagerDynamicVertexAllocator::lock\28unsigned\20long\2c\20int\29 -4178:GrDynamicAtlas::makeNode\28GrDynamicAtlas::Node*\2c\20int\2c\20int\2c\20int\2c\20int\29 -4179:GrDstProxyView::GrDstProxyView\28GrDstProxyView\20const&\29 -4180:GrDrawingManager::setLastRenderTask\28GrSurfaceProxy\20const*\2c\20GrRenderTask*\29 -4181:GrDrawingManager::insertTaskBeforeLast\28sk_sp\29 -4182:GrDrawingManager::flushSurfaces\28SkSpan\2c\20SkSurfaces::BackendSurfaceAccess\2c\20GrFlushInfo\20const&\2c\20skgpu::MutableTextureState\20const*\29 -4183:GrDrawOpAtlas::makeMRU\28skgpu::Plot*\2c\20unsigned\20int\29 -4184:GrDefaultGeoProcFactory::MakeForDeviceSpace\28SkArenaAlloc*\2c\20GrDefaultGeoProcFactory::Color\20const&\2c\20GrDefaultGeoProcFactory::Coverage\20const&\2c\20GrDefaultGeoProcFactory::LocalCoords\20const&\2c\20SkMatrix\20const&\29 -4185:GrCpuVertexAllocator::~GrCpuVertexAllocator\28\29 -4186:GrColorTypeClampType\28GrColorType\29 -4187:GrColorSpaceXform::Equals\28GrColorSpaceXform\20const*\2c\20GrColorSpaceXform\20const*\29 -4188:GrBufferAllocPool::unmap\28\29 -4189:GrBufferAllocPool::reset\28\29 -4190:GrBlurUtils::extract_draw_rect_from_data\28SkData*\2c\20SkIRect\20const&\29 -4191:GrBlurUtils::can_filter_mask\28SkMaskFilterBase\20const*\2c\20GrStyledShape\20const&\2c\20SkIRect\20const&\2c\20SkIRect\20const&\2c\20SkMatrix\20const&\2c\20SkIRect*\29 -4192:GrBlurUtils::GaussianBlur\28GrRecordingContext*\2c\20GrSurfaceProxyView\2c\20GrColorType\2c\20SkAlphaType\2c\20sk_sp\2c\20SkIRect\2c\20SkIRect\2c\20float\2c\20float\2c\20SkTileMode\2c\20SkBackingFit\29 -4193:GrBicubicEffect::MakeSubset\28GrSurfaceProxyView\2c\20SkAlphaType\2c\20SkMatrix\20const&\2c\20GrSamplerState::WrapMode\2c\20GrSamplerState::WrapMode\2c\20SkRect\20const&\2c\20SkCubicResampler\2c\20GrBicubicEffect::Direction\2c\20GrCaps\20const&\29 -4194:GrBicubicEffect::GrBicubicEffect\28std::__2::unique_ptr>\2c\20SkCubicResampler\2c\20GrBicubicEffect::Direction\2c\20GrBicubicEffect::Clamp\29 -4195:GrBackendTextures::MakeGL\28int\2c\20int\2c\20skgpu::Mipmapped\2c\20GrGLTextureInfo\20const&\2c\20sk_sp\2c\20std::__2::basic_string_view>\29 -4196:GrBackendFormatStencilBits\28GrBackendFormat\20const&\29 -4197:GrBackendFormat::operator==\28GrBackendFormat\20const&\29\20const -4198:GrAtlasManager::resolveMaskFormat\28skgpu::MaskFormat\29\20const -4199:GrAATriangulator::~GrAATriangulator\28\29 -4200:GrAATriangulator::makeEvent\28GrAATriangulator::SSEdge*\2c\20GrAATriangulator::EventList*\29\20const -4201:GrAATriangulator::connectSSEdge\28GrTriangulator::Vertex*\2c\20GrTriangulator::Vertex*\2c\20GrTriangulator::Comparator\20const&\29 -4202:GrAAConvexTessellator::terminate\28GrAAConvexTessellator::Ring\20const&\29 -4203:GrAAConvexTessellator::computePtAlongBisector\28int\2c\20SkPoint\20const&\2c\20int\2c\20float\2c\20SkPoint*\29\20const -4204:GrAAConvexTessellator::computeNormals\28\29::$_0::operator\28\29\28SkPoint\29\20const -4205:GrAAConvexTessellator::CandidateVerts::originatingIdx\28int\29\20const -4206:GrAAConvexTessellator::CandidateVerts::fuseWithPrior\28int\29 -4207:GrAAConvexTessellator::CandidateVerts::addNewPt\28SkPoint\20const&\2c\20int\2c\20int\2c\20bool\29 -4208:GetVariationDesignPosition\28FT_FaceRec_*\2c\20SkSpan\29 -4209:GetAxes\28FT_FaceRec_*\2c\20skia_private::STArray<4\2c\20SkFontParameters::Variation::Axis\2c\20true>*\29 -4210:FT_Set_Transform -4211:FT_Set_Char_Size -4212:FT_Select_Metrics -4213:FT_Request_Metrics -4214:FT_List_Remove -4215:FT_List_Finalize -4216:FT_Hypot -4217:FT_GlyphLoader_CreateExtra -4218:FT_GlyphLoader_Adjust_Points -4219:FT_Get_Paint -4220:FT_Get_MM_Var -4221:FT_Get_Color_Glyph_Paint -4222:FT_Done_GlyphSlot -4223:FT_Done_Face -4224:EllipticalRRectOp::~EllipticalRRectOp\28\29 -4225:EdgeLT::operator\28\29\28Edge\20const&\2c\20Edge\20const&\29\20const -4226:DAffineMatrix::mapPoint\28\28anonymous\20namespace\29::DPoint\20const&\29\20const -4227:DAffineMatrix::mapPoint\28SkPoint\20const&\29\20const -4228:Cr_z_inflate_table -4229:CopyFromCompoundDictionary -4230:Compute_Point_Displacement -4231:CircularRRectOp::~CircularRRectOp\28\29 -4232:CFF::cff_stack_t::push\28\29 -4233:CFF::UnsizedByteStr\20const&\20CFF::StructAtOffsetOrNull\28void\20const*\2c\20int\2c\20hb_sanitize_context_t&\2c\20unsigned\20int&\29 -4234:BrotliWarmupBitReader -4235:BlockIndexIterator::Last\28SkBlockAllocator::Block\20const*\29\2c\20&SkTBlockList::First\28SkBlockAllocator::Block\20const*\29\2c\20&SkTBlockList::Decrement\28SkBlockAllocator::Block\20const*\2c\20int\29\2c\20&SkTBlockList::GetItem\28SkBlockAllocator::Block*\2c\20int\29>::Item::operator++\28\29 -4236:ActiveEdgeList::DoubleRotation\28ActiveEdge*\2c\20int\29 -4237:AAT::kerxTupleKern\28int\2c\20unsigned\20int\2c\20void\20const*\2c\20AAT::hb_aat_apply_context_t*\29 -4238:AAT::kern_accelerator_data_t::~kern_accelerator_data_t\28\29 -4239:AAT::hb_aat_scratch_t::~hb_aat_scratch_t\28\29 -4240:AAT::hb_aat_scratch_t::destroy_buffer_glyph_set\28hb_bit_set_t*\29\20const -4241:AAT::hb_aat_scratch_t::create_buffer_glyph_set\28\29\20const -4242:AAT::hb_aat_apply_context_t::delete_glyph\28\29 -4243:AAT::feat::get_feature\28hb_aat_layout_feature_type_t\29\20const -4244:AAT::Lookup::sanitize\28hb_sanitize_context_t*\29\20const -4245:AAT::ClassTable>::get_class\28unsigned\20int\2c\20unsigned\20int\29\20const -4246:4033 -4247:4034 -4248:4035 -4249:4036 -4250:4037 -4251:4038 -4252:4039 -4253:4040 -4254:4041 -4255:4042 -4256:4043 -4257:4044 -4258:4045 -4259:4046 -4260:4047 -4261:4048 -4262:4049 -4263:4050 -4264:4051 -4265:4052 -4266:4053 -4267:4054 -4268:4055 -4269:4056 -4270:4057 -4271:4058 -4272:4059 -4273:4060 -4274:4061 -4275:4062 -4276:4063 -4277:4064 -4278:4065 -4279:4066 -4280:4067 -4281:4068 -4282:4069 -4283:4070 -4284:4071 -4285:4072 -4286:4073 -4287:4074 -4288:4075 -4289:4076 -4290:4077 -4291:4078 -4292:4079 -4293:4080 -4294:4081 -4295:4082 -4296:4083 -4297:4084 -4298:4085 -4299:zeroinfnan -4300:zero_mark_widths_by_gdef\28hb_buffer_t*\2c\20bool\29 -4301:xyzd50_to_lab\28SkRGBA4f<\28SkAlphaType\292>\2c\20bool*\29 -4302:xyz_almost_equal\28skcms_Matrix3x3\20const&\2c\20skcms_Matrix3x3\20const&\29 -4303:write_vertex_position\28GrGLSLVertexBuilder*\2c\20GrGLSLUniformHandler*\2c\20GrShaderCaps\20const&\2c\20GrShaderVar\20const&\2c\20SkMatrix\20const&\2c\20char\20const*\2c\20GrShaderVar*\2c\20GrResourceHandle*\29 -4304:write_passthrough_vertex_position\28GrGLSLVertexBuilder*\2c\20GrShaderVar\20const&\2c\20GrShaderVar*\29 -4305:winding_mono_quad\28SkPoint\20const*\2c\20float\2c\20float\2c\20int*\29 -4306:winding_mono_conic\28SkConic\20const&\2c\20float\2c\20float\2c\20int*\29 -4307:wctomb -4308:wchar_t*\20std::__2::copy\5babi:nn180100\5d\2c\20wchar_t*>\28std::__2::__wrap_iter\2c\20std::__2::__wrap_iter\2c\20wchar_t*\29 -4309:wchar_t*\20std::__2::__constexpr_memmove\5babi:nn180100\5d\28wchar_t*\2c\20wchar_t\20const*\2c\20std::__2::__element_count\29 -4310:walk_simple_edges\28SkEdge*\2c\20SkBlitter*\2c\20int\2c\20int\29 -4311:vsscanf -4312:void\20std::__2::unique_ptr::Pair\2c\20unsigned\20int\2c\20skia_private::THashMap::Pair>::Slot\20\5b\5d\2c\20std::__2::default_delete::Pair\2c\20unsigned\20int\2c\20skia_private::THashMap::Pair>::Slot\20\5b\5d>>::reset\5babi:ne180100\5d::Pair\2c\20unsigned\20int\2c\20skia_private::THashMap::Pair>::Slot*\2c\200>\28skia_private::THashTable::Pair\2c\20unsigned\20int\2c\20skia_private::THashMap::Pair>::Slot*\29 -4313:void\20std::__2::unique_ptr\2c\20std::__2::allocator>>\2c\20skia::textlayout::FontCollection::FamilyKey::Hasher>::Pair\2c\20skia::textlayout::FontCollection::FamilyKey\2c\20skia_private::THashMap\2c\20std::__2::allocator>>\2c\20skia::textlayout::FontCollection::FamilyKey::Hasher>::Pair>::Slot\20\5b\5d\2c\20std::__2::default_delete\2c\20std::__2::allocator>>\2c\20skia::textlayout::FontCollection::FamilyKey::Hasher>::Pair\2c\20skia::textlayout::FontCollection::FamilyKey\2c\20skia_private::THashMap\2c\20std::__2::allocator>>\2c\20skia::textlayout::FontCollection::FamilyKey::Hasher>::Pair>::Slot\20\5b\5d>>::reset\5babi:ne180100\5d\2c\20std::__2::allocator>>\2c\20skia::textlayout::FontCollection::FamilyKey::Hasher>::Pair\2c\20skia::textlayout::FontCollection::FamilyKey\2c\20skia_private::THashMap\2c\20std::__2::allocator>>\2c\20skia::textlayout::FontCollection::FamilyKey::Hasher>::Pair>::Slot*\2c\200>\28skia_private::THashTable\2c\20std::__2::allocator>>\2c\20skia::textlayout::FontCollection::FamilyKey::Hasher>::Pair\2c\20skia::textlayout::FontCollection::FamilyKey\2c\20skia_private::THashMap\2c\20std::__2::allocator>>\2c\20skia::textlayout::FontCollection::FamilyKey::Hasher>::Pair>::Slot*\29 -4314:void\20std::__2::unique_ptr>::Pair\2c\20skgpu::ganesh::AtlasPathRenderer::AtlasPathKey\2c\20skia_private::THashMap>::Pair>::Slot\20\5b\5d\2c\20std::__2::default_delete>::Pair\2c\20skgpu::ganesh::AtlasPathRenderer::AtlasPathKey\2c\20skia_private::THashMap>::Pair>::Slot\20\5b\5d>>::reset\5babi:ne180100\5d>::Pair\2c\20skgpu::ganesh::AtlasPathRenderer::AtlasPathKey\2c\20skia_private::THashMap>::Pair>::Slot*\2c\200>\28skia_private::THashTable>::Pair\2c\20skgpu::ganesh::AtlasPathRenderer::AtlasPathKey\2c\20skia_private::THashMap>::Pair>::Slot*\29 -4315:void\20std::__2::unique_ptr::Pair\2c\20skgpu::UniqueKey\2c\20skia_private::THashMap::Pair>::Slot\20\5b\5d\2c\20std::__2::default_delete::Pair\2c\20skgpu::UniqueKey\2c\20skia_private::THashMap::Pair>::Slot\20\5b\5d>>::reset\5babi:ne180100\5d::Pair\2c\20skgpu::UniqueKey\2c\20skia_private::THashMap::Pair>::Slot*\2c\200>\28skia_private::THashTable::Pair\2c\20skgpu::UniqueKey\2c\20skia_private::THashMap::Pair>::Slot*\29 -4316:void\20std::__2::allocator::construct\5babi:ne180100\5d&\2c\20SkSpan&\2c\20SkSpan&\2c\20SkSpan&\2c\20SkSpan&>\28sktext::GlyphRun*\2c\20SkFont\20const&\2c\20SkSpan&\2c\20SkSpan&\2c\20SkSpan&\2c\20SkSpan&\2c\20SkSpan&\29 -4317:void\20std::__2::allocator::construct\5babi:ne180100\5d\28skia::textlayout::FontFeature*\2c\20SkString\20const&\2c\20int&\29 -4318:void\20std::__2::__variant_detail::__impl\2c\20std::__2::unique_ptr>>::__assign\5babi:ne180100\5d<0ul\2c\20sk_sp>\28sk_sp&&\29 -4319:void\20std::__2::__variant_detail::__impl::__assign\5babi:ne180100\5d<0ul\2c\20SkPaint>\28SkPaint&&\29 -4320:void\20std::__2::__variant_detail::__assignment>::__assign_alt\5babi:ne180100\5d<0ul\2c\20SkPaint\2c\20SkPaint>\28std::__2::__variant_detail::__alt<0ul\2c\20SkPaint>&\2c\20SkPaint&&\29 -4321:void\20std::__2::__tree_right_rotate\5babi:ne180100\5d*>\28std::__2::__tree_node_base*\29 -4322:void\20std::__2::__tree_left_rotate\5babi:ne180100\5d*>\28std::__2::__tree_node_base*\29 -4323:void\20std::__2::__stable_sort_move\20const&\2c\20unsigned\20int\2c\20FT_COLR_Paint_\20const&\2c\20SkPaint*\29::$_0::operator\28\29\28FT_ColorStopIterator_\20const&\2c\20std::__2::vector>&\2c\20std::__2::vector\2c\20std::__2::allocator>>&\29\20const::'lambda'\28\28anonymous\20namespace\29::colrv1_configure_skpaint\28FT_FaceRec_*\2c\20SkSpan\20const&\2c\20unsigned\20int\2c\20FT_COLR_Paint_\20const&\2c\20SkPaint*\29::$_0::operator\28\29\28FT_ColorStopIterator_\20const&\2c\20std::__2::vector>&\2c\20std::__2::vector\2c\20std::__2::allocator>>&\29\20const::ColorStop\20const&\2c\20\28anonymous\20namespace\29::colrv1_configure_skpaint\28FT_FaceRec_*\2c\20SkSpan\20const&\2c\20unsigned\20int\2c\20FT_COLR_Paint_\20const&\2c\20SkPaint*\29::$_0::operator\28\29\28FT_ColorStopIterator_\20const&\2c\20std::__2::vector>&\2c\20std::__2::vector\2c\20std::__2::allocator>>&\29\20const::ColorStop\20const&\29&\2c\20std::__2::__wrap_iter<\28anonymous\20namespace\29::colrv1_configure_skpaint\28FT_FaceRec_*\2c\20SkSpan\20const&\2c\20unsigned\20int\2c\20FT_COLR_Paint_\20const&\2c\20SkPaint*\29::$_0::operator\28\29\28FT_ColorStopIterator_\20const&\2c\20std::__2::vector>&\2c\20std::__2::vector\2c\20std::__2::allocator>>&\29\20const::ColorStop*>>\28std::__2::__wrap_iter<\28anonymous\20namespace\29::colrv1_configure_skpaint\28FT_FaceRec_*\2c\20SkSpan\20const&\2c\20unsigned\20int\2c\20FT_COLR_Paint_\20const&\2c\20SkPaint*\29::$_0::operator\28\29\28FT_ColorStopIterator_\20const&\2c\20std::__2::vector>&\2c\20std::__2::vector\2c\20std::__2::allocator>>&\29\20const::ColorStop*>\2c\20std::__2::__wrap_iter<\28anonymous\20namespace\29::colrv1_configure_skpaint\28FT_FaceRec_*\2c\20SkSpan\20const&\2c\20unsigned\20int\2c\20FT_COLR_Paint_\20const&\2c\20SkPaint*\29::$_0::operator\28\29\28FT_ColorStopIterator_\20const&\2c\20std::__2::vector>&\2c\20std::__2::vector\2c\20std::__2::allocator>>&\29\20const::ColorStop*>\2c\20\28anonymous\20namespace\29::colrv1_configure_skpaint\28FT_FaceRec_*\2c\20SkSpan\20const&\2c\20unsigned\20int\2c\20FT_COLR_Paint_\20const&\2c\20SkPaint*\29::$_0::operator\28\29\28FT_ColorStopIterator_\20const&\2c\20std::__2::vector>&\2c\20std::__2::vector\2c\20std::__2::allocator>>&\29\20const::'lambda'\28\28anonymous\20namespace\29::colrv1_configure_skpaint\28FT_FaceRec_*\2c\20SkSpan\20const&\2c\20unsigned\20int\2c\20FT_COLR_Paint_\20const&\2c\20SkPaint*\29::$_0::operator\28\29\28FT_ColorStopIterator_\20const&\2c\20std::__2::vector>&\2c\20std::__2::vector\2c\20std::__2::allocator>>&\29\20const::ColorStop\20const&\2c\20\28anonymous\20namespace\29::colrv1_configure_skpaint\28FT_FaceRec_*\2c\20SkSpan\20const&\2c\20unsigned\20int\2c\20FT_COLR_Paint_\20const&\2c\20SkPaint*\29::$_0::operator\28\29\28FT_ColorStopIterator_\20const&\2c\20std::__2::vector>&\2c\20std::__2::vector\2c\20std::__2::allocator>>&\29\20const::ColorStop\20const&\29&\2c\20std::__2::iterator_traits\20const&\2c\20unsigned\20int\2c\20FT_COLR_Paint_\20const&\2c\20SkPaint*\29::$_0::operator\28\29\28FT_ColorStopIterator_\20const&\2c\20std::__2::vector>&\2c\20std::__2::vector\2c\20std::__2::allocator>>&\29\20const::ColorStop*>>::difference_type\2c\20std::__2::iterator_traits\20const&\2c\20unsigned\20int\2c\20FT_COLR_Paint_\20const&\2c\20SkPaint*\29::$_0::operator\28\29\28FT_ColorStopIterator_\20const&\2c\20std::__2::vector>&\2c\20std::__2::vector\2c\20std::__2::allocator>>&\29\20const::ColorStop*>>::value_type*\29 -4324:void\20std::__2::__sort5_maybe_branchless\5babi:ne180100\5d\28skia::textlayout::OneLineShaper::RunBlock*\2c\20skia::textlayout::OneLineShaper::RunBlock*\2c\20skia::textlayout::OneLineShaper::RunBlock*\2c\20skia::textlayout::OneLineShaper::RunBlock*\2c\20skia::textlayout::OneLineShaper::RunBlock*\2c\20skia::textlayout::OneLineShaper::finish\28skia::textlayout::Block\20const&\2c\20float\2c\20float&\29::$_0&\29 -4325:void\20std::__2::__sort5_maybe_branchless\5babi:ne180100\5d\28SkSL::ProgramElement\20const**\2c\20SkSL::ProgramElement\20const**\2c\20SkSL::ProgramElement\20const**\2c\20SkSL::ProgramElement\20const**\2c\20SkSL::ProgramElement\20const**\2c\20SkSL::Transform::\28anonymous\20namespace\29::BuiltinVariableScanner::sortNewElements\28\29::'lambda'\28SkSL::ProgramElement\20const*\2c\20SkSL::ProgramElement\20const*\29&\29 -4326:void\20std::__2::__sort5_maybe_branchless\5babi:ne180100\5d\28SkSL::FunctionDefinition\20const**\2c\20SkSL::FunctionDefinition\20const**\2c\20SkSL::FunctionDefinition\20const**\2c\20SkSL::FunctionDefinition\20const**\2c\20SkSL::FunctionDefinition\20const**\2c\20SkSL::Transform::FindAndDeclareBuiltinFunctions\28SkSL::Program&\29::$_0&\29 -4327:void\20std::__2::__sift_up\5babi:ne180100\5d*>>\28std::__2::__wrap_iter*>\2c\20std::__2::__wrap_iter*>\2c\20GrGeometryProcessor::ProgramImpl::emitTransformCode\28GrGLSLVertexBuilder*\2c\20GrGLSLUniformHandler*\29::$_0&\2c\20std::__2::iterator_traits*>>::difference_type\29 -4328:void\20std::__2::__sift_up\5babi:ne180100\5d>\28std::__2::__wrap_iter\2c\20std::__2::__wrap_iter\2c\20GrAATriangulator::EventComparator&\2c\20std::__2::iterator_traits>::difference_type\29 -4329:void\20std::__2::__optional_storage_base::__construct\5babi:ne180100\5d\28skia::textlayout::FontArguments\20const&\29 -4330:void\20std::__2::__optional_storage_base::__assign_from\5babi:ne180100\5d\20const&>\28std::__2::__optional_copy_assign_base\20const&\29 -4331:void\20std::__2::__optional_storage_base::__construct\5babi:ne180100\5d\28SkPath\20const&\29 -4332:void\20std::__2::__optional_storage_base::__construct\5babi:ne180100\5d\28AutoLayerForImageFilter&&\29 -4333:void\20std::__2::__memberwise_forward_assign\5babi:ne180100\5d&\2c\20int&>\2c\20std::__2::tuple\2c\20unsigned\20long>\2c\20sk_sp\2c\20unsigned\20long\2c\200ul\2c\201ul>\28std::__2::tuple&\2c\20int&>&\2c\20std::__2::tuple\2c\20unsigned\20long>&&\2c\20std::__2::__tuple_types\2c\20unsigned\20long>\2c\20std::__2::__tuple_indices<0ul\2c\201ul>\29 -4334:void\20std::__2::__memberwise_forward_assign\5babi:ne180100\5d&>\2c\20std::__2::tuple>\2c\20GrSurfaceProxyView\2c\20sk_sp\2c\200ul\2c\201ul>\28std::__2::tuple&>&\2c\20std::__2::tuple>&&\2c\20std::__2::__tuple_types>\2c\20std::__2::__tuple_indices<0ul\2c\201ul>\29 -4335:void\20std::__2::__list_imp>::__delete_node\5babi:ne180100\5d<>\28std::__2::__list_node*\29 -4336:void\20std::__2::__introsort\28skia::textlayout::OneLineShaper::RunBlock*\2c\20skia::textlayout::OneLineShaper::RunBlock*\2c\20skia::textlayout::OneLineShaper::finish\28skia::textlayout::Block\20const&\2c\20float\2c\20float&\29::$_0&\2c\20std::__2::iterator_traits::difference_type\2c\20bool\29 -4337:void\20std::__2::__introsort\28SkSL::ProgramElement\20const**\2c\20SkSL::ProgramElement\20const**\2c\20SkSL::Transform::\28anonymous\20namespace\29::BuiltinVariableScanner::sortNewElements\28\29::'lambda'\28SkSL::ProgramElement\20const*\2c\20SkSL::ProgramElement\20const*\29&\2c\20std::__2::iterator_traits::difference_type\2c\20bool\29 -4338:void\20std::__2::__introsort\28SkSL::FunctionDefinition\20const**\2c\20SkSL::FunctionDefinition\20const**\2c\20SkSL::Transform::FindAndDeclareBuiltinFunctions\28SkSL::Program&\29::$_0&\2c\20std::__2::iterator_traits::difference_type\2c\20bool\29 -4339:void\20std::__2::__forward_list_base\2c\20std::__2::allocator>>::__delete_node\5babi:ne180100\5d<>\28std::__2::__forward_list_node\2c\20void*>*\29 -4340:void\20std::__2::__double_or_nothing\5babi:nn180100\5d\28std::__2::unique_ptr&\2c\20char*&\2c\20char*&\29 -4341:void\20sorted_merge<&sweep_lt_vert\28SkPoint\20const&\2c\20SkPoint\20const&\29>\28GrTriangulator::VertexList*\2c\20GrTriangulator::VertexList*\2c\20GrTriangulator::VertexList*\29 -4342:void\20sorted_merge<&sweep_lt_horiz\28SkPoint\20const&\2c\20SkPoint\20const&\29>\28GrTriangulator::VertexList*\2c\20GrTriangulator::VertexList*\2c\20GrTriangulator::VertexList*\29 -4343:void\20sort_r_simple\28void*\2c\20unsigned\20long\2c\20unsigned\20long\2c\20int\20\28*\29\28void\20const*\2c\20void\20const*\2c\20void*\29\2c\20void*\29 -4344:void\20sktext::gpu::fillDirectClipped\28SkZip\2c\20unsigned\20int\2c\20SkPoint\2c\20SkIRect*\29 -4345:void\20skgpu::ganesh::SurfaceFillContext::clearAtLeast<\28SkAlphaType\292>\28SkIRect\20const&\2c\20SkRGBA4f<\28SkAlphaType\292>\20const&\29 -4346:void\20portable::memsetT\28unsigned\20short*\2c\20unsigned\20short\2c\20int\29 -4347:void\20portable::memsetT\28unsigned\20int*\2c\20unsigned\20int\2c\20int\29 -4348:void\20hb_sanitize_context_t::set_object>\28OT::KernSubTable\20const*\29 -4349:void\20hair_path<\28SkPaint::Cap\292>\28SkPath\20const&\2c\20SkRasterClip\20const&\2c\20SkBlitter*\2c\20void\20\28*\29\28SkPoint\20const*\2c\20int\2c\20SkRegion\20const*\2c\20SkBlitter*\29\29 -4350:void\20hair_path<\28SkPaint::Cap\291>\28SkPath\20const&\2c\20SkRasterClip\20const&\2c\20SkBlitter*\2c\20void\20\28*\29\28SkPoint\20const*\2c\20int\2c\20SkRegion\20const*\2c\20SkBlitter*\29\29 -4351:void\20hair_path<\28SkPaint::Cap\290>\28SkPath\20const&\2c\20SkRasterClip\20const&\2c\20SkBlitter*\2c\20void\20\28*\29\28SkPoint\20const*\2c\20int\2c\20SkRegion\20const*\2c\20SkBlitter*\29\29 -4352:void\20\28anonymous\20namespace\29::copyFT2LCD16\28FT_Bitmap_\20const&\2c\20SkMaskBuilder*\2c\20int\2c\20unsigned\20char\20const*\2c\20unsigned\20char\20const*\2c\20unsigned\20char\20const*\29 -4353:void\20\28anonymous\20namespace\29::Pass::blur\28int\2c\20int\2c\20int\2c\20unsigned\20int\20const*\2c\20int\2c\20unsigned\20int*\2c\20int\29 -4354:void\20\28anonymous\20namespace\29::Pass::blur\28int\2c\20int\2c\20int\2c\20unsigned\20char\20const*\2c\20int\2c\20unsigned\20char*\2c\20int\29 -4355:void\20SkTQSort\28double*\2c\20double*\29 -4356:void\20SkTIntroSort\28int\2c\20int*\2c\20int\2c\20DistanceLessThan\20const&\29 -4357:void\20SkTIntroSort\28float*\2c\20float*\29::'lambda'\28float\20const&\2c\20float\20const&\29>\28int\2c\20float*\2c\20int\2c\20void\20SkTQSort\28float*\2c\20float*\29::'lambda'\28float\20const&\2c\20float\20const&\29\20const&\29 -4358:void\20SkTIntroSort\28double*\2c\20double*\29::'lambda'\28double\20const&\2c\20double\20const&\29>\28int\2c\20double*\2c\20int\2c\20void\20SkTQSort\28double*\2c\20double*\29::'lambda'\28double\20const&\2c\20double\20const&\29\20const&\29 -4359:void\20SkTIntroSort\28int\2c\20SkString*\2c\20int\2c\20bool\20\20const\28&\29\28SkString\20const&\2c\20SkString\20const&\29\29 -4360:void\20SkTIntroSort\28int\2c\20SkOpRayHit**\2c\20int\2c\20bool\20\20const\28&\29\28SkOpRayHit\20const*\2c\20SkOpRayHit\20const*\29\29 -4361:void\20SkTIntroSort\28SkOpContour**\2c\20SkOpContour**\29::'lambda'\28SkOpContour\20const*\2c\20SkOpContour\20const*\29>\28int\2c\20SkOpContour*\2c\20int\2c\20void\20SkTQSort\28SkOpContour**\2c\20SkOpContour**\29::'lambda'\28SkOpContour\20const*\2c\20SkOpContour\20const*\29\20const&\29 -4362:void\20SkTIntroSort\28int\2c\20SkEdge**\2c\20int\2c\20bool\20\20const\28&\29\28SkEdge\20const*\2c\20SkEdge\20const*\29\29 -4363:void\20SkTIntroSort\28SkClosestRecord\20const**\2c\20SkClosestRecord\20const**\29::'lambda'\28SkClosestRecord\20const*\2c\20SkClosestRecord\20const*\29>\28int\2c\20SkClosestRecord\20const*\2c\20int\2c\20void\20SkTQSort\28SkClosestRecord\20const**\2c\20SkClosestRecord\20const**\29::'lambda'\28SkClosestRecord\20const*\2c\20SkClosestRecord\20const*\29\20const&\29 -4364:void\20SkTIntroSort\28int\2c\20SkAnalyticEdge**\2c\20int\2c\20bool\20\20const\28&\29\28SkAnalyticEdge\20const*\2c\20SkAnalyticEdge\20const*\29\29 -4365:void\20SkTIntroSort\28int\2c\20GrGpuResource**\2c\20int\2c\20bool\20\20const\28&\29\28GrGpuResource*\20const&\2c\20GrGpuResource*\20const&\29\29 -4366:void\20SkTIntroSort\28int\2c\20GrGpuResource**\2c\20int\2c\20bool\20\28*\20const&\29\28GrGpuResource*\20const&\2c\20GrGpuResource*\20const&\29\29 -4367:void\20SkTIntroSort\28int\2c\20Edge*\2c\20int\2c\20EdgeLT\20const&\29 -4368:void\20SkSafeUnref\28GrWindowRectangles::Rec\20const*\29 -4369:void\20SkSafeUnref\28GrSurface::RefCntedReleaseProc*\29 -4370:void\20SkSafeUnref\28GrBufferAllocPool::CpuBufferCache*\29 -4371:void\20SkRecords::FillBounds::trackBounds\28SkRecords::NoOp\20const&\29 -4372:void\20GrGLProgramDataManager::setMatrices<4>\28GrResourceHandle\2c\20int\2c\20float\20const*\29\20const -4373:void\20GrGLProgramDataManager::setMatrices<3>\28GrResourceHandle\2c\20int\2c\20float\20const*\29\20const -4374:void\20GrGLProgramDataManager::setMatrices<2>\28GrResourceHandle\2c\20int\2c\20float\20const*\29\20const -4375:void\20A8_row_aa\28unsigned\20char*\2c\20unsigned\20char\2c\20int\2c\20unsigned\20char\2c\20unsigned\20char\20\28*\29\28unsigned\20char\2c\20unsigned\20char\29\2c\20bool\29 -4376:void*\20OT::hb_accelerate_subtables_context_t::cache_func_to>\28void*\2c\20OT::hb_ot_lookup_cache_op_t\29 -4377:void*\20OT::hb_accelerate_subtables_context_t::cache_func_to>\28void*\2c\20OT::hb_ot_lookup_cache_op_t\29 -4378:virtual\20thunk\20to\20GrGLTexture::onSetLabel\28\29 -4379:virtual\20thunk\20to\20GrGLTexture::backendFormat\28\29\20const -4380:vfiprintf -4381:validate_texel_levels\28SkISize\2c\20GrColorType\2c\20GrMipLevel\20const*\2c\20int\2c\20GrCaps\20const*\29 -4382:valid_divs\28int\20const*\2c\20int\2c\20int\2c\20int\29 -4383:utf8_byte_type\28unsigned\20char\29 -4384:use_tiled_rendering\28GrGLCaps\20const&\2c\20GrOpsRenderPass::StencilLoadAndStoreInfo\20const&\29 -4385:uprv_realloc_skia -4386:update_edge\28SkEdge*\2c\20int\29 -4387:unsigned\20short\20std::__2::__num_get_unsigned_integral\5babi:nn180100\5d\28char\20const*\2c\20char\20const*\2c\20unsigned\20int&\2c\20int\29 -4388:unsigned\20short\20sk_saturate_cast\28float\29 -4389:unsigned\20long\20long\20std::__2::__num_get_unsigned_integral\5babi:nn180100\5d\28char\20const*\2c\20char\20const*\2c\20unsigned\20int&\2c\20int\29 -4390:unsigned\20long&\20std::__2::vector>::emplace_back\28unsigned\20long&\29 -4391:unsigned\20int\20std::__2::__num_get_unsigned_integral\5babi:nn180100\5d\28char\20const*\2c\20char\20const*\2c\20unsigned\20int&\2c\20int\29 -4392:unsigned\20int\20const*\20std::__2::lower_bound\5babi:nn180100\5d\28unsigned\20int\20const*\2c\20unsigned\20int\20const*\2c\20unsigned\20long\20const&\29 -4393:unsigned\20char\20pack_distance_field_val<4>\28float\29 -4394:ubidi_getVisualRun_skia -4395:ubidi_countRuns_skia -4396:ubidi_close_skia -4397:u_charType_skia -4398:u8_lerp\28unsigned\20char\2c\20unsigned\20char\2c\20unsigned\20char\29 -4399:tt_size_select -4400:tt_size_run_prep -4401:tt_size_done_bytecode -4402:tt_sbit_decoder_load_image -4403:tt_prepare_zone -4404:tt_loader_set_pp -4405:tt_loader_init -4406:tt_loader_done -4407:tt_hvadvance_adjust -4408:tt_face_vary_cvt -4409:tt_face_palette_set -4410:tt_face_load_generic_header -4411:tt_face_load_cvt -4412:tt_face_goto_table -4413:tt_face_get_metrics -4414:tt_done_blend -4415:tt_cmap4_set_range -4416:tt_cmap4_next -4417:tt_cmap4_char_map_linear -4418:tt_cmap4_char_map_binary -4419:tt_cmap2_get_subheader -4420:tt_cmap14_get_nondef_chars -4421:tt_cmap14_get_def_chars -4422:tt_cmap14_def_char_count -4423:tt_cmap13_next -4424:tt_cmap13_init -4425:tt_cmap13_char_map_binary -4426:tt_cmap12_next -4427:tt_cmap12_char_map_binary -4428:tt_apply_mvar -4429:top_collinear\28GrTriangulator::Edge*\2c\20GrTriangulator::Edge*\29 -4430:to_stablekey\28int\2c\20unsigned\20int\29 -4431:throw_on_failure\28unsigned\20long\2c\20void*\29 -4432:thai_pua_shape\28unsigned\20int\2c\20thai_action_t\2c\20hb_font_t*\29 -4433:t1_lookup_glyph_by_stdcharcode_ps -4434:t1_cmap_std_init -4435:t1_cmap_std_char_index -4436:t1_builder_init -4437:t1_builder_close_contour -4438:t1_builder_add_point1 -4439:t1_builder_add_point -4440:t1_builder_add_contour -4441:sweep_lt_vert\28SkPoint\20const&\2c\20SkPoint\20const&\29 -4442:sweep_lt_horiz\28SkPoint\20const&\2c\20SkPoint\20const&\29 -4443:swap\28hb_bit_set_t&\2c\20hb_bit_set_t&\29 -4444:strutStyle_setFontSize -4445:strtoull -4446:strtoll_l -4447:strspn -4448:strncpy -4449:strcspn -4450:store_int -4451:std::logic_error::~logic_error\28\29 -4452:std::logic_error::logic_error\28char\20const*\29 -4453:std::exception::exception\5babi:nn180100\5d\28\29 -4454:std::__2::vector>::operator=\5babi:ne180100\5d\28std::__2::vector>\20const&\29 -4455:std::__2::vector>::__vdeallocate\28\29 -4456:std::__2::vector>::__move_assign\28std::__2::vector>&\2c\20std::__2::integral_constant\29 -4457:std::__2::vector>\2c\20std::__2::allocator>>>::__base_destruct_at_end\5babi:ne180100\5d\28std::__2::unique_ptr>*\29 -4458:std::__2::vector\2c\20std::__2::allocator>>::__base_destruct_at_end\5babi:ne180100\5d\28std::__2::tuple*\29 -4459:std::__2::vector>::max_size\28\29\20const -4460:std::__2::vector>::capacity\5babi:nn180100\5d\28\29\20const -4461:std::__2::vector>::__construct_at_end\28unsigned\20long\29 -4462:std::__2::vector>::__clear\5babi:nn180100\5d\28\29 -4463:std::__2::vector\2c\20std::__2::allocator>\2c\20std::__2::allocator\2c\20std::__2::allocator>>>::__clear\5babi:ne180100\5d\28\29 -4464:std::__2::vector>::__clear\5babi:ne180100\5d\28\29 -4465:std::__2::vector>::vector\28std::__2::vector>\20const&\29 -4466:std::__2::vector>::__vallocate\5babi:ne180100\5d\28unsigned\20long\29 -4467:std::__2::vector>::~vector\5babi:ne180100\5d\28\29 -4468:std::__2::vector>::__swap_out_circular_buffer\28std::__2::__split_buffer&>&\29 -4469:std::__2::vector>::operator=\5babi:ne180100\5d\28std::__2::vector>\20const&\29 -4470:std::__2::vector>::__clear\5babi:ne180100\5d\28\29 -4471:std::__2::vector>::__base_destruct_at_end\5babi:ne180100\5d\28skia::textlayout::FontFeature*\29 -4472:std::__2::vector\2c\20std::__2::allocator>>::vector\28std::__2::vector\2c\20std::__2::allocator>>\20const&\29 -4473:std::__2::vector>::insert\28std::__2::__wrap_iter\2c\20float&&\29 -4474:std::__2::vector>::__construct_at_end\28unsigned\20long\29 -4475:std::__2::vector>::__vallocate\5babi:ne180100\5d\28unsigned\20long\29 -4476:std::__2::vector>::__swap_out_circular_buffer\28std::__2::__split_buffer&>&\29 -4477:std::__2::vector>::vector\5babi:ne180100\5d\28std::initializer_list\29 -4478:std::__2::vector>::reserve\28unsigned\20long\29 -4479:std::__2::vector>::operator=\5babi:ne180100\5d\28std::__2::vector>\20const&\29 -4480:std::__2::vector>::__vdeallocate\28\29 -4481:std::__2::vector>::__destroy_vector::operator\28\29\5babi:ne180100\5d\28\29 -4482:std::__2::vector>::__clear\5babi:ne180100\5d\28\29 -4483:std::__2::vector>::__base_destruct_at_end\5babi:ne180100\5d\28SkString*\29 -4484:std::__2::vector>::push_back\5babi:ne180100\5d\28SkSL::TraceInfo&&\29 -4485:std::__2::vector>::push_back\5babi:ne180100\5d\28SkSL::SymbolTable*\20const&\29 -4486:std::__2::vector>::~vector\5babi:ne180100\5d\28\29 -4487:std::__2::vector>::__swap_out_circular_buffer\28std::__2::__split_buffer&>&\29 -4488:std::__2::vector>::__swap_out_circular_buffer\28std::__2::__split_buffer&>&\2c\20SkSL::ProgramElement\20const**\29 -4489:std::__2::vector>::__move_range\28SkSL::ProgramElement\20const**\2c\20SkSL::ProgramElement\20const**\2c\20SkSL::ProgramElement\20const**\29 -4490:std::__2::vector>::push_back\5babi:ne180100\5d\28SkRuntimeEffect::Uniform&&\29 -4491:std::__2::vector>::push_back\5babi:ne180100\5d\28SkRuntimeEffect::Child&&\29 -4492:std::__2::vector>::~vector\5babi:ne180100\5d\28\29 -4493:std::__2::vector>::__vallocate\5babi:ne180100\5d\28unsigned\20long\29 -4494:std::__2::vector>::__destroy_vector::operator\28\29\5babi:ne180100\5d\28\29 -4495:std::__2::vector>::reserve\28unsigned\20long\29 -4496:std::__2::vector>::__swap_out_circular_buffer\28std::__2::__split_buffer&>&\29 -4497:std::__2::vector\2c\20std::__2::allocator>>::__swap_out_circular_buffer\28std::__2::__split_buffer\2c\20std::__2::allocator>&>&\29 -4498:std::__2::vector>::push_back\5babi:ne180100\5d\28SkMeshSpecification::Varying&&\29 -4499:std::__2::vector>::__destroy_vector::operator\28\29\5babi:ne180100\5d\28\29 -4500:std::__2::vector>::reserve\28unsigned\20long\29 -4501:std::__2::vector>::__swap_out_circular_buffer\28std::__2::__split_buffer&>&\29 -4502:std::__2::vector>::__destroy_vector::operator\28\29\5babi:ne180100\5d\28\29 -4503:std::__2::vector>::__vallocate\5babi:ne180100\5d\28unsigned\20long\29 -4504:std::__2::vector>::__clear\5babi:ne180100\5d\28\29 -4505:std::__2::unique_ptr::unique_ptr\5babi:nn180100\5d\28unsigned\20char*\2c\20std::__2::__dependent_type\2c\20true>::__good_rval_ref_type\29 -4506:std::__2::unique_ptr>::~unique_ptr\5babi:ne180100\5d\28\29 -4507:std::__2::unique_ptr>::reset\5babi:ne180100\5d\28sktext::gpu::TextBlobRedrawCoordinator*\29 -4508:std::__2::unique_ptr::~unique_ptr\5babi:ne180100\5d\28\29 -4509:std::__2::unique_ptr>::~unique_ptr\5babi:ne180100\5d\28\29 -4510:std::__2::unique_ptr>::reset\5babi:ne180100\5d\28sktext::gpu::SubRunAllocator*\29 -4511:std::__2::unique_ptr>::~unique_ptr\5babi:ne180100\5d\28\29 -4512:std::__2::unique_ptr>::reset\5babi:ne180100\5d\28sktext::gpu::StrikeCache*\29 -4513:std::__2::unique_ptr>::~unique_ptr\5babi:ne180100\5d\28\29 -4514:std::__2::unique_ptr>::reset\5babi:ne180100\5d\28sktext::GlyphRunBuilder*\29 -4515:std::__2::unique_ptr\2c\20skia::textlayout::OneLineShaper::FontKey::Hasher>::Pair\2c\20skia::textlayout::OneLineShaper::FontKey\2c\20skia_private::THashMap\2c\20skia::textlayout::OneLineShaper::FontKey::Hasher>::Pair>::Slot\20\5b\5d\2c\20std::__2::default_delete\2c\20skia::textlayout::OneLineShaper::FontKey::Hasher>::Pair\2c\20skia::textlayout::OneLineShaper::FontKey\2c\20skia_private::THashMap\2c\20skia::textlayout::OneLineShaper::FontKey::Hasher>::Pair>::Slot\20\5b\5d>>::~unique_ptr\5babi:ne180100\5d\28\29 -4516:std::__2::unique_ptr\2c\20SkGoodHash>::Pair\2c\20int\2c\20skia_private::THashMap\2c\20SkGoodHash>::Pair>::Slot\20\5b\5d\2c\20std::__2::default_delete\2c\20SkGoodHash>::Pair\2c\20int\2c\20skia_private::THashMap\2c\20SkGoodHash>::Pair>::Slot\20\5b\5d>>::~unique_ptr\5babi:ne180100\5d\28\29 -4517:std::__2::unique_ptr\2c\20SkGoodHash>::Pair\2c\20SkString\2c\20skia_private::THashMap\2c\20SkGoodHash>::Pair>::Slot\20\5b\5d\2c\20std::__2::default_delete\2c\20SkGoodHash>::Pair\2c\20SkString\2c\20skia_private::THashMap\2c\20SkGoodHash>::Pair>::Slot\20\5b\5d>>::~unique_ptr\5babi:ne180100\5d\28\29 -4518:std::__2::unique_ptr>\2c\20SkGoodHash>::Pair\2c\20SkSL::Variable\20const*\2c\20skia_private::THashMap>\2c\20SkGoodHash>::Pair>::Slot\20\5b\5d\2c\20std::__2::default_delete>\2c\20SkGoodHash>::Pair\2c\20SkSL::Variable\20const*\2c\20skia_private::THashMap>\2c\20SkGoodHash>::Pair>::Slot\20\5b\5d>>::~unique_ptr\5babi:ne180100\5d\28\29 -4519:std::__2::unique_ptr\2c\20false>\2c\20SkGoodHash>::Pair\2c\20SkSL::FunctionDeclaration\20const*\2c\20skia_private::THashMap\2c\20false>\2c\20SkGoodHash>::Pair>::Slot\20\5b\5d\2c\20std::__2::default_delete\2c\20false>\2c\20SkGoodHash>::Pair\2c\20SkSL::FunctionDeclaration\20const*\2c\20skia_private::THashMap\2c\20false>\2c\20SkGoodHash>::Pair>::Slot\20\5b\5d>>::~unique_ptr\5babi:ne180100\5d\28\29 -4520:std::__2::unique_ptr\2c\20std::__2::allocator>\2c\20SkSL::Analysis::SpecializedFunctionKey::Hash>::Pair\2c\20SkSL::Analysis::SpecializedFunctionKey\2c\20skia_private::THashMap\2c\20std::__2::allocator>\2c\20SkSL::Analysis::SpecializedFunctionKey::Hash>::Pair>::Slot\20\5b\5d\2c\20std::__2::default_delete\2c\20std::__2::allocator>\2c\20SkSL::Analysis::SpecializedFunctionKey::Hash>::Pair\2c\20SkSL::Analysis::SpecializedFunctionKey\2c\20skia_private::THashMap\2c\20std::__2::allocator>\2c\20SkSL::Analysis::SpecializedFunctionKey::Hash>::Pair>::Slot\20\5b\5d>>::~unique_ptr\5babi:ne180100\5d\28\29 -4521:std::__2::unique_ptr::Pair\2c\20SkPath\2c\20skia_private::THashMap::Pair>::Slot\20\5b\5d\2c\20std::__2::default_delete::Pair\2c\20SkPath\2c\20skia_private::THashMap::Pair>::Slot\20\5b\5d>>::~unique_ptr\5babi:ne180100\5d\28\29 -4522:std::__2::unique_ptr>\2c\20SkGoodHash>::Pair\2c\20SkImageFilter\20const*\2c\20skia_private::THashMap>\2c\20SkGoodHash>::Pair>::Slot\20\5b\5d\2c\20std::__2::default_delete>\2c\20SkGoodHash>::Pair\2c\20SkImageFilter\20const*\2c\20skia_private::THashMap>\2c\20SkGoodHash>::Pair>::Slot\20\5b\5d>>::~unique_ptr\5babi:ne180100\5d\28\29 -4523:std::__2::unique_ptr\2c\20SkDescriptor\20const&\2c\20sktext::gpu::StrikeCache::HashTraits>::Slot\20\5b\5d\2c\20std::__2::default_delete\2c\20SkDescriptor\20const&\2c\20sktext::gpu::StrikeCache::HashTraits>::Slot\20\5b\5d>>::~unique_ptr\5babi:ne180100\5d\28\29 -4524:std::__2::unique_ptr\2c\20SkDescriptor\2c\20SkStrikeCache::StrikeTraits>::Slot\20\5b\5d\2c\20std::__2::default_delete\2c\20SkDescriptor\2c\20SkStrikeCache::StrikeTraits>::Slot\20\5b\5d>>::~unique_ptr\5babi:ne180100\5d\28\29 -4525:std::__2::unique_ptr::Slot\20\5b\5d\2c\20std::__2::default_delete::Slot\20\5b\5d>>::~unique_ptr\5babi:ne180100\5d\28\29 -4526:std::__2::unique_ptr\2c\20std::__2::default_delete>>::reset\5babi:ne180100\5d\28skia_private::TArray*\29 -4527:std::__2::unique_ptr>::~unique_ptr\5babi:ne180100\5d\28\29 -4528:std::__2::unique_ptr>::~unique_ptr\5babi:ne180100\5d\28\29 -4529:std::__2::unique_ptr>::reset\5babi:ne180100\5d\28skgpu::ganesh::SmallPathAtlasMgr*\29 -4530:std::__2::unique_ptr\20\5b\5d\2c\20std::__2::default_delete\20\5b\5d>>::~unique_ptr\5babi:ne180100\5d\28\29 -4531:std::__2::unique_ptr>::reset\5babi:ne180100\5d\28hb_font_t*\29 -4532:std::__2::unique_ptr>::~unique_ptr\5babi:ne180100\5d\28\29 -4533:std::__2::unique_ptr>::reset\5babi:ne180100\5d\28hb_blob_t*\29 -4534:std::__2::unique_ptr::operator=\5babi:nn180100\5d\28std::__2::unique_ptr&&\29 -4535:std::__2::unique_ptr<\28anonymous\20namespace\29::SoftwarePathData\2c\20std::__2::default_delete<\28anonymous\20namespace\29::SoftwarePathData>>::reset\5babi:ne180100\5d\28\28anonymous\20namespace\29::SoftwarePathData*\29 -4536:std::__2::unique_ptr>::~unique_ptr\5babi:ne180100\5d\28\29 -4537:std::__2::unique_ptr>::reset\5babi:ne180100\5d\28SkTaskGroup*\29 -4538:std::__2::unique_ptr>::~unique_ptr\5babi:ne180100\5d\28\29 -4539:std::__2::unique_ptr>::~unique_ptr\5babi:ne180100\5d\28\29 -4540:std::__2::unique_ptr>::reset\5babi:ne180100\5d\28SkSL::RP::Program*\29 -4541:std::__2::unique_ptr>::~unique_ptr\5babi:ne180100\5d\28\29 -4542:std::__2::unique_ptr>::reset\5babi:ne180100\5d\28SkSL::Program*\29 -4543:std::__2::unique_ptr>::reset\5babi:ne180100\5d\28SkSL::ProgramUsage*\29 -4544:std::__2::unique_ptr>::~unique_ptr\5babi:ne180100\5d\28\29 -4545:std::__2::unique_ptr>::~unique_ptr\5babi:ne180100\5d\28\29 -4546:std::__2::unique_ptr>::reset\5babi:ne180100\5d\28SkSL::MemoryPool*\29 -4547:std::__2::unique_ptr>\20SkSL::coalesce_vector\28std::__2::array\20const&\2c\20double\2c\20SkSL::Type\20const&\2c\20double\20\28*\29\28double\2c\20double\2c\20double\29\2c\20double\20\28*\29\28double\29\29 -4548:std::__2::unique_ptr>\20SkSL::coalesce_pairwise_vectors\28std::__2::array\20const&\2c\20double\2c\20SkSL::Type\20const&\2c\20double\20\28*\29\28double\2c\20double\2c\20double\29\2c\20double\20\28*\29\28double\29\29 -4549:std::__2::unique_ptr>::~unique_ptr\5babi:ne180100\5d\28\29 -4550:std::__2::unique_ptr>::~unique_ptr\5babi:ne180100\5d\28\29 -4551:std::__2::unique_ptr>::reset\5babi:ne180100\5d\28SkRecordCanvas*\29 -4552:std::__2::unique_ptr>::reset\5babi:ne180100\5d\28SkLatticeIter*\29 -4553:std::__2::unique_ptr>::reset\5babi:ne180100\5d\28SkCanvas::Layer*\29 -4554:std::__2::unique_ptr>::~unique_ptr\5babi:ne180100\5d\28\29 -4555:std::__2::unique_ptr>::reset\5babi:ne180100\5d\28SkCanvas::BackImage*\29 -4556:std::__2::unique_ptr>::~unique_ptr\5babi:ne180100\5d\28\29 -4557:std::__2::unique_ptr>::reset\5babi:ne180100\5d\28SkArenaAlloc*\29 -4558:std::__2::unique_ptr>::~unique_ptr\5babi:ne180100\5d\28\29 -4559:std::__2::unique_ptr>::reset\5babi:ne180100\5d\28GrThreadSafeCache*\29 -4560:std::__2::unique_ptr>::~unique_ptr\5babi:ne180100\5d\28\29 -4561:std::__2::unique_ptr>::reset\5babi:ne180100\5d\28GrResourceProvider*\29 -4562:std::__2::unique_ptr>::~unique_ptr\5babi:ne180100\5d\28\29 -4563:std::__2::unique_ptr>::reset\5babi:ne180100\5d\28GrResourceCache*\29 -4564:std::__2::unique_ptr>::~unique_ptr\5babi:ne180100\5d\28\29 -4565:std::__2::unique_ptr>::reset\5babi:ne180100\5d\28GrProxyProvider*\29 -4566:std::__2::unique_ptr>::~unique_ptr\5babi:ne180100\5d\28\29 -4567:std::__2::unique_ptr>::~unique_ptr\5babi:ne180100\5d\28\29 -4568:std::__2::unique_ptr>::~unique_ptr\5babi:ne180100\5d\28\29 -4569:std::__2::unique_ptr>::~unique_ptr\5babi:ne180100\5d\28\29 -4570:std::__2::unique_ptr>::reset\5babi:ne180100\5d\28GrAuditTrail::OpNode*\29 -4571:std::__2::unique_ptr>::reset\5babi:ne180100\5d\28FT_SizeRec_*\29 -4572:std::__2::tuple::tuple\5babi:nn180100\5d\28std::__2::locale::id::__get\28\29::$_0&&\29 -4573:std::__2::tuple\2c\20int\2c\20sktext::gpu::SubRunAllocator>\20sktext::gpu::SubRunAllocator::AllocateClassMemoryAndArena\28int\29::'lambda0'\28\29::operator\28\29\28\29\20const -4574:std::__2::tuple\2c\20int\2c\20sktext::gpu::SubRunAllocator>\20sktext::gpu::SubRunAllocator::AllocateClassMemoryAndArena\28int\29::'lambda'\28\29::operator\28\29\28\29\20const -4575:std::__2::tuple&\20std::__2::tuple::operator=\5babi:ne180100\5d\28std::__2::pair&&\29 -4576:std::__2::to_string\28unsigned\20long\29 -4577:std::__2::to_chars_result\20std::__2::__to_chars_itoa\5babi:nn180100\5d\28char*\2c\20char*\2c\20unsigned\20int\2c\20std::__2::integral_constant\29 -4578:std::__2::time_put>>::~time_put\28\29_15404 -4579:std::__2::time_get>>::__get_year\28int&\2c\20std::__2::istreambuf_iterator>&\2c\20std::__2::istreambuf_iterator>\2c\20unsigned\20int&\2c\20std::__2::ctype\20const&\29\20const -4580:std::__2::time_get>>::__get_weekdayname\28int&\2c\20std::__2::istreambuf_iterator>&\2c\20std::__2::istreambuf_iterator>\2c\20unsigned\20int&\2c\20std::__2::ctype\20const&\29\20const -4581:std::__2::time_get>>::__get_monthname\28int&\2c\20std::__2::istreambuf_iterator>&\2c\20std::__2::istreambuf_iterator>\2c\20unsigned\20int&\2c\20std::__2::ctype\20const&\29\20const -4582:std::__2::time_get>>::__get_year\28int&\2c\20std::__2::istreambuf_iterator>&\2c\20std::__2::istreambuf_iterator>\2c\20unsigned\20int&\2c\20std::__2::ctype\20const&\29\20const -4583:std::__2::time_get>>::__get_weekdayname\28int&\2c\20std::__2::istreambuf_iterator>&\2c\20std::__2::istreambuf_iterator>\2c\20unsigned\20int&\2c\20std::__2::ctype\20const&\29\20const -4584:std::__2::time_get>>::__get_monthname\28int&\2c\20std::__2::istreambuf_iterator>&\2c\20std::__2::istreambuf_iterator>\2c\20unsigned\20int&\2c\20std::__2::ctype\20const&\29\20const -4585:std::__2::shared_ptr::operator=\5babi:ne180100\5d\28std::__2::shared_ptr&&\29 -4586:std::__2::reverse_iterator::operator++\5babi:nn180100\5d\28\29 -4587:std::__2::priority_queue>\2c\20GrAATriangulator::EventComparator>::push\28GrAATriangulator::Event*\20const&\29 -4588:std::__2::pair\20std::__2::__copy_trivial::operator\28\29\5babi:nn180100\5d\28wchar_t\20const*\2c\20wchar_t\20const*\2c\20wchar_t*\29\20const -4589:std::__2::pair::pair\5babi:ne180100\5d\28std::__2::pair&&\29 -4590:std::__2::pair>::~pair\28\29 -4591:std::__2::pair\20std::__2::__unwrap_and_dispatch\5babi:ne180100\5d\2c\20std::__2::__copy_trivial>\2c\20skia::textlayout::FontFeature*\2c\20skia::textlayout::FontFeature*\2c\20skia::textlayout::FontFeature*\2c\200>\28skia::textlayout::FontFeature*\2c\20skia::textlayout::FontFeature*\2c\20skia::textlayout::FontFeature*\29 -4592:std::__2::pair\2c\20std::__2::allocator>>>::~pair\28\29 -4593:std::__2::pair\20std::__2::__copy_trivial::operator\28\29\5babi:nn180100\5d\28char\20const*\2c\20char\20const*\2c\20char*\29\20const -4594:std::__2::pair::pair\5babi:nn180100\5d\28char\20const*&&\2c\20char*&&\29 -4595:std::__2::pair>::~pair\28\29 -4596:std::__2::pair\20std::__2::__unwrap_and_dispatch\5babi:ne180100\5d\2c\20std::__2::__copy_trivial>\2c\20SkString*\2c\20SkString*\2c\20SkString*\2c\200>\28SkString*\2c\20SkString*\2c\20SkString*\29 -4597:std::__2::ostreambuf_iterator>::operator=\5babi:nn180100\5d\28wchar_t\29 -4598:std::__2::ostreambuf_iterator>::operator=\5babi:nn180100\5d\28char\29 -4599:std::__2::optional::value\5babi:ne180100\5d\28\29\20& -4600:std::__2::optional&\20std::__2::optional::operator=\5babi:ne180100\5d\28SkPath\20const&\29 -4601:std::__2::optional&\20std::__2::optional::operator=\5babi:ne180100\5d\28SkPaint\20const&\29 -4602:std::__2::optional::value\5babi:ne180100\5d\28\29\20& -4603:std::__2::numpunct::~numpunct\28\29 -4604:std::__2::numpunct::~numpunct\28\29 -4605:std::__2::num_get>>::do_get\28std::__2::istreambuf_iterator>\2c\20std::__2::istreambuf_iterator>\2c\20std::__2::ios_base&\2c\20unsigned\20int&\2c\20unsigned\20int&\29\20const -4606:std::__2::num_get>>\20const&\20std::__2::use_facet\5babi:nn180100\5d>>>\28std::__2::locale\20const&\29 -4607:std::__2::num_get>>::do_get\28std::__2::istreambuf_iterator>\2c\20std::__2::istreambuf_iterator>\2c\20std::__2::ios_base&\2c\20unsigned\20int&\2c\20unsigned\20int&\29\20const -4608:std::__2::moneypunct\20const&\20std::__2::use_facet\5babi:nn180100\5d>\28std::__2::locale\20const&\29 -4609:std::__2::moneypunct\20const&\20std::__2::use_facet\5babi:nn180100\5d>\28std::__2::locale\20const&\29 -4610:std::__2::moneypunct::do_negative_sign\28\29\20const -4611:std::__2::moneypunct\20const&\20std::__2::use_facet\5babi:nn180100\5d>\28std::__2::locale\20const&\29 -4612:std::__2::moneypunct\20const&\20std::__2::use_facet\5babi:nn180100\5d>\28std::__2::locale\20const&\29 -4613:std::__2::moneypunct::do_negative_sign\28\29\20const -4614:std::__2::money_get>>::__do_get\28std::__2::istreambuf_iterator>&\2c\20std::__2::istreambuf_iterator>\2c\20bool\2c\20std::__2::locale\20const&\2c\20unsigned\20int\2c\20unsigned\20int&\2c\20bool&\2c\20std::__2::ctype\20const&\2c\20std::__2::unique_ptr&\2c\20wchar_t*&\2c\20wchar_t*\29 -4615:std::__2::money_get>>::__do_get\28std::__2::istreambuf_iterator>&\2c\20std::__2::istreambuf_iterator>\2c\20bool\2c\20std::__2::locale\20const&\2c\20unsigned\20int\2c\20unsigned\20int&\2c\20bool&\2c\20std::__2::ctype\20const&\2c\20std::__2::unique_ptr&\2c\20char*&\2c\20char*\29 -4616:std::__2::locale::operator=\28std::__2::locale\20const&\29 -4617:std::__2::locale::facet**\20std::__2::__construct_at\5babi:nn180100\5d\28std::__2::locale::facet**\29 -4618:std::__2::locale::__imp::~__imp\28\29 -4619:std::__2::locale::__imp::release\28\29 -4620:std::__2::list>::pop_front\28\29 -4621:std::__2::iterator_traits\2c\20std::__2::allocator>\20const*>::difference_type\20std::__2::distance\5babi:nn180100\5d\2c\20std::__2::allocator>\20const*>\28std::__2::basic_string\2c\20std::__2::allocator>\20const*\2c\20std::__2::basic_string\2c\20std::__2::allocator>\20const*\29 -4622:std::__2::iterator_traits::difference_type\20std::__2::distance\5babi:nn180100\5d\28char*\2c\20char*\29 -4623:std::__2::iterator_traits::difference_type\20std::__2::__distance\5babi:nn180100\5d\28char*\2c\20char*\2c\20std::__2::random_access_iterator_tag\29 -4624:std::__2::istreambuf_iterator>::operator++\5babi:nn180100\5d\28int\29 -4625:std::__2::istreambuf_iterator>::__test_for_eof\5babi:nn180100\5d\28\29\20const -4626:std::__2::istreambuf_iterator>::operator++\5babi:nn180100\5d\28int\29 -4627:std::__2::istreambuf_iterator>::__test_for_eof\5babi:nn180100\5d\28\29\20const -4628:std::__2::ios_base::width\5babi:nn180100\5d\28long\29 -4629:std::__2::ios_base::__call_callbacks\28std::__2::ios_base::event\29 -4630:std::__2::hash>::operator\28\29\5babi:ne180100\5d\28std::__2::optional\20const&\29\20const -4631:std::__2::function::operator\28\29\28skia::textlayout::ParagraphImpl*\2c\20char\20const*\2c\20bool\29\20const -4632:std::__2::function::operator\28\29\28SkVertices\20const*\2c\20SkBlendMode\2c\20SkPaint\20const&\2c\20float\2c\20float\2c\20bool\29\20const -4633:std::__2::function::operator\28\29\28GrTextureProxy*\2c\20SkIRect\2c\20GrColorType\2c\20void\20const*\2c\20unsigned\20long\29\20const -4634:std::__2::enable_if::type\20skgpu::tess::PatchWriter\2c\20skgpu::tess::Optional<\28skgpu::tess::PatchAttribs\294>\2c\20skgpu::tess::Optional<\28skgpu::tess::PatchAttribs\298>\2c\20skgpu::tess::Optional<\28skgpu::tess::PatchAttribs\2964>\2c\20skgpu::tess::Optional<\28skgpu::tess::PatchAttribs\2932>\2c\20skgpu::tess::ReplicateLineEndPoints\2c\20skgpu::tess::TrackJoinControlPoints>::writeDeferredStrokePatch\28\29 -4635:std::__2::enable_if>::value\2c\20SkRuntimeEffectBuilder::BuilderUniform&>::type\20SkRuntimeEffectBuilder::BuilderUniform::operator=>\28std::__2::array\20const&\29 -4636:std::__2::enable_if::value\2c\20SkRuntimeEffectBuilder::BuilderUniform&>::type\20SkRuntimeEffectBuilder::BuilderUniform::operator=\28float\20const&\29 -4637:std::__2::enable_if>::value\20&&\20sizeof\20\28skia::textlayout::SkRange\29\20!=\204\2c\20unsigned\20int>::type\20SkGoodHash::operator\28\29>\28skia::textlayout::SkRange\20const&\29\20const -4638:std::__2::enable_if::value\20&&\20sizeof\20\28bool\29\20!=\204\2c\20unsigned\20int>::type\20SkGoodHash::operator\28\29\28bool\20const&\29\20const -4639:std::__2::enable_if::value\20&&\20is_move_assignable::value\2c\20void>::type\20std::__2::swap\5babi:nn180100\5d\28char&\2c\20char&\29 -4640:std::__2::deque>::back\28\29 -4641:std::__2::deque>::__add_back_capacity\28\29 -4642:std::__2::default_delete::Pair\2c\20unsigned\20int\2c\20skia_private::THashMap::Pair>::Slot\20\5b\5d>::_EnableIfConvertible::Pair\2c\20unsigned\20int\2c\20skia_private::THashMap::Pair>::Slot>::type\20std::__2::default_delete::Pair\2c\20unsigned\20int\2c\20skia_private::THashMap::Pair>::Slot\20\5b\5d>::operator\28\29\5babi:ne180100\5d::Pair\2c\20unsigned\20int\2c\20skia_private::THashMap::Pair>::Slot>\28skia_private::THashTable::Pair\2c\20unsigned\20int\2c\20skia_private::THashMap::Pair>::Slot*\29\20const -4643:std::__2::default_delete>\2c\20SkSL::IntrinsicKind\2c\20SkGoodHash>::Pair\2c\20std::__2::basic_string_view>\2c\20skia_private::THashMap>\2c\20SkSL::IntrinsicKind\2c\20SkGoodHash>::Pair>::Slot\20\5b\5d>::_EnableIfConvertible>\2c\20SkSL::IntrinsicKind\2c\20SkGoodHash>::Pair\2c\20std::__2::basic_string_view>\2c\20skia_private::THashMap>\2c\20SkSL::IntrinsicKind\2c\20SkGoodHash>::Pair>::Slot>::type\20std::__2::default_delete>\2c\20SkSL::IntrinsicKind\2c\20SkGoodHash>::Pair\2c\20std::__2::basic_string_view>\2c\20skia_private::THashMap>\2c\20SkSL::IntrinsicKind\2c\20SkGoodHash>::Pair>::Slot\20\5b\5d>::operator\28\29\5babi:ne180100\5d>\2c\20SkSL::IntrinsicKind\2c\20SkGoodHash>::Pair\2c\20std::__2::basic_string_view>\2c\20skia_private::THashMap>\2c\20SkSL::IntrinsicKind\2c\20SkGoodHash>::Pair>::Slot>\28skia_private::THashTable>\2c\20SkSL::IntrinsicKind\2c\20SkGoodHash>::Pair\2c\20std::__2::basic_string_view>\2c\20skia_private::THashMap>\2c\20SkSL::IntrinsicKind\2c\20SkGoodHash>::Pair>::Slot*\29\20const -4644:std::__2::default_delete\2c\20skia::textlayout::OneLineShaper::FontKey::Hasher>::Pair\2c\20skia::textlayout::OneLineShaper::FontKey\2c\20skia_private::THashMap\2c\20skia::textlayout::OneLineShaper::FontKey::Hasher>::Pair>::Slot\20\5b\5d>::_EnableIfConvertible\2c\20skia::textlayout::OneLineShaper::FontKey::Hasher>::Pair\2c\20skia::textlayout::OneLineShaper::FontKey\2c\20skia_private::THashMap\2c\20skia::textlayout::OneLineShaper::FontKey::Hasher>::Pair>::Slot>::type\20std::__2::default_delete\2c\20skia::textlayout::OneLineShaper::FontKey::Hasher>::Pair\2c\20skia::textlayout::OneLineShaper::FontKey\2c\20skia_private::THashMap\2c\20skia::textlayout::OneLineShaper::FontKey::Hasher>::Pair>::Slot\20\5b\5d>::operator\28\29\5babi:ne180100\5d\2c\20skia::textlayout::OneLineShaper::FontKey::Hasher>::Pair\2c\20skia::textlayout::OneLineShaper::FontKey\2c\20skia_private::THashMap\2c\20skia::textlayout::OneLineShaper::FontKey::Hasher>::Pair>::Slot>\28skia_private::THashTable\2c\20skia::textlayout::OneLineShaper::FontKey::Hasher>::Pair\2c\20skia::textlayout::OneLineShaper::FontKey\2c\20skia_private::THashMap\2c\20skia::textlayout::OneLineShaper::FontKey::Hasher>::Pair>::Slot*\29\20const -4645:std::__2::default_delete\2c\20std::__2::allocator>>\2c\20skia::textlayout::FontCollection::FamilyKey::Hasher>::Pair\2c\20skia::textlayout::FontCollection::FamilyKey\2c\20skia_private::THashMap\2c\20std::__2::allocator>>\2c\20skia::textlayout::FontCollection::FamilyKey::Hasher>::Pair>::Slot\20\5b\5d>::_EnableIfConvertible\2c\20std::__2::allocator>>\2c\20skia::textlayout::FontCollection::FamilyKey::Hasher>::Pair\2c\20skia::textlayout::FontCollection::FamilyKey\2c\20skia_private::THashMap\2c\20std::__2::allocator>>\2c\20skia::textlayout::FontCollection::FamilyKey::Hasher>::Pair>::Slot>::type\20std::__2::default_delete\2c\20std::__2::allocator>>\2c\20skia::textlayout::FontCollection::FamilyKey::Hasher>::Pair\2c\20skia::textlayout::FontCollection::FamilyKey\2c\20skia_private::THashMap\2c\20std::__2::allocator>>\2c\20skia::textlayout::FontCollection::FamilyKey::Hasher>::Pair>::Slot\20\5b\5d>::operator\28\29\5babi:ne180100\5d\2c\20std::__2::allocator>>\2c\20skia::textlayout::FontCollection::FamilyKey::Hasher>::Pair\2c\20skia::textlayout::FontCollection::FamilyKey\2c\20skia_private::THashMap\2c\20std::__2::allocator>>\2c\20skia::textlayout::FontCollection::FamilyKey::Hasher>::Pair>::Slot>\28skia_private::THashTable\2c\20std::__2::allocator>>\2c\20skia::textlayout::FontCollection::FamilyKey::Hasher>::Pair\2c\20skia::textlayout::FontCollection::FamilyKey\2c\20skia_private::THashMap\2c\20std::__2::allocator>>\2c\20skia::textlayout::FontCollection::FamilyKey::Hasher>::Pair>::Slot*\29\20const -4646:std::__2::default_delete>::Pair\2c\20skgpu::ganesh::AtlasPathRenderer::AtlasPathKey\2c\20skia_private::THashMap>::Pair>::Slot\20\5b\5d>::_EnableIfConvertible>::Pair\2c\20skgpu::ganesh::AtlasPathRenderer::AtlasPathKey\2c\20skia_private::THashMap>::Pair>::Slot>::type\20std::__2::default_delete>::Pair\2c\20skgpu::ganesh::AtlasPathRenderer::AtlasPathKey\2c\20skia_private::THashMap>::Pair>::Slot\20\5b\5d>::operator\28\29\5babi:ne180100\5d>::Pair\2c\20skgpu::ganesh::AtlasPathRenderer::AtlasPathKey\2c\20skia_private::THashMap>::Pair>::Slot>\28skia_private::THashTable>::Pair\2c\20skgpu::ganesh::AtlasPathRenderer::AtlasPathKey\2c\20skia_private::THashMap>::Pair>::Slot*\29\20const -4647:std::__2::default_delete::Pair\2c\20skgpu::UniqueKey\2c\20skia_private::THashMap::Pair>::Slot\20\5b\5d>::_EnableIfConvertible::Pair\2c\20skgpu::UniqueKey\2c\20skia_private::THashMap::Pair>::Slot>::type\20std::__2::default_delete::Pair\2c\20skgpu::UniqueKey\2c\20skia_private::THashMap::Pair>::Slot\20\5b\5d>::operator\28\29\5babi:ne180100\5d::Pair\2c\20skgpu::UniqueKey\2c\20skia_private::THashMap::Pair>::Slot>\28skia_private::THashTable::Pair\2c\20skgpu::UniqueKey\2c\20skia_private::THashMap::Pair>::Slot*\29\20const -4648:std::__2::default_delete\20\5b\5d>::_EnableIfConvertible>::type\20std::__2::default_delete\20\5b\5d>::operator\28\29\5babi:ne180100\5d>\28sk_sp*\29\20const -4649:std::__2::default_delete::_EnableIfConvertible::type\20std::__2::default_delete::operator\28\29\5babi:ne180100\5d\28GrGLCaps::ColorTypeInfo*\29\20const -4650:std::__2::ctype::~ctype\28\29 -4651:std::__2::codecvt::~codecvt\28\29 -4652:std::__2::codecvt::do_out\28__mbstate_t&\2c\20char\20const*\2c\20char\20const*\2c\20char\20const*&\2c\20char*\2c\20char*\2c\20char*&\29\20const -4653:std::__2::codecvt::do_out\28__mbstate_t&\2c\20char32_t\20const*\2c\20char32_t\20const*\2c\20char32_t\20const*&\2c\20char8_t*\2c\20char8_t*\2c\20char8_t*&\29\20const -4654:std::__2::codecvt::do_length\28__mbstate_t&\2c\20char8_t\20const*\2c\20char8_t\20const*\2c\20unsigned\20long\29\20const -4655:std::__2::codecvt::do_in\28__mbstate_t&\2c\20char8_t\20const*\2c\20char8_t\20const*\2c\20char8_t\20const*&\2c\20char32_t*\2c\20char32_t*\2c\20char32_t*&\29\20const -4656:std::__2::codecvt::do_out\28__mbstate_t&\2c\20char16_t\20const*\2c\20char16_t\20const*\2c\20char16_t\20const*&\2c\20char8_t*\2c\20char8_t*\2c\20char8_t*&\29\20const -4657:std::__2::codecvt::do_length\28__mbstate_t&\2c\20char8_t\20const*\2c\20char8_t\20const*\2c\20unsigned\20long\29\20const -4658:std::__2::codecvt::do_in\28__mbstate_t&\2c\20char8_t\20const*\2c\20char8_t\20const*\2c\20char8_t\20const*&\2c\20char16_t*\2c\20char16_t*\2c\20char16_t*&\29\20const -4659:std::__2::char_traits::eq_int_type\5babi:nn180100\5d\28int\2c\20int\29 -4660:std::__2::char_traits::not_eof\5babi:nn180100\5d\28int\29 -4661:std::__2::char_traits::find\5babi:ne180100\5d\28char\20const*\2c\20unsigned\20long\2c\20char\20const&\29 -4662:std::__2::basic_stringstream\2c\20std::__2::allocator>::basic_stringstream\5babi:ne180100\5d\28std::__2::basic_string\2c\20std::__2::allocator>\20const&\2c\20unsigned\20int\29 -4663:std::__2::basic_stringbuf\2c\20std::__2::allocator>::str\28std::__2::basic_string\2c\20std::__2::allocator>\20const&\29 -4664:std::__2::basic_stringbuf\2c\20std::__2::allocator>::str\28\29\20const -4665:std::__2::basic_string_view>::substr\5babi:ne180100\5d\28unsigned\20long\2c\20unsigned\20long\29\20const -4666:std::__2::basic_string\2c\20std::__2::allocator>::basic_string\5babi:nn180100\5d\28unsigned\20long\2c\20wchar_t\29 -4667:std::__2::basic_string\2c\20std::__2::allocator>::basic_string\5babi:nn180100\5d\28wchar_t\20const*\2c\20wchar_t\20const*\29 -4668:std::__2::basic_string\2c\20std::__2::allocator>::__grow_by_without_replace\5babi:nn180100\5d\28unsigned\20long\2c\20unsigned\20long\2c\20unsigned\20long\2c\20unsigned\20long\2c\20unsigned\20long\2c\20unsigned\20long\29 -4669:std::__2::basic_string\2c\20std::__2::allocator>::__grow_by_and_replace\28unsigned\20long\2c\20unsigned\20long\2c\20unsigned\20long\2c\20unsigned\20long\2c\20unsigned\20long\2c\20unsigned\20long\2c\20wchar_t\20const*\29 -4670:std::__2::basic_string\2c\20std::__2::allocator>::resize\28unsigned\20long\2c\20char\29 -4671:std::__2::basic_string\2c\20std::__2::allocator>::insert\28unsigned\20long\2c\20char\20const*\2c\20unsigned\20long\29 -4672:std::__2::basic_string\2c\20std::__2::allocator>::basic_string\5babi:nn180100\5d\28unsigned\20long\2c\20char\29 -4673:std::__2::basic_string\2c\20std::__2::allocator>::basic_string\5babi:ne180100\5d\28std::__2::__uninitialized_size_tag\2c\20unsigned\20long\2c\20std::__2::allocator\20const&\29 -4674:std::__2::basic_string\2c\20std::__2::allocator>::__null_terminate_at\5babi:nn180100\5d\28char*\2c\20unsigned\20long\29 -4675:std::__2::basic_string\2c\20std::__2::allocator>&\20std::__2::basic_string\2c\20std::__2::allocator>::operator+=>\2c\200>\28std::__2::basic_string_view>\20const&\29 -4676:std::__2::basic_string\2c\20std::__2::allocator>&\20skia_private::TArray\2c\20std::__2::allocator>\2c\20false>::emplace_back\28char\20const*&&\29 -4677:std::__2::basic_streambuf>::sbumpc\5babi:nn180100\5d\28\29 -4678:std::__2::basic_streambuf>::sputc\5babi:nn180100\5d\28char\29 -4679:std::__2::basic_streambuf>::sgetc\5babi:nn180100\5d\28\29 -4680:std::__2::basic_streambuf>::sbumpc\5babi:nn180100\5d\28\29 -4681:std::__2::basic_streambuf>::basic_streambuf\28\29 -4682:std::__2::basic_ostream>::sentry::~sentry\28\29 -4683:std::__2::basic_ostream>::sentry::sentry\28std::__2::basic_ostream>&\29 -4684:std::__2::basic_ostream>::operator<<\28float\29 -4685:std::__2::basic_ostream>::flush\28\29 -4686:std::__2::basic_istream>::~basic_istream\28\29_14490 -4687:std::__2::basic_iostream>::basic_iostream\5babi:ne180100\5d\28std::__2::basic_streambuf>*\29 -4688:std::__2::basic_ios>::imbue\5babi:ne180100\5d\28std::__2::locale\20const&\29 -4689:std::__2::allocator_traits>::deallocate\5babi:nn180100\5d\28std::__2::__sso_allocator&\2c\20std::__2::locale::facet**\2c\20unsigned\20long\29 -4690:std::__2::allocator::allocate\5babi:nn180100\5d\28unsigned\20long\29 -4691:std::__2::allocator::allocate\5babi:ne180100\5d\28unsigned\20long\29 -4692:std::__2::__wrap_iter\20std::__2::vector>::insert\2c\200>\28std::__2::__wrap_iter\2c\20std::__2::__wrap_iter\2c\20std::__2::__wrap_iter\29 -4693:std::__2::__unwrap_iter_impl::__rewrap\5babi:nn180100\5d\28char*\2c\20char*\29 -4694:std::__2::__unique_if\2c\20std::__2::allocator>>::__unique_single\20std::__2::make_unique\5babi:ne180100\5d\2c\20std::__2::allocator>\2c\20std::__2::basic_string\2c\20std::__2::allocator>>\28std::__2::basic_string\2c\20std::__2::allocator>&&\29 -4695:std::__2::__unique_if::__unique_single\20std::__2::make_unique\5babi:ne180100\5d>\2c\20std::__2::unique_ptr>\2c\20std::__2::unique_ptr>>\28SkSL::Position&\2c\20std::__2::unique_ptr>&&\2c\20std::__2::unique_ptr>&&\2c\20std::__2::unique_ptr>&&\29 -4696:std::__2::__unique_if::__unique_single\20std::__2::make_unique\5babi:ne180100\5d\28\29 -4697:std::__2::__unique_if::__unique_single\20std::__2::make_unique\5babi:ne180100\5d\28\29 -4698:std::__2::__unique_if::__unique_single\20std::__2::make_unique\5babi:ne180100\5d\28SkSL::Position&\2c\20SkSL::Type\20const&\2c\20SkSL::ExpressionArray&&\29 -4699:std::__2::__unique_if::__unique_single\20std::__2::make_unique\5babi:ne180100\5d>>\28SkSL::Position&\2c\20SkSL::Type\20const&\2c\20std::__2::unique_ptr>&&\29 -4700:std::__2::__unique_if::__unique_single\20std::__2::make_unique\5babi:ne180100\5d>>\28SkSL::Position&\2c\20SkSL::Type\20const&\2c\20std::__2::unique_ptr>&&\29 -4701:std::__2::__unique_if::__unique_single\20std::__2::make_unique\5babi:ne180100\5d>>\28SkSL::Position&\2c\20SkSL::Type\20const&\2c\20std::__2::unique_ptr>&&\29 -4702:std::__2::__unique_if::__unique_single\20std::__2::make_unique\5babi:ne180100\5d>>\28SkSL::Position&\2c\20SkSL::Type\20const&\2c\20std::__2::unique_ptr>&&\29 -4703:std::__2::__unique_if::__unique_single\20std::__2::make_unique\5babi:ne180100\5d>>\28SkSL::Position&\2c\20SkSL::Type\20const&\2c\20std::__2::unique_ptr>&&\29 -4704:std::__2::__unique_if::__unique_single\20std::__2::make_unique\5babi:ne180100\5d\28SkSL::Position&\2c\20SkSL::Type\20const&\2c\20SkSL::ExpressionArray&&\29 -4705:std::__2::__unique_if::__unique_single\20std::__2::make_unique\5babi:ne180100\5d>>\28SkSL::Position&\2c\20SkSL::Type\20const&\2c\20std::__2::unique_ptr>&&\29 -4706:std::__2::__unique_if::__unique_single\20std::__2::make_unique\5babi:ne180100\5d\28SkSL::Position&\2c\20SkSL::Type\20const&\2c\20SkSL::ExpressionArray&&\29 -4707:std::__2::__unique_if::__unique_single\20std::__2::make_unique\5babi:ne180100\5d>\2c\20true>\2c\20SkSL::Block::Kind&\2c\20std::__2::unique_ptr>>\28SkSL::Position&\2c\20skia_private::STArray<2\2c\20std::__2::unique_ptr>\2c\20true>&&\2c\20SkSL::Block::Kind&\2c\20std::__2::unique_ptr>&&\29 -4708:std::__2::__unique_if::__unique_single\20std::__2::make_unique\5babi:ne180100\5d>\28sk_sp&&\29 -4709:std::__2::__unique_if::__unique_single\20std::__2::make_unique\5babi:ne180100\5d&>\28std::__2::shared_ptr&\29 -4710:std::__2::__tuple_impl\2c\20std::__2::locale::id::__get\28\29::$_0&&>::__tuple_impl\5babi:nn180100\5d<0ul\2c\20std::__2::locale::id::__get\28\29::$_0&&\2c\20std::__2::locale::id::__get\28\29::$_0>\28std::__2::__tuple_indices<0ul>\2c\20std::__2::__tuple_types\2c\20std::__2::__tuple_indices<...>\2c\20std::__2::__tuple_types<>\2c\20std::__2::locale::id::__get\28\29::$_0&&\29 -4711:std::__2::__time_put::__time_put\5babi:nn180100\5d\28\29 -4712:std::__2::__time_put::__do_put\28char*\2c\20char*&\2c\20tm\20const*\2c\20char\2c\20char\29\20const -4713:std::__2::__throw_length_error\5babi:ne180100\5d\28char\20const*\29 -4714:std::__2::__split_buffer&>::~__split_buffer\28\29 -4715:std::__2::__split_buffer&>::__split_buffer\28unsigned\20long\2c\20unsigned\20long\2c\20std::__2::allocator&\29 -4716:std::__2::__split_buffer>::pop_back\5babi:ne180100\5d\28\29 -4717:std::__2::__split_buffer&>::push_back\28skia::textlayout::OneLineShaper::RunBlock*&&\29 -4718:std::__2::__split_buffer&>::~__split_buffer\28\29 -4719:std::__2::__split_buffer&>::~__split_buffer\28\29 -4720:std::__2::__split_buffer&>::__split_buffer\28unsigned\20long\2c\20unsigned\20long\2c\20std::__2::allocator&\29 -4721:std::__2::__split_buffer&>::~__split_buffer\28\29 -4722:std::__2::__split_buffer&>::__split_buffer\28unsigned\20long\2c\20unsigned\20long\2c\20std::__2::allocator&\29 -4723:std::__2::__split_buffer&>::~__split_buffer\28\29 -4724:std::__2::__shared_weak_count::__release_shared\5babi:ne180100\5d\28\29 -4725:std::__2::__shared_count::__add_shared\5babi:nn180100\5d\28\29 -4726:std::__2::__optional_destruct_base::reset\5babi:ne180100\5d\28\29 -4727:std::__2::__optional_destruct_base::~__optional_destruct_base\5babi:ne180100\5d\28\29 -4728:std::__2::__optional_destruct_base::reset\5babi:ne180100\5d\28\29 -4729:std::__2::__optional_destruct_base::~__optional_destruct_base\5babi:ne180100\5d\28\29 -4730:std::__2::__num_put::__widen_and_group_int\28char*\2c\20char*\2c\20char*\2c\20wchar_t*\2c\20wchar_t*&\2c\20wchar_t*&\2c\20std::__2::locale\20const&\29 -4731:std::__2::__num_put::__widen_and_group_float\28char*\2c\20char*\2c\20char*\2c\20wchar_t*\2c\20wchar_t*&\2c\20wchar_t*&\2c\20std::__2::locale\20const&\29 -4732:std::__2::__num_put::__widen_and_group_int\28char*\2c\20char*\2c\20char*\2c\20char*\2c\20char*&\2c\20char*&\2c\20std::__2::locale\20const&\29 -4733:std::__2::__num_put::__widen_and_group_float\28char*\2c\20char*\2c\20char*\2c\20char*\2c\20char*&\2c\20char*&\2c\20std::__2::locale\20const&\29 -4734:std::__2::__money_put::__gather_info\28bool\2c\20bool\2c\20std::__2::locale\20const&\2c\20std::__2::money_base::pattern&\2c\20wchar_t&\2c\20wchar_t&\2c\20std::__2::basic_string\2c\20std::__2::allocator>&\2c\20std::__2::basic_string\2c\20std::__2::allocator>&\2c\20std::__2::basic_string\2c\20std::__2::allocator>&\2c\20int&\29 -4735:std::__2::__money_put::__format\28wchar_t*\2c\20wchar_t*&\2c\20wchar_t*&\2c\20unsigned\20int\2c\20wchar_t\20const*\2c\20wchar_t\20const*\2c\20std::__2::ctype\20const&\2c\20bool\2c\20std::__2::money_base::pattern\20const&\2c\20wchar_t\2c\20wchar_t\2c\20std::__2::basic_string\2c\20std::__2::allocator>\20const&\2c\20std::__2::basic_string\2c\20std::__2::allocator>\20const&\2c\20std::__2::basic_string\2c\20std::__2::allocator>\20const&\2c\20int\29 -4736:std::__2::__money_put::__gather_info\28bool\2c\20bool\2c\20std::__2::locale\20const&\2c\20std::__2::money_base::pattern&\2c\20char&\2c\20char&\2c\20std::__2::basic_string\2c\20std::__2::allocator>&\2c\20std::__2::basic_string\2c\20std::__2::allocator>&\2c\20std::__2::basic_string\2c\20std::__2::allocator>&\2c\20int&\29 -4737:std::__2::__money_put::__format\28char*\2c\20char*&\2c\20char*&\2c\20unsigned\20int\2c\20char\20const*\2c\20char\20const*\2c\20std::__2::ctype\20const&\2c\20bool\2c\20std::__2::money_base::pattern\20const&\2c\20char\2c\20char\2c\20std::__2::basic_string\2c\20std::__2::allocator>\20const&\2c\20std::__2::basic_string\2c\20std::__2::allocator>\20const&\2c\20std::__2::basic_string\2c\20std::__2::allocator>\20const&\2c\20int\29 -4738:std::__2::__libcpp_sscanf_l\28char\20const*\2c\20__locale_struct*\2c\20char\20const*\2c\20...\29 -4739:std::__2::__libcpp_mbrtowc_l\5babi:nn180100\5d\28wchar_t*\2c\20char\20const*\2c\20unsigned\20long\2c\20__mbstate_t*\2c\20__locale_struct*\29 -4740:std::__2::__libcpp_mb_cur_max_l\5babi:nn180100\5d\28__locale_struct*\29 -4741:std::__2::__hash_table\2c\20std::__2::__unordered_map_hasher\2c\20std::__2::hash\2c\20std::__2::equal_to\2c\20true>\2c\20std::__2::__unordered_map_equal\2c\20std::__2::equal_to\2c\20std::__2::hash\2c\20true>\2c\20std::__2::allocator>>::__deallocate_node\28std::__2::__hash_node_base\2c\20void*>*>*\29 -4742:std::__2::__hash_table\2c\20std::__2::__unordered_map_hasher\2c\20std::__2::hash\2c\20std::__2::equal_to\2c\20true>\2c\20std::__2::__unordered_map_equal\2c\20std::__2::equal_to\2c\20std::__2::hash\2c\20true>\2c\20std::__2::allocator>>::__deallocate_node\28std::__2::__hash_node_base\2c\20void*>*>*\29 -4743:std::__2::__hash_table\2c\20std::__2::equal_to\2c\20std::__2::allocator>::__deallocate_node\28std::__2::__hash_node_base*>*\29 -4744:std::__2::__function::__value_func\2c\20sktext::gpu::RendererData\29>::operator\28\29\5babi:ne180100\5d\28sktext::gpu::AtlasSubRun\20const*&&\2c\20SkPoint&&\2c\20SkPaint\20const&\2c\20sk_sp&&\2c\20sktext::gpu::RendererData&&\29\20const -4745:std::__2::__function::__value_func\2c\20skia::textlayout::SkRange\2c\20skia::textlayout::SkRange\2c\20skia::textlayout::SkRange\2c\20skia::textlayout::SkRange\2c\20float\2c\20unsigned\20long\2c\20unsigned\20long\2c\20SkPoint\2c\20SkPoint\2c\20skia::textlayout::InternalLineMetrics\2c\20bool\29>::operator\28\29\5babi:ne180100\5d\28skia::textlayout::SkRange&&\2c\20skia::textlayout::SkRange&&\2c\20skia::textlayout::SkRange&&\2c\20skia::textlayout::SkRange&&\2c\20skia::textlayout::SkRange&&\2c\20float&&\2c\20unsigned\20long&&\2c\20unsigned\20long&&\2c\20SkPoint&&\2c\20SkPoint&&\2c\20skia::textlayout::InternalLineMetrics&&\2c\20bool&&\29\20const -4746:std::__2::__function::__value_func\29>::operator\28\29\5babi:ne180100\5d\28skia::textlayout::Block&&\2c\20skia_private::TArray&&\29\20const -4747:std::__2::__function::__func\2c\20void\20\28void*\2c\20void\20const*\29>::~__func\28\29 -4748:std::__2::__function::__func\28GrFragmentProcessor\20const*\2c\20GrSurfaceProxy\20const*\29::'lambda'\28GrSurfaceProxy*\2c\20skgpu::Mipmapped\29\2c\20std::__2::allocator\28GrFragmentProcessor\20const*\2c\20GrSurfaceProxy\20const*\29::'lambda'\28GrSurfaceProxy*\2c\20skgpu::Mipmapped\29>\2c\20void\20\28GrSurfaceProxy*\2c\20skgpu::Mipmapped\29>::operator\28\29\28GrSurfaceProxy*&&\2c\20skgpu::Mipmapped&&\29 -4749:std::__2::__function::__func<\28anonymous\20namespace\29::colrv1_traverse_paint\28SkCanvas*\2c\20SkSpan\20const&\2c\20unsigned\20int\2c\20FT_FaceRec_*\2c\20FT_Opaque_Paint_\2c\20skia_private::THashSet*\29::$_0\2c\20std::__2::allocator<\28anonymous\20namespace\29::colrv1_traverse_paint\28SkCanvas*\2c\20SkSpan\20const&\2c\20unsigned\20int\2c\20FT_FaceRec_*\2c\20FT_Opaque_Paint_\2c\20skia_private::THashSet*\29::$_0>\2c\20void\20\28\29>::operator\28\29\28\29 -4750:std::__2::__function::__func\29::$_0\2c\20std::__2::allocator\29::$_0>\2c\20void\20\28\29>::~__func\28\29 -4751:std::__2::__function::__func\2c\20GrSurfaceProxy::LazyCallbackResult\20\28GrResourceProvider*\2c\20GrSurfaceProxy::LazySurfaceDesc\20const&\29>::~__func\28\29 -4752:std::__2::__function::__func\2c\20GrSurfaceProxy::LazyCallbackResult\20\28GrResourceProvider*\2c\20GrSurfaceProxy::LazySurfaceDesc\20const&\29>::~__func\28\29 -4753:std::__2::__function::__func\2c\20GrSurfaceProxy::LazyCallbackResult\20\28GrResourceProvider*\2c\20GrSurfaceProxy::LazySurfaceDesc\20const&\29>::~__func\28\29 -4754:std::__2::__function::__func&\29\2c\20std::__2::allocator&\29>\2c\20void\20\28std::__2::function&\29>::~__func\28\29 -4755:std::__2::__function::__func&\29\2c\20std::__2::allocator&\29>\2c\20void\20\28std::__2::function&\29>::operator\28\29\28std::__2::function&\29 -4756:std::__2::__function::__func&\29\2c\20std::__2::allocator&\29>\2c\20void\20\28std::__2::function&\29>::destroy_deallocate\28\29 -4757:std::__2::__function::__func&\29\2c\20std::__2::allocator&\29>\2c\20void\20\28std::__2::function&\29>::destroy\28\29 -4758:std::__2::__function::__func\2c\20void\20\28std::__2::function&\29>::~__func\28\29 -4759:std::__2::__forward_list_base\2c\20std::__2::allocator>>::clear\28\29 -4760:std::__2::__exception_guard_exceptions>::__destroy_vector>::~__exception_guard_exceptions\5babi:ne180100\5d\28\29 -4761:std::__2::__exception_guard_exceptions>::__destroy_vector>::~__exception_guard_exceptions\5babi:ne180100\5d\28\29 -4762:std::__2::__exception_guard_exceptions\2c\20SkString*>>::~__exception_guard_exceptions\5babi:ne180100\5d\28\29 -4763:std::__2::__constexpr_wcslen\5babi:nn180100\5d\28wchar_t\20const*\29 -4764:std::__2::__compressed_pair_elem\29::$_0\2c\200\2c\20false>::__compressed_pair_elem\5babi:ne180100\5d\29::$_0\20const&\2c\200ul>\28std::__2::piecewise_construct_t\2c\20std::__2::tuple\29::$_0\20const&>\2c\20std::__2::__tuple_indices<0ul>\29 -4765:std::__2::__compressed_pair_elem::__compressed_pair_elem\5babi:ne180100\5d\28std::__2::piecewise_construct_t\2c\20std::__2::tuple\2c\20std::__2::__tuple_indices<0ul>\29 -4766:std::__2::__compressed_pair::__compressed_pair\5babi:nn180100\5d\28unsigned\20char*&\2c\20void\20\28*&&\29\28void*\29\29 -4767:std::__2::__allocation_result>::pointer>\20std::__2::__allocate_at_least\5babi:nn180100\5d>\28std::__2::__sso_allocator&\2c\20unsigned\20long\29 -4768:srgb_to_hsl\28SkRGBA4f<\28SkAlphaType\292>\2c\20bool*\29 -4769:sort_r_swap_blocks\28char*\2c\20unsigned\20long\2c\20unsigned\20long\29 -4770:sort_increasing_Y\28SkPoint*\2c\20SkPoint\20const*\2c\20int\29 -4771:sort_edges\28SkEdge**\2c\20int\2c\20SkEdge**\29 -4772:sort_as_rect\28skvx::Vec<4\2c\20float>\20const&\29 -4773:small_blur\28double\2c\20double\2c\20SkMask\20const&\2c\20SkMaskBuilder*\29::$_0::operator\28\29\28SkGaussFilter\20const&\2c\20unsigned\20short*\29\20const -4774:skvx::Vec<8\2c\20unsigned\20short>\20skvx::operator&<8\2c\20unsigned\20short>\28skvx::Vec<8\2c\20unsigned\20short>\20const&\2c\20skvx::Vec<8\2c\20unsigned\20short>\20const&\29 -4775:skvx::Vec<8\2c\20unsigned\20int>\20skvx::cast\28skvx::Vec<8\2c\20unsigned\20short>\20const&\29 -4776:skvx::Vec<4\2c\20unsigned\20short>\20skvx::operator>><4\2c\20unsigned\20short>\28skvx::Vec<4\2c\20unsigned\20short>\20const&\2c\20int\29 -4777:skvx::Vec<4\2c\20unsigned\20short>\20skvx::operator<<<4\2c\20unsigned\20short>\28skvx::Vec<4\2c\20unsigned\20short>\20const&\2c\20int\29 -4778:skvx::Vec<4\2c\20unsigned\20int>\20skvx::operator>><4\2c\20unsigned\20int>\28skvx::Vec<4\2c\20unsigned\20int>\20const&\2c\20int\29 -4779:skvx::Vec<4\2c\20unsigned\20int>\20skvx::operator*<4\2c\20unsigned\20int>\28skvx::Vec<4\2c\20unsigned\20int>\20const&\2c\20skvx::Vec<4\2c\20unsigned\20int>\20const&\29 -4780:skvx::Vec<4\2c\20skvx::Mask::type>\20skvx::operator!=<4\2c\20float\2c\20float\2c\20void>\28skvx::Vec<4\2c\20float>\20const&\2c\20float\29 -4781:skvx::Vec<4\2c\20skvx::Mask::type>\20skvx::operator!=<4\2c\20float>\28skvx::Vec<4\2c\20float>\20const&\2c\20skvx::Vec<4\2c\20float>\20const&\29 -4782:skvx::Vec<4\2c\20int>\20skvx::operator^<4\2c\20int>\28skvx::Vec<4\2c\20int>\20const&\2c\20skvx::Vec<4\2c\20int>\20const&\29 -4783:skvx::Vec<4\2c\20int>\20skvx::operator>><4\2c\20int>\28skvx::Vec<4\2c\20int>\20const&\2c\20int\29 -4784:skvx::Vec<4\2c\20int>\20skvx::operator<<<4\2c\20int>\28skvx::Vec<4\2c\20int>\20const&\2c\20int\29 -4785:skvx::Vec<4\2c\20float>\20skvx::sqrt<4>\28skvx::Vec<4\2c\20float>\20const&\29 -4786:skvx::Vec<4\2c\20float>\20skvx::operator/<4\2c\20float\2c\20float\2c\20void>\28skvx::Vec<4\2c\20float>\20const&\2c\20float\29 -4787:skvx::Vec<4\2c\20float>\20skvx::operator/<4\2c\20float>\28skvx::Vec<4\2c\20float>\20const&\2c\20skvx::Vec<4\2c\20float>\20const&\29 -4788:skvx::Vec<4\2c\20float>\20skvx::operator-<4\2c\20float\2c\20float\2c\20void>\28skvx::Vec<4\2c\20float>\20const&\2c\20float\29 -4789:skvx::Vec<4\2c\20float>\20skvx::operator-<4\2c\20float>\28skvx::Vec<4\2c\20float>\20const&\2c\20skvx::Vec<4\2c\20float>\20const&\29 -4790:skvx::Vec<4\2c\20float>\20skvx::operator*<4\2c\20float\2c\20int\2c\20void>\28skvx::Vec<4\2c\20float>\20const&\2c\20int\29 -4791:skvx::Vec<4\2c\20float>\20skvx::operator*<4\2c\20float\2c\20int\2c\20void>\28int\2c\20skvx::Vec<4\2c\20float>\20const&\29 -4792:skvx::Vec<4\2c\20float>\20skvx::min<4\2c\20float\2c\20float\2c\20void>\28float\2c\20skvx::Vec<4\2c\20float>\20const&\29 -4793:skvx::Vec<4\2c\20float>\20skvx::min<4\2c\20float>\28skvx::Vec<4\2c\20float>\20const&\2c\20skvx::Vec<4\2c\20float>\20const&\29\20\28.5882\29 -4794:skvx::Vec<4\2c\20float>\20skvx::max<4\2c\20float\2c\20float\2c\20void>\28float\2c\20skvx::Vec<4\2c\20float>\20const&\29 -4795:skvx::Vec<4\2c\20float>\20skvx::from_half<4>\28skvx::Vec<4\2c\20unsigned\20short>\20const&\29 -4796:skvx::Vec<4\2c\20float>&\20skvx::operator*=<4\2c\20float>\28skvx::Vec<4\2c\20float>&\2c\20skvx::Vec<4\2c\20float>\20const&\29\20\28.6793\29 -4797:skvx::ScaledDividerU32::divide\28skvx::Vec<4\2c\20unsigned\20int>\20const&\29\20const -4798:skvx::ScaledDividerU32::ScaledDividerU32\28unsigned\20int\29 -4799:sktext::gpu::build_distance_adjust_table\28float\29 -4800:sktext::gpu::VertexFiller::CanUseDirect\28SkMatrix\20const&\2c\20SkMatrix\20const&\29 -4801:sktext::gpu::TextBlobRedrawCoordinator::internalRemove\28sktext::gpu::TextBlob*\29 -4802:sktext::gpu::TextBlobRedrawCoordinator::BlobIDCacheEntry::findBlobIndex\28sktext::gpu::TextBlob::Key\20const&\29\20const -4803:sktext::gpu::TextBlobRedrawCoordinator::BlobIDCacheEntry::BlobIDCacheEntry\28sktext::gpu::TextBlobRedrawCoordinator::BlobIDCacheEntry&&\29 -4804:sktext::gpu::TextBlob::~TextBlob\28\29 -4805:sktext::gpu::SubRunControl::isSDFT\28float\2c\20SkPaint\20const&\2c\20SkMatrix\20const&\29\20const -4806:sktext::gpu::SubRunContainer::draw\28SkCanvas*\2c\20SkPoint\2c\20SkPaint\20const&\2c\20SkRefCnt\20const*\2c\20std::__2::function\2c\20sktext::gpu::RendererData\29>\20const&\29\20const -4807:sktext::gpu::SubRunContainer::MakeInAlloc\28sktext::GlyphRunList\20const&\2c\20SkMatrix\20const&\2c\20SkPaint\20const&\2c\20SkStrikeDeviceInfo\2c\20sktext::StrikeForGPUCacheInterface*\2c\20sktext::gpu::SubRunAllocator*\2c\20sktext::gpu::SubRunContainer::SubRunCreationBehavior\2c\20char\20const*\29::$_2::operator\28\29\28SkZip\2c\20skgpu::MaskFormat\29\20const -4808:sktext::gpu::SubRunContainer::MakeInAlloc\28sktext::GlyphRunList\20const&\2c\20SkMatrix\20const&\2c\20SkPaint\20const&\2c\20SkStrikeDeviceInfo\2c\20sktext::StrikeForGPUCacheInterface*\2c\20sktext::gpu::SubRunAllocator*\2c\20sktext::gpu::SubRunContainer::SubRunCreationBehavior\2c\20char\20const*\29::$_0::operator\28\29\28SkZip\2c\20skgpu::MaskFormat\29\20const -4809:sktext::gpu::SubRunContainer::MakeInAlloc\28sktext::GlyphRunList\20const&\2c\20SkMatrix\20const&\2c\20SkPaint\20const&\2c\20SkStrikeDeviceInfo\2c\20sktext::StrikeForGPUCacheInterface*\2c\20sktext::gpu::SubRunAllocator*\2c\20sktext::gpu::SubRunContainer::SubRunCreationBehavior\2c\20char\20const*\29 -4810:sktext::gpu::SubRunContainer::EstimateAllocSize\28sktext::GlyphRunList\20const&\29 -4811:sktext::gpu::SubRunAllocator::SubRunAllocator\28int\29 -4812:sktext::gpu::StrikeCache::internalPurge\28unsigned\20long\29 -4813:sktext::gpu::StrikeCache::freeAll\28\29 -4814:sktext::gpu::SlugImpl::~SlugImpl\28\29 -4815:sktext::gpu::GlyphVector::packedGlyphIDToGlyph\28sktext::gpu::StrikeCache*\29 -4816:sktext::gpu::AtlasSubRun::~AtlasSubRun\28\29 -4817:sktext::SkStrikePromise::resetStrike\28\29 -4818:sktext::GlyphRunList::maxGlyphRunSize\28\29\20const -4819:sktext::GlyphRunBuilder::~GlyphRunBuilder\28\29 -4820:sktext::GlyphRunBuilder::makeGlyphRunList\28sktext::GlyphRun\20const&\2c\20SkPaint\20const&\2c\20SkPoint\29 -4821:sktext::GlyphRunBuilder::blobToGlyphRunList\28SkTextBlob\20const&\2c\20SkPoint\29 -4822:skstd::to_string\28float\29 -4823:skip_string -4824:skip_procedure -4825:skip_comment -4826:skif::compatible_sampling\28SkSamplingOptions\20const&\2c\20bool\2c\20SkSamplingOptions*\2c\20bool\29 -4827:skif::\28anonymous\20namespace\29::decompose_transform\28SkMatrix\20const&\2c\20SkPoint\2c\20SkMatrix*\2c\20SkMatrix*\29 -4828:skif::\28anonymous\20namespace\29::are_axes_nearly_integer_aligned\28skif::LayerSpace\20const&\2c\20skif::LayerSpace*\29 -4829:skif::\28anonymous\20namespace\29::GaneshBackend::makeDevice\28SkImageInfo\20const&\29\20const -4830:skif::RoundIn\28SkRect\29 -4831:skif::Mapping::adjustLayerSpace\28SkM44\20const&\29 -4832:skif::LayerSpace\20skif::Mapping::paramToLayer\28skif::ParameterSpace\20const&\29\20const -4833:skif::LayerSpace::inset\28skif::LayerSpace\20const&\29 -4834:skif::LayerSpace::RectToRect\28skif::LayerSpace\20const&\2c\20skif::LayerSpace\20const&\29 -4835:skif::FilterResult::draw\28skif::Context\20const&\2c\20SkDevice*\2c\20SkBlender\20const*\29\20const -4836:skif::FilterResult::Builder::drawShader\28sk_sp\2c\20skif::LayerSpace\20const&\2c\20bool\29\20const -4837:skif::FilterResult::Builder::createInputShaders\28skif::LayerSpace\20const&\2c\20bool\29 -4838:skif::Context::Context\28sk_sp\2c\20skif::Mapping\20const&\2c\20skif::LayerSpace\20const&\2c\20skif::FilterResult\20const&\2c\20SkColorSpace\20const*\2c\20skif::Stats*\29 -4839:skia_private::THashTable>\2c\20std::__2::basic_string_view>\2c\20skia_private::THashSet>\2c\20SkGoodHash>::Traits>::uncheckedSet\28std::__2::basic_string_view>&&\29 -4840:skia_private::THashTable>\2c\20std::__2::basic_string_view>\2c\20skia_private::THashSet>\2c\20SkGoodHash>::Traits>::set\28std::__2::basic_string_view>\29 -4841:skia_private::THashTable>\2c\20std::__2::basic_string_view>\2c\20skia_private::THashSet>\2c\20SkGoodHash>::Traits>::resize\28int\29 -4842:skia_private::THashTable::uncheckedSet\28sktext::gpu::Glyph*&&\29 -4843:skia_private::THashTable::Pair\2c\20unsigned\20int\2c\20skia_private::THashMap::Pair>::uncheckedSet\28skia_private::THashMap::Pair&&\29 -4844:skia_private::THashTable::Pair\2c\20unsigned\20int\2c\20skia_private::THashMap::Pair>::resize\28int\29 -4845:skia_private::THashTable::Pair\2c\20unsigned\20int\2c\20skia_private::THashMap::Pair>::removeIfExists\28unsigned\20int\20const&\29 -4846:skia_private::THashTable::Pair\2c\20unsigned\20int\2c\20skia_private::THashMap::Pair>::Slot::emplace\28skia_private::THashMap::Pair&&\2c\20unsigned\20int\29 -4847:skia_private::THashTable::Pair\2c\20unsigned\20int\2c\20skia_private::THashMap::Pair>::resize\28int\29 -4848:skia_private::THashTable::Pair\2c\20unsigned\20int\2c\20skia_private::THashMap::Pair>::reset\28\29 -4849:skia_private::THashTable::Pair\2c\20unsigned\20int\2c\20skia_private::THashMap::Pair>::resize\28int\29 -4850:skia_private::THashTable\2c\20skia::textlayout::OneLineShaper::FontKey::Hasher>::Pair\2c\20skia::textlayout::OneLineShaper::FontKey\2c\20skia_private::THashMap\2c\20skia::textlayout::OneLineShaper::FontKey::Hasher>::Pair>::uncheckedSet\28skia_private::THashMap\2c\20skia::textlayout::OneLineShaper::FontKey::Hasher>::Pair&&\29 -4851:skia_private::THashTable\2c\20skia::textlayout::OneLineShaper::FontKey::Hasher>::Pair\2c\20skia::textlayout::OneLineShaper::FontKey\2c\20skia_private::THashMap\2c\20skia::textlayout::OneLineShaper::FontKey::Hasher>::Pair>::Slot::reset\28\29 -4852:skia_private::THashTable\2c\20skia::textlayout::OneLineShaper::FontKey::Hasher>::Pair\2c\20skia::textlayout::OneLineShaper::FontKey\2c\20skia_private::THashMap\2c\20skia::textlayout::OneLineShaper::FontKey::Hasher>::Pair>::Slot::emplace\28skia_private::THashMap\2c\20skia::textlayout::OneLineShaper::FontKey::Hasher>::Pair&&\2c\20unsigned\20int\29 -4853:skia_private::THashTable\2c\20skia::textlayout::OneLineShaper::FontKey::Hasher>::Pair\2c\20skia::textlayout::OneLineShaper::FontKey\2c\20skia_private::THashMap\2c\20skia::textlayout::OneLineShaper::FontKey::Hasher>::Pair>::Hash\28skia::textlayout::OneLineShaper::FontKey\20const&\29 -4854:skia_private::THashTable\2c\20std::__2::allocator>>\2c\20skia::textlayout::FontCollection::FamilyKey::Hasher>::Pair\2c\20skia::textlayout::FontCollection::FamilyKey\2c\20skia_private::THashMap\2c\20std::__2::allocator>>\2c\20skia::textlayout::FontCollection::FamilyKey::Hasher>::Pair>::uncheckedSet\28skia_private::THashMap\2c\20std::__2::allocator>>\2c\20skia::textlayout::FontCollection::FamilyKey::Hasher>::Pair&&\29 -4855:skia_private::THashTable\2c\20std::__2::allocator>>\2c\20skia::textlayout::FontCollection::FamilyKey::Hasher>::Pair\2c\20skia::textlayout::FontCollection::FamilyKey\2c\20skia_private::THashMap\2c\20std::__2::allocator>>\2c\20skia::textlayout::FontCollection::FamilyKey::Hasher>::Pair>::Slot::reset\28\29 -4856:skia_private::THashTable\2c\20std::__2::allocator>>\2c\20skia::textlayout::FontCollection::FamilyKey::Hasher>::Pair\2c\20skia::textlayout::FontCollection::FamilyKey\2c\20skia_private::THashMap\2c\20std::__2::allocator>>\2c\20skia::textlayout::FontCollection::FamilyKey::Hasher>::Pair>::Slot::emplace\28skia_private::THashMap\2c\20std::__2::allocator>>\2c\20skia::textlayout::FontCollection::FamilyKey::Hasher>::Pair&&\2c\20unsigned\20int\29 -4857:skia_private::THashTable\2c\20std::__2::allocator>>\2c\20skia::textlayout::FontCollection::FamilyKey::Hasher>::Pair\2c\20skia::textlayout::FontCollection::FamilyKey\2c\20skia_private::THashMap\2c\20std::__2::allocator>>\2c\20skia::textlayout::FontCollection::FamilyKey::Hasher>::Pair>::Hash\28skia::textlayout::FontCollection::FamilyKey\20const&\29 -4858:skia_private::THashTable>::Pair\2c\20skgpu::ganesh::AtlasPathRenderer::AtlasPathKey\2c\20skia_private::THashMap>::Pair>::uncheckedSet\28skia_private::THashMap>::Pair&&\29 -4859:skia_private::THashTable>::Pair\2c\20skgpu::ganesh::AtlasPathRenderer::AtlasPathKey\2c\20skia_private::THashMap>::Pair>::reset\28\29 -4860:skia_private::THashTable>::Pair\2c\20skgpu::ganesh::AtlasPathRenderer::AtlasPathKey\2c\20skia_private::THashMap>::Pair>::Hash\28skgpu::ganesh::AtlasPathRenderer::AtlasPathKey\20const&\29 -4861:skia_private::THashTable::Pair\2c\20skgpu::UniqueKey\2c\20skia_private::THashMap::Pair>::uncheckedSet\28skia_private::THashMap::Pair&&\29 -4862:skia_private::THashTable::Pair\2c\20skgpu::UniqueKey\2c\20skia_private::THashMap::Pair>::Slot::reset\28\29 -4863:skia_private::THashTable::Pair\2c\20skgpu::UniqueKey\2c\20skia_private::THashMap::Pair>::Slot::emplace\28skia_private::THashMap::Pair&&\2c\20unsigned\20int\29 -4864:skia_private::THashTable\2c\20SkGoodHash>::Pair\2c\20int\2c\20skia_private::THashMap\2c\20SkGoodHash>::Pair>::uncheckedSet\28skia_private::THashMap\2c\20SkGoodHash>::Pair&&\29 -4865:skia_private::THashTable\2c\20SkGoodHash>::Pair\2c\20int\2c\20skia_private::THashMap\2c\20SkGoodHash>::Pair>::Slot::reset\28\29 -4866:skia_private::THashTable\2c\20SkGoodHash>::Pair\2c\20int\2c\20skia_private::THashMap\2c\20SkGoodHash>::Pair>::Slot::emplace\28skia_private::THashMap\2c\20SkGoodHash>::Pair&&\2c\20unsigned\20int\29 -4867:skia_private::THashTable\2c\20SkGoodHash>::Pair\2c\20SkString\2c\20skia_private::THashMap\2c\20SkGoodHash>::Pair>::uncheckedSet\28skia_private::THashMap\2c\20SkGoodHash>::Pair&&\29 -4868:skia_private::THashTable\2c\20SkGoodHash>::Pair\2c\20SkString\2c\20skia_private::THashMap\2c\20SkGoodHash>::Pair>::Slot::reset\28\29 -4869:skia_private::THashTable\2c\20SkGoodHash>::Pair\2c\20SkString\2c\20skia_private::THashMap\2c\20SkGoodHash>::Pair>::Slot::emplace\28skia_private::THashMap\2c\20SkGoodHash>::Pair&&\2c\20unsigned\20int\29 -4870:skia_private::THashTable\2c\20SkGoodHash>::Pair\2c\20SkString\2c\20skia_private::THashMap\2c\20SkGoodHash>::Pair>::Hash\28SkString\20const&\29 -4871:skia_private::THashTable>\2c\20SkGoodHash>::Pair\2c\20SkSL::Variable\20const*\2c\20skia_private::THashMap>\2c\20SkGoodHash>::Pair>::uncheckedSet\28skia_private::THashMap>\2c\20SkGoodHash>::Pair&&\29 -4872:skia_private::THashTable>\2c\20SkGoodHash>::Pair\2c\20SkSL::Variable\20const*\2c\20skia_private::THashMap>\2c\20SkGoodHash>::Pair>::Slot::reset\28\29 -4873:skia_private::THashTable>\2c\20SkGoodHash>::Pair\2c\20SkSL::Variable\20const*\2c\20skia_private::THashMap>\2c\20SkGoodHash>::Pair>::Slot::emplace\28skia_private::THashMap>\2c\20SkGoodHash>::Pair&&\2c\20unsigned\20int\29 -4874:skia_private::THashTable\2c\20std::__2::allocator>\2c\20SkGoodHash>::Pair\2c\20SkSL::Variable\20const*\2c\20skia_private::THashMap\2c\20std::__2::allocator>\2c\20SkGoodHash>::Pair>::Slot::reset\28\29 -4875:skia_private::THashTable\2c\20std::__2::allocator>\2c\20SkGoodHash>::Pair\2c\20SkSL::Variable\20const*\2c\20skia_private::THashMap\2c\20std::__2::allocator>\2c\20SkGoodHash>::Pair>::Slot::emplace\28skia_private::THashMap\2c\20std::__2::allocator>\2c\20SkGoodHash>::Pair&&\2c\20unsigned\20int\29 -4876:skia_private::THashTable::Pair\2c\20SkSL::Variable\20const*\2c\20skia_private::THashMap::Pair>::resize\28int\29 -4877:skia_private::THashTable::Pair\2c\20SkSL::Variable\20const*\2c\20skia_private::THashMap::Pair>::uncheckedSet\28skia_private::THashMap::Pair&&\29 -4878:skia_private::THashTable::Pair\2c\20SkSL::Variable\20const*\2c\20skia_private::THashMap::Pair>::firstPopulatedSlot\28\29\20const -4879:skia_private::THashTable::Pair\2c\20SkSL::Variable\20const*\2c\20skia_private::THashMap::Pair>::Iter>::operator++\28\29 -4880:skia_private::THashTable::Pair\2c\20SkSL::Variable\20const*\2c\20skia_private::THashMap::Pair>::THashTable\28skia_private::THashTable::Pair\2c\20SkSL::Variable\20const*\2c\20skia_private::THashMap::Pair>\20const&\29 -4881:skia_private::THashTable::Pair\2c\20SkSL::SymbolTable::SymbolKey\2c\20skia_private::THashMap::Pair>::uncheckedSet\28skia_private::THashMap::Pair&&\29 -4882:skia_private::THashTable::Pair\2c\20SkSL::SymbolTable::SymbolKey\2c\20skia_private::THashMap::Pair>::resize\28int\29 -4883:skia_private::THashTable::Pair\2c\20SkSL::IRNode\20const*\2c\20skia_private::THashMap::Pair>::uncheckedSet\28skia_private::THashMap::Pair&&\29 -4884:skia_private::THashTable::Pair\2c\20SkSL::IRNode\20const*\2c\20skia_private::THashMap::Pair>::set\28skia_private::THashMap::Pair\29 -4885:skia_private::THashTable::Pair\2c\20SkSL::IRNode\20const*\2c\20skia_private::THashMap::Pair>::resize\28int\29 -4886:skia_private::THashTable\2c\20false>\2c\20SkGoodHash>::Pair\2c\20SkSL::FunctionDeclaration\20const*\2c\20skia_private::THashMap\2c\20false>\2c\20SkGoodHash>::Pair>::uncheckedSet\28skia_private::THashMap\2c\20false>\2c\20SkGoodHash>::Pair&&\29 -4887:skia_private::THashTable\2c\20false>\2c\20SkGoodHash>::Pair\2c\20SkSL::FunctionDeclaration\20const*\2c\20skia_private::THashMap\2c\20false>\2c\20SkGoodHash>::Pair>::Slot::reset\28\29 -4888:skia_private::THashTable\2c\20false>\2c\20SkGoodHash>::Pair\2c\20SkSL::FunctionDeclaration\20const*\2c\20skia_private::THashMap\2c\20false>\2c\20SkGoodHash>::Pair>::Slot::emplace\28skia_private::THashMap\2c\20false>\2c\20SkGoodHash>::Pair&&\2c\20unsigned\20int\29 -4889:skia_private::THashTable::Pair\2c\20SkSL::FunctionDeclaration\20const*\2c\20skia_private::THashMap::Pair>::uncheckedSet\28skia_private::THashMap::Pair&&\29 -4890:skia_private::THashTable\2c\20std::__2::allocator>\2c\20SkSL::Analysis::SpecializedFunctionKey::Hash>::Pair\2c\20SkSL::Analysis::SpecializedFunctionKey\2c\20skia_private::THashMap\2c\20std::__2::allocator>\2c\20SkSL::Analysis::SpecializedFunctionKey::Hash>::Pair>::uncheckedSet\28skia_private::THashMap\2c\20std::__2::allocator>\2c\20SkSL::Analysis::SpecializedFunctionKey::Hash>::Pair&&\29 -4891:skia_private::THashTable\2c\20std::__2::allocator>\2c\20SkSL::Analysis::SpecializedFunctionKey::Hash>::Pair\2c\20SkSL::Analysis::SpecializedFunctionKey\2c\20skia_private::THashMap\2c\20std::__2::allocator>\2c\20SkSL::Analysis::SpecializedFunctionKey::Hash>::Pair>::Slot::reset\28\29 -4892:skia_private::THashTable\2c\20std::__2::allocator>\2c\20SkSL::Analysis::SpecializedFunctionKey::Hash>::Pair\2c\20SkSL::Analysis::SpecializedFunctionKey\2c\20skia_private::THashMap\2c\20std::__2::allocator>\2c\20SkSL::Analysis::SpecializedFunctionKey::Hash>::Pair>::Slot::emplace\28skia_private::THashMap\2c\20std::__2::allocator>\2c\20SkSL::Analysis::SpecializedFunctionKey::Hash>::Pair&&\2c\20unsigned\20int\29 -4893:skia_private::THashTable::Pair\2c\20SkSL::Analysis::SpecializedCallKey\2c\20skia_private::THashMap::Pair>::uncheckedSet\28skia_private::THashMap::Pair&&\29 -4894:skia_private::THashTable::Pair\2c\20SkPath\2c\20skia_private::THashMap::Pair>::uncheckedSet\28skia_private::THashMap::Pair&&\29 -4895:skia_private::THashTable::Pair\2c\20SkPath\2c\20skia_private::THashMap::Pair>::Slot::reset\28\29 -4896:skia_private::THashTable::Pair\2c\20SkPath\2c\20skia_private::THashMap::Pair>::Slot::emplace\28skia_private::THashMap::Pair&&\2c\20unsigned\20int\29 -4897:skia_private::THashTable>\2c\20SkGoodHash>::Pair\2c\20SkImageFilter\20const*\2c\20skia_private::THashMap>\2c\20SkGoodHash>::Pair>::uncheckedSet\28skia_private::THashMap>\2c\20SkGoodHash>::Pair&&\29 -4898:skia_private::THashTable>\2c\20SkGoodHash>::Pair\2c\20SkImageFilter\20const*\2c\20skia_private::THashMap>\2c\20SkGoodHash>::Pair>::resize\28int\29 -4899:skia_private::THashTable>\2c\20SkGoodHash>::Pair\2c\20SkImageFilter\20const*\2c\20skia_private::THashMap>\2c\20SkGoodHash>::Pair>::Slot::emplace\28skia_private::THashMap>\2c\20SkGoodHash>::Pair&&\2c\20unsigned\20int\29 -4900:skia_private::THashTable::Pair\2c\20GrSurfaceProxy*\2c\20skia_private::THashMap::Pair>::resize\28int\29 -4901:skia_private::THashTable::AdaptedTraits>::uncheckedSet\28skgpu::ganesh::SmallPathShapeData*&&\29 -4902:skia_private::THashTable::AdaptedTraits>::resize\28int\29 -4903:skia_private::THashTable::AdaptedTraits>::removeIfExists\28skgpu::ganesh::SmallPathShapeDataKey\20const&\29 -4904:skia_private::THashTable\2c\20SkDescriptor\20const&\2c\20sktext::gpu::StrikeCache::HashTraits>::uncheckedSet\28sk_sp&&\29 -4905:skia_private::THashTable\2c\20SkDescriptor\20const&\2c\20sktext::gpu::StrikeCache::HashTraits>::resize\28int\29 -4906:skia_private::THashTable\2c\20SkDescriptor\20const&\2c\20sktext::gpu::StrikeCache::HashTraits>::Slot::emplace\28sk_sp&&\2c\20unsigned\20int\29 -4907:skia_private::THashTable\2c\20SkDescriptor\2c\20SkStrikeCache::StrikeTraits>::uncheckedSet\28sk_sp&&\29 -4908:skia_private::THashTable\2c\20SkDescriptor\2c\20SkStrikeCache::StrikeTraits>::resize\28int\29 -4909:skia_private::THashTable\2c\20SkDescriptor\2c\20SkStrikeCache::StrikeTraits>::Slot::emplace\28sk_sp&&\2c\20unsigned\20int\29 -4910:skia_private::THashTable::Traits>::set\28int\29 -4911:skia_private::THashTable::Traits>::THashTable\28skia_private::THashTable::Traits>&&\29 -4912:skia_private::THashTable<\28anonymous\20namespace\29::CacheImpl::Value*\2c\20SkImageFilterCacheKey\2c\20SkTDynamicHash<\28anonymous\20namespace\29::CacheImpl::Value\2c\20SkImageFilterCacheKey\2c\20\28anonymous\20namespace\29::CacheImpl::Value>::AdaptedTraits>::uncheckedSet\28\28anonymous\20namespace\29::CacheImpl::Value*&&\29 -4913:skia_private::THashTable<\28anonymous\20namespace\29::CacheImpl::Value*\2c\20SkImageFilterCacheKey\2c\20SkTDynamicHash<\28anonymous\20namespace\29::CacheImpl::Value\2c\20SkImageFilterCacheKey\2c\20\28anonymous\20namespace\29::CacheImpl::Value>::AdaptedTraits>::resize\28int\29 -4914:skia_private::THashTable::ValueList*\2c\20skgpu::ScratchKey\2c\20SkTDynamicHash::ValueList\2c\20skgpu::ScratchKey\2c\20SkTMultiMap::ValueList>::AdaptedTraits>::uncheckedSet\28SkTMultiMap::ValueList*&&\29 -4915:skia_private::THashTable::ValueList*\2c\20skgpu::ScratchKey\2c\20SkTDynamicHash::ValueList\2c\20skgpu::ScratchKey\2c\20SkTMultiMap::ValueList>::AdaptedTraits>::resize\28int\29 -4916:skia_private::THashTable::ValueList*\2c\20skgpu::ScratchKey\2c\20SkTDynamicHash::ValueList\2c\20skgpu::ScratchKey\2c\20SkTMultiMap::ValueList>::AdaptedTraits>::findOrNull\28skgpu::ScratchKey\20const&\29\20const -4917:skia_private::THashTable::ValueList*\2c\20skgpu::ScratchKey\2c\20SkTDynamicHash::ValueList\2c\20skgpu::ScratchKey\2c\20SkTMultiMap::ValueList>::AdaptedTraits>::uncheckedSet\28SkTMultiMap::ValueList*&&\29 -4918:skia_private::THashTable::ValueList*\2c\20skgpu::ScratchKey\2c\20SkTDynamicHash::ValueList\2c\20skgpu::ScratchKey\2c\20SkTMultiMap::ValueList>::AdaptedTraits>::resize\28int\29 -4919:skia_private::THashTable::Traits>::uncheckedSet\28SkSL::Variable\20const*&&\29 -4920:skia_private::THashTable::Traits>::resize\28int\29 -4921:skia_private::THashTable::Traits>::uncheckedSet\28SkSL::FunctionDeclaration\20const*&&\29 -4922:skia_private::THashTable::uncheckedSet\28SkResourceCache::Rec*&&\29 -4923:skia_private::THashTable::resize\28int\29 -4924:skia_private::THashTable::find\28SkResourceCache::Key\20const&\29\20const -4925:skia_private::THashTable>\2c\20skia::textlayout::ParagraphCache::KeyHash\2c\20SkNoOpPurge>::Entry*\2c\20skia::textlayout::ParagraphCacheKey\2c\20SkLRUCache>\2c\20skia::textlayout::ParagraphCache::KeyHash\2c\20SkNoOpPurge>::Traits>::uncheckedSet\28SkLRUCache>\2c\20skia::textlayout::ParagraphCache::KeyHash\2c\20SkNoOpPurge>::Entry*&&\29 -4926:skia_private::THashTable>\2c\20skia::textlayout::ParagraphCache::KeyHash\2c\20SkNoOpPurge>::Entry*\2c\20skia::textlayout::ParagraphCacheKey\2c\20SkLRUCache>\2c\20skia::textlayout::ParagraphCache::KeyHash\2c\20SkNoOpPurge>::Traits>::resize\28int\29 -4927:skia_private::THashTable>\2c\20skia::textlayout::ParagraphCache::KeyHash\2c\20SkNoOpPurge>::Entry*\2c\20skia::textlayout::ParagraphCacheKey\2c\20SkLRUCache>\2c\20skia::textlayout::ParagraphCache::KeyHash\2c\20SkNoOpPurge>::Traits>::find\28skia::textlayout::ParagraphCacheKey\20const&\29\20const -4928:skia_private::THashTable>\2c\20GrGLGpu::ProgramCache::DescHash\2c\20SkNoOpPurge>::Entry*\2c\20GrProgramDesc\2c\20SkLRUCache>\2c\20GrGLGpu::ProgramCache::DescHash\2c\20SkNoOpPurge>::Traits>::uncheckedSet\28SkLRUCache>\2c\20GrGLGpu::ProgramCache::DescHash\2c\20SkNoOpPurge>::Entry*&&\29 -4929:skia_private::THashTable>\2c\20GrGLGpu::ProgramCache::DescHash\2c\20SkNoOpPurge>::Entry*\2c\20GrProgramDesc\2c\20SkLRUCache>\2c\20GrGLGpu::ProgramCache::DescHash\2c\20SkNoOpPurge>::Traits>::resize\28int\29 -4930:skia_private::THashTable>\2c\20GrGLGpu::ProgramCache::DescHash\2c\20SkNoOpPurge>::Entry*\2c\20GrProgramDesc\2c\20SkLRUCache>\2c\20GrGLGpu::ProgramCache::DescHash\2c\20SkNoOpPurge>::Traits>::find\28GrProgramDesc\20const&\29\20const -4931:skia_private::THashTable::uncheckedSet\28SkGlyphDigest&&\29 -4932:skia_private::THashTable::AdaptedTraits>::uncheckedSet\28GrThreadSafeCache::Entry*&&\29 -4933:skia_private::THashTable::AdaptedTraits>::resize\28int\29 -4934:skia_private::THashTable::AdaptedTraits>::removeIfExists\28skgpu::UniqueKey\20const&\29 -4935:skia_private::THashTable::AdaptedTraits>::uncheckedSet\28GrTextureProxy*&&\29 -4936:skia_private::THashTable::AdaptedTraits>::set\28GrTextureProxy*\29 -4937:skia_private::THashTable::AdaptedTraits>::resize\28int\29 -4938:skia_private::THashTable::AdaptedTraits>::findOrNull\28skgpu::UniqueKey\20const&\29\20const -4939:skia_private::THashTable::AdaptedTraits>::uncheckedSet\28GrGpuResource*&&\29 -4940:skia_private::THashTable::AdaptedTraits>::resize\28int\29 -4941:skia_private::THashTable::AdaptedTraits>::findOrNull\28skgpu::UniqueKey\20const&\29\20const -4942:skia_private::THashTable::Traits>::uncheckedSet\28FT_Opaque_Paint_&&\29 -4943:skia_private::THashTable::Traits>::resize\28int\29 -4944:skia_private::THashSet::contains\28int\20const&\29\20const -4945:skia_private::THashSet::contains\28FT_Opaque_Paint_\20const&\29\20const -4946:skia_private::THashSet::add\28FT_Opaque_Paint_\29 -4947:skia_private::THashMap::find\28unsigned\20int\20const&\29\20const -4948:skia_private::THashMap\2c\20SkGoodHash>::find\28int\20const&\29\20const -4949:skia_private::THashMap\2c\20std::__2::allocator>\2c\20SkGoodHash>::set\28SkSL::Variable\20const*\2c\20std::__2::basic_string\2c\20std::__2::allocator>\29 -4950:skia_private::THashMap::operator\5b\5d\28SkSL::Variable\20const*\20const&\29 -4951:skia_private::THashMap::operator\5b\5d\28SkSL::Symbol\20const*\20const&\29 -4952:skia_private::THashMap\2c\20false>\2c\20SkGoodHash>::operator\5b\5d\28SkSL::FunctionDeclaration\20const*\20const&\29 -4953:skia_private::THashMap::set\28SkSL::FunctionDeclaration\20const*\2c\20int\29 -4954:skia_private::THashMap::operator\5b\5d\28SkSL::FunctionDeclaration\20const*\20const&\29 -4955:skia_private::THashMap::operator\5b\5d\28SkSL::Analysis::SpecializedCallKey\20const&\29 -4956:skia_private::THashMap::find\28SkSL::Analysis::SpecializedCallKey\20const&\29\20const -4957:skia_private::THashMap>\2c\20SkGoodHash>::remove\28SkImageFilter\20const*\20const&\29 -4958:skia_private::THashMap>\2c\20SkGoodHash>::Pair::Pair\28skia_private::THashMap>\2c\20SkGoodHash>::Pair&&\29 -4959:skia_private::THashMap::find\28GrSurfaceProxy*\20const&\29\20const -4960:skia_private::TArray::push_back_raw\28int\29 -4961:skia_private::TArray::checkRealloc\28int\2c\20double\29 -4962:skia_private::TArray::push_back\28unsigned\20int\20const&\29 -4963:skia_private::TArray::operator=\28skia_private::TArray\20const&\29 -4964:skia_private::TArray::preallocateNewData\28int\2c\20double\29 -4965:skia_private::TArray::initData\28int\29 -4966:skia_private::TArray::Allocate\28int\2c\20double\29 -4967:skia_private::TArray>\2c\20true>::~TArray\28\29 -4968:skia_private::TArray>\2c\20true>::clear\28\29 -4969:skia_private::TArray>\2c\20true>::operator=\28skia_private::TArray>\2c\20true>&&\29 -4970:skia_private::TArray>\2c\20true>::~TArray\28\29 -4971:skia_private::TArray\2c\20std::__2::allocator>\2c\20false>::installDataAndUpdateCapacity\28SkSpan\29 -4972:skia_private::TArray\2c\20std::__2::allocator>\2c\20false>::checkRealloc\28int\2c\20double\29 -4973:skia_private::TArray\2c\20true>::preallocateNewData\28int\2c\20double\29 -4974:skia_private::TArray\2c\20true>::installDataAndUpdateCapacity\28SkSpan\29 -4975:skia_private::TArray\2c\20false>::move\28void*\29 -4976:skia_private::TArray\2c\20false>::TArray\28skia_private::TArray\2c\20false>&&\29 -4977:skia_private::TArray\2c\20false>::Allocate\28int\2c\20double\29 -4978:skia_private::TArray::destroyAll\28\29 -4979:skia_private::TArray::destroyAll\28\29 -4980:skia_private::TArray\2c\20false>::~TArray\28\29 -4981:skia_private::TArray::~TArray\28\29 -4982:skia_private::TArray::destroyAll\28\29 -4983:skia_private::TArray::copy\28skia::textlayout::Run\20const*\29 -4984:skia_private::TArray::Allocate\28int\2c\20double\29 -4985:skia_private::TArray::destroyAll\28\29 -4986:skia_private::TArray::initData\28int\29 -4987:skia_private::TArray::destroyAll\28\29 -4988:skia_private::TArray::TArray\28skia_private::TArray&&\29 -4989:skia_private::TArray::Allocate\28int\2c\20double\29 -4990:skia_private::TArray::copy\28skia::textlayout::Cluster\20const*\29 -4991:skia_private::TArray::checkRealloc\28int\2c\20double\29 -4992:skia_private::TArray::Allocate\28int\2c\20double\29 -4993:skia_private::TArray::initData\28int\29 -4994:skia_private::TArray::destroyAll\28\29 -4995:skia_private::TArray::TArray\28skia_private::TArray&&\29 -4996:skia_private::TArray::Allocate\28int\2c\20double\29 -4997:skia_private::TArray::preallocateNewData\28int\2c\20double\29 -4998:skia_private::TArray::installDataAndUpdateCapacity\28SkSpan\29 -4999:skia_private::TArray::push_back\28\29 -5000:skia_private::TArray::push_back\28\29 -5001:skia_private::TArray::preallocateNewData\28int\2c\20double\29 -5002:skia_private::TArray::installDataAndUpdateCapacity\28SkSpan\29 -5003:skia_private::TArray::preallocateNewData\28int\2c\20double\29 -5004:skia_private::TArray::installDataAndUpdateCapacity\28SkSpan\29 -5005:skia_private::TArray::checkRealloc\28int\2c\20double\29 -5006:skia_private::TArray::preallocateNewData\28int\2c\20double\29 -5007:skia_private::TArray::destroyAll\28\29 -5008:skia_private::TArray::clear\28\29 -5009:skia_private::TArray::checkRealloc\28int\2c\20double\29 -5010:skia_private::TArray::checkRealloc\28int\2c\20double\29 -5011:skia_private::TArray::preallocateNewData\28int\2c\20double\29 -5012:skia_private::TArray::installDataAndUpdateCapacity\28SkSpan\29 -5013:skia_private::TArray::preallocateNewData\28int\2c\20double\29 -5014:skia_private::TArray::installDataAndUpdateCapacity\28SkSpan\29 -5015:skia_private::TArray::preallocateNewData\28int\2c\20double\29 -5016:skia_private::TArray::operator=\28skia_private::TArray&&\29 -5017:skia_private::TArray::installDataAndUpdateCapacity\28SkSpan\29 -5018:skia_private::TArray::destroyAll\28\29 -5019:skia_private::TArray::clear\28\29 -5020:skia_private::TArray::Allocate\28int\2c\20double\29 -5021:skia_private::TArray::BufferFinishedMessage\2c\20false>::operator=\28skia_private::TArray::BufferFinishedMessage\2c\20false>&&\29 -5022:skia_private::TArray::BufferFinishedMessage\2c\20false>::installDataAndUpdateCapacity\28SkSpan\29 -5023:skia_private::TArray::BufferFinishedMessage\2c\20false>::destroyAll\28\29 -5024:skia_private::TArray::BufferFinishedMessage\2c\20false>::clear\28\29 -5025:skia_private::TArray::Plane\2c\20false>::preallocateNewData\28int\2c\20double\29 -5026:skia_private::TArray::Plane\2c\20false>::installDataAndUpdateCapacity\28SkSpan\29 -5027:skia_private::TArray\2c\20true>::operator=\28skia_private::TArray\2c\20true>&&\29 -5028:skia_private::TArray\2c\20true>::~TArray\28\29 -5029:skia_private::TArray\2c\20true>::~TArray\28\29 -5030:skia_private::TArray\2c\20true>::preallocateNewData\28int\2c\20double\29 -5031:skia_private::TArray\2c\20true>::clear\28\29 -5032:skia_private::TArray::push_back_raw\28int\29 -5033:skia_private::TArray::push_back\28hb_feature_t&&\29 -5034:skia_private::TArray::resize_back\28int\29 -5035:skia_private::TArray::reset\28int\29 -5036:skia_private::TArray::operator=\28skia_private::TArray&&\29 -5037:skia_private::TArray::initData\28int\29 -5038:skia_private::TArray::preallocateNewData\28int\2c\20double\29 -5039:skia_private::TArray<\28anonymous\20namespace\29::DrawAtlasOpImpl::Geometry\2c\20true>::checkRealloc\28int\2c\20double\29 -5040:skia_private::TArray<\28anonymous\20namespace\29::DefaultPathOp::PathData\2c\20true>::preallocateNewData\28int\2c\20double\29 -5041:skia_private::TArray<\28anonymous\20namespace\29::AAHairlineOp::PathData\2c\20true>::preallocateNewData\28int\2c\20double\29 -5042:skia_private::TArray<\28anonymous\20namespace\29::AAHairlineOp::PathData\2c\20true>::installDataAndUpdateCapacity\28SkSpan\29 -5043:skia_private::TArray::push_back_n\28int\2c\20SkUnicode::CodeUnitFlags\20const&\29 -5044:skia_private::TArray::checkRealloc\28int\2c\20double\29 -5045:skia_private::TArray::operator=\28skia_private::TArray&&\29 -5046:skia_private::TArray::destroyAll\28\29 -5047:skia_private::TArray::initData\28int\29 -5048:skia_private::TArray::TArray\28skia_private::TArray\20const&\29 -5049:skia_private::TArray\29::ReorderedArgument\2c\20false>::push_back\28SkSL::optimize_constructor_swizzle\28SkSL::Context\20const&\2c\20SkSL::Position\2c\20SkSL::ConstructorCompound\20const&\2c\20skia_private::FixedArray<4\2c\20signed\20char>\29::ReorderedArgument&&\29 -5050:skia_private::TArray::reserve_exact\28int\29 -5051:skia_private::TArray::fromBack\28int\29 -5052:skia_private::TArray::TArray\28skia_private::TArray&&\29 -5053:skia_private::TArray::Allocate\28int\2c\20double\29 -5054:skia_private::TArray::push_back\28SkSL::Field&&\29 -5055:skia_private::TArray::initData\28int\29 -5056:skia_private::TArray::Allocate\28int\2c\20double\29 -5057:skia_private::TArray::~TArray\28\29 -5058:skia_private::TArray::destroyAll\28\29 -5059:skia_private::TArray\2c\20true>::push_back\28SkRGBA4f<\28SkAlphaType\292>&&\29 -5060:skia_private::TArray\2c\20true>::operator=\28skia_private::TArray\2c\20true>&&\29 -5061:skia_private::TArray\2c\20true>::checkRealloc\28int\2c\20double\29 -5062:skia_private::TArray::push_back\28SkPoint\20const&\29 -5063:skia_private::TArray::copy\28SkPoint\20const*\29 -5064:skia_private::TArray::~TArray\28\29 -5065:skia_private::TArray::installDataAndUpdateCapacity\28SkSpan\29 -5066:skia_private::TArray::destroyAll\28\29 -5067:skia_private::TArray::~TArray\28\29 -5068:skia_private::TArray::installDataAndUpdateCapacity\28SkSpan\29 -5069:skia_private::TArray::destroyAll\28\29 -5070:skia_private::TArray::preallocateNewData\28int\2c\20double\29 -5071:skia_private::TArray::installDataAndUpdateCapacity\28SkSpan\29 -5072:skia_private::TArray::preallocateNewData\28int\2c\20double\29 -5073:skia_private::TArray::installDataAndUpdateCapacity\28SkSpan\29 -5074:skia_private::TArray::checkRealloc\28int\2c\20double\29 -5075:skia_private::TArray::push_back\28\29 -5076:skia_private::TArray::installDataAndUpdateCapacity\28SkSpan\29 -5077:skia_private::TArray::push_back\28\29 -5078:skia_private::TArray::push_back_raw\28int\29 -5079:skia_private::TArray::checkRealloc\28int\2c\20double\29 -5080:skia_private::TArray::~TArray\28\29 -5081:skia_private::TArray::operator=\28skia_private::TArray&&\29 -5082:skia_private::TArray::destroyAll\28\29 -5083:skia_private::TArray::clear\28\29 -5084:skia_private::TArray::Allocate\28int\2c\20double\29 -5085:skia_private::TArray::checkRealloc\28int\2c\20double\29 -5086:skia_private::TArray::push_back\28\29 -5087:skia_private::TArray::checkRealloc\28int\2c\20double\29 -5088:skia_private::TArray::pop_back\28\29 -5089:skia_private::TArray::checkRealloc\28int\2c\20double\29 -5090:skia_private::TArray::preallocateNewData\28int\2c\20double\29 -5091:skia_private::TArray::preallocateNewData\28int\2c\20double\29 -5092:skia_private::TArray::installDataAndUpdateCapacity\28SkSpan\29 -5093:skia_private::TArray::preallocateNewData\28int\2c\20double\29 -5094:skia_private::STArray<8\2c\20int\2c\20true>::STArray\28int\29 -5095:skia_private::AutoTMalloc::realloc\28unsigned\20long\29 -5096:skia_private::AutoTMalloc::reset\28unsigned\20long\29 -5097:skia_private::AutoTArray::AutoTArray\28unsigned\20long\29 -5098:skia_private::AutoSTMalloc<256ul\2c\20unsigned\20short\2c\20void>::AutoSTMalloc\28unsigned\20long\29 -5099:skia_private::AutoSTArray<6\2c\20SkResourceCache::Key>::~AutoSTArray\28\29 -5100:skia_private::AutoSTArray<64\2c\20TriangulationVertex>::reset\28int\29 -5101:skia_private::AutoSTArray<64\2c\20SkGlyph\20const*>::reset\28int\29 -5102:skia_private::AutoSTArray<4\2c\20unsigned\20char>::reset\28int\29 -5103:skia_private::AutoSTArray<4\2c\20GrResourceHandle>::reset\28int\29 -5104:skia_private::AutoSTArray<3\2c\20std::__2::unique_ptr>>::reset\28int\29 -5105:skia_private::AutoSTArray<32\2c\20unsigned\20short>::~AutoSTArray\28\29 -5106:skia_private::AutoSTArray<32\2c\20unsigned\20short>::reset\28int\29 -5107:skia_private::AutoSTArray<32\2c\20SkRect>::reset\28int\29 -5108:skia_private::AutoSTArray<2\2c\20sk_sp>::reset\28int\29 -5109:skia_private::AutoSTArray<16\2c\20SkRect>::~AutoSTArray\28\29 -5110:skia_private::AutoSTArray<16\2c\20GrMipLevel>::reset\28int\29 -5111:skia_private::AutoSTArray<15\2c\20GrMipLevel>::reset\28int\29 -5112:skia_private::AutoSTArray<14\2c\20std::__2::unique_ptr>>::~AutoSTArray\28\29 -5113:skia_private::AutoSTArray<14\2c\20std::__2::unique_ptr>>::reset\28int\29 -5114:skia_private::AutoSTArray<14\2c\20GrMipLevel>::~AutoSTArray\28\29 -5115:skia_private::AutoSTArray<14\2c\20GrMipLevel>::reset\28int\29 -5116:skia_png_set_longjmp_fn -5117:skia_png_read_finish_IDAT -5118:skia_png_read_chunk_header -5119:skia_png_read_IDAT_data -5120:skia_png_gamma_16bit_correct -5121:skia_png_do_strip_channel -5122:skia_png_do_gray_to_rgb -5123:skia_png_do_expand -5124:skia_png_destroy_gamma_table -5125:skia_png_colorspace_set_sRGB -5126:skia_png_check_IHDR -5127:skia_png_calculate_crc -5128:skia::textlayout::operator==\28skia::textlayout::FontArguments\20const&\2c\20skia::textlayout::FontArguments\20const&\29 -5129:skia::textlayout::\28anonymous\20namespace\29::littleRound\28float\29 -5130:skia::textlayout::\28anonymous\20namespace\29::LineBreakerWithLittleRounding::breakLine\28float\29\20const -5131:skia::textlayout::TypefaceFontStyleSet::~TypefaceFontStyleSet\28\29 -5132:skia::textlayout::TypefaceFontStyleSet::matchStyle\28SkFontStyle\20const&\29 -5133:skia::textlayout::TypefaceFontProvider::~TypefaceFontProvider\28\29 -5134:skia::textlayout::TypefaceFontProvider::registerTypeface\28sk_sp\2c\20SkString\20const&\29 -5135:skia::textlayout::TextWrapper::TextStretch::TextStretch\28skia::textlayout::Cluster*\2c\20skia::textlayout::Cluster*\2c\20bool\29 -5136:skia::textlayout::TextStyle::matchOneAttribute\28skia::textlayout::StyleType\2c\20skia::textlayout::TextStyle\20const&\29\20const -5137:skia::textlayout::TextStyle::equals\28skia::textlayout::TextStyle\20const&\29\20const -5138:skia::textlayout::TextShadow::operator!=\28skia::textlayout::TextShadow\20const&\29\20const -5139:skia::textlayout::TextLine::~TextLine\28\29 -5140:skia::textlayout::TextLine::spacesWidth\28\29\20const -5141:skia::textlayout::TextLine::shiftCluster\28skia::textlayout::Cluster\20const*\2c\20float\2c\20float\29 -5142:skia::textlayout::TextLine::iterateThroughClustersInGlyphsOrder\28bool\2c\20bool\2c\20std::__2::function\20const&\29\20const::$_0::operator\28\29\28unsigned\20long\20const&\29\20const::'lambda'\28skia::textlayout::Cluster&\29::operator\28\29\28skia::textlayout::Cluster&\29\20const -5143:skia::textlayout::TextLine::iterateThroughClustersInGlyphsOrder\28bool\2c\20bool\2c\20std::__2::function\20const&\29\20const -5144:skia::textlayout::TextLine::getRectsForRange\28skia::textlayout::SkRange\2c\20skia::textlayout::RectHeightStyle\2c\20skia::textlayout::RectWidthStyle\2c\20std::__2::vector>&\29\20const::$_0::operator\28\29\28skia::textlayout::Run\20const*\2c\20float\2c\20skia::textlayout::SkRange\2c\20float*\29\20const::'lambda'\28skia::textlayout::SkRange\2c\20skia::textlayout::TextStyle\20const&\2c\20skia::textlayout::TextLine::ClipContext\20const&\29::operator\28\29\28skia::textlayout::SkRange\2c\20skia::textlayout::TextStyle\20const&\2c\20skia::textlayout::TextLine::ClipContext\20const&\29\20const::'lambda'\28SkRect\29::operator\28\29\28SkRect\29\20const -5145:skia::textlayout::TextLine::getMetrics\28\29\20const -5146:skia::textlayout::TextLine::extendHeight\28skia::textlayout::TextLine::ClipContext\20const&\29\20const -5147:skia::textlayout::TextLine::ensureTextBlobCachePopulated\28\29 -5148:skia::textlayout::TextLine::endsWithHardLineBreak\28\29\20const -5149:skia::textlayout::TextLine::buildTextBlob\28skia::textlayout::SkRange\2c\20skia::textlayout::TextStyle\20const&\2c\20skia::textlayout::TextLine::ClipContext\20const&\29 -5150:skia::textlayout::TextLine::TextLine\28skia::textlayout::ParagraphImpl*\2c\20SkPoint\2c\20SkPoint\2c\20skia::textlayout::SkRange\2c\20skia::textlayout::SkRange\2c\20skia::textlayout::SkRange\2c\20skia::textlayout::SkRange\2c\20skia::textlayout::SkRange\2c\20skia::textlayout::SkRange\2c\20float\2c\20skia::textlayout::InternalLineMetrics\29 -5151:skia::textlayout::TextLine::TextBlobRecord::~TextBlobRecord\28\29 -5152:skia::textlayout::TextLine::TextBlobRecord::TextBlobRecord\28\29 -5153:skia::textlayout::TextLine&\20skia_private::TArray::emplace_back&\2c\20skia::textlayout::SkRange&\2c\20skia::textlayout::SkRange&\2c\20skia::textlayout::SkRange&\2c\20skia::textlayout::SkRange&\2c\20skia::textlayout::SkRange&\2c\20float&\2c\20skia::textlayout::InternalLineMetrics&>\28skia::textlayout::ParagraphImpl*&&\2c\20SkPoint&\2c\20SkPoint&\2c\20skia::textlayout::SkRange&\2c\20skia::textlayout::SkRange&\2c\20skia::textlayout::SkRange&\2c\20skia::textlayout::SkRange&\2c\20skia::textlayout::SkRange&\2c\20skia::textlayout::SkRange&\2c\20float&\2c\20skia::textlayout::InternalLineMetrics&\29 -5154:skia::textlayout::StrutStyle::StrutStyle\28\29 -5155:skia::textlayout::Run::shift\28skia::textlayout::Cluster\20const*\2c\20float\29 -5156:skia::textlayout::Run::newRunBuffer\28\29 -5157:skia::textlayout::Run::clusterIndex\28unsigned\20long\29\20const -5158:skia::textlayout::Run::calculateMetrics\28\29 -5159:skia::textlayout::ParagraphStyle::ellipsized\28\29\20const -5160:skia::textlayout::ParagraphPainter::DecorationStyle::DecorationStyle\28unsigned\20int\2c\20float\2c\20std::__2::optional\29 -5161:skia::textlayout::ParagraphImpl::~ParagraphImpl\28\29 -5162:skia::textlayout::ParagraphImpl::resolveStrut\28\29 -5163:skia::textlayout::ParagraphImpl::paint\28skia::textlayout::ParagraphPainter*\2c\20float\2c\20float\29 -5164:skia::textlayout::ParagraphImpl::getGlyphInfoAtUTF16Offset\28unsigned\20long\2c\20skia::textlayout::Paragraph::GlyphInfo*\29 -5165:skia::textlayout::ParagraphImpl::getGlyphClusterAt\28unsigned\20long\2c\20skia::textlayout::Paragraph::GlyphClusterInfo*\29 -5166:skia::textlayout::ParagraphImpl::ensureUTF16Mapping\28\29::$_0::operator\28\29\28\29\20const::'lambda0'\28unsigned\20long\29::operator\28\29\28unsigned\20long\29\20const -5167:skia::textlayout::ParagraphImpl::computeEmptyMetrics\28\29 -5168:skia::textlayout::ParagraphImpl::buildClusterTable\28\29::$_0::operator\28\29\28unsigned\20long\2c\20unsigned\20long\2c\20unsigned\20long\2c\20unsigned\20long\2c\20float\2c\20float\29\20const -5169:skia::textlayout::ParagraphCacheKey::ParagraphCacheKey\28skia::textlayout::ParagraphImpl\20const*\29 -5170:skia::textlayout::ParagraphBuilderImpl::~ParagraphBuilderImpl\28\29 -5171:skia::textlayout::ParagraphBuilderImpl::finalize\28\29 -5172:skia::textlayout::ParagraphBuilderImpl::ensureUTF16Mapping\28\29::$_0::operator\28\29\28\29\20const::'lambda0'\28unsigned\20long\29::operator\28\29\28unsigned\20long\29\20const -5173:skia::textlayout::ParagraphBuilderImpl::addPlaceholder\28skia::textlayout::PlaceholderStyle\20const&\2c\20bool\29 -5174:skia::textlayout::Paragraph::~Paragraph\28\29 -5175:skia::textlayout::Paragraph::FontInfo::~FontInfo\28\29 -5176:skia::textlayout::OneLineShaper::clusteredText\28skia::textlayout::SkRange&\29::$_0::operator\28\29\28unsigned\20long\2c\20skia::textlayout::OneLineShaper::clusteredText\28skia::textlayout::SkRange&\29::Dir\29\20const -5177:skia::textlayout::OneLineShaper::clusteredText\28skia::textlayout::SkRange&\29 -5178:skia::textlayout::OneLineShaper::FontKey::operator==\28skia::textlayout::OneLineShaper::FontKey\20const&\29\20const -5179:skia::textlayout::InternalLineMetrics::add\28skia::textlayout::InternalLineMetrics\29 -5180:skia::textlayout::FontFeature::operator==\28skia::textlayout::FontFeature\20const&\29\20const -5181:skia::textlayout::FontFeature::FontFeature\28skia::textlayout::FontFeature\20const&\29 -5182:skia::textlayout::FontCollection::~FontCollection\28\29 -5183:skia::textlayout::FontCollection::matchTypeface\28SkString\20const&\2c\20SkFontStyle\29 -5184:skia::textlayout::FontCollection::defaultFallback\28int\2c\20SkFontStyle\2c\20SkString\20const&\29 -5185:skia::textlayout::FontCollection::FamilyKey::operator==\28skia::textlayout::FontCollection::FamilyKey\20const&\29\20const -5186:skia::textlayout::FontCollection::FamilyKey::FamilyKey\28skia::textlayout::FontCollection::FamilyKey&&\29 -5187:skia::textlayout::FontArguments::~FontArguments\28\29 -5188:skia::textlayout::Decoration::operator==\28skia::textlayout::Decoration\20const&\29\20const -5189:skia::textlayout::Cluster::trimmedWidth\28unsigned\20long\29\20const -5190:skgpu::tess::\28anonymous\20namespace\29::write_curve_index_buffer_base_index\28skgpu::VertexWriter\2c\20unsigned\20long\2c\20unsigned\20short\29 -5191:skgpu::tess::\28anonymous\20namespace\29::PathChopper::lineTo\28SkPoint\20const*\29 -5192:skgpu::tess::StrokeParams::set\28SkStrokeRec\20const&\29 -5193:skgpu::tess::StrokeIterator::finishOpenContour\28\29 -5194:skgpu::tess::PreChopPathCurves\28float\2c\20SkPath\20const&\2c\20SkMatrix\20const&\2c\20SkRect\20const&\29 -5195:skgpu::tess::LinearTolerances::setStroke\28skgpu::tess::StrokeParams\20const&\2c\20float\29 -5196:skgpu::tess::LinearTolerances::requiredResolveLevel\28\29\20const -5197:skgpu::tess::GetJoinType\28SkStrokeRec\20const&\29 -5198:skgpu::tess::FixedCountCurves::WriteVertexBuffer\28skgpu::VertexWriter\2c\20unsigned\20long\29 -5199:skgpu::tess::CullTest::areVisible3\28SkPoint\20const*\29\20const -5200:skgpu::tess::ConicHasCusp\28SkPoint\20const*\29 -5201:skgpu::make_unnormalized_half_kernel\28float*\2c\20int\2c\20float\29 -5202:skgpu::ganesh::\28anonymous\20namespace\29::add_line_to_segment\28SkPoint\20const&\2c\20skia_private::TArray*\29 -5203:skgpu::ganesh::\28anonymous\20namespace\29::SmallPathOp::~SmallPathOp\28\29 -5204:skgpu::ganesh::\28anonymous\20namespace\29::SmallPathOp::flush\28GrMeshDrawTarget*\2c\20skgpu::ganesh::\28anonymous\20namespace\29::SmallPathOp::FlushInfo*\29\20const -5205:skgpu::ganesh::\28anonymous\20namespace\29::SmallPathOp::addToAtlasWithRetry\28GrMeshDrawTarget*\2c\20skgpu::ganesh::\28anonymous\20namespace\29::SmallPathOp::FlushInfo*\2c\20skgpu::ganesh::SmallPathAtlasMgr*\2c\20int\2c\20int\2c\20void\20const*\2c\20SkRect\20const&\2c\20int\2c\20skgpu::ganesh::SmallPathShapeData*\29\20const -5206:skgpu::ganesh::\28anonymous\20namespace\29::SmallPathOp::SmallPathOp\28GrProcessorSet*\2c\20SkRGBA4f<\28SkAlphaType\292>\20const&\2c\20GrStyledShape\20const&\2c\20SkMatrix\20const&\2c\20bool\2c\20GrUserStencilSettings\20const*\29 -5207:skgpu::ganesh::\28anonymous\20namespace\29::HullShader::~HullShader\28\29 -5208:skgpu::ganesh::\28anonymous\20namespace\29::ChopPathIfNecessary\28SkMatrix\20const&\2c\20GrStyledShape\20const&\2c\20SkIRect\20const&\2c\20SkStrokeRec\20const&\2c\20SkPath*\29 -5209:skgpu::ganesh::\28anonymous\20namespace\29::AAFlatteningConvexPathOp::~AAFlatteningConvexPathOp\28\29 -5210:skgpu::ganesh::\28anonymous\20namespace\29::AAFlatteningConvexPathOp::recordDraw\28GrMeshDrawTarget*\2c\20int\2c\20unsigned\20long\2c\20void*\2c\20int\2c\20unsigned\20short*\29 -5211:skgpu::ganesh::\28anonymous\20namespace\29::AAFlatteningConvexPathOp::PathData::PathData\28skgpu::ganesh::\28anonymous\20namespace\29::AAFlatteningConvexPathOp::PathData&&\29 -5212:skgpu::ganesh::\28anonymous\20namespace\29::AAFlatteningConvexPathOp::AAFlatteningConvexPathOp\28GrProcessorSet*\2c\20SkRGBA4f<\28SkAlphaType\292>\20const&\2c\20SkMatrix\20const&\2c\20SkPath\20const&\2c\20float\2c\20SkStrokeRec::Style\2c\20SkPaint::Join\2c\20float\2c\20GrUserStencilSettings\20const*\29 -5213:skgpu::ganesh::\28anonymous\20namespace\29::AAConvexPathOp::~AAConvexPathOp\28\29 -5214:skgpu::ganesh::\28anonymous\20namespace\29::AAConvexPathOp::PathData::PathData\28skgpu::ganesh::\28anonymous\20namespace\29::AAConvexPathOp::PathData&&\29 -5215:skgpu::ganesh::\28anonymous\20namespace\29::AAConvexPathOp::AAConvexPathOp\28GrProcessorSet*\2c\20SkRGBA4f<\28SkAlphaType\292>\20const&\2c\20SkMatrix\20const&\2c\20SkPath\20const&\2c\20GrUserStencilSettings\20const*\29 -5216:skgpu::ganesh::TextureOp::Make\28GrRecordingContext*\2c\20GrSurfaceProxyView\2c\20SkAlphaType\2c\20sk_sp\2c\20SkFilterMode\2c\20SkMipmapMode\2c\20SkRGBA4f<\28SkAlphaType\292>\20const&\2c\20skgpu::ganesh::TextureOp::Saturate\2c\20SkBlendMode\2c\20GrAAType\2c\20DrawQuad*\2c\20SkRect\20const*\29 -5217:skgpu::ganesh::TessellationPathRenderer::IsSupported\28GrCaps\20const&\29 -5218:skgpu::ganesh::SurfaceFillContext::fillRectToRectWithFP\28SkRect\20const&\2c\20SkIRect\20const&\2c\20std::__2::unique_ptr>\29 -5219:skgpu::ganesh::SurfaceFillContext::blitTexture\28GrSurfaceProxyView\2c\20SkIRect\20const&\2c\20SkIPoint\20const&\29 -5220:skgpu::ganesh::SurfaceFillContext::arenas\28\29 -5221:skgpu::ganesh::SurfaceFillContext::addDrawOp\28std::__2::unique_ptr>\29 -5222:skgpu::ganesh::SurfaceFillContext::SurfaceFillContext\28GrRecordingContext*\2c\20GrSurfaceProxyView\2c\20GrSurfaceProxyView\2c\20GrColorInfo\20const&\29 -5223:skgpu::ganesh::SurfaceDrawContext::~SurfaceDrawContext\28\29_9714 -5224:skgpu::ganesh::SurfaceDrawContext::setNeedsStencil\28\29 -5225:skgpu::ganesh::SurfaceDrawContext::internalStencilClear\28SkIRect\20const*\2c\20bool\29 -5226:skgpu::ganesh::SurfaceDrawContext::fillRectWithEdgeAA\28GrClip\20const*\2c\20GrPaint&&\2c\20GrQuadAAFlags\2c\20SkMatrix\20const&\2c\20SkRect\20const&\2c\20SkRect\20const*\29 -5227:skgpu::ganesh::SurfaceDrawContext::drawVertices\28GrClip\20const*\2c\20GrPaint&&\2c\20SkMatrix\20const&\2c\20sk_sp\2c\20GrPrimitiveType*\2c\20bool\29 -5228:skgpu::ganesh::SurfaceDrawContext::drawTexturedQuad\28GrClip\20const*\2c\20GrSurfaceProxyView\2c\20SkAlphaType\2c\20sk_sp\2c\20SkFilterMode\2c\20SkMipmapMode\2c\20SkRGBA4f<\28SkAlphaType\292>\20const&\2c\20SkBlendMode\2c\20DrawQuad*\2c\20SkRect\20const*\29 -5229:skgpu::ganesh::SurfaceDrawContext::drawTexture\28GrClip\20const*\2c\20GrSurfaceProxyView\2c\20SkAlphaType\2c\20SkFilterMode\2c\20SkMipmapMode\2c\20SkBlendMode\2c\20SkRGBA4f<\28SkAlphaType\292>\20const&\2c\20SkRect\20const&\2c\20SkRect\20const&\2c\20GrQuadAAFlags\2c\20SkCanvas::SrcRectConstraint\2c\20SkMatrix\20const&\2c\20sk_sp\29 -5230:skgpu::ganesh::SurfaceDrawContext::drawStrokedLine\28GrClip\20const*\2c\20GrPaint&&\2c\20GrAA\2c\20SkMatrix\20const&\2c\20SkPoint\20const*\2c\20SkStrokeRec\20const&\29 -5231:skgpu::ganesh::SurfaceDrawContext::drawRegion\28GrClip\20const*\2c\20GrPaint&&\2c\20GrAA\2c\20SkMatrix\20const&\2c\20SkRegion\20const&\2c\20GrStyle\20const&\2c\20GrUserStencilSettings\20const*\29 -5232:skgpu::ganesh::SurfaceDrawContext::drawOval\28GrClip\20const*\2c\20GrPaint&&\2c\20GrAA\2c\20SkMatrix\20const&\2c\20SkRect\20const&\2c\20GrStyle\20const&\29 -5233:skgpu::ganesh::SurfaceDrawContext::attemptQuadOptimization\28GrClip\20const*\2c\20GrUserStencilSettings\20const*\2c\20DrawQuad*\2c\20GrPaint*\29::$_0::operator\28\29\28\29\20const -5234:skgpu::ganesh::SurfaceDrawContext::SurfaceDrawContext\28GrRecordingContext*\2c\20GrSurfaceProxyView\2c\20GrSurfaceProxyView\2c\20GrColorType\2c\20sk_sp\2c\20SkSurfaceProps\20const&\29 -5235:skgpu::ganesh::SurfaceContext::writePixels\28GrDirectContext*\2c\20GrCPixmap\2c\20SkIPoint\29 -5236:skgpu::ganesh::SurfaceContext::rescaleInto\28skgpu::ganesh::SurfaceFillContext*\2c\20SkIRect\2c\20SkIRect\2c\20SkImage::RescaleGamma\2c\20SkImage::RescaleMode\29 -5237:skgpu::ganesh::SurfaceContext::copy\28sk_sp\2c\20SkIRect\2c\20SkIPoint\29 -5238:skgpu::ganesh::SurfaceContext::copyScaled\28sk_sp\2c\20SkIRect\2c\20SkIRect\2c\20SkFilterMode\29 -5239:skgpu::ganesh::SurfaceContext::asyncRescaleAndReadPixels\28GrDirectContext*\2c\20SkImageInfo\20const&\2c\20SkIRect\20const&\2c\20SkImage::RescaleGamma\2c\20SkImage::RescaleMode\2c\20void\20\28*\29\28void*\2c\20std::__2::unique_ptr>\29\2c\20void*\29 -5240:skgpu::ganesh::SurfaceContext::asyncRescaleAndReadPixelsYUV420\28GrDirectContext*\2c\20SkYUVColorSpace\2c\20bool\2c\20sk_sp\2c\20SkIRect\20const&\2c\20SkISize\2c\20SkImage::RescaleGamma\2c\20SkImage::RescaleMode\2c\20void\20\28*\29\28void*\2c\20std::__2::unique_ptr>\29\2c\20void*\29::FinishContext::~FinishContext\28\29 -5241:skgpu::ganesh::SurfaceContext::asyncRescaleAndReadPixelsYUV420\28GrDirectContext*\2c\20SkYUVColorSpace\2c\20bool\2c\20sk_sp\2c\20SkIRect\20const&\2c\20SkISize\2c\20SkImage::RescaleGamma\2c\20SkImage::RescaleMode\2c\20void\20\28*\29\28void*\2c\20std::__2::unique_ptr>\29\2c\20void*\29 -5242:skgpu::ganesh::StrokeTessellator::draw\28GrOpFlushState*\29\20const -5243:skgpu::ganesh::StrokeTessellateOp::~StrokeTessellateOp\28\29 -5244:skgpu::ganesh::StrokeTessellateOp::prePrepareTessellator\28GrTessellationShader::ProgramArgs&&\2c\20GrAppliedClip&&\29 -5245:skgpu::ganesh::StrokeRectOp::\28anonymous\20namespace\29::allowed_stroke\28GrCaps\20const*\2c\20SkStrokeRec\20const&\2c\20GrAA\2c\20bool*\29 -5246:skgpu::ganesh::StrokeRectOp::\28anonymous\20namespace\29::NonAAStrokeRectOp::~NonAAStrokeRectOp\28\29 -5247:skgpu::ganesh::StrokeRectOp::\28anonymous\20namespace\29::NonAAStrokeRectOp::NonAAStrokeRectOp\28GrProcessorSet*\2c\20SkRGBA4f<\28SkAlphaType\292>\20const&\2c\20GrSimpleMeshDrawOpHelper::InputFlags\2c\20SkMatrix\20const&\2c\20SkRect\20const&\2c\20SkStrokeRec\20const&\2c\20GrAAType\29 -5248:skgpu::ganesh::StrokeRectOp::\28anonymous\20namespace\29::AAStrokeRectOp::~AAStrokeRectOp\28\29 -5249:skgpu::ganesh::StrokeRectOp::\28anonymous\20namespace\29::AAStrokeRectOp::ClassID\28\29 -5250:skgpu::ganesh::StrokeRectOp::\28anonymous\20namespace\29::AAStrokeRectOp::AAStrokeRectOp\28GrProcessorSet*\2c\20SkRGBA4f<\28SkAlphaType\292>\20const&\2c\20SkMatrix\20const&\2c\20skgpu::ganesh::StrokeRectOp::\28anonymous\20namespace\29::AAStrokeRectOp::RectInfo\20const&\2c\20bool\29 -5251:skgpu::ganesh::StrokeRectOp::\28anonymous\20namespace\29::AAStrokeRectOp::AAStrokeRectOp\28GrProcessorSet*\2c\20SkRGBA4f<\28SkAlphaType\292>\20const&\2c\20SkMatrix\20const&\2c\20SkRect\20const&\2c\20SkRect\20const&\2c\20SkPoint\20const&\29 -5252:skgpu::ganesh::SoftwarePathRenderer::DrawAroundInvPath\28skgpu::ganesh::SurfaceDrawContext*\2c\20GrPaint&&\2c\20GrUserStencilSettings\20const&\2c\20GrClip\20const*\2c\20SkMatrix\20const&\2c\20SkIRect\20const&\2c\20SkIRect\20const&\29 -5253:skgpu::ganesh::SmallPathAtlasMgr::~SmallPathAtlasMgr\28\29_11237 -5254:skgpu::ganesh::SmallPathAtlasMgr::reset\28\29 -5255:skgpu::ganesh::SmallPathAtlasMgr::findOrCreate\28skgpu::ganesh::SmallPathShapeDataKey\20const&\29 -5256:skgpu::ganesh::SmallPathAtlasMgr::evict\28skgpu::PlotLocator\29 -5257:skgpu::ganesh::SmallPathAtlasMgr::addToAtlas\28GrResourceProvider*\2c\20GrDeferredUploadTarget*\2c\20int\2c\20int\2c\20void\20const*\2c\20skgpu::AtlasLocator*\29 -5258:skgpu::ganesh::ShadowRRectOp::Make\28GrRecordingContext*\2c\20unsigned\20int\2c\20SkMatrix\20const&\2c\20SkRRect\20const&\2c\20float\2c\20float\29 -5259:skgpu::ganesh::RegionOp::\28anonymous\20namespace\29::RegionOpImpl::~RegionOpImpl\28\29 -5260:skgpu::ganesh::RegionOp::\28anonymous\20namespace\29::RegionOpImpl::RegionOpImpl\28GrProcessorSet*\2c\20SkRGBA4f<\28SkAlphaType\292>\20const&\2c\20SkMatrix\20const&\2c\20SkRegion\20const&\2c\20GrAAType\2c\20GrUserStencilSettings\20const*\29 -5261:skgpu::ganesh::QuadPerEdgeAA::VertexSpec::primitiveType\28\29\20const -5262:skgpu::ganesh::QuadPerEdgeAA::VertexSpec::VertexSpec\28GrQuad::Type\2c\20skgpu::ganesh::QuadPerEdgeAA::ColorType\2c\20GrQuad::Type\2c\20bool\2c\20skgpu::ganesh::QuadPerEdgeAA::Subset\2c\20GrAAType\2c\20bool\2c\20skgpu::ganesh::QuadPerEdgeAA::IndexBufferOption\29 -5263:skgpu::ganesh::QuadPerEdgeAA::Tessellator::append\28GrQuad*\2c\20GrQuad*\2c\20SkRGBA4f<\28SkAlphaType\292>\20const&\2c\20SkRect\20const&\2c\20GrQuadAAFlags\29 -5264:skgpu::ganesh::QuadPerEdgeAA::Tessellator::Tessellator\28skgpu::ganesh::QuadPerEdgeAA::VertexSpec\20const&\2c\20char*\29 -5265:skgpu::ganesh::QuadPerEdgeAA::QuadPerEdgeAAGeometryProcessor::~QuadPerEdgeAAGeometryProcessor\28\29 -5266:skgpu::ganesh::QuadPerEdgeAA::QuadPerEdgeAAGeometryProcessor::initializeAttrs\28skgpu::ganesh::QuadPerEdgeAA::VertexSpec\20const&\29 -5267:skgpu::ganesh::QuadPerEdgeAA::IssueDraw\28GrCaps\20const&\2c\20GrOpsRenderPass*\2c\20skgpu::ganesh::QuadPerEdgeAA::VertexSpec\20const&\2c\20int\2c\20int\2c\20int\2c\20int\29 -5268:skgpu::ganesh::QuadPerEdgeAA::GetIndexBuffer\28GrMeshDrawTarget*\2c\20skgpu::ganesh::QuadPerEdgeAA::IndexBufferOption\29 -5269:skgpu::ganesh::PathWedgeTessellator::Make\28SkArenaAlloc*\2c\20bool\2c\20skgpu::tess::PatchAttribs\29 -5270:skgpu::ganesh::PathTessellator::PathTessellator\28bool\2c\20skgpu::tess::PatchAttribs\29 -5271:skgpu::ganesh::PathTessellator::PathDrawList*\20SkArenaAlloc::make\20const&>\28SkMatrix\20const&\2c\20SkPath\20const&\2c\20SkRGBA4f<\28SkAlphaType\292>\20const&\29 -5272:skgpu::ganesh::PathTessellateOp::~PathTessellateOp\28\29 -5273:skgpu::ganesh::PathTessellateOp::usesMSAA\28\29\20const -5274:skgpu::ganesh::PathTessellateOp::prepareTessellator\28GrTessellationShader::ProgramArgs\20const&\2c\20GrAppliedClip&&\29 -5275:skgpu::ganesh::PathTessellateOp::PathTessellateOp\28SkArenaAlloc*\2c\20GrAAType\2c\20GrUserStencilSettings\20const*\2c\20SkMatrix\20const&\2c\20SkPath\20const&\2c\20GrPaint&&\2c\20SkRect\20const&\29 -5276:skgpu::ganesh::PathStencilCoverOp::~PathStencilCoverOp\28\29 -5277:skgpu::ganesh::PathStencilCoverOp::prePreparePrograms\28GrTessellationShader::ProgramArgs\20const&\2c\20GrAppliedClip&&\29 -5278:skgpu::ganesh::PathStencilCoverOp::ClassID\28\29 -5279:skgpu::ganesh::PathInnerTriangulateOp::~PathInnerTriangulateOp\28\29 -5280:skgpu::ganesh::PathInnerTriangulateOp::pushFanStencilProgram\28GrTessellationShader::ProgramArgs\20const&\2c\20GrPipeline\20const*\2c\20GrUserStencilSettings\20const*\29 -5281:skgpu::ganesh::PathInnerTriangulateOp::prePreparePrograms\28GrTessellationShader::ProgramArgs\20const&\2c\20GrAppliedClip&&\29 -5282:skgpu::ganesh::PathCurveTessellator::~PathCurveTessellator\28\29 -5283:skgpu::ganesh::PathCurveTessellator::prepareWithTriangles\28GrMeshDrawTarget*\2c\20SkMatrix\20const&\2c\20GrTriangulator::BreadcrumbTriangleList*\2c\20skgpu::ganesh::PathTessellator::PathDrawList\20const&\2c\20int\29 -5284:skgpu::ganesh::PathCurveTessellator::Make\28SkArenaAlloc*\2c\20bool\2c\20skgpu::tess::PatchAttribs\29 -5285:skgpu::ganesh::OpsTask::setColorLoadOp\28GrLoadOp\2c\20std::__2::array\29 -5286:skgpu::ganesh::OpsTask::onMakeClosed\28GrRecordingContext*\2c\20SkIRect*\29 -5287:skgpu::ganesh::OpsTask::onExecute\28GrOpFlushState*\29 -5288:skgpu::ganesh::OpsTask::addSampledTexture\28GrSurfaceProxy*\29 -5289:skgpu::ganesh::OpsTask::addDrawOp\28GrDrawingManager*\2c\20std::__2::unique_ptr>\2c\20bool\2c\20GrProcessorSet::Analysis\20const&\2c\20GrAppliedClip&&\2c\20GrDstProxyView\20const&\2c\20GrTextureResolveManager\2c\20GrCaps\20const&\29::$_0::operator\28\29\28GrSurfaceProxy*\2c\20skgpu::Mipmapped\29\20const -5290:skgpu::ganesh::OpsTask::addDrawOp\28GrDrawingManager*\2c\20std::__2::unique_ptr>\2c\20bool\2c\20GrProcessorSet::Analysis\20const&\2c\20GrAppliedClip&&\2c\20GrDstProxyView\20const&\2c\20GrTextureResolveManager\2c\20GrCaps\20const&\29 -5291:skgpu::ganesh::OpsTask::OpsTask\28GrDrawingManager*\2c\20GrSurfaceProxyView\2c\20GrAuditTrail*\2c\20sk_sp\29 -5292:skgpu::ganesh::OpsTask::OpChain::tryConcat\28skgpu::ganesh::OpsTask::OpChain::List*\2c\20GrProcessorSet::Analysis\2c\20GrDstProxyView\20const&\2c\20GrAppliedClip\20const*\2c\20SkRect\20const&\2c\20GrCaps\20const&\2c\20SkArenaAlloc*\2c\20GrAuditTrail*\29 -5293:skgpu::ganesh::OpsTask::OpChain::OpChain\28std::__2::unique_ptr>\2c\20GrProcessorSet::Analysis\2c\20GrAppliedClip*\2c\20GrDstProxyView\20const*\29 -5294:skgpu::ganesh::LockTextureProxyView\28GrRecordingContext*\2c\20SkImage_Lazy\20const*\2c\20GrImageTexGenPolicy\2c\20skgpu::Mipmapped\29 -5295:skgpu::ganesh::LatticeOp::\28anonymous\20namespace\29::NonAALatticeOp::~NonAALatticeOp\28\29 -5296:skgpu::ganesh::LatticeOp::\28anonymous\20namespace\29::NonAALatticeOp::NonAALatticeOp\28GrProcessorSet*\2c\20SkRGBA4f<\28SkAlphaType\292>\20const&\2c\20SkMatrix\20const&\2c\20GrSurfaceProxyView\2c\20SkAlphaType\2c\20sk_sp\2c\20SkFilterMode\2c\20std::__2::unique_ptr>\2c\20SkRect\20const&\29 -5297:skgpu::ganesh::LatticeOp::\28anonymous\20namespace\29::LatticeGP::~LatticeGP\28\29 -5298:skgpu::ganesh::FillRRectOp::\28anonymous\20namespace\29::can_use_hw_derivatives_with_coverage\28skvx::Vec<2\2c\20float>\20const&\2c\20SkPoint\20const&\29 -5299:skgpu::ganesh::FillRRectOp::\28anonymous\20namespace\29::FillRRectOpImpl::~FillRRectOpImpl\28\29 -5300:skgpu::ganesh::FillRRectOp::\28anonymous\20namespace\29::FillRRectOpImpl::programInfo\28\29 -5301:skgpu::ganesh::FillRRectOp::\28anonymous\20namespace\29::FillRRectOpImpl::Make\28GrRecordingContext*\2c\20SkArenaAlloc*\2c\20GrPaint&&\2c\20SkMatrix\20const&\2c\20SkRRect\20const&\2c\20skgpu::ganesh::FillRRectOp::\28anonymous\20namespace\29::FillRRectOpImpl::LocalCoords\20const&\2c\20GrAA\29 -5302:skgpu::ganesh::FillRRectOp::\28anonymous\20namespace\29::FillRRectOpImpl::FillRRectOpImpl\28GrProcessorSet*\2c\20SkRGBA4f<\28SkAlphaType\292>\20const&\2c\20SkArenaAlloc*\2c\20SkMatrix\20const&\2c\20SkRRect\20const&\2c\20skgpu::ganesh::FillRRectOp::\28anonymous\20namespace\29::FillRRectOpImpl::LocalCoords\20const&\2c\20skgpu::ganesh::FillRRectOp::\28anonymous\20namespace\29::FillRRectOpImpl::ProcessorFlags\29 -5303:skgpu::ganesh::DrawableOp::~DrawableOp\28\29 -5304:skgpu::ganesh::DrawAtlasPathOp::~DrawAtlasPathOp\28\29 -5305:skgpu::ganesh::DrawAtlasPathOp::prepareProgram\28GrCaps\20const&\2c\20SkArenaAlloc*\2c\20GrSurfaceProxyView\20const&\2c\20bool\2c\20GrAppliedClip&&\2c\20GrDstProxyView\20const&\2c\20GrXferBarrierFlags\2c\20GrLoadOp\29 -5306:skgpu::ganesh::Device::~Device\28\29 -5307:skgpu::ganesh::Device::replaceBackingProxy\28SkSurface::ContentChangeMode\2c\20sk_sp\2c\20GrColorType\2c\20sk_sp\2c\20GrSurfaceOrigin\2c\20SkSurfaceProps\20const&\29 -5308:skgpu::ganesh::Device::drawSlug\28SkCanvas*\2c\20sktext::gpu::Slug\20const*\2c\20SkPaint\20const&\29 -5309:skgpu::ganesh::Device::drawPath\28SkPath\20const&\2c\20SkPaint\20const&\2c\20bool\29 -5310:skgpu::ganesh::Device::drawEdgeAAImage\28SkImage\20const*\2c\20SkRect\20const&\2c\20SkRect\20const&\2c\20SkPoint\20const*\2c\20SkCanvas::QuadAAFlags\2c\20SkMatrix\20const&\2c\20SkSamplingOptions\20const&\2c\20SkPaint\20const&\2c\20SkCanvas::SrcRectConstraint\2c\20SkMatrix\20const&\2c\20SkTileMode\29 -5311:skgpu::ganesh::Device::convertGlyphRunListToSlug\28sktext::GlyphRunList\20const&\2c\20SkPaint\20const&\29 -5312:skgpu::ganesh::Device::android_utils_clipAsRgn\28SkRegion*\29\20const -5313:skgpu::ganesh::DefaultPathRenderer::internalDrawPath\28skgpu::ganesh::SurfaceDrawContext*\2c\20GrPaint&&\2c\20GrAAType\2c\20GrUserStencilSettings\20const&\2c\20GrClip\20const*\2c\20SkMatrix\20const&\2c\20GrStyledShape\20const&\2c\20bool\29 -5314:skgpu::ganesh::DashOp::\28anonymous\20namespace\29::DashingLineEffect::addToKey\28GrShaderCaps\20const&\2c\20skgpu::KeyBuilder*\29\20const -5315:skgpu::ganesh::DashOp::\28anonymous\20namespace\29::DashOpImpl::~DashOpImpl\28\29 -5316:skgpu::ganesh::CopyView\28GrRecordingContext*\2c\20GrSurfaceProxyView\2c\20skgpu::Mipmapped\2c\20GrImageTexGenPolicy\2c\20std::__2::basic_string_view>\29 -5317:skgpu::ganesh::ClipStack::clipPath\28SkMatrix\20const&\2c\20SkPath\20const&\2c\20GrAA\2c\20SkClipOp\29 -5318:skgpu::ganesh::ClipStack::begin\28\29\20const -5319:skgpu::ganesh::ClipStack::SaveRecord::removeElements\28SkTBlockList*\29 -5320:skgpu::ganesh::ClipStack::RawElement::clipType\28\29\20const -5321:skgpu::ganesh::ClipStack::Mask::invalidate\28GrProxyProvider*\29 -5322:skgpu::ganesh::ClipStack::ElementIter::operator++\28\29 -5323:skgpu::ganesh::ClipStack::Element::Element\28skgpu::ganesh::ClipStack::Element\20const&\29 -5324:skgpu::ganesh::ClipStack::Draw::Draw\28SkRect\20const&\2c\20GrAA\29 -5325:skgpu::ganesh::ClearOp::ClearOp\28skgpu::ganesh::ClearOp::Buffer\2c\20GrScissorState\20const&\2c\20std::__2::array\2c\20bool\29 -5326:skgpu::ganesh::AtlasTextOp::~AtlasTextOp\28\29 -5327:skgpu::ganesh::AtlasTextOp::operator\20new\28unsigned\20long\29 -5328:skgpu::ganesh::AtlasTextOp::onPrepareDraws\28GrMeshDrawTarget*\29::$_0::operator\28\29\28\29\20const -5329:skgpu::ganesh::AtlasTextOp::onCreateProgramInfo\28GrCaps\20const*\2c\20SkArenaAlloc*\2c\20GrSurfaceProxyView\20const&\2c\20bool\2c\20GrAppliedClip&&\2c\20GrDstProxyView\20const&\2c\20GrXferBarrierFlags\2c\20GrLoadOp\29 -5330:skgpu::ganesh::AtlasTextOp::Make\28skgpu::ganesh::SurfaceDrawContext*\2c\20sktext::gpu::AtlasSubRun\20const*\2c\20GrClip\20const*\2c\20SkMatrix\20const&\2c\20SkPoint\2c\20SkPaint\20const&\2c\20sk_sp&&\29 -5331:skgpu::ganesh::AtlasTextOp::ClassID\28\29 -5332:skgpu::ganesh::AtlasRenderTask::~AtlasRenderTask\28\29 -5333:skgpu::ganesh::AtlasRenderTask::stencilAtlasRect\28GrRecordingContext*\2c\20SkRect\20const&\2c\20SkRGBA4f<\28SkAlphaType\292>\20const&\2c\20GrUserStencilSettings\20const*\29 -5334:skgpu::ganesh::AtlasRenderTask::readView\28GrCaps\20const&\29\20const -5335:skgpu::ganesh::AtlasRenderTask::instantiate\28GrOnFlushResourceProvider*\2c\20sk_sp\29 -5336:skgpu::ganesh::AtlasRenderTask::addPath\28SkMatrix\20const&\2c\20SkPath\20const&\2c\20SkIPoint\2c\20int\2c\20int\2c\20bool\2c\20SkIPoint16*\29 -5337:skgpu::ganesh::AtlasRenderTask::addAtlasDrawOp\28std::__2::unique_ptr>\2c\20GrCaps\20const&\29 -5338:skgpu::ganesh::AtlasPathRenderer::~AtlasPathRenderer\28\29_10527 -5339:skgpu::ganesh::AtlasPathRenderer::preFlush\28GrOnFlushResourceProvider*\29 -5340:skgpu::ganesh::AtlasPathRenderer::pathFitsInAtlas\28SkRect\20const&\2c\20GrAAType\29\20const -5341:skgpu::ganesh::AtlasPathRenderer::addPathToAtlas\28GrRecordingContext*\2c\20SkMatrix\20const&\2c\20SkPath\20const&\2c\20SkRect\20const&\2c\20SkIRect*\2c\20SkIPoint16*\2c\20bool*\2c\20std::__2::function\20const&\29 -5342:skgpu::ganesh::AtlasPathRenderer::AtlasPathKey::operator==\28skgpu::ganesh::AtlasPathRenderer::AtlasPathKey\20const&\29\20const -5343:skgpu::ganesh::AsFragmentProcessor\28skgpu::ganesh::SurfaceDrawContext*\2c\20SkImage\20const*\2c\20SkSamplingOptions\2c\20SkTileMode\20const*\2c\20SkMatrix\20const&\2c\20SkRect\20const*\2c\20SkRect\20const*\29 -5344:skgpu::TiledTextureUtils::OptimizeSampleArea\28SkISize\20const&\2c\20SkRect\20const&\2c\20SkRect\20const&\2c\20SkPoint\20const*\2c\20SkRect*\2c\20SkRect*\2c\20SkMatrix*\29 -5345:skgpu::TiledTextureUtils::CanDisableMipmap\28SkMatrix\20const&\2c\20SkMatrix\20const&\2c\20bool\29 -5346:skgpu::TClientMappedBufferManager::process\28\29 -5347:skgpu::TAsyncReadResult::~TAsyncReadResult\28\29 -5348:skgpu::TAsyncReadResult::count\28\29\20const -5349:skgpu::TAsyncReadResult::Plane::~Plane\28\29 -5350:skgpu::Swizzle::BGRA\28\29 -5351:skgpu::ScratchKey::ScratchKey\28skgpu::ScratchKey\20const&\29 -5352:skgpu::ResourceKey::operator=\28skgpu::ResourceKey\20const&\29 -5353:skgpu::RectanizerSkyline::addRect\28int\2c\20int\2c\20SkIPoint16*\29 -5354:skgpu::RectanizerSkyline::RectanizerSkyline\28int\2c\20int\29 -5355:skgpu::Plot::~Plot\28\29 -5356:skgpu::Plot::resetRects\28bool\29 -5357:skgpu::Plot::Plot\28int\2c\20int\2c\20skgpu::AtlasGenerationCounter*\2c\20int\2c\20int\2c\20int\2c\20int\2c\20SkColorType\2c\20unsigned\20long\29 -5358:skgpu::KeyBuilder::flush\28\29 -5359:skgpu::KeyBuilder::addBits\28unsigned\20int\2c\20unsigned\20int\2c\20std::__2::basic_string_view>\29 -5360:skgpu::GetReducedBlendModeInfo\28SkBlendMode\29 -5361:skgpu::GetApproxSize\28SkISize\29::$_0::operator\28\29\28int\29\20const -5362:skgpu::CreateIntegralTable\28int\29 -5363:skgpu::ComputeIntegralTableWidth\28float\29 -5364:skgpu::AtlasLocator::updatePlotLocator\28skgpu::PlotLocator\29 -5365:skgpu::AtlasLocator::insetSrc\28int\29 -5366:skcpu::Recorder::makeBitmapSurface\28SkImageInfo\20const&\2c\20unsigned\20long\2c\20SkSurfaceProps\20const*\29 -5367:sk_sp::~sk_sp\28\29 -5368:sk_sp::reset\28sktext::gpu::TextStrike*\29 -5369:sk_sp\20skgpu::RefCntedCallback::MakeImpl\28void\20\28*\29\28void*\29\2c\20void*\29 -5370:sk_sp<\28anonymous\20namespace\29::UniqueKeyInvalidator>\20sk_make_sp<\28anonymous\20namespace\29::UniqueKeyInvalidator\2c\20skgpu::UniqueKey&\2c\20unsigned\20int>\28skgpu::UniqueKey&\2c\20unsigned\20int&&\29 -5371:sk_sp<\28anonymous\20namespace\29::ShadowInvalidator>\20sk_make_sp<\28anonymous\20namespace\29::ShadowInvalidator\2c\20SkResourceCache::Key&>\28SkResourceCache::Key&\29 -5372:sk_sp::operator=\28sk_sp\20const&\29 -5373:sk_sp&\20std::__2::vector\2c\20std::__2::allocator>>::emplace_back>\28sk_sp&&\29 -5374:sk_sp\20sk_make_sp>\28sk_sp&&\29 -5375:sk_sp::~sk_sp\28\29 -5376:sk_sp::sk_sp\28sk_sp\20const&\29 -5377:sk_sp::operator=\28sk_sp&&\29 -5378:sk_sp::reset\28SkMeshSpecification*\29 -5379:sk_sp::reset\28SkData\20const*\29 -5380:sk_sp::operator=\28sk_sp\20const&\29 -5381:sk_sp::operator=\28sk_sp\20const&\29 -5382:sk_sp::operator=\28sk_sp&&\29 -5383:sk_sp::~sk_sp\28\29 -5384:sk_sp::sk_sp\28sk_sp\20const&\29 -5385:sk_sp&\20sk_sp::operator=\28sk_sp&&\29 -5386:sk_sp::reset\28GrSurface::RefCntedReleaseProc*\29 -5387:sk_sp::operator=\28sk_sp&&\29 -5388:sk_sp::~sk_sp\28\29 -5389:sk_sp::operator=\28sk_sp&&\29 -5390:sk_sp::~sk_sp\28\29 -5391:sk_sp\20sk_make_sp\28\29 -5392:sk_sp::reset\28GrArenas*\29 -5393:sk_ft_alloc\28FT_MemoryRec_*\2c\20long\29 -5394:sk_fopen\28char\20const*\2c\20SkFILE_Flags\29 -5395:sk_fgetsize\28_IO_FILE*\29 -5396:sk_determinant\28float\20const*\2c\20int\29 -5397:sk_blit_below\28SkBlitter*\2c\20SkIRect\20const&\2c\20SkRegion\20const&\29 -5398:sk_blit_above\28SkBlitter*\2c\20SkIRect\20const&\2c\20SkRegion\20const&\29 -5399:sid_to_gid_t\20const*\20hb_sorted_array_t::bsearch\28unsigned\20int\20const&\2c\20sid_to_gid_t\20const*\29 -5400:short\20sk_saturate_cast\28float\29 -5401:sharp_angle\28SkPoint\20const*\29 -5402:sfnt_stream_close -5403:setup_masks_arabic_plan\28arabic_shape_plan_t\20const*\2c\20hb_buffer_t*\2c\20hb_script_t\29 -5404:set_points\28float*\2c\20int*\2c\20int\20const*\2c\20int\2c\20int\2c\20int\2c\20int\2c\20int\2c\20float\2c\20float\2c\20bool\29 -5405:set_ootf_Y\28SkColorSpace\20const*\2c\20float*\29 -5406:set_normal_unitnormal\28SkPoint\20const&\2c\20SkPoint\20const&\2c\20float\2c\20float\2c\20SkPoint*\2c\20SkPoint*\29 -5407:set_khr_debug_label\28GrGLGpu*\2c\20unsigned\20int\2c\20std::__2::basic_string_view>\29 -5408:setThrew -5409:serialize_image\28SkImage\20const*\2c\20SkSerialProcs\29 -5410:sect_clamp_with_vertical\28SkPoint\20const*\2c\20float\29 -5411:scanexp -5412:scalbnl -5413:safe_picture_bounds\28SkRect\20const&\29 -5414:safe_int_addition -5415:rt_has_msaa_render_buffer\28GrGLRenderTarget\20const*\2c\20GrGLCaps\20const&\29 -5416:rrect_type_to_vert_count\28RRectType\29 -5417:row_is_all_zeros\28unsigned\20char\20const*\2c\20int\29 -5418:round_up_to_int\28float\29 -5419:round_down_to_int\28float\29 -5420:rotate\28SkDCubic\20const&\2c\20int\2c\20int\2c\20SkDCubic&\29 -5421:rewind_if_necessary\28GrTriangulator::Edge*\2c\20GrTriangulator::EdgeList*\2c\20GrTriangulator::Vertex**\2c\20GrTriangulator::Comparator\20const&\29 -5422:resolveImplicitLevels\28UBiDi*\2c\20int\2c\20int\2c\20unsigned\20char\2c\20unsigned\20char\29 -5423:renderbuffer_storage_msaa\28GrGLGpu*\2c\20int\2c\20unsigned\20int\2c\20int\2c\20int\29 -5424:remove_edge_below\28GrTriangulator::Edge*\29 -5425:remove_edge_above\28GrTriangulator::Edge*\29 -5426:reductionLineCount\28SkDQuad\20const&\29 -5427:recursive_edge_intersect\28GrTriangulator::Line\20const&\2c\20SkPoint\2c\20SkPoint\2c\20GrTriangulator::Line\20const&\2c\20SkPoint\2c\20SkPoint\2c\20SkPoint*\2c\20double*\2c\20double*\29 -5428:rect_exceeds\28SkRect\20const&\2c\20float\29 -5429:reclassify_vertex\28TriangulationVertex*\2c\20SkPoint\20const*\2c\20int\2c\20ReflexHash*\2c\20SkTInternalLList*\29 -5430:radii_are_nine_patch\28SkPoint\20const*\29 -5431:quad_type_for_transformed_rect\28SkMatrix\20const&\29 -5432:quad_in_line\28SkPoint\20const*\29 -5433:pt_to_tangent_line\28SkPoint\20const&\2c\20SkPoint\20const&\2c\20SkPoint\20const&\29 -5434:psh_hint_table_record -5435:psh_hint_table_init -5436:psh_hint_table_find_strong_points -5437:psh_hint_table_done -5438:psh_hint_table_activate_mask -5439:psh_hint_align -5440:psh_glyph_load_points -5441:psh_globals_scale_widths -5442:psh_compute_dir -5443:psh_blues_set_zones_0 -5444:psh_blues_set_zones -5445:ps_table_realloc -5446:ps_parser_to_token_array -5447:ps_parser_load_field -5448:ps_mask_table_last -5449:ps_mask_table_done -5450:ps_hints_stem -5451:ps_dimension_end -5452:ps_dimension_done -5453:ps_dimension_add_t1stem -5454:ps_builder_start_point -5455:ps_builder_close_contour -5456:ps_builder_add_point1 -5457:printf_core -5458:prepare_to_draw_into_mask\28SkRect\20const&\2c\20SkMaskBuilder*\29 -5459:position_cluster\28hb_ot_shape_plan_t\20const*\2c\20hb_font_t*\2c\20hb_buffer_t*\2c\20unsigned\20int\2c\20unsigned\20int\2c\20bool\29 -5460:portable::uniform_color\28portable::Params*\2c\20SkRasterPipelineStage*\2c\20float\2c\20float\2c\20float\2c\20float\29 -5461:portable::set_rgb\28portable::Params*\2c\20SkRasterPipelineStage*\2c\20float\2c\20float\2c\20float\2c\20float\29 -5462:portable::debug_y\28portable::Params*\2c\20SkRasterPipelineStage*\2c\20float\2c\20float\2c\20float\2c\20float\29 -5463:portable::debug_x\28portable::Params*\2c\20SkRasterPipelineStage*\2c\20float\2c\20float\2c\20float\2c\20float\29 -5464:portable::copy_from_indirect_unmasked\28portable::Params*\2c\20SkRasterPipelineStage*\2c\20float\2c\20float\2c\20float\2c\20float\29 -5465:portable::copy_2_slots_unmasked\28portable::Params*\2c\20SkRasterPipelineStage*\2c\20float\2c\20float\2c\20float\2c\20float\29 -5466:portable::check_decal_mask\28portable::Params*\2c\20SkRasterPipelineStage*\2c\20float\2c\20float\2c\20float\2c\20float\29 -5467:pop_arg -5468:pointInTriangle\28SkDPoint\20const*\2c\20SkDPoint\20const&\29 -5469:pntz -5470:png_rtran_ok -5471:png_malloc_array_checked -5472:png_inflate -5473:png_format_buffer -5474:png_decompress_chunk -5475:png_colorspace_check_gamma -5476:png_cache_unknown_chunk -5477:pin_offset_s32\28int\2c\20int\2c\20int\29 -5478:path_key_from_data_size\28SkPath\20const&\29 -5479:parse_private_use_subtag\28char\20const*\2c\20unsigned\20int*\2c\20unsigned\20int*\2c\20char\20const*\2c\20unsigned\20char\20\28*\29\28unsigned\20char\29\29 -5480:paint_color_to_dst\28SkPaint\20const&\2c\20SkPixmap\20const&\29 -5481:pad4 -5482:operator_new_impl\28unsigned\20long\29 -5483:operator==\28SkRect\20const&\2c\20SkRect\20const&\29 -5484:operator==\28SkRRect\20const&\2c\20SkRRect\20const&\29 -5485:operator==\28SkPaint\20const&\2c\20SkPaint\20const&\29 -5486:operator!=\28SkRRect\20const&\2c\20SkRRect\20const&\29 -5487:open_face -5488:on_same_side\28SkPoint\20const*\2c\20int\2c\20int\29 -5489:non-virtual\20thunk\20to\20SkMeshPriv::CpuBuffer::~CpuBuffer\28\29_2757 -5490:non-virtual\20thunk\20to\20SkMeshPriv::CpuBuffer::~CpuBuffer\28\29 -5491:non-virtual\20thunk\20to\20SkMeshPriv::CpuBuffer::size\28\29\20const -5492:non-virtual\20thunk\20to\20SkMeshPriv::CpuBuffer::onUpdate\28GrDirectContext*\2c\20void\20const*\2c\20unsigned\20long\2c\20unsigned\20long\29 -5493:move_multiples\28SkOpContourHead*\29 -5494:mono_cubic_closestT\28float\20const*\2c\20float\29 -5495:mbsrtowcs -5496:matchesEnd\28SkDPoint\20const*\2c\20SkDPoint\20const&\29 -5497:map_rect_perspective\28SkRect\20const&\2c\20float\20const*\29::$_0::operator\28\29\28skvx::Vec<4\2c\20float>\20const&\2c\20skvx::Vec<4\2c\20float>\20const&\2c\20skvx::Vec<4\2c\20float>\20const&\29\20const::'lambda'\28skvx::Vec<4\2c\20float>\20const&\29::operator\28\29\28skvx::Vec<4\2c\20float>\20const&\29\20const -5498:map_quad_to_rect\28SkRSXform\20const&\2c\20SkRect\20const&\29 -5499:map_quad_general\28skvx::Vec<4\2c\20float>\20const&\2c\20skvx::Vec<4\2c\20float>\20const&\2c\20SkMatrix\20const&\2c\20skvx::Vec<4\2c\20float>*\2c\20skvx::Vec<4\2c\20float>*\2c\20skvx::Vec<4\2c\20float>*\29 -5500:make_xrect\28SkRect\20const&\29 -5501:make_tiled_gradient\28GrFPArgs\20const&\2c\20std::__2::unique_ptr>\2c\20std::__2::unique_ptr>\2c\20bool\2c\20bool\29 -5502:make_premul_effect\28std::__2::unique_ptr>\29 -5503:make_dual_interval_colorizer\28SkRGBA4f<\28SkAlphaType\292>\20const&\2c\20SkRGBA4f<\28SkAlphaType\292>\20const&\2c\20SkRGBA4f<\28SkAlphaType\292>\20const&\2c\20SkRGBA4f<\28SkAlphaType\292>\20const&\2c\20float\29 -5504:make_clamped_gradient\28std::__2::unique_ptr>\2c\20std::__2::unique_ptr>\2c\20SkRGBA4f<\28SkAlphaType\292>\2c\20SkRGBA4f<\28SkAlphaType\292>\2c\20bool\29 -5505:make_bmp_proxy\28GrProxyProvider*\2c\20SkBitmap\20const&\2c\20GrColorType\2c\20skgpu::Mipmapped\2c\20SkBackingFit\2c\20skgpu::Budgeted\29 -5506:long\20std::__2::__num_get_signed_integral\5babi:nn180100\5d\28char\20const*\2c\20char\20const*\2c\20unsigned\20int&\2c\20int\29 -5507:long\20long\20std::__2::__num_get_signed_integral\5babi:nn180100\5d\28char\20const*\2c\20char\20const*\2c\20unsigned\20int&\2c\20int\29 -5508:long\20double\20std::__2::__num_get_float\5babi:nn180100\5d\28char\20const*\2c\20char\20const*\2c\20unsigned\20int&\29 -5509:log2f_\28float\29 -5510:load_post_names -5511:lineMetrics_getLineNumber -5512:lineMetrics_getHardBreak -5513:lin_srgb_to_oklab\28SkRGBA4f<\28SkAlphaType\292>\2c\20bool*\29 -5514:lang_find_or_insert\28char\20const*\29 -5515:isxdigit -5516:isdigit -5517:is_zero_width_char\28hb_font_t*\2c\20unsigned\20int\29 -5518:is_simple_rect\28GrQuad\20const&\29 -5519:is_plane_config_compatible_with_subsampling\28SkYUVAInfo::PlaneConfig\2c\20SkYUVAInfo::Subsampling\29 -5520:is_overlap_edge\28GrTriangulator::Edge*\29 -5521:is_leap -5522:is_int\28float\29 -5523:is_halant_use\28hb_glyph_info_t\20const&\29 -5524:is_float_fp32\28GrGLContextInfo\20const&\2c\20GrGLInterface\20const*\2c\20unsigned\20int\29 -5525:isZeroLengthSincePoint\28SkSpan\2c\20int\29 -5526:iprintf -5527:invalidate_buffer\28GrGLGpu*\2c\20unsigned\20int\2c\20unsigned\20int\2c\20unsigned\20int\2c\20unsigned\20long\29 -5528:interp_cubic_coords\28double\20const*\2c\20double*\2c\20double\29 -5529:int\20SkRecords::Pattern>::matchFirst>\28SkRecords::Is*\2c\20SkRecord*\2c\20int\29 -5530:inside_triangle\28skvx::Vec<4\2c\20float>\20const&\2c\20skvx::Vec<4\2c\20float>\20const&\2c\20skvx::Vec<4\2c\20float>\20const&\29 -5531:inflateEnd -5532:image_getHeight -5533:hb_vector_t::resize\28int\2c\20bool\2c\20bool\29 -5534:hb_vector_t::resize\28int\2c\20bool\2c\20bool\29 -5535:hb_vector_t\2c\20false>::shrink_vector\28unsigned\20int\29 -5536:hb_vector_t\2c\20false>::resize\28int\2c\20bool\2c\20bool\29 -5537:hb_vector_t\2c\20false>::fini\28\29 -5538:hb_vector_t::alloc\28unsigned\20int\2c\20bool\29 -5539:hb_vector_t::alloc\28unsigned\20int\2c\20bool\29 -5540:hb_vector_t::pop\28\29 -5541:hb_vector_t::clear\28\29 -5542:hb_vector_t::resize\28int\2c\20bool\2c\20bool\29 -5543:hb_vector_t::push\28\29 -5544:hb_vector_t::alloc_exact\28unsigned\20int\29 -5545:hb_vector_t::alloc\28unsigned\20int\2c\20bool\29 -5546:hb_vector_t::resize\28int\2c\20bool\2c\20bool\29 -5547:hb_vector_t::clear\28\29 -5548:hb_vector_t\2c\20false>::shrink_vector\28unsigned\20int\29 -5549:hb_vector_t\2c\20false>::fini\28\29 -5550:hb_vector_t::shrink_vector\28unsigned\20int\29 -5551:hb_vector_t::fini\28\29 -5552:hb_vector_t::shrink_vector\28unsigned\20int\29 -5553:hb_unicode_mirroring_nil\28hb_unicode_funcs_t*\2c\20unsigned\20int\2c\20void*\29 -5554:hb_unicode_funcs_t::is_default_ignorable\28unsigned\20int\29 -5555:hb_unicode_funcs_get_default -5556:hb_tag_from_string -5557:hb_shape_plan_key_t::init\28bool\2c\20hb_face_t*\2c\20hb_segment_properties_t\20const*\2c\20hb_feature_t\20const*\2c\20unsigned\20int\2c\20int\20const*\2c\20unsigned\20int\2c\20char\20const*\20const*\29 -5558:hb_shape_plan_key_t::fini\28\29 -5559:hb_set_digest_t::union_\28hb_set_digest_t\20const&\29 -5560:hb_set_digest_t::may_intersect\28hb_set_digest_t\20const&\29\20const -5561:hb_serialize_context_t::object_t::hash\28\29\20const -5562:hb_serialize_context_t::fini\28\29 -5563:hb_sanitize_context_t::return_t\20OT::Context::dispatch\28hb_sanitize_context_t*\29\20const -5564:hb_sanitize_context_t::return_t\20OT::ChainContext::dispatch\28hb_sanitize_context_t*\29\20const -5565:hb_sanitize_context_t::hb_sanitize_context_t\28hb_blob_t*\29 -5566:hb_paint_funcs_t::sweep_gradient\28void*\2c\20hb_color_line_t*\2c\20float\2c\20float\2c\20float\2c\20float\29 -5567:hb_paint_funcs_t::radial_gradient\28void*\2c\20hb_color_line_t*\2c\20float\2c\20float\2c\20float\2c\20float\2c\20float\2c\20float\29 -5568:hb_paint_funcs_t::push_skew\28void*\2c\20float\2c\20float\29 -5569:hb_paint_funcs_t::push_rotate\28void*\2c\20float\29 -5570:hb_paint_funcs_t::push_inverse_font_transform\28void*\2c\20hb_font_t\20const*\29 -5571:hb_paint_funcs_t::push_group\28void*\29 -5572:hb_paint_funcs_t::pop_group\28void*\2c\20hb_paint_composite_mode_t\29 -5573:hb_paint_funcs_t::linear_gradient\28void*\2c\20hb_color_line_t*\2c\20float\2c\20float\2c\20float\2c\20float\2c\20float\2c\20float\29 -5574:hb_paint_extents_paint_linear_gradient\28hb_paint_funcs_t*\2c\20void*\2c\20hb_color_line_t*\2c\20float\2c\20float\2c\20float\2c\20float\2c\20float\2c\20float\2c\20void*\29 -5575:hb_paint_extents_get_funcs\28\29 -5576:hb_paint_extents_context_t::~hb_paint_extents_context_t\28\29 -5577:hb_paint_extents_context_t::pop_clip\28\29 -5578:hb_paint_extents_context_t::clear\28\29 -5579:hb_ot_map_t::get_mask\28unsigned\20int\2c\20unsigned\20int*\29\20const -5580:hb_ot_map_t::fini\28\29 -5581:hb_ot_map_builder_t::add_pause\28unsigned\20int\2c\20bool\20\28*\29\28hb_ot_shape_plan_t\20const*\2c\20hb_font_t*\2c\20hb_buffer_t*\29\29 -5582:hb_ot_map_builder_t::add_lookups\28hb_ot_map_t&\2c\20unsigned\20int\2c\20unsigned\20int\2c\20unsigned\20int\2c\20unsigned\20int\2c\20bool\2c\20bool\2c\20bool\2c\20bool\2c\20unsigned\20int\29 -5583:hb_ot_layout_has_substitution -5584:hb_ot_font_set_funcs -5585:hb_memcmp\28void\20const*\2c\20void\20const*\2c\20unsigned\20int\29 -5586:hb_lazy_loader_t\2c\20hb_face_t\2c\2038u\2c\20OT::sbix_accelerator_t>::get_stored\28\29\20const -5587:hb_lazy_loader_t\2c\20hb_face_t\2c\207u\2c\20OT::post_accelerator_t>::get_stored\28\29\20const -5588:hb_lazy_loader_t\2c\20hb_face_t\2c\207u\2c\20OT::post_accelerator_t>::do_destroy\28OT::post_accelerator_t*\29 -5589:hb_lazy_loader_t\2c\20hb_face_t\2c\205u\2c\20OT::hmtx_accelerator_t>::get_stored\28\29\20const -5590:hb_lazy_loader_t\2c\20hb_face_t\2c\2021u\2c\20OT::gvar_accelerator_t>::do_destroy\28OT::gvar_accelerator_t*\29 -5591:hb_lazy_loader_t\2c\20hb_face_t\2c\2015u\2c\20OT::glyf_accelerator_t>::do_destroy\28OT::glyf_accelerator_t*\29 -5592:hb_lazy_loader_t\2c\20hb_face_t\2c\203u\2c\20OT::cmap_accelerator_t>::do_destroy\28OT::cmap_accelerator_t*\29 -5593:hb_lazy_loader_t\2c\20hb_face_t\2c\2017u\2c\20OT::cff2_accelerator_t>::get_stored\28\29\20const -5594:hb_lazy_loader_t\2c\20hb_face_t\2c\2017u\2c\20OT::cff2_accelerator_t>::do_destroy\28OT::cff2_accelerator_t*\29 -5595:hb_lazy_loader_t\2c\20hb_face_t\2c\2016u\2c\20OT::cff1_accelerator_t>::do_destroy\28OT::cff1_accelerator_t*\29 -5596:hb_lazy_loader_t\2c\20hb_face_t\2c\2019u\2c\20hb_blob_t>::get\28\29\20const -5597:hb_lazy_loader_t\2c\20hb_face_t\2c\2024u\2c\20OT::GDEF_accelerator_t>::do_destroy\28OT::GDEF_accelerator_t*\29 -5598:hb_lazy_loader_t\2c\20hb_face_t\2c\2036u\2c\20hb_blob_t>::get\28\29\20const -5599:hb_lazy_loader_t\2c\20hb_face_t\2c\2035u\2c\20OT::COLR_accelerator_t>::get_stored\28\29\20const -5600:hb_lazy_loader_t\2c\20hb_face_t\2c\2035u\2c\20OT::COLR_accelerator_t>::do_destroy\28OT::COLR_accelerator_t*\29 -5601:hb_lazy_loader_t\2c\20hb_face_t\2c\2037u\2c\20OT::CBDT_accelerator_t>::get_stored\28\29\20const -5602:hb_lazy_loader_t\2c\20hb_face_t\2c\2037u\2c\20OT::CBDT_accelerator_t>::do_destroy\28OT::CBDT_accelerator_t*\29 -5603:hb_lazy_loader_t\2c\20hb_face_t\2c\2033u\2c\20hb_blob_t>::get\28\29\20const -5604:hb_lazy_loader_t\2c\20hb_face_t\2c\2030u\2c\20AAT::kerx_accelerator_t>::get_stored\28\29\20const -5605:hb_language_matches -5606:hb_iter_t\2c\20hb_filter_iter_t\2c\20hb_array_t>\2c\20find_syllables_use\28hb_buffer_t*\29::'lambda'\28hb_glyph_info_t\20const&\29\2c\20$_7\20const&\2c\20\28void*\290>\2c\20find_syllables_use\28hb_buffer_t*\29::'lambda'\28hb_pair_t\29\2c\20$_6\20const&\2c\20\28void*\290>>\2c\20hb_pair_t>>::operator-=\28unsigned\20int\29\20& -5607:hb_iter_t\2c\20hb_filter_iter_t\2c\20hb_array_t>\2c\20find_syllables_use\28hb_buffer_t*\29::'lambda'\28hb_glyph_info_t\20const&\29\2c\20$_7\20const&\2c\20\28void*\290>\2c\20find_syllables_use\28hb_buffer_t*\29::'lambda'\28hb_pair_t\29\2c\20$_6\20const&\2c\20\28void*\290>>\2c\20hb_pair_t>>::operator+=\28unsigned\20int\29\20& -5608:hb_iter_t\2c\20hb_array_t>\2c\20find_syllables_use\28hb_buffer_t*\29::'lambda'\28hb_glyph_info_t\20const&\29\2c\20$_7\20const&\2c\20\28void*\290>\2c\20hb_pair_t>::operator++\28\29\20& -5609:hb_iter_t\2c\20hb_array_t>\2c\20find_syllables_use\28hb_buffer_t*\29::'lambda'\28hb_glyph_info_t\20const&\29\2c\20$_7\20const&\2c\20\28void*\290>\2c\20find_syllables_use\28hb_buffer_t*\29::'lambda'\28hb_pair_t\29\2c\20$_6\20const&\2c\20\28void*\290>\2c\20hb_pair_t>::operator--\28\29\20& -5610:hb_indic_get_categories\28unsigned\20int\29 -5611:hb_hashmap_t::fini\28\29 -5612:hb_hashmap_t::fetch_item\28hb_serialize_context_t::object_t\20const*\20const&\2c\20unsigned\20int\29\20const -5613:hb_font_t::synthetic_glyph_extents\28hb_glyph_extents_t*\29 -5614:hb_font_t::subtract_glyph_origin_for_direction\28unsigned\20int\2c\20hb_direction_t\2c\20int*\2c\20int*\29 -5615:hb_font_t::subtract_glyph_h_origin\28unsigned\20int\2c\20int*\2c\20int*\29 -5616:hb_font_t::guess_v_origin_minus_h_origin\28unsigned\20int\2c\20int*\2c\20int*\29 -5617:hb_font_t::get_variation_glyph\28unsigned\20int\2c\20unsigned\20int\2c\20unsigned\20int*\2c\20unsigned\20int\29 -5618:hb_font_t::get_glyph_v_origin_with_fallback\28unsigned\20int\2c\20int*\2c\20int*\29 -5619:hb_font_t::get_glyph_v_kerning\28unsigned\20int\2c\20unsigned\20int\29 -5620:hb_font_t::get_glyph_h_kerning\28unsigned\20int\2c\20unsigned\20int\29 -5621:hb_font_t::get_glyph_contour_point\28unsigned\20int\2c\20unsigned\20int\2c\20int*\2c\20int*\29 -5622:hb_font_t::get_font_h_extents\28hb_font_extents_t*\29 -5623:hb_font_t::draw_glyph\28unsigned\20int\2c\20hb_draw_funcs_t*\2c\20void*\29 -5624:hb_font_set_variations -5625:hb_font_set_funcs -5626:hb_font_get_variation_glyph_nil\28hb_font_t*\2c\20void*\2c\20unsigned\20int\2c\20unsigned\20int\2c\20unsigned\20int*\2c\20void*\29 -5627:hb_font_get_font_h_extents_nil\28hb_font_t*\2c\20void*\2c\20hb_font_extents_t*\2c\20void*\29 -5628:hb_font_funcs_set_variation_glyph_func -5629:hb_font_funcs_set_nominal_glyphs_func -5630:hb_font_funcs_set_nominal_glyph_func -5631:hb_font_funcs_set_glyph_h_advances_func -5632:hb_font_funcs_set_glyph_extents_func -5633:hb_font_funcs_create -5634:hb_font_destroy -5635:hb_face_destroy -5636:hb_face_create_for_tables -5637:hb_draw_move_to_nil\28hb_draw_funcs_t*\2c\20void*\2c\20hb_draw_state_t*\2c\20float\2c\20float\2c\20void*\29 -5638:hb_draw_funcs_t::emit_move_to\28void*\2c\20hb_draw_state_t&\2c\20float\2c\20float\29 -5639:hb_draw_funcs_set_quadratic_to_func -5640:hb_draw_funcs_set_move_to_func -5641:hb_draw_funcs_set_line_to_func -5642:hb_draw_funcs_set_cubic_to_func -5643:hb_draw_funcs_destroy -5644:hb_draw_funcs_create -5645:hb_draw_extents_move_to\28hb_draw_funcs_t*\2c\20void*\2c\20hb_draw_state_t*\2c\20float\2c\20float\2c\20void*\29 -5646:hb_cache_t<24u\2c\2016u\2c\208u\2c\20true>::clear\28\29 -5647:hb_buffer_t::sort\28unsigned\20int\2c\20unsigned\20int\2c\20int\20\28*\29\28hb_glyph_info_t\20const*\2c\20hb_glyph_info_t\20const*\29\29 -5648:hb_buffer_t::safe_to_insert_tatweel\28unsigned\20int\2c\20unsigned\20int\29 -5649:hb_buffer_t::next_glyphs\28unsigned\20int\29 -5650:hb_buffer_t::message_impl\28hb_font_t*\2c\20char\20const*\2c\20void*\29 -5651:hb_buffer_t::delete_glyphs_inplace\28bool\20\28*\29\28hb_glyph_info_t\20const*\29\29 -5652:hb_buffer_t::clear\28\29 -5653:hb_buffer_t::add\28unsigned\20int\2c\20unsigned\20int\29 -5654:hb_buffer_get_glyph_positions -5655:hb_buffer_diff -5656:hb_buffer_clear_contents -5657:hb_buffer_add_utf8 -5658:hb_bounds_t::union_\28hb_bounds_t\20const&\29 -5659:hb_bounds_t::intersect\28hb_bounds_t\20const&\29 -5660:hb_blob_t::destroy_user_data\28\29 -5661:hb_array_t::hash\28\29\20const -5662:hb_array_t::cmp\28hb_array_t\20const&\29\20const -5663:hb_array_t>::qsort\28int\20\28*\29\28void\20const*\2c\20void\20const*\29\29 -5664:hb_array_t::__next__\28\29 -5665:hb_aat_map_builder_t::~hb_aat_map_builder_t\28\29 -5666:hb_aat_map_builder_t::feature_info_t\20const*\20hb_vector_t::bsearch\28hb_aat_map_builder_t::feature_info_t\20const&\2c\20hb_aat_map_builder_t::feature_info_t\20const*\29\20const -5667:hb_aat_map_builder_t::feature_info_t::cmp\28void\20const*\2c\20void\20const*\29 -5668:hb_aat_map_builder_t::feature_info_t::cmp\28hb_aat_map_builder_t::feature_info_t\20const&\29\20const -5669:hb_aat_map_builder_t::compile\28hb_aat_map_t&\29 -5670:hb_aat_layout_remove_deleted_glyphs\28hb_buffer_t*\29 -5671:hb_aat_layout_compile_map\28hb_aat_map_builder_t\20const*\2c\20hb_aat_map_t*\29 -5672:has_msaa_render_buffer\28GrSurfaceProxy\20const*\2c\20GrGLCaps\20const&\29 -5673:hair_cubic\28SkPoint\20const*\2c\20SkRegion\20const*\2c\20SkBlitter*\2c\20void\20\28*\29\28SkPoint\20const*\2c\20int\2c\20SkRegion\20const*\2c\20SkBlitter*\29\29 -5674:getint -5675:get_win_string -5676:get_paint\28GrAA\2c\20unsigned\20char\29 -5677:get_layer_mapping_and_bounds\28SkSpan>\2c\20SkM44\20const&\2c\20skif::DeviceSpace\20const&\2c\20std::__2::optional>\2c\20float\29::$_0::operator\28\29\28int\29\20const -5678:get_dst_swizzle_and_store\28GrColorType\2c\20SkRasterPipelineOp*\2c\20LumMode*\2c\20bool*\2c\20bool*\29 -5679:get_driver_and_version\28GrGLStandard\2c\20GrGLVendor\2c\20char\20const*\2c\20char\20const*\2c\20char\20const*\29 -5680:get_apple_string -5681:getSingleRun\28UBiDi*\2c\20unsigned\20char\29 -5682:getRunFromLogicalIndex\28UBiDi*\2c\20int\29 -5683:getMirror\28int\2c\20unsigned\20short\29\20\28.9031\29 -5684:geometric_overlap\28SkRect\20const&\2c\20SkRect\20const&\29 -5685:geometric_contains\28SkRect\20const&\2c\20SkRect\20const&\29 -5686:gen_key\28skgpu::KeyBuilder*\2c\20GrProgramInfo\20const&\2c\20GrCaps\20const&\29 -5687:gen_fp_key\28GrFragmentProcessor\20const&\2c\20GrCaps\20const&\2c\20skgpu::KeyBuilder*\29 -5688:gather_uniforms_and_check_for_main\28SkSL::Program\20const&\2c\20std::__2::vector>*\2c\20std::__2::vector>*\2c\20SkRuntimeEffect::Uniform::Flags\2c\20unsigned\20long*\29 -5689:fwrite -5690:ft_var_to_normalized -5691:ft_var_load_item_variation_store -5692:ft_var_load_hvvar -5693:ft_var_load_avar -5694:ft_var_get_value_pointer -5695:ft_var_get_item_delta -5696:ft_var_apply_tuple -5697:ft_set_current_renderer -5698:ft_recompute_scaled_metrics -5699:ft_mem_strcpyn -5700:ft_mem_dup -5701:ft_hash_num_lookup -5702:ft_gzip_alloc -5703:ft_glyphslot_preset_bitmap -5704:ft_glyphslot_done -5705:ft_corner_orientation -5706:ft_corner_is_flat -5707:ft_cmap_done_internal -5708:frexp -5709:fread -5710:fp_force_eval -5711:fp_barrier -5712:formulate_F1DotF2\28float\20const*\2c\20float*\29 -5713:formulate_F1DotF2\28double\20const*\2c\20double*\29 -5714:format_alignment\28SkMask::Format\29 -5715:format1_names\28unsigned\20int\29 -5716:fopen -5717:fold_opacity_layer_color_to_paint\28SkPaint\20const*\2c\20bool\2c\20SkPaint*\29 -5718:fmodl -5719:float\20std::__2::__num_get_float\5babi:nn180100\5d\28char\20const*\2c\20char\20const*\2c\20unsigned\20int&\29 -5720:first_axis_intersection\28double\20const*\2c\20bool\2c\20double\2c\20double*\29 -5721:fiprintf -5722:find_unicode_charmap -5723:find_diff_pt\28SkPoint\20const*\2c\20int\2c\20int\2c\20int\29 -5724:fillable\28SkRect\20const&\29 -5725:fileno -5726:expf_\28float\29 -5727:exp2f_\28float\29 -5728:eval_cubic_pts\28float\2c\20float\2c\20float\2c\20float\2c\20float\29 -5729:eval_cubic_derivative\28SkPoint\20const*\2c\20float\29 -5730:emptyOnNull\28sk_sp&&\29 -5731:elliptical_effect_uses_scale\28GrShaderCaps\20const&\2c\20SkRRect\20const&\29 -5732:edges_too_close\28SkAnalyticEdge*\2c\20SkAnalyticEdge*\2c\20int\29 -5733:edge_line_needs_recursion\28SkPoint\20const&\2c\20SkPoint\20const&\29 -5734:eat_space_sep_strings\28skia_private::TArray*\2c\20char\20const*\29 -5735:draw_rect_as_path\28SkDrawBase\20const&\2c\20SkRect\20const&\2c\20SkPaint\20const&\2c\20SkMatrix\20const&\29 -5736:draw_nine\28SkMask\20const&\2c\20SkIRect\20const&\2c\20SkIPoint\20const&\2c\20bool\2c\20SkRasterClip\20const&\2c\20SkBlitter*\29 -5737:dquad_intersect_ray\28SkDCurve\20const&\2c\20SkDLine\20const&\2c\20SkIntersections*\29 -5738:double\20std::__2::__num_get_float\5babi:nn180100\5d\28char\20const*\2c\20char\20const*\2c\20unsigned\20int&\29 -5739:do_newlocale -5740:do_fixed -5741:doWriteReverse\28char16_t\20const*\2c\20int\2c\20char16_t*\2c\20int\2c\20unsigned\20short\2c\20UErrorCode*\29 -5742:doWriteForward\28char16_t\20const*\2c\20int\2c\20char16_t*\2c\20int\2c\20unsigned\20short\2c\20UErrorCode*\29 -5743:dline_intersect_ray\28SkDCurve\20const&\2c\20SkDLine\20const&\2c\20SkIntersections*\29 -5744:distance_to_sentinel\28int\20const*\29 -5745:diff_to_shift\28int\2c\20int\2c\20int\29\20\28.368\29 -5746:diff_to_shift\28int\2c\20int\2c\20int\29 -5747:destroy_size -5748:destroy_charmaps -5749:decompose_current_character\28hb_ot_shape_normalize_context_t\20const*\2c\20bool\29 -5750:decompose\28hb_ot_shape_normalize_context_t\20const*\2c\20bool\2c\20unsigned\20int\29 -5751:decltype\28fp\28nullptr\29\29\20SkArenaAlloc::make\28skgpu::ganesh::QuadPerEdgeAA::QuadPerEdgeAAGeometryProcessor::Make\28SkArenaAlloc*\2c\20skgpu::ganesh::QuadPerEdgeAA::VertexSpec\20const&\29::'lambda'\28void*\29&&\29::'lambda'\28char*\29::__invoke\28char*\29 -5752:decltype\28fp\28nullptr\29\29\20SkArenaAlloc::make\28bool&\2c\20skgpu::tess::PatchAttribs&\29::'lambda'\28void*\29>\28skgpu::ganesh::PathCurveTessellator&&\29::'lambda'\28char*\29::__invoke\28char*\29 -5753:decltype\28fp\28nullptr\29\29\20SkArenaAlloc::make<\28anonymous\20namespace\29::MeshGP::Make\28SkArenaAlloc*\2c\20sk_sp\2c\20sk_sp\2c\20SkMatrix\20const&\2c\20std::__2::optional>\20const&\2c\20bool\2c\20sk_sp\2c\20SkSpan>>\29::'lambda'\28void*\29>\28\28anonymous\20namespace\29::MeshGP::Make\28SkArenaAlloc*\2c\20sk_sp\2c\20sk_sp\2c\20SkMatrix\20const&\2c\20std::__2::optional>\20const&\2c\20bool\2c\20sk_sp\2c\20SkSpan>>\29::'lambda'\28void*\29&&\29::'lambda'\28char*\29::__invoke\28char*\29 -5754:decltype\28fp\28nullptr\29\29\20SkArenaAlloc::make<\28anonymous\20namespace\29::GaussianPass*\20SkArenaAlloc::make<\28anonymous\20namespace\29::GaussianPass\2c\20int&\2c\20float*&\2c\20skvx::Vec<1\2c\20float>*&>\28int&\2c\20float*&\2c\20skvx::Vec<1\2c\20float>*&\29::'lambda'\28void*\29>\28\28anonymous\20namespace\29::GaussianPass&&\29::'lambda'\28char*\29::__invoke\28char*\29 -5755:decltype\28fp\28nullptr\29\29\20SkArenaAlloc::make<\28anonymous\20namespace\29::A8Pass*\20SkArenaAlloc::make<\28anonymous\20namespace\29::A8Pass\2c\20unsigned\20long\20long&\2c\20unsigned\20int*&\2c\20unsigned\20int*&\2c\20unsigned\20int*&\2c\20unsigned\20int*&\2c\20unsigned\20int*&\2c\20unsigned\20int*&\2c\20int&>\28unsigned\20long\20long&\2c\20unsigned\20int*&\2c\20unsigned\20int*&\2c\20unsigned\20int*&\2c\20unsigned\20int*&\2c\20unsigned\20int*&\2c\20unsigned\20int*&\2c\20int&\29::'lambda'\28void*\29>\28\28anonymous\20namespace\29::A8Pass&&\29::'lambda'\28char*\29::__invoke\28char*\29 -5756:decltype\28fp\28nullptr\29\29\20SkArenaAlloc::make\28SkShaderBase&\2c\20bool\20const&\29::'lambda'\28void*\29>\28SkTransformShader&&\29::'lambda'\28char*\29::__invoke\28char*\29 -5757:decltype\28fp\28nullptr\29\29\20SkArenaAlloc::make\28SkPixmap\20const&\2c\20SkPaint\20const&\29::'lambda'\28void*\29>\28SkA8_Blitter&&\29::'lambda'\28char*\29::__invoke\28char*\29 -5758:decltype\28fp\28nullptr\29\29\20SkArenaAlloc::make\28skgpu::UniqueKey\20const&\2c\20GrSurfaceProxyView\20const&\29::'lambda'\28void*\29>\28GrThreadSafeCache::Entry&&\29::'lambda'\28char*\29::__invoke\28char*\29 -5759:decltype\28fp\28nullptr\29\29\20SkArenaAlloc::make\28GrRRectShadowGeoProc::Make\28SkArenaAlloc*\2c\20GrSurfaceProxyView\20const&\29::'lambda'\28void*\29&&\29::'lambda'\28char*\29::__invoke\28char*\29 -5760:decltype\28fp\28nullptr\29\29\20SkArenaAlloc::make\20const&\2c\20SkMatrix\20const&\2c\20GrCaps\20const&\2c\20SkMatrix\20const&\2c\20bool\2c\20unsigned\20char\29::'lambda'\28void*\29>\28GrQuadEffect::Make\28SkArenaAlloc*\2c\20SkRGBA4f<\28SkAlphaType\292>\20const&\2c\20SkMatrix\20const&\2c\20GrCaps\20const&\2c\20SkMatrix\20const&\2c\20bool\2c\20unsigned\20char\29::'lambda'\28void*\29&&\29::'lambda'\28char*\29::__invoke\28char*\29 -5761:decltype\28fp\28nullptr\29\29\20SkArenaAlloc::make\28GrPipeline::InitArgs&\2c\20GrProcessorSet&&\2c\20GrAppliedClip&&\29::'lambda'\28void*\29>\28GrPipeline&&\29::'lambda'\28char*\29::__invoke\28char*\29 -5762:decltype\28fp\28nullptr\29\29\20SkArenaAlloc::make\28GrDistanceFieldA8TextGeoProc::Make\28SkArenaAlloc*\2c\20GrShaderCaps\20const&\2c\20GrSurfaceProxyView\20const*\2c\20int\2c\20GrSamplerState\2c\20float\2c\20unsigned\20int\2c\20SkMatrix\20const&\29::'lambda'\28void*\29&&\29::'lambda'\28char*\29::__invoke\28char*\29 -5763:decltype\28fp\28nullptr\29\29\20SkArenaAlloc::make\28CircleGeometryProcessor::Make\28SkArenaAlloc*\2c\20bool\2c\20bool\2c\20bool\2c\20bool\2c\20bool\2c\20bool\2c\20SkMatrix\20const&\29::'lambda'\28void*\29&&\29::'lambda'\28char*\29::__invoke\28char*\29 -5764:decltype\28fp0\28\28SkRecords::NoOp\29\28\29\29\29\20SkRecord::visit\28int\2c\20SkRecords::Draw&\29\20const -5765:decltype\28fp0\28\28SkRecords::NoOp*\29\28nullptr\29\29\29\20SkRecord::mutate\28int\2c\20SkRecord::Destroyer&\29 -5766:decltype\28auto\29\20std::__2::__variant_detail::__visitation::__base::__dispatcher<1ul\2c\201ul>::__dispatch\5babi:ne180100\5d>::__generic_assign\5babi:ne180100\5d\2c\20\28std::__2::__variant_detail::_Trait\291>\20const&>\28std::__2::__variant_detail::__copy_assignment\2c\20\28std::__2::__variant_detail::_Trait\291>\20const&\29::'lambda'\28std::__2::__variant_detail::__copy_assignment\2c\20\28std::__2::__variant_detail::_Trait\291>\20const&\2c\20auto&&\29&&\2c\20std::__2::__variant_detail::__base<\28std::__2::__variant_detail::_Trait\291\2c\20SkPaint\2c\20int>&\2c\20std::__2::__variant_detail::__base<\28std::__2::__variant_detail::_Trait\291\2c\20SkPaint\2c\20int>\20const&>\28std::__2::__variant_detail::__copy_assignment\2c\20\28std::__2::__variant_detail::_Trait\291>\20const&\2c\20std::__2::__variant_detail::__base<\28std::__2::__variant_detail::_Trait\291\2c\20SkPaint\2c\20int>&\2c\20std::__2::__variant_detail::__base<\28std::__2::__variant_detail::_Trait\291\2c\20SkPaint\2c\20int>\20const&\29 -5767:decltype\28auto\29\20std::__2::__variant_detail::__visitation::__base::__dispatcher<0ul\2c\200ul>::__dispatch\5babi:ne180100\5d\2c\20std::__2::unique_ptr>>>::__generic_construct\5babi:ne180100\5d\2c\20std::__2::unique_ptr>>\2c\20\28std::__2::__variant_detail::_Trait\291>>\28std::__2::__variant_detail::__ctor\2c\20std::__2::unique_ptr>>>&\2c\20std::__2::__variant_detail::__move_constructor\2c\20std::__2::unique_ptr>>\2c\20\28std::__2::__variant_detail::_Trait\291>&&\29::'lambda'\28std::__2::__variant_detail::__move_constructor\2c\20std::__2::unique_ptr>>\2c\20\28std::__2::__variant_detail::_Trait\291>&\2c\20auto&&\29&&\2c\20std::__2::__variant_detail::__base<\28std::__2::__variant_detail::_Trait\291\2c\20sk_sp\2c\20std::__2::unique_ptr>>&\2c\20std::__2::__variant_detail::__base<\28std::__2::__variant_detail::_Trait\291\2c\20sk_sp\2c\20std::__2::unique_ptr>>&&>\28std::__2::__variant_detail::__move_constructor\2c\20std::__2::unique_ptr>>\2c\20\28std::__2::__variant_detail::_Trait\291>\2c\20std::__2::__variant_detail::__base<\28std::__2::__variant_detail::_Trait\291\2c\20sk_sp\2c\20std::__2::unique_ptr>>&\2c\20std::__2::__variant_detail::__base<\28std::__2::__variant_detail::_Trait\291\2c\20sk_sp\2c\20std::__2::unique_ptr>>&&\29 -5768:dcubic_xy_at_t\28SkPoint\20const*\2c\20float\2c\20double\29 -5769:dcubic_intersect_ray\28SkDCurve\20const&\2c\20SkDLine\20const&\2c\20SkIntersections*\29 -5770:dconic_intersect_ray\28SkDCurve\20const&\2c\20SkDLine\20const&\2c\20SkIntersections*\29 -5771:data_destroy_arabic\28void*\29 -5772:data_create_arabic\28hb_ot_shape_plan_t\20const*\29 -5773:cycle -5774:crop_simple_rect\28SkRect\20const&\2c\20float*\2c\20float*\2c\20float*\2c\20float*\29 -5775:crop_rect\28SkRect\20const&\2c\20float*\2c\20float*\2c\20float*\2c\20float*\2c\20float*\29 -5776:count_scalable_pixels\28int\20const*\2c\20int\2c\20bool\2c\20int\2c\20int\29 -5777:copysignl -5778:copy_mask_to_cacheddata\28SkMaskBuilder*\2c\20SkResourceCache*\29 -5779:copy_bitmap_subset\28SkBitmap\20const&\2c\20SkIRect\20const&\29 -5780:conservative_round_to_int\28SkRect\20const&\29 -5781:conic_eval_tan\28double\20const*\2c\20float\2c\20double\29 -5782:conic_deriv_coeff\28double\20const*\2c\20float\2c\20double*\29 -5783:compute_stroke_size\28SkPaint\20const&\2c\20SkMatrix\20const&\29 -5784:compute_pos_tan\28SkPoint\20const*\2c\20unsigned\20int\2c\20float\2c\20SkPoint*\2c\20SkPoint*\29 -5785:compute_normal\28SkPoint\20const&\2c\20SkPoint\20const&\2c\20float\2c\20SkPoint*\29 -5786:compute_intersection\28OffsetSegment\20const&\2c\20OffsetSegment\20const&\2c\20SkPoint*\2c\20float*\2c\20float*\29 -5787:compute_anti_width\28short\20const*\29 -5788:compose_khmer\28hb_ot_shape_normalize_context_t\20const*\2c\20unsigned\20int\2c\20unsigned\20int\2c\20unsigned\20int*\29 -5789:compare_offsets -5790:clip_to_limit\28SkRegion\20const&\2c\20SkRegion*\29 -5791:clip_line\28SkPoint*\2c\20SkRect\20const&\2c\20float\2c\20float\29 -5792:clipHandlesSprite\28SkRasterClip\20const&\2c\20int\2c\20int\2c\20SkPixmap\20const&\29 -5793:clean_sampling_for_constraint\28SkSamplingOptions\20const&\2c\20SkCanvas::SrcRectConstraint\29 -5794:clamp_to_zero\28SkPoint*\29 -5795:clamp\28SkPoint\2c\20SkPoint\2c\20SkPoint\2c\20GrTriangulator::Comparator\20const&\29 -5796:chop_mono_cubic_at_x\28SkPoint*\2c\20float\2c\20SkPoint*\29 -5797:chopMonoQuadAt\28float\2c\20float\2c\20float\2c\20float\2c\20float*\29 -5798:chopMonoQuadAtY\28SkPoint*\2c\20float\2c\20float*\29 -5799:chopMonoQuadAtX\28SkPoint*\2c\20float\2c\20float*\29 -5800:checkint -5801:check_write_and_transfer_input\28GrGLTexture*\29 -5802:check_name\28SkString\20const&\29 -5803:check_backend_texture\28GrBackendTexture\20const&\2c\20GrGLCaps\20const&\2c\20GrGLTexture::Desc*\2c\20bool\29 -5804:char*\20std::__2::copy\5babi:nn180100\5d\2c\20char*>\28std::__2::__wrap_iter\2c\20std::__2::__wrap_iter\2c\20char*\29 -5805:char*\20std::__2::copy\5babi:nn180100\5d\28char\20const*\2c\20char\20const*\2c\20char*\29 -5806:char*\20std::__2::__constexpr_memmove\5babi:nn180100\5d\28char*\2c\20char\20const*\2c\20std::__2::__element_count\29 -5807:char*\20SkArenaAlloc::allocUninitializedArray\28unsigned\20long\29 -5808:cff_vstore_done -5809:cff_subfont_load -5810:cff_subfont_done -5811:cff_size_select -5812:cff_parser_run -5813:cff_parser_init -5814:cff_make_private_dict -5815:cff_load_private_dict -5816:cff_index_get_name -5817:cff_glyph_load -5818:cff_get_kerning -5819:cff_get_glyph_data -5820:cff_fd_select_get -5821:cff_charset_compute_cids -5822:cff_builder_init -5823:cff_builder_add_point1 -5824:cff_builder_add_point -5825:cff_builder_add_contour -5826:cff_blend_check_vector -5827:cff_blend_build_vector -5828:cff1_path_param_t::end_path\28\29 -5829:cf2_stack_pop -5830:cf2_hintmask_setCounts -5831:cf2_hintmask_read -5832:cf2_glyphpath_pushMove -5833:cf2_getSeacComponent -5834:cf2_freeSeacComponent -5835:cf2_computeDarkening -5836:cf2_arrstack_setNumElements -5837:cf2_arrstack_push -5838:cbrt -5839:can_use_hw_blend_equation\28skgpu::BlendEquation\2c\20GrProcessorAnalysisCoverage\2c\20GrCaps\20const&\29 -5840:can_proxy_use_scratch\28GrCaps\20const&\2c\20GrSurfaceProxy*\29 -5841:calculate_path_gap\28float\2c\20float\2c\20SkPath\20const&\29::$_3::operator\28\29\28float\29\20const -5842:calculate_path_gap\28float\2c\20float\2c\20SkPath\20const&\29::$_2::operator\28\29\28float\29\20const -5843:calculate_path_gap\28float\2c\20float\2c\20SkPath\20const&\29::$_0::operator\28\29\28float\29\20const -5844:build_key\28skgpu::ResourceKey::Builder*\2c\20GrCaps\20const&\2c\20GrBackendFormat\20const&\2c\20SkISize\2c\20GrAttachment::UsageFlags\2c\20int\2c\20skgpu::Mipmapped\2c\20skgpu::Protected\2c\20GrMemoryless\29 -5845:build_intervals\28int\2c\20SkRGBA4f<\28SkAlphaType\292>\20const*\2c\20float\20const*\2c\20int\2c\20SkRGBA4f<\28SkAlphaType\292>*\2c\20SkRGBA4f<\28SkAlphaType\292>*\2c\20float*\29 -5846:bracketProcessChar\28BracketData*\2c\20int\29 -5847:bracketInit\28UBiDi*\2c\20BracketData*\29 -5848:bounds_t::merge\28bounds_t\20const&\29 -5849:bottom_collinear\28GrTriangulator::Edge*\2c\20GrTriangulator::Edge*\29 -5850:bool\20std::__2::operator==\5babi:ne180100\5d>\28std::__2::basic_string\2c\20std::__2::allocator>\20const&\2c\20std::__2::basic_string\2c\20std::__2::allocator>\20const&\29 -5851:bool\20std::__2::operator==\5babi:ne180100\5d\28std::__2::variant\20const&\2c\20std::__2::variant\20const&\29 -5852:bool\20std::__2::operator!=\5babi:ne180100\5d\28std::__2::variant\20const&\2c\20std::__2::variant\20const&\29 -5853:bool\20std::__2::__insertion_sort_incomplete\5babi:ne180100\5d\28skia::textlayout::OneLineShaper::RunBlock*\2c\20skia::textlayout::OneLineShaper::RunBlock*\2c\20skia::textlayout::OneLineShaper::finish\28skia::textlayout::Block\20const&\2c\20float\2c\20float&\29::$_0&\29 -5854:bool\20std::__2::__insertion_sort_incomplete\5babi:ne180100\5d\28SkSL::ProgramElement\20const**\2c\20SkSL::ProgramElement\20const**\2c\20SkSL::Transform::\28anonymous\20namespace\29::BuiltinVariableScanner::sortNewElements\28\29::'lambda'\28SkSL::ProgramElement\20const*\2c\20SkSL::ProgramElement\20const*\29&\29 -5855:bool\20std::__2::__insertion_sort_incomplete\5babi:ne180100\5d\28SkSL::FunctionDefinition\20const**\2c\20SkSL::FunctionDefinition\20const**\2c\20SkSL::Transform::FindAndDeclareBuiltinFunctions\28SkSL::Program&\29::$_0&\29 -5856:bool\20set_point_length\28SkPoint*\2c\20float\2c\20float\2c\20float\2c\20float*\29 -5857:bool\20is_parallel\28SkDLine\20const&\2c\20SkTCurve\20const&\29 -5858:bool\20hb_vector_t::bfind\28hb_bit_set_t::page_map_t\20const&\2c\20unsigned\20int*\2c\20hb_not_found_t\2c\20unsigned\20int\29\20const -5859:bool\20hb_sanitize_context_t::check_array\28OT::Index\20const*\2c\20unsigned\20int\29\20const -5860:bool\20hb_sanitize_context_t::check_array\28AAT::Feature\20const*\2c\20unsigned\20int\29\20const -5861:bool\20hb_sanitize_context_t::check_array>\28AAT::Entry\20const*\2c\20unsigned\20int\29\20const -5862:bool\20apply_string\28OT::hb_ot_apply_context_t*\2c\20GSUBProxy::Lookup\20const&\2c\20OT::hb_ot_layout_lookup_accelerator_t\20const&\29 -5863:bool\20OT::hb_accelerate_subtables_context_t::apply_cached_to>\28void\20const*\2c\20OT::hb_ot_apply_context_t*\29 -5864:bool\20OT::hb_accelerate_subtables_context_t::apply_cached_to>\28void\20const*\2c\20OT::hb_ot_apply_context_t*\29 -5865:bool\20OT::hb_accelerate_subtables_context_t::apply_cached_to\28void\20const*\2c\20OT::hb_ot_apply_context_t*\29 -5866:bool\20OT::hb_accelerate_subtables_context_t::apply_cached_to>\28void\20const*\2c\20OT::hb_ot_apply_context_t*\29 -5867:bool\20OT::hb_accelerate_subtables_context_t::apply_cached_to>\28void\20const*\2c\20OT::hb_ot_apply_context_t*\29 -5868:bool\20OT::hb_accelerate_subtables_context_t::apply_cached_to\28void\20const*\2c\20OT::hb_ot_apply_context_t*\29 -5869:bool\20OT::hb_accelerate_subtables_context_t::apply_cached_to\28void\20const*\2c\20OT::hb_ot_apply_context_t*\29 -5870:bool\20OT::hb_accelerate_subtables_context_t::apply_cached_to>\28void\20const*\2c\20OT::hb_ot_apply_context_t*\29 -5871:bool\20OT::hb_accelerate_subtables_context_t::apply_cached_to>\28void\20const*\2c\20OT::hb_ot_apply_context_t*\29 -5872:bool\20OT::hb_accelerate_subtables_context_t::apply_cached_to>\28void\20const*\2c\20OT::hb_ot_apply_context_t*\29 -5873:bool\20OT::hb_accelerate_subtables_context_t::apply_cached_to\28void\20const*\2c\20OT::hb_ot_apply_context_t*\29 -5874:bool\20OT::hb_accelerate_subtables_context_t::apply_cached_to\28void\20const*\2c\20OT::hb_ot_apply_context_t*\29 -5875:bool\20OT::hb_accelerate_subtables_context_t::apply_cached_to>\28void\20const*\2c\20OT::hb_ot_apply_context_t*\29 -5876:bool\20OT::hb_accelerate_subtables_context_t::apply_cached_to\28void\20const*\2c\20OT::hb_ot_apply_context_t*\29 -5877:bool\20OT::hb_accelerate_subtables_context_t::apply_cached_to>\28void\20const*\2c\20OT::hb_ot_apply_context_t*\29 -5878:bool\20OT::cmap::accelerator_t::get_glyph_from_ascii\28void\20const*\2c\20unsigned\20int\2c\20unsigned\20int*\29 -5879:bool\20OT::TupleValues::decompile\28OT::IntType\20const*&\2c\20hb_vector_t&\2c\20OT::IntType\20const*\2c\20bool\29 -5880:bool\20OT::Paint::sanitize<>\28hb_sanitize_context_t*\29\20const -5881:bool\20OT::OffsetTo\2c\20OT::IntType\2c\20void\2c\20true>::sanitize<>\28hb_sanitize_context_t*\2c\20void\20const*\29\20const -5882:bool\20OT::OffsetTo\2c\20void\2c\20true>::sanitize<>\28hb_sanitize_context_t*\2c\20void\20const*\29\20const -5883:bool\20OT::OffsetTo\2c\20OT::IntType\2c\20void\2c\20true>::sanitize<>\28hb_sanitize_context_t*\2c\20void\20const*\29\20const -5884:bool\20OT::OffsetTo\2c\20void\2c\20true>::sanitize<>\28hb_sanitize_context_t*\2c\20void\20const*\29\20const -5885:bool\20OT::OffsetTo\2c\20void\2c\20true>::sanitize\28hb_sanitize_context_t*\2c\20void\20const*\2c\20unsigned\20int&&\29\20const -5886:bool\20OT::OffsetTo\2c\20void\2c\20true>::serialize_serialize\2c\20hb_array_t>\2c\20$_8\20const&\2c\20\28hb_function_sortedness_t\291\2c\20\28void*\290>&>\28hb_serialize_context_t*\2c\20hb_map_iter_t\2c\20hb_array_t>\2c\20$_8\20const&\2c\20\28hb_function_sortedness_t\291\2c\20\28void*\290>&\29 -5887:bool\20OT::OffsetTo\2c\20void\2c\20true>::sanitize<>\28hb_sanitize_context_t*\2c\20void\20const*\29\20const -5888:bool\20OT::OffsetTo\2c\20void\2c\20true>::sanitize\28hb_sanitize_context_t*\2c\20void\20const*\2c\20unsigned\20int&&\29\20const -5889:bool\20OT::OffsetTo\2c\20OT::IntType\2c\20void\2c\20true>::sanitize<>\28hb_sanitize_context_t*\2c\20void\20const*\29\20const -5890:bool\20OT::OffsetTo\2c\20void\2c\20true>::sanitize\28hb_sanitize_context_t*\2c\20void\20const*\2c\20AAT::trak\20const*&&\29\20const -5891:bool\20OT::OffsetTo>\2c\20OT::IntType\2c\20void\2c\20false>::sanitize<>\28hb_sanitize_context_t*\2c\20void\20const*\29\20const -5892:bool\20OT::GSUBGPOS::sanitize\28hb_sanitize_context_t*\29\20const -5893:bool\20OT::GSUBGPOS::sanitize\28hb_sanitize_context_t*\29\20const -5894:bool\20GrTTopoSort_Visit\28GrRenderTask*\2c\20unsigned\20int*\29 -5895:blur_column\28void\20\28*\29\28unsigned\20char*\2c\20unsigned\20char\20const*\2c\20int\29\2c\20skvx::Vec<8\2c\20unsigned\20short>\20\28*\29\28skvx::Vec<8\2c\20unsigned\20short>\20const&\2c\20skvx::Vec<8\2c\20unsigned\20short>\20const&\2c\20skvx::Vec<8\2c\20unsigned\20short>\20const&\2c\20skvx::Vec<8\2c\20unsigned\20short>\20const&\2c\20skvx::Vec<8\2c\20unsigned\20short>\20const&\2c\20skvx::Vec<8\2c\20unsigned\20short>\20const&\2c\20skvx::Vec<8\2c\20unsigned\20short>*\2c\20skvx::Vec<8\2c\20unsigned\20short>*\2c\20skvx::Vec<8\2c\20unsigned\20short>*\2c\20skvx::Vec<8\2c\20unsigned\20short>*\2c\20skvx::Vec<8\2c\20unsigned\20short>*\2c\20skvx::Vec<8\2c\20unsigned\20short>*\2c\20skvx::Vec<8\2c\20unsigned\20short>*\2c\20skvx::Vec<8\2c\20unsigned\20short>*\29\2c\20int\2c\20int\2c\20skvx::Vec<8\2c\20unsigned\20short>\20const&\2c\20skvx::Vec<8\2c\20unsigned\20short>\20const&\2c\20skvx::Vec<8\2c\20unsigned\20short>\20const&\2c\20skvx::Vec<8\2c\20unsigned\20short>\20const&\2c\20skvx::Vec<8\2c\20unsigned\20short>\20const&\2c\20unsigned\20char\20const*\2c\20unsigned\20long\2c\20int\2c\20unsigned\20char*\2c\20unsigned\20long\29 -5896:blit_two_alphas\28AdditiveBlitter*\2c\20int\2c\20int\2c\20unsigned\20char\2c\20unsigned\20char\2c\20unsigned\20char\2c\20unsigned\20char*\2c\20bool\29 -5897:blit_full_alpha\28AdditiveBlitter*\2c\20int\2c\20int\2c\20int\2c\20unsigned\20char\2c\20unsigned\20char*\2c\20bool\29 -5898:blender_requires_shader\28SkBlender\20const*\29 -5899:bits_to_runs\28SkBlitter*\2c\20int\2c\20int\2c\20unsigned\20char\20const*\2c\20unsigned\20char\2c\20long\2c\20unsigned\20char\29 -5900:between_closed\28double\2c\20double\2c\20double\2c\20double\2c\20bool\29 -5901:barycentric_coords\28float\2c\20float\2c\20float\2c\20float\2c\20float\2c\20float\2c\20skvx::Vec<4\2c\20float>\20const&\2c\20skvx::Vec<4\2c\20float>\20const&\2c\20skvx::Vec<4\2c\20float>*\2c\20skvx::Vec<4\2c\20float>*\2c\20skvx::Vec<4\2c\20float>*\29 -5902:auto&&\20std::__2::__generic_get\5babi:ne180100\5d<0ul\2c\20std::__2::variant\20const&>\28std::__2::variant\20const&\29 -5903:atanf -5904:are_radius_check_predicates_valid\28float\2c\20float\2c\20float\29 -5905:arabic_fallback_plan_destroy\28arabic_fallback_plan_t*\29 -5906:apply_forward\28OT::hb_ot_apply_context_t*\2c\20OT::hb_ot_layout_lookup_accelerator_t\20const&\2c\20unsigned\20int\29 -5907:apply_fill_type\28SkPathFillType\2c\20int\29 -5908:apply_fill_type\28SkPathFillType\2c\20GrTriangulator::Poly*\29 -5909:apply_alpha_and_colorfilter\28skif::Context\20const&\2c\20skif::FilterResult\20const&\2c\20SkPaint\20const&\29 -5910:append_texture_swizzle\28SkString*\2c\20skgpu::Swizzle\29 -5911:append_multitexture_lookup\28GrGeometryProcessor::ProgramImpl::EmitArgs&\2c\20int\2c\20GrGLSLVarying\20const&\2c\20char\20const*\2c\20char\20const*\29 -5912:append_color_output\28PorterDuffXferProcessor\20const&\2c\20GrGLSLXPFragmentBuilder*\2c\20skgpu::BlendFormula::OutputType\2c\20char\20const*\2c\20char\20const*\2c\20char\20const*\29 -5913:antifilldot8\28int\2c\20int\2c\20int\2c\20int\2c\20SkBlitter*\2c\20bool\29 -5914:animatedImage_decodeNextFrame -5915:analysis_properties\28GrProcessorAnalysisColor\20const&\2c\20GrProcessorAnalysisCoverage\20const&\2c\20GrCaps\20const&\2c\20GrClampType\2c\20SkBlendMode\29 -5916:afm_stream_skip_spaces -5917:afm_stream_read_string -5918:afm_stream_read_one -5919:af_sort_and_quantize_widths -5920:af_shaper_get_elem -5921:af_loader_compute_darkening -5922:af_latin_metrics_scale_dim -5923:af_latin_hints_detect_features -5924:af_hint_normal_stem -5925:af_glyph_hints_align_weak_points -5926:af_glyph_hints_align_strong_points -5927:af_face_globals_new -5928:af_cjk_metrics_scale_dim -5929:af_cjk_metrics_scale -5930:af_cjk_metrics_init_widths -5931:af_cjk_metrics_check_digits -5932:af_cjk_hints_init -5933:af_cjk_hints_detect_features -5934:af_cjk_hints_compute_blue_edges -5935:af_cjk_hints_apply -5936:af_cjk_get_standard_widths -5937:af_cjk_compute_stem_width -5938:af_axis_hints_new_edge -5939:adjust_mipmapped\28skgpu::Mipmapped\2c\20SkBitmap\20const&\2c\20GrCaps\20const*\29 -5940:add_line\28SkPoint\20const*\2c\20skia_private::TArray*\29 -5941:a_ctz_32 -5942:_pow10\28unsigned\20int\29 -5943:_hb_preprocess_text_vowel_constraints\28hb_ot_shape_plan_t\20const*\2c\20hb_buffer_t*\2c\20hb_font_t*\29 -5944:_hb_ot_shape -5945:_hb_options_init\28\29 -5946:_hb_font_create\28hb_face_t*\29 -5947:_hb_fallback_shape -5948:_glyf_get_advance_with_var_unscaled\28hb_font_t*\2c\20unsigned\20int\2c\20bool\29 -5949:_emscripten_timeout -5950:__wasm_init_tls -5951:__vfprintf_internal -5952:__trunctfsf2 -5953:__tan -5954:__strftime_l -5955:__rem_pio2_large -5956:__nl_langinfo_l -5957:__math_xflowf -5958:__math_uflowf -5959:__math_oflowf -5960:__math_invalidf -5961:__loc_is_allocated -5962:__getf2 -5963:__get_locale -5964:__ftello_unlocked -5965:__floatscan -5966:__expo2 -5967:__divtf3 -5968:__cxxabiv1::__base_class_type_info::has_unambiguous_public_base\28__cxxabiv1::__dynamic_cast_info*\2c\20void*\2c\20int\29\20const -5969:__cxxabiv1::\28anonymous\20namespace\29::GuardObject<__cxxabiv1::\28anonymous\20namespace\29::InitByteGlobalMutex<__cxxabiv1::\28anonymous\20namespace\29::LibcppMutex\2c\20__cxxabiv1::\28anonymous\20namespace\29::LibcppCondVar\2c\20__cxxabiv1::\28anonymous\20namespace\29::GlobalStatic<__cxxabiv1::\28anonymous\20namespace\29::LibcppMutex>::instance\2c\20__cxxabiv1::\28anonymous\20namespace\29::GlobalStatic<__cxxabiv1::\28anonymous\20namespace\29::LibcppCondVar>::instance\2c\20\28unsigned\20int\20\28*\29\28\29\290>>::GuardObject\28unsigned\20int*\29 -5970:_ZZN19GrGeometryProcessor11ProgramImpl17collectTransformsEP19GrGLSLVertexBuilderP20GrGLSLVaryingHandlerP20GrGLSLUniformHandler12GrShaderTypeRK11GrShaderVarSA_RK10GrPipelineEN3$_0clISE_EEvRT_RK19GrFragmentProcessorbPSJ_iNS0_9BaseCoordE -5971:_ZZN18GrGLProgramBuilder23computeCountsAndStridesEjRK19GrGeometryProcessorbENK3$_0clINS0_9AttributeEEEDaiRKT_ -5972:\28anonymous\20namespace\29::texture_color\28SkRGBA4f<\28SkAlphaType\293>\2c\20float\2c\20GrColorType\2c\20GrColorInfo\20const&\29 -5973:\28anonymous\20namespace\29::supported_aa\28skgpu::ganesh::SurfaceDrawContext*\2c\20GrAA\29 -5974:\28anonymous\20namespace\29::set_uv_quad\28SkPoint\20const*\2c\20\28anonymous\20namespace\29::BezierVertex*\29 -5975:\28anonymous\20namespace\29::safe_to_ignore_subset_rect\28GrAAType\2c\20SkFilterMode\2c\20DrawQuad\20const&\2c\20SkRect\20const&\29 -5976:\28anonymous\20namespace\29::rrect_type_to_vert_count\28\28anonymous\20namespace\29::RRectType\29 -5977:\28anonymous\20namespace\29::proxy_normalization_params\28GrSurfaceProxy\20const*\2c\20GrSurfaceOrigin\29 -5978:\28anonymous\20namespace\29::normalize_src_quad\28\28anonymous\20namespace\29::NormalizationParams\20const&\2c\20GrQuad*\29 -5979:\28anonymous\20namespace\29::normalize_and_inset_subset\28SkFilterMode\2c\20\28anonymous\20namespace\29::NormalizationParams\20const&\2c\20SkRect\20const*\29 -5980:\28anonymous\20namespace\29::next_gen_id\28\29 -5981:\28anonymous\20namespace\29::morphology_pass\28skif::Context\20const&\2c\20skif::FilterResult\20const&\2c\20\28anonymous\20namespace\29::MorphType\2c\20\28anonymous\20namespace\29::MorphDirection\2c\20int\29 -5982:\28anonymous\20namespace\29::make_non_convex_fill_op\28GrRecordingContext*\2c\20SkArenaAlloc*\2c\20skgpu::ganesh::FillPathFlags\2c\20GrAAType\2c\20SkRect\20const&\2c\20SkIRect\20const&\2c\20SkMatrix\20const&\2c\20SkPath\20const&\2c\20GrPaint&&\29 -5983:\28anonymous\20namespace\29::is_visible\28SkRect\20const&\2c\20SkIRect\20const&\29 -5984:\28anonymous\20namespace\29::is_degen_quad_or_conic\28SkPoint\20const*\2c\20float*\29 -5985:\28anonymous\20namespace\29::init_vertices_paint\28skgpu::ganesh::SurfaceDrawContext*\2c\20SkPaint\20const&\2c\20SkMatrix\20const&\2c\20SkBlender*\2c\20bool\2c\20GrPaint*\29 -5986:\28anonymous\20namespace\29::get_hbFace_cache\28\29 -5987:\28anonymous\20namespace\29::gather_lines_and_quads\28SkPath\20const&\2c\20SkMatrix\20const&\2c\20SkIRect\20const&\2c\20float\2c\20bool\2c\20skia_private::TArray*\2c\20skia_private::TArray*\2c\20skia_private::TArray*\2c\20skia_private::TArray*\2c\20skia_private::TArray*\29::$_2::operator\28\29\28SkPoint\20const*\2c\20SkPoint\20const*\2c\20bool\29\20const -5988:\28anonymous\20namespace\29::draw_to_sw_mask\28GrSWMaskHelper*\2c\20skgpu::ganesh::ClipStack::Element\20const&\2c\20bool\29 -5989:\28anonymous\20namespace\29::draw_tiled_image\28SkCanvas*\2c\20std::__2::function\20\28SkIRect\29>\2c\20SkISize\2c\20int\2c\20SkMatrix\20const&\2c\20SkRect\20const&\2c\20SkIRect\20const&\2c\20SkPaint\20const*\2c\20SkCanvas::QuadAAFlags\2c\20SkCanvas::SrcRectConstraint\2c\20SkSamplingOptions\29 -5990:\28anonymous\20namespace\29::draw_path\28GrRecordingContext*\2c\20skgpu::ganesh::SurfaceDrawContext*\2c\20skgpu::ganesh::PathRenderer*\2c\20GrHardClip\20const&\2c\20SkIRect\20const&\2c\20GrUserStencilSettings\20const*\2c\20SkMatrix\20const&\2c\20GrStyledShape\20const&\2c\20GrAA\29 -5991:\28anonymous\20namespace\29::determine_clipped_src_rect\28SkIRect\2c\20SkMatrix\20const&\2c\20SkMatrix\20const&\2c\20SkISize\20const&\2c\20SkRect\20const*\29 -5992:\28anonymous\20namespace\29::create_data\28int\2c\20bool\2c\20float\29 -5993:\28anonymous\20namespace\29::copyFTBitmap\28FT_Bitmap_\20const&\2c\20SkMaskBuilder*\29 -5994:\28anonymous\20namespace\29::contains_scissor\28GrScissorState\20const&\2c\20GrScissorState\20const&\29 -5995:\28anonymous\20namespace\29::colrv1_start_glyph_bounds\28SkMatrix*\2c\20SkRect*\2c\20FT_FaceRec_*\2c\20unsigned\20short\2c\20FT_Color_Root_Transform_\2c\20skia_private::THashSet*\29 -5996:\28anonymous\20namespace\29::colrv1_start_glyph\28SkCanvas*\2c\20SkSpan\20const&\2c\20unsigned\20int\2c\20FT_FaceRec_*\2c\20unsigned\20short\2c\20FT_Color_Root_Transform_\2c\20skia_private::THashSet*\29 -5997:\28anonymous\20namespace\29::colrv1_draw_paint\28SkCanvas*\2c\20SkSpan\20const&\2c\20unsigned\20int\2c\20FT_FaceRec_*\2c\20FT_COLR_Paint_\20const&\29 -5998:\28anonymous\20namespace\29::colrv1_configure_skpaint\28FT_FaceRec_*\2c\20SkSpan\20const&\2c\20unsigned\20int\2c\20FT_COLR_Paint_\20const&\2c\20SkPaint*\29 -5999:\28anonymous\20namespace\29::can_use_draw_texture\28SkPaint\20const&\2c\20SkSamplingOptions\20const&\29 -6000:\28anonymous\20namespace\29::axis_aligned_quad_size\28GrQuad\20const&\29 -6001:\28anonymous\20namespace\29::YUVPlanesRec::~YUVPlanesRec\28\29 -6002:\28anonymous\20namespace\29::YUVPlanesKey::YUVPlanesKey\28unsigned\20int\29 -6003:\28anonymous\20namespace\29::UniqueKeyInvalidator::~UniqueKeyInvalidator\28\29 -6004:\28anonymous\20namespace\29::TriangulatingPathOp::~TriangulatingPathOp\28\29 -6005:\28anonymous\20namespace\29::TriangulatingPathOp::TriangulatingPathOp\28GrProcessorSet*\2c\20SkRGBA4f<\28SkAlphaType\292>\20const&\2c\20GrStyledShape\20const&\2c\20SkMatrix\20const&\2c\20SkIRect\20const&\2c\20GrAAType\2c\20GrUserStencilSettings\20const*\29 -6006:\28anonymous\20namespace\29::TriangulatingPathOp::Triangulate\28GrEagerVertexAllocator*\2c\20SkMatrix\20const&\2c\20GrStyledShape\20const&\2c\20SkIRect\20const&\2c\20float\2c\20bool*\29 -6007:\28anonymous\20namespace\29::TriangulatingPathOp::CreateKey\28skgpu::UniqueKey*\2c\20GrStyledShape\20const&\2c\20SkIRect\20const&\29 -6008:\28anonymous\20namespace\29::TransformedMaskSubRun::glyphParams\28\29\20const -6009:\28anonymous\20namespace\29::TransformedMaskSubRun::draw\28SkCanvas*\2c\20SkPoint\2c\20SkPaint\20const&\2c\20sk_sp\2c\20std::__2::function\2c\20sktext::gpu::RendererData\29>\20const&\29\20const -6010:\28anonymous\20namespace\29::TransformedMaskSubRun::deviceRectAndNeedsTransform\28SkMatrix\20const&\29\20const -6011:\28anonymous\20namespace\29::TextureOpImpl::~TextureOpImpl\28\29 -6012:\28anonymous\20namespace\29::TextureOpImpl::propagateCoverageAAThroughoutChain\28\29 -6013:\28anonymous\20namespace\29::TextureOpImpl::numChainedQuads\28\29\20const -6014:\28anonymous\20namespace\29::TextureOpImpl::characterize\28\28anonymous\20namespace\29::TextureOpImpl::Desc*\29\20const -6015:\28anonymous\20namespace\29::TextureOpImpl::appendQuad\28DrawQuad*\2c\20SkRGBA4f<\28SkAlphaType\292>\20const&\2c\20SkRect\20const&\29 -6016:\28anonymous\20namespace\29::TextureOpImpl::Make\28GrRecordingContext*\2c\20GrTextureSetEntry*\2c\20int\2c\20int\2c\20SkFilterMode\2c\20SkMipmapMode\2c\20skgpu::ganesh::TextureOp::Saturate\2c\20GrAAType\2c\20SkCanvas::SrcRectConstraint\2c\20SkMatrix\20const&\2c\20sk_sp\29 -6017:\28anonymous\20namespace\29::TextureOpImpl::FillInVertices\28GrCaps\20const&\2c\20\28anonymous\20namespace\29::TextureOpImpl*\2c\20\28anonymous\20namespace\29::TextureOpImpl::Desc*\2c\20char*\29 -6018:\28anonymous\20namespace\29::TextureOpImpl::Desc::totalSizeInBytes\28\29\20const -6019:\28anonymous\20namespace\29::TextureOpImpl::Desc*\20SkArenaAlloc::make<\28anonymous\20namespace\29::TextureOpImpl::Desc>\28\29 -6020:\28anonymous\20namespace\29::TextureOpImpl::ClassID\28\29 -6021:\28anonymous\20namespace\29::SpotVerticesFactory::makeVertices\28SkPath\20const&\2c\20SkMatrix\20const&\2c\20SkPoint*\29\20const -6022:\28anonymous\20namespace\29::SkUnicodeHbScriptRunIterator::hb_script_for_unichar\28int\29 -6023:\28anonymous\20namespace\29::SkQuadCoeff::SkQuadCoeff\28SkPoint\20const*\29 -6024:\28anonymous\20namespace\29::SkMorphologyImageFilter::requiredInput\28skif::Mapping\20const&\2c\20skif::LayerSpace\29\20const -6025:\28anonymous\20namespace\29::SkMorphologyImageFilter::kernelOutputBounds\28skif::Mapping\20const&\2c\20skif::LayerSpace\29\20const -6026:\28anonymous\20namespace\29::SkMatrixTransformImageFilter::requiredInput\28skif::Mapping\20const&\2c\20skif::LayerSpace\20const&\29\20const -6027:\28anonymous\20namespace\29::SkEmptyTypeface::onMakeClone\28SkFontArguments\20const&\29\20const -6028:\28anonymous\20namespace\29::SkCropImageFilter::requiredInput\28skif::Mapping\20const&\2c\20skif::LayerSpace\20const&\29\20const -6029:\28anonymous\20namespace\29::SkConicCoeff::SkConicCoeff\28SkConic\20const&\29 -6030:\28anonymous\20namespace\29::SkColorFilterImageFilter::~SkColorFilterImageFilter\28\29 -6031:\28anonymous\20namespace\29::SkBlurImageFilter::mapSigma\28skif::Mapping\20const&\29\20const -6032:\28anonymous\20namespace\29::SkBlendImageFilter::~SkBlendImageFilter\28\29 -6033:\28anonymous\20namespace\29::SkBidiIterator_icu::~SkBidiIterator_icu\28\29 -6034:\28anonymous\20namespace\29::ShaperHarfBuzz::~ShaperHarfBuzz\28\29 -6035:\28anonymous\20namespace\29::ShadowedPath::keyBytes\28\29\20const -6036:\28anonymous\20namespace\29::ShadowInvalidator::~ShadowInvalidator\28\29 -6037:\28anonymous\20namespace\29::ShadowCircularRRectOp::~ShadowCircularRRectOp\28\29 -6038:\28anonymous\20namespace\29::RectsBlurRec::~RectsBlurRec\28\29 -6039:\28anonymous\20namespace\29::RectsBlurKey::RectsBlurKey\28float\2c\20SkBlurStyle\2c\20SkSpan\29 -6040:\28anonymous\20namespace\29::RasterA8BlurAlgorithm::maxSigma\28\29\20const -6041:\28anonymous\20namespace\29::RasterA8BlurAlgorithm::blur\28SkSize\2c\20sk_sp\2c\20SkIRect\20const&\2c\20SkTileMode\2c\20SkIRect\20const&\29\20const::'lambda'\28float\29::operator\28\29\28float\29\20const -6042:\28anonymous\20namespace\29::Raster8888BlurAlgorithm::blur\28SkSize\2c\20sk_sp\2c\20SkIRect\20const&\2c\20SkTileMode\2c\20SkIRect\20const&\29\20const::'lambda'\28float\29::operator\28\29\28float\29\20const -6043:\28anonymous\20namespace\29::RRectBlurRec::~RRectBlurRec\28\29 -6044:\28anonymous\20namespace\29::RRectBlurKey::RRectBlurKey\28float\2c\20SkRRect\20const&\2c\20SkBlurStyle\29 -6045:\28anonymous\20namespace\29::PlanGauss::PlanGauss\28double\29 -6046:\28anonymous\20namespace\29::PathSubRun::~PathSubRun\28\29 -6047:\28anonymous\20namespace\29::PathOpSubmitter::~PathOpSubmitter\28\29 -6048:\28anonymous\20namespace\29::PathGeoBuilder::createMeshAndPutBackReserve\28\29 -6049:\28anonymous\20namespace\29::PathGeoBuilder::allocNewBuffers\28\29 -6050:\28anonymous\20namespace\29::PathGeoBuilder::addQuad\28SkPoint\20const*\2c\20float\2c\20float\29 -6051:\28anonymous\20namespace\29::MipMapRec::~MipMapRec\28\29 -6052:\28anonymous\20namespace\29::MipMapKey::MipMapKey\28SkBitmapCacheDesc\20const&\29 -6053:\28anonymous\20namespace\29::MipLevelHelper::allocAndInit\28SkArenaAlloc*\2c\20SkSamplingOptions\20const&\2c\20SkTileMode\2c\20SkTileMode\29 -6054:\28anonymous\20namespace\29::MipLevelHelper::MipLevelHelper\28\29 -6055:\28anonymous\20namespace\29::MiddleOutShader::~MiddleOutShader\28\29 -6056:\28anonymous\20namespace\29::MeshOp::~MeshOp\28\29 -6057:\28anonymous\20namespace\29::MeshOp::MeshOp\28GrProcessorSet*\2c\20SkRGBA4f<\28SkAlphaType\292>\20const&\2c\20sk_sp\2c\20GrPrimitiveType\20const*\2c\20GrAAType\2c\20sk_sp\2c\20SkMatrix\20const&\29 -6058:\28anonymous\20namespace\29::MeshOp::MeshOp\28GrProcessorSet*\2c\20SkRGBA4f<\28SkAlphaType\292>\20const&\2c\20SkMesh\20const&\2c\20skia_private::TArray>\2c\20true>\2c\20GrAAType\2c\20sk_sp\2c\20SkMatrix\20const&\29 -6059:\28anonymous\20namespace\29::MeshOp::Mesh::indices\28\29\20const -6060:\28anonymous\20namespace\29::MeshOp::Mesh::Mesh\28SkMesh\20const&\29 -6061:\28anonymous\20namespace\29::MeshOp::ClassID\28\29 -6062:\28anonymous\20namespace\29::MeshGP::~MeshGP\28\29 -6063:\28anonymous\20namespace\29::MeshGP::Impl::~Impl\28\29 -6064:\28anonymous\20namespace\29::MeshGP::Impl::MeshCallbacks::defineStruct\28char\20const*\29 -6065:\28anonymous\20namespace\29::Iter::next\28\29 -6066:\28anonymous\20namespace\29::FillRectOpImpl::~FillRectOpImpl\28\29 -6067:\28anonymous\20namespace\29::FillRectOpImpl::tessellate\28skgpu::ganesh::QuadPerEdgeAA::VertexSpec\20const&\2c\20char*\29\20const -6068:\28anonymous\20namespace\29::FillRectOpImpl::FillRectOpImpl\28GrProcessorSet*\2c\20SkRGBA4f<\28SkAlphaType\292>\2c\20GrAAType\2c\20DrawQuad*\2c\20GrUserStencilSettings\20const*\2c\20GrSimpleMeshDrawOpHelper::InputFlags\29 -6069:\28anonymous\20namespace\29::ExternalWebGLTexture::~ExternalWebGLTexture\28\29 -6070:\28anonymous\20namespace\29::EllipticalRRectEffect::onIsEqual\28GrFragmentProcessor\20const&\29\20const -6071:\28anonymous\20namespace\29::DrawableSubRun::~DrawableSubRun\28\29 -6072:\28anonymous\20namespace\29::DrawAtlasPathShader::~DrawAtlasPathShader\28\29 -6073:\28anonymous\20namespace\29::DrawAtlasOpImpl::~DrawAtlasOpImpl\28\29 -6074:\28anonymous\20namespace\29::DrawAtlasOpImpl::DrawAtlasOpImpl\28GrProcessorSet*\2c\20SkRGBA4f<\28SkAlphaType\292>\20const&\2c\20SkMatrix\20const&\2c\20GrAAType\2c\20int\2c\20SkRSXform\20const*\2c\20SkRect\20const*\2c\20unsigned\20int\20const*\29 -6075:\28anonymous\20namespace\29::DefaultPathOp::~DefaultPathOp\28\29 -6076:\28anonymous\20namespace\29::DefaultPathOp::programInfo\28\29 -6077:\28anonymous\20namespace\29::DefaultPathOp::primType\28\29\20const -6078:\28anonymous\20namespace\29::DefaultPathOp::PathData::PathData\28\28anonymous\20namespace\29::DefaultPathOp::PathData&&\29 -6079:\28anonymous\20namespace\29::DefaultPathOp::Make\28GrRecordingContext*\2c\20GrPaint&&\2c\20SkPath\20const&\2c\20float\2c\20unsigned\20char\2c\20SkMatrix\20const&\2c\20bool\2c\20GrAAType\2c\20SkRect\20const&\2c\20GrUserStencilSettings\20const*\29 -6080:\28anonymous\20namespace\29::DefaultPathOp::DefaultPathOp\28GrProcessorSet*\2c\20SkRGBA4f<\28SkAlphaType\292>\20const&\2c\20SkPath\20const&\2c\20float\2c\20unsigned\20char\2c\20SkMatrix\20const&\2c\20bool\2c\20GrAAType\2c\20SkRect\20const&\2c\20GrUserStencilSettings\20const*\29 -6081:\28anonymous\20namespace\29::ClipGeometry\20\28anonymous\20namespace\29::get_clip_geometry\28skgpu::ganesh::ClipStack::SaveRecord\20const&\2c\20skgpu::ganesh::ClipStack::Draw\20const&\29 -6082:\28anonymous\20namespace\29::CircularRRectEffect::Make\28std::__2::unique_ptr>\2c\20GrClipEdgeType\2c\20unsigned\20int\2c\20SkRRect\20const&\29 -6083:\28anonymous\20namespace\29::CachedTessellationsRec::~CachedTessellationsRec\28\29 -6084:\28anonymous\20namespace\29::CachedTessellationsRec::CachedTessellationsRec\28SkResourceCache::Key\20const&\2c\20sk_sp<\28anonymous\20namespace\29::CachedTessellations>\29 -6085:\28anonymous\20namespace\29::CachedTessellations::~CachedTessellations\28\29 -6086:\28anonymous\20namespace\29::CachedTessellations::CachedTessellations\28\29 -6087:\28anonymous\20namespace\29::CacheImpl::~CacheImpl\28\29 -6088:\28anonymous\20namespace\29::BitmapKey::BitmapKey\28SkBitmapCacheDesc\20const&\29 -6089:\28anonymous\20namespace\29::AmbientVerticesFactory::makeVertices\28SkPath\20const&\2c\20SkMatrix\20const&\2c\20SkPoint*\29\20const -6090:\28anonymous\20namespace\29::AAHairlineOp::~AAHairlineOp\28\29 -6091:\28anonymous\20namespace\29::AAHairlineOp::PathData::PathData\28\28anonymous\20namespace\29::AAHairlineOp::PathData&&\29 -6092:\28anonymous\20namespace\29::AAHairlineOp::AAHairlineOp\28GrProcessorSet*\2c\20SkRGBA4f<\28SkAlphaType\292>\20const&\2c\20unsigned\20char\2c\20SkMatrix\20const&\2c\20SkPath\20const&\2c\20SkIRect\2c\20float\2c\20GrUserStencilSettings\20const*\29 -6093:ToUpperCase -6094:TextureSourceImageGenerator::~TextureSourceImageGenerator\28\29 -6095:TT_Set_Named_Instance -6096:TT_Save_Context -6097:TT_Hint_Glyph -6098:TT_DotFix14 -6099:TT_Done_Context -6100:StringBuffer\20apply_format_string<1024>\28char\20const*\2c\20void*\2c\20char\20\28&\29\20\5b1024\5d\2c\20SkString*\29 -6101:SortContourList\28SkOpContourHead**\2c\20bool\2c\20bool\29 -6102:Skwasm::Surface::_resizeCanvasToFit\28int\2c\20int\29 -6103:Skwasm::Surface::_init\28\29 -6104:SkWriter32::writeString\28char\20const*\2c\20unsigned\20long\29 -6105:SkWriter32::writePoint3\28SkPoint3\20const&\29 -6106:SkWStream::writeScalarAsText\28float\29 -6107:SkWBuffer::padToAlign4\28\29 -6108:SkVertices::getSizes\28\29\20const -6109:SkVertices::Builder::init\28SkVertices::Desc\20const&\29 -6110:SkVertices::Builder::Builder\28SkVertices::VertexMode\2c\20int\2c\20int\2c\20unsigned\20int\29 -6111:SkUnicode_client::~SkUnicode_client\28\29 -6112:SkUnicode::convertUtf16ToUtf8\28std::__2::basic_string\2c\20std::__2::allocator>\20const&\29 -6113:SkUnicode::BidiRegion&\20std::__2::vector>::emplace_back\28unsigned\20long&\2c\20unsigned\20long&\2c\20unsigned\20char&\29 -6114:SkUTF::UTF16ToUTF8\28char*\2c\20int\2c\20unsigned\20short\20const*\2c\20unsigned\20long\29 -6115:SkUTF::ToUTF8\28int\2c\20char*\29 -6116:SkTypeface_FreeTypeStream::~SkTypeface_FreeTypeStream\28\29 -6117:SkTypeface_FreeTypeStream::SkTypeface_FreeTypeStream\28std::__2::unique_ptr>\2c\20SkString\2c\20SkFontStyle\20const&\2c\20bool\29 -6118:SkTypeface_FreeType::getFaceRec\28\29\20const -6119:SkTypeface_FreeType::SkTypeface_FreeType\28SkFontStyle\20const&\2c\20bool\29 -6120:SkTypeface_FreeType::GetUnitsPerEm\28FT_FaceRec_*\29 -6121:SkTypeface_Custom::~SkTypeface_Custom\28\29 -6122:SkTypeface_Custom::onGetFamilyName\28SkString*\29\20const -6123:SkTypeface::onGetFixedPitch\28\29\20const -6124:SkTypeface::MakeEmpty\28\29 -6125:SkTreatAsSprite\28SkMatrix\20const&\2c\20SkISize\20const&\2c\20SkSamplingOptions\20const&\2c\20bool\29 -6126:SkTransformShader::update\28SkMatrix\20const&\29 -6127:SkTextBlobBuilder::updateDeferredBounds\28\29 -6128:SkTextBlobBuilder::reserve\28unsigned\20long\29 -6129:SkTextBlobBuilder::allocRunPos\28SkFont\20const&\2c\20int\2c\20SkRect\20const*\29 -6130:SkTextBlobBuilder::TightRunBounds\28SkTextBlob::RunRecord\20const&\29 -6131:SkTextBlob::getIntercepts\28float\20const*\2c\20float*\2c\20SkPaint\20const*\29\20const -6132:SkTaskGroup::add\28std::__2::function\29 -6133:SkTSpan::split\28SkTSpan*\2c\20SkArenaAlloc*\29 -6134:SkTSpan::splitAt\28SkTSpan*\2c\20double\2c\20SkArenaAlloc*\29 -6135:SkTSpan::linearIntersects\28SkTCurve\20const&\29\20const -6136:SkTSpan::hullCheck\28SkTSpan\20const*\2c\20bool*\2c\20bool*\29 -6137:SkTSpan::contains\28double\29\20const -6138:SkTSect::unlinkSpan\28SkTSpan*\29 -6139:SkTSect::removeAllBut\28SkTSpan\20const*\2c\20SkTSpan*\2c\20SkTSect*\29 -6140:SkTSect::recoverCollapsed\28\29 -6141:SkTSect::intersects\28SkTSpan*\2c\20SkTSect*\2c\20SkTSpan*\2c\20int*\29 -6142:SkTSect::coincidentHasT\28double\29 -6143:SkTSect::boundsMax\28\29 -6144:SkTSect::addSplitAt\28SkTSpan*\2c\20double\29 -6145:SkTSect::addForPerp\28SkTSpan*\2c\20double\29 -6146:SkTSect::EndsEqual\28SkTSect\20const*\2c\20SkTSect\20const*\2c\20SkIntersections*\29 -6147:SkTMultiMap::reset\28\29 -6148:SkTMaskGamma<3\2c\203\2c\203>::~SkTMaskGamma\28\29 -6149:SkTMaskGamma<3\2c\203\2c\203>::SkTMaskGamma\28float\2c\20float\29 -6150:SkTMaskGamma<3\2c\203\2c\203>::CanonicalColor\28unsigned\20int\29 -6151:SkTInternalLList::remove\28skgpu::ganesh::SmallPathShapeData*\29 -6152:SkTInternalLList<\28anonymous\20namespace\29::CacheImpl::Value>::remove\28\28anonymous\20namespace\29::CacheImpl::Value*\29 -6153:SkTInternalLList<\28anonymous\20namespace\29::CacheImpl::Value>::addToHead\28\28anonymous\20namespace\29::CacheImpl::Value*\29 -6154:SkTInternalLList::remove\28TriangulationVertex*\29 -6155:SkTInternalLList::addToTail\28TriangulationVertex*\29 -6156:SkTInternalLList::Entry>::addToHead\28SkLRUCache::Entry*\29 -6157:SkTInternalLList>\2c\20skia::textlayout::ParagraphCache::KeyHash\2c\20SkNoOpPurge>::Entry>::addToHead\28SkLRUCache>\2c\20skia::textlayout::ParagraphCache::KeyHash\2c\20SkNoOpPurge>::Entry*\29 -6158:SkTInternalLList>\2c\20GrGLGpu::ProgramCache::DescHash\2c\20SkNoOpPurge>::Entry>::addToHead\28SkLRUCache>\2c\20GrGLGpu::ProgramCache::DescHash\2c\20SkNoOpPurge>::Entry*\29 -6159:SkTDynamicHash<\28anonymous\20namespace\29::CacheImpl::Value\2c\20SkImageFilterCacheKey\2c\20\28anonymous\20namespace\29::CacheImpl::Value>::find\28SkImageFilterCacheKey\20const&\29\20const -6160:SkTDStorage::SkTDStorage\28SkTDStorage&&\29 -6161:SkTDPQueue<\28anonymous\20namespace\29::RunIteratorQueue::Entry\2c\20&\28anonymous\20namespace\29::RunIteratorQueue::CompareEntry\28\28anonymous\20namespace\29::RunIteratorQueue::Entry\20const&\2c\20\28anonymous\20namespace\29::RunIteratorQueue::Entry\20const&\29\2c\20\28int*\20\28*\29\28\28anonymous\20namespace\29::RunIteratorQueue::Entry\20const&\29\290>::insert\28\28anonymous\20namespace\29::RunIteratorQueue::Entry\29 -6162:SkTDPQueue::remove\28GrGpuResource*\29 -6163:SkTDPQueue::percolateUpIfNecessary\28int\29 -6164:SkTDPQueue::percolateDownIfNecessary\28int\29 -6165:SkTDPQueue::insert\28GrGpuResource*\29 -6166:SkTDArray::append\28int\29 -6167:SkTDArray::append\28int\29 -6168:SkTDArray::push_back\28SkRecords::FillBounds::SaveBounds\20const&\29 -6169:SkTDArray::push_back\28SkOpPtT\20const*\20const&\29 -6170:SkTCubic::hullIntersects\28SkDQuad\20const&\2c\20bool*\29\20const -6171:SkTCopyOnFirstWrite::writable\28\29 -6172:SkTCopyOnFirstWrite::writable\28\29 -6173:SkTConic::otherPts\28int\2c\20SkDPoint\20const**\29\20const -6174:SkTConic::hullIntersects\28SkDCubic\20const&\2c\20bool*\29\20const -6175:SkTConic::controlsInside\28\29\20const -6176:SkTConic::collapsed\28\29\20const -6177:SkTBlockList::pushItem\28\29 -6178:SkTBlockList::pop_back\28\29 -6179:SkTBlockList::push_back\28skgpu::ganesh::ClipStack::RawElement&&\29 -6180:SkTBlockList::pushItem\28\29 -6181:SkTBlockList::~SkTBlockList\28\29 -6182:SkTBlockList::push_back\28GrGLProgramDataManager::GLUniformInfo\20const&\29 -6183:SkTBlockList::item\28int\29 -6184:SkSynchronizedResourceCache::~SkSynchronizedResourceCache\28\29 -6185:SkSurfaces::RenderTarget\28GrRecordingContext*\2c\20skgpu::Budgeted\2c\20SkImageInfo\20const&\29 -6186:SkSurface_Raster::~SkSurface_Raster\28\29 -6187:SkSurface_Raster::SkSurface_Raster\28skcpu::RecorderImpl*\2c\20SkImageInfo\20const&\2c\20sk_sp\2c\20SkSurfaceProps\20const*\29 -6188:SkSurface_Ganesh::~SkSurface_Ganesh\28\29 -6189:SkSurface_Ganesh::onDiscard\28\29 -6190:SkSurface_Base::replaceBackendTexture\28GrBackendTexture\20const&\2c\20GrSurfaceOrigin\2c\20SkSurface::ContentChangeMode\2c\20void\20\28*\29\28void*\29\2c\20void*\29 -6191:SkSurface_Base::onDraw\28SkCanvas*\2c\20float\2c\20float\2c\20SkSamplingOptions\20const&\2c\20SkPaint\20const*\29 -6192:SkSurface_Base::onCapabilities\28\29 -6193:SkStrokeRec::GetInflationRadius\28SkPaint::Join\2c\20float\2c\20SkPaint::Cap\2c\20float\29 -6194:SkString_from_UTF16BE\28unsigned\20char\20const*\2c\20unsigned\20long\2c\20SkString&\29 -6195:SkString::equals\28char\20const*\2c\20unsigned\20long\29\20const -6196:SkString::equals\28char\20const*\29\20const -6197:SkString::appendVAList\28char\20const*\2c\20void*\29 -6198:SkString::appendUnichar\28int\29 -6199:SkString::appendHex\28unsigned\20int\2c\20int\29 -6200:SkStrikeSpec::SkStrikeSpec\28SkStrikeSpec\20const&\29 -6201:SkStrikeSpec::ShouldDrawAsPath\28SkPaint\20const&\2c\20SkFont\20const&\2c\20SkMatrix\20const&\29::$_0::operator\28\29\28int\2c\20int\29\20const -6202:SkStrikeSpec::ShouldDrawAsPath\28SkPaint\20const&\2c\20SkFont\20const&\2c\20SkMatrix\20const&\29 -6203:SkStrikeSpec::MakeTransformMask\28SkFont\20const&\2c\20SkPaint\20const&\2c\20SkSurfaceProps\20const&\2c\20SkScalerContextFlags\2c\20SkMatrix\20const&\29 -6204:SkStrikeCache::~SkStrikeCache\28\29 -6205:SkStrike::~SkStrike\28\29 -6206:SkStrike::prepareForImage\28SkGlyph*\29 -6207:SkStrike::prepareForDrawable\28SkGlyph*\29 -6208:SkStrike::internalPrepare\28SkSpan\2c\20SkStrike::PathDetail\2c\20SkGlyph\20const**\29 -6209:SkStrSplit\28char\20const*\2c\20char\20const*\2c\20SkStrSplitMode\2c\20skia_private::TArray*\29 -6210:SkStrAppendU32\28char*\2c\20unsigned\20int\29 -6211:SkStrAppendS32\28char*\2c\20int\29 -6212:SkSpriteBlitter_Memcpy::~SkSpriteBlitter_Memcpy\28\29 -6213:SkSpecialImages::AsView\28GrRecordingContext*\2c\20SkSpecialImage\20const*\29 -6214:SkSpecialImage_Raster::~SkSpecialImage_Raster\28\29 -6215:SkSpecialImage_Raster::getROPixels\28SkBitmap*\29\20const -6216:SkSpecialImage_Raster::SkSpecialImage_Raster\28SkIRect\20const&\2c\20SkBitmap\20const&\2c\20SkSurfaceProps\20const&\29 -6217:SkSpecialImage_Gpu::~SkSpecialImage_Gpu\28\29 -6218:SkSpecialImage::SkSpecialImage\28SkIRect\20const&\2c\20unsigned\20int\2c\20SkColorInfo\20const&\2c\20SkSurfaceProps\20const&\29 -6219:SkSize\20skif::Mapping::map\28SkSize\20const&\2c\20SkMatrix\20const&\29 -6220:SkShapers::unicode::BidiRunIterator\28sk_sp\2c\20char\20const*\2c\20unsigned\20long\2c\20unsigned\20char\29 -6221:SkShapers::HB::ShapeDontWrapOrReorder\28sk_sp\2c\20sk_sp\29 -6222:SkShaper::TrivialLanguageRunIterator::~TrivialLanguageRunIterator\28\29 -6223:SkShaper::MakeStdLanguageRunIterator\28char\20const*\2c\20unsigned\20long\29 -6224:SkShaper::MakeFontMgrRunIterator\28char\20const*\2c\20unsigned\20long\2c\20SkFont\20const&\2c\20sk_sp\29 -6225:SkShadowTessellator::MakeAmbient\28SkPath\20const&\2c\20SkMatrix\20const&\2c\20SkPoint3\20const&\2c\20bool\29 -6226:SkShaders::MatrixRec::totalMatrix\28\29\20const -6227:SkShaders::MatrixRec::concat\28SkMatrix\20const&\29\20const -6228:SkShaders::Empty\28\29 -6229:SkShaders::Color\28unsigned\20int\29 -6230:SkShaders::Blend\28sk_sp\2c\20sk_sp\2c\20sk_sp\29 -6231:SkShaderUtils::VisitLineByLine\28std::__2::basic_string\2c\20std::__2::allocator>\20const&\2c\20std::__2::function\20const&\29 -6232:SkShaderUtils::GLSLPrettyPrint::undoNewlineAfter\28char\29 -6233:SkShaderUtils::GLSLPrettyPrint::parseUntil\28char\20const*\29 -6234:SkShaderUtils::GLSLPrettyPrint::parseUntilNewline\28\29 -6235:SkShaderBlurAlgorithm::renderBlur\28SkRuntimeEffectBuilder*\2c\20SkFilterMode\2c\20SkISize\2c\20sk_sp\2c\20SkIRect\20const&\2c\20SkTileMode\2c\20SkIRect\20const&\29\20const -6236:SkShaderBlurAlgorithm::evalBlur1D\28float\2c\20int\2c\20SkV2\2c\20sk_sp\2c\20SkIRect\2c\20SkTileMode\2c\20SkIRect\29\20const -6237:SkShaderBlurAlgorithm::GetLinearBlur1DEffect\28int\29 -6238:SkShaderBlurAlgorithm::GetBlur2DEffect\28SkISize\20const&\29 -6239:SkShaderBlurAlgorithm::Compute2DBlurOffsets\28SkISize\2c\20std::__2::array&\29 -6240:SkShaderBlurAlgorithm::Compute2DBlurKernel\28SkSize\2c\20SkISize\2c\20std::__2::array&\29 -6241:SkShaderBlurAlgorithm::Compute2DBlurKernel\28SkSize\2c\20SkISize\2c\20SkSpan\29 -6242:SkShaderBlurAlgorithm::Compute1DBlurLinearKernel\28float\2c\20int\2c\20std::__2::array&\29 -6243:SkShaderBase::getFlattenableType\28\29\20const -6244:SkShader::makeWithColorFilter\28sk_sp\29\20const -6245:SkScan::PathRequiresTiling\28SkIRect\20const&\29 -6246:SkScan::HairLine\28SkPoint\20const*\2c\20int\2c\20SkRasterClip\20const&\2c\20SkBlitter*\29 -6247:SkScan::FillXRect\28SkIRect\20const&\2c\20SkRegion\20const*\2c\20SkBlitter*\29 -6248:SkScan::FillRect\28SkRect\20const&\2c\20SkRegion\20const*\2c\20SkBlitter*\29 -6249:SkScan::AntiFrameRect\28SkRect\20const&\2c\20SkPoint\20const&\2c\20SkRegion\20const*\2c\20SkBlitter*\29 -6250:SkScan::AntiFillRect\28SkRect\20const&\2c\20SkRegion\20const*\2c\20SkBlitter*\29 -6251:SkScan::AAAFillPath\28SkPath\20const&\2c\20SkBlitter*\2c\20SkIRect\20const&\2c\20SkIRect\20const&\2c\20bool\29 -6252:SkScalerContext_FreeType::~SkScalerContext_FreeType\28\29 -6253:SkScalerContext_FreeType::shouldSubpixelBitmap\28SkGlyph\20const&\2c\20SkMatrix\20const&\29 -6254:SkScalerContext_FreeType::getCBoxForLetter\28char\2c\20FT_BBox_*\29 -6255:SkScalerContext_FreeType::getBoundsOfCurrentOutlineGlyph\28FT_GlyphSlotRec_*\2c\20SkRect*\29 -6256:SkScalerContextRec::setLuminanceColor\28unsigned\20int\29 -6257:SkScalerContextFTUtils::drawCOLRv1Glyph\28FT_FaceRec_*\2c\20SkGlyph\20const&\2c\20unsigned\20int\2c\20SkSpan\2c\20SkCanvas*\29\20const -6258:SkScalerContextFTUtils::drawCOLRv0Glyph\28FT_FaceRec_*\2c\20SkGlyph\20const&\2c\20unsigned\20int\2c\20SkSpan\2c\20SkCanvas*\29\20const -6259:SkScalerContext::makeGlyph\28SkPackedGlyphID\2c\20SkArenaAlloc*\29 -6260:SkScalerContext::internalGetPath\28SkGlyph&\2c\20SkArenaAlloc*\2c\20std::__2::optional&&\29 -6261:SkScalerContext::SkScalerContext\28SkTypeface&\2c\20SkScalerContextEffects\20const&\2c\20SkDescriptor\20const*\29 -6262:SkScalerContext::SaturateGlyphBounds\28SkGlyph*\2c\20SkRect&&\29 -6263:SkScalerContext::MakeRecAndEffects\28SkFont\20const&\2c\20SkPaint\20const&\2c\20SkSurfaceProps\20const&\2c\20SkScalerContextFlags\2c\20SkMatrix\20const&\2c\20SkScalerContextRec*\2c\20SkScalerContextEffects*\29 -6264:SkScalerContext::MakeEmpty\28SkTypeface&\2c\20SkScalerContextEffects\20const&\2c\20SkDescriptor\20const*\29 -6265:SkScalerContext::AutoDescriptorGivenRecAndEffects\28SkScalerContextRec\20const&\2c\20SkScalerContextEffects\20const&\2c\20SkAutoDescriptor*\29 -6266:SkScalarInterpFunc\28float\2c\20float\20const*\2c\20float\20const*\2c\20int\29 -6267:SkSTArenaAlloc<4096ul>::SkSTArenaAlloc\28unsigned\20long\29 -6268:SkSTArenaAlloc<2736ul>::SkSTArenaAlloc\28unsigned\20long\29 -6269:SkSTArenaAlloc<256ul>::SkSTArenaAlloc\28unsigned\20long\29 -6270:SkSLCombinedSamplerTypeForTextureType\28GrTextureType\29 -6271:SkSL::type_to_sksltype\28SkSL::Context\20const&\2c\20SkSL::Type\20const&\2c\20SkSLType*\29 -6272:SkSL::stoi\28std::__2::basic_string_view>\2c\20long\20long*\29 -6273:SkSL::splat_scalar\28SkSL::Context\20const&\2c\20SkSL::Expression\20const&\2c\20SkSL::Type\20const&\29 -6274:SkSL::simplify_constant_equality\28SkSL::Context\20const&\2c\20SkSL::Position\2c\20SkSL::Expression\20const&\2c\20SkSL::Operator\2c\20SkSL::Expression\20const&\29 -6275:SkSL::short_circuit_boolean\28SkSL::Position\2c\20SkSL::Expression\20const&\2c\20SkSL::Operator\2c\20SkSL::Expression\20const&\29 -6276:SkSL::remove_break_statements\28std::__2::unique_ptr>&\29::RemoveBreaksWriter::visitStatementPtr\28std::__2::unique_ptr>&\29 -6277:SkSL::optimize_intrinsic_call\28SkSL::Context\20const&\2c\20SkSL::Position\2c\20SkSL::IntrinsicKind\2c\20SkSL::ExpressionArray\20const&\2c\20SkSL::Type\20const&\29::$_2::operator\28\29\28int\29\20const -6278:SkSL::optimize_intrinsic_call\28SkSL::Context\20const&\2c\20SkSL::Position\2c\20SkSL::IntrinsicKind\2c\20SkSL::ExpressionArray\20const&\2c\20SkSL::Type\20const&\29::$_1::operator\28\29\28int\29\20const -6279:SkSL::optimize_intrinsic_call\28SkSL::Context\20const&\2c\20SkSL::Position\2c\20SkSL::IntrinsicKind\2c\20SkSL::ExpressionArray\20const&\2c\20SkSL::Type\20const&\29::$_0::operator\28\29\28int\29\20const -6280:SkSL::negate_expression\28SkSL::Context\20const&\2c\20SkSL::Position\2c\20SkSL::Expression\20const&\2c\20SkSL::Type\20const&\29 -6281:SkSL::make_reciprocal_expression\28SkSL::Context\20const&\2c\20SkSL::Expression\20const&\29 -6282:SkSL::index_out_of_range\28SkSL::Context\20const&\2c\20SkSL::Position\2c\20long\20long\2c\20SkSL::Expression\20const&\29 -6283:SkSL::hoist_vardecl_symbols_into_outer_scope\28SkSL::Context\20const&\2c\20SkSL::Block\20const&\2c\20SkSL::SymbolTable*\2c\20SkSL::SymbolTable*\29::SymbolHoister::visitStatement\28SkSL::Statement\20const&\29 -6284:SkSL::get_struct_definitions_from_module\28SkSL::Program&\2c\20SkSL::Module\20const&\2c\20std::__2::vector>*\29 -6285:SkSL::find_existing_declaration\28SkSL::Context\20const&\2c\20SkSL::Position\2c\20SkSL::ModifierFlags\2c\20SkSL::IntrinsicKind\2c\20std::__2::basic_string_view>\2c\20skia_private::TArray>\2c\20true>&\2c\20SkSL::Position\2c\20SkSL::Type\20const*\2c\20SkSL::FunctionDeclaration**\29::$_0::operator\28\29\28\29\20const -6286:SkSL::extract_matrix\28SkSL::Expression\20const*\2c\20float*\29 -6287:SkSL::eliminate_unreachable_code\28SkSpan>>\2c\20SkSL::ProgramUsage*\29::UnreachableCodeEliminator::visitStatementPtr\28std::__2::unique_ptr>&\29 -6288:SkSL::eliminate_no_op_boolean\28SkSL::Position\2c\20SkSL::Expression\20const&\2c\20SkSL::Operator\2c\20SkSL::Expression\20const&\29 -6289:SkSL::check_main_signature\28SkSL::Context\20const&\2c\20SkSL::Position\2c\20SkSL::Type\20const&\2c\20skia_private::TArray>\2c\20true>&\29::$_4::operator\28\29\28int\29\20const -6290:SkSL::check_main_signature\28SkSL::Context\20const&\2c\20SkSL::Position\2c\20SkSL::Type\20const&\2c\20skia_private::TArray>\2c\20true>&\29::$_2::operator\28\29\28SkSL::Type\20const&\29\20const -6291:SkSL::check_main_signature\28SkSL::Context\20const&\2c\20SkSL::Position\2c\20SkSL::Type\20const&\2c\20skia_private::TArray>\2c\20true>&\29::$_1::operator\28\29\28int\29\20const -6292:SkSL::argument_needs_scratch_variable\28SkSL::Expression\20const*\2c\20SkSL::Variable\20const*\2c\20SkSL::ProgramUsage\20const&\29 -6293:SkSL::argument_and_parameter_flags_match\28SkSL::Expression\20const&\2c\20SkSL::Variable\20const&\29 -6294:SkSL::apply_to_elements\28SkSL::Context\20const&\2c\20SkSL::Position\2c\20SkSL::Expression\20const&\2c\20double\20\28*\29\28double\29\29 -6295:SkSL::append_rtadjust_fixup_to_vertex_main\28SkSL::Context\20const&\2c\20SkSL::FunctionDeclaration\20const&\2c\20SkSL::Block&\29::AppendRTAdjustFixupHelper::Adjust\28\29\20const -6296:SkSL::\28anonymous\20namespace\29::clone_with_ref_kind\28SkSL::Expression\20const&\2c\20SkSL::VariableRefKind\2c\20SkSL::Position\29 -6297:SkSL::\28anonymous\20namespace\29::check_valid_uniform_type\28SkSL::Position\2c\20SkSL::Type\20const*\2c\20SkSL::Context\20const&\2c\20bool\29::$_0::operator\28\29\28\29\20const -6298:SkSL::\28anonymous\20namespace\29::caps_lookup_table\28\29 -6299:SkSL::\28anonymous\20namespace\29::ReturnsInputAlphaVisitor::visitProgramElement\28SkSL::ProgramElement\20const&\29 -6300:SkSL::\28anonymous\20namespace\29::ProgramUsageVisitor::visitStructFields\28SkSL::Type\20const&\29 -6301:SkSL::\28anonymous\20namespace\29::ProgramUsageVisitor::visitStatement\28SkSL::Statement\20const&\29 -6302:SkSL::\28anonymous\20namespace\29::ProgramUsageVisitor::visitExpression\28SkSL::Expression\20const&\29 -6303:SkSL::\28anonymous\20namespace\29::NodeCountVisitor::visitStatement\28SkSL::Statement\20const&\29 -6304:SkSL::\28anonymous\20namespace\29::IsAssignableVisitor::visitExpression\28SkSL::Expression&\2c\20SkSL::FieldAccess\20const*\29::'lambda'\28\29::operator\28\29\28\29\20const -6305:SkSL::\28anonymous\20namespace\29::FinalizationVisitor::visitProgramElement\28SkSL::ProgramElement\20const&\29 -6306:SkSL::Variable::MakeScratchVariable\28SkSL::Context\20const&\2c\20SkSL::Mangler&\2c\20std::__2::basic_string_view>\2c\20SkSL::Type\20const*\2c\20SkSL::SymbolTable*\2c\20std::__2::unique_ptr>\29 -6307:SkSL::VarDeclaration::ErrorCheck\28SkSL::Context\20const&\2c\20SkSL::Position\2c\20SkSL::Position\2c\20SkSL::Layout\20const&\2c\20SkSL::ModifierFlags\2c\20SkSL::Type\20const*\2c\20SkSL::Type\20const*\2c\20SkSL::VariableStorage\29 -6308:SkSL::TypeReference::description\28SkSL::OperatorPrecedence\29\20const -6309:SkSL::TypeReference::VerifyType\28SkSL::Context\20const&\2c\20SkSL::Type\20const*\2c\20SkSL::Position\29 -6310:SkSL::TypeReference::Convert\28SkSL::Context\20const&\2c\20SkSL::Position\2c\20SkSL::Type\20const*\29 -6311:SkSL::Type::checkIfUsableInArray\28SkSL::Context\20const&\2c\20SkSL::Position\29\20const -6312:SkSL::Type::checkForOutOfRangeLiteral\28SkSL::Context\20const&\2c\20SkSL::Expression\20const&\29\20const -6313:SkSL::Type::MakeStructType\28SkSL::Context\20const&\2c\20SkSL::Position\2c\20std::__2::basic_string_view>\2c\20skia_private::TArray\2c\20bool\29 -6314:SkSL::Type::MakeLiteralType\28char\20const*\2c\20SkSL::Type\20const&\2c\20signed\20char\29 -6315:SkSL::Transform::\28anonymous\20namespace\29::BuiltinVariableScanner::addDeclaringElement\28SkSL::Symbol\20const*\29 -6316:SkSL::Transform::HoistSwitchVarDeclarationsAtTopLevel\28SkSL::Context\20const&\2c\20skia_private::STArray<2\2c\20std::__2::unique_ptr>\2c\20true>&\2c\20SkSL::SymbolTable&\2c\20SkSL::Position\29::HoistSwitchVarDeclsVisitor::visitStatementPtr\28std::__2::unique_ptr>&\29 -6317:SkSL::Transform::EliminateDeadGlobalVariables\28SkSL::Program&\29::$_0::operator\28\29\28std::__2::unique_ptr>\20const&\29\20const -6318:SkSL::Transform::EliminateDeadFunctions\28SkSL::Program&\29 -6319:SkSL::TernaryExpression::Make\28SkSL::Context\20const&\2c\20SkSL::Position\2c\20std::__2::unique_ptr>\2c\20std::__2::unique_ptr>\2c\20std::__2::unique_ptr>\29 -6320:SkSL::SymbolTable::moveSymbolTo\28SkSL::SymbolTable*\2c\20SkSL::Symbol*\2c\20SkSL::Context\20const&\29 -6321:SkSL::SymbolTable::isBuiltinType\28std::__2::basic_string_view>\29\20const -6322:SkSL::SymbolTable::insertNewParent\28\29 -6323:SkSL::SymbolTable::addWithoutOwnership\28SkSL::Symbol*\29 -6324:SkSL::Symbol::instantiate\28SkSL::Context\20const&\2c\20SkSL::Position\29\20const -6325:SkSL::SwitchStatement::Make\28SkSL::Context\20const&\2c\20SkSL::Position\2c\20std::__2::unique_ptr>\2c\20std::__2::unique_ptr>\29 -6326:SkSL::SwitchCase::Make\28SkSL::Position\2c\20long\20long\2c\20std::__2::unique_ptr>\29 -6327:SkSL::SwitchCase::MakeDefault\28SkSL::Position\2c\20std::__2::unique_ptr>\29 -6328:SkSL::StructType::StructType\28SkSL::Position\2c\20std::__2::basic_string_view>\2c\20skia_private::TArray\2c\20int\2c\20bool\2c\20bool\29 -6329:SkSL::String::vappendf\28std::__2::basic_string\2c\20std::__2::allocator>*\2c\20char\20const*\2c\20void*\29 -6330:SkSL::SingleArgumentConstructor::argumentSpan\28\29 -6331:SkSL::Setting::Make\28SkSL::Context\20const&\2c\20SkSL::Position\2c\20bool\20const\20SkSL::ShaderCaps::*\29 -6332:SkSL::RP::stack_usage\28SkSL::RP::Instruction\20const&\29 -6333:SkSL::RP::is_sliceable_swizzle\28SkSpan\29 -6334:SkSL::RP::is_immediate_op\28SkSL::RP::BuilderOp\29 -6335:SkSL::RP::UnownedLValueSlice::isWritable\28\29\20const -6336:SkSL::RP::UnownedLValueSlice::dynamicSlotRange\28\29 -6337:SkSL::RP::SwizzleLValue::~SwizzleLValue\28\29 -6338:SkSL::RP::ScratchLValue::~ScratchLValue\28\29 -6339:SkSL::RP::Program::appendStages\28SkRasterPipeline*\2c\20SkArenaAlloc*\2c\20SkSL::RP::Callbacks*\2c\20SkSpan\29\20const -6340:SkSL::RP::Program::appendStackRewind\28skia_private::TArray*\29\20const -6341:SkSL::RP::Program::appendCopyImmutableUnmasked\28skia_private::TArray*\2c\20SkArenaAlloc*\2c\20std::byte*\2c\20unsigned\20int\2c\20unsigned\20int\2c\20int\29\20const -6342:SkSL::RP::Program::appendAdjacentNWayTernaryOp\28skia_private::TArray*\2c\20SkArenaAlloc*\2c\20SkSL::RP::ProgramOp\2c\20std::byte*\2c\20unsigned\20int\2c\20unsigned\20int\2c\20unsigned\20int\2c\20int\29\20const -6343:SkSL::RP::Program::appendAdjacentNWayBinaryOp\28skia_private::TArray*\2c\20SkArenaAlloc*\2c\20SkSL::RP::ProgramOp\2c\20unsigned\20int\2c\20unsigned\20int\2c\20int\29\20const -6344:SkSL::RP::LValue::swizzle\28\29 -6345:SkSL::RP::ImmutableLValue::fixedSlotRange\28SkSL::RP::Generator*\29 -6346:SkSL::RP::Generator::writeVarDeclaration\28SkSL::VarDeclaration\20const&\29 -6347:SkSL::RP::Generator::writeFunction\28SkSL::IRNode\20const&\2c\20SkSL::FunctionDefinition\20const&\2c\20SkSpan>\20const>\29 -6348:SkSL::RP::Generator::storeImmutableValueToSlots\28skia_private::TArray\20const&\2c\20SkSL::RP::SlotRange\29 -6349:SkSL::RP::Generator::returnComplexity\28SkSL::FunctionDefinition\20const*\29 -6350:SkSL::RP::Generator::pushVariableReferencePartial\28SkSL::VariableReference\20const&\2c\20SkSL::RP::SlotRange\29 -6351:SkSL::RP::Generator::pushLengthIntrinsic\28int\29 -6352:SkSL::RP::Generator::pushLValueOrExpression\28SkSL::RP::LValue*\2c\20SkSL::Expression\20const&\29 -6353:SkSL::RP::Generator::pushIntrinsic\28SkSL::RP::BuilderOp\2c\20SkSL::Expression\20const&\2c\20SkSL::Expression\20const&\29 -6354:SkSL::RP::Generator::pushIntrinsic\28SkSL::IntrinsicKind\2c\20SkSL::Expression\20const&\2c\20SkSL::Expression\20const&\2c\20SkSL::Expression\20const&\29 -6355:SkSL::RP::Generator::pushImmutableData\28SkSL::Expression\20const&\29 -6356:SkSL::RP::Generator::getImmutableValueForExpression\28SkSL::Expression\20const&\2c\20skia_private::TArray*\29 -6357:SkSL::RP::Generator::getImmutableBitsForSlot\28SkSL::Expression\20const&\2c\20unsigned\20long\29 -6358:SkSL::RP::Generator::findPreexistingImmutableData\28skia_private::TArray\20const&\29 -6359:SkSL::RP::Generator::discardTraceScopeMask\28\29 -6360:SkSL::RP::DynamicIndexLValue::dynamicSlotRange\28\29 -6361:SkSL::RP::Builder::push_condition_mask\28\29 -6362:SkSL::RP::Builder::pop_slots_unmasked\28SkSL::RP::SlotRange\29 -6363:SkSL::RP::Builder::pop_condition_mask\28\29 -6364:SkSL::RP::Builder::pop_and_reenable_loop_mask\28\29 -6365:SkSL::RP::Builder::merge_loop_mask\28\29 -6366:SkSL::RP::Builder::merge_inv_condition_mask\28\29 -6367:SkSL::RP::Builder::mask_off_loop_mask\28\29 -6368:SkSL::RP::Builder::discard_stack\28int\2c\20int\29 -6369:SkSL::RP::Builder::copy_stack_to_slots_unmasked\28SkSL::RP::SlotRange\2c\20int\29 -6370:SkSL::RP::Builder::copy_stack_to_slots_unmasked\28SkSL::RP::SlotRange\29 -6371:SkSL::RP::Builder::copy_stack_to_slots\28SkSL::RP::SlotRange\29 -6372:SkSL::RP::Builder::branch_if_any_lanes_active\28int\29 -6373:SkSL::RP::AutoStack::pushClone\28SkSL::RP::SlotRange\2c\20int\29 -6374:SkSL::RP::AutoContinueMask::~AutoContinueMask\28\29 -6375:SkSL::RP::AutoContinueMask::exitLoopBody\28\29 -6376:SkSL::RP::AutoContinueMask::enterLoopBody\28\29 -6377:SkSL::RP::AutoContinueMask::enable\28\29 -6378:SkSL::ProgramUsage::remove\28SkSL::Expression\20const*\29 -6379:SkSL::ProgramUsage::get\28SkSL::FunctionDeclaration\20const&\29\20const -6380:SkSL::ProgramUsage::add\28SkSL::Statement\20const*\29 -6381:SkSL::ProgramUsage::add\28SkSL::Expression\20const*\29 -6382:SkSL::ProgramConfig::ProgramConfig\28\29 -6383:SkSL::Program::~Program\28\29 -6384:SkSL::PostfixExpression::Make\28SkSL::Context\20const&\2c\20SkSL::Position\2c\20std::__2::unique_ptr>\2c\20SkSL::Operator\29 -6385:SkSL::PipelineStage::PipelineStageCodeGenerator::functionName\28SkSL::FunctionDeclaration\20const&\2c\20int\29 -6386:SkSL::PipelineStage::PipelineStageCodeGenerator::functionDeclaration\28SkSL::FunctionDeclaration\20const&\29 -6387:SkSL::PipelineStage::PipelineStageCodeGenerator::forEachSpecialization\28SkSL::FunctionDeclaration\20const&\2c\20std::__2::function\20const&\29 -6388:SkSL::Parser::~Parser\28\29 -6389:SkSL::Parser::varDeclarations\28\29 -6390:SkSL::Parser::varDeclarationsPrefix\28SkSL::Parser::VarDeclarationsPrefix*\29 -6391:SkSL::Parser::varDeclarationsOrExpressionStatement\28\29 -6392:SkSL::Parser::switchCaseBody\28SkSL::ExpressionArray*\2c\20skia_private::STArray<2\2c\20std::__2::unique_ptr>\2c\20true>*\2c\20std::__2::unique_ptr>\29 -6393:SkSL::Parser::shiftExpression\28\29 -6394:SkSL::Parser::relationalExpression\28\29 -6395:SkSL::Parser::multiplicativeExpression\28\29 -6396:SkSL::Parser::logicalXorExpression\28\29 -6397:SkSL::Parser::logicalAndExpression\28\29 -6398:SkSL::Parser::localVarDeclarationEnd\28SkSL::Position\2c\20SkSL::Modifiers\20const&\2c\20SkSL::Type\20const*\2c\20SkSL::Token\29 -6399:SkSL::Parser::intLiteral\28long\20long*\29 -6400:SkSL::Parser::identifier\28std::__2::basic_string_view>*\29 -6401:SkSL::Parser::globalVarDeclarationEnd\28SkSL::Position\2c\20SkSL::Modifiers\20const&\2c\20SkSL::Type\20const*\2c\20SkSL::Token\29 -6402:SkSL::Parser::expressionStatement\28\29 -6403:SkSL::Parser::expectNewline\28\29 -6404:SkSL::Parser::equalityExpression\28\29 -6405:SkSL::Parser::directive\28bool\29 -6406:SkSL::Parser::declarations\28\29 -6407:SkSL::Parser::bitwiseXorExpression\28\29 -6408:SkSL::Parser::bitwiseOrExpression\28\29 -6409:SkSL::Parser::bitwiseAndExpression\28\29 -6410:SkSL::Parser::additiveExpression\28\29 -6411:SkSL::Parser::addGlobalVarDeclaration\28std::__2::unique_ptr>\29 -6412:SkSL::Parser::Parser\28SkSL::Compiler*\2c\20SkSL::ProgramSettings\20const&\2c\20SkSL::ProgramKind\2c\20std::__2::unique_ptr\2c\20std::__2::allocator>\2c\20std::__2::default_delete\2c\20std::__2::allocator>>>\29 -6413:SkSL::MultiArgumentConstructor::argumentSpan\28\29 -6414:SkSL::ModuleLoader::loadVertexModule\28SkSL::Compiler*\29 -6415:SkSL::ModuleLoader::loadSharedModule\28SkSL::Compiler*\29 -6416:SkSL::ModuleLoader::loadPublicModule\28SkSL::Compiler*\29 -6417:SkSL::ModuleLoader::loadFragmentModule\28SkSL::Compiler*\29 -6418:SkSL::ModuleLoader::Get\28\29 -6419:SkSL::Module::~Module\28\29 -6420:SkSL::MatrixType::bitWidth\28\29\20const -6421:SkSL::MakeRasterPipelineProgram\28SkSL::Program\20const&\2c\20SkSL::FunctionDefinition\20const&\2c\20SkSL::DebugTracePriv*\2c\20bool\29 -6422:SkSL::Layout::operator!=\28SkSL::Layout\20const&\29\20const -6423:SkSL::Layout::description\28\29\20const -6424:SkSL::Intrinsics::\28anonymous\20namespace\29::finalize_distance\28double\29 -6425:SkSL::Intrinsics::\28anonymous\20namespace\29::evaluate_matrixCompMult\28double\2c\20double\2c\20double\29 -6426:SkSL::Intrinsics::\28anonymous\20namespace\29::evaluate_length\28std::__2::array\20const&\29 -6427:SkSL::Intrinsics::\28anonymous\20namespace\29::evaluate_add\28SkSL::Context\20const&\2c\20std::__2::array\20const&\29 -6428:SkSL::Inliner::inlineStatement\28SkSL::Position\2c\20skia_private::THashMap>\2c\20SkGoodHash>*\2c\20SkSL::SymbolTable*\2c\20std::__2::unique_ptr>*\2c\20SkSL::Analysis::ReturnComplexity\2c\20SkSL::Statement\20const&\2c\20SkSL::ProgramUsage\20const&\2c\20bool\29 -6429:SkSL::Inliner::inlineExpression\28SkSL::Position\2c\20skia_private::THashMap>\2c\20SkGoodHash>*\2c\20SkSL::SymbolTable*\2c\20SkSL::Expression\20const&\29 -6430:SkSL::Inliner::buildCandidateList\28std::__2::vector>\2c\20std::__2::allocator>>>\20const&\2c\20SkSL::SymbolTable*\2c\20SkSL::ProgramUsage*\2c\20SkSL::InlineCandidateList*\29::$_1::operator\28\29\28SkSL::InlineCandidate\20const&\29\20const -6431:SkSL::Inliner::buildCandidateList\28std::__2::vector>\2c\20std::__2::allocator>>>\20const&\2c\20SkSL::SymbolTable*\2c\20SkSL::ProgramUsage*\2c\20SkSL::InlineCandidateList*\29::$_0::operator\28\29\28SkSL::InlineCandidate\20const&\29\20const -6432:SkSL::Inliner::InlinedCall::~InlinedCall\28\29 -6433:SkSL::IndexExpression::~IndexExpression\28\29 -6434:SkSL::IfStatement::~IfStatement\28\29 -6435:SkSL::IRHelpers::Ref\28SkSL::Variable\20const*\29\20const -6436:SkSL::IRHelpers::Mul\28std::__2::unique_ptr>\2c\20std::__2::unique_ptr>\29\20const -6437:SkSL::IRHelpers::Assign\28std::__2::unique_ptr>\2c\20std::__2::unique_ptr>\29\20const -6438:SkSL::GLSLCodeGenerator::writeVarDeclaration\28SkSL::VarDeclaration\20const&\2c\20bool\29 -6439:SkSL::GLSLCodeGenerator::writeProgramElement\28SkSL::ProgramElement\20const&\29 -6440:SkSL::GLSLCodeGenerator::writeMinAbsHack\28SkSL::Expression&\2c\20SkSL::Expression&\29 -6441:SkSL::GLSLCodeGenerator::generateCode\28\29 -6442:SkSL::FunctionDefinition::Convert\28SkSL::Context\20const&\2c\20SkSL::Position\2c\20SkSL::FunctionDeclaration\20const&\2c\20std::__2::unique_ptr>\29::Finalizer::visitStatementPtr\28std::__2::unique_ptr>&\29 -6443:SkSL::FunctionDefinition::Convert\28SkSL::Context\20const&\2c\20SkSL::Position\2c\20SkSL::FunctionDeclaration\20const&\2c\20std::__2::unique_ptr>\29::Finalizer::addLocalVariable\28SkSL::Variable\20const*\2c\20SkSL::Position\29 -6444:SkSL::FunctionDeclaration::~FunctionDeclaration\28\29_6203 -6445:SkSL::FunctionDeclaration::~FunctionDeclaration\28\29 -6446:SkSL::FunctionDeclaration::mangledName\28\29\20const -6447:SkSL::FunctionDeclaration::getMainInputColorParameter\28\29\20const -6448:SkSL::FunctionDeclaration::getMainDestColorParameter\28\29\20const -6449:SkSL::FunctionDeclaration::determineFinalTypes\28SkSL::ExpressionArray\20const&\2c\20skia_private::STArray<8\2c\20SkSL::Type\20const*\2c\20true>*\2c\20SkSL::Type\20const**\29\20const -6450:SkSL::FunctionDeclaration::FunctionDeclaration\28SkSL::Context\20const&\2c\20SkSL::Position\2c\20SkSL::ModifierFlags\2c\20std::__2::basic_string_view>\2c\20skia_private::TArray\2c\20SkSL::Type\20const*\2c\20SkSL::IntrinsicKind\29 -6451:SkSL::FunctionCall::Make\28SkSL::Context\20const&\2c\20SkSL::Position\2c\20SkSL::Type\20const*\2c\20SkSL::FunctionDeclaration\20const&\2c\20SkSL::ExpressionArray\29 -6452:SkSL::FunctionCall::FunctionCall\28SkSL::Position\2c\20SkSL::Type\20const*\2c\20SkSL::FunctionDeclaration\20const*\2c\20SkSL::ExpressionArray\2c\20SkSL::FunctionCall\20const*\29 -6453:SkSL::FunctionCall::FindBestFunctionForCall\28SkSL::Context\20const&\2c\20SkSL::FunctionDeclaration\20const*\2c\20SkSL::ExpressionArray\20const&\29 -6454:SkSL::FunctionCall::Convert\28SkSL::Context\20const&\2c\20SkSL::Position\2c\20SkSL::FunctionDeclaration\20const&\2c\20SkSL::ExpressionArray\29 -6455:SkSL::ForStatement::~ForStatement\28\29 -6456:SkSL::ForStatement::Convert\28SkSL::Context\20const&\2c\20SkSL::Position\2c\20SkSL::ForLoopPositions\2c\20std::__2::unique_ptr>\2c\20std::__2::unique_ptr>\2c\20std::__2::unique_ptr>\2c\20std::__2::unique_ptr>\2c\20std::__2::unique_ptr>\29 -6457:SkSL::FindIntrinsicKind\28std::__2::basic_string_view>\29 -6458:SkSL::FieldAccess::~FieldAccess\28\29_6080 -6459:SkSL::FieldAccess::~FieldAccess\28\29 -6460:SkSL::FieldAccess::description\28SkSL::OperatorPrecedence\29\20const -6461:SkSL::FieldAccess::FieldAccess\28SkSL::Position\2c\20std::__2::unique_ptr>\2c\20int\2c\20SkSL::FieldAccessOwnerKind\29 -6462:SkSL::ExtendedVariable::~ExtendedVariable\28\29 -6463:SkSL::Expression::isFloatLiteral\28\29\20const -6464:SkSL::Expression::coercionCost\28SkSL::Type\20const&\29\20const -6465:SkSL::DoStatement::~DoStatement\28\29_6069 -6466:SkSL::DoStatement::Make\28SkSL::Context\20const&\2c\20SkSL::Position\2c\20std::__2::unique_ptr>\2c\20std::__2::unique_ptr>\29 -6467:SkSL::DiscardStatement::Make\28SkSL::Context\20const&\2c\20SkSL::Position\29 -6468:SkSL::ContinueStatement::Make\28SkSL::Position\29 -6469:SkSL::ConstructorStruct::Make\28SkSL::Context\20const&\2c\20SkSL::Position\2c\20SkSL::Type\20const&\2c\20SkSL::ExpressionArray\29 -6470:SkSL::ConstructorScalarCast::Convert\28SkSL::Context\20const&\2c\20SkSL::Position\2c\20SkSL::Type\20const&\2c\20SkSL::ExpressionArray\29 -6471:SkSL::ConstructorMatrixResize::Make\28SkSL::Context\20const&\2c\20SkSL::Position\2c\20SkSL::Type\20const&\2c\20std::__2::unique_ptr>\29 -6472:SkSL::Constructor::Convert\28SkSL::Context\20const&\2c\20SkSL::Position\2c\20SkSL::Type\20const&\2c\20SkSL::ExpressionArray\29 -6473:SkSL::Compiler::resetErrors\28\29 -6474:SkSL::Compiler::initializeContext\28SkSL::Module\20const*\2c\20SkSL::ProgramKind\2c\20SkSL::ProgramSettings\2c\20std::__2::basic_string_view>\2c\20SkSL::ModuleType\29 -6475:SkSL::Compiler::cleanupContext\28\29 -6476:SkSL::CoercionCost::operator<\28SkSL::CoercionCost\29\20const -6477:SkSL::ChildCall::~ChildCall\28\29_6008 -6478:SkSL::ChildCall::~ChildCall\28\29 -6479:SkSL::ChildCall::Make\28SkSL::Context\20const&\2c\20SkSL::Position\2c\20SkSL::Type\20const*\2c\20SkSL::Variable\20const&\2c\20SkSL::ExpressionArray\29 -6480:SkSL::ChildCall::ChildCall\28SkSL::Position\2c\20SkSL::Type\20const*\2c\20SkSL::Variable\20const*\2c\20SkSL::ExpressionArray\29 -6481:SkSL::BreakStatement::Make\28SkSL::Position\29 -6482:SkSL::Block::Block\28SkSL::Position\2c\20skia_private::STArray<2\2c\20std::__2::unique_ptr>\2c\20true>\2c\20SkSL::Block::Kind\2c\20std::__2::unique_ptr>\29 -6483:SkSL::BinaryExpression::isAssignmentIntoVariable\28\29 -6484:SkSL::ArrayType::columns\28\29\20const -6485:SkSL::Analysis::\28anonymous\20namespace\29::LoopControlFlowVisitor::visitStatement\28SkSL::Statement\20const&\29 -6486:SkSL::Analysis::IsDynamicallyUniformExpression\28SkSL::Expression\20const&\29::IsDynamicallyUniformExpressionVisitor::visitExpression\28SkSL::Expression\20const&\29 -6487:SkSL::Analysis::IsDynamicallyUniformExpression\28SkSL::Expression\20const&\29 -6488:SkSL::Analysis::IsConstantExpression\28SkSL::Expression\20const&\29 -6489:SkSL::Analysis::IsCompileTimeConstant\28SkSL::Expression\20const&\29::IsCompileTimeConstantVisitor::visitExpression\28SkSL::Expression\20const&\29 -6490:SkSL::Analysis::IsAssignable\28SkSL::Expression&\2c\20SkSL::Analysis::AssignmentInfo*\2c\20SkSL::ErrorReporter*\29 -6491:SkSL::Analysis::HasSideEffects\28SkSL::Expression\20const&\29::HasSideEffectsVisitor::visitExpression\28SkSL::Expression\20const&\29 -6492:SkSL::Analysis::GetLoopUnrollInfo\28SkSL::Context\20const&\2c\20SkSL::Position\2c\20SkSL::ForLoopPositions\20const&\2c\20SkSL::Statement\20const*\2c\20std::__2::unique_ptr>*\2c\20SkSL::Expression\20const*\2c\20SkSL::Statement\20const*\2c\20SkSL::ErrorReporter*\29 -6493:SkSL::Analysis::GetLoopControlFlowInfo\28SkSL::Statement\20const&\29 -6494:SkSL::Analysis::ContainsVariable\28SkSL::Expression\20const&\2c\20SkSL::Variable\20const&\29::ContainsVariableVisitor::visitExpression\28SkSL::Expression\20const&\29 -6495:SkSL::Analysis::ContainsRTAdjust\28SkSL::Expression\20const&\29::ContainsRTAdjustVisitor::visitExpression\28SkSL::Expression\20const&\29 -6496:SkSL::Analysis::CheckProgramStructure\28SkSL::Program\20const&\29::ProgramStructureVisitor::visitProgramElement\28SkSL::ProgramElement\20const&\29 -6497:SkSL::AliasType::numberKind\28\29\20const -6498:SkSL::AliasType::isOrContainsBool\28\29\20const -6499:SkSL::AliasType::isOrContainsAtomic\28\29\20const -6500:SkSL::AliasType::isAllowedInES2\28\29\20const -6501:SkSBlockAllocator<80ul>::SkSBlockAllocator\28SkBlockAllocator::GrowthPolicy\2c\20unsigned\20long\29 -6502:SkRuntimeShader::~SkRuntimeShader\28\29 -6503:SkRuntimeEffectPriv::VarAsChild\28SkSL::Variable\20const&\2c\20int\29 -6504:SkRuntimeEffect::~SkRuntimeEffect\28\29 -6505:SkRuntimeEffect::getRPProgram\28SkSL::DebugTracePriv*\29\20const -6506:SkRuntimeEffect::MakeForShader\28SkString\2c\20SkRuntimeEffect::Options\20const&\29 -6507:SkRuntimeEffect::ChildPtr::type\28\29\20const -6508:SkRuntimeEffect::ChildPtr::shader\28\29\20const -6509:SkRuntimeEffect::ChildPtr::colorFilter\28\29\20const -6510:SkRuntimeEffect::ChildPtr::blender\28\29\20const -6511:SkRgnBuilder::collapsWithPrev\28\29 -6512:SkResourceCache::visitAll\28void\20\28*\29\28SkResourceCache::Rec\20const&\2c\20void*\29\2c\20void*\29 -6513:SkResourceCache::setTotalByteLimit\28unsigned\20long\29 -6514:SkResourceCache::release\28SkResourceCache::Rec*\29 -6515:SkResourceCache::purgeAll\28\29 -6516:SkResourceCache::newCachedData\28unsigned\20long\29 -6517:SkResourceCache::getEffectiveSingleAllocationByteLimit\28\29\20const -6518:SkResourceCache::find\28SkResourceCache::Key\20const&\2c\20bool\20\28*\29\28SkResourceCache::Rec\20const&\2c\20void*\29\2c\20void*\29 -6519:SkResourceCache::dump\28\29\20const -6520:SkResourceCache::add\28SkResourceCache::Rec*\2c\20void*\29 -6521:SkResourceCache::PostPurgeSharedID\28unsigned\20long\20long\29 -6522:SkResourceCache::NewCachedData\28unsigned\20long\29 -6523:SkResourceCache::GetDiscardableFactory\28\29 -6524:SkRescaleAndReadPixels\28SkBitmap\2c\20SkImageInfo\20const&\2c\20SkIRect\20const&\2c\20SkImage::RescaleGamma\2c\20SkImage::RescaleMode\2c\20void\20\28*\29\28void*\2c\20std::__2::unique_ptr>\29\2c\20void*\29::Result::~Result\28\29 -6525:SkRescaleAndReadPixels\28SkBitmap\2c\20SkImageInfo\20const&\2c\20SkIRect\20const&\2c\20SkImage::RescaleGamma\2c\20SkImage::RescaleMode\2c\20void\20\28*\29\28void*\2c\20std::__2::unique_ptr>\29\2c\20void*\29 -6526:SkRegion::quickContains\28SkIRect\20const&\29\20const -6527:SkRegion::op\28SkIRect\20const&\2c\20SkRegion::Op\29 -6528:SkRegion::getRuns\28int*\2c\20int*\29\20const -6529:SkRegion::Spanerator::Spanerator\28SkRegion\20const&\2c\20int\2c\20int\2c\20int\29 -6530:SkRegion::RunHead::ensureWritable\28\29 -6531:SkRegion::RunHead::computeRunBounds\28SkIRect*\29 -6532:SkRegion::RunHead::Alloc\28int\2c\20int\2c\20int\29 -6533:SkRegion::Oper\28SkRegion\20const&\2c\20SkRegion\20const&\2c\20SkRegion::Op\2c\20SkRegion*\29 -6534:SkRefCntBase::internal_dispose\28\29\20const -6535:SkReduceOrder::Conic\28SkConic\20const&\2c\20SkPoint*\29 -6536:SkRectPriv::Subtract\28SkIRect\20const&\2c\20SkIRect\20const&\2c\20SkIRect*\29 -6537:SkRectPriv::QuadContainsRect\28SkM44\20const&\2c\20SkRect\20const&\2c\20SkRect\20const&\2c\20float\29 -6538:SkRectPriv::QuadContainsRectMask\28SkM44\20const&\2c\20SkRect\20const&\2c\20SkRect\20const&\2c\20float\29 -6539:SkRectPriv::FitsInFixed\28SkRect\20const&\29 -6540:SkRectClipBlitter::requestRowsPreserved\28\29\20const -6541:SkRectClipBlitter::allocBlitMemory\28unsigned\20long\29 -6542:SkRect::roundOut\28SkRect*\29\20const -6543:SkRect::roundIn\28\29\20const -6544:SkRect::roundIn\28SkIRect*\29\20const -6545:SkRect::makeOffset\28float\2c\20float\29\20const -6546:SkRect::joinNonEmptyArg\28SkRect\20const&\29 -6547:SkRect::intersect\28SkRect\20const&\2c\20SkRect\20const&\29 -6548:SkRect::contains\28float\2c\20float\29\20const -6549:SkRect::contains\28SkIRect\20const&\29\20const -6550:SkRect*\20SkRecord::alloc\28unsigned\20long\29 -6551:SkRecords::FillBounds::popSaveBlock\28\29 -6552:SkRecords::FillBounds::popControl\28SkRect\20const&\29 -6553:SkRecords::FillBounds::AdjustForPaint\28SkPaint\20const*\2c\20SkRect*\29 -6554:SkRecordedDrawable::~SkRecordedDrawable\28\29 -6555:SkRecordOptimize\28SkRecord*\29 -6556:SkRecordFillBounds\28SkRect\20const&\2c\20SkRecord\20const&\2c\20SkRect*\2c\20SkBBoxHierarchy::Metadata*\29 -6557:SkRecordCanvas::onDrawTextBlob\28SkTextBlob\20const*\2c\20float\2c\20float\2c\20SkPaint\20const&\29 -6558:SkRecordCanvas::baseRecorder\28\29\20const -6559:SkRecord::~SkRecord\28\29 -6560:SkReadBuffer::skipByteArray\28unsigned\20long*\29 -6561:SkReadBuffer::readPad32\28void*\2c\20unsigned\20long\29 -6562:SkReadBuffer::SkReadBuffer\28void\20const*\2c\20unsigned\20long\29 -6563:SkRasterPipelineSpriteBlitter::~SkRasterPipelineSpriteBlitter\28\29 -6564:SkRasterPipelineContexts::UniformColorCtx*\20SkArenaAlloc::make\28\29 -6565:SkRasterPipelineContexts::TileCtx*\20SkArenaAlloc::make\28\29 -6566:SkRasterPipelineContexts::RewindCtx*\20SkArenaAlloc::make\28\29 -6567:SkRasterPipelineContexts::DecalTileCtx*\20SkArenaAlloc::make\28\29 -6568:SkRasterPipelineContexts::CopyIndirectCtx*\20SkArenaAlloc::make\28\29 -6569:SkRasterPipelineContexts::Conical2PtCtx*\20SkArenaAlloc::make\28\29 -6570:SkRasterPipelineBlitter::Create\28SkPixmap\20const&\2c\20SkPaint\20const&\2c\20SkRGBA4f<\28SkAlphaType\293>\20const&\2c\20SkArenaAlloc*\2c\20SkRasterPipeline\20const&\2c\20bool\2c\20bool\2c\20SkShader\20const*\29 -6571:SkRasterPipeline::buildPipeline\28SkRasterPipelineStage*\29\20const -6572:SkRasterPipeline::appendSetRGB\28SkArenaAlloc*\2c\20float\20const*\29 -6573:SkRasterPipeline::appendLoad\28SkColorType\2c\20SkRasterPipelineContexts::MemoryCtx\20const*\29 -6574:SkRasterClipStack::Rec::Rec\28SkRasterClip\20const&\29 -6575:SkRasterClip::setEmpty\28\29 -6576:SkRasterClip::computeIsRect\28\29\20const -6577:SkRandom::nextULessThan\28unsigned\20int\29 -6578:SkRTreeFactory::operator\28\29\28\29\20const -6579:SkRTree::~SkRTree\28\29 -6580:SkRTree::search\28SkRTree::Node*\2c\20SkRect\20const&\2c\20std::__2::vector>*\29\20const -6581:SkRTree::bulkLoad\28std::__2::vector>*\2c\20int\29 -6582:SkRTree::allocateNodeAtLevel\28unsigned\20short\29 -6583:SkRRectPriv::IsSimpleCircular\28SkRRect\20const&\29 -6584:SkRRectPriv::ConservativeIntersect\28SkRRect\20const&\2c\20SkRRect\20const&\29::$_2::operator\28\29\28SkRRect::Corner\2c\20SkPoint\20const&\2c\20SkPoint\20const&\29\20const -6585:SkRRectPriv::AllCornersCircular\28SkRRect\20const&\2c\20float\29 -6586:SkRRect::isValid\28\29\20const -6587:SkRRect::computeType\28\29 -6588:SkRGBA4f<\28SkAlphaType\292>\20skgpu::Swizzle::applyTo<\28SkAlphaType\292>\28SkRGBA4f<\28SkAlphaType\292>\29\20const -6589:SkRGBA4f<\28SkAlphaType\292>::unpremul\28\29\20const -6590:SkQuads::Roots\28double\2c\20double\2c\20double\29 -6591:SkQuadraticEdge::nextSegment\28\29 -6592:SkQuadConstruct::init\28float\2c\20float\29 -6593:SkPtrSet::add\28void*\29 -6594:SkPoint::Normalize\28SkPoint*\29 -6595:SkPixmap::readPixels\28SkPixmap\20const&\29\20const -6596:SkPixmap::readPixels\28SkImageInfo\20const&\2c\20void*\2c\20unsigned\20long\2c\20int\2c\20int\29\20const -6597:SkPixmap::erase\28unsigned\20int\29\20const -6598:SkPixmap::erase\28SkRGBA4f<\28SkAlphaType\293>\20const&\2c\20SkIRect\20const*\29\20const -6599:SkPixelRef::callGenIDChangeListeners\28\29 -6600:SkPictureRecorder::beginRecording\28SkRect\20const&\2c\20sk_sp\29 -6601:SkPictureRecorder::beginRecording\28SkRect\20const&\2c\20SkBBHFactory*\29 -6602:SkPictureRecord::fillRestoreOffsetPlaceholdersForCurrentStackLevel\28unsigned\20int\29 -6603:SkPictureRecord::endRecording\28\29 -6604:SkPictureRecord::beginRecording\28\29 -6605:SkPictureRecord::addPath\28SkPath\20const&\29 -6606:SkPictureRecord::addPathToHeap\28SkPath\20const&\29 -6607:SkPictureRecord::SkPictureRecord\28SkIRect\20const&\2c\20unsigned\20int\29 -6608:SkPictureImageGenerator::~SkPictureImageGenerator\28\29 -6609:SkPictureData::~SkPictureData\28\29 -6610:SkPictureData::flatten\28SkWriteBuffer&\29\20const -6611:SkPictureData::SkPictureData\28SkPictureRecord\20const&\2c\20SkPictInfo\20const&\29 -6612:SkPicture::SkPicture\28\29 -6613:SkPathWriter::moveTo\28\29 -6614:SkPathWriter::init\28\29 -6615:SkPathWriter::assemble\28\29 -6616:SkPathStroker::setQuadEndNormal\28SkPoint\20const*\2c\20SkPoint\20const&\2c\20SkPoint\20const&\2c\20SkPoint*\2c\20SkPoint*\29 -6617:SkPathStroker::cubicQuadEnds\28SkPoint\20const*\2c\20SkQuadConstruct*\29 -6618:SkPathRef::resetToSize\28int\2c\20int\2c\20int\2c\20int\2c\20int\2c\20int\29 -6619:SkPathRef::isRRect\28SkRRect*\2c\20bool*\2c\20unsigned\20int*\29\20const -6620:SkPathRef::isOval\28SkRect*\2c\20bool*\2c\20unsigned\20int*\29\20const -6621:SkPathRef::commonReset\28\29 -6622:SkPathRef::Iter::next\28SkPoint*\29 -6623:SkPathRef::CreateEmpty\28\29 -6624:SkPathPriv::PerspectiveClip\28SkPath\20const&\2c\20SkMatrix\20const&\2c\20SkPath*\29 -6625:SkPathPriv::LeadingMoveToCount\28SkPath\20const&\29 -6626:SkPathPriv::IsRRect\28SkPath\20const&\2c\20SkRRect*\2c\20SkPathDirection*\2c\20unsigned\20int*\29 -6627:SkPathPriv::IsOval\28SkPath\20const&\2c\20SkRect*\2c\20SkPathDirection*\2c\20unsigned\20int*\29 -6628:SkPathPriv::IsNestedFillRects\28SkPath\20const&\2c\20SkRect*\2c\20SkPathDirection*\29 -6629:SkPathPriv::CreateDrawArcPath\28SkPath*\2c\20SkArc\20const&\2c\20bool\29 -6630:SkPathOpsBounds::Intersects\28SkPathOpsBounds\20const&\2c\20SkPathOpsBounds\20const&\29 -6631:SkPathMeasure::~SkPathMeasure\28\29 -6632:SkPathMeasure::getSegment\28float\2c\20float\2c\20SkPathBuilder*\2c\20bool\29 -6633:SkPathMeasure::SkPathMeasure\28SkPath\20const&\2c\20bool\2c\20float\29 -6634:SkPathEffectBase::getFlattenableType\28\29\20const -6635:SkPathEffectBase::PointData::~PointData\28\29 -6636:SkPathEdgeIter::next\28\29::'lambda'\28\29::operator\28\29\28\29\20const -6637:SkPathBuilder::setLastPt\28float\2c\20float\29 -6638:SkPathBuilder::privateReversePathTo\28SkPath\20const&\29 -6639:SkPathBuilder::operator=\28SkPath\20const&\29 -6640:SkPathBuilder::computeBounds\28\29\20const -6641:SkPathBuilder::addRRect\28SkRRect\20const&\2c\20SkPathDirection\29 -6642:SkPathBuilder::addPath\28SkPath\20const&\2c\20SkPath::AddPathMode\29 -6643:SkPathBuilder::addOval\28SkRect\20const&\2c\20SkPathDirection\2c\20unsigned\20int\29 -6644:SkPathBuilder::addOval\28SkRect\20const&\2c\20SkPathDirection\29 -6645:SkPath::writeToMemory\28void*\29\20const -6646:SkPath::swap\28SkPath&\29 -6647:SkPath::rewind\28\29 -6648:SkPath::offset\28float\2c\20float\29 -6649:SkPath::makeTransform\28SkMatrix\20const&\2c\20SkApplyPerspectiveClip\29\20const -6650:SkPath::isRRect\28SkRRect*\29\20const -6651:SkPath::isOval\28SkRect*\29\20const -6652:SkPath::cubicTo\28float\2c\20float\2c\20float\2c\20float\2c\20float\2c\20float\29 -6653:SkPath::copyFields\28SkPath\20const&\29 -6654:SkPath::conservativelyContainsRect\28SkRect\20const&\29\20const -6655:SkPath::arcTo\28float\2c\20float\2c\20float\2c\20SkPath::ArcSize\2c\20SkPathDirection\2c\20float\2c\20float\29 -6656:SkPath::addRect\28float\2c\20float\2c\20float\2c\20float\2c\20SkPathDirection\29 -6657:SkPath::addRRect\28SkRRect\20const&\2c\20SkPathDirection\2c\20unsigned\20int\29 -6658:SkPath::addPoly\28SkSpan\2c\20bool\29 -6659:SkPaintToGrPaintWithBlend\28skgpu::ganesh::SurfaceDrawContext*\2c\20SkPaint\20const&\2c\20SkMatrix\20const&\2c\20SkBlender*\2c\20GrPaint*\29 -6660:SkPaintPriv::ShouldDither\28SkPaint\20const&\2c\20SkColorType\29 -6661:SkOpSpanBase::merge\28SkOpSpan*\29 -6662:SkOpSpanBase::initBase\28SkOpSegment*\2c\20SkOpSpan*\2c\20double\2c\20SkPoint\20const&\29 -6663:SkOpSpan::sortableTop\28SkOpContour*\29 -6664:SkOpSpan::setOppSum\28int\29 -6665:SkOpSpan::insertCoincidence\28SkOpSpan*\29 -6666:SkOpSpan::insertCoincidence\28SkOpSegment\20const*\2c\20bool\2c\20bool\29 -6667:SkOpSpan::init\28SkOpSegment*\2c\20SkOpSpan*\2c\20double\2c\20SkPoint\20const&\29 -6668:SkOpSpan::containsCoincidence\28SkOpSegment\20const*\29\20const -6669:SkOpSpan::computeWindSum\28\29 -6670:SkOpSegment::updateOppWindingReverse\28SkOpAngle\20const*\29\20const -6671:SkOpSegment::ptsDisjoint\28double\2c\20SkPoint\20const&\2c\20double\2c\20SkPoint\20const&\29\20const -6672:SkOpSegment::markWinding\28SkOpSpan*\2c\20int\29 -6673:SkOpSegment::isClose\28double\2c\20SkOpSegment\20const*\29\20const -6674:SkOpSegment::computeSum\28SkOpSpanBase*\2c\20SkOpSpanBase*\2c\20SkOpAngle::IncludeType\29 -6675:SkOpSegment::collapsed\28double\2c\20double\29\20const -6676:SkOpSegment::addExpanded\28double\2c\20SkOpSpanBase\20const*\2c\20bool*\29 -6677:SkOpSegment::activeWinding\28SkOpSpanBase*\2c\20SkOpSpanBase*\2c\20int*\29 -6678:SkOpSegment::activeOp\28int\2c\20int\2c\20SkOpSpanBase*\2c\20SkOpSpanBase*\2c\20SkPathOp\2c\20int*\2c\20int*\29 -6679:SkOpSegment::activeAngle\28SkOpSpanBase*\2c\20SkOpSpanBase**\2c\20SkOpSpanBase**\2c\20bool*\29 -6680:SkOpSegment::activeAngleInner\28SkOpSpanBase*\2c\20SkOpSpanBase**\2c\20SkOpSpanBase**\2c\20bool*\29 -6681:SkOpPtT::ptAlreadySeen\28SkOpPtT\20const*\29\20const -6682:SkOpEdgeBuilder::~SkOpEdgeBuilder\28\29 -6683:SkOpEdgeBuilder::preFetch\28\29 -6684:SkOpEdgeBuilder::finish\28\29 -6685:SkOpEdgeBuilder::SkOpEdgeBuilder\28SkPath\20const&\2c\20SkOpContourHead*\2c\20SkOpGlobalState*\29 -6686:SkOpContourBuilder::addQuad\28SkPoint*\29 -6687:SkOpContourBuilder::addLine\28SkPoint\20const*\29 -6688:SkOpContourBuilder::addCubic\28SkPoint*\29 -6689:SkOpContourBuilder::addConic\28SkPoint*\2c\20float\29 -6690:SkOpCoincidence::restoreHead\28\29 -6691:SkOpCoincidence::releaseDeleted\28SkCoincidentSpans*\29 -6692:SkOpCoincidence::mark\28\29 -6693:SkOpCoincidence::markCollapsed\28SkCoincidentSpans*\2c\20SkOpPtT*\29 -6694:SkOpCoincidence::fixUp\28SkCoincidentSpans*\2c\20SkOpPtT*\2c\20SkOpPtT\20const*\29 -6695:SkOpCoincidence::contains\28SkCoincidentSpans\20const*\2c\20SkOpSegment\20const*\2c\20SkOpSegment\20const*\2c\20double\29\20const -6696:SkOpCoincidence::checkOverlap\28SkCoincidentSpans*\2c\20SkOpSegment\20const*\2c\20SkOpSegment\20const*\2c\20double\2c\20double\2c\20double\2c\20double\2c\20SkTDArray*\29\20const -6697:SkOpCoincidence::addOrOverlap\28SkOpSegment*\2c\20SkOpSegment*\2c\20double\2c\20double\2c\20double\2c\20double\2c\20bool*\29 -6698:SkOpCoincidence::addMissing\28bool*\29 -6699:SkOpCoincidence::addEndMovedSpans\28SkOpSpan\20const*\2c\20SkOpSpanBase\20const*\29 -6700:SkOpAngle::tangentsDiverge\28SkOpAngle\20const*\2c\20double\29 -6701:SkOpAngle::setSpans\28\29 -6702:SkOpAngle::setSector\28\29 -6703:SkOpAngle::previous\28\29\20const -6704:SkOpAngle::midToSide\28SkOpAngle\20const*\2c\20bool*\29\20const -6705:SkOpAngle::merge\28SkOpAngle*\29 -6706:SkOpAngle::loopContains\28SkOpAngle\20const*\29\20const -6707:SkOpAngle::lineOnOneSide\28SkOpAngle\20const*\2c\20bool\29 -6708:SkOpAngle::findSector\28SkPath::Verb\2c\20double\2c\20double\29\20const -6709:SkOpAngle::endToSide\28SkOpAngle\20const*\2c\20bool*\29\20const -6710:SkOpAngle::checkCrossesZero\28\29\20const -6711:SkOpAngle::alignmentSameSide\28SkOpAngle\20const*\2c\20int*\29\20const -6712:SkOpAngle::after\28SkOpAngle*\29 -6713:SkOffsetSimplePolygon\28SkPoint\20const*\2c\20int\2c\20SkRect\20const&\2c\20float\2c\20SkTDArray*\2c\20SkTDArray*\29 -6714:SkOTUtils::LocalizedStrings_SingleName::~LocalizedStrings_SingleName\28\29 -6715:SkOTUtils::LocalizedStrings_NameTable::~LocalizedStrings_NameTable\28\29 -6716:SkNullBlitter*\20SkArenaAlloc::make\28\29 -6717:SkNotifyBitmapGenIDIsStale\28unsigned\20int\29 -6718:SkNoPixelsDevice::~SkNoPixelsDevice\28\29 -6719:SkNoPixelsDevice::SkNoPixelsDevice\28SkIRect\20const&\2c\20SkSurfaceProps\20const&\29 -6720:SkNoDestructor::SkNoDestructor\2c\20sk_sp>\28sk_sp&&\2c\20sk_sp&&\29 -6721:SkNVRefCnt::unref\28\29\20const -6722:SkNVRefCnt::unref\28\29\20const -6723:SkNVRefCnt::unref\28\29\20const -6724:SkNVRefCnt::unref\28\29\20const -6725:SkNVRefCnt::unref\28\29\20const -6726:SkModifyPaintAndDstForDrawImageRect\28SkImage\20const*\2c\20SkSamplingOptions\20const&\2c\20SkRect\2c\20SkRect\2c\20bool\2c\20SkPaint*\29 -6727:SkMipmapAccessor::SkMipmapAccessor\28SkImage_Base\20const*\2c\20SkMatrix\20const&\2c\20SkMipmapMode\29::$_1::operator\28\29\28SkPixmap\20const&\29\20const -6728:SkMipmap::~SkMipmap\28\29 -6729:SkMessageBus::Get\28\29 -6730:SkMeshSpecification::Attribute::Attribute\28SkMeshSpecification::Attribute\20const&\29 -6731:SkMeshPriv::CpuBuffer::~CpuBuffer\28\29 -6732:SkMeshPriv::CpuBuffer::size\28\29\20const -6733:SkMeshPriv::CpuBuffer::peek\28\29\20const -6734:SkMeshPriv::CpuBuffer::onUpdate\28GrDirectContext*\2c\20void\20const*\2c\20unsigned\20long\2c\20unsigned\20long\29 -6735:SkMemoryStream::~SkMemoryStream\28\29 -6736:SkMemoryStream::SkMemoryStream\28sk_sp\29 -6737:SkMatrixPriv::MapPointsWithStride\28SkMatrix\20const&\2c\20SkPoint*\2c\20unsigned\20long\2c\20int\29 -6738:SkMatrixPriv::IsScaleTranslateAsM33\28SkM44\20const&\29 -6739:SkMatrix::updateTranslateMask\28\29 -6740:SkMatrix::setTranslate\28float\2c\20float\29 -6741:SkMatrix::setScale\28float\2c\20float\29 -6742:SkMatrix::postSkew\28float\2c\20float\29 -6743:SkMatrix::mapVectors\28SkSpan\2c\20SkSpan\29\20const -6744:SkMatrix::mapRectScaleTranslate\28SkRect*\2c\20SkRect\20const&\29\20const -6745:SkMatrix::mapPointToHomogeneous\28SkPoint\29\20const -6746:SkMatrix::mapHomogeneousPoints\28SkSpan\2c\20SkSpan\29\20const -6747:SkMatrix::getMinScale\28\29\20const -6748:SkMatrix::computeTypeMask\28\29\20const -6749:SkMatrix*\20SkRecord::alloc\28unsigned\20long\29 -6750:SkMaskFilterBase::filterRects\28SkSpan\2c\20SkMatrix\20const&\2c\20SkRasterClip\20const&\2c\20SkBlitter*\2c\20SkResourceCache*\29\20const -6751:SkMaskFilterBase::NinePatch::~NinePatch\28\29 -6752:SkMask*\20SkTLazy::init\28unsigned\20char\20const*&&\2c\20SkIRect\20const&\2c\20unsigned\20int\20const&\2c\20SkMask::Format\20const&\29 -6753:SkMask*\20SkTLazy::init\28SkMaskBuilder&\29 -6754:SkMallocPixelRef::MakeAllocate\28SkImageInfo\20const&\2c\20unsigned\20long\29::PixelRef::~PixelRef\28\29 -6755:SkMakePixelRefWithProc\28int\2c\20int\2c\20unsigned\20long\2c\20void*\2c\20void\20\28*\29\28void*\2c\20void*\29\2c\20void*\29::PixelRef::~PixelRef\28\29 -6756:SkMakeBitmapShaderForPaint\28SkPaint\20const&\2c\20SkBitmap\20const&\2c\20SkTileMode\2c\20SkTileMode\2c\20SkSamplingOptions\20const&\2c\20SkMatrix\20const*\2c\20SkCopyPixelsMode\29 -6757:SkM44::preScale\28float\2c\20float\29 -6758:SkM44::preConcat\28SkM44\20const&\29 -6759:SkM44::postTranslate\28float\2c\20float\2c\20float\29 -6760:SkM44::isFinite\28\29\20const -6761:SkM44::RectToRect\28SkRect\20const&\2c\20SkRect\20const&\29 -6762:SkLinearColorSpaceLuminance::toLuma\28float\2c\20float\29\20const -6763:SkLineParameters::normalize\28\29 -6764:SkLineParameters::cubicEndPoints\28SkDCubic\20const&\29 -6765:SkLineClipper::ClipLine\28SkPoint\20const*\2c\20SkRect\20const&\2c\20SkPoint*\2c\20bool\29 -6766:SkLatticeIter::~SkLatticeIter\28\29 -6767:SkLatticeIter::next\28SkIRect*\2c\20SkRect*\2c\20bool*\2c\20unsigned\20int*\29 -6768:SkLatticeIter::SkLatticeIter\28SkCanvas::Lattice\20const&\2c\20SkRect\20const&\29 -6769:SkLRUCache>\2c\20skia::textlayout::ParagraphCache::KeyHash\2c\20SkNoOpPurge>::find\28skia::textlayout::ParagraphCacheKey\20const&\29 -6770:SkLRUCache>\2c\20GrGLGpu::ProgramCache::DescHash\2c\20SkNoOpPurge>::insert\28GrProgramDesc\20const&\2c\20std::__2::unique_ptr>\29 -6771:SkLRUCache>\2c\20GrGLGpu::ProgramCache::DescHash\2c\20SkNoOpPurge>::find\28GrProgramDesc\20const&\29 -6772:SkKnownRuntimeEffects::\28anonymous\20namespace\29::make_matrix_conv_shader\28SkKnownRuntimeEffects::\28anonymous\20namespace\29::MatrixConvolutionImpl\2c\20SkKnownRuntimeEffects::StableKey\29::$_0::operator\28\29\28int\2c\20SkRuntimeEffect::Options\20const&\29\20const -6773:SkIsSimplePolygon\28SkPoint\20const*\2c\20int\29 -6774:SkIsConvexPolygon\28SkPoint\20const*\2c\20int\29 -6775:SkInvert3x3Matrix\28float\20const*\2c\20float*\29 -6776:SkIntersections::quadVertical\28SkPoint\20const*\2c\20float\2c\20float\2c\20float\2c\20bool\29 -6777:SkIntersections::quadLine\28SkPoint\20const*\2c\20SkPoint\20const*\29 -6778:SkIntersections::quadHorizontal\28SkPoint\20const*\2c\20float\2c\20float\2c\20float\2c\20bool\29 -6779:SkIntersections::mostOutside\28double\2c\20double\2c\20SkDPoint\20const&\29\20const -6780:SkIntersections::lineVertical\28SkPoint\20const*\2c\20float\2c\20float\2c\20float\2c\20bool\29 -6781:SkIntersections::lineHorizontal\28SkPoint\20const*\2c\20float\2c\20float\2c\20float\2c\20bool\29 -6782:SkIntersections::intersect\28SkDCubic\20const&\2c\20SkDQuad\20const&\29 -6783:SkIntersections::intersect\28SkDCubic\20const&\2c\20SkDConic\20const&\29 -6784:SkIntersections::intersect\28SkDConic\20const&\2c\20SkDQuad\20const&\29 -6785:SkIntersections::insertCoincident\28double\2c\20double\2c\20SkDPoint\20const&\29 -6786:SkIntersections::cubicVertical\28SkPoint\20const*\2c\20float\2c\20float\2c\20float\2c\20bool\29 -6787:SkIntersections::cubicLine\28SkPoint\20const*\2c\20SkPoint\20const*\29 -6788:SkIntersections::cubicHorizontal\28SkPoint\20const*\2c\20float\2c\20float\2c\20float\2c\20bool\29 -6789:SkIntersections::conicVertical\28SkPoint\20const*\2c\20float\2c\20float\2c\20float\2c\20float\2c\20bool\29 -6790:SkIntersections::conicLine\28SkPoint\20const*\2c\20float\2c\20SkPoint\20const*\29 -6791:SkIntersections::conicHorizontal\28SkPoint\20const*\2c\20float\2c\20float\2c\20float\2c\20float\2c\20bool\29 -6792:SkImages::RasterFromPixmap\28SkPixmap\20const&\2c\20void\20\28*\29\28void\20const*\2c\20void*\29\2c\20void*\29 -6793:SkImages::RasterFromData\28SkImageInfo\20const&\2c\20sk_sp\2c\20unsigned\20long\29 -6794:SkImage_Raster::~SkImage_Raster\28\29 -6795:SkImage_Raster::onPeekBitmap\28\29\20const -6796:SkImage_Raster::SkImage_Raster\28SkBitmap\20const&\2c\20bool\29 -6797:SkImage_Picture::Make\28sk_sp\2c\20SkISize\20const&\2c\20SkMatrix\20const*\2c\20SkPaint\20const*\2c\20SkImages::BitDepth\2c\20sk_sp\2c\20SkSurfaceProps\29 -6798:SkImage_Lazy::~SkImage_Lazy\28\29 -6799:SkImage_Lazy::onMakeSurface\28SkRecorder*\2c\20SkImageInfo\20const&\29\20const -6800:SkImage_Lazy::onMakeColorTypeAndColorSpace\28SkColorType\2c\20sk_sp\2c\20GrDirectContext*\29\20const -6801:SkImage_GaneshBase::~SkImage_GaneshBase\28\29 -6802:SkImage_GaneshBase::onMakeSubset\28SkRecorder*\2c\20SkIRect\20const&\2c\20SkImage::RequiredProperties\29\20const -6803:SkImage_GaneshBase::makeColorTypeAndColorSpace\28SkRecorder*\2c\20SkColorType\2c\20sk_sp\2c\20SkImage::RequiredProperties\29\20const -6804:SkImage_GaneshBase::SkImage_GaneshBase\28sk_sp\2c\20SkImageInfo\2c\20unsigned\20int\29 -6805:SkImage_Base::onAsyncRescaleAndReadPixelsYUV420\28SkYUVColorSpace\2c\20bool\2c\20sk_sp\2c\20SkIRect\2c\20SkISize\2c\20SkImage::RescaleGamma\2c\20SkImage::RescaleMode\2c\20void\20\28*\29\28void*\2c\20std::__2::unique_ptr>\29\2c\20void*\29\20const -6806:SkImage_Base::onAsLegacyBitmap\28GrDirectContext*\2c\20SkBitmap*\29\20const -6807:SkImageShader::~SkImageShader\28\29 -6808:SkImageShader::appendStages\28SkStageRec\20const&\2c\20SkShaders::MatrixRec\20const&\29\20const::$_3::operator\28\29\28\28anonymous\20namespace\29::MipLevelHelper\20const*\29\20const -6809:SkImageShader::appendStages\28SkStageRec\20const&\2c\20SkShaders::MatrixRec\20const&\29\20const::$_1::operator\28\29\28\28anonymous\20namespace\29::MipLevelHelper\20const*\29\20const -6810:SkImageInfoValidConversion\28SkImageInfo\20const&\2c\20SkImageInfo\20const&\29 -6811:SkImageGenerator::SkImageGenerator\28SkImageInfo\20const&\2c\20unsigned\20int\29 -6812:SkImageFilters::Crop\28SkRect\20const&\2c\20sk_sp\29 -6813:SkImageFilters::Blur\28float\2c\20float\2c\20SkTileMode\2c\20sk_sp\2c\20SkImageFilters::CropRect\20const&\29 -6814:SkImageFilter_Base::getInputBounds\28skif::Mapping\20const&\2c\20skif::DeviceSpace\20const&\2c\20std::__2::optional>\29\20const -6815:SkImageFilter_Base::getCTMCapability\28\29\20const -6816:SkImageFilterCache::Get\28SkImageFilterCache::CreateIfNecessary\29 -6817:SkImageFilterCache::Create\28unsigned\20long\29 -6818:SkImage::~SkImage\28\29 -6819:SkImage::peekPixels\28SkPixmap*\29\20const -6820:SkIRect::offset\28SkIPoint\20const&\29 -6821:SkIRect::containsNoEmptyCheck\28SkIRect\20const&\29\20const -6822:SkGradientShader::MakeTwoPointConical\28SkPoint\20const&\2c\20float\2c\20SkPoint\20const&\2c\20float\2c\20unsigned\20int\20const*\2c\20float\20const*\2c\20int\2c\20SkTileMode\2c\20unsigned\20int\2c\20SkMatrix\20const*\29 -6823:SkGradientShader::MakeTwoPointConical\28SkPoint\20const&\2c\20float\2c\20SkPoint\20const&\2c\20float\2c\20SkRGBA4f<\28SkAlphaType\293>\20const*\2c\20sk_sp\2c\20float\20const*\2c\20int\2c\20SkTileMode\2c\20SkGradientShader::Interpolation\20const&\2c\20SkMatrix\20const*\29 -6824:SkGradientShader::MakeSweep\28float\2c\20float\2c\20unsigned\20int\20const*\2c\20float\20const*\2c\20int\2c\20SkTileMode\2c\20float\2c\20float\2c\20unsigned\20int\2c\20SkMatrix\20const*\29 -6825:SkGradientShader::MakeRadial\28SkPoint\20const&\2c\20float\2c\20unsigned\20int\20const*\2c\20float\20const*\2c\20int\2c\20SkTileMode\2c\20unsigned\20int\2c\20SkMatrix\20const*\29 -6826:SkGradientShader::MakeLinear\28SkPoint\20const*\2c\20unsigned\20int\20const*\2c\20float\20const*\2c\20int\2c\20SkTileMode\2c\20unsigned\20int\2c\20SkMatrix\20const*\29 -6827:SkGradientShader::MakeLinear\28SkPoint\20const*\2c\20SkRGBA4f<\28SkAlphaType\293>\20const*\2c\20sk_sp\2c\20float\20const*\2c\20int\2c\20SkTileMode\2c\20SkGradientShader::Interpolation\20const&\2c\20SkMatrix\20const*\29 -6828:SkGradientBaseShader::~SkGradientBaseShader\28\29 -6829:SkGradientBaseShader::getPos\28int\29\20const -6830:SkGradientBaseShader::AppendGradientFillStages\28SkRasterPipeline*\2c\20SkArenaAlloc*\2c\20SkRGBA4f<\28SkAlphaType\292>\20const*\2c\20float\20const*\2c\20int\29 -6831:SkGlyph::mask\28SkPoint\29\20const -6832:SkGlyph::ensureIntercepts\28float\20const*\2c\20float\2c\20float\2c\20float*\2c\20int*\2c\20SkArenaAlloc*\29::$_1::operator\28\29\28SkGlyph::Intercept\20const*\2c\20float*\2c\20int*\29\20const -6833:SkGenerateDistanceFieldFromA8Image\28unsigned\20char*\2c\20unsigned\20char\20const*\2c\20int\2c\20int\2c\20unsigned\20long\29 -6834:SkGaussFilter::SkGaussFilter\28double\29 -6835:SkFontStyleSet_Custom::~SkFontStyleSet_Custom\28\29 -6836:SkFontStyleSet::CreateEmpty\28\29 -6837:SkFontScanner_FreeType::~SkFontScanner_FreeType\28\29 -6838:SkFontScanner_FreeType::scanInstance\28SkStreamAsset*\2c\20int\2c\20int\2c\20SkString*\2c\20SkFontStyle*\2c\20bool*\2c\20skia_private::STArray<4\2c\20SkFontParameters::Variation::Axis\2c\20true>*\2c\20skia_private::STArray<4\2c\20SkFontArguments::VariationPosition::Coordinate\2c\20true>*\29\20const -6839:SkFontScanner_FreeType::computeAxisValues\28skia_private::STArray<4\2c\20SkFontParameters::Variation::Axis\2c\20true>\20const&\2c\20SkFontArguments::VariationPosition\2c\20SkFontArguments::VariationPosition\2c\20int*\2c\20SkString\20const&\2c\20SkFontStyle*\29 -6840:SkFontScanner_FreeType::SkFontScanner_FreeType\28\29 -6841:SkFontPriv::MakeTextMatrix\28float\2c\20float\2c\20float\29 -6842:SkFontPriv::GetFontBounds\28SkFont\20const&\29 -6843:SkFontMgr_Custom::~SkFontMgr_Custom\28\29 -6844:SkFontMgr_Custom::onMakeFromStreamArgs\28std::__2::unique_ptr>\2c\20SkFontArguments\20const&\29\20const -6845:SkFontDescriptor::SkFontStyleWidthForWidthAxisValue\28float\29 -6846:SkFontData::~SkFontData\28\29 -6847:SkFontData::SkFontData\28std::__2::unique_ptr>\2c\20int\2c\20int\2c\20int\20const*\2c\20int\2c\20SkFontArguments::Palette::Override\20const*\2c\20int\29 -6848:SkFont::operator==\28SkFont\20const&\29\20const -6849:SkFont::getPaths\28SkSpan\2c\20void\20\28*\29\28SkPath\20const*\2c\20SkMatrix\20const&\2c\20void*\29\2c\20void*\29\20const -6850:SkFindCubicInflections\28SkPoint\20const*\2c\20float*\29 -6851:SkFindCubicExtrema\28float\2c\20float\2c\20float\2c\20float\2c\20float*\29 -6852:SkFindBisector\28SkPoint\2c\20SkPoint\29 -6853:SkFibBlockSizes<4294967295u>::SkFibBlockSizes\28unsigned\20int\2c\20unsigned\20int\29::'lambda0'\28\29::operator\28\29\28\29\20const -6854:SkFibBlockSizes<4294967295u>::SkFibBlockSizes\28unsigned\20int\2c\20unsigned\20int\29::'lambda'\28\29::operator\28\29\28\29\20const -6855:SkFILEStream::~SkFILEStream\28\29 -6856:SkEvalQuadTangentAt\28SkPoint\20const*\2c\20float\29 -6857:SkEvalQuadAt\28SkPoint\20const*\2c\20float\2c\20SkPoint*\2c\20SkPoint*\29 -6858:SkEdgeClipper::next\28SkPoint*\29 -6859:SkEdgeClipper::clipQuad\28SkPoint\20const*\2c\20SkRect\20const&\29 -6860:SkEdgeClipper::clipLine\28SkPoint\2c\20SkPoint\2c\20SkRect\20const&\29 -6861:SkEdgeClipper::appendCubic\28SkPoint\20const*\2c\20bool\29 -6862:SkEdgeClipper::ClipPath\28SkPath\20const&\2c\20SkRect\20const&\2c\20bool\2c\20void\20\28*\29\28SkEdgeClipper*\2c\20bool\2c\20void*\29\2c\20void*\29 -6863:SkEdgeBuilder::build\28SkPath\20const&\2c\20SkIRect\20const*\2c\20bool\29::$_1::operator\28\29\28SkPoint\20const*\29\20const -6864:SkEdgeBuilder::buildEdges\28SkPath\20const&\2c\20SkIRect\20const*\29 -6865:SkEdgeBuilder::SkEdgeBuilder\28\29 -6866:SkEdge::updateLine\28int\2c\20int\2c\20int\2c\20int\29 -6867:SkDynamicMemoryWStream::reset\28\29 -6868:SkDynamicMemoryWStream::Block::append\28void\20const*\2c\20unsigned\20long\29 -6869:SkDrawableList::newDrawableSnapshot\28\29 -6870:SkDrawTreatAsHairline\28SkPaint\20const&\2c\20SkMatrix\20const&\2c\20float*\29 -6871:SkDrawShadowMetrics::GetSpotShadowTransform\28SkPoint3\20const&\2c\20float\2c\20SkMatrix\20const&\2c\20SkPoint3\20const&\2c\20SkRect\20const&\2c\20bool\2c\20SkMatrix*\2c\20float*\29 -6872:SkDrawBase::drawRect\28SkRect\20const&\2c\20SkPaint\20const&\2c\20SkMatrix\20const*\2c\20SkRect\20const*\29\20const -6873:SkDrawBase::drawRRectNinePatch\28SkRRect\20const&\2c\20SkPaint\20const&\29\20const -6874:SkDrawBase::drawPath\28SkPath\20const&\2c\20SkPaint\20const&\2c\20SkMatrix\20const*\2c\20bool\2c\20SkDrawCoverage\2c\20SkBlitter*\29\20const -6875:SkDrawBase::drawPaint\28SkPaint\20const&\29\20const -6876:SkDrawBase::SkDrawBase\28SkDrawBase\20const&\29 -6877:SkDrawBase::DrawToMask\28SkPath\20const&\2c\20SkIRect\20const&\2c\20SkMaskFilter\20const*\2c\20SkMatrix\20const*\2c\20SkMaskBuilder*\2c\20SkMaskBuilder::CreateMode\2c\20SkStrokeRec::InitStyle\29 -6878:SkDraw::drawSprite\28SkBitmap\20const&\2c\20int\2c\20int\2c\20SkPaint\20const&\29\20const -6879:SkDraw::drawDevMask\28SkMask\20const&\2c\20SkPaint\20const&\2c\20SkMatrix\20const*\29\20const -6880:SkDraw::drawBitmap\28SkBitmap\20const&\2c\20SkMatrix\20const&\2c\20SkRect\20const*\2c\20SkSamplingOptions\20const&\2c\20SkPaint\20const&\29\20const -6881:SkDraw::SkDraw\28SkDraw\20const&\29 -6882:SkDevice::setOrigin\28SkM44\20const&\2c\20int\2c\20int\29 -6883:SkDevice::setDeviceCoordinateSystem\28SkM44\20const&\2c\20SkM44\20const&\2c\20SkM44\20const&\2c\20int\2c\20int\29 -6884:SkDevice::drawShadow\28SkCanvas*\2c\20SkPath\20const&\2c\20SkDrawShadowRec\20const&\29 -6885:SkDevice::drawDevice\28SkDevice*\2c\20SkSamplingOptions\20const&\2c\20SkPaint\20const&\29 -6886:SkDevice::drawArc\28SkArc\20const&\2c\20SkPaint\20const&\29 -6887:SkDescriptor::addEntry\28unsigned\20int\2c\20unsigned\20long\2c\20void\20const*\29 -6888:SkDeque::push_back\28\29 -6889:SkDeque::allocateBlock\28int\29 -6890:SkDeque::Iter::Iter\28SkDeque\20const&\2c\20SkDeque::Iter::IterStart\29 -6891:SkDashPathEffect::Make\28SkSpan\2c\20float\29 -6892:SkDashPath::InternalFilter\28SkPathBuilder*\2c\20SkPath\20const&\2c\20SkStrokeRec*\2c\20SkRect\20const*\2c\20SkSpan\2c\20float\2c\20int\2c\20float\2c\20float\2c\20SkDashPath::StrokeRecApplication\29 -6893:SkDashPath::CalcDashParameters\28float\2c\20SkSpan\2c\20float*\2c\20unsigned\20long*\2c\20float*\2c\20float*\29 -6894:SkDashImpl::~SkDashImpl\28\29 -6895:SkDRect::setBounds\28SkDQuad\20const&\2c\20SkDQuad\20const&\2c\20double\2c\20double\29 -6896:SkDRect::setBounds\28SkDCubic\20const&\2c\20SkDCubic\20const&\2c\20double\2c\20double\29 -6897:SkDRect::setBounds\28SkDConic\20const&\2c\20SkDConic\20const&\2c\20double\2c\20double\29 -6898:SkDQuad::subDivide\28double\2c\20double\29\20const -6899:SkDQuad::otherPts\28int\2c\20SkDPoint\20const**\29\20const -6900:SkDQuad::isLinear\28int\2c\20int\29\20const -6901:SkDQuad::hullIntersects\28SkDQuad\20const&\2c\20bool*\29\20const -6902:SkDQuad::FindExtrema\28double\20const*\2c\20double*\29 -6903:SkDQuad::AddValidTs\28double*\2c\20int\2c\20double*\29 -6904:SkDPoint::roughlyEqual\28SkDPoint\20const&\29\20const -6905:SkDPoint::approximatelyDEqual\28SkDPoint\20const&\29\20const -6906:SkDCurveSweep::setCurveHullSweep\28SkPath::Verb\29 -6907:SkDCubic::monotonicInY\28\29\20const -6908:SkDCubic::monotonicInX\28\29\20const -6909:SkDCubic::hullIntersects\28SkDQuad\20const&\2c\20bool*\29\20const -6910:SkDCubic::hullIntersects\28SkDPoint\20const*\2c\20int\2c\20bool*\29\20const -6911:SkDCubic::Coefficients\28double\20const*\2c\20double*\2c\20double*\2c\20double*\2c\20double*\29 -6912:SkDConic::subDivide\28double\2c\20double\29\20const -6913:SkDConic::FindExtrema\28double\20const*\2c\20float\2c\20double*\29 -6914:SkCubics::RootsReal\28double\2c\20double\2c\20double\2c\20double\2c\20double*\29 -6915:SkCubicEdge::nextSegment\28\29 -6916:SkCubicClipper::ChopMonoAtY\28SkPoint\20const*\2c\20float\2c\20float*\29 -6917:SkCreateRasterPipelineBlitter\28SkPixmap\20const&\2c\20SkPaint\20const&\2c\20SkRasterPipeline\20const&\2c\20bool\2c\20SkArenaAlloc*\2c\20sk_sp\29 -6918:SkCreateRasterPipelineBlitter\28SkPixmap\20const&\2c\20SkPaint\20const&\2c\20SkMatrix\20const&\2c\20SkArenaAlloc*\2c\20sk_sp\2c\20SkSurfaceProps\20const&\29 -6919:SkContourMeasureIter::SkContourMeasureIter\28SkPath\20const&\2c\20bool\2c\20float\29 -6920:SkContourMeasureIter::Impl::compute_line_seg\28SkPoint\2c\20SkPoint\2c\20float\2c\20unsigned\20int\29 -6921:SkContourMeasure::~SkContourMeasure\28\29 -6922:SkContourMeasure::getSegment\28float\2c\20float\2c\20SkPathBuilder*\2c\20bool\29\20const -6923:SkConicalGradient::getCenterX1\28\29\20const -6924:SkConic::evalTangentAt\28float\29\20const -6925:SkConic::chop\28SkConic*\29\20const -6926:SkConic::chopIntoQuadsPOW2\28SkPoint*\2c\20int\29\20const -6927:SkConic::BuildUnitArc\28SkPoint\20const&\2c\20SkPoint\20const&\2c\20SkRotationDirection\2c\20SkMatrix\20const*\2c\20SkConic*\29 -6928:SkColorToPMColor4f\28unsigned\20int\2c\20GrColorInfo\20const&\29 -6929:SkColorSpaceXformColorFilter::~SkColorSpaceXformColorFilter\28\29 -6930:SkColorSpaceSingletonFactory::Make\28skcms_TransferFunction\20const&\2c\20skcms_Matrix3x3\20const&\29 -6931:SkColorSpaceLuminance::Fetch\28float\29 -6932:SkColorSpace::makeLinearGamma\28\29\20const -6933:SkColorSpace::gamutTransformTo\28SkColorSpace\20const*\2c\20skcms_Matrix3x3*\29\20const -6934:SkColorSpace::computeLazyDstFields\28\29\20const -6935:SkColorSpace::SkColorSpace\28skcms_TransferFunction\20const&\2c\20skcms_Matrix3x3\20const&\29 -6936:SkColorFilters::Compose\28sk_sp\20const&\2c\20sk_sp\29 -6937:SkColorFilters::Blend\28SkRGBA4f<\28SkAlphaType\293>\20const&\2c\20sk_sp\2c\20SkBlendMode\29 -6938:SkColorFilterShader::~SkColorFilterShader\28\29 -6939:SkColorFilterShader::flatten\28SkWriteBuffer&\29\20const -6940:SkColorFilterShader::Make\28sk_sp\2c\20float\2c\20sk_sp\29 -6941:SkColor4fXformer::~SkColor4fXformer\28\29 -6942:SkColor4fXformer::SkColor4fXformer\28SkGradientBaseShader\20const*\2c\20SkColorSpace*\2c\20bool\29 -6943:SkCoincidentSpans::contains\28SkOpPtT\20const*\2c\20SkOpPtT\20const*\29\20const -6944:SkChopQuadAtMaxCurvature\28SkPoint\20const*\2c\20SkPoint*\29 -6945:SkChopQuadAtHalf\28SkPoint\20const*\2c\20SkPoint*\29 -6946:SkChopCubicAt\28SkPoint\20const*\2c\20SkPoint*\2c\20float\2c\20float\29 -6947:SkChopCubicAtInflections\28SkPoint\20const*\2c\20SkPoint*\29 -6948:SkCharToGlyphCache::reset\28\29 -6949:SkCharToGlyphCache::findGlyphIndex\28int\29\20const -6950:SkCanvasVirtualEnforcer::SkCanvasVirtualEnforcer\28SkIRect\20const&\29 -6951:SkCanvasPriv::WriteLattice\28void*\2c\20SkCanvas::Lattice\20const&\29 -6952:SkCanvasPriv::GetDstClipAndMatrixCounts\28SkCanvas::ImageSetEntry\20const*\2c\20int\2c\20int*\2c\20int*\29 -6953:SkCanvas::setMatrix\28SkMatrix\20const&\29 -6954:SkCanvas::internalSaveLayer\28SkCanvas::SaveLayerRec\20const&\2c\20SkCanvas::SaveLayerStrategy\2c\20bool\29 -6955:SkCanvas::internalDrawPaint\28SkPaint\20const&\29 -6956:SkCanvas::getDeviceClipBounds\28\29\20const -6957:SkCanvas::experimental_DrawEdgeAAImageSet\28SkCanvas::ImageSetEntry\20const*\2c\20int\2c\20SkPoint\20const*\2c\20SkMatrix\20const*\2c\20SkSamplingOptions\20const&\2c\20SkPaint\20const*\2c\20SkCanvas::SrcRectConstraint\29 -6958:SkCanvas::drawTextBlob\28sk_sp\20const&\2c\20float\2c\20float\2c\20SkPaint\20const&\29 -6959:SkCanvas::drawTextBlob\28SkTextBlob\20const*\2c\20float\2c\20float\2c\20SkPaint\20const&\29 -6960:SkCanvas::drawPicture\28sk_sp\20const&\2c\20SkMatrix\20const*\2c\20SkPaint\20const*\29 -6961:SkCanvas::drawPicture\28SkPicture\20const*\29 -6962:SkCanvas::drawLine\28float\2c\20float\2c\20float\2c\20float\2c\20SkPaint\20const&\29 -6963:SkCanvas::drawImageLattice\28SkImage\20const*\2c\20SkCanvas::Lattice\20const&\2c\20SkRect\20const&\2c\20SkFilterMode\2c\20SkPaint\20const*\29 -6964:SkCanvas::drawDRRect\28SkRRect\20const&\2c\20SkRRect\20const&\2c\20SkPaint\20const&\29 -6965:SkCanvas::drawColor\28SkRGBA4f<\28SkAlphaType\293>\20const&\2c\20SkBlendMode\29 -6966:SkCanvas::drawArc\28SkRect\20const&\2c\20float\2c\20float\2c\20bool\2c\20SkPaint\20const&\29 -6967:SkCanvas::didTranslate\28float\2c\20float\29 -6968:SkCanvas::clipRRect\28SkRRect\20const&\2c\20SkClipOp\2c\20bool\29 -6969:SkCanvas::clipPath\28SkPath\20const&\2c\20SkClipOp\2c\20bool\29 -6970:SkCanvas::clipIRect\28SkIRect\20const&\2c\20SkClipOp\29 -6971:SkCachedData::setData\28void*\29 -6972:SkCachedData::internalUnref\28bool\29\20const -6973:SkCachedData::internalRef\28bool\29\20const -6974:SkCachedData::SkCachedData\28void*\2c\20unsigned\20long\29 -6975:SkCachedData::SkCachedData\28unsigned\20long\2c\20SkDiscardableMemory*\29 -6976:SkCTMShader::isOpaque\28\29\20const -6977:SkBulkGlyphMetricsAndPaths::glyphs\28SkSpan\29 -6978:SkBreakIterator_client::~SkBreakIterator_client\28\29 -6979:SkBlurMaskFilterImpl::filterRectMask\28SkMaskBuilder*\2c\20SkRect\20const&\2c\20SkMatrix\20const&\2c\20SkIPoint*\2c\20SkMaskBuilder::CreateMode\29\20const -6980:SkBlurMask::ComputeBlurredScanline\28unsigned\20char*\2c\20unsigned\20char\20const*\2c\20unsigned\20int\2c\20float\29 -6981:SkBlockAllocator::addBlock\28int\2c\20int\29 -6982:SkBlockAllocator::BlockIter::Item::advance\28SkBlockAllocator::Block*\29 -6983:SkBlitter::blitV\28int\2c\20int\2c\20int\2c\20unsigned\20char\29 -6984:SkBlitter::blitRectRegion\28SkIRect\20const&\2c\20SkRegion\20const&\29 -6985:SkBlitter::Choose\28SkPixmap\20const&\2c\20SkMatrix\20const&\2c\20SkPaint\20const&\2c\20SkArenaAlloc*\2c\20SkDrawCoverage\2c\20sk_sp\2c\20SkSurfaceProps\20const&\29 -6986:SkBlitter::ChooseSprite\28SkPixmap\20const&\2c\20SkPaint\20const&\2c\20SkPixmap\20const&\2c\20int\2c\20int\2c\20SkArenaAlloc*\2c\20sk_sp\29 -6987:SkBlenderBase::affectsTransparentBlack\28\29\20const -6988:SkBlendShader::~SkBlendShader\28\29_4608 -6989:SkBitmapDevice::~SkBitmapDevice\28\29 -6990:SkBitmapDevice::onPeekPixels\28SkPixmap*\29 -6991:SkBitmapDevice::getRasterHandle\28\29\20const -6992:SkBitmapDevice::drawRect\28SkRect\20const&\2c\20SkPaint\20const&\29 -6993:SkBitmapDevice::drawPath\28SkPath\20const&\2c\20SkPaint\20const&\2c\20bool\29 -6994:SkBitmapDevice::SkBitmapDevice\28skcpu::RecorderImpl*\2c\20SkBitmap\20const&\2c\20SkSurfaceProps\20const&\2c\20void*\29 -6995:SkBitmapCache::Rec::~Rec\28\29 -6996:SkBitmapCache::Rec::install\28SkBitmap*\29 -6997:SkBitmapCache::Rec::diagnostic_only_getDiscardable\28\29\20const -6998:SkBitmapCache::Find\28SkBitmapCacheDesc\20const&\2c\20SkBitmap*\29 -6999:SkBitmapCache::Alloc\28SkBitmapCacheDesc\20const&\2c\20SkImageInfo\20const&\2c\20SkPixmap*\29 -7000:SkBitmap::tryAllocPixels\28SkImageInfo\20const&\2c\20unsigned\20long\29 -7001:SkBitmap::readPixels\28SkPixmap\20const&\29\20const -7002:SkBitmap::makeShader\28SkTileMode\2c\20SkTileMode\2c\20SkSamplingOptions\20const&\2c\20SkMatrix\20const&\29\20const -7003:SkBitmap::installPixels\28SkPixmap\20const&\29 -7004:SkBitmap::eraseColor\28unsigned\20int\29\20const -7005:SkBitmap::allocPixels\28SkImageInfo\20const&\2c\20unsigned\20long\29 -7006:SkBitmap::allocPixels\28SkImageInfo\20const&\29 -7007:SkBinaryWriteBuffer::writeFlattenable\28SkFlattenable\20const*\29 -7008:SkBinaryWriteBuffer::writeColor4f\28SkRGBA4f<\28SkAlphaType\293>\20const&\29 -7009:SkBigPicture::~SkBigPicture\28\29 -7010:SkBigPicture::cullRect\28\29\20const -7011:SkBigPicture::SnapshotArray::~SnapshotArray\28\29 -7012:SkBigPicture::SkBigPicture\28SkRect\20const&\2c\20sk_sp\2c\20std::__2::unique_ptr>\2c\20sk_sp\2c\20unsigned\20long\29 -7013:SkBidiFactory::MakeIterator\28unsigned\20short\20const*\2c\20int\2c\20SkBidiIterator::Direction\29\20const -7014:SkBezierCubic::Subdivide\28double\20const*\2c\20double\2c\20double*\29 -7015:SkBasicEdgeBuilder::~SkBasicEdgeBuilder\28\29 -7016:SkBasicEdgeBuilder::recoverClip\28SkIRect\20const&\29\20const -7017:SkBaseShadowTessellator::releaseVertices\28\29 -7018:SkBaseShadowTessellator::handleQuad\28SkPoint\20const*\29 -7019:SkBaseShadowTessellator::handleQuad\28SkMatrix\20const&\2c\20SkPoint*\29 -7020:SkBaseShadowTessellator::handleLine\28SkMatrix\20const&\2c\20SkPoint*\29 -7021:SkBaseShadowTessellator::handleCubic\28SkMatrix\20const&\2c\20SkPoint*\29 -7022:SkBaseShadowTessellator::handleConic\28SkMatrix\20const&\2c\20SkPoint*\2c\20float\29 -7023:SkBaseShadowTessellator::finishPathPolygon\28\29 -7024:SkBaseShadowTessellator::computeConvexShadow\28float\2c\20float\2c\20bool\29 -7025:SkBaseShadowTessellator::computeConcaveShadow\28float\2c\20float\29 -7026:SkBaseShadowTessellator::clipUmbraPoint\28SkPoint\20const&\2c\20SkPoint\20const&\2c\20SkPoint*\29 -7027:SkBaseShadowTessellator::checkConvexity\28SkPoint\20const&\2c\20SkPoint\20const&\2c\20SkPoint\20const&\29 -7028:SkBaseShadowTessellator::appendQuad\28unsigned\20short\2c\20unsigned\20short\2c\20unsigned\20short\2c\20unsigned\20short\29 -7029:SkBaseShadowTessellator::addInnerPoint\28SkPoint\20const&\2c\20unsigned\20int\2c\20SkTDArray\20const&\2c\20int*\29 -7030:SkBaseShadowTessellator::addEdge\28SkPoint\20const&\2c\20SkPoint\20const&\2c\20unsigned\20int\2c\20SkTDArray\20const&\2c\20bool\2c\20bool\29 -7031:SkBaseShadowTessellator::addArc\28SkPoint\20const&\2c\20float\2c\20bool\29 -7032:SkBaseShadowTessellator::accumulateCentroid\28SkPoint\20const&\2c\20SkPoint\20const&\29 -7033:SkAutoSMalloc<1024ul>::reset\28unsigned\20long\2c\20SkAutoMalloc::OnShrink\2c\20bool*\29 -7034:SkAutoPixmapStorage::reset\28SkImageInfo\20const&\2c\20void\20const*\2c\20unsigned\20long\29 -7035:SkAutoMalloc::SkAutoMalloc\28unsigned\20long\29 -7036:SkAutoDescriptor::reset\28unsigned\20long\29 -7037:SkAutoDescriptor::reset\28SkDescriptor\20const&\29 -7038:SkAutoCanvasMatrixPaint::~SkAutoCanvasMatrixPaint\28\29 -7039:SkAutoCanvasMatrixPaint::SkAutoCanvasMatrixPaint\28SkCanvas*\2c\20SkMatrix\20const*\2c\20SkPaint\20const*\2c\20SkRect\20const&\29 -7040:SkAutoBlitterChoose::choose\28SkDrawBase\20const&\2c\20SkMatrix\20const*\2c\20SkPaint\20const&\2c\20SkDrawCoverage\29 -7041:SkArenaAlloc::ensureSpace\28unsigned\20int\2c\20unsigned\20int\29 -7042:SkAnalyticEdgeBuilder::combineVertical\28SkAnalyticEdge\20const*\2c\20SkAnalyticEdge*\29 -7043:SkAnalyticEdge::update\28int\29 -7044:SkAnalyticEdge::updateLine\28int\2c\20int\2c\20int\2c\20int\2c\20int\29 -7045:SkAnalyticEdge::setLine\28SkPoint\20const&\2c\20SkPoint\20const&\29 -7046:SkAlphaRuns::BreakAt\28short*\2c\20unsigned\20char*\2c\20int\29 -7047:SkAAClip::operator=\28SkAAClip\20const&\29 -7048:SkAAClip::op\28SkIRect\20const&\2c\20SkClipOp\29 -7049:SkAAClip::isRect\28\29\20const -7050:SkAAClip::RunHead::Iterate\28SkAAClip\20const&\29 -7051:SkAAClip::Builder::~Builder\28\29 -7052:SkAAClip::Builder::flushRow\28bool\29 -7053:SkAAClip::Builder::finish\28SkAAClip*\29 -7054:SkAAClip::Builder::Blitter::blitAntiH\28int\2c\20int\2c\20unsigned\20char\20const*\2c\20short\20const*\29 -7055:SkA8_Coverage_Blitter::~SkA8_Coverage_Blitter\28\29 -7056:SkA8_Coverage_Blitter*\20SkArenaAlloc::make\28SkPixmap\20const&\2c\20SkPaint\20const&\29 -7057:SkA8_Blitter::~SkA8_Blitter\28\29 -7058:Shift -7059:SharedGenerator::Make\28std::__2::unique_ptr>\29 -7060:SetSuperRound -7061:RuntimeEffectRPCallbacks::applyColorSpaceXform\28SkColorSpaceXformSteps\20const&\2c\20void\20const*\29 -7062:RunBasedAdditiveBlitter::~RunBasedAdditiveBlitter\28\29_4069 -7063:RunBasedAdditiveBlitter::advanceRuns\28\29 -7064:RunBasedAdditiveBlitter::RunBasedAdditiveBlitter\28SkBlitter*\2c\20SkIRect\20const&\2c\20SkIRect\20const&\2c\20bool\29 -7065:RgnOper::addSpan\28int\2c\20int\20const*\2c\20int\20const*\29 -7066:ReflexHash::hash\28TriangulationVertex*\29\20const -7067:ReadBase128 -7068:PorterDuffXferProcessor::onIsEqual\28GrXferProcessor\20const&\29\20const -7069:PathSegment::init\28\29 -7070:PS_Conv_Strtol -7071:PS_Conv_ASCIIHexDecode -7072:PDLCDXferProcessor::Make\28SkBlendMode\2c\20GrProcessorAnalysisColor\20const&\29 -7073:OffsetEdge::computeCrossingDistance\28OffsetEdge\20const*\29 -7074:OT::sbix::sanitize\28hb_sanitize_context_t*\29\20const -7075:OT::sbix::accelerator_t::reference_png\28hb_font_t*\2c\20unsigned\20int\2c\20int*\2c\20int*\2c\20unsigned\20int*\29\20const -7076:OT::sbix::accelerator_t::has_data\28\29\20const -7077:OT::sbix::accelerator_t::get_png_extents\28hb_font_t*\2c\20unsigned\20int\2c\20hb_glyph_extents_t*\2c\20bool\29\20const -7078:OT::post::sanitize\28hb_sanitize_context_t*\29\20const -7079:OT::maxp::sanitize\28hb_sanitize_context_t*\29\20const -7080:OT::kern::sanitize\28hb_sanitize_context_t*\29\20const -7081:OT::hmtxvmtx::accelerator_t::get_advance_with_var_unscaled\28unsigned\20int\2c\20hb_font_t*\2c\20float*\29\20const -7082:OT::head::sanitize\28hb_sanitize_context_t*\29\20const -7083:OT::hb_ot_layout_lookup_accelerator_t*\20OT::hb_ot_layout_lookup_accelerator_t::create\28OT::Layout::GSUB_impl::SubstLookup\20const&\29 -7084:OT::hb_ot_apply_context_t::skipping_iterator_t::may_skip\28hb_glyph_info_t\20const&\29\20const -7085:OT::hb_ot_apply_context_t::skipping_iterator_t::init\28OT::hb_ot_apply_context_t*\2c\20bool\29 -7086:OT::hb_ot_apply_context_t::matcher_t::may_skip\28OT::hb_ot_apply_context_t\20const*\2c\20hb_glyph_info_t\20const&\29\20const -7087:OT::hb_kern_machine_t::kern\28hb_font_t*\2c\20hb_buffer_t*\2c\20unsigned\20int\2c\20bool\29\20const -7088:OT::hb_accelerate_subtables_context_t::return_t\20OT::Context::dispatch\28OT::hb_accelerate_subtables_context_t*\29\20const -7089:OT::hb_accelerate_subtables_context_t::return_t\20OT::ChainContext::dispatch\28OT::hb_accelerate_subtables_context_t*\29\20const -7090:OT::gvar_GVAR\2c\201735811442u>::sanitize_shallow\28hb_sanitize_context_t*\29\20const -7091:OT::gvar_GVAR\2c\201735811442u>::get_offset\28unsigned\20int\2c\20unsigned\20int\29\20const -7092:OT::gvar_GVAR\2c\201735811442u>::accelerator_t::infer_delta\28hb_array_t\2c\20hb_array_t\2c\20unsigned\20int\2c\20unsigned\20int\2c\20unsigned\20int\2c\20float\20contour_point_t::*\29 -7093:OT::glyf_impl::composite_iter_tmpl::set_current\28OT::glyf_impl::CompositeGlyphRecord\20const*\29 -7094:OT::glyf_impl::composite_iter_tmpl::__next__\28\29 -7095:OT::glyf_impl::SimpleGlyph::read_points\28OT::IntType\20const*&\2c\20hb_array_t\2c\20OT::IntType\20const*\2c\20float\20contour_point_t::*\2c\20OT::glyf_impl::SimpleGlyph::simple_glyph_flag_t\2c\20OT::glyf_impl::SimpleGlyph::simple_glyph_flag_t\29 -7096:OT::glyf_impl::Glyph::get_composite_iterator\28\29\20const -7097:OT::glyf_impl::CompositeGlyphRecord::transform\28float\20const\20\28&\29\20\5b4\5d\2c\20hb_array_t\29 -7098:OT::glyf_impl::CompositeGlyphRecord::get_transformation\28float\20\28&\29\20\5b4\5d\2c\20contour_point_t&\29\20const -7099:OT::glyf_accelerator_t::get_extents\28hb_font_t*\2c\20unsigned\20int\2c\20hb_glyph_extents_t*\29\20const -7100:OT::fvar::sanitize\28hb_sanitize_context_t*\29\20const -7101:OT::cmap::sanitize\28hb_sanitize_context_t*\29\20const -7102:OT::cmap::accelerator_t::get_nominal_glyph\28unsigned\20int\2c\20unsigned\20int*\2c\20hb_cache_t<21u\2c\2016u\2c\208u\2c\20true>*\29\20const -7103:OT::cmap::accelerator_t::_cached_get\28unsigned\20int\2c\20unsigned\20int*\2c\20hb_cache_t<21u\2c\2016u\2c\208u\2c\20true>*\29\20const -7104:OT::cff2::sanitize\28hb_sanitize_context_t*\29\20const -7105:OT::cff2::accelerator_templ_t>::_fini\28\29 -7106:OT::cff1::sanitize\28hb_sanitize_context_t*\29\20const -7107:OT::cff1::accelerator_templ_t>::glyph_to_sid\28unsigned\20int\2c\20CFF::code_pair_t*\29\20const -7108:OT::cff1::accelerator_templ_t>::_fini\28\29 -7109:OT::cff1::accelerator_t::gname_t::cmp\28void\20const*\2c\20void\20const*\29 -7110:OT::avar::sanitize\28hb_sanitize_context_t*\29\20const -7111:OT::_hea::sanitize\28hb_sanitize_context_t*\29\20const -7112:OT::VariationDevice::get_delta\28hb_font_t*\2c\20OT::ItemVariationStore\20const&\2c\20float*\29\20const -7113:OT::VarSizedBinSearchArrayOf>>::operator\5b\5d\28int\29\20const -7114:OT::VarData::get_row_size\28\29\20const -7115:OT::VVAR::sanitize\28hb_sanitize_context_t*\29\20const -7116:OT::VORG::sanitize\28hb_sanitize_context_t*\29\20const -7117:OT::UnsizedArrayOf\2c\2014u>>\20const&\20OT::operator+\2c\201735811442u>>\2c\20\28void*\290>\28hb_blob_ptr_t\2c\201735811442u>>\20const&\2c\20OT::OffsetTo\2c\2014u>>\2c\20OT::IntType\2c\20void\2c\20false>\20const&\29 -7118:OT::TupleVariationHeader::get_size\28unsigned\20int\29\20const -7119:OT::TupleVariationData>::tuple_iterator_t::is_valid\28\29\20const -7120:OT::TupleVariationData>::decompile_points\28OT::IntType\20const*&\2c\20hb_vector_t&\2c\20OT::IntType\20const*\29 -7121:OT::SortedArrayOf\2c\20OT::IntType>::serialize\28hb_serialize_context_t*\2c\20unsigned\20int\29 -7122:OT::SVG::sanitize\28hb_sanitize_context_t*\29\20const -7123:OT::STAT::sanitize\28hb_sanitize_context_t*\29\20const -7124:OT::RuleSet::would_apply\28OT::hb_would_apply_context_t*\2c\20OT::ContextApplyLookupContext\20const&\29\20const -7125:OT::RuleSet::apply\28OT::hb_ot_apply_context_t*\2c\20OT::ContextApplyLookupContext\20const&\29\20const -7126:OT::ResourceMap::get_type_record\28unsigned\20int\29\20const -7127:OT::ResourceMap::get_type_count\28\29\20const -7128:OT::RecordArrayOf::find_index\28unsigned\20int\2c\20unsigned\20int*\29\20const -7129:OT::PaintTranslate::paint_glyph\28OT::hb_paint_context_t*\2c\20unsigned\20int\29\20const -7130:OT::PaintSolid::paint_glyph\28OT::hb_paint_context_t*\2c\20unsigned\20int\29\20const -7131:OT::PaintSkewAroundCenter::sanitize\28hb_sanitize_context_t*\29\20const -7132:OT::PaintSkewAroundCenter::paint_glyph\28OT::hb_paint_context_t*\2c\20unsigned\20int\29\20const -7133:OT::PaintSkew::paint_glyph\28OT::hb_paint_context_t*\2c\20unsigned\20int\29\20const -7134:OT::PaintScaleUniformAroundCenter::paint_glyph\28OT::hb_paint_context_t*\2c\20unsigned\20int\29\20const -7135:OT::PaintScaleUniform::paint_glyph\28OT::hb_paint_context_t*\2c\20unsigned\20int\29\20const -7136:OT::PaintScaleAroundCenter::paint_glyph\28OT::hb_paint_context_t*\2c\20unsigned\20int\29\20const -7137:OT::PaintScale::paint_glyph\28OT::hb_paint_context_t*\2c\20unsigned\20int\29\20const -7138:OT::PaintRotateAroundCenter::sanitize\28hb_sanitize_context_t*\29\20const -7139:OT::PaintRotateAroundCenter::paint_glyph\28OT::hb_paint_context_t*\2c\20unsigned\20int\29\20const -7140:OT::PaintRotate::sanitize\28hb_sanitize_context_t*\29\20const -7141:OT::PaintRotate::paint_glyph\28OT::hb_paint_context_t*\2c\20unsigned\20int\29\20const -7142:OT::OpenTypeFontFile::get_face\28unsigned\20int\2c\20unsigned\20int*\29\20const -7143:OT::OffsetTo>\2c\20OT::IntType\2c\20void\2c\20false>::sanitize_shallow\28hb_sanitize_context_t*\2c\20void\20const*\29\20const -7144:OT::OffsetTo\2c\20void\2c\20true>::sanitize_shallow\28hb_sanitize_context_t*\2c\20void\20const*\29\20const -7145:OT::OS2::sanitize\28hb_sanitize_context_t*\29\20const -7146:OT::MVAR::sanitize\28hb_sanitize_context_t*\29\20const -7147:OT::Lookup::serialize\28hb_serialize_context_t*\2c\20unsigned\20int\2c\20unsigned\20int\2c\20unsigned\20int\29 -7148:OT::Lookup*\20hb_serialize_context_t::extend_size\28OT::Lookup*\2c\20unsigned\20long\2c\20bool\29 -7149:OT::Layout::propagate_attachment_offsets\28hb_glyph_position_t*\2c\20unsigned\20int\2c\20unsigned\20int\2c\20hb_direction_t\2c\20unsigned\20int\29 -7150:OT::Layout::GSUB_impl::LigatureSubstFormat1_2::_apply\28OT::hb_ot_apply_context_t*\2c\20bool\29\20const -7151:OT::Layout::GPOS_impl::reverse_cursive_minor_offset\28hb_glyph_position_t*\2c\20unsigned\20int\2c\20hb_direction_t\2c\20unsigned\20int\29 -7152:OT::Layout::GPOS_impl::ValueFormat::sanitize_value_devices\28hb_sanitize_context_t*\2c\20OT::Layout::GPOS_impl::ValueBase\20const*\2c\20OT::IntType\20const*\29\20const -7153:OT::Layout::GPOS_impl::PairPosFormat2_4::_apply\28OT::hb_ot_apply_context_t*\2c\20bool\29\20const -7154:OT::Layout::GPOS_impl::PairPosFormat1_3::_apply\28OT::hb_ot_apply_context_t*\2c\20bool\29\20const -7155:OT::Layout::GPOS_impl::Anchor::sanitize\28hb_sanitize_context_t*\29\20const -7156:OT::Layout::Common::RangeRecord\20const&\20OT::SortedArrayOf\2c\20OT::IntType>::bsearch\28unsigned\20int\20const&\2c\20OT::Layout::Common::RangeRecord\20const&\29\20const -7157:OT::Layout::Common::CoverageFormat2_4*\20hb_serialize_context_t::extend_min>\28OT::Layout::Common::CoverageFormat2_4*\29 -7158:OT::Layout::Common::Coverage::sanitize\28hb_sanitize_context_t*\29\20const -7159:OT::Layout::Common::Coverage::get_population\28\29\20const -7160:OT::LangSys::sanitize\28hb_sanitize_context_t*\2c\20OT::Record_sanitize_closure_t\20const*\29\20const -7161:OT::IndexSubtableRecord::get_image_data\28unsigned\20int\2c\20void\20const*\2c\20unsigned\20int*\2c\20unsigned\20int*\2c\20unsigned\20int*\29\20const -7162:OT::IndexArray::get_indexes\28unsigned\20int\2c\20unsigned\20int*\2c\20unsigned\20int*\29\20const -7163:OT::HintingDevice::get_delta\28unsigned\20int\2c\20int\29\20const -7164:OT::HVARVVAR::get_advance_delta_unscaled\28unsigned\20int\2c\20int\20const*\2c\20unsigned\20int\2c\20float*\29\20const -7165:OT::GSUBGPOS::get_script_list\28\29\20const -7166:OT::GSUBGPOS::get_feature_variations\28\29\20const -7167:OT::GSUBGPOS::accelerator_t::get_accel\28unsigned\20int\29\20const -7168:OT::GDEF::sanitize\28hb_sanitize_context_t*\29\20const -7169:OT::GDEF::get_var_store\28\29\20const -7170:OT::GDEF::get_mark_glyph_sets\28\29\20const -7171:OT::GDEF::accelerator_t::get_glyph_props\28unsigned\20int\29\20const -7172:OT::Feature::sanitize\28hb_sanitize_context_t*\2c\20OT::Record_sanitize_closure_t\20const*\29\20const -7173:OT::ContextFormat2_5::_apply\28OT::hb_ot_apply_context_t*\2c\20bool\29\20const -7174:OT::Condition::sanitize\28hb_sanitize_context_t*\29\20const -7175:OT::ColorStop::get_color_stop\28OT::hb_paint_context_t*\2c\20hb_color_stop_t*\2c\20unsigned\20int\2c\20OT::ItemVarStoreInstancer\20const&\29\20const -7176:OT::ColorLine::static_get_extend\28hb_color_line_t*\2c\20void*\2c\20void*\29 -7177:OT::CmapSubtableLongSegmented::get_glyph\28unsigned\20int\2c\20unsigned\20int*\29\20const -7178:OT::CmapSubtableLongGroup\20const&\20OT::SortedArrayOf>::bsearch\28unsigned\20int\20const&\2c\20OT::CmapSubtableLongGroup\20const&\29\20const -7179:OT::CmapSubtableFormat4::accelerator_t::init\28OT::CmapSubtableFormat4\20const*\29 -7180:OT::CmapSubtableFormat4::accelerator_t::get_glyph\28unsigned\20int\2c\20unsigned\20int*\29\20const -7181:OT::ClipBoxFormat1::get_clip_box\28OT::ClipBoxData&\2c\20OT::ItemVarStoreInstancer\20const&\29\20const -7182:OT::ClassDef::get_class\28unsigned\20int\2c\20hb_cache_t<15u\2c\208u\2c\207u\2c\20true>*\29\20const -7183:OT::ChainRuleSet::would_apply\28OT::hb_would_apply_context_t*\2c\20OT::ChainContextApplyLookupContext\20const&\29\20const -7184:OT::ChainRuleSet::apply\28OT::hb_ot_apply_context_t*\2c\20OT::ChainContextApplyLookupContext\20const&\29\20const -7185:OT::ChainContextFormat2_5::_apply\28OT::hb_ot_apply_context_t*\2c\20bool\29\20const -7186:OT::CPAL::sanitize\28hb_sanitize_context_t*\29\20const -7187:OT::COLR::sanitize\28hb_sanitize_context_t*\29\20const -7188:OT::COLR::get_var_store_ptr\28\29\20const -7189:OT::COLR::get_delta_set_index_map_ptr\28\29\20const -7190:OT::COLR::get_base_glyph_paint\28unsigned\20int\29\20const -7191:OT::COLR::accelerator_t::has_data\28\29\20const -7192:OT::COLR::accelerator_t::acquire_scratch\28\29\20const -7193:OT::CBLC::sanitize\28hb_sanitize_context_t*\29\20const -7194:OT::CBLC::choose_strike\28hb_font_t*\29\20const -7195:OT::CBDT::sanitize\28hb_sanitize_context_t*\29\20const -7196:OT::CBDT::accelerator_t::get_extents\28hb_font_t*\2c\20unsigned\20int\2c\20hb_glyph_extents_t*\2c\20bool\29\20const -7197:OT::BitmapSizeTable::find_table\28unsigned\20int\2c\20void\20const*\2c\20void\20const**\29\20const -7198:OT::ArrayOf\2c\20void\2c\20true>\2c\20OT::IntType>::sanitize_shallow\28hb_sanitize_context_t*\29\20const -7199:OT::ArrayOf>::sanitize_shallow\28hb_sanitize_context_t*\29\20const -7200:OT::ArrayOf\2c\20OT::IntType>::sanitize_shallow\28hb_sanitize_context_t*\29\20const -7201:OT::ArrayOf>::sanitize_shallow\28hb_sanitize_context_t*\29\20const -7202:OT::ArrayOf>>::sanitize_shallow\28hb_sanitize_context_t*\29\20const -7203:OT::Affine2x3::paint_glyph\28OT::hb_paint_context_t*\2c\20unsigned\20int\29\20const -7204:MaskValue*\20SkTLazy::init\28MaskValue\20const&\29 -7205:MakeRasterCopyPriv\28SkPixmap\20const&\2c\20unsigned\20int\29 -7206:Load_SBit_Png -7207:LineQuadraticIntersections::verticalIntersect\28double\2c\20double*\29 -7208:LineQuadraticIntersections::intersectRay\28double*\29 -7209:LineQuadraticIntersections::horizontalIntersect\28double\2c\20double*\29 -7210:LineCubicIntersections::intersectRay\28double*\29 -7211:LineCubicIntersections::VerticalIntersect\28SkDCubic\20const&\2c\20double\2c\20double*\29 -7212:LineCubicIntersections::HorizontalIntersect\28SkDCubic\20const&\2c\20double\2c\20double*\29 -7213:LineConicIntersections::verticalIntersect\28double\2c\20double*\29 -7214:LineConicIntersections::intersectRay\28double*\29 -7215:LineConicIntersections::horizontalIntersect\28double\2c\20double*\29 -7216:Ins_UNKNOWN -7217:Ins_SxVTL -7218:InitializeCompoundDictionaryCopy -7219:HandleCoincidence\28SkOpContourHead*\2c\20SkOpCoincidence*\29 -7220:GrWritePixelsTask::~GrWritePixelsTask\28\29 -7221:GrWindowRectsState::operator=\28GrWindowRectsState\20const&\29 -7222:GrWindowRectsState::operator==\28GrWindowRectsState\20const&\29\20const -7223:GrWindowRectangles::GrWindowRectangles\28GrWindowRectangles\20const&\29 -7224:GrWaitRenderTask::~GrWaitRenderTask\28\29 -7225:GrVertexBufferAllocPool::makeSpace\28unsigned\20long\2c\20int\2c\20sk_sp*\2c\20int*\29 -7226:GrVertexBufferAllocPool::makeSpaceAtLeast\28unsigned\20long\2c\20int\2c\20int\2c\20sk_sp*\2c\20int*\2c\20int*\29 -7227:GrTriangulator::polysToTriangles\28GrTriangulator::Poly*\2c\20SkPathFillType\2c\20skgpu::VertexWriter\29\20const -7228:GrTriangulator::polysToTriangles\28GrTriangulator::Poly*\2c\20GrEagerVertexAllocator*\29\20const -7229:GrTriangulator::mergeEdgesBelow\28GrTriangulator::Edge*\2c\20GrTriangulator::Edge*\2c\20GrTriangulator::EdgeList*\2c\20GrTriangulator::Vertex**\2c\20GrTriangulator::Comparator\20const&\29\20const -7230:GrTriangulator::mergeEdgesAbove\28GrTriangulator::Edge*\2c\20GrTriangulator::Edge*\2c\20GrTriangulator::EdgeList*\2c\20GrTriangulator::Vertex**\2c\20GrTriangulator::Comparator\20const&\29\20const -7231:GrTriangulator::makeSortedVertex\28SkPoint\20const&\2c\20unsigned\20char\2c\20GrTriangulator::VertexList*\2c\20GrTriangulator::Vertex*\2c\20GrTriangulator::Comparator\20const&\29\20const -7232:GrTriangulator::makeEdge\28GrTriangulator::Vertex*\2c\20GrTriangulator::Vertex*\2c\20GrTriangulator::EdgeType\2c\20GrTriangulator::Comparator\20const&\29 -7233:GrTriangulator::computeBisector\28GrTriangulator::Edge*\2c\20GrTriangulator::Edge*\2c\20GrTriangulator::Vertex*\29\20const -7234:GrTriangulator::appendQuadraticToContour\28SkPoint\20const*\2c\20float\2c\20GrTriangulator::VertexList*\29\20const -7235:GrTriangulator::allocateMonotonePoly\28GrTriangulator::Edge*\2c\20GrTriangulator::Side\2c\20int\29 -7236:GrTriangulator::Edge::recompute\28\29 -7237:GrTriangulator::Edge::intersect\28GrTriangulator::Edge\20const&\2c\20SkPoint*\2c\20unsigned\20char*\29\20const -7238:GrTriangulator::CountPoints\28GrTriangulator::Poly*\2c\20SkPathFillType\29 -7239:GrTriangulator::BreadcrumbTriangleList::concat\28GrTriangulator::BreadcrumbTriangleList&&\29 -7240:GrTransferFromRenderTask::~GrTransferFromRenderTask\28\29 -7241:GrThreadSafeCache::makeNewEntryMRU\28GrThreadSafeCache::Entry*\29 -7242:GrThreadSafeCache::makeExistingEntryMRU\28GrThreadSafeCache::Entry*\29 -7243:GrThreadSafeCache::findVertsWithData\28skgpu::UniqueKey\20const&\29 -7244:GrThreadSafeCache::addVertsWithData\28skgpu::UniqueKey\20const&\2c\20sk_sp\2c\20bool\20\28*\29\28SkData*\2c\20SkData*\29\29 -7245:GrThreadSafeCache::Trampoline::~Trampoline\28\29 -7246:GrThreadSafeCache::Entry::set\28skgpu::UniqueKey\20const&\2c\20sk_sp\29 -7247:GrThreadSafeCache::Entry::makeEmpty\28\29 -7248:GrThreadSafeCache::CreateLazyView\28GrDirectContext*\2c\20GrColorType\2c\20SkISize\2c\20GrSurfaceOrigin\2c\20SkBackingFit\29 -7249:GrTextureResolveRenderTask::~GrTextureResolveRenderTask\28\29 -7250:GrTextureRenderTargetProxy::initSurfaceFlags\28GrCaps\20const&\29 -7251:GrTextureRenderTargetProxy::GrTextureRenderTargetProxy\28sk_sp\2c\20GrSurfaceProxy::UseAllocator\2c\20GrDDLProvider\29 -7252:GrTextureRenderTargetProxy::GrTextureRenderTargetProxy\28GrCaps\20const&\2c\20std::__2::function&&\2c\20GrBackendFormat\20const&\2c\20SkISize\2c\20int\2c\20skgpu::Mipmapped\2c\20GrMipmapStatus\2c\20SkBackingFit\2c\20skgpu::Budgeted\2c\20skgpu::Protected\2c\20GrInternalSurfaceFlags\2c\20GrSurfaceProxy::UseAllocator\2c\20GrDDLProvider\2c\20std::__2::basic_string_view>\29 -7253:GrTextureProxy::~GrTextureProxy\28\29_9538 -7254:GrTextureProxy::~GrTextureProxy\28\29_9537 -7255:GrTextureProxy::setUniqueKey\28GrProxyProvider*\2c\20skgpu::UniqueKey\20const&\29 -7256:GrTextureProxy::onUninstantiatedGpuMemorySize\28\29\20const -7257:GrTextureProxy::instantiate\28GrResourceProvider*\29 -7258:GrTextureProxy::createSurface\28GrResourceProvider*\29\20const -7259:GrTextureProxy::callbackDesc\28\29\20const -7260:GrTextureProxy::ProxiesAreCompatibleAsDynamicState\28GrSurfaceProxy\20const*\2c\20GrSurfaceProxy\20const*\29 -7261:GrTextureProxy::GrTextureProxy\28sk_sp\2c\20GrSurfaceProxy::UseAllocator\2c\20GrDDLProvider\29 -7262:GrTextureEffect::~GrTextureEffect\28\29 -7263:GrTextureEffect::Sampling::Sampling\28GrSurfaceProxy\20const&\2c\20GrSamplerState\2c\20SkRect\20const&\2c\20SkRect\20const*\2c\20float\20const*\2c\20bool\2c\20GrCaps\20const&\2c\20SkPoint\29::$_1::operator\28\29\28int\2c\20GrSamplerState::WrapMode\2c\20GrTextureEffect::Sampling::Sampling\28GrSurfaceProxy\20const&\2c\20GrSamplerState\2c\20SkRect\20const&\2c\20SkRect\20const*\2c\20float\20const*\2c\20bool\2c\20GrCaps\20const&\2c\20SkPoint\29::Span\2c\20GrTextureEffect::Sampling::Sampling\28GrSurfaceProxy\20const&\2c\20GrSamplerState\2c\20SkRect\20const&\2c\20SkRect\20const*\2c\20float\20const*\2c\20bool\2c\20GrCaps\20const&\2c\20SkPoint\29::Span\2c\20float\29\20const -7264:GrTextureEffect::Impl::onSetData\28GrGLSLProgramDataManager\20const&\2c\20GrFragmentProcessor\20const&\29::$_0::operator\28\29\28float*\2c\20GrResourceHandle\29\20const -7265:GrTextureEffect::Impl::emitCode\28GrFragmentProcessor::ProgramImpl::EmitArgs&\29::$_2::operator\28\29\28GrTextureEffect::ShaderMode\2c\20char\20const*\2c\20char\20const*\2c\20char\20const*\2c\20char\20const*\2c\20char\20const*\29\20const -7266:GrTexture::onGpuMemorySize\28\29\20const -7267:GrTexture::computeScratchKey\28skgpu::ScratchKey*\29\20const -7268:GrTDeferredProxyUploader>::~GrTDeferredProxyUploader\28\29 -7269:GrTDeferredProxyUploader<\28anonymous\20namespace\29::SoftwarePathData>::~GrTDeferredProxyUploader\28\29 -7270:GrSurfaceProxyView::operator=\28GrSurfaceProxyView\20const&\29 -7271:GrSurfaceProxyView::operator==\28GrSurfaceProxyView\20const&\29\20const -7272:GrSurfaceProxyPriv::exactify\28\29 -7273:GrSurfaceProxyPriv::assign\28sk_sp\29 -7274:GrSurfaceProxy::GrSurfaceProxy\28std::__2::function&&\2c\20GrBackendFormat\20const&\2c\20SkISize\2c\20SkBackingFit\2c\20skgpu::Budgeted\2c\20skgpu::Protected\2c\20GrInternalSurfaceFlags\2c\20GrSurfaceProxy::UseAllocator\2c\20std::__2::basic_string_view>\29 -7275:GrSurfaceProxy::GrSurfaceProxy\28GrBackendFormat\20const&\2c\20SkISize\2c\20SkBackingFit\2c\20skgpu::Budgeted\2c\20skgpu::Protected\2c\20GrInternalSurfaceFlags\2c\20GrSurfaceProxy::UseAllocator\2c\20std::__2::basic_string_view>\29 -7276:GrSurface::setRelease\28sk_sp\29 -7277:GrSurface::onRelease\28\29 -7278:GrStyledShape::setInheritedKey\28GrStyledShape\20const&\2c\20GrStyle::Apply\2c\20float\29 -7279:GrStyledShape::asRRect\28SkRRect*\2c\20bool*\29\20const -7280:GrStyledShape::asLine\28SkPoint*\2c\20bool*\29\20const -7281:GrStyledShape::GrStyledShape\28SkRRect\20const&\2c\20SkPathDirection\2c\20unsigned\20int\2c\20bool\2c\20GrStyle\20const&\2c\20GrStyledShape::DoSimplify\29 -7282:GrStyledShape::GrStyledShape\28SkPath\20const&\2c\20SkPaint\20const&\2c\20GrStyledShape::DoSimplify\29 -7283:GrStyle::resetToInitStyle\28SkStrokeRec::InitStyle\29 -7284:GrStyle::applyToPath\28SkPath*\2c\20SkStrokeRec::InitStyle*\2c\20SkPath\20const&\2c\20float\29\20const -7285:GrStyle::applyPathEffect\28SkPath*\2c\20SkStrokeRec*\2c\20SkPath\20const&\29\20const -7286:GrStyle::MatrixToScaleFactor\28SkMatrix\20const&\29 -7287:GrStyle::DashInfo::operator=\28GrStyle::DashInfo\20const&\29 -7288:GrStrokeTessellationShader::~GrStrokeTessellationShader\28\29 -7289:GrStrokeTessellationShader::Impl::~Impl\28\29 -7290:GrStagingBufferManager::detachBuffers\28\29 -7291:GrSkSLFP::~GrSkSLFP\28\29 -7292:GrSkSLFP::Impl::~Impl\28\29 -7293:GrSkSLFP::Impl::emitCode\28GrFragmentProcessor::ProgramImpl::EmitArgs&\29::FPCallbacks::defineStruct\28char\20const*\29 -7294:GrSimpleMesh::~GrSimpleMesh\28\29 -7295:GrShape::simplify\28unsigned\20int\29 -7296:GrShape::setArc\28SkArc\20const&\29 -7297:GrShape::conservativeContains\28SkRect\20const&\29\20const -7298:GrShape::closed\28\29\20const -7299:GrShape::GrShape\28SkRect\20const&\29 -7300:GrShape::GrShape\28SkRRect\20const&\29 -7301:GrShape::GrShape\28SkPath\20const&\29 -7302:GrShaderVar::GrShaderVar\28SkString\2c\20SkSLType\2c\20GrShaderVar::TypeModifier\2c\20int\2c\20SkString\2c\20SkString\29 -7303:GrScissorState::operator==\28GrScissorState\20const&\29\20const -7304:GrScissorState::intersect\28SkIRect\20const&\29 -7305:GrSWMaskHelper::toTextureView\28GrRecordingContext*\2c\20SkBackingFit\29 -7306:GrSWMaskHelper::drawShape\28GrStyledShape\20const&\2c\20SkMatrix\20const&\2c\20GrAA\2c\20unsigned\20char\29 -7307:GrSWMaskHelper::drawShape\28GrShape\20const&\2c\20SkMatrix\20const&\2c\20GrAA\2c\20unsigned\20char\29 -7308:GrResourceProvider::writePixels\28sk_sp\2c\20GrColorType\2c\20SkISize\2c\20GrMipLevel\20const*\2c\20int\29\20const -7309:GrResourceProvider::wrapBackendSemaphore\28GrBackendSemaphore\20const&\2c\20GrSemaphoreWrapType\2c\20GrWrapOwnership\29 -7310:GrResourceProvider::prepareLevels\28GrBackendFormat\20const&\2c\20GrColorType\2c\20SkISize\2c\20GrMipLevel\20const*\2c\20int\2c\20skia_private::AutoSTArray<14\2c\20GrMipLevel>*\2c\20skia_private::AutoSTArray<14\2c\20std::__2::unique_ptr>>*\29\20const -7311:GrResourceProvider::getExactScratch\28SkISize\2c\20GrBackendFormat\20const&\2c\20GrTextureType\2c\20skgpu::Renderable\2c\20int\2c\20skgpu::Budgeted\2c\20skgpu::Mipmapped\2c\20skgpu::Protected\2c\20std::__2::basic_string_view>\29 -7312:GrResourceProvider::findAndRefScratchTexture\28skgpu::ScratchKey\20const&\2c\20std::__2::basic_string_view>\29 -7313:GrResourceProvider::findAndRefScratchTexture\28SkISize\2c\20GrBackendFormat\20const&\2c\20GrTextureType\2c\20skgpu::Renderable\2c\20int\2c\20skgpu::Mipmapped\2c\20skgpu::Protected\2c\20std::__2::basic_string_view>\29 -7314:GrResourceProvider::createTexture\28SkISize\2c\20GrBackendFormat\20const&\2c\20GrTextureType\2c\20skgpu::Renderable\2c\20int\2c\20skgpu::Mipmapped\2c\20skgpu::Budgeted\2c\20skgpu::Protected\2c\20std::__2::basic_string_view>\29 -7315:GrResourceProvider::createTexture\28SkISize\2c\20GrBackendFormat\20const&\2c\20GrTextureType\2c\20GrColorType\2c\20skgpu::Renderable\2c\20int\2c\20skgpu::Budgeted\2c\20skgpu::Mipmapped\2c\20skgpu::Protected\2c\20GrMipLevel\20const*\2c\20std::__2::basic_string_view>\29 -7316:GrResourceProvider::createBuffer\28void\20const*\2c\20unsigned\20long\2c\20GrGpuBufferType\2c\20GrAccessPattern\29 -7317:GrResourceProvider::createApproxTexture\28SkISize\2c\20GrBackendFormat\20const&\2c\20GrTextureType\2c\20skgpu::Renderable\2c\20int\2c\20skgpu::Protected\2c\20std::__2::basic_string_view>\29 -7318:GrResourceCache::removeResource\28GrGpuResource*\29 -7319:GrResourceCache::removeFromNonpurgeableArray\28GrGpuResource*\29 -7320:GrResourceCache::releaseAll\28\29 -7321:GrResourceCache::refAndMakeResourceMRU\28GrGpuResource*\29 -7322:GrResourceCache::processFreedGpuResources\28\29 -7323:GrResourceCache::insertResource\28GrGpuResource*\29 -7324:GrResourceCache::findAndRefUniqueResource\28skgpu::UniqueKey\20const&\29 -7325:GrResourceCache::didChangeBudgetStatus\28GrGpuResource*\29 -7326:GrResourceCache::addToNonpurgeableArray\28GrGpuResource*\29 -7327:GrResourceAllocator::~GrResourceAllocator\28\29 -7328:GrResourceAllocator::planAssignment\28\29 -7329:GrResourceAllocator::expire\28unsigned\20int\29 -7330:GrResourceAllocator::Register*\20SkArenaAlloc::make\28GrSurfaceProxy*&\2c\20skgpu::ScratchKey&&\2c\20GrResourceProvider*&\29 -7331:GrResourceAllocator::IntervalList::popHead\28\29 -7332:GrResourceAllocator::IntervalList::insertByIncreasingStart\28GrResourceAllocator::Interval*\29 -7333:GrRenderTask::makeSkippable\28\29 -7334:GrRenderTask::isUsed\28GrSurfaceProxy*\29\20const -7335:GrRenderTask::isInstantiated\28\29\20const -7336:GrRenderTargetProxy::~GrRenderTargetProxy\28\29_9384 -7337:GrRenderTargetProxy::~GrRenderTargetProxy\28\29_9382 -7338:GrRenderTargetProxy::onUninstantiatedGpuMemorySize\28\29\20const -7339:GrRenderTargetProxy::isMSAADirty\28\29\20const -7340:GrRenderTargetProxy::instantiate\28GrResourceProvider*\29 -7341:GrRenderTargetProxy::createSurface\28GrResourceProvider*\29\20const -7342:GrRenderTargetProxy::callbackDesc\28\29\20const -7343:GrRenderTarget::GrRenderTarget\28GrGpu*\2c\20SkISize\20const&\2c\20int\2c\20skgpu::Protected\2c\20std::__2::basic_string_view>\2c\20sk_sp\29 -7344:GrRecordingContext::init\28\29 -7345:GrRecordingContext::destroyDrawingManager\28\29 -7346:GrRecordingContext::colorTypeSupportedAsSurface\28SkColorType\29\20const -7347:GrRecordingContext::abandoned\28\29 -7348:GrRecordingContext::abandonContext\28\29 -7349:GrRRectShadowGeoProc::~GrRRectShadowGeoProc\28\29 -7350:GrRRectEffect::Make\28std::__2::unique_ptr>\2c\20GrClipEdgeType\2c\20SkRRect\20const&\2c\20GrShaderCaps\20const&\29 -7351:GrQuadUtils::TessellationHelper::outset\28skvx::Vec<4\2c\20float>\20const&\2c\20GrQuad*\2c\20GrQuad*\29 -7352:GrQuadUtils::TessellationHelper::getOutsetRequest\28skvx::Vec<4\2c\20float>\20const&\29 -7353:GrQuadUtils::TessellationHelper::adjustVertices\28skvx::Vec<4\2c\20float>\20const&\2c\20GrQuadUtils::TessellationHelper::Vertices*\29 -7354:GrQuadUtils::TessellationHelper::adjustDegenerateVertices\28skvx::Vec<4\2c\20float>\20const&\2c\20GrQuadUtils::TessellationHelper::Vertices*\29 -7355:GrQuadUtils::TessellationHelper::Vertices::moveTo\28skvx::Vec<4\2c\20float>\20const&\2c\20skvx::Vec<4\2c\20float>\20const&\2c\20skvx::Vec<4\2c\20int>\20const&\29 -7356:GrQuadUtils::ClipToW0\28DrawQuad*\2c\20DrawQuad*\29 -7357:GrQuadBuffer<\28anonymous\20namespace\29::TextureOpImpl::ColorSubsetAndAA>::append\28GrQuad\20const&\2c\20\28anonymous\20namespace\29::TextureOpImpl::ColorSubsetAndAA&&\2c\20GrQuad\20const*\29 -7358:GrQuadBuffer<\28anonymous\20namespace\29::TextureOpImpl::ColorSubsetAndAA>::GrQuadBuffer\28int\2c\20bool\29 -7359:GrQuad::point\28int\29\20const -7360:GrQuad::bounds\28\29\20const::'lambda0'\28float\20const*\29::operator\28\29\28float\20const*\29\20const -7361:GrQuad::bounds\28\29\20const::'lambda'\28float\20const*\29::operator\28\29\28float\20const*\29\20const -7362:GrProxyProvider::removeUniqueKeyFromProxy\28GrTextureProxy*\29 -7363:GrProxyProvider::processInvalidUniqueKeyImpl\28skgpu::UniqueKey\20const&\2c\20GrTextureProxy*\2c\20GrProxyProvider::InvalidateGPUResource\2c\20GrProxyProvider::RemoveTableEntry\29 -7364:GrProxyProvider::createLazyProxy\28std::__2::function&&\2c\20GrBackendFormat\20const&\2c\20SkISize\2c\20skgpu::Mipmapped\2c\20GrMipmapStatus\2c\20GrInternalSurfaceFlags\2c\20SkBackingFit\2c\20skgpu::Budgeted\2c\20skgpu::Protected\2c\20GrSurfaceProxy::UseAllocator\2c\20std::__2::basic_string_view>\29 -7365:GrProxyProvider::adoptUniqueKeyFromSurface\28GrTextureProxy*\2c\20GrSurface\20const*\29 -7366:GrProcessorSet::operator==\28GrProcessorSet\20const&\29\20const -7367:GrPorterDuffXPFactory::Get\28SkBlendMode\29 -7368:GrPixmap::GrPixmap\28SkPixmap\20const&\29 -7369:GrPipeline::peekDstTexture\28\29\20const -7370:GrPipeline::GrPipeline\28GrPipeline::InitArgs\20const&\2c\20sk_sp\2c\20GrAppliedHardClip\20const&\29 -7371:GrPersistentCacheUtils::ShaderMetadata::~ShaderMetadata\28\29 -7372:GrPersistentCacheUtils::GetType\28SkReadBuffer*\29 -7373:GrPerlinNoise2Effect::~GrPerlinNoise2Effect\28\29 -7374:GrPathUtils::QuadUVMatrix::set\28SkPoint\20const*\29 -7375:GrPathUtils::QuadUVMatrix::apply\28void*\2c\20int\2c\20unsigned\20long\2c\20unsigned\20long\29\20const -7376:GrPathTessellationShader::MakeStencilOnlyPipeline\28GrTessellationShader::ProgramArgs\20const&\2c\20GrAAType\2c\20GrAppliedHardClip\20const&\2c\20GrPipeline::InputFlags\29 -7377:GrPathTessellationShader::Impl::~Impl\28\29 -7378:GrOpsRenderPass::~GrOpsRenderPass\28\29 -7379:GrOpsRenderPass::resetActiveBuffers\28\29 -7380:GrOpsRenderPass::draw\28int\2c\20int\29 -7381:GrOpsRenderPass::drawIndexPattern\28int\2c\20int\2c\20int\2c\20int\2c\20int\29 -7382:GrOpFlushState::~GrOpFlushState\28\29_9167 -7383:GrOpFlushState::smallPathAtlasManager\28\29\20const -7384:GrOpFlushState::reset\28\29 -7385:GrOpFlushState::recordDraw\28GrGeometryProcessor\20const*\2c\20GrSimpleMesh\20const*\2c\20int\2c\20GrSurfaceProxy\20const*\20const*\2c\20GrPrimitiveType\29 -7386:GrOpFlushState::putBackIndices\28int\29 -7387:GrOpFlushState::executeDrawsAndUploadsForMeshDrawOp\28GrOp\20const*\2c\20SkRect\20const&\2c\20GrPipeline\20const*\2c\20GrUserStencilSettings\20const*\29 -7388:GrOpFlushState::drawIndexedInstanced\28int\2c\20int\2c\20int\2c\20int\2c\20int\29 -7389:GrOpFlushState::doUpload\28std::__2::function&\29>&\2c\20bool\29 -7390:GrOpFlushState::allocator\28\29 -7391:GrOpFlushState::addASAPUpload\28std::__2::function&\29>&&\29 -7392:GrOpFlushState::OpArgs::OpArgs\28GrOp*\2c\20GrSurfaceProxyView\20const&\2c\20bool\2c\20GrAppliedClip*\2c\20GrDstProxyView\20const&\2c\20GrXferBarrierFlags\2c\20GrLoadOp\29 -7393:GrOp::setTransformedBounds\28SkRect\20const&\2c\20SkMatrix\20const&\2c\20GrOp::HasAABloat\2c\20GrOp::IsHairline\29 -7394:GrOp::onCombineIfPossible\28GrOp*\2c\20SkArenaAlloc*\2c\20GrCaps\20const&\29 -7395:GrOp::combineIfPossible\28GrOp*\2c\20SkArenaAlloc*\2c\20GrCaps\20const&\29 -7396:GrNonAtomicRef::unref\28\29\20const -7397:GrNonAtomicRef::unref\28\29\20const -7398:GrNonAtomicRef::unref\28\29\20const -7399:GrNativeRect::operator!=\28GrNativeRect\20const&\29\20const -7400:GrMeshDrawTarget::allocPrimProcProxyPtrs\28int\29 -7401:GrMeshDrawOp::PatternHelper::init\28GrMeshDrawTarget*\2c\20GrPrimitiveType\2c\20unsigned\20long\2c\20sk_sp\2c\20int\2c\20int\2c\20int\2c\20int\29 -7402:GrMemoryPool::allocate\28unsigned\20long\29 -7403:GrMakeUniqueKeyInvalidationListener\28skgpu::UniqueKey*\2c\20unsigned\20int\29::Listener::~Listener\28\29 -7404:GrMakeUniqueKeyInvalidationListener\28skgpu::UniqueKey*\2c\20unsigned\20int\29::Listener::changed\28\29 -7405:GrMakeCachedBitmapProxyView\28GrRecordingContext*\2c\20SkBitmap\20const&\2c\20std::__2::basic_string_view>\2c\20skgpu::Mipmapped\29::$_0::operator\28\29\28GrTextureProxy*\29\20const -7406:GrIndexBufferAllocPool::makeSpace\28int\2c\20sk_sp*\2c\20int*\29 -7407:GrIndexBufferAllocPool::makeSpaceAtLeast\28int\2c\20int\2c\20sk_sp*\2c\20int*\2c\20int*\29 -7408:GrImageInfo::operator=\28GrImageInfo&&\29 -7409:GrImageInfo::GrImageInfo\28GrColorType\2c\20SkAlphaType\2c\20sk_sp\2c\20int\2c\20int\29 -7410:GrImageContext::abandonContext\28\29 -7411:GrHashMapWithCache::find\28unsigned\20int\20const&\29\20const -7412:GrGradientBitmapCache::release\28GrGradientBitmapCache::Entry*\29\20const -7413:GrGpuResource::setLabel\28std::__2::basic_string_view>\29 -7414:GrGpuResource::makeBudgeted\28\29 -7415:GrGpuResource::GrGpuResource\28GrGpu*\2c\20std::__2::basic_string_view>\29 -7416:GrGpuResource::CacheAccess::abandon\28\29 -7417:GrGpuBuffer::ComputeScratchKeyForDynamicBuffer\28unsigned\20long\2c\20GrGpuBufferType\2c\20skgpu::ScratchKey*\29 -7418:GrGpu::~GrGpu\28\29 -7419:GrGpu::submitToGpu\28\29 -7420:GrGpu::submitToGpu\28GrSubmitInfo\20const&\29 -7421:GrGpu::regenerateMipMapLevels\28GrTexture*\29 -7422:GrGpu::createTexture\28SkISize\2c\20GrBackendFormat\20const&\2c\20GrTextureType\2c\20skgpu::Renderable\2c\20int\2c\20skgpu::Mipmapped\2c\20skgpu::Budgeted\2c\20skgpu::Protected\2c\20std::__2::basic_string_view>\29 -7423:GrGpu::createTextureCommon\28SkISize\2c\20GrBackendFormat\20const&\2c\20GrTextureType\2c\20skgpu::Renderable\2c\20int\2c\20skgpu::Budgeted\2c\20skgpu::Protected\2c\20int\2c\20unsigned\20int\2c\20std::__2::basic_string_view>\29 -7424:GrGpu::createBuffer\28unsigned\20long\2c\20GrGpuBufferType\2c\20GrAccessPattern\29 -7425:GrGpu::callSubmittedProcs\28bool\29 -7426:GrGeometryProcessor::AttributeSet::addToKey\28skgpu::KeyBuilder*\29\20const -7427:GrGeometryProcessor::AttributeSet::Iter::skipUninitialized\28\29 -7428:GrGeometryProcessor::Attribute&\20skia_private::TArray::emplace_back\28char\20const\20\28&\29\20\5b26\5d\2c\20GrVertexAttribType&&\2c\20SkSLType&&\29 -7429:GrGLTextureParameters::invalidate\28\29 -7430:GrGLTextureParameters::SamplerOverriddenState::SamplerOverriddenState\28\29 -7431:GrGLTexture::~GrGLTexture\28\29_11988 -7432:GrGLTexture::~GrGLTexture\28\29_11987 -7433:GrGLTexture::MakeWrapped\28GrGLGpu*\2c\20GrMipmapStatus\2c\20GrGLTexture::Desc\20const&\2c\20sk_sp\2c\20GrWrapCacheable\2c\20GrIOType\2c\20std::__2::basic_string_view>\29 -7434:GrGLTexture::GrGLTexture\28GrGLGpu*\2c\20skgpu::Budgeted\2c\20GrGLTexture::Desc\20const&\2c\20GrMipmapStatus\2c\20std::__2::basic_string_view>\29 -7435:GrGLTexture::GrGLTexture\28GrGLGpu*\2c\20GrGLTexture::Desc\20const&\2c\20sk_sp\2c\20GrMipmapStatus\2c\20std::__2::basic_string_view>\29 -7436:GrGLSemaphore::~GrGLSemaphore\28\29 -7437:GrGLSLVaryingHandler::addAttribute\28GrShaderVar\20const&\29 -7438:GrGLSLVarying::vsOutVar\28\29\20const -7439:GrGLSLVarying::fsInVar\28\29\20const -7440:GrGLSLUniformHandler::liftUniformToVertexShader\28GrProcessor\20const&\2c\20SkString\29 -7441:GrGLSLShaderBuilder::nextStage\28\29 -7442:GrGLSLShaderBuilder::finalize\28unsigned\20int\29 -7443:GrGLSLShaderBuilder::emitFunction\28char\20const*\2c\20char\20const*\29 -7444:GrGLSLShaderBuilder::emitFunctionPrototype\28char\20const*\29 -7445:GrGLSLShaderBuilder::appendTextureLookupAndBlend\28char\20const*\2c\20SkBlendMode\2c\20GrResourceHandle\2c\20char\20const*\2c\20GrGLSLColorSpaceXformHelper*\29 -7446:GrGLSLShaderBuilder::appendDecls\28SkTBlockList\20const&\2c\20SkString*\29\20const -7447:GrGLSLShaderBuilder::appendColorGamutXform\28SkString*\2c\20char\20const*\2c\20GrGLSLColorSpaceXformHelper*\29::$_1::operator\28\29\28char\20const*\2c\20GrResourceHandle\29\20const -7448:GrGLSLShaderBuilder::appendColorGamutXform\28SkString*\2c\20char\20const*\2c\20GrGLSLColorSpaceXformHelper*\29::$_0::operator\28\29\28char\20const*\2c\20GrResourceHandle\2c\20skcms_TFType\29\20const -7449:GrGLSLShaderBuilder::GrGLSLShaderBuilder\28GrGLSLProgramBuilder*\29 -7450:GrGLSLProgramDataManager::setRuntimeEffectUniforms\28SkSpan\2c\20SkSpan\20const>\2c\20SkSpan\2c\20void\20const*\29\20const -7451:GrGLSLProgramBuilder::~GrGLSLProgramBuilder\28\29 -7452:GrGLSLFragmentShaderBuilder::onFinalize\28\29 -7453:GrGLSLFragmentShaderBuilder::enableAdvancedBlendEquationIfNeeded\28skgpu::BlendEquation\29 -7454:GrGLSLColorSpaceXformHelper::isNoop\28\29\20const -7455:GrGLSLBlend::SetBlendModeUniformData\28GrGLSLProgramDataManager\20const&\2c\20GrResourceHandle\2c\20SkBlendMode\29 -7456:GrGLSLBlend::BlendExpression\28GrProcessor\20const*\2c\20GrGLSLUniformHandler*\2c\20GrResourceHandle*\2c\20char\20const*\2c\20char\20const*\2c\20SkBlendMode\29 -7457:GrGLRenderTarget::~GrGLRenderTarget\28\29_11958 -7458:GrGLRenderTarget::~GrGLRenderTarget\28\29_11957 -7459:GrGLRenderTarget::setFlags\28GrGLCaps\20const&\2c\20GrGLRenderTarget::IDs\20const&\29 -7460:GrGLRenderTarget::onGpuMemorySize\28\29\20const -7461:GrGLRenderTarget::bind\28bool\29 -7462:GrGLRenderTarget::backendFormat\28\29\20const -7463:GrGLRenderTarget::GrGLRenderTarget\28GrGLGpu*\2c\20SkISize\20const&\2c\20GrGLFormat\2c\20int\2c\20GrGLRenderTarget::IDs\20const&\2c\20skgpu::Protected\2c\20std::__2::basic_string_view>\29 -7464:GrGLProgramDataManager::set4fv\28GrResourceHandle\2c\20int\2c\20float\20const*\29\20const -7465:GrGLProgramDataManager::set2fv\28GrResourceHandle\2c\20int\2c\20float\20const*\29\20const -7466:GrGLProgramBuilder::uniformHandler\28\29 -7467:GrGLProgramBuilder::compileAndAttachShaders\28SkSL::NativeShader\20const&\2c\20unsigned\20int\2c\20unsigned\20int\2c\20SkTDArray*\2c\20bool\2c\20skgpu::ShaderErrorHandler*\29 -7468:GrGLProgramBuilder::PrecompileProgram\28GrDirectContext*\2c\20GrGLPrecompiledProgram*\2c\20SkData\20const&\29::$_0::operator\28\29\28SkSL::ProgramKind\2c\20std::__2::basic_string\2c\20std::__2::allocator>\20const&\2c\20unsigned\20int\29\20const -7469:GrGLProgramBuilder::CreateProgram\28GrDirectContext*\2c\20GrProgramDesc\20const&\2c\20GrProgramInfo\20const&\2c\20GrGLPrecompiledProgram\20const*\29 -7470:GrGLProgram::~GrGLProgram\28\29 -7471:GrGLInterfaces::MakeWebGL\28\29 -7472:GrGLInterface::~GrGLInterface\28\29 -7473:GrGLGpu::~GrGLGpu\28\29 -7474:GrGLGpu::waitSemaphore\28GrSemaphore*\29 -7475:GrGLGpu::uploadTexData\28SkISize\2c\20unsigned\20int\2c\20SkIRect\2c\20unsigned\20int\2c\20unsigned\20int\2c\20unsigned\20long\2c\20GrMipLevel\20const*\2c\20int\29 -7476:GrGLGpu::uploadCompressedTexData\28SkTextureCompressionType\2c\20GrGLFormat\2c\20SkISize\2c\20skgpu::Mipmapped\2c\20unsigned\20int\2c\20void\20const*\2c\20unsigned\20long\29 -7477:GrGLGpu::uploadColorToTex\28GrGLFormat\2c\20SkISize\2c\20unsigned\20int\2c\20std::__2::array\2c\20unsigned\20int\29 -7478:GrGLGpu::readOrTransferPixelsFrom\28GrSurface*\2c\20SkIRect\2c\20GrColorType\2c\20GrColorType\2c\20void*\2c\20int\29 -7479:GrGLGpu::onFBOChanged\28\29 -7480:GrGLGpu::getTimerQueryResult\28unsigned\20int\29 -7481:GrGLGpu::getCompatibleStencilIndex\28GrGLFormat\29 -7482:GrGLGpu::flushWireframeState\28bool\29 -7483:GrGLGpu::flushScissorRect\28SkIRect\20const&\2c\20int\2c\20GrSurfaceOrigin\29 -7484:GrGLGpu::flushProgram\28unsigned\20int\29 -7485:GrGLGpu::flushProgram\28sk_sp\29 -7486:GrGLGpu::flushFramebufferSRGB\28bool\29 -7487:GrGLGpu::flushConservativeRasterState\28bool\29 -7488:GrGLGpu::createRenderTargetObjects\28GrGLTexture::Desc\20const&\2c\20int\2c\20GrGLRenderTarget::IDs*\29 -7489:GrGLGpu::createCompressedTexture2D\28SkISize\2c\20SkTextureCompressionType\2c\20GrGLFormat\2c\20skgpu::Mipmapped\2c\20skgpu::Protected\2c\20GrGLTextureParameters::SamplerOverriddenState*\29 -7490:GrGLGpu::bindVertexArray\28unsigned\20int\29 -7491:GrGLGpu::TextureUnitBindings::setBoundID\28unsigned\20int\2c\20GrGpuResource::UniqueID\29 -7492:GrGLGpu::TextureUnitBindings::invalidateAllTargets\28bool\29 -7493:GrGLGpu::TextureToCopyProgramIdx\28GrTexture*\29 -7494:GrGLGpu::ProgramCache::~ProgramCache\28\29 -7495:GrGLGpu::ProgramCache::findOrCreateProgramImpl\28GrDirectContext*\2c\20GrProgramDesc\20const&\2c\20GrProgramInfo\20const&\2c\20GrThreadSafePipelineBuilder::Stats::ProgramCacheResult*\29 -7496:GrGLGpu::HWVertexArrayState::invalidate\28\29 -7497:GrGLFunction::GrGLFunction\28void\20\28*\29\28unsigned\20int\2c\20int\2c\20int\2c\20int\2c\20int\2c\20int\2c\20unsigned\20int\2c\20unsigned\20int\2c\20void\20const*\29\29::'lambda'\28void\20const*\2c\20unsigned\20int\2c\20int\2c\20int\2c\20int\2c\20int\2c\20int\2c\20unsigned\20int\2c\20unsigned\20int\2c\20void\20const*\29::__invoke\28void\20const*\2c\20unsigned\20int\2c\20int\2c\20int\2c\20int\2c\20int\2c\20int\2c\20unsigned\20int\2c\20unsigned\20int\2c\20void\20const*\29 -7498:GrGLFunction::GrGLFunction\28void\20\28*\29\28int\2c\20float\29\29::'lambda'\28void\20const*\2c\20int\2c\20float\29::__invoke\28void\20const*\2c\20int\2c\20float\29 -7499:GrGLFinishCallbacks::check\28\29 -7500:GrGLContext::~GrGLContext\28\29_11696 -7501:GrGLCaps::~GrGLCaps\28\29 -7502:GrGLCaps::getTexSubImageExternalFormatAndType\28GrGLFormat\2c\20GrColorType\2c\20GrColorType\2c\20unsigned\20int*\2c\20unsigned\20int*\29\20const -7503:GrGLCaps::getExternalFormat\28GrGLFormat\2c\20GrColorType\2c\20GrColorType\2c\20GrGLCaps::ExternalFormatUsage\2c\20unsigned\20int*\2c\20unsigned\20int*\29\20const -7504:GrGLCaps::canCopyTexSubImage\28GrGLFormat\2c\20bool\2c\20GrTextureType\20const*\2c\20GrGLFormat\2c\20bool\2c\20GrTextureType\20const*\29\20const -7505:GrGLCaps::canCopyAsBlit\28GrGLFormat\2c\20int\2c\20GrTextureType\20const*\2c\20GrGLFormat\2c\20int\2c\20GrTextureType\20const*\2c\20SkRect\20const&\2c\20bool\2c\20SkIRect\20const&\2c\20SkIRect\20const&\29\20const -7506:GrGLBuffer::~GrGLBuffer\28\29_11635 -7507:GrGLAttribArrayState::resize\28int\29 -7508:GrGLAttribArrayState::GrGLAttribArrayState\28int\29 -7509:GrFragmentProcessors::MakeChildFP\28SkRuntimeEffect::ChildPtr\20const&\2c\20GrFPArgs\20const&\29 -7510:GrFragmentProcessor::SwizzleOutput\28std::__2::unique_ptr>\2c\20skgpu::Swizzle\20const&\29::SwizzleFragmentProcessor::Make\28std::__2::unique_ptr>\2c\20skgpu::Swizzle\20const&\29 -7511:GrFragmentProcessor::SurfaceColor\28\29::SurfaceColorProcessor::Make\28\29 -7512:GrFragmentProcessor::HighPrecision\28std::__2::unique_ptr>\29::HighPrecisionFragmentProcessor::Make\28std::__2::unique_ptr>\29 -7513:GrFragmentProcessor::DeviceSpace\28std::__2::unique_ptr>\29::DeviceSpace::DeviceSpace\28std::__2::unique_ptr>\29 -7514:GrFragmentProcessor::Compose\28std::__2::unique_ptr>\2c\20std::__2::unique_ptr>\29::ComposeProcessor::Make\28std::__2::unique_ptr>\2c\20std::__2::unique_ptr>\29 -7515:GrFragmentProcessor::Compose\28std::__2::unique_ptr>\2c\20std::__2::unique_ptr>\29 -7516:GrFragmentProcessor::ClampOutput\28std::__2::unique_ptr>\29 -7517:GrFixedClip::preApply\28SkRect\20const&\2c\20GrAA\29\20const -7518:GrFixedClip::apply\28GrAppliedHardClip*\2c\20SkIRect*\29\20const -7519:GrEagerDynamicVertexAllocator::unlock\28int\29 -7520:GrDynamicAtlas::~GrDynamicAtlas\28\29 -7521:GrDynamicAtlas::Node::addRect\28int\2c\20int\2c\20SkIPoint16*\29 -7522:GrDrawingManager::closeAllTasks\28\29 -7523:GrDrawOpAtlas::uploadToPage\28unsigned\20int\2c\20GrDeferredUploadTarget*\2c\20int\2c\20int\2c\20void\20const*\2c\20skgpu::AtlasLocator*\29 -7524:GrDrawOpAtlas::updatePlot\28GrDeferredUploadTarget*\2c\20skgpu::AtlasLocator*\2c\20skgpu::Plot*\29 -7525:GrDrawOpAtlas::setLastUseToken\28skgpu::AtlasLocator\20const&\2c\20skgpu::AtlasToken\29 -7526:GrDrawOpAtlas::processEviction\28skgpu::PlotLocator\29 -7527:GrDrawOpAtlas::hasID\28skgpu::PlotLocator\20const&\29 -7528:GrDrawOpAtlas::compact\28skgpu::AtlasToken\29 -7529:GrDrawOpAtlas::addToAtlas\28GrResourceProvider*\2c\20GrDeferredUploadTarget*\2c\20int\2c\20int\2c\20void\20const*\2c\20skgpu::AtlasLocator*\29 -7530:GrDrawOpAtlas::Make\28GrProxyProvider*\2c\20GrBackendFormat\20const&\2c\20SkColorType\2c\20unsigned\20long\2c\20int\2c\20int\2c\20int\2c\20int\2c\20skgpu::AtlasGenerationCounter*\2c\20GrDrawOpAtlas::AllowMultitexturing\2c\20skgpu::PlotEvictionCallback*\2c\20std::__2::basic_string_view>\29 -7531:GrDrawIndirectBufferAllocPool::putBack\28int\29 -7532:GrDrawIndirectBufferAllocPool::putBackIndexed\28int\29 -7533:GrDrawIndirectBufferAllocPool::makeSpace\28int\2c\20sk_sp*\2c\20unsigned\20long*\29 -7534:GrDrawIndirectBufferAllocPool::makeIndexedSpace\28int\2c\20sk_sp*\2c\20unsigned\20long*\29 -7535:GrDistanceFieldPathGeoProc::~GrDistanceFieldPathGeoProc\28\29 -7536:GrDistanceFieldLCDTextGeoProc::~GrDistanceFieldLCDTextGeoProc\28\29 -7537:GrDistanceFieldA8TextGeoProc::~GrDistanceFieldA8TextGeoProc\28\29 -7538:GrDistanceFieldA8TextGeoProc::onTextureSampler\28int\29\20const -7539:GrDisableColorXPFactory::MakeXferProcessor\28\29 -7540:GrDirectContextPriv::validPMUPMConversionExists\28\29 -7541:GrDirectContext::~GrDirectContext\28\29 -7542:GrDirectContext::syncAllOutstandingGpuWork\28bool\29 -7543:GrDirectContext::submit\28GrSyncCpu\29 -7544:GrDirectContext::flush\28SkSurface*\29 -7545:GrDirectContext::abandoned\28\29 -7546:GrDeferredProxyUploader::signalAndFreeData\28\29 -7547:GrDeferredProxyUploader::GrDeferredProxyUploader\28\29 -7548:GrCopyRenderTask::~GrCopyRenderTask\28\29 -7549:GrCopyRenderTask::onIsUsed\28GrSurfaceProxy*\29\20const -7550:GrCopyBaseMipMapToView\28GrRecordingContext*\2c\20GrSurfaceProxyView\2c\20skgpu::Budgeted\29 -7551:GrCopyBaseMipMapToTextureProxy\28GrRecordingContext*\2c\20sk_sp\2c\20GrSurfaceOrigin\2c\20std::__2::basic_string_view>\2c\20skgpu::Budgeted\29 -7552:GrContext_Base::~GrContext_Base\28\29_8675 -7553:GrContextThreadSafeProxy::~GrContextThreadSafeProxy\28\29 -7554:GrColorSpaceXformEffect::~GrColorSpaceXformEffect\28\29 -7555:GrColorInfo::makeColorType\28GrColorType\29\20const -7556:GrColorInfo::isLinearlyBlended\28\29\20const -7557:GrColorFragmentProcessorAnalysis::GrColorFragmentProcessorAnalysis\28GrProcessorAnalysisColor\20const&\2c\20std::__2::unique_ptr>\20const*\2c\20int\29 -7558:GrCaps::~GrCaps\28\29 -7559:GrCaps::surfaceSupportsWritePixels\28GrSurface\20const*\29\20const -7560:GrCaps::getDstSampleFlagsForProxy\28GrRenderTargetProxy\20const*\2c\20bool\29\20const -7561:GrCPixmap::GrCPixmap\28GrPixmap\20const&\29 -7562:GrBufferAllocPool::resetCpuData\28unsigned\20long\29 -7563:GrBufferAllocPool::makeSpaceAtLeast\28unsigned\20long\2c\20unsigned\20long\2c\20unsigned\20long\2c\20sk_sp*\2c\20unsigned\20long*\2c\20unsigned\20long*\29 -7564:GrBufferAllocPool::flushCpuData\28GrBufferAllocPool::BufferBlock\20const&\2c\20unsigned\20long\29 -7565:GrBufferAllocPool::destroyBlock\28\29 -7566:GrBufferAllocPool::deleteBlocks\28\29 -7567:GrBufferAllocPool::createBlock\28unsigned\20long\29 -7568:GrBufferAllocPool::CpuBufferCache::makeBuffer\28unsigned\20long\2c\20bool\29 -7569:GrBlurUtils::mask_release_proc\28void*\2c\20void*\29 -7570:GrBlurUtils::draw_shape_with_mask_filter\28GrRecordingContext*\2c\20skgpu::ganesh::SurfaceDrawContext*\2c\20GrClip\20const*\2c\20GrPaint&&\2c\20SkMatrix\20const&\2c\20SkMaskFilterBase\20const*\2c\20GrStyledShape\20const&\29 -7571:GrBlurUtils::draw_mask\28skgpu::ganesh::SurfaceDrawContext*\2c\20GrClip\20const*\2c\20SkMatrix\20const&\2c\20SkIRect\20const&\2c\20GrPaint&&\2c\20GrSurfaceProxyView\29 -7572:GrBlurUtils::create_data\28SkIRect\20const&\2c\20SkIRect\20const&\29 -7573:GrBlurUtils::convolve_gaussian_1d\28skgpu::ganesh::SurfaceFillContext*\2c\20GrSurfaceProxyView\2c\20SkIRect\20const&\2c\20SkIPoint\2c\20SkIRect\20const&\2c\20SkAlphaType\2c\20GrBlurUtils::\28anonymous\20namespace\29::Direction\2c\20int\2c\20float\2c\20SkTileMode\29 -7574:GrBlurUtils::convolve_gaussian\28GrRecordingContext*\2c\20GrSurfaceProxyView\2c\20GrColorType\2c\20SkAlphaType\2c\20SkIRect\2c\20SkIRect\2c\20GrBlurUtils::\28anonymous\20namespace\29::Direction\2c\20int\2c\20float\2c\20SkTileMode\2c\20sk_sp\2c\20SkBackingFit\29 -7575:GrBlurUtils::clip_bounds_quick_reject\28SkIRect\20const&\2c\20SkIRect\20const&\29 -7576:GrBlurUtils::\28anonymous\20namespace\29::make_texture_effect\28GrCaps\20const*\2c\20GrSurfaceProxyView\2c\20SkAlphaType\2c\20GrSamplerState\20const&\2c\20SkIRect\20const&\2c\20SkIRect\20const&\2c\20SkISize\20const&\29 -7577:GrBlurUtils::MakeRectBlur\28GrRecordingContext*\2c\20GrShaderCaps\20const&\2c\20SkRect\20const&\2c\20SkMatrix\20const&\2c\20float\29 -7578:GrBlurUtils::MakeRRectBlur\28GrRecordingContext*\2c\20float\2c\20float\2c\20SkRRect\20const&\2c\20SkRRect\20const&\29 -7579:GrBlurUtils::MakeCircleBlur\28GrRecordingContext*\2c\20SkRect\20const&\2c\20float\29 -7580:GrBitmapTextGeoProc::~GrBitmapTextGeoProc\28\29 -7581:GrBitmapTextGeoProc::addNewViews\28GrSurfaceProxyView\20const*\2c\20int\2c\20GrSamplerState\29 -7582:GrBitmapTextGeoProc::Make\28SkArenaAlloc*\2c\20GrShaderCaps\20const&\2c\20SkRGBA4f<\28SkAlphaType\292>\20const&\2c\20bool\2c\20sk_sp\2c\20GrSurfaceProxyView\20const*\2c\20int\2c\20GrSamplerState\2c\20skgpu::MaskFormat\2c\20SkMatrix\20const&\2c\20bool\29 -7583:GrBicubicEffect::Make\28GrSurfaceProxyView\2c\20SkAlphaType\2c\20SkMatrix\20const&\2c\20GrSamplerState::WrapMode\2c\20GrSamplerState::WrapMode\2c\20SkCubicResampler\2c\20GrBicubicEffect::Direction\2c\20GrCaps\20const&\29 -7584:GrBicubicEffect::MakeSubset\28GrSurfaceProxyView\2c\20SkAlphaType\2c\20SkMatrix\20const&\2c\20GrSamplerState::WrapMode\2c\20GrSamplerState::WrapMode\2c\20SkRect\20const&\2c\20SkRect\20const&\2c\20SkCubicResampler\2c\20GrBicubicEffect::Direction\2c\20GrCaps\20const&\29 -7585:GrBackendTexture::operator=\28GrBackendTexture\20const&\29 -7586:GrBackendTexture::GrBackendTexture\28int\2c\20int\2c\20std::__2::basic_string_view>\2c\20skgpu::Mipmapped\2c\20GrBackendApi\2c\20GrTextureType\2c\20GrGLBackendTextureData\20const&\29 -7587:GrBackendRenderTarget::isProtected\28\29\20const -7588:GrBackendFormatBytesPerBlock\28GrBackendFormat\20const&\29 -7589:GrBackendFormat::operator!=\28GrBackendFormat\20const&\29\20const -7590:GrBackendFormat::makeTexture2D\28\29\20const -7591:GrAuditTrail::opsCombined\28GrOp\20const*\2c\20GrOp\20const*\29 -7592:GrAttachment::ComputeSharedAttachmentUniqueKey\28GrCaps\20const&\2c\20GrBackendFormat\20const&\2c\20SkISize\2c\20GrAttachment::UsageFlags\2c\20int\2c\20skgpu::Mipmapped\2c\20skgpu::Protected\2c\20GrMemoryless\2c\20skgpu::UniqueKey*\29 -7593:GrAttachment::ComputeScratchKey\28GrCaps\20const&\2c\20GrBackendFormat\20const&\2c\20SkISize\2c\20GrAttachment::UsageFlags\2c\20int\2c\20skgpu::Mipmapped\2c\20skgpu::Protected\2c\20GrMemoryless\2c\20skgpu::ScratchKey*\29 -7594:GrAtlasManager::~GrAtlasManager\28\29 -7595:GrAtlasManager::getViews\28skgpu::MaskFormat\2c\20unsigned\20int*\29 -7596:GrAtlasManager::atlasGeneration\28skgpu::MaskFormat\29\20const -7597:GrAppliedClip::visitProxies\28std::__2::function\20const&\29\20const -7598:GrAppliedClip::addCoverageFP\28std::__2::unique_ptr>\29 -7599:GrAATriangulator::makeEvent\28GrAATriangulator::SSEdge*\2c\20GrTriangulator::Vertex*\2c\20GrAATriangulator::SSEdge*\2c\20GrTriangulator::Vertex*\2c\20GrAATriangulator::EventList*\2c\20GrTriangulator::Comparator\20const&\29\20const -7600:GrAATriangulator::connectPartners\28GrTriangulator::VertexList*\2c\20GrTriangulator::Comparator\20const&\29 -7601:GrAATriangulator::collapseOverlapRegions\28GrTriangulator::VertexList*\2c\20GrTriangulator::Comparator\20const&\2c\20GrAATriangulator::EventComparator\29 -7602:GrAATriangulator::Event*\20SkArenaAlloc::make\28GrAATriangulator::SSEdge*&\2c\20SkPoint&\2c\20unsigned\20char&\29 -7603:GrAAConvexTessellator::~GrAAConvexTessellator\28\29 -7604:GrAAConvexTessellator::quadTo\28SkPoint\20const*\29 -7605:GrAAConvexTessellator::fanRing\28GrAAConvexTessellator::Ring\20const&\29 -7606:GetShortIns -7607:FontMgrRunIterator::~FontMgrRunIterator\28\29 -7608:FontMgrRunIterator::endOfCurrentRun\28\29\20const -7609:FontMgrRunIterator::atEnd\28\29\20const -7610:FindSortableTop\28SkOpContourHead*\29 -7611:FT_Vector_NormLen -7612:FT_Sfnt_Table_Info -7613:FT_Select_Size -7614:FT_Render_Glyph -7615:FT_Remove_Module -7616:FT_Outline_Get_Orientation -7617:FT_Outline_EmboldenXY -7618:FT_Outline_Decompose -7619:FT_Open_Face -7620:FT_New_Library -7621:FT_New_GlyphSlot -7622:FT_Match_Size -7623:FT_GlyphLoader_Reset -7624:FT_GlyphLoader_Prepare -7625:FT_GlyphLoader_CheckSubGlyphs -7626:FT_Get_Var_Design_Coordinates -7627:FT_Get_Postscript_Name -7628:FT_Get_Paint_Layers -7629:FT_Get_PS_Font_Info -7630:FT_Get_Glyph_Name -7631:FT_Get_FSType_Flags -7632:FT_Get_Color_Glyph_ClipBox -7633:FT_Done_Size -7634:FT_Done_Library -7635:FT_Bitmap_Done -7636:FT_Bitmap_Convert -7637:FT_Add_Default_Modules -7638:EllipticalRRectOp::~EllipticalRRectOp\28\29_10944 -7639:EllipticalRRectOp::onCreateProgramInfo\28GrCaps\20const*\2c\20SkArenaAlloc*\2c\20GrSurfaceProxyView\20const&\2c\20bool\2c\20GrAppliedClip&&\2c\20GrDstProxyView\20const&\2c\20GrXferBarrierFlags\2c\20GrLoadOp\29 -7640:EllipticalRRectOp::EllipticalRRectOp\28GrProcessorSet*\2c\20SkRGBA4f<\28SkAlphaType\292>\20const&\2c\20SkMatrix\20const&\2c\20SkRect\20const&\2c\20float\2c\20float\2c\20SkPoint\2c\20bool\29 -7641:EllipseOp::EllipseOp\28GrProcessorSet*\2c\20SkRGBA4f<\28SkAlphaType\292>\20const&\2c\20SkMatrix\20const&\2c\20EllipseOp::DeviceSpaceParams\20const&\2c\20SkStrokeRec\20const&\29 -7642:EllipseGeometryProcessor::Impl::setData\28GrGLSLProgramDataManager\20const&\2c\20GrShaderCaps\20const&\2c\20GrGeometryProcessor\20const&\29 -7643:Dot2AngleType\28float\29 -7644:DecodeVarLenUint8 -7645:DecodeContextMap -7646:DIEllipseOp::~DIEllipseOp\28\29 -7647:DIEllipseOp::DIEllipseOp\28GrProcessorSet*\2c\20SkRGBA4f<\28SkAlphaType\292>\20const&\2c\20DIEllipseOp::DeviceSpaceParams\20const&\2c\20SkMatrix\20const&\29 -7648:CustomXP::makeProgramImpl\28\29\20const::Impl::onSetData\28GrGLSLProgramDataManager\20const&\2c\20GrXferProcessor\20const&\29 -7649:CustomXP::makeProgramImpl\28\29\20const::Impl::emitBlendCodeForDstRead\28GrGLSLXPFragmentBuilder*\2c\20GrGLSLUniformHandler*\2c\20char\20const*\2c\20char\20const*\2c\20char\20const*\2c\20char\20const*\2c\20char\20const*\2c\20GrXferProcessor\20const&\29 -7650:Cr_z_inflateReset2 -7651:Cr_z_inflateReset -7652:CoverageSetOpXP::onIsEqual\28GrXferProcessor\20const&\29\20const -7653:Convexicator::close\28\29 -7654:Convexicator::addVec\28SkPoint\20const&\29 -7655:Convexicator::addPt\28SkPoint\20const&\29 -7656:ContourIter::next\28\29 -7657:CircularRRectOp::~CircularRRectOp\28\29_10921 -7658:CircularRRectOp::CircularRRectOp\28GrProcessorSet*\2c\20SkRGBA4f<\28SkAlphaType\292>\20const&\2c\20SkMatrix\20const&\2c\20SkRect\20const&\2c\20float\2c\20float\2c\20bool\29 -7659:CircleOp::~CircleOp\28\29 -7660:CircleOp::Make\28GrRecordingContext*\2c\20GrPaint&&\2c\20SkMatrix\20const&\2c\20SkPoint\2c\20float\2c\20GrStyle\20const&\2c\20CircleOp::ArcParams\20const*\29 -7661:CircleOp::CircleOp\28GrProcessorSet*\2c\20SkRGBA4f<\28SkAlphaType\292>\20const&\2c\20SkMatrix\20const&\2c\20SkPoint\2c\20float\2c\20GrStyle\20const&\2c\20CircleOp::ArcParams\20const*\29 -7662:CircleGeometryProcessor::Make\28SkArenaAlloc*\2c\20bool\2c\20bool\2c\20bool\2c\20bool\2c\20bool\2c\20bool\2c\20SkMatrix\20const&\29 -7663:CircleGeometryProcessor::Impl::setData\28GrGLSLProgramDataManager\20const&\2c\20GrShaderCaps\20const&\2c\20GrGeometryProcessor\20const&\29 -7664:CFF::dict_interpreter_t\2c\20CFF::interp_env_t>::interpret\28CFF::cff1_private_dict_values_base_t&\29 -7665:CFF::cs_opset_t\2c\20cff2_path_param_t\2c\20cff2_path_procs_path_t>::process_op\28unsigned\20int\2c\20CFF::cff2_cs_interp_env_t&\2c\20cff2_path_param_t&\29 -7666:CFF::cff_stack_t::cff_stack_t\28\29 -7667:CFF::cff2_cs_interp_env_t::process_vsindex\28\29 -7668:CFF::cff2_cs_interp_env_t::process_blend\28\29 -7669:CFF::cff2_cs_interp_env_t::fetch_op\28\29 -7670:CFF::cff2_cs_interp_env_t::cff2_cs_interp_env_t\28hb_array_t\20const&\2c\20OT::cff2::accelerator_t\20const&\2c\20unsigned\20int\2c\20int\20const*\2c\20unsigned\20int\29 -7671:CFF::cff2_cs_interp_env_t::blend_deltas\28hb_array_t\29\20const -7672:CFF::cff1_top_dict_values_t::init\28\29 -7673:CFF::cff1_cs_interp_env_t::cff1_cs_interp_env_t\28hb_array_t\20const&\2c\20OT::cff1::accelerator_t\20const&\2c\20unsigned\20int\2c\20int\20const*\2c\20unsigned\20int\29 -7674:CFF::biased_subrs_t>>::init\28CFF::Subrs>\20const*\29 -7675:CFF::biased_subrs_t>>::init\28CFF::Subrs>\20const*\29 -7676:CFF::Subrs>\20const&\20CFF::StructAtOffsetOrNull>>\28void\20const*\2c\20int\2c\20hb_sanitize_context_t&\29 -7677:CFF::FDSelect::get_fd\28unsigned\20int\29\20const -7678:CFF::FDSelect3_4\2c\20OT::IntType>::sentinel\28\29\20const -7679:CFF::FDSelect3_4\2c\20OT::IntType>::sanitize\28hb_sanitize_context_t*\2c\20unsigned\20int\29\20const -7680:CFF::FDSelect3_4\2c\20OT::IntType>::get_fd\28unsigned\20int\29\20const -7681:CFF::FDSelect0::sanitize\28hb_sanitize_context_t*\2c\20unsigned\20int\29\20const -7682:CFF::Charset::get_glyph\28unsigned\20int\2c\20unsigned\20int\29\20const -7683:CFF::CFF2FDSelect::get_fd\28unsigned\20int\29\20const -7684:ButtCapDashedCircleOp::ButtCapDashedCircleOp\28GrProcessorSet*\2c\20SkRGBA4f<\28SkAlphaType\292>\20const&\2c\20SkMatrix\20const&\2c\20SkPoint\2c\20float\2c\20float\2c\20float\2c\20float\2c\20float\2c\20float\29 -7685:BrotliTransformDictionaryWord -7686:BrotliEnsureRingBuffer -7687:BrotliDecoderStateCleanupAfterMetablock -7688:BlockIndexIterator::Last\28SkBlockAllocator::Block\20const*\29\2c\20&SkTBlockList::First\28SkBlockAllocator::Block\20const*\29\2c\20&SkTBlockList::Decrement\28SkBlockAllocator::Block\20const*\2c\20int\29\2c\20&SkTBlockList::GetItem\28SkBlockAllocator::Block\20const*\2c\20int\29>::begin\28\29\20const -7689:BlockIndexIterator::First\28SkBlockAllocator::Block\20const*\29\2c\20&SkTBlockList::Last\28SkBlockAllocator::Block\20const*\29\2c\20&SkTBlockList::Increment\28SkBlockAllocator::Block\20const*\2c\20int\29\2c\20&SkTBlockList::GetItem\28SkBlockAllocator::Block\20const*\2c\20int\29>::Item::operator++\28\29 -7690:AutoRestoreInverseness::~AutoRestoreInverseness\28\29 -7691:AutoRestoreInverseness::AutoRestoreInverseness\28GrShape*\2c\20GrStyle\20const&\29 -7692:AutoLayerForImageFilter::~AutoLayerForImageFilter\28\29 -7693:AutoLayerForImageFilter::operator=\28AutoLayerForImageFilter&&\29 -7694:AutoLayerForImageFilter::addMaskFilterLayer\28SkRect\20const*\29 -7695:AutoLayerForImageFilter::addLayer\28SkPaint\20const&\2c\20SkRect\20const*\2c\20bool\29 -7696:AngleWinding\28SkOpSpanBase*\2c\20SkOpSpanBase*\2c\20int*\2c\20bool*\29 -7697:AddIntersectTs\28SkOpContour*\2c\20SkOpContour*\2c\20SkOpCoincidence*\29 -7698:ActiveEdgeList::replace\28SkPoint\20const&\2c\20SkPoint\20const&\2c\20SkPoint\20const&\2c\20unsigned\20short\2c\20unsigned\20short\2c\20unsigned\20short\29 -7699:ActiveEdgeList::remove\28SkPoint\20const&\2c\20SkPoint\20const&\2c\20unsigned\20short\2c\20unsigned\20short\29 -7700:ActiveEdgeList::insert\28SkPoint\20const&\2c\20SkPoint\20const&\2c\20unsigned\20short\2c\20unsigned\20short\29 -7701:ActiveEdgeList::allocate\28SkPoint\20const&\2c\20SkPoint\20const&\2c\20unsigned\20short\2c\20unsigned\20short\29 -7702:AAT::trak::sanitize\28hb_sanitize_context_t*\29\20const -7703:AAT::mortmorx::sanitize\28hb_sanitize_context_t*\29\20const -7704:AAT::mortmorx::sanitize\28hb_sanitize_context_t*\29\20const -7705:AAT::ltag::sanitize\28hb_sanitize_context_t*\29\20const -7706:AAT::ltag::get_language\28unsigned\20int\29\20const -7707:AAT::kern_subtable_accelerator_data_t::~kern_subtable_accelerator_data_t\28\29 -7708:AAT::kern_subtable_accelerator_data_t::kern_subtable_accelerator_data_t\28\29 -7709:AAT::kern_accelerator_data_t::operator=\28AAT::kern_accelerator_data_t&&\29 -7710:AAT::hb_aat_apply_context_t::return_t\20AAT::ChainSubtable::dispatch\28AAT::hb_aat_apply_context_t*\29\20const -7711:AAT::hb_aat_apply_context_t::return_t\20AAT::ChainSubtable::dispatch\28AAT::hb_aat_apply_context_t*\29\20const -7712:AAT::hb_aat_apply_context_t::replace_glyph\28unsigned\20int\29 -7713:AAT::feat::sanitize\28hb_sanitize_context_t*\29\20const -7714:AAT::ankr::sanitize\28hb_sanitize_context_t*\29\20const -7715:AAT::ankr::get_anchor\28unsigned\20int\2c\20unsigned\20int\2c\20unsigned\20int\29\20const -7716:AAT::TrackData::get_tracking\28void\20const*\2c\20float\2c\20float\29\20const -7717:AAT::Lookup>::get_value_or_null\28unsigned\20int\2c\20unsigned\20int\29\20const -7718:AAT::Lookup>::get_value\28unsigned\20int\2c\20unsigned\20int\29\20const -7719:AAT::Lookup>::get_value_or_null\28unsigned\20int\2c\20unsigned\20int\29\20const -7720:AAT::KerxTable::sanitize\28hb_sanitize_context_t*\29\20const -7721:AAT::KernPair\20const*\20hb_sorted_array_t::bsearch\28AAT::hb_glyph_pair_t\20const&\2c\20AAT::KernPair\20const*\29 -7722:AAT::KernPair\20const&\20OT::SortedArrayOf>>::bsearch\28AAT::hb_glyph_pair_t\20const&\2c\20AAT::KernPair\20const&\29\20const -7723:7510 -7724:7511 -7725:7512 -7726:7513 -7727:7514 -7728:7515 -7729:7516 -7730:7517 -7731:7518 -7732:7519 -7733:7520 -7734:7521 -7735:7522 -7736:7523 -7737:7524 -7738:7525 -7739:7526 -7740:7527 -7741:7528 -7742:7529 -7743:7530 -7744:7531 -7745:7532 -7746:7533 -7747:7534 -7748:7535 -7749:7536 -7750:7537 -7751:7538 -7752:7539 -7753:7540 -7754:7541 -7755:7542 -7756:7543 -7757:7544 -7758:7545 -7759:7546 -7760:7547 -7761:7548 -7762:7549 -7763:7550 -7764:7551 -7765:7552 -7766:7553 -7767:7554 -7768:7555 -7769:7556 -7770:7557 -7771:7558 -7772:7559 -7773:7560 -7774:7561 -7775:7562 -7776:7563 -7777:7564 -7778:7565 -7779:7566 -7780:7567 -7781:7568 -7782:7569 -7783:7570 -7784:7571 -7785:7572 -7786:7573 -7787:7574 -7788:7575 -7789:7576 -7790:7577 -7791:7578 -7792:7579 -7793:7580 -7794:7581 -7795:7582 -7796:7583 -7797:7584 -7798:7585 -7799:7586 -7800:7587 -7801:7588 -7802:7589 -7803:7590 -7804:7591 -7805:7592 -7806:7593 -7807:7594 -7808:7595 -7809:7596 -7810:7597 -7811:7598 -7812:7599 -7813:7600 -7814:7601 -7815:7602 -7816:7603 -7817:xyzd50_to_hcl\28SkRGBA4f<\28SkAlphaType\292>\2c\20bool*\29 -7818:void\20mergeT\28void\20const*\2c\20int\2c\20unsigned\20char\20const*\2c\20int\2c\20void*\29 -7819:void\20mergeT\28void\20const*\2c\20int\2c\20unsigned\20char\20const*\2c\20int\2c\20void*\29 -7820:void\20\28anonymous\20namespace\29::downsample_3_3<\28anonymous\20namespace\29::ColorTypeFilter_RGBA_F16>\28void*\2c\20void\20const*\2c\20unsigned\20long\2c\20int\29 -7821:void\20\28anonymous\20namespace\29::downsample_3_3<\28anonymous\20namespace\29::ColorTypeFilter_F16F16>\28void*\2c\20void\20const*\2c\20unsigned\20long\2c\20int\29 -7822:void\20\28anonymous\20namespace\29::downsample_3_3<\28anonymous\20namespace\29::ColorTypeFilter_Alpha_F16>\28void*\2c\20void\20const*\2c\20unsigned\20long\2c\20int\29 -7823:void\20\28anonymous\20namespace\29::downsample_3_3<\28anonymous\20namespace\29::ColorTypeFilter_8>\28void*\2c\20void\20const*\2c\20unsigned\20long\2c\20int\29 -7824:void\20\28anonymous\20namespace\29::downsample_3_3<\28anonymous\20namespace\29::ColorTypeFilter_88>\28void*\2c\20void\20const*\2c\20unsigned\20long\2c\20int\29 -7825:void\20\28anonymous\20namespace\29::downsample_3_3<\28anonymous\20namespace\29::ColorTypeFilter_8888>\28void*\2c\20void\20const*\2c\20unsigned\20long\2c\20int\29 -7826:void\20\28anonymous\20namespace\29::downsample_3_3<\28anonymous\20namespace\29::ColorTypeFilter_565>\28void*\2c\20void\20const*\2c\20unsigned\20long\2c\20int\29 -7827:void\20\28anonymous\20namespace\29::downsample_3_3<\28anonymous\20namespace\29::ColorTypeFilter_4444>\28void*\2c\20void\20const*\2c\20unsigned\20long\2c\20int\29 -7828:void\20\28anonymous\20namespace\29::downsample_3_3<\28anonymous\20namespace\29::ColorTypeFilter_16>\28void*\2c\20void\20const*\2c\20unsigned\20long\2c\20int\29 -7829:void\20\28anonymous\20namespace\29::downsample_3_3<\28anonymous\20namespace\29::ColorTypeFilter_1616>\28void*\2c\20void\20const*\2c\20unsigned\20long\2c\20int\29 -7830:void\20\28anonymous\20namespace\29::downsample_3_3<\28anonymous\20namespace\29::ColorTypeFilter_16161616>\28void*\2c\20void\20const*\2c\20unsigned\20long\2c\20int\29 -7831:void\20\28anonymous\20namespace\29::downsample_3_3<\28anonymous\20namespace\29::ColorTypeFilter_1010102>\28void*\2c\20void\20const*\2c\20unsigned\20long\2c\20int\29 -7832:void\20\28anonymous\20namespace\29::downsample_3_2<\28anonymous\20namespace\29::ColorTypeFilter_RGBA_F16>\28void*\2c\20void\20const*\2c\20unsigned\20long\2c\20int\29 -7833:void\20\28anonymous\20namespace\29::downsample_3_2<\28anonymous\20namespace\29::ColorTypeFilter_F16F16>\28void*\2c\20void\20const*\2c\20unsigned\20long\2c\20int\29 -7834:void\20\28anonymous\20namespace\29::downsample_3_2<\28anonymous\20namespace\29::ColorTypeFilter_Alpha_F16>\28void*\2c\20void\20const*\2c\20unsigned\20long\2c\20int\29 -7835:void\20\28anonymous\20namespace\29::downsample_3_2<\28anonymous\20namespace\29::ColorTypeFilter_8>\28void*\2c\20void\20const*\2c\20unsigned\20long\2c\20int\29 -7836:void\20\28anonymous\20namespace\29::downsample_3_2<\28anonymous\20namespace\29::ColorTypeFilter_88>\28void*\2c\20void\20const*\2c\20unsigned\20long\2c\20int\29 -7837:void\20\28anonymous\20namespace\29::downsample_3_2<\28anonymous\20namespace\29::ColorTypeFilter_8888>\28void*\2c\20void\20const*\2c\20unsigned\20long\2c\20int\29 -7838:void\20\28anonymous\20namespace\29::downsample_3_2<\28anonymous\20namespace\29::ColorTypeFilter_565>\28void*\2c\20void\20const*\2c\20unsigned\20long\2c\20int\29 -7839:void\20\28anonymous\20namespace\29::downsample_3_2<\28anonymous\20namespace\29::ColorTypeFilter_4444>\28void*\2c\20void\20const*\2c\20unsigned\20long\2c\20int\29 -7840:void\20\28anonymous\20namespace\29::downsample_3_2<\28anonymous\20namespace\29::ColorTypeFilter_16>\28void*\2c\20void\20const*\2c\20unsigned\20long\2c\20int\29 -7841:void\20\28anonymous\20namespace\29::downsample_3_2<\28anonymous\20namespace\29::ColorTypeFilter_1616>\28void*\2c\20void\20const*\2c\20unsigned\20long\2c\20int\29 -7842:void\20\28anonymous\20namespace\29::downsample_3_2<\28anonymous\20namespace\29::ColorTypeFilter_16161616>\28void*\2c\20void\20const*\2c\20unsigned\20long\2c\20int\29 -7843:void\20\28anonymous\20namespace\29::downsample_3_2<\28anonymous\20namespace\29::ColorTypeFilter_1010102>\28void*\2c\20void\20const*\2c\20unsigned\20long\2c\20int\29 -7844:void\20\28anonymous\20namespace\29::downsample_3_1<\28anonymous\20namespace\29::ColorTypeFilter_RGBA_F16>\28void*\2c\20void\20const*\2c\20unsigned\20long\2c\20int\29 -7845:void\20\28anonymous\20namespace\29::downsample_3_1<\28anonymous\20namespace\29::ColorTypeFilter_F16F16>\28void*\2c\20void\20const*\2c\20unsigned\20long\2c\20int\29 -7846:void\20\28anonymous\20namespace\29::downsample_3_1<\28anonymous\20namespace\29::ColorTypeFilter_Alpha_F16>\28void*\2c\20void\20const*\2c\20unsigned\20long\2c\20int\29 -7847:void\20\28anonymous\20namespace\29::downsample_3_1<\28anonymous\20namespace\29::ColorTypeFilter_8>\28void*\2c\20void\20const*\2c\20unsigned\20long\2c\20int\29 -7848:void\20\28anonymous\20namespace\29::downsample_3_1<\28anonymous\20namespace\29::ColorTypeFilter_88>\28void*\2c\20void\20const*\2c\20unsigned\20long\2c\20int\29 -7849:void\20\28anonymous\20namespace\29::downsample_3_1<\28anonymous\20namespace\29::ColorTypeFilter_8888>\28void*\2c\20void\20const*\2c\20unsigned\20long\2c\20int\29 -7850:void\20\28anonymous\20namespace\29::downsample_3_1<\28anonymous\20namespace\29::ColorTypeFilter_565>\28void*\2c\20void\20const*\2c\20unsigned\20long\2c\20int\29 -7851:void\20\28anonymous\20namespace\29::downsample_3_1<\28anonymous\20namespace\29::ColorTypeFilter_4444>\28void*\2c\20void\20const*\2c\20unsigned\20long\2c\20int\29 -7852:void\20\28anonymous\20namespace\29::downsample_3_1<\28anonymous\20namespace\29::ColorTypeFilter_16>\28void*\2c\20void\20const*\2c\20unsigned\20long\2c\20int\29 -7853:void\20\28anonymous\20namespace\29::downsample_3_1<\28anonymous\20namespace\29::ColorTypeFilter_1616>\28void*\2c\20void\20const*\2c\20unsigned\20long\2c\20int\29 -7854:void\20\28anonymous\20namespace\29::downsample_3_1<\28anonymous\20namespace\29::ColorTypeFilter_16161616>\28void*\2c\20void\20const*\2c\20unsigned\20long\2c\20int\29 -7855:void\20\28anonymous\20namespace\29::downsample_3_1<\28anonymous\20namespace\29::ColorTypeFilter_1010102>\28void*\2c\20void\20const*\2c\20unsigned\20long\2c\20int\29 -7856:void\20\28anonymous\20namespace\29::downsample_2_3<\28anonymous\20namespace\29::ColorTypeFilter_RGBA_F16>\28void*\2c\20void\20const*\2c\20unsigned\20long\2c\20int\29 -7857:void\20\28anonymous\20namespace\29::downsample_2_3<\28anonymous\20namespace\29::ColorTypeFilter_F16F16>\28void*\2c\20void\20const*\2c\20unsigned\20long\2c\20int\29 -7858:void\20\28anonymous\20namespace\29::downsample_2_3<\28anonymous\20namespace\29::ColorTypeFilter_Alpha_F16>\28void*\2c\20void\20const*\2c\20unsigned\20long\2c\20int\29 -7859:void\20\28anonymous\20namespace\29::downsample_2_3<\28anonymous\20namespace\29::ColorTypeFilter_8>\28void*\2c\20void\20const*\2c\20unsigned\20long\2c\20int\29 -7860:void\20\28anonymous\20namespace\29::downsample_2_3<\28anonymous\20namespace\29::ColorTypeFilter_88>\28void*\2c\20void\20const*\2c\20unsigned\20long\2c\20int\29 -7861:void\20\28anonymous\20namespace\29::downsample_2_3<\28anonymous\20namespace\29::ColorTypeFilter_8888>\28void*\2c\20void\20const*\2c\20unsigned\20long\2c\20int\29 -7862:void\20\28anonymous\20namespace\29::downsample_2_3<\28anonymous\20namespace\29::ColorTypeFilter_565>\28void*\2c\20void\20const*\2c\20unsigned\20long\2c\20int\29 -7863:void\20\28anonymous\20namespace\29::downsample_2_3<\28anonymous\20namespace\29::ColorTypeFilter_4444>\28void*\2c\20void\20const*\2c\20unsigned\20long\2c\20int\29 -7864:void\20\28anonymous\20namespace\29::downsample_2_3<\28anonymous\20namespace\29::ColorTypeFilter_16>\28void*\2c\20void\20const*\2c\20unsigned\20long\2c\20int\29 -7865:void\20\28anonymous\20namespace\29::downsample_2_3<\28anonymous\20namespace\29::ColorTypeFilter_1616>\28void*\2c\20void\20const*\2c\20unsigned\20long\2c\20int\29 -7866:void\20\28anonymous\20namespace\29::downsample_2_3<\28anonymous\20namespace\29::ColorTypeFilter_16161616>\28void*\2c\20void\20const*\2c\20unsigned\20long\2c\20int\29 -7867:void\20\28anonymous\20namespace\29::downsample_2_3<\28anonymous\20namespace\29::ColorTypeFilter_1010102>\28void*\2c\20void\20const*\2c\20unsigned\20long\2c\20int\29 -7868:void\20\28anonymous\20namespace\29::downsample_2_2<\28anonymous\20namespace\29::ColorTypeFilter_RGBA_F16>\28void*\2c\20void\20const*\2c\20unsigned\20long\2c\20int\29 -7869:void\20\28anonymous\20namespace\29::downsample_2_2<\28anonymous\20namespace\29::ColorTypeFilter_F16F16>\28void*\2c\20void\20const*\2c\20unsigned\20long\2c\20int\29 -7870:void\20\28anonymous\20namespace\29::downsample_2_2<\28anonymous\20namespace\29::ColorTypeFilter_Alpha_F16>\28void*\2c\20void\20const*\2c\20unsigned\20long\2c\20int\29 -7871:void\20\28anonymous\20namespace\29::downsample_2_2<\28anonymous\20namespace\29::ColorTypeFilter_8>\28void*\2c\20void\20const*\2c\20unsigned\20long\2c\20int\29 -7872:void\20\28anonymous\20namespace\29::downsample_2_2<\28anonymous\20namespace\29::ColorTypeFilter_88>\28void*\2c\20void\20const*\2c\20unsigned\20long\2c\20int\29 -7873:void\20\28anonymous\20namespace\29::downsample_2_2<\28anonymous\20namespace\29::ColorTypeFilter_8888>\28void*\2c\20void\20const*\2c\20unsigned\20long\2c\20int\29 -7874:void\20\28anonymous\20namespace\29::downsample_2_2<\28anonymous\20namespace\29::ColorTypeFilter_565>\28void*\2c\20void\20const*\2c\20unsigned\20long\2c\20int\29 -7875:void\20\28anonymous\20namespace\29::downsample_2_2<\28anonymous\20namespace\29::ColorTypeFilter_4444>\28void*\2c\20void\20const*\2c\20unsigned\20long\2c\20int\29 -7876:void\20\28anonymous\20namespace\29::downsample_2_2<\28anonymous\20namespace\29::ColorTypeFilter_16>\28void*\2c\20void\20const*\2c\20unsigned\20long\2c\20int\29 -7877:void\20\28anonymous\20namespace\29::downsample_2_2<\28anonymous\20namespace\29::ColorTypeFilter_1616>\28void*\2c\20void\20const*\2c\20unsigned\20long\2c\20int\29 -7878:void\20\28anonymous\20namespace\29::downsample_2_2<\28anonymous\20namespace\29::ColorTypeFilter_16161616>\28void*\2c\20void\20const*\2c\20unsigned\20long\2c\20int\29 -7879:void\20\28anonymous\20namespace\29::downsample_2_2<\28anonymous\20namespace\29::ColorTypeFilter_1010102>\28void*\2c\20void\20const*\2c\20unsigned\20long\2c\20int\29 -7880:void\20\28anonymous\20namespace\29::downsample_2_1<\28anonymous\20namespace\29::ColorTypeFilter_RGBA_F16>\28void*\2c\20void\20const*\2c\20unsigned\20long\2c\20int\29 -7881:void\20\28anonymous\20namespace\29::downsample_2_1<\28anonymous\20namespace\29::ColorTypeFilter_F16F16>\28void*\2c\20void\20const*\2c\20unsigned\20long\2c\20int\29 -7882:void\20\28anonymous\20namespace\29::downsample_2_1<\28anonymous\20namespace\29::ColorTypeFilter_Alpha_F16>\28void*\2c\20void\20const*\2c\20unsigned\20long\2c\20int\29 -7883:void\20\28anonymous\20namespace\29::downsample_2_1<\28anonymous\20namespace\29::ColorTypeFilter_8>\28void*\2c\20void\20const*\2c\20unsigned\20long\2c\20int\29 -7884:void\20\28anonymous\20namespace\29::downsample_2_1<\28anonymous\20namespace\29::ColorTypeFilter_88>\28void*\2c\20void\20const*\2c\20unsigned\20long\2c\20int\29 -7885:void\20\28anonymous\20namespace\29::downsample_2_1<\28anonymous\20namespace\29::ColorTypeFilter_8888>\28void*\2c\20void\20const*\2c\20unsigned\20long\2c\20int\29 -7886:void\20\28anonymous\20namespace\29::downsample_2_1<\28anonymous\20namespace\29::ColorTypeFilter_565>\28void*\2c\20void\20const*\2c\20unsigned\20long\2c\20int\29 -7887:void\20\28anonymous\20namespace\29::downsample_2_1<\28anonymous\20namespace\29::ColorTypeFilter_4444>\28void*\2c\20void\20const*\2c\20unsigned\20long\2c\20int\29 -7888:void\20\28anonymous\20namespace\29::downsample_2_1<\28anonymous\20namespace\29::ColorTypeFilter_16>\28void*\2c\20void\20const*\2c\20unsigned\20long\2c\20int\29 -7889:void\20\28anonymous\20namespace\29::downsample_2_1<\28anonymous\20namespace\29::ColorTypeFilter_1616>\28void*\2c\20void\20const*\2c\20unsigned\20long\2c\20int\29 -7890:void\20\28anonymous\20namespace\29::downsample_2_1<\28anonymous\20namespace\29::ColorTypeFilter_16161616>\28void*\2c\20void\20const*\2c\20unsigned\20long\2c\20int\29 -7891:void\20\28anonymous\20namespace\29::downsample_2_1<\28anonymous\20namespace\29::ColorTypeFilter_1010102>\28void*\2c\20void\20const*\2c\20unsigned\20long\2c\20int\29 -7892:void\20\28anonymous\20namespace\29::downsample_1_3<\28anonymous\20namespace\29::ColorTypeFilter_RGBA_F16>\28void*\2c\20void\20const*\2c\20unsigned\20long\2c\20int\29 -7893:void\20\28anonymous\20namespace\29::downsample_1_3<\28anonymous\20namespace\29::ColorTypeFilter_F16F16>\28void*\2c\20void\20const*\2c\20unsigned\20long\2c\20int\29 -7894:void\20\28anonymous\20namespace\29::downsample_1_3<\28anonymous\20namespace\29::ColorTypeFilter_Alpha_F16>\28void*\2c\20void\20const*\2c\20unsigned\20long\2c\20int\29 -7895:void\20\28anonymous\20namespace\29::downsample_1_3<\28anonymous\20namespace\29::ColorTypeFilter_8>\28void*\2c\20void\20const*\2c\20unsigned\20long\2c\20int\29 -7896:void\20\28anonymous\20namespace\29::downsample_1_3<\28anonymous\20namespace\29::ColorTypeFilter_88>\28void*\2c\20void\20const*\2c\20unsigned\20long\2c\20int\29 -7897:void\20\28anonymous\20namespace\29::downsample_1_3<\28anonymous\20namespace\29::ColorTypeFilter_8888>\28void*\2c\20void\20const*\2c\20unsigned\20long\2c\20int\29 -7898:void\20\28anonymous\20namespace\29::downsample_1_3<\28anonymous\20namespace\29::ColorTypeFilter_565>\28void*\2c\20void\20const*\2c\20unsigned\20long\2c\20int\29 -7899:void\20\28anonymous\20namespace\29::downsample_1_3<\28anonymous\20namespace\29::ColorTypeFilter_4444>\28void*\2c\20void\20const*\2c\20unsigned\20long\2c\20int\29 -7900:void\20\28anonymous\20namespace\29::downsample_1_3<\28anonymous\20namespace\29::ColorTypeFilter_16>\28void*\2c\20void\20const*\2c\20unsigned\20long\2c\20int\29 -7901:void\20\28anonymous\20namespace\29::downsample_1_3<\28anonymous\20namespace\29::ColorTypeFilter_1616>\28void*\2c\20void\20const*\2c\20unsigned\20long\2c\20int\29 -7902:void\20\28anonymous\20namespace\29::downsample_1_3<\28anonymous\20namespace\29::ColorTypeFilter_16161616>\28void*\2c\20void\20const*\2c\20unsigned\20long\2c\20int\29 -7903:void\20\28anonymous\20namespace\29::downsample_1_3<\28anonymous\20namespace\29::ColorTypeFilter_1010102>\28void*\2c\20void\20const*\2c\20unsigned\20long\2c\20int\29 -7904:void\20\28anonymous\20namespace\29::downsample_1_2<\28anonymous\20namespace\29::ColorTypeFilter_RGBA_F16>\28void*\2c\20void\20const*\2c\20unsigned\20long\2c\20int\29 -7905:void\20\28anonymous\20namespace\29::downsample_1_2<\28anonymous\20namespace\29::ColorTypeFilter_F16F16>\28void*\2c\20void\20const*\2c\20unsigned\20long\2c\20int\29 -7906:void\20\28anonymous\20namespace\29::downsample_1_2<\28anonymous\20namespace\29::ColorTypeFilter_Alpha_F16>\28void*\2c\20void\20const*\2c\20unsigned\20long\2c\20int\29 -7907:void\20\28anonymous\20namespace\29::downsample_1_2<\28anonymous\20namespace\29::ColorTypeFilter_8>\28void*\2c\20void\20const*\2c\20unsigned\20long\2c\20int\29 -7908:void\20\28anonymous\20namespace\29::downsample_1_2<\28anonymous\20namespace\29::ColorTypeFilter_88>\28void*\2c\20void\20const*\2c\20unsigned\20long\2c\20int\29 -7909:void\20\28anonymous\20namespace\29::downsample_1_2<\28anonymous\20namespace\29::ColorTypeFilter_8888>\28void*\2c\20void\20const*\2c\20unsigned\20long\2c\20int\29 -7910:void\20\28anonymous\20namespace\29::downsample_1_2<\28anonymous\20namespace\29::ColorTypeFilter_565>\28void*\2c\20void\20const*\2c\20unsigned\20long\2c\20int\29 -7911:void\20\28anonymous\20namespace\29::downsample_1_2<\28anonymous\20namespace\29::ColorTypeFilter_4444>\28void*\2c\20void\20const*\2c\20unsigned\20long\2c\20int\29 -7912:void\20\28anonymous\20namespace\29::downsample_1_2<\28anonymous\20namespace\29::ColorTypeFilter_16>\28void*\2c\20void\20const*\2c\20unsigned\20long\2c\20int\29 -7913:void\20\28anonymous\20namespace\29::downsample_1_2<\28anonymous\20namespace\29::ColorTypeFilter_1616>\28void*\2c\20void\20const*\2c\20unsigned\20long\2c\20int\29 -7914:void\20\28anonymous\20namespace\29::downsample_1_2<\28anonymous\20namespace\29::ColorTypeFilter_16161616>\28void*\2c\20void\20const*\2c\20unsigned\20long\2c\20int\29 -7915:void\20\28anonymous\20namespace\29::downsample_1_2<\28anonymous\20namespace\29::ColorTypeFilter_1010102>\28void*\2c\20void\20const*\2c\20unsigned\20long\2c\20int\29 -7916:void*\20OT::hb_accelerate_subtables_context_t::cache_func_to>\28void*\2c\20OT::hb_ot_lookup_cache_op_t\29 -7917:virtual\20thunk\20to\20std::__2::basic_stringstream\2c\20std::__2::allocator>::~basic_stringstream\28\29_14646 -7918:virtual\20thunk\20to\20std::__2::basic_stringstream\2c\20std::__2::allocator>::~basic_stringstream\28\29 -7919:virtual\20thunk\20to\20std::__2::basic_istream>::~basic_istream\28\29_14492 -7920:virtual\20thunk\20to\20std::__2::basic_istream>::~basic_istream\28\29 -7921:virtual\20thunk\20to\20std::__2::basic_iostream>::~basic_iostream\28\29_14536 -7922:virtual\20thunk\20to\20std::__2::basic_iostream>::~basic_iostream\28\29 -7923:virtual\20thunk\20to\20GrTextureRenderTargetProxy::~GrTextureRenderTargetProxy\28\29_9571 -7924:virtual\20thunk\20to\20GrTextureRenderTargetProxy::~GrTextureRenderTargetProxy\28\29 -7925:virtual\20thunk\20to\20GrTextureRenderTargetProxy::onUninstantiatedGpuMemorySize\28\29\20const -7926:virtual\20thunk\20to\20GrTextureRenderTargetProxy::instantiate\28GrResourceProvider*\29 -7927:virtual\20thunk\20to\20GrTextureRenderTargetProxy::createSurface\28GrResourceProvider*\29\20const -7928:virtual\20thunk\20to\20GrTextureRenderTargetProxy::callbackDesc\28\29\20const -7929:virtual\20thunk\20to\20GrTextureProxy::~GrTextureProxy\28\29_9543 -7930:virtual\20thunk\20to\20GrTextureProxy::~GrTextureProxy\28\29 -7931:virtual\20thunk\20to\20GrTextureProxy::onUninstantiatedGpuMemorySize\28\29\20const -7932:virtual\20thunk\20to\20GrTextureProxy::instantiate\28GrResourceProvider*\29 -7933:virtual\20thunk\20to\20GrTextureProxy::getUniqueKey\28\29\20const -7934:virtual\20thunk\20to\20GrTextureProxy::createSurface\28GrResourceProvider*\29\20const -7935:virtual\20thunk\20to\20GrTextureProxy::callbackDesc\28\29\20const -7936:virtual\20thunk\20to\20GrTextureProxy::asTextureProxy\28\29\20const -7937:virtual\20thunk\20to\20GrTextureProxy::asTextureProxy\28\29 -7938:virtual\20thunk\20to\20GrTexture::onGpuMemorySize\28\29\20const -7939:virtual\20thunk\20to\20GrTexture::computeScratchKey\28skgpu::ScratchKey*\29\20const -7940:virtual\20thunk\20to\20GrTexture::asTexture\28\29\20const -7941:virtual\20thunk\20to\20GrTexture::asTexture\28\29 -7942:virtual\20thunk\20to\20GrRenderTargetProxy::~GrRenderTargetProxy\28\29_9386 -7943:virtual\20thunk\20to\20GrRenderTargetProxy::~GrRenderTargetProxy\28\29 -7944:virtual\20thunk\20to\20GrRenderTargetProxy::onUninstantiatedGpuMemorySize\28\29\20const -7945:virtual\20thunk\20to\20GrRenderTargetProxy::instantiate\28GrResourceProvider*\29 -7946:virtual\20thunk\20to\20GrRenderTargetProxy::createSurface\28GrResourceProvider*\29\20const -7947:virtual\20thunk\20to\20GrRenderTargetProxy::callbackDesc\28\29\20const -7948:virtual\20thunk\20to\20GrRenderTargetProxy::asRenderTargetProxy\28\29\20const -7949:virtual\20thunk\20to\20GrRenderTargetProxy::asRenderTargetProxy\28\29 -7950:virtual\20thunk\20to\20GrRenderTarget::onRelease\28\29 -7951:virtual\20thunk\20to\20GrRenderTarget::onAbandon\28\29 -7952:virtual\20thunk\20to\20GrRenderTarget::asRenderTarget\28\29\20const -7953:virtual\20thunk\20to\20GrRenderTarget::asRenderTarget\28\29 -7954:virtual\20thunk\20to\20GrGLTextureRenderTarget::~GrGLTextureRenderTarget\28\29_12026 -7955:virtual\20thunk\20to\20GrGLTextureRenderTarget::~GrGLTextureRenderTarget\28\29 -7956:virtual\20thunk\20to\20GrGLTextureRenderTarget::onRelease\28\29 -7957:virtual\20thunk\20to\20GrGLTextureRenderTarget::onGpuMemorySize\28\29\20const -7958:virtual\20thunk\20to\20GrGLTextureRenderTarget::onAbandon\28\29 -7959:virtual\20thunk\20to\20GrGLTextureRenderTarget::dumpMemoryStatistics\28SkTraceMemoryDump*\29\20const -7960:virtual\20thunk\20to\20GrGLTexture::~GrGLTexture\28\29_11995 -7961:virtual\20thunk\20to\20GrGLTexture::~GrGLTexture\28\29 -7962:virtual\20thunk\20to\20GrGLTexture::onRelease\28\29 -7963:virtual\20thunk\20to\20GrGLTexture::onAbandon\28\29 -7964:virtual\20thunk\20to\20GrGLTexture::dumpMemoryStatistics\28SkTraceMemoryDump*\29\20const -7965:virtual\20thunk\20to\20GrGLSLFragmentShaderBuilder::~GrGLSLFragmentShaderBuilder\28\29_10268 -7966:virtual\20thunk\20to\20GrGLSLFragmentShaderBuilder::~GrGLSLFragmentShaderBuilder\28\29 -7967:virtual\20thunk\20to\20GrGLSLFragmentShaderBuilder::onFinalize\28\29 -7968:virtual\20thunk\20to\20GrGLRenderTarget::~GrGLRenderTarget\28\29_11968 -7969:virtual\20thunk\20to\20GrGLRenderTarget::~GrGLRenderTarget\28\29 -7970:virtual\20thunk\20to\20GrGLRenderTarget::onRelease\28\29 -7971:virtual\20thunk\20to\20GrGLRenderTarget::onGpuMemorySize\28\29\20const -7972:virtual\20thunk\20to\20GrGLRenderTarget::onAbandon\28\29 -7973:virtual\20thunk\20to\20GrGLRenderTarget::dumpMemoryStatistics\28SkTraceMemoryDump*\29\20const -7974:virtual\20thunk\20to\20GrGLRenderTarget::backendFormat\28\29\20const -7975:vertices_dispose -7976:vertices_create -7977:unicodePositionBuffer_free -7978:unicodePositionBuffer_create -7979:typefaces_filterCoveredCodePoints -7980:typeface_dispose -7981:typeface_create -7982:tt_vadvance_adjust -7983:tt_slot_init -7984:tt_size_request -7985:tt_size_init -7986:tt_size_done -7987:tt_sbit_decoder_load_png -7988:tt_sbit_decoder_load_compound -7989:tt_sbit_decoder_load_byte_aligned -7990:tt_sbit_decoder_load_bit_aligned -7991:tt_property_set -7992:tt_property_get -7993:tt_name_ascii_from_utf16 -7994:tt_name_ascii_from_other -7995:tt_hadvance_adjust -7996:tt_glyph_load -7997:tt_get_var_blend -7998:tt_get_interface -7999:tt_get_glyph_name -8000:tt_get_cmap_info -8001:tt_get_advances -8002:tt_face_set_sbit_strike -8003:tt_face_load_strike_metrics -8004:tt_face_load_sbit_image -8005:tt_face_load_sbit -8006:tt_face_load_post -8007:tt_face_load_pclt -8008:tt_face_load_os2 -8009:tt_face_load_name -8010:tt_face_load_maxp -8011:tt_face_load_kern -8012:tt_face_load_hmtx -8013:tt_face_load_hhea -8014:tt_face_load_head -8015:tt_face_load_gasp -8016:tt_face_load_font_dir -8017:tt_face_load_cpal -8018:tt_face_load_colr -8019:tt_face_load_cmap -8020:tt_face_load_bhed -8021:tt_face_load_any -8022:tt_face_init -8023:tt_face_get_paint_layers -8024:tt_face_get_paint -8025:tt_face_get_kerning -8026:tt_face_get_colr_layer -8027:tt_face_get_colr_glyph_paint -8028:tt_face_get_colorline_stops -8029:tt_face_get_color_glyph_clipbox -8030:tt_face_free_sbit -8031:tt_face_free_ps_names -8032:tt_face_free_name -8033:tt_face_free_cpal -8034:tt_face_free_colr -8035:tt_face_done -8036:tt_face_colr_blend_layer -8037:tt_driver_init -8038:tt_cmap_unicode_init -8039:tt_cmap_unicode_char_next -8040:tt_cmap_unicode_char_index -8041:tt_cmap_init -8042:tt_cmap8_validate -8043:tt_cmap8_get_info -8044:tt_cmap8_char_next -8045:tt_cmap8_char_index -8046:tt_cmap6_validate -8047:tt_cmap6_get_info -8048:tt_cmap6_char_next -8049:tt_cmap6_char_index -8050:tt_cmap4_validate -8051:tt_cmap4_init -8052:tt_cmap4_get_info -8053:tt_cmap4_char_next -8054:tt_cmap4_char_index -8055:tt_cmap2_validate -8056:tt_cmap2_get_info -8057:tt_cmap2_char_next -8058:tt_cmap2_char_index -8059:tt_cmap14_variants -8060:tt_cmap14_variant_chars -8061:tt_cmap14_validate -8062:tt_cmap14_init -8063:tt_cmap14_get_info -8064:tt_cmap14_done -8065:tt_cmap14_char_variants -8066:tt_cmap14_char_var_isdefault -8067:tt_cmap14_char_var_index -8068:tt_cmap14_char_next -8069:tt_cmap13_validate -8070:tt_cmap13_get_info -8071:tt_cmap13_char_next -8072:tt_cmap13_char_index -8073:tt_cmap12_validate -8074:tt_cmap12_get_info -8075:tt_cmap12_char_next -8076:tt_cmap12_char_index -8077:tt_cmap10_validate -8078:tt_cmap10_get_info -8079:tt_cmap10_char_next -8080:tt_cmap10_char_index -8081:tt_cmap0_validate -8082:tt_cmap0_get_info -8083:tt_cmap0_char_next -8084:tt_cmap0_char_index -8085:textStyle_setWordSpacing -8086:textStyle_setTextBaseline -8087:textStyle_setLocale -8088:textStyle_setLetterSpacing -8089:textStyle_setHeight -8090:textStyle_setHalfLeading -8091:textStyle_setForeground -8092:textStyle_setFontVariations -8093:textStyle_setFontStyle -8094:textStyle_setFontSize -8095:textStyle_setDecorationStyle -8096:textStyle_setDecorationColor -8097:textStyle_setColor -8098:textStyle_setBackground -8099:textStyle_dispose -8100:textStyle_create -8101:textStyle_copy -8102:textStyle_clearFontFamilies -8103:textStyle_addShadow -8104:textStyle_addFontFeature -8105:textStyle_addFontFamilies -8106:textBoxList_getLength -8107:textBoxList_getBoxAtIndex -8108:textBoxList_dispose -8109:t2_hints_stems -8110:t2_hints_open -8111:t1_make_subfont -8112:t1_hints_stem -8113:t1_hints_open -8114:t1_decrypt -8115:t1_decoder_parse_metrics -8116:t1_decoder_init -8117:t1_decoder_done -8118:t1_cmap_unicode_init -8119:t1_cmap_unicode_char_next -8120:t1_cmap_unicode_char_index -8121:t1_cmap_std_done -8122:t1_cmap_std_char_next -8123:t1_cmap_standard_init -8124:t1_cmap_expert_init -8125:t1_cmap_custom_init -8126:t1_cmap_custom_done -8127:t1_cmap_custom_char_next -8128:t1_cmap_custom_char_index -8129:t1_builder_start_point -8130:swizzle_or_premul\28SkImageInfo\20const&\2c\20void*\2c\20unsigned\20long\2c\20SkImageInfo\20const&\2c\20void\20const*\2c\20unsigned\20long\2c\20SkColorSpaceXformSteps\20const&\29 -8131:surface_renderPicturesOnWorker -8132:surface_renderPictures -8133:surface_rasterizeImageOnWorker -8134:surface_rasterizeImage -8135:surface_onRenderComplete -8136:surface_onRasterizeComplete -8137:surface_dispose -8138:surface_destroy -8139:surface_create -8140:strutStyle_setLeading -8141:strutStyle_setHeight -8142:strutStyle_setHalfLeading -8143:strutStyle_setForceStrutHeight -8144:strutStyle_setFontStyle -8145:strutStyle_setFontFamilies -8146:strutStyle_dispose -8147:strutStyle_create -8148:string_read -8149:std::exception::what\28\29\20const -8150:std::bad_variant_access::what\28\29\20const -8151:std::bad_optional_access::what\28\29\20const -8152:std::bad_array_new_length::what\28\29\20const -8153:std::bad_alloc::what\28\29\20const -8154:std::__2::time_put>>::do_put\28std::__2::ostreambuf_iterator>\2c\20std::__2::ios_base&\2c\20wchar_t\2c\20tm\20const*\2c\20char\2c\20char\29\20const -8155:std::__2::time_put>>::do_put\28std::__2::ostreambuf_iterator>\2c\20std::__2::ios_base&\2c\20char\2c\20tm\20const*\2c\20char\2c\20char\29\20const -8156:std::__2::time_get>>::do_get_year\28std::__2::istreambuf_iterator>\2c\20std::__2::istreambuf_iterator>\2c\20std::__2::ios_base&\2c\20unsigned\20int&\2c\20tm*\29\20const -8157:std::__2::time_get>>::do_get_weekday\28std::__2::istreambuf_iterator>\2c\20std::__2::istreambuf_iterator>\2c\20std::__2::ios_base&\2c\20unsigned\20int&\2c\20tm*\29\20const -8158:std::__2::time_get>>::do_get_time\28std::__2::istreambuf_iterator>\2c\20std::__2::istreambuf_iterator>\2c\20std::__2::ios_base&\2c\20unsigned\20int&\2c\20tm*\29\20const -8159:std::__2::time_get>>::do_get_monthname\28std::__2::istreambuf_iterator>\2c\20std::__2::istreambuf_iterator>\2c\20std::__2::ios_base&\2c\20unsigned\20int&\2c\20tm*\29\20const -8160:std::__2::time_get>>::do_get_date\28std::__2::istreambuf_iterator>\2c\20std::__2::istreambuf_iterator>\2c\20std::__2::ios_base&\2c\20unsigned\20int&\2c\20tm*\29\20const -8161:std::__2::time_get>>::do_get\28std::__2::istreambuf_iterator>\2c\20std::__2::istreambuf_iterator>\2c\20std::__2::ios_base&\2c\20unsigned\20int&\2c\20tm*\2c\20char\2c\20char\29\20const -8162:std::__2::time_get>>::do_get_year\28std::__2::istreambuf_iterator>\2c\20std::__2::istreambuf_iterator>\2c\20std::__2::ios_base&\2c\20unsigned\20int&\2c\20tm*\29\20const -8163:std::__2::time_get>>::do_get_weekday\28std::__2::istreambuf_iterator>\2c\20std::__2::istreambuf_iterator>\2c\20std::__2::ios_base&\2c\20unsigned\20int&\2c\20tm*\29\20const -8164:std::__2::time_get>>::do_get_time\28std::__2::istreambuf_iterator>\2c\20std::__2::istreambuf_iterator>\2c\20std::__2::ios_base&\2c\20unsigned\20int&\2c\20tm*\29\20const -8165:std::__2::time_get>>::do_get_monthname\28std::__2::istreambuf_iterator>\2c\20std::__2::istreambuf_iterator>\2c\20std::__2::ios_base&\2c\20unsigned\20int&\2c\20tm*\29\20const -8166:std::__2::time_get>>::do_get_date\28std::__2::istreambuf_iterator>\2c\20std::__2::istreambuf_iterator>\2c\20std::__2::ios_base&\2c\20unsigned\20int&\2c\20tm*\29\20const -8167:std::__2::time_get>>::do_get\28std::__2::istreambuf_iterator>\2c\20std::__2::istreambuf_iterator>\2c\20std::__2::ios_base&\2c\20unsigned\20int&\2c\20tm*\2c\20char\2c\20char\29\20const -8168:std::__2::numpunct::~numpunct\28\29_15455 -8169:std::__2::numpunct::do_truename\28\29\20const -8170:std::__2::numpunct::do_grouping\28\29\20const -8171:std::__2::numpunct::do_falsename\28\29\20const -8172:std::__2::numpunct::~numpunct\28\29_15462 -8173:std::__2::numpunct::do_truename\28\29\20const -8174:std::__2::numpunct::do_thousands_sep\28\29\20const -8175:std::__2::numpunct::do_grouping\28\29\20const -8176:std::__2::numpunct::do_falsename\28\29\20const -8177:std::__2::numpunct::do_decimal_point\28\29\20const -8178:std::__2::num_put>>::do_put\28std::__2::ostreambuf_iterator>\2c\20std::__2::ios_base&\2c\20wchar_t\2c\20void\20const*\29\20const -8179:std::__2::num_put>>::do_put\28std::__2::ostreambuf_iterator>\2c\20std::__2::ios_base&\2c\20wchar_t\2c\20unsigned\20long\29\20const -8180:std::__2::num_put>>::do_put\28std::__2::ostreambuf_iterator>\2c\20std::__2::ios_base&\2c\20wchar_t\2c\20unsigned\20long\20long\29\20const -8181:std::__2::num_put>>::do_put\28std::__2::ostreambuf_iterator>\2c\20std::__2::ios_base&\2c\20wchar_t\2c\20long\29\20const -8182:std::__2::num_put>>::do_put\28std::__2::ostreambuf_iterator>\2c\20std::__2::ios_base&\2c\20wchar_t\2c\20long\20long\29\20const -8183:std::__2::num_put>>::do_put\28std::__2::ostreambuf_iterator>\2c\20std::__2::ios_base&\2c\20wchar_t\2c\20long\20double\29\20const -8184:std::__2::num_put>>::do_put\28std::__2::ostreambuf_iterator>\2c\20std::__2::ios_base&\2c\20wchar_t\2c\20double\29\20const -8185:std::__2::num_put>>::do_put\28std::__2::ostreambuf_iterator>\2c\20std::__2::ios_base&\2c\20wchar_t\2c\20bool\29\20const -8186:std::__2::num_put>>::do_put\28std::__2::ostreambuf_iterator>\2c\20std::__2::ios_base&\2c\20char\2c\20void\20const*\29\20const -8187:std::__2::num_put>>::do_put\28std::__2::ostreambuf_iterator>\2c\20std::__2::ios_base&\2c\20char\2c\20unsigned\20long\29\20const -8188:std::__2::num_put>>::do_put\28std::__2::ostreambuf_iterator>\2c\20std::__2::ios_base&\2c\20char\2c\20unsigned\20long\20long\29\20const -8189:std::__2::num_put>>::do_put\28std::__2::ostreambuf_iterator>\2c\20std::__2::ios_base&\2c\20char\2c\20long\29\20const -8190:std::__2::num_put>>::do_put\28std::__2::ostreambuf_iterator>\2c\20std::__2::ios_base&\2c\20char\2c\20long\20long\29\20const -8191:std::__2::num_put>>::do_put\28std::__2::ostreambuf_iterator>\2c\20std::__2::ios_base&\2c\20char\2c\20long\20double\29\20const -8192:std::__2::num_put>>::do_put\28std::__2::ostreambuf_iterator>\2c\20std::__2::ios_base&\2c\20char\2c\20double\29\20const -8193:std::__2::num_put>>::do_put\28std::__2::ostreambuf_iterator>\2c\20std::__2::ios_base&\2c\20char\2c\20bool\29\20const -8194:std::__2::num_get>>::do_get\28std::__2::istreambuf_iterator>\2c\20std::__2::istreambuf_iterator>\2c\20std::__2::ios_base&\2c\20unsigned\20int&\2c\20void*&\29\20const -8195:std::__2::num_get>>::do_get\28std::__2::istreambuf_iterator>\2c\20std::__2::istreambuf_iterator>\2c\20std::__2::ios_base&\2c\20unsigned\20int&\2c\20unsigned\20short&\29\20const -8196:std::__2::num_get>>::do_get\28std::__2::istreambuf_iterator>\2c\20std::__2::istreambuf_iterator>\2c\20std::__2::ios_base&\2c\20unsigned\20int&\2c\20unsigned\20long\20long&\29\20const -8197:std::__2::num_get>>::do_get\28std::__2::istreambuf_iterator>\2c\20std::__2::istreambuf_iterator>\2c\20std::__2::ios_base&\2c\20unsigned\20int&\2c\20long\20long&\29\20const -8198:std::__2::num_get>>::do_get\28std::__2::istreambuf_iterator>\2c\20std::__2::istreambuf_iterator>\2c\20std::__2::ios_base&\2c\20unsigned\20int&\2c\20long\20double&\29\20const -8199:std::__2::num_get>>::do_get\28std::__2::istreambuf_iterator>\2c\20std::__2::istreambuf_iterator>\2c\20std::__2::ios_base&\2c\20unsigned\20int&\2c\20long&\29\20const -8200:std::__2::num_get>>::do_get\28std::__2::istreambuf_iterator>\2c\20std::__2::istreambuf_iterator>\2c\20std::__2::ios_base&\2c\20unsigned\20int&\2c\20float&\29\20const -8201:std::__2::num_get>>::do_get\28std::__2::istreambuf_iterator>\2c\20std::__2::istreambuf_iterator>\2c\20std::__2::ios_base&\2c\20unsigned\20int&\2c\20double&\29\20const -8202:std::__2::num_get>>::do_get\28std::__2::istreambuf_iterator>\2c\20std::__2::istreambuf_iterator>\2c\20std::__2::ios_base&\2c\20unsigned\20int&\2c\20bool&\29\20const -8203:std::__2::num_get>>::do_get\28std::__2::istreambuf_iterator>\2c\20std::__2::istreambuf_iterator>\2c\20std::__2::ios_base&\2c\20unsigned\20int&\2c\20void*&\29\20const -8204:std::__2::num_get>>::do_get\28std::__2::istreambuf_iterator>\2c\20std::__2::istreambuf_iterator>\2c\20std::__2::ios_base&\2c\20unsigned\20int&\2c\20unsigned\20short&\29\20const -8205:std::__2::num_get>>::do_get\28std::__2::istreambuf_iterator>\2c\20std::__2::istreambuf_iterator>\2c\20std::__2::ios_base&\2c\20unsigned\20int&\2c\20unsigned\20long\20long&\29\20const -8206:std::__2::num_get>>::do_get\28std::__2::istreambuf_iterator>\2c\20std::__2::istreambuf_iterator>\2c\20std::__2::ios_base&\2c\20unsigned\20int&\2c\20long\20long&\29\20const -8207:std::__2::num_get>>::do_get\28std::__2::istreambuf_iterator>\2c\20std::__2::istreambuf_iterator>\2c\20std::__2::ios_base&\2c\20unsigned\20int&\2c\20long\20double&\29\20const -8208:std::__2::num_get>>::do_get\28std::__2::istreambuf_iterator>\2c\20std::__2::istreambuf_iterator>\2c\20std::__2::ios_base&\2c\20unsigned\20int&\2c\20long&\29\20const -8209:std::__2::num_get>>::do_get\28std::__2::istreambuf_iterator>\2c\20std::__2::istreambuf_iterator>\2c\20std::__2::ios_base&\2c\20unsigned\20int&\2c\20float&\29\20const -8210:std::__2::num_get>>::do_get\28std::__2::istreambuf_iterator>\2c\20std::__2::istreambuf_iterator>\2c\20std::__2::ios_base&\2c\20unsigned\20int&\2c\20double&\29\20const -8211:std::__2::num_get>>::do_get\28std::__2::istreambuf_iterator>\2c\20std::__2::istreambuf_iterator>\2c\20std::__2::ios_base&\2c\20unsigned\20int&\2c\20bool&\29\20const -8212:std::__2::money_put>>::do_put\28std::__2::ostreambuf_iterator>\2c\20bool\2c\20std::__2::ios_base&\2c\20wchar_t\2c\20std::__2::basic_string\2c\20std::__2::allocator>\20const&\29\20const -8213:std::__2::money_put>>::do_put\28std::__2::ostreambuf_iterator>\2c\20bool\2c\20std::__2::ios_base&\2c\20wchar_t\2c\20long\20double\29\20const -8214:std::__2::money_put>>::do_put\28std::__2::ostreambuf_iterator>\2c\20bool\2c\20std::__2::ios_base&\2c\20char\2c\20std::__2::basic_string\2c\20std::__2::allocator>\20const&\29\20const -8215:std::__2::money_put>>::do_put\28std::__2::ostreambuf_iterator>\2c\20bool\2c\20std::__2::ios_base&\2c\20char\2c\20long\20double\29\20const -8216:std::__2::money_get>>::do_get\28std::__2::istreambuf_iterator>\2c\20std::__2::istreambuf_iterator>\2c\20bool\2c\20std::__2::ios_base&\2c\20unsigned\20int&\2c\20std::__2::basic_string\2c\20std::__2::allocator>&\29\20const -8217:std::__2::money_get>>::do_get\28std::__2::istreambuf_iterator>\2c\20std::__2::istreambuf_iterator>\2c\20bool\2c\20std::__2::ios_base&\2c\20unsigned\20int&\2c\20long\20double&\29\20const -8218:std::__2::money_get>>::do_get\28std::__2::istreambuf_iterator>\2c\20std::__2::istreambuf_iterator>\2c\20bool\2c\20std::__2::ios_base&\2c\20unsigned\20int&\2c\20std::__2::basic_string\2c\20std::__2::allocator>&\29\20const -8219:std::__2::money_get>>::do_get\28std::__2::istreambuf_iterator>\2c\20std::__2::istreambuf_iterator>\2c\20bool\2c\20std::__2::ios_base&\2c\20unsigned\20int&\2c\20long\20double&\29\20const -8220:std::__2::messages::do_get\28long\2c\20int\2c\20int\2c\20std::__2::basic_string\2c\20std::__2::allocator>\20const&\29\20const -8221:std::__2::messages::do_get\28long\2c\20int\2c\20int\2c\20std::__2::basic_string\2c\20std::__2::allocator>\20const&\29\20const -8222:std::__2::locale::__imp::~__imp\28\29_15560 -8223:std::__2::ios_base::~ios_base\28\29_14655 -8224:std::__2::ctype::do_widen\28char\20const*\2c\20char\20const*\2c\20wchar_t*\29\20const -8225:std::__2::ctype::do_toupper\28wchar_t\29\20const -8226:std::__2::ctype::do_toupper\28wchar_t*\2c\20wchar_t\20const*\29\20const -8227:std::__2::ctype::do_tolower\28wchar_t\29\20const -8228:std::__2::ctype::do_tolower\28wchar_t*\2c\20wchar_t\20const*\29\20const -8229:std::__2::ctype::do_scan_not\28unsigned\20long\2c\20wchar_t\20const*\2c\20wchar_t\20const*\29\20const -8230:std::__2::ctype::do_scan_is\28unsigned\20long\2c\20wchar_t\20const*\2c\20wchar_t\20const*\29\20const -8231:std::__2::ctype::do_narrow\28wchar_t\2c\20char\29\20const -8232:std::__2::ctype::do_narrow\28wchar_t\20const*\2c\20wchar_t\20const*\2c\20char\2c\20char*\29\20const -8233:std::__2::ctype::do_is\28wchar_t\20const*\2c\20wchar_t\20const*\2c\20unsigned\20long*\29\20const -8234:std::__2::ctype::do_is\28unsigned\20long\2c\20wchar_t\29\20const -8235:std::__2::ctype::~ctype\28\29_15547 -8236:std::__2::ctype::do_widen\28char\20const*\2c\20char\20const*\2c\20char*\29\20const -8237:std::__2::ctype::do_toupper\28char\29\20const -8238:std::__2::ctype::do_toupper\28char*\2c\20char\20const*\29\20const -8239:std::__2::ctype::do_tolower\28char\29\20const -8240:std::__2::ctype::do_tolower\28char*\2c\20char\20const*\29\20const -8241:std::__2::ctype::do_narrow\28char\2c\20char\29\20const -8242:std::__2::ctype::do_narrow\28char\20const*\2c\20char\20const*\2c\20char\2c\20char*\29\20const -8243:std::__2::collate::do_transform\28wchar_t\20const*\2c\20wchar_t\20const*\29\20const -8244:std::__2::collate::do_hash\28wchar_t\20const*\2c\20wchar_t\20const*\29\20const -8245:std::__2::collate::do_compare\28wchar_t\20const*\2c\20wchar_t\20const*\2c\20wchar_t\20const*\2c\20wchar_t\20const*\29\20const -8246:std::__2::collate::do_transform\28char\20const*\2c\20char\20const*\29\20const -8247:std::__2::collate::do_hash\28char\20const*\2c\20char\20const*\29\20const -8248:std::__2::collate::do_compare\28char\20const*\2c\20char\20const*\2c\20char\20const*\2c\20char\20const*\29\20const -8249:std::__2::codecvt::~codecvt\28\29_15507 -8250:std::__2::codecvt::do_unshift\28__mbstate_t&\2c\20char*\2c\20char*\2c\20char*&\29\20const -8251:std::__2::codecvt::do_out\28__mbstate_t&\2c\20wchar_t\20const*\2c\20wchar_t\20const*\2c\20wchar_t\20const*&\2c\20char*\2c\20char*\2c\20char*&\29\20const -8252:std::__2::codecvt::do_max_length\28\29\20const -8253:std::__2::codecvt::do_length\28__mbstate_t&\2c\20char\20const*\2c\20char\20const*\2c\20unsigned\20long\29\20const -8254:std::__2::codecvt::do_in\28__mbstate_t&\2c\20char\20const*\2c\20char\20const*\2c\20char\20const*&\2c\20wchar_t*\2c\20wchar_t*\2c\20wchar_t*&\29\20const -8255:std::__2::codecvt::do_encoding\28\29\20const -8256:std::__2::codecvt::do_length\28__mbstate_t&\2c\20char\20const*\2c\20char\20const*\2c\20unsigned\20long\29\20const -8257:std::__2::basic_stringbuf\2c\20std::__2::allocator>::~basic_stringbuf\28\29_14640 -8258:std::__2::basic_stringbuf\2c\20std::__2::allocator>::underflow\28\29 -8259:std::__2::basic_stringbuf\2c\20std::__2::allocator>::seekpos\28std::__2::fpos<__mbstate_t>\2c\20unsigned\20int\29 -8260:std::__2::basic_stringbuf\2c\20std::__2::allocator>::seekoff\28long\20long\2c\20std::__2::ios_base::seekdir\2c\20unsigned\20int\29 -8261:std::__2::basic_stringbuf\2c\20std::__2::allocator>::pbackfail\28int\29 -8262:std::__2::basic_stringbuf\2c\20std::__2::allocator>::overflow\28int\29 -8263:std::__2::basic_streambuf>::~basic_streambuf\28\29_14447 -8264:std::__2::basic_streambuf>::xsputn\28char\20const*\2c\20long\29 -8265:std::__2::basic_streambuf>::xsgetn\28char*\2c\20long\29 -8266:std::__2::basic_streambuf>::uflow\28\29 -8267:std::__2::basic_streambuf>::setbuf\28char*\2c\20long\29 -8268:std::__2::basic_streambuf>::seekpos\28std::__2::fpos<__mbstate_t>\2c\20unsigned\20int\29 -8269:std::__2::basic_streambuf>::seekoff\28long\20long\2c\20std::__2::ios_base::seekdir\2c\20unsigned\20int\29 -8270:std::__2::bad_function_call::what\28\29\20const -8271:std::__2::__time_get_c_storage::__x\28\29\20const -8272:std::__2::__time_get_c_storage::__weeks\28\29\20const -8273:std::__2::__time_get_c_storage::__r\28\29\20const -8274:std::__2::__time_get_c_storage::__months\28\29\20const -8275:std::__2::__time_get_c_storage::__c\28\29\20const -8276:std::__2::__time_get_c_storage::__am_pm\28\29\20const -8277:std::__2::__time_get_c_storage::__X\28\29\20const -8278:std::__2::__time_get_c_storage::__x\28\29\20const -8279:std::__2::__time_get_c_storage::__weeks\28\29\20const -8280:std::__2::__time_get_c_storage::__r\28\29\20const -8281:std::__2::__time_get_c_storage::__months\28\29\20const -8282:std::__2::__time_get_c_storage::__c\28\29\20const -8283:std::__2::__time_get_c_storage::__am_pm\28\29\20const -8284:std::__2::__time_get_c_storage::__X\28\29\20const -8285:std::__2::__shared_ptr_pointer<_IO_FILE*\2c\20void\20\28*\29\28_IO_FILE*\29\2c\20std::__2::allocator<_IO_FILE>>::__on_zero_shared\28\29 -8286:std::__2::__shared_ptr_emplace>::~__shared_ptr_emplace\28\29_7130 -8287:std::__2::__shared_ptr_emplace>::~__shared_ptr_emplace\28\29 -8288:std::__2::__shared_ptr_emplace>::__on_zero_shared\28\29 -8289:std::__2::__shared_ptr_emplace>::~__shared_ptr_emplace\28\29_7403 -8290:std::__2::__shared_ptr_emplace>::~__shared_ptr_emplace\28\29 -8291:std::__2::__shared_ptr_emplace>::__on_zero_shared\28\29 -8292:std::__2::__shared_ptr_emplace>::~__shared_ptr_emplace\28\29_7640 -8293:std::__2::__shared_ptr_emplace>::~__shared_ptr_emplace\28\29 -8294:std::__2::__shared_ptr_emplace>::__on_zero_shared\28\29 -8295:std::__2::__shared_ptr_emplace>::~__shared_ptr_emplace\28\29_5174 -8296:std::__2::__shared_ptr_emplace>::~__shared_ptr_emplace\28\29 -8297:std::__2::__function::__func\2c\20bool\20\28skia::textlayout::Run\20const*\2c\20float\2c\20skia::textlayout::SkRange\2c\20float*\29>::operator\28\29\28skia::textlayout::Run\20const*&&\2c\20float&&\2c\20skia::textlayout::SkRange&&\2c\20float*&&\29 -8298:std::__2::__function::__func\2c\20bool\20\28skia::textlayout::Run\20const*\2c\20float\2c\20skia::textlayout::SkRange\2c\20float*\29>::__clone\28std::__2::__function::__base\2c\20float*\29>*\29\20const -8299:std::__2::__function::__func\2c\20bool\20\28skia::textlayout::Run\20const*\2c\20float\2c\20skia::textlayout::SkRange\2c\20float*\29>::__clone\28\29\20const -8300:std::__2::__function::__func\2c\20float*\29\20const::'lambda'\28skia::textlayout::SkRange\2c\20skia::textlayout::TextStyle\20const&\2c\20skia::textlayout::TextLine::ClipContext\20const&\29\2c\20std::__2::allocator\2c\20float*\29\20const::'lambda'\28skia::textlayout::SkRange\2c\20skia::textlayout::TextStyle\20const&\2c\20skia::textlayout::TextLine::ClipContext\20const&\29>\2c\20void\20\28skia::textlayout::SkRange\2c\20skia::textlayout::TextStyle\20const&\2c\20skia::textlayout::TextLine::ClipContext\20const&\29>::operator\28\29\28skia::textlayout::SkRange&&\2c\20skia::textlayout::TextStyle\20const&\2c\20skia::textlayout::TextLine::ClipContext\20const&\29 -8301:std::__2::__function::__func\2c\20float*\29\20const::'lambda'\28skia::textlayout::SkRange\2c\20skia::textlayout::TextStyle\20const&\2c\20skia::textlayout::TextLine::ClipContext\20const&\29\2c\20std::__2::allocator\2c\20float*\29\20const::'lambda'\28skia::textlayout::SkRange\2c\20skia::textlayout::TextStyle\20const&\2c\20skia::textlayout::TextLine::ClipContext\20const&\29>\2c\20void\20\28skia::textlayout::SkRange\2c\20skia::textlayout::TextStyle\20const&\2c\20skia::textlayout::TextLine::ClipContext\20const&\29>::__clone\28std::__2::__function::__base\2c\20skia::textlayout::TextStyle\20const&\2c\20skia::textlayout::TextLine::ClipContext\20const&\29>*\29\20const -8302:std::__2::__function::__func\2c\20float*\29\20const::'lambda'\28skia::textlayout::SkRange\2c\20skia::textlayout::TextStyle\20const&\2c\20skia::textlayout::TextLine::ClipContext\20const&\29\2c\20std::__2::allocator\2c\20float*\29\20const::'lambda'\28skia::textlayout::SkRange\2c\20skia::textlayout::TextStyle\20const&\2c\20skia::textlayout::TextLine::ClipContext\20const&\29>\2c\20void\20\28skia::textlayout::SkRange\2c\20skia::textlayout::TextStyle\20const&\2c\20skia::textlayout::TextLine::ClipContext\20const&\29>::__clone\28\29\20const -8303:std::__2::__function::__func\2c\20bool\20\28skia::textlayout::Run\20const*\2c\20float\2c\20skia::textlayout::SkRange\2c\20float*\29>::operator\28\29\28skia::textlayout::Run\20const*&&\2c\20float&&\2c\20skia::textlayout::SkRange&&\2c\20float*&&\29 -8304:std::__2::__function::__func\2c\20bool\20\28skia::textlayout::Run\20const*\2c\20float\2c\20skia::textlayout::SkRange\2c\20float*\29>::__clone\28std::__2::__function::__base\2c\20float*\29>*\29\20const -8305:std::__2::__function::__func\2c\20bool\20\28skia::textlayout::Run\20const*\2c\20float\2c\20skia::textlayout::SkRange\2c\20float*\29>::__clone\28\29\20const -8306:std::__2::__function::__func\2c\20float*\29\20const::'lambda'\28skia::textlayout::SkRange\2c\20skia::textlayout::TextStyle\20const&\2c\20skia::textlayout::TextLine::ClipContext\20const&\29\2c\20std::__2::allocator\2c\20float*\29\20const::'lambda'\28skia::textlayout::SkRange\2c\20skia::textlayout::TextStyle\20const&\2c\20skia::textlayout::TextLine::ClipContext\20const&\29>\2c\20void\20\28skia::textlayout::SkRange\2c\20skia::textlayout::TextStyle\20const&\2c\20skia::textlayout::TextLine::ClipContext\20const&\29>::operator\28\29\28skia::textlayout::SkRange&&\2c\20skia::textlayout::TextStyle\20const&\2c\20skia::textlayout::TextLine::ClipContext\20const&\29 -8307:std::__2::__function::__func\2c\20float*\29\20const::'lambda'\28skia::textlayout::SkRange\2c\20skia::textlayout::TextStyle\20const&\2c\20skia::textlayout::TextLine::ClipContext\20const&\29\2c\20std::__2::allocator\2c\20float*\29\20const::'lambda'\28skia::textlayout::SkRange\2c\20skia::textlayout::TextStyle\20const&\2c\20skia::textlayout::TextLine::ClipContext\20const&\29>\2c\20void\20\28skia::textlayout::SkRange\2c\20skia::textlayout::TextStyle\20const&\2c\20skia::textlayout::TextLine::ClipContext\20const&\29>::__clone\28std::__2::__function::__base\2c\20skia::textlayout::TextStyle\20const&\2c\20skia::textlayout::TextLine::ClipContext\20const&\29>*\29\20const -8308:std::__2::__function::__func\2c\20float*\29\20const::'lambda'\28skia::textlayout::SkRange\2c\20skia::textlayout::TextStyle\20const&\2c\20skia::textlayout::TextLine::ClipContext\20const&\29\2c\20std::__2::allocator\2c\20float*\29\20const::'lambda'\28skia::textlayout::SkRange\2c\20skia::textlayout::TextStyle\20const&\2c\20skia::textlayout::TextLine::ClipContext\20const&\29>\2c\20void\20\28skia::textlayout::SkRange\2c\20skia::textlayout::TextStyle\20const&\2c\20skia::textlayout::TextLine::ClipContext\20const&\29>::__clone\28\29\20const -8309:std::__2::__function::__func\2c\20bool\20\28skia::textlayout::Run\20const*\2c\20float\2c\20skia::textlayout::SkRange\2c\20float*\29>::operator\28\29\28skia::textlayout::Run\20const*&&\2c\20float&&\2c\20skia::textlayout::SkRange&&\2c\20float*&&\29 -8310:std::__2::__function::__func\2c\20bool\20\28skia::textlayout::Run\20const*\2c\20float\2c\20skia::textlayout::SkRange\2c\20float*\29>::__clone\28std::__2::__function::__base\2c\20float*\29>*\29\20const -8311:std::__2::__function::__func\2c\20bool\20\28skia::textlayout::Run\20const*\2c\20float\2c\20skia::textlayout::SkRange\2c\20float*\29>::__clone\28\29\20const -8312:std::__2::__function::__func\2c\20float*\29\20const::'lambda'\28skia::textlayout::SkRange\2c\20skia::textlayout::TextStyle\20const&\2c\20skia::textlayout::TextLine::ClipContext\20const&\29\2c\20std::__2::allocator\2c\20float*\29\20const::'lambda'\28skia::textlayout::SkRange\2c\20skia::textlayout::TextStyle\20const&\2c\20skia::textlayout::TextLine::ClipContext\20const&\29>\2c\20void\20\28skia::textlayout::SkRange\2c\20skia::textlayout::TextStyle\20const&\2c\20skia::textlayout::TextLine::ClipContext\20const&\29>::operator\28\29\28skia::textlayout::SkRange&&\2c\20skia::textlayout::TextStyle\20const&\2c\20skia::textlayout::TextLine::ClipContext\20const&\29 -8313:std::__2::__function::__func\2c\20float*\29\20const::'lambda'\28skia::textlayout::SkRange\2c\20skia::textlayout::TextStyle\20const&\2c\20skia::textlayout::TextLine::ClipContext\20const&\29\2c\20std::__2::allocator\2c\20float*\29\20const::'lambda'\28skia::textlayout::SkRange\2c\20skia::textlayout::TextStyle\20const&\2c\20skia::textlayout::TextLine::ClipContext\20const&\29>\2c\20void\20\28skia::textlayout::SkRange\2c\20skia::textlayout::TextStyle\20const&\2c\20skia::textlayout::TextLine::ClipContext\20const&\29>::__clone\28std::__2::__function::__base\2c\20skia::textlayout::TextStyle\20const&\2c\20skia::textlayout::TextLine::ClipContext\20const&\29>*\29\20const -8314:std::__2::__function::__func\2c\20float*\29\20const::'lambda'\28skia::textlayout::SkRange\2c\20skia::textlayout::TextStyle\20const&\2c\20skia::textlayout::TextLine::ClipContext\20const&\29\2c\20std::__2::allocator\2c\20float*\29\20const::'lambda'\28skia::textlayout::SkRange\2c\20skia::textlayout::TextStyle\20const&\2c\20skia::textlayout::TextLine::ClipContext\20const&\29>\2c\20void\20\28skia::textlayout::SkRange\2c\20skia::textlayout::TextStyle\20const&\2c\20skia::textlayout::TextLine::ClipContext\20const&\29>::__clone\28\29\20const -8315:std::__2::__function::__func\2c\20bool\20\28skia::textlayout::Cluster\20const*\2c\20unsigned\20long\2c\20bool\29>::operator\28\29\28skia::textlayout::Cluster\20const*&&\2c\20unsigned\20long&&\2c\20bool&&\29 -8316:std::__2::__function::__func\2c\20bool\20\28skia::textlayout::Cluster\20const*\2c\20unsigned\20long\2c\20bool\29>::__clone\28std::__2::__function::__base*\29\20const -8317:std::__2::__function::__func\2c\20bool\20\28skia::textlayout::Cluster\20const*\2c\20unsigned\20long\2c\20bool\29>::__clone\28\29\20const -8318:std::__2::__function::__func\2c\20bool\20\28skia::textlayout::Cluster\20const*\2c\20unsigned\20long\2c\20bool\29>::operator\28\29\28skia::textlayout::Cluster\20const*&&\2c\20unsigned\20long&&\2c\20bool&&\29 -8319:std::__2::__function::__func\2c\20bool\20\28skia::textlayout::Cluster\20const*\2c\20unsigned\20long\2c\20bool\29>::__clone\28std::__2::__function::__base*\29\20const -8320:std::__2::__function::__func\2c\20bool\20\28skia::textlayout::Cluster\20const*\2c\20unsigned\20long\2c\20bool\29>::__clone\28\29\20const -8321:std::__2::__function::__func\2c\20skia::textlayout::RectHeightStyle\2c\20skia::textlayout::RectWidthStyle\2c\20std::__2::vector>&\29\20const::$_0\2c\20std::__2::allocator\2c\20skia::textlayout::RectHeightStyle\2c\20skia::textlayout::RectWidthStyle\2c\20std::__2::vector>&\29\20const::$_0>\2c\20bool\20\28skia::textlayout::Run\20const*\2c\20float\2c\20skia::textlayout::SkRange\2c\20float*\29>::operator\28\29\28skia::textlayout::Run\20const*&&\2c\20float&&\2c\20skia::textlayout::SkRange&&\2c\20float*&&\29 -8322:std::__2::__function::__func\2c\20skia::textlayout::RectHeightStyle\2c\20skia::textlayout::RectWidthStyle\2c\20std::__2::vector>&\29\20const::$_0\2c\20std::__2::allocator\2c\20skia::textlayout::RectHeightStyle\2c\20skia::textlayout::RectWidthStyle\2c\20std::__2::vector>&\29\20const::$_0>\2c\20bool\20\28skia::textlayout::Run\20const*\2c\20float\2c\20skia::textlayout::SkRange\2c\20float*\29>::__clone\28std::__2::__function::__base\2c\20float*\29>*\29\20const -8323:std::__2::__function::__func\2c\20skia::textlayout::RectHeightStyle\2c\20skia::textlayout::RectWidthStyle\2c\20std::__2::vector>&\29\20const::$_0\2c\20std::__2::allocator\2c\20skia::textlayout::RectHeightStyle\2c\20skia::textlayout::RectWidthStyle\2c\20std::__2::vector>&\29\20const::$_0>\2c\20bool\20\28skia::textlayout::Run\20const*\2c\20float\2c\20skia::textlayout::SkRange\2c\20float*\29>::__clone\28\29\20const -8324:std::__2::__function::__func\2c\20skia::textlayout::RectHeightStyle\2c\20skia::textlayout::RectWidthStyle\2c\20std::__2::vector>&\29\20const::$_0::operator\28\29\28skia::textlayout::Run\20const*\2c\20float\2c\20skia::textlayout::SkRange\2c\20float*\29\20const::'lambda'\28skia::textlayout::SkRange\2c\20skia::textlayout::TextStyle\20const&\2c\20skia::textlayout::TextLine::ClipContext\20const&\29\2c\20std::__2::allocator\2c\20skia::textlayout::RectHeightStyle\2c\20skia::textlayout::RectWidthStyle\2c\20std::__2::vector>&\29\20const::$_0::operator\28\29\28skia::textlayout::Run\20const*\2c\20float\2c\20skia::textlayout::SkRange\2c\20float*\29\20const::'lambda'\28skia::textlayout::SkRange\2c\20skia::textlayout::TextStyle\20const&\2c\20skia::textlayout::TextLine::ClipContext\20const&\29>\2c\20void\20\28skia::textlayout::SkRange\2c\20skia::textlayout::TextStyle\20const&\2c\20skia::textlayout::TextLine::ClipContext\20const&\29>::operator\28\29\28skia::textlayout::SkRange&&\2c\20skia::textlayout::TextStyle\20const&\2c\20skia::textlayout::TextLine::ClipContext\20const&\29 -8325:std::__2::__function::__func\2c\20skia::textlayout::RectHeightStyle\2c\20skia::textlayout::RectWidthStyle\2c\20std::__2::vector>&\29\20const::$_0::operator\28\29\28skia::textlayout::Run\20const*\2c\20float\2c\20skia::textlayout::SkRange\2c\20float*\29\20const::'lambda'\28skia::textlayout::SkRange\2c\20skia::textlayout::TextStyle\20const&\2c\20skia::textlayout::TextLine::ClipContext\20const&\29\2c\20std::__2::allocator\2c\20skia::textlayout::RectHeightStyle\2c\20skia::textlayout::RectWidthStyle\2c\20std::__2::vector>&\29\20const::$_0::operator\28\29\28skia::textlayout::Run\20const*\2c\20float\2c\20skia::textlayout::SkRange\2c\20float*\29\20const::'lambda'\28skia::textlayout::SkRange\2c\20skia::textlayout::TextStyle\20const&\2c\20skia::textlayout::TextLine::ClipContext\20const&\29>\2c\20void\20\28skia::textlayout::SkRange\2c\20skia::textlayout::TextStyle\20const&\2c\20skia::textlayout::TextLine::ClipContext\20const&\29>::__clone\28std::__2::__function::__base\2c\20skia::textlayout::TextStyle\20const&\2c\20skia::textlayout::TextLine::ClipContext\20const&\29>*\29\20const -8326:std::__2::__function::__func\2c\20skia::textlayout::RectHeightStyle\2c\20skia::textlayout::RectWidthStyle\2c\20std::__2::vector>&\29\20const::$_0::operator\28\29\28skia::textlayout::Run\20const*\2c\20float\2c\20skia::textlayout::SkRange\2c\20float*\29\20const::'lambda'\28skia::textlayout::SkRange\2c\20skia::textlayout::TextStyle\20const&\2c\20skia::textlayout::TextLine::ClipContext\20const&\29\2c\20std::__2::allocator\2c\20skia::textlayout::RectHeightStyle\2c\20skia::textlayout::RectWidthStyle\2c\20std::__2::vector>&\29\20const::$_0::operator\28\29\28skia::textlayout::Run\20const*\2c\20float\2c\20skia::textlayout::SkRange\2c\20float*\29\20const::'lambda'\28skia::textlayout::SkRange\2c\20skia::textlayout::TextStyle\20const&\2c\20skia::textlayout::TextLine::ClipContext\20const&\29>\2c\20void\20\28skia::textlayout::SkRange\2c\20skia::textlayout::TextStyle\20const&\2c\20skia::textlayout::TextLine::ClipContext\20const&\29>::__clone\28\29\20const -8327:std::__2::__function::__func>&\29::$_0\2c\20std::__2::allocator>&\29::$_0>\2c\20bool\20\28skia::textlayout::Run\20const*\2c\20float\2c\20skia::textlayout::SkRange\2c\20float*\29>::operator\28\29\28skia::textlayout::Run\20const*&&\2c\20float&&\2c\20skia::textlayout::SkRange&&\2c\20float*&&\29 -8328:std::__2::__function::__func>&\29::$_0\2c\20std::__2::allocator>&\29::$_0>\2c\20bool\20\28skia::textlayout::Run\20const*\2c\20float\2c\20skia::textlayout::SkRange\2c\20float*\29>::__clone\28std::__2::__function::__base\2c\20float*\29>*\29\20const -8329:std::__2::__function::__func>&\29::$_0\2c\20std::__2::allocator>&\29::$_0>\2c\20bool\20\28skia::textlayout::Run\20const*\2c\20float\2c\20skia::textlayout::SkRange\2c\20float*\29>::__clone\28\29\20const -8330:std::__2::__function::__func\2c\20bool\20\28skia::textlayout::Run\20const*\2c\20float\2c\20skia::textlayout::SkRange\2c\20float*\29>::operator\28\29\28skia::textlayout::Run\20const*&&\2c\20float&&\2c\20skia::textlayout::SkRange&&\2c\20float*&&\29 -8331:std::__2::__function::__func\2c\20bool\20\28skia::textlayout::Run\20const*\2c\20float\2c\20skia::textlayout::SkRange\2c\20float*\29>::__clone\28std::__2::__function::__base\2c\20float*\29>*\29\20const -8332:std::__2::__function::__func\2c\20bool\20\28skia::textlayout::Run\20const*\2c\20float\2c\20skia::textlayout::SkRange\2c\20float*\29>::__clone\28\29\20const -8333:std::__2::__function::__func\2c\20float*\29\20const::'lambda'\28skia::textlayout::SkRange\2c\20skia::textlayout::TextStyle\20const&\2c\20skia::textlayout::TextLine::ClipContext\20const&\29\2c\20std::__2::allocator\2c\20float*\29\20const::'lambda'\28skia::textlayout::SkRange\2c\20skia::textlayout::TextStyle\20const&\2c\20skia::textlayout::TextLine::ClipContext\20const&\29>\2c\20void\20\28skia::textlayout::SkRange\2c\20skia::textlayout::TextStyle\20const&\2c\20skia::textlayout::TextLine::ClipContext\20const&\29>::operator\28\29\28skia::textlayout::SkRange&&\2c\20skia::textlayout::TextStyle\20const&\2c\20skia::textlayout::TextLine::ClipContext\20const&\29 -8334:std::__2::__function::__func\2c\20float*\29\20const::'lambda'\28skia::textlayout::SkRange\2c\20skia::textlayout::TextStyle\20const&\2c\20skia::textlayout::TextLine::ClipContext\20const&\29\2c\20std::__2::allocator\2c\20float*\29\20const::'lambda'\28skia::textlayout::SkRange\2c\20skia::textlayout::TextStyle\20const&\2c\20skia::textlayout::TextLine::ClipContext\20const&\29>\2c\20void\20\28skia::textlayout::SkRange\2c\20skia::textlayout::TextStyle\20const&\2c\20skia::textlayout::TextLine::ClipContext\20const&\29>::__clone\28std::__2::__function::__base\2c\20skia::textlayout::TextStyle\20const&\2c\20skia::textlayout::TextLine::ClipContext\20const&\29>*\29\20const -8335:std::__2::__function::__func\2c\20float*\29\20const::'lambda'\28skia::textlayout::SkRange\2c\20skia::textlayout::TextStyle\20const&\2c\20skia::textlayout::TextLine::ClipContext\20const&\29\2c\20std::__2::allocator\2c\20float*\29\20const::'lambda'\28skia::textlayout::SkRange\2c\20skia::textlayout::TextStyle\20const&\2c\20skia::textlayout::TextLine::ClipContext\20const&\29>\2c\20void\20\28skia::textlayout::SkRange\2c\20skia::textlayout::TextStyle\20const&\2c\20skia::textlayout::TextLine::ClipContext\20const&\29>::__clone\28\29\20const -8336:std::__2::__function::__func\2c\20bool\20\28skia::textlayout::Run\20const*\2c\20float\2c\20skia::textlayout::SkRange\2c\20float*\29>::operator\28\29\28skia::textlayout::Run\20const*&&\2c\20float&&\2c\20skia::textlayout::SkRange&&\2c\20float*&&\29 -8337:std::__2::__function::__func\2c\20bool\20\28skia::textlayout::Run\20const*\2c\20float\2c\20skia::textlayout::SkRange\2c\20float*\29>::__clone\28std::__2::__function::__base\2c\20float*\29>*\29\20const -8338:std::__2::__function::__func\2c\20bool\20\28skia::textlayout::Run\20const*\2c\20float\2c\20skia::textlayout::SkRange\2c\20float*\29>::__clone\28\29\20const -8339:std::__2::__function::__func\2c\20float*\29\20const::'lambda'\28skia::textlayout::SkRange\2c\20skia::textlayout::TextStyle\20const&\2c\20skia::textlayout::TextLine::ClipContext\20const&\29\2c\20std::__2::allocator\2c\20float*\29\20const::'lambda'\28skia::textlayout::SkRange\2c\20skia::textlayout::TextStyle\20const&\2c\20skia::textlayout::TextLine::ClipContext\20const&\29>\2c\20void\20\28skia::textlayout::SkRange\2c\20skia::textlayout::TextStyle\20const&\2c\20skia::textlayout::TextLine::ClipContext\20const&\29>::operator\28\29\28skia::textlayout::SkRange&&\2c\20skia::textlayout::TextStyle\20const&\2c\20skia::textlayout::TextLine::ClipContext\20const&\29 -8340:std::__2::__function::__func\2c\20float*\29\20const::'lambda'\28skia::textlayout::SkRange\2c\20skia::textlayout::TextStyle\20const&\2c\20skia::textlayout::TextLine::ClipContext\20const&\29\2c\20std::__2::allocator\2c\20float*\29\20const::'lambda'\28skia::textlayout::SkRange\2c\20skia::textlayout::TextStyle\20const&\2c\20skia::textlayout::TextLine::ClipContext\20const&\29>\2c\20void\20\28skia::textlayout::SkRange\2c\20skia::textlayout::TextStyle\20const&\2c\20skia::textlayout::TextLine::ClipContext\20const&\29>::__clone\28std::__2::__function::__base\2c\20skia::textlayout::TextStyle\20const&\2c\20skia::textlayout::TextLine::ClipContext\20const&\29>*\29\20const -8341:std::__2::__function::__func\2c\20float*\29\20const::'lambda'\28skia::textlayout::SkRange\2c\20skia::textlayout::TextStyle\20const&\2c\20skia::textlayout::TextLine::ClipContext\20const&\29\2c\20std::__2::allocator\2c\20float*\29\20const::'lambda'\28skia::textlayout::SkRange\2c\20skia::textlayout::TextStyle\20const&\2c\20skia::textlayout::TextLine::ClipContext\20const&\29>\2c\20void\20\28skia::textlayout::SkRange\2c\20skia::textlayout::TextStyle\20const&\2c\20skia::textlayout::TextLine::ClipContext\20const&\29>::__clone\28\29\20const -8342:std::__2::__function::__func\2c\20bool\20\28skia::textlayout::Run\20const*\2c\20float\2c\20skia::textlayout::SkRange\2c\20float*\29>::operator\28\29\28skia::textlayout::Run\20const*&&\2c\20float&&\2c\20skia::textlayout::SkRange&&\2c\20float*&&\29 -8343:std::__2::__function::__func\2c\20bool\20\28skia::textlayout::Run\20const*\2c\20float\2c\20skia::textlayout::SkRange\2c\20float*\29>::__clone\28std::__2::__function::__base\2c\20float*\29>*\29\20const -8344:std::__2::__function::__func\2c\20bool\20\28skia::textlayout::Run\20const*\2c\20float\2c\20skia::textlayout::SkRange\2c\20float*\29>::__clone\28\29\20const -8345:std::__2::__function::__func\2c\20float*\29\20const::'lambda'\28skia::textlayout::SkRange\2c\20skia::textlayout::TextStyle\20const&\2c\20skia::textlayout::TextLine::ClipContext\20const&\29\2c\20std::__2::allocator\2c\20float*\29\20const::'lambda'\28skia::textlayout::SkRange\2c\20skia::textlayout::TextStyle\20const&\2c\20skia::textlayout::TextLine::ClipContext\20const&\29>\2c\20void\20\28skia::textlayout::SkRange\2c\20skia::textlayout::TextStyle\20const&\2c\20skia::textlayout::TextLine::ClipContext\20const&\29>::operator\28\29\28skia::textlayout::SkRange&&\2c\20skia::textlayout::TextStyle\20const&\2c\20skia::textlayout::TextLine::ClipContext\20const&\29 -8346:std::__2::__function::__func\2c\20float*\29\20const::'lambda'\28skia::textlayout::SkRange\2c\20skia::textlayout::TextStyle\20const&\2c\20skia::textlayout::TextLine::ClipContext\20const&\29\2c\20std::__2::allocator\2c\20float*\29\20const::'lambda'\28skia::textlayout::SkRange\2c\20skia::textlayout::TextStyle\20const&\2c\20skia::textlayout::TextLine::ClipContext\20const&\29>\2c\20void\20\28skia::textlayout::SkRange\2c\20skia::textlayout::TextStyle\20const&\2c\20skia::textlayout::TextLine::ClipContext\20const&\29>::__clone\28std::__2::__function::__base\2c\20skia::textlayout::TextStyle\20const&\2c\20skia::textlayout::TextLine::ClipContext\20const&\29>*\29\20const -8347:std::__2::__function::__func\2c\20float*\29\20const::'lambda'\28skia::textlayout::SkRange\2c\20skia::textlayout::TextStyle\20const&\2c\20skia::textlayout::TextLine::ClipContext\20const&\29\2c\20std::__2::allocator\2c\20float*\29\20const::'lambda'\28skia::textlayout::SkRange\2c\20skia::textlayout::TextStyle\20const&\2c\20skia::textlayout::TextLine::ClipContext\20const&\29>\2c\20void\20\28skia::textlayout::SkRange\2c\20skia::textlayout::TextStyle\20const&\2c\20skia::textlayout::TextLine::ClipContext\20const&\29>::__clone\28\29\20const -8348:std::__2::__function::__func\2c\20bool\20\28skia::textlayout::Run\20const*\2c\20float\2c\20skia::textlayout::SkRange\2c\20float*\29>::operator\28\29\28skia::textlayout::Run\20const*&&\2c\20float&&\2c\20skia::textlayout::SkRange&&\2c\20float*&&\29 -8349:std::__2::__function::__func\2c\20bool\20\28skia::textlayout::Run\20const*\2c\20float\2c\20skia::textlayout::SkRange\2c\20float*\29>::__clone\28std::__2::__function::__base\2c\20float*\29>*\29\20const -8350:std::__2::__function::__func\2c\20bool\20\28skia::textlayout::Run\20const*\2c\20float\2c\20skia::textlayout::SkRange\2c\20float*\29>::__clone\28\29\20const -8351:std::__2::__function::__func\2c\20float*\29\20const::'lambda'\28skia::textlayout::SkRange\2c\20skia::textlayout::TextStyle\20const&\2c\20skia::textlayout::TextLine::ClipContext\20const&\29\2c\20std::__2::allocator\2c\20float*\29\20const::'lambda'\28skia::textlayout::SkRange\2c\20skia::textlayout::TextStyle\20const&\2c\20skia::textlayout::TextLine::ClipContext\20const&\29>\2c\20void\20\28skia::textlayout::SkRange\2c\20skia::textlayout::TextStyle\20const&\2c\20skia::textlayout::TextLine::ClipContext\20const&\29>::operator\28\29\28skia::textlayout::SkRange&&\2c\20skia::textlayout::TextStyle\20const&\2c\20skia::textlayout::TextLine::ClipContext\20const&\29 -8352:std::__2::__function::__func\2c\20float*\29\20const::'lambda'\28skia::textlayout::SkRange\2c\20skia::textlayout::TextStyle\20const&\2c\20skia::textlayout::TextLine::ClipContext\20const&\29\2c\20std::__2::allocator\2c\20float*\29\20const::'lambda'\28skia::textlayout::SkRange\2c\20skia::textlayout::TextStyle\20const&\2c\20skia::textlayout::TextLine::ClipContext\20const&\29>\2c\20void\20\28skia::textlayout::SkRange\2c\20skia::textlayout::TextStyle\20const&\2c\20skia::textlayout::TextLine::ClipContext\20const&\29>::__clone\28std::__2::__function::__base\2c\20skia::textlayout::TextStyle\20const&\2c\20skia::textlayout::TextLine::ClipContext\20const&\29>*\29\20const -8353:std::__2::__function::__func\2c\20float*\29\20const::'lambda'\28skia::textlayout::SkRange\2c\20skia::textlayout::TextStyle\20const&\2c\20skia::textlayout::TextLine::ClipContext\20const&\29\2c\20std::__2::allocator\2c\20float*\29\20const::'lambda'\28skia::textlayout::SkRange\2c\20skia::textlayout::TextStyle\20const&\2c\20skia::textlayout::TextLine::ClipContext\20const&\29>\2c\20void\20\28skia::textlayout::SkRange\2c\20skia::textlayout::TextStyle\20const&\2c\20skia::textlayout::TextLine::ClipContext\20const&\29>::__clone\28\29\20const -8354:std::__2::__function::__func\20const&\29::$_0\2c\20std::__2::allocator\20const&\29::$_0>\2c\20bool\20\28skia::textlayout::Run\20const*\2c\20float\2c\20skia::textlayout::SkRange\2c\20float*\29>::operator\28\29\28skia::textlayout::Run\20const*&&\2c\20float&&\2c\20skia::textlayout::SkRange&&\2c\20float*&&\29 -8355:std::__2::__function::__func\20const&\29::$_0\2c\20std::__2::allocator\20const&\29::$_0>\2c\20bool\20\28skia::textlayout::Run\20const*\2c\20float\2c\20skia::textlayout::SkRange\2c\20float*\29>::__clone\28std::__2::__function::__base\2c\20float*\29>*\29\20const -8356:std::__2::__function::__func\20const&\29::$_0\2c\20std::__2::allocator\20const&\29::$_0>\2c\20bool\20\28skia::textlayout::Run\20const*\2c\20float\2c\20skia::textlayout::SkRange\2c\20float*\29>::__clone\28\29\20const -8357:std::__2::__function::__func\20const&\29::$_0::operator\28\29\28skia::textlayout::Run\20const*\2c\20float\2c\20skia::textlayout::SkRange\2c\20float*\29\20const::'lambda'\28skia::textlayout::SkRange\2c\20skia::textlayout::TextStyle\20const&\2c\20skia::textlayout::TextLine::ClipContext\20const&\29\2c\20std::__2::allocator\20const&\29::$_0::operator\28\29\28skia::textlayout::Run\20const*\2c\20float\2c\20skia::textlayout::SkRange\2c\20float*\29\20const::'lambda'\28skia::textlayout::SkRange\2c\20skia::textlayout::TextStyle\20const&\2c\20skia::textlayout::TextLine::ClipContext\20const&\29>\2c\20void\20\28skia::textlayout::SkRange\2c\20skia::textlayout::TextStyle\20const&\2c\20skia::textlayout::TextLine::ClipContext\20const&\29>::operator\28\29\28skia::textlayout::SkRange&&\2c\20skia::textlayout::TextStyle\20const&\2c\20skia::textlayout::TextLine::ClipContext\20const&\29 -8358:std::__2::__function::__func\20const&\29::$_0::operator\28\29\28skia::textlayout::Run\20const*\2c\20float\2c\20skia::textlayout::SkRange\2c\20float*\29\20const::'lambda'\28skia::textlayout::SkRange\2c\20skia::textlayout::TextStyle\20const&\2c\20skia::textlayout::TextLine::ClipContext\20const&\29\2c\20std::__2::allocator\20const&\29::$_0::operator\28\29\28skia::textlayout::Run\20const*\2c\20float\2c\20skia::textlayout::SkRange\2c\20float*\29\20const::'lambda'\28skia::textlayout::SkRange\2c\20skia::textlayout::TextStyle\20const&\2c\20skia::textlayout::TextLine::ClipContext\20const&\29>\2c\20void\20\28skia::textlayout::SkRange\2c\20skia::textlayout::TextStyle\20const&\2c\20skia::textlayout::TextLine::ClipContext\20const&\29>::__clone\28std::__2::__function::__base\2c\20skia::textlayout::TextStyle\20const&\2c\20skia::textlayout::TextLine::ClipContext\20const&\29>*\29\20const -8359:std::__2::__function::__func\20const&\29::$_0::operator\28\29\28skia::textlayout::Run\20const*\2c\20float\2c\20skia::textlayout::SkRange\2c\20float*\29\20const::'lambda'\28skia::textlayout::SkRange\2c\20skia::textlayout::TextStyle\20const&\2c\20skia::textlayout::TextLine::ClipContext\20const&\29\2c\20std::__2::allocator\20const&\29::$_0::operator\28\29\28skia::textlayout::Run\20const*\2c\20float\2c\20skia::textlayout::SkRange\2c\20float*\29\20const::'lambda'\28skia::textlayout::SkRange\2c\20skia::textlayout::TextStyle\20const&\2c\20skia::textlayout::TextLine::ClipContext\20const&\29>\2c\20void\20\28skia::textlayout::SkRange\2c\20skia::textlayout::TextStyle\20const&\2c\20skia::textlayout::TextLine::ClipContext\20const&\29>::__clone\28\29\20const -8360:std::__2::__function::__func\2c\20void\20\28skia::textlayout::SkRange\2c\20skia::textlayout::SkRange\2c\20skia::textlayout::SkRange\2c\20skia::textlayout::SkRange\2c\20skia::textlayout::SkRange\2c\20float\2c\20unsigned\20long\2c\20unsigned\20long\2c\20SkPoint\2c\20SkPoint\2c\20skia::textlayout::InternalLineMetrics\2c\20bool\29>::operator\28\29\28skia::textlayout::SkRange&&\2c\20skia::textlayout::SkRange&&\2c\20skia::textlayout::SkRange&&\2c\20skia::textlayout::SkRange&&\2c\20skia::textlayout::SkRange&&\2c\20float&&\2c\20unsigned\20long&&\2c\20unsigned\20long&&\2c\20SkPoint&&\2c\20SkPoint&&\2c\20skia::textlayout::InternalLineMetrics&&\2c\20bool&&\29 -8361:std::__2::__function::__func\2c\20void\20\28skia::textlayout::SkRange\2c\20skia::textlayout::SkRange\2c\20skia::textlayout::SkRange\2c\20skia::textlayout::SkRange\2c\20skia::textlayout::SkRange\2c\20float\2c\20unsigned\20long\2c\20unsigned\20long\2c\20SkPoint\2c\20SkPoint\2c\20skia::textlayout::InternalLineMetrics\2c\20bool\29>::__clone\28std::__2::__function::__base\2c\20skia::textlayout::SkRange\2c\20skia::textlayout::SkRange\2c\20skia::textlayout::SkRange\2c\20skia::textlayout::SkRange\2c\20float\2c\20unsigned\20long\2c\20unsigned\20long\2c\20SkPoint\2c\20SkPoint\2c\20skia::textlayout::InternalLineMetrics\2c\20bool\29>*\29\20const -8362:std::__2::__function::__func\2c\20void\20\28skia::textlayout::SkRange\2c\20skia::textlayout::SkRange\2c\20skia::textlayout::SkRange\2c\20skia::textlayout::SkRange\2c\20skia::textlayout::SkRange\2c\20float\2c\20unsigned\20long\2c\20unsigned\20long\2c\20SkPoint\2c\20SkPoint\2c\20skia::textlayout::InternalLineMetrics\2c\20bool\29>::__clone\28\29\20const -8363:std::__2::__function::__func\2c\20void\20\28skia::textlayout::Cluster*\29>::operator\28\29\28skia::textlayout::Cluster*&&\29 -8364:std::__2::__function::__func\2c\20void\20\28skia::textlayout::Cluster*\29>::__clone\28std::__2::__function::__base*\29\20const -8365:std::__2::__function::__func\2c\20void\20\28skia::textlayout::Cluster*\29>::__clone\28\29\20const -8366:std::__2::__function::__func\2c\20void\20\28skia::textlayout::ParagraphImpl*\2c\20char\20const*\2c\20bool\29>::__clone\28std::__2::__function::__base*\29\20const -8367:std::__2::__function::__func\2c\20void\20\28skia::textlayout::ParagraphImpl*\2c\20char\20const*\2c\20bool\29>::__clone\28\29\20const -8368:std::__2::__function::__func\2c\20float\20\28skia::textlayout::SkRange\2c\20SkSpan\2c\20float&\2c\20unsigned\20long\2c\20unsigned\20char\29>::operator\28\29\28skia::textlayout::SkRange&&\2c\20SkSpan&&\2c\20float&\2c\20unsigned\20long&&\2c\20unsigned\20char&&\29 -8369:std::__2::__function::__func\2c\20float\20\28skia::textlayout::SkRange\2c\20SkSpan\2c\20float&\2c\20unsigned\20long\2c\20unsigned\20char\29>::__clone\28std::__2::__function::__base\2c\20SkSpan\2c\20float&\2c\20unsigned\20long\2c\20unsigned\20char\29>*\29\20const -8370:std::__2::__function::__func\2c\20float\20\28skia::textlayout::SkRange\2c\20SkSpan\2c\20float&\2c\20unsigned\20long\2c\20unsigned\20char\29>::__clone\28\29\20const -8371:std::__2::__function::__func\2c\20SkSpan\2c\20float&\2c\20unsigned\20long\2c\20unsigned\20char\29\20const::'lambda'\28skia::textlayout::Block\2c\20skia_private::TArray\29\2c\20std::__2::allocator\2c\20SkSpan\2c\20float&\2c\20unsigned\20long\2c\20unsigned\20char\29\20const::'lambda'\28skia::textlayout::Block\2c\20skia_private::TArray\29>\2c\20void\20\28skia::textlayout::Block\2c\20skia_private::TArray\29>::operator\28\29\28skia::textlayout::Block&&\2c\20skia_private::TArray&&\29 -8372:std::__2::__function::__func\2c\20SkSpan\2c\20float&\2c\20unsigned\20long\2c\20unsigned\20char\29\20const::'lambda'\28skia::textlayout::Block\2c\20skia_private::TArray\29\2c\20std::__2::allocator\2c\20SkSpan\2c\20float&\2c\20unsigned\20long\2c\20unsigned\20char\29\20const::'lambda'\28skia::textlayout::Block\2c\20skia_private::TArray\29>\2c\20void\20\28skia::textlayout::Block\2c\20skia_private::TArray\29>::__clone\28std::__2::__function::__base\29>*\29\20const -8373:std::__2::__function::__func\2c\20SkSpan\2c\20float&\2c\20unsigned\20long\2c\20unsigned\20char\29\20const::'lambda'\28skia::textlayout::Block\2c\20skia_private::TArray\29\2c\20std::__2::allocator\2c\20SkSpan\2c\20float&\2c\20unsigned\20long\2c\20unsigned\20char\29\20const::'lambda'\28skia::textlayout::Block\2c\20skia_private::TArray\29>\2c\20void\20\28skia::textlayout::Block\2c\20skia_private::TArray\29>::__clone\28\29\20const -8374:std::__2::__function::__func\2c\20SkSpan\2c\20float&\2c\20unsigned\20long\2c\20unsigned\20char\29\20const::'lambda'\28skia::textlayout::Block\2c\20skia_private::TArray\29::operator\28\29\28skia::textlayout::Block\2c\20skia_private::TArray\29\20const::'lambda'\28sk_sp\29\2c\20std::__2::allocator\2c\20SkSpan\2c\20float&\2c\20unsigned\20long\2c\20unsigned\20char\29\20const::'lambda'\28skia::textlayout::Block\2c\20skia_private::TArray\29::operator\28\29\28skia::textlayout::Block\2c\20skia_private::TArray\29\20const::'lambda'\28sk_sp\29>\2c\20skia::textlayout::OneLineShaper::Resolved\20\28sk_sp\29>::operator\28\29\28sk_sp&&\29 -8375:std::__2::__function::__func\2c\20SkSpan\2c\20float&\2c\20unsigned\20long\2c\20unsigned\20char\29\20const::'lambda'\28skia::textlayout::Block\2c\20skia_private::TArray\29::operator\28\29\28skia::textlayout::Block\2c\20skia_private::TArray\29\20const::'lambda'\28sk_sp\29\2c\20std::__2::allocator\2c\20SkSpan\2c\20float&\2c\20unsigned\20long\2c\20unsigned\20char\29\20const::'lambda'\28skia::textlayout::Block\2c\20skia_private::TArray\29::operator\28\29\28skia::textlayout::Block\2c\20skia_private::TArray\29\20const::'lambda'\28sk_sp\29>\2c\20skia::textlayout::OneLineShaper::Resolved\20\28sk_sp\29>::__clone\28std::__2::__function::__base\29>*\29\20const -8376:std::__2::__function::__func\2c\20SkSpan\2c\20float&\2c\20unsigned\20long\2c\20unsigned\20char\29\20const::'lambda'\28skia::textlayout::Block\2c\20skia_private::TArray\29::operator\28\29\28skia::textlayout::Block\2c\20skia_private::TArray\29\20const::'lambda'\28sk_sp\29\2c\20std::__2::allocator\2c\20SkSpan\2c\20float&\2c\20unsigned\20long\2c\20unsigned\20char\29\20const::'lambda'\28skia::textlayout::Block\2c\20skia_private::TArray\29::operator\28\29\28skia::textlayout::Block\2c\20skia_private::TArray\29\20const::'lambda'\28sk_sp\29>\2c\20skia::textlayout::OneLineShaper::Resolved\20\28sk_sp\29>::__clone\28\29\20const -8377:std::__2::__function::__func\2c\20void\20\28skia::textlayout::SkRange\29>::operator\28\29\28skia::textlayout::SkRange&&\29 -8378:std::__2::__function::__func\2c\20void\20\28skia::textlayout::SkRange\29>::__clone\28std::__2::__function::__base\29>*\29\20const -8379:std::__2::__function::__func\2c\20void\20\28skia::textlayout::SkRange\29>::__clone\28\29\20const -8380:std::__2::__function::__func\2c\20void\20\28sktext::gpu::AtlasSubRun\20const*\2c\20SkPoint\2c\20SkPaint\20const&\2c\20sk_sp\2c\20sktext::gpu::RendererData\29>::operator\28\29\28sktext::gpu::AtlasSubRun\20const*&&\2c\20SkPoint&&\2c\20SkPaint\20const&\2c\20sk_sp&&\2c\20sktext::gpu::RendererData&&\29 -8381:std::__2::__function::__func\2c\20void\20\28sktext::gpu::AtlasSubRun\20const*\2c\20SkPoint\2c\20SkPaint\20const&\2c\20sk_sp\2c\20sktext::gpu::RendererData\29>::__clone\28std::__2::__function::__base\2c\20sktext::gpu::RendererData\29>*\29\20const -8382:std::__2::__function::__func\2c\20void\20\28sktext::gpu::AtlasSubRun\20const*\2c\20SkPoint\2c\20SkPaint\20const&\2c\20sk_sp\2c\20sktext::gpu::RendererData\29>::__clone\28\29\20const -8383:std::__2::__function::__func\2c\20void\20\28void*\2c\20void\20const*\29>::~__func\28\29_9697 -8384:std::__2::__function::__func\2c\20void\20\28void*\2c\20void\20const*\29>::operator\28\29\28void*&&\2c\20void\20const*&&\29 -8385:std::__2::__function::__func\2c\20void\20\28void*\2c\20void\20const*\29>::destroy_deallocate\28\29 -8386:std::__2::__function::__func\2c\20void\20\28void*\2c\20void\20const*\29>::destroy\28\29 -8387:std::__2::__function::__func\2c\20void\20\28void*\2c\20void\20const*\29>::__clone\28std::__2::__function::__base*\29\20const -8388:std::__2::__function::__func\2c\20void\20\28void*\2c\20void\20const*\29>::__clone\28\29\20const -8389:std::__2::__function::__func\2c\20void\20\28\29>::operator\28\29\28\29 -8390:std::__2::__function::__func\2c\20void\20\28\29>::__clone\28std::__2::__function::__base*\29\20const -8391:std::__2::__function::__func\2c\20void\20\28\29>::__clone\28\29\20const -8392:std::__2::__function::__func\2c\20void\20\28\29>::operator\28\29\28\29 -8393:std::__2::__function::__func\2c\20void\20\28\29>::__clone\28std::__2::__function::__base*\29\20const -8394:std::__2::__function::__func\2c\20void\20\28\29>::__clone\28\29\20const -8395:std::__2::__function::__func\2c\20void\20\28GrSurfaceProxy*\2c\20skgpu::Mipmapped\29>::operator\28\29\28GrSurfaceProxy*&&\2c\20skgpu::Mipmapped&&\29 -8396:std::__2::__function::__func\2c\20void\20\28GrSurfaceProxy*\2c\20skgpu::Mipmapped\29>::__clone\28std::__2::__function::__base*\29\20const -8397:std::__2::__function::__func\2c\20void\20\28GrSurfaceProxy*\2c\20skgpu::Mipmapped\29>::__clone\28\29\20const -8398:std::__2::__function::__func>\2c\20GrTextureResolveManager\2c\20GrCaps\20const&\29::$_0\2c\20std::__2::allocator>\2c\20GrTextureResolveManager\2c\20GrCaps\20const&\29::$_0>\2c\20void\20\28GrSurfaceProxy*\2c\20skgpu::Mipmapped\29>::operator\28\29\28GrSurfaceProxy*&&\2c\20skgpu::Mipmapped&&\29 -8399:std::__2::__function::__func>\2c\20GrTextureResolveManager\2c\20GrCaps\20const&\29::$_0\2c\20std::__2::allocator>\2c\20GrTextureResolveManager\2c\20GrCaps\20const&\29::$_0>\2c\20void\20\28GrSurfaceProxy*\2c\20skgpu::Mipmapped\29>::__clone\28std::__2::__function::__base*\29\20const -8400:std::__2::__function::__func>\2c\20GrTextureResolveManager\2c\20GrCaps\20const&\29::$_0\2c\20std::__2::allocator>\2c\20GrTextureResolveManager\2c\20GrCaps\20const&\29::$_0>\2c\20void\20\28GrSurfaceProxy*\2c\20skgpu::Mipmapped\29>::__clone\28\29\20const -8401:std::__2::__function::__func>\2c\20bool\2c\20GrProcessorSet::Analysis\20const&\2c\20GrAppliedClip&&\2c\20GrDstProxyView\20const&\2c\20GrTextureResolveManager\2c\20GrCaps\20const&\29::$_0\2c\20std::__2::allocator>\2c\20bool\2c\20GrProcessorSet::Analysis\20const&\2c\20GrAppliedClip&&\2c\20GrDstProxyView\20const&\2c\20GrTextureResolveManager\2c\20GrCaps\20const&\29::$_0>\2c\20void\20\28GrSurfaceProxy*\2c\20skgpu::Mipmapped\29>::operator\28\29\28GrSurfaceProxy*&&\2c\20skgpu::Mipmapped&&\29 -8402:std::__2::__function::__func>\2c\20bool\2c\20GrProcessorSet::Analysis\20const&\2c\20GrAppliedClip&&\2c\20GrDstProxyView\20const&\2c\20GrTextureResolveManager\2c\20GrCaps\20const&\29::$_0\2c\20std::__2::allocator>\2c\20bool\2c\20GrProcessorSet::Analysis\20const&\2c\20GrAppliedClip&&\2c\20GrDstProxyView\20const&\2c\20GrTextureResolveManager\2c\20GrCaps\20const&\29::$_0>\2c\20void\20\28GrSurfaceProxy*\2c\20skgpu::Mipmapped\29>::__clone\28std::__2::__function::__base*\29\20const -8403:std::__2::__function::__func>\2c\20bool\2c\20GrProcessorSet::Analysis\20const&\2c\20GrAppliedClip&&\2c\20GrDstProxyView\20const&\2c\20GrTextureResolveManager\2c\20GrCaps\20const&\29::$_0\2c\20std::__2::allocator>\2c\20bool\2c\20GrProcessorSet::Analysis\20const&\2c\20GrAppliedClip&&\2c\20GrDstProxyView\20const&\2c\20GrTextureResolveManager\2c\20GrCaps\20const&\29::$_0>\2c\20void\20\28GrSurfaceProxy*\2c\20skgpu::Mipmapped\29>::__clone\28\29\20const -8404:std::__2::__function::__func\2c\20void\20\28sktext::gpu::AtlasSubRun\20const*\2c\20SkPoint\2c\20SkPaint\20const&\2c\20sk_sp\2c\20sktext::gpu::RendererData\29>::operator\28\29\28sktext::gpu::AtlasSubRun\20const*&&\2c\20SkPoint&&\2c\20SkPaint\20const&\2c\20sk_sp&&\2c\20sktext::gpu::RendererData&&\29 -8405:std::__2::__function::__func\2c\20void\20\28sktext::gpu::AtlasSubRun\20const*\2c\20SkPoint\2c\20SkPaint\20const&\2c\20sk_sp\2c\20sktext::gpu::RendererData\29>::__clone\28std::__2::__function::__base\2c\20sktext::gpu::RendererData\29>*\29\20const -8406:std::__2::__function::__func\2c\20void\20\28sktext::gpu::AtlasSubRun\20const*\2c\20SkPoint\2c\20SkPaint\20const&\2c\20sk_sp\2c\20sktext::gpu::RendererData\29>::__clone\28\29\20const -8407:std::__2::__function::__func\2c\20std::__2::tuple\20\28sktext::gpu::GlyphVector*\2c\20int\2c\20int\2c\20skgpu::MaskFormat\2c\20int\29>::operator\28\29\28sktext::gpu::GlyphVector*&&\2c\20int&&\2c\20int&&\2c\20skgpu::MaskFormat&&\2c\20int&&\29 -8408:std::__2::__function::__func\2c\20std::__2::tuple\20\28sktext::gpu::GlyphVector*\2c\20int\2c\20int\2c\20skgpu::MaskFormat\2c\20int\29>::__clone\28std::__2::__function::__base\20\28sktext::gpu::GlyphVector*\2c\20int\2c\20int\2c\20skgpu::MaskFormat\2c\20int\29>*\29\20const -8409:std::__2::__function::__func\2c\20std::__2::tuple\20\28sktext::gpu::GlyphVector*\2c\20int\2c\20int\2c\20skgpu::MaskFormat\2c\20int\29>::__clone\28\29\20const -8410:std::__2::__function::__func>\2c\20SkIRect\20const&\2c\20SkMatrix\20const&\2c\20SkPath\20const&\29::$_0\2c\20std::__2::allocator>\2c\20SkIRect\20const&\2c\20SkMatrix\20const&\2c\20SkPath\20const&\29::$_0>\2c\20bool\20\28GrSurfaceProxy\20const*\29>::operator\28\29\28GrSurfaceProxy\20const*&&\29 -8411:std::__2::__function::__func>\2c\20SkIRect\20const&\2c\20SkMatrix\20const&\2c\20SkPath\20const&\29::$_0\2c\20std::__2::allocator>\2c\20SkIRect\20const&\2c\20SkMatrix\20const&\2c\20SkPath\20const&\29::$_0>\2c\20bool\20\28GrSurfaceProxy\20const*\29>::__clone\28std::__2::__function::__base*\29\20const -8412:std::__2::__function::__func>\2c\20SkIRect\20const&\2c\20SkMatrix\20const&\2c\20SkPath\20const&\29::$_0\2c\20std::__2::allocator>\2c\20SkIRect\20const&\2c\20SkMatrix\20const&\2c\20SkPath\20const&\29::$_0>\2c\20bool\20\28GrSurfaceProxy\20const*\29>::__clone\28\29\20const -8413:std::__2::__function::__func\2c\20sk_sp\20\28SkIRect\29>::operator\28\29\28SkIRect&&\29 -8414:std::__2::__function::__func\2c\20sk_sp\20\28SkIRect\29>::__clone\28std::__2::__function::__base\20\28SkIRect\29>*\29\20const -8415:std::__2::__function::__func\2c\20sk_sp\20\28SkIRect\29>::__clone\28\29\20const -8416:std::__2::__function::__func\2c\20sk_sp\20\28SkIRect\29>::operator\28\29\28SkIRect&&\29 -8417:std::__2::__function::__func\2c\20sk_sp\20\28SkIRect\29>::__clone\28std::__2::__function::__base\20\28SkIRect\29>*\29\20const -8418:std::__2::__function::__func\2c\20sk_sp\20\28SkIRect\29>::__clone\28\29\20const -8419:std::__2::__function::__func\2c\20void\20\28int\2c\20char\20const*\29>::operator\28\29\28int&&\2c\20char\20const*&&\29 -8420:std::__2::__function::__func\2c\20void\20\28int\2c\20char\20const*\29>::__clone\28std::__2::__function::__base*\29\20const -8421:std::__2::__function::__func\2c\20void\20\28int\2c\20char\20const*\29>::__clone\28\29\20const -8422:std::__2::__function::__func\28GrOp\20const*\2c\20GrSurfaceProxy\20const*\29::'lambda'\28GrSurfaceProxy*\2c\20skgpu::Mipmapped\29\2c\20std::__2::allocator\28GrOp\20const*\2c\20GrSurfaceProxy\20const*\29::'lambda'\28GrSurfaceProxy*\2c\20skgpu::Mipmapped\29>\2c\20void\20\28GrSurfaceProxy*\2c\20skgpu::Mipmapped\29>::__clone\28std::__2::__function::__base*\29\20const -8423:std::__2::__function::__func\28GrOp\20const*\2c\20GrSurfaceProxy\20const*\29::'lambda'\28GrSurfaceProxy*\2c\20skgpu::Mipmapped\29\2c\20std::__2::allocator\28GrOp\20const*\2c\20GrSurfaceProxy\20const*\29::'lambda'\28GrSurfaceProxy*\2c\20skgpu::Mipmapped\29>\2c\20void\20\28GrSurfaceProxy*\2c\20skgpu::Mipmapped\29>::__clone\28\29\20const -8424:std::__2::__function::__func\28GrFragmentProcessor\20const*\2c\20GrSurfaceProxy\20const*\29::'lambda'\28GrSurfaceProxy*\2c\20skgpu::Mipmapped\29\2c\20std::__2::allocator\28GrFragmentProcessor\20const*\2c\20GrSurfaceProxy\20const*\29::'lambda'\28GrSurfaceProxy*\2c\20skgpu::Mipmapped\29>\2c\20void\20\28GrSurfaceProxy*\2c\20skgpu::Mipmapped\29>::__clone\28std::__2::__function::__base*\29\20const -8425:std::__2::__function::__func\28GrFragmentProcessor\20const*\2c\20GrSurfaceProxy\20const*\29::'lambda'\28GrSurfaceProxy*\2c\20skgpu::Mipmapped\29\2c\20std::__2::allocator\28GrFragmentProcessor\20const*\2c\20GrSurfaceProxy\20const*\29::'lambda'\28GrSurfaceProxy*\2c\20skgpu::Mipmapped\29>\2c\20void\20\28GrSurfaceProxy*\2c\20skgpu::Mipmapped\29>::__clone\28\29\20const -8426:std::__2::__function::__func<\28anonymous\20namespace\29::render_sw_mask\28GrRecordingContext*\2c\20SkIRect\20const&\2c\20skgpu::ganesh::ClipStack::Element\20const**\2c\20int\29::$_0\2c\20std::__2::allocator<\28anonymous\20namespace\29::render_sw_mask\28GrRecordingContext*\2c\20SkIRect\20const&\2c\20skgpu::ganesh::ClipStack::Element\20const**\2c\20int\29::$_0>\2c\20void\20\28\29>::operator\28\29\28\29 -8427:std::__2::__function::__func<\28anonymous\20namespace\29::render_sw_mask\28GrRecordingContext*\2c\20SkIRect\20const&\2c\20skgpu::ganesh::ClipStack::Element\20const**\2c\20int\29::$_0\2c\20std::__2::allocator<\28anonymous\20namespace\29::render_sw_mask\28GrRecordingContext*\2c\20SkIRect\20const&\2c\20skgpu::ganesh::ClipStack::Element\20const**\2c\20int\29::$_0>\2c\20void\20\28\29>::__clone\28std::__2::__function::__base*\29\20const -8428:std::__2::__function::__func<\28anonymous\20namespace\29::render_sw_mask\28GrRecordingContext*\2c\20SkIRect\20const&\2c\20skgpu::ganesh::ClipStack::Element\20const**\2c\20int\29::$_0\2c\20std::__2::allocator<\28anonymous\20namespace\29::render_sw_mask\28GrRecordingContext*\2c\20SkIRect\20const&\2c\20skgpu::ganesh::ClipStack::Element\20const**\2c\20int\29::$_0>\2c\20void\20\28\29>::__clone\28\29\20const -8429:std::__2::__function::__func<\28anonymous\20namespace\29::colrv1_traverse_paint_bounds\28SkMatrix*\2c\20SkRect*\2c\20FT_FaceRec_*\2c\20FT_Opaque_Paint_\2c\20skia_private::THashSet*\29::$_1\2c\20std::__2::allocator<\28anonymous\20namespace\29::colrv1_traverse_paint_bounds\28SkMatrix*\2c\20SkRect*\2c\20FT_FaceRec_*\2c\20FT_Opaque_Paint_\2c\20skia_private::THashSet*\29::$_1>\2c\20void\20\28\29>::operator\28\29\28\29 -8430:std::__2::__function::__func<\28anonymous\20namespace\29::colrv1_traverse_paint_bounds\28SkMatrix*\2c\20SkRect*\2c\20FT_FaceRec_*\2c\20FT_Opaque_Paint_\2c\20skia_private::THashSet*\29::$_1\2c\20std::__2::allocator<\28anonymous\20namespace\29::colrv1_traverse_paint_bounds\28SkMatrix*\2c\20SkRect*\2c\20FT_FaceRec_*\2c\20FT_Opaque_Paint_\2c\20skia_private::THashSet*\29::$_1>\2c\20void\20\28\29>::__clone\28std::__2::__function::__base*\29\20const -8431:std::__2::__function::__func<\28anonymous\20namespace\29::colrv1_traverse_paint_bounds\28SkMatrix*\2c\20SkRect*\2c\20FT_FaceRec_*\2c\20FT_Opaque_Paint_\2c\20skia_private::THashSet*\29::$_1\2c\20std::__2::allocator<\28anonymous\20namespace\29::colrv1_traverse_paint_bounds\28SkMatrix*\2c\20SkRect*\2c\20FT_FaceRec_*\2c\20FT_Opaque_Paint_\2c\20skia_private::THashSet*\29::$_1>\2c\20void\20\28\29>::__clone\28\29\20const -8432:std::__2::__function::__func<\28anonymous\20namespace\29::colrv1_traverse_paint_bounds\28SkMatrix*\2c\20SkRect*\2c\20FT_FaceRec_*\2c\20FT_Opaque_Paint_\2c\20skia_private::THashSet*\29::$_0\2c\20std::__2::allocator<\28anonymous\20namespace\29::colrv1_traverse_paint_bounds\28SkMatrix*\2c\20SkRect*\2c\20FT_FaceRec_*\2c\20FT_Opaque_Paint_\2c\20skia_private::THashSet*\29::$_0>\2c\20void\20\28\29>::__clone\28std::__2::__function::__base*\29\20const -8433:std::__2::__function::__func<\28anonymous\20namespace\29::colrv1_traverse_paint_bounds\28SkMatrix*\2c\20SkRect*\2c\20FT_FaceRec_*\2c\20FT_Opaque_Paint_\2c\20skia_private::THashSet*\29::$_0\2c\20std::__2::allocator<\28anonymous\20namespace\29::colrv1_traverse_paint_bounds\28SkMatrix*\2c\20SkRect*\2c\20FT_FaceRec_*\2c\20FT_Opaque_Paint_\2c\20skia_private::THashSet*\29::$_0>\2c\20void\20\28\29>::__clone\28\29\20const -8434:std::__2::__function::__func<\28anonymous\20namespace\29::colrv1_traverse_paint\28SkCanvas*\2c\20SkSpan\20const&\2c\20unsigned\20int\2c\20FT_FaceRec_*\2c\20FT_Opaque_Paint_\2c\20skia_private::THashSet*\29::$_0\2c\20std::__2::allocator<\28anonymous\20namespace\29::colrv1_traverse_paint\28SkCanvas*\2c\20SkSpan\20const&\2c\20unsigned\20int\2c\20FT_FaceRec_*\2c\20FT_Opaque_Paint_\2c\20skia_private::THashSet*\29::$_0>\2c\20void\20\28\29>::__clone\28std::__2::__function::__base*\29\20const -8435:std::__2::__function::__func<\28anonymous\20namespace\29::colrv1_traverse_paint\28SkCanvas*\2c\20SkSpan\20const&\2c\20unsigned\20int\2c\20FT_FaceRec_*\2c\20FT_Opaque_Paint_\2c\20skia_private::THashSet*\29::$_0\2c\20std::__2::allocator<\28anonymous\20namespace\29::colrv1_traverse_paint\28SkCanvas*\2c\20SkSpan\20const&\2c\20unsigned\20int\2c\20FT_FaceRec_*\2c\20FT_Opaque_Paint_\2c\20skia_private::THashSet*\29::$_0>\2c\20void\20\28\29>::__clone\28\29\20const -8436:std::__2::__function::__func<\28anonymous\20namespace\29::MeshOp::visitProxies\28std::__2::function\20const&\29\20const::'lambda'\28GrTextureEffect\20const&\29\2c\20std::__2::allocator<\28anonymous\20namespace\29::MeshOp::visitProxies\28std::__2::function\20const&\29\20const::'lambda'\28GrTextureEffect\20const&\29>\2c\20void\20\28GrTextureEffect\20const&\29>::operator\28\29\28GrTextureEffect\20const&\29 -8437:std::__2::__function::__func<\28anonymous\20namespace\29::MeshOp::visitProxies\28std::__2::function\20const&\29\20const::'lambda'\28GrTextureEffect\20const&\29\2c\20std::__2::allocator<\28anonymous\20namespace\29::MeshOp::visitProxies\28std::__2::function\20const&\29\20const::'lambda'\28GrTextureEffect\20const&\29>\2c\20void\20\28GrTextureEffect\20const&\29>::__clone\28std::__2::__function::__base*\29\20const -8438:std::__2::__function::__func<\28anonymous\20namespace\29::MeshOp::visitProxies\28std::__2::function\20const&\29\20const::'lambda'\28GrTextureEffect\20const&\29\2c\20std::__2::allocator<\28anonymous\20namespace\29::MeshOp::visitProxies\28std::__2::function\20const&\29\20const::'lambda'\28GrTextureEffect\20const&\29>\2c\20void\20\28GrTextureEffect\20const&\29>::__clone\28\29\20const -8439:std::__2::__function::__func<\28anonymous\20namespace\29::MeshOp::onExecute\28GrOpFlushState*\2c\20SkRect\20const&\29::$_0\2c\20std::__2::allocator<\28anonymous\20namespace\29::MeshOp::onExecute\28GrOpFlushState*\2c\20SkRect\20const&\29::$_0>\2c\20void\20\28GrTextureEffect\20const&\29>::operator\28\29\28GrTextureEffect\20const&\29 -8440:std::__2::__function::__func<\28anonymous\20namespace\29::MeshOp::onExecute\28GrOpFlushState*\2c\20SkRect\20const&\29::$_0\2c\20std::__2::allocator<\28anonymous\20namespace\29::MeshOp::onExecute\28GrOpFlushState*\2c\20SkRect\20const&\29::$_0>\2c\20void\20\28GrTextureEffect\20const&\29>::__clone\28std::__2::__function::__base*\29\20const -8441:std::__2::__function::__func<\28anonymous\20namespace\29::MeshOp::onExecute\28GrOpFlushState*\2c\20SkRect\20const&\29::$_0\2c\20std::__2::allocator<\28anonymous\20namespace\29::MeshOp::onExecute\28GrOpFlushState*\2c\20SkRect\20const&\29::$_0>\2c\20void\20\28GrTextureEffect\20const&\29>::__clone\28\29\20const -8442:std::__2::__function::__func<\28anonymous\20namespace\29::MeshGP::MeshGP\28sk_sp\2c\20sk_sp\2c\20SkMatrix\20const&\2c\20std::__2::optional>\20const&\2c\20bool\2c\20sk_sp\2c\20SkSpan>>\29::'lambda'\28GrTextureEffect\20const&\29\2c\20std::__2::allocator<\28anonymous\20namespace\29::MeshGP::MeshGP\28sk_sp\2c\20sk_sp\2c\20SkMatrix\20const&\2c\20std::__2::optional>\20const&\2c\20bool\2c\20sk_sp\2c\20SkSpan>>\29::'lambda'\28GrTextureEffect\20const&\29>\2c\20void\20\28GrTextureEffect\20const&\29>::operator\28\29\28GrTextureEffect\20const&\29 -8443:std::__2::__function::__func<\28anonymous\20namespace\29::MeshGP::MeshGP\28sk_sp\2c\20sk_sp\2c\20SkMatrix\20const&\2c\20std::__2::optional>\20const&\2c\20bool\2c\20sk_sp\2c\20SkSpan>>\29::'lambda'\28GrTextureEffect\20const&\29\2c\20std::__2::allocator<\28anonymous\20namespace\29::MeshGP::MeshGP\28sk_sp\2c\20sk_sp\2c\20SkMatrix\20const&\2c\20std::__2::optional>\20const&\2c\20bool\2c\20sk_sp\2c\20SkSpan>>\29::'lambda'\28GrTextureEffect\20const&\29>\2c\20void\20\28GrTextureEffect\20const&\29>::__clone\28std::__2::__function::__base*\29\20const -8444:std::__2::__function::__func<\28anonymous\20namespace\29::MeshGP::MeshGP\28sk_sp\2c\20sk_sp\2c\20SkMatrix\20const&\2c\20std::__2::optional>\20const&\2c\20bool\2c\20sk_sp\2c\20SkSpan>>\29::'lambda'\28GrTextureEffect\20const&\29\2c\20std::__2::allocator<\28anonymous\20namespace\29::MeshGP::MeshGP\28sk_sp\2c\20sk_sp\2c\20SkMatrix\20const&\2c\20std::__2::optional>\20const&\2c\20bool\2c\20sk_sp\2c\20SkSpan>>\29::'lambda'\28GrTextureEffect\20const&\29>\2c\20void\20\28GrTextureEffect\20const&\29>::__clone\28\29\20const -8445:std::__2::__function::__func<\28anonymous\20namespace\29::MeshGP::Impl::setData\28GrGLSLProgramDataManager\20const&\2c\20GrShaderCaps\20const&\2c\20GrGeometryProcessor\20const&\29::'lambda'\28GrFragmentProcessor\20const&\2c\20GrFragmentProcessor::ProgramImpl&\29\2c\20std::__2::allocator<\28anonymous\20namespace\29::MeshGP::Impl::setData\28GrGLSLProgramDataManager\20const&\2c\20GrShaderCaps\20const&\2c\20GrGeometryProcessor\20const&\29::'lambda'\28GrFragmentProcessor\20const&\2c\20GrFragmentProcessor::ProgramImpl&\29>\2c\20void\20\28GrFragmentProcessor\20const&\2c\20GrFragmentProcessor::ProgramImpl&\29>::operator\28\29\28GrFragmentProcessor\20const&\2c\20GrFragmentProcessor::ProgramImpl&\29 -8446:std::__2::__function::__func<\28anonymous\20namespace\29::MeshGP::Impl::setData\28GrGLSLProgramDataManager\20const&\2c\20GrShaderCaps\20const&\2c\20GrGeometryProcessor\20const&\29::'lambda'\28GrFragmentProcessor\20const&\2c\20GrFragmentProcessor::ProgramImpl&\29\2c\20std::__2::allocator<\28anonymous\20namespace\29::MeshGP::Impl::setData\28GrGLSLProgramDataManager\20const&\2c\20GrShaderCaps\20const&\2c\20GrGeometryProcessor\20const&\29::'lambda'\28GrFragmentProcessor\20const&\2c\20GrFragmentProcessor::ProgramImpl&\29>\2c\20void\20\28GrFragmentProcessor\20const&\2c\20GrFragmentProcessor::ProgramImpl&\29>::__clone\28std::__2::__function::__base*\29\20const -8447:std::__2::__function::__func<\28anonymous\20namespace\29::MeshGP::Impl::setData\28GrGLSLProgramDataManager\20const&\2c\20GrShaderCaps\20const&\2c\20GrGeometryProcessor\20const&\29::'lambda'\28GrFragmentProcessor\20const&\2c\20GrFragmentProcessor::ProgramImpl&\29\2c\20std::__2::allocator<\28anonymous\20namespace\29::MeshGP::Impl::setData\28GrGLSLProgramDataManager\20const&\2c\20GrShaderCaps\20const&\2c\20GrGeometryProcessor\20const&\29::'lambda'\28GrFragmentProcessor\20const&\2c\20GrFragmentProcessor::ProgramImpl&\29>\2c\20void\20\28GrFragmentProcessor\20const&\2c\20GrFragmentProcessor::ProgramImpl&\29>::__clone\28\29\20const -8448:std::__2::__function::__func<\28anonymous\20namespace\29::MeshGP::Impl::onEmitCode\28GrGeometryProcessor::ProgramImpl::EmitArgs&\2c\20GrGeometryProcessor::ProgramImpl::GrGPArgs*\29::'lambda'\28GrFragmentProcessor\20const&\2c\20GrFragmentProcessor::ProgramImpl&\29\2c\20std::__2::allocator<\28anonymous\20namespace\29::MeshGP::Impl::onEmitCode\28GrGeometryProcessor::ProgramImpl::EmitArgs&\2c\20GrGeometryProcessor::ProgramImpl::GrGPArgs*\29::'lambda'\28GrFragmentProcessor\20const&\2c\20GrFragmentProcessor::ProgramImpl&\29>\2c\20void\20\28GrFragmentProcessor\20const&\2c\20GrFragmentProcessor::ProgramImpl&\29>::operator\28\29\28GrFragmentProcessor\20const&\2c\20GrFragmentProcessor::ProgramImpl&\29 -8449:std::__2::__function::__func<\28anonymous\20namespace\29::MeshGP::Impl::onEmitCode\28GrGeometryProcessor::ProgramImpl::EmitArgs&\2c\20GrGeometryProcessor::ProgramImpl::GrGPArgs*\29::'lambda'\28GrFragmentProcessor\20const&\2c\20GrFragmentProcessor::ProgramImpl&\29\2c\20std::__2::allocator<\28anonymous\20namespace\29::MeshGP::Impl::onEmitCode\28GrGeometryProcessor::ProgramImpl::EmitArgs&\2c\20GrGeometryProcessor::ProgramImpl::GrGPArgs*\29::'lambda'\28GrFragmentProcessor\20const&\2c\20GrFragmentProcessor::ProgramImpl&\29>\2c\20void\20\28GrFragmentProcessor\20const&\2c\20GrFragmentProcessor::ProgramImpl&\29>::__clone\28std::__2::__function::__base*\29\20const -8450:std::__2::__function::__func<\28anonymous\20namespace\29::MeshGP::Impl::onEmitCode\28GrGeometryProcessor::ProgramImpl::EmitArgs&\2c\20GrGeometryProcessor::ProgramImpl::GrGPArgs*\29::'lambda'\28GrFragmentProcessor\20const&\2c\20GrFragmentProcessor::ProgramImpl&\29\2c\20std::__2::allocator<\28anonymous\20namespace\29::MeshGP::Impl::onEmitCode\28GrGeometryProcessor::ProgramImpl::EmitArgs&\2c\20GrGeometryProcessor::ProgramImpl::GrGPArgs*\29::'lambda'\28GrFragmentProcessor\20const&\2c\20GrFragmentProcessor::ProgramImpl&\29>\2c\20void\20\28GrFragmentProcessor\20const&\2c\20GrFragmentProcessor::ProgramImpl&\29>::__clone\28\29\20const -8451:std::__2::__function::__func\29::$_0\2c\20std::__2::allocator\29::$_0>\2c\20void\20\28\29>::~__func\28\29_4343 -8452:std::__2::__function::__func\29::$_0\2c\20std::__2::allocator\29::$_0>\2c\20void\20\28\29>::operator\28\29\28\29 -8453:std::__2::__function::__func\29::$_0\2c\20std::__2::allocator\29::$_0>\2c\20void\20\28\29>::destroy_deallocate\28\29 -8454:std::__2::__function::__func\29::$_0\2c\20std::__2::allocator\29::$_0>\2c\20void\20\28\29>::destroy\28\29 -8455:std::__2::__function::__func\29::$_0\2c\20std::__2::allocator\29::$_0>\2c\20void\20\28\29>::__clone\28std::__2::__function::__base*\29\20const -8456:std::__2::__function::__func\29::$_0\2c\20std::__2::allocator\29::$_0>\2c\20void\20\28\29>::__clone\28\29\20const -8457:std::__2::__function::__func\2c\20void\20\28int\2c\20char\20const*\29>::operator\28\29\28int&&\2c\20char\20const*&&\29 -8458:std::__2::__function::__func\2c\20void\20\28int\2c\20char\20const*\29>::__clone\28std::__2::__function::__base*\29\20const -8459:std::__2::__function::__func\2c\20void\20\28int\2c\20char\20const*\29>::__clone\28\29\20const -8460:std::__2::__function::__func\2c\20void\20\28\29>::operator\28\29\28\29 -8461:std::__2::__function::__func\2c\20void\20\28\29>::__clone\28std::__2::__function::__base*\29\20const -8462:std::__2::__function::__func\2c\20void\20\28\29>::__clone\28\29\20const -8463:std::__2::__function::__func\2c\20void\20\28\29>::operator\28\29\28\29 -8464:std::__2::__function::__func\2c\20void\20\28\29>::__clone\28std::__2::__function::__base*\29\20const -8465:std::__2::__function::__func\2c\20void\20\28\29>::__clone\28\29\20const -8466:std::__2::__function::__func\2c\20bool\20\28SkSL::Variable\20const&\29>::operator\28\29\28SkSL::Variable\20const&\29 -8467:std::__2::__function::__func\2c\20bool\20\28SkSL::Variable\20const&\29>::__clone\28std::__2::__function::__base*\29\20const -8468:std::__2::__function::__func\2c\20bool\20\28SkSL::Variable\20const&\29>::__clone\28\29\20const -8469:std::__2::__function::__func\2c\20void\20\28int\2c\20SkSL::Variable\20const*\2c\20SkSL::Expression\20const*\29>::operator\28\29\28int&&\2c\20SkSL::Variable\20const*&&\2c\20SkSL::Expression\20const*&&\29 -8470:std::__2::__function::__func\2c\20void\20\28int\2c\20SkSL::Variable\20const*\2c\20SkSL::Expression\20const*\29>::__clone\28std::__2::__function::__base*\29\20const -8471:std::__2::__function::__func\2c\20void\20\28int\2c\20SkSL::Variable\20const*\2c\20SkSL::Expression\20const*\29>::__clone\28\29\20const -8472:std::__2::__function::__func\2c\20void\20\28unsigned\20long\2c\20unsigned\20long\2c\20unsigned\20long\2c\20unsigned\20long\29>::operator\28\29\28unsigned\20long&&\2c\20unsigned\20long&&\2c\20unsigned\20long&&\2c\20unsigned\20long&&\29 -8473:std::__2::__function::__func\2c\20void\20\28unsigned\20long\2c\20unsigned\20long\2c\20unsigned\20long\2c\20unsigned\20long\29>::__clone\28std::__2::__function::__base*\29\20const -8474:std::__2::__function::__func\2c\20void\20\28unsigned\20long\2c\20unsigned\20long\2c\20unsigned\20long\2c\20unsigned\20long\29>::__clone\28\29\20const -8475:std::__2::__function::__func\2c\20void\20\28unsigned\20long\2c\20unsigned\20long\2c\20unsigned\20long\2c\20unsigned\20long\29>::__clone\28std::__2::__function::__base*\29\20const -8476:std::__2::__function::__func\2c\20void\20\28unsigned\20long\2c\20unsigned\20long\2c\20unsigned\20long\2c\20unsigned\20long\29>::__clone\28\29\20const -8477:std::__2::__function::__func\2c\20void\20\28SkVertices\20const*\2c\20SkBlendMode\2c\20SkPaint\20const&\2c\20float\2c\20float\2c\20bool\29>::operator\28\29\28SkVertices\20const*&&\2c\20SkBlendMode&&\2c\20SkPaint\20const&\2c\20float&&\2c\20float&&\2c\20bool&&\29 -8478:std::__2::__function::__func\2c\20void\20\28SkVertices\20const*\2c\20SkBlendMode\2c\20SkPaint\20const&\2c\20float\2c\20float\2c\20bool\29>::__clone\28std::__2::__function::__base*\29\20const -8479:std::__2::__function::__func\2c\20void\20\28SkVertices\20const*\2c\20SkBlendMode\2c\20SkPaint\20const&\2c\20float\2c\20float\2c\20bool\29>::__clone\28\29\20const -8480:std::__2::__function::__func\2c\20void\20\28SkIRect\20const&\29>::operator\28\29\28SkIRect\20const&\29 -8481:std::__2::__function::__func\2c\20void\20\28SkIRect\20const&\29>::__clone\28std::__2::__function::__base*\29\20const -8482:std::__2::__function::__func\2c\20void\20\28SkIRect\20const&\29>::__clone\28\29\20const -8483:std::__2::__function::__func\2c\20GrSurfaceProxy::LazyCallbackResult\20\28GrResourceProvider*\2c\20GrSurfaceProxy::LazySurfaceDesc\20const&\29>::~__func\28\29_9601 -8484:std::__2::__function::__func\2c\20GrSurfaceProxy::LazyCallbackResult\20\28GrResourceProvider*\2c\20GrSurfaceProxy::LazySurfaceDesc\20const&\29>::operator\28\29\28GrResourceProvider*&&\2c\20GrSurfaceProxy::LazySurfaceDesc\20const&\29 -8485:std::__2::__function::__func\2c\20GrSurfaceProxy::LazyCallbackResult\20\28GrResourceProvider*\2c\20GrSurfaceProxy::LazySurfaceDesc\20const&\29>::destroy_deallocate\28\29 -8486:std::__2::__function::__func\2c\20GrSurfaceProxy::LazyCallbackResult\20\28GrResourceProvider*\2c\20GrSurfaceProxy::LazySurfaceDesc\20const&\29>::destroy\28\29 -8487:std::__2::__function::__func\2c\20GrSurfaceProxy::LazyCallbackResult\20\28GrResourceProvider*\2c\20GrSurfaceProxy::LazySurfaceDesc\20const&\29>::__clone\28std::__2::__function::__base*\29\20const -8488:std::__2::__function::__func\2c\20GrSurfaceProxy::LazyCallbackResult\20\28GrResourceProvider*\2c\20GrSurfaceProxy::LazySurfaceDesc\20const&\29>::__clone\28\29\20const -8489:std::__2::__function::__func\2c\20GrSurfaceProxy::LazyCallbackResult\20\28GrResourceProvider*\2c\20GrSurfaceProxy::LazySurfaceDesc\20const&\29>::~__func\28\29_9327 -8490:std::__2::__function::__func\2c\20GrSurfaceProxy::LazyCallbackResult\20\28GrResourceProvider*\2c\20GrSurfaceProxy::LazySurfaceDesc\20const&\29>::operator\28\29\28GrResourceProvider*&&\2c\20GrSurfaceProxy::LazySurfaceDesc\20const&\29 -8491:std::__2::__function::__func\2c\20GrSurfaceProxy::LazyCallbackResult\20\28GrResourceProvider*\2c\20GrSurfaceProxy::LazySurfaceDesc\20const&\29>::destroy_deallocate\28\29 -8492:std::__2::__function::__func\2c\20GrSurfaceProxy::LazyCallbackResult\20\28GrResourceProvider*\2c\20GrSurfaceProxy::LazySurfaceDesc\20const&\29>::destroy\28\29 -8493:std::__2::__function::__func\2c\20GrSurfaceProxy::LazyCallbackResult\20\28GrResourceProvider*\2c\20GrSurfaceProxy::LazySurfaceDesc\20const&\29>::__clone\28std::__2::__function::__base*\29\20const -8494:std::__2::__function::__func\2c\20GrSurfaceProxy::LazyCallbackResult\20\28GrResourceProvider*\2c\20GrSurfaceProxy::LazySurfaceDesc\20const&\29>::__clone\28\29\20const -8495:std::__2::__function::__func\2c\20GrSurfaceProxy::LazyCallbackResult\20\28GrResourceProvider*\2c\20GrSurfaceProxy::LazySurfaceDesc\20const&\29>::~__func\28\29_9318 -8496:std::__2::__function::__func\2c\20GrSurfaceProxy::LazyCallbackResult\20\28GrResourceProvider*\2c\20GrSurfaceProxy::LazySurfaceDesc\20const&\29>::operator\28\29\28GrResourceProvider*&&\2c\20GrSurfaceProxy::LazySurfaceDesc\20const&\29 -8497:std::__2::__function::__func\2c\20GrSurfaceProxy::LazyCallbackResult\20\28GrResourceProvider*\2c\20GrSurfaceProxy::LazySurfaceDesc\20const&\29>::destroy_deallocate\28\29 -8498:std::__2::__function::__func\2c\20GrSurfaceProxy::LazyCallbackResult\20\28GrResourceProvider*\2c\20GrSurfaceProxy::LazySurfaceDesc\20const&\29>::destroy\28\29 -8499:std::__2::__function::__func\2c\20GrSurfaceProxy::LazyCallbackResult\20\28GrResourceProvider*\2c\20GrSurfaceProxy::LazySurfaceDesc\20const&\29>::__clone\28std::__2::__function::__base*\29\20const -8500:std::__2::__function::__func\2c\20GrSurfaceProxy::LazyCallbackResult\20\28GrResourceProvider*\2c\20GrSurfaceProxy::LazySurfaceDesc\20const&\29>::__clone\28\29\20const -8501:std::__2::__function::__func&\29>&\2c\20bool\29::$_0\2c\20std::__2::allocator&\29>&\2c\20bool\29::$_0>\2c\20bool\20\28GrTextureProxy*\2c\20SkIRect\2c\20GrColorType\2c\20void\20const*\2c\20unsigned\20long\29>::operator\28\29\28GrTextureProxy*&&\2c\20SkIRect&&\2c\20GrColorType&&\2c\20void\20const*&&\2c\20unsigned\20long&&\29 -8502:std::__2::__function::__func&\29>&\2c\20bool\29::$_0\2c\20std::__2::allocator&\29>&\2c\20bool\29::$_0>\2c\20bool\20\28GrTextureProxy*\2c\20SkIRect\2c\20GrColorType\2c\20void\20const*\2c\20unsigned\20long\29>::__clone\28std::__2::__function::__base*\29\20const -8503:std::__2::__function::__func&\29>&\2c\20bool\29::$_0\2c\20std::__2::allocator&\29>&\2c\20bool\29::$_0>\2c\20bool\20\28GrTextureProxy*\2c\20SkIRect\2c\20GrColorType\2c\20void\20const*\2c\20unsigned\20long\29>::__clone\28\29\20const -8504:std::__2::__function::__func*\29::$_0\2c\20std::__2::allocator*\29::$_0>\2c\20void\20\28GrBackendTexture\29>::operator\28\29\28GrBackendTexture&&\29 -8505:std::__2::__function::__func*\29::$_0\2c\20std::__2::allocator*\29::$_0>\2c\20void\20\28GrBackendTexture\29>::__clone\28\29\20const -8506:std::__2::__function::__func\2c\20void\20\28GrFragmentProcessor\20const&\2c\20GrFragmentProcessor::ProgramImpl&\29>::operator\28\29\28GrFragmentProcessor\20const&\2c\20GrFragmentProcessor::ProgramImpl&\29 -8507:std::__2::__function::__func\2c\20void\20\28GrFragmentProcessor\20const&\2c\20GrFragmentProcessor::ProgramImpl&\29>::__clone\28std::__2::__function::__base*\29\20const -8508:std::__2::__function::__func\2c\20void\20\28GrFragmentProcessor\20const&\2c\20GrFragmentProcessor::ProgramImpl&\29>::__clone\28\29\20const -8509:std::__2::__function::__func\2c\20void\20\28GrFragmentProcessor\20const&\2c\20GrFragmentProcessor::ProgramImpl&\29>::operator\28\29\28GrFragmentProcessor\20const&\2c\20GrFragmentProcessor::ProgramImpl&\29 -8510:std::__2::__function::__func\2c\20void\20\28GrFragmentProcessor\20const&\2c\20GrFragmentProcessor::ProgramImpl&\29>::__clone\28std::__2::__function::__base*\29\20const -8511:std::__2::__function::__func\2c\20void\20\28GrFragmentProcessor\20const&\2c\20GrFragmentProcessor::ProgramImpl&\29>::__clone\28\29\20const -8512:std::__2::__function::__func\2c\20void\20\28GrTextureEffect\20const&\29>::operator\28\29\28GrTextureEffect\20const&\29 -8513:std::__2::__function::__func\2c\20void\20\28GrTextureEffect\20const&\29>::__clone\28std::__2::__function::__base*\29\20const -8514:std::__2::__function::__func\2c\20void\20\28GrTextureEffect\20const&\29>::__clone\28\29\20const -8515:std::__2::__function::__func\2c\20void\20\28\29>::operator\28\29\28\29 -8516:std::__2::__function::__func\2c\20void\20\28\29>::__clone\28std::__2::__function::__base*\29\20const -8517:std::__2::__function::__func\2c\20void\20\28\29>::__clone\28\29\20const -8518:std::__2::__function::__func\20const&\29\20const::$_0\2c\20std::__2::allocator\20const&\29\20const::$_0>\2c\20void\20\28GrTextureEffect\20const&\29>::operator\28\29\28GrTextureEffect\20const&\29 -8519:std::__2::__function::__func\20const&\29\20const::$_0\2c\20std::__2::allocator\20const&\29\20const::$_0>\2c\20void\20\28GrTextureEffect\20const&\29>::__clone\28std::__2::__function::__base*\29\20const -8520:std::__2::__function::__func\20const&\29\20const::$_0\2c\20std::__2::allocator\20const&\29\20const::$_0>\2c\20void\20\28GrTextureEffect\20const&\29>::__clone\28\29\20const -8521:std::__2::__function::__func\2c\20GrSurfaceProxy::LazyCallbackResult\20\28GrResourceProvider*\2c\20GrSurfaceProxy::LazySurfaceDesc\20const&\29>::operator\28\29\28GrResourceProvider*&&\2c\20GrSurfaceProxy::LazySurfaceDesc\20const&\29 -8522:std::__2::__function::__func\2c\20GrSurfaceProxy::LazyCallbackResult\20\28GrResourceProvider*\2c\20GrSurfaceProxy::LazySurfaceDesc\20const&\29>::__clone\28std::__2::__function::__base*\29\20const -8523:std::__2::__function::__func\2c\20GrSurfaceProxy::LazyCallbackResult\20\28GrResourceProvider*\2c\20GrSurfaceProxy::LazySurfaceDesc\20const&\29>::__clone\28\29\20const -8524:std::__2::__function::__func&\29\2c\20std::__2::allocator&\29>\2c\20void\20\28std::__2::function&\29>::~__func\28\29_8840 -8525:std::__2::__function::__func&\29\2c\20std::__2::allocator&\29>\2c\20void\20\28std::__2::function&\29>::__clone\28std::__2::__function::__base&\29>*\29\20const -8526:std::__2::__function::__func&\29\2c\20std::__2::allocator&\29>\2c\20void\20\28std::__2::function&\29>::__clone\28\29\20const -8527:std::__2::__function::__func\2c\20void\20\28std::__2::function&\29>::~__func\28\29_8852 -8528:std::__2::__function::__func\2c\20void\20\28std::__2::function&\29>::__clone\28std::__2::__function::__base&\29>*\29\20const -8529:std::__2::__function::__func\2c\20void\20\28std::__2::function&\29>::__clone\28\29\20const -8530:std::__2::__function::__func&\29\2c\20std::__2::allocator&\29>\2c\20void\20\28std::__2::function&\29>::operator\28\29\28std::__2::function&\29 -8531:std::__2::__function::__func&\29\2c\20std::__2::allocator&\29>\2c\20void\20\28std::__2::function&\29>::__clone\28std::__2::__function::__base&\29>*\29\20const -8532:std::__2::__function::__func&\29\2c\20std::__2::allocator&\29>\2c\20void\20\28std::__2::function&\29>::__clone\28\29\20const -8533:srgb_to_hwb\28SkRGBA4f<\28SkAlphaType\292>\2c\20bool*\29 -8534:srcover_p\28unsigned\20char\2c\20unsigned\20char\29 -8535:sn_write -8536:skwasm_isMultiThreaded -8537:skwasm_getLiveObjectCounts -8538:sktext::gpu::post_purge_blob_message\28unsigned\20int\2c\20unsigned\20int\29 -8539:sktext::gpu::TextBlob::~TextBlob\28\29_12233 -8540:sktext::gpu::SlugImpl::~SlugImpl\28\29_12145 -8541:sktext::gpu::SlugImpl::sourceBounds\28\29\20const -8542:sktext::gpu::SlugImpl::sourceBoundsWithOrigin\28\29\20const -8543:sktext::gpu::SlugImpl::doFlatten\28SkWriteBuffer&\29\20const -8544:sktext::gpu::SDFMaskFilterImpl::getTypeName\28\29\20const -8545:sktext::gpu::SDFMaskFilterImpl::filterMask\28SkMaskBuilder*\2c\20SkMask\20const&\2c\20SkMatrix\20const&\2c\20SkIPoint*\29\20const -8546:sktext::gpu::SDFMaskFilterImpl::computeFastBounds\28SkRect\20const&\2c\20SkRect*\29\20const -8547:skif::\28anonymous\20namespace\29::RasterBackend::~RasterBackend\28\29 -8548:skif::\28anonymous\20namespace\29::RasterBackend::makeImage\28SkIRect\20const&\2c\20sk_sp\29\20const -8549:skif::\28anonymous\20namespace\29::RasterBackend::makeDevice\28SkISize\2c\20sk_sp\2c\20SkSurfaceProps\20const*\29\20const -8550:skif::\28anonymous\20namespace\29::RasterBackend::getCachedBitmap\28SkBitmap\20const&\29\20const -8551:skif::\28anonymous\20namespace\29::RasterBackend::getBlurEngine\28\29\20const -8552:skif::\28anonymous\20namespace\29::GaneshBackend::makeImage\28SkIRect\20const&\2c\20sk_sp\29\20const -8553:skif::\28anonymous\20namespace\29::GaneshBackend::makeDevice\28SkISize\2c\20sk_sp\2c\20SkSurfaceProps\20const*\29\20const -8554:skif::\28anonymous\20namespace\29::GaneshBackend::getCachedBitmap\28SkBitmap\20const&\29\20const -8555:skif::\28anonymous\20namespace\29::GaneshBackend::findAlgorithm\28SkSize\2c\20SkColorType\29\20const -8556:skia_png_zfree -8557:skia_png_zalloc -8558:skia_png_set_read_fn -8559:skia_png_set_expand_gray_1_2_4_to_8 -8560:skia_png_read_start_row -8561:skia_png_read_finish_row -8562:skia_png_handle_zTXt -8563:skia_png_handle_unknown -8564:skia_png_handle_tRNS -8565:skia_png_handle_tIME -8566:skia_png_handle_tEXt -8567:skia_png_handle_sRGB -8568:skia_png_handle_sPLT -8569:skia_png_handle_sCAL -8570:skia_png_handle_sBIT -8571:skia_png_handle_pHYs -8572:skia_png_handle_pCAL -8573:skia_png_handle_oFFs -8574:skia_png_handle_iTXt -8575:skia_png_handle_iCCP -8576:skia_png_handle_hIST -8577:skia_png_handle_gAMA -8578:skia_png_handle_cHRM -8579:skia_png_handle_bKGD -8580:skia_png_handle_PLTE -8581:skia_png_handle_IHDR -8582:skia_png_handle_IEND -8583:skia_png_get_IHDR -8584:skia_png_do_read_transformations -8585:skia_png_destroy_read_struct -8586:skia_png_default_read_data -8587:skia_png_create_png_struct -8588:skia_png_combine_row -8589:skia::textlayout::TypefaceFontStyleSet::~TypefaceFontStyleSet\28\29_7576 -8590:skia::textlayout::TypefaceFontStyleSet::getStyle\28int\2c\20SkFontStyle*\2c\20SkString*\29 -8591:skia::textlayout::TypefaceFontProvider::~TypefaceFontProvider\28\29_7583 -8592:skia::textlayout::TypefaceFontProvider::onMatchFamily\28char\20const*\29\20const -8593:skia::textlayout::TypefaceFontProvider::onMatchFamilyStyle\28char\20const*\2c\20SkFontStyle\20const&\29\20const -8594:skia::textlayout::TypefaceFontProvider::onLegacyMakeTypeface\28char\20const*\2c\20SkFontStyle\29\20const -8595:skia::textlayout::TypefaceFontProvider::onGetFamilyName\28int\2c\20SkString*\29\20const -8596:skia::textlayout::TypefaceFontProvider::onCreateStyleSet\28int\29\20const -8597:skia::textlayout::TextLine::shapeEllipsis\28SkString\20const&\2c\20skia::textlayout::Cluster\20const*\29::ShapeHandler::~ShapeHandler\28\29_7496 -8598:skia::textlayout::TextLine::shapeEllipsis\28SkString\20const&\2c\20skia::textlayout::Cluster\20const*\29::ShapeHandler::runBuffer\28SkShaper::RunHandler::RunInfo\20const&\29 -8599:skia::textlayout::TextLine::shapeEllipsis\28SkString\20const&\2c\20skia::textlayout::Cluster\20const*\29::ShapeHandler::commitRunBuffer\28SkShaper::RunHandler::RunInfo\20const&\29 -8600:skia::textlayout::ParagraphImpl::~ParagraphImpl\28\29_7241 -8601:skia::textlayout::ParagraphImpl::visit\28std::__2::function\20const&\29 -8602:skia::textlayout::ParagraphImpl::updateTextAlign\28skia::textlayout::TextAlign\29 -8603:skia::textlayout::ParagraphImpl::updateForegroundPaint\28unsigned\20long\2c\20unsigned\20long\2c\20SkPaint\29 -8604:skia::textlayout::ParagraphImpl::updateFontSize\28unsigned\20long\2c\20unsigned\20long\2c\20float\29 -8605:skia::textlayout::ParagraphImpl::updateBackgroundPaint\28unsigned\20long\2c\20unsigned\20long\2c\20SkPaint\29 -8606:skia::textlayout::ParagraphImpl::unresolvedGlyphs\28\29 -8607:skia::textlayout::ParagraphImpl::unresolvedCodepoints\28\29 -8608:skia::textlayout::ParagraphImpl::paint\28SkCanvas*\2c\20float\2c\20float\29 -8609:skia::textlayout::ParagraphImpl::markDirty\28\29 -8610:skia::textlayout::ParagraphImpl::lineNumber\28\29 -8611:skia::textlayout::ParagraphImpl::layout\28float\29 -8612:skia::textlayout::ParagraphImpl::getWordBoundary\28unsigned\20int\29 -8613:skia::textlayout::ParagraphImpl::getRectsForRange\28unsigned\20int\2c\20unsigned\20int\2c\20skia::textlayout::RectHeightStyle\2c\20skia::textlayout::RectWidthStyle\29 -8614:skia::textlayout::ParagraphImpl::getRectsForPlaceholders\28\29 -8615:skia::textlayout::ParagraphImpl::getPath\28int\2c\20SkPath*\29::$_0::operator\28\29\28skia::textlayout::Run\20const*\2c\20float\2c\20skia::textlayout::SkRange\2c\20float*\29\20const::'lambda'\28skia::textlayout::SkRange\2c\20skia::textlayout::TextStyle\20const&\2c\20skia::textlayout::TextLine::ClipContext\20const&\29::operator\28\29\28skia::textlayout::SkRange\2c\20skia::textlayout::TextStyle\20const&\2c\20skia::textlayout::TextLine::ClipContext\20const&\29\20const::'lambda'\28SkPath\20const*\2c\20SkMatrix\20const&\2c\20void*\29::__invoke\28SkPath\20const*\2c\20SkMatrix\20const&\2c\20void*\29 -8616:skia::textlayout::ParagraphImpl::getPath\28int\2c\20SkPath*\29 -8617:skia::textlayout::ParagraphImpl::getLineNumberAtUTF16Offset\28unsigned\20long\29 -8618:skia::textlayout::ParagraphImpl::getLineMetrics\28std::__2::vector>&\29 -8619:skia::textlayout::ParagraphImpl::getLineMetricsAt\28int\2c\20skia::textlayout::LineMetrics*\29\20const -8620:skia::textlayout::ParagraphImpl::getFonts\28\29\20const -8621:skia::textlayout::ParagraphImpl::getFontAt\28unsigned\20long\29\20const -8622:skia::textlayout::ParagraphImpl::getFontAtUTF16Offset\28unsigned\20long\29 -8623:skia::textlayout::ParagraphImpl::getClosestUTF16GlyphInfoAt\28float\2c\20float\2c\20skia::textlayout::Paragraph::GlyphInfo*\29 -8624:skia::textlayout::ParagraphImpl::getClosestGlyphClusterAt\28float\2c\20float\2c\20skia::textlayout::Paragraph::GlyphClusterInfo*\29 -8625:skia::textlayout::ParagraphImpl::getActualTextRange\28int\2c\20bool\29\20const -8626:skia::textlayout::ParagraphImpl::extendedVisit\28std::__2::function\20const&\29 -8627:skia::textlayout::ParagraphImpl::containsEmoji\28SkTextBlob*\29 -8628:skia::textlayout::ParagraphImpl::containsColorFontOrBitmap\28SkTextBlob*\29::$_0::__invoke\28SkPath\20const*\2c\20SkMatrix\20const&\2c\20void*\29 -8629:skia::textlayout::ParagraphImpl::containsColorFontOrBitmap\28SkTextBlob*\29 -8630:skia::textlayout::ParagraphBuilderImpl::~ParagraphBuilderImpl\28\29_7142 -8631:skia::textlayout::ParagraphBuilderImpl::setWordsUtf8\28std::__2::vector>\29 -8632:skia::textlayout::ParagraphBuilderImpl::setWordsUtf16\28std::__2::vector>\29 -8633:skia::textlayout::ParagraphBuilderImpl::setLineBreaksUtf8\28std::__2::vector>\29 -8634:skia::textlayout::ParagraphBuilderImpl::setLineBreaksUtf16\28std::__2::vector>\29 -8635:skia::textlayout::ParagraphBuilderImpl::setGraphemeBreaksUtf8\28std::__2::vector>\29 -8636:skia::textlayout::ParagraphBuilderImpl::setGraphemeBreaksUtf16\28std::__2::vector>\29 -8637:skia::textlayout::ParagraphBuilderImpl::pushStyle\28skia::textlayout::TextStyle\20const&\29 -8638:skia::textlayout::ParagraphBuilderImpl::pop\28\29 -8639:skia::textlayout::ParagraphBuilderImpl::peekStyle\28\29 -8640:skia::textlayout::ParagraphBuilderImpl::getText\28\29 -8641:skia::textlayout::ParagraphBuilderImpl::getParagraphStyle\28\29\20const -8642:skia::textlayout::ParagraphBuilderImpl::getClientICUData\28\29\20const -8643:skia::textlayout::ParagraphBuilderImpl::addText\28std::__2::basic_string\2c\20std::__2::allocator>\20const&\29 -8644:skia::textlayout::ParagraphBuilderImpl::addText\28char\20const*\2c\20unsigned\20long\29 -8645:skia::textlayout::ParagraphBuilderImpl::addText\28char\20const*\29 -8646:skia::textlayout::ParagraphBuilderImpl::addPlaceholder\28skia::textlayout::PlaceholderStyle\20const&\29 -8647:skia::textlayout::ParagraphBuilderImpl::SetUnicode\28sk_sp\29 -8648:skia::textlayout::ParagraphBuilderImpl::Reset\28\29 -8649:skia::textlayout::ParagraphBuilderImpl::Build\28\29 -8650:skia::textlayout::Paragraph::FontInfo::~FontInfo\28\29_7324 -8651:skia::textlayout::OneLineShaper::~OneLineShaper\28\29_7122 -8652:skia::textlayout::OneLineShaper::runBuffer\28SkShaper::RunHandler::RunInfo\20const&\29 -8653:skia::textlayout::OneLineShaper::commitRunBuffer\28SkShaper::RunHandler::RunInfo\20const&\29 -8654:skia::textlayout::LangIterator::~LangIterator\28\29_7110 -8655:skia::textlayout::LangIterator::~LangIterator\28\29 -8656:skia::textlayout::LangIterator::endOfCurrentRun\28\29\20const -8657:skia::textlayout::LangIterator::currentLanguage\28\29\20const -8658:skia::textlayout::LangIterator::consume\28\29 -8659:skia::textlayout::LangIterator::atEnd\28\29\20const -8660:skia::textlayout::FontCollection::~FontCollection\28\29_6973 -8661:skia::textlayout::CanvasParagraphPainter::translate\28float\2c\20float\29 -8662:skia::textlayout::CanvasParagraphPainter::save\28\29 -8663:skia::textlayout::CanvasParagraphPainter::restore\28\29 -8664:skia::textlayout::CanvasParagraphPainter::drawTextShadow\28sk_sp\20const&\2c\20float\2c\20float\2c\20unsigned\20int\2c\20float\29 -8665:skia::textlayout::CanvasParagraphPainter::drawTextBlob\28sk_sp\20const&\2c\20float\2c\20float\2c\20std::__2::variant\20const&\29 -8666:skia::textlayout::CanvasParagraphPainter::drawRect\28SkRect\20const&\2c\20std::__2::variant\20const&\29 -8667:skia::textlayout::CanvasParagraphPainter::drawPath\28SkPath\20const&\2c\20skia::textlayout::ParagraphPainter::DecorationStyle\20const&\29 -8668:skia::textlayout::CanvasParagraphPainter::drawLine\28float\2c\20float\2c\20float\2c\20float\2c\20skia::textlayout::ParagraphPainter::DecorationStyle\20const&\29 -8669:skia::textlayout::CanvasParagraphPainter::drawFilledRect\28SkRect\20const&\2c\20skia::textlayout::ParagraphPainter::DecorationStyle\20const&\29 -8670:skia::textlayout::CanvasParagraphPainter::clipRect\28SkRect\20const&\29 -8671:skgpu::tess::FixedCountWedges::WriteVertexBuffer\28skgpu::VertexWriter\2c\20unsigned\20long\29 -8672:skgpu::tess::FixedCountWedges::WriteIndexBuffer\28skgpu::VertexWriter\2c\20unsigned\20long\29 -8673:skgpu::tess::FixedCountStrokes::WriteVertexBuffer\28skgpu::VertexWriter\2c\20unsigned\20long\29 -8674:skgpu::tess::FixedCountCurves::WriteIndexBuffer\28skgpu::VertexWriter\2c\20unsigned\20long\29 -8675:skgpu::ganesh::texture_proxy_view_from_planes\28GrRecordingContext*\2c\20SkImage_Lazy\20const*\2c\20skgpu::Budgeted\29::$_0::__invoke\28void*\2c\20void*\29 -8676:skgpu::ganesh::\28anonymous\20namespace\29::SmallPathOp::~SmallPathOp\28\29_11265 -8677:skgpu::ganesh::\28anonymous\20namespace\29::SmallPathOp::visitProxies\28std::__2::function\20const&\29\20const -8678:skgpu::ganesh::\28anonymous\20namespace\29::SmallPathOp::onPrepareDraws\28GrMeshDrawTarget*\29 -8679:skgpu::ganesh::\28anonymous\20namespace\29::SmallPathOp::onExecute\28GrOpFlushState*\2c\20SkRect\20const&\29 -8680:skgpu::ganesh::\28anonymous\20namespace\29::SmallPathOp::onCombineIfPossible\28GrOp*\2c\20SkArenaAlloc*\2c\20GrCaps\20const&\29 -8681:skgpu::ganesh::\28anonymous\20namespace\29::SmallPathOp::name\28\29\20const -8682:skgpu::ganesh::\28anonymous\20namespace\29::SmallPathOp::fixedFunctionFlags\28\29\20const -8683:skgpu::ganesh::\28anonymous\20namespace\29::SmallPathOp::finalize\28GrCaps\20const&\2c\20GrAppliedClip\20const*\2c\20GrClampType\29 -8684:skgpu::ganesh::\28anonymous\20namespace\29::QuadEdgeEffect::name\28\29\20const -8685:skgpu::ganesh::\28anonymous\20namespace\29::QuadEdgeEffect::makeProgramImpl\28GrShaderCaps\20const&\29\20const::Impl::setData\28GrGLSLProgramDataManager\20const&\2c\20GrShaderCaps\20const&\2c\20GrGeometryProcessor\20const&\29 -8686:skgpu::ganesh::\28anonymous\20namespace\29::QuadEdgeEffect::makeProgramImpl\28GrShaderCaps\20const&\29\20const::Impl::onEmitCode\28GrGeometryProcessor::ProgramImpl::EmitArgs&\2c\20GrGeometryProcessor::ProgramImpl::GrGPArgs*\29 -8687:skgpu::ganesh::\28anonymous\20namespace\29::QuadEdgeEffect::makeProgramImpl\28GrShaderCaps\20const&\29\20const -8688:skgpu::ganesh::\28anonymous\20namespace\29::QuadEdgeEffect::addToKey\28GrShaderCaps\20const&\2c\20skgpu::KeyBuilder*\29\20const -8689:skgpu::ganesh::\28anonymous\20namespace\29::HullShader::~HullShader\28\29_11130 -8690:skgpu::ganesh::\28anonymous\20namespace\29::HullShader::name\28\29\20const -8691:skgpu::ganesh::\28anonymous\20namespace\29::HullShader::makeProgramImpl\28GrShaderCaps\20const&\29\20const::Impl::emitVertexCode\28GrShaderCaps\20const&\2c\20GrPathTessellationShader\20const&\2c\20GrGLSLVertexBuilder*\2c\20GrGLSLVaryingHandler*\2c\20GrGeometryProcessor::ProgramImpl::GrGPArgs*\29 -8692:skgpu::ganesh::\28anonymous\20namespace\29::HullShader::makeProgramImpl\28GrShaderCaps\20const&\29\20const -8693:skgpu::ganesh::\28anonymous\20namespace\29::AAFlatteningConvexPathOp::~AAFlatteningConvexPathOp\28\29_10504 -8694:skgpu::ganesh::\28anonymous\20namespace\29::AAFlatteningConvexPathOp::visitProxies\28std::__2::function\20const&\29\20const -8695:skgpu::ganesh::\28anonymous\20namespace\29::AAFlatteningConvexPathOp::onPrepareDraws\28GrMeshDrawTarget*\29 -8696:skgpu::ganesh::\28anonymous\20namespace\29::AAFlatteningConvexPathOp::onExecute\28GrOpFlushState*\2c\20SkRect\20const&\29 -8697:skgpu::ganesh::\28anonymous\20namespace\29::AAFlatteningConvexPathOp::onCreateProgramInfo\28GrCaps\20const*\2c\20SkArenaAlloc*\2c\20GrSurfaceProxyView\20const&\2c\20bool\2c\20GrAppliedClip&&\2c\20GrDstProxyView\20const&\2c\20GrXferBarrierFlags\2c\20GrLoadOp\29 -8698:skgpu::ganesh::\28anonymous\20namespace\29::AAFlatteningConvexPathOp::onCombineIfPossible\28GrOp*\2c\20SkArenaAlloc*\2c\20GrCaps\20const&\29 -8699:skgpu::ganesh::\28anonymous\20namespace\29::AAFlatteningConvexPathOp::name\28\29\20const -8700:skgpu::ganesh::\28anonymous\20namespace\29::AAFlatteningConvexPathOp::fixedFunctionFlags\28\29\20const -8701:skgpu::ganesh::\28anonymous\20namespace\29::AAFlatteningConvexPathOp::finalize\28GrCaps\20const&\2c\20GrAppliedClip\20const*\2c\20GrClampType\29 -8702:skgpu::ganesh::\28anonymous\20namespace\29::AAConvexPathOp::~AAConvexPathOp\28\29_10410 -8703:skgpu::ganesh::\28anonymous\20namespace\29::AAConvexPathOp::visitProxies\28std::__2::function\20const&\29\20const -8704:skgpu::ganesh::\28anonymous\20namespace\29::AAConvexPathOp::onPrepareDraws\28GrMeshDrawTarget*\29 -8705:skgpu::ganesh::\28anonymous\20namespace\29::AAConvexPathOp::onExecute\28GrOpFlushState*\2c\20SkRect\20const&\29 -8706:skgpu::ganesh::\28anonymous\20namespace\29::AAConvexPathOp::onCreateProgramInfo\28GrCaps\20const*\2c\20SkArenaAlloc*\2c\20GrSurfaceProxyView\20const&\2c\20bool\2c\20GrAppliedClip&&\2c\20GrDstProxyView\20const&\2c\20GrXferBarrierFlags\2c\20GrLoadOp\29 -8707:skgpu::ganesh::\28anonymous\20namespace\29::AAConvexPathOp::onCombineIfPossible\28GrOp*\2c\20SkArenaAlloc*\2c\20GrCaps\20const&\29 -8708:skgpu::ganesh::\28anonymous\20namespace\29::AAConvexPathOp::name\28\29\20const -8709:skgpu::ganesh::\28anonymous\20namespace\29::AAConvexPathOp::finalize\28GrCaps\20const&\2c\20GrAppliedClip\20const*\2c\20GrClampType\29 -8710:skgpu::ganesh::TriangulatingPathRenderer::onDrawPath\28skgpu::ganesh::PathRenderer::DrawPathArgs\20const&\29 -8711:skgpu::ganesh::TriangulatingPathRenderer::onCanDrawPath\28skgpu::ganesh::PathRenderer::CanDrawPathArgs\20const&\29\20const -8712:skgpu::ganesh::TriangulatingPathRenderer::name\28\29\20const -8713:skgpu::ganesh::TessellationPathRenderer::onStencilPath\28skgpu::ganesh::PathRenderer::StencilPathArgs\20const&\29 -8714:skgpu::ganesh::TessellationPathRenderer::onGetStencilSupport\28GrStyledShape\20const&\29\20const -8715:skgpu::ganesh::TessellationPathRenderer::onDrawPath\28skgpu::ganesh::PathRenderer::DrawPathArgs\20const&\29 -8716:skgpu::ganesh::TessellationPathRenderer::onCanDrawPath\28skgpu::ganesh::PathRenderer::CanDrawPathArgs\20const&\29\20const -8717:skgpu::ganesh::TessellationPathRenderer::name\28\29\20const -8718:skgpu::ganesh::SurfaceDrawContext::~SurfaceDrawContext\28\29 -8719:skgpu::ganesh::SurfaceDrawContext::willReplaceOpsTask\28skgpu::ganesh::OpsTask*\2c\20skgpu::ganesh::OpsTask*\29 -8720:skgpu::ganesh::SurfaceDrawContext::canDiscardPreviousOpsOnFullClear\28\29\20const -8721:skgpu::ganesh::SurfaceContext::~SurfaceContext\28\29_8800 -8722:skgpu::ganesh::SurfaceContext::asyncRescaleAndReadPixelsYUV420\28GrDirectContext*\2c\20SkYUVColorSpace\2c\20bool\2c\20sk_sp\2c\20SkIRect\20const&\2c\20SkISize\2c\20SkImage::RescaleGamma\2c\20SkImage::RescaleMode\2c\20void\20\28*\29\28void*\2c\20std::__2::unique_ptr>\29\2c\20void*\29::$_0::__invoke\28void*\29 -8723:skgpu::ganesh::SurfaceContext::asyncReadPixels\28GrDirectContext*\2c\20SkIRect\20const&\2c\20SkColorType\2c\20void\20\28*\29\28void*\2c\20std::__2::unique_ptr>\29\2c\20void*\29::$_0::__invoke\28void*\29 -8724:skgpu::ganesh::StrokeTessellateOp::~StrokeTessellateOp\28\29_11325 -8725:skgpu::ganesh::StrokeTessellateOp::visitProxies\28std::__2::function\20const&\29\20const -8726:skgpu::ganesh::StrokeTessellateOp::usesStencil\28\29\20const -8727:skgpu::ganesh::StrokeTessellateOp::onPrepare\28GrOpFlushState*\29 -8728:skgpu::ganesh::StrokeTessellateOp::onPrePrepare\28GrRecordingContext*\2c\20GrSurfaceProxyView\20const&\2c\20GrAppliedClip*\2c\20GrDstProxyView\20const&\2c\20GrXferBarrierFlags\2c\20GrLoadOp\29 -8729:skgpu::ganesh::StrokeTessellateOp::onExecute\28GrOpFlushState*\2c\20SkRect\20const&\29 -8730:skgpu::ganesh::StrokeTessellateOp::onCombineIfPossible\28GrOp*\2c\20SkArenaAlloc*\2c\20GrCaps\20const&\29 -8731:skgpu::ganesh::StrokeTessellateOp::name\28\29\20const -8732:skgpu::ganesh::StrokeTessellateOp::finalize\28GrCaps\20const&\2c\20GrAppliedClip\20const*\2c\20GrClampType\29 -8733:skgpu::ganesh::StrokeRectOp::\28anonymous\20namespace\29::NonAAStrokeRectOp::~NonAAStrokeRectOp\28\29_11302 -8734:skgpu::ganesh::StrokeRectOp::\28anonymous\20namespace\29::NonAAStrokeRectOp::visitProxies\28std::__2::function\20const&\29\20const -8735:skgpu::ganesh::StrokeRectOp::\28anonymous\20namespace\29::NonAAStrokeRectOp::programInfo\28\29 -8736:skgpu::ganesh::StrokeRectOp::\28anonymous\20namespace\29::NonAAStrokeRectOp::onPrepareDraws\28GrMeshDrawTarget*\29 -8737:skgpu::ganesh::StrokeRectOp::\28anonymous\20namespace\29::NonAAStrokeRectOp::onExecute\28GrOpFlushState*\2c\20SkRect\20const&\29 -8738:skgpu::ganesh::StrokeRectOp::\28anonymous\20namespace\29::NonAAStrokeRectOp::onCreateProgramInfo\28GrCaps\20const*\2c\20SkArenaAlloc*\2c\20GrSurfaceProxyView\20const&\2c\20bool\2c\20GrAppliedClip&&\2c\20GrDstProxyView\20const&\2c\20GrXferBarrierFlags\2c\20GrLoadOp\29 -8739:skgpu::ganesh::StrokeRectOp::\28anonymous\20namespace\29::NonAAStrokeRectOp::name\28\29\20const -8740:skgpu::ganesh::StrokeRectOp::\28anonymous\20namespace\29::NonAAStrokeRectOp::finalize\28GrCaps\20const&\2c\20GrAppliedClip\20const*\2c\20GrClampType\29 -8741:skgpu::ganesh::StrokeRectOp::\28anonymous\20namespace\29::AAStrokeRectOp::~AAStrokeRectOp\28\29_11312 -8742:skgpu::ganesh::StrokeRectOp::\28anonymous\20namespace\29::AAStrokeRectOp::visitProxies\28std::__2::function\20const&\29\20const -8743:skgpu::ganesh::StrokeRectOp::\28anonymous\20namespace\29::AAStrokeRectOp::programInfo\28\29 -8744:skgpu::ganesh::StrokeRectOp::\28anonymous\20namespace\29::AAStrokeRectOp::onPrepareDraws\28GrMeshDrawTarget*\29 -8745:skgpu::ganesh::StrokeRectOp::\28anonymous\20namespace\29::AAStrokeRectOp::onExecute\28GrOpFlushState*\2c\20SkRect\20const&\29 -8746:skgpu::ganesh::StrokeRectOp::\28anonymous\20namespace\29::AAStrokeRectOp::onCreateProgramInfo\28GrCaps\20const*\2c\20SkArenaAlloc*\2c\20GrSurfaceProxyView\20const&\2c\20bool\2c\20GrAppliedClip&&\2c\20GrDstProxyView\20const&\2c\20GrXferBarrierFlags\2c\20GrLoadOp\29 -8747:skgpu::ganesh::StrokeRectOp::\28anonymous\20namespace\29::AAStrokeRectOp::onCombineIfPossible\28GrOp*\2c\20SkArenaAlloc*\2c\20GrCaps\20const&\29 -8748:skgpu::ganesh::StrokeRectOp::\28anonymous\20namespace\29::AAStrokeRectOp::name\28\29\20const -8749:skgpu::ganesh::StrokeRectOp::\28anonymous\20namespace\29::AAStrokeRectOp::finalize\28GrCaps\20const&\2c\20GrAppliedClip\20const*\2c\20GrClampType\29 -8750:skgpu::ganesh::StencilClip::~StencilClip\28\29_9664 -8751:skgpu::ganesh::StencilClip::~StencilClip\28\29 -8752:skgpu::ganesh::StencilClip::preApply\28SkRect\20const&\2c\20GrAA\29\20const -8753:skgpu::ganesh::StencilClip::apply\28GrAppliedHardClip*\2c\20SkIRect*\29\20const -8754:skgpu::ganesh::SoftwarePathRenderer::onDrawPath\28skgpu::ganesh::PathRenderer::DrawPathArgs\20const&\29 -8755:skgpu::ganesh::SoftwarePathRenderer::onCanDrawPath\28skgpu::ganesh::PathRenderer::CanDrawPathArgs\20const&\29\20const -8756:skgpu::ganesh::SoftwarePathRenderer::name\28\29\20const -8757:skgpu::ganesh::SmallPathRenderer::onDrawPath\28skgpu::ganesh::PathRenderer::DrawPathArgs\20const&\29 -8758:skgpu::ganesh::SmallPathRenderer::onCanDrawPath\28skgpu::ganesh::PathRenderer::CanDrawPathArgs\20const&\29\20const -8759:skgpu::ganesh::SmallPathRenderer::name\28\29\20const -8760:skgpu::ganesh::SmallPathAtlasMgr::postFlush\28skgpu::AtlasToken\29 -8761:skgpu::ganesh::RegionOp::\28anonymous\20namespace\29::RegionOpImpl::~RegionOpImpl\28\29_11212 -8762:skgpu::ganesh::RegionOp::\28anonymous\20namespace\29::RegionOpImpl::visitProxies\28std::__2::function\20const&\29\20const -8763:skgpu::ganesh::RegionOp::\28anonymous\20namespace\29::RegionOpImpl::programInfo\28\29 -8764:skgpu::ganesh::RegionOp::\28anonymous\20namespace\29::RegionOpImpl::onPrepareDraws\28GrMeshDrawTarget*\29 -8765:skgpu::ganesh::RegionOp::\28anonymous\20namespace\29::RegionOpImpl::onExecute\28GrOpFlushState*\2c\20SkRect\20const&\29 -8766:skgpu::ganesh::RegionOp::\28anonymous\20namespace\29::RegionOpImpl::onCreateProgramInfo\28GrCaps\20const*\2c\20SkArenaAlloc*\2c\20GrSurfaceProxyView\20const&\2c\20bool\2c\20GrAppliedClip&&\2c\20GrDstProxyView\20const&\2c\20GrXferBarrierFlags\2c\20GrLoadOp\29 -8767:skgpu::ganesh::RegionOp::\28anonymous\20namespace\29::RegionOpImpl::onCombineIfPossible\28GrOp*\2c\20SkArenaAlloc*\2c\20GrCaps\20const&\29 -8768:skgpu::ganesh::RegionOp::\28anonymous\20namespace\29::RegionOpImpl::name\28\29\20const -8769:skgpu::ganesh::RegionOp::\28anonymous\20namespace\29::RegionOpImpl::finalize\28GrCaps\20const&\2c\20GrAppliedClip\20const*\2c\20GrClampType\29 -8770:skgpu::ganesh::QuadPerEdgeAA::\28anonymous\20namespace\29::write_quad_generic\28skgpu::VertexWriter*\2c\20skgpu::ganesh::QuadPerEdgeAA::VertexSpec\20const&\2c\20GrQuad\20const*\2c\20GrQuad\20const*\2c\20float\20const*\2c\20SkRGBA4f<\28SkAlphaType\292>\20const&\2c\20SkRect\20const&\2c\20SkRect\20const&\29 -8771:skgpu::ganesh::QuadPerEdgeAA::\28anonymous\20namespace\29::write_2d_uv_strict\28skgpu::VertexWriter*\2c\20skgpu::ganesh::QuadPerEdgeAA::VertexSpec\20const&\2c\20GrQuad\20const*\2c\20GrQuad\20const*\2c\20float\20const*\2c\20SkRGBA4f<\28SkAlphaType\292>\20const&\2c\20SkRect\20const&\2c\20SkRect\20const&\29 -8772:skgpu::ganesh::QuadPerEdgeAA::\28anonymous\20namespace\29::write_2d_uv\28skgpu::VertexWriter*\2c\20skgpu::ganesh::QuadPerEdgeAA::VertexSpec\20const&\2c\20GrQuad\20const*\2c\20GrQuad\20const*\2c\20float\20const*\2c\20SkRGBA4f<\28SkAlphaType\292>\20const&\2c\20SkRect\20const&\2c\20SkRect\20const&\29 -8773:skgpu::ganesh::QuadPerEdgeAA::\28anonymous\20namespace\29::write_2d_cov_uv_strict\28skgpu::VertexWriter*\2c\20skgpu::ganesh::QuadPerEdgeAA::VertexSpec\20const&\2c\20GrQuad\20const*\2c\20GrQuad\20const*\2c\20float\20const*\2c\20SkRGBA4f<\28SkAlphaType\292>\20const&\2c\20SkRect\20const&\2c\20SkRect\20const&\29 -8774:skgpu::ganesh::QuadPerEdgeAA::\28anonymous\20namespace\29::write_2d_cov_uv\28skgpu::VertexWriter*\2c\20skgpu::ganesh::QuadPerEdgeAA::VertexSpec\20const&\2c\20GrQuad\20const*\2c\20GrQuad\20const*\2c\20float\20const*\2c\20SkRGBA4f<\28SkAlphaType\292>\20const&\2c\20SkRect\20const&\2c\20SkRect\20const&\29 -8775:skgpu::ganesh::QuadPerEdgeAA::\28anonymous\20namespace\29::write_2d_color_uv_strict\28skgpu::VertexWriter*\2c\20skgpu::ganesh::QuadPerEdgeAA::VertexSpec\20const&\2c\20GrQuad\20const*\2c\20GrQuad\20const*\2c\20float\20const*\2c\20SkRGBA4f<\28SkAlphaType\292>\20const&\2c\20SkRect\20const&\2c\20SkRect\20const&\29 -8776:skgpu::ganesh::QuadPerEdgeAA::\28anonymous\20namespace\29::write_2d_color_uv\28skgpu::VertexWriter*\2c\20skgpu::ganesh::QuadPerEdgeAA::VertexSpec\20const&\2c\20GrQuad\20const*\2c\20GrQuad\20const*\2c\20float\20const*\2c\20SkRGBA4f<\28SkAlphaType\292>\20const&\2c\20SkRect\20const&\2c\20SkRect\20const&\29 -8777:skgpu::ganesh::QuadPerEdgeAA::\28anonymous\20namespace\29::write_2d_color\28skgpu::VertexWriter*\2c\20skgpu::ganesh::QuadPerEdgeAA::VertexSpec\20const&\2c\20GrQuad\20const*\2c\20GrQuad\20const*\2c\20float\20const*\2c\20SkRGBA4f<\28SkAlphaType\292>\20const&\2c\20SkRect\20const&\2c\20SkRect\20const&\29 -8778:skgpu::ganesh::QuadPerEdgeAA::QuadPerEdgeAAGeometryProcessor::~QuadPerEdgeAAGeometryProcessor\28\29_11201 -8779:skgpu::ganesh::QuadPerEdgeAA::QuadPerEdgeAAGeometryProcessor::onTextureSampler\28int\29\20const -8780:skgpu::ganesh::QuadPerEdgeAA::QuadPerEdgeAAGeometryProcessor::name\28\29\20const -8781:skgpu::ganesh::QuadPerEdgeAA::QuadPerEdgeAAGeometryProcessor::makeProgramImpl\28GrShaderCaps\20const&\29\20const::Impl::setData\28GrGLSLProgramDataManager\20const&\2c\20GrShaderCaps\20const&\2c\20GrGeometryProcessor\20const&\29 -8782:skgpu::ganesh::QuadPerEdgeAA::QuadPerEdgeAAGeometryProcessor::makeProgramImpl\28GrShaderCaps\20const&\29\20const::Impl::onEmitCode\28GrGeometryProcessor::ProgramImpl::EmitArgs&\2c\20GrGeometryProcessor::ProgramImpl::GrGPArgs*\29 -8783:skgpu::ganesh::QuadPerEdgeAA::QuadPerEdgeAAGeometryProcessor::makeProgramImpl\28GrShaderCaps\20const&\29\20const -8784:skgpu::ganesh::QuadPerEdgeAA::QuadPerEdgeAAGeometryProcessor::addToKey\28GrShaderCaps\20const&\2c\20skgpu::KeyBuilder*\29\20const -8785:skgpu::ganesh::PathWedgeTessellator::prepare\28GrMeshDrawTarget*\2c\20SkMatrix\20const&\2c\20skgpu::ganesh::PathTessellator::PathDrawList\20const&\2c\20int\29 -8786:skgpu::ganesh::PathTessellateOp::~PathTessellateOp\28\29_11185 -8787:skgpu::ganesh::PathTessellateOp::visitProxies\28std::__2::function\20const&\29\20const -8788:skgpu::ganesh::PathTessellateOp::usesStencil\28\29\20const -8789:skgpu::ganesh::PathTessellateOp::onPrepare\28GrOpFlushState*\29 -8790:skgpu::ganesh::PathTessellateOp::onPrePrepare\28GrRecordingContext*\2c\20GrSurfaceProxyView\20const&\2c\20GrAppliedClip*\2c\20GrDstProxyView\20const&\2c\20GrXferBarrierFlags\2c\20GrLoadOp\29 -8791:skgpu::ganesh::PathTessellateOp::onExecute\28GrOpFlushState*\2c\20SkRect\20const&\29 -8792:skgpu::ganesh::PathTessellateOp::onCombineIfPossible\28GrOp*\2c\20SkArenaAlloc*\2c\20GrCaps\20const&\29 -8793:skgpu::ganesh::PathTessellateOp::name\28\29\20const -8794:skgpu::ganesh::PathTessellateOp::finalize\28GrCaps\20const&\2c\20GrAppliedClip\20const*\2c\20GrClampType\29 -8795:skgpu::ganesh::PathStencilCoverOp::~PathStencilCoverOp\28\29_11175 -8796:skgpu::ganesh::PathStencilCoverOp::visitProxies\28std::__2::function\20const&\29\20const -8797:skgpu::ganesh::PathStencilCoverOp::onPrepare\28GrOpFlushState*\29 -8798:skgpu::ganesh::PathStencilCoverOp::onPrePrepare\28GrRecordingContext*\2c\20GrSurfaceProxyView\20const&\2c\20GrAppliedClip*\2c\20GrDstProxyView\20const&\2c\20GrXferBarrierFlags\2c\20GrLoadOp\29 -8799:skgpu::ganesh::PathStencilCoverOp::onExecute\28GrOpFlushState*\2c\20SkRect\20const&\29 -8800:skgpu::ganesh::PathStencilCoverOp::name\28\29\20const -8801:skgpu::ganesh::PathStencilCoverOp::fixedFunctionFlags\28\29\20const -8802:skgpu::ganesh::PathStencilCoverOp::finalize\28GrCaps\20const&\2c\20GrAppliedClip\20const*\2c\20GrClampType\29 -8803:skgpu::ganesh::PathRenderer::onStencilPath\28skgpu::ganesh::PathRenderer::StencilPathArgs\20const&\29 -8804:skgpu::ganesh::PathRenderer::onGetStencilSupport\28GrStyledShape\20const&\29\20const -8805:skgpu::ganesh::PathInnerTriangulateOp::~PathInnerTriangulateOp\28\29_11151 -8806:skgpu::ganesh::PathInnerTriangulateOp::visitProxies\28std::__2::function\20const&\29\20const -8807:skgpu::ganesh::PathInnerTriangulateOp::onPrepare\28GrOpFlushState*\29 -8808:skgpu::ganesh::PathInnerTriangulateOp::onPrePrepare\28GrRecordingContext*\2c\20GrSurfaceProxyView\20const&\2c\20GrAppliedClip*\2c\20GrDstProxyView\20const&\2c\20GrXferBarrierFlags\2c\20GrLoadOp\29 -8809:skgpu::ganesh::PathInnerTriangulateOp::onExecute\28GrOpFlushState*\2c\20SkRect\20const&\29 -8810:skgpu::ganesh::PathInnerTriangulateOp::name\28\29\20const -8811:skgpu::ganesh::PathInnerTriangulateOp::fixedFunctionFlags\28\29\20const -8812:skgpu::ganesh::PathInnerTriangulateOp::finalize\28GrCaps\20const&\2c\20GrAppliedClip\20const*\2c\20GrClampType\29 -8813:skgpu::ganesh::PathCurveTessellator::prepare\28GrMeshDrawTarget*\2c\20SkMatrix\20const&\2c\20skgpu::ganesh::PathTessellator::PathDrawList\20const&\2c\20int\29 -8814:skgpu::ganesh::OpsTask::~OpsTask\28\29_11071 -8815:skgpu::ganesh::OpsTask::onPrepare\28GrOpFlushState*\29 -8816:skgpu::ganesh::OpsTask::onPrePrepare\28GrRecordingContext*\29 -8817:skgpu::ganesh::OpsTask::onMakeSkippable\28\29 -8818:skgpu::ganesh::OpsTask::onIsUsed\28GrSurfaceProxy*\29\20const -8819:skgpu::ganesh::OpsTask::gatherProxyIntervals\28GrResourceAllocator*\29\20const -8820:skgpu::ganesh::OpsTask::endFlush\28GrDrawingManager*\29 -8821:skgpu::ganesh::LatticeOp::\28anonymous\20namespace\29::NonAALatticeOp::~NonAALatticeOp\28\29_11040 -8822:skgpu::ganesh::LatticeOp::\28anonymous\20namespace\29::NonAALatticeOp::visitProxies\28std::__2::function\20const&\29\20const -8823:skgpu::ganesh::LatticeOp::\28anonymous\20namespace\29::NonAALatticeOp::onPrepareDraws\28GrMeshDrawTarget*\29 -8824:skgpu::ganesh::LatticeOp::\28anonymous\20namespace\29::NonAALatticeOp::onExecute\28GrOpFlushState*\2c\20SkRect\20const&\29 -8825:skgpu::ganesh::LatticeOp::\28anonymous\20namespace\29::NonAALatticeOp::onCreateProgramInfo\28GrCaps\20const*\2c\20SkArenaAlloc*\2c\20GrSurfaceProxyView\20const&\2c\20bool\2c\20GrAppliedClip&&\2c\20GrDstProxyView\20const&\2c\20GrXferBarrierFlags\2c\20GrLoadOp\29 -8826:skgpu::ganesh::LatticeOp::\28anonymous\20namespace\29::NonAALatticeOp::onCombineIfPossible\28GrOp*\2c\20SkArenaAlloc*\2c\20GrCaps\20const&\29 -8827:skgpu::ganesh::LatticeOp::\28anonymous\20namespace\29::NonAALatticeOp::name\28\29\20const -8828:skgpu::ganesh::LatticeOp::\28anonymous\20namespace\29::NonAALatticeOp::finalize\28GrCaps\20const&\2c\20GrAppliedClip\20const*\2c\20GrClampType\29 -8829:skgpu::ganesh::LatticeOp::\28anonymous\20namespace\29::LatticeGP::~LatticeGP\28\29_11053 -8830:skgpu::ganesh::LatticeOp::\28anonymous\20namespace\29::LatticeGP::onTextureSampler\28int\29\20const -8831:skgpu::ganesh::LatticeOp::\28anonymous\20namespace\29::LatticeGP::name\28\29\20const -8832:skgpu::ganesh::LatticeOp::\28anonymous\20namespace\29::LatticeGP::makeProgramImpl\28GrShaderCaps\20const&\29\20const::Impl::setData\28GrGLSLProgramDataManager\20const&\2c\20GrShaderCaps\20const&\2c\20GrGeometryProcessor\20const&\29 -8833:skgpu::ganesh::LatticeOp::\28anonymous\20namespace\29::LatticeGP::makeProgramImpl\28GrShaderCaps\20const&\29\20const::Impl::onEmitCode\28GrGeometryProcessor::ProgramImpl::EmitArgs&\2c\20GrGeometryProcessor::ProgramImpl::GrGPArgs*\29 -8834:skgpu::ganesh::LatticeOp::\28anonymous\20namespace\29::LatticeGP::makeProgramImpl\28GrShaderCaps\20const&\29\20const -8835:skgpu::ganesh::LatticeOp::\28anonymous\20namespace\29::LatticeGP::addToKey\28GrShaderCaps\20const&\2c\20skgpu::KeyBuilder*\29\20const -8836:skgpu::ganesh::FillRRectOp::\28anonymous\20namespace\29::FillRRectOpImpl::~FillRRectOpImpl\28\29_10857 -8837:skgpu::ganesh::FillRRectOp::\28anonymous\20namespace\29::FillRRectOpImpl::visitProxies\28std::__2::function\20const&\29\20const -8838:skgpu::ganesh::FillRRectOp::\28anonymous\20namespace\29::FillRRectOpImpl::onPrepareDraws\28GrMeshDrawTarget*\29 -8839:skgpu::ganesh::FillRRectOp::\28anonymous\20namespace\29::FillRRectOpImpl::onExecute\28GrOpFlushState*\2c\20SkRect\20const&\29 -8840:skgpu::ganesh::FillRRectOp::\28anonymous\20namespace\29::FillRRectOpImpl::onCreateProgramInfo\28GrCaps\20const*\2c\20SkArenaAlloc*\2c\20GrSurfaceProxyView\20const&\2c\20bool\2c\20GrAppliedClip&&\2c\20GrDstProxyView\20const&\2c\20GrXferBarrierFlags\2c\20GrLoadOp\29 -8841:skgpu::ganesh::FillRRectOp::\28anonymous\20namespace\29::FillRRectOpImpl::onCombineIfPossible\28GrOp*\2c\20SkArenaAlloc*\2c\20GrCaps\20const&\29 -8842:skgpu::ganesh::FillRRectOp::\28anonymous\20namespace\29::FillRRectOpImpl::name\28\29\20const -8843:skgpu::ganesh::FillRRectOp::\28anonymous\20namespace\29::FillRRectOpImpl::finalize\28GrCaps\20const&\2c\20GrAppliedClip\20const*\2c\20GrClampType\29 -8844:skgpu::ganesh::FillRRectOp::\28anonymous\20namespace\29::FillRRectOpImpl::clipToShape\28skgpu::ganesh::SurfaceDrawContext*\2c\20SkClipOp\2c\20SkMatrix\20const&\2c\20GrShape\20const&\2c\20GrAA\29 -8845:skgpu::ganesh::FillRRectOp::\28anonymous\20namespace\29::FillRRectOpImpl::Processor::~Processor\28\29_10875 -8846:skgpu::ganesh::FillRRectOp::\28anonymous\20namespace\29::FillRRectOpImpl::Processor::~Processor\28\29 -8847:skgpu::ganesh::FillRRectOp::\28anonymous\20namespace\29::FillRRectOpImpl::Processor::name\28\29\20const -8848:skgpu::ganesh::FillRRectOp::\28anonymous\20namespace\29::FillRRectOpImpl::Processor::makeProgramImpl\28GrShaderCaps\20const&\29\20const -8849:skgpu::ganesh::FillRRectOp::\28anonymous\20namespace\29::FillRRectOpImpl::Processor::addToKey\28GrShaderCaps\20const&\2c\20skgpu::KeyBuilder*\29\20const -8850:skgpu::ganesh::FillRRectOp::\28anonymous\20namespace\29::FillRRectOpImpl::Processor::Impl::onEmitCode\28GrGeometryProcessor::ProgramImpl::EmitArgs&\2c\20GrGeometryProcessor::ProgramImpl::GrGPArgs*\29 -8851:skgpu::ganesh::DrawableOp::~DrawableOp\28\29_10846 -8852:skgpu::ganesh::DrawableOp::onExecute\28GrOpFlushState*\2c\20SkRect\20const&\29 -8853:skgpu::ganesh::DrawableOp::name\28\29\20const -8854:skgpu::ganesh::DrawAtlasPathOp::~DrawAtlasPathOp\28\29_10753 -8855:skgpu::ganesh::DrawAtlasPathOp::visitProxies\28std::__2::function\20const&\29\20const -8856:skgpu::ganesh::DrawAtlasPathOp::onPrepare\28GrOpFlushState*\29 -8857:skgpu::ganesh::DrawAtlasPathOp::onPrePrepare\28GrRecordingContext*\2c\20GrSurfaceProxyView\20const&\2c\20GrAppliedClip*\2c\20GrDstProxyView\20const&\2c\20GrXferBarrierFlags\2c\20GrLoadOp\29 -8858:skgpu::ganesh::DrawAtlasPathOp::onExecute\28GrOpFlushState*\2c\20SkRect\20const&\29 -8859:skgpu::ganesh::DrawAtlasPathOp::onCombineIfPossible\28GrOp*\2c\20SkArenaAlloc*\2c\20GrCaps\20const&\29 -8860:skgpu::ganesh::DrawAtlasPathOp::name\28\29\20const -8861:skgpu::ganesh::DrawAtlasPathOp::finalize\28GrCaps\20const&\2c\20GrAppliedClip\20const*\2c\20GrClampType\29 -8862:skgpu::ganesh::Device::~Device\28\29_8152 -8863:skgpu::ganesh::Device::strikeDeviceInfo\28\29\20const -8864:skgpu::ganesh::Device::snapSpecial\28SkIRect\20const&\2c\20bool\29 -8865:skgpu::ganesh::Device::snapSpecialScaled\28SkIRect\20const&\2c\20SkISize\20const&\29 -8866:skgpu::ganesh::Device::replaceClip\28SkIRect\20const&\29 -8867:skgpu::ganesh::Device::pushClipStack\28\29 -8868:skgpu::ganesh::Device::popClipStack\28\29 -8869:skgpu::ganesh::Device::onWritePixels\28SkPixmap\20const&\2c\20int\2c\20int\29 -8870:skgpu::ganesh::Device::onReadPixels\28SkPixmap\20const&\2c\20int\2c\20int\29 -8871:skgpu::ganesh::Device::onDrawGlyphRunList\28SkCanvas*\2c\20sktext::GlyphRunList\20const&\2c\20SkPaint\20const&\29 -8872:skgpu::ganesh::Device::onClipShader\28sk_sp\29 -8873:skgpu::ganesh::Device::makeSurface\28SkImageInfo\20const&\2c\20SkSurfaceProps\20const&\29 -8874:skgpu::ganesh::Device::isClipWideOpen\28\29\20const -8875:skgpu::ganesh::Device::isClipRect\28\29\20const -8876:skgpu::ganesh::Device::isClipEmpty\28\29\20const -8877:skgpu::ganesh::Device::isClipAntiAliased\28\29\20const -8878:skgpu::ganesh::Device::drawVertices\28SkVertices\20const*\2c\20sk_sp\2c\20SkPaint\20const&\2c\20bool\29 -8879:skgpu::ganesh::Device::drawSpecial\28SkSpecialImage*\2c\20SkMatrix\20const&\2c\20SkSamplingOptions\20const&\2c\20SkPaint\20const&\2c\20SkCanvas::SrcRectConstraint\29 -8880:skgpu::ganesh::Device::drawShadow\28SkCanvas*\2c\20SkPath\20const&\2c\20SkDrawShadowRec\20const&\29 -8881:skgpu::ganesh::Device::drawRegion\28SkRegion\20const&\2c\20SkPaint\20const&\29 -8882:skgpu::ganesh::Device::drawRect\28SkRect\20const&\2c\20SkPaint\20const&\29 -8883:skgpu::ganesh::Device::drawPoints\28SkCanvas::PointMode\2c\20SkSpan\2c\20SkPaint\20const&\29 -8884:skgpu::ganesh::Device::drawPaint\28SkPaint\20const&\29 -8885:skgpu::ganesh::Device::drawOval\28SkRect\20const&\2c\20SkPaint\20const&\29 -8886:skgpu::ganesh::Device::drawMesh\28SkMesh\20const&\2c\20sk_sp\2c\20SkPaint\20const&\29 -8887:skgpu::ganesh::Device::drawImageRect\28SkImage\20const*\2c\20SkRect\20const*\2c\20SkRect\20const&\2c\20SkSamplingOptions\20const&\2c\20SkPaint\20const&\2c\20SkCanvas::SrcRectConstraint\29 -8888:skgpu::ganesh::Device::drawImageLattice\28SkImage\20const*\2c\20SkCanvas::Lattice\20const&\2c\20SkRect\20const&\2c\20SkFilterMode\2c\20SkPaint\20const&\29 -8889:skgpu::ganesh::Device::drawEdgeAAQuad\28SkRect\20const&\2c\20SkPoint\20const*\2c\20SkCanvas::QuadAAFlags\2c\20SkRGBA4f<\28SkAlphaType\293>\20const&\2c\20SkBlendMode\29 -8890:skgpu::ganesh::Device::drawEdgeAAImageSet\28SkCanvas::ImageSetEntry\20const*\2c\20int\2c\20SkPoint\20const*\2c\20SkMatrix\20const*\2c\20SkSamplingOptions\20const&\2c\20SkPaint\20const&\2c\20SkCanvas::SrcRectConstraint\29 -8891:skgpu::ganesh::Device::drawDrawable\28SkCanvas*\2c\20SkDrawable*\2c\20SkMatrix\20const*\29 -8892:skgpu::ganesh::Device::drawDevice\28SkDevice*\2c\20SkSamplingOptions\20const&\2c\20SkPaint\20const&\29 -8893:skgpu::ganesh::Device::drawDRRect\28SkRRect\20const&\2c\20SkRRect\20const&\2c\20SkPaint\20const&\29 -8894:skgpu::ganesh::Device::drawCoverageMask\28SkSpecialImage\20const*\2c\20SkMatrix\20const&\2c\20SkSamplingOptions\20const&\2c\20SkPaint\20const&\29 -8895:skgpu::ganesh::Device::drawBlurredRRect\28SkRRect\20const&\2c\20SkPaint\20const&\2c\20float\29 -8896:skgpu::ganesh::Device::drawAtlas\28SkSpan\2c\20SkSpan\2c\20SkSpan\2c\20sk_sp\2c\20SkPaint\20const&\29 -8897:skgpu::ganesh::Device::drawAsTiledImageRect\28SkCanvas*\2c\20SkImage\20const*\2c\20SkRect\20const*\2c\20SkRect\20const&\2c\20SkSamplingOptions\20const&\2c\20SkPaint\20const&\2c\20SkCanvas::SrcRectConstraint\29 -8898:skgpu::ganesh::Device::drawArc\28SkArc\20const&\2c\20SkPaint\20const&\29 -8899:skgpu::ganesh::Device::devClipBounds\28\29\20const -8900:skgpu::ganesh::Device::createImageFilteringBackend\28SkSurfaceProps\20const&\2c\20SkColorType\29\20const -8901:skgpu::ganesh::Device::createDevice\28SkDevice::CreateInfo\20const&\2c\20SkPaint\20const*\29 -8902:skgpu::ganesh::Device::clipRegion\28SkRegion\20const&\2c\20SkClipOp\29 -8903:skgpu::ganesh::Device::clipRect\28SkRect\20const&\2c\20SkClipOp\2c\20bool\29 -8904:skgpu::ganesh::Device::clipRRect\28SkRRect\20const&\2c\20SkClipOp\2c\20bool\29 -8905:skgpu::ganesh::Device::clipPath\28SkPath\20const&\2c\20SkClipOp\2c\20bool\29 -8906:skgpu::ganesh::Device::baseRecorder\28\29\20const -8907:skgpu::ganesh::Device::android_utils_clipWithStencil\28\29 -8908:skgpu::ganesh::DefaultPathRenderer::onStencilPath\28skgpu::ganesh::PathRenderer::StencilPathArgs\20const&\29 -8909:skgpu::ganesh::DefaultPathRenderer::onGetStencilSupport\28GrStyledShape\20const&\29\20const -8910:skgpu::ganesh::DefaultPathRenderer::onDrawPath\28skgpu::ganesh::PathRenderer::DrawPathArgs\20const&\29 -8911:skgpu::ganesh::DefaultPathRenderer::onCanDrawPath\28skgpu::ganesh::PathRenderer::CanDrawPathArgs\20const&\29\20const -8912:skgpu::ganesh::DefaultPathRenderer::name\28\29\20const -8913:skgpu::ganesh::DashOp::\28anonymous\20namespace\29::DashingLineEffect::name\28\29\20const -8914:skgpu::ganesh::DashOp::\28anonymous\20namespace\29::DashingLineEffect::makeProgramImpl\28GrShaderCaps\20const&\29\20const -8915:skgpu::ganesh::DashOp::\28anonymous\20namespace\29::DashingLineEffect::Impl::setData\28GrGLSLProgramDataManager\20const&\2c\20GrShaderCaps\20const&\2c\20GrGeometryProcessor\20const&\29 -8916:skgpu::ganesh::DashOp::\28anonymous\20namespace\29::DashingLineEffect::Impl::onEmitCode\28GrGeometryProcessor::ProgramImpl::EmitArgs&\2c\20GrGeometryProcessor::ProgramImpl::GrGPArgs*\29 -8917:skgpu::ganesh::DashOp::\28anonymous\20namespace\29::DashingCircleEffect::name\28\29\20const -8918:skgpu::ganesh::DashOp::\28anonymous\20namespace\29::DashingCircleEffect::makeProgramImpl\28GrShaderCaps\20const&\29\20const -8919:skgpu::ganesh::DashOp::\28anonymous\20namespace\29::DashingCircleEffect::Impl::setData\28GrGLSLProgramDataManager\20const&\2c\20GrShaderCaps\20const&\2c\20GrGeometryProcessor\20const&\29 -8920:skgpu::ganesh::DashOp::\28anonymous\20namespace\29::DashingCircleEffect::Impl::onEmitCode\28GrGeometryProcessor::ProgramImpl::EmitArgs&\2c\20GrGeometryProcessor::ProgramImpl::GrGPArgs*\29 -8921:skgpu::ganesh::DashOp::\28anonymous\20namespace\29::DashOpImpl::~DashOpImpl\28\29_10651 -8922:skgpu::ganesh::DashOp::\28anonymous\20namespace\29::DashOpImpl::visitProxies\28std::__2::function\20const&\29\20const -8923:skgpu::ganesh::DashOp::\28anonymous\20namespace\29::DashOpImpl::programInfo\28\29 -8924:skgpu::ganesh::DashOp::\28anonymous\20namespace\29::DashOpImpl::onPrepareDraws\28GrMeshDrawTarget*\29 -8925:skgpu::ganesh::DashOp::\28anonymous\20namespace\29::DashOpImpl::onExecute\28GrOpFlushState*\2c\20SkRect\20const&\29 -8926:skgpu::ganesh::DashOp::\28anonymous\20namespace\29::DashOpImpl::onCreateProgramInfo\28GrCaps\20const*\2c\20SkArenaAlloc*\2c\20GrSurfaceProxyView\20const&\2c\20bool\2c\20GrAppliedClip&&\2c\20GrDstProxyView\20const&\2c\20GrXferBarrierFlags\2c\20GrLoadOp\29 -8927:skgpu::ganesh::DashOp::\28anonymous\20namespace\29::DashOpImpl::onCombineIfPossible\28GrOp*\2c\20SkArenaAlloc*\2c\20GrCaps\20const&\29 -8928:skgpu::ganesh::DashOp::\28anonymous\20namespace\29::DashOpImpl::name\28\29\20const -8929:skgpu::ganesh::DashOp::\28anonymous\20namespace\29::DashOpImpl::fixedFunctionFlags\28\29\20const -8930:skgpu::ganesh::DashOp::\28anonymous\20namespace\29::DashOpImpl::finalize\28GrCaps\20const&\2c\20GrAppliedClip\20const*\2c\20GrClampType\29 -8931:skgpu::ganesh::DashLinePathRenderer::onDrawPath\28skgpu::ganesh::PathRenderer::DrawPathArgs\20const&\29 -8932:skgpu::ganesh::DashLinePathRenderer::onCanDrawPath\28skgpu::ganesh::PathRenderer::CanDrawPathArgs\20const&\29\20const -8933:skgpu::ganesh::DashLinePathRenderer::name\28\29\20const -8934:skgpu::ganesh::ClipStack::~ClipStack\28\29_8044 -8935:skgpu::ganesh::ClipStack::preApply\28SkRect\20const&\2c\20GrAA\29\20const -8936:skgpu::ganesh::ClipStack::apply\28GrRecordingContext*\2c\20skgpu::ganesh::SurfaceDrawContext*\2c\20GrDrawOp*\2c\20GrAAType\2c\20GrAppliedClip*\2c\20SkRect*\29\20const -8937:skgpu::ganesh::ClearOp::~ClearOp\28\29 -8938:skgpu::ganesh::ClearOp::onExecute\28GrOpFlushState*\2c\20SkRect\20const&\29 -8939:skgpu::ganesh::ClearOp::onCombineIfPossible\28GrOp*\2c\20SkArenaAlloc*\2c\20GrCaps\20const&\29 -8940:skgpu::ganesh::ClearOp::name\28\29\20const -8941:skgpu::ganesh::AtlasTextOp::~AtlasTextOp\28\29_10586 -8942:skgpu::ganesh::AtlasTextOp::visitProxies\28std::__2::function\20const&\29\20const -8943:skgpu::ganesh::AtlasTextOp::onPrepareDraws\28GrMeshDrawTarget*\29 -8944:skgpu::ganesh::AtlasTextOp::onExecute\28GrOpFlushState*\2c\20SkRect\20const&\29 -8945:skgpu::ganesh::AtlasTextOp::onCombineIfPossible\28GrOp*\2c\20SkArenaAlloc*\2c\20GrCaps\20const&\29 -8946:skgpu::ganesh::AtlasTextOp::name\28\29\20const -8947:skgpu::ganesh::AtlasTextOp::finalize\28GrCaps\20const&\2c\20GrAppliedClip\20const*\2c\20GrClampType\29 -8948:skgpu::ganesh::AtlasRenderTask::~AtlasRenderTask\28\29_10572 -8949:skgpu::ganesh::AtlasRenderTask::onMakeClosed\28GrRecordingContext*\2c\20SkIRect*\29 -8950:skgpu::ganesh::AtlasRenderTask::onExecute\28GrOpFlushState*\29 -8951:skgpu::ganesh::AtlasPathRenderer::onDrawPath\28skgpu::ganesh::PathRenderer::DrawPathArgs\20const&\29 -8952:skgpu::ganesh::AtlasPathRenderer::onCanDrawPath\28skgpu::ganesh::PathRenderer::CanDrawPathArgs\20const&\29\20const -8953:skgpu::ganesh::AtlasPathRenderer::name\28\29\20const -8954:skgpu::ganesh::AALinearizingConvexPathRenderer::onDrawPath\28skgpu::ganesh::PathRenderer::DrawPathArgs\20const&\29 -8955:skgpu::ganesh::AALinearizingConvexPathRenderer::onCanDrawPath\28skgpu::ganesh::PathRenderer::CanDrawPathArgs\20const&\29\20const -8956:skgpu::ganesh::AALinearizingConvexPathRenderer::name\28\29\20const -8957:skgpu::ganesh::AAHairLinePathRenderer::onDrawPath\28skgpu::ganesh::PathRenderer::DrawPathArgs\20const&\29 -8958:skgpu::ganesh::AAHairLinePathRenderer::onCanDrawPath\28skgpu::ganesh::PathRenderer::CanDrawPathArgs\20const&\29\20const -8959:skgpu::ganesh::AAHairLinePathRenderer::name\28\29\20const -8960:skgpu::ganesh::AAConvexPathRenderer::onDrawPath\28skgpu::ganesh::PathRenderer::DrawPathArgs\20const&\29 -8961:skgpu::ganesh::AAConvexPathRenderer::onCanDrawPath\28skgpu::ganesh::PathRenderer::CanDrawPathArgs\20const&\29\20const -8962:skgpu::ganesh::AAConvexPathRenderer::name\28\29\20const -8963:skgpu::TAsyncReadResult::~TAsyncReadResult\28\29_9692 -8964:skgpu::TAsyncReadResult::rowBytes\28int\29\20const -8965:skgpu::TAsyncReadResult::data\28int\29\20const -8966:skgpu::StringKeyBuilder::~StringKeyBuilder\28\29_9292 -8967:skgpu::StringKeyBuilder::appendComment\28char\20const*\29 -8968:skgpu::StringKeyBuilder::addBits\28unsigned\20int\2c\20unsigned\20int\2c\20std::__2::basic_string_view>\29 -8969:skgpu::ShaderErrorHandler::compileError\28char\20const*\2c\20char\20const*\2c\20bool\29 -8970:skgpu::RectanizerSkyline::~RectanizerSkyline\28\29_12079 -8971:skgpu::RectanizerSkyline::~RectanizerSkyline\28\29 -8972:skgpu::RectanizerSkyline::percentFull\28\29\20const -8973:skgpu::RectanizerPow2::reset\28\29 -8974:skgpu::RectanizerPow2::percentFull\28\29\20const -8975:skgpu::RectanizerPow2::addRect\28int\2c\20int\2c\20SkIPoint16*\29 -8976:skgpu::Plot::~Plot\28\29_12070 -8977:skgpu::KeyBuilder::~KeyBuilder\28\29 -8978:skgpu::DefaultShaderErrorHandler\28\29::DefaultShaderErrorHandler::compileError\28char\20const*\2c\20char\20const*\29 -8979:sk_mmap_releaseproc\28void\20const*\2c\20void*\29 -8980:sk_ft_stream_io\28FT_StreamRec_*\2c\20unsigned\20long\2c\20unsigned\20char*\2c\20unsigned\20long\29 -8981:sk_ft_realloc\28FT_MemoryRec_*\2c\20long\2c\20long\2c\20void*\29 -8982:sk_fclose\28_IO_FILE*\29 -8983:skString_getLength -8984:skString_getData -8985:skString_free -8986:skString_allocate -8987:skString16_getData -8988:skString16_free -8989:skString16_allocate -8990:skData_dispose -8991:skData_create -8992:shader_dispose -8993:shader_createSweepGradient -8994:shader_createRuntimeEffectShader -8995:shader_createRadialGradient -8996:shader_createLinearGradient -8997:shader_createFromImage -8998:shader_createConicalGradient -8999:sfnt_table_info -9000:sfnt_load_face -9001:sfnt_is_postscript -9002:sfnt_is_alphanumeric -9003:sfnt_init_face -9004:sfnt_get_ps_name -9005:sfnt_get_name_index -9006:sfnt_get_interface -9007:sfnt_get_glyph_name -9008:sfnt_get_charset_id -9009:sfnt_done_face -9010:setup_syllables_use\28hb_ot_shape_plan_t\20const*\2c\20hb_font_t*\2c\20hb_buffer_t*\29 -9011:setup_syllables_myanmar\28hb_ot_shape_plan_t\20const*\2c\20hb_font_t*\2c\20hb_buffer_t*\29 -9012:setup_syllables_khmer\28hb_ot_shape_plan_t\20const*\2c\20hb_font_t*\2c\20hb_buffer_t*\29 -9013:setup_syllables_indic\28hb_ot_shape_plan_t\20const*\2c\20hb_font_t*\2c\20hb_buffer_t*\29 -9014:setup_masks_use\28hb_ot_shape_plan_t\20const*\2c\20hb_buffer_t*\2c\20hb_font_t*\29 -9015:setup_masks_myanmar\28hb_ot_shape_plan_t\20const*\2c\20hb_buffer_t*\2c\20hb_font_t*\29 -9016:setup_masks_khmer\28hb_ot_shape_plan_t\20const*\2c\20hb_buffer_t*\2c\20hb_font_t*\29 -9017:setup_masks_indic\28hb_ot_shape_plan_t\20const*\2c\20hb_buffer_t*\2c\20hb_font_t*\29 -9018:setup_masks_hangul\28hb_ot_shape_plan_t\20const*\2c\20hb_buffer_t*\2c\20hb_font_t*\29 -9019:setup_masks_arabic\28hb_ot_shape_plan_t\20const*\2c\20hb_buffer_t*\2c\20hb_font_t*\29 -9020:runtimeEffect_getUniformSize -9021:runtimeEffect_dispose -9022:runtimeEffect_create -9023:reverse_hit_compare_y\28SkOpRayHit\20const*\2c\20SkOpRayHit\20const*\29 -9024:reverse_hit_compare_x\28SkOpRayHit\20const*\2c\20SkOpRayHit\20const*\29 -9025:reorder_use\28hb_ot_shape_plan_t\20const*\2c\20hb_font_t*\2c\20hb_buffer_t*\29 -9026:reorder_myanmar\28hb_ot_shape_plan_t\20const*\2c\20hb_font_t*\2c\20hb_buffer_t*\29 -9027:reorder_marks_hebrew\28hb_ot_shape_plan_t\20const*\2c\20hb_buffer_t*\2c\20unsigned\20int\2c\20unsigned\20int\29 -9028:reorder_marks_arabic\28hb_ot_shape_plan_t\20const*\2c\20hb_buffer_t*\2c\20unsigned\20int\2c\20unsigned\20int\29 -9029:reorder_khmer\28hb_ot_shape_plan_t\20const*\2c\20hb_font_t*\2c\20hb_buffer_t*\29 -9030:release_data\28void*\2c\20void*\29 -9031:rect_memcpy\28SkImageInfo\20const&\2c\20void*\2c\20unsigned\20long\2c\20SkImageInfo\20const&\2c\20void\20const*\2c\20unsigned\20long\2c\20SkColorSpaceXformSteps\20const&\29 -9032:record_stch\28hb_ot_shape_plan_t\20const*\2c\20hb_font_t*\2c\20hb_buffer_t*\29 -9033:record_rphf_use\28hb_ot_shape_plan_t\20const*\2c\20hb_font_t*\2c\20hb_buffer_t*\29 -9034:record_pref_use\28hb_ot_shape_plan_t\20const*\2c\20hb_font_t*\2c\20hb_buffer_t*\29 -9035:read_data_from_FT_Stream -9036:quad_intercept_v\28SkPoint\20const*\2c\20float\2c\20float\2c\20double*\29 -9037:quad_intercept_h\28SkPoint\20const*\2c\20float\2c\20float\2c\20double*\29 -9038:psnames_get_service -9039:pshinter_get_t2_funcs -9040:pshinter_get_t1_funcs -9041:pshinter_get_globals_funcs -9042:psh_globals_new -9043:psh_globals_destroy -9044:psaux_get_glyph_name -9045:ps_table_release -9046:ps_table_new -9047:ps_table_done -9048:ps_table_add -9049:ps_property_set -9050:ps_property_get -9051:ps_parser_to_int -9052:ps_parser_to_fixed_array -9053:ps_parser_to_fixed -9054:ps_parser_to_coord_array -9055:ps_parser_to_bytes -9056:ps_parser_load_field_table -9057:ps_parser_init -9058:ps_hints_t2mask -9059:ps_hints_t2counter -9060:ps_hints_t1stem3 -9061:ps_hints_t1reset -9062:ps_hints_close -9063:ps_hints_apply -9064:ps_hinter_init -9065:ps_hinter_done -9066:ps_get_standard_strings -9067:ps_get_macintosh_name -9068:ps_decoder_init -9069:preprocess_text_use\28hb_ot_shape_plan_t\20const*\2c\20hb_buffer_t*\2c\20hb_font_t*\29 -9070:preprocess_text_thai\28hb_ot_shape_plan_t\20const*\2c\20hb_buffer_t*\2c\20hb_font_t*\29 -9071:preprocess_text_indic\28hb_ot_shape_plan_t\20const*\2c\20hb_buffer_t*\2c\20hb_font_t*\29 -9072:preprocess_text_hangul\28hb_ot_shape_plan_t\20const*\2c\20hb_buffer_t*\2c\20hb_font_t*\29 -9073:premultiply_data -9074:premul_rgb\28SkRGBA4f<\28SkAlphaType\292>\29 -9075:premul_polar\28SkRGBA4f<\28SkAlphaType\292>\29 -9076:postprocess_glyphs_arabic\28hb_ot_shape_plan_t\20const*\2c\20hb_buffer_t*\2c\20hb_font_t*\29 -9077:portable::xy_to_unit_angle\28portable::Params*\2c\20SkRasterPipelineStage*\2c\20float\2c\20float\2c\20float\2c\20float\29 -9078:portable::xy_to_radius\28portable::Params*\2c\20SkRasterPipelineStage*\2c\20float\2c\20float\2c\20float\2c\20float\29 -9079:portable::xy_to_2pt_conical_well_behaved\28portable::Params*\2c\20SkRasterPipelineStage*\2c\20float\2c\20float\2c\20float\2c\20float\29 -9080:portable::xy_to_2pt_conical_strip\28portable::Params*\2c\20SkRasterPipelineStage*\2c\20float\2c\20float\2c\20float\2c\20float\29 -9081:portable::xy_to_2pt_conical_smaller\28portable::Params*\2c\20SkRasterPipelineStage*\2c\20float\2c\20float\2c\20float\2c\20float\29 -9082:portable::xy_to_2pt_conical_greater\28portable::Params*\2c\20SkRasterPipelineStage*\2c\20float\2c\20float\2c\20float\2c\20float\29 -9083:portable::xy_to_2pt_conical_focal_on_circle\28portable::Params*\2c\20SkRasterPipelineStage*\2c\20float\2c\20float\2c\20float\2c\20float\29 -9084:portable::xor_\28portable::Params*\2c\20SkRasterPipelineStage*\2c\20float\2c\20float\2c\20float\2c\20float\29 -9085:portable::white_color\28portable::Params*\2c\20SkRasterPipelineStage*\2c\20float\2c\20float\2c\20float\2c\20float\29 -9086:portable::unpremul_polar\28portable::Params*\2c\20SkRasterPipelineStage*\2c\20float\2c\20float\2c\20float\2c\20float\29 -9087:portable::unpremul\28portable::Params*\2c\20SkRasterPipelineStage*\2c\20float\2c\20float\2c\20float\2c\20float\29 -9088:portable::uniform_color_dst\28portable::Params*\2c\20SkRasterPipelineStage*\2c\20float\2c\20float\2c\20float\2c\20float\29 -9089:portable::trace_var\28portable::Params*\2c\20SkRasterPipelineStage*\2c\20float\2c\20float\2c\20float\2c\20float\29 -9090:portable::trace_scope\28portable::Params*\2c\20SkRasterPipelineStage*\2c\20float\2c\20float\2c\20float\2c\20float\29 -9091:portable::trace_line\28portable::Params*\2c\20SkRasterPipelineStage*\2c\20float\2c\20float\2c\20float\2c\20float\29 -9092:portable::trace_exit\28portable::Params*\2c\20SkRasterPipelineStage*\2c\20float\2c\20float\2c\20float\2c\20float\29 -9093:portable::trace_enter\28portable::Params*\2c\20SkRasterPipelineStage*\2c\20float\2c\20float\2c\20float\2c\20float\29 -9094:portable::tan_float\28portable::Params*\2c\20SkRasterPipelineStage*\2c\20float\2c\20float\2c\20float\2c\20float\29 -9095:portable::swizzle_copy_to_indirect_masked\28portable::Params*\2c\20SkRasterPipelineStage*\2c\20float\2c\20float\2c\20float\2c\20float\29 -9096:portable::swizzle_copy_slot_masked\28portable::Params*\2c\20SkRasterPipelineStage*\2c\20float\2c\20float\2c\20float\2c\20float\29 -9097:portable::swizzle_copy_4_slots_masked\28portable::Params*\2c\20SkRasterPipelineStage*\2c\20float\2c\20float\2c\20float\2c\20float\29 -9098:portable::swizzle_copy_3_slots_masked\28portable::Params*\2c\20SkRasterPipelineStage*\2c\20float\2c\20float\2c\20float\2c\20float\29 -9099:portable::swizzle_copy_2_slots_masked\28portable::Params*\2c\20SkRasterPipelineStage*\2c\20float\2c\20float\2c\20float\2c\20float\29 -9100:portable::swizzle_4\28portable::Params*\2c\20SkRasterPipelineStage*\2c\20float\2c\20float\2c\20float\2c\20float\29 -9101:portable::swizzle_3\28portable::Params*\2c\20SkRasterPipelineStage*\2c\20float\2c\20float\2c\20float\2c\20float\29 -9102:portable::swizzle_2\28portable::Params*\2c\20SkRasterPipelineStage*\2c\20float\2c\20float\2c\20float\2c\20float\29 -9103:portable::swizzle_1\28portable::Params*\2c\20SkRasterPipelineStage*\2c\20float\2c\20float\2c\20float\2c\20float\29 -9104:portable::swizzle\28portable::Params*\2c\20SkRasterPipelineStage*\2c\20float\2c\20float\2c\20float\2c\20float\29 -9105:portable::swap_src_dst\28portable::Params*\2c\20SkRasterPipelineStage*\2c\20float\2c\20float\2c\20float\2c\20float\29 -9106:portable::swap_rb_dst\28portable::Params*\2c\20SkRasterPipelineStage*\2c\20float\2c\20float\2c\20float\2c\20float\29 -9107:portable::swap_rb\28portable::Params*\2c\20SkRasterPipelineStage*\2c\20float\2c\20float\2c\20float\2c\20float\29 -9108:portable::sub_n_ints\28portable::Params*\2c\20SkRasterPipelineStage*\2c\20float\2c\20float\2c\20float\2c\20float\29 -9109:portable::sub_n_floats\28portable::Params*\2c\20SkRasterPipelineStage*\2c\20float\2c\20float\2c\20float\2c\20float\29 -9110:portable::sub_int\28portable::Params*\2c\20SkRasterPipelineStage*\2c\20float\2c\20float\2c\20float\2c\20float\29 -9111:portable::sub_float\28portable::Params*\2c\20SkRasterPipelineStage*\2c\20float\2c\20float\2c\20float\2c\20float\29 -9112:portable::sub_4_ints\28portable::Params*\2c\20SkRasterPipelineStage*\2c\20float\2c\20float\2c\20float\2c\20float\29 -9113:portable::sub_4_floats\28portable::Params*\2c\20SkRasterPipelineStage*\2c\20float\2c\20float\2c\20float\2c\20float\29 -9114:portable::sub_3_ints\28portable::Params*\2c\20SkRasterPipelineStage*\2c\20float\2c\20float\2c\20float\2c\20float\29 -9115:portable::sub_3_floats\28portable::Params*\2c\20SkRasterPipelineStage*\2c\20float\2c\20float\2c\20float\2c\20float\29 -9116:portable::sub_2_ints\28portable::Params*\2c\20SkRasterPipelineStage*\2c\20float\2c\20float\2c\20float\2c\20float\29 -9117:portable::sub_2_floats\28portable::Params*\2c\20SkRasterPipelineStage*\2c\20float\2c\20float\2c\20float\2c\20float\29 -9118:portable::store_src_rg\28portable::Params*\2c\20SkRasterPipelineStage*\2c\20float\2c\20float\2c\20float\2c\20float\29 -9119:portable::store_src_a\28portable::Params*\2c\20SkRasterPipelineStage*\2c\20float\2c\20float\2c\20float\2c\20float\29 -9120:portable::store_src\28portable::Params*\2c\20SkRasterPipelineStage*\2c\20float\2c\20float\2c\20float\2c\20float\29 -9121:portable::store_rgf16\28portable::Params*\2c\20SkRasterPipelineStage*\2c\20float\2c\20float\2c\20float\2c\20float\29 -9122:portable::store_rg88\28portable::Params*\2c\20SkRasterPipelineStage*\2c\20float\2c\20float\2c\20float\2c\20float\29 -9123:portable::store_rg1616\28portable::Params*\2c\20SkRasterPipelineStage*\2c\20float\2c\20float\2c\20float\2c\20float\29 -9124:portable::store_return_mask\28portable::Params*\2c\20SkRasterPipelineStage*\2c\20float\2c\20float\2c\20float\2c\20float\29 -9125:portable::store_r8\28portable::Params*\2c\20SkRasterPipelineStage*\2c\20float\2c\20float\2c\20float\2c\20float\29 -9126:portable::store_loop_mask\28portable::Params*\2c\20SkRasterPipelineStage*\2c\20float\2c\20float\2c\20float\2c\20float\29 -9127:portable::store_f32\28portable::Params*\2c\20SkRasterPipelineStage*\2c\20float\2c\20float\2c\20float\2c\20float\29 -9128:portable::store_f16\28portable::Params*\2c\20SkRasterPipelineStage*\2c\20float\2c\20float\2c\20float\2c\20float\29 -9129:portable::store_dst\28portable::Params*\2c\20SkRasterPipelineStage*\2c\20float\2c\20float\2c\20float\2c\20float\29 -9130:portable::store_device_xy01\28portable::Params*\2c\20SkRasterPipelineStage*\2c\20float\2c\20float\2c\20float\2c\20float\29 -9131:portable::store_condition_mask\28portable::Params*\2c\20SkRasterPipelineStage*\2c\20float\2c\20float\2c\20float\2c\20float\29 -9132:portable::store_af16\28portable::Params*\2c\20SkRasterPipelineStage*\2c\20float\2c\20float\2c\20float\2c\20float\29 -9133:portable::store_a8\28portable::Params*\2c\20SkRasterPipelineStage*\2c\20float\2c\20float\2c\20float\2c\20float\29 -9134:portable::store_a16\28portable::Params*\2c\20SkRasterPipelineStage*\2c\20float\2c\20float\2c\20float\2c\20float\29 -9135:portable::store_8888\28portable::Params*\2c\20SkRasterPipelineStage*\2c\20float\2c\20float\2c\20float\2c\20float\29 -9136:portable::store_565\28portable::Params*\2c\20SkRasterPipelineStage*\2c\20float\2c\20float\2c\20float\2c\20float\29 -9137:portable::store_4444\28portable::Params*\2c\20SkRasterPipelineStage*\2c\20float\2c\20float\2c\20float\2c\20float\29 -9138:portable::store_16161616\28portable::Params*\2c\20SkRasterPipelineStage*\2c\20float\2c\20float\2c\20float\2c\20float\29 -9139:portable::store_10x6\28portable::Params*\2c\20SkRasterPipelineStage*\2c\20float\2c\20float\2c\20float\2c\20float\29 -9140:portable::store_1010102_xr\28portable::Params*\2c\20SkRasterPipelineStage*\2c\20float\2c\20float\2c\20float\2c\20float\29 -9141:portable::store_1010102\28portable::Params*\2c\20SkRasterPipelineStage*\2c\20float\2c\20float\2c\20float\2c\20float\29 -9142:portable::store_10101010_xr\28portable::Params*\2c\20SkRasterPipelineStage*\2c\20float\2c\20float\2c\20float\2c\20float\29 -9143:portable::start_pipeline\28unsigned\20long\2c\20unsigned\20long\2c\20unsigned\20long\2c\20unsigned\20long\2c\20SkRasterPipelineStage*\2c\20SkSpan\2c\20unsigned\20char*\29 -9144:portable::stack_rewind\28portable::Params*\2c\20SkRasterPipelineStage*\2c\20float\2c\20float\2c\20float\2c\20float\29 -9145:portable::stack_checkpoint\28portable::Params*\2c\20SkRasterPipelineStage*\2c\20float\2c\20float\2c\20float\2c\20float\29 -9146:portable::srcover_rgba_8888\28portable::Params*\2c\20SkRasterPipelineStage*\2c\20float\2c\20float\2c\20float\2c\20float\29 -9147:portable::srcover\28portable::Params*\2c\20SkRasterPipelineStage*\2c\20float\2c\20float\2c\20float\2c\20float\29 -9148:portable::srcout\28portable::Params*\2c\20SkRasterPipelineStage*\2c\20float\2c\20float\2c\20float\2c\20float\29 -9149:portable::srcin\28portable::Params*\2c\20SkRasterPipelineStage*\2c\20float\2c\20float\2c\20float\2c\20float\29 -9150:portable::srcatop\28portable::Params*\2c\20SkRasterPipelineStage*\2c\20float\2c\20float\2c\20float\2c\20float\29 -9151:portable::sqrt_float\28portable::Params*\2c\20SkRasterPipelineStage*\2c\20float\2c\20float\2c\20float\2c\20float\29 -9152:portable::splat_4_constants\28portable::Params*\2c\20SkRasterPipelineStage*\2c\20float\2c\20float\2c\20float\2c\20float\29 -9153:portable::splat_3_constants\28portable::Params*\2c\20SkRasterPipelineStage*\2c\20float\2c\20float\2c\20float\2c\20float\29 -9154:portable::splat_2_constants\28portable::Params*\2c\20SkRasterPipelineStage*\2c\20float\2c\20float\2c\20float\2c\20float\29 -9155:portable::softlight\28portable::Params*\2c\20SkRasterPipelineStage*\2c\20float\2c\20float\2c\20float\2c\20float\29 -9156:portable::smoothstep_n_floats\28portable::Params*\2c\20SkRasterPipelineStage*\2c\20float\2c\20float\2c\20float\2c\20float\29 -9157:portable::sin_float\28portable::Params*\2c\20SkRasterPipelineStage*\2c\20float\2c\20float\2c\20float\2c\20float\29 -9158:portable::shuffle\28portable::Params*\2c\20SkRasterPipelineStage*\2c\20float\2c\20float\2c\20float\2c\20float\29 -9159:portable::set_base_pointer\28portable::Params*\2c\20SkRasterPipelineStage*\2c\20float\2c\20float\2c\20float\2c\20float\29 -9160:portable::seed_shader\28portable::Params*\2c\20SkRasterPipelineStage*\2c\20float\2c\20float\2c\20float\2c\20float\29 -9161:portable::screen\28portable::Params*\2c\20SkRasterPipelineStage*\2c\20float\2c\20float\2c\20float\2c\20float\29 -9162:portable::scale_u8\28portable::Params*\2c\20SkRasterPipelineStage*\2c\20float\2c\20float\2c\20float\2c\20float\29 -9163:portable::scale_native\28portable::Params*\2c\20SkRasterPipelineStage*\2c\20float\2c\20float\2c\20float\2c\20float\29 -9164:portable::scale_565\28portable::Params*\2c\20SkRasterPipelineStage*\2c\20float\2c\20float\2c\20float\2c\20float\29 -9165:portable::scale_1_float\28portable::Params*\2c\20SkRasterPipelineStage*\2c\20float\2c\20float\2c\20float\2c\20float\29 -9166:portable::saturation\28portable::Params*\2c\20SkRasterPipelineStage*\2c\20float\2c\20float\2c\20float\2c\20float\29 -9167:portable::rgb_to_hsl\28portable::Params*\2c\20SkRasterPipelineStage*\2c\20float\2c\20float\2c\20float\2c\20float\29 -9168:portable::repeat_y\28portable::Params*\2c\20SkRasterPipelineStage*\2c\20float\2c\20float\2c\20float\2c\20float\29 -9169:portable::repeat_x_1\28portable::Params*\2c\20SkRasterPipelineStage*\2c\20float\2c\20float\2c\20float\2c\20float\29 -9170:portable::repeat_x\28portable::Params*\2c\20SkRasterPipelineStage*\2c\20float\2c\20float\2c\20float\2c\20float\29 -9171:portable::refract_4_floats\28portable::Params*\2c\20SkRasterPipelineStage*\2c\20float\2c\20float\2c\20float\2c\20float\29 -9172:portable::reenable_loop_mask\28portable::Params*\2c\20SkRasterPipelineStage*\2c\20float\2c\20float\2c\20float\2c\20float\29 -9173:portable::premul_dst\28portable::Params*\2c\20SkRasterPipelineStage*\2c\20float\2c\20float\2c\20float\2c\20float\29 -9174:portable::premul\28portable::Params*\2c\20SkRasterPipelineStage*\2c\20float\2c\20float\2c\20float\2c\20float\29 -9175:portable::pow_n_floats\28portable::Params*\2c\20SkRasterPipelineStage*\2c\20float\2c\20float\2c\20float\2c\20float\29 -9176:portable::plus_\28portable::Params*\2c\20SkRasterPipelineStage*\2c\20float\2c\20float\2c\20float\2c\20float\29 -9177:portable::perlin_noise\28portable::Params*\2c\20SkRasterPipelineStage*\2c\20float\2c\20float\2c\20float\2c\20float\29 -9178:portable::parametric\28portable::Params*\2c\20SkRasterPipelineStage*\2c\20float\2c\20float\2c\20float\2c\20float\29 -9179:portable::overlay\28portable::Params*\2c\20SkRasterPipelineStage*\2c\20float\2c\20float\2c\20float\2c\20float\29 -9180:portable::ootf\28portable::Params*\2c\20SkRasterPipelineStage*\2c\20float\2c\20float\2c\20float\2c\20float\29 -9181:portable::negate_x\28portable::Params*\2c\20SkRasterPipelineStage*\2c\20float\2c\20float\2c\20float\2c\20float\29 -9182:portable::multiply\28portable::Params*\2c\20SkRasterPipelineStage*\2c\20float\2c\20float\2c\20float\2c\20float\29 -9183:portable::mul_n_ints\28portable::Params*\2c\20SkRasterPipelineStage*\2c\20float\2c\20float\2c\20float\2c\20float\29 -9184:portable::mul_n_floats\28portable::Params*\2c\20SkRasterPipelineStage*\2c\20float\2c\20float\2c\20float\2c\20float\29 -9185:portable::mul_int\28portable::Params*\2c\20SkRasterPipelineStage*\2c\20float\2c\20float\2c\20float\2c\20float\29 -9186:portable::mul_imm_int\28portable::Params*\2c\20SkRasterPipelineStage*\2c\20float\2c\20float\2c\20float\2c\20float\29 -9187:portable::mul_imm_float\28portable::Params*\2c\20SkRasterPipelineStage*\2c\20float\2c\20float\2c\20float\2c\20float\29 -9188:portable::mul_float\28portable::Params*\2c\20SkRasterPipelineStage*\2c\20float\2c\20float\2c\20float\2c\20float\29 -9189:portable::mul_4_ints\28portable::Params*\2c\20SkRasterPipelineStage*\2c\20float\2c\20float\2c\20float\2c\20float\29 -9190:portable::mul_4_floats\28portable::Params*\2c\20SkRasterPipelineStage*\2c\20float\2c\20float\2c\20float\2c\20float\29 -9191:portable::mul_3_ints\28portable::Params*\2c\20SkRasterPipelineStage*\2c\20float\2c\20float\2c\20float\2c\20float\29 -9192:portable::mul_3_floats\28portable::Params*\2c\20SkRasterPipelineStage*\2c\20float\2c\20float\2c\20float\2c\20float\29 -9193:portable::mul_2_ints\28portable::Params*\2c\20SkRasterPipelineStage*\2c\20float\2c\20float\2c\20float\2c\20float\29 -9194:portable::mul_2_floats\28portable::Params*\2c\20SkRasterPipelineStage*\2c\20float\2c\20float\2c\20float\2c\20float\29 -9195:portable::move_src_dst\28portable::Params*\2c\20SkRasterPipelineStage*\2c\20float\2c\20float\2c\20float\2c\20float\29 -9196:portable::move_dst_src\28portable::Params*\2c\20SkRasterPipelineStage*\2c\20float\2c\20float\2c\20float\2c\20float\29 -9197:portable::modulate\28portable::Params*\2c\20SkRasterPipelineStage*\2c\20float\2c\20float\2c\20float\2c\20float\29 -9198:portable::mod_n_floats\28portable::Params*\2c\20SkRasterPipelineStage*\2c\20float\2c\20float\2c\20float\2c\20float\29 -9199:portable::mod_float\28portable::Params*\2c\20SkRasterPipelineStage*\2c\20float\2c\20float\2c\20float\2c\20float\29 -9200:portable::mod_4_floats\28portable::Params*\2c\20SkRasterPipelineStage*\2c\20float\2c\20float\2c\20float\2c\20float\29 -9201:portable::mod_3_floats\28portable::Params*\2c\20SkRasterPipelineStage*\2c\20float\2c\20float\2c\20float\2c\20float\29 -9202:portable::mod_2_floats\28portable::Params*\2c\20SkRasterPipelineStage*\2c\20float\2c\20float\2c\20float\2c\20float\29 -9203:portable::mix_n_ints\28portable::Params*\2c\20SkRasterPipelineStage*\2c\20float\2c\20float\2c\20float\2c\20float\29 -9204:portable::mix_n_floats\28portable::Params*\2c\20SkRasterPipelineStage*\2c\20float\2c\20float\2c\20float\2c\20float\29 -9205:portable::mix_int\28portable::Params*\2c\20SkRasterPipelineStage*\2c\20float\2c\20float\2c\20float\2c\20float\29 -9206:portable::mix_float\28portable::Params*\2c\20SkRasterPipelineStage*\2c\20float\2c\20float\2c\20float\2c\20float\29 -9207:portable::mix_4_ints\28portable::Params*\2c\20SkRasterPipelineStage*\2c\20float\2c\20float\2c\20float\2c\20float\29 -9208:portable::mix_4_floats\28portable::Params*\2c\20SkRasterPipelineStage*\2c\20float\2c\20float\2c\20float\2c\20float\29 -9209:portable::mix_3_ints\28portable::Params*\2c\20SkRasterPipelineStage*\2c\20float\2c\20float\2c\20float\2c\20float\29 -9210:portable::mix_3_floats\28portable::Params*\2c\20SkRasterPipelineStage*\2c\20float\2c\20float\2c\20float\2c\20float\29 -9211:portable::mix_2_ints\28portable::Params*\2c\20SkRasterPipelineStage*\2c\20float\2c\20float\2c\20float\2c\20float\29 -9212:portable::mix_2_floats\28portable::Params*\2c\20SkRasterPipelineStage*\2c\20float\2c\20float\2c\20float\2c\20float\29 -9213:portable::mirror_y\28portable::Params*\2c\20SkRasterPipelineStage*\2c\20float\2c\20float\2c\20float\2c\20float\29 -9214:portable::mirror_x_1\28portable::Params*\2c\20SkRasterPipelineStage*\2c\20float\2c\20float\2c\20float\2c\20float\29 -9215:portable::mirror_x\28portable::Params*\2c\20SkRasterPipelineStage*\2c\20float\2c\20float\2c\20float\2c\20float\29 -9216:portable::mipmap_linear_update\28portable::Params*\2c\20SkRasterPipelineStage*\2c\20float\2c\20float\2c\20float\2c\20float\29 -9217:portable::mipmap_linear_init\28portable::Params*\2c\20SkRasterPipelineStage*\2c\20float\2c\20float\2c\20float\2c\20float\29 -9218:portable::mipmap_linear_finish\28portable::Params*\2c\20SkRasterPipelineStage*\2c\20float\2c\20float\2c\20float\2c\20float\29 -9219:portable::min_uint\28portable::Params*\2c\20SkRasterPipelineStage*\2c\20float\2c\20float\2c\20float\2c\20float\29 -9220:portable::min_n_uints\28portable::Params*\2c\20SkRasterPipelineStage*\2c\20float\2c\20float\2c\20float\2c\20float\29 -9221:portable::min_n_ints\28portable::Params*\2c\20SkRasterPipelineStage*\2c\20float\2c\20float\2c\20float\2c\20float\29 -9222:portable::min_n_floats\28portable::Params*\2c\20SkRasterPipelineStage*\2c\20float\2c\20float\2c\20float\2c\20float\29 -9223:portable::min_int\28portable::Params*\2c\20SkRasterPipelineStage*\2c\20float\2c\20float\2c\20float\2c\20float\29 -9224:portable::min_imm_float\28portable::Params*\2c\20SkRasterPipelineStage*\2c\20float\2c\20float\2c\20float\2c\20float\29 -9225:portable::min_float\28portable::Params*\2c\20SkRasterPipelineStage*\2c\20float\2c\20float\2c\20float\2c\20float\29 -9226:portable::min_4_uints\28portable::Params*\2c\20SkRasterPipelineStage*\2c\20float\2c\20float\2c\20float\2c\20float\29 -9227:portable::min_4_ints\28portable::Params*\2c\20SkRasterPipelineStage*\2c\20float\2c\20float\2c\20float\2c\20float\29 -9228:portable::min_4_floats\28portable::Params*\2c\20SkRasterPipelineStage*\2c\20float\2c\20float\2c\20float\2c\20float\29 -9229:portable::min_3_uints\28portable::Params*\2c\20SkRasterPipelineStage*\2c\20float\2c\20float\2c\20float\2c\20float\29 -9230:portable::min_3_ints\28portable::Params*\2c\20SkRasterPipelineStage*\2c\20float\2c\20float\2c\20float\2c\20float\29 -9231:portable::min_3_floats\28portable::Params*\2c\20SkRasterPipelineStage*\2c\20float\2c\20float\2c\20float\2c\20float\29 -9232:portable::min_2_uints\28portable::Params*\2c\20SkRasterPipelineStage*\2c\20float\2c\20float\2c\20float\2c\20float\29 -9233:portable::min_2_ints\28portable::Params*\2c\20SkRasterPipelineStage*\2c\20float\2c\20float\2c\20float\2c\20float\29 -9234:portable::min_2_floats\28portable::Params*\2c\20SkRasterPipelineStage*\2c\20float\2c\20float\2c\20float\2c\20float\29 -9235:portable::merge_loop_mask\28portable::Params*\2c\20SkRasterPipelineStage*\2c\20float\2c\20float\2c\20float\2c\20float\29 -9236:portable::merge_inv_condition_mask\28portable::Params*\2c\20SkRasterPipelineStage*\2c\20float\2c\20float\2c\20float\2c\20float\29 -9237:portable::merge_condition_mask\28portable::Params*\2c\20SkRasterPipelineStage*\2c\20float\2c\20float\2c\20float\2c\20float\29 -9238:portable::max_uint\28portable::Params*\2c\20SkRasterPipelineStage*\2c\20float\2c\20float\2c\20float\2c\20float\29 -9239:portable::max_n_uints\28portable::Params*\2c\20SkRasterPipelineStage*\2c\20float\2c\20float\2c\20float\2c\20float\29 -9240:portable::max_n_ints\28portable::Params*\2c\20SkRasterPipelineStage*\2c\20float\2c\20float\2c\20float\2c\20float\29 -9241:portable::max_n_floats\28portable::Params*\2c\20SkRasterPipelineStage*\2c\20float\2c\20float\2c\20float\2c\20float\29 -9242:portable::max_int\28portable::Params*\2c\20SkRasterPipelineStage*\2c\20float\2c\20float\2c\20float\2c\20float\29 -9243:portable::max_imm_float\28portable::Params*\2c\20SkRasterPipelineStage*\2c\20float\2c\20float\2c\20float\2c\20float\29 -9244:portable::max_float\28portable::Params*\2c\20SkRasterPipelineStage*\2c\20float\2c\20float\2c\20float\2c\20float\29 -9245:portable::max_4_uints\28portable::Params*\2c\20SkRasterPipelineStage*\2c\20float\2c\20float\2c\20float\2c\20float\29 -9246:portable::max_4_ints\28portable::Params*\2c\20SkRasterPipelineStage*\2c\20float\2c\20float\2c\20float\2c\20float\29 -9247:portable::max_4_floats\28portable::Params*\2c\20SkRasterPipelineStage*\2c\20float\2c\20float\2c\20float\2c\20float\29 -9248:portable::max_3_uints\28portable::Params*\2c\20SkRasterPipelineStage*\2c\20float\2c\20float\2c\20float\2c\20float\29 -9249:portable::max_3_ints\28portable::Params*\2c\20SkRasterPipelineStage*\2c\20float\2c\20float\2c\20float\2c\20float\29 -9250:portable::max_3_floats\28portable::Params*\2c\20SkRasterPipelineStage*\2c\20float\2c\20float\2c\20float\2c\20float\29 -9251:portable::max_2_uints\28portable::Params*\2c\20SkRasterPipelineStage*\2c\20float\2c\20float\2c\20float\2c\20float\29 -9252:portable::max_2_ints\28portable::Params*\2c\20SkRasterPipelineStage*\2c\20float\2c\20float\2c\20float\2c\20float\29 -9253:portable::max_2_floats\28portable::Params*\2c\20SkRasterPipelineStage*\2c\20float\2c\20float\2c\20float\2c\20float\29 -9254:portable::matrix_translate\28portable::Params*\2c\20SkRasterPipelineStage*\2c\20float\2c\20float\2c\20float\2c\20float\29 -9255:portable::matrix_scale_translate\28portable::Params*\2c\20SkRasterPipelineStage*\2c\20float\2c\20float\2c\20float\2c\20float\29 -9256:portable::matrix_perspective\28portable::Params*\2c\20SkRasterPipelineStage*\2c\20float\2c\20float\2c\20float\2c\20float\29 -9257:portable::matrix_multiply_4\28portable::Params*\2c\20SkRasterPipelineStage*\2c\20float\2c\20float\2c\20float\2c\20float\29 -9258:portable::matrix_multiply_3\28portable::Params*\2c\20SkRasterPipelineStage*\2c\20float\2c\20float\2c\20float\2c\20float\29 -9259:portable::matrix_multiply_2\28portable::Params*\2c\20SkRasterPipelineStage*\2c\20float\2c\20float\2c\20float\2c\20float\29 -9260:portable::matrix_4x5\28portable::Params*\2c\20SkRasterPipelineStage*\2c\20float\2c\20float\2c\20float\2c\20float\29 -9261:portable::matrix_4x3\28portable::Params*\2c\20SkRasterPipelineStage*\2c\20float\2c\20float\2c\20float\2c\20float\29 -9262:portable::matrix_3x4\28portable::Params*\2c\20SkRasterPipelineStage*\2c\20float\2c\20float\2c\20float\2c\20float\29 -9263:portable::matrix_3x3\28portable::Params*\2c\20SkRasterPipelineStage*\2c\20float\2c\20float\2c\20float\2c\20float\29 -9264:portable::matrix_2x3\28portable::Params*\2c\20SkRasterPipelineStage*\2c\20float\2c\20float\2c\20float\2c\20float\29 -9265:portable::mask_off_return_mask\28portable::Params*\2c\20SkRasterPipelineStage*\2c\20float\2c\20float\2c\20float\2c\20float\29 -9266:portable::mask_off_loop_mask\28portable::Params*\2c\20SkRasterPipelineStage*\2c\20float\2c\20float\2c\20float\2c\20float\29 -9267:portable::mask_2pt_conical_nan\28portable::Params*\2c\20SkRasterPipelineStage*\2c\20float\2c\20float\2c\20float\2c\20float\29 -9268:portable::mask_2pt_conical_degenerates\28portable::Params*\2c\20SkRasterPipelineStage*\2c\20float\2c\20float\2c\20float\2c\20float\29 -9269:portable::luminosity\28portable::Params*\2c\20SkRasterPipelineStage*\2c\20float\2c\20float\2c\20float\2c\20float\29 -9270:portable::log_float\28portable::Params*\2c\20SkRasterPipelineStage*\2c\20float\2c\20float\2c\20float\2c\20float\29 -9271:portable::log2_float\28portable::Params*\2c\20SkRasterPipelineStage*\2c\20float\2c\20float\2c\20float\2c\20float\29 -9272:portable::load_src_rg\28portable::Params*\2c\20SkRasterPipelineStage*\2c\20float\2c\20float\2c\20float\2c\20float\29 -9273:portable::load_src\28portable::Params*\2c\20SkRasterPipelineStage*\2c\20float\2c\20float\2c\20float\2c\20float\29 -9274:portable::load_rgf16_dst\28portable::Params*\2c\20SkRasterPipelineStage*\2c\20float\2c\20float\2c\20float\2c\20float\29 -9275:portable::load_rgf16\28portable::Params*\2c\20SkRasterPipelineStage*\2c\20float\2c\20float\2c\20float\2c\20float\29 -9276:portable::load_rg88_dst\28portable::Params*\2c\20SkRasterPipelineStage*\2c\20float\2c\20float\2c\20float\2c\20float\29 -9277:portable::load_rg88\28portable::Params*\2c\20SkRasterPipelineStage*\2c\20float\2c\20float\2c\20float\2c\20float\29 -9278:portable::load_rg1616_dst\28portable::Params*\2c\20SkRasterPipelineStage*\2c\20float\2c\20float\2c\20float\2c\20float\29 -9279:portable::load_rg1616\28portable::Params*\2c\20SkRasterPipelineStage*\2c\20float\2c\20float\2c\20float\2c\20float\29 -9280:portable::load_return_mask\28portable::Params*\2c\20SkRasterPipelineStage*\2c\20float\2c\20float\2c\20float\2c\20float\29 -9281:portable::load_loop_mask\28portable::Params*\2c\20SkRasterPipelineStage*\2c\20float\2c\20float\2c\20float\2c\20float\29 -9282:portable::load_f32_dst\28portable::Params*\2c\20SkRasterPipelineStage*\2c\20float\2c\20float\2c\20float\2c\20float\29 -9283:portable::load_f32\28portable::Params*\2c\20SkRasterPipelineStage*\2c\20float\2c\20float\2c\20float\2c\20float\29 -9284:portable::load_f16_dst\28portable::Params*\2c\20SkRasterPipelineStage*\2c\20float\2c\20float\2c\20float\2c\20float\29 -9285:portable::load_f16\28portable::Params*\2c\20SkRasterPipelineStage*\2c\20float\2c\20float\2c\20float\2c\20float\29 -9286:portable::load_dst\28portable::Params*\2c\20SkRasterPipelineStage*\2c\20float\2c\20float\2c\20float\2c\20float\29 -9287:portable::load_condition_mask\28portable::Params*\2c\20SkRasterPipelineStage*\2c\20float\2c\20float\2c\20float\2c\20float\29 -9288:portable::load_af16_dst\28portable::Params*\2c\20SkRasterPipelineStage*\2c\20float\2c\20float\2c\20float\2c\20float\29 -9289:portable::load_af16\28portable::Params*\2c\20SkRasterPipelineStage*\2c\20float\2c\20float\2c\20float\2c\20float\29 -9290:portable::load_a8_dst\28portable::Params*\2c\20SkRasterPipelineStage*\2c\20float\2c\20float\2c\20float\2c\20float\29 -9291:portable::load_a8\28portable::Params*\2c\20SkRasterPipelineStage*\2c\20float\2c\20float\2c\20float\2c\20float\29 -9292:portable::load_a16_dst\28portable::Params*\2c\20SkRasterPipelineStage*\2c\20float\2c\20float\2c\20float\2c\20float\29 -9293:portable::load_a16\28portable::Params*\2c\20SkRasterPipelineStage*\2c\20float\2c\20float\2c\20float\2c\20float\29 -9294:portable::load_8888_dst\28portable::Params*\2c\20SkRasterPipelineStage*\2c\20float\2c\20float\2c\20float\2c\20float\29 -9295:portable::load_8888\28portable::Params*\2c\20SkRasterPipelineStage*\2c\20float\2c\20float\2c\20float\2c\20float\29 -9296:portable::load_565_dst\28portable::Params*\2c\20SkRasterPipelineStage*\2c\20float\2c\20float\2c\20float\2c\20float\29 -9297:portable::load_565\28portable::Params*\2c\20SkRasterPipelineStage*\2c\20float\2c\20float\2c\20float\2c\20float\29 -9298:portable::load_4444_dst\28portable::Params*\2c\20SkRasterPipelineStage*\2c\20float\2c\20float\2c\20float\2c\20float\29 -9299:portable::load_4444\28portable::Params*\2c\20SkRasterPipelineStage*\2c\20float\2c\20float\2c\20float\2c\20float\29 -9300:portable::load_16161616_dst\28portable::Params*\2c\20SkRasterPipelineStage*\2c\20float\2c\20float\2c\20float\2c\20float\29 -9301:portable::load_16161616\28portable::Params*\2c\20SkRasterPipelineStage*\2c\20float\2c\20float\2c\20float\2c\20float\29 -9302:portable::load_10x6_dst\28portable::Params*\2c\20SkRasterPipelineStage*\2c\20float\2c\20float\2c\20float\2c\20float\29 -9303:portable::load_10x6\28portable::Params*\2c\20SkRasterPipelineStage*\2c\20float\2c\20float\2c\20float\2c\20float\29 -9304:portable::load_1010102_xr_dst\28portable::Params*\2c\20SkRasterPipelineStage*\2c\20float\2c\20float\2c\20float\2c\20float\29 -9305:portable::load_1010102_xr\28portable::Params*\2c\20SkRasterPipelineStage*\2c\20float\2c\20float\2c\20float\2c\20float\29 -9306:portable::load_1010102_dst\28portable::Params*\2c\20SkRasterPipelineStage*\2c\20float\2c\20float\2c\20float\2c\20float\29 -9307:portable::load_1010102\28portable::Params*\2c\20SkRasterPipelineStage*\2c\20float\2c\20float\2c\20float\2c\20float\29 -9308:portable::load_10101010_xr_dst\28portable::Params*\2c\20SkRasterPipelineStage*\2c\20float\2c\20float\2c\20float\2c\20float\29 -9309:portable::load_10101010_xr\28portable::Params*\2c\20SkRasterPipelineStage*\2c\20float\2c\20float\2c\20float\2c\20float\29 -9310:portable::lighten\28portable::Params*\2c\20SkRasterPipelineStage*\2c\20float\2c\20float\2c\20float\2c\20float\29 -9311:portable::lerp_u8\28portable::Params*\2c\20SkRasterPipelineStage*\2c\20float\2c\20float\2c\20float\2c\20float\29 -9312:portable::lerp_native\28portable::Params*\2c\20SkRasterPipelineStage*\2c\20float\2c\20float\2c\20float\2c\20float\29 -9313:portable::lerp_565\28portable::Params*\2c\20SkRasterPipelineStage*\2c\20float\2c\20float\2c\20float\2c\20float\29 -9314:portable::lerp_1_float\28portable::Params*\2c\20SkRasterPipelineStage*\2c\20float\2c\20float\2c\20float\2c\20float\29 -9315:portable::just_return\28portable::Params*\2c\20SkRasterPipelineStage*\2c\20float\2c\20float\2c\20float\2c\20float\29 -9316:portable::jump\28portable::Params*\2c\20SkRasterPipelineStage*\2c\20float\2c\20float\2c\20float\2c\20float\29 -9317:portable::invsqrt_float\28portable::Params*\2c\20SkRasterPipelineStage*\2c\20float\2c\20float\2c\20float\2c\20float\29 -9318:portable::invsqrt_4_floats\28portable::Params*\2c\20SkRasterPipelineStage*\2c\20float\2c\20float\2c\20float\2c\20float\29 -9319:portable::invsqrt_3_floats\28portable::Params*\2c\20SkRasterPipelineStage*\2c\20float\2c\20float\2c\20float\2c\20float\29 -9320:portable::invsqrt_2_floats\28portable::Params*\2c\20SkRasterPipelineStage*\2c\20float\2c\20float\2c\20float\2c\20float\29 -9321:portable::inverse_mat4\28portable::Params*\2c\20SkRasterPipelineStage*\2c\20float\2c\20float\2c\20float\2c\20float\29 -9322:portable::inverse_mat3\28portable::Params*\2c\20SkRasterPipelineStage*\2c\20float\2c\20float\2c\20float\2c\20float\29 -9323:portable::inverse_mat2\28portable::Params*\2c\20SkRasterPipelineStage*\2c\20float\2c\20float\2c\20float\2c\20float\29 -9324:portable::init_lane_masks\28portable::Params*\2c\20SkRasterPipelineStage*\2c\20float\2c\20float\2c\20float\2c\20float\29 -9325:portable::hue\28portable::Params*\2c\20SkRasterPipelineStage*\2c\20float\2c\20float\2c\20float\2c\20float\29 -9326:portable::hsl_to_rgb\28portable::Params*\2c\20SkRasterPipelineStage*\2c\20float\2c\20float\2c\20float\2c\20float\29 -9327:portable::hardlight\28portable::Params*\2c\20SkRasterPipelineStage*\2c\20float\2c\20float\2c\20float\2c\20float\29 -9328:portable::gradient\28portable::Params*\2c\20SkRasterPipelineStage*\2c\20float\2c\20float\2c\20float\2c\20float\29 -9329:portable::gauss_a_to_rgba\28portable::Params*\2c\20SkRasterPipelineStage*\2c\20float\2c\20float\2c\20float\2c\20float\29 -9330:portable::gather_rgf16\28portable::Params*\2c\20SkRasterPipelineStage*\2c\20float\2c\20float\2c\20float\2c\20float\29 -9331:portable::gather_rg88\28portable::Params*\2c\20SkRasterPipelineStage*\2c\20float\2c\20float\2c\20float\2c\20float\29 -9332:portable::gather_rg1616\28portable::Params*\2c\20SkRasterPipelineStage*\2c\20float\2c\20float\2c\20float\2c\20float\29 -9333:portable::gather_f32\28portable::Params*\2c\20SkRasterPipelineStage*\2c\20float\2c\20float\2c\20float\2c\20float\29 -9334:portable::gather_f16\28portable::Params*\2c\20SkRasterPipelineStage*\2c\20float\2c\20float\2c\20float\2c\20float\29 -9335:portable::gather_af16\28portable::Params*\2c\20SkRasterPipelineStage*\2c\20float\2c\20float\2c\20float\2c\20float\29 -9336:portable::gather_a8\28portable::Params*\2c\20SkRasterPipelineStage*\2c\20float\2c\20float\2c\20float\2c\20float\29 -9337:portable::gather_a16\28portable::Params*\2c\20SkRasterPipelineStage*\2c\20float\2c\20float\2c\20float\2c\20float\29 -9338:portable::gather_8888\28portable::Params*\2c\20SkRasterPipelineStage*\2c\20float\2c\20float\2c\20float\2c\20float\29 -9339:portable::gather_565\28portable::Params*\2c\20SkRasterPipelineStage*\2c\20float\2c\20float\2c\20float\2c\20float\29 -9340:portable::gather_4444\28portable::Params*\2c\20SkRasterPipelineStage*\2c\20float\2c\20float\2c\20float\2c\20float\29 -9341:portable::gather_16161616\28portable::Params*\2c\20SkRasterPipelineStage*\2c\20float\2c\20float\2c\20float\2c\20float\29 -9342:portable::gather_10x6\28portable::Params*\2c\20SkRasterPipelineStage*\2c\20float\2c\20float\2c\20float\2c\20float\29 -9343:portable::gather_1010102_xr\28portable::Params*\2c\20SkRasterPipelineStage*\2c\20float\2c\20float\2c\20float\2c\20float\29 -9344:portable::gather_1010102\28portable::Params*\2c\20SkRasterPipelineStage*\2c\20float\2c\20float\2c\20float\2c\20float\29 -9345:portable::gather_10101010_xr\28portable::Params*\2c\20SkRasterPipelineStage*\2c\20float\2c\20float\2c\20float\2c\20float\29 -9346:portable::gamma_\28portable::Params*\2c\20SkRasterPipelineStage*\2c\20float\2c\20float\2c\20float\2c\20float\29 -9347:portable::force_opaque_dst\28portable::Params*\2c\20SkRasterPipelineStage*\2c\20float\2c\20float\2c\20float\2c\20float\29 -9348:portable::force_opaque\28portable::Params*\2c\20SkRasterPipelineStage*\2c\20float\2c\20float\2c\20float\2c\20float\29 -9349:portable::floor_float\28portable::Params*\2c\20SkRasterPipelineStage*\2c\20float\2c\20float\2c\20float\2c\20float\29 -9350:portable::floor_4_floats\28portable::Params*\2c\20SkRasterPipelineStage*\2c\20float\2c\20float\2c\20float\2c\20float\29 -9351:portable::floor_3_floats\28portable::Params*\2c\20SkRasterPipelineStage*\2c\20float\2c\20float\2c\20float\2c\20float\29 -9352:portable::floor_2_floats\28portable::Params*\2c\20SkRasterPipelineStage*\2c\20float\2c\20float\2c\20float\2c\20float\29 -9353:portable::exp_float\28portable::Params*\2c\20SkRasterPipelineStage*\2c\20float\2c\20float\2c\20float\2c\20float\29 -9354:portable::exp2_float\28portable::Params*\2c\20SkRasterPipelineStage*\2c\20float\2c\20float\2c\20float\2c\20float\29 -9355:portable::exclusion\28portable::Params*\2c\20SkRasterPipelineStage*\2c\20float\2c\20float\2c\20float\2c\20float\29 -9356:portable::exchange_src\28portable::Params*\2c\20SkRasterPipelineStage*\2c\20float\2c\20float\2c\20float\2c\20float\29 -9357:portable::evenly_spaced_gradient\28portable::Params*\2c\20SkRasterPipelineStage*\2c\20float\2c\20float\2c\20float\2c\20float\29 -9358:portable::evenly_spaced_2_stop_gradient\28portable::Params*\2c\20SkRasterPipelineStage*\2c\20float\2c\20float\2c\20float\2c\20float\29 -9359:portable::emboss\28portable::Params*\2c\20SkRasterPipelineStage*\2c\20float\2c\20float\2c\20float\2c\20float\29 -9360:portable::dstover\28portable::Params*\2c\20SkRasterPipelineStage*\2c\20float\2c\20float\2c\20float\2c\20float\29 -9361:portable::dstout\28portable::Params*\2c\20SkRasterPipelineStage*\2c\20float\2c\20float\2c\20float\2c\20float\29 -9362:portable::dstin\28portable::Params*\2c\20SkRasterPipelineStage*\2c\20float\2c\20float\2c\20float\2c\20float\29 -9363:portable::dstatop\28portable::Params*\2c\20SkRasterPipelineStage*\2c\20float\2c\20float\2c\20float\2c\20float\29 -9364:portable::dot_4_floats\28portable::Params*\2c\20SkRasterPipelineStage*\2c\20float\2c\20float\2c\20float\2c\20float\29 -9365:portable::dot_3_floats\28portable::Params*\2c\20SkRasterPipelineStage*\2c\20float\2c\20float\2c\20float\2c\20float\29 -9366:portable::dot_2_floats\28portable::Params*\2c\20SkRasterPipelineStage*\2c\20float\2c\20float\2c\20float\2c\20float\29 -9367:portable::div_uint\28portable::Params*\2c\20SkRasterPipelineStage*\2c\20float\2c\20float\2c\20float\2c\20float\29 -9368:portable::div_n_uints\28portable::Params*\2c\20SkRasterPipelineStage*\2c\20float\2c\20float\2c\20float\2c\20float\29 -9369:portable::div_n_ints\28portable::Params*\2c\20SkRasterPipelineStage*\2c\20float\2c\20float\2c\20float\2c\20float\29 -9370:portable::div_n_floats\28portable::Params*\2c\20SkRasterPipelineStage*\2c\20float\2c\20float\2c\20float\2c\20float\29 -9371:portable::div_int\28portable::Params*\2c\20SkRasterPipelineStage*\2c\20float\2c\20float\2c\20float\2c\20float\29 -9372:portable::div_float\28portable::Params*\2c\20SkRasterPipelineStage*\2c\20float\2c\20float\2c\20float\2c\20float\29 -9373:portable::div_4_uints\28portable::Params*\2c\20SkRasterPipelineStage*\2c\20float\2c\20float\2c\20float\2c\20float\29 -9374:portable::div_4_ints\28portable::Params*\2c\20SkRasterPipelineStage*\2c\20float\2c\20float\2c\20float\2c\20float\29 -9375:portable::div_4_floats\28portable::Params*\2c\20SkRasterPipelineStage*\2c\20float\2c\20float\2c\20float\2c\20float\29 -9376:portable::div_3_uints\28portable::Params*\2c\20SkRasterPipelineStage*\2c\20float\2c\20float\2c\20float\2c\20float\29 -9377:portable::div_3_ints\28portable::Params*\2c\20SkRasterPipelineStage*\2c\20float\2c\20float\2c\20float\2c\20float\29 -9378:portable::div_3_floats\28portable::Params*\2c\20SkRasterPipelineStage*\2c\20float\2c\20float\2c\20float\2c\20float\29 -9379:portable::div_2_uints\28portable::Params*\2c\20SkRasterPipelineStage*\2c\20float\2c\20float\2c\20float\2c\20float\29 -9380:portable::div_2_ints\28portable::Params*\2c\20SkRasterPipelineStage*\2c\20float\2c\20float\2c\20float\2c\20float\29 -9381:portable::div_2_floats\28portable::Params*\2c\20SkRasterPipelineStage*\2c\20float\2c\20float\2c\20float\2c\20float\29 -9382:portable::dither\28portable::Params*\2c\20SkRasterPipelineStage*\2c\20float\2c\20float\2c\20float\2c\20float\29 -9383:portable::difference\28portable::Params*\2c\20SkRasterPipelineStage*\2c\20float\2c\20float\2c\20float\2c\20float\29 -9384:portable::decal_y\28portable::Params*\2c\20SkRasterPipelineStage*\2c\20float\2c\20float\2c\20float\2c\20float\29 -9385:portable::decal_x_and_y\28portable::Params*\2c\20SkRasterPipelineStage*\2c\20float\2c\20float\2c\20float\2c\20float\29 -9386:portable::decal_x\28portable::Params*\2c\20SkRasterPipelineStage*\2c\20float\2c\20float\2c\20float\2c\20float\29 -9387:portable::debug_r_255\28portable::Params*\2c\20SkRasterPipelineStage*\2c\20float\2c\20float\2c\20float\2c\20float\29 -9388:portable::debug_g_255\28portable::Params*\2c\20SkRasterPipelineStage*\2c\20float\2c\20float\2c\20float\2c\20float\29 -9389:portable::debug_b_255\28portable::Params*\2c\20SkRasterPipelineStage*\2c\20float\2c\20float\2c\20float\2c\20float\29 -9390:portable::debug_b\28portable::Params*\2c\20SkRasterPipelineStage*\2c\20float\2c\20float\2c\20float\2c\20float\29 -9391:portable::debug_a_255\28portable::Params*\2c\20SkRasterPipelineStage*\2c\20float\2c\20float\2c\20float\2c\20float\29 -9392:portable::debug_a\28portable::Params*\2c\20SkRasterPipelineStage*\2c\20float\2c\20float\2c\20float\2c\20float\29 -9393:portable::darken\28portable::Params*\2c\20SkRasterPipelineStage*\2c\20float\2c\20float\2c\20float\2c\20float\29 -9394:portable::css_oklab_to_linear_srgb\28portable::Params*\2c\20SkRasterPipelineStage*\2c\20float\2c\20float\2c\20float\2c\20float\29 -9395:portable::css_oklab_gamut_map_to_linear_srgb\28portable::Params*\2c\20SkRasterPipelineStage*\2c\20float\2c\20float\2c\20float\2c\20float\29 -9396:portable::css_lab_to_xyz\28portable::Params*\2c\20SkRasterPipelineStage*\2c\20float\2c\20float\2c\20float\2c\20float\29 -9397:portable::css_hwb_to_srgb\28portable::Params*\2c\20SkRasterPipelineStage*\2c\20float\2c\20float\2c\20float\2c\20float\29 -9398:portable::css_hsl_to_srgb\28portable::Params*\2c\20SkRasterPipelineStage*\2c\20float\2c\20float\2c\20float\2c\20float\29 -9399:portable::css_hcl_to_lab\28portable::Params*\2c\20SkRasterPipelineStage*\2c\20float\2c\20float\2c\20float\2c\20float\29 -9400:portable::cos_float\28portable::Params*\2c\20SkRasterPipelineStage*\2c\20float\2c\20float\2c\20float\2c\20float\29 -9401:portable::copy_uniform\28portable::Params*\2c\20SkRasterPipelineStage*\2c\20float\2c\20float\2c\20float\2c\20float\29 -9402:portable::copy_to_indirect_masked\28portable::Params*\2c\20SkRasterPipelineStage*\2c\20float\2c\20float\2c\20float\2c\20float\29 -9403:portable::copy_slot_unmasked\28portable::Params*\2c\20SkRasterPipelineStage*\2c\20float\2c\20float\2c\20float\2c\20float\29 -9404:portable::copy_slot_masked\28portable::Params*\2c\20SkRasterPipelineStage*\2c\20float\2c\20float\2c\20float\2c\20float\29 -9405:portable::copy_immutable_unmasked\28portable::Params*\2c\20SkRasterPipelineStage*\2c\20float\2c\20float\2c\20float\2c\20float\29 -9406:portable::copy_constant\28portable::Params*\2c\20SkRasterPipelineStage*\2c\20float\2c\20float\2c\20float\2c\20float\29 -9407:portable::copy_4_uniforms\28portable::Params*\2c\20SkRasterPipelineStage*\2c\20float\2c\20float\2c\20float\2c\20float\29 -9408:portable::copy_4_slots_unmasked\28portable::Params*\2c\20SkRasterPipelineStage*\2c\20float\2c\20float\2c\20float\2c\20float\29 -9409:portable::copy_4_slots_masked\28portable::Params*\2c\20SkRasterPipelineStage*\2c\20float\2c\20float\2c\20float\2c\20float\29 -9410:portable::copy_4_immutables_unmasked\28portable::Params*\2c\20SkRasterPipelineStage*\2c\20float\2c\20float\2c\20float\2c\20float\29 -9411:portable::copy_3_uniforms\28portable::Params*\2c\20SkRasterPipelineStage*\2c\20float\2c\20float\2c\20float\2c\20float\29 -9412:portable::copy_3_slots_unmasked\28portable::Params*\2c\20SkRasterPipelineStage*\2c\20float\2c\20float\2c\20float\2c\20float\29 -9413:portable::copy_3_slots_masked\28portable::Params*\2c\20SkRasterPipelineStage*\2c\20float\2c\20float\2c\20float\2c\20float\29 -9414:portable::copy_3_immutables_unmasked\28portable::Params*\2c\20SkRasterPipelineStage*\2c\20float\2c\20float\2c\20float\2c\20float\29 -9415:portable::copy_2_uniforms\28portable::Params*\2c\20SkRasterPipelineStage*\2c\20float\2c\20float\2c\20float\2c\20float\29 -9416:portable::copy_2_slots_masked\28portable::Params*\2c\20SkRasterPipelineStage*\2c\20float\2c\20float\2c\20float\2c\20float\29 -9417:portable::continue_op\28portable::Params*\2c\20SkRasterPipelineStage*\2c\20float\2c\20float\2c\20float\2c\20float\29 -9418:portable::colordodge\28portable::Params*\2c\20SkRasterPipelineStage*\2c\20float\2c\20float\2c\20float\2c\20float\29 -9419:portable::colorburn\28portable::Params*\2c\20SkRasterPipelineStage*\2c\20float\2c\20float\2c\20float\2c\20float\29 -9420:portable::color\28portable::Params*\2c\20SkRasterPipelineStage*\2c\20float\2c\20float\2c\20float\2c\20float\29 -9421:portable::cmpne_n_ints\28portable::Params*\2c\20SkRasterPipelineStage*\2c\20float\2c\20float\2c\20float\2c\20float\29 -9422:portable::cmpne_n_floats\28portable::Params*\2c\20SkRasterPipelineStage*\2c\20float\2c\20float\2c\20float\2c\20float\29 -9423:portable::cmpne_int\28portable::Params*\2c\20SkRasterPipelineStage*\2c\20float\2c\20float\2c\20float\2c\20float\29 -9424:portable::cmpne_imm_int\28portable::Params*\2c\20SkRasterPipelineStage*\2c\20float\2c\20float\2c\20float\2c\20float\29 -9425:portable::cmpne_imm_float\28portable::Params*\2c\20SkRasterPipelineStage*\2c\20float\2c\20float\2c\20float\2c\20float\29 -9426:portable::cmpne_float\28portable::Params*\2c\20SkRasterPipelineStage*\2c\20float\2c\20float\2c\20float\2c\20float\29 -9427:portable::cmpne_4_ints\28portable::Params*\2c\20SkRasterPipelineStage*\2c\20float\2c\20float\2c\20float\2c\20float\29 -9428:portable::cmpne_4_floats\28portable::Params*\2c\20SkRasterPipelineStage*\2c\20float\2c\20float\2c\20float\2c\20float\29 -9429:portable::cmpne_3_ints\28portable::Params*\2c\20SkRasterPipelineStage*\2c\20float\2c\20float\2c\20float\2c\20float\29 -9430:portable::cmpne_3_floats\28portable::Params*\2c\20SkRasterPipelineStage*\2c\20float\2c\20float\2c\20float\2c\20float\29 -9431:portable::cmpne_2_ints\28portable::Params*\2c\20SkRasterPipelineStage*\2c\20float\2c\20float\2c\20float\2c\20float\29 -9432:portable::cmpne_2_floats\28portable::Params*\2c\20SkRasterPipelineStage*\2c\20float\2c\20float\2c\20float\2c\20float\29 -9433:portable::cmplt_uint\28portable::Params*\2c\20SkRasterPipelineStage*\2c\20float\2c\20float\2c\20float\2c\20float\29 -9434:portable::cmplt_n_uints\28portable::Params*\2c\20SkRasterPipelineStage*\2c\20float\2c\20float\2c\20float\2c\20float\29 -9435:portable::cmplt_n_ints\28portable::Params*\2c\20SkRasterPipelineStage*\2c\20float\2c\20float\2c\20float\2c\20float\29 -9436:portable::cmplt_n_floats\28portable::Params*\2c\20SkRasterPipelineStage*\2c\20float\2c\20float\2c\20float\2c\20float\29 -9437:portable::cmplt_int\28portable::Params*\2c\20SkRasterPipelineStage*\2c\20float\2c\20float\2c\20float\2c\20float\29 -9438:portable::cmplt_imm_uint\28portable::Params*\2c\20SkRasterPipelineStage*\2c\20float\2c\20float\2c\20float\2c\20float\29 -9439:portable::cmplt_imm_int\28portable::Params*\2c\20SkRasterPipelineStage*\2c\20float\2c\20float\2c\20float\2c\20float\29 -9440:portable::cmplt_imm_float\28portable::Params*\2c\20SkRasterPipelineStage*\2c\20float\2c\20float\2c\20float\2c\20float\29 -9441:portable::cmplt_float\28portable::Params*\2c\20SkRasterPipelineStage*\2c\20float\2c\20float\2c\20float\2c\20float\29 -9442:portable::cmplt_4_uints\28portable::Params*\2c\20SkRasterPipelineStage*\2c\20float\2c\20float\2c\20float\2c\20float\29 -9443:portable::cmplt_4_ints\28portable::Params*\2c\20SkRasterPipelineStage*\2c\20float\2c\20float\2c\20float\2c\20float\29 -9444:portable::cmplt_4_floats\28portable::Params*\2c\20SkRasterPipelineStage*\2c\20float\2c\20float\2c\20float\2c\20float\29 -9445:portable::cmplt_3_uints\28portable::Params*\2c\20SkRasterPipelineStage*\2c\20float\2c\20float\2c\20float\2c\20float\29 -9446:portable::cmplt_3_ints\28portable::Params*\2c\20SkRasterPipelineStage*\2c\20float\2c\20float\2c\20float\2c\20float\29 -9447:portable::cmplt_3_floats\28portable::Params*\2c\20SkRasterPipelineStage*\2c\20float\2c\20float\2c\20float\2c\20float\29 -9448:portable::cmplt_2_uints\28portable::Params*\2c\20SkRasterPipelineStage*\2c\20float\2c\20float\2c\20float\2c\20float\29 -9449:portable::cmplt_2_ints\28portable::Params*\2c\20SkRasterPipelineStage*\2c\20float\2c\20float\2c\20float\2c\20float\29 -9450:portable::cmplt_2_floats\28portable::Params*\2c\20SkRasterPipelineStage*\2c\20float\2c\20float\2c\20float\2c\20float\29 -9451:portable::cmple_uint\28portable::Params*\2c\20SkRasterPipelineStage*\2c\20float\2c\20float\2c\20float\2c\20float\29 -9452:portable::cmple_n_uints\28portable::Params*\2c\20SkRasterPipelineStage*\2c\20float\2c\20float\2c\20float\2c\20float\29 -9453:portable::cmple_n_ints\28portable::Params*\2c\20SkRasterPipelineStage*\2c\20float\2c\20float\2c\20float\2c\20float\29 -9454:portable::cmple_n_floats\28portable::Params*\2c\20SkRasterPipelineStage*\2c\20float\2c\20float\2c\20float\2c\20float\29 -9455:portable::cmple_int\28portable::Params*\2c\20SkRasterPipelineStage*\2c\20float\2c\20float\2c\20float\2c\20float\29 -9456:portable::cmple_imm_uint\28portable::Params*\2c\20SkRasterPipelineStage*\2c\20float\2c\20float\2c\20float\2c\20float\29 -9457:portable::cmple_imm_int\28portable::Params*\2c\20SkRasterPipelineStage*\2c\20float\2c\20float\2c\20float\2c\20float\29 -9458:portable::cmple_imm_float\28portable::Params*\2c\20SkRasterPipelineStage*\2c\20float\2c\20float\2c\20float\2c\20float\29 -9459:portable::cmple_float\28portable::Params*\2c\20SkRasterPipelineStage*\2c\20float\2c\20float\2c\20float\2c\20float\29 -9460:portable::cmple_4_uints\28portable::Params*\2c\20SkRasterPipelineStage*\2c\20float\2c\20float\2c\20float\2c\20float\29 -9461:portable::cmple_4_ints\28portable::Params*\2c\20SkRasterPipelineStage*\2c\20float\2c\20float\2c\20float\2c\20float\29 -9462:portable::cmple_4_floats\28portable::Params*\2c\20SkRasterPipelineStage*\2c\20float\2c\20float\2c\20float\2c\20float\29 -9463:portable::cmple_3_uints\28portable::Params*\2c\20SkRasterPipelineStage*\2c\20float\2c\20float\2c\20float\2c\20float\29 -9464:portable::cmple_3_ints\28portable::Params*\2c\20SkRasterPipelineStage*\2c\20float\2c\20float\2c\20float\2c\20float\29 -9465:portable::cmple_3_floats\28portable::Params*\2c\20SkRasterPipelineStage*\2c\20float\2c\20float\2c\20float\2c\20float\29 -9466:portable::cmple_2_uints\28portable::Params*\2c\20SkRasterPipelineStage*\2c\20float\2c\20float\2c\20float\2c\20float\29 -9467:portable::cmple_2_ints\28portable::Params*\2c\20SkRasterPipelineStage*\2c\20float\2c\20float\2c\20float\2c\20float\29 -9468:portable::cmple_2_floats\28portable::Params*\2c\20SkRasterPipelineStage*\2c\20float\2c\20float\2c\20float\2c\20float\29 -9469:portable::cmpeq_n_ints\28portable::Params*\2c\20SkRasterPipelineStage*\2c\20float\2c\20float\2c\20float\2c\20float\29 -9470:portable::cmpeq_n_floats\28portable::Params*\2c\20SkRasterPipelineStage*\2c\20float\2c\20float\2c\20float\2c\20float\29 -9471:portable::cmpeq_int\28portable::Params*\2c\20SkRasterPipelineStage*\2c\20float\2c\20float\2c\20float\2c\20float\29 -9472:portable::cmpeq_imm_int\28portable::Params*\2c\20SkRasterPipelineStage*\2c\20float\2c\20float\2c\20float\2c\20float\29 -9473:portable::cmpeq_imm_float\28portable::Params*\2c\20SkRasterPipelineStage*\2c\20float\2c\20float\2c\20float\2c\20float\29 -9474:portable::cmpeq_float\28portable::Params*\2c\20SkRasterPipelineStage*\2c\20float\2c\20float\2c\20float\2c\20float\29 -9475:portable::cmpeq_4_ints\28portable::Params*\2c\20SkRasterPipelineStage*\2c\20float\2c\20float\2c\20float\2c\20float\29 -9476:portable::cmpeq_4_floats\28portable::Params*\2c\20SkRasterPipelineStage*\2c\20float\2c\20float\2c\20float\2c\20float\29 -9477:portable::cmpeq_3_ints\28portable::Params*\2c\20SkRasterPipelineStage*\2c\20float\2c\20float\2c\20float\2c\20float\29 -9478:portable::cmpeq_3_floats\28portable::Params*\2c\20SkRasterPipelineStage*\2c\20float\2c\20float\2c\20float\2c\20float\29 -9479:portable::cmpeq_2_ints\28portable::Params*\2c\20SkRasterPipelineStage*\2c\20float\2c\20float\2c\20float\2c\20float\29 -9480:portable::cmpeq_2_floats\28portable::Params*\2c\20SkRasterPipelineStage*\2c\20float\2c\20float\2c\20float\2c\20float\29 -9481:portable::clear\28portable::Params*\2c\20SkRasterPipelineStage*\2c\20float\2c\20float\2c\20float\2c\20float\29 -9482:portable::clamp_x_and_y\28portable::Params*\2c\20SkRasterPipelineStage*\2c\20float\2c\20float\2c\20float\2c\20float\29 -9483:portable::clamp_x_1\28portable::Params*\2c\20SkRasterPipelineStage*\2c\20float\2c\20float\2c\20float\2c\20float\29 -9484:portable::clamp_gamut\28portable::Params*\2c\20SkRasterPipelineStage*\2c\20float\2c\20float\2c\20float\2c\20float\29 -9485:portable::clamp_a_01\28portable::Params*\2c\20SkRasterPipelineStage*\2c\20float\2c\20float\2c\20float\2c\20float\29 -9486:portable::clamp_01\28portable::Params*\2c\20SkRasterPipelineStage*\2c\20float\2c\20float\2c\20float\2c\20float\29 -9487:portable::ceil_float\28portable::Params*\2c\20SkRasterPipelineStage*\2c\20float\2c\20float\2c\20float\2c\20float\29 -9488:portable::ceil_4_floats\28portable::Params*\2c\20SkRasterPipelineStage*\2c\20float\2c\20float\2c\20float\2c\20float\29 -9489:portable::ceil_3_floats\28portable::Params*\2c\20SkRasterPipelineStage*\2c\20float\2c\20float\2c\20float\2c\20float\29 -9490:portable::ceil_2_floats\28portable::Params*\2c\20SkRasterPipelineStage*\2c\20float\2c\20float\2c\20float\2c\20float\29 -9491:portable::cast_to_uint_from_float\28portable::Params*\2c\20SkRasterPipelineStage*\2c\20float\2c\20float\2c\20float\2c\20float\29 -9492:portable::cast_to_uint_from_4_floats\28portable::Params*\2c\20SkRasterPipelineStage*\2c\20float\2c\20float\2c\20float\2c\20float\29 -9493:portable::cast_to_uint_from_3_floats\28portable::Params*\2c\20SkRasterPipelineStage*\2c\20float\2c\20float\2c\20float\2c\20float\29 -9494:portable::cast_to_uint_from_2_floats\28portable::Params*\2c\20SkRasterPipelineStage*\2c\20float\2c\20float\2c\20float\2c\20float\29 -9495:portable::cast_to_int_from_float\28portable::Params*\2c\20SkRasterPipelineStage*\2c\20float\2c\20float\2c\20float\2c\20float\29 -9496:portable::cast_to_int_from_4_floats\28portable::Params*\2c\20SkRasterPipelineStage*\2c\20float\2c\20float\2c\20float\2c\20float\29 -9497:portable::cast_to_int_from_3_floats\28portable::Params*\2c\20SkRasterPipelineStage*\2c\20float\2c\20float\2c\20float\2c\20float\29 -9498:portable::cast_to_int_from_2_floats\28portable::Params*\2c\20SkRasterPipelineStage*\2c\20float\2c\20float\2c\20float\2c\20float\29 -9499:portable::cast_to_float_from_uint\28portable::Params*\2c\20SkRasterPipelineStage*\2c\20float\2c\20float\2c\20float\2c\20float\29 -9500:portable::cast_to_float_from_int\28portable::Params*\2c\20SkRasterPipelineStage*\2c\20float\2c\20float\2c\20float\2c\20float\29 -9501:portable::cast_to_float_from_4_uints\28portable::Params*\2c\20SkRasterPipelineStage*\2c\20float\2c\20float\2c\20float\2c\20float\29 -9502:portable::cast_to_float_from_4_ints\28portable::Params*\2c\20SkRasterPipelineStage*\2c\20float\2c\20float\2c\20float\2c\20float\29 -9503:portable::cast_to_float_from_3_uints\28portable::Params*\2c\20SkRasterPipelineStage*\2c\20float\2c\20float\2c\20float\2c\20float\29 -9504:portable::cast_to_float_from_3_ints\28portable::Params*\2c\20SkRasterPipelineStage*\2c\20float\2c\20float\2c\20float\2c\20float\29 -9505:portable::cast_to_float_from_2_uints\28portable::Params*\2c\20SkRasterPipelineStage*\2c\20float\2c\20float\2c\20float\2c\20float\29 -9506:portable::cast_to_float_from_2_ints\28portable::Params*\2c\20SkRasterPipelineStage*\2c\20float\2c\20float\2c\20float\2c\20float\29 -9507:portable::case_op\28portable::Params*\2c\20SkRasterPipelineStage*\2c\20float\2c\20float\2c\20float\2c\20float\29 -9508:portable::callback\28portable::Params*\2c\20SkRasterPipelineStage*\2c\20float\2c\20float\2c\20float\2c\20float\29 -9509:portable::byte_tables\28portable::Params*\2c\20SkRasterPipelineStage*\2c\20float\2c\20float\2c\20float\2c\20float\29 -9510:portable::bt709_luminance_or_luma_to_rgb\28portable::Params*\2c\20SkRasterPipelineStage*\2c\20float\2c\20float\2c\20float\2c\20float\29 -9511:portable::bt709_luminance_or_luma_to_alpha\28portable::Params*\2c\20SkRasterPipelineStage*\2c\20float\2c\20float\2c\20float\2c\20float\29 -9512:portable::branch_if_no_lanes_active\28portable::Params*\2c\20SkRasterPipelineStage*\2c\20float\2c\20float\2c\20float\2c\20float\29 -9513:portable::branch_if_no_active_lanes_eq\28portable::Params*\2c\20SkRasterPipelineStage*\2c\20float\2c\20float\2c\20float\2c\20float\29 -9514:portable::branch_if_any_lanes_active\28portable::Params*\2c\20SkRasterPipelineStage*\2c\20float\2c\20float\2c\20float\2c\20float\29 -9515:portable::branch_if_all_lanes_active\28portable::Params*\2c\20SkRasterPipelineStage*\2c\20float\2c\20float\2c\20float\2c\20float\29 -9516:portable::blit_row_s32a_opaque\28unsigned\20int*\2c\20unsigned\20int\20const*\2c\20int\2c\20unsigned\20int\29 -9517:portable::black_color\28portable::Params*\2c\20SkRasterPipelineStage*\2c\20float\2c\20float\2c\20float\2c\20float\29 -9518:portable::bitwise_xor_n_ints\28portable::Params*\2c\20SkRasterPipelineStage*\2c\20float\2c\20float\2c\20float\2c\20float\29 -9519:portable::bitwise_xor_int\28portable::Params*\2c\20SkRasterPipelineStage*\2c\20float\2c\20float\2c\20float\2c\20float\29 -9520:portable::bitwise_xor_imm_int\28portable::Params*\2c\20SkRasterPipelineStage*\2c\20float\2c\20float\2c\20float\2c\20float\29 -9521:portable::bitwise_xor_4_ints\28portable::Params*\2c\20SkRasterPipelineStage*\2c\20float\2c\20float\2c\20float\2c\20float\29 -9522:portable::bitwise_xor_3_ints\28portable::Params*\2c\20SkRasterPipelineStage*\2c\20float\2c\20float\2c\20float\2c\20float\29 -9523:portable::bitwise_xor_2_ints\28portable::Params*\2c\20SkRasterPipelineStage*\2c\20float\2c\20float\2c\20float\2c\20float\29 -9524:portable::bitwise_or_n_ints\28portable::Params*\2c\20SkRasterPipelineStage*\2c\20float\2c\20float\2c\20float\2c\20float\29 -9525:portable::bitwise_or_int\28portable::Params*\2c\20SkRasterPipelineStage*\2c\20float\2c\20float\2c\20float\2c\20float\29 -9526:portable::bitwise_or_4_ints\28portable::Params*\2c\20SkRasterPipelineStage*\2c\20float\2c\20float\2c\20float\2c\20float\29 -9527:portable::bitwise_or_3_ints\28portable::Params*\2c\20SkRasterPipelineStage*\2c\20float\2c\20float\2c\20float\2c\20float\29 -9528:portable::bitwise_or_2_ints\28portable::Params*\2c\20SkRasterPipelineStage*\2c\20float\2c\20float\2c\20float\2c\20float\29 -9529:portable::bitwise_and_n_ints\28portable::Params*\2c\20SkRasterPipelineStage*\2c\20float\2c\20float\2c\20float\2c\20float\29 -9530:portable::bitwise_and_int\28portable::Params*\2c\20SkRasterPipelineStage*\2c\20float\2c\20float\2c\20float\2c\20float\29 -9531:portable::bitwise_and_imm_int\28portable::Params*\2c\20SkRasterPipelineStage*\2c\20float\2c\20float\2c\20float\2c\20float\29 -9532:portable::bitwise_and_imm_4_ints\28portable::Params*\2c\20SkRasterPipelineStage*\2c\20float\2c\20float\2c\20float\2c\20float\29 -9533:portable::bitwise_and_imm_3_ints\28portable::Params*\2c\20SkRasterPipelineStage*\2c\20float\2c\20float\2c\20float\2c\20float\29 -9534:portable::bitwise_and_imm_2_ints\28portable::Params*\2c\20SkRasterPipelineStage*\2c\20float\2c\20float\2c\20float\2c\20float\29 -9535:portable::bitwise_and_4_ints\28portable::Params*\2c\20SkRasterPipelineStage*\2c\20float\2c\20float\2c\20float\2c\20float\29 -9536:portable::bitwise_and_3_ints\28portable::Params*\2c\20SkRasterPipelineStage*\2c\20float\2c\20float\2c\20float\2c\20float\29 -9537:portable::bitwise_and_2_ints\28portable::Params*\2c\20SkRasterPipelineStage*\2c\20float\2c\20float\2c\20float\2c\20float\29 -9538:portable::bilinear_setup\28portable::Params*\2c\20SkRasterPipelineStage*\2c\20float\2c\20float\2c\20float\2c\20float\29 -9539:portable::bilinear_py\28portable::Params*\2c\20SkRasterPipelineStage*\2c\20float\2c\20float\2c\20float\2c\20float\29 -9540:portable::bilinear_px\28portable::Params*\2c\20SkRasterPipelineStage*\2c\20float\2c\20float\2c\20float\2c\20float\29 -9541:portable::bilinear_ny\28portable::Params*\2c\20SkRasterPipelineStage*\2c\20float\2c\20float\2c\20float\2c\20float\29 -9542:portable::bilinear_nx\28portable::Params*\2c\20SkRasterPipelineStage*\2c\20float\2c\20float\2c\20float\2c\20float\29 -9543:portable::bilerp_clamp_8888\28portable::Params*\2c\20SkRasterPipelineStage*\2c\20float\2c\20float\2c\20float\2c\20float\29 -9544:portable::bicubic_setup\28portable::Params*\2c\20SkRasterPipelineStage*\2c\20float\2c\20float\2c\20float\2c\20float\29 -9545:portable::bicubic_p3y\28portable::Params*\2c\20SkRasterPipelineStage*\2c\20float\2c\20float\2c\20float\2c\20float\29 -9546:portable::bicubic_p3x\28portable::Params*\2c\20SkRasterPipelineStage*\2c\20float\2c\20float\2c\20float\2c\20float\29 -9547:portable::bicubic_p1y\28portable::Params*\2c\20SkRasterPipelineStage*\2c\20float\2c\20float\2c\20float\2c\20float\29 -9548:portable::bicubic_p1x\28portable::Params*\2c\20SkRasterPipelineStage*\2c\20float\2c\20float\2c\20float\2c\20float\29 -9549:portable::bicubic_n3y\28portable::Params*\2c\20SkRasterPipelineStage*\2c\20float\2c\20float\2c\20float\2c\20float\29 -9550:portable::bicubic_n3x\28portable::Params*\2c\20SkRasterPipelineStage*\2c\20float\2c\20float\2c\20float\2c\20float\29 -9551:portable::bicubic_n1y\28portable::Params*\2c\20SkRasterPipelineStage*\2c\20float\2c\20float\2c\20float\2c\20float\29 -9552:portable::bicubic_n1x\28portable::Params*\2c\20SkRasterPipelineStage*\2c\20float\2c\20float\2c\20float\2c\20float\29 -9553:portable::bicubic_clamp_8888\28portable::Params*\2c\20SkRasterPipelineStage*\2c\20float\2c\20float\2c\20float\2c\20float\29 -9554:portable::atan_float\28portable::Params*\2c\20SkRasterPipelineStage*\2c\20float\2c\20float\2c\20float\2c\20float\29 -9555:portable::atan2_n_floats\28portable::Params*\2c\20SkRasterPipelineStage*\2c\20float\2c\20float\2c\20float\2c\20float\29 -9556:portable::asin_float\28portable::Params*\2c\20SkRasterPipelineStage*\2c\20float\2c\20float\2c\20float\2c\20float\29 -9557:portable::alter_2pt_conical_unswap\28portable::Params*\2c\20SkRasterPipelineStage*\2c\20float\2c\20float\2c\20float\2c\20float\29 -9558:portable::alter_2pt_conical_compensate_focal\28portable::Params*\2c\20SkRasterPipelineStage*\2c\20float\2c\20float\2c\20float\2c\20float\29 -9559:portable::alpha_to_red_dst\28portable::Params*\2c\20SkRasterPipelineStage*\2c\20float\2c\20float\2c\20float\2c\20float\29 -9560:portable::alpha_to_red\28portable::Params*\2c\20SkRasterPipelineStage*\2c\20float\2c\20float\2c\20float\2c\20float\29 -9561:portable::alpha_to_gray_dst\28portable::Params*\2c\20SkRasterPipelineStage*\2c\20float\2c\20float\2c\20float\2c\20float\29 -9562:portable::alpha_to_gray\28portable::Params*\2c\20SkRasterPipelineStage*\2c\20float\2c\20float\2c\20float\2c\20float\29 -9563:portable::add_n_ints\28portable::Params*\2c\20SkRasterPipelineStage*\2c\20float\2c\20float\2c\20float\2c\20float\29 -9564:portable::add_n_floats\28portable::Params*\2c\20SkRasterPipelineStage*\2c\20float\2c\20float\2c\20float\2c\20float\29 -9565:portable::add_int\28portable::Params*\2c\20SkRasterPipelineStage*\2c\20float\2c\20float\2c\20float\2c\20float\29 -9566:portable::add_imm_int\28portable::Params*\2c\20SkRasterPipelineStage*\2c\20float\2c\20float\2c\20float\2c\20float\29 -9567:portable::add_imm_float\28portable::Params*\2c\20SkRasterPipelineStage*\2c\20float\2c\20float\2c\20float\2c\20float\29 -9568:portable::add_float\28portable::Params*\2c\20SkRasterPipelineStage*\2c\20float\2c\20float\2c\20float\2c\20float\29 -9569:portable::add_4_ints\28portable::Params*\2c\20SkRasterPipelineStage*\2c\20float\2c\20float\2c\20float\2c\20float\29 -9570:portable::add_4_floats\28portable::Params*\2c\20SkRasterPipelineStage*\2c\20float\2c\20float\2c\20float\2c\20float\29 -9571:portable::add_3_ints\28portable::Params*\2c\20SkRasterPipelineStage*\2c\20float\2c\20float\2c\20float\2c\20float\29 -9572:portable::add_3_floats\28portable::Params*\2c\20SkRasterPipelineStage*\2c\20float\2c\20float\2c\20float\2c\20float\29 -9573:portable::add_2_ints\28portable::Params*\2c\20SkRasterPipelineStage*\2c\20float\2c\20float\2c\20float\2c\20float\29 -9574:portable::add_2_floats\28portable::Params*\2c\20SkRasterPipelineStage*\2c\20float\2c\20float\2c\20float\2c\20float\29 -9575:portable::acos_float\28portable::Params*\2c\20SkRasterPipelineStage*\2c\20float\2c\20float\2c\20float\2c\20float\29 -9576:portable::accumulate\28portable::Params*\2c\20SkRasterPipelineStage*\2c\20float\2c\20float\2c\20float\2c\20float\29 -9577:portable::abs_int\28portable::Params*\2c\20SkRasterPipelineStage*\2c\20float\2c\20float\2c\20float\2c\20float\29 -9578:portable::abs_4_ints\28portable::Params*\2c\20SkRasterPipelineStage*\2c\20float\2c\20float\2c\20float\2c\20float\29 -9579:portable::abs_3_ints\28portable::Params*\2c\20SkRasterPipelineStage*\2c\20float\2c\20float\2c\20float\2c\20float\29 -9580:portable::abs_2_ints\28portable::Params*\2c\20SkRasterPipelineStage*\2c\20float\2c\20float\2c\20float\2c\20float\29 -9581:portable::RGBA_to_rgbA\28unsigned\20int*\2c\20unsigned\20int\20const*\2c\20int\29 -9582:portable::RGBA_to_bgrA\28unsigned\20int*\2c\20unsigned\20int\20const*\2c\20int\29 -9583:portable::RGBA_to_BGRA\28unsigned\20int*\2c\20unsigned\20int\20const*\2c\20int\29 -9584:portable::PQish\28portable::Params*\2c\20SkRasterPipelineStage*\2c\20float\2c\20float\2c\20float\2c\20float\29 -9585:portable::HLGish\28portable::Params*\2c\20SkRasterPipelineStage*\2c\20float\2c\20float\2c\20float\2c\20float\29 -9586:portable::HLGinvish\28portable::Params*\2c\20SkRasterPipelineStage*\2c\20float\2c\20float\2c\20float\2c\20float\29 -9587:pop_arg_long_double -9588:png_read_filter_row_up -9589:png_read_filter_row_sub -9590:png_read_filter_row_paeth_multibyte_pixel -9591:png_read_filter_row_paeth_1byte_pixel -9592:png_read_filter_row_avg -9593:picture_getCullRect -9594:picture_dispose -9595:pictureRecorder_endRecording -9596:pictureRecorder_dispose -9597:pictureRecorder_create -9598:pictureRecorder_beginRecording -9599:path_transform -9600:path_setFillType -9601:path_reset -9602:path_relativeQuadraticBezierTo -9603:path_relativeMoveTo -9604:path_relativeLineTo -9605:path_relativeCubicTo -9606:path_relativeConicTo -9607:path_relativeArcToRotated -9608:path_moveTo -9609:path_lineTo -9610:path_getSvgString -9611:path_getFillType -9612:path_getBounds -9613:path_dispose -9614:path_create -9615:path_copy -9616:path_contains -9617:path_conicTo -9618:path_combine -9619:path_close -9620:path_arcToRotated -9621:path_arcToOval -9622:path_addRect -9623:path_addRRect -9624:path_addPolygon -9625:path_addPath -9626:path_addArc -9627:paragraph_layout -9628:paragraph_getWordBoundary -9629:paragraph_getWidth -9630:paragraph_getUnresolvedCodePoints -9631:paragraph_getPositionForOffset -9632:paragraph_getMinIntrinsicWidth -9633:paragraph_getMaxIntrinsicWidth -9634:paragraph_getLongestLine -9635:paragraph_getLineNumberAt -9636:paragraph_getLineMetricsAtIndex -9637:paragraph_getLineCount -9638:paragraph_getIdeographicBaseline -9639:paragraph_getHeight -9640:paragraph_getGlyphInfoAt -9641:paragraph_getDidExceedMaxLines -9642:paragraph_getClosestGlyphInfoAtCoordinate -9643:paragraph_getBoxesForRange -9644:paragraph_getBoxesForPlaceholders -9645:paragraph_getAlphabeticBaseline -9646:paragraph_dispose -9647:paragraphStyle_setTextStyle -9648:paragraphStyle_setTextHeightBehavior -9649:paragraphStyle_setTextDirection -9650:paragraphStyle_setTextAlign -9651:paragraphStyle_setStrutStyle -9652:paragraphStyle_setMaxLines -9653:paragraphStyle_setHeight -9654:paragraphStyle_setEllipsis -9655:paragraphStyle_setApplyRoundingHack -9656:paragraphStyle_dispose -9657:paragraphStyle_create -9658:paragraphBuilder_setWordBreaksUtf16 -9659:paragraphBuilder_setLineBreaksUtf16 -9660:paragraphBuilder_setGraphemeBreaksUtf16 -9661:paragraphBuilder_pushStyle -9662:paragraphBuilder_pop -9663:paragraphBuilder_getUtf8Text -9664:paragraphBuilder_dispose -9665:paragraphBuilder_create -9666:paragraphBuilder_build -9667:paragraphBuilder_addText -9668:paragraphBuilder_addPlaceholder -9669:paint_setShader -9670:paint_setMaskFilter -9671:paint_setImageFilter -9672:paint_setDither -9673:paint_setColorFilter -9674:paint_dispose -9675:paint_create -9676:override_features_khmer\28hb_ot_shape_planner_t*\29 -9677:override_features_indic\28hb_ot_shape_planner_t*\29 -9678:override_features_hangul\28hb_ot_shape_planner_t*\29 -9679:non-virtual\20thunk\20to\20std::__2::basic_stringstream\2c\20std::__2::allocator>::~basic_stringstream\28\29_14644 -9680:non-virtual\20thunk\20to\20std::__2::basic_stringstream\2c\20std::__2::allocator>::~basic_stringstream\28\29 -9681:non-virtual\20thunk\20to\20std::__2::basic_iostream>::~basic_iostream\28\29_14534 -9682:non-virtual\20thunk\20to\20std::__2::basic_iostream>::~basic_iostream\28\29 -9683:non-virtual\20thunk\20to\20skif::\28anonymous\20namespace\29::GaneshBackend::~GaneshBackend\28\29_10341 -9684:non-virtual\20thunk\20to\20skif::\28anonymous\20namespace\29::GaneshBackend::~GaneshBackend\28\29_10340 -9685:non-virtual\20thunk\20to\20skif::\28anonymous\20namespace\29::GaneshBackend::~GaneshBackend\28\29_10338 -9686:non-virtual\20thunk\20to\20skif::\28anonymous\20namespace\29::GaneshBackend::~GaneshBackend\28\29 -9687:non-virtual\20thunk\20to\20skif::\28anonymous\20namespace\29::GaneshBackend::makeDevice\28SkImageInfo\20const&\29\20const -9688:non-virtual\20thunk\20to\20skif::\28anonymous\20namespace\29::GaneshBackend::findAlgorithm\28SkSize\2c\20SkColorType\29\20const -9689:non-virtual\20thunk\20to\20skgpu::ganesh::SmallPathAtlasMgr::~SmallPathAtlasMgr\28\29_11246 -9690:non-virtual\20thunk\20to\20skgpu::ganesh::SmallPathAtlasMgr::~SmallPathAtlasMgr\28\29 -9691:non-virtual\20thunk\20to\20skgpu::ganesh::SmallPathAtlasMgr::evict\28skgpu::PlotLocator\29 -9692:non-virtual\20thunk\20to\20skgpu::ganesh::AtlasPathRenderer::~AtlasPathRenderer\28\29_10536 -9693:non-virtual\20thunk\20to\20skgpu::ganesh::AtlasPathRenderer::~AtlasPathRenderer\28\29 -9694:non-virtual\20thunk\20to\20skgpu::ganesh::AtlasPathRenderer::preFlush\28GrOnFlushResourceProvider*\29 -9695:non-virtual\20thunk\20to\20GrTextureRenderTargetProxy::~GrTextureRenderTargetProxy\28\29_9566 -9696:non-virtual\20thunk\20to\20GrTextureRenderTargetProxy::~GrTextureRenderTargetProxy\28\29 -9697:non-virtual\20thunk\20to\20GrTextureRenderTargetProxy::onUninstantiatedGpuMemorySize\28\29\20const -9698:non-virtual\20thunk\20to\20GrTextureRenderTargetProxy::instantiate\28GrResourceProvider*\29 -9699:non-virtual\20thunk\20to\20GrTextureRenderTargetProxy::createSurface\28GrResourceProvider*\29\20const -9700:non-virtual\20thunk\20to\20GrTextureRenderTargetProxy::callbackDesc\28\29\20const -9701:non-virtual\20thunk\20to\20GrOpFlushState::~GrOpFlushState\28\29_9209 -9702:non-virtual\20thunk\20to\20GrOpFlushState::~GrOpFlushState\28\29 -9703:non-virtual\20thunk\20to\20GrOpFlushState::writeView\28\29\20const -9704:non-virtual\20thunk\20to\20GrOpFlushState::usesMSAASurface\28\29\20const -9705:non-virtual\20thunk\20to\20GrOpFlushState::threadSafeCache\28\29\20const -9706:non-virtual\20thunk\20to\20GrOpFlushState::strikeCache\28\29\20const -9707:non-virtual\20thunk\20to\20GrOpFlushState::smallPathAtlasManager\28\29\20const -9708:non-virtual\20thunk\20to\20GrOpFlushState::sampledProxyArray\28\29 -9709:non-virtual\20thunk\20to\20GrOpFlushState::rtProxy\28\29\20const -9710:non-virtual\20thunk\20to\20GrOpFlushState::resourceProvider\28\29\20const -9711:non-virtual\20thunk\20to\20GrOpFlushState::renderPassBarriers\28\29\20const -9712:non-virtual\20thunk\20to\20GrOpFlushState::recordDraw\28GrGeometryProcessor\20const*\2c\20GrSimpleMesh\20const*\2c\20int\2c\20GrSurfaceProxy\20const*\20const*\2c\20GrPrimitiveType\29 -9713:non-virtual\20thunk\20to\20GrOpFlushState::putBackVertices\28int\2c\20unsigned\20long\29 -9714:non-virtual\20thunk\20to\20GrOpFlushState::putBackIndirectDraws\28int\29 -9715:non-virtual\20thunk\20to\20GrOpFlushState::putBackIndices\28int\29 -9716:non-virtual\20thunk\20to\20GrOpFlushState::putBackIndexedIndirectDraws\28int\29 -9717:non-virtual\20thunk\20to\20GrOpFlushState::makeVertexSpace\28unsigned\20long\2c\20int\2c\20sk_sp*\2c\20int*\29 -9718:non-virtual\20thunk\20to\20GrOpFlushState::makeVertexSpaceAtLeast\28unsigned\20long\2c\20int\2c\20int\2c\20sk_sp*\2c\20int*\2c\20int*\29 -9719:non-virtual\20thunk\20to\20GrOpFlushState::makeIndexSpace\28int\2c\20sk_sp*\2c\20int*\29 -9720:non-virtual\20thunk\20to\20GrOpFlushState::makeIndexSpaceAtLeast\28int\2c\20int\2c\20sk_sp*\2c\20int*\2c\20int*\29 -9721:non-virtual\20thunk\20to\20GrOpFlushState::makeDrawIndirectSpace\28int\2c\20sk_sp*\2c\20unsigned\20long*\29 -9722:non-virtual\20thunk\20to\20GrOpFlushState::makeDrawIndexedIndirectSpace\28int\2c\20sk_sp*\2c\20unsigned\20long*\29 -9723:non-virtual\20thunk\20to\20GrOpFlushState::dstProxyView\28\29\20const -9724:non-virtual\20thunk\20to\20GrOpFlushState::detachAppliedClip\28\29 -9725:non-virtual\20thunk\20to\20GrOpFlushState::colorLoadOp\28\29\20const -9726:non-virtual\20thunk\20to\20GrOpFlushState::caps\28\29\20const -9727:non-virtual\20thunk\20to\20GrOpFlushState::atlasManager\28\29\20const -9728:non-virtual\20thunk\20to\20GrOpFlushState::appliedClip\28\29\20const -9729:non-virtual\20thunk\20to\20GrGpuBuffer::unref\28\29\20const -9730:non-virtual\20thunk\20to\20GrGpuBuffer::ref\28\29\20const -9731:non-virtual\20thunk\20to\20GrGLTextureRenderTarget::~GrGLTextureRenderTarget\28\29_12017 -9732:non-virtual\20thunk\20to\20GrGLTextureRenderTarget::~GrGLTextureRenderTarget\28\29 -9733:non-virtual\20thunk\20to\20GrGLTextureRenderTarget::onSetLabel\28\29 -9734:non-virtual\20thunk\20to\20GrGLTextureRenderTarget::onRelease\28\29 -9735:non-virtual\20thunk\20to\20GrGLTextureRenderTarget::onGpuMemorySize\28\29\20const -9736:non-virtual\20thunk\20to\20GrGLTextureRenderTarget::onAbandon\28\29 -9737:non-virtual\20thunk\20to\20GrGLTextureRenderTarget::dumpMemoryStatistics\28SkTraceMemoryDump*\29\20const -9738:non-virtual\20thunk\20to\20GrGLTextureRenderTarget::backendFormat\28\29\20const -9739:non-virtual\20thunk\20to\20GrGLSLFragmentShaderBuilder::~GrGLSLFragmentShaderBuilder\28\29_10266 -9740:non-virtual\20thunk\20to\20GrGLSLFragmentShaderBuilder::~GrGLSLFragmentShaderBuilder\28\29 -9741:non-virtual\20thunk\20to\20GrGLSLFragmentShaderBuilder::hasSecondaryOutput\28\29\20const -9742:non-virtual\20thunk\20to\20GrGLSLFragmentShaderBuilder::enableAdvancedBlendEquationIfNeeded\28skgpu::BlendEquation\29 -9743:non-virtual\20thunk\20to\20GrGLSLFragmentShaderBuilder::dstColor\28\29 -9744:non-virtual\20thunk\20to\20GrGLBuffer::~GrGLBuffer\28\29_11646 -9745:non-virtual\20thunk\20to\20GrGLBuffer::~GrGLBuffer\28\29 -9746:maskFilter_dispose -9747:maskFilter_createBlur -9748:line_intercept_v\28SkPoint\20const*\2c\20float\2c\20float\2c\20double*\29 -9749:line_intercept_h\28SkPoint\20const*\2c\20float\2c\20float\2c\20double*\29 -9750:lineMetrics_getWidth -9751:lineMetrics_getUnscaledAscent -9752:lineMetrics_getLeft -9753:lineMetrics_getHeight -9754:lineMetrics_getDescent -9755:lineMetrics_getBaseline -9756:lineMetrics_getAscent -9757:lineMetrics_dispose -9758:lineMetrics_create -9759:lineBreakBuffer_free -9760:lineBreakBuffer_create -9761:lin_srgb_to_okhcl\28SkRGBA4f<\28SkAlphaType\292>\2c\20bool*\29 -9762:lcd_to_a8\28unsigned\20char*\2c\20unsigned\20char\20const*\2c\20int\29 -9763:is_deleted_glyph\28hb_glyph_info_t\20const*\29 -9764:initial_reordering_indic\28hb_ot_shape_plan_t\20const*\2c\20hb_font_t*\2c\20hb_buffer_t*\29 -9765:image_ref -9766:image_dispose -9767:image_createFromTextureSource -9768:image_createFromPixels -9769:image_createFromPicture -9770:imageFilter_getFilterBounds -9771:imageFilter_dispose -9772:imageFilter_createMatrix -9773:imageFilter_createFromColorFilter -9774:imageFilter_createErode -9775:imageFilter_createDilate -9776:imageFilter_createBlur -9777:imageFilter_compose -9778:hit_compare_y\28SkOpRayHit\20const*\2c\20SkOpRayHit\20const*\29 -9779:hit_compare_x\28SkOpRayHit\20const*\2c\20SkOpRayHit\20const*\29 -9780:hb_unicode_script_nil\28hb_unicode_funcs_t*\2c\20unsigned\20int\2c\20void*\29 -9781:hb_unicode_general_category_nil\28hb_unicode_funcs_t*\2c\20unsigned\20int\2c\20void*\29 -9782:hb_ucd_script\28hb_unicode_funcs_t*\2c\20unsigned\20int\2c\20void*\29 -9783:hb_ucd_mirroring\28hb_unicode_funcs_t*\2c\20unsigned\20int\2c\20void*\29 -9784:hb_ucd_general_category\28hb_unicode_funcs_t*\2c\20unsigned\20int\2c\20void*\29 -9785:hb_ucd_decompose\28hb_unicode_funcs_t*\2c\20unsigned\20int\2c\20unsigned\20int*\2c\20unsigned\20int*\2c\20void*\29 -9786:hb_ucd_compose\28hb_unicode_funcs_t*\2c\20unsigned\20int\2c\20unsigned\20int\2c\20unsigned\20int*\2c\20void*\29 -9787:hb_ucd_combining_class\28hb_unicode_funcs_t*\2c\20unsigned\20int\2c\20void*\29 -9788:hb_syllabic_clear_var\28hb_ot_shape_plan_t\20const*\2c\20hb_font_t*\2c\20hb_buffer_t*\29 -9789:hb_paint_sweep_gradient_nil\28hb_paint_funcs_t*\2c\20void*\2c\20hb_color_line_t*\2c\20float\2c\20float\2c\20float\2c\20float\2c\20void*\29 -9790:hb_paint_push_transform_nil\28hb_paint_funcs_t*\2c\20void*\2c\20float\2c\20float\2c\20float\2c\20float\2c\20float\2c\20float\2c\20void*\29 -9791:hb_paint_push_clip_rectangle_nil\28hb_paint_funcs_t*\2c\20void*\2c\20float\2c\20float\2c\20float\2c\20float\2c\20void*\29 -9792:hb_paint_image_nil\28hb_paint_funcs_t*\2c\20void*\2c\20hb_blob_t*\2c\20unsigned\20int\2c\20unsigned\20int\2c\20unsigned\20int\2c\20float\2c\20hb_glyph_extents_t*\2c\20void*\29 -9793:hb_paint_extents_push_transform\28hb_paint_funcs_t*\2c\20void*\2c\20float\2c\20float\2c\20float\2c\20float\2c\20float\2c\20float\2c\20void*\29 -9794:hb_paint_extents_push_group\28hb_paint_funcs_t*\2c\20void*\2c\20void*\29 -9795:hb_paint_extents_push_clip_rectangle\28hb_paint_funcs_t*\2c\20void*\2c\20float\2c\20float\2c\20float\2c\20float\2c\20void*\29 -9796:hb_paint_extents_push_clip_glyph\28hb_paint_funcs_t*\2c\20void*\2c\20unsigned\20int\2c\20hb_font_t*\2c\20void*\29 -9797:hb_paint_extents_pop_transform\28hb_paint_funcs_t*\2c\20void*\2c\20void*\29 -9798:hb_paint_extents_pop_group\28hb_paint_funcs_t*\2c\20void*\2c\20hb_paint_composite_mode_t\2c\20void*\29 -9799:hb_paint_extents_pop_clip\28hb_paint_funcs_t*\2c\20void*\2c\20void*\29 -9800:hb_paint_extents_paint_sweep_gradient\28hb_paint_funcs_t*\2c\20void*\2c\20hb_color_line_t*\2c\20float\2c\20float\2c\20float\2c\20float\2c\20void*\29 -9801:hb_paint_extents_paint_image\28hb_paint_funcs_t*\2c\20void*\2c\20hb_blob_t*\2c\20unsigned\20int\2c\20unsigned\20int\2c\20unsigned\20int\2c\20float\2c\20hb_glyph_extents_t*\2c\20void*\29 -9802:hb_paint_extents_paint_color\28hb_paint_funcs_t*\2c\20void*\2c\20int\2c\20unsigned\20int\2c\20void*\29 -9803:hb_outline_recording_pen_quadratic_to\28hb_draw_funcs_t*\2c\20void*\2c\20hb_draw_state_t*\2c\20float\2c\20float\2c\20float\2c\20float\2c\20void*\29 -9804:hb_outline_recording_pen_move_to\28hb_draw_funcs_t*\2c\20void*\2c\20hb_draw_state_t*\2c\20float\2c\20float\2c\20void*\29 -9805:hb_outline_recording_pen_line_to\28hb_draw_funcs_t*\2c\20void*\2c\20hb_draw_state_t*\2c\20float\2c\20float\2c\20void*\29 -9806:hb_outline_recording_pen_cubic_to\28hb_draw_funcs_t*\2c\20void*\2c\20hb_draw_state_t*\2c\20float\2c\20float\2c\20float\2c\20float\2c\20float\2c\20float\2c\20void*\29 -9807:hb_outline_recording_pen_close_path\28hb_draw_funcs_t*\2c\20void*\2c\20hb_draw_state_t*\2c\20void*\29 -9808:hb_ot_shape_normalize_context_t::decompose_unicode\28hb_ot_shape_normalize_context_t\20const*\2c\20unsigned\20int\2c\20unsigned\20int*\2c\20unsigned\20int*\29 -9809:hb_ot_shape_normalize_context_t::compose_unicode\28hb_ot_shape_normalize_context_t\20const*\2c\20unsigned\20int\2c\20unsigned\20int\2c\20unsigned\20int*\29 -9810:hb_ot_paint_glyph\28hb_font_t*\2c\20void*\2c\20unsigned\20int\2c\20hb_paint_funcs_t*\2c\20void*\2c\20unsigned\20int\2c\20unsigned\20int\2c\20void*\29 -9811:hb_ot_map_t::lookup_map_t::cmp\28void\20const*\2c\20void\20const*\29 -9812:hb_ot_map_t::feature_map_t::cmp\28void\20const*\2c\20void\20const*\29 -9813:hb_ot_map_builder_t::feature_info_t::cmp\28void\20const*\2c\20void\20const*\29 -9814:hb_ot_get_variation_glyph\28hb_font_t*\2c\20void*\2c\20unsigned\20int\2c\20unsigned\20int\2c\20unsigned\20int*\2c\20void*\29 -9815:hb_ot_get_nominal_glyphs\28hb_font_t*\2c\20void*\2c\20unsigned\20int\2c\20unsigned\20int\20const*\2c\20unsigned\20int\2c\20unsigned\20int*\2c\20unsigned\20int\2c\20void*\29 -9816:hb_ot_get_nominal_glyph\28hb_font_t*\2c\20void*\2c\20unsigned\20int\2c\20unsigned\20int*\2c\20void*\29 -9817:hb_ot_get_glyph_v_origin\28hb_font_t*\2c\20void*\2c\20unsigned\20int\2c\20int*\2c\20int*\2c\20void*\29 -9818:hb_ot_get_glyph_v_advances\28hb_font_t*\2c\20void*\2c\20unsigned\20int\2c\20unsigned\20int\20const*\2c\20unsigned\20int\2c\20int*\2c\20unsigned\20int\2c\20void*\29 -9819:hb_ot_get_glyph_name\28hb_font_t*\2c\20void*\2c\20unsigned\20int\2c\20char*\2c\20unsigned\20int\2c\20void*\29 -9820:hb_ot_get_glyph_h_advances\28hb_font_t*\2c\20void*\2c\20unsigned\20int\2c\20unsigned\20int\20const*\2c\20unsigned\20int\2c\20int*\2c\20unsigned\20int\2c\20void*\29 -9821:hb_ot_get_glyph_from_name\28hb_font_t*\2c\20void*\2c\20char\20const*\2c\20int\2c\20unsigned\20int*\2c\20void*\29 -9822:hb_ot_get_glyph_extents\28hb_font_t*\2c\20void*\2c\20unsigned\20int\2c\20hb_glyph_extents_t*\2c\20void*\29 -9823:hb_ot_get_font_v_extents\28hb_font_t*\2c\20void*\2c\20hb_font_extents_t*\2c\20void*\29 -9824:hb_ot_get_font_h_extents\28hb_font_t*\2c\20void*\2c\20hb_font_extents_t*\2c\20void*\29 -9825:hb_ot_draw_glyph\28hb_font_t*\2c\20void*\2c\20unsigned\20int\2c\20hb_draw_funcs_t*\2c\20void*\2c\20void*\29 -9826:hb_font_paint_glyph_nil\28hb_font_t*\2c\20void*\2c\20unsigned\20int\2c\20hb_paint_funcs_t*\2c\20void*\2c\20unsigned\20int\2c\20unsigned\20int\2c\20void*\29 -9827:hb_font_paint_glyph_default\28hb_font_t*\2c\20void*\2c\20unsigned\20int\2c\20hb_paint_funcs_t*\2c\20void*\2c\20unsigned\20int\2c\20unsigned\20int\2c\20void*\29 -9828:hb_font_get_variation_glyph_default\28hb_font_t*\2c\20void*\2c\20unsigned\20int\2c\20unsigned\20int\2c\20unsigned\20int*\2c\20void*\29 -9829:hb_font_get_nominal_glyphs_default\28hb_font_t*\2c\20void*\2c\20unsigned\20int\2c\20unsigned\20int\20const*\2c\20unsigned\20int\2c\20unsigned\20int*\2c\20unsigned\20int\2c\20void*\29 -9830:hb_font_get_nominal_glyph_nil\28hb_font_t*\2c\20void*\2c\20unsigned\20int\2c\20unsigned\20int*\2c\20void*\29 -9831:hb_font_get_nominal_glyph_default\28hb_font_t*\2c\20void*\2c\20unsigned\20int\2c\20unsigned\20int*\2c\20void*\29 -9832:hb_font_get_glyph_v_origin_nil\28hb_font_t*\2c\20void*\2c\20unsigned\20int\2c\20int*\2c\20int*\2c\20void*\29 -9833:hb_font_get_glyph_v_origin_default\28hb_font_t*\2c\20void*\2c\20unsigned\20int\2c\20int*\2c\20int*\2c\20void*\29 -9834:hb_font_get_glyph_v_kerning_default\28hb_font_t*\2c\20void*\2c\20unsigned\20int\2c\20unsigned\20int\2c\20void*\29 -9835:hb_font_get_glyph_v_advances_default\28hb_font_t*\2c\20void*\2c\20unsigned\20int\2c\20unsigned\20int\20const*\2c\20unsigned\20int\2c\20int*\2c\20unsigned\20int\2c\20void*\29 -9836:hb_font_get_glyph_v_advance_nil\28hb_font_t*\2c\20void*\2c\20unsigned\20int\2c\20void*\29 -9837:hb_font_get_glyph_v_advance_default\28hb_font_t*\2c\20void*\2c\20unsigned\20int\2c\20void*\29 -9838:hb_font_get_glyph_name_nil\28hb_font_t*\2c\20void*\2c\20unsigned\20int\2c\20char*\2c\20unsigned\20int\2c\20void*\29 -9839:hb_font_get_glyph_name_default\28hb_font_t*\2c\20void*\2c\20unsigned\20int\2c\20char*\2c\20unsigned\20int\2c\20void*\29 -9840:hb_font_get_glyph_h_origin_nil\28hb_font_t*\2c\20void*\2c\20unsigned\20int\2c\20int*\2c\20int*\2c\20void*\29 -9841:hb_font_get_glyph_h_origin_default\28hb_font_t*\2c\20void*\2c\20unsigned\20int\2c\20int*\2c\20int*\2c\20void*\29 -9842:hb_font_get_glyph_h_kerning_default\28hb_font_t*\2c\20void*\2c\20unsigned\20int\2c\20unsigned\20int\2c\20void*\29 -9843:hb_font_get_glyph_h_advances_default\28hb_font_t*\2c\20void*\2c\20unsigned\20int\2c\20unsigned\20int\20const*\2c\20unsigned\20int\2c\20int*\2c\20unsigned\20int\2c\20void*\29 -9844:hb_font_get_glyph_h_advance_nil\28hb_font_t*\2c\20void*\2c\20unsigned\20int\2c\20void*\29 -9845:hb_font_get_glyph_h_advance_default\28hb_font_t*\2c\20void*\2c\20unsigned\20int\2c\20void*\29 -9846:hb_font_get_glyph_from_name_default\28hb_font_t*\2c\20void*\2c\20char\20const*\2c\20int\2c\20unsigned\20int*\2c\20void*\29 -9847:hb_font_get_glyph_extents_nil\28hb_font_t*\2c\20void*\2c\20unsigned\20int\2c\20hb_glyph_extents_t*\2c\20void*\29 -9848:hb_font_get_glyph_extents_default\28hb_font_t*\2c\20void*\2c\20unsigned\20int\2c\20hb_glyph_extents_t*\2c\20void*\29 -9849:hb_font_get_glyph_contour_point_nil\28hb_font_t*\2c\20void*\2c\20unsigned\20int\2c\20unsigned\20int\2c\20int*\2c\20int*\2c\20void*\29 -9850:hb_font_get_glyph_contour_point_default\28hb_font_t*\2c\20void*\2c\20unsigned\20int\2c\20unsigned\20int\2c\20int*\2c\20int*\2c\20void*\29 -9851:hb_font_get_font_v_extents_default\28hb_font_t*\2c\20void*\2c\20hb_font_extents_t*\2c\20void*\29 -9852:hb_font_get_font_h_extents_default\28hb_font_t*\2c\20void*\2c\20hb_font_extents_t*\2c\20void*\29 -9853:hb_font_draw_glyph_default\28hb_font_t*\2c\20void*\2c\20unsigned\20int\2c\20hb_draw_funcs_t*\2c\20void*\2c\20void*\29 -9854:hb_draw_quadratic_to_nil\28hb_draw_funcs_t*\2c\20void*\2c\20hb_draw_state_t*\2c\20float\2c\20float\2c\20float\2c\20float\2c\20void*\29 -9855:hb_draw_quadratic_to_default\28hb_draw_funcs_t*\2c\20void*\2c\20hb_draw_state_t*\2c\20float\2c\20float\2c\20float\2c\20float\2c\20void*\29 -9856:hb_draw_move_to_default\28hb_draw_funcs_t*\2c\20void*\2c\20hb_draw_state_t*\2c\20float\2c\20float\2c\20void*\29 -9857:hb_draw_line_to_default\28hb_draw_funcs_t*\2c\20void*\2c\20hb_draw_state_t*\2c\20float\2c\20float\2c\20void*\29 -9858:hb_draw_extents_quadratic_to\28hb_draw_funcs_t*\2c\20void*\2c\20hb_draw_state_t*\2c\20float\2c\20float\2c\20float\2c\20float\2c\20void*\29 -9859:hb_draw_extents_cubic_to\28hb_draw_funcs_t*\2c\20void*\2c\20hb_draw_state_t*\2c\20float\2c\20float\2c\20float\2c\20float\2c\20float\2c\20float\2c\20void*\29 -9860:hb_draw_cubic_to_default\28hb_draw_funcs_t*\2c\20void*\2c\20hb_draw_state_t*\2c\20float\2c\20float\2c\20float\2c\20float\2c\20float\2c\20float\2c\20void*\29 -9861:hb_draw_close_path_default\28hb_draw_funcs_t*\2c\20void*\2c\20hb_draw_state_t*\2c\20void*\29 -9862:hb_buffer_t::_cluster_group_func\28hb_glyph_info_t\20const&\2c\20hb_glyph_info_t\20const&\29 -9863:hb_aat_map_builder_t::feature_event_t::cmp\28void\20const*\2c\20void\20const*\29 -9864:gray_raster_render -9865:gray_raster_new -9866:gray_raster_done -9867:gray_move_to -9868:gray_line_to -9869:gray_cubic_to -9870:gray_conic_to -9871:get_sfnt_table -9872:ft_smooth_transform -9873:ft_smooth_set_mode -9874:ft_smooth_render -9875:ft_smooth_overlap_spans -9876:ft_smooth_lcd_spans -9877:ft_smooth_init -9878:ft_smooth_get_cbox -9879:ft_gzip_free -9880:ft_ansi_stream_io -9881:ft_ansi_stream_close -9882:fquad_xy_at_t\28SkPoint\20const*\2c\20float\2c\20double\29 -9883:fontCollection_registerTypeface -9884:fontCollection_dispose -9885:fontCollection_create -9886:fontCollection_clearCaches -9887:fmt_fp -9888:fline_xy_at_t\28SkPoint\20const*\2c\20float\2c\20double\29 -9889:final_reordering_indic\28hb_ot_shape_plan_t\20const*\2c\20hb_font_t*\2c\20hb_buffer_t*\29 -9890:fcubic_xy_at_t\28SkPoint\20const*\2c\20float\2c\20double\29 -9891:fconic_xy_at_t\28SkPoint\20const*\2c\20float\2c\20double\29 -9892:error_callback -9893:emscripten_stack_get_current -9894:dquad_xy_at_t\28SkPoint\20const*\2c\20float\2c\20double\29 -9895:dline_xy_at_t\28SkPoint\20const*\2c\20float\2c\20double\29 -9896:dispose_external_texture\28void*\29 -9897:decompose_khmer\28hb_ot_shape_normalize_context_t\20const*\2c\20unsigned\20int\2c\20unsigned\20int*\2c\20unsigned\20int*\29 -9898:decompose_indic\28hb_ot_shape_normalize_context_t\20const*\2c\20unsigned\20int\2c\20unsigned\20int*\2c\20unsigned\20int*\29 -9899:decltype\28fp\28nullptr\29\29\20SkArenaAlloc::make\28skgpu::ganesh::\28anonymous\20namespace\29::QuadEdgeEffect::Make\28SkArenaAlloc*\2c\20SkMatrix\20const&\2c\20bool\2c\20bool\29::'lambda'\28void*\29&&\29::'lambda'\28char*\29::__invoke\28char*\29 -9900:decltype\28fp\28nullptr\29\29\20SkArenaAlloc::make&\2c\20GrShaderCaps\20const&>\28SkMatrix\20const&\2c\20SkRGBA4f<\28SkAlphaType\292>&\2c\20GrShaderCaps\20const&\29::'lambda'\28void*\29>\28skgpu::ganesh::\28anonymous\20namespace\29::HullShader&&\29::'lambda'\28char*\29::__invoke\28char*\29 -9901:decltype\28fp\28nullptr\29\29\20SkArenaAlloc::make\28skgpu::ganesh::StrokeTessellator::PathStrokeList&&\29::'lambda'\28void*\29>\28skgpu::ganesh::StrokeTessellator::PathStrokeList&&\29::'lambda'\28char*\29::__invoke\28char*\29 -9902:decltype\28fp\28nullptr\29\29\20SkArenaAlloc::make\28skgpu::tess::PatchAttribs&\29::'lambda'\28void*\29>\28skgpu::ganesh::StrokeTessellator&&\29::'lambda'\28char*\29::__invoke\28char*\29 -9903:decltype\28fp\28nullptr\29\29\20SkArenaAlloc::make\20const&>\28SkMatrix\20const&\2c\20SkPath\20const&\2c\20SkRGBA4f<\28SkAlphaType\292>\20const&\29::'lambda'\28void*\29>\28skgpu::ganesh::PathTessellator::PathDrawList&&\29::'lambda'\28char*\29::__invoke\28char*\29 -9904:decltype\28fp\28nullptr\29\29\20SkArenaAlloc::make\2c\20SkFilterMode\2c\20bool\29::'lambda'\28void*\29>\28skgpu::ganesh::LatticeOp::\28anonymous\20namespace\29::LatticeGP::Make\28SkArenaAlloc*\2c\20GrSurfaceProxyView\20const&\2c\20sk_sp\2c\20SkFilterMode\2c\20bool\29::'lambda'\28void*\29&&\29::'lambda'\28char*\29::__invoke\28char*\29 -9905:decltype\28fp\28nullptr\29\29\20SkArenaAlloc::make\28skgpu::ganesh::FillRRectOp::\28anonymous\20namespace\29::FillRRectOpImpl::Processor::Make\28SkArenaAlloc*\2c\20GrAAType\2c\20skgpu::ganesh::FillRRectOp::\28anonymous\20namespace\29::FillRRectOpImpl::ProcessorFlags\29::'lambda'\28void*\29&&\29::'lambda'\28char*\29::__invoke\28char*\29 -9906:decltype\28fp\28nullptr\29\29\20SkArenaAlloc::make\28int&\2c\20int&\29::'lambda'\28void*\29>\28skgpu::RectanizerSkyline&&\29::'lambda'\28char*\29::__invoke\28char*\29 -9907:decltype\28fp\28nullptr\29\29\20SkArenaAlloc::make\28int&\2c\20int&\29::'lambda'\28void*\29>\28skgpu::RectanizerPow2&&\29::'lambda'\28char*\29::__invoke\28char*\29 -9908:decltype\28fp\28nullptr\29\29\20SkArenaAlloc::make<\28anonymous\20namespace\29::ThreeBoxApproxPass*\20SkArenaAlloc::make<\28anonymous\20namespace\29::ThreeBoxApproxPass\2c\20skvx::Vec<4\2c\20unsigned\20int>*&\2c\20skvx::Vec<4\2c\20unsigned\20int>*&\2c\20skvx::Vec<4\2c\20unsigned\20int>*&\2c\20skvx::Vec<4\2c\20unsigned\20int>*&\2c\20int&\2c\20int&>\28skvx::Vec<4\2c\20unsigned\20int>*&\2c\20skvx::Vec<4\2c\20unsigned\20int>*&\2c\20skvx::Vec<4\2c\20unsigned\20int>*&\2c\20skvx::Vec<4\2c\20unsigned\20int>*&\2c\20int&\2c\20int&\29::'lambda'\28void*\29>\28\28anonymous\20namespace\29::ThreeBoxApproxPass&&\29::'lambda'\28char*\29::__invoke\28char*\29 -9909:decltype\28fp\28nullptr\29\29\20SkArenaAlloc::make<\28anonymous\20namespace\29::TextureOpImpl::Desc*\20SkArenaAlloc::make<\28anonymous\20namespace\29::TextureOpImpl::Desc>\28\29::'lambda'\28void*\29>\28\28anonymous\20namespace\29::TextureOpImpl::Desc&&\29::'lambda'\28char*\29::__invoke\28char*\29 -9910:decltype\28fp\28nullptr\29\29\20SkArenaAlloc::make<\28anonymous\20namespace\29::TentPass*\20SkArenaAlloc::make<\28anonymous\20namespace\29::TentPass\2c\20skvx::Vec<4\2c\20unsigned\20int>*&\2c\20skvx::Vec<4\2c\20unsigned\20int>*&\2c\20skvx::Vec<4\2c\20unsigned\20int>*&\2c\20int&\2c\20int&>\28skvx::Vec<4\2c\20unsigned\20int>*&\2c\20skvx::Vec<4\2c\20unsigned\20int>*&\2c\20skvx::Vec<4\2c\20unsigned\20int>*&\2c\20int&\2c\20int&\29::'lambda'\28void*\29>\28\28anonymous\20namespace\29::TentPass&&\29::'lambda'\28char*\29::__invoke\28char*\29 -9911:decltype\28fp\28nullptr\29\29\20SkArenaAlloc::make<\28anonymous\20namespace\29::SimpleTriangleShader*\20SkArenaAlloc::make<\28anonymous\20namespace\29::SimpleTriangleShader\2c\20SkMatrix\20const&\2c\20SkRGBA4f<\28SkAlphaType\292>\20const&>\28SkMatrix\20const&\2c\20SkRGBA4f<\28SkAlphaType\292>\20const&\29::'lambda'\28void*\29>\28\28anonymous\20namespace\29::SimpleTriangleShader&&\29::'lambda'\28char*\29::__invoke\28char*\29 -9912:decltype\28fp\28nullptr\29\29\20SkArenaAlloc::make<\28anonymous\20namespace\29::DrawAtlasPathShader*\20SkArenaAlloc::make<\28anonymous\20namespace\29::DrawAtlasPathShader\2c\20bool&\2c\20skgpu::ganesh::AtlasInstancedHelper*\2c\20GrShaderCaps\20const&>\28bool&\2c\20skgpu::ganesh::AtlasInstancedHelper*&&\2c\20GrShaderCaps\20const&\29::'lambda'\28void*\29>\28\28anonymous\20namespace\29::DrawAtlasPathShader&&\29::'lambda'\28char*\29::__invoke\28char*\29 -9913:decltype\28fp\28nullptr\29\29\20SkArenaAlloc::make<\28anonymous\20namespace\29::BoundingBoxShader*\20SkArenaAlloc::make<\28anonymous\20namespace\29::BoundingBoxShader\2c\20SkRGBA4f<\28SkAlphaType\292>&\2c\20GrShaderCaps\20const&>\28SkRGBA4f<\28SkAlphaType\292>&\2c\20GrShaderCaps\20const&\29::'lambda'\28void*\29>\28\28anonymous\20namespace\29::BoundingBoxShader&&\29::'lambda'\28char*\29::__invoke\28char*\29 -9914:decltype\28fp\28nullptr\29\29\20SkArenaAlloc::make\28SkPixmap\20const&\2c\20unsigned\20char&&\29::'lambda'\28void*\29>\28Sprite_D32_S32&&\29::'lambda'\28char*\29::__invoke\28char*\29 -9915:decltype\28fp\28nullptr\29\29\20SkArenaAlloc::make\28bool&&\2c\20bool\20const&\29::'lambda'\28void*\29>\28SkTriColorShader&&\29::'lambda'\28char*\29::__invoke\28char*\29 -9916:decltype\28fp\28nullptr\29\29\20SkArenaAlloc::make\28\29::'lambda'\28void*\29>\28SkTCubic&&\29::'lambda'\28char*\29::__invoke\28char*\29 -9917:decltype\28fp\28nullptr\29\29\20SkArenaAlloc::make\28\29::'lambda'\28void*\29>\28SkTConic&&\29::'lambda'\28char*\29::__invoke\28char*\29 -9918:decltype\28fp\28nullptr\29\29\20SkArenaAlloc::make\28SkPixmap\20const&\29::'lambda'\28void*\29>\28SkSpriteBlitter_Memcpy&&\29::'lambda'\28char*\29::__invoke\28char*\29 -9919:decltype\28fp\28nullptr\29\29\20SkArenaAlloc::make&>\28SkPixmap\20const&\2c\20SkArenaAlloc*&\2c\20sk_sp&\29::'lambda'\28void*\29>\28SkRasterPipelineSpriteBlitter&&\29::'lambda'\28char*\29::__invoke\28char*\29 -9920:decltype\28fp\28nullptr\29\29\20SkArenaAlloc::make\28SkPixmap\20const&\2c\20SkPaint\20const&\2c\20SkArenaAlloc*&\29::'lambda'\28void*\29>\28SkRasterPipelineBlitter&&\29::'lambda'\28char*\29::__invoke\28char*\29 -9921:decltype\28fp\28nullptr\29\29\20SkArenaAlloc::make\28\29::'lambda'\28void*\29>\28SkNullBlitter&&\29::'lambda'\28char*\29::__invoke\28char*\29 -9922:decltype\28fp\28nullptr\29\29\20SkArenaAlloc::make\28SkImage_Base\20const*&&\2c\20SkMatrix\20const&\2c\20SkMipmapMode&\29::'lambda'\28void*\29>\28SkMipmapAccessor&&\29::'lambda'\28char*\29::__invoke\28char*\29 -9923:decltype\28fp\28nullptr\29\29\20SkArenaAlloc::make\28\29::'lambda'\28void*\29>\28SkGlyph::PathData&&\29::'lambda'\28char*\29::__invoke\28char*\29 -9924:decltype\28fp\28nullptr\29\29\20SkArenaAlloc::make\28\29::'lambda'\28void*\29>\28SkGlyph::DrawableData&&\29::'lambda'\28char*\29::__invoke\28char*\29 -9925:decltype\28fp\28nullptr\29\29\20SkArenaAlloc::make\28\29::'lambda'\28void*\29>\28SkEdge&&\29::'lambda'\28char*\29::__invoke\28char*\29 -9926:decltype\28fp\28nullptr\29\29\20SkArenaAlloc::make\28\29::'lambda'\28void*\29>\28SkCubicEdge&&\29::'lambda'\28char*\29::__invoke\28char*\29 -9927:decltype\28fp\28nullptr\29\29\20SkArenaAlloc::make&\29>>::Node*\20SkArenaAlloc::make&\29>>::Node\2c\20std::__2::function&\29>>\28std::__2::function&\29>&&\29::'lambda'\28void*\29>\28SkArenaAllocList&\29>>::Node&&\29::'lambda'\28char*\29::__invoke\28char*\29 -9928:decltype\28fp\28nullptr\29\29\20SkArenaAlloc::make::Node*\20SkArenaAlloc::make::Node\2c\20std::__2::function&\29>\2c\20skgpu::AtlasToken>\28std::__2::function&\29>&&\2c\20skgpu::AtlasToken&&\29::'lambda'\28void*\29>\28SkArenaAllocList::Node&&\29::'lambda'\28char*\29::__invoke\28char*\29 -9929:decltype\28fp\28nullptr\29\29\20SkArenaAlloc::make::Node*\20SkArenaAlloc::make::Node>\28\29::'lambda'\28void*\29>\28SkArenaAllocList::Node&&\29::'lambda'\28char*\29::__invoke\28char*\29 -9930:decltype\28fp\28nullptr\29\29\20SkArenaAlloc::make\28SkPixmap\20const&\2c\20SkPaint\20const&\29::'lambda'\28void*\29>\28SkA8_Coverage_Blitter&&\29::'lambda'\28char*\29::__invoke\28char*\29 -9931:decltype\28fp\28nullptr\29\29\20SkArenaAlloc::make\28\29::'lambda'\28void*\29>\28GrSimpleMesh&&\29::'lambda'\28char*\29::__invoke\28char*\29 -9932:decltype\28fp\28nullptr\29\29\20SkArenaAlloc::make\28GrSurfaceProxy*&\2c\20skgpu::ScratchKey&&\2c\20GrResourceProvider*&\29::'lambda'\28void*\29>\28GrResourceAllocator::Register&&\29::'lambda'\28char*\29::__invoke\28char*\29 -9933:decltype\28fp\28nullptr\29\29\20SkArenaAlloc::make\28SkPath\20const&\2c\20SkArenaAlloc*\20const&\29::'lambda'\28void*\29>\28GrInnerFanTriangulator&&\29::'lambda'\28char*\29::__invoke\28char*\29 -9934:decltype\28fp\28nullptr\29\29\20SkArenaAlloc::make\28GrDistanceFieldLCDTextGeoProc::Make\28SkArenaAlloc*\2c\20GrShaderCaps\20const&\2c\20GrSurfaceProxyView\20const*\2c\20int\2c\20GrSamplerState\2c\20GrDistanceFieldLCDTextGeoProc::DistanceAdjust\2c\20unsigned\20int\2c\20SkMatrix\20const&\29::'lambda'\28void*\29&&\29::'lambda'\28char*\29::__invoke\28char*\29 -9935:decltype\28fp\28nullptr\29\29\20SkArenaAlloc::make\20const&\2c\20bool\2c\20sk_sp\2c\20GrSurfaceProxyView\20const*\2c\20int\2c\20GrSamplerState\2c\20skgpu::MaskFormat\2c\20SkMatrix\20const&\2c\20bool\29::'lambda'\28void*\29>\28GrBitmapTextGeoProc::Make\28SkArenaAlloc*\2c\20GrShaderCaps\20const&\2c\20SkRGBA4f<\28SkAlphaType\292>\20const&\2c\20bool\2c\20sk_sp\2c\20GrSurfaceProxyView\20const*\2c\20int\2c\20GrSamplerState\2c\20skgpu::MaskFormat\2c\20SkMatrix\20const&\2c\20bool\29::'lambda'\28void*\29&&\29::'lambda'\28char*\29::__invoke\28char*\29 -9936:decltype\28fp\28nullptr\29\29\20SkArenaAlloc::make\28GrAppliedClip&&\29::'lambda'\28void*\29>\28GrAppliedClip&&\29::'lambda'\28char*\29::__invoke\28char*\29 -9937:decltype\28fp\28nullptr\29\29\20SkArenaAlloc::make\28EllipseGeometryProcessor::Make\28SkArenaAlloc*\2c\20bool\2c\20bool\2c\20bool\2c\20SkMatrix\20const&\29::'lambda'\28void*\29&&\29::'lambda'\28char*\29::__invoke\28char*\29 -9938:decltype\28fp\28nullptr\29\29\20SkArenaAlloc::make\20const&\2c\20SkMatrix\20const&\2c\20SkMatrix\20const&\2c\20bool\2c\20unsigned\20char\29::'lambda'\28void*\29>\28DefaultGeoProc::Make\28SkArenaAlloc*\2c\20unsigned\20int\2c\20SkRGBA4f<\28SkAlphaType\292>\20const&\2c\20SkMatrix\20const&\2c\20SkMatrix\20const&\2c\20bool\2c\20unsigned\20char\29::'lambda'\28void*\29&&\29::'lambda'\28char*\29::__invoke\28char*\29 -9939:decltype\28auto\29\20std::__2::__variant_detail::__visitation::__base::__dispatcher<1ul\2c\201ul>::__dispatch\5babi:ne180100\5d>::__generic_construct\5babi:ne180100\5d\2c\20\28std::__2::__variant_detail::_Trait\291>\20const&>\28std::__2::__variant_detail::__ctor>&\2c\20std::__2::__variant_detail::__copy_constructor\2c\20\28std::__2::__variant_detail::_Trait\291>\20const&\29::'lambda'\28std::__2::__variant_detail::__copy_constructor\2c\20\28std::__2::__variant_detail::_Trait\291>\20const&\2c\20auto&&\29&&\2c\20std::__2::__variant_detail::__base<\28std::__2::__variant_detail::_Trait\291\2c\20SkPaint\2c\20int>&\2c\20std::__2::__variant_detail::__base<\28std::__2::__variant_detail::_Trait\291\2c\20SkPaint\2c\20int>\20const&>\28std::__2::__variant_detail::__copy_constructor\2c\20\28std::__2::__variant_detail::_Trait\291>\20const&\2c\20std::__2::__variant_detail::__base<\28std::__2::__variant_detail::_Trait\291\2c\20SkPaint\2c\20int>&\2c\20std::__2::__variant_detail::__base<\28std::__2::__variant_detail::_Trait\291\2c\20SkPaint\2c\20int>\20const&\29 -9940:decltype\28auto\29\20std::__2::__variant_detail::__visitation::__base::__dispatcher<1ul\2c\201ul>::__dispatch\5babi:ne180100\5d>>&&\2c\20std::__2::__variant_detail::__base<\28std::__2::__variant_detail::_Trait\291\2c\20SkPaint\2c\20int>\20const&\2c\20std::__2::__variant_detail::__base<\28std::__2::__variant_detail::_Trait\291\2c\20SkPaint\2c\20int>\20const&>\28std::__2::__variant_detail::__visitation::__variant::__value_visitor>>&&\2c\20std::__2::__variant_detail::__base<\28std::__2::__variant_detail::_Trait\291\2c\20SkPaint\2c\20int>\20const&\2c\20std::__2::__variant_detail::__base<\28std::__2::__variant_detail::_Trait\291\2c\20SkPaint\2c\20int>\20const&\29 -9941:decltype\28auto\29\20std::__2::__variant_detail::__visitation::__base::__dispatcher<1ul\2c\201ul>::__dispatch\5babi:ne180100\5d>>&&\2c\20std::__2::__variant_detail::__base<\28std::__2::__variant_detail::_Trait\291\2c\20SkPaint\2c\20int>\20const&\2c\20std::__2::__variant_detail::__base<\28std::__2::__variant_detail::_Trait\291\2c\20SkPaint\2c\20int>\20const&>\28std::__2::__variant_detail::__visitation::__variant::__value_visitor>>&&\2c\20std::__2::__variant_detail::__base<\28std::__2::__variant_detail::_Trait\291\2c\20SkPaint\2c\20int>\20const&\2c\20std::__2::__variant_detail::__base<\28std::__2::__variant_detail::_Trait\291\2c\20SkPaint\2c\20int>\20const&\29 -9942:decltype\28auto\29\20std::__2::__variant_detail::__visitation::__base::__dispatcher<1ul>::__dispatch\5babi:ne180100\5d\2c\20std::__2::unique_ptr>>\2c\20\28std::__2::__variant_detail::_Trait\291>::__destroy\5babi:ne180100\5d\28\29::'lambda'\28auto&\29&&\2c\20std::__2::__variant_detail::__base<\28std::__2::__variant_detail::_Trait\291\2c\20sk_sp\2c\20std::__2::unique_ptr>>&>\28auto\2c\20std::__2::__variant_detail::__base<\28std::__2::__variant_detail::_Trait\291\2c\20sk_sp\2c\20std::__2::unique_ptr>>&\29 -9943:decltype\28auto\29\20std::__2::__variant_detail::__visitation::__base::__dispatcher<0ul\2c\200ul>::__dispatch\5babi:ne180100\5d>::__generic_construct\5babi:ne180100\5d\2c\20\28std::__2::__variant_detail::_Trait\291>\20const&>\28std::__2::__variant_detail::__ctor>&\2c\20std::__2::__variant_detail::__copy_constructor\2c\20\28std::__2::__variant_detail::_Trait\291>\20const&\29::'lambda'\28std::__2::__variant_detail::__copy_constructor\2c\20\28std::__2::__variant_detail::_Trait\291>\20const&\2c\20auto&&\29&&\2c\20std::__2::__variant_detail::__base<\28std::__2::__variant_detail::_Trait\291\2c\20SkPaint\2c\20int>&\2c\20std::__2::__variant_detail::__base<\28std::__2::__variant_detail::_Trait\291\2c\20SkPaint\2c\20int>\20const&>\28std::__2::__variant_detail::__copy_constructor\2c\20\28std::__2::__variant_detail::_Trait\291>\20const&\2c\20std::__2::__variant_detail::__base<\28std::__2::__variant_detail::_Trait\291\2c\20SkPaint\2c\20int>&\2c\20std::__2::__variant_detail::__base<\28std::__2::__variant_detail::_Trait\291\2c\20SkPaint\2c\20int>\20const&\29 -9944:decltype\28auto\29\20std::__2::__variant_detail::__visitation::__base::__dispatcher<0ul\2c\200ul>::__dispatch\5babi:ne180100\5d>::__generic_assign\5babi:ne180100\5d\2c\20\28std::__2::__variant_detail::_Trait\291>>\28std::__2::__variant_detail::__move_assignment\2c\20\28std::__2::__variant_detail::_Trait\291>&&\29::'lambda'\28std::__2::__variant_detail::__move_assignment\2c\20\28std::__2::__variant_detail::_Trait\291>&\2c\20auto&&\29&&\2c\20std::__2::__variant_detail::__base<\28std::__2::__variant_detail::_Trait\291\2c\20SkPaint\2c\20int>&\2c\20std::__2::__variant_detail::__base<\28std::__2::__variant_detail::_Trait\291\2c\20SkPaint\2c\20int>&&>\28std::__2::__variant_detail::__move_assignment\2c\20\28std::__2::__variant_detail::_Trait\291>\2c\20std::__2::__variant_detail::__base<\28std::__2::__variant_detail::_Trait\291\2c\20SkPaint\2c\20int>&\2c\20std::__2::__variant_detail::__base<\28std::__2::__variant_detail::_Trait\291\2c\20SkPaint\2c\20int>&&\29 -9945:decltype\28auto\29\20std::__2::__variant_detail::__visitation::__base::__dispatcher<0ul\2c\200ul>::__dispatch\5babi:ne180100\5d>::__generic_assign\5babi:ne180100\5d\2c\20\28std::__2::__variant_detail::_Trait\291>\20const&>\28std::__2::__variant_detail::__copy_assignment\2c\20\28std::__2::__variant_detail::_Trait\291>\20const&\29::'lambda'\28std::__2::__variant_detail::__copy_assignment\2c\20\28std::__2::__variant_detail::_Trait\291>\20const&\2c\20auto&&\29&&\2c\20std::__2::__variant_detail::__base<\28std::__2::__variant_detail::_Trait\291\2c\20SkPaint\2c\20int>&\2c\20std::__2::__variant_detail::__base<\28std::__2::__variant_detail::_Trait\291\2c\20SkPaint\2c\20int>\20const&>\28std::__2::__variant_detail::__copy_assignment\2c\20\28std::__2::__variant_detail::_Trait\291>\20const&\2c\20std::__2::__variant_detail::__base<\28std::__2::__variant_detail::_Trait\291\2c\20SkPaint\2c\20int>&\2c\20std::__2::__variant_detail::__base<\28std::__2::__variant_detail::_Trait\291\2c\20SkPaint\2c\20int>\20const&\29 -9946:decltype\28auto\29\20std::__2::__variant_detail::__visitation::__base::__dispatcher<0ul\2c\200ul>::__dispatch\5babi:ne180100\5d>>&&\2c\20std::__2::__variant_detail::__base<\28std::__2::__variant_detail::_Trait\291\2c\20SkPaint\2c\20int>\20const&\2c\20std::__2::__variant_detail::__base<\28std::__2::__variant_detail::_Trait\291\2c\20SkPaint\2c\20int>\20const&>\28std::__2::__variant_detail::__visitation::__variant::__value_visitor>>&&\2c\20std::__2::__variant_detail::__base<\28std::__2::__variant_detail::_Trait\291\2c\20SkPaint\2c\20int>\20const&\2c\20std::__2::__variant_detail::__base<\28std::__2::__variant_detail::_Trait\291\2c\20SkPaint\2c\20int>\20const&\29 -9947:decltype\28auto\29\20std::__2::__variant_detail::__visitation::__base::__dispatcher<0ul\2c\200ul>::__dispatch\5babi:ne180100\5d>>&&\2c\20std::__2::__variant_detail::__base<\28std::__2::__variant_detail::_Trait\291\2c\20SkPaint\2c\20int>\20const&\2c\20std::__2::__variant_detail::__base<\28std::__2::__variant_detail::_Trait\291\2c\20SkPaint\2c\20int>\20const&>\28std::__2::__variant_detail::__visitation::__variant::__value_visitor>>&&\2c\20std::__2::__variant_detail::__base<\28std::__2::__variant_detail::_Trait\291\2c\20SkPaint\2c\20int>\20const&\2c\20std::__2::__variant_detail::__base<\28std::__2::__variant_detail::_Trait\291\2c\20SkPaint\2c\20int>\20const&\29 -9948:decltype\28auto\29\20std::__2::__variant_detail::__visitation::__base::__dispatcher<0ul>::__dispatch\5babi:ne180100\5d\2c\20std::__2::unique_ptr>>\2c\20\28std::__2::__variant_detail::_Trait\291>::__destroy\5babi:ne180100\5d\28\29::'lambda'\28auto&\29&&\2c\20std::__2::__variant_detail::__base<\28std::__2::__variant_detail::_Trait\291\2c\20sk_sp\2c\20std::__2::unique_ptr>>&>\28auto\2c\20std::__2::__variant_detail::__base<\28std::__2::__variant_detail::_Trait\291\2c\20sk_sp\2c\20std::__2::unique_ptr>>&\29 -9949:decltype\28auto\29\20std::__2::__variant_detail::__visitation::__base::__dispatcher<0ul>::__dispatch\5babi:ne180100\5d\2c\20\28std::__2::__variant_detail::_Trait\291>::__destroy\5babi:ne180100\5d\28\29::'lambda'\28auto&\29&&\2c\20std::__2::__variant_detail::__base<\28std::__2::__variant_detail::_Trait\291\2c\20SkPaint\2c\20int>&>\28auto\2c\20std::__2::__variant_detail::__base<\28std::__2::__variant_detail::_Trait\291\2c\20SkPaint\2c\20int>&\29 -9950:deallocate_buffer_var\28hb_ot_shape_plan_t\20const*\2c\20hb_font_t*\2c\20hb_buffer_t*\29 -9951:ddquad_xy_at_t\28SkDCurve\20const&\2c\20double\29 -9952:ddquad_dxdy_at_t\28SkDCurve\20const&\2c\20double\29 -9953:ddline_xy_at_t\28SkDCurve\20const&\2c\20double\29 -9954:ddline_dxdy_at_t\28SkDCurve\20const&\2c\20double\29 -9955:ddcubic_xy_at_t\28SkDCurve\20const&\2c\20double\29 -9956:ddcubic_dxdy_at_t\28SkDCurve\20const&\2c\20double\29 -9957:ddconic_xy_at_t\28SkDCurve\20const&\2c\20double\29 -9958:ddconic_dxdy_at_t\28SkDCurve\20const&\2c\20double\29 -9959:dconic_xy_at_t\28SkPoint\20const*\2c\20float\2c\20double\29 -9960:data_destroy_use\28void*\29 -9961:data_create_use\28hb_ot_shape_plan_t\20const*\29 -9962:data_create_khmer\28hb_ot_shape_plan_t\20const*\29 -9963:data_create_indic\28hb_ot_shape_plan_t\20const*\29 -9964:data_create_hangul\28hb_ot_shape_plan_t\20const*\29 -9965:cubic_intercept_v\28SkPoint\20const*\2c\20float\2c\20float\2c\20double*\29 -9966:cubic_intercept_h\28SkPoint\20const*\2c\20float\2c\20float\2c\20double*\29 -9967:convert_to_alpha8\28SkImageInfo\20const&\2c\20void*\2c\20unsigned\20long\2c\20SkImageInfo\20const&\2c\20void\20const*\2c\20unsigned\20long\2c\20SkColorSpaceXformSteps\20const&\29 -9968:convert_bytes_to_data -9969:contourMeasure_length -9970:contourMeasure_isClosed -9971:contourMeasure_getSegment -9972:contourMeasure_getPosTan -9973:contourMeasure_dispose -9974:contourMeasureIter_next -9975:contourMeasureIter_dispose -9976:contourMeasureIter_create -9977:conic_intercept_v\28SkPoint\20const*\2c\20float\2c\20float\2c\20double*\29 -9978:conic_intercept_h\28SkPoint\20const*\2c\20float\2c\20float\2c\20double*\29 -9979:compose_indic\28hb_ot_shape_normalize_context_t\20const*\2c\20unsigned\20int\2c\20unsigned\20int\2c\20unsigned\20int*\29 -9980:compose_hebrew\28hb_ot_shape_normalize_context_t\20const*\2c\20unsigned\20int\2c\20unsigned\20int\2c\20unsigned\20int*\29 -9981:compare_ppem -9982:compare_myanmar_order\28hb_glyph_info_t\20const*\2c\20hb_glyph_info_t\20const*\29 -9983:compare_combining_class\28hb_glyph_info_t\20const*\2c\20hb_glyph_info_t\20const*\29 -9984:colorFilter_dispose -9985:colorFilter_createSRGBToLinearGamma -9986:colorFilter_createMode -9987:colorFilter_createMatrix -9988:colorFilter_createLinearToSRGBGamma -9989:colorFilter_compose -9990:collect_features_use\28hb_ot_shape_planner_t*\29 -9991:collect_features_myanmar\28hb_ot_shape_planner_t*\29 -9992:collect_features_khmer\28hb_ot_shape_planner_t*\29 -9993:collect_features_indic\28hb_ot_shape_planner_t*\29 -9994:collect_features_hangul\28hb_ot_shape_planner_t*\29 -9995:collect_features_arabic\28hb_ot_shape_planner_t*\29 -9996:clip\28SkPath\20const&\2c\20SkHalfPlane\20const&\29::$_0::__invoke\28SkEdgeClipper*\2c\20bool\2c\20void*\29 -9997:check_for_passthrough_local_coords_and_dead_varyings\28SkSL::Program\20const&\2c\20unsigned\20int*\29::Visitor::visitStatement\28SkSL::Statement\20const&\29 -9998:check_for_passthrough_local_coords_and_dead_varyings\28SkSL::Program\20const&\2c\20unsigned\20int*\29::Visitor::visitProgramElement\28SkSL::ProgramElement\20const&\29 -9999:check_for_passthrough_local_coords_and_dead_varyings\28SkSL::Program\20const&\2c\20unsigned\20int*\29::Visitor::visitExpression\28SkSL::Expression\20const&\29 -10000:cff_slot_init -10001:cff_slot_done -10002:cff_size_request -10003:cff_size_init -10004:cff_size_done -10005:cff_sid_to_glyph_name -10006:cff_set_var_design -10007:cff_set_mm_weightvector -10008:cff_set_mm_blend -10009:cff_set_instance -10010:cff_random -10011:cff_ps_has_glyph_names -10012:cff_ps_get_font_info -10013:cff_ps_get_font_extra -10014:cff_parse_vsindex -10015:cff_parse_private_dict -10016:cff_parse_multiple_master -10017:cff_parse_maxstack -10018:cff_parse_font_matrix -10019:cff_parse_font_bbox -10020:cff_parse_cid_ros -10021:cff_parse_blend -10022:cff_metrics_adjust -10023:cff_hadvance_adjust -10024:cff_get_var_design -10025:cff_get_var_blend -10026:cff_get_standard_encoding -10027:cff_get_ros -10028:cff_get_ps_name -10029:cff_get_name_index -10030:cff_get_mm_weightvector -10031:cff_get_mm_var -10032:cff_get_mm_blend -10033:cff_get_is_cid -10034:cff_get_interface -10035:cff_get_glyph_name -10036:cff_get_cmap_info -10037:cff_get_cid_from_glyph_index -10038:cff_get_advances -10039:cff_free_glyph_data -10040:cff_face_init -10041:cff_face_done -10042:cff_driver_init -10043:cff_done_blend -10044:cff_decoder_prepare -10045:cff_decoder_init -10046:cff_cmap_unicode_init -10047:cff_cmap_unicode_char_next -10048:cff_cmap_unicode_char_index -10049:cff_cmap_encoding_init -10050:cff_cmap_encoding_done -10051:cff_cmap_encoding_char_next -10052:cff_cmap_encoding_char_index -10053:cff_builder_start_point -10054:cf2_free_instance -10055:cf2_decoder_parse_charstrings -10056:cf2_builder_moveTo -10057:cf2_builder_lineTo -10058:cf2_builder_cubeTo -10059:canvas_translate -10060:canvas_transform -10061:canvas_skew -10062:canvas_scale -10063:canvas_saveLayer -10064:canvas_save -10065:canvas_rotate -10066:canvas_restoreToCount -10067:canvas_restore -10068:canvas_getTransform -10069:canvas_getSaveCount -10070:canvas_getLocalClipBounds -10071:canvas_getDeviceClipBounds -10072:canvas_drawVertices -10073:canvas_drawShadow -10074:canvas_drawRect -10075:canvas_drawRRect -10076:canvas_drawPoints -10077:canvas_drawPicture -10078:canvas_drawPath -10079:canvas_drawParagraph -10080:canvas_drawPaint -10081:canvas_drawOval -10082:canvas_drawLine -10083:canvas_drawImageRect -10084:canvas_drawImageNine -10085:canvas_drawImage -10086:canvas_drawDRRect -10087:canvas_drawColor -10088:canvas_drawCircle -10089:canvas_drawAtlas -10090:canvas_drawArc -10091:canvas_clipRect -10092:canvas_clipRRect -10093:canvas_clipPath -10094:bw_to_a8\28unsigned\20char*\2c\20unsigned\20char\20const*\2c\20int\29 -10095:bw_square_proc\28PtProcRec\20const&\2c\20SkSpan\2c\20SkBlitter*\29 -10096:bw_pt_hair_proc\28PtProcRec\20const&\2c\20SkSpan\2c\20SkBlitter*\29 -10097:bw_poly_hair_proc\28PtProcRec\20const&\2c\20SkSpan\2c\20SkBlitter*\29 -10098:bw_line_hair_proc\28PtProcRec\20const&\2c\20SkSpan\2c\20SkBlitter*\29 -10099:bool\20\28anonymous\20namespace\29::FindVisitor<\28anonymous\20namespace\29::SpotVerticesFactory>\28SkResourceCache::Rec\20const&\2c\20void*\29 -10100:bool\20\28anonymous\20namespace\29::FindVisitor<\28anonymous\20namespace\29::AmbientVerticesFactory>\28SkResourceCache::Rec\20const&\2c\20void*\29 -10101:bool\20OT::hb_accelerate_subtables_context_t::apply_to>\28void\20const*\2c\20OT::hb_ot_apply_context_t*\29 -10102:bool\20OT::hb_accelerate_subtables_context_t::apply_to>\28void\20const*\2c\20OT::hb_ot_apply_context_t*\29 -10103:bool\20OT::hb_accelerate_subtables_context_t::apply_to>\28void\20const*\2c\20OT::hb_ot_apply_context_t*\29 -10104:bool\20OT::hb_accelerate_subtables_context_t::apply_to>\28void\20const*\2c\20OT::hb_ot_apply_context_t*\29 -10105:bool\20OT::hb_accelerate_subtables_context_t::apply_to>\28void\20const*\2c\20OT::hb_ot_apply_context_t*\29 -10106:bool\20OT::hb_accelerate_subtables_context_t::apply_cached_to>\28void\20const*\2c\20OT::hb_ot_apply_context_t*\29 -10107:bool\20OT::hb_accelerate_subtables_context_t::apply_cached_to>\28void\20const*\2c\20OT::hb_ot_apply_context_t*\29 -10108:bool\20OT::hb_accelerate_subtables_context_t::apply_cached_to>\28void\20const*\2c\20OT::hb_ot_apply_context_t*\29 -10109:bool\20OT::hb_accelerate_subtables_context_t::apply_cached_to>\28void\20const*\2c\20OT::hb_ot_apply_context_t*\29 -10110:bool\20OT::hb_accelerate_subtables_context_t::apply_cached_to>\28void\20const*\2c\20OT::hb_ot_apply_context_t*\29 -10111:bool\20OT::cmap::accelerator_t::get_glyph_from_symbol\28void\20const*\2c\20unsigned\20int\2c\20unsigned\20int*\29 -10112:bool\20OT::cmap::accelerator_t::get_glyph_from_symbol\28void\20const*\2c\20unsigned\20int\2c\20unsigned\20int*\29 -10113:bool\20OT::cmap::accelerator_t::get_glyph_from_symbol\28void\20const*\2c\20unsigned\20int\2c\20unsigned\20int*\29 -10114:bool\20OT::cmap::accelerator_t::get_glyph_from_macroman\28void\20const*\2c\20unsigned\20int\2c\20unsigned\20int*\29 -10115:bool\20OT::cmap::accelerator_t::get_glyph_from\28void\20const*\2c\20unsigned\20int\2c\20unsigned\20int*\29 -10116:bool\20OT::cmap::accelerator_t::get_glyph_from\28void\20const*\2c\20unsigned\20int\2c\20unsigned\20int*\29 -10117:blur_y_radius_4\28skvx::Vec<8\2c\20unsigned\20short>\20const&\2c\20skvx::Vec<8\2c\20unsigned\20short>\20const&\2c\20skvx::Vec<8\2c\20unsigned\20short>\20const&\2c\20skvx::Vec<8\2c\20unsigned\20short>\20const&\2c\20skvx::Vec<8\2c\20unsigned\20short>\20const&\2c\20skvx::Vec<8\2c\20unsigned\20short>\20const&\2c\20skvx::Vec<8\2c\20unsigned\20short>*\2c\20skvx::Vec<8\2c\20unsigned\20short>*\2c\20skvx::Vec<8\2c\20unsigned\20short>*\2c\20skvx::Vec<8\2c\20unsigned\20short>*\2c\20skvx::Vec<8\2c\20unsigned\20short>*\2c\20skvx::Vec<8\2c\20unsigned\20short>*\2c\20skvx::Vec<8\2c\20unsigned\20short>*\2c\20skvx::Vec<8\2c\20unsigned\20short>*\29 -10118:blur_y_radius_3\28skvx::Vec<8\2c\20unsigned\20short>\20const&\2c\20skvx::Vec<8\2c\20unsigned\20short>\20const&\2c\20skvx::Vec<8\2c\20unsigned\20short>\20const&\2c\20skvx::Vec<8\2c\20unsigned\20short>\20const&\2c\20skvx::Vec<8\2c\20unsigned\20short>\20const&\2c\20skvx::Vec<8\2c\20unsigned\20short>\20const&\2c\20skvx::Vec<8\2c\20unsigned\20short>*\2c\20skvx::Vec<8\2c\20unsigned\20short>*\2c\20skvx::Vec<8\2c\20unsigned\20short>*\2c\20skvx::Vec<8\2c\20unsigned\20short>*\2c\20skvx::Vec<8\2c\20unsigned\20short>*\2c\20skvx::Vec<8\2c\20unsigned\20short>*\2c\20skvx::Vec<8\2c\20unsigned\20short>*\2c\20skvx::Vec<8\2c\20unsigned\20short>*\29 -10119:blur_y_radius_2\28skvx::Vec<8\2c\20unsigned\20short>\20const&\2c\20skvx::Vec<8\2c\20unsigned\20short>\20const&\2c\20skvx::Vec<8\2c\20unsigned\20short>\20const&\2c\20skvx::Vec<8\2c\20unsigned\20short>\20const&\2c\20skvx::Vec<8\2c\20unsigned\20short>\20const&\2c\20skvx::Vec<8\2c\20unsigned\20short>\20const&\2c\20skvx::Vec<8\2c\20unsigned\20short>*\2c\20skvx::Vec<8\2c\20unsigned\20short>*\2c\20skvx::Vec<8\2c\20unsigned\20short>*\2c\20skvx::Vec<8\2c\20unsigned\20short>*\2c\20skvx::Vec<8\2c\20unsigned\20short>*\2c\20skvx::Vec<8\2c\20unsigned\20short>*\2c\20skvx::Vec<8\2c\20unsigned\20short>*\2c\20skvx::Vec<8\2c\20unsigned\20short>*\29 -10120:blur_y_radius_1\28skvx::Vec<8\2c\20unsigned\20short>\20const&\2c\20skvx::Vec<8\2c\20unsigned\20short>\20const&\2c\20skvx::Vec<8\2c\20unsigned\20short>\20const&\2c\20skvx::Vec<8\2c\20unsigned\20short>\20const&\2c\20skvx::Vec<8\2c\20unsigned\20short>\20const&\2c\20skvx::Vec<8\2c\20unsigned\20short>\20const&\2c\20skvx::Vec<8\2c\20unsigned\20short>*\2c\20skvx::Vec<8\2c\20unsigned\20short>*\2c\20skvx::Vec<8\2c\20unsigned\20short>*\2c\20skvx::Vec<8\2c\20unsigned\20short>*\2c\20skvx::Vec<8\2c\20unsigned\20short>*\2c\20skvx::Vec<8\2c\20unsigned\20short>*\2c\20skvx::Vec<8\2c\20unsigned\20short>*\2c\20skvx::Vec<8\2c\20unsigned\20short>*\29 -10121:blur_x_radius_4\28skvx::Vec<8\2c\20unsigned\20short>\20const&\2c\20skvx::Vec<8\2c\20unsigned\20short>\20const&\2c\20skvx::Vec<8\2c\20unsigned\20short>\20const&\2c\20skvx::Vec<8\2c\20unsigned\20short>\20const&\2c\20skvx::Vec<8\2c\20unsigned\20short>\20const&\2c\20skvx::Vec<8\2c\20unsigned\20short>\20const&\2c\20skvx::Vec<8\2c\20unsigned\20short>*\2c\20skvx::Vec<8\2c\20unsigned\20short>*\29 -10122:blur_x_radius_3\28skvx::Vec<8\2c\20unsigned\20short>\20const&\2c\20skvx::Vec<8\2c\20unsigned\20short>\20const&\2c\20skvx::Vec<8\2c\20unsigned\20short>\20const&\2c\20skvx::Vec<8\2c\20unsigned\20short>\20const&\2c\20skvx::Vec<8\2c\20unsigned\20short>\20const&\2c\20skvx::Vec<8\2c\20unsigned\20short>\20const&\2c\20skvx::Vec<8\2c\20unsigned\20short>*\2c\20skvx::Vec<8\2c\20unsigned\20short>*\29 -10123:blur_x_radius_2\28skvx::Vec<8\2c\20unsigned\20short>\20const&\2c\20skvx::Vec<8\2c\20unsigned\20short>\20const&\2c\20skvx::Vec<8\2c\20unsigned\20short>\20const&\2c\20skvx::Vec<8\2c\20unsigned\20short>\20const&\2c\20skvx::Vec<8\2c\20unsigned\20short>\20const&\2c\20skvx::Vec<8\2c\20unsigned\20short>\20const&\2c\20skvx::Vec<8\2c\20unsigned\20short>*\2c\20skvx::Vec<8\2c\20unsigned\20short>*\29 -10124:blur_x_radius_1\28skvx::Vec<8\2c\20unsigned\20short>\20const&\2c\20skvx::Vec<8\2c\20unsigned\20short>\20const&\2c\20skvx::Vec<8\2c\20unsigned\20short>\20const&\2c\20skvx::Vec<8\2c\20unsigned\20short>\20const&\2c\20skvx::Vec<8\2c\20unsigned\20short>\20const&\2c\20skvx::Vec<8\2c\20unsigned\20short>\20const&\2c\20skvx::Vec<8\2c\20unsigned\20short>*\2c\20skvx::Vec<8\2c\20unsigned\20short>*\29 -10125:blit_row_s32a_blend\28unsigned\20int*\2c\20unsigned\20int\20const*\2c\20int\2c\20unsigned\20int\29 -10126:blit_row_s32_opaque\28unsigned\20int*\2c\20unsigned\20int\20const*\2c\20int\2c\20unsigned\20int\29 -10127:blit_row_s32_blend\28unsigned\20int*\2c\20unsigned\20int\20const*\2c\20int\2c\20unsigned\20int\29 -10128:argb32_to_a8\28unsigned\20char*\2c\20unsigned\20char\20const*\2c\20int\29 -10129:arabic_fallback_shape\28hb_ot_shape_plan_t\20const*\2c\20hb_font_t*\2c\20hb_buffer_t*\29 -10130:animatedImage_create -10131:afm_parser_parse -10132:afm_parser_init -10133:afm_parser_done -10134:afm_compare_kern_pairs -10135:af_property_set -10136:af_property_get -10137:af_latin_metrics_scale -10138:af_latin_metrics_init -10139:af_latin_hints_init -10140:af_latin_hints_apply -10141:af_latin_get_standard_widths -10142:af_indic_metrics_scale -10143:af_indic_metrics_init -10144:af_indic_hints_init -10145:af_indic_hints_apply -10146:af_get_interface -10147:af_face_globals_free -10148:af_dummy_hints_init -10149:af_dummy_hints_apply -10150:af_cjk_metrics_init -10151:af_autofitter_load_glyph -10152:af_autofitter_init -10153:action_terminate -10154:action_abort -10155:aa_square_proc\28PtProcRec\20const&\2c\20SkSpan\2c\20SkBlitter*\29 -10156:aa_poly_hair_proc\28PtProcRec\20const&\2c\20SkSpan\2c\20SkBlitter*\29 -10157:aa_line_hair_proc\28PtProcRec\20const&\2c\20SkSpan\2c\20SkBlitter*\29 -10158:_hb_ot_font_destroy\28void*\29 -10159:_hb_grapheme_group_func\28hb_glyph_info_t\20const&\2c\20hb_glyph_info_t\20const&\29 -10160:_hb_glyph_info_is_default_ignorable\28hb_glyph_info_t\20const*\29 -10161:_hb_face_for_data_reference_table\28hb_face_t*\2c\20unsigned\20int\2c\20void*\29 -10162:_hb_face_for_data_get_table_tags\28hb_face_t\20const*\2c\20unsigned\20int\2c\20unsigned\20int*\2c\20unsigned\20int*\2c\20void*\29 -10163:_hb_face_for_data_closure_destroy\28void*\29 -10164:_hb_clear_substitution_flags\28hb_ot_shape_plan_t\20const*\2c\20hb_font_t*\2c\20hb_buffer_t*\29 -10165:_hb_blob_destroy\28void*\29 -10166:_emscripten_wasm_worker_initialize -10167:_emscripten_stack_restore -10168:_emscripten_stack_alloc -10169:__wasm_init_memory -10170:__wasm_call_ctors -10171:__stdio_write -10172:__stdio_seek -10173:__stdio_read -10174:__stdio_close -10175:__fe_getround -10176:__emscripten_stdout_seek -10177:__cxxabiv1::__vmi_class_type_info::search_below_dst\28__cxxabiv1::__dynamic_cast_info*\2c\20void\20const*\2c\20int\2c\20bool\29\20const -10178:__cxxabiv1::__vmi_class_type_info::search_above_dst\28__cxxabiv1::__dynamic_cast_info*\2c\20void\20const*\2c\20void\20const*\2c\20int\2c\20bool\29\20const -10179:__cxxabiv1::__vmi_class_type_info::has_unambiguous_public_base\28__cxxabiv1::__dynamic_cast_info*\2c\20void*\2c\20int\29\20const -10180:__cxxabiv1::__si_class_type_info::search_below_dst\28__cxxabiv1::__dynamic_cast_info*\2c\20void\20const*\2c\20int\2c\20bool\29\20const -10181:__cxxabiv1::__si_class_type_info::search_above_dst\28__cxxabiv1::__dynamic_cast_info*\2c\20void\20const*\2c\20void\20const*\2c\20int\2c\20bool\29\20const -10182:__cxxabiv1::__si_class_type_info::has_unambiguous_public_base\28__cxxabiv1::__dynamic_cast_info*\2c\20void*\2c\20int\29\20const -10183:__cxxabiv1::__class_type_info::search_below_dst\28__cxxabiv1::__dynamic_cast_info*\2c\20void\20const*\2c\20int\2c\20bool\29\20const -10184:__cxxabiv1::__class_type_info::search_above_dst\28__cxxabiv1::__dynamic_cast_info*\2c\20void\20const*\2c\20void\20const*\2c\20int\2c\20bool\29\20const -10185:__cxxabiv1::__class_type_info::has_unambiguous_public_base\28__cxxabiv1::__dynamic_cast_info*\2c\20void*\2c\20int\29\20const -10186:__cxxabiv1::__class_type_info::can_catch\28__cxxabiv1::__shim_type_info\20const*\2c\20void*&\29\20const -10187:\28anonymous\20namespace\29::stream_to_blob\28std::__2::unique_ptr>\29::$_0::__invoke\28void*\29 -10188:\28anonymous\20namespace\29::skhb_nominal_glyphs\28hb_font_t*\2c\20void*\2c\20unsigned\20int\2c\20unsigned\20int\20const*\2c\20unsigned\20int\2c\20unsigned\20int*\2c\20unsigned\20int\2c\20void*\29 -10189:\28anonymous\20namespace\29::skhb_nominal_glyph\28hb_font_t*\2c\20void*\2c\20unsigned\20int\2c\20unsigned\20int*\2c\20void*\29 -10190:\28anonymous\20namespace\29::skhb_glyph_h_advances\28hb_font_t*\2c\20void*\2c\20unsigned\20int\2c\20unsigned\20int\20const*\2c\20unsigned\20int\2c\20int*\2c\20unsigned\20int\2c\20void*\29 -10191:\28anonymous\20namespace\29::skhb_glyph_h_advance\28hb_font_t*\2c\20void*\2c\20unsigned\20int\2c\20void*\29 -10192:\28anonymous\20namespace\29::skhb_glyph_extents\28hb_font_t*\2c\20void*\2c\20unsigned\20int\2c\20hb_glyph_extents_t*\2c\20void*\29 -10193:\28anonymous\20namespace\29::skhb_glyph\28hb_font_t*\2c\20void*\2c\20unsigned\20int\2c\20unsigned\20int\2c\20unsigned\20int*\2c\20void*\29 -10194:\28anonymous\20namespace\29::skhb_get_table\28hb_face_t*\2c\20unsigned\20int\2c\20void*\29::$_0::__invoke\28void*\29 -10195:\28anonymous\20namespace\29::skhb_get_table\28hb_face_t*\2c\20unsigned\20int\2c\20void*\29 -10196:\28anonymous\20namespace\29::make_morphology\28\28anonymous\20namespace\29::MorphType\2c\20SkSize\2c\20sk_sp\2c\20SkImageFilters::CropRect\20const&\29 -10197:\28anonymous\20namespace\29::create_sub_hb_font\28SkFont\20const&\2c\20std::__2::unique_ptr>\20const&\29::$_0::__invoke\28void*\29 -10198:\28anonymous\20namespace\29::YUVPlanesRec::~YUVPlanesRec\28\29_4462 -10199:\28anonymous\20namespace\29::YUVPlanesRec::getCategory\28\29\20const -10200:\28anonymous\20namespace\29::YUVPlanesRec::diagnostic_only_getDiscardable\28\29\20const -10201:\28anonymous\20namespace\29::YUVPlanesRec::bytesUsed\28\29\20const -10202:\28anonymous\20namespace\29::YUVPlanesRec::Visitor\28SkResourceCache::Rec\20const&\2c\20void*\29 -10203:\28anonymous\20namespace\29::UniqueKeyInvalidator::~UniqueKeyInvalidator\28\29_11413 -10204:\28anonymous\20namespace\29::TriangulatingPathOp::~TriangulatingPathOp\28\29_11391 -10205:\28anonymous\20namespace\29::TriangulatingPathOp::visitProxies\28std::__2::function\20const&\29\20const -10206:\28anonymous\20namespace\29::TriangulatingPathOp::programInfo\28\29 -10207:\28anonymous\20namespace\29::TriangulatingPathOp::onPrepareDraws\28GrMeshDrawTarget*\29 -10208:\28anonymous\20namespace\29::TriangulatingPathOp::onPrePrepareDraws\28GrRecordingContext*\2c\20GrSurfaceProxyView\20const&\2c\20GrAppliedClip*\2c\20GrDstProxyView\20const&\2c\20GrXferBarrierFlags\2c\20GrLoadOp\29 -10209:\28anonymous\20namespace\29::TriangulatingPathOp::onExecute\28GrOpFlushState*\2c\20SkRect\20const&\29 -10210:\28anonymous\20namespace\29::TriangulatingPathOp::onCreateProgramInfo\28GrCaps\20const*\2c\20SkArenaAlloc*\2c\20GrSurfaceProxyView\20const&\2c\20bool\2c\20GrAppliedClip&&\2c\20GrDstProxyView\20const&\2c\20GrXferBarrierFlags\2c\20GrLoadOp\29 -10211:\28anonymous\20namespace\29::TriangulatingPathOp::name\28\29\20const -10212:\28anonymous\20namespace\29::TriangulatingPathOp::finalize\28GrCaps\20const&\2c\20GrAppliedClip\20const*\2c\20GrClampType\29 -10213:\28anonymous\20namespace\29::TransformedMaskSubRun::unflattenSize\28\29\20const -10214:\28anonymous\20namespace\29::TransformedMaskSubRun::regenerateAtlas\28int\2c\20int\2c\20std::__2::function\20\28sktext::gpu::GlyphVector*\2c\20int\2c\20int\2c\20skgpu::MaskFormat\2c\20int\29>\29\20const -10215:\28anonymous\20namespace\29::TransformedMaskSubRun::doFlatten\28SkWriteBuffer&\29\20const -10216:\28anonymous\20namespace\29::TransformedMaskSubRun::canReuse\28SkPaint\20const&\2c\20SkMatrix\20const&\29\20const -10217:\28anonymous\20namespace\29::ThreeBoxApproxPass::startBlur\28\29 -10218:\28anonymous\20namespace\29::ThreeBoxApproxPass::blurSegment\28int\2c\20void\20const*\2c\20int\2c\20void*\2c\20int\29 -10219:\28anonymous\20namespace\29::ThreeBoxApproxPass::MakeMaker\28float\2c\20SkArenaAlloc*\29::Maker::makePass\28void*\2c\20SkArenaAlloc*\29\20const -10220:\28anonymous\20namespace\29::ThreeBoxApproxPass::MakeMaker\28float\2c\20SkArenaAlloc*\29::Maker::bufferSizeBytes\28\29\20const -10221:\28anonymous\20namespace\29::TextureOpImpl::~TextureOpImpl\28\29_11365 -10222:\28anonymous\20namespace\29::TextureOpImpl::visitProxies\28std::__2::function\20const&\29\20const -10223:\28anonymous\20namespace\29::TextureOpImpl::programInfo\28\29 -10224:\28anonymous\20namespace\29::TextureOpImpl::onPrepareDraws\28GrMeshDrawTarget*\29 -10225:\28anonymous\20namespace\29::TextureOpImpl::onPrePrepareDraws\28GrRecordingContext*\2c\20GrSurfaceProxyView\20const&\2c\20GrAppliedClip*\2c\20GrDstProxyView\20const&\2c\20GrXferBarrierFlags\2c\20GrLoadOp\29 -10226:\28anonymous\20namespace\29::TextureOpImpl::onExecute\28GrOpFlushState*\2c\20SkRect\20const&\29 -10227:\28anonymous\20namespace\29::TextureOpImpl::onCreateProgramInfo\28GrCaps\20const*\2c\20SkArenaAlloc*\2c\20GrSurfaceProxyView\20const&\2c\20bool\2c\20GrAppliedClip&&\2c\20GrDstProxyView\20const&\2c\20GrXferBarrierFlags\2c\20GrLoadOp\29 -10228:\28anonymous\20namespace\29::TextureOpImpl::onCombineIfPossible\28GrOp*\2c\20SkArenaAlloc*\2c\20GrCaps\20const&\29 -10229:\28anonymous\20namespace\29::TextureOpImpl::name\28\29\20const -10230:\28anonymous\20namespace\29::TextureOpImpl::fixedFunctionFlags\28\29\20const -10231:\28anonymous\20namespace\29::TextureOpImpl::finalize\28GrCaps\20const&\2c\20GrAppliedClip\20const*\2c\20GrClampType\29 -10232:\28anonymous\20namespace\29::TentPass::startBlur\28\29 -10233:\28anonymous\20namespace\29::TentPass::blurSegment\28int\2c\20void\20const*\2c\20int\2c\20void*\2c\20int\29 -10234:\28anonymous\20namespace\29::TentPass::MakeMaker\28float\2c\20SkArenaAlloc*\29::Maker::makePass\28void*\2c\20SkArenaAlloc*\29\20const -10235:\28anonymous\20namespace\29::TentPass::MakeMaker\28float\2c\20SkArenaAlloc*\29::Maker::bufferSizeBytes\28\29\20const -10236:\28anonymous\20namespace\29::StaticVertexAllocator::~StaticVertexAllocator\28\29_11417 -10237:\28anonymous\20namespace\29::StaticVertexAllocator::unlock\28int\29 -10238:\28anonymous\20namespace\29::StaticVertexAllocator::lock\28unsigned\20long\2c\20int\29 -10239:\28anonymous\20namespace\29::SkUnicodeHbScriptRunIterator::currentScript\28\29\20const -10240:\28anonymous\20namespace\29::SkUnicodeHbScriptRunIterator::consume\28\29 -10241:\28anonymous\20namespace\29::SkMorphologyImageFilter::onGetOutputLayerBounds\28skif::Mapping\20const&\2c\20std::__2::optional>\29\20const -10242:\28anonymous\20namespace\29::SkMorphologyImageFilter::onGetInputLayerBounds\28skif::Mapping\20const&\2c\20skif::LayerSpace\20const&\2c\20std::__2::optional>\29\20const -10243:\28anonymous\20namespace\29::SkMorphologyImageFilter::onFilterImage\28skif::Context\20const&\29\20const -10244:\28anonymous\20namespace\29::SkMorphologyImageFilter::getTypeName\28\29\20const -10245:\28anonymous\20namespace\29::SkMorphologyImageFilter::flatten\28SkWriteBuffer&\29\20const -10246:\28anonymous\20namespace\29::SkMorphologyImageFilter::computeFastBounds\28SkRect\20const&\29\20const -10247:\28anonymous\20namespace\29::SkMatrixTransformImageFilter::onGetOutputLayerBounds\28skif::Mapping\20const&\2c\20std::__2::optional>\29\20const -10248:\28anonymous\20namespace\29::SkMatrixTransformImageFilter::onGetInputLayerBounds\28skif::Mapping\20const&\2c\20skif::LayerSpace\20const&\2c\20std::__2::optional>\29\20const -10249:\28anonymous\20namespace\29::SkMatrixTransformImageFilter::onFilterImage\28skif::Context\20const&\29\20const -10250:\28anonymous\20namespace\29::SkMatrixTransformImageFilter::getTypeName\28\29\20const -10251:\28anonymous\20namespace\29::SkMatrixTransformImageFilter::flatten\28SkWriteBuffer&\29\20const -10252:\28anonymous\20namespace\29::SkMatrixTransformImageFilter::computeFastBounds\28SkRect\20const&\29\20const -10253:\28anonymous\20namespace\29::SkFTGeometrySink::Quad\28FT_Vector_\20const*\2c\20FT_Vector_\20const*\2c\20void*\29 -10254:\28anonymous\20namespace\29::SkFTGeometrySink::Move\28FT_Vector_\20const*\2c\20void*\29 -10255:\28anonymous\20namespace\29::SkFTGeometrySink::Line\28FT_Vector_\20const*\2c\20void*\29 -10256:\28anonymous\20namespace\29::SkFTGeometrySink::Cubic\28FT_Vector_\20const*\2c\20FT_Vector_\20const*\2c\20FT_Vector_\20const*\2c\20void*\29 -10257:\28anonymous\20namespace\29::SkEmptyTypeface::onGetFontDescriptor\28SkFontDescriptor*\2c\20bool*\29\20const -10258:\28anonymous\20namespace\29::SkEmptyTypeface::onGetFamilyName\28SkString*\29\20const -10259:\28anonymous\20namespace\29::SkEmptyTypeface::onCreateScalerContext\28SkScalerContextEffects\20const&\2c\20SkDescriptor\20const*\29\20const -10260:\28anonymous\20namespace\29::SkEmptyTypeface::onCreateFamilyNameIterator\28\29\20const -10261:\28anonymous\20namespace\29::SkEmptyTypeface::onCharsToGlyphs\28SkSpan\2c\20SkSpan\29\20const -10262:\28anonymous\20namespace\29::SkCropImageFilter::onGetOutputLayerBounds\28skif::Mapping\20const&\2c\20std::__2::optional>\29\20const -10263:\28anonymous\20namespace\29::SkCropImageFilter::onGetInputLayerBounds\28skif::Mapping\20const&\2c\20skif::LayerSpace\20const&\2c\20std::__2::optional>\29\20const -10264:\28anonymous\20namespace\29::SkCropImageFilter::onFilterImage\28skif::Context\20const&\29\20const -10265:\28anonymous\20namespace\29::SkCropImageFilter::onAffectsTransparentBlack\28\29\20const -10266:\28anonymous\20namespace\29::SkCropImageFilter::getTypeName\28\29\20const -10267:\28anonymous\20namespace\29::SkCropImageFilter::flatten\28SkWriteBuffer&\29\20const -10268:\28anonymous\20namespace\29::SkCropImageFilter::computeFastBounds\28SkRect\20const&\29\20const -10269:\28anonymous\20namespace\29::SkComposeImageFilter::onGetOutputLayerBounds\28skif::Mapping\20const&\2c\20std::__2::optional>\29\20const -10270:\28anonymous\20namespace\29::SkComposeImageFilter::onGetInputLayerBounds\28skif::Mapping\20const&\2c\20skif::LayerSpace\20const&\2c\20std::__2::optional>\29\20const -10271:\28anonymous\20namespace\29::SkComposeImageFilter::onFilterImage\28skif::Context\20const&\29\20const -10272:\28anonymous\20namespace\29::SkComposeImageFilter::getTypeName\28\29\20const -10273:\28anonymous\20namespace\29::SkComposeImageFilter::computeFastBounds\28SkRect\20const&\29\20const -10274:\28anonymous\20namespace\29::SkColorFilterImageFilter::~SkColorFilterImageFilter\28\29_5070 -10275:\28anonymous\20namespace\29::SkColorFilterImageFilter::onIsColorFilterNode\28SkColorFilter**\29\20const -10276:\28anonymous\20namespace\29::SkColorFilterImageFilter::onGetOutputLayerBounds\28skif::Mapping\20const&\2c\20std::__2::optional>\29\20const -10277:\28anonymous\20namespace\29::SkColorFilterImageFilter::onGetInputLayerBounds\28skif::Mapping\20const&\2c\20skif::LayerSpace\20const&\2c\20std::__2::optional>\29\20const -10278:\28anonymous\20namespace\29::SkColorFilterImageFilter::onFilterImage\28skif::Context\20const&\29\20const -10279:\28anonymous\20namespace\29::SkColorFilterImageFilter::onAffectsTransparentBlack\28\29\20const -10280:\28anonymous\20namespace\29::SkColorFilterImageFilter::getTypeName\28\29\20const -10281:\28anonymous\20namespace\29::SkColorFilterImageFilter::flatten\28SkWriteBuffer&\29\20const -10282:\28anonymous\20namespace\29::SkColorFilterImageFilter::computeFastBounds\28SkRect\20const&\29\20const -10283:\28anonymous\20namespace\29::SkBlurImageFilter::onGetOutputLayerBounds\28skif::Mapping\20const&\2c\20std::__2::optional>\29\20const -10284:\28anonymous\20namespace\29::SkBlurImageFilter::onGetInputLayerBounds\28skif::Mapping\20const&\2c\20skif::LayerSpace\20const&\2c\20std::__2::optional>\29\20const -10285:\28anonymous\20namespace\29::SkBlurImageFilter::onFilterImage\28skif::Context\20const&\29\20const -10286:\28anonymous\20namespace\29::SkBlurImageFilter::getTypeName\28\29\20const -10287:\28anonymous\20namespace\29::SkBlurImageFilter::flatten\28SkWriteBuffer&\29\20const -10288:\28anonymous\20namespace\29::SkBlurImageFilter::computeFastBounds\28SkRect\20const&\29\20const -10289:\28anonymous\20namespace\29::SkBlendImageFilter::~SkBlendImageFilter\28\29_5042 -10290:\28anonymous\20namespace\29::SkBlendImageFilter::onGetOutputLayerBounds\28skif::Mapping\20const&\2c\20std::__2::optional>\29\20const -10291:\28anonymous\20namespace\29::SkBlendImageFilter::onGetInputLayerBounds\28skif::Mapping\20const&\2c\20skif::LayerSpace\20const&\2c\20std::__2::optional>\29\20const -10292:\28anonymous\20namespace\29::SkBlendImageFilter::onFilterImage\28skif::Context\20const&\29\20const -10293:\28anonymous\20namespace\29::SkBlendImageFilter::onAffectsTransparentBlack\28\29\20const -10294:\28anonymous\20namespace\29::SkBlendImageFilter::getTypeName\28\29\20const -10295:\28anonymous\20namespace\29::SkBlendImageFilter::flatten\28SkWriteBuffer&\29\20const -10296:\28anonymous\20namespace\29::SkBlendImageFilter::computeFastBounds\28SkRect\20const&\29\20const -10297:\28anonymous\20namespace\29::SkBidiIterator_icu::~SkBidiIterator_icu\28\29_7604 -10298:\28anonymous\20namespace\29::SkBidiIterator_icu::getLevelAt\28int\29 -10299:\28anonymous\20namespace\29::SkBidiIterator_icu::getLength\28\29 -10300:\28anonymous\20namespace\29::SimpleTriangleShader::name\28\29\20const -10301:\28anonymous\20namespace\29::SimpleTriangleShader::makeProgramImpl\28GrShaderCaps\20const&\29\20const::Impl::emitVertexCode\28GrShaderCaps\20const&\2c\20GrPathTessellationShader\20const&\2c\20GrGLSLVertexBuilder*\2c\20GrGLSLVaryingHandler*\2c\20GrGeometryProcessor::ProgramImpl::GrGPArgs*\29 -10302:\28anonymous\20namespace\29::SimpleTriangleShader::makeProgramImpl\28GrShaderCaps\20const&\29\20const -10303:\28anonymous\20namespace\29::ShaperHarfBuzz::shape\28char\20const*\2c\20unsigned\20long\2c\20SkShaper::FontRunIterator&\2c\20SkShaper::BiDiRunIterator&\2c\20SkShaper::ScriptRunIterator&\2c\20SkShaper::LanguageRunIterator&\2c\20float\2c\20SkShaper::RunHandler*\29\20const -10304:\28anonymous\20namespace\29::ShaperHarfBuzz::shape\28char\20const*\2c\20unsigned\20long\2c\20SkShaper::FontRunIterator&\2c\20SkShaper::BiDiRunIterator&\2c\20SkShaper::ScriptRunIterator&\2c\20SkShaper::LanguageRunIterator&\2c\20SkShaper::Feature\20const*\2c\20unsigned\20long\2c\20float\2c\20SkShaper::RunHandler*\29\20const -10305:\28anonymous\20namespace\29::ShaperHarfBuzz::shape\28char\20const*\2c\20unsigned\20long\2c\20SkFont\20const&\2c\20bool\2c\20float\2c\20SkShaper::RunHandler*\29\20const -10306:\28anonymous\20namespace\29::ShapeDontWrapOrReorder::~ShapeDontWrapOrReorder\28\29 -10307:\28anonymous\20namespace\29::ShapeDontWrapOrReorder::wrap\28char\20const*\2c\20unsigned\20long\2c\20SkShaper::BiDiRunIterator\20const&\2c\20SkShaper::LanguageRunIterator\20const&\2c\20SkShaper::ScriptRunIterator\20const&\2c\20SkShaper::FontRunIterator\20const&\2c\20\28anonymous\20namespace\29::RunIteratorQueue&\2c\20SkShaper::Feature\20const*\2c\20unsigned\20long\2c\20float\2c\20SkShaper::RunHandler*\29\20const -10308:\28anonymous\20namespace\29::ShadowInvalidator::~ShadowInvalidator\28\29_4879 -10309:\28anonymous\20namespace\29::ShadowInvalidator::changed\28\29 -10310:\28anonymous\20namespace\29::ShadowCircularRRectOp::~ShadowCircularRRectOp\28\29_11225 -10311:\28anonymous\20namespace\29::ShadowCircularRRectOp::visitProxies\28std::__2::function\20const&\29\20const -10312:\28anonymous\20namespace\29::ShadowCircularRRectOp::programInfo\28\29 -10313:\28anonymous\20namespace\29::ShadowCircularRRectOp::onPrepareDraws\28GrMeshDrawTarget*\29 -10314:\28anonymous\20namespace\29::ShadowCircularRRectOp::onExecute\28GrOpFlushState*\2c\20SkRect\20const&\29 -10315:\28anonymous\20namespace\29::ShadowCircularRRectOp::onCreateProgramInfo\28GrCaps\20const*\2c\20SkArenaAlloc*\2c\20GrSurfaceProxyView\20const&\2c\20bool\2c\20GrAppliedClip&&\2c\20GrDstProxyView\20const&\2c\20GrXferBarrierFlags\2c\20GrLoadOp\29 -10316:\28anonymous\20namespace\29::ShadowCircularRRectOp::onCombineIfPossible\28GrOp*\2c\20SkArenaAlloc*\2c\20GrCaps\20const&\29 -10317:\28anonymous\20namespace\29::ShadowCircularRRectOp::name\28\29\20const -10318:\28anonymous\20namespace\29::ShadowCircularRRectOp::finalize\28GrCaps\20const&\2c\20GrAppliedClip\20const*\2c\20GrClampType\29 -10319:\28anonymous\20namespace\29::SDFTSubRun::unflattenSize\28\29\20const -10320:\28anonymous\20namespace\29::SDFTSubRun::regenerateAtlas\28int\2c\20int\2c\20std::__2::function\20\28sktext::gpu::GlyphVector*\2c\20int\2c\20int\2c\20skgpu::MaskFormat\2c\20int\29>\29\20const -10321:\28anonymous\20namespace\29::SDFTSubRun::glyphParams\28\29\20const -10322:\28anonymous\20namespace\29::SDFTSubRun::draw\28SkCanvas*\2c\20SkPoint\2c\20SkPaint\20const&\2c\20sk_sp\2c\20std::__2::function\2c\20sktext::gpu::RendererData\29>\20const&\29\20const -10323:\28anonymous\20namespace\29::SDFTSubRun::doFlatten\28SkWriteBuffer&\29\20const -10324:\28anonymous\20namespace\29::SDFTSubRun::canReuse\28SkPaint\20const&\2c\20SkMatrix\20const&\29\20const -10325:\28anonymous\20namespace\29::RectsBlurRec::~RectsBlurRec\28\29_2655 -10326:\28anonymous\20namespace\29::RectsBlurRec::getCategory\28\29\20const -10327:\28anonymous\20namespace\29::RectsBlurRec::diagnostic_only_getDiscardable\28\29\20const -10328:\28anonymous\20namespace\29::RectsBlurRec::bytesUsed\28\29\20const -10329:\28anonymous\20namespace\29::RectsBlurRec::Visitor\28SkResourceCache::Rec\20const&\2c\20void*\29 -10330:\28anonymous\20namespace\29::RasterShaderBlurAlgorithm::makeDevice\28SkImageInfo\20const&\29\20const -10331:\28anonymous\20namespace\29::RasterBlurEngine::findAlgorithm\28SkSize\2c\20SkColorType\29\20const -10332:\28anonymous\20namespace\29::RasterA8BlurAlgorithm::blur\28SkSize\2c\20sk_sp\2c\20SkIRect\20const&\2c\20SkTileMode\2c\20SkIRect\20const&\29\20const -10333:\28anonymous\20namespace\29::Raster8888BlurAlgorithm::blur\28SkSize\2c\20sk_sp\2c\20SkIRect\20const&\2c\20SkTileMode\2c\20SkIRect\20const&\29\20const -10334:\28anonymous\20namespace\29::RRectBlurRec::~RRectBlurRec\28\29_2649 -10335:\28anonymous\20namespace\29::RRectBlurRec::getCategory\28\29\20const -10336:\28anonymous\20namespace\29::RRectBlurRec::diagnostic_only_getDiscardable\28\29\20const -10337:\28anonymous\20namespace\29::RRectBlurRec::bytesUsed\28\29\20const -10338:\28anonymous\20namespace\29::RRectBlurRec::Visitor\28SkResourceCache::Rec\20const&\2c\20void*\29 -10339:\28anonymous\20namespace\29::PathSubRun::~PathSubRun\28\29_12193 -10340:\28anonymous\20namespace\29::PathSubRun::unflattenSize\28\29\20const -10341:\28anonymous\20namespace\29::PathSubRun::draw\28SkCanvas*\2c\20SkPoint\2c\20SkPaint\20const&\2c\20sk_sp\2c\20std::__2::function\2c\20sktext::gpu::RendererData\29>\20const&\29\20const -10342:\28anonymous\20namespace\29::PathSubRun::doFlatten\28SkWriteBuffer&\29\20const -10343:\28anonymous\20namespace\29::MipMapRec::~MipMapRec\28\29_1288 -10344:\28anonymous\20namespace\29::MipMapRec::getCategory\28\29\20const -10345:\28anonymous\20namespace\29::MipMapRec::diagnostic_only_getDiscardable\28\29\20const -10346:\28anonymous\20namespace\29::MipMapRec::bytesUsed\28\29\20const -10347:\28anonymous\20namespace\29::MipMapRec::Finder\28SkResourceCache::Rec\20const&\2c\20void*\29 -10348:\28anonymous\20namespace\29::MiddleOutShader::~MiddleOutShader\28\29_11441 -10349:\28anonymous\20namespace\29::MiddleOutShader::name\28\29\20const -10350:\28anonymous\20namespace\29::MiddleOutShader::makeProgramImpl\28GrShaderCaps\20const&\29\20const::Impl::emitVertexCode\28GrShaderCaps\20const&\2c\20GrPathTessellationShader\20const&\2c\20GrGLSLVertexBuilder*\2c\20GrGLSLVaryingHandler*\2c\20GrGeometryProcessor::ProgramImpl::GrGPArgs*\29 -10351:\28anonymous\20namespace\29::MiddleOutShader::makeProgramImpl\28GrShaderCaps\20const&\29\20const -10352:\28anonymous\20namespace\29::MiddleOutShader::addToKey\28GrShaderCaps\20const&\2c\20skgpu::KeyBuilder*\29\20const -10353:\28anonymous\20namespace\29::MeshOp::~MeshOp\28\29_10766 -10354:\28anonymous\20namespace\29::MeshOp::visitProxies\28std::__2::function\20const&\29\20const -10355:\28anonymous\20namespace\29::MeshOp::programInfo\28\29 -10356:\28anonymous\20namespace\29::MeshOp::onPrepareDraws\28GrMeshDrawTarget*\29 -10357:\28anonymous\20namespace\29::MeshOp::onExecute\28GrOpFlushState*\2c\20SkRect\20const&\29 -10358:\28anonymous\20namespace\29::MeshOp::onCreateProgramInfo\28GrCaps\20const*\2c\20SkArenaAlloc*\2c\20GrSurfaceProxyView\20const&\2c\20bool\2c\20GrAppliedClip&&\2c\20GrDstProxyView\20const&\2c\20GrXferBarrierFlags\2c\20GrLoadOp\29 -10359:\28anonymous\20namespace\29::MeshOp::onCombineIfPossible\28GrOp*\2c\20SkArenaAlloc*\2c\20GrCaps\20const&\29 -10360:\28anonymous\20namespace\29::MeshOp::name\28\29\20const -10361:\28anonymous\20namespace\29::MeshOp::finalize\28GrCaps\20const&\2c\20GrAppliedClip\20const*\2c\20GrClampType\29 -10362:\28anonymous\20namespace\29::MeshGP::~MeshGP\28\29_10790 -10363:\28anonymous\20namespace\29::MeshGP::onTextureSampler\28int\29\20const -10364:\28anonymous\20namespace\29::MeshGP::name\28\29\20const -10365:\28anonymous\20namespace\29::MeshGP::makeProgramImpl\28GrShaderCaps\20const&\29\20const -10366:\28anonymous\20namespace\29::MeshGP::addToKey\28GrShaderCaps\20const&\2c\20skgpu::KeyBuilder*\29\20const -10367:\28anonymous\20namespace\29::MeshGP::Impl::~Impl\28\29_10796 -10368:\28anonymous\20namespace\29::MeshGP::Impl::setData\28GrGLSLProgramDataManager\20const&\2c\20GrShaderCaps\20const&\2c\20GrGeometryProcessor\20const&\29 -10369:\28anonymous\20namespace\29::MeshGP::Impl::onEmitCode\28GrGeometryProcessor::ProgramImpl::EmitArgs&\2c\20GrGeometryProcessor::ProgramImpl::GrGPArgs*\29 -10370:\28anonymous\20namespace\29::MeshGP::Impl::MeshCallbacks::toLinearSrgb\28std::__2::basic_string\2c\20std::__2::allocator>\29 -10371:\28anonymous\20namespace\29::MeshGP::Impl::MeshCallbacks::sampleShader\28int\2c\20std::__2::basic_string\2c\20std::__2::allocator>\29 -10372:\28anonymous\20namespace\29::MeshGP::Impl::MeshCallbacks::sampleColorFilter\28int\2c\20std::__2::basic_string\2c\20std::__2::allocator>\29 -10373:\28anonymous\20namespace\29::MeshGP::Impl::MeshCallbacks::sampleBlender\28int\2c\20std::__2::basic_string\2c\20std::__2::allocator>\2c\20std::__2::basic_string\2c\20std::__2::allocator>\29 -10374:\28anonymous\20namespace\29::MeshGP::Impl::MeshCallbacks::getMainName\28\29 -10375:\28anonymous\20namespace\29::MeshGP::Impl::MeshCallbacks::fromLinearSrgb\28std::__2::basic_string\2c\20std::__2::allocator>\29 -10376:\28anonymous\20namespace\29::MeshGP::Impl::MeshCallbacks::defineFunction\28char\20const*\2c\20char\20const*\2c\20bool\29 -10377:\28anonymous\20namespace\29::MeshGP::Impl::MeshCallbacks::declareUniform\28SkSL::VarDeclaration\20const*\29 -10378:\28anonymous\20namespace\29::MeshGP::Impl::MeshCallbacks::declareFunction\28char\20const*\29 -10379:\28anonymous\20namespace\29::HQDownSampler::buildLevel\28SkPixmap\20const&\2c\20SkPixmap\20const&\29 -10380:\28anonymous\20namespace\29::GaussianPass::startBlur\28\29 -10381:\28anonymous\20namespace\29::GaussianPass::blurSegment\28int\2c\20void\20const*\2c\20int\2c\20void*\2c\20int\29 -10382:\28anonymous\20namespace\29::GaussianPass::MakeMaker\28float\2c\20SkArenaAlloc*\29::Maker::makePass\28void*\2c\20SkArenaAlloc*\29\20const -10383:\28anonymous\20namespace\29::GaussianPass::MakeMaker\28float\2c\20SkArenaAlloc*\29::Maker::bufferSizeBytes\28\29\20const -10384:\28anonymous\20namespace\29::GaussianPass::startBlur\28\29 -10385:\28anonymous\20namespace\29::GaussianPass::blurSegment\28int\2c\20void\20const*\2c\20int\2c\20void*\2c\20int\29 -10386:\28anonymous\20namespace\29::GaussianPass::MakeMaker\28float\2c\20SkArenaAlloc*\29::Maker::makePass\28void*\2c\20SkArenaAlloc*\29\20const -10387:\28anonymous\20namespace\29::GaussianPass::MakeMaker\28float\2c\20SkArenaAlloc*\29::Maker::bufferSizeBytes\28\29\20const -10388:\28anonymous\20namespace\29::FillRectOpImpl::~FillRectOpImpl\28\29_10886 -10389:\28anonymous\20namespace\29::FillRectOpImpl::visitProxies\28std::__2::function\20const&\29\20const -10390:\28anonymous\20namespace\29::FillRectOpImpl::onPrepareDraws\28GrMeshDrawTarget*\29 -10391:\28anonymous\20namespace\29::FillRectOpImpl::onPrePrepareDraws\28GrRecordingContext*\2c\20GrSurfaceProxyView\20const&\2c\20GrAppliedClip*\2c\20GrDstProxyView\20const&\2c\20GrXferBarrierFlags\2c\20GrLoadOp\29 -10392:\28anonymous\20namespace\29::FillRectOpImpl::onExecute\28GrOpFlushState*\2c\20SkRect\20const&\29 -10393:\28anonymous\20namespace\29::FillRectOpImpl::onCreateProgramInfo\28GrCaps\20const*\2c\20SkArenaAlloc*\2c\20GrSurfaceProxyView\20const&\2c\20bool\2c\20GrAppliedClip&&\2c\20GrDstProxyView\20const&\2c\20GrXferBarrierFlags\2c\20GrLoadOp\29 -10394:\28anonymous\20namespace\29::FillRectOpImpl::onCombineIfPossible\28GrOp*\2c\20SkArenaAlloc*\2c\20GrCaps\20const&\29 -10395:\28anonymous\20namespace\29::FillRectOpImpl::name\28\29\20const -10396:\28anonymous\20namespace\29::FillRectOpImpl::finalize\28GrCaps\20const&\2c\20GrAppliedClip\20const*\2c\20GrClampType\29 -10397:\28anonymous\20namespace\29::ExternalWebGLTexture::~ExternalWebGLTexture\28\29_532 -10398:\28anonymous\20namespace\29::ExternalWebGLTexture::getBackendTexture\28\29 -10399:\28anonymous\20namespace\29::ExternalWebGLTexture::dispose\28\29 -10400:\28anonymous\20namespace\29::EllipticalRRectEffect::onMakeProgramImpl\28\29\20const -10401:\28anonymous\20namespace\29::EllipticalRRectEffect::onAddToKey\28GrShaderCaps\20const&\2c\20skgpu::KeyBuilder*\29\20const -10402:\28anonymous\20namespace\29::EllipticalRRectEffect::name\28\29\20const -10403:\28anonymous\20namespace\29::EllipticalRRectEffect::clone\28\29\20const -10404:\28anonymous\20namespace\29::EllipticalRRectEffect::Impl::onSetData\28GrGLSLProgramDataManager\20const&\2c\20GrFragmentProcessor\20const&\29 -10405:\28anonymous\20namespace\29::EllipticalRRectEffect::Impl::emitCode\28GrFragmentProcessor::ProgramImpl::EmitArgs&\29 -10406:\28anonymous\20namespace\29::DrawableSubRun::~DrawableSubRun\28\29_12201 -10407:\28anonymous\20namespace\29::DrawableSubRun::unflattenSize\28\29\20const -10408:\28anonymous\20namespace\29::DrawableSubRun::draw\28SkCanvas*\2c\20SkPoint\2c\20SkPaint\20const&\2c\20sk_sp\2c\20std::__2::function\2c\20sktext::gpu::RendererData\29>\20const&\29\20const -10409:\28anonymous\20namespace\29::DrawableSubRun::doFlatten\28SkWriteBuffer&\29\20const -10410:\28anonymous\20namespace\29::DrawAtlasPathShader::~DrawAtlasPathShader\28\29_10737 -10411:\28anonymous\20namespace\29::DrawAtlasPathShader::onTextureSampler\28int\29\20const -10412:\28anonymous\20namespace\29::DrawAtlasPathShader::name\28\29\20const -10413:\28anonymous\20namespace\29::DrawAtlasPathShader::makeProgramImpl\28GrShaderCaps\20const&\29\20const -10414:\28anonymous\20namespace\29::DrawAtlasPathShader::addToKey\28GrShaderCaps\20const&\2c\20skgpu::KeyBuilder*\29\20const -10415:\28anonymous\20namespace\29::DrawAtlasPathShader::Impl::setData\28GrGLSLProgramDataManager\20const&\2c\20GrShaderCaps\20const&\2c\20GrGeometryProcessor\20const&\29 -10416:\28anonymous\20namespace\29::DrawAtlasPathShader::Impl::onEmitCode\28GrGeometryProcessor::ProgramImpl::EmitArgs&\2c\20GrGeometryProcessor::ProgramImpl::GrGPArgs*\29 -10417:\28anonymous\20namespace\29::DrawAtlasOpImpl::~DrawAtlasOpImpl\28\29_10714 -10418:\28anonymous\20namespace\29::DrawAtlasOpImpl::onPrepareDraws\28GrMeshDrawTarget*\29 -10419:\28anonymous\20namespace\29::DrawAtlasOpImpl::onCreateProgramInfo\28GrCaps\20const*\2c\20SkArenaAlloc*\2c\20GrSurfaceProxyView\20const&\2c\20bool\2c\20GrAppliedClip&&\2c\20GrDstProxyView\20const&\2c\20GrXferBarrierFlags\2c\20GrLoadOp\29 -10420:\28anonymous\20namespace\29::DrawAtlasOpImpl::onCombineIfPossible\28GrOp*\2c\20SkArenaAlloc*\2c\20GrCaps\20const&\29 -10421:\28anonymous\20namespace\29::DrawAtlasOpImpl::name\28\29\20const -10422:\28anonymous\20namespace\29::DrawAtlasOpImpl::finalize\28GrCaps\20const&\2c\20GrAppliedClip\20const*\2c\20GrClampType\29 -10423:\28anonymous\20namespace\29::DirectMaskSubRun::unflattenSize\28\29\20const -10424:\28anonymous\20namespace\29::DirectMaskSubRun::regenerateAtlas\28int\2c\20int\2c\20std::__2::function\20\28sktext::gpu::GlyphVector*\2c\20int\2c\20int\2c\20skgpu::MaskFormat\2c\20int\29>\29\20const -10425:\28anonymous\20namespace\29::DirectMaskSubRun::doFlatten\28SkWriteBuffer&\29\20const -10426:\28anonymous\20namespace\29::DirectMaskSubRun::deviceRectAndNeedsTransform\28SkMatrix\20const&\29\20const -10427:\28anonymous\20namespace\29::DirectMaskSubRun::canReuse\28SkPaint\20const&\2c\20SkMatrix\20const&\29\20const -10428:\28anonymous\20namespace\29::DefaultPathOp::~DefaultPathOp\28\29_10690 -10429:\28anonymous\20namespace\29::DefaultPathOp::visitProxies\28std::__2::function\20const&\29\20const -10430:\28anonymous\20namespace\29::DefaultPathOp::onPrepareDraws\28GrMeshDrawTarget*\29 -10431:\28anonymous\20namespace\29::DefaultPathOp::onExecute\28GrOpFlushState*\2c\20SkRect\20const&\29 -10432:\28anonymous\20namespace\29::DefaultPathOp::onCreateProgramInfo\28GrCaps\20const*\2c\20SkArenaAlloc*\2c\20GrSurfaceProxyView\20const&\2c\20bool\2c\20GrAppliedClip&&\2c\20GrDstProxyView\20const&\2c\20GrXferBarrierFlags\2c\20GrLoadOp\29 -10433:\28anonymous\20namespace\29::DefaultPathOp::onCombineIfPossible\28GrOp*\2c\20SkArenaAlloc*\2c\20GrCaps\20const&\29 -10434:\28anonymous\20namespace\29::DefaultPathOp::name\28\29\20const -10435:\28anonymous\20namespace\29::DefaultPathOp::fixedFunctionFlags\28\29\20const -10436:\28anonymous\20namespace\29::DefaultPathOp::finalize\28GrCaps\20const&\2c\20GrAppliedClip\20const*\2c\20GrClampType\29 -10437:\28anonymous\20namespace\29::CircularRRectEffect::onMakeProgramImpl\28\29\20const -10438:\28anonymous\20namespace\29::CircularRRectEffect::onAddToKey\28GrShaderCaps\20const&\2c\20skgpu::KeyBuilder*\29\20const -10439:\28anonymous\20namespace\29::CircularRRectEffect::name\28\29\20const -10440:\28anonymous\20namespace\29::CircularRRectEffect::clone\28\29\20const -10441:\28anonymous\20namespace\29::CircularRRectEffect::Impl::onSetData\28GrGLSLProgramDataManager\20const&\2c\20GrFragmentProcessor\20const&\29 -10442:\28anonymous\20namespace\29::CircularRRectEffect::Impl::emitCode\28GrFragmentProcessor::ProgramImpl::EmitArgs&\29 -10443:\28anonymous\20namespace\29::CachedTessellationsRec::~CachedTessellationsRec\28\29_4883 -10444:\28anonymous\20namespace\29::CachedTessellationsRec::getCategory\28\29\20const -10445:\28anonymous\20namespace\29::CachedTessellationsRec::bytesUsed\28\29\20const -10446:\28anonymous\20namespace\29::CachedTessellations::~CachedTessellations\28\29_4889 -10447:\28anonymous\20namespace\29::CacheImpl::~CacheImpl\28\29_2517 -10448:\28anonymous\20namespace\29::CacheImpl::set\28SkImageFilterCacheKey\20const&\2c\20SkImageFilter\20const*\2c\20skif::FilterResult\20const&\29 -10449:\28anonymous\20namespace\29::CacheImpl::purge\28\29 -10450:\28anonymous\20namespace\29::CacheImpl::purgeByImageFilter\28SkImageFilter\20const*\29 -10451:\28anonymous\20namespace\29::CacheImpl::get\28SkImageFilterCacheKey\20const&\2c\20skif::FilterResult*\29\20const -10452:\28anonymous\20namespace\29::BoundingBoxShader::name\28\29\20const -10453:\28anonymous\20namespace\29::BoundingBoxShader::makeProgramImpl\28GrShaderCaps\20const&\29\20const::Impl::setData\28GrGLSLProgramDataManager\20const&\2c\20GrShaderCaps\20const&\2c\20GrGeometryProcessor\20const&\29 -10454:\28anonymous\20namespace\29::BoundingBoxShader::makeProgramImpl\28GrShaderCaps\20const&\29\20const::Impl::onEmitCode\28GrGeometryProcessor::ProgramImpl::EmitArgs&\2c\20GrGeometryProcessor::ProgramImpl::GrGPArgs*\29 -10455:\28anonymous\20namespace\29::BoundingBoxShader::makeProgramImpl\28GrShaderCaps\20const&\29\20const -10456:\28anonymous\20namespace\29::AAHairlineOp::~AAHairlineOp\28\29_10463 -10457:\28anonymous\20namespace\29::AAHairlineOp::visitProxies\28std::__2::function\20const&\29\20const -10458:\28anonymous\20namespace\29::AAHairlineOp::onPrepareDraws\28GrMeshDrawTarget*\29 -10459:\28anonymous\20namespace\29::AAHairlineOp::onPrePrepareDraws\28GrRecordingContext*\2c\20GrSurfaceProxyView\20const&\2c\20GrAppliedClip*\2c\20GrDstProxyView\20const&\2c\20GrXferBarrierFlags\2c\20GrLoadOp\29 -10460:\28anonymous\20namespace\29::AAHairlineOp::onExecute\28GrOpFlushState*\2c\20SkRect\20const&\29 -10461:\28anonymous\20namespace\29::AAHairlineOp::onCreateProgramInfo\28GrCaps\20const*\2c\20SkArenaAlloc*\2c\20GrSurfaceProxyView\20const&\2c\20bool\2c\20GrAppliedClip&&\2c\20GrDstProxyView\20const&\2c\20GrXferBarrierFlags\2c\20GrLoadOp\29 -10462:\28anonymous\20namespace\29::AAHairlineOp::onCombineIfPossible\28GrOp*\2c\20SkArenaAlloc*\2c\20GrCaps\20const&\29 -10463:\28anonymous\20namespace\29::AAHairlineOp::name\28\29\20const -10464:\28anonymous\20namespace\29::AAHairlineOp::fixedFunctionFlags\28\29\20const -10465:\28anonymous\20namespace\29::AAHairlineOp::finalize\28GrCaps\20const&\2c\20GrAppliedClip\20const*\2c\20GrClampType\29 -10466:\28anonymous\20namespace\29::A8Pass::startBlur\28\29 -10467:\28anonymous\20namespace\29::A8Pass::blurSegment\28int\2c\20void\20const*\2c\20int\2c\20void*\2c\20int\29 -10468:\28anonymous\20namespace\29::A8Pass::MakeMaker\28float\2c\20SkArenaAlloc*\29::Maker::makePass\28void*\2c\20SkArenaAlloc*\29\20const -10469:\28anonymous\20namespace\29::A8Pass::MakeMaker\28float\2c\20SkArenaAlloc*\29::Maker::bufferSizeBytes\28\29\20const -10470:Write_CVT_Stretched -10471:Write_CVT -10472:Vertish_SkAntiHairBlitter::drawLine\28int\2c\20int\2c\20int\2c\20int\29 -10473:Vertish_SkAntiHairBlitter::drawCap\28int\2c\20int\2c\20int\2c\20int\29 -10474:VertState::Triangles\28VertState*\29 -10475:VertState::TrianglesX\28VertState*\29 -10476:VertState::TriangleStrip\28VertState*\29 -10477:VertState::TriangleStripX\28VertState*\29 -10478:VertState::TriangleFan\28VertState*\29 -10479:VertState::TriangleFanX\28VertState*\29 -10480:VLine_SkAntiHairBlitter::drawLine\28int\2c\20int\2c\20int\2c\20int\29 -10481:VLine_SkAntiHairBlitter::drawCap\28int\2c\20int\2c\20int\2c\20int\29 -10482:TextureSourceImageGenerator::~TextureSourceImageGenerator\28\29_512 -10483:TextureSourceImageGenerator::generateExternalTexture\28GrRecordingContext*\2c\20skgpu::Mipmapped\29 -10484:TT_Set_MM_Blend -10485:TT_RunIns -10486:TT_Load_Simple_Glyph -10487:TT_Load_Glyph_Header -10488:TT_Load_Composite_Glyph -10489:TT_Get_Var_Design -10490:TT_Get_MM_Blend -10491:TT_Forget_Glyph_Frame -10492:TT_Access_Glyph_Frame -10493:TOUPPER\28unsigned\20char\29 -10494:TOLOWER\28unsigned\20char\29 -10495:SquareCapper\28SkPathBuilder*\2c\20SkPoint\20const&\2c\20SkPoint\20const&\2c\20SkPoint\20const&\2c\20bool\29 -10496:Sprite_D32_S32::blitRect\28int\2c\20int\2c\20int\2c\20int\29 -10497:Skwasm::Surface::Surface\28\29::$_0::__invoke\28\29 -10498:SkWeakRefCnt::internal_dispose\28\29\20const -10499:SkUnicode_client::~SkUnicode_client\28\29_7644 -10500:SkUnicode_client::toUpper\28SkString\20const&\2c\20char\20const*\29 -10501:SkUnicode_client::toUpper\28SkString\20const&\29 -10502:SkUnicode_client::reorderVisual\28unsigned\20char\20const*\2c\20int\2c\20int*\29 -10503:SkUnicode_client::makeBreakIterator\28char\20const*\2c\20SkUnicode::BreakType\29 -10504:SkUnicode_client::makeBreakIterator\28SkUnicode::BreakType\29 -10505:SkUnicode_client::makeBidiIterator\28unsigned\20short\20const*\2c\20int\2c\20SkBidiIterator::Direction\29 -10506:SkUnicode_client::makeBidiIterator\28char\20const*\2c\20int\2c\20SkBidiIterator::Direction\29 -10507:SkUnicode_client::getWords\28char\20const*\2c\20int\2c\20char\20const*\2c\20std::__2::vector>*\29 -10508:SkUnicode_client::getBidiRegions\28char\20const*\2c\20int\2c\20SkUnicode::TextDirection\2c\20std::__2::vector>*\29 -10509:SkUnicode_client::computeCodeUnitFlags\28char16_t*\2c\20int\2c\20bool\2c\20skia_private::TArray*\29 -10510:SkUnicode_client::computeCodeUnitFlags\28char*\2c\20int\2c\20bool\2c\20skia_private::TArray*\29 -10511:SkUnicodeHardCodedCharProperties::isWhitespace\28int\29 -10512:SkUnicodeHardCodedCharProperties::isTabulation\28int\29 -10513:SkUnicodeHardCodedCharProperties::isSpace\28int\29 -10514:SkUnicodeHardCodedCharProperties::isIdeographic\28int\29 -10515:SkUnicodeHardCodedCharProperties::isHardBreak\28int\29 -10516:SkUnicodeHardCodedCharProperties::isControl\28int\29 -10517:SkUnicodeBidiRunIterator::~SkUnicodeBidiRunIterator\28\29_12342 -10518:SkUnicodeBidiRunIterator::~SkUnicodeBidiRunIterator\28\29 -10519:SkUnicodeBidiRunIterator::endOfCurrentRun\28\29\20const -10520:SkUnicodeBidiRunIterator::currentLevel\28\29\20const -10521:SkUnicodeBidiRunIterator::consume\28\29 -10522:SkUnicodeBidiRunIterator::atEnd\28\29\20const -10523:SkTypeface_FreeTypeStream::~SkTypeface_FreeTypeStream\28\29_7800 -10524:SkTypeface_FreeTypeStream::onOpenStream\28int*\29\20const -10525:SkTypeface_FreeTypeStream::onMakeFontData\28\29\20const -10526:SkTypeface_FreeTypeStream::onMakeClone\28SkFontArguments\20const&\29\20const -10527:SkTypeface_FreeTypeStream::onGetFontDescriptor\28SkFontDescriptor*\2c\20bool*\29\20const -10528:SkTypeface_FreeType::onGlyphMaskNeedsCurrentColor\28\29\20const -10529:SkTypeface_FreeType::onGetVariationDesignPosition\28SkSpan\29\20const -10530:SkTypeface_FreeType::onGetVariationDesignParameters\28SkSpan\29\20const -10531:SkTypeface_FreeType::onGetUPEM\28\29\20const -10532:SkTypeface_FreeType::onGetTableTags\28SkSpan\29\20const -10533:SkTypeface_FreeType::onGetTableData\28unsigned\20int\2c\20unsigned\20long\2c\20unsigned\20long\2c\20void*\29\20const -10534:SkTypeface_FreeType::onGetPostScriptName\28SkString*\29\20const -10535:SkTypeface_FreeType::onGetKerningPairAdjustments\28SkSpan\2c\20SkSpan\29\20const -10536:SkTypeface_FreeType::onGetAdvancedMetrics\28\29\20const -10537:SkTypeface_FreeType::onFilterRec\28SkScalerContextRec*\29\20const -10538:SkTypeface_FreeType::onCreateScalerContext\28SkScalerContextEffects\20const&\2c\20SkDescriptor\20const*\29\20const -10539:SkTypeface_FreeType::onCreateScalerContextAsProxyTypeface\28SkScalerContextEffects\20const&\2c\20SkDescriptor\20const*\2c\20SkTypeface*\29\20const -10540:SkTypeface_FreeType::onCreateFamilyNameIterator\28\29\20const -10541:SkTypeface_FreeType::onCountGlyphs\28\29\20const -10542:SkTypeface_FreeType::onCopyTableData\28unsigned\20int\29\20const -10543:SkTypeface_FreeType::onCharsToGlyphs\28SkSpan\2c\20SkSpan\29\20const -10544:SkTypeface_FreeType::getPostScriptGlyphNames\28SkString*\29\20const -10545:SkTypeface_FreeType::getGlyphToUnicodeMap\28SkSpan\29\20const -10546:SkTypeface_Empty::~SkTypeface_Empty\28\29 -10547:SkTypeface_Custom::onGetFontDescriptor\28SkFontDescriptor*\2c\20bool*\29\20const -10548:SkTypeface::onOpenExistingStream\28int*\29\20const -10549:SkTypeface::onCreateScalerContextAsProxyTypeface\28SkScalerContextEffects\20const&\2c\20SkDescriptor\20const*\2c\20SkTypeface*\29\20const -10550:SkTypeface::onCopyTableData\28unsigned\20int\29\20const -10551:SkTypeface::onComputeBounds\28SkRect*\29\20const -10552:SkTriColorShader::type\28\29\20const -10553:SkTriColorShader::isOpaque\28\29\20const -10554:SkTriColorShader::appendStages\28SkStageRec\20const&\2c\20SkShaders::MatrixRec\20const&\29\20const -10555:SkTransformShader::type\28\29\20const -10556:SkTransformShader::appendStages\28SkStageRec\20const&\2c\20SkShaders::MatrixRec\20const&\29\20const -10557:SkTQuad::subDivide\28double\2c\20double\2c\20SkTCurve*\29\20const -10558:SkTQuad::setBounds\28SkDRect*\29\20const -10559:SkTQuad::ptAtT\28double\29\20const -10560:SkTQuad::make\28SkArenaAlloc&\29\20const -10561:SkTQuad::intersectRay\28SkIntersections*\2c\20SkDLine\20const&\29\20const -10562:SkTQuad::hullIntersects\28SkTCurve\20const&\2c\20bool*\29\20const -10563:SkTQuad::dxdyAtT\28double\29\20const -10564:SkTQuad::debugInit\28\29 -10565:SkTMaskGamma<3\2c\203\2c\203>::~SkTMaskGamma\28\29_4022 -10566:SkTCubic::subDivide\28double\2c\20double\2c\20SkTCurve*\29\20const -10567:SkTCubic::setBounds\28SkDRect*\29\20const -10568:SkTCubic::ptAtT\28double\29\20const -10569:SkTCubic::otherPts\28int\2c\20SkDPoint\20const**\29\20const -10570:SkTCubic::maxIntersections\28\29\20const -10571:SkTCubic::make\28SkArenaAlloc&\29\20const -10572:SkTCubic::intersectRay\28SkIntersections*\2c\20SkDLine\20const&\29\20const -10573:SkTCubic::hullIntersects\28SkTCurve\20const&\2c\20bool*\29\20const -10574:SkTCubic::hullIntersects\28SkDCubic\20const&\2c\20bool*\29\20const -10575:SkTCubic::dxdyAtT\28double\29\20const -10576:SkTCubic::debugInit\28\29 -10577:SkTCubic::controlsInside\28\29\20const -10578:SkTCubic::collapsed\28\29\20const -10579:SkTConic::subDivide\28double\2c\20double\2c\20SkTCurve*\29\20const -10580:SkTConic::setBounds\28SkDRect*\29\20const -10581:SkTConic::ptAtT\28double\29\20const -10582:SkTConic::make\28SkArenaAlloc&\29\20const -10583:SkTConic::intersectRay\28SkIntersections*\2c\20SkDLine\20const&\29\20const -10584:SkTConic::hullIntersects\28SkTCurve\20const&\2c\20bool*\29\20const -10585:SkTConic::hullIntersects\28SkDQuad\20const&\2c\20bool*\29\20const -10586:SkTConic::dxdyAtT\28double\29\20const -10587:SkTConic::debugInit\28\29 -10588:SkSynchronizedResourceCache::~SkSynchronizedResourceCache\28\29_4327 -10589:SkSynchronizedResourceCache::visitAll\28void\20\28*\29\28SkResourceCache::Rec\20const&\2c\20void*\29\2c\20void*\29 -10590:SkSynchronizedResourceCache::setTotalByteLimit\28unsigned\20long\29 -10591:SkSynchronizedResourceCache::setSingleAllocationByteLimit\28unsigned\20long\29 -10592:SkSynchronizedResourceCache::purgeAll\28\29 -10593:SkSynchronizedResourceCache::newCachedData\28unsigned\20long\29 -10594:SkSynchronizedResourceCache::getTotalBytesUsed\28\29\20const -10595:SkSynchronizedResourceCache::getTotalByteLimit\28\29\20const -10596:SkSynchronizedResourceCache::getSingleAllocationByteLimit\28\29\20const -10597:SkSynchronizedResourceCache::getEffectiveSingleAllocationByteLimit\28\29\20const -10598:SkSynchronizedResourceCache::find\28SkResourceCache::Key\20const&\2c\20bool\20\28*\29\28SkResourceCache::Rec\20const&\2c\20void*\29\2c\20void*\29 -10599:SkSynchronizedResourceCache::dump\28\29\20const -10600:SkSynchronizedResourceCache::discardableFactory\28\29\20const -10601:SkSynchronizedResourceCache::add\28SkResourceCache::Rec*\2c\20void*\29 -10602:SkSweepGradient::getTypeName\28\29\20const -10603:SkSweepGradient::flatten\28SkWriteBuffer&\29\20const -10604:SkSweepGradient::asGradient\28SkShaderBase::GradientInfo*\2c\20SkMatrix*\29\20const -10605:SkSweepGradient::appendGradientStages\28SkArenaAlloc*\2c\20SkRasterPipeline*\2c\20SkRasterPipeline*\29\20const -10606:SkSurface_Raster::~SkSurface_Raster\28\29_4592 -10607:SkSurface_Raster::onWritePixels\28SkPixmap\20const&\2c\20int\2c\20int\29 -10608:SkSurface_Raster::onRestoreBackingMutability\28\29 -10609:SkSurface_Raster::onNewSurface\28SkImageInfo\20const&\29 -10610:SkSurface_Raster::onNewImageSnapshot\28SkIRect\20const*\29 -10611:SkSurface_Raster::onNewCanvas\28\29 -10612:SkSurface_Raster::onDraw\28SkCanvas*\2c\20float\2c\20float\2c\20SkSamplingOptions\20const&\2c\20SkPaint\20const*\29 -10613:SkSurface_Raster::onCopyOnWrite\28SkSurface::ContentChangeMode\29 -10614:SkSurface_Raster::imageInfo\28\29\20const -10615:SkSurface_Ganesh::~SkSurface_Ganesh\28\29_11419 -10616:SkSurface_Ganesh::replaceBackendTexture\28GrBackendTexture\20const&\2c\20GrSurfaceOrigin\2c\20SkSurface::ContentChangeMode\2c\20void\20\28*\29\28void*\29\2c\20void*\29 -10617:SkSurface_Ganesh::onWritePixels\28SkPixmap\20const&\2c\20int\2c\20int\29 -10618:SkSurface_Ganesh::onWait\28int\2c\20GrBackendSemaphore\20const*\2c\20bool\29 -10619:SkSurface_Ganesh::onNewSurface\28SkImageInfo\20const&\29 -10620:SkSurface_Ganesh::onNewImageSnapshot\28SkIRect\20const*\29 -10621:SkSurface_Ganesh::onNewCanvas\28\29 -10622:SkSurface_Ganesh::onIsCompatible\28GrSurfaceCharacterization\20const&\29\20const -10623:SkSurface_Ganesh::onGetRecordingContext\28\29\20const -10624:SkSurface_Ganesh::onDraw\28SkCanvas*\2c\20float\2c\20float\2c\20SkSamplingOptions\20const&\2c\20SkPaint\20const*\29 -10625:SkSurface_Ganesh::onCopyOnWrite\28SkSurface::ContentChangeMode\29 -10626:SkSurface_Ganesh::onCharacterize\28GrSurfaceCharacterization*\29\20const -10627:SkSurface_Ganesh::onCapabilities\28\29 -10628:SkSurface_Ganesh::onAsyncRescaleAndReadPixels\28SkImageInfo\20const&\2c\20SkIRect\2c\20SkImage::RescaleGamma\2c\20SkImage::RescaleMode\2c\20void\20\28*\29\28void*\2c\20std::__2::unique_ptr>\29\2c\20void*\29 -10629:SkSurface_Ganesh::onAsyncRescaleAndReadPixelsYUV420\28SkYUVColorSpace\2c\20bool\2c\20sk_sp\2c\20SkIRect\2c\20SkISize\2c\20SkImage::RescaleGamma\2c\20SkImage::RescaleMode\2c\20void\20\28*\29\28void*\2c\20std::__2::unique_ptr>\29\2c\20void*\29 -10630:SkSurface_Ganesh::imageInfo\28\29\20const -10631:SkSurface_Base::onMakeTemporaryImage\28\29 -10632:SkSurface_Base::onAsyncRescaleAndReadPixels\28SkImageInfo\20const&\2c\20SkIRect\2c\20SkImage::RescaleGamma\2c\20SkImage::RescaleMode\2c\20void\20\28*\29\28void*\2c\20std::__2::unique_ptr>\29\2c\20void*\29 -10633:SkSurface::imageInfo\28\29\20const -10634:SkStrikeCache::~SkStrikeCache\28\29_4244 -10635:SkStrikeCache::findOrCreateScopedStrike\28SkStrikeSpec\20const&\29 -10636:SkStrike::~SkStrike\28\29_4229 -10637:SkStrike::strikePromise\28\29 -10638:SkStrike::roundingSpec\28\29\20const -10639:SkStrike::getDescriptor\28\29\20const -10640:SkSpriteBlitter_Memcpy::blitRect\28int\2c\20int\2c\20int\2c\20int\29 -10641:SkSpriteBlitter::setup\28SkPixmap\20const&\2c\20int\2c\20int\2c\20SkPaint\20const&\29 -10642:SkSpriteBlitter::blitV\28int\2c\20int\2c\20int\2c\20unsigned\20char\29 -10643:SkSpriteBlitter::blitMask\28SkMask\20const&\2c\20SkIRect\20const&\29 -10644:SkSpriteBlitter::blitH\28int\2c\20int\2c\20int\29 -10645:SkSpecialImage_Raster::~SkSpecialImage_Raster\28\29_4164 -10646:SkSpecialImage_Raster::onMakeBackingStoreSubset\28SkIRect\20const&\29\20const -10647:SkSpecialImage_Raster::getSize\28\29\20const -10648:SkSpecialImage_Raster::backingStoreDimensions\28\29\20const -10649:SkSpecialImage_Raster::asShader\28SkTileMode\2c\20SkSamplingOptions\20const&\2c\20SkMatrix\20const&\2c\20bool\29\20const -10650:SkSpecialImage_Raster::asImage\28\29\20const -10651:SkSpecialImage_Gpu::~SkSpecialImage_Gpu\28\29_10385 -10652:SkSpecialImage_Gpu::onMakeBackingStoreSubset\28SkIRect\20const&\29\20const -10653:SkSpecialImage_Gpu::getSize\28\29\20const -10654:SkSpecialImage_Gpu::backingStoreDimensions\28\29\20const -10655:SkSpecialImage_Gpu::asImage\28\29\20const -10656:SkSpecialImage::asShader\28SkTileMode\2c\20SkSamplingOptions\20const&\2c\20SkMatrix\20const&\2c\20bool\29\20const -10657:SkShaper::TrivialLanguageRunIterator::~TrivialLanguageRunIterator\28\29_12335 -10658:SkShaper::TrivialLanguageRunIterator::currentLanguage\28\29\20const -10659:SkShaper::TrivialFontRunIterator::~TrivialFontRunIterator\28\29_7116 -10660:SkShaper::TrivialBiDiRunIterator::currentLevel\28\29\20const -10661:SkShaderBlurAlgorithm::maxSigma\28\29\20const -10662:SkShaderBlurAlgorithm::blur\28SkSize\2c\20sk_sp\2c\20SkIRect\20const&\2c\20SkTileMode\2c\20SkIRect\20const&\29\20const -10663:SkScan::HairSquarePath\28SkPath\20const&\2c\20SkRasterClip\20const&\2c\20SkBlitter*\29 -10664:SkScan::HairRoundPath\28SkPath\20const&\2c\20SkRasterClip\20const&\2c\20SkBlitter*\29 -10665:SkScan::HairPath\28SkPath\20const&\2c\20SkRasterClip\20const&\2c\20SkBlitter*\29 -10666:SkScan::AntiHairSquarePath\28SkPath\20const&\2c\20SkRasterClip\20const&\2c\20SkBlitter*\29 -10667:SkScan::AntiHairRoundPath\28SkPath\20const&\2c\20SkRasterClip\20const&\2c\20SkBlitter*\29 -10668:SkScan::AntiHairPath\28SkPath\20const&\2c\20SkRasterClip\20const&\2c\20SkBlitter*\29 -10669:SkScan::AntiFillPath\28SkPath\20const&\2c\20SkRasterClip\20const&\2c\20SkBlitter*\29 -10670:SkScalerContext_FreeType::~SkScalerContext_FreeType\28\29_7736 -10671:SkScalerContext_FreeType::generatePath\28SkGlyph\20const&\2c\20SkPath*\2c\20bool*\29 -10672:SkScalerContext_FreeType::generateMetrics\28SkGlyph\20const&\2c\20SkArenaAlloc*\29 -10673:SkScalerContext_FreeType::generateImage\28SkGlyph\20const&\2c\20void*\29 -10674:SkScalerContext_FreeType::generateFontMetrics\28SkFontMetrics*\29 -10675:SkScalerContext_FreeType::generateDrawable\28SkGlyph\20const&\29 -10676:SkScalerContext::MakeEmpty\28SkTypeface&\2c\20SkScalerContextEffects\20const&\2c\20SkDescriptor\20const*\29::SkScalerContext_Empty::~SkScalerContext_Empty\28\29 -10677:SkScalerContext::MakeEmpty\28SkTypeface&\2c\20SkScalerContextEffects\20const&\2c\20SkDescriptor\20const*\29::SkScalerContext_Empty::generatePath\28SkGlyph\20const&\2c\20SkPath*\2c\20bool*\29 -10678:SkScalerContext::MakeEmpty\28SkTypeface&\2c\20SkScalerContextEffects\20const&\2c\20SkDescriptor\20const*\29::SkScalerContext_Empty::generateMetrics\28SkGlyph\20const&\2c\20SkArenaAlloc*\29 -10679:SkScalerContext::MakeEmpty\28SkTypeface&\2c\20SkScalerContextEffects\20const&\2c\20SkDescriptor\20const*\29::SkScalerContext_Empty::generateFontMetrics\28SkFontMetrics*\29 -10680:SkSRGBColorSpaceLuminance::toLuma\28float\2c\20float\29\20const -10681:SkSRGBColorSpaceLuminance::fromLuma\28float\2c\20float\29\20const -10682:SkSL::simplify_componentwise\28SkSL::Context\20const&\2c\20SkSL::Position\2c\20SkSL::Expression\20const&\2c\20SkSL::Operator\2c\20SkSL::Expression\20const&\29::$_3::__invoke\28double\2c\20double\29 -10683:SkSL::simplify_componentwise\28SkSL::Context\20const&\2c\20SkSL::Position\2c\20SkSL::Expression\20const&\2c\20SkSL::Operator\2c\20SkSL::Expression\20const&\29::$_2::__invoke\28double\2c\20double\29 -10684:SkSL::simplify_componentwise\28SkSL::Context\20const&\2c\20SkSL::Position\2c\20SkSL::Expression\20const&\2c\20SkSL::Operator\2c\20SkSL::Expression\20const&\29::$_1::__invoke\28double\2c\20double\29 -10685:SkSL::simplify_componentwise\28SkSL::Context\20const&\2c\20SkSL::Position\2c\20SkSL::Expression\20const&\2c\20SkSL::Operator\2c\20SkSL::Expression\20const&\29::$_0::__invoke\28double\2c\20double\29 -10686:SkSL::negate_value\28double\29 -10687:SkSL::eliminate_unreachable_code\28SkSpan>>\2c\20SkSL::ProgramUsage*\29::UnreachableCodeEliminator::~UnreachableCodeEliminator\28\29_6512 -10688:SkSL::eliminate_dead_local_variables\28SkSL::Context\20const&\2c\20SkSpan>>\2c\20SkSL::ProgramUsage*\29::DeadLocalVariableEliminator::~DeadLocalVariableEliminator\28\29_6509 -10689:SkSL::eliminate_dead_local_variables\28SkSL::Context\20const&\2c\20SkSpan>>\2c\20SkSL::ProgramUsage*\29::DeadLocalVariableEliminator::visitStatementPtr\28std::__2::unique_ptr>&\29 -10690:SkSL::eliminate_dead_local_variables\28SkSL::Context\20const&\2c\20SkSpan>>\2c\20SkSL::ProgramUsage*\29::DeadLocalVariableEliminator::visitExpressionPtr\28std::__2::unique_ptr>&\29 -10691:SkSL::count_returns_at_end_of_control_flow\28SkSL::FunctionDefinition\20const&\29::CountReturnsAtEndOfControlFlow::visitStatement\28SkSL::Statement\20const&\29 -10692:SkSL::bitwise_not_value\28double\29 -10693:SkSL::\28anonymous\20namespace\29::VariableWriteVisitor::visitExpression\28SkSL::Expression\20const&\29 -10694:SkSL::\28anonymous\20namespace\29::SampleOutsideMainVisitor::visitProgramElement\28SkSL::ProgramElement\20const&\29 -10695:SkSL::\28anonymous\20namespace\29::SampleOutsideMainVisitor::visitExpression\28SkSL::Expression\20const&\29 -10696:SkSL::\28anonymous\20namespace\29::ReturnsNonOpaqueColorVisitor::visitStatement\28SkSL::Statement\20const&\29 -10697:SkSL::\28anonymous\20namespace\29::ReturnsInputAlphaVisitor::visitStatement\28SkSL::Statement\20const&\29 -10698:SkSL::\28anonymous\20namespace\29::NodeCountVisitor::visitProgramElement\28SkSL::ProgramElement\20const&\29 -10699:SkSL::\28anonymous\20namespace\29::NodeCountVisitor::visitExpression\28SkSL::Expression\20const&\29 -10700:SkSL::\28anonymous\20namespace\29::MergeSampleUsageVisitor::visitProgramElement\28SkSL::ProgramElement\20const&\29 -10701:SkSL::\28anonymous\20namespace\29::MergeSampleUsageVisitor::visitExpression\28SkSL::Expression\20const&\29 -10702:SkSL::\28anonymous\20namespace\29::FinalizationVisitor::~FinalizationVisitor\28\29_5672 -10703:SkSL::\28anonymous\20namespace\29::FinalizationVisitor::visitExpression\28SkSL::Expression\20const&\29 -10704:SkSL::\28anonymous\20namespace\29::ES2IndexingVisitor::~ES2IndexingVisitor\28\29_5695 -10705:SkSL::\28anonymous\20namespace\29::ES2IndexingVisitor::visitStatement\28SkSL::Statement\20const&\29 -10706:SkSL::\28anonymous\20namespace\29::ES2IndexingVisitor::visitExpression\28SkSL::Expression\20const&\29 -10707:SkSL::VectorType::isOrContainsBool\28\29\20const -10708:SkSL::VectorType::isAllowedInUniform\28SkSL::Position*\29\20const -10709:SkSL::VectorType::isAllowedInES2\28\29\20const -10710:SkSL::VariableReference::clone\28SkSL::Position\29\20const -10711:SkSL::Variable::~Variable\28\29_6477 -10712:SkSL::Variable::setInterfaceBlock\28SkSL::InterfaceBlock*\29 -10713:SkSL::Variable::mangledName\28\29\20const -10714:SkSL::Variable::layout\28\29\20const -10715:SkSL::Variable::description\28\29\20const -10716:SkSL::VarDeclaration::~VarDeclaration\28\29_6475 -10717:SkSL::VarDeclaration::description\28\29\20const -10718:SkSL::TypeReference::clone\28SkSL::Position\29\20const -10719:SkSL::Type::minimumValue\28\29\20const -10720:SkSL::Type::maximumValue\28\29\20const -10721:SkSL::Type::matches\28SkSL::Type\20const&\29\20const -10722:SkSL::Type::isAllowedInUniform\28SkSL::Position*\29\20const -10723:SkSL::Type::fields\28\29\20const -10724:SkSL::Type::description\28\29\20const -10725:SkSL::Transform::HoistSwitchVarDeclarationsAtTopLevel\28SkSL::Context\20const&\2c\20skia_private::STArray<2\2c\20std::__2::unique_ptr>\2c\20true>&\2c\20SkSL::SymbolTable&\2c\20SkSL::Position\29::HoistSwitchVarDeclsVisitor::~HoistSwitchVarDeclsVisitor\28\29_6526 -10726:SkSL::Tracer::var\28int\2c\20int\29 -10727:SkSL::Tracer::scope\28int\29 -10728:SkSL::Tracer::line\28int\29 -10729:SkSL::Tracer::exit\28int\29 -10730:SkSL::Tracer::enter\28int\29 -10731:SkSL::TextureType::textureAccess\28\29\20const -10732:SkSL::TextureType::isMultisampled\28\29\20const -10733:SkSL::TextureType::isDepth\28\29\20const -10734:SkSL::TernaryExpression::~TernaryExpression\28\29_6290 -10735:SkSL::TernaryExpression::description\28SkSL::OperatorPrecedence\29\20const -10736:SkSL::TernaryExpression::clone\28SkSL::Position\29\20const -10737:SkSL::TProgramVisitor::visitExpression\28SkSL::Expression&\29 -10738:SkSL::Swizzle::description\28SkSL::OperatorPrecedence\29\20const -10739:SkSL::Swizzle::clone\28SkSL::Position\29\20const -10740:SkSL::SwitchStatement::description\28\29\20const -10741:SkSL::SwitchCase::description\28\29\20const -10742:SkSL::StructType::slotType\28unsigned\20long\29\20const -10743:SkSL::StructType::isOrContainsUnsizedArray\28\29\20const -10744:SkSL::StructType::isOrContainsBool\28\29\20const -10745:SkSL::StructType::isOrContainsAtomic\28\29\20const -10746:SkSL::StructType::isOrContainsArray\28\29\20const -10747:SkSL::StructType::isInterfaceBlock\28\29\20const -10748:SkSL::StructType::isBuiltin\28\29\20const -10749:SkSL::StructType::isAllowedInUniform\28SkSL::Position*\29\20const -10750:SkSL::StructType::isAllowedInES2\28\29\20const -10751:SkSL::StructType::fields\28\29\20const -10752:SkSL::StructDefinition::description\28\29\20const -10753:SkSL::StringStream::~StringStream\28\29_12267 -10754:SkSL::StringStream::write\28void\20const*\2c\20unsigned\20long\29 -10755:SkSL::StringStream::writeText\28char\20const*\29 -10756:SkSL::StringStream::write8\28unsigned\20char\29 -10757:SkSL::Setting::description\28SkSL::OperatorPrecedence\29\20const -10758:SkSL::Setting::clone\28SkSL::Position\29\20const -10759:SkSL::ScalarType::priority\28\29\20const -10760:SkSL::ScalarType::numberKind\28\29\20const -10761:SkSL::ScalarType::minimumValue\28\29\20const -10762:SkSL::ScalarType::maximumValue\28\29\20const -10763:SkSL::ScalarType::isOrContainsBool\28\29\20const -10764:SkSL::ScalarType::isAllowedInUniform\28SkSL::Position*\29\20const -10765:SkSL::ScalarType::isAllowedInES2\28\29\20const -10766:SkSL::ScalarType::bitWidth\28\29\20const -10767:SkSL::SamplerType::textureAccess\28\29\20const -10768:SkSL::SamplerType::isMultisampled\28\29\20const -10769:SkSL::SamplerType::isDepth\28\29\20const -10770:SkSL::SamplerType::isArrayedTexture\28\29\20const -10771:SkSL::SamplerType::dimensions\28\29\20const -10772:SkSL::ReturnStatement::description\28\29\20const -10773:SkSL::RP::VariableLValue::store\28SkSL::RP::Generator*\2c\20SkSL::RP::SlotRange\2c\20SkSL::RP::AutoStack*\2c\20SkSpan\29 -10774:SkSL::RP::VariableLValue::push\28SkSL::RP::Generator*\2c\20SkSL::RP::SlotRange\2c\20SkSL::RP::AutoStack*\2c\20SkSpan\29 -10775:SkSL::RP::VariableLValue::isWritable\28\29\20const -10776:SkSL::RP::UnownedLValueSlice::store\28SkSL::RP::Generator*\2c\20SkSL::RP::SlotRange\2c\20SkSL::RP::AutoStack*\2c\20SkSpan\29 -10777:SkSL::RP::UnownedLValueSlice::push\28SkSL::RP::Generator*\2c\20SkSL::RP::SlotRange\2c\20SkSL::RP::AutoStack*\2c\20SkSpan\29 -10778:SkSL::RP::UnownedLValueSlice::fixedSlotRange\28SkSL::RP::Generator*\29 -10779:SkSL::RP::SwizzleLValue::~SwizzleLValue\28\29_5967 -10780:SkSL::RP::SwizzleLValue::swizzle\28\29 -10781:SkSL::RP::SwizzleLValue::store\28SkSL::RP::Generator*\2c\20SkSL::RP::SlotRange\2c\20SkSL::RP::AutoStack*\2c\20SkSpan\29 -10782:SkSL::RP::SwizzleLValue::push\28SkSL::RP::Generator*\2c\20SkSL::RP::SlotRange\2c\20SkSL::RP::AutoStack*\2c\20SkSpan\29 -10783:SkSL::RP::SwizzleLValue::fixedSlotRange\28SkSL::RP::Generator*\29 -10784:SkSL::RP::ScratchLValue::~ScratchLValue\28\29_5861 -10785:SkSL::RP::ScratchLValue::push\28SkSL::RP::Generator*\2c\20SkSL::RP::SlotRange\2c\20SkSL::RP::AutoStack*\2c\20SkSpan\29 -10786:SkSL::RP::ScratchLValue::fixedSlotRange\28SkSL::RP::Generator*\29 -10787:SkSL::RP::LValueSlice::~LValueSlice\28\29_5965 -10788:SkSL::RP::ImmutableLValue::push\28SkSL::RP::Generator*\2c\20SkSL::RP::SlotRange\2c\20SkSL::RP::AutoStack*\2c\20SkSpan\29 -10789:SkSL::RP::DynamicIndexLValue::~DynamicIndexLValue\28\29_5959 -10790:SkSL::RP::DynamicIndexLValue::store\28SkSL::RP::Generator*\2c\20SkSL::RP::SlotRange\2c\20SkSL::RP::AutoStack*\2c\20SkSpan\29 -10791:SkSL::RP::DynamicIndexLValue::push\28SkSL::RP::Generator*\2c\20SkSL::RP::SlotRange\2c\20SkSL::RP::AutoStack*\2c\20SkSpan\29 -10792:SkSL::RP::DynamicIndexLValue::isWritable\28\29\20const -10793:SkSL::RP::DynamicIndexLValue::fixedSlotRange\28SkSL::RP::Generator*\29 -10794:SkSL::ProgramVisitor::visitStatementPtr\28std::__2::unique_ptr>\20const&\29 -10795:SkSL::ProgramVisitor::visitExpressionPtr\28std::__2::unique_ptr>\20const&\29 -10796:SkSL::PrefixExpression::~PrefixExpression\28\29_6250 -10797:SkSL::PrefixExpression::~PrefixExpression\28\29 -10798:SkSL::PrefixExpression::description\28SkSL::OperatorPrecedence\29\20const -10799:SkSL::PrefixExpression::clone\28SkSL::Position\29\20const -10800:SkSL::PostfixExpression::description\28SkSL::OperatorPrecedence\29\20const -10801:SkSL::PostfixExpression::clone\28SkSL::Position\29\20const -10802:SkSL::Poison::description\28SkSL::OperatorPrecedence\29\20const -10803:SkSL::Poison::clone\28SkSL::Position\29\20const -10804:SkSL::PipelineStage::Callbacks::getMainName\28\29 -10805:SkSL::Parser::Checkpoint::ForwardingErrorReporter::~ForwardingErrorReporter\28\29_5625 -10806:SkSL::Parser::Checkpoint::ForwardingErrorReporter::handleError\28std::__2::basic_string_view>\2c\20SkSL::Position\29 -10807:SkSL::Nop::description\28\29\20const -10808:SkSL::ModifiersDeclaration::description\28\29\20const -10809:SkSL::MethodReference::description\28SkSL::OperatorPrecedence\29\20const -10810:SkSL::MethodReference::clone\28SkSL::Position\29\20const -10811:SkSL::MatrixType::slotCount\28\29\20const -10812:SkSL::MatrixType::rows\28\29\20const -10813:SkSL::MatrixType::isAllowedInES2\28\29\20const -10814:SkSL::LiteralType::minimumValue\28\29\20const -10815:SkSL::LiteralType::maximumValue\28\29\20const -10816:SkSL::LiteralType::isOrContainsBool\28\29\20const -10817:SkSL::Literal::getConstantValue\28int\29\20const -10818:SkSL::Literal::description\28SkSL::OperatorPrecedence\29\20const -10819:SkSL::Literal::compareConstant\28SkSL::Expression\20const&\29\20const -10820:SkSL::Literal::clone\28SkSL::Position\29\20const -10821:SkSL::Intrinsics::\28anonymous\20namespace\29::evaluate_uintBitsToFloat\28double\2c\20double\2c\20double\29 -10822:SkSL::Intrinsics::\28anonymous\20namespace\29::evaluate_trunc\28double\2c\20double\2c\20double\29 -10823:SkSL::Intrinsics::\28anonymous\20namespace\29::evaluate_tanh\28double\2c\20double\2c\20double\29 -10824:SkSL::Intrinsics::\28anonymous\20namespace\29::evaluate_tan\28double\2c\20double\2c\20double\29 -10825:SkSL::Intrinsics::\28anonymous\20namespace\29::evaluate_sub\28double\2c\20double\2c\20double\29 -10826:SkSL::Intrinsics::\28anonymous\20namespace\29::evaluate_step\28double\2c\20double\2c\20double\29 -10827:SkSL::Intrinsics::\28anonymous\20namespace\29::evaluate_sqrt\28double\2c\20double\2c\20double\29 -10828:SkSL::Intrinsics::\28anonymous\20namespace\29::evaluate_smoothstep\28double\2c\20double\2c\20double\29 -10829:SkSL::Intrinsics::\28anonymous\20namespace\29::evaluate_sinh\28double\2c\20double\2c\20double\29 -10830:SkSL::Intrinsics::\28anonymous\20namespace\29::evaluate_sin\28double\2c\20double\2c\20double\29 -10831:SkSL::Intrinsics::\28anonymous\20namespace\29::evaluate_sign\28double\2c\20double\2c\20double\29 -10832:SkSL::Intrinsics::\28anonymous\20namespace\29::evaluate_saturate\28double\2c\20double\2c\20double\29 -10833:SkSL::Intrinsics::\28anonymous\20namespace\29::evaluate_round\28double\2c\20double\2c\20double\29 -10834:SkSL::Intrinsics::\28anonymous\20namespace\29::evaluate_radians\28double\2c\20double\2c\20double\29 -10835:SkSL::Intrinsics::\28anonymous\20namespace\29::evaluate_pow\28double\2c\20double\2c\20double\29 -10836:SkSL::Intrinsics::\28anonymous\20namespace\29::evaluate_opposite_sign\28double\2c\20double\2c\20double\29 -10837:SkSL::Intrinsics::\28anonymous\20namespace\29::evaluate_not\28double\2c\20double\2c\20double\29 -10838:SkSL::Intrinsics::\28anonymous\20namespace\29::evaluate_mod\28double\2c\20double\2c\20double\29 -10839:SkSL::Intrinsics::\28anonymous\20namespace\29::evaluate_mix\28double\2c\20double\2c\20double\29 -10840:SkSL::Intrinsics::\28anonymous\20namespace\29::evaluate_min\28double\2c\20double\2c\20double\29 -10841:SkSL::Intrinsics::\28anonymous\20namespace\29::evaluate_max\28double\2c\20double\2c\20double\29 -10842:SkSL::Intrinsics::\28anonymous\20namespace\29::evaluate_log\28double\2c\20double\2c\20double\29 -10843:SkSL::Intrinsics::\28anonymous\20namespace\29::evaluate_log2\28double\2c\20double\2c\20double\29 -10844:SkSL::Intrinsics::\28anonymous\20namespace\29::evaluate_inversesqrt\28double\2c\20double\2c\20double\29 -10845:SkSL::Intrinsics::\28anonymous\20namespace\29::evaluate_intBitsToFloat\28double\2c\20double\2c\20double\29 -10846:SkSL::Intrinsics::\28anonymous\20namespace\29::evaluate_fract\28double\2c\20double\2c\20double\29 -10847:SkSL::Intrinsics::\28anonymous\20namespace\29::evaluate_fma\28double\2c\20double\2c\20double\29 -10848:SkSL::Intrinsics::\28anonymous\20namespace\29::evaluate_floor\28double\2c\20double\2c\20double\29 -10849:SkSL::Intrinsics::\28anonymous\20namespace\29::evaluate_floatBitsToUint\28double\2c\20double\2c\20double\29 -10850:SkSL::Intrinsics::\28anonymous\20namespace\29::evaluate_floatBitsToInt\28double\2c\20double\2c\20double\29 -10851:SkSL::Intrinsics::\28anonymous\20namespace\29::evaluate_exp\28double\2c\20double\2c\20double\29 -10852:SkSL::Intrinsics::\28anonymous\20namespace\29::evaluate_exp2\28double\2c\20double\2c\20double\29 -10853:SkSL::Intrinsics::\28anonymous\20namespace\29::evaluate_div\28double\2c\20double\2c\20double\29 -10854:SkSL::Intrinsics::\28anonymous\20namespace\29::evaluate_degrees\28double\2c\20double\2c\20double\29 -10855:SkSL::Intrinsics::\28anonymous\20namespace\29::evaluate_cosh\28double\2c\20double\2c\20double\29 -10856:SkSL::Intrinsics::\28anonymous\20namespace\29::evaluate_cos\28double\2c\20double\2c\20double\29 -10857:SkSL::Intrinsics::\28anonymous\20namespace\29::evaluate_clamp\28double\2c\20double\2c\20double\29 -10858:SkSL::Intrinsics::\28anonymous\20namespace\29::evaluate_ceil\28double\2c\20double\2c\20double\29 -10859:SkSL::Intrinsics::\28anonymous\20namespace\29::evaluate_atanh\28double\2c\20double\2c\20double\29 -10860:SkSL::Intrinsics::\28anonymous\20namespace\29::evaluate_atan\28double\2c\20double\2c\20double\29 -10861:SkSL::Intrinsics::\28anonymous\20namespace\29::evaluate_atan2\28double\2c\20double\2c\20double\29 -10862:SkSL::Intrinsics::\28anonymous\20namespace\29::evaluate_asinh\28double\2c\20double\2c\20double\29 -10863:SkSL::Intrinsics::\28anonymous\20namespace\29::evaluate_asin\28double\2c\20double\2c\20double\29 -10864:SkSL::Intrinsics::\28anonymous\20namespace\29::evaluate_add\28double\2c\20double\2c\20double\29 -10865:SkSL::Intrinsics::\28anonymous\20namespace\29::evaluate_acosh\28double\2c\20double\2c\20double\29 -10866:SkSL::Intrinsics::\28anonymous\20namespace\29::evaluate_acos\28double\2c\20double\2c\20double\29 -10867:SkSL::Intrinsics::\28anonymous\20namespace\29::evaluate_abs\28double\2c\20double\2c\20double\29 -10868:SkSL::Intrinsics::\28anonymous\20namespace\29::compare_notEqual\28double\2c\20double\29 -10869:SkSL::Intrinsics::\28anonymous\20namespace\29::compare_lessThan\28double\2c\20double\29 -10870:SkSL::Intrinsics::\28anonymous\20namespace\29::compare_lessThanEqual\28double\2c\20double\29 -10871:SkSL::Intrinsics::\28anonymous\20namespace\29::compare_greaterThan\28double\2c\20double\29 -10872:SkSL::Intrinsics::\28anonymous\20namespace\29::compare_greaterThanEqual\28double\2c\20double\29 -10873:SkSL::Intrinsics::\28anonymous\20namespace\29::compare_equal\28double\2c\20double\29 -10874:SkSL::Intrinsics::\28anonymous\20namespace\29::coalesce_length\28double\2c\20double\2c\20double\29 -10875:SkSL::Intrinsics::\28anonymous\20namespace\29::coalesce_dot\28double\2c\20double\2c\20double\29 -10876:SkSL::Intrinsics::\28anonymous\20namespace\29::coalesce_distance\28double\2c\20double\2c\20double\29 -10877:SkSL::Intrinsics::\28anonymous\20namespace\29::coalesce_any\28double\2c\20double\2c\20double\29 -10878:SkSL::Intrinsics::\28anonymous\20namespace\29::coalesce_all\28double\2c\20double\2c\20double\29 -10879:SkSL::InterfaceBlock::~InterfaceBlock\28\29_6224 -10880:SkSL::InterfaceBlock::~InterfaceBlock\28\29 -10881:SkSL::InterfaceBlock::description\28\29\20const -10882:SkSL::IndexExpression::~IndexExpression\28\29_6220 -10883:SkSL::IndexExpression::description\28SkSL::OperatorPrecedence\29\20const -10884:SkSL::IndexExpression::clone\28SkSL::Position\29\20const -10885:SkSL::IfStatement::~IfStatement\28\29_6218 -10886:SkSL::IfStatement::description\28\29\20const -10887:SkSL::GlobalVarDeclaration::description\28\29\20const -10888:SkSL::GenericType::slotType\28unsigned\20long\29\20const -10889:SkSL::GenericType::coercibleTypes\28\29\20const -10890:SkSL::GLSLCodeGenerator::~GLSLCodeGenerator\28\29_12324 -10891:SkSL::FunctionReference::description\28SkSL::OperatorPrecedence\29\20const -10892:SkSL::FunctionReference::clone\28SkSL::Position\29\20const -10893:SkSL::FunctionPrototype::description\28\29\20const -10894:SkSL::FunctionDefinition::description\28\29\20const -10895:SkSL::FunctionDefinition::Convert\28SkSL::Context\20const&\2c\20SkSL::Position\2c\20SkSL::FunctionDeclaration\20const&\2c\20std::__2::unique_ptr>\29::Finalizer::~Finalizer\28\29_6213 -10896:SkSL::FunctionCall::description\28SkSL::OperatorPrecedence\29\20const -10897:SkSL::FunctionCall::clone\28SkSL::Position\29\20const -10898:SkSL::ForStatement::~ForStatement\28\29_6090 -10899:SkSL::ForStatement::description\28\29\20const -10900:SkSL::FieldSymbol::description\28\29\20const -10901:SkSL::FieldAccess::clone\28SkSL::Position\29\20const -10902:SkSL::Extension::description\28\29\20const -10903:SkSL::ExtendedVariable::~ExtendedVariable\28\29_6485 -10904:SkSL::ExtendedVariable::setInterfaceBlock\28SkSL::InterfaceBlock*\29 -10905:SkSL::ExtendedVariable::mangledName\28\29\20const -10906:SkSL::ExtendedVariable::layout\28\29\20const -10907:SkSL::ExtendedVariable::interfaceBlock\28\29\20const -10908:SkSL::ExtendedVariable::detachDeadInterfaceBlock\28\29 -10909:SkSL::ExpressionStatement::description\28\29\20const -10910:SkSL::Expression::getConstantValue\28int\29\20const -10911:SkSL::Expression::description\28\29\20const -10912:SkSL::EmptyExpression::description\28SkSL::OperatorPrecedence\29\20const -10913:SkSL::EmptyExpression::clone\28SkSL::Position\29\20const -10914:SkSL::DoStatement::description\28\29\20const -10915:SkSL::DiscardStatement::description\28\29\20const -10916:SkSL::DebugTracePriv::~DebugTracePriv\28\29_6496 -10917:SkSL::DebugTracePriv::dump\28SkWStream*\29\20const -10918:SkSL::CountReturnsWithLimit::visitStatement\28SkSL::Statement\20const&\29 -10919:SkSL::ContinueStatement::description\28\29\20const -10920:SkSL::ConstructorStruct::clone\28SkSL::Position\29\20const -10921:SkSL::ConstructorSplat::getConstantValue\28int\29\20const -10922:SkSL::ConstructorSplat::clone\28SkSL::Position\29\20const -10923:SkSL::ConstructorScalarCast::clone\28SkSL::Position\29\20const -10924:SkSL::ConstructorMatrixResize::getConstantValue\28int\29\20const -10925:SkSL::ConstructorMatrixResize::clone\28SkSL::Position\29\20const -10926:SkSL::ConstructorDiagonalMatrix::getConstantValue\28int\29\20const -10927:SkSL::ConstructorDiagonalMatrix::clone\28SkSL::Position\29\20const -10928:SkSL::ConstructorCompoundCast::clone\28SkSL::Position\29\20const -10929:SkSL::ConstructorCompound::clone\28SkSL::Position\29\20const -10930:SkSL::ConstructorArrayCast::clone\28SkSL::Position\29\20const -10931:SkSL::ConstructorArray::clone\28SkSL::Position\29\20const -10932:SkSL::Compiler::CompilerErrorReporter::handleError\28std::__2::basic_string_view>\2c\20SkSL::Position\29 -10933:SkSL::CodeGenerator::~CodeGenerator\28\29 -10934:SkSL::ChildCall::description\28SkSL::OperatorPrecedence\29\20const -10935:SkSL::ChildCall::clone\28SkSL::Position\29\20const -10936:SkSL::BreakStatement::description\28\29\20const -10937:SkSL::Block::~Block\28\29_6000 -10938:SkSL::Block::description\28\29\20const -10939:SkSL::BinaryExpression::~BinaryExpression\28\29_5994 -10940:SkSL::BinaryExpression::description\28SkSL::OperatorPrecedence\29\20const -10941:SkSL::BinaryExpression::clone\28SkSL::Position\29\20const -10942:SkSL::ArrayType::slotType\28unsigned\20long\29\20const -10943:SkSL::ArrayType::slotCount\28\29\20const -10944:SkSL::ArrayType::matches\28SkSL::Type\20const&\29\20const -10945:SkSL::ArrayType::isUnsizedArray\28\29\20const -10946:SkSL::ArrayType::isOrContainsUnsizedArray\28\29\20const -10947:SkSL::ArrayType::isBuiltin\28\29\20const -10948:SkSL::ArrayType::isAllowedInUniform\28SkSL::Position*\29\20const -10949:SkSL::AnyConstructor::getConstantValue\28int\29\20const -10950:SkSL::AnyConstructor::description\28SkSL::OperatorPrecedence\29\20const -10951:SkSL::AnyConstructor::compareConstant\28SkSL::Expression\20const&\29\20const -10952:SkSL::Analysis::FindFunctionsToSpecialize\28SkSL::Program\20const&\2c\20SkSL::Analysis::SpecializationInfo*\2c\20std::__2::function\20const&\29::Searcher::~Searcher\28\29_5743 -10953:SkSL::Analysis::FindFunctionsToSpecialize\28SkSL::Program\20const&\2c\20SkSL::Analysis::SpecializationInfo*\2c\20std::__2::function\20const&\29::Searcher::visitExpression\28SkSL::Expression\20const&\29 -10954:SkSL::Analysis::CheckProgramStructure\28SkSL::Program\20const&\29::ProgramStructureVisitor::~ProgramStructureVisitor\28\29_5666 -10955:SkSL::Analysis::CheckProgramStructure\28SkSL::Program\20const&\29::ProgramStructureVisitor::visitExpression\28SkSL::Expression\20const&\29 -10956:SkSL::AliasType::textureAccess\28\29\20const -10957:SkSL::AliasType::slotType\28unsigned\20long\29\20const -10958:SkSL::AliasType::slotCount\28\29\20const -10959:SkSL::AliasType::rows\28\29\20const -10960:SkSL::AliasType::priority\28\29\20const -10961:SkSL::AliasType::isVector\28\29\20const -10962:SkSL::AliasType::isUnsizedArray\28\29\20const -10963:SkSL::AliasType::isStruct\28\29\20const -10964:SkSL::AliasType::isScalar\28\29\20const -10965:SkSL::AliasType::isMultisampled\28\29\20const -10966:SkSL::AliasType::isMatrix\28\29\20const -10967:SkSL::AliasType::isLiteral\28\29\20const -10968:SkSL::AliasType::isInterfaceBlock\28\29\20const -10969:SkSL::AliasType::isDepth\28\29\20const -10970:SkSL::AliasType::isArrayedTexture\28\29\20const -10971:SkSL::AliasType::isArray\28\29\20const -10972:SkSL::AliasType::dimensions\28\29\20const -10973:SkSL::AliasType::componentType\28\29\20const -10974:SkSL::AliasType::columns\28\29\20const -10975:SkSL::AliasType::coercibleTypes\28\29\20const -10976:SkRuntimeShader::~SkRuntimeShader\28\29_4697 -10977:SkRuntimeShader::type\28\29\20const -10978:SkRuntimeShader::isOpaque\28\29\20const -10979:SkRuntimeShader::getTypeName\28\29\20const -10980:SkRuntimeShader::flatten\28SkWriteBuffer&\29\20const -10981:SkRuntimeShader::appendStages\28SkStageRec\20const&\2c\20SkShaders::MatrixRec\20const&\29\20const -10982:SkRuntimeEffect::~SkRuntimeEffect\28\29_4005 -10983:SkRuntimeEffect::MakeFromSource\28SkString\2c\20SkRuntimeEffect::Options\20const&\2c\20SkSL::ProgramKind\29 -10984:SkRuntimeEffect::MakeForColorFilter\28SkString\2c\20SkRuntimeEffect::Options\20const&\29 -10985:SkRuntimeEffect::MakeForBlender\28SkString\2c\20SkRuntimeEffect::Options\20const&\29 -10986:SkRgnClipBlitter::blitV\28int\2c\20int\2c\20int\2c\20unsigned\20char\29 -10987:SkRgnClipBlitter::blitRect\28int\2c\20int\2c\20int\2c\20int\29 -10988:SkRgnClipBlitter::blitMask\28SkMask\20const&\2c\20SkIRect\20const&\29 -10989:SkRgnClipBlitter::blitH\28int\2c\20int\2c\20int\29 -10990:SkRgnClipBlitter::blitAntiRect\28int\2c\20int\2c\20int\2c\20int\2c\20unsigned\20char\2c\20unsigned\20char\29 -10991:SkRgnClipBlitter::blitAntiH\28int\2c\20int\2c\20unsigned\20char\20const*\2c\20short\20const*\29 -10992:SkRgnBuilder::~SkRgnBuilder\28\29_3923 -10993:SkRgnBuilder::blitH\28int\2c\20int\2c\20int\29 -10994:SkResourceCache::~SkResourceCache\28\29_3934 -10995:SkResourceCache::setSingleAllocationByteLimit\28unsigned\20long\29 -10996:SkResourceCache::purgeSharedID\28unsigned\20long\20long\29 -10997:SkResourceCache::getSingleAllocationByteLimit\28\29\20const -10998:SkRescaleAndReadPixels\28SkBitmap\2c\20SkImageInfo\20const&\2c\20SkIRect\20const&\2c\20SkImage::RescaleGamma\2c\20SkImage::RescaleMode\2c\20void\20\28*\29\28void*\2c\20std::__2::unique_ptr>\29\2c\20void*\29::Result::~Result\28\29_4566 -10999:SkRescaleAndReadPixels\28SkBitmap\2c\20SkImageInfo\20const&\2c\20SkIRect\20const&\2c\20SkImage::RescaleGamma\2c\20SkImage::RescaleMode\2c\20void\20\28*\29\28void*\2c\20std::__2::unique_ptr>\29\2c\20void*\29::Result::rowBytes\28int\29\20const -11000:SkRescaleAndReadPixels\28SkBitmap\2c\20SkImageInfo\20const&\2c\20SkIRect\20const&\2c\20SkImage::RescaleGamma\2c\20SkImage::RescaleMode\2c\20void\20\28*\29\28void*\2c\20std::__2::unique_ptr>\29\2c\20void*\29::Result::data\28int\29\20const -11001:SkRectClipBlitter::blitV\28int\2c\20int\2c\20int\2c\20unsigned\20char\29 -11002:SkRectClipBlitter::blitRect\28int\2c\20int\2c\20int\2c\20int\29 -11003:SkRectClipBlitter::blitMask\28SkMask\20const&\2c\20SkIRect\20const&\29 -11004:SkRectClipBlitter::blitH\28int\2c\20int\2c\20int\29 -11005:SkRectClipBlitter::blitAntiRect\28int\2c\20int\2c\20int\2c\20int\2c\20unsigned\20char\2c\20unsigned\20char\29 -11006:SkRectClipBlitter::blitAntiH\28int\2c\20int\2c\20unsigned\20char\20const*\2c\20short\20const*\29 -11007:SkRecordedDrawable::~SkRecordedDrawable\28\29_3898 -11008:SkRecordedDrawable::onMakePictureSnapshot\28\29 -11009:SkRecordedDrawable::onGetBounds\28\29 -11010:SkRecordedDrawable::onDraw\28SkCanvas*\29 -11011:SkRecordedDrawable::onApproximateBytesUsed\28\29 -11012:SkRecordedDrawable::getTypeName\28\29\20const -11013:SkRecordedDrawable::flatten\28SkWriteBuffer&\29\20const -11014:SkRecordCanvas::~SkRecordCanvas\28\29_3821 -11015:SkRecordCanvas::willSave\28\29 -11016:SkRecordCanvas::onResetClip\28\29 -11017:SkRecordCanvas::onDrawVerticesObject\28SkVertices\20const*\2c\20SkBlendMode\2c\20SkPaint\20const&\29 -11018:SkRecordCanvas::onDrawSlug\28sktext::gpu::Slug\20const*\2c\20SkPaint\20const&\29 -11019:SkRecordCanvas::onDrawShadowRec\28SkPath\20const&\2c\20SkDrawShadowRec\20const&\29 -11020:SkRecordCanvas::onDrawRegion\28SkRegion\20const&\2c\20SkPaint\20const&\29 -11021:SkRecordCanvas::onDrawRect\28SkRect\20const&\2c\20SkPaint\20const&\29 -11022:SkRecordCanvas::onDrawRRect\28SkRRect\20const&\2c\20SkPaint\20const&\29 -11023:SkRecordCanvas::onDrawPoints\28SkCanvas::PointMode\2c\20unsigned\20long\2c\20SkPoint\20const*\2c\20SkPaint\20const&\29 -11024:SkRecordCanvas::onDrawPicture\28SkPicture\20const*\2c\20SkMatrix\20const*\2c\20SkPaint\20const*\29 -11025:SkRecordCanvas::onDrawPath\28SkPath\20const&\2c\20SkPaint\20const&\29 -11026:SkRecordCanvas::onDrawPatch\28SkPoint\20const*\2c\20unsigned\20int\20const*\2c\20SkPoint\20const*\2c\20SkBlendMode\2c\20SkPaint\20const&\29 -11027:SkRecordCanvas::onDrawPaint\28SkPaint\20const&\29 -11028:SkRecordCanvas::onDrawOval\28SkRect\20const&\2c\20SkPaint\20const&\29 -11029:SkRecordCanvas::onDrawMesh\28SkMesh\20const&\2c\20sk_sp\2c\20SkPaint\20const&\29 -11030:SkRecordCanvas::onDrawImageRect2\28SkImage\20const*\2c\20SkRect\20const&\2c\20SkRect\20const&\2c\20SkSamplingOptions\20const&\2c\20SkPaint\20const*\2c\20SkCanvas::SrcRectConstraint\29 -11031:SkRecordCanvas::onDrawImageLattice2\28SkImage\20const*\2c\20SkCanvas::Lattice\20const&\2c\20SkRect\20const&\2c\20SkFilterMode\2c\20SkPaint\20const*\29 -11032:SkRecordCanvas::onDrawImage2\28SkImage\20const*\2c\20float\2c\20float\2c\20SkSamplingOptions\20const&\2c\20SkPaint\20const*\29 -11033:SkRecordCanvas::onDrawGlyphRunList\28sktext::GlyphRunList\20const&\2c\20SkPaint\20const&\29 -11034:SkRecordCanvas::onDrawEdgeAAQuad\28SkRect\20const&\2c\20SkPoint\20const*\2c\20SkCanvas::QuadAAFlags\2c\20SkRGBA4f<\28SkAlphaType\293>\20const&\2c\20SkBlendMode\29 -11035:SkRecordCanvas::onDrawEdgeAAImageSet2\28SkCanvas::ImageSetEntry\20const*\2c\20int\2c\20SkPoint\20const*\2c\20SkMatrix\20const*\2c\20SkSamplingOptions\20const&\2c\20SkPaint\20const*\2c\20SkCanvas::SrcRectConstraint\29 -11036:SkRecordCanvas::onDrawDrawable\28SkDrawable*\2c\20SkMatrix\20const*\29 -11037:SkRecordCanvas::onDrawDRRect\28SkRRect\20const&\2c\20SkRRect\20const&\2c\20SkPaint\20const&\29 -11038:SkRecordCanvas::onDrawBehind\28SkPaint\20const&\29 -11039:SkRecordCanvas::onDrawAtlas2\28SkImage\20const*\2c\20SkRSXform\20const*\2c\20SkRect\20const*\2c\20unsigned\20int\20const*\2c\20int\2c\20SkBlendMode\2c\20SkSamplingOptions\20const&\2c\20SkRect\20const*\2c\20SkPaint\20const*\29 -11040:SkRecordCanvas::onDrawArc\28SkRect\20const&\2c\20float\2c\20float\2c\20bool\2c\20SkPaint\20const&\29 -11041:SkRecordCanvas::onDrawAnnotation\28SkRect\20const&\2c\20char\20const*\2c\20SkData*\29 -11042:SkRecordCanvas::onDoSaveBehind\28SkRect\20const*\29 -11043:SkRecordCanvas::onClipShader\28sk_sp\2c\20SkClipOp\29 -11044:SkRecordCanvas::onClipRegion\28SkRegion\20const&\2c\20SkClipOp\29 -11045:SkRecordCanvas::onClipRect\28SkRect\20const&\2c\20SkClipOp\2c\20SkCanvas::ClipEdgeStyle\29 -11046:SkRecordCanvas::onClipRRect\28SkRRect\20const&\2c\20SkClipOp\2c\20SkCanvas::ClipEdgeStyle\29 -11047:SkRecordCanvas::onClipPath\28SkPath\20const&\2c\20SkClipOp\2c\20SkCanvas::ClipEdgeStyle\29 -11048:SkRecordCanvas::getSaveLayerStrategy\28SkCanvas::SaveLayerRec\20const&\29 -11049:SkRecordCanvas::didTranslate\28float\2c\20float\29 -11050:SkRecordCanvas::didSetM44\28SkM44\20const&\29 -11051:SkRecordCanvas::didScale\28float\2c\20float\29 -11052:SkRecordCanvas::didRestore\28\29 -11053:SkRecordCanvas::didConcat44\28SkM44\20const&\29 -11054:SkRecord::~SkRecord\28\29_3819 -11055:SkRasterPipelineSpriteBlitter::~SkRasterPipelineSpriteBlitter\28\29_1645 -11056:SkRasterPipelineSpriteBlitter::setup\28SkPixmap\20const&\2c\20int\2c\20int\2c\20SkPaint\20const&\29 -11057:SkRasterPipelineSpriteBlitter::blitRect\28int\2c\20int\2c\20int\2c\20int\29 -11058:SkRasterPipelineBlitter::~SkRasterPipelineBlitter\28\29_3791 -11059:SkRasterPipelineBlitter::canDirectBlit\28\29 -11060:SkRasterPipelineBlitter::blitV\28int\2c\20int\2c\20int\2c\20unsigned\20char\29 -11061:SkRasterPipelineBlitter::blitH\28int\2c\20int\2c\20int\29 -11062:SkRasterPipelineBlitter::blitAntiV2\28int\2c\20int\2c\20unsigned\20int\2c\20unsigned\20int\29 -11063:SkRasterPipelineBlitter::blitAntiH\28int\2c\20int\2c\20unsigned\20char\20const*\2c\20short\20const*\29 -11064:SkRasterPipelineBlitter::blitAntiH2\28int\2c\20int\2c\20unsigned\20int\2c\20unsigned\20int\29 -11065:SkRasterPipelineBlitter::Create\28SkPixmap\20const&\2c\20SkPaint\20const&\2c\20SkRGBA4f<\28SkAlphaType\293>\20const&\2c\20SkArenaAlloc*\2c\20SkRasterPipeline\20const&\2c\20bool\2c\20bool\2c\20SkShader\20const*\29::$_3::__invoke\28SkPixmap*\2c\20int\2c\20int\2c\20int\2c\20int\2c\20unsigned\20long\20long\29 -11066:SkRasterPipelineBlitter::Create\28SkPixmap\20const&\2c\20SkPaint\20const&\2c\20SkRGBA4f<\28SkAlphaType\293>\20const&\2c\20SkArenaAlloc*\2c\20SkRasterPipeline\20const&\2c\20bool\2c\20bool\2c\20SkShader\20const*\29::$_2::__invoke\28SkPixmap*\2c\20int\2c\20int\2c\20int\2c\20int\2c\20unsigned\20long\20long\29 -11067:SkRasterPipelineBlitter::Create\28SkPixmap\20const&\2c\20SkPaint\20const&\2c\20SkRGBA4f<\28SkAlphaType\293>\20const&\2c\20SkArenaAlloc*\2c\20SkRasterPipeline\20const&\2c\20bool\2c\20bool\2c\20SkShader\20const*\29::$_1::__invoke\28SkPixmap*\2c\20int\2c\20int\2c\20int\2c\20int\2c\20unsigned\20long\20long\29 -11068:SkRasterPipelineBlitter::Create\28SkPixmap\20const&\2c\20SkPaint\20const&\2c\20SkRGBA4f<\28SkAlphaType\293>\20const&\2c\20SkArenaAlloc*\2c\20SkRasterPipeline\20const&\2c\20bool\2c\20bool\2c\20SkShader\20const*\29::$_0::__invoke\28SkPixmap*\2c\20int\2c\20int\2c\20int\2c\20int\2c\20unsigned\20long\20long\29 -11069:SkRadialGradient::getTypeName\28\29\20const -11070:SkRadialGradient::flatten\28SkWriteBuffer&\29\20const -11071:SkRadialGradient::asGradient\28SkShaderBase::GradientInfo*\2c\20SkMatrix*\29\20const -11072:SkRadialGradient::appendGradientStages\28SkArenaAlloc*\2c\20SkRasterPipeline*\2c\20SkRasterPipeline*\29\20const -11073:SkRTree::~SkRTree\28\29_3725 -11074:SkRTree::search\28SkRect\20const&\2c\20std::__2::vector>*\29\20const -11075:SkRTree::insert\28SkRect\20const*\2c\20int\29 -11076:SkRTree::bytesUsed\28\29\20const -11077:SkPixmap::erase\28SkRGBA4f<\28SkAlphaType\293>\20const&\2c\20SkIRect\20const*\29\20const::$_3::__invoke\28void*\2c\20unsigned\20long\20long\2c\20int\29 -11078:SkPixmap::erase\28SkRGBA4f<\28SkAlphaType\293>\20const&\2c\20SkIRect\20const*\29\20const::$_2::__invoke\28void*\2c\20unsigned\20long\20long\2c\20int\29 -11079:SkPixmap::erase\28SkRGBA4f<\28SkAlphaType\293>\20const&\2c\20SkIRect\20const*\29\20const::$_1::__invoke\28void*\2c\20unsigned\20long\20long\2c\20int\29 -11080:SkPixmap::erase\28SkRGBA4f<\28SkAlphaType\293>\20const&\2c\20SkIRect\20const*\29\20const::$_0::__invoke\28void*\2c\20unsigned\20long\20long\2c\20int\29 -11081:SkPixelRef::~SkPixelRef\28\29_3692 -11082:SkPictureRecord::~SkPictureRecord\28\29_3604 -11083:SkPictureRecord::willSave\28\29 -11084:SkPictureRecord::willRestore\28\29 -11085:SkPictureRecord::onResetClip\28\29 -11086:SkPictureRecord::onDrawVerticesObject\28SkVertices\20const*\2c\20SkBlendMode\2c\20SkPaint\20const&\29 -11087:SkPictureRecord::onDrawTextBlob\28SkTextBlob\20const*\2c\20float\2c\20float\2c\20SkPaint\20const&\29 -11088:SkPictureRecord::onDrawSlug\28sktext::gpu::Slug\20const*\2c\20SkPaint\20const&\29 -11089:SkPictureRecord::onDrawShadowRec\28SkPath\20const&\2c\20SkDrawShadowRec\20const&\29 -11090:SkPictureRecord::onDrawRegion\28SkRegion\20const&\2c\20SkPaint\20const&\29 -11091:SkPictureRecord::onDrawRect\28SkRect\20const&\2c\20SkPaint\20const&\29 -11092:SkPictureRecord::onDrawRRect\28SkRRect\20const&\2c\20SkPaint\20const&\29 -11093:SkPictureRecord::onDrawPoints\28SkCanvas::PointMode\2c\20unsigned\20long\2c\20SkPoint\20const*\2c\20SkPaint\20const&\29 -11094:SkPictureRecord::onDrawPicture\28SkPicture\20const*\2c\20SkMatrix\20const*\2c\20SkPaint\20const*\29 -11095:SkPictureRecord::onDrawPath\28SkPath\20const&\2c\20SkPaint\20const&\29 -11096:SkPictureRecord::onDrawPatch\28SkPoint\20const*\2c\20unsigned\20int\20const*\2c\20SkPoint\20const*\2c\20SkBlendMode\2c\20SkPaint\20const&\29 -11097:SkPictureRecord::onDrawPaint\28SkPaint\20const&\29 -11098:SkPictureRecord::onDrawOval\28SkRect\20const&\2c\20SkPaint\20const&\29 -11099:SkPictureRecord::onDrawImageRect2\28SkImage\20const*\2c\20SkRect\20const&\2c\20SkRect\20const&\2c\20SkSamplingOptions\20const&\2c\20SkPaint\20const*\2c\20SkCanvas::SrcRectConstraint\29 -11100:SkPictureRecord::onDrawImageLattice2\28SkImage\20const*\2c\20SkCanvas::Lattice\20const&\2c\20SkRect\20const&\2c\20SkFilterMode\2c\20SkPaint\20const*\29 -11101:SkPictureRecord::onDrawImage2\28SkImage\20const*\2c\20float\2c\20float\2c\20SkSamplingOptions\20const&\2c\20SkPaint\20const*\29 -11102:SkPictureRecord::onDrawEdgeAAQuad\28SkRect\20const&\2c\20SkPoint\20const*\2c\20SkCanvas::QuadAAFlags\2c\20SkRGBA4f<\28SkAlphaType\293>\20const&\2c\20SkBlendMode\29 -11103:SkPictureRecord::onDrawEdgeAAImageSet2\28SkCanvas::ImageSetEntry\20const*\2c\20int\2c\20SkPoint\20const*\2c\20SkMatrix\20const*\2c\20SkSamplingOptions\20const&\2c\20SkPaint\20const*\2c\20SkCanvas::SrcRectConstraint\29 -11104:SkPictureRecord::onDrawDrawable\28SkDrawable*\2c\20SkMatrix\20const*\29 -11105:SkPictureRecord::onDrawDRRect\28SkRRect\20const&\2c\20SkRRect\20const&\2c\20SkPaint\20const&\29 -11106:SkPictureRecord::onDrawBehind\28SkPaint\20const&\29 -11107:SkPictureRecord::onDrawAtlas2\28SkImage\20const*\2c\20SkRSXform\20const*\2c\20SkRect\20const*\2c\20unsigned\20int\20const*\2c\20int\2c\20SkBlendMode\2c\20SkSamplingOptions\20const&\2c\20SkRect\20const*\2c\20SkPaint\20const*\29 -11108:SkPictureRecord::onDrawArc\28SkRect\20const&\2c\20float\2c\20float\2c\20bool\2c\20SkPaint\20const&\29 -11109:SkPictureRecord::onDrawAnnotation\28SkRect\20const&\2c\20char\20const*\2c\20SkData*\29 -11110:SkPictureRecord::onDoSaveBehind\28SkRect\20const*\29 -11111:SkPictureRecord::onClipShader\28sk_sp\2c\20SkClipOp\29 -11112:SkPictureRecord::onClipRegion\28SkRegion\20const&\2c\20SkClipOp\29 -11113:SkPictureRecord::onClipRect\28SkRect\20const&\2c\20SkClipOp\2c\20SkCanvas::ClipEdgeStyle\29 -11114:SkPictureRecord::onClipRRect\28SkRRect\20const&\2c\20SkClipOp\2c\20SkCanvas::ClipEdgeStyle\29 -11115:SkPictureRecord::onClipPath\28SkPath\20const&\2c\20SkClipOp\2c\20SkCanvas::ClipEdgeStyle\29 -11116:SkPictureRecord::getSaveLayerStrategy\28SkCanvas::SaveLayerRec\20const&\29 -11117:SkPictureRecord::didTranslate\28float\2c\20float\29 -11118:SkPictureRecord::didSetM44\28SkM44\20const&\29 -11119:SkPictureRecord::didScale\28float\2c\20float\29 -11120:SkPictureRecord::didConcat44\28SkM44\20const&\29 -11121:SkPictureImageGenerator::~SkPictureImageGenerator\28\29_4558 -11122:SkPictureImageGenerator::onGetPixels\28SkImageInfo\20const&\2c\20void*\2c\20unsigned\20long\2c\20SkImageGenerator::Options\20const&\29 -11123:SkOTUtils::LocalizedStrings_SingleName::~LocalizedStrings_SingleName\28\29_7796 -11124:SkOTUtils::LocalizedStrings_SingleName::next\28SkTypeface::LocalizedString*\29 -11125:SkOTUtils::LocalizedStrings_NameTable::~LocalizedStrings_NameTable\28\29_6960 -11126:SkOTUtils::LocalizedStrings_NameTable::next\28SkTypeface::LocalizedString*\29 -11127:SkNoPixelsDevice::~SkNoPixelsDevice\28\29_2223 -11128:SkNoPixelsDevice::replaceClip\28SkIRect\20const&\29 -11129:SkNoPixelsDevice::pushClipStack\28\29 -11130:SkNoPixelsDevice::popClipStack\28\29 -11131:SkNoPixelsDevice::onClipShader\28sk_sp\29 -11132:SkNoPixelsDevice::isClipWideOpen\28\29\20const -11133:SkNoPixelsDevice::isClipRect\28\29\20const -11134:SkNoPixelsDevice::isClipEmpty\28\29\20const -11135:SkNoPixelsDevice::isClipAntiAliased\28\29\20const -11136:SkNoPixelsDevice::devClipBounds\28\29\20const -11137:SkNoPixelsDevice::clipRegion\28SkRegion\20const&\2c\20SkClipOp\29 -11138:SkNoPixelsDevice::clipRect\28SkRect\20const&\2c\20SkClipOp\2c\20bool\29 -11139:SkNoPixelsDevice::clipRRect\28SkRRect\20const&\2c\20SkClipOp\2c\20bool\29 -11140:SkNoPixelsDevice::clipPath\28SkPath\20const&\2c\20SkClipOp\2c\20bool\29 -11141:SkNoPixelsDevice::android_utils_clipAsRgn\28SkRegion*\29\20const -11142:SkMipmap::~SkMipmap\28\29_2774 -11143:SkMipmap::onDataChange\28void*\2c\20void*\29 -11144:SkMemoryStream::~SkMemoryStream\28\29_4207 -11145:SkMemoryStream::setMemory\28void\20const*\2c\20unsigned\20long\2c\20bool\29 -11146:SkMemoryStream::seek\28unsigned\20long\29 -11147:SkMemoryStream::rewind\28\29 -11148:SkMemoryStream::read\28void*\2c\20unsigned\20long\29 -11149:SkMemoryStream::peek\28void*\2c\20unsigned\20long\29\20const -11150:SkMemoryStream::onFork\28\29\20const -11151:SkMemoryStream::onDuplicate\28\29\20const -11152:SkMemoryStream::move\28long\29 -11153:SkMemoryStream::isAtEnd\28\29\20const -11154:SkMemoryStream::getMemoryBase\28\29 -11155:SkMemoryStream::getLength\28\29\20const -11156:SkMemoryStream::getData\28\29\20const -11157:SkMatrixColorFilter::onIsAlphaUnchanged\28\29\20const -11158:SkMatrixColorFilter::onAsAColorMatrix\28float*\29\20const -11159:SkMatrixColorFilter::getTypeName\28\29\20const -11160:SkMatrixColorFilter::flatten\28SkWriteBuffer&\29\20const -11161:SkMatrixColorFilter::appendStages\28SkStageRec\20const&\2c\20bool\29\20const -11162:SkMatrix::Trans_pts\28SkMatrix\20const&\2c\20SkPoint*\2c\20SkPoint\20const*\2c\20int\29 -11163:SkMatrix::Scale_pts\28SkMatrix\20const&\2c\20SkPoint*\2c\20SkPoint\20const*\2c\20int\29 -11164:SkMatrix::Poly4Proc\28SkPoint\20const*\2c\20SkMatrix*\29 -11165:SkMatrix::Poly3Proc\28SkPoint\20const*\2c\20SkMatrix*\29 -11166:SkMatrix::Poly2Proc\28SkPoint\20const*\2c\20SkMatrix*\29 -11167:SkMatrix::Persp_pts\28SkMatrix\20const&\2c\20SkPoint*\2c\20SkPoint\20const*\2c\20int\29 -11168:SkMatrix::Identity_pts\28SkMatrix\20const&\2c\20SkPoint*\2c\20SkPoint\20const*\2c\20int\29 -11169:SkMatrix::Affine_vpts\28SkMatrix\20const&\2c\20SkPoint*\2c\20SkPoint\20const*\2c\20int\29 -11170:SkMaskFilterBase::filterRectsToNine\28SkSpan\2c\20SkMatrix\20const&\2c\20SkIRect\20const&\2c\20std::__2::optional*\2c\20SkResourceCache*\29\20const -11171:SkMaskFilterBase::filterRRectToNine\28SkRRect\20const&\2c\20SkMatrix\20const&\2c\20SkIRect\20const&\2c\20SkResourceCache*\29\20const -11172:SkMaskFilterBase::asImageFilter\28SkMatrix\20const&\2c\20SkPaint\20const&\29\20const -11173:SkMallocPixelRef::MakeAllocate\28SkImageInfo\20const&\2c\20unsigned\20long\29::PixelRef::~PixelRef\28\29_2624 -11174:SkMakePixelRefWithProc\28int\2c\20int\2c\20unsigned\20long\2c\20void*\2c\20void\20\28*\29\28void*\2c\20void*\29\2c\20void*\29::PixelRef::~PixelRef\28\29_3694 -11175:SkLocalMatrixShader::~SkLocalMatrixShader\28\29_4686 -11176:SkLocalMatrixShader::~SkLocalMatrixShader\28\29 -11177:SkLocalMatrixShader::type\28\29\20const -11178:SkLocalMatrixShader::onIsAImage\28SkMatrix*\2c\20SkTileMode*\29\20const -11179:SkLocalMatrixShader::onAsLuminanceColor\28SkRGBA4f<\28SkAlphaType\293>*\29\20const -11180:SkLocalMatrixShader::makeAsALocalMatrixShader\28SkMatrix*\29\20const -11181:SkLocalMatrixShader::isOpaque\28\29\20const -11182:SkLocalMatrixShader::isConstant\28SkRGBA4f<\28SkAlphaType\293>*\29\20const -11183:SkLocalMatrixShader::getTypeName\28\29\20const -11184:SkLocalMatrixShader::flatten\28SkWriteBuffer&\29\20const -11185:SkLocalMatrixShader::asGradient\28SkShaderBase::GradientInfo*\2c\20SkMatrix*\29\20const -11186:SkLocalMatrixShader::appendStages\28SkStageRec\20const&\2c\20SkShaders::MatrixRec\20const&\29\20const -11187:SkLinearGradient::getTypeName\28\29\20const -11188:SkLinearGradient::flatten\28SkWriteBuffer&\29\20const -11189:SkLinearGradient::asGradient\28SkShaderBase::GradientInfo*\2c\20SkMatrix*\29\20const -11190:SkJSONWriter::popScope\28\29 -11191:SkJSONWriter::appendf\28char\20const*\2c\20...\29 -11192:SkIntersections::hasOppT\28double\29\20const -11193:SkImage_Raster::~SkImage_Raster\28\29_4530 -11194:SkImage_Raster::onReinterpretColorSpace\28sk_sp\29\20const -11195:SkImage_Raster::onReadPixels\28GrDirectContext*\2c\20SkImageInfo\20const&\2c\20void*\2c\20unsigned\20long\2c\20int\2c\20int\2c\20SkImage::CachingHint\29\20const -11196:SkImage_Raster::onPeekPixels\28SkPixmap*\29\20const -11197:SkImage_Raster::onPeekMips\28\29\20const -11198:SkImage_Raster::onMakeWithMipmaps\28sk_sp\29\20const -11199:SkImage_Raster::onMakeSubset\28SkRecorder*\2c\20SkIRect\20const&\2c\20SkImage::RequiredProperties\29\20const -11200:SkImage_Raster::onMakeSubset\28GrDirectContext*\2c\20SkIRect\20const&\29\20const -11201:SkImage_Raster::onHasMipmaps\28\29\20const -11202:SkImage_Raster::onAsLegacyBitmap\28GrDirectContext*\2c\20SkBitmap*\29\20const -11203:SkImage_Raster::notifyAddedToRasterCache\28\29\20const -11204:SkImage_Raster::makeColorTypeAndColorSpace\28SkRecorder*\2c\20SkColorType\2c\20sk_sp\2c\20SkImage::RequiredProperties\29\20const -11205:SkImage_Raster::isValid\28SkRecorder*\29\20const -11206:SkImage_Raster::getROPixels\28GrDirectContext*\2c\20SkBitmap*\2c\20SkImage::CachingHint\29\20const -11207:SkImage_Picture::onMakeSubset\28SkRecorder*\2c\20SkIRect\20const&\2c\20SkImage::RequiredProperties\29\20const -11208:SkImage_Picture::onMakeSubset\28GrDirectContext*\2c\20SkIRect\20const&\29\20const -11209:SkImage_LazyTexture::readPixelsProxy\28GrDirectContext*\2c\20SkPixmap\20const&\29\20const -11210:SkImage_LazyTexture::onMakeSubset\28SkRecorder*\2c\20SkIRect\20const&\2c\20SkImage::RequiredProperties\29\20const -11211:SkImage_Lazy::onReinterpretColorSpace\28sk_sp\29\20const -11212:SkImage_Lazy::onRefEncoded\28\29\20const -11213:SkImage_Lazy::onReadPixels\28GrDirectContext*\2c\20SkImageInfo\20const&\2c\20void*\2c\20unsigned\20long\2c\20int\2c\20int\2c\20SkImage::CachingHint\29\20const -11214:SkImage_Lazy::onMakeSubset\28SkRecorder*\2c\20SkIRect\20const&\2c\20SkImage::RequiredProperties\29\20const -11215:SkImage_Lazy::onMakeSubset\28GrDirectContext*\2c\20SkIRect\20const&\29\20const -11216:SkImage_Lazy::onIsProtected\28\29\20const -11217:SkImage_Lazy::makeColorTypeAndColorSpace\28SkRecorder*\2c\20SkColorType\2c\20sk_sp\2c\20SkImage::RequiredProperties\29\20const -11218:SkImage_Lazy::isValid\28SkRecorder*\29\20const -11219:SkImage_Lazy::isValid\28GrRecordingContext*\29\20const -11220:SkImage_Lazy::getROPixels\28GrDirectContext*\2c\20SkBitmap*\2c\20SkImage::CachingHint\29\20const -11221:SkImage_GaneshBase::onReadPixels\28GrDirectContext*\2c\20SkImageInfo\20const&\2c\20void*\2c\20unsigned\20long\2c\20int\2c\20int\2c\20SkImage::CachingHint\29\20const -11222:SkImage_GaneshBase::onMakeSurface\28SkRecorder*\2c\20SkImageInfo\20const&\29\20const -11223:SkImage_GaneshBase::onMakeSubset\28GrDirectContext*\2c\20SkIRect\20const&\29\20const -11224:SkImage_GaneshBase::onMakeColorTypeAndColorSpace\28SkColorType\2c\20sk_sp\2c\20GrDirectContext*\29\20const -11225:SkImage_GaneshBase::makeColorTypeAndColorSpace\28GrDirectContext*\2c\20SkColorType\2c\20sk_sp\29\20const -11226:SkImage_GaneshBase::isValid\28SkRecorder*\29\20const -11227:SkImage_GaneshBase::isValid\28GrRecordingContext*\29\20const -11228:SkImage_GaneshBase::getROPixels\28GrDirectContext*\2c\20SkBitmap*\2c\20SkImage::CachingHint\29\20const -11229:SkImage_GaneshBase::directContext\28\29\20const -11230:SkImage_Ganesh::~SkImage_Ganesh\28\29_10348 -11231:SkImage_Ganesh::textureSize\28\29\20const -11232:SkImage_Ganesh::onReinterpretColorSpace\28sk_sp\29\20const -11233:SkImage_Ganesh::onMakeColorTypeAndColorSpace\28GrDirectContext*\2c\20SkColorType\2c\20sk_sp\29\20const -11234:SkImage_Ganesh::onIsProtected\28\29\20const -11235:SkImage_Ganesh::onHasMipmaps\28\29\20const -11236:SkImage_Ganesh::onAsyncRescaleAndReadPixels\28SkImageInfo\20const&\2c\20SkIRect\2c\20SkImage::RescaleGamma\2c\20SkImage::RescaleMode\2c\20void\20\28*\29\28void*\2c\20std::__2::unique_ptr>\29\2c\20void*\29\20const -11237:SkImage_Ganesh::onAsyncRescaleAndReadPixelsYUV420\28SkYUVColorSpace\2c\20bool\2c\20sk_sp\2c\20SkIRect\2c\20SkISize\2c\20SkImage::RescaleGamma\2c\20SkImage::RescaleMode\2c\20void\20\28*\29\28void*\2c\20std::__2::unique_ptr>\29\2c\20void*\29\20const -11238:SkImage_Ganesh::generatingSurfaceIsDeleted\28\29 -11239:SkImage_Ganesh::flush\28GrDirectContext*\2c\20GrFlushInfo\20const&\29\20const -11240:SkImage_Ganesh::asView\28GrRecordingContext*\2c\20skgpu::Mipmapped\2c\20GrImageTexGenPolicy\29\20const -11241:SkImage_Ganesh::asFragmentProcessor\28skgpu::ganesh::SurfaceDrawContext*\2c\20SkSamplingOptions\2c\20SkTileMode\20const*\2c\20SkMatrix\20const&\2c\20SkRect\20const*\2c\20SkRect\20const*\29\20const -11242:SkImage_Base::onAsyncRescaleAndReadPixels\28SkImageInfo\20const&\2c\20SkIRect\2c\20SkImage::RescaleGamma\2c\20SkImage::RescaleMode\2c\20void\20\28*\29\28void*\2c\20std::__2::unique_ptr>\29\2c\20void*\29\20const -11243:SkImage_Base::notifyAddedToRasterCache\28\29\20const -11244:SkImage_Base::makeSubset\28SkRecorder*\2c\20SkIRect\20const&\2c\20SkImage::RequiredProperties\29\20const -11245:SkImage_Base::makeSubset\28GrDirectContext*\2c\20SkIRect\20const&\29\20const -11246:SkImage_Base::makeColorTypeAndColorSpace\28GrDirectContext*\2c\20SkColorType\2c\20sk_sp\29\20const -11247:SkImage_Base::makeColorSpace\28SkRecorder*\2c\20sk_sp\2c\20SkImage::RequiredProperties\29\20const -11248:SkImage_Base::makeColorSpace\28GrDirectContext*\2c\20sk_sp\29\20const -11249:SkImage_Base::isTextureBacked\28\29\20const -11250:SkImage_Base::isLazyGenerated\28\29\20const -11251:SkImageShader::~SkImageShader\28\29_4649 -11252:SkImageShader::onIsAImage\28SkMatrix*\2c\20SkTileMode*\29\20const -11253:SkImageShader::isOpaque\28\29\20const -11254:SkImageShader::getTypeName\28\29\20const -11255:SkImageShader::flatten\28SkWriteBuffer&\29\20const -11256:SkImageShader::appendStages\28SkStageRec\20const&\2c\20SkShaders::MatrixRec\20const&\29\20const -11257:SkImageGenerator::~SkImageGenerator\28\29_536 -11258:SkImageFilter::computeFastBounds\28SkRect\20const&\29\20const -11259:SkGradientBaseShader::onAsLuminanceColor\28SkRGBA4f<\28SkAlphaType\293>*\29\20const -11260:SkGradientBaseShader::isOpaque\28\29\20const -11261:SkGradientBaseShader::appendStages\28SkStageRec\20const&\2c\20SkShaders::MatrixRec\20const&\29\20const -11262:SkGaussianColorFilter::getTypeName\28\29\20const -11263:SkGaussianColorFilter::appendStages\28SkStageRec\20const&\2c\20bool\29\20const -11264:SkGammaColorSpaceLuminance::toLuma\28float\2c\20float\29\20const -11265:SkGammaColorSpaceLuminance::fromLuma\28float\2c\20float\29\20const -11266:SkFontStyleSet_Custom::~SkFontStyleSet_Custom\28\29_7673 -11267:SkFontStyleSet_Custom::getStyle\28int\2c\20SkFontStyle*\2c\20SkString*\29 -11268:SkFontScanner_FreeType::~SkFontScanner_FreeType\28\29_7810 -11269:SkFontScanner_FreeType::scanFile\28SkStreamAsset*\2c\20int*\29\20const -11270:SkFontScanner_FreeType::scanFace\28SkStreamAsset*\2c\20int\2c\20int*\29\20const -11271:SkFontScanner_FreeType::getFactoryId\28\29\20const -11272:SkFontMgr_Custom::~SkFontMgr_Custom\28\29_7679 -11273:SkFontMgr_Custom::onMatchFamily\28char\20const*\29\20const -11274:SkFontMgr_Custom::onMatchFamilyStyle\28char\20const*\2c\20SkFontStyle\20const&\29\20const -11275:SkFontMgr_Custom::onMakeFromStreamIndex\28std::__2::unique_ptr>\2c\20int\29\20const -11276:SkFontMgr_Custom::onMakeFromFile\28char\20const*\2c\20int\29\20const -11277:SkFontMgr_Custom::onMakeFromData\28sk_sp\2c\20int\29\20const -11278:SkFontMgr_Custom::onLegacyMakeTypeface\28char\20const*\2c\20SkFontStyle\29\20const -11279:SkFontMgr_Custom::onGetFamilyName\28int\2c\20SkString*\29\20const -11280:SkFILEStream::~SkFILEStream\28\29_4184 -11281:SkFILEStream::seek\28unsigned\20long\29 -11282:SkFILEStream::rewind\28\29 -11283:SkFILEStream::read\28void*\2c\20unsigned\20long\29 -11284:SkFILEStream::onFork\28\29\20const -11285:SkFILEStream::onDuplicate\28\29\20const -11286:SkFILEStream::move\28long\29 -11287:SkFILEStream::isAtEnd\28\29\20const -11288:SkFILEStream::getPosition\28\29\20const -11289:SkFILEStream::getLength\28\29\20const -11290:SkEmptyShader::getTypeName\28\29\20const -11291:SkEmptyPicture::~SkEmptyPicture\28\29 -11292:SkEmptyPicture::cullRect\28\29\20const -11293:SkEmptyPicture::approximateBytesUsed\28\29\20const -11294:SkEmptyFontMgr::onMatchFamily\28char\20const*\29\20const -11295:SkEdgeBuilder::build\28SkPath\20const&\2c\20SkIRect\20const*\2c\20bool\29::$_0::__invoke\28SkEdgeClipper*\2c\20bool\2c\20void*\29 -11296:SkDynamicMemoryWStream::~SkDynamicMemoryWStream\28\29_4224 -11297:SkDynamicMemoryWStream::bytesWritten\28\29\20const -11298:SkDraw::paintMasks\28SkZip\2c\20SkPaint\20const&\29\20const -11299:SkDevice::strikeDeviceInfo\28\29\20const -11300:SkDevice::drawSlug\28SkCanvas*\2c\20sktext::gpu::Slug\20const*\2c\20SkPaint\20const&\29 -11301:SkDevice::drawRegion\28SkRegion\20const&\2c\20SkPaint\20const&\29 -11302:SkDevice::drawPatch\28SkPoint\20const*\2c\20unsigned\20int\20const*\2c\20SkPoint\20const*\2c\20sk_sp\2c\20SkPaint\20const&\29 -11303:SkDevice::drawImageLattice\28SkImage\20const*\2c\20SkCanvas::Lattice\20const&\2c\20SkRect\20const&\2c\20SkFilterMode\2c\20SkPaint\20const&\29 -11304:SkDevice::drawEdgeAAQuad\28SkRect\20const&\2c\20SkPoint\20const*\2c\20SkCanvas::QuadAAFlags\2c\20SkRGBA4f<\28SkAlphaType\293>\20const&\2c\20SkBlendMode\29 -11305:SkDevice::drawEdgeAAImageSet\28SkCanvas::ImageSetEntry\20const*\2c\20int\2c\20SkPoint\20const*\2c\20SkMatrix\20const*\2c\20SkSamplingOptions\20const&\2c\20SkPaint\20const&\2c\20SkCanvas::SrcRectConstraint\29 -11306:SkDevice::drawDrawable\28SkCanvas*\2c\20SkDrawable*\2c\20SkMatrix\20const*\29 -11307:SkDevice::drawDRRect\28SkRRect\20const&\2c\20SkRRect\20const&\2c\20SkPaint\20const&\29 -11308:SkDevice::drawCoverageMask\28SkSpecialImage\20const*\2c\20SkMatrix\20const&\2c\20SkSamplingOptions\20const&\2c\20SkPaint\20const&\29 -11309:SkDevice::drawBlurredRRect\28SkRRect\20const&\2c\20SkPaint\20const&\2c\20float\29 -11310:SkDevice::drawAtlas\28SkSpan\2c\20SkSpan\2c\20SkSpan\2c\20sk_sp\2c\20SkPaint\20const&\29 -11311:SkDevice::drawAsTiledImageRect\28SkCanvas*\2c\20SkImage\20const*\2c\20SkRect\20const*\2c\20SkRect\20const&\2c\20SkSamplingOptions\20const&\2c\20SkPaint\20const&\2c\20SkCanvas::SrcRectConstraint\29 -11312:SkDevice::createImageFilteringBackend\28SkSurfaceProps\20const&\2c\20SkColorType\29\20const -11313:SkDashImpl::~SkDashImpl\28\29_4902 -11314:SkDashImpl::onFilterPath\28SkPathBuilder*\2c\20SkPath\20const&\2c\20SkStrokeRec*\2c\20SkRect\20const*\2c\20SkMatrix\20const&\29\20const -11315:SkDashImpl::onAsPoints\28SkPathEffectBase::PointData*\2c\20SkPath\20const&\2c\20SkStrokeRec\20const&\2c\20SkMatrix\20const&\2c\20SkRect\20const*\29\20const -11316:SkDashImpl::getTypeName\28\29\20const -11317:SkDashImpl::flatten\28SkWriteBuffer&\29\20const -11318:SkDashImpl::asADash\28\29\20const -11319:SkDCurve::nearPoint\28SkPath::Verb\2c\20SkDPoint\20const&\2c\20SkDPoint\20const&\29\20const -11320:SkContourMeasure::~SkContourMeasure\28\29_2146 -11321:SkConicalGradient::getTypeName\28\29\20const -11322:SkConicalGradient::flatten\28SkWriteBuffer&\29\20const -11323:SkConicalGradient::asGradient\28SkShaderBase::GradientInfo*\2c\20SkMatrix*\29\20const -11324:SkConicalGradient::appendGradientStages\28SkArenaAlloc*\2c\20SkRasterPipeline*\2c\20SkRasterPipeline*\29\20const -11325:SkComposeColorFilter::onIsAlphaUnchanged\28\29\20const -11326:SkComposeColorFilter::getTypeName\28\29\20const -11327:SkComposeColorFilter::appendStages\28SkStageRec\20const&\2c\20bool\29\20const -11328:SkColorSpaceXformColorFilter::~SkColorSpaceXformColorFilter\28\29_5007 -11329:SkColorSpaceXformColorFilter::getTypeName\28\29\20const -11330:SkColorSpaceXformColorFilter::flatten\28SkWriteBuffer&\29\20const -11331:SkColorSpaceXformColorFilter::appendStages\28SkStageRec\20const&\2c\20bool\29\20const -11332:SkColorShader::onAsLuminanceColor\28SkRGBA4f<\28SkAlphaType\293>*\29\20const -11333:SkColorShader::isOpaque\28\29\20const -11334:SkColorShader::isConstant\28SkRGBA4f<\28SkAlphaType\293>*\29\20const -11335:SkColorShader::getTypeName\28\29\20const -11336:SkColorShader::flatten\28SkWriteBuffer&\29\20const -11337:SkColorShader::appendStages\28SkStageRec\20const&\2c\20SkShaders::MatrixRec\20const&\29\20const -11338:SkColorFilterShader::~SkColorFilterShader\28\29_4622 -11339:SkColorFilterShader::isOpaque\28\29\20const -11340:SkColorFilterShader::getTypeName\28\29\20const -11341:SkColorFilterShader::appendStages\28SkStageRec\20const&\2c\20SkShaders::MatrixRec\20const&\29\20const -11342:SkColorFilterBase::onFilterColor4f\28SkRGBA4f<\28SkAlphaType\292>\20const&\2c\20SkColorSpace*\29\20const -11343:SkCoincidentSpans::setOppPtTStart\28SkOpPtT\20const*\29 -11344:SkCoincidentSpans::setOppPtTEnd\28SkOpPtT\20const*\29 -11345:SkCoincidentSpans::setCoinPtTStart\28SkOpPtT\20const*\29 -11346:SkCoincidentSpans::setCoinPtTEnd\28SkOpPtT\20const*\29 -11347:SkCanvas::~SkCanvas\28\29_1928 -11348:SkCanvas::recordingContext\28\29\20const -11349:SkCanvas::recorder\28\29\20const -11350:SkCanvas::onPeekPixels\28SkPixmap*\29 -11351:SkCanvas::onNewSurface\28SkImageInfo\20const&\2c\20SkSurfaceProps\20const&\29 -11352:SkCanvas::onImageInfo\28\29\20const -11353:SkCanvas::onGetProps\28SkSurfaceProps*\2c\20bool\29\20const -11354:SkCanvas::onDrawVerticesObject\28SkVertices\20const*\2c\20SkBlendMode\2c\20SkPaint\20const&\29 -11355:SkCanvas::onDrawTextBlob\28SkTextBlob\20const*\2c\20float\2c\20float\2c\20SkPaint\20const&\29 -11356:SkCanvas::onDrawSlug\28sktext::gpu::Slug\20const*\2c\20SkPaint\20const&\29 -11357:SkCanvas::onDrawShadowRec\28SkPath\20const&\2c\20SkDrawShadowRec\20const&\29 -11358:SkCanvas::onDrawRegion\28SkRegion\20const&\2c\20SkPaint\20const&\29 -11359:SkCanvas::onDrawRect\28SkRect\20const&\2c\20SkPaint\20const&\29 -11360:SkCanvas::onDrawRRect\28SkRRect\20const&\2c\20SkPaint\20const&\29 -11361:SkCanvas::onDrawPoints\28SkCanvas::PointMode\2c\20unsigned\20long\2c\20SkPoint\20const*\2c\20SkPaint\20const&\29 -11362:SkCanvas::onDrawPicture\28SkPicture\20const*\2c\20SkMatrix\20const*\2c\20SkPaint\20const*\29 -11363:SkCanvas::onDrawPath\28SkPath\20const&\2c\20SkPaint\20const&\29 -11364:SkCanvas::onDrawPatch\28SkPoint\20const*\2c\20unsigned\20int\20const*\2c\20SkPoint\20const*\2c\20SkBlendMode\2c\20SkPaint\20const&\29 -11365:SkCanvas::onDrawPaint\28SkPaint\20const&\29 -11366:SkCanvas::onDrawOval\28SkRect\20const&\2c\20SkPaint\20const&\29 -11367:SkCanvas::onDrawMesh\28SkMesh\20const&\2c\20sk_sp\2c\20SkPaint\20const&\29 -11368:SkCanvas::onDrawImageRect2\28SkImage\20const*\2c\20SkRect\20const&\2c\20SkRect\20const&\2c\20SkSamplingOptions\20const&\2c\20SkPaint\20const*\2c\20SkCanvas::SrcRectConstraint\29 -11369:SkCanvas::onDrawImageLattice2\28SkImage\20const*\2c\20SkCanvas::Lattice\20const&\2c\20SkRect\20const&\2c\20SkFilterMode\2c\20SkPaint\20const*\29 -11370:SkCanvas::onDrawImage2\28SkImage\20const*\2c\20float\2c\20float\2c\20SkSamplingOptions\20const&\2c\20SkPaint\20const*\29 -11371:SkCanvas::onDrawGlyphRunList\28sktext::GlyphRunList\20const&\2c\20SkPaint\20const&\29 -11372:SkCanvas::onDrawEdgeAAQuad\28SkRect\20const&\2c\20SkPoint\20const*\2c\20SkCanvas::QuadAAFlags\2c\20SkRGBA4f<\28SkAlphaType\293>\20const&\2c\20SkBlendMode\29 -11373:SkCanvas::onDrawEdgeAAImageSet2\28SkCanvas::ImageSetEntry\20const*\2c\20int\2c\20SkPoint\20const*\2c\20SkMatrix\20const*\2c\20SkSamplingOptions\20const&\2c\20SkPaint\20const*\2c\20SkCanvas::SrcRectConstraint\29 -11374:SkCanvas::onDrawDrawable\28SkDrawable*\2c\20SkMatrix\20const*\29 -11375:SkCanvas::onDrawDRRect\28SkRRect\20const&\2c\20SkRRect\20const&\2c\20SkPaint\20const&\29 -11376:SkCanvas::onDrawBehind\28SkPaint\20const&\29 -11377:SkCanvas::onDrawAtlas2\28SkImage\20const*\2c\20SkRSXform\20const*\2c\20SkRect\20const*\2c\20unsigned\20int\20const*\2c\20int\2c\20SkBlendMode\2c\20SkSamplingOptions\20const&\2c\20SkRect\20const*\2c\20SkPaint\20const*\29 -11378:SkCanvas::onDrawArc\28SkRect\20const&\2c\20float\2c\20float\2c\20bool\2c\20SkPaint\20const&\29 -11379:SkCanvas::onDrawAnnotation\28SkRect\20const&\2c\20char\20const*\2c\20SkData*\29 -11380:SkCanvas::onDiscard\28\29 -11381:SkCanvas::onConvertGlyphRunListToSlug\28sktext::GlyphRunList\20const&\2c\20SkPaint\20const&\29 -11382:SkCanvas::onAccessTopLayerPixels\28SkPixmap*\29 -11383:SkCanvas::isClipRect\28\29\20const -11384:SkCanvas::isClipEmpty\28\29\20const -11385:SkCanvas::getBaseLayerSize\28\29\20const -11386:SkCanvas::baseRecorder\28\29\20const -11387:SkCachedData::~SkCachedData\28\29_1841 -11388:SkCTMShader::~SkCTMShader\28\29_4676 -11389:SkCTMShader::~SkCTMShader\28\29 -11390:SkCTMShader::isConstant\28SkRGBA4f<\28SkAlphaType\293>*\29\20const -11391:SkCTMShader::getTypeName\28\29\20const -11392:SkCTMShader::asGradient\28SkShaderBase::GradientInfo*\2c\20SkMatrix*\29\20const -11393:SkCTMShader::appendStages\28SkStageRec\20const&\2c\20SkShaders::MatrixRec\20const&\29\20const -11394:SkBreakIterator_client::~SkBreakIterator_client\28\29_7630 -11395:SkBreakIterator_client::status\28\29 -11396:SkBreakIterator_client::setText\28char\20const*\2c\20int\29 -11397:SkBreakIterator_client::setText\28char16_t\20const*\2c\20int\29 -11398:SkBreakIterator_client::next\28\29 -11399:SkBreakIterator_client::isDone\28\29 -11400:SkBreakIterator_client::first\28\29 -11401:SkBreakIterator_client::current\28\29 -11402:SkBlurMaskFilterImpl::getTypeName\28\29\20const -11403:SkBlurMaskFilterImpl::flatten\28SkWriteBuffer&\29\20const -11404:SkBlurMaskFilterImpl::filterRectsToNine\28SkSpan\2c\20SkMatrix\20const&\2c\20SkIRect\20const&\2c\20std::__2::optional*\2c\20SkResourceCache*\29\20const -11405:SkBlurMaskFilterImpl::filterRRectToNine\28SkRRect\20const&\2c\20SkMatrix\20const&\2c\20SkIRect\20const&\2c\20SkResourceCache*\29\20const -11406:SkBlurMaskFilterImpl::filterMask\28SkMaskBuilder*\2c\20SkMask\20const&\2c\20SkMatrix\20const&\2c\20SkIPoint*\29\20const -11407:SkBlurMaskFilterImpl::computeFastBounds\28SkRect\20const&\2c\20SkRect*\29\20const -11408:SkBlurMaskFilterImpl::asImageFilter\28SkMatrix\20const&\2c\20SkPaint\20const&\29\20const -11409:SkBlurMaskFilterImpl::asABlur\28SkMaskFilterBase::BlurRec*\29\20const -11410:SkBlitter::canDirectBlit\28\29 -11411:SkBlitter::blitRect\28int\2c\20int\2c\20int\2c\20int\29 -11412:SkBlitter::blitAntiV2\28int\2c\20int\2c\20unsigned\20int\2c\20unsigned\20int\29 -11413:SkBlitter::blitAntiRect\28int\2c\20int\2c\20int\2c\20int\2c\20unsigned\20char\2c\20unsigned\20char\29 -11414:SkBlitter::blitAntiH2\28int\2c\20int\2c\20unsigned\20int\2c\20unsigned\20int\29 -11415:SkBlitter::allocBlitMemory\28unsigned\20long\29 -11416:SkBlendShader::getTypeName\28\29\20const -11417:SkBlendShader::flatten\28SkWriteBuffer&\29\20const -11418:SkBlendShader::appendStages\28SkStageRec\20const&\2c\20SkShaders::MatrixRec\20const&\29\20const -11419:SkBlendModeColorFilter::onIsAlphaUnchanged\28\29\20const -11420:SkBlendModeColorFilter::onAsAColorMode\28unsigned\20int*\2c\20SkBlendMode*\29\20const -11421:SkBlendModeColorFilter::getTypeName\28\29\20const -11422:SkBlendModeColorFilter::flatten\28SkWriteBuffer&\29\20const -11423:SkBlendModeColorFilter::appendStages\28SkStageRec\20const&\2c\20bool\29\20const -11424:SkBlendModeBlender::onAppendStages\28SkStageRec\20const&\29\20const -11425:SkBlendModeBlender::getTypeName\28\29\20const -11426:SkBlendModeBlender::flatten\28SkWriteBuffer&\29\20const -11427:SkBlendModeBlender::asBlendMode\28\29\20const -11428:SkBitmapDevice::~SkBitmapDevice\28\29_1310 -11429:SkBitmapDevice::snapSpecial\28SkIRect\20const&\2c\20bool\29 -11430:SkBitmapDevice::setImmutable\28\29 -11431:SkBitmapDevice::replaceClip\28SkIRect\20const&\29 -11432:SkBitmapDevice::pushClipStack\28\29 -11433:SkBitmapDevice::popClipStack\28\29 -11434:SkBitmapDevice::onWritePixels\28SkPixmap\20const&\2c\20int\2c\20int\29 -11435:SkBitmapDevice::onReadPixels\28SkPixmap\20const&\2c\20int\2c\20int\29 -11436:SkBitmapDevice::onDrawGlyphRunList\28SkCanvas*\2c\20sktext::GlyphRunList\20const&\2c\20SkPaint\20const&\29 -11437:SkBitmapDevice::onClipShader\28sk_sp\29 -11438:SkBitmapDevice::onAccessPixels\28SkPixmap*\29 -11439:SkBitmapDevice::makeSurface\28SkImageInfo\20const&\2c\20SkSurfaceProps\20const&\29 -11440:SkBitmapDevice::isClipWideOpen\28\29\20const -11441:SkBitmapDevice::isClipRect\28\29\20const -11442:SkBitmapDevice::isClipEmpty\28\29\20const -11443:SkBitmapDevice::isClipAntiAliased\28\29\20const -11444:SkBitmapDevice::drawVertices\28SkVertices\20const*\2c\20sk_sp\2c\20SkPaint\20const&\2c\20bool\29 -11445:SkBitmapDevice::drawSpecial\28SkSpecialImage*\2c\20SkMatrix\20const&\2c\20SkSamplingOptions\20const&\2c\20SkPaint\20const&\2c\20SkCanvas::SrcRectConstraint\29 -11446:SkBitmapDevice::drawRRect\28SkRRect\20const&\2c\20SkPaint\20const&\29 -11447:SkBitmapDevice::drawPoints\28SkCanvas::PointMode\2c\20SkSpan\2c\20SkPaint\20const&\29 -11448:SkBitmapDevice::drawPaint\28SkPaint\20const&\29 -11449:SkBitmapDevice::drawOval\28SkRect\20const&\2c\20SkPaint\20const&\29 -11450:SkBitmapDevice::drawImageRect\28SkImage\20const*\2c\20SkRect\20const*\2c\20SkRect\20const&\2c\20SkSamplingOptions\20const&\2c\20SkPaint\20const&\2c\20SkCanvas::SrcRectConstraint\29 -11451:SkBitmapDevice::drawCoverageMask\28SkSpecialImage\20const*\2c\20SkMatrix\20const&\2c\20SkSamplingOptions\20const&\2c\20SkPaint\20const&\29 -11452:SkBitmapDevice::drawBlurredRRect\28SkRRect\20const&\2c\20SkPaint\20const&\2c\20float\29 -11453:SkBitmapDevice::drawAtlas\28SkSpan\2c\20SkSpan\2c\20SkSpan\2c\20sk_sp\2c\20SkPaint\20const&\29 -11454:SkBitmapDevice::devClipBounds\28\29\20const -11455:SkBitmapDevice::createDevice\28SkDevice::CreateInfo\20const&\2c\20SkPaint\20const*\29 -11456:SkBitmapDevice::clipRegion\28SkRegion\20const&\2c\20SkClipOp\29 -11457:SkBitmapDevice::clipRect\28SkRect\20const&\2c\20SkClipOp\2c\20bool\29 -11458:SkBitmapDevice::clipRRect\28SkRRect\20const&\2c\20SkClipOp\2c\20bool\29 -11459:SkBitmapDevice::clipPath\28SkPath\20const&\2c\20SkClipOp\2c\20bool\29 -11460:SkBitmapDevice::baseRecorder\28\29\20const -11461:SkBitmapDevice::android_utils_clipAsRgn\28SkRegion*\29\20const -11462:SkBitmapCache::Rec::~Rec\28\29_1271 -11463:SkBitmapCache::Rec::postAddInstall\28void*\29 -11464:SkBitmapCache::Rec::getCategory\28\29\20const -11465:SkBitmapCache::Rec::canBePurged\28\29 -11466:SkBitmapCache::Rec::bytesUsed\28\29\20const -11467:SkBitmapCache::Rec::ReleaseProc\28void*\2c\20void*\29 -11468:SkBitmapCache::Rec::Finder\28SkResourceCache::Rec\20const&\2c\20void*\29 -11469:SkBinaryWriteBuffer::~SkBinaryWriteBuffer\28\29_4421 -11470:SkBinaryWriteBuffer::write\28SkM44\20const&\29 -11471:SkBinaryWriteBuffer::writeTypeface\28SkTypeface*\29 -11472:SkBinaryWriteBuffer::writeString\28std::__2::basic_string_view>\29 -11473:SkBinaryWriteBuffer::writeStream\28SkStream*\2c\20unsigned\20long\29 -11474:SkBinaryWriteBuffer::writeScalar\28float\29 -11475:SkBinaryWriteBuffer::writeSampling\28SkSamplingOptions\20const&\29 -11476:SkBinaryWriteBuffer::writeRegion\28SkRegion\20const&\29 -11477:SkBinaryWriteBuffer::writeRect\28SkRect\20const&\29 -11478:SkBinaryWriteBuffer::writePoint\28SkPoint\20const&\29 -11479:SkBinaryWriteBuffer::writePointArray\28SkSpan\29 -11480:SkBinaryWriteBuffer::writePoint3\28SkPoint3\20const&\29 -11481:SkBinaryWriteBuffer::writePath\28SkPath\20const&\29 -11482:SkBinaryWriteBuffer::writePaint\28SkPaint\20const&\29 -11483:SkBinaryWriteBuffer::writePad32\28void\20const*\2c\20unsigned\20long\29 -11484:SkBinaryWriteBuffer::writeMatrix\28SkMatrix\20const&\29 -11485:SkBinaryWriteBuffer::writeImage\28SkImage\20const*\29 -11486:SkBinaryWriteBuffer::writeColor4fArray\28SkSpan\20const>\29 -11487:SkBinaryWriteBuffer::writeBool\28bool\29 -11488:SkBigPicture::~SkBigPicture\28\29_1184 -11489:SkBigPicture::playback\28SkCanvas*\2c\20SkPicture::AbortCallback*\29\20const -11490:SkBigPicture::approximateOpCount\28bool\29\20const -11491:SkBigPicture::approximateBytesUsed\28\29\20const -11492:SkBidiSubsetFactory::errorName\28UErrorCode\29\20const -11493:SkBidiSubsetFactory::bidi_setPara\28UBiDi*\2c\20char16_t\20const*\2c\20int\2c\20unsigned\20char\2c\20unsigned\20char*\2c\20UErrorCode*\29\20const -11494:SkBidiSubsetFactory::bidi_reorderVisual\28unsigned\20char\20const*\2c\20int\2c\20int*\29\20const -11495:SkBidiSubsetFactory::bidi_openSized\28int\2c\20int\2c\20UErrorCode*\29\20const -11496:SkBidiSubsetFactory::bidi_getLevelAt\28UBiDi\20const*\2c\20int\29\20const -11497:SkBidiSubsetFactory::bidi_getLength\28UBiDi\20const*\29\20const -11498:SkBidiSubsetFactory::bidi_getDirection\28UBiDi\20const*\29\20const -11499:SkBidiSubsetFactory::bidi_close_callback\28\29\20const -11500:SkBasicEdgeBuilder::addQuad\28SkPoint\20const*\29 -11501:SkBasicEdgeBuilder::addLine\28SkPoint\20const*\29 -11502:SkBasicEdgeBuilder::addCubic\28SkPoint\20const*\29 -11503:SkBBoxHierarchy::insert\28SkRect\20const*\2c\20SkBBoxHierarchy::Metadata\20const*\2c\20int\29 -11504:SkArenaAlloc::SkipPod\28char*\29 -11505:SkArenaAlloc::NextBlock\28char*\29 -11506:SkAnalyticEdgeBuilder::allocEdges\28unsigned\20long\2c\20unsigned\20long*\29 -11507:SkAnalyticEdgeBuilder::addQuad\28SkPoint\20const*\29 -11508:SkAnalyticEdgeBuilder::addPolyLine\28SkPoint\20const*\2c\20char*\2c\20char**\29 -11509:SkAnalyticEdgeBuilder::addLine\28SkPoint\20const*\29 -11510:SkAnalyticEdgeBuilder::addCubic\28SkPoint\20const*\29 -11511:SkAAClipBlitter::~SkAAClipBlitter\28\29_1140 -11512:SkAAClipBlitter::blitV\28int\2c\20int\2c\20int\2c\20unsigned\20char\29 -11513:SkAAClipBlitter::blitRect\28int\2c\20int\2c\20int\2c\20int\29 -11514:SkAAClipBlitter::blitMask\28SkMask\20const&\2c\20SkIRect\20const&\29 -11515:SkAAClipBlitter::blitH\28int\2c\20int\2c\20int\29 -11516:SkAAClipBlitter::blitAntiH\28int\2c\20int\2c\20unsigned\20char\20const*\2c\20short\20const*\29 -11517:SkAAClip::Builder::operateY\28SkAAClip\20const&\2c\20SkAAClip\20const&\2c\20SkClipOp\29::$_1::__invoke\28unsigned\20int\2c\20unsigned\20int\29 -11518:SkAAClip::Builder::operateY\28SkAAClip\20const&\2c\20SkAAClip\20const&\2c\20SkClipOp\29::$_0::__invoke\28unsigned\20int\2c\20unsigned\20int\29 -11519:SkAAClip::Builder::Blitter::blitV\28int\2c\20int\2c\20int\2c\20unsigned\20char\29 -11520:SkAAClip::Builder::Blitter::blitRect\28int\2c\20int\2c\20int\2c\20int\29 -11521:SkAAClip::Builder::Blitter::blitMask\28SkMask\20const&\2c\20SkIRect\20const&\29 -11522:SkAAClip::Builder::Blitter::blitH\28int\2c\20int\2c\20int\29 -11523:SkAAClip::Builder::Blitter::blitAntiRect\28int\2c\20int\2c\20int\2c\20int\2c\20unsigned\20char\2c\20unsigned\20char\29 -11524:SkA8_Coverage_Blitter::~SkA8_Coverage_Blitter\28\29_1608 -11525:SkA8_Coverage_Blitter::blitV\28int\2c\20int\2c\20int\2c\20unsigned\20char\29 -11526:SkA8_Coverage_Blitter::blitRect\28int\2c\20int\2c\20int\2c\20int\29 -11527:SkA8_Coverage_Blitter::blitMask\28SkMask\20const&\2c\20SkIRect\20const&\29 -11528:SkA8_Coverage_Blitter::blitH\28int\2c\20int\2c\20int\29 -11529:SkA8_Coverage_Blitter::blitAntiH\28int\2c\20int\2c\20unsigned\20char\20const*\2c\20short\20const*\29 -11530:SkA8_Blitter::~SkA8_Blitter\28\29_1623 -11531:SkA8_Blitter::blitV\28int\2c\20int\2c\20int\2c\20unsigned\20char\29 -11532:SkA8_Blitter::blitRect\28int\2c\20int\2c\20int\2c\20int\29 -11533:SkA8_Blitter::blitMask\28SkMask\20const&\2c\20SkIRect\20const&\29 -11534:SkA8_Blitter::blitH\28int\2c\20int\2c\20int\29 -11535:SkA8_Blitter::blitAntiH\28int\2c\20int\2c\20unsigned\20char\20const*\2c\20short\20const*\29 -11536:SkA8Blitter_Choose\28SkPixmap\20const&\2c\20SkMatrix\20const&\2c\20SkPaint\20const&\2c\20SkArenaAlloc*\2c\20SkDrawCoverage\2c\20sk_sp\2c\20SkSurfaceProps\20const&\29 -11537:ShaderPDXferProcessor::onAddToKey\28GrShaderCaps\20const&\2c\20skgpu::KeyBuilder*\29\20const -11538:ShaderPDXferProcessor::name\28\29\20const -11539:ShaderPDXferProcessor::makeProgramImpl\28\29\20const -11540:SafeRLEAdditiveBlitter::blitAntiH\28int\2c\20int\2c\20unsigned\20char\29 -11541:SafeRLEAdditiveBlitter::blitAntiH\28int\2c\20int\2c\20unsigned\20char\20const*\2c\20int\29 -11542:SafeRLEAdditiveBlitter::blitAntiH\28int\2c\20int\2c\20int\2c\20unsigned\20char\29 -11543:RuntimeEffectRPCallbacks::toLinearSrgb\28void\20const*\29 -11544:RuntimeEffectRPCallbacks::fromLinearSrgb\28void\20const*\29 -11545:RuntimeEffectRPCallbacks::appendShader\28int\29 -11546:RuntimeEffectRPCallbacks::appendColorFilter\28int\29 -11547:RuntimeEffectRPCallbacks::appendBlender\28int\29 -11548:RunBasedAdditiveBlitter::getRealBlitter\28bool\29 -11549:RunBasedAdditiveBlitter::flush_if_y_changed\28int\2c\20int\29 -11550:RunBasedAdditiveBlitter::blitAntiH\28int\2c\20int\2c\20unsigned\20char\29 -11551:RunBasedAdditiveBlitter::blitAntiH\28int\2c\20int\2c\20unsigned\20char\20const*\2c\20int\29 -11552:RunBasedAdditiveBlitter::blitAntiH\28int\2c\20int\2c\20int\2c\20unsigned\20char\29 -11553:Round_Up_To_Grid -11554:Round_To_Half_Grid -11555:Round_To_Grid -11556:Round_To_Double_Grid -11557:Round_Super_45 -11558:Round_Super -11559:Round_None -11560:Round_Down_To_Grid -11561:RoundJoiner\28SkPathBuilder*\2c\20SkPathBuilder*\2c\20SkPoint\20const&\2c\20SkPoint\20const&\2c\20SkPoint\20const&\2c\20float\2c\20float\2c\20bool\2c\20bool\29 -11562:RoundCapper\28SkPathBuilder*\2c\20SkPoint\20const&\2c\20SkPoint\20const&\2c\20SkPoint\20const&\2c\20bool\29 -11563:Read_CVT_Stretched -11564:Read_CVT -11565:Project_y -11566:Project -11567:PrePostInverseBlitterProc\28SkBlitter*\2c\20int\2c\20bool\29 -11568:PorterDuffXferProcessor::onHasSecondaryOutput\28\29\20const -11569:PorterDuffXferProcessor::onGetBlendInfo\28skgpu::BlendInfo*\29\20const -11570:PorterDuffXferProcessor::onAddToKey\28GrShaderCaps\20const&\2c\20skgpu::KeyBuilder*\29\20const -11571:PorterDuffXferProcessor::name\28\29\20const -11572:PorterDuffXferProcessor::makeProgramImpl\28\29\20const::Impl::emitOutputsForBlendState\28GrXferProcessor::ProgramImpl::EmitArgs\20const&\29 -11573:PorterDuffXferProcessor::makeProgramImpl\28\29\20const -11574:PDLCDXferProcessor::onIsEqual\28GrXferProcessor\20const&\29\20const -11575:PDLCDXferProcessor::onGetBlendInfo\28skgpu::BlendInfo*\29\20const -11576:PDLCDXferProcessor::name\28\29\20const -11577:PDLCDXferProcessor::makeProgramImpl\28\29\20const::Impl::onSetData\28GrGLSLProgramDataManager\20const&\2c\20GrXferProcessor\20const&\29 -11578:PDLCDXferProcessor::makeProgramImpl\28\29\20const::Impl::emitOutputsForBlendState\28GrXferProcessor::ProgramImpl::EmitArgs\20const&\29 -11579:PDLCDXferProcessor::makeProgramImpl\28\29\20const -11580:OT::match_glyph\28hb_glyph_info_t&\2c\20unsigned\20int\2c\20void\20const*\29 -11581:OT::match_coverage\28hb_glyph_info_t&\2c\20unsigned\20int\2c\20void\20const*\29 -11582:OT::match_class_cached\28hb_glyph_info_t&\2c\20unsigned\20int\2c\20void\20const*\29 -11583:OT::match_class_cached2\28hb_glyph_info_t&\2c\20unsigned\20int\2c\20void\20const*\29 -11584:OT::match_class_cached1\28hb_glyph_info_t&\2c\20unsigned\20int\2c\20void\20const*\29 -11585:OT::match_class\28hb_glyph_info_t&\2c\20unsigned\20int\2c\20void\20const*\29 -11586:OT::hb_ot_apply_context_t::return_t\20OT::Layout::GSUB_impl::SubstLookup::dispatch_recurse_func\28OT::hb_ot_apply_context_t*\2c\20unsigned\20int\29 -11587:OT::hb_ot_apply_context_t::return_t\20OT::Layout::GPOS_impl::PosLookup::dispatch_recurse_func\28OT::hb_ot_apply_context_t*\2c\20unsigned\20int\29 -11588:OT::Layout::Common::RangeRecord::cmp_range\28void\20const*\2c\20void\20const*\29 -11589:OT::ColorLine::static_get_color_stops\28hb_color_line_t*\2c\20void*\2c\20unsigned\20int\2c\20unsigned\20int*\2c\20hb_color_stop_t*\2c\20void*\29 -11590:OT::ColorLine::static_get_color_stops\28hb_color_line_t*\2c\20void*\2c\20unsigned\20int\2c\20unsigned\20int*\2c\20hb_color_stop_t*\2c\20void*\29 -11591:OT::CmapSubtableFormat4::accelerator_t::get_glyph_func\28void\20const*\2c\20unsigned\20int\2c\20unsigned\20int*\29 -11592:Move_CVT_Stretched -11593:Move_CVT -11594:MiterJoiner\28SkPathBuilder*\2c\20SkPathBuilder*\2c\20SkPoint\20const&\2c\20SkPoint\20const&\2c\20SkPoint\20const&\2c\20float\2c\20float\2c\20bool\2c\20bool\29 -11595:MaskAdditiveBlitter::~MaskAdditiveBlitter\28\29_4052 -11596:MaskAdditiveBlitter::getWidth\28\29 -11597:MaskAdditiveBlitter::getRealBlitter\28bool\29 -11598:MaskAdditiveBlitter::blitV\28int\2c\20int\2c\20int\2c\20unsigned\20char\29 -11599:MaskAdditiveBlitter::blitRect\28int\2c\20int\2c\20int\2c\20int\29 -11600:MaskAdditiveBlitter::blitAntiRect\28int\2c\20int\2c\20int\2c\20int\2c\20unsigned\20char\2c\20unsigned\20char\29 -11601:MaskAdditiveBlitter::blitAntiH\28int\2c\20int\2c\20unsigned\20char\29 -11602:MaskAdditiveBlitter::blitAntiH\28int\2c\20int\2c\20unsigned\20char\20const*\2c\20int\29 -11603:MaskAdditiveBlitter::blitAntiH\28int\2c\20int\2c\20int\2c\20unsigned\20char\29 -11604:InverseBlitter::blitH\28int\2c\20int\2c\20int\29 -11605:Horish_SkAntiHairBlitter::drawLine\28int\2c\20int\2c\20int\2c\20int\29 -11606:Horish_SkAntiHairBlitter::drawCap\28int\2c\20int\2c\20int\2c\20int\29 -11607:HLine_SkAntiHairBlitter::drawLine\28int\2c\20int\2c\20int\2c\20int\29 -11608:HLine_SkAntiHairBlitter::drawCap\28int\2c\20int\2c\20int\2c\20int\29 -11609:GrYUVtoRGBEffect::onMakeProgramImpl\28\29\20const::Impl::onSetData\28GrGLSLProgramDataManager\20const&\2c\20GrFragmentProcessor\20const&\29 -11610:GrYUVtoRGBEffect::onMakeProgramImpl\28\29\20const::Impl::emitCode\28GrFragmentProcessor::ProgramImpl::EmitArgs&\29 -11611:GrYUVtoRGBEffect::onMakeProgramImpl\28\29\20const -11612:GrYUVtoRGBEffect::onIsEqual\28GrFragmentProcessor\20const&\29\20const -11613:GrYUVtoRGBEffect::onAddToKey\28GrShaderCaps\20const&\2c\20skgpu::KeyBuilder*\29\20const -11614:GrYUVtoRGBEffect::name\28\29\20const -11615:GrYUVtoRGBEffect::clone\28\29\20const -11616:GrXferProcessor::ProgramImpl::emitWriteSwizzle\28GrGLSLXPFragmentBuilder*\2c\20skgpu::Swizzle\20const&\2c\20char\20const*\2c\20char\20const*\29\20const -11617:GrXferProcessor::ProgramImpl::emitOutputsForBlendState\28GrXferProcessor::ProgramImpl::EmitArgs\20const&\29 -11618:GrXferProcessor::ProgramImpl::emitBlendCodeForDstRead\28GrGLSLXPFragmentBuilder*\2c\20GrGLSLUniformHandler*\2c\20char\20const*\2c\20char\20const*\2c\20char\20const*\2c\20char\20const*\2c\20char\20const*\2c\20GrXferProcessor\20const&\29 -11619:GrWritePixelsTask::~GrWritePixelsTask\28\29_9624 -11620:GrWritePixelsTask::onMakeClosed\28GrRecordingContext*\2c\20SkIRect*\29 -11621:GrWritePixelsTask::onExecute\28GrOpFlushState*\29 -11622:GrWritePixelsTask::gatherProxyIntervals\28GrResourceAllocator*\29\20const -11623:GrWaitRenderTask::~GrWaitRenderTask\28\29_9619 -11624:GrWaitRenderTask::onIsUsed\28GrSurfaceProxy*\29\20const -11625:GrWaitRenderTask::onExecute\28GrOpFlushState*\29 -11626:GrWaitRenderTask::gatherProxyIntervals\28GrResourceAllocator*\29\20const -11627:GrTransferFromRenderTask::~GrTransferFromRenderTask\28\29_9612 -11628:GrTransferFromRenderTask::onExecute\28GrOpFlushState*\29 -11629:GrTransferFromRenderTask::gatherProxyIntervals\28GrResourceAllocator*\29\20const -11630:GrThreadSafeCache::Trampoline::~Trampoline\28\29_9608 -11631:GrTextureResolveRenderTask::~GrTextureResolveRenderTask\28\29_9580 -11632:GrTextureResolveRenderTask::onExecute\28GrOpFlushState*\29 -11633:GrTextureResolveRenderTask::gatherProxyIntervals\28GrResourceAllocator*\29\20const -11634:GrTextureEffect::~GrTextureEffect\28\29_10054 -11635:GrTextureEffect::onMakeProgramImpl\28\29\20const -11636:GrTextureEffect::onIsEqual\28GrFragmentProcessor\20const&\29\20const -11637:GrTextureEffect::onAddToKey\28GrShaderCaps\20const&\2c\20skgpu::KeyBuilder*\29\20const -11638:GrTextureEffect::name\28\29\20const -11639:GrTextureEffect::clone\28\29\20const -11640:GrTextureEffect::Impl::onSetData\28GrGLSLProgramDataManager\20const&\2c\20GrFragmentProcessor\20const&\29 -11641:GrTextureEffect::Impl::emitCode\28GrFragmentProcessor::ProgramImpl::EmitArgs&\29 -11642:GrTDeferredProxyUploader>::~GrTDeferredProxyUploader\28\29_8131 -11643:GrTDeferredProxyUploader>::freeData\28\29 -11644:GrTDeferredProxyUploader<\28anonymous\20namespace\29::SoftwarePathData>::~GrTDeferredProxyUploader\28\29_11295 -11645:GrTDeferredProxyUploader<\28anonymous\20namespace\29::SoftwarePathData>::freeData\28\29 -11646:GrSurfaceProxy::getUniqueKey\28\29\20const -11647:GrSurface::getResourceType\28\29\20const -11648:GrStrokeTessellationShader::~GrStrokeTessellationShader\28\29_11460 -11649:GrStrokeTessellationShader::name\28\29\20const -11650:GrStrokeTessellationShader::makeProgramImpl\28GrShaderCaps\20const&\29\20const -11651:GrStrokeTessellationShader::addToKey\28GrShaderCaps\20const&\2c\20skgpu::KeyBuilder*\29\20const -11652:GrStrokeTessellationShader::Impl::~Impl\28\29_11465 -11653:GrStrokeTessellationShader::Impl::setData\28GrGLSLProgramDataManager\20const&\2c\20GrShaderCaps\20const&\2c\20GrGeometryProcessor\20const&\29 -11654:GrStrokeTessellationShader::Impl::onEmitCode\28GrGeometryProcessor::ProgramImpl::EmitArgs&\2c\20GrGeometryProcessor::ProgramImpl::GrGPArgs*\29 -11655:GrSkSLFP::~GrSkSLFP\28\29_10011 -11656:GrSkSLFP::onMakeProgramImpl\28\29\20const -11657:GrSkSLFP::onIsEqual\28GrFragmentProcessor\20const&\29\20const -11658:GrSkSLFP::onAddToKey\28GrShaderCaps\20const&\2c\20skgpu::KeyBuilder*\29\20const -11659:GrSkSLFP::constantOutputForConstantInput\28SkRGBA4f<\28SkAlphaType\292>\20const&\29\20const -11660:GrSkSLFP::clone\28\29\20const -11661:GrSkSLFP::Impl::~Impl\28\29_10019 -11662:GrSkSLFP::Impl::onSetData\28GrGLSLProgramDataManager\20const&\2c\20GrFragmentProcessor\20const&\29 -11663:GrSkSLFP::Impl::emitCode\28GrFragmentProcessor::ProgramImpl::EmitArgs&\29::FPCallbacks::toLinearSrgb\28std::__2::basic_string\2c\20std::__2::allocator>\29 -11664:GrSkSLFP::Impl::emitCode\28GrFragmentProcessor::ProgramImpl::EmitArgs&\29::FPCallbacks::sampleShader\28int\2c\20std::__2::basic_string\2c\20std::__2::allocator>\29 -11665:GrSkSLFP::Impl::emitCode\28GrFragmentProcessor::ProgramImpl::EmitArgs&\29::FPCallbacks::sampleColorFilter\28int\2c\20std::__2::basic_string\2c\20std::__2::allocator>\29 -11666:GrSkSLFP::Impl::emitCode\28GrFragmentProcessor::ProgramImpl::EmitArgs&\29::FPCallbacks::sampleBlender\28int\2c\20std::__2::basic_string\2c\20std::__2::allocator>\2c\20std::__2::basic_string\2c\20std::__2::allocator>\29 -11667:GrSkSLFP::Impl::emitCode\28GrFragmentProcessor::ProgramImpl::EmitArgs&\29::FPCallbacks::getMangledName\28char\20const*\29 -11668:GrSkSLFP::Impl::emitCode\28GrFragmentProcessor::ProgramImpl::EmitArgs&\29::FPCallbacks::fromLinearSrgb\28std::__2::basic_string\2c\20std::__2::allocator>\29 -11669:GrSkSLFP::Impl::emitCode\28GrFragmentProcessor::ProgramImpl::EmitArgs&\29::FPCallbacks::defineFunction\28char\20const*\2c\20char\20const*\2c\20bool\29 -11670:GrSkSLFP::Impl::emitCode\28GrFragmentProcessor::ProgramImpl::EmitArgs&\29::FPCallbacks::declareUniform\28SkSL::VarDeclaration\20const*\29 -11671:GrSkSLFP::Impl::emitCode\28GrFragmentProcessor::ProgramImpl::EmitArgs&\29::FPCallbacks::declareFunction\28char\20const*\29 -11672:GrSkSLFP::Impl::emitCode\28GrFragmentProcessor::ProgramImpl::EmitArgs&\29 -11673:GrSimpleMesh*\20SkArenaAlloc::allocUninitializedArray\28unsigned\20long\29::'lambda'\28char*\29::__invoke\28char*\29 -11674:GrRingBuffer::FinishSubmit\28void*\29 -11675:GrResourceCache::CompareTimestamp\28GrGpuResource*\20const&\2c\20GrGpuResource*\20const&\29 -11676:GrRenderTask::disown\28GrDrawingManager*\29 -11677:GrRecordingContext::~GrRecordingContext\28\29_9343 -11678:GrRRectShadowGeoProc::~GrRRectShadowGeoProc\28\29_10002 -11679:GrRRectShadowGeoProc::onTextureSampler\28int\29\20const -11680:GrRRectShadowGeoProc::name\28\29\20const -11681:GrRRectShadowGeoProc::makeProgramImpl\28GrShaderCaps\20const&\29\20const -11682:GrRRectShadowGeoProc::Impl::onEmitCode\28GrGeometryProcessor::ProgramImpl::EmitArgs&\2c\20GrGeometryProcessor::ProgramImpl::GrGPArgs*\29 -11683:GrQuadEffect::name\28\29\20const -11684:GrQuadEffect::makeProgramImpl\28GrShaderCaps\20const&\29\20const -11685:GrQuadEffect::addToKey\28GrShaderCaps\20const&\2c\20skgpu::KeyBuilder*\29\20const -11686:GrQuadEffect::Impl::setData\28GrGLSLProgramDataManager\20const&\2c\20GrShaderCaps\20const&\2c\20GrGeometryProcessor\20const&\29 -11687:GrQuadEffect::Impl::onEmitCode\28GrGeometryProcessor::ProgramImpl::EmitArgs&\2c\20GrGeometryProcessor::ProgramImpl::GrGPArgs*\29 -11688:GrPorterDuffXPFactory::makeXferProcessor\28GrProcessorAnalysisColor\20const&\2c\20GrProcessorAnalysisCoverage\2c\20GrCaps\20const&\2c\20GrClampType\29\20const -11689:GrPorterDuffXPFactory::analysisProperties\28GrProcessorAnalysisColor\20const&\2c\20GrProcessorAnalysisCoverage\20const&\2c\20GrCaps\20const&\2c\20GrClampType\29\20const -11690:GrPerlinNoise2Effect::~GrPerlinNoise2Effect\28\29_9944 -11691:GrPerlinNoise2Effect::onMakeProgramImpl\28\29\20const -11692:GrPerlinNoise2Effect::onIsEqual\28GrFragmentProcessor\20const&\29\20const -11693:GrPerlinNoise2Effect::onAddToKey\28GrShaderCaps\20const&\2c\20skgpu::KeyBuilder*\29\20const -11694:GrPerlinNoise2Effect::name\28\29\20const -11695:GrPerlinNoise2Effect::clone\28\29\20const -11696:GrPerlinNoise2Effect::Impl::onSetData\28GrGLSLProgramDataManager\20const&\2c\20GrFragmentProcessor\20const&\29 -11697:GrPerlinNoise2Effect::Impl::emitCode\28GrFragmentProcessor::ProgramImpl::EmitArgs&\29 -11698:GrPathTessellationShader::Impl::setData\28GrGLSLProgramDataManager\20const&\2c\20GrShaderCaps\20const&\2c\20GrGeometryProcessor\20const&\29 -11699:GrPathTessellationShader::Impl::onEmitCode\28GrGeometryProcessor::ProgramImpl::EmitArgs&\2c\20GrGeometryProcessor::ProgramImpl::GrGPArgs*\29 -11700:GrOpsRenderPass::onExecuteDrawable\28std::__2::unique_ptr>\29 -11701:GrOpsRenderPass::onDrawIndirect\28GrBuffer\20const*\2c\20unsigned\20long\2c\20int\29 -11702:GrOpsRenderPass::onDrawIndexedIndirect\28GrBuffer\20const*\2c\20unsigned\20long\2c\20int\29 -11703:GrOpFlushState::writeView\28\29\20const -11704:GrOpFlushState::usesMSAASurface\28\29\20const -11705:GrOpFlushState::tokenTracker\28\29 -11706:GrOpFlushState::threadSafeCache\28\29\20const -11707:GrOpFlushState::strikeCache\28\29\20const -11708:GrOpFlushState::sampledProxyArray\28\29 -11709:GrOpFlushState::rtProxy\28\29\20const -11710:GrOpFlushState::resourceProvider\28\29\20const -11711:GrOpFlushState::renderPassBarriers\28\29\20const -11712:GrOpFlushState::putBackVertices\28int\2c\20unsigned\20long\29 -11713:GrOpFlushState::putBackIndirectDraws\28int\29 -11714:GrOpFlushState::putBackIndexedIndirectDraws\28int\29 -11715:GrOpFlushState::makeVertexSpace\28unsigned\20long\2c\20int\2c\20sk_sp*\2c\20int*\29 -11716:GrOpFlushState::makeVertexSpaceAtLeast\28unsigned\20long\2c\20int\2c\20int\2c\20sk_sp*\2c\20int*\2c\20int*\29 -11717:GrOpFlushState::makeIndexSpace\28int\2c\20sk_sp*\2c\20int*\29 -11718:GrOpFlushState::makeIndexSpaceAtLeast\28int\2c\20int\2c\20sk_sp*\2c\20int*\2c\20int*\29 -11719:GrOpFlushState::makeDrawIndirectSpace\28int\2c\20sk_sp*\2c\20unsigned\20long*\29 -11720:GrOpFlushState::makeDrawIndexedIndirectSpace\28int\2c\20sk_sp*\2c\20unsigned\20long*\29 -11721:GrOpFlushState::dstProxyView\28\29\20const -11722:GrOpFlushState::colorLoadOp\28\29\20const -11723:GrOpFlushState::caps\28\29\20const -11724:GrOpFlushState::atlasManager\28\29\20const -11725:GrOpFlushState::appliedClip\28\29\20const -11726:GrOpFlushState::addInlineUpload\28std::__2::function&\29>&&\29 -11727:GrOnFlushCallbackObject::postFlush\28skgpu::AtlasToken\29 -11728:GrModulateAtlasCoverageEffect::onMakeProgramImpl\28\29\20const::Impl::onSetData\28GrGLSLProgramDataManager\20const&\2c\20GrFragmentProcessor\20const&\29 -11729:GrModulateAtlasCoverageEffect::onMakeProgramImpl\28\29\20const::Impl::emitCode\28GrFragmentProcessor::ProgramImpl::EmitArgs&\29 -11730:GrModulateAtlasCoverageEffect::onMakeProgramImpl\28\29\20const -11731:GrModulateAtlasCoverageEffect::onIsEqual\28GrFragmentProcessor\20const&\29\20const -11732:GrModulateAtlasCoverageEffect::onAddToKey\28GrShaderCaps\20const&\2c\20skgpu::KeyBuilder*\29\20const -11733:GrModulateAtlasCoverageEffect::name\28\29\20const -11734:GrModulateAtlasCoverageEffect::clone\28\29\20const -11735:GrMeshDrawOp::onPrepare\28GrOpFlushState*\29 -11736:GrMeshDrawOp::onPrePrepare\28GrRecordingContext*\2c\20GrSurfaceProxyView\20const&\2c\20GrAppliedClip*\2c\20GrDstProxyView\20const&\2c\20GrXferBarrierFlags\2c\20GrLoadOp\29 -11737:GrMatrixEffect::onMakeProgramImpl\28\29\20const::Impl::onSetData\28GrGLSLProgramDataManager\20const&\2c\20GrFragmentProcessor\20const&\29 -11738:GrMatrixEffect::onMakeProgramImpl\28\29\20const::Impl::emitCode\28GrFragmentProcessor::ProgramImpl::EmitArgs&\29 -11739:GrMatrixEffect::onMakeProgramImpl\28\29\20const -11740:GrMatrixEffect::onIsEqual\28GrFragmentProcessor\20const&\29\20const -11741:GrMatrixEffect::name\28\29\20const -11742:GrMatrixEffect::clone\28\29\20const -11743:GrMakeUniqueKeyInvalidationListener\28skgpu::UniqueKey*\2c\20unsigned\20int\29::Listener::~Listener\28\29_9649 -11744:GrMakeUniqueKeyInvalidationListener\28skgpu::UniqueKey*\2c\20unsigned\20int\29::$_0::__invoke\28void\20const*\2c\20void*\29 -11745:GrImageContext::~GrImageContext\28\29 -11746:GrHardClip::apply\28GrRecordingContext*\2c\20skgpu::ganesh::SurfaceDrawContext*\2c\20GrDrawOp*\2c\20GrAAType\2c\20GrAppliedClip*\2c\20SkRect*\29\20const -11747:GrGpuResource::dumpMemoryStatistics\28SkTraceMemoryDump*\29\20const -11748:GrGpuBuffer::unref\28\29\20const -11749:GrGpuBuffer::ref\28\29\20const -11750:GrGpuBuffer::getResourceType\28\29\20const -11751:GrGpuBuffer::computeScratchKey\28skgpu::ScratchKey*\29\20const -11752:GrGpu::startTimerQuery\28\29 -11753:GrGpu::endTimerQuery\28GrTimerQuery\20const&\29 -11754:GrGeometryProcessor::onTextureSampler\28int\29\20const -11755:GrGLVaryingHandler::~GrGLVaryingHandler\28\29 -11756:GrGLUniformHandler::~GrGLUniformHandler\28\29_12043 -11757:GrGLUniformHandler::samplerVariable\28GrResourceHandle\29\20const -11758:GrGLUniformHandler::samplerSwizzle\28GrResourceHandle\29\20const -11759:GrGLUniformHandler::internalAddUniformArray\28GrProcessor\20const*\2c\20unsigned\20int\2c\20SkSLType\2c\20char\20const*\2c\20bool\2c\20int\2c\20char\20const**\29 -11760:GrGLUniformHandler::getUniformCStr\28GrResourceHandle\29\20const -11761:GrGLUniformHandler::appendUniformDecls\28GrShaderFlags\2c\20SkString*\29\20const -11762:GrGLUniformHandler::addSampler\28GrBackendFormat\20const&\2c\20GrSamplerState\2c\20skgpu::Swizzle\20const&\2c\20char\20const*\2c\20GrShaderCaps\20const*\29 -11763:GrGLTextureRenderTarget::onSetLabel\28\29 -11764:GrGLTextureRenderTarget::backendFormat\28\29\20const -11765:GrGLTexture::textureParamsModified\28\29 -11766:GrGLTexture::onStealBackendTexture\28GrBackendTexture*\2c\20std::__2::function*\29 -11767:GrGLTexture::getBackendTexture\28\29\20const -11768:GrGLSemaphore::~GrGLSemaphore\28\29_11975 -11769:GrGLSemaphore::setIsOwned\28\29 -11770:GrGLSemaphore::backendSemaphore\28\29\20const -11771:GrGLSLVertexBuilder::~GrGLSLVertexBuilder\28\29 -11772:GrGLSLVertexBuilder::onFinalize\28\29 -11773:GrGLSLUniformHandler::inputSamplerSwizzle\28GrResourceHandle\29\20const -11774:GrGLSLFragmentShaderBuilder::~GrGLSLFragmentShaderBuilder\28\29 -11775:GrGLSLFragmentShaderBuilder::hasSecondaryOutput\28\29\20const -11776:GrGLSLFragmentShaderBuilder::forceHighPrecision\28\29 -11777:GrGLRenderTarget::getBackendRenderTarget\28\29\20const -11778:GrGLRenderTarget::completeStencilAttachment\28GrAttachment*\2c\20bool\29 -11779:GrGLRenderTarget::canAttemptStencilAttachment\28bool\29\20const -11780:GrGLRenderTarget::alwaysClearStencil\28\29\20const -11781:GrGLProgramDataManager::~GrGLProgramDataManager\28\29_11929 -11782:GrGLProgramDataManager::setMatrix4fv\28GrResourceHandle\2c\20int\2c\20float\20const*\29\20const -11783:GrGLProgramDataManager::setMatrix4f\28GrResourceHandle\2c\20float\20const*\29\20const -11784:GrGLProgramDataManager::setMatrix3fv\28GrResourceHandle\2c\20int\2c\20float\20const*\29\20const -11785:GrGLProgramDataManager::setMatrix3f\28GrResourceHandle\2c\20float\20const*\29\20const -11786:GrGLProgramDataManager::setMatrix2fv\28GrResourceHandle\2c\20int\2c\20float\20const*\29\20const -11787:GrGLProgramDataManager::setMatrix2f\28GrResourceHandle\2c\20float\20const*\29\20const -11788:GrGLProgramDataManager::set4iv\28GrResourceHandle\2c\20int\2c\20int\20const*\29\20const -11789:GrGLProgramDataManager::set4i\28GrResourceHandle\2c\20int\2c\20int\2c\20int\2c\20int\29\20const -11790:GrGLProgramDataManager::set4f\28GrResourceHandle\2c\20float\2c\20float\2c\20float\2c\20float\29\20const -11791:GrGLProgramDataManager::set3iv\28GrResourceHandle\2c\20int\2c\20int\20const*\29\20const -11792:GrGLProgramDataManager::set3i\28GrResourceHandle\2c\20int\2c\20int\2c\20int\29\20const -11793:GrGLProgramDataManager::set3fv\28GrResourceHandle\2c\20int\2c\20float\20const*\29\20const -11794:GrGLProgramDataManager::set3f\28GrResourceHandle\2c\20float\2c\20float\2c\20float\29\20const -11795:GrGLProgramDataManager::set2iv\28GrResourceHandle\2c\20int\2c\20int\20const*\29\20const -11796:GrGLProgramDataManager::set2i\28GrResourceHandle\2c\20int\2c\20int\29\20const -11797:GrGLProgramDataManager::set2f\28GrResourceHandle\2c\20float\2c\20float\29\20const -11798:GrGLProgramDataManager::set1iv\28GrResourceHandle\2c\20int\2c\20int\20const*\29\20const -11799:GrGLProgramDataManager::set1i\28GrResourceHandle\2c\20int\29\20const -11800:GrGLProgramDataManager::set1fv\28GrResourceHandle\2c\20int\2c\20float\20const*\29\20const -11801:GrGLProgramDataManager::set1f\28GrResourceHandle\2c\20float\29\20const -11802:GrGLProgramBuilder::~GrGLProgramBuilder\28\29_12061 -11803:GrGLProgramBuilder::varyingHandler\28\29 -11804:GrGLProgramBuilder::caps\28\29\20const -11805:GrGLProgram::~GrGLProgram\28\29_11912 -11806:GrGLOpsRenderPass::~GrGLOpsRenderPass\28\29 -11807:GrGLOpsRenderPass::onSetScissorRect\28SkIRect\20const&\29 -11808:GrGLOpsRenderPass::onEnd\28\29 -11809:GrGLOpsRenderPass::onDraw\28int\2c\20int\29 -11810:GrGLOpsRenderPass::onDrawInstanced\28int\2c\20int\2c\20int\2c\20int\29 -11811:GrGLOpsRenderPass::onDrawIndirect\28GrBuffer\20const*\2c\20unsigned\20long\2c\20int\29 -11812:GrGLOpsRenderPass::onDrawIndexed\28int\2c\20int\2c\20unsigned\20short\2c\20unsigned\20short\2c\20int\29 -11813:GrGLOpsRenderPass::onDrawIndexedInstanced\28int\2c\20int\2c\20int\2c\20int\2c\20int\29 -11814:GrGLOpsRenderPass::onDrawIndexedIndirect\28GrBuffer\20const*\2c\20unsigned\20long\2c\20int\29 -11815:GrGLOpsRenderPass::onClear\28GrScissorState\20const&\2c\20std::__2::array\29 -11816:GrGLOpsRenderPass::onClearStencilClip\28GrScissorState\20const&\2c\20bool\29 -11817:GrGLOpsRenderPass::onBindTextures\28GrGeometryProcessor\20const&\2c\20GrSurfaceProxy\20const*\20const*\2c\20GrPipeline\20const&\29 -11818:GrGLOpsRenderPass::onBindPipeline\28GrProgramInfo\20const&\2c\20SkRect\20const&\29 -11819:GrGLOpsRenderPass::onBindBuffers\28sk_sp\2c\20sk_sp\2c\20sk_sp\2c\20GrPrimitiveRestart\29 -11820:GrGLOpsRenderPass::onBegin\28\29 -11821:GrGLOpsRenderPass::inlineUpload\28GrOpFlushState*\2c\20std::__2::function&\29>&\29 -11822:GrGLInterface::~GrGLInterface\28\29_11885 -11823:GrGLGpu::~GrGLGpu\28\29_11724 -11824:GrGLGpu::xferBarrier\28GrRenderTarget*\2c\20GrXferBarrierType\29 -11825:GrGLGpu::wrapBackendSemaphore\28GrBackendSemaphore\20const&\2c\20GrSemaphoreWrapType\2c\20GrWrapOwnership\29 -11826:GrGLGpu::willExecute\28\29 -11827:GrGLGpu::submit\28GrOpsRenderPass*\29 -11828:GrGLGpu::startTimerQuery\28\29 -11829:GrGLGpu::stagingBufferManager\28\29 -11830:GrGLGpu::refPipelineBuilder\28\29 -11831:GrGLGpu::prepareTextureForCrossContextUsage\28GrTexture*\29 -11832:GrGLGpu::prepareSurfacesForBackendAccessAndStateUpdates\28SkSpan\2c\20SkSurfaces::BackendSurfaceAccess\2c\20skgpu::MutableTextureState\20const*\29 -11833:GrGLGpu::precompileShader\28SkData\20const&\2c\20SkData\20const&\29 -11834:GrGLGpu::onWritePixels\28GrSurface*\2c\20SkIRect\2c\20GrColorType\2c\20GrColorType\2c\20GrMipLevel\20const*\2c\20int\2c\20bool\29 -11835:GrGLGpu::onWrapRenderableBackendTexture\28GrBackendTexture\20const&\2c\20int\2c\20GrWrapOwnership\2c\20GrWrapCacheable\29 -11836:GrGLGpu::onWrapCompressedBackendTexture\28GrBackendTexture\20const&\2c\20GrWrapOwnership\2c\20GrWrapCacheable\29 -11837:GrGLGpu::onWrapBackendTexture\28GrBackendTexture\20const&\2c\20GrWrapOwnership\2c\20GrWrapCacheable\2c\20GrIOType\29 -11838:GrGLGpu::onWrapBackendRenderTarget\28GrBackendRenderTarget\20const&\29 -11839:GrGLGpu::onUpdateCompressedBackendTexture\28GrBackendTexture\20const&\2c\20sk_sp\2c\20void\20const*\2c\20unsigned\20long\29 -11840:GrGLGpu::onTransferPixelsTo\28GrTexture*\2c\20SkIRect\2c\20GrColorType\2c\20GrColorType\2c\20sk_sp\2c\20unsigned\20long\2c\20unsigned\20long\29 -11841:GrGLGpu::onTransferPixelsFrom\28GrSurface*\2c\20SkIRect\2c\20GrColorType\2c\20GrColorType\2c\20sk_sp\2c\20unsigned\20long\29 -11842:GrGLGpu::onTransferFromBufferToBuffer\28sk_sp\2c\20unsigned\20long\2c\20sk_sp\2c\20unsigned\20long\2c\20unsigned\20long\29 -11843:GrGLGpu::onSubmitToGpu\28GrSubmitInfo\20const&\29 -11844:GrGLGpu::onResolveRenderTarget\28GrRenderTarget*\2c\20SkIRect\20const&\29 -11845:GrGLGpu::onResetTextureBindings\28\29 -11846:GrGLGpu::onResetContext\28unsigned\20int\29 -11847:GrGLGpu::onRegenerateMipMapLevels\28GrTexture*\29 -11848:GrGLGpu::onReadPixels\28GrSurface*\2c\20SkIRect\2c\20GrColorType\2c\20GrColorType\2c\20void*\2c\20unsigned\20long\29 -11849:GrGLGpu::onGetOpsRenderPass\28GrRenderTarget*\2c\20bool\2c\20GrAttachment*\2c\20GrSurfaceOrigin\2c\20SkIRect\20const&\2c\20GrOpsRenderPass::LoadAndStoreInfo\20const&\2c\20GrOpsRenderPass::StencilLoadAndStoreInfo\20const&\2c\20skia_private::TArray\20const&\2c\20GrXferBarrierFlags\29 -11850:GrGLGpu::onDumpJSON\28SkJSONWriter*\29\20const -11851:GrGLGpu::onCreateTexture\28SkISize\2c\20GrBackendFormat\20const&\2c\20skgpu::Renderable\2c\20int\2c\20skgpu::Budgeted\2c\20skgpu::Protected\2c\20int\2c\20unsigned\20int\2c\20std::__2::basic_string_view>\29 -11852:GrGLGpu::onCreateCompressedTexture\28SkISize\2c\20GrBackendFormat\20const&\2c\20skgpu::Budgeted\2c\20skgpu::Mipmapped\2c\20skgpu::Protected\2c\20void\20const*\2c\20unsigned\20long\29 -11853:GrGLGpu::onCreateCompressedBackendTexture\28SkISize\2c\20GrBackendFormat\20const&\2c\20skgpu::Mipmapped\2c\20skgpu::Protected\29 -11854:GrGLGpu::onCreateBuffer\28unsigned\20long\2c\20GrGpuBufferType\2c\20GrAccessPattern\29 -11855:GrGLGpu::onCreateBackendTexture\28SkISize\2c\20GrBackendFormat\20const&\2c\20skgpu::Renderable\2c\20skgpu::Mipmapped\2c\20skgpu::Protected\2c\20std::__2::basic_string_view>\29 -11856:GrGLGpu::onCopySurface\28GrSurface*\2c\20SkIRect\20const&\2c\20GrSurface*\2c\20SkIRect\20const&\2c\20SkFilterMode\29 -11857:GrGLGpu::onClearBackendTexture\28GrBackendTexture\20const&\2c\20sk_sp\2c\20std::__2::array\29 -11858:GrGLGpu::makeStencilAttachment\28GrBackendFormat\20const&\2c\20SkISize\2c\20int\29 -11859:GrGLGpu::makeSemaphore\28bool\29 -11860:GrGLGpu::makeMSAAAttachment\28SkISize\2c\20GrBackendFormat\20const&\2c\20int\2c\20skgpu::Protected\2c\20GrMemoryless\29 -11861:GrGLGpu::getPreferredStencilFormat\28GrBackendFormat\20const&\29 -11862:GrGLGpu::finishOutstandingGpuWork\28\29 -11863:GrGLGpu::endTimerQuery\28GrTimerQuery\20const&\29 -11864:GrGLGpu::disconnect\28GrGpu::DisconnectType\29 -11865:GrGLGpu::deleteBackendTexture\28GrBackendTexture\20const&\29 -11866:GrGLGpu::compile\28GrProgramDesc\20const&\2c\20GrProgramInfo\20const&\29 -11867:GrGLGpu::checkFinishedCallbacks\28\29 -11868:GrGLGpu::addFinishedCallback\28skgpu::AutoCallback\2c\20std::__2::optional\29 -11869:GrGLGpu::ProgramCache::~ProgramCache\28\29_11874 -11870:GrGLFunction::GrGLFunction\28void\20\28*\29\28unsigned\20int\2c\20unsigned\20int\2c\20float\29\29::'lambda'\28void\20const*\2c\20unsigned\20int\2c\20unsigned\20int\2c\20float\29::__invoke\28void\20const*\2c\20unsigned\20int\2c\20unsigned\20int\2c\20float\29 -11871:GrGLFunction::GrGLFunction\28void\20\28*\29\28int\2c\20int\2c\20int\2c\20int\2c\20int\2c\20int\2c\20int\2c\20int\2c\20unsigned\20int\2c\20unsigned\20int\29\29::'lambda'\28void\20const*\2c\20int\2c\20int\2c\20int\2c\20int\2c\20int\2c\20int\2c\20int\2c\20int\2c\20unsigned\20int\2c\20unsigned\20int\29::__invoke\28void\20const*\2c\20int\2c\20int\2c\20int\2c\20int\2c\20int\2c\20int\2c\20int\2c\20int\2c\20unsigned\20int\2c\20unsigned\20int\29 -11872:GrGLFunction::GrGLFunction\28void\20\28*\29\28int\2c\20float\2c\20float\2c\20float\2c\20float\29\29::'lambda'\28void\20const*\2c\20int\2c\20float\2c\20float\2c\20float\2c\20float\29::__invoke\28void\20const*\2c\20int\2c\20float\2c\20float\2c\20float\2c\20float\29 -11873:GrGLFunction::GrGLFunction\28void\20\28*\29\28int\2c\20float\2c\20float\2c\20float\29\29::'lambda'\28void\20const*\2c\20int\2c\20float\2c\20float\2c\20float\29::__invoke\28void\20const*\2c\20int\2c\20float\2c\20float\2c\20float\29 -11874:GrGLFunction::GrGLFunction\28void\20\28*\29\28int\2c\20float\2c\20float\29\29::'lambda'\28void\20const*\2c\20int\2c\20float\2c\20float\29::__invoke\28void\20const*\2c\20int\2c\20float\2c\20float\29 -11875:GrGLFunction::GrGLFunction\28void\20\28*\29\28float\2c\20float\2c\20float\2c\20float\29\29::'lambda'\28void\20const*\2c\20float\2c\20float\2c\20float\2c\20float\29::__invoke\28void\20const*\2c\20float\2c\20float\2c\20float\2c\20float\29 -11876:GrGLFunction::GrGLFunction\28void\20\28*\29\28float\29\29::'lambda'\28void\20const*\2c\20float\29::__invoke\28void\20const*\2c\20float\29 -11877:GrGLFunction::GrGLFunction\28void\20\28*\29\28\29\29::'lambda'\28void\20const*\29::__invoke\28void\20const*\29 -11878:GrGLFunction::GrGLFunction\28unsigned\20int\20\28*\29\28__GLsync*\2c\20unsigned\20int\2c\20unsigned\20int\2c\20unsigned\20int\29\29::'lambda'\28void\20const*\2c\20__GLsync*\2c\20unsigned\20int\2c\20int\2c\20int\29::__invoke\28void\20const*\2c\20__GLsync*\2c\20unsigned\20int\2c\20int\2c\20int\29 -11879:GrGLFunction::GrGLFunction\28unsigned\20int\20\28*\29\28\29\29::'lambda'\28void\20const*\29::__invoke\28void\20const*\29 -11880:GrGLContext::~GrGLContext\28\29 -11881:GrGLCaps::~GrGLCaps\28\29_11659 -11882:GrGLCaps::surfaceSupportsReadPixels\28GrSurface\20const*\29\20const -11883:GrGLCaps::supportedWritePixelsColorType\28GrColorType\2c\20GrBackendFormat\20const&\2c\20GrColorType\29\20const -11884:GrGLCaps::onSurfaceSupportsWritePixels\28GrSurface\20const*\29\20const -11885:GrGLCaps::onSupportsDynamicMSAA\28GrRenderTargetProxy\20const*\29\20const -11886:GrGLCaps::onSupportedReadPixelsColorType\28GrColorType\2c\20GrBackendFormat\20const&\2c\20GrColorType\29\20const -11887:GrGLCaps::onIsWindowRectanglesSupportedForRT\28GrBackendRenderTarget\20const&\29\20const -11888:GrGLCaps::onGetReadSwizzle\28GrBackendFormat\20const&\2c\20GrColorType\29\20const -11889:GrGLCaps::onGetDstSampleFlagsForProxy\28GrRenderTargetProxy\20const*\29\20const -11890:GrGLCaps::onGetDefaultBackendFormat\28GrColorType\29\20const -11891:GrGLCaps::onDumpJSON\28SkJSONWriter*\29\20const -11892:GrGLCaps::onCanCopySurface\28GrSurfaceProxy\20const*\2c\20SkIRect\20const&\2c\20GrSurfaceProxy\20const*\2c\20SkIRect\20const&\29\20const -11893:GrGLCaps::onAreColorTypeAndFormatCompatible\28GrColorType\2c\20GrBackendFormat\20const&\29\20const -11894:GrGLCaps::onApplyOptionsOverrides\28GrContextOptions\20const&\29 -11895:GrGLCaps::maxRenderTargetSampleCount\28GrBackendFormat\20const&\29\20const -11896:GrGLCaps::makeDesc\28GrRenderTarget*\2c\20GrProgramInfo\20const&\2c\20GrCaps::ProgramDescOverrideFlags\29\20const -11897:GrGLCaps::isFormatTexturable\28GrBackendFormat\20const&\2c\20GrTextureType\29\20const -11898:GrGLCaps::isFormatSRGB\28GrBackendFormat\20const&\29\20const -11899:GrGLCaps::isFormatRenderable\28GrBackendFormat\20const&\2c\20int\29\20const -11900:GrGLCaps::isFormatCopyable\28GrBackendFormat\20const&\29\20const -11901:GrGLCaps::isFormatAsColorTypeRenderable\28GrColorType\2c\20GrBackendFormat\20const&\2c\20int\29\20const -11902:GrGLCaps::getWriteSwizzle\28GrBackendFormat\20const&\2c\20GrColorType\29\20const -11903:GrGLCaps::getRenderTargetSampleCount\28int\2c\20GrBackendFormat\20const&\29\20const -11904:GrGLCaps::getDstCopyRestrictions\28GrRenderTargetProxy\20const*\2c\20GrColorType\29\20const -11905:GrGLCaps::getBackendFormatFromCompressionType\28SkTextureCompressionType\29\20const -11906:GrGLCaps::computeFormatKey\28GrBackendFormat\20const&\29\20const -11907:GrGLBuffer::setMemoryBacking\28SkTraceMemoryDump*\2c\20SkString\20const&\29\20const -11908:GrGLBuffer::onUpdateData\28void\20const*\2c\20unsigned\20long\2c\20unsigned\20long\2c\20bool\29 -11909:GrGLBuffer::onUnmap\28GrGpuBuffer::MapType\29 -11910:GrGLBuffer::onSetLabel\28\29 -11911:GrGLBuffer::onRelease\28\29 -11912:GrGLBuffer::onMap\28GrGpuBuffer::MapType\29 -11913:GrGLBuffer::onClearToZero\28\29 -11914:GrGLBuffer::onAbandon\28\29 -11915:GrGLBackendTextureData::~GrGLBackendTextureData\28\29_11618 -11916:GrGLBackendTextureData::~GrGLBackendTextureData\28\29 -11917:GrGLBackendTextureData::isSameTexture\28GrBackendTextureData\20const*\29\20const -11918:GrGLBackendTextureData::getBackendFormat\28\29\20const -11919:GrGLBackendTextureData::equal\28GrBackendTextureData\20const*\29\20const -11920:GrGLBackendTextureData::copyTo\28SkAnySubclass&\29\20const -11921:GrGLBackendRenderTargetData::isProtected\28\29\20const -11922:GrGLBackendRenderTargetData::getBackendFormat\28\29\20const -11923:GrGLBackendRenderTargetData::equal\28GrBackendRenderTargetData\20const*\29\20const -11924:GrGLBackendRenderTargetData::copyTo\28SkAnySubclass&\29\20const -11925:GrGLBackendFormatData::toString\28\29\20const -11926:GrGLBackendFormatData::stencilBits\28\29\20const -11927:GrGLBackendFormatData::equal\28GrBackendFormatData\20const*\29\20const -11928:GrGLBackendFormatData::desc\28\29\20const -11929:GrGLBackendFormatData::copyTo\28SkAnySubclass&\29\20const -11930:GrGLBackendFormatData::compressionType\28\29\20const -11931:GrGLBackendFormatData::channelMask\28\29\20const -11932:GrGLBackendFormatData::bytesPerBlock\28\29\20const -11933:GrGLAttachment::~GrGLAttachment\28\29 -11934:GrGLAttachment::setMemoryBacking\28SkTraceMemoryDump*\2c\20SkString\20const&\29\20const -11935:GrGLAttachment::onSetLabel\28\29 -11936:GrGLAttachment::onRelease\28\29 -11937:GrGLAttachment::onAbandon\28\29 -11938:GrGLAttachment::backendFormat\28\29\20const -11939:GrFragmentProcessor::constantOutputForConstantInput\28SkRGBA4f<\28SkAlphaType\292>\20const&\29\20const -11940:GrFragmentProcessor::SwizzleOutput\28std::__2::unique_ptr>\2c\20skgpu::Swizzle\20const&\29::SwizzleFragmentProcessor::onMakeProgramImpl\28\29\20const::Impl::emitCode\28GrFragmentProcessor::ProgramImpl::EmitArgs&\29 -11941:GrFragmentProcessor::SwizzleOutput\28std::__2::unique_ptr>\2c\20skgpu::Swizzle\20const&\29::SwizzleFragmentProcessor::onMakeProgramImpl\28\29\20const -11942:GrFragmentProcessor::SwizzleOutput\28std::__2::unique_ptr>\2c\20skgpu::Swizzle\20const&\29::SwizzleFragmentProcessor::onIsEqual\28GrFragmentProcessor\20const&\29\20const -11943:GrFragmentProcessor::SwizzleOutput\28std::__2::unique_ptr>\2c\20skgpu::Swizzle\20const&\29::SwizzleFragmentProcessor::onAddToKey\28GrShaderCaps\20const&\2c\20skgpu::KeyBuilder*\29\20const -11944:GrFragmentProcessor::SwizzleOutput\28std::__2::unique_ptr>\2c\20skgpu::Swizzle\20const&\29::SwizzleFragmentProcessor::name\28\29\20const -11945:GrFragmentProcessor::SwizzleOutput\28std::__2::unique_ptr>\2c\20skgpu::Swizzle\20const&\29::SwizzleFragmentProcessor::constantOutputForConstantInput\28SkRGBA4f<\28SkAlphaType\292>\20const&\29\20const -11946:GrFragmentProcessor::SwizzleOutput\28std::__2::unique_ptr>\2c\20skgpu::Swizzle\20const&\29::SwizzleFragmentProcessor::clone\28\29\20const -11947:GrFragmentProcessor::SurfaceColor\28\29::SurfaceColorProcessor::onMakeProgramImpl\28\29\20const::Impl::emitCode\28GrFragmentProcessor::ProgramImpl::EmitArgs&\29 -11948:GrFragmentProcessor::SurfaceColor\28\29::SurfaceColorProcessor::onMakeProgramImpl\28\29\20const -11949:GrFragmentProcessor::SurfaceColor\28\29::SurfaceColorProcessor::name\28\29\20const -11950:GrFragmentProcessor::SurfaceColor\28\29::SurfaceColorProcessor::clone\28\29\20const -11951:GrFragmentProcessor::HighPrecision\28std::__2::unique_ptr>\29::HighPrecisionFragmentProcessor::onMakeProgramImpl\28\29\20const::Impl::emitCode\28GrFragmentProcessor::ProgramImpl::EmitArgs&\29 -11952:GrFragmentProcessor::HighPrecision\28std::__2::unique_ptr>\29::HighPrecisionFragmentProcessor::onMakeProgramImpl\28\29\20const -11953:GrFragmentProcessor::HighPrecision\28std::__2::unique_ptr>\29::HighPrecisionFragmentProcessor::name\28\29\20const -11954:GrFragmentProcessor::HighPrecision\28std::__2::unique_ptr>\29::HighPrecisionFragmentProcessor::clone\28\29\20const -11955:GrFragmentProcessor::DeviceSpace\28std::__2::unique_ptr>\29::DeviceSpace::onMakeProgramImpl\28\29\20const::Impl::emitCode\28GrFragmentProcessor::ProgramImpl::EmitArgs&\29 -11956:GrFragmentProcessor::DeviceSpace\28std::__2::unique_ptr>\29::DeviceSpace::onMakeProgramImpl\28\29\20const -11957:GrFragmentProcessor::DeviceSpace\28std::__2::unique_ptr>\29::DeviceSpace::name\28\29\20const -11958:GrFragmentProcessor::DeviceSpace\28std::__2::unique_ptr>\29::DeviceSpace::constantOutputForConstantInput\28SkRGBA4f<\28SkAlphaType\292>\20const&\29\20const -11959:GrFragmentProcessor::DeviceSpace\28std::__2::unique_ptr>\29::DeviceSpace::clone\28\29\20const -11960:GrFragmentProcessor::Compose\28std::__2::unique_ptr>\2c\20std::__2::unique_ptr>\29::ComposeProcessor::onMakeProgramImpl\28\29\20const::Impl::emitCode\28GrFragmentProcessor::ProgramImpl::EmitArgs&\29 -11961:GrFragmentProcessor::Compose\28std::__2::unique_ptr>\2c\20std::__2::unique_ptr>\29::ComposeProcessor::onMakeProgramImpl\28\29\20const -11962:GrFragmentProcessor::Compose\28std::__2::unique_ptr>\2c\20std::__2::unique_ptr>\29::ComposeProcessor::name\28\29\20const -11963:GrFragmentProcessor::Compose\28std::__2::unique_ptr>\2c\20std::__2::unique_ptr>\29::ComposeProcessor::constantOutputForConstantInput\28SkRGBA4f<\28SkAlphaType\292>\20const&\29\20const -11964:GrFragmentProcessor::Compose\28std::__2::unique_ptr>\2c\20std::__2::unique_ptr>\29::ComposeProcessor::clone\28\29\20const -11965:GrFixedClip::~GrFixedClip\28\29_8971 -11966:GrFixedClip::~GrFixedClip\28\29 -11967:GrFixedClip::getConservativeBounds\28\29\20const -11968:GrExternalTextureGenerator::onGenerateTexture\28GrRecordingContext*\2c\20SkImageInfo\20const&\2c\20skgpu::Mipmapped\2c\20GrImageTexGenPolicy\29 -11969:GrDynamicAtlas::~GrDynamicAtlas\28\29_8945 -11970:GrDrawOp::usesStencil\28\29\20const -11971:GrDrawOp::usesMSAA\28\29\20const -11972:GrDrawOp::fixedFunctionFlags\28\29\20const -11973:GrDistanceFieldPathGeoProc::~GrDistanceFieldPathGeoProc\28\29_9900 -11974:GrDistanceFieldPathGeoProc::onTextureSampler\28int\29\20const -11975:GrDistanceFieldPathGeoProc::name\28\29\20const -11976:GrDistanceFieldPathGeoProc::makeProgramImpl\28GrShaderCaps\20const&\29\20const -11977:GrDistanceFieldPathGeoProc::addToKey\28GrShaderCaps\20const&\2c\20skgpu::KeyBuilder*\29\20const -11978:GrDistanceFieldPathGeoProc::Impl::setData\28GrGLSLProgramDataManager\20const&\2c\20GrShaderCaps\20const&\2c\20GrGeometryProcessor\20const&\29 -11979:GrDistanceFieldPathGeoProc::Impl::onEmitCode\28GrGeometryProcessor::ProgramImpl::EmitArgs&\2c\20GrGeometryProcessor::ProgramImpl::GrGPArgs*\29 -11980:GrDistanceFieldLCDTextGeoProc::~GrDistanceFieldLCDTextGeoProc\28\29_9909 -11981:GrDistanceFieldLCDTextGeoProc::name\28\29\20const -11982:GrDistanceFieldLCDTextGeoProc::makeProgramImpl\28GrShaderCaps\20const&\29\20const -11983:GrDistanceFieldLCDTextGeoProc::addToKey\28GrShaderCaps\20const&\2c\20skgpu::KeyBuilder*\29\20const -11984:GrDistanceFieldLCDTextGeoProc::Impl::setData\28GrGLSLProgramDataManager\20const&\2c\20GrShaderCaps\20const&\2c\20GrGeometryProcessor\20const&\29 -11985:GrDistanceFieldLCDTextGeoProc::Impl::onEmitCode\28GrGeometryProcessor::ProgramImpl::EmitArgs&\2c\20GrGeometryProcessor::ProgramImpl::GrGPArgs*\29 -11986:GrDistanceFieldA8TextGeoProc::~GrDistanceFieldA8TextGeoProc\28\29_9889 -11987:GrDistanceFieldA8TextGeoProc::name\28\29\20const -11988:GrDistanceFieldA8TextGeoProc::makeProgramImpl\28GrShaderCaps\20const&\29\20const -11989:GrDistanceFieldA8TextGeoProc::addToKey\28GrShaderCaps\20const&\2c\20skgpu::KeyBuilder*\29\20const -11990:GrDistanceFieldA8TextGeoProc::Impl::setData\28GrGLSLProgramDataManager\20const&\2c\20GrShaderCaps\20const&\2c\20GrGeometryProcessor\20const&\29 -11991:GrDistanceFieldA8TextGeoProc::Impl::onEmitCode\28GrGeometryProcessor::ProgramImpl::EmitArgs&\2c\20GrGeometryProcessor::ProgramImpl::GrGPArgs*\29 -11992:GrDisableColorXPFactory::makeXferProcessor\28GrProcessorAnalysisColor\20const&\2c\20GrProcessorAnalysisCoverage\2c\20GrCaps\20const&\2c\20GrClampType\29\20const -11993:GrDisableColorXPFactory::analysisProperties\28GrProcessorAnalysisColor\20const&\2c\20GrProcessorAnalysisCoverage\20const&\2c\20GrCaps\20const&\2c\20GrClampType\29\20const -11994:GrDirectContext::~GrDirectContext\28\29_8754 -11995:GrDirectContext::init\28\29 -11996:GrDirectContext::abandonContext\28\29 -11997:GrDeferredProxyUploader::~GrDeferredProxyUploader\28\29_8133 -11998:GrCpuVertexAllocator::~GrCpuVertexAllocator\28\29_8964 -11999:GrCpuVertexAllocator::unlock\28int\29 -12000:GrCpuVertexAllocator::lock\28unsigned\20long\2c\20int\29 -12001:GrCpuBuffer::unref\28\29\20const -12002:GrCpuBuffer::ref\28\29\20const -12003:GrCoverageSetOpXPFactory::makeXferProcessor\28GrProcessorAnalysisColor\20const&\2c\20GrProcessorAnalysisCoverage\2c\20GrCaps\20const&\2c\20GrClampType\29\20const -12004:GrCoverageSetOpXPFactory::analysisProperties\28GrProcessorAnalysisColor\20const&\2c\20GrProcessorAnalysisCoverage\20const&\2c\20GrCaps\20const&\2c\20GrClampType\29\20const -12005:GrCopyRenderTask::~GrCopyRenderTask\28\29_8683 -12006:GrCopyRenderTask::onMakeSkippable\28\29 -12007:GrCopyRenderTask::onMakeClosed\28GrRecordingContext*\2c\20SkIRect*\29 -12008:GrCopyRenderTask::onExecute\28GrOpFlushState*\29 -12009:GrCopyRenderTask::gatherProxyIntervals\28GrResourceAllocator*\29\20const -12010:GrConvexPolyEffect::~GrConvexPolyEffect\28\29 -12011:GrConvexPolyEffect::onMakeProgramImpl\28\29\20const::Impl::onSetData\28GrGLSLProgramDataManager\20const&\2c\20GrFragmentProcessor\20const&\29 -12012:GrConvexPolyEffect::onMakeProgramImpl\28\29\20const::Impl::emitCode\28GrFragmentProcessor::ProgramImpl::EmitArgs&\29 -12013:GrConvexPolyEffect::onMakeProgramImpl\28\29\20const -12014:GrConvexPolyEffect::onIsEqual\28GrFragmentProcessor\20const&\29\20const -12015:GrConvexPolyEffect::onAddToKey\28GrShaderCaps\20const&\2c\20skgpu::KeyBuilder*\29\20const -12016:GrConvexPolyEffect::name\28\29\20const -12017:GrConvexPolyEffect::clone\28\29\20const -12018:GrContextThreadSafeProxy::~GrContextThreadSafeProxy\28\29_8659 -12019:GrContextThreadSafeProxy::isValidCharacterizationForVulkan\28sk_sp\2c\20bool\2c\20skgpu::Mipmapped\2c\20skgpu::Protected\2c\20bool\2c\20bool\29 -12020:GrConicEffect::name\28\29\20const -12021:GrConicEffect::makeProgramImpl\28GrShaderCaps\20const&\29\20const -12022:GrConicEffect::addToKey\28GrShaderCaps\20const&\2c\20skgpu::KeyBuilder*\29\20const -12023:GrConicEffect::Impl::setData\28GrGLSLProgramDataManager\20const&\2c\20GrShaderCaps\20const&\2c\20GrGeometryProcessor\20const&\29 -12024:GrConicEffect::Impl::onEmitCode\28GrGeometryProcessor::ProgramImpl::EmitArgs&\2c\20GrGeometryProcessor::ProgramImpl::GrGPArgs*\29 -12025:GrColorSpaceXformEffect::~GrColorSpaceXformEffect\28\29_8623 -12026:GrColorSpaceXformEffect::onMakeProgramImpl\28\29\20const::Impl::onSetData\28GrGLSLProgramDataManager\20const&\2c\20GrFragmentProcessor\20const&\29 -12027:GrColorSpaceXformEffect::onMakeProgramImpl\28\29\20const::Impl::emitCode\28GrFragmentProcessor::ProgramImpl::EmitArgs&\29 -12028:GrColorSpaceXformEffect::onMakeProgramImpl\28\29\20const -12029:GrColorSpaceXformEffect::onIsEqual\28GrFragmentProcessor\20const&\29\20const -12030:GrColorSpaceXformEffect::onAddToKey\28GrShaderCaps\20const&\2c\20skgpu::KeyBuilder*\29\20const -12031:GrColorSpaceXformEffect::name\28\29\20const -12032:GrColorSpaceXformEffect::constantOutputForConstantInput\28SkRGBA4f<\28SkAlphaType\292>\20const&\29\20const -12033:GrColorSpaceXformEffect::clone\28\29\20const -12034:GrCaps::getDstCopyRestrictions\28GrRenderTargetProxy\20const*\2c\20GrColorType\29\20const -12035:GrBitmapTextGeoProc::~GrBitmapTextGeoProc\28\29_9812 -12036:GrBitmapTextGeoProc::onTextureSampler\28int\29\20const -12037:GrBitmapTextGeoProc::name\28\29\20const -12038:GrBitmapTextGeoProc::makeProgramImpl\28GrShaderCaps\20const&\29\20const -12039:GrBitmapTextGeoProc::addToKey\28GrShaderCaps\20const&\2c\20skgpu::KeyBuilder*\29\20const -12040:GrBitmapTextGeoProc::Impl::setData\28GrGLSLProgramDataManager\20const&\2c\20GrShaderCaps\20const&\2c\20GrGeometryProcessor\20const&\29 -12041:GrBitmapTextGeoProc::Impl::onEmitCode\28GrGeometryProcessor::ProgramImpl::EmitArgs&\2c\20GrGeometryProcessor::ProgramImpl::GrGPArgs*\29 -12042:GrBicubicEffect::onMakeProgramImpl\28\29\20const -12043:GrBicubicEffect::onIsEqual\28GrFragmentProcessor\20const&\29\20const -12044:GrBicubicEffect::onAddToKey\28GrShaderCaps\20const&\2c\20skgpu::KeyBuilder*\29\20const -12045:GrBicubicEffect::name\28\29\20const -12046:GrBicubicEffect::clone\28\29\20const -12047:GrBicubicEffect::Impl::onSetData\28GrGLSLProgramDataManager\20const&\2c\20GrFragmentProcessor\20const&\29 -12048:GrBicubicEffect::Impl::emitCode\28GrFragmentProcessor::ProgramImpl::EmitArgs&\29 -12049:GrAttachment::onGpuMemorySize\28\29\20const -12050:GrAttachment::getResourceType\28\29\20const -12051:GrAttachment::computeScratchKey\28skgpu::ScratchKey*\29\20const -12052:GrAtlasManager::~GrAtlasManager\28\29_11509 -12053:GrAtlasManager::postFlush\28skgpu::AtlasToken\29 -12054:GrAATriangulator::tessellate\28GrTriangulator::VertexList\20const&\2c\20GrTriangulator::Comparator\20const&\29 -12055:FontMgrRunIterator::~FontMgrRunIterator\28\29_12326 -12056:FontMgrRunIterator::currentFont\28\29\20const -12057:FontMgrRunIterator::consume\28\29 -12058:EllipticalRRectOp::onPrepareDraws\28GrMeshDrawTarget*\29 -12059:EllipticalRRectOp::onCombineIfPossible\28GrOp*\2c\20SkArenaAlloc*\2c\20GrCaps\20const&\29 -12060:EllipticalRRectOp::name\28\29\20const -12061:EllipticalRRectOp::finalize\28GrCaps\20const&\2c\20GrAppliedClip\20const*\2c\20GrClampType\29 -12062:EllipseOp::onPrepareDraws\28GrMeshDrawTarget*\29 -12063:EllipseOp::onCombineIfPossible\28GrOp*\2c\20SkArenaAlloc*\2c\20GrCaps\20const&\29 -12064:EllipseOp::name\28\29\20const -12065:EllipseOp::finalize\28GrCaps\20const&\2c\20GrAppliedClip\20const*\2c\20GrClampType\29 -12066:EllipseGeometryProcessor::name\28\29\20const -12067:EllipseGeometryProcessor::makeProgramImpl\28GrShaderCaps\20const&\29\20const -12068:EllipseGeometryProcessor::addToKey\28GrShaderCaps\20const&\2c\20skgpu::KeyBuilder*\29\20const -12069:EllipseGeometryProcessor::Impl::onEmitCode\28GrGeometryProcessor::ProgramImpl::EmitArgs&\2c\20GrGeometryProcessor::ProgramImpl::GrGPArgs*\29 -12070:Dual_Project -12071:DisableColorXP::onGetBlendInfo\28skgpu::BlendInfo*\29\20const -12072:DisableColorXP::name\28\29\20const -12073:DisableColorXP::makeProgramImpl\28\29\20const::Impl::emitOutputsForBlendState\28GrXferProcessor::ProgramImpl::EmitArgs\20const&\29 -12074:DisableColorXP::makeProgramImpl\28\29\20const -12075:Direct_Move_Y -12076:Direct_Move_X -12077:Direct_Move_Orig_Y -12078:Direct_Move_Orig_X -12079:Direct_Move_Orig -12080:Direct_Move -12081:DefaultGeoProc::name\28\29\20const -12082:DefaultGeoProc::makeProgramImpl\28GrShaderCaps\20const&\29\20const -12083:DefaultGeoProc::addToKey\28GrShaderCaps\20const&\2c\20skgpu::KeyBuilder*\29\20const -12084:DefaultGeoProc::Impl::setData\28GrGLSLProgramDataManager\20const&\2c\20GrShaderCaps\20const&\2c\20GrGeometryProcessor\20const&\29 -12085:DefaultGeoProc::Impl::onEmitCode\28GrGeometryProcessor::ProgramImpl::EmitArgs&\2c\20GrGeometryProcessor::ProgramImpl::GrGPArgs*\29 -12086:DIEllipseOp::~DIEllipseOp\28\29_10969 -12087:DIEllipseOp::visitProxies\28std::__2::function\20const&\29\20const -12088:DIEllipseOp::onPrepareDraws\28GrMeshDrawTarget*\29 -12089:DIEllipseOp::onExecute\28GrOpFlushState*\2c\20SkRect\20const&\29 -12090:DIEllipseOp::onCreateProgramInfo\28GrCaps\20const*\2c\20SkArenaAlloc*\2c\20GrSurfaceProxyView\20const&\2c\20bool\2c\20GrAppliedClip&&\2c\20GrDstProxyView\20const&\2c\20GrXferBarrierFlags\2c\20GrLoadOp\29 -12091:DIEllipseOp::onCombineIfPossible\28GrOp*\2c\20SkArenaAlloc*\2c\20GrCaps\20const&\29 -12092:DIEllipseOp::name\28\29\20const -12093:DIEllipseOp::finalize\28GrCaps\20const&\2c\20GrAppliedClip\20const*\2c\20GrClampType\29 -12094:DIEllipseGeometryProcessor::name\28\29\20const -12095:DIEllipseGeometryProcessor::makeProgramImpl\28GrShaderCaps\20const&\29\20const -12096:DIEllipseGeometryProcessor::addToKey\28GrShaderCaps\20const&\2c\20skgpu::KeyBuilder*\29\20const -12097:DIEllipseGeometryProcessor::Impl::onEmitCode\28GrGeometryProcessor::ProgramImpl::EmitArgs&\2c\20GrGeometryProcessor::ProgramImpl::GrGPArgs*\29 -12098:CustomXPFactory::makeXferProcessor\28GrProcessorAnalysisColor\20const&\2c\20GrProcessorAnalysisCoverage\2c\20GrCaps\20const&\2c\20GrClampType\29\20const -12099:CustomXPFactory::analysisProperties\28GrProcessorAnalysisColor\20const&\2c\20GrProcessorAnalysisCoverage\20const&\2c\20GrCaps\20const&\2c\20GrClampType\29\20const -12100:CustomXP::xferBarrierType\28GrCaps\20const&\29\20const -12101:CustomXP::onGetBlendInfo\28skgpu::BlendInfo*\29\20const -12102:CustomXP::onAddToKey\28GrShaderCaps\20const&\2c\20skgpu::KeyBuilder*\29\20const -12103:CustomXP::name\28\29\20const -12104:CustomXP::makeProgramImpl\28\29\20const::Impl::emitOutputsForBlendState\28GrXferProcessor::ProgramImpl::EmitArgs\20const&\29 -12105:CustomXP::makeProgramImpl\28\29\20const -12106:Current_Ppem_Stretched -12107:Current_Ppem -12108:Cr_z_zcalloc -12109:CoverageSetOpXP::onGetBlendInfo\28skgpu::BlendInfo*\29\20const -12110:CoverageSetOpXP::onAddToKey\28GrShaderCaps\20const&\2c\20skgpu::KeyBuilder*\29\20const -12111:CoverageSetOpXP::name\28\29\20const -12112:CoverageSetOpXP::makeProgramImpl\28\29\20const::Impl::emitOutputsForBlendState\28GrXferProcessor::ProgramImpl::EmitArgs\20const&\29 -12113:CoverageSetOpXP::makeProgramImpl\28\29\20const -12114:ColorTableEffect::onMakeProgramImpl\28\29\20const::Impl::emitCode\28GrFragmentProcessor::ProgramImpl::EmitArgs&\29 -12115:ColorTableEffect::onMakeProgramImpl\28\29\20const -12116:ColorTableEffect::name\28\29\20const -12117:ColorTableEffect::clone\28\29\20const -12118:CircularRRectOp::visitProxies\28std::__2::function\20const&\29\20const -12119:CircularRRectOp::onPrepareDraws\28GrMeshDrawTarget*\29 -12120:CircularRRectOp::onExecute\28GrOpFlushState*\2c\20SkRect\20const&\29 -12121:CircularRRectOp::onCreateProgramInfo\28GrCaps\20const*\2c\20SkArenaAlloc*\2c\20GrSurfaceProxyView\20const&\2c\20bool\2c\20GrAppliedClip&&\2c\20GrDstProxyView\20const&\2c\20GrXferBarrierFlags\2c\20GrLoadOp\29 -12122:CircularRRectOp::onCombineIfPossible\28GrOp*\2c\20SkArenaAlloc*\2c\20GrCaps\20const&\29 -12123:CircularRRectOp::name\28\29\20const -12124:CircularRRectOp::finalize\28GrCaps\20const&\2c\20GrAppliedClip\20const*\2c\20GrClampType\29 -12125:CircleOp::~CircleOp\28\29_11005 -12126:CircleOp::visitProxies\28std::__2::function\20const&\29\20const -12127:CircleOp::programInfo\28\29 -12128:CircleOp::onPrepareDraws\28GrMeshDrawTarget*\29 -12129:CircleOp::onExecute\28GrOpFlushState*\2c\20SkRect\20const&\29 -12130:CircleOp::onCreateProgramInfo\28GrCaps\20const*\2c\20SkArenaAlloc*\2c\20GrSurfaceProxyView\20const&\2c\20bool\2c\20GrAppliedClip&&\2c\20GrDstProxyView\20const&\2c\20GrXferBarrierFlags\2c\20GrLoadOp\29 -12131:CircleOp::onCombineIfPossible\28GrOp*\2c\20SkArenaAlloc*\2c\20GrCaps\20const&\29 -12132:CircleOp::name\28\29\20const -12133:CircleOp::finalize\28GrCaps\20const&\2c\20GrAppliedClip\20const*\2c\20GrClampType\29 -12134:CircleGeometryProcessor::name\28\29\20const -12135:CircleGeometryProcessor::makeProgramImpl\28GrShaderCaps\20const&\29\20const -12136:CircleGeometryProcessor::addToKey\28GrShaderCaps\20const&\2c\20skgpu::KeyBuilder*\29\20const -12137:CircleGeometryProcessor::Impl::onEmitCode\28GrGeometryProcessor::ProgramImpl::EmitArgs&\2c\20GrGeometryProcessor::ProgramImpl::GrGPArgs*\29 -12138:ButtCapper\28SkPathBuilder*\2c\20SkPoint\20const&\2c\20SkPoint\20const&\2c\20SkPoint\20const&\2c\20bool\29 -12139:ButtCapDashedCircleOp::visitProxies\28std::__2::function\20const&\29\20const -12140:ButtCapDashedCircleOp::programInfo\28\29 -12141:ButtCapDashedCircleOp::onPrepareDraws\28GrMeshDrawTarget*\29 -12142:ButtCapDashedCircleOp::onExecute\28GrOpFlushState*\2c\20SkRect\20const&\29 -12143:ButtCapDashedCircleOp::onCreateProgramInfo\28GrCaps\20const*\2c\20SkArenaAlloc*\2c\20GrSurfaceProxyView\20const&\2c\20bool\2c\20GrAppliedClip&&\2c\20GrDstProxyView\20const&\2c\20GrXferBarrierFlags\2c\20GrLoadOp\29 -12144:ButtCapDashedCircleOp::onCombineIfPossible\28GrOp*\2c\20SkArenaAlloc*\2c\20GrCaps\20const&\29 -12145:ButtCapDashedCircleOp::name\28\29\20const -12146:ButtCapDashedCircleOp::finalize\28GrCaps\20const&\2c\20GrAppliedClip\20const*\2c\20GrClampType\29 -12147:ButtCapDashedCircleGeometryProcessor::name\28\29\20const -12148:ButtCapDashedCircleGeometryProcessor::makeProgramImpl\28GrShaderCaps\20const&\29\20const -12149:ButtCapDashedCircleGeometryProcessor::addToKey\28GrShaderCaps\20const&\2c\20skgpu::KeyBuilder*\29\20const -12150:ButtCapDashedCircleGeometryProcessor::Impl::onEmitCode\28GrGeometryProcessor::ProgramImpl::EmitArgs&\2c\20GrGeometryProcessor::ProgramImpl::GrGPArgs*\29 -12151:BluntJoiner\28SkPathBuilder*\2c\20SkPathBuilder*\2c\20SkPoint\20const&\2c\20SkPoint\20const&\2c\20SkPoint\20const&\2c\20float\2c\20float\2c\20bool\2c\20bool\29 -12152:BlendFragmentProcessor::onMakeProgramImpl\28\29\20const::Impl::onSetData\28GrGLSLProgramDataManager\20const&\2c\20GrFragmentProcessor\20const&\29 -12153:BlendFragmentProcessor::onMakeProgramImpl\28\29\20const::Impl::emitCode\28GrFragmentProcessor::ProgramImpl::EmitArgs&\29 -12154:BlendFragmentProcessor::onMakeProgramImpl\28\29\20const -12155:BlendFragmentProcessor::onIsEqual\28GrFragmentProcessor\20const&\29\20const -12156:BlendFragmentProcessor::onAddToKey\28GrShaderCaps\20const&\2c\20skgpu::KeyBuilder*\29\20const -12157:BlendFragmentProcessor::name\28\29\20const -12158:BlendFragmentProcessor::constantOutputForConstantInput\28SkRGBA4f<\28SkAlphaType\292>\20const&\29\20const -12159:BlendFragmentProcessor::clone\28\29\20const -12160:$_3::__invoke\28unsigned\20char*\2c\20unsigned\20char\2c\20int\2c\20unsigned\20char\29 -12161:$_2::__invoke\28unsigned\20char*\2c\20unsigned\20char\2c\20int\29 -12162:$_1::__invoke\28unsigned\20char*\2c\20unsigned\20char\2c\20int\2c\20unsigned\20char\29 -12163:$_0::__invoke\28unsigned\20char*\2c\20unsigned\20char\2c\20int\29 +409:skia_private::STArray<2\2c\20std::__2::unique_ptr>\2c\20true>::STArray\28skia_private::STArray<2\2c\20std::__2::unique_ptr>\2c\20true>&&\29 +410:skia_png_chunk_error +411:sk_malloc_throw\28unsigned\20long\2c\20unsigned\20long\29 +412:ft_mem_alloc +413:__multf3 +414:SkSL::GLSLCodeGenerator::writeLine\28std::__2::basic_string_view>\29 +415:SkRect::roundOut\28\29\20const +416:OT::Layout::Common::Coverage::get_coverage\28unsigned\20int\29\20const +417:FT_Stream_EnterFrame +418:std::__2::unique_ptr>\20SkSL::evaluate_intrinsic\28SkSL::Context\20const&\2c\20std::__2::array\20const&\2c\20SkSL::Type\20const&\2c\20double\20\28*\29\28double\2c\20double\2c\20double\29\29 +419:std::__2::basic_string\2c\20std::__2::allocator>\20std::__2::operator+\5babi:ne180100\5d\2c\20std::__2::allocator>\28std::__2::basic_string\2c\20std::__2::allocator>\20const&\2c\20char\20const*\29 +420:skia_private::THashTable>*\2c\20std::__2::unique_ptr>*\2c\20SkGoodHash>::Pair\2c\20std::__2::unique_ptr>*\2c\20skia_private::THashMap>*\2c\20std::__2::unique_ptr>*\2c\20SkGoodHash>::Pair>::Hash\28std::__2::unique_ptr>*\20const&\29 +421:skia_private::TArray::installDataAndUpdateCapacity\28SkSpan\29 +422:sk_sp::~sk_sp\28\29 +423:fml::KillProcess\28\29 +424:SkSL::String::printf\28char\20const*\2c\20...\29 +425:SkPoint::length\28\29\20const +426:SkPathBuilder::SkPathBuilder\28\29 +427:SkNullBlitter::blitMask\28SkMask\20const&\2c\20SkIRect\20const&\29 +428:SkMatrix::getMapPtsProc\28\29\20const +429:SkIRect::Intersects\28SkIRect\20const&\2c\20SkIRect\20const&\29 +430:GrGLSLVaryingHandler::addVarying\28char\20const*\2c\20GrGLSLVarying*\2c\20GrGLSLVaryingHandler::Interpolation\29 +431:GrBackendFormats::AsGLFormat\28GrBackendFormat\20const&\29 +432:std::__2::locale::id::__get\28\29 +433:std::__2::locale::facet::facet\5babi:nn180100\5d\28unsigned\20long\29 +434:skgpu::UniqueKey::~UniqueKey\28\29 +435:hb_lazy_loader_t\2c\20hb_face_t\2c\2033u\2c\20hb_blob_t>::do_destroy\28hb_blob_t*\29 +436:bool\20hb_sanitize_context_t::check_range>\28OT::IntType\20const*\2c\20unsigned\20int\2c\20unsigned\20int\29\20const +437:SkString::operator=\28char\20const*\29 +438:SkMatrix::getType\28\29\20const +439:SkMatrix::SkMatrix\28\29 +440:SkDPoint::approximatelyEqual\28SkDPoint\20const&\29\20const +441:SkChecksum::Hash32\28void\20const*\2c\20unsigned\20long\2c\20unsigned\20int\29 +442:GrStyledShape::~GrStyledShape\28\29 +443:GrProcessorSet::GrProcessorSet\28GrPaint&&\29 +444:GrOpFlushState::bindPipelineAndScissorClip\28GrProgramInfo\20const&\2c\20SkRect\20const&\29 +445:GrGLExtensions::has\28char\20const*\29\20const +446:strncmp +447:std::__2::locale::__imp::install\28std::__2::locale::facet*\2c\20long\29 +448:skia_png_muldiv +449:f_t_mutex\28\29 +450:dlrealloc +451:SkTDStorage::reserve\28int\29 +452:SkSL::RP::Builder::discard_stack\28int\29 +453:SkSL::Pool::FreeMemory\28void*\29 +454:SkArenaAlloc::makeBytesAlignedTo\28unsigned\20long\2c\20unsigned\20long\29 +455:GrOp::~GrOp\28\29 +456:GrGeometryProcessor::AttributeSet::initImplicit\28GrGeometryProcessor::Attribute\20const*\2c\20int\29 +457:void\20SkSafeUnref\28GrSurface*\29 +458:surface_setCallbackHandler +459:sk_sp::~sk_sp\28\29 +460:hb_buffer_t::unsafe_to_concat\28unsigned\20int\2c\20unsigned\20int\29 +461:hb_bit_set_t::add\28unsigned\20int\29 +462:bool\20OT::OffsetTo\2c\20void\2c\20true>::sanitize<>\28hb_sanitize_context_t*\2c\20void\20const*\29\20const +463:SkSL::PipelineStage::PipelineStageCodeGenerator::writeExpression\28SkSL::Expression\20const&\2c\20SkSL::OperatorPrecedence\29 +464:SkRegion::freeRuns\28\29 +465:SkMatrix::isIdentity\28\29\20const +466:GrShaderVar::GrShaderVar\28char\20const*\2c\20SkSLType\2c\20int\29 +467:std::__2::unique_ptr::~unique_ptr\5babi:nn180100\5d\28\29 +468:std::__2::enable_if::value\20&&\20sizeof\20\28unsigned\20int\29\20==\204\2c\20unsigned\20int>::type\20SkGoodHash::operator\28\29\28unsigned\20int\20const&\29\20const +469:skvx::Vec<8\2c\20unsigned\20short>\20skvx::mulhi<8>\28skvx::Vec<8\2c\20unsigned\20short>\20const&\2c\20skvx::Vec<8\2c\20unsigned\20short>\20const&\29 +470:hb_ot_map_builder_t::add_gsub_pause\28bool\20\28*\29\28hb_ot_shape_plan_t\20const*\2c\20hb_font_t*\2c\20hb_buffer_t*\29\29 +471:flutter::DlPaint::~DlPaint\28\29 +472:cf2_stack_pushFixed +473:SkSL::RP::Builder::binary_op\28SkSL::RP::BuilderOp\2c\20int\29 +474:SkPathBuilder::lineTo\28SkPoint\29 +475:GrTextureEffect::Make\28GrSurfaceProxyView\2c\20SkAlphaType\2c\20SkMatrix\20const&\2c\20SkFilterMode\2c\20SkMipmapMode\29 +476:GrProcessor::operator\20new\28unsigned\20long\2c\20unsigned\20long\29 +477:GrOp::GenID\28std::__2::atomic*\29 +478:GrImageInfo::GrImageInfo\28GrImageInfo&&\29 +479:GrGLSLVaryingHandler::addPassThroughAttribute\28GrShaderVar\20const&\2c\20char\20const*\2c\20GrGLSLVaryingHandler::Interpolation\29 +480:GrFragmentProcessor::registerChild\28std::__2::unique_ptr>\2c\20SkSL::SampleUsage\29 +481:std::__2::istreambuf_iterator>::operator*\5babi:nn180100\5d\28\29\20const +482:std::__2::basic_streambuf>::sgetc\5babi:nn180100\5d\28\29 +483:std::__2::__split_buffer&>::~__split_buffer\28\29 +484:skia_private::TArray::push_back_raw\28int\29 +485:SkSL::SymbolTable::addWithoutOwnershipOrDie\28SkSL::Symbol*\29 +486:SkSL::Nop::~Nop\28\29 +487:SkRect::contains\28SkRect\20const&\29\20const +488:SkRecords::FillBounds::updateSaveBounds\28SkRect\20const&\29 +489:SkPoint::normalize\28\29 +490:SkMatrix::rectStaysRect\28\29\20const +491:SkMatrix::postTranslate\28float\2c\20float\29 +492:SkJSONWriter::write\28char\20const*\2c\20unsigned\20long\29 +493:SkJSONWriter::appendBool\28char\20const*\2c\20bool\29 +494:GrSkSLFP::UniformPayloadSize\28SkRuntimeEffect\20const*\29 +495:GrSkSLFP::GrSkSLFP\28sk_sp\2c\20char\20const*\2c\20GrSkSLFP::OptFlags\29 +496:283 +497:std::__2::unique_ptr::unique_ptr\5babi:nn180100\5d\28char*\2c\20std::__2::__dependent_type\2c\20true>::__good_rval_ref_type\29 +498:std::__2::unique_ptr>::~unique_ptr\5babi:ne180100\5d\28\29 +499:std::__2::__throw_bad_function_call\5babi:ne180100\5d\28\29 +500:std::__2::__optional_destruct_base::~__optional_destruct_base\5babi:ne180100\5d\28\29 +501:skgpu::UniqueKey::UniqueKey\28\29 +502:sk_sp::reset\28GrSurface*\29 +503:sk_sp::~sk_sp\28\29 +504:hb_buffer_t::merge_clusters\28unsigned\20int\2c\20unsigned\20int\29 +505:__multi3 +506:SkTDArray::push_back\28SkPoint\20const&\29 +507:SkStrokeRec::getStyle\28\29\20const +508:SkSL::fold_expression\28SkSL::Position\2c\20double\2c\20SkSL::Type\20const*\29 +509:SkSL::Type::MakeAliasType\28std::__2::basic_string_view>\2c\20SkSL::Type\20const&\29 +510:GrTriangulator::Comparator::sweep_lt\28SkPoint\20const&\2c\20SkPoint\20const&\29\20const +511:std::__2::unique_ptr>::~unique_ptr\5babi:ne180100\5d\28\29 +512:skia_png_crc_read +513:machine_index_t\2c\20hb_filter_iter_t\2c\20hb_array_t>\2c\20find_syllables_use\28hb_buffer_t*\29::'lambda'\28hb_glyph_info_t\20const&\29\2c\20$_7\20const&\2c\20\28void*\290>\2c\20find_syllables_use\28hb_buffer_t*\29::'lambda'\28hb_pair_t\29\2c\20$_6\20const&\2c\20\28void*\290>>>::operator=\28machine_index_t\2c\20hb_filter_iter_t\2c\20hb_array_t>\2c\20find_syllables_use\28hb_buffer_t*\29::'lambda'\28hb_glyph_info_t\20const&\29\2c\20$_7\20const&\2c\20\28void*\290>\2c\20find_syllables_use\28hb_buffer_t*\29::'lambda'\28hb_pair_t\29\2c\20$_6\20const&\2c\20\28void*\290>>>\20const&\29 +514:flutter::ToSkMatrix\28impeller::Matrix\20const&\29 +515:SkSpinlock::acquire\28\29 +516:SkSL::Parser::rangeFrom\28SkSL::Position\29 +517:SkSL::Parser::checkNext\28SkSL::Token::Kind\2c\20SkSL::Token*\29 +518:SkMatrix::mapRect\28SkRect*\29\20const +519:SkMatrix::invert\28SkMatrix*\29\20const +520:GrOpFlushState::bindTextures\28GrGeometryProcessor\20const&\2c\20GrSurfaceProxy\20const*\20const*\2c\20GrPipeline\20const&\29 +521:std::__2::basic_string\2c\20std::__2::allocator>::push_back\28char\29 +522:std::__2::basic_string\2c\20std::__2::allocator>::basic_string\28std::__2::basic_string\2c\20std::__2::allocator>\20const&\29 +523:std::__2::__split_buffer&>::__split_buffer\28unsigned\20long\2c\20unsigned\20long\2c\20std::__2::allocator&\29 +524:hb_paint_funcs_t::pop_transform\28void*\29 +525:fma +526:cosf +527:abort +528:SkTDStorage::append\28\29 +529:SkTDArray::append\28\29 +530:SkSL::RP::Builder::lastInstruction\28int\29 +531:SkMatrix::isScaleTranslate\28\29\20const +532:SkMatrix::Translate\28float\2c\20float\29 +533:SkMatrix::Concat\28SkMatrix\20const&\2c\20SkMatrix\20const&\29 +534:OT::ArrayOf\2c\20OT::IntType>::sanitize_shallow\28hb_sanitize_context_t*\29\20const +535:sk_malloc_flags\28unsigned\20long\2c\20unsigned\20int\29 +536:hb_buffer_t::reverse\28\29 +537:SkString::operator=\28SkString\20const&\29 +538:SkStrikeSpec::~SkStrikeSpec\28\29 +539:SkSL::Type::toCompound\28SkSL::Context\20const&\2c\20int\2c\20int\29\20const +540:SkSL::RP::Generator::binaryOp\28SkSL::Type\20const&\2c\20SkSL::RP::Generator::TypedOps\20const&\29 +541:SkRecords::FillBounds::adjustAndMap\28SkRect\2c\20SkPaint\20const*\29\20const +542:SkColorSpaceXformSteps::SkColorSpaceXformSteps\28SkColorSpace\20const*\2c\20SkAlphaType\2c\20SkColorSpace\20const*\2c\20SkAlphaType\29 +543:OT::OffsetTo\2c\20OT::IntType\2c\20void\2c\20true>::operator\28\29\28void\20const*\29\20const +544:GrStyle::isSimpleFill\28\29\20const +545:GrGLSLVaryingHandler::emitAttributes\28GrGeometryProcessor\20const&\29 +546:BlockIndexIterator::Last\28SkBlockAllocator::Block\20const*\29\2c\20&SkTBlockList::First\28SkBlockAllocator::Block\20const*\29\2c\20&SkTBlockList::Decrement\28SkBlockAllocator::Block\20const*\2c\20int\29\2c\20&SkTBlockList::GetItem\28SkBlockAllocator::Block*\2c\20int\29>::Item::setIndices\28\29 +547:std::__2::unique_ptr::reset\5babi:nn180100\5d\28unsigned\20char*\29 +548:std::__2::istreambuf_iterator>::operator++\5babi:nn180100\5d\28\29 +549:std::__2::basic_string\2c\20std::__2::allocator>::~basic_string\28\29 +550:std::__2::__unique_if::__unique_array_unknown_bound\20std::__2::make_unique\5babi:ne180100\5d\28unsigned\20long\29 +551:skvx::Vec<8\2c\20unsigned\20short>\20skvx::operator+<8\2c\20unsigned\20short>\28skvx::Vec<8\2c\20unsigned\20short>\20const&\2c\20skvx::Vec<8\2c\20unsigned\20short>\20const&\29 +552:skgpu::VertexColor::set\28SkRGBA4f<\28SkAlphaType\292>\20const&\2c\20bool\29 +553:skgpu::ResourceKey::Builder::finish\28\29 +554:sk_sp::~sk_sp\28\29 +555:hb_draw_funcs_t::emit_line_to\28void*\2c\20hb_draw_state_t&\2c\20float\2c\20float\29 +556:ft_validator_error +557:SkSL::Parser::error\28SkSL::Token\2c\20std::__2::basic_string_view>\29 +558:SkSL::ConstantFolder::GetConstantValueForVariable\28SkSL::Expression\20const&\29 +559:SkPictureRecord::addPaintPtr\28SkPaint\20const*\29 +560:SkMatrix::preConcat\28SkMatrix\20const&\29 +561:SkGlyph::rowBytes\28\29\20const +562:SkDCubic::set\28SkPoint\20const*\29 +563:SkBitmap::SkBitmap\28SkBitmap\20const&\29 +564:GrSurfaceProxy::backingStoreDimensions\28\29\20const +565:GrProgramInfo::visitFPProxies\28std::__2::function\20const&\29\20const +566:GrMeshDrawOp::createProgramInfo\28GrMeshDrawTarget*\29 +567:GrGpu::handleDirtyContext\28\29 +568:FT_Stream_ReadFields +569:FT_Stream_ReadByte +570:std::__2::istreambuf_iterator>::operator++\5babi:nn180100\5d\28\29 +571:std::__2::basic_string\2c\20std::__2::allocator>::__set_long_size\5babi:nn180100\5d\28unsigned\20long\29 +572:skvx::Vec<4\2c\20float>\20\28anonymous\20namespace\29::add_121>\28skvx::Vec<4\2c\20float>\20const&\2c\20skvx::Vec<4\2c\20float>\20const&\2c\20skvx::Vec<4\2c\20float>\20const&\29 +573:skif::FilterResult::operator=\28skif::FilterResult&&\29 +574:skif::Context::~Context\28\29 +575:skia_private::TArray::Allocate\28int\2c\20double\29 +576:skia_private::TArray\2c\20true>::installDataAndUpdateCapacity\28SkSpan\29 +577:hb_draw_funcs_t::start_path\28void*\2c\20hb_draw_state_t&\29 +578:SkWriter32::reserve\28unsigned\20long\29 +579:SkTSect::pointLast\28\29\20const +580:SkStrokeRec::isHairlineStyle\28\29\20const +581:SkSL::Type::MakeVectorType\28std::__2::basic_string_view>\2c\20char\20const*\2c\20SkSL::Type\20const&\2c\20int\29 +582:SkRect::join\28SkRect\20const&\29 +583:SkPathBuilder::moveTo\28SkPoint\29 +584:SkColorSpace::MakeSRGB\28\29 +585:OT::VarSizedBinSearchArrayOf>::get_length\28\29\20const +586:FT_Stream_GetULong +587:target_from_texture_type\28GrTextureType\29 +588:std::__2::ctype::widen\5babi:nn180100\5d\28char\29\20const +589:skvx::Vec<4\2c\20unsigned\20short>\20skvx::operator+<4\2c\20unsigned\20short>\28skvx::Vec<4\2c\20unsigned\20short>\20const&\2c\20skvx::Vec<4\2c\20unsigned\20short>\20const&\29 +590:skvx::Vec<4\2c\20unsigned\20int>\20skvx::operator+<4\2c\20unsigned\20int>\28skvx::Vec<4\2c\20unsigned\20int>\20const&\2c\20skvx::Vec<4\2c\20unsigned\20int>\20const&\29 +591:skia::textlayout::TextStyle::TextStyle\28skia::textlayout::TextStyle\20const&\29 +592:skia::textlayout::OneLineShaper::RunBlock::operator=\28skia::textlayout::OneLineShaper::RunBlock&&\29 +593:sk_srgb_singleton\28\29 +594:png_icc_profile_error +595:impeller::Matrix::operator*\28impeller::TPoint\20const&\29\20const +596:hb_font_t::get_nominal_glyph\28unsigned\20int\2c\20unsigned\20int*\2c\20unsigned\20int\29 +597:flutter::DlSrgbToLinearGammaColorFilter::type\28\29\20const +598:flutter::DlPaint::DlPaint\28\29 +599:flutter::DisplayListBuilder::SetAttributesFromPaint\28flutter::DlPaint\20const&\2c\20flutter::DisplayListAttributeFlags\29 +600:flutter::DisplayListBuilder::PaintResult\28flutter::DlPaint\20const&\2c\20flutter::DisplayListAttributeFlags\29 +601:_hb_next_syllable\28hb_buffer_t*\2c\20unsigned\20int\29 +602:SkSL::TProgramVisitor::visitStatement\28SkSL::Statement\20const&\29 +603:SkSL::RP::Program::makeStages\28skia_private::TArray*\2c\20SkArenaAlloc*\2c\20SkSpan\2c\20SkSL::RP::Program::SlotData\20const&\29\20const::$_2::operator\28\29\28\29\20const +604:SkSL::ConstructorCompound::MakeFromConstants\28SkSL::Context\20const&\2c\20SkSL::Position\2c\20SkSL::Type\20const&\2c\20double\20const*\29 +605:SkPaint::setBlendMode\28SkBlendMode\29 +606:SkImageShader::appendStages\28SkStageRec\20const&\2c\20SkShaders::MatrixRec\20const&\29\20const::$_2::operator\28\29\28SkRasterPipelineOp\2c\20SkRasterPipelineOp\2c\20\28anonymous\20namespace\29::MipLevelHelper\20const*\29\20const +607:SkImageInfo::minRowBytes\28\29\20const +608:GrFragmentProcessor::ProgramImpl::invokeChild\28int\2c\20GrFragmentProcessor::ProgramImpl::EmitArgs&\2c\20std::__2::basic_string_view>\29 +609:GrCaps::getDefaultBackendFormat\28GrColorType\2c\20skgpu::Renderable\29\20const +610:FT_Stream_ReleaseFrame +611:DefaultGeoProc::Impl::~Impl\28\29 +612:399 +613:void\20std::__2::unique_ptr>\2c\20skia::textlayout::ParagraphCache::KeyHash\2c\20SkNoOpPurge>::Entry*\2c\20skia::textlayout::ParagraphCacheKey\2c\20SkLRUCache>\2c\20skia::textlayout::ParagraphCache::KeyHash\2c\20SkNoOpPurge>::Traits>::Slot\20\5b\5d\2c\20std::__2::default_delete>\2c\20skia::textlayout::ParagraphCache::KeyHash\2c\20SkNoOpPurge>::Entry*\2c\20skia::textlayout::ParagraphCacheKey\2c\20SkLRUCache>\2c\20skia::textlayout::ParagraphCache::KeyHash\2c\20SkNoOpPurge>::Traits>::Slot\20\5b\5d>>::reset\5babi:ne180100\5d>\2c\20skia::textlayout::ParagraphCache::KeyHash\2c\20SkNoOpPurge>::Entry*\2c\20skia::textlayout::ParagraphCacheKey\2c\20SkLRUCache>\2c\20skia::textlayout::ParagraphCache::KeyHash\2c\20SkNoOpPurge>::Traits>::Slot*\2c\200>\28skia_private::THashTable>\2c\20skia::textlayout::ParagraphCache::KeyHash\2c\20SkNoOpPurge>::Entry*\2c\20skia::textlayout::ParagraphCacheKey\2c\20SkLRUCache>\2c\20skia::textlayout::ParagraphCache::KeyHash\2c\20SkNoOpPurge>::Traits>::Slot*\29 +614:std::__2::vector>::__recommend\5babi:ne180100\5d\28unsigned\20long\29\20const +615:std::__2::ctype\20const&\20std::__2::use_facet\5babi:ne180100\5d>\28std::__2::locale\20const&\29 +616:std::__2::basic_string\2c\20std::__2::allocator>::__throw_length_error\5babi:nn180100\5d\28\29\20const +617:skia_private::TArray::preallocateNewData\28int\2c\20double\29 +618:skia::textlayout::TextStyle::~TextStyle\28\29 +619:out +620:flutter::DisplayListBuilder::UpdateLayerResult\28flutter::DisplayListBuilder::OpResult\2c\20bool\29 +621:cf2_stack_popInt +622:Skwasm::sp_wrapper::sp_wrapper\28std::__2::shared_ptr\29 +623:SkSemaphore::~SkSemaphore\28\29 +624:SkSL::Type::coerceExpression\28std::__2::unique_ptr>\2c\20SkSL::Context\20const&\29\20const +625:SkSL::Type::MakeGenericType\28char\20const*\2c\20SkSpan\2c\20SkSL::Type\20const*\29 +626:SkSL::RP::SlotManager::getVariableSlots\28SkSL::Variable\20const&\29 +627:SkRGBA4f<\28SkAlphaType\292>::operator!=\28SkRGBA4f<\28SkAlphaType\292>\20const&\29\20const +628:SkPathStroker::lineTo\28SkPoint\20const&\2c\20SkPath::Iter\20const*\29 +629:SkPath::Iter::next\28\29 +630:SkMatrix::Scale\28float\2c\20float\29 +631:SkDCubic::ptAtT\28double\29\20const +632:SkBlitter::~SkBlitter\28\29 +633:GrShaderVar::operator=\28GrShaderVar&&\29 +634:GrProcessor::operator\20delete\28void*\29 +635:GrImageInfo::GrImageInfo\28SkImageInfo\20const&\29 +636:FT_Outline_Translate +637:std::__2::vector>::__destroy_vector::operator\28\29\5babi:ne180100\5d\28\29 +638:std::__2::char_traits::assign\5babi:nn180100\5d\28char&\2c\20char\20const&\29 +639:std::__2::basic_string\2c\20std::__2::allocator>::operator=\5babi:nn180100\5d\28std::__2::basic_string\2c\20std::__2::allocator>&&\29 +640:std::__2::basic_ostream>&\20std::__2::operator<<\5babi:ne180100\5d>\28std::__2::basic_ostream>&\2c\20char\20const*\29 +641:std::__2::__check_grouping\28std::__2::basic_string\2c\20std::__2::allocator>\20const&\2c\20unsigned\20int*\2c\20unsigned\20int*\2c\20unsigned\20int&\29 +642:skvx::Vec<4\2c\20skvx::Mask::type>\20skvx::operator<<4\2c\20float>\28skvx::Vec<4\2c\20float>\20const&\2c\20skvx::Vec<4\2c\20float>\20const&\29 +643:skvx::Vec<4\2c\20int>\20skvx::operator|<4\2c\20int>\28skvx::Vec<4\2c\20int>\20const&\2c\20skvx::Vec<4\2c\20int>\20const&\29 +644:skia_private::THashMap::find\28SkSL::FunctionDeclaration\20const*\20const&\29\20const +645:skcpu::Draw::~Draw\28\29 +646:pad +647:hb_buffer_t::unsafe_to_break_from_outbuffer\28unsigned\20int\2c\20unsigned\20int\29 +648:ft_mem_qalloc +649:flutter::DlPaint::DlPaint\28flutter::DlPaint\20const&\29 +650:__ashlti3 +651:SkTCoincident::setPerp\28SkTCurve\20const&\2c\20double\2c\20SkDPoint\20const&\2c\20SkTCurve\20const&\29 +652:SkString::data\28\29 +653:SkSL::Type::MakeMatrixType\28std::__2::basic_string_view>\2c\20char\20const*\2c\20SkSL::Type\20const&\2c\20int\2c\20signed\20char\29 +654:SkSL::TProgramVisitor::visitProgramElement\28SkSL::ProgramElement\20const&\29 +655:SkSL::TProgramVisitor::visitExpression\28SkSL::Expression\20const&\29 +656:SkSL::Parser::nextToken\28\29 +657:SkSL::Operator::tightOperatorName\28\29\20const +658:SkSL::Inliner::inlineExpression\28SkSL::Position\2c\20skia_private::THashMap>\2c\20SkGoodHash>*\2c\20SkSL::SymbolTable*\2c\20SkSL::Expression\20const&\29::$_0::operator\28\29\28std::__2::unique_ptr>\20const&\29\20const +659:SkSL::Analysis::HasSideEffects\28SkSL::Expression\20const&\29 +660:SkPaint::setColor\28unsigned\20int\29 +661:SkDVector::crossCheck\28SkDVector\20const&\29\20const +662:SkCanvas::internalQuickReject\28SkRect\20const&\2c\20SkPaint\20const&\2c\20SkMatrix\20const*\29 +663:SkBitmapDevice::drawMesh\28SkMesh\20const&\2c\20sk_sp\2c\20SkPaint\20const&\29 +664:SkAAClipBlitterWrapper::~SkAAClipBlitterWrapper\28\29 +665:OT::hb_ot_apply_context_t::init_iters\28\29 +666:GrStyledShape::asPath\28\29\20const +667:GrStyle::~GrStyle\28\29 +668:GrSimpleMeshDrawOpHelper::~GrSimpleMeshDrawOpHelper\28\29 +669:GrSimpleMeshDrawOpHelper::visitProxies\28std::__2::function\20const&\29\20const +670:GrShape::reset\28\29 +671:GrShape::bounds\28\29\20const +672:GrShaderVar::appendDecl\28GrShaderCaps\20const*\2c\20SkString*\29\20const +673:GrQuad::MakeFromRect\28SkRect\20const&\2c\20SkMatrix\20const&\29 +674:GrOpFlushState::drawMesh\28GrSimpleMesh\20const&\29 +675:GrColorInfo::GrColorInfo\28GrColorType\2c\20SkAlphaType\2c\20sk_sp\29 +676:GrAAConvexTessellator::Ring::index\28int\29\20const +677:DefaultGeoProc::~DefaultGeoProc\28\29 +678:465 +679:std::__2::vector\2c\20std::__2::allocator>>::~vector\5babi:ne180100\5d\28\29 +680:std::__2::unique_ptr>::~unique_ptr\5babi:ne180100\5d\28\29 +681:std::__2::enable_if::value\20&&\20is_move_assignable::value\2c\20void>::type\20std::__2::swap\5babi:ne180100\5d\28skia::textlayout::OneLineShaper::RunBlock&\2c\20skia::textlayout::OneLineShaper::RunBlock&\29 +682:std::__2::basic_string\2c\20std::__2::allocator>::__set_short_size\5babi:nn180100\5d\28unsigned\20long\29 +683:std::__2::__compressed_pair_elem::__compressed_pair_elem\5babi:nn180100\5d\28void\20\28*&&\29\28void*\29\29 +684:skvx::Vec<4\2c\20float>\20skvx::operator*<4\2c\20float\2c\20float\2c\20void>\28skvx::Vec<4\2c\20float>\20const&\2c\20float\29\20\28.7463\29 +685:skif::Context::Context\28skif::Context\20const&\29 +686:skia_png_chunk_report +687:skgpu::ResourceKey::operator==\28skgpu::ResourceKey\20const&\29\20const +688:cff2_path_procs_extents_t::curve\28CFF::cff2_cs_interp_env_t&\2c\20cff2_extents_param_t&\2c\20CFF::point_t\20const&\2c\20CFF::point_t\20const&\2c\20CFF::point_t\20const&\29 +689:cff2_path_param_t::cubic_to\28CFF::point_t\20const&\2c\20CFF::point_t\20const&\2c\20CFF::point_t\20const&\29 +690:cff1_path_procs_extents_t::curve\28CFF::cff1_cs_interp_env_t&\2c\20cff1_extents_param_t&\2c\20CFF::point_t\20const&\2c\20CFF::point_t\20const&\2c\20CFF::point_t\20const&\29 +691:cff1_path_param_t::cubic_to\28CFF::point_t\20const&\2c\20CFF::point_t\20const&\2c\20CFF::point_t\20const&\29 +692:_hb_glyph_info_get_modified_combining_class\28hb_glyph_info_t\20const*\29 +693:SkTDArray::push_back\28unsigned\20int\20const&\29 +694:SkSL::FunctionDeclaration::description\28\29\20const +695:SkRasterPipeline::extend\28SkRasterPipeline\20const&\29 +696:SkPixmap::operator=\28SkPixmap\20const&\29 +697:SkPathBuilder::lineTo\28float\2c\20float\29 +698:SkPathBuilder::conicTo\28SkPoint\2c\20SkPoint\2c\20float\29 +699:SkPaintToGrPaint\28skgpu::ganesh::SurfaceDrawContext*\2c\20SkPaint\20const&\2c\20SkMatrix\20const&\2c\20GrPaint*\29 +700:SkOpPtT::contains\28SkOpPtT\20const*\29\20const +701:SkMatrixPriv::CheapEqual\28SkMatrix\20const&\2c\20SkMatrix\20const&\29 +702:SkMatrix::postConcat\28SkMatrix\20const&\29 +703:SkImageInfo::MakeA8\28int\2c\20int\29 +704:SkIRect::intersect\28SkIRect\20const&\2c\20SkIRect\20const&\29 +705:SkColorSpaceXformSteps::apply\28float*\29\20const +706:OT::hb_paint_context_t::recurse\28OT::Paint\20const&\29 +707:GrTextureProxy::mipmapped\28\29\20const +708:GrShaderVar::GrShaderVar\28char\20const*\2c\20SkSLType\2c\20GrShaderVar::TypeModifier\29 +709:GrMatrixEffect::Make\28SkMatrix\20const&\2c\20std::__2::unique_ptr>\29 +710:GrGLGpu::setTextureUnit\28int\29 +711:GrColorSpaceXformEffect::onMakeProgramImpl\28\29\20const::Impl::~Impl\28\29 +712:GrCPixmap::GrCPixmap\28GrImageInfo\2c\20void\20const*\2c\20unsigned\20long\29 +713:GrAppliedClip::~GrAppliedClip\28\29 +714:FT_Stream_ReadULong +715:FT_Load_Glyph +716:CFF::cff_stack_t::pop\28\29 +717:void\20SkOnce::operator\28\29*\29\2c\20SkAlignedSTStorage<1\2c\20skgpu::UniqueKey>*>\28void\20\28&\29\28SkAlignedSTStorage<1\2c\20skgpu::UniqueKey>*\29\2c\20SkAlignedSTStorage<1\2c\20skgpu::UniqueKey>*&&\29 +718:std::__2::unique_ptr>::~unique_ptr\5babi:ne180100\5d\28\29 +719:std::__2::numpunct::thousands_sep\5babi:nn180100\5d\28\29\20const +720:std::__2::numpunct::grouping\5babi:nn180100\5d\28\29\20const +721:std::__2::ctype\20const&\20std::__2::use_facet\5babi:nn180100\5d>\28std::__2::locale\20const&\29 +722:std::__2::basic_string\2c\20std::__2::allocator>::__move_assign\5babi:ne180100\5d\28std::__2::basic_string\2c\20std::__2::allocator>&\2c\20std::__2::integral_constant\29 +723:skia_private::TArray::push_back\28int\20const&\29 +724:skgpu::ResourceKey::Builder::Builder\28skgpu::ResourceKey*\2c\20unsigned\20int\2c\20int\29 +725:sk_sp::~sk_sp\28\29 +726:sinf +727:rewind\28GrTriangulator::EdgeList*\2c\20GrTriangulator::Vertex**\2c\20GrTriangulator::Vertex*\2c\20GrTriangulator::Comparator\20const&\29 +728:hb_buffer_t::move_to\28unsigned\20int\29 +729:fmodf +730:_output_with_dotted_circle\28hb_buffer_t*\29 +731:__memcpy +732:SkTSpan::pointLast\28\29\20const +733:SkTDStorage::resize\28int\29 +734:SkSafeMath::addInt\28int\2c\20int\29 +735:SkSL::Parser::rangeFrom\28SkSL::Token\29 +736:SkSL::Parser::error\28SkSL::Position\2c\20std::__2::basic_string_view>\29 +737:SkRect::BoundsOrEmpty\28SkSpan\29 +738:SkPath::Iter::setPath\28SkPath\20const&\2c\20bool\29 +739:SkNullBlitter::blitAntiH\28int\2c\20int\2c\20unsigned\20char\20const*\2c\20short\20const*\29 +740:SkMatrix::mapPoints\28SkSpan\29\20const +741:SkImageGenerator::onQueryYUVAInfo\28SkYUVAPixmapInfo::SupportedDataTypes\20const&\2c\20SkYUVAPixmapInfo*\29\20const +742:SkImageGenerator::onIsValid\28SkRecorder*\29\20const +743:SkImageGenerator::onGetPixels\28SkImageInfo\20const&\2c\20void*\2c\20unsigned\20long\2c\20SkImageGenerator::Options\20const&\29 +744:SkDPoint::ApproximatelyEqual\28SkPoint\20const&\2c\20SkPoint\20const&\29 +745:SkBlockAllocator::reset\28\29 +746:GrSimpleMeshDrawOpHelperWithStencil::finalizeProcessors\28GrCaps\20const&\2c\20GrAppliedClip\20const*\2c\20GrClampType\2c\20GrProcessorAnalysisCoverage\2c\20SkRGBA4f<\28SkAlphaType\292>*\2c\20bool*\29 +747:GrGeometryProcessor::ProgramImpl::SetTransform\28GrGLSLProgramDataManager\20const&\2c\20GrShaderCaps\20const&\2c\20GrResourceHandle\20const&\2c\20SkMatrix\20const&\2c\20SkMatrix*\29 +748:GrGLSLVertexGeoBuilder::insertFunction\28char\20const*\29 +749:FT_Stream_Skip +750:FT_Stream_ExtractFrame +751:Cr_z_crc32 +752:AAT::StateTable::get_entry\28int\2c\20unsigned\20int\29\20const +753:void\20std::__2::unique_ptr>::reset\5babi:ne180100\5d\28GrGLCaps::ColorTypeInfo*\29 +754:std::__2::ctype::widen\5babi:nn180100\5d\28char\29\20const +755:std::__2::__unique_if::__unique_array_unknown_bound\20std::__2::make_unique\5babi:ne180100\5d\28unsigned\20long\29 +756:std::__2::__throw_bad_optional_access\5babi:ne180100\5d\28\29 +757:skvx::Vec<4\2c\20skvx::Mask::type>\20skvx::operator<<4\2c\20float\2c\20float\2c\20void>\28skvx::Vec<4\2c\20float>\20const&\2c\20float\29 +758:skif::LayerSpace::outset\28skif::LayerSpace\20const&\29 +759:skia_private::TArray::checkRealloc\28int\2c\20double\29 +760:skgpu::tess::StrokeIterator::enqueue\28skgpu::tess::StrokeIterator::Verb\2c\20SkPoint\20const*\2c\20float\20const*\29 +761:skgpu::ganesh::SurfaceFillContext::getOpsTask\28\29 +762:powf +763:hb_draw_funcs_t::emit_close_path\28void*\2c\20hb_draw_state_t&\29 +764:hb_buffer_t::unsafe_to_concat_from_outbuffer\28unsigned\20int\2c\20unsigned\20int\29 +765:hb_bit_set_t::get\28unsigned\20int\29\20const +766:hb_bit_page_t::add\28unsigned\20int\29 +767:flutter::DlMatrixColorSourceBase::matrix_ptr\28\29\20const +768:flutter::DlLinearToSrgbGammaColorFilter::size\28\29\20const +769:__addtf3 +770:SkSL::RP::Builder::push_constant_i\28int\2c\20int\29 +771:SkSL::RP::Builder::label\28int\29 +772:SkPixmap::SkPixmap\28SkPixmap\20const&\29 +773:SkPathBuilder::quadTo\28SkPoint\2c\20SkPoint\29 +774:SkPathBuilder::close\28\29 +775:SkPaint::setColor\28SkRGBA4f<\28SkAlphaType\293>\20const&\2c\20SkColorSpace*\29 +776:SkPaint::asBlendMode\28\29\20const +777:SkImageInfo::operator=\28SkImageInfo\20const&\29 +778:SkCanvas::save\28\29 +779:SkCanvas::aboutToDraw\28SkPaint\20const&\2c\20SkRect\20const*\29 +780:SkBitmap::tryAllocPixels\28SkImageInfo\20const&\29 +781:OT::hb_ot_apply_context_t::skipping_iterator_t::next\28unsigned\20int*\29 +782:GrSkSLFP::addChild\28std::__2::unique_ptr>\2c\20bool\29 +783:GrProcessorSet::~GrProcessorSet\28\29 +784:GrGeometryProcessor::Attribute&\20skia_private::TArray::emplace_back\28char\20const\20\28&\29\20\5b10\5d\2c\20GrVertexAttribType&&\2c\20SkSLType&&\29 +785:GrGLGpu::clearErrorsAndCheckForOOM\28\29 +786:GrGLGpu::bindBuffer\28GrGpuBufferType\2c\20GrBuffer\20const*\29 +787:GrGLFunction::GrGLFunction\28void\20\28*\29\28unsigned\20int\2c\20unsigned\20int\2c\20unsigned\20int\2c\20unsigned\20int\29\29::'lambda'\28void\20const*\2c\20unsigned\20int\2c\20unsigned\20int\2c\20unsigned\20int\2c\20unsigned\20int\29::__invoke\28void\20const*\2c\20unsigned\20int\2c\20unsigned\20int\2c\20unsigned\20int\2c\20unsigned\20int\29 +788:GrGLFunction::GrGLFunction\28void\20\28*\29\28int\2c\20int\2c\20float\20const*\29\29::'lambda'\28void\20const*\2c\20int\2c\20int\2c\20float\20const*\29::__invoke\28void\20const*\2c\20int\2c\20int\2c\20float\20const*\29 +789:GrFragmentProcessor::ProgramImpl::invokeChild\28int\2c\20char\20const*\2c\20char\20const*\2c\20GrFragmentProcessor::ProgramImpl::EmitArgs&\2c\20std::__2::basic_string_view>\29 +790:CFF::arg_stack_t::pop_int\28\29 +791:void\20SkSafeUnref\28SharedGenerator*\29 +792:ubidi_getParaLevelAtIndex_skia +793:std::__2::char_traits::copy\5babi:nn180100\5d\28char*\2c\20char\20const*\2c\20unsigned\20long\29 +794:std::__2::basic_string\2c\20std::__2::allocator>::begin\5babi:nn180100\5d\28\29 +795:std::__2::basic_string\2c\20std::__2::allocator>::__is_long\5babi:nn180100\5d\28\29\20const +796:std::__2::__optional_destruct_base::~__optional_destruct_base\5babi:ne180100\5d\28\29 +797:std::__2::__libcpp_snprintf_l\28char*\2c\20unsigned\20long\2c\20__locale_struct*\2c\20char\20const*\2c\20...\29 +798:std::__2::__function::__value_func::__value_func\5babi:ne180100\5d\28std::__2::__function::__value_func&&\29 +799:skia_private::THashTable>*\2c\20std::__2::unique_ptr>*\2c\20SkGoodHash>::Pair\2c\20std::__2::unique_ptr>*\2c\20skia_private::THashMap>*\2c\20std::__2::unique_ptr>*\2c\20SkGoodHash>::Pair>::uncheckedSet\28skia_private::THashMap>*\2c\20std::__2::unique_ptr>*\2c\20SkGoodHash>::Pair&&\29 +800:skia::textlayout::Cluster::run\28\29\20const +801:skgpu::tess::PatchWriter\2c\20skgpu::tess::Optional<\28skgpu::tess::PatchAttribs\2964>\2c\20skgpu::tess::Optional<\28skgpu::tess::PatchAttribs\2932>\2c\20skgpu::tess::AddTrianglesWhenChopping\2c\20skgpu::tess::DiscardFlatCurves>::accountForCurve\28float\29 +802:skgpu::ganesh::SurfaceContext::PixelTransferResult::~PixelTransferResult\28\29 +803:skgpu::ganesh::AsView\28GrRecordingContext*\2c\20SkImage\20const*\2c\20skgpu::Mipmapped\2c\20GrImageTexGenPolicy\29 +804:is_equal\28std::type_info\20const*\2c\20std::type_info\20const*\2c\20bool\29 +805:hb_ot_map_t::get_1_mask\28unsigned\20int\29\20const +806:hb_font_get_glyph +807:hb_bit_page_t::init0\28\29 +808:flutter::DlColor::DlColor\28unsigned\20int\29 +809:cff_index_get_sid_string +810:_hb_font_funcs_set_middle\28hb_font_funcs_t*\2c\20void*\2c\20void\20\28*\29\28void*\29\29 +811:__floatsitf +812:SkWriter32::writeScalar\28float\29 +813:SkTDArray<\28anonymous\20namespace\29::YOffset>::append\28\29 +814:SkSL::RP::Generator::pushVectorizedExpression\28SkSL::Expression\20const&\2c\20SkSL::Type\20const&\29 +815:SkSL::RP::Builder::swizzle\28int\2c\20SkSpan\29 +816:SkRegion::setRect\28SkIRect\20const&\29 +817:SkPath::makeTransform\28SkMatrix\20const&\29\20const +818:SkMatrix::getMaxScale\28\29\20const +819:SkM44::setConcat\28SkM44\20const&\2c\20SkM44\20const&\29 +820:SkJSONWriter::appendHexU32\28char\20const*\2c\20unsigned\20int\29 +821:SkIRect::makeOutset\28int\2c\20int\29\20const +822:SkDevice::createDevice\28SkDevice::CreateInfo\20const&\2c\20SkPaint\20const*\29 +823:SkCanvas::concat\28SkMatrix\20const&\29 +824:SkBlender::Mode\28SkBlendMode\29 +825:SkBitmap::setInfo\28SkImageInfo\20const&\2c\20unsigned\20long\29 +826:SkArenaAlloc::SkArenaAlloc\28char*\2c\20unsigned\20long\2c\20unsigned\20long\29 +827:OT::hb_ot_apply_context_t::skipping_iterator_t::reset\28unsigned\20int\29 +828:GrMeshDrawTarget::allocMesh\28\29 +829:GrGLGpu::bindTextureToScratchUnit\28unsigned\20int\2c\20int\29 +830:GrFragmentProcessor::SwizzleOutput\28std::__2::unique_ptr>\2c\20skgpu::Swizzle\20const&\29::SwizzleFragmentProcessor::~SwizzleFragmentProcessor\28\29 +831:GrCaps::getReadSwizzle\28GrBackendFormat\20const&\2c\20GrColorType\29\20const +832:GrBackendFormat::GrBackendFormat\28GrBackendFormat\20const&\29 +833:CFF::cff1_cs_opset_t::check_width\28unsigned\20int\2c\20CFF::cff1_cs_interp_env_t&\2c\20cff1_extents_param_t&\29 +834:CFF::arg_stack_t::pop_uint\28\29 +835:AutoFTAccess::AutoFTAccess\28SkTypeface_FreeType\20const*\29 +836:strchr +837:std::__2::vector>::__swap_out_circular_buffer\28std::__2::__split_buffer&>&\29 +838:std::__2::unique_ptr::reset\5babi:ne180100\5d\28unsigned\20char*\29 +839:std::__2::pair::type\2c\20std::__2::__unwrap_ref_decay::type>\20std::__2::make_pair\5babi:nn180100\5d\28char\20const*&&\2c\20char*&&\29 +840:std::__2::ctype::is\5babi:nn180100\5d\28unsigned\20long\2c\20char\29\20const +841:std::__2::basic_string\2c\20std::__2::allocator>::__set_long_cap\5babi:nn180100\5d\28unsigned\20long\29 +842:skvx::Vec<4\2c\20float>\20skvx::operator*<4\2c\20float>\28skvx::Vec<4\2c\20float>\20const&\2c\20skvx::Vec<4\2c\20float>\20const&\29 +843:skia_private::TArray>\2c\20true>::reserve_exact\28int\29 +844:skia_private::TArray::push_back\28bool&&\29 +845:skia_png_get_uint_32 +846:skia::textlayout::OneLineShaper::clusterIndex\28unsigned\20long\29 +847:skgpu::ganesh::SurfaceDrawContext::chooseAAType\28GrAA\29 +848:skgpu::UniqueKey::GenerateDomain\28\29 +849:impeller::Matrix::Multiply\28impeller::Matrix\20const&\29\20const +850:hb_iter_t\2c\20hb_filter_iter_t\2c\20hb_array_t>\2c\20find_syllables_use\28hb_buffer_t*\29::'lambda'\28hb_glyph_info_t\20const&\29\2c\20$_7\20const&\2c\20\28void*\290>\2c\20find_syllables_use\28hb_buffer_t*\29::'lambda'\28hb_pair_t\29\2c\20$_6\20const&\2c\20\28void*\290>>>\2c\20hb_pair_t>>::operator+\28unsigned\20int\29\20const +851:hb_buffer_t::sync_so_far\28\29 +852:hb_buffer_t::sync\28\29 +853:hb_bit_set_t::add_range\28unsigned\20int\2c\20unsigned\20int\29 +854:flutter::DisplayListBuilder::AccumulateOpBounds\28impeller::TRect\20const&\2c\20flutter::DisplayListAttributeFlags\29 +855:compute_side\28SkPoint\20const&\2c\20SkPoint\20const&\2c\20SkPoint\20const&\29 +856:cff_parse_num +857:bool\20OT::Layout::Common::Coverage::collect_coverage\28hb_set_digest_t*\29\20const +858:SkWriter32::writeRect\28SkRect\20const&\29 +859:SkSL::Type::clone\28SkSL::Context\20const&\2c\20SkSL::SymbolTable*\29\20const +860:SkSL::SymbolTable::find\28std::__2::basic_string_view>\29\20const +861:SkSL::RP::Generator::writeStatement\28SkSL::Statement\20const&\29 +862:SkSL::RP::Builder::unary_op\28SkSL::RP::BuilderOp\2c\20int\29 +863:SkSL::Parser::operatorRight\28SkSL::Parser::AutoDepth&\2c\20SkSL::OperatorKind\2c\20std::__2::unique_ptr>\20\28SkSL::Parser::*\29\28\29\2c\20std::__2::unique_ptr>&\29 +864:SkSL::Parser::expression\28\29 +865:SkSL::Nop::Make\28\29 +866:SkRegion::Cliperator::next\28\29 +867:SkRegion::Cliperator::Cliperator\28SkRegion\20const&\2c\20SkIRect\20const&\29 +868:SkRect::roundOut\28SkIRect*\29\20const +869:SkRecords::FillBounds::pushControl\28\29 +870:SkRasterClip::~SkRasterClip\28\29 +871:SkPathPriv::Iterate::Iterate\28SkPath\20const&\29 +872:SkPathBuilder::cubicTo\28SkPoint\2c\20SkPoint\2c\20SkPoint\29 +873:SkPath::RangeIter::operator++\28\29 +874:SkMatrix::MakeAll\28float\2c\20float\2c\20float\2c\20float\2c\20float\2c\20float\2c\20float\2c\20float\2c\20float\29 +875:SkAutoConicToQuads::computeQuads\28SkPoint\20const*\2c\20float\2c\20float\29 +876:SkArenaAlloc::~SkArenaAlloc\28\29 +877:SkAAClip::setEmpty\28\29 +878:OT::hb_ot_apply_context_t::~hb_ot_apply_context_t\28\29 +879:OT::hb_ot_apply_context_t::hb_ot_apply_context_t\28unsigned\20int\2c\20hb_font_t*\2c\20hb_buffer_t*\2c\20hb_blob_t*\29 +880:GrTriangulator::Line::intersect\28GrTriangulator::Line\20const&\2c\20SkPoint*\29\20const +881:GrImageInfo::GrImageInfo\28GrColorType\2c\20SkAlphaType\2c\20sk_sp\2c\20SkISize\20const&\29 +882:GrGpuBuffer::unmap\28\29 +883:GrGeometryProcessor::ProgramImpl::WriteLocalCoord\28GrGLSLVertexBuilder*\2c\20GrGLSLUniformHandler*\2c\20GrShaderCaps\20const&\2c\20GrGeometryProcessor::ProgramImpl::GrGPArgs*\2c\20GrShaderVar\2c\20SkMatrix\20const&\2c\20GrResourceHandle*\29 +884:GrGeometryProcessor::ProgramImpl::ComputeMatrixKey\28GrShaderCaps\20const&\2c\20SkMatrix\20const&\29 +885:GrFragmentProcessor::GrFragmentProcessor\28GrFragmentProcessor\20const&\29 +886:673 +887:void\20SkSafeUnref\28SkMipmap*\29 +888:ubidi_getMemory_skia +889:std::__2::vector>::~vector\5babi:ne180100\5d\28\29 +890:std::__2::vector>::erase\28std::__2::__wrap_iter\2c\20std::__2::__wrap_iter\29 +891:std::__2::unique_ptr>::~unique_ptr\5babi:ne180100\5d\28\29 +892:std::__2::numpunct::truename\5babi:nn180100\5d\28\29\20const +893:std::__2::numpunct::falsename\5babi:nn180100\5d\28\29\20const +894:std::__2::numpunct::decimal_point\5babi:nn180100\5d\28\29\20const +895:std::__2::moneypunct::do_grouping\28\29\20const +896:std::__2::ctype::is\5babi:nn180100\5d\28unsigned\20long\2c\20wchar_t\29\20const +897:std::__2::basic_string\2c\20std::__2::allocator>::empty\5babi:nn180100\5d\28\29\20const +898:std::__2::basic_string\2c\20std::__2::allocator>::__init\28char\20const*\2c\20unsigned\20long\29 +899:std::__2::__variant_detail::__dtor\2c\20\28std::__2::__variant_detail::_Trait\291>::__destroy\5babi:ne180100\5d\28\29 +900:snprintf +901:skvx::Vec<4\2c\20float>\20skvx::operator-<4\2c\20float\2c\20float\2c\20void>\28float\2c\20skvx::Vec<4\2c\20float>\20const&\29 +902:skia_private::TArray::checkRealloc\28int\2c\20double\29 +903:skia_private::TArray::preallocateNewData\28int\2c\20double\29 +904:skia_private::STArray<2\2c\20std::__2::unique_ptr>\2c\20true>::STArray\28skia_private::STArray<2\2c\20std::__2::unique_ptr>\2c\20true>&&\29 +905:skia_png_reciprocal +906:skia_png_malloc_warn +907:skia::textlayout::\28anonymous\20namespace\29::relax\28float\29 +908:skgpu::ganesh::SurfaceContext::readPixels\28GrDirectContext*\2c\20GrPixmap\2c\20SkIPoint\29 +909:skgpu::Swizzle::RGBA\28\29 +910:sk_sp::~sk_sp\28\29 +911:hb_user_data_array_t::fini\28\29 +912:hb_sanitize_context_t::end_processing\28\29 +913:hb_draw_funcs_t::emit_quadratic_to\28void*\2c\20hb_draw_state_t&\2c\20float\2c\20float\2c\20float\2c\20float\29 +914:flutter::DlPath::~DlPath\28\29 +915:flutter::DisplayListBuilder::checkForDeferredSave\28\29 +916:crc32_z +917:SkTSect::SkTSect\28SkTCurve\20const&\29 +918:SkSL::String::Separator\28\29 +919:SkSL::RP::Generator::pushIntrinsic\28SkSL::RP::BuilderOp\2c\20SkSL::Expression\20const&\29 +920:SkSL::ProgramConfig::strictES2Mode\28\29\20const +921:SkSL::Parser::layoutInt\28\29 +922:SkRegion::setEmpty\28\29 +923:SkRRect::MakeOval\28SkRect\20const&\29 +924:SkRGBA4f<\28SkAlphaType\293>::FromColor\28unsigned\20int\29 +925:SkPathRef::Editor::Editor\28sk_sp*\2c\20int\2c\20int\2c\20int\29 +926:SkMipmap::ComputeLevelCount\28int\2c\20int\29 +927:SkMatrix::isSimilarity\28float\29\20const +928:SkImageInfo::Make\28int\2c\20int\2c\20SkColorType\2c\20SkAlphaType\29 +929:SkIRect::makeOffset\28int\2c\20int\29\20const +930:SkDQuad::ptAtT\28double\29\20const +931:SkDLine::nearPoint\28SkDPoint\20const&\2c\20bool*\29\20const +932:SkDConic::ptAtT\28double\29\20const +933:SkChopQuadAt\28SkPoint\20const*\2c\20SkPoint*\2c\20float\29 +934:SkBaseShadowTessellator::appendTriangle\28unsigned\20short\2c\20unsigned\20short\2c\20unsigned\20short\29 +935:SafeDecodeSymbol +936:OT::cmap::find_subtable\28unsigned\20int\2c\20unsigned\20int\29\20const +937:GrTriangulator::EdgeList::remove\28GrTriangulator::Edge*\29 +938:GrTextureEffect::Impl::emitCode\28GrFragmentProcessor::ProgramImpl::EmitArgs&\29::$_4::operator\28\29\28char\20const*\29\20const +939:GrSimpleMeshDrawOpHelper::isCompatible\28GrSimpleMeshDrawOpHelper\20const&\2c\20GrCaps\20const&\2c\20SkRect\20const&\2c\20SkRect\20const&\2c\20bool\29\20const +940:GrShaderVar::GrShaderVar\28GrShaderVar\20const&\29 +941:GrQuad::writeVertex\28int\2c\20skgpu::VertexWriter&\29\20const +942:GrOpFlushState::bindBuffers\28sk_sp\2c\20sk_sp\2c\20sk_sp\2c\20GrPrimitiveRestart\29 +943:GrGLSLShaderBuilder::getMangledFunctionName\28char\20const*\29 +944:GrGLSLShaderBuilder::appendTextureLookup\28GrResourceHandle\2c\20char\20const*\2c\20GrGLSLColorSpaceXformHelper*\29 +945:GrGLGpu::getErrorAndCheckForOOM\28\29 +946:GrColorInfo::GrColorInfo\28SkColorInfo\20const&\29 +947:GrAAConvexTessellator::addTri\28int\2c\20int\2c\20int\29 +948:FT_Get_Module +949:AlmostBequalUlps\28double\2c\20double\29 +950:AAT::StateTable::EntryData>::get_entry\28int\2c\20unsigned\20int\29\20const +951:tt_face_get_name +952:std::__2::vector>::push_back\5babi:ne180100\5d\28unsigned\20int\20const&\29 +953:std::__2::unique_ptr>::~unique_ptr\5babi:ne180100\5d\28\29 +954:std::__2::shared_ptr::operator=\5babi:ne180100\5d\28std::__2::shared_ptr&&\29 +955:std::__2::__variant_detail::__dtor\2c\20std::__2::unique_ptr>>\2c\20\28std::__2::__variant_detail::_Trait\291>::__destroy\5babi:ne180100\5d\28\29 +956:std::__2::__libcpp_locale_guard::~__libcpp_locale_guard\5babi:nn180100\5d\28\29 +957:std::__2::__libcpp_locale_guard::__libcpp_locale_guard\5babi:nn180100\5d\28__locale_struct*&\29 +958:skvx::Vec<4\2c\20float>&\20skvx::operator+=<4\2c\20float>\28skvx::Vec<4\2c\20float>&\2c\20skvx::Vec<4\2c\20float>\20const&\29\20\28.6338\29 +959:skvx::Vec<2\2c\20float>\20skvx::max<2\2c\20float>\28skvx::Vec<2\2c\20float>\20const&\2c\20skvx::Vec<2\2c\20float>\20const&\29 +960:skif::FilterResult::FilterResult\28skif::FilterResult\20const&\29 +961:skia_private::THashTable>\2c\20SkGoodHash>::Pair\2c\20SkImageFilter\20const*\2c\20skia_private::THashMap>\2c\20SkGoodHash>::Pair>::Hash\28SkImageFilter\20const*\20const&\29 +962:skia_private::TArray::installDataAndUpdateCapacity\28SkSpan\29 +963:skcpu::Draw::drawPath\28SkPath\20const&\2c\20SkPaint\20const&\2c\20SkMatrix\20const*\29\20const +964:skcpu::Draw::Draw\28\29 +965:sk_sp&\20skia_private::TArray\2c\20true>::emplace_back>\28sk_sp&&\29 +966:round +967:qsort +968:hb_vector_t::alloc\28unsigned\20int\2c\20bool\29 +969:hb_indic_would_substitute_feature_t::would_substitute\28unsigned\20int\20const*\2c\20unsigned\20int\2c\20hb_face_t*\29\20const +970:hb_font_t::get_glyph_h_advance\28unsigned\20int\29 +971:hb_cache_t<15u\2c\208u\2c\207u\2c\20true>::set\28unsigned\20int\2c\20unsigned\20int\29 +972:ft_module_get_service +973:flutter::DlLinearToSrgbGammaColorFilter::type\28\29\20const +974:bool\20hb_sanitize_context_t::check_array>\28OT::IntType\20const*\2c\20unsigned\20int\29\20const +975:__sindf +976:__shlim +977:__cosdf +978:SkTDStorage::removeShuffle\28int\29 +979:SkSurface_Base::getCachedCanvas\28\29 +980:SkString::equals\28SkString\20const&\29\20const +981:SkShaderBase::SkShaderBase\28\29 +982:SkSL::evaluate_pairwise_intrinsic\28SkSL::Context\20const&\2c\20std::__2::array\20const&\2c\20SkSL::Type\20const&\2c\20double\20\28*\29\28double\2c\20double\2c\20double\29\29 +983:SkSL::StringStream::str\28\29\20const +984:SkSL::RP::Generator::makeLValue\28SkSL::Expression\20const&\2c\20bool\29 +985:SkSL::Parser::expressionOrPoison\28SkSL::Position\2c\20std::__2::unique_ptr>\29 +986:SkSL::GLSLCodeGenerator::writeIdentifier\28std::__2::basic_string_view>\29 +987:SkSL::GLSLCodeGenerator::getTypeName\28SkSL::Type\20const&\29 +988:SkSL::BinaryExpression::Make\28SkSL::Context\20const&\2c\20SkSL::Position\2c\20std::__2::unique_ptr>\2c\20SkSL::Operator\2c\20std::__2::unique_ptr>\29 +989:SkRect::round\28\29\20const +990:SkPath::moveTo\28float\2c\20float\29 +991:SkPath::isConvex\28\29\20const +992:SkPaint::getAlpha\28\29\20const +993:SkMatrix::setScaleTranslate\28float\2c\20float\2c\20float\2c\20float\29 +994:SkMatrix::preScale\28float\2c\20float\29 +995:SkMatrix::mapVector\28float\2c\20float\29\20const +996:SkImageInfo::operator=\28SkImageInfo&&\29 +997:SkImageFilter_Base::getChildInputLayerBounds\28int\2c\20skif::Mapping\20const&\2c\20skif::LayerSpace\20const&\2c\20std::__2::optional>\29\20const +998:SkIRect::join\28SkIRect\20const&\29 +999:SkData::MakeUninitialized\28unsigned\20long\29 +1000:SkChopCubicAt\28SkPoint\20const*\2c\20SkPoint*\2c\20float\29 +1001:SkCanvas::checkForDeferredSave\28\29 +1002:SkBitmap::peekPixels\28SkPixmap*\29\20const +1003:SkAutoCanvasRestore::~SkAutoCanvasRestore\28\29 +1004:SkAAClip::Builder::addRun\28int\2c\20int\2c\20unsigned\20int\2c\20int\29 +1005:OT::hb_ot_apply_context_t::set_lookup_mask\28unsigned\20int\2c\20bool\29 +1006:OT::ClassDef::get_class\28unsigned\20int\29\20const +1007:GrTriangulator::Line::Line\28SkPoint\20const&\2c\20SkPoint\20const&\29 +1008:GrTriangulator::Edge::isRightOf\28GrTriangulator::Vertex\20const&\29\20const +1009:GrStyledShape::GrStyledShape\28GrStyledShape\20const&\29 +1010:GrStyle::SimpleFill\28\29 +1011:GrShape::setType\28GrShape::Type\29 +1012:GrPixmapBase::GrPixmapBase\28GrPixmapBase\20const&\29 +1013:GrMakeUncachedBitmapProxyView\28GrRecordingContext*\2c\20SkBitmap\20const&\2c\20skgpu::Mipmapped\2c\20SkBackingFit\2c\20skgpu::Budgeted\29 +1014:GrIORef::unref\28\29\20const +1015:GrGeometryProcessor::TextureSampler::reset\28GrSamplerState\2c\20GrBackendFormat\20const&\2c\20skgpu::Swizzle\20const&\29 +1016:GrGLGpu::deleteFramebuffer\28unsigned\20int\29 +1017:GrBackendFormats::MakeGL\28unsigned\20int\2c\20unsigned\20int\29 +1018:805 +1019:806 +1020:807 +1021:vsnprintf +1022:void\20AAT::Lookup>::collect_glyphs\28hb_bit_set_t&\2c\20unsigned\20int\29\20const +1023:top12 +1024:std::__2::unique_ptr>\2c\20SkSL::IntrinsicKind\2c\20SkGoodHash>::Pair\2c\20std::__2::basic_string_view>\2c\20skia_private::THashMap>\2c\20SkSL::IntrinsicKind\2c\20SkGoodHash>::Pair>::Slot\20\5b\5d\2c\20std::__2::default_delete>\2c\20SkSL::IntrinsicKind\2c\20SkGoodHash>::Pair\2c\20std::__2::basic_string_view>\2c\20skia_private::THashMap>\2c\20SkSL::IntrinsicKind\2c\20SkGoodHash>::Pair>::Slot\20\5b\5d>>::~unique_ptr\5babi:ne180100\5d\28\29 +1025:std::__2::unique_ptr>::reset\5babi:ne180100\5d\28SkSL::Module\20const*\29 +1026:std::__2::unique_ptr>::~unique_ptr\5babi:ne180100\5d\28\29 +1027:std::__2::to_string\28long\20long\29 +1028:std::__2::locale::use_facet\28std::__2::locale::id&\29\20const +1029:std::__2::enable_if\2c\20bool>::type\20impeller::TRect::IsFinite\28\29\20const +1030:std::__2::basic_string\2c\20std::__2::allocator>::operator=\5babi:nn180100\5d\28std::__2::basic_string\2c\20std::__2::allocator>&&\29 +1031:std::__2::basic_string\2c\20std::__2::allocator>\20std::__2::operator+\2c\20std::__2::allocator>\28char\20const*\2c\20std::__2::basic_string\2c\20std::__2::allocator>\20const&\29 +1032:std::__2::__split_buffer&>::__split_buffer\28unsigned\20long\2c\20unsigned\20long\2c\20std::__2::allocator&\29 +1033:std::__2::__optional_destruct_base::__optional_destruct_base\5babi:ne180100\5d\28std::__2::in_place_t\2c\20SkPath&&\29 +1034:std::__2::__num_put_base::__identify_padding\28char*\2c\20char*\2c\20std::__2::ios_base\20const&\29 +1035:std::__2::__num_get_base::__get_base\28std::__2::ios_base&\29 +1036:std::__2::__libcpp_asprintf_l\28char**\2c\20__locale_struct*\2c\20char\20const*\2c\20...\29 +1037:skvx::Vec<4\2c\20float>\20skvx::naive_if_then_else<4\2c\20float>\28skvx::Vec<4\2c\20skvx::Mask::type>\20const&\2c\20skvx::Vec<4\2c\20float>\20const&\2c\20skvx::Vec<4\2c\20float>\20const&\29 +1038:skvx::Vec<4\2c\20float>\20skvx::abs<4>\28skvx::Vec<4\2c\20float>\20const&\29 +1039:skvx::Vec<2\2c\20float>\20skvx::min<2\2c\20float>\28skvx::Vec<2\2c\20float>\20const&\2c\20skvx::Vec<2\2c\20float>\20const&\29 +1040:sktext::gpu::BagOfBytes::allocateBytes\28int\2c\20int\29 +1041:skia_private::TArray::preallocateNewData\28int\2c\20double\29 +1042:skia_private::TArray::~TArray\28\29 +1043:skia_private::TArray::checkRealloc\28int\2c\20double\29 +1044:skia_png_malloc_base +1045:skia::textlayout::TextLine::iterateThroughVisualRuns\28bool\2c\20std::__2::function\2c\20float*\29>\20const&\29\20const +1046:skgpu::ganesh::SurfaceFillContext::arenaAlloc\28\29 +1047:skgpu::ganesh::SurfaceDrawContext::numSamples\28\29\20const +1048:skgpu::AutoCallback::~AutoCallback\28\29 +1049:sk_sp::reset\28SkData*\29 +1050:sk_sp::operator=\28sk_sp\20const&\29 +1051:sk_sp::~sk_sp\28\29 +1052:skData_getConstPointer +1053:powf_ +1054:operator==\28SkMatrix\20const&\2c\20SkMatrix\20const&\29 +1055:operator==\28SkIRect\20const&\2c\20SkIRect\20const&\29 +1056:is_one_of\28hb_glyph_info_t\20const&\2c\20unsigned\20int\29 +1057:int\20std::__2::__get_up_to_n_digits\5babi:nn180100\5d>>\28std::__2::istreambuf_iterator>&\2c\20std::__2::istreambuf_iterator>\2c\20unsigned\20int&\2c\20std::__2::ctype\20const&\2c\20int\29 +1058:int\20std::__2::__get_up_to_n_digits\5babi:nn180100\5d>>\28std::__2::istreambuf_iterator>&\2c\20std::__2::istreambuf_iterator>\2c\20unsigned\20int&\2c\20std::__2::ctype\20const&\2c\20int\29 +1059:inflateStateCheck +1060:hb_vector_t::resize\28int\2c\20bool\2c\20bool\29 +1061:hb_lazy_loader_t\2c\20hb_face_t\2c\206u\2c\20hb_blob_t>::get\28\29\20const +1062:hb_font_t::has_glyph\28unsigned\20int\29 +1063:hb_cache_t<15u\2c\208u\2c\207u\2c\20true>::clear\28\29 +1064:bool\20hb_sanitize_context_t::check_array\28OT::HBGlyphID16\20const*\2c\20unsigned\20int\29\20const +1065:bool\20OT::OffsetTo\2c\20void\2c\20true>::sanitize<>\28hb_sanitize_context_t*\2c\20void\20const*\29\20const +1066:bool\20OT::OffsetTo>\2c\20OT::IntType\2c\20void\2c\20false>::sanitize<>\28hb_sanitize_context_t*\2c\20void\20const*\29\20const +1067:addPoint\28UBiDi*\2c\20int\2c\20int\29 +1068:__extenddftf2 +1069:\28anonymous\20namespace\29::extension_compare\28SkString\20const&\2c\20SkString\20const&\29 +1070:\28anonymous\20namespace\29::colrv1_traverse_paint\28SkCanvas*\2c\20SkSpan\20const&\2c\20unsigned\20int\2c\20FT_FaceRec_*\2c\20FT_Opaque_Paint_\2c\20skia_private::THashSet*\29 +1071:\28anonymous\20namespace\29::colrv1_transform\28FT_FaceRec_*\2c\20FT_COLR_Paint_\20const&\2c\20SkCanvas*\2c\20SkMatrix*\29 +1072:SkUTF::NextUTF8\28char\20const**\2c\20char\20const*\29 +1073:SkUTF::NextUTF8WithReplacement\28char\20const**\2c\20char\20const*\29 +1074:SkTInternalLList::addToHead\28sktext::gpu::TextBlob*\29 +1075:SkString::reset\28\29 +1076:SkStrike::unlock\28\29 +1077:SkStrike::lock\28\29 +1078:SkSL::cast_expression\28SkSL::Context\20const&\2c\20SkSL::Position\2c\20SkSL::Expression\20const&\2c\20SkSL::Type\20const&\29 +1079:SkSL::StringStream::~StringStream\28\29 +1080:SkSL::RP::LValue::~LValue\28\29 +1081:SkSL::RP::Generator::pushIntrinsic\28SkSL::RP::Generator::TypedOps\20const&\2c\20SkSL::Expression\20const&\2c\20SkSL::Expression\20const&\29 +1082:SkSL::InlineCandidateAnalyzer::visitExpression\28std::__2::unique_ptr>*\29 +1083:SkSL::GLSLCodeGenerator::writeType\28SkSL::Type\20const&\29 +1084:SkSL::Expression::isBoolLiteral\28\29\20const +1085:SkSL::Analysis::IsCompileTimeConstant\28SkSL::Expression\20const&\29 +1086:SkRuntimeEffect::findUniform\28std::__2::basic_string_view>\29\20const +1087:SkRasterPipelineBlitter::appendLoadDst\28SkRasterPipeline*\29\20const +1088:SkRRect::MakeRect\28SkRect\20const&\29 +1089:SkPoint::Distance\28SkPoint\20const&\2c\20SkPoint\20const&\29 +1090:SkPath::injectMoveToIfNeeded\28\29 +1091:SkMatrix::preTranslate\28float\2c\20float\29 +1092:SkMatrix::postScale\28float\2c\20float\29 +1093:SkMatrix::mapVectors\28SkSpan\29\20const +1094:SkMatrix::RectToRectOrIdentity\28SkRect\20const&\2c\20SkRect\20const&\2c\20SkMatrix::ScaleToFit\29 +1095:SkIntersections::removeOne\28int\29 +1096:SkImage_Ganesh::SkImage_Ganesh\28sk_sp\2c\20unsigned\20int\2c\20GrSurfaceProxyView\2c\20SkColorInfo\29 +1097:SkImageFilter_Base::getChildOutput\28int\2c\20skif::Context\20const&\29\20const +1098:SkGlyph::iRect\28\29\20const +1099:SkFindUnitQuadRoots\28float\2c\20float\2c\20float\2c\20float*\29 +1100:SkData::PrivateNewWithCopy\28void\20const*\2c\20unsigned\20long\29 +1101:SkColorSpaceXformSteps::Flags::mask\28\29\20const +1102:SkCanvas::translate\28float\2c\20float\29 +1103:SkCanvas::drawRect\28SkRect\20const&\2c\20SkPaint\20const&\29 +1104:SkBlurEngine::SigmaToRadius\28float\29 +1105:SkBlockAllocator::BlockIter::Item::operator++\28\29 +1106:SkBitmapCache::Rec::getKey\28\29\20const +1107:SkAAClipBlitterWrapper::init\28SkRasterClip\20const&\2c\20SkBlitter*\29 +1108:SkAAClip::freeRuns\28\29 +1109:OT::VarSizedBinSearchArrayOf>::get_length\28\29\20const +1110:OT::Offset\2c\20true>::is_null\28\29\20const +1111:GrWindowRectangles::~GrWindowRectangles\28\29 +1112:GrTriangulator::Edge::isLeftOf\28GrTriangulator::Vertex\20const&\29\20const +1113:GrSimpleMeshDrawOpHelper::createProgramInfo\28GrCaps\20const*\2c\20SkArenaAlloc*\2c\20GrSurfaceProxyView\20const&\2c\20bool\2c\20GrAppliedClip&&\2c\20GrDstProxyView\20const&\2c\20GrGeometryProcessor*\2c\20GrPrimitiveType\2c\20GrXferBarrierFlags\2c\20GrLoadOp\29 +1114:GrResourceAllocator::addInterval\28GrSurfaceProxy*\2c\20unsigned\20int\2c\20unsigned\20int\2c\20GrResourceAllocator::ActualUse\2c\20GrResourceAllocator::AllowRecycling\29 +1115:GrRenderTask::makeClosed\28GrRecordingContext*\29 +1116:GrGLGpu::prepareToDraw\28GrPrimitiveType\29 +1117:GrBackendFormatToCompressionType\28GrBackendFormat\20const&\29 +1118:FT_Stream_Read +1119:FT_Outline_Get_CBox +1120:Cr_z_adler32 +1121:BlockIndexIterator::First\28SkBlockAllocator::Block\20const*\29\2c\20&SkTBlockList::Last\28SkBlockAllocator::Block\20const*\29\2c\20&SkTBlockList::Increment\28SkBlockAllocator::Block\20const*\2c\20int\29\2c\20&SkTBlockList::GetItem\28SkBlockAllocator::Block\20const*\2c\20int\29>::end\28\29\20const +1122:BlockIndexIterator::First\28SkBlockAllocator::Block\20const*\29\2c\20&SkTBlockList::Last\28SkBlockAllocator::Block\20const*\29\2c\20&SkTBlockList::Increment\28SkBlockAllocator::Block\20const*\2c\20int\29\2c\20&SkTBlockList::GetItem\28SkBlockAllocator::Block\20const*\2c\20int\29>::begin\28\29\20const +1123:AlmostDequalUlps\28double\2c\20double\29 +1124:write_tag_size\28SkWriteBuffer&\2c\20unsigned\20int\2c\20unsigned\20long\29 +1125:void\20std::__2::unique_ptr::Pair\2c\20SkSL::Variable\20const*\2c\20skia_private::THashMap::Pair>::Slot\20\5b\5d\2c\20std::__2::default_delete::Pair\2c\20SkSL::Variable\20const*\2c\20skia_private::THashMap::Pair>::Slot\20\5b\5d>>::reset\5babi:ne180100\5d::Pair\2c\20SkSL::Variable\20const*\2c\20skia_private::THashMap::Pair>::Slot*\2c\200>\28skia_private::THashTable::Pair\2c\20SkSL::Variable\20const*\2c\20skia_private::THashMap::Pair>::Slot*\29 +1126:void\20skgpu::VertexWriter::writeQuad\2c\20skgpu::VertexColor\2c\20skgpu::VertexWriter::Conditional>\28skgpu::VertexWriter::TriFan\20const&\2c\20skgpu::VertexColor\20const&\2c\20skgpu::VertexWriter::Conditional\20const&\29 +1127:uprv_free_skia +1128:unsigned\20int\20std::__2::__sort3\5babi:ne180100\5d\28skia::textlayout::OneLineShaper::RunBlock*\2c\20skia::textlayout::OneLineShaper::RunBlock*\2c\20skia::textlayout::OneLineShaper::RunBlock*\2c\20skia::textlayout::OneLineShaper::finish\28skia::textlayout::Block\20const&\2c\20float\2c\20float&\29::$_0&\29 +1129:unsigned\20int\20std::__2::__sort3\5babi:ne180100\5d\2c\20std::__2::allocator>>\20const&\29::$_0&\2c\20impeller::TRect\20const**>\28impeller::TRect\20const**\2c\20impeller::TRect\20const**\2c\20impeller::TRect\20const**\2c\20flutter::DlRegion::setRects\28std::__2::vector\2c\20std::__2::allocator>>\20const&\29::$_0&\29 +1130:unsigned\20int\20std::__2::__sort3\5babi:ne180100\5d\28SkSL::ProgramElement\20const**\2c\20SkSL::ProgramElement\20const**\2c\20SkSL::ProgramElement\20const**\2c\20SkSL::Transform::\28anonymous\20namespace\29::BuiltinVariableScanner::sortNewElements\28\29::'lambda'\28SkSL::ProgramElement\20const*\2c\20SkSL::ProgramElement\20const*\29&\29 +1131:unsigned\20int\20std::__2::__sort3\5babi:ne180100\5d\28SkSL::FunctionDefinition\20const**\2c\20SkSL::FunctionDefinition\20const**\2c\20SkSL::FunctionDefinition\20const**\2c\20SkSL::Transform::FindAndDeclareBuiltinFunctions\28SkSL::Program&\29::$_0&\29 +1132:strcpy +1133:std::__2::unique_ptr>::~unique_ptr\5babi:ne180100\5d\28\29 +1134:std::__2::unique_ptr>::operator=\5babi:ne180100\5d\28std::__2::unique_ptr>&&\29 +1135:std::__2::unique_ptr>\20GrSkSLFP::Make<>\28SkRuntimeEffect\20const*\2c\20char\20const*\2c\20std::__2::unique_ptr>\2c\20GrSkSLFP::OptFlags\29 +1136:std::__2::unique_ptr>\20GrBlendFragmentProcessor::Make<\28SkBlendMode\2913>\28std::__2::unique_ptr>\2c\20std::__2::unique_ptr>\29 +1137:std::__2::time_get>>::get\28std::__2::istreambuf_iterator>\2c\20std::__2::istreambuf_iterator>\2c\20std::__2::ios_base&\2c\20unsigned\20int&\2c\20tm*\2c\20wchar_t\20const*\2c\20wchar_t\20const*\29\20const +1138:std::__2::time_get>>::get\28std::__2::istreambuf_iterator>\2c\20std::__2::istreambuf_iterator>\2c\20std::__2::ios_base&\2c\20unsigned\20int&\2c\20tm*\2c\20char\20const*\2c\20char\20const*\29\20const +1139:std::__2::shared_ptr::operator=\5babi:ne180100\5d\28std::__2::shared_ptr\20const&\29 +1140:std::__2::enable_if::type\20skgpu::tess::PatchWriter\2c\20skgpu::tess::Optional<\28skgpu::tess::PatchAttribs\2964>\2c\20skgpu::tess::Optional<\28skgpu::tess::PatchAttribs\2932>\2c\20skgpu::tess::AddTrianglesWhenChopping\2c\20skgpu::tess::DiscardFlatCurves>::writeTriangleStack\28skgpu::tess::MiddleOutPolygonTriangulator::PoppedTriangleStack&&\29 +1141:std::__2::ctype::widen\5babi:nn180100\5d\28char\20const*\2c\20char\20const*\2c\20wchar_t*\29\20const +1142:std::__2::basic_ios>::setstate\5babi:nn180100\5d\28unsigned\20int\29 +1143:std::__2::__tuple_impl\2c\20GrSurfaceProxyView\2c\20sk_sp>::~__tuple_impl\28\29 +1144:skvx::Vec<4\2c\20skvx::Mask::type>\20skvx::operator>=<4\2c\20float\2c\20float\2c\20void>\28skvx::Vec<4\2c\20float>\20const&\2c\20float\29\20\28.6325\29 +1145:skif::RoundOut\28SkRect\29 +1146:skia_private::TArray::push_back\28SkSL::SwitchCase\20const*\20const&\29 +1147:skia_private::TArray::push_back_n\28int\2c\20SkPoint\20const*\29 +1148:skia::textlayout::Run::placeholderStyle\28\29\20const +1149:skgpu::skgpu_init_static_unique_key_once\28SkAlignedSTStorage<1\2c\20skgpu::UniqueKey>*\29 +1150:skgpu::ganesh::\28anonymous\20namespace\29::update_degenerate_test\28skgpu::ganesh::\28anonymous\20namespace\29::DegenerateTestData*\2c\20SkPoint\20const&\29 +1151:skgpu::VertexWriter&\20skgpu::operator<<\28skgpu::VertexWriter&\2c\20skgpu::VertexColor\20const&\29 +1152:skgpu::ResourceKey::ResourceKey\28\29 +1153:skcms_TransferFunction_getType +1154:sk_sp::~sk_sp\28\29 +1155:sk_sp::reset\28GrThreadSafeCache::VertexData*\29 +1156:scalbn +1157:rowcol3\28float\20const*\2c\20float\20const*\29 +1158:ps_parser_skip_spaces +1159:is_joiner\28hb_glyph_info_t\20const&\29 +1160:impeller::Matrix::IsInvertible\28\29\20const +1161:hb_paint_funcs_t::push_translate\28void*\2c\20float\2c\20float\29 +1162:hb_lazy_loader_t\2c\20hb_face_t\2c\2022u\2c\20hb_blob_t>::get\28\29\20const +1163:hb_iter_t\2c\20hb_filter_iter_t\2c\20hb_array_t>\2c\20find_syllables_use\28hb_buffer_t*\29::'lambda'\28hb_glyph_info_t\20const&\29\2c\20$_7\20const&\2c\20\28void*\290>\2c\20find_syllables_use\28hb_buffer_t*\29::'lambda'\28hb_pair_t\29\2c\20$_6\20const&\2c\20\28void*\290>>>\2c\20hb_pair_t>>::operator--\28int\29 +1164:hb_aat_map_t::range_flags_t*\20hb_vector_t::push\28hb_aat_map_t::range_flags_t&&\29 +1165:get_gsubgpos_table\28hb_face_t*\2c\20unsigned\20int\29 +1166:flutter::DisplayListMatrixClipState::adjustCullRect\28impeller::TRect\20const&\2c\20flutter::DlClipOp\2c\20bool\29 +1167:flutter::DisplayListBuilder::ClipRect\28impeller::TRect\20const&\2c\20flutter::DlClipOp\2c\20bool\29 +1168:emscripten_longjmp +1169:cff2_path_procs_extents_t::line\28CFF::cff2_cs_interp_env_t&\2c\20cff2_extents_param_t&\2c\20CFF::point_t\20const&\29 +1170:cff2_path_param_t::line_to\28CFF::point_t\20const&\29 +1171:cff1_path_procs_extents_t::line\28CFF::cff1_cs_interp_env_t&\2c\20cff1_extents_param_t&\2c\20CFF::point_t\20const&\29 +1172:cff1_path_param_t::line_to\28CFF::point_t\20const&\29 +1173:cf2_stack_pushInt +1174:cf2_buf_readByte +1175:bool\20hb_bsearch_impl\28unsigned\20int*\2c\20unsigned\20int\20const&\2c\20void\20const*\2c\20unsigned\20long\2c\20unsigned\20long\2c\20int\20\28*\29\28void\20const*\2c\20void\20const*\29\29 +1176:_hb_draw_funcs_set_preamble\28hb_draw_funcs_t*\2c\20bool\2c\20void**\2c\20void\20\28**\29\28void*\29\29 +1177:\28anonymous\20namespace\29::colrv1_traverse_paint_bounds\28SkMatrix*\2c\20SkRect*\2c\20FT_FaceRec_*\2c\20FT_Opaque_Paint_\2c\20skia_private::THashSet*\29 +1178:SkWriter32::write\28void\20const*\2c\20unsigned\20long\29 +1179:SkWStream::writeDecAsText\28int\29 +1180:SkTDStorage::append\28void\20const*\2c\20int\29 +1181:SkSurface_Base::refCachedImage\28\29 +1182:SkStrikeSpec::SkStrikeSpec\28SkFont\20const&\2c\20SkPaint\20const&\2c\20SkSurfaceProps\20const&\2c\20SkScalerContextFlags\2c\20SkMatrix\20const&\29 +1183:SkSL::compile_and_shrink\28SkSL::Compiler*\2c\20SkSL::ProgramKind\2c\20SkSL::ModuleType\2c\20std::__2::basic_string\2c\20std::__2::allocator>\2c\20SkSL::Module\20const*\29 +1184:SkSL::RP::Builder::lastInstructionOnAnyStack\28int\29 +1185:SkSL::ProgramUsage::get\28SkSL::Variable\20const&\29\20const +1186:SkSL::Parser::expectIdentifier\28SkSL::Token*\29 +1187:SkSL::Parser::AutoDepth::increase\28\29 +1188:SkSL::Inliner::inlineStatement\28SkSL::Position\2c\20skia_private::THashMap>\2c\20SkGoodHash>*\2c\20SkSL::SymbolTable*\2c\20std::__2::unique_ptr>*\2c\20SkSL::Analysis::ReturnComplexity\2c\20SkSL::Statement\20const&\2c\20SkSL::ProgramUsage\20const&\2c\20bool\29::$_3::operator\28\29\28std::__2::unique_ptr>\20const&\29\20const +1189:SkSL::Inliner::inlineStatement\28SkSL::Position\2c\20skia_private::THashMap>\2c\20SkGoodHash>*\2c\20SkSL::SymbolTable*\2c\20std::__2::unique_ptr>*\2c\20SkSL::Analysis::ReturnComplexity\2c\20SkSL::Statement\20const&\2c\20SkSL::ProgramUsage\20const&\2c\20bool\29::$_2::operator\28\29\28std::__2::unique_ptr>\20const&\29\20const +1190:SkSL::GLSLCodeGenerator::writeStatement\28SkSL::Statement\20const&\29 +1191:SkSL::GLSLCodeGenerator::finishLine\28\29 +1192:SkSL::ConstructorSplat::Make\28SkSL::Context\20const&\2c\20SkSL::Position\2c\20SkSL::Type\20const&\2c\20std::__2::unique_ptr>\29 +1193:SkSL::ConstructorScalarCast::Make\28SkSL::Context\20const&\2c\20SkSL::Position\2c\20SkSL::Type\20const&\2c\20std::__2::unique_ptr>\29 +1194:SkRuntimeEffect::Uniform::sizeInBytes\28\29\20const +1195:SkRegion::setRegion\28SkRegion\20const&\29 +1196:SkRegion::SkRegion\28SkIRect\20const&\29 +1197:SkRect::Bounds\28SkSpan\29 +1198:SkRasterPipeline::run\28unsigned\20long\2c\20unsigned\20long\2c\20unsigned\20long\2c\20unsigned\20long\29\20const +1199:SkRasterPipeline::appendTransferFunction\28skcms_TransferFunction\20const&\29 +1200:SkRRect::checkCornerContainment\28float\2c\20float\29\20const +1201:SkPointPriv::DistanceToLineSegmentBetweenSqd\28SkPoint\20const&\2c\20SkPoint\20const&\2c\20SkPoint\20const&\29 +1202:SkPoint::setLength\28float\29 +1203:SkPathRef::isFinite\28\29\20const +1204:SkPathPriv::Raw\28SkPath\20const&\29 +1205:SkPathPriv::AllPointsEq\28SkSpan\29 +1206:SkPath::lineTo\28float\2c\20float\29 +1207:SkPath::isRect\28SkRect*\2c\20bool*\2c\20SkPathDirection*\29\20const +1208:SkPath::getLastPt\28\29\20const +1209:SkOpCoincidence::release\28SkCoincidentSpans*\2c\20SkCoincidentSpans*\29 +1210:SkJSONWriter::appendCString\28char\20const*\2c\20char\20const*\29 +1211:SkIntersections::hasT\28double\29\20const +1212:SkImages::RasterFromBitmap\28SkBitmap\20const&\29 +1213:SkImageInfo::computeByteSize\28unsigned\20long\29\20const +1214:SkImageFilter_Base::SkImageFilter_Base\28sk_sp\20const*\2c\20int\2c\20std::__2::optional\29 +1215:SkIRect::offset\28int\2c\20int\29 +1216:SkDLine::ptAtT\28double\29\20const +1217:SkColorSpace::Equals\28SkColorSpace\20const*\2c\20SkColorSpace\20const*\29 +1218:SkCanvas::~SkCanvas\28\29 +1219:SkCanvas::restoreToCount\28int\29 +1220:SkCachedData::unref\28\29\20const +1221:SkAutoSMalloc<1024ul>::~SkAutoSMalloc\28\29 +1222:SkArenaAlloc::SkArenaAlloc\28unsigned\20long\29 +1223:SkAAClipBlitterWrapper::SkAAClipBlitterWrapper\28SkRasterClip\20const&\2c\20SkBlitter*\29 +1224:OT::MVAR::get_var\28unsigned\20int\2c\20int\20const*\2c\20unsigned\20int\29\20const +1225:OT::CmapSubtable::get_glyph\28unsigned\20int\2c\20unsigned\20int*\29\20const +1226:MaskAdditiveBlitter::getRow\28int\29 +1227:GrTextureEffect::Make\28GrSurfaceProxyView\2c\20SkAlphaType\2c\20SkMatrix\20const&\2c\20GrSamplerState\2c\20GrCaps\20const&\2c\20float\20const*\29 +1228:GrTextureEffect::MakeSubset\28GrSurfaceProxyView\2c\20SkAlphaType\2c\20SkMatrix\20const&\2c\20GrSamplerState\2c\20SkRect\20const&\2c\20SkRect\20const&\2c\20GrCaps\20const&\2c\20float\20const*\29 +1229:GrTessellationShader::MakeProgram\28GrTessellationShader::ProgramArgs\20const&\2c\20GrTessellationShader\20const*\2c\20GrPipeline\20const*\2c\20GrUserStencilSettings\20const*\29 +1230:GrScissorState::enabled\28\29\20const +1231:GrRecordingContextPriv::recordTimeAllocator\28\29 +1232:GrQuad::bounds\28\29\20const +1233:GrProxyProvider::createProxy\28GrBackendFormat\20const&\2c\20SkISize\2c\20skgpu::Renderable\2c\20int\2c\20skgpu::Mipmapped\2c\20SkBackingFit\2c\20skgpu::Budgeted\2c\20skgpu::Protected\2c\20std::__2::basic_string_view>\2c\20GrInternalSurfaceFlags\2c\20GrSurfaceProxy::UseAllocator\29 +1234:GrPixmapBase::operator=\28GrPixmapBase&&\29 +1235:GrOpFlushState::detachAppliedClip\28\29 +1236:GrGLGpu::disableWindowRectangles\28\29 +1237:GrGLGpu::bindFramebuffer\28unsigned\20int\2c\20unsigned\20int\29 +1238:GrGLFormatFromGLEnum\28unsigned\20int\29 +1239:GrFragmentProcessor::~GrFragmentProcessor\28\29 +1240:GrClip::GetPixelIBounds\28SkRect\20const&\2c\20GrAA\2c\20GrClip::BoundsType\29 +1241:GrBackendTexture::getBackendFormat\28\29\20const +1242:CFF::interp_env_t::fetch_op\28\29 +1243:BlockIndexIterator::First\28SkBlockAllocator::Block\20const*\29\2c\20&SkTBlockList::Last\28SkBlockAllocator::Block\20const*\29\2c\20&SkTBlockList::Increment\28SkBlockAllocator::Block\20const*\2c\20int\29\2c\20&SkTBlockList::GetItem\28SkBlockAllocator::Block*\2c\20int\29>::Item::setIndices\28\29 +1244:AlmostEqualUlps\28double\2c\20double\29 +1245:void\20sktext::gpu::fill3D\28SkZip\2c\20unsigned\20int\2c\20SkMatrix\20const&\29::'lambda'\28float\2c\20float\29::operator\28\29\28float\2c\20float\29\20const +1246:tt_face_lookup_table +1247:std::__2::unique_ptr>::~unique_ptr\5babi:ne180100\5d\28\29 +1248:std::__2::unique_ptr>::~unique_ptr\5babi:ne180100\5d\28\29 +1249:std::__2::moneypunct::negative_sign\5babi:nn180100\5d\28\29\20const +1250:std::__2::moneypunct::neg_format\5babi:nn180100\5d\28\29\20const +1251:std::__2::moneypunct::frac_digits\5babi:nn180100\5d\28\29\20const +1252:std::__2::moneypunct::do_pos_format\28\29\20const +1253:std::__2::iterator_traits::difference_type\20std::__2::__distance\5babi:nn180100\5d\28unsigned\20int\20const*\2c\20unsigned\20int\20const*\2c\20std::__2::random_access_iterator_tag\29 +1254:std::__2::function::operator\28\29\28GrSurfaceProxy*\2c\20skgpu::Mipmapped\29\20const +1255:std::__2::enable_if\2c\20impeller::TRect>::type\20impeller::TRect::RoundOut\28impeller::TRect\20const&\29 +1256:std::__2::ctype::widen\5babi:nn180100\5d\28char\20const*\2c\20char\20const*\2c\20char*\29\20const +1257:std::__2::char_traits::copy\5babi:nn180100\5d\28wchar_t*\2c\20wchar_t\20const*\2c\20unsigned\20long\29 +1258:std::__2::basic_string\2c\20std::__2::allocator>::end\5babi:nn180100\5d\28\29 +1259:std::__2::basic_string\2c\20std::__2::allocator>::end\5babi:nn180100\5d\28\29 +1260:std::__2::basic_string\2c\20std::__2::allocator>::__set_size\5babi:nn180100\5d\28unsigned\20long\29 +1261:std::__2::allocator>::allocate\5babi:ne180100\5d\28unsigned\20long\29 +1262:std::__2::__split_buffer&>::~__split_buffer\28\29 +1263:std::__2::__split_buffer&>::__split_buffer\28unsigned\20long\2c\20unsigned\20long\2c\20std::__2::allocator&\29 +1264:std::__2::__optional_destruct_base::~__optional_destruct_base\5babi:ne180100\5d\28\29 +1265:std::__2::__itoa::__append2\5babi:nn180100\5d\28char*\2c\20unsigned\20int\29 +1266:std::__2::__exception_guard_exceptions>::__destroy_vector>::~__exception_guard_exceptions\5babi:ne180100\5d\28\29 +1267:skvx::Vec<4\2c\20unsigned\20int>\20\28anonymous\20namespace\29::shift_right>\28skvx::Vec<4\2c\20unsigned\20int>\20const&\2c\20int\29 +1268:sktext::gpu::BagOfBytes::~BagOfBytes\28\29 +1269:skif::\28anonymous\20namespace\29::is_nearly_integer_translation\28skif::LayerSpace\20const&\2c\20skif::LayerSpace*\29 +1270:skif::FilterResult::FilterResult\28sk_sp\2c\20skif::LayerSpace\20const&\29 +1271:skia_private::TArray\2c\20true>::destroyAll\28\29 +1272:skia_private::TArray::push_back\28float\20const&\29 +1273:skia_private::TArray::push_back\28SkSL::Variable*&&\29 +1274:skia_png_gamma_correct +1275:skia_png_gamma_8bit_correct +1276:skia::textlayout::TextStyle::operator=\28skia::textlayout::TextStyle\20const&\29 +1277:skia::textlayout::Run::positionX\28unsigned\20long\29\20const +1278:skia::textlayout::ParagraphImpl::codeUnitHasProperty\28unsigned\20long\2c\20SkUnicode::CodeUnitFlags\29\20const +1279:skgpu::ganesh::SurfaceDrawContext::Make\28GrRecordingContext*\2c\20GrColorType\2c\20sk_sp\2c\20SkBackingFit\2c\20SkISize\2c\20SkSurfaceProps\20const&\2c\20std::__2::basic_string_view>\2c\20int\2c\20skgpu::Mipmapped\2c\20skgpu::Protected\2c\20GrSurfaceOrigin\2c\20skgpu::Budgeted\29 +1280:skgpu::UniqueKey::UniqueKey\28skgpu::UniqueKey\20const&\29 +1281:sk_sp::~sk_sp\28\29 +1282:sk_sp::operator=\28sk_sp&&\29 +1283:sk_sp::reset\28GrSurfaceProxy*\29 +1284:sk_sp::operator=\28sk_sp&&\29 +1285:sk_realloc_throw\28void*\2c\20unsigned\20long\29 +1286:scalar_to_alpha\28float\29 +1287:png_read_buffer +1288:path_lineTo +1289:interp_cubic_coords\28double\20const*\2c\20double\29 +1290:int\20_hb_cmp_method>\28void\20const*\2c\20void\20const*\29 +1291:impeller::TRect::TransformAndClipBounds\28impeller::Matrix\20const&\29\20const +1292:impeller::RoundRect::IsRect\28\29\20const +1293:impeller::RoundRect::IsOval\28\29\20const +1294:hb_paint_funcs_t::push_transform\28void*\2c\20float\2c\20float\2c\20float\2c\20float\2c\20float\2c\20float\29 +1295:hb_lazy_loader_t\2c\20hb_face_t\2c\2025u\2c\20OT::GSUB_accelerator_t>::get_stored\28\29\20const +1296:hb_font_t::scale_glyph_extents\28hb_glyph_extents_t*\29 +1297:hb_font_t::parent_scale_y_distance\28int\29 +1298:hb_font_t::parent_scale_x_distance\28int\29 +1299:hb_face_t::get_upem\28\29\20const +1300:flutter::DlRuntimeEffectColorSource::type\28\29\20const +1301:flutter::DlGradientColorSourceBase::store_color_stops\28void*\2c\20flutter::DlColor\20const*\2c\20float\20const*\29 +1302:double_to_clamped_scalar\28double\29 +1303:conic_eval_numerator\28double\20const*\2c\20float\2c\20double\29 +1304:cff_index_init +1305:bool\20std::__2::operator!=\5babi:nn180100\5d\28std::__2::__wrap_iter\20const&\2c\20std::__2::__wrap_iter\20const&\29 +1306:bool\20hb_sanitize_context_t::check_array>\28OT::IntType\20const*\2c\20unsigned\20int\29\20const +1307:bool\20OT::OffsetTo\2c\20void\2c\20true>::sanitize<>\28hb_sanitize_context_t*\2c\20void\20const*\29\20const +1308:_emscripten_yield +1309:__isspace +1310:\28anonymous\20namespace\29::ColorTypeFilter_RGBA_F16::Compact\28skvx::Vec<4\2c\20float>\20const&\29 +1311:\28anonymous\20namespace\29::ColorTypeFilter_F16F16::Compact\28skvx::Vec<4\2c\20float>\20const&\29 +1312:\28anonymous\20namespace\29::ColorTypeFilter_Alpha_F16::Compact\28skvx::Vec<4\2c\20float>\20const&\29 +1313:\28anonymous\20namespace\29::ColorTypeFilter_8888::Compact\28skvx::Vec<4\2c\20unsigned\20short>\20const&\29 +1314:\28anonymous\20namespace\29::ColorTypeFilter_16161616::Compact\28skvx::Vec<4\2c\20unsigned\20int>\20const&\29 +1315:\28anonymous\20namespace\29::ColorTypeFilter_1010102::Compact\28unsigned\20long\20long\29 +1316:TT_MulFix14 +1317:SkWriter32::writeBool\28bool\29 +1318:SkTDStorage::append\28int\29 +1319:SkTDPQueue::setIndex\28int\29 +1320:SkTDArray::push_back\28void*\20const&\29 +1321:SkTCopyOnFirstWrite::writable\28\29 +1322:SkSpotShadowTessellator::addToClip\28SkPoint\20const&\29 +1323:SkShaderUtils::GLSLPrettyPrint::newline\28\29 +1324:SkShaderUtils::GLSLPrettyPrint::hasToken\28char\20const*\29 +1325:SkSL::Type::MakeTextureType\28char\20const*\2c\20SpvDim_\2c\20bool\2c\20bool\2c\20bool\2c\20SkSL::Type::TextureAccess\29 +1326:SkSL::Type::MakeSpecialType\28char\20const*\2c\20char\20const*\2c\20SkSL::Type::TypeKind\29 +1327:SkSL::Swizzle::Make\28SkSL::Context\20const&\2c\20SkSL::Position\2c\20std::__2::unique_ptr>\2c\20skia_private::FixedArray<4\2c\20signed\20char>\29 +1328:SkSL::RP::Builder::push_slots_or_immutable\28SkSL::RP::SlotRange\2c\20SkSL::RP::BuilderOp\29 +1329:SkSL::RP::Builder::push_duplicates\28int\29 +1330:SkSL::RP::Builder::push_constant_f\28float\29 +1331:SkSL::RP::Builder::push_clone\28int\2c\20int\29 +1332:SkSL::Parser::statementOrNop\28SkSL::Position\2c\20std::__2::unique_ptr>\29 +1333:SkSL::Literal::Make\28SkSL::Position\2c\20double\2c\20SkSL::Type\20const*\29 +1334:SkSL::Intrinsics::\28anonymous\20namespace\29::evaluate_mul\28SkSL::Context\20const&\2c\20std::__2::array\20const&\29 +1335:SkSL::InlineCandidateAnalyzer::visitStatement\28std::__2::unique_ptr>*\2c\20bool\29 +1336:SkSL::GLSLCodeGenerator::writeModifiers\28SkSL::Layout\20const&\2c\20SkSL::ModifierFlags\2c\20bool\29 +1337:SkSL::Expression::isIntLiteral\28\29\20const +1338:SkSL::ConstructorCompound::Make\28SkSL::Context\20const&\2c\20SkSL::Position\2c\20SkSL::Type\20const&\2c\20SkSL::ExpressionArray\29 +1339:SkSL::ConstantFolder::IsConstantSplat\28SkSL::Expression\20const&\2c\20double\29 +1340:SkSL::Analysis::IsSameExpressionTree\28SkSL::Expression\20const&\2c\20SkSL::Expression\20const&\29 +1341:SkSL::AliasType::resolve\28\29\20const +1342:SkResourceCache::Find\28SkResourceCache::Key\20const&\2c\20bool\20\28*\29\28SkResourceCache::Rec\20const&\2c\20void*\29\2c\20void*\29 +1343:SkResourceCache::Add\28SkResourceCache::Rec*\2c\20void*\29 +1344:SkRectPriv::HalfWidth\28SkRect\20const&\29 +1345:SkRect::round\28SkIRect*\29\20const +1346:SkRasterPipeline_<256ul>::SkRasterPipeline_\28\29 +1347:SkRasterPipeline::appendConstantColor\28SkArenaAlloc*\2c\20float\20const*\29 +1348:SkRasterClip::quickContains\28SkIRect\20const&\29\20const +1349:SkRRect::setRect\28SkRect\20const&\29 +1350:SkPathWriter::isClosed\28\29\20const +1351:SkPathStroker::addDegenerateLine\28SkQuadConstruct\20const*\29 +1352:SkPathRef::growForVerb\28SkPathVerb\2c\20float\29 +1353:SkPathBuilder::moveTo\28float\2c\20float\29 +1354:SkPathBuilder::ensureMove\28\29 +1355:SkPath::getGenerationID\28\29\20const +1356:SkOpSegment::existing\28double\2c\20SkOpSegment\20const*\29\20const +1357:SkOpSegment::addT\28double\29 +1358:SkOpSegment::addCurveTo\28SkOpSpanBase\20const*\2c\20SkOpSpanBase\20const*\2c\20SkPathWriter*\29\20const +1359:SkOpPtT::find\28SkOpSegment\20const*\29\20const +1360:SkOpContourBuilder::flush\28\29 +1361:SkNVRefCnt::unref\28\29\20const +1362:SkNVRefCnt::unref\28\29\20const +1363:SkMipmap::getLevel\28int\2c\20SkMipmap::Level*\29\20const +1364:SkImageInfoIsValid\28SkImageInfo\20const&\29 +1365:SkImageInfo::SkImageInfo\28SkImageInfo\20const&\29 +1366:SkImageFilter_Base::flatten\28SkWriteBuffer&\29\20const +1367:SkGlyph::imageSize\28\29\20const +1368:SkDrawTiler::~SkDrawTiler\28\29 +1369:SkDrawTiler::next\28\29 +1370:SkDrawTiler::SkDrawTiler\28SkBitmapDevice*\2c\20SkRect\20const*\29 +1371:SkConvertPixels\28SkImageInfo\20const&\2c\20void*\2c\20unsigned\20long\2c\20SkImageInfo\20const&\2c\20void\20const*\2c\20unsigned\20long\29 +1372:SkColorSpaceXformSteps::apply\28SkRasterPipeline*\29\20const +1373:SkColorSpace::MakeRGB\28skcms_TransferFunction\20const&\2c\20skcms_Matrix3x3\20const&\29 +1374:SkColorFilterBase::affectsTransparentBlack\28\29\20const +1375:SkCanvas::saveLayer\28SkRect\20const*\2c\20SkPaint\20const*\29 +1376:SkCanvas::predrawNotify\28bool\29 +1377:SkCanvas::getTotalMatrix\28\29\20const +1378:SkCanvas::drawImage\28SkImage\20const*\2c\20float\2c\20float\2c\20SkSamplingOptions\20const&\2c\20SkPaint\20const*\29 +1379:SkCanvas::aboutToDraw\28SkPaint\20const&\2c\20SkRect\20const*\2c\20SkEnumBitMask\29 +1380:SkBlurMaskFilterImpl::computeXformedSigma\28SkMatrix\20const&\29\20const +1381:SkBlockAllocator::SkBlockAllocator\28SkBlockAllocator::GrowthPolicy\2c\20unsigned\20long\2c\20unsigned\20long\29 +1382:SkBlockAllocator::BlockIter::begin\28\29\20const +1383:SkBitmap::reset\28\29 +1384:SkBitmap::installPixels\28SkImageInfo\20const&\2c\20void*\2c\20unsigned\20long\2c\20void\20\28*\29\28void*\2c\20void*\29\2c\20void*\29 +1385:SkBitmap::installPixels\28SkImageInfo\20const&\2c\20void*\2c\20unsigned\20long\29 +1386:OT::VarSizedBinSearchArrayOf>::operator\5b\5d\28int\29\20const +1387:OT::Layout::GSUB_impl::SubstLookupSubTable\20const&\20OT::Lookup::get_subtable\28unsigned\20int\29\20const +1388:OT::Layout::GSUB_impl::SubstLookupSubTable*\20hb_serialize_context_t::push\28\29 +1389:OT::ArrayOf\2c\20true>\2c\20OT::IntType>*\20hb_serialize_context_t::extend_size\2c\20true>\2c\20OT::IntType>>\28OT::ArrayOf\2c\20true>\2c\20OT::IntType>*\2c\20unsigned\20long\2c\20bool\29 +1390:GrTriangulator::makeConnectingEdge\28GrTriangulator::Vertex*\2c\20GrTriangulator::Vertex*\2c\20GrTriangulator::EdgeType\2c\20GrTriangulator::Comparator\20const&\2c\20int\29 +1391:GrTriangulator::appendPointToContour\28SkPoint\20const&\2c\20GrTriangulator::VertexList*\29\20const +1392:GrSurface::ComputeSize\28GrBackendFormat\20const&\2c\20SkISize\2c\20int\2c\20skgpu::Mipmapped\2c\20bool\29 +1393:GrStyledShape::writeUnstyledKey\28unsigned\20int*\29\20const +1394:GrStyledShape::unstyledKeySize\28\29\20const +1395:GrStyle::operator=\28GrStyle\20const&\29 +1396:GrStyle::GrStyle\28SkStrokeRec\20const&\2c\20sk_sp\29 +1397:GrStyle::GrStyle\28SkPaint\20const&\29 +1398:GrSimpleMesh::setIndexed\28sk_sp\2c\20int\2c\20int\2c\20unsigned\20short\2c\20unsigned\20short\2c\20GrPrimitiveRestart\2c\20sk_sp\2c\20int\29 +1399:GrRecordingContextPriv::makeSFCWithFallback\28GrImageInfo\2c\20SkBackingFit\2c\20int\2c\20skgpu::Mipmapped\2c\20skgpu::Protected\2c\20GrSurfaceOrigin\2c\20skgpu::Budgeted\29 +1400:GrRecordingContextPriv::makeSC\28GrSurfaceProxyView\2c\20GrColorInfo\20const&\29 +1401:GrQuad::MakeFromSkQuad\28SkPoint\20const*\2c\20SkMatrix\20const&\29 +1402:GrProcessorSet::visitProxies\28std::__2::function\20const&\29\20const +1403:GrProcessorSet::finalize\28GrProcessorAnalysisColor\20const&\2c\20GrProcessorAnalysisCoverage\2c\20GrAppliedClip\20const*\2c\20GrUserStencilSettings\20const*\2c\20GrCaps\20const&\2c\20GrClampType\2c\20SkRGBA4f<\28SkAlphaType\292>*\29 +1404:GrGpuResource::gpuMemorySize\28\29\20const +1405:GrGpuBuffer::updateData\28void\20const*\2c\20unsigned\20long\2c\20unsigned\20long\2c\20bool\29 +1406:GrGetColorTypeDesc\28GrColorType\29 +1407:GrGeometryProcessor::ProgramImpl::WriteOutputPosition\28GrGLSLVertexBuilder*\2c\20GrGeometryProcessor::ProgramImpl::GrGPArgs*\2c\20char\20const*\29 +1408:GrGLSLShaderBuilder::~GrGLSLShaderBuilder\28\29 +1409:GrGLSLShaderBuilder::declAppend\28GrShaderVar\20const&\29 +1410:GrGLGpu::flushScissorTest\28GrScissorTest\29 +1411:GrGLGpu::didDrawTo\28GrRenderTarget*\29 +1412:GrGLFunction::GrGLFunction\28void\20\28*\29\28unsigned\20int\2c\20int*\29\29::'lambda'\28void\20const*\2c\20unsigned\20int\2c\20int*\29::__invoke\28void\20const*\2c\20unsigned\20int\2c\20int*\29 +1413:GrGLCaps::maxRenderTargetSampleCount\28GrGLFormat\29\20const +1414:GrFragmentProcessors::Make\28SkShader\20const*\2c\20GrFPArgs\20const&\2c\20SkShaders::MatrixRec\20const&\29 +1415:GrDefaultGeoProcFactory::Make\28SkArenaAlloc*\2c\20GrDefaultGeoProcFactory::Color\20const&\2c\20GrDefaultGeoProcFactory::Coverage\20const&\2c\20GrDefaultGeoProcFactory::LocalCoords\20const&\2c\20SkMatrix\20const&\29 +1416:GrCaps::validateSurfaceParams\28SkISize\20const&\2c\20GrBackendFormat\20const&\2c\20skgpu::Renderable\2c\20int\2c\20skgpu::Mipmapped\2c\20GrTextureType\29\20const +1417:GrBlurUtils::GaussianBlur\28GrRecordingContext*\2c\20GrSurfaceProxyView\2c\20GrColorType\2c\20SkAlphaType\2c\20sk_sp\2c\20SkIRect\2c\20SkIRect\2c\20float\2c\20float\2c\20SkTileMode\2c\20SkBackingFit\29::$_0::operator\28\29\28SkIRect\2c\20SkIRect\29\20const +1418:GrBackendTexture::~GrBackendTexture\28\29 +1419:GrAppliedClip::GrAppliedClip\28GrAppliedClip&&\29 +1420:GrAAConvexTessellator::Ring::origEdgeID\28int\29\20const +1421:FT_GlyphLoader_CheckPoints +1422:FT_Get_Sfnt_Table +1423:BlockIndexIterator::Last\28SkBlockAllocator::Block\20const*\29\2c\20&SkTBlockList::First\28SkBlockAllocator::Block\20const*\29\2c\20&SkTBlockList::Decrement\28SkBlockAllocator::Block\20const*\2c\20int\29\2c\20&SkTBlockList::GetItem\28SkBlockAllocator::Block*\2c\20int\29>::end\28\29\20const +1424:BlockIndexIterator::First\28SkBlockAllocator::Block\20const*\29\2c\20&SkTBlockList::Last\28SkBlockAllocator::Block\20const*\29\2c\20&SkTBlockList::Increment\28SkBlockAllocator::Block\20const*\2c\20int\29\2c\20&SkTBlockList::GetItem\28SkBlockAllocator::Block\20const*\2c\20int\29>::Item::operator++\28\29 +1425:AAT::StateTable::EntryData>::get_entry\28int\2c\20unsigned\20int\29\20const +1426:AAT::StateTable::EntryData>::get_entry\28int\2c\20unsigned\20int\29\20const +1427:AAT::Lookup>::get_class\28unsigned\20int\2c\20unsigned\20int\2c\20unsigned\20int\29\20const +1428:AAT::InsertionSubtable::is_actionable\28AAT::Entry::EntryData>\20const&\29\20const +1429:void\20std::__2::reverse\5babi:nn180100\5d\28char*\2c\20char*\29 +1430:void\20std::__2::__hash_table\2c\20std::__2::equal_to\2c\20std::__2::allocator>::__rehash\28unsigned\20long\29 +1431:void\20SkSafeUnref\28GrThreadSafeCache::VertexData*\29 +1432:std::__2::vector>::vector\28std::__2::vector>\20const&\29 +1433:std::__2::vector>\2c\20std::__2::allocator>>>::push_back\5babi:ne180100\5d\28std::__2::unique_ptr>&&\29 +1434:std::__2::vector\2c\20std::__2::allocator>>::__destroy_vector::operator\28\29\5babi:ne180100\5d\28\29 +1435:std::__2::vector\2c\20std::__2::allocator>>::push_back\5babi:ne180100\5d\28impeller::TRect\20const&\29 +1436:std::__2::vector>::__vallocate\5babi:ne180100\5d\28unsigned\20long\29 +1437:std::__2::unique_ptr\2c\20std::__2::allocator>\2c\20std::__2::default_delete\2c\20std::__2::allocator>>>::~unique_ptr\5babi:ne180100\5d\28\29 +1438:std::__2::unique_ptr\20\28*\29\28SkReadBuffer&\29\2c\20SkGoodHash>::Pair\2c\20unsigned\20int\2c\20skia_private::THashMap\20\28*\29\28SkReadBuffer&\29\2c\20SkGoodHash>::Pair>::Slot\20\5b\5d\2c\20std::__2::default_delete\20\28*\29\28SkReadBuffer&\29\2c\20SkGoodHash>::Pair\2c\20unsigned\20int\2c\20skia_private::THashMap\20\28*\29\28SkReadBuffer&\29\2c\20SkGoodHash>::Pair>::Slot\20\5b\5d>>::~unique_ptr\5babi:ne180100\5d\28\29 +1439:std::__2::unique_ptr>::~unique_ptr\5babi:ne180100\5d\28\29 +1440:std::__2::unique_ptr>::reset\5babi:ne180100\5d\28SkSL::SymbolTable*\29 +1441:std::__2::unique_ptr>::~unique_ptr\5babi:ne180100\5d\28\29 +1442:std::__2::unique_ptr>::~unique_ptr\5babi:ne180100\5d\28\29 +1443:std::__2::ostreambuf_iterator>\20std::__2::__pad_and_output\5babi:nn180100\5d>\28std::__2::ostreambuf_iterator>\2c\20wchar_t\20const*\2c\20wchar_t\20const*\2c\20wchar_t\20const*\2c\20std::__2::ios_base&\2c\20wchar_t\29 +1444:std::__2::ostreambuf_iterator>\20std::__2::__pad_and_output\5babi:nn180100\5d>\28std::__2::ostreambuf_iterator>\2c\20char\20const*\2c\20char\20const*\2c\20char\20const*\2c\20std::__2::ios_base&\2c\20char\29 +1445:std::__2::hash::operator\28\29\5babi:ne180100\5d\28GrFragmentProcessor\20const*\29\20const +1446:std::__2::char_traits::to_int_type\5babi:nn180100\5d\28char\29 +1447:std::__2::char_traits::eq_int_type\5babi:nn180100\5d\28int\2c\20int\29 +1448:std::__2::basic_stringstream\2c\20std::__2::allocator>::~basic_stringstream\28\29 +1449:std::__2::basic_string\2c\20std::__2::allocator>::append\28char\20const*\2c\20unsigned\20long\29 +1450:std::__2::basic_string\2c\20std::__2::allocator>::__recommend\5babi:nn180100\5d\28unsigned\20long\29 +1451:std::__2::basic_string\2c\20std::__2::allocator>::__get_long_cap\5babi:nn180100\5d\28\29\20const +1452:std::__2::__split_buffer\2c\20std::__2::allocator>&>::~__split_buffer\28\29 +1453:std::__2::__split_buffer\2c\20std::__2::allocator>&>::__split_buffer\28unsigned\20long\2c\20unsigned\20long\2c\20std::__2::allocator>&\29 +1454:skvx::Vec<4\2c\20unsigned\20short>\20\28anonymous\20namespace\29::add_121>\28skvx::Vec<4\2c\20unsigned\20short>\20const&\2c\20skvx::Vec<4\2c\20unsigned\20short>\20const&\2c\20skvx::Vec<4\2c\20unsigned\20short>\20const&\29 +1455:skvx::Vec<4\2c\20unsigned\20int>\20\28anonymous\20namespace\29::add_121>\28skvx::Vec<4\2c\20unsigned\20int>\20const&\2c\20skvx::Vec<4\2c\20unsigned\20int>\20const&\2c\20skvx::Vec<4\2c\20unsigned\20int>\20const&\29 +1456:skvx::Vec<4\2c\20float>\20unchecked_mix<4\2c\20float>\28skvx::Vec<4\2c\20float>\20const&\2c\20skvx::Vec<4\2c\20float>\20const&\2c\20skvx::Vec<4\2c\20float>\20const&\29 +1457:skvx::Vec<4\2c\20float>\20skvx::operator/<4\2c\20float\2c\20float\2c\20void>\28float\2c\20skvx::Vec<4\2c\20float>\20const&\29 +1458:skvx::Vec<4\2c\20float>\20skvx::min<4\2c\20float>\28skvx::Vec<4\2c\20float>\20const&\2c\20skvx::Vec<4\2c\20float>\20const&\29 +1459:skvx::Vec<4\2c\20float>&\20skvx::operator*=<4\2c\20float>\28skvx::Vec<4\2c\20float>&\2c\20skvx::Vec<4\2c\20float>\20const&\29 +1460:skvx::Vec<2\2c\20float>\20skvx::naive_if_then_else<2\2c\20float>\28skvx::Vec<2\2c\20skvx::Mask::type>\20const&\2c\20skvx::Vec<2\2c\20float>\20const&\2c\20skvx::Vec<2\2c\20float>\20const&\29 +1461:skip_spaces +1462:skif::FilterResult::resolve\28skif::Context\20const&\2c\20skif::LayerSpace\2c\20bool\29\20const +1463:skia_private::THashMap::find\28SkSL::Variable\20const*\20const&\29\20const +1464:skia_private::TArray::TArray\28skia_private::TArray&&\29 +1465:skia_private::TArray::TArray\28skia_private::TArray&&\29 +1466:skia_private::TArray\2c\20true>::preallocateNewData\28int\2c\20double\29 +1467:skia_private::TArray::preallocateNewData\28int\2c\20double\29 +1468:skia_private::TArray::checkRealloc\28int\2c\20double\29 +1469:skia_private::TArray::push_back\28SkPathVerb&&\29 +1470:skia_private::FixedArray<4\2c\20signed\20char>::FixedArray\28std::initializer_list\29 +1471:skia_private::AutoTMalloc::AutoTMalloc\28unsigned\20long\29 +1472:skia_private::AutoSTMalloc<4ul\2c\20int\2c\20void>::AutoSTMalloc\28unsigned\20long\29 +1473:skia_png_safecat +1474:skia_png_malloc +1475:skia_png_colorspace_sync +1476:skia_png_chunk_warning +1477:skia::textlayout::TextWrapper::TextStretch::extend\28skia::textlayout::TextWrapper::TextStretch&\29 +1478:skia::textlayout::TextLine::iterateThroughSingleRunByStyles\28skia::textlayout::TextLine::TextAdjustment\2c\20skia::textlayout::Run\20const*\2c\20float\2c\20skia::textlayout::SkRange\2c\20skia::textlayout::StyleType\2c\20std::__2::function\2c\20skia::textlayout::TextStyle\20const&\2c\20skia::textlayout::TextLine::ClipContext\20const&\29>\20const&\29\20const +1479:skia::textlayout::ParagraphStyle::~ParagraphStyle\28\29 +1480:skia::textlayout::ParagraphImpl::ensureUTF16Mapping\28\29 +1481:skgpu::ganesh::SurfaceFillContext::fillWithFP\28std::__2::unique_ptr>\29 +1482:skgpu::ganesh::SurfaceDrawContext::drawRect\28GrClip\20const*\2c\20GrPaint&&\2c\20GrAA\2c\20SkMatrix\20const&\2c\20SkRect\20const&\2c\20GrStyle\20const*\29 +1483:skgpu::ganesh::OpsTask::OpChain::List::popHead\28\29 +1484:skgpu::SkSLToGLSL\28SkSL::ShaderCaps\20const*\2c\20std::__2::basic_string\2c\20std::__2::allocator>\20const&\2c\20SkSL::ProgramKind\2c\20SkSL::ProgramSettings\20const&\2c\20SkSL::NativeShader*\2c\20SkSL::ProgramInterface*\2c\20skgpu::ShaderErrorHandler*\29 +1485:skgpu::ResourceKey::reset\28\29 +1486:skcms_TransferFunction_eval +1487:sk_sp::reset\28SkString::Rec*\29 +1488:sk_doubles_nearly_equal_ulps\28double\2c\20double\2c\20unsigned\20char\29 +1489:path_conicTo +1490:operator!=\28SkMatrix\20const&\2c\20SkMatrix\20const&\29 +1491:operator!=\28SkIRect\20const&\2c\20SkIRect\20const&\29 +1492:non-virtual\20thunk\20to\20GrOpFlushState::allocator\28\29 +1493:is_halant\28hb_glyph_info_t\20const&\29 +1494:impeller::\28anonymous\20namespace\29::RoundSuperellipseBuilder::AddQuadrant\28impeller::RoundSuperellipseParam::Quadrant\20const&\2c\20bool\2c\20impeller::TPoint\29 +1495:impeller::Matrix::Invert\28\29\20const +1496:hb_zip_iter_t\2c\20hb_array_t>::__next__\28\29 +1497:hb_vector_t::alloc\28unsigned\20int\2c\20bool\29 +1498:hb_serialize_context_t::pop_pack\28bool\29 +1499:hb_lazy_loader_t\2c\20hb_face_t\2c\2011u\2c\20hb_blob_t>::get\28\29\20const +1500:hb_lazy_loader_t\2c\20hb_face_t\2c\204u\2c\20hb_blob_t>::get\28\29\20const +1501:hb_lazy_loader_t\2c\20hb_face_t\2c\2024u\2c\20OT::GDEF_accelerator_t>::get_stored\28\29\20const +1502:hb_glyf_scratch_t::~hb_glyf_scratch_t\28\29 +1503:hb_extents_t::add_point\28float\2c\20float\29 +1504:hb_buffer_t::reverse_range\28unsigned\20int\2c\20unsigned\20int\29 +1505:hb_buffer_t::merge_out_clusters\28unsigned\20int\2c\20unsigned\20int\29 +1506:hb_buffer_destroy +1507:hb_buffer_append +1508:hb_bit_page_t::get\28unsigned\20int\29\20const +1509:flutter::DlColor::argb\28\29\20const +1510:flutter::DisplayListBuilder::Restore\28\29 +1511:flutter::DisplayListBuilder::ClipOval\28impeller::TRect\20const&\2c\20flutter::DlClipOp\2c\20bool\29 +1512:flutter::DisplayListBuilder::AccumulateOpBounds\28impeller::TRect&\2c\20flutter::DisplayListAttributeFlags\29 +1513:cos +1514:compare_edges\28SkAnalyticEdge\20const*\2c\20SkAnalyticEdge\20const*\29 +1515:cleanup_program\28GrGLGpu*\2c\20unsigned\20int\2c\20SkTDArray\20const&\29 +1516:cff_index_done +1517:cf2_glyphpath_curveTo +1518:bool\20hb_buffer_t::replace_glyphs\28unsigned\20int\2c\20unsigned\20int\2c\20unsigned\20int\20const*\29 +1519:auto\20std::__2::__unwrap_range\5babi:nn180100\5d\28char\20const*\2c\20char\20const*\29 +1520:atan2f +1521:afm_parser_read_vals +1522:afm_parser_next_key +1523:__memset +1524:__lshrti3 +1525:__letf2 +1526:\28anonymous\20namespace\29::skhb_position\28float\29 +1527:SkWriter32::reservePad\28unsigned\20long\29 +1528:SkTSpan::removeBounded\28SkTSpan\20const*\29 +1529:SkTSpan::initBounds\28SkTCurve\20const&\29 +1530:SkTSpan::addBounded\28SkTSpan*\2c\20SkArenaAlloc*\29 +1531:SkTSect::tail\28\29 +1532:SkTDStorage::reset\28\29 +1533:SkString::printf\28char\20const*\2c\20...\29 +1534:SkString::insert\28unsigned\20long\2c\20char\20const*\2c\20unsigned\20long\29 +1535:SkShaders::Color\28SkRGBA4f<\28SkAlphaType\293>\20const&\2c\20sk_sp\29 +1536:SkShader::makeWithLocalMatrix\28SkMatrix\20const&\29\20const +1537:SkSamplingOptions::operator==\28SkSamplingOptions\20const&\29\20const +1538:SkSL::optimize_intrinsic_call\28SkSL::Context\20const&\2c\20SkSL::Position\2c\20SkSL::IntrinsicKind\2c\20SkSL::ExpressionArray\20const&\2c\20SkSL::Type\20const&\29::$_5::operator\28\29\28int\2c\20int\29\20const +1539:SkSL::is_constant_value\28SkSL::Expression\20const&\2c\20double\29 +1540:SkSL::\28anonymous\20namespace\29::ReturnsOnAllPathsVisitor::visitStatement\28SkSL::Statement\20const&\29 +1541:SkSL::Type::MakeScalarType\28std::__2::basic_string_view>\2c\20char\20const*\2c\20SkSL::Type::NumberKind\2c\20signed\20char\2c\20signed\20char\29 +1542:SkSL::SymbolTable::addWithoutOwnership\28SkSL::Context\20const&\2c\20SkSL::Symbol*\29 +1543:SkSL::RP::Generator::push\28SkSL::RP::LValue&\29 +1544:SkSL::PipelineStage::PipelineStageCodeGenerator::writeLine\28std::__2::basic_string_view>\29 +1545:SkSL::Parser::statement\28bool\29 +1546:SkSL::ModifierFlags::description\28\29\20const +1547:SkSL::Layout::paddedDescription\28\29\20const +1548:SkSL::ConstructorCompoundCast::Make\28SkSL::Context\20const&\2c\20SkSL::Position\2c\20SkSL::Type\20const&\2c\20std::__2::unique_ptr>\29 +1549:SkSL::Analysis::UpdateVariableRefKind\28SkSL::Expression*\2c\20SkSL::VariableRefKind\2c\20SkSL::ErrorReporter*\29 +1550:SkRegion::Iterator::next\28\29 +1551:SkRect::makeSorted\28\29\20const +1552:SkRect::intersects\28SkRect\20const&\29\20const +1553:SkRect::center\28\29\20const +1554:SkReadBuffer::readInt\28\29 +1555:SkReadBuffer::readBool\28\29 +1556:SkRasterPipeline_<256ul>::~SkRasterPipeline_\28\29 +1557:SkRasterClip::updateCacheAndReturnNonEmpty\28bool\29 +1558:SkRasterClip::setRect\28SkIRect\20const&\29 +1559:SkRasterClip::quickReject\28SkIRect\20const&\29\20const +1560:SkRRect::transform\28SkMatrix\20const&\29\20const +1561:SkPixmap::addr\28int\2c\20int\29\20const +1562:SkPathIter::next\28\29 +1563:SkPathBuilder::reset\28\29 +1564:SkPath::Rect\28SkRect\20const&\2c\20SkPathDirection\2c\20unsigned\20int\29 +1565:SkPath::Polygon\28SkSpan\2c\20bool\2c\20SkPathFillType\2c\20bool\29 +1566:SkPaint*\20SkRecordCanvas::copy\28SkPaint\20const*\29 +1567:SkOpSegment::ptAtT\28double\29\20const +1568:SkOpSegment::dPtAtT\28double\29\20const +1569:SkNoPixelsDevice::drawImageRect\28SkImage\20const*\2c\20SkRect\20const*\2c\20SkRect\20const&\2c\20SkSamplingOptions\20const&\2c\20SkPaint\20const&\2c\20SkCanvas::SrcRectConstraint\29 +1570:SkMatrixPriv::MapRect\28SkM44\20const&\2c\20SkRect\20const&\29 +1571:SkMatrix::mapRadius\28float\29\20const +1572:SkMask::getAddr8\28int\2c\20int\29\20const +1573:SkIntersectionHelper::segmentType\28\29\20const +1574:SkIRect::outset\28int\2c\20int\29 +1575:SkGoodHash::operator\28\29\28SkString\20const&\29\20const +1576:SkGlyph::rect\28\29\20const +1577:SkFont::SkFont\28sk_sp\2c\20float\29 +1578:SkEmptyFontStyleSet::createTypeface\28int\29 +1579:SkDynamicMemoryWStream::write\28void\20const*\2c\20unsigned\20long\29 +1580:SkDescriptor::operator==\28SkDescriptor\20const&\29\20const +1581:SkDQuad::RootsValidT\28double\2c\20double\2c\20double\2c\20double*\29 +1582:SkColorFilter::makeComposed\28sk_sp\29\20const +1583:SkCanvas::restore\28\29 +1584:SkCanvas::drawImageRect\28SkImage\20const*\2c\20SkRect\20const&\2c\20SkRect\20const&\2c\20SkSamplingOptions\20const&\2c\20SkPaint\20const*\2c\20SkCanvas::SrcRectConstraint\29 +1585:SkCanvas::AutoUpdateQRBounds::~AutoUpdateQRBounds\28\29 +1586:SkCachedData::ref\28\29\20const +1587:SkBulkGlyphMetrics::~SkBulkGlyphMetrics\28\29 +1588:SkBulkGlyphMetrics::SkBulkGlyphMetrics\28SkStrikeSpec\20const&\29 +1589:SkBitmap::setPixelRef\28sk_sp\2c\20int\2c\20int\29 +1590:SkAutoPixmapStorage::~SkAutoPixmapStorage\28\29 +1591:SkAlphaRuns::Break\28short*\2c\20unsigned\20char*\2c\20int\2c\20int\29 +1592:OT::ItemVariationStore::get_delta\28unsigned\20int\2c\20int\20const*\2c\20unsigned\20int\2c\20float*\29\20const +1593:OT::GSUBGPOS::get_lookup\28unsigned\20int\29\20const +1594:OT::CFFIndex>::operator\5b\5d\28unsigned\20int\29\20const +1595:GrTriangulator::EdgeList::insert\28GrTriangulator::Edge*\2c\20GrTriangulator::Edge*\29 +1596:GrSurfaceProxyView::mipmapped\28\29\20const +1597:GrSurfaceProxy::backingStoreBoundsRect\28\29\20const +1598:GrStyledShape::knownToBeConvex\28\29\20const +1599:GrStyledShape::GrStyledShape\28SkPath\20const&\2c\20GrStyle\20const&\2c\20GrStyledShape::DoSimplify\29 +1600:GrSimpleMeshDrawOpHelperWithStencil::isCompatible\28GrSimpleMeshDrawOpHelperWithStencil\20const&\2c\20GrCaps\20const&\2c\20SkRect\20const&\2c\20SkRect\20const&\2c\20bool\29\20const +1601:GrShape::asPath\28bool\29\20const +1602:GrScissorState::set\28SkIRect\20const&\29 +1603:GrRenderTask::~GrRenderTask\28\29 +1604:GrPixmap::Allocate\28GrImageInfo\20const&\29 +1605:GrImageInfo::makeColorType\28GrColorType\29\20const +1606:GrGpuResource::CacheAccess::release\28\29 +1607:GrGpuBuffer::map\28\29 +1608:GrGpu::didWriteToSurface\28GrSurface*\2c\20GrSurfaceOrigin\2c\20SkIRect\20const*\2c\20unsigned\20int\29\20const +1609:GrGeometryProcessor::TextureSampler::TextureSampler\28\29 +1610:GrGeometryProcessor::AttributeSet::begin\28\29\20const +1611:GrGeometryProcessor::AttributeSet::Iter::operator++\28\29 +1612:GrGLSLShaderBuilder::emitFunction\28SkSLType\2c\20char\20const*\2c\20SkSpan\2c\20char\20const*\29 +1613:GrGLFunction::GrGLFunction\28void\20\28*\29\28int\2c\20int\2c\20int\2c\20int\2c\20int\29\29::'lambda'\28void\20const*\2c\20int\2c\20int\2c\20int\2c\20int\2c\20int\29::__invoke\28void\20const*\2c\20int\2c\20int\2c\20int\2c\20int\2c\20int\29 +1614:GrConvertPixels\28GrPixmap\20const&\2c\20GrCPixmap\20const&\2c\20bool\29 +1615:GrColorSpaceXformEffect::Make\28std::__2::unique_ptr>\2c\20SkColorSpace*\2c\20SkAlphaType\2c\20SkColorSpace*\2c\20SkAlphaType\29 +1616:GrColorSpaceXformEffect::Make\28std::__2::unique_ptr>\2c\20GrColorInfo\20const&\2c\20GrColorInfo\20const&\29 +1617:GrAtlasManager::getAtlas\28skgpu::MaskFormat\29\20const +1618:FT_Get_Char_Index +1619:1406 +1620:write_buf +1621:wrapper_cmp +1622:void\20std::__2::__memberwise_forward_assign\5babi:ne180100\5d\2c\20std::__2::tuple\2c\20GrFragmentProcessor\20const*\2c\20GrGeometryProcessor::ProgramImpl::TransformInfo\2c\200ul\2c\201ul>\28std::__2::tuple&\2c\20std::__2::tuple&&\2c\20std::__2::__tuple_types\2c\20std::__2::__tuple_indices<0ul\2c\201ul>\29 +1623:void\20std::__2::__double_or_nothing\5babi:nn180100\5d\28std::__2::unique_ptr&\2c\20unsigned\20int*&\2c\20unsigned\20int*&\29 +1624:void\20AAT::Lookup>::collect_glyphs_filtered\28hb_bit_set_t&\2c\20unsigned\20int\2c\20hb_bit_page_t\20const&\29\20const +1625:void\20AAT::ClassTable>::collect_glyphs_filtered\28hb_bit_set_t&\2c\20unsigned\20int\2c\20hb_bit_page_t\20const&\29\20const +1626:void\20AAT::ClassTable>::collect_glyphs\28hb_bit_set_t&\2c\20unsigned\20int\29\20const +1627:toupper +1628:tanf +1629:store\28unsigned\20char*\2c\20skvx::Vec<8\2c\20unsigned\20short>\20const&\2c\20int\29 +1630:std::__2::vector>::__vallocate\5babi:ne180100\5d\28unsigned\20long\29 +1631:std::__2::vector>::__recommend\5babi:ne180100\5d\28unsigned\20long\29\20const +1632:std::__2::unique_ptr::~unique_ptr\5babi:ne180100\5d\28\29 +1633:std::__2::unique_ptr>::reset\5babi:ne180100\5d\28skia::textlayout::Run*\29 +1634:std::__2::unique_ptr>::~unique_ptr\5babi:ne180100\5d\28\29 +1635:std::__2::unique_ptr>::~unique_ptr\5babi:ne180100\5d\28\29 +1636:std::__2::unique_ptr>::~unique_ptr\5babi:ne180100\5d\28\29 +1637:std::__2::optional&\20std::__2::optional::operator=\5babi:ne180100\5d\28SkPath\20const&\29 +1638:std::__2::numpunct\20const&\20std::__2::use_facet\5babi:nn180100\5d>\28std::__2::locale\20const&\29 +1639:std::__2::numpunct\20const&\20std::__2::use_facet\5babi:nn180100\5d>\28std::__2::locale\20const&\29 +1640:std::__2::istreambuf_iterator>::istreambuf_iterator\5babi:nn180100\5d\28std::__2::basic_istream>&\29 +1641:std::__2::istreambuf_iterator>::istreambuf_iterator\5babi:nn180100\5d\28\29 +1642:std::__2::enable_if::value\2c\20sk_sp>::type\20GrResourceProvider::findByUniqueKey\28skgpu::UniqueKey\20const&\29 +1643:std::__2::deque>::end\5babi:ne180100\5d\28\29 +1644:std::__2::ctype::narrow\5babi:nn180100\5d\28wchar_t\2c\20char\29\20const +1645:std::__2::ctype::narrow\5babi:nn180100\5d\28char\2c\20char\29\20const +1646:std::__2::basic_string\2c\20std::__2::allocator>::__recommend\5babi:nn180100\5d\28unsigned\20long\29 +1647:std::__2::basic_string\2c\20std::__2::allocator>\20std::__2::operator+\5babi:ne180100\5d\2c\20std::__2::allocator>\28std::__2::basic_string\2c\20std::__2::allocator>&&\2c\20char\29 +1648:std::__2::basic_string\2c\20std::__2::allocator>::~basic_string\28\29 +1649:std::__2::basic_streambuf>::sputn\5babi:nn180100\5d\28char\20const*\2c\20long\29 +1650:std::__2::basic_streambuf>::setg\5babi:nn180100\5d\28char*\2c\20char*\2c\20char*\29 +1651:std::__2::basic_ostream>::sentry::operator\20bool\5babi:nn180100\5d\28\29\20const +1652:std::__2::__tree\2c\20std::__2::__map_value_compare\2c\20std::__2::less\2c\20true>\2c\20std::__2::allocator>>::destroy\28std::__2::__tree_node\2c\20void*>*\29 +1653:std::__2::__shared_ptr_pointer>::__on_zero_shared\28\29 +1654:std::__2::__num_get::__stage2_int_loop\28wchar_t\2c\20int\2c\20char*\2c\20char*&\2c\20unsigned\20int&\2c\20wchar_t\2c\20std::__2::basic_string\2c\20std::__2::allocator>\20const&\2c\20unsigned\20int*\2c\20unsigned\20int*&\2c\20wchar_t\20const*\29 +1655:std::__2::__num_get::__stage2_int_loop\28char\2c\20int\2c\20char*\2c\20char*&\2c\20unsigned\20int&\2c\20char\2c\20std::__2::basic_string\2c\20std::__2::allocator>\20const&\2c\20unsigned\20int*\2c\20unsigned\20int*&\2c\20char\20const*\29 +1656:std::__2::__next_prime\28unsigned\20long\29 +1657:std::__2::__allocation_result>::pointer>\20std::__2::__allocate_at_least\5babi:nn180100\5d>\28std::__2::allocator&\2c\20unsigned\20long\29 +1658:std::__2::__allocation_result>::pointer>\20std::__2::__allocate_at_least\5babi:nn180100\5d>\28std::__2::allocator&\2c\20unsigned\20long\29 +1659:src_p\28unsigned\20char\2c\20unsigned\20char\29 +1660:sort_r_swap\28char*\2c\20char*\2c\20unsigned\20long\29 +1661:skvx::Vec<4\2c\20float>\20skvx::operator+<4\2c\20float\2c\20float\2c\20void>\28skvx::Vec<4\2c\20float>\20const&\2c\20float\29 +1662:skvx::Vec<4\2c\20float>\20skvx::operator*<4\2c\20float\2c\20int\2c\20void>\28int\2c\20skvx::Vec<4\2c\20float>\20const&\29\20\28.7623\29 +1663:sktext::SkStrikePromise::SkStrikePromise\28sktext::SkStrikePromise&&\29 +1664:skif::LayerSpace::mapRect\28skif::LayerSpace\20const&\29\20const +1665:skif::LayerSpace::relevantSubset\28skif::LayerSpace\2c\20SkTileMode\29\20const +1666:skia_private::THashTable>\2c\20SkSL::IntrinsicKind\2c\20SkGoodHash>::Pair\2c\20std::__2::basic_string_view>\2c\20skia_private::THashMap>\2c\20SkSL::IntrinsicKind\2c\20SkGoodHash>::Pair>::resize\28int\29 +1667:skia_private::THashTable>\2c\20SkSL::IntrinsicKind\2c\20SkGoodHash>::Pair\2c\20std::__2::basic_string_view>\2c\20skia_private::THashMap>\2c\20SkSL::IntrinsicKind\2c\20SkGoodHash>::Pair>::Hash\28std::__2::basic_string_view>\20const&\29 +1668:skia_private::THashTable::AdaptedTraits>::Hash\28skgpu::ganesh::SmallPathShapeDataKey\20const&\29 +1669:skia_private::THashSet::contains\28SkSL::Variable\20const*\20const&\29\20const +1670:skia_private::TArray::installDataAndUpdateCapacity\28SkSpan\29 +1671:skia_private::TArray\2c\20true>::~TArray\28\29 +1672:skia_private::TArray::push_back_raw\28int\29 +1673:skia_private::TArray::copy\28float\20const*\29 +1674:skia_private::TArray::preallocateNewData\28int\2c\20double\29 +1675:skia_private::TArray::resize_back\28int\29 +1676:skia_private::AutoSTArray<4\2c\20float>::reset\28int\29 +1677:skia_png_free_data +1678:skia::textlayout::Run::Run\28skia::textlayout::ParagraphImpl*\2c\20SkShaper::RunHandler::RunInfo\20const&\2c\20unsigned\20long\2c\20float\2c\20bool\2c\20float\2c\20unsigned\20long\2c\20float\29 +1679:skia::textlayout::InternalLineMetrics::delta\28\29\20const +1680:skia::textlayout::Cluster::Cluster\28skia::textlayout::ParagraphImpl*\2c\20unsigned\20long\2c\20unsigned\20long\2c\20unsigned\20long\2c\20SkSpan\2c\20float\2c\20float\29 +1681:skgpu::tess::PatchWriter\2c\20skgpu::tess::Optional<\28skgpu::tess::PatchAttribs\294>\2c\20skgpu::tess::Optional<\28skgpu::tess::PatchAttribs\298>\2c\20skgpu::tess::Optional<\28skgpu::tess::PatchAttribs\2964>\2c\20skgpu::tess::Optional<\28skgpu::tess::PatchAttribs\2932>\2c\20skgpu::tess::ReplicateLineEndPoints\2c\20skgpu::tess::TrackJoinControlPoints>::chopAndWriteCubics\28skvx::Vec<2\2c\20float>\2c\20skvx::Vec<2\2c\20float>\2c\20skvx::Vec<2\2c\20float>\2c\20skvx::Vec<2\2c\20float>\2c\20int\29 +1682:skgpu::ganesh::SurfaceDrawContext::fillRectToRect\28GrClip\20const*\2c\20GrPaint&&\2c\20GrAA\2c\20SkMatrix\20const&\2c\20SkRect\20const&\2c\20SkRect\20const&\29 +1683:skgpu::ganesh::ClipStack::RawElement::contains\28skgpu::ganesh::ClipStack::RawElement\20const&\29\20const +1684:skgpu::VertexWriter&\20skgpu::operator<<<4\2c\20SkPoint>\28skgpu::VertexWriter&\2c\20skgpu::VertexWriter::RepeatDesc<4\2c\20SkPoint>\20const&\29 +1685:skgpu::TAsyncReadResult::addCpuPlane\28sk_sp\2c\20unsigned\20long\29 +1686:skgpu::Swizzle::RGB1\28\29 +1687:skcpu::Draw::drawRect\28SkRect\20const&\2c\20SkPaint\20const&\29\20const +1688:sk_sp::reset\28SkMeshPriv::VB\20const*\29 +1689:sk_malloc_throw\28unsigned\20long\29 +1690:sbrk +1691:quick_div\28int\2c\20int\29 +1692:processPropertySeq\28UBiDi*\2c\20LevState*\2c\20unsigned\20char\2c\20int\2c\20int\29 +1693:memchr +1694:left\28SkPoint\20const&\2c\20SkPoint\20const&\29 +1695:inversion\28GrTriangulator::Vertex*\2c\20GrTriangulator::Vertex*\2c\20GrTriangulator::Edge*\2c\20GrTriangulator::Comparator\20const&\29 +1696:interp_quad_coords\28double\20const*\2c\20double\29 +1697:impeller::Vector4::operator==\28impeller::Vector4\20const&\29\20const +1698:impeller::TRect::GetPositive\28\29\20const +1699:hb_serialize_context_t::object_t::fini\28\29 +1700:hb_sanitize_context_t::init\28hb_blob_t*\29 +1701:hb_ot_map_builder_t::add_feature\28hb_ot_map_feature_t\20const&\29 +1702:hb_buffer_t::ensure\28unsigned\20int\29 +1703:hb_blob_ptr_t::destroy\28\29 +1704:hb_bit_set_t::page_for\28unsigned\20int\2c\20bool\29 +1705:hairquad\28SkPoint\20const*\2c\20SkRegion\20const*\2c\20SkRect\20const*\2c\20SkRect\20const*\2c\20SkBlitter*\2c\20int\2c\20void\20\28*\29\28SkPoint\20const*\2c\20int\2c\20SkRegion\20const*\2c\20SkBlitter*\29\29 +1706:getenv +1707:fmt_u +1708:flutter::DlImage::Make\28SkImage\20const*\29 +1709:flutter::DlColor::toC\28float\29 +1710:flutter::DisplayListMatrixClipState::clipRect\28impeller::TRect\20const&\2c\20flutter::DlClipOp\2c\20bool\29 +1711:flutter::DisplayListBuilder::Translate\28float\2c\20float\29 +1712:flutter::DisplayListBuilder::Save\28\29 +1713:flutter::DisplayListBuilder::GetEffectiveColor\28flutter::DlPaint\20const&\2c\20flutter::DisplayListAttributeFlags\29 +1714:flutter::DisplayListBuilder::ClipRoundRect\28impeller::RoundRect\20const&\2c\20flutter::DlClipOp\2c\20bool\29 +1715:flutter::AccumulationRect::accumulate\28impeller::TRect\29 +1716:float*\20SkArenaAlloc::allocUninitializedArray\28unsigned\20long\29 +1717:duplicate_pt\28SkPoint\20const&\2c\20SkPoint\20const&\29 +1718:compute_quad_level\28SkPoint\20const*\29 +1719:compute_ULong_sum +1720:char*\20const&\20std::__2::max\5babi:nn180100\5d\28char*\20const&\2c\20char*\20const&\29 +1721:cff2_extents_param_t::update_bounds\28CFF::point_t\20const&\29 +1722:cf2_glyphpath_hintPoint +1723:cf2_arrstack_getPointer +1724:cbrtf +1725:can_add_curve\28SkPath::Verb\2c\20SkPoint*\29 +1726:call_hline_blitter\28SkBlitter*\2c\20int\2c\20int\2c\20int\2c\20unsigned\20int\29 +1727:bounds_t::update\28CFF::point_t\20const&\29 +1728:bool\20hb_sanitize_context_t::check_array>\28OT::IntType\20const*\2c\20unsigned\20int\29\20const +1729:bool\20OT::OffsetTo\2c\20void\2c\20true>::sanitize<>\28hb_sanitize_context_t*\2c\20void\20const*\29\20const +1730:bool\20OT::OffsetTo\2c\20OT::Layout::GPOS_impl::CursivePosFormat1\2c\20true>::sanitize<>\28hb_sanitize_context_t*\2c\20OT::Layout::GPOS_impl::CursivePosFormat1\20const*\29\20const +1731:bool\20OT::OffsetTo\2c\20void\2c\20true>::sanitize<>\28hb_sanitize_context_t*\2c\20void\20const*\29\20const +1732:af_shaper_get_cluster +1733:_hb_ot_metrics_get_position_common\28hb_font_t*\2c\20hb_ot_metrics_tag_t\2c\20int*\29 +1734:__tandf +1735:__floatunsitf +1736:__cxa_allocate_exception +1737:_ZZNK6sktext3gpu12VertexFiller14fillVertexDataEii6SkSpanIPKNS0_5GlyphEERK8SkRGBA4fIL11SkAlphaType2EERK8SkMatrix7SkIRectPvENK3$_0clIPA4_NS0_12Mask2DVertexEEEDaT_ +1738:\28anonymous\20namespace\29::subtract\28SkIRect\20const&\2c\20SkIRect\20const&\2c\20bool\29 +1739:\28anonymous\20namespace\29::MeshOp::fixedFunctionFlags\28\29\20const +1740:\28anonymous\20namespace\29::DrawAtlasOpImpl::fixedFunctionFlags\28\29\20const +1741:Update_Max +1742:TT_Get_MM_Var +1743:Skwasm::createDlMatrixFrom3x3\28float\20const*\29 +1744:SkWriteBuffer::writeDataAsByteArray\28SkData\20const*\29 +1745:SkUTF::UTF8ToUTF16\28unsigned\20short*\2c\20int\2c\20char\20const*\2c\20unsigned\20long\29 +1746:SkTextBlob::RunRecord::textSize\28\29\20const +1747:SkTSpan::resetBounds\28SkTCurve\20const&\29 +1748:SkTSect::removeSpan\28SkTSpan*\29 +1749:SkTSect::BinarySearch\28SkTSect*\2c\20SkTSect*\2c\20SkIntersections*\29 +1750:SkTInternalLList::remove\28skgpu::Plot*\29 +1751:SkTInternalLList>\2c\20SkGoodHash\2c\20SkNoOpPurge>::Entry>::remove\28SkLRUCache>\2c\20SkGoodHash\2c\20SkNoOpPurge>::Entry*\29 +1752:SkTDArray::append\28\29 +1753:SkTConic::operator\5b\5d\28int\29\20const +1754:SkTBlockList::~SkTBlockList\28\29 +1755:SkStrokeRec::needToApply\28\29\20const +1756:SkStrokeRec::SkStrokeRec\28SkPaint\20const&\2c\20float\29 +1757:SkString::set\28char\20const*\2c\20unsigned\20long\29 +1758:SkString::SkString\28std::__2::basic_string_view>\29 +1759:SkStrikeSpec::findOrCreateStrike\28\29\20const +1760:SkStrike::digestFor\28skglyph::ActionType\2c\20SkPackedGlyphID\29 +1761:SkShaders::MatrixRec::applyForFragmentProcessor\28SkMatrix\20const&\29\20const +1762:SkScan::FillRect\28SkRect\20const&\2c\20SkRasterClip\20const&\2c\20SkBlitter*\29 +1763:SkScalerContext_FreeType::setupSize\28\29 +1764:SkSL::type_is_valid_for_color\28SkSL::Type\20const&\29 +1765:SkSL::optimize_intrinsic_call\28SkSL::Context\20const&\2c\20SkSL::Position\2c\20SkSL::IntrinsicKind\2c\20SkSL::ExpressionArray\20const&\2c\20SkSL::Type\20const&\29::$_4::operator\28\29\28int\29\20const +1766:SkSL::optimize_intrinsic_call\28SkSL::Context\20const&\2c\20SkSL::Position\2c\20SkSL::IntrinsicKind\2c\20SkSL::ExpressionArray\20const&\2c\20SkSL::Type\20const&\29::$_3::operator\28\29\28int\29\20const +1767:SkSL::optimize_comparison\28SkSL::Context\20const&\2c\20std::__2::array\20const&\2c\20bool\20\28*\29\28double\2c\20double\29\29 +1768:SkSL::VariableReference::Make\28SkSL::Position\2c\20SkSL::Variable\20const*\2c\20SkSL::VariableRefKind\29 +1769:SkSL::Variable*\20SkSL::SymbolTable::add\28SkSL::Context\20const&\2c\20std::__2::unique_ptr>\29 +1770:SkSL::Type::coercionCost\28SkSL::Type\20const&\29\20const +1771:SkSL::SymbolTable::addArrayDimension\28SkSL::Context\20const&\2c\20SkSL::Type\20const*\2c\20int\29 +1772:SkSL::String::appendf\28std::__2::basic_string\2c\20std::__2::allocator>*\2c\20char\20const*\2c\20...\29 +1773:SkSL::RP::VariableLValue::fixedSlotRange\28SkSL::RP::Generator*\29 +1774:SkSL::RP::Program::appendCopySlotsUnmasked\28skia_private::TArray*\2c\20SkArenaAlloc*\2c\20unsigned\20int\2c\20unsigned\20int\2c\20int\29\20const +1775:SkSL::RP::Generator::pushBinaryExpression\28SkSL::Expression\20const&\2c\20SkSL::Operator\2c\20SkSL::Expression\20const&\29 +1776:SkSL::RP::Generator::emitTraceLine\28SkSL::Position\29 +1777:SkSL::RP::AutoStack::enter\28\29 +1778:SkSL::PipelineStage::PipelineStageCodeGenerator::writeStatement\28SkSL::Statement\20const&\29 +1779:SkSL::Operator::determineBinaryType\28SkSL::Context\20const&\2c\20SkSL::Type\20const&\2c\20SkSL::Type\20const&\2c\20SkSL::Type\20const**\2c\20SkSL::Type\20const**\2c\20SkSL::Type\20const**\29\20const +1780:SkSL::NativeShader::~NativeShader\28\29 +1781:SkSL::GLSLCodeGenerator::getTypePrecision\28SkSL::Type\20const&\29 +1782:SkSL::ExpressionStatement::Make\28SkSL::Context\20const&\2c\20std::__2::unique_ptr>\29 +1783:SkSL::ConstructorDiagonalMatrix::Make\28SkSL::Context\20const&\2c\20SkSL::Position\2c\20SkSL::Type\20const&\2c\20std::__2::unique_ptr>\29 +1784:SkSL::ConstructorArrayCast::~ConstructorArrayCast\28\29 +1785:SkSL::ConstantFolder::MakeConstantValueForVariable\28SkSL::Position\2c\20std::__2::unique_ptr>\29 +1786:SkSBlockAllocator<64ul>::SkSBlockAllocator\28SkBlockAllocator::GrowthPolicy\2c\20unsigned\20long\29 +1787:SkRuntimeEffectBuilder::writableUniformData\28\29 +1788:SkRuntimeEffect::uniformSize\28\29\20const +1789:SkResourceCache::Key::init\28void*\2c\20unsigned\20long\20long\2c\20unsigned\20long\29 +1790:SkRegion::op\28SkRegion\20const&\2c\20SkRegion::Op\29 +1791:SkRect::toQuad\28SkPathDirection\29\20const +1792:SkRect::isFinite\28\29\20const +1793:SkRasterPipelineBlitter::appendStore\28SkRasterPipeline*\29\20const +1794:SkRasterPipeline::compile\28\29\20const +1795:SkRasterPipeline::appendClampIfNormalized\28SkImageInfo\20const&\29 +1796:SkRasterClipStack::writable_rc\28\29 +1797:SkRRect::setRectRadii\28SkRect\20const&\2c\20SkPoint\20const*\29 +1798:SkPointPriv::EqualsWithinTolerance\28SkPoint\20const&\2c\20SkPoint\20const&\29 +1799:SkPoint::Length\28float\2c\20float\29 +1800:SkPixmap::operator=\28SkPixmap&&\29 +1801:SkPathWriter::matchedLast\28SkOpPtT\20const*\29\20const +1802:SkPathWriter::finishContour\28\29 +1803:SkPathEdgeIter::next\28\29 +1804:SkPathBuilder::addRect\28SkRect\20const&\2c\20SkPathDirection\29 +1805:SkPathBuilder::addRRect\28SkRRect\20const&\2c\20SkPathDirection\29 +1806:SkPath::getPoint\28int\29\20const +1807:SkPath::close\28\29 +1808:SkPaint::operator=\28SkPaint\20const&\29 +1809:SkPaint::nothingToDraw\28\29\20const +1810:SkPaint::isSrcOver\28\29\20const +1811:SkOpSpanBase::contains\28SkOpSegment\20const*\29\20const +1812:SkOpSegment::updateWinding\28SkOpSpanBase*\2c\20SkOpSpanBase*\29 +1813:SkOpAngle::linesOnOriginalSide\28SkOpAngle\20const*\29 +1814:SkNoPixelsDevice::writableClip\28\29 +1815:SkNextID::ImageID\28\29 +1816:SkMatrix::setConcat\28SkMatrix\20const&\2c\20SkMatrix\20const&\29 +1817:SkMatrix::isFinite\28\29\20const +1818:SkMatrix::decomposeScale\28SkSize*\2c\20SkMatrix*\29\20const +1819:SkMaskBuilder::AllocImage\28unsigned\20long\2c\20SkMaskBuilder::AllocType\29 +1820:SkMask::computeImageSize\28\29\20const +1821:SkMask::AlphaIter<\28SkMask::Format\294>::operator*\28\29\20const +1822:SkMakeImageFromRasterBitmap\28SkBitmap\20const&\2c\20SkCopyPixelsMode\29 +1823:SkM44::SkM44\28SkMatrix\20const&\29 +1824:SkLocalMatrixImageFilter::~SkLocalMatrixImageFilter\28\29 +1825:SkKnownRuntimeEffects::\28anonymous\20namespace\29::make_blur_2D_shader\28int\2c\20SkKnownRuntimeEffects::StableKey\29 +1826:SkKnownRuntimeEffects::\28anonymous\20namespace\29::make_blur_1D_shader\28int\2c\20SkKnownRuntimeEffects::StableKey\29 +1827:SkKnownRuntimeEffects::GetKnownRuntimeEffect\28SkKnownRuntimeEffects::StableKey\29 +1828:SkJSONWriter::endObject\28\29 +1829:SkJSONWriter::beginObject\28char\20const*\2c\20bool\29 +1830:SkJSONWriter::appendName\28char\20const*\29 +1831:SkIntersections::flip\28\29 +1832:SkImageInfo::makeColorType\28SkColorType\29\20const +1833:SkImageFilter::getInput\28int\29\20const +1834:SkFont::unicharToGlyph\28int\29\20const +1835:SkDevice::setLocalToDevice\28SkM44\20const&\29 +1836:SkData::MakeEmpty\28\29 +1837:SkDRect::add\28SkDPoint\20const&\29 +1838:SkConic::chopAt\28float\2c\20SkConic*\29\20const +1839:SkColorSpace::gammaIsLinear\28\29\20const +1840:SkChopCubicAtHalf\28SkPoint\20const*\2c\20SkPoint*\29 +1841:SkCanvas::concat\28SkM44\20const&\29 +1842:SkCanvas::computeDeviceClipBounds\28bool\29\20const +1843:SkBlockAllocator::ByteRange\20SkBlockAllocator::allocate<4ul\2c\200ul>\28unsigned\20long\29 +1844:SkBitmap::operator=\28SkBitmap\20const&\29 +1845:SkBinaryWriteBuffer::~SkBinaryWriteBuffer\28\29 +1846:SkAutoSMalloc<1024ul>::SkAutoSMalloc\28unsigned\20long\29 +1847:RunBasedAdditiveBlitter::checkY\28int\29 +1848:RoughlyEqualUlps\28double\2c\20double\29 +1849:Read255UShort +1850:PS_Conv_ToFixed +1851:OT::post::accelerator_t::cmp_gids\28void\20const*\2c\20void\20const*\2c\20void*\29 +1852:OT::hmtxvmtx::accelerator_t::get_advance_without_var_unscaled\28unsigned\20int\29\20const +1853:OT::Layout::GPOS_impl::ValueFormat::apply_value\28OT::hb_ot_apply_context_t*\2c\20OT::Layout::GPOS_impl::ValueBase\20const*\2c\20OT::IntType\20const*\2c\20hb_glyph_position_t&\29\20const +1854:GrTriangulator::VertexList::remove\28GrTriangulator::Vertex*\29 +1855:GrTriangulator::Vertex*\20SkArenaAlloc::make\28SkPoint&\2c\20int&&\29 +1856:GrTriangulator::Poly::addEdge\28GrTriangulator::Edge*\2c\20GrTriangulator::Side\2c\20GrTriangulator*\29 +1857:GrTextureEffect::MakeSubset\28GrSurfaceProxyView\2c\20SkAlphaType\2c\20SkMatrix\20const&\2c\20GrSamplerState\2c\20SkRect\20const&\2c\20GrCaps\20const&\2c\20float\20const*\2c\20bool\29 +1858:GrSurface::invokeReleaseProc\28\29 +1859:GrSurface::GrSurface\28GrGpu*\2c\20SkISize\20const&\2c\20skgpu::Protected\2c\20std::__2::basic_string_view>\29 +1860:GrStyledShape::operator=\28GrStyledShape\20const&\29 +1861:GrSimpleMeshDrawOpHelperWithStencil::createProgramInfoWithStencil\28GrCaps\20const*\2c\20SkArenaAlloc*\2c\20GrSurfaceProxyView\20const&\2c\20bool\2c\20GrAppliedClip&&\2c\20GrDstProxyView\20const&\2c\20GrGeometryProcessor*\2c\20GrPrimitiveType\2c\20GrXferBarrierFlags\2c\20GrLoadOp\29 +1862:GrSimpleMeshDrawOpHelper::CreateProgramInfo\28GrCaps\20const*\2c\20SkArenaAlloc*\2c\20GrSurfaceProxyView\20const&\2c\20bool\2c\20GrAppliedClip&&\2c\20GrDstProxyView\20const&\2c\20GrGeometryProcessor*\2c\20GrProcessorSet&&\2c\20GrPrimitiveType\2c\20GrXferBarrierFlags\2c\20GrLoadOp\2c\20GrPipeline::InputFlags\2c\20GrUserStencilSettings\20const*\29 +1863:GrShape::setRRect\28SkRRect\20const&\29 +1864:GrShape::reset\28GrShape::Type\29 +1865:GrResourceProvider::findOrCreatePatternedIndexBuffer\28unsigned\20short\20const*\2c\20int\2c\20int\2c\20int\2c\20skgpu::UniqueKey\20const&\29 +1866:GrResourceProvider::createBuffer\28unsigned\20long\2c\20GrGpuBufferType\2c\20GrAccessPattern\2c\20GrResourceProvider::ZeroInit\29 +1867:GrResourceProvider::assignUniqueKeyToResource\28skgpu::UniqueKey\20const&\2c\20GrGpuResource*\29 +1868:GrRenderTask::addDependency\28GrRenderTask*\29 +1869:GrRenderTask::GrRenderTask\28\29 +1870:GrRenderTarget::onRelease\28\29 +1871:GrQuadUtils::TessellationHelper::Vertices::asGrQuads\28GrQuad*\2c\20GrQuad::Type\2c\20GrQuad*\2c\20GrQuad::Type\29\20const +1872:GrProxyProvider::findOrCreateProxyByUniqueKey\28skgpu::UniqueKey\20const&\2c\20GrSurfaceProxy::UseAllocator\29 +1873:GrProxyProvider::assignUniqueKeyToProxy\28skgpu::UniqueKey\20const&\2c\20GrTextureProxy*\29 +1874:GrPaint::setCoverageFragmentProcessor\28std::__2::unique_ptr>\29 +1875:GrMeshDrawOp::QuadHelper::QuadHelper\28GrMeshDrawTarget*\2c\20unsigned\20long\2c\20int\29 +1876:GrMakeCachedBitmapProxyView\28GrRecordingContext*\2c\20SkBitmap\20const&\2c\20std::__2::basic_string_view>\2c\20skgpu::Mipmapped\29 +1877:GrIsStrokeHairlineOrEquivalent\28GrStyle\20const&\2c\20SkMatrix\20const&\2c\20float*\29 +1878:GrImageInfo::minRowBytes\28\29\20const +1879:GrGpuResource::CacheAccess::isUsableAsScratch\28\29\20const +1880:GrGeometryProcessor::ProgramImpl::setupUniformColor\28GrGLSLFPFragmentBuilder*\2c\20GrGLSLUniformHandler*\2c\20char\20const*\2c\20GrResourceHandle*\29 +1881:GrGLSLUniformHandler::addUniformArray\28GrProcessor\20const*\2c\20unsigned\20int\2c\20SkSLType\2c\20char\20const*\2c\20int\2c\20char\20const**\29 +1882:GrGLSLShaderBuilder::code\28\29 +1883:GrGLOpsRenderPass::bindVertexBuffer\28GrBuffer\20const*\2c\20int\29 +1884:GrGLGpu::unbindSurfaceFBOForPixelOps\28GrSurface*\2c\20int\2c\20unsigned\20int\29 +1885:GrGLGpu::flushRenderTarget\28GrGLRenderTarget*\2c\20bool\29 +1886:GrGLGpu::bindSurfaceFBOForPixelOps\28GrSurface*\2c\20int\2c\20unsigned\20int\2c\20GrGLGpu::TempFBOTarget\29 +1887:GrGLCompileAndAttachShader\28GrGLContext\20const&\2c\20unsigned\20int\2c\20unsigned\20int\2c\20SkSL::NativeShader\20const&\2c\20bool\2c\20GrThreadSafePipelineBuilder::Stats*\2c\20skgpu::ShaderErrorHandler*\29 +1888:GrFragmentProcessors::Make\28skgpu::ganesh::SurfaceDrawContext*\2c\20SkColorFilter\20const*\2c\20std::__2::unique_ptr>\2c\20GrColorInfo\20const&\2c\20SkSurfaceProps\20const&\29 +1889:GrFragmentProcessor::visitTextureEffects\28std::__2::function\20const&\29\20const +1890:GrFragmentProcessor::MakeColor\28SkRGBA4f<\28SkAlphaType\292>\29 +1891:GrDirectContextPriv::flushSurface\28GrSurfaceProxy*\2c\20SkSurfaces::BackendSurfaceAccess\2c\20GrFlushInfo\20const&\2c\20skgpu::MutableTextureState\20const*\29 +1892:GrBlendFragmentProcessor::Make\28std::__2::unique_ptr>\2c\20std::__2::unique_ptr>\2c\20SkBlendMode\2c\20bool\29 +1893:GrBackendFormat::operator=\28GrBackendFormat\20const&\29 +1894:GrAAConvexTessellator::addPt\28SkPoint\20const&\2c\20float\2c\20float\2c\20bool\2c\20GrAAConvexTessellator::CurveState\29 +1895:FT_Outline_Transform +1896:CFF::parsed_values_t::add_op\28unsigned\20int\2c\20CFF::byte_str_ref_t\20const&\2c\20CFF::op_str_t\20const&\29 +1897:CFF::dict_opset_t::process_op\28unsigned\20int\2c\20CFF::interp_env_t&\29 +1898:CFF::cs_opset_t\2c\20cff2_extents_param_t\2c\20cff2_path_procs_extents_t>::process_post_move\28unsigned\20int\2c\20CFF::cff2_cs_interp_env_t&\2c\20cff2_extents_param_t&\29 +1899:CFF::cs_opset_t::process_post_move\28unsigned\20int\2c\20CFF::cff1_cs_interp_env_t&\2c\20cff1_extents_param_t&\29 +1900:CFF::cs_interp_env_t>>::determine_hintmask_size\28\29 +1901:BlockIndexIterator::Last\28SkBlockAllocator::Block\20const*\29\2c\20&SkTBlockList::First\28SkBlockAllocator::Block\20const*\29\2c\20&SkTBlockList::Decrement\28SkBlockAllocator::Block\20const*\2c\20int\29\2c\20&SkTBlockList::GetItem\28SkBlockAllocator::Block*\2c\20int\29>::begin\28\29\20const +1902:AlmostBetweenUlps\28double\2c\20double\2c\20double\29 +1903:ActiveEdgeList::SingleRotation\28ActiveEdge*\2c\20int\29 +1904:AAT::hb_aat_apply_context_t::replace_glyph_inplace\28unsigned\20int\2c\20unsigned\20int\29 +1905:1692 +1906:1693 +1907:void\20std::__2::__stable_sort\20const&\2c\20unsigned\20int\2c\20FT_COLR_Paint_\20const&\2c\20SkPaint*\29::$_0::operator\28\29\28FT_ColorStopIterator_\20const&\2c\20std::__2::vector>&\2c\20std::__2::vector\2c\20std::__2::allocator>>&\29\20const::'lambda'\28\28anonymous\20namespace\29::colrv1_configure_skpaint\28FT_FaceRec_*\2c\20SkSpan\20const&\2c\20unsigned\20int\2c\20FT_COLR_Paint_\20const&\2c\20SkPaint*\29::$_0::operator\28\29\28FT_ColorStopIterator_\20const&\2c\20std::__2::vector>&\2c\20std::__2::vector\2c\20std::__2::allocator>>&\29\20const::ColorStop\20const&\2c\20\28anonymous\20namespace\29::colrv1_configure_skpaint\28FT_FaceRec_*\2c\20SkSpan\20const&\2c\20unsigned\20int\2c\20FT_COLR_Paint_\20const&\2c\20SkPaint*\29::$_0::operator\28\29\28FT_ColorStopIterator_\20const&\2c\20std::__2::vector>&\2c\20std::__2::vector\2c\20std::__2::allocator>>&\29\20const::ColorStop\20const&\29&\2c\20std::__2::__wrap_iter<\28anonymous\20namespace\29::colrv1_configure_skpaint\28FT_FaceRec_*\2c\20SkSpan\20const&\2c\20unsigned\20int\2c\20FT_COLR_Paint_\20const&\2c\20SkPaint*\29::$_0::operator\28\29\28FT_ColorStopIterator_\20const&\2c\20std::__2::vector>&\2c\20std::__2::vector\2c\20std::__2::allocator>>&\29\20const::ColorStop*>>\28std::__2::__wrap_iter<\28anonymous\20namespace\29::colrv1_configure_skpaint\28FT_FaceRec_*\2c\20SkSpan\20const&\2c\20unsigned\20int\2c\20FT_COLR_Paint_\20const&\2c\20SkPaint*\29::$_0::operator\28\29\28FT_ColorStopIterator_\20const&\2c\20std::__2::vector>&\2c\20std::__2::vector\2c\20std::__2::allocator>>&\29\20const::ColorStop*>\2c\20std::__2::__wrap_iter<\28anonymous\20namespace\29::colrv1_configure_skpaint\28FT_FaceRec_*\2c\20SkSpan\20const&\2c\20unsigned\20int\2c\20FT_COLR_Paint_\20const&\2c\20SkPaint*\29::$_0::operator\28\29\28FT_ColorStopIterator_\20const&\2c\20std::__2::vector>&\2c\20std::__2::vector\2c\20std::__2::allocator>>&\29\20const::ColorStop*>\2c\20\28anonymous\20namespace\29::colrv1_configure_skpaint\28FT_FaceRec_*\2c\20SkSpan\20const&\2c\20unsigned\20int\2c\20FT_COLR_Paint_\20const&\2c\20SkPaint*\29::$_0::operator\28\29\28FT_ColorStopIterator_\20const&\2c\20std::__2::vector>&\2c\20std::__2::vector\2c\20std::__2::allocator>>&\29\20const::'lambda'\28\28anonymous\20namespace\29::colrv1_configure_skpaint\28FT_FaceRec_*\2c\20SkSpan\20const&\2c\20unsigned\20int\2c\20FT_COLR_Paint_\20const&\2c\20SkPaint*\29::$_0::operator\28\29\28FT_ColorStopIterator_\20const&\2c\20std::__2::vector>&\2c\20std::__2::vector\2c\20std::__2::allocator>>&\29\20const::ColorStop\20const&\2c\20\28anonymous\20namespace\29::colrv1_configure_skpaint\28FT_FaceRec_*\2c\20SkSpan\20const&\2c\20unsigned\20int\2c\20FT_COLR_Paint_\20const&\2c\20SkPaint*\29::$_0::operator\28\29\28FT_ColorStopIterator_\20const&\2c\20std::__2::vector>&\2c\20std::__2::vector\2c\20std::__2::allocator>>&\29\20const::ColorStop\20const&\29&\2c\20std::__2::iterator_traits\20const&\2c\20unsigned\20int\2c\20FT_COLR_Paint_\20const&\2c\20SkPaint*\29::$_0::operator\28\29\28FT_ColorStopIterator_\20const&\2c\20std::__2::vector>&\2c\20std::__2::vector\2c\20std::__2::allocator>>&\29\20const::ColorStop*>>::difference_type\2c\20std::__2::iterator_traits\20const&\2c\20unsigned\20int\2c\20FT_COLR_Paint_\20const&\2c\20SkPaint*\29::$_0::operator\28\29\28FT_ColorStopIterator_\20const&\2c\20std::__2::vector>&\2c\20std::__2::vector\2c\20std::__2::allocator>>&\29\20const::ColorStop*>>::value_type*\2c\20long\29 +1908:void\20std::__2::__split_buffer&>::__construct_at_end\2c\200>\28std::__2::move_iterator\2c\20std::__2::move_iterator\29 +1909:void\20std::__2::__memberwise_forward_assign\5babi:ne180100\5d>&>\2c\20std::__2::tuple>>\2c\20bool\2c\20std::__2::unique_ptr>\2c\200ul\2c\201ul>\28std::__2::tuple>&>&\2c\20std::__2::tuple>>&&\2c\20std::__2::__tuple_types>>\2c\20std::__2::__tuple_indices<0ul\2c\201ul>\29 +1910:void\20extend_pts<\28SkPaint::Cap\292>\28std::__2::optional\2c\20std::__2::optional\2c\20SkSpan\29 +1911:void\20extend_pts<\28SkPaint::Cap\291>\28std::__2::optional\2c\20std::__2::optional\2c\20SkSpan\29 +1912:void\20SkSafeUnref\28SkTextBlob*\29 +1913:void\20SkSafeUnref\28GrTextureProxy*\29 +1914:unsigned\20int*\20SkRecordCanvas::copy\28unsigned\20int\20const*\2c\20unsigned\20long\29 +1915:tt_cmap14_ensure +1916:std::__2::vector>\2c\20std::__2::allocator>>>::push_back\5babi:ne180100\5d\28std::__2::unique_ptr>&&\29 +1917:std::__2::vector>\2c\20std::__2::allocator>>>::~vector\5babi:ne180100\5d\28\29 +1918:std::__2::vector>::operator\5b\5d\5babi:nn180100\5d\28unsigned\20long\29\20const +1919:std::__2::vector\2c\20std::__2::allocator>>::__recommend\5babi:ne180100\5d\28unsigned\20long\29\20const +1920:std::__2::vector>::resize\28unsigned\20long\29 +1921:std::__2::vector>::vector\28std::__2::vector>\20const&\29 +1922:std::__2::unique_ptr>\20\5b\5d\2c\20std::__2::default_delete>\20\5b\5d>>::~unique_ptr\5babi:ne180100\5d\28\29 +1923:std::__2::unique_ptr>::~unique_ptr\5babi:ne180100\5d\28\29 +1924:std::__2::unique_ptr>::~unique_ptr\5babi:ne180100\5d\28\29 +1925:std::__2::unique_ptr>::~unique_ptr\5babi:ne180100\5d\28\29 +1926:std::__2::unique_ptr>::~unique_ptr\5babi:ne180100\5d\28\29 +1927:std::__2::unique_ptr>::reset\5babi:ne180100\5d\28GrDrawOpAtlas*\29 +1928:std::__2::codecvt::do_unshift\28__mbstate_t&\2c\20char8_t*\2c\20char8_t*\2c\20char8_t*&\29\20const +1929:std::__2::basic_string\2c\20std::__2::allocator>::clear\5babi:ne180100\5d\28\29 +1930:std::__2::basic_string\2c\20std::__2::allocator>::basic_string\5babi:nn180100\5d<0>\28char\20const*\29 +1931:std::__2::basic_string\2c\20std::__2::allocator>::__grow_by_and_replace\28unsigned\20long\2c\20unsigned\20long\2c\20unsigned\20long\2c\20unsigned\20long\2c\20unsigned\20long\2c\20unsigned\20long\2c\20char\20const*\29 +1932:std::__2::basic_string\2c\20std::__2::allocator>::__fits_in_sso\5babi:nn180100\5d\28unsigned\20long\29 +1933:std::__2::basic_string\2c\20std::__2::allocator>::__assign_external\28char\20const*\29 +1934:std::__2::basic_string\2c\20std::__2::allocator>::__throw_length_error\5babi:ne180100\5d\28\29\20const +1935:std::__2::basic_ostream>::sentry::~sentry\28\29 +1936:std::__2::basic_ostream>::sentry::sentry\28std::__2::basic_ostream>&\29 +1937:std::__2::basic_ios>::~basic_ios\28\29 +1938:std::__2::array\2c\204ul>::~array\28\29 +1939:std::__2::allocator::allocate\5babi:ne180100\5d\28unsigned\20long\29 +1940:std::__2::__variant_detail::__copy_constructor\2c\20\28std::__2::__variant_detail::_Trait\291>::__copy_constructor\28std::__2::__variant_detail::__copy_constructor\2c\20\28std::__2::__variant_detail::_Trait\291>\20const&\29 +1941:std::__2::__optional_destruct_base::~__optional_destruct_base\5babi:ne180100\5d\28\29 +1942:std::__2::__optional_copy_base::__optional_copy_base\5babi:ne180100\5d\28std::__2::__optional_copy_base\20const&\29 +1943:std::__2::__num_get::__stage2_int_prep\28std::__2::ios_base&\2c\20wchar_t&\29 +1944:std::__2::__num_get::__do_widen\28std::__2::ios_base&\2c\20wchar_t*\29\20const +1945:std::__2::__num_get::__stage2_int_prep\28std::__2::ios_base&\2c\20char&\29 +1946:std::__2::__itoa::__append1\5babi:nn180100\5d\28char*\2c\20unsigned\20int\29 +1947:std::__2::__function::__value_func::operator=\5babi:ne180100\5d\28std::__2::__function::__value_func&&\29 +1948:std::__2::__function::__value_func::operator\28\29\5babi:ne180100\5d\28SkIRect\20const&\29\20const +1949:sqrtf +1950:skvx::Vec<4\2c\20unsigned\20int>&\20skvx::operator-=<4\2c\20unsigned\20int>\28skvx::Vec<4\2c\20unsigned\20int>&\2c\20skvx::Vec<4\2c\20unsigned\20int>\20const&\29 +1951:skvx::Vec<4\2c\20unsigned\20int>&\20skvx::operator+=<4\2c\20unsigned\20int>\28skvx::Vec<4\2c\20unsigned\20int>&\2c\20skvx::Vec<4\2c\20unsigned\20int>\20const&\29 +1952:skvx::Vec<4\2c\20skvx::Mask::type>\20skvx::operator><4\2c\20float>\28skvx::Vec<4\2c\20float>\20const&\2c\20skvx::Vec<4\2c\20float>\20const&\29 +1953:skvx::Vec<4\2c\20float>\20skvx::operator+<4\2c\20float\2c\20float\2c\20void>\28skvx::Vec<4\2c\20float>\20const&\2c\20float\29\20\28.6336\29 +1954:skvx::Vec<4\2c\20float>\20skvx::operator+<4\2c\20float>\28skvx::Vec<4\2c\20float>\20const&\2c\20skvx::Vec<4\2c\20float>\20const&\29\20\28.1036\29 +1955:skvx::Vec<4\2c\20float>\20skvx::max<4\2c\20float>\28skvx::Vec<4\2c\20float>\20const&\2c\20skvx::Vec<4\2c\20float>\20const&\29\20\28.8176\29 +1956:skvx::Vec<4\2c\20float>\20skvx::max<4\2c\20float>\28skvx::Vec<4\2c\20float>\20const&\2c\20skvx::Vec<4\2c\20float>\20const&\29 +1957:sktext::gpu::SubRunList::append\28std::__2::unique_ptr\29 +1958:skif::\28anonymous\20namespace\29::draw_tiled_border\28SkCanvas*\2c\20SkTileMode\2c\20SkPaint\20const&\2c\20skif::LayerSpace\20const&\2c\20skif::LayerSpace\2c\20skif::LayerSpace\29::$_0::operator\28\29\28SkRect\20const&\2c\20SkRect\20const&\29\20const +1959:skif::LayerSpace::inverseMapRect\28skif::LayerSpace\20const&\2c\20skif::LayerSpace*\29\20const +1960:skif::FilterResult::analyzeBounds\28skif::LayerSpace\20const&\2c\20skif::FilterResult::BoundsScope\29\20const +1961:skif::FilterResult::AutoSurface::snap\28\29 +1962:skif::FilterResult::AutoSurface::AutoSurface\28skif::Context\20const&\2c\20skif::LayerSpace\20const&\2c\20skif::FilterResult::PixelBoundary\2c\20bool\2c\20SkSurfaceProps\20const*\29 +1963:skia_private::THashTable::AdaptedTraits>::findOrNull\28skgpu::UniqueKey\20const&\29\20const +1964:skia_private::TArray::reset\28int\29 +1965:skia_private::TArray::reserve_exact\28int\29 +1966:skia_private::TArray::push_back\28\29 +1967:skia_private::TArray::checkRealloc\28int\2c\20double\29 +1968:skia_private::TArray::push_back_raw\28int\29 +1969:skia_private::TArray::installDataAndUpdateCapacity\28SkSpan\29 +1970:skia_private::TArray::checkRealloc\28int\2c\20double\29 +1971:skia_private::AutoSTArray<8\2c\20unsigned\20int>::reset\28int\29 +1972:skia_private::AutoSTArray<24\2c\20unsigned\20int>::~AutoSTArray\28\29 +1973:skia_png_reciprocal2 +1974:skia_png_benign_error +1975:skia::textlayout::TextStyle::TextStyle\28\29 +1976:skia::textlayout::Run::~Run\28\29 +1977:skia::textlayout::Run::posX\28unsigned\20long\29\20const +1978:skia::textlayout::ParagraphStyle::ParagraphStyle\28skia::textlayout::ParagraphStyle\20const&\29 +1979:skia::textlayout::InternalLineMetrics::height\28\29\20const +1980:skia::textlayout::InternalLineMetrics::add\28skia::textlayout::Run*\29 +1981:skia::textlayout::FontCollection::findTypefaces\28std::__2::vector>\20const&\2c\20SkFontStyle\2c\20std::__2::optional\20const&\29 +1982:skgpu::ganesh::TextureOp::BatchSizeLimiter::createOp\28GrTextureSetEntry*\2c\20int\2c\20GrAAType\29 +1983:skgpu::ganesh::SurfaceFillContext::fillRectWithFP\28SkIRect\20const&\2c\20std::__2::unique_ptr>\29 +1984:skgpu::ganesh::SurfaceFillContext::fillRectToRectWithFP\28SkIRect\20const&\2c\20SkIRect\20const&\2c\20std::__2::unique_ptr>\29 +1985:skgpu::ganesh::SurfaceDrawContext::drawShape\28GrClip\20const*\2c\20GrPaint&&\2c\20GrAA\2c\20SkMatrix\20const&\2c\20GrStyledShape&&\29 +1986:skgpu::ganesh::SurfaceDrawContext::drawShapeUsingPathRenderer\28GrClip\20const*\2c\20GrPaint&&\2c\20GrAA\2c\20SkMatrix\20const&\2c\20GrStyledShape&&\2c\20bool\29 +1987:skgpu::ganesh::SurfaceDrawContext::drawRRect\28GrClip\20const*\2c\20GrPaint&&\2c\20GrAA\2c\20SkMatrix\20const&\2c\20SkRRect\20const&\2c\20GrStyle\20const&\29 +1988:skgpu::ganesh::SurfaceDrawContext::drawFilledQuad\28GrClip\20const*\2c\20GrPaint&&\2c\20DrawQuad*\2c\20GrUserStencilSettings\20const*\29 +1989:skgpu::ganesh::SurfaceContext::transferPixels\28GrColorType\2c\20SkIRect\20const&\29::$_0::~$_0\28\29 +1990:skgpu::ganesh::SurfaceContext::transferPixels\28GrColorType\2c\20SkIRect\20const&\29 +1991:skgpu::ganesh::SurfaceContext::PixelTransferResult::PixelTransferResult\28skgpu::ganesh::SurfaceContext::PixelTransferResult&&\29 +1992:skgpu::ganesh::SoftwarePathRenderer::DrawNonAARect\28skgpu::ganesh::SurfaceDrawContext*\2c\20GrPaint&&\2c\20GrUserStencilSettings\20const&\2c\20GrClip\20const*\2c\20SkMatrix\20const&\2c\20SkRect\20const&\2c\20SkMatrix\20const&\29 +1993:skgpu::ganesh::QuadPerEdgeAA::VertexSpec::vertexSize\28\29\20const +1994:skgpu::ganesh::OpsTask::OpChain::List::List\28skgpu::ganesh::OpsTask::OpChain::List&&\29 +1995:skgpu::ganesh::LockTextureProxyView\28GrRecordingContext*\2c\20SkImage_Lazy\20const*\2c\20GrImageTexGenPolicy\2c\20skgpu::Mipmapped\29::$_0::operator\28\29\28GrSurfaceProxyView\20const&\29\20const +1996:skgpu::ganesh::Device::targetProxy\28\29 +1997:skgpu::ganesh::ClipStack::getConservativeBounds\28\29\20const +1998:skgpu::UniqueKeyInvalidatedMessage::UniqueKeyInvalidatedMessage\28skgpu::UniqueKeyInvalidatedMessage\20const&\29 +1999:skgpu::UniqueKey::operator=\28skgpu::UniqueKey\20const&\29 +2000:skgpu::TAsyncReadResult::addTransferResult\28skgpu::ganesh::SurfaceContext::PixelTransferResult\20const&\2c\20SkISize\2c\20unsigned\20long\2c\20skgpu::TClientMappedBufferManager*\29 +2001:skgpu::Swizzle::asString\28\29\20const +2002:skgpu::GetApproxSize\28SkISize\29 +2003:skcms_Matrix3x3_concat +2004:sk_srgb_linear_singleton\28\29 +2005:sk_sp::reset\28SkVertices*\29 +2006:sk_sp::operator=\28sk_sp\20const&\29 +2007:sk_sp::reset\28SkPathRef*\29 +2008:sk_sp::reset\28GrGpuBuffer*\29 +2009:sk_sp\20sk_make_sp\28\29 +2010:sfnt_get_name_id +2011:set_glyph\28hb_glyph_info_t&\2c\20hb_font_t*\29 +2012:roundf +2013:remove_node\28OffsetEdge\20const*\2c\20OffsetEdge**\29 +2014:ps_parser_to_token +2015:precisely_between\28double\2c\20double\2c\20double\29 +2016:path_quadraticBezierTo +2017:path_cubicTo +2018:next_char\28hb_buffer_t*\2c\20unsigned\20int\29 +2019:log2f +2020:log +2021:less_or_equal_ulps\28float\2c\20float\2c\20int\29 +2022:is_consonant\28hb_glyph_info_t\20const&\29 +2023:int\20const*\20std::__2::find\5babi:ne180100\5d\28int\20const*\2c\20int\20const*\2c\20int\20const&\29 +2024:impeller::\28anonymous\20namespace\29::CornerContains\28impeller::RoundSuperellipseParam::Quadrant\20const&\2c\20impeller::TPoint\20const&\2c\20bool\29 +2025:impeller::\28anonymous\20namespace\29::ComputeQuadrant\28impeller::TPoint\2c\20impeller::TPoint\2c\20impeller::TSize\2c\20impeller::TSize\29 +2026:impeller::TRect::Intersection\28impeller::TRect\20const&\29\20const +2027:impeller::Matrix::HasPerspective2D\28\29\20const +2028:hb_unicode_funcs_destroy +2029:hb_serialize_context_t::pop_discard\28\29 +2030:hb_paint_funcs_t::pop_clip\28void*\29 +2031:hb_ot_map_t::feature_map_t\20const*\20hb_vector_t::bsearch\28unsigned\20int\20const&\2c\20hb_ot_map_t::feature_map_t\20const*\29\20const +2032:hb_lazy_loader_t\2c\20hb_face_t\2c\2015u\2c\20OT::glyf_accelerator_t>::get_stored\28\29\20const +2033:hb_indic_would_substitute_feature_t::init\28hb_ot_map_t\20const*\2c\20unsigned\20int\2c\20bool\29 +2034:hb_hashmap_t::alloc\28unsigned\20int\29 +2035:hb_font_t::get_glyph_v_advance\28unsigned\20int\29 +2036:hb_font_t::get_glyph_extents\28unsigned\20int\2c\20hb_glyph_extents_t*\29 +2037:hb_draw_funcs_t::emit_cubic_to\28void*\2c\20hb_draw_state_t&\2c\20float\2c\20float\2c\20float\2c\20float\2c\20float\2c\20float\29 +2038:hb_buffer_t::replace_glyph\28unsigned\20int\29 +2039:hb_buffer_t::output_glyph\28unsigned\20int\29 +2040:hb_buffer_t::make_room_for\28unsigned\20int\2c\20unsigned\20int\29 +2041:hb_buffer_t::_set_glyph_flags\28unsigned\20int\2c\20unsigned\20int\2c\20unsigned\20int\2c\20bool\2c\20bool\29 +2042:hb_buffer_create_similar +2043:gray_set_cell +2044:ft_service_list_lookup +2045:fseek +2046:flutter::ToSk\28impeller::Matrix\20const*\2c\20SkMatrix&\29 +2047:flutter::ToSk\28flutter::DlImageFilter\20const*\29 +2048:flutter::ToSkRRect\28impeller::RoundRect\20const&\29 +2049:flutter::DlTextSkia::GetTextFrame\28\29\20const +2050:flutter::DlSkCanvasDispatcher::safe_paint\28bool\29 +2051:flutter::DlPath::DlPath\28SkPath\20const&\29 +2052:flutter::DisplayListBuilder::drawRect\28impeller::TRect\20const&\29 +2053:flutter::DisplayListBuilder::drawOval\28impeller::TRect\20const&\29 +2054:flutter::DisplayListBuilder::UpdateCurrentOpacityCompatibility\28\29 +2055:flutter::DisplayListBuilder::TransformReset\28\29 +2056:flutter::DisplayListBuilder::TransformFullPerspective\28float\2c\20float\2c\20float\2c\20float\2c\20float\2c\20float\2c\20float\2c\20float\2c\20float\2c\20float\2c\20float\2c\20float\2c\20float\2c\20float\2c\20float\2c\20float\29 +2057:flutter::DisplayListBuilder::Transform2DAffine\28float\2c\20float\2c\20float\2c\20float\2c\20float\2c\20float\29 +2058:flutter::DisplayListBuilder::DrawRect\28impeller::TRect\20const&\2c\20flutter::DlPaint\20const&\29 +2059:flutter::DisplayListBuilder::DrawColor\28flutter::DlColor\2c\20impeller::BlendMode\29 +2060:flutter::DisplayListBuilder::ClipPath\28flutter::DlPath\20const&\2c\20flutter::DlClipOp\2c\20bool\29 +2061:flutter::DisplayListBuilder::AccumulateUnbounded\28\29 +2062:find_table +2063:fillcheckrect\28int\2c\20int\2c\20int\2c\20int\2c\20SkBlitter*\29 +2064:fflush +2065:fclose +2066:expm1 +2067:expf +2068:decltype\28fp\28nullptr\29\29\20SkArenaAlloc::make<\28anonymous\20namespace\29::GaussianPass::MakeMaker\28float\2c\20SkArenaAlloc*\29::Maker*\20SkArenaAlloc::make<\28anonymous\20namespace\29::GaussianPass::MakeMaker\28float\2c\20SkArenaAlloc*\29::Maker\2c\20float&>\28float&\29::'lambda'\28void*\29>\28\28anonymous\20namespace\29::GaussianPass::MakeMaker\28float\2c\20SkArenaAlloc*\29::Maker&&\29::'lambda'\28char*\29::__invoke\28char*\29 +2069:crc_word +2070:classify\28skcms_TransferFunction\20const&\2c\20TF_PQish*\2c\20TF_HLGish*\29 +2071:choose_bmp_texture_colortype\28GrCaps\20const*\2c\20SkBitmap\20const&\29 +2072:char*\20sktext::gpu::BagOfBytes::allocateBytesFor\28int\29 +2073:cff_parse_fixed +2074:cf2_interpT2CharString +2075:cf2_hintmap_insertHint +2076:cf2_hintmap_build +2077:cf2_glyphpath_moveTo +2078:cf2_glyphpath_lineTo +2079:bool\20std::__2::operator==\5babi:ne180100\5d>\28std::__2::vector>\20const&\2c\20std::__2::vector>\20const&\29 +2080:bool\20std::__2::__less::operator\28\29\5babi:nn180100\5d\28unsigned\20int\20const&\2c\20unsigned\20long\20const&\29\20const +2081:bool\20optional_eq\28std::__2::optional\2c\20SkPathVerb\29 +2082:bool\20SkIsFinite\28float\20const*\2c\20int\29 +2083:bool\20OT::OffsetTo>\2c\20OT::IntType\2c\20void\2c\20false>::sanitize<>\28hb_sanitize_context_t*\2c\20void\20const*\29\20const +2084:blit_trapezoid_row\28AdditiveBlitter*\2c\20int\2c\20int\2c\20int\2c\20int\2c\20int\2c\20int\2c\20int\2c\20unsigned\20char\2c\20unsigned\20char*\2c\20bool\29 +2085:afm_tokenize +2086:af_glyph_hints_reload +2087:_hb_glyph_info_set_unicode_props\28hb_glyph_info_t*\2c\20hb_buffer_t*\29 +2088:_hb_draw_funcs_set_middle\28hb_draw_funcs_t*\2c\20void*\2c\20void\20\28*\29\28void*\29\29 +2089:__wasm_setjmp +2090:__wasi_syscall_ret +2091:__syscall_ret +2092:__sin +2093:__cos +2094:\28anonymous\20namespace\29::valid_unit_divide\28float\2c\20float\2c\20float*\29 +2095:\28anonymous\20namespace\29::gather_lines_and_quads\28SkPath\20const&\2c\20SkMatrix\20const&\2c\20SkIRect\20const&\2c\20float\2c\20bool\2c\20skia_private::TArray*\2c\20skia_private::TArray*\2c\20skia_private::TArray*\2c\20skia_private::TArray*\2c\20skia_private::TArray*\29::$_1::operator\28\29\28SkSpan\29\20const +2096:\28anonymous\20namespace\29::draw_stencil_rect\28skgpu::ganesh::SurfaceDrawContext*\2c\20GrHardClip\20const&\2c\20GrUserStencilSettings\20const*\2c\20SkMatrix\20const&\2c\20SkRect\20const&\2c\20GrAA\29 +2097:\28anonymous\20namespace\29::can_reorder\28SkRect\20const&\2c\20SkRect\20const&\29 +2098:\28anonymous\20namespace\29::FillRectOpImpl::Make\28GrRecordingContext*\2c\20GrPaint&&\2c\20GrAAType\2c\20DrawQuad*\2c\20GrUserStencilSettings\20const*\2c\20GrSimpleMeshDrawOpHelper::InputFlags\29 +2099:Skwasm::makeCurrent\28unsigned\20long\29 +2100:SkWriter32::writeSampling\28SkSamplingOptions\20const&\29 +2101:SkWriter32::writePad\28void\20const*\2c\20unsigned\20long\29 +2102:SkTextBlobRunIterator::next\28\29 +2103:SkTextBlobBuilder::make\28\29 +2104:SkTSect::addOne\28\29 +2105:SkTMultiMap::remove\28skgpu::ScratchKey\20const&\2c\20GrGpuResource\20const*\29 +2106:SkTDArray::append\28\29 +2107:SkTDArray::append\28\29 +2108:SkSurfaces::RenderTarget\28GrRecordingContext*\2c\20skgpu::Budgeted\2c\20SkImageInfo\20const&\2c\20int\2c\20GrSurfaceOrigin\2c\20SkSurfaceProps\20const*\2c\20bool\2c\20bool\29 +2109:SkStrokeRec::isFillStyle\28\29\20const +2110:SkString::appendU32\28unsigned\20int\29 +2111:SkSpecialImages::MakeFromRaster\28SkIRect\20const&\2c\20SkBitmap\20const&\2c\20SkSurfaceProps\20const&\29 +2112:SkShaders::Blend\28SkBlendMode\2c\20sk_sp\2c\20sk_sp\29 +2113:SkShaderUtils::GLSLPrettyPrint::appendChar\28char\29 +2114:SkScopeExit::~SkScopeExit\28\29 +2115:SkScan::FillPath\28SkPathRaw\20const&\2c\20SkRegion\20const&\2c\20SkBlitter*\29 +2116:SkSTArenaAlloc<1024ul>::SkSTArenaAlloc\28unsigned\20long\29 +2117:SkSL::is_scalar_op_matrix\28SkSL::Expression\20const&\2c\20SkSL::Expression\20const&\29 +2118:SkSL::evaluate_n_way_intrinsic\28SkSL::Context\20const&\2c\20SkSL::Expression\20const*\2c\20SkSL::Expression\20const*\2c\20SkSL::Expression\20const*\2c\20SkSL::Type\20const&\2c\20double\20\28*\29\28double\2c\20double\2c\20double\29\29 +2119:SkSL::\28anonymous\20namespace\29::ProgramUsageVisitor::visitType\28SkSL::Type\20const&\29 +2120:SkSL::Variable::initialValue\28\29\20const +2121:SkSL::Variable*\20SkSL::SymbolTable::takeOwnershipOfSymbol\28std::__2::unique_ptr>\29 +2122:SkSL::Type::canCoerceTo\28SkSL::Type\20const&\2c\20bool\29\20const +2123:SkSL::SymbolTable::takeOwnershipOfString\28std::__2::basic_string\2c\20std::__2::allocator>\29 +2124:SkSL::RP::pack_nybbles\28SkSpan\29 +2125:SkSL::RP::Generator::foldComparisonOp\28SkSL::Operator\2c\20int\29 +2126:SkSL::RP::Generator::emitTraceScope\28int\29 +2127:SkSL::RP::Generator::createStack\28\29 +2128:SkSL::RP::Builder::trace_var\28int\2c\20SkSL::RP::SlotRange\29 +2129:SkSL::RP::Builder::jump\28int\29 +2130:SkSL::RP::Builder::dot_floats\28int\29 +2131:SkSL::RP::Builder::branch_if_no_lanes_active\28int\29 +2132:SkSL::RP::AutoStack::~AutoStack\28\29 +2133:SkSL::RP::AutoStack::pushClone\28int\29 +2134:SkSL::Position::rangeThrough\28SkSL::Position\29\20const +2135:SkSL::PipelineStage::PipelineStageCodeGenerator::AutoOutputBuffer::~AutoOutputBuffer\28\29 +2136:SkSL::Parser::type\28SkSL::Modifiers*\29 +2137:SkSL::Parser::parseArrayDimensions\28SkSL::Position\2c\20SkSL::Type\20const**\29 +2138:SkSL::Parser::modifiers\28\29 +2139:SkSL::Parser::assignmentExpression\28\29 +2140:SkSL::Parser::arraySize\28long\20long*\29 +2141:SkSL::ModifierFlags::paddedDescription\28\29\20const +2142:SkSL::Literal::MakeBool\28SkSL::Context\20const&\2c\20SkSL::Position\2c\20bool\29 +2143:SkSL::Inliner::inlineExpression\28SkSL::Position\2c\20skia_private::THashMap>\2c\20SkGoodHash>*\2c\20SkSL::SymbolTable*\2c\20SkSL::Expression\20const&\29::$_2::operator\28\29\28SkSL::ExpressionArray\20const&\29\20const +2144:SkSL::IRHelpers::Swizzle\28std::__2::unique_ptr>\2c\20skia_private::FixedArray<4\2c\20signed\20char>\29\20const +2145:SkSL::GLSLCodeGenerator::writeTypePrecision\28SkSL::Type\20const&\29 +2146:SkSL::FunctionDeclaration::getMainCoordsParameter\28\29\20const +2147:SkSL::ExpressionArray::clone\28\29\20const +2148:SkSL::ConstantFolder::GetConstantValue\28SkSL::Expression\20const&\2c\20double*\29 +2149:SkSL::ConstantFolder::GetConstantInt\28SkSL::Expression\20const&\2c\20long\20long*\29 +2150:SkSL::Compiler::~Compiler\28\29 +2151:SkSL::Compiler::errorText\28bool\29 +2152:SkSL::Compiler::Compiler\28\29 +2153:SkSL::Analysis::IsTrivialExpression\28SkSL::Expression\20const&\29 +2154:SkRuntimeEffectPriv::TransformUniforms\28SkSpan\2c\20sk_sp\2c\20SkColorSpace\20const*\29 +2155:SkRuntimeEffectBuilder::~SkRuntimeEffectBuilder\28\29 +2156:SkRuntimeEffectBuilder::makeShader\28SkMatrix\20const*\29\20const +2157:SkRuntimeEffectBuilder::SkRuntimeEffectBuilder\28sk_sp\29 +2158:SkRuntimeEffectBuilder::BuilderChild&\20SkRuntimeEffectBuilder::BuilderChild::operator=\28sk_sp\29 +2159:SkRuntimeEffect::findChild\28std::__2::basic_string_view>\29\20const +2160:SkRegion::setPath\28SkPath\20const&\2c\20SkRegion\20const&\29 +2161:SkRegion::Iterator::Iterator\28SkRegion\20const&\29 +2162:SkReduceOrder::Quad\28SkPoint\20const*\2c\20SkPoint*\29 +2163:SkRect::joinPossiblyEmptyRect\28SkRect\20const&\29 +2164:SkRasterPipelineContexts::BinaryOpCtx*\20SkArenaAlloc::make\28SkRasterPipelineContexts::BinaryOpCtx\20const&\29 +2165:SkRasterPipelineBlitter::appendClipScale\28SkRasterPipeline*\29\20const +2166:SkRasterPipelineBlitter::appendClipLerp\28SkRasterPipeline*\29\20const +2167:SkRasterClip::SkRasterClip\28SkIRect\20const&\29 +2168:SkRRect::MakeRectXY\28SkRect\20const&\2c\20float\2c\20float\29 +2169:SkRGBA4f<\28SkAlphaType\293>::toSkColor\28\29\20const +2170:SkRGBA4f<\28SkAlphaType\292>::toBytes_RGBA\28\29\20const +2171:SkRGBA4f<\28SkAlphaType\292>::fitsInBytes\28\29\20const +2172:SkPointPriv::EqualsWithinTolerance\28SkPoint\20const&\2c\20SkPoint\20const&\2c\20float\29 +2173:SkPoint*\20SkRecordCanvas::copy\28SkPoint\20const*\2c\20unsigned\20long\29 +2174:SkPoint*\20SkArenaAlloc::allocUninitializedArray\28unsigned\20long\29 +2175:SkPixmap::reset\28\29 +2176:SkPixmap::computeByteSize\28\29\20const +2177:SkPictureRecord::addImage\28SkImage\20const*\29 +2178:SkPathRaw::iter\28\29\20const +2179:SkPathBuilder::incReserve\28int\29 +2180:SkPathBuilder::arcTo\28SkRect\20const&\2c\20float\2c\20float\2c\20bool\29 +2181:SkPath::isLine\28SkPoint*\29\20const +2182:SkParsePath::ToSVGString\28SkPath\20const&\2c\20SkParsePath::PathEncoding\29::$_0::operator\28\29\28char\2c\20SkPoint\20const*\2c\20unsigned\20long\29\20const +2183:SkPaintPriv::ComputeLuminanceColor\28SkPaint\20const&\29 +2184:SkPaint::SkPaint\28SkPaint&&\29 +2185:SkOpSpan::release\28SkOpPtT\20const*\29 +2186:SkOpContourBuilder::addCurve\28SkPath::Verb\2c\20SkPoint\20const*\2c\20float\29 +2187:SkMipmap::Build\28SkPixmap\20const&\2c\20SkDiscardableMemory*\20\28*\29\28unsigned\20long\29\2c\20bool\29 +2188:SkMeshSpecification::Varying::Varying\28SkMeshSpecification::Varying&&\29 +2189:SkMemoryStream::getPosition\28\29\20const +2190:SkMatrix::mapOrigin\28\29\20const +2191:SkMaskFilter::MakeBlur\28SkBlurStyle\2c\20float\2c\20bool\29 +2192:SkMallocPixelRef::MakeAllocate\28SkImageInfo\20const&\2c\20unsigned\20long\29 +2193:SkJSONWriter::endArray\28\29 +2194:SkJSONWriter::beginValue\28bool\29 +2195:SkJSONWriter::beginArray\28char\20const*\2c\20bool\29 +2196:SkIntersections::insertNear\28double\2c\20double\2c\20SkDPoint\20const&\2c\20SkDPoint\20const&\29 +2197:SkImageShader::Make\28sk_sp\2c\20SkTileMode\2c\20SkTileMode\2c\20SkSamplingOptions\20const&\2c\20SkMatrix\20const*\2c\20bool\29 +2198:SkImageInfo::MakeUnknown\28int\2c\20int\29 +2199:SkImageGenerator::onRefEncodedData\28\29 +2200:SkIRect::inset\28int\2c\20int\29 +2201:SkIDChangeListener::List::changed\28\29 +2202:SkGradientBaseShader::flatten\28SkWriteBuffer&\29\20const +2203:SkGlyph::setPath\28SkArenaAlloc*\2c\20SkPath\20const*\2c\20bool\2c\20bool\29 +2204:SkFont::getMetrics\28SkFontMetrics*\29\20const +2205:SkFont::SkFont\28\29 +2206:SkFindQuadMaxCurvature\28SkPoint\20const*\29 +2207:SkFDot6Div\28int\2c\20int\29 +2208:SkEvalQuadAt\28SkPoint\20const*\2c\20float\29 +2209:SkEvalCubicAt\28SkPoint\20const*\2c\20float\2c\20SkPoint*\2c\20SkPoint*\2c\20SkPoint*\29 +2210:SkEdgeClipper::appendVLine\28float\2c\20float\2c\20float\2c\20bool\29 +2211:SkDrawShadowMetrics::GetSpotParams\28float\2c\20float\2c\20float\2c\20float\2c\20float\2c\20float*\2c\20float*\2c\20SkPoint*\29 +2212:SkDevice::setGlobalCTM\28SkM44\20const&\29 +2213:SkDevice::onReadPixels\28SkPixmap\20const&\2c\20int\2c\20int\29 +2214:SkDevice::accessPixels\28SkPixmap*\29 +2215:SkData::MakeWithProc\28void\20const*\2c\20unsigned\20long\2c\20void\20\28*\29\28void\20const*\2c\20void*\29\2c\20void*\29 +2216:SkDLine::exactPoint\28SkDPoint\20const&\29\20const +2217:SkDCubic::FindExtrema\28double\20const*\2c\20double*\29 +2218:SkConic::TransformW\28SkPoint\20const*\2c\20float\2c\20SkMatrix\20const&\29 +2219:SkColorSpace::MakeSRGBLinear\28\29 +2220:SkColorInfo::isOpaque\28\29\20const +2221:SkColorFilters::Blend\28unsigned\20int\2c\20SkBlendMode\29 +2222:SkCanvas::getLocalClipBounds\28\29\20const +2223:SkCanvas::drawIRect\28SkIRect\20const&\2c\20SkPaint\20const&\29 +2224:SkBulkGlyphMetrics::glyphs\28SkSpan\29 +2225:SkBlockAllocator::releaseBlock\28SkBlockAllocator::Block*\29 +2226:SkBlitter::blitMask\28SkMask\20const&\2c\20SkIRect\20const&\29 +2227:SkBlendMode_AppendStages\28SkBlendMode\2c\20SkRasterPipeline*\29 +2228:SkBitmap::tryAllocPixels\28SkBitmap::Allocator*\29 +2229:SkBinaryWriteBuffer::writeByteArray\28void\20const*\2c\20unsigned\20long\29 +2230:SkAutoPixmapStorage::SkAutoPixmapStorage\28\29 +2231:SkAutoDeviceTransformRestore::~SkAutoDeviceTransformRestore\28\29 +2232:SkAutoDeviceTransformRestore::SkAutoDeviceTransformRestore\28SkDevice*\2c\20SkM44\20const&\29 +2233:SkAutoCanvasRestore::SkAutoCanvasRestore\28SkCanvas*\2c\20bool\29 +2234:SkAutoBlitterChoose::SkAutoBlitterChoose\28skcpu::Draw\20const&\2c\20SkMatrix\20const*\2c\20SkPaint\20const&\2c\20SkRect\20const&\2c\20SkDrawCoverage\29 +2235:SkAAClipBlitter::~SkAAClipBlitter\28\29 +2236:SkAAClip::setRegion\28SkRegion\20const&\29::$_0::operator\28\29\28unsigned\20char\2c\20int\29\20const +2237:SkAAClip::findX\28unsigned\20char\20const*\2c\20int\2c\20int*\29\20const +2238:SkAAClip::findRow\28int\2c\20int*\29\20const +2239:SkAAClip::Builder::Blitter::~Blitter\28\29 +2240:SaveErrorCode +2241:RoughlyEqualUlps\28float\2c\20float\29 +2242:R.10443 +2243:R +2244:PS_Conv_ToInt +2245:OT::hmtxvmtx::accelerator_t::get_leading_bearing_without_var_unscaled\28unsigned\20int\2c\20int*\29\20const +2246:OT::hb_ot_apply_context_t::replace_glyph\28unsigned\20int\29 +2247:OT::fvar::get_axes\28\29\20const +2248:OT::Layout::GPOS_impl::ValueFormat::sanitize_values_stride_unsafe\28hb_sanitize_context_t*\2c\20OT::Layout::GPOS_impl::ValueBase\20const*\2c\20OT::IntType\20const*\2c\20unsigned\20int\2c\20unsigned\20int\29\20const +2249:OT::DeltaSetIndexMap::map\28unsigned\20int\29\20const +2250:OT::CFFIndex>\20const&\20CFF::StructAtOffsetOrNull>>\28void\20const*\2c\20int\2c\20hb_sanitize_context_t&\29 +2251:OT::CFFIndex>::offset_at\28unsigned\20int\29\20const +2252:Normalize +2253:Ins_Goto_CodeRange +2254:GrTriangulator::setBottom\28GrTriangulator::Edge*\2c\20GrTriangulator::Vertex*\2c\20GrTriangulator::EdgeList*\2c\20GrTriangulator::Vertex**\2c\20GrTriangulator::Comparator\20const&\29\20const +2255:GrTriangulator::VertexList::append\28GrTriangulator::VertexList\20const&\29 +2256:GrTriangulator::Line::normalize\28\29 +2257:GrTriangulator::Edge::disconnect\28\29 +2258:GrThreadSafeCache::find\28skgpu::UniqueKey\20const&\29 +2259:GrThreadSafeCache::add\28skgpu::UniqueKey\20const&\2c\20GrSurfaceProxyView\20const&\29 +2260:GrTextureEffect::texture\28\29\20const +2261:GrSurfaceProxyView::Copy\28GrRecordingContext*\2c\20GrSurfaceProxyView\2c\20skgpu::Mipmapped\2c\20SkIRect\2c\20SkBackingFit\2c\20skgpu::Budgeted\2c\20std::__2::basic_string_view>\29 +2262:GrSurfaceProxyPriv::doLazyInstantiation\28GrResourceProvider*\29 +2263:GrSurface::~GrSurface\28\29 +2264:GrStyledShape::simplify\28\29 +2265:GrStyle::applies\28\29\20const +2266:GrSimpleMeshDrawOpHelperWithStencil::fixedFunctionFlags\28\29\20const +2267:GrSimpleMeshDrawOpHelper::finalizeProcessors\28GrCaps\20const&\2c\20GrAppliedClip\20const*\2c\20GrUserStencilSettings\20const*\2c\20GrClampType\2c\20GrProcessorAnalysisCoverage\2c\20GrProcessorAnalysisColor*\29 +2268:GrSimpleMeshDrawOpHelper::detachProcessorSet\28\29 +2269:GrSimpleMeshDrawOpHelper::CreateProgramInfo\28GrCaps\20const*\2c\20SkArenaAlloc*\2c\20GrPipeline\20const*\2c\20GrSurfaceProxyView\20const&\2c\20bool\2c\20GrGeometryProcessor*\2c\20GrPrimitiveType\2c\20GrXferBarrierFlags\2c\20GrLoadOp\2c\20GrUserStencilSettings\20const*\29 +2270:GrSimpleMesh::setIndexedPatterned\28sk_sp\2c\20int\2c\20int\2c\20int\2c\20sk_sp\2c\20int\2c\20int\29 +2271:GrShape::setRect\28SkRect\20const&\29 +2272:GrShape::GrShape\28GrShape\20const&\29 +2273:GrShaderVar::addModifier\28char\20const*\29 +2274:GrSWMaskHelper::~GrSWMaskHelper\28\29 +2275:GrResourceProvider::findOrMakeStaticBuffer\28GrGpuBufferType\2c\20unsigned\20long\2c\20void\20const*\2c\20skgpu::UniqueKey\20const&\29 +2276:GrResourceProvider::findOrMakeStaticBuffer\28GrGpuBufferType\2c\20unsigned\20long\2c\20skgpu::UniqueKey\20const&\2c\20void\20\28*\29\28skgpu::VertexWriter\2c\20unsigned\20long\29\29 +2277:GrResourceCache::purgeAsNeeded\28\29 +2278:GrRenderTask::addDependency\28GrDrawingManager*\2c\20GrSurfaceProxy*\2c\20skgpu::Mipmapped\2c\20GrTextureResolveManager\2c\20GrCaps\20const&\29 +2279:GrRecordingContextPriv::makeSFC\28GrImageInfo\2c\20std::__2::basic_string_view>\2c\20SkBackingFit\2c\20int\2c\20skgpu::Mipmapped\2c\20skgpu::Protected\2c\20GrSurfaceOrigin\2c\20skgpu::Budgeted\29 +2280:GrQuad::asRect\28SkRect*\29\20const +2281:GrProcessorSet::operator!=\28GrProcessorSet\20const&\29\20const +2282:GrPixmapBase::GrPixmapBase\28GrImageInfo\2c\20void\20const*\2c\20unsigned\20long\29 +2283:GrPipeline::getXferProcessor\28\29\20const +2284:GrNativeRect::asSkIRect\28\29\20const +2285:GrGpuResource::isPurgeable\28\29\20const +2286:GrGeometryProcessor::ProgramImpl::~ProgramImpl\28\29 +2287:GrGeometryProcessor::ProgramImpl::WriteOutputPosition\28GrGLSLVertexBuilder*\2c\20GrGLSLUniformHandler*\2c\20GrShaderCaps\20const&\2c\20GrGeometryProcessor::ProgramImpl::GrGPArgs*\2c\20char\20const*\2c\20SkMatrix\20const&\2c\20GrResourceHandle*\29 +2288:GrGLSLShaderBuilder::defineConstant\28char\20const*\2c\20float\29 +2289:GrGLSLShaderBuilder::addFeature\28unsigned\20int\2c\20char\20const*\29 +2290:GrGLSLProgramBuilder::nameVariable\28char\2c\20char\20const*\2c\20bool\29 +2291:GrGLSLColorSpaceXformHelper::setData\28GrGLSLProgramDataManager\20const&\2c\20GrColorSpaceXform\20const*\29 +2292:GrGLSLColorSpaceXformHelper::emitCode\28GrGLSLUniformHandler*\2c\20GrColorSpaceXform\20const*\2c\20unsigned\20int\29 +2293:GrGLGpu::flushColorWrite\28bool\29 +2294:GrGLGpu::bindTexture\28int\2c\20GrSamplerState\2c\20skgpu::Swizzle\20const&\2c\20GrGLTexture*\29 +2295:GrFragmentProcessors::Make\28SkShader\20const*\2c\20GrFPArgs\20const&\2c\20SkMatrix\20const&\29 +2296:GrFragmentProcessor::visitWithImpls\28std::__2::function\20const&\2c\20GrFragmentProcessor::ProgramImpl&\29\20const +2297:GrFragmentProcessor::visitProxies\28std::__2::function\20const&\29\20const +2298:GrFragmentProcessor::ColorMatrix\28std::__2::unique_ptr>\2c\20float\20const*\2c\20bool\2c\20bool\2c\20bool\29 +2299:GrDstProxyView::operator=\28GrDstProxyView\20const&\29 +2300:GrDrawingManager::closeActiveOpsTask\28\29 +2301:GrDrawingManager::appendTask\28sk_sp\29 +2302:GrColorSpaceXformEffect::Make\28std::__2::unique_ptr>\2c\20sk_sp\29 +2303:GrColorSpaceXform::XformKey\28GrColorSpaceXform\20const*\29 +2304:GrColorSpaceXform::Make\28GrColorInfo\20const&\2c\20GrColorInfo\20const&\29 +2305:GrColorInfo::GrColorInfo\28GrColorInfo\20const&\29 +2306:GrCaps::isFormatCompressed\28GrBackendFormat\20const&\29\20const +2307:GrBufferAllocPool::~GrBufferAllocPool\28\29 +2308:GrBufferAllocPool::putBack\28unsigned\20long\29 +2309:GrBlurUtils::convolve_gaussian\28GrRecordingContext*\2c\20GrSurfaceProxyView\2c\20GrColorType\2c\20SkAlphaType\2c\20SkIRect\2c\20SkIRect\2c\20GrBlurUtils::\28anonymous\20namespace\29::Direction\2c\20int\2c\20float\2c\20SkTileMode\2c\20sk_sp\2c\20SkBackingFit\29::$_1::operator\28\29\28SkIRect\29\20const +2310:GrAAConvexTessellator::lineTo\28SkPoint\20const&\2c\20GrAAConvexTessellator::CurveState\29 +2311:FwDCubicEvaluator::restart\28int\29 +2312:FT_Vector_Transform +2313:FT_Select_Charmap +2314:FT_Lookup_Renderer +2315:FT_Get_Module_Interface +2316:CFF::opset_t::process_op\28unsigned\20int\2c\20CFF::interp_env_t&\29 +2317:CFF::arg_stack_t::push_int\28int\29 +2318:Bounder::Bounder\28SkRect\20const&\2c\20SkPaint\20const&\29 +2319:BlockIndexIterator::Last\28SkBlockAllocator::Block\20const*\29\2c\20&SkTBlockList::First\28SkBlockAllocator::Block\20const*\29\2c\20&SkTBlockList::Decrement\28SkBlockAllocator::Block\20const*\2c\20int\29\2c\20&SkTBlockList::GetItem\28SkBlockAllocator::Block*\2c\20int\29>::Item::operator++\28\29 +2320:ActiveEdge::intersect\28SkPoint\20const&\2c\20SkPoint\20const&\2c\20unsigned\20short\2c\20unsigned\20short\29\20const +2321:AAT::hb_aat_apply_context_t::setup_buffer_glyph_set\28\29 +2322:AAT::hb_aat_apply_context_t::buffer_intersects_machine\28\29\20const +2323:AAT::SubtableGlyphCoverage::sanitize\28hb_sanitize_context_t*\2c\20unsigned\20int\29\20const +2324:2111 +2325:2112 +2326:2113 +2327:2114 +2328:2115 +2329:2116 +2330:2117 +2331:2118 +2332:2119 +2333:2120 +2334:2121 +2335:2122 +2336:2123 +2337:wmemchr +2338:void\20std::__2::unique_ptr>\2c\20SkSL::IntrinsicKind\2c\20SkGoodHash>::Pair\2c\20std::__2::basic_string_view>\2c\20skia_private::THashMap>\2c\20SkSL::IntrinsicKind\2c\20SkGoodHash>::Pair>::Slot\20\5b\5d\2c\20std::__2::default_delete>\2c\20SkSL::IntrinsicKind\2c\20SkGoodHash>::Pair\2c\20std::__2::basic_string_view>\2c\20skia_private::THashMap>\2c\20SkSL::IntrinsicKind\2c\20SkGoodHash>::Pair>::Slot\20\5b\5d>>::reset\5babi:ne180100\5d>\2c\20SkSL::IntrinsicKind\2c\20SkGoodHash>::Pair\2c\20std::__2::basic_string_view>\2c\20skia_private::THashMap>\2c\20SkSL::IntrinsicKind\2c\20SkGoodHash>::Pair>::Slot*\2c\200>\28skia_private::THashTable>\2c\20SkSL::IntrinsicKind\2c\20SkGoodHash>::Pair\2c\20std::__2::basic_string_view>\2c\20skia_private::THashMap>\2c\20SkSL::IntrinsicKind\2c\20SkGoodHash>::Pair>::Slot*\29 +2339:void\20std::__2::reverse\5babi:nn180100\5d\28unsigned\20int*\2c\20unsigned\20int*\29 +2340:void\20std::__2::__variant_detail::__assignment>::__generic_assign\5babi:ne180100\5d\2c\20\28std::__2::__variant_detail::_Trait\291>\20const&>\28std::__2::__variant_detail::__copy_assignment\2c\20\28std::__2::__variant_detail::_Trait\291>\20const&\29 +2341:void\20std::__2::__optional_storage_base::__assign_from\5babi:ne180100\5d>\28std::__2::__optional_move_assign_base&&\29 +2342:void\20hb_serialize_context_t::add_link\2c\20void\2c\20true>>\28OT::OffsetTo\2c\20void\2c\20true>&\2c\20unsigned\20int\2c\20hb_serialize_context_t::whence_t\2c\20unsigned\20int\29 +2343:void\20hb_sanitize_context_t::set_object\28AAT::KerxSubTable\20const*\29 +2344:void\20SkSafeUnref\28sktext::gpu::TextStrike*\29 +2345:void\20SkSafeUnref\28GrArenas*\29 +2346:void\20SkSL::RP::unpack_nybbles_to_offsets\28unsigned\20int\2c\20SkSpan\29 +2347:void\20AAT::Lookup::collect_glyphs\28hb_bit_set_t&\2c\20unsigned\20int\29\20const +2348:void\20AAT::ClassTable>::collect_glyphs\28hb_bit_set_t&\2c\20unsigned\20int\29\20const +2349:void*\20flutter::DisplayListBuilder::Push\28unsigned\20long\29 +2350:void*\20flutter::DisplayListBuilder::Push\28unsigned\20long\29 +2351:void*\20flutter::DisplayListBuilder::Push\28unsigned\20long\29 +2352:ubidi_setPara_skia +2353:ubidi_getCustomizedClass_skia +2354:tt_set_mm_blend +2355:tt_face_get_ps_name +2356:trinkle +2357:t1_builder_check_points +2358:surface_getThreadId +2359:subdivide\28SkConic\20const&\2c\20SkPoint*\2c\20int\29 +2360:std::__2::vector>\2c\20std::__2::allocator>>>::__swap_out_circular_buffer\28std::__2::__split_buffer>\2c\20std::__2::allocator>>&>&\29 +2361:std::__2::vector>\2c\20std::__2::allocator>>>::__clear\5babi:ne180100\5d\28\29 +2362:std::__2::vector>\2c\20std::__2::allocator>>>::~vector\5babi:ne180100\5d\28\29 +2363:std::__2::vector>::__recommend\5babi:ne180100\5d\28unsigned\20long\29\20const +2364:std::__2::vector>::__recommend\5babi:ne180100\5d\28unsigned\20long\29\20const +2365:std::__2::vector\2c\20std::__2::allocator>>::push_back\5babi:ne180100\5d\28sk_sp\20const&\29 +2366:std::__2::vector\2c\20std::__2::allocator>>::__swap_out_circular_buffer\28std::__2::__split_buffer\2c\20std::__2::allocator>&>&\29 +2367:std::__2::vector>::push_back\5babi:ne180100\5d\28float&&\29 +2368:std::__2::vector>::__move_assign\28std::__2::vector>&\2c\20std::__2::integral_constant\29 +2369:std::__2::vector>::__swap_out_circular_buffer\28std::__2::__split_buffer&>&\29 +2370:std::__2::unordered_map\2c\20std::__2::equal_to\2c\20std::__2::allocator>>::operator\5b\5d\28GrTriangulator::Vertex*\20const&\29 +2371:std::__2::unique_ptr\2c\20std::__2::allocator>\2c\20SkGoodHash>::Pair\2c\20SkSL::Variable\20const*\2c\20skia_private::THashMap\2c\20std::__2::allocator>\2c\20SkGoodHash>::Pair>::Slot\20\5b\5d\2c\20std::__2::default_delete\2c\20std::__2::allocator>\2c\20SkGoodHash>::Pair\2c\20SkSL::Variable\20const*\2c\20skia_private::THashMap\2c\20std::__2::allocator>\2c\20SkGoodHash>::Pair>::Slot\20\5b\5d>>::~unique_ptr\5babi:ne180100\5d\28\29 +2372:std::__2::unique_ptr::Pair\2c\20SkSL::SymbolTable::SymbolKey\2c\20skia_private::THashMap::Pair>::Slot\20\5b\5d\2c\20std::__2::default_delete::Pair\2c\20SkSL::SymbolTable::SymbolKey\2c\20skia_private::THashMap::Pair>::Slot\20\5b\5d>>::~unique_ptr\5babi:ne180100\5d\28\29 +2373:std::__2::unique_ptr::Traits>::Slot\20\5b\5d\2c\20std::__2::default_delete::Traits>::Slot\20\5b\5d>>::~unique_ptr\5babi:ne180100\5d\28\29 +2374:std::__2::unique_ptr::AdaptedTraits>::Slot\20\5b\5d\2c\20std::__2::default_delete::AdaptedTraits>::Slot\20\5b\5d>>::~unique_ptr\5babi:ne180100\5d\28\29 +2375:std::__2::unique_ptr>::reset\5babi:ne180100\5d\28skgpu::ganesh::SurfaceDrawContext*\29 +2376:std::__2::unique_ptr>::~unique_ptr\5babi:ne180100\5d\28\29 +2377:std::__2::unique_ptr>::reset\5babi:ne180100\5d\28skgpu::ganesh::PathRendererChain*\29 +2378:std::__2::unique_ptr\20\5b\5d\2c\20std::__2::default_delete\20\5b\5d>>::~unique_ptr\5babi:ne180100\5d\28\29 +2379:std::__2::unique_ptr>::reset\5babi:ne180100\5d\28hb_face_t*\29 +2380:std::__2::unique_ptr::release\5babi:nn180100\5d\28\29 +2381:std::__2::unique_ptr>::~unique_ptr\5babi:ne180100\5d\28\29 +2382:std::__2::unique_ptr>::~unique_ptr\5babi:ne180100\5d\28\29 +2383:std::__2::unique_ptr>::~unique_ptr\5babi:ne180100\5d\28\29 +2384:std::__2::unique_ptr>::~unique_ptr\5babi:ne180100\5d\28\29 +2385:std::__2::unique_ptr>::~unique_ptr\5babi:ne180100\5d\28\29 +2386:std::__2::unique_ptr>::~unique_ptr\5babi:ne180100\5d\28\29 +2387:std::__2::moneypunct::do_decimal_point\28\29\20const +2388:std::__2::moneypunct::pos_format\5babi:nn180100\5d\28\29\20const +2389:std::__2::moneypunct::do_decimal_point\28\29\20const +2390:std::__2::locale::locale\28std::__2::locale\20const&\29 +2391:std::__2::locale::classic\28\29 +2392:std::__2::function::operator\28\29\28unsigned\20long\2c\20unsigned\20long\2c\20unsigned\20long\2c\20unsigned\20long\29\20const +2393:std::__2::function::operator\28\29\28int\2c\20skia::textlayout::Paragraph::VisitorInfo\20const*\29\20const +2394:std::__2::enable_if\2c\20int>::type\20impeller::saturated::Sub\28int\2c\20int\29 +2395:std::__2::enable_if::value\20&&\20is_move_assignable::value\2c\20void>::type\20std::__2::swap\5babi:nn180100\5d\28unsigned\20int&\2c\20unsigned\20int&\29 +2396:std::__2::enable_if\28\29\20==\20std::declval\28\29\29\2c\20bool>\2c\20bool>::type\20std::__2::operator==\5babi:ne180100\5d\28std::__2::optional\20const&\2c\20std::__2::optional\20const&\29 +2397:std::__2::deque>::pop_front\28\29 +2398:std::__2::deque>::begin\5babi:ne180100\5d\28\29 +2399:std::__2::ctype::toupper\5babi:nn180100\5d\28char\29\20const +2400:std::__2::chrono::duration>::duration\5babi:nn180100\5d\28long\20long\20const&\29 +2401:std::__2::basic_stringbuf\2c\20std::__2::allocator>::~basic_stringbuf\28\29 +2402:std::__2::basic_stringbuf\2c\20std::__2::allocator>::str\5babi:ne180100\5d\28\29\20const\20& +2403:std::__2::basic_string_view>::find\5babi:ne180100\5d\28char\2c\20unsigned\20long\29\20const +2404:std::__2::basic_string\2c\20std::__2::allocator>\20const*\20std::__2::__scan_keyword\5babi:nn180100\5d>\2c\20std::__2::basic_string\2c\20std::__2::allocator>\20const*\2c\20std::__2::ctype>\28std::__2::istreambuf_iterator>&\2c\20std::__2::istreambuf_iterator>\2c\20std::__2::basic_string\2c\20std::__2::allocator>\20const*\2c\20std::__2::basic_string\2c\20std::__2::allocator>\20const*\2c\20std::__2::ctype\20const&\2c\20unsigned\20int&\2c\20bool\29 +2405:std::__2::basic_string\2c\20std::__2::allocator>::operator\5b\5d\5babi:nn180100\5d\28unsigned\20long\29\20const +2406:std::__2::basic_string\2c\20std::__2::allocator>::__fits_in_sso\5babi:nn180100\5d\28unsigned\20long\29 +2407:std::__2::basic_string\2c\20std::__2::allocator>\20const*\20std::__2::__scan_keyword\5babi:nn180100\5d>\2c\20std::__2::basic_string\2c\20std::__2::allocator>\20const*\2c\20std::__2::ctype>\28std::__2::istreambuf_iterator>&\2c\20std::__2::istreambuf_iterator>\2c\20std::__2::basic_string\2c\20std::__2::allocator>\20const*\2c\20std::__2::basic_string\2c\20std::__2::allocator>\20const*\2c\20std::__2::ctype\20const&\2c\20unsigned\20int&\2c\20bool\29 +2408:std::__2::basic_string\2c\20std::__2::allocator>::pop_back\5babi:ne180100\5d\28\29 +2409:std::__2::basic_string\2c\20std::__2::allocator>::operator=\28std::__2::basic_string\2c\20std::__2::allocator>\20const&\29 +2410:std::__2::basic_string\2c\20std::__2::allocator>::basic_string\5babi:nn180100\5d\28char*\2c\20char*\2c\20std::__2::allocator\20const&\29 +2411:std::__2::basic_string\2c\20std::__2::allocator>::__get_short_size\5babi:nn180100\5d\28\29\20const +2412:std::__2::basic_string\2c\20std::__2::allocator>::__assign_external\28char\20const*\2c\20unsigned\20long\29 +2413:std::__2::basic_streambuf>::__pbump\5babi:nn180100\5d\28long\29 +2414:std::__2::basic_ostringstream\2c\20std::__2::allocator>::~basic_ostringstream\28\29 +2415:std::__2::basic_iostream>::~basic_iostream\28\29 +2416:std::__2::__unique_if::__unique_single\20std::__2::make_unique\5babi:ne180100\5d>>\28SkSL::Position&\2c\20SkSL::OperatorKind&&\2c\20std::__2::unique_ptr>&&\29 +2417:std::__2::__tuple_impl\2c\20sk_sp\2c\20sk_sp>::~__tuple_impl\28\29 +2418:std::__2::__tuple_impl\2c\20GrFragmentProcessor\20const*\2c\20GrGeometryProcessor::ProgramImpl::TransformInfo>::__tuple_impl\28std::__2::__tuple_impl\2c\20GrFragmentProcessor\20const*\2c\20GrGeometryProcessor::ProgramImpl::TransformInfo>&&\29 +2419:std::__2::__tree\2c\20std::__2::__map_value_compare\2c\20std::__2::less\2c\20true>\2c\20std::__2::allocator>>::~__tree\28\29 +2420:std::__2::__throw_bad_variant_access\5babi:ne180100\5d\28\29 +2421:std::__2::__split_buffer>\2c\20std::__2::allocator>>&>::~__split_buffer\28\29 +2422:std::__2::__split_buffer>::push_front\28skia::textlayout::OneLineShaper::RunBlock*&&\29 +2423:std::__2::__split_buffer>::push_back\5babi:ne180100\5d\28skia::textlayout::OneLineShaper::RunBlock*\20const&\29 +2424:std::__2::__split_buffer&>::__split_buffer\28unsigned\20long\2c\20unsigned\20long\2c\20std::__2::allocator&\29 +2425:std::__2::__shared_weak_count::__release_shared\5babi:ne180100\5d\28\29 +2426:std::__2::__shared_count::__release_shared\5babi:nn180100\5d\28\29 +2427:std::__2::__optional_destruct_base::~__optional_destruct_base\5babi:ne180100\5d\28\29 +2428:std::__2::__optional_destruct_base::~__optional_destruct_base\5babi:ne180100\5d\28\29 +2429:std::__2::__optional_destruct_base::reset\5babi:ne180100\5d\28\29 +2430:std::__2::__num_put_base::__format_int\28char*\2c\20char\20const*\2c\20bool\2c\20unsigned\20int\29 +2431:std::__2::__num_put_base::__format_float\28char*\2c\20char\20const*\2c\20unsigned\20int\29 +2432:std::__2::__itoa::__append8\5babi:nn180100\5d\28char*\2c\20unsigned\20int\29 +2433:std::__2::__function::__value_func::operator\28\29\5babi:ne180100\5d\28\29\20const +2434:std::__2::__function::__value_func::operator\28\29\5babi:ne180100\5d\28SkSL::Variable\20const&\29\20const +2435:skvx::Vec<8\2c\20unsigned\20short>\20skvx::operator+<8\2c\20unsigned\20short\2c\20unsigned\20short\2c\20void>\28skvx::Vec<8\2c\20unsigned\20short>\20const&\2c\20unsigned\20short\29 +2436:skvx::Vec<4\2c\20unsigned\20short>\20skvx::operator&<4\2c\20unsigned\20short>\28skvx::Vec<4\2c\20unsigned\20short>\20const&\2c\20skvx::Vec<4\2c\20unsigned\20short>\20const&\29 +2437:skvx::Vec<4\2c\20skvx::Mask::type>\20skvx::operator>=<4\2c\20float\2c\20float\2c\20void>\28skvx::Vec<4\2c\20float>\20const&\2c\20float\29 +2438:skvx::Vec<4\2c\20float>\20skvx::operator*<4\2c\20float\2c\20double\2c\20void>\28skvx::Vec<4\2c\20float>\20const&\2c\20double\29 +2439:skvx::Vec<2\2c\20unsigned\20char>\20skvx::cast\28skvx::Vec<2\2c\20float>\20const&\29 +2440:sktext::gpu::SubRun::~SubRun\28\29 +2441:sktext::gpu::GlyphVector::~GlyphVector\28\29 +2442:sktext::SkStrikePromise::strike\28\29 +2443:skif::\28anonymous\20namespace\29::draw_tiled_border\28SkCanvas*\2c\20SkTileMode\2c\20SkPaint\20const&\2c\20skif::LayerSpace\20const&\2c\20skif::LayerSpace\2c\20skif::LayerSpace\29::$_1::operator\28\29\28SkPoint\20const&\2c\20SkPoint\20const&\29\20const +2444:skif::\28anonymous\20namespace\29::downscale_step_count\28float\29 +2445:skif::\28anonymous\20namespace\29::GaneshBackend::~GaneshBackend\28\29 +2446:skif::LayerSpace\20skif::Mapping::paramToLayer\28skif::ParameterSpace\20const&\29\20const +2447:skif::LayerSpace::postConcat\28skif::LayerSpace\20const&\29 +2448:skif::LayerSpace\20skif::Mapping::deviceToLayer\28skif::DeviceSpace\20const&\29\20const +2449:skif::FilterResult::subset\28skif::LayerSpace\20const&\2c\20skif::LayerSpace\20const&\2c\20bool\29\20const +2450:skif::FilterResult::getAnalyzedShaderView\28skif::Context\20const&\2c\20SkSamplingOptions\20const&\2c\20SkEnumBitMask\29\20const +2451:skif::FilterResult::applyTransform\28skif::Context\20const&\2c\20skif::LayerSpace\20const&\2c\20SkSamplingOptions\20const&\29\20const +2452:skif::FilterResult::applyCrop\28skif::Context\20const&\2c\20skif::LayerSpace\20const&\2c\20SkTileMode\29\20const +2453:skif::FilterResult::analyzeBounds\28SkMatrix\20const&\2c\20SkIRect\20const&\2c\20skif::FilterResult::BoundsScope\29\20const +2454:skif::FilterResult::Builder::add\28skif::FilterResult\20const&\2c\20std::__2::optional>\2c\20SkEnumBitMask\2c\20SkSamplingOptions\20const&\29 +2455:skia_private::THashTable::Pair\2c\20unsigned\20int\2c\20skia_private::THashMap::Pair>::uncheckedSet\28skia_private::THashMap::Pair&&\29 +2456:skia_private::THashTable::Pair\2c\20unsigned\20int\2c\20skia_private::THashMap::Pair>::uncheckedSet\28skia_private::THashMap::Pair&&\29 +2457:skia_private::THashTable>\2c\20SkSL::IntrinsicKind\2c\20SkGoodHash>::Pair\2c\20std::__2::basic_string_view>\2c\20skia_private::THashMap>\2c\20SkSL::IntrinsicKind\2c\20SkGoodHash>::Pair>::uncheckedSet\28skia_private::THashMap>\2c\20SkSL::IntrinsicKind\2c\20SkGoodHash>::Pair&&\29 +2458:skia_private::THashTable::Pair\2c\20char\20const*\2c\20skia_private::THashMap::Pair>::uncheckedSet\28skia_private::THashMap::Pair&&\29 +2459:skia_private::THashTable\2c\20std::__2::allocator>\2c\20SkGoodHash>::Pair\2c\20SkSL::Variable\20const*\2c\20skia_private::THashMap\2c\20std::__2::allocator>\2c\20SkGoodHash>::Pair>::uncheckedSet\28skia_private::THashMap\2c\20std::__2::allocator>\2c\20SkGoodHash>::Pair&&\29 +2460:skia_private::THashTable::Pair\2c\20SkSL::Analysis::SpecializedCallKey\2c\20skia_private::THashMap::Pair>::Hash\28SkSL::Analysis::SpecializedCallKey\20const&\29 +2461:skia_private::THashTable::Traits>::uncheckedSet\28long\20long&&\29 +2462:skia_private::THashTable::Traits>::uncheckedSet\28int&&\29 +2463:skia_private::THashTable::Entry*\2c\20unsigned\20int\2c\20SkLRUCache::Traits>::resize\28int\29 +2464:skia_private::THashTable::Entry*\2c\20unsigned\20int\2c\20SkLRUCache::Traits>::find\28unsigned\20int\20const&\29\20const +2465:skia_private::THashMap::find\28unsigned\20int\20const&\29\20const +2466:skia_private::THashMap::operator\5b\5d\28SkSL::Variable\20const*\20const&\29 +2467:skia_private::TArray>\2c\20true>::destroyAll\28\29 +2468:skia_private::TArray>\2c\20true>::push_back\28std::__2::unique_ptr>&&\29 +2469:skia_private::TArray::preallocateNewData\28int\2c\20double\29 +2470:skia_private::TArray::installDataAndUpdateCapacity\28SkSpan\29 +2471:skia_private::TArray::~TArray\28\29 +2472:skia_private::TArray::preallocateNewData\28int\2c\20double\29 +2473:skia_private::TArray::~TArray\28\29 +2474:skia_private::TArray\2c\20true>::~TArray\28\29 +2475:skia_private::TArray::push_back_n\28int\2c\20int\20const&\29 +2476:skia_private::TArray::operator=\28skia_private::TArray\20const&\29 +2477:skia_private::TArray<\28anonymous\20namespace\29::MeshOp::Mesh\2c\20true>::preallocateNewData\28int\2c\20double\29 +2478:skia_private::TArray<\28anonymous\20namespace\29::MeshOp::Mesh\2c\20true>::installDataAndUpdateCapacity\28SkSpan\29 +2479:skia_private::TArray::clear\28\29 +2480:skia_private::TArray::operator=\28skia_private::TArray&&\29 +2481:skia_private::TArray::operator=\28skia_private::TArray\20const&\29 +2482:skia_private::TArray::preallocateNewData\28int\2c\20double\29 +2483:skia_private::TArray::operator=\28skia_private::TArray\20const&\29 +2484:skia_private::TArray::preallocateNewData\28int\2c\20double\29 +2485:skia_private::TArray::push_back\28GrRenderTask*&&\29 +2486:skia_private::TArray::installDataAndUpdateCapacity\28SkSpan\29 +2487:skia_private::AutoSTMalloc<4ul\2c\20SkFontArguments::Palette::Override\2c\20void>::AutoSTMalloc\28unsigned\20long\29 +2488:skia_private::AutoSTArray<24\2c\20unsigned\20int>::reset\28int\29 +2489:skia_png_zstream_error +2490:skia_png_read_data +2491:skia_png_get_int_32 +2492:skia_png_chunk_unknown_handling +2493:skia_png_calloc +2494:skia::textlayout::TextWrapper::getClustersTrimmedWidth\28\29 +2495:skia::textlayout::TextWrapper::TextStretch::startFrom\28skia::textlayout::Cluster*\2c\20unsigned\20long\29 +2496:skia::textlayout::TextWrapper::TextStretch::extend\28skia::textlayout::Cluster*\29 +2497:skia::textlayout::TextLine::measureTextInsideOneRun\28skia::textlayout::SkRange\2c\20skia::textlayout::Run\20const*\2c\20float\2c\20float\2c\20bool\2c\20skia::textlayout::TextLine::TextAdjustment\29\20const +2498:skia::textlayout::TextLine::isLastLine\28\29\20const +2499:skia::textlayout::Run::Run\28skia::textlayout::Run\20const&\29 +2500:skia::textlayout::ParagraphImpl::getLineNumberAt\28unsigned\20long\29\20const +2501:skia::textlayout::ParagraphImpl::findPreviousGraphemeBoundary\28unsigned\20long\29\20const +2502:skia::textlayout::ParagraphCacheKey::~ParagraphCacheKey\28\29 +2503:skia::textlayout::ParagraphBuilderImpl::startStyledBlock\28\29 +2504:skia::textlayout::OneLineShaper::RunBlock&\20std::__2::vector>::emplace_back\28skia::textlayout::OneLineShaper::RunBlock&\29 +2505:skia::textlayout::InternalLineMetrics::updateLineMetrics\28skia::textlayout::InternalLineMetrics&\29 +2506:skia::textlayout::InternalLineMetrics::runTop\28skia::textlayout::Run\20const*\2c\20skia::textlayout::LineMetricStyle\29\20const +2507:skia::textlayout::FontCollection::getFontManagerOrder\28\29\20const +2508:skia::textlayout::Decorations::calculateGaps\28skia::textlayout::TextLine::ClipContext\20const&\2c\20SkRect\20const&\2c\20float\2c\20float\29 +2509:skia::textlayout::Cluster::runOrNull\28\29\20const +2510:skgpu::tess::PatchStride\28skgpu::tess::PatchAttribs\29 +2511:skgpu::tess::MiddleOutPolygonTriangulator::MiddleOutPolygonTriangulator\28int\2c\20SkPoint\29 +2512:skgpu::ganesh::\28anonymous\20namespace\29::AAConvexPathOp::fixedFunctionFlags\28\29\20const +2513:skgpu::ganesh::SurfaceFillContext::~SurfaceFillContext\28\29 +2514:skgpu::ganesh::SurfaceFillContext::replaceOpsTask\28\29 +2515:skgpu::ganesh::SurfaceDrawContext::fillQuadWithEdgeAA\28GrClip\20const*\2c\20GrPaint&&\2c\20GrQuadAAFlags\2c\20SkMatrix\20const&\2c\20SkPoint\20const*\2c\20SkPoint\20const*\29 +2516:skgpu::ganesh::SurfaceDrawContext::fillPixelsWithLocalMatrix\28GrClip\20const*\2c\20GrPaint&&\2c\20SkIRect\20const&\2c\20SkMatrix\20const&\29 +2517:skgpu::ganesh::SurfaceDrawContext::drawPaint\28GrClip\20const*\2c\20GrPaint&&\2c\20SkMatrix\20const&\29 +2518:skgpu::ganesh::SurfaceDrawContext::MakeWithFallback\28GrRecordingContext*\2c\20GrColorType\2c\20sk_sp\2c\20SkBackingFit\2c\20SkISize\2c\20SkSurfaceProps\20const&\2c\20int\2c\20skgpu::Mipmapped\2c\20skgpu::Protected\2c\20GrSurfaceOrigin\2c\20skgpu::Budgeted\29 +2519:skgpu::ganesh::SurfaceContext::~SurfaceContext\28\29 +2520:skgpu::ganesh::SurfaceContext::transferPixels\28GrColorType\2c\20SkIRect\20const&\29::$_0::$_0\28$_0&&\29 +2521:skgpu::ganesh::SurfaceContext::PixelTransferResult::operator=\28skgpu::ganesh::SurfaceContext::PixelTransferResult&&\29 +2522:skgpu::ganesh::SupportedTextureFormats\28GrImageContext\20const&\29::$_0::operator\28\29\28SkYUVAPixmapInfo::DataType\2c\20int\29\20const +2523:skgpu::ganesh::SmallPathAtlasMgr::~SmallPathAtlasMgr\28\29 +2524:skgpu::ganesh::QuadPerEdgeAA::VertexSpec::coverageMode\28\29\20const +2525:skgpu::ganesh::PathInnerTriangulateOp::pushFanFillProgram\28GrTessellationShader::ProgramArgs\20const&\2c\20GrUserStencilSettings\20const*\29 +2526:skgpu::ganesh::OpsTask::deleteOps\28\29 +2527:skgpu::ganesh::OpsTask::OpChain::List::operator=\28skgpu::ganesh::OpsTask::OpChain::List&&\29 +2528:skgpu::ganesh::Device::drawEdgeAAImageSet\28SkCanvas::ImageSetEntry\20const*\2c\20int\2c\20SkPoint\20const*\2c\20SkMatrix\20const*\2c\20SkSamplingOptions\20const&\2c\20SkPaint\20const&\2c\20SkCanvas::SrcRectConstraint\29::$_0::operator\28\29\28int\29\20const +2529:skgpu::ganesh::ClipStack::clipRect\28SkMatrix\20const&\2c\20SkRect\20const&\2c\20GrAA\2c\20SkClipOp\29 +2530:skgpu::TClientMappedBufferManager::BufferFinishedMessage::BufferFinishedMessage\28skgpu::TClientMappedBufferManager::BufferFinishedMessage&&\29 +2531:skgpu::Swizzle::Concat\28skgpu::Swizzle\20const&\2c\20skgpu::Swizzle\20const&\29 +2532:skgpu::Swizzle::CToI\28char\29 +2533:skcpu::Recorder::TODO\28\29 +2534:skcpu::Draw::drawPathCoverage\28SkPath\20const&\2c\20SkPaint\20const&\2c\20SkBlitter*\29\20const +2535:sk_sp::operator=\28sk_sp&&\29 +2536:sk_sp::reset\28SkMipmap*\29 +2537:sk_sp::~sk_sp\28\29 +2538:sk_sp::reset\28SkColorSpace*\29 +2539:sk_sp::~sk_sp\28\29 +2540:sk_sp::~sk_sp\28\29 +2541:skData_getSize +2542:shr +2543:shl +2544:sect_with_horizontal\28SkPoint\20const*\2c\20float\29 +2545:roughly_between\28double\2c\20double\2c\20double\29 +2546:pt_to_line\28SkPoint\20const&\2c\20SkPoint\20const&\2c\20SkPoint\20const&\29 +2547:psh_calc_max_height +2548:ps_mask_set_bit +2549:ps_dimension_set_mask_bits +2550:ps_builder_check_points +2551:ps_builder_add_point +2552:png_colorspace_endpoints_match +2553:path_is_trivial\28SkPath\20const&\29::Trivializer::addTrivialContourPoint\28SkPoint\20const&\29 +2554:output_char\28hb_buffer_t*\2c\20unsigned\20int\2c\20unsigned\20int\29 +2555:operator!=\28SkRect\20const&\2c\20SkRect\20const&\29 +2556:nearly_equal\28double\2c\20double\29 +2557:mbrtowc +2558:mask_gamma_cache_mutex\28\29 +2559:map_rect_perspective\28SkRect\20const&\2c\20float\20const*\29::$_0::operator\28\29\28skvx::Vec<4\2c\20float>\20const&\2c\20skvx::Vec<4\2c\20float>\20const&\2c\20skvx::Vec<4\2c\20float>\20const&\29\20const +2560:lineMetrics_getEndIndex +2561:is_smooth_enough\28SkAnalyticEdge*\2c\20SkAnalyticEdge*\2c\20int\29 +2562:is_ICC_signature_char +2563:interpolate_local\28float\2c\20int\2c\20int\2c\20int\2c\20int\2c\20float*\2c\20float*\2c\20float*\29 +2564:int\20_hb_cmp_method>\28void\20const*\2c\20void\20const*\29 +2565:impeller::\28anonymous\20namespace\29::RoundSuperellipseBuilder::AddOctant\28impeller::RoundSuperellipseParam::Octant\20const&\2c\20bool\2c\20bool\2c\20impeller::Matrix\20const&\29 +2566:impeller::Vector4::operator!=\28impeller::Vector4\20const&\29\20const +2567:impeller::TRect::IntersectsWithRect\28impeller::TRect\20const&\29\20const +2568:impeller::TRect::ClipAndInsert\28impeller::TPoint*\2c\20int\2c\20impeller::Vector3\20const&\2c\20impeller::Vector3\20const&\2c\20impeller::Vector3\20const&\29 +2569:impeller::TPoint::Normalize\28\29\20const +2570:impeller::NormalizeEmptyToZero\28impeller::TSize&\29 +2571:impeller::Matrix::TransformHomogenous\28impeller::TPoint\20const&\29\20const +2572:ilogbf +2573:hb_vector_t\2c\20false>::fini\28\29 +2574:hb_unicode_funcs_t::compose\28unsigned\20int\2c\20unsigned\20int\2c\20unsigned\20int*\29 +2575:hb_syllabic_insert_dotted_circles\28hb_font_t*\2c\20hb_buffer_t*\2c\20unsigned\20int\2c\20unsigned\20int\2c\20int\2c\20int\29 +2576:hb_shape_full +2577:hb_serialize_context_t::~hb_serialize_context_t\28\29 +2578:hb_serialize_context_t::hb_serialize_context_t\28void*\2c\20unsigned\20int\29 +2579:hb_serialize_context_t::end_serialize\28\29 +2580:hb_paint_funcs_t::push_scale\28void*\2c\20float\2c\20float\29 +2581:hb_paint_funcs_t::push_font_transform\28void*\2c\20hb_font_t\20const*\29 +2582:hb_paint_funcs_t::push_clip_rectangle\28void*\2c\20float\2c\20float\2c\20float\2c\20float\29 +2583:hb_paint_extents_context_t::paint\28\29 +2584:hb_ot_map_builder_t::disable_feature\28unsigned\20int\29 +2585:hb_map_iter_t\2c\20OT::IntType\2c\20void\2c\20true>\20const>\2c\20hb_partial_t<2u\2c\20$_10\20const*\2c\20OT::ChainRuleSet\20const*>\2c\20\28hb_function_sortedness_t\290\2c\20\28void*\290>::__item__\28\29\20const +2586:hb_lazy_loader_t\2c\20hb_face_t\2c\2012u\2c\20OT::vmtx_accelerator_t>::get_stored\28\29\20const +2587:hb_lazy_loader_t\2c\20hb_face_t\2c\2038u\2c\20OT::sbix_accelerator_t>::do_destroy\28OT::sbix_accelerator_t*\29 +2588:hb_lazy_loader_t\2c\20hb_face_t\2c\2023u\2c\20OT::kern_accelerator_t>::get_stored\28\29\20const +2589:hb_lazy_loader_t\2c\20hb_face_t\2c\205u\2c\20OT::hmtx_accelerator_t>::do_destroy\28OT::hmtx_accelerator_t*\29 +2590:hb_lazy_loader_t\2c\20hb_face_t\2c\2016u\2c\20OT::cff1_accelerator_t>::get_stored\28\29\20const +2591:hb_lazy_loader_t\2c\20hb_face_t\2c\2025u\2c\20OT::GSUB_accelerator_t>::do_destroy\28OT::GSUB_accelerator_t*\29 +2592:hb_lazy_loader_t\2c\20hb_face_t\2c\2026u\2c\20OT::GPOS_accelerator_t>::get_stored\28\29\20const +2593:hb_lazy_loader_t\2c\20hb_face_t\2c\2028u\2c\20AAT::morx_accelerator_t>::do_destroy\28AAT::morx_accelerator_t*\29 +2594:hb_lazy_loader_t\2c\20hb_face_t\2c\2030u\2c\20AAT::kerx_accelerator_t>::do_destroy\28AAT::kerx_accelerator_t*\29 +2595:hb_lazy_loader_t\2c\20hb_face_t\2c\2034u\2c\20hb_blob_t>::get\28\29\20const +2596:hb_language_from_string +2597:hb_iter_t\2c\20hb_array_t>\2c\20$_8\20const&\2c\20\28hb_function_sortedness_t\291\2c\20\28void*\290>\2c\20OT::HBGlyphID16&>::operator*\28\29 +2598:hb_hashmap_t::alloc\28unsigned\20int\29 +2599:hb_font_t::parent_scale_position\28int*\2c\20int*\29 +2600:hb_font_t::get_h_extents_with_fallback\28hb_font_extents_t*\29 +2601:hb_font_t::changed\28\29 +2602:hb_decycler_node_t::~hb_decycler_node_t\28\29 +2603:hb_buffer_t::copy_glyph\28\29 +2604:hb_buffer_t::clear_positions\28\29 +2605:hb_blob_create_sub_blob +2606:hb_blob_create +2607:hb_bit_set_t::~hb_bit_set_t\28\29 +2608:hb_bit_set_t::union_\28hb_bit_set_t\20const&\29 +2609:hb_bit_set_t::resize\28unsigned\20int\2c\20bool\2c\20bool\29 +2610:get_cache\28\29 +2611:ftell +2612:ft_var_readpackedpoints +2613:ft_glyphslot_free_bitmap +2614:flutter::ToSk\28flutter::DlColorSource\20const*\29::$_0::operator\28\29\28flutter::DlGradientColorSourceBase\20const*\29\20const +2615:flutter::DlRuntimeEffectColorSource::~DlRuntimeEffectColorSource\28\29 +2616:flutter::DlGradientColorSourceBase::base_equals_\28flutter::DlGradientColorSourceBase\20const*\29\20const +2617:flutter::DlColorFilterImageFilter::size\28\29\20const +2618:flutter::DisplayListMatrixClipState::mapAndClipRect\28impeller::TRect\20const&\2c\20impeller::TRect*\29\20const +2619:flutter::DisplayListMatrixClipState::clipOval\28impeller::TRect\20const&\2c\20flutter::DlClipOp\2c\20bool\29 +2620:flutter::DisplayListMatrixClipState::GetLocalCorners\28impeller::TPoint*\2c\20impeller::TRect\20const&\2c\20impeller::Matrix\20const&\29 +2621:flutter::DisplayListBuilder::~DisplayListBuilder\28\29 +2622:flutter::DisplayListBuilder::drawImage\28sk_sp\2c\20impeller::TPoint\20const&\2c\20flutter::DlImageSampling\2c\20bool\29 +2623:flutter::DisplayListBuilder::drawImageRect\28sk_sp\2c\20impeller::TRect\20const&\2c\20impeller::TRect\20const&\2c\20flutter::DlImageSampling\2c\20bool\2c\20flutter::DlSrcRectConstraint\29 +2624:flutter::DisplayListBuilder::drawImageNine\28sk_sp\2c\20impeller::TRect\20const&\2c\20impeller::TRect\20const&\2c\20flutter::DlFilterMode\2c\20bool\29 +2625:flutter::DisplayListBuilder::drawAtlas\28sk_sp\2c\20impeller::RSTransform\20const*\2c\20impeller::TRect\20const*\2c\20flutter::DlColor\20const*\2c\20int\2c\20impeller::BlendMode\2c\20flutter::DlImageSampling\2c\20impeller::TRect\20const*\2c\20bool\29 +2626:flutter::DisplayListBuilder::UpdateLayerResult\28flutter::DisplayListBuilder::OpResult\2c\20impeller::BlendMode\29 +2627:flutter::DisplayListBuilder::Transform\28impeller::Matrix\20const&\29 +2628:flutter::DisplayListBuilder::Skew\28float\2c\20float\29 +2629:flutter::DisplayListBuilder::Scale\28float\2c\20float\29 +2630:flutter::DisplayListBuilder::Rotate\28float\29 +2631:flutter::DisplayListBuilder::GetLocalClipCoverage\28\29\20const +2632:flutter::DisplayListBuilder::DrawText\28std::__2::shared_ptr\20const&\2c\20float\2c\20float\2c\20flutter::DlPaint\20const&\29 +2633:flutter::DisplayListBuilder::DrawShadow\28flutter::DlPath\20const&\2c\20flutter::DlColor\2c\20float\2c\20bool\2c\20float\29 +2634:flutter::DisplayListBuilder::DrawPath\28flutter::DlPath\20const&\2c\20flutter::DlPaint\20const&\29 +2635:flutter::DisplayListBuilder::DrawLine\28impeller::TPoint\20const&\2c\20impeller::TPoint\20const&\2c\20flutter::DlPaint\20const&\29 +2636:flutter::DisplayListBuilder::DrawDisplayList\28sk_sp\2c\20float\29 +2637:flutter::DisplayListBuilder::ClipRoundSuperellipse\28impeller::RoundSuperellipse\20const&\2c\20flutter::DlClipOp\2c\20bool\29 +2638:float\20const*\20std::__2::min_element\5babi:ne180100\5d>\28float\20const*\2c\20float\20const*\2c\20std::__2::__less\29 +2639:float\20const*\20std::__2::max_element\5babi:ne180100\5d>\28float\20const*\2c\20float\20const*\2c\20std::__2::__less\29 +2640:filter_to_gl_mag_filter\28SkFilterMode\29 +2641:extract_mask_subset\28SkMask\20const&\2c\20SkIRect\2c\20int\2c\20int\29 +2642:exp +2643:equal_ulps\28float\2c\20float\2c\20int\2c\20int\29 +2644:dispose_chunk +2645:direct_blur_y\28void\20\28*\29\28unsigned\20char*\2c\20unsigned\20char\20const*\2c\20int\29\2c\20int\2c\20int\2c\20unsigned\20short*\2c\20unsigned\20char\20const*\2c\20unsigned\20long\2c\20int\2c\20int\2c\20unsigned\20char*\2c\20unsigned\20long\29 +2646:derivative_at_t\28double\20const*\2c\20double\29 +2647:decltype\28fp\28nullptr\29\29\20SkArenaAlloc::make\28SkShaderBase&\2c\20bool\20const&\29::'lambda'\28void*\29>\28SkTransformShader&&\29::'lambda'\28char*\29::__invoke\28char*\29 +2648:cubic_delta_from_line\28int\2c\20int\2c\20int\2c\20int\29 +2649:crop_rect_edge\28SkRect\20const&\2c\20int\2c\20int\2c\20int\2c\20int\2c\20float*\2c\20float*\2c\20float*\2c\20float*\2c\20float*\29 +2650:cleanup_program\28GrGLGpu*\2c\20unsigned\20int*\2c\20unsigned\20int*\2c\20unsigned\20int*\29 +2651:clean_paint_for_drawVertices\28SkPaint\29 +2652:clean_paint_for_drawImage\28SkPaint\20const*\29 +2653:check_edge_against_rect\28SkPoint\20const&\2c\20SkPoint\20const&\2c\20SkRect\20const&\2c\20SkPathDirection\29 +2654:checkOnCurve\28float\2c\20float\2c\20SkPoint\20const&\2c\20SkPoint\20const&\29 +2655:char*\20sktext::gpu::BagOfBytes::allocateBytesFor\28int\29::'lambda'\28\29::operator\28\29\28\29\20const +2656:cff_strcpy +2657:cff_size_get_globals_funcs +2658:cff_index_forget_element +2659:cf2_stack_setReal +2660:cf2_hint_init +2661:cf2_doStems +2662:cf2_doFlex +2663:calculate_path_gap\28float\2c\20float\2c\20SkPath\20const&\29::$_4::operator\28\29\28float\29\20const +2664:buffer_verify_error\28hb_buffer_t*\2c\20hb_font_t*\2c\20char\20const*\2c\20...\29 +2665:bool\20hb_array_t::sanitize\28hb_sanitize_context_t*\29\20const +2666:bool\20flutter::Equals\28flutter::DlImageFilter\20const*\2c\20flutter::DlImageFilter\20const*\29 +2667:bool\20OT::would_match_input>\28OT::hb_would_apply_context_t*\2c\20unsigned\20int\2c\20OT::IntType\20const*\2c\20bool\20\28*\29\28hb_glyph_info_t&\2c\20unsigned\20int\2c\20void\20const*\29\2c\20void\20const*\29 +2668:bool\20OT::match_input>\28OT::hb_ot_apply_context_t*\2c\20unsigned\20int\2c\20OT::IntType\20const*\2c\20bool\20\28*\29\28hb_glyph_info_t&\2c\20unsigned\20int\2c\20void\20const*\29\2c\20void\20const*\2c\20unsigned\20int*\2c\20unsigned\20int*\2c\20unsigned\20int*\29 +2669:bool\20OT::OffsetTo\2c\20void\2c\20true>::sanitize<>\28hb_sanitize_context_t*\2c\20void\20const*\29\20const +2670:bool\20OT::OffsetTo>\2c\20OT::IntType\2c\20void\2c\20false>::sanitize<>\28hb_sanitize_context_t*\2c\20void\20const*\29\20const +2671:bool\20AAT::hb_aat_apply_context_t::output_glyphs\28unsigned\20int\2c\20OT::HBGlyphID16\20const*\29 +2672:blur_y_rect\28void\20\28*\29\28unsigned\20char*\2c\20unsigned\20char\20const*\2c\20int\29\2c\20int\2c\20skvx::Vec<8\2c\20unsigned\20short>\20\28*\29\28skvx::Vec<8\2c\20unsigned\20short>\20const&\2c\20skvx::Vec<8\2c\20unsigned\20short>\20const&\2c\20skvx::Vec<8\2c\20unsigned\20short>\20const&\2c\20skvx::Vec<8\2c\20unsigned\20short>\20const&\2c\20skvx::Vec<8\2c\20unsigned\20short>\20const&\2c\20skvx::Vec<8\2c\20unsigned\20short>\20const&\2c\20skvx::Vec<8\2c\20unsigned\20short>*\2c\20skvx::Vec<8\2c\20unsigned\20short>*\2c\20skvx::Vec<8\2c\20unsigned\20short>*\2c\20skvx::Vec<8\2c\20unsigned\20short>*\2c\20skvx::Vec<8\2c\20unsigned\20short>*\2c\20skvx::Vec<8\2c\20unsigned\20short>*\2c\20skvx::Vec<8\2c\20unsigned\20short>*\2c\20skvx::Vec<8\2c\20unsigned\20short>*\29\2c\20int\2c\20unsigned\20short*\2c\20unsigned\20char\20const*\2c\20unsigned\20long\2c\20int\2c\20int\2c\20unsigned\20char*\2c\20unsigned\20long\29 +2673:blur_column\28void\20\28*\29\28unsigned\20char*\2c\20unsigned\20char\20const*\2c\20int\29\2c\20skvx::Vec<8\2c\20unsigned\20short>\20\28*\29\28skvx::Vec<8\2c\20unsigned\20short>\20const&\2c\20skvx::Vec<8\2c\20unsigned\20short>\20const&\2c\20skvx::Vec<8\2c\20unsigned\20short>\20const&\2c\20skvx::Vec<8\2c\20unsigned\20short>\20const&\2c\20skvx::Vec<8\2c\20unsigned\20short>\20const&\2c\20skvx::Vec<8\2c\20unsigned\20short>\20const&\2c\20skvx::Vec<8\2c\20unsigned\20short>*\2c\20skvx::Vec<8\2c\20unsigned\20short>*\2c\20skvx::Vec<8\2c\20unsigned\20short>*\2c\20skvx::Vec<8\2c\20unsigned\20short>*\2c\20skvx::Vec<8\2c\20unsigned\20short>*\2c\20skvx::Vec<8\2c\20unsigned\20short>*\2c\20skvx::Vec<8\2c\20unsigned\20short>*\2c\20skvx::Vec<8\2c\20unsigned\20short>*\29\2c\20int\2c\20int\2c\20skvx::Vec<8\2c\20unsigned\20short>\20const&\2c\20skvx::Vec<8\2c\20unsigned\20short>\20const&\2c\20skvx::Vec<8\2c\20unsigned\20short>\20const&\2c\20skvx::Vec<8\2c\20unsigned\20short>\20const&\2c\20skvx::Vec<8\2c\20unsigned\20short>\20const&\2c\20unsigned\20char\20const*\2c\20unsigned\20long\2c\20int\2c\20unsigned\20char*\2c\20unsigned\20long\29::$_0::operator\28\29\28unsigned\20char*\2c\20skvx::Vec<8\2c\20unsigned\20short>\20const&\2c\20skvx::Vec<8\2c\20unsigned\20short>\20const&\29\20const +2674:blit_clipped_mask\28SkBlitter*\2c\20SkMask\20const&\2c\20SkIRect\20const&\2c\20SkIRect\20const&\29 +2675:approx_arc_length\28SkPoint\20const*\2c\20int\29 +2676:antifillrect\28SkIRect\20const&\2c\20SkBlitter*\29 +2677:animatedImage_getCurrentFrame +2678:afm_parser_read_int +2679:af_sort_pos +2680:af_latin_hints_compute_segments +2681:acosf +2682:_hb_glyph_info_get_lig_num_comps\28hb_glyph_info_t\20const*\29 +2683:__uselocale +2684:__math_xflow +2685:__cxxabiv1::__base_class_type_info::search_below_dst\28__cxxabiv1::__dynamic_cast_info*\2c\20void\20const*\2c\20int\2c\20bool\29\20const +2686:\28anonymous\20namespace\29::make_vertices_spec\28bool\2c\20bool\29 +2687:\28anonymous\20namespace\29::ThreeBoxApproxPass::blurSegment\28int\2c\20void\20const*\2c\20int\2c\20void*\2c\20int\29::'lambda'\28skvx::Vec<4\2c\20unsigned\20int>\20const&\29::operator\28\29\28skvx::Vec<4\2c\20unsigned\20int>\20const&\29\20const +2688:\28anonymous\20namespace\29::TentPass::blurSegment\28int\2c\20void\20const*\2c\20int\2c\20void*\2c\20int\29::'lambda'\28unsigned\20int\20const*\29::operator\28\29\28unsigned\20int\20const*\29\20const +2689:\28anonymous\20namespace\29::TentPass::blurSegment\28int\2c\20void\20const*\2c\20int\2c\20void*\2c\20int\29::'lambda'\28skvx::Vec<4\2c\20unsigned\20int>\20const&\29::operator\28\29\28skvx::Vec<4\2c\20unsigned\20int>\20const&\29\20const +2690:\28anonymous\20namespace\29::SkBlurImageFilter::kernelBounds\28skif::Mapping\20const&\2c\20skif::LayerSpace\29\20const +2691:\28anonymous\20namespace\29::RunIteratorQueue::insert\28SkShaper::RunIterator*\2c\20int\29 +2692:\28anonymous\20namespace\29::RunIteratorQueue::CompareEntry\28\28anonymous\20namespace\29::RunIteratorQueue::Entry\20const&\2c\20\28anonymous\20namespace\29::RunIteratorQueue::Entry\20const&\29 +2693:\28anonymous\20namespace\29::PathGeoBuilder::ensureSpace\28int\2c\20int\2c\20SkPoint\20const*\29 +2694:\28anonymous\20namespace\29::MeshGP::Impl::MeshCallbacks::getMangledName\28char\20const*\29 +2695:\28anonymous\20namespace\29::FillRectOpImpl::vertexSpec\28\29\20const +2696:\28anonymous\20namespace\29::CacheImpl::removeInternal\28\28anonymous\20namespace\29::CacheImpl::Value*\29 +2697:\28anonymous\20namespace\29::A8Pass::blurSegment\28int\2c\20void\20const*\2c\20int\2c\20void*\2c\20int\29::'lambda'\28unsigned\20int\29::operator\28\29\28unsigned\20int\29\20const +2698:WriteRingBuffer +2699:TT_Load_Context +2700:Skwasm::createDlRRect\28float\20const*\29 +2701:SkipCode +2702:SkYUVAPixmaps::~SkYUVAPixmaps\28\29 +2703:SkYUVAPixmaps::operator=\28SkYUVAPixmaps\20const&\29 +2704:SkYUVAPixmaps::SkYUVAPixmaps\28\29 +2705:SkWriter32::writeRRect\28SkRRect\20const&\29 +2706:SkWriter32::writeMatrix\28SkMatrix\20const&\29 +2707:SkWriter32::snapshotAsData\28\29\20const +2708:SkWBuffer::write\28void\20const*\2c\20unsigned\20long\29 +2709:SkVertices::approximateSize\28\29\20const +2710:SkTextBlobBuilder::~SkTextBlobBuilder\28\29 +2711:SkTextBlob::RunRecord::textBuffer\28\29\20const +2712:SkTextBlob::RunRecord::clusterBuffer\28\29\20const +2713:SkTextBlob::RunRecord::StorageSize\28unsigned\20int\2c\20unsigned\20int\2c\20SkTextBlob::GlyphPositioning\2c\20SkSafeMath*\29 +2714:SkTextBlob::RunRecord::Next\28SkTextBlob::RunRecord\20const*\29 +2715:SkTSpan::oppT\28double\29\20const +2716:SkTSpan::closestBoundedT\28SkDPoint\20const&\29\20const +2717:SkTSect::updateBounded\28SkTSpan*\2c\20SkTSpan*\2c\20SkTSpan*\29 +2718:SkTSect::trim\28SkTSpan*\2c\20SkTSect*\29 +2719:SkTSect::removeSpanRange\28SkTSpan*\2c\20SkTSpan*\29 +2720:SkTSect::removeCoincident\28SkTSpan*\2c\20bool\29 +2721:SkTSect::deleteEmptySpans\28\29 +2722:SkTInternalLList::Entry>::remove\28SkLRUCache::Entry*\29 +2723:SkTInternalLList>\2c\20skia::textlayout::ParagraphCache::KeyHash\2c\20SkNoOpPurge>::Entry>::remove\28SkLRUCache>\2c\20skia::textlayout::ParagraphCache::KeyHash\2c\20SkNoOpPurge>::Entry*\29 +2724:SkTInternalLList>\2c\20GrGLGpu::ProgramCache::DescHash\2c\20SkNoOpPurge>::Entry>::remove\28SkLRUCache>\2c\20GrGLGpu::ProgramCache::DescHash\2c\20SkNoOpPurge>::Entry*\29 +2725:SkTDStorage::insert\28int\2c\20int\2c\20void\20const*\29 +2726:SkTDStorage::insert\28int\29 +2727:SkTDStorage::erase\28int\2c\20int\29 +2728:SkTDArray::push_back\28int\20const&\29 +2729:SkTBlockList::pushItem\28\29 +2730:SkStrokeRec::applyToPath\28SkPathBuilder*\2c\20SkPath\20const&\29\20const +2731:SkString::set\28char\20const*\29 +2732:SkString::SkString\28unsigned\20long\29 +2733:SkString::Rec::Make\28char\20const*\2c\20unsigned\20long\29 +2734:SkStrikeSpec::MakeCanonicalized\28SkFont\20const&\2c\20SkPaint\20const*\29 +2735:SkStrikeCache::GlobalStrikeCache\28\29 +2736:SkStrike::glyph\28SkPackedGlyphID\29 +2737:SkSpriteBlitter::~SkSpriteBlitter\28\29 +2738:SkSpecialImages::MakeDeferredFromGpu\28GrRecordingContext*\2c\20SkIRect\20const&\2c\20unsigned\20int\2c\20GrSurfaceProxyView\2c\20GrColorInfo\20const&\2c\20SkSurfaceProps\20const&\29 +2739:SkSpecialImages::AsBitmap\28SkSpecialImage\20const*\2c\20SkBitmap*\29 +2740:SkShadowTessellator::MakeSpot\28SkPath\20const&\2c\20SkMatrix\20const&\2c\20SkPoint3\20const&\2c\20SkPoint3\20const&\2c\20float\2c\20bool\2c\20bool\29 +2741:SkShaders::MatrixRec::apply\28SkStageRec\20const&\2c\20SkMatrix\20const&\29\20const +2742:SkShaderBlurAlgorithm::renderBlur\28SkRuntimeEffectBuilder*\2c\20SkFilterMode\2c\20SkISize\2c\20sk_sp\2c\20SkIRect\20const&\2c\20SkTileMode\2c\20SkIRect\20const&\29\20const::$_0::operator\28\29\28SkIRect\20const&\29\20const +2743:SkShaderBase::appendRootStages\28SkStageRec\20const&\2c\20SkMatrix\20const&\29\20const +2744:SkSemaphore::signal\28int\29 +2745:SkScan::FillIRect\28SkIRect\20const&\2c\20SkRegion\20const*\2c\20SkBlitter*\29 +2746:SkScalerContext_FreeType::emboldenIfNeeded\28FT_FaceRec_*\2c\20FT_GlyphSlotRec_*\2c\20unsigned\20short\29 +2747:SkScalerContextRec::getMatrixFrom2x2\28\29\20const +2748:SkScaleToSides::AdjustRadii\28double\2c\20double\2c\20float*\2c\20float*\29 +2749:SkSamplingOptions::operator!=\28SkSamplingOptions\20const&\29\20const +2750:SkSL::write_stringstream\28SkSL::StringStream\20const&\2c\20SkSL::OutputStream&\29 +2751:SkSL::evaluate_3_way_intrinsic\28SkSL::Context\20const&\2c\20std::__2::array\20const&\2c\20SkSL::Type\20const&\2c\20double\20\28*\29\28double\2c\20double\2c\20double\29\29 +2752:SkSL::eliminate_dead_local_variables\28SkSL::Context\20const&\2c\20SkSpan>>\2c\20SkSL::ProgramUsage*\29::DeadLocalVariableEliminator::~DeadLocalVariableEliminator\28\29 +2753:SkSL::calculate_count\28double\2c\20double\2c\20double\2c\20bool\2c\20bool\29 +2754:SkSL::append_rtadjust_fixup_to_vertex_main\28SkSL::Context\20const&\2c\20SkSL::FunctionDeclaration\20const&\2c\20SkSL::Block&\29::AppendRTAdjustFixupHelper::Pos\28\29\20const +2755:SkSL::\28anonymous\20namespace\29::ProgramUsageVisitor::visitProgramElement\28SkSL::ProgramElement\20const&\29 +2756:SkSL::VarDeclaration::Convert\28SkSL::Context\20const&\2c\20SkSL::Position\2c\20SkSL::Modifiers\20const&\2c\20SkSL::Type\20const&\2c\20SkSL::Position\2c\20std::__2::basic_string_view>\2c\20SkSL::VariableStorage\2c\20std::__2::unique_ptr>\29 +2757:SkSL::Type::priority\28\29\20const +2758:SkSL::Type::checkForOutOfRangeLiteral\28SkSL::Context\20const&\2c\20double\2c\20SkSL::Position\29\20const +2759:SkSL::Transform::EliminateDeadFunctions\28SkSL::Program&\29::$_0::operator\28\29\28std::__2::unique_ptr>\20const&\29\20const +2760:SkSL::SymbolTable::lookup\28SkSL::SymbolTable::SymbolKey\20const&\29\20const +2761:SkSL::SymbolTable::isType\28std::__2::basic_string_view>\29\20const +2762:SkSL::Swizzle::MaskString\28skia_private::FixedArray<4\2c\20signed\20char>\20const&\29 +2763:SkSL::RP::SlotManager::mapVariableToSlots\28SkSL::Variable\20const&\2c\20SkSL::RP::SlotRange\29 +2764:SkSL::RP::Program::appendStages\28SkRasterPipeline*\2c\20SkArenaAlloc*\2c\20SkSL::RP::Callbacks*\2c\20SkSpan\29\20const::$_0::operator\28\29\28\29\20const +2765:SkSL::RP::Program::appendCopy\28skia_private::TArray*\2c\20SkArenaAlloc*\2c\20std::byte*\2c\20SkSL::RP::ProgramOp\2c\20unsigned\20int\2c\20int\2c\20unsigned\20int\2c\20int\2c\20int\29\20const +2766:SkSL::RP::Generator::store\28SkSL::RP::LValue&\29 +2767:SkSL::RP::Generator::popToSlotRangeUnmasked\28SkSL::RP::SlotRange\29 +2768:SkSL::RP::Builder::ternary_op\28SkSL::RP::BuilderOp\2c\20int\29 +2769:SkSL::RP::Builder::simplifyPopSlotsUnmasked\28SkSL::RP::SlotRange*\29 +2770:SkSL::RP::Builder::push_zeros\28int\29 +2771:SkSL::RP::Builder::push_loop_mask\28\29 +2772:SkSL::RP::Builder::pad_stack\28int\29 +2773:SkSL::RP::Builder::exchange_src\28\29 +2774:SkSL::ProgramVisitor::visit\28SkSL::Program\20const&\29 +2775:SkSL::ProgramUsage::remove\28SkSL::Statement\20const*\29 +2776:SkSL::PrefixExpression::Make\28SkSL::Context\20const&\2c\20SkSL::Position\2c\20SkSL::Operator\2c\20std::__2::unique_ptr>\29 +2777:SkSL::PipelineStage::PipelineStageCodeGenerator::typedVariable\28SkSL::Type\20const&\2c\20std::__2::basic_string_view>\29 +2778:SkSL::PipelineStage::PipelineStageCodeGenerator::typeName\28SkSL::Type\20const&\29 +2779:SkSL::Parser::parseInitializer\28SkSL::Position\2c\20std::__2::unique_ptr>*\29 +2780:SkSL::Parser::nextRawToken\28\29 +2781:SkSL::Parser::arrayType\28SkSL::Type\20const*\2c\20int\2c\20SkSL::Position\29 +2782:SkSL::Parser::AutoSymbolTable::AutoSymbolTable\28SkSL::Parser*\2c\20std::__2::unique_ptr>*\2c\20bool\29 +2783:SkSL::MethodReference::~MethodReference\28\29_6992 +2784:SkSL::MethodReference::~MethodReference\28\29 +2785:SkSL::LiteralType::priority\28\29\20const +2786:SkSL::Intrinsics::\28anonymous\20namespace\29::evaluate_sub\28SkSL::Context\20const&\2c\20std::__2::array\20const&\29 +2787:SkSL::Intrinsics::\28anonymous\20namespace\29::evaluate_dot\28std::__2::array\20const&\29 +2788:SkSL::InterfaceBlock::arraySize\28\29\20const +2789:SkSL::IndexExpression::Make\28SkSL::Context\20const&\2c\20SkSL::Position\2c\20std::__2::unique_ptr>\2c\20std::__2::unique_ptr>\29 +2790:SkSL::GLSLCodeGenerator::writeExtension\28std::__2::basic_string_view>\2c\20bool\29 +2791:SkSL::FieldAccess::Make\28SkSL::Context\20const&\2c\20SkSL::Position\2c\20std::__2::unique_ptr>\2c\20int\2c\20SkSL::FieldAccessOwnerKind\29 +2792:SkSL::ConstructorArray::Make\28SkSL::Context\20const&\2c\20SkSL::Position\2c\20SkSL::Type\20const&\2c\20SkSL::ExpressionArray\29 +2793:SkSL::Compiler::convertProgram\28SkSL::ProgramKind\2c\20std::__2::basic_string\2c\20std::__2::allocator>\2c\20SkSL::ProgramSettings\20const&\29 +2794:SkSL::Block::isEmpty\28\29\20const +2795:SkSL::Block::Make\28SkSL::Position\2c\20skia_private::STArray<2\2c\20std::__2::unique_ptr>\2c\20true>\2c\20SkSL::Block::Kind\2c\20std::__2::unique_ptr>\29 +2796:SkSL::Block::MakeBlock\28SkSL::Position\2c\20skia_private::STArray<2\2c\20std::__2::unique_ptr>\2c\20true>\2c\20SkSL::Block::Kind\2c\20std::__2::unique_ptr>\29 +2797:SkSL::Analysis::DetectVarDeclarationWithoutScope\28SkSL::Statement\20const&\2c\20SkSL::ErrorReporter*\29 +2798:SkRuntimeEffect::Result::~Result\28\29 +2799:SkResourceCache::remove\28SkResourceCache::Rec*\29 +2800:SkRegion::writeToMemory\28void*\29\20const +2801:SkRegion::SkRegion\28SkRegion\20const&\29 +2802:SkRect::sort\28\29 +2803:SkRect::setBoundsCheck\28SkSpan\29 +2804:SkRect::offset\28SkPoint\20const&\29 +2805:SkRect::inset\28float\2c\20float\29 +2806:SkRecords::Optional::~Optional\28\29 +2807:SkRecords::NoOp*\20SkRecord::replace\28int\29 +2808:SkReadBuffer::skip\28unsigned\20long\29 +2809:SkRasterPipeline::tailPointer\28\29 +2810:SkRasterPipeline::appendMatrix\28SkArenaAlloc*\2c\20SkMatrix\20const&\29 +2811:SkRasterPipeline::addMemoryContext\28SkRasterPipelineContexts::MemoryCtx*\2c\20int\2c\20bool\2c\20bool\29 +2812:SkRRect::setOval\28SkRect\20const&\29 +2813:SkRRect::initializeRect\28SkRect\20const&\29 +2814:SkRGBA4f<\28SkAlphaType\293>::operator==\28SkRGBA4f<\28SkAlphaType\293>\20const&\29\20const +2815:SkQuads::RootsReal\28double\2c\20double\2c\20double\2c\20double*\29 +2816:SkPixelRef::~SkPixelRef\28\29 +2817:SkPixelRef::SkPixelRef\28int\2c\20int\2c\20void*\2c\20unsigned\20long\29 +2818:SkPictureRecord::~SkPictureRecord\28\29 +2819:SkPictureRecord::recordRestoreOffsetPlaceholder\28\29 +2820:SkPathStroker::quadStroke\28SkPoint\20const*\2c\20SkQuadConstruct*\29 +2821:SkPathStroker::preJoinTo\28SkPoint\20const&\2c\20SkPoint*\2c\20SkPoint*\2c\20bool\29 +2822:SkPathStroker::intersectRay\28SkQuadConstruct*\2c\20SkPathStroker::IntersectRayType\29\20const +2823:SkPathStroker::cubicStroke\28SkPoint\20const*\2c\20SkQuadConstruct*\29 +2824:SkPathStroker::cubicPerpRay\28SkPoint\20const*\2c\20float\2c\20SkPoint*\2c\20SkPoint*\2c\20SkPoint*\29\20const +2825:SkPathStroker::conicStroke\28SkConic\20const&\2c\20SkQuadConstruct*\29 +2826:SkPathRef::computeBounds\28\29\20const +2827:SkPathRef::SkPathRef\28int\2c\20int\2c\20int\29 +2828:SkPathPriv::IsRectContour\28SkSpan\2c\20SkSpan\2c\20bool\29 +2829:SkPathBuilder::transform\28SkMatrix\20const&\29 +2830:SkPathBuilder::addRect\28SkRect\20const&\2c\20SkPathDirection\2c\20unsigned\20int\29 +2831:SkPathBuilder::addPath\28SkPath\20const&\2c\20SkPath::AddPathMode\29 +2832:SkPathBuilder::SkPathBuilder\28SkPathFillType\29 +2833:SkPath::reset\28\29 +2834:SkPath::quadTo\28float\2c\20float\2c\20float\2c\20float\29 +2835:SkPath::makeFillType\28SkPathFillType\29\20const +2836:SkPaint::operator=\28SkPaint&&\29 +2837:SkPaint::computeFastBounds\28SkRect\20const&\2c\20SkRect*\29\20const +2838:SkPaint::canComputeFastBounds\28\29\20const +2839:SkOpSpanBase::mergeMatches\28SkOpSpanBase*\29 +2840:SkOpSpanBase::addOpp\28SkOpSpanBase*\29 +2841:SkOpSegment::updateOppWinding\28SkOpSpanBase\20const*\2c\20SkOpSpanBase\20const*\29\20const +2842:SkOpSegment::subDivide\28SkOpSpanBase\20const*\2c\20SkOpSpanBase\20const*\2c\20SkDCurve*\29\20const +2843:SkOpSegment::setUpWindings\28SkOpSpanBase*\2c\20SkOpSpanBase*\2c\20int*\2c\20int*\2c\20int*\2c\20int*\2c\20int*\2c\20int*\29 +2844:SkOpSegment::nextChase\28SkOpSpanBase**\2c\20int*\2c\20SkOpSpan**\2c\20SkOpSpanBase**\29\20const +2845:SkOpSegment::markAndChaseDone\28SkOpSpanBase*\2c\20SkOpSpanBase*\2c\20SkOpSpanBase**\29 +2846:SkOpSegment::isSimple\28SkOpSpanBase**\2c\20int*\29\20const +2847:SkOpSegment::init\28SkPoint*\2c\20float\2c\20SkOpContour*\2c\20SkPath::Verb\29 +2848:SkOpEdgeBuilder::complete\28\29 +2849:SkOpContour::appendSegment\28\29 +2850:SkOpCoincidence::overlap\28SkOpPtT\20const*\2c\20SkOpPtT\20const*\2c\20SkOpPtT\20const*\2c\20SkOpPtT\20const*\2c\20double*\2c\20double*\29\20const +2851:SkOpCoincidence::add\28SkOpPtT*\2c\20SkOpPtT*\2c\20SkOpPtT*\2c\20SkOpPtT*\29 +2852:SkOpCoincidence::addIfMissing\28SkOpPtT\20const*\2c\20SkOpPtT\20const*\2c\20double\2c\20double\2c\20SkOpSegment*\2c\20SkOpSegment*\2c\20bool*\29 +2853:SkOpCoincidence::addExpanded\28\29 +2854:SkOpCoincidence::addEndMovedSpans\28SkOpPtT\20const*\29 +2855:SkOpCoincidence::TRange\28SkOpPtT\20const*\2c\20double\2c\20SkOpSegment\20const*\29 +2856:SkOpAngle::set\28SkOpSpanBase*\2c\20SkOpSpanBase*\29 +2857:SkOpAngle::loopCount\28\29\20const +2858:SkOpAngle::insert\28SkOpAngle*\29 +2859:SkOpAngle*\20SkArenaAlloc::make\28\29 +2860:SkNoPixelsDevice::ClipState::op\28SkClipOp\2c\20SkM44\20const&\2c\20SkRect\20const&\2c\20bool\2c\20bool\29 +2861:SkMipmap*\20SkSafeRef\28SkMipmap*\29 +2862:SkMeshSpecification::Varying::Varying\28SkMeshSpecification::Varying\20const&\29 +2863:SkMatrixPriv::DifferentialAreaScale\28SkMatrix\20const&\2c\20SkPoint\20const&\29 +2864:SkMatrix::setRotate\28float\29 +2865:SkMatrix::preservesRightAngles\28float\29\20const +2866:SkMatrix::mapRectToQuad\28SkPoint*\2c\20SkRect\20const&\29\20const +2867:SkMatrix::mapPointPerspective\28SkPoint\29\20const +2868:SkM44::setConcat\28SkM44\20const&\2c\20SkM44\20const&\29::$_0::operator\28\29\28skvx::Vec<4\2c\20float>\29\20const +2869:SkM44::normalizePerspective\28\29 +2870:SkM44::invert\28SkM44*\29\20const +2871:SkLineClipper::IntersectLine\28SkPoint\20const*\2c\20SkRect\20const&\2c\20SkPoint*\29 +2872:SkImage_Ganesh::makeView\28GrRecordingContext*\29\20const +2873:SkImage_Base::~SkImage_Base\28\29 +2874:SkImage_Base::isGaneshBacked\28\29\20const +2875:SkImage_Base::SkImage_Base\28SkImageInfo\20const&\2c\20unsigned\20int\29 +2876:SkImageInfo::validRowBytes\28unsigned\20long\29\20const +2877:SkImageGenerator::~SkImageGenerator\28\29 +2878:SkImageFilters::Crop\28SkRect\20const&\2c\20SkTileMode\2c\20sk_sp\29 +2879:SkImageFilter_Base::~SkImageFilter_Base\28\29 +2880:SkIRect::makeInset\28int\2c\20int\29\20const +2881:SkHalfToFloat\28unsigned\20short\29 +2882:SkGradientBaseShader::commonAsAGradient\28SkShaderBase::GradientInfo*\29\20const +2883:SkGradientBaseShader::ValidGradient\28SkRGBA4f<\28SkAlphaType\293>\20const*\2c\20int\2c\20SkTileMode\2c\20SkGradientShader::Interpolation\20const&\29 +2884:SkGradientBaseShader::SkGradientBaseShader\28SkGradientBaseShader::Descriptor\20const&\2c\20SkMatrix\20const&\29 +2885:SkGradientBaseShader::MakeDegenerateGradient\28SkRGBA4f<\28SkAlphaType\293>\20const*\2c\20float\20const*\2c\20int\2c\20sk_sp\2c\20SkTileMode\29 +2886:SkGetPolygonWinding\28SkPoint\20const*\2c\20int\29 +2887:SkFontMgr::RefEmpty\28\29 +2888:SkFont::setTypeface\28sk_sp\29 +2889:SkFont::getBounds\28SkSpan\2c\20SkSpan\2c\20SkPaint\20const*\29\20const +2890:SkEmptyFontMgr::onMakeFromStreamIndex\28std::__2::unique_ptr>\2c\20int\29\20const +2891:SkEdgeBuilder::~SkEdgeBuilder\28\29 +2892:SkDynamicMemoryWStream::~SkDynamicMemoryWStream\28\29 +2893:SkDrawable::draw\28SkCanvas*\2c\20SkMatrix\20const*\29 +2894:SkDevice::~SkDevice\28\29 +2895:SkDevice::scalerContextFlags\28\29\20const +2896:SkDQuad::RootsReal\28double\2c\20double\2c\20double\2c\20double*\29 +2897:SkDPoint::distance\28SkDPoint\20const&\29\20const +2898:SkDLine::NearPointV\28SkDPoint\20const&\2c\20double\2c\20double\2c\20double\29 +2899:SkDLine::NearPointH\28SkDPoint\20const&\2c\20double\2c\20double\2c\20double\29 +2900:SkDCubic::RootsValidT\28double\2c\20double\2c\20double\2c\20double\2c\20double*\29 +2901:SkConicalGradient::~SkConicalGradient\28\29 +2902:SkComputeRadialSteps\28SkPoint\20const&\2c\20SkPoint\20const&\2c\20float\2c\20float*\2c\20float*\2c\20int*\29 +2903:SkColorFilterPriv::MakeGaussian\28\29 +2904:SkColorFilter::filterColor4f\28SkRGBA4f<\28SkAlphaType\293>\20const&\2c\20SkColorSpace*\2c\20SkColorSpace*\29\20const +2905:SkColorConverter::SkColorConverter\28unsigned\20int\20const*\2c\20int\29 +2906:SkCoincidentSpans::correctOneEnd\28SkOpPtT\20const*\20\28SkCoincidentSpans::*\29\28\29\20const\2c\20void\20\28SkCoincidentSpans::*\29\28SkOpPtT\20const*\29\29 +2907:SkClosestRecord::findEnd\28SkTSpan\20const*\2c\20SkTSpan\20const*\2c\20int\2c\20int\29 +2908:SkChopCubicAt\28SkPoint\20const*\2c\20SkPoint*\2c\20float\20const*\2c\20int\29 +2909:SkChopCubicAtYExtrema\28SkPoint\20const*\2c\20SkPoint*\29 +2910:SkCanvas::setMatrix\28SkM44\20const&\29 +2911:SkCanvas::init\28sk_sp\29 +2912:SkCanvas::drawPicture\28SkPicture\20const*\2c\20SkMatrix\20const*\2c\20SkPaint\20const*\29 +2913:SkCanvas::drawOval\28SkRect\20const&\2c\20SkPaint\20const&\29 +2914:SkCanvas::clipRect\28SkRect\20const&\2c\20SkClipOp\2c\20bool\29 +2915:SkCanvas::clipRRect\28SkRRect\20const&\2c\20SkClipOp\2c\20bool\29 +2916:SkCanvas::canAttemptBlurredRRectDraw\28SkPaint\20const&\29\20const +2917:SkCanvas::attemptBlurredRRectDraw\28SkRRect\20const&\2c\20SkBlurMaskFilterImpl\20const*\2c\20SkPaint\20const&\2c\20SkEnumBitMask\29 +2918:SkCachedData::detachFromCacheAndUnref\28\29\20const +2919:SkCachedData::attachToCacheAndRef\28\29\20const +2920:SkBitmap::readPixels\28SkImageInfo\20const&\2c\20void*\2c\20unsigned\20long\2c\20int\2c\20int\29\20const +2921:SkBitmap::pixelRefOrigin\28\29\20const +2922:SkBitmap::operator=\28SkBitmap&&\29 +2923:SkBitmap::notifyPixelsChanged\28\29\20const +2924:SkBitmap::getGenerationID\28\29\20const +2925:SkBitmap::getAddr\28int\2c\20int\29\20const +2926:SkBitmap::extractSubset\28SkBitmap*\2c\20SkIRect\20const&\29\20const +2927:SkBaseShadowTessellator::~SkBaseShadowTessellator\28\29 +2928:SkAutoPixmapStorage::tryAlloc\28SkImageInfo\20const&\29 +2929:SkArenaAllocWithReset::SkArenaAllocWithReset\28char*\2c\20unsigned\20long\2c\20unsigned\20long\29 +2930:SkAAClip::setPath\28SkPath\20const&\2c\20SkIRect\20const&\2c\20bool\29 +2931:SkAAClip::quickContains\28SkIRect\20const&\29\20const +2932:SkAAClip::op\28SkAAClip\20const&\2c\20SkClipOp\29 +2933:SkAAClip::Builder::flushRowH\28SkAAClip::Builder::Row*\29 +2934:SkAAClip::Builder::Blitter::checkForYGap\28int\29 +2935:RunBasedAdditiveBlitter::~RunBasedAdditiveBlitter\28\29 +2936:ReadHuffmanCode +2937:OT::post::accelerator_t::find_glyph_name\28unsigned\20int\29\20const +2938:OT::hb_ot_layout_lookup_accelerator_t::fini\28\29 +2939:OT::hb_ot_layout_lookup_accelerator_t::apply\28OT::hb_ot_apply_context_t*\2c\20unsigned\20int\2c\20bool\29\20const +2940:OT::hb_ot_apply_context_t::skipping_iterator_t::match\28hb_glyph_info_t&\29 +2941:OT::hb_ot_apply_context_t::_set_glyph_class\28unsigned\20int\2c\20unsigned\20int\2c\20bool\2c\20bool\29 +2942:OT::glyf_accelerator_t::glyph_for_gid\28unsigned\20int\2c\20bool\29\20const +2943:OT::cff1::accelerator_templ_t>::std_code_to_glyph\28unsigned\20int\29\20const +2944:OT::apply_lookup\28OT::hb_ot_apply_context_t*\2c\20unsigned\20int\2c\20unsigned\20int*\2c\20unsigned\20int\2c\20OT::LookupRecord\20const*\2c\20unsigned\20int\29 +2945:OT::VarRegionList::evaluate\28unsigned\20int\2c\20int\20const*\2c\20unsigned\20int\2c\20float*\29\20const +2946:OT::Lookup::get_props\28\29\20const +2947:OT::Layout::GSUB_impl::SubstLookup*\20hb_serialize_context_t::copy\28\29\20const +2948:OT::Layout::GPOS_impl::ValueFormat::get_device\28OT::IntType\20const*\2c\20bool*\2c\20OT::Layout::GPOS_impl::ValueBase\20const*\2c\20hb_sanitize_context_t&\29 +2949:OT::Layout::GPOS_impl::Anchor::get_anchor\28OT::hb_ot_apply_context_t*\2c\20unsigned\20int\2c\20float*\2c\20float*\29\20const +2950:OT::ItemVariationStore::create_cache\28\29\20const +2951:OT::IntType*\20hb_serialize_context_t::extend_min>\28OT::IntType*\29 +2952:OT::GSUBGPOS::get_script\28unsigned\20int\29\20const +2953:OT::GSUBGPOS::get_feature_tag\28unsigned\20int\29\20const +2954:OT::GSUBGPOS::find_script_index\28unsigned\20int\2c\20unsigned\20int*\29\20const +2955:OT::GDEF::get_glyph_props\28unsigned\20int\29\20const +2956:OT::ClassDef::cost\28\29\20const +2957:OT::CFFIndex>::sanitize\28hb_sanitize_context_t*\29\20const +2958:OT::CFFIndex>::operator\5b\5d\28unsigned\20int\29\20const +2959:OT::CFFIndex>::offset_at\28unsigned\20int\29\20const +2960:OT::ArrayOf>*\20hb_serialize_context_t::extend_size>>\28OT::ArrayOf>*\2c\20unsigned\20long\2c\20bool\29 +2961:Move_Zp2_Point +2962:Modify_CVT_Check +2963:GrYUVATextureProxies::operator=\28GrYUVATextureProxies&&\29 +2964:GrYUVATextureProxies::GrYUVATextureProxies\28\29 +2965:GrXPFactory::FromBlendMode\28SkBlendMode\29 +2966:GrWindowRectangles::operator=\28GrWindowRectangles\20const&\29 +2967:GrTriangulator::~GrTriangulator\28\29 +2968:GrTriangulator::simplify\28GrTriangulator::VertexList*\2c\20GrTriangulator::Comparator\20const&\29 +2969:GrTriangulator::setTop\28GrTriangulator::Edge*\2c\20GrTriangulator::Vertex*\2c\20GrTriangulator::EdgeList*\2c\20GrTriangulator::Vertex**\2c\20GrTriangulator::Comparator\20const&\29\20const +2970:GrTriangulator::mergeCollinearEdges\28GrTriangulator::Edge*\2c\20GrTriangulator::EdgeList*\2c\20GrTriangulator::Vertex**\2c\20GrTriangulator::Comparator\20const&\29\20const +2971:GrTriangulator::mergeCoincidentVertices\28GrTriangulator::VertexList*\2c\20GrTriangulator::Comparator\20const&\29\20const +2972:GrTriangulator::emitTriangle\28GrTriangulator::Vertex*\2c\20GrTriangulator::Vertex*\2c\20GrTriangulator::Vertex*\2c\20int\2c\20skgpu::VertexWriter\29\20const +2973:GrTriangulator::allocateEdge\28GrTriangulator::Vertex*\2c\20GrTriangulator::Vertex*\2c\20int\2c\20GrTriangulator::EdgeType\29 +2974:GrTriangulator::FindEnclosingEdges\28GrTriangulator::Vertex\20const&\2c\20GrTriangulator::EdgeList\20const&\2c\20GrTriangulator::Edge**\2c\20GrTriangulator::Edge**\29 +2975:GrTriangulator::Edge::dist\28SkPoint\20const&\29\20const +2976:GrTriangulator::Edge::Edge\28GrTriangulator::Vertex*\2c\20GrTriangulator::Vertex*\2c\20int\2c\20GrTriangulator::EdgeType\29 +2977:GrThreadSafeCache::remove\28skgpu::UniqueKey\20const&\29 +2978:GrThreadSafeCache::internalFind\28skgpu::UniqueKey\20const&\29 +2979:GrThreadSafeCache::internalAdd\28skgpu::UniqueKey\20const&\2c\20GrSurfaceProxyView\20const&\29 +2980:GrTextureRenderTargetProxy::~GrTextureRenderTargetProxy\28\29 +2981:GrTextureEffect::GrTextureEffect\28GrSurfaceProxyView\2c\20SkAlphaType\2c\20GrTextureEffect::Sampling\20const&\29 +2982:GrTessellationShader::MakePipeline\28GrTessellationShader::ProgramArgs\20const&\2c\20GrAAType\2c\20GrAppliedClip&&\2c\20GrProcessorSet&&\29 +2983:GrSurfaceProxyView::operator!=\28GrSurfaceProxyView\20const&\29\20const +2984:GrSurfaceProxyView::concatSwizzle\28skgpu::Swizzle\29 +2985:GrSurfaceProxy::~GrSurfaceProxy\28\29 +2986:GrSurfaceProxy::isFunctionallyExact\28\29\20const +2987:GrSurfaceProxy::gpuMemorySize\28\29\20const +2988:GrSurfaceProxy::createSurfaceImpl\28GrResourceProvider*\2c\20int\2c\20skgpu::Renderable\2c\20skgpu::Mipmapped\29\20const +2989:GrSurfaceProxy::Copy\28GrRecordingContext*\2c\20sk_sp\2c\20GrSurfaceOrigin\2c\20skgpu::Mipmapped\2c\20SkIRect\2c\20SkBackingFit\2c\20skgpu::Budgeted\2c\20std::__2::basic_string_view>\2c\20GrSurfaceProxy::RectsMustMatch\2c\20sk_sp*\29 +2990:GrSurfaceProxy::Copy\28GrRecordingContext*\2c\20sk_sp\2c\20GrSurfaceOrigin\2c\20skgpu::Mipmapped\2c\20SkBackingFit\2c\20skgpu::Budgeted\2c\20std::__2::basic_string_view>\2c\20sk_sp*\29 +2991:GrStyledShape::hasUnstyledKey\28\29\20const +2992:GrStyledShape::GrStyledShape\28GrStyledShape\20const&\2c\20GrStyle::Apply\2c\20float\29 +2993:GrStyle::GrStyle\28GrStyle\20const&\29 +2994:GrSkSLFP::setInput\28std::__2::unique_ptr>\29 +2995:GrSimpleMeshDrawOpHelper::CreatePipeline\28GrCaps\20const*\2c\20SkArenaAlloc*\2c\20skgpu::Swizzle\2c\20GrAppliedClip&&\2c\20GrDstProxyView\20const&\2c\20GrProcessorSet&&\2c\20GrPipeline::InputFlags\29 +2996:GrSimpleMesh::set\28sk_sp\2c\20int\2c\20int\29 +2997:GrShape::simplifyRect\28SkRect\20const&\2c\20SkPathDirection\2c\20unsigned\20int\2c\20unsigned\20int\29 +2998:GrShape::simplifyRRect\28SkRRect\20const&\2c\20SkPathDirection\2c\20unsigned\20int\2c\20unsigned\20int\29 +2999:GrShape::simplifyPoint\28SkPoint\20const&\2c\20unsigned\20int\29 +3000:GrShape::simplifyLine\28SkPoint\20const&\2c\20SkPoint\20const&\2c\20unsigned\20int\29 +3001:GrShape::setInverted\28bool\29 +3002:GrSWMaskHelper::init\28SkIRect\20const&\29 +3003:GrSWMaskHelper::GrSWMaskHelper\28SkAutoPixmapStorage*\29 +3004:GrResourceProvider::refNonAAQuadIndexBuffer\28\29 +3005:GrRenderTask::addTarget\28GrDrawingManager*\2c\20sk_sp\29 +3006:GrRenderTarget::~GrRenderTarget\28\29 +3007:GrQuadUtils::WillUseHairline\28GrQuad\20const&\2c\20GrAAType\2c\20GrQuadAAFlags\29 +3008:GrQuadBuffer<\28anonymous\20namespace\29::FillRectOpImpl::ColorAndAA>::unpackQuad\28GrQuad::Type\2c\20float\20const*\2c\20GrQuad*\29\20const +3009:GrQuadBuffer<\28anonymous\20namespace\29::FillRectOpImpl::ColorAndAA>::MetadataIter::next\28\29 +3010:GrProxyProvider::processInvalidUniqueKey\28skgpu::UniqueKey\20const&\2c\20GrTextureProxy*\2c\20GrProxyProvider::InvalidateGPUResource\29 +3011:GrProxyProvider::createMippedProxyFromBitmap\28SkBitmap\20const&\2c\20skgpu::Budgeted\29::$_0::~$_0\28\29 +3012:GrProgramInfo::GrProgramInfo\28GrCaps\20const&\2c\20GrSurfaceProxyView\20const&\2c\20bool\2c\20GrPipeline\20const*\2c\20GrUserStencilSettings\20const*\2c\20GrGeometryProcessor\20const*\2c\20GrPrimitiveType\2c\20GrXferBarrierFlags\2c\20GrLoadOp\29 +3013:GrPipeline::visitProxies\28std::__2::function\20const&\29\20const +3014:GrPathUtils::scaleToleranceToSrc\28float\2c\20SkMatrix\20const&\2c\20SkRect\20const&\29 +3015:GrPathUtils::generateQuadraticPoints\28SkPoint\20const&\2c\20SkPoint\20const&\2c\20SkPoint\20const&\2c\20float\2c\20SkPoint**\2c\20unsigned\20int\29 +3016:GrPathUtils::generateCubicPoints\28SkPoint\20const&\2c\20SkPoint\20const&\2c\20SkPoint\20const&\2c\20SkPoint\20const&\2c\20float\2c\20SkPoint**\2c\20unsigned\20int\29 +3017:GrPathUtils::cubicPointCount\28SkPoint\20const*\2c\20float\29 +3018:GrPaint::GrPaint\28GrPaint\20const&\29 +3019:GrOpsRenderPass::prepareToDraw\28\29 +3020:GrOpFlushState::~GrOpFlushState\28\29 +3021:GrOpFlushState::drawInstanced\28int\2c\20int\2c\20int\2c\20int\29 +3022:GrOpFlushState::bindTextures\28GrGeometryProcessor\20const&\2c\20GrSurfaceProxy\20const&\2c\20GrPipeline\20const&\29 +3023:GrOp::uniqueID\28\29\20const +3024:GrNativeRect::MakeIRectRelativeTo\28GrSurfaceOrigin\2c\20int\2c\20SkIRect\29 +3025:GrMeshDrawOp::onPrePrepareDraws\28GrRecordingContext*\2c\20GrSurfaceProxyView\20const&\2c\20GrAppliedClip*\2c\20GrDstProxyView\20const&\2c\20GrXferBarrierFlags\2c\20GrLoadOp\29 +3026:GrMapRectPoints\28SkRect\20const&\2c\20SkRect\20const&\2c\20SkPoint\20const*\2c\20SkPoint*\2c\20int\29 +3027:GrMakeKeyFromImageID\28skgpu::UniqueKey*\2c\20unsigned\20int\2c\20SkIRect\20const&\29 +3028:GrGradientShader::MakeGradientFP\28SkGradientBaseShader\20const&\2c\20GrFPArgs\20const&\2c\20SkShaders::MatrixRec\20const&\2c\20std::__2::unique_ptr>\2c\20SkMatrix\20const*\29 +3029:GrGpuResource::setUniqueKey\28skgpu::UniqueKey\20const&\29 +3030:GrGpuResource::registerWithCache\28skgpu::Budgeted\29 +3031:GrGpu::writePixels\28GrSurface*\2c\20SkIRect\2c\20GrColorType\2c\20GrColorType\2c\20GrMipLevel\20const*\2c\20int\2c\20bool\29 +3032:GrGLTextureRenderTarget::~GrGLTextureRenderTarget\28\29 +3033:GrGLTexture::onSetLabel\28\29 +3034:GrGLTexture::onAbandon\28\29 +3035:GrGLTexture::backendFormat\28\29\20const +3036:GrGLSLVaryingHandler::appendDecls\28SkTBlockList\20const&\2c\20SkString*\29\20const +3037:GrGLSLShaderBuilder::newTmpVarName\28char\20const*\29 +3038:GrGLSLShaderBuilder::definitionAppend\28char\20const*\29 +3039:GrGLSLProgramBuilder::invokeFP\28GrFragmentProcessor\20const&\2c\20GrFragmentProcessor::ProgramImpl\20const&\2c\20char\20const*\2c\20char\20const*\2c\20char\20const*\29\20const +3040:GrGLSLProgramBuilder::advanceStage\28\29 +3041:GrGLSLFragmentShaderBuilder::dstColor\28\29 +3042:GrGLRenderTarget::bindInternal\28unsigned\20int\2c\20bool\29 +3043:GrGLGpu::unbindXferBuffer\28GrGpuBufferType\29 +3044:GrGLGpu::resolveRenderFBOs\28GrGLRenderTarget*\2c\20SkIRect\20const&\2c\20GrGLRenderTarget::ResolveDirection\2c\20bool\29 +3045:GrGLGpu::flushBlendAndColorWrite\28skgpu::BlendInfo\20const&\2c\20skgpu::Swizzle\20const&\29 +3046:GrGLGpu::currentProgram\28\29 +3047:GrGLGpu::SamplerObjectCache::Sampler::~Sampler\28\29 +3048:GrGLGpu::HWVertexArrayState::setVertexArrayID\28GrGLGpu*\2c\20unsigned\20int\29 +3049:GrGLGetVersionFromString\28char\20const*\29 +3050:GrGLFunction::GrGLFunction\28void\20\28*\29\28unsigned\20int\29\29::'lambda'\28void\20const*\2c\20unsigned\20int\29::__invoke\28void\20const*\2c\20unsigned\20int\29 +3051:GrGLFunction::GrGLFunction\28unsigned\20char\20const*\20\28*\29\28unsigned\20int\29\29::'lambda'\28void\20const*\2c\20unsigned\20int\29::__invoke\28void\20const*\2c\20unsigned\20int\29 +3052:GrGLFinishCallbacks::callAll\28bool\29 +3053:GrGLCheckLinkStatus\28GrGLGpu\20const*\2c\20unsigned\20int\2c\20bool\2c\20skgpu::ShaderErrorHandler*\2c\20std::__2::basic_string\2c\20std::__2::allocator>\20const**\2c\20SkSL::NativeShader\20const*\29 +3054:GrGLAttribArrayState::set\28GrGLGpu*\2c\20int\2c\20GrBuffer\20const*\2c\20GrVertexAttribType\2c\20SkSLType\2c\20int\2c\20unsigned\20long\2c\20int\29 +3055:GrFragmentProcessors::Make\28SkBlenderBase\20const*\2c\20std::__2::unique_ptr>\2c\20std::__2::unique_ptr>\2c\20GrFPArgs\20const&\29 +3056:GrFragmentProcessor::isEqual\28GrFragmentProcessor\20const&\29\20const +3057:GrFragmentProcessor::Rect\28std::__2::unique_ptr>\2c\20GrClipEdgeType\2c\20SkRect\29 +3058:GrFragmentProcessor::ModulateRGBA\28std::__2::unique_ptr>\2c\20SkRGBA4f<\28SkAlphaType\292>\20const&\29 +3059:GrDstProxyView::setProxyView\28GrSurfaceProxyView\29 +3060:GrDrawingManager::removeRenderTasks\28\29 +3061:GrDrawingManager::getPathRenderer\28skgpu::ganesh::PathRenderer::CanDrawPathArgs\20const&\2c\20bool\2c\20skgpu::ganesh::PathRendererChain::DrawType\2c\20skgpu::ganesh::PathRenderer::StencilSupport*\29 +3062:GrDrawingManager::getLastRenderTask\28GrSurfaceProxy\20const*\29\20const +3063:GrDrawOpAtlas::updatePlot\28GrDeferredUploadTarget*\2c\20skgpu::AtlasLocator*\2c\20skgpu::Plot*\29::'lambda'\28std::__2::function&\29::\28'lambda'\28std::__2::function&\29\20const&\29 +3064:GrDrawOpAtlas::processEvictionAndResetRects\28skgpu::Plot*\29 +3065:GrDeferredProxyUploader::~GrDeferredProxyUploader\28\29 +3066:GrDeferredProxyUploader::wait\28\29 +3067:GrCpuBuffer::Make\28unsigned\20long\29 +3068:GrContext_Base::~GrContext_Base\28\29 +3069:GrColorSpaceXform::Make\28SkColorSpace*\2c\20SkAlphaType\2c\20SkColorSpace*\2c\20SkAlphaType\29 +3070:GrColorInfo::operator=\28GrColorInfo\20const&\29 +3071:GrClip::IsPixelAligned\28SkRect\20const&\29 +3072:GrClip::GetPixelIBounds\28SkRect\20const&\2c\20GrAA\2c\20GrClip::BoundsType\29::'lambda0'\28float\29::operator\28\29\28float\29\20const +3073:GrClip::GetPixelIBounds\28SkRect\20const&\2c\20GrAA\2c\20GrClip::BoundsType\29::'lambda'\28float\29::operator\28\29\28float\29\20const +3074:GrCaps::supportedReadPixelsColorType\28GrColorType\2c\20GrBackendFormat\20const&\2c\20GrColorType\29\20const +3075:GrCaps::getFallbackColorTypeAndFormat\28GrColorType\2c\20int\29\20const +3076:GrCaps::areColorTypeAndFormatCompatible\28GrColorType\2c\20GrBackendFormat\20const&\29\20const +3077:GrBufferAllocPool::~GrBufferAllocPool\28\29_9500 +3078:GrBufferAllocPool::makeSpace\28unsigned\20long\2c\20unsigned\20long\2c\20sk_sp*\2c\20unsigned\20long*\29 +3079:GrBufferAllocPool::GrBufferAllocPool\28GrGpu*\2c\20GrGpuBufferType\2c\20sk_sp\29 +3080:GrBlurUtils::DrawShapeWithMaskFilter\28GrRecordingContext*\2c\20skgpu::ganesh::SurfaceDrawContext*\2c\20GrClip\20const*\2c\20SkPaint\20const&\2c\20SkMatrix\20const&\2c\20GrStyledShape\20const&\29 +3081:GrBackendTexture::GrBackendTexture\28GrBackendTexture\20const&\29 +3082:GrBackendRenderTarget::getBackendFormat\28\29\20const +3083:GrAAConvexTessellator::createOuterRing\28GrAAConvexTessellator::Ring\20const&\2c\20float\2c\20float\2c\20GrAAConvexTessellator::Ring*\29 +3084:GrAAConvexTessellator::createInsetRings\28GrAAConvexTessellator::Ring&\2c\20float\2c\20float\2c\20float\2c\20float\2c\20GrAAConvexTessellator::Ring**\29 +3085:GrAAConvexTessellator::Ring::init\28GrAAConvexTessellator\20const&\29 +3086:FwDCubicEvaluator::FwDCubicEvaluator\28SkPoint\20const*\29 +3087:FT_Stream_ReadAt +3088:FT_Stream_Free +3089:FT_Set_Charmap +3090:FT_New_Size +3091:FT_Load_Sfnt_Table +3092:FT_List_Find +3093:FT_GlyphLoader_Add +3094:FT_Get_Next_Char +3095:FT_Get_Color_Glyph_Layer +3096:FT_CMap_New +3097:FT_Activate_Size +3098:Current_Ratio +3099:Compute_Funcs +3100:CircleOp::Circle&\20skia_private::TArray::emplace_back\28CircleOp::Circle&&\29 +3101:CFF::path_procs_t\2c\20cff2_path_param_t>::curve2\28CFF::cff2_cs_interp_env_t&\2c\20cff2_path_param_t&\2c\20CFF::point_t\20const&\2c\20CFF::point_t\20const&\2c\20CFF::point_t\20const&\2c\20CFF::point_t\20const&\2c\20CFF::point_t\20const&\2c\20CFF::point_t\20const&\29 +3102:CFF::path_procs_t\2c\20cff2_extents_param_t>::curve2\28CFF::cff2_cs_interp_env_t&\2c\20cff2_extents_param_t&\2c\20CFF::point_t\20const&\2c\20CFF::point_t\20const&\2c\20CFF::point_t\20const&\2c\20CFF::point_t\20const&\2c\20CFF::point_t\20const&\2c\20CFF::point_t\20const&\29 +3103:CFF::path_procs_t::curve2\28CFF::cff1_cs_interp_env_t&\2c\20cff1_path_param_t&\2c\20CFF::point_t\20const&\2c\20CFF::point_t\20const&\2c\20CFF::point_t\20const&\2c\20CFF::point_t\20const&\2c\20CFF::point_t\20const&\2c\20CFF::point_t\20const&\29 +3104:CFF::path_procs_t::curve2\28CFF::cff1_cs_interp_env_t&\2c\20cff1_extents_param_t&\2c\20CFF::point_t\20const&\2c\20CFF::point_t\20const&\2c\20CFF::point_t\20const&\2c\20CFF::point_t\20const&\2c\20CFF::point_t\20const&\2c\20CFF::point_t\20const&\29 +3105:CFF::parsed_values_t::operator=\28CFF::parsed_values_t&&\29 +3106:CFF::cs_interp_env_t>>::return_from_subr\28\29 +3107:CFF::cs_interp_env_t>>::call_subr\28CFF::biased_subrs_t>>\20const&\2c\20CFF::cs_type_t\29 +3108:CFF::cs_interp_env_t>>::call_subr\28CFF::biased_subrs_t>>\20const&\2c\20CFF::cs_type_t\29 +3109:CFF::cff2_cs_interp_env_t::~cff2_cs_interp_env_t\28\29 +3110:CFF::byte_str_ref_t::operator\5b\5d\28int\29 +3111:CFF::arg_stack_t::push_fixed_from_substr\28CFF::byte_str_ref_t&\29 +3112:AsGaneshRecorder\28SkRecorder*\29 +3113:AlmostLessOrEqualUlps\28float\2c\20float\29 +3114:AlmostEqualUlps_Pin\28double\2c\20double\29 +3115:ActiveEdge::intersect\28ActiveEdge\20const*\29 +3116:AAT::hb_aat_apply_context_t::~hb_aat_apply_context_t\28\29 +3117:AAT::hb_aat_apply_context_t::hb_aat_apply_context_t\28hb_ot_shape_plan_t\20const*\2c\20hb_font_t*\2c\20hb_buffer_t*\2c\20hb_blob_t*\29 +3118:AAT::TrackTableEntry::get_value\28float\2c\20void\20const*\2c\20hb_array_t\2c\2016u>\20const>\29\20const +3119:AAT::StateTable::sanitize\28hb_sanitize_context_t*\2c\20unsigned\20int*\29\20const +3120:AAT::StateTable::get_class\28unsigned\20int\2c\20unsigned\20int\2c\20hb_cache_t<15u\2c\208u\2c\207u\2c\20true>*\29\20const +3121:AAT::StateTable::get_entry\28int\2c\20unsigned\20int\29\20const +3122:AAT::Lookup::get_value\28unsigned\20int\2c\20unsigned\20int\29\20const +3123:AAT::ClassTable>::get_class\28unsigned\20int\2c\20unsigned\20int\29\20const +3124:2911 +3125:2912 +3126:2913 +3127:2914 +3128:2915 +3129:2916 +3130:2917 +3131:week_num +3132:wcrtomb +3133:void\20std::__2::vector>::__construct_at_end\28skia::textlayout::FontFeature*\2c\20skia::textlayout::FontFeature*\2c\20unsigned\20long\29 +3134:void\20std::__2::vector>::__construct_at_end\28SkString*\2c\20SkString*\2c\20unsigned\20long\29 +3135:void\20std::__2::__sort4\5babi:ne180100\5d\28skia::textlayout::OneLineShaper::RunBlock*\2c\20skia::textlayout::OneLineShaper::RunBlock*\2c\20skia::textlayout::OneLineShaper::RunBlock*\2c\20skia::textlayout::OneLineShaper::RunBlock*\2c\20skia::textlayout::OneLineShaper::finish\28skia::textlayout::Block\20const&\2c\20float\2c\20float&\29::$_0&\29 +3136:void\20std::__2::__sort4\5babi:ne180100\5d\2c\20std::__2::allocator>>\20const&\29::$_0&\2c\20impeller::TRect\20const**>\28impeller::TRect\20const**\2c\20impeller::TRect\20const**\2c\20impeller::TRect\20const**\2c\20impeller::TRect\20const**\2c\20flutter::DlRegion::setRects\28std::__2::vector\2c\20std::__2::allocator>>\20const&\29::$_0&\29 +3137:void\20std::__2::__sort4\5babi:ne180100\5d\28SkSL::ProgramElement\20const**\2c\20SkSL::ProgramElement\20const**\2c\20SkSL::ProgramElement\20const**\2c\20SkSL::ProgramElement\20const**\2c\20SkSL::Transform::\28anonymous\20namespace\29::BuiltinVariableScanner::sortNewElements\28\29::'lambda'\28SkSL::ProgramElement\20const*\2c\20SkSL::ProgramElement\20const*\29&\29 +3138:void\20std::__2::__sort4\5babi:ne180100\5d\28SkSL::FunctionDefinition\20const**\2c\20SkSL::FunctionDefinition\20const**\2c\20SkSL::FunctionDefinition\20const**\2c\20SkSL::FunctionDefinition\20const**\2c\20SkSL::Transform::FindAndDeclareBuiltinFunctions\28SkSL::Program&\29::$_0&\29 +3139:void\20std::__2::__inplace_merge\20const&\2c\20unsigned\20int\2c\20FT_COLR_Paint_\20const&\2c\20SkPaint*\29::$_0::operator\28\29\28FT_ColorStopIterator_\20const&\2c\20std::__2::vector>&\2c\20std::__2::vector\2c\20std::__2::allocator>>&\29\20const::'lambda'\28\28anonymous\20namespace\29::colrv1_configure_skpaint\28FT_FaceRec_*\2c\20SkSpan\20const&\2c\20unsigned\20int\2c\20FT_COLR_Paint_\20const&\2c\20SkPaint*\29::$_0::operator\28\29\28FT_ColorStopIterator_\20const&\2c\20std::__2::vector>&\2c\20std::__2::vector\2c\20std::__2::allocator>>&\29\20const::ColorStop\20const&\2c\20\28anonymous\20namespace\29::colrv1_configure_skpaint\28FT_FaceRec_*\2c\20SkSpan\20const&\2c\20unsigned\20int\2c\20FT_COLR_Paint_\20const&\2c\20SkPaint*\29::$_0::operator\28\29\28FT_ColorStopIterator_\20const&\2c\20std::__2::vector>&\2c\20std::__2::vector\2c\20std::__2::allocator>>&\29\20const::ColorStop\20const&\29&\2c\20std::__2::__wrap_iter<\28anonymous\20namespace\29::colrv1_configure_skpaint\28FT_FaceRec_*\2c\20SkSpan\20const&\2c\20unsigned\20int\2c\20FT_COLR_Paint_\20const&\2c\20SkPaint*\29::$_0::operator\28\29\28FT_ColorStopIterator_\20const&\2c\20std::__2::vector>&\2c\20std::__2::vector\2c\20std::__2::allocator>>&\29\20const::ColorStop*>>\28std::__2::__wrap_iter<\28anonymous\20namespace\29::colrv1_configure_skpaint\28FT_FaceRec_*\2c\20SkSpan\20const&\2c\20unsigned\20int\2c\20FT_COLR_Paint_\20const&\2c\20SkPaint*\29::$_0::operator\28\29\28FT_ColorStopIterator_\20const&\2c\20std::__2::vector>&\2c\20std::__2::vector\2c\20std::__2::allocator>>&\29\20const::ColorStop*>\2c\20std::__2::__wrap_iter<\28anonymous\20namespace\29::colrv1_configure_skpaint\28FT_FaceRec_*\2c\20SkSpan\20const&\2c\20unsigned\20int\2c\20FT_COLR_Paint_\20const&\2c\20SkPaint*\29::$_0::operator\28\29\28FT_ColorStopIterator_\20const&\2c\20std::__2::vector>&\2c\20std::__2::vector\2c\20std::__2::allocator>>&\29\20const::ColorStop*>\2c\20std::__2::__wrap_iter<\28anonymous\20namespace\29::colrv1_configure_skpaint\28FT_FaceRec_*\2c\20SkSpan\20const&\2c\20unsigned\20int\2c\20FT_COLR_Paint_\20const&\2c\20SkPaint*\29::$_0::operator\28\29\28FT_ColorStopIterator_\20const&\2c\20std::__2::vector>&\2c\20std::__2::vector\2c\20std::__2::allocator>>&\29\20const::ColorStop*>\2c\20\28anonymous\20namespace\29::colrv1_configure_skpaint\28FT_FaceRec_*\2c\20SkSpan\20const&\2c\20unsigned\20int\2c\20FT_COLR_Paint_\20const&\2c\20SkPaint*\29::$_0::operator\28\29\28FT_ColorStopIterator_\20const&\2c\20std::__2::vector>&\2c\20std::__2::vector\2c\20std::__2::allocator>>&\29\20const::'lambda'\28\28anonymous\20namespace\29::colrv1_configure_skpaint\28FT_FaceRec_*\2c\20SkSpan\20const&\2c\20unsigned\20int\2c\20FT_COLR_Paint_\20const&\2c\20SkPaint*\29::$_0::operator\28\29\28FT_ColorStopIterator_\20const&\2c\20std::__2::vector>&\2c\20std::__2::vector\2c\20std::__2::allocator>>&\29\20const::ColorStop\20const&\2c\20\28anonymous\20namespace\29::colrv1_configure_skpaint\28FT_FaceRec_*\2c\20SkSpan\20const&\2c\20unsigned\20int\2c\20FT_COLR_Paint_\20const&\2c\20SkPaint*\29::$_0::operator\28\29\28FT_ColorStopIterator_\20const&\2c\20std::__2::vector>&\2c\20std::__2::vector\2c\20std::__2::allocator>>&\29\20const::ColorStop\20const&\29&\2c\20std::__2::iterator_traits\20const&\2c\20unsigned\20int\2c\20FT_COLR_Paint_\20const&\2c\20SkPaint*\29::$_0::operator\28\29\28FT_ColorStopIterator_\20const&\2c\20std::__2::vector>&\2c\20std::__2::vector\2c\20std::__2::allocator>>&\29\20const::ColorStop*>>::difference_type\2c\20std::__2::iterator_traits\20const&\2c\20unsigned\20int\2c\20FT_COLR_Paint_\20const&\2c\20SkPaint*\29::$_0::operator\28\29\28FT_ColorStopIterator_\20const&\2c\20std::__2::vector>&\2c\20std::__2::vector\2c\20std::__2::allocator>>&\29\20const::ColorStop*>>::difference_type\2c\20std::__2::iterator_traits\20const&\2c\20unsigned\20int\2c\20FT_COLR_Paint_\20const&\2c\20SkPaint*\29::$_0::operator\28\29\28FT_ColorStopIterator_\20const&\2c\20std::__2::vector>&\2c\20std::__2::vector\2c\20std::__2::allocator>>&\29\20const::ColorStop*>>::value_type*\2c\20long\29 +3140:void\20skgpu::ganesh::SurfaceFillContext::clear<\28SkAlphaType\292>\28SkRGBA4f<\28SkAlphaType\292>\20const&\29 +3141:void\20skgpu::VertexWriter::writeQuad\28GrQuad\20const&\29 +3142:void\20merge_sort<&sweep_lt_vert\28SkPoint\20const&\2c\20SkPoint\20const&\29>\28GrTriangulator::VertexList*\29 +3143:void\20merge_sort<&sweep_lt_horiz\28SkPoint\20const&\2c\20SkPoint\20const&\29>\28GrTriangulator::VertexList*\29 +3144:void\20hb_stable_sort\2c\20unsigned\20int>\28OT::HBGlyphID16*\2c\20unsigned\20int\2c\20int\20\28*\29\28OT::IntType\20const*\2c\20OT::IntType\20const*\29\2c\20unsigned\20int*\29 +3145:void\20hb_buffer_t::collect_codepoints\28hb_set_digest_t&\29\20const +3146:void\20SkSafeUnref\28SkMeshSpecification*\29 +3147:void\20SkSafeUnref\28SkMeshPriv::VB\20const*\29 +3148:void\20SkSafeUnref\28GrTexture*\29\20\28.4927\29 +3149:void\20SkSafeUnref\28GrCpuBuffer*\29 +3150:vfprintf +3151:valid_args\28SkImageInfo\20const&\2c\20unsigned\20long\2c\20unsigned\20long*\29 +3152:uprv_malloc_skia +3153:update_offset_to_base\28char\20const*\2c\20long\29 +3154:unsigned\20long\20std::__2::__str_find\5babi:ne180100\5d\2c\204294967295ul>\28char\20const*\2c\20unsigned\20long\2c\20char\20const*\2c\20unsigned\20long\2c\20unsigned\20long\29 +3155:unsigned\20long\20const&\20std::__2::min\5babi:nn180100\5d\28unsigned\20long\20const&\2c\20unsigned\20long\20const&\29 +3156:unsigned\20int\20hb_buffer_t::group_end\28unsigned\20int\2c\20bool\20\20const\28&\29\28hb_glyph_info_t\20const&\2c\20hb_glyph_info_t\20const&\29\29\20const +3157:ubidi_getRuns_skia +3158:u_charMirror_skia +3159:tt_size_reset +3160:tt_sbit_decoder_load_metrics +3161:tt_glyphzone_done +3162:tt_face_get_location +3163:tt_face_find_bdf_prop +3164:tt_delta_interpolate +3165:tt_cmap14_find_variant +3166:tt_cmap14_char_map_nondef_binary +3167:tt_cmap14_char_map_def_binary +3168:top12_15245 +3169:tolower +3170:t1_cmap_unicode_done +3171:subdivide_cubic_to\28SkPathBuilder*\2c\20SkPoint\20const*\2c\20int\29 +3172:strtox.9871 +3173:strtox +3174:strtoull_l +3175:std::logic_error::~logic_error\28\29_16638 +3176:std::__2::vector>::__destroy_vector::operator\28\29\5babi:ne180100\5d\28\29 +3177:std::__2::vector>::reserve\28unsigned\20long\29 +3178:std::__2::vector>\2c\20std::__2::allocator>>>::erase\28std::__2::__wrap_iter>\20const*>\2c\20std::__2::__wrap_iter>\20const*>\29 +3179:std::__2::vector\2c\20std::__2::allocator>>::vector\28std::__2::vector\2c\20std::__2::allocator>>\20const&\29 +3180:std::__2::vector>::__alloc\5babi:nn180100\5d\28\29 +3181:std::__2::vector>::vector\28std::__2::vector>\20const&\29 +3182:std::__2::vector>::__destroy_vector::operator\28\29\5babi:ne180100\5d\28\29 +3183:std::__2::vector\2c\20std::__2::allocator>>::vector\5babi:ne180100\5d\28std::__2::vector\2c\20std::__2::allocator>>&&\29 +3184:std::__2::vector>::push_back\5babi:ne180100\5d\28int\20const&\29 +3185:std::__2::vector>::__swap_out_circular_buffer\28std::__2::__split_buffer&>&\29 +3186:std::__2::vector>::__recommend\5babi:ne180100\5d\28unsigned\20long\29\20const +3187:std::__2::vector>::__swap_out_circular_buffer\28std::__2::__split_buffer&>&\29 +3188:std::__2::vector>::vector\28std::__2::vector>\20const&\29 +3189:std::__2::vector>::__recommend\5babi:ne180100\5d\28unsigned\20long\29\20const +3190:std::__2::vector>::push_back\5babi:ne180100\5d\28SkString\20const&\29 +3191:std::__2::vector>::__swap_out_circular_buffer\28std::__2::__split_buffer&>&\29 +3192:std::__2::vector>::push_back\5babi:ne180100\5d\28SkMeshSpecification::Attribute&&\29 +3193:std::__2::unique_ptr\2c\20void*>\2c\20std::__2::__hash_node_destructor\2c\20void*>>>>::~unique_ptr\5babi:ne180100\5d\28\29 +3194:std::__2::unique_ptr::Pair\2c\20unsigned\20int\2c\20skia_private::THashMap::Pair>::Slot\20\5b\5d\2c\20std::__2::default_delete::Pair\2c\20unsigned\20int\2c\20skia_private::THashMap::Pair>::Slot\20\5b\5d>>::~unique_ptr\5babi:ne180100\5d\28\29 +3195:std::__2::unique_ptr\2c\20std::__2::allocator>>\2c\20skia::textlayout::FontCollection::FamilyKey::Hasher>::Pair\2c\20skia::textlayout::FontCollection::FamilyKey\2c\20skia_private::THashMap\2c\20std::__2::allocator>>\2c\20skia::textlayout::FontCollection::FamilyKey::Hasher>::Pair>::Slot\20\5b\5d\2c\20std::__2::default_delete\2c\20std::__2::allocator>>\2c\20skia::textlayout::FontCollection::FamilyKey::Hasher>::Pair\2c\20skia::textlayout::FontCollection::FamilyKey\2c\20skia_private::THashMap\2c\20std::__2::allocator>>\2c\20skia::textlayout::FontCollection::FamilyKey::Hasher>::Pair>::Slot\20\5b\5d>>::~unique_ptr\5babi:ne180100\5d\28\29 +3196:std::__2::unique_ptr>::Pair\2c\20skgpu::ganesh::AtlasPathRenderer::AtlasPathKey\2c\20skia_private::THashMap>::Pair>::Slot\20\5b\5d\2c\20std::__2::default_delete>::Pair\2c\20skgpu::ganesh::AtlasPathRenderer::AtlasPathKey\2c\20skia_private::THashMap>::Pair>::Slot\20\5b\5d>>::~unique_ptr\5babi:ne180100\5d\28\29 +3197:std::__2::unique_ptr::Pair\2c\20skgpu::UniqueKey\2c\20skia_private::THashMap::Pair>::Slot\20\5b\5d\2c\20std::__2::default_delete::Pair\2c\20skgpu::UniqueKey\2c\20skia_private::THashMap::Pair>::Slot\20\5b\5d>>::~unique_ptr\5babi:ne180100\5d\28\29 +3198:std::__2::unique_ptr>::~unique_ptr\5babi:ne180100\5d\28\29 +3199:std::__2::unique_ptr>::~unique_ptr\5babi:ne180100\5d\28\29 +3200:std::__2::unique_ptr>::reset\5babi:ne180100\5d\28SkTypeface_FreeType::FaceRec*\29 +3201:std::__2::unique_ptr>::reset\5babi:ne180100\5d\28SkStrikeSpec*\29 +3202:std::__2::unique_ptr>::~unique_ptr\5babi:ne180100\5d\28\29 +3203:std::__2::unique_ptr>::~unique_ptr\5babi:ne180100\5d\28\29 +3204:std::__2::unique_ptr>::reset\5babi:ne180100\5d\28SkSL::Pool*\29 +3205:std::__2::unique_ptr>::reset\5babi:ne180100\5d\28SkSL::Block*\29 +3206:std::__2::unique_ptr>::reset\5babi:ne180100\5d\28SkDrawableList*\29 +3207:std::__2::unique_ptr>::~unique_ptr\5babi:ne180100\5d\28\29 +3208:std::__2::unique_ptr>::reset\5babi:ne180100\5d\28SkContourMeasureIter::Impl*\29 +3209:std::__2::unique_ptr>::~unique_ptr\5babi:ne180100\5d\28\29 +3210:std::__2::unique_ptr>::~unique_ptr\5babi:ne180100\5d\28\29 +3211:std::__2::unique_ptr>::~unique_ptr\5babi:ne180100\5d\28\29 +3212:std::__2::unique_ptr>::reset\5babi:ne180100\5d\28GrGLGpu::SamplerObjectCache*\29 +3213:std::__2::unique_ptr>::reset\5babi:ne180100\5d\28std::nullptr_t\29 +3214:std::__2::unique_ptr>::~unique_ptr\5babi:ne180100\5d\28\29 +3215:std::__2::unique_ptr>\20GrBlendFragmentProcessor::Make<\28SkBlendMode\296>\28std::__2::unique_ptr>\2c\20std::__2::unique_ptr>\29 +3216:std::__2::unique_ptr>::reset\5babi:ne180100\5d\28GrDrawingManager*\29 +3217:std::__2::unique_ptr>::reset\5babi:ne180100\5d\28GrClientMappedBufferManager*\29 +3218:std::__2::unique_ptr>::~unique_ptr\5babi:ne180100\5d\28\29 +3219:std::__2::unique_ptr>::reset\5babi:ne180100\5d\28FT_FaceRec_*\29 +3220:std::__2::tuple&\20std::__2::tuple::operator=\5babi:ne180100\5d\28std::__2::pair&&\29 +3221:std::__2::time_put>>::~time_put\28\29 +3222:std::__2::pair\20std::__2::minmax\5babi:ne180100\5d>\28std::initializer_list\2c\20std::__2::__less\29 +3223:std::__2::ostreambuf_iterator>::operator=\5babi:nn180100\5d\28char\29 +3224:std::__2::optional::value\5babi:ne180100\5d\28\29\20& +3225:std::__2::optional::value\5babi:ne180100\5d\28\29\20& +3226:std::__2::locale::locale\28\29 +3227:std::__2::locale::__imp::acquire\28\29 +3228:std::__2::iterator_traits::difference_type\20std::__2::distance\5babi:nn180100\5d\28unsigned\20int\20const*\2c\20unsigned\20int\20const*\29 +3229:std::__2::ios_base::~ios_base\28\29 +3230:std::__2::ios_base::setstate\5babi:ne180100\5d\28unsigned\20int\29 +3231:std::__2::hash>::operator\28\29\5babi:ne180100\5d\28std::__2::optional\20const&\29\20const +3232:std::__2::function\20\28sktext::gpu::GlyphVector*\2c\20int\2c\20int\2c\20skgpu::MaskFormat\2c\20int\29>::operator\28\29\28sktext::gpu::GlyphVector*\2c\20int\2c\20int\2c\20skgpu::MaskFormat\2c\20int\29\20const +3233:std::__2::function\2c\20float*\29>::operator\28\29\28skia::textlayout::Run\20const*\2c\20float\2c\20skia::textlayout::SkRange\2c\20float*\29\20const +3234:std::__2::fpos<__mbstate_t>::fpos\5babi:nn180100\5d\28long\20long\29 +3235:std::__2::enable_if::value\2c\20SkRuntimeEffectBuilder::BuilderUniform&>::type\20SkRuntimeEffectBuilder::BuilderUniform::operator=\28SkV2\20const&\29 +3236:std::__2::deque>::__back_spare\5babi:ne180100\5d\28\29\20const +3237:std::__2::default_delete::Pair\2c\20char\20const*\2c\20skia_private::THashMap::Pair>::Slot\20\5b\5d>::_EnableIfConvertible::Pair\2c\20char\20const*\2c\20skia_private::THashMap::Pair>::Slot>::type\20std::__2::default_delete::Pair\2c\20char\20const*\2c\20skia_private::THashMap::Pair>::Slot\20\5b\5d>::operator\28\29\5babi:ne180100\5d::Pair\2c\20char\20const*\2c\20skia_private::THashMap::Pair>::Slot>\28skia_private::THashTable::Pair\2c\20char\20const*\2c\20skia_private::THashMap::Pair>::Slot*\29\20const +3238:std::__2::default_delete::Traits>::Slot\20\5b\5d>::_EnableIfConvertible::Traits>::Slot>::type\20std::__2::default_delete::Traits>::Slot\20\5b\5d>::operator\28\29\5babi:ne180100\5d::Traits>::Slot>\28skia_private::THashTable::Traits>::Slot*\29\20const +3239:std::__2::chrono::__libcpp_steady_clock_now\28\29 +3240:std::__2::char_traits::move\5babi:nn180100\5d\28char*\2c\20char\20const*\2c\20unsigned\20long\29 +3241:std::__2::char_traits::assign\5babi:nn180100\5d\28char*\2c\20unsigned\20long\2c\20char\29 +3242:std::__2::basic_stringstream\2c\20std::__2::allocator>::~basic_stringstream\28\29_15588 +3243:std::__2::basic_string\2c\20std::__2::allocator>::push_back\28wchar_t\29 +3244:std::__2::basic_string\2c\20std::__2::allocator>::capacity\5babi:nn180100\5d\28\29\20const +3245:std::__2::basic_string\2c\20std::__2::allocator>::basic_string\5babi:nn180100\5d<0>\28wchar_t\20const*\29 +3246:std::__2::basic_string\2c\20std::__2::allocator>::resize\28unsigned\20long\2c\20char\29 +3247:std::__2::basic_string\2c\20std::__2::allocator>::__make_iterator\5babi:nn180100\5d\28char*\29 +3248:std::__2::basic_string\2c\20std::__2::allocator>::__grow_by_without_replace\5babi:nn180100\5d\28unsigned\20long\2c\20unsigned\20long\2c\20unsigned\20long\2c\20unsigned\20long\2c\20unsigned\20long\2c\20unsigned\20long\29 +3249:std::__2::basic_string\2c\20std::__2::allocator>::basic_string\28std::__2::basic_string\2c\20std::__2::allocator>\20const&\29 +3250:std::__2::basic_streambuf>::~basic_streambuf\28\29 +3251:std::__2::basic_streambuf>::setp\5babi:nn180100\5d\28char*\2c\20char*\29 +3252:std::__2::basic_ostream>::~basic_ostream\28\29 +3253:std::__2::basic_ostream>::flush\28\29 +3254:std::__2::basic_istream>::~basic_istream\28\29 +3255:std::__2::basic_istream>::sentry::sentry\28std::__2::basic_istream>&\2c\20bool\29 +3256:std::__2::basic_iostream>::~basic_iostream\28\29_15490 +3257:std::__2::array\20skgpu::ganesh::SurfaceFillContext::adjustColorAlphaType<\28SkAlphaType\292>\28SkRGBA4f<\28SkAlphaType\292>\29\20const +3258:std::__2::allocator::allocate\5babi:ne180100\5d\28unsigned\20long\29 +3259:std::__2::allocator::allocate\5babi:ne180100\5d\28unsigned\20long\29 +3260:std::__2::__wrap_iter::operator+\5babi:nn180100\5d\28long\29\20const +3261:std::__2::__wrap_iter::operator++\5babi:nn180100\5d\28\29 +3262:std::__2::__wrap_iter::operator+\5babi:nn180100\5d\28long\29\20const +3263:std::__2::__wrap_iter::operator++\5babi:nn180100\5d\28\29 +3264:std::__2::__unique_if::__unique_single\20std::__2::make_unique\5babi:ne180100\5d\28GrRecordingContext*&&\2c\20GrSurfaceProxyView&&\2c\20GrSurfaceProxyView&&\2c\20GrColorInfo\20const&\29 +3265:std::__2::__unique_if::__unique_single\20std::__2::make_unique\5babi:ne180100\5d\28GrRecordingContext*&\2c\20skgpu::ganesh::PathRendererChain::Options&\29 +3266:std::__2::__unique_if>::__unique_single\20std::__2::make_unique\5babi:ne180100\5d\2c\20GrDirectContext::DirectContextID>\28GrDirectContext::DirectContextID&&\29 +3267:std::__2::__unique_if::__unique_single\20std::__2::make_unique\5babi:ne180100\5d\28SkSL::SymbolTable*&\2c\20bool&\29 +3268:std::__2::__tuple_impl\2c\20GrSurfaceProxyView\2c\20sk_sp>::~__tuple_impl\28\29 +3269:std::__2::__split_buffer>::__destruct_at_end\5babi:ne180100\5d\28skia::textlayout::OneLineShaper::RunBlock**\2c\20std::__2::integral_constant\29 +3270:std::__2::__split_buffer&>::~__split_buffer\28\29 +3271:std::__2::__split_buffer&>::__split_buffer\28unsigned\20long\2c\20unsigned\20long\2c\20std::__2::allocator&\29 +3272:std::__2::__split_buffer&>::~__split_buffer\28\29 +3273:std::__2::__optional_destruct_base>\2c\20false>::~__optional_destruct_base\5babi:ne180100\5d\28\29 +3274:std::__2::__optional_destruct_base::~__optional_destruct_base\5babi:ne180100\5d\28\29 +3275:std::__2::__optional_destruct_base::reset\5babi:ne180100\5d\28\29 +3276:std::__2::__optional_destruct_base::~__optional_destruct_base\5babi:ne180100\5d\28\29 +3277:std::__2::__optional_destruct_base::~__optional_destruct_base\5babi:ne180100\5d\28\29 +3278:std::__2::__optional_destruct_base::reset\5babi:ne180100\5d\28\29 +3279:std::__2::__num_get::__stage2_float_prep\28std::__2::ios_base&\2c\20wchar_t*\2c\20wchar_t&\2c\20wchar_t&\29 +3280:std::__2::__num_get::__stage2_float_loop\28wchar_t\2c\20bool&\2c\20char&\2c\20char*\2c\20char*&\2c\20wchar_t\2c\20wchar_t\2c\20std::__2::basic_string\2c\20std::__2::allocator>\20const&\2c\20unsigned\20int*\2c\20unsigned\20int*&\2c\20unsigned\20int&\2c\20wchar_t*\29 +3281:std::__2::__num_get::__stage2_float_prep\28std::__2::ios_base&\2c\20char*\2c\20char&\2c\20char&\29 +3282:std::__2::__num_get::__stage2_float_loop\28char\2c\20bool&\2c\20char&\2c\20char*\2c\20char*&\2c\20char\2c\20char\2c\20std::__2::basic_string\2c\20std::__2::allocator>\20const&\2c\20unsigned\20int*\2c\20unsigned\20int*&\2c\20unsigned\20int&\2c\20char*\29 +3283:std::__2::__murmur2_or_cityhash::operator\28\29\5babi:ne180100\5d\28void\20const*\2c\20unsigned\20long\29\20const +3284:std::__2::__libcpp_wcrtomb_l\5babi:nn180100\5d\28char*\2c\20wchar_t\2c\20__mbstate_t*\2c\20__locale_struct*\29 +3285:std::__2::__itoa::__base_10_u32\5babi:nn180100\5d\28char*\2c\20unsigned\20int\29 +3286:std::__2::__itoa::__append6\5babi:nn180100\5d\28char*\2c\20unsigned\20int\29 +3287:std::__2::__itoa::__append4\5babi:nn180100\5d\28char*\2c\20unsigned\20int\29 +3288:std::__2::__hash_table\2c\20std::__2::__unordered_map_hasher\2c\20std::__2::hash\2c\20std::__2::equal_to\2c\20true>\2c\20std::__2::__unordered_map_equal\2c\20std::__2::equal_to\2c\20std::__2::hash\2c\20true>\2c\20std::__2::allocator>>::~__hash_table\28\29 +3289:std::__2::__hash_table\2c\20std::__2::equal_to\2c\20std::__2::allocator>::~__hash_table\28\29 +3290:std::__2::__function::__value_func\2c\20skia::textlayout::TextStyle\20const&\2c\20skia::textlayout::TextLine::ClipContext\20const&\29>::operator\28\29\5babi:ne180100\5d\28skia::textlayout::SkRange&&\2c\20skia::textlayout::TextStyle\20const&\2c\20skia::textlayout::TextLine::ClipContext\20const&\29\20const +3291:std::__2::__function::__func*\29::$_0\2c\20std::__2::allocator*\29::$_0>\2c\20void\20\28GrBackendTexture\29>::__clone\28std::__2::__function::__base*\29\20const +3292:skvx::Vec<4\2c\20unsigned\20short>\20skvx::to_half<4>\28skvx::Vec<4\2c\20float>\20const&\29 +3293:skvx::Vec<4\2c\20unsigned\20short>\20skvx::operator~<4\2c\20unsigned\20short>\28skvx::Vec<4\2c\20unsigned\20short>\20const&\29 +3294:skvx::Vec<4\2c\20unsigned\20short>\20skvx::operator|<4\2c\20unsigned\20short>\28skvx::Vec<4\2c\20unsigned\20short>\20const&\2c\20skvx::Vec<4\2c\20unsigned\20short>\20const&\29 +3295:skvx::Vec<4\2c\20skvx::Mask::type>\20skvx::operator<<4\2c\20unsigned\20short>\28skvx::Vec<4\2c\20unsigned\20short>\20const&\2c\20skvx::Vec<4\2c\20unsigned\20short>\20const&\29 +3296:skvx::Vec<4\2c\20skvx::Mask::type>\20skvx::operator<=<4\2c\20float\2c\20float\2c\20void>\28skvx::Vec<4\2c\20float>\20const&\2c\20float\29 +3297:skvx::Vec<4\2c\20int>\20skvx::operator~<4\2c\20int>\28skvx::Vec<4\2c\20int>\20const&\29 +3298:skvx::Vec<4\2c\20int>\20skvx::operator&<4\2c\20int\2c\20int\2c\20void>\28skvx::Vec<4\2c\20int>\20const&\2c\20int\29 +3299:skvx::Vec<4\2c\20float>&\20skvx::operator+=<4\2c\20float>\28skvx::Vec<4\2c\20float>&\2c\20skvx::Vec<4\2c\20float>\20const&\29 +3300:sktext::gpu::VertexFiller::flatten\28SkWriteBuffer&\29\20const +3301:sktext::gpu::VertexFiller::deviceRectAndCheckTransform\28SkMatrix\20const&\29\20const +3302:sktext::gpu::TextBlobRedrawCoordinator::BlobIDCacheEntry::find\28sktext::gpu::TextBlob::Key\20const&\29\20const +3303:sktext::gpu::SubRunAllocator::SubRunAllocator\28char*\2c\20int\2c\20int\29 +3304:sktext::gpu::GlyphVector::flatten\28SkWriteBuffer&\29\20const +3305:sktext::gpu::GlyphVector::Make\28sktext::SkStrikePromise&&\2c\20SkSpan\2c\20sktext::gpu::SubRunAllocator*\29 +3306:sktext::gpu::BagOfBytes::PlatformMinimumSizeWithOverhead\28int\2c\20int\29 +3307:sktext::gpu::AtlasSubRun::AtlasSubRun\28sktext::gpu::VertexFiller&&\2c\20sktext::gpu::GlyphVector&&\29 +3308:sktext::SkStrikePromise::flatten\28SkWriteBuffer&\29\20const +3309:sktext::GlyphRunList::sourceBoundsWithOrigin\28\29\20const +3310:skpaint_to_grpaint_impl\28skgpu::ganesh::SurfaceDrawContext*\2c\20SkPaint\20const&\2c\20SkMatrix\20const&\2c\20std::__2::optional>>\2c\20SkBlender*\2c\20GrPaint*\29 +3311:skip_literal_string +3312:skif::\28anonymous\20namespace\29::GaneshBackend::~GaneshBackend\28\29_11267 +3313:skif::LayerSpace::ceil\28\29\20const +3314:skif::LayerSpace\20skif::Mapping::paramToLayer\28skif::ParameterSpace\20const&\29\20const +3315:skif::LayerSpace::inverseMapRect\28skif::LayerSpace\20const&\2c\20skif::LayerSpace*\29\20const +3316:skif::LayerSpace::inset\28skif::LayerSpace\20const&\29 +3317:skif::FilterResult::operator=\28skif::FilterResult\20const&\29 +3318:skif::FilterResult::insetByPixel\28\29\20const +3319:skif::FilterResult::draw\28skif::Context\20const&\2c\20SkDevice*\2c\20bool\2c\20SkBlender\20const*\29\20const +3320:skif::FilterResult::applyColorFilter\28skif::Context\20const&\2c\20sk_sp\29\20const +3321:skif::FilterResult::FilterResult\28sk_sp\2c\20skif::LayerSpace\20const&\2c\20skif::FilterResult::PixelBoundary\29 +3322:skif::FilterResult::Builder::~Builder\28\29 +3323:skif::Context::withNewSource\28skif::FilterResult\20const&\29\20const +3324:skif::Context::operator=\28skif::Context&&\29 +3325:skif::Backend::~Backend\28\29 +3326:skia_private::THashTable::Pair\2c\20unsigned\20int\2c\20skia_private::THashMap::Pair>::Slot::reset\28\29 +3327:skia_private::THashTable::Pair\2c\20SkSL::Symbol\20const*\2c\20skia_private::THashMap::Pair>::firstPopulatedSlot\28\29\20const +3328:skia_private::THashTable::Pair\2c\20SkSL::Symbol\20const*\2c\20skia_private::THashMap::Pair>::Iter>::operator++\28\29 +3329:skia_private::THashTable>\2c\20SkGoodHash>::Pair\2c\20SkImageFilter\20const*\2c\20skia_private::THashMap>\2c\20SkGoodHash>::Pair>::Slot::reset\28\29 +3330:skia_private::THashTable\2c\20SkDescriptor\20const&\2c\20sktext::gpu::StrikeCache::HashTraits>::Slot::reset\28\29 +3331:skia_private::THashTable\2c\20SkDescriptor\2c\20SkStrikeCache::StrikeTraits>::Slot::reset\28\29 +3332:skia_private::THashTable::Traits>::Hash\28long\20long\20const&\29 +3333:skia_private::THashTable<\28anonymous\20namespace\29::CacheImpl::Value*\2c\20SkImageFilterCacheKey\2c\20SkTDynamicHash<\28anonymous\20namespace\29::CacheImpl::Value\2c\20SkImageFilterCacheKey\2c\20\28anonymous\20namespace\29::CacheImpl::Value>::AdaptedTraits>::Hash\28SkImageFilterCacheKey\20const&\29 +3334:skia_private::THashTable::ValueList*\2c\20skgpu::ScratchKey\2c\20SkTDynamicHash::ValueList\2c\20skgpu::ScratchKey\2c\20SkTMultiMap::ValueList>::AdaptedTraits>::findOrNull\28skgpu::ScratchKey\20const&\29\20const +3335:skia_private::THashTable::Traits>::set\28SkSL::Variable\20const*\29 +3336:skia_private::THashTable::Entry*\2c\20unsigned\20int\2c\20SkLRUCache::Traits>::uncheckedSet\28SkLRUCache::Entry*&&\29 +3337:skia_private::THashTable::AdaptedTraits>::removeIfExists\28skgpu::UniqueKey\20const&\29 +3338:skia_private::THashTable::Traits>::Hash\28FT_Opaque_Paint_\20const&\29 +3339:skia_private::THashMap\2c\20SkGoodHash>::find\28SkString\20const&\29\20const +3340:skia_private::THashMap>\2c\20SkGoodHash>::set\28SkSL::Variable\20const*\2c\20std::__2::unique_ptr>\29 +3341:skia_private::THashMap::operator\5b\5d\28SkSL::SymbolTable::SymbolKey\20const&\29 +3342:skia_private::THashMap::find\28SkSL::SymbolTable::SymbolKey\20const&\29\20const +3343:skia_private::THashMap::find\28SkSL::IRNode\20const*\20const&\29\20const +3344:skia_private::THashMap::set\28SkSL::FunctionDeclaration\20const*\2c\20SkSL::Analysis::CheckProgramStructure\28SkSL::Program\20const&\29::ProgramStructureVisitor::FunctionState\29 +3345:skia_private::THashMap>\2c\20SkGoodHash>::find\28SkImageFilter\20const*\20const&\29\20const +3346:skia_private::TArray::resize_back\28int\29 +3347:skia_private::TArray::push_back_raw\28int\29 +3348:skia_private::TArray::operator==\28skia_private::TArray\20const&\29\20const +3349:skia_private::TArray\2c\20true>::push_back\28std::__2::array&&\29 +3350:skia_private::TArray\2c\20false>::~TArray\28\29 +3351:skia_private::TArray::clear\28\29 +3352:skia_private::TArray::clear\28\29 +3353:skia_private::TArray::TArray\28skia_private::TArray\20const&\29 +3354:skia_private::TArray::TArray\28skia_private::TArray\20const&\29 +3355:skia_private::TArray::~TArray\28\29 +3356:skia_private::TArray::move\28void*\29 +3357:skia_private::TArray::BufferFinishedMessage\2c\20false>::~TArray\28\29 +3358:skia_private::TArray::BufferFinishedMessage\2c\20false>::move\28void*\29 +3359:skia_private::TArray\2c\20true>::~TArray\28\29 +3360:skia_private::TArray\2c\20true>::push_back\28sk_sp&&\29 +3361:skia_private::TArray::reserve_exact\28int\29 +3362:skia_private::TArray\2c\20true>::Allocate\28int\2c\20double\29 +3363:skia_private::TArray::reserve_exact\28int\29 +3364:skia_private::TArray::Allocate\28int\2c\20double\29 +3365:skia_private::TArray::reserve_exact\28int\29 +3366:skia_private::TArray::preallocateNewData\28int\2c\20double\29 +3367:skia_private::TArray::~TArray\28\29 +3368:skia_private::TArray::move\28void*\29 +3369:skia_private::AutoSTMalloc<8ul\2c\20unsigned\20int\2c\20void>::reset\28unsigned\20long\29 +3370:skia_private::AutoSTArray<6\2c\20SkResourceCache::Key>::reset\28int\29 +3371:skia_private::AutoSTArray<20\2c\20SkGlyph\20const*>::reset\28int\29 +3372:skia_private::AutoSTArray<16\2c\20SkRect>::reset\28int\29 +3373:skia_png_sig_cmp +3374:skia_png_set_text_2 +3375:skia_png_realloc_array +3376:skia_png_get_uint_31 +3377:skia_png_check_fp_string +3378:skia_png_check_fp_number +3379:skia_png_app_warning +3380:skia_png_app_error +3381:skia::textlayout::\28anonymous\20namespace\29::intersected\28skia::textlayout::SkRange\20const&\2c\20skia::textlayout::SkRange\20const&\29 +3382:skia::textlayout::\28anonymous\20namespace\29::draw_line_as_rect\28skia::textlayout::ParagraphPainter*\2c\20float\2c\20float\2c\20float\2c\20skia::textlayout::ParagraphPainter::DecorationStyle\20const&\29 +3383:skia::textlayout::TypefaceFontStyleSet::createTypeface\28int\29 +3384:skia::textlayout::TextLine::shapeEllipsis\28SkString\20const&\2c\20skia::textlayout::Cluster\20const*\29::ShapeHandler::~ShapeHandler\28\29 +3385:skia::textlayout::TextLine::shapeEllipsis\28SkString\20const&\2c\20skia::textlayout::Cluster\20const*\29::$_0::operator\28\29\28sk_sp\2c\20sk_sp\29\20const +3386:skia::textlayout::TextLine::iterateThroughSingleRunByStyles\28skia::textlayout::TextLine::TextAdjustment\2c\20skia::textlayout::Run\20const*\2c\20float\2c\20skia::textlayout::SkRange\2c\20skia::textlayout::StyleType\2c\20std::__2::function\2c\20skia::textlayout::TextStyle\20const&\2c\20skia::textlayout::TextLine::ClipContext\20const&\29>\20const&\29\20const::$_0::operator\28\29\28skia::textlayout::SkRange\2c\20float\29\20const +3387:skia::textlayout::TextLine::getRectsForRange\28skia::textlayout::SkRange\2c\20skia::textlayout::RectHeightStyle\2c\20skia::textlayout::RectWidthStyle\2c\20std::__2::vector>&\29\20const +3388:skia::textlayout::TextBox&\20std::__2::vector>::emplace_back\28SkRect&\2c\20skia::textlayout::TextDirection&&\29 +3389:skia::textlayout::StrutStyle::StrutStyle\28skia::textlayout::StrutStyle\20const&\29 +3390:skia::textlayout::Run::isResolved\28\29\20const +3391:skia::textlayout::Run::copyTo\28SkTextBlobBuilder&\2c\20unsigned\20long\2c\20unsigned\20long\29\20const +3392:skia::textlayout::Run::calculateWidth\28unsigned\20long\2c\20unsigned\20long\2c\20bool\29\20const +3393:skia::textlayout::Run::calculateHeight\28skia::textlayout::LineMetricStyle\2c\20skia::textlayout::LineMetricStyle\29\20const +3394:skia::textlayout::ParagraphStyle::ParagraphStyle\28skia::textlayout::ParagraphStyle&&\29 +3395:skia::textlayout::ParagraphImpl::getGlyphPositionAtCoordinate\28float\2c\20float\29 +3396:skia::textlayout::ParagraphImpl::findNextGraphemeBoundary\28unsigned\20long\29\20const +3397:skia::textlayout::ParagraphImpl::findAllBlocks\28skia::textlayout::SkRange\29 +3398:skia::textlayout::ParagraphImpl::ensureUTF16Mapping\28\29::$_0::operator\28\29\28\29\20const::'lambda'\28unsigned\20long\29::operator\28\29\28unsigned\20long\29\20const +3399:skia::textlayout::ParagraphImpl::buildClusterTable\28\29 +3400:skia::textlayout::ParagraphCacheKey::operator==\28skia::textlayout::ParagraphCacheKey\20const&\29\20const +3401:skia::textlayout::ParagraphBuilderImpl::ensureUTF16Mapping\28\29::$_0::operator\28\29\28\29\20const::'lambda'\28unsigned\20long\29::operator\28\29\28unsigned\20long\29\20const +3402:skia::textlayout::ParagraphBuilderImpl::ensureUTF16Mapping\28\29 +3403:skia::textlayout::ParagraphBuilderImpl::endRunIfNeeded\28\29 +3404:skia::textlayout::OneLineShaper::~OneLineShaper\28\29 +3405:skia::textlayout::OneLineShaper::FontKey::~FontKey\28\29 +3406:skia::textlayout::LineMetrics::LineMetrics\28\29 +3407:skia::textlayout::FontCollection::FamilyKey::~FamilyKey\28\29 +3408:skia::textlayout::FontArguments::CloneTypeface\28sk_sp\20const&\29\20const +3409:skia::textlayout::Cluster::isSoftBreak\28\29\20const +3410:skia::textlayout::Block::Block\28skia::textlayout::Block\20const&\29 +3411:skgpu::tess::AffineMatrix::AffineMatrix\28SkMatrix\20const&\29 +3412:skgpu::ganesh::\28anonymous\20namespace\29::add_quad_segment\28SkPoint\20const*\2c\20skia_private::TArray*\29 +3413:skgpu::ganesh::\28anonymous\20namespace\29::SmallPathOp::Entry::Entry\28skgpu::ganesh::\28anonymous\20namespace\29::SmallPathOp::Entry&&\29 +3414:skgpu::ganesh::\28anonymous\20namespace\29::HullShader::makeProgramImpl\28GrShaderCaps\20const&\29\20const::Impl::~Impl\28\29 +3415:skgpu::ganesh::\28anonymous\20namespace\29::AAFlatteningConvexPathOp::programInfo\28\29 +3416:skgpu::ganesh::SurfaceFillContext::internalClear\28SkIRect\20const*\2c\20std::__2::array\2c\20bool\29 +3417:skgpu::ganesh::SurfaceFillContext::discard\28\29 +3418:skgpu::ganesh::SurfaceFillContext::addOp\28std::__2::unique_ptr>\29 +3419:skgpu::ganesh::SurfaceDrawContext::wrapsVkSecondaryCB\28\29\20const +3420:skgpu::ganesh::SurfaceDrawContext::stencilRect\28GrClip\20const*\2c\20GrUserStencilSettings\20const*\2c\20GrPaint&&\2c\20GrAA\2c\20SkMatrix\20const&\2c\20SkRect\20const&\2c\20SkMatrix\20const*\29 +3421:skgpu::ganesh::SurfaceDrawContext::drawPath\28GrClip\20const*\2c\20GrPaint&&\2c\20GrAA\2c\20SkMatrix\20const&\2c\20SkPath\20const&\2c\20GrStyle\20const&\29 +3422:skgpu::ganesh::SurfaceDrawContext::attemptQuadOptimization\28GrClip\20const*\2c\20GrUserStencilSettings\20const*\2c\20DrawQuad*\2c\20GrPaint*\29 +3423:skgpu::ganesh::SurfaceDrawContext::Make\28GrRecordingContext*\2c\20GrColorType\2c\20sk_sp\2c\20sk_sp\2c\20GrSurfaceOrigin\2c\20SkSurfaceProps\20const&\29 +3424:skgpu::ganesh::SurfaceContext::rescale\28GrImageInfo\20const&\2c\20GrSurfaceOrigin\2c\20SkIRect\2c\20SkImage::RescaleGamma\2c\20SkImage::RescaleMode\29 +3425:skgpu::ganesh::SurfaceContext::rescaleInto\28skgpu::ganesh::SurfaceFillContext*\2c\20SkIRect\2c\20SkIRect\2c\20SkImage::RescaleGamma\2c\20SkImage::RescaleMode\29::$_0::operator\28\29\28GrSurfaceProxyView\2c\20SkIRect\29\20const +3426:skgpu::ganesh::SurfaceContext::SurfaceContext\28GrRecordingContext*\2c\20GrSurfaceProxyView\2c\20GrColorInfo\20const&\29 +3427:skgpu::ganesh::SmallPathShapeDataKey::operator==\28skgpu::ganesh::SmallPathShapeDataKey\20const&\29\20const +3428:skgpu::ganesh::QuadPerEdgeAA::MinColorType\28SkRGBA4f<\28SkAlphaType\292>\29 +3429:skgpu::ganesh::PathTessellator::~PathTessellator\28\29 +3430:skgpu::ganesh::PathCurveTessellator::draw\28GrOpFlushState*\29\20const +3431:skgpu::ganesh::OpsTask::~OpsTask\28\29 +3432:skgpu::ganesh::OpsTask::recordOp\28std::__2::unique_ptr>\2c\20bool\2c\20GrProcessorSet::Analysis\2c\20GrAppliedClip*\2c\20GrDstProxyView\20const*\2c\20GrCaps\20const&\29 +3433:skgpu::ganesh::MakeFragmentProcessorFromView\28GrRecordingContext*\2c\20GrSurfaceProxyView\2c\20SkAlphaType\2c\20SkSamplingOptions\2c\20SkTileMode\20const*\2c\20SkMatrix\20const&\2c\20SkRect\20const*\2c\20SkRect\20const*\29 +3434:skgpu::ganesh::FilterAndMipmapHaveNoEffect\28GrQuad\20const&\2c\20GrQuad\20const&\29 +3435:skgpu::ganesh::FillRectOp::MakeNonAARect\28GrRecordingContext*\2c\20GrPaint&&\2c\20SkMatrix\20const&\2c\20SkRect\20const&\2c\20GrUserStencilSettings\20const*\29 +3436:skgpu::ganesh::FillRRectOp::\28anonymous\20namespace\29::can_use_hw_derivatives_with_coverage\28skvx::Vec<2\2c\20float>\20const&\2c\20skvx::Vec<2\2c\20float>\20const&\29 +3437:skgpu::ganesh::FillRRectOp::Make\28GrRecordingContext*\2c\20SkArenaAlloc*\2c\20GrPaint&&\2c\20SkMatrix\20const&\2c\20SkRRect\20const&\2c\20SkRect\20const&\2c\20GrAA\29 +3438:skgpu::ganesh::Device::drawRRect\28SkRRect\20const&\2c\20SkPaint\20const&\29 +3439:skgpu::ganesh::Device::drawImageQuadDirect\28SkImage\20const*\2c\20SkRect\20const&\2c\20SkRect\20const&\2c\20SkPoint\20const*\2c\20SkCanvas::QuadAAFlags\2c\20SkMatrix\20const*\2c\20SkSamplingOptions\20const&\2c\20SkPaint\20const&\2c\20SkCanvas::SrcRectConstraint\29 +3440:skgpu::ganesh::Device::Make\28std::__2::unique_ptr>\2c\20SkAlphaType\2c\20skgpu::ganesh::Device::InitContents\29 +3441:skgpu::ganesh::DashOp::\28anonymous\20namespace\29::setup_dashed_rect\28SkRect\20const&\2c\20skgpu::VertexWriter&\2c\20SkMatrix\20const&\2c\20float\2c\20float\2c\20float\2c\20float\2c\20float\2c\20float\2c\20float\2c\20skgpu::ganesh::DashOp::\28anonymous\20namespace\29::DashCap\29 +3442:skgpu::ganesh::ClipStack::~ClipStack\28\29 +3443:skgpu::ganesh::ClipStack::writableSaveRecord\28bool*\29 +3444:skgpu::ganesh::ClipStack::end\28\29\20const +3445:skgpu::ganesh::ClipStack::clip\28skgpu::ganesh::ClipStack::RawElement&&\29 +3446:skgpu::ganesh::ClipStack::clipState\28\29\20const +3447:skgpu::ganesh::ClipStack::SaveRecord::invalidateMasks\28GrProxyProvider*\2c\20SkTBlockList*\29 +3448:skgpu::ganesh::ClipStack::SaveRecord::genID\28\29\20const +3449:skgpu::ganesh::ClipStack::RawElement::operator=\28skgpu::ganesh::ClipStack::RawElement&&\29 +3450:skgpu::ganesh::ClipStack::RawElement::contains\28skgpu::ganesh::ClipStack::SaveRecord\20const&\29\20const +3451:skgpu::ganesh::ClipStack::RawElement::RawElement\28SkMatrix\20const&\2c\20GrShape\20const&\2c\20GrAA\2c\20SkClipOp\29 +3452:skgpu::ganesh::AtlasPathRenderer::~AtlasPathRenderer\28\29 +3453:skgpu::Swizzle::apply\28SkRasterPipeline*\29\20const +3454:skgpu::Swizzle::applyTo\28std::__2::array\29\20const +3455:skgpu::StringKeyBuilder::~StringKeyBuilder\28\29 +3456:skgpu::ScratchKey::GenerateResourceType\28\29 +3457:skgpu::RectanizerSkyline::reset\28\29 +3458:skgpu::Plot::addSubImage\28int\2c\20int\2c\20void\20const*\2c\20skgpu::AtlasLocator*\29 +3459:skgpu::AutoCallback::AutoCallback\28skgpu::AutoCallback&&\29 +3460:skcpu::make_paint_with_image\28SkPaint\20const&\2c\20SkBitmap\20const&\2c\20SkSamplingOptions\20const&\2c\20SkMatrix*\29 +3461:skcpu::DrawTreatAAStrokeAsHairline\28float\2c\20SkMatrix\20const&\2c\20float*\29 +3462:skcpu::Draw::drawRRect\28SkRRect\20const&\2c\20SkPaint\20const&\29\20const +3463:skcpu::Draw::drawDevicePoints\28SkCanvas::PointMode\2c\20SkSpan\2c\20SkPaint\20const&\2c\20SkDevice*\29\20const +3464:skcpu::Draw::Draw\28skcpu::Draw\20const&\29 +3465:skcms_TransferFunction_invert +3466:skcms_Matrix3x3_invert +3467:sk_sp::~sk_sp\28\29 +3468:sk_sp::operator=\28sk_sp&&\29 +3469:sk_sp::reset\28GrTextureProxy*\29 +3470:sk_sp::reset\28GrTexture*\29 +3471:sk_sp::operator=\28sk_sp&&\29 +3472:sk_sp::reset\28GrCpuBuffer*\29 +3473:sk_sp&\20sk_sp::operator=\28sk_sp&&\29 +3474:sk_sp&\20sk_sp::operator=\28sk_sp\20const&\29 +3475:sk_ft_free\28FT_MemoryRec_*\2c\20void*\29 +3476:sift +3477:set_initial_texture_params\28GrGLInterface\20const*\2c\20GrGLCaps\20const&\2c\20unsigned\20int\29 +3478:setLevelsOutsideIsolates\28UBiDi*\2c\20int\2c\20int\2c\20unsigned\20char\29 +3479:sect_with_vertical\28SkPoint\20const*\2c\20float\29 +3480:sampler_key\28GrTextureType\2c\20skgpu::Swizzle\20const&\2c\20GrCaps\20const&\29 +3481:round\28SkPoint*\29 +3482:read_color_line +3483:quick_inverse\28int\29 +3484:quad_intersect_ray\28SkPoint\20const*\2c\20float\2c\20SkDLine\20const&\2c\20SkIntersections*\29 +3485:psh_globals_set_scale +3486:ps_tofixedarray +3487:ps_parser_skip_PS_token +3488:ps_mask_test_bit +3489:ps_mask_table_alloc +3490:ps_mask_ensure +3491:ps_dimension_reset_mask +3492:ps_builder_init +3493:ps_builder_done +3494:pow +3495:portable::parametric_k\28skcms_TransferFunction\20const*\2c\20unsigned\20long\2c\20unsigned\20long\2c\20std::byte*&\2c\20float&\2c\20float&\2c\20float&\2c\20float&\2c\20float&\2c\20float&\2c\20float&\2c\20float&\29::'lambda'\28float\29::operator\28\29\28float\29\20const +3496:portable::hsl_to_rgb_k\28void\20const*\2c\20unsigned\20long\2c\20unsigned\20long\2c\20std::byte*&\2c\20float&\2c\20float&\2c\20float&\2c\20float&\2c\20float&\2c\20float&\2c\20float&\2c\20float&\29::'lambda'\28float\29::operator\28\29\28float\29\20const +3497:portable::gamma__k\28float\20const*\2c\20unsigned\20long\2c\20unsigned\20long\2c\20std::byte*&\2c\20float&\2c\20float&\2c\20float&\2c\20float&\2c\20float&\2c\20float&\2c\20float&\2c\20float&\29::'lambda'\28float\29::operator\28\29\28float\29\20const +3498:portable::PQish_k\28skcms_TransferFunction\20const*\2c\20unsigned\20long\2c\20unsigned\20long\2c\20std::byte*&\2c\20float&\2c\20float&\2c\20float&\2c\20float&\2c\20float&\2c\20float&\2c\20float&\2c\20float&\29::'lambda'\28float\29::operator\28\29\28float\29\20const +3499:portable::HLGish_k\28skcms_TransferFunction\20const*\2c\20unsigned\20long\2c\20unsigned\20long\2c\20std::byte*&\2c\20float&\2c\20float&\2c\20float&\2c\20float&\2c\20float&\2c\20float&\2c\20float&\2c\20float&\29::'lambda'\28float\29::operator\28\29\28float\29\20const +3500:portable::HLGinvish_k\28skcms_TransferFunction\20const*\2c\20unsigned\20long\2c\20unsigned\20long\2c\20std::byte*&\2c\20float&\2c\20float&\2c\20float&\2c\20float&\2c\20float&\2c\20float&\2c\20float&\2c\20float&\29::'lambda'\28float\29::operator\28\29\28float\29\20const +3501:points_are_colinear_and_b_is_middle\28SkPoint\20const&\2c\20SkPoint\20const&\2c\20SkPoint\20const&\2c\20float*\29 +3502:png_zlib_inflate +3503:png_inflate_read +3504:png_inflate_claim +3505:png_build_8bit_table +3506:png_build_16bit_table +3507:operator==\28SkPath\20const&\2c\20SkPath\20const&\29 +3508:operator!=\28SkString\20const&\2c\20SkString\20const&\29 +3509:normalize +3510:non-virtual\20thunk\20to\20GrOpFlushState::deferredUploadTarget\28\29 +3511:nextafterf +3512:mv_mul\28skcms_Matrix3x3\20const*\2c\20skcms_Vector3\20const*\29 +3513:move_nearby\28SkOpContourHead*\29 +3514:make_unpremul_effect\28std::__2::unique_ptr>\29 +3515:machine_index_t\2c\20hb_filter_iter_t\2c\20hb_array_t>\2c\20find_syllables_use\28hb_buffer_t*\29::'lambda'\28hb_glyph_info_t\20const&\29\2c\20$_7\20const&\2c\20\28void*\290>\2c\20find_syllables_use\28hb_buffer_t*\29::'lambda'\28hb_pair_t\29\2c\20$_6\20const&\2c\20\28void*\290>>>::operator==\28machine_index_t\2c\20hb_filter_iter_t\2c\20hb_array_t>\2c\20find_syllables_use\28hb_buffer_t*\29::'lambda'\28hb_glyph_info_t\20const&\29\2c\20$_7\20const&\2c\20\28void*\290>\2c\20find_syllables_use\28hb_buffer_t*\29::'lambda'\28hb_pair_t\29\2c\20$_6\20const&\2c\20\28void*\290>>>\20const&\29\20const +3516:long\20std::__2::__libcpp_atomic_refcount_decrement\5babi:nn180100\5d\28long&\29 +3517:long\20const&\20std::__2::min\5babi:nn180100\5d\28long\20const&\2c\20long\20const&\29 +3518:log1p +3519:load_truetype_glyph +3520:load\28unsigned\20char\20const*\2c\20int\2c\20void\20\28*\29\28unsigned\20char*\2c\20unsigned\20char\20const*\2c\20int\29\29 +3521:line_intersect_ray\28SkPoint\20const*\2c\20float\2c\20SkDLine\20const&\2c\20SkIntersections*\29 +3522:lineMetrics_getStartIndex +3523:just_solid_color\28SkPaint\20const&\29 +3524:is_reflex_vertex\28SkPoint\20const*\2c\20int\2c\20float\2c\20unsigned\20short\2c\20unsigned\20short\2c\20unsigned\20short\29 +3525:inner_scanline\28int\2c\20int\2c\20int\2c\20unsigned\20int\2c\20SkBlitter*\29 +3526:inflate_table +3527:impeller::TRect::GetCenter\28\29\20const +3528:impeller::TRect::Contains\28impeller::TRect\20const&\29\20const +3529:impeller::TRect::Contains\28impeller::TPoint\20const&\29\20const +3530:impeller::TPoint::GetLength\28\29\20const +3531:impeller::TPoint::GetDistanceSquared\28impeller::TPoint\20const&\29\20const +3532:impeller::RoundingRadii::AreAllCornersSame\28float\29\20const +3533:impeller::RoundRect::MakeRectRadii\28impeller::TRect\20const&\2c\20impeller::RoundingRadii\20const&\29 +3534:impeller::Matrix::operator==\28impeller::Matrix\20const&\29\20const +3535:impeller::Matrix::IsIdentity\28\29\20const +3536:impeller::Matrix::IsFinite\28\29\20const +3537:image_getWidth +3538:image_filter_color_type\28SkColorInfo\20const&\29 +3539:hb_vector_t::alloc\28unsigned\20int\2c\20bool\29 +3540:hb_vector_t::push\28\29 +3541:hb_vector_t::alloc\28unsigned\20int\2c\20bool\29 +3542:hb_vector_t::alloc\28unsigned\20int\2c\20bool\29 +3543:hb_vector_t::push\28\29 +3544:hb_vector_t::extend\28hb_array_t\29 +3545:hb_vector_t\2c\20false>::shrink_vector\28unsigned\20int\29 +3546:hb_vector_t::push\28\29 +3547:hb_utf8_t::next\28unsigned\20char\20const*\2c\20unsigned\20char\20const*\2c\20unsigned\20int*\2c\20unsigned\20int\29 +3548:hb_shape_plan_destroy +3549:hb_set_digest_t::add\28unsigned\20int\29 +3550:hb_script_get_horizontal_direction +3551:hb_pool_t::alloc\28\29 +3552:hb_paint_funcs_t::push_clip_glyph\28void*\2c\20unsigned\20int\2c\20hb_font_t*\29 +3553:hb_paint_funcs_t::image\28void*\2c\20hb_blob_t*\2c\20unsigned\20int\2c\20unsigned\20int\2c\20unsigned\20int\2c\20float\2c\20hb_glyph_extents_t*\29 +3554:hb_paint_funcs_t::color\28void*\2c\20int\2c\20unsigned\20int\29 +3555:hb_paint_extents_context_t::push_clip\28hb_extents_t\29 +3556:hb_lazy_loader_t\2c\20hb_face_t\2c\202u\2c\20hb_blob_t>::get\28\29\20const +3557:hb_lazy_loader_t\2c\20hb_face_t\2c\201u\2c\20hb_blob_t>::get\28\29\20const +3558:hb_lazy_loader_t\2c\20hb_face_t\2c\2018u\2c\20hb_blob_t>::get\28\29\20const +3559:hb_lazy_loader_t\2c\20hb_face_t\2c\203u\2c\20OT::cmap_accelerator_t>::get_stored\28\29\20const +3560:hb_lazy_loader_t\2c\20hb_face_t\2c\2032u\2c\20hb_blob_t>::get\28\29\20const +3561:hb_lazy_loader_t\2c\20hb_face_t\2c\2028u\2c\20AAT::morx_accelerator_t>::get_stored\28\29\20const +3562:hb_lazy_loader_t\2c\20hb_face_t\2c\2029u\2c\20AAT::mort_accelerator_t>::get_stored\28\29\20const +3563:hb_iter_t\2c\20hb_filter_iter_t\2c\20hb_array_t>\2c\20find_syllables_use\28hb_buffer_t*\29::'lambda'\28hb_glyph_info_t\20const&\29\2c\20$_7\20const&\2c\20\28void*\290>\2c\20find_syllables_use\28hb_buffer_t*\29::'lambda'\28hb_pair_t\29\2c\20$_6\20const&\2c\20\28void*\290>>>\2c\20hb_pair_t>>::operator-\28unsigned\20int\29\20const +3564:hb_iter_t\2c\20hb_array_t>\2c\20$_8\20const&\2c\20\28hb_function_sortedness_t\291\2c\20\28void*\290>\2c\20OT::HBGlyphID16&>::end\28\29\20const +3565:hb_iter_t\2c\20hb_array_t>\2c\20find_syllables_use\28hb_buffer_t*\29::'lambda'\28hb_glyph_info_t\20const&\29\2c\20$_7\20const&\2c\20\28void*\290>\2c\20find_syllables_use\28hb_buffer_t*\29::'lambda'\28hb_pair_t\29\2c\20$_6\20const&\2c\20\28void*\290>\2c\20hb_pair_t>::operator++\28\29\20& +3566:hb_hashmap_t::item_t::operator==\28hb_serialize_context_t::object_t\20const*\20const&\29\20const +3567:hb_font_t::has_glyph_h_origin_func\28\29 +3568:hb_font_t::has_func\28unsigned\20int\29 +3569:hb_font_t::get_nominal_glyphs\28unsigned\20int\2c\20unsigned\20int\20const*\2c\20unsigned\20int\2c\20unsigned\20int*\2c\20unsigned\20int\29 +3570:hb_font_t::get_glyph_v_origin\28unsigned\20int\2c\20int*\2c\20int*\29 +3571:hb_font_t::get_glyph_v_advances\28unsigned\20int\2c\20unsigned\20int\20const*\2c\20unsigned\20int\2c\20int*\2c\20unsigned\20int\29 +3572:hb_font_t::get_glyph_h_origin_with_fallback\28unsigned\20int\2c\20int*\2c\20int*\29 +3573:hb_font_t::get_glyph_h_origin\28unsigned\20int\2c\20int*\2c\20int*\29 +3574:hb_font_t::get_glyph_h_advances\28unsigned\20int\2c\20unsigned\20int\20const*\2c\20unsigned\20int\2c\20int*\2c\20unsigned\20int\29 +3575:hb_font_t::get_glyph_contour_point_for_origin\28unsigned\20int\2c\20unsigned\20int\2c\20hb_direction_t\2c\20int*\2c\20int*\29 +3576:hb_font_funcs_destroy +3577:hb_draw_cubic_to_nil\28hb_draw_funcs_t*\2c\20void*\2c\20hb_draw_state_t*\2c\20float\2c\20float\2c\20float\2c\20float\2c\20float\2c\20float\2c\20void*\29 +3578:hb_decycler_node_t::hb_decycler_node_t\28hb_decycler_t&\29 +3579:hb_buffer_t::output_info\28hb_glyph_info_t\20const&\29 +3580:hb_buffer_t::_infos_set_glyph_flags\28hb_glyph_info_t*\2c\20unsigned\20int\2c\20unsigned\20int\2c\20unsigned\20int\2c\20unsigned\20int\29 +3581:hb_buffer_t::_infos_find_min_cluster\28hb_glyph_info_t\20const*\2c\20unsigned\20int\2c\20unsigned\20int\2c\20unsigned\20int\29 +3582:hb_buffer_set_length +3583:hb_buffer_create +3584:hb_bounds_t*\20hb_vector_t::push\28hb_bounds_t&&\29 +3585:hb_bit_set_t::fini\28\29 +3586:hb_bit_page_t::add_range\28unsigned\20int\2c\20unsigned\20int\29 +3587:haircubic\28SkPoint\20const*\2c\20SkRegion\20const*\2c\20SkRect\20const*\2c\20SkRect\20const*\2c\20SkBlitter*\2c\20int\2c\20void\20\28*\29\28SkPoint\20const*\2c\20int\2c\20SkRegion\20const*\2c\20SkBlitter*\29\29 +3588:gray_render_line +3589:gl_target_to_gr_target\28unsigned\20int\29 +3590:gl_target_to_binding_index\28unsigned\20int\29 +3591:get_vendor\28char\20const*\29 +3592:get_renderer\28char\20const*\2c\20GrGLExtensions\20const&\29 +3593:get_layer_mapping_and_bounds\28SkSpan>\2c\20SkM44\20const&\2c\20skif::DeviceSpace\20const&\2c\20std::__2::optional>\2c\20float\29 +3594:get_joining_type\28unsigned\20int\2c\20hb_unicode_general_category_t\29 +3595:get_child_table_pointer +3596:generate_distance_field_from_image\28unsigned\20char*\2c\20unsigned\20char\20const*\2c\20int\2c\20int\29 +3597:gaussianIntegral\28float\29 +3598:ft_var_readpackeddeltas +3599:ft_var_done_item_variation_store +3600:ft_glyphslot_alloc_bitmap +3601:ft_face_get_mm_service +3602:freelocale +3603:fputc +3604:fp_barrierf +3605:flutter::ToSkColor4f\28flutter::DlColor\29 +3606:flutter::DlSkPaintDispatchHelper::save_opacity\28float\29 +3607:flutter::DlSkCanvasDispatcher::~DlSkCanvasDispatcher\28\29 +3608:flutter::DlSkCanvasDispatcher::save\28\29 +3609:flutter::DlSkCanvasDispatcher::drawDisplayList\28sk_sp\2c\20float\29 +3610:flutter::DlRuntimeEffectColorSource::DlRuntimeEffectColorSource\28sk_sp\2c\20std::__2::vector\2c\20std::__2::allocator>>\2c\20std::__2::shared_ptr>>\29 +3611:flutter::DlPath::WillRenderSkPath\28\29\20const +3612:flutter::DlPaint::DlPaint\28flutter::DlPaint&&\29 +3613:flutter::DlLocalMatrixImageFilter::type\28\29\20const +3614:flutter::DlComposeImageFilter::~DlComposeImageFilter\28\29 +3615:flutter::DlComposeImageFilter::type\28\29\20const +3616:flutter::DlColorSource::MakeSweep\28impeller::TPoint\2c\20float\2c\20float\2c\20unsigned\20int\2c\20flutter::DlColor\20const*\2c\20float\20const*\2c\20flutter::DlTileMode\2c\20impeller::Matrix\20const*\29 +3617:flutter::DlColorSource::MakeRadial\28impeller::TPoint\2c\20float\2c\20unsigned\20int\2c\20flutter::DlColor\20const*\2c\20float\20const*\2c\20flutter::DlTileMode\2c\20impeller::Matrix\20const*\29 +3618:flutter::DlColorSource::MakeLinear\28impeller::TPoint\2c\20impeller::TPoint\2c\20unsigned\20int\2c\20flutter::DlColor\20const*\2c\20float\20const*\2c\20flutter::DlTileMode\2c\20impeller::Matrix\20const*\29 +3619:flutter::DlColorSource::MakeConical\28impeller::TPoint\2c\20float\2c\20impeller::TPoint\2c\20float\2c\20unsigned\20int\2c\20flutter::DlColor\20const*\2c\20float\20const*\2c\20flutter::DlTileMode\2c\20impeller::Matrix\20const*\29 +3620:flutter::DlColor::withColorSpace\28flutter::DlColorSpace\29\20const +3621:flutter::DlColor::operator==\28flutter::DlColor\20const&\29\20const +3622:flutter::DlBlurMaskFilter::size\28\29\20const +3623:flutter::DisplayListMatrixClipState::mapRect\28impeller::TRect\20const&\2c\20impeller::TRect*\29\20const +3624:flutter::DisplayListMatrixClipState::TransformedRectCoversBounds\28impeller::TRect\20const&\2c\20impeller::Matrix\20const&\2c\20impeller::TRect\20const&\29 +3625:flutter::DisplayListMatrixClipState::TransformedOvalCoversBounds\28impeller::TRect\20const&\2c\20impeller::Matrix\20const&\2c\20impeller::TRect\20const&\29 +3626:flutter::DisplayListMatrixClipState::DisplayListMatrixClipState\28impeller::TRect\20const&\2c\20impeller::Matrix\20const&\29 +3627:flutter::DisplayListBuilder::setStrokeWidth\28float\29 +3628:flutter::DisplayListBuilder::setStrokeMiter\28float\29 +3629:flutter::DisplayListBuilder::setStrokeJoin\28flutter::DlStrokeJoin\29 +3630:flutter::DisplayListBuilder::setStrokeCap\28flutter::DlStrokeCap\29 +3631:flutter::DisplayListBuilder::setMaskFilter\28flutter::DlMaskFilter\20const*\29 +3632:flutter::DisplayListBuilder::setInvertColors\28bool\29 +3633:flutter::DisplayListBuilder::setImageFilter\28flutter::DlImageFilter\20const*\29 +3634:flutter::DisplayListBuilder::setDrawStyle\28flutter::DlDrawStyle\29 +3635:flutter::DisplayListBuilder::setColor\28flutter::DlColor\29 +3636:flutter::DisplayListBuilder::setColorSource\28flutter::DlColorSource\20const*\29 +3637:flutter::DisplayListBuilder::setColorFilter\28flutter::DlColorFilter\20const*\29 +3638:flutter::DisplayListBuilder::setBlendMode\28impeller::BlendMode\29 +3639:flutter::DisplayListBuilder::setAntiAlias\28bool\29 +3640:flutter::DisplayListBuilder::saveLayer\28impeller::TRect\20const&\2c\20flutter::SaveLayerOptions\2c\20flutter::DlImageFilter\20const*\2c\20std::__2::optional\29 +3641:flutter::DisplayListBuilder::drawVertices\28std::__2::shared_ptr\20const&\2c\20impeller::BlendMode\29 +3642:flutter::DisplayListBuilder::drawText\28std::__2::shared_ptr\20const&\2c\20float\2c\20float\29 +3643:flutter::DisplayListBuilder::drawRoundSuperellipse\28impeller::RoundSuperellipse\20const&\29 +3644:flutter::DisplayListBuilder::drawRoundRect\28impeller::RoundRect\20const&\29 +3645:flutter::DisplayListBuilder::drawPoints\28flutter::DlPointMode\2c\20unsigned\20int\2c\20impeller::TPoint\20const*\29 +3646:flutter::DisplayListBuilder::drawPath\28flutter::DlPath\20const&\29 +3647:flutter::DisplayListBuilder::drawPaint\28\29 +3648:flutter::DisplayListBuilder::drawLine\28impeller::TPoint\20const&\2c\20impeller::TPoint\20const&\29 +3649:flutter::DisplayListBuilder::drawDiffRoundRect\28impeller::RoundRect\20const&\2c\20impeller::RoundRect\20const&\29 +3650:flutter::DisplayListBuilder::drawDashedLine\28impeller::TPoint\20const&\2c\20impeller::TPoint\20const&\2c\20float\2c\20float\29 +3651:flutter::DisplayListBuilder::drawCircle\28impeller::TPoint\20const&\2c\20float\29 +3652:flutter::DisplayListBuilder::drawArc\28impeller::TRect\20const&\2c\20float\2c\20float\2c\20bool\29 +3653:flutter::DisplayListBuilder::SaveLayer\28std::__2::optional>\20const&\2c\20flutter::DlPaint\20const*\2c\20flutter::DlImageFilter\20const*\2c\20std::__2::optional\29 +3654:flutter::DisplayListBuilder::RestoreToCount\28int\29 +3655:flutter::DisplayListBuilder::QuickReject\28impeller::TRect\20const&\29\20const +3656:flutter::DisplayListBuilder::GetBaseLayerDimensions\28\29\20const +3657:flutter::DisplayListBuilder::DrawVertices\28std::__2::shared_ptr\20const&\2c\20impeller::BlendMode\2c\20flutter::DlPaint\20const&\29 +3658:flutter::DisplayListBuilder::DrawRoundRect\28impeller::RoundRect\20const&\2c\20flutter::DlPaint\20const&\29 +3659:flutter::DisplayListBuilder::DrawPoints\28flutter::DlPointMode\2c\20unsigned\20int\2c\20impeller::TPoint\20const*\2c\20flutter::DlPaint\20const&\29 +3660:flutter::DisplayListBuilder::DrawPaint\28flutter::DlPaint\20const&\29 +3661:flutter::DisplayListBuilder::DrawOval\28impeller::TRect\20const&\2c\20flutter::DlPaint\20const&\29 +3662:flutter::DisplayListBuilder::DrawImage\28sk_sp\20const&\2c\20impeller::TPoint\20const&\2c\20flutter::DlImageSampling\2c\20flutter::DlPaint\20const*\29 +3663:flutter::DisplayListBuilder::DrawImageRect\28sk_sp\20const&\2c\20impeller::TRect\20const&\2c\20impeller::TRect\20const&\2c\20flutter::DlImageSampling\2c\20flutter::DlPaint\20const*\2c\20flutter::DlSrcRectConstraint\29 +3664:flutter::DisplayListBuilder::DrawImageNine\28sk_sp\20const&\2c\20impeller::TRect\20const&\2c\20impeller::TRect\20const&\2c\20flutter::DlFilterMode\2c\20flutter::DlPaint\20const*\29 +3665:flutter::DisplayListBuilder::DrawDiffRoundRect\28impeller::RoundRect\20const&\2c\20impeller::RoundRect\20const&\2c\20flutter::DlPaint\20const&\29 +3666:flutter::DisplayListBuilder::DrawDashedLine\28impeller::TPoint\20const&\2c\20impeller::TPoint\20const&\2c\20float\2c\20float\2c\20flutter::DlPaint\20const&\29 +3667:flutter::DisplayListBuilder::DrawCircle\28impeller::TPoint\20const&\2c\20float\2c\20flutter::DlPaint\20const&\29 +3668:flutter::DisplayListBuilder::DrawAtlas\28sk_sp\20const&\2c\20impeller::RSTransform\20const*\2c\20impeller::TRect\20const*\2c\20flutter::DlColor\20const*\2c\20int\2c\20impeller::BlendMode\2c\20flutter::DlImageSampling\2c\20impeller::TRect\20const*\2c\20flutter::DlPaint\20const*\29 +3669:flutter::DisplayListBuilder::DrawArc\28impeller::TRect\20const&\2c\20float\2c\20float\2c\20bool\2c\20flutter::DlPaint\20const&\29 +3670:flutter::AccumulationRect::accumulate\28float\2c\20float\29 +3671:flutter::AccumulationRect::GetBounds\28\29\20const +3672:fixN0c\28BracketData*\2c\20int\2c\20int\2c\20unsigned\20char\29 +3673:filter_to_gl_min_filter\28SkFilterMode\2c\20SkMipmapMode\29 +3674:exp2 +3675:dquad_dxdy_at_t\28SkPoint\20const*\2c\20float\2c\20double\29 +3676:do_scanline\28int\2c\20int\2c\20int\2c\20unsigned\20int\2c\20SkBlitter*\29 +3677:do_anti_hairline\28int\2c\20int\2c\20int\2c\20int\2c\20SkIRect\20const*\2c\20SkBlitter*\29 +3678:dline_dxdy_at_t\28SkPoint\20const*\2c\20float\2c\20double\29 +3679:directionFromFlags\28UBiDi*\29 +3680:destroy_face +3681:decltype\28fp\28nullptr\29\29\20SkArenaAlloc::make\20const&\2c\20skgpu::ganesh::DashOp::AAMode\2c\20SkMatrix\20const&\2c\20bool\29::$_0>\28skgpu::ganesh::DashOp::\28anonymous\20namespace\29::DashingCircleEffect::Make\28SkArenaAlloc*\2c\20SkRGBA4f<\28SkAlphaType\292>\20const&\2c\20skgpu::ganesh::DashOp::AAMode\2c\20SkMatrix\20const&\2c\20bool\29::$_0&&\29::'lambda'\28char*\29::__invoke\28char*\29 +3682:decltype\28fp\28nullptr\29\29\20SkArenaAlloc::make\28GrCaps\20const&\2c\20GrSurfaceProxyView\20const&\2c\20bool&\2c\20GrPipeline*&\2c\20GrUserStencilSettings\20const*&&\2c\20\28anonymous\20namespace\29::DrawAtlasPathShader*&\2c\20GrPrimitiveType&&\2c\20GrXferBarrierFlags&\2c\20GrLoadOp&\29::'lambda'\28void*\29>\28GrProgramInfo&&\29::'lambda'\28char*\29::__invoke\28char*\29 +3683:dcubic_dxdy_at_t\28SkPoint\20const*\2c\20float\2c\20double\29 +3684:dconic_dxdy_at_t\28SkPoint\20const*\2c\20float\2c\20double\29 +3685:cubic_intersect_ray\28SkPoint\20const*\2c\20float\2c\20SkDLine\20const&\2c\20SkIntersections*\29 +3686:conic_intersect_ray\28SkPoint\20const*\2c\20float\2c\20SkDLine\20const&\2c\20SkIntersections*\29 +3687:cleanup_shaders\28GrGLGpu*\2c\20SkTDArray\20const&\29 +3688:chop_mono_cubic_at_y\28SkPoint*\2c\20float\2c\20SkPoint*\29 +3689:check_inverse_on_empty_return\28SkRegion*\2c\20SkPath\20const&\2c\20SkRegion\20const&\29 +3690:check_intersection\28SkAnalyticEdge\20const*\2c\20int\2c\20int*\29 +3691:char*\20std::__2::find\5babi:nn180100\5d\28char*\2c\20char*\2c\20char\20const&\29 +3692:cff_parse_real +3693:cff_parse_integer +3694:cff_index_read_offset +3695:cff_index_get_pointers +3696:cff_index_access_element +3697:cff2_path_param_t::move_to\28CFF::point_t\20const&\29 +3698:cff1_path_param_t::move_to\28CFF::point_t\20const&\29 +3699:cf2_hintmap_map +3700:cf2_glyphpath_pushPrevElem +3701:cf2_glyphpath_computeOffset +3702:cf2_glyphpath_closeOpenPath +3703:calculate_path_gap\28float\2c\20float\2c\20SkPath\20const&\29::$_1::operator\28\29\28SkSpan\29\20const +3704:calc_dot_cross_cubic\28SkPoint\20const&\2c\20SkPoint\20const&\2c\20SkPoint\20const&\29 +3705:bracketProcessBoundary\28BracketData*\2c\20int\2c\20unsigned\20char\2c\20unsigned\20char\29 +3706:bracketAddOpening\28BracketData*\2c\20char16_t\2c\20int\29 +3707:bool\20std::__2::equal\5babi:ne180100\5d\28float\20const*\2c\20float\20const*\2c\20float\20const*\2c\20std::__2::__equal_to\29 +3708:bool\20std::__2::__is_pointer_in_range\5babi:nn180100\5d\28char\20const*\2c\20char\20const*\2c\20char\20const*\29 +3709:bool\20hb_sanitize_context_t::check_array>\28OT::IntType\20const*\2c\20unsigned\20int\2c\20unsigned\20int\29\20const +3710:bool\20flutter::Equals\28std::__2::shared_ptr\20const&\2c\20std::__2::shared_ptr\20const&\29 +3711:bool\20SkIsFinite\28float\20const*\2c\20int\29\20\28.1003\29 +3712:bool\20OT::match_lookahead>\28OT::hb_ot_apply_context_t*\2c\20unsigned\20int\2c\20OT::IntType\20const*\2c\20bool\20\28*\29\28hb_glyph_info_t&\2c\20unsigned\20int\2c\20void\20const*\29\2c\20void\20const*\2c\20unsigned\20int\2c\20unsigned\20int*\29 +3713:bool\20OT::match_backtrack>\28OT::hb_ot_apply_context_t*\2c\20unsigned\20int\2c\20OT::IntType\20const*\2c\20bool\20\28*\29\28hb_glyph_info_t&\2c\20unsigned\20int\2c\20void\20const*\29\2c\20void\20const*\2c\20unsigned\20int*\29 +3714:bool\20OT::glyf_impl::Glyph::get_points\28hb_font_t*\2c\20OT::glyf_accelerator_t\20const&\2c\20contour_point_vector_t&\2c\20hb_glyf_scratch_t&\2c\20contour_point_vector_t*\2c\20head_maxp_info_t*\2c\20unsigned\20int*\2c\20bool\2c\20bool\2c\20bool\2c\20hb_array_t\2c\20unsigned\20int\2c\20unsigned\20int*\29\20const +3715:bool\20OT::glyf_accelerator_t::get_points\28hb_font_t*\2c\20unsigned\20int\2c\20OT::glyf_accelerator_t::points_aggregator_t\2c\20hb_array_t\2c\20hb_glyf_scratch_t&\29\20const +3716:bool\20OT::OffsetTo\2c\20void\2c\20true>::sanitize<>\28hb_sanitize_context_t*\2c\20void\20const*\29\20const +3717:bool\20OT::OffsetTo\2c\20void\2c\20true>::sanitize<>\28hb_sanitize_context_t*\2c\20void\20const*\29\20const +3718:bool\20OT::OffsetTo\2c\20OT::IntType\2c\20void\2c\20true>::sanitize<>\28hb_sanitize_context_t*\2c\20void\20const*\29\20const +3719:bool\20OT::OffsetTo\2c\20OT::IntType\2c\20void\2c\20true>::sanitize<>\28hb_sanitize_context_t*\2c\20void\20const*\29\20const +3720:bool\20OT::OffsetTo>\2c\20OT::IntType\2c\20void\2c\20false>::sanitize<>\28hb_sanitize_context_t*\2c\20void\20const*\29\20const +3721:bool\20OT::Condition::evaluate\28int\20const*\2c\20unsigned\20int\2c\20OT::ItemVarStoreInstancer*\29\20const +3722:blitrect\28SkBlitter*\2c\20SkIRect\20const&\29 +3723:blit_single_alpha\28AdditiveBlitter*\2c\20int\2c\20int\2c\20unsigned\20char\2c\20unsigned\20char\2c\20unsigned\20char*\2c\20bool\29 +3724:blit_aaa_trapezoid_row\28AdditiveBlitter*\2c\20int\2c\20int\2c\20int\2c\20int\2c\20int\2c\20int\2c\20int\2c\20unsigned\20char\2c\20unsigned\20char*\2c\20bool\29 +3725:atan +3726:append_index_uv_varyings\28GrGeometryProcessor::ProgramImpl::EmitArgs&\2c\20int\2c\20char\20const*\2c\20char\20const*\2c\20GrGLSLVarying*\2c\20GrGLSLVarying*\2c\20GrGLSLVarying*\29 +3727:antifillrect\28SkRect\20const&\2c\20SkBlitter*\29 +3728:af_property_get_face_globals +3729:af_latin_hints_link_segments +3730:af_latin_compute_stem_width +3731:af_latin_align_linked_edge +3732:af_iup_interp +3733:af_glyph_hints_save +3734:af_glyph_hints_done +3735:af_cjk_align_linked_edge +3736:add_stop_color\28SkRasterPipelineContexts::GradientCtx*\2c\20unsigned\20long\2c\20SkRGBA4f<\28SkAlphaType\292>\20const&\2c\20SkRGBA4f<\28SkAlphaType\292>\20const&\29 +3737:add_quad\28SkPoint\20const*\2c\20skia_private::TArray*\29 +3738:add_const_color\28SkRasterPipelineContexts::GradientCtx*\2c\20unsigned\20long\2c\20SkRGBA4f<\28SkAlphaType\292>\20const&\29 +3739:acos +3740:aaa_fill_path\28SkPathRaw\20const&\2c\20SkIRect\20const&\2c\20AdditiveBlitter*\2c\20int\2c\20int\2c\20bool\2c\20bool\2c\20bool\29 +3741:_iup_worker_interpolate +3742:_hb_head_t\29&>\28fp\29\2c\20std::forward>\28fp0\29\2c\20\28hb_priority<16u>\29\28\29\29\29>::type\20$_22::operator\28\29\29&\2c\20hb_pair_t>\28find_syllables_use\28hb_buffer_t*\29::'lambda'\28hb_pair_t\29&\2c\20hb_pair_t&&\29\20const +3743:_hb_font_adopt_var_coords\28hb_font_t*\2c\20int*\2c\20float*\2c\20unsigned\20int\29 +3744:_get_path\28OT::cff1::accelerator_t\20const*\2c\20hb_font_t*\2c\20unsigned\20int\2c\20hb_draw_session_t&\2c\20bool\2c\20CFF::point_t*\29 +3745:_get_bounds\28OT::cff1::accelerator_t\20const*\2c\20unsigned\20int\2c\20bounds_t&\2c\20bool\29 +3746:__trunctfdf2 +3747:__towrite +3748:__toread +3749:__subtf3 +3750:__strchrnul +3751:__rem_pio2f +3752:__rem_pio2 +3753:__overflow +3754:__fwritex +3755:__cxxabiv1::__class_type_info::process_static_type_below_dst\28__cxxabiv1::__dynamic_cast_info*\2c\20void\20const*\2c\20int\29\20const +3756:__cxxabiv1::__class_type_info::process_static_type_above_dst\28__cxxabiv1::__dynamic_cast_info*\2c\20void\20const*\2c\20void\20const*\2c\20int\29\20const +3757:__cxxabiv1::__class_type_info::process_found_base_class\28__cxxabiv1::__dynamic_cast_info*\2c\20void*\2c\20int\29\20const +3758:__cxxabiv1::__base_class_type_info::search_above_dst\28__cxxabiv1::__dynamic_cast_info*\2c\20void\20const*\2c\20void\20const*\2c\20int\2c\20bool\29\20const +3759:\28anonymous\20namespace\29::subdivide_cubic_to\28SkPathBuilder*\2c\20SkPoint\20const*\2c\20int\29 +3760:\28anonymous\20namespace\29::split_conic\28SkPoint\20const*\2c\20SkConic*\2c\20float\29 +3761:\28anonymous\20namespace\29::single_pass_shape\28GrStyledShape\20const&\29 +3762:\28anonymous\20namespace\29::shift_left\28skvx::Vec<4\2c\20float>\20const&\2c\20int\29 +3763:\28anonymous\20namespace\29::shape_contains_rect\28GrShape\20const&\2c\20SkMatrix\20const&\2c\20SkMatrix\20const&\2c\20SkRect\20const&\2c\20SkMatrix\20const&\2c\20bool\29 +3764:\28anonymous\20namespace\29::set_gl_stencil\28GrGLInterface\20const*\2c\20GrStencilSettings::Face\20const&\2c\20unsigned\20int\29 +3765:\28anonymous\20namespace\29::make_blend\28sk_sp\2c\20sk_sp\2c\20sk_sp\2c\20SkImageFilters::CropRect\20const&\2c\20std::__2::optional\2c\20bool\29::$_0::operator\28\29\28sk_sp\29\20const +3766:\28anonymous\20namespace\29::get_tile_count\28SkIRect\20const&\2c\20int\29 +3767:\28anonymous\20namespace\29::generateGlyphPathStatic\28FT_FaceRec_*\2c\20SkPathBuilder*\29 +3768:\28anonymous\20namespace\29::generateFacePathCOLRv1\28FT_FaceRec_*\2c\20unsigned\20short\2c\20SkMatrix\20const*\29 +3769:\28anonymous\20namespace\29::gather_lines_and_quads\28SkPath\20const&\2c\20SkMatrix\20const&\2c\20SkIRect\20const&\2c\20float\2c\20bool\2c\20skia_private::TArray*\2c\20skia_private::TArray*\2c\20skia_private::TArray*\2c\20skia_private::TArray*\2c\20skia_private::TArray*\29::$_0::operator\28\29\28SkPoint\20const*\2c\20bool\29\20const +3770:\28anonymous\20namespace\29::convert_noninflect_cubic_to_quads_with_constraint\28SkPoint\20const*\2c\20float\2c\20SkPathFirstDirection\2c\20skia_private::TArray*\2c\20int\29 +3771:\28anonymous\20namespace\29::convert_noninflect_cubic_to_quads\28SkPoint\20const*\2c\20float\2c\20skia_private::TArray*\2c\20int\2c\20bool\2c\20bool\29 +3772:\28anonymous\20namespace\29::colrv1_configure_skpaint\28FT_FaceRec_*\2c\20SkSpan\20const&\2c\20unsigned\20int\2c\20FT_COLR_Paint_\20const&\2c\20SkPaint*\29::$_0::operator\28\29\28FT_ColorStopIterator_\20const&\2c\20std::__2::vector>&\2c\20std::__2::vector\2c\20std::__2::allocator>>&\29\20const +3773:\28anonymous\20namespace\29::bloat_quad\28SkPoint\20const*\2c\20SkMatrix\20const*\2c\20SkMatrix\20const*\2c\20\28anonymous\20namespace\29::BezierVertex*\29 +3774:\28anonymous\20namespace\29::TriangulatingPathOp::CreateMesh\28GrMeshDrawTarget*\2c\20sk_sp\2c\20int\2c\20int\29 +3775:\28anonymous\20namespace\29::TransformedMaskSubRun::~TransformedMaskSubRun\28\29 +3776:\28anonymous\20namespace\29::TransformedMaskSubRun::testingOnly_packedGlyphIDToGlyph\28sktext::gpu::StrikeCache*\29\20const +3777:\28anonymous\20namespace\29::StaticVertexAllocator::~StaticVertexAllocator\28\29 +3778:\28anonymous\20namespace\29::SkwasmParagraphPainter::toDlPaint\28skia::textlayout::ParagraphPainter::DecorationStyle\20const&\2c\20flutter::DlDrawStyle\29 +3779:\28anonymous\20namespace\29::SkMorphologyImageFilter::radii\28skif::Mapping\20const&\29\20const +3780:\28anonymous\20namespace\29::SkFTGeometrySink::goingTo\28FT_Vector_\20const*\29 +3781:\28anonymous\20namespace\29::SkCropImageFilter::cropRect\28skif::Mapping\20const&\29\20const +3782:\28anonymous\20namespace\29::ShapedRun::~ShapedRun\28\29 +3783:\28anonymous\20namespace\29::PathSubRun::canReuse\28SkPaint\20const&\2c\20SkMatrix\20const&\29\20const +3784:\28anonymous\20namespace\29::MemoryPoolAccessor::pool\28\29\20const +3785:\28anonymous\20namespace\29::DrawAtlasOpImpl::visitProxies\28std::__2::function\20const&\29\20const +3786:\28anonymous\20namespace\29::DrawAtlasOpImpl::programInfo\28\29 +3787:\28anonymous\20namespace\29::DrawAtlasOpImpl::onExecute\28GrOpFlushState*\2c\20SkRect\20const&\29 +3788:TT_Vary_Apply_Glyph_Deltas +3789:TT_Set_Var_Design +3790:TT_Get_VMetrics +3791:Skwasm::Surface::_resizeSurface\28int\2c\20int\29 +3792:SkWriter32::writeRegion\28SkRegion\20const&\29 +3793:SkVertices::Sizes::Sizes\28SkVertices::Desc\20const&\29 +3794:SkVertices::MakeCopy\28SkVertices::VertexMode\2c\20int\2c\20SkPoint\20const*\2c\20SkPoint\20const*\2c\20unsigned\20int\20const*\2c\20int\2c\20unsigned\20short\20const*\29 +3795:SkVertices::Builder::~Builder\28\29 +3796:SkVertices::Builder::detach\28\29 +3797:SkUnitScalarClampToByte\28float\29 +3798:SkUTF::ToUTF16\28int\2c\20unsigned\20short*\29 +3799:SkTypeface_FreeType::~SkTypeface_FreeType\28\29 +3800:SkTextBlobBuilder::allocInternal\28SkFont\20const&\2c\20SkTextBlob::GlyphPositioning\2c\20int\2c\20int\2c\20SkPoint\2c\20SkRect\20const*\29 +3801:SkTextBlob::RunRecord::textSizePtr\28\29\20const +3802:SkTSpan::markCoincident\28\29 +3803:SkTSect::markSpanGone\28SkTSpan*\29 +3804:SkTSect::computePerpendiculars\28SkTSect*\2c\20SkTSpan*\2c\20SkTSpan*\29 +3805:SkTMultiMap::insert\28skgpu::ScratchKey\20const&\2c\20GrGpuResource*\29 +3806:SkTDStorage::moveTail\28int\2c\20int\2c\20int\29 +3807:SkTDStorage::calculateSizeOrDie\28int\29 +3808:SkTDArray::append\28int\29 +3809:SkTDArray::append\28\29 +3810:SkTConic::hullIntersects\28SkDConic\20const&\2c\20bool*\29\20const +3811:SkTBlockList::pop_back\28\29 +3812:SkSurfaces::Raster\28SkImageInfo\20const&\2c\20SkSurfaceProps\20const*\29 +3813:SkSurface_Base::~SkSurface_Base\28\29 +3814:SkSurface_Base::aboutToDraw\28SkSurface::ContentChangeMode\29 +3815:SkSurfaceValidateRasterInfo\28SkImageInfo\20const&\2c\20unsigned\20long\29 +3816:SkStrokeRec::init\28SkPaint\20const&\2c\20SkPaint::Style\2c\20float\29 +3817:SkStrokeRec::getInflationRadius\28\29\20const +3818:SkString::printVAList\28char\20const*\2c\20void*\29 +3819:SkStrikeSpec::SkStrikeSpec\28SkStrikeSpec&&\29 +3820:SkStrikeSpec::MakeWithNoDevice\28SkFont\20const&\2c\20SkPaint\20const*\29 +3821:SkStrikeSpec::MakePath\28SkFont\20const&\2c\20SkPaint\20const&\2c\20SkSurfaceProps\20const&\2c\20SkScalerContextFlags\29 +3822:SkStrikeCache::findOrCreateStrike\28SkStrikeSpec\20const&\29 +3823:SkStrike::prepareForPath\28SkGlyph*\29 +3824:SkSpriteBlitter::SkSpriteBlitter\28SkPixmap\20const&\29 +3825:SkSpecialImage::~SkSpecialImage\28\29 +3826:SkSpecialImage::makeSubset\28SkIRect\20const&\29\20const +3827:SkSpecialImage::makePixelOutset\28\29\20const +3828:SkShapers::HB::ScriptRunIterator\28char\20const*\2c\20unsigned\20long\29 +3829:SkShaper::TrivialRunIterator::endOfCurrentRun\28\29\20const +3830:SkShaper::TrivialRunIterator::consume\28\29 +3831:SkShaper::TrivialRunIterator::atEnd\28\29\20const +3832:SkShaper::TrivialFontRunIterator::~TrivialFontRunIterator\28\29 +3833:SkShaders::MatrixRec::MatrixRec\28SkMatrix\20const&\29 +3834:SkShaderUtils::GLSLPrettyPrint::tabString\28\29 +3835:SkShaderBlurAlgorithm::Compute1DBlurKernel\28float\2c\20int\2c\20SkSpan\29 +3836:SkScanClipper::~SkScanClipper\28\29 +3837:SkScanClipper::SkScanClipper\28SkBlitter*\2c\20SkRegion\20const*\2c\20SkIRect\20const&\2c\20bool\2c\20bool\29 +3838:SkScan::HairLineRgn\28SkPoint\20const*\2c\20int\2c\20SkRegion\20const*\2c\20SkBlitter*\29 +3839:SkScan::FillTriangle\28SkPoint\20const*\2c\20SkRasterClip\20const&\2c\20SkBlitter*\29 +3840:SkScan::FillPath\28SkPathRaw\20const&\2c\20SkRasterClip\20const&\2c\20SkBlitter*\29 +3841:SkScan::FillIRect\28SkIRect\20const&\2c\20SkRasterClip\20const&\2c\20SkBlitter*\29 +3842:SkScan::AntiHairLine\28SkPoint\20const*\2c\20int\2c\20SkRasterClip\20const&\2c\20SkBlitter*\29 +3843:SkScan::AntiHairLineRgn\28SkPoint\20const*\2c\20int\2c\20SkRegion\20const*\2c\20SkBlitter*\29 +3844:SkScan::AntiFillXRect\28SkIRect\20const&\2c\20SkRegion\20const*\2c\20SkBlitter*\29 +3845:SkScan::AntiFillPath\28SkPathRaw\20const&\2c\20SkRegion\20const&\2c\20SkBlitter*\2c\20bool\29 +3846:SkScalerContext_FreeType::updateGlyphBoundsIfSubpixel\28SkGlyph\20const&\2c\20SkRect*\2c\20bool\29 +3847:SkScalerContextRec::CachedMaskGamma\28unsigned\20char\2c\20unsigned\20char\29 +3848:SkScalerContextFTUtils::drawSVGGlyph\28FT_FaceRec_*\2c\20SkGlyph\20const&\2c\20unsigned\20int\2c\20SkSpan\2c\20SkCanvas*\29\20const +3849:SkScalerContext::~SkScalerContext\28\29 +3850:SkSTArenaAlloc<3332ul>::SkSTArenaAlloc\28unsigned\20long\29 +3851:SkSTArenaAlloc<2736ul>::SkSTArenaAlloc\28unsigned\20long\29 +3852:SkSTArenaAlloc<2048ul>::SkSTArenaAlloc\28unsigned\20long\29 +3853:SkSL::type_is_valid_for_coords\28SkSL::Type\20const&\29 +3854:SkSL::simplify_negation\28SkSL::Context\20const&\2c\20SkSL::Position\2c\20SkSL::Expression\20const&\29 +3855:SkSL::simplify_matrix_multiplication\28SkSL::Context\20const&\2c\20SkSL::Position\2c\20SkSL::Expression\20const&\2c\20SkSL::Expression\20const&\2c\20int\2c\20int\2c\20int\2c\20int\29 +3856:SkSL::simplify_componentwise\28SkSL::Context\20const&\2c\20SkSL::Position\2c\20SkSL::Expression\20const&\2c\20SkSL::Operator\2c\20SkSL::Expression\20const&\29 +3857:SkSL::replace_empty_with_nop\28std::__2::unique_ptr>\2c\20bool\29 +3858:SkSL::find_generic_index\28SkSL::Type\20const&\2c\20SkSL::Type\20const&\2c\20bool\29 +3859:SkSL::evaluate_intrinsic_numeric\28SkSL::Context\20const&\2c\20std::__2::array\20const&\2c\20SkSL::Type\20const&\2c\20double\20\28*\29\28double\2c\20double\2c\20double\29\29 +3860:SkSL::eliminate_unreachable_code\28SkSpan>>\2c\20SkSL::ProgramUsage*\29::UnreachableCodeEliminator::~UnreachableCodeEliminator\28\29 +3861:SkSL::coalesce_n_way_vector\28SkSL::Expression\20const*\2c\20SkSL::Expression\20const*\2c\20double\2c\20SkSL::Type\20const&\2c\20double\20\28*\29\28double\2c\20double\2c\20double\29\2c\20double\20\28*\29\28double\29\29 +3862:SkSL::check_main_signature\28SkSL::Context\20const&\2c\20SkSL::Position\2c\20SkSL::Type\20const&\2c\20skia_private::TArray>\2c\20true>&\29::$_0::operator\28\29\28int\29\20const +3863:SkSL::build_argument_type_list\28SkSpan>\20const>\29 +3864:SkSL::\28anonymous\20namespace\29::SwitchCaseContainsExit::visitStatement\28SkSL::Statement\20const&\29 +3865:SkSL::\28anonymous\20namespace\29::ReturnsInputAlphaVisitor::returnsInputAlpha\28SkSL::Expression\20const&\29 +3866:SkSL::\28anonymous\20namespace\29::FinalizationVisitor::~FinalizationVisitor\28\29 +3867:SkSL::\28anonymous\20namespace\29::ES2IndexingVisitor::~ES2IndexingVisitor\28\29 +3868:SkSL::\28anonymous\20namespace\29::ConstantExpressionVisitor::visitExpression\28SkSL::Expression\20const&\29 +3869:SkSL::Variable::~Variable\28\29 +3870:SkSL::Variable::Make\28SkSL::Position\2c\20SkSL::Position\2c\20SkSL::Layout\20const&\2c\20SkSL::ModifierFlags\2c\20SkSL::Type\20const*\2c\20std::__2::basic_string_view>\2c\20std::__2::basic_string\2c\20std::__2::allocator>\2c\20bool\2c\20SkSL::VariableStorage\29 +3871:SkSL::Variable::Convert\28SkSL::Context\20const&\2c\20SkSL::Position\2c\20SkSL::Position\2c\20SkSL::Layout\20const&\2c\20SkSL::ModifierFlags\2c\20SkSL::Type\20const*\2c\20SkSL::Position\2c\20std::__2::basic_string_view>\2c\20SkSL::VariableStorage\29 +3872:SkSL::VarDeclaration::~VarDeclaration\28\29 +3873:SkSL::VarDeclaration::Make\28SkSL::Context\20const&\2c\20SkSL::Variable*\2c\20SkSL::Type\20const*\2c\20int\2c\20std::__2::unique_ptr>\29 +3874:SkSL::Type::isStorageTexture\28\29\20const +3875:SkSL::Type::convertArraySize\28SkSL::Context\20const&\2c\20SkSL::Position\2c\20SkSL::Position\2c\20long\20long\29\20const +3876:SkSL::Type::MakeSamplerType\28char\20const*\2c\20SkSL::Type\20const&\29 +3877:SkSL::Transform::HoistSwitchVarDeclarationsAtTopLevel\28SkSL::Context\20const&\2c\20skia_private::STArray<2\2c\20std::__2::unique_ptr>\2c\20true>&\2c\20SkSL::SymbolTable&\2c\20SkSL::Position\29::HoistSwitchVarDeclsVisitor::~HoistSwitchVarDeclsVisitor\28\29 +3878:SkSL::Transform::EliminateDeadGlobalVariables\28SkSL::Program&\29::$_2::operator\28\29\28SkSL::ProgramElement\20const&\29\20const +3879:SkSL::TernaryExpression::~TernaryExpression\28\29 +3880:SkSL::SymbolTable::SymbolKey::operator==\28SkSL::SymbolTable::SymbolKey\20const&\29\20const +3881:SkSL::SingleArgumentConstructor::~SingleArgumentConstructor\28\29 +3882:SkSL::RP::UnownedLValueSlice::~UnownedLValueSlice\28\29 +3883:SkSL::RP::SlotManager::createSlots\28std::__2::basic_string\2c\20std::__2::allocator>\2c\20SkSL::Type\20const&\2c\20SkSL::Position\2c\20bool\29 +3884:SkSL::RP::SlotManager::addSlotDebugInfoForGroup\28std::__2::basic_string\2c\20std::__2::allocator>\20const&\2c\20SkSL::Type\20const&\2c\20SkSL::Position\2c\20int*\2c\20bool\29 +3885:SkSL::RP::Program::makeStages\28skia_private::TArray*\2c\20SkArenaAlloc*\2c\20SkSpan\2c\20SkSL::RP::Program::SlotData\20const&\29\20const::$_4::operator\28\29\28\29\20const +3886:SkSL::RP::Program::makeStages\28skia_private::TArray*\2c\20SkArenaAlloc*\2c\20SkSpan\2c\20SkSL::RP::Program::SlotData\20const&\29\20const::$_1::operator\28\29\28int\29\20const +3887:SkSL::RP::Program::appendCopySlotsMasked\28skia_private::TArray*\2c\20SkArenaAlloc*\2c\20unsigned\20int\2c\20unsigned\20int\2c\20int\29\20const +3888:SkSL::RP::LValueSlice::~LValueSlice\28\29 +3889:SkSL::RP::Generator::pushTraceScopeMask\28\29 +3890:SkSL::RP::Generator::pushTernaryExpression\28SkSL::Expression\20const&\2c\20SkSL::Expression\20const&\2c\20SkSL::Expression\20const&\29 +3891:SkSL::RP::Generator::pushStructuredComparison\28SkSL::RP::LValue*\2c\20SkSL::Operator\2c\20SkSL::RP::LValue*\2c\20SkSL::Type\20const&\29 +3892:SkSL::RP::Generator::pushPrefixExpression\28SkSL::Operator\2c\20SkSL::Expression\20const&\29 +3893:SkSL::RP::Generator::pushMatrixMultiply\28SkSL::RP::LValue*\2c\20SkSL::Expression\20const&\2c\20SkSL::Expression\20const&\2c\20int\2c\20int\2c\20int\2c\20int\29 +3894:SkSL::RP::Generator::pushAbsFloatIntrinsic\28int\29 +3895:SkSL::RP::Generator::needsReturnMask\28SkSL::FunctionDefinition\20const*\29 +3896:SkSL::RP::Generator::needsFunctionResultSlots\28SkSL::FunctionDefinition\20const*\29 +3897:SkSL::RP::Generator::foldWithMultiOp\28SkSL::RP::BuilderOp\2c\20int\29 +3898:SkSL::RP::Generator::GetTypedOp\28SkSL::Type\20const&\2c\20SkSL::RP::Generator::TypedOps\20const&\29 +3899:SkSL::RP::DynamicIndexLValue::~DynamicIndexLValue\28\29 +3900:SkSL::RP::Builder::select\28int\29 +3901:SkSL::RP::Builder::push_uniform\28SkSL::RP::SlotRange\29 +3902:SkSL::RP::Builder::pop_loop_mask\28\29 +3903:SkSL::RP::Builder::merge_condition_mask\28\29 +3904:SkSL::RP::Builder::branch_if_no_active_lanes_on_stack_top_equal\28int\2c\20int\29 +3905:SkSL::RP::AutoStack&\20std::__2::optional::emplace\5babi:ne180100\5d\28SkSL::RP::Generator*&\29 +3906:SkSL::ProgramUsage::add\28SkSL::ProgramElement\20const&\29 +3907:SkSL::PipelineStage::PipelineStageCodeGenerator::modifierString\28SkSL::ModifierFlags\29 +3908:SkSL::PipelineStage::ConvertProgram\28SkSL::Program\20const&\2c\20char\20const*\2c\20char\20const*\2c\20char\20const*\2c\20SkSL::PipelineStage::Callbacks*\29 +3909:SkSL::Parser::unsizedArrayType\28SkSL::Type\20const*\2c\20SkSL::Position\29 +3910:SkSL::Parser::unaryExpression\28\29 +3911:SkSL::Parser::swizzle\28SkSL::Position\2c\20std::__2::unique_ptr>\2c\20std::__2::basic_string_view>\2c\20SkSL::Position\29 +3912:SkSL::Parser::poison\28SkSL::Position\29 +3913:SkSL::Parser::checkIdentifier\28SkSL::Token*\29 +3914:SkSL::Parser::block\28bool\2c\20std::__2::unique_ptr>*\29 +3915:SkSL::Parser::Checkpoint::ForwardingErrorReporter::~ForwardingErrorReporter\28\29 +3916:SkSL::Operator::getBinaryPrecedence\28\29\20const +3917:SkSL::MultiArgumentConstructor::~MultiArgumentConstructor\28\29 +3918:SkSL::ModuleLoader::loadGPUModule\28SkSL::Compiler*\29 +3919:SkSL::ModifierFlags::checkPermittedFlags\28SkSL::Context\20const&\2c\20SkSL::Position\2c\20SkSL::ModifierFlags\29\20const +3920:SkSL::Mangler::uniqueName\28std::__2::basic_string_view>\2c\20SkSL::SymbolTable*\29 +3921:SkSL::LiteralType::slotType\28unsigned\20long\29\20const +3922:SkSL::Literal::MakeFloat\28SkSL::Position\2c\20float\2c\20SkSL::Type\20const*\29 +3923:SkSL::Literal::MakeBool\28SkSL::Position\2c\20bool\2c\20SkSL::Type\20const*\29 +3924:SkSL::Layout::checkPermittedLayout\28SkSL::Context\20const&\2c\20SkSL::Position\2c\20SkEnumBitMask\29\20const +3925:SkSL::IfStatement::Make\28SkSL::Context\20const&\2c\20SkSL::Position\2c\20std::__2::unique_ptr>\2c\20std::__2::unique_ptr>\2c\20std::__2::unique_ptr>\29 +3926:SkSL::IRHelpers::Binary\28std::__2::unique_ptr>\2c\20SkSL::Operator\2c\20std::__2::unique_ptr>\29\20const +3927:SkSL::GlobalVarDeclaration::~GlobalVarDeclaration\28\29_6475 +3928:SkSL::GlobalVarDeclaration::~GlobalVarDeclaration\28\29 +3929:SkSL::GLSLCodeGenerator::~GLSLCodeGenerator\28\29 +3930:SkSL::GLSLCodeGenerator::writeLiteral\28SkSL::Literal\20const&\29 +3931:SkSL::GLSLCodeGenerator::writeFunctionDeclaration\28SkSL::FunctionDeclaration\20const&\29 +3932:SkSL::GLSLCodeGenerator::shouldRewriteVoidTypedFunctions\28SkSL::FunctionDeclaration\20const*\29\20const +3933:SkSL::FunctionDefinition::Convert\28SkSL::Context\20const&\2c\20SkSL::Position\2c\20SkSL::FunctionDeclaration\20const&\2c\20std::__2::unique_ptr>\29::Finalizer::~Finalizer\28\29 +3934:SkSL::ForStatement::Make\28SkSL::Context\20const&\2c\20SkSL::Position\2c\20SkSL::ForLoopPositions\2c\20std::__2::unique_ptr>\2c\20std::__2::unique_ptr>\2c\20std::__2::unique_ptr>\2c\20std::__2::unique_ptr>\2c\20std::__2::unique_ptr>\2c\20std::__2::unique_ptr>\29 +3935:SkSL::Expression::isIncomplete\28SkSL::Context\20const&\29\20const +3936:SkSL::Expression::compareConstant\28SkSL::Expression\20const&\29\20const +3937:SkSL::DoStatement::~DoStatement\28\29 +3938:SkSL::DebugTracePriv::~DebugTracePriv\28\29 +3939:SkSL::ConstructorArrayCast::Make\28SkSL::Context\20const&\2c\20SkSL::Position\2c\20SkSL::Type\20const&\2c\20std::__2::unique_ptr>\29 +3940:SkSL::ConstructorArray::~ConstructorArray\28\29 +3941:SkSL::ConstantFolder::GetConstantValueOrNull\28SkSL::Expression\20const&\29 +3942:SkSL::Compiler::runInliner\28SkSL::Inliner*\2c\20std::__2::vector>\2c\20std::__2::allocator>>>\20const&\2c\20SkSL::SymbolTable*\2c\20SkSL::ProgramUsage*\29 +3943:SkSL::Block::~Block\28\29 +3944:SkSL::BinaryExpression::~BinaryExpression\28\29 +3945:SkSL::BinaryExpression::Make\28SkSL::Context\20const&\2c\20SkSL::Position\2c\20std::__2::unique_ptr>\2c\20SkSL::Operator\2c\20std::__2::unique_ptr>\2c\20SkSL::Type\20const*\29 +3946:SkSL::Analysis::GetReturnComplexity\28SkSL::FunctionDefinition\20const&\29 +3947:SkSL::Analysis::FindFunctionsToSpecialize\28SkSL::Program\20const&\2c\20SkSL::Analysis::SpecializationInfo*\2c\20std::__2::function\20const&\29::Searcher::~Searcher\28\29 +3948:SkSL::Analysis::CheckProgramStructure\28SkSL::Program\20const&\29::ProgramStructureVisitor::~ProgramStructureVisitor\28\29 +3949:SkSL::Analysis::CallsColorTransformIntrinsics\28SkSL::Program\20const&\29 +3950:SkSL::AliasType::bitWidth\28\29\20const +3951:SkRuntimeShader::uniformData\28SkColorSpace\20const*\29\20const +3952:SkRuntimeEffectPriv::VarAsUniform\28SkSL::Variable\20const&\2c\20SkSL::Context\20const&\2c\20unsigned\20long*\29 +3953:SkRuntimeEffect::makeShader\28sk_sp\2c\20SkSpan\2c\20SkMatrix\20const*\29\20const +3954:SkRuntimeEffect::MakeForShader\28SkString\29 +3955:SkRgnBuilder::~SkRgnBuilder\28\29 +3956:SkResourceCache::~SkResourceCache\28\29 +3957:SkResourceCache::purgeAsNeeded\28bool\29 +3958:SkResourceCache::checkMessages\28\29 +3959:SkResourceCache::Key::operator==\28SkResourceCache::Key\20const&\29\20const +3960:SkRegion::translate\28int\2c\20int\2c\20SkRegion*\29\20const +3961:SkRegion::quickReject\28SkIRect\20const&\29\20const +3962:SkRegion::op\28SkRegion\20const&\2c\20SkIRect\20const&\2c\20SkRegion::Op\29 +3963:SkRegion::getBoundaryPath\28\29\20const +3964:SkRegion::RunHead::findScanline\28int\29\20const +3965:SkRegion::RunHead::Alloc\28int\29 +3966:SkReduceOrder::Cubic\28SkPoint\20const*\2c\20SkPoint*\29 +3967:SkRect::offset\28float\2c\20float\29 +3968:SkRect*\20SkRecordCanvas::copy\28SkRect\20const*\29 +3969:SkRecords::PreCachedPath::PreCachedPath\28SkPath\20const&\29 +3970:SkRecords::FillBounds::pushSaveBlock\28SkPaint\20const*\2c\20bool\29 +3971:SkRecordDraw\28SkRecord\20const&\2c\20SkCanvas*\2c\20SkPicture\20const*\20const*\2c\20SkDrawable*\20const*\2c\20int\2c\20SkBBoxHierarchy\20const*\2c\20SkPicture::AbortCallback*\29 +3972:SkRecordCanvas::~SkRecordCanvas\28\29 +3973:SkRasterPipelineBlitter::~SkRasterPipelineBlitter\28\29 +3974:SkRasterPipelineBlitter::blitRect\28int\2c\20int\2c\20int\2c\20int\29 +3975:SkRasterPipelineBlitter::blitMask\28SkMask\20const&\2c\20SkIRect\20const&\29::$_0::operator\28\29\28int\2c\20SkRasterPipelineContexts::MemoryCtx*\29\20const +3976:SkRasterPipelineBlitter::blitMask\28SkMask\20const&\2c\20SkIRect\20const&\29 +3977:SkRasterPipeline::appendStore\28SkColorType\2c\20SkRasterPipelineContexts::MemoryCtx\20const*\29 +3978:SkRasterClip::op\28SkPath\20const&\2c\20SkMatrix\20const&\2c\20SkClipOp\2c\20bool\29 +3979:SkRasterClip::convertToAA\28\29 +3980:SkRRectPriv::ConservativeIntersect\28SkRRect\20const&\2c\20SkRRect\20const&\29::$_1::operator\28\29\28SkRect\20const&\2c\20SkRRect::Corner\29\20const +3981:SkRRectPriv::ConservativeIntersect\28SkRRect\20const&\2c\20SkRRect\20const&\29 +3982:SkRGBA4f<\28SkAlphaType\292>*\20SkArenaAlloc::makeArray>\28unsigned\20long\29 +3983:SkQuadConstruct::initWithStart\28SkQuadConstruct*\29 +3984:SkQuadConstruct::initWithEnd\28SkQuadConstruct*\29 +3985:SkPointPriv::DistanceToLineBetweenSqd\28SkPoint\20const&\2c\20SkPoint\20const&\2c\20SkPoint\20const&\2c\20SkPointPriv::Side*\29 +3986:SkPoint::setNormalize\28float\2c\20float\29 +3987:SkPoint::setLength\28float\2c\20float\2c\20float\29 +3988:SkPixmap::setColorSpace\28sk_sp\29 +3989:SkPixmap::rowBytesAsPixels\28\29\20const +3990:SkPixelRef::getGenerationID\28\29\20const +3991:SkPictureRecorder::~SkPictureRecorder\28\29 +3992:SkPictureRecorder::SkPictureRecorder\28\29 +3993:SkPicture::~SkPicture\28\29 +3994:SkPerlinNoiseShader::PaintingData::random\28\29 +3995:SkPathWriter::~SkPathWriter\28\29 +3996:SkPathWriter::update\28SkOpPtT\20const*\29 +3997:SkPathWriter::lineTo\28\29 +3998:SkPathWriter::SkPathWriter\28SkPathFillType\29 +3999:SkPathStroker::strokeCloseEnough\28SkPoint\20const*\2c\20SkPoint\20const*\2c\20SkQuadConstruct*\29\20const +4000:SkPathStroker::setRayPts\28SkPoint\20const&\2c\20SkPoint*\2c\20SkPoint*\2c\20SkPoint*\29\20const +4001:SkPathStroker::quadPerpRay\28SkPoint\20const*\2c\20float\2c\20SkPoint*\2c\20SkPoint*\2c\20SkPoint*\29\20const +4002:SkPathStroker::finishContour\28bool\2c\20bool\29 +4003:SkPathStroker::conicPerpRay\28SkConic\20const&\2c\20float\2c\20SkPoint*\2c\20SkPoint*\2c\20SkPoint*\29\20const +4004:SkPathRef::isRRect\28\29\20const +4005:SkPathRef::isOval\28\29\20const +4006:SkPathRawShapes::Rect::Rect\28SkRect\20const&\2c\20SkPathDirection\2c\20unsigned\20int\29 +4007:SkPathRawShapes::RRect::RRect\28SkRRect\20const&\2c\20SkPathDirection\2c\20unsigned\20int\29 +4008:SkPathPriv::ComputeFirstDirection\28SkPath\20const&\29 +4009:SkPathPriv::AddGenIDChangeListener\28SkPath\20const&\2c\20sk_sp\29 +4010:SkPathDirection_ToConvexity\28SkPathDirection\29 +4011:SkPathBuilder::privateReversePathTo\28SkPath\20const&\29 +4012:SkPathBuilder::operator=\28SkPath\20const&\29 +4013:SkPathBuilder::incReserve\28int\2c\20int\2c\20int\29 +4014:SkPathBuilder::computeBounds\28\29\20const +4015:SkPathBuilder::arcTo\28SkRect\20const&\2c\20float\2c\20float\2c\20bool\29::$_0::operator\28\29\28SkPoint\20const&\29\20const +4016:SkPathBuilder::addRaw\28SkPathRaw\20const&\29 +4017:SkPathBuilder::addPolygon\28SkSpan\2c\20bool\29 +4018:SkPathBuilder::addPath\28SkPath\20const&\2c\20SkMatrix\20const&\2c\20SkPath::AddPathMode\29 +4019:SkPathBuilder::addOval\28SkRect\20const&\2c\20SkPathDirection\29 +4020:SkPath::transform\28SkMatrix\20const&\2c\20SkPath*\29\20const +4021:SkPath::isRRect\28SkRRect*\29\20const +4022:SkPath::isOval\28SkRect*\29\20const +4023:SkPath::isLastContourClosed\28\29\20const +4024:SkPath::cubicTo\28float\2c\20float\2c\20float\2c\20float\2c\20float\2c\20float\29 +4025:SkPath::contains\28float\2c\20float\29\20const +4026:SkPath::conicTo\28float\2c\20float\2c\20float\2c\20float\2c\20float\29 +4027:SkPath::arcTo\28SkRect\20const&\2c\20float\2c\20float\2c\20bool\29::$_0::operator\28\29\28SkPoint\20const&\29\20const +4028:SkPath::addRaw\28SkPathRaw\20const&\29 +4029:SkPath::addOval\28SkRect\20const&\2c\20SkPathDirection\2c\20unsigned\20int\29 +4030:SkPath::Iter::autoClose\28SkPoint*\29 +4031:SkPath&\20std::__2::optional::emplace\5babi:ne180100\5d\28SkPath&&\29 +4032:SkPaintToGrPaintReplaceShader\28skgpu::ganesh::SurfaceDrawContext*\2c\20SkPaint\20const&\2c\20SkMatrix\20const&\2c\20std::__2::unique_ptr>\2c\20GrPaint*\29 +4033:SkPaint::getBlendMode_or\28SkBlendMode\29\20const +4034:SkPaint*\20SkOptAddressOrNull\28std::__2::optional&\29 +4035:SkPackedGlyphID::PackIDSkPoint\28unsigned\20short\2c\20SkPoint\2c\20SkIPoint\29 +4036:SkOpSpanBase::checkForCollapsedCoincidence\28\29 +4037:SkOpSpan::setWindSum\28int\29 +4038:SkOpSegment::updateWindingReverse\28SkOpAngle\20const*\29 +4039:SkOpSegment::match\28SkOpPtT\20const*\2c\20SkOpSegment\20const*\2c\20double\2c\20SkPoint\20const&\29\20const +4040:SkOpSegment::markWinding\28SkOpSpan*\2c\20int\2c\20int\29 +4041:SkOpSegment::markAngle\28int\2c\20int\2c\20int\2c\20int\2c\20SkOpAngle\20const*\2c\20SkOpSpanBase**\29 +4042:SkOpSegment::markAngle\28int\2c\20int\2c\20SkOpAngle\20const*\2c\20SkOpSpanBase**\29 +4043:SkOpSegment::markAndChaseWinding\28SkOpSpanBase*\2c\20SkOpSpanBase*\2c\20int\2c\20int\2c\20SkOpSpanBase**\29 +4044:SkOpSegment::markAllDone\28\29 +4045:SkOpSegment::dSlopeAtT\28double\29\20const +4046:SkOpSegment::addT\28double\2c\20SkPoint\20const&\29 +4047:SkOpSegment::activeWinding\28SkOpSpanBase*\2c\20SkOpSpanBase*\29 +4048:SkOpPtT::oppPrev\28SkOpPtT\20const*\29\20const +4049:SkOpPtT::contains\28SkOpSegment\20const*\29\20const +4050:SkOpPtT::Overlaps\28SkOpPtT\20const*\2c\20SkOpPtT\20const*\2c\20SkOpPtT\20const*\2c\20SkOpPtT\20const*\2c\20SkOpPtT\20const**\2c\20SkOpPtT\20const**\29 +4051:SkOpEdgeBuilder::closeContour\28SkPoint\20const&\2c\20SkPoint\20const&\29 +4052:SkOpCoincidence::expand\28\29 +4053:SkOpCoincidence::Ordered\28SkOpSegment\20const*\2c\20SkOpSegment\20const*\29 +4054:SkOpCoincidence::Ordered\28SkOpPtT\20const*\2c\20SkOpPtT\20const*\29 +4055:SkOpAngle::orderable\28SkOpAngle*\29 +4056:SkOpAngle::lineOnOneSide\28SkDPoint\20const&\2c\20SkDVector\20const&\2c\20SkOpAngle\20const*\2c\20bool\29\20const +4057:SkOpAngle::computeSector\28\29 +4058:SkNoPixelsDevice::SkNoPixelsDevice\28SkIRect\20const&\2c\20SkSurfaceProps\20const&\2c\20sk_sp\29 +4059:SkMipmapAccessor::SkMipmapAccessor\28SkImage_Base\20const*\2c\20SkMatrix\20const&\2c\20SkMipmapMode\29::$_0::operator\28\29\28\29\20const +4060:SkMessageBus::Get\28\29 +4061:SkMessageBus::Get\28\29 +4062:SkMessageBus::BufferFinishedMessage\2c\20GrDirectContext::DirectContextID\2c\20false>::Get\28\29 +4063:SkMessageBus::Get\28\29 +4064:SkMeshPriv::CpuBuffer::~CpuBuffer\28\29_3680 +4065:SkMatrixPriv::InverseMapRect\28SkMatrix\20const&\2c\20SkRect*\2c\20SkRect\20const&\29 +4066:SkMatrix::mapPointsToHomogeneous\28SkSpan\2c\20SkSpan\29\20const +4067:SkMatrix::getMinMaxScales\28float*\29\20const +4068:SkMatrix::PolyToPoly\28SkSpan\2c\20SkSpan\29 +4069:SkMaskBuilder::PrepareDestination\28int\2c\20int\2c\20SkMask\20const&\29 +4070:SkM44::preTranslate\28float\2c\20float\2c\20float\29 +4071:SkM44::preConcat\28SkMatrix\20const&\29::$_0::operator\28\29\28float\2c\20float\2c\20float\29\20const +4072:SkM44::preConcat\28SkMatrix\20const&\29 +4073:SkM44::postConcat\28SkM44\20const&\29 +4074:SkLineParameters::cubicEndPoints\28SkDCubic\20const&\2c\20int\2c\20int\29 +4075:SkLRUCache>\2c\20skia::textlayout::ParagraphCache::KeyHash\2c\20SkNoOpPurge>::Entry::~Entry\28\29 +4076:SkLRUCache>\2c\20GrGLGpu::ProgramCache::DescHash\2c\20SkNoOpPurge>::reset\28\29 +4077:SkLRUCache>\2c\20GrGLGpu::ProgramCache::DescHash\2c\20SkNoOpPurge>::Entry::~Entry\28\29 +4078:SkKnownRuntimeEffects::\28anonymous\20namespace\29::make_matrix_conv_shader\28SkKnownRuntimeEffects::\28anonymous\20namespace\29::MatrixConvolutionImpl\2c\20SkKnownRuntimeEffects::StableKey\29 +4079:SkJSONWriter::separator\28bool\29 +4080:SkJSONWriter::appendString\28char\20const*\2c\20unsigned\20long\29 +4081:SkJSONWriter::appendS32\28char\20const*\2c\20int\29 +4082:SkInvert4x4Matrix\28float\20const*\2c\20float*\29 +4083:SkIntersections::intersectRay\28SkDQuad\20const&\2c\20SkDLine\20const&\29 +4084:SkIntersections::intersectRay\28SkDLine\20const&\2c\20SkDLine\20const&\29 +4085:SkIntersections::intersectRay\28SkDCubic\20const&\2c\20SkDLine\20const&\29 +4086:SkIntersections::intersectRay\28SkDConic\20const&\2c\20SkDLine\20const&\29 +4087:SkIntersections::computePoints\28SkDLine\20const&\2c\20int\29 +4088:SkIntersections::cleanUpParallelLines\28bool\29 +4089:SkImage_Raster::SkImage_Raster\28SkImageInfo\20const&\2c\20sk_sp\2c\20unsigned\20long\2c\20unsigned\20int\29 +4090:SkImage_Lazy::~SkImage_Lazy\28\29_5423 +4091:SkImage_Lazy::Validator::~Validator\28\29 +4092:SkImage_Lazy::Validator::Validator\28sk_sp\2c\20SkColorType\20const*\2c\20sk_sp\29 +4093:SkImage_Lazy::SkImage_Lazy\28SkImage_Lazy::Validator*\29 +4094:SkImage_Ganesh::~SkImage_Ganesh\28\29 +4095:SkImage_Ganesh::ProxyChooser::chooseProxy\28GrRecordingContext*\29 +4096:SkImage_Base::isYUVA\28\29\20const +4097:SkImageShader::MakeSubset\28sk_sp\2c\20SkRect\20const&\2c\20SkTileMode\2c\20SkTileMode\2c\20SkSamplingOptions\20const&\2c\20SkMatrix\20const*\2c\20bool\29 +4098:SkImageShader::CubicResamplerMatrix\28float\2c\20float\29 +4099:SkImageInfo::minRowBytes64\28\29\20const +4100:SkImageInfo::makeAlphaType\28SkAlphaType\29\20const +4101:SkImageInfo::MakeN32Premul\28SkISize\29 +4102:SkImageGenerator::getPixels\28SkPixmap\20const&\29 +4103:SkImageFilters::Blend\28SkBlendMode\2c\20sk_sp\2c\20sk_sp\2c\20SkImageFilters::CropRect\20const&\29 +4104:SkImageFilter_Base::getCTMCapability\28\29\20const +4105:SkImageFilter_Base::filterImage\28skif::Context\20const&\29\20const +4106:SkImageFilter_Base::affectsTransparentBlack\28\29\20const +4107:SkImageFilterCacheKey::operator==\28SkImageFilterCacheKey\20const&\29\20const +4108:SkImage::readPixels\28GrDirectContext*\2c\20SkPixmap\20const&\2c\20int\2c\20int\2c\20SkImage::CachingHint\29\20const +4109:SkIRect\20skif::Mapping::map\28SkIRect\20const&\2c\20SkMatrix\20const&\29 +4110:SkIRect::MakeXYWH\28int\2c\20int\2c\20int\2c\20int\29 +4111:SkIDChangeListener::List::~List\28\29 +4112:SkIDChangeListener::List::add\28sk_sp\29 +4113:SkGradientShader::MakeSweep\28float\2c\20float\2c\20SkRGBA4f<\28SkAlphaType\293>\20const*\2c\20sk_sp\2c\20float\20const*\2c\20int\2c\20SkTileMode\2c\20float\2c\20float\2c\20SkGradientShader::Interpolation\20const&\2c\20SkMatrix\20const*\29 +4114:SkGradientShader::MakeRadial\28SkPoint\20const&\2c\20float\2c\20SkRGBA4f<\28SkAlphaType\293>\20const*\2c\20sk_sp\2c\20float\20const*\2c\20int\2c\20SkTileMode\2c\20SkGradientShader::Interpolation\20const&\2c\20SkMatrix\20const*\29 +4115:SkGradientBaseShader::AppendInterpolatedToDstStages\28SkRasterPipeline*\2c\20SkArenaAlloc*\2c\20bool\2c\20SkGradientShader::Interpolation\20const&\2c\20SkColorSpace\20const*\2c\20SkColorSpace\20const*\29 +4116:SkGlyph::mask\28\29\20const +4117:SkFontScanner_FreeType::openFace\28SkStreamAsset*\2c\20int\2c\20FT_StreamRec_*\29\20const +4118:SkFontPriv::ApproximateTransformedTextSize\28SkFont\20const&\2c\20SkMatrix\20const&\2c\20SkPoint\20const&\29 +4119:SkFontMgr::matchFamily\28char\20const*\29\20const +4120:SkFont::getWidthsBounds\28SkSpan\2c\20SkSpan\2c\20SkSpan\2c\20SkPaint\20const*\29\20const +4121:SkFindCubicMaxCurvature\28SkPoint\20const*\2c\20float*\29 +4122:SkFILEStream::SkFILEStream\28std::__2::shared_ptr<_IO_FILE>\2c\20unsigned\20long\2c\20unsigned\20long\2c\20unsigned\20long\29 +4123:SkEmptyFontMgr::onMatchFamilyStyleCharacter\28char\20const*\2c\20SkFontStyle\20const&\2c\20char\20const**\2c\20int\2c\20int\29\20const +4124:SkEdgeClipper::appendQuad\28SkPoint\20const*\2c\20bool\29 +4125:SkEdge::setLine\28SkPoint\20const&\2c\20SkPoint\20const&\2c\20SkIRect\20const*\29 +4126:SkDevice::drawGlyphRunList\28SkCanvas*\2c\20sktext::GlyphRunList\20const&\2c\20SkPaint\20const&\29 +4127:SkDevice::SkDevice\28SkImageInfo\20const&\2c\20SkSurfaceProps\20const&\29 +4128:SkData::MakeZeroInitialized\28unsigned\20long\29 +4129:SkData::MakeWithoutCopy\28void\20const*\2c\20unsigned\20long\29 +4130:SkDashPathEffect::Make\28SkSpan\2c\20float\29 +4131:SkDQuad::dxdyAtT\28double\29\20const +4132:SkDCubic::subDivide\28double\2c\20double\29\20const +4133:SkDCubic::searchRoots\28double*\2c\20int\2c\20double\2c\20SkDCubic::SearchAxis\2c\20double*\29\20const +4134:SkDCubic::findInflections\28double*\29\20const +4135:SkDCubic::dxdyAtT\28double\29\20const +4136:SkDConic::dxdyAtT\28double\29\20const +4137:SkContourMeasure_segTo\28SkPoint\20const*\2c\20unsigned\20int\2c\20float\2c\20float\2c\20SkPathBuilder*\29 +4138:SkContourMeasureIter::next\28\29 +4139:SkContourMeasureIter::Impl::compute_quad_segs\28SkPoint\20const*\2c\20float\2c\20int\2c\20int\2c\20unsigned\20int\2c\20int\29 +4140:SkContourMeasureIter::Impl::compute_cubic_segs\28SkPoint\20const*\2c\20float\2c\20int\2c\20int\2c\20unsigned\20int\2c\20int\29 +4141:SkContourMeasureIter::Impl::compute_conic_segs\28SkConic\20const&\2c\20float\2c\20int\2c\20SkPoint\20const&\2c\20int\2c\20SkPoint\20const&\2c\20unsigned\20int\2c\20int\29 +4142:SkContourMeasure::distanceToSegment\28float\2c\20float*\29\20const +4143:SkConic::evalAt\28float\2c\20SkPoint*\2c\20SkPoint*\29\20const +4144:SkConic::evalAt\28float\29\20const +4145:SkConic::BuildUnitArc\28SkPoint\20const&\2c\20SkPoint\20const&\2c\20SkPathDirection\2c\20SkMatrix\20const*\2c\20SkConic*\29 +4146:SkCompressedDataSize\28SkTextureCompressionType\2c\20SkISize\2c\20skia_private::TArray*\2c\20bool\29 +4147:SkColorSpace::serialize\28\29\20const +4148:SkColorInfo::operator=\28SkColorInfo&&\29 +4149:SkColorFilters::Blend\28SkRGBA4f<\28SkAlphaType\293>\20const&\2c\20sk_sp\2c\20SkBlendMode\29 +4150:SkCoincidentSpans::extend\28SkOpPtT\20const*\2c\20SkOpPtT\20const*\2c\20SkOpPtT\20const*\2c\20SkOpPtT\20const*\29 +4151:SkChopQuadAtYExtrema\28SkPoint\20const*\2c\20SkPoint*\29 +4152:SkCapabilities::RasterBackend\28\29 +4153:SkCanvas::scale\28float\2c\20float\29 +4154:SkCanvas::saveLayer\28SkCanvas::SaveLayerRec\20const&\29 +4155:SkCanvas::onResetClip\28\29 +4156:SkCanvas::onClipShader\28sk_sp\2c\20SkClipOp\29 +4157:SkCanvas::onClipRegion\28SkRegion\20const&\2c\20SkClipOp\29 +4158:SkCanvas::onClipRect\28SkRect\20const&\2c\20SkClipOp\2c\20SkCanvas::ClipEdgeStyle\29 +4159:SkCanvas::onClipRRect\28SkRRect\20const&\2c\20SkClipOp\2c\20SkCanvas::ClipEdgeStyle\29 +4160:SkCanvas::onClipPath\28SkPath\20const&\2c\20SkClipOp\2c\20SkCanvas::ClipEdgeStyle\29 +4161:SkCanvas::internalSave\28\29 +4162:SkCanvas::internalRestore\28\29 +4163:SkCanvas::internalDrawDeviceWithFilter\28SkDevice*\2c\20SkDevice*\2c\20SkSpan>\2c\20SkPaint\20const&\2c\20SkCanvas::DeviceCompatibleWithFilter\2c\20SkColorInfo\20const&\2c\20float\2c\20SkTileMode\2c\20bool\29 +4164:SkCanvas::drawTextBlob\28SkTextBlob\20const*\2c\20float\2c\20float\2c\20SkPaint\20const&\29 +4165:SkCanvas::drawLine\28float\2c\20float\2c\20float\2c\20float\2c\20SkPaint\20const&\29 +4166:SkCanvas::drawColor\28unsigned\20int\2c\20SkBlendMode\29 +4167:SkCanvas::drawColor\28SkRGBA4f<\28SkAlphaType\293>\20const&\2c\20SkBlendMode\29 +4168:SkCanvas::clipRect\28SkRect\20const&\2c\20bool\29 +4169:SkCanvas::clipPath\28SkPath\20const&\2c\20SkClipOp\2c\20bool\29 +4170:SkCanvas::clear\28unsigned\20int\29 +4171:SkCanvas::clear\28SkRGBA4f<\28SkAlphaType\293>\20const&\29 +4172:SkCanvas::SkCanvas\28sk_sp\29 +4173:SkCanvas::SkCanvas\28SkBitmap\20const&\29 +4174:SkCachedData::~SkCachedData\28\29 +4175:SkBlitterClipper::~SkBlitterClipper\28\29 +4176:SkBlitter::blitRegion\28SkRegion\20const&\29 +4177:SkBitmapDevice::SkBitmapDevice\28SkBitmap\20const&\2c\20SkSurfaceProps\20const&\2c\20void*\29 +4178:SkBitmapDevice::Create\28SkImageInfo\20const&\2c\20SkSurfaceProps\20const&\2c\20SkRasterHandleAllocator*\29 +4179:SkBitmapDevice::BDDraw::BDDraw\28SkBitmapDevice*\29 +4180:SkBitmap::writePixels\28SkPixmap\20const&\2c\20int\2c\20int\29 +4181:SkBitmap::setPixels\28void*\29 +4182:SkBitmap::readPixels\28SkPixmap\20const&\2c\20int\2c\20int\29\20const +4183:SkBitmap::allocPixels\28\29 +4184:SkBitmap::SkBitmap\28SkBitmap&&\29 +4185:SkBinaryWriteBuffer::writeScalarArray\28SkSpan\29 +4186:SkBinaryWriteBuffer::writeInt\28int\29 +4187:SkBaseShadowTessellator::~SkBaseShadowTessellator\28\29_5730 +4188:SkBaseShadowTessellator::handleLine\28SkPoint\20const&\29 +4189:SkAutoPixmapStorage::freeStorage\28\29 +4190:SkAutoMalloc::reset\28unsigned\20long\2c\20SkAutoMalloc::OnShrink\29 +4191:SkAutoDescriptor::free\28\29 +4192:SkArenaAllocWithReset::reset\28\29 +4193:SkAnalyticQuadraticEdge::updateQuadratic\28\29 +4194:SkAnalyticEdge::goY\28int\29 +4195:SkAnalyticCubicEdge::updateCubic\28\29 +4196:SkAAClipBlitter::ensureRunsAndAA\28\29 +4197:SkAAClip::setRegion\28SkRegion\20const&\29 +4198:SkAAClip::setRect\28SkIRect\20const&\29 +4199:SkAAClip::quickContains\28int\2c\20int\2c\20int\2c\20int\29\20const +4200:SkAAClip::RunHead::Alloc\28int\2c\20unsigned\20long\29 +4201:SkAAClip::Builder::AppendRun\28SkTDArray&\2c\20unsigned\20int\2c\20int\29 +4202:Sk4f_toL32\28skvx::Vec<4\2c\20float>\20const&\29 +4203:SSVertex*\20SkArenaAlloc::make\28GrTriangulator::Vertex*&\29 +4204:RunBasedAdditiveBlitter::flush\28\29 +4205:OT::sbix::get_strike\28unsigned\20int\29\20const +4206:OT::hb_paint_context_t::get_color\28unsigned\20int\2c\20float\2c\20int*\29 +4207:OT::hb_ot_apply_context_t::skipping_iterator_t::prev\28unsigned\20int*\29 +4208:OT::hb_ot_apply_context_t::check_glyph_property\28hb_glyph_info_t\20const*\2c\20unsigned\20int\29\20const +4209:OT::glyf_impl::CompositeGlyphRecord::translate\28contour_point_t\20const&\2c\20hb_array_t\29 +4210:OT::glyf_accelerator_t::points_aggregator_t::contour_bounds_t::add\28contour_point_t\20const&\29 +4211:OT::Script::get_lang_sys\28unsigned\20int\29\20const +4212:OT::PaintSkew::sanitize\28hb_sanitize_context_t*\29\20const +4213:OT::OpenTypeOffsetTable::sanitize\28hb_sanitize_context_t*\29\20const +4214:OT::OpenTypeFontFile::sanitize\28hb_sanitize_context_t*\29\20const +4215:OT::OS2::has_data\28\29\20const +4216:OT::Layout::GSUB_impl::SubstLookup::serialize_ligature\28hb_serialize_context_t*\2c\20unsigned\20int\2c\20hb_sorted_array_t\2c\20hb_array_t\2c\20hb_array_t\2c\20hb_array_t\2c\20hb_array_t\29 +4217:OT::Layout::GPOS_impl::MarkArray::apply\28OT::hb_ot_apply_context_t*\2c\20unsigned\20int\2c\20unsigned\20int\2c\20OT::Layout::GPOS_impl::AnchorMatrix\20const&\2c\20unsigned\20int\2c\20unsigned\20int\29\20const +4218:OT::Layout::Common::Coverage::get_coverage\28unsigned\20int\2c\20hb_cache_t<15u\2c\208u\2c\207u\2c\20true>*\29\20const +4219:OT::Layout::Common::Coverage::cost\28\29\20const +4220:OT::ItemVariationStore::sanitize\28hb_sanitize_context_t*\29\20const +4221:OT::HVARVVAR::sanitize\28hb_sanitize_context_t*\29\20const +4222:OT::GSUBGPOS::get_lookup_count\28\29\20const +4223:OT::GSUBGPOS::get_feature_list\28\29\20const +4224:OT::GSUBGPOS::accelerator_t::get_accel\28unsigned\20int\29\20const +4225:OT::Device::get_y_delta\28hb_font_t*\2c\20OT::ItemVariationStore\20const&\2c\20float*\29\20const +4226:OT::Device::get_x_delta\28hb_font_t*\2c\20OT::ItemVariationStore\20const&\2c\20float*\29\20const +4227:OT::ClipList::get_extents\28unsigned\20int\2c\20hb_glyph_extents_t*\2c\20OT::ItemVarStoreInstancer\20const&\29\20const +4228:OT::COLR::paint_glyph\28hb_font_t*\2c\20unsigned\20int\2c\20hb_paint_funcs_t*\2c\20void*\2c\20unsigned\20int\2c\20unsigned\20int\2c\20bool\2c\20hb_colr_scratch_t&\29\20const +4229:OT::COLR::get_clip_list\28\29\20const +4230:OT::COLR::accelerator_t::release_scratch\28hb_colr_scratch_t*\29\20const +4231:OT::CFFIndex>::get_size\28\29\20const +4232:OT::CFFIndex>::sanitize\28hb_sanitize_context_t*\29\20const +4233:OT::ArrayOf>::serialize\28hb_serialize_context_t*\2c\20unsigned\20int\2c\20bool\29 +4234:MaskAdditiveBlitter::~MaskAdditiveBlitter\28\29 +4235:LineQuadraticIntersections::uniqueAnswer\28double\2c\20SkDPoint\20const&\29 +4236:LineQuadraticIntersections::pinTs\28double*\2c\20double*\2c\20SkDPoint*\2c\20LineQuadraticIntersections::PinTPoint\29 +4237:LineQuadraticIntersections::checkCoincident\28\29 +4238:LineQuadraticIntersections::addLineNearEndPoints\28\29 +4239:LineCubicIntersections::uniqueAnswer\28double\2c\20SkDPoint\20const&\29 +4240:LineCubicIntersections::pinTs\28double*\2c\20double*\2c\20SkDPoint*\2c\20LineCubicIntersections::PinTPoint\29 +4241:LineCubicIntersections::checkCoincident\28\29 +4242:LineCubicIntersections::addLineNearEndPoints\28\29 +4243:LineConicIntersections::validT\28double*\2c\20double\2c\20double*\29 +4244:LineConicIntersections::uniqueAnswer\28double\2c\20SkDPoint\20const&\29 +4245:LineConicIntersections::pinTs\28double*\2c\20double*\2c\20SkDPoint*\2c\20LineConicIntersections::PinTPoint\29 +4246:LineConicIntersections::checkCoincident\28\29 +4247:LineConicIntersections::addLineNearEndPoints\28\29 +4248:HandleInnerJoin\28SkPathBuilder*\2c\20SkPoint\20const&\2c\20SkPoint\20const&\29 +4249:GrVertexChunkBuilder::~GrVertexChunkBuilder\28\29 +4250:GrTriangulator::tessellate\28GrTriangulator::VertexList\20const&\2c\20GrTriangulator::Comparator\20const&\29 +4251:GrTriangulator::splitEdge\28GrTriangulator::Edge*\2c\20GrTriangulator::Vertex*\2c\20GrTriangulator::EdgeList*\2c\20GrTriangulator::Vertex**\2c\20GrTriangulator::Comparator\20const&\29 +4252:GrTriangulator::pathToPolys\28float\2c\20SkRect\20const&\2c\20bool*\29 +4253:GrTriangulator::makePoly\28GrTriangulator::Poly**\2c\20GrTriangulator::Vertex*\2c\20int\29\20const +4254:GrTriangulator::generateCubicPoints\28SkPoint\20const&\2c\20SkPoint\20const&\2c\20SkPoint\20const&\2c\20SkPoint\20const&\2c\20float\2c\20GrTriangulator::VertexList*\2c\20int\29\20const +4255:GrTriangulator::checkForIntersection\28GrTriangulator::Edge*\2c\20GrTriangulator::Edge*\2c\20GrTriangulator::EdgeList*\2c\20GrTriangulator::Vertex**\2c\20GrTriangulator::VertexList*\2c\20GrTriangulator::Comparator\20const&\29 +4256:GrTriangulator::applyFillType\28int\29\20const +4257:GrTriangulator::SortMesh\28GrTriangulator::VertexList*\2c\20GrTriangulator::Comparator\20const&\29 +4258:GrTriangulator::MonotonePoly::addEdge\28GrTriangulator::Edge*\29 +4259:GrTriangulator::GrTriangulator\28SkPath\20const&\2c\20SkArenaAlloc*\29 +4260:GrTriangulator::Edge::insertBelow\28GrTriangulator::Vertex*\2c\20GrTriangulator::Comparator\20const&\29 +4261:GrTriangulator::Edge::insertAbove\28GrTriangulator::Vertex*\2c\20GrTriangulator::Comparator\20const&\29 +4262:GrTriangulator::BreadcrumbTriangleList::append\28SkArenaAlloc*\2c\20SkPoint\2c\20SkPoint\2c\20SkPoint\2c\20int\29 +4263:GrThreadSafeCache::recycleEntry\28GrThreadSafeCache::Entry*\29 +4264:GrThreadSafeCache::dropAllRefs\28\29 +4265:GrTextureRenderTargetProxy::~GrTextureRenderTargetProxy\28\29_10500 +4266:GrTextureRenderTargetProxy::onUninstantiatedGpuMemorySize\28\29\20const +4267:GrTextureRenderTargetProxy::instantiate\28GrResourceProvider*\29 +4268:GrTextureRenderTargetProxy::createSurface\28GrResourceProvider*\29\20const +4269:GrTextureRenderTargetProxy::callbackDesc\28\29\20const +4270:GrTextureProxy::~GrTextureProxy\28\29 +4271:GrTextureEffect::Sampling::Sampling\28GrSurfaceProxy\20const&\2c\20GrSamplerState\2c\20SkRect\20const&\2c\20SkRect\20const*\2c\20float\20const*\2c\20bool\2c\20GrCaps\20const&\2c\20SkPoint\29::$_0::operator\28\29\28int\2c\20GrSamplerState::WrapMode\29\20const +4272:GrTextureEffect::Sampling::Sampling\28GrSurfaceProxy\20const&\2c\20GrSamplerState\2c\20SkRect\20const&\2c\20SkRect\20const*\2c\20float\20const*\2c\20bool\2c\20GrCaps\20const&\2c\20SkPoint\29 +4273:GrTextureEffect::Impl::emitCode\28GrFragmentProcessor::ProgramImpl::EmitArgs&\29::$_3::operator\28\29\28bool\2c\20char\20const*\2c\20char\20const*\2c\20char\20const*\29\20const +4274:GrTexture::GrTexture\28GrGpu*\2c\20SkISize\20const&\2c\20skgpu::Protected\2c\20GrTextureType\2c\20GrMipmapStatus\2c\20std::__2::basic_string_view>\29 +4275:GrTexture::ComputeScratchKey\28GrCaps\20const&\2c\20GrBackendFormat\20const&\2c\20SkISize\2c\20skgpu::Renderable\2c\20int\2c\20skgpu::Mipmapped\2c\20skgpu::Protected\2c\20skgpu::ScratchKey*\29 +4276:GrSurfaceProxyView::asTextureProxyRef\28\29\20const +4277:GrSurfaceProxy::instantiateImpl\28GrResourceProvider*\2c\20int\2c\20skgpu::Renderable\2c\20skgpu::Mipmapped\2c\20skgpu::UniqueKey\20const*\29 +4278:GrSurfaceProxy::GrSurfaceProxy\28sk_sp\2c\20SkBackingFit\2c\20GrSurfaceProxy::UseAllocator\29 +4279:GrStyledShape::styledBounds\28\29\20const +4280:GrStyledShape::addGenIDChangeListener\28sk_sp\29\20const +4281:GrStyledShape::GrStyledShape\28SkRect\20const&\2c\20GrStyle\20const&\2c\20GrStyledShape::DoSimplify\29 +4282:GrStyledShape::GrStyledShape\28SkRRect\20const&\2c\20GrStyle\20const&\2c\20GrStyledShape::DoSimplify\29 +4283:GrStyle::isSimpleHairline\28\29\20const +4284:GrStyle::initPathEffect\28sk_sp\29 +4285:GrStencilSettings::Face::reset\28GrTStencilFaceSettings\20const&\2c\20bool\2c\20int\29 +4286:GrSimpleMeshDrawOpHelper::fixedFunctionFlags\28\29\20const +4287:GrShape::setPath\28SkPath\20const&\29 +4288:GrShape::segmentMask\28\29\20const +4289:GrShape::operator=\28GrShape\20const&\29 +4290:GrShape::convex\28bool\29\20const +4291:GrShaderVar::GrShaderVar\28SkString\2c\20SkSLType\2c\20int\29 +4292:GrResourceProvider::findResourceByUniqueKey\28skgpu::UniqueKey\20const&\29 +4293:GrResourceProvider::createPatternedIndexBuffer\28unsigned\20short\20const*\2c\20int\2c\20int\2c\20int\2c\20skgpu::UniqueKey\20const*\29 +4294:GrResourceCache::removeUniqueKey\28GrGpuResource*\29 +4295:GrResourceCache::getNextTimestamp\28\29 +4296:GrResourceCache::findAndRefScratchResource\28skgpu::ScratchKey\20const&\29 +4297:GrRenderTask::dependsOn\28GrRenderTask\20const*\29\20const +4298:GrRenderTargetProxy::~GrRenderTargetProxy\28\29 +4299:GrRenderTargetProxy::canUseStencil\28GrCaps\20const&\29\20const +4300:GrRecordingContextPriv::createDevice\28skgpu::Budgeted\2c\20SkImageInfo\20const&\2c\20SkBackingFit\2c\20int\2c\20skgpu::Mipmapped\2c\20skgpu::Protected\2c\20GrSurfaceOrigin\2c\20SkSurfaceProps\20const&\2c\20skgpu::ganesh::Device::InitContents\29 +4301:GrRecordingContextPriv::addOnFlushCallbackObject\28GrOnFlushCallbackObject*\29 +4302:GrRecordingContext::~GrRecordingContext\28\29 +4303:GrQuadUtils::TessellationHelper::reset\28GrQuad\20const&\2c\20GrQuad\20const*\29 +4304:GrQuadUtils::TessellationHelper::getEdgeEquations\28\29 +4305:GrQuadUtils::TessellationHelper::Vertices::moveAlong\28GrQuadUtils::TessellationHelper::EdgeVectors\20const&\2c\20skvx::Vec<4\2c\20float>\20const&\29 +4306:GrQuadUtils::ResolveAAType\28GrAAType\2c\20GrQuadAAFlags\2c\20GrQuad\20const&\2c\20GrAAType*\2c\20GrQuadAAFlags*\29 +4307:GrQuadUtils::CropToRect\28SkRect\20const&\2c\20GrAA\2c\20DrawQuad*\2c\20bool\29 +4308:GrQuadBuffer<\28anonymous\20namespace\29::FillRectOpImpl::ColorAndAA>::append\28GrQuad\20const&\2c\20\28anonymous\20namespace\29::FillRectOpImpl::ColorAndAA&&\2c\20GrQuad\20const*\29 +4309:GrQuad::setQuadType\28GrQuad::Type\29 +4310:GrPorterDuffXPFactory::SimpleSrcOverXP\28\29 +4311:GrPipeline*\20SkArenaAlloc::make\28GrPipeline::InitArgs&\2c\20GrProcessorSet&&\2c\20GrAppliedClip&&\29 +4312:GrPersistentCacheUtils::UnpackCachedShaders\28SkReadBuffer*\2c\20SkSL::NativeShader*\2c\20bool\2c\20SkSL::ProgramInterface*\2c\20int\2c\20GrPersistentCacheUtils::ShaderMetadata*\29 +4313:GrPathUtils::quadraticPointCount\28SkPoint\20const*\2c\20float\29 +4314:GrPathUtils::convertCubicToQuads\28SkPoint\20const*\2c\20float\2c\20skia_private::TArray*\29 +4315:GrPathTessellationShader::Make\28GrShaderCaps\20const&\2c\20SkArenaAlloc*\2c\20SkMatrix\20const&\2c\20SkRGBA4f<\28SkAlphaType\292>\20const&\2c\20skgpu::tess::PatchAttribs\29 +4316:GrPathTessellationShader::MakeSimpleTriangleShader\28SkArenaAlloc*\2c\20SkMatrix\20const&\2c\20SkRGBA4f<\28SkAlphaType\292>\20const&\29 +4317:GrOvalOpFactory::MakeOvalOp\28GrRecordingContext*\2c\20GrPaint&&\2c\20SkMatrix\20const&\2c\20SkRect\20const&\2c\20GrStyle\20const&\2c\20GrShaderCaps\20const*\29 +4318:GrOpsRenderPass::drawIndexed\28int\2c\20int\2c\20unsigned\20short\2c\20unsigned\20short\2c\20int\29 +4319:GrOpFlushState::draw\28int\2c\20int\29 +4320:GrOp::chainConcat\28std::__2::unique_ptr>\29 +4321:GrNonAtomicRef::unref\28\29\20const +4322:GrModulateAtlasCoverageEffect::GrModulateAtlasCoverageEffect\28GrModulateAtlasCoverageEffect\20const&\29 +4323:GrMipLevel::operator=\28GrMipLevel&&\29 +4324:GrMeshDrawOp::PatternHelper::PatternHelper\28GrMeshDrawTarget*\2c\20GrPrimitiveType\2c\20unsigned\20long\2c\20sk_sp\2c\20int\2c\20int\2c\20int\2c\20int\29 +4325:GrMakeUniqueKeyInvalidationListener\28skgpu::UniqueKey*\2c\20unsigned\20int\29 +4326:GrImageInfo::makeDimensions\28SkISize\29\20const +4327:GrGpuResource::~GrGpuResource\28\29 +4328:GrGpuResource::removeScratchKey\28\29 +4329:GrGpuResource::registerWithCacheWrapped\28GrWrapCacheable\29 +4330:GrGpuResource::getResourceName\28\29\20const +4331:GrGpuResource::dumpMemoryStatisticsPriv\28SkTraceMemoryDump*\2c\20SkString\20const&\2c\20char\20const*\2c\20unsigned\20long\29\20const +4332:GrGpuResource::CreateUniqueID\28\29 +4333:GrGpuBuffer::onGpuMemorySize\28\29\20const +4334:GrGpu::resolveRenderTarget\28GrRenderTarget*\2c\20SkIRect\20const&\29 +4335:GrGpu::executeFlushInfo\28SkSpan\2c\20SkSurfaces::BackendSurfaceAccess\2c\20GrFlushInfo\20const&\2c\20std::__2::optional\2c\20skgpu::MutableTextureState\20const*\29 +4336:GrGeometryProcessor::TextureSampler::TextureSampler\28GrSamplerState\2c\20GrBackendFormat\20const&\2c\20skgpu::Swizzle\20const&\29 +4337:GrGeometryProcessor::TextureSampler::TextureSampler\28GrGeometryProcessor::TextureSampler&&\29 +4338:GrGeometryProcessor::ProgramImpl::TransformInfo::TransformInfo\28GrGeometryProcessor::ProgramImpl::TransformInfo\20const&\29 +4339:GrGeometryProcessor::ProgramImpl::AddMatrixKeys\28GrShaderCaps\20const&\2c\20unsigned\20int\2c\20SkMatrix\20const&\2c\20SkMatrix\20const&\29 +4340:GrGeometryProcessor::Attribute::size\28\29\20const +4341:GrGLUniformHandler::~GrGLUniformHandler\28\29 +4342:GrGLUniformHandler::getUniformVariable\28GrResourceHandle\29\20const +4343:GrGLTextureRenderTarget::~GrGLTextureRenderTarget\28\29_12945 +4344:GrGLTextureRenderTarget::onRelease\28\29 +4345:GrGLTextureRenderTarget::onGpuMemorySize\28\29\20const +4346:GrGLTextureRenderTarget::onAbandon\28\29 +4347:GrGLTextureRenderTarget::dumpMemoryStatistics\28SkTraceMemoryDump*\29\20const +4348:GrGLTexture::~GrGLTexture\28\29 +4349:GrGLTexture::onRelease\28\29 +4350:GrGLTexture::dumpMemoryStatistics\28SkTraceMemoryDump*\29\20const +4351:GrGLTexture::TextureTypeFromTarget\28unsigned\20int\29 +4352:GrGLSemaphore::Make\28GrGLGpu*\2c\20bool\29 +4353:GrGLSLVaryingHandler::~GrGLSLVaryingHandler\28\29 +4354:GrGLSLUniformHandler::addInputSampler\28skgpu::Swizzle\20const&\2c\20char\20const*\29 +4355:GrGLSLUniformHandler::UniformInfo::~UniformInfo\28\29 +4356:GrGLSLShaderBuilder::appendTextureLookup\28SkString*\2c\20GrResourceHandle\2c\20char\20const*\29\20const +4357:GrGLSLShaderBuilder::appendColorGamutXform\28char\20const*\2c\20GrGLSLColorSpaceXformHelper*\29 +4358:GrGLSLShaderBuilder::appendColorGamutXform\28SkString*\2c\20char\20const*\2c\20GrGLSLColorSpaceXformHelper*\29 +4359:GrGLSLProgramDataManager::setSkMatrix\28GrResourceHandle\2c\20SkMatrix\20const&\29\20const +4360:GrGLSLProgramBuilder::writeFPFunction\28GrFragmentProcessor\20const&\2c\20GrFragmentProcessor::ProgramImpl&\29 +4361:GrGLSLProgramBuilder::nameExpression\28SkString*\2c\20char\20const*\29 +4362:GrGLSLProgramBuilder::fragmentProcessorHasCoordsParam\28GrFragmentProcessor\20const*\29\20const +4363:GrGLSLProgramBuilder::emitSampler\28GrBackendFormat\20const&\2c\20GrSamplerState\2c\20skgpu::Swizzle\20const&\2c\20char\20const*\29 +4364:GrGLSLFragmentShaderBuilder::~GrGLSLFragmentShaderBuilder\28\29_11195 +4365:GrGLRenderTarget::~GrGLRenderTarget\28\29 +4366:GrGLRenderTarget::onRelease\28\29 +4367:GrGLRenderTarget::onAbandon\28\29 +4368:GrGLRenderTarget::dumpMemoryStatistics\28SkTraceMemoryDump*\29\20const +4369:GrGLProgramDataManager::~GrGLProgramDataManager\28\29 +4370:GrGLProgramBuilder::~GrGLProgramBuilder\28\29 +4371:GrGLProgramBuilder::computeCountsAndStrides\28unsigned\20int\2c\20GrGeometryProcessor\20const&\2c\20bool\29 +4372:GrGLProgramBuilder::addInputVars\28SkSL::ProgramInterface\20const&\29 +4373:GrGLOpsRenderPass::dmsaaLoadStoreBounds\28\29\20const +4374:GrGLOpsRenderPass::bindInstanceBuffer\28GrBuffer\20const*\2c\20int\29 +4375:GrGLGpu::insertSemaphore\28GrSemaphore*\29 +4376:GrGLGpu::flushViewport\28SkIRect\20const&\2c\20int\2c\20GrSurfaceOrigin\29 +4377:GrGLGpu::flushScissor\28GrScissorState\20const&\2c\20int\2c\20GrSurfaceOrigin\29 +4378:GrGLGpu::flushClearColor\28std::__2::array\29 +4379:GrGLGpu::disableStencil\28\29 +4380:GrGLGpu::deleteSync\28__GLsync*\29 +4381:GrGLGpu::createTexture\28SkISize\2c\20GrGLFormat\2c\20unsigned\20int\2c\20skgpu::Renderable\2c\20GrGLTextureParameters::SamplerOverriddenState*\2c\20int\2c\20skgpu::Protected\2c\20std::__2::basic_string_view>\29 +4382:GrGLGpu::copySurfaceAsDraw\28GrSurface*\2c\20bool\2c\20GrSurface*\2c\20SkIRect\20const&\2c\20SkIRect\20const&\2c\20SkFilterMode\29 +4383:GrGLGpu::HWVertexArrayState::bindInternalVertexArray\28GrGLGpu*\2c\20GrBuffer\20const*\29 +4384:GrGLFunction::GrGLFunction\28void\20\28*\29\28unsigned\20int\2c\20int\2c\20unsigned\20int\2c\20unsigned\20char\2c\20int\2c\20void\20const*\29\29::'lambda'\28void\20const*\2c\20unsigned\20int\2c\20int\2c\20unsigned\20int\2c\20unsigned\20char\2c\20int\2c\20void\20const*\29::__invoke\28void\20const*\2c\20unsigned\20int\2c\20int\2c\20unsigned\20int\2c\20unsigned\20char\2c\20int\2c\20void\20const*\29 +4385:GrGLFunction::GrGLFunction\28void\20\28*\29\28unsigned\20int\2c\20int\2c\20int\2c\20int\2c\20int\2c\20int\2c\20int\2c\20int\29\29::'lambda'\28void\20const*\2c\20unsigned\20int\2c\20int\2c\20int\2c\20int\2c\20int\2c\20int\2c\20int\2c\20int\29::__invoke\28void\20const*\2c\20unsigned\20int\2c\20int\2c\20int\2c\20int\2c\20int\2c\20int\2c\20int\2c\20int\29 +4386:GrGLFunction::GrGLFunction\28void\20\28*\29\28int\2c\20int\2c\20int\2c\20int\2c\20unsigned\20int\2c\20unsigned\20int\2c\20void*\29\29::'lambda'\28void\20const*\2c\20int\2c\20int\2c\20int\2c\20int\2c\20unsigned\20int\2c\20unsigned\20int\2c\20void*\29::__invoke\28void\20const*\2c\20int\2c\20int\2c\20int\2c\20int\2c\20unsigned\20int\2c\20unsigned\20int\2c\20void*\29 +4387:GrGLFunction::GrGLFunction\28unsigned\20char\20const*\20\28*\29\28unsigned\20int\2c\20unsigned\20int\29\29::'lambda'\28void\20const*\2c\20unsigned\20int\2c\20unsigned\20int\29::__invoke\28void\20const*\2c\20unsigned\20int\2c\20unsigned\20int\29 +4388:GrGLContextInfo::~GrGLContextInfo\28\29 +4389:GrGLCaps::getRenderTargetSampleCount\28int\2c\20GrGLFormat\29\20const +4390:GrGLCaps::canCopyAsDraw\28GrGLFormat\2c\20bool\2c\20bool\29\20const +4391:GrGLBuffer::~GrGLBuffer\28\29 +4392:GrGLBuffer::Make\28GrGLGpu*\2c\20unsigned\20long\2c\20GrGpuBufferType\2c\20GrAccessPattern\29 +4393:GrGLBackendTextureData::GrGLBackendTextureData\28GrGLTextureInfo\20const&\2c\20sk_sp\29 +4394:GrGLAttribArrayState::invalidate\28\29 +4395:GrGLAttribArrayState::enableVertexArrays\28GrGLGpu\20const*\2c\20int\2c\20GrPrimitiveRestart\29 +4396:GrGLAttachment::GrGLAttachment\28GrGpu*\2c\20unsigned\20int\2c\20SkISize\2c\20GrAttachment::UsageFlags\2c\20int\2c\20GrGLFormat\2c\20std::__2::basic_string_view>\29 +4397:GrFragmentProcessors::make_effect_fp\28sk_sp\2c\20char\20const*\2c\20sk_sp\2c\20std::__2::unique_ptr>\2c\20std::__2::unique_ptr>\2c\20SkSpan\2c\20GrFPArgs\20const&\29 +4398:GrFragmentProcessors::IsSupported\28SkMaskFilter\20const*\29 +4399:GrFragmentProcessor::makeProgramImpl\28\29\20const +4400:GrFragmentProcessor::addToKey\28GrShaderCaps\20const&\2c\20skgpu::KeyBuilder*\29\20const +4401:GrFragmentProcessor::SwizzleOutput\28std::__2::unique_ptr>\2c\20skgpu::Swizzle\20const&\29 +4402:GrFragmentProcessor::ProgramImpl::~ProgramImpl\28\29 +4403:GrFragmentProcessor::MulInputByChildAlpha\28std::__2::unique_ptr>\29 +4404:GrFragmentProcessor::HighPrecision\28std::__2::unique_ptr>\29::HighPrecisionFragmentProcessor::constantOutputForConstantInput\28SkRGBA4f<\28SkAlphaType\292>\20const&\29\20const +4405:GrFragmentProcessor::DeviceSpace\28std::__2::unique_ptr>\29 +4406:GrEagerDynamicVertexAllocator::lock\28unsigned\20long\2c\20int\29 +4407:GrDynamicAtlas::makeNode\28GrDynamicAtlas::Node*\2c\20int\2c\20int\2c\20int\2c\20int\29 +4408:GrDstProxyView::GrDstProxyView\28GrDstProxyView\20const&\29 +4409:GrDrawingManager::setLastRenderTask\28GrSurfaceProxy\20const*\2c\20GrRenderTask*\29 +4410:GrDrawingManager::insertTaskBeforeLast\28sk_sp\29 +4411:GrDrawingManager::flushSurfaces\28SkSpan\2c\20SkSurfaces::BackendSurfaceAccess\2c\20GrFlushInfo\20const&\2c\20skgpu::MutableTextureState\20const*\29 +4412:GrDrawOpAtlas::makeMRU\28skgpu::Plot*\2c\20unsigned\20int\29 +4413:GrDefaultGeoProcFactory::MakeForDeviceSpace\28SkArenaAlloc*\2c\20GrDefaultGeoProcFactory::Color\20const&\2c\20GrDefaultGeoProcFactory::Coverage\20const&\2c\20GrDefaultGeoProcFactory::LocalCoords\20const&\2c\20SkMatrix\20const&\29 +4414:GrCpuVertexAllocator::~GrCpuVertexAllocator\28\29 +4415:GrColorTypeClampType\28GrColorType\29 +4416:GrColorSpaceXform::Equals\28GrColorSpaceXform\20const*\2c\20GrColorSpaceXform\20const*\29 +4417:GrBufferAllocPool::unmap\28\29 +4418:GrBufferAllocPool::reset\28\29 +4419:GrBlurUtils::extract_draw_rect_from_data\28SkData*\2c\20SkIRect\20const&\29 +4420:GrBlurUtils::can_filter_mask\28SkMaskFilterBase\20const*\2c\20GrStyledShape\20const&\2c\20SkIRect\20const&\2c\20SkIRect\20const&\2c\20SkMatrix\20const&\2c\20SkIRect*\29 +4421:GrBlurUtils::GaussianBlur\28GrRecordingContext*\2c\20GrSurfaceProxyView\2c\20GrColorType\2c\20SkAlphaType\2c\20sk_sp\2c\20SkIRect\2c\20SkIRect\2c\20float\2c\20float\2c\20SkTileMode\2c\20SkBackingFit\29 +4422:GrBicubicEffect::MakeSubset\28GrSurfaceProxyView\2c\20SkAlphaType\2c\20SkMatrix\20const&\2c\20GrSamplerState::WrapMode\2c\20GrSamplerState::WrapMode\2c\20SkRect\20const&\2c\20SkCubicResampler\2c\20GrBicubicEffect::Direction\2c\20GrCaps\20const&\29 +4423:GrBicubicEffect::GrBicubicEffect\28std::__2::unique_ptr>\2c\20SkCubicResampler\2c\20GrBicubicEffect::Direction\2c\20GrBicubicEffect::Clamp\29 +4424:GrBackendTextures::MakeGL\28int\2c\20int\2c\20skgpu::Mipmapped\2c\20GrGLTextureInfo\20const&\2c\20sk_sp\2c\20std::__2::basic_string_view>\29 +4425:GrBackendFormatStencilBits\28GrBackendFormat\20const&\29 +4426:GrBackendFormat::operator==\28GrBackendFormat\20const&\29\20const +4427:GrAtlasManager::resolveMaskFormat\28skgpu::MaskFormat\29\20const +4428:GrAATriangulator::~GrAATriangulator\28\29 +4429:GrAATriangulator::makeEvent\28GrAATriangulator::SSEdge*\2c\20GrAATriangulator::EventList*\29\20const +4430:GrAATriangulator::connectSSEdge\28GrTriangulator::Vertex*\2c\20GrTriangulator::Vertex*\2c\20GrTriangulator::Comparator\20const&\29 +4431:GrAAConvexTessellator::terminate\28GrAAConvexTessellator::Ring\20const&\29 +4432:GrAAConvexTessellator::movable\28int\29\20const +4433:GrAAConvexTessellator::computePtAlongBisector\28int\2c\20SkPoint\20const&\2c\20int\2c\20float\2c\20SkPoint*\29\20const +4434:GrAAConvexTessellator::computeNormals\28\29::$_0::operator\28\29\28SkPoint\29\20const +4435:GrAAConvexTessellator::CandidateVerts::originatingIdx\28int\29\20const +4436:GrAAConvexTessellator::CandidateVerts::fuseWithPrior\28int\29 +4437:GrAAConvexTessellator::CandidateVerts::addNewPt\28SkPoint\20const&\2c\20int\2c\20int\2c\20bool\29 +4438:GetVariationDesignPosition\28FT_FaceRec_*\2c\20SkSpan\29 +4439:GetAxes\28FT_FaceRec_*\2c\20skia_private::STArray<4\2c\20SkFontParameters::Variation::Axis\2c\20true>*\29 +4440:FT_Set_Transform +4441:FT_Set_Char_Size +4442:FT_Select_Metrics +4443:FT_Request_Metrics +4444:FT_List_Remove +4445:FT_List_Finalize +4446:FT_Hypot +4447:FT_GlyphLoader_CreateExtra +4448:FT_GlyphLoader_Adjust_Points +4449:FT_Get_Paint +4450:FT_Get_MM_Var +4451:FT_Get_Color_Glyph_Paint +4452:FT_Done_GlyphSlot +4453:FT_Done_Face +4454:EllipticalRRectOp::~EllipticalRRectOp\28\29 +4455:EdgeLT::operator\28\29\28Edge\20const&\2c\20Edge\20const&\29\20const +4456:DAffineMatrix::mapPoint\28\28anonymous\20namespace\29::DPoint\20const&\29\20const +4457:DAffineMatrix::mapPoint\28SkPoint\20const&\29\20const +4458:Cr_z_inflate_table +4459:CopyFromCompoundDictionary +4460:Compute_Point_Displacement +4461:CircularRRectOp::~CircularRRectOp\28\29 +4462:CFF::cff_stack_t::push\28\29 +4463:CFF::UnsizedByteStr\20const&\20CFF::StructAtOffsetOrNull\28void\20const*\2c\20int\2c\20hb_sanitize_context_t&\2c\20unsigned\20int&\29 +4464:BrotliWarmupBitReader +4465:BlockIndexIterator::Last\28SkBlockAllocator::Block\20const*\29\2c\20&SkTBlockList::First\28SkBlockAllocator::Block\20const*\29\2c\20&SkTBlockList::Decrement\28SkBlockAllocator::Block\20const*\2c\20int\29\2c\20&SkTBlockList::GetItem\28SkBlockAllocator::Block*\2c\20int\29>::Item::operator++\28\29 +4466:ActiveEdgeList::DoubleRotation\28ActiveEdge*\2c\20int\29 +4467:AAT::kerxTupleKern\28int\2c\20unsigned\20int\2c\20void\20const*\2c\20AAT::hb_aat_apply_context_t*\29 +4468:AAT::kern_accelerator_data_t::~kern_accelerator_data_t\28\29 +4469:AAT::hb_aat_scratch_t::~hb_aat_scratch_t\28\29 +4470:AAT::hb_aat_scratch_t::destroy_buffer_glyph_set\28hb_bit_set_t*\29\20const +4471:AAT::hb_aat_scratch_t::create_buffer_glyph_set\28\29\20const +4472:AAT::hb_aat_apply_context_t::delete_glyph\28\29 +4473:AAT::feat::get_feature\28hb_aat_layout_feature_type_t\29\20const +4474:AAT::Lookup::sanitize\28hb_sanitize_context_t*\29\20const +4475:AAT::ClassTable>::get_class\28unsigned\20int\2c\20unsigned\20int\29\20const +4476:4263 +4477:4264 +4478:4265 +4479:4266 +4480:4267 +4481:4268 +4482:4269 +4483:4270 +4484:4271 +4485:4272 +4486:4273 +4487:4274 +4488:4275 +4489:4276 +4490:4277 +4491:4278 +4492:4279 +4493:4280 +4494:4281 +4495:4282 +4496:4283 +4497:4284 +4498:4285 +4499:4286 +4500:4287 +4501:4288 +4502:4289 +4503:4290 +4504:4291 +4505:4292 +4506:4293 +4507:4294 +4508:4295 +4509:4296 +4510:4297 +4511:4298 +4512:4299 +4513:4300 +4514:4301 +4515:4302 +4516:4303 +4517:4304 +4518:4305 +4519:4306 +4520:4307 +4521:4308 +4522:4309 +4523:4310 +4524:4311 +4525:4312 +4526:4313 +4527:4314 +4528:4315 +4529:zeroinfnan +4530:zero_mark_widths_by_gdef\28hb_buffer_t*\2c\20bool\29 +4531:xyzd50_to_lab\28SkRGBA4f<\28SkAlphaType\292>\2c\20bool*\29 +4532:xyz_almost_equal\28skcms_Matrix3x3\20const&\2c\20skcms_Matrix3x3\20const&\29 +4533:write_vertex_position\28GrGLSLVertexBuilder*\2c\20GrGLSLUniformHandler*\2c\20GrShaderCaps\20const&\2c\20GrShaderVar\20const&\2c\20SkMatrix\20const&\2c\20char\20const*\2c\20GrShaderVar*\2c\20GrResourceHandle*\29 +4534:write_passthrough_vertex_position\28GrGLSLVertexBuilder*\2c\20GrShaderVar\20const&\2c\20GrShaderVar*\29 +4535:winding_mono_quad\28SkSpan\2c\20float\2c\20float\2c\20int*\29 +4536:winding_mono_conic\28SkConic\20const&\2c\20float\2c\20float\2c\20int*\29 +4537:wctomb +4538:wchar_t*\20std::__2::copy\5babi:nn180100\5d\2c\20wchar_t*>\28std::__2::__wrap_iter\2c\20std::__2::__wrap_iter\2c\20wchar_t*\29 +4539:wchar_t*\20std::__2::__constexpr_memmove\5babi:nn180100\5d\28wchar_t*\2c\20wchar_t\20const*\2c\20std::__2::__element_count\29 +4540:walk_simple_edges\28SkEdge*\2c\20SkBlitter*\2c\20int\2c\20int\29 +4541:vsscanf +4542:void\20std::__2::unique_ptr::Pair\2c\20unsigned\20int\2c\20skia_private::THashMap::Pair>::Slot\20\5b\5d\2c\20std::__2::default_delete::Pair\2c\20unsigned\20int\2c\20skia_private::THashMap::Pair>::Slot\20\5b\5d>>::reset\5babi:ne180100\5d::Pair\2c\20unsigned\20int\2c\20skia_private::THashMap::Pair>::Slot*\2c\200>\28skia_private::THashTable::Pair\2c\20unsigned\20int\2c\20skia_private::THashMap::Pair>::Slot*\29 +4543:void\20std::__2::unique_ptr\2c\20std::__2::allocator>>\2c\20skia::textlayout::FontCollection::FamilyKey::Hasher>::Pair\2c\20skia::textlayout::FontCollection::FamilyKey\2c\20skia_private::THashMap\2c\20std::__2::allocator>>\2c\20skia::textlayout::FontCollection::FamilyKey::Hasher>::Pair>::Slot\20\5b\5d\2c\20std::__2::default_delete\2c\20std::__2::allocator>>\2c\20skia::textlayout::FontCollection::FamilyKey::Hasher>::Pair\2c\20skia::textlayout::FontCollection::FamilyKey\2c\20skia_private::THashMap\2c\20std::__2::allocator>>\2c\20skia::textlayout::FontCollection::FamilyKey::Hasher>::Pair>::Slot\20\5b\5d>>::reset\5babi:ne180100\5d\2c\20std::__2::allocator>>\2c\20skia::textlayout::FontCollection::FamilyKey::Hasher>::Pair\2c\20skia::textlayout::FontCollection::FamilyKey\2c\20skia_private::THashMap\2c\20std::__2::allocator>>\2c\20skia::textlayout::FontCollection::FamilyKey::Hasher>::Pair>::Slot*\2c\200>\28skia_private::THashTable\2c\20std::__2::allocator>>\2c\20skia::textlayout::FontCollection::FamilyKey::Hasher>::Pair\2c\20skia::textlayout::FontCollection::FamilyKey\2c\20skia_private::THashMap\2c\20std::__2::allocator>>\2c\20skia::textlayout::FontCollection::FamilyKey::Hasher>::Pair>::Slot*\29 +4544:void\20std::__2::unique_ptr>::Pair\2c\20skgpu::ganesh::AtlasPathRenderer::AtlasPathKey\2c\20skia_private::THashMap>::Pair>::Slot\20\5b\5d\2c\20std::__2::default_delete>::Pair\2c\20skgpu::ganesh::AtlasPathRenderer::AtlasPathKey\2c\20skia_private::THashMap>::Pair>::Slot\20\5b\5d>>::reset\5babi:ne180100\5d>::Pair\2c\20skgpu::ganesh::AtlasPathRenderer::AtlasPathKey\2c\20skia_private::THashMap>::Pair>::Slot*\2c\200>\28skia_private::THashTable>::Pair\2c\20skgpu::ganesh::AtlasPathRenderer::AtlasPathKey\2c\20skia_private::THashMap>::Pair>::Slot*\29 +4545:void\20std::__2::unique_ptr::Pair\2c\20skgpu::UniqueKey\2c\20skia_private::THashMap::Pair>::Slot\20\5b\5d\2c\20std::__2::default_delete::Pair\2c\20skgpu::UniqueKey\2c\20skia_private::THashMap::Pair>::Slot\20\5b\5d>>::reset\5babi:ne180100\5d::Pair\2c\20skgpu::UniqueKey\2c\20skia_private::THashMap::Pair>::Slot*\2c\200>\28skia_private::THashTable::Pair\2c\20skgpu::UniqueKey\2c\20skia_private::THashMap::Pair>::Slot*\29 +4546:void\20std::__2::__variant_detail::__impl\2c\20std::__2::unique_ptr>>::__assign\5babi:ne180100\5d<0ul\2c\20sk_sp>\28sk_sp&&\29 +4547:void\20std::__2::__variant_detail::__impl::__assign\5babi:ne180100\5d<1ul\2c\20int&>\28int&\29 +4548:void\20std::__2::__variant_detail::__impl::__assign\5babi:ne180100\5d<0ul\2c\20SkPaint>\28SkPaint&&\29 +4549:void\20std::__2::__variant_detail::__assignment>::__assign_alt\5babi:ne180100\5d<0ul\2c\20SkPaint\2c\20SkPaint>\28std::__2::__variant_detail::__alt<0ul\2c\20SkPaint>&\2c\20SkPaint&&\29 +4550:void\20std::__2::__tree_right_rotate\5babi:ne180100\5d*>\28std::__2::__tree_node_base*\29 +4551:void\20std::__2::__tree_left_rotate\5babi:ne180100\5d*>\28std::__2::__tree_node_base*\29 +4552:void\20std::__2::__stable_sort_move\20const&\2c\20unsigned\20int\2c\20FT_COLR_Paint_\20const&\2c\20SkPaint*\29::$_0::operator\28\29\28FT_ColorStopIterator_\20const&\2c\20std::__2::vector>&\2c\20std::__2::vector\2c\20std::__2::allocator>>&\29\20const::'lambda'\28\28anonymous\20namespace\29::colrv1_configure_skpaint\28FT_FaceRec_*\2c\20SkSpan\20const&\2c\20unsigned\20int\2c\20FT_COLR_Paint_\20const&\2c\20SkPaint*\29::$_0::operator\28\29\28FT_ColorStopIterator_\20const&\2c\20std::__2::vector>&\2c\20std::__2::vector\2c\20std::__2::allocator>>&\29\20const::ColorStop\20const&\2c\20\28anonymous\20namespace\29::colrv1_configure_skpaint\28FT_FaceRec_*\2c\20SkSpan\20const&\2c\20unsigned\20int\2c\20FT_COLR_Paint_\20const&\2c\20SkPaint*\29::$_0::operator\28\29\28FT_ColorStopIterator_\20const&\2c\20std::__2::vector>&\2c\20std::__2::vector\2c\20std::__2::allocator>>&\29\20const::ColorStop\20const&\29&\2c\20std::__2::__wrap_iter<\28anonymous\20namespace\29::colrv1_configure_skpaint\28FT_FaceRec_*\2c\20SkSpan\20const&\2c\20unsigned\20int\2c\20FT_COLR_Paint_\20const&\2c\20SkPaint*\29::$_0::operator\28\29\28FT_ColorStopIterator_\20const&\2c\20std::__2::vector>&\2c\20std::__2::vector\2c\20std::__2::allocator>>&\29\20const::ColorStop*>>\28std::__2::__wrap_iter<\28anonymous\20namespace\29::colrv1_configure_skpaint\28FT_FaceRec_*\2c\20SkSpan\20const&\2c\20unsigned\20int\2c\20FT_COLR_Paint_\20const&\2c\20SkPaint*\29::$_0::operator\28\29\28FT_ColorStopIterator_\20const&\2c\20std::__2::vector>&\2c\20std::__2::vector\2c\20std::__2::allocator>>&\29\20const::ColorStop*>\2c\20std::__2::__wrap_iter<\28anonymous\20namespace\29::colrv1_configure_skpaint\28FT_FaceRec_*\2c\20SkSpan\20const&\2c\20unsigned\20int\2c\20FT_COLR_Paint_\20const&\2c\20SkPaint*\29::$_0::operator\28\29\28FT_ColorStopIterator_\20const&\2c\20std::__2::vector>&\2c\20std::__2::vector\2c\20std::__2::allocator>>&\29\20const::ColorStop*>\2c\20\28anonymous\20namespace\29::colrv1_configure_skpaint\28FT_FaceRec_*\2c\20SkSpan\20const&\2c\20unsigned\20int\2c\20FT_COLR_Paint_\20const&\2c\20SkPaint*\29::$_0::operator\28\29\28FT_ColorStopIterator_\20const&\2c\20std::__2::vector>&\2c\20std::__2::vector\2c\20std::__2::allocator>>&\29\20const::'lambda'\28\28anonymous\20namespace\29::colrv1_configure_skpaint\28FT_FaceRec_*\2c\20SkSpan\20const&\2c\20unsigned\20int\2c\20FT_COLR_Paint_\20const&\2c\20SkPaint*\29::$_0::operator\28\29\28FT_ColorStopIterator_\20const&\2c\20std::__2::vector>&\2c\20std::__2::vector\2c\20std::__2::allocator>>&\29\20const::ColorStop\20const&\2c\20\28anonymous\20namespace\29::colrv1_configure_skpaint\28FT_FaceRec_*\2c\20SkSpan\20const&\2c\20unsigned\20int\2c\20FT_COLR_Paint_\20const&\2c\20SkPaint*\29::$_0::operator\28\29\28FT_ColorStopIterator_\20const&\2c\20std::__2::vector>&\2c\20std::__2::vector\2c\20std::__2::allocator>>&\29\20const::ColorStop\20const&\29&\2c\20std::__2::iterator_traits\20const&\2c\20unsigned\20int\2c\20FT_COLR_Paint_\20const&\2c\20SkPaint*\29::$_0::operator\28\29\28FT_ColorStopIterator_\20const&\2c\20std::__2::vector>&\2c\20std::__2::vector\2c\20std::__2::allocator>>&\29\20const::ColorStop*>>::difference_type\2c\20std::__2::iterator_traits\20const&\2c\20unsigned\20int\2c\20FT_COLR_Paint_\20const&\2c\20SkPaint*\29::$_0::operator\28\29\28FT_ColorStopIterator_\20const&\2c\20std::__2::vector>&\2c\20std::__2::vector\2c\20std::__2::allocator>>&\29\20const::ColorStop*>>::value_type*\29 +4553:void\20std::__2::__sort5_maybe_branchless\5babi:ne180100\5d\28skia::textlayout::OneLineShaper::RunBlock*\2c\20skia::textlayout::OneLineShaper::RunBlock*\2c\20skia::textlayout::OneLineShaper::RunBlock*\2c\20skia::textlayout::OneLineShaper::RunBlock*\2c\20skia::textlayout::OneLineShaper::RunBlock*\2c\20skia::textlayout::OneLineShaper::finish\28skia::textlayout::Block\20const&\2c\20float\2c\20float&\29::$_0&\29 +4554:void\20std::__2::__sort5_maybe_branchless\5babi:ne180100\5d\2c\20std::__2::allocator>>\20const&\29::$_0&\2c\20impeller::TRect\20const**\2c\200>\28impeller::TRect\20const**\2c\20impeller::TRect\20const**\2c\20impeller::TRect\20const**\2c\20impeller::TRect\20const**\2c\20impeller::TRect\20const**\2c\20flutter::DlRegion::setRects\28std::__2::vector\2c\20std::__2::allocator>>\20const&\29::$_0&\29 +4555:void\20std::__2::__sort5_maybe_branchless\5babi:ne180100\5d\28SkSL::ProgramElement\20const**\2c\20SkSL::ProgramElement\20const**\2c\20SkSL::ProgramElement\20const**\2c\20SkSL::ProgramElement\20const**\2c\20SkSL::ProgramElement\20const**\2c\20SkSL::Transform::\28anonymous\20namespace\29::BuiltinVariableScanner::sortNewElements\28\29::'lambda'\28SkSL::ProgramElement\20const*\2c\20SkSL::ProgramElement\20const*\29&\29 +4556:void\20std::__2::__sort5_maybe_branchless\5babi:ne180100\5d\28SkSL::FunctionDefinition\20const**\2c\20SkSL::FunctionDefinition\20const**\2c\20SkSL::FunctionDefinition\20const**\2c\20SkSL::FunctionDefinition\20const**\2c\20SkSL::FunctionDefinition\20const**\2c\20SkSL::Transform::FindAndDeclareBuiltinFunctions\28SkSL::Program&\29::$_0&\29 +4557:void\20std::__2::__sift_up\5babi:ne180100\5d*>>\28std::__2::__wrap_iter*>\2c\20std::__2::__wrap_iter*>\2c\20GrGeometryProcessor::ProgramImpl::emitTransformCode\28GrGLSLVertexBuilder*\2c\20GrGLSLUniformHandler*\29::$_1&\2c\20std::__2::iterator_traits*>>::difference_type\29 +4558:void\20std::__2::__sift_up\5babi:ne180100\5d>\28std::__2::__wrap_iter\2c\20std::__2::__wrap_iter\2c\20GrAATriangulator::EventComparator&\2c\20std::__2::iterator_traits>::difference_type\29 +4559:void\20std::__2::__optional_storage_base::__construct\5babi:ne180100\5d\28skia::textlayout::FontArguments\20const&\29 +4560:void\20std::__2::__optional_storage_base::__assign_from\5babi:ne180100\5d\20const&>\28std::__2::__optional_copy_assign_base\20const&\29 +4561:void\20std::__2::__optional_storage_base::__construct\5babi:ne180100\5d\28flutter::DlPaint\20const&\29 +4562:void\20std::__2::__optional_storage_base::__assign_from\5babi:ne180100\5d\20const&>\28std::__2::__optional_copy_assign_base\20const&\29 +4563:void\20std::__2::__optional_storage_base::__construct\5babi:ne180100\5d\28AutoLayerForImageFilter&&\29 +4564:void\20std::__2::__memberwise_forward_assign\5babi:ne180100\5d&\2c\20int&>\2c\20std::__2::tuple\2c\20unsigned\20long>\2c\20sk_sp\2c\20unsigned\20long\2c\200ul\2c\201ul>\28std::__2::tuple&\2c\20int&>&\2c\20std::__2::tuple\2c\20unsigned\20long>&&\2c\20std::__2::__tuple_types\2c\20unsigned\20long>\2c\20std::__2::__tuple_indices<0ul\2c\201ul>\29 +4565:void\20std::__2::__memberwise_forward_assign\5babi:ne180100\5d&>\2c\20std::__2::tuple>\2c\20GrSurfaceProxyView\2c\20sk_sp\2c\200ul\2c\201ul>\28std::__2::tuple&>&\2c\20std::__2::tuple>&&\2c\20std::__2::__tuple_types>\2c\20std::__2::__tuple_indices<0ul\2c\201ul>\29 +4566:void\20std::__2::__list_imp>::__delete_node\5babi:ne180100\5d<>\28std::__2::__list_node*\29 +4567:void\20std::__2::__introsort\28skia::textlayout::OneLineShaper::RunBlock*\2c\20skia::textlayout::OneLineShaper::RunBlock*\2c\20skia::textlayout::OneLineShaper::finish\28skia::textlayout::Block\20const&\2c\20float\2c\20float&\29::$_0&\2c\20std::__2::iterator_traits::difference_type\2c\20bool\29 +4568:void\20std::__2::__introsort\2c\20std::__2::allocator>>\20const&\29::$_0&\2c\20impeller::TRect\20const**\2c\20false>\28impeller::TRect\20const**\2c\20impeller::TRect\20const**\2c\20flutter::DlRegion::setRects\28std::__2::vector\2c\20std::__2::allocator>>\20const&\29::$_0&\2c\20std::__2::iterator_traits\20const**>::difference_type\2c\20bool\29 +4569:void\20std::__2::__introsort\28SkSL::ProgramElement\20const**\2c\20SkSL::ProgramElement\20const**\2c\20SkSL::Transform::\28anonymous\20namespace\29::BuiltinVariableScanner::sortNewElements\28\29::'lambda'\28SkSL::ProgramElement\20const*\2c\20SkSL::ProgramElement\20const*\29&\2c\20std::__2::iterator_traits::difference_type\2c\20bool\29 +4570:void\20std::__2::__introsort\28SkSL::FunctionDefinition\20const**\2c\20SkSL::FunctionDefinition\20const**\2c\20SkSL::Transform::FindAndDeclareBuiltinFunctions\28SkSL::Program&\29::$_0&\2c\20std::__2::iterator_traits::difference_type\2c\20bool\29 +4571:void\20std::__2::__forward_list_base\2c\20std::__2::allocator>>::__delete_node\5babi:ne180100\5d<>\28std::__2::__forward_list_node\2c\20void*>*\29 +4572:void\20std::__2::__double_or_nothing\5babi:nn180100\5d\28std::__2::unique_ptr&\2c\20char*&\2c\20char*&\29 +4573:void\20sorted_merge<&sweep_lt_vert\28SkPoint\20const&\2c\20SkPoint\20const&\29>\28GrTriangulator::VertexList*\2c\20GrTriangulator::VertexList*\2c\20GrTriangulator::VertexList*\29 +4574:void\20sorted_merge<&sweep_lt_horiz\28SkPoint\20const&\2c\20SkPoint\20const&\29>\28GrTriangulator::VertexList*\2c\20GrTriangulator::VertexList*\2c\20GrTriangulator::VertexList*\29 +4575:void\20sort_r_simple\28void*\2c\20unsigned\20long\2c\20unsigned\20long\2c\20int\20\28*\29\28void\20const*\2c\20void\20const*\2c\20void*\29\2c\20void*\29 +4576:void\20sktext::gpu::fillDirectClipped\28SkZip\2c\20unsigned\20int\2c\20SkPoint\2c\20SkIRect*\29 +4577:void\20skgpu::ganesh::SurfaceFillContext::clearAtLeast<\28SkAlphaType\292>\28SkIRect\20const&\2c\20SkRGBA4f<\28SkAlphaType\292>\20const&\29 +4578:void\20portable::memsetT\28unsigned\20short*\2c\20unsigned\20short\2c\20int\29 +4579:void\20portable::memsetT\28unsigned\20int*\2c\20unsigned\20int\2c\20int\29 +4580:void\20hb_sanitize_context_t::set_object>\28OT::KernSubTable\20const*\29 +4581:void\20hair_path<\28SkPaint::Cap\292>\28SkPathRaw\20const&\2c\20SkRasterClip\20const&\2c\20SkBlitter*\2c\20void\20\28*\29\28SkPoint\20const*\2c\20int\2c\20SkRegion\20const*\2c\20SkBlitter*\29\29 +4582:void\20hair_path<\28SkPaint::Cap\291>\28SkPathRaw\20const&\2c\20SkRasterClip\20const&\2c\20SkBlitter*\2c\20void\20\28*\29\28SkPoint\20const*\2c\20int\2c\20SkRegion\20const*\2c\20SkBlitter*\29\29 +4583:void\20hair_path<\28SkPaint::Cap\290>\28SkPathRaw\20const&\2c\20SkRasterClip\20const&\2c\20SkBlitter*\2c\20void\20\28*\29\28SkPoint\20const*\2c\20int\2c\20SkRegion\20const*\2c\20SkBlitter*\29\29 +4584:void\20\28anonymous\20namespace\29::copyFT2LCD16\28FT_Bitmap_\20const&\2c\20SkMaskBuilder*\2c\20int\2c\20unsigned\20char\20const*\2c\20unsigned\20char\20const*\2c\20unsigned\20char\20const*\29 +4585:void\20\28anonymous\20namespace\29::Pass::blur\28int\2c\20int\2c\20int\2c\20unsigned\20int\20const*\2c\20int\2c\20unsigned\20int*\2c\20int\29 +4586:void\20\28anonymous\20namespace\29::Pass::blur\28int\2c\20int\2c\20int\2c\20unsigned\20char\20const*\2c\20int\2c\20unsigned\20char*\2c\20int\29 +4587:void\20SkTQSort\28double*\2c\20double*\29 +4588:void\20SkTIntroSort\28int\2c\20int*\2c\20int\2c\20DistanceLessThan\20const&\29 +4589:void\20SkTIntroSort\28float*\2c\20float*\29::'lambda'\28float\20const&\2c\20float\20const&\29>\28int\2c\20float*\2c\20int\2c\20void\20SkTQSort\28float*\2c\20float*\29::'lambda'\28float\20const&\2c\20float\20const&\29\20const&\29 +4590:void\20SkTIntroSort\28double*\2c\20double*\29::'lambda'\28double\20const&\2c\20double\20const&\29>\28int\2c\20double*\2c\20int\2c\20void\20SkTQSort\28double*\2c\20double*\29::'lambda'\28double\20const&\2c\20double\20const&\29\20const&\29 +4591:void\20SkTIntroSort\28int\2c\20SkString*\2c\20int\2c\20bool\20\20const\28&\29\28SkString\20const&\2c\20SkString\20const&\29\29 +4592:void\20SkTIntroSort\28int\2c\20SkOpRayHit**\2c\20int\2c\20bool\20\20const\28&\29\28SkOpRayHit\20const*\2c\20SkOpRayHit\20const*\29\29 +4593:void\20SkTIntroSort\28SkOpContour**\2c\20SkOpContour**\29::'lambda'\28SkOpContour\20const*\2c\20SkOpContour\20const*\29>\28int\2c\20SkOpContour*\2c\20int\2c\20void\20SkTQSort\28SkOpContour**\2c\20SkOpContour**\29::'lambda'\28SkOpContour\20const*\2c\20SkOpContour\20const*\29\20const&\29 +4594:void\20SkTIntroSort\28int\2c\20SkEdge**\2c\20int\2c\20bool\20\20const\28&\29\28SkEdge\20const*\2c\20SkEdge\20const*\29\29 +4595:void\20SkTIntroSort\28SkClosestRecord\20const**\2c\20SkClosestRecord\20const**\29::'lambda'\28SkClosestRecord\20const*\2c\20SkClosestRecord\20const*\29>\28int\2c\20SkClosestRecord\20const*\2c\20int\2c\20void\20SkTQSort\28SkClosestRecord\20const**\2c\20SkClosestRecord\20const**\29::'lambda'\28SkClosestRecord\20const*\2c\20SkClosestRecord\20const*\29\20const&\29 +4596:void\20SkTIntroSort\28int\2c\20SkAnalyticEdge**\2c\20int\2c\20bool\20\20const\28&\29\28SkAnalyticEdge\20const*\2c\20SkAnalyticEdge\20const*\29\29 +4597:void\20SkTIntroSort\28int\2c\20GrGpuResource**\2c\20int\2c\20bool\20\20const\28&\29\28GrGpuResource*\20const&\2c\20GrGpuResource*\20const&\29\29 +4598:void\20SkTIntroSort\28int\2c\20GrGpuResource**\2c\20int\2c\20bool\20\28*\20const&\29\28GrGpuResource*\20const&\2c\20GrGpuResource*\20const&\29\29 +4599:void\20SkTIntroSort\28int\2c\20Edge*\2c\20int\2c\20EdgeLT\20const&\29 +4600:void\20SkSafeUnref\28GrWindowRectangles::Rec\20const*\29 +4601:void\20SkSafeUnref\28GrSurface::RefCntedReleaseProc*\29 +4602:void\20SkSafeUnref\28GrBufferAllocPool::CpuBufferCache*\29 +4603:void\20SkRecords::FillBounds::trackBounds\28SkRecords::NoOp\20const&\29 +4604:void\20GrGLProgramDataManager::setMatrices<4>\28GrResourceHandle\2c\20int\2c\20float\20const*\29\20const +4605:void\20GrGLProgramDataManager::setMatrices<3>\28GrResourceHandle\2c\20int\2c\20float\20const*\29\20const +4606:void\20GrGLProgramDataManager::setMatrices<2>\28GrResourceHandle\2c\20int\2c\20float\20const*\29\20const +4607:void\20A8_row_aa\28unsigned\20char*\2c\20unsigned\20char\2c\20int\2c\20unsigned\20char\2c\20unsigned\20char\20\28*\29\28unsigned\20char\2c\20unsigned\20char\29\2c\20bool\29 +4608:void*\20flutter::DisplayListBuilder::Push\20const&\2c\20int&\2c\20impeller::BlendMode&\2c\20flutter::DlImageSampling&\2c\20bool\2c\20bool&>\28unsigned\20long\2c\20sk_sp\20const&\2c\20int&\2c\20impeller::BlendMode&\2c\20flutter::DlImageSampling&\2c\20bool&&\2c\20bool&\29 +4609:void*\20flutter::DisplayListBuilder::Push\20const&\2c\20int&\2c\20impeller::BlendMode&\2c\20flutter::DlImageSampling&\2c\20bool\2c\20impeller::TRect\20const&\2c\20bool&>\28unsigned\20long\2c\20sk_sp\20const&\2c\20int&\2c\20impeller::BlendMode&\2c\20flutter::DlImageSampling&\2c\20bool&&\2c\20impeller::TRect\20const&\2c\20bool&\29 +4610:void*\20OT::hb_accelerate_subtables_context_t::cache_func_to>\28void*\2c\20OT::hb_ot_lookup_cache_op_t\29 +4611:void*\20OT::hb_accelerate_subtables_context_t::cache_func_to>\28void*\2c\20OT::hb_ot_lookup_cache_op_t\29 +4612:virtual\20thunk\20to\20GrGLTexture::onSetLabel\28\29 +4613:virtual\20thunk\20to\20GrGLTexture::backendFormat\28\29\20const +4614:vfiprintf +4615:validate_texel_levels\28SkISize\2c\20GrColorType\2c\20GrMipLevel\20const*\2c\20int\2c\20GrCaps\20const*\29 +4616:valid_divs\28int\20const*\2c\20int\2c\20int\2c\20int\29 +4617:utf8_byte_type\28unsigned\20char\29 +4618:use_tiled_rendering\28GrGLCaps\20const&\2c\20GrOpsRenderPass::StencilLoadAndStoreInfo\20const&\29 +4619:uprv_realloc_skia +4620:update_edge\28SkEdge*\2c\20int\29 +4621:unsigned\20short\20std::__2::__num_get_unsigned_integral\5babi:nn180100\5d\28char\20const*\2c\20char\20const*\2c\20unsigned\20int&\2c\20int\29 +4622:unsigned\20short\20sk_saturate_cast\28float\29 +4623:unsigned\20long\20long\20std::__2::__num_get_unsigned_integral\5babi:nn180100\5d\28char\20const*\2c\20char\20const*\2c\20unsigned\20int&\2c\20int\29 +4624:unsigned\20long&\20std::__2::vector>::emplace_back\28unsigned\20long&\29 +4625:unsigned\20int\20std::__2::__num_get_unsigned_integral\5babi:nn180100\5d\28char\20const*\2c\20char\20const*\2c\20unsigned\20int&\2c\20int\29 +4626:unsigned\20int\20const*\20std::__2::lower_bound\5babi:nn180100\5d\28unsigned\20int\20const*\2c\20unsigned\20int\20const*\2c\20unsigned\20long\20const&\29 +4627:unsigned\20char\20pack_distance_field_val<4>\28float\29 +4628:uniformData_getPointer +4629:uniformData_dispose +4630:ubidi_getVisualRun_skia +4631:ubidi_countRuns_skia +4632:ubidi_close_skia +4633:u_charType_skia +4634:u8_lerp\28unsigned\20char\2c\20unsigned\20char\2c\20unsigned\20char\29 +4635:tt_size_select +4636:tt_size_run_prep +4637:tt_size_done_bytecode +4638:tt_sbit_decoder_load_image +4639:tt_prepare_zone +4640:tt_loader_set_pp +4641:tt_loader_init +4642:tt_loader_done +4643:tt_hvadvance_adjust +4644:tt_face_vary_cvt +4645:tt_face_palette_set +4646:tt_face_load_generic_header +4647:tt_face_load_cvt +4648:tt_face_goto_table +4649:tt_face_get_metrics +4650:tt_done_blend +4651:tt_cmap4_set_range +4652:tt_cmap4_next +4653:tt_cmap4_char_map_linear +4654:tt_cmap4_char_map_binary +4655:tt_cmap2_get_subheader +4656:tt_cmap14_get_nondef_chars +4657:tt_cmap14_get_def_chars +4658:tt_cmap14_def_char_count +4659:tt_cmap13_next +4660:tt_cmap13_init +4661:tt_cmap13_char_map_binary +4662:tt_cmap12_next +4663:tt_cmap12_char_map_binary +4664:tt_apply_mvar +4665:top_collinear\28GrTriangulator::Edge*\2c\20GrTriangulator::Edge*\29 +4666:to_stablekey\28int\2c\20unsigned\20int\29 +4667:throw_on_failure\28unsigned\20long\2c\20void*\29 +4668:thai_pua_shape\28unsigned\20int\2c\20thai_action_t\2c\20hb_font_t*\29 +4669:t1_lookup_glyph_by_stdcharcode_ps +4670:t1_cmap_std_init +4671:t1_cmap_std_char_index +4672:t1_builder_init +4673:t1_builder_close_contour +4674:t1_builder_add_point1 +4675:t1_builder_add_point +4676:t1_builder_add_contour +4677:sweep_lt_vert\28SkPoint\20const&\2c\20SkPoint\20const&\29 +4678:sweep_lt_horiz\28SkPoint\20const&\2c\20SkPoint\20const&\29 +4679:swap\28hb_bit_set_t&\2c\20hb_bit_set_t&\29 +4680:strutStyle_setFontSize +4681:strtoull +4682:strtoll_l +4683:strspn +4684:strncpy +4685:strcspn +4686:store_int +4687:std::logic_error::~logic_error\28\29 +4688:std::logic_error::logic_error\28char\20const*\29 +4689:std::exception::exception\5babi:nn180100\5d\28\29 +4690:std::__2::vector>::operator=\5babi:ne180100\5d\28std::__2::vector>\20const&\29 +4691:std::__2::vector>::__vdeallocate\28\29 +4692:std::__2::vector>::__move_assign\28std::__2::vector>&\2c\20std::__2::integral_constant\29 +4693:std::__2::vector>\2c\20std::__2::allocator>>>::__base_destruct_at_end\5babi:ne180100\5d\28std::__2::unique_ptr>*\29 +4694:std::__2::vector\2c\20std::__2::allocator>>::__base_destruct_at_end\5babi:ne180100\5d\28std::__2::tuple*\29 +4695:std::__2::vector>::max_size\28\29\20const +4696:std::__2::vector>::capacity\5babi:nn180100\5d\28\29\20const +4697:std::__2::vector>::__construct_at_end\28unsigned\20long\29 +4698:std::__2::vector>::__clear\5babi:nn180100\5d\28\29 +4699:std::__2::vector\2c\20std::__2::allocator>\2c\20std::__2::allocator\2c\20std::__2::allocator>>>::__clear\5babi:ne180100\5d\28\29 +4700:std::__2::vector>::__clear\5babi:ne180100\5d\28\29 +4701:std::__2::vector>::vector\28std::__2::vector>\20const&\29 +4702:std::__2::vector>::__vallocate\5babi:ne180100\5d\28unsigned\20long\29 +4703:std::__2::vector>::~vector\5babi:ne180100\5d\28\29 +4704:std::__2::vector>::__swap_out_circular_buffer\28std::__2::__split_buffer&>&\29 +4705:std::__2::vector>::operator=\5babi:ne180100\5d\28std::__2::vector>\20const&\29 +4706:std::__2::vector>::__clear\5babi:ne180100\5d\28\29 +4707:std::__2::vector>::__base_destruct_at_end\5babi:ne180100\5d\28skia::textlayout::FontFeature*\29 +4708:std::__2::vector\2c\20std::__2::allocator>>::vector\28std::__2::vector\2c\20std::__2::allocator>>\20const&\29 +4709:std::__2::vector\2c\20std::__2::allocator>>::reserve\28unsigned\20long\29 +4710:std::__2::vector>::~vector\5babi:ne180100\5d\28\29 +4711:std::__2::vector>::push_back\5babi:ne180100\5d\28flutter::DlPaint\20const&\29 +4712:std::__2::vector>::__swap_out_circular_buffer\28std::__2::__split_buffer&>&\29 +4713:std::__2::vector>::__recommend\5babi:ne180100\5d\28unsigned\20long\29\20const +4714:std::__2::vector>::__construct_at_end\28unsigned\20long\29 +4715:std::__2::vector>::pop_back\28\29 +4716:std::__2::vector>::__base_destruct_at_end\5babi:ne180100\5d\28flutter::DisplayListBuilder::SaveInfo*\29 +4717:std::__2::vector>::insert\28std::__2::__wrap_iter\2c\20float&&\29 +4718:std::__2::vector>::__construct_at_end\28unsigned\20long\29 +4719:std::__2::vector>::__vallocate\5babi:ne180100\5d\28unsigned\20long\29 +4720:std::__2::vector>::__swap_out_circular_buffer\28std::__2::__split_buffer&>&\29 +4721:std::__2::vector>::vector\5babi:ne180100\5d\28std::initializer_list\29 +4722:std::__2::vector>::reserve\28unsigned\20long\29 +4723:std::__2::vector>::operator=\5babi:ne180100\5d\28std::__2::vector>\20const&\29 +4724:std::__2::vector>::__vdeallocate\28\29 +4725:std::__2::vector>::__destroy_vector::operator\28\29\5babi:ne180100\5d\28\29 +4726:std::__2::vector>::__clear\5babi:ne180100\5d\28\29 +4727:std::__2::vector>::__base_destruct_at_end\5babi:ne180100\5d\28SkString*\29 +4728:std::__2::vector>::push_back\5babi:ne180100\5d\28SkSL::TraceInfo&&\29 +4729:std::__2::vector>::push_back\5babi:ne180100\5d\28SkSL::SymbolTable*\20const&\29 +4730:std::__2::vector>::~vector\5babi:ne180100\5d\28\29 +4731:std::__2::vector>::__swap_out_circular_buffer\28std::__2::__split_buffer&>&\29 +4732:std::__2::vector>::__swap_out_circular_buffer\28std::__2::__split_buffer&>&\2c\20SkSL::ProgramElement\20const**\29 +4733:std::__2::vector>::__move_range\28SkSL::ProgramElement\20const**\2c\20SkSL::ProgramElement\20const**\2c\20SkSL::ProgramElement\20const**\29 +4734:std::__2::vector>::push_back\5babi:ne180100\5d\28SkRuntimeEffect::Uniform&&\29 +4735:std::__2::vector>::push_back\5babi:ne180100\5d\28SkRuntimeEffect::Child&&\29 +4736:std::__2::vector>::~vector\5babi:ne180100\5d\28\29 +4737:std::__2::vector>::__vallocate\5babi:ne180100\5d\28unsigned\20long\29 +4738:std::__2::vector>::__destroy_vector::operator\28\29\5babi:ne180100\5d\28\29 +4739:std::__2::vector>::reserve\28unsigned\20long\29 +4740:std::__2::vector>::__swap_out_circular_buffer\28std::__2::__split_buffer&>&\29 +4741:std::__2::vector>::push_back\5babi:ne180100\5d\28SkMeshSpecification::Varying&&\29 +4742:std::__2::vector>::__destroy_vector::operator\28\29\5babi:ne180100\5d\28\29 +4743:std::__2::vector>::reserve\28unsigned\20long\29 +4744:std::__2::vector>::__swap_out_circular_buffer\28std::__2::__split_buffer&>&\29 +4745:std::__2::vector>::__destroy_vector::operator\28\29\5babi:ne180100\5d\28\29 +4746:std::__2::vector>::__vallocate\5babi:ne180100\5d\28unsigned\20long\29 +4747:std::__2::vector>::__clear\5babi:ne180100\5d\28\29 +4748:std::__2::unique_ptr::unique_ptr\5babi:nn180100\5d\28unsigned\20char*\2c\20std::__2::__dependent_type\2c\20true>::__good_rval_ref_type\29 +4749:std::__2::unique_ptr::operator=\5babi:ne180100\5d\28std::__2::unique_ptr&&\29 +4750:std::__2::unique_ptr>::~unique_ptr\5babi:ne180100\5d\28\29 +4751:std::__2::unique_ptr>::reset\5babi:ne180100\5d\28sktext::gpu::TextBlobRedrawCoordinator*\29 +4752:std::__2::unique_ptr::~unique_ptr\5babi:ne180100\5d\28\29 +4753:std::__2::unique_ptr>::~unique_ptr\5babi:ne180100\5d\28\29 +4754:std::__2::unique_ptr>::reset\5babi:ne180100\5d\28sktext::gpu::SubRunAllocator*\29 +4755:std::__2::unique_ptr>::~unique_ptr\5babi:ne180100\5d\28\29 +4756:std::__2::unique_ptr>::reset\5babi:ne180100\5d\28sktext::gpu::StrikeCache*\29 +4757:std::__2::unique_ptr>::~unique_ptr\5babi:ne180100\5d\28\29 +4758:std::__2::unique_ptr>::reset\5babi:ne180100\5d\28sktext::GlyphRunBuilder*\29 +4759:std::__2::unique_ptr\2c\20skia::textlayout::OneLineShaper::FontKey::Hasher>::Pair\2c\20skia::textlayout::OneLineShaper::FontKey\2c\20skia_private::THashMap\2c\20skia::textlayout::OneLineShaper::FontKey::Hasher>::Pair>::Slot\20\5b\5d\2c\20std::__2::default_delete\2c\20skia::textlayout::OneLineShaper::FontKey::Hasher>::Pair\2c\20skia::textlayout::OneLineShaper::FontKey\2c\20skia_private::THashMap\2c\20skia::textlayout::OneLineShaper::FontKey::Hasher>::Pair>::Slot\20\5b\5d>>::~unique_ptr\5babi:ne180100\5d\28\29 +4760:std::__2::unique_ptr\2c\20SkGoodHash>::Pair\2c\20int\2c\20skia_private::THashMap\2c\20SkGoodHash>::Pair>::Slot\20\5b\5d\2c\20std::__2::default_delete\2c\20SkGoodHash>::Pair\2c\20int\2c\20skia_private::THashMap\2c\20SkGoodHash>::Pair>::Slot\20\5b\5d>>::~unique_ptr\5babi:ne180100\5d\28\29 +4761:std::__2::unique_ptr\2c\20SkGoodHash>::Pair\2c\20SkString\2c\20skia_private::THashMap\2c\20SkGoodHash>::Pair>::Slot\20\5b\5d\2c\20std::__2::default_delete\2c\20SkGoodHash>::Pair\2c\20SkString\2c\20skia_private::THashMap\2c\20SkGoodHash>::Pair>::Slot\20\5b\5d>>::~unique_ptr\5babi:ne180100\5d\28\29 +4762:std::__2::unique_ptr>\2c\20SkGoodHash>::Pair\2c\20SkSL::Variable\20const*\2c\20skia_private::THashMap>\2c\20SkGoodHash>::Pair>::Slot\20\5b\5d\2c\20std::__2::default_delete>\2c\20SkGoodHash>::Pair\2c\20SkSL::Variable\20const*\2c\20skia_private::THashMap>\2c\20SkGoodHash>::Pair>::Slot\20\5b\5d>>::~unique_ptr\5babi:ne180100\5d\28\29 +4763:std::__2::unique_ptr\2c\20false>\2c\20SkGoodHash>::Pair\2c\20SkSL::FunctionDeclaration\20const*\2c\20skia_private::THashMap\2c\20false>\2c\20SkGoodHash>::Pair>::Slot\20\5b\5d\2c\20std::__2::default_delete\2c\20false>\2c\20SkGoodHash>::Pair\2c\20SkSL::FunctionDeclaration\20const*\2c\20skia_private::THashMap\2c\20false>\2c\20SkGoodHash>::Pair>::Slot\20\5b\5d>>::~unique_ptr\5babi:ne180100\5d\28\29 +4764:std::__2::unique_ptr\2c\20std::__2::allocator>\2c\20SkSL::Analysis::SpecializedFunctionKey::Hash>::Pair\2c\20SkSL::Analysis::SpecializedFunctionKey\2c\20skia_private::THashMap\2c\20std::__2::allocator>\2c\20SkSL::Analysis::SpecializedFunctionKey::Hash>::Pair>::Slot\20\5b\5d\2c\20std::__2::default_delete\2c\20std::__2::allocator>\2c\20SkSL::Analysis::SpecializedFunctionKey::Hash>::Pair\2c\20SkSL::Analysis::SpecializedFunctionKey\2c\20skia_private::THashMap\2c\20std::__2::allocator>\2c\20SkSL::Analysis::SpecializedFunctionKey::Hash>::Pair>::Slot\20\5b\5d>>::~unique_ptr\5babi:ne180100\5d\28\29 +4765:std::__2::unique_ptr::Pair\2c\20SkPath\2c\20skia_private::THashMap::Pair>::Slot\20\5b\5d\2c\20std::__2::default_delete::Pair\2c\20SkPath\2c\20skia_private::THashMap::Pair>::Slot\20\5b\5d>>::~unique_ptr\5babi:ne180100\5d\28\29 +4766:std::__2::unique_ptr>\2c\20SkGoodHash>::Pair\2c\20SkImageFilter\20const*\2c\20skia_private::THashMap>\2c\20SkGoodHash>::Pair>::Slot\20\5b\5d\2c\20std::__2::default_delete>\2c\20SkGoodHash>::Pair\2c\20SkImageFilter\20const*\2c\20skia_private::THashMap>\2c\20SkGoodHash>::Pair>::Slot\20\5b\5d>>::~unique_ptr\5babi:ne180100\5d\28\29 +4767:std::__2::unique_ptr\2c\20SkDescriptor\20const&\2c\20sktext::gpu::StrikeCache::HashTraits>::Slot\20\5b\5d\2c\20std::__2::default_delete\2c\20SkDescriptor\20const&\2c\20sktext::gpu::StrikeCache::HashTraits>::Slot\20\5b\5d>>::~unique_ptr\5babi:ne180100\5d\28\29 +4768:std::__2::unique_ptr\2c\20SkDescriptor\2c\20SkStrikeCache::StrikeTraits>::Slot\20\5b\5d\2c\20std::__2::default_delete\2c\20SkDescriptor\2c\20SkStrikeCache::StrikeTraits>::Slot\20\5b\5d>>::~unique_ptr\5babi:ne180100\5d\28\29 +4769:std::__2::unique_ptr::Slot\20\5b\5d\2c\20std::__2::default_delete::Slot\20\5b\5d>>::~unique_ptr\5babi:ne180100\5d\28\29 +4770:std::__2::unique_ptr\2c\20std::__2::default_delete>>::reset\5babi:ne180100\5d\28skia_private::TArray*\29 +4771:std::__2::unique_ptr>::~unique_ptr\5babi:ne180100\5d\28\29 +4772:std::__2::unique_ptr>::~unique_ptr\5babi:ne180100\5d\28\29 +4773:std::__2::unique_ptr>::reset\5babi:ne180100\5d\28skgpu::ganesh::SmallPathAtlasMgr*\29 +4774:std::__2::unique_ptr\20\5b\5d\2c\20std::__2::default_delete\20\5b\5d>>::~unique_ptr\5babi:ne180100\5d\28\29 +4775:std::__2::unique_ptr>::reset\5babi:ne180100\5d\28hb_font_t*\29 +4776:std::__2::unique_ptr>::~unique_ptr\5babi:ne180100\5d\28\29 +4777:std::__2::unique_ptr>::reset\5babi:ne180100\5d\28hb_blob_t*\29 +4778:std::__2::unique_ptr>::~unique_ptr\5babi:ne180100\5d\28\29 +4779:std::__2::unique_ptr>::reset\5babi:ne180100\5d\28flutter::DisplayListBuilder*\29 +4780:std::__2::unique_ptr::operator=\5babi:nn180100\5d\28std::__2::unique_ptr&&\29 +4781:std::__2::unique_ptr<\28anonymous\20namespace\29::SoftwarePathData\2c\20std::__2::default_delete<\28anonymous\20namespace\29::SoftwarePathData>>::reset\5babi:ne180100\5d\28\28anonymous\20namespace\29::SoftwarePathData*\29 +4782:std::__2::unique_ptr>::~unique_ptr\5babi:ne180100\5d\28\29 +4783:std::__2::unique_ptr>::reset\5babi:ne180100\5d\28SkTaskGroup*\29 +4784:std::__2::unique_ptr>::~unique_ptr\5babi:ne180100\5d\28\29 +4785:std::__2::unique_ptr>::~unique_ptr\5babi:ne180100\5d\28\29 +4786:std::__2::unique_ptr>::reset\5babi:ne180100\5d\28SkSL::RP::Program*\29 +4787:std::__2::unique_ptr>::~unique_ptr\5babi:ne180100\5d\28\29 +4788:std::__2::unique_ptr>::reset\5babi:ne180100\5d\28SkSL::Program*\29 +4789:std::__2::unique_ptr>::reset\5babi:ne180100\5d\28SkSL::ProgramUsage*\29 +4790:std::__2::unique_ptr>::~unique_ptr\5babi:ne180100\5d\28\29 +4791:std::__2::unique_ptr>::~unique_ptr\5babi:ne180100\5d\28\29 +4792:std::__2::unique_ptr>::reset\5babi:ne180100\5d\28SkSL::MemoryPool*\29 +4793:std::__2::unique_ptr>\20SkSL::coalesce_vector\28std::__2::array\20const&\2c\20double\2c\20SkSL::Type\20const&\2c\20double\20\28*\29\28double\2c\20double\2c\20double\29\2c\20double\20\28*\29\28double\29\29 +4794:std::__2::unique_ptr>\20SkSL::coalesce_pairwise_vectors\28std::__2::array\20const&\2c\20double\2c\20SkSL::Type\20const&\2c\20double\20\28*\29\28double\2c\20double\2c\20double\29\2c\20double\20\28*\29\28double\29\29 +4795:std::__2::unique_ptr>::~unique_ptr\5babi:ne180100\5d\28\29 +4796:std::__2::unique_ptr>::~unique_ptr\5babi:ne180100\5d\28\29 +4797:std::__2::unique_ptr>::reset\5babi:ne180100\5d\28SkRecordCanvas*\29 +4798:std::__2::unique_ptr>::reset\5babi:ne180100\5d\28SkLatticeIter*\29 +4799:std::__2::unique_ptr>::reset\5babi:ne180100\5d\28SkCanvas::Layer*\29 +4800:std::__2::unique_ptr>::~unique_ptr\5babi:ne180100\5d\28\29 +4801:std::__2::unique_ptr>::reset\5babi:ne180100\5d\28SkCanvas::BackImage*\29 +4802:std::__2::unique_ptr>::~unique_ptr\5babi:ne180100\5d\28\29 +4803:std::__2::unique_ptr>::reset\5babi:ne180100\5d\28SkArenaAlloc*\29 +4804:std::__2::unique_ptr>::~unique_ptr\5babi:ne180100\5d\28\29 +4805:std::__2::unique_ptr>::reset\5babi:ne180100\5d\28GrThreadSafeCache*\29 +4806:std::__2::unique_ptr>::~unique_ptr\5babi:ne180100\5d\28\29 +4807:std::__2::unique_ptr>::reset\5babi:ne180100\5d\28GrResourceProvider*\29 +4808:std::__2::unique_ptr>::~unique_ptr\5babi:ne180100\5d\28\29 +4809:std::__2::unique_ptr>::reset\5babi:ne180100\5d\28GrResourceCache*\29 +4810:std::__2::unique_ptr>::~unique_ptr\5babi:ne180100\5d\28\29 +4811:std::__2::unique_ptr>::reset\5babi:ne180100\5d\28GrProxyProvider*\29 +4812:std::__2::unique_ptr>::~unique_ptr\5babi:ne180100\5d\28\29 +4813:std::__2::unique_ptr>::~unique_ptr\5babi:ne180100\5d\28\29 +4814:std::__2::unique_ptr>::~unique_ptr\5babi:ne180100\5d\28\29 +4815:std::__2::unique_ptr>::reset\5babi:ne180100\5d\28GrAuditTrail::OpNode*\29 +4816:std::__2::unique_ptr>::reset\5babi:ne180100\5d\28FT_SizeRec_*\29 +4817:std::__2::tuple::tuple\5babi:nn180100\5d\28std::__2::locale::id::__get\28\29::$_0&&\29 +4818:std::__2::tuple\2c\20int\2c\20sktext::gpu::SubRunAllocator>\20sktext::gpu::SubRunAllocator::AllocateClassMemoryAndArena\28int\29::'lambda0'\28\29::operator\28\29\28\29\20const +4819:std::__2::tuple\2c\20int\2c\20sktext::gpu::SubRunAllocator>\20sktext::gpu::SubRunAllocator::AllocateClassMemoryAndArena\28int\29::'lambda'\28\29::operator\28\29\28\29\20const +4820:std::__2::tuple&\20std::__2::tuple::operator=\5babi:ne180100\5d\28std::__2::pair&&\29 +4821:std::__2::to_string\28unsigned\20long\29 +4822:std::__2::to_chars_result\20std::__2::__to_chars_itoa\5babi:nn180100\5d\28char*\2c\20char*\2c\20unsigned\20int\2c\20std::__2::integral_constant\29 +4823:std::__2::time_put>>::~time_put\28\29_16354 +4824:std::__2::time_get>>::__get_year\28int&\2c\20std::__2::istreambuf_iterator>&\2c\20std::__2::istreambuf_iterator>\2c\20unsigned\20int&\2c\20std::__2::ctype\20const&\29\20const +4825:std::__2::time_get>>::__get_weekdayname\28int&\2c\20std::__2::istreambuf_iterator>&\2c\20std::__2::istreambuf_iterator>\2c\20unsigned\20int&\2c\20std::__2::ctype\20const&\29\20const +4826:std::__2::time_get>>::__get_monthname\28int&\2c\20std::__2::istreambuf_iterator>&\2c\20std::__2::istreambuf_iterator>\2c\20unsigned\20int&\2c\20std::__2::ctype\20const&\29\20const +4827:std::__2::time_get>>::__get_year\28int&\2c\20std::__2::istreambuf_iterator>&\2c\20std::__2::istreambuf_iterator>\2c\20unsigned\20int&\2c\20std::__2::ctype\20const&\29\20const +4828:std::__2::time_get>>::__get_weekdayname\28int&\2c\20std::__2::istreambuf_iterator>&\2c\20std::__2::istreambuf_iterator>\2c\20unsigned\20int&\2c\20std::__2::ctype\20const&\29\20const +4829:std::__2::time_get>>::__get_monthname\28int&\2c\20std::__2::istreambuf_iterator>&\2c\20std::__2::istreambuf_iterator>\2c\20unsigned\20int&\2c\20std::__2::ctype\20const&\29\20const +4830:std::__2::shared_ptr\20std::__2::make_shared\5babi:ne180100\5d\20const&\2c\20void>\28std::__2::shared_ptr\20const&\29 +4831:std::__2::shared_ptr::shared_ptr\5babi:ne180100\5d\28flutter::DisplayListBuilder::LayerInfo*\29 +4832:std::__2::reverse_iterator::operator++\5babi:nn180100\5d\28\29 +4833:std::__2::priority_queue>\2c\20GrAATriangulator::EventComparator>::push\28GrAATriangulator::Event*\20const&\29 +4834:std::__2::pair\20std::__2::__copy_trivial::operator\28\29\5babi:nn180100\5d\28wchar_t\20const*\2c\20wchar_t\20const*\2c\20wchar_t*\29\20const +4835:std::__2::pair::pair\5babi:ne180100\5d\28std::__2::pair&&\29 +4836:std::__2::pair>::~pair\28\29 +4837:std::__2::pair\20std::__2::__unwrap_and_dispatch\5babi:ne180100\5d\2c\20std::__2::__copy_trivial>\2c\20skia::textlayout::FontFeature*\2c\20skia::textlayout::FontFeature*\2c\20skia::textlayout::FontFeature*\2c\200>\28skia::textlayout::FontFeature*\2c\20skia::textlayout::FontFeature*\2c\20skia::textlayout::FontFeature*\29 +4838:std::__2::pair\2c\20std::__2::allocator>>>::~pair\28\29 +4839:std::__2::pair\20std::__2::__copy_trivial::operator\28\29\5babi:nn180100\5d\28char\20const*\2c\20char\20const*\2c\20char*\29\20const +4840:std::__2::pair::pair\5babi:nn180100\5d\28char\20const*&&\2c\20char*&&\29 +4841:std::__2::pair>::~pair\28\29 +4842:std::__2::pair\20std::__2::__unwrap_and_dispatch\5babi:ne180100\5d\2c\20std::__2::__copy_trivial>\2c\20SkString*\2c\20SkString*\2c\20SkString*\2c\200>\28SkString*\2c\20SkString*\2c\20SkString*\29 +4843:std::__2::ostreambuf_iterator>::operator=\5babi:nn180100\5d\28wchar_t\29 +4844:std::__2::optional>\20impeller::TRect::MakePointBounds*>\28impeller::TPoint*\2c\20impeller::TPoint*\29 +4845:std::__2::optional&\20std::__2::optional::operator=\5babi:ne180100\5d\28flutter::DlPaint&\29 +4846:std::__2::optional&\20std::__2::optional::operator=\5babi:ne180100\5d\28SkPaint\20const&\29 +4847:std::__2::optional::value\5babi:ne180100\5d\28\29\20& +4848:std::__2::numpunct::~numpunct\28\29 +4849:std::__2::numpunct::~numpunct\28\29 +4850:std::__2::num_put>>\20const&\20std::__2::use_facet\5babi:nn180100\5d>>>\28std::__2::locale\20const&\29 +4851:std::__2::num_get>>::do_get\28std::__2::istreambuf_iterator>\2c\20std::__2::istreambuf_iterator>\2c\20std::__2::ios_base&\2c\20unsigned\20int&\2c\20unsigned\20int&\29\20const +4852:std::__2::num_get>>\20const&\20std::__2::use_facet\5babi:nn180100\5d>>>\28std::__2::locale\20const&\29 +4853:std::__2::num_get>>::do_get\28std::__2::istreambuf_iterator>\2c\20std::__2::istreambuf_iterator>\2c\20std::__2::ios_base&\2c\20unsigned\20int&\2c\20unsigned\20int&\29\20const +4854:std::__2::moneypunct\20const&\20std::__2::use_facet\5babi:nn180100\5d>\28std::__2::locale\20const&\29 +4855:std::__2::moneypunct\20const&\20std::__2::use_facet\5babi:nn180100\5d>\28std::__2::locale\20const&\29 +4856:std::__2::moneypunct::do_negative_sign\28\29\20const +4857:std::__2::moneypunct\20const&\20std::__2::use_facet\5babi:nn180100\5d>\28std::__2::locale\20const&\29 +4858:std::__2::moneypunct\20const&\20std::__2::use_facet\5babi:nn180100\5d>\28std::__2::locale\20const&\29 +4859:std::__2::moneypunct::do_negative_sign\28\29\20const +4860:std::__2::money_get>>::__do_get\28std::__2::istreambuf_iterator>&\2c\20std::__2::istreambuf_iterator>\2c\20bool\2c\20std::__2::locale\20const&\2c\20unsigned\20int\2c\20unsigned\20int&\2c\20bool&\2c\20std::__2::ctype\20const&\2c\20std::__2::unique_ptr&\2c\20wchar_t*&\2c\20wchar_t*\29 +4861:std::__2::money_get>>::__do_get\28std::__2::istreambuf_iterator>&\2c\20std::__2::istreambuf_iterator>\2c\20bool\2c\20std::__2::locale\20const&\2c\20unsigned\20int\2c\20unsigned\20int&\2c\20bool&\2c\20std::__2::ctype\20const&\2c\20std::__2::unique_ptr&\2c\20char*&\2c\20char*\29 +4862:std::__2::locale::operator=\28std::__2::locale\20const&\29 +4863:std::__2::locale::facet**\20std::__2::__construct_at\5babi:nn180100\5d\28std::__2::locale::facet**\29 +4864:std::__2::locale::__imp::~__imp\28\29 +4865:std::__2::locale::__imp::release\28\29 +4866:std::__2::list>::pop_front\28\29 +4867:std::__2::iterator_traits\2c\20std::__2::allocator>\20const*>::difference_type\20std::__2::distance\5babi:nn180100\5d\2c\20std::__2::allocator>\20const*>\28std::__2::basic_string\2c\20std::__2::allocator>\20const*\2c\20std::__2::basic_string\2c\20std::__2::allocator>\20const*\29 +4868:std::__2::iterator_traits::difference_type\20std::__2::distance\5babi:nn180100\5d\28char*\2c\20char*\29 +4869:std::__2::iterator_traits::difference_type\20std::__2::__distance\5babi:nn180100\5d\28char*\2c\20char*\2c\20std::__2::random_access_iterator_tag\29 +4870:std::__2::istreambuf_iterator>::operator++\5babi:nn180100\5d\28int\29 +4871:std::__2::istreambuf_iterator>::__test_for_eof\5babi:nn180100\5d\28\29\20const +4872:std::__2::istreambuf_iterator>::operator++\5babi:nn180100\5d\28int\29 +4873:std::__2::istreambuf_iterator>::__test_for_eof\5babi:nn180100\5d\28\29\20const +4874:std::__2::ios_base::width\5babi:nn180100\5d\28long\29 +4875:std::__2::ios_base::clear\28unsigned\20int\29 +4876:std::__2::ios_base::__call_callbacks\28std::__2::ios_base::event\29 +4877:std::__2::function::operator\28\29\28skia::textlayout::ParagraphImpl*\2c\20char\20const*\2c\20bool\29\20const +4878:std::__2::function::operator\28\29\28SkVertices\20const*\2c\20SkBlendMode\2c\20SkPaint\20const&\2c\20float\2c\20float\2c\20bool\29\20const +4879:std::__2::function::operator\28\29\28GrTextureProxy*\2c\20SkIRect\2c\20GrColorType\2c\20void\20const*\2c\20unsigned\20long\29\20const +4880:std::__2::enable_if::type\20skgpu::tess::PatchWriter\2c\20skgpu::tess::Optional<\28skgpu::tess::PatchAttribs\294>\2c\20skgpu::tess::Optional<\28skgpu::tess::PatchAttribs\298>\2c\20skgpu::tess::Optional<\28skgpu::tess::PatchAttribs\2964>\2c\20skgpu::tess::Optional<\28skgpu::tess::PatchAttribs\2932>\2c\20skgpu::tess::ReplicateLineEndPoints\2c\20skgpu::tess::TrackJoinControlPoints>::writeDeferredStrokePatch\28\29 +4881:std::__2::enable_if>::value\2c\20SkRuntimeEffectBuilder::BuilderUniform&>::type\20SkRuntimeEffectBuilder::BuilderUniform::operator=>\28std::__2::array\20const&\29 +4882:std::__2::enable_if::value\2c\20SkRuntimeEffectBuilder::BuilderUniform&>::type\20SkRuntimeEffectBuilder::BuilderUniform::operator=\28float\20const&\29 +4883:std::__2::enable_if\2c\20float>::type\20impeller::saturated::AverageScalar\28float\2c\20float\29 +4884:std::__2::enable_if>::value\20&&\20sizeof\20\28skia::textlayout::SkRange\29\20!=\204\2c\20unsigned\20int>::type\20SkGoodHash::operator\28\29>\28skia::textlayout::SkRange\20const&\29\20const +4885:std::__2::enable_if::value\20&&\20sizeof\20\28bool\29\20!=\204\2c\20unsigned\20int>::type\20SkGoodHash::operator\28\29\28bool\20const&\29\20const +4886:std::__2::enable_if\2c\20int>::type\20impeller::saturated::Add\28int\2c\20int\29 +4887:std::__2::enable_if::value\20&&\20is_move_assignable::value\2c\20void>::type\20std::__2::swap\5babi:nn180100\5d\28char&\2c\20char&\29 +4888:std::__2::deque>::back\28\29 +4889:std::__2::deque>::__add_back_capacity\28\29 +4890:std::__2::default_delete::Pair\2c\20unsigned\20int\2c\20skia_private::THashMap::Pair>::Slot\20\5b\5d>::_EnableIfConvertible::Pair\2c\20unsigned\20int\2c\20skia_private::THashMap::Pair>::Slot>::type\20std::__2::default_delete::Pair\2c\20unsigned\20int\2c\20skia_private::THashMap::Pair>::Slot\20\5b\5d>::operator\28\29\5babi:ne180100\5d::Pair\2c\20unsigned\20int\2c\20skia_private::THashMap::Pair>::Slot>\28skia_private::THashTable::Pair\2c\20unsigned\20int\2c\20skia_private::THashMap::Pair>::Slot*\29\20const +4891:std::__2::default_delete>\2c\20SkSL::IntrinsicKind\2c\20SkGoodHash>::Pair\2c\20std::__2::basic_string_view>\2c\20skia_private::THashMap>\2c\20SkSL::IntrinsicKind\2c\20SkGoodHash>::Pair>::Slot\20\5b\5d>::_EnableIfConvertible>\2c\20SkSL::IntrinsicKind\2c\20SkGoodHash>::Pair\2c\20std::__2::basic_string_view>\2c\20skia_private::THashMap>\2c\20SkSL::IntrinsicKind\2c\20SkGoodHash>::Pair>::Slot>::type\20std::__2::default_delete>\2c\20SkSL::IntrinsicKind\2c\20SkGoodHash>::Pair\2c\20std::__2::basic_string_view>\2c\20skia_private::THashMap>\2c\20SkSL::IntrinsicKind\2c\20SkGoodHash>::Pair>::Slot\20\5b\5d>::operator\28\29\5babi:ne180100\5d>\2c\20SkSL::IntrinsicKind\2c\20SkGoodHash>::Pair\2c\20std::__2::basic_string_view>\2c\20skia_private::THashMap>\2c\20SkSL::IntrinsicKind\2c\20SkGoodHash>::Pair>::Slot>\28skia_private::THashTable>\2c\20SkSL::IntrinsicKind\2c\20SkGoodHash>::Pair\2c\20std::__2::basic_string_view>\2c\20skia_private::THashMap>\2c\20SkSL::IntrinsicKind\2c\20SkGoodHash>::Pair>::Slot*\29\20const +4892:std::__2::default_delete\2c\20skia::textlayout::OneLineShaper::FontKey::Hasher>::Pair\2c\20skia::textlayout::OneLineShaper::FontKey\2c\20skia_private::THashMap\2c\20skia::textlayout::OneLineShaper::FontKey::Hasher>::Pair>::Slot\20\5b\5d>::_EnableIfConvertible\2c\20skia::textlayout::OneLineShaper::FontKey::Hasher>::Pair\2c\20skia::textlayout::OneLineShaper::FontKey\2c\20skia_private::THashMap\2c\20skia::textlayout::OneLineShaper::FontKey::Hasher>::Pair>::Slot>::type\20std::__2::default_delete\2c\20skia::textlayout::OneLineShaper::FontKey::Hasher>::Pair\2c\20skia::textlayout::OneLineShaper::FontKey\2c\20skia_private::THashMap\2c\20skia::textlayout::OneLineShaper::FontKey::Hasher>::Pair>::Slot\20\5b\5d>::operator\28\29\5babi:ne180100\5d\2c\20skia::textlayout::OneLineShaper::FontKey::Hasher>::Pair\2c\20skia::textlayout::OneLineShaper::FontKey\2c\20skia_private::THashMap\2c\20skia::textlayout::OneLineShaper::FontKey::Hasher>::Pair>::Slot>\28skia_private::THashTable\2c\20skia::textlayout::OneLineShaper::FontKey::Hasher>::Pair\2c\20skia::textlayout::OneLineShaper::FontKey\2c\20skia_private::THashMap\2c\20skia::textlayout::OneLineShaper::FontKey::Hasher>::Pair>::Slot*\29\20const +4893:std::__2::default_delete\2c\20std::__2::allocator>>\2c\20skia::textlayout::FontCollection::FamilyKey::Hasher>::Pair\2c\20skia::textlayout::FontCollection::FamilyKey\2c\20skia_private::THashMap\2c\20std::__2::allocator>>\2c\20skia::textlayout::FontCollection::FamilyKey::Hasher>::Pair>::Slot\20\5b\5d>::_EnableIfConvertible\2c\20std::__2::allocator>>\2c\20skia::textlayout::FontCollection::FamilyKey::Hasher>::Pair\2c\20skia::textlayout::FontCollection::FamilyKey\2c\20skia_private::THashMap\2c\20std::__2::allocator>>\2c\20skia::textlayout::FontCollection::FamilyKey::Hasher>::Pair>::Slot>::type\20std::__2::default_delete\2c\20std::__2::allocator>>\2c\20skia::textlayout::FontCollection::FamilyKey::Hasher>::Pair\2c\20skia::textlayout::FontCollection::FamilyKey\2c\20skia_private::THashMap\2c\20std::__2::allocator>>\2c\20skia::textlayout::FontCollection::FamilyKey::Hasher>::Pair>::Slot\20\5b\5d>::operator\28\29\5babi:ne180100\5d\2c\20std::__2::allocator>>\2c\20skia::textlayout::FontCollection::FamilyKey::Hasher>::Pair\2c\20skia::textlayout::FontCollection::FamilyKey\2c\20skia_private::THashMap\2c\20std::__2::allocator>>\2c\20skia::textlayout::FontCollection::FamilyKey::Hasher>::Pair>::Slot>\28skia_private::THashTable\2c\20std::__2::allocator>>\2c\20skia::textlayout::FontCollection::FamilyKey::Hasher>::Pair\2c\20skia::textlayout::FontCollection::FamilyKey\2c\20skia_private::THashMap\2c\20std::__2::allocator>>\2c\20skia::textlayout::FontCollection::FamilyKey::Hasher>::Pair>::Slot*\29\20const +4894:std::__2::default_delete>::Pair\2c\20skgpu::ganesh::AtlasPathRenderer::AtlasPathKey\2c\20skia_private::THashMap>::Pair>::Slot\20\5b\5d>::_EnableIfConvertible>::Pair\2c\20skgpu::ganesh::AtlasPathRenderer::AtlasPathKey\2c\20skia_private::THashMap>::Pair>::Slot>::type\20std::__2::default_delete>::Pair\2c\20skgpu::ganesh::AtlasPathRenderer::AtlasPathKey\2c\20skia_private::THashMap>::Pair>::Slot\20\5b\5d>::operator\28\29\5babi:ne180100\5d>::Pair\2c\20skgpu::ganesh::AtlasPathRenderer::AtlasPathKey\2c\20skia_private::THashMap>::Pair>::Slot>\28skia_private::THashTable>::Pair\2c\20skgpu::ganesh::AtlasPathRenderer::AtlasPathKey\2c\20skia_private::THashMap>::Pair>::Slot*\29\20const +4895:std::__2::default_delete::Pair\2c\20skgpu::UniqueKey\2c\20skia_private::THashMap::Pair>::Slot\20\5b\5d>::_EnableIfConvertible::Pair\2c\20skgpu::UniqueKey\2c\20skia_private::THashMap::Pair>::Slot>::type\20std::__2::default_delete::Pair\2c\20skgpu::UniqueKey\2c\20skia_private::THashMap::Pair>::Slot\20\5b\5d>::operator\28\29\5babi:ne180100\5d::Pair\2c\20skgpu::UniqueKey\2c\20skia_private::THashMap::Pair>::Slot>\28skia_private::THashTable::Pair\2c\20skgpu::UniqueKey\2c\20skia_private::THashMap::Pair>::Slot*\29\20const +4896:std::__2::default_delete\20\5b\5d>::_EnableIfConvertible>::type\20std::__2::default_delete\20\5b\5d>::operator\28\29\5babi:ne180100\5d>\28sk_sp*\29\20const +4897:std::__2::default_delete::_EnableIfConvertible::type\20std::__2::default_delete::operator\28\29\5babi:ne180100\5d\28GrGLCaps::ColorTypeInfo*\29\20const +4898:std::__2::ctype::~ctype\28\29 +4899:std::__2::codecvt::~codecvt\28\29 +4900:std::__2::codecvt::do_out\28__mbstate_t&\2c\20char\20const*\2c\20char\20const*\2c\20char\20const*&\2c\20char*\2c\20char*\2c\20char*&\29\20const +4901:std::__2::codecvt::do_out\28__mbstate_t&\2c\20char32_t\20const*\2c\20char32_t\20const*\2c\20char32_t\20const*&\2c\20char8_t*\2c\20char8_t*\2c\20char8_t*&\29\20const +4902:std::__2::codecvt::do_length\28__mbstate_t&\2c\20char8_t\20const*\2c\20char8_t\20const*\2c\20unsigned\20long\29\20const +4903:std::__2::codecvt::do_in\28__mbstate_t&\2c\20char8_t\20const*\2c\20char8_t\20const*\2c\20char8_t\20const*&\2c\20char32_t*\2c\20char32_t*\2c\20char32_t*&\29\20const +4904:std::__2::codecvt::do_out\28__mbstate_t&\2c\20char16_t\20const*\2c\20char16_t\20const*\2c\20char16_t\20const*&\2c\20char8_t*\2c\20char8_t*\2c\20char8_t*&\29\20const +4905:std::__2::codecvt::do_length\28__mbstate_t&\2c\20char8_t\20const*\2c\20char8_t\20const*\2c\20unsigned\20long\29\20const +4906:std::__2::codecvt::do_in\28__mbstate_t&\2c\20char8_t\20const*\2c\20char8_t\20const*\2c\20char8_t\20const*&\2c\20char16_t*\2c\20char16_t*\2c\20char16_t*&\29\20const +4907:std::__2::char_traits::eq_int_type\5babi:nn180100\5d\28int\2c\20int\29 +4908:std::__2::char_traits::not_eof\5babi:nn180100\5d\28int\29 +4909:std::__2::char_traits::find\5babi:ne180100\5d\28char\20const*\2c\20unsigned\20long\2c\20char\20const&\29 +4910:std::__2::basic_stringstream\2c\20std::__2::allocator>::basic_stringstream\5babi:ne180100\5d\28std::__2::basic_string\2c\20std::__2::allocator>\20const&\2c\20unsigned\20int\29 +4911:std::__2::basic_stringbuf\2c\20std::__2::allocator>::basic_stringbuf\5babi:ne180100\5d\28unsigned\20int\29 +4912:std::__2::basic_string_view>::substr\5babi:ne180100\5d\28unsigned\20long\2c\20unsigned\20long\29\20const +4913:std::__2::basic_string\2c\20std::__2::allocator>::basic_string\5babi:nn180100\5d\28unsigned\20long\2c\20wchar_t\29 +4914:std::__2::basic_string\2c\20std::__2::allocator>::basic_string\5babi:nn180100\5d\28wchar_t\20const*\2c\20wchar_t\20const*\29 +4915:std::__2::basic_string\2c\20std::__2::allocator>::__grow_by_without_replace\5babi:nn180100\5d\28unsigned\20long\2c\20unsigned\20long\2c\20unsigned\20long\2c\20unsigned\20long\2c\20unsigned\20long\2c\20unsigned\20long\29 +4916:std::__2::basic_string\2c\20std::__2::allocator>::__grow_by_and_replace\28unsigned\20long\2c\20unsigned\20long\2c\20unsigned\20long\2c\20unsigned\20long\2c\20unsigned\20long\2c\20unsigned\20long\2c\20wchar_t\20const*\29 +4917:std::__2::basic_string\2c\20std::__2::allocator>::insert\28unsigned\20long\2c\20char\20const*\2c\20unsigned\20long\29 +4918:std::__2::basic_string\2c\20std::__2::allocator>::basic_string\5babi:nn180100\5d\28unsigned\20long\2c\20char\29 +4919:std::__2::basic_string\2c\20std::__2::allocator>::basic_string\5babi:ne180100\5d\28std::__2::__uninitialized_size_tag\2c\20unsigned\20long\2c\20std::__2::allocator\20const&\29 +4920:std::__2::basic_string\2c\20std::__2::allocator>::__null_terminate_at\5babi:nn180100\5d\28char*\2c\20unsigned\20long\29 +4921:std::__2::basic_string\2c\20std::__2::allocator>::__init\28unsigned\20long\2c\20char\29 +4922:std::__2::basic_string\2c\20std::__2::allocator>&\20std::__2::basic_string\2c\20std::__2::allocator>::operator+=>\2c\200>\28std::__2::basic_string_view>\20const&\29 +4923:std::__2::basic_string\2c\20std::__2::allocator>&\20skia_private::TArray\2c\20std::__2::allocator>\2c\20false>::emplace_back\28char\20const*&&\29 +4924:std::__2::basic_streambuf>::sbumpc\5babi:nn180100\5d\28\29 +4925:std::__2::basic_streambuf>::sputc\5babi:nn180100\5d\28char\29 +4926:std::__2::basic_streambuf>::sgetc\5babi:nn180100\5d\28\29 +4927:std::__2::basic_streambuf>::sbumpc\5babi:nn180100\5d\28\29 +4928:std::__2::basic_streambuf>::pubsync\5babi:nn180100\5d\28\29 +4929:std::__2::basic_streambuf>::basic_streambuf\28\29 +4930:std::__2::basic_ostringstream\2c\20std::__2::allocator>::~basic_ostringstream\28\29_15593 +4931:std::__2::basic_ostream>::~basic_ostream\28\29_15476 +4932:std::__2::basic_ostream>::operator<<\28int\29 +4933:std::__2::basic_ostream>::operator<<\28float\29 +4934:std::__2::basic_ostream>&\20std::__2::__put_character_sequence\5babi:ne180100\5d>\28std::__2::basic_ostream>&\2c\20char\20const*\2c\20unsigned\20long\29 +4935:std::__2::basic_istream>::~basic_istream\28\29_15447 +4936:std::__2::basic_iostream>::basic_iostream\5babi:ne180100\5d\28std::__2::basic_streambuf>*\29 +4937:std::__2::basic_ios>::widen\5babi:ne180100\5d\28char\29\20const +4938:std::__2::basic_ios>::init\5babi:ne180100\5d\28std::__2::basic_streambuf>*\29 +4939:std::__2::basic_ios>::imbue\5babi:ne180100\5d\28std::__2::locale\20const&\29 +4940:std::__2::basic_ios>::fill\5babi:nn180100\5d\28\29\20const +4941:std::__2::allocator_traits>::deallocate\5babi:nn180100\5d\28std::__2::__sso_allocator&\2c\20std::__2::locale::facet**\2c\20unsigned\20long\29 +4942:std::__2::allocator::allocate\5babi:nn180100\5d\28unsigned\20long\29 +4943:std::__2::allocator::allocate\5babi:ne180100\5d\28unsigned\20long\29 +4944:std::__2::allocator::allocate\5babi:ne180100\5d\28unsigned\20long\29 +4945:std::__2::__wrap_iter\20std::__2::vector>::insert\2c\200>\28std::__2::__wrap_iter\2c\20std::__2::__wrap_iter\2c\20std::__2::__wrap_iter\29 +4946:std::__2::__unwrap_iter_impl::__rewrap\5babi:nn180100\5d\28char*\2c\20char*\29 +4947:std::__2::__unique_if\2c\20std::__2::allocator>>::__unique_single\20std::__2::make_unique\5babi:ne180100\5d\2c\20std::__2::allocator>\2c\20std::__2::basic_string\2c\20std::__2::allocator>>\28std::__2::basic_string\2c\20std::__2::allocator>&&\29 +4948:std::__2::__unique_if::__unique_single\20std::__2::make_unique\5babi:ne180100\5d>\2c\20std::__2::unique_ptr>\2c\20std::__2::unique_ptr>>\28SkSL::Position&\2c\20std::__2::unique_ptr>&&\2c\20std::__2::unique_ptr>&&\2c\20std::__2::unique_ptr>&&\29 +4949:std::__2::__unique_if::__unique_single\20std::__2::make_unique\5babi:ne180100\5d\28\29 +4950:std::__2::__unique_if::__unique_single\20std::__2::make_unique\5babi:ne180100\5d\28\29 +4951:std::__2::__unique_if::__unique_single\20std::__2::make_unique\5babi:ne180100\5d\28SkSL::Position&\2c\20SkSL::Type\20const&\2c\20SkSL::ExpressionArray&&\29 +4952:std::__2::__unique_if::__unique_single\20std::__2::make_unique\5babi:ne180100\5d>>\28SkSL::Position&\2c\20SkSL::Type\20const&\2c\20std::__2::unique_ptr>&&\29 +4953:std::__2::__unique_if::__unique_single\20std::__2::make_unique\5babi:ne180100\5d>>\28SkSL::Position&\2c\20SkSL::Type\20const&\2c\20std::__2::unique_ptr>&&\29 +4954:std::__2::__unique_if::__unique_single\20std::__2::make_unique\5babi:ne180100\5d>>\28SkSL::Position&\2c\20SkSL::Type\20const&\2c\20std::__2::unique_ptr>&&\29 +4955:std::__2::__unique_if::__unique_single\20std::__2::make_unique\5babi:ne180100\5d>>\28SkSL::Position&\2c\20SkSL::Type\20const&\2c\20std::__2::unique_ptr>&&\29 +4956:std::__2::__unique_if::__unique_single\20std::__2::make_unique\5babi:ne180100\5d>>\28SkSL::Position&\2c\20SkSL::Type\20const&\2c\20std::__2::unique_ptr>&&\29 +4957:std::__2::__unique_if::__unique_single\20std::__2::make_unique\5babi:ne180100\5d\28SkSL::Position&\2c\20SkSL::Type\20const&\2c\20SkSL::ExpressionArray&&\29 +4958:std::__2::__unique_if::__unique_single\20std::__2::make_unique\5babi:ne180100\5d>>\28SkSL::Position&\2c\20SkSL::Type\20const&\2c\20std::__2::unique_ptr>&&\29 +4959:std::__2::__unique_if::__unique_single\20std::__2::make_unique\5babi:ne180100\5d\28SkSL::Position&\2c\20SkSL::Type\20const&\2c\20SkSL::ExpressionArray&&\29 +4960:std::__2::__unique_if::__unique_single\20std::__2::make_unique\5babi:ne180100\5d>\2c\20true>\2c\20SkSL::Block::Kind&\2c\20std::__2::unique_ptr>>\28SkSL::Position&\2c\20skia_private::STArray<2\2c\20std::__2::unique_ptr>\2c\20true>&&\2c\20SkSL::Block::Kind&\2c\20std::__2::unique_ptr>&&\29 +4961:std::__2::__unique_if::__unique_single\20std::__2::make_unique\5babi:ne180100\5d>\28sk_sp&&\29 +4962:std::__2::__unique_if::__unique_single\20std::__2::make_unique\5babi:ne180100\5d&>\28std::__2::shared_ptr&\29 +4963:std::__2::__tuple_impl\2c\20std::__2::locale::id::__get\28\29::$_0&&>::__tuple_impl\5babi:nn180100\5d<0ul\2c\20std::__2::locale::id::__get\28\29::$_0&&\2c\20std::__2::locale::id::__get\28\29::$_0>\28std::__2::__tuple_indices<0ul>\2c\20std::__2::__tuple_types\2c\20std::__2::__tuple_indices<...>\2c\20std::__2::__tuple_types<>\2c\20std::__2::locale::id::__get\28\29::$_0&&\29 +4964:std::__2::__time_put::__time_put\5babi:nn180100\5d\28\29 +4965:std::__2::__time_put::__do_put\28char*\2c\20char*&\2c\20tm\20const*\2c\20char\2c\20char\29\20const +4966:std::__2::__throw_length_error\5babi:ne180100\5d\28char\20const*\29 +4967:std::__2::__split_buffer&>::~__split_buffer\28\29 +4968:std::__2::__split_buffer&>::__split_buffer\28unsigned\20long\2c\20unsigned\20long\2c\20std::__2::allocator&\29 +4969:std::__2::__split_buffer>::pop_back\5babi:ne180100\5d\28\29 +4970:std::__2::__split_buffer&>::push_back\28skia::textlayout::OneLineShaper::RunBlock*&&\29 +4971:std::__2::__split_buffer&>::~__split_buffer\28\29 +4972:std::__2::__split_buffer&>::__split_buffer\28unsigned\20long\2c\20unsigned\20long\2c\20std::__2::allocator&\29 +4973:std::__2::__split_buffer&>::~__split_buffer\28\29 +4974:std::__2::__split_buffer&>::~__split_buffer\28\29 +4975:std::__2::__split_buffer&>::__split_buffer\28unsigned\20long\2c\20unsigned\20long\2c\20std::__2::allocator&\29 +4976:std::__2::__split_buffer&>::~__split_buffer\28\29 +4977:std::__2::__split_buffer&>::__split_buffer\28unsigned\20long\2c\20unsigned\20long\2c\20std::__2::allocator&\29 +4978:std::__2::__split_buffer&>::~__split_buffer\28\29 +4979:std::__2::__shared_count::__add_shared\5babi:nn180100\5d\28\29 +4980:std::__2::__optional_move_base::__optional_move_base\5babi:ne180100\5d\28std::__2::__optional_move_base&&\29 +4981:std::__2::__optional_destruct_base::reset\5babi:ne180100\5d\28\29 +4982:std::__2::__optional_destruct_base::~__optional_destruct_base\5babi:ne180100\5d\28\29 +4983:std::__2::__optional_destruct_base::reset\5babi:ne180100\5d\28\29 +4984:std::__2::__optional_destruct_base::reset\5babi:ne180100\5d\28\29 +4985:std::__2::__optional_destruct_base::~__optional_destruct_base\5babi:ne180100\5d\28\29 +4986:std::__2::__optional_copy_base::__optional_copy_base\5babi:ne180100\5d\28std::__2::__optional_copy_base\20const&\29 +4987:std::__2::__num_put::__widen_and_group_int\28char*\2c\20char*\2c\20char*\2c\20wchar_t*\2c\20wchar_t*&\2c\20wchar_t*&\2c\20std::__2::locale\20const&\29 +4988:std::__2::__num_put::__widen_and_group_float\28char*\2c\20char*\2c\20char*\2c\20wchar_t*\2c\20wchar_t*&\2c\20wchar_t*&\2c\20std::__2::locale\20const&\29 +4989:std::__2::__num_put::__widen_and_group_int\28char*\2c\20char*\2c\20char*\2c\20char*\2c\20char*&\2c\20char*&\2c\20std::__2::locale\20const&\29 +4990:std::__2::__num_put::__widen_and_group_float\28char*\2c\20char*\2c\20char*\2c\20char*\2c\20char*&\2c\20char*&\2c\20std::__2::locale\20const&\29 +4991:std::__2::__money_put::__gather_info\28bool\2c\20bool\2c\20std::__2::locale\20const&\2c\20std::__2::money_base::pattern&\2c\20wchar_t&\2c\20wchar_t&\2c\20std::__2::basic_string\2c\20std::__2::allocator>&\2c\20std::__2::basic_string\2c\20std::__2::allocator>&\2c\20std::__2::basic_string\2c\20std::__2::allocator>&\2c\20int&\29 +4992:std::__2::__money_put::__format\28wchar_t*\2c\20wchar_t*&\2c\20wchar_t*&\2c\20unsigned\20int\2c\20wchar_t\20const*\2c\20wchar_t\20const*\2c\20std::__2::ctype\20const&\2c\20bool\2c\20std::__2::money_base::pattern\20const&\2c\20wchar_t\2c\20wchar_t\2c\20std::__2::basic_string\2c\20std::__2::allocator>\20const&\2c\20std::__2::basic_string\2c\20std::__2::allocator>\20const&\2c\20std::__2::basic_string\2c\20std::__2::allocator>\20const&\2c\20int\29 +4993:std::__2::__money_put::__gather_info\28bool\2c\20bool\2c\20std::__2::locale\20const&\2c\20std::__2::money_base::pattern&\2c\20char&\2c\20char&\2c\20std::__2::basic_string\2c\20std::__2::allocator>&\2c\20std::__2::basic_string\2c\20std::__2::allocator>&\2c\20std::__2::basic_string\2c\20std::__2::allocator>&\2c\20int&\29 +4994:std::__2::__money_put::__format\28char*\2c\20char*&\2c\20char*&\2c\20unsigned\20int\2c\20char\20const*\2c\20char\20const*\2c\20std::__2::ctype\20const&\2c\20bool\2c\20std::__2::money_base::pattern\20const&\2c\20char\2c\20char\2c\20std::__2::basic_string\2c\20std::__2::allocator>\20const&\2c\20std::__2::basic_string\2c\20std::__2::allocator>\20const&\2c\20std::__2::basic_string\2c\20std::__2::allocator>\20const&\2c\20int\29 +4995:std::__2::__libcpp_sscanf_l\28char\20const*\2c\20__locale_struct*\2c\20char\20const*\2c\20...\29 +4996:std::__2::__libcpp_mbrtowc_l\5babi:nn180100\5d\28wchar_t*\2c\20char\20const*\2c\20unsigned\20long\2c\20__mbstate_t*\2c\20__locale_struct*\29 +4997:std::__2::__libcpp_mb_cur_max_l\5babi:nn180100\5d\28__locale_struct*\29 +4998:std::__2::__hash_table\2c\20std::__2::__unordered_map_hasher\2c\20std::__2::hash\2c\20std::__2::equal_to\2c\20true>\2c\20std::__2::__unordered_map_equal\2c\20std::__2::equal_to\2c\20std::__2::hash\2c\20true>\2c\20std::__2::allocator>>::__deallocate_node\28std::__2::__hash_node_base\2c\20void*>*>*\29 +4999:std::__2::__hash_table\2c\20std::__2::__unordered_map_hasher\2c\20std::__2::hash\2c\20std::__2::equal_to\2c\20true>\2c\20std::__2::__unordered_map_equal\2c\20std::__2::equal_to\2c\20std::__2::hash\2c\20true>\2c\20std::__2::allocator>>::__deallocate_node\28std::__2::__hash_node_base\2c\20void*>*>*\29 +5000:std::__2::__hash_table\2c\20std::__2::equal_to\2c\20std::__2::allocator>::__deallocate_node\28std::__2::__hash_node_base*>*\29 +5001:std::__2::__function::__value_func\2c\20sktext::gpu::RendererData\29>::operator\28\29\5babi:ne180100\5d\28sktext::gpu::AtlasSubRun\20const*&&\2c\20SkPoint&&\2c\20SkPaint\20const&\2c\20sk_sp&&\2c\20sktext::gpu::RendererData&&\29\20const +5002:std::__2::__function::__value_func\2c\20skia::textlayout::SkRange\2c\20skia::textlayout::SkRange\2c\20skia::textlayout::SkRange\2c\20skia::textlayout::SkRange\2c\20float\2c\20unsigned\20long\2c\20unsigned\20long\2c\20SkPoint\2c\20SkPoint\2c\20skia::textlayout::InternalLineMetrics\2c\20bool\29>::operator\28\29\5babi:ne180100\5d\28skia::textlayout::SkRange&&\2c\20skia::textlayout::SkRange&&\2c\20skia::textlayout::SkRange&&\2c\20skia::textlayout::SkRange&&\2c\20skia::textlayout::SkRange&&\2c\20float&&\2c\20unsigned\20long&&\2c\20unsigned\20long&&\2c\20SkPoint&&\2c\20SkPoint&&\2c\20skia::textlayout::InternalLineMetrics&&\2c\20bool&&\29\20const +5003:std::__2::__function::__value_func\29>::operator\28\29\5babi:ne180100\5d\28skia::textlayout::Block&&\2c\20skia_private::TArray&&\29\20const +5004:std::__2::__function::__func\2c\20void\20\28void*\2c\20void\20const*\29>::~__func\28\29 +5005:std::__2::__function::__func\28GrFragmentProcessor\20const*\2c\20GrSurfaceProxy\20const*\29::'lambda'\28GrSurfaceProxy*\2c\20skgpu::Mipmapped\29\2c\20std::__2::allocator\28GrFragmentProcessor\20const*\2c\20GrSurfaceProxy\20const*\29::'lambda'\28GrSurfaceProxy*\2c\20skgpu::Mipmapped\29>\2c\20void\20\28GrSurfaceProxy*\2c\20skgpu::Mipmapped\29>::operator\28\29\28GrSurfaceProxy*&&\2c\20skgpu::Mipmapped&&\29 +5006:std::__2::__function::__func<\28anonymous\20namespace\29::colrv1_traverse_paint\28SkCanvas*\2c\20SkSpan\20const&\2c\20unsigned\20int\2c\20FT_FaceRec_*\2c\20FT_Opaque_Paint_\2c\20skia_private::THashSet*\29::$_0\2c\20std::__2::allocator<\28anonymous\20namespace\29::colrv1_traverse_paint\28SkCanvas*\2c\20SkSpan\20const&\2c\20unsigned\20int\2c\20FT_FaceRec_*\2c\20FT_Opaque_Paint_\2c\20skia_private::THashSet*\29::$_0>\2c\20void\20\28\29>::operator\28\29\28\29 +5007:std::__2::__function::__func\2c\20int\29::$_0\2c\20std::__2::allocator\2c\20int\29::$_0>\2c\20void\20\28\29>::~__func\28\29 +5008:std::__2::__function::__func\2c\20GrSurfaceProxy::LazyCallbackResult\20\28GrResourceProvider*\2c\20GrSurfaceProxy::LazySurfaceDesc\20const&\29>::~__func\28\29 +5009:std::__2::__function::__func\2c\20GrSurfaceProxy::LazyCallbackResult\20\28GrResourceProvider*\2c\20GrSurfaceProxy::LazySurfaceDesc\20const&\29>::~__func\28\29 +5010:std::__2::__function::__func\2c\20GrSurfaceProxy::LazyCallbackResult\20\28GrResourceProvider*\2c\20GrSurfaceProxy::LazySurfaceDesc\20const&\29>::~__func\28\29 +5011:std::__2::__function::__func&\29\2c\20std::__2::allocator&\29>\2c\20void\20\28std::__2::function&\29>::~__func\28\29 +5012:std::__2::__function::__func&\29\2c\20std::__2::allocator&\29>\2c\20void\20\28std::__2::function&\29>::operator\28\29\28std::__2::function&\29 +5013:std::__2::__function::__func&\29\2c\20std::__2::allocator&\29>\2c\20void\20\28std::__2::function&\29>::destroy_deallocate\28\29 +5014:std::__2::__function::__func&\29\2c\20std::__2::allocator&\29>\2c\20void\20\28std::__2::function&\29>::destroy\28\29 +5015:std::__2::__function::__func\2c\20void\20\28std::__2::function&\29>::~__func\28\29 +5016:std::__2::__forward_list_base\2c\20std::__2::allocator>>::clear\28\29 +5017:std::__2::__exception_guard_exceptions>::__destroy_vector>::~__exception_guard_exceptions\5babi:ne180100\5d\28\29 +5018:std::__2::__exception_guard_exceptions>::__destroy_vector>::~__exception_guard_exceptions\5babi:ne180100\5d\28\29 +5019:std::__2::__exception_guard_exceptions\2c\20SkString*>>::~__exception_guard_exceptions\5babi:ne180100\5d\28\29 +5020:std::__2::__constexpr_wcslen\5babi:nn180100\5d\28wchar_t\20const*\29 +5021:std::__2::__compressed_pair_elem\2c\20int\29::$_0\2c\200\2c\20false>::__compressed_pair_elem\5babi:ne180100\5d\2c\20int\29::$_0\20const&\2c\200ul>\28std::__2::piecewise_construct_t\2c\20std::__2::tuple\2c\20int\29::$_0\20const&>\2c\20std::__2::__tuple_indices<0ul>\29 +5022:std::__2::__compressed_pair_elem::__compressed_pair_elem\5babi:ne180100\5d\28std::__2::piecewise_construct_t\2c\20std::__2::tuple\2c\20std::__2::__tuple_indices<0ul>\29 +5023:std::__2::__compressed_pair::__compressed_pair\5babi:nn180100\5d\28unsigned\20char*&\2c\20void\20\28*&&\29\28void*\29\29 +5024:std::__2::__allocation_result>::pointer>\20std::__2::__allocate_at_least\5babi:nn180100\5d>\28std::__2::__sso_allocator&\2c\20unsigned\20long\29 +5025:srgb_to_hsl\28SkRGBA4f<\28SkAlphaType\292>\2c\20bool*\29 +5026:spancpy\28SkSpan\2c\20SkSpan\29 +5027:sort_r_swap_blocks\28char*\2c\20unsigned\20long\2c\20unsigned\20long\29 +5028:sort_increasing_Y\28SkPoint*\2c\20SkPoint\20const*\2c\20int\29 +5029:sort_edges\28SkEdge**\2c\20int\2c\20SkEdge**\29 +5030:sort_as_rect\28skvx::Vec<4\2c\20float>\20const&\29 +5031:small_blur\28double\2c\20double\2c\20SkMask\20const&\2c\20SkMaskBuilder*\29::$_0::operator\28\29\28SkGaussFilter\20const&\2c\20unsigned\20short*\29\20const +5032:skvx::Vec<8\2c\20unsigned\20short>\20skvx::operator&<8\2c\20unsigned\20short>\28skvx::Vec<8\2c\20unsigned\20short>\20const&\2c\20skvx::Vec<8\2c\20unsigned\20short>\20const&\29 +5033:skvx::Vec<8\2c\20unsigned\20int>\20skvx::cast\28skvx::Vec<8\2c\20unsigned\20short>\20const&\29 +5034:skvx::Vec<4\2c\20unsigned\20short>\20skvx::operator>><4\2c\20unsigned\20short>\28skvx::Vec<4\2c\20unsigned\20short>\20const&\2c\20int\29 +5035:skvx::Vec<4\2c\20unsigned\20short>\20skvx::operator<<<4\2c\20unsigned\20short>\28skvx::Vec<4\2c\20unsigned\20short>\20const&\2c\20int\29 +5036:skvx::Vec<4\2c\20unsigned\20int>\20skvx::operator>><4\2c\20unsigned\20int>\28skvx::Vec<4\2c\20unsigned\20int>\20const&\2c\20int\29 +5037:skvx::Vec<4\2c\20unsigned\20int>\20skvx::operator*<4\2c\20unsigned\20int>\28skvx::Vec<4\2c\20unsigned\20int>\20const&\2c\20skvx::Vec<4\2c\20unsigned\20int>\20const&\29 +5038:skvx::Vec<4\2c\20skvx::Mask::type>\20skvx::operator!=<4\2c\20float\2c\20float\2c\20void>\28skvx::Vec<4\2c\20float>\20const&\2c\20float\29 +5039:skvx::Vec<4\2c\20skvx::Mask::type>\20skvx::operator!=<4\2c\20float>\28skvx::Vec<4\2c\20float>\20const&\2c\20skvx::Vec<4\2c\20float>\20const&\29 +5040:skvx::Vec<4\2c\20int>\20skvx::operator^<4\2c\20int>\28skvx::Vec<4\2c\20int>\20const&\2c\20skvx::Vec<4\2c\20int>\20const&\29 +5041:skvx::Vec<4\2c\20int>\20skvx::operator>><4\2c\20int>\28skvx::Vec<4\2c\20int>\20const&\2c\20int\29 +5042:skvx::Vec<4\2c\20int>\20skvx::operator<<<4\2c\20int>\28skvx::Vec<4\2c\20int>\20const&\2c\20int\29 +5043:skvx::Vec<4\2c\20float>\20skvx::sqrt<4>\28skvx::Vec<4\2c\20float>\20const&\29 +5044:skvx::Vec<4\2c\20float>\20skvx::operator/<4\2c\20float\2c\20float\2c\20void>\28skvx::Vec<4\2c\20float>\20const&\2c\20float\29 +5045:skvx::Vec<4\2c\20float>\20skvx::operator/<4\2c\20float>\28skvx::Vec<4\2c\20float>\20const&\2c\20skvx::Vec<4\2c\20float>\20const&\29 +5046:skvx::Vec<4\2c\20float>\20skvx::operator-<4\2c\20float\2c\20float\2c\20void>\28skvx::Vec<4\2c\20float>\20const&\2c\20float\29 +5047:skvx::Vec<4\2c\20float>\20skvx::operator-<4\2c\20float>\28skvx::Vec<4\2c\20float>\20const&\2c\20skvx::Vec<4\2c\20float>\20const&\29 +5048:skvx::Vec<4\2c\20float>\20skvx::operator*<4\2c\20float\2c\20int\2c\20void>\28skvx::Vec<4\2c\20float>\20const&\2c\20int\29 +5049:skvx::Vec<4\2c\20float>\20skvx::operator*<4\2c\20float\2c\20int\2c\20void>\28int\2c\20skvx::Vec<4\2c\20float>\20const&\29 +5050:skvx::Vec<4\2c\20float>\20skvx::min<4\2c\20float\2c\20float\2c\20void>\28float\2c\20skvx::Vec<4\2c\20float>\20const&\29 +5051:skvx::Vec<4\2c\20float>\20skvx::min<4\2c\20float>\28skvx::Vec<4\2c\20float>\20const&\2c\20skvx::Vec<4\2c\20float>\20const&\29\20\28.6335\29 +5052:skvx::Vec<4\2c\20float>\20skvx::max<4\2c\20float\2c\20float\2c\20void>\28float\2c\20skvx::Vec<4\2c\20float>\20const&\29 +5053:skvx::Vec<4\2c\20float>\20skvx::from_half<4>\28skvx::Vec<4\2c\20unsigned\20short>\20const&\29 +5054:skvx::Vec<4\2c\20float>&\20skvx::operator*=<4\2c\20float>\28skvx::Vec<4\2c\20float>&\2c\20skvx::Vec<4\2c\20float>\20const&\29\20\28.7242\29 +5055:skvx::ScaledDividerU32::divide\28skvx::Vec<4\2c\20unsigned\20int>\20const&\29\20const +5056:skvx::ScaledDividerU32::ScaledDividerU32\28unsigned\20int\29 +5057:sktext::gpu::build_distance_adjust_table\28float\29 +5058:sktext::gpu::VertexFiller::CanUseDirect\28SkMatrix\20const&\2c\20SkMatrix\20const&\29 +5059:sktext::gpu::TextBlobRedrawCoordinator::internalRemove\28sktext::gpu::TextBlob*\29 +5060:sktext::gpu::TextBlobRedrawCoordinator::BlobIDCacheEntry::findBlobIndex\28sktext::gpu::TextBlob::Key\20const&\29\20const +5061:sktext::gpu::TextBlobRedrawCoordinator::BlobIDCacheEntry::BlobIDCacheEntry\28sktext::gpu::TextBlobRedrawCoordinator::BlobIDCacheEntry&&\29 +5062:sktext::gpu::TextBlob::~TextBlob\28\29 +5063:sktext::gpu::SubRunControl::isSDFT\28float\2c\20SkPaint\20const&\2c\20SkMatrix\20const&\29\20const +5064:sktext::gpu::SubRunContainer::draw\28SkCanvas*\2c\20SkPoint\2c\20SkPaint\20const&\2c\20SkRefCnt\20const*\2c\20std::__2::function\2c\20sktext::gpu::RendererData\29>\20const&\29\20const +5065:sktext::gpu::SubRunContainer::MakeInAlloc\28sktext::GlyphRunList\20const&\2c\20SkMatrix\20const&\2c\20SkPaint\20const&\2c\20SkStrikeDeviceInfo\2c\20sktext::StrikeForGPUCacheInterface*\2c\20sktext::gpu::SubRunAllocator*\2c\20sktext::gpu::SubRunContainer::SubRunCreationBehavior\2c\20char\20const*\29::$_2::operator\28\29\28SkZip\2c\20skgpu::MaskFormat\29\20const +5066:sktext::gpu::SubRunContainer::MakeInAlloc\28sktext::GlyphRunList\20const&\2c\20SkMatrix\20const&\2c\20SkPaint\20const&\2c\20SkStrikeDeviceInfo\2c\20sktext::StrikeForGPUCacheInterface*\2c\20sktext::gpu::SubRunAllocator*\2c\20sktext::gpu::SubRunContainer::SubRunCreationBehavior\2c\20char\20const*\29::$_0::operator\28\29\28SkZip\2c\20skgpu::MaskFormat\29\20const +5067:sktext::gpu::SubRunContainer::MakeInAlloc\28sktext::GlyphRunList\20const&\2c\20SkMatrix\20const&\2c\20SkPaint\20const&\2c\20SkStrikeDeviceInfo\2c\20sktext::StrikeForGPUCacheInterface*\2c\20sktext::gpu::SubRunAllocator*\2c\20sktext::gpu::SubRunContainer::SubRunCreationBehavior\2c\20char\20const*\29 +5068:sktext::gpu::SubRunContainer::EstimateAllocSize\28sktext::GlyphRunList\20const&\29 +5069:sktext::gpu::SubRunAllocator::SubRunAllocator\28int\29 +5070:sktext::gpu::StrikeCache::internalPurge\28unsigned\20long\29 +5071:sktext::gpu::StrikeCache::freeAll\28\29 +5072:sktext::gpu::SlugImpl::~SlugImpl\28\29 +5073:sktext::gpu::GlyphVector::packedGlyphIDToGlyph\28sktext::gpu::StrikeCache*\29 +5074:sktext::gpu::AtlasSubRun::~AtlasSubRun\28\29 +5075:sktext::SkStrikePromise::resetStrike\28\29 +5076:sktext::GlyphRunList::maxGlyphRunSize\28\29\20const +5077:sktext::GlyphRunBuilder::~GlyphRunBuilder\28\29 +5078:sktext::GlyphRunBuilder::makeGlyphRunList\28sktext::GlyphRun\20const&\2c\20SkPaint\20const&\2c\20SkPoint\29 +5079:sktext::GlyphRunBuilder::blobToGlyphRunList\28SkTextBlob\20const&\2c\20SkPoint\29 +5080:sktext::GlyphRun*\20std::__2::construct_at\5babi:ne180100\5d&\2c\20SkSpan&\2c\20SkSpan&\2c\20SkSpan&\2c\20SkSpan&\2c\20sktext::GlyphRun*>\28sktext::GlyphRun*\2c\20SkFont\20const&\2c\20SkSpan&\2c\20SkSpan&\2c\20SkSpan&\2c\20SkSpan&\2c\20SkSpan&\29 +5081:skstd::to_string\28float\29 +5082:skip_string +5083:skip_procedure +5084:skip_comment +5085:skif::compatible_sampling\28SkSamplingOptions\20const&\2c\20bool\2c\20SkSamplingOptions*\2c\20bool\29 +5086:skif::\28anonymous\20namespace\29::decompose_transform\28SkMatrix\20const&\2c\20SkPoint\2c\20SkMatrix*\2c\20SkMatrix*\29 +5087:skif::\28anonymous\20namespace\29::are_axes_nearly_integer_aligned\28skif::LayerSpace\20const&\2c\20skif::LayerSpace*\29 +5088:skif::\28anonymous\20namespace\29::GaneshBackend::makeDevice\28SkImageInfo\20const&\29\20const +5089:skif::Mapping::adjustLayerSpace\28SkM44\20const&\29 +5090:skif::LayerSpace\20skif::Mapping::paramToLayer\28skif::ParameterSpace\20const&\29\20const +5091:skif::LayerSpace::inset\28skif::LayerSpace\20const&\29 +5092:skif::LayerSpace::RectToRect\28skif::LayerSpace\20const&\2c\20skif::LayerSpace\20const&\29 +5093:skif::FilterResult::draw\28skif::Context\20const&\2c\20SkDevice*\2c\20SkBlender\20const*\29\20const +5094:skif::FilterResult::Builder::drawShader\28sk_sp\2c\20skif::LayerSpace\20const&\2c\20bool\29\20const +5095:skif::FilterResult::Builder::createInputShaders\28skif::LayerSpace\20const&\2c\20bool\29 +5096:skif::Context::Context\28sk_sp\2c\20skif::Mapping\20const&\2c\20skif::LayerSpace\20const&\2c\20skif::FilterResult\20const&\2c\20SkColorSpace\20const*\2c\20skif::Stats*\29 +5097:skia_private::THashTable>\2c\20std::__2::basic_string_view>\2c\20skia_private::THashSet>\2c\20SkGoodHash>::Traits>::uncheckedSet\28std::__2::basic_string_view>&&\29 +5098:skia_private::THashTable>\2c\20std::__2::basic_string_view>\2c\20skia_private::THashSet>\2c\20SkGoodHash>::Traits>::set\28std::__2::basic_string_view>\29 +5099:skia_private::THashTable>\2c\20std::__2::basic_string_view>\2c\20skia_private::THashSet>\2c\20SkGoodHash>::Traits>::resize\28int\29 +5100:skia_private::THashTable::uncheckedSet\28sktext::gpu::Glyph*&&\29 +5101:skia_private::THashTable::Pair\2c\20unsigned\20int\2c\20skia_private::THashMap::Pair>::uncheckedSet\28skia_private::THashMap::Pair&&\29 +5102:skia_private::THashTable::Pair\2c\20unsigned\20int\2c\20skia_private::THashMap::Pair>::resize\28int\29 +5103:skia_private::THashTable::Pair\2c\20unsigned\20int\2c\20skia_private::THashMap::Pair>::removeIfExists\28unsigned\20int\20const&\29 +5104:skia_private::THashTable::Pair\2c\20unsigned\20int\2c\20skia_private::THashMap::Pair>::Slot::emplace\28skia_private::THashMap::Pair&&\2c\20unsigned\20int\29 +5105:skia_private::THashTable::Pair\2c\20unsigned\20int\2c\20skia_private::THashMap::Pair>::resize\28int\29 +5106:skia_private::THashTable::Pair\2c\20unsigned\20int\2c\20skia_private::THashMap::Pair>::reset\28\29 +5107:skia_private::THashTable::Pair\2c\20unsigned\20int\2c\20skia_private::THashMap::Pair>::resize\28int\29 +5108:skia_private::THashTable\2c\20skia::textlayout::OneLineShaper::FontKey::Hasher>::Pair\2c\20skia::textlayout::OneLineShaper::FontKey\2c\20skia_private::THashMap\2c\20skia::textlayout::OneLineShaper::FontKey::Hasher>::Pair>::uncheckedSet\28skia_private::THashMap\2c\20skia::textlayout::OneLineShaper::FontKey::Hasher>::Pair&&\29 +5109:skia_private::THashTable\2c\20skia::textlayout::OneLineShaper::FontKey::Hasher>::Pair\2c\20skia::textlayout::OneLineShaper::FontKey\2c\20skia_private::THashMap\2c\20skia::textlayout::OneLineShaper::FontKey::Hasher>::Pair>::Slot::reset\28\29 +5110:skia_private::THashTable\2c\20skia::textlayout::OneLineShaper::FontKey::Hasher>::Pair\2c\20skia::textlayout::OneLineShaper::FontKey\2c\20skia_private::THashMap\2c\20skia::textlayout::OneLineShaper::FontKey::Hasher>::Pair>::Slot::emplace\28skia_private::THashMap\2c\20skia::textlayout::OneLineShaper::FontKey::Hasher>::Pair&&\2c\20unsigned\20int\29 +5111:skia_private::THashTable\2c\20skia::textlayout::OneLineShaper::FontKey::Hasher>::Pair\2c\20skia::textlayout::OneLineShaper::FontKey\2c\20skia_private::THashMap\2c\20skia::textlayout::OneLineShaper::FontKey::Hasher>::Pair>::Hash\28skia::textlayout::OneLineShaper::FontKey\20const&\29 +5112:skia_private::THashTable\2c\20std::__2::allocator>>\2c\20skia::textlayout::FontCollection::FamilyKey::Hasher>::Pair\2c\20skia::textlayout::FontCollection::FamilyKey\2c\20skia_private::THashMap\2c\20std::__2::allocator>>\2c\20skia::textlayout::FontCollection::FamilyKey::Hasher>::Pair>::uncheckedSet\28skia_private::THashMap\2c\20std::__2::allocator>>\2c\20skia::textlayout::FontCollection::FamilyKey::Hasher>::Pair&&\29 +5113:skia_private::THashTable\2c\20std::__2::allocator>>\2c\20skia::textlayout::FontCollection::FamilyKey::Hasher>::Pair\2c\20skia::textlayout::FontCollection::FamilyKey\2c\20skia_private::THashMap\2c\20std::__2::allocator>>\2c\20skia::textlayout::FontCollection::FamilyKey::Hasher>::Pair>::Slot::reset\28\29 +5114:skia_private::THashTable\2c\20std::__2::allocator>>\2c\20skia::textlayout::FontCollection::FamilyKey::Hasher>::Pair\2c\20skia::textlayout::FontCollection::FamilyKey\2c\20skia_private::THashMap\2c\20std::__2::allocator>>\2c\20skia::textlayout::FontCollection::FamilyKey::Hasher>::Pair>::Slot::emplace\28skia_private::THashMap\2c\20std::__2::allocator>>\2c\20skia::textlayout::FontCollection::FamilyKey::Hasher>::Pair&&\2c\20unsigned\20int\29 +5115:skia_private::THashTable\2c\20std::__2::allocator>>\2c\20skia::textlayout::FontCollection::FamilyKey::Hasher>::Pair\2c\20skia::textlayout::FontCollection::FamilyKey\2c\20skia_private::THashMap\2c\20std::__2::allocator>>\2c\20skia::textlayout::FontCollection::FamilyKey::Hasher>::Pair>::Hash\28skia::textlayout::FontCollection::FamilyKey\20const&\29 +5116:skia_private::THashTable>::Pair\2c\20skgpu::ganesh::AtlasPathRenderer::AtlasPathKey\2c\20skia_private::THashMap>::Pair>::uncheckedSet\28skia_private::THashMap>::Pair&&\29 +5117:skia_private::THashTable>::Pair\2c\20skgpu::ganesh::AtlasPathRenderer::AtlasPathKey\2c\20skia_private::THashMap>::Pair>::reset\28\29 +5118:skia_private::THashTable>::Pair\2c\20skgpu::ganesh::AtlasPathRenderer::AtlasPathKey\2c\20skia_private::THashMap>::Pair>::Hash\28skgpu::ganesh::AtlasPathRenderer::AtlasPathKey\20const&\29 +5119:skia_private::THashTable::Pair\2c\20skgpu::UniqueKey\2c\20skia_private::THashMap::Pair>::uncheckedSet\28skia_private::THashMap::Pair&&\29 +5120:skia_private::THashTable::Pair\2c\20skgpu::UniqueKey\2c\20skia_private::THashMap::Pair>::Slot::reset\28\29 +5121:skia_private::THashTable::Pair\2c\20skgpu::UniqueKey\2c\20skia_private::THashMap::Pair>::Slot::emplace\28skia_private::THashMap::Pair&&\2c\20unsigned\20int\29 +5122:skia_private::THashTable\2c\20SkGoodHash>::Pair\2c\20int\2c\20skia_private::THashMap\2c\20SkGoodHash>::Pair>::uncheckedSet\28skia_private::THashMap\2c\20SkGoodHash>::Pair&&\29 +5123:skia_private::THashTable\2c\20SkGoodHash>::Pair\2c\20int\2c\20skia_private::THashMap\2c\20SkGoodHash>::Pair>::Slot::reset\28\29 +5124:skia_private::THashTable\2c\20SkGoodHash>::Pair\2c\20int\2c\20skia_private::THashMap\2c\20SkGoodHash>::Pair>::Slot::emplace\28skia_private::THashMap\2c\20SkGoodHash>::Pair&&\2c\20unsigned\20int\29 +5125:skia_private::THashTable\2c\20SkGoodHash>::Pair\2c\20SkString\2c\20skia_private::THashMap\2c\20SkGoodHash>::Pair>::uncheckedSet\28skia_private::THashMap\2c\20SkGoodHash>::Pair&&\29 +5126:skia_private::THashTable\2c\20SkGoodHash>::Pair\2c\20SkString\2c\20skia_private::THashMap\2c\20SkGoodHash>::Pair>::Slot::reset\28\29 +5127:skia_private::THashTable\2c\20SkGoodHash>::Pair\2c\20SkString\2c\20skia_private::THashMap\2c\20SkGoodHash>::Pair>::Slot::emplace\28skia_private::THashMap\2c\20SkGoodHash>::Pair&&\2c\20unsigned\20int\29 +5128:skia_private::THashTable\2c\20SkGoodHash>::Pair\2c\20SkString\2c\20skia_private::THashMap\2c\20SkGoodHash>::Pair>::Hash\28SkString\20const&\29 +5129:skia_private::THashTable>\2c\20SkGoodHash>::Pair\2c\20SkSL::Variable\20const*\2c\20skia_private::THashMap>\2c\20SkGoodHash>::Pair>::uncheckedSet\28skia_private::THashMap>\2c\20SkGoodHash>::Pair&&\29 +5130:skia_private::THashTable>\2c\20SkGoodHash>::Pair\2c\20SkSL::Variable\20const*\2c\20skia_private::THashMap>\2c\20SkGoodHash>::Pair>::Slot::reset\28\29 +5131:skia_private::THashTable>\2c\20SkGoodHash>::Pair\2c\20SkSL::Variable\20const*\2c\20skia_private::THashMap>\2c\20SkGoodHash>::Pair>::Slot::emplace\28skia_private::THashMap>\2c\20SkGoodHash>::Pair&&\2c\20unsigned\20int\29 +5132:skia_private::THashTable\2c\20std::__2::allocator>\2c\20SkGoodHash>::Pair\2c\20SkSL::Variable\20const*\2c\20skia_private::THashMap\2c\20std::__2::allocator>\2c\20SkGoodHash>::Pair>::Slot::reset\28\29 +5133:skia_private::THashTable\2c\20std::__2::allocator>\2c\20SkGoodHash>::Pair\2c\20SkSL::Variable\20const*\2c\20skia_private::THashMap\2c\20std::__2::allocator>\2c\20SkGoodHash>::Pair>::Slot::emplace\28skia_private::THashMap\2c\20std::__2::allocator>\2c\20SkGoodHash>::Pair&&\2c\20unsigned\20int\29 +5134:skia_private::THashTable::Pair\2c\20SkSL::Variable\20const*\2c\20skia_private::THashMap::Pair>::resize\28int\29 +5135:skia_private::THashTable::Pair\2c\20SkSL::Variable\20const*\2c\20skia_private::THashMap::Pair>::uncheckedSet\28skia_private::THashMap::Pair&&\29 +5136:skia_private::THashTable::Pair\2c\20SkSL::Variable\20const*\2c\20skia_private::THashMap::Pair>::firstPopulatedSlot\28\29\20const +5137:skia_private::THashTable::Pair\2c\20SkSL::Variable\20const*\2c\20skia_private::THashMap::Pair>::Iter>::operator++\28\29 +5138:skia_private::THashTable::Pair\2c\20SkSL::Variable\20const*\2c\20skia_private::THashMap::Pair>::THashTable\28skia_private::THashTable::Pair\2c\20SkSL::Variable\20const*\2c\20skia_private::THashMap::Pair>\20const&\29 +5139:skia_private::THashTable::Pair\2c\20SkSL::SymbolTable::SymbolKey\2c\20skia_private::THashMap::Pair>::uncheckedSet\28skia_private::THashMap::Pair&&\29 +5140:skia_private::THashTable::Pair\2c\20SkSL::SymbolTable::SymbolKey\2c\20skia_private::THashMap::Pair>::resize\28int\29 +5141:skia_private::THashTable::Pair\2c\20SkSL::IRNode\20const*\2c\20skia_private::THashMap::Pair>::uncheckedSet\28skia_private::THashMap::Pair&&\29 +5142:skia_private::THashTable::Pair\2c\20SkSL::IRNode\20const*\2c\20skia_private::THashMap::Pair>::set\28skia_private::THashMap::Pair\29 +5143:skia_private::THashTable::Pair\2c\20SkSL::IRNode\20const*\2c\20skia_private::THashMap::Pair>::resize\28int\29 +5144:skia_private::THashTable\2c\20false>\2c\20SkGoodHash>::Pair\2c\20SkSL::FunctionDeclaration\20const*\2c\20skia_private::THashMap\2c\20false>\2c\20SkGoodHash>::Pair>::uncheckedSet\28skia_private::THashMap\2c\20false>\2c\20SkGoodHash>::Pair&&\29 +5145:skia_private::THashTable\2c\20false>\2c\20SkGoodHash>::Pair\2c\20SkSL::FunctionDeclaration\20const*\2c\20skia_private::THashMap\2c\20false>\2c\20SkGoodHash>::Pair>::Slot::reset\28\29 +5146:skia_private::THashTable\2c\20false>\2c\20SkGoodHash>::Pair\2c\20SkSL::FunctionDeclaration\20const*\2c\20skia_private::THashMap\2c\20false>\2c\20SkGoodHash>::Pair>::Slot::emplace\28skia_private::THashMap\2c\20false>\2c\20SkGoodHash>::Pair&&\2c\20unsigned\20int\29 +5147:skia_private::THashTable::Pair\2c\20SkSL::FunctionDeclaration\20const*\2c\20skia_private::THashMap::Pair>::uncheckedSet\28skia_private::THashMap::Pair&&\29 +5148:skia_private::THashTable\2c\20std::__2::allocator>\2c\20SkSL::Analysis::SpecializedFunctionKey::Hash>::Pair\2c\20SkSL::Analysis::SpecializedFunctionKey\2c\20skia_private::THashMap\2c\20std::__2::allocator>\2c\20SkSL::Analysis::SpecializedFunctionKey::Hash>::Pair>::uncheckedSet\28skia_private::THashMap\2c\20std::__2::allocator>\2c\20SkSL::Analysis::SpecializedFunctionKey::Hash>::Pair&&\29 +5149:skia_private::THashTable\2c\20std::__2::allocator>\2c\20SkSL::Analysis::SpecializedFunctionKey::Hash>::Pair\2c\20SkSL::Analysis::SpecializedFunctionKey\2c\20skia_private::THashMap\2c\20std::__2::allocator>\2c\20SkSL::Analysis::SpecializedFunctionKey::Hash>::Pair>::Slot::reset\28\29 +5150:skia_private::THashTable\2c\20std::__2::allocator>\2c\20SkSL::Analysis::SpecializedFunctionKey::Hash>::Pair\2c\20SkSL::Analysis::SpecializedFunctionKey\2c\20skia_private::THashMap\2c\20std::__2::allocator>\2c\20SkSL::Analysis::SpecializedFunctionKey::Hash>::Pair>::Slot::emplace\28skia_private::THashMap\2c\20std::__2::allocator>\2c\20SkSL::Analysis::SpecializedFunctionKey::Hash>::Pair&&\2c\20unsigned\20int\29 +5151:skia_private::THashTable::Pair\2c\20SkSL::Analysis::SpecializedCallKey\2c\20skia_private::THashMap::Pair>::uncheckedSet\28skia_private::THashMap::Pair&&\29 +5152:skia_private::THashTable::Pair\2c\20SkPath\2c\20skia_private::THashMap::Pair>::uncheckedSet\28skia_private::THashMap::Pair&&\29 +5153:skia_private::THashTable::Pair\2c\20SkPath\2c\20skia_private::THashMap::Pair>::Slot::reset\28\29 +5154:skia_private::THashTable::Pair\2c\20SkPath\2c\20skia_private::THashMap::Pair>::Slot::emplace\28skia_private::THashMap::Pair&&\2c\20unsigned\20int\29 +5155:skia_private::THashTable>\2c\20SkGoodHash>::Pair\2c\20SkImageFilter\20const*\2c\20skia_private::THashMap>\2c\20SkGoodHash>::Pair>::uncheckedSet\28skia_private::THashMap>\2c\20SkGoodHash>::Pair&&\29 +5156:skia_private::THashTable>\2c\20SkGoodHash>::Pair\2c\20SkImageFilter\20const*\2c\20skia_private::THashMap>\2c\20SkGoodHash>::Pair>::resize\28int\29 +5157:skia_private::THashTable>\2c\20SkGoodHash>::Pair\2c\20SkImageFilter\20const*\2c\20skia_private::THashMap>\2c\20SkGoodHash>::Pair>::Slot::emplace\28skia_private::THashMap>\2c\20SkGoodHash>::Pair&&\2c\20unsigned\20int\29 +5158:skia_private::THashTable::Pair\2c\20GrSurfaceProxy*\2c\20skia_private::THashMap::Pair>::resize\28int\29 +5159:skia_private::THashTable::AdaptedTraits>::uncheckedSet\28skgpu::ganesh::SmallPathShapeData*&&\29 +5160:skia_private::THashTable::AdaptedTraits>::resize\28int\29 +5161:skia_private::THashTable::AdaptedTraits>::removeIfExists\28skgpu::ganesh::SmallPathShapeDataKey\20const&\29 +5162:skia_private::THashTable\2c\20SkDescriptor\20const&\2c\20sktext::gpu::StrikeCache::HashTraits>::uncheckedSet\28sk_sp&&\29 +5163:skia_private::THashTable\2c\20SkDescriptor\20const&\2c\20sktext::gpu::StrikeCache::HashTraits>::resize\28int\29 +5164:skia_private::THashTable\2c\20SkDescriptor\20const&\2c\20sktext::gpu::StrikeCache::HashTraits>::Slot::emplace\28sk_sp&&\2c\20unsigned\20int\29 +5165:skia_private::THashTable\2c\20SkDescriptor\2c\20SkStrikeCache::StrikeTraits>::uncheckedSet\28sk_sp&&\29 +5166:skia_private::THashTable\2c\20SkDescriptor\2c\20SkStrikeCache::StrikeTraits>::resize\28int\29 +5167:skia_private::THashTable\2c\20SkDescriptor\2c\20SkStrikeCache::StrikeTraits>::Slot::emplace\28sk_sp&&\2c\20unsigned\20int\29 +5168:skia_private::THashTable::Traits>::set\28int\29 +5169:skia_private::THashTable::Traits>::THashTable\28skia_private::THashTable::Traits>&&\29 +5170:skia_private::THashTable<\28anonymous\20namespace\29::CacheImpl::Value*\2c\20SkImageFilterCacheKey\2c\20SkTDynamicHash<\28anonymous\20namespace\29::CacheImpl::Value\2c\20SkImageFilterCacheKey\2c\20\28anonymous\20namespace\29::CacheImpl::Value>::AdaptedTraits>::uncheckedSet\28\28anonymous\20namespace\29::CacheImpl::Value*&&\29 +5171:skia_private::THashTable<\28anonymous\20namespace\29::CacheImpl::Value*\2c\20SkImageFilterCacheKey\2c\20SkTDynamicHash<\28anonymous\20namespace\29::CacheImpl::Value\2c\20SkImageFilterCacheKey\2c\20\28anonymous\20namespace\29::CacheImpl::Value>::AdaptedTraits>::resize\28int\29 +5172:skia_private::THashTable::ValueList*\2c\20skgpu::ScratchKey\2c\20SkTDynamicHash::ValueList\2c\20skgpu::ScratchKey\2c\20SkTMultiMap::ValueList>::AdaptedTraits>::uncheckedSet\28SkTMultiMap::ValueList*&&\29 +5173:skia_private::THashTable::ValueList*\2c\20skgpu::ScratchKey\2c\20SkTDynamicHash::ValueList\2c\20skgpu::ScratchKey\2c\20SkTMultiMap::ValueList>::AdaptedTraits>::resize\28int\29 +5174:skia_private::THashTable::ValueList*\2c\20skgpu::ScratchKey\2c\20SkTDynamicHash::ValueList\2c\20skgpu::ScratchKey\2c\20SkTMultiMap::ValueList>::AdaptedTraits>::findOrNull\28skgpu::ScratchKey\20const&\29\20const +5175:skia_private::THashTable::ValueList*\2c\20skgpu::ScratchKey\2c\20SkTDynamicHash::ValueList\2c\20skgpu::ScratchKey\2c\20SkTMultiMap::ValueList>::AdaptedTraits>::uncheckedSet\28SkTMultiMap::ValueList*&&\29 +5176:skia_private::THashTable::ValueList*\2c\20skgpu::ScratchKey\2c\20SkTDynamicHash::ValueList\2c\20skgpu::ScratchKey\2c\20SkTMultiMap::ValueList>::AdaptedTraits>::resize\28int\29 +5177:skia_private::THashTable::Traits>::uncheckedSet\28SkSL::Variable\20const*&&\29 +5178:skia_private::THashTable::Traits>::resize\28int\29 +5179:skia_private::THashTable::Traits>::uncheckedSet\28SkSL::FunctionDeclaration\20const*&&\29 +5180:skia_private::THashTable::uncheckedSet\28SkResourceCache::Rec*&&\29 +5181:skia_private::THashTable::resize\28int\29 +5182:skia_private::THashTable::find\28SkResourceCache::Key\20const&\29\20const +5183:skia_private::THashTable>\2c\20skia::textlayout::ParagraphCache::KeyHash\2c\20SkNoOpPurge>::Entry*\2c\20skia::textlayout::ParagraphCacheKey\2c\20SkLRUCache>\2c\20skia::textlayout::ParagraphCache::KeyHash\2c\20SkNoOpPurge>::Traits>::uncheckedSet\28SkLRUCache>\2c\20skia::textlayout::ParagraphCache::KeyHash\2c\20SkNoOpPurge>::Entry*&&\29 +5184:skia_private::THashTable>\2c\20skia::textlayout::ParagraphCache::KeyHash\2c\20SkNoOpPurge>::Entry*\2c\20skia::textlayout::ParagraphCacheKey\2c\20SkLRUCache>\2c\20skia::textlayout::ParagraphCache::KeyHash\2c\20SkNoOpPurge>::Traits>::resize\28int\29 +5185:skia_private::THashTable>\2c\20skia::textlayout::ParagraphCache::KeyHash\2c\20SkNoOpPurge>::Entry*\2c\20skia::textlayout::ParagraphCacheKey\2c\20SkLRUCache>\2c\20skia::textlayout::ParagraphCache::KeyHash\2c\20SkNoOpPurge>::Traits>::find\28skia::textlayout::ParagraphCacheKey\20const&\29\20const +5186:skia_private::THashTable>\2c\20GrGLGpu::ProgramCache::DescHash\2c\20SkNoOpPurge>::Entry*\2c\20GrProgramDesc\2c\20SkLRUCache>\2c\20GrGLGpu::ProgramCache::DescHash\2c\20SkNoOpPurge>::Traits>::uncheckedSet\28SkLRUCache>\2c\20GrGLGpu::ProgramCache::DescHash\2c\20SkNoOpPurge>::Entry*&&\29 +5187:skia_private::THashTable>\2c\20GrGLGpu::ProgramCache::DescHash\2c\20SkNoOpPurge>::Entry*\2c\20GrProgramDesc\2c\20SkLRUCache>\2c\20GrGLGpu::ProgramCache::DescHash\2c\20SkNoOpPurge>::Traits>::resize\28int\29 +5188:skia_private::THashTable>\2c\20GrGLGpu::ProgramCache::DescHash\2c\20SkNoOpPurge>::Entry*\2c\20GrProgramDesc\2c\20SkLRUCache>\2c\20GrGLGpu::ProgramCache::DescHash\2c\20SkNoOpPurge>::Traits>::find\28GrProgramDesc\20const&\29\20const +5189:skia_private::THashTable::uncheckedSet\28SkGlyphDigest&&\29 +5190:skia_private::THashTable::AdaptedTraits>::uncheckedSet\28GrThreadSafeCache::Entry*&&\29 +5191:skia_private::THashTable::AdaptedTraits>::resize\28int\29 +5192:skia_private::THashTable::AdaptedTraits>::removeIfExists\28skgpu::UniqueKey\20const&\29 +5193:skia_private::THashTable::AdaptedTraits>::uncheckedSet\28GrTextureProxy*&&\29 +5194:skia_private::THashTable::AdaptedTraits>::set\28GrTextureProxy*\29 +5195:skia_private::THashTable::AdaptedTraits>::resize\28int\29 +5196:skia_private::THashTable::AdaptedTraits>::findOrNull\28skgpu::UniqueKey\20const&\29\20const +5197:skia_private::THashTable::AdaptedTraits>::uncheckedSet\28GrGpuResource*&&\29 +5198:skia_private::THashTable::AdaptedTraits>::resize\28int\29 +5199:skia_private::THashTable::AdaptedTraits>::findOrNull\28skgpu::UniqueKey\20const&\29\20const +5200:skia_private::THashTable::Traits>::uncheckedSet\28FT_Opaque_Paint_&&\29 +5201:skia_private::THashTable::Traits>::resize\28int\29 +5202:skia_private::THashSet::contains\28int\20const&\29\20const +5203:skia_private::THashSet::contains\28FT_Opaque_Paint_\20const&\29\20const +5204:skia_private::THashSet::add\28FT_Opaque_Paint_\29 +5205:skia_private::THashMap::find\28unsigned\20int\20const&\29\20const +5206:skia_private::THashMap\2c\20SkGoodHash>::find\28int\20const&\29\20const +5207:skia_private::THashMap\2c\20std::__2::allocator>\2c\20SkGoodHash>::set\28SkSL::Variable\20const*\2c\20std::__2::basic_string\2c\20std::__2::allocator>\29 +5208:skia_private::THashMap::operator\5b\5d\28SkSL::Variable\20const*\20const&\29 +5209:skia_private::THashMap::operator\5b\5d\28SkSL::Symbol\20const*\20const&\29 +5210:skia_private::THashMap\2c\20false>\2c\20SkGoodHash>::operator\5b\5d\28SkSL::FunctionDeclaration\20const*\20const&\29 +5211:skia_private::THashMap::set\28SkSL::FunctionDeclaration\20const*\2c\20int\29 +5212:skia_private::THashMap::operator\5b\5d\28SkSL::FunctionDeclaration\20const*\20const&\29 +5213:skia_private::THashMap::operator\5b\5d\28SkSL::Analysis::SpecializedCallKey\20const&\29 +5214:skia_private::THashMap::find\28SkSL::Analysis::SpecializedCallKey\20const&\29\20const +5215:skia_private::THashMap>\2c\20SkGoodHash>::remove\28SkImageFilter\20const*\20const&\29 +5216:skia_private::THashMap>\2c\20SkGoodHash>::Pair::Pair\28skia_private::THashMap>\2c\20SkGoodHash>::Pair&&\29 +5217:skia_private::THashMap::find\28GrSurfaceProxy*\20const&\29\20const +5218:skia_private::TArray::push_back_raw\28int\29 +5219:skia_private::TArray::checkRealloc\28int\2c\20double\29 +5220:skia_private::TArray::push_back\28unsigned\20int\20const&\29 +5221:skia_private::TArray::operator=\28skia_private::TArray\20const&\29 +5222:skia_private::TArray::Allocate\28int\2c\20double\29 +5223:skia_private::TArray>\2c\20true>::~TArray\28\29 +5224:skia_private::TArray>\2c\20true>::clear\28\29 +5225:skia_private::TArray>\2c\20true>::operator=\28skia_private::TArray>\2c\20true>&&\29 +5226:skia_private::TArray>\2c\20true>::~TArray\28\29 +5227:skia_private::TArray\2c\20std::__2::allocator>\2c\20false>::installDataAndUpdateCapacity\28SkSpan\29 +5228:skia_private::TArray\2c\20std::__2::allocator>\2c\20false>::checkRealloc\28int\2c\20double\29 +5229:skia_private::TArray\2c\20true>::preallocateNewData\28int\2c\20double\29 +5230:skia_private::TArray\2c\20true>::installDataAndUpdateCapacity\28SkSpan\29 +5231:skia_private::TArray\2c\20false>::move\28void*\29 +5232:skia_private::TArray\2c\20false>::TArray\28skia_private::TArray\2c\20false>&&\29 +5233:skia_private::TArray\2c\20false>::Allocate\28int\2c\20double\29 +5234:skia_private::TArray::destroyAll\28\29 +5235:skia_private::TArray::destroyAll\28\29 +5236:skia_private::TArray\2c\20false>::~TArray\28\29 +5237:skia_private::TArray::~TArray\28\29 +5238:skia_private::TArray::destroyAll\28\29 +5239:skia_private::TArray::copy\28skia::textlayout::Run\20const*\29 +5240:skia_private::TArray::Allocate\28int\2c\20double\29 +5241:skia_private::TArray::destroyAll\28\29 +5242:skia_private::TArray::initData\28int\29 +5243:skia_private::TArray::destroyAll\28\29 +5244:skia_private::TArray::TArray\28skia_private::TArray&&\29 +5245:skia_private::TArray::Allocate\28int\2c\20double\29 +5246:skia_private::TArray::copy\28skia::textlayout::Cluster\20const*\29 +5247:skia_private::TArray::checkRealloc\28int\2c\20double\29 +5248:skia_private::TArray::Allocate\28int\2c\20double\29 +5249:skia_private::TArray::initData\28int\29 +5250:skia_private::TArray::destroyAll\28\29 +5251:skia_private::TArray::TArray\28skia_private::TArray&&\29 +5252:skia_private::TArray::Allocate\28int\2c\20double\29 +5253:skia_private::TArray::preallocateNewData\28int\2c\20double\29 +5254:skia_private::TArray::installDataAndUpdateCapacity\28SkSpan\29 +5255:skia_private::TArray::push_back\28\29 +5256:skia_private::TArray::push_back\28\29 +5257:skia_private::TArray::preallocateNewData\28int\2c\20double\29 +5258:skia_private::TArray::installDataAndUpdateCapacity\28SkSpan\29 +5259:skia_private::TArray::preallocateNewData\28int\2c\20double\29 +5260:skia_private::TArray::installDataAndUpdateCapacity\28SkSpan\29 +5261:skia_private::TArray::checkRealloc\28int\2c\20double\29 +5262:skia_private::TArray::preallocateNewData\28int\2c\20double\29 +5263:skia_private::TArray::destroyAll\28\29 +5264:skia_private::TArray::clear\28\29 +5265:skia_private::TArray::checkRealloc\28int\2c\20double\29 +5266:skia_private::TArray::checkRealloc\28int\2c\20double\29 +5267:skia_private::TArray::preallocateNewData\28int\2c\20double\29 +5268:skia_private::TArray::installDataAndUpdateCapacity\28SkSpan\29 +5269:skia_private::TArray::preallocateNewData\28int\2c\20double\29 +5270:skia_private::TArray::installDataAndUpdateCapacity\28SkSpan\29 +5271:skia_private::TArray::preallocateNewData\28int\2c\20double\29 +5272:skia_private::TArray::operator=\28skia_private::TArray&&\29 +5273:skia_private::TArray::installDataAndUpdateCapacity\28SkSpan\29 +5274:skia_private::TArray::destroyAll\28\29 +5275:skia_private::TArray::clear\28\29 +5276:skia_private::TArray::Allocate\28int\2c\20double\29 +5277:skia_private::TArray::BufferFinishedMessage\2c\20false>::operator=\28skia_private::TArray::BufferFinishedMessage\2c\20false>&&\29 +5278:skia_private::TArray::BufferFinishedMessage\2c\20false>::installDataAndUpdateCapacity\28SkSpan\29 +5279:skia_private::TArray::BufferFinishedMessage\2c\20false>::destroyAll\28\29 +5280:skia_private::TArray::BufferFinishedMessage\2c\20false>::clear\28\29 +5281:skia_private::TArray::Plane\2c\20false>::preallocateNewData\28int\2c\20double\29 +5282:skia_private::TArray::Plane\2c\20false>::installDataAndUpdateCapacity\28SkSpan\29 +5283:skia_private::TArray\2c\20true>::operator=\28skia_private::TArray\2c\20true>&&\29 +5284:skia_private::TArray\2c\20true>::~TArray\28\29 +5285:skia_private::TArray\2c\20true>::~TArray\28\29 +5286:skia_private::TArray\2c\20true>::preallocateNewData\28int\2c\20double\29 +5287:skia_private::TArray\2c\20true>::clear\28\29 +5288:skia_private::TArray::push_back_raw\28int\29 +5289:skia_private::TArray::push_back\28hb_feature_t&&\29 +5290:skia_private::TArray::resize_back\28int\29 +5291:skia_private::TArray::reset\28int\29 +5292:skia_private::TArray::operator=\28skia_private::TArray&&\29 +5293:skia_private::TArray::initData\28int\29 +5294:skia_private::TArray::preallocateNewData\28int\2c\20double\29 +5295:skia_private::TArray<\28anonymous\20namespace\29::DrawAtlasOpImpl::Geometry\2c\20true>::checkRealloc\28int\2c\20double\29 +5296:skia_private::TArray<\28anonymous\20namespace\29::DefaultPathOp::PathData\2c\20true>::preallocateNewData\28int\2c\20double\29 +5297:skia_private::TArray<\28anonymous\20namespace\29::AAHairlineOp::PathData\2c\20true>::preallocateNewData\28int\2c\20double\29 +5298:skia_private::TArray<\28anonymous\20namespace\29::AAHairlineOp::PathData\2c\20true>::installDataAndUpdateCapacity\28SkSpan\29 +5299:skia_private::TArray::push_back_n\28int\2c\20SkUnicode::CodeUnitFlags\20const&\29 +5300:skia_private::TArray::checkRealloc\28int\2c\20double\29 +5301:skia_private::TArray::operator=\28skia_private::TArray&&\29 +5302:skia_private::TArray::destroyAll\28\29 +5303:skia_private::TArray::initData\28int\29 +5304:skia_private::TArray::TArray\28skia_private::TArray\20const&\29 +5305:skia_private::TArray\29::ReorderedArgument\2c\20false>::push_back\28SkSL::optimize_constructor_swizzle\28SkSL::Context\20const&\2c\20SkSL::Position\2c\20SkSL::ConstructorCompound\20const&\2c\20skia_private::FixedArray<4\2c\20signed\20char>\29::ReorderedArgument&&\29 +5306:skia_private::TArray::reserve_exact\28int\29 +5307:skia_private::TArray::fromBack\28int\29 +5308:skia_private::TArray::TArray\28skia_private::TArray&&\29 +5309:skia_private::TArray::Allocate\28int\2c\20double\29 +5310:skia_private::TArray::push_back\28SkSL::Field&&\29 +5311:skia_private::TArray::initData\28int\29 +5312:skia_private::TArray::Allocate\28int\2c\20double\29 +5313:skia_private::TArray::~TArray\28\29 +5314:skia_private::TArray::destroyAll\28\29 +5315:skia_private::TArray\2c\20true>::push_back\28SkRGBA4f<\28SkAlphaType\292>&&\29 +5316:skia_private::TArray\2c\20true>::operator=\28skia_private::TArray\2c\20true>&&\29 +5317:skia_private::TArray\2c\20true>::checkRealloc\28int\2c\20double\29 +5318:skia_private::TArray::push_back\28SkPoint\20const&\29 +5319:skia_private::TArray::copy\28SkPoint\20const*\29 +5320:skia_private::TArray::~TArray\28\29 +5321:skia_private::TArray::installDataAndUpdateCapacity\28SkSpan\29 +5322:skia_private::TArray::destroyAll\28\29 +5323:skia_private::TArray::Allocate\28int\2c\20double\29 +5324:skia_private::TArray::~TArray\28\29 +5325:skia_private::TArray::installDataAndUpdateCapacity\28SkSpan\29 +5326:skia_private::TArray::destroyAll\28\29 +5327:skia_private::TArray::preallocateNewData\28int\2c\20double\29 +5328:skia_private::TArray::installDataAndUpdateCapacity\28SkSpan\29 +5329:skia_private::TArray::preallocateNewData\28int\2c\20double\29 +5330:skia_private::TArray::installDataAndUpdateCapacity\28SkSpan\29 +5331:skia_private::TArray::checkRealloc\28int\2c\20double\29 +5332:skia_private::TArray::push_back\28\29 +5333:skia_private::TArray::installDataAndUpdateCapacity\28SkSpan\29 +5334:skia_private::TArray::push_back\28\29 +5335:skia_private::TArray::push_back_raw\28int\29 +5336:skia_private::TArray::checkRealloc\28int\2c\20double\29 +5337:skia_private::TArray::~TArray\28\29 +5338:skia_private::TArray::operator=\28skia_private::TArray&&\29 +5339:skia_private::TArray::destroyAll\28\29 +5340:skia_private::TArray::clear\28\29 +5341:skia_private::TArray::Allocate\28int\2c\20double\29 +5342:skia_private::TArray::checkRealloc\28int\2c\20double\29 +5343:skia_private::TArray::push_back\28\29 +5344:skia_private::TArray::checkRealloc\28int\2c\20double\29 +5345:skia_private::TArray::pop_back\28\29 +5346:skia_private::TArray::checkRealloc\28int\2c\20double\29 +5347:skia_private::TArray::preallocateNewData\28int\2c\20double\29 +5348:skia_private::TArray::preallocateNewData\28int\2c\20double\29 +5349:skia_private::TArray::installDataAndUpdateCapacity\28SkSpan\29 +5350:skia_private::TArray::preallocateNewData\28int\2c\20double\29 +5351:skia_private::STArray<8\2c\20int\2c\20true>::STArray\28int\29 +5352:skia_private::AutoTMalloc::realloc\28unsigned\20long\29 +5353:skia_private::AutoTMalloc::reset\28unsigned\20long\29 +5354:skia_private::AutoTArray::AutoTArray\28unsigned\20long\29 +5355:skia_private::AutoTArray::AutoTArray\28unsigned\20long\29 +5356:skia_private::AutoSTMalloc<256ul\2c\20unsigned\20short\2c\20void>::AutoSTMalloc\28unsigned\20long\29 +5357:skia_private::AutoSTArray<6\2c\20SkResourceCache::Key>::~AutoSTArray\28\29 +5358:skia_private::AutoSTArray<64\2c\20TriangulationVertex>::reset\28int\29 +5359:skia_private::AutoSTArray<64\2c\20SkGlyph\20const*>::reset\28int\29 +5360:skia_private::AutoSTArray<4\2c\20unsigned\20char>::reset\28int\29 +5361:skia_private::AutoSTArray<4\2c\20GrResourceHandle>::reset\28int\29 +5362:skia_private::AutoSTArray<3\2c\20std::__2::unique_ptr>>::reset\28int\29 +5363:skia_private::AutoSTArray<32\2c\20unsigned\20short>::~AutoSTArray\28\29 +5364:skia_private::AutoSTArray<32\2c\20unsigned\20short>::reset\28int\29 +5365:skia_private::AutoSTArray<32\2c\20SkRect>::reset\28int\29 +5366:skia_private::AutoSTArray<32\2c\20SkPoint>::reset\28int\29 +5367:skia_private::AutoSTArray<2\2c\20sk_sp>::reset\28int\29 +5368:skia_private::AutoSTArray<16\2c\20SkRect>::~AutoSTArray\28\29 +5369:skia_private::AutoSTArray<16\2c\20GrMipLevel>::reset\28int\29 +5370:skia_private::AutoSTArray<15\2c\20GrMipLevel>::reset\28int\29 +5371:skia_private::AutoSTArray<14\2c\20std::__2::unique_ptr>>::~AutoSTArray\28\29 +5372:skia_private::AutoSTArray<14\2c\20std::__2::unique_ptr>>::reset\28int\29 +5373:skia_private::AutoSTArray<14\2c\20GrMipLevel>::~AutoSTArray\28\29 +5374:skia_private::AutoSTArray<14\2c\20GrMipLevel>::reset\28int\29 +5375:skia_png_set_longjmp_fn +5376:skia_png_read_finish_IDAT +5377:skia_png_read_chunk_header +5378:skia_png_read_IDAT_data +5379:skia_png_gamma_16bit_correct +5380:skia_png_do_strip_channel +5381:skia_png_do_gray_to_rgb +5382:skia_png_do_expand +5383:skia_png_destroy_gamma_table +5384:skia_png_colorspace_set_sRGB +5385:skia_png_check_IHDR +5386:skia_png_calculate_crc +5387:skia::textlayout::operator==\28skia::textlayout::FontArguments\20const&\2c\20skia::textlayout::FontArguments\20const&\29 +5388:skia::textlayout::\28anonymous\20namespace\29::littleRound\28float\29 +5389:skia::textlayout::\28anonymous\20namespace\29::LineBreakerWithLittleRounding::breakLine\28float\29\20const +5390:skia::textlayout::TypefaceFontStyleSet::~TypefaceFontStyleSet\28\29 +5391:skia::textlayout::TypefaceFontStyleSet::matchStyle\28SkFontStyle\20const&\29 +5392:skia::textlayout::TypefaceFontProvider::~TypefaceFontProvider\28\29 +5393:skia::textlayout::TypefaceFontProvider::registerTypeface\28sk_sp\2c\20SkString\20const&\29 +5394:skia::textlayout::TextWrapper::TextStretch::TextStretch\28skia::textlayout::Cluster*\2c\20skia::textlayout::Cluster*\2c\20bool\29 +5395:skia::textlayout::TextStyle::setForegroundPaintID\28int\29 +5396:skia::textlayout::TextStyle::setForegroundColor\28SkPaint\29 +5397:skia::textlayout::TextStyle::setBackgroundColor\28SkPaint\29 +5398:skia::textlayout::TextStyle::matchOneAttribute\28skia::textlayout::StyleType\2c\20skia::textlayout::TextStyle\20const&\29\20const +5399:skia::textlayout::TextStyle::equals\28skia::textlayout::TextStyle\20const&\29\20const +5400:skia::textlayout::TextShadow::operator!=\28skia::textlayout::TextShadow\20const&\29\20const +5401:skia::textlayout::TextLine::~TextLine\28\29 +5402:skia::textlayout::TextLine::spacesWidth\28\29\20const +5403:skia::textlayout::TextLine::shiftCluster\28skia::textlayout::Cluster\20const*\2c\20float\2c\20float\29 +5404:skia::textlayout::TextLine::iterateThroughClustersInGlyphsOrder\28bool\2c\20bool\2c\20std::__2::function\20const&\29\20const::$_0::operator\28\29\28unsigned\20long\20const&\29\20const::'lambda'\28skia::textlayout::Cluster&\29::operator\28\29\28skia::textlayout::Cluster&\29\20const +5405:skia::textlayout::TextLine::iterateThroughClustersInGlyphsOrder\28bool\2c\20bool\2c\20std::__2::function\20const&\29\20const +5406:skia::textlayout::TextLine::getRectsForRange\28skia::textlayout::SkRange\2c\20skia::textlayout::RectHeightStyle\2c\20skia::textlayout::RectWidthStyle\2c\20std::__2::vector>&\29\20const::$_0::operator\28\29\28skia::textlayout::Run\20const*\2c\20float\2c\20skia::textlayout::SkRange\2c\20float*\29\20const::'lambda'\28skia::textlayout::SkRange\2c\20skia::textlayout::TextStyle\20const&\2c\20skia::textlayout::TextLine::ClipContext\20const&\29::operator\28\29\28skia::textlayout::SkRange\2c\20skia::textlayout::TextStyle\20const&\2c\20skia::textlayout::TextLine::ClipContext\20const&\29\20const::'lambda'\28SkRect\29::operator\28\29\28SkRect\29\20const +5407:skia::textlayout::TextLine::getMetrics\28\29\20const +5408:skia::textlayout::TextLine::extendHeight\28skia::textlayout::TextLine::ClipContext\20const&\29\20const +5409:skia::textlayout::TextLine::ensureTextBlobCachePopulated\28\29 +5410:skia::textlayout::TextLine::endsWithHardLineBreak\28\29\20const +5411:skia::textlayout::TextLine::buildTextBlob\28skia::textlayout::SkRange\2c\20skia::textlayout::TextStyle\20const&\2c\20skia::textlayout::TextLine::ClipContext\20const&\29 +5412:skia::textlayout::TextLine::TextLine\28skia::textlayout::ParagraphImpl*\2c\20SkPoint\2c\20SkPoint\2c\20skia::textlayout::SkRange\2c\20skia::textlayout::SkRange\2c\20skia::textlayout::SkRange\2c\20skia::textlayout::SkRange\2c\20skia::textlayout::SkRange\2c\20skia::textlayout::SkRange\2c\20float\2c\20skia::textlayout::InternalLineMetrics\29 +5413:skia::textlayout::TextLine::TextBlobRecord::~TextBlobRecord\28\29 +5414:skia::textlayout::TextLine::TextBlobRecord*\20std::__2::construct_at\5babi:ne180100\5d\28skia::textlayout::TextLine::TextBlobRecord*\29 +5415:skia::textlayout::TextLine&\20skia_private::TArray::emplace_back&\2c\20skia::textlayout::SkRange&\2c\20skia::textlayout::SkRange&\2c\20skia::textlayout::SkRange&\2c\20skia::textlayout::SkRange&\2c\20skia::textlayout::SkRange&\2c\20float&\2c\20skia::textlayout::InternalLineMetrics&>\28skia::textlayout::ParagraphImpl*&&\2c\20SkPoint&\2c\20SkPoint&\2c\20skia::textlayout::SkRange&\2c\20skia::textlayout::SkRange&\2c\20skia::textlayout::SkRange&\2c\20skia::textlayout::SkRange&\2c\20skia::textlayout::SkRange&\2c\20skia::textlayout::SkRange&\2c\20float&\2c\20skia::textlayout::InternalLineMetrics&\29 +5416:skia::textlayout::StrutStyle::StrutStyle\28\29 +5417:skia::textlayout::Run::shift\28skia::textlayout::Cluster\20const*\2c\20float\29 +5418:skia::textlayout::Run::newRunBuffer\28\29 +5419:skia::textlayout::Run::clusterIndex\28unsigned\20long\29\20const +5420:skia::textlayout::Run::calculateMetrics\28\29 +5421:skia::textlayout::ParagraphStyle::ellipsized\28\29\20const +5422:skia::textlayout::ParagraphPainter::DecorationStyle::DecorationStyle\28unsigned\20int\2c\20float\2c\20std::__2::optional\29 +5423:skia::textlayout::ParagraphImpl::~ParagraphImpl\28\29 +5424:skia::textlayout::ParagraphImpl::resolveStrut\28\29 +5425:skia::textlayout::ParagraphImpl::paint\28skia::textlayout::ParagraphPainter*\2c\20float\2c\20float\29 +5426:skia::textlayout::ParagraphImpl::getGlyphInfoAtUTF16Offset\28unsigned\20long\2c\20skia::textlayout::Paragraph::GlyphInfo*\29 +5427:skia::textlayout::ParagraphImpl::getGlyphClusterAt\28unsigned\20long\2c\20skia::textlayout::Paragraph::GlyphClusterInfo*\29 +5428:skia::textlayout::ParagraphImpl::ensureUTF16Mapping\28\29::$_0::operator\28\29\28\29\20const::'lambda0'\28unsigned\20long\29::operator\28\29\28unsigned\20long\29\20const +5429:skia::textlayout::ParagraphImpl::computeEmptyMetrics\28\29 +5430:skia::textlayout::ParagraphImpl::buildClusterTable\28\29::$_0::operator\28\29\28unsigned\20long\2c\20unsigned\20long\2c\20unsigned\20long\2c\20unsigned\20long\2c\20float\2c\20float\29\20const +5431:skia::textlayout::ParagraphCacheKey::ParagraphCacheKey\28skia::textlayout::ParagraphImpl\20const*\29 +5432:skia::textlayout::ParagraphBuilderImpl::~ParagraphBuilderImpl\28\29 +5433:skia::textlayout::ParagraphBuilderImpl::finalize\28\29 +5434:skia::textlayout::ParagraphBuilderImpl::ensureUTF16Mapping\28\29::$_0::operator\28\29\28\29\20const::'lambda0'\28unsigned\20long\29::operator\28\29\28unsigned\20long\29\20const +5435:skia::textlayout::ParagraphBuilderImpl::addPlaceholder\28skia::textlayout::PlaceholderStyle\20const&\2c\20bool\29 +5436:skia::textlayout::Paragraph::~Paragraph\28\29 +5437:skia::textlayout::Paragraph::FontInfo::~FontInfo\28\29 +5438:skia::textlayout::OneLineShaper::clusteredText\28skia::textlayout::SkRange&\29::$_0::operator\28\29\28unsigned\20long\2c\20skia::textlayout::OneLineShaper::clusteredText\28skia::textlayout::SkRange&\29::Dir\29\20const +5439:skia::textlayout::OneLineShaper::clusteredText\28skia::textlayout::SkRange&\29 +5440:skia::textlayout::OneLineShaper::FontKey::operator==\28skia::textlayout::OneLineShaper::FontKey\20const&\29\20const +5441:skia::textlayout::OneLineShaper::FontKey::FontKey\28skia::textlayout::OneLineShaper::FontKey&&\29 +5442:skia::textlayout::InternalLineMetrics::add\28skia::textlayout::InternalLineMetrics\29 +5443:skia::textlayout::FontFeature::operator==\28skia::textlayout::FontFeature\20const&\29\20const +5444:skia::textlayout::FontFeature::FontFeature\28skia::textlayout::FontFeature\20const&\29 +5445:skia::textlayout::FontFeature*\20std::__2::construct_at\5babi:ne180100\5d\28skia::textlayout::FontFeature*\2c\20SkString\20const&\2c\20int&\29 +5446:skia::textlayout::FontCollection::~FontCollection\28\29 +5447:skia::textlayout::FontCollection::matchTypeface\28SkString\20const&\2c\20SkFontStyle\29 +5448:skia::textlayout::FontCollection::defaultFallback\28int\2c\20SkFontStyle\2c\20SkString\20const&\2c\20std::__2::optional\20const&\29 +5449:skia::textlayout::FontCollection::FamilyKey::operator==\28skia::textlayout::FontCollection::FamilyKey\20const&\29\20const +5450:skia::textlayout::FontCollection::FamilyKey::FamilyKey\28skia::textlayout::FontCollection::FamilyKey&&\29 +5451:skia::textlayout::FontArguments::~FontArguments\28\29 +5452:skia::textlayout::Decoration::operator==\28skia::textlayout::Decoration\20const&\29\20const +5453:skia::textlayout::Cluster::trimmedWidth\28unsigned\20long\29\20const +5454:skgpu::tess::\28anonymous\20namespace\29::write_curve_index_buffer_base_index\28skgpu::VertexWriter\2c\20unsigned\20long\2c\20unsigned\20short\29 +5455:skgpu::tess::\28anonymous\20namespace\29::PathChopper::lineTo\28SkPoint\20const*\29 +5456:skgpu::tess::StrokeParams::set\28SkStrokeRec\20const&\29 +5457:skgpu::tess::StrokeIterator::finishOpenContour\28\29 +5458:skgpu::tess::PreChopPathCurves\28float\2c\20SkPath\20const&\2c\20SkMatrix\20const&\2c\20SkRect\20const&\29 +5459:skgpu::tess::LinearTolerances::setStroke\28skgpu::tess::StrokeParams\20const&\2c\20float\29 +5460:skgpu::tess::LinearTolerances::requiredResolveLevel\28\29\20const +5461:skgpu::tess::GetJoinType\28SkStrokeRec\20const&\29 +5462:skgpu::tess::FixedCountCurves::WriteVertexBuffer\28skgpu::VertexWriter\2c\20unsigned\20long\29 +5463:skgpu::tess::CullTest::areVisible3\28SkPoint\20const*\29\20const +5464:skgpu::tess::ConicHasCusp\28SkPoint\20const*\29 +5465:skgpu::make_unnormalized_half_kernel\28float*\2c\20int\2c\20float\29 +5466:skgpu::ganesh::\28anonymous\20namespace\29::add_line_to_segment\28SkPoint\20const&\2c\20skia_private::TArray*\29 +5467:skgpu::ganesh::\28anonymous\20namespace\29::SmallPathOp::~SmallPathOp\28\29 +5468:skgpu::ganesh::\28anonymous\20namespace\29::SmallPathOp::flush\28GrMeshDrawTarget*\2c\20skgpu::ganesh::\28anonymous\20namespace\29::SmallPathOp::FlushInfo*\29\20const +5469:skgpu::ganesh::\28anonymous\20namespace\29::SmallPathOp::addToAtlasWithRetry\28GrMeshDrawTarget*\2c\20skgpu::ganesh::\28anonymous\20namespace\29::SmallPathOp::FlushInfo*\2c\20skgpu::ganesh::SmallPathAtlasMgr*\2c\20int\2c\20int\2c\20void\20const*\2c\20SkRect\20const&\2c\20int\2c\20skgpu::ganesh::SmallPathShapeData*\29\20const +5470:skgpu::ganesh::\28anonymous\20namespace\29::SmallPathOp::SmallPathOp\28GrProcessorSet*\2c\20SkRGBA4f<\28SkAlphaType\292>\20const&\2c\20GrStyledShape\20const&\2c\20SkMatrix\20const&\2c\20bool\2c\20GrUserStencilSettings\20const*\29 +5471:skgpu::ganesh::\28anonymous\20namespace\29::HullShader::~HullShader\28\29 +5472:skgpu::ganesh::\28anonymous\20namespace\29::ChopPathIfNecessary\28SkMatrix\20const&\2c\20GrStyledShape\20const&\2c\20SkIRect\20const&\2c\20SkStrokeRec\20const&\2c\20SkPath*\29 +5473:skgpu::ganesh::\28anonymous\20namespace\29::AAFlatteningConvexPathOp::~AAFlatteningConvexPathOp\28\29 +5474:skgpu::ganesh::\28anonymous\20namespace\29::AAFlatteningConvexPathOp::recordDraw\28GrMeshDrawTarget*\2c\20int\2c\20unsigned\20long\2c\20void*\2c\20int\2c\20unsigned\20short*\29 +5475:skgpu::ganesh::\28anonymous\20namespace\29::AAFlatteningConvexPathOp::PathData::PathData\28skgpu::ganesh::\28anonymous\20namespace\29::AAFlatteningConvexPathOp::PathData&&\29 +5476:skgpu::ganesh::\28anonymous\20namespace\29::AAFlatteningConvexPathOp::AAFlatteningConvexPathOp\28GrProcessorSet*\2c\20SkRGBA4f<\28SkAlphaType\292>\20const&\2c\20SkMatrix\20const&\2c\20SkPath\20const&\2c\20float\2c\20SkStrokeRec::Style\2c\20SkPaint::Join\2c\20float\2c\20GrUserStencilSettings\20const*\29 +5477:skgpu::ganesh::\28anonymous\20namespace\29::AAConvexPathOp::~AAConvexPathOp\28\29 +5478:skgpu::ganesh::\28anonymous\20namespace\29::AAConvexPathOp::PathData::PathData\28skgpu::ganesh::\28anonymous\20namespace\29::AAConvexPathOp::PathData&&\29 +5479:skgpu::ganesh::\28anonymous\20namespace\29::AAConvexPathOp::AAConvexPathOp\28GrProcessorSet*\2c\20SkRGBA4f<\28SkAlphaType\292>\20const&\2c\20SkMatrix\20const&\2c\20SkPath\20const&\2c\20GrUserStencilSettings\20const*\29 +5480:skgpu::ganesh::TextureOp::Make\28GrRecordingContext*\2c\20GrSurfaceProxyView\2c\20SkAlphaType\2c\20sk_sp\2c\20SkFilterMode\2c\20SkMipmapMode\2c\20SkRGBA4f<\28SkAlphaType\292>\20const&\2c\20skgpu::ganesh::TextureOp::Saturate\2c\20SkBlendMode\2c\20GrAAType\2c\20DrawQuad*\2c\20SkRect\20const*\29 +5481:skgpu::ganesh::TessellationPathRenderer::IsSupported\28GrCaps\20const&\29 +5482:skgpu::ganesh::SurfaceFillContext::fillRectToRectWithFP\28SkRect\20const&\2c\20SkIRect\20const&\2c\20std::__2::unique_ptr>\29 +5483:skgpu::ganesh::SurfaceFillContext::blitTexture\28GrSurfaceProxyView\2c\20SkIRect\20const&\2c\20SkIPoint\20const&\29 +5484:skgpu::ganesh::SurfaceFillContext::arenas\28\29 +5485:skgpu::ganesh::SurfaceFillContext::addDrawOp\28std::__2::unique_ptr>\29 +5486:skgpu::ganesh::SurfaceFillContext::SurfaceFillContext\28GrRecordingContext*\2c\20GrSurfaceProxyView\2c\20GrSurfaceProxyView\2c\20GrColorInfo\20const&\29 +5487:skgpu::ganesh::SurfaceDrawContext::~SurfaceDrawContext\28\29_10651 +5488:skgpu::ganesh::SurfaceDrawContext::setNeedsStencil\28\29 +5489:skgpu::ganesh::SurfaceDrawContext::internalStencilClear\28SkIRect\20const*\2c\20bool\29 +5490:skgpu::ganesh::SurfaceDrawContext::fillRectWithEdgeAA\28GrClip\20const*\2c\20GrPaint&&\2c\20GrQuadAAFlags\2c\20SkMatrix\20const&\2c\20SkRect\20const&\2c\20SkRect\20const*\29 +5491:skgpu::ganesh::SurfaceDrawContext::drawVertices\28GrClip\20const*\2c\20GrPaint&&\2c\20SkMatrix\20const&\2c\20sk_sp\2c\20GrPrimitiveType*\2c\20bool\29 +5492:skgpu::ganesh::SurfaceDrawContext::drawTexturedQuad\28GrClip\20const*\2c\20GrSurfaceProxyView\2c\20SkAlphaType\2c\20sk_sp\2c\20SkFilterMode\2c\20SkMipmapMode\2c\20SkRGBA4f<\28SkAlphaType\292>\20const&\2c\20SkBlendMode\2c\20DrawQuad*\2c\20SkRect\20const*\29 +5493:skgpu::ganesh::SurfaceDrawContext::drawTexture\28GrClip\20const*\2c\20GrSurfaceProxyView\2c\20SkAlphaType\2c\20SkFilterMode\2c\20SkMipmapMode\2c\20SkBlendMode\2c\20SkRGBA4f<\28SkAlphaType\292>\20const&\2c\20SkRect\20const&\2c\20SkRect\20const&\2c\20GrQuadAAFlags\2c\20SkCanvas::SrcRectConstraint\2c\20SkMatrix\20const&\2c\20sk_sp\29 +5494:skgpu::ganesh::SurfaceDrawContext::drawStrokedLine\28GrClip\20const*\2c\20GrPaint&&\2c\20GrAA\2c\20SkMatrix\20const&\2c\20SkPoint\20const*\2c\20SkStrokeRec\20const&\29 +5495:skgpu::ganesh::SurfaceDrawContext::drawRegion\28GrClip\20const*\2c\20GrPaint&&\2c\20GrAA\2c\20SkMatrix\20const&\2c\20SkRegion\20const&\2c\20GrStyle\20const&\2c\20GrUserStencilSettings\20const*\29 +5496:skgpu::ganesh::SurfaceDrawContext::drawOval\28GrClip\20const*\2c\20GrPaint&&\2c\20GrAA\2c\20SkMatrix\20const&\2c\20SkRect\20const&\2c\20GrStyle\20const&\29 +5497:skgpu::ganesh::SurfaceDrawContext::attemptQuadOptimization\28GrClip\20const*\2c\20GrUserStencilSettings\20const*\2c\20DrawQuad*\2c\20GrPaint*\29::$_0::operator\28\29\28\29\20const +5498:skgpu::ganesh::SurfaceDrawContext::SurfaceDrawContext\28GrRecordingContext*\2c\20GrSurfaceProxyView\2c\20GrSurfaceProxyView\2c\20GrColorType\2c\20sk_sp\2c\20SkSurfaceProps\20const&\29 +5499:skgpu::ganesh::SurfaceContext::writePixels\28GrDirectContext*\2c\20GrCPixmap\2c\20SkIPoint\29 +5500:skgpu::ganesh::SurfaceContext::rescaleInto\28skgpu::ganesh::SurfaceFillContext*\2c\20SkIRect\2c\20SkIRect\2c\20SkImage::RescaleGamma\2c\20SkImage::RescaleMode\29 +5501:skgpu::ganesh::SurfaceContext::copy\28sk_sp\2c\20SkIRect\2c\20SkIPoint\29 +5502:skgpu::ganesh::SurfaceContext::copyScaled\28sk_sp\2c\20SkIRect\2c\20SkIRect\2c\20SkFilterMode\29 +5503:skgpu::ganesh::SurfaceContext::asyncRescaleAndReadPixels\28GrDirectContext*\2c\20SkImageInfo\20const&\2c\20SkIRect\20const&\2c\20SkImage::RescaleGamma\2c\20SkImage::RescaleMode\2c\20void\20\28*\29\28void*\2c\20std::__2::unique_ptr>\29\2c\20void*\29 +5504:skgpu::ganesh::SurfaceContext::asyncRescaleAndReadPixelsYUV420\28GrDirectContext*\2c\20SkYUVColorSpace\2c\20bool\2c\20sk_sp\2c\20SkIRect\20const&\2c\20SkISize\2c\20SkImage::RescaleGamma\2c\20SkImage::RescaleMode\2c\20void\20\28*\29\28void*\2c\20std::__2::unique_ptr>\29\2c\20void*\29::FinishContext::~FinishContext\28\29 +5505:skgpu::ganesh::SurfaceContext::asyncRescaleAndReadPixelsYUV420\28GrDirectContext*\2c\20SkYUVColorSpace\2c\20bool\2c\20sk_sp\2c\20SkIRect\20const&\2c\20SkISize\2c\20SkImage::RescaleGamma\2c\20SkImage::RescaleMode\2c\20void\20\28*\29\28void*\2c\20std::__2::unique_ptr>\29\2c\20void*\29 +5506:skgpu::ganesh::StrokeTessellator::draw\28GrOpFlushState*\29\20const +5507:skgpu::ganesh::StrokeTessellateOp::~StrokeTessellateOp\28\29 +5508:skgpu::ganesh::StrokeTessellateOp::prePrepareTessellator\28GrTessellationShader::ProgramArgs&&\2c\20GrAppliedClip&&\29 +5509:skgpu::ganesh::StrokeRectOp::\28anonymous\20namespace\29::allowed_stroke\28GrCaps\20const*\2c\20SkStrokeRec\20const&\2c\20GrAA\2c\20bool*\29 +5510:skgpu::ganesh::StrokeRectOp::\28anonymous\20namespace\29::NonAAStrokeRectOp::~NonAAStrokeRectOp\28\29 +5511:skgpu::ganesh::StrokeRectOp::\28anonymous\20namespace\29::NonAAStrokeRectOp::NonAAStrokeRectOp\28GrProcessorSet*\2c\20SkRGBA4f<\28SkAlphaType\292>\20const&\2c\20GrSimpleMeshDrawOpHelper::InputFlags\2c\20SkMatrix\20const&\2c\20SkRect\20const&\2c\20SkStrokeRec\20const&\2c\20GrAAType\29 +5512:skgpu::ganesh::StrokeRectOp::\28anonymous\20namespace\29::AAStrokeRectOp::~AAStrokeRectOp\28\29 +5513:skgpu::ganesh::StrokeRectOp::\28anonymous\20namespace\29::AAStrokeRectOp::ClassID\28\29 +5514:skgpu::ganesh::StrokeRectOp::\28anonymous\20namespace\29::AAStrokeRectOp::AAStrokeRectOp\28GrProcessorSet*\2c\20SkRGBA4f<\28SkAlphaType\292>\20const&\2c\20SkMatrix\20const&\2c\20skgpu::ganesh::StrokeRectOp::\28anonymous\20namespace\29::AAStrokeRectOp::RectInfo\20const&\2c\20bool\29 +5515:skgpu::ganesh::StrokeRectOp::\28anonymous\20namespace\29::AAStrokeRectOp::AAStrokeRectOp\28GrProcessorSet*\2c\20SkRGBA4f<\28SkAlphaType\292>\20const&\2c\20SkMatrix\20const&\2c\20SkRect\20const&\2c\20SkRect\20const&\2c\20SkPoint\20const&\29 +5516:skgpu::ganesh::SoftwarePathRenderer::DrawAroundInvPath\28skgpu::ganesh::SurfaceDrawContext*\2c\20GrPaint&&\2c\20GrUserStencilSettings\20const&\2c\20GrClip\20const*\2c\20SkMatrix\20const&\2c\20SkIRect\20const&\2c\20SkIRect\20const&\29 +5517:skgpu::ganesh::SmallPathAtlasMgr::~SmallPathAtlasMgr\28\29_12174 +5518:skgpu::ganesh::SmallPathAtlasMgr::reset\28\29 +5519:skgpu::ganesh::SmallPathAtlasMgr::findOrCreate\28skgpu::ganesh::SmallPathShapeDataKey\20const&\29 +5520:skgpu::ganesh::SmallPathAtlasMgr::evict\28skgpu::PlotLocator\29 +5521:skgpu::ganesh::SmallPathAtlasMgr::addToAtlas\28GrResourceProvider*\2c\20GrDeferredUploadTarget*\2c\20int\2c\20int\2c\20void\20const*\2c\20skgpu::AtlasLocator*\29 +5522:skgpu::ganesh::ShadowRRectOp::Make\28GrRecordingContext*\2c\20unsigned\20int\2c\20SkMatrix\20const&\2c\20SkRRect\20const&\2c\20float\2c\20float\29 +5523:skgpu::ganesh::RegionOp::\28anonymous\20namespace\29::RegionOpImpl::~RegionOpImpl\28\29 +5524:skgpu::ganesh::RegionOp::\28anonymous\20namespace\29::RegionOpImpl::RegionOpImpl\28GrProcessorSet*\2c\20SkRGBA4f<\28SkAlphaType\292>\20const&\2c\20SkMatrix\20const&\2c\20SkRegion\20const&\2c\20GrAAType\2c\20GrUserStencilSettings\20const*\29 +5525:skgpu::ganesh::QuadPerEdgeAA::VertexSpec::primitiveType\28\29\20const +5526:skgpu::ganesh::QuadPerEdgeAA::VertexSpec::VertexSpec\28GrQuad::Type\2c\20skgpu::ganesh::QuadPerEdgeAA::ColorType\2c\20GrQuad::Type\2c\20bool\2c\20skgpu::ganesh::QuadPerEdgeAA::Subset\2c\20GrAAType\2c\20bool\2c\20skgpu::ganesh::QuadPerEdgeAA::IndexBufferOption\29 +5527:skgpu::ganesh::QuadPerEdgeAA::Tessellator::append\28GrQuad*\2c\20GrQuad*\2c\20SkRGBA4f<\28SkAlphaType\292>\20const&\2c\20SkRect\20const&\2c\20GrQuadAAFlags\29 +5528:skgpu::ganesh::QuadPerEdgeAA::Tessellator::Tessellator\28skgpu::ganesh::QuadPerEdgeAA::VertexSpec\20const&\2c\20char*\29 +5529:skgpu::ganesh::QuadPerEdgeAA::QuadPerEdgeAAGeometryProcessor::~QuadPerEdgeAAGeometryProcessor\28\29 +5530:skgpu::ganesh::QuadPerEdgeAA::QuadPerEdgeAAGeometryProcessor::initializeAttrs\28skgpu::ganesh::QuadPerEdgeAA::VertexSpec\20const&\29 +5531:skgpu::ganesh::QuadPerEdgeAA::IssueDraw\28GrCaps\20const&\2c\20GrOpsRenderPass*\2c\20skgpu::ganesh::QuadPerEdgeAA::VertexSpec\20const&\2c\20int\2c\20int\2c\20int\2c\20int\29 +5532:skgpu::ganesh::QuadPerEdgeAA::GetIndexBuffer\28GrMeshDrawTarget*\2c\20skgpu::ganesh::QuadPerEdgeAA::IndexBufferOption\29 +5533:skgpu::ganesh::PathWedgeTessellator::Make\28SkArenaAlloc*\2c\20bool\2c\20skgpu::tess::PatchAttribs\29 +5534:skgpu::ganesh::PathTessellator::PathTessellator\28bool\2c\20skgpu::tess::PatchAttribs\29 +5535:skgpu::ganesh::PathTessellator::PathDrawList*\20SkArenaAlloc::make\20const&>\28SkMatrix\20const&\2c\20SkPath\20const&\2c\20SkRGBA4f<\28SkAlphaType\292>\20const&\29 +5536:skgpu::ganesh::PathTessellateOp::~PathTessellateOp\28\29 +5537:skgpu::ganesh::PathTessellateOp::usesMSAA\28\29\20const +5538:skgpu::ganesh::PathTessellateOp::prepareTessellator\28GrTessellationShader::ProgramArgs\20const&\2c\20GrAppliedClip&&\29 +5539:skgpu::ganesh::PathTessellateOp::PathTessellateOp\28SkArenaAlloc*\2c\20GrAAType\2c\20GrUserStencilSettings\20const*\2c\20SkMatrix\20const&\2c\20SkPath\20const&\2c\20GrPaint&&\2c\20SkRect\20const&\29 +5540:skgpu::ganesh::PathStencilCoverOp::~PathStencilCoverOp\28\29 +5541:skgpu::ganesh::PathStencilCoverOp::prePreparePrograms\28GrTessellationShader::ProgramArgs\20const&\2c\20GrAppliedClip&&\29 +5542:skgpu::ganesh::PathStencilCoverOp::ClassID\28\29 +5543:skgpu::ganesh::PathInnerTriangulateOp::~PathInnerTriangulateOp\28\29 +5544:skgpu::ganesh::PathInnerTriangulateOp::pushFanStencilProgram\28GrTessellationShader::ProgramArgs\20const&\2c\20GrPipeline\20const*\2c\20GrUserStencilSettings\20const*\29 +5545:skgpu::ganesh::PathInnerTriangulateOp::prePreparePrograms\28GrTessellationShader::ProgramArgs\20const&\2c\20GrAppliedClip&&\29 +5546:skgpu::ganesh::PathCurveTessellator::~PathCurveTessellator\28\29 +5547:skgpu::ganesh::PathCurveTessellator::prepareWithTriangles\28GrMeshDrawTarget*\2c\20SkMatrix\20const&\2c\20GrTriangulator::BreadcrumbTriangleList*\2c\20skgpu::ganesh::PathTessellator::PathDrawList\20const&\2c\20int\29 +5548:skgpu::ganesh::PathCurveTessellator::Make\28SkArenaAlloc*\2c\20bool\2c\20skgpu::tess::PatchAttribs\29 +5549:skgpu::ganesh::OpsTask::setColorLoadOp\28GrLoadOp\2c\20std::__2::array\29 +5550:skgpu::ganesh::OpsTask::onMakeClosed\28GrRecordingContext*\2c\20SkIRect*\29 +5551:skgpu::ganesh::OpsTask::onExecute\28GrOpFlushState*\29 +5552:skgpu::ganesh::OpsTask::addSampledTexture\28GrSurfaceProxy*\29 +5553:skgpu::ganesh::OpsTask::addDrawOp\28GrDrawingManager*\2c\20std::__2::unique_ptr>\2c\20bool\2c\20GrProcessorSet::Analysis\20const&\2c\20GrAppliedClip&&\2c\20GrDstProxyView\20const&\2c\20GrTextureResolveManager\2c\20GrCaps\20const&\29::$_0::operator\28\29\28GrSurfaceProxy*\2c\20skgpu::Mipmapped\29\20const +5554:skgpu::ganesh::OpsTask::addDrawOp\28GrDrawingManager*\2c\20std::__2::unique_ptr>\2c\20bool\2c\20GrProcessorSet::Analysis\20const&\2c\20GrAppliedClip&&\2c\20GrDstProxyView\20const&\2c\20GrTextureResolveManager\2c\20GrCaps\20const&\29 +5555:skgpu::ganesh::OpsTask::OpsTask\28GrDrawingManager*\2c\20GrSurfaceProxyView\2c\20GrAuditTrail*\2c\20sk_sp\29 +5556:skgpu::ganesh::OpsTask::OpChain::tryConcat\28skgpu::ganesh::OpsTask::OpChain::List*\2c\20GrProcessorSet::Analysis\2c\20GrDstProxyView\20const&\2c\20GrAppliedClip\20const*\2c\20SkRect\20const&\2c\20GrCaps\20const&\2c\20SkArenaAlloc*\2c\20GrAuditTrail*\29 +5557:skgpu::ganesh::OpsTask::OpChain::OpChain\28std::__2::unique_ptr>\2c\20GrProcessorSet::Analysis\2c\20GrAppliedClip*\2c\20GrDstProxyView\20const*\29 +5558:skgpu::ganesh::LockTextureProxyView\28GrRecordingContext*\2c\20SkImage_Lazy\20const*\2c\20GrImageTexGenPolicy\2c\20skgpu::Mipmapped\29 +5559:skgpu::ganesh::LatticeOp::\28anonymous\20namespace\29::NonAALatticeOp::~NonAALatticeOp\28\29 +5560:skgpu::ganesh::LatticeOp::\28anonymous\20namespace\29::NonAALatticeOp::NonAALatticeOp\28GrProcessorSet*\2c\20SkRGBA4f<\28SkAlphaType\292>\20const&\2c\20SkMatrix\20const&\2c\20GrSurfaceProxyView\2c\20SkAlphaType\2c\20sk_sp\2c\20SkFilterMode\2c\20std::__2::unique_ptr>\2c\20SkRect\20const&\29 +5561:skgpu::ganesh::LatticeOp::\28anonymous\20namespace\29::LatticeGP::~LatticeGP\28\29 +5562:skgpu::ganesh::FillRRectOp::\28anonymous\20namespace\29::can_use_hw_derivatives_with_coverage\28skvx::Vec<2\2c\20float>\20const&\2c\20SkPoint\20const&\29 +5563:skgpu::ganesh::FillRRectOp::\28anonymous\20namespace\29::FillRRectOpImpl::~FillRRectOpImpl\28\29 +5564:skgpu::ganesh::FillRRectOp::\28anonymous\20namespace\29::FillRRectOpImpl::programInfo\28\29 +5565:skgpu::ganesh::FillRRectOp::\28anonymous\20namespace\29::FillRRectOpImpl::Make\28GrRecordingContext*\2c\20SkArenaAlloc*\2c\20GrPaint&&\2c\20SkMatrix\20const&\2c\20SkRRect\20const&\2c\20skgpu::ganesh::FillRRectOp::\28anonymous\20namespace\29::FillRRectOpImpl::LocalCoords\20const&\2c\20GrAA\29 +5566:skgpu::ganesh::FillRRectOp::\28anonymous\20namespace\29::FillRRectOpImpl::FillRRectOpImpl\28GrProcessorSet*\2c\20SkRGBA4f<\28SkAlphaType\292>\20const&\2c\20SkArenaAlloc*\2c\20SkMatrix\20const&\2c\20SkRRect\20const&\2c\20skgpu::ganesh::FillRRectOp::\28anonymous\20namespace\29::FillRRectOpImpl::LocalCoords\20const&\2c\20skgpu::ganesh::FillRRectOp::\28anonymous\20namespace\29::FillRRectOpImpl::ProcessorFlags\29 +5567:skgpu::ganesh::DrawableOp::~DrawableOp\28\29 +5568:skgpu::ganesh::DrawAtlasPathOp::~DrawAtlasPathOp\28\29 +5569:skgpu::ganesh::DrawAtlasPathOp::prepareProgram\28GrCaps\20const&\2c\20SkArenaAlloc*\2c\20GrSurfaceProxyView\20const&\2c\20bool\2c\20GrAppliedClip&&\2c\20GrDstProxyView\20const&\2c\20GrXferBarrierFlags\2c\20GrLoadOp\29 +5570:skgpu::ganesh::Device::~Device\28\29 +5571:skgpu::ganesh::Device::replaceBackingProxy\28SkSurface::ContentChangeMode\2c\20sk_sp\2c\20GrColorType\2c\20sk_sp\2c\20GrSurfaceOrigin\2c\20SkSurfaceProps\20const&\29 +5572:skgpu::ganesh::Device::drawSlug\28SkCanvas*\2c\20sktext::gpu::Slug\20const*\2c\20SkPaint\20const&\29 +5573:skgpu::ganesh::Device::drawPath\28SkPath\20const&\2c\20SkPaint\20const&\29 +5574:skgpu::ganesh::Device::drawEdgeAAImage\28SkImage\20const*\2c\20SkRect\20const&\2c\20SkRect\20const&\2c\20SkPoint\20const*\2c\20SkCanvas::QuadAAFlags\2c\20SkMatrix\20const&\2c\20SkSamplingOptions\20const&\2c\20SkPaint\20const&\2c\20SkCanvas::SrcRectConstraint\2c\20SkMatrix\20const&\2c\20SkTileMode\29 +5575:skgpu::ganesh::Device::convertGlyphRunListToSlug\28sktext::GlyphRunList\20const&\2c\20SkPaint\20const&\29 +5576:skgpu::ganesh::Device::android_utils_clipAsRgn\28SkRegion*\29\20const +5577:skgpu::ganesh::DefaultPathRenderer::internalDrawPath\28skgpu::ganesh::SurfaceDrawContext*\2c\20GrPaint&&\2c\20GrAAType\2c\20GrUserStencilSettings\20const&\2c\20GrClip\20const*\2c\20SkMatrix\20const&\2c\20GrStyledShape\20const&\2c\20bool\29 +5578:skgpu::ganesh::DashOp::\28anonymous\20namespace\29::DashingLineEffect::addToKey\28GrShaderCaps\20const&\2c\20skgpu::KeyBuilder*\29\20const +5579:skgpu::ganesh::DashOp::\28anonymous\20namespace\29::DashOpImpl::~DashOpImpl\28\29 +5580:skgpu::ganesh::CopyView\28GrRecordingContext*\2c\20GrSurfaceProxyView\2c\20skgpu::Mipmapped\2c\20GrImageTexGenPolicy\2c\20std::__2::basic_string_view>\29 +5581:skgpu::ganesh::ClipStack::clipPath\28SkMatrix\20const&\2c\20SkPath\20const&\2c\20GrAA\2c\20SkClipOp\29 +5582:skgpu::ganesh::ClipStack::begin\28\29\20const +5583:skgpu::ganesh::ClipStack::SaveRecord::removeElements\28SkTBlockList*\29 +5584:skgpu::ganesh::ClipStack::RawElement::clipType\28\29\20const +5585:skgpu::ganesh::ClipStack::Mask::invalidate\28GrProxyProvider*\29 +5586:skgpu::ganesh::ClipStack::ElementIter::operator++\28\29 +5587:skgpu::ganesh::ClipStack::Element::Element\28skgpu::ganesh::ClipStack::Element\20const&\29 +5588:skgpu::ganesh::ClipStack::Draw::Draw\28SkRect\20const&\2c\20GrAA\29 +5589:skgpu::ganesh::ClearOp::ClearOp\28skgpu::ganesh::ClearOp::Buffer\2c\20GrScissorState\20const&\2c\20std::__2::array\2c\20bool\29 +5590:skgpu::ganesh::AtlasTextOp::~AtlasTextOp\28\29 +5591:skgpu::ganesh::AtlasTextOp::operator\20new\28unsigned\20long\29 +5592:skgpu::ganesh::AtlasTextOp::onPrepareDraws\28GrMeshDrawTarget*\29::$_0::operator\28\29\28\29\20const +5593:skgpu::ganesh::AtlasTextOp::onCreateProgramInfo\28GrCaps\20const*\2c\20SkArenaAlloc*\2c\20GrSurfaceProxyView\20const&\2c\20bool\2c\20GrAppliedClip&&\2c\20GrDstProxyView\20const&\2c\20GrXferBarrierFlags\2c\20GrLoadOp\29 +5594:skgpu::ganesh::AtlasTextOp::Make\28skgpu::ganesh::SurfaceDrawContext*\2c\20sktext::gpu::AtlasSubRun\20const*\2c\20GrClip\20const*\2c\20SkMatrix\20const&\2c\20SkPoint\2c\20SkPaint\20const&\2c\20sk_sp&&\29 +5595:skgpu::ganesh::AtlasTextOp::ClassID\28\29 +5596:skgpu::ganesh::AtlasRenderTask::~AtlasRenderTask\28\29 +5597:skgpu::ganesh::AtlasRenderTask::stencilAtlasRect\28GrRecordingContext*\2c\20SkRect\20const&\2c\20SkRGBA4f<\28SkAlphaType\292>\20const&\2c\20GrUserStencilSettings\20const*\29 +5598:skgpu::ganesh::AtlasRenderTask::readView\28GrCaps\20const&\29\20const +5599:skgpu::ganesh::AtlasRenderTask::instantiate\28GrOnFlushResourceProvider*\2c\20sk_sp\29 +5600:skgpu::ganesh::AtlasRenderTask::addPath\28SkMatrix\20const&\2c\20SkPath\20const&\2c\20SkIPoint\2c\20int\2c\20int\2c\20bool\2c\20SkIPoint16*\29 +5601:skgpu::ganesh::AtlasRenderTask::addAtlasDrawOp\28std::__2::unique_ptr>\2c\20GrCaps\20const&\29 +5602:skgpu::ganesh::AtlasPathRenderer::~AtlasPathRenderer\28\29_11463 +5603:skgpu::ganesh::AtlasPathRenderer::preFlush\28GrOnFlushResourceProvider*\29 +5604:skgpu::ganesh::AtlasPathRenderer::pathFitsInAtlas\28SkRect\20const&\2c\20GrAAType\29\20const +5605:skgpu::ganesh::AtlasPathRenderer::addPathToAtlas\28GrRecordingContext*\2c\20SkMatrix\20const&\2c\20SkPath\20const&\2c\20SkRect\20const&\2c\20SkIRect*\2c\20SkIPoint16*\2c\20bool*\2c\20std::__2::function\20const&\29 +5606:skgpu::ganesh::AtlasPathRenderer::AtlasPathKey::operator==\28skgpu::ganesh::AtlasPathRenderer::AtlasPathKey\20const&\29\20const +5607:skgpu::ganesh::AsFragmentProcessor\28skgpu::ganesh::SurfaceDrawContext*\2c\20SkImage\20const*\2c\20SkSamplingOptions\2c\20SkTileMode\20const*\2c\20SkMatrix\20const&\2c\20SkRect\20const*\2c\20SkRect\20const*\29 +5608:skgpu::TiledTextureUtils::OptimizeSampleArea\28SkISize\20const&\2c\20SkRect\20const&\2c\20SkRect\20const&\2c\20SkPoint\20const*\2c\20SkRect*\2c\20SkRect*\2c\20SkMatrix*\29 +5609:skgpu::TiledTextureUtils::CanDisableMipmap\28SkMatrix\20const&\2c\20SkMatrix\20const&\2c\20bool\29 +5610:skgpu::TClientMappedBufferManager::process\28\29 +5611:skgpu::TAsyncReadResult::~TAsyncReadResult\28\29 +5612:skgpu::TAsyncReadResult::count\28\29\20const +5613:skgpu::TAsyncReadResult::Plane::~Plane\28\29 +5614:skgpu::Swizzle::BGRA\28\29 +5615:skgpu::ScratchKey::ScratchKey\28skgpu::ScratchKey\20const&\29 +5616:skgpu::ResourceKey::operator=\28skgpu::ResourceKey\20const&\29 +5617:skgpu::RectanizerSkyline::addRect\28int\2c\20int\2c\20SkIPoint16*\29 +5618:skgpu::RectanizerSkyline::RectanizerSkyline\28int\2c\20int\29 +5619:skgpu::Plot::~Plot\28\29 +5620:skgpu::Plot::resetRects\28bool\29 +5621:skgpu::Plot::Plot\28int\2c\20int\2c\20skgpu::AtlasGenerationCounter*\2c\20int\2c\20int\2c\20int\2c\20int\2c\20SkColorType\2c\20unsigned\20long\29 +5622:skgpu::KeyBuilder::flush\28\29 +5623:skgpu::KeyBuilder::addBits\28unsigned\20int\2c\20unsigned\20int\2c\20std::__2::basic_string_view>\29 +5624:skgpu::GetReducedBlendModeInfo\28SkBlendMode\29 +5625:skgpu::GetApproxSize\28SkISize\29::$_0::operator\28\29\28int\29\20const +5626:skgpu::CreateIntegralTable\28int\29 +5627:skgpu::ComputeIntegralTableWidth\28float\29 +5628:skgpu::AtlasLocator::updatePlotLocator\28skgpu::PlotLocator\29 +5629:skgpu::AtlasLocator::insetSrc\28int\29 +5630:skcpu::make_xrect\28SkRect\20const&\29 +5631:skcpu::draw_rect_as_path\28skcpu::Draw\20const&\2c\20SkRect\20const&\2c\20SkPaint\20const&\2c\20SkMatrix\20const&\29 +5632:skcpu::compute_stroke_size\28SkPaint\20const&\2c\20SkMatrix\20const&\29 +5633:skcpu::clipHandlesSprite\28SkRasterClip\20const&\2c\20int\2c\20int\2c\20SkPixmap\20const&\29 +5634:skcpu::Recorder::makeBitmapSurface\28SkImageInfo\20const&\2c\20unsigned\20long\2c\20SkSurfaceProps\20const*\29 +5635:skcpu::DrawTreatAsHairline\28SkPaint\20const&\2c\20SkMatrix\20const&\2c\20float*\29 +5636:skcpu::DrawToMask\28SkPathRaw\20const&\2c\20SkIRect\20const&\2c\20SkMaskFilter\20const*\2c\20SkMatrix\20const*\2c\20SkMaskBuilder*\2c\20SkMaskBuilder::CreateMode\2c\20SkStrokeRec::InitStyle\29 +5637:skcpu::Draw::drawSprite\28SkBitmap\20const&\2c\20int\2c\20int\2c\20SkPaint\20const&\29\20const +5638:skcpu::Draw::drawRect\28SkRect\20const&\2c\20SkPaint\20const&\2c\20SkMatrix\20const*\2c\20SkRect\20const*\29\20const +5639:skcpu::Draw::drawRRectNinePatch\28SkRRect\20const&\2c\20SkPaint\20const&\29\20const +5640:skcpu::Draw::drawPath\28SkPath\20const&\2c\20SkPaint\20const&\2c\20SkMatrix\20const*\2c\20SkDrawCoverage\2c\20SkBlitter*\29\20const +5641:skcpu::Draw::drawPaint\28SkPaint\20const&\29\20const +5642:skcpu::Draw::drawDevMask\28SkMask\20const&\2c\20SkPaint\20const&\2c\20SkMatrix\20const*\29\20const +5643:skcpu::Draw::drawBitmap\28SkBitmap\20const&\2c\20SkMatrix\20const&\2c\20SkRect\20const*\2c\20SkSamplingOptions\20const&\2c\20SkPaint\20const&\29\20const +5644:sk_sp::~sk_sp\28\29 +5645:sk_sp::reset\28sktext::gpu::TextStrike*\29 +5646:sk_sp\20skgpu::RefCntedCallback::MakeImpl\28void\20\28*\29\28void*\29\2c\20void*\29 +5647:sk_sp<\28anonymous\20namespace\29::UniqueKeyInvalidator>\20sk_make_sp<\28anonymous\20namespace\29::UniqueKeyInvalidator\2c\20skgpu::UniqueKey&\2c\20unsigned\20int>\28skgpu::UniqueKey&\2c\20unsigned\20int&&\29 +5648:sk_sp<\28anonymous\20namespace\29::ShadowInvalidator>\20sk_make_sp<\28anonymous\20namespace\29::ShadowInvalidator\2c\20SkResourceCache::Key&>\28SkResourceCache::Key&\29 +5649:sk_sp::operator=\28sk_sp\20const&\29 +5650:sk_sp&\20std::__2::vector\2c\20std::__2::allocator>>::emplace_back>\28sk_sp&&\29 +5651:sk_sp\20sk_make_sp>\28sk_sp&&\29 +5652:sk_sp::~sk_sp\28\29 +5653:sk_sp::sk_sp\28sk_sp\20const&\29 +5654:sk_sp::operator=\28sk_sp&&\29 +5655:sk_sp::reset\28SkMeshSpecification*\29 +5656:sk_sp::reset\28SkData\20const*\29 +5657:sk_sp::operator=\28sk_sp\20const&\29 +5658:sk_sp::operator=\28sk_sp\20const&\29 +5659:sk_sp::operator=\28sk_sp&&\29 +5660:sk_sp::~sk_sp\28\29 +5661:sk_sp::sk_sp\28sk_sp\20const&\29 +5662:sk_sp&\20sk_sp::operator=\28sk_sp&&\29 +5663:sk_sp::reset\28GrSurface::RefCntedReleaseProc*\29 +5664:sk_sp::operator=\28sk_sp&&\29 +5665:sk_sp::~sk_sp\28\29 +5666:sk_sp::operator=\28sk_sp&&\29 +5667:sk_sp::~sk_sp\28\29 +5668:sk_sp\20sk_make_sp\28\29 +5669:sk_sp::reset\28GrArenas*\29 +5670:sk_ft_alloc\28FT_MemoryRec_*\2c\20long\29 +5671:sk_fopen\28char\20const*\2c\20SkFILE_Flags\29 +5672:sk_fgetsize\28_IO_FILE*\29 +5673:sk_determinant\28float\20const*\2c\20int\29 +5674:sk_blit_below\28SkBlitter*\2c\20SkIRect\20const&\2c\20SkRegion\20const&\29 +5675:sk_blit_above\28SkBlitter*\2c\20SkIRect\20const&\2c\20SkRegion\20const&\29 +5676:sid_to_gid_t\20const*\20hb_sorted_array_t::bsearch\28unsigned\20int\20const&\2c\20sid_to_gid_t\20const*\29 +5677:short\20sk_saturate_cast\28float\29 +5678:sharp_angle\28SkPoint\20const*\29 +5679:sfnt_stream_close +5680:setup_masks_arabic_plan\28arabic_shape_plan_t\20const*\2c\20hb_buffer_t*\2c\20hb_script_t\29 +5681:set_points\28float*\2c\20int*\2c\20int\20const*\2c\20int\2c\20int\2c\20int\2c\20int\2c\20int\2c\20float\2c\20float\2c\20bool\29 +5682:set_ootf_Y\28SkColorSpace\20const*\2c\20float*\29 +5683:set_normal_unitnormal\28SkPoint\20const&\2c\20SkPoint\20const&\2c\20float\2c\20float\2c\20SkPoint*\2c\20SkPoint*\29 +5684:set_khr_debug_label\28GrGLGpu*\2c\20unsigned\20int\2c\20std::__2::basic_string_view>\29 +5685:set_as_rect\28SkPathRaw*\2c\20SkSpan\2c\20SkRect\20const&\2c\20SkPathDirection\2c\20unsigned\20int\29 +5686:set_as_oval\28SkPathRaw*\2c\20SkSpan\2c\20SkRect\20const&\2c\20SkPathDirection\2c\20unsigned\20int\29 +5687:setThrew +5688:serialize_image\28SkImage\20const*\2c\20SkSerialProcs\29 +5689:sect_clamp_with_vertical\28SkPoint\20const*\2c\20float\29 +5690:scanexp +5691:scalbnl +5692:scalbnf +5693:safe_picture_bounds\28SkRect\20const&\29 +5694:safe_int_addition +5695:rt_has_msaa_render_buffer\28GrGLRenderTarget\20const*\2c\20GrGLCaps\20const&\29 +5696:rrect_type_to_vert_count\28RRectType\29 +5697:row_is_all_zeros\28unsigned\20char\20const*\2c\20int\29 +5698:round_up_to_int\28float\29 +5699:round_down_to_int\28float\29 +5700:rotate\28SkDCubic\20const&\2c\20int\2c\20int\2c\20SkDCubic&\29 +5701:rewind_if_necessary\28GrTriangulator::Edge*\2c\20GrTriangulator::EdgeList*\2c\20GrTriangulator::Vertex**\2c\20GrTriangulator::Comparator\20const&\29 +5702:resolveImplicitLevels\28UBiDi*\2c\20int\2c\20int\2c\20unsigned\20char\2c\20unsigned\20char\29 +5703:renderbuffer_storage_msaa\28GrGLGpu*\2c\20int\2c\20unsigned\20int\2c\20int\2c\20int\29 +5704:remove_edge_below\28GrTriangulator::Edge*\29 +5705:remove_edge_above\28GrTriangulator::Edge*\29 +5706:reductionLineCount\28SkDQuad\20const&\29 +5707:recursive_edge_intersect\28GrTriangulator::Line\20const&\2c\20SkPoint\2c\20SkPoint\2c\20GrTriangulator::Line\20const&\2c\20SkPoint\2c\20SkPoint\2c\20SkPoint*\2c\20double*\2c\20double*\29 +5708:rect_exceeds\28SkRect\20const&\2c\20float\29 +5709:reclassify_vertex\28TriangulationVertex*\2c\20SkPoint\20const*\2c\20int\2c\20ReflexHash*\2c\20SkTInternalLList*\29 +5710:radii_are_nine_patch\28SkPoint\20const*\29 +5711:quad_type_for_transformed_rect\28SkMatrix\20const&\29 +5712:quad_to_tris\28SkPoint*\2c\20SkSpan\29 +5713:quad_in_line\28SkPoint\20const*\29 +5714:pt_to_tangent_line\28SkPoint\20const&\2c\20SkPoint\20const&\2c\20SkPoint\20const&\29 +5715:psh_hint_table_record +5716:psh_hint_table_init +5717:psh_hint_table_find_strong_points +5718:psh_hint_table_done +5719:psh_hint_table_activate_mask +5720:psh_hint_align +5721:psh_glyph_load_points +5722:psh_globals_scale_widths +5723:psh_compute_dir +5724:psh_blues_set_zones_0 +5725:psh_blues_set_zones +5726:ps_table_realloc +5727:ps_parser_to_token_array +5728:ps_parser_load_field +5729:ps_mask_table_last +5730:ps_mask_table_done +5731:ps_hints_stem +5732:ps_dimension_end +5733:ps_dimension_done +5734:ps_dimension_add_t1stem +5735:ps_builder_start_point +5736:ps_builder_close_contour +5737:ps_builder_add_point1 +5738:printf_core +5739:prepare_to_draw_into_mask\28SkRect\20const&\2c\20SkMaskBuilder*\29 +5740:position_cluster\28hb_ot_shape_plan_t\20const*\2c\20hb_font_t*\2c\20hb_buffer_t*\2c\20unsigned\20int\2c\20unsigned\20int\2c\20bool\29 +5741:portable::uniform_color\28portable::Params*\2c\20SkRasterPipelineStage*\2c\20float\2c\20float\2c\20float\2c\20float\29 +5742:portable::set_rgb\28portable::Params*\2c\20SkRasterPipelineStage*\2c\20float\2c\20float\2c\20float\2c\20float\29 +5743:portable::debug_y\28portable::Params*\2c\20SkRasterPipelineStage*\2c\20float\2c\20float\2c\20float\2c\20float\29 +5744:portable::debug_x\28portable::Params*\2c\20SkRasterPipelineStage*\2c\20float\2c\20float\2c\20float\2c\20float\29 +5745:portable::copy_from_indirect_unmasked\28portable::Params*\2c\20SkRasterPipelineStage*\2c\20float\2c\20float\2c\20float\2c\20float\29 +5746:portable::copy_2_slots_unmasked\28portable::Params*\2c\20SkRasterPipelineStage*\2c\20float\2c\20float\2c\20float\2c\20float\29 +5747:portable::check_decal_mask\28portable::Params*\2c\20SkRasterPipelineStage*\2c\20float\2c\20float\2c\20float\2c\20float\29 +5748:portable::bilerp_clamp_8888\28portable::Params*\2c\20SkRasterPipelineStage*\2c\20float\2c\20float\2c\20float\2c\20float\29 +5749:pop_arg +5750:pointInTriangle\28SkDPoint\20const*\2c\20SkDPoint\20const&\29 +5751:pntz +5752:png_rtran_ok +5753:png_malloc_array_checked +5754:png_inflate +5755:png_format_buffer +5756:png_decompress_chunk +5757:png_colorspace_check_gamma +5758:png_cache_unknown_chunk +5759:pin_offset_s32\28int\2c\20int\2c\20int\29 +5760:path_key_from_data_size\28SkPath\20const&\29 +5761:parse_private_use_subtag\28char\20const*\2c\20unsigned\20int*\2c\20unsigned\20int*\2c\20char\20const*\2c\20unsigned\20char\20\28*\29\28unsigned\20char\29\29 +5762:paint_color_to_dst\28SkPaint\20const&\2c\20SkPixmap\20const&\29 +5763:pad4 +5764:operator_new_impl\28unsigned\20long\29 +5765:operator==\28SkRRect\20const&\2c\20SkRRect\20const&\29 +5766:operator==\28SkPaint\20const&\2c\20SkPaint\20const&\29 +5767:operator!=\28SkRRect\20const&\2c\20SkRRect\20const&\29 +5768:open_face +5769:on_same_side\28SkPoint\20const*\2c\20int\2c\20int\29 +5770:non-virtual\20thunk\20to\20SkMeshPriv::CpuBuffer::~CpuBuffer\28\29_3686 +5771:non-virtual\20thunk\20to\20SkMeshPriv::CpuBuffer::~CpuBuffer\28\29 +5772:non-virtual\20thunk\20to\20SkMeshPriv::CpuBuffer::size\28\29\20const +5773:non-virtual\20thunk\20to\20SkMeshPriv::CpuBuffer::onUpdate\28GrDirectContext*\2c\20void\20const*\2c\20unsigned\20long\2c\20unsigned\20long\29 +5774:move_multiples\28SkOpContourHead*\29 +5775:mono_cubic_closestT\28float\20const*\2c\20float\29 +5776:mbsrtowcs +5777:matchesEnd\28SkDPoint\20const*\2c\20SkDPoint\20const&\29 +5778:map_rect_perspective\28SkRect\20const&\2c\20float\20const*\29::$_0::operator\28\29\28skvx::Vec<4\2c\20float>\20const&\2c\20skvx::Vec<4\2c\20float>\20const&\2c\20skvx::Vec<4\2c\20float>\20const&\29\20const::'lambda'\28skvx::Vec<4\2c\20float>\20const&\29::operator\28\29\28skvx::Vec<4\2c\20float>\20const&\29\20const +5779:map_quad_to_rect\28SkRSXform\20const&\2c\20SkRect\20const&\29 +5780:map_quad_general\28skvx::Vec<4\2c\20float>\20const&\2c\20skvx::Vec<4\2c\20float>\20const&\2c\20SkMatrix\20const&\2c\20skvx::Vec<4\2c\20float>*\2c\20skvx::Vec<4\2c\20float>*\2c\20skvx::Vec<4\2c\20float>*\29 +5781:make_tiled_gradient\28GrFPArgs\20const&\2c\20std::__2::unique_ptr>\2c\20std::__2::unique_ptr>\2c\20bool\2c\20bool\29 +5782:make_premul_effect\28std::__2::unique_ptr>\29 +5783:make_dual_interval_colorizer\28SkRGBA4f<\28SkAlphaType\292>\20const&\2c\20SkRGBA4f<\28SkAlphaType\292>\20const&\2c\20SkRGBA4f<\28SkAlphaType\292>\20const&\2c\20SkRGBA4f<\28SkAlphaType\292>\20const&\2c\20float\29 +5784:make_clamped_gradient\28std::__2::unique_ptr>\2c\20std::__2::unique_ptr>\2c\20SkRGBA4f<\28SkAlphaType\292>\2c\20SkRGBA4f<\28SkAlphaType\292>\2c\20bool\29 +5785:make_bmp_proxy\28GrProxyProvider*\2c\20SkBitmap\20const&\2c\20GrColorType\2c\20skgpu::Mipmapped\2c\20SkBackingFit\2c\20skgpu::Budgeted\29 +5786:long\20std::__2::__num_get_signed_integral\5babi:nn180100\5d\28char\20const*\2c\20char\20const*\2c\20unsigned\20int&\2c\20int\29 +5787:long\20long\20std::__2::__num_get_signed_integral\5babi:nn180100\5d\28char\20const*\2c\20char\20const*\2c\20unsigned\20int&\2c\20int\29 +5788:long\20double\20std::__2::__num_get_float\5babi:nn180100\5d\28char\20const*\2c\20char\20const*\2c\20unsigned\20int&\29 +5789:log2f_\28float\29 +5790:load_post_names +5791:lineMetrics_getLineNumber +5792:lineMetrics_getHardBreak +5793:lin_srgb_to_oklab\28SkRGBA4f<\28SkAlphaType\292>\2c\20bool*\29 +5794:lang_find_or_insert\28char\20const*\29 +5795:isdigit +5796:is_zero_width_char\28hb_font_t*\2c\20unsigned\20int\29 +5797:is_simple_rect\28GrQuad\20const&\29 +5798:is_plane_config_compatible_with_subsampling\28SkYUVAInfo::PlaneConfig\2c\20SkYUVAInfo::Subsampling\29 +5799:is_overlap_edge\28GrTriangulator::Edge*\29 +5800:is_leap +5801:is_int\28float\29 +5802:is_halant_use\28hb_glyph_info_t\20const&\29 +5803:is_float_fp32\28GrGLContextInfo\20const&\2c\20GrGLInterface\20const*\2c\20unsigned\20int\29 +5804:isZeroLengthSincePoint\28SkSpan\2c\20int\29 +5805:iprintf +5806:invalidate_buffer\28GrGLGpu*\2c\20unsigned\20int\2c\20unsigned\20int\2c\20unsigned\20int\2c\20unsigned\20long\29 +5807:interp_cubic_coords\28double\20const*\2c\20double*\2c\20double\29 +5808:int\20SkRecords::Pattern>::matchFirst>\28SkRecords::Is*\2c\20SkRecord*\2c\20int\29 +5809:inside_triangle\28skvx::Vec<4\2c\20float>\20const&\2c\20skvx::Vec<4\2c\20float>\20const&\2c\20skvx::Vec<4\2c\20float>\20const&\29 +5810:inflateEnd +5811:impeller::\28anonymous\20namespace\29::OctantContains\28impeller::RoundSuperellipseParam::Octant\20const&\2c\20impeller::TPoint\20const&\29 +5812:impeller::\28anonymous\20namespace\29::ComputeOctant\28impeller::TPoint\2c\20float\2c\20float\29 +5813:impeller::TRect::Expand\28int\2c\20int\29\20const +5814:impeller::TRect::Union\28impeller::TRect\20const&\29\20const +5815:impeller::TRect::TransformBounds\28impeller::Matrix\20const&\29\20const +5816:impeller::TRect::InterpolateAndInsert\28impeller::TPoint*\2c\20int\2c\20impeller::Vector3\20const&\2c\20impeller::Vector3\20const&\29 +5817:impeller::TPoint::GetLengthSquared\28\29\20const +5818:impeller::RoundingRadii::Scaled\28impeller::TRect\20const&\29\20const +5819:impeller::RoundingRadii::AreAllCornersEmpty\28\29\20const +5820:impeller::RoundSuperellipseParam::MakeBoundsRadii\28impeller::TRect\20const&\2c\20impeller::RoundingRadii\20const&\29 +5821:impeller::Matrix::IsAligned2D\28float\29\20const +5822:impeller::Matrix::HasPerspective\28\29\20const +5823:image_getHeight +5824:hb_vector_t::resize\28int\2c\20bool\2c\20bool\29 +5825:hb_vector_t::resize\28int\2c\20bool\2c\20bool\29 +5826:hb_vector_t\2c\20false>::shrink_vector\28unsigned\20int\29 +5827:hb_vector_t\2c\20false>::resize\28int\2c\20bool\2c\20bool\29 +5828:hb_vector_t\2c\20false>::fini\28\29 +5829:hb_vector_t::alloc\28unsigned\20int\2c\20bool\29 +5830:hb_vector_t::alloc\28unsigned\20int\2c\20bool\29 +5831:hb_vector_t::pop\28\29 +5832:hb_vector_t::clear\28\29 +5833:hb_vector_t::resize\28int\2c\20bool\2c\20bool\29 +5834:hb_vector_t::push\28\29 +5835:hb_vector_t::alloc_exact\28unsigned\20int\29 +5836:hb_vector_t::alloc\28unsigned\20int\2c\20bool\29 +5837:hb_vector_t::resize\28int\2c\20bool\2c\20bool\29 +5838:hb_vector_t::clear\28\29 +5839:hb_vector_t\2c\20false>::shrink_vector\28unsigned\20int\29 +5840:hb_vector_t\2c\20false>::fini\28\29 +5841:hb_vector_t::shrink_vector\28unsigned\20int\29 +5842:hb_vector_t::fini\28\29 +5843:hb_vector_t::shrink_vector\28unsigned\20int\29 +5844:hb_unicode_mirroring_nil\28hb_unicode_funcs_t*\2c\20unsigned\20int\2c\20void*\29 +5845:hb_unicode_funcs_t::is_default_ignorable\28unsigned\20int\29 +5846:hb_unicode_funcs_get_default +5847:hb_tag_from_string +5848:hb_shape_plan_key_t::init\28bool\2c\20hb_face_t*\2c\20hb_segment_properties_t\20const*\2c\20hb_feature_t\20const*\2c\20unsigned\20int\2c\20int\20const*\2c\20unsigned\20int\2c\20char\20const*\20const*\29 +5849:hb_shape_plan_key_t::fini\28\29 +5850:hb_set_digest_t::union_\28hb_set_digest_t\20const&\29 +5851:hb_set_digest_t::may_intersect\28hb_set_digest_t\20const&\29\20const +5852:hb_serialize_context_t::object_t::hash\28\29\20const +5853:hb_serialize_context_t::fini\28\29 +5854:hb_sanitize_context_t::return_t\20OT::Context::dispatch\28hb_sanitize_context_t*\29\20const +5855:hb_sanitize_context_t::return_t\20OT::ChainContext::dispatch\28hb_sanitize_context_t*\29\20const +5856:hb_sanitize_context_t::hb_sanitize_context_t\28hb_blob_t*\29 +5857:hb_paint_funcs_t::sweep_gradient\28void*\2c\20hb_color_line_t*\2c\20float\2c\20float\2c\20float\2c\20float\29 +5858:hb_paint_funcs_t::radial_gradient\28void*\2c\20hb_color_line_t*\2c\20float\2c\20float\2c\20float\2c\20float\2c\20float\2c\20float\29 +5859:hb_paint_funcs_t::push_skew\28void*\2c\20float\2c\20float\29 +5860:hb_paint_funcs_t::push_rotate\28void*\2c\20float\29 +5861:hb_paint_funcs_t::push_inverse_font_transform\28void*\2c\20hb_font_t\20const*\29 +5862:hb_paint_funcs_t::push_group\28void*\29 +5863:hb_paint_funcs_t::pop_group\28void*\2c\20hb_paint_composite_mode_t\29 +5864:hb_paint_funcs_t::linear_gradient\28void*\2c\20hb_color_line_t*\2c\20float\2c\20float\2c\20float\2c\20float\2c\20float\2c\20float\29 +5865:hb_paint_extents_paint_linear_gradient\28hb_paint_funcs_t*\2c\20void*\2c\20hb_color_line_t*\2c\20float\2c\20float\2c\20float\2c\20float\2c\20float\2c\20float\2c\20void*\29 +5866:hb_paint_extents_get_funcs\28\29 +5867:hb_paint_extents_context_t::~hb_paint_extents_context_t\28\29 +5868:hb_paint_extents_context_t::pop_clip\28\29 +5869:hb_paint_extents_context_t::clear\28\29 +5870:hb_ot_map_t::get_mask\28unsigned\20int\2c\20unsigned\20int*\29\20const +5871:hb_ot_map_t::fini\28\29 +5872:hb_ot_map_builder_t::add_pause\28unsigned\20int\2c\20bool\20\28*\29\28hb_ot_shape_plan_t\20const*\2c\20hb_font_t*\2c\20hb_buffer_t*\29\29 +5873:hb_ot_map_builder_t::add_lookups\28hb_ot_map_t&\2c\20unsigned\20int\2c\20unsigned\20int\2c\20unsigned\20int\2c\20unsigned\20int\2c\20bool\2c\20bool\2c\20bool\2c\20bool\2c\20unsigned\20int\29 +5874:hb_ot_layout_has_substitution +5875:hb_ot_font_set_funcs +5876:hb_memcmp\28void\20const*\2c\20void\20const*\2c\20unsigned\20int\29 +5877:hb_lazy_loader_t\2c\20hb_face_t\2c\2038u\2c\20OT::sbix_accelerator_t>::get_stored\28\29\20const +5878:hb_lazy_loader_t\2c\20hb_face_t\2c\207u\2c\20OT::post_accelerator_t>::get_stored\28\29\20const +5879:hb_lazy_loader_t\2c\20hb_face_t\2c\207u\2c\20OT::post_accelerator_t>::do_destroy\28OT::post_accelerator_t*\29 +5880:hb_lazy_loader_t\2c\20hb_face_t\2c\205u\2c\20OT::hmtx_accelerator_t>::get_stored\28\29\20const +5881:hb_lazy_loader_t\2c\20hb_face_t\2c\2021u\2c\20OT::gvar_accelerator_t>::do_destroy\28OT::gvar_accelerator_t*\29 +5882:hb_lazy_loader_t\2c\20hb_face_t\2c\2015u\2c\20OT::glyf_accelerator_t>::do_destroy\28OT::glyf_accelerator_t*\29 +5883:hb_lazy_loader_t\2c\20hb_face_t\2c\203u\2c\20OT::cmap_accelerator_t>::do_destroy\28OT::cmap_accelerator_t*\29 +5884:hb_lazy_loader_t\2c\20hb_face_t\2c\2017u\2c\20OT::cff2_accelerator_t>::get_stored\28\29\20const +5885:hb_lazy_loader_t\2c\20hb_face_t\2c\2017u\2c\20OT::cff2_accelerator_t>::do_destroy\28OT::cff2_accelerator_t*\29 +5886:hb_lazy_loader_t\2c\20hb_face_t\2c\2016u\2c\20OT::cff1_accelerator_t>::do_destroy\28OT::cff1_accelerator_t*\29 +5887:hb_lazy_loader_t\2c\20hb_face_t\2c\2019u\2c\20hb_blob_t>::get\28\29\20const +5888:hb_lazy_loader_t\2c\20hb_face_t\2c\2024u\2c\20OT::GDEF_accelerator_t>::do_destroy\28OT::GDEF_accelerator_t*\29 +5889:hb_lazy_loader_t\2c\20hb_face_t\2c\2036u\2c\20hb_blob_t>::get\28\29\20const +5890:hb_lazy_loader_t\2c\20hb_face_t\2c\2035u\2c\20OT::COLR_accelerator_t>::get_stored\28\29\20const +5891:hb_lazy_loader_t\2c\20hb_face_t\2c\2035u\2c\20OT::COLR_accelerator_t>::do_destroy\28OT::COLR_accelerator_t*\29 +5892:hb_lazy_loader_t\2c\20hb_face_t\2c\2037u\2c\20OT::CBDT_accelerator_t>::get_stored\28\29\20const +5893:hb_lazy_loader_t\2c\20hb_face_t\2c\2037u\2c\20OT::CBDT_accelerator_t>::do_destroy\28OT::CBDT_accelerator_t*\29 +5894:hb_lazy_loader_t\2c\20hb_face_t\2c\2033u\2c\20hb_blob_t>::get\28\29\20const +5895:hb_lazy_loader_t\2c\20hb_face_t\2c\2030u\2c\20AAT::kerx_accelerator_t>::get_stored\28\29\20const +5896:hb_language_matches +5897:hb_iter_t\2c\20hb_filter_iter_t\2c\20hb_array_t>\2c\20find_syllables_use\28hb_buffer_t*\29::'lambda'\28hb_glyph_info_t\20const&\29\2c\20$_7\20const&\2c\20\28void*\290>\2c\20find_syllables_use\28hb_buffer_t*\29::'lambda'\28hb_pair_t\29\2c\20$_6\20const&\2c\20\28void*\290>>\2c\20hb_pair_t>>::operator-=\28unsigned\20int\29\20& +5898:hb_iter_t\2c\20hb_filter_iter_t\2c\20hb_array_t>\2c\20find_syllables_use\28hb_buffer_t*\29::'lambda'\28hb_glyph_info_t\20const&\29\2c\20$_7\20const&\2c\20\28void*\290>\2c\20find_syllables_use\28hb_buffer_t*\29::'lambda'\28hb_pair_t\29\2c\20$_6\20const&\2c\20\28void*\290>>\2c\20hb_pair_t>>::operator+=\28unsigned\20int\29\20& +5899:hb_iter_t\2c\20hb_array_t>\2c\20find_syllables_use\28hb_buffer_t*\29::'lambda'\28hb_glyph_info_t\20const&\29\2c\20$_7\20const&\2c\20\28void*\290>\2c\20hb_pair_t>::operator++\28\29\20& +5900:hb_iter_t\2c\20hb_array_t>\2c\20find_syllables_use\28hb_buffer_t*\29::'lambda'\28hb_glyph_info_t\20const&\29\2c\20$_7\20const&\2c\20\28void*\290>\2c\20find_syllables_use\28hb_buffer_t*\29::'lambda'\28hb_pair_t\29\2c\20$_6\20const&\2c\20\28void*\290>\2c\20hb_pair_t>::operator--\28\29\20& +5901:hb_indic_get_categories\28unsigned\20int\29 +5902:hb_hashmap_t::fini\28\29 +5903:hb_hashmap_t::fetch_item\28hb_serialize_context_t::object_t\20const*\20const&\2c\20unsigned\20int\29\20const +5904:hb_font_t::synthetic_glyph_extents\28hb_glyph_extents_t*\29 +5905:hb_font_t::subtract_glyph_origin_for_direction\28unsigned\20int\2c\20hb_direction_t\2c\20int*\2c\20int*\29 +5906:hb_font_t::subtract_glyph_h_origin\28unsigned\20int\2c\20int*\2c\20int*\29 +5907:hb_font_t::guess_v_origin_minus_h_origin\28unsigned\20int\2c\20int*\2c\20int*\29 +5908:hb_font_t::get_variation_glyph\28unsigned\20int\2c\20unsigned\20int\2c\20unsigned\20int*\2c\20unsigned\20int\29 +5909:hb_font_t::get_glyph_v_origin_with_fallback\28unsigned\20int\2c\20int*\2c\20int*\29 +5910:hb_font_t::get_glyph_v_kerning\28unsigned\20int\2c\20unsigned\20int\29 +5911:hb_font_t::get_glyph_h_kerning\28unsigned\20int\2c\20unsigned\20int\29 +5912:hb_font_t::get_glyph_contour_point\28unsigned\20int\2c\20unsigned\20int\2c\20int*\2c\20int*\29 +5913:hb_font_t::get_font_h_extents\28hb_font_extents_t*\29 +5914:hb_font_t::draw_glyph\28unsigned\20int\2c\20hb_draw_funcs_t*\2c\20void*\29 +5915:hb_font_set_variations +5916:hb_font_set_funcs +5917:hb_font_get_variation_glyph_nil\28hb_font_t*\2c\20void*\2c\20unsigned\20int\2c\20unsigned\20int\2c\20unsigned\20int*\2c\20void*\29 +5918:hb_font_get_font_h_extents_nil\28hb_font_t*\2c\20void*\2c\20hb_font_extents_t*\2c\20void*\29 +5919:hb_font_funcs_set_variation_glyph_func +5920:hb_font_funcs_set_nominal_glyphs_func +5921:hb_font_funcs_set_nominal_glyph_func +5922:hb_font_funcs_set_glyph_h_advances_func +5923:hb_font_funcs_set_glyph_extents_func +5924:hb_font_funcs_create +5925:hb_font_destroy +5926:hb_face_destroy +5927:hb_face_create_for_tables +5928:hb_draw_move_to_nil\28hb_draw_funcs_t*\2c\20void*\2c\20hb_draw_state_t*\2c\20float\2c\20float\2c\20void*\29 +5929:hb_draw_funcs_t::emit_move_to\28void*\2c\20hb_draw_state_t&\2c\20float\2c\20float\29 +5930:hb_draw_funcs_set_quadratic_to_func +5931:hb_draw_funcs_set_move_to_func +5932:hb_draw_funcs_set_line_to_func +5933:hb_draw_funcs_set_cubic_to_func +5934:hb_draw_funcs_destroy +5935:hb_draw_funcs_create +5936:hb_draw_extents_move_to\28hb_draw_funcs_t*\2c\20void*\2c\20hb_draw_state_t*\2c\20float\2c\20float\2c\20void*\29 +5937:hb_cache_t<24u\2c\2016u\2c\208u\2c\20true>::clear\28\29 +5938:hb_buffer_t::sort\28unsigned\20int\2c\20unsigned\20int\2c\20int\20\28*\29\28hb_glyph_info_t\20const*\2c\20hb_glyph_info_t\20const*\29\29 +5939:hb_buffer_t::safe_to_insert_tatweel\28unsigned\20int\2c\20unsigned\20int\29 +5940:hb_buffer_t::next_glyphs\28unsigned\20int\29 +5941:hb_buffer_t::message_impl\28hb_font_t*\2c\20char\20const*\2c\20void*\29 +5942:hb_buffer_t::delete_glyphs_inplace\28bool\20\28*\29\28hb_glyph_info_t\20const*\29\29 +5943:hb_buffer_t::clear\28\29 +5944:hb_buffer_t::add\28unsigned\20int\2c\20unsigned\20int\29 +5945:hb_buffer_get_glyph_positions +5946:hb_buffer_diff +5947:hb_buffer_clear_contents +5948:hb_buffer_add_utf8 +5949:hb_bounds_t::union_\28hb_bounds_t\20const&\29 +5950:hb_bounds_t::intersect\28hb_bounds_t\20const&\29 +5951:hb_blob_t::destroy_user_data\28\29 +5952:hb_array_t::hash\28\29\20const +5953:hb_array_t::cmp\28hb_array_t\20const&\29\20const +5954:hb_array_t>::qsort\28int\20\28*\29\28void\20const*\2c\20void\20const*\29\29 +5955:hb_array_t::__next__\28\29 +5956:hb_aat_map_builder_t::~hb_aat_map_builder_t\28\29 +5957:hb_aat_map_builder_t::feature_info_t\20const*\20hb_vector_t::bsearch\28hb_aat_map_builder_t::feature_info_t\20const&\2c\20hb_aat_map_builder_t::feature_info_t\20const*\29\20const +5958:hb_aat_map_builder_t::feature_info_t::cmp\28void\20const*\2c\20void\20const*\29 +5959:hb_aat_map_builder_t::feature_info_t::cmp\28hb_aat_map_builder_t::feature_info_t\20const&\29\20const +5960:hb_aat_map_builder_t::compile\28hb_aat_map_t&\29 +5961:hb_aat_layout_remove_deleted_glyphs\28hb_buffer_t*\29 +5962:hb_aat_layout_compile_map\28hb_aat_map_builder_t\20const*\2c\20hb_aat_map_t*\29 +5963:has_msaa_render_buffer\28GrSurfaceProxy\20const*\2c\20GrGLCaps\20const&\29 +5964:hair_cubic\28SkPoint\20const*\2c\20SkRegion\20const*\2c\20SkBlitter*\2c\20void\20\28*\29\28SkPoint\20const*\2c\20int\2c\20SkRegion\20const*\2c\20SkBlitter*\29\29 +5965:getint +5966:get_win_string +5967:get_paint\28GrAA\2c\20unsigned\20char\29 +5968:get_layer_mapping_and_bounds\28SkSpan>\2c\20SkM44\20const&\2c\20skif::DeviceSpace\20const&\2c\20std::__2::optional>\2c\20float\29::$_0::operator\28\29\28int\29\20const +5969:get_dst_swizzle_and_store\28GrColorType\2c\20SkRasterPipelineOp*\2c\20LumMode*\2c\20bool*\2c\20bool*\29 +5970:get_driver_and_version\28GrGLStandard\2c\20GrGLVendor\2c\20char\20const*\2c\20char\20const*\2c\20char\20const*\29 +5971:get_apple_string +5972:getSingleRun\28UBiDi*\2c\20unsigned\20char\29 +5973:getRunFromLogicalIndex\28UBiDi*\2c\20int\29 +5974:getMirror\28int\2c\20unsigned\20short\29\20\28.9480\29 +5975:geometric_overlap\28SkRect\20const&\2c\20SkRect\20const&\29 +5976:geometric_contains\28SkRect\20const&\2c\20SkRect\20const&\29 +5977:gen_key\28skgpu::KeyBuilder*\2c\20GrProgramInfo\20const&\2c\20GrCaps\20const&\29 +5978:gen_fp_key\28GrFragmentProcessor\20const&\2c\20GrCaps\20const&\2c\20skgpu::KeyBuilder*\29 +5979:gather_uniforms_and_check_for_main\28SkSL::Program\20const&\2c\20std::__2::vector>*\2c\20std::__2::vector>*\2c\20SkRuntimeEffect::Uniform::Flags\2c\20unsigned\20long*\29 +5980:fwrite +5981:ft_var_to_normalized +5982:ft_var_load_item_variation_store +5983:ft_var_load_hvvar +5984:ft_var_load_avar +5985:ft_var_get_value_pointer +5986:ft_var_get_item_delta +5987:ft_var_apply_tuple +5988:ft_set_current_renderer +5989:ft_recompute_scaled_metrics +5990:ft_mem_strcpyn +5991:ft_mem_dup +5992:ft_hash_num_lookup +5993:ft_gzip_alloc +5994:ft_glyphslot_preset_bitmap +5995:ft_glyphslot_done +5996:ft_corner_orientation +5997:ft_corner_is_flat +5998:ft_cmap_done_internal +5999:frexp +6000:fread +6001:fputs +6002:fp_force_eval +6003:fp_barrier +6004:formulate_F1DotF2\28float\20const*\2c\20float*\29 +6005:formulate_F1DotF2\28double\20const*\2c\20double*\29 +6006:format_alignment\28SkMask::Format\29 +6007:format1_names\28unsigned\20int\29 +6008:fopen +6009:fold_opacity_layer_color_to_paint\28SkPaint\20const*\2c\20bool\2c\20SkPaint*\29 +6010:fmodl +6011:fmod +6012:flutter::\28anonymous\20namespace\29::transform\28flutter::DlColor\20const&\2c\20std::__2::array\20const&\2c\20flutter::DlColorSpace\29 +6013:flutter::\28anonymous\20namespace\29::RoundingRadiiSafeRects\28impeller::TRect\20const&\2c\20impeller::RoundingRadii\20const&\29 +6014:flutter::ToSk\28flutter::DlColorSource\20const*\29 +6015:flutter::ToSk\28flutter::DlColorFilter\20const*\29 +6016:flutter::ToApproximateSkRRect\28impeller::RoundSuperellipse\20const&\29 +6017:flutter::DlTextSkia::~DlTextSkia\28\29 +6018:flutter::DlTextSkia::Make\28sk_sp\20const&\29 +6019:flutter::DlSkPaintDispatchHelper::set_opacity\28float\29 +6020:flutter::DlSkPaintDispatchHelper::makeColorFilter\28\29\20const +6021:flutter::DlSkCanvasDispatcher::restore\28\29 +6022:flutter::DlRuntimeEffectSkia::~DlRuntimeEffectSkia\28\29_1665 +6023:flutter::DlRuntimeEffectSkia::~DlRuntimeEffectSkia\28\29 +6024:flutter::DlRuntimeEffectSkia::skia_runtime_effect\28\29\20const +6025:flutter::DlRegion::~DlRegion\28\29 +6026:flutter::DlRegion::Span&\20std::__2::vector>::emplace_back\28int&\2c\20int&\29 +6027:flutter::DlRTree::~DlRTree\28\29 +6028:flutter::DlRTree::search\28impeller::TRect\20const&\2c\20std::__2::vector>*\29\20const +6029:flutter::DlRTree::search\28flutter::DlRTree::Node\20const&\2c\20impeller::TRect\20const&\2c\20std::__2::vector>*\29\20const +6030:flutter::DlPath::IsRect\28impeller::TRect*\2c\20bool*\29\20const +6031:flutter::DlPaint::setColorSource\28std::__2::shared_ptr\29 +6032:flutter::DlPaint::operator=\28flutter::DlPaint\20const&\29 +6033:flutter::DlMatrixColorFilter::size\28\29\20const +6034:flutter::DlLinearGradientColorSource::size\28\29\20const +6035:flutter::DlLinearGradientColorSource::pod\28\29\20const +6036:flutter::DlImageFilter::outset_device_bounds\28impeller::TRect\20const&\2c\20float\2c\20float\2c\20impeller::Matrix\20const&\2c\20impeller::TRect&\29 +6037:flutter::DlImageFilter::map_vectors_affine\28impeller::Matrix\20const&\2c\20float\2c\20float\29 +6038:flutter::DlDilateImageFilter::map_device_bounds\28impeller::TRect\20const&\2c\20impeller::Matrix\20const&\2c\20impeller::TRect&\29\20const +6039:flutter::DlDilateImageFilter::get_input_device_bounds\28impeller::TRect\20const&\2c\20impeller::Matrix\20const&\2c\20impeller::TRect&\29\20const +6040:flutter::DlDilateImageFilter::equals_\28flutter::DlImageFilter\20const&\29\20const +6041:flutter::DlConicalGradientColorSource::pod\28\29\20const +6042:flutter::DlComposeImageFilter::DlComposeImageFilter\28std::__2::shared_ptr\20const&\2c\20std::__2::shared_ptr\20const&\29 +6043:flutter::DlColorSource::MakeImage\28sk_sp\20const&\2c\20flutter::DlTileMode\2c\20flutter::DlTileMode\2c\20flutter::DlImageSampling\2c\20impeller::Matrix\20const*\29 +6044:flutter::DlColorFilterImageFilter::map_device_bounds\28impeller::TRect\20const&\2c\20impeller::Matrix\20const&\2c\20impeller::TRect&\29\20const +6045:flutter::DlBlurMaskFilter::shared\28\29\20const +6046:flutter::DlBlurImageFilter::map_device_bounds\28impeller::TRect\20const&\2c\20impeller::Matrix\20const&\2c\20impeller::TRect&\29\20const +6047:flutter::DlBlendColorFilter::size\28\29\20const +6048:flutter::DisplayListStorage::realloc\28unsigned\20long\29 +6049:flutter::DisplayListStorage::operator=\28flutter::DisplayListStorage&&\29 +6050:flutter::DisplayListStorage::DisplayListStorage\28flutter::DisplayListStorage&&\29 +6051:flutter::DisplayListMatrixClipState::translate\28float\2c\20float\29 +6052:flutter::DisplayListMatrixClipState::transformFullPerspective\28float\2c\20float\2c\20float\2c\20float\2c\20float\2c\20float\2c\20float\2c\20float\2c\20float\2c\20float\2c\20float\2c\20float\2c\20float\2c\20float\2c\20float\2c\20float\29 +6053:flutter::DisplayListMatrixClipState::transform2DAffine\28float\2c\20float\2c\20float\2c\20float\2c\20float\2c\20float\29 +6054:flutter::DisplayListMatrixClipState::skew\28float\2c\20float\29 +6055:flutter::DisplayListMatrixClipState::scale\28float\2c\20float\29 +6056:flutter::DisplayListMatrixClipState::rsuperellipse_covers_cull\28impeller::RoundSuperellipse\20const&\29\20const +6057:flutter::DisplayListMatrixClipState::rrect_covers_cull\28impeller::RoundRect\20const&\29\20const +6058:flutter::DisplayListMatrixClipState::rotate\28impeller::Radians\29 +6059:flutter::DisplayListMatrixClipState::oval_covers_cull\28impeller::TRect\20const&\29\20const +6060:flutter::DisplayListMatrixClipState::clipRSuperellipse\28impeller::RoundSuperellipse\20const&\2c\20flutter::DlClipOp\2c\20bool\29 +6061:flutter::DisplayListMatrixClipState::clipRRect\28impeller::RoundRect\20const&\2c\20flutter::DlClipOp\2c\20bool\29 +6062:flutter::DisplayListMatrixClipState::clipPath\28flutter::DlPath\20const&\2c\20flutter::DlClipOp\2c\20bool\29 +6063:flutter::DisplayListMatrixClipState::GetLocalCullCoverage\28\29\20const +6064:flutter::DisplayListBuilder::~DisplayListBuilder\28\29_1226 +6065:flutter::DisplayListBuilder::drawDisplayList\28sk_sp\2c\20float\29 +6066:flutter::DisplayListBuilder::SetTransform\28impeller::Matrix\20const&\29 +6067:flutter::DisplayListBuilder::SaveInfo::SaveInfo\28impeller::TRect\20const&\29 +6068:flutter::DisplayListBuilder::SaveInfo::AccumulateBoundsLocal\28impeller::TRect\20const&\29 +6069:flutter::DisplayListBuilder::SaveInfo*\20std::__2::construct_at\5babi:ne180100\5d&\2c\20unsigned\20long&\2c\20flutter::DisplayListBuilder::SaveInfo*>\28flutter::DisplayListBuilder::SaveInfo*\2c\20flutter::DisplayListBuilder::SaveInfo*&&\2c\20std::__2::shared_ptr&\2c\20unsigned\20long&\29 +6070:flutter::DisplayListBuilder::SaveInfo*\20std::__2::construct_at\5babi:ne180100\5d\28flutter::DisplayListBuilder::SaveInfo*\2c\20flutter::DisplayListBuilder::SaveInfo*&&\29 +6071:flutter::DisplayListBuilder::RTreeData::~RTreeData\28\29 +6072:flutter::DisplayListBuilder::LayerInfo::LayerInfo\28std::__2::shared_ptr\20const&\2c\20unsigned\20long\29 +6073:flutter::DisplayListBuilder::Init\28bool\29 +6074:flutter::DisplayListBuilder::GetImageInfo\28\29\20const +6075:flutter::DisplayListBuilder::FlagsForPointMode\28flutter::DlPointMode\29 +6076:flutter::DisplayListBuilder::DrawRoundSuperellipse\28impeller::RoundSuperellipse\20const&\2c\20flutter::DlPaint\20const&\29 +6077:flutter::DisplayListBuilder::CheckLayerOpacityHairlineCompatibility\28\29 +6078:flutter::DisplayListBuilder::AccumulateUnbounded\28flutter::DisplayListBuilder::SaveInfo\20const&\29 +6079:flutter::DisplayList::~DisplayList\28\29 +6080:flutter::DisplayList::DisposeOps\28flutter::DisplayListStorage\20const&\2c\20std::__2::vector>\20const&\29 +6081:flutter::DisplayList::DispatchOneOp\28flutter::DlOpReceiver&\2c\20unsigned\20char\20const*\29\20const +6082:float\20std::__2::__num_get_float\5babi:nn180100\5d\28char\20const*\2c\20char\20const*\2c\20unsigned\20int&\29 +6083:first_axis_intersection\28double\20const*\2c\20bool\2c\20double\2c\20double*\29 +6084:fiprintf +6085:find_unicode_charmap +6086:find_diff_pt\28SkPoint\20const*\2c\20int\2c\20int\2c\20int\29 +6087:fillable\28SkRect\20const&\29 +6088:fileno +6089:expf_\28float\29 +6090:exp2f_\28float\29 +6091:eval_cubic_pts\28float\2c\20float\2c\20float\2c\20float\2c\20float\29 +6092:eval_cubic_derivative\28SkPoint\20const*\2c\20float\29 +6093:emptyOnNull\28sk_sp&&\29 +6094:elliptical_effect_uses_scale\28GrShaderCaps\20const&\2c\20SkRRect\20const&\29 +6095:edges_too_close\28SkAnalyticEdge*\2c\20SkAnalyticEdge*\2c\20int\29 +6096:edge_line_needs_recursion\28SkPoint\20const&\2c\20SkPoint\20const&\29 +6097:eat_space_sep_strings\28skia_private::TArray*\2c\20char\20const*\29 +6098:draw_nine\28SkMask\20const&\2c\20SkIRect\20const&\2c\20SkIPoint\20const&\2c\20bool\2c\20SkRasterClip\20const&\2c\20SkBlitter*\29 +6099:dquad_intersect_ray\28SkDCurve\20const&\2c\20SkDLine\20const&\2c\20SkIntersections*\29 +6100:double\20std::__2::__num_get_float\5babi:nn180100\5d\28char\20const*\2c\20char\20const*\2c\20unsigned\20int&\29 +6101:do_newlocale +6102:do_fixed +6103:doWriteReverse\28char16_t\20const*\2c\20int\2c\20char16_t*\2c\20int\2c\20unsigned\20short\2c\20UErrorCode*\29 +6104:doWriteForward\28char16_t\20const*\2c\20int\2c\20char16_t*\2c\20int\2c\20unsigned\20short\2c\20UErrorCode*\29 +6105:dline_intersect_ray\28SkDCurve\20const&\2c\20SkDLine\20const&\2c\20SkIntersections*\29 +6106:distance_to_sentinel\28int\20const*\29 +6107:diff_to_shift\28int\2c\20int\2c\20int\29\20\28.683\29 +6108:diff_to_shift\28int\2c\20int\2c\20int\29 +6109:destroy_size +6110:destroy_charmaps +6111:decompose_current_character\28hb_ot_shape_normalize_context_t\20const*\2c\20bool\29 +6112:decompose\28hb_ot_shape_normalize_context_t\20const*\2c\20bool\2c\20unsigned\20int\29 +6113:decltype\28fp\28nullptr\29\29\20SkArenaAlloc::make\28skgpu::ganesh::QuadPerEdgeAA::QuadPerEdgeAAGeometryProcessor::Make\28SkArenaAlloc*\2c\20skgpu::ganesh::QuadPerEdgeAA::VertexSpec\20const&\29::'lambda'\28void*\29&&\29::'lambda'\28char*\29::__invoke\28char*\29 +6114:decltype\28fp\28nullptr\29\29\20SkArenaAlloc::make\28bool&\2c\20skgpu::tess::PatchAttribs&\29::'lambda'\28void*\29>\28skgpu::ganesh::PathCurveTessellator&&\29::'lambda'\28char*\29::__invoke\28char*\29 +6115:decltype\28fp\28nullptr\29\29\20SkArenaAlloc::make<\28anonymous\20namespace\29::MeshGP::Make\28SkArenaAlloc*\2c\20sk_sp\2c\20sk_sp\2c\20SkMatrix\20const&\2c\20std::__2::optional>\20const&\2c\20bool\2c\20sk_sp\2c\20SkSpan>>\29::'lambda'\28void*\29>\28\28anonymous\20namespace\29::MeshGP::Make\28SkArenaAlloc*\2c\20sk_sp\2c\20sk_sp\2c\20SkMatrix\20const&\2c\20std::__2::optional>\20const&\2c\20bool\2c\20sk_sp\2c\20SkSpan>>\29::'lambda'\28void*\29&&\29::'lambda'\28char*\29::__invoke\28char*\29 +6116:decltype\28fp\28nullptr\29\29\20SkArenaAlloc::make<\28anonymous\20namespace\29::GaussianPass*\20SkArenaAlloc::make<\28anonymous\20namespace\29::GaussianPass\2c\20int&\2c\20float*&\2c\20skvx::Vec<1\2c\20float>*&>\28int&\2c\20float*&\2c\20skvx::Vec<1\2c\20float>*&\29::'lambda'\28void*\29>\28\28anonymous\20namespace\29::GaussianPass&&\29::'lambda'\28char*\29::__invoke\28char*\29 +6117:decltype\28fp\28nullptr\29\29\20SkArenaAlloc::make<\28anonymous\20namespace\29::A8Pass*\20SkArenaAlloc::make<\28anonymous\20namespace\29::A8Pass\2c\20unsigned\20long\20long&\2c\20unsigned\20int*&\2c\20unsigned\20int*&\2c\20unsigned\20int*&\2c\20unsigned\20int*&\2c\20unsigned\20int*&\2c\20unsigned\20int*&\2c\20int&>\28unsigned\20long\20long&\2c\20unsigned\20int*&\2c\20unsigned\20int*&\2c\20unsigned\20int*&\2c\20unsigned\20int*&\2c\20unsigned\20int*&\2c\20unsigned\20int*&\2c\20int&\29::'lambda'\28void*\29>\28\28anonymous\20namespace\29::A8Pass&&\29::'lambda'\28char*\29::__invoke\28char*\29 +6118:decltype\28fp\28nullptr\29\29\20SkArenaAlloc::make\28skgpu::UniqueKey\20const&\2c\20GrSurfaceProxyView\20const&\29::'lambda'\28void*\29>\28GrThreadSafeCache::Entry&&\29::'lambda'\28char*\29::__invoke\28char*\29 +6119:decltype\28fp\28nullptr\29\29\20SkArenaAlloc::make\28GrRRectShadowGeoProc::Make\28SkArenaAlloc*\2c\20GrSurfaceProxyView\20const&\29::'lambda'\28void*\29&&\29::'lambda'\28char*\29::__invoke\28char*\29 +6120:decltype\28fp\28nullptr\29\29\20SkArenaAlloc::make\20const&\2c\20SkMatrix\20const&\2c\20GrCaps\20const&\2c\20SkMatrix\20const&\2c\20bool\2c\20unsigned\20char\29::'lambda'\28void*\29>\28GrQuadEffect::Make\28SkArenaAlloc*\2c\20SkRGBA4f<\28SkAlphaType\292>\20const&\2c\20SkMatrix\20const&\2c\20GrCaps\20const&\2c\20SkMatrix\20const&\2c\20bool\2c\20unsigned\20char\29::'lambda'\28void*\29&&\29::'lambda'\28char*\29::__invoke\28char*\29 +6121:decltype\28fp\28nullptr\29\29\20SkArenaAlloc::make\28GrPipeline::InitArgs&\2c\20GrProcessorSet&&\2c\20GrAppliedClip&&\29::'lambda'\28void*\29>\28GrPipeline&&\29::'lambda'\28char*\29::__invoke\28char*\29 +6122:decltype\28fp\28nullptr\29\29\20SkArenaAlloc::make\28GrDistanceFieldA8TextGeoProc::Make\28SkArenaAlloc*\2c\20GrShaderCaps\20const&\2c\20GrSurfaceProxyView\20const*\2c\20int\2c\20GrSamplerState\2c\20float\2c\20unsigned\20int\2c\20SkMatrix\20const&\29::'lambda'\28void*\29&&\29::'lambda'\28char*\29::__invoke\28char*\29 +6123:decltype\28fp\28nullptr\29\29\20SkArenaAlloc::make\28CircleGeometryProcessor::Make\28SkArenaAlloc*\2c\20bool\2c\20bool\2c\20bool\2c\20bool\2c\20bool\2c\20bool\2c\20SkMatrix\20const&\29::'lambda'\28void*\29&&\29::'lambda'\28char*\29::__invoke\28char*\29 +6124:decltype\28fp0\28\28SkRecords::NoOp\29\28\29\29\29\20SkRecord::visit\28int\2c\20SkRecords::Draw&\29\20const +6125:decltype\28fp0\28\28SkRecords::NoOp*\29\28nullptr\29\29\29\20SkRecord::mutate\28int\2c\20SkRecord::Destroyer&\29 +6126:decltype\28auto\29\20std::__2::__variant_detail::__visitation::__base::__dispatcher<1ul\2c\201ul>::__dispatch\5babi:ne180100\5d>::__generic_assign\5babi:ne180100\5d\2c\20\28std::__2::__variant_detail::_Trait\291>\20const&>\28std::__2::__variant_detail::__copy_assignment\2c\20\28std::__2::__variant_detail::_Trait\291>\20const&\29::'lambda'\28std::__2::__variant_detail::__copy_assignment\2c\20\28std::__2::__variant_detail::_Trait\291>\20const&\2c\20auto&&\29&&\2c\20std::__2::__variant_detail::__base<\28std::__2::__variant_detail::_Trait\291\2c\20SkPaint\2c\20int>&\2c\20std::__2::__variant_detail::__base<\28std::__2::__variant_detail::_Trait\291\2c\20SkPaint\2c\20int>\20const&>\28std::__2::__variant_detail::__copy_assignment\2c\20\28std::__2::__variant_detail::_Trait\291>\20const&\2c\20std::__2::__variant_detail::__base<\28std::__2::__variant_detail::_Trait\291\2c\20SkPaint\2c\20int>&\2c\20std::__2::__variant_detail::__base<\28std::__2::__variant_detail::_Trait\291\2c\20SkPaint\2c\20int>\20const&\29 +6127:decltype\28auto\29\20std::__2::__variant_detail::__visitation::__base::__dispatcher<0ul\2c\200ul>::__dispatch\5babi:ne180100\5d\2c\20std::__2::unique_ptr>>>::__generic_construct\5babi:ne180100\5d\2c\20std::__2::unique_ptr>>\2c\20\28std::__2::__variant_detail::_Trait\291>>\28std::__2::__variant_detail::__ctor\2c\20std::__2::unique_ptr>>>&\2c\20std::__2::__variant_detail::__move_constructor\2c\20std::__2::unique_ptr>>\2c\20\28std::__2::__variant_detail::_Trait\291>&&\29::'lambda'\28std::__2::__variant_detail::__move_constructor\2c\20std::__2::unique_ptr>>\2c\20\28std::__2::__variant_detail::_Trait\291>&\2c\20auto&&\29&&\2c\20std::__2::__variant_detail::__base<\28std::__2::__variant_detail::_Trait\291\2c\20sk_sp\2c\20std::__2::unique_ptr>>&\2c\20std::__2::__variant_detail::__base<\28std::__2::__variant_detail::_Trait\291\2c\20sk_sp\2c\20std::__2::unique_ptr>>&&>\28std::__2::__variant_detail::__move_constructor\2c\20std::__2::unique_ptr>>\2c\20\28std::__2::__variant_detail::_Trait\291>\2c\20std::__2::__variant_detail::__base<\28std::__2::__variant_detail::_Trait\291\2c\20sk_sp\2c\20std::__2::unique_ptr>>&\2c\20std::__2::__variant_detail::__base<\28std::__2::__variant_detail::_Trait\291\2c\20sk_sp\2c\20std::__2::unique_ptr>>&&\29 +6128:dcubic_xy_at_t\28SkPoint\20const*\2c\20float\2c\20double\29 +6129:dcubic_intersect_ray\28SkDCurve\20const&\2c\20SkDLine\20const&\2c\20SkIntersections*\29 +6130:dconic_intersect_ray\28SkDCurve\20const&\2c\20SkDLine\20const&\2c\20SkIntersections*\29 +6131:data_destroy_arabic\28void*\29 +6132:data_create_arabic\28hb_ot_shape_plan_t\20const*\29 +6133:cycle +6134:crop_simple_rect\28SkRect\20const&\2c\20float*\2c\20float*\2c\20float*\2c\20float*\29 +6135:crop_rect\28SkRect\20const&\2c\20float*\2c\20float*\2c\20float*\2c\20float*\2c\20float*\29 +6136:count_scalable_pixels\28int\20const*\2c\20int\2c\20bool\2c\20int\2c\20int\29 +6137:copysignl +6138:copy_mask_to_cacheddata\28SkMaskBuilder*\2c\20SkResourceCache*\29 +6139:conservative_round_to_int\28SkRect\20const&\29 +6140:conic_eval_tan\28double\20const*\2c\20float\2c\20double\29 +6141:conic_eval_numerator\28float\20const*\2c\20float\2c\20float\29 +6142:conic_deriv_coeff\28double\20const*\2c\20float\2c\20double*\29 +6143:compute_pos_tan\28SkPoint\20const*\2c\20unsigned\20int\2c\20float\2c\20SkPoint*\2c\20SkPoint*\29 +6144:compute_normal\28SkPoint\20const&\2c\20SkPoint\20const&\2c\20float\2c\20SkPoint*\29 +6145:compute_intersection\28OffsetSegment\20const&\2c\20OffsetSegment\20const&\2c\20SkPoint*\2c\20float*\2c\20float*\29 +6146:compute_anti_width\28short\20const*\29 +6147:compose_khmer\28hb_ot_shape_normalize_context_t\20const*\2c\20unsigned\20int\2c\20unsigned\20int\2c\20unsigned\20int*\29 +6148:compare_offsets +6149:clip_to_limit\28SkRegion\20const&\2c\20SkRegion*\29 +6150:clip_line\28SkPoint*\2c\20SkRect\20const&\2c\20float\2c\20float\29 +6151:clean_sampling_for_constraint\28SkSamplingOptions\20const&\2c\20SkCanvas::SrcRectConstraint\29 +6152:clamp_to_zero\28SkPoint*\29 +6153:clamp\28SkPoint\2c\20SkPoint\2c\20SkPoint\2c\20GrTriangulator::Comparator\20const&\29 +6154:chop_mono_cubic_at_x\28SkPoint*\2c\20float\2c\20SkPoint*\29 +6155:chopMonoQuadAt\28float\2c\20float\2c\20float\2c\20float\2c\20float*\29 +6156:chopMonoQuadAtY\28SkPoint*\2c\20float\2c\20float*\29 +6157:chopMonoQuadAtX\28SkPoint*\2c\20float\2c\20float*\29 +6158:checkint +6159:check_write_and_transfer_input\28GrGLTexture*\29 +6160:check_name\28SkString\20const&\29 +6161:check_backend_texture\28GrBackendTexture\20const&\2c\20GrGLCaps\20const&\2c\20GrGLTexture::Desc*\2c\20bool\29 +6162:char*\20std::__2::copy\5babi:nn180100\5d\2c\20char*>\28std::__2::__wrap_iter\2c\20std::__2::__wrap_iter\2c\20char*\29 +6163:char*\20std::__2::copy\5babi:nn180100\5d\28char\20const*\2c\20char\20const*\2c\20char*\29 +6164:char*\20std::__2::__constexpr_memmove\5babi:nn180100\5d\28char*\2c\20char\20const*\2c\20std::__2::__element_count\29 +6165:char*\20SkArenaAlloc::allocUninitializedArray\28unsigned\20long\29 +6166:cff_vstore_done +6167:cff_subfont_load +6168:cff_subfont_done +6169:cff_size_select +6170:cff_parser_run +6171:cff_parser_init +6172:cff_make_private_dict +6173:cff_load_private_dict +6174:cff_index_get_name +6175:cff_glyph_load +6176:cff_get_kerning +6177:cff_get_glyph_data +6178:cff_fd_select_get +6179:cff_charset_compute_cids +6180:cff_builder_init +6181:cff_builder_add_point1 +6182:cff_builder_add_point +6183:cff_builder_add_contour +6184:cff_blend_check_vector +6185:cff_blend_build_vector +6186:cff1_path_param_t::end_path\28\29 +6187:cf2_stack_pop +6188:cf2_hintmask_setCounts +6189:cf2_hintmask_read +6190:cf2_glyphpath_pushMove +6191:cf2_getSeacComponent +6192:cf2_freeSeacComponent +6193:cf2_computeDarkening +6194:cf2_arrstack_setNumElements +6195:cf2_arrstack_push +6196:cbrt +6197:canvas_translate +6198:canvas_skew +6199:canvas_scale +6200:canvas_save +6201:canvas_rotate +6202:canvas_restore +6203:canvas_getSaveCount +6204:can_use_hw_blend_equation\28skgpu::BlendEquation\2c\20GrProcessorAnalysisCoverage\2c\20GrCaps\20const&\29 +6205:can_proxy_use_scratch\28GrCaps\20const&\2c\20GrSurfaceProxy*\29 +6206:calculate_path_gap\28float\2c\20float\2c\20SkPath\20const&\29::$_3::operator\28\29\28SkSpan\2c\20float\29\20const +6207:calculate_path_gap\28float\2c\20float\2c\20SkPath\20const&\29::$_2::operator\28\29\28SkSpan\2c\20float\29\20const +6208:calculate_path_gap\28float\2c\20float\2c\20SkPath\20const&\29::$_0::operator\28\29\28SkSpan\2c\20float\29\20const +6209:build_key\28skgpu::ResourceKey::Builder*\2c\20GrCaps\20const&\2c\20GrBackendFormat\20const&\2c\20SkISize\2c\20GrAttachment::UsageFlags\2c\20int\2c\20skgpu::Mipmapped\2c\20skgpu::Protected\2c\20GrMemoryless\29 +6210:build_intervals\28int\2c\20SkRGBA4f<\28SkAlphaType\292>\20const*\2c\20float\20const*\2c\20int\2c\20SkRGBA4f<\28SkAlphaType\292>*\2c\20SkRGBA4f<\28SkAlphaType\292>*\2c\20float*\29 +6211:bracketProcessChar\28BracketData*\2c\20int\29 +6212:bracketInit\28UBiDi*\2c\20BracketData*\29 +6213:bounds_t::merge\28bounds_t\20const&\29 +6214:bottom_collinear\28GrTriangulator::Edge*\2c\20GrTriangulator::Edge*\29 +6215:bool\20std::__2::operator==\5babi:ne180100\5d>\28std::__2::basic_string\2c\20std::__2::allocator>\20const&\2c\20std::__2::basic_string\2c\20std::__2::allocator>\20const&\29 +6216:bool\20std::__2::operator==\5babi:ne180100\5d\28std::__2::variant\20const&\2c\20std::__2::variant\20const&\29 +6217:bool\20std::__2::operator!=\5babi:ne180100\5d\28std::__2::variant\20const&\2c\20std::__2::variant\20const&\29 +6218:bool\20std::__2::__insertion_sort_incomplete\5babi:ne180100\5d\28skia::textlayout::OneLineShaper::RunBlock*\2c\20skia::textlayout::OneLineShaper::RunBlock*\2c\20skia::textlayout::OneLineShaper::finish\28skia::textlayout::Block\20const&\2c\20float\2c\20float&\29::$_0&\29 +6219:bool\20std::__2::__insertion_sort_incomplete\5babi:ne180100\5d\2c\20std::__2::allocator>>\20const&\29::$_0&\2c\20impeller::TRect\20const**>\28impeller::TRect\20const**\2c\20impeller::TRect\20const**\2c\20flutter::DlRegion::setRects\28std::__2::vector\2c\20std::__2::allocator>>\20const&\29::$_0&\29 +6220:bool\20std::__2::__insertion_sort_incomplete\5babi:ne180100\5d\28SkSL::ProgramElement\20const**\2c\20SkSL::ProgramElement\20const**\2c\20SkSL::Transform::\28anonymous\20namespace\29::BuiltinVariableScanner::sortNewElements\28\29::'lambda'\28SkSL::ProgramElement\20const*\2c\20SkSL::ProgramElement\20const*\29&\29 +6221:bool\20std::__2::__insertion_sort_incomplete\5babi:ne180100\5d\28SkSL::FunctionDefinition\20const**\2c\20SkSL::FunctionDefinition\20const**\2c\20SkSL::Transform::FindAndDeclareBuiltinFunctions\28SkSL::Program&\29::$_0&\29 +6222:bool\20set_point_length\28SkPoint*\2c\20float\2c\20float\2c\20float\2c\20float*\29 +6223:bool\20is_parallel\28SkDLine\20const&\2c\20SkTCurve\20const&\29 +6224:bool\20hb_vector_t::bfind\28hb_bit_set_t::page_map_t\20const&\2c\20unsigned\20int*\2c\20hb_not_found_t\2c\20unsigned\20int\29\20const +6225:bool\20hb_sanitize_context_t::check_array\28OT::Index\20const*\2c\20unsigned\20int\29\20const +6226:bool\20hb_sanitize_context_t::check_array\28AAT::Feature\20const*\2c\20unsigned\20int\29\20const +6227:bool\20hb_sanitize_context_t::check_array>\28AAT::Entry\20const*\2c\20unsigned\20int\29\20const +6228:bool\20apply_string\28OT::hb_ot_apply_context_t*\2c\20GSUBProxy::Lookup\20const&\2c\20OT::hb_ot_layout_lookup_accelerator_t\20const&\29 +6229:bool\20OT::hb_accelerate_subtables_context_t::apply_cached_to>\28void\20const*\2c\20OT::hb_ot_apply_context_t*\29 +6230:bool\20OT::hb_accelerate_subtables_context_t::apply_cached_to>\28void\20const*\2c\20OT::hb_ot_apply_context_t*\29 +6231:bool\20OT::hb_accelerate_subtables_context_t::apply_cached_to\28void\20const*\2c\20OT::hb_ot_apply_context_t*\29 +6232:bool\20OT::hb_accelerate_subtables_context_t::apply_cached_to>\28void\20const*\2c\20OT::hb_ot_apply_context_t*\29 +6233:bool\20OT::hb_accelerate_subtables_context_t::apply_cached_to>\28void\20const*\2c\20OT::hb_ot_apply_context_t*\29 +6234:bool\20OT::hb_accelerate_subtables_context_t::apply_cached_to\28void\20const*\2c\20OT::hb_ot_apply_context_t*\29 +6235:bool\20OT::hb_accelerate_subtables_context_t::apply_cached_to\28void\20const*\2c\20OT::hb_ot_apply_context_t*\29 +6236:bool\20OT::hb_accelerate_subtables_context_t::apply_cached_to>\28void\20const*\2c\20OT::hb_ot_apply_context_t*\29 +6237:bool\20OT::hb_accelerate_subtables_context_t::apply_cached_to>\28void\20const*\2c\20OT::hb_ot_apply_context_t*\29 +6238:bool\20OT::hb_accelerate_subtables_context_t::apply_cached_to>\28void\20const*\2c\20OT::hb_ot_apply_context_t*\29 +6239:bool\20OT::hb_accelerate_subtables_context_t::apply_cached_to\28void\20const*\2c\20OT::hb_ot_apply_context_t*\29 +6240:bool\20OT::hb_accelerate_subtables_context_t::apply_cached_to\28void\20const*\2c\20OT::hb_ot_apply_context_t*\29 +6241:bool\20OT::hb_accelerate_subtables_context_t::apply_cached_to>\28void\20const*\2c\20OT::hb_ot_apply_context_t*\29 +6242:bool\20OT::hb_accelerate_subtables_context_t::apply_cached_to\28void\20const*\2c\20OT::hb_ot_apply_context_t*\29 +6243:bool\20OT::hb_accelerate_subtables_context_t::apply_cached_to>\28void\20const*\2c\20OT::hb_ot_apply_context_t*\29 +6244:bool\20OT::cmap::accelerator_t::get_glyph_from_ascii\28void\20const*\2c\20unsigned\20int\2c\20unsigned\20int*\29 +6245:bool\20OT::TupleValues::decompile\28OT::IntType\20const*&\2c\20hb_vector_t&\2c\20OT::IntType\20const*\2c\20bool\29 +6246:bool\20OT::Paint::sanitize<>\28hb_sanitize_context_t*\29\20const +6247:bool\20OT::OffsetTo\2c\20OT::IntType\2c\20void\2c\20true>::sanitize<>\28hb_sanitize_context_t*\2c\20void\20const*\29\20const +6248:bool\20OT::OffsetTo\2c\20void\2c\20true>::sanitize<>\28hb_sanitize_context_t*\2c\20void\20const*\29\20const +6249:bool\20OT::OffsetTo\2c\20OT::IntType\2c\20void\2c\20true>::sanitize<>\28hb_sanitize_context_t*\2c\20void\20const*\29\20const +6250:bool\20OT::OffsetTo\2c\20void\2c\20true>::sanitize<>\28hb_sanitize_context_t*\2c\20void\20const*\29\20const +6251:bool\20OT::OffsetTo\2c\20void\2c\20true>::sanitize\28hb_sanitize_context_t*\2c\20void\20const*\2c\20unsigned\20int&&\29\20const +6252:bool\20OT::OffsetTo\2c\20void\2c\20true>::serialize_serialize\2c\20hb_array_t>\2c\20$_8\20const&\2c\20\28hb_function_sortedness_t\291\2c\20\28void*\290>&>\28hb_serialize_context_t*\2c\20hb_map_iter_t\2c\20hb_array_t>\2c\20$_8\20const&\2c\20\28hb_function_sortedness_t\291\2c\20\28void*\290>&\29 +6253:bool\20OT::OffsetTo\2c\20void\2c\20true>::sanitize<>\28hb_sanitize_context_t*\2c\20void\20const*\29\20const +6254:bool\20OT::OffsetTo\2c\20void\2c\20true>::sanitize\28hb_sanitize_context_t*\2c\20void\20const*\2c\20unsigned\20int&&\29\20const +6255:bool\20OT::OffsetTo\2c\20OT::IntType\2c\20void\2c\20true>::sanitize<>\28hb_sanitize_context_t*\2c\20void\20const*\29\20const +6256:bool\20OT::OffsetTo\2c\20void\2c\20true>::sanitize\28hb_sanitize_context_t*\2c\20void\20const*\2c\20AAT::trak\20const*&&\29\20const +6257:bool\20OT::OffsetTo>\2c\20OT::IntType\2c\20void\2c\20false>::sanitize<>\28hb_sanitize_context_t*\2c\20void\20const*\29\20const +6258:bool\20OT::GSUBGPOS::sanitize\28hb_sanitize_context_t*\29\20const +6259:bool\20OT::GSUBGPOS::sanitize\28hb_sanitize_context_t*\29\20const +6260:bool\20GrTTopoSort_Visit\28GrRenderTask*\2c\20unsigned\20int*\29 +6261:blur_column\28void\20\28*\29\28unsigned\20char*\2c\20unsigned\20char\20const*\2c\20int\29\2c\20skvx::Vec<8\2c\20unsigned\20short>\20\28*\29\28skvx::Vec<8\2c\20unsigned\20short>\20const&\2c\20skvx::Vec<8\2c\20unsigned\20short>\20const&\2c\20skvx::Vec<8\2c\20unsigned\20short>\20const&\2c\20skvx::Vec<8\2c\20unsigned\20short>\20const&\2c\20skvx::Vec<8\2c\20unsigned\20short>\20const&\2c\20skvx::Vec<8\2c\20unsigned\20short>\20const&\2c\20skvx::Vec<8\2c\20unsigned\20short>*\2c\20skvx::Vec<8\2c\20unsigned\20short>*\2c\20skvx::Vec<8\2c\20unsigned\20short>*\2c\20skvx::Vec<8\2c\20unsigned\20short>*\2c\20skvx::Vec<8\2c\20unsigned\20short>*\2c\20skvx::Vec<8\2c\20unsigned\20short>*\2c\20skvx::Vec<8\2c\20unsigned\20short>*\2c\20skvx::Vec<8\2c\20unsigned\20short>*\29\2c\20int\2c\20int\2c\20skvx::Vec<8\2c\20unsigned\20short>\20const&\2c\20skvx::Vec<8\2c\20unsigned\20short>\20const&\2c\20skvx::Vec<8\2c\20unsigned\20short>\20const&\2c\20skvx::Vec<8\2c\20unsigned\20short>\20const&\2c\20skvx::Vec<8\2c\20unsigned\20short>\20const&\2c\20unsigned\20char\20const*\2c\20unsigned\20long\2c\20int\2c\20unsigned\20char*\2c\20unsigned\20long\29 +6262:blit_two_alphas\28AdditiveBlitter*\2c\20int\2c\20int\2c\20unsigned\20char\2c\20unsigned\20char\2c\20unsigned\20char\2c\20unsigned\20char*\2c\20bool\29 +6263:blit_full_alpha\28AdditiveBlitter*\2c\20int\2c\20int\2c\20int\2c\20unsigned\20char\2c\20unsigned\20char*\2c\20bool\29 +6264:blender_requires_shader\28SkBlender\20const*\29 +6265:bits_to_runs\28SkBlitter*\2c\20int\2c\20int\2c\20unsigned\20char\20const*\2c\20unsigned\20char\2c\20long\2c\20unsigned\20char\29 +6266:between_closed\28double\2c\20double\2c\20double\2c\20double\2c\20bool\29 +6267:barycentric_coords\28float\2c\20float\2c\20float\2c\20float\2c\20float\2c\20float\2c\20skvx::Vec<4\2c\20float>\20const&\2c\20skvx::Vec<4\2c\20float>\20const&\2c\20skvx::Vec<4\2c\20float>*\2c\20skvx::Vec<4\2c\20float>*\2c\20skvx::Vec<4\2c\20float>*\29 +6268:auto\20std::__2::__tuple_compare_three_way\5babi:ne180100\5d\28std::__2::tuple\20const&\2c\20std::__2::tuple\20const&\2c\20std::__2::integer_sequence\29 +6269:auto&&\20std::__2::__generic_get\5babi:ne180100\5d<0ul\2c\20std::__2::variant\20const&>\28std::__2::variant\20const&\29 +6270:atanf +6271:are_radius_check_predicates_valid\28float\2c\20float\2c\20float\29 +6272:arabic_fallback_plan_destroy\28arabic_fallback_plan_t*\29 +6273:apply_forward\28OT::hb_ot_apply_context_t*\2c\20OT::hb_ot_layout_lookup_accelerator_t\20const&\2c\20unsigned\20int\29 +6274:apply_fill_type\28SkPathFillType\2c\20int\29 +6275:apply_fill_type\28SkPathFillType\2c\20GrTriangulator::Poly*\29 +6276:apply_alpha_and_colorfilter\28skif::Context\20const&\2c\20skif::FilterResult\20const&\2c\20SkPaint\20const&\29 +6277:append_texture_swizzle\28SkString*\2c\20skgpu::Swizzle\29 +6278:append_multitexture_lookup\28GrGeometryProcessor::ProgramImpl::EmitArgs&\2c\20int\2c\20GrGLSLVarying\20const&\2c\20char\20const*\2c\20char\20const*\29 +6279:append_color_output\28PorterDuffXferProcessor\20const&\2c\20GrGLSLXPFragmentBuilder*\2c\20skgpu::BlendFormula::OutputType\2c\20char\20const*\2c\20char\20const*\2c\20char\20const*\29 +6280:antifilldot8\28int\2c\20int\2c\20int\2c\20int\2c\20SkBlitter*\2c\20bool\29 +6281:animatedImage_decodeNextFrame +6282:analysis_properties\28GrProcessorAnalysisColor\20const&\2c\20GrProcessorAnalysisCoverage\20const&\2c\20GrCaps\20const&\2c\20GrClampType\2c\20SkBlendMode\29 +6283:afm_stream_skip_spaces +6284:afm_stream_read_string +6285:afm_stream_read_one +6286:af_sort_and_quantize_widths +6287:af_shaper_get_elem +6288:af_loader_compute_darkening +6289:af_latin_metrics_scale_dim +6290:af_latin_hints_detect_features +6291:af_hint_normal_stem +6292:af_glyph_hints_align_weak_points +6293:af_glyph_hints_align_strong_points +6294:af_face_globals_new +6295:af_cjk_metrics_scale_dim +6296:af_cjk_metrics_scale +6297:af_cjk_metrics_init_widths +6298:af_cjk_metrics_check_digits +6299:af_cjk_hints_init +6300:af_cjk_hints_detect_features +6301:af_cjk_hints_compute_blue_edges +6302:af_cjk_hints_apply +6303:af_cjk_get_standard_widths +6304:af_cjk_compute_stem_width +6305:af_axis_hints_new_edge +6306:adjust_mipmapped\28skgpu::Mipmapped\2c\20SkBitmap\20const&\2c\20GrCaps\20const*\29 +6307:add_line\28SkPoint\20const*\2c\20skia_private::TArray*\29 +6308:a_ctz_32 +6309:_pow10\28unsigned\20int\29 +6310:_hb_preprocess_text_vowel_constraints\28hb_ot_shape_plan_t\20const*\2c\20hb_buffer_t*\2c\20hb_font_t*\29 +6311:_hb_ot_shape +6312:_hb_options_init\28\29 +6313:_hb_font_create\28hb_face_t*\29 +6314:_hb_fallback_shape +6315:_glyf_get_advance_with_var_unscaled\28hb_font_t*\2c\20unsigned\20int\2c\20bool\29 +6316:_emscripten_timeout +6317:__wasm_init_tls +6318:__vfprintf_internal +6319:__trunctfsf2 +6320:__tan +6321:__strftime_l +6322:__rem_pio2_large +6323:__nl_langinfo_l +6324:__math_xflowf +6325:__math_uflowf +6326:__math_oflowf +6327:__math_invalidf +6328:__loc_is_allocated +6329:__isxdigit_l +6330:__getf2 +6331:__get_locale +6332:__ftello_unlocked +6333:__floatscan +6334:__expo2 +6335:__divtf3 +6336:__cxxabiv1::__base_class_type_info::has_unambiguous_public_base\28__cxxabiv1::__dynamic_cast_info*\2c\20void*\2c\20int\29\20const +6337:__cxxabiv1::\28anonymous\20namespace\29::GuardObject<__cxxabiv1::\28anonymous\20namespace\29::InitByteGlobalMutex<__cxxabiv1::\28anonymous\20namespace\29::LibcppMutex\2c\20__cxxabiv1::\28anonymous\20namespace\29::LibcppCondVar\2c\20__cxxabiv1::\28anonymous\20namespace\29::GlobalStatic<__cxxabiv1::\28anonymous\20namespace\29::LibcppMutex>::instance\2c\20__cxxabiv1::\28anonymous\20namespace\29::GlobalStatic<__cxxabiv1::\28anonymous\20namespace\29::LibcppCondVar>::instance\2c\20\28unsigned\20int\20\28*\29\28\29\290>>::GuardObject\28unsigned\20int*\29 +6338:_ZZN19GrGeometryProcessor11ProgramImpl17collectTransformsEP19GrGLSLVertexBuilderP20GrGLSLVaryingHandlerP20GrGLSLUniformHandler12GrShaderTypeRK11GrShaderVarSA_RK10GrPipelineEN3$_0clISE_EEvRT_RK19GrFragmentProcessorbPSJ_iNS0_9BaseCoordE +6339:_ZZN18GrGLProgramBuilder23computeCountsAndStridesEjRK19GrGeometryProcessorbENK3$_0clINS0_9AttributeEEEDaiRKT_ +6340:\28anonymous\20namespace\29::texture_color\28SkRGBA4f<\28SkAlphaType\293>\2c\20float\2c\20GrColorType\2c\20GrColorInfo\20const&\29 +6341:\28anonymous\20namespace\29::supported_aa\28skgpu::ganesh::SurfaceDrawContext*\2c\20GrAA\29 +6342:\28anonymous\20namespace\29::set_uv_quad\28SkPoint\20const*\2c\20\28anonymous\20namespace\29::BezierVertex*\29 +6343:\28anonymous\20namespace\29::safe_to_ignore_subset_rect\28GrAAType\2c\20SkFilterMode\2c\20DrawQuad\20const&\2c\20SkRect\20const&\29 +6344:\28anonymous\20namespace\29::rrect_type_to_vert_count\28\28anonymous\20namespace\29::RRectType\29 +6345:\28anonymous\20namespace\29::proxy_normalization_params\28GrSurfaceProxy\20const*\2c\20GrSurfaceOrigin\29 +6346:\28anonymous\20namespace\29::normalize_src_quad\28\28anonymous\20namespace\29::NormalizationParams\20const&\2c\20GrQuad*\29 +6347:\28anonymous\20namespace\29::normalize_and_inset_subset\28SkFilterMode\2c\20\28anonymous\20namespace\29::NormalizationParams\20const&\2c\20SkRect\20const*\29 +6348:\28anonymous\20namespace\29::next_gen_id\28\29 +6349:\28anonymous\20namespace\29::morphology_pass\28skif::Context\20const&\2c\20skif::FilterResult\20const&\2c\20\28anonymous\20namespace\29::MorphType\2c\20\28anonymous\20namespace\29::MorphDirection\2c\20int\29 +6350:\28anonymous\20namespace\29::make_non_convex_fill_op\28GrRecordingContext*\2c\20SkArenaAlloc*\2c\20skgpu::ganesh::FillPathFlags\2c\20GrAAType\2c\20SkRect\20const&\2c\20SkIRect\20const&\2c\20SkMatrix\20const&\2c\20SkPath\20const&\2c\20GrPaint&&\29 +6351:\28anonymous\20namespace\29::make_morphology\28\28anonymous\20namespace\29::MorphType\2c\20SkSize\2c\20sk_sp\2c\20SkImageFilters::CropRect\20const&\29 +6352:\28anonymous\20namespace\29::is_visible\28SkRect\20const&\2c\20SkIRect\20const&\29 +6353:\28anonymous\20namespace\29::is_degen_quad_or_conic\28SkPoint\20const*\2c\20float*\29 +6354:\28anonymous\20namespace\29::init_vertices_paint\28skgpu::ganesh::SurfaceDrawContext*\2c\20SkPaint\20const&\2c\20SkMatrix\20const&\2c\20SkBlender*\2c\20bool\2c\20GrPaint*\29 +6355:\28anonymous\20namespace\29::get_hbFace_cache\28\29 +6356:\28anonymous\20namespace\29::gather_lines_and_quads\28SkPath\20const&\2c\20SkMatrix\20const&\2c\20SkIRect\20const&\2c\20float\2c\20bool\2c\20skia_private::TArray*\2c\20skia_private::TArray*\2c\20skia_private::TArray*\2c\20skia_private::TArray*\2c\20skia_private::TArray*\29::$_3::operator\28\29\28SkPoint\20const*\2c\20SkPoint\20const*\2c\20bool\29\20const +6357:\28anonymous\20namespace\29::gather_lines_and_quads\28SkPath\20const&\2c\20SkMatrix\20const&\2c\20SkIRect\20const&\2c\20float\2c\20bool\2c\20skia_private::TArray*\2c\20skia_private::TArray*\2c\20skia_private::TArray*\2c\20skia_private::TArray*\2c\20skia_private::TArray*\29::$_2::operator\28\29\28SkSpan\29\20const +6358:\28anonymous\20namespace\29::draw_to_sw_mask\28GrSWMaskHelper*\2c\20skgpu::ganesh::ClipStack::Element\20const&\2c\20bool\29 +6359:\28anonymous\20namespace\29::draw_tiled_image\28SkCanvas*\2c\20std::__2::function\20\28SkIRect\29>\2c\20SkISize\2c\20int\2c\20SkMatrix\20const&\2c\20SkRect\20const&\2c\20SkIRect\20const&\2c\20SkPaint\20const*\2c\20SkCanvas::QuadAAFlags\2c\20SkCanvas::SrcRectConstraint\2c\20SkSamplingOptions\29 +6360:\28anonymous\20namespace\29::draw_path\28GrRecordingContext*\2c\20skgpu::ganesh::SurfaceDrawContext*\2c\20skgpu::ganesh::PathRenderer*\2c\20GrHardClip\20const&\2c\20SkIRect\20const&\2c\20GrUserStencilSettings\20const*\2c\20SkMatrix\20const&\2c\20GrStyledShape\20const&\2c\20GrAA\29 +6361:\28anonymous\20namespace\29::determine_clipped_src_rect\28SkIRect\2c\20SkMatrix\20const&\2c\20SkMatrix\20const&\2c\20SkISize\20const&\2c\20SkRect\20const*\29 +6362:\28anonymous\20namespace\29::create_data\28int\2c\20bool\2c\20float\29 +6363:\28anonymous\20namespace\29::copyFTBitmap\28FT_Bitmap_\20const&\2c\20SkMaskBuilder*\29 +6364:\28anonymous\20namespace\29::contains_scissor\28GrScissorState\20const&\2c\20GrScissorState\20const&\29 +6365:\28anonymous\20namespace\29::colrv1_start_glyph_bounds\28SkMatrix*\2c\20SkRect*\2c\20FT_FaceRec_*\2c\20unsigned\20short\2c\20FT_Color_Root_Transform_\2c\20skia_private::THashSet*\29 +6366:\28anonymous\20namespace\29::colrv1_start_glyph\28SkCanvas*\2c\20SkSpan\20const&\2c\20unsigned\20int\2c\20FT_FaceRec_*\2c\20unsigned\20short\2c\20FT_Color_Root_Transform_\2c\20skia_private::THashSet*\29 +6367:\28anonymous\20namespace\29::colrv1_draw_paint\28SkCanvas*\2c\20SkSpan\20const&\2c\20unsigned\20int\2c\20FT_FaceRec_*\2c\20FT_COLR_Paint_\20const&\29 +6368:\28anonymous\20namespace\29::colrv1_configure_skpaint\28FT_FaceRec_*\2c\20SkSpan\20const&\2c\20unsigned\20int\2c\20FT_COLR_Paint_\20const&\2c\20SkPaint*\29 +6369:\28anonymous\20namespace\29::can_use_draw_texture\28SkPaint\20const&\2c\20SkSamplingOptions\20const&\29 +6370:\28anonymous\20namespace\29::axis_aligned_quad_size\28GrQuad\20const&\29 +6371:\28anonymous\20namespace\29::YUVPlanesRec::~YUVPlanesRec\28\29 +6372:\28anonymous\20namespace\29::YUVPlanesKey::YUVPlanesKey\28unsigned\20int\29 +6373:\28anonymous\20namespace\29::UniqueKeyInvalidator::~UniqueKeyInvalidator\28\29 +6374:\28anonymous\20namespace\29::TriangulatingPathOp::~TriangulatingPathOp\28\29 +6375:\28anonymous\20namespace\29::TriangulatingPathOp::TriangulatingPathOp\28GrProcessorSet*\2c\20SkRGBA4f<\28SkAlphaType\292>\20const&\2c\20GrStyledShape\20const&\2c\20SkMatrix\20const&\2c\20SkIRect\20const&\2c\20GrAAType\2c\20GrUserStencilSettings\20const*\29 +6376:\28anonymous\20namespace\29::TriangulatingPathOp::Triangulate\28GrEagerVertexAllocator*\2c\20SkMatrix\20const&\2c\20GrStyledShape\20const&\2c\20SkIRect\20const&\2c\20float\2c\20bool*\29 +6377:\28anonymous\20namespace\29::TriangulatingPathOp::CreateKey\28skgpu::UniqueKey*\2c\20GrStyledShape\20const&\2c\20SkIRect\20const&\29 +6378:\28anonymous\20namespace\29::TransformedMaskSubRun::glyphParams\28\29\20const +6379:\28anonymous\20namespace\29::TransformedMaskSubRun::draw\28SkCanvas*\2c\20SkPoint\2c\20SkPaint\20const&\2c\20sk_sp\2c\20std::__2::function\2c\20sktext::gpu::RendererData\29>\20const&\29\20const +6380:\28anonymous\20namespace\29::TransformedMaskSubRun::deviceRectAndNeedsTransform\28SkMatrix\20const&\29\20const +6381:\28anonymous\20namespace\29::TextureOpImpl::~TextureOpImpl\28\29 +6382:\28anonymous\20namespace\29::TextureOpImpl::propagateCoverageAAThroughoutChain\28\29 +6383:\28anonymous\20namespace\29::TextureOpImpl::numChainedQuads\28\29\20const +6384:\28anonymous\20namespace\29::TextureOpImpl::characterize\28\28anonymous\20namespace\29::TextureOpImpl::Desc*\29\20const +6385:\28anonymous\20namespace\29::TextureOpImpl::appendQuad\28DrawQuad*\2c\20SkRGBA4f<\28SkAlphaType\292>\20const&\2c\20SkRect\20const&\29 +6386:\28anonymous\20namespace\29::TextureOpImpl::Make\28GrRecordingContext*\2c\20GrTextureSetEntry*\2c\20int\2c\20int\2c\20SkFilterMode\2c\20SkMipmapMode\2c\20skgpu::ganesh::TextureOp::Saturate\2c\20GrAAType\2c\20SkCanvas::SrcRectConstraint\2c\20SkMatrix\20const&\2c\20sk_sp\29 +6387:\28anonymous\20namespace\29::TextureOpImpl::FillInVertices\28GrCaps\20const&\2c\20\28anonymous\20namespace\29::TextureOpImpl*\2c\20\28anonymous\20namespace\29::TextureOpImpl::Desc*\2c\20char*\29 +6388:\28anonymous\20namespace\29::TextureOpImpl::Desc::totalSizeInBytes\28\29\20const +6389:\28anonymous\20namespace\29::TextureOpImpl::Desc*\20SkArenaAlloc::make<\28anonymous\20namespace\29::TextureOpImpl::Desc>\28\29 +6390:\28anonymous\20namespace\29::TextureOpImpl::ClassID\28\29 +6391:\28anonymous\20namespace\29::SpotVerticesFactory::makeVertices\28SkPath\20const&\2c\20SkMatrix\20const&\2c\20SkPoint*\29\20const +6392:\28anonymous\20namespace\29::SkUnicodeHbScriptRunIterator::hb_script_for_unichar\28int\29 +6393:\28anonymous\20namespace\29::SkQuadCoeff::SkQuadCoeff\28SkPoint\20const*\29 +6394:\28anonymous\20namespace\29::SkMorphologyImageFilter::requiredInput\28skif::Mapping\20const&\2c\20skif::LayerSpace\29\20const +6395:\28anonymous\20namespace\29::SkMorphologyImageFilter::kernelOutputBounds\28skif::Mapping\20const&\2c\20skif::LayerSpace\29\20const +6396:\28anonymous\20namespace\29::SkMatrixTransformImageFilter::requiredInput\28skif::Mapping\20const&\2c\20skif::LayerSpace\20const&\29\20const +6397:\28anonymous\20namespace\29::SkEmptyTypeface::onMakeClone\28SkFontArguments\20const&\29\20const +6398:\28anonymous\20namespace\29::SkCropImageFilter::requiredInput\28skif::Mapping\20const&\2c\20skif::LayerSpace\20const&\29\20const +6399:\28anonymous\20namespace\29::SkConicCoeff::SkConicCoeff\28SkConic\20const&\29 +6400:\28anonymous\20namespace\29::SkColorFilterImageFilter::~SkColorFilterImageFilter\28\29 +6401:\28anonymous\20namespace\29::SkBlurImageFilter::mapSigma\28skif::Mapping\20const&\29\20const +6402:\28anonymous\20namespace\29::SkBlendImageFilter::~SkBlendImageFilter\28\29 +6403:\28anonymous\20namespace\29::SkBidiIterator_icu::~SkBidiIterator_icu\28\29 +6404:\28anonymous\20namespace\29::ShaperHarfBuzz::~ShaperHarfBuzz\28\29 +6405:\28anonymous\20namespace\29::ShadowedPath::keyBytes\28\29\20const +6406:\28anonymous\20namespace\29::ShadowInvalidator::~ShadowInvalidator\28\29 +6407:\28anonymous\20namespace\29::ShadowCircularRRectOp::~ShadowCircularRRectOp\28\29 +6408:\28anonymous\20namespace\29::RectsBlurRec::~RectsBlurRec\28\29 +6409:\28anonymous\20namespace\29::RectsBlurKey::RectsBlurKey\28float\2c\20SkBlurStyle\2c\20SkSpan\29 +6410:\28anonymous\20namespace\29::RasterA8BlurAlgorithm::maxSigma\28\29\20const +6411:\28anonymous\20namespace\29::RasterA8BlurAlgorithm::blur\28SkSize\2c\20sk_sp\2c\20SkIRect\20const&\2c\20SkTileMode\2c\20SkIRect\20const&\29\20const::'lambda'\28float\29::operator\28\29\28float\29\20const +6412:\28anonymous\20namespace\29::Raster8888BlurAlgorithm::blur\28SkSize\2c\20sk_sp\2c\20SkIRect\20const&\2c\20SkTileMode\2c\20SkIRect\20const&\29\20const::'lambda'\28float\29::operator\28\29\28float\29\20const +6413:\28anonymous\20namespace\29::RRectBlurRec::~RRectBlurRec\28\29 +6414:\28anonymous\20namespace\29::RRectBlurKey::RRectBlurKey\28float\2c\20SkRRect\20const&\2c\20SkBlurStyle\29 +6415:\28anonymous\20namespace\29::PlanGauss::PlanGauss\28double\29 +6416:\28anonymous\20namespace\29::PathSubRun::~PathSubRun\28\29 +6417:\28anonymous\20namespace\29::PathOpSubmitter::~PathOpSubmitter\28\29 +6418:\28anonymous\20namespace\29::PathGeoBuilder::createMeshAndPutBackReserve\28\29 +6419:\28anonymous\20namespace\29::PathGeoBuilder::allocNewBuffers\28\29 +6420:\28anonymous\20namespace\29::PathGeoBuilder::addQuad\28SkPoint\20const*\2c\20float\2c\20float\29 +6421:\28anonymous\20namespace\29::MipMapRec::~MipMapRec\28\29 +6422:\28anonymous\20namespace\29::MipMapKey::MipMapKey\28SkBitmapCacheDesc\20const&\29 +6423:\28anonymous\20namespace\29::MipLevelHelper::allocAndInit\28SkArenaAlloc*\2c\20SkSamplingOptions\20const&\2c\20SkTileMode\2c\20SkTileMode\29 +6424:\28anonymous\20namespace\29::MipLevelHelper::MipLevelHelper\28\29 +6425:\28anonymous\20namespace\29::MiddleOutShader::~MiddleOutShader\28\29 +6426:\28anonymous\20namespace\29::MeshOp::~MeshOp\28\29 +6427:\28anonymous\20namespace\29::MeshOp::MeshOp\28GrProcessorSet*\2c\20SkRGBA4f<\28SkAlphaType\292>\20const&\2c\20sk_sp\2c\20GrPrimitiveType\20const*\2c\20GrAAType\2c\20sk_sp\2c\20SkMatrix\20const&\29 +6428:\28anonymous\20namespace\29::MeshOp::MeshOp\28GrProcessorSet*\2c\20SkRGBA4f<\28SkAlphaType\292>\20const&\2c\20SkMesh\20const&\2c\20skia_private::TArray>\2c\20true>\2c\20GrAAType\2c\20sk_sp\2c\20SkMatrix\20const&\29 +6429:\28anonymous\20namespace\29::MeshOp::Mesh::indices\28\29\20const +6430:\28anonymous\20namespace\29::MeshOp::Mesh::Mesh\28SkMesh\20const&\29 +6431:\28anonymous\20namespace\29::MeshOp::ClassID\28\29 +6432:\28anonymous\20namespace\29::MeshGP::~MeshGP\28\29 +6433:\28anonymous\20namespace\29::MeshGP::Impl::~Impl\28\29 +6434:\28anonymous\20namespace\29::MeshGP::Impl::MeshCallbacks::defineStruct\28char\20const*\29 +6435:\28anonymous\20namespace\29::Iter::next\28\29 +6436:\28anonymous\20namespace\29::FillRectOpImpl::~FillRectOpImpl\28\29 +6437:\28anonymous\20namespace\29::FillRectOpImpl::tessellate\28skgpu::ganesh::QuadPerEdgeAA::VertexSpec\20const&\2c\20char*\29\20const +6438:\28anonymous\20namespace\29::FillRectOpImpl::FillRectOpImpl\28GrProcessorSet*\2c\20SkRGBA4f<\28SkAlphaType\292>\2c\20GrAAType\2c\20DrawQuad*\2c\20GrUserStencilSettings\20const*\2c\20GrSimpleMeshDrawOpHelper::InputFlags\29 +6439:\28anonymous\20namespace\29::ExternalWebGLTexture::~ExternalWebGLTexture\28\29 +6440:\28anonymous\20namespace\29::EllipticalRRectEffect::onIsEqual\28GrFragmentProcessor\20const&\29\20const +6441:\28anonymous\20namespace\29::DrawableSubRun::~DrawableSubRun\28\29 +6442:\28anonymous\20namespace\29::DrawAtlasPathShader::~DrawAtlasPathShader\28\29 +6443:\28anonymous\20namespace\29::DrawAtlasOpImpl::~DrawAtlasOpImpl\28\29 +6444:\28anonymous\20namespace\29::DrawAtlasOpImpl::DrawAtlasOpImpl\28GrProcessorSet*\2c\20SkRGBA4f<\28SkAlphaType\292>\20const&\2c\20SkMatrix\20const&\2c\20GrAAType\2c\20int\2c\20SkRSXform\20const*\2c\20SkRect\20const*\2c\20unsigned\20int\20const*\29 +6445:\28anonymous\20namespace\29::DefaultPathOp::~DefaultPathOp\28\29 +6446:\28anonymous\20namespace\29::DefaultPathOp::programInfo\28\29 +6447:\28anonymous\20namespace\29::DefaultPathOp::primType\28\29\20const +6448:\28anonymous\20namespace\29::DefaultPathOp::PathData::PathData\28\28anonymous\20namespace\29::DefaultPathOp::PathData&&\29 +6449:\28anonymous\20namespace\29::DefaultPathOp::Make\28GrRecordingContext*\2c\20GrPaint&&\2c\20SkPath\20const&\2c\20float\2c\20unsigned\20char\2c\20SkMatrix\20const&\2c\20bool\2c\20GrAAType\2c\20SkRect\20const&\2c\20GrUserStencilSettings\20const*\29 +6450:\28anonymous\20namespace\29::DefaultPathOp::DefaultPathOp\28GrProcessorSet*\2c\20SkRGBA4f<\28SkAlphaType\292>\20const&\2c\20SkPath\20const&\2c\20float\2c\20unsigned\20char\2c\20SkMatrix\20const&\2c\20bool\2c\20GrAAType\2c\20SkRect\20const&\2c\20GrUserStencilSettings\20const*\29 +6451:\28anonymous\20namespace\29::ClipGeometry\20\28anonymous\20namespace\29::get_clip_geometry\28skgpu::ganesh::ClipStack::SaveRecord\20const&\2c\20skgpu::ganesh::ClipStack::Draw\20const&\29 +6452:\28anonymous\20namespace\29::CircularRRectEffect::Make\28std::__2::unique_ptr>\2c\20GrClipEdgeType\2c\20unsigned\20int\2c\20SkRRect\20const&\29 +6453:\28anonymous\20namespace\29::CachedTessellationsRec::~CachedTessellationsRec\28\29 +6454:\28anonymous\20namespace\29::CachedTessellationsRec::CachedTessellationsRec\28SkResourceCache::Key\20const&\2c\20sk_sp<\28anonymous\20namespace\29::CachedTessellations>\29 +6455:\28anonymous\20namespace\29::CachedTessellations::~CachedTessellations\28\29 +6456:\28anonymous\20namespace\29::CachedTessellations::CachedTessellations\28\29 +6457:\28anonymous\20namespace\29::CacheImpl::~CacheImpl\28\29 +6458:\28anonymous\20namespace\29::BuilderReceiver::MoveTo\28impeller::TPoint\20const&\2c\20bool\29 +6459:\28anonymous\20namespace\29::BitmapKey::BitmapKey\28SkBitmapCacheDesc\20const&\29 +6460:\28anonymous\20namespace\29::AmbientVerticesFactory::makeVertices\28SkPath\20const&\2c\20SkMatrix\20const&\2c\20SkPoint*\29\20const +6461:\28anonymous\20namespace\29::AAHairlineOp::~AAHairlineOp\28\29 +6462:\28anonymous\20namespace\29::AAHairlineOp::PathData::PathData\28\28anonymous\20namespace\29::AAHairlineOp::PathData&&\29 +6463:\28anonymous\20namespace\29::AAHairlineOp::AAHairlineOp\28GrProcessorSet*\2c\20SkRGBA4f<\28SkAlphaType\292>\20const&\2c\20unsigned\20char\2c\20SkMatrix\20const&\2c\20SkPath\20const&\2c\20SkIRect\2c\20float\2c\20GrUserStencilSettings\20const*\29 +6464:ToUpperCase +6465:TextureSourceImageGenerator::~TextureSourceImageGenerator\28\29 +6466:TT_Set_Named_Instance +6467:TT_Save_Context +6468:TT_Hint_Glyph +6469:TT_DotFix14 +6470:TT_Done_Context +6471:StringBuffer\20apply_format_string<1024>\28char\20const*\2c\20void*\2c\20char\20\28&\29\20\5b1024\5d\2c\20SkString*\29 +6472:SortContourList\28SkOpContourHead**\2c\20bool\2c\20bool\29 +6473:Skwasm::createSkMatrix\28float\20const*\29 +6474:Skwasm::TextStyle::~TextStyle\28\29 +6475:Skwasm::TextStyle::populatePaintIds\28std::__2::vector>&\29 +6476:Skwasm::TextStyle::TextStyle\28\29 +6477:Skwasm::Surface::_init\28\29 +6478:SkWriter32::writeString\28char\20const*\2c\20unsigned\20long\29 +6479:SkWriter32::writePoint3\28SkPoint3\20const&\29 +6480:SkWStream::writeScalarAsText\28float\29 +6481:SkWBuffer::padToAlign4\28\29 +6482:SkVertices::getSizes\28\29\20const +6483:SkVertices::Builder::init\28SkVertices::Desc\20const&\29 +6484:SkVertices::Builder::Builder\28SkVertices::VertexMode\2c\20int\2c\20int\2c\20unsigned\20int\29 +6485:SkUnicode_client::~SkUnicode_client\28\29 +6486:SkUnicode::convertUtf16ToUtf8\28std::__2::basic_string\2c\20std::__2::allocator>\20const&\29 +6487:SkUnicode::BidiRegion&\20std::__2::vector>::emplace_back\28unsigned\20long&\2c\20unsigned\20long&\2c\20unsigned\20char&\29 +6488:SkUTF::UTF16ToUTF8\28char*\2c\20int\2c\20unsigned\20short\20const*\2c\20unsigned\20long\29 +6489:SkUTF::ToUTF8\28int\2c\20char*\29 +6490:SkTypeface_FreeTypeStream::~SkTypeface_FreeTypeStream\28\29 +6491:SkTypeface_FreeTypeStream::SkTypeface_FreeTypeStream\28std::__2::unique_ptr>\2c\20SkString\2c\20SkFontStyle\20const&\2c\20bool\29 +6492:SkTypeface_FreeType::getFaceRec\28\29\20const +6493:SkTypeface_FreeType::SkTypeface_FreeType\28SkFontStyle\20const&\2c\20bool\29 +6494:SkTypeface_FreeType::GetUnitsPerEm\28FT_FaceRec_*\29 +6495:SkTypeface_Custom::~SkTypeface_Custom\28\29 +6496:SkTypeface_Custom::onGetFamilyName\28SkString*\29\20const +6497:SkTypeface::onGetFixedPitch\28\29\20const +6498:SkTypeface::MakeEmpty\28\29 +6499:SkTreatAsSprite\28SkMatrix\20const&\2c\20SkISize\20const&\2c\20SkSamplingOptions\20const&\2c\20bool\29 +6500:SkTransformShader::update\28SkMatrix\20const&\29 +6501:SkTransformShader::SkTransformShader\28SkShaderBase\20const&\2c\20bool\29 +6502:SkTextBlobBuilder::updateDeferredBounds\28\29 +6503:SkTextBlobBuilder::reserve\28unsigned\20long\29 +6504:SkTextBlobBuilder::allocRunPos\28SkFont\20const&\2c\20int\2c\20SkRect\20const*\29 +6505:SkTextBlobBuilder::TightRunBounds\28SkTextBlob::RunRecord\20const&\29 +6506:SkTextBlob::getIntercepts\28float\20const*\2c\20float*\2c\20SkPaint\20const*\29\20const +6507:SkTaskGroup::add\28std::__2::function\29 +6508:SkTSpan::split\28SkTSpan*\2c\20SkArenaAlloc*\29 +6509:SkTSpan::splitAt\28SkTSpan*\2c\20double\2c\20SkArenaAlloc*\29 +6510:SkTSpan::linearIntersects\28SkTCurve\20const&\29\20const +6511:SkTSpan::hullCheck\28SkTSpan\20const*\2c\20bool*\2c\20bool*\29 +6512:SkTSpan::contains\28double\29\20const +6513:SkTSect::unlinkSpan\28SkTSpan*\29 +6514:SkTSect::removeAllBut\28SkTSpan\20const*\2c\20SkTSpan*\2c\20SkTSect*\29 +6515:SkTSect::recoverCollapsed\28\29 +6516:SkTSect::intersects\28SkTSpan*\2c\20SkTSect*\2c\20SkTSpan*\2c\20int*\29 +6517:SkTSect::coincidentHasT\28double\29 +6518:SkTSect::boundsMax\28\29 +6519:SkTSect::addSplitAt\28SkTSpan*\2c\20double\29 +6520:SkTSect::addForPerp\28SkTSpan*\2c\20double\29 +6521:SkTSect::EndsEqual\28SkTSect\20const*\2c\20SkTSect\20const*\2c\20SkIntersections*\29 +6522:SkTMultiMap::reset\28\29 +6523:SkTMaskGamma<3\2c\203\2c\203>::~SkTMaskGamma\28\29 +6524:SkTMaskGamma<3\2c\203\2c\203>::SkTMaskGamma\28float\2c\20float\29 +6525:SkTMaskGamma<3\2c\203\2c\203>::CanonicalColor\28unsigned\20int\29 +6526:SkTInternalLList::remove\28skgpu::ganesh::SmallPathShapeData*\29 +6527:SkTInternalLList<\28anonymous\20namespace\29::CacheImpl::Value>::remove\28\28anonymous\20namespace\29::CacheImpl::Value*\29 +6528:SkTInternalLList<\28anonymous\20namespace\29::CacheImpl::Value>::addToHead\28\28anonymous\20namespace\29::CacheImpl::Value*\29 +6529:SkTInternalLList::remove\28TriangulationVertex*\29 +6530:SkTInternalLList::addToTail\28TriangulationVertex*\29 +6531:SkTInternalLList::Entry>::addToHead\28SkLRUCache::Entry*\29 +6532:SkTInternalLList>\2c\20skia::textlayout::ParagraphCache::KeyHash\2c\20SkNoOpPurge>::Entry>::addToHead\28SkLRUCache>\2c\20skia::textlayout::ParagraphCache::KeyHash\2c\20SkNoOpPurge>::Entry*\29 +6533:SkTInternalLList>\2c\20GrGLGpu::ProgramCache::DescHash\2c\20SkNoOpPurge>::Entry>::addToHead\28SkLRUCache>\2c\20GrGLGpu::ProgramCache::DescHash\2c\20SkNoOpPurge>::Entry*\29 +6534:SkTDynamicHash<\28anonymous\20namespace\29::CacheImpl::Value\2c\20SkImageFilterCacheKey\2c\20\28anonymous\20namespace\29::CacheImpl::Value>::find\28SkImageFilterCacheKey\20const&\29\20const +6535:SkTDStorage::SkTDStorage\28SkTDStorage&&\29 +6536:SkTDPQueue<\28anonymous\20namespace\29::RunIteratorQueue::Entry\2c\20&\28anonymous\20namespace\29::RunIteratorQueue::CompareEntry\28\28anonymous\20namespace\29::RunIteratorQueue::Entry\20const&\2c\20\28anonymous\20namespace\29::RunIteratorQueue::Entry\20const&\29\2c\20\28int*\20\28*\29\28\28anonymous\20namespace\29::RunIteratorQueue::Entry\20const&\29\290>::insert\28\28anonymous\20namespace\29::RunIteratorQueue::Entry\29 +6537:SkTDPQueue::remove\28GrGpuResource*\29 +6538:SkTDPQueue::percolateUpIfNecessary\28int\29 +6539:SkTDPQueue::percolateDownIfNecessary\28int\29 +6540:SkTDPQueue::insert\28GrGpuResource*\29 +6541:SkTDArray::append\28int\29 +6542:SkTDArray::append\28int\29 +6543:SkTDArray::push_back\28SkRecords::FillBounds::SaveBounds\20const&\29 +6544:SkTDArray::push_back\28SkOpPtT\20const*\20const&\29 +6545:SkTCubic::hullIntersects\28SkDQuad\20const&\2c\20bool*\29\20const +6546:SkTConic::otherPts\28int\2c\20SkDPoint\20const**\29\20const +6547:SkTConic::hullIntersects\28SkDCubic\20const&\2c\20bool*\29\20const +6548:SkTConic::controlsInside\28\29\20const +6549:SkTConic::collapsed\28\29\20const +6550:SkTBlockList::pushItem\28\29 +6551:SkTBlockList::pop_back\28\29 +6552:SkTBlockList::push_back\28skgpu::ganesh::ClipStack::RawElement&&\29 +6553:SkTBlockList::pushItem\28\29 +6554:SkTBlockList::~SkTBlockList\28\29 +6555:SkTBlockList::push_back\28GrGLProgramDataManager::GLUniformInfo\20const&\29 +6556:SkTBlockList::item\28int\29 +6557:SkSynchronizedResourceCache::~SkSynchronizedResourceCache\28\29 +6558:SkSurfaces::RenderTarget\28GrRecordingContext*\2c\20skgpu::Budgeted\2c\20SkImageInfo\20const&\29 +6559:SkSurface_Raster::~SkSurface_Raster\28\29 +6560:SkSurface_Raster::SkSurface_Raster\28skcpu::RecorderImpl*\2c\20SkImageInfo\20const&\2c\20sk_sp\2c\20SkSurfaceProps\20const*\29 +6561:SkSurface_Ganesh::~SkSurface_Ganesh\28\29 +6562:SkSurface_Ganesh::onDiscard\28\29 +6563:SkSurface_Base::replaceBackendTexture\28GrBackendTexture\20const&\2c\20GrSurfaceOrigin\2c\20SkSurface::ContentChangeMode\2c\20void\20\28*\29\28void*\29\2c\20void*\29 +6564:SkSurface_Base::onDraw\28SkCanvas*\2c\20float\2c\20float\2c\20SkSamplingOptions\20const&\2c\20SkPaint\20const*\29 +6565:SkSurface_Base::onCapabilities\28\29 +6566:SkStrokeRec::GetInflationRadius\28SkPaint::Join\2c\20float\2c\20SkPaint::Cap\2c\20float\29 +6567:SkString_from_UTF16BE\28unsigned\20char\20const*\2c\20unsigned\20long\2c\20SkString&\29 +6568:SkString::equals\28char\20const*\2c\20unsigned\20long\29\20const +6569:SkString::equals\28char\20const*\29\20const +6570:SkString::appendVAList\28char\20const*\2c\20void*\29 +6571:SkString::appendUnichar\28int\29 +6572:SkString::appendHex\28unsigned\20int\2c\20int\29 +6573:SkStrikeSpec::SkStrikeSpec\28SkStrikeSpec\20const&\29 +6574:SkStrikeSpec::ShouldDrawAsPath\28SkPaint\20const&\2c\20SkFont\20const&\2c\20SkMatrix\20const&\29::$_0::operator\28\29\28int\2c\20int\29\20const +6575:SkStrikeSpec::ShouldDrawAsPath\28SkPaint\20const&\2c\20SkFont\20const&\2c\20SkMatrix\20const&\29 +6576:SkStrikeSpec::MakeTransformMask\28SkFont\20const&\2c\20SkPaint\20const&\2c\20SkSurfaceProps\20const&\2c\20SkScalerContextFlags\2c\20SkMatrix\20const&\29 +6577:SkStrikeCache::~SkStrikeCache\28\29 +6578:SkStrike::~SkStrike\28\29 +6579:SkStrike::prepareForImage\28SkGlyph*\29 +6580:SkStrike::prepareForDrawable\28SkGlyph*\29 +6581:SkStrike::internalPrepare\28SkSpan\2c\20SkStrike::PathDetail\2c\20SkGlyph\20const**\29 +6582:SkStrSplit\28char\20const*\2c\20char\20const*\2c\20SkStrSplitMode\2c\20skia_private::TArray*\29 +6583:SkStrAppendU32\28char*\2c\20unsigned\20int\29 +6584:SkStrAppendS32\28char*\2c\20int\29 +6585:SkSpriteBlitter_Memcpy::~SkSpriteBlitter_Memcpy\28\29 +6586:SkSpecialImages::AsView\28GrRecordingContext*\2c\20SkSpecialImage\20const*\29 +6587:SkSpecialImage_Raster::~SkSpecialImage_Raster\28\29 +6588:SkSpecialImage_Raster::getROPixels\28SkBitmap*\29\20const +6589:SkSpecialImage_Raster::SkSpecialImage_Raster\28SkIRect\20const&\2c\20SkBitmap\20const&\2c\20SkSurfaceProps\20const&\29 +6590:SkSpecialImage_Gpu::~SkSpecialImage_Gpu\28\29 +6591:SkSpecialImage::SkSpecialImage\28SkIRect\20const&\2c\20unsigned\20int\2c\20SkColorInfo\20const&\2c\20SkSurfaceProps\20const&\29 +6592:SkSize\20skif::Mapping::map\28SkSize\20const&\2c\20SkMatrix\20const&\29 +6593:SkShapers::unicode::BidiRunIterator\28sk_sp\2c\20char\20const*\2c\20unsigned\20long\2c\20unsigned\20char\29 +6594:SkShapers::HB::ShapeDontWrapOrReorder\28sk_sp\2c\20sk_sp\29 +6595:SkShaper::TrivialLanguageRunIterator::~TrivialLanguageRunIterator\28\29 +6596:SkShaper::MakeStdLanguageRunIterator\28char\20const*\2c\20unsigned\20long\29 +6597:SkShaper::MakeFontMgrRunIterator\28char\20const*\2c\20unsigned\20long\2c\20SkFont\20const&\2c\20sk_sp\29 +6598:SkShadowTessellator::MakeAmbient\28SkPath\20const&\2c\20SkMatrix\20const&\2c\20SkPoint3\20const&\2c\20bool\29 +6599:SkShaders::MatrixRec::totalMatrix\28\29\20const +6600:SkShaders::MatrixRec::concat\28SkMatrix\20const&\29\20const +6601:SkShaders::Empty\28\29 +6602:SkShaders::Color\28unsigned\20int\29 +6603:SkShaders::Blend\28sk_sp\2c\20sk_sp\2c\20sk_sp\29 +6604:SkShaderUtils::VisitLineByLine\28std::__2::basic_string\2c\20std::__2::allocator>\20const&\2c\20std::__2::function\20const&\29 +6605:SkShaderUtils::GLSLPrettyPrint::undoNewlineAfter\28char\29 +6606:SkShaderUtils::GLSLPrettyPrint::parseUntil\28char\20const*\29 +6607:SkShaderUtils::GLSLPrettyPrint::parseUntilNewline\28\29 +6608:SkShaderBlurAlgorithm::renderBlur\28SkRuntimeEffectBuilder*\2c\20SkFilterMode\2c\20SkISize\2c\20sk_sp\2c\20SkIRect\20const&\2c\20SkTileMode\2c\20SkIRect\20const&\29\20const +6609:SkShaderBlurAlgorithm::evalBlur1D\28float\2c\20int\2c\20SkV2\2c\20sk_sp\2c\20SkIRect\2c\20SkTileMode\2c\20SkIRect\29\20const +6610:SkShaderBlurAlgorithm::GetLinearBlur1DEffect\28int\29 +6611:SkShaderBlurAlgorithm::GetBlur2DEffect\28SkISize\20const&\29 +6612:SkShaderBlurAlgorithm::Compute2DBlurOffsets\28SkISize\2c\20std::__2::array&\29 +6613:SkShaderBlurAlgorithm::Compute2DBlurKernel\28SkSize\2c\20SkISize\2c\20std::__2::array&\29 +6614:SkShaderBlurAlgorithm::Compute2DBlurKernel\28SkSize\2c\20SkISize\2c\20SkSpan\29 +6615:SkShaderBlurAlgorithm::Compute1DBlurLinearKernel\28float\2c\20int\2c\20std::__2::array&\29 +6616:SkShader::makeWithColorFilter\28sk_sp\29\20const +6617:SkScan::PathRequiresTiling\28SkIRect\20const&\29 +6618:SkScan::HairLine\28SkPoint\20const*\2c\20int\2c\20SkRasterClip\20const&\2c\20SkBlitter*\29 +6619:SkScan::FillXRect\28SkIRect\20const&\2c\20SkRegion\20const*\2c\20SkBlitter*\29 +6620:SkScan::FillRect\28SkRect\20const&\2c\20SkRegion\20const*\2c\20SkBlitter*\29 +6621:SkScan::AntiHairPath\28SkPathRaw\20const&\2c\20SkRasterClip\20const&\2c\20SkBlitter*\29 +6622:SkScan::AntiFrameRect\28SkRect\20const&\2c\20SkPoint\20const&\2c\20SkRegion\20const*\2c\20SkBlitter*\29 +6623:SkScan::AntiFillRect\28SkRect\20const&\2c\20SkRegion\20const*\2c\20SkBlitter*\29 +6624:SkScan::AntiFillPath\28SkPathRaw\20const&\2c\20SkRasterClip\20const&\2c\20SkBlitter*\29 +6625:SkScan::AAAFillPath\28SkPathRaw\20const&\2c\20SkBlitter*\2c\20SkIRect\20const&\2c\20SkIRect\20const&\2c\20bool\29 +6626:SkScalerContext_FreeType::~SkScalerContext_FreeType\28\29 +6627:SkScalerContext_FreeType::shouldSubpixelBitmap\28SkGlyph\20const&\2c\20SkMatrix\20const&\29 +6628:SkScalerContext_FreeType::getCBoxForLetter\28char\2c\20FT_BBox_*\29 +6629:SkScalerContext_FreeType::getBoundsOfCurrentOutlineGlyph\28FT_GlyphSlotRec_*\2c\20SkRect*\29 +6630:SkScalerContextRec::setLuminanceColor\28unsigned\20int\29 +6631:SkScalerContextFTUtils::drawCOLRv1Glyph\28FT_FaceRec_*\2c\20SkGlyph\20const&\2c\20unsigned\20int\2c\20SkSpan\2c\20SkCanvas*\29\20const +6632:SkScalerContextFTUtils::drawCOLRv0Glyph\28FT_FaceRec_*\2c\20SkGlyph\20const&\2c\20unsigned\20int\2c\20SkSpan\2c\20SkCanvas*\29\20const +6633:SkScalerContext::makeGlyph\28SkPackedGlyphID\2c\20SkArenaAlloc*\29 +6634:SkScalerContext::internalGetPath\28SkGlyph&\2c\20SkArenaAlloc*\2c\20std::__2::optional&&\29 +6635:SkScalerContext::SkScalerContext\28SkTypeface&\2c\20SkScalerContextEffects\20const&\2c\20SkDescriptor\20const*\29 +6636:SkScalerContext::SaturateGlyphBounds\28SkGlyph*\2c\20SkRect&&\29 +6637:SkScalerContext::MakeRecAndEffects\28SkFont\20const&\2c\20SkPaint\20const&\2c\20SkSurfaceProps\20const&\2c\20SkScalerContextFlags\2c\20SkMatrix\20const&\2c\20SkScalerContextRec*\2c\20SkScalerContextEffects*\29 +6638:SkScalerContext::MakeEmpty\28SkTypeface&\2c\20SkScalerContextEffects\20const&\2c\20SkDescriptor\20const*\29 +6639:SkScalerContext::GeneratedPath::GeneratedPath\28SkScalerContext::GeneratedPath&&\29 +6640:SkScalerContext::AutoDescriptorGivenRecAndEffects\28SkScalerContextRec\20const&\2c\20SkScalerContextEffects\20const&\2c\20SkAutoDescriptor*\29 +6641:SkSTArenaAlloc<4096ul>::SkSTArenaAlloc\28unsigned\20long\29 +6642:SkSTArenaAlloc<256ul>::SkSTArenaAlloc\28unsigned\20long\29 +6643:SkSLCombinedSamplerTypeForTextureType\28GrTextureType\29 +6644:SkSL::type_to_sksltype\28SkSL::Context\20const&\2c\20SkSL::Type\20const&\2c\20SkSLType*\29 +6645:SkSL::stoi\28std::__2::basic_string_view>\2c\20long\20long*\29 +6646:SkSL::splat_scalar\28SkSL::Context\20const&\2c\20SkSL::Expression\20const&\2c\20SkSL::Type\20const&\29 +6647:SkSL::simplify_constant_equality\28SkSL::Context\20const&\2c\20SkSL::Position\2c\20SkSL::Expression\20const&\2c\20SkSL::Operator\2c\20SkSL::Expression\20const&\29 +6648:SkSL::short_circuit_boolean\28SkSL::Position\2c\20SkSL::Expression\20const&\2c\20SkSL::Operator\2c\20SkSL::Expression\20const&\29 +6649:SkSL::remove_break_statements\28std::__2::unique_ptr>&\29::RemoveBreaksWriter::visitStatementPtr\28std::__2::unique_ptr>&\29 +6650:SkSL::optimize_intrinsic_call\28SkSL::Context\20const&\2c\20SkSL::Position\2c\20SkSL::IntrinsicKind\2c\20SkSL::ExpressionArray\20const&\2c\20SkSL::Type\20const&\29::$_2::operator\28\29\28int\29\20const +6651:SkSL::optimize_intrinsic_call\28SkSL::Context\20const&\2c\20SkSL::Position\2c\20SkSL::IntrinsicKind\2c\20SkSL::ExpressionArray\20const&\2c\20SkSL::Type\20const&\29::$_1::operator\28\29\28int\29\20const +6652:SkSL::optimize_intrinsic_call\28SkSL::Context\20const&\2c\20SkSL::Position\2c\20SkSL::IntrinsicKind\2c\20SkSL::ExpressionArray\20const&\2c\20SkSL::Type\20const&\29::$_0::operator\28\29\28int\29\20const +6653:SkSL::negate_expression\28SkSL::Context\20const&\2c\20SkSL::Position\2c\20SkSL::Expression\20const&\2c\20SkSL::Type\20const&\29 +6654:SkSL::make_reciprocal_expression\28SkSL::Context\20const&\2c\20SkSL::Expression\20const&\29 +6655:SkSL::index_out_of_range\28SkSL::Context\20const&\2c\20SkSL::Position\2c\20long\20long\2c\20SkSL::Expression\20const&\29 +6656:SkSL::hoist_vardecl_symbols_into_outer_scope\28SkSL::Context\20const&\2c\20SkSL::Block\20const&\2c\20SkSL::SymbolTable*\2c\20SkSL::SymbolTable*\29::SymbolHoister::visitStatement\28SkSL::Statement\20const&\29 +6657:SkSL::get_struct_definitions_from_module\28SkSL::Program&\2c\20SkSL::Module\20const&\2c\20std::__2::vector>*\29 +6658:SkSL::find_existing_declaration\28SkSL::Context\20const&\2c\20SkSL::Position\2c\20SkSL::ModifierFlags\2c\20SkSL::IntrinsicKind\2c\20std::__2::basic_string_view>\2c\20skia_private::TArray>\2c\20true>&\2c\20SkSL::Position\2c\20SkSL::Type\20const*\2c\20SkSL::FunctionDeclaration**\29::$_0::operator\28\29\28\29\20const +6659:SkSL::extract_matrix\28SkSL::Expression\20const*\2c\20float*\29 +6660:SkSL::eliminate_unreachable_code\28SkSpan>>\2c\20SkSL::ProgramUsage*\29::UnreachableCodeEliminator::visitStatementPtr\28std::__2::unique_ptr>&\29 +6661:SkSL::eliminate_no_op_boolean\28SkSL::Position\2c\20SkSL::Expression\20const&\2c\20SkSL::Operator\2c\20SkSL::Expression\20const&\29 +6662:SkSL::check_main_signature\28SkSL::Context\20const&\2c\20SkSL::Position\2c\20SkSL::Type\20const&\2c\20skia_private::TArray>\2c\20true>&\29::$_4::operator\28\29\28int\29\20const +6663:SkSL::check_main_signature\28SkSL::Context\20const&\2c\20SkSL::Position\2c\20SkSL::Type\20const&\2c\20skia_private::TArray>\2c\20true>&\29::$_2::operator\28\29\28SkSL::Type\20const&\29\20const +6664:SkSL::check_main_signature\28SkSL::Context\20const&\2c\20SkSL::Position\2c\20SkSL::Type\20const&\2c\20skia_private::TArray>\2c\20true>&\29::$_1::operator\28\29\28int\29\20const +6665:SkSL::argument_needs_scratch_variable\28SkSL::Expression\20const*\2c\20SkSL::Variable\20const*\2c\20SkSL::ProgramUsage\20const&\29 +6666:SkSL::argument_and_parameter_flags_match\28SkSL::Expression\20const&\2c\20SkSL::Variable\20const&\29 +6667:SkSL::apply_to_elements\28SkSL::Context\20const&\2c\20SkSL::Position\2c\20SkSL::Expression\20const&\2c\20double\20\28*\29\28double\29\29 +6668:SkSL::append_rtadjust_fixup_to_vertex_main\28SkSL::Context\20const&\2c\20SkSL::FunctionDeclaration\20const&\2c\20SkSL::Block&\29::AppendRTAdjustFixupHelper::Adjust\28\29\20const +6669:SkSL::\28anonymous\20namespace\29::clone_with_ref_kind\28SkSL::Expression\20const&\2c\20SkSL::VariableRefKind\2c\20SkSL::Position\29 +6670:SkSL::\28anonymous\20namespace\29::check_valid_uniform_type\28SkSL::Position\2c\20SkSL::Type\20const*\2c\20SkSL::Context\20const&\2c\20bool\29::$_0::operator\28\29\28\29\20const +6671:SkSL::\28anonymous\20namespace\29::caps_lookup_table\28\29 +6672:SkSL::\28anonymous\20namespace\29::ReturnsInputAlphaVisitor::visitProgramElement\28SkSL::ProgramElement\20const&\29 +6673:SkSL::\28anonymous\20namespace\29::ProgramUsageVisitor::visitStructFields\28SkSL::Type\20const&\29 +6674:SkSL::\28anonymous\20namespace\29::ProgramUsageVisitor::visitStatement\28SkSL::Statement\20const&\29 +6675:SkSL::\28anonymous\20namespace\29::ProgramUsageVisitor::visitExpression\28SkSL::Expression\20const&\29 +6676:SkSL::\28anonymous\20namespace\29::NodeCountVisitor::visitStatement\28SkSL::Statement\20const&\29 +6677:SkSL::\28anonymous\20namespace\29::IsAssignableVisitor::visitExpression\28SkSL::Expression&\2c\20SkSL::FieldAccess\20const*\29::'lambda'\28\29::operator\28\29\28\29\20const +6678:SkSL::\28anonymous\20namespace\29::FinalizationVisitor::visitProgramElement\28SkSL::ProgramElement\20const&\29 +6679:SkSL::Variable::MakeScratchVariable\28SkSL::Context\20const&\2c\20SkSL::Mangler&\2c\20std::__2::basic_string_view>\2c\20SkSL::Type\20const*\2c\20SkSL::SymbolTable*\2c\20std::__2::unique_ptr>\29 +6680:SkSL::VarDeclaration::ErrorCheck\28SkSL::Context\20const&\2c\20SkSL::Position\2c\20SkSL::Position\2c\20SkSL::Layout\20const&\2c\20SkSL::ModifierFlags\2c\20SkSL::Type\20const*\2c\20SkSL::Type\20const*\2c\20SkSL::VariableStorage\29 +6681:SkSL::TypeReference::description\28SkSL::OperatorPrecedence\29\20const +6682:SkSL::TypeReference::VerifyType\28SkSL::Context\20const&\2c\20SkSL::Type\20const*\2c\20SkSL::Position\29 +6683:SkSL::TypeReference::Convert\28SkSL::Context\20const&\2c\20SkSL::Position\2c\20SkSL::Type\20const*\29 +6684:SkSL::Type::checkIfUsableInArray\28SkSL::Context\20const&\2c\20SkSL::Position\29\20const +6685:SkSL::Type::checkForOutOfRangeLiteral\28SkSL::Context\20const&\2c\20SkSL::Expression\20const&\29\20const +6686:SkSL::Type::MakeStructType\28SkSL::Context\20const&\2c\20SkSL::Position\2c\20std::__2::basic_string_view>\2c\20skia_private::TArray\2c\20bool\29 +6687:SkSL::Type::MakeLiteralType\28char\20const*\2c\20SkSL::Type\20const&\2c\20signed\20char\29 +6688:SkSL::Transform::\28anonymous\20namespace\29::BuiltinVariableScanner::addDeclaringElement\28SkSL::Symbol\20const*\29 +6689:SkSL::Transform::HoistSwitchVarDeclarationsAtTopLevel\28SkSL::Context\20const&\2c\20skia_private::STArray<2\2c\20std::__2::unique_ptr>\2c\20true>&\2c\20SkSL::SymbolTable&\2c\20SkSL::Position\29::HoistSwitchVarDeclsVisitor::visitStatementPtr\28std::__2::unique_ptr>&\29 +6690:SkSL::Transform::EliminateDeadGlobalVariables\28SkSL::Program&\29::$_0::operator\28\29\28std::__2::unique_ptr>\20const&\29\20const +6691:SkSL::Transform::EliminateDeadFunctions\28SkSL::Program&\29 +6692:SkSL::TernaryExpression::Make\28SkSL::Context\20const&\2c\20SkSL::Position\2c\20std::__2::unique_ptr>\2c\20std::__2::unique_ptr>\2c\20std::__2::unique_ptr>\29 +6693:SkSL::SymbolTable::moveSymbolTo\28SkSL::SymbolTable*\2c\20SkSL::Symbol*\2c\20SkSL::Context\20const&\29 +6694:SkSL::SymbolTable::isBuiltinType\28std::__2::basic_string_view>\29\20const +6695:SkSL::SymbolTable::insertNewParent\28\29 +6696:SkSL::SymbolTable::addWithoutOwnership\28SkSL::Symbol*\29 +6697:SkSL::Symbol::instantiate\28SkSL::Context\20const&\2c\20SkSL::Position\29\20const +6698:SkSL::SwitchStatement::Make\28SkSL::Context\20const&\2c\20SkSL::Position\2c\20std::__2::unique_ptr>\2c\20std::__2::unique_ptr>\29 +6699:SkSL::SwitchCase::Make\28SkSL::Position\2c\20long\20long\2c\20std::__2::unique_ptr>\29 +6700:SkSL::SwitchCase::MakeDefault\28SkSL::Position\2c\20std::__2::unique_ptr>\29 +6701:SkSL::StructType::slotCount\28\29\20const +6702:SkSL::StructType::StructType\28SkSL::Position\2c\20std::__2::basic_string_view>\2c\20skia_private::TArray\2c\20int\2c\20bool\2c\20bool\29 +6703:SkSL::String::vappendf\28std::__2::basic_string\2c\20std::__2::allocator>*\2c\20char\20const*\2c\20void*\29 +6704:SkSL::SingleArgumentConstructor::argumentSpan\28\29 +6705:SkSL::Setting::Make\28SkSL::Context\20const&\2c\20SkSL::Position\2c\20bool\20const\20SkSL::ShaderCaps::*\29 +6706:SkSL::RP::stack_usage\28SkSL::RP::Instruction\20const&\29 +6707:SkSL::RP::is_sliceable_swizzle\28SkSpan\29 +6708:SkSL::RP::is_immediate_op\28SkSL::RP::BuilderOp\29 +6709:SkSL::RP::UnownedLValueSlice::isWritable\28\29\20const +6710:SkSL::RP::UnownedLValueSlice::dynamicSlotRange\28\29 +6711:SkSL::RP::SwizzleLValue::~SwizzleLValue\28\29 +6712:SkSL::RP::ScratchLValue::~ScratchLValue\28\29 +6713:SkSL::RP::Program::appendStages\28SkRasterPipeline*\2c\20SkArenaAlloc*\2c\20SkSL::RP::Callbacks*\2c\20SkSpan\29\20const +6714:SkSL::RP::Program::appendStackRewind\28skia_private::TArray*\29\20const +6715:SkSL::RP::Program::appendCopyImmutableUnmasked\28skia_private::TArray*\2c\20SkArenaAlloc*\2c\20std::byte*\2c\20unsigned\20int\2c\20unsigned\20int\2c\20int\29\20const +6716:SkSL::RP::Program::appendAdjacentNWayTernaryOp\28skia_private::TArray*\2c\20SkArenaAlloc*\2c\20SkSL::RP::ProgramOp\2c\20std::byte*\2c\20unsigned\20int\2c\20unsigned\20int\2c\20unsigned\20int\2c\20int\29\20const +6717:SkSL::RP::Program::appendAdjacentNWayBinaryOp\28skia_private::TArray*\2c\20SkArenaAlloc*\2c\20SkSL::RP::ProgramOp\2c\20unsigned\20int\2c\20unsigned\20int\2c\20int\29\20const +6718:SkSL::RP::ImmutableLValue::fixedSlotRange\28SkSL::RP::Generator*\29 +6719:SkSL::RP::Generator::writeVarDeclaration\28SkSL::VarDeclaration\20const&\29 +6720:SkSL::RP::Generator::writeFunction\28SkSL::IRNode\20const&\2c\20SkSL::FunctionDefinition\20const&\2c\20SkSpan>\20const>\29 +6721:SkSL::RP::Generator::storeImmutableValueToSlots\28skia_private::TArray\20const&\2c\20SkSL::RP::SlotRange\29 +6722:SkSL::RP::Generator::returnComplexity\28SkSL::FunctionDefinition\20const*\29 +6723:SkSL::RP::Generator::pushVariableReferencePartial\28SkSL::VariableReference\20const&\2c\20SkSL::RP::SlotRange\29 +6724:SkSL::RP::Generator::pushLengthIntrinsic\28int\29 +6725:SkSL::RP::Generator::pushLValueOrExpression\28SkSL::RP::LValue*\2c\20SkSL::Expression\20const&\29 +6726:SkSL::RP::Generator::pushIntrinsic\28SkSL::RP::BuilderOp\2c\20SkSL::Expression\20const&\2c\20SkSL::Expression\20const&\29 +6727:SkSL::RP::Generator::pushIntrinsic\28SkSL::IntrinsicKind\2c\20SkSL::Expression\20const&\2c\20SkSL::Expression\20const&\2c\20SkSL::Expression\20const&\29 +6728:SkSL::RP::Generator::pushImmutableData\28SkSL::Expression\20const&\29 +6729:SkSL::RP::Generator::getImmutableValueForExpression\28SkSL::Expression\20const&\2c\20skia_private::TArray*\29 +6730:SkSL::RP::Generator::getImmutableBitsForSlot\28SkSL::Expression\20const&\2c\20unsigned\20long\29 +6731:SkSL::RP::Generator::findPreexistingImmutableData\28skia_private::TArray\20const&\29 +6732:SkSL::RP::Generator::discardTraceScopeMask\28\29 +6733:SkSL::RP::DynamicIndexLValue::dynamicSlotRange\28\29 +6734:SkSL::RP::Builder::push_condition_mask\28\29 +6735:SkSL::RP::Builder::pop_slots_unmasked\28SkSL::RP::SlotRange\29 +6736:SkSL::RP::Builder::pop_condition_mask\28\29 +6737:SkSL::RP::Builder::pop_and_reenable_loop_mask\28\29 +6738:SkSL::RP::Builder::merge_loop_mask\28\29 +6739:SkSL::RP::Builder::merge_inv_condition_mask\28\29 +6740:SkSL::RP::Builder::mask_off_loop_mask\28\29 +6741:SkSL::RP::Builder::discard_stack\28int\2c\20int\29 +6742:SkSL::RP::Builder::copy_stack_to_slots_unmasked\28SkSL::RP::SlotRange\2c\20int\29 +6743:SkSL::RP::Builder::copy_stack_to_slots_unmasked\28SkSL::RP::SlotRange\29 +6744:SkSL::RP::Builder::copy_stack_to_slots\28SkSL::RP::SlotRange\29 +6745:SkSL::RP::Builder::branch_if_any_lanes_active\28int\29 +6746:SkSL::RP::AutoStack::pushClone\28SkSL::RP::SlotRange\2c\20int\29 +6747:SkSL::RP::AutoContinueMask::~AutoContinueMask\28\29 +6748:SkSL::RP::AutoContinueMask::exitLoopBody\28\29 +6749:SkSL::RP::AutoContinueMask::enterLoopBody\28\29 +6750:SkSL::RP::AutoContinueMask::enable\28\29 +6751:SkSL::ProgramUsage::remove\28SkSL::Expression\20const*\29 +6752:SkSL::ProgramUsage::get\28SkSL::FunctionDeclaration\20const&\29\20const +6753:SkSL::ProgramUsage::add\28SkSL::Statement\20const*\29 +6754:SkSL::ProgramUsage::add\28SkSL::Expression\20const*\29 +6755:SkSL::ProgramConfig::ProgramConfig\28\29 +6756:SkSL::Program::~Program\28\29 +6757:SkSL::PostfixExpression::Make\28SkSL::Context\20const&\2c\20SkSL::Position\2c\20std::__2::unique_ptr>\2c\20SkSL::Operator\29 +6758:SkSL::PipelineStage::PipelineStageCodeGenerator::functionName\28SkSL::FunctionDeclaration\20const&\2c\20int\29 +6759:SkSL::PipelineStage::PipelineStageCodeGenerator::functionDeclaration\28SkSL::FunctionDeclaration\20const&\29 +6760:SkSL::PipelineStage::PipelineStageCodeGenerator::forEachSpecialization\28SkSL::FunctionDeclaration\20const&\2c\20std::__2::function\20const&\29 +6761:SkSL::Parser::~Parser\28\29 +6762:SkSL::Parser::varDeclarations\28\29 +6763:SkSL::Parser::varDeclarationsPrefix\28SkSL::Parser::VarDeclarationsPrefix*\29 +6764:SkSL::Parser::varDeclarationsOrExpressionStatement\28\29 +6765:SkSL::Parser::switchCaseBody\28SkSL::ExpressionArray*\2c\20skia_private::STArray<2\2c\20std::__2::unique_ptr>\2c\20true>*\2c\20std::__2::unique_ptr>\29 +6766:SkSL::Parser::shiftExpression\28\29 +6767:SkSL::Parser::relationalExpression\28\29 +6768:SkSL::Parser::multiplicativeExpression\28\29 +6769:SkSL::Parser::logicalXorExpression\28\29 +6770:SkSL::Parser::logicalAndExpression\28\29 +6771:SkSL::Parser::localVarDeclarationEnd\28SkSL::Position\2c\20SkSL::Modifiers\20const&\2c\20SkSL::Type\20const*\2c\20SkSL::Token\29 +6772:SkSL::Parser::intLiteral\28long\20long*\29 +6773:SkSL::Parser::identifier\28std::__2::basic_string_view>*\29 +6774:SkSL::Parser::globalVarDeclarationEnd\28SkSL::Position\2c\20SkSL::Modifiers\20const&\2c\20SkSL::Type\20const*\2c\20SkSL::Token\29 +6775:SkSL::Parser::expressionStatement\28\29 +6776:SkSL::Parser::expectNewline\28\29 +6777:SkSL::Parser::equalityExpression\28\29 +6778:SkSL::Parser::directive\28bool\29 +6779:SkSL::Parser::declarations\28\29 +6780:SkSL::Parser::bitwiseXorExpression\28\29 +6781:SkSL::Parser::bitwiseOrExpression\28\29 +6782:SkSL::Parser::bitwiseAndExpression\28\29 +6783:SkSL::Parser::additiveExpression\28\29 +6784:SkSL::Parser::addGlobalVarDeclaration\28std::__2::unique_ptr>\29 +6785:SkSL::Parser::Parser\28SkSL::Compiler*\2c\20SkSL::ProgramSettings\20const&\2c\20SkSL::ProgramKind\2c\20std::__2::unique_ptr\2c\20std::__2::allocator>\2c\20std::__2::default_delete\2c\20std::__2::allocator>>>\29 +6786:SkSL::MultiArgumentConstructor::argumentSpan\28\29 +6787:SkSL::ModuleLoader::loadVertexModule\28SkSL::Compiler*\29 +6788:SkSL::ModuleLoader::loadSharedModule\28SkSL::Compiler*\29 +6789:SkSL::ModuleLoader::loadPublicModule\28SkSL::Compiler*\29 +6790:SkSL::ModuleLoader::loadFragmentModule\28SkSL::Compiler*\29 +6791:SkSL::ModuleLoader::Get\28\29 +6792:SkSL::Module::~Module\28\29 +6793:SkSL::MatrixType::bitWidth\28\29\20const +6794:SkSL::MakeRasterPipelineProgram\28SkSL::Program\20const&\2c\20SkSL::FunctionDefinition\20const&\2c\20SkSL::DebugTracePriv*\2c\20bool\29 +6795:SkSL::Layout::operator!=\28SkSL::Layout\20const&\29\20const +6796:SkSL::Layout::description\28\29\20const +6797:SkSL::Intrinsics::\28anonymous\20namespace\29::finalize_distance\28double\29 +6798:SkSL::Intrinsics::\28anonymous\20namespace\29::evaluate_matrixCompMult\28double\2c\20double\2c\20double\29 +6799:SkSL::Intrinsics::\28anonymous\20namespace\29::evaluate_length\28std::__2::array\20const&\29 +6800:SkSL::Intrinsics::\28anonymous\20namespace\29::evaluate_add\28SkSL::Context\20const&\2c\20std::__2::array\20const&\29 +6801:SkSL::Inliner::inlineStatement\28SkSL::Position\2c\20skia_private::THashMap>\2c\20SkGoodHash>*\2c\20SkSL::SymbolTable*\2c\20std::__2::unique_ptr>*\2c\20SkSL::Analysis::ReturnComplexity\2c\20SkSL::Statement\20const&\2c\20SkSL::ProgramUsage\20const&\2c\20bool\29 +6802:SkSL::Inliner::inlineExpression\28SkSL::Position\2c\20skia_private::THashMap>\2c\20SkGoodHash>*\2c\20SkSL::SymbolTable*\2c\20SkSL::Expression\20const&\29 +6803:SkSL::Inliner::buildCandidateList\28std::__2::vector>\2c\20std::__2::allocator>>>\20const&\2c\20SkSL::SymbolTable*\2c\20SkSL::ProgramUsage*\2c\20SkSL::InlineCandidateList*\29::$_1::operator\28\29\28SkSL::InlineCandidate\20const&\29\20const +6804:SkSL::Inliner::buildCandidateList\28std::__2::vector>\2c\20std::__2::allocator>>>\20const&\2c\20SkSL::SymbolTable*\2c\20SkSL::ProgramUsage*\2c\20SkSL::InlineCandidateList*\29::$_0::operator\28\29\28SkSL::InlineCandidate\20const&\29\20const +6805:SkSL::Inliner::InlinedCall::~InlinedCall\28\29 +6806:SkSL::IndexExpression::~IndexExpression\28\29 +6807:SkSL::IfStatement::~IfStatement\28\29 +6808:SkSL::IRHelpers::Ref\28SkSL::Variable\20const*\29\20const +6809:SkSL::IRHelpers::Mul\28std::__2::unique_ptr>\2c\20std::__2::unique_ptr>\29\20const +6810:SkSL::IRHelpers::Assign\28std::__2::unique_ptr>\2c\20std::__2::unique_ptr>\29\20const +6811:SkSL::GLSLCodeGenerator::writeVarDeclaration\28SkSL::VarDeclaration\20const&\2c\20bool\29 +6812:SkSL::GLSLCodeGenerator::writeProgramElement\28SkSL::ProgramElement\20const&\29 +6813:SkSL::GLSLCodeGenerator::writeMinAbsHack\28SkSL::Expression&\2c\20SkSL::Expression&\29 +6814:SkSL::GLSLCodeGenerator::generateCode\28\29 +6815:SkSL::FunctionDefinition::Convert\28SkSL::Context\20const&\2c\20SkSL::Position\2c\20SkSL::FunctionDeclaration\20const&\2c\20std::__2::unique_ptr>\29::Finalizer::visitStatementPtr\28std::__2::unique_ptr>&\29 +6816:SkSL::FunctionDefinition::Convert\28SkSL::Context\20const&\2c\20SkSL::Position\2c\20SkSL::FunctionDeclaration\20const&\2c\20std::__2::unique_ptr>\29::Finalizer::addLocalVariable\28SkSL::Variable\20const*\2c\20SkSL::Position\29 +6817:SkSL::FunctionDeclaration::~FunctionDeclaration\28\29_7111 +6818:SkSL::FunctionDeclaration::~FunctionDeclaration\28\29 +6819:SkSL::FunctionDeclaration::mangledName\28\29\20const +6820:SkSL::FunctionDeclaration::getMainInputColorParameter\28\29\20const +6821:SkSL::FunctionDeclaration::getMainDestColorParameter\28\29\20const +6822:SkSL::FunctionDeclaration::determineFinalTypes\28SkSL::ExpressionArray\20const&\2c\20skia_private::STArray<8\2c\20SkSL::Type\20const*\2c\20true>*\2c\20SkSL::Type\20const**\29\20const +6823:SkSL::FunctionDeclaration::FunctionDeclaration\28SkSL::Context\20const&\2c\20SkSL::Position\2c\20SkSL::ModifierFlags\2c\20std::__2::basic_string_view>\2c\20skia_private::TArray\2c\20SkSL::Type\20const*\2c\20SkSL::IntrinsicKind\29 +6824:SkSL::FunctionCall::Make\28SkSL::Context\20const&\2c\20SkSL::Position\2c\20SkSL::Type\20const*\2c\20SkSL::FunctionDeclaration\20const&\2c\20SkSL::ExpressionArray\29 +6825:SkSL::FunctionCall::FunctionCall\28SkSL::Position\2c\20SkSL::Type\20const*\2c\20SkSL::FunctionDeclaration\20const*\2c\20SkSL::ExpressionArray\2c\20SkSL::FunctionCall\20const*\29 +6826:SkSL::FunctionCall::FindBestFunctionForCall\28SkSL::Context\20const&\2c\20SkSL::FunctionDeclaration\20const*\2c\20SkSL::ExpressionArray\20const&\29 +6827:SkSL::FunctionCall::Convert\28SkSL::Context\20const&\2c\20SkSL::Position\2c\20SkSL::FunctionDeclaration\20const&\2c\20SkSL::ExpressionArray\29 +6828:SkSL::ForStatement::~ForStatement\28\29 +6829:SkSL::ForStatement::Convert\28SkSL::Context\20const&\2c\20SkSL::Position\2c\20SkSL::ForLoopPositions\2c\20std::__2::unique_ptr>\2c\20std::__2::unique_ptr>\2c\20std::__2::unique_ptr>\2c\20std::__2::unique_ptr>\2c\20std::__2::unique_ptr>\29 +6830:SkSL::FindIntrinsicKind\28std::__2::basic_string_view>\29 +6831:SkSL::FieldAccess::~FieldAccess\28\29_6988 +6832:SkSL::FieldAccess::~FieldAccess\28\29 +6833:SkSL::FieldAccess::description\28SkSL::OperatorPrecedence\29\20const +6834:SkSL::FieldAccess::FieldAccess\28SkSL::Position\2c\20std::__2::unique_ptr>\2c\20int\2c\20SkSL::FieldAccessOwnerKind\29 +6835:SkSL::ExtendedVariable::~ExtendedVariable\28\29 +6836:SkSL::Expression::isFloatLiteral\28\29\20const +6837:SkSL::Expression::coercionCost\28SkSL::Type\20const&\29\20const +6838:SkSL::DoStatement::~DoStatement\28\29_6977 +6839:SkSL::DoStatement::Make\28SkSL::Context\20const&\2c\20SkSL::Position\2c\20std::__2::unique_ptr>\2c\20std::__2::unique_ptr>\29 +6840:SkSL::DiscardStatement::Make\28SkSL::Context\20const&\2c\20SkSL::Position\29 +6841:SkSL::ContinueStatement::Make\28SkSL::Position\29 +6842:SkSL::ConstructorStruct::Make\28SkSL::Context\20const&\2c\20SkSL::Position\2c\20SkSL::Type\20const&\2c\20SkSL::ExpressionArray\29 +6843:SkSL::ConstructorScalarCast::Convert\28SkSL::Context\20const&\2c\20SkSL::Position\2c\20SkSL::Type\20const&\2c\20SkSL::ExpressionArray\29 +6844:SkSL::ConstructorMatrixResize::Make\28SkSL::Context\20const&\2c\20SkSL::Position\2c\20SkSL::Type\20const&\2c\20std::__2::unique_ptr>\29 +6845:SkSL::Constructor::Convert\28SkSL::Context\20const&\2c\20SkSL::Position\2c\20SkSL::Type\20const&\2c\20SkSL::ExpressionArray\29 +6846:SkSL::Compiler::resetErrors\28\29 +6847:SkSL::Compiler::initializeContext\28SkSL::Module\20const*\2c\20SkSL::ProgramKind\2c\20SkSL::ProgramSettings\2c\20std::__2::basic_string_view>\2c\20SkSL::ModuleType\29 +6848:SkSL::Compiler::cleanupContext\28\29 +6849:SkSL::CoercionCost::operator<\28SkSL::CoercionCost\29\20const +6850:SkSL::ChildCall::~ChildCall\28\29_6916 +6851:SkSL::ChildCall::~ChildCall\28\29 +6852:SkSL::ChildCall::Make\28SkSL::Context\20const&\2c\20SkSL::Position\2c\20SkSL::Type\20const*\2c\20SkSL::Variable\20const&\2c\20SkSL::ExpressionArray\29 +6853:SkSL::ChildCall::ChildCall\28SkSL::Position\2c\20SkSL::Type\20const*\2c\20SkSL::Variable\20const*\2c\20SkSL::ExpressionArray\29 +6854:SkSL::BreakStatement::Make\28SkSL::Position\29 +6855:SkSL::Block::Block\28SkSL::Position\2c\20skia_private::STArray<2\2c\20std::__2::unique_ptr>\2c\20true>\2c\20SkSL::Block::Kind\2c\20std::__2::unique_ptr>\29 +6856:SkSL::BinaryExpression::isAssignmentIntoVariable\28\29 +6857:SkSL::ArrayType::columns\28\29\20const +6858:SkSL::Analysis::\28anonymous\20namespace\29::LoopControlFlowVisitor::visitStatement\28SkSL::Statement\20const&\29 +6859:SkSL::Analysis::IsDynamicallyUniformExpression\28SkSL::Expression\20const&\29::IsDynamicallyUniformExpressionVisitor::visitExpression\28SkSL::Expression\20const&\29 +6860:SkSL::Analysis::IsDynamicallyUniformExpression\28SkSL::Expression\20const&\29 +6861:SkSL::Analysis::IsConstantExpression\28SkSL::Expression\20const&\29 +6862:SkSL::Analysis::IsCompileTimeConstant\28SkSL::Expression\20const&\29::IsCompileTimeConstantVisitor::visitExpression\28SkSL::Expression\20const&\29 +6863:SkSL::Analysis::IsAssignable\28SkSL::Expression&\2c\20SkSL::Analysis::AssignmentInfo*\2c\20SkSL::ErrorReporter*\29 +6864:SkSL::Analysis::HasSideEffects\28SkSL::Expression\20const&\29::HasSideEffectsVisitor::visitExpression\28SkSL::Expression\20const&\29 +6865:SkSL::Analysis::GetLoopUnrollInfo\28SkSL::Context\20const&\2c\20SkSL::Position\2c\20SkSL::ForLoopPositions\20const&\2c\20SkSL::Statement\20const*\2c\20std::__2::unique_ptr>*\2c\20SkSL::Expression\20const*\2c\20SkSL::Statement\20const*\2c\20SkSL::ErrorReporter*\29 +6866:SkSL::Analysis::GetLoopControlFlowInfo\28SkSL::Statement\20const&\29 +6867:SkSL::Analysis::ContainsVariable\28SkSL::Expression\20const&\2c\20SkSL::Variable\20const&\29::ContainsVariableVisitor::visitExpression\28SkSL::Expression\20const&\29 +6868:SkSL::Analysis::ContainsRTAdjust\28SkSL::Expression\20const&\29::ContainsRTAdjustVisitor::visitExpression\28SkSL::Expression\20const&\29 +6869:SkSL::Analysis::CheckProgramStructure\28SkSL::Program\20const&\29::ProgramStructureVisitor::visitProgramElement\28SkSL::ProgramElement\20const&\29 +6870:SkSL::AliasType::numberKind\28\29\20const +6871:SkSL::AliasType::isOrContainsBool\28\29\20const +6872:SkSL::AliasType::isOrContainsAtomic\28\29\20const +6873:SkSL::AliasType::isAllowedInES2\28\29\20const +6874:SkSBlockAllocator<80ul>::SkSBlockAllocator\28SkBlockAllocator::GrowthPolicy\2c\20unsigned\20long\29 +6875:SkRuntimeShader::~SkRuntimeShader\28\29 +6876:SkRuntimeEffectPriv::VarAsChild\28SkSL::Variable\20const&\2c\20int\29 +6877:SkRuntimeEffect::~SkRuntimeEffect\28\29 +6878:SkRuntimeEffect::getRPProgram\28SkSL::DebugTracePriv*\29\20const +6879:SkRuntimeEffect::MakeForShader\28SkString\2c\20SkRuntimeEffect::Options\20const&\29 +6880:SkRuntimeEffect::ChildPtr::type\28\29\20const +6881:SkRuntimeEffect::ChildPtr::shader\28\29\20const +6882:SkRuntimeEffect::ChildPtr::colorFilter\28\29\20const +6883:SkRuntimeEffect::ChildPtr::blender\28\29\20const +6884:SkRgnBuilder::collapsWithPrev\28\29 +6885:SkResourceCache::visitAll\28void\20\28*\29\28SkResourceCache::Rec\20const&\2c\20void*\29\2c\20void*\29 +6886:SkResourceCache::setTotalByteLimit\28unsigned\20long\29 +6887:SkResourceCache::release\28SkResourceCache::Rec*\29 +6888:SkResourceCache::purgeAll\28\29 +6889:SkResourceCache::newCachedData\28unsigned\20long\29 +6890:SkResourceCache::getEffectiveSingleAllocationByteLimit\28\29\20const +6891:SkResourceCache::find\28SkResourceCache::Key\20const&\2c\20bool\20\28*\29\28SkResourceCache::Rec\20const&\2c\20void*\29\2c\20void*\29 +6892:SkResourceCache::dump\28\29\20const +6893:SkResourceCache::add\28SkResourceCache::Rec*\2c\20void*\29 +6894:SkResourceCache::PostPurgeSharedID\28unsigned\20long\20long\29 +6895:SkResourceCache::NewCachedData\28unsigned\20long\29 +6896:SkResourceCache::GetDiscardableFactory\28\29 +6897:SkRescaleAndReadPixels\28SkBitmap\2c\20SkImageInfo\20const&\2c\20SkIRect\20const&\2c\20SkImage::RescaleGamma\2c\20SkImage::RescaleMode\2c\20void\20\28*\29\28void*\2c\20std::__2::unique_ptr>\29\2c\20void*\29::Result::~Result\28\29 +6898:SkRescaleAndReadPixels\28SkBitmap\2c\20SkImageInfo\20const&\2c\20SkIRect\20const&\2c\20SkImage::RescaleGamma\2c\20SkImage::RescaleMode\2c\20void\20\28*\29\28void*\2c\20std::__2::unique_ptr>\29\2c\20void*\29 +6899:SkRegion::quickContains\28SkIRect\20const&\29\20const +6900:SkRegion::op\28SkIRect\20const&\2c\20SkRegion::Op\29 +6901:SkRegion::getRuns\28int*\2c\20int*\29\20const +6902:SkRegion::addBoundaryPath\28SkPathBuilder*\29\20const +6903:SkRegion::Spanerator::Spanerator\28SkRegion\20const&\2c\20int\2c\20int\2c\20int\29 +6904:SkRegion::RunHead::ensureWritable\28\29 +6905:SkRegion::RunHead::computeRunBounds\28SkIRect*\29 +6906:SkRegion::RunHead::Alloc\28int\2c\20int\2c\20int\29 +6907:SkRegion::Oper\28SkRegion\20const&\2c\20SkRegion\20const&\2c\20SkRegion::Op\2c\20SkRegion*\29 +6908:SkRefCntBase::internal_dispose\28\29\20const +6909:SkReduceOrder::Conic\28SkConic\20const&\2c\20SkPoint*\29 +6910:SkRectPriv::Subtract\28SkIRect\20const&\2c\20SkIRect\20const&\2c\20SkIRect*\29 +6911:SkRectPriv::QuadContainsRect\28SkM44\20const&\2c\20SkRect\20const&\2c\20SkRect\20const&\2c\20float\29 +6912:SkRectPriv::QuadContainsRectMask\28SkM44\20const&\2c\20SkRect\20const&\2c\20SkRect\20const&\2c\20float\29 +6913:SkRectPriv::FitsInFixed\28SkRect\20const&\29 +6914:SkRectClipBlitter::requestRowsPreserved\28\29\20const +6915:SkRectClipBlitter::allocBlitMemory\28unsigned\20long\29 +6916:SkRect::set\28SkPoint\20const&\2c\20SkPoint\20const&\29 +6917:SkRect::roundOut\28SkRect*\29\20const +6918:SkRect::roundIn\28\29\20const +6919:SkRect::roundIn\28SkIRect*\29\20const +6920:SkRect::makeOffset\28float\2c\20float\29\20const +6921:SkRect::joinNonEmptyArg\28SkRect\20const&\29 +6922:SkRect::intersect\28SkRect\20const&\2c\20SkRect\20const&\29 +6923:SkRect::contains\28float\2c\20float\29\20const +6924:SkRect::contains\28SkIRect\20const&\29\20const +6925:SkRect*\20SkRecord::alloc\28unsigned\20long\29 +6926:SkRecords::FillBounds::popSaveBlock\28\29 +6927:SkRecords::FillBounds::popControl\28SkRect\20const&\29 +6928:SkRecords::FillBounds::AdjustForPaint\28SkPaint\20const*\2c\20SkRect*\29 +6929:SkRecordedDrawable::~SkRecordedDrawable\28\29 +6930:SkRecordOptimize\28SkRecord*\29 +6931:SkRecordFillBounds\28SkRect\20const&\2c\20SkRecord\20const&\2c\20SkRect*\2c\20SkBBoxHierarchy::Metadata*\29 +6932:SkRecordCanvas::onDrawTextBlob\28SkTextBlob\20const*\2c\20float\2c\20float\2c\20SkPaint\20const&\29 +6933:SkRecordCanvas::baseRecorder\28\29\20const +6934:SkRecord::~SkRecord\28\29 +6935:SkReadBuffer::skipByteArray\28unsigned\20long*\29 +6936:SkReadBuffer::readPad32\28void*\2c\20unsigned\20long\29 +6937:SkReadBuffer::SkReadBuffer\28void\20const*\2c\20unsigned\20long\29 +6938:SkRasterPipelineSpriteBlitter::~SkRasterPipelineSpriteBlitter\28\29 +6939:SkRasterPipelineContexts::UniformColorCtx*\20SkArenaAlloc::make\28\29 +6940:SkRasterPipelineContexts::TileCtx*\20SkArenaAlloc::make\28\29 +6941:SkRasterPipelineContexts::RewindCtx*\20SkArenaAlloc::make\28\29 +6942:SkRasterPipelineContexts::DecalTileCtx*\20SkArenaAlloc::make\28\29 +6943:SkRasterPipelineContexts::CopyIndirectCtx*\20SkArenaAlloc::make\28\29 +6944:SkRasterPipelineContexts::Conical2PtCtx*\20SkArenaAlloc::make\28\29 +6945:SkRasterPipelineBlitter::Create\28SkPixmap\20const&\2c\20SkPaint\20const&\2c\20SkRGBA4f<\28SkAlphaType\293>\20const&\2c\20SkArenaAlloc*\2c\20SkRasterPipeline\20const&\2c\20bool\2c\20bool\2c\20SkShader\20const*\29 +6946:SkRasterPipeline::buildPipeline\28SkRasterPipelineStage*\29\20const +6947:SkRasterPipeline::appendSetRGB\28SkArenaAlloc*\2c\20float\20const*\29 +6948:SkRasterPipeline::appendLoad\28SkColorType\2c\20SkRasterPipelineContexts::MemoryCtx\20const*\29 +6949:SkRasterClipStack::Rec::Rec\28SkRasterClip\20const&\29 +6950:SkRasterClip::setEmpty\28\29 +6951:SkRasterClip::computeIsRect\28\29\20const +6952:SkRandom::nextULessThan\28unsigned\20int\29 +6953:SkRTree::~SkRTree\28\29 +6954:SkRTree::search\28SkRTree::Node*\2c\20SkRect\20const&\2c\20std::__2::vector>*\29\20const +6955:SkRTree::bulkLoad\28std::__2::vector>*\2c\20int\29 +6956:SkRTree::allocateNodeAtLevel\28unsigned\20short\29 +6957:SkRRectPriv::IsSimpleCircular\28SkRRect\20const&\29 +6958:SkRRectPriv::ConservativeIntersect\28SkRRect\20const&\2c\20SkRRect\20const&\29::$_2::operator\28\29\28SkRRect::Corner\2c\20SkPoint\20const&\2c\20SkPoint\20const&\29\20const +6959:SkRRectPriv::AllCornersCircular\28SkRRect\20const&\2c\20float\29 +6960:SkRRect::scaleRadii\28\29 +6961:SkRRect::isValid\28\29\20const +6962:SkRRect::computeType\28\29 +6963:SkRRect::AreRectAndRadiiValid\28SkRect\20const&\2c\20SkPoint\20const*\29 +6964:SkRGBA4f<\28SkAlphaType\292>\20skgpu::Swizzle::applyTo<\28SkAlphaType\292>\28SkRGBA4f<\28SkAlphaType\292>\29\20const +6965:SkRGBA4f<\28SkAlphaType\292>::unpremul\28\29\20const +6966:SkQuads::Roots\28double\2c\20double\2c\20double\29 +6967:SkQuadraticEdge::nextSegment\28\29 +6968:SkQuadConstruct::init\28float\2c\20float\29 +6969:SkPtrSet::add\28void*\29 +6970:SkPoint::Normalize\28SkPoint*\29 +6971:SkPixmap::readPixels\28SkPixmap\20const&\29\20const +6972:SkPixmap::readPixels\28SkImageInfo\20const&\2c\20void*\2c\20unsigned\20long\2c\20int\2c\20int\29\20const +6973:SkPixmap::erase\28unsigned\20int\29\20const +6974:SkPixmap::erase\28SkRGBA4f<\28SkAlphaType\293>\20const&\2c\20SkIRect\20const*\29\20const +6975:SkPixelRef::callGenIDChangeListeners\28\29 +6976:SkPictureRecorder::beginRecording\28SkRect\20const&\2c\20sk_sp\29 +6977:SkPictureRecorder::beginRecording\28SkRect\20const&\2c\20SkBBHFactory*\29 +6978:SkPictureRecord::fillRestoreOffsetPlaceholdersForCurrentStackLevel\28unsigned\20int\29 +6979:SkPictureRecord::endRecording\28\29 +6980:SkPictureRecord::beginRecording\28\29 +6981:SkPictureRecord::addPath\28SkPath\20const&\29 +6982:SkPictureRecord::addPathToHeap\28SkPath\20const&\29 +6983:SkPictureRecord::SkPictureRecord\28SkIRect\20const&\2c\20unsigned\20int\29 +6984:SkPictureImageGenerator::~SkPictureImageGenerator\28\29 +6985:SkPictureData::~SkPictureData\28\29 +6986:SkPictureData::flatten\28SkWriteBuffer&\29\20const +6987:SkPictureData::SkPictureData\28SkPictureRecord\20const&\2c\20SkPictInfo\20const&\29 +6988:SkPicture::SkPicture\28\29 +6989:SkPathWriter::nativePath\28\29 +6990:SkPathWriter::moveTo\28\29 +6991:SkPathWriter::init\28\29 +6992:SkPathWriter::assemble\28\29 +6993:SkPathStroker::setQuadEndNormal\28SkPoint\20const*\2c\20SkPoint\20const&\2c\20SkPoint\20const&\2c\20SkPoint*\2c\20SkPoint*\29 +6994:SkPathStroker::cubicQuadEnds\28SkPoint\20const*\2c\20SkQuadConstruct*\29 +6995:SkPathRef::commonReset\28\29 +6996:SkPathRef::CreateEmpty\28\29 +6997:SkPathRawShapes::Oval::Oval\28SkRect\20const&\2c\20SkPathDirection\2c\20unsigned\20int\29 +6998:SkPathRaw::isRect\28\29\20const +6999:SkPathPriv::TransformDirAndStart\28SkMatrix\20const&\2c\20bool\2c\20SkPathDirection\2c\20unsigned\20int\29 +7000:SkPathPriv::Raw\28SkPathBuilder\20const&\29 +7001:SkPathPriv::PerspectiveClip\28SkPath\20const&\2c\20SkMatrix\20const&\2c\20SkPath*\29 +7002:SkPathPriv::IsNestedFillRects\28SkPathRaw\20const&\2c\20SkRect*\2c\20SkPathDirection*\29 +7003:SkPathPriv::IsAxisAligned\28SkSpan\29 +7004:SkPathPriv::DeduceRRectFromContour\28SkRect\20const&\2c\20SkSpan\2c\20SkSpan\29 +7005:SkPathPriv::CreateDrawArcPath\28SkArc\20const&\2c\20bool\29 +7006:SkPathPriv::ComputeFirstDirection\28SkPathRaw\20const&\29 +7007:SkPathPriv::ComputeConvexity\28SkSpan\2c\20SkSpan\2c\20SkSpan\29 +7008:SkPathOpsBounds::Intersects\28SkPathOpsBounds\20const&\2c\20SkPathOpsBounds\20const&\29 +7009:SkPathMeasure::~SkPathMeasure\28\29 +7010:SkPathMeasure::getSegment\28float\2c\20float\2c\20SkPathBuilder*\2c\20bool\29 +7011:SkPathMeasure::SkPathMeasure\28SkPath\20const&\2c\20bool\2c\20float\29 +7012:SkPathEffectBase::PointData::~PointData\28\29 +7013:SkPathEdgeIter::next\28\29::'lambda'\28\29::operator\28\29\28\29\20const +7014:SkPathEdgeIter::SkPathEdgeIter\28SkPath\20const&\29 +7015:SkPathBuilder::setLastPt\28float\2c\20float\29 +7016:SkPathBuilder::rQuadTo\28float\2c\20float\2c\20float\2c\20float\29 +7017:SkPathBuilder::operator=\28SkPathBuilder\20const&\29 +7018:SkPathBuilder::computeFiniteBounds\28\29\20const +7019:SkPathBuilder::addRRect\28SkRRect\20const&\2c\20SkPathDirection\2c\20unsigned\20int\29 +7020:SkPathBuilder::addOval\28SkRect\20const&\2c\20SkPathDirection\2c\20unsigned\20int\29 +7021:SkPathBuilder::addCircle\28float\2c\20float\2c\20float\2c\20SkPathDirection\29 +7022:SkPath::writeToMemory\28void*\29\20const +7023:SkPath::makeOffset\28float\2c\20float\29\20const +7024:SkPath::incReserve\28int\2c\20int\2c\20int\29 +7025:SkPath::getConvexity\28\29\20const +7026:SkPath::copyFields\28SkPath\20const&\29 +7027:SkPath::conservativelyContainsRect\28SkRect\20const&\29\20const +7028:SkPath::arcTo\28float\2c\20float\2c\20float\2c\20SkPath::ArcSize\2c\20SkPathDirection\2c\20float\2c\20float\29 +7029:SkPath::arcTo\28SkRect\20const&\2c\20float\2c\20float\2c\20bool\29 +7030:SkPath::addRect\28SkRect\20const&\2c\20SkPathDirection\2c\20unsigned\20int\29 +7031:SkPath::addPath\28SkPath\20const&\2c\20SkPath::AddPathMode\29 +7032:SkPath::addPath\28SkPath\20const&\2c\20SkMatrix\20const&\2c\20SkPath::AddPathMode\29 +7033:SkPath::RRect\28SkRRect\20const&\2c\20SkPathDirection\29 +7034:SkPath::Iter::next\28SkPoint*\29 +7035:SkPaintToGrPaintWithBlend\28skgpu::ganesh::SurfaceDrawContext*\2c\20SkPaint\20const&\2c\20SkMatrix\20const&\2c\20SkBlender*\2c\20GrPaint*\29 +7036:SkPaintPriv::ShouldDither\28SkPaint\20const&\2c\20SkColorType\29 +7037:SkOpSpanBase::merge\28SkOpSpan*\29 +7038:SkOpSpanBase::initBase\28SkOpSegment*\2c\20SkOpSpan*\2c\20double\2c\20SkPoint\20const&\29 +7039:SkOpSpan::sortableTop\28SkOpContour*\29 +7040:SkOpSpan::setOppSum\28int\29 +7041:SkOpSpan::insertCoincidence\28SkOpSpan*\29 +7042:SkOpSpan::insertCoincidence\28SkOpSegment\20const*\2c\20bool\2c\20bool\29 +7043:SkOpSpan::init\28SkOpSegment*\2c\20SkOpSpan*\2c\20double\2c\20SkPoint\20const&\29 +7044:SkOpSpan::containsCoincidence\28SkOpSegment\20const*\29\20const +7045:SkOpSpan::computeWindSum\28\29 +7046:SkOpSegment::updateOppWindingReverse\28SkOpAngle\20const*\29\20const +7047:SkOpSegment::ptsDisjoint\28double\2c\20SkPoint\20const&\2c\20double\2c\20SkPoint\20const&\29\20const +7048:SkOpSegment::markWinding\28SkOpSpan*\2c\20int\29 +7049:SkOpSegment::isClose\28double\2c\20SkOpSegment\20const*\29\20const +7050:SkOpSegment::computeSum\28SkOpSpanBase*\2c\20SkOpSpanBase*\2c\20SkOpAngle::IncludeType\29 +7051:SkOpSegment::collapsed\28double\2c\20double\29\20const +7052:SkOpSegment::addExpanded\28double\2c\20SkOpSpanBase\20const*\2c\20bool*\29 +7053:SkOpSegment::activeWinding\28SkOpSpanBase*\2c\20SkOpSpanBase*\2c\20int*\29 +7054:SkOpSegment::activeOp\28int\2c\20int\2c\20SkOpSpanBase*\2c\20SkOpSpanBase*\2c\20SkPathOp\2c\20int*\2c\20int*\29 +7055:SkOpSegment::activeAngle\28SkOpSpanBase*\2c\20SkOpSpanBase**\2c\20SkOpSpanBase**\2c\20bool*\29 +7056:SkOpSegment::activeAngleInner\28SkOpSpanBase*\2c\20SkOpSpanBase**\2c\20SkOpSpanBase**\2c\20bool*\29 +7057:SkOpPtT::ptAlreadySeen\28SkOpPtT\20const*\29\20const +7058:SkOpEdgeBuilder::~SkOpEdgeBuilder\28\29 +7059:SkOpEdgeBuilder::preFetch\28\29 +7060:SkOpEdgeBuilder::finish\28\29 +7061:SkOpEdgeBuilder::SkOpEdgeBuilder\28SkPath\20const&\2c\20SkOpContourHead*\2c\20SkOpGlobalState*\29 +7062:SkOpContourBuilder::addQuad\28SkPoint*\29 +7063:SkOpContourBuilder::addLine\28SkPoint\20const*\29 +7064:SkOpContourBuilder::addCubic\28SkPoint*\29 +7065:SkOpContourBuilder::addConic\28SkPoint*\2c\20float\29 +7066:SkOpCoincidence::restoreHead\28\29 +7067:SkOpCoincidence::releaseDeleted\28SkCoincidentSpans*\29 +7068:SkOpCoincidence::mark\28\29 +7069:SkOpCoincidence::markCollapsed\28SkCoincidentSpans*\2c\20SkOpPtT*\29 +7070:SkOpCoincidence::fixUp\28SkCoincidentSpans*\2c\20SkOpPtT*\2c\20SkOpPtT\20const*\29 +7071:SkOpCoincidence::contains\28SkCoincidentSpans\20const*\2c\20SkOpSegment\20const*\2c\20SkOpSegment\20const*\2c\20double\29\20const +7072:SkOpCoincidence::checkOverlap\28SkCoincidentSpans*\2c\20SkOpSegment\20const*\2c\20SkOpSegment\20const*\2c\20double\2c\20double\2c\20double\2c\20double\2c\20SkTDArray*\29\20const +7073:SkOpCoincidence::addOrOverlap\28SkOpSegment*\2c\20SkOpSegment*\2c\20double\2c\20double\2c\20double\2c\20double\2c\20bool*\29 +7074:SkOpCoincidence::addMissing\28bool*\29 +7075:SkOpCoincidence::addEndMovedSpans\28SkOpSpan\20const*\2c\20SkOpSpanBase\20const*\29 +7076:SkOpAngle::tangentsDiverge\28SkOpAngle\20const*\2c\20double\29 +7077:SkOpAngle::setSpans\28\29 +7078:SkOpAngle::setSector\28\29 +7079:SkOpAngle::previous\28\29\20const +7080:SkOpAngle::midToSide\28SkOpAngle\20const*\2c\20bool*\29\20const +7081:SkOpAngle::merge\28SkOpAngle*\29 +7082:SkOpAngle::loopContains\28SkOpAngle\20const*\29\20const +7083:SkOpAngle::lineOnOneSide\28SkOpAngle\20const*\2c\20bool\29 +7084:SkOpAngle::findSector\28SkPath::Verb\2c\20double\2c\20double\29\20const +7085:SkOpAngle::endToSide\28SkOpAngle\20const*\2c\20bool*\29\20const +7086:SkOpAngle::checkCrossesZero\28\29\20const +7087:SkOpAngle::alignmentSameSide\28SkOpAngle\20const*\2c\20int*\29\20const +7088:SkOpAngle::after\28SkOpAngle*\29 +7089:SkOffsetSimplePolygon\28SkPoint\20const*\2c\20int\2c\20SkRect\20const&\2c\20float\2c\20SkTDArray*\2c\20SkTDArray*\29 +7090:SkOTUtils::LocalizedStrings_SingleName::~LocalizedStrings_SingleName\28\29 +7091:SkOTUtils::LocalizedStrings_NameTable::~LocalizedStrings_NameTable\28\29 +7092:SkNullBlitter*\20SkArenaAlloc::make\28\29 +7093:SkNotifyBitmapGenIDIsStale\28unsigned\20int\29 +7094:SkNoPixelsDevice::~SkNoPixelsDevice\28\29 +7095:SkNoPixelsDevice::SkNoPixelsDevice\28SkIRect\20const&\2c\20SkSurfaceProps\20const&\29 +7096:SkNoDestructor::SkNoDestructor\2c\20sk_sp>\28sk_sp&&\2c\20sk_sp&&\29 +7097:SkNVRefCnt::unref\28\29\20const +7098:SkNVRefCnt::unref\28\29\20const +7099:SkNVRefCnt::unref\28\29\20const +7100:SkNVRefCnt::unref\28\29\20const +7101:SkNVRefCnt::unref\28\29\20const +7102:SkModifyPaintAndDstForDrawImageRect\28SkImage\20const*\2c\20SkSamplingOptions\20const&\2c\20SkRect\2c\20SkRect\2c\20bool\2c\20SkPaint*\29 +7103:SkMipmapAccessor::SkMipmapAccessor\28SkImage_Base\20const*\2c\20SkMatrix\20const&\2c\20SkMipmapMode\29::$_1::operator\28\29\28SkPixmap\20const&\29\20const +7104:SkMipmap::~SkMipmap\28\29 +7105:SkMessageBus::Get\28\29 +7106:SkMeshSpecification::Attribute::Attribute\28SkMeshSpecification::Attribute\20const&\29 +7107:SkMeshSpecification::Attribute::Attribute\28SkMeshSpecification::Attribute&&\29 +7108:SkMeshPriv::CpuBuffer::~CpuBuffer\28\29 +7109:SkMeshPriv::CpuBuffer::size\28\29\20const +7110:SkMeshPriv::CpuBuffer::peek\28\29\20const +7111:SkMeshPriv::CpuBuffer::onUpdate\28GrDirectContext*\2c\20void\20const*\2c\20unsigned\20long\2c\20unsigned\20long\29 +7112:SkMemoryStream::~SkMemoryStream\28\29 +7113:SkMemoryStream::SkMemoryStream\28sk_sp\29 +7114:SkMatrixPriv::MapPointsWithStride\28SkMatrix\20const&\2c\20SkPoint*\2c\20unsigned\20long\2c\20int\29 +7115:SkMatrixPriv::IsScaleTranslateAsM33\28SkM44\20const&\29 +7116:SkMatrix::updateTranslateMask\28\29 +7117:SkMatrix::setScale\28float\2c\20float\29 +7118:SkMatrix::postSkew\28float\2c\20float\29 +7119:SkMatrix::mapVectors\28SkSpan\2c\20SkSpan\29\20const +7120:SkMatrix::mapRectScaleTranslate\28SkRect*\2c\20SkRect\20const&\29\20const +7121:SkMatrix::mapPointToHomogeneous\28SkPoint\29\20const +7122:SkMatrix::mapHomogeneousPoints\28SkSpan\2c\20SkSpan\29\20const +7123:SkMatrix::isTranslate\28\29\20const +7124:SkMatrix::getMinScale\28\29\20const +7125:SkMatrix::computeTypeMask\28\29\20const +7126:SkMatrix::ScaleTranslate\28float\2c\20float\2c\20float\2c\20float\29 +7127:SkMatrix*\20SkRecord::alloc\28unsigned\20long\29 +7128:SkMaskFilterBase::filterRects\28SkSpan\2c\20SkMatrix\20const&\2c\20SkRasterClip\20const&\2c\20SkBlitter*\2c\20SkResourceCache*\29\20const +7129:SkMaskFilterBase::NinePatch::~NinePatch\28\29 +7130:SkMask*\20SkTLazy::init\28unsigned\20char\20const*&&\2c\20SkIRect\20const&\2c\20unsigned\20int\20const&\2c\20SkMask::Format\20const&\29 +7131:SkMask*\20SkTLazy::init\28SkMaskBuilder&\29 +7132:SkMallocPixelRef::MakeAllocate\28SkImageInfo\20const&\2c\20unsigned\20long\29::PixelRef::~PixelRef\28\29 +7133:SkMakePixelRefWithProc\28int\2c\20int\2c\20unsigned\20long\2c\20void*\2c\20void\20\28*\29\28void*\2c\20void*\29\2c\20void*\29::PixelRef::~PixelRef\28\29 +7134:SkMakeBitmapShaderForPaint\28SkPaint\20const&\2c\20SkBitmap\20const&\2c\20SkTileMode\2c\20SkTileMode\2c\20SkSamplingOptions\20const&\2c\20SkMatrix\20const*\2c\20SkCopyPixelsMode\29 +7135:SkM44::preScale\28float\2c\20float\29 +7136:SkM44::preConcat\28SkM44\20const&\29 +7137:SkM44::postTranslate\28float\2c\20float\2c\20float\29 +7138:SkM44::isFinite\28\29\20const +7139:SkM44::RectToRect\28SkRect\20const&\2c\20SkRect\20const&\29 +7140:SkLinearColorSpaceLuminance::toLuma\28float\2c\20float\29\20const +7141:SkLineParameters::normalize\28\29 +7142:SkLineParameters::cubicEndPoints\28SkDCubic\20const&\29 +7143:SkLineClipper::ClipLine\28SkPoint\20const*\2c\20SkRect\20const&\2c\20SkPoint*\2c\20bool\29 +7144:SkLatticeIter::~SkLatticeIter\28\29 +7145:SkLatticeIter::next\28SkIRect*\2c\20SkRect*\2c\20bool*\2c\20unsigned\20int*\29 +7146:SkLatticeIter::SkLatticeIter\28SkCanvas::Lattice\20const&\2c\20SkRect\20const&\29 +7147:SkLRUCache>\2c\20skia::textlayout::ParagraphCache::KeyHash\2c\20SkNoOpPurge>::find\28skia::textlayout::ParagraphCacheKey\20const&\29 +7148:SkLRUCache>\2c\20GrGLGpu::ProgramCache::DescHash\2c\20SkNoOpPurge>::insert\28SkLRUCache>\2c\20GrGLGpu::ProgramCache::DescHash\2c\20SkNoOpPurge>::Entry*\29 +7149:SkLRUCache>\2c\20GrGLGpu::ProgramCache::DescHash\2c\20SkNoOpPurge>::find\28GrProgramDesc\20const&\29 +7150:SkKnownRuntimeEffects::\28anonymous\20namespace\29::make_matrix_conv_shader\28SkKnownRuntimeEffects::\28anonymous\20namespace\29::MatrixConvolutionImpl\2c\20SkKnownRuntimeEffects::StableKey\29::$_0::operator\28\29\28int\2c\20SkRuntimeEffect::Options\20const&\29\20const +7151:SkIsSimplePolygon\28SkPoint\20const*\2c\20int\29 +7152:SkIsConvexPolygon\28SkPoint\20const*\2c\20int\29 +7153:SkInvert3x3Matrix\28float\20const*\2c\20float*\29 +7154:SkIntersections::quadVertical\28SkPoint\20const*\2c\20float\2c\20float\2c\20float\2c\20bool\29 +7155:SkIntersections::quadLine\28SkPoint\20const*\2c\20SkPoint\20const*\29 +7156:SkIntersections::quadHorizontal\28SkPoint\20const*\2c\20float\2c\20float\2c\20float\2c\20bool\29 +7157:SkIntersections::mostOutside\28double\2c\20double\2c\20SkDPoint\20const&\29\20const +7158:SkIntersections::lineVertical\28SkPoint\20const*\2c\20float\2c\20float\2c\20float\2c\20bool\29 +7159:SkIntersections::lineHorizontal\28SkPoint\20const*\2c\20float\2c\20float\2c\20float\2c\20bool\29 +7160:SkIntersections::intersect\28SkDCubic\20const&\2c\20SkDQuad\20const&\29 +7161:SkIntersections::intersect\28SkDCubic\20const&\2c\20SkDConic\20const&\29 +7162:SkIntersections::intersect\28SkDConic\20const&\2c\20SkDQuad\20const&\29 +7163:SkIntersections::insertCoincident\28double\2c\20double\2c\20SkDPoint\20const&\29 +7164:SkIntersections::cubicVertical\28SkPoint\20const*\2c\20float\2c\20float\2c\20float\2c\20bool\29 +7165:SkIntersections::cubicLine\28SkPoint\20const*\2c\20SkPoint\20const*\29 +7166:SkIntersections::cubicHorizontal\28SkPoint\20const*\2c\20float\2c\20float\2c\20float\2c\20bool\29 +7167:SkIntersections::conicVertical\28SkPoint\20const*\2c\20float\2c\20float\2c\20float\2c\20float\2c\20bool\29 +7168:SkIntersections::conicLine\28SkPoint\20const*\2c\20float\2c\20SkPoint\20const*\29 +7169:SkIntersections::conicHorizontal\28SkPoint\20const*\2c\20float\2c\20float\2c\20float\2c\20float\2c\20bool\29 +7170:SkImages::RasterFromPixmap\28SkPixmap\20const&\2c\20void\20\28*\29\28void\20const*\2c\20void*\29\2c\20void*\29 +7171:SkImages::RasterFromData\28SkImageInfo\20const&\2c\20sk_sp\2c\20unsigned\20long\29 +7172:SkImage_Raster::~SkImage_Raster\28\29 +7173:SkImage_Raster::onPeekBitmap\28\29\20const +7174:SkImage_Raster::SkImage_Raster\28SkBitmap\20const&\2c\20bool\29 +7175:SkImage_Picture::Make\28sk_sp\2c\20SkISize\20const&\2c\20SkMatrix\20const*\2c\20SkPaint\20const*\2c\20SkImages::BitDepth\2c\20sk_sp\2c\20SkSurfaceProps\29 +7176:SkImage_Lazy::~SkImage_Lazy\28\29 +7177:SkImage_Lazy::onMakeSurface\28SkRecorder*\2c\20SkImageInfo\20const&\29\20const +7178:SkImage_GaneshBase::~SkImage_GaneshBase\28\29 +7179:SkImage_GaneshBase::SkImage_GaneshBase\28sk_sp\2c\20SkImageInfo\2c\20unsigned\20int\29 +7180:SkImage_Base::onAsyncRescaleAndReadPixelsYUV420\28SkYUVColorSpace\2c\20bool\2c\20sk_sp\2c\20SkIRect\2c\20SkISize\2c\20SkImage::RescaleGamma\2c\20SkImage::RescaleMode\2c\20void\20\28*\29\28void*\2c\20std::__2::unique_ptr>\29\2c\20void*\29\20const +7181:SkImage_Base::onAsLegacyBitmap\28GrDirectContext*\2c\20SkBitmap*\29\20const +7182:SkImageShader::~SkImageShader\28\29 +7183:SkImageShader::appendStages\28SkStageRec\20const&\2c\20SkShaders::MatrixRec\20const&\29\20const::$_3::operator\28\29\28\28anonymous\20namespace\29::MipLevelHelper\20const*\29\20const +7184:SkImageShader::appendStages\28SkStageRec\20const&\2c\20SkShaders::MatrixRec\20const&\29\20const::$_1::operator\28\29\28\28anonymous\20namespace\29::MipLevelHelper\20const*\29\20const +7185:SkImageInfoValidConversion\28SkImageInfo\20const&\2c\20SkImageInfo\20const&\29 +7186:SkImageGenerator::SkImageGenerator\28SkImageInfo\20const&\2c\20unsigned\20int\29 +7187:SkImageFilters::Crop\28SkRect\20const&\2c\20sk_sp\29 +7188:SkImageFilters::Blur\28float\2c\20float\2c\20SkTileMode\2c\20sk_sp\2c\20SkImageFilters::CropRect\20const&\29 +7189:SkImageFilter_Base::getInputBounds\28skif::Mapping\20const&\2c\20skif::DeviceSpace\20const&\2c\20std::__2::optional>\29\20const +7190:SkImageFilterCache::Get\28SkImageFilterCache::CreateIfNecessary\29 +7191:SkImageFilterCache::Create\28unsigned\20long\29 +7192:SkImage::~SkImage\28\29 +7193:SkImage::peekPixels\28SkPixmap*\29\20const +7194:SkImage::makeShader\28SkTileMode\2c\20SkTileMode\2c\20SkSamplingOptions\20const&\2c\20SkMatrix\20const*\29\20const +7195:SkImage::makeRasterImage\28GrDirectContext*\2c\20SkImage::CachingHint\29\20const +7196:SkIRect::offset\28SkIPoint\20const&\29 +7197:SkIRect::containsNoEmptyCheck\28SkIRect\20const&\29\20const +7198:SkGradientShader::MakeTwoPointConical\28SkPoint\20const&\2c\20float\2c\20SkPoint\20const&\2c\20float\2c\20SkRGBA4f<\28SkAlphaType\293>\20const*\2c\20sk_sp\2c\20float\20const*\2c\20int\2c\20SkTileMode\2c\20SkGradientShader::Interpolation\20const&\2c\20SkMatrix\20const*\29 +7199:SkGradientShader::MakeLinear\28SkPoint\20const*\2c\20SkRGBA4f<\28SkAlphaType\293>\20const*\2c\20sk_sp\2c\20float\20const*\2c\20int\2c\20SkTileMode\2c\20SkGradientShader::Interpolation\20const&\2c\20SkMatrix\20const*\29 +7200:SkGradientBaseShader::~SkGradientBaseShader\28\29 +7201:SkGradientBaseShader::getPos\28int\29\20const +7202:SkGradientBaseShader::AppendGradientFillStages\28SkRasterPipeline*\2c\20SkArenaAlloc*\2c\20SkRGBA4f<\28SkAlphaType\292>\20const*\2c\20float\20const*\2c\20int\29 +7203:SkGlyph::mask\28SkPoint\29\20const +7204:SkGlyph::ensureIntercepts\28float\20const*\2c\20float\2c\20float\2c\20float*\2c\20int*\2c\20SkArenaAlloc*\29::$_1::operator\28\29\28SkGlyph::Intercept\20const*\2c\20float*\2c\20int*\29\20const +7205:SkGenerateDistanceFieldFromA8Image\28unsigned\20char*\2c\20unsigned\20char\20const*\2c\20int\2c\20int\2c\20unsigned\20long\29 +7206:SkGaussFilter::SkGaussFilter\28double\29 +7207:SkFontStyleSet_Custom::~SkFontStyleSet_Custom\28\29 +7208:SkFontStyleSet::CreateEmpty\28\29 +7209:SkFontScanner_FreeType::~SkFontScanner_FreeType\28\29 +7210:SkFontScanner_FreeType::scanInstance\28SkStreamAsset*\2c\20int\2c\20int\2c\20SkString*\2c\20SkFontStyle*\2c\20bool*\2c\20skia_private::STArray<4\2c\20SkFontParameters::Variation::Axis\2c\20true>*\2c\20skia_private::STArray<4\2c\20SkFontArguments::VariationPosition::Coordinate\2c\20true>*\29\20const +7211:SkFontScanner_FreeType::computeAxisValues\28skia_private::STArray<4\2c\20SkFontParameters::Variation::Axis\2c\20true>\20const&\2c\20SkFontArguments::VariationPosition\2c\20SkFontArguments::VariationPosition\2c\20int*\2c\20SkString\20const&\2c\20SkFontStyle*\29 +7212:SkFontScanner_FreeType::SkFontScanner_FreeType\28\29 +7213:SkFontPriv::MakeTextMatrix\28float\2c\20float\2c\20float\29 +7214:SkFontPriv::GetFontBounds\28SkFont\20const&\29 +7215:SkFontMgr_Custom::~SkFontMgr_Custom\28\29 +7216:SkFontMgr_Custom::onMakeFromStreamArgs\28std::__2::unique_ptr>\2c\20SkFontArguments\20const&\29\20const +7217:SkFontDescriptor::SkFontStyleWidthForWidthAxisValue\28float\29 +7218:SkFontData::~SkFontData\28\29 +7219:SkFontData::SkFontData\28std::__2::unique_ptr>\2c\20int\2c\20int\2c\20int\20const*\2c\20int\2c\20SkFontArguments::Palette::Override\20const*\2c\20int\29 +7220:SkFont::operator==\28SkFont\20const&\29\20const +7221:SkFont::getPaths\28SkSpan\2c\20void\20\28*\29\28SkPath\20const*\2c\20SkMatrix\20const&\2c\20void*\29\2c\20void*\29\20const +7222:SkFloatInterpFunc\28float\2c\20float\20const*\2c\20float\20const*\2c\20int\29 +7223:SkFindCubicInflections\28SkPoint\20const*\2c\20float*\29 +7224:SkFindCubicExtrema\28float\2c\20float\2c\20float\2c\20float\2c\20float*\29 +7225:SkFindBisector\28SkPoint\2c\20SkPoint\29 +7226:SkFibBlockSizes<4294967295u>::SkFibBlockSizes\28unsigned\20int\2c\20unsigned\20int\29::'lambda0'\28\29::operator\28\29\28\29\20const +7227:SkFibBlockSizes<4294967295u>::SkFibBlockSizes\28unsigned\20int\2c\20unsigned\20int\29::'lambda'\28\29::operator\28\29\28\29\20const +7228:SkFILEStream::~SkFILEStream\28\29 +7229:SkEvalQuadTangentAt\28SkPoint\20const*\2c\20float\29 +7230:SkEvalQuadAt\28SkPoint\20const*\2c\20float\2c\20SkPoint*\2c\20SkPoint*\29 +7231:SkEdgeClipper::next\28SkPoint*\29 +7232:SkEdgeClipper::clipQuad\28SkPoint\20const*\2c\20SkRect\20const&\29 +7233:SkEdgeClipper::clipLine\28SkPoint\2c\20SkPoint\2c\20SkRect\20const&\29 +7234:SkEdgeClipper::appendCubic\28SkPoint\20const*\2c\20bool\29 +7235:SkEdgeClipper::ClipPath\28SkPathRaw\20const&\2c\20SkRect\20const&\2c\20bool\2c\20void\20\28*\29\28SkEdgeClipper*\2c\20bool\2c\20void*\29\2c\20void*\29 +7236:SkEdgeBuilder::build\28SkPathRaw\20const&\2c\20SkIRect\20const*\2c\20bool\29::$_1::operator\28\29\28SkPoint\20const*\29\20const +7237:SkEdgeBuilder::buildEdges\28SkPathRaw\20const&\2c\20SkIRect\20const*\29 +7238:SkEdgeBuilder::SkEdgeBuilder\28\29 +7239:SkEdge::updateLine\28int\2c\20int\2c\20int\2c\20int\29 +7240:SkDynamicMemoryWStream::reset\28\29 +7241:SkDynamicMemoryWStream::Block::append\28void\20const*\2c\20unsigned\20long\29 +7242:SkDrawableList::newDrawableSnapshot\28\29 +7243:SkDrawShadowMetrics::GetSpotShadowTransform\28SkPoint3\20const&\2c\20float\2c\20SkMatrix\20const&\2c\20SkPoint3\20const&\2c\20SkRect\20const&\2c\20bool\2c\20SkMatrix*\2c\20float*\29 +7244:SkDevice::setOrigin\28SkM44\20const&\2c\20int\2c\20int\29 +7245:SkDevice::setDeviceCoordinateSystem\28SkM44\20const&\2c\20SkM44\20const&\2c\20SkM44\20const&\2c\20int\2c\20int\29 +7246:SkDevice::drawSpecial\28SkSpecialImage*\2c\20SkMatrix\20const&\2c\20SkSamplingOptions\20const&\2c\20SkPaint\20const&\2c\20SkCanvas::SrcRectConstraint\29 +7247:SkDevice::drawShadow\28SkCanvas*\2c\20SkPath\20const&\2c\20SkDrawShadowRec\20const&\29 +7248:SkDevice::drawDevice\28SkDevice*\2c\20SkSamplingOptions\20const&\2c\20SkPaint\20const&\29 +7249:SkDevice::drawArc\28SkArc\20const&\2c\20SkPaint\20const&\29 +7250:SkDescriptor::addEntry\28unsigned\20int\2c\20unsigned\20long\2c\20void\20const*\29 +7251:SkDeque::push_back\28\29 +7252:SkDeque::allocateBlock\28int\29 +7253:SkDeque::Iter::Iter\28SkDeque\20const&\2c\20SkDeque::Iter::IterStart\29 +7254:SkDashPath::InternalFilter\28SkPathBuilder*\2c\20SkPath\20const&\2c\20SkStrokeRec*\2c\20SkRect\20const*\2c\20SkSpan\2c\20float\2c\20int\2c\20float\2c\20float\2c\20SkDashPath::StrokeRecApplication\29 +7255:SkDashPath::CalcDashParameters\28float\2c\20SkSpan\2c\20float*\2c\20unsigned\20long*\2c\20float*\2c\20float*\29 +7256:SkDashImpl::~SkDashImpl\28\29 +7257:SkDRect::setBounds\28SkDQuad\20const&\2c\20SkDQuad\20const&\2c\20double\2c\20double\29 +7258:SkDRect::setBounds\28SkDCubic\20const&\2c\20SkDCubic\20const&\2c\20double\2c\20double\29 +7259:SkDRect::setBounds\28SkDConic\20const&\2c\20SkDConic\20const&\2c\20double\2c\20double\29 +7260:SkDQuad::subDivide\28double\2c\20double\29\20const +7261:SkDQuad::otherPts\28int\2c\20SkDPoint\20const**\29\20const +7262:SkDQuad::isLinear\28int\2c\20int\29\20const +7263:SkDQuad::hullIntersects\28SkDQuad\20const&\2c\20bool*\29\20const +7264:SkDQuad::FindExtrema\28double\20const*\2c\20double*\29 +7265:SkDQuad::AddValidTs\28double*\2c\20int\2c\20double*\29 +7266:SkDPoint::roughlyEqual\28SkDPoint\20const&\29\20const +7267:SkDPoint::approximatelyDEqual\28SkDPoint\20const&\29\20const +7268:SkDCurveSweep::setCurveHullSweep\28SkPath::Verb\29 +7269:SkDCubic::monotonicInY\28\29\20const +7270:SkDCubic::monotonicInX\28\29\20const +7271:SkDCubic::hullIntersects\28SkDQuad\20const&\2c\20bool*\29\20const +7272:SkDCubic::hullIntersects\28SkDPoint\20const*\2c\20int\2c\20bool*\29\20const +7273:SkDCubic::Coefficients\28double\20const*\2c\20double*\2c\20double*\2c\20double*\2c\20double*\29 +7274:SkDConic::subDivide\28double\2c\20double\29\20const +7275:SkDConic::FindExtrema\28double\20const*\2c\20float\2c\20double*\29 +7276:SkCubics::RootsReal\28double\2c\20double\2c\20double\2c\20double\2c\20double*\29 +7277:SkCubicEdge::nextSegment\28\29 +7278:SkCubicClipper::ChopMonoAtY\28SkPoint\20const*\2c\20float\2c\20float*\29 +7279:SkCreateRasterPipelineBlitter\28SkPixmap\20const&\2c\20SkPaint\20const&\2c\20SkRasterPipeline\20const&\2c\20bool\2c\20SkArenaAlloc*\2c\20sk_sp\29 +7280:SkCreateRasterPipelineBlitter\28SkPixmap\20const&\2c\20SkPaint\20const&\2c\20SkMatrix\20const&\2c\20SkArenaAlloc*\2c\20sk_sp\2c\20SkSurfaceProps\20const&\2c\20SkRect\20const&\29 +7281:SkContourMeasureIter::SkContourMeasureIter\28SkPath\20const&\2c\20bool\2c\20float\29 +7282:SkContourMeasureIter::Impl::compute_line_seg\28SkPoint\2c\20SkPoint\2c\20float\2c\20unsigned\20int\29 +7283:SkContourMeasure::~SkContourMeasure\28\29 +7284:SkContourMeasure::getSegment\28float\2c\20float\2c\20SkPathBuilder*\2c\20bool\29\20const +7285:SkConicalGradient::getCenterX1\28\29\20const +7286:SkConic::evalTangentAt\28float\29\20const +7287:SkConic::chop\28SkConic*\29\20const +7288:SkConic::chopIntoQuadsPOW2\28SkPoint*\2c\20int\29\20const +7289:SkComposeColorFilter::~SkComposeColorFilter\28\29 +7290:SkColorToPMColor4f\28unsigned\20int\2c\20GrColorInfo\20const&\29 +7291:SkColorSpaceXformColorFilter::~SkColorSpaceXformColorFilter\28\29 +7292:SkColorSpaceSingletonFactory::Make\28skcms_TransferFunction\20const&\2c\20skcms_Matrix3x3\20const&\29 +7293:SkColorSpaceLuminance::Fetch\28float\29 +7294:SkColorSpace::makeLinearGamma\28\29\20const +7295:SkColorSpace::gamutTransformTo\28SkColorSpace\20const*\2c\20skcms_Matrix3x3*\29\20const +7296:SkColorSpace::computeLazyDstFields\28\29\20const +7297:SkColorSpace::SkColorSpace\28skcms_TransferFunction\20const&\2c\20skcms_Matrix3x3\20const&\29 +7298:SkColorFilters::Matrix\28float\20const*\2c\20SkColorFilters::Clamp\29 +7299:SkColorFilterShader::~SkColorFilterShader\28\29 +7300:SkColorFilterShader::Make\28sk_sp\2c\20float\2c\20sk_sp\29 +7301:SkColor4fXformer::~SkColor4fXformer\28\29 +7302:SkColor4fXformer::SkColor4fXformer\28SkGradientBaseShader\20const*\2c\20SkColorSpace*\2c\20bool\29 +7303:SkCoincidentSpans::contains\28SkOpPtT\20const*\2c\20SkOpPtT\20const*\29\20const +7304:SkChopQuadAtMaxCurvature\28SkPoint\20const*\2c\20SkPoint*\29 +7305:SkChopQuadAtHalf\28SkPoint\20const*\2c\20SkPoint*\29 +7306:SkChopCubicAt\28SkPoint\20const*\2c\20SkPoint*\2c\20float\2c\20float\29 +7307:SkChopCubicAtInflections\28SkPoint\20const*\2c\20SkPoint*\29 +7308:SkChooseA8Blitter\28SkPixmap\20const&\2c\20SkMatrix\20const&\2c\20SkPaint\20const&\2c\20SkArenaAlloc*\2c\20SkDrawCoverage\2c\20sk_sp\29 +7309:SkCharToGlyphCache::reset\28\29 +7310:SkCharToGlyphCache::findGlyphIndex\28int\29\20const +7311:SkCanvasVirtualEnforcer::SkCanvasVirtualEnforcer\28SkIRect\20const&\29 +7312:SkCanvasPriv::WriteLattice\28void*\2c\20SkCanvas::Lattice\20const&\29 +7313:SkCanvasPriv::GetDstClipAndMatrixCounts\28SkCanvas::ImageSetEntry\20const*\2c\20int\2c\20int*\2c\20int*\29 +7314:SkCanvas::setMatrix\28SkMatrix\20const&\29 +7315:SkCanvas::internalSaveLayer\28SkCanvas::SaveLayerRec\20const&\2c\20SkCanvas::SaveLayerStrategy\2c\20bool\29 +7316:SkCanvas::internalDrawPaint\28SkPaint\20const&\29 +7317:SkCanvas::experimental_DrawEdgeAAImageSet\28SkCanvas::ImageSetEntry\20const*\2c\20int\2c\20SkPoint\20const*\2c\20SkMatrix\20const*\2c\20SkSamplingOptions\20const&\2c\20SkPaint\20const*\2c\20SkCanvas::SrcRectConstraint\29 +7318:SkCanvas::drawTextBlob\28sk_sp\20const&\2c\20float\2c\20float\2c\20SkPaint\20const&\29 +7319:SkCanvas::drawPicture\28sk_sp\20const&\2c\20SkMatrix\20const*\2c\20SkPaint\20const*\29 +7320:SkCanvas::drawImageLattice\28SkImage\20const*\2c\20SkCanvas::Lattice\20const&\2c\20SkRect\20const&\2c\20SkFilterMode\2c\20SkPaint\20const*\29 +7321:SkCanvas::drawDRRect\28SkRRect\20const&\2c\20SkRRect\20const&\2c\20SkPaint\20const&\29 +7322:SkCanvas::drawArc\28SkRect\20const&\2c\20float\2c\20float\2c\20bool\2c\20SkPaint\20const&\29 +7323:SkCanvas::didTranslate\28float\2c\20float\29 +7324:SkCanvas::clipPath\28SkPath\20const&\2c\20bool\29 +7325:SkCanvas::clipIRect\28SkIRect\20const&\2c\20SkClipOp\29 +7326:SkCachedData::setData\28void*\29 +7327:SkCachedData::internalUnref\28bool\29\20const +7328:SkCachedData::internalRef\28bool\29\20const +7329:SkCachedData::SkCachedData\28void*\2c\20unsigned\20long\29 +7330:SkCachedData::SkCachedData\28unsigned\20long\2c\20SkDiscardableMemory*\29 +7331:SkCTMShader::isOpaque\28\29\20const +7332:SkBulkGlyphMetricsAndPaths::glyphs\28SkSpan\29 +7333:SkBreakIterator_client::~SkBreakIterator_client\28\29 +7334:SkBlurMaskFilterImpl::filterRectMask\28SkMaskBuilder*\2c\20SkRect\20const&\2c\20SkMatrix\20const&\2c\20SkIPoint*\2c\20SkMaskBuilder::CreateMode\29\20const +7335:SkBlurMask::ComputeBlurredScanline\28unsigned\20char*\2c\20unsigned\20char\20const*\2c\20unsigned\20int\2c\20float\29 +7336:SkBlockAllocator::addBlock\28int\2c\20int\29 +7337:SkBlockAllocator::BlockIter::Item::advance\28SkBlockAllocator::Block*\29 +7338:SkBlitter::blitV\28int\2c\20int\2c\20int\2c\20unsigned\20char\29 +7339:SkBlitter::blitRectRegion\28SkIRect\20const&\2c\20SkRegion\20const&\29 +7340:SkBlitter::Choose\28SkPixmap\20const&\2c\20SkMatrix\20const&\2c\20SkPaint\20const&\2c\20SkArenaAlloc*\2c\20SkDrawCoverage\2c\20sk_sp\2c\20SkSurfaceProps\20const&\2c\20SkRect\20const&\29 +7341:SkBlitter::ChooseSprite\28SkPixmap\20const&\2c\20SkPaint\20const&\2c\20SkPixmap\20const&\2c\20int\2c\20int\2c\20SkArenaAlloc*\2c\20sk_sp\29 +7342:SkBlenderBase::affectsTransparentBlack\28\29\20const +7343:SkBlendShader::~SkBlendShader\28\29 +7344:SkBlendShader::SkBlendShader\28SkBlendMode\2c\20sk_sp\2c\20sk_sp\29 +7345:SkBitmapDevice::~SkBitmapDevice\28\29 +7346:SkBitmapDevice::onPeekPixels\28SkPixmap*\29 +7347:SkBitmapDevice::getRasterHandle\28\29\20const +7348:SkBitmapDevice::drawRect\28SkRect\20const&\2c\20SkPaint\20const&\29 +7349:SkBitmapDevice::SkBitmapDevice\28skcpu::RecorderImpl*\2c\20SkBitmap\20const&\2c\20SkSurfaceProps\20const&\2c\20void*\29 +7350:SkBitmapDevice::BDDraw::~BDDraw\28\29 +7351:SkBitmapCache::Rec::~Rec\28\29 +7352:SkBitmapCache::Rec::install\28SkBitmap*\29 +7353:SkBitmapCache::Rec::diagnostic_only_getDiscardable\28\29\20const +7354:SkBitmapCache::Find\28SkBitmapCacheDesc\20const&\2c\20SkBitmap*\29 +7355:SkBitmapCache::Alloc\28SkBitmapCacheDesc\20const&\2c\20SkImageInfo\20const&\2c\20SkPixmap*\29 +7356:SkBitmap::tryAllocPixels\28SkImageInfo\20const&\2c\20unsigned\20long\29 +7357:SkBitmap::readPixels\28SkPixmap\20const&\29\20const +7358:SkBitmap::makeShader\28SkTileMode\2c\20SkTileMode\2c\20SkSamplingOptions\20const&\2c\20SkMatrix\20const&\29\20const +7359:SkBitmap::installPixels\28SkPixmap\20const&\29 +7360:SkBitmap::eraseColor\28unsigned\20int\29\20const +7361:SkBitmap::allocPixels\28SkImageInfo\20const&\2c\20unsigned\20long\29 +7362:SkBitmap::allocPixels\28SkImageInfo\20const&\29 +7363:SkBinaryWriteBuffer::writeFlattenable\28SkFlattenable\20const*\29 +7364:SkBinaryWriteBuffer::writeColor4f\28SkRGBA4f<\28SkAlphaType\293>\20const&\29 +7365:SkBigPicture::~SkBigPicture\28\29 +7366:SkBigPicture::cullRect\28\29\20const +7367:SkBigPicture::SnapshotArray::~SnapshotArray\28\29 +7368:SkBigPicture::SkBigPicture\28SkRect\20const&\2c\20sk_sp\2c\20std::__2::unique_ptr>\2c\20sk_sp\2c\20unsigned\20long\29 +7369:SkBidiFactory::MakeIterator\28unsigned\20short\20const*\2c\20int\2c\20SkBidiIterator::Direction\29\20const +7370:SkBezierCubic::Subdivide\28double\20const*\2c\20double\2c\20double*\29 +7371:SkBasicEdgeBuilder::~SkBasicEdgeBuilder\28\29 +7372:SkBasicEdgeBuilder::recoverClip\28SkIRect\20const&\29\20const +7373:SkBaseShadowTessellator::releaseVertices\28\29 +7374:SkBaseShadowTessellator::handleQuad\28SkPoint\20const*\29 +7375:SkBaseShadowTessellator::handleQuad\28SkMatrix\20const&\2c\20SkPoint*\29 +7376:SkBaseShadowTessellator::handleLine\28SkMatrix\20const&\2c\20SkPoint*\29 +7377:SkBaseShadowTessellator::handleCubic\28SkMatrix\20const&\2c\20SkPoint*\29 +7378:SkBaseShadowTessellator::handleConic\28SkMatrix\20const&\2c\20SkPoint*\2c\20float\29 +7379:SkBaseShadowTessellator::finishPathPolygon\28\29 +7380:SkBaseShadowTessellator::computeConvexShadow\28float\2c\20float\2c\20bool\29 +7381:SkBaseShadowTessellator::computeConcaveShadow\28float\2c\20float\29 +7382:SkBaseShadowTessellator::clipUmbraPoint\28SkPoint\20const&\2c\20SkPoint\20const&\2c\20SkPoint*\29 +7383:SkBaseShadowTessellator::checkConvexity\28SkPoint\20const&\2c\20SkPoint\20const&\2c\20SkPoint\20const&\29 +7384:SkBaseShadowTessellator::appendQuad\28unsigned\20short\2c\20unsigned\20short\2c\20unsigned\20short\2c\20unsigned\20short\29 +7385:SkBaseShadowTessellator::addInnerPoint\28SkPoint\20const&\2c\20unsigned\20int\2c\20SkTDArray\20const&\2c\20int*\29 +7386:SkBaseShadowTessellator::addEdge\28SkPoint\20const&\2c\20SkPoint\20const&\2c\20unsigned\20int\2c\20SkTDArray\20const&\2c\20bool\2c\20bool\29 +7387:SkBaseShadowTessellator::addArc\28SkPoint\20const&\2c\20float\2c\20bool\29 +7388:SkBaseShadowTessellator::accumulateCentroid\28SkPoint\20const&\2c\20SkPoint\20const&\29 +7389:SkAutoSMalloc<1024ul>::reset\28unsigned\20long\2c\20SkAutoMalloc::OnShrink\2c\20bool*\29 +7390:SkAutoPixmapStorage::reset\28SkImageInfo\20const&\2c\20void\20const*\2c\20unsigned\20long\29 +7391:SkAutoMalloc::SkAutoMalloc\28unsigned\20long\29 +7392:SkAutoDescriptor::reset\28unsigned\20long\29 +7393:SkAutoDescriptor::reset\28SkDescriptor\20const&\29 +7394:SkAutoCanvasMatrixPaint::~SkAutoCanvasMatrixPaint\28\29 +7395:SkAutoCanvasMatrixPaint::SkAutoCanvasMatrixPaint\28SkCanvas*\2c\20SkMatrix\20const*\2c\20SkPaint\20const*\2c\20SkRect\20const&\29 +7396:SkAutoBlitterChoose::choose\28skcpu::Draw\20const&\2c\20SkMatrix\20const*\2c\20SkPaint\20const&\2c\20SkRect\20const&\2c\20SkDrawCoverage\29 +7397:SkArenaAlloc::ensureSpace\28unsigned\20int\2c\20unsigned\20int\29 +7398:SkAnalyticEdgeBuilder::combineVertical\28SkAnalyticEdge\20const*\2c\20SkAnalyticEdge*\29 +7399:SkAnalyticEdge::update\28int\29 +7400:SkAnalyticEdge::updateLine\28int\2c\20int\2c\20int\2c\20int\2c\20int\29 +7401:SkAnalyticEdge::setLine\28SkPoint\20const&\2c\20SkPoint\20const&\29 +7402:SkAlphaRuns::BreakAt\28short*\2c\20unsigned\20char*\2c\20int\29 +7403:SkAAClip::operator=\28SkAAClip\20const&\29 +7404:SkAAClip::op\28SkIRect\20const&\2c\20SkClipOp\29 +7405:SkAAClip::isRect\28\29\20const +7406:SkAAClip::RunHead::Iterate\28SkAAClip\20const&\29 +7407:SkAAClip::Builder::~Builder\28\29 +7408:SkAAClip::Builder::flushRow\28bool\29 +7409:SkAAClip::Builder::finish\28SkAAClip*\29 +7410:SkAAClip::Builder::Blitter::blitAntiH\28int\2c\20int\2c\20unsigned\20char\20const*\2c\20short\20const*\29 +7411:SkA8_Coverage_Blitter::~SkA8_Coverage_Blitter\28\29 +7412:SkA8_Coverage_Blitter*\20SkArenaAlloc::make\28SkPixmap\20const&\2c\20SkPaint\20const&\29 +7413:SkA8_Blitter::~SkA8_Blitter\28\29 +7414:Shift +7415:SharedGenerator::Make\28std::__2::unique_ptr>\29 +7416:SetSuperRound +7417:RuntimeEffectRPCallbacks::applyColorSpaceXform\28SkColorSpaceXformSteps\20const&\2c\20void\20const*\29 +7418:RunBasedAdditiveBlitter::~RunBasedAdditiveBlitter\28\29_4994 +7419:RunBasedAdditiveBlitter::advanceRuns\28\29 +7420:RunBasedAdditiveBlitter::RunBasedAdditiveBlitter\28SkBlitter*\2c\20SkIRect\20const&\2c\20SkIRect\20const&\2c\20bool\29 +7421:RgnOper::addSpan\28int\2c\20int\20const*\2c\20int\20const*\29 +7422:ReflexHash::hash\28TriangulationVertex*\29\20const +7423:ReadBase128 +7424:PorterDuffXferProcessor::onIsEqual\28GrXferProcessor\20const&\29\20const +7425:PathSegment::init\28\29 +7426:PS_Conv_Strtol +7427:PS_Conv_ASCIIHexDecode +7428:PDLCDXferProcessor::Make\28SkBlendMode\2c\20GrProcessorAnalysisColor\20const&\29 +7429:OffsetEdge::computeCrossingDistance\28OffsetEdge\20const*\29 +7430:OT::sbix::sanitize\28hb_sanitize_context_t*\29\20const +7431:OT::sbix::accelerator_t::reference_png\28hb_font_t*\2c\20unsigned\20int\2c\20int*\2c\20int*\2c\20unsigned\20int*\29\20const +7432:OT::sbix::accelerator_t::has_data\28\29\20const +7433:OT::sbix::accelerator_t::get_png_extents\28hb_font_t*\2c\20unsigned\20int\2c\20hb_glyph_extents_t*\2c\20bool\29\20const +7434:OT::post::sanitize\28hb_sanitize_context_t*\29\20const +7435:OT::maxp::sanitize\28hb_sanitize_context_t*\29\20const +7436:OT::kern::sanitize\28hb_sanitize_context_t*\29\20const +7437:OT::hmtxvmtx::accelerator_t::get_advance_with_var_unscaled\28unsigned\20int\2c\20hb_font_t*\2c\20float*\29\20const +7438:OT::head::sanitize\28hb_sanitize_context_t*\29\20const +7439:OT::hb_ot_layout_lookup_accelerator_t*\20OT::hb_ot_layout_lookup_accelerator_t::create\28OT::Layout::GSUB_impl::SubstLookup\20const&\29 +7440:OT::hb_ot_apply_context_t::skipping_iterator_t::may_skip\28hb_glyph_info_t\20const&\29\20const +7441:OT::hb_ot_apply_context_t::skipping_iterator_t::init\28OT::hb_ot_apply_context_t*\2c\20bool\29 +7442:OT::hb_ot_apply_context_t::matcher_t::may_skip\28OT::hb_ot_apply_context_t\20const*\2c\20hb_glyph_info_t\20const&\29\20const +7443:OT::hb_kern_machine_t::kern\28hb_font_t*\2c\20hb_buffer_t*\2c\20unsigned\20int\2c\20bool\29\20const +7444:OT::hb_accelerate_subtables_context_t::return_t\20OT::Context::dispatch\28OT::hb_accelerate_subtables_context_t*\29\20const +7445:OT::hb_accelerate_subtables_context_t::return_t\20OT::ChainContext::dispatch\28OT::hb_accelerate_subtables_context_t*\29\20const +7446:OT::gvar_GVAR\2c\201735811442u>::sanitize_shallow\28hb_sanitize_context_t*\29\20const +7447:OT::gvar_GVAR\2c\201735811442u>::get_offset\28unsigned\20int\2c\20unsigned\20int\29\20const +7448:OT::gvar_GVAR\2c\201735811442u>::accelerator_t::infer_delta\28hb_array_t\2c\20hb_array_t\2c\20unsigned\20int\2c\20unsigned\20int\2c\20unsigned\20int\2c\20float\20contour_point_t::*\29 +7449:OT::glyf_impl::composite_iter_tmpl::set_current\28OT::glyf_impl::CompositeGlyphRecord\20const*\29 +7450:OT::glyf_impl::composite_iter_tmpl::__next__\28\29 +7451:OT::glyf_impl::SimpleGlyph::read_points\28OT::IntType\20const*&\2c\20hb_array_t\2c\20OT::IntType\20const*\2c\20float\20contour_point_t::*\2c\20OT::glyf_impl::SimpleGlyph::simple_glyph_flag_t\2c\20OT::glyf_impl::SimpleGlyph::simple_glyph_flag_t\29 +7452:OT::glyf_impl::Glyph::get_composite_iterator\28\29\20const +7453:OT::glyf_impl::CompositeGlyphRecord::transform\28float\20const\20\28&\29\20\5b4\5d\2c\20hb_array_t\29 +7454:OT::glyf_impl::CompositeGlyphRecord::get_transformation\28float\20\28&\29\20\5b4\5d\2c\20contour_point_t&\29\20const +7455:OT::glyf_accelerator_t::get_extents\28hb_font_t*\2c\20unsigned\20int\2c\20hb_glyph_extents_t*\29\20const +7456:OT::fvar::sanitize\28hb_sanitize_context_t*\29\20const +7457:OT::cmap::sanitize\28hb_sanitize_context_t*\29\20const +7458:OT::cmap::accelerator_t::get_nominal_glyph\28unsigned\20int\2c\20unsigned\20int*\2c\20hb_cache_t<21u\2c\2016u\2c\208u\2c\20true>*\29\20const +7459:OT::cmap::accelerator_t::_cached_get\28unsigned\20int\2c\20unsigned\20int*\2c\20hb_cache_t<21u\2c\2016u\2c\208u\2c\20true>*\29\20const +7460:OT::cff2::sanitize\28hb_sanitize_context_t*\29\20const +7461:OT::cff2::accelerator_templ_t>::_fini\28\29 +7462:OT::cff1::sanitize\28hb_sanitize_context_t*\29\20const +7463:OT::cff1::accelerator_templ_t>::glyph_to_sid\28unsigned\20int\2c\20CFF::code_pair_t*\29\20const +7464:OT::cff1::accelerator_templ_t>::_fini\28\29 +7465:OT::cff1::accelerator_t::gname_t::cmp\28void\20const*\2c\20void\20const*\29 +7466:OT::avar::sanitize\28hb_sanitize_context_t*\29\20const +7467:OT::_hea::sanitize\28hb_sanitize_context_t*\29\20const +7468:OT::VariationDevice::get_delta\28hb_font_t*\2c\20OT::ItemVariationStore\20const&\2c\20float*\29\20const +7469:OT::VarSizedBinSearchArrayOf>>::operator\5b\5d\28int\29\20const +7470:OT::VarData::get_row_size\28\29\20const +7471:OT::VVAR::sanitize\28hb_sanitize_context_t*\29\20const +7472:OT::VORG::sanitize\28hb_sanitize_context_t*\29\20const +7473:OT::UnsizedArrayOf\2c\2014u>>\20const&\20OT::operator+\2c\201735811442u>>\2c\20\28void*\290>\28hb_blob_ptr_t\2c\201735811442u>>\20const&\2c\20OT::OffsetTo\2c\2014u>>\2c\20OT::IntType\2c\20void\2c\20false>\20const&\29 +7474:OT::TupleVariationHeader::get_size\28unsigned\20int\29\20const +7475:OT::TupleVariationData>::tuple_iterator_t::is_valid\28\29\20const +7476:OT::TupleVariationData>::decompile_points\28OT::IntType\20const*&\2c\20hb_vector_t&\2c\20OT::IntType\20const*\29 +7477:OT::SortedArrayOf\2c\20OT::IntType>::serialize\28hb_serialize_context_t*\2c\20unsigned\20int\29 +7478:OT::SVG::sanitize\28hb_sanitize_context_t*\29\20const +7479:OT::STAT::sanitize\28hb_sanitize_context_t*\29\20const +7480:OT::RuleSet::would_apply\28OT::hb_would_apply_context_t*\2c\20OT::ContextApplyLookupContext\20const&\29\20const +7481:OT::RuleSet::apply\28OT::hb_ot_apply_context_t*\2c\20OT::ContextApplyLookupContext\20const&\29\20const +7482:OT::ResourceMap::get_type_record\28unsigned\20int\29\20const +7483:OT::ResourceMap::get_type_count\28\29\20const +7484:OT::RecordArrayOf::find_index\28unsigned\20int\2c\20unsigned\20int*\29\20const +7485:OT::PaintTranslate::paint_glyph\28OT::hb_paint_context_t*\2c\20unsigned\20int\29\20const +7486:OT::PaintSolid::paint_glyph\28OT::hb_paint_context_t*\2c\20unsigned\20int\29\20const +7487:OT::PaintSkewAroundCenter::sanitize\28hb_sanitize_context_t*\29\20const +7488:OT::PaintSkewAroundCenter::paint_glyph\28OT::hb_paint_context_t*\2c\20unsigned\20int\29\20const +7489:OT::PaintSkew::paint_glyph\28OT::hb_paint_context_t*\2c\20unsigned\20int\29\20const +7490:OT::PaintScaleUniformAroundCenter::paint_glyph\28OT::hb_paint_context_t*\2c\20unsigned\20int\29\20const +7491:OT::PaintScaleUniform::paint_glyph\28OT::hb_paint_context_t*\2c\20unsigned\20int\29\20const +7492:OT::PaintScaleAroundCenter::paint_glyph\28OT::hb_paint_context_t*\2c\20unsigned\20int\29\20const +7493:OT::PaintScale::paint_glyph\28OT::hb_paint_context_t*\2c\20unsigned\20int\29\20const +7494:OT::PaintRotateAroundCenter::sanitize\28hb_sanitize_context_t*\29\20const +7495:OT::PaintRotateAroundCenter::paint_glyph\28OT::hb_paint_context_t*\2c\20unsigned\20int\29\20const +7496:OT::PaintRotate::sanitize\28hb_sanitize_context_t*\29\20const +7497:OT::PaintRotate::paint_glyph\28OT::hb_paint_context_t*\2c\20unsigned\20int\29\20const +7498:OT::OpenTypeFontFile::get_face\28unsigned\20int\2c\20unsigned\20int*\29\20const +7499:OT::OffsetTo>\2c\20OT::IntType\2c\20void\2c\20false>::sanitize_shallow\28hb_sanitize_context_t*\2c\20void\20const*\29\20const +7500:OT::OffsetTo\2c\20void\2c\20true>::sanitize_shallow\28hb_sanitize_context_t*\2c\20void\20const*\29\20const +7501:OT::OS2::sanitize\28hb_sanitize_context_t*\29\20const +7502:OT::MVAR::sanitize\28hb_sanitize_context_t*\29\20const +7503:OT::Lookup::serialize\28hb_serialize_context_t*\2c\20unsigned\20int\2c\20unsigned\20int\2c\20unsigned\20int\29 +7504:OT::Lookup*\20hb_serialize_context_t::extend_size\28OT::Lookup*\2c\20unsigned\20long\2c\20bool\29 +7505:OT::Layout::propagate_attachment_offsets\28hb_glyph_position_t*\2c\20unsigned\20int\2c\20unsigned\20int\2c\20hb_direction_t\2c\20unsigned\20int\29 +7506:OT::Layout::GSUB_impl::LigatureSubstFormat1_2::_apply\28OT::hb_ot_apply_context_t*\2c\20bool\29\20const +7507:OT::Layout::GPOS_impl::reverse_cursive_minor_offset\28hb_glyph_position_t*\2c\20unsigned\20int\2c\20hb_direction_t\2c\20unsigned\20int\29 +7508:OT::Layout::GPOS_impl::ValueFormat::sanitize_value_devices\28hb_sanitize_context_t*\2c\20OT::Layout::GPOS_impl::ValueBase\20const*\2c\20OT::IntType\20const*\29\20const +7509:OT::Layout::GPOS_impl::PairPosFormat2_4::_apply\28OT::hb_ot_apply_context_t*\2c\20bool\29\20const +7510:OT::Layout::GPOS_impl::PairPosFormat1_3::_apply\28OT::hb_ot_apply_context_t*\2c\20bool\29\20const +7511:OT::Layout::GPOS_impl::Anchor::sanitize\28hb_sanitize_context_t*\29\20const +7512:OT::Layout::Common::RangeRecord\20const&\20OT::SortedArrayOf\2c\20OT::IntType>::bsearch\28unsigned\20int\20const&\2c\20OT::Layout::Common::RangeRecord\20const&\29\20const +7513:OT::Layout::Common::CoverageFormat2_4*\20hb_serialize_context_t::extend_min>\28OT::Layout::Common::CoverageFormat2_4*\29 +7514:OT::Layout::Common::Coverage::sanitize\28hb_sanitize_context_t*\29\20const +7515:OT::Layout::Common::Coverage::get_population\28\29\20const +7516:OT::LangSys::sanitize\28hb_sanitize_context_t*\2c\20OT::Record_sanitize_closure_t\20const*\29\20const +7517:OT::IndexSubtableRecord::get_image_data\28unsigned\20int\2c\20void\20const*\2c\20unsigned\20int*\2c\20unsigned\20int*\2c\20unsigned\20int*\29\20const +7518:OT::IndexArray::get_indexes\28unsigned\20int\2c\20unsigned\20int*\2c\20unsigned\20int*\29\20const +7519:OT::HintingDevice::get_delta\28unsigned\20int\2c\20int\29\20const +7520:OT::HVARVVAR::get_advance_delta_unscaled\28unsigned\20int\2c\20int\20const*\2c\20unsigned\20int\2c\20float*\29\20const +7521:OT::GSUBGPOS::get_script_list\28\29\20const +7522:OT::GSUBGPOS::get_feature_variations\28\29\20const +7523:OT::GSUBGPOS::accelerator_t::get_accel\28unsigned\20int\29\20const +7524:OT::GDEF::sanitize\28hb_sanitize_context_t*\29\20const +7525:OT::GDEF::get_var_store\28\29\20const +7526:OT::GDEF::get_mark_glyph_sets\28\29\20const +7527:OT::GDEF::accelerator_t::get_glyph_props\28unsigned\20int\29\20const +7528:OT::Feature::sanitize\28hb_sanitize_context_t*\2c\20OT::Record_sanitize_closure_t\20const*\29\20const +7529:OT::ContextFormat2_5::_apply\28OT::hb_ot_apply_context_t*\2c\20bool\29\20const +7530:OT::Condition::sanitize\28hb_sanitize_context_t*\29\20const +7531:OT::ColorStop::get_color_stop\28OT::hb_paint_context_t*\2c\20hb_color_stop_t*\2c\20unsigned\20int\2c\20OT::ItemVarStoreInstancer\20const&\29\20const +7532:OT::ColorLine::static_get_extend\28hb_color_line_t*\2c\20void*\2c\20void*\29 +7533:OT::CmapSubtableLongSegmented::get_glyph\28unsigned\20int\2c\20unsigned\20int*\29\20const +7534:OT::CmapSubtableLongGroup\20const&\20OT::SortedArrayOf>::bsearch\28unsigned\20int\20const&\2c\20OT::CmapSubtableLongGroup\20const&\29\20const +7535:OT::CmapSubtableFormat4::accelerator_t::init\28OT::CmapSubtableFormat4\20const*\29 +7536:OT::CmapSubtableFormat4::accelerator_t::get_glyph\28unsigned\20int\2c\20unsigned\20int*\29\20const +7537:OT::ClipBoxFormat1::get_clip_box\28OT::ClipBoxData&\2c\20OT::ItemVarStoreInstancer\20const&\29\20const +7538:OT::ClassDef::get_class\28unsigned\20int\2c\20hb_cache_t<15u\2c\208u\2c\207u\2c\20true>*\29\20const +7539:OT::ChainRuleSet::would_apply\28OT::hb_would_apply_context_t*\2c\20OT::ChainContextApplyLookupContext\20const&\29\20const +7540:OT::ChainRuleSet::apply\28OT::hb_ot_apply_context_t*\2c\20OT::ChainContextApplyLookupContext\20const&\29\20const +7541:OT::ChainContextFormat2_5::_apply\28OT::hb_ot_apply_context_t*\2c\20bool\29\20const +7542:OT::CPAL::sanitize\28hb_sanitize_context_t*\29\20const +7543:OT::COLR::sanitize\28hb_sanitize_context_t*\29\20const +7544:OT::COLR::get_var_store_ptr\28\29\20const +7545:OT::COLR::get_delta_set_index_map_ptr\28\29\20const +7546:OT::COLR::get_base_glyph_paint\28unsigned\20int\29\20const +7547:OT::COLR::accelerator_t::has_data\28\29\20const +7548:OT::COLR::accelerator_t::acquire_scratch\28\29\20const +7549:OT::CBLC::sanitize\28hb_sanitize_context_t*\29\20const +7550:OT::CBLC::choose_strike\28hb_font_t*\29\20const +7551:OT::CBDT::sanitize\28hb_sanitize_context_t*\29\20const +7552:OT::CBDT::accelerator_t::get_extents\28hb_font_t*\2c\20unsigned\20int\2c\20hb_glyph_extents_t*\2c\20bool\29\20const +7553:OT::BitmapSizeTable::find_table\28unsigned\20int\2c\20void\20const*\2c\20void\20const**\29\20const +7554:OT::ArrayOf\2c\20void\2c\20true>\2c\20OT::IntType>::sanitize_shallow\28hb_sanitize_context_t*\29\20const +7555:OT::ArrayOf>::sanitize_shallow\28hb_sanitize_context_t*\29\20const +7556:OT::ArrayOf\2c\20OT::IntType>::sanitize_shallow\28hb_sanitize_context_t*\29\20const +7557:OT::ArrayOf>::sanitize_shallow\28hb_sanitize_context_t*\29\20const +7558:OT::ArrayOf>>::sanitize_shallow\28hb_sanitize_context_t*\29\20const +7559:OT::Affine2x3::paint_glyph\28OT::hb_paint_context_t*\2c\20unsigned\20int\29\20const +7560:MaskValue*\20SkTLazy::init\28MaskValue\20const&\29 +7561:MakeRasterCopyPriv\28SkPixmap\20const&\2c\20unsigned\20int\29 +7562:Load_SBit_Png +7563:LineQuadraticIntersections::verticalIntersect\28double\2c\20double*\29 +7564:LineQuadraticIntersections::intersectRay\28double*\29 +7565:LineQuadraticIntersections::horizontalIntersect\28double\2c\20double*\29 +7566:LineCubicIntersections::intersectRay\28double*\29 +7567:LineCubicIntersections::VerticalIntersect\28SkDCubic\20const&\2c\20double\2c\20double*\29 +7568:LineCubicIntersections::HorizontalIntersect\28SkDCubic\20const&\2c\20double\2c\20double*\29 +7569:LineConicIntersections::verticalIntersect\28double\2c\20double*\29 +7570:LineConicIntersections::intersectRay\28double*\29 +7571:LineConicIntersections::horizontalIntersect\28double\2c\20double*\29 +7572:Ins_UNKNOWN +7573:Ins_SxVTL +7574:InitializeCompoundDictionaryCopy +7575:HandleCoincidence\28SkOpContourHead*\2c\20SkOpCoincidence*\29 +7576:GrWritePixelsTask::~GrWritePixelsTask\28\29 +7577:GrWindowRectsState::operator=\28GrWindowRectsState\20const&\29 +7578:GrWindowRectsState::operator==\28GrWindowRectsState\20const&\29\20const +7579:GrWindowRectangles::GrWindowRectangles\28GrWindowRectangles\20const&\29 +7580:GrWaitRenderTask::~GrWaitRenderTask\28\29 +7581:GrVertexBufferAllocPool::makeSpace\28unsigned\20long\2c\20int\2c\20sk_sp*\2c\20int*\29 +7582:GrVertexBufferAllocPool::makeSpaceAtLeast\28unsigned\20long\2c\20int\2c\20int\2c\20sk_sp*\2c\20int*\2c\20int*\29 +7583:GrTriangulator::polysToTriangles\28GrTriangulator::Poly*\2c\20SkPathFillType\2c\20skgpu::VertexWriter\29\20const +7584:GrTriangulator::polysToTriangles\28GrTriangulator::Poly*\2c\20GrEagerVertexAllocator*\29\20const +7585:GrTriangulator::mergeEdgesBelow\28GrTriangulator::Edge*\2c\20GrTriangulator::Edge*\2c\20GrTriangulator::EdgeList*\2c\20GrTriangulator::Vertex**\2c\20GrTriangulator::Comparator\20const&\29\20const +7586:GrTriangulator::mergeEdgesAbove\28GrTriangulator::Edge*\2c\20GrTriangulator::Edge*\2c\20GrTriangulator::EdgeList*\2c\20GrTriangulator::Vertex**\2c\20GrTriangulator::Comparator\20const&\29\20const +7587:GrTriangulator::makeSortedVertex\28SkPoint\20const&\2c\20unsigned\20char\2c\20GrTriangulator::VertexList*\2c\20GrTriangulator::Vertex*\2c\20GrTriangulator::Comparator\20const&\29\20const +7588:GrTriangulator::makeEdge\28GrTriangulator::Vertex*\2c\20GrTriangulator::Vertex*\2c\20GrTriangulator::EdgeType\2c\20GrTriangulator::Comparator\20const&\29 +7589:GrTriangulator::computeBisector\28GrTriangulator::Edge*\2c\20GrTriangulator::Edge*\2c\20GrTriangulator::Vertex*\29\20const +7590:GrTriangulator::appendQuadraticToContour\28SkPoint\20const*\2c\20float\2c\20GrTriangulator::VertexList*\29\20const +7591:GrTriangulator::allocateMonotonePoly\28GrTriangulator::Edge*\2c\20GrTriangulator::Side\2c\20int\29 +7592:GrTriangulator::Edge::recompute\28\29 +7593:GrTriangulator::Edge::intersect\28GrTriangulator::Edge\20const&\2c\20SkPoint*\2c\20unsigned\20char*\29\20const +7594:GrTriangulator::CountPoints\28GrTriangulator::Poly*\2c\20SkPathFillType\29 +7595:GrTriangulator::BreadcrumbTriangleList::concat\28GrTriangulator::BreadcrumbTriangleList&&\29 +7596:GrTransferFromRenderTask::~GrTransferFromRenderTask\28\29 +7597:GrThreadSafeCache::makeNewEntryMRU\28GrThreadSafeCache::Entry*\29 +7598:GrThreadSafeCache::makeExistingEntryMRU\28GrThreadSafeCache::Entry*\29 +7599:GrThreadSafeCache::findVertsWithData\28skgpu::UniqueKey\20const&\29 +7600:GrThreadSafeCache::addVertsWithData\28skgpu::UniqueKey\20const&\2c\20sk_sp\2c\20bool\20\28*\29\28SkData*\2c\20SkData*\29\29 +7601:GrThreadSafeCache::Trampoline::~Trampoline\28\29 +7602:GrThreadSafeCache::Entry::set\28skgpu::UniqueKey\20const&\2c\20sk_sp\29 +7603:GrThreadSafeCache::Entry::makeEmpty\28\29 +7604:GrThreadSafeCache::CreateLazyView\28GrDirectContext*\2c\20GrColorType\2c\20SkISize\2c\20GrSurfaceOrigin\2c\20SkBackingFit\29 +7605:GrTextureResolveRenderTask::~GrTextureResolveRenderTask\28\29 +7606:GrTextureRenderTargetProxy::initSurfaceFlags\28GrCaps\20const&\29 +7607:GrTextureRenderTargetProxy::GrTextureRenderTargetProxy\28sk_sp\2c\20GrSurfaceProxy::UseAllocator\2c\20GrDDLProvider\29 +7608:GrTextureRenderTargetProxy::GrTextureRenderTargetProxy\28GrCaps\20const&\2c\20std::__2::function&&\2c\20GrBackendFormat\20const&\2c\20SkISize\2c\20int\2c\20skgpu::Mipmapped\2c\20GrMipmapStatus\2c\20SkBackingFit\2c\20skgpu::Budgeted\2c\20skgpu::Protected\2c\20GrInternalSurfaceFlags\2c\20GrSurfaceProxy::UseAllocator\2c\20GrDDLProvider\2c\20std::__2::basic_string_view>\29 +7609:GrTextureProxy::~GrTextureProxy\28\29_10475 +7610:GrTextureProxy::~GrTextureProxy\28\29_10474 +7611:GrTextureProxy::setUniqueKey\28GrProxyProvider*\2c\20skgpu::UniqueKey\20const&\29 +7612:GrTextureProxy::onUninstantiatedGpuMemorySize\28\29\20const +7613:GrTextureProxy::instantiate\28GrResourceProvider*\29 +7614:GrTextureProxy::createSurface\28GrResourceProvider*\29\20const +7615:GrTextureProxy::callbackDesc\28\29\20const +7616:GrTextureProxy::ProxiesAreCompatibleAsDynamicState\28GrSurfaceProxy\20const*\2c\20GrSurfaceProxy\20const*\29 +7617:GrTextureProxy::GrTextureProxy\28sk_sp\2c\20GrSurfaceProxy::UseAllocator\2c\20GrDDLProvider\29 +7618:GrTextureEffect::~GrTextureEffect\28\29 +7619:GrTextureEffect::Sampling::Sampling\28GrSurfaceProxy\20const&\2c\20GrSamplerState\2c\20SkRect\20const&\2c\20SkRect\20const*\2c\20float\20const*\2c\20bool\2c\20GrCaps\20const&\2c\20SkPoint\29::$_1::operator\28\29\28int\2c\20GrSamplerState::WrapMode\2c\20GrTextureEffect::Sampling::Sampling\28GrSurfaceProxy\20const&\2c\20GrSamplerState\2c\20SkRect\20const&\2c\20SkRect\20const*\2c\20float\20const*\2c\20bool\2c\20GrCaps\20const&\2c\20SkPoint\29::Span\2c\20GrTextureEffect::Sampling::Sampling\28GrSurfaceProxy\20const&\2c\20GrSamplerState\2c\20SkRect\20const&\2c\20SkRect\20const*\2c\20float\20const*\2c\20bool\2c\20GrCaps\20const&\2c\20SkPoint\29::Span\2c\20float\29\20const +7620:GrTextureEffect::Impl::onSetData\28GrGLSLProgramDataManager\20const&\2c\20GrFragmentProcessor\20const&\29::$_0::operator\28\29\28float*\2c\20GrResourceHandle\29\20const +7621:GrTextureEffect::Impl::emitCode\28GrFragmentProcessor::ProgramImpl::EmitArgs&\29::$_2::operator\28\29\28GrTextureEffect::ShaderMode\2c\20char\20const*\2c\20char\20const*\2c\20char\20const*\2c\20char\20const*\2c\20char\20const*\29\20const +7622:GrTexture::onGpuMemorySize\28\29\20const +7623:GrTexture::computeScratchKey\28skgpu::ScratchKey*\29\20const +7624:GrTDeferredProxyUploader>::~GrTDeferredProxyUploader\28\29 +7625:GrTDeferredProxyUploader<\28anonymous\20namespace\29::SoftwarePathData>::~GrTDeferredProxyUploader\28\29 +7626:GrSurfaceProxyView::operator=\28GrSurfaceProxyView\20const&\29 +7627:GrSurfaceProxyView::operator==\28GrSurfaceProxyView\20const&\29\20const +7628:GrSurfaceProxyPriv::exactify\28\29 +7629:GrSurfaceProxyPriv::assign\28sk_sp\29 +7630:GrSurfaceProxy::GrSurfaceProxy\28std::__2::function&&\2c\20GrBackendFormat\20const&\2c\20SkISize\2c\20SkBackingFit\2c\20skgpu::Budgeted\2c\20skgpu::Protected\2c\20GrInternalSurfaceFlags\2c\20GrSurfaceProxy::UseAllocator\2c\20std::__2::basic_string_view>\29 +7631:GrSurfaceProxy::GrSurfaceProxy\28GrBackendFormat\20const&\2c\20SkISize\2c\20SkBackingFit\2c\20skgpu::Budgeted\2c\20skgpu::Protected\2c\20GrInternalSurfaceFlags\2c\20GrSurfaceProxy::UseAllocator\2c\20std::__2::basic_string_view>\29 +7632:GrSurface::setRelease\28sk_sp\29 +7633:GrSurface::onRelease\28\29 +7634:GrStyledShape::setInheritedKey\28GrStyledShape\20const&\2c\20GrStyle::Apply\2c\20float\29 +7635:GrStyledShape::asRRect\28SkRRect*\2c\20bool*\29\20const +7636:GrStyledShape::asLine\28SkPoint*\2c\20bool*\29\20const +7637:GrStyledShape::GrStyledShape\28SkRRect\20const&\2c\20SkPathDirection\2c\20unsigned\20int\2c\20bool\2c\20GrStyle\20const&\2c\20GrStyledShape::DoSimplify\29 +7638:GrStyledShape::GrStyledShape\28SkPath\20const&\2c\20SkPaint\20const&\2c\20GrStyledShape::DoSimplify\29 +7639:GrStyle::resetToInitStyle\28SkStrokeRec::InitStyle\29 +7640:GrStyle::applyToPath\28SkPath*\2c\20SkStrokeRec::InitStyle*\2c\20SkPath\20const&\2c\20float\29\20const +7641:GrStyle::applyPathEffect\28SkPath*\2c\20SkStrokeRec*\2c\20SkPath\20const&\29\20const +7642:GrStyle::MatrixToScaleFactor\28SkMatrix\20const&\29 +7643:GrStyle::DashInfo::operator=\28GrStyle::DashInfo\20const&\29 +7644:GrStrokeTessellationShader::~GrStrokeTessellationShader\28\29 +7645:GrStrokeTessellationShader::Impl::~Impl\28\29 +7646:GrStagingBufferManager::detachBuffers\28\29 +7647:GrSkSLFP::~GrSkSLFP\28\29 +7648:GrSkSLFP::Impl::~Impl\28\29 +7649:GrSkSLFP::Impl::emitCode\28GrFragmentProcessor::ProgramImpl::EmitArgs&\29::FPCallbacks::defineStruct\28char\20const*\29 +7650:GrSimpleMesh::~GrSimpleMesh\28\29 +7651:GrShape::simplify\28unsigned\20int\29 +7652:GrShape::setArc\28SkArc\20const&\29 +7653:GrShape::conservativeContains\28SkRect\20const&\29\20const +7654:GrShape::closed\28\29\20const +7655:GrShape::GrShape\28SkRect\20const&\29 +7656:GrShape::GrShape\28SkRRect\20const&\29 +7657:GrShape::GrShape\28SkPath\20const&\29 +7658:GrShaderVar::GrShaderVar\28SkString\2c\20SkSLType\2c\20GrShaderVar::TypeModifier\2c\20int\2c\20SkString\2c\20SkString\29 +7659:GrScissorState::operator==\28GrScissorState\20const&\29\20const +7660:GrScissorState::intersect\28SkIRect\20const&\29 +7661:GrSWMaskHelper::toTextureView\28GrRecordingContext*\2c\20SkBackingFit\29 +7662:GrSWMaskHelper::drawShape\28GrStyledShape\20const&\2c\20SkMatrix\20const&\2c\20GrAA\2c\20unsigned\20char\29 +7663:GrSWMaskHelper::drawShape\28GrShape\20const&\2c\20SkMatrix\20const&\2c\20GrAA\2c\20unsigned\20char\29 +7664:GrResourceProvider::writePixels\28sk_sp\2c\20GrColorType\2c\20SkISize\2c\20GrMipLevel\20const*\2c\20int\29\20const +7665:GrResourceProvider::wrapBackendSemaphore\28GrBackendSemaphore\20const&\2c\20GrSemaphoreWrapType\2c\20GrWrapOwnership\29 +7666:GrResourceProvider::prepareLevels\28GrBackendFormat\20const&\2c\20GrColorType\2c\20SkISize\2c\20GrMipLevel\20const*\2c\20int\2c\20skia_private::AutoSTArray<14\2c\20GrMipLevel>*\2c\20skia_private::AutoSTArray<14\2c\20std::__2::unique_ptr>>*\29\20const +7667:GrResourceProvider::getExactScratch\28SkISize\2c\20GrBackendFormat\20const&\2c\20GrTextureType\2c\20skgpu::Renderable\2c\20int\2c\20skgpu::Budgeted\2c\20skgpu::Mipmapped\2c\20skgpu::Protected\2c\20std::__2::basic_string_view>\29 +7668:GrResourceProvider::findAndRefScratchTexture\28skgpu::ScratchKey\20const&\2c\20std::__2::basic_string_view>\29 +7669:GrResourceProvider::findAndRefScratchTexture\28SkISize\2c\20GrBackendFormat\20const&\2c\20GrTextureType\2c\20skgpu::Renderable\2c\20int\2c\20skgpu::Mipmapped\2c\20skgpu::Protected\2c\20std::__2::basic_string_view>\29 +7670:GrResourceProvider::createTexture\28SkISize\2c\20GrBackendFormat\20const&\2c\20GrTextureType\2c\20skgpu::Renderable\2c\20int\2c\20skgpu::Mipmapped\2c\20skgpu::Budgeted\2c\20skgpu::Protected\2c\20std::__2::basic_string_view>\29 +7671:GrResourceProvider::createTexture\28SkISize\2c\20GrBackendFormat\20const&\2c\20GrTextureType\2c\20GrColorType\2c\20skgpu::Renderable\2c\20int\2c\20skgpu::Budgeted\2c\20skgpu::Mipmapped\2c\20skgpu::Protected\2c\20GrMipLevel\20const*\2c\20std::__2::basic_string_view>\29 +7672:GrResourceProvider::createBuffer\28void\20const*\2c\20unsigned\20long\2c\20GrGpuBufferType\2c\20GrAccessPattern\29 +7673:GrResourceProvider::createApproxTexture\28SkISize\2c\20GrBackendFormat\20const&\2c\20GrTextureType\2c\20skgpu::Renderable\2c\20int\2c\20skgpu::Protected\2c\20std::__2::basic_string_view>\29 +7674:GrResourceCache::removeResource\28GrGpuResource*\29 +7675:GrResourceCache::removeFromNonpurgeableArray\28GrGpuResource*\29 +7676:GrResourceCache::releaseAll\28\29 +7677:GrResourceCache::refAndMakeResourceMRU\28GrGpuResource*\29 +7678:GrResourceCache::processFreedGpuResources\28\29 +7679:GrResourceCache::insertResource\28GrGpuResource*\29 +7680:GrResourceCache::findAndRefUniqueResource\28skgpu::UniqueKey\20const&\29 +7681:GrResourceCache::didChangeBudgetStatus\28GrGpuResource*\29 +7682:GrResourceCache::addToNonpurgeableArray\28GrGpuResource*\29 +7683:GrResourceAllocator::~GrResourceAllocator\28\29 +7684:GrResourceAllocator::planAssignment\28\29 +7685:GrResourceAllocator::expire\28unsigned\20int\29 +7686:GrResourceAllocator::Register*\20SkArenaAlloc::make\28GrSurfaceProxy*&\2c\20skgpu::ScratchKey&&\2c\20GrResourceProvider*&\29 +7687:GrResourceAllocator::IntervalList::popHead\28\29 +7688:GrResourceAllocator::IntervalList::insertByIncreasingStart\28GrResourceAllocator::Interval*\29 +7689:GrRenderTask::makeSkippable\28\29 +7690:GrRenderTask::isUsed\28GrSurfaceProxy*\29\20const +7691:GrRenderTask::isInstantiated\28\29\20const +7692:GrRenderTargetProxy::~GrRenderTargetProxy\28\29_10322 +7693:GrRenderTargetProxy::~GrRenderTargetProxy\28\29_10320 +7694:GrRenderTargetProxy::onUninstantiatedGpuMemorySize\28\29\20const +7695:GrRenderTargetProxy::isMSAADirty\28\29\20const +7696:GrRenderTargetProxy::instantiate\28GrResourceProvider*\29 +7697:GrRenderTargetProxy::createSurface\28GrResourceProvider*\29\20const +7698:GrRenderTargetProxy::callbackDesc\28\29\20const +7699:GrRenderTarget::GrRenderTarget\28GrGpu*\2c\20SkISize\20const&\2c\20int\2c\20skgpu::Protected\2c\20std::__2::basic_string_view>\2c\20sk_sp\29 +7700:GrRecordingContext::init\28\29 +7701:GrRecordingContext::destroyDrawingManager\28\29 +7702:GrRecordingContext::colorTypeSupportedAsSurface\28SkColorType\29\20const +7703:GrRecordingContext::abandoned\28\29 +7704:GrRecordingContext::abandonContext\28\29 +7705:GrRRectShadowGeoProc::~GrRRectShadowGeoProc\28\29 +7706:GrRRectEffect::Make\28std::__2::unique_ptr>\2c\20GrClipEdgeType\2c\20SkRRect\20const&\2c\20GrShaderCaps\20const&\29 +7707:GrQuadUtils::TessellationHelper::outset\28skvx::Vec<4\2c\20float>\20const&\2c\20GrQuad*\2c\20GrQuad*\29 +7708:GrQuadUtils::TessellationHelper::getOutsetRequest\28skvx::Vec<4\2c\20float>\20const&\29 +7709:GrQuadUtils::TessellationHelper::adjustVertices\28skvx::Vec<4\2c\20float>\20const&\2c\20GrQuadUtils::TessellationHelper::Vertices*\29 +7710:GrQuadUtils::TessellationHelper::adjustDegenerateVertices\28skvx::Vec<4\2c\20float>\20const&\2c\20GrQuadUtils::TessellationHelper::Vertices*\29 +7711:GrQuadUtils::TessellationHelper::Vertices::moveTo\28skvx::Vec<4\2c\20float>\20const&\2c\20skvx::Vec<4\2c\20float>\20const&\2c\20skvx::Vec<4\2c\20int>\20const&\29 +7712:GrQuadUtils::ClipToW0\28DrawQuad*\2c\20DrawQuad*\29 +7713:GrQuadBuffer<\28anonymous\20namespace\29::TextureOpImpl::ColorSubsetAndAA>::append\28GrQuad\20const&\2c\20\28anonymous\20namespace\29::TextureOpImpl::ColorSubsetAndAA&&\2c\20GrQuad\20const*\29 +7714:GrQuadBuffer<\28anonymous\20namespace\29::TextureOpImpl::ColorSubsetAndAA>::GrQuadBuffer\28int\2c\20bool\29 +7715:GrQuad::point\28int\29\20const +7716:GrQuad::bounds\28\29\20const::'lambda0'\28float\20const*\29::operator\28\29\28float\20const*\29\20const +7717:GrQuad::bounds\28\29\20const::'lambda'\28float\20const*\29::operator\28\29\28float\20const*\29\20const +7718:GrProxyProvider::removeUniqueKeyFromProxy\28GrTextureProxy*\29 +7719:GrProxyProvider::processInvalidUniqueKeyImpl\28skgpu::UniqueKey\20const&\2c\20GrTextureProxy*\2c\20GrProxyProvider::InvalidateGPUResource\2c\20GrProxyProvider::RemoveTableEntry\29 +7720:GrProxyProvider::createLazyProxy\28std::__2::function&&\2c\20GrBackendFormat\20const&\2c\20SkISize\2c\20skgpu::Mipmapped\2c\20GrMipmapStatus\2c\20GrInternalSurfaceFlags\2c\20SkBackingFit\2c\20skgpu::Budgeted\2c\20skgpu::Protected\2c\20GrSurfaceProxy::UseAllocator\2c\20std::__2::basic_string_view>\29 +7721:GrProxyProvider::adoptUniqueKeyFromSurface\28GrTextureProxy*\2c\20GrSurface\20const*\29 +7722:GrProgramDesc::GrProgramDesc\28GrProgramDesc\20const&\29 +7723:GrProcessorSet::operator==\28GrProcessorSet\20const&\29\20const +7724:GrPorterDuffXPFactory::Get\28SkBlendMode\29 +7725:GrPixmap::GrPixmap\28SkPixmap\20const&\29 +7726:GrPipeline::peekDstTexture\28\29\20const +7727:GrPipeline::GrPipeline\28GrPipeline::InitArgs\20const&\2c\20sk_sp\2c\20GrAppliedHardClip\20const&\29 +7728:GrPersistentCacheUtils::ShaderMetadata::~ShaderMetadata\28\29 +7729:GrPersistentCacheUtils::GetType\28SkReadBuffer*\29 +7730:GrPerlinNoise2Effect::~GrPerlinNoise2Effect\28\29 +7731:GrPathUtils::QuadUVMatrix::set\28SkPoint\20const*\29 +7732:GrPathUtils::QuadUVMatrix::apply\28void*\2c\20int\2c\20unsigned\20long\2c\20unsigned\20long\29\20const +7733:GrPathTessellationShader::MakeStencilOnlyPipeline\28GrTessellationShader::ProgramArgs\20const&\2c\20GrAAType\2c\20GrAppliedHardClip\20const&\2c\20GrPipeline::InputFlags\29 +7734:GrPathTessellationShader::Impl::~Impl\28\29 +7735:GrOpsRenderPass::~GrOpsRenderPass\28\29 +7736:GrOpsRenderPass::resetActiveBuffers\28\29 +7737:GrOpsRenderPass::draw\28int\2c\20int\29 +7738:GrOpsRenderPass::drawIndexPattern\28int\2c\20int\2c\20int\2c\20int\2c\20int\29 +7739:GrOpFlushState::~GrOpFlushState\28\29_10103 +7740:GrOpFlushState::smallPathAtlasManager\28\29\20const +7741:GrOpFlushState::reset\28\29 +7742:GrOpFlushState::recordDraw\28GrGeometryProcessor\20const*\2c\20GrSimpleMesh\20const*\2c\20int\2c\20GrSurfaceProxy\20const*\20const*\2c\20GrPrimitiveType\29 +7743:GrOpFlushState::putBackIndices\28int\29 +7744:GrOpFlushState::executeDrawsAndUploadsForMeshDrawOp\28GrOp\20const*\2c\20SkRect\20const&\2c\20GrPipeline\20const*\2c\20GrUserStencilSettings\20const*\29 +7745:GrOpFlushState::drawIndexedInstanced\28int\2c\20int\2c\20int\2c\20int\2c\20int\29 +7746:GrOpFlushState::doUpload\28std::__2::function&\29>&\2c\20bool\29 +7747:GrOpFlushState::allocator\28\29 +7748:GrOpFlushState::addASAPUpload\28std::__2::function&\29>&&\29 +7749:GrOpFlushState::OpArgs::OpArgs\28GrOp*\2c\20GrSurfaceProxyView\20const&\2c\20bool\2c\20GrAppliedClip*\2c\20GrDstProxyView\20const&\2c\20GrXferBarrierFlags\2c\20GrLoadOp\29 +7750:GrOp::setTransformedBounds\28SkRect\20const&\2c\20SkMatrix\20const&\2c\20GrOp::HasAABloat\2c\20GrOp::IsHairline\29 +7751:GrOp::onCombineIfPossible\28GrOp*\2c\20SkArenaAlloc*\2c\20GrCaps\20const&\29 +7752:GrOp::combineIfPossible\28GrOp*\2c\20SkArenaAlloc*\2c\20GrCaps\20const&\29 +7753:GrNonAtomicRef::unref\28\29\20const +7754:GrNonAtomicRef::unref\28\29\20const +7755:GrNonAtomicRef::unref\28\29\20const +7756:GrNativeRect::operator!=\28GrNativeRect\20const&\29\20const +7757:GrMeshDrawTarget::allocPrimProcProxyPtrs\28int\29 +7758:GrMeshDrawOp::PatternHelper::init\28GrMeshDrawTarget*\2c\20GrPrimitiveType\2c\20unsigned\20long\2c\20sk_sp\2c\20int\2c\20int\2c\20int\2c\20int\29 +7759:GrMemoryPool::allocate\28unsigned\20long\29 +7760:GrMakeUniqueKeyInvalidationListener\28skgpu::UniqueKey*\2c\20unsigned\20int\29::Listener::~Listener\28\29 +7761:GrMakeUniqueKeyInvalidationListener\28skgpu::UniqueKey*\2c\20unsigned\20int\29::Listener::changed\28\29 +7762:GrMakeCachedBitmapProxyView\28GrRecordingContext*\2c\20SkBitmap\20const&\2c\20std::__2::basic_string_view>\2c\20skgpu::Mipmapped\29::$_0::operator\28\29\28GrTextureProxy*\29\20const +7763:GrIndexBufferAllocPool::makeSpace\28int\2c\20sk_sp*\2c\20int*\29 +7764:GrIndexBufferAllocPool::makeSpaceAtLeast\28int\2c\20int\2c\20sk_sp*\2c\20int*\2c\20int*\29 +7765:GrImageInfo::operator=\28GrImageInfo&&\29 +7766:GrImageInfo::GrImageInfo\28GrColorType\2c\20SkAlphaType\2c\20sk_sp\2c\20int\2c\20int\29 +7767:GrImageContext::abandonContext\28\29 +7768:GrHashMapWithCache::find\28unsigned\20int\20const&\29\20const +7769:GrGradientBitmapCache::release\28GrGradientBitmapCache::Entry*\29\20const +7770:GrGpuResource::setLabel\28std::__2::basic_string_view>\29 +7771:GrGpuResource::makeBudgeted\28\29 +7772:GrGpuResource::GrGpuResource\28GrGpu*\2c\20std::__2::basic_string_view>\29 +7773:GrGpuResource::CacheAccess::abandon\28\29 +7774:GrGpuBuffer::ComputeScratchKeyForDynamicBuffer\28unsigned\20long\2c\20GrGpuBufferType\2c\20skgpu::ScratchKey*\29 +7775:GrGpu::~GrGpu\28\29 +7776:GrGpu::submitToGpu\28\29 +7777:GrGpu::submitToGpu\28GrSubmitInfo\20const&\29 +7778:GrGpu::regenerateMipMapLevels\28GrTexture*\29 +7779:GrGpu::createTexture\28SkISize\2c\20GrBackendFormat\20const&\2c\20GrTextureType\2c\20skgpu::Renderable\2c\20int\2c\20skgpu::Mipmapped\2c\20skgpu::Budgeted\2c\20skgpu::Protected\2c\20std::__2::basic_string_view>\29 +7780:GrGpu::createTextureCommon\28SkISize\2c\20GrBackendFormat\20const&\2c\20GrTextureType\2c\20skgpu::Renderable\2c\20int\2c\20skgpu::Budgeted\2c\20skgpu::Protected\2c\20int\2c\20unsigned\20int\2c\20std::__2::basic_string_view>\29 +7781:GrGpu::createBuffer\28unsigned\20long\2c\20GrGpuBufferType\2c\20GrAccessPattern\29 +7782:GrGpu::callSubmittedProcs\28bool\29 +7783:GrGeometryProcessor::AttributeSet::addToKey\28skgpu::KeyBuilder*\29\20const +7784:GrGeometryProcessor::AttributeSet::Iter::skipUninitialized\28\29 +7785:GrGeometryProcessor::Attribute&\20skia_private::TArray::emplace_back\28char\20const\20\28&\29\20\5b26\5d\2c\20GrVertexAttribType&&\2c\20SkSLType&&\29 +7786:GrGLTextureParameters::invalidate\28\29 +7787:GrGLTextureParameters::SamplerOverriddenState::SamplerOverriddenState\28\29 +7788:GrGLTexture::~GrGLTexture\28\29_12925 +7789:GrGLTexture::~GrGLTexture\28\29_12924 +7790:GrGLTexture::MakeWrapped\28GrGLGpu*\2c\20GrMipmapStatus\2c\20GrGLTexture::Desc\20const&\2c\20sk_sp\2c\20GrWrapCacheable\2c\20GrIOType\2c\20std::__2::basic_string_view>\29 +7791:GrGLTexture::GrGLTexture\28GrGLGpu*\2c\20skgpu::Budgeted\2c\20GrGLTexture::Desc\20const&\2c\20GrMipmapStatus\2c\20std::__2::basic_string_view>\29 +7792:GrGLTexture::GrGLTexture\28GrGLGpu*\2c\20GrGLTexture::Desc\20const&\2c\20sk_sp\2c\20GrMipmapStatus\2c\20std::__2::basic_string_view>\29 +7793:GrGLSemaphore::~GrGLSemaphore\28\29 +7794:GrGLSLVaryingHandler::addAttribute\28GrShaderVar\20const&\29 +7795:GrGLSLVarying::vsOutVar\28\29\20const +7796:GrGLSLVarying::fsInVar\28\29\20const +7797:GrGLSLUniformHandler::liftUniformToVertexShader\28GrProcessor\20const&\2c\20SkString\29 +7798:GrGLSLShaderBuilder::nextStage\28\29 +7799:GrGLSLShaderBuilder::finalize\28unsigned\20int\29 +7800:GrGLSLShaderBuilder::emitFunction\28char\20const*\2c\20char\20const*\29 +7801:GrGLSLShaderBuilder::emitFunctionPrototype\28char\20const*\29 +7802:GrGLSLShaderBuilder::appendTextureLookupAndBlend\28char\20const*\2c\20SkBlendMode\2c\20GrResourceHandle\2c\20char\20const*\2c\20GrGLSLColorSpaceXformHelper*\29 +7803:GrGLSLShaderBuilder::appendDecls\28SkTBlockList\20const&\2c\20SkString*\29\20const +7804:GrGLSLShaderBuilder::appendColorGamutXform\28SkString*\2c\20char\20const*\2c\20GrGLSLColorSpaceXformHelper*\29::$_1::operator\28\29\28char\20const*\2c\20GrResourceHandle\29\20const +7805:GrGLSLShaderBuilder::appendColorGamutXform\28SkString*\2c\20char\20const*\2c\20GrGLSLColorSpaceXformHelper*\29::$_0::operator\28\29\28char\20const*\2c\20GrResourceHandle\2c\20skcms_TFType\29\20const +7806:GrGLSLShaderBuilder::GrGLSLShaderBuilder\28GrGLSLProgramBuilder*\29 +7807:GrGLSLProgramDataManager::setRuntimeEffectUniforms\28SkSpan\2c\20SkSpan\20const>\2c\20SkSpan\2c\20void\20const*\29\20const +7808:GrGLSLProgramBuilder::~GrGLSLProgramBuilder\28\29 +7809:GrGLSLFragmentShaderBuilder::onFinalize\28\29 +7810:GrGLSLFragmentShaderBuilder::enableAdvancedBlendEquationIfNeeded\28skgpu::BlendEquation\29 +7811:GrGLSLColorSpaceXformHelper::isNoop\28\29\20const +7812:GrGLSLBlend::SetBlendModeUniformData\28GrGLSLProgramDataManager\20const&\2c\20GrResourceHandle\2c\20SkBlendMode\29 +7813:GrGLSLBlend::BlendExpression\28GrProcessor\20const*\2c\20GrGLSLUniformHandler*\2c\20GrResourceHandle*\2c\20char\20const*\2c\20char\20const*\2c\20SkBlendMode\29 +7814:GrGLRenderTarget::~GrGLRenderTarget\28\29_12895 +7815:GrGLRenderTarget::~GrGLRenderTarget\28\29_12894 +7816:GrGLRenderTarget::setFlags\28GrGLCaps\20const&\2c\20GrGLRenderTarget::IDs\20const&\29 +7817:GrGLRenderTarget::onGpuMemorySize\28\29\20const +7818:GrGLRenderTarget::bind\28bool\29 +7819:GrGLRenderTarget::backendFormat\28\29\20const +7820:GrGLRenderTarget::GrGLRenderTarget\28GrGLGpu*\2c\20SkISize\20const&\2c\20GrGLFormat\2c\20int\2c\20GrGLRenderTarget::IDs\20const&\2c\20skgpu::Protected\2c\20std::__2::basic_string_view>\29 +7821:GrGLProgramDataManager::set4fv\28GrResourceHandle\2c\20int\2c\20float\20const*\29\20const +7822:GrGLProgramDataManager::set2fv\28GrResourceHandle\2c\20int\2c\20float\20const*\29\20const +7823:GrGLProgramBuilder::uniformHandler\28\29 +7824:GrGLProgramBuilder::compileAndAttachShaders\28SkSL::NativeShader\20const&\2c\20unsigned\20int\2c\20unsigned\20int\2c\20SkTDArray*\2c\20bool\2c\20skgpu::ShaderErrorHandler*\29 +7825:GrGLProgramBuilder::PrecompileProgram\28GrDirectContext*\2c\20GrGLPrecompiledProgram*\2c\20SkData\20const&\29::$_0::operator\28\29\28SkSL::ProgramKind\2c\20std::__2::basic_string\2c\20std::__2::allocator>\20const&\2c\20unsigned\20int\29\20const +7826:GrGLProgramBuilder::CreateProgram\28GrDirectContext*\2c\20GrProgramDesc\20const&\2c\20GrProgramInfo\20const&\2c\20GrGLPrecompiledProgram\20const*\29 +7827:GrGLProgram::~GrGLProgram\28\29 +7828:GrGLInterfaces::MakeWebGL\28\29 +7829:GrGLInterface::~GrGLInterface\28\29 +7830:GrGLGpu::~GrGLGpu\28\29 +7831:GrGLGpu::waitSemaphore\28GrSemaphore*\29 +7832:GrGLGpu::uploadTexData\28SkISize\2c\20unsigned\20int\2c\20SkIRect\2c\20unsigned\20int\2c\20unsigned\20int\2c\20unsigned\20long\2c\20GrMipLevel\20const*\2c\20int\29 +7833:GrGLGpu::uploadCompressedTexData\28SkTextureCompressionType\2c\20GrGLFormat\2c\20SkISize\2c\20skgpu::Mipmapped\2c\20unsigned\20int\2c\20void\20const*\2c\20unsigned\20long\29 +7834:GrGLGpu::uploadColorToTex\28GrGLFormat\2c\20SkISize\2c\20unsigned\20int\2c\20std::__2::array\2c\20unsigned\20int\29 +7835:GrGLGpu::readOrTransferPixelsFrom\28GrSurface*\2c\20SkIRect\2c\20GrColorType\2c\20GrColorType\2c\20void*\2c\20int\29 +7836:GrGLGpu::onFBOChanged\28\29 +7837:GrGLGpu::getTimerQueryResult\28unsigned\20int\29 +7838:GrGLGpu::getCompatibleStencilIndex\28GrGLFormat\29 +7839:GrGLGpu::flushWireframeState\28bool\29 +7840:GrGLGpu::flushScissorRect\28SkIRect\20const&\2c\20int\2c\20GrSurfaceOrigin\29 +7841:GrGLGpu::flushProgram\28unsigned\20int\29 +7842:GrGLGpu::flushProgram\28sk_sp\29 +7843:GrGLGpu::flushFramebufferSRGB\28bool\29 +7844:GrGLGpu::flushConservativeRasterState\28bool\29 +7845:GrGLGpu::createRenderTargetObjects\28GrGLTexture::Desc\20const&\2c\20int\2c\20GrGLRenderTarget::IDs*\29 +7846:GrGLGpu::createCompressedTexture2D\28SkISize\2c\20SkTextureCompressionType\2c\20GrGLFormat\2c\20skgpu::Mipmapped\2c\20skgpu::Protected\2c\20GrGLTextureParameters::SamplerOverriddenState*\29 +7847:GrGLGpu::bindVertexArray\28unsigned\20int\29 +7848:GrGLGpu::TextureUnitBindings::setBoundID\28unsigned\20int\2c\20GrGpuResource::UniqueID\29 +7849:GrGLGpu::TextureUnitBindings::invalidateAllTargets\28bool\29 +7850:GrGLGpu::TextureToCopyProgramIdx\28GrTexture*\29 +7851:GrGLGpu::ProgramCache::~ProgramCache\28\29 +7852:GrGLGpu::ProgramCache::findOrCreateProgramImpl\28GrDirectContext*\2c\20GrProgramDesc\20const&\2c\20GrProgramInfo\20const&\2c\20GrThreadSafePipelineBuilder::Stats::ProgramCacheResult*\29 +7853:GrGLGpu::HWVertexArrayState::invalidate\28\29 +7854:GrGLFunction::GrGLFunction\28void\20\28*\29\28unsigned\20int\2c\20int\2c\20int\2c\20int\2c\20int\2c\20int\2c\20unsigned\20int\2c\20unsigned\20int\2c\20void\20const*\29\29::'lambda'\28void\20const*\2c\20unsigned\20int\2c\20int\2c\20int\2c\20int\2c\20int\2c\20int\2c\20unsigned\20int\2c\20unsigned\20int\2c\20void\20const*\29::__invoke\28void\20const*\2c\20unsigned\20int\2c\20int\2c\20int\2c\20int\2c\20int\2c\20int\2c\20unsigned\20int\2c\20unsigned\20int\2c\20void\20const*\29 +7855:GrGLFunction::GrGLFunction\28void\20\28*\29\28int\2c\20float\29\29::'lambda'\28void\20const*\2c\20int\2c\20float\29::__invoke\28void\20const*\2c\20int\2c\20float\29 +7856:GrGLFinishCallbacks::check\28\29 +7857:GrGLContext::~GrGLContext\28\29_12633 +7858:GrGLCaps::~GrGLCaps\28\29 +7859:GrGLCaps::getTexSubImageExternalFormatAndType\28GrGLFormat\2c\20GrColorType\2c\20GrColorType\2c\20unsigned\20int*\2c\20unsigned\20int*\29\20const +7860:GrGLCaps::getExternalFormat\28GrGLFormat\2c\20GrColorType\2c\20GrColorType\2c\20GrGLCaps::ExternalFormatUsage\2c\20unsigned\20int*\2c\20unsigned\20int*\29\20const +7861:GrGLCaps::canCopyTexSubImage\28GrGLFormat\2c\20bool\2c\20GrTextureType\20const*\2c\20GrGLFormat\2c\20bool\2c\20GrTextureType\20const*\29\20const +7862:GrGLCaps::canCopyAsBlit\28GrGLFormat\2c\20int\2c\20GrTextureType\20const*\2c\20GrGLFormat\2c\20int\2c\20GrTextureType\20const*\2c\20SkRect\20const&\2c\20bool\2c\20SkIRect\20const&\2c\20SkIRect\20const&\29\20const +7863:GrGLBuffer::~GrGLBuffer\28\29_12572 +7864:GrGLAttribArrayState::resize\28int\29 +7865:GrGLAttribArrayState::GrGLAttribArrayState\28int\29 +7866:GrFragmentProcessors::MakeChildFP\28SkRuntimeEffect::ChildPtr\20const&\2c\20GrFPArgs\20const&\29 +7867:GrFragmentProcessor::SwizzleOutput\28std::__2::unique_ptr>\2c\20skgpu::Swizzle\20const&\29::SwizzleFragmentProcessor::Make\28std::__2::unique_ptr>\2c\20skgpu::Swizzle\20const&\29 +7868:GrFragmentProcessor::SurfaceColor\28\29::SurfaceColorProcessor::Make\28\29 +7869:GrFragmentProcessor::HighPrecision\28std::__2::unique_ptr>\29::HighPrecisionFragmentProcessor::Make\28std::__2::unique_ptr>\29 +7870:GrFragmentProcessor::DeviceSpace\28std::__2::unique_ptr>\29::DeviceSpace::DeviceSpace\28std::__2::unique_ptr>\29 +7871:GrFragmentProcessor::Compose\28std::__2::unique_ptr>\2c\20std::__2::unique_ptr>\29::ComposeProcessor::Make\28std::__2::unique_ptr>\2c\20std::__2::unique_ptr>\29 +7872:GrFragmentProcessor::Compose\28std::__2::unique_ptr>\2c\20std::__2::unique_ptr>\29 +7873:GrFragmentProcessor::ClampOutput\28std::__2::unique_ptr>\29 +7874:GrFixedClip::preApply\28SkRect\20const&\2c\20GrAA\29\20const +7875:GrFixedClip::apply\28GrAppliedHardClip*\2c\20SkIRect*\29\20const +7876:GrEagerDynamicVertexAllocator::unlock\28int\29 +7877:GrDynamicAtlas::~GrDynamicAtlas\28\29 +7878:GrDynamicAtlas::Node::addRect\28int\2c\20int\2c\20SkIPoint16*\29 +7879:GrDrawingManager::closeAllTasks\28\29 +7880:GrDrawOpAtlas::uploadToPage\28unsigned\20int\2c\20GrDeferredUploadTarget*\2c\20int\2c\20int\2c\20void\20const*\2c\20skgpu::AtlasLocator*\29 +7881:GrDrawOpAtlas::updatePlot\28GrDeferredUploadTarget*\2c\20skgpu::AtlasLocator*\2c\20skgpu::Plot*\29 +7882:GrDrawOpAtlas::setLastUseToken\28skgpu::AtlasLocator\20const&\2c\20skgpu::Token\29 +7883:GrDrawOpAtlas::processEviction\28skgpu::PlotLocator\29 +7884:GrDrawOpAtlas::hasID\28skgpu::PlotLocator\20const&\29 +7885:GrDrawOpAtlas::compact\28skgpu::Token\29 +7886:GrDrawOpAtlas::addToAtlas\28GrResourceProvider*\2c\20GrDeferredUploadTarget*\2c\20int\2c\20int\2c\20void\20const*\2c\20skgpu::AtlasLocator*\29 +7887:GrDrawOpAtlas::Make\28GrProxyProvider*\2c\20GrBackendFormat\20const&\2c\20SkColorType\2c\20unsigned\20long\2c\20int\2c\20int\2c\20int\2c\20int\2c\20skgpu::AtlasGenerationCounter*\2c\20GrDrawOpAtlas::AllowMultitexturing\2c\20skgpu::PlotEvictionCallback*\2c\20std::__2::basic_string_view>\29 +7888:GrDrawIndirectBufferAllocPool::putBack\28int\29 +7889:GrDrawIndirectBufferAllocPool::putBackIndexed\28int\29 +7890:GrDrawIndirectBufferAllocPool::makeSpace\28int\2c\20sk_sp*\2c\20unsigned\20long*\29 +7891:GrDrawIndirectBufferAllocPool::makeIndexedSpace\28int\2c\20sk_sp*\2c\20unsigned\20long*\29 +7892:GrDistanceFieldPathGeoProc::~GrDistanceFieldPathGeoProc\28\29 +7893:GrDistanceFieldLCDTextGeoProc::~GrDistanceFieldLCDTextGeoProc\28\29 +7894:GrDistanceFieldA8TextGeoProc::~GrDistanceFieldA8TextGeoProc\28\29 +7895:GrDistanceFieldA8TextGeoProc::onTextureSampler\28int\29\20const +7896:GrDisableColorXPFactory::MakeXferProcessor\28\29 +7897:GrDirectContextPriv::validPMUPMConversionExists\28\29 +7898:GrDirectContext::~GrDirectContext\28\29 +7899:GrDirectContext::syncAllOutstandingGpuWork\28bool\29 +7900:GrDirectContext::submit\28GrSyncCpu\29 +7901:GrDirectContext::flush\28SkSurface*\29 +7902:GrDirectContext::abandoned\28\29 +7903:GrDeferredProxyUploader::signalAndFreeData\28\29 +7904:GrDeferredProxyUploader::GrDeferredProxyUploader\28\29 +7905:GrCopyRenderTask::~GrCopyRenderTask\28\29 +7906:GrCopyRenderTask::onIsUsed\28GrSurfaceProxy*\29\20const +7907:GrCopyBaseMipMapToView\28GrRecordingContext*\2c\20GrSurfaceProxyView\2c\20skgpu::Budgeted\29 +7908:GrCopyBaseMipMapToTextureProxy\28GrRecordingContext*\2c\20sk_sp\2c\20GrSurfaceOrigin\2c\20std::__2::basic_string_view>\2c\20skgpu::Budgeted\29 +7909:GrContext_Base::~GrContext_Base\28\29_9615 +7910:GrContextThreadSafeProxy::~GrContextThreadSafeProxy\28\29 +7911:GrColorSpaceXformEffect::~GrColorSpaceXformEffect\28\29 +7912:GrColorInfo::makeColorType\28GrColorType\29\20const +7913:GrColorInfo::isLinearlyBlended\28\29\20const +7914:GrColorFragmentProcessorAnalysis::GrColorFragmentProcessorAnalysis\28GrProcessorAnalysisColor\20const&\2c\20std::__2::unique_ptr>\20const*\2c\20int\29 +7915:GrCaps::~GrCaps\28\29 +7916:GrCaps::surfaceSupportsWritePixels\28GrSurface\20const*\29\20const +7917:GrCaps::getDstSampleFlagsForProxy\28GrRenderTargetProxy\20const*\2c\20bool\29\20const +7918:GrCPixmap::GrCPixmap\28GrPixmap\20const&\29 +7919:GrBufferAllocPool::resetCpuData\28unsigned\20long\29 +7920:GrBufferAllocPool::makeSpaceAtLeast\28unsigned\20long\2c\20unsigned\20long\2c\20unsigned\20long\2c\20sk_sp*\2c\20unsigned\20long*\2c\20unsigned\20long*\29 +7921:GrBufferAllocPool::flushCpuData\28GrBufferAllocPool::BufferBlock\20const&\2c\20unsigned\20long\29 +7922:GrBufferAllocPool::destroyBlock\28\29 +7923:GrBufferAllocPool::deleteBlocks\28\29 +7924:GrBufferAllocPool::createBlock\28unsigned\20long\29 +7925:GrBufferAllocPool::CpuBufferCache::makeBuffer\28unsigned\20long\2c\20bool\29 +7926:GrBlurUtils::mask_release_proc\28void*\2c\20void*\29 +7927:GrBlurUtils::draw_shape_with_mask_filter\28GrRecordingContext*\2c\20skgpu::ganesh::SurfaceDrawContext*\2c\20GrClip\20const*\2c\20GrPaint&&\2c\20SkMatrix\20const&\2c\20SkMaskFilterBase\20const*\2c\20GrStyledShape\20const&\29 +7928:GrBlurUtils::draw_mask\28skgpu::ganesh::SurfaceDrawContext*\2c\20GrClip\20const*\2c\20SkMatrix\20const&\2c\20SkIRect\20const&\2c\20GrPaint&&\2c\20GrSurfaceProxyView\29 +7929:GrBlurUtils::create_data\28SkIRect\20const&\2c\20SkIRect\20const&\29 +7930:GrBlurUtils::convolve_gaussian_1d\28skgpu::ganesh::SurfaceFillContext*\2c\20GrSurfaceProxyView\2c\20SkIRect\20const&\2c\20SkIPoint\2c\20SkIRect\20const&\2c\20SkAlphaType\2c\20GrBlurUtils::\28anonymous\20namespace\29::Direction\2c\20int\2c\20float\2c\20SkTileMode\29 +7931:GrBlurUtils::convolve_gaussian\28GrRecordingContext*\2c\20GrSurfaceProxyView\2c\20GrColorType\2c\20SkAlphaType\2c\20SkIRect\2c\20SkIRect\2c\20GrBlurUtils::\28anonymous\20namespace\29::Direction\2c\20int\2c\20float\2c\20SkTileMode\2c\20sk_sp\2c\20SkBackingFit\29 +7932:GrBlurUtils::clip_bounds_quick_reject\28SkIRect\20const&\2c\20SkIRect\20const&\29 +7933:GrBlurUtils::\28anonymous\20namespace\29::make_texture_effect\28GrCaps\20const*\2c\20GrSurfaceProxyView\2c\20SkAlphaType\2c\20GrSamplerState\20const&\2c\20SkIRect\20const&\2c\20SkIRect\20const&\2c\20SkISize\20const&\29 +7934:GrBlurUtils::MakeRectBlur\28GrRecordingContext*\2c\20GrShaderCaps\20const&\2c\20SkRect\20const&\2c\20std::__2::optional\20const&\2c\20SkMatrix\20const&\2c\20float\29 +7935:GrBlurUtils::MakeRRectBlur\28GrRecordingContext*\2c\20float\2c\20float\2c\20SkRRect\20const&\2c\20SkRRect\20const&\29 +7936:GrBlurUtils::MakeCircleBlur\28GrRecordingContext*\2c\20SkRect\20const&\2c\20float\29 +7937:GrBitmapTextGeoProc::~GrBitmapTextGeoProc\28\29 +7938:GrBitmapTextGeoProc::addNewViews\28GrSurfaceProxyView\20const*\2c\20int\2c\20GrSamplerState\29 +7939:GrBitmapTextGeoProc::Make\28SkArenaAlloc*\2c\20GrShaderCaps\20const&\2c\20SkRGBA4f<\28SkAlphaType\292>\20const&\2c\20bool\2c\20sk_sp\2c\20GrSurfaceProxyView\20const*\2c\20int\2c\20GrSamplerState\2c\20skgpu::MaskFormat\2c\20SkMatrix\20const&\2c\20bool\29 +7940:GrBicubicEffect::Make\28GrSurfaceProxyView\2c\20SkAlphaType\2c\20SkMatrix\20const&\2c\20GrSamplerState::WrapMode\2c\20GrSamplerState::WrapMode\2c\20SkCubicResampler\2c\20GrBicubicEffect::Direction\2c\20GrCaps\20const&\29 +7941:GrBicubicEffect::MakeSubset\28GrSurfaceProxyView\2c\20SkAlphaType\2c\20SkMatrix\20const&\2c\20GrSamplerState::WrapMode\2c\20GrSamplerState::WrapMode\2c\20SkRect\20const&\2c\20SkRect\20const&\2c\20SkCubicResampler\2c\20GrBicubicEffect::Direction\2c\20GrCaps\20const&\29 +7942:GrBackendTexture::operator=\28GrBackendTexture\20const&\29 +7943:GrBackendTexture::GrBackendTexture\28int\2c\20int\2c\20std::__2::basic_string_view>\2c\20skgpu::Mipmapped\2c\20GrBackendApi\2c\20GrTextureType\2c\20GrGLBackendTextureData\20const&\29 +7944:GrBackendRenderTarget::isProtected\28\29\20const +7945:GrBackendFormatBytesPerBlock\28GrBackendFormat\20const&\29 +7946:GrBackendFormat::operator!=\28GrBackendFormat\20const&\29\20const +7947:GrBackendFormat::makeTexture2D\28\29\20const +7948:GrAuditTrail::opsCombined\28GrOp\20const*\2c\20GrOp\20const*\29 +7949:GrAttachment::ComputeSharedAttachmentUniqueKey\28GrCaps\20const&\2c\20GrBackendFormat\20const&\2c\20SkISize\2c\20GrAttachment::UsageFlags\2c\20int\2c\20skgpu::Mipmapped\2c\20skgpu::Protected\2c\20GrMemoryless\2c\20skgpu::UniqueKey*\29 +7950:GrAttachment::ComputeScratchKey\28GrCaps\20const&\2c\20GrBackendFormat\20const&\2c\20SkISize\2c\20GrAttachment::UsageFlags\2c\20int\2c\20skgpu::Mipmapped\2c\20skgpu::Protected\2c\20GrMemoryless\2c\20skgpu::ScratchKey*\29 +7951:GrAtlasManager::~GrAtlasManager\28\29 +7952:GrAtlasManager::getViews\28skgpu::MaskFormat\2c\20unsigned\20int*\29 +7953:GrAtlasManager::atlasGeneration\28skgpu::MaskFormat\29\20const +7954:GrAppliedClip::visitProxies\28std::__2::function\20const&\29\20const +7955:GrAppliedClip::addCoverageFP\28std::__2::unique_ptr>\29 +7956:GrAATriangulator::makeEvent\28GrAATriangulator::SSEdge*\2c\20GrTriangulator::Vertex*\2c\20GrAATriangulator::SSEdge*\2c\20GrTriangulator::Vertex*\2c\20GrAATriangulator::EventList*\2c\20GrTriangulator::Comparator\20const&\29\20const +7957:GrAATriangulator::connectPartners\28GrTriangulator::VertexList*\2c\20GrTriangulator::Comparator\20const&\29 +7958:GrAATriangulator::collapseOverlapRegions\28GrTriangulator::VertexList*\2c\20GrTriangulator::Comparator\20const&\2c\20GrAATriangulator::EventComparator\29 +7959:GrAATriangulator::Event*\20SkArenaAlloc::make\28GrAATriangulator::SSEdge*&\2c\20SkPoint&\2c\20unsigned\20char&\29 +7960:GrAAConvexTessellator::~GrAAConvexTessellator\28\29 +7961:GrAAConvexTessellator::quadTo\28SkPoint\20const*\29 +7962:GrAAConvexTessellator::fanRing\28GrAAConvexTessellator::Ring\20const&\29 +7963:GetShortIns +7964:FontMgrRunIterator::~FontMgrRunIterator\28\29 +7965:FontMgrRunIterator::endOfCurrentRun\28\29\20const +7966:FontMgrRunIterator::atEnd\28\29\20const +7967:FindSortableTop\28SkOpContourHead*\29 +7968:FT_Vector_NormLen +7969:FT_Sfnt_Table_Info +7970:FT_Select_Size +7971:FT_Render_Glyph +7972:FT_Remove_Module +7973:FT_Outline_Get_Orientation +7974:FT_Outline_EmboldenXY +7975:FT_Outline_Decompose +7976:FT_Open_Face +7977:FT_New_Library +7978:FT_New_GlyphSlot +7979:FT_Match_Size +7980:FT_GlyphLoader_Reset +7981:FT_GlyphLoader_Prepare +7982:FT_GlyphLoader_CheckSubGlyphs +7983:FT_Get_Var_Design_Coordinates +7984:FT_Get_Postscript_Name +7985:FT_Get_Paint_Layers +7986:FT_Get_PS_Font_Info +7987:FT_Get_Glyph_Name +7988:FT_Get_FSType_Flags +7989:FT_Get_Color_Glyph_ClipBox +7990:FT_Done_Size +7991:FT_Done_Library +7992:FT_Bitmap_Done +7993:FT_Bitmap_Convert +7994:FT_Add_Default_Modules +7995:EllipticalRRectOp::~EllipticalRRectOp\28\29_11881 +7996:EllipticalRRectOp::onCreateProgramInfo\28GrCaps\20const*\2c\20SkArenaAlloc*\2c\20GrSurfaceProxyView\20const&\2c\20bool\2c\20GrAppliedClip&&\2c\20GrDstProxyView\20const&\2c\20GrXferBarrierFlags\2c\20GrLoadOp\29 +7997:EllipticalRRectOp::EllipticalRRectOp\28GrProcessorSet*\2c\20SkRGBA4f<\28SkAlphaType\292>\20const&\2c\20SkMatrix\20const&\2c\20SkRect\20const&\2c\20float\2c\20float\2c\20SkPoint\2c\20bool\29 +7998:EllipseOp::EllipseOp\28GrProcessorSet*\2c\20SkRGBA4f<\28SkAlphaType\292>\20const&\2c\20SkMatrix\20const&\2c\20EllipseOp::DeviceSpaceParams\20const&\2c\20SkStrokeRec\20const&\29 +7999:EllipseGeometryProcessor::Impl::setData\28GrGLSLProgramDataManager\20const&\2c\20GrShaderCaps\20const&\2c\20GrGeometryProcessor\20const&\29 +8000:Dot2AngleType\28float\29 +8001:DecodeVarLenUint8 +8002:DecodeContextMap +8003:DIEllipseOp::~DIEllipseOp\28\29 +8004:DIEllipseOp::DIEllipseOp\28GrProcessorSet*\2c\20SkRGBA4f<\28SkAlphaType\292>\20const&\2c\20DIEllipseOp::DeviceSpaceParams\20const&\2c\20SkMatrix\20const&\29 +8005:CustomXP::makeProgramImpl\28\29\20const::Impl::onSetData\28GrGLSLProgramDataManager\20const&\2c\20GrXferProcessor\20const&\29 +8006:CustomXP::makeProgramImpl\28\29\20const::Impl::emitBlendCodeForDstRead\28GrGLSLXPFragmentBuilder*\2c\20GrGLSLUniformHandler*\2c\20char\20const*\2c\20char\20const*\2c\20char\20const*\2c\20char\20const*\2c\20char\20const*\2c\20GrXferProcessor\20const&\29 +8007:Cr_z_inflateReset2 +8008:Cr_z_inflateReset +8009:CoverageSetOpXP::onIsEqual\28GrXferProcessor\20const&\29\20const +8010:Convexicator::close\28\29 +8011:Convexicator::addVec\28SkPoint\20const&\29 +8012:Convexicator::addPt\28SkPoint\20const&\29 +8013:ContourIter::next\28\29 +8014:CircularRRectOp::~CircularRRectOp\28\29_11858 +8015:CircularRRectOp::CircularRRectOp\28GrProcessorSet*\2c\20SkRGBA4f<\28SkAlphaType\292>\20const&\2c\20SkMatrix\20const&\2c\20SkRect\20const&\2c\20float\2c\20float\2c\20bool\29 +8016:CircleOp::~CircleOp\28\29 +8017:CircleOp::Make\28GrRecordingContext*\2c\20GrPaint&&\2c\20SkMatrix\20const&\2c\20SkPoint\2c\20float\2c\20GrStyle\20const&\2c\20CircleOp::ArcParams\20const*\29 +8018:CircleOp::CircleOp\28GrProcessorSet*\2c\20SkRGBA4f<\28SkAlphaType\292>\20const&\2c\20SkMatrix\20const&\2c\20SkPoint\2c\20float\2c\20GrStyle\20const&\2c\20CircleOp::ArcParams\20const*\29 +8019:CircleGeometryProcessor::Make\28SkArenaAlloc*\2c\20bool\2c\20bool\2c\20bool\2c\20bool\2c\20bool\2c\20bool\2c\20SkMatrix\20const&\29 +8020:CircleGeometryProcessor::Impl::setData\28GrGLSLProgramDataManager\20const&\2c\20GrShaderCaps\20const&\2c\20GrGeometryProcessor\20const&\29 +8021:CFF::dict_interpreter_t\2c\20CFF::interp_env_t>::interpret\28CFF::cff1_private_dict_values_base_t&\29 +8022:CFF::cs_opset_t\2c\20cff2_path_param_t\2c\20cff2_path_procs_path_t>::process_op\28unsigned\20int\2c\20CFF::cff2_cs_interp_env_t&\2c\20cff2_path_param_t&\29 +8023:CFF::cff_stack_t::cff_stack_t\28\29 +8024:CFF::cff2_cs_interp_env_t::process_vsindex\28\29 +8025:CFF::cff2_cs_interp_env_t::process_blend\28\29 +8026:CFF::cff2_cs_interp_env_t::fetch_op\28\29 +8027:CFF::cff2_cs_interp_env_t::cff2_cs_interp_env_t\28hb_array_t\20const&\2c\20OT::cff2::accelerator_t\20const&\2c\20unsigned\20int\2c\20int\20const*\2c\20unsigned\20int\29 +8028:CFF::cff2_cs_interp_env_t::blend_deltas\28hb_array_t\29\20const +8029:CFF::cff1_top_dict_values_t::init\28\29 +8030:CFF::cff1_cs_interp_env_t::cff1_cs_interp_env_t\28hb_array_t\20const&\2c\20OT::cff1::accelerator_t\20const&\2c\20unsigned\20int\2c\20int\20const*\2c\20unsigned\20int\29 +8031:CFF::biased_subrs_t>>::init\28CFF::Subrs>\20const*\29 +8032:CFF::biased_subrs_t>>::init\28CFF::Subrs>\20const*\29 +8033:CFF::Subrs>\20const&\20CFF::StructAtOffsetOrNull>>\28void\20const*\2c\20int\2c\20hb_sanitize_context_t&\29 +8034:CFF::FDSelect::get_fd\28unsigned\20int\29\20const +8035:CFF::FDSelect3_4\2c\20OT::IntType>::sentinel\28\29\20const +8036:CFF::FDSelect3_4\2c\20OT::IntType>::sanitize\28hb_sanitize_context_t*\2c\20unsigned\20int\29\20const +8037:CFF::FDSelect3_4\2c\20OT::IntType>::get_fd\28unsigned\20int\29\20const +8038:CFF::FDSelect0::sanitize\28hb_sanitize_context_t*\2c\20unsigned\20int\29\20const +8039:CFF::Charset::get_glyph\28unsigned\20int\2c\20unsigned\20int\29\20const +8040:CFF::CFF2FDSelect::get_fd\28unsigned\20int\29\20const +8041:ButtCapDashedCircleOp::ButtCapDashedCircleOp\28GrProcessorSet*\2c\20SkRGBA4f<\28SkAlphaType\292>\20const&\2c\20SkMatrix\20const&\2c\20SkPoint\2c\20float\2c\20float\2c\20float\2c\20float\2c\20float\2c\20float\29 +8042:BrotliTransformDictionaryWord +8043:BrotliEnsureRingBuffer +8044:BrotliDecoderStateCleanupAfterMetablock +8045:BlockIndexIterator::Last\28SkBlockAllocator::Block\20const*\29\2c\20&SkTBlockList::First\28SkBlockAllocator::Block\20const*\29\2c\20&SkTBlockList::Decrement\28SkBlockAllocator::Block\20const*\2c\20int\29\2c\20&SkTBlockList::GetItem\28SkBlockAllocator::Block\20const*\2c\20int\29>::begin\28\29\20const +8046:BlockIndexIterator::First\28SkBlockAllocator::Block\20const*\29\2c\20&SkTBlockList::Last\28SkBlockAllocator::Block\20const*\29\2c\20&SkTBlockList::Increment\28SkBlockAllocator::Block\20const*\2c\20int\29\2c\20&SkTBlockList::GetItem\28SkBlockAllocator::Block\20const*\2c\20int\29>::Item::operator++\28\29 +8047:AutoRestoreInverseness::~AutoRestoreInverseness\28\29 +8048:AutoRestoreInverseness::AutoRestoreInverseness\28GrShape*\2c\20GrStyle\20const&\29 +8049:AutoLayerForImageFilter::~AutoLayerForImageFilter\28\29 +8050:AutoLayerForImageFilter::operator=\28AutoLayerForImageFilter&&\29 +8051:AutoLayerForImageFilter::addMaskFilterLayer\28SkRect\20const*\29 +8052:AutoLayerForImageFilter::addLayer\28SkPaint\20const&\2c\20SkRect\20const*\2c\20bool\29 +8053:AngleWinding\28SkOpSpanBase*\2c\20SkOpSpanBase*\2c\20int*\2c\20bool*\29 +8054:AddIntersectTs\28SkOpContour*\2c\20SkOpContour*\2c\20SkOpCoincidence*\29 +8055:ActiveEdgeList::replace\28SkPoint\20const&\2c\20SkPoint\20const&\2c\20SkPoint\20const&\2c\20unsigned\20short\2c\20unsigned\20short\2c\20unsigned\20short\29 +8056:ActiveEdgeList::remove\28SkPoint\20const&\2c\20SkPoint\20const&\2c\20unsigned\20short\2c\20unsigned\20short\29 +8057:ActiveEdgeList::insert\28SkPoint\20const&\2c\20SkPoint\20const&\2c\20unsigned\20short\2c\20unsigned\20short\29 +8058:ActiveEdgeList::allocate\28SkPoint\20const&\2c\20SkPoint\20const&\2c\20unsigned\20short\2c\20unsigned\20short\29 +8059:AAT::trak::sanitize\28hb_sanitize_context_t*\29\20const +8060:AAT::mortmorx::sanitize\28hb_sanitize_context_t*\29\20const +8061:AAT::mortmorx::sanitize\28hb_sanitize_context_t*\29\20const +8062:AAT::ltag::sanitize\28hb_sanitize_context_t*\29\20const +8063:AAT::ltag::get_language\28unsigned\20int\29\20const +8064:AAT::kern_subtable_accelerator_data_t::~kern_subtable_accelerator_data_t\28\29 +8065:AAT::kern_subtable_accelerator_data_t::kern_subtable_accelerator_data_t\28\29 +8066:AAT::kern_accelerator_data_t::operator=\28AAT::kern_accelerator_data_t&&\29 +8067:AAT::hb_aat_apply_context_t::return_t\20AAT::ChainSubtable::dispatch\28AAT::hb_aat_apply_context_t*\29\20const +8068:AAT::hb_aat_apply_context_t::return_t\20AAT::ChainSubtable::dispatch\28AAT::hb_aat_apply_context_t*\29\20const +8069:AAT::hb_aat_apply_context_t::replace_glyph\28unsigned\20int\29 +8070:AAT::feat::sanitize\28hb_sanitize_context_t*\29\20const +8071:AAT::ankr::sanitize\28hb_sanitize_context_t*\29\20const +8072:AAT::ankr::get_anchor\28unsigned\20int\2c\20unsigned\20int\2c\20unsigned\20int\29\20const +8073:AAT::TrackData::get_tracking\28void\20const*\2c\20float\2c\20float\29\20const +8074:AAT::Lookup>::get_value_or_null\28unsigned\20int\2c\20unsigned\20int\29\20const +8075:AAT::Lookup>::get_value\28unsigned\20int\2c\20unsigned\20int\29\20const +8076:AAT::Lookup>::get_value_or_null\28unsigned\20int\2c\20unsigned\20int\29\20const +8077:AAT::KerxTable::sanitize\28hb_sanitize_context_t*\29\20const +8078:AAT::KernPair\20const*\20hb_sorted_array_t::bsearch\28AAT::hb_glyph_pair_t\20const&\2c\20AAT::KernPair\20const*\29 +8079:AAT::KernPair\20const&\20OT::SortedArrayOf>>::bsearch\28AAT::hb_glyph_pair_t\20const&\2c\20AAT::KernPair\20const&\29\20const +8080:7867 +8081:7868 +8082:7869 +8083:7870 +8084:7871 +8085:7872 +8086:7873 +8087:7874 +8088:7875 +8089:7876 +8090:7877 +8091:7878 +8092:7879 +8093:7880 +8094:7881 +8095:7882 +8096:7883 +8097:7884 +8098:7885 +8099:7886 +8100:7887 +8101:7888 +8102:7889 +8103:7890 +8104:7891 +8105:7892 +8106:7893 +8107:7894 +8108:7895 +8109:7896 +8110:7897 +8111:7898 +8112:7899 +8113:7900 +8114:7901 +8115:7902 +8116:7903 +8117:7904 +8118:7905 +8119:7906 +8120:7907 +8121:7908 +8122:7909 +8123:7910 +8124:7911 +8125:7912 +8126:7913 +8127:7914 +8128:7915 +8129:7916 +8130:7917 +8131:7918 +8132:7919 +8133:7920 +8134:7921 +8135:7922 +8136:7923 +8137:7924 +8138:7925 +8139:7926 +8140:7927 +8141:7928 +8142:7929 +8143:7930 +8144:7931 +8145:7932 +8146:7933 +8147:7934 +8148:7935 +8149:7936 +8150:7937 +8151:7938 +8152:7939 +8153:7940 +8154:7941 +8155:7942 +8156:7943 +8157:7944 +8158:7945 +8159:7946 +8160:7947 +8161:7948 +8162:7949 +8163:7950 +8164:7951 +8165:7952 +8166:7953 +8167:7954 +8168:7955 +8169:7956 +8170:7957 +8171:7958 +8172:7959 +8173:7960 +8174:7961 +8175:7962 +8176:7963 +8177:7964 +8178:xyzd50_to_hcl\28SkRGBA4f<\28SkAlphaType\292>\2c\20bool*\29 +8179:void\20mergeT\28void\20const*\2c\20int\2c\20unsigned\20char\20const*\2c\20int\2c\20void*\29 +8180:void\20mergeT\28void\20const*\2c\20int\2c\20unsigned\20char\20const*\2c\20int\2c\20void*\29 +8181:void\20\28anonymous\20namespace\29::downsample_3_3<\28anonymous\20namespace\29::ColorTypeFilter_RGBA_F16>\28void*\2c\20void\20const*\2c\20unsigned\20long\2c\20int\29 +8182:void\20\28anonymous\20namespace\29::downsample_3_3<\28anonymous\20namespace\29::ColorTypeFilter_F16F16>\28void*\2c\20void\20const*\2c\20unsigned\20long\2c\20int\29 +8183:void\20\28anonymous\20namespace\29::downsample_3_3<\28anonymous\20namespace\29::ColorTypeFilter_Alpha_F16>\28void*\2c\20void\20const*\2c\20unsigned\20long\2c\20int\29 +8184:void\20\28anonymous\20namespace\29::downsample_3_3<\28anonymous\20namespace\29::ColorTypeFilter_8>\28void*\2c\20void\20const*\2c\20unsigned\20long\2c\20int\29 +8185:void\20\28anonymous\20namespace\29::downsample_3_3<\28anonymous\20namespace\29::ColorTypeFilter_88>\28void*\2c\20void\20const*\2c\20unsigned\20long\2c\20int\29 +8186:void\20\28anonymous\20namespace\29::downsample_3_3<\28anonymous\20namespace\29::ColorTypeFilter_8888>\28void*\2c\20void\20const*\2c\20unsigned\20long\2c\20int\29 +8187:void\20\28anonymous\20namespace\29::downsample_3_3<\28anonymous\20namespace\29::ColorTypeFilter_565>\28void*\2c\20void\20const*\2c\20unsigned\20long\2c\20int\29 +8188:void\20\28anonymous\20namespace\29::downsample_3_3<\28anonymous\20namespace\29::ColorTypeFilter_4444>\28void*\2c\20void\20const*\2c\20unsigned\20long\2c\20int\29 +8189:void\20\28anonymous\20namespace\29::downsample_3_3<\28anonymous\20namespace\29::ColorTypeFilter_16>\28void*\2c\20void\20const*\2c\20unsigned\20long\2c\20int\29 +8190:void\20\28anonymous\20namespace\29::downsample_3_3<\28anonymous\20namespace\29::ColorTypeFilter_1616>\28void*\2c\20void\20const*\2c\20unsigned\20long\2c\20int\29 +8191:void\20\28anonymous\20namespace\29::downsample_3_3<\28anonymous\20namespace\29::ColorTypeFilter_16161616>\28void*\2c\20void\20const*\2c\20unsigned\20long\2c\20int\29 +8192:void\20\28anonymous\20namespace\29::downsample_3_3<\28anonymous\20namespace\29::ColorTypeFilter_1010102>\28void*\2c\20void\20const*\2c\20unsigned\20long\2c\20int\29 +8193:void\20\28anonymous\20namespace\29::downsample_3_2<\28anonymous\20namespace\29::ColorTypeFilter_RGBA_F16>\28void*\2c\20void\20const*\2c\20unsigned\20long\2c\20int\29 +8194:void\20\28anonymous\20namespace\29::downsample_3_2<\28anonymous\20namespace\29::ColorTypeFilter_F16F16>\28void*\2c\20void\20const*\2c\20unsigned\20long\2c\20int\29 +8195:void\20\28anonymous\20namespace\29::downsample_3_2<\28anonymous\20namespace\29::ColorTypeFilter_Alpha_F16>\28void*\2c\20void\20const*\2c\20unsigned\20long\2c\20int\29 +8196:void\20\28anonymous\20namespace\29::downsample_3_2<\28anonymous\20namespace\29::ColorTypeFilter_8>\28void*\2c\20void\20const*\2c\20unsigned\20long\2c\20int\29 +8197:void\20\28anonymous\20namespace\29::downsample_3_2<\28anonymous\20namespace\29::ColorTypeFilter_88>\28void*\2c\20void\20const*\2c\20unsigned\20long\2c\20int\29 +8198:void\20\28anonymous\20namespace\29::downsample_3_2<\28anonymous\20namespace\29::ColorTypeFilter_8888>\28void*\2c\20void\20const*\2c\20unsigned\20long\2c\20int\29 +8199:void\20\28anonymous\20namespace\29::downsample_3_2<\28anonymous\20namespace\29::ColorTypeFilter_565>\28void*\2c\20void\20const*\2c\20unsigned\20long\2c\20int\29 +8200:void\20\28anonymous\20namespace\29::downsample_3_2<\28anonymous\20namespace\29::ColorTypeFilter_4444>\28void*\2c\20void\20const*\2c\20unsigned\20long\2c\20int\29 +8201:void\20\28anonymous\20namespace\29::downsample_3_2<\28anonymous\20namespace\29::ColorTypeFilter_16>\28void*\2c\20void\20const*\2c\20unsigned\20long\2c\20int\29 +8202:void\20\28anonymous\20namespace\29::downsample_3_2<\28anonymous\20namespace\29::ColorTypeFilter_1616>\28void*\2c\20void\20const*\2c\20unsigned\20long\2c\20int\29 +8203:void\20\28anonymous\20namespace\29::downsample_3_2<\28anonymous\20namespace\29::ColorTypeFilter_16161616>\28void*\2c\20void\20const*\2c\20unsigned\20long\2c\20int\29 +8204:void\20\28anonymous\20namespace\29::downsample_3_2<\28anonymous\20namespace\29::ColorTypeFilter_1010102>\28void*\2c\20void\20const*\2c\20unsigned\20long\2c\20int\29 +8205:void\20\28anonymous\20namespace\29::downsample_3_1<\28anonymous\20namespace\29::ColorTypeFilter_RGBA_F16>\28void*\2c\20void\20const*\2c\20unsigned\20long\2c\20int\29 +8206:void\20\28anonymous\20namespace\29::downsample_3_1<\28anonymous\20namespace\29::ColorTypeFilter_F16F16>\28void*\2c\20void\20const*\2c\20unsigned\20long\2c\20int\29 +8207:void\20\28anonymous\20namespace\29::downsample_3_1<\28anonymous\20namespace\29::ColorTypeFilter_Alpha_F16>\28void*\2c\20void\20const*\2c\20unsigned\20long\2c\20int\29 +8208:void\20\28anonymous\20namespace\29::downsample_3_1<\28anonymous\20namespace\29::ColorTypeFilter_8>\28void*\2c\20void\20const*\2c\20unsigned\20long\2c\20int\29 +8209:void\20\28anonymous\20namespace\29::downsample_3_1<\28anonymous\20namespace\29::ColorTypeFilter_88>\28void*\2c\20void\20const*\2c\20unsigned\20long\2c\20int\29 +8210:void\20\28anonymous\20namespace\29::downsample_3_1<\28anonymous\20namespace\29::ColorTypeFilter_8888>\28void*\2c\20void\20const*\2c\20unsigned\20long\2c\20int\29 +8211:void\20\28anonymous\20namespace\29::downsample_3_1<\28anonymous\20namespace\29::ColorTypeFilter_565>\28void*\2c\20void\20const*\2c\20unsigned\20long\2c\20int\29 +8212:void\20\28anonymous\20namespace\29::downsample_3_1<\28anonymous\20namespace\29::ColorTypeFilter_4444>\28void*\2c\20void\20const*\2c\20unsigned\20long\2c\20int\29 +8213:void\20\28anonymous\20namespace\29::downsample_3_1<\28anonymous\20namespace\29::ColorTypeFilter_16>\28void*\2c\20void\20const*\2c\20unsigned\20long\2c\20int\29 +8214:void\20\28anonymous\20namespace\29::downsample_3_1<\28anonymous\20namespace\29::ColorTypeFilter_1616>\28void*\2c\20void\20const*\2c\20unsigned\20long\2c\20int\29 +8215:void\20\28anonymous\20namespace\29::downsample_3_1<\28anonymous\20namespace\29::ColorTypeFilter_16161616>\28void*\2c\20void\20const*\2c\20unsigned\20long\2c\20int\29 +8216:void\20\28anonymous\20namespace\29::downsample_3_1<\28anonymous\20namespace\29::ColorTypeFilter_1010102>\28void*\2c\20void\20const*\2c\20unsigned\20long\2c\20int\29 +8217:void\20\28anonymous\20namespace\29::downsample_2_3<\28anonymous\20namespace\29::ColorTypeFilter_RGBA_F16>\28void*\2c\20void\20const*\2c\20unsigned\20long\2c\20int\29 +8218:void\20\28anonymous\20namespace\29::downsample_2_3<\28anonymous\20namespace\29::ColorTypeFilter_F16F16>\28void*\2c\20void\20const*\2c\20unsigned\20long\2c\20int\29 +8219:void\20\28anonymous\20namespace\29::downsample_2_3<\28anonymous\20namespace\29::ColorTypeFilter_Alpha_F16>\28void*\2c\20void\20const*\2c\20unsigned\20long\2c\20int\29 +8220:void\20\28anonymous\20namespace\29::downsample_2_3<\28anonymous\20namespace\29::ColorTypeFilter_8>\28void*\2c\20void\20const*\2c\20unsigned\20long\2c\20int\29 +8221:void\20\28anonymous\20namespace\29::downsample_2_3<\28anonymous\20namespace\29::ColorTypeFilter_88>\28void*\2c\20void\20const*\2c\20unsigned\20long\2c\20int\29 +8222:void\20\28anonymous\20namespace\29::downsample_2_3<\28anonymous\20namespace\29::ColorTypeFilter_8888>\28void*\2c\20void\20const*\2c\20unsigned\20long\2c\20int\29 +8223:void\20\28anonymous\20namespace\29::downsample_2_3<\28anonymous\20namespace\29::ColorTypeFilter_565>\28void*\2c\20void\20const*\2c\20unsigned\20long\2c\20int\29 +8224:void\20\28anonymous\20namespace\29::downsample_2_3<\28anonymous\20namespace\29::ColorTypeFilter_4444>\28void*\2c\20void\20const*\2c\20unsigned\20long\2c\20int\29 +8225:void\20\28anonymous\20namespace\29::downsample_2_3<\28anonymous\20namespace\29::ColorTypeFilter_16>\28void*\2c\20void\20const*\2c\20unsigned\20long\2c\20int\29 +8226:void\20\28anonymous\20namespace\29::downsample_2_3<\28anonymous\20namespace\29::ColorTypeFilter_1616>\28void*\2c\20void\20const*\2c\20unsigned\20long\2c\20int\29 +8227:void\20\28anonymous\20namespace\29::downsample_2_3<\28anonymous\20namespace\29::ColorTypeFilter_16161616>\28void*\2c\20void\20const*\2c\20unsigned\20long\2c\20int\29 +8228:void\20\28anonymous\20namespace\29::downsample_2_3<\28anonymous\20namespace\29::ColorTypeFilter_1010102>\28void*\2c\20void\20const*\2c\20unsigned\20long\2c\20int\29 +8229:void\20\28anonymous\20namespace\29::downsample_2_2<\28anonymous\20namespace\29::ColorTypeFilter_RGBA_F16>\28void*\2c\20void\20const*\2c\20unsigned\20long\2c\20int\29 +8230:void\20\28anonymous\20namespace\29::downsample_2_2<\28anonymous\20namespace\29::ColorTypeFilter_F16F16>\28void*\2c\20void\20const*\2c\20unsigned\20long\2c\20int\29 +8231:void\20\28anonymous\20namespace\29::downsample_2_2<\28anonymous\20namespace\29::ColorTypeFilter_Alpha_F16>\28void*\2c\20void\20const*\2c\20unsigned\20long\2c\20int\29 +8232:void\20\28anonymous\20namespace\29::downsample_2_2<\28anonymous\20namespace\29::ColorTypeFilter_8>\28void*\2c\20void\20const*\2c\20unsigned\20long\2c\20int\29 +8233:void\20\28anonymous\20namespace\29::downsample_2_2<\28anonymous\20namespace\29::ColorTypeFilter_88>\28void*\2c\20void\20const*\2c\20unsigned\20long\2c\20int\29 +8234:void\20\28anonymous\20namespace\29::downsample_2_2<\28anonymous\20namespace\29::ColorTypeFilter_8888>\28void*\2c\20void\20const*\2c\20unsigned\20long\2c\20int\29 +8235:void\20\28anonymous\20namespace\29::downsample_2_2<\28anonymous\20namespace\29::ColorTypeFilter_565>\28void*\2c\20void\20const*\2c\20unsigned\20long\2c\20int\29 +8236:void\20\28anonymous\20namespace\29::downsample_2_2<\28anonymous\20namespace\29::ColorTypeFilter_4444>\28void*\2c\20void\20const*\2c\20unsigned\20long\2c\20int\29 +8237:void\20\28anonymous\20namespace\29::downsample_2_2<\28anonymous\20namespace\29::ColorTypeFilter_16>\28void*\2c\20void\20const*\2c\20unsigned\20long\2c\20int\29 +8238:void\20\28anonymous\20namespace\29::downsample_2_2<\28anonymous\20namespace\29::ColorTypeFilter_1616>\28void*\2c\20void\20const*\2c\20unsigned\20long\2c\20int\29 +8239:void\20\28anonymous\20namespace\29::downsample_2_2<\28anonymous\20namespace\29::ColorTypeFilter_16161616>\28void*\2c\20void\20const*\2c\20unsigned\20long\2c\20int\29 +8240:void\20\28anonymous\20namespace\29::downsample_2_2<\28anonymous\20namespace\29::ColorTypeFilter_1010102>\28void*\2c\20void\20const*\2c\20unsigned\20long\2c\20int\29 +8241:void\20\28anonymous\20namespace\29::downsample_2_1<\28anonymous\20namespace\29::ColorTypeFilter_RGBA_F16>\28void*\2c\20void\20const*\2c\20unsigned\20long\2c\20int\29 +8242:void\20\28anonymous\20namespace\29::downsample_2_1<\28anonymous\20namespace\29::ColorTypeFilter_F16F16>\28void*\2c\20void\20const*\2c\20unsigned\20long\2c\20int\29 +8243:void\20\28anonymous\20namespace\29::downsample_2_1<\28anonymous\20namespace\29::ColorTypeFilter_Alpha_F16>\28void*\2c\20void\20const*\2c\20unsigned\20long\2c\20int\29 +8244:void\20\28anonymous\20namespace\29::downsample_2_1<\28anonymous\20namespace\29::ColorTypeFilter_8>\28void*\2c\20void\20const*\2c\20unsigned\20long\2c\20int\29 +8245:void\20\28anonymous\20namespace\29::downsample_2_1<\28anonymous\20namespace\29::ColorTypeFilter_88>\28void*\2c\20void\20const*\2c\20unsigned\20long\2c\20int\29 +8246:void\20\28anonymous\20namespace\29::downsample_2_1<\28anonymous\20namespace\29::ColorTypeFilter_8888>\28void*\2c\20void\20const*\2c\20unsigned\20long\2c\20int\29 +8247:void\20\28anonymous\20namespace\29::downsample_2_1<\28anonymous\20namespace\29::ColorTypeFilter_565>\28void*\2c\20void\20const*\2c\20unsigned\20long\2c\20int\29 +8248:void\20\28anonymous\20namespace\29::downsample_2_1<\28anonymous\20namespace\29::ColorTypeFilter_4444>\28void*\2c\20void\20const*\2c\20unsigned\20long\2c\20int\29 +8249:void\20\28anonymous\20namespace\29::downsample_2_1<\28anonymous\20namespace\29::ColorTypeFilter_16>\28void*\2c\20void\20const*\2c\20unsigned\20long\2c\20int\29 +8250:void\20\28anonymous\20namespace\29::downsample_2_1<\28anonymous\20namespace\29::ColorTypeFilter_1616>\28void*\2c\20void\20const*\2c\20unsigned\20long\2c\20int\29 +8251:void\20\28anonymous\20namespace\29::downsample_2_1<\28anonymous\20namespace\29::ColorTypeFilter_16161616>\28void*\2c\20void\20const*\2c\20unsigned\20long\2c\20int\29 +8252:void\20\28anonymous\20namespace\29::downsample_2_1<\28anonymous\20namespace\29::ColorTypeFilter_1010102>\28void*\2c\20void\20const*\2c\20unsigned\20long\2c\20int\29 +8253:void\20\28anonymous\20namespace\29::downsample_1_3<\28anonymous\20namespace\29::ColorTypeFilter_RGBA_F16>\28void*\2c\20void\20const*\2c\20unsigned\20long\2c\20int\29 +8254:void\20\28anonymous\20namespace\29::downsample_1_3<\28anonymous\20namespace\29::ColorTypeFilter_F16F16>\28void*\2c\20void\20const*\2c\20unsigned\20long\2c\20int\29 +8255:void\20\28anonymous\20namespace\29::downsample_1_3<\28anonymous\20namespace\29::ColorTypeFilter_Alpha_F16>\28void*\2c\20void\20const*\2c\20unsigned\20long\2c\20int\29 +8256:void\20\28anonymous\20namespace\29::downsample_1_3<\28anonymous\20namespace\29::ColorTypeFilter_8>\28void*\2c\20void\20const*\2c\20unsigned\20long\2c\20int\29 +8257:void\20\28anonymous\20namespace\29::downsample_1_3<\28anonymous\20namespace\29::ColorTypeFilter_88>\28void*\2c\20void\20const*\2c\20unsigned\20long\2c\20int\29 +8258:void\20\28anonymous\20namespace\29::downsample_1_3<\28anonymous\20namespace\29::ColorTypeFilter_8888>\28void*\2c\20void\20const*\2c\20unsigned\20long\2c\20int\29 +8259:void\20\28anonymous\20namespace\29::downsample_1_3<\28anonymous\20namespace\29::ColorTypeFilter_565>\28void*\2c\20void\20const*\2c\20unsigned\20long\2c\20int\29 +8260:void\20\28anonymous\20namespace\29::downsample_1_3<\28anonymous\20namespace\29::ColorTypeFilter_4444>\28void*\2c\20void\20const*\2c\20unsigned\20long\2c\20int\29 +8261:void\20\28anonymous\20namespace\29::downsample_1_3<\28anonymous\20namespace\29::ColorTypeFilter_16>\28void*\2c\20void\20const*\2c\20unsigned\20long\2c\20int\29 +8262:void\20\28anonymous\20namespace\29::downsample_1_3<\28anonymous\20namespace\29::ColorTypeFilter_1616>\28void*\2c\20void\20const*\2c\20unsigned\20long\2c\20int\29 +8263:void\20\28anonymous\20namespace\29::downsample_1_3<\28anonymous\20namespace\29::ColorTypeFilter_16161616>\28void*\2c\20void\20const*\2c\20unsigned\20long\2c\20int\29 +8264:void\20\28anonymous\20namespace\29::downsample_1_3<\28anonymous\20namespace\29::ColorTypeFilter_1010102>\28void*\2c\20void\20const*\2c\20unsigned\20long\2c\20int\29 +8265:void\20\28anonymous\20namespace\29::downsample_1_2<\28anonymous\20namespace\29::ColorTypeFilter_RGBA_F16>\28void*\2c\20void\20const*\2c\20unsigned\20long\2c\20int\29 +8266:void\20\28anonymous\20namespace\29::downsample_1_2<\28anonymous\20namespace\29::ColorTypeFilter_F16F16>\28void*\2c\20void\20const*\2c\20unsigned\20long\2c\20int\29 +8267:void\20\28anonymous\20namespace\29::downsample_1_2<\28anonymous\20namespace\29::ColorTypeFilter_Alpha_F16>\28void*\2c\20void\20const*\2c\20unsigned\20long\2c\20int\29 +8268:void\20\28anonymous\20namespace\29::downsample_1_2<\28anonymous\20namespace\29::ColorTypeFilter_8>\28void*\2c\20void\20const*\2c\20unsigned\20long\2c\20int\29 +8269:void\20\28anonymous\20namespace\29::downsample_1_2<\28anonymous\20namespace\29::ColorTypeFilter_88>\28void*\2c\20void\20const*\2c\20unsigned\20long\2c\20int\29 +8270:void\20\28anonymous\20namespace\29::downsample_1_2<\28anonymous\20namespace\29::ColorTypeFilter_8888>\28void*\2c\20void\20const*\2c\20unsigned\20long\2c\20int\29 +8271:void\20\28anonymous\20namespace\29::downsample_1_2<\28anonymous\20namespace\29::ColorTypeFilter_565>\28void*\2c\20void\20const*\2c\20unsigned\20long\2c\20int\29 +8272:void\20\28anonymous\20namespace\29::downsample_1_2<\28anonymous\20namespace\29::ColorTypeFilter_4444>\28void*\2c\20void\20const*\2c\20unsigned\20long\2c\20int\29 +8273:void\20\28anonymous\20namespace\29::downsample_1_2<\28anonymous\20namespace\29::ColorTypeFilter_16>\28void*\2c\20void\20const*\2c\20unsigned\20long\2c\20int\29 +8274:void\20\28anonymous\20namespace\29::downsample_1_2<\28anonymous\20namespace\29::ColorTypeFilter_1616>\28void*\2c\20void\20const*\2c\20unsigned\20long\2c\20int\29 +8275:void\20\28anonymous\20namespace\29::downsample_1_2<\28anonymous\20namespace\29::ColorTypeFilter_16161616>\28void*\2c\20void\20const*\2c\20unsigned\20long\2c\20int\29 +8276:void\20\28anonymous\20namespace\29::downsample_1_2<\28anonymous\20namespace\29::ColorTypeFilter_1010102>\28void*\2c\20void\20const*\2c\20unsigned\20long\2c\20int\29 +8277:void*\20OT::hb_accelerate_subtables_context_t::cache_func_to>\28void*\2c\20OT::hb_ot_lookup_cache_op_t\29 +8278:virtual\20thunk\20to\20std::__2::basic_stringstream\2c\20std::__2::allocator>::~basic_stringstream\28\29_15592 +8279:virtual\20thunk\20to\20std::__2::basic_stringstream\2c\20std::__2::allocator>::~basic_stringstream\28\29 +8280:virtual\20thunk\20to\20std::__2::basic_ostringstream\2c\20std::__2::allocator>::~basic_ostringstream\28\29_15595 +8281:virtual\20thunk\20to\20std::__2::basic_ostringstream\2c\20std::__2::allocator>::~basic_ostringstream\28\29 +8282:virtual\20thunk\20to\20std::__2::basic_ostream>::~basic_ostream\28\29_15478 +8283:virtual\20thunk\20to\20std::__2::basic_ostream>::~basic_ostream\28\29 +8284:virtual\20thunk\20to\20std::__2::basic_istream>::~basic_istream\28\29_15449 +8285:virtual\20thunk\20to\20std::__2::basic_istream>::~basic_istream\28\29 +8286:virtual\20thunk\20to\20std::__2::basic_iostream>::~basic_iostream\28\29_15494 +8287:virtual\20thunk\20to\20std::__2::basic_iostream>::~basic_iostream\28\29 +8288:virtual\20thunk\20to\20flutter::DisplayListBuilder::~DisplayListBuilder\28\29_1360 +8289:virtual\20thunk\20to\20flutter::DisplayListBuilder::~DisplayListBuilder\28\29 +8290:virtual\20thunk\20to\20flutter::DisplayListBuilder::translate\28float\2c\20float\29 +8291:virtual\20thunk\20to\20flutter::DisplayListBuilder::transformReset\28\29 +8292:virtual\20thunk\20to\20flutter::DisplayListBuilder::transformFullPerspective\28float\2c\20float\2c\20float\2c\20float\2c\20float\2c\20float\2c\20float\2c\20float\2c\20float\2c\20float\2c\20float\2c\20float\2c\20float\2c\20float\2c\20float\2c\20float\29 +8293:virtual\20thunk\20to\20flutter::DisplayListBuilder::transform2DAffine\28float\2c\20float\2c\20float\2c\20float\2c\20float\2c\20float\29 +8294:virtual\20thunk\20to\20flutter::DisplayListBuilder::skew\28float\2c\20float\29 +8295:virtual\20thunk\20to\20flutter::DisplayListBuilder::setStrokeWidth\28float\29 +8296:virtual\20thunk\20to\20flutter::DisplayListBuilder::setStrokeMiter\28float\29 +8297:virtual\20thunk\20to\20flutter::DisplayListBuilder::setStrokeJoin\28flutter::DlStrokeJoin\29 +8298:virtual\20thunk\20to\20flutter::DisplayListBuilder::setStrokeCap\28flutter::DlStrokeCap\29 +8299:virtual\20thunk\20to\20flutter::DisplayListBuilder::setMaskFilter\28flutter::DlMaskFilter\20const*\29 +8300:virtual\20thunk\20to\20flutter::DisplayListBuilder::setInvertColors\28bool\29 +8301:virtual\20thunk\20to\20flutter::DisplayListBuilder::setImageFilter\28flutter::DlImageFilter\20const*\29 +8302:virtual\20thunk\20to\20flutter::DisplayListBuilder::setDrawStyle\28flutter::DlDrawStyle\29 +8303:virtual\20thunk\20to\20flutter::DisplayListBuilder::setColor\28flutter::DlColor\29 +8304:virtual\20thunk\20to\20flutter::DisplayListBuilder::setColorSource\28flutter::DlColorSource\20const*\29 +8305:virtual\20thunk\20to\20flutter::DisplayListBuilder::setColorFilter\28flutter::DlColorFilter\20const*\29 +8306:virtual\20thunk\20to\20flutter::DisplayListBuilder::setBlendMode\28impeller::BlendMode\29 +8307:virtual\20thunk\20to\20flutter::DisplayListBuilder::setAntiAlias\28bool\29 +8308:virtual\20thunk\20to\20flutter::DisplayListBuilder::scale\28float\2c\20float\29 +8309:virtual\20thunk\20to\20flutter::DisplayListBuilder::save\28\29 +8310:virtual\20thunk\20to\20flutter::DisplayListBuilder::saveLayer\28impeller::TRect\20const&\2c\20flutter::SaveLayerOptions\2c\20flutter::DlImageFilter\20const*\2c\20std::__2::optional\29 +8311:virtual\20thunk\20to\20flutter::DisplayListBuilder::rotate\28float\29 +8312:virtual\20thunk\20to\20flutter::DisplayListBuilder::restore\28\29 +8313:virtual\20thunk\20to\20flutter::DisplayListBuilder::drawVertices\28std::__2::shared_ptr\20const&\2c\20impeller::BlendMode\29 +8314:virtual\20thunk\20to\20flutter::DisplayListBuilder::drawText\28std::__2::shared_ptr\20const&\2c\20float\2c\20float\29 +8315:virtual\20thunk\20to\20flutter::DisplayListBuilder::drawShadow\28flutter::DlPath\20const&\2c\20flutter::DlColor\2c\20float\2c\20bool\2c\20float\29 +8316:virtual\20thunk\20to\20flutter::DisplayListBuilder::drawRoundSuperellipse\28impeller::RoundSuperellipse\20const&\29 +8317:virtual\20thunk\20to\20flutter::DisplayListBuilder::drawRoundRect\28impeller::RoundRect\20const&\29 +8318:virtual\20thunk\20to\20flutter::DisplayListBuilder::drawRect\28impeller::TRect\20const&\29 +8319:virtual\20thunk\20to\20flutter::DisplayListBuilder::drawPoints\28flutter::DlPointMode\2c\20unsigned\20int\2c\20impeller::TPoint\20const*\29 +8320:virtual\20thunk\20to\20flutter::DisplayListBuilder::drawPath\28flutter::DlPath\20const&\29 +8321:virtual\20thunk\20to\20flutter::DisplayListBuilder::drawPaint\28\29 +8322:virtual\20thunk\20to\20flutter::DisplayListBuilder::drawOval\28impeller::TRect\20const&\29 +8323:virtual\20thunk\20to\20flutter::DisplayListBuilder::drawLine\28impeller::TPoint\20const&\2c\20impeller::TPoint\20const&\29 +8324:virtual\20thunk\20to\20flutter::DisplayListBuilder::drawImage\28sk_sp\2c\20impeller::TPoint\20const&\2c\20flutter::DlImageSampling\2c\20bool\29 +8325:virtual\20thunk\20to\20flutter::DisplayListBuilder::drawImageRect\28sk_sp\2c\20impeller::TRect\20const&\2c\20impeller::TRect\20const&\2c\20flutter::DlImageSampling\2c\20bool\2c\20flutter::DlSrcRectConstraint\29 +8326:virtual\20thunk\20to\20flutter::DisplayListBuilder::drawImageNine\28sk_sp\2c\20impeller::TRect\20const&\2c\20impeller::TRect\20const&\2c\20flutter::DlFilterMode\2c\20bool\29 +8327:virtual\20thunk\20to\20flutter::DisplayListBuilder::drawDisplayList\28sk_sp\2c\20float\29 +8328:virtual\20thunk\20to\20flutter::DisplayListBuilder::drawDiffRoundRect\28impeller::RoundRect\20const&\2c\20impeller::RoundRect\20const&\29 +8329:virtual\20thunk\20to\20flutter::DisplayListBuilder::drawDashedLine\28impeller::TPoint\20const&\2c\20impeller::TPoint\20const&\2c\20float\2c\20float\29 +8330:virtual\20thunk\20to\20flutter::DisplayListBuilder::drawColor\28flutter::DlColor\2c\20impeller::BlendMode\29 +8331:virtual\20thunk\20to\20flutter::DisplayListBuilder::drawCircle\28impeller::TPoint\20const&\2c\20float\29 +8332:virtual\20thunk\20to\20flutter::DisplayListBuilder::drawAtlas\28sk_sp\2c\20impeller::RSTransform\20const*\2c\20impeller::TRect\20const*\2c\20flutter::DlColor\20const*\2c\20int\2c\20impeller::BlendMode\2c\20flutter::DlImageSampling\2c\20impeller::TRect\20const*\2c\20bool\29 +8333:virtual\20thunk\20to\20flutter::DisplayListBuilder::drawArc\28impeller::TRect\20const&\2c\20float\2c\20float\2c\20bool\29 +8334:virtual\20thunk\20to\20flutter::DisplayListBuilder::clipRoundSuperellipse\28impeller::RoundSuperellipse\20const&\2c\20flutter::DlClipOp\2c\20bool\29 +8335:virtual\20thunk\20to\20flutter::DisplayListBuilder::clipRoundRect\28impeller::RoundRect\20const&\2c\20flutter::DlClipOp\2c\20bool\29 +8336:virtual\20thunk\20to\20flutter::DisplayListBuilder::clipRect\28impeller::TRect\20const&\2c\20flutter::DlClipOp\2c\20bool\29 +8337:virtual\20thunk\20to\20flutter::DisplayListBuilder::clipPath\28flutter::DlPath\20const&\2c\20flutter::DlClipOp\2c\20bool\29 +8338:virtual\20thunk\20to\20flutter::DisplayListBuilder::clipOval\28impeller::TRect\20const&\2c\20flutter::DlClipOp\2c\20bool\29 +8339:virtual\20thunk\20to\20flutter::DisplayListBuilder::Translate\28float\2c\20float\29 +8340:virtual\20thunk\20to\20flutter::DisplayListBuilder::Transform\28impeller::Matrix\20const&\29 +8341:virtual\20thunk\20to\20flutter::DisplayListBuilder::TransformReset\28\29 +8342:virtual\20thunk\20to\20flutter::DisplayListBuilder::TransformFullPerspective\28float\2c\20float\2c\20float\2c\20float\2c\20float\2c\20float\2c\20float\2c\20float\2c\20float\2c\20float\2c\20float\2c\20float\2c\20float\2c\20float\2c\20float\2c\20float\29 +8343:virtual\20thunk\20to\20flutter::DisplayListBuilder::Transform2DAffine\28float\2c\20float\2c\20float\2c\20float\2c\20float\2c\20float\29 +8344:virtual\20thunk\20to\20flutter::DisplayListBuilder::Skew\28float\2c\20float\29 +8345:virtual\20thunk\20to\20flutter::DisplayListBuilder::SetTransform\28impeller::Matrix\20const&\29 +8346:virtual\20thunk\20to\20flutter::DisplayListBuilder::Scale\28float\2c\20float\29 +8347:virtual\20thunk\20to\20flutter::DisplayListBuilder::Save\28\29 +8348:virtual\20thunk\20to\20flutter::DisplayListBuilder::SaveLayer\28std::__2::optional>\20const&\2c\20flutter::DlPaint\20const*\2c\20flutter::DlImageFilter\20const*\2c\20std::__2::optional\29 +8349:virtual\20thunk\20to\20flutter::DisplayListBuilder::Rotate\28float\29 +8350:virtual\20thunk\20to\20flutter::DisplayListBuilder::Restore\28\29 +8351:virtual\20thunk\20to\20flutter::DisplayListBuilder::RestoreToCount\28int\29 +8352:virtual\20thunk\20to\20flutter::DisplayListBuilder::QuickReject\28impeller::TRect\20const&\29\20const +8353:virtual\20thunk\20to\20flutter::DisplayListBuilder::GetSaveCount\28\29\20const +8354:virtual\20thunk\20to\20flutter::DisplayListBuilder::GetMatrix\28\29\20const +8355:virtual\20thunk\20to\20flutter::DisplayListBuilder::GetLocalClipCoverage\28\29\20const +8356:virtual\20thunk\20to\20flutter::DisplayListBuilder::GetImageInfo\28\29\20const +8357:virtual\20thunk\20to\20flutter::DisplayListBuilder::GetDestinationClipCoverage\28\29\20const +8358:virtual\20thunk\20to\20flutter::DisplayListBuilder::GetBaseLayerDimensions\28\29\20const +8359:virtual\20thunk\20to\20flutter::DisplayListBuilder::DrawVertices\28std::__2::shared_ptr\20const&\2c\20impeller::BlendMode\2c\20flutter::DlPaint\20const&\29 +8360:virtual\20thunk\20to\20flutter::DisplayListBuilder::DrawText\28std::__2::shared_ptr\20const&\2c\20float\2c\20float\2c\20flutter::DlPaint\20const&\29 +8361:virtual\20thunk\20to\20flutter::DisplayListBuilder::DrawShadow\28flutter::DlPath\20const&\2c\20flutter::DlColor\2c\20float\2c\20bool\2c\20float\29 +8362:virtual\20thunk\20to\20flutter::DisplayListBuilder::DrawRoundSuperellipse\28impeller::RoundSuperellipse\20const&\2c\20flutter::DlPaint\20const&\29 +8363:virtual\20thunk\20to\20flutter::DisplayListBuilder::DrawRoundRect\28impeller::RoundRect\20const&\2c\20flutter::DlPaint\20const&\29 +8364:virtual\20thunk\20to\20flutter::DisplayListBuilder::DrawRect\28impeller::TRect\20const&\2c\20flutter::DlPaint\20const&\29 +8365:virtual\20thunk\20to\20flutter::DisplayListBuilder::DrawPoints\28flutter::DlPointMode\2c\20unsigned\20int\2c\20impeller::TPoint\20const*\2c\20flutter::DlPaint\20const&\29 +8366:virtual\20thunk\20to\20flutter::DisplayListBuilder::DrawPath\28flutter::DlPath\20const&\2c\20flutter::DlPaint\20const&\29 +8367:virtual\20thunk\20to\20flutter::DisplayListBuilder::DrawPaint\28flutter::DlPaint\20const&\29 +8368:virtual\20thunk\20to\20flutter::DisplayListBuilder::DrawOval\28impeller::TRect\20const&\2c\20flutter::DlPaint\20const&\29 +8369:virtual\20thunk\20to\20flutter::DisplayListBuilder::DrawLine\28impeller::TPoint\20const&\2c\20impeller::TPoint\20const&\2c\20flutter::DlPaint\20const&\29 +8370:virtual\20thunk\20to\20flutter::DisplayListBuilder::DrawImage\28sk_sp\20const&\2c\20impeller::TPoint\20const&\2c\20flutter::DlImageSampling\2c\20flutter::DlPaint\20const*\29 +8371:virtual\20thunk\20to\20flutter::DisplayListBuilder::DrawImageRect\28sk_sp\20const&\2c\20impeller::TRect\20const&\2c\20impeller::TRect\20const&\2c\20flutter::DlImageSampling\2c\20flutter::DlPaint\20const*\2c\20flutter::DlSrcRectConstraint\29 +8372:virtual\20thunk\20to\20flutter::DisplayListBuilder::DrawImageNine\28sk_sp\20const&\2c\20impeller::TRect\20const&\2c\20impeller::TRect\20const&\2c\20flutter::DlFilterMode\2c\20flutter::DlPaint\20const*\29 +8373:virtual\20thunk\20to\20flutter::DisplayListBuilder::DrawDisplayList\28sk_sp\2c\20float\29 +8374:virtual\20thunk\20to\20flutter::DisplayListBuilder::DrawDiffRoundRect\28impeller::RoundRect\20const&\2c\20impeller::RoundRect\20const&\2c\20flutter::DlPaint\20const&\29 +8375:virtual\20thunk\20to\20flutter::DisplayListBuilder::DrawDashedLine\28impeller::TPoint\20const&\2c\20impeller::TPoint\20const&\2c\20float\2c\20float\2c\20flutter::DlPaint\20const&\29 +8376:virtual\20thunk\20to\20flutter::DisplayListBuilder::DrawColor\28flutter::DlColor\2c\20impeller::BlendMode\29 +8377:virtual\20thunk\20to\20flutter::DisplayListBuilder::DrawCircle\28impeller::TPoint\20const&\2c\20float\2c\20flutter::DlPaint\20const&\29 +8378:virtual\20thunk\20to\20flutter::DisplayListBuilder::DrawAtlas\28sk_sp\20const&\2c\20impeller::RSTransform\20const*\2c\20impeller::TRect\20const*\2c\20flutter::DlColor\20const*\2c\20int\2c\20impeller::BlendMode\2c\20flutter::DlImageSampling\2c\20impeller::TRect\20const*\2c\20flutter::DlPaint\20const*\29 +8379:virtual\20thunk\20to\20flutter::DisplayListBuilder::DrawArc\28impeller::TRect\20const&\2c\20float\2c\20float\2c\20bool\2c\20flutter::DlPaint\20const&\29 +8380:virtual\20thunk\20to\20flutter::DisplayListBuilder::ClipRoundSuperellipse\28impeller::RoundSuperellipse\20const&\2c\20flutter::DlClipOp\2c\20bool\29 +8381:virtual\20thunk\20to\20flutter::DisplayListBuilder::ClipRoundRect\28impeller::RoundRect\20const&\2c\20flutter::DlClipOp\2c\20bool\29 +8382:virtual\20thunk\20to\20flutter::DisplayListBuilder::ClipRect\28impeller::TRect\20const&\2c\20flutter::DlClipOp\2c\20bool\29 +8383:virtual\20thunk\20to\20flutter::DisplayListBuilder::ClipPath\28flutter::DlPath\20const&\2c\20flutter::DlClipOp\2c\20bool\29 +8384:virtual\20thunk\20to\20flutter::DisplayListBuilder::ClipOval\28impeller::TRect\20const&\2c\20flutter::DlClipOp\2c\20bool\29 +8385:virtual\20thunk\20to\20GrTextureRenderTargetProxy::~GrTextureRenderTargetProxy\28\29_10508 +8386:virtual\20thunk\20to\20GrTextureRenderTargetProxy::~GrTextureRenderTargetProxy\28\29 +8387:virtual\20thunk\20to\20GrTextureRenderTargetProxy::onUninstantiatedGpuMemorySize\28\29\20const +8388:virtual\20thunk\20to\20GrTextureRenderTargetProxy::instantiate\28GrResourceProvider*\29 +8389:virtual\20thunk\20to\20GrTextureRenderTargetProxy::createSurface\28GrResourceProvider*\29\20const +8390:virtual\20thunk\20to\20GrTextureRenderTargetProxy::callbackDesc\28\29\20const +8391:virtual\20thunk\20to\20GrTextureProxy::~GrTextureProxy\28\29_10480 +8392:virtual\20thunk\20to\20GrTextureProxy::~GrTextureProxy\28\29 +8393:virtual\20thunk\20to\20GrTextureProxy::onUninstantiatedGpuMemorySize\28\29\20const +8394:virtual\20thunk\20to\20GrTextureProxy::instantiate\28GrResourceProvider*\29 +8395:virtual\20thunk\20to\20GrTextureProxy::getUniqueKey\28\29\20const +8396:virtual\20thunk\20to\20GrTextureProxy::createSurface\28GrResourceProvider*\29\20const +8397:virtual\20thunk\20to\20GrTextureProxy::callbackDesc\28\29\20const +8398:virtual\20thunk\20to\20GrTextureProxy::asTextureProxy\28\29\20const +8399:virtual\20thunk\20to\20GrTextureProxy::asTextureProxy\28\29 +8400:virtual\20thunk\20to\20GrTexture::onGpuMemorySize\28\29\20const +8401:virtual\20thunk\20to\20GrTexture::computeScratchKey\28skgpu::ScratchKey*\29\20const +8402:virtual\20thunk\20to\20GrTexture::asTexture\28\29\20const +8403:virtual\20thunk\20to\20GrTexture::asTexture\28\29 +8404:virtual\20thunk\20to\20GrRenderTargetProxy::~GrRenderTargetProxy\28\29_10324 +8405:virtual\20thunk\20to\20GrRenderTargetProxy::~GrRenderTargetProxy\28\29 +8406:virtual\20thunk\20to\20GrRenderTargetProxy::onUninstantiatedGpuMemorySize\28\29\20const +8407:virtual\20thunk\20to\20GrRenderTargetProxy::instantiate\28GrResourceProvider*\29 +8408:virtual\20thunk\20to\20GrRenderTargetProxy::createSurface\28GrResourceProvider*\29\20const +8409:virtual\20thunk\20to\20GrRenderTargetProxy::callbackDesc\28\29\20const +8410:virtual\20thunk\20to\20GrRenderTargetProxy::asRenderTargetProxy\28\29\20const +8411:virtual\20thunk\20to\20GrRenderTargetProxy::asRenderTargetProxy\28\29 +8412:virtual\20thunk\20to\20GrRenderTarget::onRelease\28\29 +8413:virtual\20thunk\20to\20GrRenderTarget::onAbandon\28\29 +8414:virtual\20thunk\20to\20GrRenderTarget::asRenderTarget\28\29\20const +8415:virtual\20thunk\20to\20GrRenderTarget::asRenderTarget\28\29 +8416:virtual\20thunk\20to\20GrGLTextureRenderTarget::~GrGLTextureRenderTarget\28\29_12963 +8417:virtual\20thunk\20to\20GrGLTextureRenderTarget::~GrGLTextureRenderTarget\28\29 +8418:virtual\20thunk\20to\20GrGLTextureRenderTarget::onRelease\28\29 +8419:virtual\20thunk\20to\20GrGLTextureRenderTarget::onGpuMemorySize\28\29\20const +8420:virtual\20thunk\20to\20GrGLTextureRenderTarget::onAbandon\28\29 +8421:virtual\20thunk\20to\20GrGLTextureRenderTarget::dumpMemoryStatistics\28SkTraceMemoryDump*\29\20const +8422:virtual\20thunk\20to\20GrGLTexture::~GrGLTexture\28\29_12932 +8423:virtual\20thunk\20to\20GrGLTexture::~GrGLTexture\28\29 +8424:virtual\20thunk\20to\20GrGLTexture::onRelease\28\29 +8425:virtual\20thunk\20to\20GrGLTexture::onAbandon\28\29 +8426:virtual\20thunk\20to\20GrGLTexture::dumpMemoryStatistics\28SkTraceMemoryDump*\29\20const +8427:virtual\20thunk\20to\20GrGLSLFragmentShaderBuilder::~GrGLSLFragmentShaderBuilder\28\29_11206 +8428:virtual\20thunk\20to\20GrGLSLFragmentShaderBuilder::~GrGLSLFragmentShaderBuilder\28\29 +8429:virtual\20thunk\20to\20GrGLSLFragmentShaderBuilder::onFinalize\28\29 +8430:virtual\20thunk\20to\20GrGLRenderTarget::~GrGLRenderTarget\28\29_12905 +8431:virtual\20thunk\20to\20GrGLRenderTarget::~GrGLRenderTarget\28\29 +8432:virtual\20thunk\20to\20GrGLRenderTarget::onRelease\28\29 +8433:virtual\20thunk\20to\20GrGLRenderTarget::onGpuMemorySize\28\29\20const +8434:virtual\20thunk\20to\20GrGLRenderTarget::onAbandon\28\29 +8435:virtual\20thunk\20to\20GrGLRenderTarget::dumpMemoryStatistics\28SkTraceMemoryDump*\29\20const +8436:virtual\20thunk\20to\20GrGLRenderTarget::backendFormat\28\29\20const +8437:vertices_dispose +8438:vertices_create +8439:uniformData_create +8440:unicodePositionBuffer_free +8441:unicodePositionBuffer_create +8442:typefaces_filterCoveredCodePoints +8443:typeface_dispose +8444:typeface_create +8445:tt_vadvance_adjust +8446:tt_slot_init +8447:tt_size_request +8448:tt_size_init +8449:tt_size_done +8450:tt_sbit_decoder_load_png +8451:tt_sbit_decoder_load_compound +8452:tt_sbit_decoder_load_byte_aligned +8453:tt_sbit_decoder_load_bit_aligned +8454:tt_property_set +8455:tt_property_get +8456:tt_name_ascii_from_utf16 +8457:tt_name_ascii_from_other +8458:tt_hadvance_adjust +8459:tt_glyph_load +8460:tt_get_var_blend +8461:tt_get_interface +8462:tt_get_glyph_name +8463:tt_get_cmap_info +8464:tt_get_advances +8465:tt_face_set_sbit_strike +8466:tt_face_load_strike_metrics +8467:tt_face_load_sbit_image +8468:tt_face_load_sbit +8469:tt_face_load_post +8470:tt_face_load_pclt +8471:tt_face_load_os2 +8472:tt_face_load_name +8473:tt_face_load_maxp +8474:tt_face_load_kern +8475:tt_face_load_hmtx +8476:tt_face_load_hhea +8477:tt_face_load_head +8478:tt_face_load_gasp +8479:tt_face_load_font_dir +8480:tt_face_load_cpal +8481:tt_face_load_colr +8482:tt_face_load_cmap +8483:tt_face_load_bhed +8484:tt_face_load_any +8485:tt_face_init +8486:tt_face_get_paint_layers +8487:tt_face_get_paint +8488:tt_face_get_kerning +8489:tt_face_get_colr_layer +8490:tt_face_get_colr_glyph_paint +8491:tt_face_get_colorline_stops +8492:tt_face_get_color_glyph_clipbox +8493:tt_face_free_sbit +8494:tt_face_free_ps_names +8495:tt_face_free_name +8496:tt_face_free_cpal +8497:tt_face_free_colr +8498:tt_face_done +8499:tt_face_colr_blend_layer +8500:tt_driver_init +8501:tt_cmap_unicode_init +8502:tt_cmap_unicode_char_next +8503:tt_cmap_unicode_char_index +8504:tt_cmap_init +8505:tt_cmap8_validate +8506:tt_cmap8_get_info +8507:tt_cmap8_char_next +8508:tt_cmap8_char_index +8509:tt_cmap6_validate +8510:tt_cmap6_get_info +8511:tt_cmap6_char_next +8512:tt_cmap6_char_index +8513:tt_cmap4_validate +8514:tt_cmap4_init +8515:tt_cmap4_get_info +8516:tt_cmap4_char_next +8517:tt_cmap4_char_index +8518:tt_cmap2_validate +8519:tt_cmap2_get_info +8520:tt_cmap2_char_next +8521:tt_cmap2_char_index +8522:tt_cmap14_variants +8523:tt_cmap14_variant_chars +8524:tt_cmap14_validate +8525:tt_cmap14_init +8526:tt_cmap14_get_info +8527:tt_cmap14_done +8528:tt_cmap14_char_variants +8529:tt_cmap14_char_var_isdefault +8530:tt_cmap14_char_var_index +8531:tt_cmap14_char_next +8532:tt_cmap13_validate +8533:tt_cmap13_get_info +8534:tt_cmap13_char_next +8535:tt_cmap13_char_index +8536:tt_cmap12_validate +8537:tt_cmap12_get_info +8538:tt_cmap12_char_next +8539:tt_cmap12_char_index +8540:tt_cmap10_validate +8541:tt_cmap10_get_info +8542:tt_cmap10_char_next +8543:tt_cmap10_char_index +8544:tt_cmap0_validate +8545:tt_cmap0_get_info +8546:tt_cmap0_char_next +8547:tt_cmap0_char_index +8548:textStyle_setWordSpacing +8549:textStyle_setTextBaseline +8550:textStyle_setLocale +8551:textStyle_setLetterSpacing +8552:textStyle_setHeight +8553:textStyle_setHalfLeading +8554:textStyle_setForeground +8555:textStyle_setFontVariations +8556:textStyle_setFontStyle +8557:textStyle_setFontSize +8558:textStyle_setDecorationStyle +8559:textStyle_setDecorationColor +8560:textStyle_setColor +8561:textStyle_setBackground +8562:textStyle_dispose +8563:textStyle_create +8564:textStyle_copy +8565:textStyle_clearFontFamilies +8566:textStyle_addShadow +8567:textStyle_addFontFeature +8568:textStyle_addFontFamilies +8569:textBoxList_getLength +8570:textBoxList_getBoxAtIndex +8571:textBoxList_dispose +8572:t2_hints_stems +8573:t2_hints_open +8574:t1_make_subfont +8575:t1_hints_stem +8576:t1_hints_open +8577:t1_decrypt +8578:t1_decoder_parse_metrics +8579:t1_decoder_init +8580:t1_decoder_done +8581:t1_cmap_unicode_init +8582:t1_cmap_unicode_char_next +8583:t1_cmap_unicode_char_index +8584:t1_cmap_std_done +8585:t1_cmap_std_char_next +8586:t1_cmap_standard_init +8587:t1_cmap_expert_init +8588:t1_cmap_custom_init +8589:t1_cmap_custom_done +8590:t1_cmap_custom_char_next +8591:t1_cmap_custom_char_index +8592:t1_builder_start_point +8593:swizzle_or_premul\28SkImageInfo\20const&\2c\20void*\2c\20unsigned\20long\2c\20SkImageInfo\20const&\2c\20void\20const*\2c\20unsigned\20long\2c\20SkColorSpaceXformSteps\20const&\29 +8594:surface_setResourceCacheLimitBytes +8595:surface_renderPicturesOnWorker +8596:surface_renderPictures +8597:surface_rasterizeImageOnWorker +8598:surface_rasterizeImage +8599:surface_onRenderComplete +8600:surface_onRasterizeComplete +8601:surface_dispose +8602:surface_destroy +8603:surface_create +8604:strutStyle_setLeading +8605:strutStyle_setHeight +8606:strutStyle_setHalfLeading +8607:strutStyle_setForceStrutHeight +8608:strutStyle_setFontStyle +8609:strutStyle_setFontFamilies +8610:strutStyle_dispose +8611:strutStyle_create +8612:string_read +8613:std::exception::what\28\29\20const +8614:std::bad_variant_access::what\28\29\20const +8615:std::bad_optional_access::what\28\29\20const +8616:std::bad_array_new_length::what\28\29\20const +8617:std::bad_alloc::what\28\29\20const +8618:std::__2::time_put>>::do_put\28std::__2::ostreambuf_iterator>\2c\20std::__2::ios_base&\2c\20wchar_t\2c\20tm\20const*\2c\20char\2c\20char\29\20const +8619:std::__2::time_put>>::do_put\28std::__2::ostreambuf_iterator>\2c\20std::__2::ios_base&\2c\20char\2c\20tm\20const*\2c\20char\2c\20char\29\20const +8620:std::__2::time_get>>::do_get_year\28std::__2::istreambuf_iterator>\2c\20std::__2::istreambuf_iterator>\2c\20std::__2::ios_base&\2c\20unsigned\20int&\2c\20tm*\29\20const +8621:std::__2::time_get>>::do_get_weekday\28std::__2::istreambuf_iterator>\2c\20std::__2::istreambuf_iterator>\2c\20std::__2::ios_base&\2c\20unsigned\20int&\2c\20tm*\29\20const +8622:std::__2::time_get>>::do_get_time\28std::__2::istreambuf_iterator>\2c\20std::__2::istreambuf_iterator>\2c\20std::__2::ios_base&\2c\20unsigned\20int&\2c\20tm*\29\20const +8623:std::__2::time_get>>::do_get_monthname\28std::__2::istreambuf_iterator>\2c\20std::__2::istreambuf_iterator>\2c\20std::__2::ios_base&\2c\20unsigned\20int&\2c\20tm*\29\20const +8624:std::__2::time_get>>::do_get_date\28std::__2::istreambuf_iterator>\2c\20std::__2::istreambuf_iterator>\2c\20std::__2::ios_base&\2c\20unsigned\20int&\2c\20tm*\29\20const +8625:std::__2::time_get>>::do_get\28std::__2::istreambuf_iterator>\2c\20std::__2::istreambuf_iterator>\2c\20std::__2::ios_base&\2c\20unsigned\20int&\2c\20tm*\2c\20char\2c\20char\29\20const +8626:std::__2::time_get>>::do_get_year\28std::__2::istreambuf_iterator>\2c\20std::__2::istreambuf_iterator>\2c\20std::__2::ios_base&\2c\20unsigned\20int&\2c\20tm*\29\20const +8627:std::__2::time_get>>::do_get_weekday\28std::__2::istreambuf_iterator>\2c\20std::__2::istreambuf_iterator>\2c\20std::__2::ios_base&\2c\20unsigned\20int&\2c\20tm*\29\20const +8628:std::__2::time_get>>::do_get_time\28std::__2::istreambuf_iterator>\2c\20std::__2::istreambuf_iterator>\2c\20std::__2::ios_base&\2c\20unsigned\20int&\2c\20tm*\29\20const +8629:std::__2::time_get>>::do_get_monthname\28std::__2::istreambuf_iterator>\2c\20std::__2::istreambuf_iterator>\2c\20std::__2::ios_base&\2c\20unsigned\20int&\2c\20tm*\29\20const +8630:std::__2::time_get>>::do_get_date\28std::__2::istreambuf_iterator>\2c\20std::__2::istreambuf_iterator>\2c\20std::__2::ios_base&\2c\20unsigned\20int&\2c\20tm*\29\20const +8631:std::__2::time_get>>::do_get\28std::__2::istreambuf_iterator>\2c\20std::__2::istreambuf_iterator>\2c\20std::__2::ios_base&\2c\20unsigned\20int&\2c\20tm*\2c\20char\2c\20char\29\20const +8632:std::__2::numpunct::~numpunct\28\29_16405 +8633:std::__2::numpunct::do_truename\28\29\20const +8634:std::__2::numpunct::do_grouping\28\29\20const +8635:std::__2::numpunct::do_falsename\28\29\20const +8636:std::__2::numpunct::~numpunct\28\29_16412 +8637:std::__2::numpunct::do_truename\28\29\20const +8638:std::__2::numpunct::do_thousands_sep\28\29\20const +8639:std::__2::numpunct::do_grouping\28\29\20const +8640:std::__2::numpunct::do_falsename\28\29\20const +8641:std::__2::numpunct::do_decimal_point\28\29\20const +8642:std::__2::num_put>>::do_put\28std::__2::ostreambuf_iterator>\2c\20std::__2::ios_base&\2c\20wchar_t\2c\20void\20const*\29\20const +8643:std::__2::num_put>>::do_put\28std::__2::ostreambuf_iterator>\2c\20std::__2::ios_base&\2c\20wchar_t\2c\20unsigned\20long\29\20const +8644:std::__2::num_put>>::do_put\28std::__2::ostreambuf_iterator>\2c\20std::__2::ios_base&\2c\20wchar_t\2c\20unsigned\20long\20long\29\20const +8645:std::__2::num_put>>::do_put\28std::__2::ostreambuf_iterator>\2c\20std::__2::ios_base&\2c\20wchar_t\2c\20long\29\20const +8646:std::__2::num_put>>::do_put\28std::__2::ostreambuf_iterator>\2c\20std::__2::ios_base&\2c\20wchar_t\2c\20long\20long\29\20const +8647:std::__2::num_put>>::do_put\28std::__2::ostreambuf_iterator>\2c\20std::__2::ios_base&\2c\20wchar_t\2c\20long\20double\29\20const +8648:std::__2::num_put>>::do_put\28std::__2::ostreambuf_iterator>\2c\20std::__2::ios_base&\2c\20wchar_t\2c\20double\29\20const +8649:std::__2::num_put>>::do_put\28std::__2::ostreambuf_iterator>\2c\20std::__2::ios_base&\2c\20wchar_t\2c\20bool\29\20const +8650:std::__2::num_put>>::do_put\28std::__2::ostreambuf_iterator>\2c\20std::__2::ios_base&\2c\20char\2c\20void\20const*\29\20const +8651:std::__2::num_put>>::do_put\28std::__2::ostreambuf_iterator>\2c\20std::__2::ios_base&\2c\20char\2c\20unsigned\20long\29\20const +8652:std::__2::num_put>>::do_put\28std::__2::ostreambuf_iterator>\2c\20std::__2::ios_base&\2c\20char\2c\20unsigned\20long\20long\29\20const +8653:std::__2::num_put>>::do_put\28std::__2::ostreambuf_iterator>\2c\20std::__2::ios_base&\2c\20char\2c\20long\29\20const +8654:std::__2::num_put>>::do_put\28std::__2::ostreambuf_iterator>\2c\20std::__2::ios_base&\2c\20char\2c\20long\20long\29\20const +8655:std::__2::num_put>>::do_put\28std::__2::ostreambuf_iterator>\2c\20std::__2::ios_base&\2c\20char\2c\20long\20double\29\20const +8656:std::__2::num_put>>::do_put\28std::__2::ostreambuf_iterator>\2c\20std::__2::ios_base&\2c\20char\2c\20double\29\20const +8657:std::__2::num_put>>::do_put\28std::__2::ostreambuf_iterator>\2c\20std::__2::ios_base&\2c\20char\2c\20bool\29\20const +8658:std::__2::num_get>>::do_get\28std::__2::istreambuf_iterator>\2c\20std::__2::istreambuf_iterator>\2c\20std::__2::ios_base&\2c\20unsigned\20int&\2c\20void*&\29\20const +8659:std::__2::num_get>>::do_get\28std::__2::istreambuf_iterator>\2c\20std::__2::istreambuf_iterator>\2c\20std::__2::ios_base&\2c\20unsigned\20int&\2c\20unsigned\20short&\29\20const +8660:std::__2::num_get>>::do_get\28std::__2::istreambuf_iterator>\2c\20std::__2::istreambuf_iterator>\2c\20std::__2::ios_base&\2c\20unsigned\20int&\2c\20unsigned\20long\20long&\29\20const +8661:std::__2::num_get>>::do_get\28std::__2::istreambuf_iterator>\2c\20std::__2::istreambuf_iterator>\2c\20std::__2::ios_base&\2c\20unsigned\20int&\2c\20long\20long&\29\20const +8662:std::__2::num_get>>::do_get\28std::__2::istreambuf_iterator>\2c\20std::__2::istreambuf_iterator>\2c\20std::__2::ios_base&\2c\20unsigned\20int&\2c\20long\20double&\29\20const +8663:std::__2::num_get>>::do_get\28std::__2::istreambuf_iterator>\2c\20std::__2::istreambuf_iterator>\2c\20std::__2::ios_base&\2c\20unsigned\20int&\2c\20long&\29\20const +8664:std::__2::num_get>>::do_get\28std::__2::istreambuf_iterator>\2c\20std::__2::istreambuf_iterator>\2c\20std::__2::ios_base&\2c\20unsigned\20int&\2c\20float&\29\20const +8665:std::__2::num_get>>::do_get\28std::__2::istreambuf_iterator>\2c\20std::__2::istreambuf_iterator>\2c\20std::__2::ios_base&\2c\20unsigned\20int&\2c\20double&\29\20const +8666:std::__2::num_get>>::do_get\28std::__2::istreambuf_iterator>\2c\20std::__2::istreambuf_iterator>\2c\20std::__2::ios_base&\2c\20unsigned\20int&\2c\20bool&\29\20const +8667:std::__2::num_get>>::do_get\28std::__2::istreambuf_iterator>\2c\20std::__2::istreambuf_iterator>\2c\20std::__2::ios_base&\2c\20unsigned\20int&\2c\20void*&\29\20const +8668:std::__2::num_get>>::do_get\28std::__2::istreambuf_iterator>\2c\20std::__2::istreambuf_iterator>\2c\20std::__2::ios_base&\2c\20unsigned\20int&\2c\20unsigned\20short&\29\20const +8669:std::__2::num_get>>::do_get\28std::__2::istreambuf_iterator>\2c\20std::__2::istreambuf_iterator>\2c\20std::__2::ios_base&\2c\20unsigned\20int&\2c\20unsigned\20long\20long&\29\20const +8670:std::__2::num_get>>::do_get\28std::__2::istreambuf_iterator>\2c\20std::__2::istreambuf_iterator>\2c\20std::__2::ios_base&\2c\20unsigned\20int&\2c\20long\20long&\29\20const +8671:std::__2::num_get>>::do_get\28std::__2::istreambuf_iterator>\2c\20std::__2::istreambuf_iterator>\2c\20std::__2::ios_base&\2c\20unsigned\20int&\2c\20long\20double&\29\20const +8672:std::__2::num_get>>::do_get\28std::__2::istreambuf_iterator>\2c\20std::__2::istreambuf_iterator>\2c\20std::__2::ios_base&\2c\20unsigned\20int&\2c\20long&\29\20const +8673:std::__2::num_get>>::do_get\28std::__2::istreambuf_iterator>\2c\20std::__2::istreambuf_iterator>\2c\20std::__2::ios_base&\2c\20unsigned\20int&\2c\20float&\29\20const +8674:std::__2::num_get>>::do_get\28std::__2::istreambuf_iterator>\2c\20std::__2::istreambuf_iterator>\2c\20std::__2::ios_base&\2c\20unsigned\20int&\2c\20double&\29\20const +8675:std::__2::num_get>>::do_get\28std::__2::istreambuf_iterator>\2c\20std::__2::istreambuf_iterator>\2c\20std::__2::ios_base&\2c\20unsigned\20int&\2c\20bool&\29\20const +8676:std::__2::money_put>>::do_put\28std::__2::ostreambuf_iterator>\2c\20bool\2c\20std::__2::ios_base&\2c\20wchar_t\2c\20std::__2::basic_string\2c\20std::__2::allocator>\20const&\29\20const +8677:std::__2::money_put>>::do_put\28std::__2::ostreambuf_iterator>\2c\20bool\2c\20std::__2::ios_base&\2c\20wchar_t\2c\20long\20double\29\20const +8678:std::__2::money_put>>::do_put\28std::__2::ostreambuf_iterator>\2c\20bool\2c\20std::__2::ios_base&\2c\20char\2c\20std::__2::basic_string\2c\20std::__2::allocator>\20const&\29\20const +8679:std::__2::money_put>>::do_put\28std::__2::ostreambuf_iterator>\2c\20bool\2c\20std::__2::ios_base&\2c\20char\2c\20long\20double\29\20const +8680:std::__2::money_get>>::do_get\28std::__2::istreambuf_iterator>\2c\20std::__2::istreambuf_iterator>\2c\20bool\2c\20std::__2::ios_base&\2c\20unsigned\20int&\2c\20std::__2::basic_string\2c\20std::__2::allocator>&\29\20const +8681:std::__2::money_get>>::do_get\28std::__2::istreambuf_iterator>\2c\20std::__2::istreambuf_iterator>\2c\20bool\2c\20std::__2::ios_base&\2c\20unsigned\20int&\2c\20long\20double&\29\20const +8682:std::__2::money_get>>::do_get\28std::__2::istreambuf_iterator>\2c\20std::__2::istreambuf_iterator>\2c\20bool\2c\20std::__2::ios_base&\2c\20unsigned\20int&\2c\20std::__2::basic_string\2c\20std::__2::allocator>&\29\20const +8683:std::__2::money_get>>::do_get\28std::__2::istreambuf_iterator>\2c\20std::__2::istreambuf_iterator>\2c\20bool\2c\20std::__2::ios_base&\2c\20unsigned\20int&\2c\20long\20double&\29\20const +8684:std::__2::messages::do_get\28long\2c\20int\2c\20int\2c\20std::__2::basic_string\2c\20std::__2::allocator>\20const&\29\20const +8685:std::__2::messages::do_get\28long\2c\20int\2c\20int\2c\20std::__2::basic_string\2c\20std::__2::allocator>\20const&\29\20const +8686:std::__2::locale::__imp::~__imp\28\29_16510 +8687:std::__2::ios_base::~ios_base\28\29_15614 +8688:std::__2::ctype::do_widen\28char\20const*\2c\20char\20const*\2c\20wchar_t*\29\20const +8689:std::__2::ctype::do_toupper\28wchar_t\29\20const +8690:std::__2::ctype::do_toupper\28wchar_t*\2c\20wchar_t\20const*\29\20const +8691:std::__2::ctype::do_tolower\28wchar_t\29\20const +8692:std::__2::ctype::do_tolower\28wchar_t*\2c\20wchar_t\20const*\29\20const +8693:std::__2::ctype::do_scan_not\28unsigned\20long\2c\20wchar_t\20const*\2c\20wchar_t\20const*\29\20const +8694:std::__2::ctype::do_scan_is\28unsigned\20long\2c\20wchar_t\20const*\2c\20wchar_t\20const*\29\20const +8695:std::__2::ctype::do_narrow\28wchar_t\2c\20char\29\20const +8696:std::__2::ctype::do_narrow\28wchar_t\20const*\2c\20wchar_t\20const*\2c\20char\2c\20char*\29\20const +8697:std::__2::ctype::do_is\28wchar_t\20const*\2c\20wchar_t\20const*\2c\20unsigned\20long*\29\20const +8698:std::__2::ctype::do_is\28unsigned\20long\2c\20wchar_t\29\20const +8699:std::__2::ctype::~ctype\28\29_16497 +8700:std::__2::ctype::do_widen\28char\20const*\2c\20char\20const*\2c\20char*\29\20const +8701:std::__2::ctype::do_toupper\28char\29\20const +8702:std::__2::ctype::do_toupper\28char*\2c\20char\20const*\29\20const +8703:std::__2::ctype::do_tolower\28char\29\20const +8704:std::__2::ctype::do_tolower\28char*\2c\20char\20const*\29\20const +8705:std::__2::ctype::do_narrow\28char\2c\20char\29\20const +8706:std::__2::ctype::do_narrow\28char\20const*\2c\20char\20const*\2c\20char\2c\20char*\29\20const +8707:std::__2::collate::do_transform\28wchar_t\20const*\2c\20wchar_t\20const*\29\20const +8708:std::__2::collate::do_hash\28wchar_t\20const*\2c\20wchar_t\20const*\29\20const +8709:std::__2::collate::do_compare\28wchar_t\20const*\2c\20wchar_t\20const*\2c\20wchar_t\20const*\2c\20wchar_t\20const*\29\20const +8710:std::__2::collate::do_transform\28char\20const*\2c\20char\20const*\29\20const +8711:std::__2::collate::do_hash\28char\20const*\2c\20char\20const*\29\20const +8712:std::__2::collate::do_compare\28char\20const*\2c\20char\20const*\2c\20char\20const*\2c\20char\20const*\29\20const +8713:std::__2::codecvt::~codecvt\28\29_16457 +8714:std::__2::codecvt::do_unshift\28__mbstate_t&\2c\20char*\2c\20char*\2c\20char*&\29\20const +8715:std::__2::codecvt::do_out\28__mbstate_t&\2c\20wchar_t\20const*\2c\20wchar_t\20const*\2c\20wchar_t\20const*&\2c\20char*\2c\20char*\2c\20char*&\29\20const +8716:std::__2::codecvt::do_max_length\28\29\20const +8717:std::__2::codecvt::do_length\28__mbstate_t&\2c\20char\20const*\2c\20char\20const*\2c\20unsigned\20long\29\20const +8718:std::__2::codecvt::do_in\28__mbstate_t&\2c\20char\20const*\2c\20char\20const*\2c\20char\20const*&\2c\20wchar_t*\2c\20wchar_t*\2c\20wchar_t*&\29\20const +8719:std::__2::codecvt::do_encoding\28\29\20const +8720:std::__2::codecvt::do_length\28__mbstate_t&\2c\20char\20const*\2c\20char\20const*\2c\20unsigned\20long\29\20const +8721:std::__2::basic_stringbuf\2c\20std::__2::allocator>::~basic_stringbuf\28\29_15586 +8722:std::__2::basic_stringbuf\2c\20std::__2::allocator>::underflow\28\29 +8723:std::__2::basic_stringbuf\2c\20std::__2::allocator>::seekpos\28std::__2::fpos<__mbstate_t>\2c\20unsigned\20int\29 +8724:std::__2::basic_stringbuf\2c\20std::__2::allocator>::seekoff\28long\20long\2c\20std::__2::ios_base::seekdir\2c\20unsigned\20int\29 +8725:std::__2::basic_stringbuf\2c\20std::__2::allocator>::pbackfail\28int\29 +8726:std::__2::basic_stringbuf\2c\20std::__2::allocator>::overflow\28int\29 +8727:std::__2::basic_streambuf>::~basic_streambuf\28\29_15424 +8728:std::__2::basic_streambuf>::xsputn\28char\20const*\2c\20long\29 +8729:std::__2::basic_streambuf>::xsgetn\28char*\2c\20long\29 +8730:std::__2::basic_streambuf>::uflow\28\29 +8731:std::__2::basic_streambuf>::setbuf\28char*\2c\20long\29 +8732:std::__2::basic_streambuf>::seekpos\28std::__2::fpos<__mbstate_t>\2c\20unsigned\20int\29 +8733:std::__2::basic_streambuf>::seekoff\28long\20long\2c\20std::__2::ios_base::seekdir\2c\20unsigned\20int\29 +8734:std::__2::bad_function_call::what\28\29\20const +8735:std::__2::__time_get_c_storage::__x\28\29\20const +8736:std::__2::__time_get_c_storage::__weeks\28\29\20const +8737:std::__2::__time_get_c_storage::__r\28\29\20const +8738:std::__2::__time_get_c_storage::__months\28\29\20const +8739:std::__2::__time_get_c_storage::__c\28\29\20const +8740:std::__2::__time_get_c_storage::__am_pm\28\29\20const +8741:std::__2::__time_get_c_storage::__X\28\29\20const +8742:std::__2::__time_get_c_storage::__x\28\29\20const +8743:std::__2::__time_get_c_storage::__weeks\28\29\20const +8744:std::__2::__time_get_c_storage::__r\28\29\20const +8745:std::__2::__time_get_c_storage::__months\28\29\20const +8746:std::__2::__time_get_c_storage::__c\28\29\20const +8747:std::__2::__time_get_c_storage::__am_pm\28\29\20const +8748:std::__2::__time_get_c_storage::__X\28\29\20const +8749:std::__2::__shared_ptr_pointer::__shared_ptr_default_delete\2c\20std::__2::allocator>::__on_zero_shared\28\29 +8750:std::__2::__shared_ptr_emplace>\2c\20std::__2::allocator>>>::~__shared_ptr_emplace\28\29_804 +8751:std::__2::__shared_ptr_emplace>\2c\20std::__2::allocator>>>::~__shared_ptr_emplace\28\29 +8752:std::__2::__shared_ptr_emplace>\2c\20std::__2::allocator>>>::__on_zero_shared\28\29 +8753:std::__2::__shared_ptr_emplace>::~__shared_ptr_emplace\28\29_8041 +8754:std::__2::__shared_ptr_emplace>::~__shared_ptr_emplace\28\29 +8755:std::__2::__shared_ptr_emplace>::__on_zero_shared\28\29 +8756:std::__2::__shared_ptr_emplace>::~__shared_ptr_emplace\28\29_8313 +8757:std::__2::__shared_ptr_emplace>::~__shared_ptr_emplace\28\29 +8758:std::__2::__shared_ptr_emplace>::__on_zero_shared\28\29 +8759:std::__2::__shared_ptr_emplace>::~__shared_ptr_emplace\28\29_1504 +8760:std::__2::__shared_ptr_emplace>::~__shared_ptr_emplace\28\29 +8761:std::__2::__shared_ptr_emplace>::__on_zero_shared\28\29 +8762:std::__2::__shared_ptr_emplace>::~__shared_ptr_emplace\28\29_1541 +8763:std::__2::__shared_ptr_emplace>::~__shared_ptr_emplace\28\29 +8764:std::__2::__shared_ptr_emplace>::~__shared_ptr_emplace\28\29_1605 +8765:std::__2::__shared_ptr_emplace>::~__shared_ptr_emplace\28\29 +8766:std::__2::__shared_ptr_emplace>::__on_zero_shared\28\29 +8767:std::__2::__shared_ptr_emplace>::~__shared_ptr_emplace\28\29_406 +8768:std::__2::__shared_ptr_emplace>::~__shared_ptr_emplace\28\29 +8769:std::__2::__shared_ptr_emplace>::__on_zero_shared\28\29 +8770:std::__2::__shared_ptr_emplace>::~__shared_ptr_emplace\28\29_1768 +8771:std::__2::__shared_ptr_emplace>::~__shared_ptr_emplace\28\29 +8772:std::__2::__shared_ptr_emplace>::~__shared_ptr_emplace\28\29_1536 +8773:std::__2::__shared_ptr_emplace>::~__shared_ptr_emplace\28\29 +8774:std::__2::__shared_ptr_emplace>::~__shared_ptr_emplace\28\29_1754 +8775:std::__2::__shared_ptr_emplace>::~__shared_ptr_emplace\28\29 +8776:std::__2::__shared_ptr_emplace>::__on_zero_shared\28\29 +8777:std::__2::__shared_ptr_emplace>::~__shared_ptr_emplace\28\29_1524 +8778:std::__2::__shared_ptr_emplace>::~__shared_ptr_emplace\28\29 +8779:std::__2::__shared_ptr_emplace>::~__shared_ptr_emplace\28\29_1576 +8780:std::__2::__shared_ptr_emplace>::~__shared_ptr_emplace\28\29 +8781:std::__2::__shared_ptr_emplace>::__on_zero_shared\28\29 +8782:std::__2::__shared_ptr_emplace>::~__shared_ptr_emplace\28\29_1739 +8783:std::__2::__shared_ptr_emplace>::~__shared_ptr_emplace\28\29 +8784:std::__2::__shared_ptr_emplace>::~__shared_ptr_emplace\28\29_1725 +8785:std::__2::__shared_ptr_emplace>::~__shared_ptr_emplace\28\29 +8786:std::__2::__shared_ptr_emplace>::~__shared_ptr_emplace\28\29_1711 +8787:std::__2::__shared_ptr_emplace>::~__shared_ptr_emplace\28\29 +8788:std::__2::__shared_ptr_emplace>::__on_zero_shared\28\29 +8789:std::__2::__shared_ptr_emplace>::~__shared_ptr_emplace\28\29_1695 +8790:std::__2::__shared_ptr_emplace>::~__shared_ptr_emplace\28\29 +8791:std::__2::__shared_ptr_emplace>::__on_zero_shared\28\29 +8792:std::__2::__shared_ptr_emplace>::~__shared_ptr_emplace\28\29_445 +8793:std::__2::__shared_ptr_emplace>::~__shared_ptr_emplace\28\29 +8794:std::__2::__shared_ptr_emplace>::~__shared_ptr_emplace\28\29_1679 +8795:std::__2::__shared_ptr_emplace>::~__shared_ptr_emplace\28\29 +8796:std::__2::__shared_ptr_emplace>::~__shared_ptr_emplace\28\29_1519 +8797:std::__2::__shared_ptr_emplace>::~__shared_ptr_emplace\28\29 +8798:std::__2::__shared_ptr_emplace>::~__shared_ptr_emplace\28\29_8550 +8799:std::__2::__shared_ptr_emplace>::~__shared_ptr_emplace\28\29 +8800:std::__2::__shared_ptr_emplace>::__on_zero_shared\28\29 +8801:std::__2::__shared_ptr_emplace>::~__shared_ptr_emplace\28\29_6089 +8802:std::__2::__shared_ptr_emplace>::~__shared_ptr_emplace\28\29 +8803:std::__2::__function::__func\2c\20bool\20\28skia::textlayout::Run\20const*\2c\20float\2c\20skia::textlayout::SkRange\2c\20float*\29>::operator\28\29\28skia::textlayout::Run\20const*&&\2c\20float&&\2c\20skia::textlayout::SkRange&&\2c\20float*&&\29 +8804:std::__2::__function::__func\2c\20bool\20\28skia::textlayout::Run\20const*\2c\20float\2c\20skia::textlayout::SkRange\2c\20float*\29>::__clone\28std::__2::__function::__base\2c\20float*\29>*\29\20const +8805:std::__2::__function::__func\2c\20bool\20\28skia::textlayout::Run\20const*\2c\20float\2c\20skia::textlayout::SkRange\2c\20float*\29>::__clone\28\29\20const +8806:std::__2::__function::__func\2c\20float*\29\20const::'lambda'\28skia::textlayout::SkRange\2c\20skia::textlayout::TextStyle\20const&\2c\20skia::textlayout::TextLine::ClipContext\20const&\29\2c\20std::__2::allocator\2c\20float*\29\20const::'lambda'\28skia::textlayout::SkRange\2c\20skia::textlayout::TextStyle\20const&\2c\20skia::textlayout::TextLine::ClipContext\20const&\29>\2c\20void\20\28skia::textlayout::SkRange\2c\20skia::textlayout::TextStyle\20const&\2c\20skia::textlayout::TextLine::ClipContext\20const&\29>::operator\28\29\28skia::textlayout::SkRange&&\2c\20skia::textlayout::TextStyle\20const&\2c\20skia::textlayout::TextLine::ClipContext\20const&\29 +8807:std::__2::__function::__func\2c\20float*\29\20const::'lambda'\28skia::textlayout::SkRange\2c\20skia::textlayout::TextStyle\20const&\2c\20skia::textlayout::TextLine::ClipContext\20const&\29\2c\20std::__2::allocator\2c\20float*\29\20const::'lambda'\28skia::textlayout::SkRange\2c\20skia::textlayout::TextStyle\20const&\2c\20skia::textlayout::TextLine::ClipContext\20const&\29>\2c\20void\20\28skia::textlayout::SkRange\2c\20skia::textlayout::TextStyle\20const&\2c\20skia::textlayout::TextLine::ClipContext\20const&\29>::__clone\28std::__2::__function::__base\2c\20skia::textlayout::TextStyle\20const&\2c\20skia::textlayout::TextLine::ClipContext\20const&\29>*\29\20const +8808:std::__2::__function::__func\2c\20float*\29\20const::'lambda'\28skia::textlayout::SkRange\2c\20skia::textlayout::TextStyle\20const&\2c\20skia::textlayout::TextLine::ClipContext\20const&\29\2c\20std::__2::allocator\2c\20float*\29\20const::'lambda'\28skia::textlayout::SkRange\2c\20skia::textlayout::TextStyle\20const&\2c\20skia::textlayout::TextLine::ClipContext\20const&\29>\2c\20void\20\28skia::textlayout::SkRange\2c\20skia::textlayout::TextStyle\20const&\2c\20skia::textlayout::TextLine::ClipContext\20const&\29>::__clone\28\29\20const +8809:std::__2::__function::__func\2c\20bool\20\28skia::textlayout::Run\20const*\2c\20float\2c\20skia::textlayout::SkRange\2c\20float*\29>::operator\28\29\28skia::textlayout::Run\20const*&&\2c\20float&&\2c\20skia::textlayout::SkRange&&\2c\20float*&&\29 +8810:std::__2::__function::__func\2c\20bool\20\28skia::textlayout::Run\20const*\2c\20float\2c\20skia::textlayout::SkRange\2c\20float*\29>::__clone\28std::__2::__function::__base\2c\20float*\29>*\29\20const +8811:std::__2::__function::__func\2c\20bool\20\28skia::textlayout::Run\20const*\2c\20float\2c\20skia::textlayout::SkRange\2c\20float*\29>::__clone\28\29\20const +8812:std::__2::__function::__func\2c\20float*\29\20const::'lambda'\28skia::textlayout::SkRange\2c\20skia::textlayout::TextStyle\20const&\2c\20skia::textlayout::TextLine::ClipContext\20const&\29\2c\20std::__2::allocator\2c\20float*\29\20const::'lambda'\28skia::textlayout::SkRange\2c\20skia::textlayout::TextStyle\20const&\2c\20skia::textlayout::TextLine::ClipContext\20const&\29>\2c\20void\20\28skia::textlayout::SkRange\2c\20skia::textlayout::TextStyle\20const&\2c\20skia::textlayout::TextLine::ClipContext\20const&\29>::operator\28\29\28skia::textlayout::SkRange&&\2c\20skia::textlayout::TextStyle\20const&\2c\20skia::textlayout::TextLine::ClipContext\20const&\29 +8813:std::__2::__function::__func\2c\20float*\29\20const::'lambda'\28skia::textlayout::SkRange\2c\20skia::textlayout::TextStyle\20const&\2c\20skia::textlayout::TextLine::ClipContext\20const&\29\2c\20std::__2::allocator\2c\20float*\29\20const::'lambda'\28skia::textlayout::SkRange\2c\20skia::textlayout::TextStyle\20const&\2c\20skia::textlayout::TextLine::ClipContext\20const&\29>\2c\20void\20\28skia::textlayout::SkRange\2c\20skia::textlayout::TextStyle\20const&\2c\20skia::textlayout::TextLine::ClipContext\20const&\29>::__clone\28std::__2::__function::__base\2c\20skia::textlayout::TextStyle\20const&\2c\20skia::textlayout::TextLine::ClipContext\20const&\29>*\29\20const +8814:std::__2::__function::__func\2c\20float*\29\20const::'lambda'\28skia::textlayout::SkRange\2c\20skia::textlayout::TextStyle\20const&\2c\20skia::textlayout::TextLine::ClipContext\20const&\29\2c\20std::__2::allocator\2c\20float*\29\20const::'lambda'\28skia::textlayout::SkRange\2c\20skia::textlayout::TextStyle\20const&\2c\20skia::textlayout::TextLine::ClipContext\20const&\29>\2c\20void\20\28skia::textlayout::SkRange\2c\20skia::textlayout::TextStyle\20const&\2c\20skia::textlayout::TextLine::ClipContext\20const&\29>::__clone\28\29\20const +8815:std::__2::__function::__func\2c\20bool\20\28skia::textlayout::Run\20const*\2c\20float\2c\20skia::textlayout::SkRange\2c\20float*\29>::operator\28\29\28skia::textlayout::Run\20const*&&\2c\20float&&\2c\20skia::textlayout::SkRange&&\2c\20float*&&\29 +8816:std::__2::__function::__func\2c\20bool\20\28skia::textlayout::Run\20const*\2c\20float\2c\20skia::textlayout::SkRange\2c\20float*\29>::__clone\28std::__2::__function::__base\2c\20float*\29>*\29\20const +8817:std::__2::__function::__func\2c\20bool\20\28skia::textlayout::Run\20const*\2c\20float\2c\20skia::textlayout::SkRange\2c\20float*\29>::__clone\28\29\20const +8818:std::__2::__function::__func\2c\20float*\29\20const::'lambda'\28skia::textlayout::SkRange\2c\20skia::textlayout::TextStyle\20const&\2c\20skia::textlayout::TextLine::ClipContext\20const&\29\2c\20std::__2::allocator\2c\20float*\29\20const::'lambda'\28skia::textlayout::SkRange\2c\20skia::textlayout::TextStyle\20const&\2c\20skia::textlayout::TextLine::ClipContext\20const&\29>\2c\20void\20\28skia::textlayout::SkRange\2c\20skia::textlayout::TextStyle\20const&\2c\20skia::textlayout::TextLine::ClipContext\20const&\29>::operator\28\29\28skia::textlayout::SkRange&&\2c\20skia::textlayout::TextStyle\20const&\2c\20skia::textlayout::TextLine::ClipContext\20const&\29 +8819:std::__2::__function::__func\2c\20float*\29\20const::'lambda'\28skia::textlayout::SkRange\2c\20skia::textlayout::TextStyle\20const&\2c\20skia::textlayout::TextLine::ClipContext\20const&\29\2c\20std::__2::allocator\2c\20float*\29\20const::'lambda'\28skia::textlayout::SkRange\2c\20skia::textlayout::TextStyle\20const&\2c\20skia::textlayout::TextLine::ClipContext\20const&\29>\2c\20void\20\28skia::textlayout::SkRange\2c\20skia::textlayout::TextStyle\20const&\2c\20skia::textlayout::TextLine::ClipContext\20const&\29>::__clone\28std::__2::__function::__base\2c\20skia::textlayout::TextStyle\20const&\2c\20skia::textlayout::TextLine::ClipContext\20const&\29>*\29\20const +8820:std::__2::__function::__func\2c\20float*\29\20const::'lambda'\28skia::textlayout::SkRange\2c\20skia::textlayout::TextStyle\20const&\2c\20skia::textlayout::TextLine::ClipContext\20const&\29\2c\20std::__2::allocator\2c\20float*\29\20const::'lambda'\28skia::textlayout::SkRange\2c\20skia::textlayout::TextStyle\20const&\2c\20skia::textlayout::TextLine::ClipContext\20const&\29>\2c\20void\20\28skia::textlayout::SkRange\2c\20skia::textlayout::TextStyle\20const&\2c\20skia::textlayout::TextLine::ClipContext\20const&\29>::__clone\28\29\20const +8821:std::__2::__function::__func\2c\20bool\20\28skia::textlayout::Cluster\20const*\2c\20unsigned\20long\2c\20bool\29>::operator\28\29\28skia::textlayout::Cluster\20const*&&\2c\20unsigned\20long&&\2c\20bool&&\29 +8822:std::__2::__function::__func\2c\20bool\20\28skia::textlayout::Cluster\20const*\2c\20unsigned\20long\2c\20bool\29>::__clone\28std::__2::__function::__base*\29\20const +8823:std::__2::__function::__func\2c\20bool\20\28skia::textlayout::Cluster\20const*\2c\20unsigned\20long\2c\20bool\29>::__clone\28\29\20const +8824:std::__2::__function::__func\2c\20bool\20\28skia::textlayout::Cluster\20const*\2c\20unsigned\20long\2c\20bool\29>::operator\28\29\28skia::textlayout::Cluster\20const*&&\2c\20unsigned\20long&&\2c\20bool&&\29 +8825:std::__2::__function::__func\2c\20bool\20\28skia::textlayout::Cluster\20const*\2c\20unsigned\20long\2c\20bool\29>::__clone\28std::__2::__function::__base*\29\20const +8826:std::__2::__function::__func\2c\20bool\20\28skia::textlayout::Cluster\20const*\2c\20unsigned\20long\2c\20bool\29>::__clone\28\29\20const +8827:std::__2::__function::__func\2c\20skia::textlayout::RectHeightStyle\2c\20skia::textlayout::RectWidthStyle\2c\20std::__2::vector>&\29\20const::$_0\2c\20std::__2::allocator\2c\20skia::textlayout::RectHeightStyle\2c\20skia::textlayout::RectWidthStyle\2c\20std::__2::vector>&\29\20const::$_0>\2c\20bool\20\28skia::textlayout::Run\20const*\2c\20float\2c\20skia::textlayout::SkRange\2c\20float*\29>::operator\28\29\28skia::textlayout::Run\20const*&&\2c\20float&&\2c\20skia::textlayout::SkRange&&\2c\20float*&&\29 +8828:std::__2::__function::__func\2c\20skia::textlayout::RectHeightStyle\2c\20skia::textlayout::RectWidthStyle\2c\20std::__2::vector>&\29\20const::$_0\2c\20std::__2::allocator\2c\20skia::textlayout::RectHeightStyle\2c\20skia::textlayout::RectWidthStyle\2c\20std::__2::vector>&\29\20const::$_0>\2c\20bool\20\28skia::textlayout::Run\20const*\2c\20float\2c\20skia::textlayout::SkRange\2c\20float*\29>::__clone\28std::__2::__function::__base\2c\20float*\29>*\29\20const +8829:std::__2::__function::__func\2c\20skia::textlayout::RectHeightStyle\2c\20skia::textlayout::RectWidthStyle\2c\20std::__2::vector>&\29\20const::$_0\2c\20std::__2::allocator\2c\20skia::textlayout::RectHeightStyle\2c\20skia::textlayout::RectWidthStyle\2c\20std::__2::vector>&\29\20const::$_0>\2c\20bool\20\28skia::textlayout::Run\20const*\2c\20float\2c\20skia::textlayout::SkRange\2c\20float*\29>::__clone\28\29\20const +8830:std::__2::__function::__func\2c\20skia::textlayout::RectHeightStyle\2c\20skia::textlayout::RectWidthStyle\2c\20std::__2::vector>&\29\20const::$_0::operator\28\29\28skia::textlayout::Run\20const*\2c\20float\2c\20skia::textlayout::SkRange\2c\20float*\29\20const::'lambda'\28skia::textlayout::SkRange\2c\20skia::textlayout::TextStyle\20const&\2c\20skia::textlayout::TextLine::ClipContext\20const&\29\2c\20std::__2::allocator\2c\20skia::textlayout::RectHeightStyle\2c\20skia::textlayout::RectWidthStyle\2c\20std::__2::vector>&\29\20const::$_0::operator\28\29\28skia::textlayout::Run\20const*\2c\20float\2c\20skia::textlayout::SkRange\2c\20float*\29\20const::'lambda'\28skia::textlayout::SkRange\2c\20skia::textlayout::TextStyle\20const&\2c\20skia::textlayout::TextLine::ClipContext\20const&\29>\2c\20void\20\28skia::textlayout::SkRange\2c\20skia::textlayout::TextStyle\20const&\2c\20skia::textlayout::TextLine::ClipContext\20const&\29>::operator\28\29\28skia::textlayout::SkRange&&\2c\20skia::textlayout::TextStyle\20const&\2c\20skia::textlayout::TextLine::ClipContext\20const&\29 +8831:std::__2::__function::__func\2c\20skia::textlayout::RectHeightStyle\2c\20skia::textlayout::RectWidthStyle\2c\20std::__2::vector>&\29\20const::$_0::operator\28\29\28skia::textlayout::Run\20const*\2c\20float\2c\20skia::textlayout::SkRange\2c\20float*\29\20const::'lambda'\28skia::textlayout::SkRange\2c\20skia::textlayout::TextStyle\20const&\2c\20skia::textlayout::TextLine::ClipContext\20const&\29\2c\20std::__2::allocator\2c\20skia::textlayout::RectHeightStyle\2c\20skia::textlayout::RectWidthStyle\2c\20std::__2::vector>&\29\20const::$_0::operator\28\29\28skia::textlayout::Run\20const*\2c\20float\2c\20skia::textlayout::SkRange\2c\20float*\29\20const::'lambda'\28skia::textlayout::SkRange\2c\20skia::textlayout::TextStyle\20const&\2c\20skia::textlayout::TextLine::ClipContext\20const&\29>\2c\20void\20\28skia::textlayout::SkRange\2c\20skia::textlayout::TextStyle\20const&\2c\20skia::textlayout::TextLine::ClipContext\20const&\29>::__clone\28std::__2::__function::__base\2c\20skia::textlayout::TextStyle\20const&\2c\20skia::textlayout::TextLine::ClipContext\20const&\29>*\29\20const +8832:std::__2::__function::__func\2c\20skia::textlayout::RectHeightStyle\2c\20skia::textlayout::RectWidthStyle\2c\20std::__2::vector>&\29\20const::$_0::operator\28\29\28skia::textlayout::Run\20const*\2c\20float\2c\20skia::textlayout::SkRange\2c\20float*\29\20const::'lambda'\28skia::textlayout::SkRange\2c\20skia::textlayout::TextStyle\20const&\2c\20skia::textlayout::TextLine::ClipContext\20const&\29\2c\20std::__2::allocator\2c\20skia::textlayout::RectHeightStyle\2c\20skia::textlayout::RectWidthStyle\2c\20std::__2::vector>&\29\20const::$_0::operator\28\29\28skia::textlayout::Run\20const*\2c\20float\2c\20skia::textlayout::SkRange\2c\20float*\29\20const::'lambda'\28skia::textlayout::SkRange\2c\20skia::textlayout::TextStyle\20const&\2c\20skia::textlayout::TextLine::ClipContext\20const&\29>\2c\20void\20\28skia::textlayout::SkRange\2c\20skia::textlayout::TextStyle\20const&\2c\20skia::textlayout::TextLine::ClipContext\20const&\29>::__clone\28\29\20const +8833:std::__2::__function::__func>&\29::$_0\2c\20std::__2::allocator>&\29::$_0>\2c\20bool\20\28skia::textlayout::Run\20const*\2c\20float\2c\20skia::textlayout::SkRange\2c\20float*\29>::operator\28\29\28skia::textlayout::Run\20const*&&\2c\20float&&\2c\20skia::textlayout::SkRange&&\2c\20float*&&\29 +8834:std::__2::__function::__func>&\29::$_0\2c\20std::__2::allocator>&\29::$_0>\2c\20bool\20\28skia::textlayout::Run\20const*\2c\20float\2c\20skia::textlayout::SkRange\2c\20float*\29>::__clone\28std::__2::__function::__base\2c\20float*\29>*\29\20const +8835:std::__2::__function::__func>&\29::$_0\2c\20std::__2::allocator>&\29::$_0>\2c\20bool\20\28skia::textlayout::Run\20const*\2c\20float\2c\20skia::textlayout::SkRange\2c\20float*\29>::__clone\28\29\20const +8836:std::__2::__function::__func\2c\20bool\20\28skia::textlayout::Run\20const*\2c\20float\2c\20skia::textlayout::SkRange\2c\20float*\29>::operator\28\29\28skia::textlayout::Run\20const*&&\2c\20float&&\2c\20skia::textlayout::SkRange&&\2c\20float*&&\29 +8837:std::__2::__function::__func\2c\20bool\20\28skia::textlayout::Run\20const*\2c\20float\2c\20skia::textlayout::SkRange\2c\20float*\29>::__clone\28std::__2::__function::__base\2c\20float*\29>*\29\20const +8838:std::__2::__function::__func\2c\20bool\20\28skia::textlayout::Run\20const*\2c\20float\2c\20skia::textlayout::SkRange\2c\20float*\29>::__clone\28\29\20const +8839:std::__2::__function::__func\2c\20float*\29\20const::'lambda'\28skia::textlayout::SkRange\2c\20skia::textlayout::TextStyle\20const&\2c\20skia::textlayout::TextLine::ClipContext\20const&\29\2c\20std::__2::allocator\2c\20float*\29\20const::'lambda'\28skia::textlayout::SkRange\2c\20skia::textlayout::TextStyle\20const&\2c\20skia::textlayout::TextLine::ClipContext\20const&\29>\2c\20void\20\28skia::textlayout::SkRange\2c\20skia::textlayout::TextStyle\20const&\2c\20skia::textlayout::TextLine::ClipContext\20const&\29>::operator\28\29\28skia::textlayout::SkRange&&\2c\20skia::textlayout::TextStyle\20const&\2c\20skia::textlayout::TextLine::ClipContext\20const&\29 +8840:std::__2::__function::__func\2c\20float*\29\20const::'lambda'\28skia::textlayout::SkRange\2c\20skia::textlayout::TextStyle\20const&\2c\20skia::textlayout::TextLine::ClipContext\20const&\29\2c\20std::__2::allocator\2c\20float*\29\20const::'lambda'\28skia::textlayout::SkRange\2c\20skia::textlayout::TextStyle\20const&\2c\20skia::textlayout::TextLine::ClipContext\20const&\29>\2c\20void\20\28skia::textlayout::SkRange\2c\20skia::textlayout::TextStyle\20const&\2c\20skia::textlayout::TextLine::ClipContext\20const&\29>::__clone\28std::__2::__function::__base\2c\20skia::textlayout::TextStyle\20const&\2c\20skia::textlayout::TextLine::ClipContext\20const&\29>*\29\20const +8841:std::__2::__function::__func\2c\20float*\29\20const::'lambda'\28skia::textlayout::SkRange\2c\20skia::textlayout::TextStyle\20const&\2c\20skia::textlayout::TextLine::ClipContext\20const&\29\2c\20std::__2::allocator\2c\20float*\29\20const::'lambda'\28skia::textlayout::SkRange\2c\20skia::textlayout::TextStyle\20const&\2c\20skia::textlayout::TextLine::ClipContext\20const&\29>\2c\20void\20\28skia::textlayout::SkRange\2c\20skia::textlayout::TextStyle\20const&\2c\20skia::textlayout::TextLine::ClipContext\20const&\29>::__clone\28\29\20const +8842:std::__2::__function::__func\2c\20bool\20\28skia::textlayout::Run\20const*\2c\20float\2c\20skia::textlayout::SkRange\2c\20float*\29>::operator\28\29\28skia::textlayout::Run\20const*&&\2c\20float&&\2c\20skia::textlayout::SkRange&&\2c\20float*&&\29 +8843:std::__2::__function::__func\2c\20bool\20\28skia::textlayout::Run\20const*\2c\20float\2c\20skia::textlayout::SkRange\2c\20float*\29>::__clone\28std::__2::__function::__base\2c\20float*\29>*\29\20const +8844:std::__2::__function::__func\2c\20bool\20\28skia::textlayout::Run\20const*\2c\20float\2c\20skia::textlayout::SkRange\2c\20float*\29>::__clone\28\29\20const +8845:std::__2::__function::__func\2c\20float*\29\20const::'lambda'\28skia::textlayout::SkRange\2c\20skia::textlayout::TextStyle\20const&\2c\20skia::textlayout::TextLine::ClipContext\20const&\29\2c\20std::__2::allocator\2c\20float*\29\20const::'lambda'\28skia::textlayout::SkRange\2c\20skia::textlayout::TextStyle\20const&\2c\20skia::textlayout::TextLine::ClipContext\20const&\29>\2c\20void\20\28skia::textlayout::SkRange\2c\20skia::textlayout::TextStyle\20const&\2c\20skia::textlayout::TextLine::ClipContext\20const&\29>::operator\28\29\28skia::textlayout::SkRange&&\2c\20skia::textlayout::TextStyle\20const&\2c\20skia::textlayout::TextLine::ClipContext\20const&\29 +8846:std::__2::__function::__func\2c\20float*\29\20const::'lambda'\28skia::textlayout::SkRange\2c\20skia::textlayout::TextStyle\20const&\2c\20skia::textlayout::TextLine::ClipContext\20const&\29\2c\20std::__2::allocator\2c\20float*\29\20const::'lambda'\28skia::textlayout::SkRange\2c\20skia::textlayout::TextStyle\20const&\2c\20skia::textlayout::TextLine::ClipContext\20const&\29>\2c\20void\20\28skia::textlayout::SkRange\2c\20skia::textlayout::TextStyle\20const&\2c\20skia::textlayout::TextLine::ClipContext\20const&\29>::__clone\28std::__2::__function::__base\2c\20skia::textlayout::TextStyle\20const&\2c\20skia::textlayout::TextLine::ClipContext\20const&\29>*\29\20const +8847:std::__2::__function::__func\2c\20float*\29\20const::'lambda'\28skia::textlayout::SkRange\2c\20skia::textlayout::TextStyle\20const&\2c\20skia::textlayout::TextLine::ClipContext\20const&\29\2c\20std::__2::allocator\2c\20float*\29\20const::'lambda'\28skia::textlayout::SkRange\2c\20skia::textlayout::TextStyle\20const&\2c\20skia::textlayout::TextLine::ClipContext\20const&\29>\2c\20void\20\28skia::textlayout::SkRange\2c\20skia::textlayout::TextStyle\20const&\2c\20skia::textlayout::TextLine::ClipContext\20const&\29>::__clone\28\29\20const +8848:std::__2::__function::__func\2c\20bool\20\28skia::textlayout::Run\20const*\2c\20float\2c\20skia::textlayout::SkRange\2c\20float*\29>::operator\28\29\28skia::textlayout::Run\20const*&&\2c\20float&&\2c\20skia::textlayout::SkRange&&\2c\20float*&&\29 +8849:std::__2::__function::__func\2c\20bool\20\28skia::textlayout::Run\20const*\2c\20float\2c\20skia::textlayout::SkRange\2c\20float*\29>::__clone\28std::__2::__function::__base\2c\20float*\29>*\29\20const +8850:std::__2::__function::__func\2c\20bool\20\28skia::textlayout::Run\20const*\2c\20float\2c\20skia::textlayout::SkRange\2c\20float*\29>::__clone\28\29\20const +8851:std::__2::__function::__func\2c\20float*\29\20const::'lambda'\28skia::textlayout::SkRange\2c\20skia::textlayout::TextStyle\20const&\2c\20skia::textlayout::TextLine::ClipContext\20const&\29\2c\20std::__2::allocator\2c\20float*\29\20const::'lambda'\28skia::textlayout::SkRange\2c\20skia::textlayout::TextStyle\20const&\2c\20skia::textlayout::TextLine::ClipContext\20const&\29>\2c\20void\20\28skia::textlayout::SkRange\2c\20skia::textlayout::TextStyle\20const&\2c\20skia::textlayout::TextLine::ClipContext\20const&\29>::operator\28\29\28skia::textlayout::SkRange&&\2c\20skia::textlayout::TextStyle\20const&\2c\20skia::textlayout::TextLine::ClipContext\20const&\29 +8852:std::__2::__function::__func\2c\20float*\29\20const::'lambda'\28skia::textlayout::SkRange\2c\20skia::textlayout::TextStyle\20const&\2c\20skia::textlayout::TextLine::ClipContext\20const&\29\2c\20std::__2::allocator\2c\20float*\29\20const::'lambda'\28skia::textlayout::SkRange\2c\20skia::textlayout::TextStyle\20const&\2c\20skia::textlayout::TextLine::ClipContext\20const&\29>\2c\20void\20\28skia::textlayout::SkRange\2c\20skia::textlayout::TextStyle\20const&\2c\20skia::textlayout::TextLine::ClipContext\20const&\29>::__clone\28std::__2::__function::__base\2c\20skia::textlayout::TextStyle\20const&\2c\20skia::textlayout::TextLine::ClipContext\20const&\29>*\29\20const +8853:std::__2::__function::__func\2c\20float*\29\20const::'lambda'\28skia::textlayout::SkRange\2c\20skia::textlayout::TextStyle\20const&\2c\20skia::textlayout::TextLine::ClipContext\20const&\29\2c\20std::__2::allocator\2c\20float*\29\20const::'lambda'\28skia::textlayout::SkRange\2c\20skia::textlayout::TextStyle\20const&\2c\20skia::textlayout::TextLine::ClipContext\20const&\29>\2c\20void\20\28skia::textlayout::SkRange\2c\20skia::textlayout::TextStyle\20const&\2c\20skia::textlayout::TextLine::ClipContext\20const&\29>::__clone\28\29\20const +8854:std::__2::__function::__func\2c\20bool\20\28skia::textlayout::Run\20const*\2c\20float\2c\20skia::textlayout::SkRange\2c\20float*\29>::operator\28\29\28skia::textlayout::Run\20const*&&\2c\20float&&\2c\20skia::textlayout::SkRange&&\2c\20float*&&\29 +8855:std::__2::__function::__func\2c\20bool\20\28skia::textlayout::Run\20const*\2c\20float\2c\20skia::textlayout::SkRange\2c\20float*\29>::__clone\28std::__2::__function::__base\2c\20float*\29>*\29\20const +8856:std::__2::__function::__func\2c\20bool\20\28skia::textlayout::Run\20const*\2c\20float\2c\20skia::textlayout::SkRange\2c\20float*\29>::__clone\28\29\20const +8857:std::__2::__function::__func\2c\20float*\29\20const::'lambda'\28skia::textlayout::SkRange\2c\20skia::textlayout::TextStyle\20const&\2c\20skia::textlayout::TextLine::ClipContext\20const&\29\2c\20std::__2::allocator\2c\20float*\29\20const::'lambda'\28skia::textlayout::SkRange\2c\20skia::textlayout::TextStyle\20const&\2c\20skia::textlayout::TextLine::ClipContext\20const&\29>\2c\20void\20\28skia::textlayout::SkRange\2c\20skia::textlayout::TextStyle\20const&\2c\20skia::textlayout::TextLine::ClipContext\20const&\29>::operator\28\29\28skia::textlayout::SkRange&&\2c\20skia::textlayout::TextStyle\20const&\2c\20skia::textlayout::TextLine::ClipContext\20const&\29 +8858:std::__2::__function::__func\2c\20float*\29\20const::'lambda'\28skia::textlayout::SkRange\2c\20skia::textlayout::TextStyle\20const&\2c\20skia::textlayout::TextLine::ClipContext\20const&\29\2c\20std::__2::allocator\2c\20float*\29\20const::'lambda'\28skia::textlayout::SkRange\2c\20skia::textlayout::TextStyle\20const&\2c\20skia::textlayout::TextLine::ClipContext\20const&\29>\2c\20void\20\28skia::textlayout::SkRange\2c\20skia::textlayout::TextStyle\20const&\2c\20skia::textlayout::TextLine::ClipContext\20const&\29>::__clone\28std::__2::__function::__base\2c\20skia::textlayout::TextStyle\20const&\2c\20skia::textlayout::TextLine::ClipContext\20const&\29>*\29\20const +8859:std::__2::__function::__func\2c\20float*\29\20const::'lambda'\28skia::textlayout::SkRange\2c\20skia::textlayout::TextStyle\20const&\2c\20skia::textlayout::TextLine::ClipContext\20const&\29\2c\20std::__2::allocator\2c\20float*\29\20const::'lambda'\28skia::textlayout::SkRange\2c\20skia::textlayout::TextStyle\20const&\2c\20skia::textlayout::TextLine::ClipContext\20const&\29>\2c\20void\20\28skia::textlayout::SkRange\2c\20skia::textlayout::TextStyle\20const&\2c\20skia::textlayout::TextLine::ClipContext\20const&\29>::__clone\28\29\20const +8860:std::__2::__function::__func\20const&\29::$_0\2c\20std::__2::allocator\20const&\29::$_0>\2c\20bool\20\28skia::textlayout::Run\20const*\2c\20float\2c\20skia::textlayout::SkRange\2c\20float*\29>::operator\28\29\28skia::textlayout::Run\20const*&&\2c\20float&&\2c\20skia::textlayout::SkRange&&\2c\20float*&&\29 +8861:std::__2::__function::__func\20const&\29::$_0\2c\20std::__2::allocator\20const&\29::$_0>\2c\20bool\20\28skia::textlayout::Run\20const*\2c\20float\2c\20skia::textlayout::SkRange\2c\20float*\29>::__clone\28std::__2::__function::__base\2c\20float*\29>*\29\20const +8862:std::__2::__function::__func\20const&\29::$_0\2c\20std::__2::allocator\20const&\29::$_0>\2c\20bool\20\28skia::textlayout::Run\20const*\2c\20float\2c\20skia::textlayout::SkRange\2c\20float*\29>::__clone\28\29\20const +8863:std::__2::__function::__func\20const&\29::$_0::operator\28\29\28skia::textlayout::Run\20const*\2c\20float\2c\20skia::textlayout::SkRange\2c\20float*\29\20const::'lambda'\28skia::textlayout::SkRange\2c\20skia::textlayout::TextStyle\20const&\2c\20skia::textlayout::TextLine::ClipContext\20const&\29\2c\20std::__2::allocator\20const&\29::$_0::operator\28\29\28skia::textlayout::Run\20const*\2c\20float\2c\20skia::textlayout::SkRange\2c\20float*\29\20const::'lambda'\28skia::textlayout::SkRange\2c\20skia::textlayout::TextStyle\20const&\2c\20skia::textlayout::TextLine::ClipContext\20const&\29>\2c\20void\20\28skia::textlayout::SkRange\2c\20skia::textlayout::TextStyle\20const&\2c\20skia::textlayout::TextLine::ClipContext\20const&\29>::operator\28\29\28skia::textlayout::SkRange&&\2c\20skia::textlayout::TextStyle\20const&\2c\20skia::textlayout::TextLine::ClipContext\20const&\29 +8864:std::__2::__function::__func\20const&\29::$_0::operator\28\29\28skia::textlayout::Run\20const*\2c\20float\2c\20skia::textlayout::SkRange\2c\20float*\29\20const::'lambda'\28skia::textlayout::SkRange\2c\20skia::textlayout::TextStyle\20const&\2c\20skia::textlayout::TextLine::ClipContext\20const&\29\2c\20std::__2::allocator\20const&\29::$_0::operator\28\29\28skia::textlayout::Run\20const*\2c\20float\2c\20skia::textlayout::SkRange\2c\20float*\29\20const::'lambda'\28skia::textlayout::SkRange\2c\20skia::textlayout::TextStyle\20const&\2c\20skia::textlayout::TextLine::ClipContext\20const&\29>\2c\20void\20\28skia::textlayout::SkRange\2c\20skia::textlayout::TextStyle\20const&\2c\20skia::textlayout::TextLine::ClipContext\20const&\29>::__clone\28std::__2::__function::__base\2c\20skia::textlayout::TextStyle\20const&\2c\20skia::textlayout::TextLine::ClipContext\20const&\29>*\29\20const +8865:std::__2::__function::__func\20const&\29::$_0::operator\28\29\28skia::textlayout::Run\20const*\2c\20float\2c\20skia::textlayout::SkRange\2c\20float*\29\20const::'lambda'\28skia::textlayout::SkRange\2c\20skia::textlayout::TextStyle\20const&\2c\20skia::textlayout::TextLine::ClipContext\20const&\29\2c\20std::__2::allocator\20const&\29::$_0::operator\28\29\28skia::textlayout::Run\20const*\2c\20float\2c\20skia::textlayout::SkRange\2c\20float*\29\20const::'lambda'\28skia::textlayout::SkRange\2c\20skia::textlayout::TextStyle\20const&\2c\20skia::textlayout::TextLine::ClipContext\20const&\29>\2c\20void\20\28skia::textlayout::SkRange\2c\20skia::textlayout::TextStyle\20const&\2c\20skia::textlayout::TextLine::ClipContext\20const&\29>::__clone\28\29\20const +8866:std::__2::__function::__func\2c\20void\20\28skia::textlayout::SkRange\2c\20skia::textlayout::SkRange\2c\20skia::textlayout::SkRange\2c\20skia::textlayout::SkRange\2c\20skia::textlayout::SkRange\2c\20float\2c\20unsigned\20long\2c\20unsigned\20long\2c\20SkPoint\2c\20SkPoint\2c\20skia::textlayout::InternalLineMetrics\2c\20bool\29>::operator\28\29\28skia::textlayout::SkRange&&\2c\20skia::textlayout::SkRange&&\2c\20skia::textlayout::SkRange&&\2c\20skia::textlayout::SkRange&&\2c\20skia::textlayout::SkRange&&\2c\20float&&\2c\20unsigned\20long&&\2c\20unsigned\20long&&\2c\20SkPoint&&\2c\20SkPoint&&\2c\20skia::textlayout::InternalLineMetrics&&\2c\20bool&&\29 +8867:std::__2::__function::__func\2c\20void\20\28skia::textlayout::SkRange\2c\20skia::textlayout::SkRange\2c\20skia::textlayout::SkRange\2c\20skia::textlayout::SkRange\2c\20skia::textlayout::SkRange\2c\20float\2c\20unsigned\20long\2c\20unsigned\20long\2c\20SkPoint\2c\20SkPoint\2c\20skia::textlayout::InternalLineMetrics\2c\20bool\29>::__clone\28std::__2::__function::__base\2c\20skia::textlayout::SkRange\2c\20skia::textlayout::SkRange\2c\20skia::textlayout::SkRange\2c\20skia::textlayout::SkRange\2c\20float\2c\20unsigned\20long\2c\20unsigned\20long\2c\20SkPoint\2c\20SkPoint\2c\20skia::textlayout::InternalLineMetrics\2c\20bool\29>*\29\20const +8868:std::__2::__function::__func\2c\20void\20\28skia::textlayout::SkRange\2c\20skia::textlayout::SkRange\2c\20skia::textlayout::SkRange\2c\20skia::textlayout::SkRange\2c\20skia::textlayout::SkRange\2c\20float\2c\20unsigned\20long\2c\20unsigned\20long\2c\20SkPoint\2c\20SkPoint\2c\20skia::textlayout::InternalLineMetrics\2c\20bool\29>::__clone\28\29\20const +8869:std::__2::__function::__func\2c\20void\20\28skia::textlayout::Cluster*\29>::operator\28\29\28skia::textlayout::Cluster*&&\29 +8870:std::__2::__function::__func\2c\20void\20\28skia::textlayout::Cluster*\29>::__clone\28std::__2::__function::__base*\29\20const +8871:std::__2::__function::__func\2c\20void\20\28skia::textlayout::Cluster*\29>::__clone\28\29\20const +8872:std::__2::__function::__func\2c\20void\20\28skia::textlayout::ParagraphImpl*\2c\20char\20const*\2c\20bool\29>::__clone\28std::__2::__function::__base*\29\20const +8873:std::__2::__function::__func\2c\20void\20\28skia::textlayout::ParagraphImpl*\2c\20char\20const*\2c\20bool\29>::__clone\28\29\20const +8874:std::__2::__function::__func\2c\20float\20\28skia::textlayout::SkRange\2c\20SkSpan\2c\20float&\2c\20unsigned\20long\2c\20unsigned\20char\29>::operator\28\29\28skia::textlayout::SkRange&&\2c\20SkSpan&&\2c\20float&\2c\20unsigned\20long&&\2c\20unsigned\20char&&\29 +8875:std::__2::__function::__func\2c\20float\20\28skia::textlayout::SkRange\2c\20SkSpan\2c\20float&\2c\20unsigned\20long\2c\20unsigned\20char\29>::__clone\28std::__2::__function::__base\2c\20SkSpan\2c\20float&\2c\20unsigned\20long\2c\20unsigned\20char\29>*\29\20const +8876:std::__2::__function::__func\2c\20float\20\28skia::textlayout::SkRange\2c\20SkSpan\2c\20float&\2c\20unsigned\20long\2c\20unsigned\20char\29>::__clone\28\29\20const +8877:std::__2::__function::__func\2c\20SkSpan\2c\20float&\2c\20unsigned\20long\2c\20unsigned\20char\29\20const::'lambda'\28skia::textlayout::Block\2c\20skia_private::TArray\29\2c\20std::__2::allocator\2c\20SkSpan\2c\20float&\2c\20unsigned\20long\2c\20unsigned\20char\29\20const::'lambda'\28skia::textlayout::Block\2c\20skia_private::TArray\29>\2c\20void\20\28skia::textlayout::Block\2c\20skia_private::TArray\29>::operator\28\29\28skia::textlayout::Block&&\2c\20skia_private::TArray&&\29 +8878:std::__2::__function::__func\2c\20SkSpan\2c\20float&\2c\20unsigned\20long\2c\20unsigned\20char\29\20const::'lambda'\28skia::textlayout::Block\2c\20skia_private::TArray\29\2c\20std::__2::allocator\2c\20SkSpan\2c\20float&\2c\20unsigned\20long\2c\20unsigned\20char\29\20const::'lambda'\28skia::textlayout::Block\2c\20skia_private::TArray\29>\2c\20void\20\28skia::textlayout::Block\2c\20skia_private::TArray\29>::__clone\28std::__2::__function::__base\29>*\29\20const +8879:std::__2::__function::__func\2c\20SkSpan\2c\20float&\2c\20unsigned\20long\2c\20unsigned\20char\29\20const::'lambda'\28skia::textlayout::Block\2c\20skia_private::TArray\29\2c\20std::__2::allocator\2c\20SkSpan\2c\20float&\2c\20unsigned\20long\2c\20unsigned\20char\29\20const::'lambda'\28skia::textlayout::Block\2c\20skia_private::TArray\29>\2c\20void\20\28skia::textlayout::Block\2c\20skia_private::TArray\29>::__clone\28\29\20const +8880:std::__2::__function::__func\2c\20SkSpan\2c\20float&\2c\20unsigned\20long\2c\20unsigned\20char\29\20const::'lambda'\28skia::textlayout::Block\2c\20skia_private::TArray\29::operator\28\29\28skia::textlayout::Block\2c\20skia_private::TArray\29\20const::'lambda'\28sk_sp\29\2c\20std::__2::allocator\2c\20SkSpan\2c\20float&\2c\20unsigned\20long\2c\20unsigned\20char\29\20const::'lambda'\28skia::textlayout::Block\2c\20skia_private::TArray\29::operator\28\29\28skia::textlayout::Block\2c\20skia_private::TArray\29\20const::'lambda'\28sk_sp\29>\2c\20skia::textlayout::OneLineShaper::Resolved\20\28sk_sp\29>::operator\28\29\28sk_sp&&\29 +8881:std::__2::__function::__func\2c\20SkSpan\2c\20float&\2c\20unsigned\20long\2c\20unsigned\20char\29\20const::'lambda'\28skia::textlayout::Block\2c\20skia_private::TArray\29::operator\28\29\28skia::textlayout::Block\2c\20skia_private::TArray\29\20const::'lambda'\28sk_sp\29\2c\20std::__2::allocator\2c\20SkSpan\2c\20float&\2c\20unsigned\20long\2c\20unsigned\20char\29\20const::'lambda'\28skia::textlayout::Block\2c\20skia_private::TArray\29::operator\28\29\28skia::textlayout::Block\2c\20skia_private::TArray\29\20const::'lambda'\28sk_sp\29>\2c\20skia::textlayout::OneLineShaper::Resolved\20\28sk_sp\29>::__clone\28std::__2::__function::__base\29>*\29\20const +8882:std::__2::__function::__func\2c\20SkSpan\2c\20float&\2c\20unsigned\20long\2c\20unsigned\20char\29\20const::'lambda'\28skia::textlayout::Block\2c\20skia_private::TArray\29::operator\28\29\28skia::textlayout::Block\2c\20skia_private::TArray\29\20const::'lambda'\28sk_sp\29\2c\20std::__2::allocator\2c\20SkSpan\2c\20float&\2c\20unsigned\20long\2c\20unsigned\20char\29\20const::'lambda'\28skia::textlayout::Block\2c\20skia_private::TArray\29::operator\28\29\28skia::textlayout::Block\2c\20skia_private::TArray\29\20const::'lambda'\28sk_sp\29>\2c\20skia::textlayout::OneLineShaper::Resolved\20\28sk_sp\29>::__clone\28\29\20const +8883:std::__2::__function::__func\2c\20void\20\28skia::textlayout::SkRange\29>::operator\28\29\28skia::textlayout::SkRange&&\29 +8884:std::__2::__function::__func\2c\20void\20\28skia::textlayout::SkRange\29>::__clone\28std::__2::__function::__base\29>*\29\20const +8885:std::__2::__function::__func\2c\20void\20\28skia::textlayout::SkRange\29>::__clone\28\29\20const +8886:std::__2::__function::__func\2c\20void\20\28sktext::gpu::AtlasSubRun\20const*\2c\20SkPoint\2c\20SkPaint\20const&\2c\20sk_sp\2c\20sktext::gpu::RendererData\29>::operator\28\29\28sktext::gpu::AtlasSubRun\20const*&&\2c\20SkPoint&&\2c\20SkPaint\20const&\2c\20sk_sp&&\2c\20sktext::gpu::RendererData&&\29 +8887:std::__2::__function::__func\2c\20void\20\28sktext::gpu::AtlasSubRun\20const*\2c\20SkPoint\2c\20SkPaint\20const&\2c\20sk_sp\2c\20sktext::gpu::RendererData\29>::__clone\28std::__2::__function::__base\2c\20sktext::gpu::RendererData\29>*\29\20const +8888:std::__2::__function::__func\2c\20void\20\28sktext::gpu::AtlasSubRun\20const*\2c\20SkPoint\2c\20SkPaint\20const&\2c\20sk_sp\2c\20sktext::gpu::RendererData\29>::__clone\28\29\20const +8889:std::__2::__function::__func\2c\20void\20\28void*\2c\20void\20const*\29>::~__func\28\29_10634 +8890:std::__2::__function::__func\2c\20void\20\28void*\2c\20void\20const*\29>::operator\28\29\28void*&&\2c\20void\20const*&&\29 +8891:std::__2::__function::__func\2c\20void\20\28void*\2c\20void\20const*\29>::destroy_deallocate\28\29 +8892:std::__2::__function::__func\2c\20void\20\28void*\2c\20void\20const*\29>::destroy\28\29 +8893:std::__2::__function::__func\2c\20void\20\28void*\2c\20void\20const*\29>::__clone\28std::__2::__function::__base*\29\20const +8894:std::__2::__function::__func\2c\20void\20\28void*\2c\20void\20const*\29>::__clone\28\29\20const +8895:std::__2::__function::__func\2c\20void\20\28\29>::operator\28\29\28\29 +8896:std::__2::__function::__func\2c\20void\20\28\29>::__clone\28std::__2::__function::__base*\29\20const +8897:std::__2::__function::__func\2c\20void\20\28\29>::__clone\28\29\20const +8898:std::__2::__function::__func\2c\20void\20\28\29>::operator\28\29\28\29 +8899:std::__2::__function::__func\2c\20void\20\28\29>::__clone\28std::__2::__function::__base*\29\20const +8900:std::__2::__function::__func\2c\20void\20\28\29>::__clone\28\29\20const +8901:std::__2::__function::__func\2c\20void\20\28GrSurfaceProxy*\2c\20skgpu::Mipmapped\29>::operator\28\29\28GrSurfaceProxy*&&\2c\20skgpu::Mipmapped&&\29 +8902:std::__2::__function::__func\2c\20void\20\28GrSurfaceProxy*\2c\20skgpu::Mipmapped\29>::__clone\28std::__2::__function::__base*\29\20const +8903:std::__2::__function::__func\2c\20void\20\28GrSurfaceProxy*\2c\20skgpu::Mipmapped\29>::__clone\28\29\20const +8904:std::__2::__function::__func>\2c\20GrTextureResolveManager\2c\20GrCaps\20const&\29::$_0\2c\20std::__2::allocator>\2c\20GrTextureResolveManager\2c\20GrCaps\20const&\29::$_0>\2c\20void\20\28GrSurfaceProxy*\2c\20skgpu::Mipmapped\29>::operator\28\29\28GrSurfaceProxy*&&\2c\20skgpu::Mipmapped&&\29 +8905:std::__2::__function::__func>\2c\20GrTextureResolveManager\2c\20GrCaps\20const&\29::$_0\2c\20std::__2::allocator>\2c\20GrTextureResolveManager\2c\20GrCaps\20const&\29::$_0>\2c\20void\20\28GrSurfaceProxy*\2c\20skgpu::Mipmapped\29>::__clone\28std::__2::__function::__base*\29\20const +8906:std::__2::__function::__func>\2c\20GrTextureResolveManager\2c\20GrCaps\20const&\29::$_0\2c\20std::__2::allocator>\2c\20GrTextureResolveManager\2c\20GrCaps\20const&\29::$_0>\2c\20void\20\28GrSurfaceProxy*\2c\20skgpu::Mipmapped\29>::__clone\28\29\20const +8907:std::__2::__function::__func>\2c\20bool\2c\20GrProcessorSet::Analysis\20const&\2c\20GrAppliedClip&&\2c\20GrDstProxyView\20const&\2c\20GrTextureResolveManager\2c\20GrCaps\20const&\29::$_0\2c\20std::__2::allocator>\2c\20bool\2c\20GrProcessorSet::Analysis\20const&\2c\20GrAppliedClip&&\2c\20GrDstProxyView\20const&\2c\20GrTextureResolveManager\2c\20GrCaps\20const&\29::$_0>\2c\20void\20\28GrSurfaceProxy*\2c\20skgpu::Mipmapped\29>::operator\28\29\28GrSurfaceProxy*&&\2c\20skgpu::Mipmapped&&\29 +8908:std::__2::__function::__func>\2c\20bool\2c\20GrProcessorSet::Analysis\20const&\2c\20GrAppliedClip&&\2c\20GrDstProxyView\20const&\2c\20GrTextureResolveManager\2c\20GrCaps\20const&\29::$_0\2c\20std::__2::allocator>\2c\20bool\2c\20GrProcessorSet::Analysis\20const&\2c\20GrAppliedClip&&\2c\20GrDstProxyView\20const&\2c\20GrTextureResolveManager\2c\20GrCaps\20const&\29::$_0>\2c\20void\20\28GrSurfaceProxy*\2c\20skgpu::Mipmapped\29>::__clone\28std::__2::__function::__base*\29\20const +8909:std::__2::__function::__func>\2c\20bool\2c\20GrProcessorSet::Analysis\20const&\2c\20GrAppliedClip&&\2c\20GrDstProxyView\20const&\2c\20GrTextureResolveManager\2c\20GrCaps\20const&\29::$_0\2c\20std::__2::allocator>\2c\20bool\2c\20GrProcessorSet::Analysis\20const&\2c\20GrAppliedClip&&\2c\20GrDstProxyView\20const&\2c\20GrTextureResolveManager\2c\20GrCaps\20const&\29::$_0>\2c\20void\20\28GrSurfaceProxy*\2c\20skgpu::Mipmapped\29>::__clone\28\29\20const +8910:std::__2::__function::__func\2c\20void\20\28sktext::gpu::AtlasSubRun\20const*\2c\20SkPoint\2c\20SkPaint\20const&\2c\20sk_sp\2c\20sktext::gpu::RendererData\29>::operator\28\29\28sktext::gpu::AtlasSubRun\20const*&&\2c\20SkPoint&&\2c\20SkPaint\20const&\2c\20sk_sp&&\2c\20sktext::gpu::RendererData&&\29 +8911:std::__2::__function::__func\2c\20void\20\28sktext::gpu::AtlasSubRun\20const*\2c\20SkPoint\2c\20SkPaint\20const&\2c\20sk_sp\2c\20sktext::gpu::RendererData\29>::__clone\28std::__2::__function::__base\2c\20sktext::gpu::RendererData\29>*\29\20const +8912:std::__2::__function::__func\2c\20void\20\28sktext::gpu::AtlasSubRun\20const*\2c\20SkPoint\2c\20SkPaint\20const&\2c\20sk_sp\2c\20sktext::gpu::RendererData\29>::__clone\28\29\20const +8913:std::__2::__function::__func\2c\20std::__2::tuple\20\28sktext::gpu::GlyphVector*\2c\20int\2c\20int\2c\20skgpu::MaskFormat\2c\20int\29>::operator\28\29\28sktext::gpu::GlyphVector*&&\2c\20int&&\2c\20int&&\2c\20skgpu::MaskFormat&&\2c\20int&&\29 +8914:std::__2::__function::__func\2c\20std::__2::tuple\20\28sktext::gpu::GlyphVector*\2c\20int\2c\20int\2c\20skgpu::MaskFormat\2c\20int\29>::__clone\28std::__2::__function::__base\20\28sktext::gpu::GlyphVector*\2c\20int\2c\20int\2c\20skgpu::MaskFormat\2c\20int\29>*\29\20const +8915:std::__2::__function::__func\2c\20std::__2::tuple\20\28sktext::gpu::GlyphVector*\2c\20int\2c\20int\2c\20skgpu::MaskFormat\2c\20int\29>::__clone\28\29\20const +8916:std::__2::__function::__func>\2c\20SkIRect\20const&\2c\20SkMatrix\20const&\2c\20SkPath\20const&\29::$_0\2c\20std::__2::allocator>\2c\20SkIRect\20const&\2c\20SkMatrix\20const&\2c\20SkPath\20const&\29::$_0>\2c\20bool\20\28GrSurfaceProxy\20const*\29>::operator\28\29\28GrSurfaceProxy\20const*&&\29 +8917:std::__2::__function::__func>\2c\20SkIRect\20const&\2c\20SkMatrix\20const&\2c\20SkPath\20const&\29::$_0\2c\20std::__2::allocator>\2c\20SkIRect\20const&\2c\20SkMatrix\20const&\2c\20SkPath\20const&\29::$_0>\2c\20bool\20\28GrSurfaceProxy\20const*\29>::__clone\28std::__2::__function::__base*\29\20const +8918:std::__2::__function::__func>\2c\20SkIRect\20const&\2c\20SkMatrix\20const&\2c\20SkPath\20const&\29::$_0\2c\20std::__2::allocator>\2c\20SkIRect\20const&\2c\20SkMatrix\20const&\2c\20SkPath\20const&\29::$_0>\2c\20bool\20\28GrSurfaceProxy\20const*\29>::__clone\28\29\20const +8919:std::__2::__function::__func\2c\20sk_sp\20\28SkIRect\29>::operator\28\29\28SkIRect&&\29 +8920:std::__2::__function::__func\2c\20sk_sp\20\28SkIRect\29>::__clone\28std::__2::__function::__base\20\28SkIRect\29>*\29\20const +8921:std::__2::__function::__func\2c\20sk_sp\20\28SkIRect\29>::__clone\28\29\20const +8922:std::__2::__function::__func\2c\20sk_sp\20\28SkIRect\29>::operator\28\29\28SkIRect&&\29 +8923:std::__2::__function::__func\2c\20sk_sp\20\28SkIRect\29>::__clone\28std::__2::__function::__base\20\28SkIRect\29>*\29\20const +8924:std::__2::__function::__func\2c\20sk_sp\20\28SkIRect\29>::__clone\28\29\20const +8925:std::__2::__function::__func\2c\20void\20\28int\2c\20char\20const*\29>::operator\28\29\28int&&\2c\20char\20const*&&\29 +8926:std::__2::__function::__func\2c\20void\20\28int\2c\20char\20const*\29>::__clone\28std::__2::__function::__base*\29\20const +8927:std::__2::__function::__func\2c\20void\20\28int\2c\20char\20const*\29>::__clone\28\29\20const +8928:std::__2::__function::__func\28GrOp\20const*\2c\20GrSurfaceProxy\20const*\29::'lambda'\28GrSurfaceProxy*\2c\20skgpu::Mipmapped\29\2c\20std::__2::allocator\28GrOp\20const*\2c\20GrSurfaceProxy\20const*\29::'lambda'\28GrSurfaceProxy*\2c\20skgpu::Mipmapped\29>\2c\20void\20\28GrSurfaceProxy*\2c\20skgpu::Mipmapped\29>::__clone\28std::__2::__function::__base*\29\20const +8929:std::__2::__function::__func\28GrOp\20const*\2c\20GrSurfaceProxy\20const*\29::'lambda'\28GrSurfaceProxy*\2c\20skgpu::Mipmapped\29\2c\20std::__2::allocator\28GrOp\20const*\2c\20GrSurfaceProxy\20const*\29::'lambda'\28GrSurfaceProxy*\2c\20skgpu::Mipmapped\29>\2c\20void\20\28GrSurfaceProxy*\2c\20skgpu::Mipmapped\29>::__clone\28\29\20const +8930:std::__2::__function::__func\28GrFragmentProcessor\20const*\2c\20GrSurfaceProxy\20const*\29::'lambda'\28GrSurfaceProxy*\2c\20skgpu::Mipmapped\29\2c\20std::__2::allocator\28GrFragmentProcessor\20const*\2c\20GrSurfaceProxy\20const*\29::'lambda'\28GrSurfaceProxy*\2c\20skgpu::Mipmapped\29>\2c\20void\20\28GrSurfaceProxy*\2c\20skgpu::Mipmapped\29>::__clone\28std::__2::__function::__base*\29\20const +8931:std::__2::__function::__func\28GrFragmentProcessor\20const*\2c\20GrSurfaceProxy\20const*\29::'lambda'\28GrSurfaceProxy*\2c\20skgpu::Mipmapped\29\2c\20std::__2::allocator\28GrFragmentProcessor\20const*\2c\20GrSurfaceProxy\20const*\29::'lambda'\28GrSurfaceProxy*\2c\20skgpu::Mipmapped\29>\2c\20void\20\28GrSurfaceProxy*\2c\20skgpu::Mipmapped\29>::__clone\28\29\20const +8932:std::__2::__function::__func<\28anonymous\20namespace\29::render_sw_mask\28GrRecordingContext*\2c\20SkIRect\20const&\2c\20skgpu::ganesh::ClipStack::Element\20const**\2c\20int\29::$_0\2c\20std::__2::allocator<\28anonymous\20namespace\29::render_sw_mask\28GrRecordingContext*\2c\20SkIRect\20const&\2c\20skgpu::ganesh::ClipStack::Element\20const**\2c\20int\29::$_0>\2c\20void\20\28\29>::operator\28\29\28\29 +8933:std::__2::__function::__func<\28anonymous\20namespace\29::render_sw_mask\28GrRecordingContext*\2c\20SkIRect\20const&\2c\20skgpu::ganesh::ClipStack::Element\20const**\2c\20int\29::$_0\2c\20std::__2::allocator<\28anonymous\20namespace\29::render_sw_mask\28GrRecordingContext*\2c\20SkIRect\20const&\2c\20skgpu::ganesh::ClipStack::Element\20const**\2c\20int\29::$_0>\2c\20void\20\28\29>::__clone\28std::__2::__function::__base*\29\20const +8934:std::__2::__function::__func<\28anonymous\20namespace\29::render_sw_mask\28GrRecordingContext*\2c\20SkIRect\20const&\2c\20skgpu::ganesh::ClipStack::Element\20const**\2c\20int\29::$_0\2c\20std::__2::allocator<\28anonymous\20namespace\29::render_sw_mask\28GrRecordingContext*\2c\20SkIRect\20const&\2c\20skgpu::ganesh::ClipStack::Element\20const**\2c\20int\29::$_0>\2c\20void\20\28\29>::__clone\28\29\20const +8935:std::__2::__function::__func<\28anonymous\20namespace\29::colrv1_traverse_paint_bounds\28SkMatrix*\2c\20SkRect*\2c\20FT_FaceRec_*\2c\20FT_Opaque_Paint_\2c\20skia_private::THashSet*\29::$_1\2c\20std::__2::allocator<\28anonymous\20namespace\29::colrv1_traverse_paint_bounds\28SkMatrix*\2c\20SkRect*\2c\20FT_FaceRec_*\2c\20FT_Opaque_Paint_\2c\20skia_private::THashSet*\29::$_1>\2c\20void\20\28\29>::operator\28\29\28\29 +8936:std::__2::__function::__func<\28anonymous\20namespace\29::colrv1_traverse_paint_bounds\28SkMatrix*\2c\20SkRect*\2c\20FT_FaceRec_*\2c\20FT_Opaque_Paint_\2c\20skia_private::THashSet*\29::$_1\2c\20std::__2::allocator<\28anonymous\20namespace\29::colrv1_traverse_paint_bounds\28SkMatrix*\2c\20SkRect*\2c\20FT_FaceRec_*\2c\20FT_Opaque_Paint_\2c\20skia_private::THashSet*\29::$_1>\2c\20void\20\28\29>::__clone\28std::__2::__function::__base*\29\20const +8937:std::__2::__function::__func<\28anonymous\20namespace\29::colrv1_traverse_paint_bounds\28SkMatrix*\2c\20SkRect*\2c\20FT_FaceRec_*\2c\20FT_Opaque_Paint_\2c\20skia_private::THashSet*\29::$_1\2c\20std::__2::allocator<\28anonymous\20namespace\29::colrv1_traverse_paint_bounds\28SkMatrix*\2c\20SkRect*\2c\20FT_FaceRec_*\2c\20FT_Opaque_Paint_\2c\20skia_private::THashSet*\29::$_1>\2c\20void\20\28\29>::__clone\28\29\20const +8938:std::__2::__function::__func<\28anonymous\20namespace\29::colrv1_traverse_paint_bounds\28SkMatrix*\2c\20SkRect*\2c\20FT_FaceRec_*\2c\20FT_Opaque_Paint_\2c\20skia_private::THashSet*\29::$_0\2c\20std::__2::allocator<\28anonymous\20namespace\29::colrv1_traverse_paint_bounds\28SkMatrix*\2c\20SkRect*\2c\20FT_FaceRec_*\2c\20FT_Opaque_Paint_\2c\20skia_private::THashSet*\29::$_0>\2c\20void\20\28\29>::__clone\28std::__2::__function::__base*\29\20const +8939:std::__2::__function::__func<\28anonymous\20namespace\29::colrv1_traverse_paint_bounds\28SkMatrix*\2c\20SkRect*\2c\20FT_FaceRec_*\2c\20FT_Opaque_Paint_\2c\20skia_private::THashSet*\29::$_0\2c\20std::__2::allocator<\28anonymous\20namespace\29::colrv1_traverse_paint_bounds\28SkMatrix*\2c\20SkRect*\2c\20FT_FaceRec_*\2c\20FT_Opaque_Paint_\2c\20skia_private::THashSet*\29::$_0>\2c\20void\20\28\29>::__clone\28\29\20const +8940:std::__2::__function::__func<\28anonymous\20namespace\29::colrv1_traverse_paint\28SkCanvas*\2c\20SkSpan\20const&\2c\20unsigned\20int\2c\20FT_FaceRec_*\2c\20FT_Opaque_Paint_\2c\20skia_private::THashSet*\29::$_0\2c\20std::__2::allocator<\28anonymous\20namespace\29::colrv1_traverse_paint\28SkCanvas*\2c\20SkSpan\20const&\2c\20unsigned\20int\2c\20FT_FaceRec_*\2c\20FT_Opaque_Paint_\2c\20skia_private::THashSet*\29::$_0>\2c\20void\20\28\29>::__clone\28std::__2::__function::__base*\29\20const +8941:std::__2::__function::__func<\28anonymous\20namespace\29::colrv1_traverse_paint\28SkCanvas*\2c\20SkSpan\20const&\2c\20unsigned\20int\2c\20FT_FaceRec_*\2c\20FT_Opaque_Paint_\2c\20skia_private::THashSet*\29::$_0\2c\20std::__2::allocator<\28anonymous\20namespace\29::colrv1_traverse_paint\28SkCanvas*\2c\20SkSpan\20const&\2c\20unsigned\20int\2c\20FT_FaceRec_*\2c\20FT_Opaque_Paint_\2c\20skia_private::THashSet*\29::$_0>\2c\20void\20\28\29>::__clone\28\29\20const +8942:std::__2::__function::__func<\28anonymous\20namespace\29::MeshOp::visitProxies\28std::__2::function\20const&\29\20const::'lambda'\28GrTextureEffect\20const&\29\2c\20std::__2::allocator<\28anonymous\20namespace\29::MeshOp::visitProxies\28std::__2::function\20const&\29\20const::'lambda'\28GrTextureEffect\20const&\29>\2c\20void\20\28GrTextureEffect\20const&\29>::operator\28\29\28GrTextureEffect\20const&\29 +8943:std::__2::__function::__func<\28anonymous\20namespace\29::MeshOp::visitProxies\28std::__2::function\20const&\29\20const::'lambda'\28GrTextureEffect\20const&\29\2c\20std::__2::allocator<\28anonymous\20namespace\29::MeshOp::visitProxies\28std::__2::function\20const&\29\20const::'lambda'\28GrTextureEffect\20const&\29>\2c\20void\20\28GrTextureEffect\20const&\29>::__clone\28std::__2::__function::__base*\29\20const +8944:std::__2::__function::__func<\28anonymous\20namespace\29::MeshOp::visitProxies\28std::__2::function\20const&\29\20const::'lambda'\28GrTextureEffect\20const&\29\2c\20std::__2::allocator<\28anonymous\20namespace\29::MeshOp::visitProxies\28std::__2::function\20const&\29\20const::'lambda'\28GrTextureEffect\20const&\29>\2c\20void\20\28GrTextureEffect\20const&\29>::__clone\28\29\20const +8945:std::__2::__function::__func<\28anonymous\20namespace\29::MeshOp::onExecute\28GrOpFlushState*\2c\20SkRect\20const&\29::$_0\2c\20std::__2::allocator<\28anonymous\20namespace\29::MeshOp::onExecute\28GrOpFlushState*\2c\20SkRect\20const&\29::$_0>\2c\20void\20\28GrTextureEffect\20const&\29>::operator\28\29\28GrTextureEffect\20const&\29 +8946:std::__2::__function::__func<\28anonymous\20namespace\29::MeshOp::onExecute\28GrOpFlushState*\2c\20SkRect\20const&\29::$_0\2c\20std::__2::allocator<\28anonymous\20namespace\29::MeshOp::onExecute\28GrOpFlushState*\2c\20SkRect\20const&\29::$_0>\2c\20void\20\28GrTextureEffect\20const&\29>::__clone\28std::__2::__function::__base*\29\20const +8947:std::__2::__function::__func<\28anonymous\20namespace\29::MeshOp::onExecute\28GrOpFlushState*\2c\20SkRect\20const&\29::$_0\2c\20std::__2::allocator<\28anonymous\20namespace\29::MeshOp::onExecute\28GrOpFlushState*\2c\20SkRect\20const&\29::$_0>\2c\20void\20\28GrTextureEffect\20const&\29>::__clone\28\29\20const +8948:std::__2::__function::__func<\28anonymous\20namespace\29::MeshGP::MeshGP\28sk_sp\2c\20sk_sp\2c\20SkMatrix\20const&\2c\20std::__2::optional>\20const&\2c\20bool\2c\20sk_sp\2c\20SkSpan>>\29::'lambda'\28GrTextureEffect\20const&\29\2c\20std::__2::allocator<\28anonymous\20namespace\29::MeshGP::MeshGP\28sk_sp\2c\20sk_sp\2c\20SkMatrix\20const&\2c\20std::__2::optional>\20const&\2c\20bool\2c\20sk_sp\2c\20SkSpan>>\29::'lambda'\28GrTextureEffect\20const&\29>\2c\20void\20\28GrTextureEffect\20const&\29>::operator\28\29\28GrTextureEffect\20const&\29 +8949:std::__2::__function::__func<\28anonymous\20namespace\29::MeshGP::MeshGP\28sk_sp\2c\20sk_sp\2c\20SkMatrix\20const&\2c\20std::__2::optional>\20const&\2c\20bool\2c\20sk_sp\2c\20SkSpan>>\29::'lambda'\28GrTextureEffect\20const&\29\2c\20std::__2::allocator<\28anonymous\20namespace\29::MeshGP::MeshGP\28sk_sp\2c\20sk_sp\2c\20SkMatrix\20const&\2c\20std::__2::optional>\20const&\2c\20bool\2c\20sk_sp\2c\20SkSpan>>\29::'lambda'\28GrTextureEffect\20const&\29>\2c\20void\20\28GrTextureEffect\20const&\29>::__clone\28std::__2::__function::__base*\29\20const +8950:std::__2::__function::__func<\28anonymous\20namespace\29::MeshGP::MeshGP\28sk_sp\2c\20sk_sp\2c\20SkMatrix\20const&\2c\20std::__2::optional>\20const&\2c\20bool\2c\20sk_sp\2c\20SkSpan>>\29::'lambda'\28GrTextureEffect\20const&\29\2c\20std::__2::allocator<\28anonymous\20namespace\29::MeshGP::MeshGP\28sk_sp\2c\20sk_sp\2c\20SkMatrix\20const&\2c\20std::__2::optional>\20const&\2c\20bool\2c\20sk_sp\2c\20SkSpan>>\29::'lambda'\28GrTextureEffect\20const&\29>\2c\20void\20\28GrTextureEffect\20const&\29>::__clone\28\29\20const +8951:std::__2::__function::__func<\28anonymous\20namespace\29::MeshGP::Impl::setData\28GrGLSLProgramDataManager\20const&\2c\20GrShaderCaps\20const&\2c\20GrGeometryProcessor\20const&\29::'lambda'\28GrFragmentProcessor\20const&\2c\20GrFragmentProcessor::ProgramImpl&\29\2c\20std::__2::allocator<\28anonymous\20namespace\29::MeshGP::Impl::setData\28GrGLSLProgramDataManager\20const&\2c\20GrShaderCaps\20const&\2c\20GrGeometryProcessor\20const&\29::'lambda'\28GrFragmentProcessor\20const&\2c\20GrFragmentProcessor::ProgramImpl&\29>\2c\20void\20\28GrFragmentProcessor\20const&\2c\20GrFragmentProcessor::ProgramImpl&\29>::operator\28\29\28GrFragmentProcessor\20const&\2c\20GrFragmentProcessor::ProgramImpl&\29 +8952:std::__2::__function::__func<\28anonymous\20namespace\29::MeshGP::Impl::setData\28GrGLSLProgramDataManager\20const&\2c\20GrShaderCaps\20const&\2c\20GrGeometryProcessor\20const&\29::'lambda'\28GrFragmentProcessor\20const&\2c\20GrFragmentProcessor::ProgramImpl&\29\2c\20std::__2::allocator<\28anonymous\20namespace\29::MeshGP::Impl::setData\28GrGLSLProgramDataManager\20const&\2c\20GrShaderCaps\20const&\2c\20GrGeometryProcessor\20const&\29::'lambda'\28GrFragmentProcessor\20const&\2c\20GrFragmentProcessor::ProgramImpl&\29>\2c\20void\20\28GrFragmentProcessor\20const&\2c\20GrFragmentProcessor::ProgramImpl&\29>::__clone\28std::__2::__function::__base*\29\20const +8953:std::__2::__function::__func<\28anonymous\20namespace\29::MeshGP::Impl::setData\28GrGLSLProgramDataManager\20const&\2c\20GrShaderCaps\20const&\2c\20GrGeometryProcessor\20const&\29::'lambda'\28GrFragmentProcessor\20const&\2c\20GrFragmentProcessor::ProgramImpl&\29\2c\20std::__2::allocator<\28anonymous\20namespace\29::MeshGP::Impl::setData\28GrGLSLProgramDataManager\20const&\2c\20GrShaderCaps\20const&\2c\20GrGeometryProcessor\20const&\29::'lambda'\28GrFragmentProcessor\20const&\2c\20GrFragmentProcessor::ProgramImpl&\29>\2c\20void\20\28GrFragmentProcessor\20const&\2c\20GrFragmentProcessor::ProgramImpl&\29>::__clone\28\29\20const +8954:std::__2::__function::__func<\28anonymous\20namespace\29::MeshGP::Impl::onEmitCode\28GrGeometryProcessor::ProgramImpl::EmitArgs&\2c\20GrGeometryProcessor::ProgramImpl::GrGPArgs*\29::'lambda'\28GrFragmentProcessor\20const&\2c\20GrFragmentProcessor::ProgramImpl&\29\2c\20std::__2::allocator<\28anonymous\20namespace\29::MeshGP::Impl::onEmitCode\28GrGeometryProcessor::ProgramImpl::EmitArgs&\2c\20GrGeometryProcessor::ProgramImpl::GrGPArgs*\29::'lambda'\28GrFragmentProcessor\20const&\2c\20GrFragmentProcessor::ProgramImpl&\29>\2c\20void\20\28GrFragmentProcessor\20const&\2c\20GrFragmentProcessor::ProgramImpl&\29>::operator\28\29\28GrFragmentProcessor\20const&\2c\20GrFragmentProcessor::ProgramImpl&\29 +8955:std::__2::__function::__func<\28anonymous\20namespace\29::MeshGP::Impl::onEmitCode\28GrGeometryProcessor::ProgramImpl::EmitArgs&\2c\20GrGeometryProcessor::ProgramImpl::GrGPArgs*\29::'lambda'\28GrFragmentProcessor\20const&\2c\20GrFragmentProcessor::ProgramImpl&\29\2c\20std::__2::allocator<\28anonymous\20namespace\29::MeshGP::Impl::onEmitCode\28GrGeometryProcessor::ProgramImpl::EmitArgs&\2c\20GrGeometryProcessor::ProgramImpl::GrGPArgs*\29::'lambda'\28GrFragmentProcessor\20const&\2c\20GrFragmentProcessor::ProgramImpl&\29>\2c\20void\20\28GrFragmentProcessor\20const&\2c\20GrFragmentProcessor::ProgramImpl&\29>::__clone\28std::__2::__function::__base*\29\20const +8956:std::__2::__function::__func<\28anonymous\20namespace\29::MeshGP::Impl::onEmitCode\28GrGeometryProcessor::ProgramImpl::EmitArgs&\2c\20GrGeometryProcessor::ProgramImpl::GrGPArgs*\29::'lambda'\28GrFragmentProcessor\20const&\2c\20GrFragmentProcessor::ProgramImpl&\29\2c\20std::__2::allocator<\28anonymous\20namespace\29::MeshGP::Impl::onEmitCode\28GrGeometryProcessor::ProgramImpl::EmitArgs&\2c\20GrGeometryProcessor::ProgramImpl::GrGPArgs*\29::'lambda'\28GrFragmentProcessor\20const&\2c\20GrFragmentProcessor::ProgramImpl&\29>\2c\20void\20\28GrFragmentProcessor\20const&\2c\20GrFragmentProcessor::ProgramImpl&\29>::__clone\28\29\20const +8957:std::__2::__function::__func\2c\20int\29::$_0\2c\20std::__2::allocator\2c\20int\29::$_0>\2c\20void\20\28\29>::~__func\28\29_5269 +8958:std::__2::__function::__func\2c\20int\29::$_0\2c\20std::__2::allocator\2c\20int\29::$_0>\2c\20void\20\28\29>::operator\28\29\28\29 +8959:std::__2::__function::__func\2c\20int\29::$_0\2c\20std::__2::allocator\2c\20int\29::$_0>\2c\20void\20\28\29>::destroy_deallocate\28\29 +8960:std::__2::__function::__func\2c\20int\29::$_0\2c\20std::__2::allocator\2c\20int\29::$_0>\2c\20void\20\28\29>::destroy\28\29 +8961:std::__2::__function::__func\2c\20int\29::$_0\2c\20std::__2::allocator\2c\20int\29::$_0>\2c\20void\20\28\29>::__clone\28std::__2::__function::__base*\29\20const +8962:std::__2::__function::__func\2c\20int\29::$_0\2c\20std::__2::allocator\2c\20int\29::$_0>\2c\20void\20\28\29>::__clone\28\29\20const +8963:std::__2::__function::__func\2c\20void\20\28int\2c\20char\20const*\29>::operator\28\29\28int&&\2c\20char\20const*&&\29 +8964:std::__2::__function::__func\2c\20void\20\28int\2c\20char\20const*\29>::__clone\28std::__2::__function::__base*\29\20const +8965:std::__2::__function::__func\2c\20void\20\28int\2c\20char\20const*\29>::__clone\28\29\20const +8966:std::__2::__function::__func\2c\20void\20\28\29>::operator\28\29\28\29 +8967:std::__2::__function::__func\2c\20void\20\28\29>::__clone\28std::__2::__function::__base*\29\20const +8968:std::__2::__function::__func\2c\20void\20\28\29>::__clone\28\29\20const +8969:std::__2::__function::__func\2c\20void\20\28\29>::operator\28\29\28\29 +8970:std::__2::__function::__func\2c\20void\20\28\29>::__clone\28std::__2::__function::__base*\29\20const +8971:std::__2::__function::__func\2c\20void\20\28\29>::__clone\28\29\20const +8972:std::__2::__function::__func\2c\20bool\20\28SkSL::Variable\20const&\29>::operator\28\29\28SkSL::Variable\20const&\29 +8973:std::__2::__function::__func\2c\20bool\20\28SkSL::Variable\20const&\29>::__clone\28std::__2::__function::__base*\29\20const +8974:std::__2::__function::__func\2c\20bool\20\28SkSL::Variable\20const&\29>::__clone\28\29\20const +8975:std::__2::__function::__func\2c\20void\20\28int\2c\20SkSL::Variable\20const*\2c\20SkSL::Expression\20const*\29>::operator\28\29\28int&&\2c\20SkSL::Variable\20const*&&\2c\20SkSL::Expression\20const*&&\29 +8976:std::__2::__function::__func\2c\20void\20\28int\2c\20SkSL::Variable\20const*\2c\20SkSL::Expression\20const*\29>::__clone\28std::__2::__function::__base*\29\20const +8977:std::__2::__function::__func\2c\20void\20\28int\2c\20SkSL::Variable\20const*\2c\20SkSL::Expression\20const*\29>::__clone\28\29\20const +8978:std::__2::__function::__func\2c\20void\20\28unsigned\20long\2c\20unsigned\20long\2c\20unsigned\20long\2c\20unsigned\20long\29>::operator\28\29\28unsigned\20long&&\2c\20unsigned\20long&&\2c\20unsigned\20long&&\2c\20unsigned\20long&&\29 +8979:std::__2::__function::__func\2c\20void\20\28unsigned\20long\2c\20unsigned\20long\2c\20unsigned\20long\2c\20unsigned\20long\29>::__clone\28std::__2::__function::__base*\29\20const +8980:std::__2::__function::__func\2c\20void\20\28unsigned\20long\2c\20unsigned\20long\2c\20unsigned\20long\2c\20unsigned\20long\29>::__clone\28\29\20const +8981:std::__2::__function::__func\2c\20void\20\28unsigned\20long\2c\20unsigned\20long\2c\20unsigned\20long\2c\20unsigned\20long\29>::__clone\28std::__2::__function::__base*\29\20const +8982:std::__2::__function::__func\2c\20void\20\28unsigned\20long\2c\20unsigned\20long\2c\20unsigned\20long\2c\20unsigned\20long\29>::__clone\28\29\20const +8983:std::__2::__function::__func\2c\20void\20\28SkVertices\20const*\2c\20SkBlendMode\2c\20SkPaint\20const&\2c\20float\2c\20float\2c\20bool\29>::operator\28\29\28SkVertices\20const*&&\2c\20SkBlendMode&&\2c\20SkPaint\20const&\2c\20float&&\2c\20float&&\2c\20bool&&\29 +8984:std::__2::__function::__func\2c\20void\20\28SkVertices\20const*\2c\20SkBlendMode\2c\20SkPaint\20const&\2c\20float\2c\20float\2c\20bool\29>::__clone\28std::__2::__function::__base*\29\20const +8985:std::__2::__function::__func\2c\20void\20\28SkVertices\20const*\2c\20SkBlendMode\2c\20SkPaint\20const&\2c\20float\2c\20float\2c\20bool\29>::__clone\28\29\20const +8986:std::__2::__function::__func\2c\20void\20\28SkIRect\20const&\29>::operator\28\29\28SkIRect\20const&\29 +8987:std::__2::__function::__func\2c\20void\20\28SkIRect\20const&\29>::__clone\28std::__2::__function::__base*\29\20const +8988:std::__2::__function::__func\2c\20void\20\28SkIRect\20const&\29>::__clone\28\29\20const +8989:std::__2::__function::__func\2c\20GrSurfaceProxy::LazyCallbackResult\20\28GrResourceProvider*\2c\20GrSurfaceProxy::LazySurfaceDesc\20const&\29>::~__func\28\29_10538 +8990:std::__2::__function::__func\2c\20GrSurfaceProxy::LazyCallbackResult\20\28GrResourceProvider*\2c\20GrSurfaceProxy::LazySurfaceDesc\20const&\29>::operator\28\29\28GrResourceProvider*&&\2c\20GrSurfaceProxy::LazySurfaceDesc\20const&\29 +8991:std::__2::__function::__func\2c\20GrSurfaceProxy::LazyCallbackResult\20\28GrResourceProvider*\2c\20GrSurfaceProxy::LazySurfaceDesc\20const&\29>::destroy_deallocate\28\29 +8992:std::__2::__function::__func\2c\20GrSurfaceProxy::LazyCallbackResult\20\28GrResourceProvider*\2c\20GrSurfaceProxy::LazySurfaceDesc\20const&\29>::destroy\28\29 +8993:std::__2::__function::__func\2c\20GrSurfaceProxy::LazyCallbackResult\20\28GrResourceProvider*\2c\20GrSurfaceProxy::LazySurfaceDesc\20const&\29>::__clone\28std::__2::__function::__base*\29\20const +8994:std::__2::__function::__func\2c\20GrSurfaceProxy::LazyCallbackResult\20\28GrResourceProvider*\2c\20GrSurfaceProxy::LazySurfaceDesc\20const&\29>::__clone\28\29\20const +8995:std::__2::__function::__func\2c\20GrSurfaceProxy::LazyCallbackResult\20\28GrResourceProvider*\2c\20GrSurfaceProxy::LazySurfaceDesc\20const&\29>::~__func\28\29_10263 +8996:std::__2::__function::__func\2c\20GrSurfaceProxy::LazyCallbackResult\20\28GrResourceProvider*\2c\20GrSurfaceProxy::LazySurfaceDesc\20const&\29>::operator\28\29\28GrResourceProvider*&&\2c\20GrSurfaceProxy::LazySurfaceDesc\20const&\29 +8997:std::__2::__function::__func\2c\20GrSurfaceProxy::LazyCallbackResult\20\28GrResourceProvider*\2c\20GrSurfaceProxy::LazySurfaceDesc\20const&\29>::destroy_deallocate\28\29 +8998:std::__2::__function::__func\2c\20GrSurfaceProxy::LazyCallbackResult\20\28GrResourceProvider*\2c\20GrSurfaceProxy::LazySurfaceDesc\20const&\29>::destroy\28\29 +8999:std::__2::__function::__func\2c\20GrSurfaceProxy::LazyCallbackResult\20\28GrResourceProvider*\2c\20GrSurfaceProxy::LazySurfaceDesc\20const&\29>::__clone\28std::__2::__function::__base*\29\20const +9000:std::__2::__function::__func\2c\20GrSurfaceProxy::LazyCallbackResult\20\28GrResourceProvider*\2c\20GrSurfaceProxy::LazySurfaceDesc\20const&\29>::__clone\28\29\20const +9001:std::__2::__function::__func\2c\20GrSurfaceProxy::LazyCallbackResult\20\28GrResourceProvider*\2c\20GrSurfaceProxy::LazySurfaceDesc\20const&\29>::~__func\28\29_10254 +9002:std::__2::__function::__func\2c\20GrSurfaceProxy::LazyCallbackResult\20\28GrResourceProvider*\2c\20GrSurfaceProxy::LazySurfaceDesc\20const&\29>::operator\28\29\28GrResourceProvider*&&\2c\20GrSurfaceProxy::LazySurfaceDesc\20const&\29 +9003:std::__2::__function::__func\2c\20GrSurfaceProxy::LazyCallbackResult\20\28GrResourceProvider*\2c\20GrSurfaceProxy::LazySurfaceDesc\20const&\29>::destroy_deallocate\28\29 +9004:std::__2::__function::__func\2c\20GrSurfaceProxy::LazyCallbackResult\20\28GrResourceProvider*\2c\20GrSurfaceProxy::LazySurfaceDesc\20const&\29>::destroy\28\29 +9005:std::__2::__function::__func\2c\20GrSurfaceProxy::LazyCallbackResult\20\28GrResourceProvider*\2c\20GrSurfaceProxy::LazySurfaceDesc\20const&\29>::__clone\28std::__2::__function::__base*\29\20const +9006:std::__2::__function::__func\2c\20GrSurfaceProxy::LazyCallbackResult\20\28GrResourceProvider*\2c\20GrSurfaceProxy::LazySurfaceDesc\20const&\29>::__clone\28\29\20const +9007:std::__2::__function::__func&\29>&\2c\20bool\29::$_0\2c\20std::__2::allocator&\29>&\2c\20bool\29::$_0>\2c\20bool\20\28GrTextureProxy*\2c\20SkIRect\2c\20GrColorType\2c\20void\20const*\2c\20unsigned\20long\29>::operator\28\29\28GrTextureProxy*&&\2c\20SkIRect&&\2c\20GrColorType&&\2c\20void\20const*&&\2c\20unsigned\20long&&\29 +9008:std::__2::__function::__func&\29>&\2c\20bool\29::$_0\2c\20std::__2::allocator&\29>&\2c\20bool\29::$_0>\2c\20bool\20\28GrTextureProxy*\2c\20SkIRect\2c\20GrColorType\2c\20void\20const*\2c\20unsigned\20long\29>::__clone\28std::__2::__function::__base*\29\20const +9009:std::__2::__function::__func&\29>&\2c\20bool\29::$_0\2c\20std::__2::allocator&\29>&\2c\20bool\29::$_0>\2c\20bool\20\28GrTextureProxy*\2c\20SkIRect\2c\20GrColorType\2c\20void\20const*\2c\20unsigned\20long\29>::__clone\28\29\20const +9010:std::__2::__function::__func*\29::$_0\2c\20std::__2::allocator*\29::$_0>\2c\20void\20\28GrBackendTexture\29>::operator\28\29\28GrBackendTexture&&\29 +9011:std::__2::__function::__func*\29::$_0\2c\20std::__2::allocator*\29::$_0>\2c\20void\20\28GrBackendTexture\29>::__clone\28\29\20const +9012:std::__2::__function::__func\2c\20void\20\28GrFragmentProcessor\20const&\2c\20GrFragmentProcessor::ProgramImpl&\29>::operator\28\29\28GrFragmentProcessor\20const&\2c\20GrFragmentProcessor::ProgramImpl&\29 +9013:std::__2::__function::__func\2c\20void\20\28GrFragmentProcessor\20const&\2c\20GrFragmentProcessor::ProgramImpl&\29>::__clone\28std::__2::__function::__base*\29\20const +9014:std::__2::__function::__func\2c\20void\20\28GrFragmentProcessor\20const&\2c\20GrFragmentProcessor::ProgramImpl&\29>::__clone\28\29\20const +9015:std::__2::__function::__func\2c\20void\20\28GrFragmentProcessor\20const&\2c\20GrFragmentProcessor::ProgramImpl&\29>::operator\28\29\28GrFragmentProcessor\20const&\2c\20GrFragmentProcessor::ProgramImpl&\29 +9016:std::__2::__function::__func\2c\20void\20\28GrFragmentProcessor\20const&\2c\20GrFragmentProcessor::ProgramImpl&\29>::__clone\28std::__2::__function::__base*\29\20const +9017:std::__2::__function::__func\2c\20void\20\28GrFragmentProcessor\20const&\2c\20GrFragmentProcessor::ProgramImpl&\29>::__clone\28\29\20const +9018:std::__2::__function::__func\2c\20void\20\28GrTextureEffect\20const&\29>::operator\28\29\28GrTextureEffect\20const&\29 +9019:std::__2::__function::__func\2c\20void\20\28GrTextureEffect\20const&\29>::__clone\28std::__2::__function::__base*\29\20const +9020:std::__2::__function::__func\2c\20void\20\28GrTextureEffect\20const&\29>::__clone\28\29\20const +9021:std::__2::__function::__func\2c\20void\20\28\29>::operator\28\29\28\29 +9022:std::__2::__function::__func\2c\20void\20\28\29>::__clone\28std::__2::__function::__base*\29\20const +9023:std::__2::__function::__func\2c\20void\20\28\29>::__clone\28\29\20const +9024:std::__2::__function::__func\20const&\29\20const::$_0\2c\20std::__2::allocator\20const&\29\20const::$_0>\2c\20void\20\28GrTextureEffect\20const&\29>::operator\28\29\28GrTextureEffect\20const&\29 +9025:std::__2::__function::__func\20const&\29\20const::$_0\2c\20std::__2::allocator\20const&\29\20const::$_0>\2c\20void\20\28GrTextureEffect\20const&\29>::__clone\28std::__2::__function::__base*\29\20const +9026:std::__2::__function::__func\20const&\29\20const::$_0\2c\20std::__2::allocator\20const&\29\20const::$_0>\2c\20void\20\28GrTextureEffect\20const&\29>::__clone\28\29\20const +9027:std::__2::__function::__func\2c\20GrSurfaceProxy::LazyCallbackResult\20\28GrResourceProvider*\2c\20GrSurfaceProxy::LazySurfaceDesc\20const&\29>::operator\28\29\28GrResourceProvider*&&\2c\20GrSurfaceProxy::LazySurfaceDesc\20const&\29 +9028:std::__2::__function::__func\2c\20GrSurfaceProxy::LazyCallbackResult\20\28GrResourceProvider*\2c\20GrSurfaceProxy::LazySurfaceDesc\20const&\29>::__clone\28std::__2::__function::__base*\29\20const +9029:std::__2::__function::__func\2c\20GrSurfaceProxy::LazyCallbackResult\20\28GrResourceProvider*\2c\20GrSurfaceProxy::LazySurfaceDesc\20const&\29>::__clone\28\29\20const +9030:std::__2::__function::__func&\29\2c\20std::__2::allocator&\29>\2c\20void\20\28std::__2::function&\29>::~__func\28\29_9778 +9031:std::__2::__function::__func&\29\2c\20std::__2::allocator&\29>\2c\20void\20\28std::__2::function&\29>::__clone\28std::__2::__function::__base&\29>*\29\20const +9032:std::__2::__function::__func&\29\2c\20std::__2::allocator&\29>\2c\20void\20\28std::__2::function&\29>::__clone\28\29\20const +9033:std::__2::__function::__func\2c\20void\20\28std::__2::function&\29>::~__func\28\29_9790 +9034:std::__2::__function::__func\2c\20void\20\28std::__2::function&\29>::__clone\28std::__2::__function::__base&\29>*\29\20const +9035:std::__2::__function::__func\2c\20void\20\28std::__2::function&\29>::__clone\28\29\20const +9036:std::__2::__function::__func&\29\2c\20std::__2::allocator&\29>\2c\20void\20\28std::__2::function&\29>::operator\28\29\28std::__2::function&\29 +9037:std::__2::__function::__func&\29\2c\20std::__2::allocator&\29>\2c\20void\20\28std::__2::function&\29>::__clone\28std::__2::__function::__base&\29>*\29\20const +9038:std::__2::__function::__func&\29\2c\20std::__2::allocator&\29>\2c\20void\20\28std::__2::function&\29>::__clone\28\29\20const +9039:srgb_to_hwb\28SkRGBA4f<\28SkAlphaType\292>\2c\20bool*\29 +9040:srcover_p\28unsigned\20char\2c\20unsigned\20char\29 +9041:sn_write +9042:skwasm_isMultiThreaded +9043:skwasm_getLiveObjectCounts +9044:sktext::gpu::post_purge_blob_message\28unsigned\20int\2c\20unsigned\20int\29 +9045:sktext::gpu::TextBlob::~TextBlob\28\29_13170 +9046:sktext::gpu::SlugImpl::~SlugImpl\28\29_13082 +9047:sktext::gpu::SlugImpl::sourceBounds\28\29\20const +9048:sktext::gpu::SlugImpl::sourceBoundsWithOrigin\28\29\20const +9049:sktext::gpu::SlugImpl::doFlatten\28SkWriteBuffer&\29\20const +9050:sktext::gpu::SDFMaskFilterImpl::getTypeName\28\29\20const +9051:sktext::gpu::SDFMaskFilterImpl::filterMask\28SkMaskBuilder*\2c\20SkMask\20const&\2c\20SkMatrix\20const&\2c\20SkIPoint*\29\20const +9052:sktext::gpu::SDFMaskFilterImpl::computeFastBounds\28SkRect\20const&\2c\20SkRect*\29\20const +9053:skif::\28anonymous\20namespace\29::RasterBackend::~RasterBackend\28\29 +9054:skif::\28anonymous\20namespace\29::RasterBackend::makeImage\28SkIRect\20const&\2c\20sk_sp\29\20const +9055:skif::\28anonymous\20namespace\29::RasterBackend::makeDevice\28SkISize\2c\20sk_sp\2c\20SkSurfaceProps\20const*\29\20const +9056:skif::\28anonymous\20namespace\29::RasterBackend::getCachedBitmap\28SkBitmap\20const&\29\20const +9057:skif::\28anonymous\20namespace\29::RasterBackend::getBlurEngine\28\29\20const +9058:skif::\28anonymous\20namespace\29::GaneshBackend::makeImage\28SkIRect\20const&\2c\20sk_sp\29\20const +9059:skif::\28anonymous\20namespace\29::GaneshBackend::makeDevice\28SkISize\2c\20sk_sp\2c\20SkSurfaceProps\20const*\29\20const +9060:skif::\28anonymous\20namespace\29::GaneshBackend::getCachedBitmap\28SkBitmap\20const&\29\20const +9061:skif::\28anonymous\20namespace\29::GaneshBackend::findAlgorithm\28SkSize\2c\20SkColorType\29\20const +9062:skia_png_zfree +9063:skia_png_zalloc +9064:skia_png_set_read_fn +9065:skia_png_set_expand_gray_1_2_4_to_8 +9066:skia_png_read_start_row +9067:skia_png_read_finish_row +9068:skia_png_handle_zTXt +9069:skia_png_handle_unknown +9070:skia_png_handle_tRNS +9071:skia_png_handle_tIME +9072:skia_png_handle_tEXt +9073:skia_png_handle_sRGB +9074:skia_png_handle_sPLT +9075:skia_png_handle_sCAL +9076:skia_png_handle_sBIT +9077:skia_png_handle_pHYs +9078:skia_png_handle_pCAL +9079:skia_png_handle_oFFs +9080:skia_png_handle_iTXt +9081:skia_png_handle_iCCP +9082:skia_png_handle_hIST +9083:skia_png_handle_gAMA +9084:skia_png_handle_cHRM +9085:skia_png_handle_bKGD +9086:skia_png_handle_PLTE +9087:skia_png_handle_IHDR +9088:skia_png_handle_IEND +9089:skia_png_get_IHDR +9090:skia_png_do_read_transformations +9091:skia_png_destroy_read_struct +9092:skia_png_default_read_data +9093:skia_png_create_png_struct +9094:skia_png_combine_row +9095:skia::textlayout::TypefaceFontStyleSet::~TypefaceFontStyleSet\28\29_8486 +9096:skia::textlayout::TypefaceFontStyleSet::getStyle\28int\2c\20SkFontStyle*\2c\20SkString*\29 +9097:skia::textlayout::TypefaceFontProvider::~TypefaceFontProvider\28\29_8493 +9098:skia::textlayout::TypefaceFontProvider::onMatchFamily\28char\20const*\29\20const +9099:skia::textlayout::TypefaceFontProvider::onMatchFamilyStyle\28char\20const*\2c\20SkFontStyle\20const&\29\20const +9100:skia::textlayout::TypefaceFontProvider::onLegacyMakeTypeface\28char\20const*\2c\20SkFontStyle\29\20const +9101:skia::textlayout::TypefaceFontProvider::onGetFamilyName\28int\2c\20SkString*\29\20const +9102:skia::textlayout::TypefaceFontProvider::onCreateStyleSet\28int\29\20const +9103:skia::textlayout::TextLine::shapeEllipsis\28SkString\20const&\2c\20skia::textlayout::Cluster\20const*\29::ShapeHandler::~ShapeHandler\28\29_8406 +9104:skia::textlayout::TextLine::shapeEllipsis\28SkString\20const&\2c\20skia::textlayout::Cluster\20const*\29::ShapeHandler::runBuffer\28SkShaper::RunHandler::RunInfo\20const&\29 +9105:skia::textlayout::TextLine::shapeEllipsis\28SkString\20const&\2c\20skia::textlayout::Cluster\20const*\29::ShapeHandler::commitRunBuffer\28SkShaper::RunHandler::RunInfo\20const&\29 +9106:skia::textlayout::ParagraphImpl::~ParagraphImpl\28\29_8148 +9107:skia::textlayout::ParagraphImpl::visit\28std::__2::function\20const&\29 +9108:skia::textlayout::ParagraphImpl::updateTextAlign\28skia::textlayout::TextAlign\29 +9109:skia::textlayout::ParagraphImpl::updateForegroundPaint\28unsigned\20long\2c\20unsigned\20long\2c\20SkPaint\29 +9110:skia::textlayout::ParagraphImpl::updateFontSize\28unsigned\20long\2c\20unsigned\20long\2c\20float\29 +9111:skia::textlayout::ParagraphImpl::updateBackgroundPaint\28unsigned\20long\2c\20unsigned\20long\2c\20SkPaint\29 +9112:skia::textlayout::ParagraphImpl::unresolvedGlyphs\28\29 +9113:skia::textlayout::ParagraphImpl::unresolvedCodepoints\28\29 +9114:skia::textlayout::ParagraphImpl::paint\28SkCanvas*\2c\20float\2c\20float\29 +9115:skia::textlayout::ParagraphImpl::markDirty\28\29 +9116:skia::textlayout::ParagraphImpl::lineNumber\28\29 +9117:skia::textlayout::ParagraphImpl::layout\28float\29 +9118:skia::textlayout::ParagraphImpl::getWordBoundary\28unsigned\20int\29 +9119:skia::textlayout::ParagraphImpl::getRectsForRange\28unsigned\20int\2c\20unsigned\20int\2c\20skia::textlayout::RectHeightStyle\2c\20skia::textlayout::RectWidthStyle\29 +9120:skia::textlayout::ParagraphImpl::getRectsForPlaceholders\28\29 +9121:skia::textlayout::ParagraphImpl::getPath\28int\2c\20SkPath*\29::$_0::operator\28\29\28skia::textlayout::Run\20const*\2c\20float\2c\20skia::textlayout::SkRange\2c\20float*\29\20const::'lambda'\28skia::textlayout::SkRange\2c\20skia::textlayout::TextStyle\20const&\2c\20skia::textlayout::TextLine::ClipContext\20const&\29::operator\28\29\28skia::textlayout::SkRange\2c\20skia::textlayout::TextStyle\20const&\2c\20skia::textlayout::TextLine::ClipContext\20const&\29\20const::'lambda'\28SkPath\20const*\2c\20SkMatrix\20const&\2c\20void*\29::__invoke\28SkPath\20const*\2c\20SkMatrix\20const&\2c\20void*\29 +9122:skia::textlayout::ParagraphImpl::getPath\28int\2c\20SkPath*\29 +9123:skia::textlayout::ParagraphImpl::getLineNumberAtUTF16Offset\28unsigned\20long\29 +9124:skia::textlayout::ParagraphImpl::getLineMetrics\28std::__2::vector>&\29 +9125:skia::textlayout::ParagraphImpl::getLineMetricsAt\28int\2c\20skia::textlayout::LineMetrics*\29\20const +9126:skia::textlayout::ParagraphImpl::getFonts\28\29\20const +9127:skia::textlayout::ParagraphImpl::getFontAt\28unsigned\20long\29\20const +9128:skia::textlayout::ParagraphImpl::getFontAtUTF16Offset\28unsigned\20long\29 +9129:skia::textlayout::ParagraphImpl::getClosestUTF16GlyphInfoAt\28float\2c\20float\2c\20skia::textlayout::Paragraph::GlyphInfo*\29 +9130:skia::textlayout::ParagraphImpl::getClosestGlyphClusterAt\28float\2c\20float\2c\20skia::textlayout::Paragraph::GlyphClusterInfo*\29 +9131:skia::textlayout::ParagraphImpl::getActualTextRange\28int\2c\20bool\29\20const +9132:skia::textlayout::ParagraphImpl::extendedVisit\28std::__2::function\20const&\29 +9133:skia::textlayout::ParagraphImpl::containsEmoji\28SkTextBlob*\29 +9134:skia::textlayout::ParagraphImpl::containsColorFontOrBitmap\28SkTextBlob*\29::$_0::__invoke\28SkPath\20const*\2c\20SkMatrix\20const&\2c\20void*\29 +9135:skia::textlayout::ParagraphImpl::containsColorFontOrBitmap\28SkTextBlob*\29 +9136:skia::textlayout::ParagraphBuilderImpl::~ParagraphBuilderImpl\28\29_8053 +9137:skia::textlayout::ParagraphBuilderImpl::setWordsUtf8\28std::__2::vector>\29 +9138:skia::textlayout::ParagraphBuilderImpl::setWordsUtf16\28std::__2::vector>\29 +9139:skia::textlayout::ParagraphBuilderImpl::setLineBreaksUtf8\28std::__2::vector>\29 +9140:skia::textlayout::ParagraphBuilderImpl::setLineBreaksUtf16\28std::__2::vector>\29 +9141:skia::textlayout::ParagraphBuilderImpl::setGraphemeBreaksUtf8\28std::__2::vector>\29 +9142:skia::textlayout::ParagraphBuilderImpl::setGraphemeBreaksUtf16\28std::__2::vector>\29 +9143:skia::textlayout::ParagraphBuilderImpl::pushStyle\28skia::textlayout::TextStyle\20const&\29 +9144:skia::textlayout::ParagraphBuilderImpl::pop\28\29 +9145:skia::textlayout::ParagraphBuilderImpl::peekStyle\28\29 +9146:skia::textlayout::ParagraphBuilderImpl::getText\28\29 +9147:skia::textlayout::ParagraphBuilderImpl::getParagraphStyle\28\29\20const +9148:skia::textlayout::ParagraphBuilderImpl::getClientICUData\28\29\20const +9149:skia::textlayout::ParagraphBuilderImpl::addText\28std::__2::basic_string\2c\20std::__2::allocator>\20const&\29 +9150:skia::textlayout::ParagraphBuilderImpl::addText\28char\20const*\2c\20unsigned\20long\29 +9151:skia::textlayout::ParagraphBuilderImpl::addText\28char\20const*\29 +9152:skia::textlayout::ParagraphBuilderImpl::addPlaceholder\28skia::textlayout::PlaceholderStyle\20const&\29 +9153:skia::textlayout::ParagraphBuilderImpl::SetUnicode\28sk_sp\29 +9154:skia::textlayout::ParagraphBuilderImpl::Reset\28\29 +9155:skia::textlayout::ParagraphBuilderImpl::Build\28\29 +9156:skia::textlayout::Paragraph::FontInfo::~FontInfo\28\29_8233 +9157:skia::textlayout::OneLineShaper::~OneLineShaper\28\29_8033 +9158:skia::textlayout::OneLineShaper::runBuffer\28SkShaper::RunHandler::RunInfo\20const&\29 +9159:skia::textlayout::OneLineShaper::commitRunBuffer\28SkShaper::RunHandler::RunInfo\20const&\29 +9160:skia::textlayout::LangIterator::~LangIterator\28\29_8021 +9161:skia::textlayout::LangIterator::~LangIterator\28\29 +9162:skia::textlayout::LangIterator::endOfCurrentRun\28\29\20const +9163:skia::textlayout::LangIterator::currentLanguage\28\29\20const +9164:skia::textlayout::LangIterator::consume\28\29 +9165:skia::textlayout::LangIterator::atEnd\28\29\20const +9166:skia::textlayout::FontCollection::~FontCollection\28\29_7882 +9167:skia::textlayout::CanvasParagraphPainter::translate\28float\2c\20float\29 +9168:skia::textlayout::CanvasParagraphPainter::save\28\29 +9169:skia::textlayout::CanvasParagraphPainter::restore\28\29 +9170:skia::textlayout::CanvasParagraphPainter::drawTextShadow\28sk_sp\20const&\2c\20float\2c\20float\2c\20unsigned\20int\2c\20float\29 +9171:skia::textlayout::CanvasParagraphPainter::drawTextBlob\28sk_sp\20const&\2c\20float\2c\20float\2c\20std::__2::variant\20const&\29 +9172:skia::textlayout::CanvasParagraphPainter::drawRect\28SkRect\20const&\2c\20std::__2::variant\20const&\29 +9173:skia::textlayout::CanvasParagraphPainter::drawPath\28SkPath\20const&\2c\20skia::textlayout::ParagraphPainter::DecorationStyle\20const&\29 +9174:skia::textlayout::CanvasParagraphPainter::drawLine\28float\2c\20float\2c\20float\2c\20float\2c\20skia::textlayout::ParagraphPainter::DecorationStyle\20const&\29 +9175:skia::textlayout::CanvasParagraphPainter::drawFilledRect\28SkRect\20const&\2c\20skia::textlayout::ParagraphPainter::DecorationStyle\20const&\29 +9176:skia::textlayout::CanvasParagraphPainter::clipRect\28SkRect\20const&\29 +9177:skgpu::tess::FixedCountWedges::WriteVertexBuffer\28skgpu::VertexWriter\2c\20unsigned\20long\29 +9178:skgpu::tess::FixedCountWedges::WriteIndexBuffer\28skgpu::VertexWriter\2c\20unsigned\20long\29 +9179:skgpu::tess::FixedCountStrokes::WriteVertexBuffer\28skgpu::VertexWriter\2c\20unsigned\20long\29 +9180:skgpu::tess::FixedCountCurves::WriteIndexBuffer\28skgpu::VertexWriter\2c\20unsigned\20long\29 +9181:skgpu::ganesh::texture_proxy_view_from_planes\28GrRecordingContext*\2c\20SkImage_Lazy\20const*\2c\20skgpu::Budgeted\29::$_0::__invoke\28void*\2c\20void*\29 +9182:skgpu::ganesh::\28anonymous\20namespace\29::SmallPathOp::~SmallPathOp\28\29_12202 +9183:skgpu::ganesh::\28anonymous\20namespace\29::SmallPathOp::visitProxies\28std::__2::function\20const&\29\20const +9184:skgpu::ganesh::\28anonymous\20namespace\29::SmallPathOp::onPrepareDraws\28GrMeshDrawTarget*\29 +9185:skgpu::ganesh::\28anonymous\20namespace\29::SmallPathOp::onExecute\28GrOpFlushState*\2c\20SkRect\20const&\29 +9186:skgpu::ganesh::\28anonymous\20namespace\29::SmallPathOp::onCombineIfPossible\28GrOp*\2c\20SkArenaAlloc*\2c\20GrCaps\20const&\29 +9187:skgpu::ganesh::\28anonymous\20namespace\29::SmallPathOp::name\28\29\20const +9188:skgpu::ganesh::\28anonymous\20namespace\29::SmallPathOp::fixedFunctionFlags\28\29\20const +9189:skgpu::ganesh::\28anonymous\20namespace\29::SmallPathOp::finalize\28GrCaps\20const&\2c\20GrAppliedClip\20const*\2c\20GrClampType\29 +9190:skgpu::ganesh::\28anonymous\20namespace\29::QuadEdgeEffect::name\28\29\20const +9191:skgpu::ganesh::\28anonymous\20namespace\29::QuadEdgeEffect::makeProgramImpl\28GrShaderCaps\20const&\29\20const::Impl::setData\28GrGLSLProgramDataManager\20const&\2c\20GrShaderCaps\20const&\2c\20GrGeometryProcessor\20const&\29 +9192:skgpu::ganesh::\28anonymous\20namespace\29::QuadEdgeEffect::makeProgramImpl\28GrShaderCaps\20const&\29\20const::Impl::onEmitCode\28GrGeometryProcessor::ProgramImpl::EmitArgs&\2c\20GrGeometryProcessor::ProgramImpl::GrGPArgs*\29 +9193:skgpu::ganesh::\28anonymous\20namespace\29::QuadEdgeEffect::makeProgramImpl\28GrShaderCaps\20const&\29\20const +9194:skgpu::ganesh::\28anonymous\20namespace\29::QuadEdgeEffect::addToKey\28GrShaderCaps\20const&\2c\20skgpu::KeyBuilder*\29\20const +9195:skgpu::ganesh::\28anonymous\20namespace\29::HullShader::~HullShader\28\29_12067 +9196:skgpu::ganesh::\28anonymous\20namespace\29::HullShader::name\28\29\20const +9197:skgpu::ganesh::\28anonymous\20namespace\29::HullShader::makeProgramImpl\28GrShaderCaps\20const&\29\20const::Impl::emitVertexCode\28GrShaderCaps\20const&\2c\20GrPathTessellationShader\20const&\2c\20GrGLSLVertexBuilder*\2c\20GrGLSLVaryingHandler*\2c\20GrGeometryProcessor::ProgramImpl::GrGPArgs*\29 +9198:skgpu::ganesh::\28anonymous\20namespace\29::HullShader::makeProgramImpl\28GrShaderCaps\20const&\29\20const +9199:skgpu::ganesh::\28anonymous\20namespace\29::AAFlatteningConvexPathOp::~AAFlatteningConvexPathOp\28\29_11440 +9200:skgpu::ganesh::\28anonymous\20namespace\29::AAFlatteningConvexPathOp::visitProxies\28std::__2::function\20const&\29\20const +9201:skgpu::ganesh::\28anonymous\20namespace\29::AAFlatteningConvexPathOp::onPrepareDraws\28GrMeshDrawTarget*\29 +9202:skgpu::ganesh::\28anonymous\20namespace\29::AAFlatteningConvexPathOp::onExecute\28GrOpFlushState*\2c\20SkRect\20const&\29 +9203:skgpu::ganesh::\28anonymous\20namespace\29::AAFlatteningConvexPathOp::onCreateProgramInfo\28GrCaps\20const*\2c\20SkArenaAlloc*\2c\20GrSurfaceProxyView\20const&\2c\20bool\2c\20GrAppliedClip&&\2c\20GrDstProxyView\20const&\2c\20GrXferBarrierFlags\2c\20GrLoadOp\29 +9204:skgpu::ganesh::\28anonymous\20namespace\29::AAFlatteningConvexPathOp::onCombineIfPossible\28GrOp*\2c\20SkArenaAlloc*\2c\20GrCaps\20const&\29 +9205:skgpu::ganesh::\28anonymous\20namespace\29::AAFlatteningConvexPathOp::name\28\29\20const +9206:skgpu::ganesh::\28anonymous\20namespace\29::AAFlatteningConvexPathOp::fixedFunctionFlags\28\29\20const +9207:skgpu::ganesh::\28anonymous\20namespace\29::AAFlatteningConvexPathOp::finalize\28GrCaps\20const&\2c\20GrAppliedClip\20const*\2c\20GrClampType\29 +9208:skgpu::ganesh::\28anonymous\20namespace\29::AAConvexPathOp::~AAConvexPathOp\28\29_11345 +9209:skgpu::ganesh::\28anonymous\20namespace\29::AAConvexPathOp::visitProxies\28std::__2::function\20const&\29\20const +9210:skgpu::ganesh::\28anonymous\20namespace\29::AAConvexPathOp::onPrepareDraws\28GrMeshDrawTarget*\29 +9211:skgpu::ganesh::\28anonymous\20namespace\29::AAConvexPathOp::onExecute\28GrOpFlushState*\2c\20SkRect\20const&\29 +9212:skgpu::ganesh::\28anonymous\20namespace\29::AAConvexPathOp::onCreateProgramInfo\28GrCaps\20const*\2c\20SkArenaAlloc*\2c\20GrSurfaceProxyView\20const&\2c\20bool\2c\20GrAppliedClip&&\2c\20GrDstProxyView\20const&\2c\20GrXferBarrierFlags\2c\20GrLoadOp\29 +9213:skgpu::ganesh::\28anonymous\20namespace\29::AAConvexPathOp::onCombineIfPossible\28GrOp*\2c\20SkArenaAlloc*\2c\20GrCaps\20const&\29 +9214:skgpu::ganesh::\28anonymous\20namespace\29::AAConvexPathOp::name\28\29\20const +9215:skgpu::ganesh::\28anonymous\20namespace\29::AAConvexPathOp::finalize\28GrCaps\20const&\2c\20GrAppliedClip\20const*\2c\20GrClampType\29 +9216:skgpu::ganesh::TriangulatingPathRenderer::onDrawPath\28skgpu::ganesh::PathRenderer::DrawPathArgs\20const&\29 +9217:skgpu::ganesh::TriangulatingPathRenderer::onCanDrawPath\28skgpu::ganesh::PathRenderer::CanDrawPathArgs\20const&\29\20const +9218:skgpu::ganesh::TriangulatingPathRenderer::name\28\29\20const +9219:skgpu::ganesh::TessellationPathRenderer::onStencilPath\28skgpu::ganesh::PathRenderer::StencilPathArgs\20const&\29 +9220:skgpu::ganesh::TessellationPathRenderer::onGetStencilSupport\28GrStyledShape\20const&\29\20const +9221:skgpu::ganesh::TessellationPathRenderer::onDrawPath\28skgpu::ganesh::PathRenderer::DrawPathArgs\20const&\29 +9222:skgpu::ganesh::TessellationPathRenderer::onCanDrawPath\28skgpu::ganesh::PathRenderer::CanDrawPathArgs\20const&\29\20const +9223:skgpu::ganesh::TessellationPathRenderer::name\28\29\20const +9224:skgpu::ganesh::SurfaceDrawContext::~SurfaceDrawContext\28\29 +9225:skgpu::ganesh::SurfaceDrawContext::willReplaceOpsTask\28skgpu::ganesh::OpsTask*\2c\20skgpu::ganesh::OpsTask*\29 +9226:skgpu::ganesh::SurfaceDrawContext::canDiscardPreviousOpsOnFullClear\28\29\20const +9227:skgpu::ganesh::SurfaceContext::~SurfaceContext\28\29_9738 +9228:skgpu::ganesh::SurfaceContext::asyncRescaleAndReadPixelsYUV420\28GrDirectContext*\2c\20SkYUVColorSpace\2c\20bool\2c\20sk_sp\2c\20SkIRect\20const&\2c\20SkISize\2c\20SkImage::RescaleGamma\2c\20SkImage::RescaleMode\2c\20void\20\28*\29\28void*\2c\20std::__2::unique_ptr>\29\2c\20void*\29::$_0::__invoke\28void*\29 +9229:skgpu::ganesh::SurfaceContext::asyncReadPixels\28GrDirectContext*\2c\20SkIRect\20const&\2c\20SkColorType\2c\20void\20\28*\29\28void*\2c\20std::__2::unique_ptr>\29\2c\20void*\29::$_0::__invoke\28void*\29 +9230:skgpu::ganesh::StrokeTessellateOp::~StrokeTessellateOp\28\29_12262 +9231:skgpu::ganesh::StrokeTessellateOp::visitProxies\28std::__2::function\20const&\29\20const +9232:skgpu::ganesh::StrokeTessellateOp::usesStencil\28\29\20const +9233:skgpu::ganesh::StrokeTessellateOp::onPrepare\28GrOpFlushState*\29 +9234:skgpu::ganesh::StrokeTessellateOp::onPrePrepare\28GrRecordingContext*\2c\20GrSurfaceProxyView\20const&\2c\20GrAppliedClip*\2c\20GrDstProxyView\20const&\2c\20GrXferBarrierFlags\2c\20GrLoadOp\29 +9235:skgpu::ganesh::StrokeTessellateOp::onExecute\28GrOpFlushState*\2c\20SkRect\20const&\29 +9236:skgpu::ganesh::StrokeTessellateOp::onCombineIfPossible\28GrOp*\2c\20SkArenaAlloc*\2c\20GrCaps\20const&\29 +9237:skgpu::ganesh::StrokeTessellateOp::name\28\29\20const +9238:skgpu::ganesh::StrokeTessellateOp::finalize\28GrCaps\20const&\2c\20GrAppliedClip\20const*\2c\20GrClampType\29 +9239:skgpu::ganesh::StrokeRectOp::\28anonymous\20namespace\29::NonAAStrokeRectOp::~NonAAStrokeRectOp\28\29_12239 +9240:skgpu::ganesh::StrokeRectOp::\28anonymous\20namespace\29::NonAAStrokeRectOp::visitProxies\28std::__2::function\20const&\29\20const +9241:skgpu::ganesh::StrokeRectOp::\28anonymous\20namespace\29::NonAAStrokeRectOp::programInfo\28\29 +9242:skgpu::ganesh::StrokeRectOp::\28anonymous\20namespace\29::NonAAStrokeRectOp::onPrepareDraws\28GrMeshDrawTarget*\29 +9243:skgpu::ganesh::StrokeRectOp::\28anonymous\20namespace\29::NonAAStrokeRectOp::onExecute\28GrOpFlushState*\2c\20SkRect\20const&\29 +9244:skgpu::ganesh::StrokeRectOp::\28anonymous\20namespace\29::NonAAStrokeRectOp::onCreateProgramInfo\28GrCaps\20const*\2c\20SkArenaAlloc*\2c\20GrSurfaceProxyView\20const&\2c\20bool\2c\20GrAppliedClip&&\2c\20GrDstProxyView\20const&\2c\20GrXferBarrierFlags\2c\20GrLoadOp\29 +9245:skgpu::ganesh::StrokeRectOp::\28anonymous\20namespace\29::NonAAStrokeRectOp::name\28\29\20const +9246:skgpu::ganesh::StrokeRectOp::\28anonymous\20namespace\29::NonAAStrokeRectOp::finalize\28GrCaps\20const&\2c\20GrAppliedClip\20const*\2c\20GrClampType\29 +9247:skgpu::ganesh::StrokeRectOp::\28anonymous\20namespace\29::AAStrokeRectOp::~AAStrokeRectOp\28\29_12249 +9248:skgpu::ganesh::StrokeRectOp::\28anonymous\20namespace\29::AAStrokeRectOp::visitProxies\28std::__2::function\20const&\29\20const +9249:skgpu::ganesh::StrokeRectOp::\28anonymous\20namespace\29::AAStrokeRectOp::programInfo\28\29 +9250:skgpu::ganesh::StrokeRectOp::\28anonymous\20namespace\29::AAStrokeRectOp::onPrepareDraws\28GrMeshDrawTarget*\29 +9251:skgpu::ganesh::StrokeRectOp::\28anonymous\20namespace\29::AAStrokeRectOp::onExecute\28GrOpFlushState*\2c\20SkRect\20const&\29 +9252:skgpu::ganesh::StrokeRectOp::\28anonymous\20namespace\29::AAStrokeRectOp::onCreateProgramInfo\28GrCaps\20const*\2c\20SkArenaAlloc*\2c\20GrSurfaceProxyView\20const&\2c\20bool\2c\20GrAppliedClip&&\2c\20GrDstProxyView\20const&\2c\20GrXferBarrierFlags\2c\20GrLoadOp\29 +9253:skgpu::ganesh::StrokeRectOp::\28anonymous\20namespace\29::AAStrokeRectOp::onCombineIfPossible\28GrOp*\2c\20SkArenaAlloc*\2c\20GrCaps\20const&\29 +9254:skgpu::ganesh::StrokeRectOp::\28anonymous\20namespace\29::AAStrokeRectOp::name\28\29\20const +9255:skgpu::ganesh::StrokeRectOp::\28anonymous\20namespace\29::AAStrokeRectOp::finalize\28GrCaps\20const&\2c\20GrAppliedClip\20const*\2c\20GrClampType\29 +9256:skgpu::ganesh::StencilClip::~StencilClip\28\29_10601 +9257:skgpu::ganesh::StencilClip::~StencilClip\28\29 +9258:skgpu::ganesh::StencilClip::preApply\28SkRect\20const&\2c\20GrAA\29\20const +9259:skgpu::ganesh::StencilClip::apply\28GrAppliedHardClip*\2c\20SkIRect*\29\20const +9260:skgpu::ganesh::SoftwarePathRenderer::onDrawPath\28skgpu::ganesh::PathRenderer::DrawPathArgs\20const&\29 +9261:skgpu::ganesh::SoftwarePathRenderer::onCanDrawPath\28skgpu::ganesh::PathRenderer::CanDrawPathArgs\20const&\29\20const +9262:skgpu::ganesh::SoftwarePathRenderer::name\28\29\20const +9263:skgpu::ganesh::SmallPathRenderer::onDrawPath\28skgpu::ganesh::PathRenderer::DrawPathArgs\20const&\29 +9264:skgpu::ganesh::SmallPathRenderer::onCanDrawPath\28skgpu::ganesh::PathRenderer::CanDrawPathArgs\20const&\29\20const +9265:skgpu::ganesh::SmallPathRenderer::name\28\29\20const +9266:skgpu::ganesh::SmallPathAtlasMgr::postFlush\28skgpu::Token\29 +9267:skgpu::ganesh::RegionOp::\28anonymous\20namespace\29::RegionOpImpl::~RegionOpImpl\28\29_12149 +9268:skgpu::ganesh::RegionOp::\28anonymous\20namespace\29::RegionOpImpl::visitProxies\28std::__2::function\20const&\29\20const +9269:skgpu::ganesh::RegionOp::\28anonymous\20namespace\29::RegionOpImpl::programInfo\28\29 +9270:skgpu::ganesh::RegionOp::\28anonymous\20namespace\29::RegionOpImpl::onPrepareDraws\28GrMeshDrawTarget*\29 +9271:skgpu::ganesh::RegionOp::\28anonymous\20namespace\29::RegionOpImpl::onExecute\28GrOpFlushState*\2c\20SkRect\20const&\29 +9272:skgpu::ganesh::RegionOp::\28anonymous\20namespace\29::RegionOpImpl::onCreateProgramInfo\28GrCaps\20const*\2c\20SkArenaAlloc*\2c\20GrSurfaceProxyView\20const&\2c\20bool\2c\20GrAppliedClip&&\2c\20GrDstProxyView\20const&\2c\20GrXferBarrierFlags\2c\20GrLoadOp\29 +9273:skgpu::ganesh::RegionOp::\28anonymous\20namespace\29::RegionOpImpl::onCombineIfPossible\28GrOp*\2c\20SkArenaAlloc*\2c\20GrCaps\20const&\29 +9274:skgpu::ganesh::RegionOp::\28anonymous\20namespace\29::RegionOpImpl::name\28\29\20const +9275:skgpu::ganesh::RegionOp::\28anonymous\20namespace\29::RegionOpImpl::finalize\28GrCaps\20const&\2c\20GrAppliedClip\20const*\2c\20GrClampType\29 +9276:skgpu::ganesh::QuadPerEdgeAA::\28anonymous\20namespace\29::write_quad_generic\28skgpu::VertexWriter*\2c\20skgpu::ganesh::QuadPerEdgeAA::VertexSpec\20const&\2c\20GrQuad\20const*\2c\20GrQuad\20const*\2c\20float\20const*\2c\20SkRGBA4f<\28SkAlphaType\292>\20const&\2c\20SkRect\20const&\2c\20SkRect\20const&\29 +9277:skgpu::ganesh::QuadPerEdgeAA::\28anonymous\20namespace\29::write_2d_uv_strict\28skgpu::VertexWriter*\2c\20skgpu::ganesh::QuadPerEdgeAA::VertexSpec\20const&\2c\20GrQuad\20const*\2c\20GrQuad\20const*\2c\20float\20const*\2c\20SkRGBA4f<\28SkAlphaType\292>\20const&\2c\20SkRect\20const&\2c\20SkRect\20const&\29 +9278:skgpu::ganesh::QuadPerEdgeAA::\28anonymous\20namespace\29::write_2d_uv\28skgpu::VertexWriter*\2c\20skgpu::ganesh::QuadPerEdgeAA::VertexSpec\20const&\2c\20GrQuad\20const*\2c\20GrQuad\20const*\2c\20float\20const*\2c\20SkRGBA4f<\28SkAlphaType\292>\20const&\2c\20SkRect\20const&\2c\20SkRect\20const&\29 +9279:skgpu::ganesh::QuadPerEdgeAA::\28anonymous\20namespace\29::write_2d_cov_uv_strict\28skgpu::VertexWriter*\2c\20skgpu::ganesh::QuadPerEdgeAA::VertexSpec\20const&\2c\20GrQuad\20const*\2c\20GrQuad\20const*\2c\20float\20const*\2c\20SkRGBA4f<\28SkAlphaType\292>\20const&\2c\20SkRect\20const&\2c\20SkRect\20const&\29 +9280:skgpu::ganesh::QuadPerEdgeAA::\28anonymous\20namespace\29::write_2d_cov_uv\28skgpu::VertexWriter*\2c\20skgpu::ganesh::QuadPerEdgeAA::VertexSpec\20const&\2c\20GrQuad\20const*\2c\20GrQuad\20const*\2c\20float\20const*\2c\20SkRGBA4f<\28SkAlphaType\292>\20const&\2c\20SkRect\20const&\2c\20SkRect\20const&\29 +9281:skgpu::ganesh::QuadPerEdgeAA::\28anonymous\20namespace\29::write_2d_color_uv_strict\28skgpu::VertexWriter*\2c\20skgpu::ganesh::QuadPerEdgeAA::VertexSpec\20const&\2c\20GrQuad\20const*\2c\20GrQuad\20const*\2c\20float\20const*\2c\20SkRGBA4f<\28SkAlphaType\292>\20const&\2c\20SkRect\20const&\2c\20SkRect\20const&\29 +9282:skgpu::ganesh::QuadPerEdgeAA::\28anonymous\20namespace\29::write_2d_color_uv\28skgpu::VertexWriter*\2c\20skgpu::ganesh::QuadPerEdgeAA::VertexSpec\20const&\2c\20GrQuad\20const*\2c\20GrQuad\20const*\2c\20float\20const*\2c\20SkRGBA4f<\28SkAlphaType\292>\20const&\2c\20SkRect\20const&\2c\20SkRect\20const&\29 +9283:skgpu::ganesh::QuadPerEdgeAA::\28anonymous\20namespace\29::write_2d_color\28skgpu::VertexWriter*\2c\20skgpu::ganesh::QuadPerEdgeAA::VertexSpec\20const&\2c\20GrQuad\20const*\2c\20GrQuad\20const*\2c\20float\20const*\2c\20SkRGBA4f<\28SkAlphaType\292>\20const&\2c\20SkRect\20const&\2c\20SkRect\20const&\29 +9284:skgpu::ganesh::QuadPerEdgeAA::QuadPerEdgeAAGeometryProcessor::~QuadPerEdgeAAGeometryProcessor\28\29_12138 +9285:skgpu::ganesh::QuadPerEdgeAA::QuadPerEdgeAAGeometryProcessor::onTextureSampler\28int\29\20const +9286:skgpu::ganesh::QuadPerEdgeAA::QuadPerEdgeAAGeometryProcessor::name\28\29\20const +9287:skgpu::ganesh::QuadPerEdgeAA::QuadPerEdgeAAGeometryProcessor::makeProgramImpl\28GrShaderCaps\20const&\29\20const::Impl::setData\28GrGLSLProgramDataManager\20const&\2c\20GrShaderCaps\20const&\2c\20GrGeometryProcessor\20const&\29 +9288:skgpu::ganesh::QuadPerEdgeAA::QuadPerEdgeAAGeometryProcessor::makeProgramImpl\28GrShaderCaps\20const&\29\20const::Impl::onEmitCode\28GrGeometryProcessor::ProgramImpl::EmitArgs&\2c\20GrGeometryProcessor::ProgramImpl::GrGPArgs*\29 +9289:skgpu::ganesh::QuadPerEdgeAA::QuadPerEdgeAAGeometryProcessor::makeProgramImpl\28GrShaderCaps\20const&\29\20const +9290:skgpu::ganesh::QuadPerEdgeAA::QuadPerEdgeAAGeometryProcessor::addToKey\28GrShaderCaps\20const&\2c\20skgpu::KeyBuilder*\29\20const +9291:skgpu::ganesh::PathWedgeTessellator::prepare\28GrMeshDrawTarget*\2c\20SkMatrix\20const&\2c\20skgpu::ganesh::PathTessellator::PathDrawList\20const&\2c\20int\29 +9292:skgpu::ganesh::PathTessellateOp::~PathTessellateOp\28\29_12122 +9293:skgpu::ganesh::PathTessellateOp::visitProxies\28std::__2::function\20const&\29\20const +9294:skgpu::ganesh::PathTessellateOp::usesStencil\28\29\20const +9295:skgpu::ganesh::PathTessellateOp::onPrepare\28GrOpFlushState*\29 +9296:skgpu::ganesh::PathTessellateOp::onPrePrepare\28GrRecordingContext*\2c\20GrSurfaceProxyView\20const&\2c\20GrAppliedClip*\2c\20GrDstProxyView\20const&\2c\20GrXferBarrierFlags\2c\20GrLoadOp\29 +9297:skgpu::ganesh::PathTessellateOp::onExecute\28GrOpFlushState*\2c\20SkRect\20const&\29 +9298:skgpu::ganesh::PathTessellateOp::onCombineIfPossible\28GrOp*\2c\20SkArenaAlloc*\2c\20GrCaps\20const&\29 +9299:skgpu::ganesh::PathTessellateOp::name\28\29\20const +9300:skgpu::ganesh::PathTessellateOp::finalize\28GrCaps\20const&\2c\20GrAppliedClip\20const*\2c\20GrClampType\29 +9301:skgpu::ganesh::PathStencilCoverOp::~PathStencilCoverOp\28\29_12112 +9302:skgpu::ganesh::PathStencilCoverOp::visitProxies\28std::__2::function\20const&\29\20const +9303:skgpu::ganesh::PathStencilCoverOp::onPrepare\28GrOpFlushState*\29 +9304:skgpu::ganesh::PathStencilCoverOp::onPrePrepare\28GrRecordingContext*\2c\20GrSurfaceProxyView\20const&\2c\20GrAppliedClip*\2c\20GrDstProxyView\20const&\2c\20GrXferBarrierFlags\2c\20GrLoadOp\29 +9305:skgpu::ganesh::PathStencilCoverOp::onExecute\28GrOpFlushState*\2c\20SkRect\20const&\29 +9306:skgpu::ganesh::PathStencilCoverOp::name\28\29\20const +9307:skgpu::ganesh::PathStencilCoverOp::fixedFunctionFlags\28\29\20const +9308:skgpu::ganesh::PathStencilCoverOp::finalize\28GrCaps\20const&\2c\20GrAppliedClip\20const*\2c\20GrClampType\29 +9309:skgpu::ganesh::PathRenderer::onStencilPath\28skgpu::ganesh::PathRenderer::StencilPathArgs\20const&\29 +9310:skgpu::ganesh::PathRenderer::onGetStencilSupport\28GrStyledShape\20const&\29\20const +9311:skgpu::ganesh::PathInnerTriangulateOp::~PathInnerTriangulateOp\28\29_12088 +9312:skgpu::ganesh::PathInnerTriangulateOp::visitProxies\28std::__2::function\20const&\29\20const +9313:skgpu::ganesh::PathInnerTriangulateOp::onPrepare\28GrOpFlushState*\29 +9314:skgpu::ganesh::PathInnerTriangulateOp::onPrePrepare\28GrRecordingContext*\2c\20GrSurfaceProxyView\20const&\2c\20GrAppliedClip*\2c\20GrDstProxyView\20const&\2c\20GrXferBarrierFlags\2c\20GrLoadOp\29 +9315:skgpu::ganesh::PathInnerTriangulateOp::onExecute\28GrOpFlushState*\2c\20SkRect\20const&\29 +9316:skgpu::ganesh::PathInnerTriangulateOp::name\28\29\20const +9317:skgpu::ganesh::PathInnerTriangulateOp::fixedFunctionFlags\28\29\20const +9318:skgpu::ganesh::PathInnerTriangulateOp::finalize\28GrCaps\20const&\2c\20GrAppliedClip\20const*\2c\20GrClampType\29 +9319:skgpu::ganesh::PathCurveTessellator::prepare\28GrMeshDrawTarget*\2c\20SkMatrix\20const&\2c\20skgpu::ganesh::PathTessellator::PathDrawList\20const&\2c\20int\29 +9320:skgpu::ganesh::OpsTask::~OpsTask\28\29_12008 +9321:skgpu::ganesh::OpsTask::onPrepare\28GrOpFlushState*\29 +9322:skgpu::ganesh::OpsTask::onPrePrepare\28GrRecordingContext*\29 +9323:skgpu::ganesh::OpsTask::onMakeSkippable\28\29 +9324:skgpu::ganesh::OpsTask::onIsUsed\28GrSurfaceProxy*\29\20const +9325:skgpu::ganesh::OpsTask::gatherProxyIntervals\28GrResourceAllocator*\29\20const +9326:skgpu::ganesh::OpsTask::endFlush\28GrDrawingManager*\29 +9327:skgpu::ganesh::LatticeOp::\28anonymous\20namespace\29::NonAALatticeOp::~NonAALatticeOp\28\29_11977 +9328:skgpu::ganesh::LatticeOp::\28anonymous\20namespace\29::NonAALatticeOp::visitProxies\28std::__2::function\20const&\29\20const +9329:skgpu::ganesh::LatticeOp::\28anonymous\20namespace\29::NonAALatticeOp::onPrepareDraws\28GrMeshDrawTarget*\29 +9330:skgpu::ganesh::LatticeOp::\28anonymous\20namespace\29::NonAALatticeOp::onExecute\28GrOpFlushState*\2c\20SkRect\20const&\29 +9331:skgpu::ganesh::LatticeOp::\28anonymous\20namespace\29::NonAALatticeOp::onCreateProgramInfo\28GrCaps\20const*\2c\20SkArenaAlloc*\2c\20GrSurfaceProxyView\20const&\2c\20bool\2c\20GrAppliedClip&&\2c\20GrDstProxyView\20const&\2c\20GrXferBarrierFlags\2c\20GrLoadOp\29 +9332:skgpu::ganesh::LatticeOp::\28anonymous\20namespace\29::NonAALatticeOp::onCombineIfPossible\28GrOp*\2c\20SkArenaAlloc*\2c\20GrCaps\20const&\29 +9333:skgpu::ganesh::LatticeOp::\28anonymous\20namespace\29::NonAALatticeOp::name\28\29\20const +9334:skgpu::ganesh::LatticeOp::\28anonymous\20namespace\29::NonAALatticeOp::finalize\28GrCaps\20const&\2c\20GrAppliedClip\20const*\2c\20GrClampType\29 +9335:skgpu::ganesh::LatticeOp::\28anonymous\20namespace\29::LatticeGP::~LatticeGP\28\29_11990 +9336:skgpu::ganesh::LatticeOp::\28anonymous\20namespace\29::LatticeGP::onTextureSampler\28int\29\20const +9337:skgpu::ganesh::LatticeOp::\28anonymous\20namespace\29::LatticeGP::name\28\29\20const +9338:skgpu::ganesh::LatticeOp::\28anonymous\20namespace\29::LatticeGP::makeProgramImpl\28GrShaderCaps\20const&\29\20const::Impl::setData\28GrGLSLProgramDataManager\20const&\2c\20GrShaderCaps\20const&\2c\20GrGeometryProcessor\20const&\29 +9339:skgpu::ganesh::LatticeOp::\28anonymous\20namespace\29::LatticeGP::makeProgramImpl\28GrShaderCaps\20const&\29\20const::Impl::onEmitCode\28GrGeometryProcessor::ProgramImpl::EmitArgs&\2c\20GrGeometryProcessor::ProgramImpl::GrGPArgs*\29 +9340:skgpu::ganesh::LatticeOp::\28anonymous\20namespace\29::LatticeGP::makeProgramImpl\28GrShaderCaps\20const&\29\20const +9341:skgpu::ganesh::LatticeOp::\28anonymous\20namespace\29::LatticeGP::addToKey\28GrShaderCaps\20const&\2c\20skgpu::KeyBuilder*\29\20const +9342:skgpu::ganesh::FillRRectOp::\28anonymous\20namespace\29::FillRRectOpImpl::~FillRRectOpImpl\28\29_11794 +9343:skgpu::ganesh::FillRRectOp::\28anonymous\20namespace\29::FillRRectOpImpl::visitProxies\28std::__2::function\20const&\29\20const +9344:skgpu::ganesh::FillRRectOp::\28anonymous\20namespace\29::FillRRectOpImpl::onPrepareDraws\28GrMeshDrawTarget*\29 +9345:skgpu::ganesh::FillRRectOp::\28anonymous\20namespace\29::FillRRectOpImpl::onExecute\28GrOpFlushState*\2c\20SkRect\20const&\29 +9346:skgpu::ganesh::FillRRectOp::\28anonymous\20namespace\29::FillRRectOpImpl::onCreateProgramInfo\28GrCaps\20const*\2c\20SkArenaAlloc*\2c\20GrSurfaceProxyView\20const&\2c\20bool\2c\20GrAppliedClip&&\2c\20GrDstProxyView\20const&\2c\20GrXferBarrierFlags\2c\20GrLoadOp\29 +9347:skgpu::ganesh::FillRRectOp::\28anonymous\20namespace\29::FillRRectOpImpl::onCombineIfPossible\28GrOp*\2c\20SkArenaAlloc*\2c\20GrCaps\20const&\29 +9348:skgpu::ganesh::FillRRectOp::\28anonymous\20namespace\29::FillRRectOpImpl::name\28\29\20const +9349:skgpu::ganesh::FillRRectOp::\28anonymous\20namespace\29::FillRRectOpImpl::finalize\28GrCaps\20const&\2c\20GrAppliedClip\20const*\2c\20GrClampType\29 +9350:skgpu::ganesh::FillRRectOp::\28anonymous\20namespace\29::FillRRectOpImpl::clipToShape\28skgpu::ganesh::SurfaceDrawContext*\2c\20SkClipOp\2c\20SkMatrix\20const&\2c\20GrShape\20const&\2c\20GrAA\29 +9351:skgpu::ganesh::FillRRectOp::\28anonymous\20namespace\29::FillRRectOpImpl::Processor::~Processor\28\29_11812 +9352:skgpu::ganesh::FillRRectOp::\28anonymous\20namespace\29::FillRRectOpImpl::Processor::~Processor\28\29 +9353:skgpu::ganesh::FillRRectOp::\28anonymous\20namespace\29::FillRRectOpImpl::Processor::name\28\29\20const +9354:skgpu::ganesh::FillRRectOp::\28anonymous\20namespace\29::FillRRectOpImpl::Processor::makeProgramImpl\28GrShaderCaps\20const&\29\20const +9355:skgpu::ganesh::FillRRectOp::\28anonymous\20namespace\29::FillRRectOpImpl::Processor::addToKey\28GrShaderCaps\20const&\2c\20skgpu::KeyBuilder*\29\20const +9356:skgpu::ganesh::FillRRectOp::\28anonymous\20namespace\29::FillRRectOpImpl::Processor::Impl::onEmitCode\28GrGeometryProcessor::ProgramImpl::EmitArgs&\2c\20GrGeometryProcessor::ProgramImpl::GrGPArgs*\29 +9357:skgpu::ganesh::DrawableOp::~DrawableOp\28\29_11783 +9358:skgpu::ganesh::DrawableOp::onExecute\28GrOpFlushState*\2c\20SkRect\20const&\29 +9359:skgpu::ganesh::DrawableOp::name\28\29\20const +9360:skgpu::ganesh::DrawAtlasPathOp::~DrawAtlasPathOp\28\29_11690 +9361:skgpu::ganesh::DrawAtlasPathOp::visitProxies\28std::__2::function\20const&\29\20const +9362:skgpu::ganesh::DrawAtlasPathOp::onPrepare\28GrOpFlushState*\29 +9363:skgpu::ganesh::DrawAtlasPathOp::onPrePrepare\28GrRecordingContext*\2c\20GrSurfaceProxyView\20const&\2c\20GrAppliedClip*\2c\20GrDstProxyView\20const&\2c\20GrXferBarrierFlags\2c\20GrLoadOp\29 +9364:skgpu::ganesh::DrawAtlasPathOp::onExecute\28GrOpFlushState*\2c\20SkRect\20const&\29 +9365:skgpu::ganesh::DrawAtlasPathOp::onCombineIfPossible\28GrOp*\2c\20SkArenaAlloc*\2c\20GrCaps\20const&\29 +9366:skgpu::ganesh::DrawAtlasPathOp::name\28\29\20const +9367:skgpu::ganesh::DrawAtlasPathOp::finalize\28GrCaps\20const&\2c\20GrAppliedClip\20const*\2c\20GrClampType\29 +9368:skgpu::ganesh::Device::~Device\28\29_9095 +9369:skgpu::ganesh::Device::strikeDeviceInfo\28\29\20const +9370:skgpu::ganesh::Device::snapSpecial\28SkIRect\20const&\2c\20bool\29 +9371:skgpu::ganesh::Device::snapSpecialScaled\28SkIRect\20const&\2c\20SkISize\20const&\29 +9372:skgpu::ganesh::Device::replaceClip\28SkIRect\20const&\29 +9373:skgpu::ganesh::Device::pushClipStack\28\29 +9374:skgpu::ganesh::Device::popClipStack\28\29 +9375:skgpu::ganesh::Device::onWritePixels\28SkPixmap\20const&\2c\20int\2c\20int\29 +9376:skgpu::ganesh::Device::onReadPixels\28SkPixmap\20const&\2c\20int\2c\20int\29 +9377:skgpu::ganesh::Device::onDrawGlyphRunList\28SkCanvas*\2c\20sktext::GlyphRunList\20const&\2c\20SkPaint\20const&\29 +9378:skgpu::ganesh::Device::onClipShader\28sk_sp\29 +9379:skgpu::ganesh::Device::makeSurface\28SkImageInfo\20const&\2c\20SkSurfaceProps\20const&\29 +9380:skgpu::ganesh::Device::isClipWideOpen\28\29\20const +9381:skgpu::ganesh::Device::isClipRect\28\29\20const +9382:skgpu::ganesh::Device::isClipEmpty\28\29\20const +9383:skgpu::ganesh::Device::isClipAntiAliased\28\29\20const +9384:skgpu::ganesh::Device::drawVertices\28SkVertices\20const*\2c\20sk_sp\2c\20SkPaint\20const&\2c\20bool\29 +9385:skgpu::ganesh::Device::drawSpecial\28SkSpecialImage*\2c\20SkMatrix\20const&\2c\20SkSamplingOptions\20const&\2c\20SkPaint\20const&\2c\20SkCanvas::SrcRectConstraint\29 +9386:skgpu::ganesh::Device::drawShadow\28SkCanvas*\2c\20SkPath\20const&\2c\20SkDrawShadowRec\20const&\29 +9387:skgpu::ganesh::Device::drawRegion\28SkRegion\20const&\2c\20SkPaint\20const&\29 +9388:skgpu::ganesh::Device::drawRect\28SkRect\20const&\2c\20SkPaint\20const&\29 +9389:skgpu::ganesh::Device::drawPoints\28SkCanvas::PointMode\2c\20SkSpan\2c\20SkPaint\20const&\29 +9390:skgpu::ganesh::Device::drawPaint\28SkPaint\20const&\29 +9391:skgpu::ganesh::Device::drawOval\28SkRect\20const&\2c\20SkPaint\20const&\29 +9392:skgpu::ganesh::Device::drawMesh\28SkMesh\20const&\2c\20sk_sp\2c\20SkPaint\20const&\29 +9393:skgpu::ganesh::Device::drawImageRect\28SkImage\20const*\2c\20SkRect\20const*\2c\20SkRect\20const&\2c\20SkSamplingOptions\20const&\2c\20SkPaint\20const&\2c\20SkCanvas::SrcRectConstraint\29 +9394:skgpu::ganesh::Device::drawImageLattice\28SkImage\20const*\2c\20SkCanvas::Lattice\20const&\2c\20SkRect\20const&\2c\20SkFilterMode\2c\20SkPaint\20const&\29 +9395:skgpu::ganesh::Device::drawEdgeAAQuad\28SkRect\20const&\2c\20SkPoint\20const*\2c\20SkCanvas::QuadAAFlags\2c\20SkRGBA4f<\28SkAlphaType\293>\20const&\2c\20SkBlendMode\29 +9396:skgpu::ganesh::Device::drawEdgeAAImageSet\28SkCanvas::ImageSetEntry\20const*\2c\20int\2c\20SkPoint\20const*\2c\20SkMatrix\20const*\2c\20SkSamplingOptions\20const&\2c\20SkPaint\20const&\2c\20SkCanvas::SrcRectConstraint\29 +9397:skgpu::ganesh::Device::drawDrawable\28SkCanvas*\2c\20SkDrawable*\2c\20SkMatrix\20const*\29 +9398:skgpu::ganesh::Device::drawDevice\28SkDevice*\2c\20SkSamplingOptions\20const&\2c\20SkPaint\20const&\29 +9399:skgpu::ganesh::Device::drawDRRect\28SkRRect\20const&\2c\20SkRRect\20const&\2c\20SkPaint\20const&\29 +9400:skgpu::ganesh::Device::drawCoverageMask\28SkSpecialImage\20const*\2c\20SkMatrix\20const&\2c\20SkSamplingOptions\20const&\2c\20SkPaint\20const&\29 +9401:skgpu::ganesh::Device::drawBlurredRRect\28SkRRect\20const&\2c\20SkPaint\20const&\2c\20float\29 +9402:skgpu::ganesh::Device::drawAtlas\28SkSpan\2c\20SkSpan\2c\20SkSpan\2c\20sk_sp\2c\20SkPaint\20const&\29 +9403:skgpu::ganesh::Device::drawAsTiledImageRect\28SkCanvas*\2c\20SkImage\20const*\2c\20SkRect\20const*\2c\20SkRect\20const&\2c\20SkSamplingOptions\20const&\2c\20SkPaint\20const&\2c\20SkCanvas::SrcRectConstraint\29 +9404:skgpu::ganesh::Device::drawArc\28SkArc\20const&\2c\20SkPaint\20const&\29 +9405:skgpu::ganesh::Device::devClipBounds\28\29\20const +9406:skgpu::ganesh::Device::createImageFilteringBackend\28SkSurfaceProps\20const&\2c\20SkColorType\29\20const +9407:skgpu::ganesh::Device::createDevice\28SkDevice::CreateInfo\20const&\2c\20SkPaint\20const*\29 +9408:skgpu::ganesh::Device::clipRegion\28SkRegion\20const&\2c\20SkClipOp\29 +9409:skgpu::ganesh::Device::clipRect\28SkRect\20const&\2c\20SkClipOp\2c\20bool\29 +9410:skgpu::ganesh::Device::clipRRect\28SkRRect\20const&\2c\20SkClipOp\2c\20bool\29 +9411:skgpu::ganesh::Device::clipPath\28SkPath\20const&\2c\20SkClipOp\2c\20bool\29 +9412:skgpu::ganesh::Device::baseRecorder\28\29\20const +9413:skgpu::ganesh::Device::android_utils_clipWithStencil\28\29 +9414:skgpu::ganesh::DefaultPathRenderer::onStencilPath\28skgpu::ganesh::PathRenderer::StencilPathArgs\20const&\29 +9415:skgpu::ganesh::DefaultPathRenderer::onGetStencilSupport\28GrStyledShape\20const&\29\20const +9416:skgpu::ganesh::DefaultPathRenderer::onDrawPath\28skgpu::ganesh::PathRenderer::DrawPathArgs\20const&\29 +9417:skgpu::ganesh::DefaultPathRenderer::onCanDrawPath\28skgpu::ganesh::PathRenderer::CanDrawPathArgs\20const&\29\20const +9418:skgpu::ganesh::DefaultPathRenderer::name\28\29\20const +9419:skgpu::ganesh::DashOp::\28anonymous\20namespace\29::DashingLineEffect::name\28\29\20const +9420:skgpu::ganesh::DashOp::\28anonymous\20namespace\29::DashingLineEffect::makeProgramImpl\28GrShaderCaps\20const&\29\20const +9421:skgpu::ganesh::DashOp::\28anonymous\20namespace\29::DashingLineEffect::Impl::setData\28GrGLSLProgramDataManager\20const&\2c\20GrShaderCaps\20const&\2c\20GrGeometryProcessor\20const&\29 +9422:skgpu::ganesh::DashOp::\28anonymous\20namespace\29::DashingLineEffect::Impl::onEmitCode\28GrGeometryProcessor::ProgramImpl::EmitArgs&\2c\20GrGeometryProcessor::ProgramImpl::GrGPArgs*\29 +9423:skgpu::ganesh::DashOp::\28anonymous\20namespace\29::DashingCircleEffect::name\28\29\20const +9424:skgpu::ganesh::DashOp::\28anonymous\20namespace\29::DashingCircleEffect::makeProgramImpl\28GrShaderCaps\20const&\29\20const +9425:skgpu::ganesh::DashOp::\28anonymous\20namespace\29::DashingCircleEffect::Impl::setData\28GrGLSLProgramDataManager\20const&\2c\20GrShaderCaps\20const&\2c\20GrGeometryProcessor\20const&\29 +9426:skgpu::ganesh::DashOp::\28anonymous\20namespace\29::DashingCircleEffect::Impl::onEmitCode\28GrGeometryProcessor::ProgramImpl::EmitArgs&\2c\20GrGeometryProcessor::ProgramImpl::GrGPArgs*\29 +9427:skgpu::ganesh::DashOp::\28anonymous\20namespace\29::DashOpImpl::~DashOpImpl\28\29_11587 +9428:skgpu::ganesh::DashOp::\28anonymous\20namespace\29::DashOpImpl::visitProxies\28std::__2::function\20const&\29\20const +9429:skgpu::ganesh::DashOp::\28anonymous\20namespace\29::DashOpImpl::programInfo\28\29 +9430:skgpu::ganesh::DashOp::\28anonymous\20namespace\29::DashOpImpl::onPrepareDraws\28GrMeshDrawTarget*\29 +9431:skgpu::ganesh::DashOp::\28anonymous\20namespace\29::DashOpImpl::onExecute\28GrOpFlushState*\2c\20SkRect\20const&\29 +9432:skgpu::ganesh::DashOp::\28anonymous\20namespace\29::DashOpImpl::onCreateProgramInfo\28GrCaps\20const*\2c\20SkArenaAlloc*\2c\20GrSurfaceProxyView\20const&\2c\20bool\2c\20GrAppliedClip&&\2c\20GrDstProxyView\20const&\2c\20GrXferBarrierFlags\2c\20GrLoadOp\29 +9433:skgpu::ganesh::DashOp::\28anonymous\20namespace\29::DashOpImpl::onCombineIfPossible\28GrOp*\2c\20SkArenaAlloc*\2c\20GrCaps\20const&\29 +9434:skgpu::ganesh::DashOp::\28anonymous\20namespace\29::DashOpImpl::name\28\29\20const +9435:skgpu::ganesh::DashOp::\28anonymous\20namespace\29::DashOpImpl::fixedFunctionFlags\28\29\20const +9436:skgpu::ganesh::DashOp::\28anonymous\20namespace\29::DashOpImpl::finalize\28GrCaps\20const&\2c\20GrAppliedClip\20const*\2c\20GrClampType\29 +9437:skgpu::ganesh::DashLinePathRenderer::onDrawPath\28skgpu::ganesh::PathRenderer::DrawPathArgs\20const&\29 +9438:skgpu::ganesh::DashLinePathRenderer::onCanDrawPath\28skgpu::ganesh::PathRenderer::CanDrawPathArgs\20const&\29\20const +9439:skgpu::ganesh::DashLinePathRenderer::name\28\29\20const +9440:skgpu::ganesh::ClipStack::~ClipStack\28\29_8987 +9441:skgpu::ganesh::ClipStack::preApply\28SkRect\20const&\2c\20GrAA\29\20const +9442:skgpu::ganesh::ClipStack::apply\28GrRecordingContext*\2c\20skgpu::ganesh::SurfaceDrawContext*\2c\20GrDrawOp*\2c\20GrAAType\2c\20GrAppliedClip*\2c\20SkRect*\29\20const +9443:skgpu::ganesh::ClearOp::~ClearOp\28\29 +9444:skgpu::ganesh::ClearOp::onExecute\28GrOpFlushState*\2c\20SkRect\20const&\29 +9445:skgpu::ganesh::ClearOp::onCombineIfPossible\28GrOp*\2c\20SkArenaAlloc*\2c\20GrCaps\20const&\29 +9446:skgpu::ganesh::ClearOp::name\28\29\20const +9447:skgpu::ganesh::AtlasTextOp::~AtlasTextOp\28\29_11522 +9448:skgpu::ganesh::AtlasTextOp::visitProxies\28std::__2::function\20const&\29\20const +9449:skgpu::ganesh::AtlasTextOp::onPrepareDraws\28GrMeshDrawTarget*\29 +9450:skgpu::ganesh::AtlasTextOp::onExecute\28GrOpFlushState*\2c\20SkRect\20const&\29 +9451:skgpu::ganesh::AtlasTextOp::onCombineIfPossible\28GrOp*\2c\20SkArenaAlloc*\2c\20GrCaps\20const&\29 +9452:skgpu::ganesh::AtlasTextOp::name\28\29\20const +9453:skgpu::ganesh::AtlasTextOp::finalize\28GrCaps\20const&\2c\20GrAppliedClip\20const*\2c\20GrClampType\29 +9454:skgpu::ganesh::AtlasRenderTask::~AtlasRenderTask\28\29_11508 +9455:skgpu::ganesh::AtlasRenderTask::onMakeClosed\28GrRecordingContext*\2c\20SkIRect*\29 +9456:skgpu::ganesh::AtlasRenderTask::onExecute\28GrOpFlushState*\29 +9457:skgpu::ganesh::AtlasPathRenderer::onDrawPath\28skgpu::ganesh::PathRenderer::DrawPathArgs\20const&\29 +9458:skgpu::ganesh::AtlasPathRenderer::onCanDrawPath\28skgpu::ganesh::PathRenderer::CanDrawPathArgs\20const&\29\20const +9459:skgpu::ganesh::AtlasPathRenderer::name\28\29\20const +9460:skgpu::ganesh::AALinearizingConvexPathRenderer::onDrawPath\28skgpu::ganesh::PathRenderer::DrawPathArgs\20const&\29 +9461:skgpu::ganesh::AALinearizingConvexPathRenderer::onCanDrawPath\28skgpu::ganesh::PathRenderer::CanDrawPathArgs\20const&\29\20const +9462:skgpu::ganesh::AALinearizingConvexPathRenderer::name\28\29\20const +9463:skgpu::ganesh::AAHairLinePathRenderer::onDrawPath\28skgpu::ganesh::PathRenderer::DrawPathArgs\20const&\29 +9464:skgpu::ganesh::AAHairLinePathRenderer::onCanDrawPath\28skgpu::ganesh::PathRenderer::CanDrawPathArgs\20const&\29\20const +9465:skgpu::ganesh::AAHairLinePathRenderer::name\28\29\20const +9466:skgpu::ganesh::AAConvexPathRenderer::onDrawPath\28skgpu::ganesh::PathRenderer::DrawPathArgs\20const&\29 +9467:skgpu::ganesh::AAConvexPathRenderer::onCanDrawPath\28skgpu::ganesh::PathRenderer::CanDrawPathArgs\20const&\29\20const +9468:skgpu::ganesh::AAConvexPathRenderer::name\28\29\20const +9469:skgpu::TAsyncReadResult::~TAsyncReadResult\28\29_10629 +9470:skgpu::TAsyncReadResult::rowBytes\28int\29\20const +9471:skgpu::TAsyncReadResult::data\28int\29\20const +9472:skgpu::StringKeyBuilder::~StringKeyBuilder\28\29_10228 +9473:skgpu::StringKeyBuilder::appendComment\28char\20const*\29 +9474:skgpu::StringKeyBuilder::addBits\28unsigned\20int\2c\20unsigned\20int\2c\20std::__2::basic_string_view>\29 +9475:skgpu::ShaderErrorHandler::compileError\28char\20const*\2c\20char\20const*\2c\20bool\29 +9476:skgpu::RectanizerSkyline::~RectanizerSkyline\28\29_13016 +9477:skgpu::RectanizerSkyline::~RectanizerSkyline\28\29 +9478:skgpu::RectanizerSkyline::percentFull\28\29\20const +9479:skgpu::RectanizerPow2::reset\28\29 +9480:skgpu::RectanizerPow2::percentFull\28\29\20const +9481:skgpu::RectanizerPow2::addRect\28int\2c\20int\2c\20SkIPoint16*\29 +9482:skgpu::Plot::~Plot\28\29_13007 +9483:skgpu::KeyBuilder::~KeyBuilder\28\29 +9484:skgpu::DefaultShaderErrorHandler\28\29::DefaultShaderErrorHandler::compileError\28char\20const*\2c\20char\20const*\29 +9485:skcpu::bw_square_proc\28skcpu::PtProcRec\20const&\2c\20SkSpan\2c\20SkBlitter*\29 +9486:skcpu::bw_pt_hair_proc\28skcpu::PtProcRec\20const&\2c\20SkSpan\2c\20SkBlitter*\29 +9487:skcpu::bw_poly_hair_proc\28skcpu::PtProcRec\20const&\2c\20SkSpan\2c\20SkBlitter*\29 +9488:skcpu::bw_line_hair_proc\28skcpu::PtProcRec\20const&\2c\20SkSpan\2c\20SkBlitter*\29 +9489:skcpu::aa_square_proc\28skcpu::PtProcRec\20const&\2c\20SkSpan\2c\20SkBlitter*\29 +9490:skcpu::aa_poly_hair_proc\28skcpu::PtProcRec\20const&\2c\20SkSpan\2c\20SkBlitter*\29 +9491:skcpu::aa_line_hair_proc\28skcpu::PtProcRec\20const&\2c\20SkSpan\2c\20SkBlitter*\29 +9492:skcpu::Draw::paintMasks\28SkZip\2c\20SkPaint\20const&\29\20const +9493:sk_mmap_releaseproc\28void\20const*\2c\20void*\29 +9494:sk_ft_stream_io\28FT_StreamRec_*\2c\20unsigned\20long\2c\20unsigned\20char*\2c\20unsigned\20long\29 +9495:sk_ft_realloc\28FT_MemoryRec_*\2c\20long\2c\20long\2c\20void*\29 +9496:sk_fclose\28_IO_FILE*\29 +9497:skString_getData +9498:skString_free +9499:skString_allocate +9500:skString16_getData +9501:skString16_free +9502:skString16_allocate +9503:skData_dispose +9504:skData_create +9505:shader_dispose +9506:shader_createSweepGradient +9507:shader_createRuntimeEffectShader +9508:shader_createRadialGradient +9509:shader_createLinearGradient +9510:shader_createFromImage +9511:shader_createConicalGradient +9512:sfnt_table_info +9513:sfnt_load_face +9514:sfnt_is_postscript +9515:sfnt_is_alphanumeric +9516:sfnt_init_face +9517:sfnt_get_ps_name +9518:sfnt_get_name_index +9519:sfnt_get_interface +9520:sfnt_get_glyph_name +9521:sfnt_get_charset_id +9522:sfnt_done_face +9523:setup_syllables_use\28hb_ot_shape_plan_t\20const*\2c\20hb_font_t*\2c\20hb_buffer_t*\29 +9524:setup_syllables_myanmar\28hb_ot_shape_plan_t\20const*\2c\20hb_font_t*\2c\20hb_buffer_t*\29 +9525:setup_syllables_khmer\28hb_ot_shape_plan_t\20const*\2c\20hb_font_t*\2c\20hb_buffer_t*\29 +9526:setup_syllables_indic\28hb_ot_shape_plan_t\20const*\2c\20hb_font_t*\2c\20hb_buffer_t*\29 +9527:setup_masks_use\28hb_ot_shape_plan_t\20const*\2c\20hb_buffer_t*\2c\20hb_font_t*\29 +9528:setup_masks_myanmar\28hb_ot_shape_plan_t\20const*\2c\20hb_buffer_t*\2c\20hb_font_t*\29 +9529:setup_masks_khmer\28hb_ot_shape_plan_t\20const*\2c\20hb_buffer_t*\2c\20hb_font_t*\29 +9530:setup_masks_indic\28hb_ot_shape_plan_t\20const*\2c\20hb_buffer_t*\2c\20hb_font_t*\29 +9531:setup_masks_hangul\28hb_ot_shape_plan_t\20const*\2c\20hb_buffer_t*\2c\20hb_font_t*\29 +9532:setup_masks_arabic\28hb_ot_shape_plan_t\20const*\2c\20hb_buffer_t*\2c\20hb_font_t*\29 +9533:runtimeEffect_getUniformSize +9534:runtimeEffect_dispose +9535:runtimeEffect_create +9536:reverse_hit_compare_y\28SkOpRayHit\20const*\2c\20SkOpRayHit\20const*\29 +9537:reverse_hit_compare_x\28SkOpRayHit\20const*\2c\20SkOpRayHit\20const*\29 +9538:reorder_use\28hb_ot_shape_plan_t\20const*\2c\20hb_font_t*\2c\20hb_buffer_t*\29 +9539:reorder_myanmar\28hb_ot_shape_plan_t\20const*\2c\20hb_font_t*\2c\20hb_buffer_t*\29 +9540:reorder_marks_hebrew\28hb_ot_shape_plan_t\20const*\2c\20hb_buffer_t*\2c\20unsigned\20int\2c\20unsigned\20int\29 +9541:reorder_marks_arabic\28hb_ot_shape_plan_t\20const*\2c\20hb_buffer_t*\2c\20unsigned\20int\2c\20unsigned\20int\29 +9542:reorder_khmer\28hb_ot_shape_plan_t\20const*\2c\20hb_font_t*\2c\20hb_buffer_t*\29 +9543:release_data\28void*\2c\20void*\29 +9544:rect_memcpy\28SkImageInfo\20const&\2c\20void*\2c\20unsigned\20long\2c\20SkImageInfo\20const&\2c\20void\20const*\2c\20unsigned\20long\2c\20SkColorSpaceXformSteps\20const&\29 +9545:record_stch\28hb_ot_shape_plan_t\20const*\2c\20hb_font_t*\2c\20hb_buffer_t*\29 +9546:record_rphf_use\28hb_ot_shape_plan_t\20const*\2c\20hb_font_t*\2c\20hb_buffer_t*\29 +9547:record_pref_use\28hb_ot_shape_plan_t\20const*\2c\20hb_font_t*\2c\20hb_buffer_t*\29 +9548:read_data_from_FT_Stream +9549:quad_intercept_v\28SkPoint\20const*\2c\20float\2c\20float\2c\20double*\29 +9550:quad_intercept_h\28SkPoint\20const*\2c\20float\2c\20float\2c\20double*\29 +9551:psnames_get_service +9552:pshinter_get_t2_funcs +9553:pshinter_get_t1_funcs +9554:psh_globals_new +9555:psh_globals_destroy +9556:psaux_get_glyph_name +9557:ps_table_release +9558:ps_table_new +9559:ps_table_done +9560:ps_table_add +9561:ps_property_set +9562:ps_property_get +9563:ps_parser_to_int +9564:ps_parser_to_fixed_array +9565:ps_parser_to_fixed +9566:ps_parser_to_coord_array +9567:ps_parser_to_bytes +9568:ps_parser_load_field_table +9569:ps_parser_init +9570:ps_hints_t2mask +9571:ps_hints_t2counter +9572:ps_hints_t1stem3 +9573:ps_hints_t1reset +9574:ps_hints_close +9575:ps_hints_apply +9576:ps_hinter_init +9577:ps_hinter_done +9578:ps_get_standard_strings +9579:ps_get_macintosh_name +9580:ps_decoder_init +9581:preprocess_text_use\28hb_ot_shape_plan_t\20const*\2c\20hb_buffer_t*\2c\20hb_font_t*\29 +9582:preprocess_text_thai\28hb_ot_shape_plan_t\20const*\2c\20hb_buffer_t*\2c\20hb_font_t*\29 +9583:preprocess_text_indic\28hb_ot_shape_plan_t\20const*\2c\20hb_buffer_t*\2c\20hb_font_t*\29 +9584:preprocess_text_hangul\28hb_ot_shape_plan_t\20const*\2c\20hb_buffer_t*\2c\20hb_font_t*\29 +9585:premultiply_data +9586:premul_rgb\28SkRGBA4f<\28SkAlphaType\292>\29 +9587:premul_polar\28SkRGBA4f<\28SkAlphaType\292>\29 +9588:postprocess_glyphs_arabic\28hb_ot_shape_plan_t\20const*\2c\20hb_buffer_t*\2c\20hb_font_t*\29 +9589:portable::xy_to_unit_angle\28portable::Params*\2c\20SkRasterPipelineStage*\2c\20float\2c\20float\2c\20float\2c\20float\29 +9590:portable::xy_to_radius\28portable::Params*\2c\20SkRasterPipelineStage*\2c\20float\2c\20float\2c\20float\2c\20float\29 +9591:portable::xy_to_2pt_conical_well_behaved\28portable::Params*\2c\20SkRasterPipelineStage*\2c\20float\2c\20float\2c\20float\2c\20float\29 +9592:portable::xy_to_2pt_conical_strip\28portable::Params*\2c\20SkRasterPipelineStage*\2c\20float\2c\20float\2c\20float\2c\20float\29 +9593:portable::xy_to_2pt_conical_smaller\28portable::Params*\2c\20SkRasterPipelineStage*\2c\20float\2c\20float\2c\20float\2c\20float\29 +9594:portable::xy_to_2pt_conical_greater\28portable::Params*\2c\20SkRasterPipelineStage*\2c\20float\2c\20float\2c\20float\2c\20float\29 +9595:portable::xy_to_2pt_conical_focal_on_circle\28portable::Params*\2c\20SkRasterPipelineStage*\2c\20float\2c\20float\2c\20float\2c\20float\29 +9596:portable::xor_\28portable::Params*\2c\20SkRasterPipelineStage*\2c\20float\2c\20float\2c\20float\2c\20float\29 +9597:portable::white_color\28portable::Params*\2c\20SkRasterPipelineStage*\2c\20float\2c\20float\2c\20float\2c\20float\29 +9598:portable::unpremul_polar\28portable::Params*\2c\20SkRasterPipelineStage*\2c\20float\2c\20float\2c\20float\2c\20float\29 +9599:portable::unpremul\28portable::Params*\2c\20SkRasterPipelineStage*\2c\20float\2c\20float\2c\20float\2c\20float\29 +9600:portable::uniform_color_dst\28portable::Params*\2c\20SkRasterPipelineStage*\2c\20float\2c\20float\2c\20float\2c\20float\29 +9601:portable::trace_var\28portable::Params*\2c\20SkRasterPipelineStage*\2c\20float\2c\20float\2c\20float\2c\20float\29 +9602:portable::trace_scope\28portable::Params*\2c\20SkRasterPipelineStage*\2c\20float\2c\20float\2c\20float\2c\20float\29 +9603:portable::trace_line\28portable::Params*\2c\20SkRasterPipelineStage*\2c\20float\2c\20float\2c\20float\2c\20float\29 +9604:portable::trace_exit\28portable::Params*\2c\20SkRasterPipelineStage*\2c\20float\2c\20float\2c\20float\2c\20float\29 +9605:portable::trace_enter\28portable::Params*\2c\20SkRasterPipelineStage*\2c\20float\2c\20float\2c\20float\2c\20float\29 +9606:portable::tan_float\28portable::Params*\2c\20SkRasterPipelineStage*\2c\20float\2c\20float\2c\20float\2c\20float\29 +9607:portable::swizzle_copy_to_indirect_masked\28portable::Params*\2c\20SkRasterPipelineStage*\2c\20float\2c\20float\2c\20float\2c\20float\29 +9608:portable::swizzle_copy_slot_masked\28portable::Params*\2c\20SkRasterPipelineStage*\2c\20float\2c\20float\2c\20float\2c\20float\29 +9609:portable::swizzle_copy_4_slots_masked\28portable::Params*\2c\20SkRasterPipelineStage*\2c\20float\2c\20float\2c\20float\2c\20float\29 +9610:portable::swizzle_copy_3_slots_masked\28portable::Params*\2c\20SkRasterPipelineStage*\2c\20float\2c\20float\2c\20float\2c\20float\29 +9611:portable::swizzle_copy_2_slots_masked\28portable::Params*\2c\20SkRasterPipelineStage*\2c\20float\2c\20float\2c\20float\2c\20float\29 +9612:portable::swizzle_4\28portable::Params*\2c\20SkRasterPipelineStage*\2c\20float\2c\20float\2c\20float\2c\20float\29 +9613:portable::swizzle_3\28portable::Params*\2c\20SkRasterPipelineStage*\2c\20float\2c\20float\2c\20float\2c\20float\29 +9614:portable::swizzle_2\28portable::Params*\2c\20SkRasterPipelineStage*\2c\20float\2c\20float\2c\20float\2c\20float\29 +9615:portable::swizzle_1\28portable::Params*\2c\20SkRasterPipelineStage*\2c\20float\2c\20float\2c\20float\2c\20float\29 +9616:portable::swizzle\28portable::Params*\2c\20SkRasterPipelineStage*\2c\20float\2c\20float\2c\20float\2c\20float\29 +9617:portable::swap_src_dst\28portable::Params*\2c\20SkRasterPipelineStage*\2c\20float\2c\20float\2c\20float\2c\20float\29 +9618:portable::swap_rb_dst\28portable::Params*\2c\20SkRasterPipelineStage*\2c\20float\2c\20float\2c\20float\2c\20float\29 +9619:portable::swap_rb\28portable::Params*\2c\20SkRasterPipelineStage*\2c\20float\2c\20float\2c\20float\2c\20float\29 +9620:portable::sub_n_ints\28portable::Params*\2c\20SkRasterPipelineStage*\2c\20float\2c\20float\2c\20float\2c\20float\29 +9621:portable::sub_n_floats\28portable::Params*\2c\20SkRasterPipelineStage*\2c\20float\2c\20float\2c\20float\2c\20float\29 +9622:portable::sub_int\28portable::Params*\2c\20SkRasterPipelineStage*\2c\20float\2c\20float\2c\20float\2c\20float\29 +9623:portable::sub_float\28portable::Params*\2c\20SkRasterPipelineStage*\2c\20float\2c\20float\2c\20float\2c\20float\29 +9624:portable::sub_4_ints\28portable::Params*\2c\20SkRasterPipelineStage*\2c\20float\2c\20float\2c\20float\2c\20float\29 +9625:portable::sub_4_floats\28portable::Params*\2c\20SkRasterPipelineStage*\2c\20float\2c\20float\2c\20float\2c\20float\29 +9626:portable::sub_3_ints\28portable::Params*\2c\20SkRasterPipelineStage*\2c\20float\2c\20float\2c\20float\2c\20float\29 +9627:portable::sub_3_floats\28portable::Params*\2c\20SkRasterPipelineStage*\2c\20float\2c\20float\2c\20float\2c\20float\29 +9628:portable::sub_2_ints\28portable::Params*\2c\20SkRasterPipelineStage*\2c\20float\2c\20float\2c\20float\2c\20float\29 +9629:portable::sub_2_floats\28portable::Params*\2c\20SkRasterPipelineStage*\2c\20float\2c\20float\2c\20float\2c\20float\29 +9630:portable::store_src_rg\28portable::Params*\2c\20SkRasterPipelineStage*\2c\20float\2c\20float\2c\20float\2c\20float\29 +9631:portable::store_src_a\28portable::Params*\2c\20SkRasterPipelineStage*\2c\20float\2c\20float\2c\20float\2c\20float\29 +9632:portable::store_src\28portable::Params*\2c\20SkRasterPipelineStage*\2c\20float\2c\20float\2c\20float\2c\20float\29 +9633:portable::store_rgf16\28portable::Params*\2c\20SkRasterPipelineStage*\2c\20float\2c\20float\2c\20float\2c\20float\29 +9634:portable::store_rg88\28portable::Params*\2c\20SkRasterPipelineStage*\2c\20float\2c\20float\2c\20float\2c\20float\29 +9635:portable::store_rg1616\28portable::Params*\2c\20SkRasterPipelineStage*\2c\20float\2c\20float\2c\20float\2c\20float\29 +9636:portable::store_return_mask\28portable::Params*\2c\20SkRasterPipelineStage*\2c\20float\2c\20float\2c\20float\2c\20float\29 +9637:portable::store_r8\28portable::Params*\2c\20SkRasterPipelineStage*\2c\20float\2c\20float\2c\20float\2c\20float\29 +9638:portable::store_loop_mask\28portable::Params*\2c\20SkRasterPipelineStage*\2c\20float\2c\20float\2c\20float\2c\20float\29 +9639:portable::store_f32\28portable::Params*\2c\20SkRasterPipelineStage*\2c\20float\2c\20float\2c\20float\2c\20float\29 +9640:portable::store_f16\28portable::Params*\2c\20SkRasterPipelineStage*\2c\20float\2c\20float\2c\20float\2c\20float\29 +9641:portable::store_dst\28portable::Params*\2c\20SkRasterPipelineStage*\2c\20float\2c\20float\2c\20float\2c\20float\29 +9642:portable::store_device_xy01\28portable::Params*\2c\20SkRasterPipelineStage*\2c\20float\2c\20float\2c\20float\2c\20float\29 +9643:portable::store_condition_mask\28portable::Params*\2c\20SkRasterPipelineStage*\2c\20float\2c\20float\2c\20float\2c\20float\29 +9644:portable::store_af16\28portable::Params*\2c\20SkRasterPipelineStage*\2c\20float\2c\20float\2c\20float\2c\20float\29 +9645:portable::store_a8\28portable::Params*\2c\20SkRasterPipelineStage*\2c\20float\2c\20float\2c\20float\2c\20float\29 +9646:portable::store_a16\28portable::Params*\2c\20SkRasterPipelineStage*\2c\20float\2c\20float\2c\20float\2c\20float\29 +9647:portable::store_8888\28portable::Params*\2c\20SkRasterPipelineStage*\2c\20float\2c\20float\2c\20float\2c\20float\29 +9648:portable::store_565\28portable::Params*\2c\20SkRasterPipelineStage*\2c\20float\2c\20float\2c\20float\2c\20float\29 +9649:portable::store_4444\28portable::Params*\2c\20SkRasterPipelineStage*\2c\20float\2c\20float\2c\20float\2c\20float\29 +9650:portable::store_16161616\28portable::Params*\2c\20SkRasterPipelineStage*\2c\20float\2c\20float\2c\20float\2c\20float\29 +9651:portable::store_10x6\28portable::Params*\2c\20SkRasterPipelineStage*\2c\20float\2c\20float\2c\20float\2c\20float\29 +9652:portable::store_1010102_xr\28portable::Params*\2c\20SkRasterPipelineStage*\2c\20float\2c\20float\2c\20float\2c\20float\29 +9653:portable::store_1010102\28portable::Params*\2c\20SkRasterPipelineStage*\2c\20float\2c\20float\2c\20float\2c\20float\29 +9654:portable::store_10101010_xr\28portable::Params*\2c\20SkRasterPipelineStage*\2c\20float\2c\20float\2c\20float\2c\20float\29 +9655:portable::start_pipeline\28unsigned\20long\2c\20unsigned\20long\2c\20unsigned\20long\2c\20unsigned\20long\2c\20SkRasterPipelineStage*\2c\20SkSpan\2c\20unsigned\20char*\29 +9656:portable::stack_rewind\28portable::Params*\2c\20SkRasterPipelineStage*\2c\20float\2c\20float\2c\20float\2c\20float\29 +9657:portable::stack_checkpoint\28portable::Params*\2c\20SkRasterPipelineStage*\2c\20float\2c\20float\2c\20float\2c\20float\29 +9658:portable::srcover_rgba_8888\28portable::Params*\2c\20SkRasterPipelineStage*\2c\20float\2c\20float\2c\20float\2c\20float\29 +9659:portable::srcover\28portable::Params*\2c\20SkRasterPipelineStage*\2c\20float\2c\20float\2c\20float\2c\20float\29 +9660:portable::srcout\28portable::Params*\2c\20SkRasterPipelineStage*\2c\20float\2c\20float\2c\20float\2c\20float\29 +9661:portable::srcin\28portable::Params*\2c\20SkRasterPipelineStage*\2c\20float\2c\20float\2c\20float\2c\20float\29 +9662:portable::srcatop\28portable::Params*\2c\20SkRasterPipelineStage*\2c\20float\2c\20float\2c\20float\2c\20float\29 +9663:portable::sqrt_float\28portable::Params*\2c\20SkRasterPipelineStage*\2c\20float\2c\20float\2c\20float\2c\20float\29 +9664:portable::splat_4_constants\28portable::Params*\2c\20SkRasterPipelineStage*\2c\20float\2c\20float\2c\20float\2c\20float\29 +9665:portable::splat_3_constants\28portable::Params*\2c\20SkRasterPipelineStage*\2c\20float\2c\20float\2c\20float\2c\20float\29 +9666:portable::splat_2_constants\28portable::Params*\2c\20SkRasterPipelineStage*\2c\20float\2c\20float\2c\20float\2c\20float\29 +9667:portable::softlight\28portable::Params*\2c\20SkRasterPipelineStage*\2c\20float\2c\20float\2c\20float\2c\20float\29 +9668:portable::smoothstep_n_floats\28portable::Params*\2c\20SkRasterPipelineStage*\2c\20float\2c\20float\2c\20float\2c\20float\29 +9669:portable::sin_float\28portable::Params*\2c\20SkRasterPipelineStage*\2c\20float\2c\20float\2c\20float\2c\20float\29 +9670:portable::shuffle\28portable::Params*\2c\20SkRasterPipelineStage*\2c\20float\2c\20float\2c\20float\2c\20float\29 +9671:portable::set_base_pointer\28portable::Params*\2c\20SkRasterPipelineStage*\2c\20float\2c\20float\2c\20float\2c\20float\29 +9672:portable::seed_shader\28portable::Params*\2c\20SkRasterPipelineStage*\2c\20float\2c\20float\2c\20float\2c\20float\29 +9673:portable::screen\28portable::Params*\2c\20SkRasterPipelineStage*\2c\20float\2c\20float\2c\20float\2c\20float\29 +9674:portable::scale_u8\28portable::Params*\2c\20SkRasterPipelineStage*\2c\20float\2c\20float\2c\20float\2c\20float\29 +9675:portable::scale_native\28portable::Params*\2c\20SkRasterPipelineStage*\2c\20float\2c\20float\2c\20float\2c\20float\29 +9676:portable::scale_565\28portable::Params*\2c\20SkRasterPipelineStage*\2c\20float\2c\20float\2c\20float\2c\20float\29 +9677:portable::scale_1_float\28portable::Params*\2c\20SkRasterPipelineStage*\2c\20float\2c\20float\2c\20float\2c\20float\29 +9678:portable::saturation\28portable::Params*\2c\20SkRasterPipelineStage*\2c\20float\2c\20float\2c\20float\2c\20float\29 +9679:portable::rgb_to_hsl\28portable::Params*\2c\20SkRasterPipelineStage*\2c\20float\2c\20float\2c\20float\2c\20float\29 +9680:portable::repeat_y\28portable::Params*\2c\20SkRasterPipelineStage*\2c\20float\2c\20float\2c\20float\2c\20float\29 +9681:portable::repeat_x_1\28portable::Params*\2c\20SkRasterPipelineStage*\2c\20float\2c\20float\2c\20float\2c\20float\29 +9682:portable::repeat_x\28portable::Params*\2c\20SkRasterPipelineStage*\2c\20float\2c\20float\2c\20float\2c\20float\29 +9683:portable::refract_4_floats\28portable::Params*\2c\20SkRasterPipelineStage*\2c\20float\2c\20float\2c\20float\2c\20float\29 +9684:portable::reenable_loop_mask\28portable::Params*\2c\20SkRasterPipelineStage*\2c\20float\2c\20float\2c\20float\2c\20float\29 +9685:portable::premul_dst\28portable::Params*\2c\20SkRasterPipelineStage*\2c\20float\2c\20float\2c\20float\2c\20float\29 +9686:portable::premul\28portable::Params*\2c\20SkRasterPipelineStage*\2c\20float\2c\20float\2c\20float\2c\20float\29 +9687:portable::pow_n_floats\28portable::Params*\2c\20SkRasterPipelineStage*\2c\20float\2c\20float\2c\20float\2c\20float\29 +9688:portable::plus_\28portable::Params*\2c\20SkRasterPipelineStage*\2c\20float\2c\20float\2c\20float\2c\20float\29 +9689:portable::perlin_noise\28portable::Params*\2c\20SkRasterPipelineStage*\2c\20float\2c\20float\2c\20float\2c\20float\29 +9690:portable::parametric\28portable::Params*\2c\20SkRasterPipelineStage*\2c\20float\2c\20float\2c\20float\2c\20float\29 +9691:portable::overlay\28portable::Params*\2c\20SkRasterPipelineStage*\2c\20float\2c\20float\2c\20float\2c\20float\29 +9692:portable::ootf\28portable::Params*\2c\20SkRasterPipelineStage*\2c\20float\2c\20float\2c\20float\2c\20float\29 +9693:portable::negate_x\28portable::Params*\2c\20SkRasterPipelineStage*\2c\20float\2c\20float\2c\20float\2c\20float\29 +9694:portable::multiply\28portable::Params*\2c\20SkRasterPipelineStage*\2c\20float\2c\20float\2c\20float\2c\20float\29 +9695:portable::mul_n_ints\28portable::Params*\2c\20SkRasterPipelineStage*\2c\20float\2c\20float\2c\20float\2c\20float\29 +9696:portable::mul_n_floats\28portable::Params*\2c\20SkRasterPipelineStage*\2c\20float\2c\20float\2c\20float\2c\20float\29 +9697:portable::mul_int\28portable::Params*\2c\20SkRasterPipelineStage*\2c\20float\2c\20float\2c\20float\2c\20float\29 +9698:portable::mul_imm_int\28portable::Params*\2c\20SkRasterPipelineStage*\2c\20float\2c\20float\2c\20float\2c\20float\29 +9699:portable::mul_imm_float\28portable::Params*\2c\20SkRasterPipelineStage*\2c\20float\2c\20float\2c\20float\2c\20float\29 +9700:portable::mul_float\28portable::Params*\2c\20SkRasterPipelineStage*\2c\20float\2c\20float\2c\20float\2c\20float\29 +9701:portable::mul_4_ints\28portable::Params*\2c\20SkRasterPipelineStage*\2c\20float\2c\20float\2c\20float\2c\20float\29 +9702:portable::mul_4_floats\28portable::Params*\2c\20SkRasterPipelineStage*\2c\20float\2c\20float\2c\20float\2c\20float\29 +9703:portable::mul_3_ints\28portable::Params*\2c\20SkRasterPipelineStage*\2c\20float\2c\20float\2c\20float\2c\20float\29 +9704:portable::mul_3_floats\28portable::Params*\2c\20SkRasterPipelineStage*\2c\20float\2c\20float\2c\20float\2c\20float\29 +9705:portable::mul_2_ints\28portable::Params*\2c\20SkRasterPipelineStage*\2c\20float\2c\20float\2c\20float\2c\20float\29 +9706:portable::mul_2_floats\28portable::Params*\2c\20SkRasterPipelineStage*\2c\20float\2c\20float\2c\20float\2c\20float\29 +9707:portable::move_src_dst\28portable::Params*\2c\20SkRasterPipelineStage*\2c\20float\2c\20float\2c\20float\2c\20float\29 +9708:portable::move_dst_src\28portable::Params*\2c\20SkRasterPipelineStage*\2c\20float\2c\20float\2c\20float\2c\20float\29 +9709:portable::modulate\28portable::Params*\2c\20SkRasterPipelineStage*\2c\20float\2c\20float\2c\20float\2c\20float\29 +9710:portable::mod_n_floats\28portable::Params*\2c\20SkRasterPipelineStage*\2c\20float\2c\20float\2c\20float\2c\20float\29 +9711:portable::mod_float\28portable::Params*\2c\20SkRasterPipelineStage*\2c\20float\2c\20float\2c\20float\2c\20float\29 +9712:portable::mod_4_floats\28portable::Params*\2c\20SkRasterPipelineStage*\2c\20float\2c\20float\2c\20float\2c\20float\29 +9713:portable::mod_3_floats\28portable::Params*\2c\20SkRasterPipelineStage*\2c\20float\2c\20float\2c\20float\2c\20float\29 +9714:portable::mod_2_floats\28portable::Params*\2c\20SkRasterPipelineStage*\2c\20float\2c\20float\2c\20float\2c\20float\29 +9715:portable::mix_n_ints\28portable::Params*\2c\20SkRasterPipelineStage*\2c\20float\2c\20float\2c\20float\2c\20float\29 +9716:portable::mix_n_floats\28portable::Params*\2c\20SkRasterPipelineStage*\2c\20float\2c\20float\2c\20float\2c\20float\29 +9717:portable::mix_int\28portable::Params*\2c\20SkRasterPipelineStage*\2c\20float\2c\20float\2c\20float\2c\20float\29 +9718:portable::mix_float\28portable::Params*\2c\20SkRasterPipelineStage*\2c\20float\2c\20float\2c\20float\2c\20float\29 +9719:portable::mix_4_ints\28portable::Params*\2c\20SkRasterPipelineStage*\2c\20float\2c\20float\2c\20float\2c\20float\29 +9720:portable::mix_4_floats\28portable::Params*\2c\20SkRasterPipelineStage*\2c\20float\2c\20float\2c\20float\2c\20float\29 +9721:portable::mix_3_ints\28portable::Params*\2c\20SkRasterPipelineStage*\2c\20float\2c\20float\2c\20float\2c\20float\29 +9722:portable::mix_3_floats\28portable::Params*\2c\20SkRasterPipelineStage*\2c\20float\2c\20float\2c\20float\2c\20float\29 +9723:portable::mix_2_ints\28portable::Params*\2c\20SkRasterPipelineStage*\2c\20float\2c\20float\2c\20float\2c\20float\29 +9724:portable::mix_2_floats\28portable::Params*\2c\20SkRasterPipelineStage*\2c\20float\2c\20float\2c\20float\2c\20float\29 +9725:portable::mirror_y\28portable::Params*\2c\20SkRasterPipelineStage*\2c\20float\2c\20float\2c\20float\2c\20float\29 +9726:portable::mirror_x_1\28portable::Params*\2c\20SkRasterPipelineStage*\2c\20float\2c\20float\2c\20float\2c\20float\29 +9727:portable::mirror_x\28portable::Params*\2c\20SkRasterPipelineStage*\2c\20float\2c\20float\2c\20float\2c\20float\29 +9728:portable::mipmap_linear_update\28portable::Params*\2c\20SkRasterPipelineStage*\2c\20float\2c\20float\2c\20float\2c\20float\29 +9729:portable::mipmap_linear_init\28portable::Params*\2c\20SkRasterPipelineStage*\2c\20float\2c\20float\2c\20float\2c\20float\29 +9730:portable::mipmap_linear_finish\28portable::Params*\2c\20SkRasterPipelineStage*\2c\20float\2c\20float\2c\20float\2c\20float\29 +9731:portable::min_uint\28portable::Params*\2c\20SkRasterPipelineStage*\2c\20float\2c\20float\2c\20float\2c\20float\29 +9732:portable::min_n_uints\28portable::Params*\2c\20SkRasterPipelineStage*\2c\20float\2c\20float\2c\20float\2c\20float\29 +9733:portable::min_n_ints\28portable::Params*\2c\20SkRasterPipelineStage*\2c\20float\2c\20float\2c\20float\2c\20float\29 +9734:portable::min_n_floats\28portable::Params*\2c\20SkRasterPipelineStage*\2c\20float\2c\20float\2c\20float\2c\20float\29 +9735:portable::min_int\28portable::Params*\2c\20SkRasterPipelineStage*\2c\20float\2c\20float\2c\20float\2c\20float\29 +9736:portable::min_imm_float\28portable::Params*\2c\20SkRasterPipelineStage*\2c\20float\2c\20float\2c\20float\2c\20float\29 +9737:portable::min_float\28portable::Params*\2c\20SkRasterPipelineStage*\2c\20float\2c\20float\2c\20float\2c\20float\29 +9738:portable::min_4_uints\28portable::Params*\2c\20SkRasterPipelineStage*\2c\20float\2c\20float\2c\20float\2c\20float\29 +9739:portable::min_4_ints\28portable::Params*\2c\20SkRasterPipelineStage*\2c\20float\2c\20float\2c\20float\2c\20float\29 +9740:portable::min_4_floats\28portable::Params*\2c\20SkRasterPipelineStage*\2c\20float\2c\20float\2c\20float\2c\20float\29 +9741:portable::min_3_uints\28portable::Params*\2c\20SkRasterPipelineStage*\2c\20float\2c\20float\2c\20float\2c\20float\29 +9742:portable::min_3_ints\28portable::Params*\2c\20SkRasterPipelineStage*\2c\20float\2c\20float\2c\20float\2c\20float\29 +9743:portable::min_3_floats\28portable::Params*\2c\20SkRasterPipelineStage*\2c\20float\2c\20float\2c\20float\2c\20float\29 +9744:portable::min_2_uints\28portable::Params*\2c\20SkRasterPipelineStage*\2c\20float\2c\20float\2c\20float\2c\20float\29 +9745:portable::min_2_ints\28portable::Params*\2c\20SkRasterPipelineStage*\2c\20float\2c\20float\2c\20float\2c\20float\29 +9746:portable::min_2_floats\28portable::Params*\2c\20SkRasterPipelineStage*\2c\20float\2c\20float\2c\20float\2c\20float\29 +9747:portable::merge_loop_mask\28portable::Params*\2c\20SkRasterPipelineStage*\2c\20float\2c\20float\2c\20float\2c\20float\29 +9748:portable::merge_inv_condition_mask\28portable::Params*\2c\20SkRasterPipelineStage*\2c\20float\2c\20float\2c\20float\2c\20float\29 +9749:portable::merge_condition_mask\28portable::Params*\2c\20SkRasterPipelineStage*\2c\20float\2c\20float\2c\20float\2c\20float\29 +9750:portable::max_uint\28portable::Params*\2c\20SkRasterPipelineStage*\2c\20float\2c\20float\2c\20float\2c\20float\29 +9751:portable::max_n_uints\28portable::Params*\2c\20SkRasterPipelineStage*\2c\20float\2c\20float\2c\20float\2c\20float\29 +9752:portable::max_n_ints\28portable::Params*\2c\20SkRasterPipelineStage*\2c\20float\2c\20float\2c\20float\2c\20float\29 +9753:portable::max_n_floats\28portable::Params*\2c\20SkRasterPipelineStage*\2c\20float\2c\20float\2c\20float\2c\20float\29 +9754:portable::max_int\28portable::Params*\2c\20SkRasterPipelineStage*\2c\20float\2c\20float\2c\20float\2c\20float\29 +9755:portable::max_imm_float\28portable::Params*\2c\20SkRasterPipelineStage*\2c\20float\2c\20float\2c\20float\2c\20float\29 +9756:portable::max_float\28portable::Params*\2c\20SkRasterPipelineStage*\2c\20float\2c\20float\2c\20float\2c\20float\29 +9757:portable::max_4_uints\28portable::Params*\2c\20SkRasterPipelineStage*\2c\20float\2c\20float\2c\20float\2c\20float\29 +9758:portable::max_4_ints\28portable::Params*\2c\20SkRasterPipelineStage*\2c\20float\2c\20float\2c\20float\2c\20float\29 +9759:portable::max_4_floats\28portable::Params*\2c\20SkRasterPipelineStage*\2c\20float\2c\20float\2c\20float\2c\20float\29 +9760:portable::max_3_uints\28portable::Params*\2c\20SkRasterPipelineStage*\2c\20float\2c\20float\2c\20float\2c\20float\29 +9761:portable::max_3_ints\28portable::Params*\2c\20SkRasterPipelineStage*\2c\20float\2c\20float\2c\20float\2c\20float\29 +9762:portable::max_3_floats\28portable::Params*\2c\20SkRasterPipelineStage*\2c\20float\2c\20float\2c\20float\2c\20float\29 +9763:portable::max_2_uints\28portable::Params*\2c\20SkRasterPipelineStage*\2c\20float\2c\20float\2c\20float\2c\20float\29 +9764:portable::max_2_ints\28portable::Params*\2c\20SkRasterPipelineStage*\2c\20float\2c\20float\2c\20float\2c\20float\29 +9765:portable::max_2_floats\28portable::Params*\2c\20SkRasterPipelineStage*\2c\20float\2c\20float\2c\20float\2c\20float\29 +9766:portable::matrix_translate\28portable::Params*\2c\20SkRasterPipelineStage*\2c\20float\2c\20float\2c\20float\2c\20float\29 +9767:portable::matrix_scale_translate\28portable::Params*\2c\20SkRasterPipelineStage*\2c\20float\2c\20float\2c\20float\2c\20float\29 +9768:portable::matrix_perspective\28portable::Params*\2c\20SkRasterPipelineStage*\2c\20float\2c\20float\2c\20float\2c\20float\29 +9769:portable::matrix_multiply_4\28portable::Params*\2c\20SkRasterPipelineStage*\2c\20float\2c\20float\2c\20float\2c\20float\29 +9770:portable::matrix_multiply_3\28portable::Params*\2c\20SkRasterPipelineStage*\2c\20float\2c\20float\2c\20float\2c\20float\29 +9771:portable::matrix_multiply_2\28portable::Params*\2c\20SkRasterPipelineStage*\2c\20float\2c\20float\2c\20float\2c\20float\29 +9772:portable::matrix_4x5\28portable::Params*\2c\20SkRasterPipelineStage*\2c\20float\2c\20float\2c\20float\2c\20float\29 +9773:portable::matrix_4x3\28portable::Params*\2c\20SkRasterPipelineStage*\2c\20float\2c\20float\2c\20float\2c\20float\29 +9774:portable::matrix_3x4\28portable::Params*\2c\20SkRasterPipelineStage*\2c\20float\2c\20float\2c\20float\2c\20float\29 +9775:portable::matrix_3x3\28portable::Params*\2c\20SkRasterPipelineStage*\2c\20float\2c\20float\2c\20float\2c\20float\29 +9776:portable::matrix_2x3\28portable::Params*\2c\20SkRasterPipelineStage*\2c\20float\2c\20float\2c\20float\2c\20float\29 +9777:portable::mask_off_return_mask\28portable::Params*\2c\20SkRasterPipelineStage*\2c\20float\2c\20float\2c\20float\2c\20float\29 +9778:portable::mask_off_loop_mask\28portable::Params*\2c\20SkRasterPipelineStage*\2c\20float\2c\20float\2c\20float\2c\20float\29 +9779:portable::mask_2pt_conical_nan\28portable::Params*\2c\20SkRasterPipelineStage*\2c\20float\2c\20float\2c\20float\2c\20float\29 +9780:portable::mask_2pt_conical_degenerates\28portable::Params*\2c\20SkRasterPipelineStage*\2c\20float\2c\20float\2c\20float\2c\20float\29 +9781:portable::luminosity\28portable::Params*\2c\20SkRasterPipelineStage*\2c\20float\2c\20float\2c\20float\2c\20float\29 +9782:portable::log_float\28portable::Params*\2c\20SkRasterPipelineStage*\2c\20float\2c\20float\2c\20float\2c\20float\29 +9783:portable::log2_float\28portable::Params*\2c\20SkRasterPipelineStage*\2c\20float\2c\20float\2c\20float\2c\20float\29 +9784:portable::load_src_rg\28portable::Params*\2c\20SkRasterPipelineStage*\2c\20float\2c\20float\2c\20float\2c\20float\29 +9785:portable::load_src\28portable::Params*\2c\20SkRasterPipelineStage*\2c\20float\2c\20float\2c\20float\2c\20float\29 +9786:portable::load_rgf16_dst\28portable::Params*\2c\20SkRasterPipelineStage*\2c\20float\2c\20float\2c\20float\2c\20float\29 +9787:portable::load_rgf16\28portable::Params*\2c\20SkRasterPipelineStage*\2c\20float\2c\20float\2c\20float\2c\20float\29 +9788:portable::load_rg88_dst\28portable::Params*\2c\20SkRasterPipelineStage*\2c\20float\2c\20float\2c\20float\2c\20float\29 +9789:portable::load_rg88\28portable::Params*\2c\20SkRasterPipelineStage*\2c\20float\2c\20float\2c\20float\2c\20float\29 +9790:portable::load_rg1616_dst\28portable::Params*\2c\20SkRasterPipelineStage*\2c\20float\2c\20float\2c\20float\2c\20float\29 +9791:portable::load_rg1616\28portable::Params*\2c\20SkRasterPipelineStage*\2c\20float\2c\20float\2c\20float\2c\20float\29 +9792:portable::load_return_mask\28portable::Params*\2c\20SkRasterPipelineStage*\2c\20float\2c\20float\2c\20float\2c\20float\29 +9793:portable::load_loop_mask\28portable::Params*\2c\20SkRasterPipelineStage*\2c\20float\2c\20float\2c\20float\2c\20float\29 +9794:portable::load_f32_dst\28portable::Params*\2c\20SkRasterPipelineStage*\2c\20float\2c\20float\2c\20float\2c\20float\29 +9795:portable::load_f32\28portable::Params*\2c\20SkRasterPipelineStage*\2c\20float\2c\20float\2c\20float\2c\20float\29 +9796:portable::load_f16_dst\28portable::Params*\2c\20SkRasterPipelineStage*\2c\20float\2c\20float\2c\20float\2c\20float\29 +9797:portable::load_f16\28portable::Params*\2c\20SkRasterPipelineStage*\2c\20float\2c\20float\2c\20float\2c\20float\29 +9798:portable::load_dst\28portable::Params*\2c\20SkRasterPipelineStage*\2c\20float\2c\20float\2c\20float\2c\20float\29 +9799:portable::load_condition_mask\28portable::Params*\2c\20SkRasterPipelineStage*\2c\20float\2c\20float\2c\20float\2c\20float\29 +9800:portable::load_af16_dst\28portable::Params*\2c\20SkRasterPipelineStage*\2c\20float\2c\20float\2c\20float\2c\20float\29 +9801:portable::load_af16\28portable::Params*\2c\20SkRasterPipelineStage*\2c\20float\2c\20float\2c\20float\2c\20float\29 +9802:portable::load_a8_dst\28portable::Params*\2c\20SkRasterPipelineStage*\2c\20float\2c\20float\2c\20float\2c\20float\29 +9803:portable::load_a8\28portable::Params*\2c\20SkRasterPipelineStage*\2c\20float\2c\20float\2c\20float\2c\20float\29 +9804:portable::load_a16_dst\28portable::Params*\2c\20SkRasterPipelineStage*\2c\20float\2c\20float\2c\20float\2c\20float\29 +9805:portable::load_a16\28portable::Params*\2c\20SkRasterPipelineStage*\2c\20float\2c\20float\2c\20float\2c\20float\29 +9806:portable::load_8888_dst\28portable::Params*\2c\20SkRasterPipelineStage*\2c\20float\2c\20float\2c\20float\2c\20float\29 +9807:portable::load_8888\28portable::Params*\2c\20SkRasterPipelineStage*\2c\20float\2c\20float\2c\20float\2c\20float\29 +9808:portable::load_565_dst\28portable::Params*\2c\20SkRasterPipelineStage*\2c\20float\2c\20float\2c\20float\2c\20float\29 +9809:portable::load_565\28portable::Params*\2c\20SkRasterPipelineStage*\2c\20float\2c\20float\2c\20float\2c\20float\29 +9810:portable::load_4444_dst\28portable::Params*\2c\20SkRasterPipelineStage*\2c\20float\2c\20float\2c\20float\2c\20float\29 +9811:portable::load_4444\28portable::Params*\2c\20SkRasterPipelineStage*\2c\20float\2c\20float\2c\20float\2c\20float\29 +9812:portable::load_16161616_dst\28portable::Params*\2c\20SkRasterPipelineStage*\2c\20float\2c\20float\2c\20float\2c\20float\29 +9813:portable::load_16161616\28portable::Params*\2c\20SkRasterPipelineStage*\2c\20float\2c\20float\2c\20float\2c\20float\29 +9814:portable::load_10x6_dst\28portable::Params*\2c\20SkRasterPipelineStage*\2c\20float\2c\20float\2c\20float\2c\20float\29 +9815:portable::load_10x6\28portable::Params*\2c\20SkRasterPipelineStage*\2c\20float\2c\20float\2c\20float\2c\20float\29 +9816:portable::load_1010102_xr_dst\28portable::Params*\2c\20SkRasterPipelineStage*\2c\20float\2c\20float\2c\20float\2c\20float\29 +9817:portable::load_1010102_xr\28portable::Params*\2c\20SkRasterPipelineStage*\2c\20float\2c\20float\2c\20float\2c\20float\29 +9818:portable::load_1010102_dst\28portable::Params*\2c\20SkRasterPipelineStage*\2c\20float\2c\20float\2c\20float\2c\20float\29 +9819:portable::load_1010102\28portable::Params*\2c\20SkRasterPipelineStage*\2c\20float\2c\20float\2c\20float\2c\20float\29 +9820:portable::load_10101010_xr_dst\28portable::Params*\2c\20SkRasterPipelineStage*\2c\20float\2c\20float\2c\20float\2c\20float\29 +9821:portable::load_10101010_xr\28portable::Params*\2c\20SkRasterPipelineStage*\2c\20float\2c\20float\2c\20float\2c\20float\29 +9822:portable::lighten\28portable::Params*\2c\20SkRasterPipelineStage*\2c\20float\2c\20float\2c\20float\2c\20float\29 +9823:portable::lerp_u8\28portable::Params*\2c\20SkRasterPipelineStage*\2c\20float\2c\20float\2c\20float\2c\20float\29 +9824:portable::lerp_native\28portable::Params*\2c\20SkRasterPipelineStage*\2c\20float\2c\20float\2c\20float\2c\20float\29 +9825:portable::lerp_565\28portable::Params*\2c\20SkRasterPipelineStage*\2c\20float\2c\20float\2c\20float\2c\20float\29 +9826:portable::lerp_1_float\28portable::Params*\2c\20SkRasterPipelineStage*\2c\20float\2c\20float\2c\20float\2c\20float\29 +9827:portable::just_return\28portable::Params*\2c\20SkRasterPipelineStage*\2c\20float\2c\20float\2c\20float\2c\20float\29 +9828:portable::jump\28portable::Params*\2c\20SkRasterPipelineStage*\2c\20float\2c\20float\2c\20float\2c\20float\29 +9829:portable::invsqrt_float\28portable::Params*\2c\20SkRasterPipelineStage*\2c\20float\2c\20float\2c\20float\2c\20float\29 +9830:portable::invsqrt_4_floats\28portable::Params*\2c\20SkRasterPipelineStage*\2c\20float\2c\20float\2c\20float\2c\20float\29 +9831:portable::invsqrt_3_floats\28portable::Params*\2c\20SkRasterPipelineStage*\2c\20float\2c\20float\2c\20float\2c\20float\29 +9832:portable::invsqrt_2_floats\28portable::Params*\2c\20SkRasterPipelineStage*\2c\20float\2c\20float\2c\20float\2c\20float\29 +9833:portable::inverse_mat4\28portable::Params*\2c\20SkRasterPipelineStage*\2c\20float\2c\20float\2c\20float\2c\20float\29 +9834:portable::inverse_mat3\28portable::Params*\2c\20SkRasterPipelineStage*\2c\20float\2c\20float\2c\20float\2c\20float\29 +9835:portable::inverse_mat2\28portable::Params*\2c\20SkRasterPipelineStage*\2c\20float\2c\20float\2c\20float\2c\20float\29 +9836:portable::init_lane_masks\28portable::Params*\2c\20SkRasterPipelineStage*\2c\20float\2c\20float\2c\20float\2c\20float\29 +9837:portable::hue\28portable::Params*\2c\20SkRasterPipelineStage*\2c\20float\2c\20float\2c\20float\2c\20float\29 +9838:portable::hsl_to_rgb\28portable::Params*\2c\20SkRasterPipelineStage*\2c\20float\2c\20float\2c\20float\2c\20float\29 +9839:portable::hardlight\28portable::Params*\2c\20SkRasterPipelineStage*\2c\20float\2c\20float\2c\20float\2c\20float\29 +9840:portable::gradient\28portable::Params*\2c\20SkRasterPipelineStage*\2c\20float\2c\20float\2c\20float\2c\20float\29 +9841:portable::gauss_a_to_rgba\28portable::Params*\2c\20SkRasterPipelineStage*\2c\20float\2c\20float\2c\20float\2c\20float\29 +9842:portable::gather_rgf16\28portable::Params*\2c\20SkRasterPipelineStage*\2c\20float\2c\20float\2c\20float\2c\20float\29 +9843:portable::gather_rg88\28portable::Params*\2c\20SkRasterPipelineStage*\2c\20float\2c\20float\2c\20float\2c\20float\29 +9844:portable::gather_rg1616\28portable::Params*\2c\20SkRasterPipelineStage*\2c\20float\2c\20float\2c\20float\2c\20float\29 +9845:portable::gather_f32\28portable::Params*\2c\20SkRasterPipelineStage*\2c\20float\2c\20float\2c\20float\2c\20float\29 +9846:portable::gather_f16\28portable::Params*\2c\20SkRasterPipelineStage*\2c\20float\2c\20float\2c\20float\2c\20float\29 +9847:portable::gather_af16\28portable::Params*\2c\20SkRasterPipelineStage*\2c\20float\2c\20float\2c\20float\2c\20float\29 +9848:portable::gather_a8\28portable::Params*\2c\20SkRasterPipelineStage*\2c\20float\2c\20float\2c\20float\2c\20float\29 +9849:portable::gather_a16\28portable::Params*\2c\20SkRasterPipelineStage*\2c\20float\2c\20float\2c\20float\2c\20float\29 +9850:portable::gather_8888\28portable::Params*\2c\20SkRasterPipelineStage*\2c\20float\2c\20float\2c\20float\2c\20float\29 +9851:portable::gather_565\28portable::Params*\2c\20SkRasterPipelineStage*\2c\20float\2c\20float\2c\20float\2c\20float\29 +9852:portable::gather_4444\28portable::Params*\2c\20SkRasterPipelineStage*\2c\20float\2c\20float\2c\20float\2c\20float\29 +9853:portable::gather_16161616\28portable::Params*\2c\20SkRasterPipelineStage*\2c\20float\2c\20float\2c\20float\2c\20float\29 +9854:portable::gather_10x6\28portable::Params*\2c\20SkRasterPipelineStage*\2c\20float\2c\20float\2c\20float\2c\20float\29 +9855:portable::gather_1010102_xr\28portable::Params*\2c\20SkRasterPipelineStage*\2c\20float\2c\20float\2c\20float\2c\20float\29 +9856:portable::gather_1010102\28portable::Params*\2c\20SkRasterPipelineStage*\2c\20float\2c\20float\2c\20float\2c\20float\29 +9857:portable::gather_10101010_xr\28portable::Params*\2c\20SkRasterPipelineStage*\2c\20float\2c\20float\2c\20float\2c\20float\29 +9858:portable::gamma_\28portable::Params*\2c\20SkRasterPipelineStage*\2c\20float\2c\20float\2c\20float\2c\20float\29 +9859:portable::force_opaque_dst\28portable::Params*\2c\20SkRasterPipelineStage*\2c\20float\2c\20float\2c\20float\2c\20float\29 +9860:portable::force_opaque\28portable::Params*\2c\20SkRasterPipelineStage*\2c\20float\2c\20float\2c\20float\2c\20float\29 +9861:portable::floor_float\28portable::Params*\2c\20SkRasterPipelineStage*\2c\20float\2c\20float\2c\20float\2c\20float\29 +9862:portable::floor_4_floats\28portable::Params*\2c\20SkRasterPipelineStage*\2c\20float\2c\20float\2c\20float\2c\20float\29 +9863:portable::floor_3_floats\28portable::Params*\2c\20SkRasterPipelineStage*\2c\20float\2c\20float\2c\20float\2c\20float\29 +9864:portable::floor_2_floats\28portable::Params*\2c\20SkRasterPipelineStage*\2c\20float\2c\20float\2c\20float\2c\20float\29 +9865:portable::exp_float\28portable::Params*\2c\20SkRasterPipelineStage*\2c\20float\2c\20float\2c\20float\2c\20float\29 +9866:portable::exp2_float\28portable::Params*\2c\20SkRasterPipelineStage*\2c\20float\2c\20float\2c\20float\2c\20float\29 +9867:portable::exclusion\28portable::Params*\2c\20SkRasterPipelineStage*\2c\20float\2c\20float\2c\20float\2c\20float\29 +9868:portable::exchange_src\28portable::Params*\2c\20SkRasterPipelineStage*\2c\20float\2c\20float\2c\20float\2c\20float\29 +9869:portable::evenly_spaced_gradient\28portable::Params*\2c\20SkRasterPipelineStage*\2c\20float\2c\20float\2c\20float\2c\20float\29 +9870:portable::evenly_spaced_2_stop_gradient\28portable::Params*\2c\20SkRasterPipelineStage*\2c\20float\2c\20float\2c\20float\2c\20float\29 +9871:portable::emboss\28portable::Params*\2c\20SkRasterPipelineStage*\2c\20float\2c\20float\2c\20float\2c\20float\29 +9872:portable::dstover\28portable::Params*\2c\20SkRasterPipelineStage*\2c\20float\2c\20float\2c\20float\2c\20float\29 +9873:portable::dstout\28portable::Params*\2c\20SkRasterPipelineStage*\2c\20float\2c\20float\2c\20float\2c\20float\29 +9874:portable::dstin\28portable::Params*\2c\20SkRasterPipelineStage*\2c\20float\2c\20float\2c\20float\2c\20float\29 +9875:portable::dstatop\28portable::Params*\2c\20SkRasterPipelineStage*\2c\20float\2c\20float\2c\20float\2c\20float\29 +9876:portable::dot_4_floats\28portable::Params*\2c\20SkRasterPipelineStage*\2c\20float\2c\20float\2c\20float\2c\20float\29 +9877:portable::dot_3_floats\28portable::Params*\2c\20SkRasterPipelineStage*\2c\20float\2c\20float\2c\20float\2c\20float\29 +9878:portable::dot_2_floats\28portable::Params*\2c\20SkRasterPipelineStage*\2c\20float\2c\20float\2c\20float\2c\20float\29 +9879:portable::div_uint\28portable::Params*\2c\20SkRasterPipelineStage*\2c\20float\2c\20float\2c\20float\2c\20float\29 +9880:portable::div_n_uints\28portable::Params*\2c\20SkRasterPipelineStage*\2c\20float\2c\20float\2c\20float\2c\20float\29 +9881:portable::div_n_ints\28portable::Params*\2c\20SkRasterPipelineStage*\2c\20float\2c\20float\2c\20float\2c\20float\29 +9882:portable::div_n_floats\28portable::Params*\2c\20SkRasterPipelineStage*\2c\20float\2c\20float\2c\20float\2c\20float\29 +9883:portable::div_int\28portable::Params*\2c\20SkRasterPipelineStage*\2c\20float\2c\20float\2c\20float\2c\20float\29 +9884:portable::div_float\28portable::Params*\2c\20SkRasterPipelineStage*\2c\20float\2c\20float\2c\20float\2c\20float\29 +9885:portable::div_4_uints\28portable::Params*\2c\20SkRasterPipelineStage*\2c\20float\2c\20float\2c\20float\2c\20float\29 +9886:portable::div_4_ints\28portable::Params*\2c\20SkRasterPipelineStage*\2c\20float\2c\20float\2c\20float\2c\20float\29 +9887:portable::div_4_floats\28portable::Params*\2c\20SkRasterPipelineStage*\2c\20float\2c\20float\2c\20float\2c\20float\29 +9888:portable::div_3_uints\28portable::Params*\2c\20SkRasterPipelineStage*\2c\20float\2c\20float\2c\20float\2c\20float\29 +9889:portable::div_3_ints\28portable::Params*\2c\20SkRasterPipelineStage*\2c\20float\2c\20float\2c\20float\2c\20float\29 +9890:portable::div_3_floats\28portable::Params*\2c\20SkRasterPipelineStage*\2c\20float\2c\20float\2c\20float\2c\20float\29 +9891:portable::div_2_uints\28portable::Params*\2c\20SkRasterPipelineStage*\2c\20float\2c\20float\2c\20float\2c\20float\29 +9892:portable::div_2_ints\28portable::Params*\2c\20SkRasterPipelineStage*\2c\20float\2c\20float\2c\20float\2c\20float\29 +9893:portable::div_2_floats\28portable::Params*\2c\20SkRasterPipelineStage*\2c\20float\2c\20float\2c\20float\2c\20float\29 +9894:portable::dither\28portable::Params*\2c\20SkRasterPipelineStage*\2c\20float\2c\20float\2c\20float\2c\20float\29 +9895:portable::difference\28portable::Params*\2c\20SkRasterPipelineStage*\2c\20float\2c\20float\2c\20float\2c\20float\29 +9896:portable::decal_y\28portable::Params*\2c\20SkRasterPipelineStage*\2c\20float\2c\20float\2c\20float\2c\20float\29 +9897:portable::decal_x_and_y\28portable::Params*\2c\20SkRasterPipelineStage*\2c\20float\2c\20float\2c\20float\2c\20float\29 +9898:portable::decal_x\28portable::Params*\2c\20SkRasterPipelineStage*\2c\20float\2c\20float\2c\20float\2c\20float\29 +9899:portable::debug_r_255\28portable::Params*\2c\20SkRasterPipelineStage*\2c\20float\2c\20float\2c\20float\2c\20float\29 +9900:portable::debug_g_255\28portable::Params*\2c\20SkRasterPipelineStage*\2c\20float\2c\20float\2c\20float\2c\20float\29 +9901:portable::debug_b_255\28portable::Params*\2c\20SkRasterPipelineStage*\2c\20float\2c\20float\2c\20float\2c\20float\29 +9902:portable::debug_b\28portable::Params*\2c\20SkRasterPipelineStage*\2c\20float\2c\20float\2c\20float\2c\20float\29 +9903:portable::debug_a_255\28portable::Params*\2c\20SkRasterPipelineStage*\2c\20float\2c\20float\2c\20float\2c\20float\29 +9904:portable::debug_a\28portable::Params*\2c\20SkRasterPipelineStage*\2c\20float\2c\20float\2c\20float\2c\20float\29 +9905:portable::darken\28portable::Params*\2c\20SkRasterPipelineStage*\2c\20float\2c\20float\2c\20float\2c\20float\29 +9906:portable::css_oklab_to_linear_srgb\28portable::Params*\2c\20SkRasterPipelineStage*\2c\20float\2c\20float\2c\20float\2c\20float\29 +9907:portable::css_oklab_gamut_map_to_linear_srgb\28portable::Params*\2c\20SkRasterPipelineStage*\2c\20float\2c\20float\2c\20float\2c\20float\29 +9908:portable::css_lab_to_xyz\28portable::Params*\2c\20SkRasterPipelineStage*\2c\20float\2c\20float\2c\20float\2c\20float\29 +9909:portable::css_hwb_to_srgb\28portable::Params*\2c\20SkRasterPipelineStage*\2c\20float\2c\20float\2c\20float\2c\20float\29 +9910:portable::css_hsl_to_srgb\28portable::Params*\2c\20SkRasterPipelineStage*\2c\20float\2c\20float\2c\20float\2c\20float\29 +9911:portable::css_hcl_to_lab\28portable::Params*\2c\20SkRasterPipelineStage*\2c\20float\2c\20float\2c\20float\2c\20float\29 +9912:portable::cos_float\28portable::Params*\2c\20SkRasterPipelineStage*\2c\20float\2c\20float\2c\20float\2c\20float\29 +9913:portable::copy_uniform\28portable::Params*\2c\20SkRasterPipelineStage*\2c\20float\2c\20float\2c\20float\2c\20float\29 +9914:portable::copy_to_indirect_masked\28portable::Params*\2c\20SkRasterPipelineStage*\2c\20float\2c\20float\2c\20float\2c\20float\29 +9915:portable::copy_slot_unmasked\28portable::Params*\2c\20SkRasterPipelineStage*\2c\20float\2c\20float\2c\20float\2c\20float\29 +9916:portable::copy_slot_masked\28portable::Params*\2c\20SkRasterPipelineStage*\2c\20float\2c\20float\2c\20float\2c\20float\29 +9917:portable::copy_immutable_unmasked\28portable::Params*\2c\20SkRasterPipelineStage*\2c\20float\2c\20float\2c\20float\2c\20float\29 +9918:portable::copy_constant\28portable::Params*\2c\20SkRasterPipelineStage*\2c\20float\2c\20float\2c\20float\2c\20float\29 +9919:portable::copy_4_uniforms\28portable::Params*\2c\20SkRasterPipelineStage*\2c\20float\2c\20float\2c\20float\2c\20float\29 +9920:portable::copy_4_slots_unmasked\28portable::Params*\2c\20SkRasterPipelineStage*\2c\20float\2c\20float\2c\20float\2c\20float\29 +9921:portable::copy_4_slots_masked\28portable::Params*\2c\20SkRasterPipelineStage*\2c\20float\2c\20float\2c\20float\2c\20float\29 +9922:portable::copy_4_immutables_unmasked\28portable::Params*\2c\20SkRasterPipelineStage*\2c\20float\2c\20float\2c\20float\2c\20float\29 +9923:portable::copy_3_uniforms\28portable::Params*\2c\20SkRasterPipelineStage*\2c\20float\2c\20float\2c\20float\2c\20float\29 +9924:portable::copy_3_slots_unmasked\28portable::Params*\2c\20SkRasterPipelineStage*\2c\20float\2c\20float\2c\20float\2c\20float\29 +9925:portable::copy_3_slots_masked\28portable::Params*\2c\20SkRasterPipelineStage*\2c\20float\2c\20float\2c\20float\2c\20float\29 +9926:portable::copy_3_immutables_unmasked\28portable::Params*\2c\20SkRasterPipelineStage*\2c\20float\2c\20float\2c\20float\2c\20float\29 +9927:portable::copy_2_uniforms\28portable::Params*\2c\20SkRasterPipelineStage*\2c\20float\2c\20float\2c\20float\2c\20float\29 +9928:portable::copy_2_slots_masked\28portable::Params*\2c\20SkRasterPipelineStage*\2c\20float\2c\20float\2c\20float\2c\20float\29 +9929:portable::continue_op\28portable::Params*\2c\20SkRasterPipelineStage*\2c\20float\2c\20float\2c\20float\2c\20float\29 +9930:portable::colordodge\28portable::Params*\2c\20SkRasterPipelineStage*\2c\20float\2c\20float\2c\20float\2c\20float\29 +9931:portable::colorburn\28portable::Params*\2c\20SkRasterPipelineStage*\2c\20float\2c\20float\2c\20float\2c\20float\29 +9932:portable::color\28portable::Params*\2c\20SkRasterPipelineStage*\2c\20float\2c\20float\2c\20float\2c\20float\29 +9933:portable::cmpne_n_ints\28portable::Params*\2c\20SkRasterPipelineStage*\2c\20float\2c\20float\2c\20float\2c\20float\29 +9934:portable::cmpne_n_floats\28portable::Params*\2c\20SkRasterPipelineStage*\2c\20float\2c\20float\2c\20float\2c\20float\29 +9935:portable::cmpne_int\28portable::Params*\2c\20SkRasterPipelineStage*\2c\20float\2c\20float\2c\20float\2c\20float\29 +9936:portable::cmpne_imm_int\28portable::Params*\2c\20SkRasterPipelineStage*\2c\20float\2c\20float\2c\20float\2c\20float\29 +9937:portable::cmpne_imm_float\28portable::Params*\2c\20SkRasterPipelineStage*\2c\20float\2c\20float\2c\20float\2c\20float\29 +9938:portable::cmpne_float\28portable::Params*\2c\20SkRasterPipelineStage*\2c\20float\2c\20float\2c\20float\2c\20float\29 +9939:portable::cmpne_4_ints\28portable::Params*\2c\20SkRasterPipelineStage*\2c\20float\2c\20float\2c\20float\2c\20float\29 +9940:portable::cmpne_4_floats\28portable::Params*\2c\20SkRasterPipelineStage*\2c\20float\2c\20float\2c\20float\2c\20float\29 +9941:portable::cmpne_3_ints\28portable::Params*\2c\20SkRasterPipelineStage*\2c\20float\2c\20float\2c\20float\2c\20float\29 +9942:portable::cmpne_3_floats\28portable::Params*\2c\20SkRasterPipelineStage*\2c\20float\2c\20float\2c\20float\2c\20float\29 +9943:portable::cmpne_2_ints\28portable::Params*\2c\20SkRasterPipelineStage*\2c\20float\2c\20float\2c\20float\2c\20float\29 +9944:portable::cmpne_2_floats\28portable::Params*\2c\20SkRasterPipelineStage*\2c\20float\2c\20float\2c\20float\2c\20float\29 +9945:portable::cmplt_uint\28portable::Params*\2c\20SkRasterPipelineStage*\2c\20float\2c\20float\2c\20float\2c\20float\29 +9946:portable::cmplt_n_uints\28portable::Params*\2c\20SkRasterPipelineStage*\2c\20float\2c\20float\2c\20float\2c\20float\29 +9947:portable::cmplt_n_ints\28portable::Params*\2c\20SkRasterPipelineStage*\2c\20float\2c\20float\2c\20float\2c\20float\29 +9948:portable::cmplt_n_floats\28portable::Params*\2c\20SkRasterPipelineStage*\2c\20float\2c\20float\2c\20float\2c\20float\29 +9949:portable::cmplt_int\28portable::Params*\2c\20SkRasterPipelineStage*\2c\20float\2c\20float\2c\20float\2c\20float\29 +9950:portable::cmplt_imm_uint\28portable::Params*\2c\20SkRasterPipelineStage*\2c\20float\2c\20float\2c\20float\2c\20float\29 +9951:portable::cmplt_imm_int\28portable::Params*\2c\20SkRasterPipelineStage*\2c\20float\2c\20float\2c\20float\2c\20float\29 +9952:portable::cmplt_imm_float\28portable::Params*\2c\20SkRasterPipelineStage*\2c\20float\2c\20float\2c\20float\2c\20float\29 +9953:portable::cmplt_float\28portable::Params*\2c\20SkRasterPipelineStage*\2c\20float\2c\20float\2c\20float\2c\20float\29 +9954:portable::cmplt_4_uints\28portable::Params*\2c\20SkRasterPipelineStage*\2c\20float\2c\20float\2c\20float\2c\20float\29 +9955:portable::cmplt_4_ints\28portable::Params*\2c\20SkRasterPipelineStage*\2c\20float\2c\20float\2c\20float\2c\20float\29 +9956:portable::cmplt_4_floats\28portable::Params*\2c\20SkRasterPipelineStage*\2c\20float\2c\20float\2c\20float\2c\20float\29 +9957:portable::cmplt_3_uints\28portable::Params*\2c\20SkRasterPipelineStage*\2c\20float\2c\20float\2c\20float\2c\20float\29 +9958:portable::cmplt_3_ints\28portable::Params*\2c\20SkRasterPipelineStage*\2c\20float\2c\20float\2c\20float\2c\20float\29 +9959:portable::cmplt_3_floats\28portable::Params*\2c\20SkRasterPipelineStage*\2c\20float\2c\20float\2c\20float\2c\20float\29 +9960:portable::cmplt_2_uints\28portable::Params*\2c\20SkRasterPipelineStage*\2c\20float\2c\20float\2c\20float\2c\20float\29 +9961:portable::cmplt_2_ints\28portable::Params*\2c\20SkRasterPipelineStage*\2c\20float\2c\20float\2c\20float\2c\20float\29 +9962:portable::cmplt_2_floats\28portable::Params*\2c\20SkRasterPipelineStage*\2c\20float\2c\20float\2c\20float\2c\20float\29 +9963:portable::cmple_uint\28portable::Params*\2c\20SkRasterPipelineStage*\2c\20float\2c\20float\2c\20float\2c\20float\29 +9964:portable::cmple_n_uints\28portable::Params*\2c\20SkRasterPipelineStage*\2c\20float\2c\20float\2c\20float\2c\20float\29 +9965:portable::cmple_n_ints\28portable::Params*\2c\20SkRasterPipelineStage*\2c\20float\2c\20float\2c\20float\2c\20float\29 +9966:portable::cmple_n_floats\28portable::Params*\2c\20SkRasterPipelineStage*\2c\20float\2c\20float\2c\20float\2c\20float\29 +9967:portable::cmple_int\28portable::Params*\2c\20SkRasterPipelineStage*\2c\20float\2c\20float\2c\20float\2c\20float\29 +9968:portable::cmple_imm_uint\28portable::Params*\2c\20SkRasterPipelineStage*\2c\20float\2c\20float\2c\20float\2c\20float\29 +9969:portable::cmple_imm_int\28portable::Params*\2c\20SkRasterPipelineStage*\2c\20float\2c\20float\2c\20float\2c\20float\29 +9970:portable::cmple_imm_float\28portable::Params*\2c\20SkRasterPipelineStage*\2c\20float\2c\20float\2c\20float\2c\20float\29 +9971:portable::cmple_float\28portable::Params*\2c\20SkRasterPipelineStage*\2c\20float\2c\20float\2c\20float\2c\20float\29 +9972:portable::cmple_4_uints\28portable::Params*\2c\20SkRasterPipelineStage*\2c\20float\2c\20float\2c\20float\2c\20float\29 +9973:portable::cmple_4_ints\28portable::Params*\2c\20SkRasterPipelineStage*\2c\20float\2c\20float\2c\20float\2c\20float\29 +9974:portable::cmple_4_floats\28portable::Params*\2c\20SkRasterPipelineStage*\2c\20float\2c\20float\2c\20float\2c\20float\29 +9975:portable::cmple_3_uints\28portable::Params*\2c\20SkRasterPipelineStage*\2c\20float\2c\20float\2c\20float\2c\20float\29 +9976:portable::cmple_3_ints\28portable::Params*\2c\20SkRasterPipelineStage*\2c\20float\2c\20float\2c\20float\2c\20float\29 +9977:portable::cmple_3_floats\28portable::Params*\2c\20SkRasterPipelineStage*\2c\20float\2c\20float\2c\20float\2c\20float\29 +9978:portable::cmple_2_uints\28portable::Params*\2c\20SkRasterPipelineStage*\2c\20float\2c\20float\2c\20float\2c\20float\29 +9979:portable::cmple_2_ints\28portable::Params*\2c\20SkRasterPipelineStage*\2c\20float\2c\20float\2c\20float\2c\20float\29 +9980:portable::cmple_2_floats\28portable::Params*\2c\20SkRasterPipelineStage*\2c\20float\2c\20float\2c\20float\2c\20float\29 +9981:portable::cmpeq_n_ints\28portable::Params*\2c\20SkRasterPipelineStage*\2c\20float\2c\20float\2c\20float\2c\20float\29 +9982:portable::cmpeq_n_floats\28portable::Params*\2c\20SkRasterPipelineStage*\2c\20float\2c\20float\2c\20float\2c\20float\29 +9983:portable::cmpeq_int\28portable::Params*\2c\20SkRasterPipelineStage*\2c\20float\2c\20float\2c\20float\2c\20float\29 +9984:portable::cmpeq_imm_int\28portable::Params*\2c\20SkRasterPipelineStage*\2c\20float\2c\20float\2c\20float\2c\20float\29 +9985:portable::cmpeq_imm_float\28portable::Params*\2c\20SkRasterPipelineStage*\2c\20float\2c\20float\2c\20float\2c\20float\29 +9986:portable::cmpeq_float\28portable::Params*\2c\20SkRasterPipelineStage*\2c\20float\2c\20float\2c\20float\2c\20float\29 +9987:portable::cmpeq_4_ints\28portable::Params*\2c\20SkRasterPipelineStage*\2c\20float\2c\20float\2c\20float\2c\20float\29 +9988:portable::cmpeq_4_floats\28portable::Params*\2c\20SkRasterPipelineStage*\2c\20float\2c\20float\2c\20float\2c\20float\29 +9989:portable::cmpeq_3_ints\28portable::Params*\2c\20SkRasterPipelineStage*\2c\20float\2c\20float\2c\20float\2c\20float\29 +9990:portable::cmpeq_3_floats\28portable::Params*\2c\20SkRasterPipelineStage*\2c\20float\2c\20float\2c\20float\2c\20float\29 +9991:portable::cmpeq_2_ints\28portable::Params*\2c\20SkRasterPipelineStage*\2c\20float\2c\20float\2c\20float\2c\20float\29 +9992:portable::cmpeq_2_floats\28portable::Params*\2c\20SkRasterPipelineStage*\2c\20float\2c\20float\2c\20float\2c\20float\29 +9993:portable::clear\28portable::Params*\2c\20SkRasterPipelineStage*\2c\20float\2c\20float\2c\20float\2c\20float\29 +9994:portable::clamp_x_and_y\28portable::Params*\2c\20SkRasterPipelineStage*\2c\20float\2c\20float\2c\20float\2c\20float\29 +9995:portable::clamp_x_1\28portable::Params*\2c\20SkRasterPipelineStage*\2c\20float\2c\20float\2c\20float\2c\20float\29 +9996:portable::clamp_gamut\28portable::Params*\2c\20SkRasterPipelineStage*\2c\20float\2c\20float\2c\20float\2c\20float\29 +9997:portable::clamp_a_01\28portable::Params*\2c\20SkRasterPipelineStage*\2c\20float\2c\20float\2c\20float\2c\20float\29 +9998:portable::clamp_01\28portable::Params*\2c\20SkRasterPipelineStage*\2c\20float\2c\20float\2c\20float\2c\20float\29 +9999:portable::ceil_float\28portable::Params*\2c\20SkRasterPipelineStage*\2c\20float\2c\20float\2c\20float\2c\20float\29 +10000:portable::ceil_4_floats\28portable::Params*\2c\20SkRasterPipelineStage*\2c\20float\2c\20float\2c\20float\2c\20float\29 +10001:portable::ceil_3_floats\28portable::Params*\2c\20SkRasterPipelineStage*\2c\20float\2c\20float\2c\20float\2c\20float\29 +10002:portable::ceil_2_floats\28portable::Params*\2c\20SkRasterPipelineStage*\2c\20float\2c\20float\2c\20float\2c\20float\29 +10003:portable::cast_to_uint_from_float\28portable::Params*\2c\20SkRasterPipelineStage*\2c\20float\2c\20float\2c\20float\2c\20float\29 +10004:portable::cast_to_uint_from_4_floats\28portable::Params*\2c\20SkRasterPipelineStage*\2c\20float\2c\20float\2c\20float\2c\20float\29 +10005:portable::cast_to_uint_from_3_floats\28portable::Params*\2c\20SkRasterPipelineStage*\2c\20float\2c\20float\2c\20float\2c\20float\29 +10006:portable::cast_to_uint_from_2_floats\28portable::Params*\2c\20SkRasterPipelineStage*\2c\20float\2c\20float\2c\20float\2c\20float\29 +10007:portable::cast_to_int_from_float\28portable::Params*\2c\20SkRasterPipelineStage*\2c\20float\2c\20float\2c\20float\2c\20float\29 +10008:portable::cast_to_int_from_4_floats\28portable::Params*\2c\20SkRasterPipelineStage*\2c\20float\2c\20float\2c\20float\2c\20float\29 +10009:portable::cast_to_int_from_3_floats\28portable::Params*\2c\20SkRasterPipelineStage*\2c\20float\2c\20float\2c\20float\2c\20float\29 +10010:portable::cast_to_int_from_2_floats\28portable::Params*\2c\20SkRasterPipelineStage*\2c\20float\2c\20float\2c\20float\2c\20float\29 +10011:portable::cast_to_float_from_uint\28portable::Params*\2c\20SkRasterPipelineStage*\2c\20float\2c\20float\2c\20float\2c\20float\29 +10012:portable::cast_to_float_from_int\28portable::Params*\2c\20SkRasterPipelineStage*\2c\20float\2c\20float\2c\20float\2c\20float\29 +10013:portable::cast_to_float_from_4_uints\28portable::Params*\2c\20SkRasterPipelineStage*\2c\20float\2c\20float\2c\20float\2c\20float\29 +10014:portable::cast_to_float_from_4_ints\28portable::Params*\2c\20SkRasterPipelineStage*\2c\20float\2c\20float\2c\20float\2c\20float\29 +10015:portable::cast_to_float_from_3_uints\28portable::Params*\2c\20SkRasterPipelineStage*\2c\20float\2c\20float\2c\20float\2c\20float\29 +10016:portable::cast_to_float_from_3_ints\28portable::Params*\2c\20SkRasterPipelineStage*\2c\20float\2c\20float\2c\20float\2c\20float\29 +10017:portable::cast_to_float_from_2_uints\28portable::Params*\2c\20SkRasterPipelineStage*\2c\20float\2c\20float\2c\20float\2c\20float\29 +10018:portable::cast_to_float_from_2_ints\28portable::Params*\2c\20SkRasterPipelineStage*\2c\20float\2c\20float\2c\20float\2c\20float\29 +10019:portable::case_op\28portable::Params*\2c\20SkRasterPipelineStage*\2c\20float\2c\20float\2c\20float\2c\20float\29 +10020:portable::callback\28portable::Params*\2c\20SkRasterPipelineStage*\2c\20float\2c\20float\2c\20float\2c\20float\29 +10021:portable::byte_tables\28portable::Params*\2c\20SkRasterPipelineStage*\2c\20float\2c\20float\2c\20float\2c\20float\29 +10022:portable::bt709_luminance_or_luma_to_rgb\28portable::Params*\2c\20SkRasterPipelineStage*\2c\20float\2c\20float\2c\20float\2c\20float\29 +10023:portable::bt709_luminance_or_luma_to_alpha\28portable::Params*\2c\20SkRasterPipelineStage*\2c\20float\2c\20float\2c\20float\2c\20float\29 +10024:portable::branch_if_no_lanes_active\28portable::Params*\2c\20SkRasterPipelineStage*\2c\20float\2c\20float\2c\20float\2c\20float\29 +10025:portable::branch_if_no_active_lanes_eq\28portable::Params*\2c\20SkRasterPipelineStage*\2c\20float\2c\20float\2c\20float\2c\20float\29 +10026:portable::branch_if_any_lanes_active\28portable::Params*\2c\20SkRasterPipelineStage*\2c\20float\2c\20float\2c\20float\2c\20float\29 +10027:portable::branch_if_all_lanes_active\28portable::Params*\2c\20SkRasterPipelineStage*\2c\20float\2c\20float\2c\20float\2c\20float\29 +10028:portable::blit_row_s32a_opaque\28unsigned\20int*\2c\20unsigned\20int\20const*\2c\20int\2c\20unsigned\20int\29 +10029:portable::black_color\28portable::Params*\2c\20SkRasterPipelineStage*\2c\20float\2c\20float\2c\20float\2c\20float\29 +10030:portable::bitwise_xor_n_ints\28portable::Params*\2c\20SkRasterPipelineStage*\2c\20float\2c\20float\2c\20float\2c\20float\29 +10031:portable::bitwise_xor_int\28portable::Params*\2c\20SkRasterPipelineStage*\2c\20float\2c\20float\2c\20float\2c\20float\29 +10032:portable::bitwise_xor_imm_int\28portable::Params*\2c\20SkRasterPipelineStage*\2c\20float\2c\20float\2c\20float\2c\20float\29 +10033:portable::bitwise_xor_4_ints\28portable::Params*\2c\20SkRasterPipelineStage*\2c\20float\2c\20float\2c\20float\2c\20float\29 +10034:portable::bitwise_xor_3_ints\28portable::Params*\2c\20SkRasterPipelineStage*\2c\20float\2c\20float\2c\20float\2c\20float\29 +10035:portable::bitwise_xor_2_ints\28portable::Params*\2c\20SkRasterPipelineStage*\2c\20float\2c\20float\2c\20float\2c\20float\29 +10036:portable::bitwise_or_n_ints\28portable::Params*\2c\20SkRasterPipelineStage*\2c\20float\2c\20float\2c\20float\2c\20float\29 +10037:portable::bitwise_or_int\28portable::Params*\2c\20SkRasterPipelineStage*\2c\20float\2c\20float\2c\20float\2c\20float\29 +10038:portable::bitwise_or_4_ints\28portable::Params*\2c\20SkRasterPipelineStage*\2c\20float\2c\20float\2c\20float\2c\20float\29 +10039:portable::bitwise_or_3_ints\28portable::Params*\2c\20SkRasterPipelineStage*\2c\20float\2c\20float\2c\20float\2c\20float\29 +10040:portable::bitwise_or_2_ints\28portable::Params*\2c\20SkRasterPipelineStage*\2c\20float\2c\20float\2c\20float\2c\20float\29 +10041:portable::bitwise_and_n_ints\28portable::Params*\2c\20SkRasterPipelineStage*\2c\20float\2c\20float\2c\20float\2c\20float\29 +10042:portable::bitwise_and_int\28portable::Params*\2c\20SkRasterPipelineStage*\2c\20float\2c\20float\2c\20float\2c\20float\29 +10043:portable::bitwise_and_imm_int\28portable::Params*\2c\20SkRasterPipelineStage*\2c\20float\2c\20float\2c\20float\2c\20float\29 +10044:portable::bitwise_and_imm_4_ints\28portable::Params*\2c\20SkRasterPipelineStage*\2c\20float\2c\20float\2c\20float\2c\20float\29 +10045:portable::bitwise_and_imm_3_ints\28portable::Params*\2c\20SkRasterPipelineStage*\2c\20float\2c\20float\2c\20float\2c\20float\29 +10046:portable::bitwise_and_imm_2_ints\28portable::Params*\2c\20SkRasterPipelineStage*\2c\20float\2c\20float\2c\20float\2c\20float\29 +10047:portable::bitwise_and_4_ints\28portable::Params*\2c\20SkRasterPipelineStage*\2c\20float\2c\20float\2c\20float\2c\20float\29 +10048:portable::bitwise_and_3_ints\28portable::Params*\2c\20SkRasterPipelineStage*\2c\20float\2c\20float\2c\20float\2c\20float\29 +10049:portable::bitwise_and_2_ints\28portable::Params*\2c\20SkRasterPipelineStage*\2c\20float\2c\20float\2c\20float\2c\20float\29 +10050:portable::bilinear_setup\28portable::Params*\2c\20SkRasterPipelineStage*\2c\20float\2c\20float\2c\20float\2c\20float\29 +10051:portable::bilinear_py\28portable::Params*\2c\20SkRasterPipelineStage*\2c\20float\2c\20float\2c\20float\2c\20float\29 +10052:portable::bilinear_px\28portable::Params*\2c\20SkRasterPipelineStage*\2c\20float\2c\20float\2c\20float\2c\20float\29 +10053:portable::bilinear_ny\28portable::Params*\2c\20SkRasterPipelineStage*\2c\20float\2c\20float\2c\20float\2c\20float\29 +10054:portable::bilinear_nx\28portable::Params*\2c\20SkRasterPipelineStage*\2c\20float\2c\20float\2c\20float\2c\20float\29 +10055:portable::bicubic_setup\28portable::Params*\2c\20SkRasterPipelineStage*\2c\20float\2c\20float\2c\20float\2c\20float\29 +10056:portable::bicubic_p3y\28portable::Params*\2c\20SkRasterPipelineStage*\2c\20float\2c\20float\2c\20float\2c\20float\29 +10057:portable::bicubic_p3x\28portable::Params*\2c\20SkRasterPipelineStage*\2c\20float\2c\20float\2c\20float\2c\20float\29 +10058:portable::bicubic_p1y\28portable::Params*\2c\20SkRasterPipelineStage*\2c\20float\2c\20float\2c\20float\2c\20float\29 +10059:portable::bicubic_p1x\28portable::Params*\2c\20SkRasterPipelineStage*\2c\20float\2c\20float\2c\20float\2c\20float\29 +10060:portable::bicubic_n3y\28portable::Params*\2c\20SkRasterPipelineStage*\2c\20float\2c\20float\2c\20float\2c\20float\29 +10061:portable::bicubic_n3x\28portable::Params*\2c\20SkRasterPipelineStage*\2c\20float\2c\20float\2c\20float\2c\20float\29 +10062:portable::bicubic_n1y\28portable::Params*\2c\20SkRasterPipelineStage*\2c\20float\2c\20float\2c\20float\2c\20float\29 +10063:portable::bicubic_n1x\28portable::Params*\2c\20SkRasterPipelineStage*\2c\20float\2c\20float\2c\20float\2c\20float\29 +10064:portable::bicubic_clamp_8888\28portable::Params*\2c\20SkRasterPipelineStage*\2c\20float\2c\20float\2c\20float\2c\20float\29 +10065:portable::atan_float\28portable::Params*\2c\20SkRasterPipelineStage*\2c\20float\2c\20float\2c\20float\2c\20float\29 +10066:portable::atan2_n_floats\28portable::Params*\2c\20SkRasterPipelineStage*\2c\20float\2c\20float\2c\20float\2c\20float\29 +10067:portable::asin_float\28portable::Params*\2c\20SkRasterPipelineStage*\2c\20float\2c\20float\2c\20float\2c\20float\29 +10068:portable::alter_2pt_conical_unswap\28portable::Params*\2c\20SkRasterPipelineStage*\2c\20float\2c\20float\2c\20float\2c\20float\29 +10069:portable::alter_2pt_conical_compensate_focal\28portable::Params*\2c\20SkRasterPipelineStage*\2c\20float\2c\20float\2c\20float\2c\20float\29 +10070:portable::alpha_to_red_dst\28portable::Params*\2c\20SkRasterPipelineStage*\2c\20float\2c\20float\2c\20float\2c\20float\29 +10071:portable::alpha_to_red\28portable::Params*\2c\20SkRasterPipelineStage*\2c\20float\2c\20float\2c\20float\2c\20float\29 +10072:portable::alpha_to_gray_dst\28portable::Params*\2c\20SkRasterPipelineStage*\2c\20float\2c\20float\2c\20float\2c\20float\29 +10073:portable::alpha_to_gray\28portable::Params*\2c\20SkRasterPipelineStage*\2c\20float\2c\20float\2c\20float\2c\20float\29 +10074:portable::add_n_ints\28portable::Params*\2c\20SkRasterPipelineStage*\2c\20float\2c\20float\2c\20float\2c\20float\29 +10075:portable::add_n_floats\28portable::Params*\2c\20SkRasterPipelineStage*\2c\20float\2c\20float\2c\20float\2c\20float\29 +10076:portable::add_int\28portable::Params*\2c\20SkRasterPipelineStage*\2c\20float\2c\20float\2c\20float\2c\20float\29 +10077:portable::add_imm_int\28portable::Params*\2c\20SkRasterPipelineStage*\2c\20float\2c\20float\2c\20float\2c\20float\29 +10078:portable::add_imm_float\28portable::Params*\2c\20SkRasterPipelineStage*\2c\20float\2c\20float\2c\20float\2c\20float\29 +10079:portable::add_float\28portable::Params*\2c\20SkRasterPipelineStage*\2c\20float\2c\20float\2c\20float\2c\20float\29 +10080:portable::add_4_ints\28portable::Params*\2c\20SkRasterPipelineStage*\2c\20float\2c\20float\2c\20float\2c\20float\29 +10081:portable::add_4_floats\28portable::Params*\2c\20SkRasterPipelineStage*\2c\20float\2c\20float\2c\20float\2c\20float\29 +10082:portable::add_3_ints\28portable::Params*\2c\20SkRasterPipelineStage*\2c\20float\2c\20float\2c\20float\2c\20float\29 +10083:portable::add_3_floats\28portable::Params*\2c\20SkRasterPipelineStage*\2c\20float\2c\20float\2c\20float\2c\20float\29 +10084:portable::add_2_ints\28portable::Params*\2c\20SkRasterPipelineStage*\2c\20float\2c\20float\2c\20float\2c\20float\29 +10085:portable::add_2_floats\28portable::Params*\2c\20SkRasterPipelineStage*\2c\20float\2c\20float\2c\20float\2c\20float\29 +10086:portable::acos_float\28portable::Params*\2c\20SkRasterPipelineStage*\2c\20float\2c\20float\2c\20float\2c\20float\29 +10087:portable::accumulate\28portable::Params*\2c\20SkRasterPipelineStage*\2c\20float\2c\20float\2c\20float\2c\20float\29 +10088:portable::abs_int\28portable::Params*\2c\20SkRasterPipelineStage*\2c\20float\2c\20float\2c\20float\2c\20float\29 +10089:portable::abs_4_ints\28portable::Params*\2c\20SkRasterPipelineStage*\2c\20float\2c\20float\2c\20float\2c\20float\29 +10090:portable::abs_3_ints\28portable::Params*\2c\20SkRasterPipelineStage*\2c\20float\2c\20float\2c\20float\2c\20float\29 +10091:portable::abs_2_ints\28portable::Params*\2c\20SkRasterPipelineStage*\2c\20float\2c\20float\2c\20float\2c\20float\29 +10092:portable::RGBA_to_rgbA\28unsigned\20int*\2c\20unsigned\20int\20const*\2c\20int\29 +10093:portable::RGBA_to_bgrA\28unsigned\20int*\2c\20unsigned\20int\20const*\2c\20int\29 +10094:portable::RGBA_to_BGRA\28unsigned\20int*\2c\20unsigned\20int\20const*\2c\20int\29 +10095:portable::PQish\28portable::Params*\2c\20SkRasterPipelineStage*\2c\20float\2c\20float\2c\20float\2c\20float\29 +10096:portable::HLGish\28portable::Params*\2c\20SkRasterPipelineStage*\2c\20float\2c\20float\2c\20float\2c\20float\29 +10097:portable::HLGinvish\28portable::Params*\2c\20SkRasterPipelineStage*\2c\20float\2c\20float\2c\20float\2c\20float\29 +10098:pop_arg_long_double +10099:png_read_filter_row_up +10100:png_read_filter_row_sub +10101:png_read_filter_row_paeth_multibyte_pixel +10102:png_read_filter_row_paeth_1byte_pixel +10103:png_read_filter_row_avg +10104:picture_getCullRect +10105:picture_dispose +10106:picture_approximateBytesUsed +10107:pictureRecorder_endRecording +10108:pictureRecorder_dispose +10109:pictureRecorder_create +10110:pictureRecorder_beginRecording +10111:path_transform +10112:path_setFillType +10113:path_reset +10114:path_relativeQuadraticBezierTo +10115:path_relativeMoveTo +10116:path_relativeLineTo +10117:path_relativeCubicTo +10118:path_relativeConicTo +10119:path_relativeArcToRotated +10120:path_moveTo +10121:path_getSvgString +10122:path_getFillType +10123:path_getBounds +10124:path_dispose +10125:path_create +10126:path_copy +10127:path_contains +10128:path_combine +10129:path_close +10130:path_arcToRotated +10131:path_arcToOval +10132:path_addRect +10133:path_addRRect +10134:path_addPolygon +10135:path_addPath +10136:path_addOval +10137:path_addArc +10138:paragraph_layout +10139:paragraph_getWordBoundary +10140:paragraph_getWidth +10141:paragraph_getUnresolvedCodePoints +10142:paragraph_getPositionForOffset +10143:paragraph_getMinIntrinsicWidth +10144:paragraph_getMaxIntrinsicWidth +10145:paragraph_getLongestLine +10146:paragraph_getLineNumberAt +10147:paragraph_getLineMetricsAtIndex +10148:paragraph_getLineCount +10149:paragraph_getIdeographicBaseline +10150:paragraph_getHeight +10151:paragraph_getGlyphInfoAt +10152:paragraph_getDidExceedMaxLines +10153:paragraph_getClosestGlyphInfoAtCoordinate +10154:paragraph_getBoxesForRange +10155:paragraph_getBoxesForPlaceholders +10156:paragraph_getAlphabeticBaseline +10157:paragraph_dispose +10158:paragraphStyle_setTextStyle +10159:paragraphStyle_setTextHeightBehavior +10160:paragraphStyle_setTextDirection +10161:paragraphStyle_setTextAlign +10162:paragraphStyle_setStrutStyle +10163:paragraphStyle_setMaxLines +10164:paragraphStyle_setHeight +10165:paragraphStyle_setEllipsis +10166:paragraphStyle_setApplyRoundingHack +10167:paragraphStyle_dispose +10168:paragraphStyle_create +10169:paragraphBuilder_setWordBreaksUtf16 +10170:paragraphBuilder_setLineBreaksUtf16 +10171:paragraphBuilder_setGraphemeBreaksUtf16 +10172:paragraphBuilder_pushStyle +10173:paragraphBuilder_pop +10174:paragraphBuilder_getUtf8Text +10175:paragraphBuilder_dispose +10176:paragraphBuilder_create +10177:paragraphBuilder_build +10178:paragraphBuilder_addText +10179:paragraphBuilder_addPlaceholder +10180:paint_setShader +10181:paint_setMaskFilter +10182:paint_setImageFilter +10183:paint_setColorFilter +10184:paint_dispose +10185:paint_create +10186:override_features_khmer\28hb_ot_shape_planner_t*\29 +10187:override_features_indic\28hb_ot_shape_planner_t*\29 +10188:override_features_hangul\28hb_ot_shape_planner_t*\29 +10189:non-virtual\20thunk\20to\20std::__2::basic_stringstream\2c\20std::__2::allocator>::~basic_stringstream\28\29_15590 +10190:non-virtual\20thunk\20to\20std::__2::basic_stringstream\2c\20std::__2::allocator>::~basic_stringstream\28\29 +10191:non-virtual\20thunk\20to\20std::__2::basic_iostream>::~basic_iostream\28\29_15492 +10192:non-virtual\20thunk\20to\20std::__2::basic_iostream>::~basic_iostream\28\29 +10193:non-virtual\20thunk\20to\20skif::\28anonymous\20namespace\29::GaneshBackend::~GaneshBackend\28\29_11279 +10194:non-virtual\20thunk\20to\20skif::\28anonymous\20namespace\29::GaneshBackend::~GaneshBackend\28\29_11278 +10195:non-virtual\20thunk\20to\20skif::\28anonymous\20namespace\29::GaneshBackend::~GaneshBackend\28\29_11276 +10196:non-virtual\20thunk\20to\20skif::\28anonymous\20namespace\29::GaneshBackend::~GaneshBackend\28\29 +10197:non-virtual\20thunk\20to\20skif::\28anonymous\20namespace\29::GaneshBackend::makeDevice\28SkImageInfo\20const&\29\20const +10198:non-virtual\20thunk\20to\20skif::\28anonymous\20namespace\29::GaneshBackend::findAlgorithm\28SkSize\2c\20SkColorType\29\20const +10199:non-virtual\20thunk\20to\20skgpu::ganesh::SmallPathAtlasMgr::~SmallPathAtlasMgr\28\29_12183 +10200:non-virtual\20thunk\20to\20skgpu::ganesh::SmallPathAtlasMgr::~SmallPathAtlasMgr\28\29 +10201:non-virtual\20thunk\20to\20skgpu::ganesh::SmallPathAtlasMgr::evict\28skgpu::PlotLocator\29 +10202:non-virtual\20thunk\20to\20skgpu::ganesh::AtlasPathRenderer::~AtlasPathRenderer\28\29_11472 +10203:non-virtual\20thunk\20to\20skgpu::ganesh::AtlasPathRenderer::~AtlasPathRenderer\28\29 +10204:non-virtual\20thunk\20to\20skgpu::ganesh::AtlasPathRenderer::preFlush\28GrOnFlushResourceProvider*\29 +10205:non-virtual\20thunk\20to\20GrTextureRenderTargetProxy::~GrTextureRenderTargetProxy\28\29_10503 +10206:non-virtual\20thunk\20to\20GrTextureRenderTargetProxy::~GrTextureRenderTargetProxy\28\29 +10207:non-virtual\20thunk\20to\20GrTextureRenderTargetProxy::onUninstantiatedGpuMemorySize\28\29\20const +10208:non-virtual\20thunk\20to\20GrTextureRenderTargetProxy::instantiate\28GrResourceProvider*\29 +10209:non-virtual\20thunk\20to\20GrTextureRenderTargetProxy::createSurface\28GrResourceProvider*\29\20const +10210:non-virtual\20thunk\20to\20GrTextureRenderTargetProxy::callbackDesc\28\29\20const +10211:non-virtual\20thunk\20to\20GrOpFlushState::~GrOpFlushState\28\29_10145 +10212:non-virtual\20thunk\20to\20GrOpFlushState::~GrOpFlushState\28\29 +10213:non-virtual\20thunk\20to\20GrOpFlushState::writeView\28\29\20const +10214:non-virtual\20thunk\20to\20GrOpFlushState::usesMSAASurface\28\29\20const +10215:non-virtual\20thunk\20to\20GrOpFlushState::threadSafeCache\28\29\20const +10216:non-virtual\20thunk\20to\20GrOpFlushState::strikeCache\28\29\20const +10217:non-virtual\20thunk\20to\20GrOpFlushState::smallPathAtlasManager\28\29\20const +10218:non-virtual\20thunk\20to\20GrOpFlushState::sampledProxyArray\28\29 +10219:non-virtual\20thunk\20to\20GrOpFlushState::rtProxy\28\29\20const +10220:non-virtual\20thunk\20to\20GrOpFlushState::resourceProvider\28\29\20const +10221:non-virtual\20thunk\20to\20GrOpFlushState::renderPassBarriers\28\29\20const +10222:non-virtual\20thunk\20to\20GrOpFlushState::recordDraw\28GrGeometryProcessor\20const*\2c\20GrSimpleMesh\20const*\2c\20int\2c\20GrSurfaceProxy\20const*\20const*\2c\20GrPrimitiveType\29 +10223:non-virtual\20thunk\20to\20GrOpFlushState::putBackVertices\28int\2c\20unsigned\20long\29 +10224:non-virtual\20thunk\20to\20GrOpFlushState::putBackIndirectDraws\28int\29 +10225:non-virtual\20thunk\20to\20GrOpFlushState::putBackIndices\28int\29 +10226:non-virtual\20thunk\20to\20GrOpFlushState::putBackIndexedIndirectDraws\28int\29 +10227:non-virtual\20thunk\20to\20GrOpFlushState::makeVertexSpace\28unsigned\20long\2c\20int\2c\20sk_sp*\2c\20int*\29 +10228:non-virtual\20thunk\20to\20GrOpFlushState::makeVertexSpaceAtLeast\28unsigned\20long\2c\20int\2c\20int\2c\20sk_sp*\2c\20int*\2c\20int*\29 +10229:non-virtual\20thunk\20to\20GrOpFlushState::makeIndexSpace\28int\2c\20sk_sp*\2c\20int*\29 +10230:non-virtual\20thunk\20to\20GrOpFlushState::makeIndexSpaceAtLeast\28int\2c\20int\2c\20sk_sp*\2c\20int*\2c\20int*\29 +10231:non-virtual\20thunk\20to\20GrOpFlushState::makeDrawIndirectSpace\28int\2c\20sk_sp*\2c\20unsigned\20long*\29 +10232:non-virtual\20thunk\20to\20GrOpFlushState::makeDrawIndexedIndirectSpace\28int\2c\20sk_sp*\2c\20unsigned\20long*\29 +10233:non-virtual\20thunk\20to\20GrOpFlushState::dstProxyView\28\29\20const +10234:non-virtual\20thunk\20to\20GrOpFlushState::detachAppliedClip\28\29 +10235:non-virtual\20thunk\20to\20GrOpFlushState::colorLoadOp\28\29\20const +10236:non-virtual\20thunk\20to\20GrOpFlushState::caps\28\29\20const +10237:non-virtual\20thunk\20to\20GrOpFlushState::atlasManager\28\29\20const +10238:non-virtual\20thunk\20to\20GrOpFlushState::appliedClip\28\29\20const +10239:non-virtual\20thunk\20to\20GrGpuBuffer::unref\28\29\20const +10240:non-virtual\20thunk\20to\20GrGpuBuffer::ref\28\29\20const +10241:non-virtual\20thunk\20to\20GrGLTextureRenderTarget::~GrGLTextureRenderTarget\28\29_12954 +10242:non-virtual\20thunk\20to\20GrGLTextureRenderTarget::~GrGLTextureRenderTarget\28\29 +10243:non-virtual\20thunk\20to\20GrGLTextureRenderTarget::onSetLabel\28\29 +10244:non-virtual\20thunk\20to\20GrGLTextureRenderTarget::onRelease\28\29 +10245:non-virtual\20thunk\20to\20GrGLTextureRenderTarget::onGpuMemorySize\28\29\20const +10246:non-virtual\20thunk\20to\20GrGLTextureRenderTarget::onAbandon\28\29 +10247:non-virtual\20thunk\20to\20GrGLTextureRenderTarget::dumpMemoryStatistics\28SkTraceMemoryDump*\29\20const +10248:non-virtual\20thunk\20to\20GrGLTextureRenderTarget::backendFormat\28\29\20const +10249:non-virtual\20thunk\20to\20GrGLSLFragmentShaderBuilder::~GrGLSLFragmentShaderBuilder\28\29_11204 +10250:non-virtual\20thunk\20to\20GrGLSLFragmentShaderBuilder::~GrGLSLFragmentShaderBuilder\28\29 +10251:non-virtual\20thunk\20to\20GrGLSLFragmentShaderBuilder::hasSecondaryOutput\28\29\20const +10252:non-virtual\20thunk\20to\20GrGLSLFragmentShaderBuilder::enableAdvancedBlendEquationIfNeeded\28skgpu::BlendEquation\29 +10253:non-virtual\20thunk\20to\20GrGLSLFragmentShaderBuilder::dstColor\28\29 +10254:non-virtual\20thunk\20to\20GrGLBuffer::~GrGLBuffer\28\29_12583 +10255:non-virtual\20thunk\20to\20GrGLBuffer::~GrGLBuffer\28\29 +10256:maskFilter_dispose +10257:maskFilter_createBlur +10258:line_intercept_v\28SkPoint\20const*\2c\20float\2c\20float\2c\20double*\29 +10259:line_intercept_h\28SkPoint\20const*\2c\20float\2c\20float\2c\20double*\29 +10260:lineMetrics_getWidth +10261:lineMetrics_getUnscaledAscent +10262:lineMetrics_getLeft +10263:lineMetrics_getHeight +10264:lineMetrics_getDescent +10265:lineMetrics_getBaseline +10266:lineMetrics_getAscent +10267:lineMetrics_dispose +10268:lineMetrics_create +10269:lineBreakBuffer_free +10270:lineBreakBuffer_create +10271:lin_srgb_to_okhcl\28SkRGBA4f<\28SkAlphaType\292>\2c\20bool*\29 +10272:lcd_to_a8\28unsigned\20char*\2c\20unsigned\20char\20const*\2c\20int\29 +10273:is_deleted_glyph\28hb_glyph_info_t\20const*\29 +10274:initial_reordering_indic\28hb_ot_shape_plan_t\20const*\2c\20hb_font_t*\2c\20hb_buffer_t*\29 +10275:image_ref +10276:image_dispose +10277:image_createFromTextureSource +10278:image_createFromPixels +10279:image_createFromPicture +10280:imageFilter_getFilterBounds +10281:imageFilter_dispose +10282:imageFilter_createMatrix +10283:imageFilter_createFromColorFilter +10284:imageFilter_createErode +10285:imageFilter_createDilate +10286:imageFilter_createBlur +10287:imageFilter_compose +10288:hit_compare_y\28SkOpRayHit\20const*\2c\20SkOpRayHit\20const*\29 +10289:hit_compare_x\28SkOpRayHit\20const*\2c\20SkOpRayHit\20const*\29 +10290:hb_unicode_script_nil\28hb_unicode_funcs_t*\2c\20unsigned\20int\2c\20void*\29 +10291:hb_unicode_general_category_nil\28hb_unicode_funcs_t*\2c\20unsigned\20int\2c\20void*\29 +10292:hb_ucd_script\28hb_unicode_funcs_t*\2c\20unsigned\20int\2c\20void*\29 +10293:hb_ucd_mirroring\28hb_unicode_funcs_t*\2c\20unsigned\20int\2c\20void*\29 +10294:hb_ucd_general_category\28hb_unicode_funcs_t*\2c\20unsigned\20int\2c\20void*\29 +10295:hb_ucd_decompose\28hb_unicode_funcs_t*\2c\20unsigned\20int\2c\20unsigned\20int*\2c\20unsigned\20int*\2c\20void*\29 +10296:hb_ucd_compose\28hb_unicode_funcs_t*\2c\20unsigned\20int\2c\20unsigned\20int\2c\20unsigned\20int*\2c\20void*\29 +10297:hb_ucd_combining_class\28hb_unicode_funcs_t*\2c\20unsigned\20int\2c\20void*\29 +10298:hb_syllabic_clear_var\28hb_ot_shape_plan_t\20const*\2c\20hb_font_t*\2c\20hb_buffer_t*\29 +10299:hb_paint_sweep_gradient_nil\28hb_paint_funcs_t*\2c\20void*\2c\20hb_color_line_t*\2c\20float\2c\20float\2c\20float\2c\20float\2c\20void*\29 +10300:hb_paint_push_transform_nil\28hb_paint_funcs_t*\2c\20void*\2c\20float\2c\20float\2c\20float\2c\20float\2c\20float\2c\20float\2c\20void*\29 +10301:hb_paint_push_clip_rectangle_nil\28hb_paint_funcs_t*\2c\20void*\2c\20float\2c\20float\2c\20float\2c\20float\2c\20void*\29 +10302:hb_paint_image_nil\28hb_paint_funcs_t*\2c\20void*\2c\20hb_blob_t*\2c\20unsigned\20int\2c\20unsigned\20int\2c\20unsigned\20int\2c\20float\2c\20hb_glyph_extents_t*\2c\20void*\29 +10303:hb_paint_extents_push_transform\28hb_paint_funcs_t*\2c\20void*\2c\20float\2c\20float\2c\20float\2c\20float\2c\20float\2c\20float\2c\20void*\29 +10304:hb_paint_extents_push_group\28hb_paint_funcs_t*\2c\20void*\2c\20void*\29 +10305:hb_paint_extents_push_clip_rectangle\28hb_paint_funcs_t*\2c\20void*\2c\20float\2c\20float\2c\20float\2c\20float\2c\20void*\29 +10306:hb_paint_extents_push_clip_glyph\28hb_paint_funcs_t*\2c\20void*\2c\20unsigned\20int\2c\20hb_font_t*\2c\20void*\29 +10307:hb_paint_extents_pop_transform\28hb_paint_funcs_t*\2c\20void*\2c\20void*\29 +10308:hb_paint_extents_pop_group\28hb_paint_funcs_t*\2c\20void*\2c\20hb_paint_composite_mode_t\2c\20void*\29 +10309:hb_paint_extents_pop_clip\28hb_paint_funcs_t*\2c\20void*\2c\20void*\29 +10310:hb_paint_extents_paint_sweep_gradient\28hb_paint_funcs_t*\2c\20void*\2c\20hb_color_line_t*\2c\20float\2c\20float\2c\20float\2c\20float\2c\20void*\29 +10311:hb_paint_extents_paint_image\28hb_paint_funcs_t*\2c\20void*\2c\20hb_blob_t*\2c\20unsigned\20int\2c\20unsigned\20int\2c\20unsigned\20int\2c\20float\2c\20hb_glyph_extents_t*\2c\20void*\29 +10312:hb_paint_extents_paint_color\28hb_paint_funcs_t*\2c\20void*\2c\20int\2c\20unsigned\20int\2c\20void*\29 +10313:hb_outline_recording_pen_quadratic_to\28hb_draw_funcs_t*\2c\20void*\2c\20hb_draw_state_t*\2c\20float\2c\20float\2c\20float\2c\20float\2c\20void*\29 +10314:hb_outline_recording_pen_move_to\28hb_draw_funcs_t*\2c\20void*\2c\20hb_draw_state_t*\2c\20float\2c\20float\2c\20void*\29 +10315:hb_outline_recording_pen_line_to\28hb_draw_funcs_t*\2c\20void*\2c\20hb_draw_state_t*\2c\20float\2c\20float\2c\20void*\29 +10316:hb_outline_recording_pen_cubic_to\28hb_draw_funcs_t*\2c\20void*\2c\20hb_draw_state_t*\2c\20float\2c\20float\2c\20float\2c\20float\2c\20float\2c\20float\2c\20void*\29 +10317:hb_outline_recording_pen_close_path\28hb_draw_funcs_t*\2c\20void*\2c\20hb_draw_state_t*\2c\20void*\29 +10318:hb_ot_shape_normalize_context_t::decompose_unicode\28hb_ot_shape_normalize_context_t\20const*\2c\20unsigned\20int\2c\20unsigned\20int*\2c\20unsigned\20int*\29 +10319:hb_ot_shape_normalize_context_t::compose_unicode\28hb_ot_shape_normalize_context_t\20const*\2c\20unsigned\20int\2c\20unsigned\20int\2c\20unsigned\20int*\29 +10320:hb_ot_paint_glyph\28hb_font_t*\2c\20void*\2c\20unsigned\20int\2c\20hb_paint_funcs_t*\2c\20void*\2c\20unsigned\20int\2c\20unsigned\20int\2c\20void*\29 +10321:hb_ot_map_t::lookup_map_t::cmp\28void\20const*\2c\20void\20const*\29 +10322:hb_ot_map_t::feature_map_t::cmp\28void\20const*\2c\20void\20const*\29 +10323:hb_ot_map_builder_t::feature_info_t::cmp\28void\20const*\2c\20void\20const*\29 +10324:hb_ot_get_variation_glyph\28hb_font_t*\2c\20void*\2c\20unsigned\20int\2c\20unsigned\20int\2c\20unsigned\20int*\2c\20void*\29 +10325:hb_ot_get_nominal_glyphs\28hb_font_t*\2c\20void*\2c\20unsigned\20int\2c\20unsigned\20int\20const*\2c\20unsigned\20int\2c\20unsigned\20int*\2c\20unsigned\20int\2c\20void*\29 +10326:hb_ot_get_nominal_glyph\28hb_font_t*\2c\20void*\2c\20unsigned\20int\2c\20unsigned\20int*\2c\20void*\29 +10327:hb_ot_get_glyph_v_origin\28hb_font_t*\2c\20void*\2c\20unsigned\20int\2c\20int*\2c\20int*\2c\20void*\29 +10328:hb_ot_get_glyph_v_advances\28hb_font_t*\2c\20void*\2c\20unsigned\20int\2c\20unsigned\20int\20const*\2c\20unsigned\20int\2c\20int*\2c\20unsigned\20int\2c\20void*\29 +10329:hb_ot_get_glyph_name\28hb_font_t*\2c\20void*\2c\20unsigned\20int\2c\20char*\2c\20unsigned\20int\2c\20void*\29 +10330:hb_ot_get_glyph_h_advances\28hb_font_t*\2c\20void*\2c\20unsigned\20int\2c\20unsigned\20int\20const*\2c\20unsigned\20int\2c\20int*\2c\20unsigned\20int\2c\20void*\29 +10331:hb_ot_get_glyph_from_name\28hb_font_t*\2c\20void*\2c\20char\20const*\2c\20int\2c\20unsigned\20int*\2c\20void*\29 +10332:hb_ot_get_glyph_extents\28hb_font_t*\2c\20void*\2c\20unsigned\20int\2c\20hb_glyph_extents_t*\2c\20void*\29 +10333:hb_ot_get_font_v_extents\28hb_font_t*\2c\20void*\2c\20hb_font_extents_t*\2c\20void*\29 +10334:hb_ot_get_font_h_extents\28hb_font_t*\2c\20void*\2c\20hb_font_extents_t*\2c\20void*\29 +10335:hb_ot_draw_glyph\28hb_font_t*\2c\20void*\2c\20unsigned\20int\2c\20hb_draw_funcs_t*\2c\20void*\2c\20void*\29 +10336:hb_font_paint_glyph_nil\28hb_font_t*\2c\20void*\2c\20unsigned\20int\2c\20hb_paint_funcs_t*\2c\20void*\2c\20unsigned\20int\2c\20unsigned\20int\2c\20void*\29 +10337:hb_font_paint_glyph_default\28hb_font_t*\2c\20void*\2c\20unsigned\20int\2c\20hb_paint_funcs_t*\2c\20void*\2c\20unsigned\20int\2c\20unsigned\20int\2c\20void*\29 +10338:hb_font_get_variation_glyph_default\28hb_font_t*\2c\20void*\2c\20unsigned\20int\2c\20unsigned\20int\2c\20unsigned\20int*\2c\20void*\29 +10339:hb_font_get_nominal_glyphs_default\28hb_font_t*\2c\20void*\2c\20unsigned\20int\2c\20unsigned\20int\20const*\2c\20unsigned\20int\2c\20unsigned\20int*\2c\20unsigned\20int\2c\20void*\29 +10340:hb_font_get_nominal_glyph_nil\28hb_font_t*\2c\20void*\2c\20unsigned\20int\2c\20unsigned\20int*\2c\20void*\29 +10341:hb_font_get_nominal_glyph_default\28hb_font_t*\2c\20void*\2c\20unsigned\20int\2c\20unsigned\20int*\2c\20void*\29 +10342:hb_font_get_glyph_v_origin_nil\28hb_font_t*\2c\20void*\2c\20unsigned\20int\2c\20int*\2c\20int*\2c\20void*\29 +10343:hb_font_get_glyph_v_origin_default\28hb_font_t*\2c\20void*\2c\20unsigned\20int\2c\20int*\2c\20int*\2c\20void*\29 +10344:hb_font_get_glyph_v_kerning_default\28hb_font_t*\2c\20void*\2c\20unsigned\20int\2c\20unsigned\20int\2c\20void*\29 +10345:hb_font_get_glyph_v_advances_default\28hb_font_t*\2c\20void*\2c\20unsigned\20int\2c\20unsigned\20int\20const*\2c\20unsigned\20int\2c\20int*\2c\20unsigned\20int\2c\20void*\29 +10346:hb_font_get_glyph_v_advance_nil\28hb_font_t*\2c\20void*\2c\20unsigned\20int\2c\20void*\29 +10347:hb_font_get_glyph_v_advance_default\28hb_font_t*\2c\20void*\2c\20unsigned\20int\2c\20void*\29 +10348:hb_font_get_glyph_name_nil\28hb_font_t*\2c\20void*\2c\20unsigned\20int\2c\20char*\2c\20unsigned\20int\2c\20void*\29 +10349:hb_font_get_glyph_name_default\28hb_font_t*\2c\20void*\2c\20unsigned\20int\2c\20char*\2c\20unsigned\20int\2c\20void*\29 +10350:hb_font_get_glyph_h_origin_nil\28hb_font_t*\2c\20void*\2c\20unsigned\20int\2c\20int*\2c\20int*\2c\20void*\29 +10351:hb_font_get_glyph_h_origin_default\28hb_font_t*\2c\20void*\2c\20unsigned\20int\2c\20int*\2c\20int*\2c\20void*\29 +10352:hb_font_get_glyph_h_kerning_default\28hb_font_t*\2c\20void*\2c\20unsigned\20int\2c\20unsigned\20int\2c\20void*\29 +10353:hb_font_get_glyph_h_advances_default\28hb_font_t*\2c\20void*\2c\20unsigned\20int\2c\20unsigned\20int\20const*\2c\20unsigned\20int\2c\20int*\2c\20unsigned\20int\2c\20void*\29 +10354:hb_font_get_glyph_h_advance_nil\28hb_font_t*\2c\20void*\2c\20unsigned\20int\2c\20void*\29 +10355:hb_font_get_glyph_h_advance_default\28hb_font_t*\2c\20void*\2c\20unsigned\20int\2c\20void*\29 +10356:hb_font_get_glyph_from_name_default\28hb_font_t*\2c\20void*\2c\20char\20const*\2c\20int\2c\20unsigned\20int*\2c\20void*\29 +10357:hb_font_get_glyph_extents_nil\28hb_font_t*\2c\20void*\2c\20unsigned\20int\2c\20hb_glyph_extents_t*\2c\20void*\29 +10358:hb_font_get_glyph_extents_default\28hb_font_t*\2c\20void*\2c\20unsigned\20int\2c\20hb_glyph_extents_t*\2c\20void*\29 +10359:hb_font_get_glyph_contour_point_nil\28hb_font_t*\2c\20void*\2c\20unsigned\20int\2c\20unsigned\20int\2c\20int*\2c\20int*\2c\20void*\29 +10360:hb_font_get_glyph_contour_point_default\28hb_font_t*\2c\20void*\2c\20unsigned\20int\2c\20unsigned\20int\2c\20int*\2c\20int*\2c\20void*\29 +10361:hb_font_get_font_v_extents_default\28hb_font_t*\2c\20void*\2c\20hb_font_extents_t*\2c\20void*\29 +10362:hb_font_get_font_h_extents_default\28hb_font_t*\2c\20void*\2c\20hb_font_extents_t*\2c\20void*\29 +10363:hb_font_draw_glyph_default\28hb_font_t*\2c\20void*\2c\20unsigned\20int\2c\20hb_draw_funcs_t*\2c\20void*\2c\20void*\29 +10364:hb_draw_quadratic_to_nil\28hb_draw_funcs_t*\2c\20void*\2c\20hb_draw_state_t*\2c\20float\2c\20float\2c\20float\2c\20float\2c\20void*\29 +10365:hb_draw_quadratic_to_default\28hb_draw_funcs_t*\2c\20void*\2c\20hb_draw_state_t*\2c\20float\2c\20float\2c\20float\2c\20float\2c\20void*\29 +10366:hb_draw_move_to_default\28hb_draw_funcs_t*\2c\20void*\2c\20hb_draw_state_t*\2c\20float\2c\20float\2c\20void*\29 +10367:hb_draw_line_to_default\28hb_draw_funcs_t*\2c\20void*\2c\20hb_draw_state_t*\2c\20float\2c\20float\2c\20void*\29 +10368:hb_draw_extents_quadratic_to\28hb_draw_funcs_t*\2c\20void*\2c\20hb_draw_state_t*\2c\20float\2c\20float\2c\20float\2c\20float\2c\20void*\29 +10369:hb_draw_extents_cubic_to\28hb_draw_funcs_t*\2c\20void*\2c\20hb_draw_state_t*\2c\20float\2c\20float\2c\20float\2c\20float\2c\20float\2c\20float\2c\20void*\29 +10370:hb_draw_cubic_to_default\28hb_draw_funcs_t*\2c\20void*\2c\20hb_draw_state_t*\2c\20float\2c\20float\2c\20float\2c\20float\2c\20float\2c\20float\2c\20void*\29 +10371:hb_draw_close_path_default\28hb_draw_funcs_t*\2c\20void*\2c\20hb_draw_state_t*\2c\20void*\29 +10372:hb_buffer_t::_cluster_group_func\28hb_glyph_info_t\20const&\2c\20hb_glyph_info_t\20const&\29 +10373:hb_aat_map_builder_t::feature_event_t::cmp\28void\20const*\2c\20void\20const*\29 +10374:gray_raster_render +10375:gray_raster_new +10376:gray_raster_done +10377:gray_move_to +10378:gray_line_to +10379:gray_cubic_to +10380:gray_conic_to +10381:get_sfnt_table +10382:ft_smooth_transform +10383:ft_smooth_set_mode +10384:ft_smooth_render +10385:ft_smooth_overlap_spans +10386:ft_smooth_lcd_spans +10387:ft_smooth_init +10388:ft_smooth_get_cbox +10389:ft_gzip_free +10390:ft_ansi_stream_io +10391:ft_ansi_stream_close +10392:fquad_xy_at_t\28SkPoint\20const*\2c\20float\2c\20double\29 +10393:fontCollection_registerTypeface +10394:fontCollection_dispose +10395:fontCollection_create +10396:fontCollection_clearCaches +10397:fmt_fp +10398:flutter::ToSk\28flutter::DlColorSource\20const*\29::$_1::__invoke\28void\20const*\2c\20void*\29 +10399:flutter::DlTextSkia::~DlTextSkia\28\29_1500 +10400:flutter::DlTextSkia::GetBounds\28\29\20const +10401:flutter::DlSweepGradientColorSource::shared\28\29\20const +10402:flutter::DlSweepGradientColorSource::equals_\28flutter::DlColorSource\20const&\29\20const +10403:flutter::DlSrgbToLinearGammaColorFilter::shared\28\29\20const +10404:flutter::DlSkPaintDispatchHelper::setStrokeWidth\28float\29 +10405:flutter::DlSkPaintDispatchHelper::setStrokeMiter\28float\29 +10406:flutter::DlSkPaintDispatchHelper::setStrokeJoin\28flutter::DlStrokeJoin\29 +10407:flutter::DlSkPaintDispatchHelper::setStrokeCap\28flutter::DlStrokeCap\29 +10408:flutter::DlSkPaintDispatchHelper::setMaskFilter\28flutter::DlMaskFilter\20const*\29 +10409:flutter::DlSkPaintDispatchHelper::setInvertColors\28bool\29 +10410:flutter::DlSkPaintDispatchHelper::setImageFilter\28flutter::DlImageFilter\20const*\29 +10411:flutter::DlSkPaintDispatchHelper::setDrawStyle\28flutter::DlDrawStyle\29 +10412:flutter::DlSkPaintDispatchHelper::setColor\28flutter::DlColor\29 +10413:flutter::DlSkPaintDispatchHelper::setColorSource\28flutter::DlColorSource\20const*\29 +10414:flutter::DlSkPaintDispatchHelper::setColorFilter\28flutter::DlColorFilter\20const*\29 +10415:flutter::DlSkPaintDispatchHelper::setBlendMode\28impeller::BlendMode\29 +10416:flutter::DlSkPaintDispatchHelper::setAntiAlias\28bool\29 +10417:flutter::DlSkCanvasDispatcher::translate\28float\2c\20float\29 +10418:flutter::DlSkCanvasDispatcher::transformReset\28\29 +10419:flutter::DlSkCanvasDispatcher::transformFullPerspective\28float\2c\20float\2c\20float\2c\20float\2c\20float\2c\20float\2c\20float\2c\20float\2c\20float\2c\20float\2c\20float\2c\20float\2c\20float\2c\20float\2c\20float\2c\20float\29 +10420:flutter::DlSkCanvasDispatcher::transform2DAffine\28float\2c\20float\2c\20float\2c\20float\2c\20float\2c\20float\29 +10421:flutter::DlSkCanvasDispatcher::skew\28float\2c\20float\29 +10422:flutter::DlSkCanvasDispatcher::scale\28float\2c\20float\29 +10423:flutter::DlSkCanvasDispatcher::saveLayer\28impeller::TRect\20const&\2c\20flutter::SaveLayerOptions\2c\20flutter::DlImageFilter\20const*\2c\20std::__2::optional\29 +10424:flutter::DlSkCanvasDispatcher::rotate\28float\29 +10425:flutter::DlSkCanvasDispatcher::drawVertices\28std::__2::shared_ptr\20const&\2c\20impeller::BlendMode\29 +10426:flutter::DlSkCanvasDispatcher::drawText\28std::__2::shared_ptr\20const&\2c\20float\2c\20float\29 +10427:flutter::DlSkCanvasDispatcher::drawShadow\28flutter::DlPath\20const&\2c\20flutter::DlColor\2c\20float\2c\20bool\2c\20float\29 +10428:flutter::DlSkCanvasDispatcher::drawRoundSuperellipse\28impeller::RoundSuperellipse\20const&\29 +10429:flutter::DlSkCanvasDispatcher::drawRoundRect\28impeller::RoundRect\20const&\29 +10430:flutter::DlSkCanvasDispatcher::drawRect\28impeller::TRect\20const&\29 +10431:flutter::DlSkCanvasDispatcher::drawPoints\28flutter::DlPointMode\2c\20unsigned\20int\2c\20impeller::TPoint\20const*\29 +10432:flutter::DlSkCanvasDispatcher::drawPath\28flutter::DlPath\20const&\29 +10433:flutter::DlSkCanvasDispatcher::drawPaint\28\29 +10434:flutter::DlSkCanvasDispatcher::drawOval\28impeller::TRect\20const&\29 +10435:flutter::DlSkCanvasDispatcher::drawLine\28impeller::TPoint\20const&\2c\20impeller::TPoint\20const&\29 +10436:flutter::DlSkCanvasDispatcher::drawImage\28sk_sp\2c\20impeller::TPoint\20const&\2c\20flutter::DlImageSampling\2c\20bool\29 +10437:flutter::DlSkCanvasDispatcher::drawImageRect\28sk_sp\2c\20impeller::TRect\20const&\2c\20impeller::TRect\20const&\2c\20flutter::DlImageSampling\2c\20bool\2c\20flutter::DlSrcRectConstraint\29 +10438:flutter::DlSkCanvasDispatcher::drawImageNine\28sk_sp\2c\20impeller::TRect\20const&\2c\20impeller::TRect\20const&\2c\20flutter::DlFilterMode\2c\20bool\29 +10439:flutter::DlSkCanvasDispatcher::drawDiffRoundRect\28impeller::RoundRect\20const&\2c\20impeller::RoundRect\20const&\29 +10440:flutter::DlSkCanvasDispatcher::drawDashedLine\28impeller::TPoint\20const&\2c\20impeller::TPoint\20const&\2c\20float\2c\20float\29 +10441:flutter::DlSkCanvasDispatcher::drawColor\28flutter::DlColor\2c\20impeller::BlendMode\29 +10442:flutter::DlSkCanvasDispatcher::drawCircle\28impeller::TPoint\20const&\2c\20float\29 +10443:flutter::DlSkCanvasDispatcher::drawAtlas\28sk_sp\2c\20impeller::RSTransform\20const*\2c\20impeller::TRect\20const*\2c\20flutter::DlColor\20const*\2c\20int\2c\20impeller::BlendMode\2c\20flutter::DlImageSampling\2c\20impeller::TRect\20const*\2c\20bool\29 +10444:flutter::DlSkCanvasDispatcher::drawArc\28impeller::TRect\20const&\2c\20float\2c\20float\2c\20bool\29 +10445:flutter::DlSkCanvasDispatcher::clipRoundSuperellipse\28impeller::RoundSuperellipse\20const&\2c\20flutter::DlClipOp\2c\20bool\29 +10446:flutter::DlSkCanvasDispatcher::clipRoundRect\28impeller::RoundRect\20const&\2c\20flutter::DlClipOp\2c\20bool\29 +10447:flutter::DlSkCanvasDispatcher::clipRect\28impeller::TRect\20const&\2c\20flutter::DlClipOp\2c\20bool\29 +10448:flutter::DlSkCanvasDispatcher::clipPath\28flutter::DlPath\20const&\2c\20flutter::DlClipOp\2c\20bool\29 +10449:flutter::DlSkCanvasDispatcher::clipOval\28impeller::TRect\20const&\2c\20flutter::DlClipOp\2c\20bool\29 +10450:flutter::DlRuntimeEffectColorSource::~DlRuntimeEffectColorSource\28\29_1599 +10451:flutter::DlRuntimeEffectColorSource::shared\28\29\20const +10452:flutter::DlRuntimeEffectColorSource::isUIThreadSafe\28\29\20const +10453:flutter::DlRuntimeEffectColorSource::equals_\28flutter::DlColorSource\20const&\29\20const +10454:flutter::DlRadialGradientColorSource::size\28\29\20const +10455:flutter::DlRadialGradientColorSource::shared\28\29\20const +10456:flutter::DlRadialGradientColorSource::pod\28\29\20const +10457:flutter::DlRadialGradientColorSource::equals_\28flutter::DlColorSource\20const&\29\20const +10458:flutter::DlRTree::~DlRTree\28\29_1781 +10459:flutter::DlPath::~DlPath\28\29_8569 +10460:flutter::DlPath::IsConvex\28\29\20const +10461:flutter::DlPath::GetFillType\28\29\20const +10462:flutter::DlPath::GetBounds\28\29\20const +10463:flutter::DlPath::Dispatch\28impeller::PathReceiver&\29\20const +10464:flutter::DlOpReceiver::save\28unsigned\20int\29 +10465:flutter::DlOpReceiver::saveLayer\28impeller::TRect\20const*\2c\20flutter::SaveLayerOptions\2c\20flutter::DlImageFilter\20const*\2c\20std::__2::optional\29 +10466:flutter::DlOpReceiver::saveLayer\28impeller::TRect\20const&\2c\20flutter::SaveLayerOptions\20const&\2c\20unsigned\20int\2c\20impeller::BlendMode\2c\20flutter::DlImageFilter\20const*\2c\20std::__2::optional\29 +10467:flutter::DlMatrixImageFilter::size\28\29\20const +10468:flutter::DlMatrixImageFilter::shared\28\29\20const +10469:flutter::DlMatrixImageFilter::map_local_bounds\28impeller::TRect\20const&\2c\20impeller::TRect&\29\20const +10470:flutter::DlMatrixImageFilter::map_device_bounds\28impeller::TRect\20const&\2c\20impeller::Matrix\20const&\2c\20impeller::TRect&\29\20const +10471:flutter::DlMatrixImageFilter::get_input_device_bounds\28impeller::TRect\20const&\2c\20impeller::Matrix\20const&\2c\20impeller::TRect&\29\20const +10472:flutter::DlMatrixImageFilter::equals_\28flutter::DlImageFilter\20const&\29\20const +10473:flutter::DlMatrixColorFilter::shared\28\29\20const +10474:flutter::DlMatrixColorFilter::modifies_transparent_black\28\29\20const +10475:flutter::DlMatrixColorFilter::equals_\28flutter::DlColorFilter\20const&\29\20const +10476:flutter::DlMatrixColorFilter::can_commute_with_opacity\28\29\20const +10477:flutter::DlLocalMatrixImageFilter::~DlLocalMatrixImageFilter\28\29_1746 +10478:flutter::DlLocalMatrixImageFilter::~DlLocalMatrixImageFilter\28\29 +10479:flutter::DlLocalMatrixImageFilter::size\28\29\20const +10480:flutter::DlLocalMatrixImageFilter::shared\28\29\20const +10481:flutter::DlLocalMatrixImageFilter::modifies_transparent_black\28\29\20const +10482:flutter::DlLocalMatrixImageFilter::map_local_bounds\28impeller::TRect\20const&\2c\20impeller::TRect&\29\20const +10483:flutter::DlLocalMatrixImageFilter::map_device_bounds\28impeller::TRect\20const&\2c\20impeller::Matrix\20const&\2c\20impeller::TRect&\29\20const +10484:flutter::DlLocalMatrixImageFilter::get_input_device_bounds\28impeller::TRect\20const&\2c\20impeller::Matrix\20const&\2c\20impeller::TRect&\29\20const +10485:flutter::DlLocalMatrixImageFilter::equals_\28flutter::DlImageFilter\20const&\29\20const +10486:flutter::DlLinearToSrgbGammaColorFilter::shared\28\29\20const +10487:flutter::DlLinearGradientColorSource::shared\28\29\20const +10488:flutter::DlLinearGradientColorSource::equals_\28flutter::DlColorSource\20const&\29\20const +10489:flutter::DlImageSkia::isTextureBacked\28\29\20const +10490:flutter::DlImageSkia::isOpaque\28\29\20const +10491:flutter::DlImageSkia::GetSize\28\29\20const +10492:flutter::DlImageSkia::GetApproximateByteSize\28\29\20const +10493:flutter::DlImageFilter::makeWithLocalMatrix\28impeller::Matrix\20const&\29\20const +10494:flutter::DlImageColorSource::~DlImageColorSource\28\29_1566 +10495:flutter::DlImageColorSource::~DlImageColorSource\28\29 +10496:flutter::DlImageColorSource::shared\28\29\20const +10497:flutter::DlImageColorSource::is_opaque\28\29\20const +10498:flutter::DlImageColorSource::isUIThreadSafe\28\29\20const +10499:flutter::DlImageColorSource::equals_\28flutter::DlColorSource\20const&\29\20const +10500:flutter::DlImage::get_error\28\29\20const +10501:flutter::DlGradientColorSourceBase::is_opaque\28\29\20const +10502:flutter::DlErodeImageFilter::shared\28\29\20const +10503:flutter::DlErodeImageFilter::map_local_bounds\28impeller::TRect\20const&\2c\20impeller::TRect&\29\20const +10504:flutter::DlDilateImageFilter::shared\28\29\20const +10505:flutter::DlDilateImageFilter::map_local_bounds\28impeller::TRect\20const&\2c\20impeller::TRect&\29\20const +10506:flutter::DlConicalGradientColorSource::size\28\29\20const +10507:flutter::DlConicalGradientColorSource::shared\28\29\20const +10508:flutter::DlConicalGradientColorSource::equals_\28flutter::DlColorSource\20const&\29\20const +10509:flutter::DlComposeImageFilter::~DlComposeImageFilter\28\29_1702 +10510:flutter::DlComposeImageFilter::size\28\29\20const +10511:flutter::DlComposeImageFilter::shared\28\29\20const +10512:flutter::DlComposeImageFilter::modifies_transparent_black\28\29\20const +10513:flutter::DlComposeImageFilter::matrix_capability\28\29\20const +10514:flutter::DlComposeImageFilter::map_local_bounds\28impeller::TRect\20const&\2c\20impeller::TRect&\29\20const +10515:flutter::DlComposeImageFilter::map_device_bounds\28impeller::TRect\20const&\2c\20impeller::Matrix\20const&\2c\20impeller::TRect&\29\20const +10516:flutter::DlComposeImageFilter::get_input_device_bounds\28impeller::TRect\20const&\2c\20impeller::Matrix\20const&\2c\20impeller::TRect&\29\20const +10517:flutter::DlComposeImageFilter::equals_\28flutter::DlImageFilter\20const&\29\20const +10518:flutter::DlColorFilterImageFilter::~DlColorFilterImageFilter\28\29_1686 +10519:flutter::DlColorFilterImageFilter::~DlColorFilterImageFilter\28\29 +10520:flutter::DlColorFilterImageFilter::shared\28\29\20const +10521:flutter::DlColorFilterImageFilter::modifies_transparent_black\28\29\20const +10522:flutter::DlColorFilterImageFilter::map_local_bounds\28impeller::TRect\20const&\2c\20impeller::TRect&\29\20const +10523:flutter::DlColorFilterImageFilter::equals_\28flutter::DlImageFilter\20const&\29\20const +10524:flutter::DlCanvas::DrawImageRect\28sk_sp\20const&\2c\20impeller::TRect\20const&\2c\20impeller::TRect\20const&\2c\20flutter::DlImageSampling\2c\20flutter::DlPaint\20const*\2c\20flutter::DlSrcRectConstraint\29 +10525:flutter::DlBlurMaskFilter::equals_\28flutter::DlMaskFilter\20const&\29\20const +10526:flutter::DlBlurImageFilter::shared\28\29\20const +10527:flutter::DlBlurImageFilter::map_local_bounds\28impeller::TRect\20const&\2c\20impeller::TRect&\29\20const +10528:flutter::DlBlurImageFilter::get_input_device_bounds\28impeller::TRect\20const&\2c\20impeller::Matrix\20const&\2c\20impeller::TRect&\29\20const +10529:flutter::DlBlurImageFilter::equals_\28flutter::DlImageFilter\20const&\29\20const +10530:flutter::DlBlendColorFilter::shared\28\29\20const +10531:flutter::DlBlendColorFilter::modifies_transparent_black\28\29\20const +10532:flutter::DlBlendColorFilter::equals_\28flutter::DlColorFilter\20const&\29\20const +10533:flutter::DlBlendColorFilter::can_commute_with_opacity\28\29\20const +10534:flutter::DisplayListBuilder::transformReset\28\29 +10535:flutter::DisplayListBuilder::transformFullPerspective\28float\2c\20float\2c\20float\2c\20float\2c\20float\2c\20float\2c\20float\2c\20float\2c\20float\2c\20float\2c\20float\2c\20float\2c\20float\2c\20float\2c\20float\2c\20float\29 +10536:flutter::DisplayListBuilder::transform2DAffine\28float\2c\20float\2c\20float\2c\20float\2c\20float\2c\20float\29 +10537:flutter::DisplayListBuilder::drawShadow\28flutter::DlPath\20const&\2c\20flutter::DlColor\2c\20float\2c\20bool\2c\20float\29 +10538:flutter::DisplayListBuilder::drawColor\28flutter::DlColor\2c\20impeller::BlendMode\29 +10539:flutter::DisplayListBuilder::clipRoundSuperellipse\28impeller::RoundSuperellipse\20const&\2c\20flutter::DlClipOp\2c\20bool\29 +10540:flutter::DisplayListBuilder::clipRoundRect\28impeller::RoundRect\20const&\2c\20flutter::DlClipOp\2c\20bool\29 +10541:flutter::DisplayListBuilder::clipRect\28impeller::TRect\20const&\2c\20flutter::DlClipOp\2c\20bool\29 +10542:flutter::DisplayListBuilder::clipPath\28flutter::DlPath\20const&\2c\20flutter::DlClipOp\2c\20bool\29 +10543:flutter::DisplayListBuilder::clipOval\28impeller::TRect\20const&\2c\20flutter::DlClipOp\2c\20bool\29 +10544:flutter::DisplayListBuilder::GetMatrix\28\29\20const +10545:flutter::DisplayListBuilder::GetDestinationClipCoverage\28\29\20const +10546:flutter::DisplayList::~DisplayList\28\29_1145 +10547:fline_xy_at_t\28SkPoint\20const*\2c\20float\2c\20double\29 +10548:final_reordering_indic\28hb_ot_shape_plan_t\20const*\2c\20hb_font_t*\2c\20hb_buffer_t*\29 +10549:fcubic_xy_at_t\28SkPoint\20const*\2c\20float\2c\20double\29 +10550:fconic_xy_at_t\28SkPoint\20const*\2c\20float\2c\20double\29 +10551:error_callback +10552:emscripten_stack_get_current +10553:dquad_xy_at_t\28SkPoint\20const*\2c\20float\2c\20double\29 +10554:dline_xy_at_t\28SkPoint\20const*\2c\20float\2c\20double\29 +10555:dispose_external_texture\28void*\29 +10556:decompose_khmer\28hb_ot_shape_normalize_context_t\20const*\2c\20unsigned\20int\2c\20unsigned\20int*\2c\20unsigned\20int*\29 +10557:decompose_indic\28hb_ot_shape_normalize_context_t\20const*\2c\20unsigned\20int\2c\20unsigned\20int*\2c\20unsigned\20int*\29 +10558:decltype\28fp\28nullptr\29\29\20SkArenaAlloc::make\28skgpu::ganesh::\28anonymous\20namespace\29::QuadEdgeEffect::Make\28SkArenaAlloc*\2c\20SkMatrix\20const&\2c\20bool\2c\20bool\29::'lambda'\28void*\29&&\29::'lambda'\28char*\29::__invoke\28char*\29 +10559:decltype\28fp\28nullptr\29\29\20SkArenaAlloc::make&\2c\20GrShaderCaps\20const&>\28SkMatrix\20const&\2c\20SkRGBA4f<\28SkAlphaType\292>&\2c\20GrShaderCaps\20const&\29::'lambda'\28void*\29>\28skgpu::ganesh::\28anonymous\20namespace\29::HullShader&&\29::'lambda'\28char*\29::__invoke\28char*\29 +10560:decltype\28fp\28nullptr\29\29\20SkArenaAlloc::make\28skgpu::ganesh::StrokeTessellator::PathStrokeList&&\29::'lambda'\28void*\29>\28skgpu::ganesh::StrokeTessellator::PathStrokeList&&\29::'lambda'\28char*\29::__invoke\28char*\29 +10561:decltype\28fp\28nullptr\29\29\20SkArenaAlloc::make\28skgpu::tess::PatchAttribs&\29::'lambda'\28void*\29>\28skgpu::ganesh::StrokeTessellator&&\29::'lambda'\28char*\29::__invoke\28char*\29 +10562:decltype\28fp\28nullptr\29\29\20SkArenaAlloc::make\20const&>\28SkMatrix\20const&\2c\20SkPath\20const&\2c\20SkRGBA4f<\28SkAlphaType\292>\20const&\29::'lambda'\28void*\29>\28skgpu::ganesh::PathTessellator::PathDrawList&&\29::'lambda'\28char*\29::__invoke\28char*\29 +10563:decltype\28fp\28nullptr\29\29\20SkArenaAlloc::make\2c\20SkFilterMode\2c\20bool\29::'lambda'\28void*\29>\28skgpu::ganesh::LatticeOp::\28anonymous\20namespace\29::LatticeGP::Make\28SkArenaAlloc*\2c\20GrSurfaceProxyView\20const&\2c\20sk_sp\2c\20SkFilterMode\2c\20bool\29::'lambda'\28void*\29&&\29::'lambda'\28char*\29::__invoke\28char*\29 +10564:decltype\28fp\28nullptr\29\29\20SkArenaAlloc::make\28skgpu::ganesh::FillRRectOp::\28anonymous\20namespace\29::FillRRectOpImpl::Processor::Make\28SkArenaAlloc*\2c\20GrAAType\2c\20skgpu::ganesh::FillRRectOp::\28anonymous\20namespace\29::FillRRectOpImpl::ProcessorFlags\29::'lambda'\28void*\29&&\29::'lambda'\28char*\29::__invoke\28char*\29 +10565:decltype\28fp\28nullptr\29\29\20SkArenaAlloc::make\28int&\2c\20int&\29::'lambda'\28void*\29>\28skgpu::RectanizerSkyline&&\29::'lambda'\28char*\29::__invoke\28char*\29 +10566:decltype\28fp\28nullptr\29\29\20SkArenaAlloc::make\28int&\2c\20int&\29::'lambda'\28void*\29>\28skgpu::RectanizerPow2&&\29::'lambda'\28char*\29::__invoke\28char*\29 +10567:decltype\28fp\28nullptr\29\29\20SkArenaAlloc::make<\28anonymous\20namespace\29::ThreeBoxApproxPass*\20SkArenaAlloc::make<\28anonymous\20namespace\29::ThreeBoxApproxPass\2c\20skvx::Vec<4\2c\20unsigned\20int>*&\2c\20skvx::Vec<4\2c\20unsigned\20int>*&\2c\20skvx::Vec<4\2c\20unsigned\20int>*&\2c\20skvx::Vec<4\2c\20unsigned\20int>*&\2c\20int&\2c\20int&>\28skvx::Vec<4\2c\20unsigned\20int>*&\2c\20skvx::Vec<4\2c\20unsigned\20int>*&\2c\20skvx::Vec<4\2c\20unsigned\20int>*&\2c\20skvx::Vec<4\2c\20unsigned\20int>*&\2c\20int&\2c\20int&\29::'lambda'\28void*\29>\28\28anonymous\20namespace\29::ThreeBoxApproxPass&&\29::'lambda'\28char*\29::__invoke\28char*\29 +10568:decltype\28fp\28nullptr\29\29\20SkArenaAlloc::make<\28anonymous\20namespace\29::TextureOpImpl::Desc*\20SkArenaAlloc::make<\28anonymous\20namespace\29::TextureOpImpl::Desc>\28\29::'lambda'\28void*\29>\28\28anonymous\20namespace\29::TextureOpImpl::Desc&&\29::'lambda'\28char*\29::__invoke\28char*\29 +10569:decltype\28fp\28nullptr\29\29\20SkArenaAlloc::make<\28anonymous\20namespace\29::TentPass*\20SkArenaAlloc::make<\28anonymous\20namespace\29::TentPass\2c\20skvx::Vec<4\2c\20unsigned\20int>*&\2c\20skvx::Vec<4\2c\20unsigned\20int>*&\2c\20skvx::Vec<4\2c\20unsigned\20int>*&\2c\20int&\2c\20int&>\28skvx::Vec<4\2c\20unsigned\20int>*&\2c\20skvx::Vec<4\2c\20unsigned\20int>*&\2c\20skvx::Vec<4\2c\20unsigned\20int>*&\2c\20int&\2c\20int&\29::'lambda'\28void*\29>\28\28anonymous\20namespace\29::TentPass&&\29::'lambda'\28char*\29::__invoke\28char*\29 +10570:decltype\28fp\28nullptr\29\29\20SkArenaAlloc::make<\28anonymous\20namespace\29::SimpleTriangleShader*\20SkArenaAlloc::make<\28anonymous\20namespace\29::SimpleTriangleShader\2c\20SkMatrix\20const&\2c\20SkRGBA4f<\28SkAlphaType\292>\20const&>\28SkMatrix\20const&\2c\20SkRGBA4f<\28SkAlphaType\292>\20const&\29::'lambda'\28void*\29>\28\28anonymous\20namespace\29::SimpleTriangleShader&&\29::'lambda'\28char*\29::__invoke\28char*\29 +10571:decltype\28fp\28nullptr\29\29\20SkArenaAlloc::make<\28anonymous\20namespace\29::DrawAtlasPathShader*\20SkArenaAlloc::make<\28anonymous\20namespace\29::DrawAtlasPathShader\2c\20bool&\2c\20skgpu::ganesh::AtlasInstancedHelper*\2c\20GrShaderCaps\20const&>\28bool&\2c\20skgpu::ganesh::AtlasInstancedHelper*&&\2c\20GrShaderCaps\20const&\29::'lambda'\28void*\29>\28\28anonymous\20namespace\29::DrawAtlasPathShader&&\29::'lambda'\28char*\29::__invoke\28char*\29 +10572:decltype\28fp\28nullptr\29\29\20SkArenaAlloc::make<\28anonymous\20namespace\29::BoundingBoxShader*\20SkArenaAlloc::make<\28anonymous\20namespace\29::BoundingBoxShader\2c\20SkRGBA4f<\28SkAlphaType\292>&\2c\20GrShaderCaps\20const&>\28SkRGBA4f<\28SkAlphaType\292>&\2c\20GrShaderCaps\20const&\29::'lambda'\28void*\29>\28\28anonymous\20namespace\29::BoundingBoxShader&&\29::'lambda'\28char*\29::__invoke\28char*\29 +10573:decltype\28fp\28nullptr\29\29\20SkArenaAlloc::make\28SkPixmap\20const&\2c\20unsigned\20char&&\29::'lambda'\28void*\29>\28Sprite_D32_S32&&\29::'lambda'\28char*\29::__invoke\28char*\29 +10574:decltype\28fp\28nullptr\29\29\20SkArenaAlloc::make\28bool&&\2c\20bool\20const&\29::'lambda'\28void*\29>\28SkTriColorShader&&\29::'lambda'\28char*\29::__invoke\28char*\29 +10575:decltype\28fp\28nullptr\29\29\20SkArenaAlloc::make\28\29::'lambda'\28void*\29>\28SkTCubic&&\29::'lambda'\28char*\29::__invoke\28char*\29 +10576:decltype\28fp\28nullptr\29\29\20SkArenaAlloc::make\28\29::'lambda'\28void*\29>\28SkTConic&&\29::'lambda'\28char*\29::__invoke\28char*\29 +10577:decltype\28fp\28nullptr\29\29\20SkArenaAlloc::make\28SkPixmap\20const&\29::'lambda'\28void*\29>\28SkSpriteBlitter_Memcpy&&\29::'lambda'\28char*\29::__invoke\28char*\29 +10578:decltype\28fp\28nullptr\29\29\20SkArenaAlloc::make&>\28SkPixmap\20const&\2c\20SkArenaAlloc*&\2c\20sk_sp&\29::'lambda'\28void*\29>\28SkRasterPipelineSpriteBlitter&&\29::'lambda'\28char*\29::__invoke\28char*\29 +10579:decltype\28fp\28nullptr\29\29\20SkArenaAlloc::make\28SkPixmap\20const&\2c\20SkPaint\20const&\2c\20SkArenaAlloc*&\29::'lambda'\28void*\29>\28SkRasterPipelineBlitter&&\29::'lambda'\28char*\29::__invoke\28char*\29 +10580:decltype\28fp\28nullptr\29\29\20SkArenaAlloc::make\28\29::'lambda'\28void*\29>\28SkNullBlitter&&\29::'lambda'\28char*\29::__invoke\28char*\29 +10581:decltype\28fp\28nullptr\29\29\20SkArenaAlloc::make\28SkImage_Base\20const*&&\2c\20SkMatrix\20const&\2c\20SkMipmapMode&\29::'lambda'\28void*\29>\28SkMipmapAccessor&&\29::'lambda'\28char*\29::__invoke\28char*\29 +10582:decltype\28fp\28nullptr\29\29\20SkArenaAlloc::make\28\29::'lambda'\28void*\29>\28SkGlyph::PathData&&\29::'lambda'\28char*\29::__invoke\28char*\29 +10583:decltype\28fp\28nullptr\29\29\20SkArenaAlloc::make\28\29::'lambda'\28void*\29>\28SkGlyph::DrawableData&&\29::'lambda'\28char*\29::__invoke\28char*\29 +10584:decltype\28fp\28nullptr\29\29\20SkArenaAlloc::make\28\29::'lambda'\28void*\29>\28SkEdge&&\29::'lambda'\28char*\29::__invoke\28char*\29 +10585:decltype\28fp\28nullptr\29\29\20SkArenaAlloc::make\28\29::'lambda'\28void*\29>\28SkCubicEdge&&\29::'lambda'\28char*\29::__invoke\28char*\29 +10586:decltype\28fp\28nullptr\29\29\20SkArenaAlloc::make&\29>>::Node*\20SkArenaAlloc::make&\29>>::Node\2c\20std::__2::function&\29>>\28std::__2::function&\29>&&\29::'lambda'\28void*\29>\28SkArenaAllocList&\29>>::Node&&\29::'lambda'\28char*\29::__invoke\28char*\29 +10587:decltype\28fp\28nullptr\29\29\20SkArenaAlloc::make::Node*\20SkArenaAlloc::make::Node\2c\20std::__2::function&\29>\2c\20skgpu::Token>\28std::__2::function&\29>&&\2c\20skgpu::Token&&\29::'lambda'\28void*\29>\28SkArenaAllocList::Node&&\29::'lambda'\28char*\29::__invoke\28char*\29 +10588:decltype\28fp\28nullptr\29\29\20SkArenaAlloc::make::Node*\20SkArenaAlloc::make::Node>\28\29::'lambda'\28void*\29>\28SkArenaAllocList::Node&&\29::'lambda'\28char*\29::__invoke\28char*\29 +10589:decltype\28fp\28nullptr\29\29\20SkArenaAlloc::make\28SkPixmap\20const&\2c\20SkPaint\20const&\29::'lambda'\28void*\29>\28SkA8_Coverage_Blitter&&\29::'lambda'\28char*\29::__invoke\28char*\29 +10590:decltype\28fp\28nullptr\29\29\20SkArenaAlloc::make\28\29::'lambda'\28void*\29>\28GrSimpleMesh&&\29::'lambda'\28char*\29::__invoke\28char*\29 +10591:decltype\28fp\28nullptr\29\29\20SkArenaAlloc::make\28GrSurfaceProxy*&\2c\20skgpu::ScratchKey&&\2c\20GrResourceProvider*&\29::'lambda'\28void*\29>\28GrResourceAllocator::Register&&\29::'lambda'\28char*\29::__invoke\28char*\29 +10592:decltype\28fp\28nullptr\29\29\20SkArenaAlloc::make\28SkPath\20const&\2c\20SkArenaAlloc*\20const&\29::'lambda'\28void*\29>\28GrInnerFanTriangulator&&\29::'lambda'\28char*\29::__invoke\28char*\29 +10593:decltype\28fp\28nullptr\29\29\20SkArenaAlloc::make\28GrDistanceFieldLCDTextGeoProc::Make\28SkArenaAlloc*\2c\20GrShaderCaps\20const&\2c\20GrSurfaceProxyView\20const*\2c\20int\2c\20GrSamplerState\2c\20GrDistanceFieldLCDTextGeoProc::DistanceAdjust\2c\20unsigned\20int\2c\20SkMatrix\20const&\29::'lambda'\28void*\29&&\29::'lambda'\28char*\29::__invoke\28char*\29 +10594:decltype\28fp\28nullptr\29\29\20SkArenaAlloc::make\20const&\2c\20bool\2c\20sk_sp\2c\20GrSurfaceProxyView\20const*\2c\20int\2c\20GrSamplerState\2c\20skgpu::MaskFormat\2c\20SkMatrix\20const&\2c\20bool\29::'lambda'\28void*\29>\28GrBitmapTextGeoProc::Make\28SkArenaAlloc*\2c\20GrShaderCaps\20const&\2c\20SkRGBA4f<\28SkAlphaType\292>\20const&\2c\20bool\2c\20sk_sp\2c\20GrSurfaceProxyView\20const*\2c\20int\2c\20GrSamplerState\2c\20skgpu::MaskFormat\2c\20SkMatrix\20const&\2c\20bool\29::'lambda'\28void*\29&&\29::'lambda'\28char*\29::__invoke\28char*\29 +10595:decltype\28fp\28nullptr\29\29\20SkArenaAlloc::make\28GrAppliedClip&&\29::'lambda'\28void*\29>\28GrAppliedClip&&\29::'lambda'\28char*\29::__invoke\28char*\29 +10596:decltype\28fp\28nullptr\29\29\20SkArenaAlloc::make\28EllipseGeometryProcessor::Make\28SkArenaAlloc*\2c\20bool\2c\20bool\2c\20bool\2c\20SkMatrix\20const&\29::'lambda'\28void*\29&&\29::'lambda'\28char*\29::__invoke\28char*\29 +10597:decltype\28fp\28nullptr\29\29\20SkArenaAlloc::make\20const&\2c\20SkMatrix\20const&\2c\20SkMatrix\20const&\2c\20bool\2c\20unsigned\20char\29::'lambda'\28void*\29>\28DefaultGeoProc::Make\28SkArenaAlloc*\2c\20unsigned\20int\2c\20SkRGBA4f<\28SkAlphaType\292>\20const&\2c\20SkMatrix\20const&\2c\20SkMatrix\20const&\2c\20bool\2c\20unsigned\20char\29::'lambda'\28void*\29&&\29::'lambda'\28char*\29::__invoke\28char*\29 +10598:decltype\28auto\29\20std::__2::__variant_detail::__visitation::__base::__dispatcher<1ul\2c\201ul>::__dispatch\5babi:ne180100\5d>::__generic_construct\5babi:ne180100\5d\2c\20\28std::__2::__variant_detail::_Trait\291>\20const&>\28std::__2::__variant_detail::__ctor>&\2c\20std::__2::__variant_detail::__copy_constructor\2c\20\28std::__2::__variant_detail::_Trait\291>\20const&\29::'lambda'\28std::__2::__variant_detail::__copy_constructor\2c\20\28std::__2::__variant_detail::_Trait\291>\20const&\2c\20auto&&\29&&\2c\20std::__2::__variant_detail::__base<\28std::__2::__variant_detail::_Trait\291\2c\20SkPaint\2c\20int>&\2c\20std::__2::__variant_detail::__base<\28std::__2::__variant_detail::_Trait\291\2c\20SkPaint\2c\20int>\20const&>\28std::__2::__variant_detail::__copy_constructor\2c\20\28std::__2::__variant_detail::_Trait\291>\20const&\2c\20std::__2::__variant_detail::__base<\28std::__2::__variant_detail::_Trait\291\2c\20SkPaint\2c\20int>&\2c\20std::__2::__variant_detail::__base<\28std::__2::__variant_detail::_Trait\291\2c\20SkPaint\2c\20int>\20const&\29 +10599:decltype\28auto\29\20std::__2::__variant_detail::__visitation::__base::__dispatcher<1ul\2c\201ul>::__dispatch\5babi:ne180100\5d>>&&\2c\20std::__2::__variant_detail::__base<\28std::__2::__variant_detail::_Trait\291\2c\20SkPaint\2c\20int>\20const&\2c\20std::__2::__variant_detail::__base<\28std::__2::__variant_detail::_Trait\291\2c\20SkPaint\2c\20int>\20const&>\28std::__2::__variant_detail::__visitation::__variant::__value_visitor>>&&\2c\20std::__2::__variant_detail::__base<\28std::__2::__variant_detail::_Trait\291\2c\20SkPaint\2c\20int>\20const&\2c\20std::__2::__variant_detail::__base<\28std::__2::__variant_detail::_Trait\291\2c\20SkPaint\2c\20int>\20const&\29 +10600:decltype\28auto\29\20std::__2::__variant_detail::__visitation::__base::__dispatcher<1ul\2c\201ul>::__dispatch\5babi:ne180100\5d>>&&\2c\20std::__2::__variant_detail::__base<\28std::__2::__variant_detail::_Trait\291\2c\20SkPaint\2c\20int>\20const&\2c\20std::__2::__variant_detail::__base<\28std::__2::__variant_detail::_Trait\291\2c\20SkPaint\2c\20int>\20const&>\28std::__2::__variant_detail::__visitation::__variant::__value_visitor>>&&\2c\20std::__2::__variant_detail::__base<\28std::__2::__variant_detail::_Trait\291\2c\20SkPaint\2c\20int>\20const&\2c\20std::__2::__variant_detail::__base<\28std::__2::__variant_detail::_Trait\291\2c\20SkPaint\2c\20int>\20const&\29 +10601:decltype\28auto\29\20std::__2::__variant_detail::__visitation::__base::__dispatcher<1ul>::__dispatch\5babi:ne180100\5d\2c\20std::__2::unique_ptr>>\2c\20\28std::__2::__variant_detail::_Trait\291>::__destroy\5babi:ne180100\5d\28\29::'lambda'\28auto&\29&&\2c\20std::__2::__variant_detail::__base<\28std::__2::__variant_detail::_Trait\291\2c\20sk_sp\2c\20std::__2::unique_ptr>>&>\28auto\2c\20std::__2::__variant_detail::__base<\28std::__2::__variant_detail::_Trait\291\2c\20sk_sp\2c\20std::__2::unique_ptr>>&\29 +10602:decltype\28auto\29\20std::__2::__variant_detail::__visitation::__base::__dispatcher<0ul\2c\200ul>::__dispatch\5babi:ne180100\5d>::__generic_construct\5babi:ne180100\5d\2c\20\28std::__2::__variant_detail::_Trait\291>\20const&>\28std::__2::__variant_detail::__ctor>&\2c\20std::__2::__variant_detail::__copy_constructor\2c\20\28std::__2::__variant_detail::_Trait\291>\20const&\29::'lambda'\28std::__2::__variant_detail::__copy_constructor\2c\20\28std::__2::__variant_detail::_Trait\291>\20const&\2c\20auto&&\29&&\2c\20std::__2::__variant_detail::__base<\28std::__2::__variant_detail::_Trait\291\2c\20SkPaint\2c\20int>&\2c\20std::__2::__variant_detail::__base<\28std::__2::__variant_detail::_Trait\291\2c\20SkPaint\2c\20int>\20const&>\28std::__2::__variant_detail::__copy_constructor\2c\20\28std::__2::__variant_detail::_Trait\291>\20const&\2c\20std::__2::__variant_detail::__base<\28std::__2::__variant_detail::_Trait\291\2c\20SkPaint\2c\20int>&\2c\20std::__2::__variant_detail::__base<\28std::__2::__variant_detail::_Trait\291\2c\20SkPaint\2c\20int>\20const&\29 +10603:decltype\28auto\29\20std::__2::__variant_detail::__visitation::__base::__dispatcher<0ul\2c\200ul>::__dispatch\5babi:ne180100\5d>::__generic_assign\5babi:ne180100\5d\2c\20\28std::__2::__variant_detail::_Trait\291>>\28std::__2::__variant_detail::__move_assignment\2c\20\28std::__2::__variant_detail::_Trait\291>&&\29::'lambda'\28std::__2::__variant_detail::__move_assignment\2c\20\28std::__2::__variant_detail::_Trait\291>&\2c\20auto&&\29&&\2c\20std::__2::__variant_detail::__base<\28std::__2::__variant_detail::_Trait\291\2c\20SkPaint\2c\20int>&\2c\20std::__2::__variant_detail::__base<\28std::__2::__variant_detail::_Trait\291\2c\20SkPaint\2c\20int>&&>\28std::__2::__variant_detail::__move_assignment\2c\20\28std::__2::__variant_detail::_Trait\291>\2c\20std::__2::__variant_detail::__base<\28std::__2::__variant_detail::_Trait\291\2c\20SkPaint\2c\20int>&\2c\20std::__2::__variant_detail::__base<\28std::__2::__variant_detail::_Trait\291\2c\20SkPaint\2c\20int>&&\29 +10604:decltype\28auto\29\20std::__2::__variant_detail::__visitation::__base::__dispatcher<0ul\2c\200ul>::__dispatch\5babi:ne180100\5d>::__generic_assign\5babi:ne180100\5d\2c\20\28std::__2::__variant_detail::_Trait\291>\20const&>\28std::__2::__variant_detail::__copy_assignment\2c\20\28std::__2::__variant_detail::_Trait\291>\20const&\29::'lambda'\28std::__2::__variant_detail::__copy_assignment\2c\20\28std::__2::__variant_detail::_Trait\291>\20const&\2c\20auto&&\29&&\2c\20std::__2::__variant_detail::__base<\28std::__2::__variant_detail::_Trait\291\2c\20SkPaint\2c\20int>&\2c\20std::__2::__variant_detail::__base<\28std::__2::__variant_detail::_Trait\291\2c\20SkPaint\2c\20int>\20const&>\28std::__2::__variant_detail::__copy_assignment\2c\20\28std::__2::__variant_detail::_Trait\291>\20const&\2c\20std::__2::__variant_detail::__base<\28std::__2::__variant_detail::_Trait\291\2c\20SkPaint\2c\20int>&\2c\20std::__2::__variant_detail::__base<\28std::__2::__variant_detail::_Trait\291\2c\20SkPaint\2c\20int>\20const&\29 +10605:decltype\28auto\29\20std::__2::__variant_detail::__visitation::__base::__dispatcher<0ul\2c\200ul>::__dispatch\5babi:ne180100\5d>>&&\2c\20std::__2::__variant_detail::__base<\28std::__2::__variant_detail::_Trait\291\2c\20SkPaint\2c\20int>\20const&\2c\20std::__2::__variant_detail::__base<\28std::__2::__variant_detail::_Trait\291\2c\20SkPaint\2c\20int>\20const&>\28std::__2::__variant_detail::__visitation::__variant::__value_visitor>>&&\2c\20std::__2::__variant_detail::__base<\28std::__2::__variant_detail::_Trait\291\2c\20SkPaint\2c\20int>\20const&\2c\20std::__2::__variant_detail::__base<\28std::__2::__variant_detail::_Trait\291\2c\20SkPaint\2c\20int>\20const&\29 +10606:decltype\28auto\29\20std::__2::__variant_detail::__visitation::__base::__dispatcher<0ul\2c\200ul>::__dispatch\5babi:ne180100\5d>>&&\2c\20std::__2::__variant_detail::__base<\28std::__2::__variant_detail::_Trait\291\2c\20SkPaint\2c\20int>\20const&\2c\20std::__2::__variant_detail::__base<\28std::__2::__variant_detail::_Trait\291\2c\20SkPaint\2c\20int>\20const&>\28std::__2::__variant_detail::__visitation::__variant::__value_visitor>>&&\2c\20std::__2::__variant_detail::__base<\28std::__2::__variant_detail::_Trait\291\2c\20SkPaint\2c\20int>\20const&\2c\20std::__2::__variant_detail::__base<\28std::__2::__variant_detail::_Trait\291\2c\20SkPaint\2c\20int>\20const&\29 +10607:decltype\28auto\29\20std::__2::__variant_detail::__visitation::__base::__dispatcher<0ul>::__dispatch\5babi:ne180100\5d\2c\20std::__2::unique_ptr>>\2c\20\28std::__2::__variant_detail::_Trait\291>::__destroy\5babi:ne180100\5d\28\29::'lambda'\28auto&\29&&\2c\20std::__2::__variant_detail::__base<\28std::__2::__variant_detail::_Trait\291\2c\20sk_sp\2c\20std::__2::unique_ptr>>&>\28auto\2c\20std::__2::__variant_detail::__base<\28std::__2::__variant_detail::_Trait\291\2c\20sk_sp\2c\20std::__2::unique_ptr>>&\29 +10608:decltype\28auto\29\20std::__2::__variant_detail::__visitation::__base::__dispatcher<0ul>::__dispatch\5babi:ne180100\5d\2c\20\28std::__2::__variant_detail::_Trait\291>::__destroy\5babi:ne180100\5d\28\29::'lambda'\28auto&\29&&\2c\20std::__2::__variant_detail::__base<\28std::__2::__variant_detail::_Trait\291\2c\20SkPaint\2c\20int>&>\28auto\2c\20std::__2::__variant_detail::__base<\28std::__2::__variant_detail::_Trait\291\2c\20SkPaint\2c\20int>&\29 +10609:deallocate_buffer_var\28hb_ot_shape_plan_t\20const*\2c\20hb_font_t*\2c\20hb_buffer_t*\29 +10610:ddquad_xy_at_t\28SkDCurve\20const&\2c\20double\29 +10611:ddquad_dxdy_at_t\28SkDCurve\20const&\2c\20double\29 +10612:ddline_xy_at_t\28SkDCurve\20const&\2c\20double\29 +10613:ddline_dxdy_at_t\28SkDCurve\20const&\2c\20double\29 +10614:ddcubic_xy_at_t\28SkDCurve\20const&\2c\20double\29 +10615:ddcubic_dxdy_at_t\28SkDCurve\20const&\2c\20double\29 +10616:ddconic_xy_at_t\28SkDCurve\20const&\2c\20double\29 +10617:ddconic_dxdy_at_t\28SkDCurve\20const&\2c\20double\29 +10618:dconic_xy_at_t\28SkPoint\20const*\2c\20float\2c\20double\29 +10619:data_destroy_use\28void*\29 +10620:data_create_use\28hb_ot_shape_plan_t\20const*\29 +10621:data_create_khmer\28hb_ot_shape_plan_t\20const*\29 +10622:data_create_indic\28hb_ot_shape_plan_t\20const*\29 +10623:data_create_hangul\28hb_ot_shape_plan_t\20const*\29 +10624:cubic_intercept_v\28SkPoint\20const*\2c\20float\2c\20float\2c\20double*\29 +10625:cubic_intercept_h\28SkPoint\20const*\2c\20float\2c\20float\2c\20double*\29 +10626:convert_to_alpha8\28SkImageInfo\20const&\2c\20void*\2c\20unsigned\20long\2c\20SkImageInfo\20const&\2c\20void\20const*\2c\20unsigned\20long\2c\20SkColorSpaceXformSteps\20const&\29 +10627:convert_bytes_to_data +10628:contourMeasure_length +10629:contourMeasure_isClosed +10630:contourMeasure_getSegment +10631:contourMeasure_getPosTan +10632:contourMeasure_dispose +10633:contourMeasureIter_next +10634:contourMeasureIter_dispose +10635:contourMeasureIter_create +10636:conic_intercept_v\28SkPoint\20const*\2c\20float\2c\20float\2c\20double*\29 +10637:conic_intercept_h\28SkPoint\20const*\2c\20float\2c\20float\2c\20double*\29 +10638:compose_indic\28hb_ot_shape_normalize_context_t\20const*\2c\20unsigned\20int\2c\20unsigned\20int\2c\20unsigned\20int*\29 +10639:compose_hebrew\28hb_ot_shape_normalize_context_t\20const*\2c\20unsigned\20int\2c\20unsigned\20int\2c\20unsigned\20int*\29 +10640:compare_ppem +10641:compare_myanmar_order\28hb_glyph_info_t\20const*\2c\20hb_glyph_info_t\20const*\29 +10642:compare_combining_class\28hb_glyph_info_t\20const*\2c\20hb_glyph_info_t\20const*\29 +10643:colorFilter_dispose +10644:colorFilter_createSRGBToLinearGamma +10645:colorFilter_createMode +10646:colorFilter_createMatrix +10647:colorFilter_createLinearToSRGBGamma +10648:collect_features_use\28hb_ot_shape_planner_t*\29 +10649:collect_features_myanmar\28hb_ot_shape_planner_t*\29 +10650:collect_features_khmer\28hb_ot_shape_planner_t*\29 +10651:collect_features_indic\28hb_ot_shape_planner_t*\29 +10652:collect_features_hangul\28hb_ot_shape_planner_t*\29 +10653:collect_features_arabic\28hb_ot_shape_planner_t*\29 +10654:clip\28SkPath\20const&\2c\20SkHalfPlane\20const&\29::$_0::__invoke\28SkEdgeClipper*\2c\20bool\2c\20void*\29 +10655:check_for_passthrough_local_coords_and_dead_varyings\28SkSL::Program\20const&\2c\20unsigned\20int*\29::Visitor::visitStatement\28SkSL::Statement\20const&\29 +10656:check_for_passthrough_local_coords_and_dead_varyings\28SkSL::Program\20const&\2c\20unsigned\20int*\29::Visitor::visitProgramElement\28SkSL::ProgramElement\20const&\29 +10657:check_for_passthrough_local_coords_and_dead_varyings\28SkSL::Program\20const&\2c\20unsigned\20int*\29::Visitor::visitExpression\28SkSL::Expression\20const&\29 +10658:cff_slot_init +10659:cff_slot_done +10660:cff_size_request +10661:cff_size_init +10662:cff_size_done +10663:cff_sid_to_glyph_name +10664:cff_set_var_design +10665:cff_set_mm_weightvector +10666:cff_set_mm_blend +10667:cff_set_instance +10668:cff_random +10669:cff_ps_has_glyph_names +10670:cff_ps_get_font_info +10671:cff_ps_get_font_extra +10672:cff_parse_vsindex +10673:cff_parse_private_dict +10674:cff_parse_multiple_master +10675:cff_parse_maxstack +10676:cff_parse_font_matrix +10677:cff_parse_font_bbox +10678:cff_parse_cid_ros +10679:cff_parse_blend +10680:cff_metrics_adjust +10681:cff_hadvance_adjust +10682:cff_get_var_design +10683:cff_get_var_blend +10684:cff_get_standard_encoding +10685:cff_get_ros +10686:cff_get_ps_name +10687:cff_get_name_index +10688:cff_get_mm_weightvector +10689:cff_get_mm_var +10690:cff_get_mm_blend +10691:cff_get_is_cid +10692:cff_get_interface +10693:cff_get_glyph_name +10694:cff_get_cmap_info +10695:cff_get_cid_from_glyph_index +10696:cff_get_advances +10697:cff_free_glyph_data +10698:cff_face_init +10699:cff_face_done +10700:cff_driver_init +10701:cff_done_blend +10702:cff_decoder_prepare +10703:cff_decoder_init +10704:cff_cmap_unicode_init +10705:cff_cmap_unicode_char_next +10706:cff_cmap_unicode_char_index +10707:cff_cmap_encoding_init +10708:cff_cmap_encoding_done +10709:cff_cmap_encoding_char_next +10710:cff_cmap_encoding_char_index +10711:cff_builder_start_point +10712:cf2_free_instance +10713:cf2_decoder_parse_charstrings +10714:cf2_builder_moveTo +10715:cf2_builder_lineTo +10716:cf2_builder_cubeTo +10717:canvas_transform +10718:canvas_saveLayer +10719:canvas_restoreToCount +10720:canvas_quickReject +10721:canvas_getTransform +10722:canvas_getLocalClipBounds +10723:canvas_getDeviceClipBounds +10724:canvas_drawVertices +10725:canvas_drawShadow +10726:canvas_drawRect +10727:canvas_drawRRect +10728:canvas_drawPoints +10729:canvas_drawPicture +10730:canvas_drawPath +10731:canvas_drawParagraph +10732:canvas_drawPaint +10733:canvas_drawOval +10734:canvas_drawLine +10735:canvas_drawImageRect +10736:canvas_drawImageNine +10737:canvas_drawImage +10738:canvas_drawDRRect +10739:canvas_drawColor +10740:canvas_drawCircle +10741:canvas_drawAtlas +10742:canvas_drawArc +10743:canvas_clipRect +10744:canvas_clipRRect +10745:canvas_clipPath +10746:canvas_clear +10747:bw_to_a8\28unsigned\20char*\2c\20unsigned\20char\20const*\2c\20int\29 +10748:bool\20\28anonymous\20namespace\29::FindVisitor<\28anonymous\20namespace\29::SpotVerticesFactory>\28SkResourceCache::Rec\20const&\2c\20void*\29 +10749:bool\20\28anonymous\20namespace\29::FindVisitor<\28anonymous\20namespace\29::AmbientVerticesFactory>\28SkResourceCache::Rec\20const&\2c\20void*\29 +10750:bool\20OT::hb_accelerate_subtables_context_t::apply_to>\28void\20const*\2c\20OT::hb_ot_apply_context_t*\29 +10751:bool\20OT::hb_accelerate_subtables_context_t::apply_to>\28void\20const*\2c\20OT::hb_ot_apply_context_t*\29 +10752:bool\20OT::hb_accelerate_subtables_context_t::apply_to>\28void\20const*\2c\20OT::hb_ot_apply_context_t*\29 +10753:bool\20OT::hb_accelerate_subtables_context_t::apply_to>\28void\20const*\2c\20OT::hb_ot_apply_context_t*\29 +10754:bool\20OT::hb_accelerate_subtables_context_t::apply_to>\28void\20const*\2c\20OT::hb_ot_apply_context_t*\29 +10755:bool\20OT::hb_accelerate_subtables_context_t::apply_cached_to>\28void\20const*\2c\20OT::hb_ot_apply_context_t*\29 +10756:bool\20OT::hb_accelerate_subtables_context_t::apply_cached_to>\28void\20const*\2c\20OT::hb_ot_apply_context_t*\29 +10757:bool\20OT::hb_accelerate_subtables_context_t::apply_cached_to>\28void\20const*\2c\20OT::hb_ot_apply_context_t*\29 +10758:bool\20OT::hb_accelerate_subtables_context_t::apply_cached_to>\28void\20const*\2c\20OT::hb_ot_apply_context_t*\29 +10759:bool\20OT::hb_accelerate_subtables_context_t::apply_cached_to>\28void\20const*\2c\20OT::hb_ot_apply_context_t*\29 +10760:bool\20OT::cmap::accelerator_t::get_glyph_from_symbol\28void\20const*\2c\20unsigned\20int\2c\20unsigned\20int*\29 +10761:bool\20OT::cmap::accelerator_t::get_glyph_from_symbol\28void\20const*\2c\20unsigned\20int\2c\20unsigned\20int*\29 +10762:bool\20OT::cmap::accelerator_t::get_glyph_from_symbol\28void\20const*\2c\20unsigned\20int\2c\20unsigned\20int*\29 +10763:bool\20OT::cmap::accelerator_t::get_glyph_from_macroman\28void\20const*\2c\20unsigned\20int\2c\20unsigned\20int*\29 +10764:bool\20OT::cmap::accelerator_t::get_glyph_from\28void\20const*\2c\20unsigned\20int\2c\20unsigned\20int*\29 +10765:bool\20OT::cmap::accelerator_t::get_glyph_from\28void\20const*\2c\20unsigned\20int\2c\20unsigned\20int*\29 +10766:blur_y_radius_4\28skvx::Vec<8\2c\20unsigned\20short>\20const&\2c\20skvx::Vec<8\2c\20unsigned\20short>\20const&\2c\20skvx::Vec<8\2c\20unsigned\20short>\20const&\2c\20skvx::Vec<8\2c\20unsigned\20short>\20const&\2c\20skvx::Vec<8\2c\20unsigned\20short>\20const&\2c\20skvx::Vec<8\2c\20unsigned\20short>\20const&\2c\20skvx::Vec<8\2c\20unsigned\20short>*\2c\20skvx::Vec<8\2c\20unsigned\20short>*\2c\20skvx::Vec<8\2c\20unsigned\20short>*\2c\20skvx::Vec<8\2c\20unsigned\20short>*\2c\20skvx::Vec<8\2c\20unsigned\20short>*\2c\20skvx::Vec<8\2c\20unsigned\20short>*\2c\20skvx::Vec<8\2c\20unsigned\20short>*\2c\20skvx::Vec<8\2c\20unsigned\20short>*\29 +10767:blur_y_radius_3\28skvx::Vec<8\2c\20unsigned\20short>\20const&\2c\20skvx::Vec<8\2c\20unsigned\20short>\20const&\2c\20skvx::Vec<8\2c\20unsigned\20short>\20const&\2c\20skvx::Vec<8\2c\20unsigned\20short>\20const&\2c\20skvx::Vec<8\2c\20unsigned\20short>\20const&\2c\20skvx::Vec<8\2c\20unsigned\20short>\20const&\2c\20skvx::Vec<8\2c\20unsigned\20short>*\2c\20skvx::Vec<8\2c\20unsigned\20short>*\2c\20skvx::Vec<8\2c\20unsigned\20short>*\2c\20skvx::Vec<8\2c\20unsigned\20short>*\2c\20skvx::Vec<8\2c\20unsigned\20short>*\2c\20skvx::Vec<8\2c\20unsigned\20short>*\2c\20skvx::Vec<8\2c\20unsigned\20short>*\2c\20skvx::Vec<8\2c\20unsigned\20short>*\29 +10768:blur_y_radius_2\28skvx::Vec<8\2c\20unsigned\20short>\20const&\2c\20skvx::Vec<8\2c\20unsigned\20short>\20const&\2c\20skvx::Vec<8\2c\20unsigned\20short>\20const&\2c\20skvx::Vec<8\2c\20unsigned\20short>\20const&\2c\20skvx::Vec<8\2c\20unsigned\20short>\20const&\2c\20skvx::Vec<8\2c\20unsigned\20short>\20const&\2c\20skvx::Vec<8\2c\20unsigned\20short>*\2c\20skvx::Vec<8\2c\20unsigned\20short>*\2c\20skvx::Vec<8\2c\20unsigned\20short>*\2c\20skvx::Vec<8\2c\20unsigned\20short>*\2c\20skvx::Vec<8\2c\20unsigned\20short>*\2c\20skvx::Vec<8\2c\20unsigned\20short>*\2c\20skvx::Vec<8\2c\20unsigned\20short>*\2c\20skvx::Vec<8\2c\20unsigned\20short>*\29 +10769:blur_y_radius_1\28skvx::Vec<8\2c\20unsigned\20short>\20const&\2c\20skvx::Vec<8\2c\20unsigned\20short>\20const&\2c\20skvx::Vec<8\2c\20unsigned\20short>\20const&\2c\20skvx::Vec<8\2c\20unsigned\20short>\20const&\2c\20skvx::Vec<8\2c\20unsigned\20short>\20const&\2c\20skvx::Vec<8\2c\20unsigned\20short>\20const&\2c\20skvx::Vec<8\2c\20unsigned\20short>*\2c\20skvx::Vec<8\2c\20unsigned\20short>*\2c\20skvx::Vec<8\2c\20unsigned\20short>*\2c\20skvx::Vec<8\2c\20unsigned\20short>*\2c\20skvx::Vec<8\2c\20unsigned\20short>*\2c\20skvx::Vec<8\2c\20unsigned\20short>*\2c\20skvx::Vec<8\2c\20unsigned\20short>*\2c\20skvx::Vec<8\2c\20unsigned\20short>*\29 +10770:blur_x_radius_4\28skvx::Vec<8\2c\20unsigned\20short>\20const&\2c\20skvx::Vec<8\2c\20unsigned\20short>\20const&\2c\20skvx::Vec<8\2c\20unsigned\20short>\20const&\2c\20skvx::Vec<8\2c\20unsigned\20short>\20const&\2c\20skvx::Vec<8\2c\20unsigned\20short>\20const&\2c\20skvx::Vec<8\2c\20unsigned\20short>\20const&\2c\20skvx::Vec<8\2c\20unsigned\20short>*\2c\20skvx::Vec<8\2c\20unsigned\20short>*\29 +10771:blur_x_radius_3\28skvx::Vec<8\2c\20unsigned\20short>\20const&\2c\20skvx::Vec<8\2c\20unsigned\20short>\20const&\2c\20skvx::Vec<8\2c\20unsigned\20short>\20const&\2c\20skvx::Vec<8\2c\20unsigned\20short>\20const&\2c\20skvx::Vec<8\2c\20unsigned\20short>\20const&\2c\20skvx::Vec<8\2c\20unsigned\20short>\20const&\2c\20skvx::Vec<8\2c\20unsigned\20short>*\2c\20skvx::Vec<8\2c\20unsigned\20short>*\29 +10772:blur_x_radius_2\28skvx::Vec<8\2c\20unsigned\20short>\20const&\2c\20skvx::Vec<8\2c\20unsigned\20short>\20const&\2c\20skvx::Vec<8\2c\20unsigned\20short>\20const&\2c\20skvx::Vec<8\2c\20unsigned\20short>\20const&\2c\20skvx::Vec<8\2c\20unsigned\20short>\20const&\2c\20skvx::Vec<8\2c\20unsigned\20short>\20const&\2c\20skvx::Vec<8\2c\20unsigned\20short>*\2c\20skvx::Vec<8\2c\20unsigned\20short>*\29 +10773:blur_x_radius_1\28skvx::Vec<8\2c\20unsigned\20short>\20const&\2c\20skvx::Vec<8\2c\20unsigned\20short>\20const&\2c\20skvx::Vec<8\2c\20unsigned\20short>\20const&\2c\20skvx::Vec<8\2c\20unsigned\20short>\20const&\2c\20skvx::Vec<8\2c\20unsigned\20short>\20const&\2c\20skvx::Vec<8\2c\20unsigned\20short>\20const&\2c\20skvx::Vec<8\2c\20unsigned\20short>*\2c\20skvx::Vec<8\2c\20unsigned\20short>*\29 +10774:blit_row_s32a_blend\28unsigned\20int*\2c\20unsigned\20int\20const*\2c\20int\2c\20unsigned\20int\29 +10775:blit_row_s32_opaque\28unsigned\20int*\2c\20unsigned\20int\20const*\2c\20int\2c\20unsigned\20int\29 +10776:blit_row_s32_blend\28unsigned\20int*\2c\20unsigned\20int\20const*\2c\20int\2c\20unsigned\20int\29 +10777:argb32_to_a8\28unsigned\20char*\2c\20unsigned\20char\20const*\2c\20int\29 +10778:arabic_fallback_shape\28hb_ot_shape_plan_t\20const*\2c\20hb_font_t*\2c\20hb_buffer_t*\29 +10779:animatedImage_create +10780:afm_parser_parse +10781:afm_parser_init +10782:afm_parser_done +10783:afm_compare_kern_pairs +10784:af_property_set +10785:af_property_get +10786:af_latin_metrics_scale +10787:af_latin_metrics_init +10788:af_latin_hints_init +10789:af_latin_hints_apply +10790:af_latin_get_standard_widths +10791:af_indic_metrics_scale +10792:af_indic_metrics_init +10793:af_indic_hints_init +10794:af_indic_hints_apply +10795:af_get_interface +10796:af_face_globals_free +10797:af_dummy_hints_init +10798:af_dummy_hints_apply +10799:af_cjk_metrics_init +10800:af_autofitter_load_glyph +10801:af_autofitter_init +10802:action_terminate +10803:action_abort +10804:_hb_ot_font_destroy\28void*\29 +10805:_hb_grapheme_group_func\28hb_glyph_info_t\20const&\2c\20hb_glyph_info_t\20const&\29 +10806:_hb_glyph_info_is_default_ignorable\28hb_glyph_info_t\20const*\29 +10807:_hb_face_for_data_reference_table\28hb_face_t*\2c\20unsigned\20int\2c\20void*\29 +10808:_hb_face_for_data_get_table_tags\28hb_face_t\20const*\2c\20unsigned\20int\2c\20unsigned\20int*\2c\20unsigned\20int*\2c\20void*\29 +10809:_hb_face_for_data_closure_destroy\28void*\29 +10810:_hb_clear_substitution_flags\28hb_ot_shape_plan_t\20const*\2c\20hb_font_t*\2c\20hb_buffer_t*\29 +10811:_hb_blob_destroy\28void*\29 +10812:_emscripten_wasm_worker_initialize +10813:_emscripten_stack_restore +10814:_emscripten_stack_alloc +10815:__wasm_init_memory +10816:__wasm_call_ctors +10817:__stdio_write +10818:__stdio_seek +10819:__stdio_read +10820:__stdio_close +10821:__fe_getround +10822:__emscripten_stdout_seek +10823:__cxxabiv1::__vmi_class_type_info::search_below_dst\28__cxxabiv1::__dynamic_cast_info*\2c\20void\20const*\2c\20int\2c\20bool\29\20const +10824:__cxxabiv1::__vmi_class_type_info::search_above_dst\28__cxxabiv1::__dynamic_cast_info*\2c\20void\20const*\2c\20void\20const*\2c\20int\2c\20bool\29\20const +10825:__cxxabiv1::__vmi_class_type_info::has_unambiguous_public_base\28__cxxabiv1::__dynamic_cast_info*\2c\20void*\2c\20int\29\20const +10826:__cxxabiv1::__si_class_type_info::search_below_dst\28__cxxabiv1::__dynamic_cast_info*\2c\20void\20const*\2c\20int\2c\20bool\29\20const +10827:__cxxabiv1::__si_class_type_info::search_above_dst\28__cxxabiv1::__dynamic_cast_info*\2c\20void\20const*\2c\20void\20const*\2c\20int\2c\20bool\29\20const +10828:__cxxabiv1::__si_class_type_info::has_unambiguous_public_base\28__cxxabiv1::__dynamic_cast_info*\2c\20void*\2c\20int\29\20const +10829:__cxxabiv1::__class_type_info::search_below_dst\28__cxxabiv1::__dynamic_cast_info*\2c\20void\20const*\2c\20int\2c\20bool\29\20const +10830:__cxxabiv1::__class_type_info::search_above_dst\28__cxxabiv1::__dynamic_cast_info*\2c\20void\20const*\2c\20void\20const*\2c\20int\2c\20bool\29\20const +10831:__cxxabiv1::__class_type_info::has_unambiguous_public_base\28__cxxabiv1::__dynamic_cast_info*\2c\20void*\2c\20int\29\20const +10832:__cxxabiv1::__class_type_info::can_catch\28__cxxabiv1::__shim_type_info\20const*\2c\20void*&\29\20const +10833:\28anonymous\20namespace\29::stream_to_blob\28std::__2::unique_ptr>\29::$_0::__invoke\28void*\29 +10834:\28anonymous\20namespace\29::skhb_nominal_glyphs\28hb_font_t*\2c\20void*\2c\20unsigned\20int\2c\20unsigned\20int\20const*\2c\20unsigned\20int\2c\20unsigned\20int*\2c\20unsigned\20int\2c\20void*\29 +10835:\28anonymous\20namespace\29::skhb_nominal_glyph\28hb_font_t*\2c\20void*\2c\20unsigned\20int\2c\20unsigned\20int*\2c\20void*\29 +10836:\28anonymous\20namespace\29::skhb_glyph_h_advances\28hb_font_t*\2c\20void*\2c\20unsigned\20int\2c\20unsigned\20int\20const*\2c\20unsigned\20int\2c\20int*\2c\20unsigned\20int\2c\20void*\29 +10837:\28anonymous\20namespace\29::skhb_glyph_h_advance\28hb_font_t*\2c\20void*\2c\20unsigned\20int\2c\20void*\29 +10838:\28anonymous\20namespace\29::skhb_glyph_extents\28hb_font_t*\2c\20void*\2c\20unsigned\20int\2c\20hb_glyph_extents_t*\2c\20void*\29 +10839:\28anonymous\20namespace\29::skhb_glyph\28hb_font_t*\2c\20void*\2c\20unsigned\20int\2c\20unsigned\20int\2c\20unsigned\20int*\2c\20void*\29 +10840:\28anonymous\20namespace\29::skhb_get_table\28hb_face_t*\2c\20unsigned\20int\2c\20void*\29::$_0::__invoke\28void*\29 +10841:\28anonymous\20namespace\29::skhb_get_table\28hb_face_t*\2c\20unsigned\20int\2c\20void*\29 +10842:\28anonymous\20namespace\29::create_sub_hb_font\28SkFont\20const&\2c\20std::__2::unique_ptr>\20const&\29::$_0::__invoke\28void*\29 +10843:\28anonymous\20namespace\29::YUVPlanesRec::~YUVPlanesRec\28\29_5388 +10844:\28anonymous\20namespace\29::YUVPlanesRec::getCategory\28\29\20const +10845:\28anonymous\20namespace\29::YUVPlanesRec::diagnostic_only_getDiscardable\28\29\20const +10846:\28anonymous\20namespace\29::YUVPlanesRec::bytesUsed\28\29\20const +10847:\28anonymous\20namespace\29::YUVPlanesRec::Visitor\28SkResourceCache::Rec\20const&\2c\20void*\29 +10848:\28anonymous\20namespace\29::UniqueKeyInvalidator::~UniqueKeyInvalidator\28\29_12350 +10849:\28anonymous\20namespace\29::TriangulatingPathOp::~TriangulatingPathOp\28\29_12328 +10850:\28anonymous\20namespace\29::TriangulatingPathOp::visitProxies\28std::__2::function\20const&\29\20const +10851:\28anonymous\20namespace\29::TriangulatingPathOp::programInfo\28\29 +10852:\28anonymous\20namespace\29::TriangulatingPathOp::onPrepareDraws\28GrMeshDrawTarget*\29 +10853:\28anonymous\20namespace\29::TriangulatingPathOp::onPrePrepareDraws\28GrRecordingContext*\2c\20GrSurfaceProxyView\20const&\2c\20GrAppliedClip*\2c\20GrDstProxyView\20const&\2c\20GrXferBarrierFlags\2c\20GrLoadOp\29 +10854:\28anonymous\20namespace\29::TriangulatingPathOp::onExecute\28GrOpFlushState*\2c\20SkRect\20const&\29 +10855:\28anonymous\20namespace\29::TriangulatingPathOp::onCreateProgramInfo\28GrCaps\20const*\2c\20SkArenaAlloc*\2c\20GrSurfaceProxyView\20const&\2c\20bool\2c\20GrAppliedClip&&\2c\20GrDstProxyView\20const&\2c\20GrXferBarrierFlags\2c\20GrLoadOp\29 +10856:\28anonymous\20namespace\29::TriangulatingPathOp::name\28\29\20const +10857:\28anonymous\20namespace\29::TriangulatingPathOp::finalize\28GrCaps\20const&\2c\20GrAppliedClip\20const*\2c\20GrClampType\29 +10858:\28anonymous\20namespace\29::TransformedMaskSubRun::unflattenSize\28\29\20const +10859:\28anonymous\20namespace\29::TransformedMaskSubRun::regenerateAtlas\28int\2c\20int\2c\20std::__2::function\20\28sktext::gpu::GlyphVector*\2c\20int\2c\20int\2c\20skgpu::MaskFormat\2c\20int\29>\29\20const +10860:\28anonymous\20namespace\29::TransformedMaskSubRun::doFlatten\28SkWriteBuffer&\29\20const +10861:\28anonymous\20namespace\29::TransformedMaskSubRun::canReuse\28SkPaint\20const&\2c\20SkMatrix\20const&\29\20const +10862:\28anonymous\20namespace\29::ThreeBoxApproxPass::startBlur\28\29 +10863:\28anonymous\20namespace\29::ThreeBoxApproxPass::blurSegment\28int\2c\20void\20const*\2c\20int\2c\20void*\2c\20int\29 +10864:\28anonymous\20namespace\29::ThreeBoxApproxPass::MakeMaker\28float\2c\20SkArenaAlloc*\29::Maker::makePass\28void*\2c\20SkArenaAlloc*\29\20const +10865:\28anonymous\20namespace\29::ThreeBoxApproxPass::MakeMaker\28float\2c\20SkArenaAlloc*\29::Maker::bufferSizeBytes\28\29\20const +10866:\28anonymous\20namespace\29::TextureOpImpl::~TextureOpImpl\28\29_12302 +10867:\28anonymous\20namespace\29::TextureOpImpl::visitProxies\28std::__2::function\20const&\29\20const +10868:\28anonymous\20namespace\29::TextureOpImpl::programInfo\28\29 +10869:\28anonymous\20namespace\29::TextureOpImpl::onPrepareDraws\28GrMeshDrawTarget*\29 +10870:\28anonymous\20namespace\29::TextureOpImpl::onPrePrepareDraws\28GrRecordingContext*\2c\20GrSurfaceProxyView\20const&\2c\20GrAppliedClip*\2c\20GrDstProxyView\20const&\2c\20GrXferBarrierFlags\2c\20GrLoadOp\29 +10871:\28anonymous\20namespace\29::TextureOpImpl::onExecute\28GrOpFlushState*\2c\20SkRect\20const&\29 +10872:\28anonymous\20namespace\29::TextureOpImpl::onCreateProgramInfo\28GrCaps\20const*\2c\20SkArenaAlloc*\2c\20GrSurfaceProxyView\20const&\2c\20bool\2c\20GrAppliedClip&&\2c\20GrDstProxyView\20const&\2c\20GrXferBarrierFlags\2c\20GrLoadOp\29 +10873:\28anonymous\20namespace\29::TextureOpImpl::onCombineIfPossible\28GrOp*\2c\20SkArenaAlloc*\2c\20GrCaps\20const&\29 +10874:\28anonymous\20namespace\29::TextureOpImpl::name\28\29\20const +10875:\28anonymous\20namespace\29::TextureOpImpl::fixedFunctionFlags\28\29\20const +10876:\28anonymous\20namespace\29::TextureOpImpl::finalize\28GrCaps\20const&\2c\20GrAppliedClip\20const*\2c\20GrClampType\29 +10877:\28anonymous\20namespace\29::TentPass::startBlur\28\29 +10878:\28anonymous\20namespace\29::TentPass::blurSegment\28int\2c\20void\20const*\2c\20int\2c\20void*\2c\20int\29 +10879:\28anonymous\20namespace\29::TentPass::MakeMaker\28float\2c\20SkArenaAlloc*\29::Maker::makePass\28void*\2c\20SkArenaAlloc*\29\20const +10880:\28anonymous\20namespace\29::TentPass::MakeMaker\28float\2c\20SkArenaAlloc*\29::Maker::bufferSizeBytes\28\29\20const +10881:\28anonymous\20namespace\29::StaticVertexAllocator::~StaticVertexAllocator\28\29_12354 +10882:\28anonymous\20namespace\29::StaticVertexAllocator::unlock\28int\29 +10883:\28anonymous\20namespace\29::StaticVertexAllocator::lock\28unsigned\20long\2c\20int\29 +10884:\28anonymous\20namespace\29::SkwasmParagraphPainter::translate\28float\2c\20float\29 +10885:\28anonymous\20namespace\29::SkwasmParagraphPainter::save\28\29 +10886:\28anonymous\20namespace\29::SkwasmParagraphPainter::restore\28\29 +10887:\28anonymous\20namespace\29::SkwasmParagraphPainter::drawTextShadow\28sk_sp\20const&\2c\20float\2c\20float\2c\20unsigned\20int\2c\20float\29 +10888:\28anonymous\20namespace\29::SkwasmParagraphPainter::drawTextBlob\28sk_sp\20const&\2c\20float\2c\20float\2c\20std::__2::variant\20const&\29 +10889:\28anonymous\20namespace\29::SkwasmParagraphPainter::drawRect\28SkRect\20const&\2c\20std::__2::variant\20const&\29 +10890:\28anonymous\20namespace\29::SkwasmParagraphPainter::drawPath\28SkPath\20const&\2c\20skia::textlayout::ParagraphPainter::DecorationStyle\20const&\29 +10891:\28anonymous\20namespace\29::SkwasmParagraphPainter::drawLine\28float\2c\20float\2c\20float\2c\20float\2c\20skia::textlayout::ParagraphPainter::DecorationStyle\20const&\29 +10892:\28anonymous\20namespace\29::SkwasmParagraphPainter::drawFilledRect\28SkRect\20const&\2c\20skia::textlayout::ParagraphPainter::DecorationStyle\20const&\29 +10893:\28anonymous\20namespace\29::SkwasmParagraphPainter::clipRect\28SkRect\20const&\29 +10894:\28anonymous\20namespace\29::SkUnicodeHbScriptRunIterator::currentScript\28\29\20const +10895:\28anonymous\20namespace\29::SkUnicodeHbScriptRunIterator::consume\28\29 +10896:\28anonymous\20namespace\29::SkMorphologyImageFilter::onGetOutputLayerBounds\28skif::Mapping\20const&\2c\20std::__2::optional>\29\20const +10897:\28anonymous\20namespace\29::SkMorphologyImageFilter::onGetInputLayerBounds\28skif::Mapping\20const&\2c\20skif::LayerSpace\20const&\2c\20std::__2::optional>\29\20const +10898:\28anonymous\20namespace\29::SkMorphologyImageFilter::onFilterImage\28skif::Context\20const&\29\20const +10899:\28anonymous\20namespace\29::SkMorphologyImageFilter::getTypeName\28\29\20const +10900:\28anonymous\20namespace\29::SkMorphologyImageFilter::flatten\28SkWriteBuffer&\29\20const +10901:\28anonymous\20namespace\29::SkMorphologyImageFilter::computeFastBounds\28SkRect\20const&\29\20const +10902:\28anonymous\20namespace\29::SkMatrixTransformImageFilter::onGetOutputLayerBounds\28skif::Mapping\20const&\2c\20std::__2::optional>\29\20const +10903:\28anonymous\20namespace\29::SkMatrixTransformImageFilter::onGetInputLayerBounds\28skif::Mapping\20const&\2c\20skif::LayerSpace\20const&\2c\20std::__2::optional>\29\20const +10904:\28anonymous\20namespace\29::SkMatrixTransformImageFilter::onFilterImage\28skif::Context\20const&\29\20const +10905:\28anonymous\20namespace\29::SkMatrixTransformImageFilter::getTypeName\28\29\20const +10906:\28anonymous\20namespace\29::SkMatrixTransformImageFilter::flatten\28SkWriteBuffer&\29\20const +10907:\28anonymous\20namespace\29::SkMatrixTransformImageFilter::computeFastBounds\28SkRect\20const&\29\20const +10908:\28anonymous\20namespace\29::SkFTGeometrySink::Quad\28FT_Vector_\20const*\2c\20FT_Vector_\20const*\2c\20void*\29 +10909:\28anonymous\20namespace\29::SkFTGeometrySink::Move\28FT_Vector_\20const*\2c\20void*\29 +10910:\28anonymous\20namespace\29::SkFTGeometrySink::Line\28FT_Vector_\20const*\2c\20void*\29 +10911:\28anonymous\20namespace\29::SkFTGeometrySink::Cubic\28FT_Vector_\20const*\2c\20FT_Vector_\20const*\2c\20FT_Vector_\20const*\2c\20void*\29 +10912:\28anonymous\20namespace\29::SkEmptyTypeface::onGetFontDescriptor\28SkFontDescriptor*\2c\20bool*\29\20const +10913:\28anonymous\20namespace\29::SkEmptyTypeface::onGetFamilyName\28SkString*\29\20const +10914:\28anonymous\20namespace\29::SkEmptyTypeface::onCreateScalerContext\28SkScalerContextEffects\20const&\2c\20SkDescriptor\20const*\29\20const +10915:\28anonymous\20namespace\29::SkEmptyTypeface::onCreateFamilyNameIterator\28\29\20const +10916:\28anonymous\20namespace\29::SkEmptyTypeface::onCharsToGlyphs\28SkSpan\2c\20SkSpan\29\20const +10917:\28anonymous\20namespace\29::SkCropImageFilter::onGetOutputLayerBounds\28skif::Mapping\20const&\2c\20std::__2::optional>\29\20const +10918:\28anonymous\20namespace\29::SkCropImageFilter::onGetInputLayerBounds\28skif::Mapping\20const&\2c\20skif::LayerSpace\20const&\2c\20std::__2::optional>\29\20const +10919:\28anonymous\20namespace\29::SkCropImageFilter::onFilterImage\28skif::Context\20const&\29\20const +10920:\28anonymous\20namespace\29::SkCropImageFilter::onAffectsTransparentBlack\28\29\20const +10921:\28anonymous\20namespace\29::SkCropImageFilter::getTypeName\28\29\20const +10922:\28anonymous\20namespace\29::SkCropImageFilter::flatten\28SkWriteBuffer&\29\20const +10923:\28anonymous\20namespace\29::SkCropImageFilter::computeFastBounds\28SkRect\20const&\29\20const +10924:\28anonymous\20namespace\29::SkComposeImageFilter::onGetOutputLayerBounds\28skif::Mapping\20const&\2c\20std::__2::optional>\29\20const +10925:\28anonymous\20namespace\29::SkComposeImageFilter::onGetInputLayerBounds\28skif::Mapping\20const&\2c\20skif::LayerSpace\20const&\2c\20std::__2::optional>\29\20const +10926:\28anonymous\20namespace\29::SkComposeImageFilter::onFilterImage\28skif::Context\20const&\29\20const +10927:\28anonymous\20namespace\29::SkComposeImageFilter::getTypeName\28\29\20const +10928:\28anonymous\20namespace\29::SkComposeImageFilter::computeFastBounds\28SkRect\20const&\29\20const +10929:\28anonymous\20namespace\29::SkColorFilterImageFilter::~SkColorFilterImageFilter\28\29_5985 +10930:\28anonymous\20namespace\29::SkColorFilterImageFilter::onIsColorFilterNode\28SkColorFilter**\29\20const +10931:\28anonymous\20namespace\29::SkColorFilterImageFilter::onGetOutputLayerBounds\28skif::Mapping\20const&\2c\20std::__2::optional>\29\20const +10932:\28anonymous\20namespace\29::SkColorFilterImageFilter::onGetInputLayerBounds\28skif::Mapping\20const&\2c\20skif::LayerSpace\20const&\2c\20std::__2::optional>\29\20const +10933:\28anonymous\20namespace\29::SkColorFilterImageFilter::onFilterImage\28skif::Context\20const&\29\20const +10934:\28anonymous\20namespace\29::SkColorFilterImageFilter::onAffectsTransparentBlack\28\29\20const +10935:\28anonymous\20namespace\29::SkColorFilterImageFilter::getTypeName\28\29\20const +10936:\28anonymous\20namespace\29::SkColorFilterImageFilter::flatten\28SkWriteBuffer&\29\20const +10937:\28anonymous\20namespace\29::SkColorFilterImageFilter::computeFastBounds\28SkRect\20const&\29\20const +10938:\28anonymous\20namespace\29::SkBlurImageFilter::onGetOutputLayerBounds\28skif::Mapping\20const&\2c\20std::__2::optional>\29\20const +10939:\28anonymous\20namespace\29::SkBlurImageFilter::onGetInputLayerBounds\28skif::Mapping\20const&\2c\20skif::LayerSpace\20const&\2c\20std::__2::optional>\29\20const +10940:\28anonymous\20namespace\29::SkBlurImageFilter::onFilterImage\28skif::Context\20const&\29\20const +10941:\28anonymous\20namespace\29::SkBlurImageFilter::getTypeName\28\29\20const +10942:\28anonymous\20namespace\29::SkBlurImageFilter::flatten\28SkWriteBuffer&\29\20const +10943:\28anonymous\20namespace\29::SkBlurImageFilter::computeFastBounds\28SkRect\20const&\29\20const +10944:\28anonymous\20namespace\29::SkBlendImageFilter::~SkBlendImageFilter\28\29_5957 +10945:\28anonymous\20namespace\29::SkBlendImageFilter::onGetOutputLayerBounds\28skif::Mapping\20const&\2c\20std::__2::optional>\29\20const +10946:\28anonymous\20namespace\29::SkBlendImageFilter::onGetInputLayerBounds\28skif::Mapping\20const&\2c\20skif::LayerSpace\20const&\2c\20std::__2::optional>\29\20const +10947:\28anonymous\20namespace\29::SkBlendImageFilter::onFilterImage\28skif::Context\20const&\29\20const +10948:\28anonymous\20namespace\29::SkBlendImageFilter::onAffectsTransparentBlack\28\29\20const +10949:\28anonymous\20namespace\29::SkBlendImageFilter::getTypeName\28\29\20const +10950:\28anonymous\20namespace\29::SkBlendImageFilter::flatten\28SkWriteBuffer&\29\20const +10951:\28anonymous\20namespace\29::SkBlendImageFilter::computeFastBounds\28SkRect\20const&\29\20const +10952:\28anonymous\20namespace\29::SkBidiIterator_icu::~SkBidiIterator_icu\28\29_8514 +10953:\28anonymous\20namespace\29::SkBidiIterator_icu::getLevelAt\28int\29 +10954:\28anonymous\20namespace\29::SkBidiIterator_icu::getLength\28\29 +10955:\28anonymous\20namespace\29::SimpleTriangleShader::name\28\29\20const +10956:\28anonymous\20namespace\29::SimpleTriangleShader::makeProgramImpl\28GrShaderCaps\20const&\29\20const::Impl::emitVertexCode\28GrShaderCaps\20const&\2c\20GrPathTessellationShader\20const&\2c\20GrGLSLVertexBuilder*\2c\20GrGLSLVaryingHandler*\2c\20GrGeometryProcessor::ProgramImpl::GrGPArgs*\29 +10957:\28anonymous\20namespace\29::SimpleTriangleShader::makeProgramImpl\28GrShaderCaps\20const&\29\20const +10958:\28anonymous\20namespace\29::ShaperHarfBuzz::shape\28char\20const*\2c\20unsigned\20long\2c\20SkShaper::FontRunIterator&\2c\20SkShaper::BiDiRunIterator&\2c\20SkShaper::ScriptRunIterator&\2c\20SkShaper::LanguageRunIterator&\2c\20float\2c\20SkShaper::RunHandler*\29\20const +10959:\28anonymous\20namespace\29::ShaperHarfBuzz::shape\28char\20const*\2c\20unsigned\20long\2c\20SkShaper::FontRunIterator&\2c\20SkShaper::BiDiRunIterator&\2c\20SkShaper::ScriptRunIterator&\2c\20SkShaper::LanguageRunIterator&\2c\20SkShaper::Feature\20const*\2c\20unsigned\20long\2c\20float\2c\20SkShaper::RunHandler*\29\20const +10960:\28anonymous\20namespace\29::ShaperHarfBuzz::shape\28char\20const*\2c\20unsigned\20long\2c\20SkFont\20const&\2c\20bool\2c\20float\2c\20SkShaper::RunHandler*\29\20const +10961:\28anonymous\20namespace\29::ShapeDontWrapOrReorder::~ShapeDontWrapOrReorder\28\29 +10962:\28anonymous\20namespace\29::ShapeDontWrapOrReorder::wrap\28char\20const*\2c\20unsigned\20long\2c\20SkShaper::BiDiRunIterator\20const&\2c\20SkShaper::LanguageRunIterator\20const&\2c\20SkShaper::ScriptRunIterator\20const&\2c\20SkShaper::FontRunIterator\20const&\2c\20\28anonymous\20namespace\29::RunIteratorQueue&\2c\20SkShaper::Feature\20const*\2c\20unsigned\20long\2c\20float\2c\20SkShaper::RunHandler*\29\20const +10963:\28anonymous\20namespace\29::ShadowInvalidator::~ShadowInvalidator\28\29_5802 +10964:\28anonymous\20namespace\29::ShadowInvalidator::changed\28\29 +10965:\28anonymous\20namespace\29::ShadowCircularRRectOp::~ShadowCircularRRectOp\28\29_12162 +10966:\28anonymous\20namespace\29::ShadowCircularRRectOp::visitProxies\28std::__2::function\20const&\29\20const +10967:\28anonymous\20namespace\29::ShadowCircularRRectOp::programInfo\28\29 +10968:\28anonymous\20namespace\29::ShadowCircularRRectOp::onPrepareDraws\28GrMeshDrawTarget*\29 +10969:\28anonymous\20namespace\29::ShadowCircularRRectOp::onExecute\28GrOpFlushState*\2c\20SkRect\20const&\29 +10970:\28anonymous\20namespace\29::ShadowCircularRRectOp::onCreateProgramInfo\28GrCaps\20const*\2c\20SkArenaAlloc*\2c\20GrSurfaceProxyView\20const&\2c\20bool\2c\20GrAppliedClip&&\2c\20GrDstProxyView\20const&\2c\20GrXferBarrierFlags\2c\20GrLoadOp\29 +10971:\28anonymous\20namespace\29::ShadowCircularRRectOp::onCombineIfPossible\28GrOp*\2c\20SkArenaAlloc*\2c\20GrCaps\20const&\29 +10972:\28anonymous\20namespace\29::ShadowCircularRRectOp::name\28\29\20const +10973:\28anonymous\20namespace\29::ShadowCircularRRectOp::finalize\28GrCaps\20const&\2c\20GrAppliedClip\20const*\2c\20GrClampType\29 +10974:\28anonymous\20namespace\29::SDFTSubRun::unflattenSize\28\29\20const +10975:\28anonymous\20namespace\29::SDFTSubRun::regenerateAtlas\28int\2c\20int\2c\20std::__2::function\20\28sktext::gpu::GlyphVector*\2c\20int\2c\20int\2c\20skgpu::MaskFormat\2c\20int\29>\29\20const +10976:\28anonymous\20namespace\29::SDFTSubRun::glyphParams\28\29\20const +10977:\28anonymous\20namespace\29::SDFTSubRun::draw\28SkCanvas*\2c\20SkPoint\2c\20SkPaint\20const&\2c\20sk_sp\2c\20std::__2::function\2c\20sktext::gpu::RendererData\29>\20const&\29\20const +10978:\28anonymous\20namespace\29::SDFTSubRun::doFlatten\28SkWriteBuffer&\29\20const +10979:\28anonymous\20namespace\29::SDFTSubRun::canReuse\28SkPaint\20const&\2c\20SkMatrix\20const&\29\20const +10980:\28anonymous\20namespace\29::RectsBlurRec::~RectsBlurRec\28\29_3586 +10981:\28anonymous\20namespace\29::RectsBlurRec::getCategory\28\29\20const +10982:\28anonymous\20namespace\29::RectsBlurRec::diagnostic_only_getDiscardable\28\29\20const +10983:\28anonymous\20namespace\29::RectsBlurRec::bytesUsed\28\29\20const +10984:\28anonymous\20namespace\29::RectsBlurRec::Visitor\28SkResourceCache::Rec\20const&\2c\20void*\29 +10985:\28anonymous\20namespace\29::RasterShaderBlurAlgorithm::makeDevice\28SkImageInfo\20const&\29\20const +10986:\28anonymous\20namespace\29::RasterBlurEngine::findAlgorithm\28SkSize\2c\20SkColorType\29\20const +10987:\28anonymous\20namespace\29::RasterA8BlurAlgorithm::blur\28SkSize\2c\20sk_sp\2c\20SkIRect\20const&\2c\20SkTileMode\2c\20SkIRect\20const&\29\20const +10988:\28anonymous\20namespace\29::Raster8888BlurAlgorithm::blur\28SkSize\2c\20sk_sp\2c\20SkIRect\20const&\2c\20SkTileMode\2c\20SkIRect\20const&\29\20const +10989:\28anonymous\20namespace\29::RRectBlurRec::~RRectBlurRec\28\29_3580 +10990:\28anonymous\20namespace\29::RRectBlurRec::getCategory\28\29\20const +10991:\28anonymous\20namespace\29::RRectBlurRec::diagnostic_only_getDiscardable\28\29\20const +10992:\28anonymous\20namespace\29::RRectBlurRec::bytesUsed\28\29\20const +10993:\28anonymous\20namespace\29::RRectBlurRec::Visitor\28SkResourceCache::Rec\20const&\2c\20void*\29 +10994:\28anonymous\20namespace\29::PathSubRun::~PathSubRun\28\29_13130 +10995:\28anonymous\20namespace\29::PathSubRun::unflattenSize\28\29\20const +10996:\28anonymous\20namespace\29::PathSubRun::draw\28SkCanvas*\2c\20SkPoint\2c\20SkPaint\20const&\2c\20sk_sp\2c\20std::__2::function\2c\20sktext::gpu::RendererData\29>\20const&\29\20const +10997:\28anonymous\20namespace\29::PathSubRun::doFlatten\28SkWriteBuffer&\29\20const +10998:\28anonymous\20namespace\29::MipMapRec::~MipMapRec\28\29_2220 +10999:\28anonymous\20namespace\29::MipMapRec::getCategory\28\29\20const +11000:\28anonymous\20namespace\29::MipMapRec::diagnostic_only_getDiscardable\28\29\20const +11001:\28anonymous\20namespace\29::MipMapRec::bytesUsed\28\29\20const +11002:\28anonymous\20namespace\29::MipMapRec::Finder\28SkResourceCache::Rec\20const&\2c\20void*\29 +11003:\28anonymous\20namespace\29::MiddleOutShader::~MiddleOutShader\28\29_12378 +11004:\28anonymous\20namespace\29::MiddleOutShader::name\28\29\20const +11005:\28anonymous\20namespace\29::MiddleOutShader::makeProgramImpl\28GrShaderCaps\20const&\29\20const::Impl::emitVertexCode\28GrShaderCaps\20const&\2c\20GrPathTessellationShader\20const&\2c\20GrGLSLVertexBuilder*\2c\20GrGLSLVaryingHandler*\2c\20GrGeometryProcessor::ProgramImpl::GrGPArgs*\29 +11006:\28anonymous\20namespace\29::MiddleOutShader::makeProgramImpl\28GrShaderCaps\20const&\29\20const +11007:\28anonymous\20namespace\29::MiddleOutShader::addToKey\28GrShaderCaps\20const&\2c\20skgpu::KeyBuilder*\29\20const +11008:\28anonymous\20namespace\29::MeshOp::~MeshOp\28\29_11703 +11009:\28anonymous\20namespace\29::MeshOp::visitProxies\28std::__2::function\20const&\29\20const +11010:\28anonymous\20namespace\29::MeshOp::programInfo\28\29 +11011:\28anonymous\20namespace\29::MeshOp::onPrepareDraws\28GrMeshDrawTarget*\29 +11012:\28anonymous\20namespace\29::MeshOp::onExecute\28GrOpFlushState*\2c\20SkRect\20const&\29 +11013:\28anonymous\20namespace\29::MeshOp::onCreateProgramInfo\28GrCaps\20const*\2c\20SkArenaAlloc*\2c\20GrSurfaceProxyView\20const&\2c\20bool\2c\20GrAppliedClip&&\2c\20GrDstProxyView\20const&\2c\20GrXferBarrierFlags\2c\20GrLoadOp\29 +11014:\28anonymous\20namespace\29::MeshOp::onCombineIfPossible\28GrOp*\2c\20SkArenaAlloc*\2c\20GrCaps\20const&\29 +11015:\28anonymous\20namespace\29::MeshOp::name\28\29\20const +11016:\28anonymous\20namespace\29::MeshOp::finalize\28GrCaps\20const&\2c\20GrAppliedClip\20const*\2c\20GrClampType\29 +11017:\28anonymous\20namespace\29::MeshGP::~MeshGP\28\29_11727 +11018:\28anonymous\20namespace\29::MeshGP::onTextureSampler\28int\29\20const +11019:\28anonymous\20namespace\29::MeshGP::name\28\29\20const +11020:\28anonymous\20namespace\29::MeshGP::makeProgramImpl\28GrShaderCaps\20const&\29\20const +11021:\28anonymous\20namespace\29::MeshGP::addToKey\28GrShaderCaps\20const&\2c\20skgpu::KeyBuilder*\29\20const +11022:\28anonymous\20namespace\29::MeshGP::Impl::~Impl\28\29_11733 +11023:\28anonymous\20namespace\29::MeshGP::Impl::setData\28GrGLSLProgramDataManager\20const&\2c\20GrShaderCaps\20const&\2c\20GrGeometryProcessor\20const&\29 +11024:\28anonymous\20namespace\29::MeshGP::Impl::onEmitCode\28GrGeometryProcessor::ProgramImpl::EmitArgs&\2c\20GrGeometryProcessor::ProgramImpl::GrGPArgs*\29 +11025:\28anonymous\20namespace\29::MeshGP::Impl::MeshCallbacks::toLinearSrgb\28std::__2::basic_string\2c\20std::__2::allocator>\29 +11026:\28anonymous\20namespace\29::MeshGP::Impl::MeshCallbacks::sampleShader\28int\2c\20std::__2::basic_string\2c\20std::__2::allocator>\29 +11027:\28anonymous\20namespace\29::MeshGP::Impl::MeshCallbacks::sampleColorFilter\28int\2c\20std::__2::basic_string\2c\20std::__2::allocator>\29 +11028:\28anonymous\20namespace\29::MeshGP::Impl::MeshCallbacks::sampleBlender\28int\2c\20std::__2::basic_string\2c\20std::__2::allocator>\2c\20std::__2::basic_string\2c\20std::__2::allocator>\29 +11029:\28anonymous\20namespace\29::MeshGP::Impl::MeshCallbacks::getMainName\28\29 +11030:\28anonymous\20namespace\29::MeshGP::Impl::MeshCallbacks::fromLinearSrgb\28std::__2::basic_string\2c\20std::__2::allocator>\29 +11031:\28anonymous\20namespace\29::MeshGP::Impl::MeshCallbacks::defineFunction\28char\20const*\2c\20char\20const*\2c\20bool\29 +11032:\28anonymous\20namespace\29::MeshGP::Impl::MeshCallbacks::declareUniform\28SkSL::VarDeclaration\20const*\29 +11033:\28anonymous\20namespace\29::MeshGP::Impl::MeshCallbacks::declareFunction\28char\20const*\29 +11034:\28anonymous\20namespace\29::HQDownSampler::buildLevel\28SkPixmap\20const&\2c\20SkPixmap\20const&\29 +11035:\28anonymous\20namespace\29::GaussianPass::startBlur\28\29 +11036:\28anonymous\20namespace\29::GaussianPass::blurSegment\28int\2c\20void\20const*\2c\20int\2c\20void*\2c\20int\29 +11037:\28anonymous\20namespace\29::GaussianPass::MakeMaker\28float\2c\20SkArenaAlloc*\29::Maker::makePass\28void*\2c\20SkArenaAlloc*\29\20const +11038:\28anonymous\20namespace\29::GaussianPass::MakeMaker\28float\2c\20SkArenaAlloc*\29::Maker::bufferSizeBytes\28\29\20const +11039:\28anonymous\20namespace\29::GaussianPass::startBlur\28\29 +11040:\28anonymous\20namespace\29::GaussianPass::blurSegment\28int\2c\20void\20const*\2c\20int\2c\20void*\2c\20int\29 +11041:\28anonymous\20namespace\29::GaussianPass::MakeMaker\28float\2c\20SkArenaAlloc*\29::Maker::makePass\28void*\2c\20SkArenaAlloc*\29\20const +11042:\28anonymous\20namespace\29::GaussianPass::MakeMaker\28float\2c\20SkArenaAlloc*\29::Maker::bufferSizeBytes\28\29\20const +11043:\28anonymous\20namespace\29::FillRectOpImpl::~FillRectOpImpl\28\29_11823 +11044:\28anonymous\20namespace\29::FillRectOpImpl::visitProxies\28std::__2::function\20const&\29\20const +11045:\28anonymous\20namespace\29::FillRectOpImpl::onPrepareDraws\28GrMeshDrawTarget*\29 +11046:\28anonymous\20namespace\29::FillRectOpImpl::onPrePrepareDraws\28GrRecordingContext*\2c\20GrSurfaceProxyView\20const&\2c\20GrAppliedClip*\2c\20GrDstProxyView\20const&\2c\20GrXferBarrierFlags\2c\20GrLoadOp\29 +11047:\28anonymous\20namespace\29::FillRectOpImpl::onExecute\28GrOpFlushState*\2c\20SkRect\20const&\29 +11048:\28anonymous\20namespace\29::FillRectOpImpl::onCreateProgramInfo\28GrCaps\20const*\2c\20SkArenaAlloc*\2c\20GrSurfaceProxyView\20const&\2c\20bool\2c\20GrAppliedClip&&\2c\20GrDstProxyView\20const&\2c\20GrXferBarrierFlags\2c\20GrLoadOp\29 +11049:\28anonymous\20namespace\29::FillRectOpImpl::onCombineIfPossible\28GrOp*\2c\20SkArenaAlloc*\2c\20GrCaps\20const&\29 +11050:\28anonymous\20namespace\29::FillRectOpImpl::name\28\29\20const +11051:\28anonymous\20namespace\29::FillRectOpImpl::finalize\28GrCaps\20const&\2c\20GrAppliedClip\20const*\2c\20GrClampType\29 +11052:\28anonymous\20namespace\29::ExternalWebGLTexture::~ExternalWebGLTexture\28\29_608 +11053:\28anonymous\20namespace\29::ExternalWebGLTexture::getBackendTexture\28\29 +11054:\28anonymous\20namespace\29::ExternalWebGLTexture::dispose\28\29 +11055:\28anonymous\20namespace\29::EllipticalRRectEffect::onMakeProgramImpl\28\29\20const +11056:\28anonymous\20namespace\29::EllipticalRRectEffect::onAddToKey\28GrShaderCaps\20const&\2c\20skgpu::KeyBuilder*\29\20const +11057:\28anonymous\20namespace\29::EllipticalRRectEffect::name\28\29\20const +11058:\28anonymous\20namespace\29::EllipticalRRectEffect::clone\28\29\20const +11059:\28anonymous\20namespace\29::EllipticalRRectEffect::Impl::onSetData\28GrGLSLProgramDataManager\20const&\2c\20GrFragmentProcessor\20const&\29 +11060:\28anonymous\20namespace\29::EllipticalRRectEffect::Impl::emitCode\28GrFragmentProcessor::ProgramImpl::EmitArgs&\29 +11061:\28anonymous\20namespace\29::DrawableSubRun::~DrawableSubRun\28\29_13138 +11062:\28anonymous\20namespace\29::DrawableSubRun::unflattenSize\28\29\20const +11063:\28anonymous\20namespace\29::DrawableSubRun::draw\28SkCanvas*\2c\20SkPoint\2c\20SkPaint\20const&\2c\20sk_sp\2c\20std::__2::function\2c\20sktext::gpu::RendererData\29>\20const&\29\20const +11064:\28anonymous\20namespace\29::DrawableSubRun::doFlatten\28SkWriteBuffer&\29\20const +11065:\28anonymous\20namespace\29::DrawAtlasPathShader::~DrawAtlasPathShader\28\29_11674 +11066:\28anonymous\20namespace\29::DrawAtlasPathShader::onTextureSampler\28int\29\20const +11067:\28anonymous\20namespace\29::DrawAtlasPathShader::name\28\29\20const +11068:\28anonymous\20namespace\29::DrawAtlasPathShader::makeProgramImpl\28GrShaderCaps\20const&\29\20const +11069:\28anonymous\20namespace\29::DrawAtlasPathShader::addToKey\28GrShaderCaps\20const&\2c\20skgpu::KeyBuilder*\29\20const +11070:\28anonymous\20namespace\29::DrawAtlasPathShader::Impl::setData\28GrGLSLProgramDataManager\20const&\2c\20GrShaderCaps\20const&\2c\20GrGeometryProcessor\20const&\29 +11071:\28anonymous\20namespace\29::DrawAtlasPathShader::Impl::onEmitCode\28GrGeometryProcessor::ProgramImpl::EmitArgs&\2c\20GrGeometryProcessor::ProgramImpl::GrGPArgs*\29 +11072:\28anonymous\20namespace\29::DrawAtlasOpImpl::~DrawAtlasOpImpl\28\29_11651 +11073:\28anonymous\20namespace\29::DrawAtlasOpImpl::onPrepareDraws\28GrMeshDrawTarget*\29 +11074:\28anonymous\20namespace\29::DrawAtlasOpImpl::onCreateProgramInfo\28GrCaps\20const*\2c\20SkArenaAlloc*\2c\20GrSurfaceProxyView\20const&\2c\20bool\2c\20GrAppliedClip&&\2c\20GrDstProxyView\20const&\2c\20GrXferBarrierFlags\2c\20GrLoadOp\29 +11075:\28anonymous\20namespace\29::DrawAtlasOpImpl::onCombineIfPossible\28GrOp*\2c\20SkArenaAlloc*\2c\20GrCaps\20const&\29 +11076:\28anonymous\20namespace\29::DrawAtlasOpImpl::name\28\29\20const +11077:\28anonymous\20namespace\29::DrawAtlasOpImpl::finalize\28GrCaps\20const&\2c\20GrAppliedClip\20const*\2c\20GrClampType\29 +11078:\28anonymous\20namespace\29::DirectMaskSubRun::unflattenSize\28\29\20const +11079:\28anonymous\20namespace\29::DirectMaskSubRun::regenerateAtlas\28int\2c\20int\2c\20std::__2::function\20\28sktext::gpu::GlyphVector*\2c\20int\2c\20int\2c\20skgpu::MaskFormat\2c\20int\29>\29\20const +11080:\28anonymous\20namespace\29::DirectMaskSubRun::doFlatten\28SkWriteBuffer&\29\20const +11081:\28anonymous\20namespace\29::DirectMaskSubRun::deviceRectAndNeedsTransform\28SkMatrix\20const&\29\20const +11082:\28anonymous\20namespace\29::DirectMaskSubRun::canReuse\28SkPaint\20const&\2c\20SkMatrix\20const&\29\20const +11083:\28anonymous\20namespace\29::DefaultPathOp::~DefaultPathOp\28\29_11626 +11084:\28anonymous\20namespace\29::DefaultPathOp::visitProxies\28std::__2::function\20const&\29\20const +11085:\28anonymous\20namespace\29::DefaultPathOp::onPrepareDraws\28GrMeshDrawTarget*\29 +11086:\28anonymous\20namespace\29::DefaultPathOp::onExecute\28GrOpFlushState*\2c\20SkRect\20const&\29 +11087:\28anonymous\20namespace\29::DefaultPathOp::onCreateProgramInfo\28GrCaps\20const*\2c\20SkArenaAlloc*\2c\20GrSurfaceProxyView\20const&\2c\20bool\2c\20GrAppliedClip&&\2c\20GrDstProxyView\20const&\2c\20GrXferBarrierFlags\2c\20GrLoadOp\29 +11088:\28anonymous\20namespace\29::DefaultPathOp::onCombineIfPossible\28GrOp*\2c\20SkArenaAlloc*\2c\20GrCaps\20const&\29 +11089:\28anonymous\20namespace\29::DefaultPathOp::name\28\29\20const +11090:\28anonymous\20namespace\29::DefaultPathOp::fixedFunctionFlags\28\29\20const +11091:\28anonymous\20namespace\29::DefaultPathOp::finalize\28GrCaps\20const&\2c\20GrAppliedClip\20const*\2c\20GrClampType\29 +11092:\28anonymous\20namespace\29::CircularRRectEffect::onMakeProgramImpl\28\29\20const +11093:\28anonymous\20namespace\29::CircularRRectEffect::onAddToKey\28GrShaderCaps\20const&\2c\20skgpu::KeyBuilder*\29\20const +11094:\28anonymous\20namespace\29::CircularRRectEffect::name\28\29\20const +11095:\28anonymous\20namespace\29::CircularRRectEffect::clone\28\29\20const +11096:\28anonymous\20namespace\29::CircularRRectEffect::Impl::onSetData\28GrGLSLProgramDataManager\20const&\2c\20GrFragmentProcessor\20const&\29 +11097:\28anonymous\20namespace\29::CircularRRectEffect::Impl::emitCode\28GrFragmentProcessor::ProgramImpl::EmitArgs&\29 +11098:\28anonymous\20namespace\29::CachedTessellationsRec::~CachedTessellationsRec\28\29_5806 +11099:\28anonymous\20namespace\29::CachedTessellationsRec::getCategory\28\29\20const +11100:\28anonymous\20namespace\29::CachedTessellationsRec::bytesUsed\28\29\20const +11101:\28anonymous\20namespace\29::CachedTessellations::~CachedTessellations\28\29_5812 +11102:\28anonymous\20namespace\29::CacheImpl::~CacheImpl\28\29_3438 +11103:\28anonymous\20namespace\29::CacheImpl::set\28SkImageFilterCacheKey\20const&\2c\20SkImageFilter\20const*\2c\20skif::FilterResult\20const&\29 +11104:\28anonymous\20namespace\29::CacheImpl::purge\28\29 +11105:\28anonymous\20namespace\29::CacheImpl::purgeByImageFilter\28SkImageFilter\20const*\29 +11106:\28anonymous\20namespace\29::CacheImpl::get\28SkImageFilterCacheKey\20const&\2c\20skif::FilterResult*\29\20const +11107:\28anonymous\20namespace\29::BuilderReceiver::QuadTo\28impeller::TPoint\20const&\2c\20impeller::TPoint\20const&\29 +11108:\28anonymous\20namespace\29::BuilderReceiver::LineTo\28impeller::TPoint\20const&\29 +11109:\28anonymous\20namespace\29::BuilderReceiver::CubicTo\28impeller::TPoint\20const&\2c\20impeller::TPoint\20const&\2c\20impeller::TPoint\20const&\29 +11110:\28anonymous\20namespace\29::BuilderReceiver::ConicTo\28impeller::TPoint\20const&\2c\20impeller::TPoint\20const&\2c\20float\29 +11111:\28anonymous\20namespace\29::BuilderReceiver::Close\28\29 +11112:\28anonymous\20namespace\29::BoundingBoxShader::name\28\29\20const +11113:\28anonymous\20namespace\29::BoundingBoxShader::makeProgramImpl\28GrShaderCaps\20const&\29\20const::Impl::setData\28GrGLSLProgramDataManager\20const&\2c\20GrShaderCaps\20const&\2c\20GrGeometryProcessor\20const&\29 +11114:\28anonymous\20namespace\29::BoundingBoxShader::makeProgramImpl\28GrShaderCaps\20const&\29\20const::Impl::onEmitCode\28GrGeometryProcessor::ProgramImpl::EmitArgs&\2c\20GrGeometryProcessor::ProgramImpl::GrGPArgs*\29 +11115:\28anonymous\20namespace\29::BoundingBoxShader::makeProgramImpl\28GrShaderCaps\20const&\29\20const +11116:\28anonymous\20namespace\29::AAHairlineOp::~AAHairlineOp\28\29_11398 +11117:\28anonymous\20namespace\29::AAHairlineOp::visitProxies\28std::__2::function\20const&\29\20const +11118:\28anonymous\20namespace\29::AAHairlineOp::onPrepareDraws\28GrMeshDrawTarget*\29 +11119:\28anonymous\20namespace\29::AAHairlineOp::onPrePrepareDraws\28GrRecordingContext*\2c\20GrSurfaceProxyView\20const&\2c\20GrAppliedClip*\2c\20GrDstProxyView\20const&\2c\20GrXferBarrierFlags\2c\20GrLoadOp\29 +11120:\28anonymous\20namespace\29::AAHairlineOp::onExecute\28GrOpFlushState*\2c\20SkRect\20const&\29 +11121:\28anonymous\20namespace\29::AAHairlineOp::onCreateProgramInfo\28GrCaps\20const*\2c\20SkArenaAlloc*\2c\20GrSurfaceProxyView\20const&\2c\20bool\2c\20GrAppliedClip&&\2c\20GrDstProxyView\20const&\2c\20GrXferBarrierFlags\2c\20GrLoadOp\29 +11122:\28anonymous\20namespace\29::AAHairlineOp::onCombineIfPossible\28GrOp*\2c\20SkArenaAlloc*\2c\20GrCaps\20const&\29 +11123:\28anonymous\20namespace\29::AAHairlineOp::name\28\29\20const +11124:\28anonymous\20namespace\29::AAHairlineOp::fixedFunctionFlags\28\29\20const +11125:\28anonymous\20namespace\29::AAHairlineOp::finalize\28GrCaps\20const&\2c\20GrAppliedClip\20const*\2c\20GrClampType\29 +11126:\28anonymous\20namespace\29::A8Pass::startBlur\28\29 +11127:\28anonymous\20namespace\29::A8Pass::blurSegment\28int\2c\20void\20const*\2c\20int\2c\20void*\2c\20int\29 +11128:\28anonymous\20namespace\29::A8Pass::MakeMaker\28float\2c\20SkArenaAlloc*\29::Maker::makePass\28void*\2c\20SkArenaAlloc*\29\20const +11129:\28anonymous\20namespace\29::A8Pass::MakeMaker\28float\2c\20SkArenaAlloc*\29::Maker::bufferSizeBytes\28\29\20const +11130:Write_CVT_Stretched +11131:Write_CVT +11132:Vertish_SkAntiHairBlitter::drawLine\28int\2c\20int\2c\20int\2c\20int\29 +11133:Vertish_SkAntiHairBlitter::drawCap\28int\2c\20int\2c\20int\2c\20int\29 +11134:VertState::Triangles\28VertState*\29 +11135:VertState::TrianglesX\28VertState*\29 +11136:VertState::TriangleStrip\28VertState*\29 +11137:VertState::TriangleStripX\28VertState*\29 +11138:VertState::TriangleFan\28VertState*\29 +11139:VertState::TriangleFanX\28VertState*\29 +11140:VLine_SkAntiHairBlitter::drawLine\28int\2c\20int\2c\20int\2c\20int\29 +11141:VLine_SkAntiHairBlitter::drawCap\28int\2c\20int\2c\20int\2c\20int\29 +11142:TextureSourceImageGenerator::~TextureSourceImageGenerator\28\29_589 +11143:TextureSourceImageGenerator::generateExternalTexture\28GrRecordingContext*\2c\20skgpu::Mipmapped\29 +11144:TT_Set_MM_Blend +11145:TT_RunIns +11146:TT_Load_Simple_Glyph +11147:TT_Load_Glyph_Header +11148:TT_Load_Composite_Glyph +11149:TT_Get_Var_Design +11150:TT_Get_MM_Blend +11151:TT_Forget_Glyph_Frame +11152:TT_Access_Glyph_Frame +11153:TOUPPER\28unsigned\20char\29 +11154:TOLOWER\28unsigned\20char\29 +11155:SquareCapper\28SkPathBuilder*\2c\20SkPoint\20const&\2c\20SkPoint\20const&\2c\20SkPoint\20const&\2c\20bool\29 +11156:Sprite_D32_S32::blitRect\28int\2c\20int\2c\20int\2c\20int\29 +11157:Skwasm::Surface::Surface\28\29::$_0::__invoke\28\29 +11158:SkWeakRefCnt::internal_dispose\28\29\20const +11159:SkUnicode_client::~SkUnicode_client\28\29_8554 +11160:SkUnicode_client::toUpper\28SkString\20const&\2c\20char\20const*\29 +11161:SkUnicode_client::toUpper\28SkString\20const&\29 +11162:SkUnicode_client::reorderVisual\28unsigned\20char\20const*\2c\20int\2c\20int*\29 +11163:SkUnicode_client::makeBreakIterator\28char\20const*\2c\20SkUnicode::BreakType\29 +11164:SkUnicode_client::makeBreakIterator\28SkUnicode::BreakType\29 +11165:SkUnicode_client::makeBidiIterator\28unsigned\20short\20const*\2c\20int\2c\20SkBidiIterator::Direction\29 +11166:SkUnicode_client::makeBidiIterator\28char\20const*\2c\20int\2c\20SkBidiIterator::Direction\29 +11167:SkUnicode_client::getWords\28char\20const*\2c\20int\2c\20char\20const*\2c\20std::__2::vector>*\29 +11168:SkUnicode_client::getBidiRegions\28char\20const*\2c\20int\2c\20SkUnicode::TextDirection\2c\20std::__2::vector>*\29 +11169:SkUnicode_client::computeCodeUnitFlags\28char16_t*\2c\20int\2c\20bool\2c\20skia_private::TArray*\29 +11170:SkUnicode_client::computeCodeUnitFlags\28char*\2c\20int\2c\20bool\2c\20skia_private::TArray*\29 +11171:SkUnicodeHardCodedCharProperties::isWhitespace\28int\29 +11172:SkUnicodeHardCodedCharProperties::isTabulation\28int\29 +11173:SkUnicodeHardCodedCharProperties::isSpace\28int\29 +11174:SkUnicodeHardCodedCharProperties::isIdeographic\28int\29 +11175:SkUnicodeHardCodedCharProperties::isHardBreak\28int\29 +11176:SkUnicodeHardCodedCharProperties::isControl\28int\29 +11177:SkUnicodeBidiRunIterator::~SkUnicodeBidiRunIterator\28\29_13279 +11178:SkUnicodeBidiRunIterator::~SkUnicodeBidiRunIterator\28\29 +11179:SkUnicodeBidiRunIterator::endOfCurrentRun\28\29\20const +11180:SkUnicodeBidiRunIterator::currentLevel\28\29\20const +11181:SkUnicodeBidiRunIterator::consume\28\29 +11182:SkUnicodeBidiRunIterator::atEnd\28\29\20const +11183:SkTypeface_FreeTypeStream::~SkTypeface_FreeTypeStream\28\29_8743 +11184:SkTypeface_FreeTypeStream::onOpenStream\28int*\29\20const +11185:SkTypeface_FreeTypeStream::onMakeFontData\28\29\20const +11186:SkTypeface_FreeTypeStream::onMakeClone\28SkFontArguments\20const&\29\20const +11187:SkTypeface_FreeTypeStream::onGetFontDescriptor\28SkFontDescriptor*\2c\20bool*\29\20const +11188:SkTypeface_FreeType::onGlyphMaskNeedsCurrentColor\28\29\20const +11189:SkTypeface_FreeType::onGetVariationDesignPosition\28SkSpan\29\20const +11190:SkTypeface_FreeType::onGetVariationDesignParameters\28SkSpan\29\20const +11191:SkTypeface_FreeType::onGetUPEM\28\29\20const +11192:SkTypeface_FreeType::onGetTableTags\28SkSpan\29\20const +11193:SkTypeface_FreeType::onGetTableData\28unsigned\20int\2c\20unsigned\20long\2c\20unsigned\20long\2c\20void*\29\20const +11194:SkTypeface_FreeType::onGetPostScriptName\28SkString*\29\20const +11195:SkTypeface_FreeType::onGetKerningPairAdjustments\28SkSpan\2c\20SkSpan\29\20const +11196:SkTypeface_FreeType::onGetAdvancedMetrics\28\29\20const +11197:SkTypeface_FreeType::onFilterRec\28SkScalerContextRec*\29\20const +11198:SkTypeface_FreeType::onCreateScalerContext\28SkScalerContextEffects\20const&\2c\20SkDescriptor\20const*\29\20const +11199:SkTypeface_FreeType::onCreateScalerContextAsProxyTypeface\28SkScalerContextEffects\20const&\2c\20SkDescriptor\20const*\2c\20SkTypeface*\29\20const +11200:SkTypeface_FreeType::onCreateFamilyNameIterator\28\29\20const +11201:SkTypeface_FreeType::onCountGlyphs\28\29\20const +11202:SkTypeface_FreeType::onCopyTableData\28unsigned\20int\29\20const +11203:SkTypeface_FreeType::onCharsToGlyphs\28SkSpan\2c\20SkSpan\29\20const +11204:SkTypeface_FreeType::getPostScriptGlyphNames\28SkString*\29\20const +11205:SkTypeface_FreeType::getGlyphToUnicodeMap\28SkSpan\29\20const +11206:SkTypeface_Empty::~SkTypeface_Empty\28\29 +11207:SkTypeface_Custom::onGetFontDescriptor\28SkFontDescriptor*\2c\20bool*\29\20const +11208:SkTypeface::onOpenExistingStream\28int*\29\20const +11209:SkTypeface::onCreateScalerContextAsProxyTypeface\28SkScalerContextEffects\20const&\2c\20SkDescriptor\20const*\2c\20SkTypeface*\29\20const +11210:SkTypeface::onCopyTableData\28unsigned\20int\29\20const +11211:SkTypeface::onComputeBounds\28SkRect*\29\20const +11212:SkTriColorShader::type\28\29\20const +11213:SkTriColorShader::isOpaque\28\29\20const +11214:SkTriColorShader::appendStages\28SkStageRec\20const&\2c\20SkShaders::MatrixRec\20const&\29\20const +11215:SkTransformShader::appendStages\28SkStageRec\20const&\2c\20SkShaders::MatrixRec\20const&\29\20const +11216:SkTQuad::subDivide\28double\2c\20double\2c\20SkTCurve*\29\20const +11217:SkTQuad::setBounds\28SkDRect*\29\20const +11218:SkTQuad::ptAtT\28double\29\20const +11219:SkTQuad::make\28SkArenaAlloc&\29\20const +11220:SkTQuad::intersectRay\28SkIntersections*\2c\20SkDLine\20const&\29\20const +11221:SkTQuad::hullIntersects\28SkTCurve\20const&\2c\20bool*\29\20const +11222:SkTQuad::dxdyAtT\28double\29\20const +11223:SkTQuad::debugInit\28\29 +11224:SkTMaskGamma<3\2c\203\2c\203>::~SkTMaskGamma\28\29_4945 +11225:SkTCubic::subDivide\28double\2c\20double\2c\20SkTCurve*\29\20const +11226:SkTCubic::setBounds\28SkDRect*\29\20const +11227:SkTCubic::ptAtT\28double\29\20const +11228:SkTCubic::otherPts\28int\2c\20SkDPoint\20const**\29\20const +11229:SkTCubic::maxIntersections\28\29\20const +11230:SkTCubic::make\28SkArenaAlloc&\29\20const +11231:SkTCubic::intersectRay\28SkIntersections*\2c\20SkDLine\20const&\29\20const +11232:SkTCubic::hullIntersects\28SkTCurve\20const&\2c\20bool*\29\20const +11233:SkTCubic::hullIntersects\28SkDCubic\20const&\2c\20bool*\29\20const +11234:SkTCubic::dxdyAtT\28double\29\20const +11235:SkTCubic::debugInit\28\29 +11236:SkTCubic::controlsInside\28\29\20const +11237:SkTCubic::collapsed\28\29\20const +11238:SkTConic::subDivide\28double\2c\20double\2c\20SkTCurve*\29\20const +11239:SkTConic::setBounds\28SkDRect*\29\20const +11240:SkTConic::ptAtT\28double\29\20const +11241:SkTConic::make\28SkArenaAlloc&\29\20const +11242:SkTConic::intersectRay\28SkIntersections*\2c\20SkDLine\20const&\29\20const +11243:SkTConic::hullIntersects\28SkTCurve\20const&\2c\20bool*\29\20const +11244:SkTConic::hullIntersects\28SkDQuad\20const&\2c\20bool*\29\20const +11245:SkTConic::dxdyAtT\28double\29\20const +11246:SkTConic::debugInit\28\29 +11247:SkSynchronizedResourceCache::~SkSynchronizedResourceCache\28\29_5253 +11248:SkSynchronizedResourceCache::visitAll\28void\20\28*\29\28SkResourceCache::Rec\20const&\2c\20void*\29\2c\20void*\29 +11249:SkSynchronizedResourceCache::setTotalByteLimit\28unsigned\20long\29 +11250:SkSynchronizedResourceCache::setSingleAllocationByteLimit\28unsigned\20long\29 +11251:SkSynchronizedResourceCache::purgeAll\28\29 +11252:SkSynchronizedResourceCache::newCachedData\28unsigned\20long\29 +11253:SkSynchronizedResourceCache::getTotalBytesUsed\28\29\20const +11254:SkSynchronizedResourceCache::getTotalByteLimit\28\29\20const +11255:SkSynchronizedResourceCache::getSingleAllocationByteLimit\28\29\20const +11256:SkSynchronizedResourceCache::getEffectiveSingleAllocationByteLimit\28\29\20const +11257:SkSynchronizedResourceCache::find\28SkResourceCache::Key\20const&\2c\20bool\20\28*\29\28SkResourceCache::Rec\20const&\2c\20void*\29\2c\20void*\29 +11258:SkSynchronizedResourceCache::dump\28\29\20const +11259:SkSynchronizedResourceCache::discardableFactory\28\29\20const +11260:SkSynchronizedResourceCache::add\28SkResourceCache::Rec*\2c\20void*\29 +11261:SkSweepGradient::getTypeName\28\29\20const +11262:SkSweepGradient::flatten\28SkWriteBuffer&\29\20const +11263:SkSweepGradient::asGradient\28SkShaderBase::GradientInfo*\2c\20SkMatrix*\29\20const +11264:SkSweepGradient::appendGradientStages\28SkArenaAlloc*\2c\20SkRasterPipeline*\2c\20SkRasterPipeline*\29\20const +11265:SkSurface_Raster::~SkSurface_Raster\28\29_5506 +11266:SkSurface_Raster::onWritePixels\28SkPixmap\20const&\2c\20int\2c\20int\29 +11267:SkSurface_Raster::onRestoreBackingMutability\28\29 +11268:SkSurface_Raster::onNewSurface\28SkImageInfo\20const&\29 +11269:SkSurface_Raster::onNewImageSnapshot\28SkIRect\20const*\29 +11270:SkSurface_Raster::onNewCanvas\28\29 +11271:SkSurface_Raster::onDraw\28SkCanvas*\2c\20float\2c\20float\2c\20SkSamplingOptions\20const&\2c\20SkPaint\20const*\29 +11272:SkSurface_Raster::onCopyOnWrite\28SkSurface::ContentChangeMode\29 +11273:SkSurface_Raster::imageInfo\28\29\20const +11274:SkSurface_Ganesh::~SkSurface_Ganesh\28\29_12356 +11275:SkSurface_Ganesh::replaceBackendTexture\28GrBackendTexture\20const&\2c\20GrSurfaceOrigin\2c\20SkSurface::ContentChangeMode\2c\20void\20\28*\29\28void*\29\2c\20void*\29 +11276:SkSurface_Ganesh::onWritePixels\28SkPixmap\20const&\2c\20int\2c\20int\29 +11277:SkSurface_Ganesh::onWait\28int\2c\20GrBackendSemaphore\20const*\2c\20bool\29 +11278:SkSurface_Ganesh::onNewSurface\28SkImageInfo\20const&\29 +11279:SkSurface_Ganesh::onNewImageSnapshot\28SkIRect\20const*\29 +11280:SkSurface_Ganesh::onNewCanvas\28\29 +11281:SkSurface_Ganesh::onIsCompatible\28GrSurfaceCharacterization\20const&\29\20const +11282:SkSurface_Ganesh::onGetRecordingContext\28\29\20const +11283:SkSurface_Ganesh::onDraw\28SkCanvas*\2c\20float\2c\20float\2c\20SkSamplingOptions\20const&\2c\20SkPaint\20const*\29 +11284:SkSurface_Ganesh::onCopyOnWrite\28SkSurface::ContentChangeMode\29 +11285:SkSurface_Ganesh::onCharacterize\28GrSurfaceCharacterization*\29\20const +11286:SkSurface_Ganesh::onCapabilities\28\29 +11287:SkSurface_Ganesh::onAsyncRescaleAndReadPixels\28SkImageInfo\20const&\2c\20SkIRect\2c\20SkImage::RescaleGamma\2c\20SkImage::RescaleMode\2c\20void\20\28*\29\28void*\2c\20std::__2::unique_ptr>\29\2c\20void*\29 +11288:SkSurface_Ganesh::onAsyncRescaleAndReadPixelsYUV420\28SkYUVColorSpace\2c\20bool\2c\20sk_sp\2c\20SkIRect\2c\20SkISize\2c\20SkImage::RescaleGamma\2c\20SkImage::RescaleMode\2c\20void\20\28*\29\28void*\2c\20std::__2::unique_ptr>\29\2c\20void*\29 +11289:SkSurface_Ganesh::imageInfo\28\29\20const +11290:SkSurface_Base::onMakeTemporaryImage\28\29 +11291:SkSurface_Base::onAsyncRescaleAndReadPixels\28SkImageInfo\20const&\2c\20SkIRect\2c\20SkImage::RescaleGamma\2c\20SkImage::RescaleMode\2c\20void\20\28*\29\28void*\2c\20std::__2::unique_ptr>\29\2c\20void*\29 +11292:SkSurface::imageInfo\28\29\20const +11293:SkStrikeCache::~SkStrikeCache\28\29_5169 +11294:SkStrikeCache::findOrCreateScopedStrike\28SkStrikeSpec\20const&\29 +11295:SkStrike::~SkStrike\28\29_5154 +11296:SkStrike::strikePromise\28\29 +11297:SkStrike::roundingSpec\28\29\20const +11298:SkStrike::getDescriptor\28\29\20const +11299:SkSpriteBlitter_Memcpy::blitRect\28int\2c\20int\2c\20int\2c\20int\29 +11300:SkSpriteBlitter::setup\28SkPixmap\20const&\2c\20int\2c\20int\2c\20SkPaint\20const&\29 +11301:SkSpriteBlitter::blitV\28int\2c\20int\2c\20int\2c\20unsigned\20char\29 +11302:SkSpriteBlitter::blitMask\28SkMask\20const&\2c\20SkIRect\20const&\29 +11303:SkSpriteBlitter::blitH\28int\2c\20int\2c\20int\29 +11304:SkSpecialImage_Raster::~SkSpecialImage_Raster\28\29_5091 +11305:SkSpecialImage_Raster::onMakeBackingStoreSubset\28SkIRect\20const&\29\20const +11306:SkSpecialImage_Raster::getSize\28\29\20const +11307:SkSpecialImage_Raster::backingStoreDimensions\28\29\20const +11308:SkSpecialImage_Raster::asShader\28SkTileMode\2c\20SkSamplingOptions\20const&\2c\20SkMatrix\20const&\2c\20bool\29\20const +11309:SkSpecialImage_Raster::asImage\28\29\20const +11310:SkSpecialImage_Gpu::~SkSpecialImage_Gpu\28\29_11320 +11311:SkSpecialImage_Gpu::onMakeBackingStoreSubset\28SkIRect\20const&\29\20const +11312:SkSpecialImage_Gpu::getSize\28\29\20const +11313:SkSpecialImage_Gpu::backingStoreDimensions\28\29\20const +11314:SkSpecialImage_Gpu::asImage\28\29\20const +11315:SkSpecialImage::asShader\28SkTileMode\2c\20SkSamplingOptions\20const&\2c\20SkMatrix\20const&\2c\20bool\29\20const +11316:SkShaper::TrivialLanguageRunIterator::~TrivialLanguageRunIterator\28\29_13272 +11317:SkShaper::TrivialLanguageRunIterator::currentLanguage\28\29\20const +11318:SkShaper::TrivialFontRunIterator::~TrivialFontRunIterator\28\29_8027 +11319:SkShaper::TrivialBiDiRunIterator::currentLevel\28\29\20const +11320:SkShaderBlurAlgorithm::maxSigma\28\29\20const +11321:SkShaderBlurAlgorithm::blur\28SkSize\2c\20sk_sp\2c\20SkIRect\20const&\2c\20SkTileMode\2c\20SkIRect\20const&\29\20const +11322:SkScan::HairSquarePath\28SkPathRaw\20const&\2c\20SkRasterClip\20const&\2c\20SkBlitter*\29 +11323:SkScan::HairRoundPath\28SkPathRaw\20const&\2c\20SkRasterClip\20const&\2c\20SkBlitter*\29 +11324:SkScan::HairPath\28SkPathRaw\20const&\2c\20SkRasterClip\20const&\2c\20SkBlitter*\29 +11325:SkScan::AntiHairSquarePath\28SkPathRaw\20const&\2c\20SkRasterClip\20const&\2c\20SkBlitter*\29 +11326:SkScan::AntiHairRoundPath\28SkPathRaw\20const&\2c\20SkRasterClip\20const&\2c\20SkBlitter*\29 +11327:SkScalerContext_FreeType::~SkScalerContext_FreeType\28\29_8679 +11328:SkScalerContext_FreeType::generatePath\28SkGlyph\20const&\29 +11329:SkScalerContext_FreeType::generateMetrics\28SkGlyph\20const&\2c\20SkArenaAlloc*\29 +11330:SkScalerContext_FreeType::generateImage\28SkGlyph\20const&\2c\20void*\29 +11331:SkScalerContext_FreeType::generateFontMetrics\28SkFontMetrics*\29 +11332:SkScalerContext_FreeType::generateDrawable\28SkGlyph\20const&\29 +11333:SkScalerContext::MakeEmpty\28SkTypeface&\2c\20SkScalerContextEffects\20const&\2c\20SkDescriptor\20const*\29::SkScalerContext_Empty::~SkScalerContext_Empty\28\29 +11334:SkScalerContext::MakeEmpty\28SkTypeface&\2c\20SkScalerContextEffects\20const&\2c\20SkDescriptor\20const*\29::SkScalerContext_Empty::generatePath\28SkGlyph\20const&\29 +11335:SkScalerContext::MakeEmpty\28SkTypeface&\2c\20SkScalerContextEffects\20const&\2c\20SkDescriptor\20const*\29::SkScalerContext_Empty::generateMetrics\28SkGlyph\20const&\2c\20SkArenaAlloc*\29 +11336:SkScalerContext::MakeEmpty\28SkTypeface&\2c\20SkScalerContextEffects\20const&\2c\20SkDescriptor\20const*\29::SkScalerContext_Empty::generateFontMetrics\28SkFontMetrics*\29 +11337:SkSRGBColorSpaceLuminance::toLuma\28float\2c\20float\29\20const +11338:SkSRGBColorSpaceLuminance::fromLuma\28float\2c\20float\29\20const +11339:SkSL::simplify_componentwise\28SkSL::Context\20const&\2c\20SkSL::Position\2c\20SkSL::Expression\20const&\2c\20SkSL::Operator\2c\20SkSL::Expression\20const&\29::$_3::__invoke\28double\2c\20double\29 +11340:SkSL::simplify_componentwise\28SkSL::Context\20const&\2c\20SkSL::Position\2c\20SkSL::Expression\20const&\2c\20SkSL::Operator\2c\20SkSL::Expression\20const&\29::$_2::__invoke\28double\2c\20double\29 +11341:SkSL::simplify_componentwise\28SkSL::Context\20const&\2c\20SkSL::Position\2c\20SkSL::Expression\20const&\2c\20SkSL::Operator\2c\20SkSL::Expression\20const&\29::$_1::__invoke\28double\2c\20double\29 +11342:SkSL::simplify_componentwise\28SkSL::Context\20const&\2c\20SkSL::Position\2c\20SkSL::Expression\20const&\2c\20SkSL::Operator\2c\20SkSL::Expression\20const&\29::$_0::__invoke\28double\2c\20double\29 +11343:SkSL::negate_value\28double\29 +11344:SkSL::eliminate_unreachable_code\28SkSpan>>\2c\20SkSL::ProgramUsage*\29::UnreachableCodeEliminator::~UnreachableCodeEliminator\28\29_7419 +11345:SkSL::eliminate_dead_local_variables\28SkSL::Context\20const&\2c\20SkSpan>>\2c\20SkSL::ProgramUsage*\29::DeadLocalVariableEliminator::~DeadLocalVariableEliminator\28\29_7416 +11346:SkSL::eliminate_dead_local_variables\28SkSL::Context\20const&\2c\20SkSpan>>\2c\20SkSL::ProgramUsage*\29::DeadLocalVariableEliminator::visitStatementPtr\28std::__2::unique_ptr>&\29 +11347:SkSL::eliminate_dead_local_variables\28SkSL::Context\20const&\2c\20SkSpan>>\2c\20SkSL::ProgramUsage*\29::DeadLocalVariableEliminator::visitExpressionPtr\28std::__2::unique_ptr>&\29 +11348:SkSL::count_returns_at_end_of_control_flow\28SkSL::FunctionDefinition\20const&\29::CountReturnsAtEndOfControlFlow::visitStatement\28SkSL::Statement\20const&\29 +11349:SkSL::bitwise_not_value\28double\29 +11350:SkSL::\28anonymous\20namespace\29::VariableWriteVisitor::visitExpression\28SkSL::Expression\20const&\29 +11351:SkSL::\28anonymous\20namespace\29::SampleOutsideMainVisitor::visitProgramElement\28SkSL::ProgramElement\20const&\29 +11352:SkSL::\28anonymous\20namespace\29::SampleOutsideMainVisitor::visitExpression\28SkSL::Expression\20const&\29 +11353:SkSL::\28anonymous\20namespace\29::ReturnsNonOpaqueColorVisitor::visitStatement\28SkSL::Statement\20const&\29 +11354:SkSL::\28anonymous\20namespace\29::ReturnsInputAlphaVisitor::visitStatement\28SkSL::Statement\20const&\29 +11355:SkSL::\28anonymous\20namespace\29::NodeCountVisitor::visitProgramElement\28SkSL::ProgramElement\20const&\29 +11356:SkSL::\28anonymous\20namespace\29::NodeCountVisitor::visitExpression\28SkSL::Expression\20const&\29 +11357:SkSL::\28anonymous\20namespace\29::MergeSampleUsageVisitor::visitProgramElement\28SkSL::ProgramElement\20const&\29 +11358:SkSL::\28anonymous\20namespace\29::MergeSampleUsageVisitor::visitExpression\28SkSL::Expression\20const&\29 +11359:SkSL::\28anonymous\20namespace\29::FinalizationVisitor::~FinalizationVisitor\28\29_6582 +11360:SkSL::\28anonymous\20namespace\29::FinalizationVisitor::visitExpression\28SkSL::Expression\20const&\29 +11361:SkSL::\28anonymous\20namespace\29::ES2IndexingVisitor::~ES2IndexingVisitor\28\29_6605 +11362:SkSL::\28anonymous\20namespace\29::ES2IndexingVisitor::visitStatement\28SkSL::Statement\20const&\29 +11363:SkSL::\28anonymous\20namespace\29::ES2IndexingVisitor::visitExpression\28SkSL::Expression\20const&\29 +11364:SkSL::VectorType::isOrContainsBool\28\29\20const +11365:SkSL::VectorType::isAllowedInUniform\28SkSL::Position*\29\20const +11366:SkSL::VectorType::isAllowedInES2\28\29\20const +11367:SkSL::VariableReference::clone\28SkSL::Position\29\20const +11368:SkSL::Variable::~Variable\28\29_7385 +11369:SkSL::Variable::setInterfaceBlock\28SkSL::InterfaceBlock*\29 +11370:SkSL::Variable::mangledName\28\29\20const +11371:SkSL::Variable::layout\28\29\20const +11372:SkSL::Variable::description\28\29\20const +11373:SkSL::VarDeclaration::~VarDeclaration\28\29_7383 +11374:SkSL::VarDeclaration::description\28\29\20const +11375:SkSL::TypeReference::clone\28SkSL::Position\29\20const +11376:SkSL::Type::minimumValue\28\29\20const +11377:SkSL::Type::maximumValue\28\29\20const +11378:SkSL::Type::matches\28SkSL::Type\20const&\29\20const +11379:SkSL::Type::isAllowedInUniform\28SkSL::Position*\29\20const +11380:SkSL::Type::fields\28\29\20const +11381:SkSL::Type::description\28\29\20const +11382:SkSL::Transform::HoistSwitchVarDeclarationsAtTopLevel\28SkSL::Context\20const&\2c\20skia_private::STArray<2\2c\20std::__2::unique_ptr>\2c\20true>&\2c\20SkSL::SymbolTable&\2c\20SkSL::Position\29::HoistSwitchVarDeclsVisitor::~HoistSwitchVarDeclsVisitor\28\29_7433 +11383:SkSL::Tracer::var\28int\2c\20int\29 +11384:SkSL::Tracer::scope\28int\29 +11385:SkSL::Tracer::line\28int\29 +11386:SkSL::Tracer::exit\28int\29 +11387:SkSL::Tracer::enter\28int\29 +11388:SkSL::TextureType::textureAccess\28\29\20const +11389:SkSL::TextureType::isMultisampled\28\29\20const +11390:SkSL::TextureType::isDepth\28\29\20const +11391:SkSL::TernaryExpression::~TernaryExpression\28\29_7198 +11392:SkSL::TernaryExpression::description\28SkSL::OperatorPrecedence\29\20const +11393:SkSL::TernaryExpression::clone\28SkSL::Position\29\20const +11394:SkSL::TProgramVisitor::visitExpression\28SkSL::Expression&\29 +11395:SkSL::Swizzle::description\28SkSL::OperatorPrecedence\29\20const +11396:SkSL::Swizzle::clone\28SkSL::Position\29\20const +11397:SkSL::SwitchStatement::description\28\29\20const +11398:SkSL::SwitchCase::description\28\29\20const +11399:SkSL::StructType::slotType\28unsigned\20long\29\20const +11400:SkSL::StructType::isOrContainsUnsizedArray\28\29\20const +11401:SkSL::StructType::isOrContainsBool\28\29\20const +11402:SkSL::StructType::isOrContainsAtomic\28\29\20const +11403:SkSL::StructType::isOrContainsArray\28\29\20const +11404:SkSL::StructType::isInterfaceBlock\28\29\20const +11405:SkSL::StructType::isBuiltin\28\29\20const +11406:SkSL::StructType::isAllowedInUniform\28SkSL::Position*\29\20const +11407:SkSL::StructType::isAllowedInES2\28\29\20const +11408:SkSL::StructType::fields\28\29\20const +11409:SkSL::StructDefinition::description\28\29\20const +11410:SkSL::StringStream::~StringStream\28\29_13204 +11411:SkSL::StringStream::write\28void\20const*\2c\20unsigned\20long\29 +11412:SkSL::StringStream::writeText\28char\20const*\29 +11413:SkSL::StringStream::write8\28unsigned\20char\29 +11414:SkSL::Setting::description\28SkSL::OperatorPrecedence\29\20const +11415:SkSL::Setting::clone\28SkSL::Position\29\20const +11416:SkSL::ScalarType::priority\28\29\20const +11417:SkSL::ScalarType::numberKind\28\29\20const +11418:SkSL::ScalarType::minimumValue\28\29\20const +11419:SkSL::ScalarType::maximumValue\28\29\20const +11420:SkSL::ScalarType::isOrContainsBool\28\29\20const +11421:SkSL::ScalarType::isAllowedInUniform\28SkSL::Position*\29\20const +11422:SkSL::ScalarType::isAllowedInES2\28\29\20const +11423:SkSL::ScalarType::bitWidth\28\29\20const +11424:SkSL::SamplerType::textureAccess\28\29\20const +11425:SkSL::SamplerType::isMultisampled\28\29\20const +11426:SkSL::SamplerType::isDepth\28\29\20const +11427:SkSL::SamplerType::isArrayedTexture\28\29\20const +11428:SkSL::SamplerType::dimensions\28\29\20const +11429:SkSL::ReturnStatement::description\28\29\20const +11430:SkSL::RP::VariableLValue::store\28SkSL::RP::Generator*\2c\20SkSL::RP::SlotRange\2c\20SkSL::RP::AutoStack*\2c\20SkSpan\29 +11431:SkSL::RP::VariableLValue::push\28SkSL::RP::Generator*\2c\20SkSL::RP::SlotRange\2c\20SkSL::RP::AutoStack*\2c\20SkSpan\29 +11432:SkSL::RP::VariableLValue::isWritable\28\29\20const +11433:SkSL::RP::UnownedLValueSlice::store\28SkSL::RP::Generator*\2c\20SkSL::RP::SlotRange\2c\20SkSL::RP::AutoStack*\2c\20SkSpan\29 +11434:SkSL::RP::UnownedLValueSlice::push\28SkSL::RP::Generator*\2c\20SkSL::RP::SlotRange\2c\20SkSL::RP::AutoStack*\2c\20SkSpan\29 +11435:SkSL::RP::UnownedLValueSlice::fixedSlotRange\28SkSL::RP::Generator*\29 +11436:SkSL::RP::SwizzleLValue::~SwizzleLValue\28\29_6875 +11437:SkSL::RP::SwizzleLValue::swizzle\28\29 +11438:SkSL::RP::SwizzleLValue::store\28SkSL::RP::Generator*\2c\20SkSL::RP::SlotRange\2c\20SkSL::RP::AutoStack*\2c\20SkSpan\29 +11439:SkSL::RP::SwizzleLValue::push\28SkSL::RP::Generator*\2c\20SkSL::RP::SlotRange\2c\20SkSL::RP::AutoStack*\2c\20SkSpan\29 +11440:SkSL::RP::SwizzleLValue::fixedSlotRange\28SkSL::RP::Generator*\29 +11441:SkSL::RP::ScratchLValue::~ScratchLValue\28\29_6771 +11442:SkSL::RP::ScratchLValue::push\28SkSL::RP::Generator*\2c\20SkSL::RP::SlotRange\2c\20SkSL::RP::AutoStack*\2c\20SkSpan\29 +11443:SkSL::RP::ScratchLValue::fixedSlotRange\28SkSL::RP::Generator*\29 +11444:SkSL::RP::LValueSlice::~LValueSlice\28\29_6873 +11445:SkSL::RP::ImmutableLValue::push\28SkSL::RP::Generator*\2c\20SkSL::RP::SlotRange\2c\20SkSL::RP::AutoStack*\2c\20SkSpan\29 +11446:SkSL::RP::DynamicIndexLValue::~DynamicIndexLValue\28\29_6867 +11447:SkSL::RP::DynamicIndexLValue::store\28SkSL::RP::Generator*\2c\20SkSL::RP::SlotRange\2c\20SkSL::RP::AutoStack*\2c\20SkSpan\29 +11448:SkSL::RP::DynamicIndexLValue::push\28SkSL::RP::Generator*\2c\20SkSL::RP::SlotRange\2c\20SkSL::RP::AutoStack*\2c\20SkSpan\29 +11449:SkSL::RP::DynamicIndexLValue::isWritable\28\29\20const +11450:SkSL::RP::DynamicIndexLValue::fixedSlotRange\28SkSL::RP::Generator*\29 +11451:SkSL::ProgramVisitor::visitStatementPtr\28std::__2::unique_ptr>\20const&\29 +11452:SkSL::ProgramVisitor::visitExpressionPtr\28std::__2::unique_ptr>\20const&\29 +11453:SkSL::PrefixExpression::~PrefixExpression\28\29_7158 +11454:SkSL::PrefixExpression::~PrefixExpression\28\29 +11455:SkSL::PrefixExpression::description\28SkSL::OperatorPrecedence\29\20const +11456:SkSL::PrefixExpression::clone\28SkSL::Position\29\20const +11457:SkSL::PostfixExpression::description\28SkSL::OperatorPrecedence\29\20const +11458:SkSL::PostfixExpression::clone\28SkSL::Position\29\20const +11459:SkSL::Poison::description\28SkSL::OperatorPrecedence\29\20const +11460:SkSL::Poison::clone\28SkSL::Position\29\20const +11461:SkSL::PipelineStage::Callbacks::getMainName\28\29 +11462:SkSL::Parser::Checkpoint::ForwardingErrorReporter::~ForwardingErrorReporter\28\29_6540 +11463:SkSL::Parser::Checkpoint::ForwardingErrorReporter::handleError\28std::__2::basic_string_view>\2c\20SkSL::Position\29 +11464:SkSL::Nop::description\28\29\20const +11465:SkSL::ModifiersDeclaration::description\28\29\20const +11466:SkSL::MethodReference::description\28SkSL::OperatorPrecedence\29\20const +11467:SkSL::MethodReference::clone\28SkSL::Position\29\20const +11468:SkSL::MatrixType::slotCount\28\29\20const +11469:SkSL::MatrixType::rows\28\29\20const +11470:SkSL::MatrixType::isAllowedInES2\28\29\20const +11471:SkSL::LiteralType::minimumValue\28\29\20const +11472:SkSL::LiteralType::maximumValue\28\29\20const +11473:SkSL::LiteralType::isOrContainsBool\28\29\20const +11474:SkSL::Literal::getConstantValue\28int\29\20const +11475:SkSL::Literal::description\28SkSL::OperatorPrecedence\29\20const +11476:SkSL::Literal::compareConstant\28SkSL::Expression\20const&\29\20const +11477:SkSL::Literal::clone\28SkSL::Position\29\20const +11478:SkSL::Intrinsics::\28anonymous\20namespace\29::evaluate_uintBitsToFloat\28double\2c\20double\2c\20double\29 +11479:SkSL::Intrinsics::\28anonymous\20namespace\29::evaluate_trunc\28double\2c\20double\2c\20double\29 +11480:SkSL::Intrinsics::\28anonymous\20namespace\29::evaluate_tanh\28double\2c\20double\2c\20double\29 +11481:SkSL::Intrinsics::\28anonymous\20namespace\29::evaluate_tan\28double\2c\20double\2c\20double\29 +11482:SkSL::Intrinsics::\28anonymous\20namespace\29::evaluate_sub\28double\2c\20double\2c\20double\29 +11483:SkSL::Intrinsics::\28anonymous\20namespace\29::evaluate_step\28double\2c\20double\2c\20double\29 +11484:SkSL::Intrinsics::\28anonymous\20namespace\29::evaluate_sqrt\28double\2c\20double\2c\20double\29 +11485:SkSL::Intrinsics::\28anonymous\20namespace\29::evaluate_smoothstep\28double\2c\20double\2c\20double\29 +11486:SkSL::Intrinsics::\28anonymous\20namespace\29::evaluate_sinh\28double\2c\20double\2c\20double\29 +11487:SkSL::Intrinsics::\28anonymous\20namespace\29::evaluate_sin\28double\2c\20double\2c\20double\29 +11488:SkSL::Intrinsics::\28anonymous\20namespace\29::evaluate_sign\28double\2c\20double\2c\20double\29 +11489:SkSL::Intrinsics::\28anonymous\20namespace\29::evaluate_saturate\28double\2c\20double\2c\20double\29 +11490:SkSL::Intrinsics::\28anonymous\20namespace\29::evaluate_round\28double\2c\20double\2c\20double\29 +11491:SkSL::Intrinsics::\28anonymous\20namespace\29::evaluate_radians\28double\2c\20double\2c\20double\29 +11492:SkSL::Intrinsics::\28anonymous\20namespace\29::evaluate_pow\28double\2c\20double\2c\20double\29 +11493:SkSL::Intrinsics::\28anonymous\20namespace\29::evaluate_opposite_sign\28double\2c\20double\2c\20double\29 +11494:SkSL::Intrinsics::\28anonymous\20namespace\29::evaluate_not\28double\2c\20double\2c\20double\29 +11495:SkSL::Intrinsics::\28anonymous\20namespace\29::evaluate_mod\28double\2c\20double\2c\20double\29 +11496:SkSL::Intrinsics::\28anonymous\20namespace\29::evaluate_mix\28double\2c\20double\2c\20double\29 +11497:SkSL::Intrinsics::\28anonymous\20namespace\29::evaluate_min\28double\2c\20double\2c\20double\29 +11498:SkSL::Intrinsics::\28anonymous\20namespace\29::evaluate_max\28double\2c\20double\2c\20double\29 +11499:SkSL::Intrinsics::\28anonymous\20namespace\29::evaluate_log\28double\2c\20double\2c\20double\29 +11500:SkSL::Intrinsics::\28anonymous\20namespace\29::evaluate_log2\28double\2c\20double\2c\20double\29 +11501:SkSL::Intrinsics::\28anonymous\20namespace\29::evaluate_inversesqrt\28double\2c\20double\2c\20double\29 +11502:SkSL::Intrinsics::\28anonymous\20namespace\29::evaluate_intBitsToFloat\28double\2c\20double\2c\20double\29 +11503:SkSL::Intrinsics::\28anonymous\20namespace\29::evaluate_fract\28double\2c\20double\2c\20double\29 +11504:SkSL::Intrinsics::\28anonymous\20namespace\29::evaluate_fma\28double\2c\20double\2c\20double\29 +11505:SkSL::Intrinsics::\28anonymous\20namespace\29::evaluate_floor\28double\2c\20double\2c\20double\29 +11506:SkSL::Intrinsics::\28anonymous\20namespace\29::evaluate_floatBitsToUint\28double\2c\20double\2c\20double\29 +11507:SkSL::Intrinsics::\28anonymous\20namespace\29::evaluate_floatBitsToInt\28double\2c\20double\2c\20double\29 +11508:SkSL::Intrinsics::\28anonymous\20namespace\29::evaluate_exp\28double\2c\20double\2c\20double\29 +11509:SkSL::Intrinsics::\28anonymous\20namespace\29::evaluate_exp2\28double\2c\20double\2c\20double\29 +11510:SkSL::Intrinsics::\28anonymous\20namespace\29::evaluate_div\28double\2c\20double\2c\20double\29 +11511:SkSL::Intrinsics::\28anonymous\20namespace\29::evaluate_degrees\28double\2c\20double\2c\20double\29 +11512:SkSL::Intrinsics::\28anonymous\20namespace\29::evaluate_cosh\28double\2c\20double\2c\20double\29 +11513:SkSL::Intrinsics::\28anonymous\20namespace\29::evaluate_cos\28double\2c\20double\2c\20double\29 +11514:SkSL::Intrinsics::\28anonymous\20namespace\29::evaluate_clamp\28double\2c\20double\2c\20double\29 +11515:SkSL::Intrinsics::\28anonymous\20namespace\29::evaluate_ceil\28double\2c\20double\2c\20double\29 +11516:SkSL::Intrinsics::\28anonymous\20namespace\29::evaluate_atanh\28double\2c\20double\2c\20double\29 +11517:SkSL::Intrinsics::\28anonymous\20namespace\29::evaluate_atan\28double\2c\20double\2c\20double\29 +11518:SkSL::Intrinsics::\28anonymous\20namespace\29::evaluate_atan2\28double\2c\20double\2c\20double\29 +11519:SkSL::Intrinsics::\28anonymous\20namespace\29::evaluate_asinh\28double\2c\20double\2c\20double\29 +11520:SkSL::Intrinsics::\28anonymous\20namespace\29::evaluate_asin\28double\2c\20double\2c\20double\29 +11521:SkSL::Intrinsics::\28anonymous\20namespace\29::evaluate_add\28double\2c\20double\2c\20double\29 +11522:SkSL::Intrinsics::\28anonymous\20namespace\29::evaluate_acosh\28double\2c\20double\2c\20double\29 +11523:SkSL::Intrinsics::\28anonymous\20namespace\29::evaluate_acos\28double\2c\20double\2c\20double\29 +11524:SkSL::Intrinsics::\28anonymous\20namespace\29::evaluate_abs\28double\2c\20double\2c\20double\29 +11525:SkSL::Intrinsics::\28anonymous\20namespace\29::compare_notEqual\28double\2c\20double\29 +11526:SkSL::Intrinsics::\28anonymous\20namespace\29::compare_lessThan\28double\2c\20double\29 +11527:SkSL::Intrinsics::\28anonymous\20namespace\29::compare_lessThanEqual\28double\2c\20double\29 +11528:SkSL::Intrinsics::\28anonymous\20namespace\29::compare_greaterThan\28double\2c\20double\29 +11529:SkSL::Intrinsics::\28anonymous\20namespace\29::compare_greaterThanEqual\28double\2c\20double\29 +11530:SkSL::Intrinsics::\28anonymous\20namespace\29::compare_equal\28double\2c\20double\29 +11531:SkSL::Intrinsics::\28anonymous\20namespace\29::coalesce_length\28double\2c\20double\2c\20double\29 +11532:SkSL::Intrinsics::\28anonymous\20namespace\29::coalesce_dot\28double\2c\20double\2c\20double\29 +11533:SkSL::Intrinsics::\28anonymous\20namespace\29::coalesce_distance\28double\2c\20double\2c\20double\29 +11534:SkSL::Intrinsics::\28anonymous\20namespace\29::coalesce_any\28double\2c\20double\2c\20double\29 +11535:SkSL::Intrinsics::\28anonymous\20namespace\29::coalesce_all\28double\2c\20double\2c\20double\29 +11536:SkSL::InterfaceBlock::~InterfaceBlock\28\29_7132 +11537:SkSL::InterfaceBlock::~InterfaceBlock\28\29 +11538:SkSL::InterfaceBlock::description\28\29\20const +11539:SkSL::IndexExpression::~IndexExpression\28\29_7128 +11540:SkSL::IndexExpression::description\28SkSL::OperatorPrecedence\29\20const +11541:SkSL::IndexExpression::clone\28SkSL::Position\29\20const +11542:SkSL::IfStatement::~IfStatement\28\29_7126 +11543:SkSL::IfStatement::description\28\29\20const +11544:SkSL::GlobalVarDeclaration::description\28\29\20const +11545:SkSL::GenericType::slotType\28unsigned\20long\29\20const +11546:SkSL::GenericType::coercibleTypes\28\29\20const +11547:SkSL::GLSLCodeGenerator::~GLSLCodeGenerator\28\29_13261 +11548:SkSL::FunctionReference::description\28SkSL::OperatorPrecedence\29\20const +11549:SkSL::FunctionReference::clone\28SkSL::Position\29\20const +11550:SkSL::FunctionPrototype::description\28\29\20const +11551:SkSL::FunctionDefinition::description\28\29\20const +11552:SkSL::FunctionDefinition::Convert\28SkSL::Context\20const&\2c\20SkSL::Position\2c\20SkSL::FunctionDeclaration\20const&\2c\20std::__2::unique_ptr>\29::Finalizer::~Finalizer\28\29_7121 +11553:SkSL::FunctionCall::description\28SkSL::OperatorPrecedence\29\20const +11554:SkSL::FunctionCall::clone\28SkSL::Position\29\20const +11555:SkSL::ForStatement::~ForStatement\28\29_6998 +11556:SkSL::ForStatement::description\28\29\20const +11557:SkSL::FieldSymbol::description\28\29\20const +11558:SkSL::FieldAccess::clone\28SkSL::Position\29\20const +11559:SkSL::Extension::description\28\29\20const +11560:SkSL::ExtendedVariable::~ExtendedVariable\28\29_7393 +11561:SkSL::ExtendedVariable::setInterfaceBlock\28SkSL::InterfaceBlock*\29 +11562:SkSL::ExtendedVariable::mangledName\28\29\20const +11563:SkSL::ExtendedVariable::layout\28\29\20const +11564:SkSL::ExtendedVariable::interfaceBlock\28\29\20const +11565:SkSL::ExtendedVariable::detachDeadInterfaceBlock\28\29 +11566:SkSL::ExpressionStatement::description\28\29\20const +11567:SkSL::Expression::getConstantValue\28int\29\20const +11568:SkSL::Expression::description\28\29\20const +11569:SkSL::EmptyExpression::description\28SkSL::OperatorPrecedence\29\20const +11570:SkSL::EmptyExpression::clone\28SkSL::Position\29\20const +11571:SkSL::DoStatement::description\28\29\20const +11572:SkSL::DiscardStatement::description\28\29\20const +11573:SkSL::DebugTracePriv::~DebugTracePriv\28\29_7403 +11574:SkSL::DebugTracePriv::dump\28SkWStream*\29\20const +11575:SkSL::CountReturnsWithLimit::visitStatement\28SkSL::Statement\20const&\29 +11576:SkSL::ContinueStatement::description\28\29\20const +11577:SkSL::ConstructorStruct::clone\28SkSL::Position\29\20const +11578:SkSL::ConstructorSplat::getConstantValue\28int\29\20const +11579:SkSL::ConstructorSplat::clone\28SkSL::Position\29\20const +11580:SkSL::ConstructorScalarCast::clone\28SkSL::Position\29\20const +11581:SkSL::ConstructorMatrixResize::getConstantValue\28int\29\20const +11582:SkSL::ConstructorMatrixResize::clone\28SkSL::Position\29\20const +11583:SkSL::ConstructorDiagonalMatrix::getConstantValue\28int\29\20const +11584:SkSL::ConstructorDiagonalMatrix::clone\28SkSL::Position\29\20const +11585:SkSL::ConstructorCompoundCast::clone\28SkSL::Position\29\20const +11586:SkSL::ConstructorCompound::clone\28SkSL::Position\29\20const +11587:SkSL::ConstructorArrayCast::clone\28SkSL::Position\29\20const +11588:SkSL::ConstructorArray::clone\28SkSL::Position\29\20const +11589:SkSL::Compiler::CompilerErrorReporter::handleError\28std::__2::basic_string_view>\2c\20SkSL::Position\29 +11590:SkSL::CodeGenerator::~CodeGenerator\28\29 +11591:SkSL::ChildCall::description\28SkSL::OperatorPrecedence\29\20const +11592:SkSL::ChildCall::clone\28SkSL::Position\29\20const +11593:SkSL::BreakStatement::description\28\29\20const +11594:SkSL::Block::~Block\28\29_6908 +11595:SkSL::Block::description\28\29\20const +11596:SkSL::BinaryExpression::~BinaryExpression\28\29_6902 +11597:SkSL::BinaryExpression::description\28SkSL::OperatorPrecedence\29\20const +11598:SkSL::BinaryExpression::clone\28SkSL::Position\29\20const +11599:SkSL::ArrayType::slotType\28unsigned\20long\29\20const +11600:SkSL::ArrayType::slotCount\28\29\20const +11601:SkSL::ArrayType::matches\28SkSL::Type\20const&\29\20const +11602:SkSL::ArrayType::isUnsizedArray\28\29\20const +11603:SkSL::ArrayType::isOrContainsUnsizedArray\28\29\20const +11604:SkSL::ArrayType::isBuiltin\28\29\20const +11605:SkSL::ArrayType::isAllowedInUniform\28SkSL::Position*\29\20const +11606:SkSL::AnyConstructor::getConstantValue\28int\29\20const +11607:SkSL::AnyConstructor::description\28SkSL::OperatorPrecedence\29\20const +11608:SkSL::AnyConstructor::compareConstant\28SkSL::Expression\20const&\29\20const +11609:SkSL::Analysis::FindFunctionsToSpecialize\28SkSL::Program\20const&\2c\20SkSL::Analysis::SpecializationInfo*\2c\20std::__2::function\20const&\29::Searcher::~Searcher\28\29_6653 +11610:SkSL::Analysis::FindFunctionsToSpecialize\28SkSL::Program\20const&\2c\20SkSL::Analysis::SpecializationInfo*\2c\20std::__2::function\20const&\29::Searcher::visitExpression\28SkSL::Expression\20const&\29 +11611:SkSL::Analysis::CheckProgramStructure\28SkSL::Program\20const&\29::ProgramStructureVisitor::~ProgramStructureVisitor\28\29_6576 +11612:SkSL::Analysis::CheckProgramStructure\28SkSL::Program\20const&\29::ProgramStructureVisitor::visitExpression\28SkSL::Expression\20const&\29 +11613:SkSL::AliasType::textureAccess\28\29\20const +11614:SkSL::AliasType::slotType\28unsigned\20long\29\20const +11615:SkSL::AliasType::slotCount\28\29\20const +11616:SkSL::AliasType::rows\28\29\20const +11617:SkSL::AliasType::priority\28\29\20const +11618:SkSL::AliasType::isVector\28\29\20const +11619:SkSL::AliasType::isUnsizedArray\28\29\20const +11620:SkSL::AliasType::isStruct\28\29\20const +11621:SkSL::AliasType::isScalar\28\29\20const +11622:SkSL::AliasType::isMultisampled\28\29\20const +11623:SkSL::AliasType::isMatrix\28\29\20const +11624:SkSL::AliasType::isLiteral\28\29\20const +11625:SkSL::AliasType::isInterfaceBlock\28\29\20const +11626:SkSL::AliasType::isDepth\28\29\20const +11627:SkSL::AliasType::isArrayedTexture\28\29\20const +11628:SkSL::AliasType::isArray\28\29\20const +11629:SkSL::AliasType::dimensions\28\29\20const +11630:SkSL::AliasType::componentType\28\29\20const +11631:SkSL::AliasType::columns\28\29\20const +11632:SkSL::AliasType::coercibleTypes\28\29\20const +11633:SkRuntimeShader::~SkRuntimeShader\28\29_5611 +11634:SkRuntimeShader::type\28\29\20const +11635:SkRuntimeShader::isOpaque\28\29\20const +11636:SkRuntimeShader::getTypeName\28\29\20const +11637:SkRuntimeShader::flatten\28SkWriteBuffer&\29\20const +11638:SkRuntimeShader::appendStages\28SkStageRec\20const&\2c\20SkShaders::MatrixRec\20const&\29\20const +11639:SkRuntimeEffect::~SkRuntimeEffect\28\29_4928 +11640:SkRuntimeEffect::MakeFromSource\28SkString\2c\20SkRuntimeEffect::Options\20const&\2c\20SkSL::ProgramKind\29 +11641:SkRuntimeEffect::MakeForColorFilter\28SkString\2c\20SkRuntimeEffect::Options\20const&\29 +11642:SkRuntimeEffect::MakeForBlender\28SkString\2c\20SkRuntimeEffect::Options\20const&\29 +11643:SkRgnClipBlitter::blitV\28int\2c\20int\2c\20int\2c\20unsigned\20char\29 +11644:SkRgnClipBlitter::blitRect\28int\2c\20int\2c\20int\2c\20int\29 +11645:SkRgnClipBlitter::blitMask\28SkMask\20const&\2c\20SkIRect\20const&\29 +11646:SkRgnClipBlitter::blitH\28int\2c\20int\2c\20int\29 +11647:SkRgnClipBlitter::blitAntiRect\28int\2c\20int\2c\20int\2c\20int\2c\20unsigned\20char\2c\20unsigned\20char\29 +11648:SkRgnClipBlitter::blitAntiH\28int\2c\20int\2c\20unsigned\20char\20const*\2c\20short\20const*\29 +11649:SkRgnBuilder::~SkRgnBuilder\28\29_4846 +11650:SkRgnBuilder::blitH\28int\2c\20int\2c\20int\29 +11651:SkResourceCache::~SkResourceCache\28\29_4858 +11652:SkResourceCache::setSingleAllocationByteLimit\28unsigned\20long\29 +11653:SkResourceCache::purgeSharedID\28unsigned\20long\20long\29 +11654:SkResourceCache::getSingleAllocationByteLimit\28\29\20const +11655:SkRescaleAndReadPixels\28SkBitmap\2c\20SkImageInfo\20const&\2c\20SkIRect\20const&\2c\20SkImage::RescaleGamma\2c\20SkImage::RescaleMode\2c\20void\20\28*\29\28void*\2c\20std::__2::unique_ptr>\29\2c\20void*\29::Result::~Result\28\29_5480 +11656:SkRescaleAndReadPixels\28SkBitmap\2c\20SkImageInfo\20const&\2c\20SkIRect\20const&\2c\20SkImage::RescaleGamma\2c\20SkImage::RescaleMode\2c\20void\20\28*\29\28void*\2c\20std::__2::unique_ptr>\29\2c\20void*\29::Result::rowBytes\28int\29\20const +11657:SkRescaleAndReadPixels\28SkBitmap\2c\20SkImageInfo\20const&\2c\20SkIRect\20const&\2c\20SkImage::RescaleGamma\2c\20SkImage::RescaleMode\2c\20void\20\28*\29\28void*\2c\20std::__2::unique_ptr>\29\2c\20void*\29::Result::data\28int\29\20const +11658:SkRectClipBlitter::blitV\28int\2c\20int\2c\20int\2c\20unsigned\20char\29 +11659:SkRectClipBlitter::blitRect\28int\2c\20int\2c\20int\2c\20int\29 +11660:SkRectClipBlitter::blitMask\28SkMask\20const&\2c\20SkIRect\20const&\29 +11661:SkRectClipBlitter::blitH\28int\2c\20int\2c\20int\29 +11662:SkRectClipBlitter::blitAntiRect\28int\2c\20int\2c\20int\2c\20int\2c\20unsigned\20char\2c\20unsigned\20char\29 +11663:SkRectClipBlitter::blitAntiH\28int\2c\20int\2c\20unsigned\20char\20const*\2c\20short\20const*\29 +11664:SkRecordedDrawable::~SkRecordedDrawable\28\29_4821 +11665:SkRecordedDrawable::onMakePictureSnapshot\28\29 +11666:SkRecordedDrawable::onGetBounds\28\29 +11667:SkRecordedDrawable::onDraw\28SkCanvas*\29 +11668:SkRecordedDrawable::onApproximateBytesUsed\28\29 +11669:SkRecordedDrawable::getTypeName\28\29\20const +11670:SkRecordedDrawable::flatten\28SkWriteBuffer&\29\20const +11671:SkRecordCanvas::~SkRecordCanvas\28\29_4744 +11672:SkRecordCanvas::willSave\28\29 +11673:SkRecordCanvas::onResetClip\28\29 +11674:SkRecordCanvas::onDrawVerticesObject\28SkVertices\20const*\2c\20SkBlendMode\2c\20SkPaint\20const&\29 +11675:SkRecordCanvas::onDrawSlug\28sktext::gpu::Slug\20const*\2c\20SkPaint\20const&\29 +11676:SkRecordCanvas::onDrawShadowRec\28SkPath\20const&\2c\20SkDrawShadowRec\20const&\29 +11677:SkRecordCanvas::onDrawRegion\28SkRegion\20const&\2c\20SkPaint\20const&\29 +11678:SkRecordCanvas::onDrawRect\28SkRect\20const&\2c\20SkPaint\20const&\29 +11679:SkRecordCanvas::onDrawRRect\28SkRRect\20const&\2c\20SkPaint\20const&\29 +11680:SkRecordCanvas::onDrawPoints\28SkCanvas::PointMode\2c\20unsigned\20long\2c\20SkPoint\20const*\2c\20SkPaint\20const&\29 +11681:SkRecordCanvas::onDrawPicture\28SkPicture\20const*\2c\20SkMatrix\20const*\2c\20SkPaint\20const*\29 +11682:SkRecordCanvas::onDrawPath\28SkPath\20const&\2c\20SkPaint\20const&\29 +11683:SkRecordCanvas::onDrawPatch\28SkPoint\20const*\2c\20unsigned\20int\20const*\2c\20SkPoint\20const*\2c\20SkBlendMode\2c\20SkPaint\20const&\29 +11684:SkRecordCanvas::onDrawPaint\28SkPaint\20const&\29 +11685:SkRecordCanvas::onDrawOval\28SkRect\20const&\2c\20SkPaint\20const&\29 +11686:SkRecordCanvas::onDrawMesh\28SkMesh\20const&\2c\20sk_sp\2c\20SkPaint\20const&\29 +11687:SkRecordCanvas::onDrawImageRect2\28SkImage\20const*\2c\20SkRect\20const&\2c\20SkRect\20const&\2c\20SkSamplingOptions\20const&\2c\20SkPaint\20const*\2c\20SkCanvas::SrcRectConstraint\29 +11688:SkRecordCanvas::onDrawImageLattice2\28SkImage\20const*\2c\20SkCanvas::Lattice\20const&\2c\20SkRect\20const&\2c\20SkFilterMode\2c\20SkPaint\20const*\29 +11689:SkRecordCanvas::onDrawImage2\28SkImage\20const*\2c\20float\2c\20float\2c\20SkSamplingOptions\20const&\2c\20SkPaint\20const*\29 +11690:SkRecordCanvas::onDrawGlyphRunList\28sktext::GlyphRunList\20const&\2c\20SkPaint\20const&\29 +11691:SkRecordCanvas::onDrawEdgeAAQuad\28SkRect\20const&\2c\20SkPoint\20const*\2c\20SkCanvas::QuadAAFlags\2c\20SkRGBA4f<\28SkAlphaType\293>\20const&\2c\20SkBlendMode\29 +11692:SkRecordCanvas::onDrawEdgeAAImageSet2\28SkCanvas::ImageSetEntry\20const*\2c\20int\2c\20SkPoint\20const*\2c\20SkMatrix\20const*\2c\20SkSamplingOptions\20const&\2c\20SkPaint\20const*\2c\20SkCanvas::SrcRectConstraint\29 +11693:SkRecordCanvas::onDrawDrawable\28SkDrawable*\2c\20SkMatrix\20const*\29 +11694:SkRecordCanvas::onDrawDRRect\28SkRRect\20const&\2c\20SkRRect\20const&\2c\20SkPaint\20const&\29 +11695:SkRecordCanvas::onDrawBehind\28SkPaint\20const&\29 +11696:SkRecordCanvas::onDrawAtlas2\28SkImage\20const*\2c\20SkRSXform\20const*\2c\20SkRect\20const*\2c\20unsigned\20int\20const*\2c\20int\2c\20SkBlendMode\2c\20SkSamplingOptions\20const&\2c\20SkRect\20const*\2c\20SkPaint\20const*\29 +11697:SkRecordCanvas::onDrawArc\28SkRect\20const&\2c\20float\2c\20float\2c\20bool\2c\20SkPaint\20const&\29 +11698:SkRecordCanvas::onDrawAnnotation\28SkRect\20const&\2c\20char\20const*\2c\20SkData*\29 +11699:SkRecordCanvas::onDoSaveBehind\28SkRect\20const*\29 +11700:SkRecordCanvas::onClipShader\28sk_sp\2c\20SkClipOp\29 +11701:SkRecordCanvas::onClipRegion\28SkRegion\20const&\2c\20SkClipOp\29 +11702:SkRecordCanvas::onClipRect\28SkRect\20const&\2c\20SkClipOp\2c\20SkCanvas::ClipEdgeStyle\29 +11703:SkRecordCanvas::onClipRRect\28SkRRect\20const&\2c\20SkClipOp\2c\20SkCanvas::ClipEdgeStyle\29 +11704:SkRecordCanvas::onClipPath\28SkPath\20const&\2c\20SkClipOp\2c\20SkCanvas::ClipEdgeStyle\29 +11705:SkRecordCanvas::getSaveLayerStrategy\28SkCanvas::SaveLayerRec\20const&\29 +11706:SkRecordCanvas::didTranslate\28float\2c\20float\29 +11707:SkRecordCanvas::didSetM44\28SkM44\20const&\29 +11708:SkRecordCanvas::didScale\28float\2c\20float\29 +11709:SkRecordCanvas::didRestore\28\29 +11710:SkRecordCanvas::didConcat44\28SkM44\20const&\29 +11711:SkRecord::~SkRecord\28\29_4742 +11712:SkRasterPipelineSpriteBlitter::~SkRasterPipelineSpriteBlitter\28\29_2578 +11713:SkRasterPipelineSpriteBlitter::setup\28SkPixmap\20const&\2c\20int\2c\20int\2c\20SkPaint\20const&\29 +11714:SkRasterPipelineSpriteBlitter::blitRect\28int\2c\20int\2c\20int\2c\20int\29 +11715:SkRasterPipelineBlitter::~SkRasterPipelineBlitter\28\29_4715 +11716:SkRasterPipelineBlitter::canDirectBlit\28\29 +11717:SkRasterPipelineBlitter::blitV\28int\2c\20int\2c\20int\2c\20unsigned\20char\29 +11718:SkRasterPipelineBlitter::blitH\28int\2c\20int\2c\20int\29 +11719:SkRasterPipelineBlitter::blitAntiV2\28int\2c\20int\2c\20unsigned\20int\2c\20unsigned\20int\29 +11720:SkRasterPipelineBlitter::blitAntiH\28int\2c\20int\2c\20unsigned\20char\20const*\2c\20short\20const*\29 +11721:SkRasterPipelineBlitter::blitAntiH2\28int\2c\20int\2c\20unsigned\20int\2c\20unsigned\20int\29 +11722:SkRasterPipelineBlitter::Create\28SkPixmap\20const&\2c\20SkPaint\20const&\2c\20SkRGBA4f<\28SkAlphaType\293>\20const&\2c\20SkArenaAlloc*\2c\20SkRasterPipeline\20const&\2c\20bool\2c\20bool\2c\20SkShader\20const*\29::$_3::__invoke\28SkPixmap*\2c\20int\2c\20int\2c\20int\2c\20int\2c\20unsigned\20long\20long\29 +11723:SkRasterPipelineBlitter::Create\28SkPixmap\20const&\2c\20SkPaint\20const&\2c\20SkRGBA4f<\28SkAlphaType\293>\20const&\2c\20SkArenaAlloc*\2c\20SkRasterPipeline\20const&\2c\20bool\2c\20bool\2c\20SkShader\20const*\29::$_2::__invoke\28SkPixmap*\2c\20int\2c\20int\2c\20int\2c\20int\2c\20unsigned\20long\20long\29 +11724:SkRasterPipelineBlitter::Create\28SkPixmap\20const&\2c\20SkPaint\20const&\2c\20SkRGBA4f<\28SkAlphaType\293>\20const&\2c\20SkArenaAlloc*\2c\20SkRasterPipeline\20const&\2c\20bool\2c\20bool\2c\20SkShader\20const*\29::$_1::__invoke\28SkPixmap*\2c\20int\2c\20int\2c\20int\2c\20int\2c\20unsigned\20long\20long\29 +11725:SkRasterPipelineBlitter::Create\28SkPixmap\20const&\2c\20SkPaint\20const&\2c\20SkRGBA4f<\28SkAlphaType\293>\20const&\2c\20SkArenaAlloc*\2c\20SkRasterPipeline\20const&\2c\20bool\2c\20bool\2c\20SkShader\20const*\29::$_0::__invoke\28SkPixmap*\2c\20int\2c\20int\2c\20int\2c\20int\2c\20unsigned\20long\20long\29 +11726:SkRadialGradient::getTypeName\28\29\20const +11727:SkRadialGradient::flatten\28SkWriteBuffer&\29\20const +11728:SkRadialGradient::asGradient\28SkShaderBase::GradientInfo*\2c\20SkMatrix*\29\20const +11729:SkRadialGradient::appendGradientStages\28SkArenaAlloc*\2c\20SkRasterPipeline*\2c\20SkRasterPipeline*\29\20const +11730:SkRTree::~SkRTree\28\29_4654 +11731:SkRTree::search\28SkRect\20const&\2c\20std::__2::vector>*\29\20const +11732:SkRTree::insert\28SkRect\20const*\2c\20int\29 +11733:SkRTree::bytesUsed\28\29\20const +11734:SkPixmap::erase\28SkRGBA4f<\28SkAlphaType\293>\20const&\2c\20SkIRect\20const*\29\20const::$_3::__invoke\28void*\2c\20unsigned\20long\20long\2c\20int\29 +11735:SkPixmap::erase\28SkRGBA4f<\28SkAlphaType\293>\20const&\2c\20SkIRect\20const*\29\20const::$_2::__invoke\28void*\2c\20unsigned\20long\20long\2c\20int\29 +11736:SkPixmap::erase\28SkRGBA4f<\28SkAlphaType\293>\20const&\2c\20SkIRect\20const*\29\20const::$_1::__invoke\28void*\2c\20unsigned\20long\20long\2c\20int\29 +11737:SkPixmap::erase\28SkRGBA4f<\28SkAlphaType\293>\20const&\2c\20SkIRect\20const*\29\20const::$_0::__invoke\28void*\2c\20unsigned\20long\20long\2c\20int\29 +11738:SkPixelRef::~SkPixelRef\28\29_4621 +11739:SkPictureRecord::~SkPictureRecord\28\29_4533 +11740:SkPictureRecord::willSave\28\29 +11741:SkPictureRecord::willRestore\28\29 +11742:SkPictureRecord::onResetClip\28\29 +11743:SkPictureRecord::onDrawVerticesObject\28SkVertices\20const*\2c\20SkBlendMode\2c\20SkPaint\20const&\29 +11744:SkPictureRecord::onDrawTextBlob\28SkTextBlob\20const*\2c\20float\2c\20float\2c\20SkPaint\20const&\29 +11745:SkPictureRecord::onDrawSlug\28sktext::gpu::Slug\20const*\2c\20SkPaint\20const&\29 +11746:SkPictureRecord::onDrawShadowRec\28SkPath\20const&\2c\20SkDrawShadowRec\20const&\29 +11747:SkPictureRecord::onDrawRegion\28SkRegion\20const&\2c\20SkPaint\20const&\29 +11748:SkPictureRecord::onDrawRect\28SkRect\20const&\2c\20SkPaint\20const&\29 +11749:SkPictureRecord::onDrawRRect\28SkRRect\20const&\2c\20SkPaint\20const&\29 +11750:SkPictureRecord::onDrawPoints\28SkCanvas::PointMode\2c\20unsigned\20long\2c\20SkPoint\20const*\2c\20SkPaint\20const&\29 +11751:SkPictureRecord::onDrawPicture\28SkPicture\20const*\2c\20SkMatrix\20const*\2c\20SkPaint\20const*\29 +11752:SkPictureRecord::onDrawPath\28SkPath\20const&\2c\20SkPaint\20const&\29 +11753:SkPictureRecord::onDrawPatch\28SkPoint\20const*\2c\20unsigned\20int\20const*\2c\20SkPoint\20const*\2c\20SkBlendMode\2c\20SkPaint\20const&\29 +11754:SkPictureRecord::onDrawPaint\28SkPaint\20const&\29 +11755:SkPictureRecord::onDrawOval\28SkRect\20const&\2c\20SkPaint\20const&\29 +11756:SkPictureRecord::onDrawImageRect2\28SkImage\20const*\2c\20SkRect\20const&\2c\20SkRect\20const&\2c\20SkSamplingOptions\20const&\2c\20SkPaint\20const*\2c\20SkCanvas::SrcRectConstraint\29 +11757:SkPictureRecord::onDrawImageLattice2\28SkImage\20const*\2c\20SkCanvas::Lattice\20const&\2c\20SkRect\20const&\2c\20SkFilterMode\2c\20SkPaint\20const*\29 +11758:SkPictureRecord::onDrawImage2\28SkImage\20const*\2c\20float\2c\20float\2c\20SkSamplingOptions\20const&\2c\20SkPaint\20const*\29 +11759:SkPictureRecord::onDrawEdgeAAQuad\28SkRect\20const&\2c\20SkPoint\20const*\2c\20SkCanvas::QuadAAFlags\2c\20SkRGBA4f<\28SkAlphaType\293>\20const&\2c\20SkBlendMode\29 +11760:SkPictureRecord::onDrawEdgeAAImageSet2\28SkCanvas::ImageSetEntry\20const*\2c\20int\2c\20SkPoint\20const*\2c\20SkMatrix\20const*\2c\20SkSamplingOptions\20const&\2c\20SkPaint\20const*\2c\20SkCanvas::SrcRectConstraint\29 +11761:SkPictureRecord::onDrawDrawable\28SkDrawable*\2c\20SkMatrix\20const*\29 +11762:SkPictureRecord::onDrawDRRect\28SkRRect\20const&\2c\20SkRRect\20const&\2c\20SkPaint\20const&\29 +11763:SkPictureRecord::onDrawBehind\28SkPaint\20const&\29 +11764:SkPictureRecord::onDrawAtlas2\28SkImage\20const*\2c\20SkRSXform\20const*\2c\20SkRect\20const*\2c\20unsigned\20int\20const*\2c\20int\2c\20SkBlendMode\2c\20SkSamplingOptions\20const&\2c\20SkRect\20const*\2c\20SkPaint\20const*\29 +11765:SkPictureRecord::onDrawArc\28SkRect\20const&\2c\20float\2c\20float\2c\20bool\2c\20SkPaint\20const&\29 +11766:SkPictureRecord::onDrawAnnotation\28SkRect\20const&\2c\20char\20const*\2c\20SkData*\29 +11767:SkPictureRecord::onDoSaveBehind\28SkRect\20const*\29 +11768:SkPictureRecord::onClipShader\28sk_sp\2c\20SkClipOp\29 +11769:SkPictureRecord::onClipRegion\28SkRegion\20const&\2c\20SkClipOp\29 +11770:SkPictureRecord::onClipRect\28SkRect\20const&\2c\20SkClipOp\2c\20SkCanvas::ClipEdgeStyle\29 +11771:SkPictureRecord::onClipRRect\28SkRRect\20const&\2c\20SkClipOp\2c\20SkCanvas::ClipEdgeStyle\29 +11772:SkPictureRecord::onClipPath\28SkPath\20const&\2c\20SkClipOp\2c\20SkCanvas::ClipEdgeStyle\29 +11773:SkPictureRecord::getSaveLayerStrategy\28SkCanvas::SaveLayerRec\20const&\29 +11774:SkPictureRecord::didTranslate\28float\2c\20float\29 +11775:SkPictureRecord::didSetM44\28SkM44\20const&\29 +11776:SkPictureRecord::didScale\28float\2c\20float\29 +11777:SkPictureRecord::didConcat44\28SkM44\20const&\29 +11778:SkPictureImageGenerator::~SkPictureImageGenerator\28\29_5472 +11779:SkPictureImageGenerator::onGetPixels\28SkImageInfo\20const&\2c\20void*\2c\20unsigned\20long\2c\20SkImageGenerator::Options\20const&\29 +11780:SkOTUtils::LocalizedStrings_SingleName::~LocalizedStrings_SingleName\28\29_8739 +11781:SkOTUtils::LocalizedStrings_SingleName::next\28SkTypeface::LocalizedString*\29 +11782:SkOTUtils::LocalizedStrings_NameTable::~LocalizedStrings_NameTable\28\29_7867 +11783:SkOTUtils::LocalizedStrings_NameTable::next\28SkTypeface::LocalizedString*\29 +11784:SkNoPixelsDevice::~SkNoPixelsDevice\28\29_3147 +11785:SkNoPixelsDevice::replaceClip\28SkIRect\20const&\29 +11786:SkNoPixelsDevice::pushClipStack\28\29 +11787:SkNoPixelsDevice::popClipStack\28\29 +11788:SkNoPixelsDevice::onClipShader\28sk_sp\29 +11789:SkNoPixelsDevice::isClipWideOpen\28\29\20const +11790:SkNoPixelsDevice::isClipRect\28\29\20const +11791:SkNoPixelsDevice::isClipEmpty\28\29\20const +11792:SkNoPixelsDevice::isClipAntiAliased\28\29\20const +11793:SkNoPixelsDevice::devClipBounds\28\29\20const +11794:SkNoPixelsDevice::clipRegion\28SkRegion\20const&\2c\20SkClipOp\29 +11795:SkNoPixelsDevice::clipRect\28SkRect\20const&\2c\20SkClipOp\2c\20bool\29 +11796:SkNoPixelsDevice::clipRRect\28SkRRect\20const&\2c\20SkClipOp\2c\20bool\29 +11797:SkNoPixelsDevice::clipPath\28SkPath\20const&\2c\20SkClipOp\2c\20bool\29 +11798:SkNoPixelsDevice::android_utils_clipAsRgn\28SkRegion*\29\20const +11799:SkMipmap::~SkMipmap\28\29_3703 +11800:SkMipmap::onDataChange\28void*\2c\20void*\29 +11801:SkMemoryStream::~SkMemoryStream\28\29_5132 +11802:SkMemoryStream::setMemory\28void\20const*\2c\20unsigned\20long\2c\20bool\29 +11803:SkMemoryStream::seek\28unsigned\20long\29 +11804:SkMemoryStream::rewind\28\29 +11805:SkMemoryStream::read\28void*\2c\20unsigned\20long\29 +11806:SkMemoryStream::peek\28void*\2c\20unsigned\20long\29\20const +11807:SkMemoryStream::onFork\28\29\20const +11808:SkMemoryStream::onDuplicate\28\29\20const +11809:SkMemoryStream::move\28long\29 +11810:SkMemoryStream::isAtEnd\28\29\20const +11811:SkMemoryStream::getMemoryBase\28\29 +11812:SkMemoryStream::getLength\28\29\20const +11813:SkMemoryStream::getData\28\29\20const +11814:SkMatrixColorFilter::onIsAlphaUnchanged\28\29\20const +11815:SkMatrixColorFilter::onAsAColorMatrix\28float*\29\20const +11816:SkMatrixColorFilter::getTypeName\28\29\20const +11817:SkMatrixColorFilter::flatten\28SkWriteBuffer&\29\20const +11818:SkMatrixColorFilter::appendStages\28SkStageRec\20const&\2c\20bool\29\20const +11819:SkMatrix::Trans_pts\28SkMatrix\20const&\2c\20SkPoint*\2c\20SkPoint\20const*\2c\20int\29 +11820:SkMatrix::Scale_pts\28SkMatrix\20const&\2c\20SkPoint*\2c\20SkPoint\20const*\2c\20int\29 +11821:SkMatrix::Poly4Proc\28SkPoint\20const*\2c\20SkMatrix*\29 +11822:SkMatrix::Poly3Proc\28SkPoint\20const*\2c\20SkMatrix*\29 +11823:SkMatrix::Poly2Proc\28SkPoint\20const*\2c\20SkMatrix*\29 +11824:SkMatrix::Persp_pts\28SkMatrix\20const&\2c\20SkPoint*\2c\20SkPoint\20const*\2c\20int\29 +11825:SkMatrix::Identity_pts\28SkMatrix\20const&\2c\20SkPoint*\2c\20SkPoint\20const*\2c\20int\29 +11826:SkMatrix::Affine_vpts\28SkMatrix\20const&\2c\20SkPoint*\2c\20SkPoint\20const*\2c\20int\29 +11827:SkMaskFilterBase::filterRectsToNine\28SkSpan\2c\20SkMatrix\20const&\2c\20SkIRect\20const&\2c\20std::__2::optional*\2c\20SkResourceCache*\29\20const +11828:SkMaskFilterBase::filterRRectToNine\28SkRRect\20const&\2c\20SkMatrix\20const&\2c\20SkIRect\20const&\2c\20SkResourceCache*\29\20const +11829:SkMaskFilterBase::asImageFilter\28SkMatrix\20const&\2c\20SkPaint\20const&\29\20const +11830:SkMallocPixelRef::MakeAllocate\28SkImageInfo\20const&\2c\20unsigned\20long\29::PixelRef::~PixelRef\28\29_3555 +11831:SkMakePixelRefWithProc\28int\2c\20int\2c\20unsigned\20long\2c\20void*\2c\20void\20\28*\29\28void*\2c\20void*\29\2c\20void*\29::PixelRef::~PixelRef\28\29_4623 +11832:SkLocalMatrixShader::~SkLocalMatrixShader\28\29_5600 +11833:SkLocalMatrixShader::~SkLocalMatrixShader\28\29 +11834:SkLocalMatrixShader::type\28\29\20const +11835:SkLocalMatrixShader::onIsAImage\28SkMatrix*\2c\20SkTileMode*\29\20const +11836:SkLocalMatrixShader::onAsLuminanceColor\28SkRGBA4f<\28SkAlphaType\293>*\29\20const +11837:SkLocalMatrixShader::makeAsALocalMatrixShader\28SkMatrix*\29\20const +11838:SkLocalMatrixShader::isOpaque\28\29\20const +11839:SkLocalMatrixShader::isConstant\28SkRGBA4f<\28SkAlphaType\293>*\29\20const +11840:SkLocalMatrixShader::getTypeName\28\29\20const +11841:SkLocalMatrixShader::flatten\28SkWriteBuffer&\29\20const +11842:SkLocalMatrixShader::asGradient\28SkShaderBase::GradientInfo*\2c\20SkMatrix*\29\20const +11843:SkLocalMatrixShader::appendStages\28SkStageRec\20const&\2c\20SkShaders::MatrixRec\20const&\29\20const +11844:SkLocalMatrixImageFilter::onGetOutputLayerBounds\28skif::Mapping\20const&\2c\20std::__2::optional>\29\20const +11845:SkLocalMatrixImageFilter::onGetInputLayerBounds\28skif::Mapping\20const&\2c\20skif::LayerSpace\20const&\2c\20std::__2::optional>\29\20const +11846:SkLocalMatrixImageFilter::onFilterImage\28skif::Context\20const&\29\20const +11847:SkLocalMatrixImageFilter::getTypeName\28\29\20const +11848:SkLocalMatrixImageFilter::flatten\28SkWriteBuffer&\29\20const +11849:SkLocalMatrixImageFilter::computeFastBounds\28SkRect\20const&\29\20const +11850:SkLinearGradient::getTypeName\28\29\20const +11851:SkLinearGradient::flatten\28SkWriteBuffer&\29\20const +11852:SkLinearGradient::asGradient\28SkShaderBase::GradientInfo*\2c\20SkMatrix*\29\20const +11853:SkJSONWriter::popScope\28\29 +11854:SkJSONWriter::appendf\28char\20const*\2c\20...\29 +11855:SkIntersections::hasOppT\28double\29\20const +11856:SkImage_Raster::~SkImage_Raster\28\29_5448 +11857:SkImage_Raster::onReinterpretColorSpace\28sk_sp\29\20const +11858:SkImage_Raster::onReadPixels\28GrDirectContext*\2c\20SkImageInfo\20const&\2c\20void*\2c\20unsigned\20long\2c\20int\2c\20int\2c\20SkImage::CachingHint\29\20const +11859:SkImage_Raster::onPeekPixels\28SkPixmap*\29\20const +11860:SkImage_Raster::onPeekMips\28\29\20const +11861:SkImage_Raster::onMakeWithMipmaps\28sk_sp\29\20const +11862:SkImage_Raster::onMakeSubset\28SkRecorder*\2c\20SkIRect\20const&\2c\20SkImage::RequiredProperties\29\20const +11863:SkImage_Raster::onHasMipmaps\28\29\20const +11864:SkImage_Raster::onAsLegacyBitmap\28GrDirectContext*\2c\20SkBitmap*\29\20const +11865:SkImage_Raster::notifyAddedToRasterCache\28\29\20const +11866:SkImage_Raster::makeColorTypeAndColorSpace\28SkRecorder*\2c\20SkColorType\2c\20sk_sp\2c\20SkImage::RequiredProperties\29\20const +11867:SkImage_Raster::isValid\28SkRecorder*\29\20const +11868:SkImage_Raster::getROPixels\28GrDirectContext*\2c\20SkBitmap*\2c\20SkImage::CachingHint\29\20const +11869:SkImage_Picture::onMakeSubset\28SkRecorder*\2c\20SkIRect\20const&\2c\20SkImage::RequiredProperties\29\20const +11870:SkImage_LazyTexture::readPixelsProxy\28GrDirectContext*\2c\20SkPixmap\20const&\29\20const +11871:SkImage_LazyTexture::onMakeSubset\28SkRecorder*\2c\20SkIRect\20const&\2c\20SkImage::RequiredProperties\29\20const +11872:SkImage_Lazy::onReinterpretColorSpace\28sk_sp\29\20const +11873:SkImage_Lazy::onRefEncoded\28\29\20const +11874:SkImage_Lazy::onReadPixels\28GrDirectContext*\2c\20SkImageInfo\20const&\2c\20void*\2c\20unsigned\20long\2c\20int\2c\20int\2c\20SkImage::CachingHint\29\20const +11875:SkImage_Lazy::onMakeSubset\28SkRecorder*\2c\20SkIRect\20const&\2c\20SkImage::RequiredProperties\29\20const +11876:SkImage_Lazy::onIsProtected\28\29\20const +11877:SkImage_Lazy::makeColorTypeAndColorSpace\28SkRecorder*\2c\20SkColorType\2c\20sk_sp\2c\20SkImage::RequiredProperties\29\20const +11878:SkImage_Lazy::isValid\28SkRecorder*\29\20const +11879:SkImage_Lazy::getROPixels\28GrDirectContext*\2c\20SkBitmap*\2c\20SkImage::CachingHint\29\20const +11880:SkImage_GaneshBase::onReadPixels\28GrDirectContext*\2c\20SkImageInfo\20const&\2c\20void*\2c\20unsigned\20long\2c\20int\2c\20int\2c\20SkImage::CachingHint\29\20const +11881:SkImage_GaneshBase::onMakeSurface\28SkRecorder*\2c\20SkImageInfo\20const&\29\20const +11882:SkImage_GaneshBase::onMakeSubset\28SkRecorder*\2c\20SkIRect\20const&\2c\20SkImage::RequiredProperties\29\20const +11883:SkImage_GaneshBase::makeColorTypeAndColorSpace\28SkRecorder*\2c\20SkColorType\2c\20sk_sp\2c\20SkImage::RequiredProperties\29\20const +11884:SkImage_GaneshBase::isValid\28SkRecorder*\29\20const +11885:SkImage_GaneshBase::getROPixels\28GrDirectContext*\2c\20SkBitmap*\2c\20SkImage::CachingHint\29\20const +11886:SkImage_GaneshBase::directContext\28\29\20const +11887:SkImage_Ganesh::~SkImage_Ganesh\28\29_11286 +11888:SkImage_Ganesh::textureSize\28\29\20const +11889:SkImage_Ganesh::onReinterpretColorSpace\28sk_sp\29\20const +11890:SkImage_Ganesh::onMakeColorTypeAndColorSpace\28GrDirectContext*\2c\20SkColorType\2c\20sk_sp\29\20const +11891:SkImage_Ganesh::onIsProtected\28\29\20const +11892:SkImage_Ganesh::onHasMipmaps\28\29\20const +11893:SkImage_Ganesh::onAsyncRescaleAndReadPixels\28SkImageInfo\20const&\2c\20SkIRect\2c\20SkImage::RescaleGamma\2c\20SkImage::RescaleMode\2c\20void\20\28*\29\28void*\2c\20std::__2::unique_ptr>\29\2c\20void*\29\20const +11894:SkImage_Ganesh::onAsyncRescaleAndReadPixelsYUV420\28SkYUVColorSpace\2c\20bool\2c\20sk_sp\2c\20SkIRect\2c\20SkISize\2c\20SkImage::RescaleGamma\2c\20SkImage::RescaleMode\2c\20void\20\28*\29\28void*\2c\20std::__2::unique_ptr>\29\2c\20void*\29\20const +11895:SkImage_Ganesh::generatingSurfaceIsDeleted\28\29 +11896:SkImage_Ganesh::flush\28GrDirectContext*\2c\20GrFlushInfo\20const&\29\20const +11897:SkImage_Ganesh::asView\28GrRecordingContext*\2c\20skgpu::Mipmapped\2c\20GrImageTexGenPolicy\29\20const +11898:SkImage_Ganesh::asFragmentProcessor\28skgpu::ganesh::SurfaceDrawContext*\2c\20SkSamplingOptions\2c\20SkTileMode\20const*\2c\20SkMatrix\20const&\2c\20SkRect\20const*\2c\20SkRect\20const*\29\20const +11899:SkImage_Base::onAsyncRescaleAndReadPixels\28SkImageInfo\20const&\2c\20SkIRect\2c\20SkImage::RescaleGamma\2c\20SkImage::RescaleMode\2c\20void\20\28*\29\28void*\2c\20std::__2::unique_ptr>\29\2c\20void*\29\20const +11900:SkImage_Base::notifyAddedToRasterCache\28\29\20const +11901:SkImage_Base::makeSubset\28SkRecorder*\2c\20SkIRect\20const&\2c\20SkImage::RequiredProperties\29\20const +11902:SkImage_Base::makeColorSpace\28SkRecorder*\2c\20sk_sp\2c\20SkImage::RequiredProperties\29\20const +11903:SkImage_Base::isTextureBacked\28\29\20const +11904:SkImage_Base::isLazyGenerated\28\29\20const +11905:SkImageShader::~SkImageShader\28\29_5564 +11906:SkImageShader::onIsAImage\28SkMatrix*\2c\20SkTileMode*\29\20const +11907:SkImageShader::isOpaque\28\29\20const +11908:SkImageShader::getTypeName\28\29\20const +11909:SkImageShader::flatten\28SkWriteBuffer&\29\20const +11910:SkImageShader::appendStages\28SkStageRec\20const&\2c\20SkShaders::MatrixRec\20const&\29\20const +11911:SkImageGenerator::~SkImageGenerator\28\29_612 +11912:SkImageFilter::computeFastBounds\28SkRect\20const&\29\20const +11913:SkGradientBaseShader::onAsLuminanceColor\28SkRGBA4f<\28SkAlphaType\293>*\29\20const +11914:SkGradientBaseShader::isOpaque\28\29\20const +11915:SkGradientBaseShader::appendStages\28SkStageRec\20const&\2c\20SkShaders::MatrixRec\20const&\29\20const +11916:SkGaussianColorFilter::getTypeName\28\29\20const +11917:SkGaussianColorFilter::appendStages\28SkStageRec\20const&\2c\20bool\29\20const +11918:SkGammaColorSpaceLuminance::toLuma\28float\2c\20float\29\20const +11919:SkGammaColorSpaceLuminance::fromLuma\28float\2c\20float\29\20const +11920:SkFontStyleSet_Custom::~SkFontStyleSet_Custom\28\29_8616 +11921:SkFontStyleSet_Custom::getStyle\28int\2c\20SkFontStyle*\2c\20SkString*\29 +11922:SkFontScanner_FreeType::~SkFontScanner_FreeType\28\29_8753 +11923:SkFontScanner_FreeType::scanFile\28SkStreamAsset*\2c\20int*\29\20const +11924:SkFontScanner_FreeType::scanFace\28SkStreamAsset*\2c\20int\2c\20int*\29\20const +11925:SkFontScanner_FreeType::getFactoryId\28\29\20const +11926:SkFontMgr_Custom::~SkFontMgr_Custom\28\29_8622 +11927:SkFontMgr_Custom::onMatchFamily\28char\20const*\29\20const +11928:SkFontMgr_Custom::onMatchFamilyStyle\28char\20const*\2c\20SkFontStyle\20const&\29\20const +11929:SkFontMgr_Custom::onMakeFromStreamIndex\28std::__2::unique_ptr>\2c\20int\29\20const +11930:SkFontMgr_Custom::onMakeFromFile\28char\20const*\2c\20int\29\20const +11931:SkFontMgr_Custom::onMakeFromData\28sk_sp\2c\20int\29\20const +11932:SkFontMgr_Custom::onLegacyMakeTypeface\28char\20const*\2c\20SkFontStyle\29\20const +11933:SkFontMgr_Custom::onGetFamilyName\28int\2c\20SkString*\29\20const +11934:SkFILEStream::~SkFILEStream\28\29_5109 +11935:SkFILEStream::seek\28unsigned\20long\29 +11936:SkFILEStream::rewind\28\29 +11937:SkFILEStream::read\28void*\2c\20unsigned\20long\29 +11938:SkFILEStream::onFork\28\29\20const +11939:SkFILEStream::onDuplicate\28\29\20const +11940:SkFILEStream::move\28long\29 +11941:SkFILEStream::isAtEnd\28\29\20const +11942:SkFILEStream::getPosition\28\29\20const +11943:SkFILEStream::getLength\28\29\20const +11944:SkEmptyShader::getTypeName\28\29\20const +11945:SkEmptyPicture::~SkEmptyPicture\28\29 +11946:SkEmptyPicture::cullRect\28\29\20const +11947:SkEmptyFontMgr::onMatchFamily\28char\20const*\29\20const +11948:SkEdgeBuilder::build\28SkPathRaw\20const&\2c\20SkIRect\20const*\2c\20bool\29::$_0::__invoke\28SkEdgeClipper*\2c\20bool\2c\20void*\29 +11949:SkDynamicMemoryWStream::~SkDynamicMemoryWStream\28\29_5149 +11950:SkDynamicMemoryWStream::bytesWritten\28\29\20const +11951:SkDevice::strikeDeviceInfo\28\29\20const +11952:SkDevice::drawSlug\28SkCanvas*\2c\20sktext::gpu::Slug\20const*\2c\20SkPaint\20const&\29 +11953:SkDevice::drawRegion\28SkRegion\20const&\2c\20SkPaint\20const&\29 +11954:SkDevice::drawPatch\28SkPoint\20const*\2c\20unsigned\20int\20const*\2c\20SkPoint\20const*\2c\20sk_sp\2c\20SkPaint\20const&\29 +11955:SkDevice::drawImageLattice\28SkImage\20const*\2c\20SkCanvas::Lattice\20const&\2c\20SkRect\20const&\2c\20SkFilterMode\2c\20SkPaint\20const&\29 +11956:SkDevice::drawEdgeAAQuad\28SkRect\20const&\2c\20SkPoint\20const*\2c\20SkCanvas::QuadAAFlags\2c\20SkRGBA4f<\28SkAlphaType\293>\20const&\2c\20SkBlendMode\29 +11957:SkDevice::drawEdgeAAImageSet\28SkCanvas::ImageSetEntry\20const*\2c\20int\2c\20SkPoint\20const*\2c\20SkMatrix\20const*\2c\20SkSamplingOptions\20const&\2c\20SkPaint\20const&\2c\20SkCanvas::SrcRectConstraint\29 +11958:SkDevice::drawDrawable\28SkCanvas*\2c\20SkDrawable*\2c\20SkMatrix\20const*\29 +11959:SkDevice::drawDRRect\28SkRRect\20const&\2c\20SkRRect\20const&\2c\20SkPaint\20const&\29 +11960:SkDevice::drawCoverageMask\28SkSpecialImage\20const*\2c\20SkMatrix\20const&\2c\20SkSamplingOptions\20const&\2c\20SkPaint\20const&\29 +11961:SkDevice::drawBlurredRRect\28SkRRect\20const&\2c\20SkPaint\20const&\2c\20float\29 +11962:SkDevice::drawAtlas\28SkSpan\2c\20SkSpan\2c\20SkSpan\2c\20sk_sp\2c\20SkPaint\20const&\29 +11963:SkDevice::drawAsTiledImageRect\28SkCanvas*\2c\20SkImage\20const*\2c\20SkRect\20const*\2c\20SkRect\20const&\2c\20SkSamplingOptions\20const&\2c\20SkPaint\20const&\2c\20SkCanvas::SrcRectConstraint\29 +11964:SkDevice::createImageFilteringBackend\28SkSurfaceProps\20const&\2c\20SkColorType\29\20const +11965:SkDashImpl::~SkDashImpl\28\29_5825 +11966:SkDashImpl::onFilterPath\28SkPathBuilder*\2c\20SkPath\20const&\2c\20SkStrokeRec*\2c\20SkRect\20const*\2c\20SkMatrix\20const&\29\20const +11967:SkDashImpl::onAsPoints\28SkPathEffectBase::PointData*\2c\20SkPath\20const&\2c\20SkStrokeRec\20const&\2c\20SkMatrix\20const&\2c\20SkRect\20const*\29\20const +11968:SkDashImpl::getTypeName\28\29\20const +11969:SkDashImpl::flatten\28SkWriteBuffer&\29\20const +11970:SkDashImpl::asADash\28\29\20const +11971:SkDCurve::nearPoint\28SkPath::Verb\2c\20SkDPoint\20const&\2c\20SkDPoint\20const&\29\20const +11972:SkContourMeasure::~SkContourMeasure\28\29_3067 +11973:SkConicalGradient::getTypeName\28\29\20const +11974:SkConicalGradient::flatten\28SkWriteBuffer&\29\20const +11975:SkConicalGradient::asGradient\28SkShaderBase::GradientInfo*\2c\20SkMatrix*\29\20const +11976:SkConicalGradient::appendGradientStages\28SkArenaAlloc*\2c\20SkRasterPipeline*\2c\20SkRasterPipeline*\29\20const +11977:SkComposeColorFilter::~SkComposeColorFilter\28\29_5929 +11978:SkComposeColorFilter::onIsAlphaUnchanged\28\29\20const +11979:SkComposeColorFilter::getTypeName\28\29\20const +11980:SkComposeColorFilter::flatten\28SkWriteBuffer&\29\20const +11981:SkComposeColorFilter::appendStages\28SkStageRec\20const&\2c\20bool\29\20const +11982:SkColorSpaceXformColorFilter::~SkColorSpaceXformColorFilter\28\29_5922 +11983:SkColorSpaceXformColorFilter::getTypeName\28\29\20const +11984:SkColorSpaceXformColorFilter::flatten\28SkWriteBuffer&\29\20const +11985:SkColorSpaceXformColorFilter::appendStages\28SkStageRec\20const&\2c\20bool\29\20const +11986:SkColorShader::onAsLuminanceColor\28SkRGBA4f<\28SkAlphaType\293>*\29\20const +11987:SkColorShader::isOpaque\28\29\20const +11988:SkColorShader::isConstant\28SkRGBA4f<\28SkAlphaType\293>*\29\20const +11989:SkColorShader::getTypeName\28\29\20const +11990:SkColorShader::flatten\28SkWriteBuffer&\29\20const +11991:SkColorShader::appendStages\28SkStageRec\20const&\2c\20SkShaders::MatrixRec\20const&\29\20const +11992:SkColorFilterShader::~SkColorFilterShader\28\29_5537 +11993:SkColorFilterShader::isOpaque\28\29\20const +11994:SkColorFilterShader::getTypeName\28\29\20const +11995:SkColorFilterShader::flatten\28SkWriteBuffer&\29\20const +11996:SkColorFilterShader::appendStages\28SkStageRec\20const&\2c\20SkShaders::MatrixRec\20const&\29\20const +11997:SkColorFilterBase::onFilterColor4f\28SkRGBA4f<\28SkAlphaType\292>\20const&\2c\20SkColorSpace*\29\20const +11998:SkCoincidentSpans::setOppPtTStart\28SkOpPtT\20const*\29 +11999:SkCoincidentSpans::setOppPtTEnd\28SkOpPtT\20const*\29 +12000:SkCoincidentSpans::setCoinPtTStart\28SkOpPtT\20const*\29 +12001:SkCoincidentSpans::setCoinPtTEnd\28SkOpPtT\20const*\29 +12002:SkCanvas::~SkCanvas\28\29_2859 +12003:SkCanvas::recordingContext\28\29\20const +12004:SkCanvas::recorder\28\29\20const +12005:SkCanvas::onPeekPixels\28SkPixmap*\29 +12006:SkCanvas::onNewSurface\28SkImageInfo\20const&\2c\20SkSurfaceProps\20const&\29 +12007:SkCanvas::onImageInfo\28\29\20const +12008:SkCanvas::onGetProps\28SkSurfaceProps*\2c\20bool\29\20const +12009:SkCanvas::onDrawVerticesObject\28SkVertices\20const*\2c\20SkBlendMode\2c\20SkPaint\20const&\29 +12010:SkCanvas::onDrawTextBlob\28SkTextBlob\20const*\2c\20float\2c\20float\2c\20SkPaint\20const&\29 +12011:SkCanvas::onDrawSlug\28sktext::gpu::Slug\20const*\2c\20SkPaint\20const&\29 +12012:SkCanvas::onDrawShadowRec\28SkPath\20const&\2c\20SkDrawShadowRec\20const&\29 +12013:SkCanvas::onDrawRegion\28SkRegion\20const&\2c\20SkPaint\20const&\29 +12014:SkCanvas::onDrawRect\28SkRect\20const&\2c\20SkPaint\20const&\29 +12015:SkCanvas::onDrawRRect\28SkRRect\20const&\2c\20SkPaint\20const&\29 +12016:SkCanvas::onDrawPoints\28SkCanvas::PointMode\2c\20unsigned\20long\2c\20SkPoint\20const*\2c\20SkPaint\20const&\29 +12017:SkCanvas::onDrawPicture\28SkPicture\20const*\2c\20SkMatrix\20const*\2c\20SkPaint\20const*\29 +12018:SkCanvas::onDrawPath\28SkPath\20const&\2c\20SkPaint\20const&\29 +12019:SkCanvas::onDrawPatch\28SkPoint\20const*\2c\20unsigned\20int\20const*\2c\20SkPoint\20const*\2c\20SkBlendMode\2c\20SkPaint\20const&\29 +12020:SkCanvas::onDrawPaint\28SkPaint\20const&\29 +12021:SkCanvas::onDrawOval\28SkRect\20const&\2c\20SkPaint\20const&\29 +12022:SkCanvas::onDrawMesh\28SkMesh\20const&\2c\20sk_sp\2c\20SkPaint\20const&\29 +12023:SkCanvas::onDrawImageRect2\28SkImage\20const*\2c\20SkRect\20const&\2c\20SkRect\20const&\2c\20SkSamplingOptions\20const&\2c\20SkPaint\20const*\2c\20SkCanvas::SrcRectConstraint\29 +12024:SkCanvas::onDrawImageLattice2\28SkImage\20const*\2c\20SkCanvas::Lattice\20const&\2c\20SkRect\20const&\2c\20SkFilterMode\2c\20SkPaint\20const*\29 +12025:SkCanvas::onDrawImage2\28SkImage\20const*\2c\20float\2c\20float\2c\20SkSamplingOptions\20const&\2c\20SkPaint\20const*\29 +12026:SkCanvas::onDrawGlyphRunList\28sktext::GlyphRunList\20const&\2c\20SkPaint\20const&\29 +12027:SkCanvas::onDrawEdgeAAQuad\28SkRect\20const&\2c\20SkPoint\20const*\2c\20SkCanvas::QuadAAFlags\2c\20SkRGBA4f<\28SkAlphaType\293>\20const&\2c\20SkBlendMode\29 +12028:SkCanvas::onDrawEdgeAAImageSet2\28SkCanvas::ImageSetEntry\20const*\2c\20int\2c\20SkPoint\20const*\2c\20SkMatrix\20const*\2c\20SkSamplingOptions\20const&\2c\20SkPaint\20const*\2c\20SkCanvas::SrcRectConstraint\29 +12029:SkCanvas::onDrawDrawable\28SkDrawable*\2c\20SkMatrix\20const*\29 +12030:SkCanvas::onDrawDRRect\28SkRRect\20const&\2c\20SkRRect\20const&\2c\20SkPaint\20const&\29 +12031:SkCanvas::onDrawBehind\28SkPaint\20const&\29 +12032:SkCanvas::onDrawAtlas2\28SkImage\20const*\2c\20SkRSXform\20const*\2c\20SkRect\20const*\2c\20unsigned\20int\20const*\2c\20int\2c\20SkBlendMode\2c\20SkSamplingOptions\20const&\2c\20SkRect\20const*\2c\20SkPaint\20const*\29 +12033:SkCanvas::onDrawArc\28SkRect\20const&\2c\20float\2c\20float\2c\20bool\2c\20SkPaint\20const&\29 +12034:SkCanvas::onDrawAnnotation\28SkRect\20const&\2c\20char\20const*\2c\20SkData*\29 +12035:SkCanvas::onDiscard\28\29 +12036:SkCanvas::onConvertGlyphRunListToSlug\28sktext::GlyphRunList\20const&\2c\20SkPaint\20const&\29 +12037:SkCanvas::onAccessTopLayerPixels\28SkPixmap*\29 +12038:SkCanvas::isClipRect\28\29\20const +12039:SkCanvas::isClipEmpty\28\29\20const +12040:SkCanvas::getBaseLayerSize\28\29\20const +12041:SkCanvas::baseRecorder\28\29\20const +12042:SkCachedData::~SkCachedData\28\29_2776 +12043:SkCTMShader::~SkCTMShader\28\29_5590 +12044:SkCTMShader::~SkCTMShader\28\29 +12045:SkCTMShader::isConstant\28SkRGBA4f<\28SkAlphaType\293>*\29\20const +12046:SkCTMShader::getTypeName\28\29\20const +12047:SkCTMShader::asGradient\28SkShaderBase::GradientInfo*\2c\20SkMatrix*\29\20const +12048:SkCTMShader::appendStages\28SkStageRec\20const&\2c\20SkShaders::MatrixRec\20const&\29\20const +12049:SkBreakIterator_client::~SkBreakIterator_client\28\29_8540 +12050:SkBreakIterator_client::status\28\29 +12051:SkBreakIterator_client::setText\28char\20const*\2c\20int\29 +12052:SkBreakIterator_client::setText\28char16_t\20const*\2c\20int\29 +12053:SkBreakIterator_client::next\28\29 +12054:SkBreakIterator_client::isDone\28\29 +12055:SkBreakIterator_client::first\28\29 +12056:SkBreakIterator_client::current\28\29 +12057:SkBlurMaskFilterImpl::getTypeName\28\29\20const +12058:SkBlurMaskFilterImpl::flatten\28SkWriteBuffer&\29\20const +12059:SkBlurMaskFilterImpl::filterRectsToNine\28SkSpan\2c\20SkMatrix\20const&\2c\20SkIRect\20const&\2c\20std::__2::optional*\2c\20SkResourceCache*\29\20const +12060:SkBlurMaskFilterImpl::filterRRectToNine\28SkRRect\20const&\2c\20SkMatrix\20const&\2c\20SkIRect\20const&\2c\20SkResourceCache*\29\20const +12061:SkBlurMaskFilterImpl::filterMask\28SkMaskBuilder*\2c\20SkMask\20const&\2c\20SkMatrix\20const&\2c\20SkIPoint*\29\20const +12062:SkBlurMaskFilterImpl::computeFastBounds\28SkRect\20const&\2c\20SkRect*\29\20const +12063:SkBlurMaskFilterImpl::asImageFilter\28SkMatrix\20const&\2c\20SkPaint\20const&\29\20const +12064:SkBlurMaskFilterImpl::asABlur\28SkMaskFilterBase::BlurRec*\29\20const +12065:SkBlitter::canDirectBlit\28\29 +12066:SkBlitter::blitRect\28int\2c\20int\2c\20int\2c\20int\29 +12067:SkBlitter::blitAntiV2\28int\2c\20int\2c\20unsigned\20int\2c\20unsigned\20int\29 +12068:SkBlitter::blitAntiRect\28int\2c\20int\2c\20int\2c\20int\2c\20unsigned\20char\2c\20unsigned\20char\29 +12069:SkBlitter::blitAntiH2\28int\2c\20int\2c\20unsigned\20int\2c\20unsigned\20int\29 +12070:SkBlitter::allocBlitMemory\28unsigned\20long\29 +12071:SkBlendShader::~SkBlendShader\28\29_5523 +12072:SkBlendShader::getTypeName\28\29\20const +12073:SkBlendShader::flatten\28SkWriteBuffer&\29\20const +12074:SkBlendShader::appendStages\28SkStageRec\20const&\2c\20SkShaders::MatrixRec\20const&\29\20const +12075:SkBlendModeColorFilter::onIsAlphaUnchanged\28\29\20const +12076:SkBlendModeColorFilter::onAsAColorMode\28unsigned\20int*\2c\20SkBlendMode*\29\20const +12077:SkBlendModeColorFilter::getTypeName\28\29\20const +12078:SkBlendModeColorFilter::flatten\28SkWriteBuffer&\29\20const +12079:SkBlendModeColorFilter::appendStages\28SkStageRec\20const&\2c\20bool\29\20const +12080:SkBlendModeBlender::onAppendStages\28SkStageRec\20const&\29\20const +12081:SkBlendModeBlender::getTypeName\28\29\20const +12082:SkBlendModeBlender::flatten\28SkWriteBuffer&\29\20const +12083:SkBlendModeBlender::asBlendMode\28\29\20const +12084:SkBitmapDevice::~SkBitmapDevice\28\29_2242 +12085:SkBitmapDevice::snapSpecial\28SkIRect\20const&\2c\20bool\29 +12086:SkBitmapDevice::setImmutable\28\29 +12087:SkBitmapDevice::replaceClip\28SkIRect\20const&\29 +12088:SkBitmapDevice::pushClipStack\28\29 +12089:SkBitmapDevice::popClipStack\28\29 +12090:SkBitmapDevice::onWritePixels\28SkPixmap\20const&\2c\20int\2c\20int\29 +12091:SkBitmapDevice::onReadPixels\28SkPixmap\20const&\2c\20int\2c\20int\29 +12092:SkBitmapDevice::onDrawGlyphRunList\28SkCanvas*\2c\20sktext::GlyphRunList\20const&\2c\20SkPaint\20const&\29 +12093:SkBitmapDevice::onClipShader\28sk_sp\29 +12094:SkBitmapDevice::onAccessPixels\28SkPixmap*\29 +12095:SkBitmapDevice::makeSurface\28SkImageInfo\20const&\2c\20SkSurfaceProps\20const&\29 +12096:SkBitmapDevice::isClipWideOpen\28\29\20const +12097:SkBitmapDevice::isClipRect\28\29\20const +12098:SkBitmapDevice::isClipEmpty\28\29\20const +12099:SkBitmapDevice::isClipAntiAliased\28\29\20const +12100:SkBitmapDevice::drawVertices\28SkVertices\20const*\2c\20sk_sp\2c\20SkPaint\20const&\2c\20bool\29 +12101:SkBitmapDevice::drawSpecial\28SkSpecialImage*\2c\20SkMatrix\20const&\2c\20SkSamplingOptions\20const&\2c\20SkPaint\20const&\2c\20SkCanvas::SrcRectConstraint\29 +12102:SkBitmapDevice::drawRRect\28SkRRect\20const&\2c\20SkPaint\20const&\29 +12103:SkBitmapDevice::drawPoints\28SkCanvas::PointMode\2c\20SkSpan\2c\20SkPaint\20const&\29 +12104:SkBitmapDevice::drawPath\28SkPath\20const&\2c\20SkPaint\20const&\29 +12105:SkBitmapDevice::drawPaint\28SkPaint\20const&\29 +12106:SkBitmapDevice::drawOval\28SkRect\20const&\2c\20SkPaint\20const&\29 +12107:SkBitmapDevice::drawImageRect\28SkImage\20const*\2c\20SkRect\20const*\2c\20SkRect\20const&\2c\20SkSamplingOptions\20const&\2c\20SkPaint\20const&\2c\20SkCanvas::SrcRectConstraint\29 +12108:SkBitmapDevice::drawCoverageMask\28SkSpecialImage\20const*\2c\20SkMatrix\20const&\2c\20SkSamplingOptions\20const&\2c\20SkPaint\20const&\29 +12109:SkBitmapDevice::drawBlurredRRect\28SkRRect\20const&\2c\20SkPaint\20const&\2c\20float\29 +12110:SkBitmapDevice::drawAtlas\28SkSpan\2c\20SkSpan\2c\20SkSpan\2c\20sk_sp\2c\20SkPaint\20const&\29 +12111:SkBitmapDevice::devClipBounds\28\29\20const +12112:SkBitmapDevice::createDevice\28SkDevice::CreateInfo\20const&\2c\20SkPaint\20const*\29 +12113:SkBitmapDevice::clipRegion\28SkRegion\20const&\2c\20SkClipOp\29 +12114:SkBitmapDevice::clipRect\28SkRect\20const&\2c\20SkClipOp\2c\20bool\29 +12115:SkBitmapDevice::clipRRect\28SkRRect\20const&\2c\20SkClipOp\2c\20bool\29 +12116:SkBitmapDevice::clipPath\28SkPath\20const&\2c\20SkClipOp\2c\20bool\29 +12117:SkBitmapDevice::baseRecorder\28\29\20const +12118:SkBitmapDevice::android_utils_clipAsRgn\28SkRegion*\29\20const +12119:SkBitmapCache::Rec::~Rec\28\29_2203 +12120:SkBitmapCache::Rec::postAddInstall\28void*\29 +12121:SkBitmapCache::Rec::getCategory\28\29\20const +12122:SkBitmapCache::Rec::canBePurged\28\29 +12123:SkBitmapCache::Rec::bytesUsed\28\29\20const +12124:SkBitmapCache::Rec::ReleaseProc\28void*\2c\20void*\29 +12125:SkBitmapCache::Rec::Finder\28SkResourceCache::Rec\20const&\2c\20void*\29 +12126:SkBinaryWriteBuffer::~SkBinaryWriteBuffer\28\29_5347 +12127:SkBinaryWriteBuffer::write\28SkM44\20const&\29 +12128:SkBinaryWriteBuffer::writeTypeface\28SkTypeface*\29 +12129:SkBinaryWriteBuffer::writeString\28std::__2::basic_string_view>\29 +12130:SkBinaryWriteBuffer::writeStream\28SkStream*\2c\20unsigned\20long\29 +12131:SkBinaryWriteBuffer::writeScalar\28float\29 +12132:SkBinaryWriteBuffer::writeSampling\28SkSamplingOptions\20const&\29 +12133:SkBinaryWriteBuffer::writeRegion\28SkRegion\20const&\29 +12134:SkBinaryWriteBuffer::writeRect\28SkRect\20const&\29 +12135:SkBinaryWriteBuffer::writePoint\28SkPoint\20const&\29 +12136:SkBinaryWriteBuffer::writePointArray\28SkSpan\29 +12137:SkBinaryWriteBuffer::writePoint3\28SkPoint3\20const&\29 +12138:SkBinaryWriteBuffer::writePath\28SkPath\20const&\29 +12139:SkBinaryWriteBuffer::writePaint\28SkPaint\20const&\29 +12140:SkBinaryWriteBuffer::writePad32\28void\20const*\2c\20unsigned\20long\29 +12141:SkBinaryWriteBuffer::writeMatrix\28SkMatrix\20const&\29 +12142:SkBinaryWriteBuffer::writeImage\28SkImage\20const*\29 +12143:SkBinaryWriteBuffer::writeColor4fArray\28SkSpan\20const>\29 +12144:SkBinaryWriteBuffer::writeBool\28bool\29 +12145:SkBigPicture::~SkBigPicture\28\29_2121 +12146:SkBigPicture::playback\28SkCanvas*\2c\20SkPicture::AbortCallback*\29\20const +12147:SkBigPicture::approximateOpCount\28bool\29\20const +12148:SkBigPicture::approximateBytesUsed\28\29\20const +12149:SkBidiSubsetFactory::errorName\28UErrorCode\29\20const +12150:SkBidiSubsetFactory::bidi_setPara\28UBiDi*\2c\20char16_t\20const*\2c\20int\2c\20unsigned\20char\2c\20unsigned\20char*\2c\20UErrorCode*\29\20const +12151:SkBidiSubsetFactory::bidi_reorderVisual\28unsigned\20char\20const*\2c\20int\2c\20int*\29\20const +12152:SkBidiSubsetFactory::bidi_openSized\28int\2c\20int\2c\20UErrorCode*\29\20const +12153:SkBidiSubsetFactory::bidi_getLevelAt\28UBiDi\20const*\2c\20int\29\20const +12154:SkBidiSubsetFactory::bidi_getLength\28UBiDi\20const*\29\20const +12155:SkBidiSubsetFactory::bidi_getDirection\28UBiDi\20const*\29\20const +12156:SkBidiSubsetFactory::bidi_close_callback\28\29\20const +12157:SkBasicEdgeBuilder::addQuad\28SkPoint\20const*\29 +12158:SkBasicEdgeBuilder::addLine\28SkPoint\20const*\29 +12159:SkBasicEdgeBuilder::addCubic\28SkPoint\20const*\29 +12160:SkBBoxHierarchy::insert\28SkRect\20const*\2c\20SkBBoxHierarchy::Metadata\20const*\2c\20int\29 +12161:SkArenaAlloc::SkipPod\28char*\29 +12162:SkArenaAlloc::NextBlock\28char*\29 +12163:SkAnalyticEdgeBuilder::allocEdges\28unsigned\20long\2c\20unsigned\20long*\29 +12164:SkAnalyticEdgeBuilder::addQuad\28SkPoint\20const*\29 +12165:SkAnalyticEdgeBuilder::addPolyLine\28SkPoint\20const*\2c\20char*\2c\20char**\29 +12166:SkAnalyticEdgeBuilder::addLine\28SkPoint\20const*\29 +12167:SkAnalyticEdgeBuilder::addCubic\28SkPoint\20const*\29 +12168:SkAAClipBlitter::~SkAAClipBlitter\28\29_2084 +12169:SkAAClipBlitter::blitV\28int\2c\20int\2c\20int\2c\20unsigned\20char\29 +12170:SkAAClipBlitter::blitRect\28int\2c\20int\2c\20int\2c\20int\29 +12171:SkAAClipBlitter::blitMask\28SkMask\20const&\2c\20SkIRect\20const&\29 +12172:SkAAClipBlitter::blitH\28int\2c\20int\2c\20int\29 +12173:SkAAClipBlitter::blitAntiH\28int\2c\20int\2c\20unsigned\20char\20const*\2c\20short\20const*\29 +12174:SkAAClip::Builder::operateY\28SkAAClip\20const&\2c\20SkAAClip\20const&\2c\20SkClipOp\29::$_1::__invoke\28unsigned\20int\2c\20unsigned\20int\29 +12175:SkAAClip::Builder::operateY\28SkAAClip\20const&\2c\20SkAAClip\20const&\2c\20SkClipOp\29::$_0::__invoke\28unsigned\20int\2c\20unsigned\20int\29 +12176:SkAAClip::Builder::Blitter::blitV\28int\2c\20int\2c\20int\2c\20unsigned\20char\29 +12177:SkAAClip::Builder::Blitter::blitRect\28int\2c\20int\2c\20int\2c\20int\29 +12178:SkAAClip::Builder::Blitter::blitMask\28SkMask\20const&\2c\20SkIRect\20const&\29 +12179:SkAAClip::Builder::Blitter::blitH\28int\2c\20int\2c\20int\29 +12180:SkAAClip::Builder::Blitter::blitAntiRect\28int\2c\20int\2c\20int\2c\20int\2c\20unsigned\20char\2c\20unsigned\20char\29 +12181:SkA8_Coverage_Blitter::~SkA8_Coverage_Blitter\28\29_2540 +12182:SkA8_Coverage_Blitter::blitV\28int\2c\20int\2c\20int\2c\20unsigned\20char\29 +12183:SkA8_Coverage_Blitter::blitRect\28int\2c\20int\2c\20int\2c\20int\29 +12184:SkA8_Coverage_Blitter::blitMask\28SkMask\20const&\2c\20SkIRect\20const&\29 +12185:SkA8_Coverage_Blitter::blitH\28int\2c\20int\2c\20int\29 +12186:SkA8_Coverage_Blitter::blitAntiH\28int\2c\20int\2c\20unsigned\20char\20const*\2c\20short\20const*\29 +12187:SkA8_Blitter::~SkA8_Blitter\28\29_2555 +12188:SkA8_Blitter::blitV\28int\2c\20int\2c\20int\2c\20unsigned\20char\29 +12189:SkA8_Blitter::blitRect\28int\2c\20int\2c\20int\2c\20int\29 +12190:SkA8_Blitter::blitMask\28SkMask\20const&\2c\20SkIRect\20const&\29 +12191:SkA8_Blitter::blitH\28int\2c\20int\2c\20int\29 +12192:SkA8_Blitter::blitAntiH\28int\2c\20int\2c\20unsigned\20char\20const*\2c\20short\20const*\29 +12193:SkA8Blitter_Choose\28SkPixmap\20const&\2c\20SkMatrix\20const&\2c\20SkPaint\20const&\2c\20SkArenaAlloc*\2c\20SkDrawCoverage\2c\20sk_sp\2c\20SkSurfaceProps\20const&\2c\20SkRect\20const&\29 +12194:ShaderPDXferProcessor::onAddToKey\28GrShaderCaps\20const&\2c\20skgpu::KeyBuilder*\29\20const +12195:ShaderPDXferProcessor::name\28\29\20const +12196:ShaderPDXferProcessor::makeProgramImpl\28\29\20const +12197:SafeRLEAdditiveBlitter::blitAntiH\28int\2c\20int\2c\20unsigned\20char\29 +12198:SafeRLEAdditiveBlitter::blitAntiH\28int\2c\20int\2c\20unsigned\20char\20const*\2c\20int\29 +12199:SafeRLEAdditiveBlitter::blitAntiH\28int\2c\20int\2c\20int\2c\20unsigned\20char\29 +12200:RuntimeEffectRPCallbacks::toLinearSrgb\28void\20const*\29 +12201:RuntimeEffectRPCallbacks::fromLinearSrgb\28void\20const*\29 +12202:RuntimeEffectRPCallbacks::appendShader\28int\29 +12203:RuntimeEffectRPCallbacks::appendColorFilter\28int\29 +12204:RuntimeEffectRPCallbacks::appendBlender\28int\29 +12205:RunBasedAdditiveBlitter::getRealBlitter\28bool\29 +12206:RunBasedAdditiveBlitter::flush_if_y_changed\28int\2c\20int\29 +12207:RunBasedAdditiveBlitter::blitAntiH\28int\2c\20int\2c\20unsigned\20char\29 +12208:RunBasedAdditiveBlitter::blitAntiH\28int\2c\20int\2c\20unsigned\20char\20const*\2c\20int\29 +12209:RunBasedAdditiveBlitter::blitAntiH\28int\2c\20int\2c\20int\2c\20unsigned\20char\29 +12210:Round_Up_To_Grid +12211:Round_To_Half_Grid +12212:Round_To_Grid +12213:Round_To_Double_Grid +12214:Round_Super_45 +12215:Round_Super +12216:Round_None +12217:Round_Down_To_Grid +12218:RoundJoiner\28SkPathBuilder*\2c\20SkPathBuilder*\2c\20SkPoint\20const&\2c\20SkPoint\20const&\2c\20SkPoint\20const&\2c\20float\2c\20float\2c\20bool\2c\20bool\29 +12219:RoundCapper\28SkPathBuilder*\2c\20SkPoint\20const&\2c\20SkPoint\20const&\2c\20SkPoint\20const&\2c\20bool\29 +12220:Read_CVT_Stretched +12221:Read_CVT +12222:Project_y +12223:Project +12224:PrePostInverseBlitterProc\28SkBlitter*\2c\20int\2c\20bool\29 +12225:PorterDuffXferProcessor::onHasSecondaryOutput\28\29\20const +12226:PorterDuffXferProcessor::onGetBlendInfo\28skgpu::BlendInfo*\29\20const +12227:PorterDuffXferProcessor::onAddToKey\28GrShaderCaps\20const&\2c\20skgpu::KeyBuilder*\29\20const +12228:PorterDuffXferProcessor::name\28\29\20const +12229:PorterDuffXferProcessor::makeProgramImpl\28\29\20const::Impl::emitOutputsForBlendState\28GrXferProcessor::ProgramImpl::EmitArgs\20const&\29 +12230:PorterDuffXferProcessor::makeProgramImpl\28\29\20const +12231:PDLCDXferProcessor::onIsEqual\28GrXferProcessor\20const&\29\20const +12232:PDLCDXferProcessor::onGetBlendInfo\28skgpu::BlendInfo*\29\20const +12233:PDLCDXferProcessor::name\28\29\20const +12234:PDLCDXferProcessor::makeProgramImpl\28\29\20const::Impl::onSetData\28GrGLSLProgramDataManager\20const&\2c\20GrXferProcessor\20const&\29 +12235:PDLCDXferProcessor::makeProgramImpl\28\29\20const::Impl::emitOutputsForBlendState\28GrXferProcessor::ProgramImpl::EmitArgs\20const&\29 +12236:PDLCDXferProcessor::makeProgramImpl\28\29\20const +12237:OT::match_glyph\28hb_glyph_info_t&\2c\20unsigned\20int\2c\20void\20const*\29 +12238:OT::match_coverage\28hb_glyph_info_t&\2c\20unsigned\20int\2c\20void\20const*\29 +12239:OT::match_class_cached\28hb_glyph_info_t&\2c\20unsigned\20int\2c\20void\20const*\29 +12240:OT::match_class_cached2\28hb_glyph_info_t&\2c\20unsigned\20int\2c\20void\20const*\29 +12241:OT::match_class_cached1\28hb_glyph_info_t&\2c\20unsigned\20int\2c\20void\20const*\29 +12242:OT::match_class\28hb_glyph_info_t&\2c\20unsigned\20int\2c\20void\20const*\29 +12243:OT::hb_ot_apply_context_t::return_t\20OT::Layout::GSUB_impl::SubstLookup::dispatch_recurse_func\28OT::hb_ot_apply_context_t*\2c\20unsigned\20int\29 +12244:OT::hb_ot_apply_context_t::return_t\20OT::Layout::GPOS_impl::PosLookup::dispatch_recurse_func\28OT::hb_ot_apply_context_t*\2c\20unsigned\20int\29 +12245:OT::Layout::Common::RangeRecord::cmp_range\28void\20const*\2c\20void\20const*\29 +12246:OT::ColorLine::static_get_color_stops\28hb_color_line_t*\2c\20void*\2c\20unsigned\20int\2c\20unsigned\20int*\2c\20hb_color_stop_t*\2c\20void*\29 +12247:OT::ColorLine::static_get_color_stops\28hb_color_line_t*\2c\20void*\2c\20unsigned\20int\2c\20unsigned\20int*\2c\20hb_color_stop_t*\2c\20void*\29 +12248:OT::CmapSubtableFormat4::accelerator_t::get_glyph_func\28void\20const*\2c\20unsigned\20int\2c\20unsigned\20int*\29 +12249:Move_CVT_Stretched +12250:Move_CVT +12251:MiterJoiner\28SkPathBuilder*\2c\20SkPathBuilder*\2c\20SkPoint\20const&\2c\20SkPoint\20const&\2c\20SkPoint\20const&\2c\20float\2c\20float\2c\20bool\2c\20bool\29 +12252:MaskAdditiveBlitter::~MaskAdditiveBlitter\28\29_4977 +12253:MaskAdditiveBlitter::getWidth\28\29 +12254:MaskAdditiveBlitter::getRealBlitter\28bool\29 +12255:MaskAdditiveBlitter::blitV\28int\2c\20int\2c\20int\2c\20unsigned\20char\29 +12256:MaskAdditiveBlitter::blitRect\28int\2c\20int\2c\20int\2c\20int\29 +12257:MaskAdditiveBlitter::blitAntiRect\28int\2c\20int\2c\20int\2c\20int\2c\20unsigned\20char\2c\20unsigned\20char\29 +12258:MaskAdditiveBlitter::blitAntiH\28int\2c\20int\2c\20unsigned\20char\29 +12259:MaskAdditiveBlitter::blitAntiH\28int\2c\20int\2c\20unsigned\20char\20const*\2c\20int\29 +12260:MaskAdditiveBlitter::blitAntiH\28int\2c\20int\2c\20int\2c\20unsigned\20char\29 +12261:InverseBlitter::blitH\28int\2c\20int\2c\20int\29 +12262:Horish_SkAntiHairBlitter::drawLine\28int\2c\20int\2c\20int\2c\20int\29 +12263:Horish_SkAntiHairBlitter::drawCap\28int\2c\20int\2c\20int\2c\20int\29 +12264:HLine_SkAntiHairBlitter::drawLine\28int\2c\20int\2c\20int\2c\20int\29 +12265:HLine_SkAntiHairBlitter::drawCap\28int\2c\20int\2c\20int\2c\20int\29 +12266:GrYUVtoRGBEffect::onMakeProgramImpl\28\29\20const::Impl::onSetData\28GrGLSLProgramDataManager\20const&\2c\20GrFragmentProcessor\20const&\29 +12267:GrYUVtoRGBEffect::onMakeProgramImpl\28\29\20const::Impl::emitCode\28GrFragmentProcessor::ProgramImpl::EmitArgs&\29 +12268:GrYUVtoRGBEffect::onMakeProgramImpl\28\29\20const +12269:GrYUVtoRGBEffect::onIsEqual\28GrFragmentProcessor\20const&\29\20const +12270:GrYUVtoRGBEffect::onAddToKey\28GrShaderCaps\20const&\2c\20skgpu::KeyBuilder*\29\20const +12271:GrYUVtoRGBEffect::name\28\29\20const +12272:GrYUVtoRGBEffect::clone\28\29\20const +12273:GrXferProcessor::ProgramImpl::emitWriteSwizzle\28GrGLSLXPFragmentBuilder*\2c\20skgpu::Swizzle\20const&\2c\20char\20const*\2c\20char\20const*\29\20const +12274:GrXferProcessor::ProgramImpl::emitOutputsForBlendState\28GrXferProcessor::ProgramImpl::EmitArgs\20const&\29 +12275:GrXferProcessor::ProgramImpl::emitBlendCodeForDstRead\28GrGLSLXPFragmentBuilder*\2c\20GrGLSLUniformHandler*\2c\20char\20const*\2c\20char\20const*\2c\20char\20const*\2c\20char\20const*\2c\20char\20const*\2c\20GrXferProcessor\20const&\29 +12276:GrWritePixelsTask::~GrWritePixelsTask\28\29_10561 +12277:GrWritePixelsTask::onMakeClosed\28GrRecordingContext*\2c\20SkIRect*\29 +12278:GrWritePixelsTask::onExecute\28GrOpFlushState*\29 +12279:GrWritePixelsTask::gatherProxyIntervals\28GrResourceAllocator*\29\20const +12280:GrWaitRenderTask::~GrWaitRenderTask\28\29_10556 +12281:GrWaitRenderTask::onIsUsed\28GrSurfaceProxy*\29\20const +12282:GrWaitRenderTask::onExecute\28GrOpFlushState*\29 +12283:GrWaitRenderTask::gatherProxyIntervals\28GrResourceAllocator*\29\20const +12284:GrTransferFromRenderTask::~GrTransferFromRenderTask\28\29_10549 +12285:GrTransferFromRenderTask::onExecute\28GrOpFlushState*\29 +12286:GrTransferFromRenderTask::gatherProxyIntervals\28GrResourceAllocator*\29\20const +12287:GrThreadSafeCache::Trampoline::~Trampoline\28\29_10545 +12288:GrTextureResolveRenderTask::~GrTextureResolveRenderTask\28\29_10517 +12289:GrTextureResolveRenderTask::onExecute\28GrOpFlushState*\29 +12290:GrTextureResolveRenderTask::gatherProxyIntervals\28GrResourceAllocator*\29\20const +12291:GrTextureEffect::~GrTextureEffect\28\29_10991 +12292:GrTextureEffect::onMakeProgramImpl\28\29\20const +12293:GrTextureEffect::onIsEqual\28GrFragmentProcessor\20const&\29\20const +12294:GrTextureEffect::onAddToKey\28GrShaderCaps\20const&\2c\20skgpu::KeyBuilder*\29\20const +12295:GrTextureEffect::name\28\29\20const +12296:GrTextureEffect::clone\28\29\20const +12297:GrTextureEffect::Impl::onSetData\28GrGLSLProgramDataManager\20const&\2c\20GrFragmentProcessor\20const&\29 +12298:GrTextureEffect::Impl::emitCode\28GrFragmentProcessor::ProgramImpl::EmitArgs&\29 +12299:GrTDeferredProxyUploader>::~GrTDeferredProxyUploader\28\29_9074 +12300:GrTDeferredProxyUploader>::freeData\28\29 +12301:GrTDeferredProxyUploader<\28anonymous\20namespace\29::SoftwarePathData>::~GrTDeferredProxyUploader\28\29_12232 +12302:GrTDeferredProxyUploader<\28anonymous\20namespace\29::SoftwarePathData>::freeData\28\29 +12303:GrSurfaceProxy::getUniqueKey\28\29\20const +12304:GrSurface::getResourceType\28\29\20const +12305:GrStrokeTessellationShader::~GrStrokeTessellationShader\28\29_12397 +12306:GrStrokeTessellationShader::name\28\29\20const +12307:GrStrokeTessellationShader::makeProgramImpl\28GrShaderCaps\20const&\29\20const +12308:GrStrokeTessellationShader::addToKey\28GrShaderCaps\20const&\2c\20skgpu::KeyBuilder*\29\20const +12309:GrStrokeTessellationShader::Impl::~Impl\28\29_12402 +12310:GrStrokeTessellationShader::Impl::setData\28GrGLSLProgramDataManager\20const&\2c\20GrShaderCaps\20const&\2c\20GrGeometryProcessor\20const&\29 +12311:GrStrokeTessellationShader::Impl::onEmitCode\28GrGeometryProcessor::ProgramImpl::EmitArgs&\2c\20GrGeometryProcessor::ProgramImpl::GrGPArgs*\29 +12312:GrSkSLFP::~GrSkSLFP\28\29_10948 +12313:GrSkSLFP::onMakeProgramImpl\28\29\20const +12314:GrSkSLFP::onIsEqual\28GrFragmentProcessor\20const&\29\20const +12315:GrSkSLFP::onAddToKey\28GrShaderCaps\20const&\2c\20skgpu::KeyBuilder*\29\20const +12316:GrSkSLFP::constantOutputForConstantInput\28SkRGBA4f<\28SkAlphaType\292>\20const&\29\20const +12317:GrSkSLFP::clone\28\29\20const +12318:GrSkSLFP::Impl::~Impl\28\29_10956 +12319:GrSkSLFP::Impl::onSetData\28GrGLSLProgramDataManager\20const&\2c\20GrFragmentProcessor\20const&\29 +12320:GrSkSLFP::Impl::emitCode\28GrFragmentProcessor::ProgramImpl::EmitArgs&\29::FPCallbacks::toLinearSrgb\28std::__2::basic_string\2c\20std::__2::allocator>\29 +12321:GrSkSLFP::Impl::emitCode\28GrFragmentProcessor::ProgramImpl::EmitArgs&\29::FPCallbacks::sampleShader\28int\2c\20std::__2::basic_string\2c\20std::__2::allocator>\29 +12322:GrSkSLFP::Impl::emitCode\28GrFragmentProcessor::ProgramImpl::EmitArgs&\29::FPCallbacks::sampleColorFilter\28int\2c\20std::__2::basic_string\2c\20std::__2::allocator>\29 +12323:GrSkSLFP::Impl::emitCode\28GrFragmentProcessor::ProgramImpl::EmitArgs&\29::FPCallbacks::sampleBlender\28int\2c\20std::__2::basic_string\2c\20std::__2::allocator>\2c\20std::__2::basic_string\2c\20std::__2::allocator>\29 +12324:GrSkSLFP::Impl::emitCode\28GrFragmentProcessor::ProgramImpl::EmitArgs&\29::FPCallbacks::getMangledName\28char\20const*\29 +12325:GrSkSLFP::Impl::emitCode\28GrFragmentProcessor::ProgramImpl::EmitArgs&\29::FPCallbacks::fromLinearSrgb\28std::__2::basic_string\2c\20std::__2::allocator>\29 +12326:GrSkSLFP::Impl::emitCode\28GrFragmentProcessor::ProgramImpl::EmitArgs&\29::FPCallbacks::defineFunction\28char\20const*\2c\20char\20const*\2c\20bool\29 +12327:GrSkSLFP::Impl::emitCode\28GrFragmentProcessor::ProgramImpl::EmitArgs&\29::FPCallbacks::declareUniform\28SkSL::VarDeclaration\20const*\29 +12328:GrSkSLFP::Impl::emitCode\28GrFragmentProcessor::ProgramImpl::EmitArgs&\29::FPCallbacks::declareFunction\28char\20const*\29 +12329:GrSkSLFP::Impl::emitCode\28GrFragmentProcessor::ProgramImpl::EmitArgs&\29 +12330:GrSimpleMesh*\20SkArenaAlloc::allocUninitializedArray\28unsigned\20long\29::'lambda'\28char*\29::__invoke\28char*\29 +12331:GrRingBuffer::FinishSubmit\28void*\29 +12332:GrResourceCache::CompareTimestamp\28GrGpuResource*\20const&\2c\20GrGpuResource*\20const&\29 +12333:GrRenderTask::disown\28GrDrawingManager*\29 +12334:GrRecordingContext::~GrRecordingContext\28\29_10281 +12335:GrRRectShadowGeoProc::~GrRRectShadowGeoProc\28\29_10939 +12336:GrRRectShadowGeoProc::onTextureSampler\28int\29\20const +12337:GrRRectShadowGeoProc::name\28\29\20const +12338:GrRRectShadowGeoProc::makeProgramImpl\28GrShaderCaps\20const&\29\20const +12339:GrRRectShadowGeoProc::Impl::onEmitCode\28GrGeometryProcessor::ProgramImpl::EmitArgs&\2c\20GrGeometryProcessor::ProgramImpl::GrGPArgs*\29 +12340:GrQuadEffect::name\28\29\20const +12341:GrQuadEffect::makeProgramImpl\28GrShaderCaps\20const&\29\20const +12342:GrQuadEffect::addToKey\28GrShaderCaps\20const&\2c\20skgpu::KeyBuilder*\29\20const +12343:GrQuadEffect::Impl::setData\28GrGLSLProgramDataManager\20const&\2c\20GrShaderCaps\20const&\2c\20GrGeometryProcessor\20const&\29 +12344:GrQuadEffect::Impl::onEmitCode\28GrGeometryProcessor::ProgramImpl::EmitArgs&\2c\20GrGeometryProcessor::ProgramImpl::GrGPArgs*\29 +12345:GrPorterDuffXPFactory::makeXferProcessor\28GrProcessorAnalysisColor\20const&\2c\20GrProcessorAnalysisCoverage\2c\20GrCaps\20const&\2c\20GrClampType\29\20const +12346:GrPorterDuffXPFactory::analysisProperties\28GrProcessorAnalysisColor\20const&\2c\20GrProcessorAnalysisCoverage\20const&\2c\20GrCaps\20const&\2c\20GrClampType\29\20const +12347:GrPerlinNoise2Effect::~GrPerlinNoise2Effect\28\29_10881 +12348:GrPerlinNoise2Effect::onMakeProgramImpl\28\29\20const +12349:GrPerlinNoise2Effect::onIsEqual\28GrFragmentProcessor\20const&\29\20const +12350:GrPerlinNoise2Effect::onAddToKey\28GrShaderCaps\20const&\2c\20skgpu::KeyBuilder*\29\20const +12351:GrPerlinNoise2Effect::name\28\29\20const +12352:GrPerlinNoise2Effect::clone\28\29\20const +12353:GrPerlinNoise2Effect::Impl::onSetData\28GrGLSLProgramDataManager\20const&\2c\20GrFragmentProcessor\20const&\29 +12354:GrPerlinNoise2Effect::Impl::emitCode\28GrFragmentProcessor::ProgramImpl::EmitArgs&\29 +12355:GrPathTessellationShader::Impl::setData\28GrGLSLProgramDataManager\20const&\2c\20GrShaderCaps\20const&\2c\20GrGeometryProcessor\20const&\29 +12356:GrPathTessellationShader::Impl::onEmitCode\28GrGeometryProcessor::ProgramImpl::EmitArgs&\2c\20GrGeometryProcessor::ProgramImpl::GrGPArgs*\29 +12357:GrOpsRenderPass::onExecuteDrawable\28std::__2::unique_ptr>\29 +12358:GrOpsRenderPass::onDrawIndirect\28GrBuffer\20const*\2c\20unsigned\20long\2c\20int\29 +12359:GrOpsRenderPass::onDrawIndexedIndirect\28GrBuffer\20const*\2c\20unsigned\20long\2c\20int\29 +12360:GrOpFlushState::writeView\28\29\20const +12361:GrOpFlushState::usesMSAASurface\28\29\20const +12362:GrOpFlushState::tokenTracker\28\29 +12363:GrOpFlushState::threadSafeCache\28\29\20const +12364:GrOpFlushState::strikeCache\28\29\20const +12365:GrOpFlushState::sampledProxyArray\28\29 +12366:GrOpFlushState::rtProxy\28\29\20const +12367:GrOpFlushState::resourceProvider\28\29\20const +12368:GrOpFlushState::renderPassBarriers\28\29\20const +12369:GrOpFlushState::putBackVertices\28int\2c\20unsigned\20long\29 +12370:GrOpFlushState::putBackIndirectDraws\28int\29 +12371:GrOpFlushState::putBackIndexedIndirectDraws\28int\29 +12372:GrOpFlushState::makeVertexSpace\28unsigned\20long\2c\20int\2c\20sk_sp*\2c\20int*\29 +12373:GrOpFlushState::makeVertexSpaceAtLeast\28unsigned\20long\2c\20int\2c\20int\2c\20sk_sp*\2c\20int*\2c\20int*\29 +12374:GrOpFlushState::makeIndexSpace\28int\2c\20sk_sp*\2c\20int*\29 +12375:GrOpFlushState::makeIndexSpaceAtLeast\28int\2c\20int\2c\20sk_sp*\2c\20int*\2c\20int*\29 +12376:GrOpFlushState::makeDrawIndirectSpace\28int\2c\20sk_sp*\2c\20unsigned\20long*\29 +12377:GrOpFlushState::makeDrawIndexedIndirectSpace\28int\2c\20sk_sp*\2c\20unsigned\20long*\29 +12378:GrOpFlushState::dstProxyView\28\29\20const +12379:GrOpFlushState::colorLoadOp\28\29\20const +12380:GrOpFlushState::caps\28\29\20const +12381:GrOpFlushState::atlasManager\28\29\20const +12382:GrOpFlushState::appliedClip\28\29\20const +12383:GrOpFlushState::addInlineUpload\28std::__2::function&\29>&&\29 +12384:GrOnFlushCallbackObject::postFlush\28skgpu::Token\29 +12385:GrModulateAtlasCoverageEffect::onMakeProgramImpl\28\29\20const::Impl::onSetData\28GrGLSLProgramDataManager\20const&\2c\20GrFragmentProcessor\20const&\29 +12386:GrModulateAtlasCoverageEffect::onMakeProgramImpl\28\29\20const::Impl::emitCode\28GrFragmentProcessor::ProgramImpl::EmitArgs&\29 +12387:GrModulateAtlasCoverageEffect::onMakeProgramImpl\28\29\20const +12388:GrModulateAtlasCoverageEffect::onIsEqual\28GrFragmentProcessor\20const&\29\20const +12389:GrModulateAtlasCoverageEffect::onAddToKey\28GrShaderCaps\20const&\2c\20skgpu::KeyBuilder*\29\20const +12390:GrModulateAtlasCoverageEffect::name\28\29\20const +12391:GrModulateAtlasCoverageEffect::clone\28\29\20const +12392:GrMeshDrawOp::onPrepare\28GrOpFlushState*\29 +12393:GrMeshDrawOp::onPrePrepare\28GrRecordingContext*\2c\20GrSurfaceProxyView\20const&\2c\20GrAppliedClip*\2c\20GrDstProxyView\20const&\2c\20GrXferBarrierFlags\2c\20GrLoadOp\29 +12394:GrMatrixEffect::onMakeProgramImpl\28\29\20const::Impl::onSetData\28GrGLSLProgramDataManager\20const&\2c\20GrFragmentProcessor\20const&\29 +12395:GrMatrixEffect::onMakeProgramImpl\28\29\20const::Impl::emitCode\28GrFragmentProcessor::ProgramImpl::EmitArgs&\29 +12396:GrMatrixEffect::onMakeProgramImpl\28\29\20const +12397:GrMatrixEffect::onIsEqual\28GrFragmentProcessor\20const&\29\20const +12398:GrMatrixEffect::name\28\29\20const +12399:GrMatrixEffect::clone\28\29\20const +12400:GrMakeUniqueKeyInvalidationListener\28skgpu::UniqueKey*\2c\20unsigned\20int\29::Listener::~Listener\28\29_10586 +12401:GrMakeUniqueKeyInvalidationListener\28skgpu::UniqueKey*\2c\20unsigned\20int\29::$_0::__invoke\28void\20const*\2c\20void*\29 +12402:GrImageContext::~GrImageContext\28\29 +12403:GrHardClip::apply\28GrRecordingContext*\2c\20skgpu::ganesh::SurfaceDrawContext*\2c\20GrDrawOp*\2c\20GrAAType\2c\20GrAppliedClip*\2c\20SkRect*\29\20const +12404:GrGpuResource::dumpMemoryStatistics\28SkTraceMemoryDump*\29\20const +12405:GrGpuBuffer::unref\28\29\20const +12406:GrGpuBuffer::ref\28\29\20const +12407:GrGpuBuffer::getResourceType\28\29\20const +12408:GrGpuBuffer::computeScratchKey\28skgpu::ScratchKey*\29\20const +12409:GrGpu::startTimerQuery\28\29 +12410:GrGpu::endTimerQuery\28GrTimerQuery\20const&\29 +12411:GrGeometryProcessor::onTextureSampler\28int\29\20const +12412:GrGLVaryingHandler::~GrGLVaryingHandler\28\29 +12413:GrGLUniformHandler::~GrGLUniformHandler\28\29_12980 +12414:GrGLUniformHandler::samplerVariable\28GrResourceHandle\29\20const +12415:GrGLUniformHandler::samplerSwizzle\28GrResourceHandle\29\20const +12416:GrGLUniformHandler::internalAddUniformArray\28GrProcessor\20const*\2c\20unsigned\20int\2c\20SkSLType\2c\20char\20const*\2c\20bool\2c\20int\2c\20char\20const**\29 +12417:GrGLUniformHandler::getUniformCStr\28GrResourceHandle\29\20const +12418:GrGLUniformHandler::appendUniformDecls\28GrShaderFlags\2c\20SkString*\29\20const +12419:GrGLUniformHandler::addSampler\28GrBackendFormat\20const&\2c\20GrSamplerState\2c\20skgpu::Swizzle\20const&\2c\20char\20const*\2c\20GrShaderCaps\20const*\29 +12420:GrGLTextureRenderTarget::onSetLabel\28\29 +12421:GrGLTextureRenderTarget::backendFormat\28\29\20const +12422:GrGLTexture::textureParamsModified\28\29 +12423:GrGLTexture::onStealBackendTexture\28GrBackendTexture*\2c\20std::__2::function*\29 +12424:GrGLTexture::getBackendTexture\28\29\20const +12425:GrGLSemaphore::~GrGLSemaphore\28\29_12912 +12426:GrGLSemaphore::setIsOwned\28\29 +12427:GrGLSemaphore::backendSemaphore\28\29\20const +12428:GrGLSLVertexBuilder::~GrGLSLVertexBuilder\28\29 +12429:GrGLSLVertexBuilder::onFinalize\28\29 +12430:GrGLSLUniformHandler::inputSamplerSwizzle\28GrResourceHandle\29\20const +12431:GrGLSLFragmentShaderBuilder::~GrGLSLFragmentShaderBuilder\28\29 +12432:GrGLSLFragmentShaderBuilder::hasSecondaryOutput\28\29\20const +12433:GrGLSLFragmentShaderBuilder::forceHighPrecision\28\29 +12434:GrGLRenderTarget::getBackendRenderTarget\28\29\20const +12435:GrGLRenderTarget::completeStencilAttachment\28GrAttachment*\2c\20bool\29 +12436:GrGLRenderTarget::canAttemptStencilAttachment\28bool\29\20const +12437:GrGLRenderTarget::alwaysClearStencil\28\29\20const +12438:GrGLProgramDataManager::~GrGLProgramDataManager\28\29_12866 +12439:GrGLProgramDataManager::setMatrix4fv\28GrResourceHandle\2c\20int\2c\20float\20const*\29\20const +12440:GrGLProgramDataManager::setMatrix4f\28GrResourceHandle\2c\20float\20const*\29\20const +12441:GrGLProgramDataManager::setMatrix3fv\28GrResourceHandle\2c\20int\2c\20float\20const*\29\20const +12442:GrGLProgramDataManager::setMatrix3f\28GrResourceHandle\2c\20float\20const*\29\20const +12443:GrGLProgramDataManager::setMatrix2fv\28GrResourceHandle\2c\20int\2c\20float\20const*\29\20const +12444:GrGLProgramDataManager::setMatrix2f\28GrResourceHandle\2c\20float\20const*\29\20const +12445:GrGLProgramDataManager::set4iv\28GrResourceHandle\2c\20int\2c\20int\20const*\29\20const +12446:GrGLProgramDataManager::set4i\28GrResourceHandle\2c\20int\2c\20int\2c\20int\2c\20int\29\20const +12447:GrGLProgramDataManager::set4f\28GrResourceHandle\2c\20float\2c\20float\2c\20float\2c\20float\29\20const +12448:GrGLProgramDataManager::set3iv\28GrResourceHandle\2c\20int\2c\20int\20const*\29\20const +12449:GrGLProgramDataManager::set3i\28GrResourceHandle\2c\20int\2c\20int\2c\20int\29\20const +12450:GrGLProgramDataManager::set3fv\28GrResourceHandle\2c\20int\2c\20float\20const*\29\20const +12451:GrGLProgramDataManager::set3f\28GrResourceHandle\2c\20float\2c\20float\2c\20float\29\20const +12452:GrGLProgramDataManager::set2iv\28GrResourceHandle\2c\20int\2c\20int\20const*\29\20const +12453:GrGLProgramDataManager::set2i\28GrResourceHandle\2c\20int\2c\20int\29\20const +12454:GrGLProgramDataManager::set2f\28GrResourceHandle\2c\20float\2c\20float\29\20const +12455:GrGLProgramDataManager::set1iv\28GrResourceHandle\2c\20int\2c\20int\20const*\29\20const +12456:GrGLProgramDataManager::set1i\28GrResourceHandle\2c\20int\29\20const +12457:GrGLProgramDataManager::set1fv\28GrResourceHandle\2c\20int\2c\20float\20const*\29\20const +12458:GrGLProgramDataManager::set1f\28GrResourceHandle\2c\20float\29\20const +12459:GrGLProgramBuilder::~GrGLProgramBuilder\28\29_12998 +12460:GrGLProgramBuilder::varyingHandler\28\29 +12461:GrGLProgramBuilder::caps\28\29\20const +12462:GrGLProgram::~GrGLProgram\28\29_12849 +12463:GrGLOpsRenderPass::~GrGLOpsRenderPass\28\29 +12464:GrGLOpsRenderPass::onSetScissorRect\28SkIRect\20const&\29 +12465:GrGLOpsRenderPass::onEnd\28\29 +12466:GrGLOpsRenderPass::onDraw\28int\2c\20int\29 +12467:GrGLOpsRenderPass::onDrawInstanced\28int\2c\20int\2c\20int\2c\20int\29 +12468:GrGLOpsRenderPass::onDrawIndirect\28GrBuffer\20const*\2c\20unsigned\20long\2c\20int\29 +12469:GrGLOpsRenderPass::onDrawIndexed\28int\2c\20int\2c\20unsigned\20short\2c\20unsigned\20short\2c\20int\29 +12470:GrGLOpsRenderPass::onDrawIndexedInstanced\28int\2c\20int\2c\20int\2c\20int\2c\20int\29 +12471:GrGLOpsRenderPass::onDrawIndexedIndirect\28GrBuffer\20const*\2c\20unsigned\20long\2c\20int\29 +12472:GrGLOpsRenderPass::onClear\28GrScissorState\20const&\2c\20std::__2::array\29 +12473:GrGLOpsRenderPass::onClearStencilClip\28GrScissorState\20const&\2c\20bool\29 +12474:GrGLOpsRenderPass::onBindTextures\28GrGeometryProcessor\20const&\2c\20GrSurfaceProxy\20const*\20const*\2c\20GrPipeline\20const&\29 +12475:GrGLOpsRenderPass::onBindPipeline\28GrProgramInfo\20const&\2c\20SkRect\20const&\29 +12476:GrGLOpsRenderPass::onBindBuffers\28sk_sp\2c\20sk_sp\2c\20sk_sp\2c\20GrPrimitiveRestart\29 +12477:GrGLOpsRenderPass::onBegin\28\29 +12478:GrGLOpsRenderPass::inlineUpload\28GrOpFlushState*\2c\20std::__2::function&\29>&\29 +12479:GrGLInterface::~GrGLInterface\28\29_12822 +12480:GrGLGpu::~GrGLGpu\28\29_12661 +12481:GrGLGpu::xferBarrier\28GrRenderTarget*\2c\20GrXferBarrierType\29 +12482:GrGLGpu::wrapBackendSemaphore\28GrBackendSemaphore\20const&\2c\20GrSemaphoreWrapType\2c\20GrWrapOwnership\29 +12483:GrGLGpu::willExecute\28\29 +12484:GrGLGpu::submit\28GrOpsRenderPass*\29 +12485:GrGLGpu::startTimerQuery\28\29 +12486:GrGLGpu::stagingBufferManager\28\29 +12487:GrGLGpu::refPipelineBuilder\28\29 +12488:GrGLGpu::prepareTextureForCrossContextUsage\28GrTexture*\29 +12489:GrGLGpu::prepareSurfacesForBackendAccessAndStateUpdates\28SkSpan\2c\20SkSurfaces::BackendSurfaceAccess\2c\20skgpu::MutableTextureState\20const*\29 +12490:GrGLGpu::precompileShader\28SkData\20const&\2c\20SkData\20const&\29 +12491:GrGLGpu::onWritePixels\28GrSurface*\2c\20SkIRect\2c\20GrColorType\2c\20GrColorType\2c\20GrMipLevel\20const*\2c\20int\2c\20bool\29 +12492:GrGLGpu::onWrapRenderableBackendTexture\28GrBackendTexture\20const&\2c\20int\2c\20GrWrapOwnership\2c\20GrWrapCacheable\29 +12493:GrGLGpu::onWrapCompressedBackendTexture\28GrBackendTexture\20const&\2c\20GrWrapOwnership\2c\20GrWrapCacheable\29 +12494:GrGLGpu::onWrapBackendTexture\28GrBackendTexture\20const&\2c\20GrWrapOwnership\2c\20GrWrapCacheable\2c\20GrIOType\29 +12495:GrGLGpu::onWrapBackendRenderTarget\28GrBackendRenderTarget\20const&\29 +12496:GrGLGpu::onUpdateCompressedBackendTexture\28GrBackendTexture\20const&\2c\20sk_sp\2c\20void\20const*\2c\20unsigned\20long\29 +12497:GrGLGpu::onTransferPixelsTo\28GrTexture*\2c\20SkIRect\2c\20GrColorType\2c\20GrColorType\2c\20sk_sp\2c\20unsigned\20long\2c\20unsigned\20long\29 +12498:GrGLGpu::onTransferPixelsFrom\28GrSurface*\2c\20SkIRect\2c\20GrColorType\2c\20GrColorType\2c\20sk_sp\2c\20unsigned\20long\29 +12499:GrGLGpu::onTransferFromBufferToBuffer\28sk_sp\2c\20unsigned\20long\2c\20sk_sp\2c\20unsigned\20long\2c\20unsigned\20long\29 +12500:GrGLGpu::onSubmitToGpu\28GrSubmitInfo\20const&\29 +12501:GrGLGpu::onResolveRenderTarget\28GrRenderTarget*\2c\20SkIRect\20const&\29 +12502:GrGLGpu::onResetTextureBindings\28\29 +12503:GrGLGpu::onResetContext\28unsigned\20int\29 +12504:GrGLGpu::onRegenerateMipMapLevels\28GrTexture*\29 +12505:GrGLGpu::onReadPixels\28GrSurface*\2c\20SkIRect\2c\20GrColorType\2c\20GrColorType\2c\20void*\2c\20unsigned\20long\29 +12506:GrGLGpu::onGetOpsRenderPass\28GrRenderTarget*\2c\20bool\2c\20GrAttachment*\2c\20GrSurfaceOrigin\2c\20SkIRect\20const&\2c\20GrOpsRenderPass::LoadAndStoreInfo\20const&\2c\20GrOpsRenderPass::StencilLoadAndStoreInfo\20const&\2c\20skia_private::TArray\20const&\2c\20GrXferBarrierFlags\29 +12507:GrGLGpu::onDumpJSON\28SkJSONWriter*\29\20const +12508:GrGLGpu::onCreateTexture\28SkISize\2c\20GrBackendFormat\20const&\2c\20skgpu::Renderable\2c\20int\2c\20skgpu::Budgeted\2c\20skgpu::Protected\2c\20int\2c\20unsigned\20int\2c\20std::__2::basic_string_view>\29 +12509:GrGLGpu::onCreateCompressedTexture\28SkISize\2c\20GrBackendFormat\20const&\2c\20skgpu::Budgeted\2c\20skgpu::Mipmapped\2c\20skgpu::Protected\2c\20void\20const*\2c\20unsigned\20long\29 +12510:GrGLGpu::onCreateCompressedBackendTexture\28SkISize\2c\20GrBackendFormat\20const&\2c\20skgpu::Mipmapped\2c\20skgpu::Protected\29 +12511:GrGLGpu::onCreateBuffer\28unsigned\20long\2c\20GrGpuBufferType\2c\20GrAccessPattern\29 +12512:GrGLGpu::onCreateBackendTexture\28SkISize\2c\20GrBackendFormat\20const&\2c\20skgpu::Renderable\2c\20skgpu::Mipmapped\2c\20skgpu::Protected\2c\20std::__2::basic_string_view>\29 +12513:GrGLGpu::onCopySurface\28GrSurface*\2c\20SkIRect\20const&\2c\20GrSurface*\2c\20SkIRect\20const&\2c\20SkFilterMode\29 +12514:GrGLGpu::onClearBackendTexture\28GrBackendTexture\20const&\2c\20sk_sp\2c\20std::__2::array\29 +12515:GrGLGpu::makeStencilAttachment\28GrBackendFormat\20const&\2c\20SkISize\2c\20int\29 +12516:GrGLGpu::makeSemaphore\28bool\29 +12517:GrGLGpu::makeMSAAAttachment\28SkISize\2c\20GrBackendFormat\20const&\2c\20int\2c\20skgpu::Protected\2c\20GrMemoryless\29 +12518:GrGLGpu::getPreferredStencilFormat\28GrBackendFormat\20const&\29 +12519:GrGLGpu::finishOutstandingGpuWork\28\29 +12520:GrGLGpu::endTimerQuery\28GrTimerQuery\20const&\29 +12521:GrGLGpu::disconnect\28GrGpu::DisconnectType\29 +12522:GrGLGpu::deleteBackendTexture\28GrBackendTexture\20const&\29 +12523:GrGLGpu::compile\28GrProgramDesc\20const&\2c\20GrProgramInfo\20const&\29 +12524:GrGLGpu::checkFinishedCallbacks\28\29 +12525:GrGLGpu::addFinishedCallback\28skgpu::AutoCallback\2c\20std::__2::optional\29 +12526:GrGLGpu::ProgramCache::~ProgramCache\28\29_12812 +12527:GrGLFunction::GrGLFunction\28void\20\28*\29\28unsigned\20int\2c\20unsigned\20int\2c\20float\29\29::'lambda'\28void\20const*\2c\20unsigned\20int\2c\20unsigned\20int\2c\20float\29::__invoke\28void\20const*\2c\20unsigned\20int\2c\20unsigned\20int\2c\20float\29 +12528:GrGLFunction::GrGLFunction\28void\20\28*\29\28int\2c\20int\2c\20int\2c\20int\2c\20int\2c\20int\2c\20int\2c\20int\2c\20unsigned\20int\2c\20unsigned\20int\29\29::'lambda'\28void\20const*\2c\20int\2c\20int\2c\20int\2c\20int\2c\20int\2c\20int\2c\20int\2c\20int\2c\20unsigned\20int\2c\20unsigned\20int\29::__invoke\28void\20const*\2c\20int\2c\20int\2c\20int\2c\20int\2c\20int\2c\20int\2c\20int\2c\20int\2c\20unsigned\20int\2c\20unsigned\20int\29 +12529:GrGLFunction::GrGLFunction\28void\20\28*\29\28int\2c\20float\2c\20float\2c\20float\2c\20float\29\29::'lambda'\28void\20const*\2c\20int\2c\20float\2c\20float\2c\20float\2c\20float\29::__invoke\28void\20const*\2c\20int\2c\20float\2c\20float\2c\20float\2c\20float\29 +12530:GrGLFunction::GrGLFunction\28void\20\28*\29\28int\2c\20float\2c\20float\2c\20float\29\29::'lambda'\28void\20const*\2c\20int\2c\20float\2c\20float\2c\20float\29::__invoke\28void\20const*\2c\20int\2c\20float\2c\20float\2c\20float\29 +12531:GrGLFunction::GrGLFunction\28void\20\28*\29\28int\2c\20float\2c\20float\29\29::'lambda'\28void\20const*\2c\20int\2c\20float\2c\20float\29::__invoke\28void\20const*\2c\20int\2c\20float\2c\20float\29 +12532:GrGLFunction::GrGLFunction\28void\20\28*\29\28float\2c\20float\2c\20float\2c\20float\29\29::'lambda'\28void\20const*\2c\20float\2c\20float\2c\20float\2c\20float\29::__invoke\28void\20const*\2c\20float\2c\20float\2c\20float\2c\20float\29 +12533:GrGLFunction::GrGLFunction\28void\20\28*\29\28float\29\29::'lambda'\28void\20const*\2c\20float\29::__invoke\28void\20const*\2c\20float\29 +12534:GrGLFunction::GrGLFunction\28void\20\28*\29\28\29\29::'lambda'\28void\20const*\29::__invoke\28void\20const*\29 +12535:GrGLFunction::GrGLFunction\28unsigned\20int\20\28*\29\28__GLsync*\2c\20unsigned\20int\2c\20unsigned\20int\2c\20unsigned\20int\29\29::'lambda'\28void\20const*\2c\20__GLsync*\2c\20unsigned\20int\2c\20int\2c\20int\29::__invoke\28void\20const*\2c\20__GLsync*\2c\20unsigned\20int\2c\20int\2c\20int\29 +12536:GrGLFunction::GrGLFunction\28unsigned\20int\20\28*\29\28\29\29::'lambda'\28void\20const*\29::__invoke\28void\20const*\29 +12537:GrGLContext::~GrGLContext\28\29 +12538:GrGLCaps::~GrGLCaps\28\29_12596 +12539:GrGLCaps::surfaceSupportsReadPixels\28GrSurface\20const*\29\20const +12540:GrGLCaps::supportedWritePixelsColorType\28GrColorType\2c\20GrBackendFormat\20const&\2c\20GrColorType\29\20const +12541:GrGLCaps::onSurfaceSupportsWritePixels\28GrSurface\20const*\29\20const +12542:GrGLCaps::onSupportsDynamicMSAA\28GrRenderTargetProxy\20const*\29\20const +12543:GrGLCaps::onSupportedReadPixelsColorType\28GrColorType\2c\20GrBackendFormat\20const&\2c\20GrColorType\29\20const +12544:GrGLCaps::onIsWindowRectanglesSupportedForRT\28GrBackendRenderTarget\20const&\29\20const +12545:GrGLCaps::onGetReadSwizzle\28GrBackendFormat\20const&\2c\20GrColorType\29\20const +12546:GrGLCaps::onGetDstSampleFlagsForProxy\28GrRenderTargetProxy\20const*\29\20const +12547:GrGLCaps::onGetDefaultBackendFormat\28GrColorType\29\20const +12548:GrGLCaps::onDumpJSON\28SkJSONWriter*\29\20const +12549:GrGLCaps::onCanCopySurface\28GrSurfaceProxy\20const*\2c\20SkIRect\20const&\2c\20GrSurfaceProxy\20const*\2c\20SkIRect\20const&\29\20const +12550:GrGLCaps::onAreColorTypeAndFormatCompatible\28GrColorType\2c\20GrBackendFormat\20const&\29\20const +12551:GrGLCaps::onApplyOptionsOverrides\28GrContextOptions\20const&\29 +12552:GrGLCaps::maxRenderTargetSampleCount\28GrBackendFormat\20const&\29\20const +12553:GrGLCaps::makeDesc\28GrRenderTarget*\2c\20GrProgramInfo\20const&\2c\20GrCaps::ProgramDescOverrideFlags\29\20const +12554:GrGLCaps::isFormatTexturable\28GrBackendFormat\20const&\2c\20GrTextureType\29\20const +12555:GrGLCaps::isFormatSRGB\28GrBackendFormat\20const&\29\20const +12556:GrGLCaps::isFormatRenderable\28GrBackendFormat\20const&\2c\20int\29\20const +12557:GrGLCaps::isFormatCopyable\28GrBackendFormat\20const&\29\20const +12558:GrGLCaps::isFormatAsColorTypeRenderable\28GrColorType\2c\20GrBackendFormat\20const&\2c\20int\29\20const +12559:GrGLCaps::getWriteSwizzle\28GrBackendFormat\20const&\2c\20GrColorType\29\20const +12560:GrGLCaps::getRenderTargetSampleCount\28int\2c\20GrBackendFormat\20const&\29\20const +12561:GrGLCaps::getDstCopyRestrictions\28GrRenderTargetProxy\20const*\2c\20GrColorType\29\20const +12562:GrGLCaps::getBackendFormatFromCompressionType\28SkTextureCompressionType\29\20const +12563:GrGLCaps::computeFormatKey\28GrBackendFormat\20const&\29\20const +12564:GrGLBuffer::setMemoryBacking\28SkTraceMemoryDump*\2c\20SkString\20const&\29\20const +12565:GrGLBuffer::onUpdateData\28void\20const*\2c\20unsigned\20long\2c\20unsigned\20long\2c\20bool\29 +12566:GrGLBuffer::onUnmap\28GrGpuBuffer::MapType\29 +12567:GrGLBuffer::onSetLabel\28\29 +12568:GrGLBuffer::onRelease\28\29 +12569:GrGLBuffer::onMap\28GrGpuBuffer::MapType\29 +12570:GrGLBuffer::onClearToZero\28\29 +12571:GrGLBuffer::onAbandon\28\29 +12572:GrGLBackendTextureData::~GrGLBackendTextureData\28\29_12555 +12573:GrGLBackendTextureData::~GrGLBackendTextureData\28\29 +12574:GrGLBackendTextureData::isSameTexture\28GrBackendTextureData\20const*\29\20const +12575:GrGLBackendTextureData::getBackendFormat\28\29\20const +12576:GrGLBackendTextureData::equal\28GrBackendTextureData\20const*\29\20const +12577:GrGLBackendTextureData::copyTo\28SkAnySubclass&\29\20const +12578:GrGLBackendRenderTargetData::isProtected\28\29\20const +12579:GrGLBackendRenderTargetData::getBackendFormat\28\29\20const +12580:GrGLBackendRenderTargetData::equal\28GrBackendRenderTargetData\20const*\29\20const +12581:GrGLBackendRenderTargetData::copyTo\28SkAnySubclass&\29\20const +12582:GrGLBackendFormatData::toString\28\29\20const +12583:GrGLBackendFormatData::stencilBits\28\29\20const +12584:GrGLBackendFormatData::equal\28GrBackendFormatData\20const*\29\20const +12585:GrGLBackendFormatData::desc\28\29\20const +12586:GrGLBackendFormatData::copyTo\28SkAnySubclass&\29\20const +12587:GrGLBackendFormatData::compressionType\28\29\20const +12588:GrGLBackendFormatData::channelMask\28\29\20const +12589:GrGLBackendFormatData::bytesPerBlock\28\29\20const +12590:GrGLAttachment::~GrGLAttachment\28\29 +12591:GrGLAttachment::setMemoryBacking\28SkTraceMemoryDump*\2c\20SkString\20const&\29\20const +12592:GrGLAttachment::onSetLabel\28\29 +12593:GrGLAttachment::onRelease\28\29 +12594:GrGLAttachment::onAbandon\28\29 +12595:GrGLAttachment::backendFormat\28\29\20const +12596:GrFragmentProcessor::constantOutputForConstantInput\28SkRGBA4f<\28SkAlphaType\292>\20const&\29\20const +12597:GrFragmentProcessor::SwizzleOutput\28std::__2::unique_ptr>\2c\20skgpu::Swizzle\20const&\29::SwizzleFragmentProcessor::onMakeProgramImpl\28\29\20const::Impl::emitCode\28GrFragmentProcessor::ProgramImpl::EmitArgs&\29 +12598:GrFragmentProcessor::SwizzleOutput\28std::__2::unique_ptr>\2c\20skgpu::Swizzle\20const&\29::SwizzleFragmentProcessor::onMakeProgramImpl\28\29\20const +12599:GrFragmentProcessor::SwizzleOutput\28std::__2::unique_ptr>\2c\20skgpu::Swizzle\20const&\29::SwizzleFragmentProcessor::onIsEqual\28GrFragmentProcessor\20const&\29\20const +12600:GrFragmentProcessor::SwizzleOutput\28std::__2::unique_ptr>\2c\20skgpu::Swizzle\20const&\29::SwizzleFragmentProcessor::onAddToKey\28GrShaderCaps\20const&\2c\20skgpu::KeyBuilder*\29\20const +12601:GrFragmentProcessor::SwizzleOutput\28std::__2::unique_ptr>\2c\20skgpu::Swizzle\20const&\29::SwizzleFragmentProcessor::name\28\29\20const +12602:GrFragmentProcessor::SwizzleOutput\28std::__2::unique_ptr>\2c\20skgpu::Swizzle\20const&\29::SwizzleFragmentProcessor::constantOutputForConstantInput\28SkRGBA4f<\28SkAlphaType\292>\20const&\29\20const +12603:GrFragmentProcessor::SwizzleOutput\28std::__2::unique_ptr>\2c\20skgpu::Swizzle\20const&\29::SwizzleFragmentProcessor::clone\28\29\20const +12604:GrFragmentProcessor::SurfaceColor\28\29::SurfaceColorProcessor::onMakeProgramImpl\28\29\20const::Impl::emitCode\28GrFragmentProcessor::ProgramImpl::EmitArgs&\29 +12605:GrFragmentProcessor::SurfaceColor\28\29::SurfaceColorProcessor::onMakeProgramImpl\28\29\20const +12606:GrFragmentProcessor::SurfaceColor\28\29::SurfaceColorProcessor::name\28\29\20const +12607:GrFragmentProcessor::SurfaceColor\28\29::SurfaceColorProcessor::clone\28\29\20const +12608:GrFragmentProcessor::HighPrecision\28std::__2::unique_ptr>\29::HighPrecisionFragmentProcessor::onMakeProgramImpl\28\29\20const::Impl::emitCode\28GrFragmentProcessor::ProgramImpl::EmitArgs&\29 +12609:GrFragmentProcessor::HighPrecision\28std::__2::unique_ptr>\29::HighPrecisionFragmentProcessor::onMakeProgramImpl\28\29\20const +12610:GrFragmentProcessor::HighPrecision\28std::__2::unique_ptr>\29::HighPrecisionFragmentProcessor::name\28\29\20const +12611:GrFragmentProcessor::HighPrecision\28std::__2::unique_ptr>\29::HighPrecisionFragmentProcessor::clone\28\29\20const +12612:GrFragmentProcessor::DeviceSpace\28std::__2::unique_ptr>\29::DeviceSpace::onMakeProgramImpl\28\29\20const::Impl::emitCode\28GrFragmentProcessor::ProgramImpl::EmitArgs&\29 +12613:GrFragmentProcessor::DeviceSpace\28std::__2::unique_ptr>\29::DeviceSpace::onMakeProgramImpl\28\29\20const +12614:GrFragmentProcessor::DeviceSpace\28std::__2::unique_ptr>\29::DeviceSpace::name\28\29\20const +12615:GrFragmentProcessor::DeviceSpace\28std::__2::unique_ptr>\29::DeviceSpace::constantOutputForConstantInput\28SkRGBA4f<\28SkAlphaType\292>\20const&\29\20const +12616:GrFragmentProcessor::DeviceSpace\28std::__2::unique_ptr>\29::DeviceSpace::clone\28\29\20const +12617:GrFragmentProcessor::Compose\28std::__2::unique_ptr>\2c\20std::__2::unique_ptr>\29::ComposeProcessor::onMakeProgramImpl\28\29\20const::Impl::emitCode\28GrFragmentProcessor::ProgramImpl::EmitArgs&\29 +12618:GrFragmentProcessor::Compose\28std::__2::unique_ptr>\2c\20std::__2::unique_ptr>\29::ComposeProcessor::onMakeProgramImpl\28\29\20const +12619:GrFragmentProcessor::Compose\28std::__2::unique_ptr>\2c\20std::__2::unique_ptr>\29::ComposeProcessor::name\28\29\20const +12620:GrFragmentProcessor::Compose\28std::__2::unique_ptr>\2c\20std::__2::unique_ptr>\29::ComposeProcessor::constantOutputForConstantInput\28SkRGBA4f<\28SkAlphaType\292>\20const&\29\20const +12621:GrFragmentProcessor::Compose\28std::__2::unique_ptr>\2c\20std::__2::unique_ptr>\29::ComposeProcessor::clone\28\29\20const +12622:GrFixedClip::~GrFixedClip\28\29_9907 +12623:GrFixedClip::~GrFixedClip\28\29 +12624:GrFixedClip::getConservativeBounds\28\29\20const +12625:GrExternalTextureGenerator::onGenerateTexture\28GrRecordingContext*\2c\20SkImageInfo\20const&\2c\20skgpu::Mipmapped\2c\20GrImageTexGenPolicy\29 +12626:GrDynamicAtlas::~GrDynamicAtlas\28\29_9881 +12627:GrDrawOp::usesStencil\28\29\20const +12628:GrDrawOp::usesMSAA\28\29\20const +12629:GrDrawOp::fixedFunctionFlags\28\29\20const +12630:GrDistanceFieldPathGeoProc::~GrDistanceFieldPathGeoProc\28\29_10837 +12631:GrDistanceFieldPathGeoProc::onTextureSampler\28int\29\20const +12632:GrDistanceFieldPathGeoProc::name\28\29\20const +12633:GrDistanceFieldPathGeoProc::makeProgramImpl\28GrShaderCaps\20const&\29\20const +12634:GrDistanceFieldPathGeoProc::addToKey\28GrShaderCaps\20const&\2c\20skgpu::KeyBuilder*\29\20const +12635:GrDistanceFieldPathGeoProc::Impl::setData\28GrGLSLProgramDataManager\20const&\2c\20GrShaderCaps\20const&\2c\20GrGeometryProcessor\20const&\29 +12636:GrDistanceFieldPathGeoProc::Impl::onEmitCode\28GrGeometryProcessor::ProgramImpl::EmitArgs&\2c\20GrGeometryProcessor::ProgramImpl::GrGPArgs*\29 +12637:GrDistanceFieldLCDTextGeoProc::~GrDistanceFieldLCDTextGeoProc\28\29_10846 +12638:GrDistanceFieldLCDTextGeoProc::name\28\29\20const +12639:GrDistanceFieldLCDTextGeoProc::makeProgramImpl\28GrShaderCaps\20const&\29\20const +12640:GrDistanceFieldLCDTextGeoProc::addToKey\28GrShaderCaps\20const&\2c\20skgpu::KeyBuilder*\29\20const +12641:GrDistanceFieldLCDTextGeoProc::Impl::setData\28GrGLSLProgramDataManager\20const&\2c\20GrShaderCaps\20const&\2c\20GrGeometryProcessor\20const&\29 +12642:GrDistanceFieldLCDTextGeoProc::Impl::onEmitCode\28GrGeometryProcessor::ProgramImpl::EmitArgs&\2c\20GrGeometryProcessor::ProgramImpl::GrGPArgs*\29 +12643:GrDistanceFieldA8TextGeoProc::~GrDistanceFieldA8TextGeoProc\28\29_10826 +12644:GrDistanceFieldA8TextGeoProc::name\28\29\20const +12645:GrDistanceFieldA8TextGeoProc::makeProgramImpl\28GrShaderCaps\20const&\29\20const +12646:GrDistanceFieldA8TextGeoProc::addToKey\28GrShaderCaps\20const&\2c\20skgpu::KeyBuilder*\29\20const +12647:GrDistanceFieldA8TextGeoProc::Impl::setData\28GrGLSLProgramDataManager\20const&\2c\20GrShaderCaps\20const&\2c\20GrGeometryProcessor\20const&\29 +12648:GrDistanceFieldA8TextGeoProc::Impl::onEmitCode\28GrGeometryProcessor::ProgramImpl::EmitArgs&\2c\20GrGeometryProcessor::ProgramImpl::GrGPArgs*\29 +12649:GrDisableColorXPFactory::makeXferProcessor\28GrProcessorAnalysisColor\20const&\2c\20GrProcessorAnalysisCoverage\2c\20GrCaps\20const&\2c\20GrClampType\29\20const +12650:GrDisableColorXPFactory::analysisProperties\28GrProcessorAnalysisColor\20const&\2c\20GrProcessorAnalysisCoverage\20const&\2c\20GrCaps\20const&\2c\20GrClampType\29\20const +12651:GrDirectContext::~GrDirectContext\28\29_9693 +12652:GrDirectContext::init\28\29 +12653:GrDirectContext::abandonContext\28\29 +12654:GrDeferredProxyUploader::~GrDeferredProxyUploader\28\29_9076 +12655:GrCpuVertexAllocator::~GrCpuVertexAllocator\28\29_9900 +12656:GrCpuVertexAllocator::unlock\28int\29 +12657:GrCpuVertexAllocator::lock\28unsigned\20long\2c\20int\29 +12658:GrCpuBuffer::unref\28\29\20const +12659:GrCpuBuffer::ref\28\29\20const +12660:GrCoverageSetOpXPFactory::makeXferProcessor\28GrProcessorAnalysisColor\20const&\2c\20GrProcessorAnalysisCoverage\2c\20GrCaps\20const&\2c\20GrClampType\29\20const +12661:GrCoverageSetOpXPFactory::analysisProperties\28GrProcessorAnalysisColor\20const&\2c\20GrProcessorAnalysisCoverage\20const&\2c\20GrCaps\20const&\2c\20GrClampType\29\20const +12662:GrCopyRenderTask::~GrCopyRenderTask\28\29_9622 +12663:GrCopyRenderTask::onMakeSkippable\28\29 +12664:GrCopyRenderTask::onMakeClosed\28GrRecordingContext*\2c\20SkIRect*\29 +12665:GrCopyRenderTask::onExecute\28GrOpFlushState*\29 +12666:GrCopyRenderTask::gatherProxyIntervals\28GrResourceAllocator*\29\20const +12667:GrConvexPolyEffect::~GrConvexPolyEffect\28\29 +12668:GrConvexPolyEffect::onMakeProgramImpl\28\29\20const::Impl::onSetData\28GrGLSLProgramDataManager\20const&\2c\20GrFragmentProcessor\20const&\29 +12669:GrConvexPolyEffect::onMakeProgramImpl\28\29\20const::Impl::emitCode\28GrFragmentProcessor::ProgramImpl::EmitArgs&\29 +12670:GrConvexPolyEffect::onMakeProgramImpl\28\29\20const +12671:GrConvexPolyEffect::onIsEqual\28GrFragmentProcessor\20const&\29\20const +12672:GrConvexPolyEffect::onAddToKey\28GrShaderCaps\20const&\2c\20skgpu::KeyBuilder*\29\20const +12673:GrConvexPolyEffect::name\28\29\20const +12674:GrConvexPolyEffect::clone\28\29\20const +12675:GrContextThreadSafeProxy::~GrContextThreadSafeProxy\28\29_9599 +12676:GrContextThreadSafeProxy::isValidCharacterizationForVulkan\28sk_sp\2c\20bool\2c\20skgpu::Mipmapped\2c\20skgpu::Protected\2c\20bool\2c\20bool\29 +12677:GrConicEffect::name\28\29\20const +12678:GrConicEffect::makeProgramImpl\28GrShaderCaps\20const&\29\20const +12679:GrConicEffect::addToKey\28GrShaderCaps\20const&\2c\20skgpu::KeyBuilder*\29\20const +12680:GrConicEffect::Impl::setData\28GrGLSLProgramDataManager\20const&\2c\20GrShaderCaps\20const&\2c\20GrGeometryProcessor\20const&\29 +12681:GrConicEffect::Impl::onEmitCode\28GrGeometryProcessor::ProgramImpl::EmitArgs&\2c\20GrGeometryProcessor::ProgramImpl::GrGPArgs*\29 +12682:GrColorSpaceXformEffect::~GrColorSpaceXformEffect\28\29_9563 +12683:GrColorSpaceXformEffect::onMakeProgramImpl\28\29\20const::Impl::onSetData\28GrGLSLProgramDataManager\20const&\2c\20GrFragmentProcessor\20const&\29 +12684:GrColorSpaceXformEffect::onMakeProgramImpl\28\29\20const::Impl::emitCode\28GrFragmentProcessor::ProgramImpl::EmitArgs&\29 +12685:GrColorSpaceXformEffect::onMakeProgramImpl\28\29\20const +12686:GrColorSpaceXformEffect::onIsEqual\28GrFragmentProcessor\20const&\29\20const +12687:GrColorSpaceXformEffect::onAddToKey\28GrShaderCaps\20const&\2c\20skgpu::KeyBuilder*\29\20const +12688:GrColorSpaceXformEffect::name\28\29\20const +12689:GrColorSpaceXformEffect::constantOutputForConstantInput\28SkRGBA4f<\28SkAlphaType\292>\20const&\29\20const +12690:GrColorSpaceXformEffect::clone\28\29\20const +12691:GrCaps::getDstCopyRestrictions\28GrRenderTargetProxy\20const*\2c\20GrColorType\29\20const +12692:GrBitmapTextGeoProc::~GrBitmapTextGeoProc\28\29_10749 +12693:GrBitmapTextGeoProc::onTextureSampler\28int\29\20const +12694:GrBitmapTextGeoProc::name\28\29\20const +12695:GrBitmapTextGeoProc::makeProgramImpl\28GrShaderCaps\20const&\29\20const +12696:GrBitmapTextGeoProc::addToKey\28GrShaderCaps\20const&\2c\20skgpu::KeyBuilder*\29\20const +12697:GrBitmapTextGeoProc::Impl::setData\28GrGLSLProgramDataManager\20const&\2c\20GrShaderCaps\20const&\2c\20GrGeometryProcessor\20const&\29 +12698:GrBitmapTextGeoProc::Impl::onEmitCode\28GrGeometryProcessor::ProgramImpl::EmitArgs&\2c\20GrGeometryProcessor::ProgramImpl::GrGPArgs*\29 +12699:GrBicubicEffect::onMakeProgramImpl\28\29\20const +12700:GrBicubicEffect::onIsEqual\28GrFragmentProcessor\20const&\29\20const +12701:GrBicubicEffect::onAddToKey\28GrShaderCaps\20const&\2c\20skgpu::KeyBuilder*\29\20const +12702:GrBicubicEffect::name\28\29\20const +12703:GrBicubicEffect::clone\28\29\20const +12704:GrBicubicEffect::Impl::onSetData\28GrGLSLProgramDataManager\20const&\2c\20GrFragmentProcessor\20const&\29 +12705:GrBicubicEffect::Impl::emitCode\28GrFragmentProcessor::ProgramImpl::EmitArgs&\29 +12706:GrAttachment::onGpuMemorySize\28\29\20const +12707:GrAttachment::getResourceType\28\29\20const +12708:GrAttachment::computeScratchKey\28skgpu::ScratchKey*\29\20const +12709:GrAtlasManager::~GrAtlasManager\28\29_12446 +12710:GrAtlasManager::postFlush\28skgpu::Token\29 +12711:GrAATriangulator::tessellate\28GrTriangulator::VertexList\20const&\2c\20GrTriangulator::Comparator\20const&\29 +12712:FontMgrRunIterator::~FontMgrRunIterator\28\29_13263 +12713:FontMgrRunIterator::currentFont\28\29\20const +12714:FontMgrRunIterator::consume\28\29 +12715:EllipticalRRectOp::onPrepareDraws\28GrMeshDrawTarget*\29 +12716:EllipticalRRectOp::onCombineIfPossible\28GrOp*\2c\20SkArenaAlloc*\2c\20GrCaps\20const&\29 +12717:EllipticalRRectOp::name\28\29\20const +12718:EllipticalRRectOp::finalize\28GrCaps\20const&\2c\20GrAppliedClip\20const*\2c\20GrClampType\29 +12719:EllipseOp::onPrepareDraws\28GrMeshDrawTarget*\29 +12720:EllipseOp::onCombineIfPossible\28GrOp*\2c\20SkArenaAlloc*\2c\20GrCaps\20const&\29 +12721:EllipseOp::name\28\29\20const +12722:EllipseOp::finalize\28GrCaps\20const&\2c\20GrAppliedClip\20const*\2c\20GrClampType\29 +12723:EllipseGeometryProcessor::name\28\29\20const +12724:EllipseGeometryProcessor::makeProgramImpl\28GrShaderCaps\20const&\29\20const +12725:EllipseGeometryProcessor::addToKey\28GrShaderCaps\20const&\2c\20skgpu::KeyBuilder*\29\20const +12726:EllipseGeometryProcessor::Impl::onEmitCode\28GrGeometryProcessor::ProgramImpl::EmitArgs&\2c\20GrGeometryProcessor::ProgramImpl::GrGPArgs*\29 +12727:Dual_Project +12728:DisableColorXP::onGetBlendInfo\28skgpu::BlendInfo*\29\20const +12729:DisableColorXP::name\28\29\20const +12730:DisableColorXP::makeProgramImpl\28\29\20const::Impl::emitOutputsForBlendState\28GrXferProcessor::ProgramImpl::EmitArgs\20const&\29 +12731:DisableColorXP::makeProgramImpl\28\29\20const +12732:Direct_Move_Y +12733:Direct_Move_X +12734:Direct_Move_Orig_Y +12735:Direct_Move_Orig_X +12736:Direct_Move_Orig +12737:Direct_Move +12738:DefaultGeoProc::name\28\29\20const +12739:DefaultGeoProc::makeProgramImpl\28GrShaderCaps\20const&\29\20const +12740:DefaultGeoProc::addToKey\28GrShaderCaps\20const&\2c\20skgpu::KeyBuilder*\29\20const +12741:DefaultGeoProc::Impl::setData\28GrGLSLProgramDataManager\20const&\2c\20GrShaderCaps\20const&\2c\20GrGeometryProcessor\20const&\29 +12742:DefaultGeoProc::Impl::onEmitCode\28GrGeometryProcessor::ProgramImpl::EmitArgs&\2c\20GrGeometryProcessor::ProgramImpl::GrGPArgs*\29 +12743:DIEllipseOp::~DIEllipseOp\28\29_11906 +12744:DIEllipseOp::visitProxies\28std::__2::function\20const&\29\20const +12745:DIEllipseOp::onPrepareDraws\28GrMeshDrawTarget*\29 +12746:DIEllipseOp::onExecute\28GrOpFlushState*\2c\20SkRect\20const&\29 +12747:DIEllipseOp::onCreateProgramInfo\28GrCaps\20const*\2c\20SkArenaAlloc*\2c\20GrSurfaceProxyView\20const&\2c\20bool\2c\20GrAppliedClip&&\2c\20GrDstProxyView\20const&\2c\20GrXferBarrierFlags\2c\20GrLoadOp\29 +12748:DIEllipseOp::onCombineIfPossible\28GrOp*\2c\20SkArenaAlloc*\2c\20GrCaps\20const&\29 +12749:DIEllipseOp::name\28\29\20const +12750:DIEllipseOp::finalize\28GrCaps\20const&\2c\20GrAppliedClip\20const*\2c\20GrClampType\29 +12751:DIEllipseGeometryProcessor::name\28\29\20const +12752:DIEllipseGeometryProcessor::makeProgramImpl\28GrShaderCaps\20const&\29\20const +12753:DIEllipseGeometryProcessor::addToKey\28GrShaderCaps\20const&\2c\20skgpu::KeyBuilder*\29\20const +12754:DIEllipseGeometryProcessor::Impl::onEmitCode\28GrGeometryProcessor::ProgramImpl::EmitArgs&\2c\20GrGeometryProcessor::ProgramImpl::GrGPArgs*\29 +12755:CustomXPFactory::makeXferProcessor\28GrProcessorAnalysisColor\20const&\2c\20GrProcessorAnalysisCoverage\2c\20GrCaps\20const&\2c\20GrClampType\29\20const +12756:CustomXPFactory::analysisProperties\28GrProcessorAnalysisColor\20const&\2c\20GrProcessorAnalysisCoverage\20const&\2c\20GrCaps\20const&\2c\20GrClampType\29\20const +12757:CustomXP::xferBarrierType\28GrCaps\20const&\29\20const +12758:CustomXP::onGetBlendInfo\28skgpu::BlendInfo*\29\20const +12759:CustomXP::onAddToKey\28GrShaderCaps\20const&\2c\20skgpu::KeyBuilder*\29\20const +12760:CustomXP::name\28\29\20const +12761:CustomXP::makeProgramImpl\28\29\20const::Impl::emitOutputsForBlendState\28GrXferProcessor::ProgramImpl::EmitArgs\20const&\29 +12762:CustomXP::makeProgramImpl\28\29\20const +12763:Current_Ppem_Stretched +12764:Current_Ppem +12765:Cr_z_zcalloc +12766:CoverageSetOpXP::onGetBlendInfo\28skgpu::BlendInfo*\29\20const +12767:CoverageSetOpXP::onAddToKey\28GrShaderCaps\20const&\2c\20skgpu::KeyBuilder*\29\20const +12768:CoverageSetOpXP::name\28\29\20const +12769:CoverageSetOpXP::makeProgramImpl\28\29\20const::Impl::emitOutputsForBlendState\28GrXferProcessor::ProgramImpl::EmitArgs\20const&\29 +12770:CoverageSetOpXP::makeProgramImpl\28\29\20const +12771:ColorTableEffect::onMakeProgramImpl\28\29\20const::Impl::emitCode\28GrFragmentProcessor::ProgramImpl::EmitArgs&\29 +12772:ColorTableEffect::onMakeProgramImpl\28\29\20const +12773:ColorTableEffect::name\28\29\20const +12774:ColorTableEffect::clone\28\29\20const +12775:CircularRRectOp::visitProxies\28std::__2::function\20const&\29\20const +12776:CircularRRectOp::onPrepareDraws\28GrMeshDrawTarget*\29 +12777:CircularRRectOp::onExecute\28GrOpFlushState*\2c\20SkRect\20const&\29 +12778:CircularRRectOp::onCreateProgramInfo\28GrCaps\20const*\2c\20SkArenaAlloc*\2c\20GrSurfaceProxyView\20const&\2c\20bool\2c\20GrAppliedClip&&\2c\20GrDstProxyView\20const&\2c\20GrXferBarrierFlags\2c\20GrLoadOp\29 +12779:CircularRRectOp::onCombineIfPossible\28GrOp*\2c\20SkArenaAlloc*\2c\20GrCaps\20const&\29 +12780:CircularRRectOp::name\28\29\20const +12781:CircularRRectOp::finalize\28GrCaps\20const&\2c\20GrAppliedClip\20const*\2c\20GrClampType\29 +12782:CircleOp::~CircleOp\28\29_11942 +12783:CircleOp::visitProxies\28std::__2::function\20const&\29\20const +12784:CircleOp::programInfo\28\29 +12785:CircleOp::onPrepareDraws\28GrMeshDrawTarget*\29 +12786:CircleOp::onExecute\28GrOpFlushState*\2c\20SkRect\20const&\29 +12787:CircleOp::onCreateProgramInfo\28GrCaps\20const*\2c\20SkArenaAlloc*\2c\20GrSurfaceProxyView\20const&\2c\20bool\2c\20GrAppliedClip&&\2c\20GrDstProxyView\20const&\2c\20GrXferBarrierFlags\2c\20GrLoadOp\29 +12788:CircleOp::onCombineIfPossible\28GrOp*\2c\20SkArenaAlloc*\2c\20GrCaps\20const&\29 +12789:CircleOp::name\28\29\20const +12790:CircleOp::finalize\28GrCaps\20const&\2c\20GrAppliedClip\20const*\2c\20GrClampType\29 +12791:CircleGeometryProcessor::name\28\29\20const +12792:CircleGeometryProcessor::makeProgramImpl\28GrShaderCaps\20const&\29\20const +12793:CircleGeometryProcessor::addToKey\28GrShaderCaps\20const&\2c\20skgpu::KeyBuilder*\29\20const +12794:CircleGeometryProcessor::Impl::onEmitCode\28GrGeometryProcessor::ProgramImpl::EmitArgs&\2c\20GrGeometryProcessor::ProgramImpl::GrGPArgs*\29 +12795:ButtCapper\28SkPathBuilder*\2c\20SkPoint\20const&\2c\20SkPoint\20const&\2c\20SkPoint\20const&\2c\20bool\29 +12796:ButtCapDashedCircleOp::visitProxies\28std::__2::function\20const&\29\20const +12797:ButtCapDashedCircleOp::programInfo\28\29 +12798:ButtCapDashedCircleOp::onPrepareDraws\28GrMeshDrawTarget*\29 +12799:ButtCapDashedCircleOp::onExecute\28GrOpFlushState*\2c\20SkRect\20const&\29 +12800:ButtCapDashedCircleOp::onCreateProgramInfo\28GrCaps\20const*\2c\20SkArenaAlloc*\2c\20GrSurfaceProxyView\20const&\2c\20bool\2c\20GrAppliedClip&&\2c\20GrDstProxyView\20const&\2c\20GrXferBarrierFlags\2c\20GrLoadOp\29 +12801:ButtCapDashedCircleOp::onCombineIfPossible\28GrOp*\2c\20SkArenaAlloc*\2c\20GrCaps\20const&\29 +12802:ButtCapDashedCircleOp::name\28\29\20const +12803:ButtCapDashedCircleOp::finalize\28GrCaps\20const&\2c\20GrAppliedClip\20const*\2c\20GrClampType\29 +12804:ButtCapDashedCircleGeometryProcessor::name\28\29\20const +12805:ButtCapDashedCircleGeometryProcessor::makeProgramImpl\28GrShaderCaps\20const&\29\20const +12806:ButtCapDashedCircleGeometryProcessor::addToKey\28GrShaderCaps\20const&\2c\20skgpu::KeyBuilder*\29\20const +12807:ButtCapDashedCircleGeometryProcessor::Impl::onEmitCode\28GrGeometryProcessor::ProgramImpl::EmitArgs&\2c\20GrGeometryProcessor::ProgramImpl::GrGPArgs*\29 +12808:BluntJoiner\28SkPathBuilder*\2c\20SkPathBuilder*\2c\20SkPoint\20const&\2c\20SkPoint\20const&\2c\20SkPoint\20const&\2c\20float\2c\20float\2c\20bool\2c\20bool\29 +12809:BlendFragmentProcessor::onMakeProgramImpl\28\29\20const::Impl::onSetData\28GrGLSLProgramDataManager\20const&\2c\20GrFragmentProcessor\20const&\29 +12810:BlendFragmentProcessor::onMakeProgramImpl\28\29\20const::Impl::emitCode\28GrFragmentProcessor::ProgramImpl::EmitArgs&\29 +12811:BlendFragmentProcessor::onMakeProgramImpl\28\29\20const +12812:BlendFragmentProcessor::onIsEqual\28GrFragmentProcessor\20const&\29\20const +12813:BlendFragmentProcessor::onAddToKey\28GrShaderCaps\20const&\2c\20skgpu::KeyBuilder*\29\20const +12814:BlendFragmentProcessor::name\28\29\20const +12815:BlendFragmentProcessor::constantOutputForConstantInput\28SkRGBA4f<\28SkAlphaType\292>\20const&\29\20const +12816:BlendFragmentProcessor::clone\28\29\20const +12817:$_3::__invoke\28unsigned\20char*\2c\20unsigned\20char\2c\20int\2c\20unsigned\20char\29 +12818:$_2::__invoke\28unsigned\20char*\2c\20unsigned\20char\2c\20int\29 +12819:$_1::__invoke\28unsigned\20char*\2c\20unsigned\20char\2c\20int\2c\20unsigned\20char\29 +12820:$_0::__invoke\28unsigned\20char*\2c\20unsigned\20char\2c\20int\29 diff --git a/hive/extension/devtools/build/canvaskit/skwasm.wasm b/hive/extension/devtools/build/canvaskit/skwasm.wasm index edb55d4d..fd05cfbc 100755 Binary files a/hive/extension/devtools/build/canvaskit/skwasm.wasm and b/hive/extension/devtools/build/canvaskit/skwasm.wasm differ diff --git a/hive/extension/devtools/build/canvaskit/skwasm_heavy.js b/hive/extension/devtools/build/canvaskit/skwasm_heavy.js index 203a3ff5..6f7661bc 100644 --- a/hive/extension/devtools/build/canvaskit/skwasm_heavy.js +++ b/hive/extension/devtools/build/canvaskit/skwasm_heavy.js @@ -30,10 +30,10 @@ lb-1&-lb);return a.subarray(f>>>31-Math.clz32(a.BYTES_PER_ELEMENT),f+b>>>31-Math Ib[b]?delete a[b]:a[b]=Ib[b];var c=[];for(b in a)c.push(`${b}=${a[b]}`);Jb=c}return Jb},Jb,Lb=[null,[],[]];function Mb(){}function Nb(){}function Ob(){}function Pb(){}function Qb(){}function Rb(){}function Sb(){}function Tb(){}function Ub(){}function Vb(){}function Wb(){}function Xb(){}function Yb(){}function Zb(){}function $b(){}function S(){}function ac(){}var U,bc=[],dc=a=>cc(a);w.stackAlloc=dc;ka&&(D[0]=this,addEventListener("message",Ba));for(var V=0;32>V;++V)tb.push(Array(V));var ec=new Float32Array(288); for(V=0;288>=V;++V)R[V]=ec.subarray(0,V);var fc=new Int32Array(288);for(V=0;288>=V;++V)Hb[V]=fc.subarray(0,V); (function(){if(w.skwasmSingleThreaded){Xb=function(){return!0};let c;Nb=function(e,f){c=f};Ob=function(){return performance.now()};S=function(e){queueMicrotask(()=>c(e))}}else{Xb=function(){return!1};let c=0;Nb=function(e,f){function h({data:l}){const m=l.h;m&&("syncTimeOrigin"==m?c=performance.timeOrigin-l.timeOrigin:f(l))}e?(D[e].addEventListener("message",h),D[e].postMessage({h:"syncTimeOrigin",timeOrigin:performance.timeOrigin})):addEventListener("message",h)};Ob=function(){return performance.now()+ -c};S=function(e,f,h){h?D[h].postMessage(e,{transfer:f}):postMessage(e,{transfer:f})}}const a=new Map,b=new Map;ac=function(c,e,f){S({h:"setAssociatedObject",F:e,object:f},[f],c)};Wb=function(c){return b.get(c)};Pb=function(c){Nb(c,function(e){var f=e.h;if(f)switch(f){case "renderPictures":gc(e.l,e.V,e.U,e.m,Ob());break;case "onRenderComplete":hc(e.l,e.m,{imageBitmaps:e.R,rasterStartMilliseconds:e.X,rasterEndMilliseconds:e.W});break;case "setAssociatedObject":b.set(e.F,e.object);break;case "disposeAssociatedObject":e= -e.F;f=b.get(e);f.close&&f.close();b.delete(e);break;case "disposeSurface":ic(e.l);break;case "rasterizeImage":jc(e.l,e.image,e.format,e.m);break;case "onRasterizeComplete":kc(e.l,e.data,e.m);break;default:console.warn(`unrecognized skwasm message: ${f}`)}})};Ub=function(c,e,f,h,l){S({h:"renderPictures",l:e,V:f,U:h,m:l},[],c)};Rb=function(c,e){c=new OffscreenCanvas(c,e);e=ob(c);a.set(e,c);return e};Zb=function(c,e,f){c=a.get(c);c.width=e;c.height=f};Mb=function(c,e,f,h){h||=[];c=a.get(c);h.push(createImageBitmap(c, -0,0,e,f));return h};$b=async function(c,e,f,h){e=e?await Promise.all(e):[];S({h:"onRenderComplete",l:c,m:h,R:e,X:f,W:Ob()},[...e])};Qb=function(c,e,f){const h=P.v,l=h.createTexture();h.bindTexture(h.TEXTURE_2D,l);h.pixelStorei(h.UNPACK_PREMULTIPLY_ALPHA_WEBGL,!0);h.texImage2D(h.TEXTURE_2D,0,h.RGBA,e,f,0,h.RGBA,h.UNSIGNED_BYTE,c);h.pixelStorei(h.UNPACK_PREMULTIPLY_ALPHA_WEBGL,!1);h.bindTexture(h.TEXTURE_2D,null);c=M(H);H[c]=l;return c};Vb=function(c,e){S({h:"disposeAssociatedObject",F:e},[],c)};Sb= -function(c,e){S({h:"disposeSurface",l:e},[],c)};Tb=function(c,e,f,h,l){S({h:"rasterizeImage",l:e,image:f,format:h,m:l},[],c)};Yb=function(c,e,f){S({h:"onRasterizeComplete",l:c,data:e,m:f})}})(); +c};S=function(e,f,h){h?D[h].postMessage(e,{transfer:f}):postMessage(e,{transfer:f})}}const a=new Map,b=new Map;ac=function(c,e,f){S({h:"setAssociatedObject",F:e,object:f},[f],c)};Wb=function(c){return b.get(c)};Pb=function(c){Nb(c,function(e){var f=e.h;if(f)switch(f){case "renderPictures":gc(e.l,e.V,e.width,e.height,e.U,e.m,Ob());break;case "onRenderComplete":hc(e.l,e.m,{imageBitmaps:e.R,rasterStartMilliseconds:e.X,rasterEndMilliseconds:e.W});break;case "setAssociatedObject":b.set(e.F,e.object);break; +case "disposeAssociatedObject":e=e.F;f=b.get(e);f.close&&f.close();b.delete(e);break;case "disposeSurface":ic(e.l);break;case "rasterizeImage":jc(e.l,e.image,e.format,e.m);break;case "onRasterizeComplete":kc(e.l,e.data,e.m);break;default:console.warn(`unrecognized skwasm message: ${f}`)}})};Ub=function(c,e,f,h,l,m,p){S({h:"renderPictures",l:e,V:f,width:h,height:l,U:m,m:p},[],c)};Rb=function(c,e){c=new OffscreenCanvas(c,e);e=ob(c);a.set(e,c);return e};Zb=function(c,e,f){c=a.get(c);c.width=e;c.height= +f};Mb=function(c,e){e||=[];c=a.get(c);e.push(c.transferToImageBitmap());return e};$b=async function(c,e,f,h){e||=[];S({h:"onRenderComplete",l:c,m:h,R:e,X:f,W:Ob()},[...e])};Qb=function(c,e,f){const h=P.v,l=h.createTexture();h.bindTexture(h.TEXTURE_2D,l);h.pixelStorei(h.UNPACK_PREMULTIPLY_ALPHA_WEBGL,!0);h.texImage2D(h.TEXTURE_2D,0,h.RGBA,e,f,0,h.RGBA,h.UNSIGNED_BYTE,c);h.pixelStorei(h.UNPACK_PREMULTIPLY_ALPHA_WEBGL,!1);h.bindTexture(h.TEXTURE_2D,null);c=M(H);H[c]=l;return c};Vb=function(c,e){S({h:"disposeAssociatedObject", +F:e},[],c)};Sb=function(c,e){S({h:"disposeSurface",l:e},[],c)};Tb=function(c,e,f,h,l){S({h:"rasterizeImage",l:e,image:f,format:h,m:l},[],c)};Yb=function(c,e,f){S({h:"onRasterizeComplete",l:c,data:e,m:f})}})(); var wc={__cxa_throw:(a,b,c)=>{var e=new Ra(a);t()[e.s+16>>2]=0;t()[e.s+4>>2]=b;t()[e.s+8>>2]=c;Sa=a;Ta++;throw Sa;},__syscall_fcntl64:function(){return 0},__syscall_fstat64:()=>{},__syscall_ioctl:function(){return 0},__syscall_lstat64:()=>{},__syscall_newfstatat:()=>{},__syscall_openat:function(){},__syscall_stat64:()=>{},_abort_js:()=>{Ga("")},_emscripten_create_wasm_worker:(a,b)=>{let c=D[Wa]=new Worker(ma("skwasm_heavy.ww.js"));c.postMessage({$ww:Wa,wasm:qa,js:w.mainScriptUrlOrBlob||_scriptName, wasmMemory:g,sb:a,sz:b});c.onmessage=Da;return Wa++},_emscripten_get_now_is_monotonic:()=>1,_emscripten_runtime_keepalive_clear:()=>{za=!1;Oa=0},_emscripten_throw_longjmp:()=>{throw Infinity;},_mmap_js:function(){return-52},_munmap_js:function(){},_setitimer_js:(a,b)=>{Xa[a]&&(clearTimeout(Xa[a].id),delete Xa[a]);if(!b)return 0;var c=setTimeout(()=>{delete Xa[a];Qa(()=>lc(a,performance.now()))},b);Xa[a]={id:c,aa:b};return 0},_tzset_js:(a,b,c,e)=>{var f=(new Date).getFullYear(),h=(new Date(f,0,1)).getTimezoneOffset(); f=(new Date(f,6,1)).getTimezoneOffset();var l=Math.max(h,f);t()[a>>2]=60*l;r()[b>>2]=Number(h!=f);b=m=>{var p=Math.abs(m);return`UTC${0<=m?"-":"+"}${String(Math.floor(p/60)).padStart(2,"0")}${String(p%60).padStart(2,"0")}`};a=b(h);b=b(f);f{console.warn(C(a))},emscripten_get_now:()=>performance.now(),emscripten_glActiveTexture:a=>F.activeTexture(a),emscripten_glAttachShader:(a,b)=>{F.attachShader(G[a],I[b])},emscripten_glBeginQuery:(a, @@ -74,33 +74,34 @@ void 0}if(f)return!0}return!1},emscripten_wasm_worker_post_function_v:(a,b)=>{D[ 0;c+=e.length+1});return 0},environ_sizes_get:(a,b)=>{var c=Kb();t()[a>>2]=c.length;var e=0;c.forEach(f=>e+=f.length+1);t()[b>>2]=e;return 0},fd_close:()=>52,fd_pread:function(){return 52},fd_read:()=>52,fd_seek:function(){return 70},fd_write:(a,b,c,e)=>{for(var f=0,h=0;h>2],m=t()[b+4>>2];b+=8;for(var p=0;p>2]=f;return 0},glDeleteTextures:rb,glGetIntegerv:yb,glGetString:Cb,glGetStringi:Db, invoke_ii:mc,invoke_iii:nc,invoke_iiii:oc,invoke_iiiii:pc,invoke_iiiiiii:qc,invoke_vi:rc,invoke_vii:sc,invoke_viii:tc,invoke_viiii:uc,invoke_viiiiiii:vc,memory:g,proc_exit:Pa,skwasm_captureImageBitmap:Mb,skwasm_connectThread:Pb,skwasm_createGlTextureFromTextureSource:Qb,skwasm_createOffscreenCanvas:Rb,skwasm_dispatchDisposeSurface:Sb,skwasm_dispatchRasterizeImage:Tb,skwasm_dispatchRenderPictures:Ub,skwasm_disposeAssociatedObjectOnThread:Vb,skwasm_getAssociatedObject:Wb,skwasm_isSingleThreaded:Xb, skwasm_postRasterizeResult:Yb,skwasm_resizeCanvas:Zb,skwasm_resolveAndPostImages:$b,skwasm_setAssociatedObjectOnThread:ac},W=function(){function a(c,e){W=c.exports;w.wasmExports=W;B=W.__indirect_function_table;wa.unshift(W.__wasm_call_ctors);qa=e;z--;0==z&&(null!==Fa&&(clearInterval(Fa),Fa=null),A&&(c=A,A=null,c()));return W}var b={env:wc,wasi_snapshot_preview1:wc};z++;if(w.instantiateWasm)try{return w.instantiateWasm(b,a)}catch(c){y(`Module.instantiateWasm callback failed with error: ${c}`),fa(c)}Ia??= -Ha("skwasm_heavy.wasm")?"skwasm_heavy.wasm":ma("skwasm_heavy.wasm");La(b,function(c){a(c.instance,c.module)}).catch(fa);return{}}();w._canvas_saveLayer=(a,b,c,e,f)=>(w._canvas_saveLayer=W.canvas_saveLayer)(a,b,c,e,f);w._canvas_save=a=>(w._canvas_save=W.canvas_save)(a);w._canvas_restore=a=>(w._canvas_restore=W.canvas_restore)(a);w._canvas_restoreToCount=(a,b)=>(w._canvas_restoreToCount=W.canvas_restoreToCount)(a,b);w._canvas_getSaveCount=a=>(w._canvas_getSaveCount=W.canvas_getSaveCount)(a); -w._canvas_translate=(a,b,c)=>(w._canvas_translate=W.canvas_translate)(a,b,c);w._canvas_scale=(a,b,c)=>(w._canvas_scale=W.canvas_scale)(a,b,c);w._canvas_rotate=(a,b)=>(w._canvas_rotate=W.canvas_rotate)(a,b);w._canvas_skew=(a,b,c)=>(w._canvas_skew=W.canvas_skew)(a,b,c);w._canvas_transform=(a,b)=>(w._canvas_transform=W.canvas_transform)(a,b);w._canvas_clipRect=(a,b,c,e)=>(w._canvas_clipRect=W.canvas_clipRect)(a,b,c,e);w._canvas_clipRRect=(a,b,c)=>(w._canvas_clipRRect=W.canvas_clipRRect)(a,b,c); -w._canvas_clipPath=(a,b,c)=>(w._canvas_clipPath=W.canvas_clipPath)(a,b,c);w._canvas_drawColor=(a,b,c)=>(w._canvas_drawColor=W.canvas_drawColor)(a,b,c);w._canvas_drawLine=(a,b,c,e,f,h)=>(w._canvas_drawLine=W.canvas_drawLine)(a,b,c,e,f,h);w._canvas_drawPaint=(a,b)=>(w._canvas_drawPaint=W.canvas_drawPaint)(a,b);w._canvas_drawRect=(a,b,c)=>(w._canvas_drawRect=W.canvas_drawRect)(a,b,c);w._canvas_drawRRect=(a,b,c)=>(w._canvas_drawRRect=W.canvas_drawRRect)(a,b,c); -w._canvas_drawDRRect=(a,b,c,e)=>(w._canvas_drawDRRect=W.canvas_drawDRRect)(a,b,c,e);w._canvas_drawOval=(a,b,c)=>(w._canvas_drawOval=W.canvas_drawOval)(a,b,c);w._canvas_drawCircle=(a,b,c,e,f)=>(w._canvas_drawCircle=W.canvas_drawCircle)(a,b,c,e,f);w._canvas_drawArc=(a,b,c,e,f,h)=>(w._canvas_drawArc=W.canvas_drawArc)(a,b,c,e,f,h);w._canvas_drawPath=(a,b,c)=>(w._canvas_drawPath=W.canvas_drawPath)(a,b,c);w._canvas_drawShadow=(a,b,c,e,f,h)=>(w._canvas_drawShadow=W.canvas_drawShadow)(a,b,c,e,f,h); -w._canvas_drawParagraph=(a,b,c,e)=>(w._canvas_drawParagraph=W.canvas_drawParagraph)(a,b,c,e);w._canvas_drawPicture=(a,b)=>(w._canvas_drawPicture=W.canvas_drawPicture)(a,b);w._canvas_drawImage=(a,b,c,e,f,h)=>(w._canvas_drawImage=W.canvas_drawImage)(a,b,c,e,f,h);w._canvas_drawImageRect=(a,b,c,e,f,h)=>(w._canvas_drawImageRect=W.canvas_drawImageRect)(a,b,c,e,f,h);w._canvas_drawImageNine=(a,b,c,e,f,h)=>(w._canvas_drawImageNine=W.canvas_drawImageNine)(a,b,c,e,f,h); -w._canvas_drawVertices=(a,b,c,e)=>(w._canvas_drawVertices=W.canvas_drawVertices)(a,b,c,e);w._canvas_drawPoints=(a,b,c,e,f)=>(w._canvas_drawPoints=W.canvas_drawPoints)(a,b,c,e,f);w._canvas_drawAtlas=(a,b,c,e,f,h,l,m,p)=>(w._canvas_drawAtlas=W.canvas_drawAtlas)(a,b,c,e,f,h,l,m,p);w._canvas_getTransform=(a,b)=>(w._canvas_getTransform=W.canvas_getTransform)(a,b);w._canvas_getLocalClipBounds=(a,b)=>(w._canvas_getLocalClipBounds=W.canvas_getLocalClipBounds)(a,b); -w._canvas_getDeviceClipBounds=(a,b)=>(w._canvas_getDeviceClipBounds=W.canvas_getDeviceClipBounds)(a,b);w._contourMeasureIter_create=(a,b,c)=>(w._contourMeasureIter_create=W.contourMeasureIter_create)(a,b,c);w._contourMeasureIter_next=a=>(w._contourMeasureIter_next=W.contourMeasureIter_next)(a);w._contourMeasureIter_dispose=a=>(w._contourMeasureIter_dispose=W.contourMeasureIter_dispose)(a);w._contourMeasure_dispose=a=>(w._contourMeasure_dispose=W.contourMeasure_dispose)(a); -w._contourMeasure_length=a=>(w._contourMeasure_length=W.contourMeasure_length)(a);w._contourMeasure_isClosed=a=>(w._contourMeasure_isClosed=W.contourMeasure_isClosed)(a);w._contourMeasure_getPosTan=(a,b,c,e)=>(w._contourMeasure_getPosTan=W.contourMeasure_getPosTan)(a,b,c,e);w._contourMeasure_getSegment=(a,b,c,e)=>(w._contourMeasure_getSegment=W.contourMeasure_getSegment)(a,b,c,e);w._skData_create=a=>(w._skData_create=W.skData_create)(a);w._skData_getPointer=a=>(w._skData_getPointer=W.skData_getPointer)(a); -w._skData_getConstPointer=a=>(w._skData_getConstPointer=W.skData_getConstPointer)(a);w._skData_getSize=a=>(w._skData_getSize=W.skData_getSize)(a);w._skData_dispose=a=>(w._skData_dispose=W.skData_dispose)(a);w._imageFilter_createBlur=(a,b,c)=>(w._imageFilter_createBlur=W.imageFilter_createBlur)(a,b,c);w._imageFilter_createDilate=(a,b)=>(w._imageFilter_createDilate=W.imageFilter_createDilate)(a,b);w._imageFilter_createErode=(a,b)=>(w._imageFilter_createErode=W.imageFilter_createErode)(a,b); -w._imageFilter_createMatrix=(a,b)=>(w._imageFilter_createMatrix=W.imageFilter_createMatrix)(a,b);w._imageFilter_createFromColorFilter=a=>(w._imageFilter_createFromColorFilter=W.imageFilter_createFromColorFilter)(a);w._imageFilter_compose=(a,b)=>(w._imageFilter_compose=W.imageFilter_compose)(a,b);w._imageFilter_dispose=a=>(w._imageFilter_dispose=W.imageFilter_dispose)(a);w._imageFilter_getFilterBounds=(a,b)=>(w._imageFilter_getFilterBounds=W.imageFilter_getFilterBounds)(a,b); -w._colorFilter_createMode=(a,b)=>(w._colorFilter_createMode=W.colorFilter_createMode)(a,b);w._colorFilter_createMatrix=a=>(w._colorFilter_createMatrix=W.colorFilter_createMatrix)(a);w._colorFilter_createSRGBToLinearGamma=()=>(w._colorFilter_createSRGBToLinearGamma=W.colorFilter_createSRGBToLinearGamma)();w._colorFilter_createLinearToSRGBGamma=()=>(w._colorFilter_createLinearToSRGBGamma=W.colorFilter_createLinearToSRGBGamma)(); -w._colorFilter_compose=(a,b)=>(w._colorFilter_compose=W.colorFilter_compose)(a,b);w._colorFilter_dispose=a=>(w._colorFilter_dispose=W.colorFilter_dispose)(a);w._maskFilter_createBlur=(a,b)=>(w._maskFilter_createBlur=W.maskFilter_createBlur)(a,b);w._maskFilter_dispose=a=>(w._maskFilter_dispose=W.maskFilter_dispose)(a);w._fontCollection_create=()=>(w._fontCollection_create=W.fontCollection_create)();w._fontCollection_dispose=a=>(w._fontCollection_dispose=W.fontCollection_dispose)(a); -w._typeface_create=a=>(w._typeface_create=W.typeface_create)(a);w._typeface_dispose=a=>(w._typeface_dispose=W.typeface_dispose)(a);w._typefaces_filterCoveredCodePoints=(a,b,c,e)=>(w._typefaces_filterCoveredCodePoints=W.typefaces_filterCoveredCodePoints)(a,b,c,e);w._fontCollection_registerTypeface=(a,b,c)=>(w._fontCollection_registerTypeface=W.fontCollection_registerTypeface)(a,b,c);w._fontCollection_clearCaches=a=>(w._fontCollection_clearCaches=W.fontCollection_clearCaches)(a); -w._image_createFromPicture=(a,b,c)=>(w._image_createFromPicture=W.image_createFromPicture)(a,b,c);w._image_createFromPixels=(a,b,c,e,f)=>(w._image_createFromPixels=W.image_createFromPixels)(a,b,c,e,f);w._image_createFromTextureSource=(a,b,c,e)=>(w._image_createFromTextureSource=W.image_createFromTextureSource)(a,b,c,e);w._image_ref=a=>(w._image_ref=W.image_ref)(a);w._image_dispose=a=>(w._image_dispose=W.image_dispose)(a);w._image_getWidth=a=>(w._image_getWidth=W.image_getWidth)(a); -w._image_getHeight=a=>(w._image_getHeight=W.image_getHeight)(a);w._skwasm_getLiveObjectCounts=a=>(w._skwasm_getLiveObjectCounts=W.skwasm_getLiveObjectCounts)(a);w._paint_create=(a,b,c,e,f,h,l,m)=>(w._paint_create=W.paint_create)(a,b,c,e,f,h,l,m);w._paint_dispose=a=>(w._paint_dispose=W.paint_dispose)(a);w._paint_setShader=(a,b)=>(w._paint_setShader=W.paint_setShader)(a,b);w._paint_setDither=(a,b)=>(w._paint_setDither=W.paint_setDither)(a,b); -w._paint_setImageFilter=(a,b)=>(w._paint_setImageFilter=W.paint_setImageFilter)(a,b);w._paint_setColorFilter=(a,b)=>(w._paint_setColorFilter=W.paint_setColorFilter)(a,b);w._paint_setMaskFilter=(a,b)=>(w._paint_setMaskFilter=W.paint_setMaskFilter)(a,b);w._path_create=()=>(w._path_create=W.path_create)();w._path_dispose=a=>(w._path_dispose=W.path_dispose)(a);w._path_copy=a=>(w._path_copy=W.path_copy)(a);w._path_setFillType=(a,b)=>(w._path_setFillType=W.path_setFillType)(a,b); -w._path_getFillType=a=>(w._path_getFillType=W.path_getFillType)(a);w._path_moveTo=(a,b,c)=>(w._path_moveTo=W.path_moveTo)(a,b,c);w._path_relativeMoveTo=(a,b,c)=>(w._path_relativeMoveTo=W.path_relativeMoveTo)(a,b,c);w._path_lineTo=(a,b,c)=>(w._path_lineTo=W.path_lineTo)(a,b,c);w._path_relativeLineTo=(a,b,c)=>(w._path_relativeLineTo=W.path_relativeLineTo)(a,b,c);w._path_quadraticBezierTo=(a,b,c,e,f)=>(w._path_quadraticBezierTo=W.path_quadraticBezierTo)(a,b,c,e,f); -w._path_relativeQuadraticBezierTo=(a,b,c,e,f)=>(w._path_relativeQuadraticBezierTo=W.path_relativeQuadraticBezierTo)(a,b,c,e,f);w._path_cubicTo=(a,b,c,e,f,h,l)=>(w._path_cubicTo=W.path_cubicTo)(a,b,c,e,f,h,l);w._path_relativeCubicTo=(a,b,c,e,f,h,l)=>(w._path_relativeCubicTo=W.path_relativeCubicTo)(a,b,c,e,f,h,l);w._path_conicTo=(a,b,c,e,f,h)=>(w._path_conicTo=W.path_conicTo)(a,b,c,e,f,h);w._path_relativeConicTo=(a,b,c,e,f,h)=>(w._path_relativeConicTo=W.path_relativeConicTo)(a,b,c,e,f,h); -w._path_arcToOval=(a,b,c,e,f)=>(w._path_arcToOval=W.path_arcToOval)(a,b,c,e,f);w._path_arcToRotated=(a,b,c,e,f,h,l,m)=>(w._path_arcToRotated=W.path_arcToRotated)(a,b,c,e,f,h,l,m);w._path_relativeArcToRotated=(a,b,c,e,f,h,l,m)=>(w._path_relativeArcToRotated=W.path_relativeArcToRotated)(a,b,c,e,f,h,l,m);w._path_addRect=(a,b)=>(w._path_addRect=W.path_addRect)(a,b);w._path_addOval=(a,b)=>(w._path_addOval=W.path_addOval)(a,b);w._path_addArc=(a,b,c,e)=>(w._path_addArc=W.path_addArc)(a,b,c,e); -w._path_addPolygon=(a,b,c,e)=>(w._path_addPolygon=W.path_addPolygon)(a,b,c,e);w._path_addRRect=(a,b)=>(w._path_addRRect=W.path_addRRect)(a,b);w._path_addPath=(a,b,c,e)=>(w._path_addPath=W.path_addPath)(a,b,c,e);w._path_close=a=>(w._path_close=W.path_close)(a);w._path_reset=a=>(w._path_reset=W.path_reset)(a);w._path_contains=(a,b,c)=>(w._path_contains=W.path_contains)(a,b,c);w._path_transform=(a,b)=>(w._path_transform=W.path_transform)(a,b); -w._path_getBounds=(a,b)=>(w._path_getBounds=W.path_getBounds)(a,b);w._path_combine=(a,b,c)=>(w._path_combine=W.path_combine)(a,b,c);w._path_getSvgString=a=>(w._path_getSvgString=W.path_getSvgString)(a);w._pictureRecorder_create=()=>(w._pictureRecorder_create=W.pictureRecorder_create)();w._pictureRecorder_dispose=a=>(w._pictureRecorder_dispose=W.pictureRecorder_dispose)(a);w._pictureRecorder_beginRecording=(a,b)=>(w._pictureRecorder_beginRecording=W.pictureRecorder_beginRecording)(a,b); -w._pictureRecorder_endRecording=a=>(w._pictureRecorder_endRecording=W.pictureRecorder_endRecording)(a);w._picture_getCullRect=(a,b)=>(w._picture_getCullRect=W.picture_getCullRect)(a,b);w._picture_dispose=a=>(w._picture_dispose=W.picture_dispose)(a);w._picture_approximateBytesUsed=a=>(w._picture_approximateBytesUsed=W.picture_approximateBytesUsed)(a);w._shader_createLinearGradient=(a,b,c,e,f,h)=>(w._shader_createLinearGradient=W.shader_createLinearGradient)(a,b,c,e,f,h); -w._shader_createRadialGradient=(a,b,c,e,f,h,l,m)=>(w._shader_createRadialGradient=W.shader_createRadialGradient)(a,b,c,e,f,h,l,m);w._shader_createConicalGradient=(a,b,c,e,f,h,l,m)=>(w._shader_createConicalGradient=W.shader_createConicalGradient)(a,b,c,e,f,h,l,m);w._shader_createSweepGradient=(a,b,c,e,f,h,l,m,p)=>(w._shader_createSweepGradient=W.shader_createSweepGradient)(a,b,c,e,f,h,l,m,p);w._shader_dispose=a=>(w._shader_dispose=W.shader_dispose)(a); -w._runtimeEffect_create=a=>(w._runtimeEffect_create=W.runtimeEffect_create)(a);w._runtimeEffect_dispose=a=>(w._runtimeEffect_dispose=W.runtimeEffect_dispose)(a);w._runtimeEffect_getUniformSize=a=>(w._runtimeEffect_getUniformSize=W.runtimeEffect_getUniformSize)(a);w._shader_createRuntimeEffectShader=(a,b,c,e)=>(w._shader_createRuntimeEffectShader=W.shader_createRuntimeEffectShader)(a,b,c,e);w._shader_createFromImage=(a,b,c,e,f)=>(w._shader_createFromImage=W.shader_createFromImage)(a,b,c,e,f); +Ha("skwasm_heavy.wasm")?"skwasm_heavy.wasm":ma("skwasm_heavy.wasm");La(b,function(c){a(c.instance,c.module)}).catch(fa);return{}}();w._canvas_saveLayer=(a,b,c,e)=>(w._canvas_saveLayer=W.canvas_saveLayer)(a,b,c,e);w._canvas_save=a=>(w._canvas_save=W.canvas_save)(a);w._canvas_restore=a=>(w._canvas_restore=W.canvas_restore)(a);w._canvas_restoreToCount=(a,b)=>(w._canvas_restoreToCount=W.canvas_restoreToCount)(a,b);w._canvas_getSaveCount=a=>(w._canvas_getSaveCount=W.canvas_getSaveCount)(a); +w._canvas_translate=(a,b,c)=>(w._canvas_translate=W.canvas_translate)(a,b,c);w._canvas_scale=(a,b,c)=>(w._canvas_scale=W.canvas_scale)(a,b,c);w._canvas_rotate=(a,b)=>(w._canvas_rotate=W.canvas_rotate)(a,b);w._canvas_skew=(a,b,c)=>(w._canvas_skew=W.canvas_skew)(a,b,c);w._canvas_transform=(a,b)=>(w._canvas_transform=W.canvas_transform)(a,b);w._canvas_clear=(a,b)=>(w._canvas_clear=W.canvas_clear)(a,b);w._canvas_clipRect=(a,b,c,e)=>(w._canvas_clipRect=W.canvas_clipRect)(a,b,c,e); +w._canvas_clipRRect=(a,b,c)=>(w._canvas_clipRRect=W.canvas_clipRRect)(a,b,c);w._canvas_clipPath=(a,b,c)=>(w._canvas_clipPath=W.canvas_clipPath)(a,b,c);w._canvas_drawColor=(a,b,c)=>(w._canvas_drawColor=W.canvas_drawColor)(a,b,c);w._canvas_drawLine=(a,b,c,e,f,h)=>(w._canvas_drawLine=W.canvas_drawLine)(a,b,c,e,f,h);w._canvas_drawPaint=(a,b)=>(w._canvas_drawPaint=W.canvas_drawPaint)(a,b);w._canvas_drawRect=(a,b,c)=>(w._canvas_drawRect=W.canvas_drawRect)(a,b,c); +w._canvas_drawRRect=(a,b,c)=>(w._canvas_drawRRect=W.canvas_drawRRect)(a,b,c);w._canvas_drawDRRect=(a,b,c,e)=>(w._canvas_drawDRRect=W.canvas_drawDRRect)(a,b,c,e);w._canvas_drawOval=(a,b,c)=>(w._canvas_drawOval=W.canvas_drawOval)(a,b,c);w._canvas_drawCircle=(a,b,c,e,f)=>(w._canvas_drawCircle=W.canvas_drawCircle)(a,b,c,e,f);w._canvas_drawArc=(a,b,c,e,f,h)=>(w._canvas_drawArc=W.canvas_drawArc)(a,b,c,e,f,h);w._canvas_drawPath=(a,b,c)=>(w._canvas_drawPath=W.canvas_drawPath)(a,b,c); +w._canvas_drawShadow=(a,b,c,e,f,h)=>(w._canvas_drawShadow=W.canvas_drawShadow)(a,b,c,e,f,h);w._canvas_drawParagraph=(a,b,c,e)=>(w._canvas_drawParagraph=W.canvas_drawParagraph)(a,b,c,e);w._canvas_drawPicture=(a,b)=>(w._canvas_drawPicture=W.canvas_drawPicture)(a,b);w._canvas_drawImage=(a,b,c,e,f,h)=>(w._canvas_drawImage=W.canvas_drawImage)(a,b,c,e,f,h);w._canvas_drawImageRect=(a,b,c,e,f,h)=>(w._canvas_drawImageRect=W.canvas_drawImageRect)(a,b,c,e,f,h); +w._canvas_drawImageNine=(a,b,c,e,f,h)=>(w._canvas_drawImageNine=W.canvas_drawImageNine)(a,b,c,e,f,h);w._canvas_drawVertices=(a,b,c,e)=>(w._canvas_drawVertices=W.canvas_drawVertices)(a,b,c,e);w._canvas_drawPoints=(a,b,c,e,f)=>(w._canvas_drawPoints=W.canvas_drawPoints)(a,b,c,e,f);w._canvas_drawAtlas=(a,b,c,e,f,h,l,m,p)=>(w._canvas_drawAtlas=W.canvas_drawAtlas)(a,b,c,e,f,h,l,m,p);w._canvas_getTransform=(a,b)=>(w._canvas_getTransform=W.canvas_getTransform)(a,b); +w._canvas_getLocalClipBounds=(a,b)=>(w._canvas_getLocalClipBounds=W.canvas_getLocalClipBounds)(a,b);w._canvas_getDeviceClipBounds=(a,b)=>(w._canvas_getDeviceClipBounds=W.canvas_getDeviceClipBounds)(a,b);w._canvas_quickReject=(a,b)=>(w._canvas_quickReject=W.canvas_quickReject)(a,b);w._contourMeasureIter_create=(a,b,c)=>(w._contourMeasureIter_create=W.contourMeasureIter_create)(a,b,c);w._contourMeasureIter_next=a=>(w._contourMeasureIter_next=W.contourMeasureIter_next)(a); +w._contourMeasureIter_dispose=a=>(w._contourMeasureIter_dispose=W.contourMeasureIter_dispose)(a);w._contourMeasure_dispose=a=>(w._contourMeasure_dispose=W.contourMeasure_dispose)(a);w._contourMeasure_length=a=>(w._contourMeasure_length=W.contourMeasure_length)(a);w._contourMeasure_isClosed=a=>(w._contourMeasure_isClosed=W.contourMeasure_isClosed)(a);w._contourMeasure_getPosTan=(a,b,c,e)=>(w._contourMeasure_getPosTan=W.contourMeasure_getPosTan)(a,b,c,e); +w._contourMeasure_getSegment=(a,b,c,e)=>(w._contourMeasure_getSegment=W.contourMeasure_getSegment)(a,b,c,e);w._skData_create=a=>(w._skData_create=W.skData_create)(a);w._skData_getPointer=a=>(w._skData_getPointer=W.skData_getPointer)(a);w._skData_getConstPointer=a=>(w._skData_getConstPointer=W.skData_getConstPointer)(a);w._skData_getSize=a=>(w._skData_getSize=W.skData_getSize)(a);w._skData_dispose=a=>(w._skData_dispose=W.skData_dispose)(a); +w._imageFilter_createBlur=(a,b,c)=>(w._imageFilter_createBlur=W.imageFilter_createBlur)(a,b,c);w._imageFilter_createDilate=(a,b)=>(w._imageFilter_createDilate=W.imageFilter_createDilate)(a,b);w._imageFilter_createErode=(a,b)=>(w._imageFilter_createErode=W.imageFilter_createErode)(a,b);w._imageFilter_createMatrix=(a,b)=>(w._imageFilter_createMatrix=W.imageFilter_createMatrix)(a,b);w._imageFilter_createFromColorFilter=a=>(w._imageFilter_createFromColorFilter=W.imageFilter_createFromColorFilter)(a); +w._imageFilter_compose=(a,b)=>(w._imageFilter_compose=W.imageFilter_compose)(a,b);w._imageFilter_dispose=a=>(w._imageFilter_dispose=W.imageFilter_dispose)(a);w._imageFilter_getFilterBounds=(a,b)=>(w._imageFilter_getFilterBounds=W.imageFilter_getFilterBounds)(a,b);w._colorFilter_createMode=(a,b)=>(w._colorFilter_createMode=W.colorFilter_createMode)(a,b);w._colorFilter_createMatrix=a=>(w._colorFilter_createMatrix=W.colorFilter_createMatrix)(a); +w._colorFilter_createSRGBToLinearGamma=()=>(w._colorFilter_createSRGBToLinearGamma=W.colorFilter_createSRGBToLinearGamma)();w._colorFilter_createLinearToSRGBGamma=()=>(w._colorFilter_createLinearToSRGBGamma=W.colorFilter_createLinearToSRGBGamma)();w._colorFilter_dispose=a=>(w._colorFilter_dispose=W.colorFilter_dispose)(a);w._maskFilter_createBlur=(a,b)=>(w._maskFilter_createBlur=W.maskFilter_createBlur)(a,b);w._maskFilter_dispose=a=>(w._maskFilter_dispose=W.maskFilter_dispose)(a); +w._fontCollection_create=()=>(w._fontCollection_create=W.fontCollection_create)();w._fontCollection_dispose=a=>(w._fontCollection_dispose=W.fontCollection_dispose)(a);w._typeface_create=a=>(w._typeface_create=W.typeface_create)(a);w._typeface_dispose=a=>(w._typeface_dispose=W.typeface_dispose)(a);w._typefaces_filterCoveredCodePoints=(a,b,c,e)=>(w._typefaces_filterCoveredCodePoints=W.typefaces_filterCoveredCodePoints)(a,b,c,e); +w._fontCollection_registerTypeface=(a,b,c)=>(w._fontCollection_registerTypeface=W.fontCollection_registerTypeface)(a,b,c);w._fontCollection_clearCaches=a=>(w._fontCollection_clearCaches=W.fontCollection_clearCaches)(a);w._image_createFromPicture=(a,b,c)=>(w._image_createFromPicture=W.image_createFromPicture)(a,b,c);w._image_createFromPixels=(a,b,c,e,f)=>(w._image_createFromPixels=W.image_createFromPixels)(a,b,c,e,f); +w._image_createFromTextureSource=(a,b,c,e)=>(w._image_createFromTextureSource=W.image_createFromTextureSource)(a,b,c,e);w._image_ref=a=>(w._image_ref=W.image_ref)(a);w._image_dispose=a=>(w._image_dispose=W.image_dispose)(a);w._image_getWidth=a=>(w._image_getWidth=W.image_getWidth)(a);w._image_getHeight=a=>(w._image_getHeight=W.image_getHeight)(a);w._skwasm_getLiveObjectCounts=a=>(w._skwasm_getLiveObjectCounts=W.skwasm_getLiveObjectCounts)(a); +w._paint_create=(a,b,c,e,f,h,l,m,p)=>(w._paint_create=W.paint_create)(a,b,c,e,f,h,l,m,p);w._paint_dispose=a=>(w._paint_dispose=W.paint_dispose)(a);w._paint_setShader=(a,b)=>(w._paint_setShader=W.paint_setShader)(a,b);w._paint_setImageFilter=(a,b)=>(w._paint_setImageFilter=W.paint_setImageFilter)(a,b);w._paint_setColorFilter=(a,b)=>(w._paint_setColorFilter=W.paint_setColorFilter)(a,b);w._paint_setMaskFilter=(a,b)=>(w._paint_setMaskFilter=W.paint_setMaskFilter)(a,b); +w._path_create=()=>(w._path_create=W.path_create)();w._path_dispose=a=>(w._path_dispose=W.path_dispose)(a);w._path_copy=a=>(w._path_copy=W.path_copy)(a);w._path_setFillType=(a,b)=>(w._path_setFillType=W.path_setFillType)(a,b);w._path_getFillType=a=>(w._path_getFillType=W.path_getFillType)(a);w._path_moveTo=(a,b,c)=>(w._path_moveTo=W.path_moveTo)(a,b,c);w._path_relativeMoveTo=(a,b,c)=>(w._path_relativeMoveTo=W.path_relativeMoveTo)(a,b,c);w._path_lineTo=(a,b,c)=>(w._path_lineTo=W.path_lineTo)(a,b,c); +w._path_relativeLineTo=(a,b,c)=>(w._path_relativeLineTo=W.path_relativeLineTo)(a,b,c);w._path_quadraticBezierTo=(a,b,c,e,f)=>(w._path_quadraticBezierTo=W.path_quadraticBezierTo)(a,b,c,e,f);w._path_relativeQuadraticBezierTo=(a,b,c,e,f)=>(w._path_relativeQuadraticBezierTo=W.path_relativeQuadraticBezierTo)(a,b,c,e,f);w._path_cubicTo=(a,b,c,e,f,h,l)=>(w._path_cubicTo=W.path_cubicTo)(a,b,c,e,f,h,l);w._path_relativeCubicTo=(a,b,c,e,f,h,l)=>(w._path_relativeCubicTo=W.path_relativeCubicTo)(a,b,c,e,f,h,l); +w._path_conicTo=(a,b,c,e,f,h)=>(w._path_conicTo=W.path_conicTo)(a,b,c,e,f,h);w._path_relativeConicTo=(a,b,c,e,f,h)=>(w._path_relativeConicTo=W.path_relativeConicTo)(a,b,c,e,f,h);w._path_arcToOval=(a,b,c,e,f)=>(w._path_arcToOval=W.path_arcToOval)(a,b,c,e,f);w._path_arcToRotated=(a,b,c,e,f,h,l,m)=>(w._path_arcToRotated=W.path_arcToRotated)(a,b,c,e,f,h,l,m);w._path_relativeArcToRotated=(a,b,c,e,f,h,l,m)=>(w._path_relativeArcToRotated=W.path_relativeArcToRotated)(a,b,c,e,f,h,l,m); +w._path_addRect=(a,b)=>(w._path_addRect=W.path_addRect)(a,b);w._path_addOval=(a,b)=>(w._path_addOval=W.path_addOval)(a,b);w._path_addArc=(a,b,c,e)=>(w._path_addArc=W.path_addArc)(a,b,c,e);w._path_addPolygon=(a,b,c,e)=>(w._path_addPolygon=W.path_addPolygon)(a,b,c,e);w._path_addRRect=(a,b)=>(w._path_addRRect=W.path_addRRect)(a,b);w._path_addPath=(a,b,c,e)=>(w._path_addPath=W.path_addPath)(a,b,c,e);w._path_close=a=>(w._path_close=W.path_close)(a);w._path_reset=a=>(w._path_reset=W.path_reset)(a); +w._path_contains=(a,b,c)=>(w._path_contains=W.path_contains)(a,b,c);w._path_transform=(a,b)=>(w._path_transform=W.path_transform)(a,b);w._path_getBounds=(a,b)=>(w._path_getBounds=W.path_getBounds)(a,b);w._path_combine=(a,b,c)=>(w._path_combine=W.path_combine)(a,b,c);w._path_getSvgString=a=>(w._path_getSvgString=W.path_getSvgString)(a);w._pictureRecorder_create=()=>(w._pictureRecorder_create=W.pictureRecorder_create)();w._pictureRecorder_dispose=a=>(w._pictureRecorder_dispose=W.pictureRecorder_dispose)(a); +w._pictureRecorder_beginRecording=(a,b)=>(w._pictureRecorder_beginRecording=W.pictureRecorder_beginRecording)(a,b);w._pictureRecorder_endRecording=a=>(w._pictureRecorder_endRecording=W.pictureRecorder_endRecording)(a);w._picture_getCullRect=(a,b)=>(w._picture_getCullRect=W.picture_getCullRect)(a,b);w._picture_dispose=a=>(w._picture_dispose=W.picture_dispose)(a);w._picture_approximateBytesUsed=a=>(w._picture_approximateBytesUsed=W.picture_approximateBytesUsed)(a); +w._shader_createLinearGradient=(a,b,c,e,f,h)=>(w._shader_createLinearGradient=W.shader_createLinearGradient)(a,b,c,e,f,h);w._shader_createRadialGradient=(a,b,c,e,f,h,l,m)=>(w._shader_createRadialGradient=W.shader_createRadialGradient)(a,b,c,e,f,h,l,m);w._shader_createConicalGradient=(a,b,c,e,f,h,l,m)=>(w._shader_createConicalGradient=W.shader_createConicalGradient)(a,b,c,e,f,h,l,m); +w._shader_createSweepGradient=(a,b,c,e,f,h,l,m,p)=>(w._shader_createSweepGradient=W.shader_createSweepGradient)(a,b,c,e,f,h,l,m,p);w._shader_dispose=a=>(w._shader_dispose=W.shader_dispose)(a);w._runtimeEffect_create=a=>(w._runtimeEffect_create=W.runtimeEffect_create)(a);w._runtimeEffect_dispose=a=>(w._runtimeEffect_dispose=W.runtimeEffect_dispose)(a);w._runtimeEffect_getUniformSize=a=>(w._runtimeEffect_getUniformSize=W.runtimeEffect_getUniformSize)(a); +w._shader_createRuntimeEffectShader=(a,b,c,e)=>(w._shader_createRuntimeEffectShader=W.shader_createRuntimeEffectShader)(a,b,c,e);w._shader_createFromImage=(a,b,c,e,f)=>(w._shader_createFromImage=W.shader_createFromImage)(a,b,c,e,f);w._uniformData_create=a=>(w._uniformData_create=W.uniformData_create)(a);w._uniformData_dispose=a=>(w._uniformData_dispose=W.uniformData_dispose)(a);w._uniformData_getPointer=a=>(w._uniformData_getPointer=W.uniformData_getPointer)(a); w._skString_allocate=a=>(w._skString_allocate=W.skString_allocate)(a);w._skString_getData=a=>(w._skString_getData=W.skString_getData)(a);w._skString_getLength=a=>(w._skString_getLength=W.skString_getLength)(a);w._skString_free=a=>(w._skString_free=W.skString_free)(a);w._skString16_allocate=a=>(w._skString16_allocate=W.skString16_allocate)(a);w._skString16_getData=a=>(w._skString16_getData=W.skString16_getData)(a);w._skString16_free=a=>(w._skString16_free=W.skString16_free)(a); -w._surface_create=()=>(w._surface_create=W.surface_create)();w._surface_getThreadId=a=>(w._surface_getThreadId=W.surface_getThreadId)(a);w._surface_setCallbackHandler=(a,b)=>(w._surface_setCallbackHandler=W.surface_setCallbackHandler)(a,b);w._surface_destroy=a=>(w._surface_destroy=W.surface_destroy)(a);var ic=w._surface_dispose=a=>(ic=w._surface_dispose=W.surface_dispose)(a);w._surface_renderPictures=(a,b,c)=>(w._surface_renderPictures=W.surface_renderPictures)(a,b,c); -var gc=w._surface_renderPicturesOnWorker=(a,b,c,e,f)=>(gc=w._surface_renderPicturesOnWorker=W.surface_renderPicturesOnWorker)(a,b,c,e,f);w._surface_rasterizeImage=(a,b,c)=>(w._surface_rasterizeImage=W.surface_rasterizeImage)(a,b,c); +w._surface_create=()=>(w._surface_create=W.surface_create)();w._surface_getThreadId=a=>(w._surface_getThreadId=W.surface_getThreadId)(a);w._surface_setCallbackHandler=(a,b)=>(w._surface_setCallbackHandler=W.surface_setCallbackHandler)(a,b);w._surface_destroy=a=>(w._surface_destroy=W.surface_destroy)(a);var ic=w._surface_dispose=a=>(ic=w._surface_dispose=W.surface_dispose)(a); +w._surface_setResourceCacheLimitBytes=(a,b)=>(w._surface_setResourceCacheLimitBytes=W.surface_setResourceCacheLimitBytes)(a,b);w._surface_renderPictures=(a,b,c,e,f)=>(w._surface_renderPictures=W.surface_renderPictures)(a,b,c,e,f);var gc=w._surface_renderPicturesOnWorker=(a,b,c,e,f,h,l)=>(gc=w._surface_renderPicturesOnWorker=W.surface_renderPicturesOnWorker)(a,b,c,e,f,h,l);w._surface_rasterizeImage=(a,b,c)=>(w._surface_rasterizeImage=W.surface_rasterizeImage)(a,b,c); var jc=w._surface_rasterizeImageOnWorker=(a,b,c,e)=>(jc=w._surface_rasterizeImageOnWorker=W.surface_rasterizeImageOnWorker)(a,b,c,e),hc=w._surface_onRenderComplete=(a,b,c)=>(hc=w._surface_onRenderComplete=W.surface_onRenderComplete)(a,b,c),kc=w._surface_onRasterizeComplete=(a,b,c)=>(kc=w._surface_onRasterizeComplete=W.surface_onRasterizeComplete)(a,b,c);w._skwasm_isMultiThreaded=()=>(w._skwasm_isMultiThreaded=W.skwasm_isMultiThreaded)(); w._lineMetrics_create=(a,b,c,e,f,h,l,m,p)=>(w._lineMetrics_create=W.lineMetrics_create)(a,b,c,e,f,h,l,m,p);w._lineMetrics_dispose=a=>(w._lineMetrics_dispose=W.lineMetrics_dispose)(a);w._lineMetrics_getHardBreak=a=>(w._lineMetrics_getHardBreak=W.lineMetrics_getHardBreak)(a);w._lineMetrics_getAscent=a=>(w._lineMetrics_getAscent=W.lineMetrics_getAscent)(a);w._lineMetrics_getDescent=a=>(w._lineMetrics_getDescent=W.lineMetrics_getDescent)(a); w._lineMetrics_getUnscaledAscent=a=>(w._lineMetrics_getUnscaledAscent=W.lineMetrics_getUnscaledAscent)(a);w._lineMetrics_getHeight=a=>(w._lineMetrics_getHeight=W.lineMetrics_getHeight)(a);w._lineMetrics_getWidth=a=>(w._lineMetrics_getWidth=W.lineMetrics_getWidth)(a);w._lineMetrics_getLeft=a=>(w._lineMetrics_getLeft=W.lineMetrics_getLeft)(a);w._lineMetrics_getBaseline=a=>(w._lineMetrics_getBaseline=W.lineMetrics_getBaseline)(a);w._lineMetrics_getLineNumber=a=>(w._lineMetrics_getLineNumber=W.lineMetrics_getLineNumber)(a); diff --git a/hive/extension/devtools/build/canvaskit/skwasm_heavy.js.symbols b/hive/extension/devtools/build/canvaskit/skwasm_heavy.js.symbols index 9e3b4630..f6e6c75d 100644 --- a/hive/extension/devtools/build/canvaskit/skwasm_heavy.js.symbols +++ b/hive/extension/devtools/build/canvaskit/skwasm_heavy.js.symbols @@ -216,13 +216,13 @@ 215:__syscall_fstat64 216:emscripten_builtin_free 217:std::__2::basic_string\2c\20std::__2::allocator>::~basic_string\28\29 -218:sk_sp::~sk_sp\28\29 -219:operator\20new\28unsigned\20long\29 +218:operator\20new\28unsigned\20long\29 +219:sk_sp::~sk_sp\28\29 220:GrGLSLShaderBuilder::codeAppendf\28char\20const*\2c\20...\29 -221:sk_sp::~sk_sp\28\29 -222:void\20SkSafeUnref\28GrContextThreadSafeProxy*\29 -223:void\20SkSafeUnref\28SkImageFilter*\29\20\28.1811\29 -224:operator\20delete\28void*\29 +221:void\20SkSafeUnref\28SkTypeface*\29\20\28.4242\29 +222:sk_sp::~sk_sp\28\29 +223:void\20SkSafeUnref\28GrContextThreadSafeProxy*\29 +224:operator\20delete\28void*\2c\20unsigned\20long\29 225:uprv_free_74 226:void\20SkSafeUnref\28SkString::Rec*\29 227:SkRasterPipeline::uncheckedAppend\28SkRasterPipelineOp\2c\20void*\29 @@ -230,13537 +230,14198 @@ 229:__cxa_guard_acquire 230:SkSL::GLSLCodeGenerator::write\28std::__2::basic_string_view>\29 231:strlen -232:__cxa_guard_release -233:SkSL::ErrorReporter::error\28SkSL::Position\2c\20std::__2::basic_string_view>\29 -234:hb_blob_destroy -235:std::__2::basic_string\2c\20std::__2::allocator>\20std::__2::operator+\5babi:ne180100\5d\2c\20std::__2::allocator>\28std::__2::basic_string\2c\20std::__2::allocator>&&\2c\20char\20const*\29 -236:emscripten_builtin_malloc -237:SkImageGenerator::onIsProtected\28\29\20const +232:flutter::DlBlurMaskFilter::type\28\29\20const +233:__cxa_guard_release +234:SkSL::ErrorReporter::error\28SkSL::Position\2c\20std::__2::basic_string_view>\29 +235:hb_blob_destroy +236:std::__2::basic_string\2c\20std::__2::allocator>\20std::__2::operator+\5babi:ne180100\5d\2c\20std::__2::allocator>\28std::__2::basic_string\2c\20std::__2::allocator>&&\2c\20char\20const*\29 +237:emscripten_builtin_malloc 238:SkDebugf\28char\20const*\2c\20...\29 239:fmaxf -240:skia_private::TArray::~TArray\28\29 -241:std::__2::basic_string\2c\20std::__2::allocator>\20std::__2::operator+\5babi:ne180100\5d\2c\20std::__2::allocator>\28char\20const*\2c\20std::__2::basic_string\2c\20std::__2::allocator>&&\29 -242:strcmp -243:std::__2::__function::__value_func::~__value_func\5babi:ne180100\5d\28\29 -244:std::__2::basic_string\2c\20std::__2::allocator>::size\5babi:nn180100\5d\28\29\20const -245:__unlockfile -246:hb_sanitize_context_t::check_range\28void\20const*\2c\20unsigned\20int\29\20const -247:void\20SkSafeUnref\28SkPathRef*\29 -248:icu_74::MaybeStackArray::releaseArray\28\29 -249:GrShaderVar::~GrShaderVar\28\29 -250:std::exception::~exception\28\29 -251:icu_74::UnicodeString::~UnicodeString\28\29 -252:hb_buffer_t::message\28hb_font_t*\2c\20char\20const*\2c\20...\29 -253:std::__2::basic_string\2c\20std::__2::allocator>\20std::__2::operator+\5babi:ne180100\5d\2c\20std::__2::allocator>\28std::__2::basic_string\2c\20std::__2::allocator>&&\2c\20std::__2::basic_string\2c\20std::__2::allocator>&&\29 -254:SkPaint::~SkPaint\28\29 -255:__wasm_setjmp_test -256:SkMutex::release\28\29 +240:skia_private::TArray\2c\20true>::~TArray\28\29 +241:void\20SkSafeUnref\28SkPathRef*\29 +242:std::__2::basic_string\2c\20std::__2::allocator>\20std::__2::operator+\5babi:ne180100\5d\2c\20std::__2::allocator>\28char\20const*\2c\20std::__2::basic_string\2c\20std::__2::allocator>&&\29 +243:__unlockfile +244:strcmp +245:std::exception::~exception\28\29 +246:std::__2::shared_ptr::~shared_ptr\5babi:ne180100\5d\28\29 +247:std::__2::__function::__value_func::~__value_func\5babi:ne180100\5d\28\29 +248:std::__2::basic_string\2c\20std::__2::allocator>::size\5babi:nn180100\5d\28\29\20const +249:hb_sanitize_context_t::check_range\28void\20const*\2c\20unsigned\20int\29\20const +250:icu_74::MaybeStackArray::releaseArray\28\29 +251:GrShaderVar::~GrShaderVar\28\29 +252:icu_74::UnicodeString::~UnicodeString\28\29 +253:hb_buffer_t::message\28hb_font_t*\2c\20char\20const*\2c\20...\29 +254:std::__2::basic_string\2c\20std::__2::allocator>\20std::__2::operator+\5babi:ne180100\5d\2c\20std::__2::allocator>\28std::__2::basic_string\2c\20std::__2::allocator>&&\2c\20std::__2::basic_string\2c\20std::__2::allocator>&&\29 +255:SkPaint::~SkPaint\28\29 +256:__wasm_setjmp_test 257:GrColorInfo::~GrColorInfo\28\29 -258:std::__2::basic_string\2c\20std::__2::allocator>::basic_string>\2c\200>\28std::__2::basic_string_view>\20const&\29 -259:fminf -260:SkArenaAlloc::allocObject\28unsigned\20int\2c\20unsigned\20int\29 -261:FT_DivFix -262:SkBitmap::~SkBitmap\28\29 -263:SkSemaphore::wait\28\29 -264:skvx::Vec<4\2c\20float>\20skvx::naive_if_then_else<4\2c\20float>\28skvx::Vec<4\2c\20skvx::Mask::type>\20const&\2c\20skvx::Vec<4\2c\20float>\20const&\2c\20skvx::Vec<4\2c\20float>\20const&\29\20\28.5911\29 -265:skia_private::TArray>\2c\20true>::~TArray\28\29 -266:std::__2::basic_string\2c\20std::__2::allocator>::basic_string\5babi:ne180100\5d<0>\28char\20const*\29 -267:skia_png_crc_finish -268:skia_png_chunk_benign_error -269:ft_mem_realloc -270:SkSL::RP::Generator::pushExpression\28SkSL::Expression\20const&\2c\20bool\29 -271:sk_sp::reset\28SkFontStyleSet*\29 -272:SkMatrix::hasPerspective\28\29\20const -273:skvx::Vec<4\2c\20float>\20skvx::operator*<4\2c\20float\2c\20float\2c\20void>\28skvx::Vec<4\2c\20float>\20const&\2c\20float\29 -274:memcmp -275:SkSL::RP::Builder::appendInstruction\28SkSL::RP::BuilderOp\2c\20SkSL::RP::Builder::SlotList\2c\20int\2c\20int\2c\20int\2c\20int\29 -276:SkSL::Pool::AllocMemory\28unsigned\20long\29 -277:sk_report_container_overflow_and_die\28\29 -278:SkString::appendf\28char\20const*\2c\20...\29 -279:sk_sp::~sk_sp\28\29 -280:SkArenaAlloc::allocObjectWithFooter\28unsigned\20int\2c\20unsigned\20int\29 -281:lang_matches\28char\20const*\2c\20char\20const*\2c\20char\20const*\2c\20unsigned\20int\29 -282:SkImageGenerator::onGetYUVAPlanes\28SkYUVAPixmaps\20const&\29 -283:skgpu::ganesh::VertexChunkPatchAllocator::append\28skgpu::tess::LinearTolerances\20const&\29 -284:icu_74::CharString::append\28char\20const*\2c\20int\2c\20UErrorCode&\29 -285:emscripten_builtin_calloc -286:skgpu::VertexWriter&\20skgpu::tess::operator<<<\28skgpu::tess::PatchAttribs\298\2c\20skgpu::VertexColor\2c\20false\2c\20true>\28skgpu::VertexWriter&\2c\20skgpu::tess::AttribValue<\28skgpu::tess::PatchAttribs\298\2c\20skgpu::VertexColor\2c\20false\2c\20true>\20const&\29 -287:hb_buffer_t::next_glyph\28\29 -288:SkIRect::intersect\28SkIRect\20const&\29 -289:SkContainerAllocator::allocate\28int\2c\20double\29 -290:FT_Stream_Seek -291:SkWriter32::write32\28int\29 -292:\28anonymous\20namespace\29::ColorTypeFilter_F16F16::Expand\28unsigned\20int\29 -293:FT_MulDiv -294:std::__2::basic_string\2c\20std::__2::allocator>::append\5babi:ne180100\5d\28std::__2::basic_string\2c\20std::__2::allocator>\20const&\29 -295:SkString::append\28char\20const*\29 -296:SkPath::SkPath\28\29 -297:std::__2::unique_ptr>::~unique_ptr\5babi:ne180100\5d\28\29 -298:subtag_matches\28char\20const*\2c\20char\20const*\2c\20char\20const*\2c\20unsigned\20int\29 -299:SkBitmap::SkBitmap\28\29 -300:uprv_malloc_74 -301:std::__2::unique_ptr>::~unique_ptr\5babi:ne180100\5d\28\29 -302:__lockfile -303:skia_png_free -304:ft_mem_qrealloc -305:std::__2::basic_string\2c\20std::__2::allocator>::append\28char\20const*\29 -306:SkSL::Parser::expect\28SkSL::Token::Kind\2c\20char\20const*\2c\20SkSL::Token*\29 -307:strchr -308:SkMatrix::invert\28SkMatrix*\29\20const -309:SkIntersections::insert\28double\2c\20double\2c\20SkDPoint\20const&\29 -310:SkBlitter::~SkBlitter\28\29_1579 -311:FT_Stream_ReadUShort -312:skia_private::TArray::push_back\28SkSL::RP::Program::Stage&&\29 -313:std::__2::basic_string\2c\20std::__2::allocator>::resize\5babi:nn180100\5d\28unsigned\20long\29 -314:sk_sp::~sk_sp\28\29 -315:cf2_stack_popFixed -316:utext_getNativeIndex_74 -317:SkIRect::isEmpty\28\29\20const -318:void\20SkSafeUnref\28SkColorSpace*\29\20\28.1769\29 -319:std::__2::basic_string\2c\20std::__2::allocator>::operator\5b\5d\5babi:nn180100\5d\28unsigned\20long\29\20const -320:cf2_stack_getReal -321:SkSL::GLSLCodeGenerator::writeExpression\28SkSL::Expression\20const&\2c\20SkSL::OperatorPrecedence\29 -322:SkSL::Type::displayName\28\29\20const -323:GrAuditTrail::pushFrame\28char\20const*\29 -324:void\20SkSafeUnref\28SkData\20const*\29\20\28.1222\29 -325:std::__2::vector\2c\20std::__2::allocator>>::__throw_length_error\5babi:ne180100\5d\28\29\20const -326:std::__2::unique_ptr>::reset\5babi:ne180100\5d\28skcpu::ContextImpl\20const*\29 -327:std::__2::locale::~locale\28\29 -328:SkPathRef::getBounds\28\29\20const -329:SkPaint::SkPaint\28SkPaint\20const&\29 -330:hb_face_t::get_num_glyphs\28\29\20const -331:OT::ItemVarStoreInstancer::operator\28\29\28unsigned\20int\2c\20unsigned\20short\29\20const -332:skif::FilterResult::~FilterResult\28\29 -333:sk_sp::reset\28SkImageFilter*\29 -334:SkString::SkString\28SkString&&\29 -335:GrGeometryProcessor::Attribute::asShaderVar\28\29\20const -336:utext_setNativeIndex_74 -337:hb_vector_t::fini\28\29 -338:SkIRect::contains\28SkIRect\20const&\29\20const -339:std::__2::to_string\28int\29 -340:icu_74::LocalUResourceBundlePointer::~LocalUResourceBundlePointer\28\29 -341:SkTDStorage::~SkTDStorage\28\29 -342:SkSL::Parser::peek\28\29 -343:GrGLSLUniformHandler::addUniform\28GrProcessor\20const*\2c\20unsigned\20int\2c\20SkSLType\2c\20char\20const*\2c\20char\20const**\29 -344:std::__2::ios_base::getloc\28\29\20const -345:icu_74::CharString::append\28char\2c\20UErrorCode&\29 -346:SkWStream::writeText\28char\20const*\29 -347:SkString::~SkString\28\29 -348:std::__2::__compressed_pair\2c\20std::__2::allocator>::__rep\2c\20std::__2::allocator>::__compressed_pair\5babi:nn180100\5d\28std::__2::__value_init_tag&&\2c\20std::__2::__default_init_tag&&\29 -349:skgpu::Swizzle::Swizzle\28char\20const*\29 -350:decltype\28auto\29\20std::__2::__variant_detail::__visitation::__base::__dispatcher<1ul>::__dispatch\5babi:ne180100\5d\2c\20\28std::__2::__variant_detail::_Trait\291>::__destroy\5babi:ne180100\5d\28\29::'lambda'\28auto&\29&&\2c\20std::__2::__variant_detail::__base<\28std::__2::__variant_detail::_Trait\291\2c\20SkPaint\2c\20int>&>\28auto\2c\20std::__2::__variant_detail::__base<\28std::__2::__variant_detail::_Trait\291\2c\20SkPaint\2c\20int>&\29 -351:GrProcessor::operator\20new\28unsigned\20long\29 -352:GrPixmapBase::~GrPixmapBase\28\29 -353:GrGLContextInfo::hasExtension\28char\20const*\29\20const -354:hb_ot_map_builder_t::add_feature\28unsigned\20int\2c\20hb_ot_map_feature_flags_t\2c\20unsigned\20int\29 -355:GrSurfaceProxyView::operator=\28GrSurfaceProxyView&&\29 -356:GrPaint::~GrPaint\28\29 -357:std::__2::unique_ptr>\2c\20skia::textlayout::ParagraphCache::KeyHash\2c\20SkNoOpPurge>::Entry*\2c\20skia::textlayout::ParagraphCacheKey\2c\20SkLRUCache>\2c\20skia::textlayout::ParagraphCache::KeyHash\2c\20SkNoOpPurge>::Traits>::Slot\20\5b\5d\2c\20std::__2::default_delete>\2c\20skia::textlayout::ParagraphCache::KeyHash\2c\20SkNoOpPurge>::Entry*\2c\20skia::textlayout::ParagraphCacheKey\2c\20SkLRUCache>\2c\20skia::textlayout::ParagraphCache::KeyHash\2c\20SkNoOpPurge>::Traits>::Slot\20\5b\5d>>::~unique_ptr\5babi:ne180100\5d\28\29 -358:std::__2::basic_string\2c\20std::__2::allocator>::__get_pointer\5babi:nn180100\5d\28\29 -359:SkArenaAlloc::RunDtorsOnBlock\28char*\29 -360:std::__2::basic_string\2c\20std::__2::allocator>::capacity\5babi:nn180100\5d\28\29\20const -361:skvx::Vec<8\2c\20unsigned\20short>&\20skvx::operator+=<8\2c\20unsigned\20short>\28skvx::Vec<8\2c\20unsigned\20short>&\2c\20skvx::Vec<8\2c\20unsigned\20short>\20const&\29 -362:skvx::Vec<4\2c\20float>\20skvx::operator*<4\2c\20float\2c\20float\2c\20void>\28float\2c\20skvx::Vec<4\2c\20float>\20const&\29 -363:SkString::SkString\28char\20const*\29 -364:skia_png_warning -365:hb_sanitize_context_t::start_processing\28\29 -366:bool\20std::__2::operator==\5babi:nn180100\5d>\28std::__2::istreambuf_iterator>\20const&\2c\20std::__2::istreambuf_iterator>\20const&\29 -367:hb_sanitize_context_t::~hb_sanitize_context_t\28\29 -368:__shgetc -369:SkMakeRuntimeEffect\28SkRuntimeEffect::Result\20\28*\29\28SkString\2c\20SkRuntimeEffect::Options\20const&\29\2c\20char\20const*\2c\20SkRuntimeEffect::Options\29 -370:FT_Stream_GetUShort -371:strcpy -372:std::__2::basic_string\2c\20std::__2::allocator>::operator=\5babi:nn180100\5d\28wchar_t\20const*\29 -373:std::__2::basic_string\2c\20std::__2::allocator>::operator=\5babi:nn180100\5d\28char\20const*\29 -374:skia_private::TArray>\2c\20true>::push_back\28std::__2::unique_ptr>&&\29 -375:bool\20std::__2::operator==\5babi:nn180100\5d>\28std::__2::istreambuf_iterator>\20const&\2c\20std::__2::istreambuf_iterator>\20const&\29 -376:SkMatrix::mapRect\28SkRect*\2c\20SkRect\20const&\2c\20SkApplyPerspectiveClip\29\20const -377:strncmp -378:std::__2::shared_ptr<_IO_FILE>::~shared_ptr\5babi:ne180100\5d\28\29 -379:skia_private::AutoSTMalloc<17ul\2c\20SkPoint\2c\20void>::~AutoSTMalloc\28\29 -380:icu_74::UVector32::addElement\28int\2c\20UErrorCode&\29 -381:FT_Stream_ExitFrame -382:skia::textlayout::ParagraphImpl::getUTF16Index\28unsigned\20long\29\20const -383:SkSL::Transform::\28anonymous\20namespace\29::BuiltinVariableScanner::sortNewElements\28\29::'lambda'\28SkSL::ProgramElement\20const*\2c\20SkSL::ProgramElement\20const*\29::operator\28\29\28SkSL::ProgramElement\20const*\2c\20SkSL::ProgramElement\20const*\29\20const -384:SkSL::Transform::FindAndDeclareBuiltinFunctions\28SkSL::Program&\29::$_0::operator\28\29\28SkSL::FunctionDefinition\20const*\2c\20SkSL::FunctionDefinition\20const*\29\20const -385:SkSL::Expression::clone\28\29\20const -386:strstr -387:skif::FilterResult::FilterResult\28\29 -388:hb_face_reference_table -389:SkDQuad::set\28SkPoint\20const*\29 -390:utext_next32_74 -391:std::__throw_bad_array_new_length\5babi:ne180100\5d\28\29 -392:std::__2::unique_ptr::Pair\2c\20char\20const*\2c\20skia_private::THashMap::Pair>::Slot\20\5b\5d\2c\20std::__2::default_delete::Pair\2c\20char\20const*\2c\20skia_private::THashMap::Pair>::Slot\20\5b\5d>>::~unique_ptr\5babi:ne180100\5d\28\29 -393:skvx::Vec<4\2c\20int>\20skvx::operator&<4\2c\20int>\28skvx::Vec<4\2c\20int>\20const&\2c\20skvx::Vec<4\2c\20int>\20const&\29 -394:skia_png_error -395:icu_74::UnicodeSet::contains\28int\29\20const -396:hb_buffer_t::unsafe_to_break\28unsigned\20int\2c\20unsigned\20int\29 -397:SkPixmap::SkPixmap\28\29 -398:SkPath::SkPath\28SkPath\20const&\29 -399:SkMatrix::SkMatrix\28\29 -400:skgpu::ganesh::SurfaceDrawContext::addDrawOp\28GrClip\20const*\2c\20std::__2::unique_ptr>\2c\20std::__2::function\20const&\29 -401:sk_sp::~sk_sp\28\29 -402:\28anonymous\20namespace\29::ColorTypeFilter_RGBA_F16::Expand\28unsigned\20long\20long\29 -403:\28anonymous\20namespace\29::ColorTypeFilter_8888::Expand\28unsigned\20int\29 -404:\28anonymous\20namespace\29::ColorTypeFilter_16161616::Expand\28unsigned\20long\20long\29 -405:\28anonymous\20namespace\29::ColorTypeFilter_1010102::Expand\28unsigned\20long\20long\29 -406:SkStringPrintf\28char\20const*\2c\20...\29 -407:SkRect::outset\28float\2c\20float\29 -408:SkRecord::grow\28\29 -409:SkPictureRecord::addDraw\28DrawType\2c\20unsigned\20long*\29 -410:SkMatrix::mapPoint\28SkPoint\29\20const -411:SkGetICULib\28\29 -412:std::__2::__cloc\28\29 -413:sscanf -414:skvx::Vec<4\2c\20int>\20skvx::operator!<4\2c\20int>\28skvx::Vec<4\2c\20int>\20const&\29 -415:hb_blob_get_data_writable -416:SkRect::intersect\28SkRect\20const&\29 -417:std::__2::vector>::~vector\5babi:ne180100\5d\28\29 -418:skia_private::STArray<2\2c\20std::__2::unique_ptr>\2c\20true>::STArray\28skia_private::STArray<2\2c\20std::__2::unique_ptr>\2c\20true>&&\29 -419:skia_png_chunk_error -420:sk_malloc_throw\28unsigned\20long\2c\20unsigned\20long\29 -421:ft_mem_alloc -422:__multf3 -423:SkSL::GLSLCodeGenerator::writeLine\28std::__2::basic_string_view>\29 -424:SkIRect::Intersects\28SkIRect\20const&\2c\20SkIRect\20const&\29 -425:OT::Layout::Common::Coverage::get_coverage\28unsigned\20int\29\20const -426:FT_Stream_EnterFrame -427:std::__2::unique_ptr>\20SkSL::evaluate_intrinsic\28SkSL::Context\20const&\2c\20std::__2::array\20const&\2c\20SkSL::Type\20const&\2c\20double\20\28*\29\28double\2c\20double\2c\20double\29\29 -428:std::__2::basic_string_view>::compare\28std::__2::basic_string_view>\29\20const -429:std::__2::basic_string\2c\20std::__2::allocator>\20std::__2::operator+\5babi:ne180100\5d\2c\20std::__2::allocator>\28std::__2::basic_string\2c\20std::__2::allocator>\20const&\2c\20char\20const*\29 -430:skia_private::THashTable>*\2c\20std::__2::unique_ptr>*\2c\20SkGoodHash>::Pair\2c\20std::__2::unique_ptr>*\2c\20skia_private::THashMap>*\2c\20std::__2::unique_ptr>*\2c\20SkGoodHash>::Pair>::Hash\28std::__2::unique_ptr>*\20const&\29 -431:skia_private::TArray::installDataAndUpdateCapacity\28SkSpan\29 -432:icu_74::UnicodeString::append\28char16_t\29 -433:SkSL::String::printf\28char\20const*\2c\20...\29 -434:SkPoint::length\28\29\20const -435:SkNullBlitter::blitMask\28SkMask\20const&\2c\20SkIRect\20const&\29 -436:GrGLSLVaryingHandler::addVarying\28char\20const*\2c\20GrGLSLVarying*\2c\20GrGLSLVaryingHandler::Interpolation\29 -437:GrBackendFormats::AsGLFormat\28GrBackendFormat\20const&\29 -438:umtx_lock_74 -439:std::__2::unique_ptr>::~unique_ptr\5babi:ne180100\5d\28\29 -440:std::__2::locale::id::__get\28\29 -441:std::__2::locale::facet::facet\5babi:nn180100\5d\28unsigned\20long\29 -442:skgpu::UniqueKey::~UniqueKey\28\29 -443:hb_lazy_loader_t\2c\20hb_face_t\2c\2033u\2c\20hb_blob_t>::do_destroy\28hb_blob_t*\29 -444:bool\20hb_sanitize_context_t::check_range>\28OT::IntType\20const*\2c\20unsigned\20int\2c\20unsigned\20int\29\20const -445:abort -446:SkString::operator=\28char\20const*\29 -447:SkMatrix::getType\28\29\20const -448:SkDPoint::approximatelyEqual\28SkDPoint\20const&\29\20const -449:SkChecksum::Hash32\28void\20const*\2c\20unsigned\20long\2c\20unsigned\20int\29 -450:GrStyledShape::~GrStyledShape\28\29 -451:GrProcessorSet::GrProcessorSet\28GrPaint&&\29 -452:GrOpFlushState::bindPipelineAndScissorClip\28GrProgramInfo\20const&\2c\20SkRect\20const&\29 -453:GrGLExtensions::has\28char\20const*\29\20const -454:std::__2::locale::__imp::install\28std::__2::locale::facet*\2c\20long\29 -455:skia_png_muldiv -456:f_t_mutex\28\29 -457:VP8GetValue -458:SkTDStorage::reserve\28int\29 -459:SkSL::RP::Builder::discard_stack\28int\29 -460:SkSL::Pool::FreeMemory\28void*\29 -461:SkRect::roundOut\28\29\20const -462:SkPath::~SkPath\28\29 -463:SkPath::operator=\28SkPath\20const&\29 -464:SkMatrix::isIdentity\28\29\20const -465:SkArenaAlloc::makeBytesAlignedTo\28unsigned\20long\2c\20unsigned\20long\29 -466:GrOp::~GrOp\28\29 -467:GrGeometryProcessor::AttributeSet::initImplicit\28GrGeometryProcessor::Attribute\20const*\2c\20int\29 -468:void\20SkSafeUnref\28GrSurface*\29 -469:ures_close_74 -470:surface_setCallbackHandler -471:sk_sp::~sk_sp\28\29 -472:icu_74::StringPiece::StringPiece\28char\20const*\29 -473:hb_buffer_t::unsafe_to_concat\28unsigned\20int\2c\20unsigned\20int\29 -474:hb_bit_set_t::add\28unsigned\20int\29 -475:bool\20OT::OffsetTo\2c\20void\2c\20true>::sanitize<>\28hb_sanitize_context_t*\2c\20void\20const*\29\20const -476:SkSL::PipelineStage::PipelineStageCodeGenerator::writeExpression\28SkSL::Expression\20const&\2c\20SkSL::OperatorPrecedence\29 -477:SkRegion::freeRuns\28\29 -478:GrShaderVar::GrShaderVar\28char\20const*\2c\20SkSLType\2c\20int\29 -479:std::__2::unique_ptr::~unique_ptr\5babi:nn180100\5d\28\29 -480:std::__2::enable_if::value\20&&\20sizeof\20\28unsigned\20int\29\20==\204\2c\20unsigned\20int>::type\20SkGoodHash::operator\28\29\28unsigned\20int\20const&\29\20const -481:skvx::Vec<8\2c\20unsigned\20short>\20skvx::mulhi<8>\28skvx::Vec<8\2c\20unsigned\20short>\20const&\2c\20skvx::Vec<8\2c\20unsigned\20short>\20const&\29 -482:icu_74::UnicodeSet::~UnicodeSet\28\29 -483:hb_ot_map_builder_t::add_gsub_pause\28bool\20\28*\29\28hb_ot_shape_plan_t\20const*\2c\20hb_font_t*\2c\20hb_buffer_t*\29\29 -484:dlrealloc -485:cf2_stack_pushFixed -486:__multi3 -487:SkSL::RP::Builder::binary_op\28SkSL::RP::BuilderOp\2c\20int\29 -488:GrTextureEffect::Make\28GrSurfaceProxyView\2c\20SkAlphaType\2c\20SkMatrix\20const&\2c\20SkFilterMode\2c\20SkMipmapMode\29 -489:GrProcessor::operator\20new\28unsigned\20long\2c\20unsigned\20long\29 -490:GrOp::GenID\28std::__2::atomic*\29 -491:GrImageInfo::GrImageInfo\28GrImageInfo&&\29 -492:GrGLSLVaryingHandler::addPassThroughAttribute\28GrShaderVar\20const&\2c\20char\20const*\2c\20GrGLSLVaryingHandler::Interpolation\29 -493:GrFragmentProcessor::registerChild\28std::__2::unique_ptr>\2c\20SkSL::SampleUsage\29 -494:278 -495:std::__2::istreambuf_iterator>::operator*\5babi:nn180100\5d\28\29\20const -496:std::__2::basic_streambuf>::sgetc\5babi:nn180100\5d\28\29 -497:skia_private::TArray::push_back_raw\28int\29 -498:icu_74::UnicodeString::doCharAt\28int\29\20const -499:SkSL::SymbolTable::addWithoutOwnershipOrDie\28SkSL::Symbol*\29 -500:SkSL::Nop::~Nop\28\29 -501:SkRect::contains\28SkRect\20const&\29\20const -502:SkRecords::FillBounds::updateSaveBounds\28SkRect\20const&\29 -503:SkPoint::normalize\28\29 -504:SkMatrix::mapRect\28SkRect\20const&\2c\20SkApplyPerspectiveClip\29\20const -505:SkMatrix::getMapPtsProc\28\29\20const -506:SkJSONWriter::write\28char\20const*\2c\20unsigned\20long\29 -507:SkJSONWriter::appendBool\28char\20const*\2c\20bool\29 -508:GrSkSLFP::UniformPayloadSize\28SkRuntimeEffect\20const*\29 -509:GrSkSLFP::GrSkSLFP\28sk_sp\2c\20char\20const*\2c\20GrSkSLFP::OptFlags\29 -510:std::__2::unique_ptr::unique_ptr\5babi:nn180100\5d\28char*\2c\20std::__2::__dependent_type\2c\20true>::__good_rval_ref_type\29 -511:std::__2::unique_ptr>::~unique_ptr\5babi:ne180100\5d\28\29 -512:std::__2::__throw_bad_function_call\5babi:ne180100\5d\28\29 -513:std::__2::__split_buffer&>::~__split_buffer\28\29 -514:std::__2::__optional_destruct_base::~__optional_destruct_base\5babi:ne180100\5d\28\29 -515:skgpu::UniqueKey::UniqueKey\28\29 -516:sk_sp::reset\28GrSurface*\29 -517:sk_sp::~sk_sp\28\29 -518:hb_buffer_t::merge_clusters\28unsigned\20int\2c\20unsigned\20int\29 -519:SkTDArray::push_back\28SkPoint\20const&\29 -520:SkStrokeRec::getStyle\28\29\20const -521:SkSL::fold_expression\28SkSL::Position\2c\20double\2c\20SkSL::Type\20const*\29 -522:SkSL::Type::MakeAliasType\28std::__2::basic_string_view>\2c\20SkSL::Type\20const&\29 -523:SkMatrix::rectStaysRect\28\29\20const -524:SkMatrix::postTranslate\28float\2c\20float\29 -525:SkMatrix::mapRect\28SkRect*\2c\20SkApplyPerspectiveClip\29\20const -526:GrTriangulator::Comparator::sweep_lt\28SkPoint\20const&\2c\20SkPoint\20const&\29\20const -527:std::__2::unique_ptr>::~unique_ptr\5babi:ne180100\5d\28\29 -528:std::__2::__throw_system_error\28int\2c\20char\20const*\29 -529:skia_png_crc_read -530:machine_index_t\2c\20hb_filter_iter_t\2c\20hb_array_t>\2c\20find_syllables_use\28hb_buffer_t*\29::'lambda'\28hb_glyph_info_t\20const&\29\2c\20$_7\20const&\2c\20\28void*\290>\2c\20find_syllables_use\28hb_buffer_t*\29::'lambda'\28hb_pair_t\29\2c\20$_6\20const&\2c\20\28void*\290>>>::operator=\28machine_index_t\2c\20hb_filter_iter_t\2c\20hb_array_t>\2c\20find_syllables_use\28hb_buffer_t*\29::'lambda'\28hb_glyph_info_t\20const&\29\2c\20$_7\20const&\2c\20\28void*\290>\2c\20find_syllables_use\28hb_buffer_t*\29::'lambda'\28hb_pair_t\29\2c\20$_6\20const&\2c\20\28void*\290>>>\20const&\29 -531:icu_74::Locale::~Locale\28\29 -532:VP8LReadBits -533:SkSpinlock::acquire\28\29 -534:SkSL::Parser::rangeFrom\28SkSL::Position\29 -535:SkSL::Parser::checkNext\28SkSL::Token::Kind\2c\20SkSL::Token*\29 -536:SkPathBuilder::~SkPathBuilder\28\29 -537:GrOpFlushState::bindTextures\28GrGeometryProcessor\20const&\2c\20GrSurfaceProxy\20const*\20const*\2c\20GrPipeline\20const&\29 -538:ures_getByKey_74 -539:std::__2::basic_string\2c\20std::__2::allocator>::push_back\28char\29 -540:std::__2::basic_string\2c\20std::__2::allocator>::basic_string\28std::__2::basic_string\2c\20std::__2::allocator>\20const&\29 -541:hb_paint_funcs_t::pop_transform\28void*\29 -542:fma -543:SkTDStorage::append\28\29 -544:SkTDArray::append\28\29 -545:SkSL::RP::Builder::lastInstruction\28int\29 -546:SkPathBuilder::detach\28\29 -547:SkMatrix::isScaleTranslate\28\29\20const -548:SkMatrix::Translate\28float\2c\20float\29 -549:OT::ArrayOf\2c\20OT::IntType>::sanitize_shallow\28hb_sanitize_context_t*\29\20const -550:334 -551:ucptrie_internalSmallIndex_74 -552:ucln_common_registerCleanup_74 -553:sk_malloc_flags\28unsigned\20long\2c\20unsigned\20int\29 -554:hb_buffer_t::reverse\28\29 -555:SkString::operator=\28SkString\20const&\29 -556:SkStrikeSpec::~SkStrikeSpec\28\29 -557:SkSL::Type::toCompound\28SkSL::Context\20const&\2c\20int\2c\20int\29\20const -558:SkSL::RP::Generator::binaryOp\28SkSL::Type\20const&\2c\20SkSL::RP::Generator::TypedOps\20const&\29 -559:SkRecords::FillBounds::adjustAndMap\28SkRect\2c\20SkPaint\20const*\29\20const -560:SkMatrix::preConcat\28SkMatrix\20const&\29 -561:SkMatrix::Concat\28SkMatrix\20const&\2c\20SkMatrix\20const&\29 -562:SkImageGenerator::onQueryYUVAInfo\28SkYUVAPixmapInfo::SupportedDataTypes\20const&\2c\20SkYUVAPixmapInfo*\29\20const -563:SkColorSpaceXformSteps::SkColorSpaceXformSteps\28SkColorSpace\20const*\2c\20SkAlphaType\2c\20SkColorSpace\20const*\2c\20SkAlphaType\29 -564:SkColorSpace::MakeSRGB\28\29 -565:OT::OffsetTo\2c\20OT::IntType\2c\20void\2c\20true>::operator\28\29\28void\20const*\29\20const -566:GrStyle::isSimpleFill\28\29\20const -567:GrGLSLVaryingHandler::emitAttributes\28GrGeometryProcessor\20const&\29 -568:BlockIndexIterator::Last\28SkBlockAllocator::Block\20const*\29\2c\20&SkTBlockList::First\28SkBlockAllocator::Block\20const*\29\2c\20&SkTBlockList::Decrement\28SkBlockAllocator::Block\20const*\2c\20int\29\2c\20&SkTBlockList::GetItem\28SkBlockAllocator::Block*\2c\20int\29>::Item::setIndices\28\29 -569:std::__2::unique_ptr::reset\5babi:nn180100\5d\28unsigned\20char*\29 -570:std::__2::istreambuf_iterator>::operator++\5babi:nn180100\5d\28\29 -571:std::__2::basic_string\2c\20std::__2::allocator>::~basic_string\28\29 -572:std::__2::__unique_if::__unique_array_unknown_bound\20std::__2::make_unique\5babi:ne180100\5d\28unsigned\20long\29 -573:std::__2::__split_buffer&>::__split_buffer\28unsigned\20long\2c\20unsigned\20long\2c\20std::__2::allocator&\29 -574:skvx::Vec<8\2c\20unsigned\20short>\20skvx::operator+<8\2c\20unsigned\20short>\28skvx::Vec<8\2c\20unsigned\20short>\20const&\2c\20skvx::Vec<8\2c\20unsigned\20short>\20const&\29 -575:skgpu::VertexColor::set\28SkRGBA4f<\28SkAlphaType\292>\20const&\2c\20bool\29 -576:skgpu::ResourceKey::Builder::finish\28\29 -577:sk_sp::~sk_sp\28\29 -578:icu_74::UnicodeSet::UnicodeSet\28\29 -579:hb_draw_funcs_t::emit_line_to\28void*\2c\20hb_draw_state_t&\2c\20float\2c\20float\29 -580:ft_validator_error -581:SkSL::Parser::error\28SkSL::Token\2c\20std::__2::basic_string_view>\29 -582:SkSL::ConstantFolder::GetConstantValueForVariable\28SkSL::Expression\20const&\29 -583:SkPictureRecord::addPaintPtr\28SkPaint\20const*\29 -584:SkPathBuilder::SkPathBuilder\28\29 -585:SkGlyph::rowBytes\28\29\20const -586:SkDCubic::set\28SkPoint\20const*\29 -587:SkBitmap::SkBitmap\28SkBitmap\20const&\29 -588:GrSurfaceProxy::backingStoreDimensions\28\29\20const -589:GrProgramInfo::visitFPProxies\28std::__2::function\20const&\29\20const -590:GrMeshDrawOp::createProgramInfo\28GrMeshDrawTarget*\29 -591:GrGpu::handleDirtyContext\28\29 -592:FT_Stream_ReadFields -593:FT_Stream_ReadByte -594:std::__2::istreambuf_iterator>::operator++\5babi:nn180100\5d\28\29 -595:std::__2::basic_string\2c\20std::__2::allocator>::__set_long_size\5babi:nn180100\5d\28unsigned\20long\29 -596:skvx::Vec<4\2c\20float>\20\28anonymous\20namespace\29::add_121>\28skvx::Vec<4\2c\20float>\20const&\2c\20skvx::Vec<4\2c\20float>\20const&\2c\20skvx::Vec<4\2c\20float>\20const&\29 -597:skif::FilterResult::operator=\28skif::FilterResult&&\29 -598:skia_private::TArray::Allocate\28int\2c\20double\29 -599:skia_private::TArray\2c\20true>::installDataAndUpdateCapacity\28SkSpan\29 -600:sk_srgb_singleton\28\29 -601:icu_74::UnicodeString::setToBogus\28\29 -602:icu_74::UnicodeSet::add\28int\2c\20int\29 -603:hb_draw_funcs_t::start_path\28void*\2c\20hb_draw_state_t&\29 -604:SkWriter32::reserve\28unsigned\20long\29 -605:SkTSect::pointLast\28\29\20const -606:SkStrokeRec::isHairlineStyle\28\29\20const -607:SkSL::Type::MakeVectorType\28std::__2::basic_string_view>\2c\20char\20const*\2c\20SkSL::Type\20const&\2c\20int\29 -608:SkRect::join\28SkRect\20const&\29 -609:SkPathBuilder::lineTo\28SkPoint\29 -610:SkPaint::setBlendMode\28SkBlendMode\29 -611:SkM44::asM33\28\29\20const -612:SkImageInfo::minRowBytes\28\29\20const -613:SkImageGenerator::onIsValid\28GrRecordingContext*\29\20const -614:OT::VarSizedBinSearchArrayOf>::get_length\28\29\20const -615:FT_Stream_GetULong -616:target_from_texture_type\28GrTextureType\29 -617:std::__2::ctype::widen\5babi:nn180100\5d\28char\29\20const -618:skvx::Vec<4\2c\20unsigned\20short>\20skvx::operator+<4\2c\20unsigned\20short>\28skvx::Vec<4\2c\20unsigned\20short>\20const&\2c\20skvx::Vec<4\2c\20unsigned\20short>\20const&\29 -619:skvx::Vec<4\2c\20unsigned\20int>\20skvx::operator+<4\2c\20unsigned\20int>\28skvx::Vec<4\2c\20unsigned\20int>\20const&\2c\20skvx::Vec<4\2c\20unsigned\20int>\20const&\29 -620:skif::Context::~Context\28\29 -621:skia::textlayout::TextStyle::~TextStyle\28\29 -622:skia::textlayout::TextStyle::TextStyle\28skia::textlayout::TextStyle\20const&\29 -623:skia::textlayout::OneLineShaper::RunBlock::operator=\28skia::textlayout::OneLineShaper::RunBlock&&\29 -624:png_icc_profile_error -625:icu_74::UnicodeSet::compact\28\29 -626:hb_font_t::get_nominal_glyph\28unsigned\20int\2c\20unsigned\20int*\2c\20unsigned\20int\29 -627:canonicalize_identity\28skcms_Curve*\29 -628:_hb_next_syllable\28hb_buffer_t*\2c\20unsigned\20int\29 -629:SkSL::TProgramVisitor::visitStatement\28SkSL::Statement\20const&\29 -630:SkSL::RP::Program::makeStages\28skia_private::TArray*\2c\20SkArenaAlloc*\2c\20SkSpan\2c\20SkSL::RP::Program::SlotData\20const&\29\20const::$_2::operator\28\29\28\29\20const -631:SkSL::ConstructorCompound::MakeFromConstants\28SkSL::Context\20const&\2c\20SkSL::Position\2c\20SkSL::Type\20const&\2c\20double\20const*\29 -632:SkPathPriv::Iterate::Iterate\28SkPath\20const&\29 -633:SkPath::Iter::next\28SkPoint*\29 -634:SkMatrix::mapPoints\28SkSpan\29\20const -635:SkMatrix::Scale\28float\2c\20float\29 -636:SkImageShader::appendStages\28SkStageRec\20const&\2c\20SkShaders::MatrixRec\20const&\29\20const::$_2::operator\28\29\28SkRasterPipelineOp\2c\20SkRasterPipelineOp\2c\20\28anonymous\20namespace\29::MipLevelHelper\20const*\29\20const -637:SkImageInfo::operator=\28SkImageInfo\20const&\29 -638:SkDrawBase::~SkDrawBase\28\29 -639:GrFragmentProcessor::ProgramImpl::invokeChild\28int\2c\20GrFragmentProcessor::ProgramImpl::EmitArgs&\2c\20std::__2::basic_string_view>\29 -640:GrCaps::getDefaultBackendFormat\28GrColorType\2c\20skgpu::Renderable\29\20const -641:FT_Stream_ReleaseFrame -642:DefaultGeoProc::Impl::~Impl\28\29 -643:void\20std::__2::unique_ptr>\2c\20skia::textlayout::ParagraphCache::KeyHash\2c\20SkNoOpPurge>::Entry*\2c\20skia::textlayout::ParagraphCacheKey\2c\20SkLRUCache>\2c\20skia::textlayout::ParagraphCache::KeyHash\2c\20SkNoOpPurge>::Traits>::Slot\20\5b\5d\2c\20std::__2::default_delete>\2c\20skia::textlayout::ParagraphCache::KeyHash\2c\20SkNoOpPurge>::Entry*\2c\20skia::textlayout::ParagraphCacheKey\2c\20SkLRUCache>\2c\20skia::textlayout::ParagraphCache::KeyHash\2c\20SkNoOpPurge>::Traits>::Slot\20\5b\5d>>::reset\5babi:ne180100\5d>\2c\20skia::textlayout::ParagraphCache::KeyHash\2c\20SkNoOpPurge>::Entry*\2c\20skia::textlayout::ParagraphCacheKey\2c\20SkLRUCache>\2c\20skia::textlayout::ParagraphCache::KeyHash\2c\20SkNoOpPurge>::Traits>::Slot*\2c\200>\28skia_private::THashTable>\2c\20skia::textlayout::ParagraphCache::KeyHash\2c\20SkNoOpPurge>::Entry*\2c\20skia::textlayout::ParagraphCacheKey\2c\20SkLRUCache>\2c\20skia::textlayout::ParagraphCache::KeyHash\2c\20SkNoOpPurge>::Traits>::Slot*\29 -644:std::__2::vector>::__recommend\5babi:ne180100\5d\28unsigned\20long\29\20const -645:std::__2::basic_string\2c\20std::__2::allocator>::__throw_length_error\5babi:nn180100\5d\28\29\20const -646:skia_private::TArray::preallocateNewData\28int\2c\20double\29 -647:out -648:icu_74::UnicodeString::char32At\28int\29\20const -649:cosf -650:cf2_stack_popInt -651:WebPSafeMalloc -652:SkSemaphore::~SkSemaphore\28\29 -653:SkSL::Type::coerceExpression\28std::__2::unique_ptr>\2c\20SkSL::Context\20const&\29\20const -654:SkSL::Type::MakeGenericType\28char\20const*\2c\20SkSpan\2c\20SkSL::Type\20const*\29 -655:SkSL::RP::SlotManager::getVariableSlots\28SkSL::Variable\20const&\29 -656:SkRGBA4f<\28SkAlphaType\292>::operator!=\28SkRGBA4f<\28SkAlphaType\292>\20const&\29\20const -657:SkPathStroker::lineTo\28SkPoint\20const&\2c\20SkPath::Iter\20const*\29 -658:SkPath::lineTo\28SkPoint\20const&\29 -659:SkPaint::setColor\28unsigned\20int\29 -660:SkMatrix::MakeAll\28float\2c\20float\2c\20float\2c\20float\2c\20float\2c\20float\2c\20float\2c\20float\2c\20float\29 -661:SkDCubic::ptAtT\28double\29\20const -662:SkBlitter::~SkBlitter\28\29 -663:SkBitmapDevice::drawMesh\28SkMesh\20const&\2c\20sk_sp\2c\20SkPaint\20const&\29 -664:SkBitmap::tryAllocPixels\28SkImageInfo\20const&\29 -665:GrShaderVar::operator=\28GrShaderVar&&\29 -666:GrProcessor::operator\20delete\28void*\29 -667:GrImageInfo::GrImageInfo\28SkImageInfo\20const&\29 -668:FT_Outline_Translate -669:uhash_close_74 -670:std::__2::char_traits::assign\5babi:nn180100\5d\28char&\2c\20char\20const&\29 -671:std::__2::basic_string\2c\20std::__2::allocator>::operator=\5babi:nn180100\5d\28std::__2::basic_string\2c\20std::__2::allocator>&&\29 -672:std::__2::__check_grouping\28std::__2::basic_string\2c\20std::__2::allocator>\20const&\2c\20unsigned\20int*\2c\20unsigned\20int*\2c\20unsigned\20int&\29 -673:skvx::Vec<4\2c\20skvx::Mask::type>\20skvx::operator<<4\2c\20float>\28skvx::Vec<4\2c\20float>\20const&\2c\20skvx::Vec<4\2c\20float>\20const&\29 -674:skvx::Vec<4\2c\20int>\20skvx::operator|<4\2c\20int>\28skvx::Vec<4\2c\20int>\20const&\2c\20skvx::Vec<4\2c\20int>\20const&\29 -675:skia_private::THashMap::find\28SkSL::FunctionDeclaration\20const*\20const&\29\20const -676:pad -677:icu_74::UnicodeString::UnicodeString\28char16_t\20const*\29 -678:hb_buffer_t::unsafe_to_break_from_outbuffer\28unsigned\20int\2c\20unsigned\20int\29 -679:ft_mem_qalloc -680:__ashlti3 -681:SkTCoincident::setPerp\28SkTCurve\20const&\2c\20double\2c\20SkDPoint\20const&\2c\20SkTCurve\20const&\29 -682:SkString::data\28\29 -683:SkSL::Type::MakeMatrixType\28std::__2::basic_string_view>\2c\20char\20const*\2c\20SkSL::Type\20const&\2c\20int\2c\20signed\20char\29 -684:SkSL::TProgramVisitor::visitProgramElement\28SkSL::ProgramElement\20const&\29 -685:SkSL::TProgramVisitor::visitExpression\28SkSL::Expression\20const&\29 -686:SkSL::Parser::nextToken\28\29 -687:SkSL::Operator::tightOperatorName\28\29\20const -688:SkSL::Inliner::inlineExpression\28SkSL::Position\2c\20skia_private::THashMap>\2c\20SkGoodHash>*\2c\20SkSL::SymbolTable*\2c\20SkSL::Expression\20const&\29::$_0::operator\28\29\28std::__2::unique_ptr>\20const&\29\20const -689:SkSL::Analysis::HasSideEffects\28SkSL::Expression\20const&\29 -690:SkRect::BoundsOrEmpty\28SkSpan\29 -691:SkMatrix::postConcat\28SkMatrix\20const&\29 -692:SkImageInfo::operator=\28SkImageInfo&&\29 -693:SkIRect::intersect\28SkIRect\20const&\2c\20SkIRect\20const&\29 -694:SkDVector::crossCheck\28SkDVector\20const&\29\20const -695:SkCanvas::internalQuickReject\28SkRect\20const&\2c\20SkPaint\20const&\2c\20SkMatrix\20const*\29 -696:SkAAClipBlitterWrapper::~SkAAClipBlitterWrapper\28\29 -697:OT::hb_ot_apply_context_t::init_iters\28\29 -698:GrStyle::~GrStyle\28\29 -699:GrSimpleMeshDrawOpHelper::~GrSimpleMeshDrawOpHelper\28\29 -700:GrSimpleMeshDrawOpHelper::visitProxies\28std::__2::function\20const&\29\20const -701:GrShape::reset\28\29 -702:GrShape::bounds\28\29\20const -703:GrShaderVar::appendDecl\28GrShaderCaps\20const*\2c\20SkString*\29\20const -704:GrQuad::MakeFromRect\28SkRect\20const&\2c\20SkMatrix\20const&\29 -705:GrOpFlushState::drawMesh\28GrSimpleMesh\20const&\29 -706:GrAAConvexTessellator::Ring::index\28int\29\20const -707:DefaultGeoProc::~DefaultGeoProc\28\29 -708:492 -709:uhash_put_74 -710:std::__2::vector\2c\20std::__2::allocator>>::~vector\5babi:ne180100\5d\28\29 -711:std::__2::unique_ptr>::~unique_ptr\5babi:ne180100\5d\28\29 -712:std::__2::enable_if::value\20&&\20is_move_assignable::value\2c\20void>::type\20std::__2::swap\5babi:ne180100\5d\28skia::textlayout::OneLineShaper::RunBlock&\2c\20skia::textlayout::OneLineShaper::RunBlock&\29 -713:std::__2::ctype\20const&\20std::__2::use_facet\5babi:nn180100\5d>\28std::__2::locale\20const&\29 -714:std::__2::basic_string\2c\20std::__2::allocator>::__set_short_size\5babi:nn180100\5d\28unsigned\20long\29 -715:std::__2::__compressed_pair_elem::__compressed_pair_elem\5babi:nn180100\5d\28void\20\28*&&\29\28void*\29\29 -716:skvx::Vec<4\2c\20float>\20skvx::operator*<4\2c\20float\2c\20float\2c\20void>\28skvx::Vec<4\2c\20float>\20const&\2c\20float\29\20\28.7057\29 -717:skia_png_chunk_report -718:skgpu::ResourceKey::operator==\28skgpu::ResourceKey\20const&\29\20const -719:sk_sp::~sk_sp\28\29 -720:icu_74::UnicodeString::getBuffer\28\29\20const -721:icu_74::UnicodeSet::add\28int\29 -722:icu_74::Locale::getDefault\28\29 -723:icu_74::CharString::append\28icu_74::CharString\20const&\2c\20UErrorCode&\29 -724:cff2_path_procs_extents_t::curve\28CFF::cff2_cs_interp_env_t&\2c\20cff2_extents_param_t&\2c\20CFF::point_t\20const&\2c\20CFF::point_t\20const&\2c\20CFF::point_t\20const&\29 -725:cff2_path_param_t::cubic_to\28CFF::point_t\20const&\2c\20CFF::point_t\20const&\2c\20CFF::point_t\20const&\29 -726:cff1_path_procs_extents_t::curve\28CFF::cff1_cs_interp_env_t&\2c\20cff1_extents_param_t&\2c\20CFF::point_t\20const&\2c\20CFF::point_t\20const&\2c\20CFF::point_t\20const&\29 -727:cff1_path_param_t::cubic_to\28CFF::point_t\20const&\2c\20CFF::point_t\20const&\2c\20CFF::point_t\20const&\29 -728:_hb_glyph_info_get_modified_combining_class\28hb_glyph_info_t\20const*\29 -729:SkTDArray::push_back\28unsigned\20int\20const&\29 -730:SkSL::FunctionDeclaration::description\28\29\20const -731:SkRasterPipeline::extend\28SkRasterPipeline\20const&\29 -732:SkPixmap::operator=\28SkPixmap\20const&\29 -733:SkPathBuilder::lineTo\28float\2c\20float\29 -734:SkPath::RangeIter::operator++\28\29 -735:SkPaintToGrPaint\28skgpu::ganesh::SurfaceDrawContext*\2c\20SkPaint\20const&\2c\20SkMatrix\20const&\2c\20GrPaint*\29 -736:SkOpPtT::contains\28SkOpPtT\20const*\29\20const -737:SkMatrixPriv::CheapEqual\28SkMatrix\20const&\2c\20SkMatrix\20const&\29 -738:SkImageInfo::MakeA8\28int\2c\20int\29 -739:SkColorSpaceXformSteps::apply\28float*\29\20const -740:OT::hb_paint_context_t::recurse\28OT::Paint\20const&\29 -741:GrTextureProxy::mipmapped\28\29\20const -742:GrStyledShape::asPath\28SkPath*\29\20const -743:GrShaderVar::GrShaderVar\28char\20const*\2c\20SkSLType\2c\20GrShaderVar::TypeModifier\29 -744:GrMatrixEffect::Make\28SkMatrix\20const&\2c\20std::__2::unique_ptr>\29 -745:GrGLGpu::setTextureUnit\28int\29 -746:GrColorSpaceXformEffect::onMakeProgramImpl\28\29\20const::Impl::~Impl\28\29 -747:GrColorInfo::GrColorInfo\28GrColorType\2c\20SkAlphaType\2c\20sk_sp\29 -748:GrCPixmap::GrCPixmap\28GrImageInfo\2c\20void\20const*\2c\20unsigned\20long\29 -749:GrAppliedClip::~GrAppliedClip\28\29 -750:FT_Stream_ReadULong -751:FT_Load_Glyph -752:CFF::cff_stack_t::pop\28\29 -753:void\20SkOnce::operator\28\29*\29\2c\20SkAlignedSTStorage<1\2c\20skgpu::UniqueKey>*>\28void\20\28&\29\28SkAlignedSTStorage<1\2c\20skgpu::UniqueKey>*\29\2c\20SkAlignedSTStorage<1\2c\20skgpu::UniqueKey>*&&\29 -754:u_strlen_74 -755:std::__2::unique_ptr>::~unique_ptr\5babi:ne180100\5d\28\29 -756:std::__2::numpunct::thousands_sep\5babi:nn180100\5d\28\29\20const -757:std::__2::numpunct::grouping\5babi:nn180100\5d\28\29\20const -758:std::__2::ctype\20const&\20std::__2::use_facet\5babi:nn180100\5d>\28std::__2::locale\20const&\29 -759:skif::Context::Context\28skif::Context\20const&\29 -760:skia_private::TArray::push_back\28int\20const&\29 -761:skgpu::ResourceKey::Builder::Builder\28skgpu::ResourceKey*\2c\20unsigned\20int\2c\20int\29 -762:rewind\28GrTriangulator::EdgeList*\2c\20GrTriangulator::Vertex**\2c\20GrTriangulator::Vertex*\2c\20GrTriangulator::Comparator\20const&\29 -763:icu_74::UnicodeString::UnicodeString\28icu_74::UnicodeString\20const&\29 -764:icu_74::ReorderingBuffer::appendZeroCC\28char16_t\20const*\2c\20char16_t\20const*\2c\20UErrorCode&\29 -765:icu_74::PossibleWord::candidates\28UText*\2c\20icu_74::DictionaryMatcher*\2c\20int\29 -766:icu_74::Normalizer2Impl::getNorm16\28int\29\20const -767:hb_buffer_t::move_to\28unsigned\20int\29 -768:_output_with_dotted_circle\28hb_buffer_t*\29 -769:__memcpy -770:SkTSpan::pointLast\28\29\20const -771:SkTDStorage::resize\28int\29 -772:SkSL::Parser::rangeFrom\28SkSL::Token\29 -773:SkSL::Parser::error\28SkSL::Position\2c\20std::__2::basic_string_view>\29 -774:SkRect::roundOut\28SkIRect*\29\20const -775:SkPathRef::Editor::Editor\28sk_sp*\2c\20int\2c\20int\2c\20int\29 -776:SkPathBuilder::conicTo\28SkPoint\2c\20SkPoint\2c\20float\29 -777:SkPath::Iter::setPath\28SkPath\20const&\2c\20bool\29 -778:SkNullBlitter::blitAntiH\28int\2c\20int\2c\20unsigned\20char\20const*\2c\20short\20const*\29 -779:SkDPoint::ApproximatelyEqual\28SkPoint\20const&\2c\20SkPoint\20const&\29 -780:SkBlockAllocator::reset\28\29 -781:GrSimpleMeshDrawOpHelperWithStencil::finalizeProcessors\28GrCaps\20const&\2c\20GrAppliedClip\20const*\2c\20GrClampType\2c\20GrProcessorAnalysisCoverage\2c\20SkRGBA4f<\28SkAlphaType\292>*\2c\20bool*\29 -782:GrGeometryProcessor::ProgramImpl::SetTransform\28GrGLSLProgramDataManager\20const&\2c\20GrShaderCaps\20const&\2c\20GrResourceHandle\20const&\2c\20SkMatrix\20const&\2c\20SkMatrix*\29 -783:GrGLSLVertexGeoBuilder::insertFunction\28char\20const*\29 -784:FT_Stream_Skip -785:FT_Stream_ExtractFrame -786:Cr_z_crc32 -787:AAT::StateTable::get_entry\28int\2c\20unsigned\20int\29\20const -788:void\20std::__2::unique_ptr>::reset\5babi:ne180100\5d\28GrGLCaps::ColorTypeInfo*\29 -789:utext_current32_74 -790:uhash_get_74 -791:strncpy -792:std::__2::ctype::widen\5babi:nn180100\5d\28char\29\20const -793:std::__2::basic_string\2c\20std::__2::allocator>::__move_assign\5babi:ne180100\5d\28std::__2::basic_string\2c\20std::__2::allocator>&\2c\20std::__2::integral_constant\29 -794:std::__2::__unique_if::__unique_array_unknown_bound\20std::__2::make_unique\5babi:ne180100\5d\28unsigned\20long\29 -795:std::__2::__throw_bad_optional_access\5babi:ne180100\5d\28\29 -796:skvx::Vec<4\2c\20skvx::Mask::type>\20skvx::operator<<4\2c\20float\2c\20float\2c\20void>\28skvx::Vec<4\2c\20float>\20const&\2c\20float\29 -797:skif::LayerSpace::outset\28skif::LayerSpace\20const&\29 -798:skia_private::TArray::checkRealloc\28int\2c\20double\29 -799:skgpu::tess::StrokeIterator::enqueue\28skgpu::tess::StrokeIterator::Verb\2c\20SkPoint\20const*\2c\20float\20const*\29 -800:skgpu::ganesh::SurfaceFillContext::getOpsTask\28\29 -801:icu_74::umtx_initOnce\28icu_74::UInitOnce&\2c\20void\20\28*\29\28UErrorCode&\29\2c\20UErrorCode&\29 -802:icu_74::Hashtable::~Hashtable\28\29 -803:hb_draw_funcs_t::emit_close_path\28void*\2c\20hb_draw_state_t&\29 -804:hb_buffer_t::unsafe_to_concat_from_outbuffer\28unsigned\20int\2c\20unsigned\20int\29 -805:hb_bit_set_t::get\28unsigned\20int\29\20const -806:hb_bit_page_t::add\28unsigned\20int\29 -807:fmodf -808:__addtf3 -809:SkSL::RP::Builder::push_constant_i\28int\2c\20int\29 -810:SkSL::RP::Builder::label\28int\29 -811:SkPixmap::SkPixmap\28SkPixmap\20const&\29 -812:SkPath::reset\28\29 -813:SkPath::moveTo\28SkPoint\20const&\29 -814:SkPaint::asBlendMode\28\29\20const -815:SkImageGenerator::onGetPixels\28SkImageInfo\20const&\2c\20void*\2c\20unsigned\20long\2c\20SkImageGenerator::Options\20const&\29 -816:SkDynamicMemoryWStream::write\28void\20const*\2c\20unsigned\20long\29 -817:SkDrawable::getFlattenableType\28\29\20const -818:SkCanvas::concat\28SkMatrix\20const&\29 -819:SkCanvas::aboutToDraw\28SkPaint\20const&\2c\20SkRect\20const*\29 -820:OT::hb_ot_apply_context_t::skipping_iterator_t::next\28unsigned\20int*\29 -821:GrSkSLFP::addChild\28std::__2::unique_ptr>\2c\20bool\29 -822:GrProcessorSet::~GrProcessorSet\28\29 -823:GrGeometryProcessor::Attribute&\20skia_private::TArray::emplace_back\28char\20const\20\28&\29\20\5b10\5d\2c\20GrVertexAttribType&&\2c\20SkSLType&&\29 -824:GrGLGpu::clearErrorsAndCheckForOOM\28\29 -825:GrGLGpu::bindBuffer\28GrGpuBufferType\2c\20GrBuffer\20const*\29 -826:GrGLFunction::GrGLFunction\28void\20\28*\29\28unsigned\20int\2c\20unsigned\20int\2c\20unsigned\20int\2c\20unsigned\20int\29\29::'lambda'\28void\20const*\2c\20unsigned\20int\2c\20unsigned\20int\2c\20unsigned\20int\2c\20unsigned\20int\29::__invoke\28void\20const*\2c\20unsigned\20int\2c\20unsigned\20int\2c\20unsigned\20int\2c\20unsigned\20int\29 -827:GrGLFunction::GrGLFunction\28void\20\28*\29\28int\2c\20int\2c\20float\20const*\29\29::'lambda'\28void\20const*\2c\20int\2c\20int\2c\20float\20const*\29::__invoke\28void\20const*\2c\20int\2c\20int\2c\20float\20const*\29 -828:GrFragmentProcessor::ProgramImpl::invokeChild\28int\2c\20char\20const*\2c\20char\20const*\2c\20GrFragmentProcessor::ProgramImpl::EmitArgs&\2c\20std::__2::basic_string_view>\29 -829:CFF::arg_stack_t::pop_int\28\29 -830:void\20SkSafeUnref\28SharedGenerator*\29 -831:udata_close_74 -832:ubidi_getParaLevelAtIndex_74 -833:std::__2::char_traits::copy\5babi:nn180100\5d\28char*\2c\20char\20const*\2c\20unsigned\20long\29 -834:std::__2::basic_string\2c\20std::__2::allocator>::begin\5babi:nn180100\5d\28\29 -835:std::__2::basic_string\2c\20std::__2::allocator>::__is_long\5babi:nn180100\5d\28\29\20const -836:std::__2::__libcpp_snprintf_l\28char*\2c\20unsigned\20long\2c\20__locale_struct*\2c\20char\20const*\2c\20...\29 -837:skia_private::THashTable>*\2c\20std::__2::unique_ptr>*\2c\20SkGoodHash>::Pair\2c\20std::__2::unique_ptr>*\2c\20skia_private::THashMap>*\2c\20std::__2::unique_ptr>*\2c\20SkGoodHash>::Pair>::uncheckedSet\28skia_private::THashMap>*\2c\20std::__2::unique_ptr>*\2c\20SkGoodHash>::Pair&&\29 -838:skia::textlayout::Cluster::run\28\29\20const -839:skgpu::tess::PatchWriter\2c\20skgpu::tess::Optional<\28skgpu::tess::PatchAttribs\2964>\2c\20skgpu::tess::Optional<\28skgpu::tess::PatchAttribs\2932>\2c\20skgpu::tess::AddTrianglesWhenChopping\2c\20skgpu::tess::DiscardFlatCurves>::accountForCurve\28float\29 -840:skgpu::ganesh::SurfaceContext::PixelTransferResult::~PixelTransferResult\28\29 -841:skgpu::ganesh::AsView\28GrRecordingContext*\2c\20SkImage\20const*\2c\20skgpu::Mipmapped\2c\20GrImageTexGenPolicy\29 -842:is_equal\28std::type_info\20const*\2c\20std::type_info\20const*\2c\20bool\29 -843:icu_74::UnicodeString::pinIndices\28int&\2c\20int&\29\20const -844:icu_74::UnicodeString::UnicodeString\28signed\20char\2c\20icu_74::ConstChar16Ptr\2c\20int\29 -845:icu_74::Normalizer2Impl::norm16HasCompBoundaryAfter\28unsigned\20short\2c\20signed\20char\29\20const -846:hb_ot_map_t::get_1_mask\28unsigned\20int\29\20const -847:hb_font_get_glyph -848:hb_bit_page_t::init0\28\29 -849:cff_index_get_sid_string -850:_hb_font_funcs_set_middle\28hb_font_funcs_t*\2c\20void*\2c\20void\20\28*\29\28void*\29\29 -851:__floatsitf -852:VP8YuvToRgb -853:VP8GetBit.8163 -854:VP8GetBit -855:SkWriter32::writeScalar\28float\29 -856:SkTDArray<\28anonymous\20namespace\29::YOffset>::append\28\29 -857:SkSL::RP::Generator::pushVectorizedExpression\28SkSL::Expression\20const&\2c\20SkSL::Type\20const&\29 -858:SkSL::RP::Builder::swizzle\28int\2c\20SkSpan\29 -859:SkRegion::setRect\28SkIRect\20const&\29 -860:SkRasterClip::~SkRasterClip\28\29 -861:SkPathRef::isFinite\28\29\20const -862:SkPathBuilder::moveTo\28SkPoint\29 -863:SkPathBuilder::close\28\29 -864:SkPath::isConvex\28\29\20const -865:SkPaint::setColor\28SkRGBA4f<\28SkAlphaType\293>\20const&\2c\20SkColorSpace*\29 -866:SkMatrix::getMaxScale\28\29\20const -867:SkM44::setConcat\28SkM44\20const&\2c\20SkM44\20const&\29 -868:SkJSONWriter::appendHexU32\28char\20const*\2c\20unsigned\20int\29 -869:SkIRect::makeOutset\28int\2c\20int\29\20const -870:SkDevice::createDevice\28SkDevice::CreateInfo\20const&\2c\20SkPaint\20const*\29 -871:SkCanvas::save\28\29 -872:SkBlender::Mode\28SkBlendMode\29 -873:SkBitmap::setInfo\28SkImageInfo\20const&\2c\20unsigned\20long\29 -874:SkArenaAlloc::SkArenaAlloc\28char*\2c\20unsigned\20long\2c\20unsigned\20long\29 -875:OT::hb_ot_apply_context_t::skipping_iterator_t::reset\28unsigned\20int\29 -876:GrMeshDrawTarget::allocMesh\28\29 -877:GrGLGpu::bindTextureToScratchUnit\28unsigned\20int\2c\20int\29 -878:GrFragmentProcessor::SwizzleOutput\28std::__2::unique_ptr>\2c\20skgpu::Swizzle\20const&\29::SwizzleFragmentProcessor::~SwizzleFragmentProcessor\28\29 -879:GrCaps::getReadSwizzle\28GrBackendFormat\20const&\2c\20GrColorType\29\20const -880:GrBackendFormat::GrBackendFormat\28GrBackendFormat\20const&\29 -881:CFF::cff1_cs_opset_t::check_width\28unsigned\20int\2c\20CFF::cff1_cs_interp_env_t&\2c\20cff1_extents_param_t&\29 -882:CFF::arg_stack_t::pop_uint\28\29 -883:AutoFTAccess::AutoFTAccess\28SkTypeface_FreeType\20const*\29 -884:utext_previous32_74 -885:u_terminateUChars_74 -886:std::__2::pair::type\2c\20std::__2::__unwrap_ref_decay::type>\20std::__2::make_pair\5babi:nn180100\5d\28char\20const*&&\2c\20char*&&\29 -887:std::__2::ctype::is\5babi:nn180100\5d\28unsigned\20long\2c\20char\29\20const -888:std::__2::basic_string\2c\20std::__2::allocator>::__set_long_cap\5babi:nn180100\5d\28unsigned\20long\29 -889:std::__2::__function::__value_func::__value_func\5babi:ne180100\5d\28std::__2::__function::__value_func&&\29 -890:skvx::Vec<4\2c\20float>\20skvx::operator*<4\2c\20float>\28skvx::Vec<4\2c\20float>\20const&\2c\20skvx::Vec<4\2c\20float>\20const&\29 -891:skia_private::TArray>\2c\20true>::reserve_exact\28int\29 -892:skia_private::TArray::push_back\28bool&&\29 -893:skia_png_get_uint_32 -894:skia::textlayout::OneLineShaper::clusterIndex\28unsigned\20long\29 -895:skgpu::ganesh::SurfaceDrawContext::chooseAAType\28GrAA\29 -896:skgpu::UniqueKey::GenerateDomain\28\29 -897:res_getStringNoTrace_74 -898:operator==\28SkIRect\20const&\2c\20SkIRect\20const&\29 -899:icu_74::UnicodeString::operator=\28icu_74::UnicodeString\20const&\29 -900:icu_74::UnicodeSet::releasePattern\28\29 -901:icu_74::MlBreakEngine::initKeyValue\28UResourceBundle*\2c\20char\20const*\2c\20char\20const*\2c\20icu_74::Hashtable&\2c\20UErrorCode&\29 -902:icu_74::Hashtable::get\28icu_74::UnicodeString\20const&\29\20const -903:icu_74::ByteSinkUtil::appendUnchanged\28unsigned\20char\20const*\2c\20unsigned\20char\20const*\2c\20icu_74::ByteSink&\2c\20unsigned\20int\2c\20icu_74::Edits*\2c\20UErrorCode&\29 -904:icu_74::BMPSet::containsSlow\28int\2c\20int\2c\20int\29\20const -905:hb_iter_t\2c\20hb_filter_iter_t\2c\20hb_array_t>\2c\20find_syllables_use\28hb_buffer_t*\29::'lambda'\28hb_glyph_info_t\20const&\29\2c\20$_7\20const&\2c\20\28void*\290>\2c\20find_syllables_use\28hb_buffer_t*\29::'lambda'\28hb_pair_t\29\2c\20$_6\20const&\2c\20\28void*\290>>>\2c\20hb_pair_t>>::operator+\28unsigned\20int\29\20const -906:hb_buffer_t::sync_so_far\28\29 -907:hb_buffer_t::sync\28\29 -908:hb_bit_set_t::add_range\28unsigned\20int\2c\20unsigned\20int\29 -909:compute_side\28SkPoint\20const&\2c\20SkPoint\20const&\2c\20SkPoint\20const&\29 -910:cff_parse_num -911:bool\20OT::Layout::Common::Coverage::collect_coverage\28hb_set_digest_t*\29\20const -912:VP8YuvToBgr -913:VP8LAddPixels -914:SkWriter32::writeRect\28SkRect\20const&\29 -915:SkSL::Type::clone\28SkSL::Context\20const&\2c\20SkSL::SymbolTable*\29\20const -916:SkSL::SymbolTable::find\28std::__2::basic_string_view>\29\20const -917:SkSL::RP::Generator::writeStatement\28SkSL::Statement\20const&\29 -918:SkSL::RP::Builder::unary_op\28SkSL::RP::BuilderOp\2c\20int\29 -919:SkSL::Parser::operatorRight\28SkSL::Parser::AutoDepth&\2c\20SkSL::OperatorKind\2c\20std::__2::unique_ptr>\20\28SkSL::Parser::*\29\28\29\2c\20std::__2::unique_ptr>&\29 -920:SkSL::Parser::expression\28\29 -921:SkSL::Nop::Make\28\29 -922:SkRegion::Cliperator::next\28\29 -923:SkRegion::Cliperator::Cliperator\28SkRegion\20const&\2c\20SkIRect\20const&\29 -924:SkRecords::FillBounds::pushControl\28\29 -925:SkPathBuilder::quadTo\28SkPoint\2c\20SkPoint\29 -926:SkAutoConicToQuads::computeQuads\28SkPoint\20const*\2c\20float\2c\20float\29 -927:SkArenaAlloc::~SkArenaAlloc\28\29 -928:SkAAClip::setEmpty\28\29 -929:OT::hb_ot_apply_context_t::~hb_ot_apply_context_t\28\29 -930:OT::hb_ot_apply_context_t::hb_ot_apply_context_t\28unsigned\20int\2c\20hb_font_t*\2c\20hb_buffer_t*\2c\20hb_blob_t*\29 -931:GrTriangulator::Line::intersect\28GrTriangulator::Line\20const&\2c\20SkPoint*\29\20const -932:GrImageInfo::GrImageInfo\28GrColorType\2c\20SkAlphaType\2c\20sk_sp\2c\20SkISize\20const&\29 -933:GrGpuBuffer::unmap\28\29 -934:GrGeometryProcessor::ProgramImpl::WriteLocalCoord\28GrGLSLVertexBuilder*\2c\20GrGLSLUniformHandler*\2c\20GrShaderCaps\20const&\2c\20GrGeometryProcessor::ProgramImpl::GrGPArgs*\2c\20GrShaderVar\2c\20SkMatrix\20const&\2c\20GrResourceHandle*\29 -935:GrGeometryProcessor::ProgramImpl::ComputeMatrixKey\28GrShaderCaps\20const&\2c\20SkMatrix\20const&\29 -936:GrFragmentProcessor::GrFragmentProcessor\28GrFragmentProcessor\20const&\29 -937:721 -938:void\20SkSafeUnref\28SkMipmap*\29 -939:ures_getByKeyWithFallback_74 -940:ubidi_getMemory_74 -941:std::__2::vector>::__swap_out_circular_buffer\28std::__2::__split_buffer&>&\29 -942:std::__2::vector>::~vector\5babi:ne180100\5d\28\29 -943:std::__2::vector>::erase\28std::__2::__wrap_iter\2c\20std::__2::__wrap_iter\29 -944:std::__2::unique_ptr>::~unique_ptr\5babi:ne180100\5d\28\29 -945:std::__2::numpunct::truename\5babi:nn180100\5d\28\29\20const -946:std::__2::numpunct::falsename\5babi:nn180100\5d\28\29\20const -947:std::__2::numpunct::decimal_point\5babi:nn180100\5d\28\29\20const -948:std::__2::moneypunct::do_grouping\28\29\20const -949:std::__2::ctype::is\5babi:nn180100\5d\28unsigned\20long\2c\20wchar_t\29\20const -950:std::__2::basic_string\2c\20std::__2::allocator>::empty\5babi:nn180100\5d\28\29\20const -951:snprintf -952:skvx::Vec<4\2c\20float>\20skvx::operator-<4\2c\20float\2c\20float\2c\20void>\28float\2c\20skvx::Vec<4\2c\20float>\20const&\29 -953:skia_private::TArray::checkRealloc\28int\2c\20double\29 -954:skia_private::TArray::preallocateNewData\28int\2c\20double\29 -955:skia_private::STArray<2\2c\20std::__2::unique_ptr>\2c\20true>::STArray\28skia_private::STArray<2\2c\20std::__2::unique_ptr>\2c\20true>&&\29 -956:skia_png_reciprocal -957:skia_png_malloc_warn -958:skia::textlayout::\28anonymous\20namespace\29::relax\28float\29 -959:skgpu::ganesh::SurfaceContext::readPixels\28GrDirectContext*\2c\20GrPixmap\2c\20SkIPoint\29 -960:skgpu::Swizzle::RGBA\28\29 -961:sk_sp::reset\28SkData*\29 -962:sk_sp::~sk_sp\28\29 -963:icu_74::BMPSet::~BMPSet\28\29_12924 -964:hb_user_data_array_t::fini\28\29 -965:hb_sanitize_context_t::end_processing\28\29 -966:hb_draw_funcs_t::emit_quadratic_to\28void*\2c\20hb_draw_state_t&\2c\20float\2c\20float\2c\20float\2c\20float\29 -967:crc32_z -968:WebPSafeCalloc -969:VP8YuvToRgba4444 -970:VP8YuvToRgba -971:VP8YuvToRgb565 -972:VP8YuvToBgra -973:VP8YuvToArgb -974:T_CString_toLowerCase_74 -975:SkTSect::SkTSect\28SkTCurve\20const&\29 -976:SkString::equals\28SkString\20const&\29\20const -977:SkSL::String::Separator\28\29 -978:SkSL::RP::Generator::pushIntrinsic\28SkSL::RP::BuilderOp\2c\20SkSL::Expression\20const&\29 -979:SkSL::ProgramConfig::strictES2Mode\28\29\20const -980:SkSL::Parser::layoutInt\28\29 -981:SkRegion::setEmpty\28\29 -982:SkRGBA4f<\28SkAlphaType\293>::FromColor\28unsigned\20int\29 -983:SkPathRef::growForVerb\28int\2c\20float\29 -984:SkPath::transform\28SkMatrix\20const&\2c\20SkPath*\2c\20SkApplyPerspectiveClip\29\20const -985:SkMipmap::ComputeLevelCount\28int\2c\20int\29 -986:SkMatrix::isSimilarity\28float\29\20const -987:SkMatrix::MakeRectToRect\28SkRect\20const&\2c\20SkRect\20const&\2c\20SkMatrix::ScaleToFit\29 -988:SkImageInfo::Make\28int\2c\20int\2c\20SkColorType\2c\20SkAlphaType\29 -989:SkImageFilter_Base::getFlattenableType\28\29\20const -990:SkIRect::makeOffset\28int\2c\20int\29\20const -991:SkDQuad::ptAtT\28double\29\20const -992:SkDLine::nearPoint\28SkDPoint\20const&\2c\20bool*\29\20const -993:SkDConic::ptAtT\28double\29\20const -994:SkChopQuadAt\28SkPoint\20const*\2c\20SkPoint*\2c\20float\29 -995:SkBaseShadowTessellator::appendTriangle\28unsigned\20short\2c\20unsigned\20short\2c\20unsigned\20short\29 -996:SkAutoCanvasRestore::~SkAutoCanvasRestore\28\29 -997:SafeDecodeSymbol -998:OT::cmap::find_subtable\28unsigned\20int\2c\20unsigned\20int\29\20const -999:GrTriangulator::EdgeList::remove\28GrTriangulator::Edge*\29 -1000:GrTextureEffect::Impl::emitCode\28GrFragmentProcessor::ProgramImpl::EmitArgs&\29::$_4::operator\28\29\28char\20const*\29\20const -1001:GrSimpleMeshDrawOpHelper::isCompatible\28GrSimpleMeshDrawOpHelper\20const&\2c\20GrCaps\20const&\2c\20SkRect\20const&\2c\20SkRect\20const&\2c\20bool\29\20const -1002:GrShaderVar::GrShaderVar\28GrShaderVar\20const&\29 -1003:GrQuad::writeVertex\28int\2c\20skgpu::VertexWriter&\29\20const -1004:GrOpFlushState::bindBuffers\28sk_sp\2c\20sk_sp\2c\20sk_sp\2c\20GrPrimitiveRestart\29 -1005:GrGLSLShaderBuilder::getMangledFunctionName\28char\20const*\29 -1006:GrGLSLShaderBuilder::appendTextureLookup\28GrResourceHandle\2c\20char\20const*\2c\20GrGLSLColorSpaceXformHelper*\29 -1007:GrGLGpu::getErrorAndCheckForOOM\28\29 -1008:GrColorInfo::GrColorInfo\28SkColorInfo\20const&\29 -1009:GrAAConvexTessellator::addTri\28int\2c\20int\2c\20int\29 -1010:FT_Get_Module -1011:AlmostBequalUlps\28double\2c\20double\29 -1012:AAT::StateTable::EntryData>::get_entry\28int\2c\20unsigned\20int\29\20const -1013:u_strchr_74 -1014:tt_face_get_name -1015:std::__2::vector>::__destroy_vector::operator\28\29\5babi:ne180100\5d\28\29 -1016:std::__2::unique_ptr::reset\5babi:ne180100\5d\28void*\29 -1017:std::__2::unique_ptr>::~unique_ptr\5babi:ne180100\5d\28\29 -1018:std::__2::locale::use_facet\28std::__2::locale::id&\29\20const -1019:std::__2::basic_string\2c\20std::__2::allocator>::__init\28char\20const*\2c\20unsigned\20long\29 -1020:std::__2::__variant_detail::__dtor\2c\20std::__2::unique_ptr>>\2c\20\28std::__2::__variant_detail::_Trait\291>::__destroy\5babi:ne180100\5d\28\29 -1021:std::__2::__variant_detail::__dtor\2c\20\28std::__2::__variant_detail::_Trait\291>::__destroy\5babi:ne180100\5d\28\29 -1022:std::__2::__split_buffer&>::__split_buffer\28unsigned\20long\2c\20unsigned\20long\2c\20std::__2::allocator&\29 -1023:std::__2::__libcpp_locale_guard::~__libcpp_locale_guard\5babi:nn180100\5d\28\29 -1024:std::__2::__libcpp_locale_guard::__libcpp_locale_guard\5babi:nn180100\5d\28__locale_struct*&\29 -1025:skvx::Vec<4\2c\20float>&\20skvx::operator+=<4\2c\20float>\28skvx::Vec<4\2c\20float>&\2c\20skvx::Vec<4\2c\20float>\20const&\29\20\28.5928\29 -1026:skvx::Vec<2\2c\20float>\20skvx::max<2\2c\20float>\28skvx::Vec<2\2c\20float>\20const&\2c\20skvx::Vec<2\2c\20float>\20const&\29 -1027:skif::FilterResult::FilterResult\28skif::FilterResult\20const&\29 -1028:skia_private::THashTable>\2c\20SkGoodHash>::Pair\2c\20SkImageFilter\20const*\2c\20skia_private::THashMap>\2c\20SkGoodHash>::Pair>::Hash\28SkImageFilter\20const*\20const&\29 -1029:skia_private::TArray::installDataAndUpdateCapacity\28SkSpan\29 -1030:sk_sp&\20skia_private::TArray\2c\20true>::emplace_back>\28sk_sp&&\29 -1031:skData_getConstPointer -1032:sinf -1033:round -1034:qsort -1035:icu_74::UnicodeString::setLength\28int\29 -1036:icu_74::UVector::~UVector\28\29 -1037:icu_74::Normalizer2Impl::getRawNorm16\28int\29\20const -1038:icu_74::Locale::Locale\28char\20const*\2c\20char\20const*\2c\20char\20const*\2c\20char\20const*\29 -1039:icu_74::CharString::CharString\28char\20const*\2c\20int\2c\20UErrorCode&\29 -1040:hb_vector_t::alloc\28unsigned\20int\2c\20bool\29 -1041:hb_indic_would_substitute_feature_t::would_substitute\28unsigned\20int\20const*\2c\20unsigned\20int\2c\20hb_face_t*\29\20const -1042:hb_font_t::get_glyph_h_advance\28unsigned\20int\29 -1043:hb_cache_t<15u\2c\208u\2c\207u\2c\20true>::set\28unsigned\20int\2c\20unsigned\20int\29 -1044:getenv -1045:ft_module_get_service -1046:bool\20hb_sanitize_context_t::check_array>\28OT::IntType\20const*\2c\20unsigned\20int\29\20const -1047:__sindf -1048:__shlim -1049:__cosdf -1050:SkUTF::NextUTF8\28char\20const**\2c\20char\20const*\29 -1051:SkTDStorage::removeShuffle\28int\29 -1052:SkSL::evaluate_pairwise_intrinsic\28SkSL::Context\20const&\2c\20std::__2::array\20const&\2c\20SkSL::Type\20const&\2c\20double\20\28*\29\28double\2c\20double\2c\20double\29\29 -1053:SkSL::StringStream::str\28\29\20const -1054:SkSL::RP::Generator::makeLValue\28SkSL::Expression\20const&\2c\20bool\29 -1055:SkSL::Parser::expressionOrPoison\28SkSL::Position\2c\20std::__2::unique_ptr>\29 -1056:SkSL::GLSLCodeGenerator::writeIdentifier\28std::__2::basic_string_view>\29 -1057:SkSL::GLSLCodeGenerator::getTypeName\28SkSL::Type\20const&\29 -1058:SkSL::BinaryExpression::Make\28SkSL::Context\20const&\2c\20SkSL::Position\2c\20std::__2::unique_ptr>\2c\20SkSL::Operator\2c\20std::__2::unique_ptr>\29 -1059:SkRect::round\28\29\20const -1060:SkPathBuilder::cubicTo\28SkPoint\2c\20SkPoint\2c\20SkPoint\29 -1061:SkPath::conicTo\28SkPoint\20const&\2c\20SkPoint\20const&\2c\20float\29 -1062:SkPaint::getAlpha\28\29\20const -1063:SkMatrix::preScale\28float\2c\20float\29 -1064:SkMatrix::mapVector\28float\2c\20float\29\20const -1065:SkIRect::offset\28int\2c\20int\29 -1066:SkIRect::join\28SkIRect\20const&\29 -1067:SkDrawBase::drawPath\28SkPath\20const&\2c\20SkPaint\20const&\2c\20SkMatrix\20const*\2c\20bool\29\20const -1068:SkData::PrivateNewWithCopy\28void\20const*\2c\20unsigned\20long\29 -1069:SkData::MakeUninitialized\28unsigned\20long\29 -1070:SkChopCubicAt\28SkPoint\20const*\2c\20SkPoint*\2c\20float\29 -1071:SkCanvas::checkForDeferredSave\28\29 -1072:SkBitmap::peekPixels\28SkPixmap*\29\20const -1073:SkAAClip::Builder::addRun\28int\2c\20int\2c\20unsigned\20int\2c\20int\29 -1074:OT::hb_ot_apply_context_t::set_lookup_mask\28unsigned\20int\2c\20bool\29 -1075:OT::ClassDef::get_class\28unsigned\20int\29\20const -1076:GrTriangulator::Line::Line\28SkPoint\20const&\2c\20SkPoint\20const&\29 -1077:GrTriangulator::Edge::isRightOf\28GrTriangulator::Vertex\20const&\29\20const -1078:GrStyledShape::GrStyledShape\28GrStyledShape\20const&\29 -1079:GrStyle::SimpleFill\28\29 -1080:GrShape::setType\28GrShape::Type\29 -1081:GrPixmapBase::GrPixmapBase\28GrPixmapBase\20const&\29 -1082:GrMakeUncachedBitmapProxyView\28GrRecordingContext*\2c\20SkBitmap\20const&\2c\20skgpu::Mipmapped\2c\20SkBackingFit\2c\20skgpu::Budgeted\29 -1083:GrIORef::unref\28\29\20const -1084:GrGeometryProcessor::TextureSampler::reset\28GrSamplerState\2c\20GrBackendFormat\20const&\2c\20skgpu::Swizzle\20const&\29 -1085:GrGLGpu::deleteFramebuffer\28unsigned\20int\29 -1086:GrBackendFormats::MakeGL\28unsigned\20int\2c\20unsigned\20int\29 -1087:871 -1088:vsnprintf -1089:void\20AAT::Lookup>::collect_glyphs\28hb_bit_set_t&\2c\20unsigned\20int\29\20const -1090:ures_appendResPath\28UResourceBundle*\2c\20char\20const*\2c\20int\2c\20UErrorCode*\29 -1091:u_terminateChars_74 -1092:top12 -1093:std::__2::unique_ptr>\2c\20SkSL::IntrinsicKind\2c\20SkGoodHash>::Pair\2c\20std::__2::basic_string_view>\2c\20skia_private::THashMap>\2c\20SkSL::IntrinsicKind\2c\20SkGoodHash>::Pair>::Slot\20\5b\5d\2c\20std::__2::default_delete>\2c\20SkSL::IntrinsicKind\2c\20SkGoodHash>::Pair\2c\20std::__2::basic_string_view>\2c\20skia_private::THashMap>\2c\20SkSL::IntrinsicKind\2c\20SkGoodHash>::Pair>::Slot\20\5b\5d>>::~unique_ptr\5babi:ne180100\5d\28\29 -1094:std::__2::unique_ptr>::reset\5babi:ne180100\5d\28SkSL::Module\20const*\29 -1095:std::__2::unique_ptr>::~unique_ptr\5babi:ne180100\5d\28\29 -1096:std::__2::to_string\28long\20long\29 -1097:std::__2::basic_string\2c\20std::__2::allocator>::operator=\5babi:nn180100\5d\28std::__2::basic_string\2c\20std::__2::allocator>&&\29 -1098:std::__2::basic_string\2c\20std::__2::allocator>\20std::__2::operator+\2c\20std::__2::allocator>\28char\20const*\2c\20std::__2::basic_string\2c\20std::__2::allocator>\20const&\29 -1099:std::__2::__num_put_base::__identify_padding\28char*\2c\20char*\2c\20std::__2::ios_base\20const&\29 -1100:std::__2::__num_get_base::__get_base\28std::__2::ios_base&\29 -1101:std::__2::__libcpp_asprintf_l\28char**\2c\20__locale_struct*\2c\20char\20const*\2c\20...\29 -1102:skvx::Vec<4\2c\20float>\20skvx::naive_if_then_else<4\2c\20float>\28skvx::Vec<4\2c\20skvx::Mask::type>\20const&\2c\20skvx::Vec<4\2c\20float>\20const&\2c\20skvx::Vec<4\2c\20float>\20const&\29 -1103:skvx::Vec<4\2c\20float>\20skvx::abs<4>\28skvx::Vec<4\2c\20float>\20const&\29 -1104:skvx::Vec<2\2c\20float>\20skvx::min<2\2c\20float>\28skvx::Vec<2\2c\20float>\20const&\2c\20skvx::Vec<2\2c\20float>\20const&\29 -1105:sktext::gpu::BagOfBytes::allocateBytes\28int\2c\20int\29 -1106:skia_private::TArray::preallocateNewData\28int\2c\20double\29 -1107:skia_private::TArray::~TArray\28\29 -1108:skia_private::TArray::checkRealloc\28int\2c\20double\29 -1109:skia_png_malloc_base -1110:skia::textlayout::TextLine::iterateThroughVisualRuns\28bool\2c\20std::__2::function\2c\20float*\29>\20const&\29\20const -1111:skgpu::ganesh::SurfaceFillContext::arenaAlloc\28\29 -1112:skgpu::ganesh::SurfaceDrawContext::numSamples\28\29\20const -1113:skgpu::AutoCallback::~AutoCallback\28\29 -1114:skcms_GetTagBySignature -1115:sk_sp::~sk_sp\28\29 -1116:powf_ -1117:operator==\28SkMatrix\20const&\2c\20SkMatrix\20const&\29 -1118:is_one_of\28hb_glyph_info_t\20const&\2c\20unsigned\20int\29 -1119:int\20std::__2::__get_up_to_n_digits\5babi:nn180100\5d>>\28std::__2::istreambuf_iterator>&\2c\20std::__2::istreambuf_iterator>\2c\20unsigned\20int&\2c\20std::__2::ctype\20const&\2c\20int\29 -1120:int\20std::__2::__get_up_to_n_digits\5babi:nn180100\5d>>\28std::__2::istreambuf_iterator>&\2c\20std::__2::istreambuf_iterator>\2c\20unsigned\20int&\2c\20std::__2::ctype\20const&\2c\20int\29 -1121:inflateStateCheck -1122:icu_74::UnicodeString::setTo\28signed\20char\2c\20icu_74::ConstChar16Ptr\2c\20int\29 -1123:icu_74::UnicodeString::append\28icu_74::UnicodeString\20const&\29 -1124:icu_74::UnicodeSet::applyPattern\28icu_74::UnicodeString\20const&\2c\20UErrorCode&\29 -1125:icu_74::UnicodeSet::_appendToPat\28icu_74::UnicodeString&\2c\20int\2c\20signed\20char\29 -1126:icu_74::Normalizer2Impl::norm16HasCompBoundaryBefore\28unsigned\20short\29\20const -1127:icu_74::Locale::init\28char\20const*\2c\20signed\20char\29 -1128:hb_vector_t::resize\28int\2c\20bool\2c\20bool\29 -1129:hb_lazy_loader_t\2c\20hb_face_t\2c\206u\2c\20hb_blob_t>::get\28\29\20const -1130:hb_font_t::has_glyph\28unsigned\20int\29 -1131:hb_cache_t<15u\2c\208u\2c\207u\2c\20true>::clear\28\29 -1132:bool\20hb_sanitize_context_t::check_array\28OT::HBGlyphID16\20const*\2c\20unsigned\20int\29\20const -1133:bool\20OT::OffsetTo\2c\20void\2c\20true>::sanitize<>\28hb_sanitize_context_t*\2c\20void\20const*\29\20const -1134:bool\20OT::OffsetTo>\2c\20OT::IntType\2c\20void\2c\20false>::sanitize<>\28hb_sanitize_context_t*\2c\20void\20const*\29\20const -1135:addPoint\28UBiDi*\2c\20int\2c\20int\29 -1136:_addExtensionToList\28ExtensionListEntry**\2c\20ExtensionListEntry*\2c\20signed\20char\29 -1137:__extenddftf2 -1138:\28anonymous\20namespace\29::extension_compare\28SkString\20const&\2c\20SkString\20const&\29 -1139:\28anonymous\20namespace\29::colrv1_traverse_paint\28SkCanvas*\2c\20SkSpan\20const&\2c\20unsigned\20int\2c\20FT_FaceRec_*\2c\20FT_Opaque_Paint_\2c\20skia_private::THashSet*\29 -1140:\28anonymous\20namespace\29::colrv1_transform\28FT_FaceRec_*\2c\20FT_COLR_Paint_\20const&\2c\20SkCanvas*\2c\20SkMatrix*\29 -1141:SkUTF::NextUTF8WithReplacement\28char\20const**\2c\20char\20const*\29 -1142:SkTInternalLList::addToHead\28sktext::gpu::TextBlob*\29 -1143:SkTCopyOnFirstWrite::writable\28\29 -1144:SkSurface_Base::getCachedCanvas\28\29 -1145:SkString::reset\28\29 -1146:SkStrike::unlock\28\29 -1147:SkStrike::lock\28\29 -1148:SkSafeMath::addInt\28int\2c\20int\29 -1149:SkSL::cast_expression\28SkSL::Context\20const&\2c\20SkSL::Position\2c\20SkSL::Expression\20const&\2c\20SkSL::Type\20const&\29 -1150:SkSL::StringStream::~StringStream\28\29 -1151:SkSL::RP::LValue::~LValue\28\29 -1152:SkSL::RP::Generator::pushIntrinsic\28SkSL::RP::Generator::TypedOps\20const&\2c\20SkSL::Expression\20const&\2c\20SkSL::Expression\20const&\29 -1153:SkSL::InlineCandidateAnalyzer::visitExpression\28std::__2::unique_ptr>*\29 -1154:SkSL::GLSLCodeGenerator::writeType\28SkSL::Type\20const&\29 -1155:SkSL::Expression::isBoolLiteral\28\29\20const -1156:SkSL::Analysis::IsCompileTimeConstant\28SkSL::Expression\20const&\29 -1157:SkRuntimeEffect::findUniform\28std::__2::basic_string_view>\29\20const -1158:SkRasterPipelineBlitter::appendLoadDst\28SkRasterPipeline*\29\20const -1159:SkRasterPipeline::run\28unsigned\20long\2c\20unsigned\20long\2c\20unsigned\20long\2c\20unsigned\20long\29\20const -1160:SkRRect::MakeOval\28SkRect\20const&\29 -1161:SkPoint::Distance\28SkPoint\20const&\2c\20SkPoint\20const&\29 -1162:SkPath::isRect\28SkRect*\2c\20bool*\2c\20SkPathDirection*\29\20const -1163:SkPath::injectMoveToIfNeeded\28\29 -1164:SkPath::close\28\29 -1165:SkMatrix::setScaleTranslate\28float\2c\20float\2c\20float\2c\20float\29 -1166:SkMatrix::preTranslate\28float\2c\20float\29 -1167:SkMatrix::postScale\28float\2c\20float\29 -1168:SkMatrix::mapVectors\28SkSpan\29\20const -1169:SkIntersections::removeOne\28int\29 -1170:SkImages::RasterFromBitmap\28SkBitmap\20const&\29 -1171:SkImage_Ganesh::SkImage_Ganesh\28sk_sp\2c\20unsigned\20int\2c\20GrSurfaceProxyView\2c\20SkColorInfo\29 -1172:SkImageFilter_Base::getChildInputLayerBounds\28int\2c\20skif::Mapping\20const&\2c\20skif::LayerSpace\20const&\2c\20std::__2::optional>\29\20const -1173:SkGlyph::iRect\28\29\20const -1174:SkFindUnitQuadRoots\28float\2c\20float\2c\20float\2c\20float*\29 -1175:SkColorSpaceXformSteps::Flags::mask\28\29\20const -1176:SkColorSpace::MakeRGB\28skcms_TransferFunction\20const&\2c\20skcms_Matrix3x3\20const&\29 -1177:SkColorSpace::Equals\28SkColorSpace\20const*\2c\20SkColorSpace\20const*\29 -1178:SkCanvas::~SkCanvas\28\29 -1179:SkCanvas::translate\28float\2c\20float\29 -1180:SkCanvas::drawRect\28SkRect\20const&\2c\20SkPaint\20const&\29 -1181:SkCanvas::drawImage\28SkImage\20const*\2c\20float\2c\20float\2c\20SkSamplingOptions\20const&\2c\20SkPaint\20const*\29 -1182:SkBlurEngine::SigmaToRadius\28float\29 -1183:SkBlockAllocator::BlockIter::Item::operator++\28\29 -1184:SkBitmapCache::Rec::getKey\28\29\20const -1185:SkBitmap::installPixels\28SkImageInfo\20const&\2c\20void*\2c\20unsigned\20long\29 -1186:SkAAClipBlitterWrapper::init\28SkRasterClip\20const&\2c\20SkBlitter*\29 -1187:SkAAClip::freeRuns\28\29 -1188:OT::VarSizedBinSearchArrayOf>::get_length\28\29\20const -1189:OT::Offset\2c\20true>::is_null\28\29\20const -1190:GrWindowRectangles::~GrWindowRectangles\28\29 -1191:GrTriangulator::Edge::isLeftOf\28GrTriangulator::Vertex\20const&\29\20const -1192:GrSimpleMeshDrawOpHelper::createProgramInfo\28GrCaps\20const*\2c\20SkArenaAlloc*\2c\20GrSurfaceProxyView\20const&\2c\20bool\2c\20GrAppliedClip&&\2c\20GrDstProxyView\20const&\2c\20GrGeometryProcessor*\2c\20GrPrimitiveType\2c\20GrXferBarrierFlags\2c\20GrLoadOp\29 -1193:GrResourceAllocator::addInterval\28GrSurfaceProxy*\2c\20unsigned\20int\2c\20unsigned\20int\2c\20GrResourceAllocator::ActualUse\2c\20GrResourceAllocator::AllowRecycling\29 -1194:GrRenderTask::makeClosed\28GrRecordingContext*\29 -1195:GrGLGpu::prepareToDraw\28GrPrimitiveType\29 -1196:GrBackendFormatToCompressionType\28GrBackendFormat\20const&\29 -1197:FT_Stream_Read -1198:FT_Outline_Get_CBox -1199:Cr_z_adler32 -1200:BlockIndexIterator::First\28SkBlockAllocator::Block\20const*\29\2c\20&SkTBlockList::Last\28SkBlockAllocator::Block\20const*\29\2c\20&SkTBlockList::Increment\28SkBlockAllocator::Block\20const*\2c\20int\29\2c\20&SkTBlockList::GetItem\28SkBlockAllocator::Block\20const*\2c\20int\29>::end\28\29\20const -1201:BlockIndexIterator::First\28SkBlockAllocator::Block\20const*\29\2c\20&SkTBlockList::Last\28SkBlockAllocator::Block\20const*\29\2c\20&SkTBlockList::Increment\28SkBlockAllocator::Block\20const*\2c\20int\29\2c\20&SkTBlockList::GetItem\28SkBlockAllocator::Block\20const*\2c\20int\29>::begin\28\29\20const -1202:AlmostDequalUlps\28double\2c\20double\29 -1203:987 -1204:988 -1205:989 -1206:write_tag_size\28SkWriteBuffer&\2c\20unsigned\20int\2c\20unsigned\20long\29 -1207:void\20std::__2::unique_ptr::Pair\2c\20SkSL::Variable\20const*\2c\20skia_private::THashMap::Pair>::Slot\20\5b\5d\2c\20std::__2::default_delete::Pair\2c\20SkSL::Variable\20const*\2c\20skia_private::THashMap::Pair>::Slot\20\5b\5d>>::reset\5babi:ne180100\5d::Pair\2c\20SkSL::Variable\20const*\2c\20skia_private::THashMap::Pair>::Slot*\2c\200>\28skia_private::THashTable::Pair\2c\20SkSL::Variable\20const*\2c\20skia_private::THashMap::Pair>::Slot*\29 -1208:void\20skgpu::VertexWriter::writeQuad\2c\20skgpu::VertexColor\2c\20skgpu::VertexWriter::Conditional>\28skgpu::VertexWriter::TriFan\20const&\2c\20skgpu::VertexColor\20const&\2c\20skgpu::VertexWriter::Conditional\20const&\29 -1209:ures_open_74 -1210:unsigned\20int\20std::__2::__sort3\5babi:ne180100\5d\28skia::textlayout::OneLineShaper::RunBlock*\2c\20skia::textlayout::OneLineShaper::RunBlock*\2c\20skia::textlayout::OneLineShaper::RunBlock*\2c\20skia::textlayout::OneLineShaper::finish\28skia::textlayout::Block\20const&\2c\20float\2c\20float&\29::$_0&\29 -1211:unsigned\20int\20std::__2::__sort3\5babi:ne180100\5d\28SkSL::ProgramElement\20const**\2c\20SkSL::ProgramElement\20const**\2c\20SkSL::ProgramElement\20const**\2c\20SkSL::Transform::\28anonymous\20namespace\29::BuiltinVariableScanner::sortNewElements\28\29::'lambda'\28SkSL::ProgramElement\20const*\2c\20SkSL::ProgramElement\20const*\29&\29 -1212:unsigned\20int\20std::__2::__sort3\5babi:ne180100\5d\28SkSL::FunctionDefinition\20const**\2c\20SkSL::FunctionDefinition\20const**\2c\20SkSL::FunctionDefinition\20const**\2c\20SkSL::Transform::FindAndDeclareBuiltinFunctions\28SkSL::Program&\29::$_0&\29 -1213:ulocimp_getLanguage_74\28char\20const*\2c\20char\20const**\2c\20UErrorCode&\29 -1214:std::__2::unique_ptr>::~unique_ptr\5babi:ne180100\5d\28\29 -1215:std::__2::unique_ptr>::operator=\5babi:ne180100\5d\28std::__2::unique_ptr>&&\29 -1216:std::__2::unique_ptr>\20GrSkSLFP::Make<>\28SkRuntimeEffect\20const*\2c\20char\20const*\2c\20std::__2::unique_ptr>\2c\20GrSkSLFP::OptFlags\29 -1217:std::__2::unique_ptr>\20GrBlendFragmentProcessor::Make<\28SkBlendMode\2913>\28std::__2::unique_ptr>\2c\20std::__2::unique_ptr>\29 -1218:std::__2::time_get>>::get\28std::__2::istreambuf_iterator>\2c\20std::__2::istreambuf_iterator>\2c\20std::__2::ios_base&\2c\20unsigned\20int&\2c\20tm*\2c\20wchar_t\20const*\2c\20wchar_t\20const*\29\20const -1219:std::__2::time_get>>::get\28std::__2::istreambuf_iterator>\2c\20std::__2::istreambuf_iterator>\2c\20std::__2::ios_base&\2c\20unsigned\20int&\2c\20tm*\2c\20char\20const*\2c\20char\20const*\29\20const -1220:std::__2::enable_if::type\20skgpu::tess::PatchWriter\2c\20skgpu::tess::Optional<\28skgpu::tess::PatchAttribs\2964>\2c\20skgpu::tess::Optional<\28skgpu::tess::PatchAttribs\2932>\2c\20skgpu::tess::AddTrianglesWhenChopping\2c\20skgpu::tess::DiscardFlatCurves>::writeTriangleStack\28skgpu::tess::MiddleOutPolygonTriangulator::PoppedTriangleStack&&\29 -1221:std::__2::ctype::widen\5babi:nn180100\5d\28char\20const*\2c\20char\20const*\2c\20wchar_t*\29\20const -1222:std::__2::basic_string\2c\20std::__2::allocator>::~basic_string\28\29 -1223:std::__2::__tuple_impl\2c\20GrSurfaceProxyView\2c\20sk_sp>::~__tuple_impl\28\29 -1224:std::__2::__optional_destruct_base::~__optional_destruct_base\5babi:ne180100\5d\28\29 -1225:skvx::Vec<4\2c\20skvx::Mask::type>\20skvx::operator>=<4\2c\20float\2c\20float\2c\20void>\28skvx::Vec<4\2c\20float>\20const&\2c\20float\29\20\28.5915\29 -1226:skia_private::TArray::push_back\28SkSL::SwitchCase\20const*\20const&\29 -1227:skia_private::TArray::push_back_n\28int\2c\20SkPoint\20const*\29 -1228:skia::textlayout::Run::placeholderStyle\28\29\20const -1229:skgpu::skgpu_init_static_unique_key_once\28SkAlignedSTStorage<1\2c\20skgpu::UniqueKey>*\29 -1230:skgpu::ganesh::\28anonymous\20namespace\29::update_degenerate_test\28skgpu::ganesh::\28anonymous\20namespace\29::DegenerateTestData*\2c\20SkPoint\20const&\29 -1231:skgpu::VertexWriter&\20skgpu::operator<<\28skgpu::VertexWriter&\2c\20skgpu::VertexColor\20const&\29 -1232:skgpu::ResourceKey::ResourceKey\28\29 -1233:skcms_TransferFunction_getType -1234:skcms_TransferFunction_eval -1235:sk_sp::~sk_sp\28\29 -1236:sk_sp::reset\28GrThreadSafeCache::VertexData*\29 -1237:scalbn -1238:rowcol3\28float\20const*\2c\20float\20const*\29 -1239:ps_parser_skip_spaces -1240:non-virtual\20thunk\20to\20GrOpFlushState::allocator\28\29 -1241:is_joiner\28hb_glyph_info_t\20const&\29 -1242:icu_74::UVector::adoptElement\28void*\2c\20UErrorCode&\29 -1243:icu_74::UVector32::popi\28\29 -1244:icu_74::SimpleFilteredSentenceBreakIterator::operator==\28icu_74::BreakIterator\20const&\29\20const -1245:icu_74::ReorderingBuffer::~ReorderingBuffer\28\29 -1246:icu_74::LocalUResourceBundlePointer::adoptInstead\28UResourceBundle*\29 -1247:icu_74::LSR::~LSR\28\29 -1248:icu_74::Edits::addReplace\28int\2c\20int\29 -1249:icu_74::BytesTrie::next\28int\29 -1250:hb_paint_funcs_t::push_translate\28void*\2c\20float\2c\20float\29 -1251:hb_lazy_loader_t\2c\20hb_face_t\2c\2022u\2c\20hb_blob_t>::get\28\29\20const -1252:hb_iter_t\2c\20hb_filter_iter_t\2c\20hb_array_t>\2c\20find_syllables_use\28hb_buffer_t*\29::'lambda'\28hb_glyph_info_t\20const&\29\2c\20$_7\20const&\2c\20\28void*\290>\2c\20find_syllables_use\28hb_buffer_t*\29::'lambda'\28hb_pair_t\29\2c\20$_6\20const&\2c\20\28void*\290>>>\2c\20hb_pair_t>>::operator--\28int\29 -1253:hb_aat_map_t::range_flags_t*\20hb_vector_t::push\28hb_aat_map_t::range_flags_t&&\29 -1254:get_gsubgpos_table\28hb_face_t*\2c\20unsigned\20int\29 -1255:emscripten_longjmp -1256:cff2_path_procs_extents_t::line\28CFF::cff2_cs_interp_env_t&\2c\20cff2_extents_param_t&\2c\20CFF::point_t\20const&\29 -1257:cff2_path_param_t::line_to\28CFF::point_t\20const&\29 -1258:cff1_path_procs_extents_t::line\28CFF::cff1_cs_interp_env_t&\2c\20cff1_extents_param_t&\2c\20CFF::point_t\20const&\29 -1259:cff1_path_param_t::line_to\28CFF::point_t\20const&\29 -1260:cf2_stack_pushInt -1261:cf2_buf_readByte -1262:bool\20hb_bsearch_impl\28unsigned\20int*\2c\20unsigned\20int\20const&\2c\20void\20const*\2c\20unsigned\20long\2c\20unsigned\20long\2c\20int\20\28*\29\28void\20const*\2c\20void\20const*\29\29 -1263:_hb_draw_funcs_set_preamble\28hb_draw_funcs_t*\2c\20bool\2c\20void**\2c\20void\20\28**\29\28void*\29\29 -1264:\28anonymous\20namespace\29::init_resb_result\28UResourceDataEntry*\2c\20unsigned\20int\2c\20char\20const*\2c\20int\2c\20UResourceBundle\20const*\2c\20UResourceBundle*\2c\20UErrorCode*\29 -1265:\28anonymous\20namespace\29::colrv1_traverse_paint_bounds\28SkMatrix*\2c\20SkRect*\2c\20FT_FaceRec_*\2c\20FT_Opaque_Paint_\2c\20skia_private::THashSet*\29 -1266:WebPRescalerInit -1267:VP8LIsEndOfStream -1268:VP8GetSignedValue -1269:SkWriter32::write\28void\20const*\2c\20unsigned\20long\29 -1270:SkWStream::writeDecAsText\28int\29 -1271:SkTDStorage::append\28void\20const*\2c\20int\29 -1272:SkSurface_Base::refCachedImage\28\29 -1273:SkStrikeSpec::SkStrikeSpec\28SkFont\20const&\2c\20SkPaint\20const&\2c\20SkSurfaceProps\20const&\2c\20SkScalerContextFlags\2c\20SkMatrix\20const&\29 -1274:SkSL::compile_and_shrink\28SkSL::Compiler*\2c\20SkSL::ProgramKind\2c\20SkSL::ModuleType\2c\20std::__2::basic_string\2c\20std::__2::allocator>\2c\20SkSL::Module\20const*\29 -1275:SkSL::RP::Builder::lastInstructionOnAnyStack\28int\29 -1276:SkSL::ProgramUsage::get\28SkSL::Variable\20const&\29\20const -1277:SkSL::Parser::expectIdentifier\28SkSL::Token*\29 -1278:SkSL::Parser::AutoDepth::increase\28\29 -1279:SkSL::Inliner::inlineStatement\28SkSL::Position\2c\20skia_private::THashMap>\2c\20SkGoodHash>*\2c\20SkSL::SymbolTable*\2c\20std::__2::unique_ptr>*\2c\20SkSL::Analysis::ReturnComplexity\2c\20SkSL::Statement\20const&\2c\20SkSL::ProgramUsage\20const&\2c\20bool\29::$_3::operator\28\29\28std::__2::unique_ptr>\20const&\29\20const -1280:SkSL::Inliner::inlineStatement\28SkSL::Position\2c\20skia_private::THashMap>\2c\20SkGoodHash>*\2c\20SkSL::SymbolTable*\2c\20std::__2::unique_ptr>*\2c\20SkSL::Analysis::ReturnComplexity\2c\20SkSL::Statement\20const&\2c\20SkSL::ProgramUsage\20const&\2c\20bool\29::$_2::operator\28\29\28std::__2::unique_ptr>\20const&\29\20const -1281:SkSL::GLSLCodeGenerator::writeStatement\28SkSL::Statement\20const&\29 -1282:SkSL::GLSLCodeGenerator::finishLine\28\29 -1283:SkSL::ConstructorSplat::Make\28SkSL::Context\20const&\2c\20SkSL::Position\2c\20SkSL::Type\20const&\2c\20std::__2::unique_ptr>\29 -1284:SkSL::ConstructorScalarCast::Make\28SkSL::Context\20const&\2c\20SkSL::Position\2c\20SkSL::Type\20const&\2c\20std::__2::unique_ptr>\29 -1285:SkRuntimeEffect::Uniform::sizeInBytes\28\29\20const -1286:SkRegion::setRegion\28SkRegion\20const&\29 -1287:SkRegion::SkRegion\28SkIRect\20const&\29 -1288:SkRasterPipeline_<256ul>::~SkRasterPipeline_\28\29 -1289:SkRasterPipeline_<256ul>::SkRasterPipeline_\28\29 -1290:SkRasterPipeline::appendTransferFunction\28skcms_TransferFunction\20const&\29 -1291:SkRRect::checkCornerContainment\28float\2c\20float\29\20const -1292:SkRRect::MakeRect\28SkRect\20const&\29 -1293:SkPointPriv::DistanceToLineSegmentBetweenSqd\28SkPoint\20const&\2c\20SkPoint\20const&\2c\20SkPoint\20const&\29 -1294:SkPoint::setLength\28float\29 -1295:SkPathPriv::AllPointsEq\28SkPoint\20const*\2c\20int\29 -1296:SkPath::lineTo\28float\2c\20float\29 -1297:SkOpCoincidence::release\28SkCoincidentSpans*\2c\20SkCoincidentSpans*\29 -1298:SkJSONWriter::appendCString\28char\20const*\2c\20char\20const*\29 -1299:SkIntersections::hasT\28double\29\20const -1300:SkImageInfo::makeAlphaType\28SkAlphaType\29\20const -1301:SkImageInfo::SkImageInfo\28SkImageInfo\20const&\29 -1302:SkImageFilter_Base::getChildOutput\28int\2c\20skif::Context\20const&\29\20const -1303:SkDLine::ptAtT\28double\29\20const -1304:SkCodecPriv::GetEndianInt\28unsigned\20char\20const*\2c\20bool\29 -1305:SkCanvas::restoreToCount\28int\29 -1306:SkCachedData::unref\28\29\20const -1307:SkAutoSMalloc<1024ul>::~SkAutoSMalloc\28\29 -1308:SkArenaAlloc::SkArenaAlloc\28unsigned\20long\29 -1309:SkAAClipBlitterWrapper::SkAAClipBlitterWrapper\28SkRasterClip\20const&\2c\20SkBlitter*\29 -1310:OT::MVAR::get_var\28unsigned\20int\2c\20int\20const*\2c\20unsigned\20int\29\20const -1311:OT::CmapSubtable::get_glyph\28unsigned\20int\2c\20unsigned\20int*\29\20const -1312:MaskAdditiveBlitter::getRow\28int\29 -1313:GrTextureEffect::Make\28GrSurfaceProxyView\2c\20SkAlphaType\2c\20SkMatrix\20const&\2c\20GrSamplerState\2c\20GrCaps\20const&\2c\20float\20const*\29 -1314:GrTextureEffect::MakeSubset\28GrSurfaceProxyView\2c\20SkAlphaType\2c\20SkMatrix\20const&\2c\20GrSamplerState\2c\20SkRect\20const&\2c\20SkRect\20const&\2c\20GrCaps\20const&\2c\20float\20const*\29 -1315:GrTessellationShader::MakeProgram\28GrTessellationShader::ProgramArgs\20const&\2c\20GrTessellationShader\20const*\2c\20GrPipeline\20const*\2c\20GrUserStencilSettings\20const*\29 -1316:GrScissorState::enabled\28\29\20const -1317:GrRecordingContextPriv::recordTimeAllocator\28\29 -1318:GrQuad::bounds\28\29\20const -1319:GrProxyProvider::createProxy\28GrBackendFormat\20const&\2c\20SkISize\2c\20skgpu::Renderable\2c\20int\2c\20skgpu::Mipmapped\2c\20SkBackingFit\2c\20skgpu::Budgeted\2c\20skgpu::Protected\2c\20std::__2::basic_string_view>\2c\20GrInternalSurfaceFlags\2c\20GrSurfaceProxy::UseAllocator\29 -1320:GrPixmapBase::operator=\28GrPixmapBase&&\29 -1321:GrOpFlushState::detachAppliedClip\28\29 -1322:GrGLGpu::disableWindowRectangles\28\29 -1323:GrGLGpu::bindFramebuffer\28unsigned\20int\2c\20unsigned\20int\29 -1324:GrGLFormatFromGLEnum\28unsigned\20int\29 -1325:GrFragmentProcessor::~GrFragmentProcessor\28\29 -1326:GrClip::GetPixelIBounds\28SkRect\20const&\2c\20GrAA\2c\20GrClip::BoundsType\29 -1327:GrBackendTexture::getBackendFormat\28\29\20const -1328:CFF::interp_env_t::fetch_op\28\29 -1329:BlockIndexIterator::First\28SkBlockAllocator::Block\20const*\29\2c\20&SkTBlockList::Last\28SkBlockAllocator::Block\20const*\29\2c\20&SkTBlockList::Increment\28SkBlockAllocator::Block\20const*\2c\20int\29\2c\20&SkTBlockList::GetItem\28SkBlockAllocator::Block*\2c\20int\29>::Item::setIndices\28\29 -1330:AlmostEqualUlps\28double\2c\20double\29 -1331:void\20sktext::gpu::fill3D\28SkZip\2c\20unsigned\20int\2c\20SkMatrix\20const&\29::'lambda'\28float\2c\20float\29::operator\28\29\28float\2c\20float\29\20const -1332:ures_openDirect_74 -1333:ures_getString_74 -1334:ulocimp_getScript_74\28char\20const*\2c\20char\20const**\2c\20UErrorCode&\29 -1335:tt_face_lookup_table -1336:std::__2::vector>::~vector\5babi:ne180100\5d\28\29 -1337:std::__2::unique_ptr>::~unique_ptr\5babi:ne180100\5d\28\29 -1338:std::__2::unique_ptr>::~unique_ptr\5babi:ne180100\5d\28\29 -1339:std::__2::unique_ptr>::~unique_ptr\5babi:ne180100\5d\28\29 -1340:std::__2::unique_ptr>::~unique_ptr\5babi:ne180100\5d\28\29 -1341:std::__2::moneypunct::negative_sign\5babi:nn180100\5d\28\29\20const -1342:std::__2::moneypunct::neg_format\5babi:nn180100\5d\28\29\20const -1343:std::__2::moneypunct::frac_digits\5babi:nn180100\5d\28\29\20const -1344:std::__2::moneypunct::do_pos_format\28\29\20const -1345:std::__2::iterator_traits::difference_type\20std::__2::__distance\5babi:nn180100\5d\28unsigned\20int\20const*\2c\20unsigned\20int\20const*\2c\20std::__2::random_access_iterator_tag\29 -1346:std::__2::function::operator\28\29\28GrSurfaceProxy*\2c\20skgpu::Mipmapped\29\20const -1347:std::__2::ctype::widen\5babi:nn180100\5d\28char\20const*\2c\20char\20const*\2c\20char*\29\20const -1348:std::__2::char_traits::copy\5babi:nn180100\5d\28wchar_t*\2c\20wchar_t\20const*\2c\20unsigned\20long\29 -1349:std::__2::basic_string\2c\20std::__2::allocator>::end\5babi:nn180100\5d\28\29 -1350:std::__2::basic_string\2c\20std::__2::allocator>::end\5babi:nn180100\5d\28\29 -1351:std::__2::basic_string\2c\20std::__2::allocator>::__set_size\5babi:nn180100\5d\28unsigned\20long\29 -1352:std::__2::__split_buffer&>::~__split_buffer\28\29 -1353:std::__2::__split_buffer&>::__split_buffer\28unsigned\20long\2c\20unsigned\20long\2c\20std::__2::allocator&\29 -1354:std::__2::__optional_destruct_base::~__optional_destruct_base\5babi:ne180100\5d\28\29 -1355:std::__2::__itoa::__append2\5babi:nn180100\5d\28char*\2c\20unsigned\20int\29 -1356:skvx::Vec<4\2c\20unsigned\20int>\20\28anonymous\20namespace\29::shift_right>\28skvx::Vec<4\2c\20unsigned\20int>\20const&\2c\20int\29 -1357:sktext::gpu::BagOfBytes::~BagOfBytes\28\29 -1358:skif::\28anonymous\20namespace\29::is_nearly_integer_translation\28skif::LayerSpace\20const&\2c\20skif::LayerSpace*\29 -1359:skif::RoundOut\28SkRect\29 -1360:skif::FilterResult::FilterResult\28sk_sp\2c\20skif::LayerSpace\20const&\29 -1361:skia_private::TArray\2c\20true>::destroyAll\28\29 -1362:skia_private::TArray::push_back\28float\20const&\29 -1363:skia_png_gamma_correct -1364:skia_png_gamma_8bit_correct -1365:skia::textlayout::TextStyle::operator=\28skia::textlayout::TextStyle\20const&\29 -1366:skia::textlayout::Run::positionX\28unsigned\20long\29\20const -1367:skia::textlayout::ParagraphImpl::codeUnitHasProperty\28unsigned\20long\2c\20SkUnicode::CodeUnitFlags\29\20const -1368:skgpu::ganesh::SurfaceDrawContext::Make\28GrRecordingContext*\2c\20GrColorType\2c\20sk_sp\2c\20SkBackingFit\2c\20SkISize\2c\20SkSurfaceProps\20const&\2c\20std::__2::basic_string_view>\2c\20int\2c\20skgpu::Mipmapped\2c\20skgpu::Protected\2c\20GrSurfaceOrigin\2c\20skgpu::Budgeted\29 -1369:skgpu::UniqueKey::UniqueKey\28skgpu::UniqueKey\20const&\29 -1370:sk_sp::operator=\28sk_sp\20const&\29 -1371:sk_sp::reset\28GrSurfaceProxy*\29 -1372:sk_sp::operator=\28sk_sp&&\29 -1373:sk_realloc_throw\28void*\2c\20unsigned\20long\29 -1374:scalar_to_alpha\28float\29 -1375:png_read_buffer -1376:operator!=\28SkIRect\20const&\2c\20SkIRect\20const&\29 -1377:locale_getKeywordsStart_74 -1378:interp_cubic_coords\28double\20const*\2c\20double\29 -1379:int\20_hb_cmp_method>\28void\20const*\2c\20void\20const*\29 -1380:icu_74::UnicodeString::moveIndex32\28int\2c\20int\29\20const -1381:icu_74::UnicodeString::doAppend\28char16_t\20const*\2c\20int\2c\20int\29 -1382:icu_74::UVector::removeElementAt\28int\29 -1383:icu_74::UVector::removeAllElements\28\29 -1384:icu_74::UVector32::ensureCapacity\28int\2c\20UErrorCode&\29 -1385:icu_74::UVector32::UVector32\28UErrorCode&\29 -1386:icu_74::UCharsTrieElement::charAt\28int\2c\20icu_74::UnicodeString\20const&\29\20const -1387:icu_74::RuleCharacterIterator::next\28int\2c\20signed\20char&\2c\20UErrorCode&\29 -1388:icu_74::CharString::appendInvariantChars\28icu_74::UnicodeString\20const&\2c\20UErrorCode&\29 -1389:icu_74::CharString::CharString\28icu_74::StringPiece\2c\20UErrorCode&\29 -1390:hb_paint_funcs_t::push_transform\28void*\2c\20float\2c\20float\2c\20float\2c\20float\2c\20float\2c\20float\29 -1391:hb_lazy_loader_t\2c\20hb_face_t\2c\2025u\2c\20OT::GSUB_accelerator_t>::get_stored\28\29\20const -1392:hb_font_t::scale_glyph_extents\28hb_glyph_extents_t*\29 -1393:hb_font_t::parent_scale_y_distance\28int\29 -1394:hb_font_t::parent_scale_x_distance\28int\29 -1395:hb_face_t::get_upem\28\29\20const -1396:double_to_clamped_scalar\28double\29 -1397:conic_eval_numerator\28double\20const*\2c\20float\2c\20double\29 -1398:cff_index_init -1399:bool\20std::__2::operator!=\5babi:nn180100\5d\28std::__2::__wrap_iter\20const&\2c\20std::__2::__wrap_iter\20const&\29 -1400:bool\20hb_sanitize_context_t::check_array>\28OT::IntType\20const*\2c\20unsigned\20int\29\20const -1401:bool\20OT::OffsetTo\2c\20void\2c\20true>::sanitize<>\28hb_sanitize_context_t*\2c\20void\20const*\29\20const -1402:_emscripten_yield -1403:__memset -1404:__isspace -1405:\28anonymous\20namespace\29::ColorTypeFilter_RGBA_F16::Compact\28skvx::Vec<4\2c\20float>\20const&\29 -1406:\28anonymous\20namespace\29::ColorTypeFilter_F16F16::Compact\28skvx::Vec<4\2c\20float>\20const&\29 -1407:\28anonymous\20namespace\29::ColorTypeFilter_Alpha_F16::Compact\28skvx::Vec<4\2c\20float>\20const&\29 -1408:\28anonymous\20namespace\29::ColorTypeFilter_8888::Compact\28skvx::Vec<4\2c\20unsigned\20short>\20const&\29 -1409:\28anonymous\20namespace\29::ColorTypeFilter_16161616::Compact\28skvx::Vec<4\2c\20unsigned\20int>\20const&\29 -1410:\28anonymous\20namespace\29::ColorTypeFilter_1010102::Compact\28unsigned\20long\20long\29 -1411:WebPRescalerExportRow -1412:TT_MulFix14 -1413:Skwasm::createMatrix\28float\20const*\29 -1414:SkWriter32::writeBool\28bool\29 -1415:SkTDStorage::append\28int\29 -1416:SkTDPQueue::setIndex\28int\29 -1417:SkTDArray::push_back\28void*\20const&\29 -1418:SkSpotShadowTessellator::addToClip\28SkPoint\20const&\29 -1419:SkShaderUtils::GLSLPrettyPrint::newline\28\29 -1420:SkShaderUtils::GLSLPrettyPrint::hasToken\28char\20const*\29 -1421:SkSL::Type::MakeTextureType\28char\20const*\2c\20SpvDim_\2c\20bool\2c\20bool\2c\20bool\2c\20SkSL::Type::TextureAccess\29 -1422:SkSL::Type::MakeSpecialType\28char\20const*\2c\20char\20const*\2c\20SkSL::Type::TypeKind\29 -1423:SkSL::Swizzle::Make\28SkSL::Context\20const&\2c\20SkSL::Position\2c\20std::__2::unique_ptr>\2c\20skia_private::FixedArray<4\2c\20signed\20char>\29 -1424:SkSL::RP::Builder::push_slots_or_immutable\28SkSL::RP::SlotRange\2c\20SkSL::RP::BuilderOp\29 -1425:SkSL::RP::Builder::push_duplicates\28int\29 -1426:SkSL::RP::Builder::push_constant_f\28float\29 -1427:SkSL::RP::Builder::push_clone\28int\2c\20int\29 -1428:SkSL::Parser::statementOrNop\28SkSL::Position\2c\20std::__2::unique_ptr>\29 -1429:SkSL::Literal::Make\28SkSL::Position\2c\20double\2c\20SkSL::Type\20const*\29 -1430:SkSL::Intrinsics::\28anonymous\20namespace\29::evaluate_mul\28SkSL::Context\20const&\2c\20std::__2::array\20const&\29 -1431:SkSL::InlineCandidateAnalyzer::visitStatement\28std::__2::unique_ptr>*\2c\20bool\29 -1432:SkSL::GLSLCodeGenerator::writeModifiers\28SkSL::Layout\20const&\2c\20SkSL::ModifierFlags\2c\20bool\29 -1433:SkSL::Expression::isIntLiteral\28\29\20const -1434:SkSL::ConstructorCompound::Make\28SkSL::Context\20const&\2c\20SkSL::Position\2c\20SkSL::Type\20const&\2c\20SkSL::ExpressionArray\29 -1435:SkSL::ConstantFolder::IsConstantSplat\28SkSL::Expression\20const&\2c\20double\29 -1436:SkSL::Analysis::IsSameExpressionTree\28SkSL::Expression\20const&\2c\20SkSL::Expression\20const&\29 -1437:SkSL::AliasType::resolve\28\29\20const -1438:SkResourceCache::Find\28SkResourceCache::Key\20const&\2c\20bool\20\28*\29\28SkResourceCache::Rec\20const&\2c\20void*\29\2c\20void*\29 -1439:SkResourceCache::Add\28SkResourceCache::Rec*\2c\20void*\29 -1440:SkRectPriv::HalfWidth\28SkRect\20const&\29 -1441:SkRect::round\28SkIRect*\29\20const -1442:SkRect::isFinite\28\29\20const -1443:SkRasterPipeline::appendConstantColor\28SkArenaAlloc*\2c\20float\20const*\29 -1444:SkRasterClip::setRect\28SkIRect\20const&\29 -1445:SkRasterClip::quickContains\28SkIRect\20const&\29\20const -1446:SkRRect::setRect\28SkRect\20const&\29 -1447:SkPixmap::computeByteSize\28\29\20const -1448:SkPathWriter::isClosed\28\29\20const -1449:SkPathStroker::addDegenerateLine\28SkQuadConstruct\20const*\29 -1450:SkPath::transform\28SkMatrix\20const&\2c\20SkApplyPerspectiveClip\29 -1451:SkPath::moveTo\28float\2c\20float\29 -1452:SkPath::getGenerationID\28\29\20const -1453:SkOpSegment::existing\28double\2c\20SkOpSegment\20const*\29\20const -1454:SkOpSegment::addT\28double\29 -1455:SkOpSegment::addCurveTo\28SkOpSpanBase\20const*\2c\20SkOpSpanBase\20const*\2c\20SkPathWriter*\29\20const -1456:SkOpPtT::find\28SkOpSegment\20const*\29\20const -1457:SkOpContourBuilder::flush\28\29 -1458:SkNVRefCnt::unref\28\29\20const -1459:SkNVRefCnt::unref\28\29\20const -1460:SkMipmap::getLevel\28int\2c\20SkMipmap::Level*\29\20const -1461:SkMemoryStream::getPosition\28\29\20const -1462:SkMakeImageFromRasterBitmap\28SkBitmap\20const&\2c\20SkCopyPixelsMode\29 -1463:SkImage_Picture::type\28\29\20const -1464:SkImageInfoIsValid\28SkImageInfo\20const&\29 -1465:SkImageInfo::computeByteSize\28unsigned\20long\29\20const -1466:SkImageFilter_Base::SkImageFilter_Base\28sk_sp\20const*\2c\20int\2c\20std::__2::optional\29 -1467:SkGoodHash::operator\28\29\28SkString\20const&\29\20const -1468:SkGlyph::imageSize\28\29\20const -1469:SkData::MakeEmpty\28\29 -1470:SkConvertPixels\28SkImageInfo\20const&\2c\20void*\2c\20unsigned\20long\2c\20SkImageInfo\20const&\2c\20void\20const*\2c\20unsigned\20long\29 -1471:SkColorSpaceXformSteps::apply\28SkRasterPipeline*\29\20const -1472:SkColorFilterBase::affectsTransparentBlack\28\29\20const -1473:SkCodec::fillIncompleteImage\28SkImageInfo\20const&\2c\20void*\2c\20unsigned\20long\2c\20SkCodec::ZeroInitialized\2c\20int\2c\20int\29 -1474:SkCanvas::restore\28\29 -1475:SkCanvas::predrawNotify\28bool\29 -1476:SkCanvas::getTotalMatrix\28\29\20const -1477:SkCanvas::aboutToDraw\28SkPaint\20const&\2c\20SkRect\20const*\2c\20SkEnumBitMask\29 -1478:SkBlurMaskFilterImpl::computeXformedSigma\28SkMatrix\20const&\29\20const -1479:SkBlockAllocator::SkBlockAllocator\28SkBlockAllocator::GrowthPolicy\2c\20unsigned\20long\2c\20unsigned\20long\29 -1480:SkBlockAllocator::BlockIter::begin\28\29\20const -1481:SkBitmap::reset\28\29 -1482:SkBitmap::installPixels\28SkImageInfo\20const&\2c\20void*\2c\20unsigned\20long\2c\20void\20\28*\29\28void*\2c\20void*\29\2c\20void*\29 -1483:OT::VarSizedBinSearchArrayOf>::operator\5b\5d\28int\29\20const -1484:OT::Layout::GSUB_impl::SubstLookupSubTable\20const&\20OT::Lookup::get_subtable\28unsigned\20int\29\20const -1485:OT::Layout::GSUB_impl::SubstLookupSubTable*\20hb_serialize_context_t::push\28\29 -1486:OT::ArrayOf\2c\20true>\2c\20OT::IntType>*\20hb_serialize_context_t::extend_size\2c\20true>\2c\20OT::IntType>>\28OT::ArrayOf\2c\20true>\2c\20OT::IntType>*\2c\20unsigned\20long\2c\20bool\29 -1487:GrTriangulator::makeConnectingEdge\28GrTriangulator::Vertex*\2c\20GrTriangulator::Vertex*\2c\20GrTriangulator::EdgeType\2c\20GrTriangulator::Comparator\20const&\2c\20int\29 -1488:GrTriangulator::appendPointToContour\28SkPoint\20const&\2c\20GrTriangulator::VertexList*\29\20const -1489:GrSurface::ComputeSize\28GrBackendFormat\20const&\2c\20SkISize\2c\20int\2c\20skgpu::Mipmapped\2c\20bool\29 -1490:GrStyledShape::writeUnstyledKey\28unsigned\20int*\29\20const -1491:GrStyledShape::unstyledKeySize\28\29\20const -1492:GrStyle::operator=\28GrStyle\20const&\29 -1493:GrStyle::GrStyle\28SkStrokeRec\20const&\2c\20sk_sp\29 -1494:GrStyle::GrStyle\28SkPaint\20const&\29 -1495:GrSimpleMesh::setIndexed\28sk_sp\2c\20int\2c\20int\2c\20unsigned\20short\2c\20unsigned\20short\2c\20GrPrimitiveRestart\2c\20sk_sp\2c\20int\29 -1496:GrRecordingContextPriv::makeSFCWithFallback\28GrImageInfo\2c\20SkBackingFit\2c\20int\2c\20skgpu::Mipmapped\2c\20skgpu::Protected\2c\20GrSurfaceOrigin\2c\20skgpu::Budgeted\29 -1497:GrRecordingContextPriv::makeSC\28GrSurfaceProxyView\2c\20GrColorInfo\20const&\29 -1498:GrQuad::MakeFromSkQuad\28SkPoint\20const*\2c\20SkMatrix\20const&\29 -1499:GrProcessorSet::visitProxies\28std::__2::function\20const&\29\20const -1500:GrProcessorSet::finalize\28GrProcessorAnalysisColor\20const&\2c\20GrProcessorAnalysisCoverage\2c\20GrAppliedClip\20const*\2c\20GrUserStencilSettings\20const*\2c\20GrCaps\20const&\2c\20GrClampType\2c\20SkRGBA4f<\28SkAlphaType\292>*\29 -1501:GrGpuResource::gpuMemorySize\28\29\20const -1502:GrGpuBuffer::updateData\28void\20const*\2c\20unsigned\20long\2c\20unsigned\20long\2c\20bool\29 -1503:GrGetColorTypeDesc\28GrColorType\29 -1504:GrGeometryProcessor::ProgramImpl::WriteOutputPosition\28GrGLSLVertexBuilder*\2c\20GrGeometryProcessor::ProgramImpl::GrGPArgs*\2c\20char\20const*\29 -1505:GrGLSLShaderBuilder::~GrGLSLShaderBuilder\28\29 -1506:GrGLSLShaderBuilder::declAppend\28GrShaderVar\20const&\29 -1507:GrGLGpu::flushScissorTest\28GrScissorTest\29 -1508:GrGLGpu::didDrawTo\28GrRenderTarget*\29 -1509:GrGLFunction::GrGLFunction\28void\20\28*\29\28unsigned\20int\2c\20int*\29\29::'lambda'\28void\20const*\2c\20unsigned\20int\2c\20int*\29::__invoke\28void\20const*\2c\20unsigned\20int\2c\20int*\29 -1510:GrGLCaps::maxRenderTargetSampleCount\28GrGLFormat\29\20const -1511:GrFragmentProcessors::Make\28SkShader\20const*\2c\20GrFPArgs\20const&\2c\20SkShaders::MatrixRec\20const&\29 -1512:GrDefaultGeoProcFactory::Make\28SkArenaAlloc*\2c\20GrDefaultGeoProcFactory::Color\20const&\2c\20GrDefaultGeoProcFactory::Coverage\20const&\2c\20GrDefaultGeoProcFactory::LocalCoords\20const&\2c\20SkMatrix\20const&\29 -1513:GrCaps::validateSurfaceParams\28SkISize\20const&\2c\20GrBackendFormat\20const&\2c\20skgpu::Renderable\2c\20int\2c\20skgpu::Mipmapped\2c\20GrTextureType\29\20const -1514:GrBlurUtils::GaussianBlur\28GrRecordingContext*\2c\20GrSurfaceProxyView\2c\20GrColorType\2c\20SkAlphaType\2c\20sk_sp\2c\20SkIRect\2c\20SkIRect\2c\20float\2c\20float\2c\20SkTileMode\2c\20SkBackingFit\29::$_0::operator\28\29\28SkIRect\2c\20SkIRect\29\20const -1515:GrBackendTexture::~GrBackendTexture\28\29 -1516:GrAppliedClip::GrAppliedClip\28GrAppliedClip&&\29 -1517:GrAAConvexTessellator::Ring::origEdgeID\28int\29\20const -1518:FT_GlyphLoader_CheckPoints -1519:FT_Get_Sfnt_Table -1520:BlockIndexIterator::Last\28SkBlockAllocator::Block\20const*\29\2c\20&SkTBlockList::First\28SkBlockAllocator::Block\20const*\29\2c\20&SkTBlockList::Decrement\28SkBlockAllocator::Block\20const*\2c\20int\29\2c\20&SkTBlockList::GetItem\28SkBlockAllocator::Block*\2c\20int\29>::end\28\29\20const -1521:BlockIndexIterator::First\28SkBlockAllocator::Block\20const*\29\2c\20&SkTBlockList::Last\28SkBlockAllocator::Block\20const*\29\2c\20&SkTBlockList::Increment\28SkBlockAllocator::Block\20const*\2c\20int\29\2c\20&SkTBlockList::GetItem\28SkBlockAllocator::Block\20const*\2c\20int\29>::Item::operator++\28\29 -1522:AAT::StateTable::EntryData>::get_entry\28int\2c\20unsigned\20int\29\20const -1523:AAT::StateTable::EntryData>::get_entry\28int\2c\20unsigned\20int\29\20const -1524:AAT::Lookup>::get_class\28unsigned\20int\2c\20unsigned\20int\2c\20unsigned\20int\29\20const -1525:AAT::InsertionSubtable::is_actionable\28AAT::Entry::EntryData>\20const&\29\20const -1526:wuffs_base__pixel_format__bits_per_pixel\28wuffs_base__pixel_format__struct\20const*\29 -1527:void\20std::__2::reverse\5babi:nn180100\5d\28char*\2c\20char*\29 -1528:void\20std::__2::__hash_table\2c\20std::__2::equal_to\2c\20std::__2::allocator>::__rehash\28unsigned\20long\29 -1529:void\20SkSafeUnref\28GrThreadSafeCache::VertexData*\29 -1530:utf8_nextCharSafeBody_74 -1531:ures_getNextResource_74 -1532:uprv_realloc_74 -1533:ultag_isUnicodeLocaleKey_74 -1534:ultag_isUnicodeLocaleAttribute_74 -1535:uhash_open_74 -1536:u_getUnicodeProperties_74 -1537:u_UCharsToChars_74 -1538:std::__2::vector>\2c\20std::__2::allocator>>>::push_back\5babi:ne180100\5d\28std::__2::unique_ptr>&&\29 -1539:std::__2::unique_ptr\2c\20std::__2::allocator>\2c\20std::__2::default_delete\2c\20std::__2::allocator>>>::~unique_ptr\5babi:ne180100\5d\28\29 -1540:std::__2::unique_ptr\20\28*\29\28SkReadBuffer&\29\2c\20SkGoodHash>::Pair\2c\20unsigned\20int\2c\20skia_private::THashMap\20\28*\29\28SkReadBuffer&\29\2c\20SkGoodHash>::Pair>::Slot\20\5b\5d\2c\20std::__2::default_delete\20\28*\29\28SkReadBuffer&\29\2c\20SkGoodHash>::Pair\2c\20unsigned\20int\2c\20skia_private::THashMap\20\28*\29\28SkReadBuffer&\29\2c\20SkGoodHash>::Pair>::Slot\20\5b\5d>>::~unique_ptr\5babi:ne180100\5d\28\29 -1541:std::__2::unique_ptr>::~unique_ptr\5babi:ne180100\5d\28\29 -1542:std::__2::unique_ptr>::reset\5babi:ne180100\5d\28SkSL::SymbolTable*\29 -1543:std::__2::unique_ptr>::~unique_ptr\5babi:ne180100\5d\28\29 -1544:std::__2::unique_ptr>::~unique_ptr\5babi:ne180100\5d\28\29 -1545:std::__2::ostreambuf_iterator>\20std::__2::__pad_and_output\5babi:nn180100\5d>\28std::__2::ostreambuf_iterator>\2c\20wchar_t\20const*\2c\20wchar_t\20const*\2c\20wchar_t\20const*\2c\20std::__2::ios_base&\2c\20wchar_t\29 -1546:std::__2::ostreambuf_iterator>\20std::__2::__pad_and_output\5babi:nn180100\5d>\28std::__2::ostreambuf_iterator>\2c\20char\20const*\2c\20char\20const*\2c\20char\20const*\2c\20std::__2::ios_base&\2c\20char\29 -1547:std::__2::hash::operator\28\29\5babi:ne180100\5d\28GrFragmentProcessor\20const*\29\20const -1548:std::__2::char_traits::to_int_type\5babi:nn180100\5d\28char\29 -1549:std::__2::basic_stringstream\2c\20std::__2::allocator>::~basic_stringstream\28\29 -1550:std::__2::basic_string\2c\20std::__2::allocator>::basic_string\5babi:nn180100\5d\28char*\2c\20char*\2c\20std::__2::allocator\20const&\29 -1551:std::__2::basic_string\2c\20std::__2::allocator>::append\28char\20const*\2c\20unsigned\20long\29 -1552:std::__2::basic_string\2c\20std::__2::allocator>::__recommend\5babi:nn180100\5d\28unsigned\20long\29 -1553:std::__2::basic_string\2c\20std::__2::allocator>::__get_long_cap\5babi:nn180100\5d\28\29\20const -1554:std::__2::basic_ios>::setstate\5babi:nn180100\5d\28unsigned\20int\29 -1555:skvx::Vec<4\2c\20unsigned\20short>\20\28anonymous\20namespace\29::add_121>\28skvx::Vec<4\2c\20unsigned\20short>\20const&\2c\20skvx::Vec<4\2c\20unsigned\20short>\20const&\2c\20skvx::Vec<4\2c\20unsigned\20short>\20const&\29 -1556:skvx::Vec<4\2c\20unsigned\20int>\20\28anonymous\20namespace\29::add_121>\28skvx::Vec<4\2c\20unsigned\20int>\20const&\2c\20skvx::Vec<4\2c\20unsigned\20int>\20const&\2c\20skvx::Vec<4\2c\20unsigned\20int>\20const&\29 -1557:skvx::Vec<4\2c\20float>\20unchecked_mix<4\2c\20float>\28skvx::Vec<4\2c\20float>\20const&\2c\20skvx::Vec<4\2c\20float>\20const&\2c\20skvx::Vec<4\2c\20float>\20const&\29 -1558:skvx::Vec<4\2c\20float>\20skvx::operator/<4\2c\20float\2c\20float\2c\20void>\28float\2c\20skvx::Vec<4\2c\20float>\20const&\29 -1559:skvx::Vec<4\2c\20float>\20skvx::min<4\2c\20float>\28skvx::Vec<4\2c\20float>\20const&\2c\20skvx::Vec<4\2c\20float>\20const&\29 -1560:skvx::Vec<4\2c\20float>&\20skvx::operator*=<4\2c\20float>\28skvx::Vec<4\2c\20float>&\2c\20skvx::Vec<4\2c\20float>\20const&\29 -1561:skvx::Vec<2\2c\20float>\20skvx::naive_if_then_else<2\2c\20float>\28skvx::Vec<2\2c\20skvx::Mask::type>\20const&\2c\20skvx::Vec<2\2c\20float>\20const&\2c\20skvx::Vec<2\2c\20float>\20const&\29 -1562:skip_spaces -1563:skif::FilterResult::resolve\28skif::Context\20const&\2c\20skif::LayerSpace\2c\20bool\29\20const -1564:skia_private::THashMap::find\28SkSL::Variable\20const*\20const&\29\20const -1565:skia_private::TArray::push_back\28unsigned\20char&&\29 -1566:skia_private::TArray::TArray\28skia_private::TArray&&\29 -1567:skia_private::TArray::TArray\28skia_private::TArray&&\29 -1568:skia_private::TArray\2c\20true>::preallocateNewData\28int\2c\20double\29 -1569:skia_private::TArray::preallocateNewData\28int\2c\20double\29 -1570:skia_private::TArray::checkRealloc\28int\2c\20double\29 -1571:skia_private::FixedArray<4\2c\20signed\20char>::FixedArray\28std::initializer_list\29 -1572:skia_private::AutoTMalloc::AutoTMalloc\28unsigned\20long\29 -1573:skia_private::AutoSTMalloc<4ul\2c\20int\2c\20void>::AutoSTMalloc\28unsigned\20long\29 -1574:skia_png_safecat -1575:skia_png_malloc -1576:skia_png_colorspace_sync -1577:skia_png_chunk_warning -1578:skia::textlayout::TextWrapper::TextStretch::extend\28skia::textlayout::TextWrapper::TextStretch&\29 -1579:skia::textlayout::TextLine::iterateThroughSingleRunByStyles\28skia::textlayout::TextLine::TextAdjustment\2c\20skia::textlayout::Run\20const*\2c\20float\2c\20skia::textlayout::SkRange\2c\20skia::textlayout::StyleType\2c\20std::__2::function\2c\20skia::textlayout::TextStyle\20const&\2c\20skia::textlayout::TextLine::ClipContext\20const&\29>\20const&\29\20const -1580:skia::textlayout::ParagraphStyle::~ParagraphStyle\28\29 -1581:skia::textlayout::ParagraphImpl::ensureUTF16Mapping\28\29 -1582:skgpu::ganesh::SurfaceFillContext::fillWithFP\28std::__2::unique_ptr>\29 -1583:skgpu::ganesh::SurfaceDrawContext::drawRect\28GrClip\20const*\2c\20GrPaint&&\2c\20GrAA\2c\20SkMatrix\20const&\2c\20SkRect\20const&\2c\20GrStyle\20const*\29 -1584:skgpu::ganesh::OpsTask::OpChain::List::popHead\28\29 -1585:skgpu::SkSLToGLSL\28SkSL::ShaderCaps\20const*\2c\20std::__2::basic_string\2c\20std::__2::allocator>\20const&\2c\20SkSL::ProgramKind\2c\20SkSL::ProgramSettings\20const&\2c\20SkSL::NativeShader*\2c\20SkSL::ProgramInterface*\2c\20skgpu::ShaderErrorHandler*\29 -1586:skgpu::ResourceKey::reset\28\29 -1587:skcms_Transform::$_2::operator\28\29\28skcms_Curve\20const*\2c\20int\29\20const -1588:sk_sp::~sk_sp\28\29 -1589:sk_sp::reset\28SkString::Rec*\29 -1590:sk_sp::operator=\28sk_sp\20const&\29 -1591:sk_sp::operator=\28sk_sp&&\29 -1592:res_getTableItemByKey_74 -1593:powf -1594:operator!=\28SkMatrix\20const&\2c\20SkMatrix\20const&\29 -1595:is_halant\28hb_glyph_info_t\20const&\29 -1596:icu_74::UnicodeString::pinIndex\28int&\29\20const -1597:icu_74::UnicodeString::operator=\28icu_74::UnicodeString&&\29 -1598:icu_74::UnicodeString::operator==\28icu_74::UnicodeString\20const&\29\20const -1599:icu_74::UnicodeString::indexOf\28char16_t\29\20const -1600:icu_74::UnicodeString::getBuffer\28int\29 -1601:icu_74::UnicodeString::cloneArrayIfNeeded\28int\2c\20int\2c\20signed\20char\2c\20int**\2c\20signed\20char\29 -1602:icu_74::UnicodeSet::ensureCapacity\28int\29 -1603:icu_74::UVector::UVector\28void\20\28*\29\28void*\29\2c\20signed\20char\20\28*\29\28UElement\2c\20UElement\29\2c\20int\2c\20UErrorCode&\29 -1604:icu_74::UVector::UVector\28void\20\28*\29\28void*\29\2c\20signed\20char\20\28*\29\28UElement\2c\20UElement\29\2c\20UErrorCode&\29 -1605:icu_74::RuleBasedBreakIterator::handleNext\28\29 -1606:icu_74::ResourceTable::findValue\28char\20const*\2c\20icu_74::ResourceValue&\29\20const -1607:icu_74::Normalizer2Impl::getFCD16\28int\29\20const -1608:icu_74::MaybeStackArray::resize\28int\2c\20int\29 -1609:icu_74::Locale::setToBogus\28\29 -1610:icu_74::Hashtable::put\28icu_74::UnicodeString\20const&\2c\20void*\2c\20UErrorCode&\29 -1611:icu_74::CharStringMap::~CharStringMap\28\29 -1612:icu_74::CharStringMap::CharStringMap\28int\2c\20UErrorCode&\29 -1613:icu_74::CharString::operator==\28icu_74::StringPiece\29\20const -1614:icu_74::CharString::extract\28char*\2c\20int\2c\20UErrorCode&\29\20const -1615:hb_zip_iter_t\2c\20hb_array_t>::__next__\28\29 -1616:hb_vector_t::alloc\28unsigned\20int\2c\20bool\29 -1617:hb_serialize_context_t::pop_pack\28bool\29 -1618:hb_lazy_loader_t\2c\20hb_face_t\2c\2011u\2c\20hb_blob_t>::get\28\29\20const -1619:hb_lazy_loader_t\2c\20hb_face_t\2c\204u\2c\20hb_blob_t>::get\28\29\20const -1620:hb_lazy_loader_t\2c\20hb_face_t\2c\2024u\2c\20OT::GDEF_accelerator_t>::get_stored\28\29\20const -1621:hb_glyf_scratch_t::~hb_glyf_scratch_t\28\29 -1622:hb_extents_t::add_point\28float\2c\20float\29 -1623:hb_buffer_t::reverse_range\28unsigned\20int\2c\20unsigned\20int\29 -1624:hb_buffer_t::merge_out_clusters\28unsigned\20int\2c\20unsigned\20int\29 -1625:hb_buffer_destroy -1626:hb_buffer_append -1627:hb_bit_page_t::get\28unsigned\20int\29\20const -1628:cos -1629:compare_edges\28SkAnalyticEdge\20const*\2c\20SkAnalyticEdge\20const*\29 -1630:cleanup_program\28GrGLGpu*\2c\20unsigned\20int\2c\20SkTDArray\20const&\29 -1631:classify\28skcms_TransferFunction\20const&\2c\20TF_PQish*\2c\20TF_HLGish*\29 -1632:cff_index_done -1633:cf2_glyphpath_curveTo -1634:bool\20hb_buffer_t::replace_glyphs\28unsigned\20int\2c\20unsigned\20int\2c\20unsigned\20int\20const*\29 -1635:auto\20std::__2::__unwrap_range\5babi:nn180100\5d\28char\20const*\2c\20char\20const*\29 -1636:afm_parser_read_vals -1637:afm_parser_next_key -1638:__lshrti3 -1639:__letf2 -1640:\28anonymous\20namespace\29::skhb_position\28float\29 -1641:WebPRescalerImport -1642:SkWriter32::reservePad\28unsigned\20long\29 -1643:SkTSpan::removeBounded\28SkTSpan\20const*\29 -1644:SkTSpan::initBounds\28SkTCurve\20const&\29 -1645:SkTSpan::addBounded\28SkTSpan*\2c\20SkArenaAlloc*\29 -1646:SkTSect::tail\28\29 -1647:SkTDStorage::reset\28\29 -1648:SkString::printf\28char\20const*\2c\20...\29 -1649:SkString::insert\28unsigned\20long\2c\20char\20const*\2c\20unsigned\20long\29 -1650:SkShaders::Color\28SkRGBA4f<\28SkAlphaType\293>\20const&\2c\20sk_sp\29 -1651:SkShader::makeWithLocalMatrix\28SkMatrix\20const&\29\20const -1652:SkSamplingOptions::operator==\28SkSamplingOptions\20const&\29\20const -1653:SkSL::optimize_intrinsic_call\28SkSL::Context\20const&\2c\20SkSL::Position\2c\20SkSL::IntrinsicKind\2c\20SkSL::ExpressionArray\20const&\2c\20SkSL::Type\20const&\29::$_5::operator\28\29\28int\2c\20int\29\20const -1654:SkSL::is_constant_value\28SkSL::Expression\20const&\2c\20double\29 -1655:SkSL::\28anonymous\20namespace\29::ReturnsOnAllPathsVisitor::visitStatement\28SkSL::Statement\20const&\29 -1656:SkSL::Type::MakeScalarType\28std::__2::basic_string_view>\2c\20char\20const*\2c\20SkSL::Type::NumberKind\2c\20signed\20char\2c\20signed\20char\29 -1657:SkSL::SymbolTable::addWithoutOwnership\28SkSL::Context\20const&\2c\20SkSL::Symbol*\29 -1658:SkSL::RP::Generator::push\28SkSL::RP::LValue&\29 -1659:SkSL::PipelineStage::PipelineStageCodeGenerator::writeLine\28std::__2::basic_string_view>\29 -1660:SkSL::Parser::statement\28bool\29 -1661:SkSL::ModifierFlags::description\28\29\20const -1662:SkSL::Layout::paddedDescription\28\29\20const -1663:SkSL::ConstructorCompoundCast::Make\28SkSL::Context\20const&\2c\20SkSL::Position\2c\20SkSL::Type\20const&\2c\20std::__2::unique_ptr>\29 -1664:SkSL::Analysis::UpdateVariableRefKind\28SkSL::Expression*\2c\20SkSL::VariableRefKind\2c\20SkSL::ErrorReporter*\29 -1665:SkRegion::Iterator::next\28\29 -1666:SkRect::makeSorted\28\29\20const -1667:SkRect::intersects\28SkRect\20const&\29\20const -1668:SkRect::center\28\29\20const -1669:SkReadBuffer::readInt\28\29 -1670:SkReadBuffer::readBool\28\29 -1671:SkRasterClip::updateCacheAndReturnNonEmpty\28bool\29 -1672:SkRasterClip::quickReject\28SkIRect\20const&\29\20const -1673:SkRRect::transform\28SkMatrix\20const&\2c\20SkRRect*\29\20const -1674:SkPixmap::addr\28int\2c\20int\29\20const -1675:SkPath::arcTo\28SkRect\20const&\2c\20float\2c\20float\2c\20bool\29 -1676:SkPaint*\20SkRecordCanvas::copy\28SkPaint\20const*\29 -1677:SkOpSegment::ptAtT\28double\29\20const -1678:SkOpSegment::dPtAtT\28double\29\20const -1679:SkNoPixelsDevice::drawImageRect\28SkImage\20const*\2c\20SkRect\20const*\2c\20SkRect\20const&\2c\20SkSamplingOptions\20const&\2c\20SkPaint\20const&\2c\20SkCanvas::SrcRectConstraint\29 -1680:SkMatrixPriv::MapRect\28SkM44\20const&\2c\20SkRect\20const&\29 -1681:SkMatrix::setConcat\28SkMatrix\20const&\2c\20SkMatrix\20const&\29 -1682:SkMatrix::mapRadius\28float\29\20const -1683:SkMask::getAddr8\28int\2c\20int\29\20const -1684:SkIntersectionHelper::segmentType\28\29\20const -1685:SkImageInfo::makeColorType\28SkColorType\29\20const -1686:SkImageFilter_Base::flatten\28SkWriteBuffer&\29\20const -1687:SkIRect::outset\28int\2c\20int\29 -1688:SkGlyph::rect\28\29\20const -1689:SkFont::SkFont\28sk_sp\2c\20float\29 -1690:SkEmptyFontStyleSet::createTypeface\28int\29 -1691:SkDynamicMemoryWStream::~SkDynamicMemoryWStream\28\29 -1692:SkDynamicMemoryWStream::detachAsData\28\29 -1693:SkDrawTiler::~SkDrawTiler\28\29 -1694:SkDrawTiler::next\28\29 -1695:SkDrawTiler::SkDrawTiler\28SkBitmapDevice*\2c\20SkRect\20const*\29 -1696:SkDrawBase::SkDrawBase\28\29 -1697:SkDraw::SkDraw\28\29 -1698:SkDevice::onReadPixels\28SkPixmap\20const&\2c\20int\2c\20int\29 -1699:SkDescriptor::operator==\28SkDescriptor\20const&\29\20const -1700:SkDQuad::RootsValidT\28double\2c\20double\2c\20double\2c\20double*\29 -1701:SkCanvas::saveLayer\28SkRect\20const*\2c\20SkPaint\20const*\29 -1702:SkCanvas::drawImageRect\28SkImage\20const*\2c\20SkRect\20const&\2c\20SkRect\20const&\2c\20SkSamplingOptions\20const&\2c\20SkPaint\20const*\2c\20SkCanvas::SrcRectConstraint\29 -1703:SkCanvas::AutoUpdateQRBounds::~AutoUpdateQRBounds\28\29 -1704:SkCachedData::ref\28\29\20const -1705:SkBulkGlyphMetrics::~SkBulkGlyphMetrics\28\29 -1706:SkBulkGlyphMetrics::SkBulkGlyphMetrics\28SkStrikeSpec\20const&\29 -1707:SkBitmap::setPixelRef\28sk_sp\2c\20int\2c\20int\29 -1708:SkAutoPixmapStorage::~SkAutoPixmapStorage\28\29 -1709:SkAlphaRuns::Break\28short*\2c\20unsigned\20char*\2c\20int\2c\20int\29 -1710:ReadSymbol -1711:ReadLE24s -1712:OT::ItemVariationStore::get_delta\28unsigned\20int\2c\20int\20const*\2c\20unsigned\20int\2c\20float*\29\20const -1713:OT::GSUBGPOS::get_lookup\28unsigned\20int\29\20const -1714:OT::CFFIndex>::operator\5b\5d\28unsigned\20int\29\20const -1715:IDecError -1716:GrTriangulator::EdgeList::insert\28GrTriangulator::Edge*\2c\20GrTriangulator::Edge*\29 -1717:GrSurfaceProxyView::mipmapped\28\29\20const -1718:GrSurfaceProxy::backingStoreBoundsRect\28\29\20const -1719:GrStyledShape::knownToBeConvex\28\29\20const -1720:GrStyledShape::GrStyledShape\28SkPath\20const&\2c\20GrStyle\20const&\2c\20GrStyledShape::DoSimplify\29 -1721:GrSimpleMeshDrawOpHelperWithStencil::isCompatible\28GrSimpleMeshDrawOpHelperWithStencil\20const&\2c\20GrCaps\20const&\2c\20SkRect\20const&\2c\20SkRect\20const&\2c\20bool\29\20const -1722:GrShape::asPath\28SkPath*\2c\20bool\29\20const -1723:GrScissorState::set\28SkIRect\20const&\29 -1724:GrRenderTask::~GrRenderTask\28\29 -1725:GrPixmap::Allocate\28GrImageInfo\20const&\29 -1726:GrImageInfo::makeColorType\28GrColorType\29\20const -1727:GrGpuResource::CacheAccess::release\28\29 -1728:GrGpuBuffer::map\28\29 -1729:GrGpu::didWriteToSurface\28GrSurface*\2c\20GrSurfaceOrigin\2c\20SkIRect\20const*\2c\20unsigned\20int\29\20const -1730:GrGeometryProcessor::TextureSampler::TextureSampler\28\29 -1731:GrGeometryProcessor::AttributeSet::begin\28\29\20const -1732:GrGeometryProcessor::AttributeSet::Iter::operator++\28\29 -1733:GrGLSLShaderBuilder::emitFunction\28SkSLType\2c\20char\20const*\2c\20SkSpan\2c\20char\20const*\29 -1734:GrGLFunction::GrGLFunction\28void\20\28*\29\28int\2c\20int\2c\20int\2c\20int\2c\20int\29\29::'lambda'\28void\20const*\2c\20int\2c\20int\2c\20int\2c\20int\2c\20int\29::__invoke\28void\20const*\2c\20int\2c\20int\2c\20int\2c\20int\2c\20int\29 -1735:GrConvertPixels\28GrPixmap\20const&\2c\20GrCPixmap\20const&\2c\20bool\29 -1736:GrColorSpaceXformEffect::Make\28std::__2::unique_ptr>\2c\20SkColorSpace*\2c\20SkAlphaType\2c\20SkColorSpace*\2c\20SkAlphaType\29 -1737:GrColorSpaceXformEffect::Make\28std::__2::unique_ptr>\2c\20GrColorInfo\20const&\2c\20GrColorInfo\20const&\29 -1738:GrAtlasManager::getAtlas\28skgpu::MaskFormat\29\20const -1739:FT_Get_Char_Index -1740:1524 -1741:write_buf -1742:wrapper_cmp -1743:void\20std::__2::__memberwise_forward_assign\5babi:ne180100\5d\2c\20std::__2::tuple\2c\20GrFragmentProcessor\20const*\2c\20GrGeometryProcessor::ProgramImpl::TransformInfo\2c\200ul\2c\201ul>\28std::__2::tuple&\2c\20std::__2::tuple&&\2c\20std::__2::__tuple_types\2c\20std::__2::__tuple_indices<0ul\2c\201ul>\29 -1744:void\20std::__2::__double_or_nothing\5babi:nn180100\5d\28std::__2::unique_ptr&\2c\20unsigned\20int*&\2c\20unsigned\20int*&\29 -1745:void\20icu_74::\28anonymous\20namespace\29::MixedBlocks::extend\28unsigned\20short\20const*\2c\20int\2c\20int\2c\20int\29 -1746:void\20AAT::Lookup>::collect_glyphs_filtered\28hb_bit_set_t&\2c\20unsigned\20int\2c\20hb_bit_page_t\20const&\29\20const -1747:void\20AAT::ClassTable>::collect_glyphs_filtered\28hb_bit_set_t&\2c\20unsigned\20int\2c\20hb_bit_page_t\20const&\29\20const -1748:void\20AAT::ClassTable>::collect_glyphs\28hb_bit_set_t&\2c\20unsigned\20int\29\20const -1749:utf8_prevCharSafeBody_74 -1750:ures_getStringWithAlias\28UResourceBundle\20const*\2c\20unsigned\20int\2c\20int\2c\20int*\2c\20UErrorCode*\29 -1751:ures_getStringByKeyWithFallback_74 -1752:unsigned\20long\20const&\20std::__2::max\5babi:nn180100\5d\28unsigned\20long\20const&\2c\20unsigned\20long\20const&\29 -1753:ulocimp_getCountry_74\28char\20const*\2c\20char\20const**\2c\20UErrorCode&\29 -1754:ulocimp_forLanguageTag_74 -1755:udata_getMemory_74 -1756:ucptrie_openFromBinary_74 -1757:u_charType_74 -1758:toupper -1759:top12_300 -1760:strcmpAfterPrefix\28char\20const*\2c\20char\20const*\2c\20int*\29 -1761:store\28unsigned\20char*\2c\20skvx::Vec<8\2c\20unsigned\20short>\20const&\2c\20int\29 -1762:std::__2::vector>::__vallocate\5babi:ne180100\5d\28unsigned\20long\29 -1763:std::__2::vector>::__recommend\5babi:ne180100\5d\28unsigned\20long\29\20const -1764:std::__2::unique_ptr::~unique_ptr\5babi:ne180100\5d\28\29 -1765:std::__2::unique_ptr>::reset\5babi:ne180100\5d\28skia::textlayout::Run*\29 -1766:std::__2::unique_ptr>::~unique_ptr\5babi:ne180100\5d\28\29 -1767:std::__2::unique_ptr>::~unique_ptr\5babi:ne180100\5d\28\29 -1768:std::__2::unique_ptr>::~unique_ptr\5babi:ne180100\5d\28\29 -1769:std::__2::optional::value\5babi:ne180100\5d\28\29\20& -1770:std::__2::numpunct\20const&\20std::__2::use_facet\5babi:nn180100\5d>\28std::__2::locale\20const&\29 -1771:std::__2::numpunct\20const&\20std::__2::use_facet\5babi:nn180100\5d>\28std::__2::locale\20const&\29 -1772:std::__2::istreambuf_iterator>::istreambuf_iterator\5babi:nn180100\5d\28\29 -1773:std::__2::function::operator\28\29\28int\2c\20skia::textlayout::Paragraph::VisitorInfo\20const*\29\20const -1774:std::__2::enable_if::value\2c\20sk_sp>::type\20GrResourceProvider::findByUniqueKey\28skgpu::UniqueKey\20const&\29 -1775:std::__2::deque>::end\5babi:ne180100\5d\28\29 -1776:std::__2::ctype::narrow\5babi:nn180100\5d\28wchar_t\2c\20char\29\20const -1777:std::__2::ctype::narrow\5babi:nn180100\5d\28char\2c\20char\29\20const -1778:std::__2::basic_string\2c\20std::__2::allocator>::__recommend\5babi:nn180100\5d\28unsigned\20long\29 -1779:std::__2::basic_string\2c\20std::__2::allocator>\20std::__2::operator+\5babi:ne180100\5d\2c\20std::__2::allocator>\28std::__2::basic_string\2c\20std::__2::allocator>&&\2c\20char\29 -1780:std::__2::basic_streambuf>::sputn\5babi:nn180100\5d\28char\20const*\2c\20long\29 -1781:std::__2::basic_streambuf>::setg\5babi:nn180100\5d\28char*\2c\20char*\2c\20char*\29 -1782:std::__2::__tree\2c\20std::__2::__map_value_compare\2c\20std::__2::less\2c\20true>\2c\20std::__2::allocator>>::destroy\28std::__2::__tree_node\2c\20void*>*\29 -1783:std::__2::__num_get::__stage2_int_loop\28wchar_t\2c\20int\2c\20char*\2c\20char*&\2c\20unsigned\20int&\2c\20wchar_t\2c\20std::__2::basic_string\2c\20std::__2::allocator>\20const&\2c\20unsigned\20int*\2c\20unsigned\20int*&\2c\20wchar_t\20const*\29 -1784:std::__2::__num_get::__stage2_int_loop\28char\2c\20int\2c\20char*\2c\20char*&\2c\20unsigned\20int&\2c\20char\2c\20std::__2::basic_string\2c\20std::__2::allocator>\20const&\2c\20unsigned\20int*\2c\20unsigned\20int*&\2c\20char\20const*\29 -1785:std::__2::__next_prime\28unsigned\20long\29 -1786:std::__2::__exception_guard_exceptions>::__destroy_vector>::~__exception_guard_exceptions\5babi:ne180100\5d\28\29 -1787:std::__2::__allocation_result>::pointer>\20std::__2::__allocate_at_least\5babi:nn180100\5d>\28std::__2::allocator&\2c\20unsigned\20long\29 -1788:std::__2::__allocation_result>::pointer>\20std::__2::__allocate_at_least\5babi:nn180100\5d>\28std::__2::allocator&\2c\20unsigned\20long\29 -1789:src_p\28unsigned\20char\2c\20unsigned\20char\29 -1790:sort_r_swap\28char*\2c\20char*\2c\20unsigned\20long\29 -1791:skvx::Vec<4\2c\20float>\20skvx::operator+<4\2c\20float\2c\20float\2c\20void>\28skvx::Vec<4\2c\20float>\20const&\2c\20float\29 -1792:skvx::Vec<4\2c\20float>\20skvx::operator*<4\2c\20float\2c\20int\2c\20void>\28int\2c\20skvx::Vec<4\2c\20float>\20const&\29\20\28.7217\29 -1793:sktext::SkStrikePromise::SkStrikePromise\28sktext::SkStrikePromise&&\29 -1794:skif::\28anonymous\20namespace\29::downscale_step_count\28float\29 -1795:skif::LayerSpace::mapRect\28skif::LayerSpace\20const&\29\20const -1796:skif::LayerSpace::relevantSubset\28skif::LayerSpace\2c\20SkTileMode\29\20const -1797:skia_private::THashTable>\2c\20SkSL::IntrinsicKind\2c\20SkGoodHash>::Pair\2c\20std::__2::basic_string_view>\2c\20skia_private::THashMap>\2c\20SkSL::IntrinsicKind\2c\20SkGoodHash>::Pair>::resize\28int\29 -1798:skia_private::THashTable>\2c\20SkSL::IntrinsicKind\2c\20SkGoodHash>::Pair\2c\20std::__2::basic_string_view>\2c\20skia_private::THashMap>\2c\20SkSL::IntrinsicKind\2c\20SkGoodHash>::Pair>::Hash\28std::__2::basic_string_view>\20const&\29 -1799:skia_private::THashTable::AdaptedTraits>::Hash\28skgpu::ganesh::SmallPathShapeDataKey\20const&\29 -1800:skia_private::THashSet::contains\28SkSL::Variable\20const*\20const&\29\20const -1801:skia_private::TArray::checkRealloc\28int\2c\20double\29 -1802:skia_private::TArray::installDataAndUpdateCapacity\28SkSpan\29 -1803:skia_private::TArray\2c\20true>::~TArray\28\29 -1804:skia_private::TArray::push_back_raw\28int\29 -1805:skia_private::TArray::copy\28float\20const*\29 -1806:skia_private::TArray::push_back\28SkSL::Variable*&&\29 -1807:skia_private::TArray::preallocateNewData\28int\2c\20double\29 -1808:skia_private::TArray::resize_back\28int\29 -1809:skia_private::AutoSTArray<4\2c\20float>::reset\28int\29 -1810:skia_png_free_data -1811:skia::textlayout::TextStyle::TextStyle\28\29 -1812:skia::textlayout::Run::Run\28skia::textlayout::ParagraphImpl*\2c\20SkShaper::RunHandler::RunInfo\20const&\2c\20unsigned\20long\2c\20float\2c\20bool\2c\20float\2c\20unsigned\20long\2c\20float\29 -1813:skia::textlayout::InternalLineMetrics::delta\28\29\20const -1814:skia::textlayout::Cluster::Cluster\28skia::textlayout::ParagraphImpl*\2c\20unsigned\20long\2c\20unsigned\20long\2c\20unsigned\20long\2c\20SkSpan\2c\20float\2c\20float\29 -1815:skgpu::tess::PatchWriter\2c\20skgpu::tess::Optional<\28skgpu::tess::PatchAttribs\294>\2c\20skgpu::tess::Optional<\28skgpu::tess::PatchAttribs\298>\2c\20skgpu::tess::Optional<\28skgpu::tess::PatchAttribs\2964>\2c\20skgpu::tess::Optional<\28skgpu::tess::PatchAttribs\2932>\2c\20skgpu::tess::ReplicateLineEndPoints\2c\20skgpu::tess::TrackJoinControlPoints>::chopAndWriteCubics\28skvx::Vec<2\2c\20float>\2c\20skvx::Vec<2\2c\20float>\2c\20skvx::Vec<2\2c\20float>\2c\20skvx::Vec<2\2c\20float>\2c\20int\29 -1816:skgpu::ganesh::SurfaceDrawContext::fillRectToRect\28GrClip\20const*\2c\20GrPaint&&\2c\20GrAA\2c\20SkMatrix\20const&\2c\20SkRect\20const&\2c\20SkRect\20const&\29 -1817:skgpu::ganesh::ClipStack::RawElement::contains\28skgpu::ganesh::ClipStack::RawElement\20const&\29\20const -1818:skgpu::VertexWriter&\20skgpu::operator<<<4\2c\20SkPoint>\28skgpu::VertexWriter&\2c\20skgpu::VertexWriter::RepeatDesc<4\2c\20SkPoint>\20const&\29 -1819:skgpu::TAsyncReadResult::addCpuPlane\28sk_sp\2c\20unsigned\20long\29 -1820:skgpu::Swizzle::RGB1\28\29 -1821:skcms_TransferFunction_invert -1822:skcms_Matrix3x3_concat -1823:sk_sp::reset\28SkPathRef*\29 -1824:sk_sp::reset\28SkMeshPriv::VB\20const*\29 -1825:sk_malloc_throw\28unsigned\20long\29 -1826:sk_doubles_nearly_equal_ulps\28double\2c\20double\2c\20unsigned\20char\29 -1827:sbrk -1828:res_getArrayItem_74 -1829:read_curves\28unsigned\20char\20const*\2c\20unsigned\20int\2c\20unsigned\20int\2c\20unsigned\20int\2c\20skcms_Curve*\29 -1830:quick_div\28int\2c\20int\29 -1831:processPropertySeq\28UBiDi*\2c\20LevState*\2c\20unsigned\20char\2c\20int\2c\20int\29 -1832:path_cubicTo -1833:memchr -1834:left\28SkPoint\20const&\2c\20SkPoint\20const&\29 -1835:inversion\28GrTriangulator::Vertex*\2c\20GrTriangulator::Vertex*\2c\20GrTriangulator::Edge*\2c\20GrTriangulator::Comparator\20const&\29 -1836:interp_quad_coords\28double\20const*\2c\20double\29 -1837:init_entry\28char\20const*\2c\20char\20const*\2c\20UErrorCode*\29 -1838:icu_74::umtx_initImplPreInit\28icu_74::UInitOnce&\29 -1839:icu_74::umtx_initImplPostInit\28icu_74::UInitOnce&\29 -1840:icu_74::\28anonymous\20namespace\29::appendUnchanged\28char16_t*\2c\20int\2c\20int\2c\20char16_t\20const*\2c\20int\2c\20unsigned\20int\2c\20icu_74::Edits*\29 -1841:icu_74::UnicodeString::truncate\28int\29 -1842:icu_74::UnicodeString::releaseBuffer\28int\29 -1843:icu_74::UnicodeString::releaseArray\28\29 -1844:icu_74::UnicodeString::doReplace\28int\2c\20int\2c\20char16_t\20const*\2c\20int\2c\20int\29 -1845:icu_74::UnicodeString::UnicodeString\28char\20const*\2c\20int\2c\20icu_74::UnicodeString::EInvariant\29 -1846:icu_74::UnicodeSetStringSpan::~UnicodeSetStringSpan\28\29 -1847:icu_74::UnicodeSet::setToBogus\28\29 -1848:icu_74::UnicodeSet::operator=\28icu_74::UnicodeSet\20const&\29 -1849:icu_74::UnicodeSet::clear\28\29 -1850:icu_74::UVector::ensureCapacity\28int\2c\20UErrorCode&\29 -1851:icu_74::UVector32::UVector32\28int\2c\20UErrorCode&\29 -1852:icu_74::UCharsTrieElement::getString\28icu_74::UnicodeString\20const&\29\20const -1853:icu_74::ReorderingBuffer::append\28int\2c\20unsigned\20char\2c\20UErrorCode&\29 -1854:icu_74::PossibleWord::backUp\28UText*\29 -1855:icu_74::PossibleWord::acceptMarked\28UText*\29 -1856:icu_74::Normalizer2Factory::getNFCImpl\28UErrorCode&\29 -1857:icu_74::Locale::Locale\28\29 -1858:icu_74::LocalPointer::~LocalPointer\28\29 -1859:icu_74::LSR::indexForRegion\28char\20const*\29 -1860:icu_74::LSR::LSR\28char\2c\20char\20const*\2c\20char\20const*\2c\20char\20const*\2c\20int\2c\20UErrorCode&\29 -1861:icu_74::DictionaryBreakEngine::DictionaryBreakEngine\28\29 -1862:icu_74::CharacterProperties::getInclusionsForProperty\28UProperty\2c\20UErrorCode&\29 -1863:hb_serialize_context_t::object_t::fini\28\29 -1864:hb_sanitize_context_t::init\28hb_blob_t*\29 -1865:hb_ot_map_builder_t::add_feature\28hb_ot_map_feature_t\20const&\29 -1866:hb_buffer_t::ensure\28unsigned\20int\29 -1867:hb_blob_ptr_t::destroy\28\29 -1868:hb_bit_set_t::page_for\28unsigned\20int\2c\20bool\29 -1869:hairquad\28SkPoint\20const*\2c\20SkRegion\20const*\2c\20SkRect\20const*\2c\20SkRect\20const*\2c\20SkBlitter*\2c\20int\2c\20void\20\28*\29\28SkPoint\20const*\2c\20int\2c\20SkRegion\20const*\2c\20SkBlitter*\29\29 -1870:fmt_u -1871:float*\20SkArenaAlloc::allocUninitializedArray\28unsigned\20long\29 -1872:expf -1873:duplicate_pt\28SkPoint\20const&\2c\20SkPoint\20const&\29 -1874:decltype\28u_hasBinaryProperty_74\28std::forward\28fp\29\2c\20std::forward\28fp\29\29\29\20sk_u_hasBinaryProperty\28int&\2c\20UProperty&&\29 -1875:compute_quad_level\28SkPoint\20const*\29 -1876:compute_ULong_sum -1877:cff2_extents_param_t::update_bounds\28CFF::point_t\20const&\29 -1878:cf2_glyphpath_hintPoint -1879:cf2_arrstack_getPointer -1880:cbrtf -1881:can_add_curve\28SkPath::Verb\2c\20SkPoint*\29 -1882:call_hline_blitter\28SkBlitter*\2c\20int\2c\20int\2c\20int\2c\20unsigned\20int\29 -1883:bounds_t::update\28CFF::point_t\20const&\29 -1884:bool\20hb_sanitize_context_t::check_array>\28OT::IntType\20const*\2c\20unsigned\20int\29\20const -1885:bool\20OT::OffsetTo\2c\20void\2c\20true>::sanitize<>\28hb_sanitize_context_t*\2c\20void\20const*\29\20const -1886:bool\20OT::OffsetTo\2c\20OT::Layout::GPOS_impl::CursivePosFormat1\2c\20true>::sanitize<>\28hb_sanitize_context_t*\2c\20OT::Layout::GPOS_impl::CursivePosFormat1\20const*\29\20const -1887:bool\20OT::OffsetTo\2c\20void\2c\20true>::sanitize<>\28hb_sanitize_context_t*\2c\20void\20const*\29\20const -1888:atan2f -1889:af_shaper_get_cluster -1890:_uhash_find\28UHashtable\20const*\2c\20UElement\2c\20int\29 -1891:_hb_ot_metrics_get_position_common\28hb_font_t*\2c\20hb_ot_metrics_tag_t\2c\20int*\29 -1892:__wasi_syscall_ret -1893:__tandf -1894:__syscall_ret -1895:__floatunsitf -1896:__cxa_allocate_exception -1897:_ZZNK6sktext3gpu12VertexFiller14fillVertexDataEii6SkSpanIPKNS0_5GlyphEERK8SkRGBA4fIL11SkAlphaType2EERK8SkMatrix7SkIRectPvENK3$_0clIPA4_NS0_12Mask2DVertexEEEDaT_ -1898:\28anonymous\20namespace\29::subtract\28SkIRect\20const&\2c\20SkIRect\20const&\2c\20bool\29 -1899:\28anonymous\20namespace\29::MeshOp::fixedFunctionFlags\28\29\20const -1900:\28anonymous\20namespace\29::DrawAtlasOpImpl::fixedFunctionFlags\28\29\20const -1901:VP8LFillBitWindow -1902:Update_Max -1903:TT_Get_MM_Var -1904:SkWriteBuffer::writeDataAsByteArray\28SkData\20const*\29 -1905:SkUTF::UTF8ToUTF16\28unsigned\20short*\2c\20int\2c\20char\20const*\2c\20unsigned\20long\29 -1906:SkTextBlob::RunRecord::textSize\28\29\20const -1907:SkTSpan::resetBounds\28SkTCurve\20const&\29 -1908:SkTSect::removeSpan\28SkTSpan*\29 -1909:SkTSect::BinarySearch\28SkTSect*\2c\20SkTSect*\2c\20SkIntersections*\29 -1910:SkTInternalLList::remove\28skgpu::Plot*\29 -1911:SkTInternalLList>\2c\20SkGoodHash\2c\20SkNoOpPurge>::Entry>::remove\28SkLRUCache>\2c\20SkGoodHash\2c\20SkNoOpPurge>::Entry*\29 -1912:SkTDArray::append\28\29 -1913:SkTConic::operator\5b\5d\28int\29\20const -1914:SkTBlockList::~SkTBlockList\28\29 -1915:SkStrokeRec::needToApply\28\29\20const -1916:SkStrokeRec::SkStrokeRec\28SkPaint\20const&\2c\20float\29 -1917:SkString::set\28char\20const*\2c\20unsigned\20long\29 -1918:SkStrikeSpec::findOrCreateStrike\28\29\20const -1919:SkStrike::digestFor\28skglyph::ActionType\2c\20SkPackedGlyphID\29 -1920:SkShaders::MatrixRec::applyForFragmentProcessor\28SkMatrix\20const&\29\20const -1921:SkScan::FillRect\28SkRect\20const&\2c\20SkRasterClip\20const&\2c\20SkBlitter*\29 -1922:SkScalerContext_FreeType::setupSize\28\29 -1923:SkSampler::Fill\28SkImageInfo\20const&\2c\20void*\2c\20unsigned\20long\2c\20SkCodec::ZeroInitialized\29 -1924:SkSL::type_is_valid_for_color\28SkSL::Type\20const&\29 -1925:SkSL::optimize_intrinsic_call\28SkSL::Context\20const&\2c\20SkSL::Position\2c\20SkSL::IntrinsicKind\2c\20SkSL::ExpressionArray\20const&\2c\20SkSL::Type\20const&\29::$_4::operator\28\29\28int\29\20const -1926:SkSL::optimize_intrinsic_call\28SkSL::Context\20const&\2c\20SkSL::Position\2c\20SkSL::IntrinsicKind\2c\20SkSL::ExpressionArray\20const&\2c\20SkSL::Type\20const&\29::$_3::operator\28\29\28int\29\20const -1927:SkSL::optimize_comparison\28SkSL::Context\20const&\2c\20std::__2::array\20const&\2c\20bool\20\28*\29\28double\2c\20double\29\29 -1928:SkSL::VariableReference::Make\28SkSL::Position\2c\20SkSL::Variable\20const*\2c\20SkSL::VariableRefKind\29 -1929:SkSL::Variable*\20SkSL::SymbolTable::add\28SkSL::Context\20const&\2c\20std::__2::unique_ptr>\29 -1930:SkSL::Type::coercionCost\28SkSL::Type\20const&\29\20const -1931:SkSL::SymbolTable::addArrayDimension\28SkSL::Context\20const&\2c\20SkSL::Type\20const*\2c\20int\29 -1932:SkSL::String::appendf\28std::__2::basic_string\2c\20std::__2::allocator>*\2c\20char\20const*\2c\20...\29 -1933:SkSL::RP::VariableLValue::fixedSlotRange\28SkSL::RP::Generator*\29 -1934:SkSL::RP::Program::appendCopySlotsUnmasked\28skia_private::TArray*\2c\20SkArenaAlloc*\2c\20unsigned\20int\2c\20unsigned\20int\2c\20int\29\20const -1935:SkSL::RP::Generator::pushBinaryExpression\28SkSL::Expression\20const&\2c\20SkSL::Operator\2c\20SkSL::Expression\20const&\29 -1936:SkSL::RP::Generator::emitTraceLine\28SkSL::Position\29 -1937:SkSL::RP::AutoStack::enter\28\29 -1938:SkSL::PipelineStage::PipelineStageCodeGenerator::writeStatement\28SkSL::Statement\20const&\29 -1939:SkSL::Operator::determineBinaryType\28SkSL::Context\20const&\2c\20SkSL::Type\20const&\2c\20SkSL::Type\20const&\2c\20SkSL::Type\20const**\2c\20SkSL::Type\20const**\2c\20SkSL::Type\20const**\29\20const -1940:SkSL::NativeShader::~NativeShader\28\29 -1941:SkSL::GLSLCodeGenerator::getTypePrecision\28SkSL::Type\20const&\29 -1942:SkSL::ExpressionStatement::Make\28SkSL::Context\20const&\2c\20std::__2::unique_ptr>\29 -1943:SkSL::ConstructorDiagonalMatrix::Make\28SkSL::Context\20const&\2c\20SkSL::Position\2c\20SkSL::Type\20const&\2c\20std::__2::unique_ptr>\29 -1944:SkSL::ConstructorArrayCast::~ConstructorArrayCast\28\29 -1945:SkSL::ConstantFolder::MakeConstantValueForVariable\28SkSL::Position\2c\20std::__2::unique_ptr>\29 -1946:SkSBlockAllocator<64ul>::SkSBlockAllocator\28SkBlockAllocator::GrowthPolicy\2c\20unsigned\20long\29 -1947:SkRuntimeEffectBuilder::writableUniformData\28\29 -1948:SkRuntimeEffect::uniformSize\28\29\20const -1949:SkResourceCache::Key::init\28void*\2c\20unsigned\20long\20long\2c\20unsigned\20long\29 -1950:SkRegion::op\28SkRegion\20const&\2c\20SkRegion::Op\29 -1951:SkRect::Bounds\28SkSpan\29 -1952:SkRasterPipelineBlitter::appendStore\28SkRasterPipeline*\29\20const -1953:SkRasterPipeline::compile\28\29\20const -1954:SkRasterPipeline::appendClampIfNormalized\28SkImageInfo\20const&\29 -1955:SkRasterClipStack::writable_rc\28\29 -1956:SkPointPriv::EqualsWithinTolerance\28SkPoint\20const&\2c\20SkPoint\20const&\29 -1957:SkPoint::Length\28float\2c\20float\29 -1958:SkPixmap::operator=\28SkPixmap&&\29 -1959:SkPathWriter::matchedLast\28SkOpPtT\20const*\29\20const -1960:SkPathWriter::finishContour\28\29 -1961:SkPathRef::atVerb\28int\29\20const -1962:SkPathEdgeIter::next\28\29 -1963:SkPathBuilder::reset\28\29 -1964:SkPathBuilder::moveTo\28float\2c\20float\29 -1965:SkPathBuilder::ensureMove\28\29 -1966:SkPath::addRRect\28SkRRect\20const&\2c\20SkPathDirection\29 -1967:SkPath::Polygon\28SkSpan\2c\20bool\2c\20SkPathFillType\2c\20bool\29 -1968:SkPaint::operator=\28SkPaint\20const&\29 -1969:SkPaint::nothingToDraw\28\29\20const -1970:SkPaint::isSrcOver\28\29\20const -1971:SkOpSpanBase::contains\28SkOpSegment\20const*\29\20const -1972:SkOpSegment::updateWinding\28SkOpSpanBase*\2c\20SkOpSpanBase*\29 -1973:SkOpAngle::linesOnOriginalSide\28SkOpAngle\20const*\29 -1974:SkNoPixelsDevice::writableClip\28\29 -1975:SkNextID::ImageID\28\29 -1976:SkMatrix::isFinite\28\29\20const -1977:SkMatrix::decomposeScale\28SkSize*\2c\20SkMatrix*\29\20const -1978:SkMaskFilterBase::getFlattenableType\28\29\20const -1979:SkMaskBuilder::AllocImage\28unsigned\20long\2c\20SkMaskBuilder::AllocType\29 -1980:SkMask::computeImageSize\28\29\20const -1981:SkMask::AlphaIter<\28SkMask::Format\294>::operator*\28\29\20const -1982:SkM44::SkM44\28SkMatrix\20const&\29 -1983:SkKnownRuntimeEffects::\28anonymous\20namespace\29::make_blur_2D_shader\28int\2c\20SkKnownRuntimeEffects::StableKey\29 -1984:SkKnownRuntimeEffects::\28anonymous\20namespace\29::make_blur_1D_shader\28int\2c\20SkKnownRuntimeEffects::StableKey\29 -1985:SkKnownRuntimeEffects::GetKnownRuntimeEffect\28SkKnownRuntimeEffects::StableKey\29 -1986:SkJSONWriter::endObject\28\29 -1987:SkJSONWriter::beginObject\28char\20const*\2c\20bool\29 -1988:SkJSONWriter::appendName\28char\20const*\29 -1989:SkIntersections::flip\28\29 -1990:SkImageFilter::getInput\28int\29\20const -1991:SkIDChangeListener::List::changed\28\29 -1992:SkFont::unicharToGlyph\28int\29\20const -1993:SkDrawable::draw\28SkCanvas*\2c\20SkMatrix\20const*\29 -1994:SkDrawBase::drawRect\28SkRect\20const&\2c\20SkPaint\20const&\29\20const -1995:SkDevice::setLocalToDevice\28SkM44\20const&\29 -1996:SkData::MakeWithoutCopy\28void\20const*\2c\20unsigned\20long\29 -1997:SkDRect::add\28SkDPoint\20const&\29 -1998:SkConic::chopAt\28float\2c\20SkConic*\29\20const -1999:SkColorSpace::gammaIsLinear\28\29\20const -2000:SkColorFilters::Blend\28unsigned\20int\2c\20SkBlendMode\29 -2001:SkColorFilter::makeComposed\28sk_sp\29\20const -2002:SkChopCubicAtHalf\28SkPoint\20const*\2c\20SkPoint*\29 -2003:SkCanvas::computeDeviceClipBounds\28bool\29\20const -2004:SkBlockAllocator::ByteRange\20SkBlockAllocator::allocate<4ul\2c\200ul>\28unsigned\20long\29 -2005:SkBitmap::operator=\28SkBitmap\20const&\29 -2006:SkBinaryWriteBuffer::~SkBinaryWriteBuffer\28\29 -2007:SkAutoSMalloc<1024ul>::SkAutoSMalloc\28unsigned\20long\29 -2008:RunBasedAdditiveBlitter::checkY\28int\29 -2009:RoughlyEqualUlps\28double\2c\20double\29 -2010:Read255UShort -2011:PS_Conv_ToFixed -2012:OT::post::accelerator_t::cmp_gids\28void\20const*\2c\20void\20const*\2c\20void*\29 -2013:OT::hmtxvmtx::accelerator_t::get_advance_without_var_unscaled\28unsigned\20int\29\20const -2014:OT::Layout::GPOS_impl::ValueFormat::apply_value\28OT::hb_ot_apply_context_t*\2c\20OT::Layout::GPOS_impl::ValueBase\20const*\2c\20OT::IntType\20const*\2c\20hb_glyph_position_t&\29\20const -2015:GrTriangulator::VertexList::remove\28GrTriangulator::Vertex*\29 -2016:GrTriangulator::Vertex*\20SkArenaAlloc::make\28SkPoint&\2c\20int&&\29 -2017:GrTriangulator::Poly::addEdge\28GrTriangulator::Edge*\2c\20GrTriangulator::Side\2c\20GrTriangulator*\29 -2018:GrTextureEffect::MakeSubset\28GrSurfaceProxyView\2c\20SkAlphaType\2c\20SkMatrix\20const&\2c\20GrSamplerState\2c\20SkRect\20const&\2c\20GrCaps\20const&\2c\20float\20const*\2c\20bool\29 -2019:GrSurface::invokeReleaseProc\28\29 -2020:GrSurface::GrSurface\28GrGpu*\2c\20SkISize\20const&\2c\20skgpu::Protected\2c\20std::__2::basic_string_view>\29 -2021:GrStyledShape::operator=\28GrStyledShape\20const&\29 -2022:GrSimpleMeshDrawOpHelperWithStencil::createProgramInfoWithStencil\28GrCaps\20const*\2c\20SkArenaAlloc*\2c\20GrSurfaceProxyView\20const&\2c\20bool\2c\20GrAppliedClip&&\2c\20GrDstProxyView\20const&\2c\20GrGeometryProcessor*\2c\20GrPrimitiveType\2c\20GrXferBarrierFlags\2c\20GrLoadOp\29 -2023:GrSimpleMeshDrawOpHelper::CreateProgramInfo\28GrCaps\20const*\2c\20SkArenaAlloc*\2c\20GrSurfaceProxyView\20const&\2c\20bool\2c\20GrAppliedClip&&\2c\20GrDstProxyView\20const&\2c\20GrGeometryProcessor*\2c\20GrProcessorSet&&\2c\20GrPrimitiveType\2c\20GrXferBarrierFlags\2c\20GrLoadOp\2c\20GrPipeline::InputFlags\2c\20GrUserStencilSettings\20const*\29 -2024:GrShape::setRRect\28SkRRect\20const&\29 -2025:GrShape::reset\28GrShape::Type\29 -2026:GrResourceProvider::findOrCreatePatternedIndexBuffer\28unsigned\20short\20const*\2c\20int\2c\20int\2c\20int\2c\20skgpu::UniqueKey\20const&\29 -2027:GrResourceProvider::createBuffer\28unsigned\20long\2c\20GrGpuBufferType\2c\20GrAccessPattern\2c\20GrResourceProvider::ZeroInit\29 -2028:GrResourceProvider::assignUniqueKeyToResource\28skgpu::UniqueKey\20const&\2c\20GrGpuResource*\29 -2029:GrRenderTask::addDependency\28GrRenderTask*\29 -2030:GrRenderTask::GrRenderTask\28\29 -2031:GrRenderTarget::onRelease\28\29 -2032:GrQuadUtils::TessellationHelper::Vertices::asGrQuads\28GrQuad*\2c\20GrQuad::Type\2c\20GrQuad*\2c\20GrQuad::Type\29\20const -2033:GrProxyProvider::findOrCreateProxyByUniqueKey\28skgpu::UniqueKey\20const&\2c\20GrSurfaceProxy::UseAllocator\29 -2034:GrProxyProvider::assignUniqueKeyToProxy\28skgpu::UniqueKey\20const&\2c\20GrTextureProxy*\29 -2035:GrPaint::setCoverageFragmentProcessor\28std::__2::unique_ptr>\29 -2036:GrMeshDrawOp::QuadHelper::QuadHelper\28GrMeshDrawTarget*\2c\20unsigned\20long\2c\20int\29 -2037:GrMakeCachedBitmapProxyView\28GrRecordingContext*\2c\20SkBitmap\20const&\2c\20std::__2::basic_string_view>\2c\20skgpu::Mipmapped\29 -2038:GrIsStrokeHairlineOrEquivalent\28GrStyle\20const&\2c\20SkMatrix\20const&\2c\20float*\29 -2039:GrImageInfo::minRowBytes\28\29\20const -2040:GrGpuResource::CacheAccess::isUsableAsScratch\28\29\20const -2041:GrGeometryProcessor::ProgramImpl::setupUniformColor\28GrGLSLFPFragmentBuilder*\2c\20GrGLSLUniformHandler*\2c\20char\20const*\2c\20GrResourceHandle*\29 -2042:GrGLSLUniformHandler::addUniformArray\28GrProcessor\20const*\2c\20unsigned\20int\2c\20SkSLType\2c\20char\20const*\2c\20int\2c\20char\20const**\29 -2043:GrGLSLShaderBuilder::code\28\29 -2044:GrGLOpsRenderPass::bindVertexBuffer\28GrBuffer\20const*\2c\20int\29 -2045:GrGLGpu::unbindSurfaceFBOForPixelOps\28GrSurface*\2c\20int\2c\20unsigned\20int\29 -2046:GrGLGpu::flushRenderTarget\28GrGLRenderTarget*\2c\20bool\29 -2047:GrGLGpu::bindSurfaceFBOForPixelOps\28GrSurface*\2c\20int\2c\20unsigned\20int\2c\20GrGLGpu::TempFBOTarget\29 -2048:GrGLCompileAndAttachShader\28GrGLContext\20const&\2c\20unsigned\20int\2c\20unsigned\20int\2c\20SkSL::NativeShader\20const&\2c\20bool\2c\20GrThreadSafePipelineBuilder::Stats*\2c\20skgpu::ShaderErrorHandler*\29 -2049:GrFragmentProcessors::Make\28skgpu::ganesh::SurfaceDrawContext*\2c\20SkColorFilter\20const*\2c\20std::__2::unique_ptr>\2c\20GrColorInfo\20const&\2c\20SkSurfaceProps\20const&\29 -2050:GrFragmentProcessor::visitTextureEffects\28std::__2::function\20const&\29\20const -2051:GrFragmentProcessor::MakeColor\28SkRGBA4f<\28SkAlphaType\292>\29 -2052:GrDirectContextPriv::flushSurface\28GrSurfaceProxy*\2c\20SkSurfaces::BackendSurfaceAccess\2c\20GrFlushInfo\20const&\2c\20skgpu::MutableTextureState\20const*\29 -2053:GrBlendFragmentProcessor::Make\28std::__2::unique_ptr>\2c\20std::__2::unique_ptr>\2c\20SkBlendMode\2c\20bool\29 -2054:GrBackendFormat::operator=\28GrBackendFormat\20const&\29 -2055:GrAAConvexTessellator::addPt\28SkPoint\20const&\2c\20float\2c\20float\2c\20bool\2c\20GrAAConvexTessellator::CurveState\29 -2056:GetHtreeGroupForPos -2057:FilterLoop26_C -2058:FilterLoop24_C -2059:FT_Outline_Transform -2060:ExtensionListEntry*\20icu_74::MemoryPool::create<>\28\29 -2061:CFF::parsed_values_t::add_op\28unsigned\20int\2c\20CFF::byte_str_ref_t\20const&\2c\20CFF::op_str_t\20const&\29 -2062:CFF::dict_opset_t::process_op\28unsigned\20int\2c\20CFF::interp_env_t&\29 -2063:CFF::cs_opset_t\2c\20cff2_extents_param_t\2c\20cff2_path_procs_extents_t>::process_post_move\28unsigned\20int\2c\20CFF::cff2_cs_interp_env_t&\2c\20cff2_extents_param_t&\29 -2064:CFF::cs_opset_t::process_post_move\28unsigned\20int\2c\20CFF::cff1_cs_interp_env_t&\2c\20cff1_extents_param_t&\29 -2065:CFF::cs_interp_env_t>>::determine_hintmask_size\28\29 -2066:BlockIndexIterator::Last\28SkBlockAllocator::Block\20const*\29\2c\20&SkTBlockList::First\28SkBlockAllocator::Block\20const*\29\2c\20&SkTBlockList::Decrement\28SkBlockAllocator::Block\20const*\2c\20int\29\2c\20&SkTBlockList::GetItem\28SkBlockAllocator::Block*\2c\20int\29>::begin\28\29\20const -2067:AlmostBetweenUlps\28double\2c\20double\2c\20double\29 -2068:ActiveEdgeList::SingleRotation\28ActiveEdge*\2c\20int\29 -2069:AAT::hb_aat_apply_context_t::replace_glyph_inplace\28unsigned\20int\2c\20unsigned\20int\29 -2070:1854 -2071:1855 -2072:1856 -2073:1857 -2074:void\20std::__2::__stable_sort\20const&\2c\20unsigned\20int\2c\20FT_COLR_Paint_\20const&\2c\20SkPaint*\29::$_0::operator\28\29\28FT_ColorStopIterator_\20const&\2c\20std::__2::vector>&\2c\20std::__2::vector\2c\20std::__2::allocator>>&\29\20const::'lambda'\28\28anonymous\20namespace\29::colrv1_configure_skpaint\28FT_FaceRec_*\2c\20SkSpan\20const&\2c\20unsigned\20int\2c\20FT_COLR_Paint_\20const&\2c\20SkPaint*\29::$_0::operator\28\29\28FT_ColorStopIterator_\20const&\2c\20std::__2::vector>&\2c\20std::__2::vector\2c\20std::__2::allocator>>&\29\20const::ColorStop\20const&\2c\20\28anonymous\20namespace\29::colrv1_configure_skpaint\28FT_FaceRec_*\2c\20SkSpan\20const&\2c\20unsigned\20int\2c\20FT_COLR_Paint_\20const&\2c\20SkPaint*\29::$_0::operator\28\29\28FT_ColorStopIterator_\20const&\2c\20std::__2::vector>&\2c\20std::__2::vector\2c\20std::__2::allocator>>&\29\20const::ColorStop\20const&\29&\2c\20std::__2::__wrap_iter<\28anonymous\20namespace\29::colrv1_configure_skpaint\28FT_FaceRec_*\2c\20SkSpan\20const&\2c\20unsigned\20int\2c\20FT_COLR_Paint_\20const&\2c\20SkPaint*\29::$_0::operator\28\29\28FT_ColorStopIterator_\20const&\2c\20std::__2::vector>&\2c\20std::__2::vector\2c\20std::__2::allocator>>&\29\20const::ColorStop*>>\28std::__2::__wrap_iter<\28anonymous\20namespace\29::colrv1_configure_skpaint\28FT_FaceRec_*\2c\20SkSpan\20const&\2c\20unsigned\20int\2c\20FT_COLR_Paint_\20const&\2c\20SkPaint*\29::$_0::operator\28\29\28FT_ColorStopIterator_\20const&\2c\20std::__2::vector>&\2c\20std::__2::vector\2c\20std::__2::allocator>>&\29\20const::ColorStop*>\2c\20std::__2::__wrap_iter<\28anonymous\20namespace\29::colrv1_configure_skpaint\28FT_FaceRec_*\2c\20SkSpan\20const&\2c\20unsigned\20int\2c\20FT_COLR_Paint_\20const&\2c\20SkPaint*\29::$_0::operator\28\29\28FT_ColorStopIterator_\20const&\2c\20std::__2::vector>&\2c\20std::__2::vector\2c\20std::__2::allocator>>&\29\20const::ColorStop*>\2c\20\28anonymous\20namespace\29::colrv1_configure_skpaint\28FT_FaceRec_*\2c\20SkSpan\20const&\2c\20unsigned\20int\2c\20FT_COLR_Paint_\20const&\2c\20SkPaint*\29::$_0::operator\28\29\28FT_ColorStopIterator_\20const&\2c\20std::__2::vector>&\2c\20std::__2::vector\2c\20std::__2::allocator>>&\29\20const::'lambda'\28\28anonymous\20namespace\29::colrv1_configure_skpaint\28FT_FaceRec_*\2c\20SkSpan\20const&\2c\20unsigned\20int\2c\20FT_COLR_Paint_\20const&\2c\20SkPaint*\29::$_0::operator\28\29\28FT_ColorStopIterator_\20const&\2c\20std::__2::vector>&\2c\20std::__2::vector\2c\20std::__2::allocator>>&\29\20const::ColorStop\20const&\2c\20\28anonymous\20namespace\29::colrv1_configure_skpaint\28FT_FaceRec_*\2c\20SkSpan\20const&\2c\20unsigned\20int\2c\20FT_COLR_Paint_\20const&\2c\20SkPaint*\29::$_0::operator\28\29\28FT_ColorStopIterator_\20const&\2c\20std::__2::vector>&\2c\20std::__2::vector\2c\20std::__2::allocator>>&\29\20const::ColorStop\20const&\29&\2c\20std::__2::iterator_traits\20const&\2c\20unsigned\20int\2c\20FT_COLR_Paint_\20const&\2c\20SkPaint*\29::$_0::operator\28\29\28FT_ColorStopIterator_\20const&\2c\20std::__2::vector>&\2c\20std::__2::vector\2c\20std::__2::allocator>>&\29\20const::ColorStop*>>::difference_type\2c\20std::__2::iterator_traits\20const&\2c\20unsigned\20int\2c\20FT_COLR_Paint_\20const&\2c\20SkPaint*\29::$_0::operator\28\29\28FT_ColorStopIterator_\20const&\2c\20std::__2::vector>&\2c\20std::__2::vector\2c\20std::__2::allocator>>&\29\20const::ColorStop*>>::value_type*\2c\20long\29 -2075:void\20std::__2::__split_buffer&>::__construct_at_end\2c\200>\28std::__2::move_iterator\2c\20std::__2::move_iterator\29 -2076:void\20std::__2::__memberwise_forward_assign\5babi:ne180100\5d>&>\2c\20std::__2::tuple>>\2c\20bool\2c\20std::__2::unique_ptr>\2c\200ul\2c\201ul>\28std::__2::tuple>&>&\2c\20std::__2::tuple>>&&\2c\20std::__2::__tuple_types>>\2c\20std::__2::__tuple_indices<0ul\2c\201ul>\29 -2077:void\20extend_pts<\28SkPaint::Cap\292>\28SkPath::Verb\2c\20SkPath::Verb\2c\20SkPoint*\2c\20int\29 -2078:void\20extend_pts<\28SkPaint::Cap\291>\28SkPath::Verb\2c\20SkPath::Verb\2c\20SkPoint*\2c\20int\29 -2079:void\20SkSafeUnref\28SkTextBlob*\29 -2080:void\20SkSafeUnref\28SkIcuBreakIteratorCache::BreakIteratorRef*\29 -2081:void\20SkSafeUnref\28GrTextureProxy*\29 -2082:utext_setup_74 -2083:utext_openUChars_74 -2084:utext_close_74 -2085:utext_char32At_74 -2086:ures_getStringByKey_74 -2087:unsigned\20int*\20SkRecordCanvas::copy\28unsigned\20int\20const*\2c\20unsigned\20long\29 -2088:ulocimp_getKeywordValue_74 -2089:udata_openChoice_74 -2090:ucptrie_internalSmallU8Index_74 -2091:ucptrie_get_74 -2092:ucptrie_getRange_74 -2093:ubrk_close_74 -2094:u_charsToUChars_74 -2095:tt_cmap14_ensure -2096:tanf -2097:std::__2::vector>\2c\20std::__2::allocator>>>::push_back\5babi:ne180100\5d\28std::__2::unique_ptr>&&\29 -2098:std::__2::vector>\2c\20std::__2::allocator>>>::~vector\5babi:ne180100\5d\28\29 -2099:std::__2::vector>::operator\5b\5d\5babi:nn180100\5d\28unsigned\20long\29\20const -2100:std::__2::vector>::__vallocate\5babi:ne180100\5d\28unsigned\20long\29 -2101:std::__2::vector>::vector\28std::__2::vector>\20const&\29 -2102:std::__2::unique_ptr>\20\5b\5d\2c\20std::__2::default_delete>\20\5b\5d>>::~unique_ptr\5babi:ne180100\5d\28\29 -2103:std::__2::unique_ptr>::~unique_ptr\5babi:ne180100\5d\28\29 -2104:std::__2::unique_ptr>::~unique_ptr\5babi:ne180100\5d\28\29 -2105:std::__2::unique_ptr>::~unique_ptr\5babi:ne180100\5d\28\29 -2106:std::__2::unique_ptr>::~unique_ptr\5babi:ne180100\5d\28\29 -2107:std::__2::unique_ptr>::reset\5babi:ne180100\5d\28GrDrawOpAtlas*\29 -2108:std::__2::unique_lock::owns_lock\5babi:nn180100\5d\28\29\20const -2109:std::__2::optional::value\5babi:ne180100\5d\28\29\20& -2110:std::__2::codecvt::do_unshift\28__mbstate_t&\2c\20char8_t*\2c\20char8_t*\2c\20char8_t*&\29\20const -2111:std::__2::basic_string\2c\20std::__2::allocator>::clear\5babi:ne180100\5d\28\29 -2112:std::__2::basic_string\2c\20std::__2::allocator>::basic_string\5babi:nn180100\5d<0>\28char\20const*\29 -2113:std::__2::basic_string\2c\20std::__2::allocator>::__grow_by_and_replace\28unsigned\20long\2c\20unsigned\20long\2c\20unsigned\20long\2c\20unsigned\20long\2c\20unsigned\20long\2c\20unsigned\20long\2c\20char\20const*\29 -2114:std::__2::basic_string\2c\20std::__2::allocator>::__fits_in_sso\5babi:nn180100\5d\28unsigned\20long\29 -2115:std::__2::basic_string\2c\20std::__2::allocator>::__assign_external\28char\20const*\29 -2116:std::__2::array\2c\204ul>::~array\28\29 -2117:std::__2::allocator::allocate\5babi:ne180100\5d\28unsigned\20long\29 -2118:std::__2::allocator::allocate\5babi:ne180100\5d\28unsigned\20long\29 -2119:std::__2::__variant_detail::__copy_constructor\2c\20\28std::__2::__variant_detail::_Trait\291>::__copy_constructor\28std::__2::__variant_detail::__copy_constructor\2c\20\28std::__2::__variant_detail::_Trait\291>\20const&\29 -2120:std::__2::__optional_destruct_base::~__optional_destruct_base\5babi:ne180100\5d\28\29 -2121:std::__2::__num_get::__stage2_int_prep\28std::__2::ios_base&\2c\20wchar_t&\29 -2122:std::__2::__num_get::__do_widen\28std::__2::ios_base&\2c\20wchar_t*\29\20const -2123:std::__2::__num_get::__stage2_int_prep\28std::__2::ios_base&\2c\20char&\29 -2124:std::__2::__itoa::__append1\5babi:nn180100\5d\28char*\2c\20unsigned\20int\29 -2125:std::__2::__function::__value_func::operator=\5babi:ne180100\5d\28std::__2::__function::__value_func&&\29 -2126:std::__2::__function::__value_func::operator\28\29\5babi:ne180100\5d\28SkIRect\20const&\29\20const -2127:sqrtf -2128:skvx::Vec<4\2c\20unsigned\20int>&\20skvx::operator-=<4\2c\20unsigned\20int>\28skvx::Vec<4\2c\20unsigned\20int>&\2c\20skvx::Vec<4\2c\20unsigned\20int>\20const&\29 -2129:skvx::Vec<4\2c\20unsigned\20int>&\20skvx::operator+=<4\2c\20unsigned\20int>\28skvx::Vec<4\2c\20unsigned\20int>&\2c\20skvx::Vec<4\2c\20unsigned\20int>\20const&\29 -2130:skvx::Vec<4\2c\20skvx::Mask::type>\20skvx::operator><4\2c\20float>\28skvx::Vec<4\2c\20float>\20const&\2c\20skvx::Vec<4\2c\20float>\20const&\29 -2131:skvx::Vec<4\2c\20float>\20skvx::operator+<4\2c\20float\2c\20float\2c\20void>\28skvx::Vec<4\2c\20float>\20const&\2c\20float\29\20\28.5926\29 -2132:skvx::Vec<4\2c\20float>\20skvx::operator+<4\2c\20float>\28skvx::Vec<4\2c\20float>\20const&\2c\20skvx::Vec<4\2c\20float>\20const&\29\20\28.716\29 -2133:skvx::Vec<4\2c\20float>\20skvx::max<4\2c\20float>\28skvx::Vec<4\2c\20float>\20const&\2c\20skvx::Vec<4\2c\20float>\20const&\29\20\28.7770\29 -2134:skvx::Vec<4\2c\20float>\20skvx::max<4\2c\20float>\28skvx::Vec<4\2c\20float>\20const&\2c\20skvx::Vec<4\2c\20float>\20const&\29 -2135:sktext::gpu::SubRunList::append\28std::__2::unique_ptr\29 -2136:skif::\28anonymous\20namespace\29::draw_tiled_border\28SkCanvas*\2c\20SkTileMode\2c\20SkPaint\20const&\2c\20skif::LayerSpace\20const&\2c\20skif::LayerSpace\2c\20skif::LayerSpace\29::$_0::operator\28\29\28SkRect\20const&\2c\20SkRect\20const&\29\20const -2137:skif::LayerSpace::inverseMapRect\28skif::LayerSpace\20const&\2c\20skif::LayerSpace*\29\20const -2138:skif::FilterResult::analyzeBounds\28skif::LayerSpace\20const&\2c\20skif::FilterResult::BoundsScope\29\20const -2139:skif::FilterResult::AutoSurface::snap\28\29 -2140:skif::FilterResult::AutoSurface::AutoSurface\28skif::Context\20const&\2c\20skif::LayerSpace\20const&\2c\20skif::FilterResult::PixelBoundary\2c\20bool\2c\20SkSurfaceProps\20const*\29 -2141:skia_private::THashTable::AdaptedTraits>::findOrNull\28skgpu::UniqueKey\20const&\29\20const -2142:skia_private::TArray::push_back_raw\28int\29 -2143:skia_private::TArray::reset\28int\29 -2144:skia_private::TArray::push_back\28\29 -2145:skia_private::TArray::checkRealloc\28int\2c\20double\29 -2146:skia_private::AutoSTArray<8\2c\20unsigned\20int>::reset\28int\29 -2147:skia_private::AutoSTArray<24\2c\20unsigned\20int>::~AutoSTArray\28\29 -2148:skia_png_reciprocal2 -2149:skia_png_benign_error -2150:skia::textlayout::Run::~Run\28\29 -2151:skia::textlayout::Run::posX\28unsigned\20long\29\20const -2152:skia::textlayout::ParagraphStyle::ParagraphStyle\28skia::textlayout::ParagraphStyle\20const&\29 -2153:skia::textlayout::InternalLineMetrics::height\28\29\20const -2154:skia::textlayout::InternalLineMetrics::add\28skia::textlayout::Run*\29 -2155:skia::textlayout::FontCollection::findTypefaces\28std::__2::vector>\20const&\2c\20SkFontStyle\2c\20std::__2::optional\20const&\29 -2156:skgpu::ganesh::TextureOp::BatchSizeLimiter::createOp\28GrTextureSetEntry*\2c\20int\2c\20GrAAType\29 -2157:skgpu::ganesh::SurfaceFillContext::fillRectWithFP\28SkIRect\20const&\2c\20std::__2::unique_ptr>\29 -2158:skgpu::ganesh::SurfaceFillContext::fillRectToRectWithFP\28SkIRect\20const&\2c\20SkIRect\20const&\2c\20std::__2::unique_ptr>\29 -2159:skgpu::ganesh::SurfaceDrawContext::drawShape\28GrClip\20const*\2c\20GrPaint&&\2c\20GrAA\2c\20SkMatrix\20const&\2c\20GrStyledShape&&\29 -2160:skgpu::ganesh::SurfaceDrawContext::drawShapeUsingPathRenderer\28GrClip\20const*\2c\20GrPaint&&\2c\20GrAA\2c\20SkMatrix\20const&\2c\20GrStyledShape&&\2c\20bool\29 -2161:skgpu::ganesh::SurfaceDrawContext::drawRRect\28GrClip\20const*\2c\20GrPaint&&\2c\20GrAA\2c\20SkMatrix\20const&\2c\20SkRRect\20const&\2c\20GrStyle\20const&\29 -2162:skgpu::ganesh::SurfaceDrawContext::drawFilledQuad\28GrClip\20const*\2c\20GrPaint&&\2c\20DrawQuad*\2c\20GrUserStencilSettings\20const*\29 -2163:skgpu::ganesh::SurfaceContext::transferPixels\28GrColorType\2c\20SkIRect\20const&\29::$_0::~$_0\28\29 -2164:skgpu::ganesh::SurfaceContext::transferPixels\28GrColorType\2c\20SkIRect\20const&\29 -2165:skgpu::ganesh::SurfaceContext::PixelTransferResult::PixelTransferResult\28skgpu::ganesh::SurfaceContext::PixelTransferResult&&\29 -2166:skgpu::ganesh::SoftwarePathRenderer::DrawNonAARect\28skgpu::ganesh::SurfaceDrawContext*\2c\20GrPaint&&\2c\20GrUserStencilSettings\20const&\2c\20GrClip\20const*\2c\20SkMatrix\20const&\2c\20SkRect\20const&\2c\20SkMatrix\20const&\29 -2167:skgpu::ganesh::QuadPerEdgeAA::VertexSpec::vertexSize\28\29\20const -2168:skgpu::ganesh::OpsTask::OpChain::List::List\28skgpu::ganesh::OpsTask::OpChain::List&&\29 -2169:skgpu::ganesh::LockTextureProxyView\28GrRecordingContext*\2c\20SkImage_Lazy\20const*\2c\20GrImageTexGenPolicy\2c\20skgpu::Mipmapped\29::$_0::operator\28\29\28GrSurfaceProxyView\20const&\29\20const -2170:skgpu::ganesh::Device::targetProxy\28\29 -2171:skgpu::ganesh::ClipStack::getConservativeBounds\28\29\20const -2172:skgpu::UniqueKeyInvalidatedMessage::UniqueKeyInvalidatedMessage\28skgpu::UniqueKeyInvalidatedMessage\20const&\29 -2173:skgpu::UniqueKey::operator=\28skgpu::UniqueKey\20const&\29 -2174:skgpu::TAsyncReadResult::addTransferResult\28skgpu::ganesh::SurfaceContext::PixelTransferResult\20const&\2c\20SkISize\2c\20unsigned\20long\2c\20skgpu::TClientMappedBufferManager*\29 -2175:skgpu::Swizzle::asString\28\29\20const -2176:skgpu::GetApproxSize\28SkISize\29 -2177:skcms_Matrix3x3_invert -2178:sk_srgb_linear_singleton\28\29 -2179:sk_sp::reset\28SkVertices*\29 -2180:sk_sp::operator=\28sk_sp&&\29 -2181:sk_sp::reset\28GrGpuBuffer*\29 -2182:sk_sp\20sk_make_sp\28\29 -2183:sfnt_get_name_id -2184:set_glyph\28hb_glyph_info_t&\2c\20hb_font_t*\29 -2185:res_getTableItemByIndex_74 -2186:remove_node\28OffsetEdge\20const*\2c\20OffsetEdge**\29 -2187:read_curve\28unsigned\20char\20const*\2c\20unsigned\20int\2c\20skcms_Curve*\2c\20unsigned\20int*\29 -2188:ps_parser_to_token -2189:precisely_between\28double\2c\20double\2c\20double\29 -2190:path_quadraticBezierTo -2191:next_char\28hb_buffer_t*\2c\20unsigned\20int\29 -2192:log2f -2193:log -2194:less_or_equal_ulps\28float\2c\20float\2c\20int\29 -2195:is_consonant\28hb_glyph_info_t\20const&\29 -2196:icu_74::\28anonymous\20namespace\29::codePointFromValidUTF8\28unsigned\20char\20const*\2c\20unsigned\20char\20const*\29 -2197:icu_74::\28anonymous\20namespace\29::MutableCodePointTrie::get\28int\29\20const -2198:icu_74::\28anonymous\20namespace\29::MixedBlocks::init\28int\2c\20int\29 -2199:icu_74::\28anonymous\20namespace\29::AliasReplacer::same\28char\20const*\2c\20char\20const*\29 -2200:icu_74::\28anonymous\20namespace\29::AliasReplacer::replaceLanguage\28bool\2c\20bool\2c\20bool\2c\20icu_74::UVector&\2c\20UErrorCode&\29 -2201:icu_74::\28anonymous\20namespace\29::AliasDataBuilder::readAlias\28UResourceBundle*\2c\20icu_74::UniqueCharStrings*\2c\20icu_74::LocalMemory&\2c\20icu_74::LocalMemory&\2c\20int&\2c\20void\20\28*\29\28char\20const*\29\2c\20void\20\28*\29\28char16_t\20const*\29\2c\20UErrorCode&\29 -2202:icu_74::UnicodeString::tempSubString\28int\2c\20int\29\20const -2203:icu_74::UnicodeString::countChar32\28int\2c\20int\29\20const -2204:icu_74::UnicodeString::append\28int\29 -2205:icu_74::UnicodeString::append\28icu_74::ConstChar16Ptr\2c\20int\29 -2206:icu_74::UnicodeString::UnicodeString\28char16_t\20const*\2c\20int\29 -2207:icu_74::UnicodeSetStringSpan::UnicodeSetStringSpan\28icu_74::UnicodeSet\20const&\2c\20icu_74::UVector\20const&\2c\20unsigned\20int\29 -2208:icu_74::UnicodeSet::applyFilter\28signed\20char\20\28*\29\28int\2c\20void*\29\2c\20void*\2c\20icu_74::UnicodeSet\20const*\2c\20UErrorCode&\29 -2209:icu_74::UVector::contains\28void*\29\20const -2210:icu_74::UVector32::~UVector32\28\29 -2211:icu_74::UVector32::setSize\28int\29 -2212:icu_74::UCharsTrieBuilder::write\28char16_t\20const*\2c\20int\29 -2213:icu_74::ReorderingBuffer::resize\28int\2c\20UErrorCode&\29 -2214:icu_74::Normalizer2Impl::compose\28char16_t\20const*\2c\20char16_t\20const*\2c\20signed\20char\2c\20signed\20char\2c\20icu_74::ReorderingBuffer&\2c\20UErrorCode&\29\20const -2215:icu_74::LocaleUtility::initLocaleFromName\28icu_74::UnicodeString\20const&\2c\20icu_74::Locale&\29 -2216:icu_74::LocalUEnumerationPointer::~LocalUEnumerationPointer\28\29 -2217:icu_74::LSR::LSR\28icu_74::StringPiece\2c\20icu_74::StringPiece\2c\20icu_74::StringPiece\2c\20int\2c\20UErrorCode&\29 -2218:icu_74::Edits::addUnchanged\28int\29 -2219:icu_74::DictionaryBreakEngine::~DictionaryBreakEngine\28\29 -2220:icu_74::BytesTrie::~BytesTrie\28\29 -2221:icu_74::BytesTrie::getValue\28\29\20const -2222:icu_74::BreakIterator::createInstance\28icu_74::Locale\20const&\2c\20int\2c\20UErrorCode&\29 -2223:icu_74::BreakIterator::buildInstance\28icu_74::Locale\20const&\2c\20char\20const*\2c\20UErrorCode&\29 -2224:hb_unicode_funcs_destroy -2225:hb_serialize_context_t::pop_discard\28\29 -2226:hb_paint_funcs_t::pop_clip\28void*\29 -2227:hb_ot_map_t::feature_map_t\20const*\20hb_vector_t::bsearch\28unsigned\20int\20const&\2c\20hb_ot_map_t::feature_map_t\20const*\29\20const -2228:hb_lazy_loader_t\2c\20hb_face_t\2c\2015u\2c\20OT::glyf_accelerator_t>::get_stored\28\29\20const -2229:hb_indic_would_substitute_feature_t::init\28hb_ot_map_t\20const*\2c\20unsigned\20int\2c\20bool\29 -2230:hb_hashmap_t::alloc\28unsigned\20int\29 -2231:hb_font_t::get_glyph_v_advance\28unsigned\20int\29 -2232:hb_font_t::get_glyph_extents\28unsigned\20int\2c\20hb_glyph_extents_t*\29 -2233:hb_draw_funcs_t::emit_cubic_to\28void*\2c\20hb_draw_state_t&\2c\20float\2c\20float\2c\20float\2c\20float\2c\20float\2c\20float\29 -2234:hb_buffer_t::replace_glyph\28unsigned\20int\29 -2235:hb_buffer_t::output_glyph\28unsigned\20int\29 -2236:hb_buffer_t::make_room_for\28unsigned\20int\2c\20unsigned\20int\29 -2237:hb_buffer_t::_set_glyph_flags\28unsigned\20int\2c\20unsigned\20int\2c\20unsigned\20int\2c\20bool\2c\20bool\29 -2238:hb_buffer_create_similar -2239:gray_set_cell -2240:ft_service_list_lookup -2241:fseek -2242:find_table -2243:findBasename\28char\20const*\29 -2244:fillcheckrect\28int\2c\20int\2c\20int\2c\20int\2c\20SkBlitter*\29 -2245:fclose -2246:expm1 -2247:decltype\28fp\28nullptr\29\29\20SkArenaAlloc::make<\28anonymous\20namespace\29::GaussianPass::MakeMaker\28float\2c\20SkArenaAlloc*\29::Maker*\20SkArenaAlloc::make<\28anonymous\20namespace\29::GaussianPass::MakeMaker\28float\2c\20SkArenaAlloc*\29::Maker\2c\20float&>\28float&\29::'lambda'\28void*\29>\28\28anonymous\20namespace\29::GaussianPass::MakeMaker\28float\2c\20SkArenaAlloc*\29::Maker&&\29::'lambda'\28char*\29::__invoke\28char*\29 -2248:crc_word -2249:choose_bmp_texture_colortype\28GrCaps\20const*\2c\20SkBitmap\20const&\29 -2250:char*\20sktext::gpu::BagOfBytes::allocateBytesFor\28int\29 -2251:cff_parse_fixed -2252:cf2_interpT2CharString -2253:cf2_hintmap_insertHint -2254:cf2_hintmap_build -2255:cf2_glyphpath_moveTo -2256:cf2_glyphpath_lineTo -2257:bool\20std::__2::operator==\5babi:ne180100\5d>\28std::__2::vector>\20const&\2c\20std::__2::vector>\20const&\29 -2258:bool\20std::__2::__less::operator\28\29\5babi:nn180100\5d\28unsigned\20int\20const&\2c\20unsigned\20long\20const&\29\20const -2259:bool\20OT::OffsetTo>\2c\20OT::IntType\2c\20void\2c\20false>::sanitize<>\28hb_sanitize_context_t*\2c\20void\20const*\29\20const -2260:blit_trapezoid_row\28AdditiveBlitter*\2c\20int\2c\20int\2c\20int\2c\20int\2c\20int\2c\20int\2c\20int\2c\20unsigned\20char\2c\20unsigned\20char*\2c\20bool\29 -2261:afm_tokenize -2262:af_glyph_hints_reload -2263:adjustPointer\28UText*\2c\20void\20const**\2c\20UText\20const*\29 -2264:_isVariantSubtag\28char\20const*\2c\20int\29 -2265:_isTKey\28char\20const*\2c\20int\29 -2266:_isSepListOf\28signed\20char\20\28*\29\28char\20const*\2c\20int\29\2c\20char\20const*\2c\20int\29 -2267:_isAlphaNumericStringLimitedLength\28char\20const*\2c\20int\2c\20int\2c\20int\29 -2268:_hb_glyph_info_set_unicode_props\28hb_glyph_info_t*\2c\20hb_buffer_t*\29 -2269:_hb_draw_funcs_set_middle\28hb_draw_funcs_t*\2c\20void*\2c\20void\20\28*\29\28void*\29\29 -2270:__wasm_setjmp -2271:__sin -2272:__cos -2273:\28anonymous\20namespace\29::valid_unit_divide\28float\2c\20float\2c\20float*\29 -2274:\28anonymous\20namespace\29::getValue\28UCPTrieData\2c\20UCPTrieValueWidth\2c\20int\29 -2275:\28anonymous\20namespace\29::gather_lines_and_quads\28SkPath\20const&\2c\20SkMatrix\20const&\2c\20SkIRect\20const&\2c\20float\2c\20bool\2c\20skia_private::TArray*\2c\20skia_private::TArray*\2c\20skia_private::TArray*\2c\20skia_private::TArray*\2c\20skia_private::TArray*\29::$_1::operator\28\29\28SkSpan\29\20const -2276:\28anonymous\20namespace\29::draw_stencil_rect\28skgpu::ganesh::SurfaceDrawContext*\2c\20GrHardClip\20const&\2c\20GrUserStencilSettings\20const*\2c\20SkMatrix\20const&\2c\20SkRect\20const&\2c\20GrAA\29 -2277:\28anonymous\20namespace\29::can_reorder\28SkRect\20const&\2c\20SkRect\20const&\29 -2278:\28anonymous\20namespace\29::SkBlurImageFilter::~SkBlurImageFilter\28\29 -2279:\28anonymous\20namespace\29::FillRectOpImpl::Make\28GrRecordingContext*\2c\20GrPaint&&\2c\20GrAAType\2c\20DrawQuad*\2c\20GrUserStencilSettings\20const*\2c\20GrSimpleMeshDrawOpHelper::InputFlags\29 -2280:TransformDC_C -2281:Skwasm::createRRect\28float\20const*\29 -2282:SkWriter32::writeSampling\28SkSamplingOptions\20const&\29 -2283:SkWriter32::writePad\28void\20const*\2c\20unsigned\20long\29 -2284:SkTextBlobRunIterator::next\28\29 -2285:SkTextBlobBuilder::make\28\29 -2286:SkTSect::addOne\28\29 -2287:SkTMultiMap::remove\28skgpu::ScratchKey\20const&\2c\20GrGpuResource\20const*\29 -2288:SkTLazy::set\28SkPath\20const&\29 -2289:SkTDArray::append\28\29 -2290:SkTDArray::append\28\29 -2291:SkSurfaces::RenderTarget\28GrRecordingContext*\2c\20skgpu::Budgeted\2c\20SkImageInfo\20const&\2c\20int\2c\20GrSurfaceOrigin\2c\20SkSurfaceProps\20const*\2c\20bool\2c\20bool\29 -2292:SkStrokeRec::isFillStyle\28\29\20const -2293:SkString::appendU32\28unsigned\20int\29 -2294:SkString::SkString\28std::__2::basic_string_view>\29 -2295:SkSpecialImages::MakeFromRaster\28SkIRect\20const&\2c\20SkBitmap\20const&\2c\20SkSurfaceProps\20const&\29 -2296:SkShaders::Blend\28SkBlendMode\2c\20sk_sp\2c\20sk_sp\29 -2297:SkShaderUtils::GLSLPrettyPrint::appendChar\28char\29 -2298:SkScopeExit::~SkScopeExit\28\29 -2299:SkScan::FillPath\28SkPath\20const&\2c\20SkRegion\20const&\2c\20SkBlitter*\29 -2300:SkSTArenaAlloc<1024ul>::SkSTArenaAlloc\28unsigned\20long\29 -2301:SkSL::is_scalar_op_matrix\28SkSL::Expression\20const&\2c\20SkSL::Expression\20const&\29 -2302:SkSL::evaluate_n_way_intrinsic\28SkSL::Context\20const&\2c\20SkSL::Expression\20const*\2c\20SkSL::Expression\20const*\2c\20SkSL::Expression\20const*\2c\20SkSL::Type\20const&\2c\20double\20\28*\29\28double\2c\20double\2c\20double\29\29 -2303:SkSL::\28anonymous\20namespace\29::ProgramUsageVisitor::visitType\28SkSL::Type\20const&\29 -2304:SkSL::Variable::initialValue\28\29\20const -2305:SkSL::Variable*\20SkSL::SymbolTable::takeOwnershipOfSymbol\28std::__2::unique_ptr>\29 -2306:SkSL::Type::canCoerceTo\28SkSL::Type\20const&\2c\20bool\29\20const -2307:SkSL::SymbolTable::takeOwnershipOfString\28std::__2::basic_string\2c\20std::__2::allocator>\29 -2308:SkSL::RP::pack_nybbles\28SkSpan\29 -2309:SkSL::RP::Generator::foldComparisonOp\28SkSL::Operator\2c\20int\29 -2310:SkSL::RP::Generator::emitTraceScope\28int\29 -2311:SkSL::RP::Generator::createStack\28\29 -2312:SkSL::RP::Builder::trace_var\28int\2c\20SkSL::RP::SlotRange\29 -2313:SkSL::RP::Builder::jump\28int\29 -2314:SkSL::RP::Builder::dot_floats\28int\29 -2315:SkSL::RP::Builder::branch_if_no_lanes_active\28int\29 -2316:SkSL::RP::AutoStack::~AutoStack\28\29 -2317:SkSL::RP::AutoStack::pushClone\28int\29 -2318:SkSL::Position::rangeThrough\28SkSL::Position\29\20const -2319:SkSL::PipelineStage::PipelineStageCodeGenerator::AutoOutputBuffer::~AutoOutputBuffer\28\29 -2320:SkSL::Parser::type\28SkSL::Modifiers*\29 -2321:SkSL::Parser::parseArrayDimensions\28SkSL::Position\2c\20SkSL::Type\20const**\29 -2322:SkSL::Parser::modifiers\28\29 -2323:SkSL::Parser::assignmentExpression\28\29 -2324:SkSL::Parser::arraySize\28long\20long*\29 -2325:SkSL::ModifierFlags::paddedDescription\28\29\20const -2326:SkSL::Literal::MakeBool\28SkSL::Context\20const&\2c\20SkSL::Position\2c\20bool\29 -2327:SkSL::Inliner::inlineExpression\28SkSL::Position\2c\20skia_private::THashMap>\2c\20SkGoodHash>*\2c\20SkSL::SymbolTable*\2c\20SkSL::Expression\20const&\29::$_2::operator\28\29\28SkSL::ExpressionArray\20const&\29\20const -2328:SkSL::IRHelpers::Swizzle\28std::__2::unique_ptr>\2c\20skia_private::FixedArray<4\2c\20signed\20char>\29\20const -2329:SkSL::GLSLCodeGenerator::writeTypePrecision\28SkSL::Type\20const&\29 -2330:SkSL::FunctionDeclaration::getMainCoordsParameter\28\29\20const -2331:SkSL::ExpressionArray::clone\28\29\20const -2332:SkSL::ConstantFolder::GetConstantValue\28SkSL::Expression\20const&\2c\20double*\29 -2333:SkSL::ConstantFolder::GetConstantInt\28SkSL::Expression\20const&\2c\20long\20long*\29 -2334:SkSL::Compiler::~Compiler\28\29 -2335:SkSL::Compiler::errorText\28bool\29 -2336:SkSL::Compiler::Compiler\28\29 -2337:SkSL::Analysis::IsTrivialExpression\28SkSL::Expression\20const&\29 -2338:SkRuntimeEffectPriv::TransformUniforms\28SkSpan\2c\20sk_sp\2c\20SkColorSpace\20const*\29 -2339:SkRuntimeEffectBuilder::~SkRuntimeEffectBuilder\28\29 -2340:SkRuntimeEffectBuilder::makeShader\28SkMatrix\20const*\29\20const -2341:SkRuntimeEffectBuilder::SkRuntimeEffectBuilder\28sk_sp\29 -2342:SkRuntimeEffectBuilder::BuilderChild&\20SkRuntimeEffectBuilder::BuilderChild::operator=\28sk_sp\29 -2343:SkRuntimeEffect::findChild\28std::__2::basic_string_view>\29\20const -2344:SkRegion::setPath\28SkPath\20const&\2c\20SkRegion\20const&\29 -2345:SkRegion::Iterator::Iterator\28SkRegion\20const&\29 -2346:SkReduceOrder::Quad\28SkPoint\20const*\2c\20SkPoint*\29 -2347:SkRect::sort\28\29 -2348:SkRect::joinPossiblyEmptyRect\28SkRect\20const&\29 -2349:SkRasterPipelineContexts::BinaryOpCtx*\20SkArenaAlloc::make\28SkRasterPipelineContexts::BinaryOpCtx\20const&\29 -2350:SkRasterPipelineBlitter::appendClipScale\28SkRasterPipeline*\29\20const -2351:SkRasterPipelineBlitter::appendClipLerp\28SkRasterPipeline*\29\20const -2352:SkRasterClip::SkRasterClip\28SkIRect\20const&\29 -2353:SkRRect::setRectRadii\28SkRect\20const&\2c\20SkPoint\20const*\29 -2354:SkRRect::MakeRectXY\28SkRect\20const&\2c\20float\2c\20float\29 -2355:SkRGBA4f<\28SkAlphaType\293>::toSkColor\28\29\20const -2356:SkRGBA4f<\28SkAlphaType\292>::toBytes_RGBA\28\29\20const -2357:SkRGBA4f<\28SkAlphaType\292>::fitsInBytes\28\29\20const -2358:SkPointPriv::EqualsWithinTolerance\28SkPoint\20const&\2c\20SkPoint\20const&\2c\20float\29 -2359:SkPoint*\20SkRecordCanvas::copy\28SkPoint\20const*\2c\20unsigned\20long\29 -2360:SkPoint*\20SkArenaAlloc::allocUninitializedArray\28unsigned\20long\29 -2361:SkPixmap::reset\28\29 -2362:SkPictureRecord::addImage\28SkImage\20const*\29 -2363:SkPathRef::SkPathRef\28int\2c\20int\2c\20int\29 -2364:SkPathPriv::ComputeFirstDirection\28SkPath\20const&\29 -2365:SkPathEdgeIter::SkPathEdgeIter\28SkPath\20const&\29 -2366:SkPathBuilder::incReserve\28int\29 -2367:SkPathBuilder::addRect\28SkRect\20const&\2c\20SkPathDirection\29 -2368:SkPath::isLine\28SkPoint*\29\20const -2369:SkParsePath::ToSVGString\28SkPath\20const&\2c\20SkParsePath::PathEncoding\29::$_0::operator\28\29\28char\2c\20SkPoint\20const*\2c\20unsigned\20long\29\20const -2370:SkPaintPriv::ComputeLuminanceColor\28SkPaint\20const&\29 -2371:SkOpSpan::release\28SkOpPtT\20const*\29 -2372:SkOpContourBuilder::addCurve\28SkPath::Verb\2c\20SkPoint\20const*\2c\20float\29 -2373:SkMipmap::Build\28SkPixmap\20const&\2c\20SkDiscardableMemory*\20\28*\29\28unsigned\20long\29\2c\20bool\29 -2374:SkMeshSpecification::Varying::Varying\28SkMeshSpecification::Varying&&\29 -2375:SkMatrix::mapOrigin\28\29\20const -2376:SkMaskFilter::MakeBlur\28SkBlurStyle\2c\20float\2c\20bool\29 -2377:SkMallocPixelRef::MakeAllocate\28SkImageInfo\20const&\2c\20unsigned\20long\29 -2378:SkJSONWriter::endArray\28\29 -2379:SkJSONWriter::beginValue\28bool\29 -2380:SkJSONWriter::beginArray\28char\20const*\2c\20bool\29 -2381:SkIntersections::insertNear\28double\2c\20double\2c\20SkDPoint\20const&\2c\20SkDPoint\20const&\29 -2382:SkImageShader::Make\28sk_sp\2c\20SkTileMode\2c\20SkTileMode\2c\20SkSamplingOptions\20const&\2c\20SkMatrix\20const*\2c\20bool\29 -2383:SkImageInfo::MakeUnknown\28int\2c\20int\29 -2384:SkImageGenerator::onRefEncodedData\28\29 -2385:SkIRect::inset\28int\2c\20int\29 -2386:SkIRect::MakeXYWH\28int\2c\20int\2c\20int\2c\20int\29 -2387:SkGradientBaseShader::flatten\28SkWriteBuffer&\29\20const -2388:SkFont::getMetrics\28SkFontMetrics*\29\20const -2389:SkFont::SkFont\28\29 -2390:SkFindQuadMaxCurvature\28SkPoint\20const*\29 -2391:SkFDot6Div\28int\2c\20int\29 -2392:SkEvalQuadAt\28SkPoint\20const*\2c\20float\29 -2393:SkEvalCubicAt\28SkPoint\20const*\2c\20float\2c\20SkPoint*\2c\20SkPoint*\2c\20SkPoint*\29 -2394:SkEdgeClipper::appendVLine\28float\2c\20float\2c\20float\2c\20bool\29 -2395:SkDrawShadowMetrics::GetSpotParams\28float\2c\20float\2c\20float\2c\20float\2c\20float\2c\20float*\2c\20float*\2c\20SkPoint*\29 -2396:SkDevice::setGlobalCTM\28SkM44\20const&\29 -2397:SkDevice::accessPixels\28SkPixmap*\29 -2398:SkData::MakeWithProc\28void\20const*\2c\20unsigned\20long\2c\20void\20\28*\29\28void\20const*\2c\20void*\29\2c\20void*\29 -2399:SkDLine::exactPoint\28SkDPoint\20const&\29\20const -2400:SkDCubic::FindExtrema\28double\20const*\2c\20double*\29 -2401:SkConic::TransformW\28SkPoint\20const*\2c\20float\2c\20SkMatrix\20const&\29 -2402:SkColorSpace::MakeSRGBLinear\28\29 -2403:SkColorInfo::isOpaque\28\29\20const -2404:SkCodec::dimensionsSupported\28SkISize\20const&\29 -2405:SkCanvas::getLocalClipBounds\28\29\20const -2406:SkCanvas::drawPicture\28SkPicture\20const*\2c\20SkMatrix\20const*\2c\20SkPaint\20const*\29 -2407:SkCanvas::drawIRect\28SkIRect\20const&\2c\20SkPaint\20const&\29 -2408:SkCanvas::concat\28SkM44\20const&\29 -2409:SkBulkGlyphMetrics::glyphs\28SkSpan\29 -2410:SkBlockAllocator::releaseBlock\28SkBlockAllocator::Block*\29 -2411:SkBlitter::blitMask\28SkMask\20const&\2c\20SkIRect\20const&\29 -2412:SkBlendMode_AppendStages\28SkBlendMode\2c\20SkRasterPipeline*\29 -2413:SkBitmap::tryAllocPixels\28SkBitmap::Allocator*\29 -2414:SkBitmap::operator=\28SkBitmap&&\29 -2415:SkBitmap::notifyPixelsChanged\28\29\20const -2416:SkBitmap::getAddr\28int\2c\20int\29\20const -2417:SkBinaryWriteBuffer::writeByteArray\28void\20const*\2c\20unsigned\20long\29 -2418:SkAutoPixmapStorage::SkAutoPixmapStorage\28\29 -2419:SkAutoDeviceTransformRestore::~SkAutoDeviceTransformRestore\28\29 -2420:SkAutoDeviceTransformRestore::SkAutoDeviceTransformRestore\28SkDevice*\2c\20SkM44\20const&\29 -2421:SkAutoCanvasRestore::SkAutoCanvasRestore\28SkCanvas*\2c\20bool\29 -2422:SkAutoBlitterChoose::SkAutoBlitterChoose\28SkDrawBase\20const&\2c\20SkMatrix\20const*\2c\20SkPaint\20const&\2c\20SkDrawCoverage\29 -2423:SkAAClipBlitter::~SkAAClipBlitter\28\29 -2424:SkAAClip::setRegion\28SkRegion\20const&\29::$_0::operator\28\29\28unsigned\20char\2c\20int\29\20const -2425:SkAAClip::findX\28unsigned\20char\20const*\2c\20int\2c\20int*\29\20const -2426:SkAAClip::findRow\28int\2c\20int*\29\20const -2427:SkAAClip::Builder::Blitter::~Blitter\28\29 -2428:SaveErrorCode -2429:RoughlyEqualUlps\28float\2c\20float\29 -2430:R.12308 -2431:PS_Conv_ToInt -2432:OT::hmtxvmtx::accelerator_t::get_leading_bearing_without_var_unscaled\28unsigned\20int\2c\20int*\29\20const -2433:OT::hb_ot_apply_context_t::replace_glyph\28unsigned\20int\29 -2434:OT::fvar::get_axes\28\29\20const -2435:OT::Layout::GPOS_impl::ValueFormat::sanitize_values_stride_unsafe\28hb_sanitize_context_t*\2c\20OT::Layout::GPOS_impl::ValueBase\20const*\2c\20OT::IntType\20const*\2c\20unsigned\20int\2c\20unsigned\20int\29\20const -2436:OT::DeltaSetIndexMap::map\28unsigned\20int\29\20const -2437:OT::CFFIndex>\20const&\20CFF::StructAtOffsetOrNull>>\28void\20const*\2c\20int\2c\20hb_sanitize_context_t&\29 -2438:OT::CFFIndex>::offset_at\28unsigned\20int\29\20const -2439:Normalize -2440:Ins_Goto_CodeRange -2441:GrTriangulator::setBottom\28GrTriangulator::Edge*\2c\20GrTriangulator::Vertex*\2c\20GrTriangulator::EdgeList*\2c\20GrTriangulator::Vertex**\2c\20GrTriangulator::Comparator\20const&\29\20const -2442:GrTriangulator::VertexList::append\28GrTriangulator::VertexList\20const&\29 -2443:GrTriangulator::Line::normalize\28\29 -2444:GrTriangulator::Edge::disconnect\28\29 -2445:GrThreadSafeCache::find\28skgpu::UniqueKey\20const&\29 -2446:GrThreadSafeCache::add\28skgpu::UniqueKey\20const&\2c\20GrSurfaceProxyView\20const&\29 -2447:GrTextureEffect::texture\28\29\20const -2448:GrSurfaceProxyView::Copy\28GrRecordingContext*\2c\20GrSurfaceProxyView\2c\20skgpu::Mipmapped\2c\20SkIRect\2c\20SkBackingFit\2c\20skgpu::Budgeted\2c\20std::__2::basic_string_view>\29 -2449:GrSurfaceProxyPriv::doLazyInstantiation\28GrResourceProvider*\29 -2450:GrSurface::~GrSurface\28\29 -2451:GrStyledShape::simplify\28\29 -2452:GrStyle::applies\28\29\20const -2453:GrSimpleMeshDrawOpHelperWithStencil::fixedFunctionFlags\28\29\20const -2454:GrSimpleMeshDrawOpHelper::finalizeProcessors\28GrCaps\20const&\2c\20GrAppliedClip\20const*\2c\20GrUserStencilSettings\20const*\2c\20GrClampType\2c\20GrProcessorAnalysisCoverage\2c\20GrProcessorAnalysisColor*\29 -2455:GrSimpleMeshDrawOpHelper::detachProcessorSet\28\29 -2456:GrSimpleMeshDrawOpHelper::CreateProgramInfo\28GrCaps\20const*\2c\20SkArenaAlloc*\2c\20GrPipeline\20const*\2c\20GrSurfaceProxyView\20const&\2c\20bool\2c\20GrGeometryProcessor*\2c\20GrPrimitiveType\2c\20GrXferBarrierFlags\2c\20GrLoadOp\2c\20GrUserStencilSettings\20const*\29 -2457:GrSimpleMesh::setIndexedPatterned\28sk_sp\2c\20int\2c\20int\2c\20int\2c\20sk_sp\2c\20int\2c\20int\29 -2458:GrShape::setRect\28SkRect\20const&\29 -2459:GrShape::GrShape\28GrShape\20const&\29 -2460:GrShaderVar::addModifier\28char\20const*\29 -2461:GrSWMaskHelper::~GrSWMaskHelper\28\29 -2462:GrResourceProvider::findOrMakeStaticBuffer\28GrGpuBufferType\2c\20unsigned\20long\2c\20void\20const*\2c\20skgpu::UniqueKey\20const&\29 -2463:GrResourceProvider::findOrMakeStaticBuffer\28GrGpuBufferType\2c\20unsigned\20long\2c\20skgpu::UniqueKey\20const&\2c\20void\20\28*\29\28skgpu::VertexWriter\2c\20unsigned\20long\29\29 -2464:GrRenderTask::addDependency\28GrDrawingManager*\2c\20GrSurfaceProxy*\2c\20skgpu::Mipmapped\2c\20GrTextureResolveManager\2c\20GrCaps\20const&\29 -2465:GrRecordingContextPriv::makeSFC\28GrImageInfo\2c\20std::__2::basic_string_view>\2c\20SkBackingFit\2c\20int\2c\20skgpu::Mipmapped\2c\20skgpu::Protected\2c\20GrSurfaceOrigin\2c\20skgpu::Budgeted\29 -2466:GrQuad::asRect\28SkRect*\29\20const -2467:GrProcessorSet::operator!=\28GrProcessorSet\20const&\29\20const -2468:GrPixmapBase::GrPixmapBase\28GrImageInfo\2c\20void\20const*\2c\20unsigned\20long\29 -2469:GrPipeline::getXferProcessor\28\29\20const -2470:GrNativeRect::asSkIRect\28\29\20const -2471:GrGpuResource::isPurgeable\28\29\20const -2472:GrGeometryProcessor::ProgramImpl::~ProgramImpl\28\29 -2473:GrGeometryProcessor::ProgramImpl::WriteOutputPosition\28GrGLSLVertexBuilder*\2c\20GrGLSLUniformHandler*\2c\20GrShaderCaps\20const&\2c\20GrGeometryProcessor::ProgramImpl::GrGPArgs*\2c\20char\20const*\2c\20SkMatrix\20const&\2c\20GrResourceHandle*\29 -2474:GrGLSLShaderBuilder::defineConstant\28char\20const*\2c\20float\29 -2475:GrGLSLShaderBuilder::addFeature\28unsigned\20int\2c\20char\20const*\29 -2476:GrGLSLProgramBuilder::nameVariable\28char\2c\20char\20const*\2c\20bool\29 -2477:GrGLSLColorSpaceXformHelper::setData\28GrGLSLProgramDataManager\20const&\2c\20GrColorSpaceXform\20const*\29 -2478:GrGLSLColorSpaceXformHelper::emitCode\28GrGLSLUniformHandler*\2c\20GrColorSpaceXform\20const*\2c\20unsigned\20int\29 -2479:GrGLGpu::flushColorWrite\28bool\29 -2480:GrGLGpu::bindTexture\28int\2c\20GrSamplerState\2c\20skgpu::Swizzle\20const&\2c\20GrGLTexture*\29 -2481:GrFragmentProcessors::Make\28SkShader\20const*\2c\20GrFPArgs\20const&\2c\20SkMatrix\20const&\29 -2482:GrFragmentProcessor::visitWithImpls\28std::__2::function\20const&\2c\20GrFragmentProcessor::ProgramImpl&\29\20const -2483:GrFragmentProcessor::visitProxies\28std::__2::function\20const&\29\20const -2484:GrFragmentProcessor::ColorMatrix\28std::__2::unique_ptr>\2c\20float\20const*\2c\20bool\2c\20bool\2c\20bool\29 -2485:GrDstProxyView::operator=\28GrDstProxyView\20const&\29 -2486:GrDrawingManager::closeActiveOpsTask\28\29 -2487:GrDrawingManager::appendTask\28sk_sp\29 -2488:GrColorSpaceXformEffect::Make\28std::__2::unique_ptr>\2c\20sk_sp\29 -2489:GrColorSpaceXform::XformKey\28GrColorSpaceXform\20const*\29 -2490:GrColorSpaceXform::Make\28GrColorInfo\20const&\2c\20GrColorInfo\20const&\29 -2491:GrColorInfo::GrColorInfo\28GrColorInfo\20const&\29 -2492:GrCaps::isFormatCompressed\28GrBackendFormat\20const&\29\20const -2493:GrBufferAllocPool::~GrBufferAllocPool\28\29 -2494:GrBufferAllocPool::putBack\28unsigned\20long\29 -2495:GrBlurUtils::convolve_gaussian\28GrRecordingContext*\2c\20GrSurfaceProxyView\2c\20GrColorType\2c\20SkAlphaType\2c\20SkIRect\2c\20SkIRect\2c\20GrBlurUtils::\28anonymous\20namespace\29::Direction\2c\20int\2c\20float\2c\20SkTileMode\2c\20sk_sp\2c\20SkBackingFit\29::$_1::operator\28\29\28SkIRect\29\20const -2496:GrAAConvexTessellator::lineTo\28SkPoint\20const&\2c\20GrAAConvexTessellator::CurveState\29 -2497:FwDCubicEvaluator::restart\28int\29 -2498:FT_Vector_Transform -2499:FT_Select_Charmap -2500:FT_Lookup_Renderer -2501:FT_Get_Module_Interface -2502:DecodeImageStream -2503:CFF::opset_t::process_op\28unsigned\20int\2c\20CFF::interp_env_t&\29 -2504:CFF::arg_stack_t::push_int\28int\29 -2505:BlockIndexIterator::Last\28SkBlockAllocator::Block\20const*\29\2c\20&SkTBlockList::First\28SkBlockAllocator::Block\20const*\29\2c\20&SkTBlockList::Decrement\28SkBlockAllocator::Block\20const*\2c\20int\29\2c\20&SkTBlockList::GetItem\28SkBlockAllocator::Block*\2c\20int\29>::Item::operator++\28\29 -2506:ActiveEdge::intersect\28SkPoint\20const&\2c\20SkPoint\20const&\2c\20unsigned\20short\2c\20unsigned\20short\29\20const -2507:AAT::hb_aat_apply_context_t::setup_buffer_glyph_set\28\29 -2508:AAT::hb_aat_apply_context_t::buffer_intersects_machine\28\29\20const -2509:AAT::SubtableGlyphCoverage::sanitize\28hb_sanitize_context_t*\2c\20unsigned\20int\29\20const -2510:2294 -2511:2295 -2512:2296 -2513:2297 -2514:2298 -2515:2299 -2516:2300 -2517:2301 -2518:wuffs_gif__decoder__skip_blocks -2519:wmemchr -2520:void\20std::__2::unique_ptr>\2c\20SkSL::IntrinsicKind\2c\20SkGoodHash>::Pair\2c\20std::__2::basic_string_view>\2c\20skia_private::THashMap>\2c\20SkSL::IntrinsicKind\2c\20SkGoodHash>::Pair>::Slot\20\5b\5d\2c\20std::__2::default_delete>\2c\20SkSL::IntrinsicKind\2c\20SkGoodHash>::Pair\2c\20std::__2::basic_string_view>\2c\20skia_private::THashMap>\2c\20SkSL::IntrinsicKind\2c\20SkGoodHash>::Pair>::Slot\20\5b\5d>>::reset\5babi:ne180100\5d>\2c\20SkSL::IntrinsicKind\2c\20SkGoodHash>::Pair\2c\20std::__2::basic_string_view>\2c\20skia_private::THashMap>\2c\20SkSL::IntrinsicKind\2c\20SkGoodHash>::Pair>::Slot*\2c\200>\28skia_private::THashTable>\2c\20SkSL::IntrinsicKind\2c\20SkGoodHash>::Pair\2c\20std::__2::basic_string_view>\2c\20skia_private::THashMap>\2c\20SkSL::IntrinsicKind\2c\20SkGoodHash>::Pair>::Slot*\29 -2521:void\20std::__2::reverse\5babi:nn180100\5d\28unsigned\20int*\2c\20unsigned\20int*\29 -2522:void\20std::__2::__variant_detail::__assignment>::__generic_assign\5babi:ne180100\5d\2c\20\28std::__2::__variant_detail::_Trait\291>\20const&>\28std::__2::__variant_detail::__copy_assignment\2c\20\28std::__2::__variant_detail::_Trait\291>\20const&\29 -2523:void\20std::__2::__optional_storage_base::__assign_from\5babi:ne180100\5d>\28std::__2::__optional_move_assign_base&&\29 -2524:void\20icu_74::\28anonymous\20namespace\29::MixedBlocks::extend\28unsigned\20int\20const*\2c\20int\2c\20int\2c\20int\29 -2525:void\20hb_serialize_context_t::add_link\2c\20void\2c\20true>>\28OT::OffsetTo\2c\20void\2c\20true>&\2c\20unsigned\20int\2c\20hb_serialize_context_t::whence_t\2c\20unsigned\20int\29 -2526:void\20hb_sanitize_context_t::set_object\28AAT::KerxSubTable\20const*\29 -2527:void\20SkSafeUnref\28sktext::gpu::TextStrike*\29 -2528:void\20SkSafeUnref\28GrArenas*\29 -2529:void\20SkSL::RP::unpack_nybbles_to_offsets\28unsigned\20int\2c\20SkSpan\29 -2530:void\20AAT::Lookup::collect_glyphs\28hb_bit_set_t&\2c\20unsigned\20int\29\20const -2531:void\20AAT::ClassTable>::collect_glyphs\28hb_bit_set_t&\2c\20unsigned\20int\29\20const -2532:utrie2_enum_74 -2533:utext_clone_74 -2534:ustr_hashUCharsN_74 -2535:ures_getValueWithFallback_74 -2536:ures_freeResPath\28UResourceBundle*\29 -2537:umutablecptrie_set_74 -2538:ultag_isScriptSubtag_74 -2539:ultag_isRegionSubtag_74 -2540:ultag_isLanguageSubtag_74 -2541:ulocimp_canonicalize_74 -2542:uloc_getVariant_74 -2543:ucase_toFullUpper_74 -2544:ubidi_setPara_74 -2545:ubidi_getCustomizedClass_74 -2546:u_strstr_74 -2547:u_strFindFirst_74 -2548:u_getPropertyValueEnum_74 -2549:tt_set_mm_blend -2550:tt_face_get_ps_name -2551:trinkle -2552:t1_builder_check_points -2553:subdivide\28SkConic\20const&\2c\20SkPoint*\2c\20int\29 -2554:strtox.11718 -2555:strrchr -2556:std::__2::vector>\2c\20std::__2::allocator>>>::__swap_out_circular_buffer\28std::__2::__split_buffer>\2c\20std::__2::allocator>>&>&\29 -2557:std::__2::vector>\2c\20std::__2::allocator>>>::__clear\5babi:ne180100\5d\28\29 -2558:std::__2::vector>\2c\20std::__2::allocator>>>::~vector\5babi:ne180100\5d\28\29 -2559:std::__2::vector>::__recommend\5babi:ne180100\5d\28unsigned\20long\29\20const -2560:std::__2::vector>::__recommend\5babi:ne180100\5d\28unsigned\20long\29\20const -2561:std::__2::vector\2c\20std::__2::allocator>>::push_back\5babi:ne180100\5d\28sk_sp\20const&\29 -2562:std::__2::vector>::push_back\5babi:ne180100\5d\28float&&\29 -2563:std::__2::vector>::push_back\5babi:ne180100\5d\28char\20const*&&\29 -2564:std::__2::vector>::__move_assign\28std::__2::vector>&\2c\20std::__2::integral_constant\29 -2565:std::__2::vector>::__swap_out_circular_buffer\28std::__2::__split_buffer&>&\29 -2566:std::__2::unordered_map\2c\20std::__2::equal_to\2c\20std::__2::allocator>>::operator\5b\5d\28GrTriangulator::Vertex*\20const&\29 -2567:std::__2::unique_ptr\2c\20std::__2::allocator>\2c\20SkGoodHash>::Pair\2c\20SkSL::Variable\20const*\2c\20skia_private::THashMap\2c\20std::__2::allocator>\2c\20SkGoodHash>::Pair>::Slot\20\5b\5d\2c\20std::__2::default_delete\2c\20std::__2::allocator>\2c\20SkGoodHash>::Pair\2c\20SkSL::Variable\20const*\2c\20skia_private::THashMap\2c\20std::__2::allocator>\2c\20SkGoodHash>::Pair>::Slot\20\5b\5d>>::~unique_ptr\5babi:ne180100\5d\28\29 -2568:std::__2::unique_ptr::Pair\2c\20SkSL::SymbolTable::SymbolKey\2c\20skia_private::THashMap::Pair>::Slot\20\5b\5d\2c\20std::__2::default_delete::Pair\2c\20SkSL::SymbolTable::SymbolKey\2c\20skia_private::THashMap::Pair>::Slot\20\5b\5d>>::~unique_ptr\5babi:ne180100\5d\28\29 -2569:std::__2::unique_ptr::Traits>::Slot\20\5b\5d\2c\20std::__2::default_delete::Traits>::Slot\20\5b\5d>>::~unique_ptr\5babi:ne180100\5d\28\29 -2570:std::__2::unique_ptr::AdaptedTraits>::Slot\20\5b\5d\2c\20std::__2::default_delete::AdaptedTraits>::Slot\20\5b\5d>>::~unique_ptr\5babi:ne180100\5d\28\29 -2571:std::__2::unique_ptr>::reset\5babi:ne180100\5d\28skgpu::ganesh::SurfaceDrawContext*\29 -2572:std::__2::unique_ptr>::~unique_ptr\5babi:ne180100\5d\28\29 -2573:std::__2::unique_ptr>::reset\5babi:ne180100\5d\28skgpu::ganesh::PathRendererChain*\29 -2574:std::__2::unique_ptr\20\5b\5d\2c\20std::__2::default_delete\20\5b\5d>>::~unique_ptr\5babi:ne180100\5d\28\29 -2575:std::__2::unique_ptr>::reset\5babi:ne180100\5d\28hb_face_t*\29 -2576:std::__2::unique_ptr::release\5babi:nn180100\5d\28\29 -2577:std::__2::unique_ptr>::~unique_ptr\5babi:ne180100\5d\28\29 -2578:std::__2::unique_ptr>::~unique_ptr\5babi:ne180100\5d\28\29 -2579:std::__2::unique_ptr>::~unique_ptr\5babi:ne180100\5d\28\29 -2580:std::__2::unique_ptr>::~unique_ptr\5babi:ne180100\5d\28\29 -2581:std::__2::unique_ptr>::~unique_ptr\5babi:ne180100\5d\28\29 -2582:std::__2::unique_ptr>::~unique_ptr\5babi:ne180100\5d\28\29 -2583:std::__2::unique_ptr>::~unique_ptr\5babi:ne180100\5d\28\29 -2584:std::__2::unique_ptr>::~unique_ptr\5babi:ne180100\5d\28\29 -2585:std::__2::moneypunct::do_decimal_point\28\29\20const -2586:std::__2::moneypunct::pos_format\5babi:nn180100\5d\28\29\20const -2587:std::__2::moneypunct::do_decimal_point\28\29\20const -2588:std::__2::locale::locale\28std::__2::locale\20const&\29 -2589:std::__2::locale::classic\28\29 -2590:std::__2::istreambuf_iterator>::istreambuf_iterator\5babi:nn180100\5d\28std::__2::basic_istream>&\29 -2591:std::__2::function::operator\28\29\28unsigned\20long\2c\20unsigned\20long\2c\20unsigned\20long\2c\20unsigned\20long\29\20const -2592:std::__2::enable_if::value\20&&\20is_move_assignable::value\2c\20void>::type\20std::__2::swap\5babi:nn180100\5d\28unsigned\20int&\2c\20unsigned\20int&\29 -2593:std::__2::enable_if::value\20&&\20is_move_assignable::value\2c\20void>::type\20std::__2::swap\5babi:ne180100\5d\28SkAnimatedImage::Frame&\2c\20SkAnimatedImage::Frame&\29 -2594:std::__2::deque>::pop_front\28\29 -2595:std::__2::deque>::begin\5babi:ne180100\5d\28\29 -2596:std::__2::ctype::toupper\5babi:nn180100\5d\28char\29\20const -2597:std::__2::chrono::duration>::duration\5babi:nn180100\5d\28long\20long\20const&\29 -2598:std::__2::basic_string_view>::find\5babi:ne180100\5d\28char\2c\20unsigned\20long\29\20const -2599:std::__2::basic_string\2c\20std::__2::allocator>\20const*\20std::__2::__scan_keyword\5babi:nn180100\5d>\2c\20std::__2::basic_string\2c\20std::__2::allocator>\20const*\2c\20std::__2::ctype>\28std::__2::istreambuf_iterator>&\2c\20std::__2::istreambuf_iterator>\2c\20std::__2::basic_string\2c\20std::__2::allocator>\20const*\2c\20std::__2::basic_string\2c\20std::__2::allocator>\20const*\2c\20std::__2::ctype\20const&\2c\20unsigned\20int&\2c\20bool\29 -2600:std::__2::basic_string\2c\20std::__2::allocator>::operator\5b\5d\5babi:nn180100\5d\28unsigned\20long\29\20const -2601:std::__2::basic_string\2c\20std::__2::allocator>::__fits_in_sso\5babi:nn180100\5d\28unsigned\20long\29 -2602:std::__2::basic_string\2c\20std::__2::allocator>\20const*\20std::__2::__scan_keyword\5babi:nn180100\5d>\2c\20std::__2::basic_string\2c\20std::__2::allocator>\20const*\2c\20std::__2::ctype>\28std::__2::istreambuf_iterator>&\2c\20std::__2::istreambuf_iterator>\2c\20std::__2::basic_string\2c\20std::__2::allocator>\20const*\2c\20std::__2::basic_string\2c\20std::__2::allocator>\20const*\2c\20std::__2::ctype\20const&\2c\20unsigned\20int&\2c\20bool\29 -2603:std::__2::basic_string\2c\20std::__2::allocator>::pop_back\5babi:ne180100\5d\28\29 -2604:std::__2::basic_string\2c\20std::__2::allocator>::operator=\28std::__2::basic_string\2c\20std::__2::allocator>\20const&\29 -2605:std::__2::basic_string\2c\20std::__2::allocator>::__get_short_size\5babi:nn180100\5d\28\29\20const -2606:std::__2::basic_string\2c\20std::__2::allocator>::__assign_external\28char\20const*\2c\20unsigned\20long\29 -2607:std::__2::basic_string\2c\20std::__2::allocator>::__throw_length_error\5babi:ne180100\5d\28\29\20const -2608:std::__2::basic_streambuf>::__pbump\5babi:nn180100\5d\28long\29 -2609:std::__2::basic_iostream>::~basic_iostream\28\29 -2610:std::__2::__unique_if::__unique_single\20std::__2::make_unique\5babi:ne180100\5d>>\28SkSL::Position&\2c\20SkSL::OperatorKind&&\2c\20std::__2::unique_ptr>&&\29 -2611:std::__2::__unique_if::__unique_single\20std::__2::make_unique\5babi:ne180100\5d>\28sk_sp&&\29 -2612:std::__2::__tuple_impl\2c\20sk_sp\2c\20sk_sp>::~__tuple_impl\28\29 -2613:std::__2::__tuple_impl\2c\20GrFragmentProcessor\20const*\2c\20GrGeometryProcessor::ProgramImpl::TransformInfo>::__tuple_impl\28std::__2::__tuple_impl\2c\20GrFragmentProcessor\20const*\2c\20GrGeometryProcessor::ProgramImpl::TransformInfo>&&\29 -2614:std::__2::__tree\2c\20std::__2::__map_value_compare\2c\20std::__2::less\2c\20true>\2c\20std::__2::allocator>>::~__tree\28\29 -2615:std::__2::__throw_bad_variant_access\5babi:ne180100\5d\28\29 -2616:std::__2::__split_buffer>\2c\20std::__2::allocator>>&>::~__split_buffer\28\29 -2617:std::__2::__split_buffer>::push_front\28skia::textlayout::OneLineShaper::RunBlock*&&\29 -2618:std::__2::__split_buffer>::push_back\5babi:ne180100\5d\28skia::textlayout::OneLineShaper::RunBlock*\20const&\29 -2619:std::__2::__split_buffer&>::__split_buffer\28unsigned\20long\2c\20unsigned\20long\2c\20std::__2::allocator&\29 -2620:std::__2::__split_buffer\2c\20std::__2::allocator>&>::~__split_buffer\28\29 -2621:std::__2::__split_buffer\2c\20std::__2::allocator>&>::__split_buffer\28unsigned\20long\2c\20unsigned\20long\2c\20std::__2::allocator>&\29 -2622:std::__2::__shared_count::__release_shared\5babi:nn180100\5d\28\29 -2623:std::__2::__optional_destruct_base::~__optional_destruct_base\5babi:ne180100\5d\28\29 -2624:std::__2::__optional_destruct_base::reset\5babi:ne180100\5d\28\29 -2625:std::__2::__num_put_base::__format_int\28char*\2c\20char\20const*\2c\20bool\2c\20unsigned\20int\29 -2626:std::__2::__num_put_base::__format_float\28char*\2c\20char\20const*\2c\20unsigned\20int\29 -2627:std::__2::__itoa::__append8\5babi:nn180100\5d\28char*\2c\20unsigned\20int\29 -2628:std::__2::__function::__value_func::operator\28\29\5babi:ne180100\5d\28\29\20const -2629:std::__2::__function::__value_func::operator\28\29\5babi:ne180100\5d\28SkSL::Variable\20const&\29\20const -2630:skvx::Vec<8\2c\20unsigned\20short>\20skvx::operator+<8\2c\20unsigned\20short\2c\20unsigned\20short\2c\20void>\28skvx::Vec<8\2c\20unsigned\20short>\20const&\2c\20unsigned\20short\29 -2631:skvx::Vec<4\2c\20unsigned\20short>\20skvx::operator&<4\2c\20unsigned\20short>\28skvx::Vec<4\2c\20unsigned\20short>\20const&\2c\20skvx::Vec<4\2c\20unsigned\20short>\20const&\29 -2632:skvx::Vec<4\2c\20skvx::Mask::type>\20skvx::operator>=<4\2c\20float\2c\20float\2c\20void>\28skvx::Vec<4\2c\20float>\20const&\2c\20float\29 -2633:skvx::Vec<4\2c\20float>\20skvx::operator*<4\2c\20float\2c\20double\2c\20void>\28skvx::Vec<4\2c\20float>\20const&\2c\20double\29 -2634:skvx::Vec<2\2c\20unsigned\20char>\20skvx::cast\28skvx::Vec<2\2c\20float>\20const&\29 -2635:sktext::gpu::SubRun::~SubRun\28\29 -2636:sktext::gpu::GlyphVector::~GlyphVector\28\29 -2637:sktext::SkStrikePromise::strike\28\29 -2638:skif::\28anonymous\20namespace\29::draw_tiled_border\28SkCanvas*\2c\20SkTileMode\2c\20SkPaint\20const&\2c\20skif::LayerSpace\20const&\2c\20skif::LayerSpace\2c\20skif::LayerSpace\29::$_1::operator\28\29\28SkPoint\20const&\2c\20SkPoint\20const&\29\20const -2639:skif::\28anonymous\20namespace\29::GaneshBackend::~GaneshBackend\28\29 -2640:skif::LayerSpace\20skif::Mapping::paramToLayer\28skif::ParameterSpace\20const&\29\20const -2641:skif::LayerSpace::postConcat\28skif::LayerSpace\20const&\29 -2642:skif::LayerSpace\20skif::Mapping::deviceToLayer\28skif::DeviceSpace\20const&\29\20const -2643:skif::FilterResult::subset\28skif::LayerSpace\20const&\2c\20skif::LayerSpace\20const&\2c\20bool\29\20const -2644:skif::FilterResult::getAnalyzedShaderView\28skif::Context\20const&\2c\20SkSamplingOptions\20const&\2c\20SkEnumBitMask\29\20const -2645:skif::FilterResult::applyTransform\28skif::Context\20const&\2c\20skif::LayerSpace\20const&\2c\20SkSamplingOptions\20const&\29\20const -2646:skif::FilterResult::applyCrop\28skif::Context\20const&\2c\20skif::LayerSpace\20const&\2c\20SkTileMode\29\20const -2647:skif::FilterResult::analyzeBounds\28SkMatrix\20const&\2c\20SkIRect\20const&\2c\20skif::FilterResult::BoundsScope\29\20const -2648:skif::FilterResult::Builder::add\28skif::FilterResult\20const&\2c\20std::__2::optional>\2c\20SkEnumBitMask\2c\20SkSamplingOptions\20const&\29 -2649:skia_private::THashTable::Pair\2c\20unsigned\20int\2c\20skia_private::THashMap::Pair>::uncheckedSet\28skia_private::THashMap::Pair&&\29 -2650:skia_private::THashTable::Pair\2c\20unsigned\20int\2c\20skia_private::THashMap::Pair>::uncheckedSet\28skia_private::THashMap::Pair&&\29 -2651:skia_private::THashTable>\2c\20SkSL::IntrinsicKind\2c\20SkGoodHash>::Pair\2c\20std::__2::basic_string_view>\2c\20skia_private::THashMap>\2c\20SkSL::IntrinsicKind\2c\20SkGoodHash>::Pair>::uncheckedSet\28skia_private::THashMap>\2c\20SkSL::IntrinsicKind\2c\20SkGoodHash>::Pair&&\29 -2652:skia_private::THashTable::Pair\2c\20char\20const*\2c\20skia_private::THashMap::Pair>::uncheckedSet\28skia_private::THashMap::Pair&&\29 -2653:skia_private::THashTable\2c\20std::__2::allocator>\2c\20SkGoodHash>::Pair\2c\20SkSL::Variable\20const*\2c\20skia_private::THashMap\2c\20std::__2::allocator>\2c\20SkGoodHash>::Pair>::uncheckedSet\28skia_private::THashMap\2c\20std::__2::allocator>\2c\20SkGoodHash>::Pair&&\29 -2654:skia_private::THashTable::Pair\2c\20SkSL::Analysis::SpecializedCallKey\2c\20skia_private::THashMap::Pair>::Hash\28SkSL::Analysis::SpecializedCallKey\20const&\29 -2655:skia_private::THashTable::Traits>::uncheckedSet\28long\20long&&\29 -2656:skia_private::THashTable::Traits>::uncheckedSet\28int&&\29 -2657:skia_private::THashTable::Entry*\2c\20unsigned\20int\2c\20SkLRUCache::Traits>::resize\28int\29 -2658:skia_private::THashTable::Entry*\2c\20unsigned\20int\2c\20SkLRUCache::Traits>::find\28unsigned\20int\20const&\29\20const -2659:skia_private::THashMap::find\28unsigned\20int\20const&\29\20const -2660:skia_private::THashMap::operator\5b\5d\28SkSL::Variable\20const*\20const&\29 -2661:skia_private::TArray::operator=\28skia_private::TArray\20const&\29 -2662:skia_private::TArray::installDataAndUpdateCapacity\28SkSpan\29 -2663:skia_private::TArray>\2c\20true>::destroyAll\28\29 -2664:skia_private::TArray>\2c\20true>::push_back\28std::__2::unique_ptr>&&\29 -2665:skia_private::TArray::preallocateNewData\28int\2c\20double\29 -2666:skia_private::TArray::installDataAndUpdateCapacity\28SkSpan\29 -2667:skia_private::TArray::~TArray\28\29 -2668:skia_private::TArray::preallocateNewData\28int\2c\20double\29 -2669:skia_private::TArray::~TArray\28\29 -2670:skia_private::TArray\2c\20true>::~TArray\28\29 -2671:skia_private::TArray::push_back_n\28int\2c\20int\20const&\29 -2672:skia_private::TArray::reserve_exact\28int\29 -2673:skia_private::TArray::operator=\28skia_private::TArray\20const&\29 -2674:skia_private::TArray<\28anonymous\20namespace\29::MeshOp::Mesh\2c\20true>::preallocateNewData\28int\2c\20double\29 -2675:skia_private::TArray<\28anonymous\20namespace\29::MeshOp::Mesh\2c\20true>::installDataAndUpdateCapacity\28SkSpan\29 -2676:skia_private::TArray::clear\28\29 -2677:skia_private::TArray::operator=\28skia_private::TArray&&\29 -2678:skia_private::TArray::operator=\28skia_private::TArray\20const&\29 -2679:skia_private::TArray::preallocateNewData\28int\2c\20double\29 -2680:skia_private::TArray::preallocateNewData\28int\2c\20double\29 -2681:skia_private::TArray::push_back\28GrRenderTask*&&\29 -2682:skia_private::TArray::installDataAndUpdateCapacity\28SkSpan\29 -2683:skia_private::AutoSTMalloc<4ul\2c\20SkFontArguments::Palette::Override\2c\20void>::AutoSTMalloc\28unsigned\20long\29 -2684:skia_private::AutoSTArray<24\2c\20unsigned\20int>::reset\28int\29 -2685:skia_png_zstream_error -2686:skia_png_read_data -2687:skia_png_get_int_32 -2688:skia_png_chunk_unknown_handling -2689:skia_png_calloc -2690:skia::textlayout::TextWrapper::getClustersTrimmedWidth\28\29 -2691:skia::textlayout::TextWrapper::TextStretch::startFrom\28skia::textlayout::Cluster*\2c\20unsigned\20long\29 -2692:skia::textlayout::TextWrapper::TextStretch::extend\28skia::textlayout::Cluster*\29 -2693:skia::textlayout::TextLine::measureTextInsideOneRun\28skia::textlayout::SkRange\2c\20skia::textlayout::Run\20const*\2c\20float\2c\20float\2c\20bool\2c\20skia::textlayout::TextLine::TextAdjustment\29\20const -2694:skia::textlayout::TextLine::isLastLine\28\29\20const -2695:skia::textlayout::Run::Run\28skia::textlayout::Run\20const&\29 -2696:skia::textlayout::ParagraphImpl::getLineNumberAt\28unsigned\20long\29\20const -2697:skia::textlayout::ParagraphImpl::findPreviousGraphemeBoundary\28unsigned\20long\29\20const -2698:skia::textlayout::ParagraphCacheKey::~ParagraphCacheKey\28\29 -2699:skia::textlayout::ParagraphBuilderImpl::startStyledBlock\28\29 -2700:skia::textlayout::OneLineShaper::RunBlock&\20std::__2::vector>::emplace_back\28skia::textlayout::OneLineShaper::RunBlock&\29 -2701:skia::textlayout::OneLineShaper::FontKey::FontKey\28skia::textlayout::OneLineShaper::FontKey&&\29 -2702:skia::textlayout::InternalLineMetrics::updateLineMetrics\28skia::textlayout::InternalLineMetrics&\29 -2703:skia::textlayout::InternalLineMetrics::runTop\28skia::textlayout::Run\20const*\2c\20skia::textlayout::LineMetricStyle\29\20const -2704:skia::textlayout::FontCollection::getFontManagerOrder\28\29\20const -2705:skia::textlayout::Decorations::calculateGaps\28skia::textlayout::TextLine::ClipContext\20const&\2c\20SkRect\20const&\2c\20float\2c\20float\29 -2706:skia::textlayout::Cluster::runOrNull\28\29\20const -2707:skgpu::tess::PatchStride\28skgpu::tess::PatchAttribs\29 -2708:skgpu::tess::MiddleOutPolygonTriangulator::MiddleOutPolygonTriangulator\28int\2c\20SkPoint\29 -2709:skgpu::ganesh::\28anonymous\20namespace\29::AAConvexPathOp::fixedFunctionFlags\28\29\20const -2710:skgpu::ganesh::SurfaceFillContext::~SurfaceFillContext\28\29 -2711:skgpu::ganesh::SurfaceFillContext::replaceOpsTask\28\29 -2712:skgpu::ganesh::SurfaceDrawContext::fillQuadWithEdgeAA\28GrClip\20const*\2c\20GrPaint&&\2c\20GrQuadAAFlags\2c\20SkMatrix\20const&\2c\20SkPoint\20const*\2c\20SkPoint\20const*\29 -2713:skgpu::ganesh::SurfaceDrawContext::fillPixelsWithLocalMatrix\28GrClip\20const*\2c\20GrPaint&&\2c\20SkIRect\20const&\2c\20SkMatrix\20const&\29 -2714:skgpu::ganesh::SurfaceDrawContext::drawPaint\28GrClip\20const*\2c\20GrPaint&&\2c\20SkMatrix\20const&\29 -2715:skgpu::ganesh::SurfaceDrawContext::MakeWithFallback\28GrRecordingContext*\2c\20GrColorType\2c\20sk_sp\2c\20SkBackingFit\2c\20SkISize\2c\20SkSurfaceProps\20const&\2c\20int\2c\20skgpu::Mipmapped\2c\20skgpu::Protected\2c\20GrSurfaceOrigin\2c\20skgpu::Budgeted\29 -2716:skgpu::ganesh::SurfaceContext::~SurfaceContext\28\29 -2717:skgpu::ganesh::SurfaceContext::transferPixels\28GrColorType\2c\20SkIRect\20const&\29::$_0::$_0\28$_0&&\29 -2718:skgpu::ganesh::SurfaceContext::PixelTransferResult::operator=\28skgpu::ganesh::SurfaceContext::PixelTransferResult&&\29 -2719:skgpu::ganesh::SupportedTextureFormats\28GrImageContext\20const&\29::$_0::operator\28\29\28SkYUVAPixmapInfo::DataType\2c\20int\29\20const -2720:skgpu::ganesh::SmallPathAtlasMgr::~SmallPathAtlasMgr\28\29 -2721:skgpu::ganesh::QuadPerEdgeAA::VertexSpec::coverageMode\28\29\20const -2722:skgpu::ganesh::PathInnerTriangulateOp::pushFanFillProgram\28GrTessellationShader::ProgramArgs\20const&\2c\20GrUserStencilSettings\20const*\29 -2723:skgpu::ganesh::OpsTask::deleteOps\28\29 -2724:skgpu::ganesh::OpsTask::OpChain::List::operator=\28skgpu::ganesh::OpsTask::OpChain::List&&\29 -2725:skgpu::ganesh::Device::drawEdgeAAImageSet\28SkCanvas::ImageSetEntry\20const*\2c\20int\2c\20SkPoint\20const*\2c\20SkMatrix\20const*\2c\20SkSamplingOptions\20const&\2c\20SkPaint\20const&\2c\20SkCanvas::SrcRectConstraint\29::$_0::operator\28\29\28int\29\20const -2726:skgpu::ganesh::ClipStack::clipRect\28SkMatrix\20const&\2c\20SkRect\20const&\2c\20GrAA\2c\20SkClipOp\29 -2727:skgpu::TClientMappedBufferManager::BufferFinishedMessage::BufferFinishedMessage\28skgpu::TClientMappedBufferManager::BufferFinishedMessage&&\29 -2728:skgpu::Swizzle::Concat\28skgpu::Swizzle\20const&\2c\20skgpu::Swizzle\20const&\29 -2729:skgpu::Swizzle::CToI\28char\29 -2730:skcpu::Recorder::TODO\28\29 -2731:sk_sp::reset\28SkMipmap*\29 -2732:sk_sp::~sk_sp\28\29 -2733:sk_sp::reset\28SkColorSpace*\29 -2734:sk_sp::~sk_sp\28\29 -2735:sk_sp::~sk_sp\28\29 -2736:skData_getSize -2737:shr -2738:shl -2739:sect_with_horizontal\28SkPoint\20const*\2c\20float\29 -2740:roughly_between\28double\2c\20double\2c\20double\29 -2741:res_unload_74 -2742:res_findResource_74 -2743:pt_to_line\28SkPoint\20const&\2c\20SkPoint\20const&\2c\20SkPoint\20const&\29 -2744:psh_calc_max_height -2745:ps_mask_set_bit -2746:ps_dimension_set_mask_bits -2747:ps_builder_check_points -2748:ps_builder_add_point -2749:png_colorspace_endpoints_match -2750:path_is_trivial\28SkPath\20const&\29::Trivializer::addTrivialContourPoint\28SkPoint\20const&\29 -2751:output_char\28hb_buffer_t*\2c\20unsigned\20int\2c\20unsigned\20int\29 -2752:operator!=\28SkRect\20const&\2c\20SkRect\20const&\29 -2753:nearly_equal\28double\2c\20double\29 -2754:mbrtowc -2755:mask_gamma_cache_mutex\28\29 -2756:map_rect_perspective\28SkRect\20const&\2c\20float\20const*\29::$_0::operator\28\29\28skvx::Vec<4\2c\20float>\20const&\2c\20skvx::Vec<4\2c\20float>\20const&\2c\20skvx::Vec<4\2c\20float>\20const&\29\20const -2757:is_smooth_enough\28SkAnalyticEdge*\2c\20SkAnalyticEdge*\2c\20int\29 -2758:is_ICC_signature_char -2759:interpolate_local\28float\2c\20int\2c\20int\2c\20int\2c\20int\2c\20float*\2c\20float*\2c\20float*\29 -2760:int\20_hb_cmp_method>\28void\20const*\2c\20void\20const*\29 -2761:init\28\29 -2762:ilogbf -2763:icu_74::UnicodeString::getChar32Start\28int\29\20const -2764:icu_74::UnicodeString::fromUTF8\28icu_74::StringPiece\29 -2765:icu_74::UnicodeString::extract\28int\2c\20int\2c\20char*\2c\20int\2c\20icu_74::UnicodeString::EInvariant\29\20const -2766:icu_74::UnicodeString::doReplace\28int\2c\20int\2c\20icu_74::UnicodeString\20const&\2c\20int\2c\20int\29 -2767:icu_74::UnicodeSet::span\28char16_t\20const*\2c\20int\2c\20USetSpanCondition\29\20const -2768:icu_74::UnicodeSet::removeAllStrings\28\29 -2769:icu_74::UnicodeSet::freeze\28\29 -2770:icu_74::UnicodeSet::complement\28\29 -2771:icu_74::UnicodeSet::UnicodeSet\28icu_74::UnicodeString\20const&\2c\20UErrorCode&\29 -2772:icu_74::UnicodeSet::UnicodeSet\28icu_74::UnicodeSet\20const&\29 -2773:icu_74::UVector::addElement\28void*\2c\20UErrorCode&\29 -2774:icu_74::UStack::push\28void*\2c\20UErrorCode&\29 -2775:icu_74::TrieFunc8\28UCPTrie\20const*\2c\20int\29 -2776:icu_74::StringTrieBuilder::writeNode\28int\2c\20int\2c\20int\29 -2777:icu_74::RuleCharacterIterator::_advance\28int\29 -2778:icu_74::RuleBasedBreakIterator::BreakCache::seek\28int\29 -2779:icu_74::RuleBasedBreakIterator::BreakCache::previous\28UErrorCode&\29 -2780:icu_74::RuleBasedBreakIterator::BreakCache::populateNear\28int\2c\20UErrorCode&\29 -2781:icu_74::RuleBasedBreakIterator::BreakCache::addFollowing\28int\2c\20int\2c\20icu_74::RuleBasedBreakIterator::BreakCache::UpdatePositionValues\29 -2782:icu_74::ResourceDataValue::getBinary\28int&\2c\20UErrorCode&\29\20const -2783:icu_74::ResourceDataValue::getArray\28UErrorCode&\29\20const -2784:icu_74::ResourceArray::getValue\28int\2c\20icu_74::ResourceValue&\29\20const -2785:icu_74::ReorderingBuffer::removeSuffix\28int\29 -2786:icu_74::ReorderingBuffer::init\28int\2c\20UErrorCode&\29 -2787:icu_74::PatternProps::isWhiteSpace\28int\29 -2788:icu_74::OffsetList::~OffsetList\28\29 -2789:icu_74::OffsetList::shift\28int\29 -2790:icu_74::OffsetList::setMaxLength\28int\29 -2791:icu_74::OffsetList::popMinimum\28\29 -2792:icu_74::Normalizer2Impl::singleLeadMightHaveNonZeroFCD16\28int\29\20const -2793:icu_74::Normalizer2Impl::norm16HasDecompBoundaryBefore\28unsigned\20short\29\20const -2794:icu_74::Normalizer2Impl::makeFCD\28char16_t\20const*\2c\20char16_t\20const*\2c\20icu_74::ReorderingBuffer*\2c\20UErrorCode&\29\20const -2795:icu_74::Normalizer2Impl::hasCompBoundaryBefore\28unsigned\20char\20const*\2c\20unsigned\20char\20const*\29\20const -2796:icu_74::Normalizer2Impl::hasCompBoundaryBefore\28char16_t\20const*\2c\20char16_t\20const*\29\20const -2797:icu_74::Normalizer2Impl::getFCD16FromNormData\28int\29\20const -2798:icu_74::Normalizer2Impl::decomposeShort\28unsigned\20char\20const*\2c\20unsigned\20char\20const*\2c\20icu_74::Normalizer2Impl::StopAt\2c\20signed\20char\2c\20icu_74::ReorderingBuffer&\2c\20UErrorCode&\29\20const -2799:icu_74::Normalizer2Impl::addPropertyStarts\28USetAdder\20const*\2c\20UErrorCode&\29\20const -2800:icu_74::Norm2AllModes::getNFCInstance\28UErrorCode&\29 -2801:icu_74::MemoryPool::~MemoryPool\28\29 -2802:icu_74::MemoryPool::~MemoryPool\28\29 -2803:icu_74::LocaleKeyFactory::~LocaleKeyFactory\28\29 -2804:icu_74::LocaleBuilder::~LocaleBuilder\28\29 -2805:icu_74::Locale::getKeywordValue\28icu_74::StringPiece\2c\20icu_74::ByteSink&\2c\20UErrorCode&\29\20const -2806:icu_74::LocalPointer::~LocalPointer\28\29 -2807:icu_74::Hashtable::Hashtable\28UErrorCode&\29 -2808:icu_74::Edits::append\28int\29 -2809:icu_74::CharString::ensureCapacity\28int\2c\20int\2c\20UErrorCode&\29 -2810:icu_74::Array1D::assign\28icu_74::ReadArray1D\20const&\29 -2811:icu_74::Array1D::Array1D\28int\2c\20UErrorCode&\29 -2812:hb_vector_t\2c\20false>::fini\28\29 -2813:hb_unicode_funcs_t::compose\28unsigned\20int\2c\20unsigned\20int\2c\20unsigned\20int*\29 -2814:hb_syllabic_insert_dotted_circles\28hb_font_t*\2c\20hb_buffer_t*\2c\20unsigned\20int\2c\20unsigned\20int\2c\20int\2c\20int\29 -2815:hb_shape_full -2816:hb_serialize_context_t::~hb_serialize_context_t\28\29 -2817:hb_serialize_context_t::hb_serialize_context_t\28void*\2c\20unsigned\20int\29 -2818:hb_serialize_context_t::end_serialize\28\29 -2819:hb_paint_funcs_t::push_scale\28void*\2c\20float\2c\20float\29 -2820:hb_paint_funcs_t::push_font_transform\28void*\2c\20hb_font_t\20const*\29 -2821:hb_paint_funcs_t::push_clip_rectangle\28void*\2c\20float\2c\20float\2c\20float\2c\20float\29 -2822:hb_paint_extents_context_t::paint\28\29 -2823:hb_ot_map_builder_t::disable_feature\28unsigned\20int\29 -2824:hb_map_iter_t\2c\20OT::IntType\2c\20void\2c\20true>\20const>\2c\20hb_partial_t<2u\2c\20$_10\20const*\2c\20OT::ChainRuleSet\20const*>\2c\20\28hb_function_sortedness_t\290\2c\20\28void*\290>::__item__\28\29\20const -2825:hb_lazy_loader_t\2c\20hb_face_t\2c\2012u\2c\20OT::vmtx_accelerator_t>::get_stored\28\29\20const -2826:hb_lazy_loader_t\2c\20hb_face_t\2c\2038u\2c\20OT::sbix_accelerator_t>::do_destroy\28OT::sbix_accelerator_t*\29 -2827:hb_lazy_loader_t\2c\20hb_face_t\2c\2023u\2c\20OT::kern_accelerator_t>::get_stored\28\29\20const -2828:hb_lazy_loader_t\2c\20hb_face_t\2c\205u\2c\20OT::hmtx_accelerator_t>::do_destroy\28OT::hmtx_accelerator_t*\29 -2829:hb_lazy_loader_t\2c\20hb_face_t\2c\2016u\2c\20OT::cff1_accelerator_t>::get_stored\28\29\20const -2830:hb_lazy_loader_t\2c\20hb_face_t\2c\2025u\2c\20OT::GSUB_accelerator_t>::do_destroy\28OT::GSUB_accelerator_t*\29 -2831:hb_lazy_loader_t\2c\20hb_face_t\2c\2026u\2c\20OT::GPOS_accelerator_t>::get_stored\28\29\20const -2832:hb_lazy_loader_t\2c\20hb_face_t\2c\2028u\2c\20AAT::morx_accelerator_t>::do_destroy\28AAT::morx_accelerator_t*\29 -2833:hb_lazy_loader_t\2c\20hb_face_t\2c\2030u\2c\20AAT::kerx_accelerator_t>::do_destroy\28AAT::kerx_accelerator_t*\29 -2834:hb_lazy_loader_t\2c\20hb_face_t\2c\2034u\2c\20hb_blob_t>::get\28\29\20const -2835:hb_language_from_string -2836:hb_iter_t\2c\20hb_array_t>\2c\20$_8\20const&\2c\20\28hb_function_sortedness_t\291\2c\20\28void*\290>\2c\20OT::HBGlyphID16&>::operator*\28\29 -2837:hb_hashmap_t::alloc\28unsigned\20int\29 -2838:hb_font_t::parent_scale_position\28int*\2c\20int*\29 -2839:hb_font_t::get_h_extents_with_fallback\28hb_font_extents_t*\29 -2840:hb_font_t::changed\28\29 -2841:hb_decycler_node_t::~hb_decycler_node_t\28\29 -2842:hb_buffer_t::copy_glyph\28\29 -2843:hb_buffer_t::clear_positions\28\29 -2844:hb_blob_create_sub_blob -2845:hb_blob_create -2846:hb_bit_set_t::~hb_bit_set_t\28\29 -2847:hb_bit_set_t::union_\28hb_bit_set_t\20const&\29 -2848:hb_bit_set_t::resize\28unsigned\20int\2c\20bool\2c\20bool\29 -2849:get_cache\28\29 -2850:getShortestSubtagLength\28char\20const*\29 -2851:ftell -2852:ft_var_readpackedpoints -2853:ft_glyphslot_free_bitmap -2854:float\20const*\20std::__2::min_element\5babi:ne180100\5d>\28float\20const*\2c\20float\20const*\2c\20std::__2::__less\29 -2855:float\20const*\20std::__2::max_element\5babi:ne180100\5d>\28float\20const*\2c\20float\20const*\2c\20std::__2::__less\29 -2856:filter_to_gl_mag_filter\28SkFilterMode\29 -2857:fflush -2858:extract_mask_subset\28SkMask\20const&\2c\20SkIRect\2c\20int\2c\20int\29 -2859:exp -2860:equal_ulps\28float\2c\20float\2c\20int\2c\20int\29 -2861:dispose_chunk -2862:direct_blur_y\28void\20\28*\29\28unsigned\20char*\2c\20unsigned\20char\20const*\2c\20int\29\2c\20int\2c\20int\2c\20unsigned\20short*\2c\20unsigned\20char\20const*\2c\20unsigned\20long\2c\20int\2c\20int\2c\20unsigned\20char*\2c\20unsigned\20long\29 -2863:derivative_at_t\28double\20const*\2c\20double\29 -2864:decltype\28ubrk_setUText_74\28std::forward\28fp\29\2c\20std::forward\28fp\29\2c\20std::forward\28fp\29\29\29\20sk_ubrk_setUText\28UBreakIterator*&&\2c\20UText*&&\2c\20UErrorCode*&&\29 -2865:cubic_delta_from_line\28int\2c\20int\2c\20int\2c\20int\29 -2866:crop_rect_edge\28SkRect\20const&\2c\20int\2c\20int\2c\20int\2c\20int\2c\20float*\2c\20float*\2c\20float*\2c\20float*\2c\20float*\29 -2867:createPath\28char\20const*\2c\20int\2c\20char\20const*\2c\20int\2c\20char\20const*\2c\20icu_74::CharString&\2c\20UErrorCode*\29 -2868:cleanup_program\28GrGLGpu*\2c\20unsigned\20int*\2c\20unsigned\20int*\2c\20unsigned\20int*\29 -2869:clean_paint_for_drawVertices\28SkPaint\29 -2870:clean_paint_for_drawImage\28SkPaint\20const*\29 -2871:chopLocale\28char*\29 -2872:check_edge_against_rect\28SkPoint\20const&\2c\20SkPoint\20const&\2c\20SkRect\20const&\2c\20SkPathFirstDirection\29 -2873:checkOnCurve\28float\2c\20float\2c\20SkPoint\20const&\2c\20SkPoint\20const&\29 -2874:char*\20sktext::gpu::BagOfBytes::allocateBytesFor\28int\29::'lambda'\28\29::operator\28\29\28\29\20const -2875:cff_strcpy -2876:cff_size_get_globals_funcs -2877:cff_index_forget_element -2878:cf2_stack_setReal -2879:cf2_hint_init -2880:cf2_doStems -2881:cf2_doFlex -2882:calculate_path_gap\28float\2c\20float\2c\20SkPath\20const&\29::$_4::operator\28\29\28float\29\20const -2883:buffer_verify_error\28hb_buffer_t*\2c\20hb_font_t*\2c\20char\20const*\2c\20...\29 -2884:bool\20hb_array_t::sanitize\28hb_sanitize_context_t*\29\20const -2885:bool\20OT::would_match_input>\28OT::hb_would_apply_context_t*\2c\20unsigned\20int\2c\20OT::IntType\20const*\2c\20bool\20\28*\29\28hb_glyph_info_t&\2c\20unsigned\20int\2c\20void\20const*\29\2c\20void\20const*\29 -2886:bool\20OT::match_input>\28OT::hb_ot_apply_context_t*\2c\20unsigned\20int\2c\20OT::IntType\20const*\2c\20bool\20\28*\29\28hb_glyph_info_t&\2c\20unsigned\20int\2c\20void\20const*\29\2c\20void\20const*\2c\20unsigned\20int*\2c\20unsigned\20int*\2c\20unsigned\20int*\29 -2887:bool\20OT::OffsetTo\2c\20void\2c\20true>::sanitize<>\28hb_sanitize_context_t*\2c\20void\20const*\29\20const -2888:bool\20OT::OffsetTo>\2c\20OT::IntType\2c\20void\2c\20false>::sanitize<>\28hb_sanitize_context_t*\2c\20void\20const*\29\20const -2889:bool\20AAT::hb_aat_apply_context_t::output_glyphs\28unsigned\20int\2c\20OT::HBGlyphID16\20const*\29 -2890:blur_y_rect\28void\20\28*\29\28unsigned\20char*\2c\20unsigned\20char\20const*\2c\20int\29\2c\20int\2c\20skvx::Vec<8\2c\20unsigned\20short>\20\28*\29\28skvx::Vec<8\2c\20unsigned\20short>\20const&\2c\20skvx::Vec<8\2c\20unsigned\20short>\20const&\2c\20skvx::Vec<8\2c\20unsigned\20short>\20const&\2c\20skvx::Vec<8\2c\20unsigned\20short>\20const&\2c\20skvx::Vec<8\2c\20unsigned\20short>\20const&\2c\20skvx::Vec<8\2c\20unsigned\20short>\20const&\2c\20skvx::Vec<8\2c\20unsigned\20short>*\2c\20skvx::Vec<8\2c\20unsigned\20short>*\2c\20skvx::Vec<8\2c\20unsigned\20short>*\2c\20skvx::Vec<8\2c\20unsigned\20short>*\2c\20skvx::Vec<8\2c\20unsigned\20short>*\2c\20skvx::Vec<8\2c\20unsigned\20short>*\2c\20skvx::Vec<8\2c\20unsigned\20short>*\2c\20skvx::Vec<8\2c\20unsigned\20short>*\29\2c\20int\2c\20unsigned\20short*\2c\20unsigned\20char\20const*\2c\20unsigned\20long\2c\20int\2c\20int\2c\20unsigned\20char*\2c\20unsigned\20long\29 -2891:blur_column\28void\20\28*\29\28unsigned\20char*\2c\20unsigned\20char\20const*\2c\20int\29\2c\20skvx::Vec<8\2c\20unsigned\20short>\20\28*\29\28skvx::Vec<8\2c\20unsigned\20short>\20const&\2c\20skvx::Vec<8\2c\20unsigned\20short>\20const&\2c\20skvx::Vec<8\2c\20unsigned\20short>\20const&\2c\20skvx::Vec<8\2c\20unsigned\20short>\20const&\2c\20skvx::Vec<8\2c\20unsigned\20short>\20const&\2c\20skvx::Vec<8\2c\20unsigned\20short>\20const&\2c\20skvx::Vec<8\2c\20unsigned\20short>*\2c\20skvx::Vec<8\2c\20unsigned\20short>*\2c\20skvx::Vec<8\2c\20unsigned\20short>*\2c\20skvx::Vec<8\2c\20unsigned\20short>*\2c\20skvx::Vec<8\2c\20unsigned\20short>*\2c\20skvx::Vec<8\2c\20unsigned\20short>*\2c\20skvx::Vec<8\2c\20unsigned\20short>*\2c\20skvx::Vec<8\2c\20unsigned\20short>*\29\2c\20int\2c\20int\2c\20skvx::Vec<8\2c\20unsigned\20short>\20const&\2c\20skvx::Vec<8\2c\20unsigned\20short>\20const&\2c\20skvx::Vec<8\2c\20unsigned\20short>\20const&\2c\20skvx::Vec<8\2c\20unsigned\20short>\20const&\2c\20skvx::Vec<8\2c\20unsigned\20short>\20const&\2c\20unsigned\20char\20const*\2c\20unsigned\20long\2c\20int\2c\20unsigned\20char*\2c\20unsigned\20long\29::$_0::operator\28\29\28unsigned\20char*\2c\20skvx::Vec<8\2c\20unsigned\20short>\20const&\2c\20skvx::Vec<8\2c\20unsigned\20short>\20const&\29\20const -2892:blit_clipped_mask\28SkBlitter*\2c\20SkMask\20const&\2c\20SkIRect\20const&\2c\20SkIRect\20const&\29 -2893:approx_arc_length\28SkPoint\20const*\2c\20int\29 -2894:antifillrect\28SkIRect\20const&\2c\20SkBlitter*\29 -2895:animatedImage_getFrameCount -2896:afm_parser_read_int -2897:af_sort_pos -2898:af_latin_hints_compute_segments -2899:acosf -2900:_isPrivateuseValueSubtag\28char\20const*\2c\20int\29 -2901:_isAlphaString\28char\20const*\2c\20int\29 -2902:_hb_glyph_info_get_lig_num_comps\28hb_glyph_info_t\20const*\29 -2903:_getDisplayNameForComponent\28char\20const*\2c\20char\20const*\2c\20char16_t*\2c\20int\2c\20int\20\28*\29\28char\20const*\2c\20char*\2c\20int\2c\20UErrorCode*\29\2c\20char\20const*\2c\20UErrorCode*\29 -2904:_findIndex\28char\20const*\20const*\2c\20char\20const*\29 -2905:__uselocale -2906:__math_xflow -2907:__cxxabiv1::__base_class_type_info::search_below_dst\28__cxxabiv1::__dynamic_cast_info*\2c\20void\20const*\2c\20int\2c\20bool\29\20const -2908:\28anonymous\20namespace\29::make_vertices_spec\28bool\2c\20bool\29 -2909:\28anonymous\20namespace\29::ThreeBoxApproxPass::blurSegment\28int\2c\20void\20const*\2c\20int\2c\20void*\2c\20int\29::'lambda'\28skvx::Vec<4\2c\20unsigned\20int>\20const&\29::operator\28\29\28skvx::Vec<4\2c\20unsigned\20int>\20const&\29\20const -2910:\28anonymous\20namespace\29::TentPass::blurSegment\28int\2c\20void\20const*\2c\20int\2c\20void*\2c\20int\29::'lambda'\28unsigned\20int\20const*\29::operator\28\29\28unsigned\20int\20const*\29\20const -2911:\28anonymous\20namespace\29::TentPass::blurSegment\28int\2c\20void\20const*\2c\20int\2c\20void*\2c\20int\29::'lambda'\28skvx::Vec<4\2c\20unsigned\20int>\20const&\29::operator\28\29\28skvx::Vec<4\2c\20unsigned\20int>\20const&\29\20const -2912:\28anonymous\20namespace\29::SkBlurImageFilter::kernelBounds\28skif::Mapping\20const&\2c\20skif::LayerSpace\29\20const -2913:\28anonymous\20namespace\29::RunIteratorQueue::insert\28SkShaper::RunIterator*\2c\20int\29 -2914:\28anonymous\20namespace\29::RunIteratorQueue::CompareEntry\28\28anonymous\20namespace\29::RunIteratorQueue::Entry\20const&\2c\20\28anonymous\20namespace\29::RunIteratorQueue::Entry\20const&\29 -2915:\28anonymous\20namespace\29::PathSubRun::canReuse\28SkPaint\20const&\2c\20SkMatrix\20const&\29\20const -2916:\28anonymous\20namespace\29::PathGeoBuilder::ensureSpace\28int\2c\20int\2c\20SkPoint\20const*\29 -2917:\28anonymous\20namespace\29::MeshGP::Impl::MeshCallbacks::getMangledName\28char\20const*\29 -2918:\28anonymous\20namespace\29::FillRectOpImpl::vertexSpec\28\29\20const -2919:\28anonymous\20namespace\29::CacheImpl::removeInternal\28\28anonymous\20namespace\29::CacheImpl::Value*\29 -2920:\28anonymous\20namespace\29::A8Pass::blurSegment\28int\2c\20void\20const*\2c\20int\2c\20void*\2c\20int\29::'lambda'\28unsigned\20int\29::operator\28\29\28unsigned\20int\29\20const -2921:WriteRingBuffer -2922:VP8YUVToR -2923:VP8YUVToG -2924:VP8YUVToB -2925:VP8LoadNewBytes -2926:VP8LHuffmanTablesDeallocate -2927:TT_Load_Context -2928:Skwasm::makeCurrent\28unsigned\20long\29 -2929:SkipCode -2930:SkYUVAPixmaps::~SkYUVAPixmaps\28\29 -2931:SkYUVAPixmaps::operator=\28SkYUVAPixmaps\20const&\29 -2932:SkYUVAPixmaps::SkYUVAPixmaps\28\29 -2933:SkWuffsCodec::frame\28int\29\20const -2934:SkWriter32::writeRRect\28SkRRect\20const&\29 -2935:SkWriter32::writeMatrix\28SkMatrix\20const&\29 -2936:SkWriter32::snapshotAsData\28\29\20const -2937:SkWBuffer::write\28void\20const*\2c\20unsigned\20long\29 -2938:SkVertices::approximateSize\28\29\20const -2939:SkUnicode::convertUtf8ToUtf16\28char\20const*\2c\20int\29 -2940:SkTiff::ImageFileDirectory::getEntryValuesGeneric\28unsigned\20short\2c\20unsigned\20short\2c\20unsigned\20int\2c\20void*\29\20const -2941:SkTiff::ImageFileDirectory::getEntryUnsignedShort\28unsigned\20short\2c\20unsigned\20int\2c\20unsigned\20short*\29\20const -2942:SkTextBlobBuilder::~SkTextBlobBuilder\28\29 -2943:SkTextBlob::RunRecord::textBuffer\28\29\20const -2944:SkTextBlob::RunRecord::clusterBuffer\28\29\20const -2945:SkTextBlob::RunRecord::StorageSize\28unsigned\20int\2c\20unsigned\20int\2c\20SkTextBlob::GlyphPositioning\2c\20SkSafeMath*\29 -2946:SkTextBlob::RunRecord::Next\28SkTextBlob::RunRecord\20const*\29 -2947:SkTSpan::oppT\28double\29\20const -2948:SkTSpan::closestBoundedT\28SkDPoint\20const&\29\20const -2949:SkTSect::updateBounded\28SkTSpan*\2c\20SkTSpan*\2c\20SkTSpan*\29 -2950:SkTSect::trim\28SkTSpan*\2c\20SkTSect*\29 -2951:SkTSect::removeSpanRange\28SkTSpan*\2c\20SkTSpan*\29 -2952:SkTSect::removeCoincident\28SkTSpan*\2c\20bool\29 -2953:SkTSect::deleteEmptySpans\28\29 -2954:SkTInternalLList::Entry>::remove\28SkLRUCache::Entry*\29 -2955:SkTInternalLList>\2c\20skia::textlayout::ParagraphCache::KeyHash\2c\20SkNoOpPurge>::Entry>::remove\28SkLRUCache>\2c\20skia::textlayout::ParagraphCache::KeyHash\2c\20SkNoOpPurge>::Entry*\29 -2956:SkTInternalLList>\2c\20GrGLGpu::ProgramCache::DescHash\2c\20SkNoOpPurge>::Entry>::remove\28SkLRUCache>\2c\20GrGLGpu::ProgramCache::DescHash\2c\20SkNoOpPurge>::Entry*\29 -2957:SkTDStorage::insert\28int\2c\20int\2c\20void\20const*\29 -2958:SkTDStorage::insert\28int\29 -2959:SkTDStorage::erase\28int\2c\20int\29 -2960:SkTDArray::push_back\28int\20const&\29 -2961:SkTBlockList::pushItem\28\29 -2962:SkSurface_Raster::onGetBaseRecorder\28\29\20const -2963:SkStrokeRec::applyToPath\28SkPathBuilder*\2c\20SkPath\20const&\29\20const -2964:SkString::set\28char\20const*\29 -2965:SkString::SkString\28unsigned\20long\29 -2966:SkString::Rec::Make\28char\20const*\2c\20unsigned\20long\29 -2967:SkStrikeSpec::MakeCanonicalized\28SkFont\20const&\2c\20SkPaint\20const*\29 -2968:SkStrikeCache::GlobalStrikeCache\28\29 -2969:SkStrike::glyph\28SkPackedGlyphID\29 -2970:SkSpriteBlitter::~SkSpriteBlitter\28\29 -2971:SkSpecialImages::MakeDeferredFromGpu\28GrRecordingContext*\2c\20SkIRect\20const&\2c\20unsigned\20int\2c\20GrSurfaceProxyView\2c\20GrColorInfo\20const&\2c\20SkSurfaceProps\20const&\29 -2972:SkSpecialImages::AsBitmap\28SkSpecialImage\20const*\2c\20SkBitmap*\29 -2973:SkShadowTessellator::MakeSpot\28SkPath\20const&\2c\20SkMatrix\20const&\2c\20SkPoint3\20const&\2c\20SkPoint3\20const&\2c\20float\2c\20bool\2c\20bool\29 -2974:SkShaders::MatrixRec::apply\28SkStageRec\20const&\2c\20SkMatrix\20const&\29\20const -2975:SkShaderBlurAlgorithm::renderBlur\28SkRuntimeEffectBuilder*\2c\20SkFilterMode\2c\20SkISize\2c\20sk_sp\2c\20SkIRect\20const&\2c\20SkTileMode\2c\20SkIRect\20const&\29\20const::$_0::operator\28\29\28SkIRect\20const&\29\20const -2976:SkShaderBase::appendRootStages\28SkStageRec\20const&\2c\20SkMatrix\20const&\29\20const -2977:SkSemaphore::signal\28int\29 -2978:SkScan::FillIRect\28SkIRect\20const&\2c\20SkRegion\20const*\2c\20SkBlitter*\29 -2979:SkScalerContext_FreeType::emboldenIfNeeded\28FT_FaceRec_*\2c\20FT_GlyphSlotRec_*\2c\20unsigned\20short\29 -2980:SkScaleToSides::AdjustRadii\28double\2c\20double\2c\20float*\2c\20float*\29 -2981:SkSamplingOptions::operator!=\28SkSamplingOptions\20const&\29\20const -2982:SkSL::write_stringstream\28SkSL::StringStream\20const&\2c\20SkSL::OutputStream&\29 -2983:SkSL::evaluate_3_way_intrinsic\28SkSL::Context\20const&\2c\20std::__2::array\20const&\2c\20SkSL::Type\20const&\2c\20double\20\28*\29\28double\2c\20double\2c\20double\29\29 -2984:SkSL::eliminate_dead_local_variables\28SkSL::Context\20const&\2c\20SkSpan>>\2c\20SkSL::ProgramUsage*\29::DeadLocalVariableEliminator::~DeadLocalVariableEliminator\28\29 -2985:SkSL::calculate_count\28double\2c\20double\2c\20double\2c\20bool\2c\20bool\29 -2986:SkSL::append_rtadjust_fixup_to_vertex_main\28SkSL::Context\20const&\2c\20SkSL::FunctionDeclaration\20const&\2c\20SkSL::Block&\29::AppendRTAdjustFixupHelper::Pos\28\29\20const -2987:SkSL::\28anonymous\20namespace\29::ProgramUsageVisitor::visitProgramElement\28SkSL::ProgramElement\20const&\29 -2988:SkSL::VarDeclaration::Convert\28SkSL::Context\20const&\2c\20SkSL::Position\2c\20SkSL::Modifiers\20const&\2c\20SkSL::Type\20const&\2c\20SkSL::Position\2c\20std::__2::basic_string_view>\2c\20SkSL::VariableStorage\2c\20std::__2::unique_ptr>\29 -2989:SkSL::Type::priority\28\29\20const -2990:SkSL::Type::checkForOutOfRangeLiteral\28SkSL::Context\20const&\2c\20double\2c\20SkSL::Position\29\20const -2991:SkSL::Transform::EliminateDeadFunctions\28SkSL::Program&\29::$_0::operator\28\29\28std::__2::unique_ptr>\20const&\29\20const -2992:SkSL::SymbolTable::lookup\28SkSL::SymbolTable::SymbolKey\20const&\29\20const -2993:SkSL::SymbolTable::isType\28std::__2::basic_string_view>\29\20const -2994:SkSL::Swizzle::MaskString\28skia_private::FixedArray<4\2c\20signed\20char>\20const&\29 -2995:SkSL::RP::SlotManager::mapVariableToSlots\28SkSL::Variable\20const&\2c\20SkSL::RP::SlotRange\29 -2996:SkSL::RP::Program::appendStages\28SkRasterPipeline*\2c\20SkArenaAlloc*\2c\20SkSL::RP::Callbacks*\2c\20SkSpan\29\20const::$_0::operator\28\29\28\29\20const -2997:SkSL::RP::Program::appendCopy\28skia_private::TArray*\2c\20SkArenaAlloc*\2c\20std::byte*\2c\20SkSL::RP::ProgramOp\2c\20unsigned\20int\2c\20int\2c\20unsigned\20int\2c\20int\2c\20int\29\20const -2998:SkSL::RP::Generator::store\28SkSL::RP::LValue&\29 -2999:SkSL::RP::Generator::popToSlotRangeUnmasked\28SkSL::RP::SlotRange\29 -3000:SkSL::RP::Builder::ternary_op\28SkSL::RP::BuilderOp\2c\20int\29 -3001:SkSL::RP::Builder::simplifyPopSlotsUnmasked\28SkSL::RP::SlotRange*\29 -3002:SkSL::RP::Builder::push_zeros\28int\29 -3003:SkSL::RP::Builder::push_loop_mask\28\29 -3004:SkSL::RP::Builder::pad_stack\28int\29 -3005:SkSL::RP::Builder::exchange_src\28\29 -3006:SkSL::ProgramVisitor::visit\28SkSL::Program\20const&\29 -3007:SkSL::ProgramUsage::remove\28SkSL::Statement\20const*\29 -3008:SkSL::PrefixExpression::Make\28SkSL::Context\20const&\2c\20SkSL::Position\2c\20SkSL::Operator\2c\20std::__2::unique_ptr>\29 -3009:SkSL::PipelineStage::PipelineStageCodeGenerator::typedVariable\28SkSL::Type\20const&\2c\20std::__2::basic_string_view>\29 -3010:SkSL::PipelineStage::PipelineStageCodeGenerator::typeName\28SkSL::Type\20const&\29 -3011:SkSL::Parser::parseInitializer\28SkSL::Position\2c\20std::__2::unique_ptr>*\29 -3012:SkSL::Parser::nextRawToken\28\29 -3013:SkSL::Parser::arrayType\28SkSL::Type\20const*\2c\20int\2c\20SkSL::Position\29 -3014:SkSL::Parser::AutoSymbolTable::AutoSymbolTable\28SkSL::Parser*\2c\20std::__2::unique_ptr>*\2c\20bool\29 -3015:SkSL::MethodReference::~MethodReference\28\29_6179 -3016:SkSL::MethodReference::~MethodReference\28\29 -3017:SkSL::LiteralType::priority\28\29\20const -3018:SkSL::Intrinsics::\28anonymous\20namespace\29::evaluate_sub\28SkSL::Context\20const&\2c\20std::__2::array\20const&\29 -3019:SkSL::Intrinsics::\28anonymous\20namespace\29::evaluate_dot\28std::__2::array\20const&\29 -3020:SkSL::InterfaceBlock::arraySize\28\29\20const -3021:SkSL::IndexExpression::Make\28SkSL::Context\20const&\2c\20SkSL::Position\2c\20std::__2::unique_ptr>\2c\20std::__2::unique_ptr>\29 -3022:SkSL::GLSLCodeGenerator::writeExtension\28std::__2::basic_string_view>\2c\20bool\29 -3023:SkSL::FieldAccess::Make\28SkSL::Context\20const&\2c\20SkSL::Position\2c\20std::__2::unique_ptr>\2c\20int\2c\20SkSL::FieldAccessOwnerKind\29 -3024:SkSL::ConstructorArray::Make\28SkSL::Context\20const&\2c\20SkSL::Position\2c\20SkSL::Type\20const&\2c\20SkSL::ExpressionArray\29 -3025:SkSL::Compiler::convertProgram\28SkSL::ProgramKind\2c\20std::__2::basic_string\2c\20std::__2::allocator>\2c\20SkSL::ProgramSettings\20const&\29 -3026:SkSL::Block::isEmpty\28\29\20const -3027:SkSL::Block::Make\28SkSL::Position\2c\20skia_private::STArray<2\2c\20std::__2::unique_ptr>\2c\20true>\2c\20SkSL::Block::Kind\2c\20std::__2::unique_ptr>\29 -3028:SkSL::Block::MakeBlock\28SkSL::Position\2c\20skia_private::STArray<2\2c\20std::__2::unique_ptr>\2c\20true>\2c\20SkSL::Block::Kind\2c\20std::__2::unique_ptr>\29 -3029:SkSL::Analysis::DetectVarDeclarationWithoutScope\28SkSL::Statement\20const&\2c\20SkSL::ErrorReporter*\29 -3030:SkRuntimeEffect::Result::~Result\28\29 -3031:SkResourceCache::remove\28SkResourceCache::Rec*\29 -3032:SkRegion::writeToMemory\28void*\29\20const -3033:SkRegion::getBoundaryPath\28\29\20const -3034:SkRegion::SkRegion\28SkRegion\20const&\29 -3035:SkRect::offset\28SkPoint\20const&\29 -3036:SkRect::inset\28float\2c\20float\29 -3037:SkRecords::Optional::~Optional\28\29 -3038:SkRecords::NoOp*\20SkRecord::replace\28int\29 -3039:SkReadBuffer::skip\28unsigned\20long\29 -3040:SkRasterPipeline::tailPointer\28\29 -3041:SkRasterPipeline::appendStore\28SkColorType\2c\20SkRasterPipelineContexts::MemoryCtx\20const*\29 -3042:SkRasterPipeline::appendMatrix\28SkArenaAlloc*\2c\20SkMatrix\20const&\29 -3043:SkRasterPipeline::addMemoryContext\28SkRasterPipelineContexts::MemoryCtx*\2c\20int\2c\20bool\2c\20bool\29 -3044:SkRRect::setOval\28SkRect\20const&\29 -3045:SkRRect::initializeRect\28SkRect\20const&\29 -3046:SkRGBA4f<\28SkAlphaType\293>::operator==\28SkRGBA4f<\28SkAlphaType\293>\20const&\29\20const -3047:SkQuads::RootsReal\28double\2c\20double\2c\20double\2c\20double*\29 -3048:SkPixelRef::~SkPixelRef\28\29 -3049:SkPixelRef::SkPixelRef\28int\2c\20int\2c\20void*\2c\20unsigned\20long\29 -3050:SkPictureRecorder::~SkPictureRecorder\28\29 -3051:SkPictureRecorder::SkPictureRecorder\28\29 -3052:SkPictureRecord::~SkPictureRecord\28\29 -3053:SkPictureRecord::recordRestoreOffsetPlaceholder\28\29 -3054:SkPathStroker::quadStroke\28SkPoint\20const*\2c\20SkQuadConstruct*\29 -3055:SkPathStroker::preJoinTo\28SkPoint\20const&\2c\20SkPoint*\2c\20SkPoint*\2c\20bool\29 -3056:SkPathStroker::intersectRay\28SkQuadConstruct*\2c\20SkPathStroker::IntersectRayType\29\20const -3057:SkPathStroker::cubicStroke\28SkPoint\20const*\2c\20SkQuadConstruct*\29 -3058:SkPathStroker::cubicPerpRay\28SkPoint\20const*\2c\20float\2c\20SkPoint*\2c\20SkPoint*\2c\20SkPoint*\29\20const -3059:SkPathStroker::conicStroke\28SkConic\20const&\2c\20SkQuadConstruct*\29 -3060:SkPathRef::computeBounds\28\29\20const -3061:SkPathBuilder::incReserve\28int\2c\20int\29 -3062:SkPath::getPoint\28int\29\20const -3063:SkPath::addRect\28SkRect\20const&\2c\20SkPathDirection\2c\20unsigned\20int\29 -3064:SkPath::addRect\28SkRect\20const&\2c\20SkPathDirection\29 -3065:SkPath::addPath\28SkPath\20const&\2c\20SkPath::AddPathMode\29 -3066:SkPaint::operator=\28SkPaint&&\29 -3067:SkPaint::computeFastBounds\28SkRect\20const&\2c\20SkRect*\29\20const -3068:SkPaint::canComputeFastBounds\28\29\20const -3069:SkPaint::SkPaint\28SkPaint&&\29 -3070:SkOpSpanBase::mergeMatches\28SkOpSpanBase*\29 -3071:SkOpSpanBase::addOpp\28SkOpSpanBase*\29 -3072:SkOpSegment::updateOppWinding\28SkOpSpanBase\20const*\2c\20SkOpSpanBase\20const*\29\20const -3073:SkOpSegment::subDivide\28SkOpSpanBase\20const*\2c\20SkOpSpanBase\20const*\2c\20SkDCurve*\29\20const -3074:SkOpSegment::setUpWindings\28SkOpSpanBase*\2c\20SkOpSpanBase*\2c\20int*\2c\20int*\2c\20int*\2c\20int*\2c\20int*\2c\20int*\29 -3075:SkOpSegment::nextChase\28SkOpSpanBase**\2c\20int*\2c\20SkOpSpan**\2c\20SkOpSpanBase**\29\20const -3076:SkOpSegment::markAndChaseDone\28SkOpSpanBase*\2c\20SkOpSpanBase*\2c\20SkOpSpanBase**\29 -3077:SkOpSegment::isSimple\28SkOpSpanBase**\2c\20int*\29\20const -3078:SkOpSegment::init\28SkPoint*\2c\20float\2c\20SkOpContour*\2c\20SkPath::Verb\29 -3079:SkOpEdgeBuilder::complete\28\29 -3080:SkOpContour::appendSegment\28\29 -3081:SkOpCoincidence::overlap\28SkOpPtT\20const*\2c\20SkOpPtT\20const*\2c\20SkOpPtT\20const*\2c\20SkOpPtT\20const*\2c\20double*\2c\20double*\29\20const -3082:SkOpCoincidence::add\28SkOpPtT*\2c\20SkOpPtT*\2c\20SkOpPtT*\2c\20SkOpPtT*\29 -3083:SkOpCoincidence::addIfMissing\28SkOpPtT\20const*\2c\20SkOpPtT\20const*\2c\20double\2c\20double\2c\20SkOpSegment*\2c\20SkOpSegment*\2c\20bool*\29 -3084:SkOpCoincidence::addExpanded\28\29 -3085:SkOpCoincidence::addEndMovedSpans\28SkOpPtT\20const*\29 -3086:SkOpCoincidence::TRange\28SkOpPtT\20const*\2c\20double\2c\20SkOpSegment\20const*\29 -3087:SkOpAngle::set\28SkOpSpanBase*\2c\20SkOpSpanBase*\29 -3088:SkOpAngle::loopCount\28\29\20const -3089:SkOpAngle::insert\28SkOpAngle*\29 -3090:SkOpAngle*\20SkArenaAlloc::make\28\29 -3091:SkNoPixelsDevice::ClipState::op\28SkClipOp\2c\20SkM44\20const&\2c\20SkRect\20const&\2c\20bool\2c\20bool\29 -3092:SkMipmap*\20SkSafeRef\28SkMipmap*\29 -3093:SkMeshSpecification::Varying::Varying\28SkMeshSpecification::Varying\20const&\29 -3094:SkMatrixPriv::DifferentialAreaScale\28SkMatrix\20const&\2c\20SkPoint\20const&\29 -3095:SkMatrix::setRotate\28float\29 -3096:SkMatrix::preservesRightAngles\28float\29\20const -3097:SkMatrix::mapRectToQuad\28SkPoint*\2c\20SkRect\20const&\29\20const -3098:SkMatrix::mapPointPerspective\28SkPoint\29\20const -3099:SkM44::setConcat\28SkM44\20const&\2c\20SkM44\20const&\29::$_0::operator\28\29\28skvx::Vec<4\2c\20float>\29\20const -3100:SkM44::normalizePerspective\28\29 -3101:SkM44::invert\28SkM44*\29\20const -3102:SkLineClipper::IntersectLine\28SkPoint\20const*\2c\20SkRect\20const&\2c\20SkPoint*\29 -3103:SkImage_Ganesh::makeView\28GrRecordingContext*\29\20const -3104:SkImage_Base::~SkImage_Base\28\29 -3105:SkImage_Base::isGaneshBacked\28\29\20const -3106:SkImage_Base::SkImage_Base\28SkImageInfo\20const&\2c\20unsigned\20int\29 -3107:SkImageInfo::validRowBytes\28unsigned\20long\29\20const -3108:SkImageGenerator::~SkImageGenerator\28\29 -3109:SkImageFilters::Crop\28SkRect\20const&\2c\20SkTileMode\2c\20sk_sp\29 -3110:SkImageFilter_Base::~SkImageFilter_Base\28\29 -3111:SkIRect::makeInset\28int\2c\20int\29\20const -3112:SkHalfToFloat\28unsigned\20short\29 -3113:SkGradientBaseShader::commonAsAGradient\28SkShaderBase::GradientInfo*\29\20const -3114:SkGradientBaseShader::ValidGradient\28SkRGBA4f<\28SkAlphaType\293>\20const*\2c\20int\2c\20SkTileMode\2c\20SkGradientShader::Interpolation\20const&\29 -3115:SkGradientBaseShader::SkGradientBaseShader\28SkGradientBaseShader::Descriptor\20const&\2c\20SkMatrix\20const&\29 -3116:SkGradientBaseShader::MakeDegenerateGradient\28SkRGBA4f<\28SkAlphaType\293>\20const*\2c\20float\20const*\2c\20int\2c\20sk_sp\2c\20SkTileMode\29 -3117:SkGlyph::setPath\28SkArenaAlloc*\2c\20SkPath\20const*\2c\20bool\2c\20bool\29 -3118:SkGetPolygonWinding\28SkPoint\20const*\2c\20int\29 -3119:SkFontMgr::RefEmpty\28\29 -3120:SkFont::setTypeface\28sk_sp\29 -3121:SkFont::getBounds\28SkSpan\2c\20SkSpan\2c\20SkPaint\20const*\29\20const -3122:SkEmptyFontMgr::onMakeFromStreamIndex\28std::__2::unique_ptr>\2c\20int\29\20const -3123:SkEdgeBuilder::~SkEdgeBuilder\28\29 -3124:SkDrawBase::drawPathCoverage\28SkPath\20const&\2c\20SkPaint\20const&\2c\20SkBlitter*\29\20const -3125:SkDevice::~SkDevice\28\29 -3126:SkDevice::scalerContextFlags\28\29\20const -3127:SkDQuad::RootsReal\28double\2c\20double\2c\20double\2c\20double*\29 -3128:SkDPoint::distance\28SkDPoint\20const&\29\20const -3129:SkDLine::NearPointV\28SkDPoint\20const&\2c\20double\2c\20double\2c\20double\29 -3130:SkDLine::NearPointH\28SkDPoint\20const&\2c\20double\2c\20double\2c\20double\29 -3131:SkDCubic::RootsValidT\28double\2c\20double\2c\20double\2c\20double\2c\20double*\29 -3132:SkConicalGradient::~SkConicalGradient\28\29 -3133:SkComputeRadialSteps\28SkPoint\20const&\2c\20SkPoint\20const&\2c\20float\2c\20float*\2c\20float*\2c\20int*\29 -3134:SkColorFilterPriv::MakeGaussian\28\29 -3135:SkColorFilter::filterColor4f\28SkRGBA4f<\28SkAlphaType\293>\20const&\2c\20SkColorSpace*\2c\20SkColorSpace*\29\20const -3136:SkColorConverter::SkColorConverter\28unsigned\20int\20const*\2c\20int\29 -3137:SkCoincidentSpans::correctOneEnd\28SkOpPtT\20const*\20\28SkCoincidentSpans::*\29\28\29\20const\2c\20void\20\28SkCoincidentSpans::*\29\28SkOpPtT\20const*\29\29 -3138:SkCodec::skipScanlines\28int\29 -3139:SkCodec::handleFrameIndex\28SkImageInfo\20const&\2c\20void*\2c\20unsigned\20long\2c\20SkCodec::Options\20const&\2c\20std::__2::function\29 -3140:SkClosestRecord::findEnd\28SkTSpan\20const*\2c\20SkTSpan\20const*\2c\20int\2c\20int\29 -3141:SkChopCubicAt\28SkPoint\20const*\2c\20SkPoint*\2c\20float\20const*\2c\20int\29 -3142:SkChopCubicAtYExtrema\28SkPoint\20const*\2c\20SkPoint*\29 -3143:SkCanvas::init\28sk_sp\29 -3144:SkCanvas::drawOval\28SkRect\20const&\2c\20SkPaint\20const&\29 -3145:SkCanvas::clipRect\28SkRect\20const&\2c\20bool\29 -3146:SkCanvas::clipRect\28SkRect\20const&\2c\20SkClipOp\2c\20bool\29 -3147:SkCanvas::canAttemptBlurredRRectDraw\28SkPaint\20const&\29\20const -3148:SkCanvas::attemptBlurredRRectDraw\28SkRRect\20const&\2c\20SkBlurMaskFilterImpl\20const*\2c\20SkPaint\20const&\2c\20SkEnumBitMask\29 -3149:SkCanvas::SkCanvas\28SkBitmap\20const&\29 -3150:SkCachedData::detachFromCacheAndUnref\28\29\20const -3151:SkCachedData::attachToCacheAndRef\28\29\20const -3152:SkBitmap::readPixels\28SkImageInfo\20const&\2c\20void*\2c\20unsigned\20long\2c\20int\2c\20int\29\20const -3153:SkBitmap::pixelRefOrigin\28\29\20const -3154:SkBitmap::getGenerationID\28\29\20const -3155:SkBitmap::extractSubset\28SkBitmap*\2c\20SkIRect\20const&\29\20const -3156:SkBitmap::allocPixels\28SkImageInfo\20const&\29 -3157:SkBitmap::SkBitmap\28SkBitmap&&\29 -3158:SkBaseShadowTessellator::~SkBaseShadowTessellator\28\29 -3159:SkAutoPixmapStorage::tryAlloc\28SkImageInfo\20const&\29 -3160:SkArenaAllocWithReset::SkArenaAllocWithReset\28char*\2c\20unsigned\20long\2c\20unsigned\20long\29 -3161:SkAndroidCodec::getSampledDimensions\28int\29\20const -3162:SkAAClip::setPath\28SkPath\20const&\2c\20SkIRect\20const&\2c\20bool\29 -3163:SkAAClip::quickContains\28SkIRect\20const&\29\20const -3164:SkAAClip::op\28SkAAClip\20const&\2c\20SkClipOp\29 -3165:SkAAClip::Builder::flushRowH\28SkAAClip::Builder::Row*\29 -3166:SkAAClip::Builder::Blitter::checkForYGap\28int\29 -3167:RunBasedAdditiveBlitter::~RunBasedAdditiveBlitter\28\29 -3168:Rescale -3169:ReadHuffmanCode.11412 -3170:Put8x8uv -3171:Put16 -3172:OT::post::accelerator_t::find_glyph_name\28unsigned\20int\29\20const -3173:OT::hb_ot_layout_lookup_accelerator_t::fini\28\29 -3174:OT::hb_ot_layout_lookup_accelerator_t::apply\28OT::hb_ot_apply_context_t*\2c\20unsigned\20int\2c\20bool\29\20const -3175:OT::hb_ot_apply_context_t::skipping_iterator_t::match\28hb_glyph_info_t&\29 -3176:OT::hb_ot_apply_context_t::_set_glyph_class\28unsigned\20int\2c\20unsigned\20int\2c\20bool\2c\20bool\29 -3177:OT::glyf_accelerator_t::glyph_for_gid\28unsigned\20int\2c\20bool\29\20const -3178:OT::cff1::accelerator_templ_t>::std_code_to_glyph\28unsigned\20int\29\20const -3179:OT::apply_lookup\28OT::hb_ot_apply_context_t*\2c\20unsigned\20int\2c\20unsigned\20int*\2c\20unsigned\20int\2c\20OT::LookupRecord\20const*\2c\20unsigned\20int\29 -3180:OT::VarRegionList::evaluate\28unsigned\20int\2c\20int\20const*\2c\20unsigned\20int\2c\20float*\29\20const -3181:OT::Lookup::get_props\28\29\20const -3182:OT::Layout::GSUB_impl::SubstLookup*\20hb_serialize_context_t::copy\28\29\20const -3183:OT::Layout::GPOS_impl::ValueFormat::get_device\28OT::IntType\20const*\2c\20bool*\2c\20OT::Layout::GPOS_impl::ValueBase\20const*\2c\20hb_sanitize_context_t&\29 -3184:OT::Layout::GPOS_impl::Anchor::get_anchor\28OT::hb_ot_apply_context_t*\2c\20unsigned\20int\2c\20float*\2c\20float*\29\20const -3185:OT::ItemVariationStore::create_cache\28\29\20const -3186:OT::IntType*\20hb_serialize_context_t::extend_min>\28OT::IntType*\29 -3187:OT::GSUBGPOS::get_script\28unsigned\20int\29\20const -3188:OT::GSUBGPOS::get_feature_tag\28unsigned\20int\29\20const -3189:OT::GSUBGPOS::find_script_index\28unsigned\20int\2c\20unsigned\20int*\29\20const -3190:OT::GDEF::get_glyph_props\28unsigned\20int\29\20const -3191:OT::ClassDef::cost\28\29\20const -3192:OT::CFFIndex>::sanitize\28hb_sanitize_context_t*\29\20const -3193:OT::CFFIndex>::operator\5b\5d\28unsigned\20int\29\20const -3194:OT::CFFIndex>::offset_at\28unsigned\20int\29\20const -3195:OT::ArrayOf>*\20hb_serialize_context_t::extend_size>>\28OT::ArrayOf>*\2c\20unsigned\20long\2c\20bool\29 -3196:Move_Zp2_Point -3197:Modify_CVT_Check -3198:GrYUVATextureProxies::operator=\28GrYUVATextureProxies&&\29 -3199:GrYUVATextureProxies::GrYUVATextureProxies\28\29 -3200:GrXPFactory::FromBlendMode\28SkBlendMode\29 -3201:GrWindowRectangles::operator=\28GrWindowRectangles\20const&\29 -3202:GrTriangulator::~GrTriangulator\28\29 -3203:GrTriangulator::simplify\28GrTriangulator::VertexList*\2c\20GrTriangulator::Comparator\20const&\29 -3204:GrTriangulator::setTop\28GrTriangulator::Edge*\2c\20GrTriangulator::Vertex*\2c\20GrTriangulator::EdgeList*\2c\20GrTriangulator::Vertex**\2c\20GrTriangulator::Comparator\20const&\29\20const -3205:GrTriangulator::mergeCollinearEdges\28GrTriangulator::Edge*\2c\20GrTriangulator::EdgeList*\2c\20GrTriangulator::Vertex**\2c\20GrTriangulator::Comparator\20const&\29\20const -3206:GrTriangulator::mergeCoincidentVertices\28GrTriangulator::VertexList*\2c\20GrTriangulator::Comparator\20const&\29\20const -3207:GrTriangulator::emitTriangle\28GrTriangulator::Vertex*\2c\20GrTriangulator::Vertex*\2c\20GrTriangulator::Vertex*\2c\20int\2c\20skgpu::VertexWriter\29\20const -3208:GrTriangulator::allocateEdge\28GrTriangulator::Vertex*\2c\20GrTriangulator::Vertex*\2c\20int\2c\20GrTriangulator::EdgeType\29 -3209:GrTriangulator::FindEnclosingEdges\28GrTriangulator::Vertex\20const&\2c\20GrTriangulator::EdgeList\20const&\2c\20GrTriangulator::Edge**\2c\20GrTriangulator::Edge**\29 -3210:GrTriangulator::Edge::dist\28SkPoint\20const&\29\20const -3211:GrTriangulator::Edge::Edge\28GrTriangulator::Vertex*\2c\20GrTriangulator::Vertex*\2c\20int\2c\20GrTriangulator::EdgeType\29 -3212:GrThreadSafeCache::remove\28skgpu::UniqueKey\20const&\29 -3213:GrThreadSafeCache::internalFind\28skgpu::UniqueKey\20const&\29 -3214:GrThreadSafeCache::internalAdd\28skgpu::UniqueKey\20const&\2c\20GrSurfaceProxyView\20const&\29 -3215:GrTextureRenderTargetProxy::~GrTextureRenderTargetProxy\28\29 -3216:GrTextureEffect::GrTextureEffect\28GrSurfaceProxyView\2c\20SkAlphaType\2c\20GrTextureEffect::Sampling\20const&\29 -3217:GrTessellationShader::MakePipeline\28GrTessellationShader::ProgramArgs\20const&\2c\20GrAAType\2c\20GrAppliedClip&&\2c\20GrProcessorSet&&\29 -3218:GrSurfaceProxyView::operator!=\28GrSurfaceProxyView\20const&\29\20const -3219:GrSurfaceProxyView::concatSwizzle\28skgpu::Swizzle\29 -3220:GrSurfaceProxy::~GrSurfaceProxy\28\29 -3221:GrSurfaceProxy::isFunctionallyExact\28\29\20const -3222:GrSurfaceProxy::gpuMemorySize\28\29\20const -3223:GrSurfaceProxy::createSurfaceImpl\28GrResourceProvider*\2c\20int\2c\20skgpu::Renderable\2c\20skgpu::Mipmapped\29\20const -3224:GrSurfaceProxy::Copy\28GrRecordingContext*\2c\20sk_sp\2c\20GrSurfaceOrigin\2c\20skgpu::Mipmapped\2c\20SkIRect\2c\20SkBackingFit\2c\20skgpu::Budgeted\2c\20std::__2::basic_string_view>\2c\20GrSurfaceProxy::RectsMustMatch\2c\20sk_sp*\29 -3225:GrSurfaceProxy::Copy\28GrRecordingContext*\2c\20sk_sp\2c\20GrSurfaceOrigin\2c\20skgpu::Mipmapped\2c\20SkBackingFit\2c\20skgpu::Budgeted\2c\20std::__2::basic_string_view>\2c\20sk_sp*\29 -3226:GrStyledShape::hasUnstyledKey\28\29\20const -3227:GrStyledShape::GrStyledShape\28GrStyledShape\20const&\2c\20GrStyle::Apply\2c\20float\29 -3228:GrStyle::GrStyle\28GrStyle\20const&\29 -3229:GrSkSLFP::setInput\28std::__2::unique_ptr>\29 -3230:GrSimpleMeshDrawOpHelper::CreatePipeline\28GrCaps\20const*\2c\20SkArenaAlloc*\2c\20skgpu::Swizzle\2c\20GrAppliedClip&&\2c\20GrDstProxyView\20const&\2c\20GrProcessorSet&&\2c\20GrPipeline::InputFlags\29 -3231:GrSimpleMesh::set\28sk_sp\2c\20int\2c\20int\29 -3232:GrShape::simplifyRect\28SkRect\20const&\2c\20SkPathDirection\2c\20unsigned\20int\2c\20unsigned\20int\29 -3233:GrShape::simplifyRRect\28SkRRect\20const&\2c\20SkPathDirection\2c\20unsigned\20int\2c\20unsigned\20int\29 -3234:GrShape::simplifyPoint\28SkPoint\20const&\2c\20unsigned\20int\29 -3235:GrShape::simplifyLine\28SkPoint\20const&\2c\20SkPoint\20const&\2c\20unsigned\20int\29 -3236:GrShape::setInverted\28bool\29 -3237:GrSWMaskHelper::init\28SkIRect\20const&\29 -3238:GrSWMaskHelper::GrSWMaskHelper\28SkAutoPixmapStorage*\29 -3239:GrResourceProvider::refNonAAQuadIndexBuffer\28\29 -3240:GrResourceCache::purgeAsNeeded\28\29 -3241:GrRenderTask::addTarget\28GrDrawingManager*\2c\20sk_sp\29 -3242:GrRenderTarget::~GrRenderTarget\28\29 -3243:GrQuadUtils::WillUseHairline\28GrQuad\20const&\2c\20GrAAType\2c\20GrQuadAAFlags\29 -3244:GrQuadBuffer<\28anonymous\20namespace\29::FillRectOpImpl::ColorAndAA>::unpackQuad\28GrQuad::Type\2c\20float\20const*\2c\20GrQuad*\29\20const -3245:GrQuadBuffer<\28anonymous\20namespace\29::FillRectOpImpl::ColorAndAA>::MetadataIter::next\28\29 -3246:GrProxyProvider::processInvalidUniqueKey\28skgpu::UniqueKey\20const&\2c\20GrTextureProxy*\2c\20GrProxyProvider::InvalidateGPUResource\29 -3247:GrProxyProvider::createMippedProxyFromBitmap\28SkBitmap\20const&\2c\20skgpu::Budgeted\29::$_0::~$_0\28\29 -3248:GrProgramInfo::GrProgramInfo\28GrCaps\20const&\2c\20GrSurfaceProxyView\20const&\2c\20bool\2c\20GrPipeline\20const*\2c\20GrUserStencilSettings\20const*\2c\20GrGeometryProcessor\20const*\2c\20GrPrimitiveType\2c\20GrXferBarrierFlags\2c\20GrLoadOp\29 -3249:GrPipeline::visitProxies\28std::__2::function\20const&\29\20const -3250:GrPathUtils::scaleToleranceToSrc\28float\2c\20SkMatrix\20const&\2c\20SkRect\20const&\29 -3251:GrPathUtils::generateQuadraticPoints\28SkPoint\20const&\2c\20SkPoint\20const&\2c\20SkPoint\20const&\2c\20float\2c\20SkPoint**\2c\20unsigned\20int\29 -3252:GrPathUtils::generateCubicPoints\28SkPoint\20const&\2c\20SkPoint\20const&\2c\20SkPoint\20const&\2c\20SkPoint\20const&\2c\20float\2c\20SkPoint**\2c\20unsigned\20int\29 -3253:GrPathUtils::cubicPointCount\28SkPoint\20const*\2c\20float\29 -3254:GrPaint::GrPaint\28GrPaint\20const&\29 -3255:GrOpsRenderPass::prepareToDraw\28\29 -3256:GrOpFlushState::~GrOpFlushState\28\29 -3257:GrOpFlushState::drawInstanced\28int\2c\20int\2c\20int\2c\20int\29 -3258:GrOpFlushState::bindTextures\28GrGeometryProcessor\20const&\2c\20GrSurfaceProxy\20const&\2c\20GrPipeline\20const&\29 -3259:GrOp::uniqueID\28\29\20const -3260:GrNativeRect::MakeIRectRelativeTo\28GrSurfaceOrigin\2c\20int\2c\20SkIRect\29 -3261:GrMeshDrawOp::onPrePrepareDraws\28GrRecordingContext*\2c\20GrSurfaceProxyView\20const&\2c\20GrAppliedClip*\2c\20GrDstProxyView\20const&\2c\20GrXferBarrierFlags\2c\20GrLoadOp\29 -3262:GrMapRectPoints\28SkRect\20const&\2c\20SkRect\20const&\2c\20SkPoint\20const*\2c\20SkPoint*\2c\20int\29 -3263:GrMakeKeyFromImageID\28skgpu::UniqueKey*\2c\20unsigned\20int\2c\20SkIRect\20const&\29 -3264:GrGradientShader::MakeGradientFP\28SkGradientBaseShader\20const&\2c\20GrFPArgs\20const&\2c\20SkShaders::MatrixRec\20const&\2c\20std::__2::unique_ptr>\2c\20SkMatrix\20const*\29 -3265:GrGpuResource::setUniqueKey\28skgpu::UniqueKey\20const&\29 -3266:GrGpuResource::registerWithCache\28skgpu::Budgeted\29 -3267:GrGpu::writePixels\28GrSurface*\2c\20SkIRect\2c\20GrColorType\2c\20GrColorType\2c\20GrMipLevel\20const*\2c\20int\2c\20bool\29 -3268:GrGLTextureRenderTarget::~GrGLTextureRenderTarget\28\29 -3269:GrGLTexture::onSetLabel\28\29 -3270:GrGLTexture::onAbandon\28\29 -3271:GrGLTexture::backendFormat\28\29\20const -3272:GrGLSLVaryingHandler::appendDecls\28SkTBlockList\20const&\2c\20SkString*\29\20const -3273:GrGLSLUniformHandler::addInputSampler\28skgpu::Swizzle\20const&\2c\20char\20const*\29 -3274:GrGLSLShaderBuilder::newTmpVarName\28char\20const*\29 -3275:GrGLSLShaderBuilder::definitionAppend\28char\20const*\29 -3276:GrGLSLProgramBuilder::invokeFP\28GrFragmentProcessor\20const&\2c\20GrFragmentProcessor::ProgramImpl\20const&\2c\20char\20const*\2c\20char\20const*\2c\20char\20const*\29\20const -3277:GrGLSLProgramBuilder::advanceStage\28\29 -3278:GrGLSLFragmentShaderBuilder::dstColor\28\29 -3279:GrGLRenderTarget::bindInternal\28unsigned\20int\2c\20bool\29 -3280:GrGLGpu::unbindXferBuffer\28GrGpuBufferType\29 -3281:GrGLGpu::resolveRenderFBOs\28GrGLRenderTarget*\2c\20SkIRect\20const&\2c\20GrGLRenderTarget::ResolveDirection\2c\20bool\29 -3282:GrGLGpu::flushBlendAndColorWrite\28skgpu::BlendInfo\20const&\2c\20skgpu::Swizzle\20const&\29 -3283:GrGLGpu::currentProgram\28\29 -3284:GrGLGpu::SamplerObjectCache::Sampler::~Sampler\28\29 -3285:GrGLGpu::HWVertexArrayState::setVertexArrayID\28GrGLGpu*\2c\20unsigned\20int\29 -3286:GrGLGetVersionFromString\28char\20const*\29 -3287:GrGLFunction::GrGLFunction\28void\20\28*\29\28unsigned\20int\29\29::'lambda'\28void\20const*\2c\20unsigned\20int\29::__invoke\28void\20const*\2c\20unsigned\20int\29 -3288:GrGLFunction::GrGLFunction\28unsigned\20char\20const*\20\28*\29\28unsigned\20int\29\29::'lambda'\28void\20const*\2c\20unsigned\20int\29::__invoke\28void\20const*\2c\20unsigned\20int\29 -3289:GrGLFinishCallbacks::callAll\28bool\29 -3290:GrGLCheckLinkStatus\28GrGLGpu\20const*\2c\20unsigned\20int\2c\20bool\2c\20skgpu::ShaderErrorHandler*\2c\20std::__2::basic_string\2c\20std::__2::allocator>\20const**\2c\20SkSL::NativeShader\20const*\29 -3291:GrGLAttribArrayState::set\28GrGLGpu*\2c\20int\2c\20GrBuffer\20const*\2c\20GrVertexAttribType\2c\20SkSLType\2c\20int\2c\20unsigned\20long\2c\20int\29 -3292:GrFragmentProcessors::Make\28SkBlenderBase\20const*\2c\20std::__2::unique_ptr>\2c\20std::__2::unique_ptr>\2c\20GrFPArgs\20const&\29 -3293:GrFragmentProcessor::isEqual\28GrFragmentProcessor\20const&\29\20const -3294:GrFragmentProcessor::Rect\28std::__2::unique_ptr>\2c\20GrClipEdgeType\2c\20SkRect\29 -3295:GrFragmentProcessor::ModulateRGBA\28std::__2::unique_ptr>\2c\20SkRGBA4f<\28SkAlphaType\292>\20const&\29 -3296:GrDstProxyView::setProxyView\28GrSurfaceProxyView\29 -3297:GrDrawingManager::removeRenderTasks\28\29 -3298:GrDrawingManager::getPathRenderer\28skgpu::ganesh::PathRenderer::CanDrawPathArgs\20const&\2c\20bool\2c\20skgpu::ganesh::PathRendererChain::DrawType\2c\20skgpu::ganesh::PathRenderer::StencilSupport*\29 -3299:GrDrawingManager::getLastRenderTask\28GrSurfaceProxy\20const*\29\20const -3300:GrDrawOpAtlas::updatePlot\28GrDeferredUploadTarget*\2c\20skgpu::AtlasLocator*\2c\20skgpu::Plot*\29::'lambda'\28std::__2::function&\29::\28'lambda'\28std::__2::function&\29\20const&\29 -3301:GrDrawOpAtlas::processEvictionAndResetRects\28skgpu::Plot*\29 -3302:GrDeferredProxyUploader::~GrDeferredProxyUploader\28\29 -3303:GrDeferredProxyUploader::wait\28\29 -3304:GrCpuBuffer::Make\28unsigned\20long\29 -3305:GrContext_Base::~GrContext_Base\28\29 -3306:GrColorSpaceXform::Make\28SkColorSpace*\2c\20SkAlphaType\2c\20SkColorSpace*\2c\20SkAlphaType\29 -3307:GrColorInfo::operator=\28GrColorInfo\20const&\29 -3308:GrClip::IsPixelAligned\28SkRect\20const&\29 -3309:GrClip::GetPixelIBounds\28SkRect\20const&\2c\20GrAA\2c\20GrClip::BoundsType\29::'lambda0'\28float\29::operator\28\29\28float\29\20const -3310:GrClip::GetPixelIBounds\28SkRect\20const&\2c\20GrAA\2c\20GrClip::BoundsType\29::'lambda'\28float\29::operator\28\29\28float\29\20const -3311:GrCaps::supportedReadPixelsColorType\28GrColorType\2c\20GrBackendFormat\20const&\2c\20GrColorType\29\20const -3312:GrCaps::getFallbackColorTypeAndFormat\28GrColorType\2c\20int\29\20const -3313:GrCaps::areColorTypeAndFormatCompatible\28GrColorType\2c\20GrBackendFormat\20const&\29\20const -3314:GrBufferAllocPool::~GrBufferAllocPool\28\29_8751 -3315:GrBufferAllocPool::makeSpace\28unsigned\20long\2c\20unsigned\20long\2c\20sk_sp*\2c\20unsigned\20long*\29 -3316:GrBufferAllocPool::GrBufferAllocPool\28GrGpu*\2c\20GrGpuBufferType\2c\20sk_sp\29 -3317:GrBlurUtils::DrawShapeWithMaskFilter\28GrRecordingContext*\2c\20skgpu::ganesh::SurfaceDrawContext*\2c\20GrClip\20const*\2c\20SkPaint\20const&\2c\20SkMatrix\20const&\2c\20GrStyledShape\20const&\29 -3318:GrBaseContextPriv::getShaderErrorHandler\28\29\20const -3319:GrBackendTexture::GrBackendTexture\28GrBackendTexture\20const&\29 -3320:GrBackendRenderTarget::getBackendFormat\28\29\20const -3321:GrAAConvexTessellator::createOuterRing\28GrAAConvexTessellator::Ring\20const&\2c\20float\2c\20float\2c\20GrAAConvexTessellator::Ring*\29 -3322:GrAAConvexTessellator::createInsetRings\28GrAAConvexTessellator::Ring&\2c\20float\2c\20float\2c\20float\2c\20float\2c\20GrAAConvexTessellator::Ring**\29 -3323:GrAAConvexTessellator::Ring::init\28GrAAConvexTessellator\20const&\29 -3324:GetCopyDistance -3325:FwDCubicEvaluator::FwDCubicEvaluator\28SkPoint\20const*\29 -3326:FT_Stream_ReadAt -3327:FT_Stream_Free -3328:FT_Set_Charmap -3329:FT_New_Size -3330:FT_Load_Sfnt_Table -3331:FT_List_Find -3332:FT_GlyphLoader_Add -3333:FT_Get_Next_Char -3334:FT_Get_Color_Glyph_Layer -3335:FT_CMap_New -3336:FT_Activate_Size -3337:DoFilter2_C -3338:Current_Ratio -3339:Compute_Funcs -3340:CircleOp::Circle&\20skia_private::TArray::emplace_back\28CircleOp::Circle&&\29 -3341:CFF::path_procs_t\2c\20cff2_path_param_t>::curve2\28CFF::cff2_cs_interp_env_t&\2c\20cff2_path_param_t&\2c\20CFF::point_t\20const&\2c\20CFF::point_t\20const&\2c\20CFF::point_t\20const&\2c\20CFF::point_t\20const&\2c\20CFF::point_t\20const&\2c\20CFF::point_t\20const&\29 -3342:CFF::path_procs_t\2c\20cff2_extents_param_t>::curve2\28CFF::cff2_cs_interp_env_t&\2c\20cff2_extents_param_t&\2c\20CFF::point_t\20const&\2c\20CFF::point_t\20const&\2c\20CFF::point_t\20const&\2c\20CFF::point_t\20const&\2c\20CFF::point_t\20const&\2c\20CFF::point_t\20const&\29 -3343:CFF::path_procs_t::curve2\28CFF::cff1_cs_interp_env_t&\2c\20cff1_path_param_t&\2c\20CFF::point_t\20const&\2c\20CFF::point_t\20const&\2c\20CFF::point_t\20const&\2c\20CFF::point_t\20const&\2c\20CFF::point_t\20const&\2c\20CFF::point_t\20const&\29 -3344:CFF::path_procs_t::curve2\28CFF::cff1_cs_interp_env_t&\2c\20cff1_extents_param_t&\2c\20CFF::point_t\20const&\2c\20CFF::point_t\20const&\2c\20CFF::point_t\20const&\2c\20CFF::point_t\20const&\2c\20CFF::point_t\20const&\2c\20CFF::point_t\20const&\29 -3345:CFF::parsed_values_t::operator=\28CFF::parsed_values_t&&\29 -3346:CFF::cs_interp_env_t>>::return_from_subr\28\29 -3347:CFF::cs_interp_env_t>>::call_subr\28CFF::biased_subrs_t>>\20const&\2c\20CFF::cs_type_t\29 -3348:CFF::cs_interp_env_t>>::call_subr\28CFF::biased_subrs_t>>\20const&\2c\20CFF::cs_type_t\29 -3349:CFF::cff2_cs_interp_env_t::~cff2_cs_interp_env_t\28\29 -3350:CFF::byte_str_ref_t::operator\5b\5d\28int\29 -3351:CFF::arg_stack_t::push_fixed_from_substr\28CFF::byte_str_ref_t&\29 -3352:Bounder::Bounder\28SkRect\20const&\2c\20SkPaint\20const&\29 -3353:AsGaneshRecorder\28SkRecorder*\29 -3354:ApplyAlphaMultiply_C -3355:AlmostLessOrEqualUlps\28float\2c\20float\29 -3356:AlmostEqualUlps_Pin\28double\2c\20double\29 -3357:ActiveEdge::intersect\28ActiveEdge\20const*\29 -3358:AAT::hb_aat_apply_context_t::~hb_aat_apply_context_t\28\29 -3359:AAT::hb_aat_apply_context_t::hb_aat_apply_context_t\28hb_ot_shape_plan_t\20const*\2c\20hb_font_t*\2c\20hb_buffer_t*\2c\20hb_blob_t*\29 -3360:AAT::TrackTableEntry::get_value\28float\2c\20void\20const*\2c\20hb_array_t\2c\2016u>\20const>\29\20const -3361:AAT::StateTable::sanitize\28hb_sanitize_context_t*\2c\20unsigned\20int*\29\20const -3362:AAT::StateTable::get_class\28unsigned\20int\2c\20unsigned\20int\2c\20hb_cache_t<15u\2c\208u\2c\207u\2c\20true>*\29\20const -3363:AAT::StateTable::get_entry\28int\2c\20unsigned\20int\29\20const -3364:AAT::Lookup::get_value\28unsigned\20int\2c\20unsigned\20int\29\20const -3365:AAT::ClassTable>::get_class\28unsigned\20int\2c\20unsigned\20int\29\20const -3366:3150 -3367:3151 -3368:3152 -3369:3153 -3370:3154 -3371:3155 -3372:wuffs_gif__decoder__decode_image_config -3373:wuffs_gif__decoder__decode_frame_config -3374:week_num -3375:wcrtomb -3376:wchar_t\20const*\20std::__2::find\5babi:nn180100\5d\28wchar_t\20const*\2c\20wchar_t\20const*\2c\20wchar_t\20const&\29 -3377:void\20std::__2::vector>::__construct_at_end\28skia::textlayout::FontFeature*\2c\20skia::textlayout::FontFeature*\2c\20unsigned\20long\29 -3378:void\20std::__2::vector>::__construct_at_end\28SkString*\2c\20SkString*\2c\20unsigned\20long\29 -3379:void\20std::__2::__sort4\5babi:ne180100\5d\28skia::textlayout::OneLineShaper::RunBlock*\2c\20skia::textlayout::OneLineShaper::RunBlock*\2c\20skia::textlayout::OneLineShaper::RunBlock*\2c\20skia::textlayout::OneLineShaper::RunBlock*\2c\20skia::textlayout::OneLineShaper::finish\28skia::textlayout::Block\20const&\2c\20float\2c\20float&\29::$_0&\29 -3380:void\20std::__2::__sort4\5babi:ne180100\5d\28SkSL::ProgramElement\20const**\2c\20SkSL::ProgramElement\20const**\2c\20SkSL::ProgramElement\20const**\2c\20SkSL::ProgramElement\20const**\2c\20SkSL::Transform::\28anonymous\20namespace\29::BuiltinVariableScanner::sortNewElements\28\29::'lambda'\28SkSL::ProgramElement\20const*\2c\20SkSL::ProgramElement\20const*\29&\29 -3381:void\20std::__2::__sort4\5babi:ne180100\5d\28SkSL::FunctionDefinition\20const**\2c\20SkSL::FunctionDefinition\20const**\2c\20SkSL::FunctionDefinition\20const**\2c\20SkSL::FunctionDefinition\20const**\2c\20SkSL::Transform::FindAndDeclareBuiltinFunctions\28SkSL::Program&\29::$_0&\29 -3382:void\20std::__2::__inplace_merge\20const&\2c\20unsigned\20int\2c\20FT_COLR_Paint_\20const&\2c\20SkPaint*\29::$_0::operator\28\29\28FT_ColorStopIterator_\20const&\2c\20std::__2::vector>&\2c\20std::__2::vector\2c\20std::__2::allocator>>&\29\20const::'lambda'\28\28anonymous\20namespace\29::colrv1_configure_skpaint\28FT_FaceRec_*\2c\20SkSpan\20const&\2c\20unsigned\20int\2c\20FT_COLR_Paint_\20const&\2c\20SkPaint*\29::$_0::operator\28\29\28FT_ColorStopIterator_\20const&\2c\20std::__2::vector>&\2c\20std::__2::vector\2c\20std::__2::allocator>>&\29\20const::ColorStop\20const&\2c\20\28anonymous\20namespace\29::colrv1_configure_skpaint\28FT_FaceRec_*\2c\20SkSpan\20const&\2c\20unsigned\20int\2c\20FT_COLR_Paint_\20const&\2c\20SkPaint*\29::$_0::operator\28\29\28FT_ColorStopIterator_\20const&\2c\20std::__2::vector>&\2c\20std::__2::vector\2c\20std::__2::allocator>>&\29\20const::ColorStop\20const&\29&\2c\20std::__2::__wrap_iter<\28anonymous\20namespace\29::colrv1_configure_skpaint\28FT_FaceRec_*\2c\20SkSpan\20const&\2c\20unsigned\20int\2c\20FT_COLR_Paint_\20const&\2c\20SkPaint*\29::$_0::operator\28\29\28FT_ColorStopIterator_\20const&\2c\20std::__2::vector>&\2c\20std::__2::vector\2c\20std::__2::allocator>>&\29\20const::ColorStop*>>\28std::__2::__wrap_iter<\28anonymous\20namespace\29::colrv1_configure_skpaint\28FT_FaceRec_*\2c\20SkSpan\20const&\2c\20unsigned\20int\2c\20FT_COLR_Paint_\20const&\2c\20SkPaint*\29::$_0::operator\28\29\28FT_ColorStopIterator_\20const&\2c\20std::__2::vector>&\2c\20std::__2::vector\2c\20std::__2::allocator>>&\29\20const::ColorStop*>\2c\20std::__2::__wrap_iter<\28anonymous\20namespace\29::colrv1_configure_skpaint\28FT_FaceRec_*\2c\20SkSpan\20const&\2c\20unsigned\20int\2c\20FT_COLR_Paint_\20const&\2c\20SkPaint*\29::$_0::operator\28\29\28FT_ColorStopIterator_\20const&\2c\20std::__2::vector>&\2c\20std::__2::vector\2c\20std::__2::allocator>>&\29\20const::ColorStop*>\2c\20std::__2::__wrap_iter<\28anonymous\20namespace\29::colrv1_configure_skpaint\28FT_FaceRec_*\2c\20SkSpan\20const&\2c\20unsigned\20int\2c\20FT_COLR_Paint_\20const&\2c\20SkPaint*\29::$_0::operator\28\29\28FT_ColorStopIterator_\20const&\2c\20std::__2::vector>&\2c\20std::__2::vector\2c\20std::__2::allocator>>&\29\20const::ColorStop*>\2c\20\28anonymous\20namespace\29::colrv1_configure_skpaint\28FT_FaceRec_*\2c\20SkSpan\20const&\2c\20unsigned\20int\2c\20FT_COLR_Paint_\20const&\2c\20SkPaint*\29::$_0::operator\28\29\28FT_ColorStopIterator_\20const&\2c\20std::__2::vector>&\2c\20std::__2::vector\2c\20std::__2::allocator>>&\29\20const::'lambda'\28\28anonymous\20namespace\29::colrv1_configure_skpaint\28FT_FaceRec_*\2c\20SkSpan\20const&\2c\20unsigned\20int\2c\20FT_COLR_Paint_\20const&\2c\20SkPaint*\29::$_0::operator\28\29\28FT_ColorStopIterator_\20const&\2c\20std::__2::vector>&\2c\20std::__2::vector\2c\20std::__2::allocator>>&\29\20const::ColorStop\20const&\2c\20\28anonymous\20namespace\29::colrv1_configure_skpaint\28FT_FaceRec_*\2c\20SkSpan\20const&\2c\20unsigned\20int\2c\20FT_COLR_Paint_\20const&\2c\20SkPaint*\29::$_0::operator\28\29\28FT_ColorStopIterator_\20const&\2c\20std::__2::vector>&\2c\20std::__2::vector\2c\20std::__2::allocator>>&\29\20const::ColorStop\20const&\29&\2c\20std::__2::iterator_traits\20const&\2c\20unsigned\20int\2c\20FT_COLR_Paint_\20const&\2c\20SkPaint*\29::$_0::operator\28\29\28FT_ColorStopIterator_\20const&\2c\20std::__2::vector>&\2c\20std::__2::vector\2c\20std::__2::allocator>>&\29\20const::ColorStop*>>::difference_type\2c\20std::__2::iterator_traits\20const&\2c\20unsigned\20int\2c\20FT_COLR_Paint_\20const&\2c\20SkPaint*\29::$_0::operator\28\29\28FT_ColorStopIterator_\20const&\2c\20std::__2::vector>&\2c\20std::__2::vector\2c\20std::__2::allocator>>&\29\20const::ColorStop*>>::difference_type\2c\20std::__2::iterator_traits\20const&\2c\20unsigned\20int\2c\20FT_COLR_Paint_\20const&\2c\20SkPaint*\29::$_0::operator\28\29\28FT_ColorStopIterator_\20const&\2c\20std::__2::vector>&\2c\20std::__2::vector\2c\20std::__2::allocator>>&\29\20const::ColorStop*>>::value_type*\2c\20long\29 -3383:void\20skgpu::ganesh::SurfaceFillContext::clear<\28SkAlphaType\292>\28SkRGBA4f<\28SkAlphaType\292>\20const&\29 -3384:void\20skgpu::VertexWriter::writeQuad\28GrQuad\20const&\29 -3385:void\20portable::memsetT\28unsigned\20short*\2c\20unsigned\20short\2c\20int\29 -3386:void\20portable::memsetT\28unsigned\20long\20long*\2c\20unsigned\20long\20long\2c\20int\29 -3387:void\20portable::memsetT\28unsigned\20int*\2c\20unsigned\20int\2c\20int\29 -3388:void\20merge_sort<&sweep_lt_vert\28SkPoint\20const&\2c\20SkPoint\20const&\29>\28GrTriangulator::VertexList*\29 -3389:void\20merge_sort<&sweep_lt_horiz\28SkPoint\20const&\2c\20SkPoint\20const&\29>\28GrTriangulator::VertexList*\29 -3390:void\20hb_stable_sort\2c\20unsigned\20int>\28OT::HBGlyphID16*\2c\20unsigned\20int\2c\20int\20\28*\29\28OT::IntType\20const*\2c\20OT::IntType\20const*\29\2c\20unsigned\20int*\29 -3391:void\20hb_buffer_t::collect_codepoints\28hb_set_digest_t&\29\20const -3392:void\20SkSafeUnref\28SkMeshSpecification*\29 -3393:void\20SkSafeUnref\28SkMeshPriv::VB\20const*\29 -3394:void\20SkSafeUnref\28GrTexture*\29\20\28.4521\29 -3395:void\20SkSafeUnref\28GrCpuBuffer*\29 -3396:vfprintf -3397:valid_args\28SkImageInfo\20const&\2c\20unsigned\20long\2c\20unsigned\20long*\29 -3398:utf8_back1SafeBody_74 -3399:uscript_getShortName_74 -3400:uscript_getScript_74 -3401:ures_openWithType\28UResourceBundle*\2c\20char\20const*\2c\20char\20const*\2c\20UResOpenType\2c\20UErrorCode*\29 -3402:uprv_strnicmp_74 -3403:uprv_strdup_74 -3404:uprv_sortArray_74 -3405:uprv_isInvariantUString_74 -3406:uprv_compareASCIIPropertyNames_74 -3407:update_offset_to_base\28char\20const*\2c\20long\29 -3408:unsigned\20long\20std::__2::__str_find\5babi:ne180100\5d\2c\204294967295ul>\28char\20const*\2c\20unsigned\20long\2c\20char\20const*\2c\20unsigned\20long\2c\20unsigned\20long\29 -3409:unsigned\20long\20const&\20std::__2::min\5babi:nn180100\5d\28unsigned\20long\20const&\2c\20unsigned\20long\20const&\29 -3410:unsigned\20int\20icu_74::\28anonymous\20namespace\29::MixedBlocks::makeHashCode\28unsigned\20int\20const*\2c\20int\29\20const -3411:unsigned\20int\20hb_buffer_t::group_end\28unsigned\20int\2c\20bool\20\20const\28&\29\28hb_glyph_info_t\20const&\2c\20hb_glyph_info_t\20const&\29\29\20const -3412:ultag_isPrivateuseValueSubtags_74 -3413:ulocimp_getKeywords_74 -3414:uloc_openKeywords_74 -3415:uhash_puti_74 -3416:uhash_nextElement_74 -3417:uhash_hashChars_74 -3418:uhash_compareChars_74 -3419:uenum_next_74 -3420:ucstrTextAccess\28UText*\2c\20long\20long\2c\20signed\20char\29 -3421:ucase_getType_74 -3422:ucase_getTypeOrIgnorable_74 -3423:ubidi_getRuns_74 -3424:u_strToUTF8WithSub_74 -3425:u_strCompare_74 -3426:u_getIntPropertyValue_74 -3427:u_getDataDirectory_74 -3428:u_charMirror_74 -3429:tt_size_reset -3430:tt_sbit_decoder_load_metrics -3431:tt_glyphzone_done -3432:tt_face_get_location -3433:tt_face_find_bdf_prop -3434:tt_delta_interpolate -3435:tt_cmap14_find_variant -3436:tt_cmap14_char_map_nondef_binary -3437:tt_cmap14_char_map_def_binary -3438:tolower -3439:t1_cmap_unicode_done -3440:surface_getThreadId -3441:subdivide_cubic_to\28SkPath*\2c\20SkPoint\20const*\2c\20int\29 -3442:subQuickSort\28char*\2c\20int\2c\20int\2c\20int\2c\20int\20\28*\29\28void\20const*\2c\20void\20const*\2c\20void\20const*\29\2c\20void\20const*\2c\20void*\2c\20void*\29 -3443:strtox -3444:strtoull_l -3445:strtod -3446:strcat -3447:std::logic_error::~logic_error\28\29_17486 -3448:std::__2::vector>::__destroy_vector::operator\28\29\5babi:ne180100\5d\28\29 -3449:std::__2::vector>\2c\20std::__2::allocator>>>::erase\28std::__2::__wrap_iter>\20const*>\2c\20std::__2::__wrap_iter>\20const*>\29 -3450:std::__2::vector>::__alloc\5babi:nn180100\5d\28\29 -3451:std::__2::vector>::vector\28std::__2::vector>\20const&\29 -3452:std::__2::vector>::__destroy_vector::operator\28\29\5babi:ne180100\5d\28\29 -3453:std::__2::vector\2c\20std::__2::allocator>>::vector\5babi:ne180100\5d\28std::__2::vector\2c\20std::__2::allocator>>&&\29 -3454:std::__2::vector>::__swap_out_circular_buffer\28std::__2::__split_buffer&>&\29 -3455:std::__2::vector>::__recommend\5babi:ne180100\5d\28unsigned\20long\29\20const -3456:std::__2::vector>::push_back\5babi:ne180100\5d\28SkString\20const&\29 -3457:std::__2::vector>::__swap_out_circular_buffer\28std::__2::__split_buffer&>&\29 -3458:std::__2::vector\2c\20std::__2::allocator>>::push_back\5babi:ne180100\5d\28SkRGBA4f<\28SkAlphaType\293>\20const&\29 -3459:std::__2::vector\2c\20std::__2::allocator>>::__recommend\5babi:ne180100\5d\28unsigned\20long\29\20const -3460:std::__2::vector>::push_back\5babi:ne180100\5d\28SkMeshSpecification::Attribute&&\29 -3461:std::__2::unique_ptr\2c\20void*>\2c\20std::__2::__hash_node_destructor\2c\20void*>>>>::~unique_ptr\5babi:ne180100\5d\28\29 -3462:std::__2::unique_ptr::Pair\2c\20unsigned\20int\2c\20skia_private::THashMap::Pair>::Slot\20\5b\5d\2c\20std::__2::default_delete::Pair\2c\20unsigned\20int\2c\20skia_private::THashMap::Pair>::Slot\20\5b\5d>>::~unique_ptr\5babi:ne180100\5d\28\29 -3463:std::__2::unique_ptr\2c\20std::__2::allocator>>\2c\20skia::textlayout::FontCollection::FamilyKey::Hasher>::Pair\2c\20skia::textlayout::FontCollection::FamilyKey\2c\20skia_private::THashMap\2c\20std::__2::allocator>>\2c\20skia::textlayout::FontCollection::FamilyKey::Hasher>::Pair>::Slot\20\5b\5d\2c\20std::__2::default_delete\2c\20std::__2::allocator>>\2c\20skia::textlayout::FontCollection::FamilyKey::Hasher>::Pair\2c\20skia::textlayout::FontCollection::FamilyKey\2c\20skia_private::THashMap\2c\20std::__2::allocator>>\2c\20skia::textlayout::FontCollection::FamilyKey::Hasher>::Pair>::Slot\20\5b\5d>>::~unique_ptr\5babi:ne180100\5d\28\29 -3464:std::__2::unique_ptr>::Pair\2c\20skgpu::ganesh::AtlasPathRenderer::AtlasPathKey\2c\20skia_private::THashMap>::Pair>::Slot\20\5b\5d\2c\20std::__2::default_delete>::Pair\2c\20skgpu::ganesh::AtlasPathRenderer::AtlasPathKey\2c\20skia_private::THashMap>::Pair>::Slot\20\5b\5d>>::~unique_ptr\5babi:ne180100\5d\28\29 -3465:std::__2::unique_ptr::Pair\2c\20skgpu::UniqueKey\2c\20skia_private::THashMap::Pair>::Slot\20\5b\5d\2c\20std::__2::default_delete::Pair\2c\20skgpu::UniqueKey\2c\20skia_private::THashMap::Pair>::Slot\20\5b\5d>>::~unique_ptr\5babi:ne180100\5d\28\29 -3466:std::__2::unique_ptr>::~unique_ptr\5babi:ne180100\5d\28\29 -3467:std::__2::unique_ptr>::~unique_ptr\5babi:ne180100\5d\28\29 -3468:std::__2::unique_ptr>::reset\5babi:ne180100\5d\28SkTypeface_FreeType::FaceRec*\29 -3469:std::__2::unique_ptr>::reset\5babi:ne180100\5d\28SkStrikeSpec*\29 -3470:std::__2::unique_ptr>::~unique_ptr\5babi:ne180100\5d\28\29 -3471:std::__2::unique_ptr>::~unique_ptr\5babi:ne180100\5d\28\29 -3472:std::__2::unique_ptr>::reset\5babi:ne180100\5d\28SkSL::Pool*\29 -3473:std::__2::unique_ptr>::reset\5babi:ne180100\5d\28SkSL::Block*\29 -3474:std::__2::unique_ptr>::reset\5babi:ne180100\5d\28SkEncodedInfo::ICCProfile*\29 -3475:std::__2::unique_ptr>::reset\5babi:ne180100\5d\28SkDrawableList*\29 -3476:std::__2::unique_ptr>::~unique_ptr\5babi:ne180100\5d\28\29 -3477:std::__2::unique_ptr>::reset\5babi:ne180100\5d\28SkContourMeasureIter::Impl*\29 -3478:std::__2::unique_ptr>::~unique_ptr\5babi:ne180100\5d\28\29 -3479:std::__2::unique_ptr>::~unique_ptr\5babi:ne180100\5d\28\29 -3480:std::__2::unique_ptr>::~unique_ptr\5babi:ne180100\5d\28\29 -3481:std::__2::unique_ptr>::reset\5babi:ne180100\5d\28GrGLGpu::SamplerObjectCache*\29 -3482:std::__2::unique_ptr>::reset\5babi:ne180100\5d\28std::nullptr_t\29 -3483:std::__2::unique_ptr>\20GrBlendFragmentProcessor::Make<\28SkBlendMode\296>\28std::__2::unique_ptr>\2c\20std::__2::unique_ptr>\29 -3484:std::__2::unique_ptr>::reset\5babi:ne180100\5d\28GrDrawingManager*\29 -3485:std::__2::unique_ptr>::reset\5babi:ne180100\5d\28GrClientMappedBufferManager*\29 -3486:std::__2::unique_ptr>::~unique_ptr\5babi:ne180100\5d\28\29 -3487:std::__2::unique_ptr>::reset\5babi:ne180100\5d\28FT_FaceRec_*\29 -3488:std::__2::tuple&\20std::__2::tuple::operator=\5babi:ne180100\5d\28std::__2::pair&&\29 -3489:std::__2::time_put>>::~time_put\28\29 -3490:std::__2::pair\20std::__2::minmax\5babi:ne180100\5d>\28std::initializer_list\2c\20std::__2::__less\29 -3491:std::__2::locale::locale\28\29 -3492:std::__2::locale::__imp::acquire\28\29 -3493:std::__2::iterator_traits::difference_type\20std::__2::distance\5babi:nn180100\5d\28unsigned\20int\20const*\2c\20unsigned\20int\20const*\29 -3494:std::__2::ios_base::~ios_base\28\29 -3495:std::__2::ios_base::clear\28unsigned\20int\29 -3496:std::__2::function\20\28sktext::gpu::GlyphVector*\2c\20int\2c\20int\2c\20skgpu::MaskFormat\2c\20int\29>::operator\28\29\28sktext::gpu::GlyphVector*\2c\20int\2c\20int\2c\20skgpu::MaskFormat\2c\20int\29\20const -3497:std::__2::function\2c\20float*\29>::operator\28\29\28skia::textlayout::Run\20const*\2c\20float\2c\20skia::textlayout::SkRange\2c\20float*\29\20const -3498:std::__2::fpos<__mbstate_t>::fpos\5babi:nn180100\5d\28long\20long\29 -3499:std::__2::enable_if::value\2c\20SkRuntimeEffectBuilder::BuilderUniform&>::type\20SkRuntimeEffectBuilder::BuilderUniform::operator=\28SkV2\20const&\29 -3500:std::__2::enable_if\28\29\20==\20std::declval\28\29\29\2c\20bool>\2c\20bool>::type\20std::__2::operator==\5babi:ne180100\5d\28std::__2::optional\20const&\2c\20std::__2::optional\20const&\29 -3501:std::__2::deque>::__back_spare\5babi:ne180100\5d\28\29\20const -3502:std::__2::default_delete::Pair\2c\20char\20const*\2c\20skia_private::THashMap::Pair>::Slot\20\5b\5d>::_EnableIfConvertible::Pair\2c\20char\20const*\2c\20skia_private::THashMap::Pair>::Slot>::type\20std::__2::default_delete::Pair\2c\20char\20const*\2c\20skia_private::THashMap::Pair>::Slot\20\5b\5d>::operator\28\29\5babi:ne180100\5d::Pair\2c\20char\20const*\2c\20skia_private::THashMap::Pair>::Slot>\28skia_private::THashTable::Pair\2c\20char\20const*\2c\20skia_private::THashMap::Pair>::Slot*\29\20const -3503:std::__2::default_delete::Traits>::Slot\20\5b\5d>::_EnableIfConvertible::Traits>::Slot>::type\20std::__2::default_delete::Traits>::Slot\20\5b\5d>::operator\28\29\5babi:ne180100\5d::Traits>::Slot>\28skia_private::THashTable::Traits>::Slot*\29\20const -3504:std::__2::chrono::__libcpp_steady_clock_now\28\29 -3505:std::__2::char_traits::move\5babi:nn180100\5d\28char*\2c\20char\20const*\2c\20unsigned\20long\29 -3506:std::__2::char_traits::assign\5babi:nn180100\5d\28char*\2c\20unsigned\20long\2c\20char\29 -3507:std::__2::basic_stringstream\2c\20std::__2::allocator>::~basic_stringstream\28\29_16423 -3508:std::__2::basic_stringbuf\2c\20std::__2::allocator>::~basic_stringbuf\28\29 -3509:std::__2::basic_string\2c\20std::__2::allocator>::push_back\28wchar_t\29 -3510:std::__2::basic_string\2c\20std::__2::allocator>::capacity\5babi:nn180100\5d\28\29\20const -3511:std::__2::basic_string\2c\20std::__2::allocator>::basic_string\5babi:nn180100\5d<0>\28wchar_t\20const*\29 -3512:std::__2::basic_string\2c\20std::__2::allocator>::__make_iterator\5babi:nn180100\5d\28char*\29 -3513:std::__2::basic_string\2c\20std::__2::allocator>::__grow_by_without_replace\5babi:nn180100\5d\28unsigned\20long\2c\20unsigned\20long\2c\20unsigned\20long\2c\20unsigned\20long\2c\20unsigned\20long\2c\20unsigned\20long\29 -3514:std::__2::basic_string\2c\20std::__2::allocator>::basic_string\28std::__2::basic_string\2c\20std::__2::allocator>\20const&\29 -3515:std::__2::basic_streambuf>::~basic_streambuf\28\29 -3516:std::__2::basic_streambuf>::setp\5babi:nn180100\5d\28char*\2c\20char*\29 -3517:std::__2::basic_istream>::~basic_istream\28\29 -3518:std::__2::basic_istream>::sentry::sentry\28std::__2::basic_istream>&\2c\20bool\29 -3519:std::__2::basic_iostream>::~basic_iostream\28\29_16313 -3520:std::__2::basic_ios>::~basic_ios\28\29 -3521:std::__2::array\20skgpu::ganesh::SurfaceFillContext::adjustColorAlphaType<\28SkAlphaType\292>\28SkRGBA4f<\28SkAlphaType\292>\29\20const -3522:std::__2::allocator::allocate\5babi:ne180100\5d\28unsigned\20long\29 -3523:std::__2::allocator::allocate\5babi:ne180100\5d\28unsigned\20long\29 -3524:std::__2::__wrap_iter::operator+\5babi:nn180100\5d\28long\29\20const -3525:std::__2::__wrap_iter::operator++\5babi:nn180100\5d\28\29 -3526:std::__2::__wrap_iter::operator+\5babi:nn180100\5d\28long\29\20const -3527:std::__2::__wrap_iter::operator++\5babi:nn180100\5d\28\29 -3528:std::__2::__unique_if::__unique_single\20std::__2::make_unique\5babi:ne180100\5d\28GrRecordingContext*&&\2c\20GrSurfaceProxyView&&\2c\20GrSurfaceProxyView&&\2c\20GrColorInfo\20const&\29 -3529:std::__2::__unique_if::__unique_single\20std::__2::make_unique\5babi:ne180100\5d\28GrRecordingContext*&\2c\20skgpu::ganesh::PathRendererChain::Options&\29 -3530:std::__2::__unique_if>::__unique_single\20std::__2::make_unique\5babi:ne180100\5d\2c\20GrDirectContext::DirectContextID>\28GrDirectContext::DirectContextID&&\29 -3531:std::__2::__unique_if::__unique_single\20std::__2::make_unique\5babi:ne180100\5d\28SkSL::SymbolTable*&\2c\20bool&\29 -3532:std::__2::__tuple_impl\2c\20GrSurfaceProxyView\2c\20sk_sp>::~__tuple_impl\28\29 -3533:std::__2::__split_buffer>::__destruct_at_end\5babi:ne180100\5d\28skia::textlayout::OneLineShaper::RunBlock**\2c\20std::__2::integral_constant\29 -3534:std::__2::__split_buffer&>::~__split_buffer\28\29 -3535:std::__2::__optional_destruct_base>\2c\20false>::~__optional_destruct_base\5babi:ne180100\5d\28\29 -3536:std::__2::__optional_destruct_base::~__optional_destruct_base\5babi:ne180100\5d\28\29 -3537:std::__2::__optional_destruct_base::reset\5babi:ne180100\5d\28\29 -3538:std::__2::__optional_destruct_base::~__optional_destruct_base\5babi:ne180100\5d\28\29 -3539:std::__2::__optional_destruct_base::~__optional_destruct_base\5babi:ne180100\5d\28\29 -3540:std::__2::__optional_destruct_base::reset\5babi:ne180100\5d\28\29 -3541:std::__2::__optional_copy_base::__optional_copy_base\5babi:ne180100\5d\28std::__2::__optional_copy_base\20const&\29 -3542:std::__2::__num_get::__stage2_float_prep\28std::__2::ios_base&\2c\20wchar_t*\2c\20wchar_t&\2c\20wchar_t&\29 -3543:std::__2::__num_get::__stage2_float_loop\28wchar_t\2c\20bool&\2c\20char&\2c\20char*\2c\20char*&\2c\20wchar_t\2c\20wchar_t\2c\20std::__2::basic_string\2c\20std::__2::allocator>\20const&\2c\20unsigned\20int*\2c\20unsigned\20int*&\2c\20unsigned\20int&\2c\20wchar_t*\29 -3544:std::__2::__num_get::__stage2_float_prep\28std::__2::ios_base&\2c\20char*\2c\20char&\2c\20char&\29 -3545:std::__2::__num_get::__stage2_float_loop\28char\2c\20bool&\2c\20char&\2c\20char*\2c\20char*&\2c\20char\2c\20char\2c\20std::__2::basic_string\2c\20std::__2::allocator>\20const&\2c\20unsigned\20int*\2c\20unsigned\20int*&\2c\20unsigned\20int&\2c\20char*\29 -3546:std::__2::__murmur2_or_cityhash::operator\28\29\5babi:ne180100\5d\28void\20const*\2c\20unsigned\20long\29\20const -3547:std::__2::__libcpp_wcrtomb_l\5babi:nn180100\5d\28char*\2c\20wchar_t\2c\20__mbstate_t*\2c\20__locale_struct*\29 -3548:std::__2::__itoa::__base_10_u32\5babi:nn180100\5d\28char*\2c\20unsigned\20int\29 -3549:std::__2::__itoa::__append6\5babi:nn180100\5d\28char*\2c\20unsigned\20int\29 -3550:std::__2::__itoa::__append4\5babi:nn180100\5d\28char*\2c\20unsigned\20int\29 -3551:std::__2::__hash_table\2c\20std::__2::__unordered_map_hasher\2c\20std::__2::hash\2c\20std::__2::equal_to\2c\20true>\2c\20std::__2::__unordered_map_equal\2c\20std::__2::equal_to\2c\20std::__2::hash\2c\20true>\2c\20std::__2::allocator>>::~__hash_table\28\29 -3552:std::__2::__hash_table\2c\20std::__2::equal_to\2c\20std::__2::allocator>::~__hash_table\28\29 -3553:std::__2::__function::__value_func\2c\20skia::textlayout::TextStyle\20const&\2c\20skia::textlayout::TextLine::ClipContext\20const&\29>::operator\28\29\5babi:ne180100\5d\28skia::textlayout::SkRange&&\2c\20skia::textlayout::TextStyle\20const&\2c\20skia::textlayout::TextLine::ClipContext\20const&\29\20const -3554:std::__2::__function::__func*\29::$_0\2c\20std::__2::allocator*\29::$_0>\2c\20void\20\28GrBackendTexture\29>::__clone\28std::__2::__function::__base*\29\20const -3555:skvx::Vec<4\2c\20unsigned\20short>\20skvx::to_half<4>\28skvx::Vec<4\2c\20float>\20const&\29 -3556:skvx::Vec<4\2c\20unsigned\20short>\20skvx::operator~<4\2c\20unsigned\20short>\28skvx::Vec<4\2c\20unsigned\20short>\20const&\29 -3557:skvx::Vec<4\2c\20unsigned\20short>\20skvx::operator|<4\2c\20unsigned\20short>\28skvx::Vec<4\2c\20unsigned\20short>\20const&\2c\20skvx::Vec<4\2c\20unsigned\20short>\20const&\29 -3558:skvx::Vec<4\2c\20skvx::Mask::type>\20skvx::operator<<4\2c\20unsigned\20short>\28skvx::Vec<4\2c\20unsigned\20short>\20const&\2c\20skvx::Vec<4\2c\20unsigned\20short>\20const&\29 -3559:skvx::Vec<4\2c\20skvx::Mask::type>\20skvx::operator<=<4\2c\20float\2c\20float\2c\20void>\28skvx::Vec<4\2c\20float>\20const&\2c\20float\29 -3560:skvx::Vec<4\2c\20int>\20skvx::operator~<4\2c\20int>\28skvx::Vec<4\2c\20int>\20const&\29 -3561:skvx::Vec<4\2c\20int>\20skvx::operator&<4\2c\20int\2c\20int\2c\20void>\28skvx::Vec<4\2c\20int>\20const&\2c\20int\29 -3562:skvx::Vec<4\2c\20float>&\20skvx::operator+=<4\2c\20float>\28skvx::Vec<4\2c\20float>&\2c\20skvx::Vec<4\2c\20float>\20const&\29 -3563:sktext::gpu::VertexFiller::flatten\28SkWriteBuffer&\29\20const -3564:sktext::gpu::VertexFiller::deviceRectAndCheckTransform\28SkMatrix\20const&\29\20const -3565:sktext::gpu::TextBlobRedrawCoordinator::BlobIDCacheEntry::find\28sktext::gpu::TextBlob::Key\20const&\29\20const -3566:sktext::gpu::SubRunAllocator::SubRunAllocator\28char*\2c\20int\2c\20int\29 -3567:sktext::gpu::GlyphVector::flatten\28SkWriteBuffer&\29\20const -3568:sktext::gpu::GlyphVector::Make\28sktext::SkStrikePromise&&\2c\20SkSpan\2c\20sktext::gpu::SubRunAllocator*\29 -3569:sktext::gpu::BagOfBytes::PlatformMinimumSizeWithOverhead\28int\2c\20int\29 -3570:sktext::gpu::AtlasSubRun::AtlasSubRun\28sktext::gpu::VertexFiller&&\2c\20sktext::gpu::GlyphVector&&\29 -3571:sktext::SkStrikePromise::flatten\28SkWriteBuffer&\29\20const -3572:sktext::GlyphRunList::sourceBoundsWithOrigin\28\29\20const -3573:skpaint_to_grpaint_impl\28skgpu::ganesh::SurfaceDrawContext*\2c\20SkPaint\20const&\2c\20SkMatrix\20const&\2c\20std::__2::optional>>\2c\20SkBlender*\2c\20GrPaint*\29 -3574:skip_literal_string -3575:skif::\28anonymous\20namespace\29::GaneshBackend::~GaneshBackend\28\29_10520 -3576:skif::LayerSpace::ceil\28\29\20const -3577:skif::LayerSpace\20skif::Mapping::paramToLayer\28skif::ParameterSpace\20const&\29\20const -3578:skif::LayerSpace::inverseMapRect\28skif::LayerSpace\20const&\2c\20skif::LayerSpace*\29\20const -3579:skif::LayerSpace::inset\28skif::LayerSpace\20const&\29 -3580:skif::FilterResult::operator=\28skif::FilterResult\20const&\29 -3581:skif::FilterResult::insetByPixel\28\29\20const -3582:skif::FilterResult::draw\28skif::Context\20const&\2c\20SkDevice*\2c\20bool\2c\20SkBlender\20const*\29\20const -3583:skif::FilterResult::applyColorFilter\28skif::Context\20const&\2c\20sk_sp\29\20const -3584:skif::FilterResult::FilterResult\28sk_sp\2c\20skif::LayerSpace\20const&\2c\20skif::FilterResult::PixelBoundary\29 -3585:skif::FilterResult::Builder::~Builder\28\29 -3586:skif::Context::withNewSource\28skif::FilterResult\20const&\29\20const -3587:skif::Context::operator=\28skif::Context&&\29 -3588:skif::Backend::~Backend\28\29 -3589:skia_private::THashTable::Pair\2c\20unsigned\20int\2c\20skia_private::THashMap::Pair>::Slot::reset\28\29 -3590:skia_private::THashTable::Pair\2c\20SkSL::Symbol\20const*\2c\20skia_private::THashMap::Pair>::firstPopulatedSlot\28\29\20const -3591:skia_private::THashTable::Pair\2c\20SkSL::Symbol\20const*\2c\20skia_private::THashMap::Pair>::Iter>::operator++\28\29 -3592:skia_private::THashTable>\2c\20SkGoodHash>::Pair\2c\20SkImageFilter\20const*\2c\20skia_private::THashMap>\2c\20SkGoodHash>::Pair>::Slot::reset\28\29 -3593:skia_private::THashTable\2c\20SkDescriptor\20const&\2c\20sktext::gpu::StrikeCache::HashTraits>::Slot::reset\28\29 -3594:skia_private::THashTable\2c\20SkDescriptor\2c\20SkStrikeCache::StrikeTraits>::Slot::reset\28\29 -3595:skia_private::THashTable::Traits>::Hash\28long\20long\20const&\29 -3596:skia_private::THashTable<\28anonymous\20namespace\29::CacheImpl::Value*\2c\20SkImageFilterCacheKey\2c\20SkTDynamicHash<\28anonymous\20namespace\29::CacheImpl::Value\2c\20SkImageFilterCacheKey\2c\20\28anonymous\20namespace\29::CacheImpl::Value>::AdaptedTraits>::Hash\28SkImageFilterCacheKey\20const&\29 -3597:skia_private::THashTable::ValueList*\2c\20skgpu::ScratchKey\2c\20SkTDynamicHash::ValueList\2c\20skgpu::ScratchKey\2c\20SkTMultiMap::ValueList>::AdaptedTraits>::findOrNull\28skgpu::ScratchKey\20const&\29\20const -3598:skia_private::THashTable::Traits>::set\28SkSL::Variable\20const*\29 -3599:skia_private::THashTable::Entry*\2c\20unsigned\20int\2c\20SkLRUCache::Traits>::uncheckedSet\28SkLRUCache::Entry*&&\29 -3600:skia_private::THashTable::AdaptedTraits>::removeIfExists\28skgpu::UniqueKey\20const&\29 -3601:skia_private::THashTable::Traits>::Hash\28FT_Opaque_Paint_\20const&\29 -3602:skia_private::THashMap\2c\20SkGoodHash>::find\28SkString\20const&\29\20const -3603:skia_private::THashMap>\2c\20SkGoodHash>::set\28SkSL::Variable\20const*\2c\20std::__2::unique_ptr>\29 -3604:skia_private::THashMap::operator\5b\5d\28SkSL::SymbolTable::SymbolKey\20const&\29 -3605:skia_private::THashMap::find\28SkSL::SymbolTable::SymbolKey\20const&\29\20const -3606:skia_private::THashMap::find\28SkSL::IRNode\20const*\20const&\29\20const -3607:skia_private::THashMap::set\28SkSL::FunctionDeclaration\20const*\2c\20SkSL::Analysis::CheckProgramStructure\28SkSL::Program\20const&\29::ProgramStructureVisitor::FunctionState\29 -3608:skia_private::THashMap>\2c\20SkGoodHash>::find\28SkImageFilter\20const*\20const&\29\20const -3609:skia_private::THashMap\2c\20SkIcuBreakIteratorCache::Request::Hash>::set\28SkIcuBreakIteratorCache::Request\2c\20sk_sp\29 -3610:skia_private::TArray::resize_back\28int\29 -3611:skia_private::TArray::push_back_raw\28int\29 -3612:skia_private::TArray::operator==\28skia_private::TArray\20const&\29\20const -3613:skia_private::TArray::reserve_exact\28int\29 -3614:skia_private::TArray\2c\20true>::push_back\28std::__2::array&&\29 -3615:skia_private::TArray\2c\20false>::~TArray\28\29 -3616:skia_private::TArray::clear\28\29 -3617:skia_private::TArray::clear\28\29 -3618:skia_private::TArray::TArray\28skia_private::TArray\20const&\29 -3619:skia_private::TArray::TArray\28skia_private::TArray\20const&\29 -3620:skia_private::TArray::~TArray\28\29 -3621:skia_private::TArray::move\28void*\29 -3622:skia_private::TArray::BufferFinishedMessage\2c\20false>::~TArray\28\29 -3623:skia_private::TArray::BufferFinishedMessage\2c\20false>::move\28void*\29 -3624:skia_private::TArray\2c\20true>::~TArray\28\29 -3625:skia_private::TArray\2c\20true>::push_back\28sk_sp&&\29 -3626:skia_private::TArray::reserve_exact\28int\29 -3627:skia_private::TArray\2c\20true>::Allocate\28int\2c\20double\29 -3628:skia_private::TArray::reserve_exact\28int\29 -3629:skia_private::TArray::Allocate\28int\2c\20double\29 -3630:skia_private::TArray::~TArray\28\29 -3631:skia_private::TArray::move\28void*\29 -3632:skia_private::AutoTArray::AutoTArray\28unsigned\20long\29 -3633:skia_private::AutoSTMalloc<8ul\2c\20unsigned\20int\2c\20void>::reset\28unsigned\20long\29 -3634:skia_private::AutoSTArray<6\2c\20SkResourceCache::Key>::reset\28int\29 -3635:skia_private::AutoSTArray<20\2c\20SkGlyph\20const*>::reset\28int\29 -3636:skia_private::AutoSTArray<16\2c\20SkRect>::reset\28int\29 -3637:skia_png_sig_cmp -3638:skia_png_set_text_2 -3639:skia_png_realloc_array -3640:skia_png_get_uint_31 -3641:skia_png_check_fp_string -3642:skia_png_check_fp_number -3643:skia_png_app_warning -3644:skia_png_app_error -3645:skia::textlayout::\28anonymous\20namespace\29::intersected\28skia::textlayout::SkRange\20const&\2c\20skia::textlayout::SkRange\20const&\29 -3646:skia::textlayout::\28anonymous\20namespace\29::draw_line_as_rect\28skia::textlayout::ParagraphPainter*\2c\20float\2c\20float\2c\20float\2c\20skia::textlayout::ParagraphPainter::DecorationStyle\20const&\29 -3647:skia::textlayout::TypefaceFontStyleSet::createTypeface\28int\29 -3648:skia::textlayout::TextStyle::setForegroundColor\28SkPaint\29 -3649:skia::textlayout::TextStyle::setBackgroundColor\28SkPaint\29 -3650:skia::textlayout::TextLine::shapeEllipsis\28SkString\20const&\2c\20skia::textlayout::Cluster\20const*\29::ShapeHandler::~ShapeHandler\28\29 -3651:skia::textlayout::TextLine::shapeEllipsis\28SkString\20const&\2c\20skia::textlayout::Cluster\20const*\29::$_0::operator\28\29\28sk_sp\2c\20sk_sp\29\20const -3652:skia::textlayout::TextLine::iterateThroughSingleRunByStyles\28skia::textlayout::TextLine::TextAdjustment\2c\20skia::textlayout::Run\20const*\2c\20float\2c\20skia::textlayout::SkRange\2c\20skia::textlayout::StyleType\2c\20std::__2::function\2c\20skia::textlayout::TextStyle\20const&\2c\20skia::textlayout::TextLine::ClipContext\20const&\29>\20const&\29\20const::$_0::operator\28\29\28skia::textlayout::SkRange\2c\20float\29\20const -3653:skia::textlayout::TextLine::getRectsForRange\28skia::textlayout::SkRange\2c\20skia::textlayout::RectHeightStyle\2c\20skia::textlayout::RectWidthStyle\2c\20std::__2::vector>&\29\20const -3654:skia::textlayout::TextBox&\20std::__2::vector>::emplace_back\28SkRect&\2c\20skia::textlayout::TextDirection&&\29 -3655:skia::textlayout::StrutStyle::StrutStyle\28skia::textlayout::StrutStyle\20const&\29 -3656:skia::textlayout::Run::isResolved\28\29\20const -3657:skia::textlayout::Run::copyTo\28SkTextBlobBuilder&\2c\20unsigned\20long\2c\20unsigned\20long\29\20const -3658:skia::textlayout::Run::calculateWidth\28unsigned\20long\2c\20unsigned\20long\2c\20bool\29\20const -3659:skia::textlayout::Run::calculateHeight\28skia::textlayout::LineMetricStyle\2c\20skia::textlayout::LineMetricStyle\29\20const -3660:skia::textlayout::ParagraphStyle::ParagraphStyle\28skia::textlayout::ParagraphStyle&&\29 -3661:skia::textlayout::ParagraphImpl::getGlyphPositionAtCoordinate\28float\2c\20float\29 -3662:skia::textlayout::ParagraphImpl::findNextGraphemeBoundary\28unsigned\20long\29\20const -3663:skia::textlayout::ParagraphImpl::findAllBlocks\28skia::textlayout::SkRange\29 -3664:skia::textlayout::ParagraphImpl::ensureUTF16Mapping\28\29::$_0::operator\28\29\28\29\20const::'lambda'\28unsigned\20long\29::operator\28\29\28unsigned\20long\29\20const -3665:skia::textlayout::ParagraphImpl::buildClusterTable\28\29 -3666:skia::textlayout::ParagraphCacheKey::operator==\28skia::textlayout::ParagraphCacheKey\20const&\29\20const -3667:skia::textlayout::ParagraphBuilderImpl::endRunIfNeeded\28\29 -3668:skia::textlayout::OneLineShaper::~OneLineShaper\28\29 -3669:skia::textlayout::LineMetrics::LineMetrics\28\29 -3670:skia::textlayout::FontCollection::FamilyKey::~FamilyKey\28\29 -3671:skia::textlayout::Cluster::isSoftBreak\28\29\20const -3672:skia::textlayout::Block::Block\28skia::textlayout::Block\20const&\29 -3673:skgpu::tess::AffineMatrix::AffineMatrix\28SkMatrix\20const&\29 -3674:skgpu::ganesh::\28anonymous\20namespace\29::add_quad_segment\28SkPoint\20const*\2c\20skia_private::TArray*\29 -3675:skgpu::ganesh::\28anonymous\20namespace\29::SmallPathOp::Entry::Entry\28skgpu::ganesh::\28anonymous\20namespace\29::SmallPathOp::Entry&&\29 -3676:skgpu::ganesh::\28anonymous\20namespace\29::HullShader::makeProgramImpl\28GrShaderCaps\20const&\29\20const::Impl::~Impl\28\29 -3677:skgpu::ganesh::\28anonymous\20namespace\29::AAFlatteningConvexPathOp::programInfo\28\29 -3678:skgpu::ganesh::SurfaceFillContext::internalClear\28SkIRect\20const*\2c\20std::__2::array\2c\20bool\29 -3679:skgpu::ganesh::SurfaceFillContext::discard\28\29 -3680:skgpu::ganesh::SurfaceFillContext::addOp\28std::__2::unique_ptr>\29 -3681:skgpu::ganesh::SurfaceDrawContext::wrapsVkSecondaryCB\28\29\20const -3682:skgpu::ganesh::SurfaceDrawContext::stencilRect\28GrClip\20const*\2c\20GrUserStencilSettings\20const*\2c\20GrPaint&&\2c\20GrAA\2c\20SkMatrix\20const&\2c\20SkRect\20const&\2c\20SkMatrix\20const*\29 -3683:skgpu::ganesh::SurfaceDrawContext::drawPath\28GrClip\20const*\2c\20GrPaint&&\2c\20GrAA\2c\20SkMatrix\20const&\2c\20SkPath\20const&\2c\20GrStyle\20const&\29 -3684:skgpu::ganesh::SurfaceDrawContext::attemptQuadOptimization\28GrClip\20const*\2c\20GrUserStencilSettings\20const*\2c\20DrawQuad*\2c\20GrPaint*\29 -3685:skgpu::ganesh::SurfaceDrawContext::Make\28GrRecordingContext*\2c\20GrColorType\2c\20sk_sp\2c\20sk_sp\2c\20GrSurfaceOrigin\2c\20SkSurfaceProps\20const&\29 -3686:skgpu::ganesh::SurfaceContext::rescale\28GrImageInfo\20const&\2c\20GrSurfaceOrigin\2c\20SkIRect\2c\20SkImage::RescaleGamma\2c\20SkImage::RescaleMode\29 -3687:skgpu::ganesh::SurfaceContext::rescaleInto\28skgpu::ganesh::SurfaceFillContext*\2c\20SkIRect\2c\20SkIRect\2c\20SkImage::RescaleGamma\2c\20SkImage::RescaleMode\29::$_0::operator\28\29\28GrSurfaceProxyView\2c\20SkIRect\29\20const -3688:skgpu::ganesh::SurfaceContext::SurfaceContext\28GrRecordingContext*\2c\20GrSurfaceProxyView\2c\20GrColorInfo\20const&\29 -3689:skgpu::ganesh::SmallPathShapeDataKey::operator==\28skgpu::ganesh::SmallPathShapeDataKey\20const&\29\20const -3690:skgpu::ganesh::QuadPerEdgeAA::MinColorType\28SkRGBA4f<\28SkAlphaType\292>\29 -3691:skgpu::ganesh::PathTessellator::~PathTessellator\28\29 -3692:skgpu::ganesh::PathCurveTessellator::draw\28GrOpFlushState*\29\20const -3693:skgpu::ganesh::OpsTask::~OpsTask\28\29 -3694:skgpu::ganesh::OpsTask::recordOp\28std::__2::unique_ptr>\2c\20bool\2c\20GrProcessorSet::Analysis\2c\20GrAppliedClip*\2c\20GrDstProxyView\20const*\2c\20GrCaps\20const&\29 -3695:skgpu::ganesh::MakeFragmentProcessorFromView\28GrRecordingContext*\2c\20GrSurfaceProxyView\2c\20SkAlphaType\2c\20SkSamplingOptions\2c\20SkTileMode\20const*\2c\20SkMatrix\20const&\2c\20SkRect\20const*\2c\20SkRect\20const*\29 -3696:skgpu::ganesh::FilterAndMipmapHaveNoEffect\28GrQuad\20const&\2c\20GrQuad\20const&\29 -3697:skgpu::ganesh::FillRectOp::MakeNonAARect\28GrRecordingContext*\2c\20GrPaint&&\2c\20SkMatrix\20const&\2c\20SkRect\20const&\2c\20GrUserStencilSettings\20const*\29 -3698:skgpu::ganesh::FillRRectOp::\28anonymous\20namespace\29::can_use_hw_derivatives_with_coverage\28skvx::Vec<2\2c\20float>\20const&\2c\20skvx::Vec<2\2c\20float>\20const&\29 -3699:skgpu::ganesh::FillRRectOp::Make\28GrRecordingContext*\2c\20SkArenaAlloc*\2c\20GrPaint&&\2c\20SkMatrix\20const&\2c\20SkRRect\20const&\2c\20SkRect\20const&\2c\20GrAA\29 -3700:skgpu::ganesh::Device::drawRRect\28SkRRect\20const&\2c\20SkPaint\20const&\29 -3701:skgpu::ganesh::Device::drawImageQuadDirect\28SkImage\20const*\2c\20SkRect\20const&\2c\20SkRect\20const&\2c\20SkPoint\20const*\2c\20SkCanvas::QuadAAFlags\2c\20SkMatrix\20const*\2c\20SkSamplingOptions\20const&\2c\20SkPaint\20const&\2c\20SkCanvas::SrcRectConstraint\29 -3702:skgpu::ganesh::Device::Make\28std::__2::unique_ptr>\2c\20SkAlphaType\2c\20skgpu::ganesh::Device::InitContents\29 -3703:skgpu::ganesh::DashOp::\28anonymous\20namespace\29::setup_dashed_rect\28SkRect\20const&\2c\20skgpu::VertexWriter&\2c\20SkMatrix\20const&\2c\20float\2c\20float\2c\20float\2c\20float\2c\20float\2c\20float\2c\20float\2c\20skgpu::ganesh::DashOp::\28anonymous\20namespace\29::DashCap\29 -3704:skgpu::ganesh::ClipStack::~ClipStack\28\29 -3705:skgpu::ganesh::ClipStack::writableSaveRecord\28bool*\29 -3706:skgpu::ganesh::ClipStack::end\28\29\20const -3707:skgpu::ganesh::ClipStack::clip\28skgpu::ganesh::ClipStack::RawElement&&\29 -3708:skgpu::ganesh::ClipStack::clipState\28\29\20const -3709:skgpu::ganesh::ClipStack::SaveRecord::invalidateMasks\28GrProxyProvider*\2c\20SkTBlockList*\29 -3710:skgpu::ganesh::ClipStack::SaveRecord::genID\28\29\20const -3711:skgpu::ganesh::ClipStack::RawElement::operator=\28skgpu::ganesh::ClipStack::RawElement&&\29 -3712:skgpu::ganesh::ClipStack::RawElement::contains\28skgpu::ganesh::ClipStack::SaveRecord\20const&\29\20const -3713:skgpu::ganesh::ClipStack::RawElement::RawElement\28SkMatrix\20const&\2c\20GrShape\20const&\2c\20GrAA\2c\20SkClipOp\29 -3714:skgpu::ganesh::AtlasPathRenderer::~AtlasPathRenderer\28\29 -3715:skgpu::Swizzle::apply\28SkRasterPipeline*\29\20const -3716:skgpu::Swizzle::applyTo\28std::__2::array\29\20const -3717:skgpu::StringKeyBuilder::~StringKeyBuilder\28\29 -3718:skgpu::ScratchKey::GenerateResourceType\28\29 -3719:skgpu::RectanizerSkyline::reset\28\29 -3720:skgpu::Plot::addSubImage\28int\2c\20int\2c\20void\20const*\2c\20skgpu::AtlasLocator*\29 -3721:skgpu::AutoCallback::AutoCallback\28skgpu::AutoCallback&&\29 -3722:skcms_Transform -3723:skcms_AreApproximateInverses -3724:sk_sp::~sk_sp\28\29 -3725:sk_sp::operator=\28sk_sp&&\29 -3726:sk_sp::reset\28GrTextureProxy*\29 -3727:sk_sp::reset\28GrTexture*\29 -3728:sk_sp::operator=\28sk_sp&&\29 -3729:sk_sp::reset\28GrCpuBuffer*\29 -3730:sk_sp&\20sk_sp::operator=\28sk_sp&&\29 -3731:sk_sp&\20sk_sp::operator=\28sk_sp\20const&\29 -3732:sk_ft_free\28FT_MemoryRec_*\2c\20void*\29 -3733:sift -3734:shallowTextClone\28UText*\2c\20UText\20const*\2c\20UErrorCode*\29 -3735:set_initial_texture_params\28GrGLInterface\20const*\2c\20GrGLCaps\20const&\2c\20unsigned\20int\29 -3736:setLevelsOutsideIsolates\28UBiDi*\2c\20int\2c\20int\2c\20unsigned\20char\29 -3737:sect_with_vertical\28SkPoint\20const*\2c\20float\29 -3738:sampler_key\28GrTextureType\2c\20skgpu::Swizzle\20const&\2c\20GrCaps\20const&\29 -3739:round\28SkPoint*\29 -3740:res_getResource_74 -3741:read_tag_xyz\28skcms_ICCTag\20const*\2c\20float*\2c\20float*\2c\20float*\29 -3742:read_color_line -3743:quick_inverse\28int\29 -3744:quad_intersect_ray\28SkPoint\20const*\2c\20float\2c\20SkDLine\20const&\2c\20SkIntersections*\29 -3745:puts -3746:psh_globals_set_scale -3747:ps_tofixedarray -3748:ps_parser_skip_PS_token -3749:ps_mask_test_bit -3750:ps_mask_table_alloc -3751:ps_mask_ensure -3752:ps_dimension_reset_mask -3753:ps_builder_init -3754:ps_builder_done -3755:pow -3756:portable::parametric_k\28skcms_TransferFunction\20const*\2c\20unsigned\20long\2c\20unsigned\20long\2c\20std::byte*&\2c\20float&\2c\20float&\2c\20float&\2c\20float&\2c\20float&\2c\20float&\2c\20float&\2c\20float&\29::'lambda'\28float\29::operator\28\29\28float\29\20const -3757:portable::hsl_to_rgb_k\28void\20const*\2c\20unsigned\20long\2c\20unsigned\20long\2c\20std::byte*&\2c\20float&\2c\20float&\2c\20float&\2c\20float&\2c\20float&\2c\20float&\2c\20float&\2c\20float&\29::'lambda'\28float\29::operator\28\29\28float\29\20const -3758:portable::gamma__k\28float\20const*\2c\20unsigned\20long\2c\20unsigned\20long\2c\20std::byte*&\2c\20float&\2c\20float&\2c\20float&\2c\20float&\2c\20float&\2c\20float&\2c\20float&\2c\20float&\29::'lambda'\28float\29::operator\28\29\28float\29\20const -3759:portable::PQish_k\28skcms_TransferFunction\20const*\2c\20unsigned\20long\2c\20unsigned\20long\2c\20std::byte*&\2c\20float&\2c\20float&\2c\20float&\2c\20float&\2c\20float&\2c\20float&\2c\20float&\2c\20float&\29::'lambda'\28float\29::operator\28\29\28float\29\20const -3760:portable::HLGish_k\28skcms_TransferFunction\20const*\2c\20unsigned\20long\2c\20unsigned\20long\2c\20std::byte*&\2c\20float&\2c\20float&\2c\20float&\2c\20float&\2c\20float&\2c\20float&\2c\20float&\2c\20float&\29::'lambda'\28float\29::operator\28\29\28float\29\20const -3761:portable::HLGinvish_k\28skcms_TransferFunction\20const*\2c\20unsigned\20long\2c\20unsigned\20long\2c\20std::byte*&\2c\20float&\2c\20float&\2c\20float&\2c\20float&\2c\20float&\2c\20float&\2c\20float&\2c\20float&\29::'lambda'\28float\29::operator\28\29\28float\29\20const -3762:points_are_colinear_and_b_is_middle\28SkPoint\20const&\2c\20SkPoint\20const&\2c\20SkPoint\20const&\2c\20float*\29 -3763:png_zlib_inflate -3764:png_inflate_read -3765:png_inflate_claim -3766:png_build_8bit_table -3767:png_build_16bit_table -3768:picture_approximateBytesUsed -3769:performFallbackLookup\28char\20const*\2c\20char\20const*\2c\20char\20const*\2c\20int\20const*\2c\20int\29 -3770:path_addOval -3771:operator==\28SkPath\20const&\2c\20SkPath\20const&\29 -3772:operator!=\28SkString\20const&\2c\20SkString\20const&\29 -3773:normalize -3774:non-virtual\20thunk\20to\20GrOpFlushState::deferredUploadTarget\28\29 -3775:nextafterf -3776:mv_mul\28skcms_Matrix3x3\20const*\2c\20skcms_Vector3\20const*\29 -3777:move_nearby\28SkOpContourHead*\29 -3778:mayHaveParent\28char*\29 -3779:make_unpremul_effect\28std::__2::unique_ptr>\29 -3780:make_paint_with_image\28SkPaint\20const&\2c\20SkBitmap\20const&\2c\20SkSamplingOptions\20const&\2c\20SkMatrix*\29 -3781:machine_index_t\2c\20hb_filter_iter_t\2c\20hb_array_t>\2c\20find_syllables_use\28hb_buffer_t*\29::'lambda'\28hb_glyph_info_t\20const&\29\2c\20$_7\20const&\2c\20\28void*\290>\2c\20find_syllables_use\28hb_buffer_t*\29::'lambda'\28hb_pair_t\29\2c\20$_6\20const&\2c\20\28void*\290>>>::operator==\28machine_index_t\2c\20hb_filter_iter_t\2c\20hb_array_t>\2c\20find_syllables_use\28hb_buffer_t*\29::'lambda'\28hb_glyph_info_t\20const&\29\2c\20$_7\20const&\2c\20\28void*\290>\2c\20find_syllables_use\28hb_buffer_t*\29::'lambda'\28hb_pair_t\29\2c\20$_6\20const&\2c\20\28void*\290>>>\20const&\29\20const -3782:long\20std::__2::__libcpp_atomic_refcount_decrement\5babi:nn180100\5d\28long&\29 -3783:long\20const&\20std::__2::min\5babi:nn180100\5d\28long\20const&\2c\20long\20const&\29 -3784:log1p -3785:load_truetype_glyph -3786:load\28unsigned\20char\20const*\2c\20int\2c\20void\20\28*\29\28unsigned\20char*\2c\20unsigned\20char\20const*\2c\20int\29\29 -3787:loadParentsExceptRoot\28UResourceDataEntry*&\2c\20char*\2c\20int\2c\20signed\20char\2c\20char*\2c\20UErrorCode*\29 -3788:line_intersect_ray\28SkPoint\20const*\2c\20float\2c\20SkDLine\20const&\2c\20SkIntersections*\29 -3789:lineMetrics_getStartIndex -3790:lineMetrics_getEndIndex -3791:just_solid_color\28SkPaint\20const&\29 -3792:is_reflex_vertex\28SkPoint\20const*\2c\20int\2c\20float\2c\20unsigned\20short\2c\20unsigned\20short\2c\20unsigned\20short\29 -3793:isMatchAtCPBoundary\28char16_t\20const*\2c\20char16_t\20const*\2c\20char16_t\20const*\2c\20char16_t\20const*\29 -3794:inner_scanline\28int\2c\20int\2c\20int\2c\20unsigned\20int\2c\20SkBlitter*\29 -3795:inflate_table -3796:image_getWidth -3797:image_filter_color_type\28SkColorInfo\20const&\29 -3798:icu_74::ures_getUnicodeString\28UResourceBundle\20const*\2c\20UErrorCode*\29 -3799:icu_74::umtx_initOnce\28icu_74::UInitOnce&\2c\20void\20\28*\29\28\29\29 -3800:icu_74::makeBogusLocale\28\29 -3801:icu_74::\28anonymous\20namespace\29::appendResult\28char16_t*\2c\20int\2c\20int\2c\20int\2c\20char16_t\20const*\2c\20int\2c\20unsigned\20int\2c\20icu_74::Edits*\29 -3802:icu_74::\28anonymous\20namespace\29::AliasReplacer::replace\28icu_74::Locale\20const&\2c\20icu_74::CharString&\2c\20UErrorCode&\29::$_0::__invoke\28UElement\2c\20UElement\29 -3803:icu_74::XLikelySubtagsData::readStrings\28icu_74::ResourceTable\20const&\2c\20char\20const*\2c\20icu_74::ResourceValue&\2c\20icu_74::LocalMemory&\2c\20int&\2c\20UErrorCode&\29 -3804:icu_74::XLikelySubtags::trieNext\28icu_74::BytesTrie&\2c\20icu_74::StringPiece\2c\20int\29 -3805:icu_74::Vectorizer::stringToIndex\28char16_t\20const*\29\20const -3806:icu_74::UniqueCharStrings::add\28char16_t\20const*\2c\20UErrorCode&\29 -3807:icu_74::UniqueCharStrings::addByValue\28icu_74::UnicodeString\2c\20UErrorCode&\29 -3808:icu_74::UnicodeString::setTo\28char16_t\20const*\2c\20int\29 -3809:icu_74::UnicodeString::remove\28int\2c\20int\29 -3810:icu_74::UnicodeString::isBufferWritable\28\29\20const -3811:icu_74::UnicodeString::indexOf\28char16_t\2c\20int\29\20const -3812:icu_74::UnicodeString::getTerminatedBuffer\28\29 -3813:icu_74::UnicodeString::doExtract\28int\2c\20int\2c\20icu_74::UnicodeString&\29\20const -3814:icu_74::UnicodeString::doAppend\28icu_74::UnicodeString\20const&\2c\20int\2c\20int\29 -3815:icu_74::UnicodeString::copyFrom\28icu_74::UnicodeString\20const&\2c\20signed\20char\29 -3816:icu_74::UnicodeString::allocate\28int\29 -3817:icu_74::UnicodeSet::swapBuffers\28\29 -3818:icu_74::UnicodeSet::spanUTF8\28char\20const*\2c\20int\2c\20USetSpanCondition\29\20const -3819:icu_74::UnicodeSet::spanBack\28char16_t\20const*\2c\20int\2c\20USetSpanCondition\29\20const -3820:icu_74::UnicodeSet::spanBackUTF8\28char\20const*\2c\20int\2c\20USetSpanCondition\29\20const -3821:icu_74::UnicodeSet::setPattern\28char16_t\20const*\2c\20int\29 -3822:icu_74::UnicodeSet::retain\28int\20const*\2c\20int\2c\20signed\20char\29 -3823:icu_74::UnicodeSet::remove\28int\2c\20int\29 -3824:icu_74::UnicodeSet::ensureBufferCapacity\28int\29 -3825:icu_74::UnicodeSet::applyIntPropertyValue\28UProperty\2c\20int\2c\20UErrorCode&\29 -3826:icu_74::UnicodeSet::allocateStrings\28UErrorCode&\29 -3827:icu_74::UnicodeSet::addAll\28icu_74::UnicodeSet\20const&\29 -3828:icu_74::UnicodeSet::_appendToPat\28icu_74::UnicodeString&\2c\20int\2c\20int\2c\20signed\20char\29 -3829:icu_74::UVector::sort\28int\20\28*\29\28UElement\2c\20UElement\29\2c\20UErrorCode&\29 -3830:icu_74::UVector::insertElementAt\28void*\2c\20int\2c\20UErrorCode&\29 -3831:icu_74::UVector::indexOf\28UElement\2c\20int\2c\20signed\20char\29\20const -3832:icu_74::UStringSet::~UStringSet\28\29_13144 -3833:icu_74::UMemory::operator\20delete\28void*\29 -3834:icu_74::UCharsTrieBuilder::add\28icu_74::UnicodeString\20const&\2c\20int\2c\20UErrorCode&\29 -3835:icu_74::UCharsTrie::readValue\28char16_t\20const*\2c\20int\29 -3836:icu_74::UCharsTrie::next\28int\29 -3837:icu_74::StringPiece::compare\28icu_74::StringPiece\29 -3838:icu_74::StringEnumeration::~StringEnumeration\28\29 -3839:icu_74::SimpleFilteredSentenceBreakIterator::resetState\28UErrorCode&\29 -3840:icu_74::SimpleFilteredSentenceBreakIterator::internalNext\28int\29 -3841:icu_74::SimpleFilteredSentenceBreakIterator::breakExceptionAt\28int\29 -3842:icu_74::RuleBasedBreakIterator::DictionaryCache::following\28int\2c\20int*\2c\20int*\29 -3843:icu_74::RuleBasedBreakIterator::BreakCache::next\28\29 -3844:icu_74::RuleBasedBreakIterator::BreakCache::current\28\29 -3845:icu_74::RuleBasedBreakIterator::BreakCache::addPreceding\28int\2c\20int\2c\20icu_74::RuleBasedBreakIterator::BreakCache::UpdatePositionValues\29 -3846:icu_74::ResourceDataValue::getTable\28UErrorCode&\29\20const -3847:icu_74::ResourceDataValue::getString\28int&\2c\20UErrorCode&\29\20const -3848:icu_74::ResourceArray::internalGetResource\28ResourceData\20const*\2c\20int\29\20const -3849:icu_74::ReorderingBuffer::previousCC\28\29 -3850:icu_74::ReorderingBuffer::insert\28int\2c\20unsigned\20char\29 -3851:icu_74::ReorderingBuffer::append\28char16_t\20const*\2c\20int\2c\20signed\20char\2c\20unsigned\20char\2c\20unsigned\20char\2c\20UErrorCode&\29 -3852:icu_74::ReorderingBuffer::appendBMP\28char16_t\2c\20unsigned\20char\2c\20UErrorCode&\29 -3853:icu_74::Normalizer2Impl::~Normalizer2Impl\28\29 -3854:icu_74::Normalizer2Impl::norm16HasDecompBoundaryAfter\28unsigned\20short\29\20const -3855:icu_74::Normalizer2Impl::hasCompBoundaryAfter\28int\2c\20signed\20char\29\20const -3856:icu_74::Normalizer2Impl::getCC\28unsigned\20short\29\20const -3857:icu_74::Normalizer2Impl::decompose\28char16_t\20const*\2c\20char16_t\20const*\2c\20icu_74::ReorderingBuffer*\2c\20UErrorCode&\29\20const -3858:icu_74::Normalizer2Impl::decomposeShort\28char16_t\20const*\2c\20char16_t\20const*\2c\20signed\20char\2c\20signed\20char\2c\20icu_74::ReorderingBuffer&\2c\20UErrorCode&\29\20const -3859:icu_74::Normalizer2Impl::copyLowPrefixFromNulTerminated\28char16_t\20const*\2c\20int\2c\20icu_74::ReorderingBuffer*\2c\20UErrorCode&\29\20const -3860:icu_74::Norm2AllModes::getNFKCInstance\28UErrorCode&\29 -3861:icu_74::Locale::setKeywordValue\28char\20const*\2c\20char\20const*\2c\20UErrorCode&\29 -3862:icu_74::Locale::operator=\28icu_74::Locale\20const&\29 -3863:icu_74::Locale::Locale\28icu_74::Locale\20const&\29 -3864:icu_74::LocalPointer::adoptInsteadAndCheckErrorCode\28icu_74::UVector*\2c\20UErrorCode&\29 -3865:icu_74::LocalMemory::allocateInsteadAndCopy\28int\2c\20int\29 -3866:icu_74::LSTMData::~LSTMData\28\29 -3867:icu_74::ICU_Utility::skipWhitespace\28icu_74::UnicodeString\20const&\2c\20int&\2c\20signed\20char\29 -3868:icu_74::ICUServiceKey::~ICUServiceKey\28\29 -3869:icu_74::ICUServiceKey::prefix\28icu_74::UnicodeString&\29\20const -3870:icu_74::ICUResourceBundleFactory::~ICUResourceBundleFactory\28\29 -3871:icu_74::ICULocaleService::~ICULocaleService\28\29 -3872:icu_74::Hashtable::remove\28icu_74::UnicodeString\20const&\29 -3873:icu_74::Hangul::decompose\28int\2c\20char16_t*\29 -3874:icu_74::EmojiProps::getSingleton\28UErrorCode&\29 -3875:icu_74::CharString::appendInvariantChars\28char16_t\20const*\2c\20int\2c\20UErrorCode&\29 -3876:icu_74::CharString*\20icu_74::MemoryPool::create<>\28\29 -3877:icu_74::BytesTrie::getState64\28\29\20const -3878:icu_74::ByteSinkUtil::appendChange\28unsigned\20char\20const*\2c\20unsigned\20char\20const*\2c\20char16_t\20const*\2c\20int\2c\20icu_74::ByteSink&\2c\20icu_74::Edits*\2c\20UErrorCode&\29 -3879:icu_74::BreakIterator::makeInstance\28icu_74::Locale\20const&\2c\20int\2c\20UErrorCode&\29 -3880:icu_74::BMPSet::findCodePoint\28int\2c\20int\2c\20int\29\20const -3881:icu_74::Array1D::sigmoid\28\29 -3882:icu_74::Array1D::addDotProduct\28icu_74::ReadArray1D\20const&\2c\20icu_74::ReadArray2D\20const&\29 -3883:hb_vector_t::alloc\28unsigned\20int\2c\20bool\29 -3884:hb_vector_t::push\28\29 -3885:hb_vector_t::alloc\28unsigned\20int\2c\20bool\29 -3886:hb_vector_t::alloc\28unsigned\20int\2c\20bool\29 -3887:hb_vector_t::push\28\29 -3888:hb_vector_t::extend\28hb_array_t\29 -3889:hb_vector_t\2c\20false>::shrink_vector\28unsigned\20int\29 -3890:hb_vector_t::push\28\29 -3891:hb_utf8_t::next\28unsigned\20char\20const*\2c\20unsigned\20char\20const*\2c\20unsigned\20int*\2c\20unsigned\20int\29 -3892:hb_shape_plan_destroy -3893:hb_set_digest_t::add\28unsigned\20int\29 -3894:hb_script_get_horizontal_direction -3895:hb_pool_t::alloc\28\29 -3896:hb_paint_funcs_t::push_clip_glyph\28void*\2c\20unsigned\20int\2c\20hb_font_t*\29 -3897:hb_paint_funcs_t::image\28void*\2c\20hb_blob_t*\2c\20unsigned\20int\2c\20unsigned\20int\2c\20unsigned\20int\2c\20float\2c\20hb_glyph_extents_t*\29 -3898:hb_paint_funcs_t::color\28void*\2c\20int\2c\20unsigned\20int\29 -3899:hb_paint_extents_context_t::push_clip\28hb_extents_t\29 -3900:hb_lazy_loader_t\2c\20hb_face_t\2c\202u\2c\20hb_blob_t>::get\28\29\20const -3901:hb_lazy_loader_t\2c\20hb_face_t\2c\201u\2c\20hb_blob_t>::get\28\29\20const -3902:hb_lazy_loader_t\2c\20hb_face_t\2c\2018u\2c\20hb_blob_t>::get\28\29\20const -3903:hb_lazy_loader_t\2c\20hb_face_t\2c\203u\2c\20OT::cmap_accelerator_t>::get_stored\28\29\20const -3904:hb_lazy_loader_t\2c\20hb_face_t\2c\2032u\2c\20hb_blob_t>::get\28\29\20const -3905:hb_lazy_loader_t\2c\20hb_face_t\2c\2028u\2c\20AAT::morx_accelerator_t>::get_stored\28\29\20const -3906:hb_lazy_loader_t\2c\20hb_face_t\2c\2029u\2c\20AAT::mort_accelerator_t>::get_stored\28\29\20const -3907:hb_iter_t\2c\20hb_filter_iter_t\2c\20hb_array_t>\2c\20find_syllables_use\28hb_buffer_t*\29::'lambda'\28hb_glyph_info_t\20const&\29\2c\20$_7\20const&\2c\20\28void*\290>\2c\20find_syllables_use\28hb_buffer_t*\29::'lambda'\28hb_pair_t\29\2c\20$_6\20const&\2c\20\28void*\290>>>\2c\20hb_pair_t>>::operator-\28unsigned\20int\29\20const -3908:hb_iter_t\2c\20hb_array_t>\2c\20$_8\20const&\2c\20\28hb_function_sortedness_t\291\2c\20\28void*\290>\2c\20OT::HBGlyphID16&>::end\28\29\20const -3909:hb_iter_t\2c\20hb_array_t>\2c\20find_syllables_use\28hb_buffer_t*\29::'lambda'\28hb_glyph_info_t\20const&\29\2c\20$_7\20const&\2c\20\28void*\290>\2c\20find_syllables_use\28hb_buffer_t*\29::'lambda'\28hb_pair_t\29\2c\20$_6\20const&\2c\20\28void*\290>\2c\20hb_pair_t>::operator++\28\29\20& -3910:hb_hashmap_t::item_t::operator==\28hb_serialize_context_t::object_t\20const*\20const&\29\20const -3911:hb_font_t::has_glyph_h_origin_func\28\29 -3912:hb_font_t::has_func\28unsigned\20int\29 -3913:hb_font_t::get_nominal_glyphs\28unsigned\20int\2c\20unsigned\20int\20const*\2c\20unsigned\20int\2c\20unsigned\20int*\2c\20unsigned\20int\29 -3914:hb_font_t::get_glyph_v_origin\28unsigned\20int\2c\20int*\2c\20int*\29 -3915:hb_font_t::get_glyph_v_advances\28unsigned\20int\2c\20unsigned\20int\20const*\2c\20unsigned\20int\2c\20int*\2c\20unsigned\20int\29 -3916:hb_font_t::get_glyph_h_origin_with_fallback\28unsigned\20int\2c\20int*\2c\20int*\29 -3917:hb_font_t::get_glyph_h_origin\28unsigned\20int\2c\20int*\2c\20int*\29 -3918:hb_font_t::get_glyph_h_advances\28unsigned\20int\2c\20unsigned\20int\20const*\2c\20unsigned\20int\2c\20int*\2c\20unsigned\20int\29 -3919:hb_font_t::get_glyph_contour_point_for_origin\28unsigned\20int\2c\20unsigned\20int\2c\20hb_direction_t\2c\20int*\2c\20int*\29 -3920:hb_font_funcs_destroy -3921:hb_draw_cubic_to_nil\28hb_draw_funcs_t*\2c\20void*\2c\20hb_draw_state_t*\2c\20float\2c\20float\2c\20float\2c\20float\2c\20float\2c\20float\2c\20void*\29 -3922:hb_decycler_node_t::hb_decycler_node_t\28hb_decycler_t&\29 -3923:hb_buffer_t::output_info\28hb_glyph_info_t\20const&\29 -3924:hb_buffer_t::_infos_set_glyph_flags\28hb_glyph_info_t*\2c\20unsigned\20int\2c\20unsigned\20int\2c\20unsigned\20int\2c\20unsigned\20int\29 -3925:hb_buffer_t::_infos_find_min_cluster\28hb_glyph_info_t\20const*\2c\20unsigned\20int\2c\20unsigned\20int\2c\20unsigned\20int\29 -3926:hb_buffer_set_length -3927:hb_buffer_create -3928:hb_bounds_t*\20hb_vector_t::push\28hb_bounds_t&&\29 -3929:hb_bit_set_t::fini\28\29 -3930:hb_bit_page_t::add_range\28unsigned\20int\2c\20unsigned\20int\29 -3931:haircubic\28SkPoint\20const*\2c\20SkRegion\20const*\2c\20SkRect\20const*\2c\20SkRect\20const*\2c\20SkBlitter*\2c\20int\2c\20void\20\28*\29\28SkPoint\20const*\2c\20int\2c\20SkRegion\20const*\2c\20SkBlitter*\29\29 -3932:gray_render_line -3933:gl_target_to_gr_target\28unsigned\20int\29 -3934:gl_target_to_binding_index\28unsigned\20int\29 -3935:get_vendor\28char\20const*\29 -3936:get_renderer\28char\20const*\2c\20GrGLExtensions\20const&\29 -3937:get_layer_mapping_and_bounds\28SkSpan>\2c\20SkM44\20const&\2c\20skif::DeviceSpace\20const&\2c\20std::__2::optional>\2c\20float\29 -3938:get_joining_type\28unsigned\20int\2c\20hb_unicode_general_category_t\29 -3939:get_child_table_pointer -3940:getDefaultScript\28icu_74::CharString\20const&\2c\20icu_74::CharString\20const&\29 -3941:generate_distance_field_from_image\28unsigned\20char*\2c\20unsigned\20char\20const*\2c\20int\2c\20int\29 -3942:gaussianIntegral\28float\29 -3943:ft_var_readpackeddeltas -3944:ft_var_done_item_variation_store -3945:ft_glyphslot_alloc_bitmap -3946:ft_face_get_mm_service -3947:freelocale -3948:free_entry\28UResourceDataEntry*\29 -3949:fputc -3950:fp_barrierf -3951:fixN0c\28BracketData*\2c\20int\2c\20int\2c\20unsigned\20char\29 -3952:findFirstExisting\28char\20const*\2c\20char*\2c\20char\20const*\2c\20UResOpenType\2c\20signed\20char*\2c\20signed\20char*\2c\20signed\20char*\2c\20UErrorCode*\29 -3953:filter_to_gl_min_filter\28SkFilterMode\2c\20SkMipmapMode\29 -3954:fill_buffer\28wuffs_base__io_buffer__struct*\2c\20SkStream*\29 -3955:expm1f -3956:exp2 -3957:eval_curve\28skcms_Curve\20const*\2c\20float\29 -3958:entryClose\28UResourceDataEntry*\29 -3959:dquad_dxdy_at_t\28SkPoint\20const*\2c\20float\2c\20double\29 -3960:do_scanline\28int\2c\20int\2c\20int\2c\20unsigned\20int\2c\20SkBlitter*\29 -3961:do_anti_hairline\28int\2c\20int\2c\20int\2c\20int\2c\20SkIRect\20const*\2c\20SkBlitter*\29 -3962:dline_dxdy_at_t\28SkPoint\20const*\2c\20float\2c\20double\29 -3963:directionFromFlags\28UBiDi*\29 -3964:destroy_face -3965:decltype\28fp\28nullptr\29\29\20SkArenaAlloc::make\20const&\2c\20skgpu::ganesh::DashOp::AAMode\2c\20SkMatrix\20const&\2c\20bool\29::$_0>\28skgpu::ganesh::DashOp::\28anonymous\20namespace\29::DashingCircleEffect::Make\28SkArenaAlloc*\2c\20SkRGBA4f<\28SkAlphaType\292>\20const&\2c\20skgpu::ganesh::DashOp::AAMode\2c\20SkMatrix\20const&\2c\20bool\29::$_0&&\29::'lambda'\28char*\29::__invoke\28char*\29 -3966:decltype\28fp\28nullptr\29\29\20SkArenaAlloc::make\28GrCaps\20const&\2c\20GrSurfaceProxyView\20const&\2c\20bool&\2c\20GrPipeline*&\2c\20GrUserStencilSettings\20const*&&\2c\20\28anonymous\20namespace\29::DrawAtlasPathShader*&\2c\20GrPrimitiveType&&\2c\20GrXferBarrierFlags&\2c\20GrLoadOp&\29::'lambda'\28void*\29>\28GrProgramInfo&&\29::'lambda'\28char*\29::__invoke\28char*\29 -3967:dcubic_dxdy_at_t\28SkPoint\20const*\2c\20float\2c\20double\29 -3968:dconic_dxdy_at_t\28SkPoint\20const*\2c\20float\2c\20double\29 -3969:cubic_intersect_ray\28SkPoint\20const*\2c\20float\2c\20SkDLine\20const&\2c\20SkIntersections*\29 -3970:conic_intersect_ray\28SkPoint\20const*\2c\20float\2c\20SkDLine\20const&\2c\20SkIntersections*\29 -3971:cleanup_shaders\28GrGLGpu*\2c\20SkTDArray\20const&\29 -3972:chop_mono_cubic_at_y\28SkPoint*\2c\20float\2c\20SkPoint*\29 -3973:check_inverse_on_empty_return\28SkRegion*\2c\20SkPath\20const&\2c\20SkRegion\20const&\29 -3974:check_intersection\28SkAnalyticEdge\20const*\2c\20int\2c\20int*\29 -3975:char\20const*\20std::__2::find\5babi:nn180100\5d\28char\20const*\2c\20char\20const*\2c\20char\20const&\29 -3976:cff_parse_real -3977:cff_parse_integer -3978:cff_index_read_offset -3979:cff_index_get_pointers -3980:cff_index_access_element -3981:cff2_path_param_t::move_to\28CFF::point_t\20const&\29 -3982:cff1_path_param_t::move_to\28CFF::point_t\20const&\29 -3983:cf2_hintmap_map -3984:cf2_glyphpath_pushPrevElem -3985:cf2_glyphpath_computeOffset -3986:cf2_glyphpath_closeOpenPath -3987:calculate_path_gap\28float\2c\20float\2c\20SkPath\20const&\29::$_1::operator\28\29\28int\29\20const -3988:calc_dot_cross_cubic\28SkPoint\20const&\2c\20SkPoint\20const&\2c\20SkPoint\20const&\29 -3989:bracketProcessBoundary\28BracketData*\2c\20int\2c\20unsigned\20char\2c\20unsigned\20char\29 -3990:bracketAddOpening\28BracketData*\2c\20char16_t\2c\20int\29 -3991:bool\20std::__2::equal\5babi:ne180100\5d\28float\20const*\2c\20float\20const*\2c\20float\20const*\2c\20std::__2::__equal_to\29 -3992:bool\20std::__2::__is_pointer_in_range\5babi:nn180100\5d\28char\20const*\2c\20char\20const*\2c\20char\20const*\29 -3993:bool\20icu_74::\28anonymous\20namespace\29::equalBlocks\28unsigned\20short\20const*\2c\20unsigned\20short\20const*\2c\20int\29 -3994:bool\20hb_sanitize_context_t::check_array>\28OT::IntType\20const*\2c\20unsigned\20int\2c\20unsigned\20int\29\20const -3995:bool\20SkIsFinite\28float\20const*\2c\20int\29\20\28.685\29 -3996:bool\20SkIsFinite\28float\20const*\2c\20int\29 -3997:bool\20OT::match_lookahead>\28OT::hb_ot_apply_context_t*\2c\20unsigned\20int\2c\20OT::IntType\20const*\2c\20bool\20\28*\29\28hb_glyph_info_t&\2c\20unsigned\20int\2c\20void\20const*\29\2c\20void\20const*\2c\20unsigned\20int\2c\20unsigned\20int*\29 -3998:bool\20OT::match_backtrack>\28OT::hb_ot_apply_context_t*\2c\20unsigned\20int\2c\20OT::IntType\20const*\2c\20bool\20\28*\29\28hb_glyph_info_t&\2c\20unsigned\20int\2c\20void\20const*\29\2c\20void\20const*\2c\20unsigned\20int*\29 -3999:bool\20OT::glyf_impl::Glyph::get_points\28hb_font_t*\2c\20OT::glyf_accelerator_t\20const&\2c\20contour_point_vector_t&\2c\20hb_glyf_scratch_t&\2c\20contour_point_vector_t*\2c\20head_maxp_info_t*\2c\20unsigned\20int*\2c\20bool\2c\20bool\2c\20bool\2c\20hb_array_t\2c\20unsigned\20int\2c\20unsigned\20int*\29\20const -4000:bool\20OT::glyf_accelerator_t::get_points\28hb_font_t*\2c\20unsigned\20int\2c\20OT::glyf_accelerator_t::points_aggregator_t\2c\20hb_array_t\2c\20hb_glyf_scratch_t&\29\20const -4001:bool\20OT::OffsetTo\2c\20void\2c\20true>::sanitize<>\28hb_sanitize_context_t*\2c\20void\20const*\29\20const -4002:bool\20OT::OffsetTo\2c\20void\2c\20true>::sanitize<>\28hb_sanitize_context_t*\2c\20void\20const*\29\20const -4003:bool\20OT::OffsetTo\2c\20OT::IntType\2c\20void\2c\20true>::sanitize<>\28hb_sanitize_context_t*\2c\20void\20const*\29\20const -4004:bool\20OT::OffsetTo\2c\20OT::IntType\2c\20void\2c\20true>::sanitize<>\28hb_sanitize_context_t*\2c\20void\20const*\29\20const -4005:bool\20OT::OffsetTo>\2c\20OT::IntType\2c\20void\2c\20false>::sanitize<>\28hb_sanitize_context_t*\2c\20void\20const*\29\20const -4006:bool\20OT::Condition::evaluate\28int\20const*\2c\20unsigned\20int\2c\20OT::ItemVarStoreInstancer*\29\20const -4007:blitrect\28SkBlitter*\2c\20SkIRect\20const&\29 -4008:blit_single_alpha\28AdditiveBlitter*\2c\20int\2c\20int\2c\20unsigned\20char\2c\20unsigned\20char\2c\20unsigned\20char*\2c\20bool\29 -4009:blit_aaa_trapezoid_row\28AdditiveBlitter*\2c\20int\2c\20int\2c\20int\2c\20int\2c\20int\2c\20int\2c\20int\2c\20unsigned\20char\2c\20unsigned\20char*\2c\20bool\29 -4010:atan -4011:append_index_uv_varyings\28GrGeometryProcessor::ProgramImpl::EmitArgs&\2c\20int\2c\20char\20const*\2c\20char\20const*\2c\20GrGLSLVarying*\2c\20GrGLSLVarying*\2c\20GrGLSLVarying*\29 -4012:antifillrect\28SkRect\20const&\2c\20SkBlitter*\29 -4013:af_property_get_face_globals -4014:af_latin_hints_link_segments -4015:af_latin_compute_stem_width -4016:af_latin_align_linked_edge -4017:af_iup_interp -4018:af_glyph_hints_save -4019:af_glyph_hints_done -4020:af_cjk_align_linked_edge -4021:add_stop_color\28SkRasterPipelineContexts::GradientCtx*\2c\20unsigned\20long\2c\20SkRGBA4f<\28SkAlphaType\292>\20const&\2c\20SkRGBA4f<\28SkAlphaType\292>\20const&\29 -4022:add_quad\28SkPoint\20const*\2c\20skia_private::TArray*\29 -4023:add_const_color\28SkRasterPipelineContexts::GradientCtx*\2c\20unsigned\20long\2c\20SkRGBA4f<\28SkAlphaType\292>\20const&\29 -4024:acos -4025:aaa_fill_path\28SkPath\20const&\2c\20SkIRect\20const&\2c\20AdditiveBlitter*\2c\20int\2c\20int\2c\20bool\2c\20bool\2c\20bool\29 -4026:_res_findTableItem\28ResourceData\20const*\2c\20unsigned\20short\20const*\2c\20int\2c\20char\20const*\2c\20char\20const**\29 -4027:_iup_worker_interpolate -4028:_hb_head_t\29&>\28fp\29\2c\20std::forward>\28fp0\29\2c\20\28hb_priority<16u>\29\28\29\29\29>::type\20$_22::operator\28\29\29&\2c\20hb_pair_t>\28find_syllables_use\28hb_buffer_t*\29::'lambda'\28hb_pair_t\29&\2c\20hb_pair_t&&\29\20const -4029:_hb_font_adopt_var_coords\28hb_font_t*\2c\20int*\2c\20float*\2c\20unsigned\20int\29 -4030:_get_path\28OT::cff1::accelerator_t\20const*\2c\20hb_font_t*\2c\20unsigned\20int\2c\20hb_draw_session_t&\2c\20bool\2c\20CFF::point_t*\29 -4031:_get_bounds\28OT::cff1::accelerator_t\20const*\2c\20unsigned\20int\2c\20bounds_t&\2c\20bool\29 -4032:_getVariant\28char\20const*\2c\20char\2c\20icu_74::ByteSink&\2c\20signed\20char\29 -4033:_getStringOrCopyKey\28char\20const*\2c\20char\20const*\2c\20char\20const*\2c\20char\20const*\2c\20char\20const*\2c\20char\20const*\2c\20char16_t*\2c\20int\2c\20UErrorCode*\29 -4034:_enumPropertyStartsRange\28void\20const*\2c\20int\2c\20int\2c\20unsigned\20int\29 -4035:_canonicalize\28char\20const*\2c\20icu_74::ByteSink&\2c\20unsigned\20int\2c\20UErrorCode*\29 -4036:_appendUTF8\28unsigned\20char*\2c\20int\29 -4037:__trunctfdf2 -4038:__towrite -4039:__toread -4040:__subtf3 -4041:__strchrnul -4042:__rem_pio2f -4043:__rem_pio2 -4044:__overflow -4045:__math_uflowf -4046:__math_oflowf -4047:__fwritex -4048:__cxxabiv1::__class_type_info::process_static_type_below_dst\28__cxxabiv1::__dynamic_cast_info*\2c\20void\20const*\2c\20int\29\20const -4049:__cxxabiv1::__class_type_info::process_static_type_above_dst\28__cxxabiv1::__dynamic_cast_info*\2c\20void\20const*\2c\20void\20const*\2c\20int\29\20const -4050:__cxxabiv1::__class_type_info::process_found_base_class\28__cxxabiv1::__dynamic_cast_info*\2c\20void*\2c\20int\29\20const -4051:__cxxabiv1::__base_class_type_info::search_above_dst\28__cxxabiv1::__dynamic_cast_info*\2c\20void\20const*\2c\20void\20const*\2c\20int\2c\20bool\29\20const -4052:\28anonymous\20namespace\29::subdivide_cubic_to\28SkPathBuilder*\2c\20SkPoint\20const*\2c\20int\29 -4053:\28anonymous\20namespace\29::split_conic\28SkPoint\20const*\2c\20SkConic*\2c\20float\29 -4054:\28anonymous\20namespace\29::single_pass_shape\28GrStyledShape\20const&\29 -4055:\28anonymous\20namespace\29::shift_left\28skvx::Vec<4\2c\20float>\20const&\2c\20int\29 -4056:\28anonymous\20namespace\29::shape_contains_rect\28GrShape\20const&\2c\20SkMatrix\20const&\2c\20SkMatrix\20const&\2c\20SkRect\20const&\2c\20SkMatrix\20const&\2c\20bool\29 -4057:\28anonymous\20namespace\29::set_gl_stencil\28GrGLInterface\20const*\2c\20GrStencilSettings::Face\20const&\2c\20unsigned\20int\29 -4058:\28anonymous\20namespace\29::make_blend\28sk_sp\2c\20sk_sp\2c\20sk_sp\2c\20SkImageFilters::CropRect\20const&\2c\20std::__2::optional\2c\20bool\29::$_0::operator\28\29\28sk_sp\29\20const -4059:\28anonymous\20namespace\29::init_resb_result\28UResourceDataEntry*\2c\20unsigned\20int\2c\20char\20const*\2c\20int\2c\20UResourceDataEntry*\2c\20char\20const*\2c\20int\2c\20UResourceBundle*\2c\20UErrorCode*\29 -4060:\28anonymous\20namespace\29::get_tile_count\28SkIRect\20const&\2c\20int\29 -4061:\28anonymous\20namespace\29::getRange\28void\20const*\2c\20int\2c\20unsigned\20int\20\28*\29\28void\20const*\2c\20unsigned\20int\29\2c\20void\20const*\2c\20unsigned\20int*\29 -4062:\28anonymous\20namespace\29::generateGlyphPathStatic\28FT_FaceRec_*\2c\20SkPathBuilder*\29 -4063:\28anonymous\20namespace\29::generateFacePathCOLRv1\28FT_FaceRec_*\2c\20unsigned\20short\2c\20SkMatrix\20const*\29 -4064:\28anonymous\20namespace\29::gather_lines_and_quads\28SkPath\20const&\2c\20SkMatrix\20const&\2c\20SkIRect\20const&\2c\20float\2c\20bool\2c\20skia_private::TArray*\2c\20skia_private::TArray*\2c\20skia_private::TArray*\2c\20skia_private::TArray*\2c\20skia_private::TArray*\29::$_0::operator\28\29\28SkPoint\20const*\2c\20bool\29\20const -4065:\28anonymous\20namespace\29::convert_noninflect_cubic_to_quads_with_constraint\28SkPoint\20const*\2c\20float\2c\20SkPathFirstDirection\2c\20skia_private::TArray*\2c\20int\29 -4066:\28anonymous\20namespace\29::convert_noninflect_cubic_to_quads\28SkPoint\20const*\2c\20float\2c\20skia_private::TArray*\2c\20int\2c\20bool\2c\20bool\29 -4067:\28anonymous\20namespace\29::colrv1_configure_skpaint\28FT_FaceRec_*\2c\20SkSpan\20const&\2c\20unsigned\20int\2c\20FT_COLR_Paint_\20const&\2c\20SkPaint*\29::$_0::operator\28\29\28FT_ColorStopIterator_\20const&\2c\20std::__2::vector>&\2c\20std::__2::vector\2c\20std::__2::allocator>>&\29\20const -4068:\28anonymous\20namespace\29::bloat_quad\28SkPoint\20const*\2c\20SkMatrix\20const*\2c\20SkMatrix\20const*\2c\20\28anonymous\20namespace\29::BezierVertex*\29 -4069:\28anonymous\20namespace\29::TriangulatingPathOp::CreateMesh\28GrMeshDrawTarget*\2c\20sk_sp\2c\20int\2c\20int\29 -4070:\28anonymous\20namespace\29::TransformedMaskSubRun::~TransformedMaskSubRun\28\29 -4071:\28anonymous\20namespace\29::TransformedMaskSubRun::testingOnly_packedGlyphIDToGlyph\28sktext::gpu::StrikeCache*\29\20const -4072:\28anonymous\20namespace\29::StaticVertexAllocator::~StaticVertexAllocator\28\29 -4073:\28anonymous\20namespace\29::SkMorphologyImageFilter::radii\28skif::Mapping\20const&\29\20const -4074:\28anonymous\20namespace\29::SkFTGeometrySink::goingTo\28FT_Vector_\20const*\29 -4075:\28anonymous\20namespace\29::SkCropImageFilter::cropRect\28skif::Mapping\20const&\29\20const -4076:\28anonymous\20namespace\29::ShapedRun::~ShapedRun\28\29 -4077:\28anonymous\20namespace\29::MemoryPoolAccessor::pool\28\29\20const -4078:\28anonymous\20namespace\29::DrawAtlasOpImpl::visitProxies\28std::__2::function\20const&\29\20const -4079:\28anonymous\20namespace\29::DrawAtlasOpImpl::programInfo\28\29 -4080:\28anonymous\20namespace\29::DrawAtlasOpImpl::onExecute\28GrOpFlushState*\2c\20SkRect\20const&\29 -4081:WebPMultARGBRow_C -4082:WebPGetFeaturesInternal -4083:WebPFreeDecBuffer -4084:WebPDemuxGetFrame -4085:VP8LInitBitReader -4086:VP8LDelete -4087:VP8LClear -4088:VP8InitBitReader -4089:VP8ExitCritical -4090:UDataMemory_createNewInstance_74 -4091:TrueMotion -4092:TransformOne_C -4093:T_CString_toUpperCase_74 -4094:TT_Vary_Apply_Glyph_Deltas -4095:TT_Set_Var_Design -4096:TT_Get_VMetrics -4097:SkWuffsCodec::updateNumFullyReceivedFrames\28\29 -4098:SkWriter32::writeRegion\28SkRegion\20const&\29 -4099:SkWebpCodec::FrameHolder::~FrameHolder\28\29 -4100:SkVertices::Sizes::Sizes\28SkVertices::Desc\20const&\29 -4101:SkVertices::MakeCopy\28SkVertices::VertexMode\2c\20int\2c\20SkPoint\20const*\2c\20SkPoint\20const*\2c\20unsigned\20int\20const*\2c\20int\2c\20unsigned\20short\20const*\29 -4102:SkVertices::Builder::~Builder\28\29 -4103:SkVertices::Builder::detach\28\29 -4104:SkUnitScalarClampToByte\28float\29 -4105:SkUnicode_icu::getUtf8Words\28char\20const*\2c\20int\2c\20char\20const*\2c\20std::__2::vector>*\29::'lambda'\28unsigned\20long\29::operator\28\29\28unsigned\20long\29\20const -4106:SkUnicode_icu::extractPositions\28char\20const*\2c\20int\2c\20SkUnicode::BreakType\2c\20char\20const*\2c\20std::__2::function\20const&\29 -4107:SkUTF::ToUTF16\28int\2c\20unsigned\20short*\29 -4108:SkTypeface_FreeType::~SkTypeface_FreeType\28\29 -4109:SkTiff::ImageFileDirectory::getEntryUnsignedLong\28unsigned\20short\2c\20unsigned\20int\2c\20unsigned\20int*\29\20const -4110:SkTiff::ImageFileDirectory::MakeFromOffset\28sk_sp\2c\20bool\2c\20unsigned\20int\2c\20bool\29 -4111:SkTextBlobBuilder::allocInternal\28SkFont\20const&\2c\20SkTextBlob::GlyphPositioning\2c\20int\2c\20int\2c\20SkPoint\2c\20SkRect\20const*\29 -4112:SkTextBlob::RunRecord::textSizePtr\28\29\20const -4113:SkTSpan::markCoincident\28\29 -4114:SkTSect::markSpanGone\28SkTSpan*\29 -4115:SkTSect::computePerpendiculars\28SkTSect*\2c\20SkTSpan*\2c\20SkTSpan*\29 -4116:SkTMultiMap::insert\28skgpu::ScratchKey\20const&\2c\20GrGpuResource*\29 -4117:SkTLazy::getMaybeNull\28\29 -4118:SkTDStorage::moveTail\28int\2c\20int\2c\20int\29 -4119:SkTDStorage::calculateSizeOrDie\28int\29 -4120:SkTDArray::append\28int\29 -4121:SkTDArray::append\28\29 -4122:SkTConic::hullIntersects\28SkDConic\20const&\2c\20bool*\29\20const -4123:SkTBlockList::pop_back\28\29 -4124:SkSurfaces::Raster\28SkImageInfo\20const&\2c\20SkSurfaceProps\20const*\29 -4125:SkSurface_Base::~SkSurface_Base\28\29 -4126:SkSurface_Base::aboutToDraw\28SkSurface::ContentChangeMode\29 -4127:SkSurfaceValidateRasterInfo\28SkImageInfo\20const&\2c\20unsigned\20long\29 -4128:SkStrokeRec::init\28SkPaint\20const&\2c\20SkPaint::Style\2c\20float\29 -4129:SkStrokeRec::getInflationRadius\28\29\20const -4130:SkString::printVAList\28char\20const*\2c\20void*\29 -4131:SkStrikeSpec::SkStrikeSpec\28SkStrikeSpec&&\29 -4132:SkStrikeSpec::MakeWithNoDevice\28SkFont\20const&\2c\20SkPaint\20const*\29 -4133:SkStrikeSpec::MakePath\28SkFont\20const&\2c\20SkPaint\20const&\2c\20SkSurfaceProps\20const&\2c\20SkScalerContextFlags\29 -4134:SkStrikeCache::findOrCreateStrike\28SkStrikeSpec\20const&\29 -4135:SkStrike::prepareForPath\28SkGlyph*\29 -4136:SkSpriteBlitter::SkSpriteBlitter\28SkPixmap\20const&\29 -4137:SkSpecialImage::~SkSpecialImage\28\29 -4138:SkSpecialImage::makeSubset\28SkIRect\20const&\29\20const -4139:SkSpecialImage::makePixelOutset\28\29\20const -4140:SkShapers::HB::ScriptRunIterator\28char\20const*\2c\20unsigned\20long\29 -4141:SkShaper::TrivialRunIterator::endOfCurrentRun\28\29\20const -4142:SkShaper::TrivialRunIterator::consume\28\29 -4143:SkShaper::TrivialRunIterator::atEnd\28\29\20const -4144:SkShaper::TrivialFontRunIterator::~TrivialFontRunIterator\28\29 -4145:SkShaders::MatrixRec::MatrixRec\28SkMatrix\20const&\29 -4146:SkShaderUtils::GLSLPrettyPrint::tabString\28\29 -4147:SkShaderBlurAlgorithm::Compute1DBlurKernel\28float\2c\20int\2c\20SkSpan\29 -4148:SkScanClipper::~SkScanClipper\28\29 -4149:SkScanClipper::SkScanClipper\28SkBlitter*\2c\20SkRegion\20const*\2c\20SkIRect\20const&\2c\20bool\2c\20bool\29 -4150:SkScan::HairLineRgn\28SkPoint\20const*\2c\20int\2c\20SkRegion\20const*\2c\20SkBlitter*\29 -4151:SkScan::FillTriangle\28SkPoint\20const*\2c\20SkRasterClip\20const&\2c\20SkBlitter*\29 -4152:SkScan::FillPath\28SkPath\20const&\2c\20SkRasterClip\20const&\2c\20SkBlitter*\29 -4153:SkScan::FillIRect\28SkIRect\20const&\2c\20SkRasterClip\20const&\2c\20SkBlitter*\29 -4154:SkScan::AntiHairLine\28SkPoint\20const*\2c\20int\2c\20SkRasterClip\20const&\2c\20SkBlitter*\29 -4155:SkScan::AntiHairLineRgn\28SkPoint\20const*\2c\20int\2c\20SkRegion\20const*\2c\20SkBlitter*\29 -4156:SkScan::AntiFillXRect\28SkIRect\20const&\2c\20SkRegion\20const*\2c\20SkBlitter*\29 -4157:SkScan::AntiFillPath\28SkPath\20const&\2c\20SkRegion\20const&\2c\20SkBlitter*\2c\20bool\29 -4158:SkScalerContext_FreeType::updateGlyphBoundsIfSubpixel\28SkGlyph\20const&\2c\20SkRect*\2c\20bool\29 -4159:SkScalerContextRec::CachedMaskGamma\28unsigned\20char\2c\20unsigned\20char\29 -4160:SkScalerContextFTUtils::drawSVGGlyph\28FT_FaceRec_*\2c\20SkGlyph\20const&\2c\20unsigned\20int\2c\20SkSpan\2c\20SkCanvas*\29\20const -4161:SkScalerContext::~SkScalerContext\28\29 -4162:SkSTArenaAlloc<3332ul>::SkSTArenaAlloc\28unsigned\20long\29 -4163:SkSTArenaAlloc<2048ul>::SkSTArenaAlloc\28unsigned\20long\29 -4164:SkSL::type_is_valid_for_coords\28SkSL::Type\20const&\29 -4165:SkSL::simplify_negation\28SkSL::Context\20const&\2c\20SkSL::Position\2c\20SkSL::Expression\20const&\29 -4166:SkSL::simplify_matrix_multiplication\28SkSL::Context\20const&\2c\20SkSL::Position\2c\20SkSL::Expression\20const&\2c\20SkSL::Expression\20const&\2c\20int\2c\20int\2c\20int\2c\20int\29 -4167:SkSL::simplify_componentwise\28SkSL::Context\20const&\2c\20SkSL::Position\2c\20SkSL::Expression\20const&\2c\20SkSL::Operator\2c\20SkSL::Expression\20const&\29 -4168:SkSL::replace_empty_with_nop\28std::__2::unique_ptr>\2c\20bool\29 -4169:SkSL::find_generic_index\28SkSL::Type\20const&\2c\20SkSL::Type\20const&\2c\20bool\29 -4170:SkSL::evaluate_intrinsic_numeric\28SkSL::Context\20const&\2c\20std::__2::array\20const&\2c\20SkSL::Type\20const&\2c\20double\20\28*\29\28double\2c\20double\2c\20double\29\29 -4171:SkSL::eliminate_unreachable_code\28SkSpan>>\2c\20SkSL::ProgramUsage*\29::UnreachableCodeEliminator::~UnreachableCodeEliminator\28\29 -4172:SkSL::coalesce_n_way_vector\28SkSL::Expression\20const*\2c\20SkSL::Expression\20const*\2c\20double\2c\20SkSL::Type\20const&\2c\20double\20\28*\29\28double\2c\20double\2c\20double\29\2c\20double\20\28*\29\28double\29\29 -4173:SkSL::check_main_signature\28SkSL::Context\20const&\2c\20SkSL::Position\2c\20SkSL::Type\20const&\2c\20skia_private::TArray>\2c\20true>&\29::$_0::operator\28\29\28int\29\20const -4174:SkSL::build_argument_type_list\28SkSpan>\20const>\29 -4175:SkSL::\28anonymous\20namespace\29::SwitchCaseContainsExit::visitStatement\28SkSL::Statement\20const&\29 -4176:SkSL::\28anonymous\20namespace\29::ReturnsInputAlphaVisitor::returnsInputAlpha\28SkSL::Expression\20const&\29 -4177:SkSL::\28anonymous\20namespace\29::FinalizationVisitor::~FinalizationVisitor\28\29 -4178:SkSL::\28anonymous\20namespace\29::ES2IndexingVisitor::~ES2IndexingVisitor\28\29 -4179:SkSL::\28anonymous\20namespace\29::ConstantExpressionVisitor::visitExpression\28SkSL::Expression\20const&\29 -4180:SkSL::Variable::~Variable\28\29 -4181:SkSL::Variable::Make\28SkSL::Position\2c\20SkSL::Position\2c\20SkSL::Layout\20const&\2c\20SkSL::ModifierFlags\2c\20SkSL::Type\20const*\2c\20std::__2::basic_string_view>\2c\20std::__2::basic_string\2c\20std::__2::allocator>\2c\20bool\2c\20SkSL::VariableStorage\29 -4182:SkSL::Variable::Convert\28SkSL::Context\20const&\2c\20SkSL::Position\2c\20SkSL::Position\2c\20SkSL::Layout\20const&\2c\20SkSL::ModifierFlags\2c\20SkSL::Type\20const*\2c\20SkSL::Position\2c\20std::__2::basic_string_view>\2c\20SkSL::VariableStorage\29 -4183:SkSL::VarDeclaration::~VarDeclaration\28\29 -4184:SkSL::VarDeclaration::Make\28SkSL::Context\20const&\2c\20SkSL::Variable*\2c\20SkSL::Type\20const*\2c\20int\2c\20std::__2::unique_ptr>\29 -4185:SkSL::Type::isStorageTexture\28\29\20const -4186:SkSL::Type::convertArraySize\28SkSL::Context\20const&\2c\20SkSL::Position\2c\20SkSL::Position\2c\20long\20long\29\20const -4187:SkSL::Type::MakeSamplerType\28char\20const*\2c\20SkSL::Type\20const&\29 -4188:SkSL::Transform::HoistSwitchVarDeclarationsAtTopLevel\28SkSL::Context\20const&\2c\20skia_private::STArray<2\2c\20std::__2::unique_ptr>\2c\20true>&\2c\20SkSL::SymbolTable&\2c\20SkSL::Position\29::HoistSwitchVarDeclsVisitor::~HoistSwitchVarDeclsVisitor\28\29 -4189:SkSL::Transform::EliminateDeadGlobalVariables\28SkSL::Program&\29::$_2::operator\28\29\28SkSL::ProgramElement\20const&\29\20const -4190:SkSL::TernaryExpression::~TernaryExpression\28\29 -4191:SkSL::SymbolTable::SymbolKey::operator==\28SkSL::SymbolTable::SymbolKey\20const&\29\20const -4192:SkSL::SingleArgumentConstructor::~SingleArgumentConstructor\28\29 -4193:SkSL::RP::UnownedLValueSlice::~UnownedLValueSlice\28\29 -4194:SkSL::RP::SlotManager::createSlots\28std::__2::basic_string\2c\20std::__2::allocator>\2c\20SkSL::Type\20const&\2c\20SkSL::Position\2c\20bool\29 -4195:SkSL::RP::SlotManager::addSlotDebugInfoForGroup\28std::__2::basic_string\2c\20std::__2::allocator>\20const&\2c\20SkSL::Type\20const&\2c\20SkSL::Position\2c\20int*\2c\20bool\29 -4196:SkSL::RP::Program::makeStages\28skia_private::TArray*\2c\20SkArenaAlloc*\2c\20SkSpan\2c\20SkSL::RP::Program::SlotData\20const&\29\20const::$_4::operator\28\29\28\29\20const -4197:SkSL::RP::Program::makeStages\28skia_private::TArray*\2c\20SkArenaAlloc*\2c\20SkSpan\2c\20SkSL::RP::Program::SlotData\20const&\29\20const::$_1::operator\28\29\28int\29\20const -4198:SkSL::RP::Program::appendCopySlotsMasked\28skia_private::TArray*\2c\20SkArenaAlloc*\2c\20unsigned\20int\2c\20unsigned\20int\2c\20int\29\20const -4199:SkSL::RP::LValueSlice::~LValueSlice\28\29 -4200:SkSL::RP::Generator::pushTraceScopeMask\28\29 -4201:SkSL::RP::Generator::pushTernaryExpression\28SkSL::Expression\20const&\2c\20SkSL::Expression\20const&\2c\20SkSL::Expression\20const&\29 -4202:SkSL::RP::Generator::pushStructuredComparison\28SkSL::RP::LValue*\2c\20SkSL::Operator\2c\20SkSL::RP::LValue*\2c\20SkSL::Type\20const&\29 -4203:SkSL::RP::Generator::pushPrefixExpression\28SkSL::Operator\2c\20SkSL::Expression\20const&\29 -4204:SkSL::RP::Generator::pushMatrixMultiply\28SkSL::RP::LValue*\2c\20SkSL::Expression\20const&\2c\20SkSL::Expression\20const&\2c\20int\2c\20int\2c\20int\2c\20int\29 -4205:SkSL::RP::Generator::pushAbsFloatIntrinsic\28int\29 -4206:SkSL::RP::Generator::needsReturnMask\28SkSL::FunctionDefinition\20const*\29 -4207:SkSL::RP::Generator::needsFunctionResultSlots\28SkSL::FunctionDefinition\20const*\29 -4208:SkSL::RP::Generator::foldWithMultiOp\28SkSL::RP::BuilderOp\2c\20int\29 -4209:SkSL::RP::Generator::GetTypedOp\28SkSL::Type\20const&\2c\20SkSL::RP::Generator::TypedOps\20const&\29 -4210:SkSL::RP::DynamicIndexLValue::~DynamicIndexLValue\28\29 -4211:SkSL::RP::Builder::select\28int\29 -4212:SkSL::RP::Builder::push_uniform\28SkSL::RP::SlotRange\29 -4213:SkSL::RP::Builder::pop_loop_mask\28\29 -4214:SkSL::RP::Builder::merge_condition_mask\28\29 -4215:SkSL::RP::Builder::branch_if_no_active_lanes_on_stack_top_equal\28int\2c\20int\29 -4216:SkSL::RP::AutoStack&\20std::__2::optional::emplace\5babi:ne180100\5d\28SkSL::RP::Generator*&\29 -4217:SkSL::ProgramUsage::add\28SkSL::ProgramElement\20const&\29 -4218:SkSL::PipelineStage::PipelineStageCodeGenerator::modifierString\28SkSL::ModifierFlags\29 -4219:SkSL::PipelineStage::ConvertProgram\28SkSL::Program\20const&\2c\20char\20const*\2c\20char\20const*\2c\20char\20const*\2c\20SkSL::PipelineStage::Callbacks*\29 -4220:SkSL::Parser::unsizedArrayType\28SkSL::Type\20const*\2c\20SkSL::Position\29 -4221:SkSL::Parser::unaryExpression\28\29 -4222:SkSL::Parser::swizzle\28SkSL::Position\2c\20std::__2::unique_ptr>\2c\20std::__2::basic_string_view>\2c\20SkSL::Position\29 -4223:SkSL::Parser::poison\28SkSL::Position\29 -4224:SkSL::Parser::checkIdentifier\28SkSL::Token*\29 -4225:SkSL::Parser::block\28bool\2c\20std::__2::unique_ptr>*\29 -4226:SkSL::Parser::Checkpoint::ForwardingErrorReporter::~ForwardingErrorReporter\28\29 -4227:SkSL::Operator::getBinaryPrecedence\28\29\20const -4228:SkSL::MultiArgumentConstructor::~MultiArgumentConstructor\28\29 -4229:SkSL::ModuleLoader::loadGPUModule\28SkSL::Compiler*\29 -4230:SkSL::ModifierFlags::checkPermittedFlags\28SkSL::Context\20const&\2c\20SkSL::Position\2c\20SkSL::ModifierFlags\29\20const -4231:SkSL::Mangler::uniqueName\28std::__2::basic_string_view>\2c\20SkSL::SymbolTable*\29 -4232:SkSL::LiteralType::slotType\28unsigned\20long\29\20const -4233:SkSL::Literal::MakeFloat\28SkSL::Position\2c\20float\2c\20SkSL::Type\20const*\29 -4234:SkSL::Literal::MakeBool\28SkSL::Position\2c\20bool\2c\20SkSL::Type\20const*\29 -4235:SkSL::Layout::checkPermittedLayout\28SkSL::Context\20const&\2c\20SkSL::Position\2c\20SkEnumBitMask\29\20const -4236:SkSL::IfStatement::Make\28SkSL::Context\20const&\2c\20SkSL::Position\2c\20std::__2::unique_ptr>\2c\20std::__2::unique_ptr>\2c\20std::__2::unique_ptr>\29 -4237:SkSL::IRHelpers::Binary\28std::__2::unique_ptr>\2c\20SkSL::Operator\2c\20std::__2::unique_ptr>\29\20const -4238:SkSL::GlobalVarDeclaration::~GlobalVarDeclaration\28\29_5654 -4239:SkSL::GlobalVarDeclaration::~GlobalVarDeclaration\28\29 -4240:SkSL::GLSLCodeGenerator::~GLSLCodeGenerator\28\29 -4241:SkSL::GLSLCodeGenerator::writeLiteral\28SkSL::Literal\20const&\29 -4242:SkSL::GLSLCodeGenerator::writeFunctionDeclaration\28SkSL::FunctionDeclaration\20const&\29 -4243:SkSL::GLSLCodeGenerator::shouldRewriteVoidTypedFunctions\28SkSL::FunctionDeclaration\20const*\29\20const -4244:SkSL::FunctionDefinition::Convert\28SkSL::Context\20const&\2c\20SkSL::Position\2c\20SkSL::FunctionDeclaration\20const&\2c\20std::__2::unique_ptr>\29::Finalizer::~Finalizer\28\29 -4245:SkSL::ForStatement::Make\28SkSL::Context\20const&\2c\20SkSL::Position\2c\20SkSL::ForLoopPositions\2c\20std::__2::unique_ptr>\2c\20std::__2::unique_ptr>\2c\20std::__2::unique_ptr>\2c\20std::__2::unique_ptr>\2c\20std::__2::unique_ptr>\2c\20std::__2::unique_ptr>\29 -4246:SkSL::Expression::isIncomplete\28SkSL::Context\20const&\29\20const -4247:SkSL::Expression::compareConstant\28SkSL::Expression\20const&\29\20const -4248:SkSL::DoStatement::~DoStatement\28\29 -4249:SkSL::DebugTracePriv::~DebugTracePriv\28\29 -4250:SkSL::ConstructorArrayCast::Make\28SkSL::Context\20const&\2c\20SkSL::Position\2c\20SkSL::Type\20const&\2c\20std::__2::unique_ptr>\29 -4251:SkSL::ConstructorArray::~ConstructorArray\28\29 -4252:SkSL::ConstantFolder::GetConstantValueOrNull\28SkSL::Expression\20const&\29 -4253:SkSL::Compiler::runInliner\28SkSL::Inliner*\2c\20std::__2::vector>\2c\20std::__2::allocator>>>\20const&\2c\20SkSL::SymbolTable*\2c\20SkSL::ProgramUsage*\29 -4254:SkSL::Block::~Block\28\29 -4255:SkSL::BinaryExpression::~BinaryExpression\28\29 -4256:SkSL::BinaryExpression::Make\28SkSL::Context\20const&\2c\20SkSL::Position\2c\20std::__2::unique_ptr>\2c\20SkSL::Operator\2c\20std::__2::unique_ptr>\2c\20SkSL::Type\20const*\29 -4257:SkSL::Analysis::GetReturnComplexity\28SkSL::FunctionDefinition\20const&\29 -4258:SkSL::Analysis::FindFunctionsToSpecialize\28SkSL::Program\20const&\2c\20SkSL::Analysis::SpecializationInfo*\2c\20std::__2::function\20const&\29::Searcher::~Searcher\28\29 -4259:SkSL::Analysis::CheckProgramStructure\28SkSL::Program\20const&\29::ProgramStructureVisitor::~ProgramStructureVisitor\28\29 -4260:SkSL::Analysis::CallsColorTransformIntrinsics\28SkSL::Program\20const&\29 -4261:SkSL::AliasType::bitWidth\28\29\20const -4262:SkRuntimeShader::uniformData\28SkColorSpace\20const*\29\20const -4263:SkRuntimeEffectPriv::VarAsUniform\28SkSL::Variable\20const&\2c\20SkSL::Context\20const&\2c\20unsigned\20long*\29 -4264:SkRuntimeEffect::makeShader\28sk_sp\2c\20SkSpan\2c\20SkMatrix\20const*\29\20const -4265:SkRuntimeEffect::MakeForShader\28SkString\29 -4266:SkRgnBuilder::~SkRgnBuilder\28\29 -4267:SkResourceCache::~SkResourceCache\28\29 -4268:SkResourceCache::purgeAsNeeded\28bool\29 -4269:SkResourceCache::checkMessages\28\29 -4270:SkResourceCache::Key::operator==\28SkResourceCache::Key\20const&\29\20const -4271:SkRegion::translate\28int\2c\20int\2c\20SkRegion*\29\20const -4272:SkRegion::quickReject\28SkIRect\20const&\29\20const -4273:SkRegion::op\28SkRegion\20const&\2c\20SkIRect\20const&\2c\20SkRegion::Op\29 -4274:SkRegion::RunHead::findScanline\28int\29\20const -4275:SkRegion::RunHead::Alloc\28int\29 -4276:SkReduceOrder::Cubic\28SkPoint\20const*\2c\20SkPoint*\29 -4277:SkRect::set\28SkPoint\20const&\2c\20SkPoint\20const&\29 -4278:SkRect::setBoundsCheck\28SkSpan\29 -4279:SkRect::offset\28float\2c\20float\29 -4280:SkRect*\20SkRecordCanvas::copy\28SkRect\20const*\29 -4281:SkRecords::PreCachedPath::PreCachedPath\28SkPath\20const&\29 -4282:SkRecords::FillBounds::pushSaveBlock\28SkPaint\20const*\2c\20bool\29 -4283:SkRecordDraw\28SkRecord\20const&\2c\20SkCanvas*\2c\20SkPicture\20const*\20const*\2c\20SkDrawable*\20const*\2c\20int\2c\20SkBBoxHierarchy\20const*\2c\20SkPicture::AbortCallback*\29 -4284:SkRecordCanvas::~SkRecordCanvas\28\29 -4285:SkRasterPipelineBlitter::~SkRasterPipelineBlitter\28\29 -4286:SkRasterPipelineBlitter::blitRect\28int\2c\20int\2c\20int\2c\20int\29 -4287:SkRasterPipelineBlitter::blitMask\28SkMask\20const&\2c\20SkIRect\20const&\29::$_0::operator\28\29\28int\2c\20SkRasterPipelineContexts::MemoryCtx*\29\20const -4288:SkRasterPipelineBlitter::blitMask\28SkMask\20const&\2c\20SkIRect\20const&\29 -4289:SkRasterPipeline::appendLoad\28SkColorType\2c\20SkRasterPipelineContexts::MemoryCtx\20const*\29 -4290:SkRasterClip::op\28SkPath\20const&\2c\20SkMatrix\20const&\2c\20SkClipOp\2c\20bool\29 -4291:SkRasterClip::convertToAA\28\29 -4292:SkRRectPriv::ConservativeIntersect\28SkRRect\20const&\2c\20SkRRect\20const&\29::$_1::operator\28\29\28SkRect\20const&\2c\20SkRRect::Corner\29\20const -4293:SkRRectPriv::ConservativeIntersect\28SkRRect\20const&\2c\20SkRRect\20const&\29 -4294:SkRRect::scaleRadii\28\29 -4295:SkRRect::AreRectAndRadiiValid\28SkRect\20const&\2c\20SkPoint\20const*\29 -4296:SkRGBA4f<\28SkAlphaType\292>*\20SkArenaAlloc::makeArray>\28unsigned\20long\29 -4297:SkQuadConstruct::initWithStart\28SkQuadConstruct*\29 -4298:SkQuadConstruct::initWithEnd\28SkQuadConstruct*\29 -4299:SkPointPriv::DistanceToLineBetweenSqd\28SkPoint\20const&\2c\20SkPoint\20const&\2c\20SkPoint\20const&\2c\20SkPointPriv::Side*\29 -4300:SkPoint::setNormalize\28float\2c\20float\29 -4301:SkPoint::setLength\28float\2c\20float\2c\20float\29 -4302:SkPixmap::setColorSpace\28sk_sp\29 -4303:SkPixmap::rowBytesAsPixels\28\29\20const -4304:SkPixelRef::getGenerationID\28\29\20const -4305:SkPictureRecorder::beginRecording\28SkRect\20const&\2c\20SkBBHFactory*\29 -4306:SkPicture::~SkPicture\28\29 -4307:SkPerlinNoiseShader::PaintingData::random\28\29 -4308:SkPathWriter::~SkPathWriter\28\29 -4309:SkPathWriter::update\28SkOpPtT\20const*\29 -4310:SkPathWriter::lineTo\28\29 -4311:SkPathWriter::SkPathWriter\28SkPath&\29 -4312:SkPathStroker::strokeCloseEnough\28SkPoint\20const*\2c\20SkPoint\20const*\2c\20SkQuadConstruct*\29\20const -4313:SkPathStroker::setRayPts\28SkPoint\20const&\2c\20SkPoint*\2c\20SkPoint*\2c\20SkPoint*\29\20const -4314:SkPathStroker::quadPerpRay\28SkPoint\20const*\2c\20float\2c\20SkPoint*\2c\20SkPoint*\2c\20SkPoint*\29\20const -4315:SkPathStroker::finishContour\28bool\2c\20bool\29 -4316:SkPathStroker::conicPerpRay\28SkConic\20const&\2c\20float\2c\20SkPoint*\2c\20SkPoint*\2c\20SkPoint*\29\20const -4317:SkPathPriv::IsRectContour\28SkPath\20const&\2c\20bool\2c\20int*\2c\20SkPoint\20const**\2c\20bool*\2c\20SkPathDirection*\2c\20SkRect*\29 -4318:SkPathPriv::AddGenIDChangeListener\28SkPath\20const&\2c\20sk_sp\29 -4319:SkPathEffectBase::getFlattenableType\28\29\20const -4320:SkPathBuilder::operator=\28SkPathBuilder\20const&\29 -4321:SkPathBuilder::addRect\28SkRect\20const&\2c\20SkPathDirection\2c\20unsigned\20int\29 -4322:SkPathBuilder::addPolygon\28SkSpan\2c\20bool\29 -4323:SkPath::rQuadTo\28float\2c\20float\2c\20float\2c\20float\29 -4324:SkPath::quadTo\28float\2c\20float\2c\20float\2c\20float\29 -4325:SkPath::isLastContourClosed\28\29\20const -4326:SkPath::incReserve\28int\2c\20int\2c\20int\29 -4327:SkPath::contains\28float\2c\20float\29\20const -4328:SkPath::conicTo\28float\2c\20float\2c\20float\2c\20float\2c\20float\29 -4329:SkPath::arcTo\28SkRect\20const&\2c\20float\2c\20float\2c\20bool\29::$_0::operator\28\29\28SkPoint\20const&\29\20const -4330:SkPath::addPath\28SkPath\20const&\2c\20SkMatrix\20const&\2c\20SkPath::AddPathMode\29 -4331:SkPath::addOval\28SkRect\20const&\2c\20SkPathDirection\2c\20unsigned\20int\29 -4332:SkPath::Rect\28SkRect\20const&\2c\20SkPathDirection\2c\20unsigned\20int\29 -4333:SkPath::Iter::autoClose\28SkPoint*\29 -4334:SkPath*\20SkTLazy::init<>\28\29 -4335:SkPaintToGrPaintReplaceShader\28skgpu::ganesh::SurfaceDrawContext*\2c\20SkPaint\20const&\2c\20SkMatrix\20const&\2c\20std::__2::unique_ptr>\2c\20GrPaint*\29 -4336:SkPaint::getBlendMode_or\28SkBlendMode\29\20const -4337:SkPackedGlyphID::PackIDSkPoint\28unsigned\20short\2c\20SkPoint\2c\20SkIPoint\29 -4338:SkOpSpanBase::checkForCollapsedCoincidence\28\29 -4339:SkOpSpan::setWindSum\28int\29 -4340:SkOpSegment::updateWindingReverse\28SkOpAngle\20const*\29 -4341:SkOpSegment::match\28SkOpPtT\20const*\2c\20SkOpSegment\20const*\2c\20double\2c\20SkPoint\20const&\29\20const -4342:SkOpSegment::markWinding\28SkOpSpan*\2c\20int\2c\20int\29 -4343:SkOpSegment::markAngle\28int\2c\20int\2c\20int\2c\20int\2c\20SkOpAngle\20const*\2c\20SkOpSpanBase**\29 -4344:SkOpSegment::markAngle\28int\2c\20int\2c\20SkOpAngle\20const*\2c\20SkOpSpanBase**\29 -4345:SkOpSegment::markAndChaseWinding\28SkOpSpanBase*\2c\20SkOpSpanBase*\2c\20int\2c\20int\2c\20SkOpSpanBase**\29 -4346:SkOpSegment::markAllDone\28\29 -4347:SkOpSegment::dSlopeAtT\28double\29\20const -4348:SkOpSegment::addT\28double\2c\20SkPoint\20const&\29 -4349:SkOpSegment::activeWinding\28SkOpSpanBase*\2c\20SkOpSpanBase*\29 -4350:SkOpPtT::oppPrev\28SkOpPtT\20const*\29\20const -4351:SkOpPtT::contains\28SkOpSegment\20const*\29\20const -4352:SkOpPtT::Overlaps\28SkOpPtT\20const*\2c\20SkOpPtT\20const*\2c\20SkOpPtT\20const*\2c\20SkOpPtT\20const*\2c\20SkOpPtT\20const**\2c\20SkOpPtT\20const**\29 -4353:SkOpEdgeBuilder::closeContour\28SkPoint\20const&\2c\20SkPoint\20const&\29 -4354:SkOpCoincidence::expand\28\29 -4355:SkOpCoincidence::Ordered\28SkOpSegment\20const*\2c\20SkOpSegment\20const*\29 -4356:SkOpCoincidence::Ordered\28SkOpPtT\20const*\2c\20SkOpPtT\20const*\29 -4357:SkOpAngle::orderable\28SkOpAngle*\29 -4358:SkOpAngle::lineOnOneSide\28SkDPoint\20const&\2c\20SkDVector\20const&\2c\20SkOpAngle\20const*\2c\20bool\29\20const -4359:SkOpAngle::computeSector\28\29 -4360:SkNoPixelsDevice::SkNoPixelsDevice\28SkIRect\20const&\2c\20SkSurfaceProps\20const&\2c\20sk_sp\29 -4361:SkMipmapAccessor::SkMipmapAccessor\28SkImage_Base\20const*\2c\20SkMatrix\20const&\2c\20SkMipmapMode\29::$_0::operator\28\29\28\29\20const -4362:SkMessageBus::Get\28\29 -4363:SkMessageBus::Get\28\29 -4364:SkMessageBus::BufferFinishedMessage\2c\20GrDirectContext::DirectContextID\2c\20false>::Get\28\29 -4365:SkMessageBus::Get\28\29 -4366:SkMeshPriv::CpuBuffer::~CpuBuffer\28\29_2794 -4367:SkMatrixPriv::InverseMapRect\28SkMatrix\20const&\2c\20SkRect*\2c\20SkRect\20const&\29 -4368:SkMatrix::setPolyToPoly\28SkPoint\20const*\2c\20SkPoint\20const*\2c\20int\29 -4369:SkMatrix::mapPointsToHomogeneous\28SkSpan\2c\20SkSpan\29\20const -4370:SkMatrix::getMinMaxScales\28float*\29\20const -4371:SkMaskBuilder::PrepareDestination\28int\2c\20int\2c\20SkMask\20const&\29 -4372:SkM44::preTranslate\28float\2c\20float\2c\20float\29 -4373:SkM44::postConcat\28SkM44\20const&\29 -4374:SkLineParameters::cubicEndPoints\28SkDCubic\20const&\2c\20int\2c\20int\29 -4375:SkLRUCache>\2c\20skia::textlayout::ParagraphCache::KeyHash\2c\20SkNoOpPurge>::Entry::~Entry\28\29 -4376:SkLRUCache>\2c\20GrGLGpu::ProgramCache::DescHash\2c\20SkNoOpPurge>::reset\28\29 -4377:SkLRUCache>\2c\20GrGLGpu::ProgramCache::DescHash\2c\20SkNoOpPurge>::Entry::~Entry\28\29 -4378:SkKnownRuntimeEffects::\28anonymous\20namespace\29::make_matrix_conv_shader\28SkKnownRuntimeEffects::\28anonymous\20namespace\29::MatrixConvolutionImpl\2c\20SkKnownRuntimeEffects::StableKey\29 -4379:SkJSONWriter::separator\28bool\29 -4380:SkJSONWriter::appendString\28char\20const*\2c\20unsigned\20long\29 -4381:SkJSONWriter::appendS32\28char\20const*\2c\20int\29 -4382:SkInvert4x4Matrix\28float\20const*\2c\20float*\29 -4383:SkIntersections::intersectRay\28SkDQuad\20const&\2c\20SkDLine\20const&\29 -4384:SkIntersections::intersectRay\28SkDLine\20const&\2c\20SkDLine\20const&\29 -4385:SkIntersections::intersectRay\28SkDCubic\20const&\2c\20SkDLine\20const&\29 -4386:SkIntersections::intersectRay\28SkDConic\20const&\2c\20SkDLine\20const&\29 -4387:SkIntersections::computePoints\28SkDLine\20const&\2c\20int\29 -4388:SkIntersections::cleanUpParallelLines\28bool\29 -4389:SkImage_Raster::SkImage_Raster\28SkImageInfo\20const&\2c\20sk_sp\2c\20unsigned\20long\2c\20unsigned\20int\29 -4390:SkImage_Lazy::~SkImage_Lazy\28\29_4543 -4391:SkImage_Lazy::Validator::~Validator\28\29 -4392:SkImage_Lazy::Validator::Validator\28sk_sp\2c\20SkColorType\20const*\2c\20sk_sp\29 -4393:SkImage_Lazy::SkImage_Lazy\28SkImage_Lazy::Validator*\29 -4394:SkImage_Ganesh::~SkImage_Ganesh\28\29 -4395:SkImage_Ganesh::ProxyChooser::chooseProxy\28GrRecordingContext*\29 -4396:SkImage_Base::isYUVA\28\29\20const -4397:SkImageShader::MakeSubset\28sk_sp\2c\20SkRect\20const&\2c\20SkTileMode\2c\20SkTileMode\2c\20SkSamplingOptions\20const&\2c\20SkMatrix\20const*\2c\20bool\29 -4398:SkImageShader::CubicResamplerMatrix\28float\2c\20float\29 -4399:SkImageInfo::minRowBytes64\28\29\20const -4400:SkImageInfo::MakeN32Premul\28SkISize\29 -4401:SkImageGenerator::getPixels\28SkPixmap\20const&\29 -4402:SkImageFilters::Blend\28SkBlendMode\2c\20sk_sp\2c\20sk_sp\2c\20SkImageFilters::CropRect\20const&\29 -4403:SkImageFilter_Base::filterImage\28skif::Context\20const&\29\20const -4404:SkImageFilter_Base::affectsTransparentBlack\28\29\20const -4405:SkImageFilterCacheKey::operator==\28SkImageFilterCacheKey\20const&\29\20const -4406:SkImage::readPixels\28GrDirectContext*\2c\20SkPixmap\20const&\2c\20int\2c\20int\2c\20SkImage::CachingHint\29\20const -4407:SkImage::makeShader\28SkTileMode\2c\20SkTileMode\2c\20SkSamplingOptions\20const&\2c\20SkMatrix\20const*\29\20const -4408:SkImage::makeRasterImage\28GrDirectContext*\2c\20SkImage::CachingHint\29\20const -4409:SkIcuBreakIteratorCache::makeBreakIterator\28SkUnicode::BreakType\2c\20char\20const*\29::'lambda'\28UBreakIterator\20const*\29::operator\28\29\28UBreakIterator\20const*\29\20const -4410:SkIcuBreakIteratorCache::makeBreakIterator\28SkUnicode::BreakType\2c\20char\20const*\29 -4411:SkIcuBreakIteratorCache::get\28\29 -4412:SkIRect\20skif::Mapping::map\28SkIRect\20const&\2c\20SkMatrix\20const&\29 -4413:SkIDChangeListener::List::~List\28\29 -4414:SkIDChangeListener::List::add\28sk_sp\29 -4415:SkGradientShader::MakeSweep\28float\2c\20float\2c\20SkRGBA4f<\28SkAlphaType\293>\20const*\2c\20sk_sp\2c\20float\20const*\2c\20int\2c\20SkTileMode\2c\20float\2c\20float\2c\20SkGradientShader::Interpolation\20const&\2c\20SkMatrix\20const*\29 -4416:SkGradientShader::MakeRadial\28SkPoint\20const&\2c\20float\2c\20SkRGBA4f<\28SkAlphaType\293>\20const*\2c\20sk_sp\2c\20float\20const*\2c\20int\2c\20SkTileMode\2c\20SkGradientShader::Interpolation\20const&\2c\20SkMatrix\20const*\29 -4417:SkGradientBaseShader::AppendInterpolatedToDstStages\28SkRasterPipeline*\2c\20SkArenaAlloc*\2c\20bool\2c\20SkGradientShader::Interpolation\20const&\2c\20SkColorSpace\20const*\2c\20SkColorSpace\20const*\29 -4418:SkGlyph::mask\28\29\20const -4419:SkFontScanner_FreeType::openFace\28SkStreamAsset*\2c\20int\2c\20FT_StreamRec_*\29\20const -4420:SkFontPriv::ApproximateTransformedTextSize\28SkFont\20const&\2c\20SkMatrix\20const&\2c\20SkPoint\20const&\29 -4421:SkFontMgr::matchFamily\28char\20const*\29\20const -4422:SkFont::getWidthsBounds\28SkSpan\2c\20SkSpan\2c\20SkSpan\2c\20SkPaint\20const*\29\20const -4423:SkFindCubicMaxCurvature\28SkPoint\20const*\2c\20float*\29 -4424:SkFILEStream::SkFILEStream\28std::__2::shared_ptr<_IO_FILE>\2c\20unsigned\20long\2c\20unsigned\20long\2c\20unsigned\20long\29 -4425:SkEmptyFontMgr::onMatchFamilyStyleCharacter\28char\20const*\2c\20SkFontStyle\20const&\2c\20char\20const**\2c\20int\2c\20int\29\20const -4426:SkEdgeClipper::appendQuad\28SkPoint\20const*\2c\20bool\29 -4427:SkEdge::setLine\28SkPoint\20const&\2c\20SkPoint\20const&\2c\20SkIRect\20const*\29 -4428:SkDrawTreatAAStrokeAsHairline\28float\2c\20SkMatrix\20const&\2c\20float*\29 -4429:SkDrawBase::drawRRect\28SkRRect\20const&\2c\20SkPaint\20const&\29\20const -4430:SkDrawBase::drawDevicePoints\28SkCanvas::PointMode\2c\20SkSpan\2c\20SkPaint\20const&\2c\20SkDevice*\29\20const -4431:SkDraw::drawBitmap\28SkBitmap\20const&\2c\20SkMatrix\20const&\2c\20SkRect\20const*\2c\20SkSamplingOptions\20const&\2c\20SkPaint\20const&\29\20const -4432:SkDevice::drawSpecial\28SkSpecialImage*\2c\20SkMatrix\20const&\2c\20SkSamplingOptions\20const&\2c\20SkPaint\20const&\2c\20SkCanvas::SrcRectConstraint\29 -4433:SkDevice::drawGlyphRunList\28SkCanvas*\2c\20sktext::GlyphRunList\20const&\2c\20SkPaint\20const&\29 -4434:SkDevice::SkDevice\28SkImageInfo\20const&\2c\20SkSurfaceProps\20const&\29 -4435:SkData::MakeZeroInitialized\28unsigned\20long\29 -4436:SkDQuad::dxdyAtT\28double\29\20const -4437:SkDCubic::subDivide\28double\2c\20double\29\20const -4438:SkDCubic::searchRoots\28double*\2c\20int\2c\20double\2c\20SkDCubic::SearchAxis\2c\20double*\29\20const -4439:SkDCubic::findInflections\28double*\29\20const -4440:SkDCubic::dxdyAtT\28double\29\20const -4441:SkDConic::dxdyAtT\28double\29\20const -4442:SkContourMeasure_segTo\28SkPoint\20const*\2c\20unsigned\20int\2c\20float\2c\20float\2c\20SkPathBuilder*\29 -4443:SkContourMeasureIter::next\28\29 -4444:SkContourMeasureIter::Impl::compute_quad_segs\28SkPoint\20const*\2c\20float\2c\20int\2c\20int\2c\20unsigned\20int\2c\20int\29 -4445:SkContourMeasureIter::Impl::compute_cubic_segs\28SkPoint\20const*\2c\20float\2c\20int\2c\20int\2c\20unsigned\20int\2c\20int\29 -4446:SkContourMeasureIter::Impl::compute_conic_segs\28SkConic\20const&\2c\20float\2c\20int\2c\20SkPoint\20const&\2c\20int\2c\20SkPoint\20const&\2c\20unsigned\20int\2c\20int\29 -4447:SkContourMeasure::distanceToSegment\28float\2c\20float*\29\20const -4448:SkConic::evalAt\28float\2c\20SkPoint*\2c\20SkPoint*\29\20const -4449:SkConic::evalAt\28float\29\20const -4450:SkCompressedDataSize\28SkTextureCompressionType\2c\20SkISize\2c\20skia_private::TArray*\2c\20bool\29 -4451:SkColorSpace::serialize\28\29\20const -4452:SkColorInfo::operator=\28SkColorInfo&&\29 -4453:SkCoincidentSpans::extend\28SkOpPtT\20const*\2c\20SkOpPtT\20const*\2c\20SkOpPtT\20const*\2c\20SkOpPtT\20const*\29 -4454:SkCodec::~SkCodec\28\29 -4455:SkCodec::getScanlines\28void*\2c\20int\2c\20unsigned\20long\29 -4456:SkCodec::getScaledDimensions\28float\29\20const -4457:SkCodec::getPixels\28SkImageInfo\20const&\2c\20void*\2c\20unsigned\20long\2c\20SkCodec::Options\20const*\29 -4458:SkChopQuadAtYExtrema\28SkPoint\20const*\2c\20SkPoint*\29 -4459:SkCapabilities::RasterBackend\28\29 -4460:SkCanvas::setMatrix\28SkM44\20const&\29 -4461:SkCanvas::scale\28float\2c\20float\29 -4462:SkCanvas::saveLayer\28SkCanvas::SaveLayerRec\20const&\29 -4463:SkCanvas::onResetClip\28\29 -4464:SkCanvas::onClipShader\28sk_sp\2c\20SkClipOp\29 -4465:SkCanvas::onClipRegion\28SkRegion\20const&\2c\20SkClipOp\29 -4466:SkCanvas::onClipRect\28SkRect\20const&\2c\20SkClipOp\2c\20SkCanvas::ClipEdgeStyle\29 -4467:SkCanvas::onClipRRect\28SkRRect\20const&\2c\20SkClipOp\2c\20SkCanvas::ClipEdgeStyle\29 -4468:SkCanvas::onClipPath\28SkPath\20const&\2c\20SkClipOp\2c\20SkCanvas::ClipEdgeStyle\29 -4469:SkCanvas::internalSave\28\29 -4470:SkCanvas::internalRestore\28\29 -4471:SkCanvas::internalDrawDeviceWithFilter\28SkDevice*\2c\20SkDevice*\2c\20SkSpan>\2c\20SkPaint\20const&\2c\20SkCanvas::DeviceCompatibleWithFilter\2c\20SkColorInfo\20const&\2c\20float\2c\20SkTileMode\2c\20bool\29 -4472:SkCanvas::drawPicture\28SkPicture\20const*\29 -4473:SkCanvas::drawColor\28unsigned\20int\2c\20SkBlendMode\29 -4474:SkCanvas::clipPath\28SkPath\20const&\2c\20bool\29 -4475:SkCanvas::clear\28unsigned\20int\29 -4476:SkCanvas::clear\28SkRGBA4f<\28SkAlphaType\293>\20const&\29 -4477:SkCanvas::SkCanvas\28sk_sp\29 -4478:SkCachedData::~SkCachedData\28\29 -4479:SkBlitterClipper::~SkBlitterClipper\28\29 -4480:SkBlitter::blitRegion\28SkRegion\20const&\29 -4481:SkBlendShader::~SkBlendShader\28\29 -4482:SkBitmapDevice::SkBitmapDevice\28SkBitmap\20const&\2c\20SkSurfaceProps\20const&\2c\20void*\29 -4483:SkBitmapDevice::Create\28SkImageInfo\20const&\2c\20SkSurfaceProps\20const&\2c\20SkRasterHandleAllocator*\29 -4484:SkBitmapDevice::BDDraw::~BDDraw\28\29 -4485:SkBitmapDevice::BDDraw::BDDraw\28SkBitmapDevice*\29 -4486:SkBitmap::writePixels\28SkPixmap\20const&\2c\20int\2c\20int\29 -4487:SkBitmap::setPixels\28void*\29 -4488:SkBitmap::readPixels\28SkPixmap\20const&\2c\20int\2c\20int\29\20const -4489:SkBitmap::allocPixels\28\29 -4490:SkBinaryWriteBuffer::writeScalarArray\28SkSpan\29 -4491:SkBinaryWriteBuffer::writeInt\28int\29 -4492:SkBaseShadowTessellator::~SkBaseShadowTessellator\28\29_4850 -4493:SkBaseShadowTessellator::handleLine\28SkPoint\20const&\29 -4494:SkAutoPixmapStorage::freeStorage\28\29 -4495:SkAutoPathBoundsUpdate::~SkAutoPathBoundsUpdate\28\29 -4496:SkAutoPathBoundsUpdate::SkAutoPathBoundsUpdate\28SkPath*\2c\20SkRect\20const&\29 -4497:SkAutoMalloc::reset\28unsigned\20long\2c\20SkAutoMalloc::OnShrink\29 -4498:SkAutoDescriptor::free\28\29 -4499:SkArenaAllocWithReset::reset\28\29 -4500:SkAnimatedImage::decodeNextFrame\28\29::$_0::operator\28\29\28SkAnimatedImage::Frame\20const&\29\20const -4501:SkAnimatedImage::Frame::copyTo\28SkAnimatedImage::Frame*\29\20const -4502:SkAnimatedImage::Frame::Frame\28\29 -4503:SkAnalyticQuadraticEdge::updateQuadratic\28\29 -4504:SkAnalyticEdge::goY\28int\29 -4505:SkAnalyticCubicEdge::updateCubic\28\29 -4506:SkAAClipBlitter::ensureRunsAndAA\28\29 -4507:SkAAClip::setRegion\28SkRegion\20const&\29 -4508:SkAAClip::setRect\28SkIRect\20const&\29 -4509:SkAAClip::quickContains\28int\2c\20int\2c\20int\2c\20int\29\20const -4510:SkAAClip::RunHead::Alloc\28int\2c\20unsigned\20long\29 -4511:SkAAClip::Builder::AppendRun\28SkTDArray&\2c\20unsigned\20int\2c\20int\29 -4512:Sk4f_toL32\28skvx::Vec<4\2c\20float>\20const&\29 -4513:SSVertex*\20SkArenaAlloc::make\28GrTriangulator::Vertex*&\29 -4514:RunBasedAdditiveBlitter::flush\28\29 -4515:ReconstructRow -4516:R.12315 -4517:OT::sbix::get_strike\28unsigned\20int\29\20const -4518:OT::hb_paint_context_t::get_color\28unsigned\20int\2c\20float\2c\20int*\29 -4519:OT::hb_ot_apply_context_t::skipping_iterator_t::prev\28unsigned\20int*\29 -4520:OT::hb_ot_apply_context_t::check_glyph_property\28hb_glyph_info_t\20const*\2c\20unsigned\20int\29\20const -4521:OT::glyf_impl::CompositeGlyphRecord::translate\28contour_point_t\20const&\2c\20hb_array_t\29 -4522:OT::glyf_accelerator_t::points_aggregator_t::contour_bounds_t::add\28contour_point_t\20const&\29 -4523:OT::Script::get_lang_sys\28unsigned\20int\29\20const -4524:OT::PaintSkew::sanitize\28hb_sanitize_context_t*\29\20const -4525:OT::OpenTypeOffsetTable::sanitize\28hb_sanitize_context_t*\29\20const -4526:OT::OpenTypeFontFile::sanitize\28hb_sanitize_context_t*\29\20const -4527:OT::OS2::has_data\28\29\20const -4528:OT::Layout::GSUB_impl::SubstLookup::serialize_ligature\28hb_serialize_context_t*\2c\20unsigned\20int\2c\20hb_sorted_array_t\2c\20hb_array_t\2c\20hb_array_t\2c\20hb_array_t\2c\20hb_array_t\29 -4529:OT::Layout::GPOS_impl::MarkArray::apply\28OT::hb_ot_apply_context_t*\2c\20unsigned\20int\2c\20unsigned\20int\2c\20OT::Layout::GPOS_impl::AnchorMatrix\20const&\2c\20unsigned\20int\2c\20unsigned\20int\29\20const -4530:OT::Layout::Common::Coverage::get_coverage\28unsigned\20int\2c\20hb_cache_t<15u\2c\208u\2c\207u\2c\20true>*\29\20const -4531:OT::Layout::Common::Coverage::cost\28\29\20const -4532:OT::ItemVariationStore::sanitize\28hb_sanitize_context_t*\29\20const -4533:OT::HVARVVAR::sanitize\28hb_sanitize_context_t*\29\20const -4534:OT::GSUBGPOS::get_lookup_count\28\29\20const -4535:OT::GSUBGPOS::get_feature_list\28\29\20const -4536:OT::GSUBGPOS::accelerator_t::get_accel\28unsigned\20int\29\20const -4537:OT::Device::get_y_delta\28hb_font_t*\2c\20OT::ItemVariationStore\20const&\2c\20float*\29\20const -4538:OT::Device::get_x_delta\28hb_font_t*\2c\20OT::ItemVariationStore\20const&\2c\20float*\29\20const -4539:OT::ClipList::get_extents\28unsigned\20int\2c\20hb_glyph_extents_t*\2c\20OT::ItemVarStoreInstancer\20const&\29\20const -4540:OT::COLR::paint_glyph\28hb_font_t*\2c\20unsigned\20int\2c\20hb_paint_funcs_t*\2c\20void*\2c\20unsigned\20int\2c\20unsigned\20int\2c\20bool\2c\20hb_colr_scratch_t&\29\20const -4541:OT::COLR::get_clip_list\28\29\20const -4542:OT::COLR::accelerator_t::release_scratch\28hb_colr_scratch_t*\29\20const -4543:OT::CFFIndex>::get_size\28\29\20const -4544:OT::CFFIndex>::sanitize\28hb_sanitize_context_t*\29\20const -4545:OT::ArrayOf>::serialize\28hb_serialize_context_t*\2c\20unsigned\20int\2c\20bool\29 -4546:MaskAdditiveBlitter::~MaskAdditiveBlitter\28\29 -4547:LineQuadraticIntersections::uniqueAnswer\28double\2c\20SkDPoint\20const&\29 -4548:LineQuadraticIntersections::pinTs\28double*\2c\20double*\2c\20SkDPoint*\2c\20LineQuadraticIntersections::PinTPoint\29 -4549:LineQuadraticIntersections::checkCoincident\28\29 -4550:LineQuadraticIntersections::addLineNearEndPoints\28\29 -4551:LineCubicIntersections::uniqueAnswer\28double\2c\20SkDPoint\20const&\29 -4552:LineCubicIntersections::pinTs\28double*\2c\20double*\2c\20SkDPoint*\2c\20LineCubicIntersections::PinTPoint\29 -4553:LineCubicIntersections::checkCoincident\28\29 -4554:LineCubicIntersections::addLineNearEndPoints\28\29 -4555:LineConicIntersections::validT\28double*\2c\20double\2c\20double*\29 -4556:LineConicIntersections::uniqueAnswer\28double\2c\20SkDPoint\20const&\29 -4557:LineConicIntersections::pinTs\28double*\2c\20double*\2c\20SkDPoint*\2c\20LineConicIntersections::PinTPoint\29 -4558:LineConicIntersections::checkCoincident\28\29 -4559:LineConicIntersections::addLineNearEndPoints\28\29 -4560:HorizontalUnfilter_C -4561:HandleInnerJoin\28SkPathBuilder*\2c\20SkPoint\20const&\2c\20SkPoint\20const&\29 -4562:GrVertexChunkBuilder::~GrVertexChunkBuilder\28\29 -4563:GrTriangulator::tessellate\28GrTriangulator::VertexList\20const&\2c\20GrTriangulator::Comparator\20const&\29 -4564:GrTriangulator::splitEdge\28GrTriangulator::Edge*\2c\20GrTriangulator::Vertex*\2c\20GrTriangulator::EdgeList*\2c\20GrTriangulator::Vertex**\2c\20GrTriangulator::Comparator\20const&\29 -4565:GrTriangulator::pathToPolys\28float\2c\20SkRect\20const&\2c\20bool*\29 -4566:GrTriangulator::makePoly\28GrTriangulator::Poly**\2c\20GrTriangulator::Vertex*\2c\20int\29\20const -4567:GrTriangulator::generateCubicPoints\28SkPoint\20const&\2c\20SkPoint\20const&\2c\20SkPoint\20const&\2c\20SkPoint\20const&\2c\20float\2c\20GrTriangulator::VertexList*\2c\20int\29\20const -4568:GrTriangulator::checkForIntersection\28GrTriangulator::Edge*\2c\20GrTriangulator::Edge*\2c\20GrTriangulator::EdgeList*\2c\20GrTriangulator::Vertex**\2c\20GrTriangulator::VertexList*\2c\20GrTriangulator::Comparator\20const&\29 -4569:GrTriangulator::applyFillType\28int\29\20const -4570:GrTriangulator::SortMesh\28GrTriangulator::VertexList*\2c\20GrTriangulator::Comparator\20const&\29 -4571:GrTriangulator::MonotonePoly::addEdge\28GrTriangulator::Edge*\29 -4572:GrTriangulator::GrTriangulator\28SkPath\20const&\2c\20SkArenaAlloc*\29 -4573:GrTriangulator::Edge::insertBelow\28GrTriangulator::Vertex*\2c\20GrTriangulator::Comparator\20const&\29 -4574:GrTriangulator::Edge::insertAbove\28GrTriangulator::Vertex*\2c\20GrTriangulator::Comparator\20const&\29 -4575:GrTriangulator::BreadcrumbTriangleList::append\28SkArenaAlloc*\2c\20SkPoint\2c\20SkPoint\2c\20SkPoint\2c\20int\29 -4576:GrThreadSafeCache::recycleEntry\28GrThreadSafeCache::Entry*\29 -4577:GrThreadSafeCache::dropAllRefs\28\29 -4578:GrTextureRenderTargetProxy::~GrTextureRenderTargetProxy\28\29_9754 -4579:GrTextureRenderTargetProxy::onUninstantiatedGpuMemorySize\28\29\20const -4580:GrTextureRenderTargetProxy::instantiate\28GrResourceProvider*\29 -4581:GrTextureRenderTargetProxy::createSurface\28GrResourceProvider*\29\20const -4582:GrTextureRenderTargetProxy::callbackDesc\28\29\20const -4583:GrTextureProxy::~GrTextureProxy\28\29 -4584:GrTextureEffect::Sampling::Sampling\28GrSurfaceProxy\20const&\2c\20GrSamplerState\2c\20SkRect\20const&\2c\20SkRect\20const*\2c\20float\20const*\2c\20bool\2c\20GrCaps\20const&\2c\20SkPoint\29::$_0::operator\28\29\28int\2c\20GrSamplerState::WrapMode\29\20const -4585:GrTextureEffect::Sampling::Sampling\28GrSurfaceProxy\20const&\2c\20GrSamplerState\2c\20SkRect\20const&\2c\20SkRect\20const*\2c\20float\20const*\2c\20bool\2c\20GrCaps\20const&\2c\20SkPoint\29 -4586:GrTextureEffect::Impl::emitCode\28GrFragmentProcessor::ProgramImpl::EmitArgs&\29::$_3::operator\28\29\28bool\2c\20char\20const*\2c\20char\20const*\2c\20char\20const*\29\20const -4587:GrTexture::GrTexture\28GrGpu*\2c\20SkISize\20const&\2c\20skgpu::Protected\2c\20GrTextureType\2c\20GrMipmapStatus\2c\20std::__2::basic_string_view>\29 -4588:GrTexture::ComputeScratchKey\28GrCaps\20const&\2c\20GrBackendFormat\20const&\2c\20SkISize\2c\20skgpu::Renderable\2c\20int\2c\20skgpu::Mipmapped\2c\20skgpu::Protected\2c\20skgpu::ScratchKey*\29 -4589:GrSurfaceProxyView::asTextureProxyRef\28\29\20const -4590:GrSurfaceProxy::instantiateImpl\28GrResourceProvider*\2c\20int\2c\20skgpu::Renderable\2c\20skgpu::Mipmapped\2c\20skgpu::UniqueKey\20const*\29 -4591:GrSurfaceProxy::GrSurfaceProxy\28sk_sp\2c\20SkBackingFit\2c\20GrSurfaceProxy::UseAllocator\29 -4592:GrStyledShape::styledBounds\28\29\20const -4593:GrStyledShape::addGenIDChangeListener\28sk_sp\29\20const -4594:GrStyledShape::GrStyledShape\28SkRect\20const&\2c\20GrStyle\20const&\2c\20GrStyledShape::DoSimplify\29 -4595:GrStyledShape::GrStyledShape\28SkRRect\20const&\2c\20GrStyle\20const&\2c\20GrStyledShape::DoSimplify\29 -4596:GrStyle::isSimpleHairline\28\29\20const -4597:GrStyle::initPathEffect\28sk_sp\29 -4598:GrStencilSettings::Face::reset\28GrTStencilFaceSettings\20const&\2c\20bool\2c\20int\29 -4599:GrSimpleMeshDrawOpHelper::fixedFunctionFlags\28\29\20const -4600:GrShape::setPath\28SkPath\20const&\29 -4601:GrShape::segmentMask\28\29\20const -4602:GrShape::operator=\28GrShape\20const&\29 -4603:GrShape::convex\28bool\29\20const -4604:GrShaderVar::GrShaderVar\28SkString\2c\20SkSLType\2c\20int\29 -4605:GrResourceProvider::findResourceByUniqueKey\28skgpu::UniqueKey\20const&\29 -4606:GrResourceProvider::createPatternedIndexBuffer\28unsigned\20short\20const*\2c\20int\2c\20int\2c\20int\2c\20skgpu::UniqueKey\20const*\29 -4607:GrResourceCache::removeUniqueKey\28GrGpuResource*\29 -4608:GrResourceCache::getNextTimestamp\28\29 -4609:GrResourceCache::findAndRefScratchResource\28skgpu::ScratchKey\20const&\29 -4610:GrRenderTask::dependsOn\28GrRenderTask\20const*\29\20const -4611:GrRenderTargetProxy::~GrRenderTargetProxy\28\29 -4612:GrRenderTargetProxy::canUseStencil\28GrCaps\20const&\29\20const -4613:GrRecordingContextPriv::createDevice\28skgpu::Budgeted\2c\20SkImageInfo\20const&\2c\20SkBackingFit\2c\20int\2c\20skgpu::Mipmapped\2c\20skgpu::Protected\2c\20GrSurfaceOrigin\2c\20SkSurfaceProps\20const&\2c\20skgpu::ganesh::Device::InitContents\29 -4614:GrRecordingContextPriv::addOnFlushCallbackObject\28GrOnFlushCallbackObject*\29 -4615:GrRecordingContext::~GrRecordingContext\28\29 -4616:GrQuadUtils::TessellationHelper::reset\28GrQuad\20const&\2c\20GrQuad\20const*\29 -4617:GrQuadUtils::TessellationHelper::getEdgeEquations\28\29 -4618:GrQuadUtils::TessellationHelper::Vertices::moveAlong\28GrQuadUtils::TessellationHelper::EdgeVectors\20const&\2c\20skvx::Vec<4\2c\20float>\20const&\29 -4619:GrQuadUtils::ResolveAAType\28GrAAType\2c\20GrQuadAAFlags\2c\20GrQuad\20const&\2c\20GrAAType*\2c\20GrQuadAAFlags*\29 -4620:GrQuadUtils::CropToRect\28SkRect\20const&\2c\20GrAA\2c\20DrawQuad*\2c\20bool\29 -4621:GrQuadBuffer<\28anonymous\20namespace\29::FillRectOpImpl::ColorAndAA>::append\28GrQuad\20const&\2c\20\28anonymous\20namespace\29::FillRectOpImpl::ColorAndAA&&\2c\20GrQuad\20const*\29 -4622:GrQuad::setQuadType\28GrQuad::Type\29 -4623:GrPorterDuffXPFactory::SimpleSrcOverXP\28\29 -4624:GrPipeline*\20SkArenaAlloc::make\28GrPipeline::InitArgs&\2c\20GrProcessorSet&&\2c\20GrAppliedClip&&\29 -4625:GrPersistentCacheUtils::UnpackCachedShaders\28SkReadBuffer*\2c\20SkSL::NativeShader*\2c\20bool\2c\20SkSL::ProgramInterface*\2c\20int\2c\20GrPersistentCacheUtils::ShaderMetadata*\29 -4626:GrPathUtils::quadraticPointCount\28SkPoint\20const*\2c\20float\29 -4627:GrPathUtils::convertCubicToQuads\28SkPoint\20const*\2c\20float\2c\20skia_private::TArray*\29 -4628:GrPathTessellationShader::Make\28GrShaderCaps\20const&\2c\20SkArenaAlloc*\2c\20SkMatrix\20const&\2c\20SkRGBA4f<\28SkAlphaType\292>\20const&\2c\20skgpu::tess::PatchAttribs\29 -4629:GrPathTessellationShader::MakeSimpleTriangleShader\28SkArenaAlloc*\2c\20SkMatrix\20const&\2c\20SkRGBA4f<\28SkAlphaType\292>\20const&\29 -4630:GrOvalOpFactory::MakeOvalOp\28GrRecordingContext*\2c\20GrPaint&&\2c\20SkMatrix\20const&\2c\20SkRect\20const&\2c\20GrStyle\20const&\2c\20GrShaderCaps\20const*\29 -4631:GrOpsRenderPass::drawIndexed\28int\2c\20int\2c\20unsigned\20short\2c\20unsigned\20short\2c\20int\29 -4632:GrOpFlushState::draw\28int\2c\20int\29 -4633:GrOp::chainConcat\28std::__2::unique_ptr>\29 -4634:GrNonAtomicRef::unref\28\29\20const -4635:GrModulateAtlasCoverageEffect::GrModulateAtlasCoverageEffect\28GrModulateAtlasCoverageEffect\20const&\29 -4636:GrMipLevel::operator=\28GrMipLevel&&\29 -4637:GrMeshDrawOp::PatternHelper::PatternHelper\28GrMeshDrawTarget*\2c\20GrPrimitiveType\2c\20unsigned\20long\2c\20sk_sp\2c\20int\2c\20int\2c\20int\2c\20int\29 -4638:GrMakeUniqueKeyInvalidationListener\28skgpu::UniqueKey*\2c\20unsigned\20int\29 -4639:GrImageInfo::makeDimensions\28SkISize\29\20const -4640:GrGpuResource::~GrGpuResource\28\29 -4641:GrGpuResource::removeScratchKey\28\29 -4642:GrGpuResource::registerWithCacheWrapped\28GrWrapCacheable\29 -4643:GrGpuResource::getResourceName\28\29\20const -4644:GrGpuResource::dumpMemoryStatisticsPriv\28SkTraceMemoryDump*\2c\20SkString\20const&\2c\20char\20const*\2c\20unsigned\20long\29\20const -4645:GrGpuResource::CreateUniqueID\28\29 -4646:GrGpuBuffer::onGpuMemorySize\28\29\20const -4647:GrGpu::resolveRenderTarget\28GrRenderTarget*\2c\20SkIRect\20const&\29 -4648:GrGpu::executeFlushInfo\28SkSpan\2c\20SkSurfaces::BackendSurfaceAccess\2c\20GrFlushInfo\20const&\2c\20std::__2::optional\2c\20skgpu::MutableTextureState\20const*\29 -4649:GrGeometryProcessor::TextureSampler::TextureSampler\28GrSamplerState\2c\20GrBackendFormat\20const&\2c\20skgpu::Swizzle\20const&\29 -4650:GrGeometryProcessor::TextureSampler::TextureSampler\28GrGeometryProcessor::TextureSampler&&\29 -4651:GrGeometryProcessor::ProgramImpl::TransformInfo::TransformInfo\28GrGeometryProcessor::ProgramImpl::TransformInfo\20const&\29 -4652:GrGeometryProcessor::ProgramImpl::AddMatrixKeys\28GrShaderCaps\20const&\2c\20unsigned\20int\2c\20SkMatrix\20const&\2c\20SkMatrix\20const&\29 -4653:GrGeometryProcessor::Attribute::size\28\29\20const -4654:GrGLUniformHandler::~GrGLUniformHandler\28\29 -4655:GrGLUniformHandler::getUniformVariable\28GrResourceHandle\29\20const -4656:GrGLTextureRenderTarget::~GrGLTextureRenderTarget\28\29_12199 -4657:GrGLTextureRenderTarget::onRelease\28\29 -4658:GrGLTextureRenderTarget::onGpuMemorySize\28\29\20const -4659:GrGLTextureRenderTarget::onAbandon\28\29 -4660:GrGLTextureRenderTarget::dumpMemoryStatistics\28SkTraceMemoryDump*\29\20const -4661:GrGLTexture::~GrGLTexture\28\29 -4662:GrGLTexture::onRelease\28\29 -4663:GrGLTexture::dumpMemoryStatistics\28SkTraceMemoryDump*\29\20const -4664:GrGLTexture::TextureTypeFromTarget\28unsigned\20int\29 -4665:GrGLSemaphore::Make\28GrGLGpu*\2c\20bool\29 -4666:GrGLSLVaryingHandler::~GrGLSLVaryingHandler\28\29 -4667:GrGLSLUniformHandler::UniformInfo::~UniformInfo\28\29 -4668:GrGLSLShaderBuilder::appendTextureLookup\28SkString*\2c\20GrResourceHandle\2c\20char\20const*\29\20const -4669:GrGLSLShaderBuilder::appendColorGamutXform\28char\20const*\2c\20GrGLSLColorSpaceXformHelper*\29 -4670:GrGLSLShaderBuilder::appendColorGamutXform\28SkString*\2c\20char\20const*\2c\20GrGLSLColorSpaceXformHelper*\29 -4671:GrGLSLProgramDataManager::setSkMatrix\28GrResourceHandle\2c\20SkMatrix\20const&\29\20const -4672:GrGLSLProgramBuilder::writeFPFunction\28GrFragmentProcessor\20const&\2c\20GrFragmentProcessor::ProgramImpl&\29 -4673:GrGLSLProgramBuilder::nameExpression\28SkString*\2c\20char\20const*\29 -4674:GrGLSLProgramBuilder::fragmentProcessorHasCoordsParam\28GrFragmentProcessor\20const*\29\20const -4675:GrGLSLProgramBuilder::emitSampler\28GrBackendFormat\20const&\2c\20GrSamplerState\2c\20skgpu::Swizzle\20const&\2c\20char\20const*\29 -4676:GrGLSLFragmentShaderBuilder::~GrGLSLFragmentShaderBuilder\28\29_10448 -4677:GrGLRenderTarget::~GrGLRenderTarget\28\29 -4678:GrGLRenderTarget::onRelease\28\29 -4679:GrGLRenderTarget::onAbandon\28\29 -4680:GrGLRenderTarget::dumpMemoryStatistics\28SkTraceMemoryDump*\29\20const -4681:GrGLProgramDataManager::~GrGLProgramDataManager\28\29 -4682:GrGLProgramBuilder::~GrGLProgramBuilder\28\29 -4683:GrGLProgramBuilder::computeCountsAndStrides\28unsigned\20int\2c\20GrGeometryProcessor\20const&\2c\20bool\29 -4684:GrGLProgramBuilder::addInputVars\28SkSL::ProgramInterface\20const&\29 -4685:GrGLOpsRenderPass::dmsaaLoadStoreBounds\28\29\20const -4686:GrGLOpsRenderPass::bindInstanceBuffer\28GrBuffer\20const*\2c\20int\29 -4687:GrGLGpu::insertSemaphore\28GrSemaphore*\29 -4688:GrGLGpu::flushViewport\28SkIRect\20const&\2c\20int\2c\20GrSurfaceOrigin\29 -4689:GrGLGpu::flushScissor\28GrScissorState\20const&\2c\20int\2c\20GrSurfaceOrigin\29 -4690:GrGLGpu::flushClearColor\28std::__2::array\29 -4691:GrGLGpu::disableStencil\28\29 -4692:GrGLGpu::deleteSync\28__GLsync*\29 -4693:GrGLGpu::createTexture\28SkISize\2c\20GrGLFormat\2c\20unsigned\20int\2c\20skgpu::Renderable\2c\20GrGLTextureParameters::SamplerOverriddenState*\2c\20int\2c\20skgpu::Protected\2c\20std::__2::basic_string_view>\29 -4694:GrGLGpu::copySurfaceAsDraw\28GrSurface*\2c\20bool\2c\20GrSurface*\2c\20SkIRect\20const&\2c\20SkIRect\20const&\2c\20SkFilterMode\29 -4695:GrGLGpu::HWVertexArrayState::bindInternalVertexArray\28GrGLGpu*\2c\20GrBuffer\20const*\29 -4696:GrGLFunction::GrGLFunction\28void\20\28*\29\28unsigned\20int\2c\20int\2c\20unsigned\20int\2c\20unsigned\20char\2c\20int\2c\20void\20const*\29\29::'lambda'\28void\20const*\2c\20unsigned\20int\2c\20int\2c\20unsigned\20int\2c\20unsigned\20char\2c\20int\2c\20void\20const*\29::__invoke\28void\20const*\2c\20unsigned\20int\2c\20int\2c\20unsigned\20int\2c\20unsigned\20char\2c\20int\2c\20void\20const*\29 -4697:GrGLFunction::GrGLFunction\28void\20\28*\29\28unsigned\20int\2c\20int\2c\20int\2c\20int\2c\20int\2c\20int\2c\20int\2c\20int\29\29::'lambda'\28void\20const*\2c\20unsigned\20int\2c\20int\2c\20int\2c\20int\2c\20int\2c\20int\2c\20int\2c\20int\29::__invoke\28void\20const*\2c\20unsigned\20int\2c\20int\2c\20int\2c\20int\2c\20int\2c\20int\2c\20int\2c\20int\29 -4698:GrGLFunction::GrGLFunction\28void\20\28*\29\28int\2c\20int\2c\20int\2c\20int\2c\20unsigned\20int\2c\20unsigned\20int\2c\20void*\29\29::'lambda'\28void\20const*\2c\20int\2c\20int\2c\20int\2c\20int\2c\20unsigned\20int\2c\20unsigned\20int\2c\20void*\29::__invoke\28void\20const*\2c\20int\2c\20int\2c\20int\2c\20int\2c\20unsigned\20int\2c\20unsigned\20int\2c\20void*\29 -4699:GrGLFunction::GrGLFunction\28unsigned\20char\20const*\20\28*\29\28unsigned\20int\2c\20unsigned\20int\29\29::'lambda'\28void\20const*\2c\20unsigned\20int\2c\20unsigned\20int\29::__invoke\28void\20const*\2c\20unsigned\20int\2c\20unsigned\20int\29 -4700:GrGLContextInfo::~GrGLContextInfo\28\29 -4701:GrGLCaps::getRenderTargetSampleCount\28int\2c\20GrGLFormat\29\20const -4702:GrGLCaps::canCopyAsDraw\28GrGLFormat\2c\20bool\2c\20bool\29\20const -4703:GrGLBuffer::~GrGLBuffer\28\29 -4704:GrGLBuffer::Make\28GrGLGpu*\2c\20unsigned\20long\2c\20GrGpuBufferType\2c\20GrAccessPattern\29 -4705:GrGLBackendTextureData::GrGLBackendTextureData\28GrGLTextureInfo\20const&\2c\20sk_sp\29 -4706:GrGLAttribArrayState::invalidate\28\29 -4707:GrGLAttribArrayState::enableVertexArrays\28GrGLGpu\20const*\2c\20int\2c\20GrPrimitiveRestart\29 -4708:GrGLAttachment::GrGLAttachment\28GrGpu*\2c\20unsigned\20int\2c\20SkISize\2c\20GrAttachment::UsageFlags\2c\20int\2c\20GrGLFormat\2c\20std::__2::basic_string_view>\29 -4709:GrFragmentProcessors::make_effect_fp\28sk_sp\2c\20char\20const*\2c\20sk_sp\2c\20std::__2::unique_ptr>\2c\20std::__2::unique_ptr>\2c\20SkSpan\2c\20GrFPArgs\20const&\29 -4710:GrFragmentProcessors::IsSupported\28SkMaskFilter\20const*\29 -4711:GrFragmentProcessor::makeProgramImpl\28\29\20const -4712:GrFragmentProcessor::addToKey\28GrShaderCaps\20const&\2c\20skgpu::KeyBuilder*\29\20const -4713:GrFragmentProcessor::SwizzleOutput\28std::__2::unique_ptr>\2c\20skgpu::Swizzle\20const&\29 -4714:GrFragmentProcessor::ProgramImpl::~ProgramImpl\28\29 -4715:GrFragmentProcessor::MulInputByChildAlpha\28std::__2::unique_ptr>\29 -4716:GrFragmentProcessor::HighPrecision\28std::__2::unique_ptr>\29::HighPrecisionFragmentProcessor::constantOutputForConstantInput\28SkRGBA4f<\28SkAlphaType\292>\20const&\29\20const -4717:GrFragmentProcessor::DeviceSpace\28std::__2::unique_ptr>\29 -4718:GrEagerDynamicVertexAllocator::lock\28unsigned\20long\2c\20int\29 -4719:GrDynamicAtlas::makeNode\28GrDynamicAtlas::Node*\2c\20int\2c\20int\2c\20int\2c\20int\29 -4720:GrDstProxyView::GrDstProxyView\28GrDstProxyView\20const&\29 -4721:GrDrawingManager::setLastRenderTask\28GrSurfaceProxy\20const*\2c\20GrRenderTask*\29 -4722:GrDrawingManager::insertTaskBeforeLast\28sk_sp\29 -4723:GrDrawingManager::flushSurfaces\28SkSpan\2c\20SkSurfaces::BackendSurfaceAccess\2c\20GrFlushInfo\20const&\2c\20skgpu::MutableTextureState\20const*\29 -4724:GrDrawOpAtlas::makeMRU\28skgpu::Plot*\2c\20unsigned\20int\29 -4725:GrDefaultGeoProcFactory::MakeForDeviceSpace\28SkArenaAlloc*\2c\20GrDefaultGeoProcFactory::Color\20const&\2c\20GrDefaultGeoProcFactory::Coverage\20const&\2c\20GrDefaultGeoProcFactory::LocalCoords\20const&\2c\20SkMatrix\20const&\29 -4726:GrCpuVertexAllocator::~GrCpuVertexAllocator\28\29 -4727:GrColorTypeClampType\28GrColorType\29 -4728:GrColorSpaceXform::Equals\28GrColorSpaceXform\20const*\2c\20GrColorSpaceXform\20const*\29 -4729:GrBufferAllocPool::unmap\28\29 -4730:GrBufferAllocPool::reset\28\29 -4731:GrBlurUtils::extract_draw_rect_from_data\28SkData*\2c\20SkIRect\20const&\29 -4732:GrBlurUtils::can_filter_mask\28SkMaskFilterBase\20const*\2c\20GrStyledShape\20const&\2c\20SkIRect\20const&\2c\20SkIRect\20const&\2c\20SkMatrix\20const&\2c\20SkIRect*\29 -4733:GrBlurUtils::GaussianBlur\28GrRecordingContext*\2c\20GrSurfaceProxyView\2c\20GrColorType\2c\20SkAlphaType\2c\20sk_sp\2c\20SkIRect\2c\20SkIRect\2c\20float\2c\20float\2c\20SkTileMode\2c\20SkBackingFit\29 -4734:GrBicubicEffect::MakeSubset\28GrSurfaceProxyView\2c\20SkAlphaType\2c\20SkMatrix\20const&\2c\20GrSamplerState::WrapMode\2c\20GrSamplerState::WrapMode\2c\20SkRect\20const&\2c\20SkCubicResampler\2c\20GrBicubicEffect::Direction\2c\20GrCaps\20const&\29 -4735:GrBicubicEffect::GrBicubicEffect\28std::__2::unique_ptr>\2c\20SkCubicResampler\2c\20GrBicubicEffect::Direction\2c\20GrBicubicEffect::Clamp\29 -4736:GrBackendTextures::MakeGL\28int\2c\20int\2c\20skgpu::Mipmapped\2c\20GrGLTextureInfo\20const&\2c\20sk_sp\2c\20std::__2::basic_string_view>\29 -4737:GrBackendFormatStencilBits\28GrBackendFormat\20const&\29 -4738:GrBackendFormat::operator==\28GrBackendFormat\20const&\29\20const -4739:GrAtlasManager::resolveMaskFormat\28skgpu::MaskFormat\29\20const -4740:GrAATriangulator::~GrAATriangulator\28\29 -4741:GrAATriangulator::makeEvent\28GrAATriangulator::SSEdge*\2c\20GrAATriangulator::EventList*\29\20const -4742:GrAATriangulator::connectSSEdge\28GrTriangulator::Vertex*\2c\20GrTriangulator::Vertex*\2c\20GrTriangulator::Comparator\20const&\29 -4743:GrAAConvexTessellator::terminate\28GrAAConvexTessellator::Ring\20const&\29 -4744:GrAAConvexTessellator::computePtAlongBisector\28int\2c\20SkPoint\20const&\2c\20int\2c\20float\2c\20SkPoint*\29\20const -4745:GrAAConvexTessellator::computeNormals\28\29::$_0::operator\28\29\28SkPoint\29\20const -4746:GrAAConvexTessellator::CandidateVerts::originatingIdx\28int\29\20const -4747:GrAAConvexTessellator::CandidateVerts::fuseWithPrior\28int\29 -4748:GrAAConvexTessellator::CandidateVerts::addNewPt\28SkPoint\20const&\2c\20int\2c\20int\2c\20bool\29 -4749:GetVariationDesignPosition\28FT_FaceRec_*\2c\20SkSpan\29 -4750:GetAxes\28FT_FaceRec_*\2c\20skia_private::STArray<4\2c\20SkFontParameters::Variation::Axis\2c\20true>*\29 -4751:FT_Set_Transform -4752:FT_Set_Char_Size -4753:FT_Select_Metrics -4754:FT_Request_Metrics -4755:FT_List_Remove -4756:FT_List_Finalize -4757:FT_Hypot -4758:FT_GlyphLoader_CreateExtra -4759:FT_GlyphLoader_Adjust_Points -4760:FT_Get_Paint -4761:FT_Get_MM_Var -4762:FT_Get_Color_Glyph_Paint -4763:FT_Done_GlyphSlot -4764:FT_Done_Face -4765:ExtractPalettedAlphaRows -4766:EllipticalRRectOp::~EllipticalRRectOp\28\29 -4767:EdgeLT::operator\28\29\28Edge\20const&\2c\20Edge\20const&\29\20const -4768:DecodeImageData -4769:DAffineMatrix::mapPoint\28\28anonymous\20namespace\29::DPoint\20const&\29\20const -4770:DAffineMatrix::mapPoint\28SkPoint\20const&\29\20const -4771:Cr_z_inflate_table -4772:CopyFromCompoundDictionary -4773:Compute_Point_Displacement -4774:CircularRRectOp::~CircularRRectOp\28\29 -4775:CFF::cff_stack_t::push\28\29 -4776:CFF::UnsizedByteStr\20const&\20CFF::StructAtOffsetOrNull\28void\20const*\2c\20int\2c\20hb_sanitize_context_t&\2c\20unsigned\20int&\29 -4777:BuildHuffmanTable -4778:BrotliWarmupBitReader -4779:BlockIndexIterator::Last\28SkBlockAllocator::Block\20const*\29\2c\20&SkTBlockList::First\28SkBlockAllocator::Block\20const*\29\2c\20&SkTBlockList::Decrement\28SkBlockAllocator::Block\20const*\2c\20int\29\2c\20&SkTBlockList::GetItem\28SkBlockAllocator::Block*\2c\20int\29>::Item::operator++\28\29 -4780:ApplyAlphaMultiply_16b_C -4781:AddFrame -4782:ActiveEdgeList::DoubleRotation\28ActiveEdge*\2c\20int\29 -4783:AAT::kerxTupleKern\28int\2c\20unsigned\20int\2c\20void\20const*\2c\20AAT::hb_aat_apply_context_t*\29 -4784:AAT::kern_accelerator_data_t::~kern_accelerator_data_t\28\29 -4785:AAT::hb_aat_scratch_t::~hb_aat_scratch_t\28\29 -4786:AAT::hb_aat_scratch_t::destroy_buffer_glyph_set\28hb_bit_set_t*\29\20const -4787:AAT::hb_aat_scratch_t::create_buffer_glyph_set\28\29\20const -4788:AAT::hb_aat_apply_context_t::delete_glyph\28\29 -4789:AAT::feat::get_feature\28hb_aat_layout_feature_type_t\29\20const -4790:AAT::Lookup::sanitize\28hb_sanitize_context_t*\29\20const -4791:AAT::ClassTable>::get_class\28unsigned\20int\2c\20unsigned\20int\29\20const -4792:4576 -4793:4577 -4794:4578 -4795:4579 -4796:4580 -4797:4581 -4798:4582 -4799:4583 -4800:4584 -4801:4585 -4802:4586 -4803:4587 -4804:4588 -4805:4589 -4806:4590 -4807:4591 -4808:4592 -4809:4593 -4810:4594 -4811:4595 -4812:4596 -4813:4597 -4814:4598 -4815:4599 -4816:4600 -4817:4601 -4818:4602 -4819:4603 -4820:4604 -4821:4605 -4822:4606 -4823:4607 -4824:4608 -4825:4609 -4826:4610 -4827:4611 -4828:4612 -4829:4613 -4830:4614 -4831:4615 -4832:4616 -4833:4617 -4834:4618 -4835:4619 -4836:4620 -4837:4621 -4838:4622 -4839:4623 -4840:4624 -4841:4625 -4842:4626 -4843:4627 -4844:4628 -4845:4629 -4846:4630 -4847:zeroinfnan -4848:zero_mark_widths_by_gdef\28hb_buffer_t*\2c\20bool\29 -4849:xyzd50_to_lab\28SkRGBA4f<\28SkAlphaType\292>\2c\20bool*\29 -4850:xyz_almost_equal\28skcms_Matrix3x3\20const&\2c\20skcms_Matrix3x3\20const&\29 -4851:wuffs_lzw__decoder__workbuf_len -4852:wuffs_lzw__decoder__transform_io -4853:wuffs_gif__decoder__restart_frame -4854:wuffs_gif__decoder__num_animation_loops -4855:wuffs_gif__decoder__frame_dirty_rect -4856:wuffs_gif__decoder__decode_up_to_id_part1 -4857:wuffs_gif__decoder__decode_frame -4858:wuffs_base__poke_u64le__no_bounds_check -4859:wuffs_base__pixel_swizzler__swap_rgbx_bgrx -4860:wuffs_base__color_u32__as__color_u64 -4861:write_vertex_position\28GrGLSLVertexBuilder*\2c\20GrGLSLUniformHandler*\2c\20GrShaderCaps\20const&\2c\20GrShaderVar\20const&\2c\20SkMatrix\20const&\2c\20char\20const*\2c\20GrShaderVar*\2c\20GrResourceHandle*\29 -4862:write_passthrough_vertex_position\28GrGLSLVertexBuilder*\2c\20GrShaderVar\20const&\2c\20GrShaderVar*\29 -4863:winding_mono_quad\28SkPoint\20const*\2c\20float\2c\20float\2c\20int*\29 -4864:winding_mono_conic\28SkConic\20const&\2c\20float\2c\20float\2c\20int*\29 -4865:wctomb -4866:wchar_t*\20std::__2::copy\5babi:nn180100\5d\2c\20wchar_t*>\28std::__2::__wrap_iter\2c\20std::__2::__wrap_iter\2c\20wchar_t*\29 -4867:wchar_t*\20std::__2::__constexpr_memmove\5babi:nn180100\5d\28wchar_t*\2c\20wchar_t\20const*\2c\20std::__2::__element_count\29 -4868:walk_simple_edges\28SkEdge*\2c\20SkBlitter*\2c\20int\2c\20int\29 -4869:vsscanf -4870:void\20std::__2::unique_ptr::Pair\2c\20unsigned\20int\2c\20skia_private::THashMap::Pair>::Slot\20\5b\5d\2c\20std::__2::default_delete::Pair\2c\20unsigned\20int\2c\20skia_private::THashMap::Pair>::Slot\20\5b\5d>>::reset\5babi:ne180100\5d::Pair\2c\20unsigned\20int\2c\20skia_private::THashMap::Pair>::Slot*\2c\200>\28skia_private::THashTable::Pair\2c\20unsigned\20int\2c\20skia_private::THashMap::Pair>::Slot*\29 -4871:void\20std::__2::unique_ptr\2c\20std::__2::allocator>>\2c\20skia::textlayout::FontCollection::FamilyKey::Hasher>::Pair\2c\20skia::textlayout::FontCollection::FamilyKey\2c\20skia_private::THashMap\2c\20std::__2::allocator>>\2c\20skia::textlayout::FontCollection::FamilyKey::Hasher>::Pair>::Slot\20\5b\5d\2c\20std::__2::default_delete\2c\20std::__2::allocator>>\2c\20skia::textlayout::FontCollection::FamilyKey::Hasher>::Pair\2c\20skia::textlayout::FontCollection::FamilyKey\2c\20skia_private::THashMap\2c\20std::__2::allocator>>\2c\20skia::textlayout::FontCollection::FamilyKey::Hasher>::Pair>::Slot\20\5b\5d>>::reset\5babi:ne180100\5d\2c\20std::__2::allocator>>\2c\20skia::textlayout::FontCollection::FamilyKey::Hasher>::Pair\2c\20skia::textlayout::FontCollection::FamilyKey\2c\20skia_private::THashMap\2c\20std::__2::allocator>>\2c\20skia::textlayout::FontCollection::FamilyKey::Hasher>::Pair>::Slot*\2c\200>\28skia_private::THashTable\2c\20std::__2::allocator>>\2c\20skia::textlayout::FontCollection::FamilyKey::Hasher>::Pair\2c\20skia::textlayout::FontCollection::FamilyKey\2c\20skia_private::THashMap\2c\20std::__2::allocator>>\2c\20skia::textlayout::FontCollection::FamilyKey::Hasher>::Pair>::Slot*\29 -4872:void\20std::__2::unique_ptr>::Pair\2c\20skgpu::ganesh::AtlasPathRenderer::AtlasPathKey\2c\20skia_private::THashMap>::Pair>::Slot\20\5b\5d\2c\20std::__2::default_delete>::Pair\2c\20skgpu::ganesh::AtlasPathRenderer::AtlasPathKey\2c\20skia_private::THashMap>::Pair>::Slot\20\5b\5d>>::reset\5babi:ne180100\5d>::Pair\2c\20skgpu::ganesh::AtlasPathRenderer::AtlasPathKey\2c\20skia_private::THashMap>::Pair>::Slot*\2c\200>\28skia_private::THashTable>::Pair\2c\20skgpu::ganesh::AtlasPathRenderer::AtlasPathKey\2c\20skia_private::THashMap>::Pair>::Slot*\29 -4873:void\20std::__2::unique_ptr::Pair\2c\20skgpu::UniqueKey\2c\20skia_private::THashMap::Pair>::Slot\20\5b\5d\2c\20std::__2::default_delete::Pair\2c\20skgpu::UniqueKey\2c\20skia_private::THashMap::Pair>::Slot\20\5b\5d>>::reset\5babi:ne180100\5d::Pair\2c\20skgpu::UniqueKey\2c\20skia_private::THashMap::Pair>::Slot*\2c\200>\28skia_private::THashTable::Pair\2c\20skgpu::UniqueKey\2c\20skia_private::THashMap::Pair>::Slot*\29 -4874:void\20std::__2::unique_ptr\2c\20SkIcuBreakIteratorCache::Request::Hash>::Pair\2c\20SkIcuBreakIteratorCache::Request\2c\20skia_private::THashMap\2c\20SkIcuBreakIteratorCache::Request::Hash>::Pair>::Slot\20\5b\5d\2c\20std::__2::default_delete\2c\20SkIcuBreakIteratorCache::Request::Hash>::Pair\2c\20SkIcuBreakIteratorCache::Request\2c\20skia_private::THashMap\2c\20SkIcuBreakIteratorCache::Request::Hash>::Pair>::Slot\20\5b\5d>>::reset\5babi:ne180100\5d\2c\20SkIcuBreakIteratorCache::Request::Hash>::Pair\2c\20SkIcuBreakIteratorCache::Request\2c\20skia_private::THashMap\2c\20SkIcuBreakIteratorCache::Request::Hash>::Pair>::Slot*\2c\200>\28skia_private::THashTable\2c\20SkIcuBreakIteratorCache::Request::Hash>::Pair\2c\20SkIcuBreakIteratorCache::Request\2c\20skia_private::THashMap\2c\20SkIcuBreakIteratorCache::Request::Hash>::Pair>::Slot*\29 -4875:void\20std::__2::replace\5babi:ne180100\5d\28char*\2c\20char*\2c\20char\20const&\2c\20char\20const&\29 -4876:void\20std::__2::call_once\5babi:ne180100\5d\28std::__2::once_flag&\2c\20void\20\28&\29\28\29\29 -4877:void\20std::__2::allocator::construct\5babi:ne180100\5d&\2c\20SkSpan&\2c\20SkSpan&\2c\20SkSpan&\2c\20SkSpan&>\28sktext::GlyphRun*\2c\20SkFont\20const&\2c\20SkSpan&\2c\20SkSpan&\2c\20SkSpan&\2c\20SkSpan&\2c\20SkSpan&\29 -4878:void\20std::__2::allocator::construct\5babi:ne180100\5d\28skia::textlayout::FontFeature*\2c\20SkString\20const&\2c\20int&\29 -4879:void\20std::__2::__variant_detail::__impl\2c\20std::__2::unique_ptr>>::__assign\5babi:ne180100\5d<0ul\2c\20sk_sp>\28sk_sp&&\29 -4880:void\20std::__2::__variant_detail::__impl::__assign\5babi:ne180100\5d<0ul\2c\20SkPaint>\28SkPaint&&\29 -4881:void\20std::__2::__variant_detail::__assignment>::__assign_alt\5babi:ne180100\5d<0ul\2c\20SkPaint\2c\20SkPaint>\28std::__2::__variant_detail::__alt<0ul\2c\20SkPaint>&\2c\20SkPaint&&\29 -4882:void\20std::__2::__tree_right_rotate\5babi:ne180100\5d*>\28std::__2::__tree_node_base*\29 -4883:void\20std::__2::__tree_left_rotate\5babi:ne180100\5d*>\28std::__2::__tree_node_base*\29 -4884:void\20std::__2::__stable_sort_move\20const&\2c\20unsigned\20int\2c\20FT_COLR_Paint_\20const&\2c\20SkPaint*\29::$_0::operator\28\29\28FT_ColorStopIterator_\20const&\2c\20std::__2::vector>&\2c\20std::__2::vector\2c\20std::__2::allocator>>&\29\20const::'lambda'\28\28anonymous\20namespace\29::colrv1_configure_skpaint\28FT_FaceRec_*\2c\20SkSpan\20const&\2c\20unsigned\20int\2c\20FT_COLR_Paint_\20const&\2c\20SkPaint*\29::$_0::operator\28\29\28FT_ColorStopIterator_\20const&\2c\20std::__2::vector>&\2c\20std::__2::vector\2c\20std::__2::allocator>>&\29\20const::ColorStop\20const&\2c\20\28anonymous\20namespace\29::colrv1_configure_skpaint\28FT_FaceRec_*\2c\20SkSpan\20const&\2c\20unsigned\20int\2c\20FT_COLR_Paint_\20const&\2c\20SkPaint*\29::$_0::operator\28\29\28FT_ColorStopIterator_\20const&\2c\20std::__2::vector>&\2c\20std::__2::vector\2c\20std::__2::allocator>>&\29\20const::ColorStop\20const&\29&\2c\20std::__2::__wrap_iter<\28anonymous\20namespace\29::colrv1_configure_skpaint\28FT_FaceRec_*\2c\20SkSpan\20const&\2c\20unsigned\20int\2c\20FT_COLR_Paint_\20const&\2c\20SkPaint*\29::$_0::operator\28\29\28FT_ColorStopIterator_\20const&\2c\20std::__2::vector>&\2c\20std::__2::vector\2c\20std::__2::allocator>>&\29\20const::ColorStop*>>\28std::__2::__wrap_iter<\28anonymous\20namespace\29::colrv1_configure_skpaint\28FT_FaceRec_*\2c\20SkSpan\20const&\2c\20unsigned\20int\2c\20FT_COLR_Paint_\20const&\2c\20SkPaint*\29::$_0::operator\28\29\28FT_ColorStopIterator_\20const&\2c\20std::__2::vector>&\2c\20std::__2::vector\2c\20std::__2::allocator>>&\29\20const::ColorStop*>\2c\20std::__2::__wrap_iter<\28anonymous\20namespace\29::colrv1_configure_skpaint\28FT_FaceRec_*\2c\20SkSpan\20const&\2c\20unsigned\20int\2c\20FT_COLR_Paint_\20const&\2c\20SkPaint*\29::$_0::operator\28\29\28FT_ColorStopIterator_\20const&\2c\20std::__2::vector>&\2c\20std::__2::vector\2c\20std::__2::allocator>>&\29\20const::ColorStop*>\2c\20\28anonymous\20namespace\29::colrv1_configure_skpaint\28FT_FaceRec_*\2c\20SkSpan\20const&\2c\20unsigned\20int\2c\20FT_COLR_Paint_\20const&\2c\20SkPaint*\29::$_0::operator\28\29\28FT_ColorStopIterator_\20const&\2c\20std::__2::vector>&\2c\20std::__2::vector\2c\20std::__2::allocator>>&\29\20const::'lambda'\28\28anonymous\20namespace\29::colrv1_configure_skpaint\28FT_FaceRec_*\2c\20SkSpan\20const&\2c\20unsigned\20int\2c\20FT_COLR_Paint_\20const&\2c\20SkPaint*\29::$_0::operator\28\29\28FT_ColorStopIterator_\20const&\2c\20std::__2::vector>&\2c\20std::__2::vector\2c\20std::__2::allocator>>&\29\20const::ColorStop\20const&\2c\20\28anonymous\20namespace\29::colrv1_configure_skpaint\28FT_FaceRec_*\2c\20SkSpan\20const&\2c\20unsigned\20int\2c\20FT_COLR_Paint_\20const&\2c\20SkPaint*\29::$_0::operator\28\29\28FT_ColorStopIterator_\20const&\2c\20std::__2::vector>&\2c\20std::__2::vector\2c\20std::__2::allocator>>&\29\20const::ColorStop\20const&\29&\2c\20std::__2::iterator_traits\20const&\2c\20unsigned\20int\2c\20FT_COLR_Paint_\20const&\2c\20SkPaint*\29::$_0::operator\28\29\28FT_ColorStopIterator_\20const&\2c\20std::__2::vector>&\2c\20std::__2::vector\2c\20std::__2::allocator>>&\29\20const::ColorStop*>>::difference_type\2c\20std::__2::iterator_traits\20const&\2c\20unsigned\20int\2c\20FT_COLR_Paint_\20const&\2c\20SkPaint*\29::$_0::operator\28\29\28FT_ColorStopIterator_\20const&\2c\20std::__2::vector>&\2c\20std::__2::vector\2c\20std::__2::allocator>>&\29\20const::ColorStop*>>::value_type*\29 -4885:void\20std::__2::__sort5_maybe_branchless\5babi:ne180100\5d\28skia::textlayout::OneLineShaper::RunBlock*\2c\20skia::textlayout::OneLineShaper::RunBlock*\2c\20skia::textlayout::OneLineShaper::RunBlock*\2c\20skia::textlayout::OneLineShaper::RunBlock*\2c\20skia::textlayout::OneLineShaper::RunBlock*\2c\20skia::textlayout::OneLineShaper::finish\28skia::textlayout::Block\20const&\2c\20float\2c\20float&\29::$_0&\29 -4886:void\20std::__2::__sort5_maybe_branchless\5babi:ne180100\5d\28SkSL::ProgramElement\20const**\2c\20SkSL::ProgramElement\20const**\2c\20SkSL::ProgramElement\20const**\2c\20SkSL::ProgramElement\20const**\2c\20SkSL::ProgramElement\20const**\2c\20SkSL::Transform::\28anonymous\20namespace\29::BuiltinVariableScanner::sortNewElements\28\29::'lambda'\28SkSL::ProgramElement\20const*\2c\20SkSL::ProgramElement\20const*\29&\29 -4887:void\20std::__2::__sort5_maybe_branchless\5babi:ne180100\5d\28SkSL::FunctionDefinition\20const**\2c\20SkSL::FunctionDefinition\20const**\2c\20SkSL::FunctionDefinition\20const**\2c\20SkSL::FunctionDefinition\20const**\2c\20SkSL::FunctionDefinition\20const**\2c\20SkSL::Transform::FindAndDeclareBuiltinFunctions\28SkSL::Program&\29::$_0&\29 -4888:void\20std::__2::__sift_up\5babi:ne180100\5d*>>\28std::__2::__wrap_iter*>\2c\20std::__2::__wrap_iter*>\2c\20GrGeometryProcessor::ProgramImpl::emitTransformCode\28GrGLSLVertexBuilder*\2c\20GrGLSLUniformHandler*\29::$_0&\2c\20std::__2::iterator_traits*>>::difference_type\29 -4889:void\20std::__2::__sift_up\5babi:ne180100\5d>\28std::__2::__wrap_iter\2c\20std::__2::__wrap_iter\2c\20GrAATriangulator::EventComparator&\2c\20std::__2::iterator_traits>::difference_type\29 -4890:void\20std::__2::__optional_storage_base::__construct\5babi:ne180100\5d\28skia::textlayout::FontArguments\20const&\29 -4891:void\20std::__2::__optional_storage_base::__assign_from\5babi:ne180100\5d\20const&>\28std::__2::__optional_copy_assign_base\20const&\29 -4892:void\20std::__2::__optional_storage_base::__construct\5babi:ne180100\5d\28SkPath\20const&\29 -4893:void\20std::__2::__optional_storage_base::__construct\5babi:ne180100\5d\28AutoLayerForImageFilter&&\29 -4894:void\20std::__2::__memberwise_forward_assign\5babi:ne180100\5d&\2c\20int&>\2c\20std::__2::tuple\2c\20unsigned\20long>\2c\20sk_sp\2c\20unsigned\20long\2c\200ul\2c\201ul>\28std::__2::tuple&\2c\20int&>&\2c\20std::__2::tuple\2c\20unsigned\20long>&&\2c\20std::__2::__tuple_types\2c\20unsigned\20long>\2c\20std::__2::__tuple_indices<0ul\2c\201ul>\29 -4895:void\20std::__2::__memberwise_forward_assign\5babi:ne180100\5d&>\2c\20std::__2::tuple>\2c\20GrSurfaceProxyView\2c\20sk_sp\2c\200ul\2c\201ul>\28std::__2::tuple&>&\2c\20std::__2::tuple>&&\2c\20std::__2::__tuple_types>\2c\20std::__2::__tuple_indices<0ul\2c\201ul>\29 -4896:void\20std::__2::__list_imp>::__delete_node\5babi:ne180100\5d<>\28std::__2::__list_node*\29 -4897:void\20std::__2::__introsort\28skia::textlayout::OneLineShaper::RunBlock*\2c\20skia::textlayout::OneLineShaper::RunBlock*\2c\20skia::textlayout::OneLineShaper::finish\28skia::textlayout::Block\20const&\2c\20float\2c\20float&\29::$_0&\2c\20std::__2::iterator_traits::difference_type\2c\20bool\29 -4898:void\20std::__2::__introsort\28SkSL::ProgramElement\20const**\2c\20SkSL::ProgramElement\20const**\2c\20SkSL::Transform::\28anonymous\20namespace\29::BuiltinVariableScanner::sortNewElements\28\29::'lambda'\28SkSL::ProgramElement\20const*\2c\20SkSL::ProgramElement\20const*\29&\2c\20std::__2::iterator_traits::difference_type\2c\20bool\29 -4899:void\20std::__2::__introsort\28SkSL::FunctionDefinition\20const**\2c\20SkSL::FunctionDefinition\20const**\2c\20SkSL::Transform::FindAndDeclareBuiltinFunctions\28SkSL::Program&\29::$_0&\2c\20std::__2::iterator_traits::difference_type\2c\20bool\29 -4900:void\20std::__2::__forward_list_base\2c\20std::__2::allocator>>::__delete_node\5babi:ne180100\5d<>\28std::__2::__forward_list_node\2c\20void*>*\29 -4901:void\20std::__2::__double_or_nothing\5babi:nn180100\5d\28std::__2::unique_ptr&\2c\20char*&\2c\20char*&\29 -4902:void\20sorted_merge<&sweep_lt_vert\28SkPoint\20const&\2c\20SkPoint\20const&\29>\28GrTriangulator::VertexList*\2c\20GrTriangulator::VertexList*\2c\20GrTriangulator::VertexList*\29 -4903:void\20sorted_merge<&sweep_lt_horiz\28SkPoint\20const&\2c\20SkPoint\20const&\29>\28GrTriangulator::VertexList*\2c\20GrTriangulator::VertexList*\2c\20GrTriangulator::VertexList*\29 -4904:void\20sort_r_simple\28void*\2c\20unsigned\20long\2c\20unsigned\20long\2c\20int\20\28*\29\28void\20const*\2c\20void\20const*\2c\20void*\29\2c\20void*\29 -4905:void\20sktext::gpu::fillDirectClipped\28SkZip\2c\20unsigned\20int\2c\20SkPoint\2c\20SkIRect*\29 -4906:void\20skgpu::ganesh::SurfaceFillContext::clearAtLeast<\28SkAlphaType\292>\28SkIRect\20const&\2c\20SkRGBA4f<\28SkAlphaType\292>\20const&\29 -4907:void\20icu_74::umtx_initOnce\28icu_74::UInitOnce&\2c\20void\20\28*\29\28char\20const*\2c\20UErrorCode&\29\2c\20char\20const*\2c\20UErrorCode&\29 -4908:void\20hb_sanitize_context_t::set_object>\28OT::KernSubTable\20const*\29 -4909:void\20hair_path<\28SkPaint::Cap\292>\28SkPath\20const&\2c\20SkRasterClip\20const&\2c\20SkBlitter*\2c\20void\20\28*\29\28SkPoint\20const*\2c\20int\2c\20SkRegion\20const*\2c\20SkBlitter*\29\29 -4910:void\20hair_path<\28SkPaint::Cap\291>\28SkPath\20const&\2c\20SkRasterClip\20const&\2c\20SkBlitter*\2c\20void\20\28*\29\28SkPoint\20const*\2c\20int\2c\20SkRegion\20const*\2c\20SkBlitter*\29\29 -4911:void\20hair_path<\28SkPaint::Cap\290>\28SkPath\20const&\2c\20SkRasterClip\20const&\2c\20SkBlitter*\2c\20void\20\28*\29\28SkPoint\20const*\2c\20int\2c\20SkRegion\20const*\2c\20SkBlitter*\29\29 -4912:void\20\28anonymous\20namespace\29::copyFT2LCD16\28FT_Bitmap_\20const&\2c\20SkMaskBuilder*\2c\20int\2c\20unsigned\20char\20const*\2c\20unsigned\20char\20const*\2c\20unsigned\20char\20const*\29 -4913:void\20\28anonymous\20namespace\29::Pass::blur\28int\2c\20int\2c\20int\2c\20unsigned\20int\20const*\2c\20int\2c\20unsigned\20int*\2c\20int\29 -4914:void\20\28anonymous\20namespace\29::Pass::blur\28int\2c\20int\2c\20int\2c\20unsigned\20char\20const*\2c\20int\2c\20unsigned\20char*\2c\20int\29 -4915:void\20SkTQSort\28double*\2c\20double*\29 -4916:void\20SkTIntroSort\28int\2c\20int*\2c\20int\2c\20DistanceLessThan\20const&\29 -4917:void\20SkTIntroSort\28float*\2c\20float*\29::'lambda'\28float\20const&\2c\20float\20const&\29>\28int\2c\20float*\2c\20int\2c\20void\20SkTQSort\28float*\2c\20float*\29::'lambda'\28float\20const&\2c\20float\20const&\29\20const&\29 -4918:void\20SkTIntroSort\28double*\2c\20double*\29::'lambda'\28double\20const&\2c\20double\20const&\29>\28int\2c\20double*\2c\20int\2c\20void\20SkTQSort\28double*\2c\20double*\29::'lambda'\28double\20const&\2c\20double\20const&\29\20const&\29 -4919:void\20SkTIntroSort\28int\2c\20SkString*\2c\20int\2c\20bool\20\20const\28&\29\28SkString\20const&\2c\20SkString\20const&\29\29 -4920:void\20SkTIntroSort\28int\2c\20SkOpRayHit**\2c\20int\2c\20bool\20\20const\28&\29\28SkOpRayHit\20const*\2c\20SkOpRayHit\20const*\29\29 -4921:void\20SkTIntroSort\28SkOpContour**\2c\20SkOpContour**\29::'lambda'\28SkOpContour\20const*\2c\20SkOpContour\20const*\29>\28int\2c\20SkOpContour*\2c\20int\2c\20void\20SkTQSort\28SkOpContour**\2c\20SkOpContour**\29::'lambda'\28SkOpContour\20const*\2c\20SkOpContour\20const*\29\20const&\29 -4922:void\20SkTIntroSort\28int\2c\20SkEdge**\2c\20int\2c\20bool\20\20const\28&\29\28SkEdge\20const*\2c\20SkEdge\20const*\29\29 -4923:void\20SkTIntroSort\28SkClosestRecord\20const**\2c\20SkClosestRecord\20const**\29::'lambda'\28SkClosestRecord\20const*\2c\20SkClosestRecord\20const*\29>\28int\2c\20SkClosestRecord\20const*\2c\20int\2c\20void\20SkTQSort\28SkClosestRecord\20const**\2c\20SkClosestRecord\20const**\29::'lambda'\28SkClosestRecord\20const*\2c\20SkClosestRecord\20const*\29\20const&\29 -4924:void\20SkTIntroSort\28int\2c\20SkAnalyticEdge**\2c\20int\2c\20bool\20\20const\28&\29\28SkAnalyticEdge\20const*\2c\20SkAnalyticEdge\20const*\29\29 -4925:void\20SkTIntroSort\28int\2c\20GrGpuResource**\2c\20int\2c\20bool\20\20const\28&\29\28GrGpuResource*\20const&\2c\20GrGpuResource*\20const&\29\29 -4926:void\20SkTIntroSort\28int\2c\20GrGpuResource**\2c\20int\2c\20bool\20\28*\20const&\29\28GrGpuResource*\20const&\2c\20GrGpuResource*\20const&\29\29 -4927:void\20SkTIntroSort\28int\2c\20Edge*\2c\20int\2c\20EdgeLT\20const&\29 -4928:void\20SkSafeUnref\28GrWindowRectangles::Rec\20const*\29 -4929:void\20SkSafeUnref\28GrSurface::RefCntedReleaseProc*\29 -4930:void\20SkSafeUnref\28GrBufferAllocPool::CpuBufferCache*\29 -4931:void\20SkRecords::FillBounds::trackBounds\28SkRecords::NoOp\20const&\29 -4932:void\20GrGLProgramDataManager::setMatrices<4>\28GrResourceHandle\2c\20int\2c\20float\20const*\29\20const -4933:void\20GrGLProgramDataManager::setMatrices<3>\28GrResourceHandle\2c\20int\2c\20float\20const*\29\20const -4934:void\20GrGLProgramDataManager::setMatrices<2>\28GrResourceHandle\2c\20int\2c\20float\20const*\29\20const -4935:void\20A8_row_aa\28unsigned\20char*\2c\20unsigned\20char\2c\20int\2c\20unsigned\20char\2c\20unsigned\20char\20\28*\29\28unsigned\20char\2c\20unsigned\20char\29\2c\20bool\29 -4936:void*\20OT::hb_accelerate_subtables_context_t::cache_func_to>\28void*\2c\20OT::hb_ot_lookup_cache_op_t\29 -4937:void*\20OT::hb_accelerate_subtables_context_t::cache_func_to>\28void*\2c\20OT::hb_ot_lookup_cache_op_t\29 -4938:virtual\20thunk\20to\20GrGLTexture::onSetLabel\28\29 -4939:virtual\20thunk\20to\20GrGLTexture::backendFormat\28\29\20const -4940:vfiprintf -4941:validate_texel_levels\28SkISize\2c\20GrColorType\2c\20GrMipLevel\20const*\2c\20int\2c\20GrCaps\20const*\29 -4942:valid_divs\28int\20const*\2c\20int\2c\20int\2c\20int\29 -4943:utf8_byte_type\28unsigned\20char\29 -4944:utf8TextClose\28UText*\29 -4945:utf8TextAccess\28UText*\2c\20long\20long\2c\20signed\20char\29 -4946:utext_openConstUnicodeString_74 -4947:utext_openCharacterIterator_74 -4948:utext_moveIndex32_74 -4949:utext_getPreviousNativeIndex_74 -4950:ustrcase_mapWithOverlap_74 -4951:use_tiled_rendering\28GrGLCaps\20const&\2c\20GrOpsRenderPass::StencilLoadAndStoreInfo\20const&\29 -4952:ures_getInt_74 -4953:ures_getIntVector_74 -4954:ures_copyResb_74 -4955:ures_closeBundle\28UResourceBundle*\2c\20signed\20char\29 -4956:uprv_stricmp_74 -4957:uprv_mapFile_74 -4958:uprv_compareInvAscii_74 -4959:upropsvec_addPropertyStarts_74 -4960:uprops_getSource_74 -4961:uprops_addPropertyStarts_74 -4962:update_edge\28SkEdge*\2c\20int\29 -4963:unsigned\20short\20std::__2::__num_get_unsigned_integral\5babi:nn180100\5d\28char\20const*\2c\20char\20const*\2c\20unsigned\20int&\2c\20int\29 -4964:unsigned\20short\20sk_saturate_cast\28float\29 -4965:unsigned\20long\20long\20std::__2::__num_get_unsigned_integral\5babi:nn180100\5d\28char\20const*\2c\20char\20const*\2c\20unsigned\20int&\2c\20int\29 -4966:unsigned\20long&\20std::__2::vector>::emplace_back\28unsigned\20long&\29 -4967:unsigned\20long&\20std::__2::vector>::emplace_back\28int&\29 -4968:unsigned\20int\20std::__2::__num_get_unsigned_integral\5babi:nn180100\5d\28char\20const*\2c\20char\20const*\2c\20unsigned\20int&\2c\20int\29 -4969:unsigned\20int\20icu_74::\28anonymous\20namespace\29::MixedBlocks::makeHashCode\28unsigned\20short\20const*\2c\20int\29\20const -4970:unsigned\20int\20const*\20std::__2::lower_bound\5babi:nn180100\5d\28unsigned\20int\20const*\2c\20unsigned\20int\20const*\2c\20unsigned\20long\20const&\29 -4971:unsigned\20char\20pack_distance_field_val<4>\28float\29 -4972:unorm_getFCD16_74 -4973:umutablecptrie_close_74 -4974:ultag_isUnicodeLocaleType_74 -4975:ultag_isExtensionSubtags_74 -4976:ultag_getVariantsSize\28ULanguageTag\20const*\29 -4977:ultag_getTKeyStart_74 -4978:ultag_getExtensionsSize\28ULanguageTag\20const*\29 -4979:ulocimp_toBcpType_74 -4980:uloc_toUnicodeLocaleType_74 -4981:uloc_toUnicodeLocaleKey_74 -4982:uloc_setKeywordValue_74 -4983:uloc_getTableStringWithFallback_74 -4984:uloc_getScript_74 -4985:uloc_getName_74 -4986:uloc_getLanguage_74 -4987:uloc_getDisplayName_74 -4988:uloc_getCountry_74 -4989:uloc_canonicalize_74 -4990:uhash_init_74 -4991:uenum_close_74 -4992:udata_open_74 -4993:udata_getHashTable\28UErrorCode&\29 -4994:udata_findCachedData\28char\20const*\2c\20UErrorCode&\29 -4995:udata_checkCommonData_74 -4996:ucptrie_internalU8PrevIndex_74 -4997:uchar_addPropertyStarts_74 -4998:ucase_toFullTitle_74 -4999:ucase_toFullLower_74 -5000:ucase_toFullFolding_74 -5001:ucase_addPropertyStarts_74 -5002:ubrk_setText_74 -5003:ubrk_close_wrapper\28UBreakIterator*\29 -5004:ubidi_getVisualRun_74 -5005:ubidi_getPairedBracketType_74 -5006:ubidi_getClass_74 -5007:ubidi_countRuns_74 -5008:ubidi_close_74 -5009:u_unescapeAt_74 -5010:u_strToUTF8_74 -5011:u_memrchr_74 -5012:u_memcmp_74 -5013:u_memchr_74 -5014:u_isgraphPOSIX_74 -5015:u_getPropertyEnum_74 -5016:u8_lerp\28unsigned\20char\2c\20unsigned\20char\2c\20unsigned\20char\29 -5017:tt_size_select -5018:tt_size_run_prep -5019:tt_size_done_bytecode -5020:tt_sbit_decoder_load_image -5021:tt_prepare_zone -5022:tt_loader_set_pp -5023:tt_loader_init -5024:tt_loader_done -5025:tt_hvadvance_adjust -5026:tt_face_vary_cvt -5027:tt_face_palette_set -5028:tt_face_load_generic_header -5029:tt_face_load_cvt -5030:tt_face_goto_table -5031:tt_face_get_metrics -5032:tt_done_blend -5033:tt_cmap4_set_range -5034:tt_cmap4_next -5035:tt_cmap4_char_map_linear -5036:tt_cmap4_char_map_binary -5037:tt_cmap2_get_subheader -5038:tt_cmap14_get_nondef_chars -5039:tt_cmap14_get_def_chars -5040:tt_cmap14_def_char_count -5041:tt_cmap13_next -5042:tt_cmap13_init -5043:tt_cmap13_char_map_binary -5044:tt_cmap12_next -5045:tt_cmap12_char_map_binary -5046:tt_apply_mvar -5047:top_collinear\28GrTriangulator::Edge*\2c\20GrTriangulator::Edge*\29 -5048:to_stablekey\28int\2c\20unsigned\20int\29 -5049:toUpperOrTitle\28int\2c\20int\20\28*\29\28void*\2c\20signed\20char\29\2c\20void*\2c\20char16_t\20const**\2c\20int\2c\20signed\20char\29 -5050:throw_on_failure\28unsigned\20long\2c\20void*\29 -5051:thai_pua_shape\28unsigned\20int\2c\20thai_action_t\2c\20hb_font_t*\29 -5052:t1_lookup_glyph_by_stdcharcode_ps -5053:t1_cmap_std_init -5054:t1_cmap_std_char_index -5055:t1_builder_init -5056:t1_builder_close_contour -5057:t1_builder_add_point1 -5058:t1_builder_add_point -5059:t1_builder_add_contour -5060:sweep_lt_vert\28SkPoint\20const&\2c\20SkPoint\20const&\29 -5061:sweep_lt_horiz\28SkPoint\20const&\2c\20SkPoint\20const&\29 -5062:swap\28hb_bit_set_t&\2c\20hb_bit_set_t&\29 -5063:strutStyle_setFontSize -5064:strtoull -5065:strtoul -5066:strtoll_l -5067:strtol -5068:strspn -5069:strcspn -5070:store_int -5071:std::logic_error::~logic_error\28\29 -5072:std::logic_error::logic_error\28char\20const*\29 -5073:std::exception::exception\5babi:nn180100\5d\28\29 -5074:std::__2::vector>\2c\20std::__2::allocator>>>::__base_destruct_at_end\5babi:ne180100\5d\28std::__2::unique_ptr>*\29 -5075:std::__2::vector\2c\20std::__2::allocator>>::__base_destruct_at_end\5babi:ne180100\5d\28std::__2::tuple*\29 -5076:std::__2::vector>::max_size\28\29\20const -5077:std::__2::vector>::capacity\5babi:nn180100\5d\28\29\20const -5078:std::__2::vector>::__construct_at_end\28unsigned\20long\29 -5079:std::__2::vector>::__clear\5babi:nn180100\5d\28\29 -5080:std::__2::vector\2c\20std::__2::allocator>\2c\20std::__2::allocator\2c\20std::__2::allocator>>>::__clear\5babi:ne180100\5d\28\29 -5081:std::__2::vector>::__clear\5babi:ne180100\5d\28\29 -5082:std::__2::vector>::vector\28std::__2::vector>\20const&\29 -5083:std::__2::vector>::__vallocate\5babi:ne180100\5d\28unsigned\20long\29 -5084:std::__2::vector>::~vector\5babi:ne180100\5d\28\29 -5085:std::__2::vector>::__swap_out_circular_buffer\28std::__2::__split_buffer&>&\29 -5086:std::__2::vector>::operator=\5babi:ne180100\5d\28std::__2::vector>\20const&\29 -5087:std::__2::vector>::__clear\5babi:ne180100\5d\28\29 -5088:std::__2::vector>::__base_destruct_at_end\5babi:ne180100\5d\28skia::textlayout::FontFeature*\29 -5089:std::__2::vector\2c\20std::__2::allocator>>::vector\28std::__2::vector\2c\20std::__2::allocator>>\20const&\29 -5090:std::__2::vector>::insert\28std::__2::__wrap_iter\2c\20float&&\29 -5091:std::__2::vector>::__construct_at_end\28unsigned\20long\29 -5092:std::__2::vector>::__swap_out_circular_buffer\28std::__2::__split_buffer&>&\29 -5093:std::__2::vector>::__vallocate\5babi:ne180100\5d\28unsigned\20long\29 -5094:std::__2::vector>::__swap_out_circular_buffer\28std::__2::__split_buffer&>&\29 -5095:std::__2::vector>::vector\5babi:ne180100\5d\28std::initializer_list\29 -5096:std::__2::vector>::reserve\28unsigned\20long\29 -5097:std::__2::vector>::operator=\5babi:ne180100\5d\28std::__2::vector>\20const&\29 -5098:std::__2::vector>::__vdeallocate\28\29 -5099:std::__2::vector>::__destroy_vector::operator\28\29\5babi:ne180100\5d\28\29 -5100:std::__2::vector>::__clear\5babi:ne180100\5d\28\29 -5101:std::__2::vector>::__base_destruct_at_end\5babi:ne180100\5d\28SkString*\29 -5102:std::__2::vector>::push_back\5babi:ne180100\5d\28SkSL::TraceInfo&&\29 -5103:std::__2::vector>::push_back\5babi:ne180100\5d\28SkSL::SymbolTable*\20const&\29 -5104:std::__2::vector>::~vector\5babi:ne180100\5d\28\29 -5105:std::__2::vector>::__swap_out_circular_buffer\28std::__2::__split_buffer&>&\29 -5106:std::__2::vector>::__swap_out_circular_buffer\28std::__2::__split_buffer&>&\2c\20SkSL::ProgramElement\20const**\29 -5107:std::__2::vector>::__move_range\28SkSL::ProgramElement\20const**\2c\20SkSL::ProgramElement\20const**\2c\20SkSL::ProgramElement\20const**\29 -5108:std::__2::vector>::push_back\5babi:ne180100\5d\28SkRuntimeEffect::Uniform&&\29 -5109:std::__2::vector>::push_back\5babi:ne180100\5d\28SkRuntimeEffect::Child&&\29 -5110:std::__2::vector>::~vector\5babi:ne180100\5d\28\29 -5111:std::__2::vector>::__vallocate\5babi:ne180100\5d\28unsigned\20long\29 -5112:std::__2::vector>::__destroy_vector::operator\28\29\5babi:ne180100\5d\28\29 -5113:std::__2::vector>::reserve\28unsigned\20long\29 -5114:std::__2::vector>::__swap_out_circular_buffer\28std::__2::__split_buffer&>&\29 -5115:std::__2::vector\2c\20std::__2::allocator>>::__swap_out_circular_buffer\28std::__2::__split_buffer\2c\20std::__2::allocator>&>&\29 -5116:std::__2::vector>::push_back\5babi:ne180100\5d\28SkMeshSpecification::Varying&&\29 -5117:std::__2::vector>::__destroy_vector::operator\28\29\5babi:ne180100\5d\28\29 -5118:std::__2::vector>::reserve\28unsigned\20long\29 -5119:std::__2::vector>::__swap_out_circular_buffer\28std::__2::__split_buffer&>&\29 -5120:std::__2::vector>::__destroy_vector::operator\28\29\5babi:ne180100\5d\28\29 -5121:std::__2::vector>::__vallocate\5babi:ne180100\5d\28unsigned\20long\29 -5122:std::__2::vector>::__clear\5babi:ne180100\5d\28\29 -5123:std::__2::unique_ptr::unique_ptr\5babi:nn180100\5d\28unsigned\20char*\2c\20std::__2::__dependent_type\2c\20true>::__good_rval_ref_type\29 -5124:std::__2::unique_ptr>::~unique_ptr\5babi:ne180100\5d\28\29 -5125:std::__2::unique_ptr>::reset\5babi:ne180100\5d\28sktext::gpu::TextBlobRedrawCoordinator*\29 -5126:std::__2::unique_ptr::~unique_ptr\5babi:ne180100\5d\28\29 -5127:std::__2::unique_ptr>::~unique_ptr\5babi:ne180100\5d\28\29 -5128:std::__2::unique_ptr>::reset\5babi:ne180100\5d\28sktext::gpu::SubRunAllocator*\29 -5129:std::__2::unique_ptr>::~unique_ptr\5babi:ne180100\5d\28\29 -5130:std::__2::unique_ptr>::reset\5babi:ne180100\5d\28sktext::gpu::StrikeCache*\29 -5131:std::__2::unique_ptr>::~unique_ptr\5babi:ne180100\5d\28\29 -5132:std::__2::unique_ptr>::reset\5babi:ne180100\5d\28sktext::GlyphRunBuilder*\29 -5133:std::__2::unique_ptr\2c\20skia::textlayout::OneLineShaper::FontKey::Hasher>::Pair\2c\20skia::textlayout::OneLineShaper::FontKey\2c\20skia_private::THashMap\2c\20skia::textlayout::OneLineShaper::FontKey::Hasher>::Pair>::Slot\20\5b\5d\2c\20std::__2::default_delete\2c\20skia::textlayout::OneLineShaper::FontKey::Hasher>::Pair\2c\20skia::textlayout::OneLineShaper::FontKey\2c\20skia_private::THashMap\2c\20skia::textlayout::OneLineShaper::FontKey::Hasher>::Pair>::Slot\20\5b\5d>>::~unique_ptr\5babi:ne180100\5d\28\29 -5134:std::__2::unique_ptr\2c\20SkGoodHash>::Pair\2c\20int\2c\20skia_private::THashMap\2c\20SkGoodHash>::Pair>::Slot\20\5b\5d\2c\20std::__2::default_delete\2c\20SkGoodHash>::Pair\2c\20int\2c\20skia_private::THashMap\2c\20SkGoodHash>::Pair>::Slot\20\5b\5d>>::~unique_ptr\5babi:ne180100\5d\28\29 -5135:std::__2::unique_ptr\2c\20SkGoodHash>::Pair\2c\20SkString\2c\20skia_private::THashMap\2c\20SkGoodHash>::Pair>::Slot\20\5b\5d\2c\20std::__2::default_delete\2c\20SkGoodHash>::Pair\2c\20SkString\2c\20skia_private::THashMap\2c\20SkGoodHash>::Pair>::Slot\20\5b\5d>>::~unique_ptr\5babi:ne180100\5d\28\29 -5136:std::__2::unique_ptr>\2c\20SkGoodHash>::Pair\2c\20SkSL::Variable\20const*\2c\20skia_private::THashMap>\2c\20SkGoodHash>::Pair>::Slot\20\5b\5d\2c\20std::__2::default_delete>\2c\20SkGoodHash>::Pair\2c\20SkSL::Variable\20const*\2c\20skia_private::THashMap>\2c\20SkGoodHash>::Pair>::Slot\20\5b\5d>>::~unique_ptr\5babi:ne180100\5d\28\29 -5137:std::__2::unique_ptr\2c\20false>\2c\20SkGoodHash>::Pair\2c\20SkSL::FunctionDeclaration\20const*\2c\20skia_private::THashMap\2c\20false>\2c\20SkGoodHash>::Pair>::Slot\20\5b\5d\2c\20std::__2::default_delete\2c\20false>\2c\20SkGoodHash>::Pair\2c\20SkSL::FunctionDeclaration\20const*\2c\20skia_private::THashMap\2c\20false>\2c\20SkGoodHash>::Pair>::Slot\20\5b\5d>>::~unique_ptr\5babi:ne180100\5d\28\29 -5138:std::__2::unique_ptr\2c\20std::__2::allocator>\2c\20SkSL::Analysis::SpecializedFunctionKey::Hash>::Pair\2c\20SkSL::Analysis::SpecializedFunctionKey\2c\20skia_private::THashMap\2c\20std::__2::allocator>\2c\20SkSL::Analysis::SpecializedFunctionKey::Hash>::Pair>::Slot\20\5b\5d\2c\20std::__2::default_delete\2c\20std::__2::allocator>\2c\20SkSL::Analysis::SpecializedFunctionKey::Hash>::Pair\2c\20SkSL::Analysis::SpecializedFunctionKey\2c\20skia_private::THashMap\2c\20std::__2::allocator>\2c\20SkSL::Analysis::SpecializedFunctionKey::Hash>::Pair>::Slot\20\5b\5d>>::~unique_ptr\5babi:ne180100\5d\28\29 -5139:std::__2::unique_ptr::Pair\2c\20SkPath\2c\20skia_private::THashMap::Pair>::Slot\20\5b\5d\2c\20std::__2::default_delete::Pair\2c\20SkPath\2c\20skia_private::THashMap::Pair>::Slot\20\5b\5d>>::~unique_ptr\5babi:ne180100\5d\28\29 -5140:std::__2::unique_ptr>\2c\20SkGoodHash>::Pair\2c\20SkImageFilter\20const*\2c\20skia_private::THashMap>\2c\20SkGoodHash>::Pair>::Slot\20\5b\5d\2c\20std::__2::default_delete>\2c\20SkGoodHash>::Pair\2c\20SkImageFilter\20const*\2c\20skia_private::THashMap>\2c\20SkGoodHash>::Pair>::Slot\20\5b\5d>>::~unique_ptr\5babi:ne180100\5d\28\29 -5141:std::__2::unique_ptr\2c\20SkIcuBreakIteratorCache::Request::Hash>::Pair\2c\20SkIcuBreakIteratorCache::Request\2c\20skia_private::THashMap\2c\20SkIcuBreakIteratorCache::Request::Hash>::Pair>::Slot\20\5b\5d\2c\20std::__2::default_delete\2c\20SkIcuBreakIteratorCache::Request::Hash>::Pair\2c\20SkIcuBreakIteratorCache::Request\2c\20skia_private::THashMap\2c\20SkIcuBreakIteratorCache::Request::Hash>::Pair>::Slot\20\5b\5d>>::~unique_ptr\5babi:ne180100\5d\28\29 -5142:std::__2::unique_ptr\2c\20SkDescriptor\20const&\2c\20sktext::gpu::StrikeCache::HashTraits>::Slot\20\5b\5d\2c\20std::__2::default_delete\2c\20SkDescriptor\20const&\2c\20sktext::gpu::StrikeCache::HashTraits>::Slot\20\5b\5d>>::~unique_ptr\5babi:ne180100\5d\28\29 -5143:std::__2::unique_ptr\2c\20SkDescriptor\2c\20SkStrikeCache::StrikeTraits>::Slot\20\5b\5d\2c\20std::__2::default_delete\2c\20SkDescriptor\2c\20SkStrikeCache::StrikeTraits>::Slot\20\5b\5d>>::~unique_ptr\5babi:ne180100\5d\28\29 -5144:std::__2::unique_ptr::Slot\20\5b\5d\2c\20std::__2::default_delete::Slot\20\5b\5d>>::~unique_ptr\5babi:ne180100\5d\28\29 -5145:std::__2::unique_ptr\2c\20std::__2::default_delete>>::reset\5babi:ne180100\5d\28skia_private::TArray*\29 -5146:std::__2::unique_ptr>::~unique_ptr\5babi:ne180100\5d\28\29 -5147:std::__2::unique_ptr>::~unique_ptr\5babi:ne180100\5d\28\29 -5148:std::__2::unique_ptr>::reset\5babi:ne180100\5d\28skgpu::ganesh::SmallPathAtlasMgr*\29 -5149:std::__2::unique_ptr\20\5b\5d\2c\20std::__2::default_delete\20\5b\5d>>::~unique_ptr\5babi:ne180100\5d\28\29 -5150:std::__2::unique_ptr>::reset\5babi:ne180100\5d\28hb_font_t*\29 -5151:std::__2::unique_ptr>::~unique_ptr\5babi:ne180100\5d\28\29 -5152:std::__2::unique_ptr>::reset\5babi:ne180100\5d\28hb_blob_t*\29 -5153:std::__2::unique_ptr::operator=\5babi:nn180100\5d\28std::__2::unique_ptr&&\29 -5154:std::__2::unique_ptr<\28anonymous\20namespace\29::SoftwarePathData\2c\20std::__2::default_delete<\28anonymous\20namespace\29::SoftwarePathData>>::reset\5babi:ne180100\5d\28\28anonymous\20namespace\29::SoftwarePathData*\29 -5155:std::__2::unique_ptr>::~unique_ptr\5babi:ne180100\5d\28\29 -5156:std::__2::unique_ptr>::reset\5babi:ne180100\5d\28WebPDemuxer*\29 -5157:std::__2::unique_ptr>::~unique_ptr\5babi:ne180100\5d\28\29 -5158:std::__2::unique_ptr>::reset\5babi:ne180100\5d\28SkTaskGroup*\29 -5159:std::__2::unique_ptr>::~unique_ptr\5babi:ne180100\5d\28\29 -5160:std::__2::unique_ptr>::~unique_ptr\5babi:ne180100\5d\28\29 -5161:std::__2::unique_ptr>::reset\5babi:ne180100\5d\28SkSL::RP::Program*\29 -5162:std::__2::unique_ptr>::~unique_ptr\5babi:ne180100\5d\28\29 -5163:std::__2::unique_ptr>::reset\5babi:ne180100\5d\28SkSL::Program*\29 -5164:std::__2::unique_ptr>::reset\5babi:ne180100\5d\28SkSL::ProgramUsage*\29 -5165:std::__2::unique_ptr>::~unique_ptr\5babi:ne180100\5d\28\29 -5166:std::__2::unique_ptr>::~unique_ptr\5babi:ne180100\5d\28\29 -5167:std::__2::unique_ptr>::reset\5babi:ne180100\5d\28SkSL::MemoryPool*\29 -5168:std::__2::unique_ptr>\20SkSL::coalesce_vector\28std::__2::array\20const&\2c\20double\2c\20SkSL::Type\20const&\2c\20double\20\28*\29\28double\2c\20double\2c\20double\29\2c\20double\20\28*\29\28double\29\29 -5169:std::__2::unique_ptr>\20SkSL::coalesce_pairwise_vectors\28std::__2::array\20const&\2c\20double\2c\20SkSL::Type\20const&\2c\20double\20\28*\29\28double\2c\20double\2c\20double\29\2c\20double\20\28*\29\28double\29\29 -5170:std::__2::unique_ptr>::~unique_ptr\5babi:ne180100\5d\28\29 -5171:std::__2::unique_ptr>::~unique_ptr\5babi:ne180100\5d\28\29 -5172:std::__2::unique_ptr>::reset\5babi:ne180100\5d\28SkRecordCanvas*\29 -5173:std::__2::unique_ptr>::reset\5babi:ne180100\5d\28SkLatticeIter*\29 -5174:std::__2::unique_ptr>::reset\5babi:ne180100\5d\28SkCanvas::Layer*\29 -5175:std::__2::unique_ptr>::~unique_ptr\5babi:ne180100\5d\28\29 -5176:std::__2::unique_ptr>::reset\5babi:ne180100\5d\28SkCanvas::BackImage*\29 -5177:std::__2::unique_ptr>::~unique_ptr\5babi:ne180100\5d\28\29 -5178:std::__2::unique_ptr>::reset\5babi:ne180100\5d\28SkArenaAlloc*\29 -5179:std::__2::unique_ptr>::~unique_ptr\5babi:ne180100\5d\28\29 -5180:std::__2::unique_ptr>::reset\5babi:ne180100\5d\28GrThreadSafeCache*\29 -5181:std::__2::unique_ptr>::~unique_ptr\5babi:ne180100\5d\28\29 -5182:std::__2::unique_ptr>::reset\5babi:ne180100\5d\28GrResourceProvider*\29 -5183:std::__2::unique_ptr>::~unique_ptr\5babi:ne180100\5d\28\29 -5184:std::__2::unique_ptr>::reset\5babi:ne180100\5d\28GrResourceCache*\29 -5185:std::__2::unique_ptr>::~unique_ptr\5babi:ne180100\5d\28\29 -5186:std::__2::unique_ptr>::reset\5babi:ne180100\5d\28GrProxyProvider*\29 -5187:std::__2::unique_ptr>::~unique_ptr\5babi:ne180100\5d\28\29 -5188:std::__2::unique_ptr>::~unique_ptr\5babi:ne180100\5d\28\29 -5189:std::__2::unique_ptr>::~unique_ptr\5babi:ne180100\5d\28\29 -5190:std::__2::unique_ptr>::~unique_ptr\5babi:ne180100\5d\28\29 -5191:std::__2::unique_ptr>::reset\5babi:ne180100\5d\28GrAuditTrail::OpNode*\29 -5192:std::__2::unique_ptr>::reset\5babi:ne180100\5d\28FT_SizeRec_*\29 -5193:std::__2::tuple::tuple\5babi:nn180100\5d\28std::__2::locale::id::__get\28\29::$_0&&\29 -5194:std::__2::tuple\2c\20int\2c\20sktext::gpu::SubRunAllocator>\20sktext::gpu::SubRunAllocator::AllocateClassMemoryAndArena\28int\29::'lambda0'\28\29::operator\28\29\28\29\20const -5195:std::__2::tuple\2c\20int\2c\20sktext::gpu::SubRunAllocator>\20sktext::gpu::SubRunAllocator::AllocateClassMemoryAndArena\28int\29::'lambda'\28\29::operator\28\29\28\29\20const -5196:std::__2::tuple&\20std::__2::tuple::operator=\5babi:ne180100\5d\28std::__2::pair&&\29 -5197:std::__2::to_string\28unsigned\20long\29 -5198:std::__2::to_chars_result\20std::__2::__to_chars_itoa\5babi:nn180100\5d\28char*\2c\20char*\2c\20unsigned\20int\2c\20std::__2::integral_constant\29 -5199:std::__2::time_put>>::~time_put\28\29_17186 -5200:std::__2::time_get>>::__get_year\28int&\2c\20std::__2::istreambuf_iterator>&\2c\20std::__2::istreambuf_iterator>\2c\20unsigned\20int&\2c\20std::__2::ctype\20const&\29\20const -5201:std::__2::time_get>>::__get_weekdayname\28int&\2c\20std::__2::istreambuf_iterator>&\2c\20std::__2::istreambuf_iterator>\2c\20unsigned\20int&\2c\20std::__2::ctype\20const&\29\20const -5202:std::__2::time_get>>::__get_monthname\28int&\2c\20std::__2::istreambuf_iterator>&\2c\20std::__2::istreambuf_iterator>\2c\20unsigned\20int&\2c\20std::__2::ctype\20const&\29\20const -5203:std::__2::time_get>>::__get_year\28int&\2c\20std::__2::istreambuf_iterator>&\2c\20std::__2::istreambuf_iterator>\2c\20unsigned\20int&\2c\20std::__2::ctype\20const&\29\20const -5204:std::__2::time_get>>::__get_weekdayname\28int&\2c\20std::__2::istreambuf_iterator>&\2c\20std::__2::istreambuf_iterator>\2c\20unsigned\20int&\2c\20std::__2::ctype\20const&\29\20const -5205:std::__2::time_get>>::__get_monthname\28int&\2c\20std::__2::istreambuf_iterator>&\2c\20std::__2::istreambuf_iterator>\2c\20unsigned\20int&\2c\20std::__2::ctype\20const&\29\20const -5206:std::__2::shared_ptr::operator=\5babi:ne180100\5d\28std::__2::shared_ptr&&\29 -5207:std::__2::reverse_iterator::operator++\5babi:nn180100\5d\28\29 -5208:std::__2::priority_queue>\2c\20GrAATriangulator::EventComparator>::push\28GrAATriangulator::Event*\20const&\29 -5209:std::__2::pair\20std::__2::__copy_trivial::operator\28\29\5babi:nn180100\5d\28wchar_t\20const*\2c\20wchar_t\20const*\2c\20wchar_t*\29\20const -5210:std::__2::pair::pair\5babi:ne180100\5d\28std::__2::pair&&\29 -5211:std::__2::pair>::~pair\28\29 -5212:std::__2::pair\20std::__2::__unwrap_and_dispatch\5babi:ne180100\5d\2c\20std::__2::__copy_trivial>\2c\20skia::textlayout::FontFeature*\2c\20skia::textlayout::FontFeature*\2c\20skia::textlayout::FontFeature*\2c\200>\28skia::textlayout::FontFeature*\2c\20skia::textlayout::FontFeature*\2c\20skia::textlayout::FontFeature*\29 -5213:std::__2::pair\2c\20std::__2::allocator>>>::~pair\28\29 -5214:std::__2::pair\20std::__2::__copy_trivial::operator\28\29\5babi:nn180100\5d\28char\20const*\2c\20char\20const*\2c\20char*\29\20const -5215:std::__2::pair::pair\5babi:nn180100\5d\28char\20const*&&\2c\20char*&&\29 -5216:std::__2::pair>::~pair\28\29 -5217:std::__2::pair\20std::__2::__unwrap_and_dispatch\5babi:ne180100\5d\2c\20std::__2::__copy_trivial>\2c\20SkString*\2c\20SkString*\2c\20SkString*\2c\200>\28SkString*\2c\20SkString*\2c\20SkString*\29 -5218:std::__2::pair>::~pair\28\29 -5219:std::__2::ostreambuf_iterator>::operator=\5babi:nn180100\5d\28wchar_t\29 -5220:std::__2::ostreambuf_iterator>::operator=\5babi:nn180100\5d\28char\29 -5221:std::__2::optional::value\5babi:ne180100\5d\28\29\20& -5222:std::__2::optional&\20std::__2::optional::operator=\5babi:ne180100\5d\28SkPath\20const&\29 -5223:std::__2::optional&\20std::__2::optional::operator=\5babi:ne180100\5d\28SkPaint\20const&\29 -5224:std::__2::optional::value\5babi:ne180100\5d\28\29\20& -5225:std::__2::numpunct::~numpunct\28\29 -5226:std::__2::numpunct::~numpunct\28\29 -5227:std::__2::num_get>>::do_get\28std::__2::istreambuf_iterator>\2c\20std::__2::istreambuf_iterator>\2c\20std::__2::ios_base&\2c\20unsigned\20int&\2c\20unsigned\20int&\29\20const -5228:std::__2::num_get>>\20const&\20std::__2::use_facet\5babi:nn180100\5d>>>\28std::__2::locale\20const&\29 -5229:std::__2::num_get>>::do_get\28std::__2::istreambuf_iterator>\2c\20std::__2::istreambuf_iterator>\2c\20std::__2::ios_base&\2c\20unsigned\20int&\2c\20unsigned\20int&\29\20const -5230:std::__2::moneypunct\20const&\20std::__2::use_facet\5babi:nn180100\5d>\28std::__2::locale\20const&\29 -5231:std::__2::moneypunct\20const&\20std::__2::use_facet\5babi:nn180100\5d>\28std::__2::locale\20const&\29 -5232:std::__2::moneypunct::do_negative_sign\28\29\20const -5233:std::__2::moneypunct\20const&\20std::__2::use_facet\5babi:nn180100\5d>\28std::__2::locale\20const&\29 -5234:std::__2::moneypunct\20const&\20std::__2::use_facet\5babi:nn180100\5d>\28std::__2::locale\20const&\29 -5235:std::__2::moneypunct::do_negative_sign\28\29\20const -5236:std::__2::money_get>>::__do_get\28std::__2::istreambuf_iterator>&\2c\20std::__2::istreambuf_iterator>\2c\20bool\2c\20std::__2::locale\20const&\2c\20unsigned\20int\2c\20unsigned\20int&\2c\20bool&\2c\20std::__2::ctype\20const&\2c\20std::__2::unique_ptr&\2c\20wchar_t*&\2c\20wchar_t*\29 -5237:std::__2::money_get>>::__do_get\28std::__2::istreambuf_iterator>&\2c\20std::__2::istreambuf_iterator>\2c\20bool\2c\20std::__2::locale\20const&\2c\20unsigned\20int\2c\20unsigned\20int&\2c\20bool&\2c\20std::__2::ctype\20const&\2c\20std::__2::unique_ptr&\2c\20char*&\2c\20char*\29 -5238:std::__2::locale::operator=\28std::__2::locale\20const&\29 -5239:std::__2::locale::facet**\20std::__2::__construct_at\5babi:nn180100\5d\28std::__2::locale::facet**\29 -5240:std::__2::locale::__imp::~__imp\28\29 -5241:std::__2::locale::__imp::release\28\29 -5242:std::__2::list>::pop_front\28\29 -5243:std::__2::iterator_traits\2c\20std::__2::allocator>\20const*>::difference_type\20std::__2::distance\5babi:nn180100\5d\2c\20std::__2::allocator>\20const*>\28std::__2::basic_string\2c\20std::__2::allocator>\20const*\2c\20std::__2::basic_string\2c\20std::__2::allocator>\20const*\29 -5244:std::__2::iterator_traits::difference_type\20std::__2::distance\5babi:nn180100\5d\28char*\2c\20char*\29 -5245:std::__2::iterator_traits::difference_type\20std::__2::__distance\5babi:nn180100\5d\28char*\2c\20char*\2c\20std::__2::random_access_iterator_tag\29 -5246:std::__2::istreambuf_iterator>::operator++\5babi:nn180100\5d\28int\29 -5247:std::__2::istreambuf_iterator>::__test_for_eof\5babi:nn180100\5d\28\29\20const -5248:std::__2::istreambuf_iterator>::operator++\5babi:nn180100\5d\28int\29 -5249:std::__2::istreambuf_iterator>::__test_for_eof\5babi:nn180100\5d\28\29\20const -5250:std::__2::ios_base::width\5babi:nn180100\5d\28long\29 -5251:std::__2::ios_base::__call_callbacks\28std::__2::ios_base::event\29 -5252:std::__2::hash>::operator\28\29\5babi:ne180100\5d\28std::__2::optional\20const&\29\20const -5253:std::__2::function::operator\28\29\28skia::textlayout::ParagraphImpl*\2c\20char\20const*\2c\20bool\29\20const -5254:std::__2::function::operator\28\29\28SkVertices\20const*\2c\20SkBlendMode\2c\20SkPaint\20const&\2c\20float\2c\20float\2c\20bool\29\20const -5255:std::__2::function::operator\28\29\28GrTextureProxy*\2c\20SkIRect\2c\20GrColorType\2c\20void\20const*\2c\20unsigned\20long\29\20const -5256:std::__2::enable_if::type\20skgpu::tess::PatchWriter\2c\20skgpu::tess::Optional<\28skgpu::tess::PatchAttribs\294>\2c\20skgpu::tess::Optional<\28skgpu::tess::PatchAttribs\298>\2c\20skgpu::tess::Optional<\28skgpu::tess::PatchAttribs\2964>\2c\20skgpu::tess::Optional<\28skgpu::tess::PatchAttribs\2932>\2c\20skgpu::tess::ReplicateLineEndPoints\2c\20skgpu::tess::TrackJoinControlPoints>::writeDeferredStrokePatch\28\29 -5257:std::__2::enable_if>::value\2c\20SkRuntimeEffectBuilder::BuilderUniform&>::type\20SkRuntimeEffectBuilder::BuilderUniform::operator=>\28std::__2::array\20const&\29 -5258:std::__2::enable_if::value\2c\20SkRuntimeEffectBuilder::BuilderUniform&>::type\20SkRuntimeEffectBuilder::BuilderUniform::operator=\28float\20const&\29 -5259:std::__2::enable_if>::value\20&&\20sizeof\20\28skia::textlayout::SkRange\29\20!=\204\2c\20unsigned\20int>::type\20SkGoodHash::operator\28\29>\28skia::textlayout::SkRange\20const&\29\20const -5260:std::__2::enable_if::value\20&&\20sizeof\20\28bool\29\20!=\204\2c\20unsigned\20int>::type\20SkGoodHash::operator\28\29\28bool\20const&\29\20const -5261:std::__2::enable_if::value\20&&\20is_move_assignable::value\2c\20void>::type\20std::__2::swap\5babi:nn180100\5d\28char&\2c\20char&\29 -5262:std::__2::enable_if::value\20&&\20is_move_assignable::value\2c\20void>::type\20std::__2::swap\5babi:ne180100\5d\28SkBitmap&\2c\20SkBitmap&\29 -5263:std::__2::deque>::back\28\29 -5264:std::__2::deque>::__add_back_capacity\28\29 -5265:std::__2::default_delete::Pair\2c\20unsigned\20int\2c\20skia_private::THashMap::Pair>::Slot\20\5b\5d>::_EnableIfConvertible::Pair\2c\20unsigned\20int\2c\20skia_private::THashMap::Pair>::Slot>::type\20std::__2::default_delete::Pair\2c\20unsigned\20int\2c\20skia_private::THashMap::Pair>::Slot\20\5b\5d>::operator\28\29\5babi:ne180100\5d::Pair\2c\20unsigned\20int\2c\20skia_private::THashMap::Pair>::Slot>\28skia_private::THashTable::Pair\2c\20unsigned\20int\2c\20skia_private::THashMap::Pair>::Slot*\29\20const -5266:std::__2::default_delete>\2c\20SkSL::IntrinsicKind\2c\20SkGoodHash>::Pair\2c\20std::__2::basic_string_view>\2c\20skia_private::THashMap>\2c\20SkSL::IntrinsicKind\2c\20SkGoodHash>::Pair>::Slot\20\5b\5d>::_EnableIfConvertible>\2c\20SkSL::IntrinsicKind\2c\20SkGoodHash>::Pair\2c\20std::__2::basic_string_view>\2c\20skia_private::THashMap>\2c\20SkSL::IntrinsicKind\2c\20SkGoodHash>::Pair>::Slot>::type\20std::__2::default_delete>\2c\20SkSL::IntrinsicKind\2c\20SkGoodHash>::Pair\2c\20std::__2::basic_string_view>\2c\20skia_private::THashMap>\2c\20SkSL::IntrinsicKind\2c\20SkGoodHash>::Pair>::Slot\20\5b\5d>::operator\28\29\5babi:ne180100\5d>\2c\20SkSL::IntrinsicKind\2c\20SkGoodHash>::Pair\2c\20std::__2::basic_string_view>\2c\20skia_private::THashMap>\2c\20SkSL::IntrinsicKind\2c\20SkGoodHash>::Pair>::Slot>\28skia_private::THashTable>\2c\20SkSL::IntrinsicKind\2c\20SkGoodHash>::Pair\2c\20std::__2::basic_string_view>\2c\20skia_private::THashMap>\2c\20SkSL::IntrinsicKind\2c\20SkGoodHash>::Pair>::Slot*\29\20const -5267:std::__2::default_delete\2c\20skia::textlayout::OneLineShaper::FontKey::Hasher>::Pair\2c\20skia::textlayout::OneLineShaper::FontKey\2c\20skia_private::THashMap\2c\20skia::textlayout::OneLineShaper::FontKey::Hasher>::Pair>::Slot\20\5b\5d>::_EnableIfConvertible\2c\20skia::textlayout::OneLineShaper::FontKey::Hasher>::Pair\2c\20skia::textlayout::OneLineShaper::FontKey\2c\20skia_private::THashMap\2c\20skia::textlayout::OneLineShaper::FontKey::Hasher>::Pair>::Slot>::type\20std::__2::default_delete\2c\20skia::textlayout::OneLineShaper::FontKey::Hasher>::Pair\2c\20skia::textlayout::OneLineShaper::FontKey\2c\20skia_private::THashMap\2c\20skia::textlayout::OneLineShaper::FontKey::Hasher>::Pair>::Slot\20\5b\5d>::operator\28\29\5babi:ne180100\5d\2c\20skia::textlayout::OneLineShaper::FontKey::Hasher>::Pair\2c\20skia::textlayout::OneLineShaper::FontKey\2c\20skia_private::THashMap\2c\20skia::textlayout::OneLineShaper::FontKey::Hasher>::Pair>::Slot>\28skia_private::THashTable\2c\20skia::textlayout::OneLineShaper::FontKey::Hasher>::Pair\2c\20skia::textlayout::OneLineShaper::FontKey\2c\20skia_private::THashMap\2c\20skia::textlayout::OneLineShaper::FontKey::Hasher>::Pair>::Slot*\29\20const -5268:std::__2::default_delete\2c\20std::__2::allocator>>\2c\20skia::textlayout::FontCollection::FamilyKey::Hasher>::Pair\2c\20skia::textlayout::FontCollection::FamilyKey\2c\20skia_private::THashMap\2c\20std::__2::allocator>>\2c\20skia::textlayout::FontCollection::FamilyKey::Hasher>::Pair>::Slot\20\5b\5d>::_EnableIfConvertible\2c\20std::__2::allocator>>\2c\20skia::textlayout::FontCollection::FamilyKey::Hasher>::Pair\2c\20skia::textlayout::FontCollection::FamilyKey\2c\20skia_private::THashMap\2c\20std::__2::allocator>>\2c\20skia::textlayout::FontCollection::FamilyKey::Hasher>::Pair>::Slot>::type\20std::__2::default_delete\2c\20std::__2::allocator>>\2c\20skia::textlayout::FontCollection::FamilyKey::Hasher>::Pair\2c\20skia::textlayout::FontCollection::FamilyKey\2c\20skia_private::THashMap\2c\20std::__2::allocator>>\2c\20skia::textlayout::FontCollection::FamilyKey::Hasher>::Pair>::Slot\20\5b\5d>::operator\28\29\5babi:ne180100\5d\2c\20std::__2::allocator>>\2c\20skia::textlayout::FontCollection::FamilyKey::Hasher>::Pair\2c\20skia::textlayout::FontCollection::FamilyKey\2c\20skia_private::THashMap\2c\20std::__2::allocator>>\2c\20skia::textlayout::FontCollection::FamilyKey::Hasher>::Pair>::Slot>\28skia_private::THashTable\2c\20std::__2::allocator>>\2c\20skia::textlayout::FontCollection::FamilyKey::Hasher>::Pair\2c\20skia::textlayout::FontCollection::FamilyKey\2c\20skia_private::THashMap\2c\20std::__2::allocator>>\2c\20skia::textlayout::FontCollection::FamilyKey::Hasher>::Pair>::Slot*\29\20const -5269:std::__2::default_delete>::Pair\2c\20skgpu::ganesh::AtlasPathRenderer::AtlasPathKey\2c\20skia_private::THashMap>::Pair>::Slot\20\5b\5d>::_EnableIfConvertible>::Pair\2c\20skgpu::ganesh::AtlasPathRenderer::AtlasPathKey\2c\20skia_private::THashMap>::Pair>::Slot>::type\20std::__2::default_delete>::Pair\2c\20skgpu::ganesh::AtlasPathRenderer::AtlasPathKey\2c\20skia_private::THashMap>::Pair>::Slot\20\5b\5d>::operator\28\29\5babi:ne180100\5d>::Pair\2c\20skgpu::ganesh::AtlasPathRenderer::AtlasPathKey\2c\20skia_private::THashMap>::Pair>::Slot>\28skia_private::THashTable>::Pair\2c\20skgpu::ganesh::AtlasPathRenderer::AtlasPathKey\2c\20skia_private::THashMap>::Pair>::Slot*\29\20const -5270:std::__2::default_delete::Pair\2c\20skgpu::UniqueKey\2c\20skia_private::THashMap::Pair>::Slot\20\5b\5d>::_EnableIfConvertible::Pair\2c\20skgpu::UniqueKey\2c\20skia_private::THashMap::Pair>::Slot>::type\20std::__2::default_delete::Pair\2c\20skgpu::UniqueKey\2c\20skia_private::THashMap::Pair>::Slot\20\5b\5d>::operator\28\29\5babi:ne180100\5d::Pair\2c\20skgpu::UniqueKey\2c\20skia_private::THashMap::Pair>::Slot>\28skia_private::THashTable::Pair\2c\20skgpu::UniqueKey\2c\20skia_private::THashMap::Pair>::Slot*\29\20const -5271:std::__2::default_delete\2c\20SkIcuBreakIteratorCache::Request::Hash>::Pair\2c\20SkIcuBreakIteratorCache::Request\2c\20skia_private::THashMap\2c\20SkIcuBreakIteratorCache::Request::Hash>::Pair>::Slot\20\5b\5d>::_EnableIfConvertible\2c\20SkIcuBreakIteratorCache::Request::Hash>::Pair\2c\20SkIcuBreakIteratorCache::Request\2c\20skia_private::THashMap\2c\20SkIcuBreakIteratorCache::Request::Hash>::Pair>::Slot>::type\20std::__2::default_delete\2c\20SkIcuBreakIteratorCache::Request::Hash>::Pair\2c\20SkIcuBreakIteratorCache::Request\2c\20skia_private::THashMap\2c\20SkIcuBreakIteratorCache::Request::Hash>::Pair>::Slot\20\5b\5d>::operator\28\29\5babi:ne180100\5d\2c\20SkIcuBreakIteratorCache::Request::Hash>::Pair\2c\20SkIcuBreakIteratorCache::Request\2c\20skia_private::THashMap\2c\20SkIcuBreakIteratorCache::Request::Hash>::Pair>::Slot>\28skia_private::THashTable\2c\20SkIcuBreakIteratorCache::Request::Hash>::Pair\2c\20SkIcuBreakIteratorCache::Request\2c\20skia_private::THashMap\2c\20SkIcuBreakIteratorCache::Request::Hash>::Pair>::Slot*\29\20const -5272:std::__2::default_delete\20\5b\5d>::_EnableIfConvertible>::type\20std::__2::default_delete\20\5b\5d>::operator\28\29\5babi:ne180100\5d>\28sk_sp*\29\20const -5273:std::__2::default_delete::_EnableIfConvertible::type\20std::__2::default_delete::operator\28\29\5babi:ne180100\5d\28GrGLCaps::ColorTypeInfo*\29\20const -5274:std::__2::ctype::~ctype\28\29 -5275:std::__2::codecvt::~codecvt\28\29 -5276:std::__2::codecvt::do_out\28__mbstate_t&\2c\20char\20const*\2c\20char\20const*\2c\20char\20const*&\2c\20char*\2c\20char*\2c\20char*&\29\20const -5277:std::__2::codecvt::do_out\28__mbstate_t&\2c\20char32_t\20const*\2c\20char32_t\20const*\2c\20char32_t\20const*&\2c\20char8_t*\2c\20char8_t*\2c\20char8_t*&\29\20const -5278:std::__2::codecvt::do_length\28__mbstate_t&\2c\20char8_t\20const*\2c\20char8_t\20const*\2c\20unsigned\20long\29\20const -5279:std::__2::codecvt::do_in\28__mbstate_t&\2c\20char8_t\20const*\2c\20char8_t\20const*\2c\20char8_t\20const*&\2c\20char32_t*\2c\20char32_t*\2c\20char32_t*&\29\20const -5280:std::__2::codecvt::do_out\28__mbstate_t&\2c\20char16_t\20const*\2c\20char16_t\20const*\2c\20char16_t\20const*&\2c\20char8_t*\2c\20char8_t*\2c\20char8_t*&\29\20const -5281:std::__2::codecvt::do_length\28__mbstate_t&\2c\20char8_t\20const*\2c\20char8_t\20const*\2c\20unsigned\20long\29\20const -5282:std::__2::codecvt::do_in\28__mbstate_t&\2c\20char8_t\20const*\2c\20char8_t\20const*\2c\20char8_t\20const*&\2c\20char16_t*\2c\20char16_t*\2c\20char16_t*&\29\20const -5283:std::__2::char_traits::eq_int_type\5babi:nn180100\5d\28int\2c\20int\29 -5284:std::__2::char_traits::not_eof\5babi:nn180100\5d\28int\29 -5285:std::__2::char_traits::find\5babi:ne180100\5d\28char\20const*\2c\20unsigned\20long\2c\20char\20const&\29 -5286:std::__2::basic_stringstream\2c\20std::__2::allocator>::basic_stringstream\5babi:ne180100\5d\28std::__2::basic_string\2c\20std::__2::allocator>\20const&\2c\20unsigned\20int\29 -5287:std::__2::basic_stringbuf\2c\20std::__2::allocator>::str\28std::__2::basic_string\2c\20std::__2::allocator>\20const&\29 -5288:std::__2::basic_stringbuf\2c\20std::__2::allocator>::str\28\29\20const -5289:std::__2::basic_string_view>::substr\5babi:ne180100\5d\28unsigned\20long\2c\20unsigned\20long\29\20const -5290:std::__2::basic_string\2c\20std::__2::allocator>::basic_string\5babi:nn180100\5d\28unsigned\20long\2c\20wchar_t\29 -5291:std::__2::basic_string\2c\20std::__2::allocator>::basic_string\5babi:nn180100\5d\28wchar_t\20const*\2c\20wchar_t\20const*\29 -5292:std::__2::basic_string\2c\20std::__2::allocator>::__grow_by_without_replace\5babi:nn180100\5d\28unsigned\20long\2c\20unsigned\20long\2c\20unsigned\20long\2c\20unsigned\20long\2c\20unsigned\20long\2c\20unsigned\20long\29 -5293:std::__2::basic_string\2c\20std::__2::allocator>::__grow_by_and_replace\28unsigned\20long\2c\20unsigned\20long\2c\20unsigned\20long\2c\20unsigned\20long\2c\20unsigned\20long\2c\20unsigned\20long\2c\20wchar_t\20const*\29 -5294:std::__2::basic_string\2c\20std::__2::allocator>::resize\28unsigned\20long\2c\20char\29 -5295:std::__2::basic_string\2c\20std::__2::allocator>::insert\28unsigned\20long\2c\20char\20const*\2c\20unsigned\20long\29 -5296:std::__2::basic_string\2c\20std::__2::allocator>::basic_string\5babi:nn180100\5d\28unsigned\20long\2c\20char\29 -5297:std::__2::basic_string\2c\20std::__2::allocator>::basic_string\5babi:ne180100\5d\28std::__2::__uninitialized_size_tag\2c\20unsigned\20long\2c\20std::__2::allocator\20const&\29 -5298:std::__2::basic_string\2c\20std::__2::allocator>::__null_terminate_at\5babi:nn180100\5d\28char*\2c\20unsigned\20long\29 -5299:std::__2::basic_string\2c\20std::__2::allocator>&\20std::__2::basic_string\2c\20std::__2::allocator>::operator+=>\2c\200>\28std::__2::basic_string_view>\20const&\29 -5300:std::__2::basic_string\2c\20std::__2::allocator>&\20skia_private::TArray\2c\20std::__2::allocator>\2c\20false>::emplace_back\28char\20const*&&\29 -5301:std::__2::basic_streambuf>::sbumpc\5babi:nn180100\5d\28\29 -5302:std::__2::basic_streambuf>::sputc\5babi:nn180100\5d\28char\29 -5303:std::__2::basic_streambuf>::sgetc\5babi:nn180100\5d\28\29 -5304:std::__2::basic_streambuf>::sbumpc\5babi:nn180100\5d\28\29 -5305:std::__2::basic_streambuf>::basic_streambuf\28\29 -5306:std::__2::basic_ostream>::sentry::~sentry\28\29 -5307:std::__2::basic_ostream>::sentry::sentry\28std::__2::basic_ostream>&\29 -5308:std::__2::basic_ostream>::operator<<\28float\29 -5309:std::__2::basic_ostream>::flush\28\29 -5310:std::__2::basic_istream>::~basic_istream\28\29_16271 -5311:std::__2::basic_iostream>::basic_iostream\5babi:ne180100\5d\28std::__2::basic_streambuf>*\29 -5312:std::__2::basic_ios>::imbue\5babi:ne180100\5d\28std::__2::locale\20const&\29 -5313:std::__2::allocator_traits>::deallocate\5babi:nn180100\5d\28std::__2::__sso_allocator&\2c\20std::__2::locale::facet**\2c\20unsigned\20long\29 -5314:std::__2::allocator::allocate\5babi:nn180100\5d\28unsigned\20long\29 -5315:std::__2::allocator::allocate\5babi:ne180100\5d\28unsigned\20long\29 -5316:std::__2::__wrap_iter\20std::__2::vector>::insert\2c\200>\28std::__2::__wrap_iter\2c\20std::__2::__wrap_iter\2c\20std::__2::__wrap_iter\29 -5317:std::__2::__unique_if\2c\20std::__2::allocator>>::__unique_single\20std::__2::make_unique\5babi:ne180100\5d\2c\20std::__2::allocator>\2c\20std::__2::basic_string\2c\20std::__2::allocator>>\28std::__2::basic_string\2c\20std::__2::allocator>&&\29 -5318:std::__2::__unique_if::__unique_single\20std::__2::make_unique\5babi:ne180100\5d>\2c\20std::__2::unique_ptr>\2c\20std::__2::unique_ptr>>\28SkSL::Position&\2c\20std::__2::unique_ptr>&&\2c\20std::__2::unique_ptr>&&\2c\20std::__2::unique_ptr>&&\29 -5319:std::__2::__unique_if::__unique_single\20std::__2::make_unique\5babi:ne180100\5d\28\29 -5320:std::__2::__unique_if::__unique_single\20std::__2::make_unique\5babi:ne180100\5d\28\29 -5321:std::__2::__unique_if::__unique_single\20std::__2::make_unique\5babi:ne180100\5d\28SkSL::Position&\2c\20SkSL::Type\20const&\2c\20SkSL::ExpressionArray&&\29 -5322:std::__2::__unique_if::__unique_single\20std::__2::make_unique\5babi:ne180100\5d>>\28SkSL::Position&\2c\20SkSL::Type\20const&\2c\20std::__2::unique_ptr>&&\29 -5323:std::__2::__unique_if::__unique_single\20std::__2::make_unique\5babi:ne180100\5d>>\28SkSL::Position&\2c\20SkSL::Type\20const&\2c\20std::__2::unique_ptr>&&\29 -5324:std::__2::__unique_if::__unique_single\20std::__2::make_unique\5babi:ne180100\5d>>\28SkSL::Position&\2c\20SkSL::Type\20const&\2c\20std::__2::unique_ptr>&&\29 -5325:std::__2::__unique_if::__unique_single\20std::__2::make_unique\5babi:ne180100\5d>>\28SkSL::Position&\2c\20SkSL::Type\20const&\2c\20std::__2::unique_ptr>&&\29 -5326:std::__2::__unique_if::__unique_single\20std::__2::make_unique\5babi:ne180100\5d>>\28SkSL::Position&\2c\20SkSL::Type\20const&\2c\20std::__2::unique_ptr>&&\29 -5327:std::__2::__unique_if::__unique_single\20std::__2::make_unique\5babi:ne180100\5d\28SkSL::Position&\2c\20SkSL::Type\20const&\2c\20SkSL::ExpressionArray&&\29 -5328:std::__2::__unique_if::__unique_single\20std::__2::make_unique\5babi:ne180100\5d>>\28SkSL::Position&\2c\20SkSL::Type\20const&\2c\20std::__2::unique_ptr>&&\29 -5329:std::__2::__unique_if::__unique_single\20std::__2::make_unique\5babi:ne180100\5d\28SkSL::Position&\2c\20SkSL::Type\20const&\2c\20SkSL::ExpressionArray&&\29 -5330:std::__2::__unique_if::__unique_single\20std::__2::make_unique\5babi:ne180100\5d>\2c\20true>\2c\20SkSL::Block::Kind&\2c\20std::__2::unique_ptr>>\28SkSL::Position&\2c\20skia_private::STArray<2\2c\20std::__2::unique_ptr>\2c\20true>&&\2c\20SkSL::Block::Kind&\2c\20std::__2::unique_ptr>&&\29 -5331:std::__2::__tuple_impl\2c\20std::__2::locale::id::__get\28\29::$_0&&>::__tuple_impl\5babi:nn180100\5d<0ul\2c\20std::__2::locale::id::__get\28\29::$_0&&\2c\20std::__2::locale::id::__get\28\29::$_0>\28std::__2::__tuple_indices<0ul>\2c\20std::__2::__tuple_types\2c\20std::__2::__tuple_indices<...>\2c\20std::__2::__tuple_types<>\2c\20std::__2::locale::id::__get\28\29::$_0&&\29 -5332:std::__2::__time_put::__time_put\5babi:nn180100\5d\28\29 -5333:std::__2::__time_put::__do_put\28char*\2c\20char*&\2c\20tm\20const*\2c\20char\2c\20char\29\20const -5334:std::__2::__throw_length_error\5babi:ne180100\5d\28char\20const*\29 -5335:std::__2::__split_buffer&>::~__split_buffer\28\29 -5336:std::__2::__split_buffer&>::__split_buffer\28unsigned\20long\2c\20unsigned\20long\2c\20std::__2::allocator&\29 -5337:std::__2::__split_buffer>::pop_back\5babi:ne180100\5d\28\29 -5338:std::__2::__split_buffer&>::push_back\28skia::textlayout::OneLineShaper::RunBlock*&&\29 -5339:std::__2::__split_buffer&>::~__split_buffer\28\29 -5340:std::__2::__split_buffer&>::__split_buffer\28unsigned\20long\2c\20unsigned\20long\2c\20std::__2::allocator&\29 -5341:std::__2::__split_buffer&>::~__split_buffer\28\29 -5342:std::__2::__split_buffer&>::~__split_buffer\28\29 -5343:std::__2::__split_buffer&>::__split_buffer\28unsigned\20long\2c\20unsigned\20long\2c\20std::__2::allocator&\29 -5344:std::__2::__split_buffer&>::~__split_buffer\28\29 -5345:std::__2::__split_buffer&>::__split_buffer\28unsigned\20long\2c\20unsigned\20long\2c\20std::__2::allocator&\29 -5346:std::__2::__split_buffer&>::~__split_buffer\28\29 -5347:std::__2::__shared_weak_count::__release_shared\5babi:ne180100\5d\28\29 -5348:std::__2::__shared_count::__add_shared\5babi:nn180100\5d\28\29 -5349:std::__2::__optional_destruct_base::reset\5babi:ne180100\5d\28\29 -5350:std::__2::__optional_destruct_base::~__optional_destruct_base\5babi:ne180100\5d\28\29 -5351:std::__2::__optional_destruct_base::reset\5babi:ne180100\5d\28\29 -5352:std::__2::__optional_destruct_base::~__optional_destruct_base\5babi:ne180100\5d\28\29 -5353:std::__2::__num_put::__widen_and_group_int\28char*\2c\20char*\2c\20char*\2c\20wchar_t*\2c\20wchar_t*&\2c\20wchar_t*&\2c\20std::__2::locale\20const&\29 -5354:std::__2::__num_put::__widen_and_group_float\28char*\2c\20char*\2c\20char*\2c\20wchar_t*\2c\20wchar_t*&\2c\20wchar_t*&\2c\20std::__2::locale\20const&\29 -5355:std::__2::__num_put::__widen_and_group_int\28char*\2c\20char*\2c\20char*\2c\20char*\2c\20char*&\2c\20char*&\2c\20std::__2::locale\20const&\29 -5356:std::__2::__num_put::__widen_and_group_float\28char*\2c\20char*\2c\20char*\2c\20char*\2c\20char*&\2c\20char*&\2c\20std::__2::locale\20const&\29 -5357:std::__2::__money_put::__gather_info\28bool\2c\20bool\2c\20std::__2::locale\20const&\2c\20std::__2::money_base::pattern&\2c\20wchar_t&\2c\20wchar_t&\2c\20std::__2::basic_string\2c\20std::__2::allocator>&\2c\20std::__2::basic_string\2c\20std::__2::allocator>&\2c\20std::__2::basic_string\2c\20std::__2::allocator>&\2c\20int&\29 -5358:std::__2::__money_put::__format\28wchar_t*\2c\20wchar_t*&\2c\20wchar_t*&\2c\20unsigned\20int\2c\20wchar_t\20const*\2c\20wchar_t\20const*\2c\20std::__2::ctype\20const&\2c\20bool\2c\20std::__2::money_base::pattern\20const&\2c\20wchar_t\2c\20wchar_t\2c\20std::__2::basic_string\2c\20std::__2::allocator>\20const&\2c\20std::__2::basic_string\2c\20std::__2::allocator>\20const&\2c\20std::__2::basic_string\2c\20std::__2::allocator>\20const&\2c\20int\29 -5359:std::__2::__money_put::__gather_info\28bool\2c\20bool\2c\20std::__2::locale\20const&\2c\20std::__2::money_base::pattern&\2c\20char&\2c\20char&\2c\20std::__2::basic_string\2c\20std::__2::allocator>&\2c\20std::__2::basic_string\2c\20std::__2::allocator>&\2c\20std::__2::basic_string\2c\20std::__2::allocator>&\2c\20int&\29 -5360:std::__2::__money_put::__format\28char*\2c\20char*&\2c\20char*&\2c\20unsigned\20int\2c\20char\20const*\2c\20char\20const*\2c\20std::__2::ctype\20const&\2c\20bool\2c\20std::__2::money_base::pattern\20const&\2c\20char\2c\20char\2c\20std::__2::basic_string\2c\20std::__2::allocator>\20const&\2c\20std::__2::basic_string\2c\20std::__2::allocator>\20const&\2c\20std::__2::basic_string\2c\20std::__2::allocator>\20const&\2c\20int\29 -5361:std::__2::__libcpp_sscanf_l\28char\20const*\2c\20__locale_struct*\2c\20char\20const*\2c\20...\29 -5362:std::__2::__libcpp_mbrtowc_l\5babi:nn180100\5d\28wchar_t*\2c\20char\20const*\2c\20unsigned\20long\2c\20__mbstate_t*\2c\20__locale_struct*\29 -5363:std::__2::__libcpp_mb_cur_max_l\5babi:nn180100\5d\28__locale_struct*\29 -5364:std::__2::__hash_table\2c\20std::__2::__unordered_map_hasher\2c\20std::__2::hash\2c\20std::__2::equal_to\2c\20true>\2c\20std::__2::__unordered_map_equal\2c\20std::__2::equal_to\2c\20std::__2::hash\2c\20true>\2c\20std::__2::allocator>>::__deallocate_node\28std::__2::__hash_node_base\2c\20void*>*>*\29 -5365:std::__2::__hash_table\2c\20std::__2::__unordered_map_hasher\2c\20std::__2::hash\2c\20std::__2::equal_to\2c\20true>\2c\20std::__2::__unordered_map_equal\2c\20std::__2::equal_to\2c\20std::__2::hash\2c\20true>\2c\20std::__2::allocator>>::__deallocate_node\28std::__2::__hash_node_base\2c\20void*>*>*\29 -5366:std::__2::__hash_table\2c\20std::__2::equal_to\2c\20std::__2::allocator>::__deallocate_node\28std::__2::__hash_node_base*>*\29 -5367:std::__2::__function::__value_func\2c\20sktext::gpu::RendererData\29>::operator\28\29\5babi:ne180100\5d\28sktext::gpu::AtlasSubRun\20const*&&\2c\20SkPoint&&\2c\20SkPaint\20const&\2c\20sk_sp&&\2c\20sktext::gpu::RendererData&&\29\20const -5368:std::__2::__function::__value_func\2c\20skia::textlayout::SkRange\2c\20skia::textlayout::SkRange\2c\20skia::textlayout::SkRange\2c\20skia::textlayout::SkRange\2c\20float\2c\20unsigned\20long\2c\20unsigned\20long\2c\20SkPoint\2c\20SkPoint\2c\20skia::textlayout::InternalLineMetrics\2c\20bool\29>::operator\28\29\5babi:ne180100\5d\28skia::textlayout::SkRange&&\2c\20skia::textlayout::SkRange&&\2c\20skia::textlayout::SkRange&&\2c\20skia::textlayout::SkRange&&\2c\20skia::textlayout::SkRange&&\2c\20float&&\2c\20unsigned\20long&&\2c\20unsigned\20long&&\2c\20SkPoint&&\2c\20SkPoint&&\2c\20skia::textlayout::InternalLineMetrics&&\2c\20bool&&\29\20const -5369:std::__2::__function::__value_func\29>::operator\28\29\5babi:ne180100\5d\28skia::textlayout::Block&&\2c\20skia_private::TArray&&\29\20const -5370:std::__2::__function::__func\2c\20void\20\28void*\2c\20void\20const*\29>::~__func\28\29 -5371:std::__2::__function::__func\28GrFragmentProcessor\20const*\2c\20GrSurfaceProxy\20const*\29::'lambda'\28GrSurfaceProxy*\2c\20skgpu::Mipmapped\29\2c\20std::__2::allocator\28GrFragmentProcessor\20const*\2c\20GrSurfaceProxy\20const*\29::'lambda'\28GrSurfaceProxy*\2c\20skgpu::Mipmapped\29>\2c\20void\20\28GrSurfaceProxy*\2c\20skgpu::Mipmapped\29>::operator\28\29\28GrSurfaceProxy*&&\2c\20skgpu::Mipmapped&&\29 -5372:std::__2::__function::__func<\28anonymous\20namespace\29::colrv1_traverse_paint\28SkCanvas*\2c\20SkSpan\20const&\2c\20unsigned\20int\2c\20FT_FaceRec_*\2c\20FT_Opaque_Paint_\2c\20skia_private::THashSet*\29::$_0\2c\20std::__2::allocator<\28anonymous\20namespace\29::colrv1_traverse_paint\28SkCanvas*\2c\20SkSpan\20const&\2c\20unsigned\20int\2c\20FT_FaceRec_*\2c\20FT_Opaque_Paint_\2c\20skia_private::THashSet*\29::$_0>\2c\20void\20\28\29>::operator\28\29\28\29 -5373:std::__2::__function::__func\29::$_0\2c\20std::__2::allocator\29::$_0>\2c\20void\20\28\29>::~__func\28\29 -5374:std::__2::__function::__func\2c\20GrSurfaceProxy::LazyCallbackResult\20\28GrResourceProvider*\2c\20GrSurfaceProxy::LazySurfaceDesc\20const&\29>::~__func\28\29 -5375:std::__2::__function::__func\2c\20GrSurfaceProxy::LazyCallbackResult\20\28GrResourceProvider*\2c\20GrSurfaceProxy::LazySurfaceDesc\20const&\29>::~__func\28\29 -5376:std::__2::__function::__func\2c\20GrSurfaceProxy::LazyCallbackResult\20\28GrResourceProvider*\2c\20GrSurfaceProxy::LazySurfaceDesc\20const&\29>::~__func\28\29 -5377:std::__2::__function::__func&\29\2c\20std::__2::allocator&\29>\2c\20void\20\28std::__2::function&\29>::~__func\28\29 -5378:std::__2::__function::__func&\29\2c\20std::__2::allocator&\29>\2c\20void\20\28std::__2::function&\29>::operator\28\29\28std::__2::function&\29 -5379:std::__2::__function::__func&\29\2c\20std::__2::allocator&\29>\2c\20void\20\28std::__2::function&\29>::destroy_deallocate\28\29 -5380:std::__2::__function::__func&\29\2c\20std::__2::allocator&\29>\2c\20void\20\28std::__2::function&\29>::destroy\28\29 -5381:std::__2::__function::__func\2c\20void\20\28std::__2::function&\29>::~__func\28\29 -5382:std::__2::__forward_list_base\2c\20std::__2::allocator>>::clear\28\29 -5383:std::__2::__exception_guard_exceptions>::__destroy_vector>::~__exception_guard_exceptions\5babi:ne180100\5d\28\29 -5384:std::__2::__exception_guard_exceptions>::__destroy_vector>::~__exception_guard_exceptions\5babi:ne180100\5d\28\29 -5385:std::__2::__exception_guard_exceptions\2c\20SkString*>>::~__exception_guard_exceptions\5babi:ne180100\5d\28\29 -5386:std::__2::__constexpr_wcslen\5babi:nn180100\5d\28wchar_t\20const*\29 -5387:std::__2::__compressed_pair_elem\29::$_0\2c\200\2c\20false>::__compressed_pair_elem\5babi:ne180100\5d\29::$_0\20const&\2c\200ul>\28std::__2::piecewise_construct_t\2c\20std::__2::tuple\29::$_0\20const&>\2c\20std::__2::__tuple_indices<0ul>\29 -5388:std::__2::__compressed_pair_elem::__compressed_pair_elem\5babi:ne180100\5d\28std::__2::piecewise_construct_t\2c\20std::__2::tuple\2c\20std::__2::__tuple_indices<0ul>\29 -5389:std::__2::__compressed_pair::__compressed_pair\5babi:nn180100\5d\28unsigned\20char*&\2c\20void\20\28*&&\29\28void*\29\29 -5390:std::__2::__call_once\28unsigned\20long\20volatile&\2c\20void*\2c\20void\20\28*\29\28void*\29\29 -5391:std::__2::__allocation_result>::pointer>\20std::__2::__allocate_at_least\5babi:nn180100\5d>\28std::__2::__sso_allocator&\2c\20unsigned\20long\29 -5392:srgb_to_hsl\28SkRGBA4f<\28SkAlphaType\292>\2c\20bool*\29 -5393:sort_r_swap_blocks\28char*\2c\20unsigned\20long\2c\20unsigned\20long\29 -5394:sort_increasing_Y\28SkPoint*\2c\20SkPoint\20const*\2c\20int\29 -5395:sort_edges\28SkEdge**\2c\20int\2c\20SkEdge**\29 -5396:sort_as_rect\28skvx::Vec<4\2c\20float>\20const&\29 -5397:small_blur\28double\2c\20double\2c\20SkMask\20const&\2c\20SkMaskBuilder*\29::$_0::operator\28\29\28SkGaussFilter\20const&\2c\20unsigned\20short*\29\20const -5398:skvx::Vec<8\2c\20unsigned\20short>\20skvx::operator&<8\2c\20unsigned\20short>\28skvx::Vec<8\2c\20unsigned\20short>\20const&\2c\20skvx::Vec<8\2c\20unsigned\20short>\20const&\29 -5399:skvx::Vec<8\2c\20unsigned\20int>\20skvx::cast\28skvx::Vec<8\2c\20unsigned\20short>\20const&\29 -5400:skvx::Vec<4\2c\20unsigned\20short>\20skvx::operator>><4\2c\20unsigned\20short>\28skvx::Vec<4\2c\20unsigned\20short>\20const&\2c\20int\29 -5401:skvx::Vec<4\2c\20unsigned\20short>\20skvx::operator<<<4\2c\20unsigned\20short>\28skvx::Vec<4\2c\20unsigned\20short>\20const&\2c\20int\29 -5402:skvx::Vec<4\2c\20unsigned\20int>\20skvx::operator>><4\2c\20unsigned\20int>\28skvx::Vec<4\2c\20unsigned\20int>\20const&\2c\20int\29 -5403:skvx::Vec<4\2c\20unsigned\20int>\20skvx::operator*<4\2c\20unsigned\20int>\28skvx::Vec<4\2c\20unsigned\20int>\20const&\2c\20skvx::Vec<4\2c\20unsigned\20int>\20const&\29 -5404:skvx::Vec<4\2c\20skvx::Mask::type>\20skvx::operator!=<4\2c\20float\2c\20float\2c\20void>\28skvx::Vec<4\2c\20float>\20const&\2c\20float\29 -5405:skvx::Vec<4\2c\20skvx::Mask::type>\20skvx::operator!=<4\2c\20float>\28skvx::Vec<4\2c\20float>\20const&\2c\20skvx::Vec<4\2c\20float>\20const&\29 -5406:skvx::Vec<4\2c\20int>\20skvx::operator^<4\2c\20int>\28skvx::Vec<4\2c\20int>\20const&\2c\20skvx::Vec<4\2c\20int>\20const&\29 -5407:skvx::Vec<4\2c\20int>\20skvx::operator>><4\2c\20int>\28skvx::Vec<4\2c\20int>\20const&\2c\20int\29 -5408:skvx::Vec<4\2c\20int>\20skvx::operator<<<4\2c\20int>\28skvx::Vec<4\2c\20int>\20const&\2c\20int\29 -5409:skvx::Vec<4\2c\20float>\20skvx::sqrt<4>\28skvx::Vec<4\2c\20float>\20const&\29 -5410:skvx::Vec<4\2c\20float>\20skvx::operator/<4\2c\20float\2c\20float\2c\20void>\28skvx::Vec<4\2c\20float>\20const&\2c\20float\29 -5411:skvx::Vec<4\2c\20float>\20skvx::operator/<4\2c\20float>\28skvx::Vec<4\2c\20float>\20const&\2c\20skvx::Vec<4\2c\20float>\20const&\29 -5412:skvx::Vec<4\2c\20float>\20skvx::operator-<4\2c\20float\2c\20float\2c\20void>\28skvx::Vec<4\2c\20float>\20const&\2c\20float\29 -5413:skvx::Vec<4\2c\20float>\20skvx::operator-<4\2c\20float>\28skvx::Vec<4\2c\20float>\20const&\2c\20skvx::Vec<4\2c\20float>\20const&\29 -5414:skvx::Vec<4\2c\20float>\20skvx::operator*<4\2c\20float\2c\20int\2c\20void>\28skvx::Vec<4\2c\20float>\20const&\2c\20int\29 -5415:skvx::Vec<4\2c\20float>\20skvx::operator*<4\2c\20float\2c\20int\2c\20void>\28int\2c\20skvx::Vec<4\2c\20float>\20const&\29 -5416:skvx::Vec<4\2c\20float>\20skvx::min<4\2c\20float\2c\20float\2c\20void>\28float\2c\20skvx::Vec<4\2c\20float>\20const&\29 -5417:skvx::Vec<4\2c\20float>\20skvx::min<4\2c\20float>\28skvx::Vec<4\2c\20float>\20const&\2c\20skvx::Vec<4\2c\20float>\20const&\29\20\28.5925\29 -5418:skvx::Vec<4\2c\20float>\20skvx::max<4\2c\20float\2c\20float\2c\20void>\28float\2c\20skvx::Vec<4\2c\20float>\20const&\29 -5419:skvx::Vec<4\2c\20float>\20skvx::from_half<4>\28skvx::Vec<4\2c\20unsigned\20short>\20const&\29 -5420:skvx::Vec<4\2c\20float>&\20skvx::operator*=<4\2c\20float>\28skvx::Vec<4\2c\20float>&\2c\20skvx::Vec<4\2c\20float>\20const&\29\20\28.6836\29 -5421:skvx::ScaledDividerU32::divide\28skvx::Vec<4\2c\20unsigned\20int>\20const&\29\20const -5422:skvx::ScaledDividerU32::ScaledDividerU32\28unsigned\20int\29 -5423:sktext::gpu::build_distance_adjust_table\28float\29 -5424:sktext::gpu::VertexFiller::CanUseDirect\28SkMatrix\20const&\2c\20SkMatrix\20const&\29 -5425:sktext::gpu::TextBlobRedrawCoordinator::internalRemove\28sktext::gpu::TextBlob*\29 -5426:sktext::gpu::TextBlobRedrawCoordinator::BlobIDCacheEntry::findBlobIndex\28sktext::gpu::TextBlob::Key\20const&\29\20const -5427:sktext::gpu::TextBlobRedrawCoordinator::BlobIDCacheEntry::BlobIDCacheEntry\28sktext::gpu::TextBlobRedrawCoordinator::BlobIDCacheEntry&&\29 -5428:sktext::gpu::TextBlob::~TextBlob\28\29 -5429:sktext::gpu::SubRunControl::isSDFT\28float\2c\20SkPaint\20const&\2c\20SkMatrix\20const&\29\20const -5430:sktext::gpu::SubRunContainer::draw\28SkCanvas*\2c\20SkPoint\2c\20SkPaint\20const&\2c\20SkRefCnt\20const*\2c\20std::__2::function\2c\20sktext::gpu::RendererData\29>\20const&\29\20const -5431:sktext::gpu::SubRunContainer::MakeInAlloc\28sktext::GlyphRunList\20const&\2c\20SkMatrix\20const&\2c\20SkPaint\20const&\2c\20SkStrikeDeviceInfo\2c\20sktext::StrikeForGPUCacheInterface*\2c\20sktext::gpu::SubRunAllocator*\2c\20sktext::gpu::SubRunContainer::SubRunCreationBehavior\2c\20char\20const*\29::$_2::operator\28\29\28SkZip\2c\20skgpu::MaskFormat\29\20const -5432:sktext::gpu::SubRunContainer::MakeInAlloc\28sktext::GlyphRunList\20const&\2c\20SkMatrix\20const&\2c\20SkPaint\20const&\2c\20SkStrikeDeviceInfo\2c\20sktext::StrikeForGPUCacheInterface*\2c\20sktext::gpu::SubRunAllocator*\2c\20sktext::gpu::SubRunContainer::SubRunCreationBehavior\2c\20char\20const*\29::$_0::operator\28\29\28SkZip\2c\20skgpu::MaskFormat\29\20const -5433:sktext::gpu::SubRunContainer::MakeInAlloc\28sktext::GlyphRunList\20const&\2c\20SkMatrix\20const&\2c\20SkPaint\20const&\2c\20SkStrikeDeviceInfo\2c\20sktext::StrikeForGPUCacheInterface*\2c\20sktext::gpu::SubRunAllocator*\2c\20sktext::gpu::SubRunContainer::SubRunCreationBehavior\2c\20char\20const*\29 -5434:sktext::gpu::SubRunContainer::EstimateAllocSize\28sktext::GlyphRunList\20const&\29 -5435:sktext::gpu::SubRunAllocator::SubRunAllocator\28int\29 -5436:sktext::gpu::StrikeCache::internalPurge\28unsigned\20long\29 -5437:sktext::gpu::StrikeCache::freeAll\28\29 -5438:sktext::gpu::SlugImpl::~SlugImpl\28\29 -5439:sktext::gpu::GlyphVector::packedGlyphIDToGlyph\28sktext::gpu::StrikeCache*\29 -5440:sktext::gpu::AtlasSubRun::~AtlasSubRun\28\29 -5441:sktext::SkStrikePromise::resetStrike\28\29 -5442:sktext::GlyphRunList::maxGlyphRunSize\28\29\20const -5443:sktext::GlyphRunBuilder::~GlyphRunBuilder\28\29 -5444:sktext::GlyphRunBuilder::makeGlyphRunList\28sktext::GlyphRun\20const&\2c\20SkPaint\20const&\2c\20SkPoint\29 -5445:sktext::GlyphRunBuilder::blobToGlyphRunList\28SkTextBlob\20const&\2c\20SkPoint\29 -5446:skstd::to_string\28float\29 -5447:skip_string -5448:skip_procedure -5449:skip_comment -5450:skif::compatible_sampling\28SkSamplingOptions\20const&\2c\20bool\2c\20SkSamplingOptions*\2c\20bool\29 -5451:skif::\28anonymous\20namespace\29::decompose_transform\28SkMatrix\20const&\2c\20SkPoint\2c\20SkMatrix*\2c\20SkMatrix*\29 -5452:skif::\28anonymous\20namespace\29::are_axes_nearly_integer_aligned\28skif::LayerSpace\20const&\2c\20skif::LayerSpace*\29 -5453:skif::\28anonymous\20namespace\29::GaneshBackend::makeDevice\28SkImageInfo\20const&\29\20const -5454:skif::RoundIn\28SkRect\29 -5455:skif::Mapping::adjustLayerSpace\28SkM44\20const&\29 -5456:skif::LayerSpace\20skif::Mapping::paramToLayer\28skif::ParameterSpace\20const&\29\20const -5457:skif::LayerSpace::inset\28skif::LayerSpace\20const&\29 -5458:skif::LayerSpace::RectToRect\28skif::LayerSpace\20const&\2c\20skif::LayerSpace\20const&\29 -5459:skif::FilterResult::draw\28skif::Context\20const&\2c\20SkDevice*\2c\20SkBlender\20const*\29\20const -5460:skif::FilterResult::Builder::drawShader\28sk_sp\2c\20skif::LayerSpace\20const&\2c\20bool\29\20const -5461:skif::FilterResult::Builder::createInputShaders\28skif::LayerSpace\20const&\2c\20bool\29 -5462:skif::Context::Context\28sk_sp\2c\20skif::Mapping\20const&\2c\20skif::LayerSpace\20const&\2c\20skif::FilterResult\20const&\2c\20SkColorSpace\20const*\2c\20skif::Stats*\29 -5463:skia_private::THashTable>\2c\20std::__2::basic_string_view>\2c\20skia_private::THashSet>\2c\20SkGoodHash>::Traits>::uncheckedSet\28std::__2::basic_string_view>&&\29 -5464:skia_private::THashTable>\2c\20std::__2::basic_string_view>\2c\20skia_private::THashSet>\2c\20SkGoodHash>::Traits>::set\28std::__2::basic_string_view>\29 -5465:skia_private::THashTable>\2c\20std::__2::basic_string_view>\2c\20skia_private::THashSet>\2c\20SkGoodHash>::Traits>::resize\28int\29 -5466:skia_private::THashTable::uncheckedSet\28sktext::gpu::Glyph*&&\29 -5467:skia_private::THashTable::Pair\2c\20unsigned\20int\2c\20skia_private::THashMap::Pair>::uncheckedSet\28skia_private::THashMap::Pair&&\29 -5468:skia_private::THashTable::Pair\2c\20unsigned\20int\2c\20skia_private::THashMap::Pair>::resize\28int\29 -5469:skia_private::THashTable::Pair\2c\20unsigned\20int\2c\20skia_private::THashMap::Pair>::removeIfExists\28unsigned\20int\20const&\29 -5470:skia_private::THashTable::Pair\2c\20unsigned\20int\2c\20skia_private::THashMap::Pair>::Slot::emplace\28skia_private::THashMap::Pair&&\2c\20unsigned\20int\29 -5471:skia_private::THashTable::Pair\2c\20unsigned\20int\2c\20skia_private::THashMap::Pair>::resize\28int\29 -5472:skia_private::THashTable::Pair\2c\20unsigned\20int\2c\20skia_private::THashMap::Pair>::reset\28\29 -5473:skia_private::THashTable::Pair\2c\20unsigned\20int\2c\20skia_private::THashMap::Pair>::resize\28int\29 -5474:skia_private::THashTable\2c\20skia::textlayout::OneLineShaper::FontKey::Hasher>::Pair\2c\20skia::textlayout::OneLineShaper::FontKey\2c\20skia_private::THashMap\2c\20skia::textlayout::OneLineShaper::FontKey::Hasher>::Pair>::uncheckedSet\28skia_private::THashMap\2c\20skia::textlayout::OneLineShaper::FontKey::Hasher>::Pair&&\29 -5475:skia_private::THashTable\2c\20skia::textlayout::OneLineShaper::FontKey::Hasher>::Pair\2c\20skia::textlayout::OneLineShaper::FontKey\2c\20skia_private::THashMap\2c\20skia::textlayout::OneLineShaper::FontKey::Hasher>::Pair>::Slot::reset\28\29 -5476:skia_private::THashTable\2c\20skia::textlayout::OneLineShaper::FontKey::Hasher>::Pair\2c\20skia::textlayout::OneLineShaper::FontKey\2c\20skia_private::THashMap\2c\20skia::textlayout::OneLineShaper::FontKey::Hasher>::Pair>::Slot::emplace\28skia_private::THashMap\2c\20skia::textlayout::OneLineShaper::FontKey::Hasher>::Pair&&\2c\20unsigned\20int\29 -5477:skia_private::THashTable\2c\20skia::textlayout::OneLineShaper::FontKey::Hasher>::Pair\2c\20skia::textlayout::OneLineShaper::FontKey\2c\20skia_private::THashMap\2c\20skia::textlayout::OneLineShaper::FontKey::Hasher>::Pair>::Hash\28skia::textlayout::OneLineShaper::FontKey\20const&\29 -5478:skia_private::THashTable\2c\20std::__2::allocator>>\2c\20skia::textlayout::FontCollection::FamilyKey::Hasher>::Pair\2c\20skia::textlayout::FontCollection::FamilyKey\2c\20skia_private::THashMap\2c\20std::__2::allocator>>\2c\20skia::textlayout::FontCollection::FamilyKey::Hasher>::Pair>::uncheckedSet\28skia_private::THashMap\2c\20std::__2::allocator>>\2c\20skia::textlayout::FontCollection::FamilyKey::Hasher>::Pair&&\29 -5479:skia_private::THashTable\2c\20std::__2::allocator>>\2c\20skia::textlayout::FontCollection::FamilyKey::Hasher>::Pair\2c\20skia::textlayout::FontCollection::FamilyKey\2c\20skia_private::THashMap\2c\20std::__2::allocator>>\2c\20skia::textlayout::FontCollection::FamilyKey::Hasher>::Pair>::Slot::reset\28\29 -5480:skia_private::THashTable\2c\20std::__2::allocator>>\2c\20skia::textlayout::FontCollection::FamilyKey::Hasher>::Pair\2c\20skia::textlayout::FontCollection::FamilyKey\2c\20skia_private::THashMap\2c\20std::__2::allocator>>\2c\20skia::textlayout::FontCollection::FamilyKey::Hasher>::Pair>::Slot::emplace\28skia_private::THashMap\2c\20std::__2::allocator>>\2c\20skia::textlayout::FontCollection::FamilyKey::Hasher>::Pair&&\2c\20unsigned\20int\29 -5481:skia_private::THashTable\2c\20std::__2::allocator>>\2c\20skia::textlayout::FontCollection::FamilyKey::Hasher>::Pair\2c\20skia::textlayout::FontCollection::FamilyKey\2c\20skia_private::THashMap\2c\20std::__2::allocator>>\2c\20skia::textlayout::FontCollection::FamilyKey::Hasher>::Pair>::Hash\28skia::textlayout::FontCollection::FamilyKey\20const&\29 -5482:skia_private::THashTable>::Pair\2c\20skgpu::ganesh::AtlasPathRenderer::AtlasPathKey\2c\20skia_private::THashMap>::Pair>::uncheckedSet\28skia_private::THashMap>::Pair&&\29 -5483:skia_private::THashTable>::Pair\2c\20skgpu::ganesh::AtlasPathRenderer::AtlasPathKey\2c\20skia_private::THashMap>::Pair>::reset\28\29 -5484:skia_private::THashTable>::Pair\2c\20skgpu::ganesh::AtlasPathRenderer::AtlasPathKey\2c\20skia_private::THashMap>::Pair>::Hash\28skgpu::ganesh::AtlasPathRenderer::AtlasPathKey\20const&\29 -5485:skia_private::THashTable::Pair\2c\20skgpu::UniqueKey\2c\20skia_private::THashMap::Pair>::uncheckedSet\28skia_private::THashMap::Pair&&\29 -5486:skia_private::THashTable::Pair\2c\20skgpu::UniqueKey\2c\20skia_private::THashMap::Pair>::Slot::reset\28\29 -5487:skia_private::THashTable::Pair\2c\20skgpu::UniqueKey\2c\20skia_private::THashMap::Pair>::Slot::emplace\28skia_private::THashMap::Pair&&\2c\20unsigned\20int\29 -5488:skia_private::THashTable\2c\20SkGoodHash>::Pair\2c\20int\2c\20skia_private::THashMap\2c\20SkGoodHash>::Pair>::uncheckedSet\28skia_private::THashMap\2c\20SkGoodHash>::Pair&&\29 -5489:skia_private::THashTable\2c\20SkGoodHash>::Pair\2c\20int\2c\20skia_private::THashMap\2c\20SkGoodHash>::Pair>::Slot::reset\28\29 -5490:skia_private::THashTable\2c\20SkGoodHash>::Pair\2c\20int\2c\20skia_private::THashMap\2c\20SkGoodHash>::Pair>::Slot::emplace\28skia_private::THashMap\2c\20SkGoodHash>::Pair&&\2c\20unsigned\20int\29 -5491:skia_private::THashTable\2c\20SkGoodHash>::Pair\2c\20SkString\2c\20skia_private::THashMap\2c\20SkGoodHash>::Pair>::uncheckedSet\28skia_private::THashMap\2c\20SkGoodHash>::Pair&&\29 -5492:skia_private::THashTable\2c\20SkGoodHash>::Pair\2c\20SkString\2c\20skia_private::THashMap\2c\20SkGoodHash>::Pair>::Slot::reset\28\29 -5493:skia_private::THashTable\2c\20SkGoodHash>::Pair\2c\20SkString\2c\20skia_private::THashMap\2c\20SkGoodHash>::Pair>::Slot::emplace\28skia_private::THashMap\2c\20SkGoodHash>::Pair&&\2c\20unsigned\20int\29 -5494:skia_private::THashTable\2c\20SkGoodHash>::Pair\2c\20SkString\2c\20skia_private::THashMap\2c\20SkGoodHash>::Pair>::Hash\28SkString\20const&\29 -5495:skia_private::THashTable>\2c\20SkGoodHash>::Pair\2c\20SkSL::Variable\20const*\2c\20skia_private::THashMap>\2c\20SkGoodHash>::Pair>::uncheckedSet\28skia_private::THashMap>\2c\20SkGoodHash>::Pair&&\29 -5496:skia_private::THashTable>\2c\20SkGoodHash>::Pair\2c\20SkSL::Variable\20const*\2c\20skia_private::THashMap>\2c\20SkGoodHash>::Pair>::Slot::reset\28\29 -5497:skia_private::THashTable>\2c\20SkGoodHash>::Pair\2c\20SkSL::Variable\20const*\2c\20skia_private::THashMap>\2c\20SkGoodHash>::Pair>::Slot::emplace\28skia_private::THashMap>\2c\20SkGoodHash>::Pair&&\2c\20unsigned\20int\29 -5498:skia_private::THashTable\2c\20std::__2::allocator>\2c\20SkGoodHash>::Pair\2c\20SkSL::Variable\20const*\2c\20skia_private::THashMap\2c\20std::__2::allocator>\2c\20SkGoodHash>::Pair>::Slot::reset\28\29 -5499:skia_private::THashTable\2c\20std::__2::allocator>\2c\20SkGoodHash>::Pair\2c\20SkSL::Variable\20const*\2c\20skia_private::THashMap\2c\20std::__2::allocator>\2c\20SkGoodHash>::Pair>::Slot::emplace\28skia_private::THashMap\2c\20std::__2::allocator>\2c\20SkGoodHash>::Pair&&\2c\20unsigned\20int\29 -5500:skia_private::THashTable::Pair\2c\20SkSL::Variable\20const*\2c\20skia_private::THashMap::Pair>::resize\28int\29 -5501:skia_private::THashTable::Pair\2c\20SkSL::Variable\20const*\2c\20skia_private::THashMap::Pair>::uncheckedSet\28skia_private::THashMap::Pair&&\29 -5502:skia_private::THashTable::Pair\2c\20SkSL::Variable\20const*\2c\20skia_private::THashMap::Pair>::firstPopulatedSlot\28\29\20const -5503:skia_private::THashTable::Pair\2c\20SkSL::Variable\20const*\2c\20skia_private::THashMap::Pair>::Iter>::operator++\28\29 -5504:skia_private::THashTable::Pair\2c\20SkSL::Variable\20const*\2c\20skia_private::THashMap::Pair>::THashTable\28skia_private::THashTable::Pair\2c\20SkSL::Variable\20const*\2c\20skia_private::THashMap::Pair>\20const&\29 -5505:skia_private::THashTable::Pair\2c\20SkSL::SymbolTable::SymbolKey\2c\20skia_private::THashMap::Pair>::uncheckedSet\28skia_private::THashMap::Pair&&\29 -5506:skia_private::THashTable::Pair\2c\20SkSL::SymbolTable::SymbolKey\2c\20skia_private::THashMap::Pair>::resize\28int\29 -5507:skia_private::THashTable::Pair\2c\20SkSL::IRNode\20const*\2c\20skia_private::THashMap::Pair>::uncheckedSet\28skia_private::THashMap::Pair&&\29 -5508:skia_private::THashTable::Pair\2c\20SkSL::IRNode\20const*\2c\20skia_private::THashMap::Pair>::set\28skia_private::THashMap::Pair\29 -5509:skia_private::THashTable::Pair\2c\20SkSL::IRNode\20const*\2c\20skia_private::THashMap::Pair>::resize\28int\29 -5510:skia_private::THashTable\2c\20false>\2c\20SkGoodHash>::Pair\2c\20SkSL::FunctionDeclaration\20const*\2c\20skia_private::THashMap\2c\20false>\2c\20SkGoodHash>::Pair>::uncheckedSet\28skia_private::THashMap\2c\20false>\2c\20SkGoodHash>::Pair&&\29 -5511:skia_private::THashTable\2c\20false>\2c\20SkGoodHash>::Pair\2c\20SkSL::FunctionDeclaration\20const*\2c\20skia_private::THashMap\2c\20false>\2c\20SkGoodHash>::Pair>::Slot::reset\28\29 -5512:skia_private::THashTable\2c\20false>\2c\20SkGoodHash>::Pair\2c\20SkSL::FunctionDeclaration\20const*\2c\20skia_private::THashMap\2c\20false>\2c\20SkGoodHash>::Pair>::Slot::emplace\28skia_private::THashMap\2c\20false>\2c\20SkGoodHash>::Pair&&\2c\20unsigned\20int\29 -5513:skia_private::THashTable::Pair\2c\20SkSL::FunctionDeclaration\20const*\2c\20skia_private::THashMap::Pair>::uncheckedSet\28skia_private::THashMap::Pair&&\29 -5514:skia_private::THashTable\2c\20std::__2::allocator>\2c\20SkSL::Analysis::SpecializedFunctionKey::Hash>::Pair\2c\20SkSL::Analysis::SpecializedFunctionKey\2c\20skia_private::THashMap\2c\20std::__2::allocator>\2c\20SkSL::Analysis::SpecializedFunctionKey::Hash>::Pair>::uncheckedSet\28skia_private::THashMap\2c\20std::__2::allocator>\2c\20SkSL::Analysis::SpecializedFunctionKey::Hash>::Pair&&\29 -5515:skia_private::THashTable\2c\20std::__2::allocator>\2c\20SkSL::Analysis::SpecializedFunctionKey::Hash>::Pair\2c\20SkSL::Analysis::SpecializedFunctionKey\2c\20skia_private::THashMap\2c\20std::__2::allocator>\2c\20SkSL::Analysis::SpecializedFunctionKey::Hash>::Pair>::Slot::reset\28\29 -5516:skia_private::THashTable\2c\20std::__2::allocator>\2c\20SkSL::Analysis::SpecializedFunctionKey::Hash>::Pair\2c\20SkSL::Analysis::SpecializedFunctionKey\2c\20skia_private::THashMap\2c\20std::__2::allocator>\2c\20SkSL::Analysis::SpecializedFunctionKey::Hash>::Pair>::Slot::emplace\28skia_private::THashMap\2c\20std::__2::allocator>\2c\20SkSL::Analysis::SpecializedFunctionKey::Hash>::Pair&&\2c\20unsigned\20int\29 -5517:skia_private::THashTable::Pair\2c\20SkSL::Analysis::SpecializedCallKey\2c\20skia_private::THashMap::Pair>::uncheckedSet\28skia_private::THashMap::Pair&&\29 -5518:skia_private::THashTable::Pair\2c\20SkPath\2c\20skia_private::THashMap::Pair>::uncheckedSet\28skia_private::THashMap::Pair&&\29 -5519:skia_private::THashTable::Pair\2c\20SkPath\2c\20skia_private::THashMap::Pair>::Slot::reset\28\29 -5520:skia_private::THashTable::Pair\2c\20SkPath\2c\20skia_private::THashMap::Pair>::Slot::emplace\28skia_private::THashMap::Pair&&\2c\20unsigned\20int\29 -5521:skia_private::THashTable>\2c\20SkGoodHash>::Pair\2c\20SkImageFilter\20const*\2c\20skia_private::THashMap>\2c\20SkGoodHash>::Pair>::uncheckedSet\28skia_private::THashMap>\2c\20SkGoodHash>::Pair&&\29 -5522:skia_private::THashTable>\2c\20SkGoodHash>::Pair\2c\20SkImageFilter\20const*\2c\20skia_private::THashMap>\2c\20SkGoodHash>::Pair>::resize\28int\29 -5523:skia_private::THashTable>\2c\20SkGoodHash>::Pair\2c\20SkImageFilter\20const*\2c\20skia_private::THashMap>\2c\20SkGoodHash>::Pair>::Slot::emplace\28skia_private::THashMap>\2c\20SkGoodHash>::Pair&&\2c\20unsigned\20int\29 -5524:skia_private::THashTable\2c\20SkIcuBreakIteratorCache::Request::Hash>::Pair\2c\20SkIcuBreakIteratorCache::Request\2c\20skia_private::THashMap\2c\20SkIcuBreakIteratorCache::Request::Hash>::Pair>::uncheckedSet\28skia_private::THashMap\2c\20SkIcuBreakIteratorCache::Request::Hash>::Pair&&\29 -5525:skia_private::THashTable\2c\20SkIcuBreakIteratorCache::Request::Hash>::Pair\2c\20SkIcuBreakIteratorCache::Request\2c\20skia_private::THashMap\2c\20SkIcuBreakIteratorCache::Request::Hash>::Pair>::Slot::reset\28\29 -5526:skia_private::THashTable\2c\20SkIcuBreakIteratorCache::Request::Hash>::Pair\2c\20SkIcuBreakIteratorCache::Request\2c\20skia_private::THashMap\2c\20SkIcuBreakIteratorCache::Request::Hash>::Pair>::Slot::emplace\28skia_private::THashMap\2c\20SkIcuBreakIteratorCache::Request::Hash>::Pair&&\2c\20unsigned\20int\29 -5527:skia_private::THashTable::Pair\2c\20GrSurfaceProxy*\2c\20skia_private::THashMap::Pair>::resize\28int\29 -5528:skia_private::THashTable::AdaptedTraits>::uncheckedSet\28skgpu::ganesh::SmallPathShapeData*&&\29 -5529:skia_private::THashTable::AdaptedTraits>::resize\28int\29 -5530:skia_private::THashTable::AdaptedTraits>::removeIfExists\28skgpu::ganesh::SmallPathShapeDataKey\20const&\29 -5531:skia_private::THashTable\2c\20SkDescriptor\20const&\2c\20sktext::gpu::StrikeCache::HashTraits>::uncheckedSet\28sk_sp&&\29 -5532:skia_private::THashTable\2c\20SkDescriptor\20const&\2c\20sktext::gpu::StrikeCache::HashTraits>::resize\28int\29 -5533:skia_private::THashTable\2c\20SkDescriptor\20const&\2c\20sktext::gpu::StrikeCache::HashTraits>::Slot::emplace\28sk_sp&&\2c\20unsigned\20int\29 -5534:skia_private::THashTable\2c\20SkDescriptor\2c\20SkStrikeCache::StrikeTraits>::uncheckedSet\28sk_sp&&\29 -5535:skia_private::THashTable\2c\20SkDescriptor\2c\20SkStrikeCache::StrikeTraits>::resize\28int\29 -5536:skia_private::THashTable\2c\20SkDescriptor\2c\20SkStrikeCache::StrikeTraits>::Slot::emplace\28sk_sp&&\2c\20unsigned\20int\29 -5537:skia_private::THashTable::Traits>::set\28int\29 -5538:skia_private::THashTable::Traits>::THashTable\28skia_private::THashTable::Traits>&&\29 -5539:skia_private::THashTable<\28anonymous\20namespace\29::CacheImpl::Value*\2c\20SkImageFilterCacheKey\2c\20SkTDynamicHash<\28anonymous\20namespace\29::CacheImpl::Value\2c\20SkImageFilterCacheKey\2c\20\28anonymous\20namespace\29::CacheImpl::Value>::AdaptedTraits>::uncheckedSet\28\28anonymous\20namespace\29::CacheImpl::Value*&&\29 -5540:skia_private::THashTable<\28anonymous\20namespace\29::CacheImpl::Value*\2c\20SkImageFilterCacheKey\2c\20SkTDynamicHash<\28anonymous\20namespace\29::CacheImpl::Value\2c\20SkImageFilterCacheKey\2c\20\28anonymous\20namespace\29::CacheImpl::Value>::AdaptedTraits>::resize\28int\29 -5541:skia_private::THashTable::ValueList*\2c\20skgpu::ScratchKey\2c\20SkTDynamicHash::ValueList\2c\20skgpu::ScratchKey\2c\20SkTMultiMap::ValueList>::AdaptedTraits>::uncheckedSet\28SkTMultiMap::ValueList*&&\29 -5542:skia_private::THashTable::ValueList*\2c\20skgpu::ScratchKey\2c\20SkTDynamicHash::ValueList\2c\20skgpu::ScratchKey\2c\20SkTMultiMap::ValueList>::AdaptedTraits>::resize\28int\29 -5543:skia_private::THashTable::ValueList*\2c\20skgpu::ScratchKey\2c\20SkTDynamicHash::ValueList\2c\20skgpu::ScratchKey\2c\20SkTMultiMap::ValueList>::AdaptedTraits>::findOrNull\28skgpu::ScratchKey\20const&\29\20const -5544:skia_private::THashTable::ValueList*\2c\20skgpu::ScratchKey\2c\20SkTDynamicHash::ValueList\2c\20skgpu::ScratchKey\2c\20SkTMultiMap::ValueList>::AdaptedTraits>::uncheckedSet\28SkTMultiMap::ValueList*&&\29 -5545:skia_private::THashTable::ValueList*\2c\20skgpu::ScratchKey\2c\20SkTDynamicHash::ValueList\2c\20skgpu::ScratchKey\2c\20SkTMultiMap::ValueList>::AdaptedTraits>::resize\28int\29 -5546:skia_private::THashTable::Traits>::uncheckedSet\28SkSL::Variable\20const*&&\29 -5547:skia_private::THashTable::Traits>::resize\28int\29 -5548:skia_private::THashTable::Traits>::uncheckedSet\28SkSL::FunctionDeclaration\20const*&&\29 -5549:skia_private::THashTable::uncheckedSet\28SkResourceCache::Rec*&&\29 -5550:skia_private::THashTable::resize\28int\29 -5551:skia_private::THashTable::find\28SkResourceCache::Key\20const&\29\20const -5552:skia_private::THashTable>\2c\20skia::textlayout::ParagraphCache::KeyHash\2c\20SkNoOpPurge>::Entry*\2c\20skia::textlayout::ParagraphCacheKey\2c\20SkLRUCache>\2c\20skia::textlayout::ParagraphCache::KeyHash\2c\20SkNoOpPurge>::Traits>::uncheckedSet\28SkLRUCache>\2c\20skia::textlayout::ParagraphCache::KeyHash\2c\20SkNoOpPurge>::Entry*&&\29 -5553:skia_private::THashTable>\2c\20skia::textlayout::ParagraphCache::KeyHash\2c\20SkNoOpPurge>::Entry*\2c\20skia::textlayout::ParagraphCacheKey\2c\20SkLRUCache>\2c\20skia::textlayout::ParagraphCache::KeyHash\2c\20SkNoOpPurge>::Traits>::resize\28int\29 -5554:skia_private::THashTable>\2c\20skia::textlayout::ParagraphCache::KeyHash\2c\20SkNoOpPurge>::Entry*\2c\20skia::textlayout::ParagraphCacheKey\2c\20SkLRUCache>\2c\20skia::textlayout::ParagraphCache::KeyHash\2c\20SkNoOpPurge>::Traits>::find\28skia::textlayout::ParagraphCacheKey\20const&\29\20const -5555:skia_private::THashTable>\2c\20GrGLGpu::ProgramCache::DescHash\2c\20SkNoOpPurge>::Entry*\2c\20GrProgramDesc\2c\20SkLRUCache>\2c\20GrGLGpu::ProgramCache::DescHash\2c\20SkNoOpPurge>::Traits>::uncheckedSet\28SkLRUCache>\2c\20GrGLGpu::ProgramCache::DescHash\2c\20SkNoOpPurge>::Entry*&&\29 -5556:skia_private::THashTable>\2c\20GrGLGpu::ProgramCache::DescHash\2c\20SkNoOpPurge>::Entry*\2c\20GrProgramDesc\2c\20SkLRUCache>\2c\20GrGLGpu::ProgramCache::DescHash\2c\20SkNoOpPurge>::Traits>::resize\28int\29 -5557:skia_private::THashTable>\2c\20GrGLGpu::ProgramCache::DescHash\2c\20SkNoOpPurge>::Entry*\2c\20GrProgramDesc\2c\20SkLRUCache>\2c\20GrGLGpu::ProgramCache::DescHash\2c\20SkNoOpPurge>::Traits>::find\28GrProgramDesc\20const&\29\20const -5558:skia_private::THashTable::uncheckedSet\28SkGlyphDigest&&\29 -5559:skia_private::THashTable::AdaptedTraits>::uncheckedSet\28GrThreadSafeCache::Entry*&&\29 -5560:skia_private::THashTable::AdaptedTraits>::resize\28int\29 -5561:skia_private::THashTable::AdaptedTraits>::removeIfExists\28skgpu::UniqueKey\20const&\29 -5562:skia_private::THashTable::AdaptedTraits>::uncheckedSet\28GrTextureProxy*&&\29 -5563:skia_private::THashTable::AdaptedTraits>::set\28GrTextureProxy*\29 -5564:skia_private::THashTable::AdaptedTraits>::resize\28int\29 -5565:skia_private::THashTable::AdaptedTraits>::findOrNull\28skgpu::UniqueKey\20const&\29\20const -5566:skia_private::THashTable::AdaptedTraits>::uncheckedSet\28GrGpuResource*&&\29 -5567:skia_private::THashTable::AdaptedTraits>::resize\28int\29 -5568:skia_private::THashTable::AdaptedTraits>::findOrNull\28skgpu::UniqueKey\20const&\29\20const -5569:skia_private::THashTable::Traits>::uncheckedSet\28FT_Opaque_Paint_&&\29 -5570:skia_private::THashTable::Traits>::resize\28int\29 -5571:skia_private::THashSet::contains\28int\20const&\29\20const -5572:skia_private::THashSet::contains\28FT_Opaque_Paint_\20const&\29\20const -5573:skia_private::THashSet::add\28FT_Opaque_Paint_\29 -5574:skia_private::THashMap::find\28unsigned\20int\20const&\29\20const -5575:skia_private::THashMap\2c\20SkGoodHash>::find\28int\20const&\29\20const -5576:skia_private::THashMap\2c\20std::__2::allocator>\2c\20SkGoodHash>::set\28SkSL::Variable\20const*\2c\20std::__2::basic_string\2c\20std::__2::allocator>\29 -5577:skia_private::THashMap::operator\5b\5d\28SkSL::Variable\20const*\20const&\29 -5578:skia_private::THashMap::operator\5b\5d\28SkSL::Symbol\20const*\20const&\29 -5579:skia_private::THashMap\2c\20false>\2c\20SkGoodHash>::operator\5b\5d\28SkSL::FunctionDeclaration\20const*\20const&\29 -5580:skia_private::THashMap::set\28SkSL::FunctionDeclaration\20const*\2c\20int\29 -5581:skia_private::THashMap::operator\5b\5d\28SkSL::FunctionDeclaration\20const*\20const&\29 -5582:skia_private::THashMap::operator\5b\5d\28SkSL::Analysis::SpecializedCallKey\20const&\29 -5583:skia_private::THashMap::find\28SkSL::Analysis::SpecializedCallKey\20const&\29\20const -5584:skia_private::THashMap>\2c\20SkGoodHash>::remove\28SkImageFilter\20const*\20const&\29 -5585:skia_private::THashMap>\2c\20SkGoodHash>::Pair::Pair\28skia_private::THashMap>\2c\20SkGoodHash>::Pair&&\29 -5586:skia_private::THashMap\2c\20SkIcuBreakIteratorCache::Request::Hash>::find\28SkIcuBreakIteratorCache::Request\20const&\29\20const -5587:skia_private::THashMap::find\28GrSurfaceProxy*\20const&\29\20const -5588:skia_private::TArray::push_back_raw\28int\29 -5589:skia_private::TArray::checkRealloc\28int\2c\20double\29 -5590:skia_private::TArray::push_back\28unsigned\20int\20const&\29 -5591:skia_private::TArray::operator=\28skia_private::TArray\20const&\29 -5592:skia_private::TArray::preallocateNewData\28int\2c\20double\29 -5593:skia_private::TArray::initData\28int\29 -5594:skia_private::TArray::Allocate\28int\2c\20double\29 -5595:skia_private::TArray>\2c\20true>::~TArray\28\29 -5596:skia_private::TArray>\2c\20true>::clear\28\29 -5597:skia_private::TArray>\2c\20true>::operator=\28skia_private::TArray>\2c\20true>&&\29 -5598:skia_private::TArray>\2c\20true>::~TArray\28\29 -5599:skia_private::TArray\2c\20std::__2::allocator>\2c\20false>::installDataAndUpdateCapacity\28SkSpan\29 -5600:skia_private::TArray\2c\20std::__2::allocator>\2c\20false>::checkRealloc\28int\2c\20double\29 -5601:skia_private::TArray\2c\20true>::preallocateNewData\28int\2c\20double\29 -5602:skia_private::TArray\2c\20true>::installDataAndUpdateCapacity\28SkSpan\29 -5603:skia_private::TArray\2c\20false>::move\28void*\29 -5604:skia_private::TArray\2c\20false>::TArray\28skia_private::TArray\2c\20false>&&\29 -5605:skia_private::TArray\2c\20false>::Allocate\28int\2c\20double\29 -5606:skia_private::TArray::destroyAll\28\29 -5607:skia_private::TArray::destroyAll\28\29 -5608:skia_private::TArray\2c\20false>::~TArray\28\29 -5609:skia_private::TArray::~TArray\28\29 -5610:skia_private::TArray::destroyAll\28\29 -5611:skia_private::TArray::copy\28skia::textlayout::Run\20const*\29 -5612:skia_private::TArray::Allocate\28int\2c\20double\29 -5613:skia_private::TArray::destroyAll\28\29 -5614:skia_private::TArray::initData\28int\29 -5615:skia_private::TArray::destroyAll\28\29 -5616:skia_private::TArray::TArray\28skia_private::TArray&&\29 -5617:skia_private::TArray::Allocate\28int\2c\20double\29 -5618:skia_private::TArray::copy\28skia::textlayout::Cluster\20const*\29 -5619:skia_private::TArray::checkRealloc\28int\2c\20double\29 -5620:skia_private::TArray::Allocate\28int\2c\20double\29 -5621:skia_private::TArray::initData\28int\29 -5622:skia_private::TArray::destroyAll\28\29 -5623:skia_private::TArray::TArray\28skia_private::TArray&&\29 -5624:skia_private::TArray::Allocate\28int\2c\20double\29 -5625:skia_private::TArray::preallocateNewData\28int\2c\20double\29 -5626:skia_private::TArray::installDataAndUpdateCapacity\28SkSpan\29 -5627:skia_private::TArray::push_back\28\29 -5628:skia_private::TArray::push_back\28\29 -5629:skia_private::TArray::preallocateNewData\28int\2c\20double\29 -5630:skia_private::TArray::installDataAndUpdateCapacity\28SkSpan\29 -5631:skia_private::TArray::preallocateNewData\28int\2c\20double\29 -5632:skia_private::TArray::installDataAndUpdateCapacity\28SkSpan\29 -5633:skia_private::TArray::checkRealloc\28int\2c\20double\29 -5634:skia_private::TArray::preallocateNewData\28int\2c\20double\29 -5635:skia_private::TArray::destroyAll\28\29 -5636:skia_private::TArray::clear\28\29 -5637:skia_private::TArray::checkRealloc\28int\2c\20double\29 -5638:skia_private::TArray::checkRealloc\28int\2c\20double\29 -5639:skia_private::TArray::preallocateNewData\28int\2c\20double\29 -5640:skia_private::TArray::installDataAndUpdateCapacity\28SkSpan\29 -5641:skia_private::TArray::preallocateNewData\28int\2c\20double\29 -5642:skia_private::TArray::installDataAndUpdateCapacity\28SkSpan\29 -5643:skia_private::TArray::preallocateNewData\28int\2c\20double\29 -5644:skia_private::TArray::operator=\28skia_private::TArray&&\29 -5645:skia_private::TArray::installDataAndUpdateCapacity\28SkSpan\29 -5646:skia_private::TArray::destroyAll\28\29 -5647:skia_private::TArray::clear\28\29 -5648:skia_private::TArray::Allocate\28int\2c\20double\29 -5649:skia_private::TArray::BufferFinishedMessage\2c\20false>::operator=\28skia_private::TArray::BufferFinishedMessage\2c\20false>&&\29 -5650:skia_private::TArray::BufferFinishedMessage\2c\20false>::installDataAndUpdateCapacity\28SkSpan\29 -5651:skia_private::TArray::BufferFinishedMessage\2c\20false>::destroyAll\28\29 -5652:skia_private::TArray::BufferFinishedMessage\2c\20false>::clear\28\29 -5653:skia_private::TArray::Plane\2c\20false>::preallocateNewData\28int\2c\20double\29 -5654:skia_private::TArray::Plane\2c\20false>::installDataAndUpdateCapacity\28SkSpan\29 -5655:skia_private::TArray\2c\20true>::operator=\28skia_private::TArray\2c\20true>&&\29 -5656:skia_private::TArray\2c\20true>::~TArray\28\29 -5657:skia_private::TArray\2c\20true>::~TArray\28\29 -5658:skia_private::TArray\2c\20true>::preallocateNewData\28int\2c\20double\29 -5659:skia_private::TArray\2c\20true>::clear\28\29 -5660:skia_private::TArray::push_back_raw\28int\29 -5661:skia_private::TArray::push_back\28hb_feature_t&&\29 -5662:skia_private::TArray::resize_back\28int\29 -5663:skia_private::TArray::reset\28int\29 -5664:skia_private::TArray::operator=\28skia_private::TArray&&\29 -5665:skia_private::TArray::initData\28int\29 -5666:skia_private::TArray::preallocateNewData\28int\2c\20double\29 -5667:skia_private::TArray<\28anonymous\20namespace\29::DrawAtlasOpImpl::Geometry\2c\20true>::checkRealloc\28int\2c\20double\29 -5668:skia_private::TArray<\28anonymous\20namespace\29::DefaultPathOp::PathData\2c\20true>::preallocateNewData\28int\2c\20double\29 -5669:skia_private::TArray<\28anonymous\20namespace\29::AAHairlineOp::PathData\2c\20true>::preallocateNewData\28int\2c\20double\29 -5670:skia_private::TArray<\28anonymous\20namespace\29::AAHairlineOp::PathData\2c\20true>::installDataAndUpdateCapacity\28SkSpan\29 -5671:skia_private::TArray::push_back_n\28int\2c\20SkUnicode::CodeUnitFlags\20const&\29 -5672:skia_private::TArray::checkRealloc\28int\2c\20double\29 -5673:skia_private::TArray::operator=\28skia_private::TArray&&\29 -5674:skia_private::TArray::destroyAll\28\29 -5675:skia_private::TArray::initData\28int\29 -5676:skia_private::TArray::TArray\28skia_private::TArray\20const&\29 -5677:skia_private::TArray\29::ReorderedArgument\2c\20false>::push_back\28SkSL::optimize_constructor_swizzle\28SkSL::Context\20const&\2c\20SkSL::Position\2c\20SkSL::ConstructorCompound\20const&\2c\20skia_private::FixedArray<4\2c\20signed\20char>\29::ReorderedArgument&&\29 -5678:skia_private::TArray::reserve_exact\28int\29 -5679:skia_private::TArray::fromBack\28int\29 -5680:skia_private::TArray::TArray\28skia_private::TArray&&\29 -5681:skia_private::TArray::Allocate\28int\2c\20double\29 -5682:skia_private::TArray::push_back\28SkSL::Field&&\29 -5683:skia_private::TArray::initData\28int\29 -5684:skia_private::TArray::Allocate\28int\2c\20double\29 -5685:skia_private::TArray::~TArray\28\29 -5686:skia_private::TArray::destroyAll\28\29 -5687:skia_private::TArray\2c\20true>::push_back\28SkRGBA4f<\28SkAlphaType\292>&&\29 -5688:skia_private::TArray\2c\20true>::operator=\28skia_private::TArray\2c\20true>&&\29 -5689:skia_private::TArray\2c\20true>::checkRealloc\28int\2c\20double\29 -5690:skia_private::TArray::push_back\28SkPoint\20const&\29 -5691:skia_private::TArray::copy\28SkPoint\20const*\29 -5692:skia_private::TArray::~TArray\28\29 -5693:skia_private::TArray::installDataAndUpdateCapacity\28SkSpan\29 -5694:skia_private::TArray::destroyAll\28\29 -5695:skia_private::TArray::~TArray\28\29 -5696:skia_private::TArray::installDataAndUpdateCapacity\28SkSpan\29 -5697:skia_private::TArray::destroyAll\28\29 -5698:skia_private::TArray::preallocateNewData\28int\2c\20double\29 -5699:skia_private::TArray::installDataAndUpdateCapacity\28SkSpan\29 -5700:skia_private::TArray::preallocateNewData\28int\2c\20double\29 -5701:skia_private::TArray::installDataAndUpdateCapacity\28SkSpan\29 -5702:skia_private::TArray::checkRealloc\28int\2c\20double\29 -5703:skia_private::TArray::push_back\28\29 -5704:skia_private::TArray::installDataAndUpdateCapacity\28SkSpan\29 -5705:skia_private::TArray::push_back\28\29 -5706:skia_private::TArray::push_back_raw\28int\29 -5707:skia_private::TArray::checkRealloc\28int\2c\20double\29 -5708:skia_private::TArray::~TArray\28\29 -5709:skia_private::TArray::operator=\28skia_private::TArray&&\29 -5710:skia_private::TArray::destroyAll\28\29 -5711:skia_private::TArray::clear\28\29 -5712:skia_private::TArray::Allocate\28int\2c\20double\29 -5713:skia_private::TArray::checkRealloc\28int\2c\20double\29 -5714:skia_private::TArray::push_back\28\29 -5715:skia_private::TArray::checkRealloc\28int\2c\20double\29 -5716:skia_private::TArray::pop_back\28\29 -5717:skia_private::TArray::checkRealloc\28int\2c\20double\29 -5718:skia_private::TArray::preallocateNewData\28int\2c\20double\29 -5719:skia_private::TArray::preallocateNewData\28int\2c\20double\29 -5720:skia_private::TArray::installDataAndUpdateCapacity\28SkSpan\29 -5721:skia_private::TArray::preallocateNewData\28int\2c\20double\29 -5722:skia_private::STArray<8\2c\20int\2c\20true>::STArray\28int\29 -5723:skia_private::AutoTMalloc::realloc\28unsigned\20long\29 -5724:skia_private::AutoTMalloc::reset\28unsigned\20long\29 -5725:skia_private::AutoTArray::AutoTArray\28unsigned\20long\29 -5726:skia_private::AutoSTMalloc<256ul\2c\20unsigned\20short\2c\20void>::AutoSTMalloc\28unsigned\20long\29 -5727:skia_private::AutoSTArray<6\2c\20SkResourceCache::Key>::~AutoSTArray\28\29 -5728:skia_private::AutoSTArray<64\2c\20TriangulationVertex>::reset\28int\29 -5729:skia_private::AutoSTArray<64\2c\20SkGlyph\20const*>::reset\28int\29 -5730:skia_private::AutoSTArray<4\2c\20unsigned\20char>::reset\28int\29 -5731:skia_private::AutoSTArray<4\2c\20GrResourceHandle>::reset\28int\29 -5732:skia_private::AutoSTArray<3\2c\20std::__2::unique_ptr>>::reset\28int\29 -5733:skia_private::AutoSTArray<32\2c\20unsigned\20short>::~AutoSTArray\28\29 -5734:skia_private::AutoSTArray<32\2c\20unsigned\20short>::reset\28int\29 -5735:skia_private::AutoSTArray<32\2c\20SkRect>::reset\28int\29 -5736:skia_private::AutoSTArray<2\2c\20sk_sp>::reset\28int\29 -5737:skia_private::AutoSTArray<16\2c\20SkRect>::~AutoSTArray\28\29 -5738:skia_private::AutoSTArray<16\2c\20GrMipLevel>::reset\28int\29 -5739:skia_private::AutoSTArray<15\2c\20GrMipLevel>::reset\28int\29 -5740:skia_private::AutoSTArray<14\2c\20std::__2::unique_ptr>>::~AutoSTArray\28\29 -5741:skia_private::AutoSTArray<14\2c\20std::__2::unique_ptr>>::reset\28int\29 -5742:skia_private::AutoSTArray<14\2c\20GrMipLevel>::~AutoSTArray\28\29 -5743:skia_private::AutoSTArray<14\2c\20GrMipLevel>::reset\28int\29 -5744:skia_private::AutoSTArray<128\2c\20unsigned\20short>::reset\28int\29 -5745:skia_png_set_longjmp_fn -5746:skia_png_read_finish_IDAT -5747:skia_png_read_chunk_header -5748:skia_png_read_IDAT_data -5749:skia_png_gamma_16bit_correct -5750:skia_png_do_strip_channel -5751:skia_png_do_gray_to_rgb -5752:skia_png_do_expand -5753:skia_png_destroy_gamma_table -5754:skia_png_colorspace_set_sRGB -5755:skia_png_check_IHDR -5756:skia_png_calculate_crc -5757:skia::textlayout::operator==\28skia::textlayout::FontArguments\20const&\2c\20skia::textlayout::FontArguments\20const&\29 -5758:skia::textlayout::\28anonymous\20namespace\29::littleRound\28float\29 -5759:skia::textlayout::\28anonymous\20namespace\29::LineBreakerWithLittleRounding::breakLine\28float\29\20const -5760:skia::textlayout::TypefaceFontStyleSet::~TypefaceFontStyleSet\28\29 -5761:skia::textlayout::TypefaceFontStyleSet::matchStyle\28SkFontStyle\20const&\29 -5762:skia::textlayout::TypefaceFontProvider::~TypefaceFontProvider\28\29 -5763:skia::textlayout::TypefaceFontProvider::registerTypeface\28sk_sp\2c\20SkString\20const&\29 -5764:skia::textlayout::TextWrapper::TextStretch::TextStretch\28skia::textlayout::Cluster*\2c\20skia::textlayout::Cluster*\2c\20bool\29 -5765:skia::textlayout::TextStyle::matchOneAttribute\28skia::textlayout::StyleType\2c\20skia::textlayout::TextStyle\20const&\29\20const -5766:skia::textlayout::TextStyle::equals\28skia::textlayout::TextStyle\20const&\29\20const -5767:skia::textlayout::TextShadow::operator!=\28skia::textlayout::TextShadow\20const&\29\20const -5768:skia::textlayout::TextLine::~TextLine\28\29 -5769:skia::textlayout::TextLine::spacesWidth\28\29\20const -5770:skia::textlayout::TextLine::shiftCluster\28skia::textlayout::Cluster\20const*\2c\20float\2c\20float\29 -5771:skia::textlayout::TextLine::iterateThroughClustersInGlyphsOrder\28bool\2c\20bool\2c\20std::__2::function\20const&\29\20const::$_0::operator\28\29\28unsigned\20long\20const&\29\20const::'lambda'\28skia::textlayout::Cluster&\29::operator\28\29\28skia::textlayout::Cluster&\29\20const -5772:skia::textlayout::TextLine::iterateThroughClustersInGlyphsOrder\28bool\2c\20bool\2c\20std::__2::function\20const&\29\20const -5773:skia::textlayout::TextLine::getRectsForRange\28skia::textlayout::SkRange\2c\20skia::textlayout::RectHeightStyle\2c\20skia::textlayout::RectWidthStyle\2c\20std::__2::vector>&\29\20const::$_0::operator\28\29\28skia::textlayout::Run\20const*\2c\20float\2c\20skia::textlayout::SkRange\2c\20float*\29\20const::'lambda'\28skia::textlayout::SkRange\2c\20skia::textlayout::TextStyle\20const&\2c\20skia::textlayout::TextLine::ClipContext\20const&\29::operator\28\29\28skia::textlayout::SkRange\2c\20skia::textlayout::TextStyle\20const&\2c\20skia::textlayout::TextLine::ClipContext\20const&\29\20const::'lambda'\28SkRect\29::operator\28\29\28SkRect\29\20const -5774:skia::textlayout::TextLine::getMetrics\28\29\20const -5775:skia::textlayout::TextLine::extendHeight\28skia::textlayout::TextLine::ClipContext\20const&\29\20const -5776:skia::textlayout::TextLine::ensureTextBlobCachePopulated\28\29 -5777:skia::textlayout::TextLine::endsWithHardLineBreak\28\29\20const -5778:skia::textlayout::TextLine::buildTextBlob\28skia::textlayout::SkRange\2c\20skia::textlayout::TextStyle\20const&\2c\20skia::textlayout::TextLine::ClipContext\20const&\29 -5779:skia::textlayout::TextLine::TextLine\28skia::textlayout::ParagraphImpl*\2c\20SkPoint\2c\20SkPoint\2c\20skia::textlayout::SkRange\2c\20skia::textlayout::SkRange\2c\20skia::textlayout::SkRange\2c\20skia::textlayout::SkRange\2c\20skia::textlayout::SkRange\2c\20skia::textlayout::SkRange\2c\20float\2c\20skia::textlayout::InternalLineMetrics\29 -5780:skia::textlayout::TextLine::TextBlobRecord::~TextBlobRecord\28\29 -5781:skia::textlayout::TextLine::TextBlobRecord::TextBlobRecord\28\29 -5782:skia::textlayout::TextLine&\20skia_private::TArray::emplace_back&\2c\20skia::textlayout::SkRange&\2c\20skia::textlayout::SkRange&\2c\20skia::textlayout::SkRange&\2c\20skia::textlayout::SkRange&\2c\20skia::textlayout::SkRange&\2c\20float&\2c\20skia::textlayout::InternalLineMetrics&>\28skia::textlayout::ParagraphImpl*&&\2c\20SkPoint&\2c\20SkPoint&\2c\20skia::textlayout::SkRange&\2c\20skia::textlayout::SkRange&\2c\20skia::textlayout::SkRange&\2c\20skia::textlayout::SkRange&\2c\20skia::textlayout::SkRange&\2c\20skia::textlayout::SkRange&\2c\20float&\2c\20skia::textlayout::InternalLineMetrics&\29 -5783:skia::textlayout::StrutStyle::StrutStyle\28\29 -5784:skia::textlayout::Run::shift\28skia::textlayout::Cluster\20const*\2c\20float\29 -5785:skia::textlayout::Run::newRunBuffer\28\29 -5786:skia::textlayout::Run::clusterIndex\28unsigned\20long\29\20const -5787:skia::textlayout::Run::calculateMetrics\28\29 -5788:skia::textlayout::ParagraphStyle::ellipsized\28\29\20const -5789:skia::textlayout::ParagraphPainter::DecorationStyle::DecorationStyle\28unsigned\20int\2c\20float\2c\20std::__2::optional\29 -5790:skia::textlayout::ParagraphImpl::~ParagraphImpl\28\29 -5791:skia::textlayout::ParagraphImpl::resolveStrut\28\29 -5792:skia::textlayout::ParagraphImpl::paint\28skia::textlayout::ParagraphPainter*\2c\20float\2c\20float\29 -5793:skia::textlayout::ParagraphImpl::getGlyphInfoAtUTF16Offset\28unsigned\20long\2c\20skia::textlayout::Paragraph::GlyphInfo*\29 -5794:skia::textlayout::ParagraphImpl::getGlyphClusterAt\28unsigned\20long\2c\20skia::textlayout::Paragraph::GlyphClusterInfo*\29 -5795:skia::textlayout::ParagraphImpl::ensureUTF16Mapping\28\29::$_0::operator\28\29\28\29\20const::'lambda0'\28unsigned\20long\29::operator\28\29\28unsigned\20long\29\20const -5796:skia::textlayout::ParagraphImpl::computeEmptyMetrics\28\29 -5797:skia::textlayout::ParagraphImpl::buildClusterTable\28\29::$_0::operator\28\29\28unsigned\20long\2c\20unsigned\20long\2c\20unsigned\20long\2c\20unsigned\20long\2c\20float\2c\20float\29\20const -5798:skia::textlayout::ParagraphCacheKey::ParagraphCacheKey\28skia::textlayout::ParagraphImpl\20const*\29 -5799:skia::textlayout::ParagraphBuilderImpl::~ParagraphBuilderImpl\28\29 -5800:skia::textlayout::ParagraphBuilderImpl::finalize\28\29 -5801:skia::textlayout::ParagraphBuilderImpl::addPlaceholder\28skia::textlayout::PlaceholderStyle\20const&\2c\20bool\29 -5802:skia::textlayout::Paragraph::~Paragraph\28\29 -5803:skia::textlayout::Paragraph::FontInfo::~FontInfo\28\29 -5804:skia::textlayout::OneLineShaper::clusteredText\28skia::textlayout::SkRange&\29::$_0::operator\28\29\28unsigned\20long\2c\20skia::textlayout::OneLineShaper::clusteredText\28skia::textlayout::SkRange&\29::Dir\29\20const -5805:skia::textlayout::OneLineShaper::clusteredText\28skia::textlayout::SkRange&\29 -5806:skia::textlayout::OneLineShaper::FontKey::operator==\28skia::textlayout::OneLineShaper::FontKey\20const&\29\20const -5807:skia::textlayout::InternalLineMetrics::add\28skia::textlayout::InternalLineMetrics\29 -5808:skia::textlayout::FontFeature::operator==\28skia::textlayout::FontFeature\20const&\29\20const -5809:skia::textlayout::FontFeature::FontFeature\28skia::textlayout::FontFeature\20const&\29 -5810:skia::textlayout::FontCollection::~FontCollection\28\29 -5811:skia::textlayout::FontCollection::matchTypeface\28SkString\20const&\2c\20SkFontStyle\29 -5812:skia::textlayout::FontCollection::defaultFallback\28int\2c\20SkFontStyle\2c\20SkString\20const&\29 -5813:skia::textlayout::FontCollection::FamilyKey::operator==\28skia::textlayout::FontCollection::FamilyKey\20const&\29\20const -5814:skia::textlayout::FontCollection::FamilyKey::FamilyKey\28skia::textlayout::FontCollection::FamilyKey&&\29 -5815:skia::textlayout::FontArguments::~FontArguments\28\29 -5816:skia::textlayout::Decoration::operator==\28skia::textlayout::Decoration\20const&\29\20const -5817:skia::textlayout::Cluster::trimmedWidth\28unsigned\20long\29\20const -5818:skgpu::tess::\28anonymous\20namespace\29::write_curve_index_buffer_base_index\28skgpu::VertexWriter\2c\20unsigned\20long\2c\20unsigned\20short\29 -5819:skgpu::tess::\28anonymous\20namespace\29::PathChopper::lineTo\28SkPoint\20const*\29 -5820:skgpu::tess::StrokeParams::set\28SkStrokeRec\20const&\29 -5821:skgpu::tess::StrokeIterator::finishOpenContour\28\29 -5822:skgpu::tess::PreChopPathCurves\28float\2c\20SkPath\20const&\2c\20SkMatrix\20const&\2c\20SkRect\20const&\29 -5823:skgpu::tess::LinearTolerances::setStroke\28skgpu::tess::StrokeParams\20const&\2c\20float\29 -5824:skgpu::tess::LinearTolerances::requiredResolveLevel\28\29\20const -5825:skgpu::tess::GetJoinType\28SkStrokeRec\20const&\29 -5826:skgpu::tess::FixedCountCurves::WriteVertexBuffer\28skgpu::VertexWriter\2c\20unsigned\20long\29 -5827:skgpu::tess::CullTest::areVisible3\28SkPoint\20const*\29\20const -5828:skgpu::tess::ConicHasCusp\28SkPoint\20const*\29 -5829:skgpu::make_unnormalized_half_kernel\28float*\2c\20int\2c\20float\29 -5830:skgpu::ganesh::\28anonymous\20namespace\29::add_line_to_segment\28SkPoint\20const&\2c\20skia_private::TArray*\29 -5831:skgpu::ganesh::\28anonymous\20namespace\29::SmallPathOp::~SmallPathOp\28\29 -5832:skgpu::ganesh::\28anonymous\20namespace\29::SmallPathOp::flush\28GrMeshDrawTarget*\2c\20skgpu::ganesh::\28anonymous\20namespace\29::SmallPathOp::FlushInfo*\29\20const -5833:skgpu::ganesh::\28anonymous\20namespace\29::SmallPathOp::addToAtlasWithRetry\28GrMeshDrawTarget*\2c\20skgpu::ganesh::\28anonymous\20namespace\29::SmallPathOp::FlushInfo*\2c\20skgpu::ganesh::SmallPathAtlasMgr*\2c\20int\2c\20int\2c\20void\20const*\2c\20SkRect\20const&\2c\20int\2c\20skgpu::ganesh::SmallPathShapeData*\29\20const -5834:skgpu::ganesh::\28anonymous\20namespace\29::SmallPathOp::SmallPathOp\28GrProcessorSet*\2c\20SkRGBA4f<\28SkAlphaType\292>\20const&\2c\20GrStyledShape\20const&\2c\20SkMatrix\20const&\2c\20bool\2c\20GrUserStencilSettings\20const*\29 -5835:skgpu::ganesh::\28anonymous\20namespace\29::HullShader::~HullShader\28\29 -5836:skgpu::ganesh::\28anonymous\20namespace\29::ChopPathIfNecessary\28SkMatrix\20const&\2c\20GrStyledShape\20const&\2c\20SkIRect\20const&\2c\20SkStrokeRec\20const&\2c\20SkPath*\29 -5837:skgpu::ganesh::\28anonymous\20namespace\29::AAFlatteningConvexPathOp::~AAFlatteningConvexPathOp\28\29 -5838:skgpu::ganesh::\28anonymous\20namespace\29::AAFlatteningConvexPathOp::recordDraw\28GrMeshDrawTarget*\2c\20int\2c\20unsigned\20long\2c\20void*\2c\20int\2c\20unsigned\20short*\29 -5839:skgpu::ganesh::\28anonymous\20namespace\29::AAFlatteningConvexPathOp::PathData::PathData\28skgpu::ganesh::\28anonymous\20namespace\29::AAFlatteningConvexPathOp::PathData&&\29 -5840:skgpu::ganesh::\28anonymous\20namespace\29::AAFlatteningConvexPathOp::AAFlatteningConvexPathOp\28GrProcessorSet*\2c\20SkRGBA4f<\28SkAlphaType\292>\20const&\2c\20SkMatrix\20const&\2c\20SkPath\20const&\2c\20float\2c\20SkStrokeRec::Style\2c\20SkPaint::Join\2c\20float\2c\20GrUserStencilSettings\20const*\29 -5841:skgpu::ganesh::\28anonymous\20namespace\29::AAConvexPathOp::~AAConvexPathOp\28\29 -5842:skgpu::ganesh::\28anonymous\20namespace\29::AAConvexPathOp::PathData::PathData\28skgpu::ganesh::\28anonymous\20namespace\29::AAConvexPathOp::PathData&&\29 -5843:skgpu::ganesh::\28anonymous\20namespace\29::AAConvexPathOp::AAConvexPathOp\28GrProcessorSet*\2c\20SkRGBA4f<\28SkAlphaType\292>\20const&\2c\20SkMatrix\20const&\2c\20SkPath\20const&\2c\20GrUserStencilSettings\20const*\29 -5844:skgpu::ganesh::TextureOp::Make\28GrRecordingContext*\2c\20GrSurfaceProxyView\2c\20SkAlphaType\2c\20sk_sp\2c\20SkFilterMode\2c\20SkMipmapMode\2c\20SkRGBA4f<\28SkAlphaType\292>\20const&\2c\20skgpu::ganesh::TextureOp::Saturate\2c\20SkBlendMode\2c\20GrAAType\2c\20DrawQuad*\2c\20SkRect\20const*\29 -5845:skgpu::ganesh::TessellationPathRenderer::IsSupported\28GrCaps\20const&\29 -5846:skgpu::ganesh::SurfaceFillContext::fillRectToRectWithFP\28SkRect\20const&\2c\20SkIRect\20const&\2c\20std::__2::unique_ptr>\29 -5847:skgpu::ganesh::SurfaceFillContext::blitTexture\28GrSurfaceProxyView\2c\20SkIRect\20const&\2c\20SkIPoint\20const&\29 -5848:skgpu::ganesh::SurfaceFillContext::arenas\28\29 -5849:skgpu::ganesh::SurfaceFillContext::addDrawOp\28std::__2::unique_ptr>\29 -5850:skgpu::ganesh::SurfaceFillContext::SurfaceFillContext\28GrRecordingContext*\2c\20GrSurfaceProxyView\2c\20GrSurfaceProxyView\2c\20GrColorInfo\20const&\29 -5851:skgpu::ganesh::SurfaceDrawContext::~SurfaceDrawContext\28\29_9905 -5852:skgpu::ganesh::SurfaceDrawContext::setNeedsStencil\28\29 -5853:skgpu::ganesh::SurfaceDrawContext::internalStencilClear\28SkIRect\20const*\2c\20bool\29 -5854:skgpu::ganesh::SurfaceDrawContext::fillRectWithEdgeAA\28GrClip\20const*\2c\20GrPaint&&\2c\20GrQuadAAFlags\2c\20SkMatrix\20const&\2c\20SkRect\20const&\2c\20SkRect\20const*\29 -5855:skgpu::ganesh::SurfaceDrawContext::drawVertices\28GrClip\20const*\2c\20GrPaint&&\2c\20SkMatrix\20const&\2c\20sk_sp\2c\20GrPrimitiveType*\2c\20bool\29 -5856:skgpu::ganesh::SurfaceDrawContext::drawTexturedQuad\28GrClip\20const*\2c\20GrSurfaceProxyView\2c\20SkAlphaType\2c\20sk_sp\2c\20SkFilterMode\2c\20SkMipmapMode\2c\20SkRGBA4f<\28SkAlphaType\292>\20const&\2c\20SkBlendMode\2c\20DrawQuad*\2c\20SkRect\20const*\29 -5857:skgpu::ganesh::SurfaceDrawContext::drawTexture\28GrClip\20const*\2c\20GrSurfaceProxyView\2c\20SkAlphaType\2c\20SkFilterMode\2c\20SkMipmapMode\2c\20SkBlendMode\2c\20SkRGBA4f<\28SkAlphaType\292>\20const&\2c\20SkRect\20const&\2c\20SkRect\20const&\2c\20GrQuadAAFlags\2c\20SkCanvas::SrcRectConstraint\2c\20SkMatrix\20const&\2c\20sk_sp\29 -5858:skgpu::ganesh::SurfaceDrawContext::drawStrokedLine\28GrClip\20const*\2c\20GrPaint&&\2c\20GrAA\2c\20SkMatrix\20const&\2c\20SkPoint\20const*\2c\20SkStrokeRec\20const&\29 -5859:skgpu::ganesh::SurfaceDrawContext::drawRegion\28GrClip\20const*\2c\20GrPaint&&\2c\20GrAA\2c\20SkMatrix\20const&\2c\20SkRegion\20const&\2c\20GrStyle\20const&\2c\20GrUserStencilSettings\20const*\29 -5860:skgpu::ganesh::SurfaceDrawContext::drawOval\28GrClip\20const*\2c\20GrPaint&&\2c\20GrAA\2c\20SkMatrix\20const&\2c\20SkRect\20const&\2c\20GrStyle\20const&\29 -5861:skgpu::ganesh::SurfaceDrawContext::attemptQuadOptimization\28GrClip\20const*\2c\20GrUserStencilSettings\20const*\2c\20DrawQuad*\2c\20GrPaint*\29::$_0::operator\28\29\28\29\20const -5862:skgpu::ganesh::SurfaceDrawContext::SurfaceDrawContext\28GrRecordingContext*\2c\20GrSurfaceProxyView\2c\20GrSurfaceProxyView\2c\20GrColorType\2c\20sk_sp\2c\20SkSurfaceProps\20const&\29 -5863:skgpu::ganesh::SurfaceContext::writePixels\28GrDirectContext*\2c\20GrCPixmap\2c\20SkIPoint\29 -5864:skgpu::ganesh::SurfaceContext::rescaleInto\28skgpu::ganesh::SurfaceFillContext*\2c\20SkIRect\2c\20SkIRect\2c\20SkImage::RescaleGamma\2c\20SkImage::RescaleMode\29 -5865:skgpu::ganesh::SurfaceContext::copy\28sk_sp\2c\20SkIRect\2c\20SkIPoint\29 -5866:skgpu::ganesh::SurfaceContext::copyScaled\28sk_sp\2c\20SkIRect\2c\20SkIRect\2c\20SkFilterMode\29 -5867:skgpu::ganesh::SurfaceContext::asyncRescaleAndReadPixels\28GrDirectContext*\2c\20SkImageInfo\20const&\2c\20SkIRect\20const&\2c\20SkImage::RescaleGamma\2c\20SkImage::RescaleMode\2c\20void\20\28*\29\28void*\2c\20std::__2::unique_ptr>\29\2c\20void*\29 -5868:skgpu::ganesh::SurfaceContext::asyncRescaleAndReadPixelsYUV420\28GrDirectContext*\2c\20SkYUVColorSpace\2c\20bool\2c\20sk_sp\2c\20SkIRect\20const&\2c\20SkISize\2c\20SkImage::RescaleGamma\2c\20SkImage::RescaleMode\2c\20void\20\28*\29\28void*\2c\20std::__2::unique_ptr>\29\2c\20void*\29::FinishContext::~FinishContext\28\29 -5869:skgpu::ganesh::SurfaceContext::asyncRescaleAndReadPixelsYUV420\28GrDirectContext*\2c\20SkYUVColorSpace\2c\20bool\2c\20sk_sp\2c\20SkIRect\20const&\2c\20SkISize\2c\20SkImage::RescaleGamma\2c\20SkImage::RescaleMode\2c\20void\20\28*\29\28void*\2c\20std::__2::unique_ptr>\29\2c\20void*\29 -5870:skgpu::ganesh::StrokeTessellator::draw\28GrOpFlushState*\29\20const -5871:skgpu::ganesh::StrokeTessellateOp::~StrokeTessellateOp\28\29 -5872:skgpu::ganesh::StrokeTessellateOp::prePrepareTessellator\28GrTessellationShader::ProgramArgs&&\2c\20GrAppliedClip&&\29 -5873:skgpu::ganesh::StrokeRectOp::\28anonymous\20namespace\29::allowed_stroke\28GrCaps\20const*\2c\20SkStrokeRec\20const&\2c\20GrAA\2c\20bool*\29 -5874:skgpu::ganesh::StrokeRectOp::\28anonymous\20namespace\29::NonAAStrokeRectOp::~NonAAStrokeRectOp\28\29 -5875:skgpu::ganesh::StrokeRectOp::\28anonymous\20namespace\29::NonAAStrokeRectOp::NonAAStrokeRectOp\28GrProcessorSet*\2c\20SkRGBA4f<\28SkAlphaType\292>\20const&\2c\20GrSimpleMeshDrawOpHelper::InputFlags\2c\20SkMatrix\20const&\2c\20SkRect\20const&\2c\20SkStrokeRec\20const&\2c\20GrAAType\29 -5876:skgpu::ganesh::StrokeRectOp::\28anonymous\20namespace\29::AAStrokeRectOp::~AAStrokeRectOp\28\29 -5877:skgpu::ganesh::StrokeRectOp::\28anonymous\20namespace\29::AAStrokeRectOp::ClassID\28\29 -5878:skgpu::ganesh::StrokeRectOp::\28anonymous\20namespace\29::AAStrokeRectOp::AAStrokeRectOp\28GrProcessorSet*\2c\20SkRGBA4f<\28SkAlphaType\292>\20const&\2c\20SkMatrix\20const&\2c\20skgpu::ganesh::StrokeRectOp::\28anonymous\20namespace\29::AAStrokeRectOp::RectInfo\20const&\2c\20bool\29 -5879:skgpu::ganesh::StrokeRectOp::\28anonymous\20namespace\29::AAStrokeRectOp::AAStrokeRectOp\28GrProcessorSet*\2c\20SkRGBA4f<\28SkAlphaType\292>\20const&\2c\20SkMatrix\20const&\2c\20SkRect\20const&\2c\20SkRect\20const&\2c\20SkPoint\20const&\29 -5880:skgpu::ganesh::SoftwarePathRenderer::DrawAroundInvPath\28skgpu::ganesh::SurfaceDrawContext*\2c\20GrPaint&&\2c\20GrUserStencilSettings\20const&\2c\20GrClip\20const*\2c\20SkMatrix\20const&\2c\20SkIRect\20const&\2c\20SkIRect\20const&\29 -5881:skgpu::ganesh::SmallPathAtlasMgr::~SmallPathAtlasMgr\28\29_11428 -5882:skgpu::ganesh::SmallPathAtlasMgr::reset\28\29 -5883:skgpu::ganesh::SmallPathAtlasMgr::findOrCreate\28skgpu::ganesh::SmallPathShapeDataKey\20const&\29 -5884:skgpu::ganesh::SmallPathAtlasMgr::evict\28skgpu::PlotLocator\29 -5885:skgpu::ganesh::SmallPathAtlasMgr::addToAtlas\28GrResourceProvider*\2c\20GrDeferredUploadTarget*\2c\20int\2c\20int\2c\20void\20const*\2c\20skgpu::AtlasLocator*\29 -5886:skgpu::ganesh::ShadowRRectOp::Make\28GrRecordingContext*\2c\20unsigned\20int\2c\20SkMatrix\20const&\2c\20SkRRect\20const&\2c\20float\2c\20float\29 -5887:skgpu::ganesh::RegionOp::\28anonymous\20namespace\29::RegionOpImpl::~RegionOpImpl\28\29 -5888:skgpu::ganesh::RegionOp::\28anonymous\20namespace\29::RegionOpImpl::RegionOpImpl\28GrProcessorSet*\2c\20SkRGBA4f<\28SkAlphaType\292>\20const&\2c\20SkMatrix\20const&\2c\20SkRegion\20const&\2c\20GrAAType\2c\20GrUserStencilSettings\20const*\29 -5889:skgpu::ganesh::QuadPerEdgeAA::VertexSpec::primitiveType\28\29\20const -5890:skgpu::ganesh::QuadPerEdgeAA::VertexSpec::VertexSpec\28GrQuad::Type\2c\20skgpu::ganesh::QuadPerEdgeAA::ColorType\2c\20GrQuad::Type\2c\20bool\2c\20skgpu::ganesh::QuadPerEdgeAA::Subset\2c\20GrAAType\2c\20bool\2c\20skgpu::ganesh::QuadPerEdgeAA::IndexBufferOption\29 -5891:skgpu::ganesh::QuadPerEdgeAA::Tessellator::append\28GrQuad*\2c\20GrQuad*\2c\20SkRGBA4f<\28SkAlphaType\292>\20const&\2c\20SkRect\20const&\2c\20GrQuadAAFlags\29 -5892:skgpu::ganesh::QuadPerEdgeAA::Tessellator::Tessellator\28skgpu::ganesh::QuadPerEdgeAA::VertexSpec\20const&\2c\20char*\29 -5893:skgpu::ganesh::QuadPerEdgeAA::QuadPerEdgeAAGeometryProcessor::~QuadPerEdgeAAGeometryProcessor\28\29 -5894:skgpu::ganesh::QuadPerEdgeAA::QuadPerEdgeAAGeometryProcessor::initializeAttrs\28skgpu::ganesh::QuadPerEdgeAA::VertexSpec\20const&\29 -5895:skgpu::ganesh::QuadPerEdgeAA::IssueDraw\28GrCaps\20const&\2c\20GrOpsRenderPass*\2c\20skgpu::ganesh::QuadPerEdgeAA::VertexSpec\20const&\2c\20int\2c\20int\2c\20int\2c\20int\29 -5896:skgpu::ganesh::QuadPerEdgeAA::GetIndexBuffer\28GrMeshDrawTarget*\2c\20skgpu::ganesh::QuadPerEdgeAA::IndexBufferOption\29 -5897:skgpu::ganesh::PathWedgeTessellator::Make\28SkArenaAlloc*\2c\20bool\2c\20skgpu::tess::PatchAttribs\29 -5898:skgpu::ganesh::PathTessellator::PathTessellator\28bool\2c\20skgpu::tess::PatchAttribs\29 -5899:skgpu::ganesh::PathTessellator::PathDrawList*\20SkArenaAlloc::make\20const&>\28SkMatrix\20const&\2c\20SkPath\20const&\2c\20SkRGBA4f<\28SkAlphaType\292>\20const&\29 -5900:skgpu::ganesh::PathTessellateOp::~PathTessellateOp\28\29 -5901:skgpu::ganesh::PathTessellateOp::usesMSAA\28\29\20const -5902:skgpu::ganesh::PathTessellateOp::prepareTessellator\28GrTessellationShader::ProgramArgs\20const&\2c\20GrAppliedClip&&\29 -5903:skgpu::ganesh::PathTessellateOp::PathTessellateOp\28SkArenaAlloc*\2c\20GrAAType\2c\20GrUserStencilSettings\20const*\2c\20SkMatrix\20const&\2c\20SkPath\20const&\2c\20GrPaint&&\2c\20SkRect\20const&\29 -5904:skgpu::ganesh::PathStencilCoverOp::~PathStencilCoverOp\28\29 -5905:skgpu::ganesh::PathStencilCoverOp::prePreparePrograms\28GrTessellationShader::ProgramArgs\20const&\2c\20GrAppliedClip&&\29 -5906:skgpu::ganesh::PathStencilCoverOp::ClassID\28\29 -5907:skgpu::ganesh::PathInnerTriangulateOp::~PathInnerTriangulateOp\28\29 -5908:skgpu::ganesh::PathInnerTriangulateOp::pushFanStencilProgram\28GrTessellationShader::ProgramArgs\20const&\2c\20GrPipeline\20const*\2c\20GrUserStencilSettings\20const*\29 -5909:skgpu::ganesh::PathInnerTriangulateOp::prePreparePrograms\28GrTessellationShader::ProgramArgs\20const&\2c\20GrAppliedClip&&\29 -5910:skgpu::ganesh::PathCurveTessellator::~PathCurveTessellator\28\29 -5911:skgpu::ganesh::PathCurveTessellator::prepareWithTriangles\28GrMeshDrawTarget*\2c\20SkMatrix\20const&\2c\20GrTriangulator::BreadcrumbTriangleList*\2c\20skgpu::ganesh::PathTessellator::PathDrawList\20const&\2c\20int\29 -5912:skgpu::ganesh::PathCurveTessellator::Make\28SkArenaAlloc*\2c\20bool\2c\20skgpu::tess::PatchAttribs\29 -5913:skgpu::ganesh::OpsTask::setColorLoadOp\28GrLoadOp\2c\20std::__2::array\29 -5914:skgpu::ganesh::OpsTask::onMakeClosed\28GrRecordingContext*\2c\20SkIRect*\29 -5915:skgpu::ganesh::OpsTask::onExecute\28GrOpFlushState*\29 -5916:skgpu::ganesh::OpsTask::addSampledTexture\28GrSurfaceProxy*\29 -5917:skgpu::ganesh::OpsTask::addDrawOp\28GrDrawingManager*\2c\20std::__2::unique_ptr>\2c\20bool\2c\20GrProcessorSet::Analysis\20const&\2c\20GrAppliedClip&&\2c\20GrDstProxyView\20const&\2c\20GrTextureResolveManager\2c\20GrCaps\20const&\29::$_0::operator\28\29\28GrSurfaceProxy*\2c\20skgpu::Mipmapped\29\20const -5918:skgpu::ganesh::OpsTask::addDrawOp\28GrDrawingManager*\2c\20std::__2::unique_ptr>\2c\20bool\2c\20GrProcessorSet::Analysis\20const&\2c\20GrAppliedClip&&\2c\20GrDstProxyView\20const&\2c\20GrTextureResolveManager\2c\20GrCaps\20const&\29 -5919:skgpu::ganesh::OpsTask::OpsTask\28GrDrawingManager*\2c\20GrSurfaceProxyView\2c\20GrAuditTrail*\2c\20sk_sp\29 -5920:skgpu::ganesh::OpsTask::OpChain::tryConcat\28skgpu::ganesh::OpsTask::OpChain::List*\2c\20GrProcessorSet::Analysis\2c\20GrDstProxyView\20const&\2c\20GrAppliedClip\20const*\2c\20SkRect\20const&\2c\20GrCaps\20const&\2c\20SkArenaAlloc*\2c\20GrAuditTrail*\29 -5921:skgpu::ganesh::OpsTask::OpChain::OpChain\28std::__2::unique_ptr>\2c\20GrProcessorSet::Analysis\2c\20GrAppliedClip*\2c\20GrDstProxyView\20const*\29 -5922:skgpu::ganesh::LockTextureProxyView\28GrRecordingContext*\2c\20SkImage_Lazy\20const*\2c\20GrImageTexGenPolicy\2c\20skgpu::Mipmapped\29 -5923:skgpu::ganesh::LatticeOp::\28anonymous\20namespace\29::NonAALatticeOp::~NonAALatticeOp\28\29 -5924:skgpu::ganesh::LatticeOp::\28anonymous\20namespace\29::NonAALatticeOp::NonAALatticeOp\28GrProcessorSet*\2c\20SkRGBA4f<\28SkAlphaType\292>\20const&\2c\20SkMatrix\20const&\2c\20GrSurfaceProxyView\2c\20SkAlphaType\2c\20sk_sp\2c\20SkFilterMode\2c\20std::__2::unique_ptr>\2c\20SkRect\20const&\29 -5925:skgpu::ganesh::LatticeOp::\28anonymous\20namespace\29::LatticeGP::~LatticeGP\28\29 -5926:skgpu::ganesh::FillRRectOp::\28anonymous\20namespace\29::can_use_hw_derivatives_with_coverage\28skvx::Vec<2\2c\20float>\20const&\2c\20SkPoint\20const&\29 -5927:skgpu::ganesh::FillRRectOp::\28anonymous\20namespace\29::FillRRectOpImpl::~FillRRectOpImpl\28\29 -5928:skgpu::ganesh::FillRRectOp::\28anonymous\20namespace\29::FillRRectOpImpl::programInfo\28\29 -5929:skgpu::ganesh::FillRRectOp::\28anonymous\20namespace\29::FillRRectOpImpl::Make\28GrRecordingContext*\2c\20SkArenaAlloc*\2c\20GrPaint&&\2c\20SkMatrix\20const&\2c\20SkRRect\20const&\2c\20skgpu::ganesh::FillRRectOp::\28anonymous\20namespace\29::FillRRectOpImpl::LocalCoords\20const&\2c\20GrAA\29 -5930:skgpu::ganesh::FillRRectOp::\28anonymous\20namespace\29::FillRRectOpImpl::FillRRectOpImpl\28GrProcessorSet*\2c\20SkRGBA4f<\28SkAlphaType\292>\20const&\2c\20SkArenaAlloc*\2c\20SkMatrix\20const&\2c\20SkRRect\20const&\2c\20skgpu::ganesh::FillRRectOp::\28anonymous\20namespace\29::FillRRectOpImpl::LocalCoords\20const&\2c\20skgpu::ganesh::FillRRectOp::\28anonymous\20namespace\29::FillRRectOpImpl::ProcessorFlags\29 -5931:skgpu::ganesh::DrawableOp::~DrawableOp\28\29 -5932:skgpu::ganesh::DrawAtlasPathOp::~DrawAtlasPathOp\28\29 -5933:skgpu::ganesh::DrawAtlasPathOp::prepareProgram\28GrCaps\20const&\2c\20SkArenaAlloc*\2c\20GrSurfaceProxyView\20const&\2c\20bool\2c\20GrAppliedClip&&\2c\20GrDstProxyView\20const&\2c\20GrXferBarrierFlags\2c\20GrLoadOp\29 -5934:skgpu::ganesh::Device::~Device\28\29 -5935:skgpu::ganesh::Device::replaceBackingProxy\28SkSurface::ContentChangeMode\2c\20sk_sp\2c\20GrColorType\2c\20sk_sp\2c\20GrSurfaceOrigin\2c\20SkSurfaceProps\20const&\29 -5936:skgpu::ganesh::Device::drawSlug\28SkCanvas*\2c\20sktext::gpu::Slug\20const*\2c\20SkPaint\20const&\29 -5937:skgpu::ganesh::Device::drawPath\28SkPath\20const&\2c\20SkPaint\20const&\2c\20bool\29 -5938:skgpu::ganesh::Device::drawEdgeAAImage\28SkImage\20const*\2c\20SkRect\20const&\2c\20SkRect\20const&\2c\20SkPoint\20const*\2c\20SkCanvas::QuadAAFlags\2c\20SkMatrix\20const&\2c\20SkSamplingOptions\20const&\2c\20SkPaint\20const&\2c\20SkCanvas::SrcRectConstraint\2c\20SkMatrix\20const&\2c\20SkTileMode\29 -5939:skgpu::ganesh::Device::convertGlyphRunListToSlug\28sktext::GlyphRunList\20const&\2c\20SkPaint\20const&\29 -5940:skgpu::ganesh::Device::android_utils_clipAsRgn\28SkRegion*\29\20const -5941:skgpu::ganesh::DefaultPathRenderer::internalDrawPath\28skgpu::ganesh::SurfaceDrawContext*\2c\20GrPaint&&\2c\20GrAAType\2c\20GrUserStencilSettings\20const&\2c\20GrClip\20const*\2c\20SkMatrix\20const&\2c\20GrStyledShape\20const&\2c\20bool\29 -5942:skgpu::ganesh::DashOp::\28anonymous\20namespace\29::DashingLineEffect::addToKey\28GrShaderCaps\20const&\2c\20skgpu::KeyBuilder*\29\20const -5943:skgpu::ganesh::DashOp::\28anonymous\20namespace\29::DashOpImpl::~DashOpImpl\28\29 -5944:skgpu::ganesh::CopyView\28GrRecordingContext*\2c\20GrSurfaceProxyView\2c\20skgpu::Mipmapped\2c\20GrImageTexGenPolicy\2c\20std::__2::basic_string_view>\29 -5945:skgpu::ganesh::ClipStack::clipPath\28SkMatrix\20const&\2c\20SkPath\20const&\2c\20GrAA\2c\20SkClipOp\29 -5946:skgpu::ganesh::ClipStack::begin\28\29\20const -5947:skgpu::ganesh::ClipStack::SaveRecord::removeElements\28SkTBlockList*\29 -5948:skgpu::ganesh::ClipStack::RawElement::clipType\28\29\20const -5949:skgpu::ganesh::ClipStack::Mask::invalidate\28GrProxyProvider*\29 -5950:skgpu::ganesh::ClipStack::ElementIter::operator++\28\29 -5951:skgpu::ganesh::ClipStack::Element::Element\28skgpu::ganesh::ClipStack::Element\20const&\29 -5952:skgpu::ganesh::ClipStack::Draw::Draw\28SkRect\20const&\2c\20GrAA\29 -5953:skgpu::ganesh::ClearOp::ClearOp\28skgpu::ganesh::ClearOp::Buffer\2c\20GrScissorState\20const&\2c\20std::__2::array\2c\20bool\29 -5954:skgpu::ganesh::AtlasTextOp::~AtlasTextOp\28\29 -5955:skgpu::ganesh::AtlasTextOp::operator\20new\28unsigned\20long\29 -5956:skgpu::ganesh::AtlasTextOp::onPrepareDraws\28GrMeshDrawTarget*\29::$_0::operator\28\29\28\29\20const -5957:skgpu::ganesh::AtlasTextOp::onCreateProgramInfo\28GrCaps\20const*\2c\20SkArenaAlloc*\2c\20GrSurfaceProxyView\20const&\2c\20bool\2c\20GrAppliedClip&&\2c\20GrDstProxyView\20const&\2c\20GrXferBarrierFlags\2c\20GrLoadOp\29 -5958:skgpu::ganesh::AtlasTextOp::Make\28skgpu::ganesh::SurfaceDrawContext*\2c\20sktext::gpu::AtlasSubRun\20const*\2c\20GrClip\20const*\2c\20SkMatrix\20const&\2c\20SkPoint\2c\20SkPaint\20const&\2c\20sk_sp&&\29 -5959:skgpu::ganesh::AtlasTextOp::ClassID\28\29 -5960:skgpu::ganesh::AtlasRenderTask::~AtlasRenderTask\28\29 -5961:skgpu::ganesh::AtlasRenderTask::stencilAtlasRect\28GrRecordingContext*\2c\20SkRect\20const&\2c\20SkRGBA4f<\28SkAlphaType\292>\20const&\2c\20GrUserStencilSettings\20const*\29 -5962:skgpu::ganesh::AtlasRenderTask::readView\28GrCaps\20const&\29\20const -5963:skgpu::ganesh::AtlasRenderTask::instantiate\28GrOnFlushResourceProvider*\2c\20sk_sp\29 -5964:skgpu::ganesh::AtlasRenderTask::addPath\28SkMatrix\20const&\2c\20SkPath\20const&\2c\20SkIPoint\2c\20int\2c\20int\2c\20bool\2c\20SkIPoint16*\29 -5965:skgpu::ganesh::AtlasRenderTask::addAtlasDrawOp\28std::__2::unique_ptr>\2c\20GrCaps\20const&\29 -5966:skgpu::ganesh::AtlasPathRenderer::~AtlasPathRenderer\28\29_10718 -5967:skgpu::ganesh::AtlasPathRenderer::preFlush\28GrOnFlushResourceProvider*\29 -5968:skgpu::ganesh::AtlasPathRenderer::pathFitsInAtlas\28SkRect\20const&\2c\20GrAAType\29\20const -5969:skgpu::ganesh::AtlasPathRenderer::addPathToAtlas\28GrRecordingContext*\2c\20SkMatrix\20const&\2c\20SkPath\20const&\2c\20SkRect\20const&\2c\20SkIRect*\2c\20SkIPoint16*\2c\20bool*\2c\20std::__2::function\20const&\29 -5970:skgpu::ganesh::AtlasPathRenderer::AtlasPathKey::operator==\28skgpu::ganesh::AtlasPathRenderer::AtlasPathKey\20const&\29\20const -5971:skgpu::ganesh::AsFragmentProcessor\28skgpu::ganesh::SurfaceDrawContext*\2c\20SkImage\20const*\2c\20SkSamplingOptions\2c\20SkTileMode\20const*\2c\20SkMatrix\20const&\2c\20SkRect\20const*\2c\20SkRect\20const*\29 -5972:skgpu::TiledTextureUtils::OptimizeSampleArea\28SkISize\20const&\2c\20SkRect\20const&\2c\20SkRect\20const&\2c\20SkPoint\20const*\2c\20SkRect*\2c\20SkRect*\2c\20SkMatrix*\29 -5973:skgpu::TiledTextureUtils::CanDisableMipmap\28SkMatrix\20const&\2c\20SkMatrix\20const&\2c\20bool\29 -5974:skgpu::TClientMappedBufferManager::process\28\29 -5975:skgpu::TAsyncReadResult::~TAsyncReadResult\28\29 -5976:skgpu::TAsyncReadResult::Plane::~Plane\28\29 -5977:skgpu::Swizzle::BGRA\28\29 -5978:skgpu::ScratchKey::ScratchKey\28skgpu::ScratchKey\20const&\29 -5979:skgpu::ResourceKey::operator=\28skgpu::ResourceKey\20const&\29 -5980:skgpu::RectanizerSkyline::addRect\28int\2c\20int\2c\20SkIPoint16*\29 -5981:skgpu::RectanizerSkyline::RectanizerSkyline\28int\2c\20int\29 -5982:skgpu::Plot::~Plot\28\29 -5983:skgpu::Plot::resetRects\28bool\29 -5984:skgpu::Plot::Plot\28int\2c\20int\2c\20skgpu::AtlasGenerationCounter*\2c\20int\2c\20int\2c\20int\2c\20int\2c\20SkColorType\2c\20unsigned\20long\29 -5985:skgpu::KeyBuilder::flush\28\29 -5986:skgpu::KeyBuilder::addBits\28unsigned\20int\2c\20unsigned\20int\2c\20std::__2::basic_string_view>\29 -5987:skgpu::GetReducedBlendModeInfo\28SkBlendMode\29 -5988:skgpu::GetApproxSize\28SkISize\29::$_0::operator\28\29\28int\29\20const -5989:skgpu::CreateIntegralTable\28int\29 -5990:skgpu::ComputeIntegralTableWidth\28float\29 -5991:skgpu::AtlasLocator::updatePlotLocator\28skgpu::PlotLocator\29 -5992:skgpu::AtlasLocator::insetSrc\28int\29 -5993:skcpu::Recorder::makeBitmapSurface\28SkImageInfo\20const&\2c\20unsigned\20long\2c\20SkSurfaceProps\20const*\29 -5994:skcms_private::baseline::exec_stages\28skcms_private::Op\20const*\2c\20void\20const**\2c\20char\20const*\2c\20char*\2c\20int\29 -5995:skcms_private::baseline::clut\28unsigned\20int\2c\20unsigned\20int\2c\20unsigned\20char\20const*\2c\20unsigned\20char\20const*\2c\20unsigned\20char\20const*\2c\20float\20vector\5b4\5d*\2c\20float\20vector\5b4\5d*\2c\20float\20vector\5b4\5d*\2c\20float\20vector\5b4\5d*\29 -5996:skcms_ApproximatelyEqualProfiles -5997:sk_sp::~sk_sp\28\29 -5998:sk_sp::reset\28sktext::gpu::TextStrike*\29 -5999:sk_sp\20skgpu::RefCntedCallback::MakeImpl\28void\20\28*\29\28void*\29\2c\20void*\29 -6000:sk_sp<\28anonymous\20namespace\29::UniqueKeyInvalidator>\20sk_make_sp<\28anonymous\20namespace\29::UniqueKeyInvalidator\2c\20skgpu::UniqueKey&\2c\20unsigned\20int>\28skgpu::UniqueKey&\2c\20unsigned\20int&&\29 -6001:sk_sp<\28anonymous\20namespace\29::ShadowInvalidator>\20sk_make_sp<\28anonymous\20namespace\29::ShadowInvalidator\2c\20SkResourceCache::Key&>\28SkResourceCache::Key&\29 -6002:sk_sp::operator=\28sk_sp\20const&\29 -6003:sk_sp&\20std::__2::vector\2c\20std::__2::allocator>>::emplace_back>\28sk_sp&&\29 -6004:sk_sp\20sk_make_sp>\28sk_sp&&\29 -6005:sk_sp::~sk_sp\28\29 -6006:sk_sp::sk_sp\28sk_sp\20const&\29 -6007:sk_sp::operator=\28sk_sp&&\29 -6008:sk_sp::reset\28SkMeshSpecification*\29 -6009:sk_sp\20sk_make_sp>>\28std::__2::unique_ptr>&&\29 -6010:sk_sp::reset\28SkData\20const*\29 -6011:sk_sp::operator=\28sk_sp\20const&\29 -6012:sk_sp::operator=\28sk_sp\20const&\29 -6013:sk_sp::operator=\28sk_sp&&\29 -6014:sk_sp::~sk_sp\28\29 -6015:sk_sp::sk_sp\28sk_sp\20const&\29 -6016:sk_sp&\20sk_sp::operator=\28sk_sp&&\29 -6017:sk_sp::reset\28GrSurface::RefCntedReleaseProc*\29 -6018:sk_sp::operator=\28sk_sp&&\29 -6019:sk_sp::~sk_sp\28\29 -6020:sk_sp::operator=\28sk_sp&&\29 -6021:sk_sp::~sk_sp\28\29 -6022:sk_sp\20sk_make_sp\28\29 -6023:sk_sp::reset\28GrArenas*\29 -6024:sk_ft_alloc\28FT_MemoryRec_*\2c\20long\29 -6025:sk_fopen\28char\20const*\2c\20SkFILE_Flags\29 -6026:sk_fgetsize\28_IO_FILE*\29 -6027:sk_determinant\28float\20const*\2c\20int\29 -6028:sk_blit_below\28SkBlitter*\2c\20SkIRect\20const&\2c\20SkRegion\20const&\29 -6029:sk_blit_above\28SkBlitter*\2c\20SkIRect\20const&\2c\20SkRegion\20const&\29 -6030:sid_to_gid_t\20const*\20hb_sorted_array_t::bsearch\28unsigned\20int\20const&\2c\20sid_to_gid_t\20const*\29 -6031:short\20sk_saturate_cast\28float\29 -6032:sharp_angle\28SkPoint\20const*\29 -6033:sfnt_stream_close -6034:setup_masks_arabic_plan\28arabic_shape_plan_t\20const*\2c\20hb_buffer_t*\2c\20hb_script_t\29 -6035:set_points\28float*\2c\20int*\2c\20int\20const*\2c\20int\2c\20int\2c\20int\2c\20int\2c\20int\2c\20float\2c\20float\2c\20bool\29 -6036:set_ootf_Y\28SkColorSpace\20const*\2c\20float*\29 -6037:set_normal_unitnormal\28SkPoint\20const&\2c\20SkPoint\20const&\2c\20float\2c\20float\2c\20SkPoint*\2c\20SkPoint*\29 -6038:set_khr_debug_label\28GrGLGpu*\2c\20unsigned\20int\2c\20std::__2::basic_string_view>\29 -6039:setThrew -6040:setCommonICUData\28UDataMemory*\2c\20signed\20char\2c\20UErrorCode*\29 -6041:serialize_image\28SkImage\20const*\2c\20SkSerialProcs\29 -6042:select_curve_ops\28skcms_Curve\20const*\2c\20int\2c\20OpAndArg*\29 -6043:sect_clamp_with_vertical\28SkPoint\20const*\2c\20float\29 -6044:scanexp -6045:scalbnl -6046:safe_picture_bounds\28SkRect\20const&\29 -6047:safe_int_addition -6048:rt_has_msaa_render_buffer\28GrGLRenderTarget\20const*\2c\20GrGLCaps\20const&\29 -6049:rrect_type_to_vert_count\28RRectType\29 -6050:row_is_all_zeros\28unsigned\20char\20const*\2c\20int\29 -6051:round_up_to_int\28float\29 -6052:round_down_to_int\28float\29 -6053:rotate\28SkDCubic\20const&\2c\20int\2c\20int\2c\20SkDCubic&\29 -6054:rewind_if_necessary\28GrTriangulator::Edge*\2c\20GrTriangulator::EdgeList*\2c\20GrTriangulator::Vertex**\2c\20GrTriangulator::Comparator\20const&\29 -6055:resolveImplicitLevels\28UBiDi*\2c\20int\2c\20int\2c\20unsigned\20char\2c\20unsigned\20char\29 -6056:reset_and_decode_image_config\28wuffs_gif__decoder__struct*\2c\20wuffs_base__image_config__struct*\2c\20wuffs_base__io_buffer__struct*\2c\20SkStream*\29 -6057:res_countArrayItems_74 -6058:renderbuffer_storage_msaa\28GrGLGpu*\2c\20int\2c\20unsigned\20int\2c\20int\2c\20int\29 -6059:remove_edge_below\28GrTriangulator::Edge*\29 -6060:remove_edge_above\28GrTriangulator::Edge*\29 -6061:reductionLineCount\28SkDQuad\20const&\29 -6062:recursive_edge_intersect\28GrTriangulator::Line\20const&\2c\20SkPoint\2c\20SkPoint\2c\20GrTriangulator::Line\20const&\2c\20SkPoint\2c\20SkPoint\2c\20SkPoint*\2c\20double*\2c\20double*\29 -6063:rect_exceeds\28SkRect\20const&\2c\20float\29 -6064:reclassify_vertex\28TriangulationVertex*\2c\20SkPoint\20const*\2c\20int\2c\20ReflexHash*\2c\20SkTInternalLList*\29 -6065:read_mft_common\28mft_CommonLayout\20const*\2c\20skcms_B2A*\29 -6066:read_mft_common\28mft_CommonLayout\20const*\2c\20skcms_A2B*\29 -6067:radii_are_nine_patch\28SkPoint\20const*\29 -6068:quad_type_for_transformed_rect\28SkMatrix\20const&\29 -6069:quad_in_line\28SkPoint\20const*\29 -6070:pt_to_tangent_line\28SkPoint\20const&\2c\20SkPoint\20const&\2c\20SkPoint\20const&\29 -6071:psh_hint_table_record -6072:psh_hint_table_init -6073:psh_hint_table_find_strong_points -6074:psh_hint_table_done -6075:psh_hint_table_activate_mask -6076:psh_hint_align -6077:psh_glyph_load_points -6078:psh_globals_scale_widths -6079:psh_compute_dir -6080:psh_blues_set_zones_0 -6081:psh_blues_set_zones -6082:ps_table_realloc -6083:ps_parser_to_token_array -6084:ps_parser_load_field -6085:ps_mask_table_last -6086:ps_mask_table_done -6087:ps_hints_stem -6088:ps_dimension_end -6089:ps_dimension_done -6090:ps_dimension_add_t1stem -6091:ps_builder_start_point -6092:ps_builder_close_contour -6093:ps_builder_add_point1 -6094:printf_core -6095:prepare_to_draw_into_mask\28SkRect\20const&\2c\20SkMaskBuilder*\29 -6096:position_cluster\28hb_ot_shape_plan_t\20const*\2c\20hb_font_t*\2c\20hb_buffer_t*\2c\20unsigned\20int\2c\20unsigned\20int\2c\20bool\29 -6097:portable::uniform_color\28portable::Params*\2c\20SkRasterPipelineStage*\2c\20float\2c\20float\2c\20float\2c\20float\29 -6098:portable::set_rgb\28portable::Params*\2c\20SkRasterPipelineStage*\2c\20float\2c\20float\2c\20float\2c\20float\29 -6099:portable::debug_y\28portable::Params*\2c\20SkRasterPipelineStage*\2c\20float\2c\20float\2c\20float\2c\20float\29 -6100:portable::debug_x\28portable::Params*\2c\20SkRasterPipelineStage*\2c\20float\2c\20float\2c\20float\2c\20float\29 -6101:portable::copy_from_indirect_unmasked\28portable::Params*\2c\20SkRasterPipelineStage*\2c\20float\2c\20float\2c\20float\2c\20float\29 -6102:portable::copy_2_slots_unmasked\28portable::Params*\2c\20SkRasterPipelineStage*\2c\20float\2c\20float\2c\20float\2c\20float\29 -6103:portable::check_decal_mask\28portable::Params*\2c\20SkRasterPipelineStage*\2c\20float\2c\20float\2c\20float\2c\20float\29 -6104:pop_arg -6105:pointerTOCEntryCount\28UDataMemory\20const*\29 -6106:pointInTriangle\28SkDPoint\20const*\2c\20SkDPoint\20const&\29 -6107:pntz -6108:png_rtran_ok -6109:png_malloc_array_checked -6110:png_inflate -6111:png_format_buffer -6112:png_decompress_chunk -6113:png_colorspace_check_gamma -6114:png_cache_unknown_chunk -6115:pin_offset_s32\28int\2c\20int\2c\20int\29 -6116:path_key_from_data_size\28SkPath\20const&\29 -6117:parse_private_use_subtag\28char\20const*\2c\20unsigned\20int*\2c\20unsigned\20int*\2c\20char\20const*\2c\20unsigned\20char\20\28*\29\28unsigned\20char\29\29 -6118:paragraph_getLineCount -6119:paint_color_to_dst\28SkPaint\20const&\2c\20SkPixmap\20const&\29 -6120:pad4 -6121:operator_new_impl\28unsigned\20long\29 -6122:operator==\28SkRect\20const&\2c\20SkRect\20const&\29 -6123:operator==\28SkRRect\20const&\2c\20SkRRect\20const&\29 -6124:operator==\28SkPaint\20const&\2c\20SkPaint\20const&\29 -6125:operator!=\28SkRRect\20const&\2c\20SkRRect\20const&\29 -6126:open_face -6127:openCommonData\28char\20const*\2c\20int\2c\20UErrorCode*\29 -6128:on_same_side\28SkPoint\20const*\2c\20int\2c\20int\29 -6129:non-virtual\20thunk\20to\20SkMeshPriv::CpuBuffer::~CpuBuffer\28\29_2800 -6130:non-virtual\20thunk\20to\20SkMeshPriv::CpuBuffer::~CpuBuffer\28\29 -6131:non-virtual\20thunk\20to\20SkMeshPriv::CpuBuffer::size\28\29\20const -6132:non-virtual\20thunk\20to\20SkMeshPriv::CpuBuffer::onUpdate\28GrDirectContext*\2c\20void\20const*\2c\20unsigned\20long\2c\20unsigned\20long\29 -6133:move_multiples\28SkOpContourHead*\29 -6134:mono_cubic_closestT\28float\20const*\2c\20float\29 -6135:mbsrtowcs -6136:matchesEnd\28SkDPoint\20const*\2c\20SkDPoint\20const&\29 -6137:map_rect_perspective\28SkRect\20const&\2c\20float\20const*\29::$_0::operator\28\29\28skvx::Vec<4\2c\20float>\20const&\2c\20skvx::Vec<4\2c\20float>\20const&\2c\20skvx::Vec<4\2c\20float>\20const&\29\20const::'lambda'\28skvx::Vec<4\2c\20float>\20const&\29::operator\28\29\28skvx::Vec<4\2c\20float>\20const&\29\20const -6138:map_quad_to_rect\28SkRSXform\20const&\2c\20SkRect\20const&\29 -6139:map_quad_general\28skvx::Vec<4\2c\20float>\20const&\2c\20skvx::Vec<4\2c\20float>\20const&\2c\20SkMatrix\20const&\2c\20skvx::Vec<4\2c\20float>*\2c\20skvx::Vec<4\2c\20float>*\2c\20skvx::Vec<4\2c\20float>*\29 -6140:make_xrect\28SkRect\20const&\29 -6141:make_tiled_gradient\28GrFPArgs\20const&\2c\20std::__2::unique_ptr>\2c\20std::__2::unique_ptr>\2c\20bool\2c\20bool\29 -6142:make_premul_effect\28std::__2::unique_ptr>\29 -6143:make_dual_interval_colorizer\28SkRGBA4f<\28SkAlphaType\292>\20const&\2c\20SkRGBA4f<\28SkAlphaType\292>\20const&\2c\20SkRGBA4f<\28SkAlphaType\292>\20const&\2c\20SkRGBA4f<\28SkAlphaType\292>\20const&\2c\20float\29 -6144:make_clamped_gradient\28std::__2::unique_ptr>\2c\20std::__2::unique_ptr>\2c\20SkRGBA4f<\28SkAlphaType\292>\2c\20SkRGBA4f<\28SkAlphaType\292>\2c\20bool\29 -6145:make_bmp_proxy\28GrProxyProvider*\2c\20SkBitmap\20const&\2c\20GrColorType\2c\20skgpu::Mipmapped\2c\20SkBackingFit\2c\20skgpu::Budgeted\29 -6146:long\20std::__2::__num_get_signed_integral\5babi:nn180100\5d\28char\20const*\2c\20char\20const*\2c\20unsigned\20int&\2c\20int\29 -6147:long\20long\20std::__2::__num_get_signed_integral\5babi:nn180100\5d\28char\20const*\2c\20char\20const*\2c\20unsigned\20int&\2c\20int\29 -6148:long\20double\20std::__2::__num_get_float\5babi:nn180100\5d\28char\20const*\2c\20char\20const*\2c\20unsigned\20int&\29 -6149:log2f_\28float\29 -6150:locale_canonKeywordName\28char*\2c\20char\20const*\2c\20UErrorCode*\29 -6151:load_post_names -6152:lineMetrics_getLineNumber -6153:lineMetrics_getHardBreak -6154:lin_srgb_to_oklab\28SkRGBA4f<\28SkAlphaType\292>\2c\20bool*\29 -6155:lang_find_or_insert\28char\20const*\29 -6156:isxdigit -6157:isdigit -6158:is_zero_width_char\28hb_font_t*\2c\20unsigned\20int\29 -6159:is_simple_rect\28GrQuad\20const&\29 -6160:is_plane_config_compatible_with_subsampling\28SkYUVAInfo::PlaneConfig\2c\20SkYUVAInfo::Subsampling\29 -6161:is_overlap_edge\28GrTriangulator::Edge*\29 -6162:is_leap -6163:is_int\28float\29 -6164:is_halant_use\28hb_glyph_info_t\20const&\29 -6165:is_float_fp32\28GrGLContextInfo\20const&\2c\20GrGLInterface\20const*\2c\20unsigned\20int\29 -6166:isZeroLengthSincePoint\28SkSpan\2c\20int\29 -6167:isSpecialTypeRgKeyValue\28char\20const*\29 -6168:isSpecialTypeReorderCode\28char\20const*\29 -6169:isSpecialTypeCodepoints\28char\20const*\29 -6170:isIDCompatMathStart\28BinaryProperty\20const&\2c\20int\2c\20UProperty\29 -6171:iprintf -6172:invalidate_buffer\28GrGLGpu*\2c\20unsigned\20int\2c\20unsigned\20int\2c\20unsigned\20int\2c\20unsigned\20long\29 -6173:interp_cubic_coords\28double\20const*\2c\20double*\2c\20double\29 -6174:int\20icu_74::\28anonymous\20namespace\29::getOverlap\28unsigned\20short\20const*\2c\20int\2c\20unsigned\20short\20const*\2c\20int\2c\20int\29 -6175:int\20icu_74::\28anonymous\20namespace\29::MixedBlocks::findEntry\28unsigned\20short\20const*\2c\20unsigned\20short\20const*\2c\20int\2c\20unsigned\20int\29\20const -6176:int\20icu_74::\28anonymous\20namespace\29::MixedBlocks::findEntry\28unsigned\20int\20const*\2c\20unsigned\20int\20const*\2c\20int\2c\20unsigned\20int\29\20const -6177:int\20icu_74::\28anonymous\20namespace\29::MixedBlocks::findBlock\28unsigned\20short\20const*\2c\20unsigned\20short\20const*\2c\20int\29\20const -6178:int\20icu_74::\28anonymous\20namespace\29::MixedBlocks::findBlock\28unsigned\20short\20const*\2c\20unsigned\20int\20const*\2c\20int\29\20const -6179:int\20SkRecords::Pattern>::matchFirst>\28SkRecords::Is*\2c\20SkRecord*\2c\20int\29 -6180:inside_triangle\28skvx::Vec<4\2c\20float>\20const&\2c\20skvx::Vec<4\2c\20float>\20const&\2c\20skvx::Vec<4\2c\20float>\20const&\29 -6181:insertRootBundle\28UResourceDataEntry*&\2c\20UErrorCode*\29 -6182:initCache\28UErrorCode*\29 -6183:inflateEnd -6184:image_getHeight -6185:icu_74::transform\28char*\2c\20int\29 -6186:icu_74::set32x64Bits\28unsigned\20int*\2c\20int\2c\20int\29 -6187:icu_74::res_getIntVector\28icu_74::ResourceTracer\20const&\2c\20ResourceData\20const*\2c\20unsigned\20int\2c\20int*\29 -6188:icu_74::matches8\28unsigned\20char\20const*\2c\20unsigned\20char\20const*\2c\20int\29 -6189:icu_74::matches16CPB\28char16_t\20const*\2c\20int\2c\20int\2c\20char16_t\20const*\2c\20int\29 -6190:icu_74::enumGroupNames\28icu_74::UCharNames*\2c\20unsigned\20short\20const*\2c\20int\2c\20int\2c\20signed\20char\20\28*\29\28void*\2c\20int\2c\20UCharNameChoice\2c\20char\20const*\2c\20int\29\2c\20void*\2c\20UCharNameChoice\29 -6191:icu_74::compute\28int\2c\20icu_74::ReadArray2D\20const&\2c\20icu_74::ReadArray2D\20const&\2c\20icu_74::ReadArray1D\20const&\2c\20icu_74::ReadArray1D\20const&\2c\20icu_74::Array1D&\2c\20icu_74::Array1D&\2c\20icu_74::Array1D&\29 -6192:icu_74::compareUnicodeString\28UElement\2c\20UElement\29 -6193:icu_74::appendUTF8\28char16_t\20const*\2c\20int\2c\20unsigned\20char*\2c\20int\29 -6194:icu_74::\28anonymous\20namespace\29::writeBlock\28unsigned\20int*\2c\20unsigned\20int\29 -6195:icu_74::\28anonymous\20namespace\29::mungeCharName\28char*\2c\20char\20const*\2c\20int\29 -6196:icu_74::\28anonymous\20namespace\29::getJamoTMinusBase\28unsigned\20char\20const*\2c\20unsigned\20char\20const*\29 -6197:icu_74::\28anonymous\20namespace\29::getCanonical\28icu_74::CharStringMap\20const&\2c\20char\20const*\29 -6198:icu_74::\28anonymous\20namespace\29::checkOverflowAndEditsError\28int\2c\20int\2c\20icu_74::Edits*\2c\20UErrorCode&\29 -6199:icu_74::\28anonymous\20namespace\29::allValuesSameAs\28unsigned\20int\20const*\2c\20int\2c\20unsigned\20int\29 -6200:icu_74::\28anonymous\20namespace\29::MutableCodePointTrie::~MutableCodePointTrie\28\29 -6201:icu_74::\28anonymous\20namespace\29::MutableCodePointTrie::getDataBlock\28int\29 -6202:icu_74::\28anonymous\20namespace\29::MutableCodePointTrie::allocDataBlock\28int\29 -6203:icu_74::\28anonymous\20namespace\29::AllSameBlocks::add\28int\2c\20int\2c\20unsigned\20int\29 -6204:icu_74::XLikelySubtagsData::readLSREncodedStrings\28icu_74::ResourceTable\20const&\2c\20char\20const*\2c\20icu_74::ResourceValue&\2c\20icu_74::ResourceArray\20const&\2c\20icu_74::LocalMemory&\2c\20int&\2c\20UErrorCode&\29 -6205:icu_74::XLikelySubtags::~XLikelySubtags\28\29 -6206:icu_74::XLikelySubtags::trieNext\28icu_74::BytesTrie&\2c\20char\20const*\2c\20int\29 -6207:icu_74::UniqueCharStrings::~UniqueCharStrings\28\29 -6208:icu_74::UniqueCharStrings::UniqueCharStrings\28UErrorCode&\29 -6209:icu_74::UnicodeString::setCharAt\28int\2c\20char16_t\29 -6210:icu_74::UnicodeString::reverse\28\29 -6211:icu_74::UnicodeString::operator!=\28icu_74::UnicodeString\20const&\29\20const -6212:icu_74::UnicodeString::indexOf\28char16_t\20const*\2c\20int\2c\20int\2c\20int\2c\20int\29\20const -6213:icu_74::UnicodeString::doIndexOf\28char16_t\2c\20int\2c\20int\29\20const -6214:icu_74::UnicodeString::doExtract\28int\2c\20int\2c\20char16_t*\2c\20int\29\20const -6215:icu_74::UnicodeString::doCompare\28int\2c\20int\2c\20icu_74::UnicodeString\20const&\2c\20int\2c\20int\29\20const -6216:icu_74::UnicodeString::compare\28icu_74::UnicodeString\20const&\29\20const -6217:icu_74::UnicodeSetStringSpan::span\28char16_t\20const*\2c\20int\2c\20USetSpanCondition\29\20const -6218:icu_74::UnicodeSetStringSpan::spanUTF8\28unsigned\20char\20const*\2c\20int\2c\20USetSpanCondition\29\20const -6219:icu_74::UnicodeSetStringSpan::spanBack\28char16_t\20const*\2c\20int\2c\20USetSpanCondition\29\20const -6220:icu_74::UnicodeSetStringSpan::spanBackUTF8\28unsigned\20char\20const*\2c\20int\2c\20USetSpanCondition\29\20const -6221:icu_74::UnicodeSetStringSpan::addToSpanNotSet\28int\29 -6222:icu_74::UnicodeSet::~UnicodeSet\28\29_13894 -6223:icu_74::UnicodeSet::toPattern\28icu_74::UnicodeString&\2c\20signed\20char\29\20const -6224:icu_74::UnicodeSet::stringsContains\28icu_74::UnicodeString\20const&\29\20const -6225:icu_74::UnicodeSet::set\28int\2c\20int\29 -6226:icu_74::UnicodeSet::retainAll\28icu_74::UnicodeSet\20const&\29 -6227:icu_74::UnicodeSet::remove\28int\29 -6228:icu_74::UnicodeSet::nextCapacity\28int\29 -6229:icu_74::UnicodeSet::matches\28icu_74::Replaceable\20const&\2c\20int&\2c\20int\2c\20signed\20char\29 -6230:icu_74::UnicodeSet::matchesIndexValue\28unsigned\20char\29\20const -6231:icu_74::UnicodeSet::findCodePoint\28int\29\20const -6232:icu_74::UnicodeSet::copyFrom\28icu_74::UnicodeSet\20const&\2c\20signed\20char\29 -6233:icu_74::UnicodeSet::clone\28\29\20const -6234:icu_74::UnicodeSet::applyPattern\28icu_74::RuleCharacterIterator&\2c\20icu_74::SymbolTable\20const*\2c\20icu_74::UnicodeString&\2c\20unsigned\20int\2c\20icu_74::UnicodeSet&\20\28icu_74::UnicodeSet::*\29\28int\29\2c\20int\2c\20UErrorCode&\29 -6235:icu_74::UnicodeSet::add\28int\20const*\2c\20int\2c\20signed\20char\29 -6236:icu_74::UnicodeSet::add\28icu_74::UnicodeString\20const&\29 -6237:icu_74::UnicodeSet::_generatePattern\28icu_74::UnicodeString&\2c\20signed\20char\29\20const -6238:icu_74::UnicodeSet::_appendToPat\28icu_74::UnicodeString&\2c\20icu_74::UnicodeString\20const&\2c\20signed\20char\29 -6239:icu_74::UnicodeSet::_add\28icu_74::UnicodeString\20const&\29 -6240:icu_74::UnicodeSet::UnicodeSet\28int\2c\20int\29 -6241:icu_74::UnhandledEngine::~UnhandledEngine\28\29 -6242:icu_74::UVector::sortedInsert\28void*\2c\20int\20\28*\29\28UElement\2c\20UElement\29\2c\20UErrorCode&\29 -6243:icu_74::UVector::setElementAt\28void*\2c\20int\29 -6244:icu_74::UVector::removeElement\28void*\29 -6245:icu_74::UVector::indexOf\28void*\2c\20int\29\20const -6246:icu_74::UVector::assign\28icu_74::UVector\20const&\2c\20void\20\28*\29\28UElement*\2c\20UElement*\29\2c\20UErrorCode&\29 -6247:icu_74::UVector::UVector\28UErrorCode&\29 -6248:icu_74::UVector32::_init\28int\2c\20UErrorCode&\29 -6249:icu_74::UStringSet::~UStringSet\28\29 -6250:icu_74::UStack::UStack\28void\20\28*\29\28void*\29\2c\20signed\20char\20\28*\29\28UElement\2c\20UElement\29\2c\20UErrorCode&\29 -6251:icu_74::UDataPathIterator::next\28UErrorCode*\29 -6252:icu_74::UDataPathIterator::UDataPathIterator\28char\20const*\2c\20char\20const*\2c\20char\20const*\2c\20char\20const*\2c\20signed\20char\2c\20UErrorCode*\29 -6253:icu_74::UCharsTrieElement::getStringLength\28icu_74::UnicodeString\20const&\29\20const -6254:icu_74::UCharsTrieBuilder::~UCharsTrieBuilder\28\29 -6255:icu_74::UCharsTrieBuilder::ensureCapacity\28int\29 -6256:icu_74::UCharsTrieBuilder::build\28UStringTrieBuildOption\2c\20UErrorCode&\29 -6257:icu_74::UCharsTrie::readNodeValue\28char16_t\20const*\2c\20int\29 -6258:icu_74::UCharsTrie::nextImpl\28char16_t\20const*\2c\20int\29 -6259:icu_74::UCharsTrie::nextForCodePoint\28int\29 -6260:icu_74::UCharsTrie::jumpByDelta\28char16_t\20const*\29 -6261:icu_74::UCharsTrie::getValue\28\29\20const -6262:icu_74::UCharsTrie::Iterator::branchNext\28char16_t\20const*\2c\20int\2c\20UErrorCode&\29 -6263:icu_74::UCharsDictionaryMatcher::~UCharsDictionaryMatcher\28\29 -6264:icu_74::ThaiBreakEngine::~ThaiBreakEngine\28\29 -6265:icu_74::StringTrieBuilder::~StringTrieBuilder\28\29 -6266:icu_74::StringTrieBuilder::writeBranchSubNode\28int\2c\20int\2c\20int\2c\20int\29 -6267:icu_74::StringEnumeration::setChars\28char\20const*\2c\20int\2c\20UErrorCode&\29 -6268:icu_74::SimpleLocaleKeyFactory::~SimpleLocaleKeyFactory\28\29 -6269:icu_74::SimpleFilteredSentenceBreakIterator::~SimpleFilteredSentenceBreakIterator\28\29 -6270:icu_74::SimpleFilteredSentenceBreakIterator::internalPrev\28int\29 -6271:icu_74::SimpleFilteredSentenceBreakData::~SimpleFilteredSentenceBreakData\28\29 -6272:icu_74::SimpleFilteredBreakIteratorBuilder::~SimpleFilteredBreakIteratorBuilder\28\29 -6273:icu_74::SimpleFactory::~SimpleFactory\28\29 -6274:icu_74::ServiceEnumeration::~ServiceEnumeration\28\29 -6275:icu_74::ServiceEnumeration::upToDate\28UErrorCode&\29\20const -6276:icu_74::RuleCharacterIterator::skipIgnored\28int\29 -6277:icu_74::RuleCharacterIterator::lookahead\28icu_74::UnicodeString&\2c\20int\29\20const -6278:icu_74::RuleCharacterIterator::atEnd\28\29\20const -6279:icu_74::RuleCharacterIterator::_current\28\29\20const -6280:icu_74::RuleBasedBreakIterator::~RuleBasedBreakIterator\28\29 -6281:icu_74::RuleBasedBreakIterator::handleSafePrevious\28int\29 -6282:icu_74::RuleBasedBreakIterator::RuleBasedBreakIterator\28UErrorCode*\29 -6283:icu_74::RuleBasedBreakIterator::DictionaryCache::populateDictionary\28int\2c\20int\2c\20int\2c\20int\29 -6284:icu_74::RuleBasedBreakIterator::BreakCache::~BreakCache\28\29 -6285:icu_74::RuleBasedBreakIterator::BreakCache::populatePreceding\28UErrorCode&\29 -6286:icu_74::RuleBasedBreakIterator::BreakCache::populateFollowing\28\29 -6287:icu_74::ResourceDataValue::getIntVector\28int&\2c\20UErrorCode&\29\20const -6288:icu_74::ResourceBundle::~ResourceBundle\28\29 -6289:icu_74::ReorderingBuffer::equals\28unsigned\20char\20const*\2c\20unsigned\20char\20const*\29\20const -6290:icu_74::ReorderingBuffer::ReorderingBuffer\28icu_74::Normalizer2Impl\20const&\2c\20icu_74::UnicodeString&\2c\20UErrorCode&\29 -6291:icu_74::RBBIDataWrapper::removeReference\28\29 -6292:icu_74::PropNameData::getPropertyOrValueEnum\28int\2c\20char\20const*\29 -6293:icu_74::PropNameData::findProperty\28int\29 -6294:icu_74::Normalizer2WithImpl::normalizeSecondAndAppend\28icu_74::UnicodeString&\2c\20icu_74::UnicodeString\20const&\2c\20signed\20char\2c\20UErrorCode&\29\20const -6295:icu_74::Normalizer2WithImpl::isNormalized\28icu_74::UnicodeString\20const&\2c\20UErrorCode&\29\20const -6296:icu_74::Normalizer2Impl::recompose\28icu_74::ReorderingBuffer&\2c\20int\2c\20signed\20char\29\20const -6297:icu_74::Normalizer2Impl::init\28int\20const*\2c\20UCPTrie\20const*\2c\20unsigned\20short\20const*\2c\20unsigned\20char\20const*\29 -6298:icu_74::Normalizer2Impl::hasCompBoundaryBefore\28int\2c\20unsigned\20short\29\20const -6299:icu_74::Normalizer2Impl::findNextFCDBoundary\28char16_t\20const*\2c\20char16_t\20const*\29\20const -6300:icu_74::Normalizer2Impl::ensureCanonIterData\28UErrorCode&\29\20const -6301:icu_74::Normalizer2Impl::decompose\28int\2c\20unsigned\20short\2c\20icu_74::ReorderingBuffer&\2c\20UErrorCode&\29\20const -6302:icu_74::Normalizer2Impl::decomposeUTF8\28unsigned\20int\2c\20unsigned\20char\20const*\2c\20unsigned\20char\20const*\2c\20icu_74::ByteSink*\2c\20icu_74::Edits*\2c\20UErrorCode&\29\20const -6303:icu_74::Normalizer2Impl::composeUTF8\28unsigned\20int\2c\20signed\20char\2c\20unsigned\20char\20const*\2c\20unsigned\20char\20const*\2c\20icu_74::ByteSink*\2c\20icu_74::Edits*\2c\20UErrorCode&\29\20const -6304:icu_74::Normalizer2Impl::composeQuickCheck\28char16_t\20const*\2c\20char16_t\20const*\2c\20signed\20char\2c\20UNormalizationCheckResult*\29\20const -6305:icu_74::Normalizer2Impl::combine\28unsigned\20short\20const*\2c\20int\29 -6306:icu_74::Normalizer2Factory::getNFKC_CFImpl\28UErrorCode&\29 -6307:icu_74::Normalizer2Factory::getInstance\28UNormalizationMode\2c\20UErrorCode&\29 -6308:icu_74::Normalizer2::getNFKCInstance\28UErrorCode&\29 -6309:icu_74::Normalizer2::getNFDInstance\28UErrorCode&\29 -6310:icu_74::Normalizer2::getNFCInstance\28UErrorCode&\29 -6311:icu_74::Norm2AllModes::createInstance\28icu_74::Normalizer2Impl*\2c\20UErrorCode&\29 -6312:icu_74::NoopNormalizer2::normalizeSecondAndAppend\28icu_74::UnicodeString&\2c\20icu_74::UnicodeString\20const&\2c\20UErrorCode&\29\20const -6313:icu_74::NoopNormalizer2::isNormalized\28icu_74::UnicodeString\20const&\2c\20UErrorCode&\29\20const -6314:icu_74::MlBreakEngine::~MlBreakEngine\28\29 -6315:icu_74::MaybeStackArray::resize\28int\2c\20int\29 -6316:icu_74::LocaleUtility::initNameFromLocale\28icu_74::Locale\20const&\2c\20icu_74::UnicodeString&\29 -6317:icu_74::LocaleKey::~LocaleKey\28\29 -6318:icu_74::LocaleKey::createWithCanonicalFallback\28icu_74::UnicodeString\20const*\2c\20icu_74::UnicodeString\20const*\2c\20int\2c\20UErrorCode&\29 -6319:icu_74::LocaleDistanceData::~LocaleDistanceData\28\29 -6320:icu_74::LocaleBuilder::setScript\28icu_74::StringPiece\29 -6321:icu_74::LocaleBuilder::setLanguage\28icu_74::StringPiece\29 -6322:icu_74::LocaleBuilder::build\28UErrorCode&\29 -6323:icu_74::LocaleBased::setLocaleIDs\28char\20const*\2c\20char\20const*\29 -6324:icu_74::LocaleBased::getLocaleID\28ULocDataLocaleType\2c\20UErrorCode&\29\20const -6325:icu_74::Locale::operator=\28icu_74::Locale&&\29 -6326:icu_74::Locale::initBaseName\28UErrorCode&\29 -6327:icu_74::Locale::createKeywords\28UErrorCode&\29\20const -6328:icu_74::Locale::createFromName\28char\20const*\29 -6329:icu_74::Locale::Locale\28icu_74::Locale::ELocaleType\29 -6330:icu_74::LocalULanguageTagPointer::~LocalULanguageTagPointer\28\29 -6331:icu_74::LocalPointer::adoptInstead\28icu_74::UCharsTrie*\29 -6332:icu_74::LocalPointer::~LocalPointer\28\29 -6333:icu_74::LocalPointer::adoptInsteadAndCheckErrorCode\28icu_74::CharString*\2c\20UErrorCode&\29 -6334:icu_74::LoadedNormalizer2Impl::~LoadedNormalizer2Impl\28\29 -6335:icu_74::LaoBreakEngine::~LaoBreakEngine\28\29 -6336:icu_74::LaoBreakEngine::divideUpDictionaryRange\28UText*\2c\20int\2c\20int\2c\20icu_74::UVector32&\2c\20signed\20char\2c\20UErrorCode&\29\20const -6337:icu_74::LSTMBreakEngine::~LSTMBreakEngine\28\29 -6338:icu_74::LSR::operator=\28icu_74::LSR&&\29 -6339:icu_74::KhmerBreakEngine::~KhmerBreakEngine\28\29 -6340:icu_74::KeywordEnumeration::~KeywordEnumeration\28\29 -6341:icu_74::KeywordEnumeration::KeywordEnumeration\28char\20const*\2c\20int\2c\20int\2c\20UErrorCode&\29 -6342:icu_74::ICU_Utility::shouldAlwaysBeEscaped\28int\29 -6343:icu_74::ICU_Utility::escape\28icu_74::UnicodeString&\2c\20int\29 -6344:icu_74::ICUServiceKey::parseSuffix\28icu_74::UnicodeString&\29 -6345:icu_74::ICUServiceKey::ICUServiceKey\28icu_74::UnicodeString\20const&\29 -6346:icu_74::ICUService::~ICUService\28\29 -6347:icu_74::ICUService::registerFactory\28icu_74::ICUServiceFactory*\2c\20UErrorCode&\29 -6348:icu_74::ICUService::getVisibleIDs\28icu_74::UVector&\2c\20UErrorCode&\29\20const -6349:icu_74::ICUNotifier::~ICUNotifier\28\29 -6350:icu_74::ICULocaleService::validateFallbackLocale\28\29\20const -6351:icu_74::ICULanguageBreakFactory::~ICULanguageBreakFactory\28\29 -6352:icu_74::ICULanguageBreakFactory::ensureEngines\28UErrorCode&\29 -6353:icu_74::ICUBreakIteratorFactory::~ICUBreakIteratorFactory\28\29_13019 -6354:icu_74::Hashtable::nextElement\28int&\29\20const -6355:icu_74::Hashtable::init\28int\20\28*\29\28UElement\29\2c\20signed\20char\20\28*\29\28UElement\2c\20UElement\29\2c\20signed\20char\20\28*\29\28UElement\2c\20UElement\29\2c\20UErrorCode&\29 -6356:icu_74::Hashtable::Hashtable\28\29 -6357:icu_74::FCDNormalizer2::hasBoundaryBefore\28int\29\20const -6358:icu_74::FCDNormalizer2::hasBoundaryAfter\28int\29\20const -6359:icu_74::EmojiProps::~EmojiProps\28\29 -6360:icu_74::Edits::growArray\28\29 -6361:icu_74::DictionaryBreakEngine::setCharacters\28icu_74::UnicodeSet\20const&\29 -6362:icu_74::CjkBreakEngine::~CjkBreakEngine\28\29 -6363:icu_74::CjkBreakEngine::CjkBreakEngine\28icu_74::DictionaryMatcher*\2c\20icu_74::LanguageType\2c\20UErrorCode&\29 -6364:icu_74::CharString::cloneData\28UErrorCode&\29\20const -6365:icu_74::CharString*\20icu_74::MemoryPool::create\28char\20const*&\2c\20UErrorCode&\29 -6366:icu_74::CanonIterData::~CanonIterData\28\29 -6367:icu_74::CanonIterData::addToStartSet\28int\2c\20int\2c\20UErrorCode&\29 -6368:icu_74::CacheEntry::~CacheEntry\28\29 -6369:icu_74::BytesTrie::skipValue\28unsigned\20char\20const*\2c\20int\29 -6370:icu_74::BytesTrie::nextImpl\28unsigned\20char\20const*\2c\20int\29 -6371:icu_74::BytesDictionaryMatcher::~BytesDictionaryMatcher\28\29 -6372:icu_74::ByteSinkUtil::appendCodePoint\28int\2c\20int\2c\20icu_74::ByteSink&\2c\20icu_74::Edits*\29 -6373:icu_74::BurmeseBreakEngine::~BurmeseBreakEngine\28\29 -6374:icu_74::BreakIterator::getLocale\28ULocDataLocaleType\2c\20UErrorCode&\29\20const -6375:icu_74::BreakIterator::createCharacterInstance\28icu_74::Locale\20const&\2c\20UErrorCode&\29 -6376:icu_74::BreakEngineWrapper::~BreakEngineWrapper\28\29 -6377:icu_74::Array1D::~Array1D\28\29 -6378:icu_74::Array1D::tanh\28icu_74::Array1D\20const&\29 -6379:icu_74::Array1D::hadamardProduct\28icu_74::ReadArray1D\20const&\29 -6380:hb_vector_t::resize\28int\2c\20bool\2c\20bool\29 -6381:hb_vector_t::resize\28int\2c\20bool\2c\20bool\29 -6382:hb_vector_t\2c\20false>::shrink_vector\28unsigned\20int\29 -6383:hb_vector_t\2c\20false>::resize\28int\2c\20bool\2c\20bool\29 -6384:hb_vector_t\2c\20false>::fini\28\29 -6385:hb_vector_t::alloc\28unsigned\20int\2c\20bool\29 -6386:hb_vector_t::alloc\28unsigned\20int\2c\20bool\29 -6387:hb_vector_t::pop\28\29 -6388:hb_vector_t::clear\28\29 -6389:hb_vector_t::resize\28int\2c\20bool\2c\20bool\29 -6390:hb_vector_t::push\28\29 -6391:hb_vector_t::alloc_exact\28unsigned\20int\29 -6392:hb_vector_t::alloc\28unsigned\20int\2c\20bool\29 -6393:hb_vector_t::resize\28int\2c\20bool\2c\20bool\29 -6394:hb_vector_t::clear\28\29 -6395:hb_vector_t\2c\20false>::shrink_vector\28unsigned\20int\29 -6396:hb_vector_t\2c\20false>::fini\28\29 -6397:hb_vector_t::shrink_vector\28unsigned\20int\29 -6398:hb_vector_t::fini\28\29 -6399:hb_vector_t::shrink_vector\28unsigned\20int\29 -6400:hb_unicode_mirroring_nil\28hb_unicode_funcs_t*\2c\20unsigned\20int\2c\20void*\29 -6401:hb_unicode_funcs_t::is_default_ignorable\28unsigned\20int\29 -6402:hb_unicode_funcs_get_default -6403:hb_tag_from_string -6404:hb_shape_plan_key_t::init\28bool\2c\20hb_face_t*\2c\20hb_segment_properties_t\20const*\2c\20hb_feature_t\20const*\2c\20unsigned\20int\2c\20int\20const*\2c\20unsigned\20int\2c\20char\20const*\20const*\29 -6405:hb_shape_plan_key_t::fini\28\29 -6406:hb_set_digest_t::union_\28hb_set_digest_t\20const&\29 -6407:hb_set_digest_t::may_intersect\28hb_set_digest_t\20const&\29\20const -6408:hb_serialize_context_t::object_t::hash\28\29\20const -6409:hb_serialize_context_t::fini\28\29 -6410:hb_sanitize_context_t::return_t\20OT::Context::dispatch\28hb_sanitize_context_t*\29\20const -6411:hb_sanitize_context_t::return_t\20OT::ChainContext::dispatch\28hb_sanitize_context_t*\29\20const -6412:hb_sanitize_context_t::hb_sanitize_context_t\28hb_blob_t*\29 -6413:hb_paint_funcs_t::sweep_gradient\28void*\2c\20hb_color_line_t*\2c\20float\2c\20float\2c\20float\2c\20float\29 -6414:hb_paint_funcs_t::radial_gradient\28void*\2c\20hb_color_line_t*\2c\20float\2c\20float\2c\20float\2c\20float\2c\20float\2c\20float\29 -6415:hb_paint_funcs_t::push_skew\28void*\2c\20float\2c\20float\29 -6416:hb_paint_funcs_t::push_rotate\28void*\2c\20float\29 -6417:hb_paint_funcs_t::push_inverse_font_transform\28void*\2c\20hb_font_t\20const*\29 -6418:hb_paint_funcs_t::push_group\28void*\29 -6419:hb_paint_funcs_t::pop_group\28void*\2c\20hb_paint_composite_mode_t\29 -6420:hb_paint_funcs_t::linear_gradient\28void*\2c\20hb_color_line_t*\2c\20float\2c\20float\2c\20float\2c\20float\2c\20float\2c\20float\29 -6421:hb_paint_extents_paint_linear_gradient\28hb_paint_funcs_t*\2c\20void*\2c\20hb_color_line_t*\2c\20float\2c\20float\2c\20float\2c\20float\2c\20float\2c\20float\2c\20void*\29 -6422:hb_paint_extents_get_funcs\28\29 -6423:hb_paint_extents_context_t::~hb_paint_extents_context_t\28\29 -6424:hb_paint_extents_context_t::pop_clip\28\29 -6425:hb_paint_extents_context_t::clear\28\29 -6426:hb_ot_map_t::get_mask\28unsigned\20int\2c\20unsigned\20int*\29\20const -6427:hb_ot_map_t::fini\28\29 -6428:hb_ot_map_builder_t::add_pause\28unsigned\20int\2c\20bool\20\28*\29\28hb_ot_shape_plan_t\20const*\2c\20hb_font_t*\2c\20hb_buffer_t*\29\29 -6429:hb_ot_map_builder_t::add_lookups\28hb_ot_map_t&\2c\20unsigned\20int\2c\20unsigned\20int\2c\20unsigned\20int\2c\20unsigned\20int\2c\20bool\2c\20bool\2c\20bool\2c\20bool\2c\20unsigned\20int\29 -6430:hb_ot_layout_has_substitution -6431:hb_ot_font_set_funcs -6432:hb_memcmp\28void\20const*\2c\20void\20const*\2c\20unsigned\20int\29 -6433:hb_lazy_loader_t\2c\20hb_face_t\2c\2038u\2c\20OT::sbix_accelerator_t>::get_stored\28\29\20const -6434:hb_lazy_loader_t\2c\20hb_face_t\2c\207u\2c\20OT::post_accelerator_t>::get_stored\28\29\20const -6435:hb_lazy_loader_t\2c\20hb_face_t\2c\207u\2c\20OT::post_accelerator_t>::do_destroy\28OT::post_accelerator_t*\29 -6436:hb_lazy_loader_t\2c\20hb_face_t\2c\205u\2c\20OT::hmtx_accelerator_t>::get_stored\28\29\20const -6437:hb_lazy_loader_t\2c\20hb_face_t\2c\2021u\2c\20OT::gvar_accelerator_t>::do_destroy\28OT::gvar_accelerator_t*\29 -6438:hb_lazy_loader_t\2c\20hb_face_t\2c\2015u\2c\20OT::glyf_accelerator_t>::do_destroy\28OT::glyf_accelerator_t*\29 -6439:hb_lazy_loader_t\2c\20hb_face_t\2c\203u\2c\20OT::cmap_accelerator_t>::do_destroy\28OT::cmap_accelerator_t*\29 -6440:hb_lazy_loader_t\2c\20hb_face_t\2c\2017u\2c\20OT::cff2_accelerator_t>::get_stored\28\29\20const -6441:hb_lazy_loader_t\2c\20hb_face_t\2c\2017u\2c\20OT::cff2_accelerator_t>::do_destroy\28OT::cff2_accelerator_t*\29 -6442:hb_lazy_loader_t\2c\20hb_face_t\2c\2016u\2c\20OT::cff1_accelerator_t>::do_destroy\28OT::cff1_accelerator_t*\29 -6443:hb_lazy_loader_t\2c\20hb_face_t\2c\2019u\2c\20hb_blob_t>::get\28\29\20const -6444:hb_lazy_loader_t\2c\20hb_face_t\2c\2024u\2c\20OT::GDEF_accelerator_t>::do_destroy\28OT::GDEF_accelerator_t*\29 -6445:hb_lazy_loader_t\2c\20hb_face_t\2c\2036u\2c\20hb_blob_t>::get\28\29\20const -6446:hb_lazy_loader_t\2c\20hb_face_t\2c\2035u\2c\20OT::COLR_accelerator_t>::get_stored\28\29\20const -6447:hb_lazy_loader_t\2c\20hb_face_t\2c\2035u\2c\20OT::COLR_accelerator_t>::do_destroy\28OT::COLR_accelerator_t*\29 -6448:hb_lazy_loader_t\2c\20hb_face_t\2c\2037u\2c\20OT::CBDT_accelerator_t>::get_stored\28\29\20const -6449:hb_lazy_loader_t\2c\20hb_face_t\2c\2037u\2c\20OT::CBDT_accelerator_t>::do_destroy\28OT::CBDT_accelerator_t*\29 -6450:hb_lazy_loader_t\2c\20hb_face_t\2c\2033u\2c\20hb_blob_t>::get\28\29\20const -6451:hb_lazy_loader_t\2c\20hb_face_t\2c\2030u\2c\20AAT::kerx_accelerator_t>::get_stored\28\29\20const -6452:hb_language_matches -6453:hb_iter_t\2c\20hb_filter_iter_t\2c\20hb_array_t>\2c\20find_syllables_use\28hb_buffer_t*\29::'lambda'\28hb_glyph_info_t\20const&\29\2c\20$_7\20const&\2c\20\28void*\290>\2c\20find_syllables_use\28hb_buffer_t*\29::'lambda'\28hb_pair_t\29\2c\20$_6\20const&\2c\20\28void*\290>>\2c\20hb_pair_t>>::operator-=\28unsigned\20int\29\20& -6454:hb_iter_t\2c\20hb_filter_iter_t\2c\20hb_array_t>\2c\20find_syllables_use\28hb_buffer_t*\29::'lambda'\28hb_glyph_info_t\20const&\29\2c\20$_7\20const&\2c\20\28void*\290>\2c\20find_syllables_use\28hb_buffer_t*\29::'lambda'\28hb_pair_t\29\2c\20$_6\20const&\2c\20\28void*\290>>\2c\20hb_pair_t>>::operator+=\28unsigned\20int\29\20& -6455:hb_iter_t\2c\20hb_array_t>\2c\20find_syllables_use\28hb_buffer_t*\29::'lambda'\28hb_glyph_info_t\20const&\29\2c\20$_7\20const&\2c\20\28void*\290>\2c\20hb_pair_t>::operator++\28\29\20& -6456:hb_iter_t\2c\20hb_array_t>\2c\20find_syllables_use\28hb_buffer_t*\29::'lambda'\28hb_glyph_info_t\20const&\29\2c\20$_7\20const&\2c\20\28void*\290>\2c\20find_syllables_use\28hb_buffer_t*\29::'lambda'\28hb_pair_t\29\2c\20$_6\20const&\2c\20\28void*\290>\2c\20hb_pair_t>::operator--\28\29\20& -6457:hb_indic_get_categories\28unsigned\20int\29 -6458:hb_hashmap_t::fini\28\29 -6459:hb_hashmap_t::fetch_item\28hb_serialize_context_t::object_t\20const*\20const&\2c\20unsigned\20int\29\20const -6460:hb_font_t::synthetic_glyph_extents\28hb_glyph_extents_t*\29 -6461:hb_font_t::subtract_glyph_origin_for_direction\28unsigned\20int\2c\20hb_direction_t\2c\20int*\2c\20int*\29 -6462:hb_font_t::subtract_glyph_h_origin\28unsigned\20int\2c\20int*\2c\20int*\29 -6463:hb_font_t::guess_v_origin_minus_h_origin\28unsigned\20int\2c\20int*\2c\20int*\29 -6464:hb_font_t::get_variation_glyph\28unsigned\20int\2c\20unsigned\20int\2c\20unsigned\20int*\2c\20unsigned\20int\29 -6465:hb_font_t::get_glyph_v_origin_with_fallback\28unsigned\20int\2c\20int*\2c\20int*\29 -6466:hb_font_t::get_glyph_v_kerning\28unsigned\20int\2c\20unsigned\20int\29 -6467:hb_font_t::get_glyph_h_kerning\28unsigned\20int\2c\20unsigned\20int\29 -6468:hb_font_t::get_glyph_contour_point\28unsigned\20int\2c\20unsigned\20int\2c\20int*\2c\20int*\29 -6469:hb_font_t::get_font_h_extents\28hb_font_extents_t*\29 -6470:hb_font_t::draw_glyph\28unsigned\20int\2c\20hb_draw_funcs_t*\2c\20void*\29 -6471:hb_font_set_variations -6472:hb_font_set_funcs -6473:hb_font_get_variation_glyph_nil\28hb_font_t*\2c\20void*\2c\20unsigned\20int\2c\20unsigned\20int\2c\20unsigned\20int*\2c\20void*\29 -6474:hb_font_get_font_h_extents_nil\28hb_font_t*\2c\20void*\2c\20hb_font_extents_t*\2c\20void*\29 -6475:hb_font_funcs_set_variation_glyph_func -6476:hb_font_funcs_set_nominal_glyphs_func -6477:hb_font_funcs_set_nominal_glyph_func -6478:hb_font_funcs_set_glyph_h_advances_func -6479:hb_font_funcs_set_glyph_extents_func -6480:hb_font_funcs_create -6481:hb_font_destroy -6482:hb_face_destroy -6483:hb_face_create_for_tables -6484:hb_draw_move_to_nil\28hb_draw_funcs_t*\2c\20void*\2c\20hb_draw_state_t*\2c\20float\2c\20float\2c\20void*\29 -6485:hb_draw_funcs_t::emit_move_to\28void*\2c\20hb_draw_state_t&\2c\20float\2c\20float\29 -6486:hb_draw_funcs_set_quadratic_to_func -6487:hb_draw_funcs_set_move_to_func -6488:hb_draw_funcs_set_line_to_func -6489:hb_draw_funcs_set_cubic_to_func -6490:hb_draw_funcs_destroy -6491:hb_draw_funcs_create -6492:hb_draw_extents_move_to\28hb_draw_funcs_t*\2c\20void*\2c\20hb_draw_state_t*\2c\20float\2c\20float\2c\20void*\29 -6493:hb_cache_t<24u\2c\2016u\2c\208u\2c\20true>::clear\28\29 -6494:hb_buffer_t::sort\28unsigned\20int\2c\20unsigned\20int\2c\20int\20\28*\29\28hb_glyph_info_t\20const*\2c\20hb_glyph_info_t\20const*\29\29 -6495:hb_buffer_t::safe_to_insert_tatweel\28unsigned\20int\2c\20unsigned\20int\29 -6496:hb_buffer_t::next_glyphs\28unsigned\20int\29 -6497:hb_buffer_t::message_impl\28hb_font_t*\2c\20char\20const*\2c\20void*\29 -6498:hb_buffer_t::delete_glyphs_inplace\28bool\20\28*\29\28hb_glyph_info_t\20const*\29\29 -6499:hb_buffer_t::clear\28\29 -6500:hb_buffer_t::add\28unsigned\20int\2c\20unsigned\20int\29 -6501:hb_buffer_get_glyph_positions -6502:hb_buffer_diff -6503:hb_buffer_clear_contents -6504:hb_buffer_add_utf8 -6505:hb_bounds_t::union_\28hb_bounds_t\20const&\29 -6506:hb_bounds_t::intersect\28hb_bounds_t\20const&\29 -6507:hb_blob_t::destroy_user_data\28\29 -6508:hb_array_t::hash\28\29\20const -6509:hb_array_t::cmp\28hb_array_t\20const&\29\20const -6510:hb_array_t>::qsort\28int\20\28*\29\28void\20const*\2c\20void\20const*\29\29 -6511:hb_array_t::__next__\28\29 -6512:hb_aat_map_builder_t::~hb_aat_map_builder_t\28\29 -6513:hb_aat_map_builder_t::feature_info_t\20const*\20hb_vector_t::bsearch\28hb_aat_map_builder_t::feature_info_t\20const&\2c\20hb_aat_map_builder_t::feature_info_t\20const*\29\20const -6514:hb_aat_map_builder_t::feature_info_t::cmp\28void\20const*\2c\20void\20const*\29 -6515:hb_aat_map_builder_t::feature_info_t::cmp\28hb_aat_map_builder_t::feature_info_t\20const&\29\20const -6516:hb_aat_map_builder_t::compile\28hb_aat_map_t&\29 -6517:hb_aat_layout_remove_deleted_glyphs\28hb_buffer_t*\29 -6518:hb_aat_layout_compile_map\28hb_aat_map_builder_t\20const*\2c\20hb_aat_map_t*\29 -6519:has_msaa_render_buffer\28GrSurfaceProxy\20const*\2c\20GrGLCaps\20const&\29 -6520:hair_cubic\28SkPoint\20const*\2c\20SkRegion\20const*\2c\20SkBlitter*\2c\20void\20\28*\29\28SkPoint\20const*\2c\20int\2c\20SkRegion\20const*\2c\20SkBlitter*\29\29 -6521:getint -6522:get_win_string -6523:get_paint\28GrAA\2c\20unsigned\20char\29 -6524:get_layer_mapping_and_bounds\28SkSpan>\2c\20SkM44\20const&\2c\20skif::DeviceSpace\20const&\2c\20std::__2::optional>\2c\20float\29::$_0::operator\28\29\28int\29\20const -6525:get_dst_swizzle_and_store\28GrColorType\2c\20SkRasterPipelineOp*\2c\20LumMode*\2c\20bool*\2c\20bool*\29 -6526:get_driver_and_version\28GrGLStandard\2c\20GrGLVendor\2c\20char\20const*\2c\20char\20const*\2c\20char\20const*\29 -6527:get_apple_string -6528:getSingleRun\28UBiDi*\2c\20unsigned\20char\29 -6529:getScript\28IntProperty\20const&\2c\20int\2c\20UProperty\29 -6530:getRunFromLogicalIndex\28UBiDi*\2c\20int\29 -6531:getMirror\28int\2c\20unsigned\20short\29 -6532:getFallbackData\28UResourceBundle\20const*\2c\20char\20const**\2c\20unsigned\20int*\2c\20UErrorCode*\29 -6533:getDotType\28int\29 -6534:getASCIIPropertyNameChar\28char\20const*\29 -6535:geometric_overlap\28SkRect\20const&\2c\20SkRect\20const&\29 -6536:geometric_contains\28SkRect\20const&\2c\20SkRect\20const&\29 -6537:gen_key\28skgpu::KeyBuilder*\2c\20GrProgramInfo\20const&\2c\20GrCaps\20const&\29 -6538:gen_fp_key\28GrFragmentProcessor\20const&\2c\20GrCaps\20const&\2c\20skgpu::KeyBuilder*\29 -6539:gather_uniforms_and_check_for_main\28SkSL::Program\20const&\2c\20std::__2::vector>*\2c\20std::__2::vector>*\2c\20SkRuntimeEffect::Uniform::Flags\2c\20unsigned\20long*\29 -6540:fwrite -6541:ft_var_to_normalized -6542:ft_var_load_item_variation_store -6543:ft_var_load_hvvar -6544:ft_var_load_avar -6545:ft_var_get_value_pointer -6546:ft_var_get_item_delta -6547:ft_var_apply_tuple -6548:ft_set_current_renderer -6549:ft_recompute_scaled_metrics -6550:ft_mem_strcpyn -6551:ft_mem_dup -6552:ft_hash_num_lookup -6553:ft_gzip_alloc -6554:ft_glyphslot_preset_bitmap -6555:ft_glyphslot_done -6556:ft_corner_orientation -6557:ft_corner_is_flat -6558:ft_cmap_done_internal -6559:frexp -6560:fread -6561:fp_force_eval -6562:fp_barrier -6563:formulate_F1DotF2\28float\20const*\2c\20float*\29 -6564:formulate_F1DotF2\28double\20const*\2c\20double*\29 -6565:format_alignment\28SkMask::Format\29 -6566:format1_names\28unsigned\20int\29 -6567:fopen -6568:fold_opacity_layer_color_to_paint\28SkPaint\20const*\2c\20bool\2c\20SkPaint*\29 -6569:fmodl -6570:float\20std::__2::__num_get_float\5babi:nn180100\5d\28char\20const*\2c\20char\20const*\2c\20unsigned\20int&\29 -6571:first_axis_intersection\28double\20const*\2c\20bool\2c\20double\2c\20double*\29 -6572:fiprintf -6573:find_unicode_charmap -6574:find_diff_pt\28SkPoint\20const*\2c\20int\2c\20int\2c\20int\29 -6575:fillable\28SkRect\20const&\29 -6576:fileno -6577:expf_\28float\29 -6578:exp2f_\28float\29 -6579:eval_cubic_pts\28float\2c\20float\2c\20float\2c\20float\2c\20float\29 -6580:eval_cubic_derivative\28SkPoint\20const*\2c\20float\29 -6581:entryIncrease\28UResourceDataEntry*\29 -6582:emscripten_builtin_memalign -6583:emptyOnNull\28sk_sp&&\29 -6584:elliptical_effect_uses_scale\28GrShaderCaps\20const&\2c\20SkRRect\20const&\29 -6585:edges_too_close\28SkAnalyticEdge*\2c\20SkAnalyticEdge*\2c\20int\29 -6586:edge_line_needs_recursion\28SkPoint\20const&\2c\20SkPoint\20const&\29 -6587:eat_space_sep_strings\28skia_private::TArray*\2c\20char\20const*\29 -6588:draw_rect_as_path\28SkDrawBase\20const&\2c\20SkRect\20const&\2c\20SkPaint\20const&\2c\20SkMatrix\20const&\29 -6589:draw_nine\28SkMask\20const&\2c\20SkIRect\20const&\2c\20SkIPoint\20const&\2c\20bool\2c\20SkRasterClip\20const&\2c\20SkBlitter*\29 -6590:dquad_intersect_ray\28SkDCurve\20const&\2c\20SkDLine\20const&\2c\20SkIntersections*\29 -6591:double\20std::__2::__num_get_float\5babi:nn180100\5d\28char\20const*\2c\20char\20const*\2c\20unsigned\20int&\29 -6592:do_newlocale -6593:do_fixed -6594:doWriteReverse\28char16_t\20const*\2c\20int\2c\20char16_t*\2c\20int\2c\20unsigned\20short\2c\20UErrorCode*\29 -6595:doWriteForward\28char16_t\20const*\2c\20int\2c\20char16_t*\2c\20int\2c\20unsigned\20short\2c\20UErrorCode*\29 -6596:doOpenChoice\28char\20const*\2c\20char\20const*\2c\20char\20const*\2c\20signed\20char\20\28*\29\28void*\2c\20char\20const*\2c\20char\20const*\2c\20UDataInfo\20const*\29\2c\20void*\2c\20UErrorCode*\29 -6597:doLoadFromIndividualFiles\28char\20const*\2c\20char\20const*\2c\20char\20const*\2c\20char\20const*\2c\20char\20const*\2c\20char\20const*\2c\20signed\20char\20\28*\29\28void*\2c\20char\20const*\2c\20char\20const*\2c\20UDataInfo\20const*\29\2c\20void*\2c\20UErrorCode*\2c\20UErrorCode*\29 -6598:doInsertionSort\28char*\2c\20int\2c\20int\2c\20int\20\28*\29\28void\20const*\2c\20void\20const*\2c\20void\20const*\29\2c\20void\20const*\2c\20void*\29 -6599:dline_intersect_ray\28SkDCurve\20const&\2c\20SkDLine\20const&\2c\20SkIntersections*\29 -6600:distance_to_sentinel\28int\20const*\29 -6601:diff_to_shift\28int\2c\20int\2c\20int\29\20\28.370\29 -6602:diff_to_shift\28int\2c\20int\2c\20int\29 -6603:destroy_size -6604:destroy_charmaps -6605:decompose_current_character\28hb_ot_shape_normalize_context_t\20const*\2c\20bool\29 -6606:decompose\28hb_ot_shape_normalize_context_t\20const*\2c\20bool\2c\20unsigned\20int\29 -6607:decltype\28utext_openUTF8_74\28std::forward\28fp\29\2c\20std::forward\28fp\29\2c\20std::forward\28fp\29\2c\20std::forward\28fp\29\29\29\20sk_utext_openUTF8\28std::nullptr_t&&\2c\20char\20const*&&\2c\20int&\2c\20UErrorCode*&&\29 -6608:decltype\28uloc_getDefault_74\28\29\29\20sk_uloc_getDefault<>\28\29 -6609:decltype\28ubrk_next_74\28std::forward\28fp\29\29\29\20sk_ubrk_next\28UBreakIterator*&&\29 -6610:decltype\28ubrk_first_74\28std::forward\28fp\29\29\29\20sk_ubrk_first\28UBreakIterator*&&\29 -6611:decltype\28ubrk_close_74\28std::forward\28fp\29\29\29\20sk_ubrk_close\28UBreakIterator*&\29 -6612:decltype\28fp\28nullptr\29\29\20SkArenaAlloc::make\28skgpu::ganesh::QuadPerEdgeAA::QuadPerEdgeAAGeometryProcessor::Make\28SkArenaAlloc*\2c\20skgpu::ganesh::QuadPerEdgeAA::VertexSpec\20const&\29::'lambda'\28void*\29&&\29::'lambda'\28char*\29::__invoke\28char*\29 -6613:decltype\28fp\28nullptr\29\29\20SkArenaAlloc::make\28bool&\2c\20skgpu::tess::PatchAttribs&\29::'lambda'\28void*\29>\28skgpu::ganesh::PathCurveTessellator&&\29::'lambda'\28char*\29::__invoke\28char*\29 -6614:decltype\28fp\28nullptr\29\29\20SkArenaAlloc::make<\28anonymous\20namespace\29::MeshGP::Make\28SkArenaAlloc*\2c\20sk_sp\2c\20sk_sp\2c\20SkMatrix\20const&\2c\20std::__2::optional>\20const&\2c\20bool\2c\20sk_sp\2c\20SkSpan>>\29::'lambda'\28void*\29>\28\28anonymous\20namespace\29::MeshGP::Make\28SkArenaAlloc*\2c\20sk_sp\2c\20sk_sp\2c\20SkMatrix\20const&\2c\20std::__2::optional>\20const&\2c\20bool\2c\20sk_sp\2c\20SkSpan>>\29::'lambda'\28void*\29&&\29::'lambda'\28char*\29::__invoke\28char*\29 -6615:decltype\28fp\28nullptr\29\29\20SkArenaAlloc::make<\28anonymous\20namespace\29::GaussianPass*\20SkArenaAlloc::make<\28anonymous\20namespace\29::GaussianPass\2c\20int&\2c\20float*&\2c\20skvx::Vec<1\2c\20float>*&>\28int&\2c\20float*&\2c\20skvx::Vec<1\2c\20float>*&\29::'lambda'\28void*\29>\28\28anonymous\20namespace\29::GaussianPass&&\29::'lambda'\28char*\29::__invoke\28char*\29 -6616:decltype\28fp\28nullptr\29\29\20SkArenaAlloc::make<\28anonymous\20namespace\29::A8Pass*\20SkArenaAlloc::make<\28anonymous\20namespace\29::A8Pass\2c\20unsigned\20long\20long&\2c\20unsigned\20int*&\2c\20unsigned\20int*&\2c\20unsigned\20int*&\2c\20unsigned\20int*&\2c\20unsigned\20int*&\2c\20unsigned\20int*&\2c\20int&>\28unsigned\20long\20long&\2c\20unsigned\20int*&\2c\20unsigned\20int*&\2c\20unsigned\20int*&\2c\20unsigned\20int*&\2c\20unsigned\20int*&\2c\20unsigned\20int*&\2c\20int&\29::'lambda'\28void*\29>\28\28anonymous\20namespace\29::A8Pass&&\29::'lambda'\28char*\29::__invoke\28char*\29 -6617:decltype\28fp\28nullptr\29\29\20SkArenaAlloc::make\28SkShaderBase&\2c\20bool\20const&\29::'lambda'\28void*\29>\28SkTransformShader&&\29::'lambda'\28char*\29::__invoke\28char*\29 -6618:decltype\28fp\28nullptr\29\29\20SkArenaAlloc::make\28SkPixmap\20const&\2c\20SkPaint\20const&\29::'lambda'\28void*\29>\28SkA8_Blitter&&\29::'lambda'\28char*\29::__invoke\28char*\29 -6619:decltype\28fp\28nullptr\29\29\20SkArenaAlloc::make\28skgpu::UniqueKey\20const&\2c\20GrSurfaceProxyView\20const&\29::'lambda'\28void*\29>\28GrThreadSafeCache::Entry&&\29::'lambda'\28char*\29::__invoke\28char*\29 -6620:decltype\28fp\28nullptr\29\29\20SkArenaAlloc::make\28GrRRectShadowGeoProc::Make\28SkArenaAlloc*\2c\20GrSurfaceProxyView\20const&\29::'lambda'\28void*\29&&\29::'lambda'\28char*\29::__invoke\28char*\29 -6621:decltype\28fp\28nullptr\29\29\20SkArenaAlloc::make\20const&\2c\20SkMatrix\20const&\2c\20GrCaps\20const&\2c\20SkMatrix\20const&\2c\20bool\2c\20unsigned\20char\29::'lambda'\28void*\29>\28GrQuadEffect::Make\28SkArenaAlloc*\2c\20SkRGBA4f<\28SkAlphaType\292>\20const&\2c\20SkMatrix\20const&\2c\20GrCaps\20const&\2c\20SkMatrix\20const&\2c\20bool\2c\20unsigned\20char\29::'lambda'\28void*\29&&\29::'lambda'\28char*\29::__invoke\28char*\29 -6622:decltype\28fp\28nullptr\29\29\20SkArenaAlloc::make\28GrPipeline::InitArgs&\2c\20GrProcessorSet&&\2c\20GrAppliedClip&&\29::'lambda'\28void*\29>\28GrPipeline&&\29::'lambda'\28char*\29::__invoke\28char*\29 -6623:decltype\28fp\28nullptr\29\29\20SkArenaAlloc::make\28GrDistanceFieldA8TextGeoProc::Make\28SkArenaAlloc*\2c\20GrShaderCaps\20const&\2c\20GrSurfaceProxyView\20const*\2c\20int\2c\20GrSamplerState\2c\20float\2c\20unsigned\20int\2c\20SkMatrix\20const&\29::'lambda'\28void*\29&&\29::'lambda'\28char*\29::__invoke\28char*\29 -6624:decltype\28fp\28nullptr\29\29\20SkArenaAlloc::make\28CircleGeometryProcessor::Make\28SkArenaAlloc*\2c\20bool\2c\20bool\2c\20bool\2c\20bool\2c\20bool\2c\20bool\2c\20SkMatrix\20const&\29::'lambda'\28void*\29&&\29::'lambda'\28char*\29::__invoke\28char*\29 -6625:decltype\28fp0\28\28SkRecords::NoOp\29\28\29\29\29\20SkRecord::visit\28int\2c\20SkRecords::Draw&\29\20const -6626:decltype\28fp0\28\28SkRecords::NoOp*\29\28nullptr\29\29\29\20SkRecord::mutate\28int\2c\20SkRecord::Destroyer&\29 -6627:decltype\28auto\29\20std::__2::__variant_detail::__visitation::__base::__dispatcher<1ul\2c\201ul>::__dispatch\5babi:ne180100\5d>::__generic_assign\5babi:ne180100\5d\2c\20\28std::__2::__variant_detail::_Trait\291>\20const&>\28std::__2::__variant_detail::__copy_assignment\2c\20\28std::__2::__variant_detail::_Trait\291>\20const&\29::'lambda'\28std::__2::__variant_detail::__copy_assignment\2c\20\28std::__2::__variant_detail::_Trait\291>\20const&\2c\20auto&&\29&&\2c\20std::__2::__variant_detail::__base<\28std::__2::__variant_detail::_Trait\291\2c\20SkPaint\2c\20int>&\2c\20std::__2::__variant_detail::__base<\28std::__2::__variant_detail::_Trait\291\2c\20SkPaint\2c\20int>\20const&>\28std::__2::__variant_detail::__copy_assignment\2c\20\28std::__2::__variant_detail::_Trait\291>\20const&\2c\20std::__2::__variant_detail::__base<\28std::__2::__variant_detail::_Trait\291\2c\20SkPaint\2c\20int>&\2c\20std::__2::__variant_detail::__base<\28std::__2::__variant_detail::_Trait\291\2c\20SkPaint\2c\20int>\20const&\29 -6628:decltype\28auto\29\20std::__2::__variant_detail::__visitation::__base::__dispatcher<0ul\2c\200ul>::__dispatch\5babi:ne180100\5d\2c\20std::__2::unique_ptr>>>::__generic_construct\5babi:ne180100\5d\2c\20std::__2::unique_ptr>>\2c\20\28std::__2::__variant_detail::_Trait\291>>\28std::__2::__variant_detail::__ctor\2c\20std::__2::unique_ptr>>>&\2c\20std::__2::__variant_detail::__move_constructor\2c\20std::__2::unique_ptr>>\2c\20\28std::__2::__variant_detail::_Trait\291>&&\29::'lambda'\28std::__2::__variant_detail::__move_constructor\2c\20std::__2::unique_ptr>>\2c\20\28std::__2::__variant_detail::_Trait\291>&\2c\20auto&&\29&&\2c\20std::__2::__variant_detail::__base<\28std::__2::__variant_detail::_Trait\291\2c\20sk_sp\2c\20std::__2::unique_ptr>>&\2c\20std::__2::__variant_detail::__base<\28std::__2::__variant_detail::_Trait\291\2c\20sk_sp\2c\20std::__2::unique_ptr>>&&>\28std::__2::__variant_detail::__move_constructor\2c\20std::__2::unique_ptr>>\2c\20\28std::__2::__variant_detail::_Trait\291>\2c\20std::__2::__variant_detail::__base<\28std::__2::__variant_detail::_Trait\291\2c\20sk_sp\2c\20std::__2::unique_ptr>>&\2c\20std::__2::__variant_detail::__base<\28std::__2::__variant_detail::_Trait\291\2c\20sk_sp\2c\20std::__2::unique_ptr>>&&\29 -6629:dcubic_xy_at_t\28SkPoint\20const*\2c\20float\2c\20double\29 -6630:dcubic_intersect_ray\28SkDCurve\20const&\2c\20SkDLine\20const&\2c\20SkIntersections*\29 -6631:dconic_intersect_ray\28SkDCurve\20const&\2c\20SkDLine\20const&\2c\20SkIntersections*\29 -6632:data_destroy_arabic\28void*\29 -6633:data_create_arabic\28hb_ot_shape_plan_t\20const*\29 -6634:cycle -6635:crop_simple_rect\28SkRect\20const&\2c\20float*\2c\20float*\2c\20float*\2c\20float*\29 -6636:crop_rect\28SkRect\20const&\2c\20float*\2c\20float*\2c\20float*\2c\20float*\2c\20float*\29 -6637:count_scalable_pixels\28int\20const*\2c\20int\2c\20bool\2c\20int\2c\20int\29 -6638:copysignl -6639:copy_mask_to_cacheddata\28SkMaskBuilder*\2c\20SkResourceCache*\29 -6640:copy_bitmap_subset\28SkBitmap\20const&\2c\20SkIRect\20const&\29 -6641:conservative_round_to_int\28SkRect\20const&\29 -6642:conic_eval_tan\28double\20const*\2c\20float\2c\20double\29 -6643:conic_deriv_coeff\28double\20const*\2c\20float\2c\20double*\29 -6644:compute_stroke_size\28SkPaint\20const&\2c\20SkMatrix\20const&\29 -6645:compute_pos_tan\28SkPoint\20const*\2c\20unsigned\20int\2c\20float\2c\20SkPoint*\2c\20SkPoint*\29 -6646:compute_normal\28SkPoint\20const&\2c\20SkPoint\20const&\2c\20float\2c\20SkPoint*\29 -6647:compute_intersection\28OffsetSegment\20const&\2c\20OffsetSegment\20const&\2c\20SkPoint*\2c\20float*\2c\20float*\29 -6648:compute_anti_width\28short\20const*\29 -6649:compose_khmer\28hb_ot_shape_normalize_context_t\20const*\2c\20unsigned\20int\2c\20unsigned\20int\2c\20unsigned\20int*\29 -6650:compare_offsets -6651:clip_to_limit\28SkRegion\20const&\2c\20SkRegion*\29 -6652:clip_line\28SkPoint*\2c\20SkRect\20const&\2c\20float\2c\20float\29 -6653:clipHandlesSprite\28SkRasterClip\20const&\2c\20int\2c\20int\2c\20SkPixmap\20const&\29 -6654:clean_sampling_for_constraint\28SkSamplingOptions\20const&\2c\20SkCanvas::SrcRectConstraint\29 -6655:clamp_to_zero\28SkPoint*\29 -6656:clamp\28SkPoint\2c\20SkPoint\2c\20SkPoint\2c\20GrTriangulator::Comparator\20const&\29 -6657:chop_mono_cubic_at_x\28SkPoint*\2c\20float\2c\20SkPoint*\29 -6658:chopMonoQuadAt\28float\2c\20float\2c\20float\2c\20float\2c\20float*\29 -6659:chopMonoQuadAtY\28SkPoint*\2c\20float\2c\20float*\29 -6660:chopMonoQuadAtX\28SkPoint*\2c\20float\2c\20float*\29 -6661:checkint -6662:check_write_and_transfer_input\28GrGLTexture*\29 -6663:check_name\28SkString\20const&\29 -6664:check_backend_texture\28GrBackendTexture\20const&\2c\20GrGLCaps\20const&\2c\20GrGLTexture::Desc*\2c\20bool\29 -6665:checkDataItem\28DataHeader\20const*\2c\20signed\20char\20\28*\29\28void*\2c\20char\20const*\2c\20char\20const*\2c\20UDataInfo\20const*\29\2c\20void*\2c\20char\20const*\2c\20char\20const*\2c\20UErrorCode*\2c\20UErrorCode*\29 -6666:charIterTextAccess\28UText*\2c\20long\20long\2c\20signed\20char\29 -6667:char*\20std::__2::copy\5babi:nn180100\5d\2c\20char*>\28std::__2::__wrap_iter\2c\20std::__2::__wrap_iter\2c\20char*\29 -6668:char*\20std::__2::copy\5babi:nn180100\5d\28char\20const*\2c\20char\20const*\2c\20char*\29 -6669:char*\20std::__2::__constexpr_memmove\5babi:nn180100\5d\28char*\2c\20char\20const*\2c\20std::__2::__element_count\29 -6670:char*\20SkArenaAlloc::allocUninitializedArray\28unsigned\20long\29 -6671:cff_vstore_done -6672:cff_subfont_load -6673:cff_subfont_done -6674:cff_size_select -6675:cff_parser_run -6676:cff_parser_init -6677:cff_make_private_dict -6678:cff_load_private_dict -6679:cff_index_get_name -6680:cff_glyph_load -6681:cff_get_kerning -6682:cff_get_glyph_data -6683:cff_fd_select_get -6684:cff_charset_compute_cids -6685:cff_builder_init -6686:cff_builder_add_point1 -6687:cff_builder_add_point -6688:cff_builder_add_contour -6689:cff_blend_check_vector -6690:cff_blend_build_vector -6691:cff1_path_param_t::end_path\28\29 -6692:cf2_stack_pop -6693:cf2_hintmask_setCounts -6694:cf2_hintmask_read -6695:cf2_glyphpath_pushMove -6696:cf2_getSeacComponent -6697:cf2_freeSeacComponent -6698:cf2_computeDarkening -6699:cf2_arrstack_setNumElements -6700:cf2_arrstack_push -6701:cbrt -6702:can_use_hw_blend_equation\28skgpu::BlendEquation\2c\20GrProcessorAnalysisCoverage\2c\20GrCaps\20const&\29 -6703:can_proxy_use_scratch\28GrCaps\20const&\2c\20GrSurfaceProxy*\29 -6704:calculate_path_gap\28float\2c\20float\2c\20SkPath\20const&\29::$_3::operator\28\29\28float\29\20const -6705:calculate_path_gap\28float\2c\20float\2c\20SkPath\20const&\29::$_2::operator\28\29\28float\29\20const -6706:calculate_path_gap\28float\2c\20float\2c\20SkPath\20const&\29::$_0::operator\28\29\28float\29\20const -6707:build_key\28skgpu::ResourceKey::Builder*\2c\20GrCaps\20const&\2c\20GrBackendFormat\20const&\2c\20SkISize\2c\20GrAttachment::UsageFlags\2c\20int\2c\20skgpu::Mipmapped\2c\20skgpu::Protected\2c\20GrMemoryless\29 -6708:build_intervals\28int\2c\20SkRGBA4f<\28SkAlphaType\292>\20const*\2c\20float\20const*\2c\20int\2c\20SkRGBA4f<\28SkAlphaType\292>*\2c\20SkRGBA4f<\28SkAlphaType\292>*\2c\20float*\29 -6709:bracketProcessChar\28BracketData*\2c\20int\29 -6710:bracketInit\28UBiDi*\2c\20BracketData*\29 -6711:bounds_t::merge\28bounds_t\20const&\29 -6712:bottom_collinear\28GrTriangulator::Edge*\2c\20GrTriangulator::Edge*\29 -6713:bool\20std::__2::operator==\5babi:ne180100\5d>\28std::__2::basic_string\2c\20std::__2::allocator>\20const&\2c\20std::__2::basic_string\2c\20std::__2::allocator>\20const&\29 -6714:bool\20std::__2::operator==\5babi:ne180100\5d\28std::__2::variant\20const&\2c\20std::__2::variant\20const&\29 -6715:bool\20std::__2::operator!=\5babi:ne180100\5d\28std::__2::variant\20const&\2c\20std::__2::variant\20const&\29 -6716:bool\20std::__2::__insertion_sort_incomplete\5babi:ne180100\5d\28skia::textlayout::OneLineShaper::RunBlock*\2c\20skia::textlayout::OneLineShaper::RunBlock*\2c\20skia::textlayout::OneLineShaper::finish\28skia::textlayout::Block\20const&\2c\20float\2c\20float&\29::$_0&\29 -6717:bool\20std::__2::__insertion_sort_incomplete\5babi:ne180100\5d\28SkSL::ProgramElement\20const**\2c\20SkSL::ProgramElement\20const**\2c\20SkSL::Transform::\28anonymous\20namespace\29::BuiltinVariableScanner::sortNewElements\28\29::'lambda'\28SkSL::ProgramElement\20const*\2c\20SkSL::ProgramElement\20const*\29&\29 -6718:bool\20std::__2::__insertion_sort_incomplete\5babi:ne180100\5d\28SkSL::FunctionDefinition\20const**\2c\20SkSL::FunctionDefinition\20const**\2c\20SkSL::Transform::FindAndDeclareBuiltinFunctions\28SkSL::Program&\29::$_0&\29 -6719:bool\20set_point_length\28SkPoint*\2c\20float\2c\20float\2c\20float\2c\20float*\29 -6720:bool\20is_parallel\28SkDLine\20const&\2c\20SkTCurve\20const&\29 -6721:bool\20init_tables\28unsigned\20char\20const*\2c\20unsigned\20long\20long\2c\20unsigned\20int\2c\20unsigned\20int\2c\20unsigned\20int\2c\20skcms_B2A*\29 -6722:bool\20init_tables\28unsigned\20char\20const*\2c\20unsigned\20long\20long\2c\20unsigned\20int\2c\20unsigned\20int\2c\20unsigned\20int\2c\20skcms_A2B*\29 -6723:bool\20icu_74::\28anonymous\20namespace\29::equalBlocks\28unsigned\20short\20const*\2c\20unsigned\20int\20const*\2c\20int\29 -6724:bool\20icu_74::\28anonymous\20namespace\29::equalBlocks\28unsigned\20int\20const*\2c\20unsigned\20int\20const*\2c\20int\29 -6725:bool\20hb_vector_t::bfind\28hb_bit_set_t::page_map_t\20const&\2c\20unsigned\20int*\2c\20hb_not_found_t\2c\20unsigned\20int\29\20const -6726:bool\20hb_sanitize_context_t::check_array\28OT::Index\20const*\2c\20unsigned\20int\29\20const -6727:bool\20hb_sanitize_context_t::check_array\28AAT::Feature\20const*\2c\20unsigned\20int\29\20const -6728:bool\20hb_sanitize_context_t::check_array>\28AAT::Entry\20const*\2c\20unsigned\20int\29\20const -6729:bool\20apply_string\28OT::hb_ot_apply_context_t*\2c\20GSUBProxy::Lookup\20const&\2c\20OT::hb_ot_layout_lookup_accelerator_t\20const&\29 -6730:bool\20OT::hb_accelerate_subtables_context_t::apply_cached_to>\28void\20const*\2c\20OT::hb_ot_apply_context_t*\29 -6731:bool\20OT::hb_accelerate_subtables_context_t::apply_cached_to>\28void\20const*\2c\20OT::hb_ot_apply_context_t*\29 -6732:bool\20OT::hb_accelerate_subtables_context_t::apply_cached_to\28void\20const*\2c\20OT::hb_ot_apply_context_t*\29 -6733:bool\20OT::hb_accelerate_subtables_context_t::apply_cached_to>\28void\20const*\2c\20OT::hb_ot_apply_context_t*\29 -6734:bool\20OT::hb_accelerate_subtables_context_t::apply_cached_to>\28void\20const*\2c\20OT::hb_ot_apply_context_t*\29 -6735:bool\20OT::hb_accelerate_subtables_context_t::apply_cached_to\28void\20const*\2c\20OT::hb_ot_apply_context_t*\29 -6736:bool\20OT::hb_accelerate_subtables_context_t::apply_cached_to\28void\20const*\2c\20OT::hb_ot_apply_context_t*\29 -6737:bool\20OT::hb_accelerate_subtables_context_t::apply_cached_to>\28void\20const*\2c\20OT::hb_ot_apply_context_t*\29 -6738:bool\20OT::hb_accelerate_subtables_context_t::apply_cached_to>\28void\20const*\2c\20OT::hb_ot_apply_context_t*\29 -6739:bool\20OT::hb_accelerate_subtables_context_t::apply_cached_to>\28void\20const*\2c\20OT::hb_ot_apply_context_t*\29 -6740:bool\20OT::hb_accelerate_subtables_context_t::apply_cached_to\28void\20const*\2c\20OT::hb_ot_apply_context_t*\29 -6741:bool\20OT::hb_accelerate_subtables_context_t::apply_cached_to\28void\20const*\2c\20OT::hb_ot_apply_context_t*\29 -6742:bool\20OT::hb_accelerate_subtables_context_t::apply_cached_to>\28void\20const*\2c\20OT::hb_ot_apply_context_t*\29 -6743:bool\20OT::hb_accelerate_subtables_context_t::apply_cached_to\28void\20const*\2c\20OT::hb_ot_apply_context_t*\29 -6744:bool\20OT::hb_accelerate_subtables_context_t::apply_cached_to>\28void\20const*\2c\20OT::hb_ot_apply_context_t*\29 -6745:bool\20OT::cmap::accelerator_t::get_glyph_from_ascii\28void\20const*\2c\20unsigned\20int\2c\20unsigned\20int*\29 -6746:bool\20OT::TupleValues::decompile\28OT::IntType\20const*&\2c\20hb_vector_t&\2c\20OT::IntType\20const*\2c\20bool\29 -6747:bool\20OT::Paint::sanitize<>\28hb_sanitize_context_t*\29\20const -6748:bool\20OT::OffsetTo\2c\20OT::IntType\2c\20void\2c\20true>::sanitize<>\28hb_sanitize_context_t*\2c\20void\20const*\29\20const -6749:bool\20OT::OffsetTo\2c\20void\2c\20true>::sanitize<>\28hb_sanitize_context_t*\2c\20void\20const*\29\20const -6750:bool\20OT::OffsetTo\2c\20OT::IntType\2c\20void\2c\20true>::sanitize<>\28hb_sanitize_context_t*\2c\20void\20const*\29\20const -6751:bool\20OT::OffsetTo\2c\20void\2c\20true>::sanitize<>\28hb_sanitize_context_t*\2c\20void\20const*\29\20const -6752:bool\20OT::OffsetTo\2c\20void\2c\20true>::sanitize\28hb_sanitize_context_t*\2c\20void\20const*\2c\20unsigned\20int&&\29\20const -6753:bool\20OT::OffsetTo\2c\20void\2c\20true>::serialize_serialize\2c\20hb_array_t>\2c\20$_8\20const&\2c\20\28hb_function_sortedness_t\291\2c\20\28void*\290>&>\28hb_serialize_context_t*\2c\20hb_map_iter_t\2c\20hb_array_t>\2c\20$_8\20const&\2c\20\28hb_function_sortedness_t\291\2c\20\28void*\290>&\29 -6754:bool\20OT::OffsetTo\2c\20void\2c\20true>::sanitize<>\28hb_sanitize_context_t*\2c\20void\20const*\29\20const -6755:bool\20OT::OffsetTo\2c\20void\2c\20true>::sanitize\28hb_sanitize_context_t*\2c\20void\20const*\2c\20unsigned\20int&&\29\20const -6756:bool\20OT::OffsetTo\2c\20OT::IntType\2c\20void\2c\20true>::sanitize<>\28hb_sanitize_context_t*\2c\20void\20const*\29\20const -6757:bool\20OT::OffsetTo\2c\20void\2c\20true>::sanitize\28hb_sanitize_context_t*\2c\20void\20const*\2c\20AAT::trak\20const*&&\29\20const -6758:bool\20OT::OffsetTo>\2c\20OT::IntType\2c\20void\2c\20false>::sanitize<>\28hb_sanitize_context_t*\2c\20void\20const*\29\20const -6759:bool\20OT::GSUBGPOS::sanitize\28hb_sanitize_context_t*\29\20const -6760:bool\20OT::GSUBGPOS::sanitize\28hb_sanitize_context_t*\29\20const -6761:bool\20GrTTopoSort_Visit\28GrRenderTask*\2c\20unsigned\20int*\29 -6762:blur_column\28void\20\28*\29\28unsigned\20char*\2c\20unsigned\20char\20const*\2c\20int\29\2c\20skvx::Vec<8\2c\20unsigned\20short>\20\28*\29\28skvx::Vec<8\2c\20unsigned\20short>\20const&\2c\20skvx::Vec<8\2c\20unsigned\20short>\20const&\2c\20skvx::Vec<8\2c\20unsigned\20short>\20const&\2c\20skvx::Vec<8\2c\20unsigned\20short>\20const&\2c\20skvx::Vec<8\2c\20unsigned\20short>\20const&\2c\20skvx::Vec<8\2c\20unsigned\20short>\20const&\2c\20skvx::Vec<8\2c\20unsigned\20short>*\2c\20skvx::Vec<8\2c\20unsigned\20short>*\2c\20skvx::Vec<8\2c\20unsigned\20short>*\2c\20skvx::Vec<8\2c\20unsigned\20short>*\2c\20skvx::Vec<8\2c\20unsigned\20short>*\2c\20skvx::Vec<8\2c\20unsigned\20short>*\2c\20skvx::Vec<8\2c\20unsigned\20short>*\2c\20skvx::Vec<8\2c\20unsigned\20short>*\29\2c\20int\2c\20int\2c\20skvx::Vec<8\2c\20unsigned\20short>\20const&\2c\20skvx::Vec<8\2c\20unsigned\20short>\20const&\2c\20skvx::Vec<8\2c\20unsigned\20short>\20const&\2c\20skvx::Vec<8\2c\20unsigned\20short>\20const&\2c\20skvx::Vec<8\2c\20unsigned\20short>\20const&\2c\20unsigned\20char\20const*\2c\20unsigned\20long\2c\20int\2c\20unsigned\20char*\2c\20unsigned\20long\29 -6763:blit_two_alphas\28AdditiveBlitter*\2c\20int\2c\20int\2c\20unsigned\20char\2c\20unsigned\20char\2c\20unsigned\20char\2c\20unsigned\20char*\2c\20bool\29 -6764:blit_full_alpha\28AdditiveBlitter*\2c\20int\2c\20int\2c\20int\2c\20unsigned\20char\2c\20unsigned\20char*\2c\20bool\29 -6765:blender_requires_shader\28SkBlender\20const*\29 -6766:bits_to_runs\28SkBlitter*\2c\20int\2c\20int\2c\20unsigned\20char\20const*\2c\20unsigned\20char\2c\20long\2c\20unsigned\20char\29 -6767:between_closed\28double\2c\20double\2c\20double\2c\20double\2c\20bool\29 -6768:barycentric_coords\28float\2c\20float\2c\20float\2c\20float\2c\20float\2c\20float\2c\20skvx::Vec<4\2c\20float>\20const&\2c\20skvx::Vec<4\2c\20float>\20const&\2c\20skvx::Vec<4\2c\20float>*\2c\20skvx::Vec<4\2c\20float>*\2c\20skvx::Vec<4\2c\20float>*\29 -6769:auto&&\20std::__2::__generic_get\5babi:ne180100\5d<0ul\2c\20std::__2::variant\20const&>\28std::__2::variant\20const&\29 -6770:atanf -6771:are_radius_check_predicates_valid\28float\2c\20float\2c\20float\29 -6772:arabic_fallback_plan_destroy\28arabic_fallback_plan_t*\29 -6773:apply_forward\28OT::hb_ot_apply_context_t*\2c\20OT::hb_ot_layout_lookup_accelerator_t\20const&\2c\20unsigned\20int\29 -6774:apply_fill_type\28SkPathFillType\2c\20int\29 -6775:apply_fill_type\28SkPathFillType\2c\20GrTriangulator::Poly*\29 -6776:apply_alpha_and_colorfilter\28skif::Context\20const&\2c\20skif::FilterResult\20const&\2c\20SkPaint\20const&\29 -6777:append_texture_swizzle\28SkString*\2c\20skgpu::Swizzle\29 -6778:append_multitexture_lookup\28GrGeometryProcessor::ProgramImpl::EmitArgs&\2c\20int\2c\20GrGLSLVarying\20const&\2c\20char\20const*\2c\20char\20const*\29 -6779:append_color_output\28PorterDuffXferProcessor\20const&\2c\20GrGLSLXPFragmentBuilder*\2c\20skgpu::BlendFormula::OutputType\2c\20char\20const*\2c\20char\20const*\2c\20char\20const*\29 -6780:antifilldot8\28int\2c\20int\2c\20int\2c\20int\2c\20SkBlitter*\2c\20bool\29 -6781:analysis_properties\28GrProcessorAnalysisColor\20const&\2c\20GrProcessorAnalysisCoverage\20const&\2c\20GrCaps\20const&\2c\20GrClampType\2c\20SkBlendMode\29 -6782:afm_stream_skip_spaces -6783:afm_stream_read_string -6784:afm_stream_read_one -6785:af_sort_and_quantize_widths -6786:af_shaper_get_elem -6787:af_loader_compute_darkening -6788:af_latin_metrics_scale_dim -6789:af_latin_hints_detect_features -6790:af_hint_normal_stem -6791:af_glyph_hints_align_weak_points -6792:af_glyph_hints_align_strong_points -6793:af_face_globals_new -6794:af_cjk_metrics_scale_dim -6795:af_cjk_metrics_scale -6796:af_cjk_metrics_init_widths -6797:af_cjk_metrics_check_digits -6798:af_cjk_hints_init -6799:af_cjk_hints_detect_features -6800:af_cjk_hints_compute_blue_edges -6801:af_cjk_hints_apply -6802:af_cjk_get_standard_widths -6803:af_cjk_compute_stem_width -6804:af_axis_hints_new_edge -6805:adjust_mipmapped\28skgpu::Mipmapped\2c\20SkBitmap\20const&\2c\20GrCaps\20const*\29 -6806:add_line\28SkPoint\20const*\2c\20skia_private::TArray*\29 -6807:a_ctz_32 -6808:_uhash_setElement\28UHashtable*\2c\20UHashElement*\2c\20int\2c\20UElement\2c\20UElement\2c\20signed\20char\29 -6809:_uhash_remove\28UHashtable*\2c\20UElement\29 -6810:_uhash_rehash\28UHashtable*\2c\20UErrorCode*\29 -6811:_uhash_put\28UHashtable*\2c\20UElement\2c\20UElement\2c\20signed\20char\2c\20UErrorCode*\29 -6812:_uhash_internalRemoveElement\28UHashtable*\2c\20UHashElement*\29 -6813:_uhash_init\28UHashtable*\2c\20int\20\28*\29\28UElement\29\2c\20signed\20char\20\28*\29\28UElement\2c\20UElement\29\2c\20signed\20char\20\28*\29\28UElement\2c\20UElement\29\2c\20int\2c\20UErrorCode*\29 -6814:_uhash_create\28int\20\28*\29\28UElement\29\2c\20signed\20char\20\28*\29\28UElement\2c\20UElement\29\2c\20signed\20char\20\28*\29\28UElement\2c\20UElement\29\2c\20int\2c\20UErrorCode*\29 -6815:_uhash_allocate\28UHashtable*\2c\20int\2c\20UErrorCode*\29 -6816:_sortVariants\28VariantListEntry*\29 -6817:_res_findTable32Item\28ResourceData\20const*\2c\20int\20const*\2c\20int\2c\20char\20const*\2c\20char\20const**\29 -6818:_pow10\28unsigned\20int\29 -6819:_isStatefulSepListOf\28signed\20char\20\28*\29\28int&\2c\20char\20const*\2c\20int\29\2c\20char\20const*\2c\20int\29 -6820:_isExtensionSubtag\28char\20const*\2c\20int\29 -6821:_isExtensionSingleton\28char\20const*\2c\20int\29 -6822:_isAlphaNumericString\28char\20const*\2c\20int\29 -6823:_hb_preprocess_text_vowel_constraints\28hb_ot_shape_plan_t\20const*\2c\20hb_buffer_t*\2c\20hb_font_t*\29 -6824:_hb_ot_shape -6825:_hb_options_init\28\29 -6826:_hb_font_create\28hb_face_t*\29 -6827:_hb_fallback_shape -6828:_glyf_get_advance_with_var_unscaled\28hb_font_t*\2c\20unsigned\20int\2c\20bool\29 -6829:_emscripten_timeout -6830:_addVariantToList\28VariantListEntry**\2c\20VariantListEntry*\29 -6831:_addAttributeToList\28AttributeListEntry**\2c\20AttributeListEntry*\29 -6832:__wasm_init_tls -6833:__vfprintf_internal -6834:__trunctfsf2 -6835:__tan -6836:__strftime_l -6837:__rem_pio2_large -6838:__nl_langinfo_l -6839:__munmap -6840:__mmap -6841:__math_xflowf -6842:__math_invalidf -6843:__loc_is_allocated -6844:__getf2 -6845:__get_locale -6846:__ftello_unlocked -6847:__fstatat -6848:__floatscan -6849:__expo2 -6850:__dynamic_cast -6851:__divtf3 -6852:__cxxabiv1::__base_class_type_info::has_unambiguous_public_base\28__cxxabiv1::__dynamic_cast_info*\2c\20void*\2c\20int\29\20const -6853:__cxxabiv1::\28anonymous\20namespace\29::GuardObject<__cxxabiv1::\28anonymous\20namespace\29::InitByteGlobalMutex<__cxxabiv1::\28anonymous\20namespace\29::LibcppMutex\2c\20__cxxabiv1::\28anonymous\20namespace\29::LibcppCondVar\2c\20__cxxabiv1::\28anonymous\20namespace\29::GlobalStatic<__cxxabiv1::\28anonymous\20namespace\29::LibcppMutex>::instance\2c\20__cxxabiv1::\28anonymous\20namespace\29::GlobalStatic<__cxxabiv1::\28anonymous\20namespace\29::LibcppCondVar>::instance\2c\20\28unsigned\20int\20\28*\29\28\29\290>>::GuardObject\28unsigned\20int*\29 -6854:_ZZN19GrGeometryProcessor11ProgramImpl17collectTransformsEP19GrGLSLVertexBuilderP20GrGLSLVaryingHandlerP20GrGLSLUniformHandler12GrShaderTypeRK11GrShaderVarSA_RK10GrPipelineEN3$_0clISE_EEvRT_RK19GrFragmentProcessorbPSJ_iNS0_9BaseCoordE -6855:_ZZN18GrGLProgramBuilder23computeCountsAndStridesEjRK19GrGeometryProcessorbENK3$_0clINS0_9AttributeEEEDaiRKT_ -6856:\28anonymous\20namespace\29::ulayout_ensureData\28\29 -6857:\28anonymous\20namespace\29::ulayout_ensureData\28UErrorCode&\29 -6858:\28anonymous\20namespace\29::texture_color\28SkRGBA4f<\28SkAlphaType\293>\2c\20float\2c\20GrColorType\2c\20GrColorInfo\20const&\29 -6859:\28anonymous\20namespace\29::supported_aa\28skgpu::ganesh::SurfaceDrawContext*\2c\20GrAA\29 -6860:\28anonymous\20namespace\29::set_uv_quad\28SkPoint\20const*\2c\20\28anonymous\20namespace\29::BezierVertex*\29 -6861:\28anonymous\20namespace\29::safe_to_ignore_subset_rect\28GrAAType\2c\20SkFilterMode\2c\20DrawQuad\20const&\2c\20SkRect\20const&\29 -6862:\28anonymous\20namespace\29::rrect_type_to_vert_count\28\28anonymous\20namespace\29::RRectType\29 -6863:\28anonymous\20namespace\29::proxy_normalization_params\28GrSurfaceProxy\20const*\2c\20GrSurfaceOrigin\29 -6864:\28anonymous\20namespace\29::normalize_src_quad\28\28anonymous\20namespace\29::NormalizationParams\20const&\2c\20GrQuad*\29 -6865:\28anonymous\20namespace\29::normalize_and_inset_subset\28SkFilterMode\2c\20\28anonymous\20namespace\29::NormalizationParams\20const&\2c\20SkRect\20const*\29 -6866:\28anonymous\20namespace\29::next_gen_id\28\29 -6867:\28anonymous\20namespace\29::morphology_pass\28skif::Context\20const&\2c\20skif::FilterResult\20const&\2c\20\28anonymous\20namespace\29::MorphType\2c\20\28anonymous\20namespace\29::MorphDirection\2c\20int\29 -6868:\28anonymous\20namespace\29::make_non_convex_fill_op\28GrRecordingContext*\2c\20SkArenaAlloc*\2c\20skgpu::ganesh::FillPathFlags\2c\20GrAAType\2c\20SkRect\20const&\2c\20SkIRect\20const&\2c\20SkMatrix\20const&\2c\20SkPath\20const&\2c\20GrPaint&&\29 -6869:\28anonymous\20namespace\29::is_visible\28SkRect\20const&\2c\20SkIRect\20const&\29 -6870:\28anonymous\20namespace\29::is_degen_quad_or_conic\28SkPoint\20const*\2c\20float*\29 -6871:\28anonymous\20namespace\29::init_vertices_paint\28skgpu::ganesh::SurfaceDrawContext*\2c\20SkPaint\20const&\2c\20SkMatrix\20const&\2c\20SkBlender*\2c\20bool\2c\20GrPaint*\29 -6872:\28anonymous\20namespace\29::get_hbFace_cache\28\29 -6873:\28anonymous\20namespace\29::getStringArray\28ResourceData\20const*\2c\20icu_74::ResourceArray\20const&\2c\20icu_74::UnicodeString*\2c\20int\2c\20UErrorCode&\29 -6874:\28anonymous\20namespace\29::getInclusionsForSource\28UPropertySource\2c\20UErrorCode&\29 -6875:\28anonymous\20namespace\29::gather_lines_and_quads\28SkPath\20const&\2c\20SkMatrix\20const&\2c\20SkIRect\20const&\2c\20float\2c\20bool\2c\20skia_private::TArray*\2c\20skia_private::TArray*\2c\20skia_private::TArray*\2c\20skia_private::TArray*\2c\20skia_private::TArray*\29::$_2::operator\28\29\28SkPoint\20const*\2c\20SkPoint\20const*\2c\20bool\29\20const -6876:\28anonymous\20namespace\29::draw_to_sw_mask\28GrSWMaskHelper*\2c\20skgpu::ganesh::ClipStack::Element\20const&\2c\20bool\29 -6877:\28anonymous\20namespace\29::draw_tiled_image\28SkCanvas*\2c\20std::__2::function\20\28SkIRect\29>\2c\20SkISize\2c\20int\2c\20SkMatrix\20const&\2c\20SkRect\20const&\2c\20SkIRect\20const&\2c\20SkPaint\20const*\2c\20SkCanvas::QuadAAFlags\2c\20SkCanvas::SrcRectConstraint\2c\20SkSamplingOptions\29 -6878:\28anonymous\20namespace\29::draw_path\28GrRecordingContext*\2c\20skgpu::ganesh::SurfaceDrawContext*\2c\20skgpu::ganesh::PathRenderer*\2c\20GrHardClip\20const&\2c\20SkIRect\20const&\2c\20GrUserStencilSettings\20const*\2c\20SkMatrix\20const&\2c\20GrStyledShape\20const&\2c\20GrAA\29 -6879:\28anonymous\20namespace\29::determine_clipped_src_rect\28SkIRect\2c\20SkMatrix\20const&\2c\20SkMatrix\20const&\2c\20SkISize\20const&\2c\20SkRect\20const*\29 -6880:\28anonymous\20namespace\29::create_data\28int\2c\20bool\2c\20float\29 -6881:\28anonymous\20namespace\29::copyFTBitmap\28FT_Bitmap_\20const&\2c\20SkMaskBuilder*\29 -6882:\28anonymous\20namespace\29::contains_scissor\28GrScissorState\20const&\2c\20GrScissorState\20const&\29 -6883:\28anonymous\20namespace\29::colrv1_start_glyph_bounds\28SkMatrix*\2c\20SkRect*\2c\20FT_FaceRec_*\2c\20unsigned\20short\2c\20FT_Color_Root_Transform_\2c\20skia_private::THashSet*\29 -6884:\28anonymous\20namespace\29::colrv1_start_glyph\28SkCanvas*\2c\20SkSpan\20const&\2c\20unsigned\20int\2c\20FT_FaceRec_*\2c\20unsigned\20short\2c\20FT_Color_Root_Transform_\2c\20skia_private::THashSet*\29 -6885:\28anonymous\20namespace\29::colrv1_draw_paint\28SkCanvas*\2c\20SkSpan\20const&\2c\20unsigned\20int\2c\20FT_FaceRec_*\2c\20FT_COLR_Paint_\20const&\29 -6886:\28anonymous\20namespace\29::colrv1_configure_skpaint\28FT_FaceRec_*\2c\20SkSpan\20const&\2c\20unsigned\20int\2c\20FT_COLR_Paint_\20const&\2c\20SkPaint*\29 -6887:\28anonymous\20namespace\29::can_use_draw_texture\28SkPaint\20const&\2c\20SkSamplingOptions\20const&\29 -6888:\28anonymous\20namespace\29::axis_aligned_quad_size\28GrQuad\20const&\29 -6889:\28anonymous\20namespace\29::_set_addString\28USet*\2c\20char16_t\20const*\2c\20int\29 -6890:\28anonymous\20namespace\29::YUVPlanesRec::~YUVPlanesRec\28\29 -6891:\28anonymous\20namespace\29::YUVPlanesKey::YUVPlanesKey\28unsigned\20int\29 -6892:\28anonymous\20namespace\29::UniqueKeyInvalidator::~UniqueKeyInvalidator\28\29 -6893:\28anonymous\20namespace\29::TriangulatingPathOp::~TriangulatingPathOp\28\29 -6894:\28anonymous\20namespace\29::TriangulatingPathOp::TriangulatingPathOp\28GrProcessorSet*\2c\20SkRGBA4f<\28SkAlphaType\292>\20const&\2c\20GrStyledShape\20const&\2c\20SkMatrix\20const&\2c\20SkIRect\20const&\2c\20GrAAType\2c\20GrUserStencilSettings\20const*\29 -6895:\28anonymous\20namespace\29::TriangulatingPathOp::Triangulate\28GrEagerVertexAllocator*\2c\20SkMatrix\20const&\2c\20GrStyledShape\20const&\2c\20SkIRect\20const&\2c\20float\2c\20bool*\29 -6896:\28anonymous\20namespace\29::TriangulatingPathOp::CreateKey\28skgpu::UniqueKey*\2c\20GrStyledShape\20const&\2c\20SkIRect\20const&\29 -6897:\28anonymous\20namespace\29::TransformedMaskSubRun::glyphParams\28\29\20const -6898:\28anonymous\20namespace\29::TransformedMaskSubRun::draw\28SkCanvas*\2c\20SkPoint\2c\20SkPaint\20const&\2c\20sk_sp\2c\20std::__2::function\2c\20sktext::gpu::RendererData\29>\20const&\29\20const -6899:\28anonymous\20namespace\29::TransformedMaskSubRun::deviceRectAndNeedsTransform\28SkMatrix\20const&\29\20const -6900:\28anonymous\20namespace\29::TextureOpImpl::~TextureOpImpl\28\29 -6901:\28anonymous\20namespace\29::TextureOpImpl::propagateCoverageAAThroughoutChain\28\29 -6902:\28anonymous\20namespace\29::TextureOpImpl::numChainedQuads\28\29\20const -6903:\28anonymous\20namespace\29::TextureOpImpl::characterize\28\28anonymous\20namespace\29::TextureOpImpl::Desc*\29\20const -6904:\28anonymous\20namespace\29::TextureOpImpl::appendQuad\28DrawQuad*\2c\20SkRGBA4f<\28SkAlphaType\292>\20const&\2c\20SkRect\20const&\29 -6905:\28anonymous\20namespace\29::TextureOpImpl::Make\28GrRecordingContext*\2c\20GrTextureSetEntry*\2c\20int\2c\20int\2c\20SkFilterMode\2c\20SkMipmapMode\2c\20skgpu::ganesh::TextureOp::Saturate\2c\20GrAAType\2c\20SkCanvas::SrcRectConstraint\2c\20SkMatrix\20const&\2c\20sk_sp\29 -6906:\28anonymous\20namespace\29::TextureOpImpl::FillInVertices\28GrCaps\20const&\2c\20\28anonymous\20namespace\29::TextureOpImpl*\2c\20\28anonymous\20namespace\29::TextureOpImpl::Desc*\2c\20char*\29 -6907:\28anonymous\20namespace\29::TextureOpImpl::Desc::totalSizeInBytes\28\29\20const -6908:\28anonymous\20namespace\29::TextureOpImpl::Desc*\20SkArenaAlloc::make<\28anonymous\20namespace\29::TextureOpImpl::Desc>\28\29 -6909:\28anonymous\20namespace\29::TextureOpImpl::ClassID\28\29 -6910:\28anonymous\20namespace\29::SpotVerticesFactory::makeVertices\28SkPath\20const&\2c\20SkMatrix\20const&\2c\20SkPoint*\29\20const -6911:\28anonymous\20namespace\29::SkUnicodeHbScriptRunIterator::hb_script_for_unichar\28int\29 -6912:\28anonymous\20namespace\29::SkQuadCoeff::SkQuadCoeff\28SkPoint\20const*\29 -6913:\28anonymous\20namespace\29::SkMorphologyImageFilter::requiredInput\28skif::Mapping\20const&\2c\20skif::LayerSpace\29\20const -6914:\28anonymous\20namespace\29::SkMorphologyImageFilter::kernelOutputBounds\28skif::Mapping\20const&\2c\20skif::LayerSpace\29\20const -6915:\28anonymous\20namespace\29::SkMatrixTransformImageFilter::requiredInput\28skif::Mapping\20const&\2c\20skif::LayerSpace\20const&\29\20const -6916:\28anonymous\20namespace\29::SkEmptyTypeface::onMakeClone\28SkFontArguments\20const&\29\20const -6917:\28anonymous\20namespace\29::SkCropImageFilter::requiredInput\28skif::Mapping\20const&\2c\20skif::LayerSpace\20const&\29\20const -6918:\28anonymous\20namespace\29::SkConicCoeff::SkConicCoeff\28SkConic\20const&\29 -6919:\28anonymous\20namespace\29::SkColorFilterImageFilter::~SkColorFilterImageFilter\28\29 -6920:\28anonymous\20namespace\29::SkBlurImageFilter::mapSigma\28skif::Mapping\20const&\29\20const -6921:\28anonymous\20namespace\29::SkBlendImageFilter::~SkBlendImageFilter\28\29 -6922:\28anonymous\20namespace\29::SkBidiIterator_icu::~SkBidiIterator_icu\28\29 -6923:\28anonymous\20namespace\29::ShaperHarfBuzz::~ShaperHarfBuzz\28\29 -6924:\28anonymous\20namespace\29::ShadowedPath::keyBytes\28\29\20const -6925:\28anonymous\20namespace\29::ShadowInvalidator::~ShadowInvalidator\28\29 -6926:\28anonymous\20namespace\29::ShadowCircularRRectOp::~ShadowCircularRRectOp\28\29 -6927:\28anonymous\20namespace\29::RectsBlurRec::~RectsBlurRec\28\29 -6928:\28anonymous\20namespace\29::RectsBlurKey::RectsBlurKey\28float\2c\20SkBlurStyle\2c\20SkSpan\29 -6929:\28anonymous\20namespace\29::RasterA8BlurAlgorithm::maxSigma\28\29\20const -6930:\28anonymous\20namespace\29::RasterA8BlurAlgorithm::blur\28SkSize\2c\20sk_sp\2c\20SkIRect\20const&\2c\20SkTileMode\2c\20SkIRect\20const&\29\20const::'lambda'\28float\29::operator\28\29\28float\29\20const -6931:\28anonymous\20namespace\29::Raster8888BlurAlgorithm::blur\28SkSize\2c\20sk_sp\2c\20SkIRect\20const&\2c\20SkTileMode\2c\20SkIRect\20const&\29\20const::'lambda'\28float\29::operator\28\29\28float\29\20const -6932:\28anonymous\20namespace\29::RRectBlurRec::~RRectBlurRec\28\29 -6933:\28anonymous\20namespace\29::RRectBlurKey::RRectBlurKey\28float\2c\20SkRRect\20const&\2c\20SkBlurStyle\29 -6934:\28anonymous\20namespace\29::RPBlender::blendLine\28void*\2c\20void\20const*\2c\20int\29 -6935:\28anonymous\20namespace\29::RPBlender::RPBlender\28SkColorType\2c\20SkColorType\2c\20SkAlphaType\2c\20bool\29 -6936:\28anonymous\20namespace\29::PlanGauss::PlanGauss\28double\29 -6937:\28anonymous\20namespace\29::PathSubRun::~PathSubRun\28\29 -6938:\28anonymous\20namespace\29::PathOpSubmitter::~PathOpSubmitter\28\29 -6939:\28anonymous\20namespace\29::PathGeoBuilder::createMeshAndPutBackReserve\28\29 -6940:\28anonymous\20namespace\29::PathGeoBuilder::allocNewBuffers\28\29 -6941:\28anonymous\20namespace\29::PathGeoBuilder::addQuad\28SkPoint\20const*\2c\20float\2c\20float\29 -6942:\28anonymous\20namespace\29::MipMapRec::~MipMapRec\28\29 -6943:\28anonymous\20namespace\29::MipMapKey::MipMapKey\28SkBitmapCacheDesc\20const&\29 -6944:\28anonymous\20namespace\29::MipLevelHelper::allocAndInit\28SkArenaAlloc*\2c\20SkSamplingOptions\20const&\2c\20SkTileMode\2c\20SkTileMode\29 -6945:\28anonymous\20namespace\29::MipLevelHelper::MipLevelHelper\28\29 -6946:\28anonymous\20namespace\29::MiddleOutShader::~MiddleOutShader\28\29 -6947:\28anonymous\20namespace\29::MeshOp::~MeshOp\28\29 -6948:\28anonymous\20namespace\29::MeshOp::MeshOp\28GrProcessorSet*\2c\20SkRGBA4f<\28SkAlphaType\292>\20const&\2c\20sk_sp\2c\20GrPrimitiveType\20const*\2c\20GrAAType\2c\20sk_sp\2c\20SkMatrix\20const&\29 -6949:\28anonymous\20namespace\29::MeshOp::MeshOp\28GrProcessorSet*\2c\20SkRGBA4f<\28SkAlphaType\292>\20const&\2c\20SkMesh\20const&\2c\20skia_private::TArray>\2c\20true>\2c\20GrAAType\2c\20sk_sp\2c\20SkMatrix\20const&\29 -6950:\28anonymous\20namespace\29::MeshOp::Mesh::indices\28\29\20const -6951:\28anonymous\20namespace\29::MeshOp::Mesh::Mesh\28SkMesh\20const&\29 -6952:\28anonymous\20namespace\29::MeshOp::ClassID\28\29 -6953:\28anonymous\20namespace\29::MeshGP::~MeshGP\28\29 -6954:\28anonymous\20namespace\29::MeshGP::Impl::~Impl\28\29 -6955:\28anonymous\20namespace\29::MeshGP::Impl::MeshCallbacks::defineStruct\28char\20const*\29 -6956:\28anonymous\20namespace\29::Iter::next\28\29 -6957:\28anonymous\20namespace\29::FillRectOpImpl::~FillRectOpImpl\28\29 -6958:\28anonymous\20namespace\29::FillRectOpImpl::tessellate\28skgpu::ganesh::QuadPerEdgeAA::VertexSpec\20const&\2c\20char*\29\20const -6959:\28anonymous\20namespace\29::FillRectOpImpl::FillRectOpImpl\28GrProcessorSet*\2c\20SkRGBA4f<\28SkAlphaType\292>\2c\20GrAAType\2c\20DrawQuad*\2c\20GrUserStencilSettings\20const*\2c\20GrSimpleMeshDrawOpHelper::InputFlags\29 -6960:\28anonymous\20namespace\29::ExternalWebGLTexture::~ExternalWebGLTexture\28\29 -6961:\28anonymous\20namespace\29::EllipticalRRectEffect::onIsEqual\28GrFragmentProcessor\20const&\29\20const -6962:\28anonymous\20namespace\29::DrawableSubRun::~DrawableSubRun\28\29 -6963:\28anonymous\20namespace\29::DrawAtlasPathShader::~DrawAtlasPathShader\28\29 -6964:\28anonymous\20namespace\29::DrawAtlasOpImpl::~DrawAtlasOpImpl\28\29 -6965:\28anonymous\20namespace\29::DrawAtlasOpImpl::DrawAtlasOpImpl\28GrProcessorSet*\2c\20SkRGBA4f<\28SkAlphaType\292>\20const&\2c\20SkMatrix\20const&\2c\20GrAAType\2c\20int\2c\20SkRSXform\20const*\2c\20SkRect\20const*\2c\20unsigned\20int\20const*\29 -6966:\28anonymous\20namespace\29::DefaultPathOp::~DefaultPathOp\28\29 -6967:\28anonymous\20namespace\29::DefaultPathOp::programInfo\28\29 -6968:\28anonymous\20namespace\29::DefaultPathOp::primType\28\29\20const -6969:\28anonymous\20namespace\29::DefaultPathOp::PathData::PathData\28\28anonymous\20namespace\29::DefaultPathOp::PathData&&\29 -6970:\28anonymous\20namespace\29::DefaultPathOp::Make\28GrRecordingContext*\2c\20GrPaint&&\2c\20SkPath\20const&\2c\20float\2c\20unsigned\20char\2c\20SkMatrix\20const&\2c\20bool\2c\20GrAAType\2c\20SkRect\20const&\2c\20GrUserStencilSettings\20const*\29 -6971:\28anonymous\20namespace\29::DefaultPathOp::DefaultPathOp\28GrProcessorSet*\2c\20SkRGBA4f<\28SkAlphaType\292>\20const&\2c\20SkPath\20const&\2c\20float\2c\20unsigned\20char\2c\20SkMatrix\20const&\2c\20bool\2c\20GrAAType\2c\20SkRect\20const&\2c\20GrUserStencilSettings\20const*\29 -6972:\28anonymous\20namespace\29::ClipGeometry\20\28anonymous\20namespace\29::get_clip_geometry\28skgpu::ganesh::ClipStack::SaveRecord\20const&\2c\20skgpu::ganesh::ClipStack::Draw\20const&\29 -6973:\28anonymous\20namespace\29::CircularRRectEffect::Make\28std::__2::unique_ptr>\2c\20GrClipEdgeType\2c\20unsigned\20int\2c\20SkRRect\20const&\29 -6974:\28anonymous\20namespace\29::CachedTessellationsRec::~CachedTessellationsRec\28\29 -6975:\28anonymous\20namespace\29::CachedTessellationsRec::CachedTessellationsRec\28SkResourceCache::Key\20const&\2c\20sk_sp<\28anonymous\20namespace\29::CachedTessellations>\29 -6976:\28anonymous\20namespace\29::CachedTessellations::~CachedTessellations\28\29 -6977:\28anonymous\20namespace\29::CachedTessellations::CachedTessellations\28\29 -6978:\28anonymous\20namespace\29::CacheImpl::~CacheImpl\28\29 -6979:\28anonymous\20namespace\29::BitmapKey::BitmapKey\28SkBitmapCacheDesc\20const&\29 -6980:\28anonymous\20namespace\29::AmbientVerticesFactory::makeVertices\28SkPath\20const&\2c\20SkMatrix\20const&\2c\20SkPoint*\29\20const -6981:\28anonymous\20namespace\29::AAHairlineOp::~AAHairlineOp\28\29 -6982:\28anonymous\20namespace\29::AAHairlineOp::PathData::PathData\28\28anonymous\20namespace\29::AAHairlineOp::PathData&&\29 -6983:\28anonymous\20namespace\29::AAHairlineOp::AAHairlineOp\28GrProcessorSet*\2c\20SkRGBA4f<\28SkAlphaType\292>\20const&\2c\20unsigned\20char\2c\20SkMatrix\20const&\2c\20SkPath\20const&\2c\20SkIRect\2c\20float\2c\20GrUserStencilSettings\20const*\29 -6984:WebPRescalerGetScaledDimensions -6985:WebPMultRows -6986:WebPMultARGBRows -6987:WebPIoInitFromOptions -6988:WebPInitUpsamplers -6989:WebPFlipBuffer -6990:WebPDemuxPartial\28WebPData\20const*\2c\20WebPDemuxState*\29 -6991:WebPDemuxGetChunk -6992:WebPDemuxDelete -6993:WebPDeallocateAlphaMemory -6994:WebPCheckCropDimensions -6995:WebPAllocateDecBuffer -6996:VP8RemapBitReader -6997:VP8LoadFinalBytes -6998:VP8LTransformColorInverse_C -6999:VP8LNew -7000:VP8LHuffmanTablesAllocate -7001:VP8LConvertFromBGRA -7002:VP8LConvertBGRAToRGBA_C -7003:VP8LConvertBGRAToRGBA4444_C -7004:VP8LColorCacheInit -7005:VP8LColorCacheClear -7006:VP8LBuildHuffmanTable -7007:VP8LBitReaderSetBuffer -7008:VP8GetInfo -7009:VP8CheckSignature -7010:TransformTwo_C -7011:ToUpperCase -7012:TextureSourceImageGenerator::~TextureSourceImageGenerator\28\29 -7013:TT_Set_Named_Instance -7014:TT_Save_Context -7015:TT_Hint_Glyph -7016:TT_DotFix14 -7017:TT_Done_Context -7018:StringBuffer\20apply_format_string<1024>\28char\20const*\2c\20void*\2c\20char\20\28&\29\20\5b1024\5d\2c\20SkString*\29 -7019:StoreFrame -7020:SortContourList\28SkOpContourHead**\2c\20bool\2c\20bool\29 -7021:Skwasm::Surface::_resizeCanvasToFit\28int\2c\20int\29 -7022:Skwasm::Surface::_init\28\29 -7023:SkWuffsFrame::SkWuffsFrame\28wuffs_base__frame_config__struct*\29 -7024:SkWuffsCodec::~SkWuffsCodec\28\29 -7025:SkWuffsCodec::seekFrame\28int\29 -7026:SkWuffsCodec::onStartIncrementalDecode\28SkImageInfo\20const&\2c\20void*\2c\20unsigned\20long\2c\20SkCodec::Options\20const&\29 -7027:SkWuffsCodec::onIncrementalDecode\28int*\29 -7028:SkWuffsCodec::decodeFrameConfig\28\29 -7029:SkWriter32::writeString\28char\20const*\2c\20unsigned\20long\29 -7030:SkWriter32::writePoint3\28SkPoint3\20const&\29 -7031:SkWebpCodec::~SkWebpCodec\28\29 -7032:SkWebpCodec::ensureAllData\28\29 -7033:SkWStream::writeScalarAsText\28float\29 -7034:SkWBuffer::padToAlign4\28\29 -7035:SkVertices::getSizes\28\29\20const -7036:SkVertices::Builder::init\28SkVertices::Desc\20const&\29 -7037:SkVertices::Builder::Builder\28SkVertices::VertexMode\2c\20int\2c\20int\2c\20unsigned\20int\29 -7038:SkUnicode_icu::~SkUnicode_icu\28\29 -7039:SkUnicode_icu::isHardLineBreak\28int\29 -7040:SkUnicode_icu::extractWords\28unsigned\20short*\2c\20int\2c\20char\20const*\2c\20std::__2::vector>*\29 -7041:SkUnicode::convertUtf16ToUtf8\28std::__2::basic_string\2c\20std::__2::allocator>\20const&\29 -7042:SkUnicode::convertUtf16ToUtf8\28char16_t\20const*\2c\20int\29 -7043:SkUnicode::BidiRegion&\20std::__2::vector>::emplace_back\28unsigned\20long&\2c\20unsigned\20long&\2c\20unsigned\20char&\29 -7044:SkUTF::UTF16ToUTF8\28char*\2c\20int\2c\20unsigned\20short\20const*\2c\20unsigned\20long\29 -7045:SkUTF::ToUTF8\28int\2c\20char*\29 -7046:SkUTF::NextUTF16\28unsigned\20short\20const**\2c\20unsigned\20short\20const*\29 -7047:SkTypeface_FreeTypeStream::~SkTypeface_FreeTypeStream\28\29 -7048:SkTypeface_FreeTypeStream::SkTypeface_FreeTypeStream\28std::__2::unique_ptr>\2c\20SkString\2c\20SkFontStyle\20const&\2c\20bool\29 -7049:SkTypeface_FreeType::getFaceRec\28\29\20const -7050:SkTypeface_FreeType::SkTypeface_FreeType\28SkFontStyle\20const&\2c\20bool\29 -7051:SkTypeface_FreeType::GetUnitsPerEm\28FT_FaceRec_*\29 -7052:SkTypeface_Custom::~SkTypeface_Custom\28\29 -7053:SkTypeface_Custom::onGetFamilyName\28SkString*\29\20const -7054:SkTypeface::onGetFixedPitch\28\29\20const -7055:SkTypeface::MakeEmpty\28\29 -7056:SkTreatAsSprite\28SkMatrix\20const&\2c\20SkISize\20const&\2c\20SkSamplingOptions\20const&\2c\20bool\29 -7057:SkTransformShader::update\28SkMatrix\20const&\29 -7058:SkTiff::ImageFileDirectory::getEntryUnsignedRational\28unsigned\20short\2c\20unsigned\20int\2c\20float*\29\20const -7059:SkTiff::ImageFileDirectory::getEntryTag\28unsigned\20short\29\20const -7060:SkTiff::ImageFileDirectory::getEntrySignedRational\28unsigned\20short\2c\20unsigned\20int\2c\20float*\29\20const -7061:SkTiff::ImageFileDirectory::getEntryRawData\28unsigned\20short\2c\20unsigned\20short*\2c\20unsigned\20short*\2c\20unsigned\20int*\2c\20unsigned\20char\20const**\2c\20unsigned\20long*\29\20const -7062:SkTextBlobBuilder::updateDeferredBounds\28\29 -7063:SkTextBlobBuilder::reserve\28unsigned\20long\29 -7064:SkTextBlobBuilder::allocRunPos\28SkFont\20const&\2c\20int\2c\20SkRect\20const*\29 -7065:SkTextBlobBuilder::TightRunBounds\28SkTextBlob::RunRecord\20const&\29 -7066:SkTextBlob::getIntercepts\28float\20const*\2c\20float*\2c\20SkPaint\20const*\29\20const -7067:SkTaskGroup::add\28std::__2::function\29 -7068:SkTSpan::split\28SkTSpan*\2c\20SkArenaAlloc*\29 -7069:SkTSpan::splitAt\28SkTSpan*\2c\20double\2c\20SkArenaAlloc*\29 -7070:SkTSpan::linearIntersects\28SkTCurve\20const&\29\20const -7071:SkTSpan::hullCheck\28SkTSpan\20const*\2c\20bool*\2c\20bool*\29 -7072:SkTSpan::contains\28double\29\20const -7073:SkTSect::unlinkSpan\28SkTSpan*\29 -7074:SkTSect::removeAllBut\28SkTSpan\20const*\2c\20SkTSpan*\2c\20SkTSect*\29 -7075:SkTSect::recoverCollapsed\28\29 -7076:SkTSect::intersects\28SkTSpan*\2c\20SkTSect*\2c\20SkTSpan*\2c\20int*\29 -7077:SkTSect::coincidentHasT\28double\29 -7078:SkTSect::boundsMax\28\29 -7079:SkTSect::addSplitAt\28SkTSpan*\2c\20double\29 -7080:SkTSect::addForPerp\28SkTSpan*\2c\20double\29 -7081:SkTSect::EndsEqual\28SkTSect\20const*\2c\20SkTSect\20const*\2c\20SkIntersections*\29 -7082:SkTMultiMap::reset\28\29 -7083:SkTMaskGamma<3\2c\203\2c\203>::~SkTMaskGamma\28\29 -7084:SkTMaskGamma<3\2c\203\2c\203>::SkTMaskGamma\28float\2c\20float\29 -7085:SkTMaskGamma<3\2c\203\2c\203>::CanonicalColor\28unsigned\20int\29 -7086:SkTInternalLList::remove\28skgpu::ganesh::SmallPathShapeData*\29 -7087:SkTInternalLList<\28anonymous\20namespace\29::CacheImpl::Value>::remove\28\28anonymous\20namespace\29::CacheImpl::Value*\29 -7088:SkTInternalLList<\28anonymous\20namespace\29::CacheImpl::Value>::addToHead\28\28anonymous\20namespace\29::CacheImpl::Value*\29 -7089:SkTInternalLList::remove\28TriangulationVertex*\29 -7090:SkTInternalLList::addToTail\28TriangulationVertex*\29 -7091:SkTInternalLList::Entry>::addToHead\28SkLRUCache::Entry*\29 -7092:SkTInternalLList>\2c\20skia::textlayout::ParagraphCache::KeyHash\2c\20SkNoOpPurge>::Entry>::addToHead\28SkLRUCache>\2c\20skia::textlayout::ParagraphCache::KeyHash\2c\20SkNoOpPurge>::Entry*\29 -7093:SkTInternalLList>\2c\20GrGLGpu::ProgramCache::DescHash\2c\20SkNoOpPurge>::Entry>::addToHead\28SkLRUCache>\2c\20GrGLGpu::ProgramCache::DescHash\2c\20SkNoOpPurge>::Entry*\29 -7094:SkTDynamicHash<\28anonymous\20namespace\29::CacheImpl::Value\2c\20SkImageFilterCacheKey\2c\20\28anonymous\20namespace\29::CacheImpl::Value>::find\28SkImageFilterCacheKey\20const&\29\20const -7095:SkTDStorage::SkTDStorage\28SkTDStorage&&\29 -7096:SkTDPQueue<\28anonymous\20namespace\29::RunIteratorQueue::Entry\2c\20&\28anonymous\20namespace\29::RunIteratorQueue::CompareEntry\28\28anonymous\20namespace\29::RunIteratorQueue::Entry\20const&\2c\20\28anonymous\20namespace\29::RunIteratorQueue::Entry\20const&\29\2c\20\28int*\20\28*\29\28\28anonymous\20namespace\29::RunIteratorQueue::Entry\20const&\29\290>::insert\28\28anonymous\20namespace\29::RunIteratorQueue::Entry\29 -7097:SkTDPQueue::remove\28GrGpuResource*\29 -7098:SkTDPQueue::percolateUpIfNecessary\28int\29 -7099:SkTDPQueue::percolateDownIfNecessary\28int\29 -7100:SkTDPQueue::insert\28GrGpuResource*\29 -7101:SkTDArray::append\28int\29 -7102:SkTDArray::append\28int\29 -7103:SkTDArray::push_back\28SkRecords::FillBounds::SaveBounds\20const&\29 -7104:SkTDArray::push_back\28SkOpPtT\20const*\20const&\29 -7105:SkTCubic::hullIntersects\28SkDQuad\20const&\2c\20bool*\29\20const -7106:SkTCopyOnFirstWrite::writable\28\29 -7107:SkTCopyOnFirstWrite::writable\28\29 -7108:SkTConic::otherPts\28int\2c\20SkDPoint\20const**\29\20const -7109:SkTConic::hullIntersects\28SkDCubic\20const&\2c\20bool*\29\20const -7110:SkTConic::controlsInside\28\29\20const -7111:SkTConic::collapsed\28\29\20const -7112:SkTBlockList::pushItem\28\29 -7113:SkTBlockList::pop_back\28\29 -7114:SkTBlockList::push_back\28skgpu::ganesh::ClipStack::RawElement&&\29 -7115:SkTBlockList::pushItem\28\29 -7116:SkTBlockList::~SkTBlockList\28\29 -7117:SkTBlockList::push_back\28GrGLProgramDataManager::GLUniformInfo\20const&\29 -7118:SkTBlockList::item\28int\29 -7119:SkSynchronizedResourceCache::~SkSynchronizedResourceCache\28\29 -7120:SkSurfaces::RenderTarget\28GrRecordingContext*\2c\20skgpu::Budgeted\2c\20SkImageInfo\20const&\29 -7121:SkSurface_Raster::~SkSurface_Raster\28\29 -7122:SkSurface_Raster::SkSurface_Raster\28skcpu::RecorderImpl*\2c\20SkImageInfo\20const&\2c\20sk_sp\2c\20SkSurfaceProps\20const*\29 -7123:SkSurface_Ganesh::~SkSurface_Ganesh\28\29 -7124:SkSurface_Ganesh::onDiscard\28\29 -7125:SkSurface_Base::replaceBackendTexture\28GrBackendTexture\20const&\2c\20GrSurfaceOrigin\2c\20SkSurface::ContentChangeMode\2c\20void\20\28*\29\28void*\29\2c\20void*\29 -7126:SkSurface_Base::onDraw\28SkCanvas*\2c\20float\2c\20float\2c\20SkSamplingOptions\20const&\2c\20SkPaint\20const*\29 -7127:SkSurface_Base::onCapabilities\28\29 -7128:SkStrokeRec::GetInflationRadius\28SkPaint::Join\2c\20float\2c\20SkPaint::Cap\2c\20float\29 -7129:SkString_from_UTF16BE\28unsigned\20char\20const*\2c\20unsigned\20long\2c\20SkString&\29 -7130:SkString::equals\28char\20const*\2c\20unsigned\20long\29\20const -7131:SkString::equals\28char\20const*\29\20const -7132:SkString::appendVAList\28char\20const*\2c\20void*\29 -7133:SkString::appendUnichar\28int\29 -7134:SkString::appendHex\28unsigned\20int\2c\20int\29 -7135:SkStrikeSpec::SkStrikeSpec\28SkStrikeSpec\20const&\29 -7136:SkStrikeSpec::ShouldDrawAsPath\28SkPaint\20const&\2c\20SkFont\20const&\2c\20SkMatrix\20const&\29::$_0::operator\28\29\28int\2c\20int\29\20const -7137:SkStrikeSpec::ShouldDrawAsPath\28SkPaint\20const&\2c\20SkFont\20const&\2c\20SkMatrix\20const&\29 -7138:SkStrikeSpec::MakeTransformMask\28SkFont\20const&\2c\20SkPaint\20const&\2c\20SkSurfaceProps\20const&\2c\20SkScalerContextFlags\2c\20SkMatrix\20const&\29 -7139:SkStrikeCache::~SkStrikeCache\28\29 -7140:SkStrike::~SkStrike\28\29 -7141:SkStrike::prepareForImage\28SkGlyph*\29 -7142:SkStrike::prepareForDrawable\28SkGlyph*\29 -7143:SkStrike::internalPrepare\28SkSpan\2c\20SkStrike::PathDetail\2c\20SkGlyph\20const**\29 -7144:SkStrSplit\28char\20const*\2c\20char\20const*\2c\20SkStrSplitMode\2c\20skia_private::TArray*\29 -7145:SkStrAppendU32\28char*\2c\20unsigned\20int\29 -7146:SkStrAppendS32\28char*\2c\20int\29 -7147:SkSpriteBlitter_Memcpy::~SkSpriteBlitter_Memcpy\28\29 -7148:SkSpecialImages::AsView\28GrRecordingContext*\2c\20SkSpecialImage\20const*\29 -7149:SkSpecialImage_Raster::~SkSpecialImage_Raster\28\29 -7150:SkSpecialImage_Raster::getROPixels\28SkBitmap*\29\20const -7151:SkSpecialImage_Raster::SkSpecialImage_Raster\28SkIRect\20const&\2c\20SkBitmap\20const&\2c\20SkSurfaceProps\20const&\29 -7152:SkSpecialImage_Gpu::~SkSpecialImage_Gpu\28\29 -7153:SkSpecialImage::SkSpecialImage\28SkIRect\20const&\2c\20unsigned\20int\2c\20SkColorInfo\20const&\2c\20SkSurfaceProps\20const&\29 -7154:SkSize\20skif::Mapping::map\28SkSize\20const&\2c\20SkMatrix\20const&\29 -7155:SkShapers::unicode::BidiRunIterator\28sk_sp\2c\20char\20const*\2c\20unsigned\20long\2c\20unsigned\20char\29 -7156:SkShapers::HB::ShapeDontWrapOrReorder\28sk_sp\2c\20sk_sp\29 -7157:SkShaper::TrivialLanguageRunIterator::~TrivialLanguageRunIterator\28\29 -7158:SkShaper::MakeStdLanguageRunIterator\28char\20const*\2c\20unsigned\20long\29 -7159:SkShaper::MakeFontMgrRunIterator\28char\20const*\2c\20unsigned\20long\2c\20SkFont\20const&\2c\20sk_sp\29 -7160:SkShadowTessellator::MakeAmbient\28SkPath\20const&\2c\20SkMatrix\20const&\2c\20SkPoint3\20const&\2c\20bool\29 -7161:SkShaders::MatrixRec::totalMatrix\28\29\20const -7162:SkShaders::MatrixRec::concat\28SkMatrix\20const&\29\20const -7163:SkShaders::Empty\28\29 -7164:SkShaders::Color\28unsigned\20int\29 -7165:SkShaders::Blend\28sk_sp\2c\20sk_sp\2c\20sk_sp\29 -7166:SkShaderUtils::VisitLineByLine\28std::__2::basic_string\2c\20std::__2::allocator>\20const&\2c\20std::__2::function\20const&\29 -7167:SkShaderUtils::GLSLPrettyPrint::undoNewlineAfter\28char\29 -7168:SkShaderUtils::GLSLPrettyPrint::parseUntil\28char\20const*\29 -7169:SkShaderUtils::GLSLPrettyPrint::parseUntilNewline\28\29 -7170:SkShaderBlurAlgorithm::renderBlur\28SkRuntimeEffectBuilder*\2c\20SkFilterMode\2c\20SkISize\2c\20sk_sp\2c\20SkIRect\20const&\2c\20SkTileMode\2c\20SkIRect\20const&\29\20const -7171:SkShaderBlurAlgorithm::evalBlur1D\28float\2c\20int\2c\20SkV2\2c\20sk_sp\2c\20SkIRect\2c\20SkTileMode\2c\20SkIRect\29\20const -7172:SkShaderBlurAlgorithm::GetLinearBlur1DEffect\28int\29 -7173:SkShaderBlurAlgorithm::GetBlur2DEffect\28SkISize\20const&\29 -7174:SkShaderBlurAlgorithm::Compute2DBlurOffsets\28SkISize\2c\20std::__2::array&\29 -7175:SkShaderBlurAlgorithm::Compute2DBlurKernel\28SkSize\2c\20SkISize\2c\20std::__2::array&\29 -7176:SkShaderBlurAlgorithm::Compute2DBlurKernel\28SkSize\2c\20SkISize\2c\20SkSpan\29 -7177:SkShaderBlurAlgorithm::Compute1DBlurLinearKernel\28float\2c\20int\2c\20std::__2::array&\29 -7178:SkShaderBase::getFlattenableType\28\29\20const -7179:SkShader::makeWithColorFilter\28sk_sp\29\20const -7180:SkScan::PathRequiresTiling\28SkIRect\20const&\29 -7181:SkScan::HairLine\28SkPoint\20const*\2c\20int\2c\20SkRasterClip\20const&\2c\20SkBlitter*\29 -7182:SkScan::FillXRect\28SkIRect\20const&\2c\20SkRegion\20const*\2c\20SkBlitter*\29 -7183:SkScan::FillRect\28SkRect\20const&\2c\20SkRegion\20const*\2c\20SkBlitter*\29 -7184:SkScan::AntiFrameRect\28SkRect\20const&\2c\20SkPoint\20const&\2c\20SkRegion\20const*\2c\20SkBlitter*\29 -7185:SkScan::AntiFillRect\28SkRect\20const&\2c\20SkRegion\20const*\2c\20SkBlitter*\29 -7186:SkScan::AAAFillPath\28SkPath\20const&\2c\20SkBlitter*\2c\20SkIRect\20const&\2c\20SkIRect\20const&\2c\20bool\29 -7187:SkScalingCodec::SkScalingCodec\28SkEncodedInfo&&\2c\20skcms_PixelFormat\2c\20std::__2::unique_ptr>\2c\20SkEncodedOrigin\29 -7188:SkScalerContext_FreeType::~SkScalerContext_FreeType\28\29 -7189:SkScalerContext_FreeType::shouldSubpixelBitmap\28SkGlyph\20const&\2c\20SkMatrix\20const&\29 -7190:SkScalerContext_FreeType::getCBoxForLetter\28char\2c\20FT_BBox_*\29 -7191:SkScalerContext_FreeType::getBoundsOfCurrentOutlineGlyph\28FT_GlyphSlotRec_*\2c\20SkRect*\29 -7192:SkScalerContextRec::setLuminanceColor\28unsigned\20int\29 -7193:SkScalerContextFTUtils::drawCOLRv1Glyph\28FT_FaceRec_*\2c\20SkGlyph\20const&\2c\20unsigned\20int\2c\20SkSpan\2c\20SkCanvas*\29\20const -7194:SkScalerContextFTUtils::drawCOLRv0Glyph\28FT_FaceRec_*\2c\20SkGlyph\20const&\2c\20unsigned\20int\2c\20SkSpan\2c\20SkCanvas*\29\20const -7195:SkScalerContext::makeGlyph\28SkPackedGlyphID\2c\20SkArenaAlloc*\29 -7196:SkScalerContext::internalGetPath\28SkGlyph&\2c\20SkArenaAlloc*\2c\20std::__2::optional&&\29 -7197:SkScalerContext::SkScalerContext\28SkTypeface&\2c\20SkScalerContextEffects\20const&\2c\20SkDescriptor\20const*\29 -7198:SkScalerContext::SaturateGlyphBounds\28SkGlyph*\2c\20SkRect&&\29 -7199:SkScalerContext::MakeRecAndEffects\28SkFont\20const&\2c\20SkPaint\20const&\2c\20SkSurfaceProps\20const&\2c\20SkScalerContextFlags\2c\20SkMatrix\20const&\2c\20SkScalerContextRec*\2c\20SkScalerContextEffects*\29 -7200:SkScalerContext::MakeEmpty\28SkTypeface&\2c\20SkScalerContextEffects\20const&\2c\20SkDescriptor\20const*\29 -7201:SkScalerContext::AutoDescriptorGivenRecAndEffects\28SkScalerContextRec\20const&\2c\20SkScalerContextEffects\20const&\2c\20SkAutoDescriptor*\29 -7202:SkScalarInterpFunc\28float\2c\20float\20const*\2c\20float\20const*\2c\20int\29 -7203:SkSampledCodec::accountForNativeScaling\28int*\2c\20int*\29\20const -7204:SkSTArenaAlloc<4096ul>::SkSTArenaAlloc\28unsigned\20long\29 -7205:SkSTArenaAlloc<2736ul>::SkSTArenaAlloc\28unsigned\20long\29 -7206:SkSTArenaAlloc<256ul>::SkSTArenaAlloc\28unsigned\20long\29 -7207:SkSLCombinedSamplerTypeForTextureType\28GrTextureType\29 -7208:SkSL::type_to_sksltype\28SkSL::Context\20const&\2c\20SkSL::Type\20const&\2c\20SkSLType*\29 -7209:SkSL::stoi\28std::__2::basic_string_view>\2c\20long\20long*\29 -7210:SkSL::splat_scalar\28SkSL::Context\20const&\2c\20SkSL::Expression\20const&\2c\20SkSL::Type\20const&\29 -7211:SkSL::simplify_constant_equality\28SkSL::Context\20const&\2c\20SkSL::Position\2c\20SkSL::Expression\20const&\2c\20SkSL::Operator\2c\20SkSL::Expression\20const&\29 -7212:SkSL::short_circuit_boolean\28SkSL::Position\2c\20SkSL::Expression\20const&\2c\20SkSL::Operator\2c\20SkSL::Expression\20const&\29 -7213:SkSL::remove_break_statements\28std::__2::unique_ptr>&\29::RemoveBreaksWriter::visitStatementPtr\28std::__2::unique_ptr>&\29 -7214:SkSL::optimize_intrinsic_call\28SkSL::Context\20const&\2c\20SkSL::Position\2c\20SkSL::IntrinsicKind\2c\20SkSL::ExpressionArray\20const&\2c\20SkSL::Type\20const&\29::$_2::operator\28\29\28int\29\20const -7215:SkSL::optimize_intrinsic_call\28SkSL::Context\20const&\2c\20SkSL::Position\2c\20SkSL::IntrinsicKind\2c\20SkSL::ExpressionArray\20const&\2c\20SkSL::Type\20const&\29::$_1::operator\28\29\28int\29\20const -7216:SkSL::optimize_intrinsic_call\28SkSL::Context\20const&\2c\20SkSL::Position\2c\20SkSL::IntrinsicKind\2c\20SkSL::ExpressionArray\20const&\2c\20SkSL::Type\20const&\29::$_0::operator\28\29\28int\29\20const -7217:SkSL::negate_expression\28SkSL::Context\20const&\2c\20SkSL::Position\2c\20SkSL::Expression\20const&\2c\20SkSL::Type\20const&\29 -7218:SkSL::make_reciprocal_expression\28SkSL::Context\20const&\2c\20SkSL::Expression\20const&\29 -7219:SkSL::index_out_of_range\28SkSL::Context\20const&\2c\20SkSL::Position\2c\20long\20long\2c\20SkSL::Expression\20const&\29 -7220:SkSL::hoist_vardecl_symbols_into_outer_scope\28SkSL::Context\20const&\2c\20SkSL::Block\20const&\2c\20SkSL::SymbolTable*\2c\20SkSL::SymbolTable*\29::SymbolHoister::visitStatement\28SkSL::Statement\20const&\29 -7221:SkSL::get_struct_definitions_from_module\28SkSL::Program&\2c\20SkSL::Module\20const&\2c\20std::__2::vector>*\29 -7222:SkSL::find_existing_declaration\28SkSL::Context\20const&\2c\20SkSL::Position\2c\20SkSL::ModifierFlags\2c\20SkSL::IntrinsicKind\2c\20std::__2::basic_string_view>\2c\20skia_private::TArray>\2c\20true>&\2c\20SkSL::Position\2c\20SkSL::Type\20const*\2c\20SkSL::FunctionDeclaration**\29::$_0::operator\28\29\28\29\20const -7223:SkSL::extract_matrix\28SkSL::Expression\20const*\2c\20float*\29 -7224:SkSL::eliminate_unreachable_code\28SkSpan>>\2c\20SkSL::ProgramUsage*\29::UnreachableCodeEliminator::visitStatementPtr\28std::__2::unique_ptr>&\29 -7225:SkSL::eliminate_no_op_boolean\28SkSL::Position\2c\20SkSL::Expression\20const&\2c\20SkSL::Operator\2c\20SkSL::Expression\20const&\29 -7226:SkSL::check_main_signature\28SkSL::Context\20const&\2c\20SkSL::Position\2c\20SkSL::Type\20const&\2c\20skia_private::TArray>\2c\20true>&\29::$_4::operator\28\29\28int\29\20const -7227:SkSL::check_main_signature\28SkSL::Context\20const&\2c\20SkSL::Position\2c\20SkSL::Type\20const&\2c\20skia_private::TArray>\2c\20true>&\29::$_2::operator\28\29\28SkSL::Type\20const&\29\20const -7228:SkSL::check_main_signature\28SkSL::Context\20const&\2c\20SkSL::Position\2c\20SkSL::Type\20const&\2c\20skia_private::TArray>\2c\20true>&\29::$_1::operator\28\29\28int\29\20const -7229:SkSL::argument_needs_scratch_variable\28SkSL::Expression\20const*\2c\20SkSL::Variable\20const*\2c\20SkSL::ProgramUsage\20const&\29 -7230:SkSL::argument_and_parameter_flags_match\28SkSL::Expression\20const&\2c\20SkSL::Variable\20const&\29 -7231:SkSL::apply_to_elements\28SkSL::Context\20const&\2c\20SkSL::Position\2c\20SkSL::Expression\20const&\2c\20double\20\28*\29\28double\29\29 -7232:SkSL::append_rtadjust_fixup_to_vertex_main\28SkSL::Context\20const&\2c\20SkSL::FunctionDeclaration\20const&\2c\20SkSL::Block&\29::AppendRTAdjustFixupHelper::Adjust\28\29\20const -7233:SkSL::\28anonymous\20namespace\29::clone_with_ref_kind\28SkSL::Expression\20const&\2c\20SkSL::VariableRefKind\2c\20SkSL::Position\29 -7234:SkSL::\28anonymous\20namespace\29::check_valid_uniform_type\28SkSL::Position\2c\20SkSL::Type\20const*\2c\20SkSL::Context\20const&\2c\20bool\29::$_0::operator\28\29\28\29\20const -7235:SkSL::\28anonymous\20namespace\29::caps_lookup_table\28\29 -7236:SkSL::\28anonymous\20namespace\29::ReturnsInputAlphaVisitor::visitProgramElement\28SkSL::ProgramElement\20const&\29 -7237:SkSL::\28anonymous\20namespace\29::ProgramUsageVisitor::visitStructFields\28SkSL::Type\20const&\29 -7238:SkSL::\28anonymous\20namespace\29::ProgramUsageVisitor::visitStatement\28SkSL::Statement\20const&\29 -7239:SkSL::\28anonymous\20namespace\29::ProgramUsageVisitor::visitExpression\28SkSL::Expression\20const&\29 -7240:SkSL::\28anonymous\20namespace\29::NodeCountVisitor::visitStatement\28SkSL::Statement\20const&\29 -7241:SkSL::\28anonymous\20namespace\29::IsAssignableVisitor::visitExpression\28SkSL::Expression&\2c\20SkSL::FieldAccess\20const*\29::'lambda'\28\29::operator\28\29\28\29\20const -7242:SkSL::\28anonymous\20namespace\29::FinalizationVisitor::visitProgramElement\28SkSL::ProgramElement\20const&\29 -7243:SkSL::Variable::MakeScratchVariable\28SkSL::Context\20const&\2c\20SkSL::Mangler&\2c\20std::__2::basic_string_view>\2c\20SkSL::Type\20const*\2c\20SkSL::SymbolTable*\2c\20std::__2::unique_ptr>\29 -7244:SkSL::VarDeclaration::ErrorCheck\28SkSL::Context\20const&\2c\20SkSL::Position\2c\20SkSL::Position\2c\20SkSL::Layout\20const&\2c\20SkSL::ModifierFlags\2c\20SkSL::Type\20const*\2c\20SkSL::Type\20const*\2c\20SkSL::VariableStorage\29 -7245:SkSL::TypeReference::description\28SkSL::OperatorPrecedence\29\20const -7246:SkSL::TypeReference::VerifyType\28SkSL::Context\20const&\2c\20SkSL::Type\20const*\2c\20SkSL::Position\29 -7247:SkSL::TypeReference::Convert\28SkSL::Context\20const&\2c\20SkSL::Position\2c\20SkSL::Type\20const*\29 -7248:SkSL::Type::checkIfUsableInArray\28SkSL::Context\20const&\2c\20SkSL::Position\29\20const -7249:SkSL::Type::checkForOutOfRangeLiteral\28SkSL::Context\20const&\2c\20SkSL::Expression\20const&\29\20const -7250:SkSL::Type::MakeStructType\28SkSL::Context\20const&\2c\20SkSL::Position\2c\20std::__2::basic_string_view>\2c\20skia_private::TArray\2c\20bool\29 -7251:SkSL::Type::MakeLiteralType\28char\20const*\2c\20SkSL::Type\20const&\2c\20signed\20char\29 -7252:SkSL::Transform::\28anonymous\20namespace\29::BuiltinVariableScanner::addDeclaringElement\28SkSL::Symbol\20const*\29 -7253:SkSL::Transform::HoistSwitchVarDeclarationsAtTopLevel\28SkSL::Context\20const&\2c\20skia_private::STArray<2\2c\20std::__2::unique_ptr>\2c\20true>&\2c\20SkSL::SymbolTable&\2c\20SkSL::Position\29::HoistSwitchVarDeclsVisitor::visitStatementPtr\28std::__2::unique_ptr>&\29 -7254:SkSL::Transform::EliminateDeadGlobalVariables\28SkSL::Program&\29::$_0::operator\28\29\28std::__2::unique_ptr>\20const&\29\20const -7255:SkSL::Transform::EliminateDeadFunctions\28SkSL::Program&\29 -7256:SkSL::TernaryExpression::Make\28SkSL::Context\20const&\2c\20SkSL::Position\2c\20std::__2::unique_ptr>\2c\20std::__2::unique_ptr>\2c\20std::__2::unique_ptr>\29 -7257:SkSL::SymbolTable::moveSymbolTo\28SkSL::SymbolTable*\2c\20SkSL::Symbol*\2c\20SkSL::Context\20const&\29 -7258:SkSL::SymbolTable::isBuiltinType\28std::__2::basic_string_view>\29\20const -7259:SkSL::SymbolTable::insertNewParent\28\29 -7260:SkSL::SymbolTable::addWithoutOwnership\28SkSL::Symbol*\29 -7261:SkSL::Symbol::instantiate\28SkSL::Context\20const&\2c\20SkSL::Position\29\20const -7262:SkSL::SwitchStatement::Make\28SkSL::Context\20const&\2c\20SkSL::Position\2c\20std::__2::unique_ptr>\2c\20std::__2::unique_ptr>\29 -7263:SkSL::SwitchCase::Make\28SkSL::Position\2c\20long\20long\2c\20std::__2::unique_ptr>\29 -7264:SkSL::SwitchCase::MakeDefault\28SkSL::Position\2c\20std::__2::unique_ptr>\29 -7265:SkSL::StructType::StructType\28SkSL::Position\2c\20std::__2::basic_string_view>\2c\20skia_private::TArray\2c\20int\2c\20bool\2c\20bool\29 -7266:SkSL::String::vappendf\28std::__2::basic_string\2c\20std::__2::allocator>*\2c\20char\20const*\2c\20void*\29 -7267:SkSL::SingleArgumentConstructor::argumentSpan\28\29 -7268:SkSL::Setting::Make\28SkSL::Context\20const&\2c\20SkSL::Position\2c\20bool\20const\20SkSL::ShaderCaps::*\29 -7269:SkSL::RP::stack_usage\28SkSL::RP::Instruction\20const&\29 -7270:SkSL::RP::is_sliceable_swizzle\28SkSpan\29 -7271:SkSL::RP::is_immediate_op\28SkSL::RP::BuilderOp\29 -7272:SkSL::RP::UnownedLValueSlice::isWritable\28\29\20const -7273:SkSL::RP::UnownedLValueSlice::dynamicSlotRange\28\29 -7274:SkSL::RP::SwizzleLValue::~SwizzleLValue\28\29 -7275:SkSL::RP::ScratchLValue::~ScratchLValue\28\29 -7276:SkSL::RP::Program::appendStages\28SkRasterPipeline*\2c\20SkArenaAlloc*\2c\20SkSL::RP::Callbacks*\2c\20SkSpan\29\20const -7277:SkSL::RP::Program::appendStackRewind\28skia_private::TArray*\29\20const -7278:SkSL::RP::Program::appendCopyImmutableUnmasked\28skia_private::TArray*\2c\20SkArenaAlloc*\2c\20std::byte*\2c\20unsigned\20int\2c\20unsigned\20int\2c\20int\29\20const -7279:SkSL::RP::Program::appendAdjacentNWayTernaryOp\28skia_private::TArray*\2c\20SkArenaAlloc*\2c\20SkSL::RP::ProgramOp\2c\20std::byte*\2c\20unsigned\20int\2c\20unsigned\20int\2c\20unsigned\20int\2c\20int\29\20const -7280:SkSL::RP::Program::appendAdjacentNWayBinaryOp\28skia_private::TArray*\2c\20SkArenaAlloc*\2c\20SkSL::RP::ProgramOp\2c\20unsigned\20int\2c\20unsigned\20int\2c\20int\29\20const -7281:SkSL::RP::LValue::swizzle\28\29 -7282:SkSL::RP::ImmutableLValue::fixedSlotRange\28SkSL::RP::Generator*\29 -7283:SkSL::RP::Generator::writeVarDeclaration\28SkSL::VarDeclaration\20const&\29 -7284:SkSL::RP::Generator::writeFunction\28SkSL::IRNode\20const&\2c\20SkSL::FunctionDefinition\20const&\2c\20SkSpan>\20const>\29 -7285:SkSL::RP::Generator::storeImmutableValueToSlots\28skia_private::TArray\20const&\2c\20SkSL::RP::SlotRange\29 -7286:SkSL::RP::Generator::returnComplexity\28SkSL::FunctionDefinition\20const*\29 -7287:SkSL::RP::Generator::pushVariableReferencePartial\28SkSL::VariableReference\20const&\2c\20SkSL::RP::SlotRange\29 -7288:SkSL::RP::Generator::pushLengthIntrinsic\28int\29 -7289:SkSL::RP::Generator::pushLValueOrExpression\28SkSL::RP::LValue*\2c\20SkSL::Expression\20const&\29 -7290:SkSL::RP::Generator::pushIntrinsic\28SkSL::RP::BuilderOp\2c\20SkSL::Expression\20const&\2c\20SkSL::Expression\20const&\29 -7291:SkSL::RP::Generator::pushIntrinsic\28SkSL::IntrinsicKind\2c\20SkSL::Expression\20const&\2c\20SkSL::Expression\20const&\2c\20SkSL::Expression\20const&\29 -7292:SkSL::RP::Generator::pushImmutableData\28SkSL::Expression\20const&\29 -7293:SkSL::RP::Generator::getImmutableValueForExpression\28SkSL::Expression\20const&\2c\20skia_private::TArray*\29 -7294:SkSL::RP::Generator::getImmutableBitsForSlot\28SkSL::Expression\20const&\2c\20unsigned\20long\29 -7295:SkSL::RP::Generator::findPreexistingImmutableData\28skia_private::TArray\20const&\29 -7296:SkSL::RP::Generator::discardTraceScopeMask\28\29 -7297:SkSL::RP::DynamicIndexLValue::dynamicSlotRange\28\29 -7298:SkSL::RP::Builder::push_condition_mask\28\29 -7299:SkSL::RP::Builder::pop_slots_unmasked\28SkSL::RP::SlotRange\29 -7300:SkSL::RP::Builder::pop_condition_mask\28\29 -7301:SkSL::RP::Builder::pop_and_reenable_loop_mask\28\29 -7302:SkSL::RP::Builder::merge_loop_mask\28\29 -7303:SkSL::RP::Builder::merge_inv_condition_mask\28\29 -7304:SkSL::RP::Builder::mask_off_loop_mask\28\29 -7305:SkSL::RP::Builder::discard_stack\28int\2c\20int\29 -7306:SkSL::RP::Builder::copy_stack_to_slots_unmasked\28SkSL::RP::SlotRange\2c\20int\29 -7307:SkSL::RP::Builder::copy_stack_to_slots_unmasked\28SkSL::RP::SlotRange\29 -7308:SkSL::RP::Builder::copy_stack_to_slots\28SkSL::RP::SlotRange\29 -7309:SkSL::RP::Builder::branch_if_any_lanes_active\28int\29 -7310:SkSL::RP::AutoStack::pushClone\28SkSL::RP::SlotRange\2c\20int\29 -7311:SkSL::RP::AutoContinueMask::~AutoContinueMask\28\29 -7312:SkSL::RP::AutoContinueMask::exitLoopBody\28\29 -7313:SkSL::RP::AutoContinueMask::enterLoopBody\28\29 -7314:SkSL::RP::AutoContinueMask::enable\28\29 -7315:SkSL::ProgramUsage::remove\28SkSL::Expression\20const*\29 -7316:SkSL::ProgramUsage::get\28SkSL::FunctionDeclaration\20const&\29\20const -7317:SkSL::ProgramUsage::add\28SkSL::Statement\20const*\29 -7318:SkSL::ProgramUsage::add\28SkSL::Expression\20const*\29 -7319:SkSL::ProgramConfig::ProgramConfig\28\29 -7320:SkSL::Program::~Program\28\29 -7321:SkSL::PostfixExpression::Make\28SkSL::Context\20const&\2c\20SkSL::Position\2c\20std::__2::unique_ptr>\2c\20SkSL::Operator\29 -7322:SkSL::PipelineStage::PipelineStageCodeGenerator::functionName\28SkSL::FunctionDeclaration\20const&\2c\20int\29 -7323:SkSL::PipelineStage::PipelineStageCodeGenerator::functionDeclaration\28SkSL::FunctionDeclaration\20const&\29 -7324:SkSL::PipelineStage::PipelineStageCodeGenerator::forEachSpecialization\28SkSL::FunctionDeclaration\20const&\2c\20std::__2::function\20const&\29 -7325:SkSL::Parser::~Parser\28\29 -7326:SkSL::Parser::varDeclarations\28\29 -7327:SkSL::Parser::varDeclarationsPrefix\28SkSL::Parser::VarDeclarationsPrefix*\29 -7328:SkSL::Parser::varDeclarationsOrExpressionStatement\28\29 -7329:SkSL::Parser::switchCaseBody\28SkSL::ExpressionArray*\2c\20skia_private::STArray<2\2c\20std::__2::unique_ptr>\2c\20true>*\2c\20std::__2::unique_ptr>\29 -7330:SkSL::Parser::shiftExpression\28\29 -7331:SkSL::Parser::relationalExpression\28\29 -7332:SkSL::Parser::multiplicativeExpression\28\29 -7333:SkSL::Parser::logicalXorExpression\28\29 -7334:SkSL::Parser::logicalAndExpression\28\29 -7335:SkSL::Parser::localVarDeclarationEnd\28SkSL::Position\2c\20SkSL::Modifiers\20const&\2c\20SkSL::Type\20const*\2c\20SkSL::Token\29 -7336:SkSL::Parser::intLiteral\28long\20long*\29 -7337:SkSL::Parser::identifier\28std::__2::basic_string_view>*\29 -7338:SkSL::Parser::globalVarDeclarationEnd\28SkSL::Position\2c\20SkSL::Modifiers\20const&\2c\20SkSL::Type\20const*\2c\20SkSL::Token\29 -7339:SkSL::Parser::expressionStatement\28\29 -7340:SkSL::Parser::expectNewline\28\29 -7341:SkSL::Parser::equalityExpression\28\29 -7342:SkSL::Parser::directive\28bool\29 -7343:SkSL::Parser::declarations\28\29 -7344:SkSL::Parser::bitwiseXorExpression\28\29 -7345:SkSL::Parser::bitwiseOrExpression\28\29 -7346:SkSL::Parser::bitwiseAndExpression\28\29 -7347:SkSL::Parser::additiveExpression\28\29 -7348:SkSL::Parser::addGlobalVarDeclaration\28std::__2::unique_ptr>\29 -7349:SkSL::Parser::Parser\28SkSL::Compiler*\2c\20SkSL::ProgramSettings\20const&\2c\20SkSL::ProgramKind\2c\20std::__2::unique_ptr\2c\20std::__2::allocator>\2c\20std::__2::default_delete\2c\20std::__2::allocator>>>\29 -7350:SkSL::MultiArgumentConstructor::argumentSpan\28\29 -7351:SkSL::ModuleLoader::loadVertexModule\28SkSL::Compiler*\29 -7352:SkSL::ModuleLoader::loadSharedModule\28SkSL::Compiler*\29 -7353:SkSL::ModuleLoader::loadPublicModule\28SkSL::Compiler*\29 -7354:SkSL::ModuleLoader::loadFragmentModule\28SkSL::Compiler*\29 -7355:SkSL::ModuleLoader::Get\28\29 -7356:SkSL::Module::~Module\28\29 -7357:SkSL::MatrixType::bitWidth\28\29\20const -7358:SkSL::MakeRasterPipelineProgram\28SkSL::Program\20const&\2c\20SkSL::FunctionDefinition\20const&\2c\20SkSL::DebugTracePriv*\2c\20bool\29 -7359:SkSL::Layout::operator!=\28SkSL::Layout\20const&\29\20const -7360:SkSL::Layout::description\28\29\20const -7361:SkSL::Intrinsics::\28anonymous\20namespace\29::finalize_distance\28double\29 -7362:SkSL::Intrinsics::\28anonymous\20namespace\29::evaluate_matrixCompMult\28double\2c\20double\2c\20double\29 -7363:SkSL::Intrinsics::\28anonymous\20namespace\29::evaluate_length\28std::__2::array\20const&\29 -7364:SkSL::Intrinsics::\28anonymous\20namespace\29::evaluate_add\28SkSL::Context\20const&\2c\20std::__2::array\20const&\29 -7365:SkSL::Inliner::inlineStatement\28SkSL::Position\2c\20skia_private::THashMap>\2c\20SkGoodHash>*\2c\20SkSL::SymbolTable*\2c\20std::__2::unique_ptr>*\2c\20SkSL::Analysis::ReturnComplexity\2c\20SkSL::Statement\20const&\2c\20SkSL::ProgramUsage\20const&\2c\20bool\29 -7366:SkSL::Inliner::inlineExpression\28SkSL::Position\2c\20skia_private::THashMap>\2c\20SkGoodHash>*\2c\20SkSL::SymbolTable*\2c\20SkSL::Expression\20const&\29 -7367:SkSL::Inliner::buildCandidateList\28std::__2::vector>\2c\20std::__2::allocator>>>\20const&\2c\20SkSL::SymbolTable*\2c\20SkSL::ProgramUsage*\2c\20SkSL::InlineCandidateList*\29::$_1::operator\28\29\28SkSL::InlineCandidate\20const&\29\20const -7368:SkSL::Inliner::buildCandidateList\28std::__2::vector>\2c\20std::__2::allocator>>>\20const&\2c\20SkSL::SymbolTable*\2c\20SkSL::ProgramUsage*\2c\20SkSL::InlineCandidateList*\29::$_0::operator\28\29\28SkSL::InlineCandidate\20const&\29\20const -7369:SkSL::Inliner::InlinedCall::~InlinedCall\28\29 -7370:SkSL::IndexExpression::~IndexExpression\28\29 -7371:SkSL::IfStatement::~IfStatement\28\29 -7372:SkSL::IRHelpers::Ref\28SkSL::Variable\20const*\29\20const -7373:SkSL::IRHelpers::Mul\28std::__2::unique_ptr>\2c\20std::__2::unique_ptr>\29\20const -7374:SkSL::IRHelpers::Assign\28std::__2::unique_ptr>\2c\20std::__2::unique_ptr>\29\20const -7375:SkSL::GLSLCodeGenerator::writeVarDeclaration\28SkSL::VarDeclaration\20const&\2c\20bool\29 -7376:SkSL::GLSLCodeGenerator::writeProgramElement\28SkSL::ProgramElement\20const&\29 -7377:SkSL::GLSLCodeGenerator::writeMinAbsHack\28SkSL::Expression&\2c\20SkSL::Expression&\29 -7378:SkSL::GLSLCodeGenerator::generateCode\28\29 -7379:SkSL::FunctionDefinition::Convert\28SkSL::Context\20const&\2c\20SkSL::Position\2c\20SkSL::FunctionDeclaration\20const&\2c\20std::__2::unique_ptr>\29::Finalizer::visitStatementPtr\28std::__2::unique_ptr>&\29 -7380:SkSL::FunctionDefinition::Convert\28SkSL::Context\20const&\2c\20SkSL::Position\2c\20SkSL::FunctionDeclaration\20const&\2c\20std::__2::unique_ptr>\29::Finalizer::addLocalVariable\28SkSL::Variable\20const*\2c\20SkSL::Position\29 -7381:SkSL::FunctionDeclaration::~FunctionDeclaration\28\29_6298 -7382:SkSL::FunctionDeclaration::~FunctionDeclaration\28\29 -7383:SkSL::FunctionDeclaration::mangledName\28\29\20const -7384:SkSL::FunctionDeclaration::getMainInputColorParameter\28\29\20const -7385:SkSL::FunctionDeclaration::getMainDestColorParameter\28\29\20const -7386:SkSL::FunctionDeclaration::determineFinalTypes\28SkSL::ExpressionArray\20const&\2c\20skia_private::STArray<8\2c\20SkSL::Type\20const*\2c\20true>*\2c\20SkSL::Type\20const**\29\20const -7387:SkSL::FunctionDeclaration::FunctionDeclaration\28SkSL::Context\20const&\2c\20SkSL::Position\2c\20SkSL::ModifierFlags\2c\20std::__2::basic_string_view>\2c\20skia_private::TArray\2c\20SkSL::Type\20const*\2c\20SkSL::IntrinsicKind\29 -7388:SkSL::FunctionCall::Make\28SkSL::Context\20const&\2c\20SkSL::Position\2c\20SkSL::Type\20const*\2c\20SkSL::FunctionDeclaration\20const&\2c\20SkSL::ExpressionArray\29 -7389:SkSL::FunctionCall::FunctionCall\28SkSL::Position\2c\20SkSL::Type\20const*\2c\20SkSL::FunctionDeclaration\20const*\2c\20SkSL::ExpressionArray\2c\20SkSL::FunctionCall\20const*\29 -7390:SkSL::FunctionCall::FindBestFunctionForCall\28SkSL::Context\20const&\2c\20SkSL::FunctionDeclaration\20const*\2c\20SkSL::ExpressionArray\20const&\29 -7391:SkSL::FunctionCall::Convert\28SkSL::Context\20const&\2c\20SkSL::Position\2c\20SkSL::FunctionDeclaration\20const&\2c\20SkSL::ExpressionArray\29 -7392:SkSL::ForStatement::~ForStatement\28\29 -7393:SkSL::ForStatement::Convert\28SkSL::Context\20const&\2c\20SkSL::Position\2c\20SkSL::ForLoopPositions\2c\20std::__2::unique_ptr>\2c\20std::__2::unique_ptr>\2c\20std::__2::unique_ptr>\2c\20std::__2::unique_ptr>\2c\20std::__2::unique_ptr>\29 -7394:SkSL::FindIntrinsicKind\28std::__2::basic_string_view>\29 -7395:SkSL::FieldAccess::~FieldAccess\28\29_6175 -7396:SkSL::FieldAccess::~FieldAccess\28\29 -7397:SkSL::FieldAccess::description\28SkSL::OperatorPrecedence\29\20const -7398:SkSL::FieldAccess::FieldAccess\28SkSL::Position\2c\20std::__2::unique_ptr>\2c\20int\2c\20SkSL::FieldAccessOwnerKind\29 -7399:SkSL::ExtendedVariable::~ExtendedVariable\28\29 -7400:SkSL::Expression::isFloatLiteral\28\29\20const -7401:SkSL::Expression::coercionCost\28SkSL::Type\20const&\29\20const -7402:SkSL::DoStatement::~DoStatement\28\29_6164 -7403:SkSL::DoStatement::Make\28SkSL::Context\20const&\2c\20SkSL::Position\2c\20std::__2::unique_ptr>\2c\20std::__2::unique_ptr>\29 -7404:SkSL::DiscardStatement::Make\28SkSL::Context\20const&\2c\20SkSL::Position\29 -7405:SkSL::ContinueStatement::Make\28SkSL::Position\29 -7406:SkSL::ConstructorStruct::Make\28SkSL::Context\20const&\2c\20SkSL::Position\2c\20SkSL::Type\20const&\2c\20SkSL::ExpressionArray\29 -7407:SkSL::ConstructorScalarCast::Convert\28SkSL::Context\20const&\2c\20SkSL::Position\2c\20SkSL::Type\20const&\2c\20SkSL::ExpressionArray\29 -7408:SkSL::ConstructorMatrixResize::Make\28SkSL::Context\20const&\2c\20SkSL::Position\2c\20SkSL::Type\20const&\2c\20std::__2::unique_ptr>\29 -7409:SkSL::Constructor::Convert\28SkSL::Context\20const&\2c\20SkSL::Position\2c\20SkSL::Type\20const&\2c\20SkSL::ExpressionArray\29 -7410:SkSL::Compiler::resetErrors\28\29 -7411:SkSL::Compiler::initializeContext\28SkSL::Module\20const*\2c\20SkSL::ProgramKind\2c\20SkSL::ProgramSettings\2c\20std::__2::basic_string_view>\2c\20SkSL::ModuleType\29 -7412:SkSL::Compiler::cleanupContext\28\29 -7413:SkSL::CoercionCost::operator<\28SkSL::CoercionCost\29\20const -7414:SkSL::ChildCall::~ChildCall\28\29_6103 -7415:SkSL::ChildCall::~ChildCall\28\29 -7416:SkSL::ChildCall::Make\28SkSL::Context\20const&\2c\20SkSL::Position\2c\20SkSL::Type\20const*\2c\20SkSL::Variable\20const&\2c\20SkSL::ExpressionArray\29 -7417:SkSL::ChildCall::ChildCall\28SkSL::Position\2c\20SkSL::Type\20const*\2c\20SkSL::Variable\20const*\2c\20SkSL::ExpressionArray\29 -7418:SkSL::BreakStatement::Make\28SkSL::Position\29 -7419:SkSL::Block::Block\28SkSL::Position\2c\20skia_private::STArray<2\2c\20std::__2::unique_ptr>\2c\20true>\2c\20SkSL::Block::Kind\2c\20std::__2::unique_ptr>\29 -7420:SkSL::BinaryExpression::isAssignmentIntoVariable\28\29 -7421:SkSL::ArrayType::columns\28\29\20const -7422:SkSL::Analysis::\28anonymous\20namespace\29::LoopControlFlowVisitor::visitStatement\28SkSL::Statement\20const&\29 -7423:SkSL::Analysis::IsDynamicallyUniformExpression\28SkSL::Expression\20const&\29::IsDynamicallyUniformExpressionVisitor::visitExpression\28SkSL::Expression\20const&\29 -7424:SkSL::Analysis::IsDynamicallyUniformExpression\28SkSL::Expression\20const&\29 -7425:SkSL::Analysis::IsConstantExpression\28SkSL::Expression\20const&\29 -7426:SkSL::Analysis::IsCompileTimeConstant\28SkSL::Expression\20const&\29::IsCompileTimeConstantVisitor::visitExpression\28SkSL::Expression\20const&\29 -7427:SkSL::Analysis::IsAssignable\28SkSL::Expression&\2c\20SkSL::Analysis::AssignmentInfo*\2c\20SkSL::ErrorReporter*\29 -7428:SkSL::Analysis::HasSideEffects\28SkSL::Expression\20const&\29::HasSideEffectsVisitor::visitExpression\28SkSL::Expression\20const&\29 -7429:SkSL::Analysis::GetLoopUnrollInfo\28SkSL::Context\20const&\2c\20SkSL::Position\2c\20SkSL::ForLoopPositions\20const&\2c\20SkSL::Statement\20const*\2c\20std::__2::unique_ptr>*\2c\20SkSL::Expression\20const*\2c\20SkSL::Statement\20const*\2c\20SkSL::ErrorReporter*\29 -7430:SkSL::Analysis::GetLoopControlFlowInfo\28SkSL::Statement\20const&\29 -7431:SkSL::Analysis::ContainsVariable\28SkSL::Expression\20const&\2c\20SkSL::Variable\20const&\29::ContainsVariableVisitor::visitExpression\28SkSL::Expression\20const&\29 -7432:SkSL::Analysis::ContainsRTAdjust\28SkSL::Expression\20const&\29::ContainsRTAdjustVisitor::visitExpression\28SkSL::Expression\20const&\29 -7433:SkSL::Analysis::CheckProgramStructure\28SkSL::Program\20const&\29::ProgramStructureVisitor::visitProgramElement\28SkSL::ProgramElement\20const&\29 -7434:SkSL::AliasType::numberKind\28\29\20const -7435:SkSL::AliasType::isOrContainsBool\28\29\20const -7436:SkSL::AliasType::isOrContainsAtomic\28\29\20const -7437:SkSL::AliasType::isAllowedInES2\28\29\20const -7438:SkSBlockAllocator<80ul>::SkSBlockAllocator\28SkBlockAllocator::GrowthPolicy\2c\20unsigned\20long\29 -7439:SkRuntimeShader::~SkRuntimeShader\28\29 -7440:SkRuntimeEffectPriv::VarAsChild\28SkSL::Variable\20const&\2c\20int\29 -7441:SkRuntimeEffect::~SkRuntimeEffect\28\29 -7442:SkRuntimeEffect::getRPProgram\28SkSL::DebugTracePriv*\29\20const -7443:SkRuntimeEffect::MakeForShader\28SkString\2c\20SkRuntimeEffect::Options\20const&\29 -7444:SkRuntimeEffect::ChildPtr::type\28\29\20const -7445:SkRuntimeEffect::ChildPtr::shader\28\29\20const -7446:SkRuntimeEffect::ChildPtr::colorFilter\28\29\20const -7447:SkRuntimeEffect::ChildPtr::blender\28\29\20const -7448:SkRgnBuilder::collapsWithPrev\28\29 -7449:SkResourceCache::visitAll\28void\20\28*\29\28SkResourceCache::Rec\20const&\2c\20void*\29\2c\20void*\29 -7450:SkResourceCache::setTotalByteLimit\28unsigned\20long\29 -7451:SkResourceCache::release\28SkResourceCache::Rec*\29 -7452:SkResourceCache::purgeAll\28\29 -7453:SkResourceCache::newCachedData\28unsigned\20long\29 -7454:SkResourceCache::getEffectiveSingleAllocationByteLimit\28\29\20const -7455:SkResourceCache::find\28SkResourceCache::Key\20const&\2c\20bool\20\28*\29\28SkResourceCache::Rec\20const&\2c\20void*\29\2c\20void*\29 -7456:SkResourceCache::dump\28\29\20const -7457:SkResourceCache::add\28SkResourceCache::Rec*\2c\20void*\29 -7458:SkResourceCache::PostPurgeSharedID\28unsigned\20long\20long\29 -7459:SkResourceCache::NewCachedData\28unsigned\20long\29 -7460:SkResourceCache::GetDiscardableFactory\28\29 -7461:SkRescaleAndReadPixels\28SkBitmap\2c\20SkImageInfo\20const&\2c\20SkIRect\20const&\2c\20SkImage::RescaleGamma\2c\20SkImage::RescaleMode\2c\20void\20\28*\29\28void*\2c\20std::__2::unique_ptr>\29\2c\20void*\29::Result::~Result\28\29 -7462:SkRescaleAndReadPixels\28SkBitmap\2c\20SkImageInfo\20const&\2c\20SkIRect\20const&\2c\20SkImage::RescaleGamma\2c\20SkImage::RescaleMode\2c\20void\20\28*\29\28void*\2c\20std::__2::unique_ptr>\29\2c\20void*\29::Result::rowBytes\28int\29\20const -7463:SkRescaleAndReadPixels\28SkBitmap\2c\20SkImageInfo\20const&\2c\20SkIRect\20const&\2c\20SkImage::RescaleGamma\2c\20SkImage::RescaleMode\2c\20void\20\28*\29\28void*\2c\20std::__2::unique_ptr>\29\2c\20void*\29 -7464:SkRegion::quickContains\28SkIRect\20const&\29\20const -7465:SkRegion::op\28SkIRect\20const&\2c\20SkRegion::Op\29 -7466:SkRegion::getRuns\28int*\2c\20int*\29\20const -7467:SkRegion::Spanerator::Spanerator\28SkRegion\20const&\2c\20int\2c\20int\2c\20int\29 -7468:SkRegion::RunHead::ensureWritable\28\29 -7469:SkRegion::RunHead::computeRunBounds\28SkIRect*\29 -7470:SkRegion::RunHead::Alloc\28int\2c\20int\2c\20int\29 -7471:SkRegion::Oper\28SkRegion\20const&\2c\20SkRegion\20const&\2c\20SkRegion::Op\2c\20SkRegion*\29 -7472:SkRefCntBase::internal_dispose\28\29\20const -7473:SkReduceOrder::Conic\28SkConic\20const&\2c\20SkPoint*\29 -7474:SkRectPriv::Subtract\28SkIRect\20const&\2c\20SkIRect\20const&\2c\20SkIRect*\29 -7475:SkRectPriv::QuadContainsRect\28SkM44\20const&\2c\20SkRect\20const&\2c\20SkRect\20const&\2c\20float\29 -7476:SkRectPriv::QuadContainsRectMask\28SkM44\20const&\2c\20SkRect\20const&\2c\20SkRect\20const&\2c\20float\29 -7477:SkRectPriv::FitsInFixed\28SkRect\20const&\29 -7478:SkRectClipBlitter::requestRowsPreserved\28\29\20const -7479:SkRectClipBlitter::allocBlitMemory\28unsigned\20long\29 -7480:SkRect::roundOut\28SkRect*\29\20const -7481:SkRect::roundIn\28\29\20const -7482:SkRect::roundIn\28SkIRect*\29\20const -7483:SkRect::makeOffset\28float\2c\20float\29\20const -7484:SkRect::joinNonEmptyArg\28SkRect\20const&\29 -7485:SkRect::intersect\28SkRect\20const&\2c\20SkRect\20const&\29 -7486:SkRect::contains\28float\2c\20float\29\20const -7487:SkRect::contains\28SkIRect\20const&\29\20const -7488:SkRect*\20SkRecord::alloc\28unsigned\20long\29 -7489:SkRecords::FillBounds::popSaveBlock\28\29 -7490:SkRecords::FillBounds::popControl\28SkRect\20const&\29 -7491:SkRecords::FillBounds::AdjustForPaint\28SkPaint\20const*\2c\20SkRect*\29 -7492:SkRecordedDrawable::~SkRecordedDrawable\28\29 -7493:SkRecordOptimize\28SkRecord*\29 -7494:SkRecordFillBounds\28SkRect\20const&\2c\20SkRecord\20const&\2c\20SkRect*\2c\20SkBBoxHierarchy::Metadata*\29 -7495:SkRecordCanvas::onDrawTextBlob\28SkTextBlob\20const*\2c\20float\2c\20float\2c\20SkPaint\20const&\29 -7496:SkRecordCanvas::baseRecorder\28\29\20const -7497:SkRecord::~SkRecord\28\29 -7498:SkReadBuffer::skipByteArray\28unsigned\20long*\29 -7499:SkReadBuffer::readPad32\28void*\2c\20unsigned\20long\29 -7500:SkReadBuffer::SkReadBuffer\28void\20const*\2c\20unsigned\20long\29 -7501:SkRasterPipelineSpriteBlitter::~SkRasterPipelineSpriteBlitter\28\29 -7502:SkRasterPipelineContexts::UniformColorCtx*\20SkArenaAlloc::make\28\29 -7503:SkRasterPipelineContexts::TileCtx*\20SkArenaAlloc::make\28\29 -7504:SkRasterPipelineContexts::RewindCtx*\20SkArenaAlloc::make\28\29 -7505:SkRasterPipelineContexts::DecalTileCtx*\20SkArenaAlloc::make\28\29 -7506:SkRasterPipelineContexts::CopyIndirectCtx*\20SkArenaAlloc::make\28\29 -7507:SkRasterPipelineContexts::Conical2PtCtx*\20SkArenaAlloc::make\28\29 -7508:SkRasterPipelineBlitter::Create\28SkPixmap\20const&\2c\20SkPaint\20const&\2c\20SkRGBA4f<\28SkAlphaType\293>\20const&\2c\20SkArenaAlloc*\2c\20SkRasterPipeline\20const&\2c\20bool\2c\20bool\2c\20SkShader\20const*\29 -7509:SkRasterPipeline::buildPipeline\28SkRasterPipelineStage*\29\20const -7510:SkRasterPipeline::appendSetRGB\28SkArenaAlloc*\2c\20float\20const*\29 -7511:SkRasterPipeline::appendLoadDst\28SkColorType\2c\20SkRasterPipelineContexts::MemoryCtx\20const*\29 -7512:SkRasterClipStack::Rec::Rec\28SkRasterClip\20const&\29 -7513:SkRasterClip::setEmpty\28\29 -7514:SkRasterClip::computeIsRect\28\29\20const -7515:SkRandom::nextULessThan\28unsigned\20int\29 -7516:SkRTreeFactory::operator\28\29\28\29\20const -7517:SkRTree::~SkRTree\28\29 -7518:SkRTree::search\28SkRTree::Node*\2c\20SkRect\20const&\2c\20std::__2::vector>*\29\20const -7519:SkRTree::bulkLoad\28std::__2::vector>*\2c\20int\29 -7520:SkRTree::allocateNodeAtLevel\28unsigned\20short\29 -7521:SkRRectPriv::IsSimpleCircular\28SkRRect\20const&\29 -7522:SkRRectPriv::ConservativeIntersect\28SkRRect\20const&\2c\20SkRRect\20const&\29::$_2::operator\28\29\28SkRRect::Corner\2c\20SkPoint\20const&\2c\20SkPoint\20const&\29\20const -7523:SkRRectPriv::AllCornersCircular\28SkRRect\20const&\2c\20float\29 -7524:SkRRect::isValid\28\29\20const -7525:SkRRect::computeType\28\29 -7526:SkRGBA4f<\28SkAlphaType\292>\20skgpu::Swizzle::applyTo<\28SkAlphaType\292>\28SkRGBA4f<\28SkAlphaType\292>\29\20const -7527:SkRGBA4f<\28SkAlphaType\292>::unpremul\28\29\20const -7528:SkQuads::Roots\28double\2c\20double\2c\20double\29 -7529:SkQuadraticEdge::nextSegment\28\29 -7530:SkQuadConstruct::init\28float\2c\20float\29 -7531:SkPtrSet::add\28void*\29 -7532:SkPoint::Normalize\28SkPoint*\29 -7533:SkPixmap::readPixels\28SkPixmap\20const&\29\20const -7534:SkPixmap::readPixels\28SkImageInfo\20const&\2c\20void*\2c\20unsigned\20long\2c\20int\2c\20int\29\20const -7535:SkPixmap::erase\28unsigned\20int\29\20const -7536:SkPixmap::erase\28SkRGBA4f<\28SkAlphaType\293>\20const&\2c\20SkIRect\20const*\29\20const -7537:SkPixelRef::callGenIDChangeListeners\28\29 -7538:SkPictureRecorder::finishRecordingAsPicture\28\29 -7539:SkPictureRecorder::beginRecording\28SkRect\20const&\2c\20sk_sp\29 -7540:SkPictureRecord::fillRestoreOffsetPlaceholdersForCurrentStackLevel\28unsigned\20int\29 -7541:SkPictureRecord::endRecording\28\29 -7542:SkPictureRecord::beginRecording\28\29 -7543:SkPictureRecord::addPath\28SkPath\20const&\29 -7544:SkPictureRecord::addPathToHeap\28SkPath\20const&\29 -7545:SkPictureRecord::SkPictureRecord\28SkIRect\20const&\2c\20unsigned\20int\29 -7546:SkPictureImageGenerator::~SkPictureImageGenerator\28\29 -7547:SkPictureData::~SkPictureData\28\29 -7548:SkPictureData::flatten\28SkWriteBuffer&\29\20const -7549:SkPictureData::SkPictureData\28SkPictureRecord\20const&\2c\20SkPictInfo\20const&\29 -7550:SkPicture::SkPicture\28\29 -7551:SkPathWriter::moveTo\28\29 -7552:SkPathWriter::init\28\29 -7553:SkPathWriter::assemble\28\29 -7554:SkPathStroker::setQuadEndNormal\28SkPoint\20const*\2c\20SkPoint\20const&\2c\20SkPoint\20const&\2c\20SkPoint*\2c\20SkPoint*\29 -7555:SkPathStroker::cubicQuadEnds\28SkPoint\20const*\2c\20SkQuadConstruct*\29 -7556:SkPathRef::resetToSize\28int\2c\20int\2c\20int\2c\20int\2c\20int\2c\20int\29 -7557:SkPathRef::isRRect\28SkRRect*\2c\20bool*\2c\20unsigned\20int*\29\20const -7558:SkPathRef::isOval\28SkRect*\2c\20bool*\2c\20unsigned\20int*\29\20const -7559:SkPathRef::commonReset\28\29 -7560:SkPathRef::Iter::next\28SkPoint*\29 -7561:SkPathRef::CreateEmpty\28\29 -7562:SkPathPriv::PerspectiveClip\28SkPath\20const&\2c\20SkMatrix\20const&\2c\20SkPath*\29 -7563:SkPathPriv::LeadingMoveToCount\28SkPath\20const&\29 -7564:SkPathPriv::IsRRect\28SkPath\20const&\2c\20SkRRect*\2c\20SkPathDirection*\2c\20unsigned\20int*\29 -7565:SkPathPriv::IsOval\28SkPath\20const&\2c\20SkRect*\2c\20SkPathDirection*\2c\20unsigned\20int*\29 -7566:SkPathPriv::IsNestedFillRects\28SkPath\20const&\2c\20SkRect*\2c\20SkPathDirection*\29 -7567:SkPathPriv::CreateDrawArcPath\28SkPath*\2c\20SkArc\20const&\2c\20bool\29 -7568:SkPathOpsBounds::Intersects\28SkPathOpsBounds\20const&\2c\20SkPathOpsBounds\20const&\29 -7569:SkPathMeasure::~SkPathMeasure\28\29 -7570:SkPathMeasure::getSegment\28float\2c\20float\2c\20SkPathBuilder*\2c\20bool\29 -7571:SkPathMeasure::SkPathMeasure\28SkPath\20const&\2c\20bool\2c\20float\29 -7572:SkPathEffectBase::PointData::~PointData\28\29 -7573:SkPathEdgeIter::next\28\29::'lambda'\28\29::operator\28\29\28\29\20const -7574:SkPathBuilder::setLastPt\28float\2c\20float\29 -7575:SkPathBuilder::privateReversePathTo\28SkPath\20const&\29 -7576:SkPathBuilder::operator=\28SkPath\20const&\29 -7577:SkPathBuilder::computeBounds\28\29\20const -7578:SkPathBuilder::addRRect\28SkRRect\20const&\2c\20SkPathDirection\29 -7579:SkPathBuilder::addPath\28SkPath\20const&\2c\20SkPath::AddPathMode\29 -7580:SkPathBuilder::addOval\28SkRect\20const&\2c\20SkPathDirection\2c\20unsigned\20int\29 -7581:SkPathBuilder::addOval\28SkRect\20const&\2c\20SkPathDirection\29 -7582:SkPath::writeToMemory\28void*\29\20const -7583:SkPath::swap\28SkPath&\29 -7584:SkPath::rewind\28\29 -7585:SkPath::offset\28float\2c\20float\29 -7586:SkPath::makeTransform\28SkMatrix\20const&\2c\20SkApplyPerspectiveClip\29\20const -7587:SkPath::isRRect\28SkRRect*\29\20const -7588:SkPath::isOval\28SkRect*\29\20const -7589:SkPath::cubicTo\28float\2c\20float\2c\20float\2c\20float\2c\20float\2c\20float\29 -7590:SkPath::copyFields\28SkPath\20const&\29 -7591:SkPath::conservativelyContainsRect\28SkRect\20const&\29\20const -7592:SkPath::arcTo\28float\2c\20float\2c\20float\2c\20SkPath::ArcSize\2c\20SkPathDirection\2c\20float\2c\20float\29 -7593:SkPath::addRect\28float\2c\20float\2c\20float\2c\20float\2c\20SkPathDirection\29 -7594:SkPath::addRRect\28SkRRect\20const&\2c\20SkPathDirection\2c\20unsigned\20int\29 -7595:SkPath::addPoly\28SkSpan\2c\20bool\29 -7596:SkPaintToGrPaintWithBlend\28skgpu::ganesh::SurfaceDrawContext*\2c\20SkPaint\20const&\2c\20SkMatrix\20const&\2c\20SkBlender*\2c\20GrPaint*\29 -7597:SkPaintPriv::ShouldDither\28SkPaint\20const&\2c\20SkColorType\29 -7598:SkOpSpanBase::merge\28SkOpSpan*\29 -7599:SkOpSpanBase::initBase\28SkOpSegment*\2c\20SkOpSpan*\2c\20double\2c\20SkPoint\20const&\29 -7600:SkOpSpan::sortableTop\28SkOpContour*\29 -7601:SkOpSpan::setOppSum\28int\29 -7602:SkOpSpan::insertCoincidence\28SkOpSpan*\29 -7603:SkOpSpan::insertCoincidence\28SkOpSegment\20const*\2c\20bool\2c\20bool\29 -7604:SkOpSpan::init\28SkOpSegment*\2c\20SkOpSpan*\2c\20double\2c\20SkPoint\20const&\29 -7605:SkOpSpan::containsCoincidence\28SkOpSegment\20const*\29\20const -7606:SkOpSpan::computeWindSum\28\29 -7607:SkOpSegment::updateOppWindingReverse\28SkOpAngle\20const*\29\20const -7608:SkOpSegment::ptsDisjoint\28double\2c\20SkPoint\20const&\2c\20double\2c\20SkPoint\20const&\29\20const -7609:SkOpSegment::markWinding\28SkOpSpan*\2c\20int\29 -7610:SkOpSegment::isClose\28double\2c\20SkOpSegment\20const*\29\20const -7611:SkOpSegment::computeSum\28SkOpSpanBase*\2c\20SkOpSpanBase*\2c\20SkOpAngle::IncludeType\29 -7612:SkOpSegment::collapsed\28double\2c\20double\29\20const -7613:SkOpSegment::addExpanded\28double\2c\20SkOpSpanBase\20const*\2c\20bool*\29 -7614:SkOpSegment::activeWinding\28SkOpSpanBase*\2c\20SkOpSpanBase*\2c\20int*\29 -7615:SkOpSegment::activeOp\28int\2c\20int\2c\20SkOpSpanBase*\2c\20SkOpSpanBase*\2c\20SkPathOp\2c\20int*\2c\20int*\29 -7616:SkOpSegment::activeAngle\28SkOpSpanBase*\2c\20SkOpSpanBase**\2c\20SkOpSpanBase**\2c\20bool*\29 -7617:SkOpSegment::activeAngleInner\28SkOpSpanBase*\2c\20SkOpSpanBase**\2c\20SkOpSpanBase**\2c\20bool*\29 -7618:SkOpPtT::ptAlreadySeen\28SkOpPtT\20const*\29\20const -7619:SkOpEdgeBuilder::~SkOpEdgeBuilder\28\29 -7620:SkOpEdgeBuilder::preFetch\28\29 -7621:SkOpEdgeBuilder::finish\28\29 -7622:SkOpEdgeBuilder::SkOpEdgeBuilder\28SkPath\20const&\2c\20SkOpContourHead*\2c\20SkOpGlobalState*\29 -7623:SkOpContourBuilder::addQuad\28SkPoint*\29 -7624:SkOpContourBuilder::addLine\28SkPoint\20const*\29 -7625:SkOpContourBuilder::addCubic\28SkPoint*\29 -7626:SkOpContourBuilder::addConic\28SkPoint*\2c\20float\29 -7627:SkOpCoincidence::restoreHead\28\29 -7628:SkOpCoincidence::releaseDeleted\28SkCoincidentSpans*\29 -7629:SkOpCoincidence::mark\28\29 -7630:SkOpCoincidence::markCollapsed\28SkCoincidentSpans*\2c\20SkOpPtT*\29 -7631:SkOpCoincidence::fixUp\28SkCoincidentSpans*\2c\20SkOpPtT*\2c\20SkOpPtT\20const*\29 -7632:SkOpCoincidence::contains\28SkCoincidentSpans\20const*\2c\20SkOpSegment\20const*\2c\20SkOpSegment\20const*\2c\20double\29\20const -7633:SkOpCoincidence::checkOverlap\28SkCoincidentSpans*\2c\20SkOpSegment\20const*\2c\20SkOpSegment\20const*\2c\20double\2c\20double\2c\20double\2c\20double\2c\20SkTDArray*\29\20const -7634:SkOpCoincidence::addOrOverlap\28SkOpSegment*\2c\20SkOpSegment*\2c\20double\2c\20double\2c\20double\2c\20double\2c\20bool*\29 -7635:SkOpCoincidence::addMissing\28bool*\29 -7636:SkOpCoincidence::addEndMovedSpans\28SkOpSpan\20const*\2c\20SkOpSpanBase\20const*\29 -7637:SkOpAngle::tangentsDiverge\28SkOpAngle\20const*\2c\20double\29 -7638:SkOpAngle::setSpans\28\29 -7639:SkOpAngle::setSector\28\29 -7640:SkOpAngle::previous\28\29\20const -7641:SkOpAngle::midToSide\28SkOpAngle\20const*\2c\20bool*\29\20const -7642:SkOpAngle::merge\28SkOpAngle*\29 -7643:SkOpAngle::loopContains\28SkOpAngle\20const*\29\20const -7644:SkOpAngle::lineOnOneSide\28SkOpAngle\20const*\2c\20bool\29 -7645:SkOpAngle::findSector\28SkPath::Verb\2c\20double\2c\20double\29\20const -7646:SkOpAngle::endToSide\28SkOpAngle\20const*\2c\20bool*\29\20const -7647:SkOpAngle::checkCrossesZero\28\29\20const -7648:SkOpAngle::alignmentSameSide\28SkOpAngle\20const*\2c\20int*\29\20const -7649:SkOpAngle::after\28SkOpAngle*\29 -7650:SkOffsetSimplePolygon\28SkPoint\20const*\2c\20int\2c\20SkRect\20const&\2c\20float\2c\20SkTDArray*\2c\20SkTDArray*\29 -7651:SkOTUtils::LocalizedStrings_SingleName::~LocalizedStrings_SingleName\28\29 -7652:SkOTUtils::LocalizedStrings_NameTable::~LocalizedStrings_NameTable\28\29 -7653:SkNullBlitter*\20SkArenaAlloc::make\28\29 -7654:SkNotifyBitmapGenIDIsStale\28unsigned\20int\29 -7655:SkNoPixelsDevice::~SkNoPixelsDevice\28\29 -7656:SkNoPixelsDevice::SkNoPixelsDevice\28SkIRect\20const&\2c\20SkSurfaceProps\20const&\29 -7657:SkNoDestructor::SkNoDestructor\2c\20sk_sp>\28sk_sp&&\2c\20sk_sp&&\29 -7658:SkNVRefCnt::unref\28\29\20const -7659:SkNVRefCnt::unref\28\29\20const -7660:SkNVRefCnt::unref\28\29\20const -7661:SkNVRefCnt::unref\28\29\20const -7662:SkNVRefCnt::unref\28\29\20const -7663:SkModifyPaintAndDstForDrawImageRect\28SkImage\20const*\2c\20SkSamplingOptions\20const&\2c\20SkRect\2c\20SkRect\2c\20bool\2c\20SkPaint*\29 -7664:SkMipmapAccessor::SkMipmapAccessor\28SkImage_Base\20const*\2c\20SkMatrix\20const&\2c\20SkMipmapMode\29::$_1::operator\28\29\28SkPixmap\20const&\29\20const -7665:SkMipmap::~SkMipmap\28\29 -7666:SkMessageBus::Get\28\29 -7667:SkMeshSpecification::Attribute::Attribute\28SkMeshSpecification::Attribute\20const&\29 -7668:SkMeshPriv::CpuBuffer::~CpuBuffer\28\29 -7669:SkMeshPriv::CpuBuffer::size\28\29\20const -7670:SkMeshPriv::CpuBuffer::peek\28\29\20const -7671:SkMeshPriv::CpuBuffer::onUpdate\28GrDirectContext*\2c\20void\20const*\2c\20unsigned\20long\2c\20unsigned\20long\29 -7672:SkMemoryStream::~SkMemoryStream\28\29 -7673:SkMemoryStream::SkMemoryStream\28sk_sp\29 -7674:SkMatrixPriv::MapPointsWithStride\28SkMatrix\20const&\2c\20SkPoint*\2c\20unsigned\20long\2c\20int\29 -7675:SkMatrixPriv::IsScaleTranslateAsM33\28SkM44\20const&\29 -7676:SkMatrix::updateTranslateMask\28\29 -7677:SkMatrix::setTranslate\28float\2c\20float\29 -7678:SkMatrix::setScale\28float\2c\20float\29 -7679:SkMatrix::postSkew\28float\2c\20float\29 -7680:SkMatrix::mapVectors\28SkSpan\2c\20SkSpan\29\20const -7681:SkMatrix::mapRectScaleTranslate\28SkRect*\2c\20SkRect\20const&\29\20const -7682:SkMatrix::mapPointToHomogeneous\28SkPoint\29\20const -7683:SkMatrix::mapHomogeneousPoints\28SkSpan\2c\20SkSpan\29\20const -7684:SkMatrix::getMinScale\28\29\20const -7685:SkMatrix::computeTypeMask\28\29\20const -7686:SkMatrix*\20SkRecord::alloc\28unsigned\20long\29 -7687:SkMaskFilterBase::filterRects\28SkSpan\2c\20SkMatrix\20const&\2c\20SkRasterClip\20const&\2c\20SkBlitter*\2c\20SkResourceCache*\29\20const -7688:SkMaskFilterBase::NinePatch::~NinePatch\28\29 -7689:SkMask*\20SkTLazy::init\28unsigned\20char\20const*&&\2c\20SkIRect\20const&\2c\20unsigned\20int\20const&\2c\20SkMask::Format\20const&\29 -7690:SkMask*\20SkTLazy::init\28SkMaskBuilder&\29 -7691:SkMallocPixelRef::MakeAllocate\28SkImageInfo\20const&\2c\20unsigned\20long\29::PixelRef::~PixelRef\28\29 -7692:SkMakePixelRefWithProc\28int\2c\20int\2c\20unsigned\20long\2c\20void*\2c\20void\20\28*\29\28void*\2c\20void*\29\2c\20void*\29::PixelRef::~PixelRef\28\29 -7693:SkMakeBitmapShaderForPaint\28SkPaint\20const&\2c\20SkBitmap\20const&\2c\20SkTileMode\2c\20SkTileMode\2c\20SkSamplingOptions\20const&\2c\20SkMatrix\20const*\2c\20SkCopyPixelsMode\29 -7694:SkM44::preScale\28float\2c\20float\29 -7695:SkM44::preConcat\28SkM44\20const&\29 -7696:SkM44::postTranslate\28float\2c\20float\2c\20float\29 -7697:SkM44::isFinite\28\29\20const -7698:SkM44::RectToRect\28SkRect\20const&\2c\20SkRect\20const&\29 -7699:SkLinearColorSpaceLuminance::toLuma\28float\2c\20float\29\20const -7700:SkLineParameters::normalize\28\29 -7701:SkLineParameters::cubicEndPoints\28SkDCubic\20const&\29 -7702:SkLineClipper::ClipLine\28SkPoint\20const*\2c\20SkRect\20const&\2c\20SkPoint*\2c\20bool\29 -7703:SkLatticeIter::~SkLatticeIter\28\29 -7704:SkLatticeIter::next\28SkIRect*\2c\20SkRect*\2c\20bool*\2c\20unsigned\20int*\29 -7705:SkLatticeIter::SkLatticeIter\28SkCanvas::Lattice\20const&\2c\20SkRect\20const&\29 -7706:SkLRUCache>\2c\20skia::textlayout::ParagraphCache::KeyHash\2c\20SkNoOpPurge>::find\28skia::textlayout::ParagraphCacheKey\20const&\29 -7707:SkLRUCache>\2c\20GrGLGpu::ProgramCache::DescHash\2c\20SkNoOpPurge>::insert\28GrProgramDesc\20const&\2c\20std::__2::unique_ptr>\29 -7708:SkLRUCache>\2c\20GrGLGpu::ProgramCache::DescHash\2c\20SkNoOpPurge>::find\28GrProgramDesc\20const&\29 -7709:SkKnownRuntimeEffects::\28anonymous\20namespace\29::make_matrix_conv_shader\28SkKnownRuntimeEffects::\28anonymous\20namespace\29::MatrixConvolutionImpl\2c\20SkKnownRuntimeEffects::StableKey\29::$_0::operator\28\29\28int\2c\20SkRuntimeEffect::Options\20const&\29\20const -7710:SkIsSimplePolygon\28SkPoint\20const*\2c\20int\29 -7711:SkIsConvexPolygon\28SkPoint\20const*\2c\20int\29 -7712:SkInvert3x3Matrix\28float\20const*\2c\20float*\29 -7713:SkIntersections::quadVertical\28SkPoint\20const*\2c\20float\2c\20float\2c\20float\2c\20bool\29 -7714:SkIntersections::quadLine\28SkPoint\20const*\2c\20SkPoint\20const*\29 -7715:SkIntersections::quadHorizontal\28SkPoint\20const*\2c\20float\2c\20float\2c\20float\2c\20bool\29 -7716:SkIntersections::mostOutside\28double\2c\20double\2c\20SkDPoint\20const&\29\20const -7717:SkIntersections::lineVertical\28SkPoint\20const*\2c\20float\2c\20float\2c\20float\2c\20bool\29 -7718:SkIntersections::lineHorizontal\28SkPoint\20const*\2c\20float\2c\20float\2c\20float\2c\20bool\29 -7719:SkIntersections::intersect\28SkDCubic\20const&\2c\20SkDQuad\20const&\29 -7720:SkIntersections::intersect\28SkDCubic\20const&\2c\20SkDConic\20const&\29 -7721:SkIntersections::intersect\28SkDConic\20const&\2c\20SkDQuad\20const&\29 -7722:SkIntersections::insertCoincident\28double\2c\20double\2c\20SkDPoint\20const&\29 -7723:SkIntersections::cubicVertical\28SkPoint\20const*\2c\20float\2c\20float\2c\20float\2c\20bool\29 -7724:SkIntersections::cubicLine\28SkPoint\20const*\2c\20SkPoint\20const*\29 -7725:SkIntersections::cubicHorizontal\28SkPoint\20const*\2c\20float\2c\20float\2c\20float\2c\20bool\29 -7726:SkIntersections::conicVertical\28SkPoint\20const*\2c\20float\2c\20float\2c\20float\2c\20float\2c\20bool\29 -7727:SkIntersections::conicLine\28SkPoint\20const*\2c\20float\2c\20SkPoint\20const*\29 -7728:SkIntersections::conicHorizontal\28SkPoint\20const*\2c\20float\2c\20float\2c\20float\2c\20float\2c\20bool\29 -7729:SkImages::RasterFromPixmap\28SkPixmap\20const&\2c\20void\20\28*\29\28void\20const*\2c\20void*\29\2c\20void*\29 -7730:SkImages::RasterFromData\28SkImageInfo\20const&\2c\20sk_sp\2c\20unsigned\20long\29 -7731:SkImage_Raster::~SkImage_Raster\28\29 -7732:SkImage_Raster::onPeekMips\28\29\20const -7733:SkImage_Raster::onPeekBitmap\28\29\20const -7734:SkImage_Raster::SkImage_Raster\28SkBitmap\20const&\2c\20bool\29 -7735:SkImage_Picture::Make\28sk_sp\2c\20SkISize\20const&\2c\20SkMatrix\20const*\2c\20SkPaint\20const*\2c\20SkImages::BitDepth\2c\20sk_sp\2c\20SkSurfaceProps\29 -7736:SkImage_Lazy::~SkImage_Lazy\28\29 -7737:SkImage_Lazy::onMakeSurface\28SkRecorder*\2c\20SkImageInfo\20const&\29\20const -7738:SkImage_Lazy::onMakeColorTypeAndColorSpace\28SkColorType\2c\20sk_sp\2c\20GrDirectContext*\29\20const -7739:SkImage_GaneshBase::~SkImage_GaneshBase\28\29 -7740:SkImage_GaneshBase::onMakeSubset\28SkRecorder*\2c\20SkIRect\20const&\2c\20SkImage::RequiredProperties\29\20const -7741:SkImage_GaneshBase::makeColorTypeAndColorSpace\28SkRecorder*\2c\20SkColorType\2c\20sk_sp\2c\20SkImage::RequiredProperties\29\20const -7742:SkImage_GaneshBase::SkImage_GaneshBase\28sk_sp\2c\20SkImageInfo\2c\20unsigned\20int\29 -7743:SkImage_Base::onAsyncRescaleAndReadPixelsYUV420\28SkYUVColorSpace\2c\20bool\2c\20sk_sp\2c\20SkIRect\2c\20SkISize\2c\20SkImage::RescaleGamma\2c\20SkImage::RescaleMode\2c\20void\20\28*\29\28void*\2c\20std::__2::unique_ptr>\29\2c\20void*\29\20const -7744:SkImage_Base::onAsLegacyBitmap\28GrDirectContext*\2c\20SkBitmap*\29\20const -7745:SkImageShader::~SkImageShader\28\29 -7746:SkImageShader::appendStages\28SkStageRec\20const&\2c\20SkShaders::MatrixRec\20const&\29\20const::$_3::operator\28\29\28\28anonymous\20namespace\29::MipLevelHelper\20const*\29\20const -7747:SkImageShader::appendStages\28SkStageRec\20const&\2c\20SkShaders::MatrixRec\20const&\29\20const::$_1::operator\28\29\28\28anonymous\20namespace\29::MipLevelHelper\20const*\29\20const -7748:SkImageInfoValidConversion\28SkImageInfo\20const&\2c\20SkImageInfo\20const&\29 -7749:SkImageGenerator::SkImageGenerator\28SkImageInfo\20const&\2c\20unsigned\20int\29 -7750:SkImageFilters::Crop\28SkRect\20const&\2c\20sk_sp\29 -7751:SkImageFilters::Blur\28float\2c\20float\2c\20SkTileMode\2c\20sk_sp\2c\20SkImageFilters::CropRect\20const&\29 -7752:SkImageFilter_Base::getInputBounds\28skif::Mapping\20const&\2c\20skif::DeviceSpace\20const&\2c\20std::__2::optional>\29\20const -7753:SkImageFilter_Base::getCTMCapability\28\29\20const -7754:SkImageFilterCache::Get\28SkImageFilterCache::CreateIfNecessary\29 -7755:SkImageFilterCache::Create\28unsigned\20long\29 -7756:SkImage::~SkImage\28\29 -7757:SkImage::peekPixels\28SkPixmap*\29\20const -7758:SkIcuBreakIteratorCache::purgeIfNeeded\28\29 -7759:SkIcuBreakIteratorCache::makeBreakIterator\28SkUnicode::BreakType\2c\20char\20const*\29::'lambda'\28SkIcuBreakIteratorCache::Request\20const&\29::operator\28\29\28SkIcuBreakIteratorCache::Request\20const&\29\20const -7760:SkIcuBreakIteratorCache::Request::operator==\28SkIcuBreakIteratorCache::Request\20const&\29\20const -7761:SkIcuBreakIteratorCache::Request::Request\28SkUnicode::BreakType\2c\20char\20const*\29 -7762:SkIRect::offset\28SkIPoint\20const&\29 -7763:SkIRect::containsNoEmptyCheck\28SkIRect\20const&\29\20const -7764:SkGradientShader::MakeTwoPointConical\28SkPoint\20const&\2c\20float\2c\20SkPoint\20const&\2c\20float\2c\20unsigned\20int\20const*\2c\20float\20const*\2c\20int\2c\20SkTileMode\2c\20unsigned\20int\2c\20SkMatrix\20const*\29 -7765:SkGradientShader::MakeTwoPointConical\28SkPoint\20const&\2c\20float\2c\20SkPoint\20const&\2c\20float\2c\20SkRGBA4f<\28SkAlphaType\293>\20const*\2c\20sk_sp\2c\20float\20const*\2c\20int\2c\20SkTileMode\2c\20SkGradientShader::Interpolation\20const&\2c\20SkMatrix\20const*\29 -7766:SkGradientShader::MakeSweep\28float\2c\20float\2c\20unsigned\20int\20const*\2c\20float\20const*\2c\20int\2c\20SkTileMode\2c\20float\2c\20float\2c\20unsigned\20int\2c\20SkMatrix\20const*\29 -7767:SkGradientShader::MakeRadial\28SkPoint\20const&\2c\20float\2c\20unsigned\20int\20const*\2c\20float\20const*\2c\20int\2c\20SkTileMode\2c\20unsigned\20int\2c\20SkMatrix\20const*\29 -7768:SkGradientShader::MakeLinear\28SkPoint\20const*\2c\20unsigned\20int\20const*\2c\20float\20const*\2c\20int\2c\20SkTileMode\2c\20unsigned\20int\2c\20SkMatrix\20const*\29 -7769:SkGradientShader::MakeLinear\28SkPoint\20const*\2c\20SkRGBA4f<\28SkAlphaType\293>\20const*\2c\20sk_sp\2c\20float\20const*\2c\20int\2c\20SkTileMode\2c\20SkGradientShader::Interpolation\20const&\2c\20SkMatrix\20const*\29 -7770:SkGradientBaseShader::~SkGradientBaseShader\28\29 -7771:SkGradientBaseShader::getPos\28int\29\20const -7772:SkGradientBaseShader::AppendGradientFillStages\28SkRasterPipeline*\2c\20SkArenaAlloc*\2c\20SkRGBA4f<\28SkAlphaType\292>\20const*\2c\20float\20const*\2c\20int\29 -7773:SkGlyph::mask\28SkPoint\29\20const -7774:SkGlyph::ensureIntercepts\28float\20const*\2c\20float\2c\20float\2c\20float*\2c\20int*\2c\20SkArenaAlloc*\29::$_1::operator\28\29\28SkGlyph::Intercept\20const*\2c\20float*\2c\20int*\29\20const -7775:SkGenerateDistanceFieldFromA8Image\28unsigned\20char*\2c\20unsigned\20char\20const*\2c\20int\2c\20int\2c\20unsigned\20long\29 -7776:SkGaussFilter::SkGaussFilter\28double\29 -7777:SkFrameHolder::setAlphaAndRequiredFrame\28SkFrame*\29 -7778:SkFrame::fillIn\28SkCodec::FrameInfo*\2c\20bool\29\20const -7779:SkFontStyleSet_Custom::~SkFontStyleSet_Custom\28\29 -7780:SkFontStyleSet::CreateEmpty\28\29 -7781:SkFontScanner_FreeType::~SkFontScanner_FreeType\28\29 -7782:SkFontScanner_FreeType::scanInstance\28SkStreamAsset*\2c\20int\2c\20int\2c\20SkString*\2c\20SkFontStyle*\2c\20bool*\2c\20skia_private::STArray<4\2c\20SkFontParameters::Variation::Axis\2c\20true>*\2c\20skia_private::STArray<4\2c\20SkFontArguments::VariationPosition::Coordinate\2c\20true>*\29\20const -7783:SkFontScanner_FreeType::computeAxisValues\28skia_private::STArray<4\2c\20SkFontParameters::Variation::Axis\2c\20true>\20const&\2c\20SkFontArguments::VariationPosition\2c\20SkFontArguments::VariationPosition\2c\20int*\2c\20SkString\20const&\2c\20SkFontStyle*\29 -7784:SkFontScanner_FreeType::SkFontScanner_FreeType\28\29 -7785:SkFontPriv::MakeTextMatrix\28float\2c\20float\2c\20float\29 -7786:SkFontPriv::GetFontBounds\28SkFont\20const&\29 -7787:SkFontMgr_Custom::~SkFontMgr_Custom\28\29 -7788:SkFontMgr_Custom::onMakeFromStreamArgs\28std::__2::unique_ptr>\2c\20SkFontArguments\20const&\29\20const -7789:SkFontDescriptor::SkFontStyleWidthForWidthAxisValue\28float\29 -7790:SkFontData::~SkFontData\28\29 -7791:SkFontData::SkFontData\28std::__2::unique_ptr>\2c\20int\2c\20int\2c\20int\20const*\2c\20int\2c\20SkFontArguments::Palette::Override\20const*\2c\20int\29 -7792:SkFont::operator==\28SkFont\20const&\29\20const -7793:SkFont::getPaths\28SkSpan\2c\20void\20\28*\29\28SkPath\20const*\2c\20SkMatrix\20const&\2c\20void*\29\2c\20void*\29\20const -7794:SkFindCubicInflections\28SkPoint\20const*\2c\20float*\29 -7795:SkFindCubicExtrema\28float\2c\20float\2c\20float\2c\20float\2c\20float*\29 -7796:SkFindBisector\28SkPoint\2c\20SkPoint\29 -7797:SkFibBlockSizes<4294967295u>::SkFibBlockSizes\28unsigned\20int\2c\20unsigned\20int\29::'lambda0'\28\29::operator\28\29\28\29\20const -7798:SkFibBlockSizes<4294967295u>::SkFibBlockSizes\28unsigned\20int\2c\20unsigned\20int\29::'lambda'\28\29::operator\28\29\28\29\20const -7799:SkFILEStream::~SkFILEStream\28\29 -7800:SkExif::parse_ifd\28SkExif::Metadata&\2c\20sk_sp\2c\20std::__2::unique_ptr>\2c\20bool\2c\20bool\29 -7801:SkEvalQuadTangentAt\28SkPoint\20const*\2c\20float\29 -7802:SkEvalQuadAt\28SkPoint\20const*\2c\20float\2c\20SkPoint*\2c\20SkPoint*\29 -7803:SkEncodedInfo::makeImageInfo\28\29\20const -7804:SkEncodedInfo::Make\28int\2c\20int\2c\20SkEncodedInfo::Color\2c\20SkEncodedInfo::Alpha\2c\20int\2c\20std::__2::unique_ptr>\29 -7805:SkEmptyPicture::approximateBytesUsed\28\29\20const -7806:SkEdgeClipper::next\28SkPoint*\29 -7807:SkEdgeClipper::clipQuad\28SkPoint\20const*\2c\20SkRect\20const&\29 -7808:SkEdgeClipper::clipLine\28SkPoint\2c\20SkPoint\2c\20SkRect\20const&\29 -7809:SkEdgeClipper::appendCubic\28SkPoint\20const*\2c\20bool\29 -7810:SkEdgeClipper::ClipPath\28SkPath\20const&\2c\20SkRect\20const&\2c\20bool\2c\20void\20\28*\29\28SkEdgeClipper*\2c\20bool\2c\20void*\29\2c\20void*\29 -7811:SkEdgeBuilder::build\28SkPath\20const&\2c\20SkIRect\20const*\2c\20bool\29::$_1::operator\28\29\28SkPoint\20const*\29\20const -7812:SkEdgeBuilder::buildEdges\28SkPath\20const&\2c\20SkIRect\20const*\29 -7813:SkEdgeBuilder::SkEdgeBuilder\28\29 -7814:SkEdge::updateLine\28int\2c\20int\2c\20int\2c\20int\29 -7815:SkDynamicMemoryWStream::reset\28\29 -7816:SkDynamicMemoryWStream::Block::append\28void\20const*\2c\20unsigned\20long\29 -7817:SkDrawableList::newDrawableSnapshot\28\29 -7818:SkDrawTreatAsHairline\28SkPaint\20const&\2c\20SkMatrix\20const&\2c\20float*\29 -7819:SkDrawShadowMetrics::GetSpotShadowTransform\28SkPoint3\20const&\2c\20float\2c\20SkMatrix\20const&\2c\20SkPoint3\20const&\2c\20SkRect\20const&\2c\20bool\2c\20SkMatrix*\2c\20float*\29 -7820:SkDrawBase::drawRect\28SkRect\20const&\2c\20SkPaint\20const&\2c\20SkMatrix\20const*\2c\20SkRect\20const*\29\20const -7821:SkDrawBase::drawRRectNinePatch\28SkRRect\20const&\2c\20SkPaint\20const&\29\20const -7822:SkDrawBase::drawPath\28SkPath\20const&\2c\20SkPaint\20const&\2c\20SkMatrix\20const*\2c\20bool\2c\20SkDrawCoverage\2c\20SkBlitter*\29\20const -7823:SkDrawBase::drawPaint\28SkPaint\20const&\29\20const -7824:SkDrawBase::SkDrawBase\28SkDrawBase\20const&\29 -7825:SkDrawBase::DrawToMask\28SkPath\20const&\2c\20SkIRect\20const&\2c\20SkMaskFilter\20const*\2c\20SkMatrix\20const*\2c\20SkMaskBuilder*\2c\20SkMaskBuilder::CreateMode\2c\20SkStrokeRec::InitStyle\29 -7826:SkDraw::drawSprite\28SkBitmap\20const&\2c\20int\2c\20int\2c\20SkPaint\20const&\29\20const -7827:SkDraw::drawDevMask\28SkMask\20const&\2c\20SkPaint\20const&\2c\20SkMatrix\20const*\29\20const -7828:SkDraw::SkDraw\28SkDraw\20const&\29 -7829:SkDevice::setOrigin\28SkM44\20const&\2c\20int\2c\20int\29 -7830:SkDevice::setDeviceCoordinateSystem\28SkM44\20const&\2c\20SkM44\20const&\2c\20SkM44\20const&\2c\20int\2c\20int\29 -7831:SkDevice::drawShadow\28SkCanvas*\2c\20SkPath\20const&\2c\20SkDrawShadowRec\20const&\29 -7832:SkDevice::drawDevice\28SkDevice*\2c\20SkSamplingOptions\20const&\2c\20SkPaint\20const&\29 -7833:SkDevice::drawArc\28SkArc\20const&\2c\20SkPaint\20const&\29 -7834:SkDescriptor::addEntry\28unsigned\20int\2c\20unsigned\20long\2c\20void\20const*\29 -7835:SkDeque::push_back\28\29 -7836:SkDeque::allocateBlock\28int\29 -7837:SkDeque::Iter::Iter\28SkDeque\20const&\2c\20SkDeque::Iter::IterStart\29 -7838:SkData::shareSubset\28unsigned\20long\2c\20unsigned\20long\29::$_0::__invoke\28void\20const*\2c\20void*\29 -7839:SkDashPathEffect::Make\28SkSpan\2c\20float\29 -7840:SkDashPath::InternalFilter\28SkPathBuilder*\2c\20SkPath\20const&\2c\20SkStrokeRec*\2c\20SkRect\20const*\2c\20SkSpan\2c\20float\2c\20int\2c\20float\2c\20float\2c\20SkDashPath::StrokeRecApplication\29 -7841:SkDashPath::CalcDashParameters\28float\2c\20SkSpan\2c\20float*\2c\20unsigned\20long*\2c\20float*\2c\20float*\29 -7842:SkDashImpl::~SkDashImpl\28\29 -7843:SkDRect::setBounds\28SkDQuad\20const&\2c\20SkDQuad\20const&\2c\20double\2c\20double\29 -7844:SkDRect::setBounds\28SkDCubic\20const&\2c\20SkDCubic\20const&\2c\20double\2c\20double\29 -7845:SkDRect::setBounds\28SkDConic\20const&\2c\20SkDConic\20const&\2c\20double\2c\20double\29 -7846:SkDQuad::subDivide\28double\2c\20double\29\20const -7847:SkDQuad::otherPts\28int\2c\20SkDPoint\20const**\29\20const -7848:SkDQuad::isLinear\28int\2c\20int\29\20const -7849:SkDQuad::hullIntersects\28SkDQuad\20const&\2c\20bool*\29\20const -7850:SkDQuad::FindExtrema\28double\20const*\2c\20double*\29 -7851:SkDQuad::AddValidTs\28double*\2c\20int\2c\20double*\29 -7852:SkDPoint::roughlyEqual\28SkDPoint\20const&\29\20const -7853:SkDPoint::approximatelyDEqual\28SkDPoint\20const&\29\20const -7854:SkDCurveSweep::setCurveHullSweep\28SkPath::Verb\29 -7855:SkDCubic::monotonicInY\28\29\20const -7856:SkDCubic::monotonicInX\28\29\20const -7857:SkDCubic::hullIntersects\28SkDQuad\20const&\2c\20bool*\29\20const -7858:SkDCubic::hullIntersects\28SkDPoint\20const*\2c\20int\2c\20bool*\29\20const -7859:SkDCubic::Coefficients\28double\20const*\2c\20double*\2c\20double*\2c\20double*\2c\20double*\29 -7860:SkDConic::subDivide\28double\2c\20double\29\20const -7861:SkDConic::FindExtrema\28double\20const*\2c\20float\2c\20double*\29 -7862:SkCubics::RootsReal\28double\2c\20double\2c\20double\2c\20double\2c\20double*\29 -7863:SkCubicEdge::nextSegment\28\29 -7864:SkCubicClipper::ChopMonoAtY\28SkPoint\20const*\2c\20float\2c\20float*\29 -7865:SkCreateRasterPipelineBlitter\28SkPixmap\20const&\2c\20SkPaint\20const&\2c\20SkRasterPipeline\20const&\2c\20bool\2c\20SkArenaAlloc*\2c\20sk_sp\29 -7866:SkCreateRasterPipelineBlitter\28SkPixmap\20const&\2c\20SkPaint\20const&\2c\20SkMatrix\20const&\2c\20SkArenaAlloc*\2c\20sk_sp\2c\20SkSurfaceProps\20const&\29 -7867:SkContourMeasureIter::SkContourMeasureIter\28SkPath\20const&\2c\20bool\2c\20float\29 -7868:SkContourMeasureIter::Impl::compute_line_seg\28SkPoint\2c\20SkPoint\2c\20float\2c\20unsigned\20int\29 -7869:SkContourMeasure::~SkContourMeasure\28\29 -7870:SkContourMeasure::getSegment\28float\2c\20float\2c\20SkPathBuilder*\2c\20bool\29\20const -7871:SkConicalGradient::getCenterX1\28\29\20const -7872:SkConic::evalTangentAt\28float\29\20const -7873:SkConic::chop\28SkConic*\29\20const -7874:SkConic::chopIntoQuadsPOW2\28SkPoint*\2c\20int\29\20const -7875:SkConic::BuildUnitArc\28SkPoint\20const&\2c\20SkPoint\20const&\2c\20SkRotationDirection\2c\20SkMatrix\20const*\2c\20SkConic*\29 -7876:SkColorTypeValidateAlphaType\28SkColorType\2c\20SkAlphaType\2c\20SkAlphaType*\29 -7877:SkColorToPMColor4f\28unsigned\20int\2c\20GrColorInfo\20const&\29 -7878:SkColorSpaceXformColorFilter::~SkColorSpaceXformColorFilter\28\29 -7879:SkColorSpaceSingletonFactory::Make\28skcms_TransferFunction\20const&\2c\20skcms_Matrix3x3\20const&\29 -7880:SkColorSpaceLuminance::Fetch\28float\29 -7881:SkColorSpace::toProfile\28skcms_ICCProfile*\29\20const -7882:SkColorSpace::makeLinearGamma\28\29\20const -7883:SkColorSpace::gamutTransformTo\28SkColorSpace\20const*\2c\20skcms_Matrix3x3*\29\20const -7884:SkColorSpace::computeLazyDstFields\28\29\20const -7885:SkColorSpace::SkColorSpace\28skcms_TransferFunction\20const&\2c\20skcms_Matrix3x3\20const&\29 -7886:SkColorFilters::Compose\28sk_sp\20const&\2c\20sk_sp\29 -7887:SkColorFilters::Blend\28SkRGBA4f<\28SkAlphaType\293>\20const&\2c\20sk_sp\2c\20SkBlendMode\29 -7888:SkColorFilterShader::~SkColorFilterShader\28\29 -7889:SkColorFilterShader::flatten\28SkWriteBuffer&\29\20const -7890:SkColorFilterShader::Make\28sk_sp\2c\20float\2c\20sk_sp\29 -7891:SkColor4fXformer::~SkColor4fXformer\28\29 -7892:SkColor4fXformer::SkColor4fXformer\28SkGradientBaseShader\20const*\2c\20SkColorSpace*\2c\20bool\29 -7893:SkCoincidentSpans::contains\28SkOpPtT\20const*\2c\20SkOpPtT\20const*\29\20const -7894:SkCodec::startScanlineDecode\28SkImageInfo\20const&\2c\20SkCodec::Options\20const*\29 -7895:SkCodec::startIncrementalDecode\28SkImageInfo\20const&\2c\20void*\2c\20unsigned\20long\2c\20SkCodec::Options\20const*\29 -7896:SkCodec::onGetYUVAPlanes\28SkYUVAPixmaps\20const&\29 -7897:SkCodec::initializeColorXform\28SkImageInfo\20const&\2c\20SkEncodedInfo::Alpha\2c\20bool\29 -7898:SkChopQuadAtMaxCurvature\28SkPoint\20const*\2c\20SkPoint*\29 -7899:SkChopQuadAtHalf\28SkPoint\20const*\2c\20SkPoint*\29 -7900:SkChopCubicAt\28SkPoint\20const*\2c\20SkPoint*\2c\20float\2c\20float\29 -7901:SkChopCubicAtInflections\28SkPoint\20const*\2c\20SkPoint*\29 -7902:SkCharToGlyphCache::reset\28\29 -7903:SkCharToGlyphCache::findGlyphIndex\28int\29\20const -7904:SkCanvasVirtualEnforcer::SkCanvasVirtualEnforcer\28SkIRect\20const&\29 -7905:SkCanvasPriv::WriteLattice\28void*\2c\20SkCanvas::Lattice\20const&\29 -7906:SkCanvasPriv::GetDstClipAndMatrixCounts\28SkCanvas::ImageSetEntry\20const*\2c\20int\2c\20int*\2c\20int*\29 -7907:SkCanvas::setMatrix\28SkMatrix\20const&\29 -7908:SkCanvas::internalSaveLayer\28SkCanvas::SaveLayerRec\20const&\2c\20SkCanvas::SaveLayerStrategy\2c\20bool\29 -7909:SkCanvas::internalDrawPaint\28SkPaint\20const&\29 -7910:SkCanvas::getDeviceClipBounds\28\29\20const -7911:SkCanvas::experimental_DrawEdgeAAImageSet\28SkCanvas::ImageSetEntry\20const*\2c\20int\2c\20SkPoint\20const*\2c\20SkMatrix\20const*\2c\20SkSamplingOptions\20const&\2c\20SkPaint\20const*\2c\20SkCanvas::SrcRectConstraint\29 -7912:SkCanvas::drawTextBlob\28sk_sp\20const&\2c\20float\2c\20float\2c\20SkPaint\20const&\29 -7913:SkCanvas::drawTextBlob\28SkTextBlob\20const*\2c\20float\2c\20float\2c\20SkPaint\20const&\29 -7914:SkCanvas::drawPicture\28sk_sp\20const&\2c\20SkMatrix\20const*\2c\20SkPaint\20const*\29 -7915:SkCanvas::drawLine\28float\2c\20float\2c\20float\2c\20float\2c\20SkPaint\20const&\29 -7916:SkCanvas::drawImageLattice\28SkImage\20const*\2c\20SkCanvas::Lattice\20const&\2c\20SkRect\20const&\2c\20SkFilterMode\2c\20SkPaint\20const*\29 -7917:SkCanvas::drawDRRect\28SkRRect\20const&\2c\20SkRRect\20const&\2c\20SkPaint\20const&\29 -7918:SkCanvas::drawColor\28SkRGBA4f<\28SkAlphaType\293>\20const&\2c\20SkBlendMode\29 -7919:SkCanvas::drawArc\28SkRect\20const&\2c\20float\2c\20float\2c\20bool\2c\20SkPaint\20const&\29 -7920:SkCanvas::didTranslate\28float\2c\20float\29 -7921:SkCanvas::clipRRect\28SkRRect\20const&\2c\20SkClipOp\2c\20bool\29 -7922:SkCanvas::clipPath\28SkPath\20const&\2c\20SkClipOp\2c\20bool\29 -7923:SkCanvas::clipIRect\28SkIRect\20const&\2c\20SkClipOp\29 -7924:SkCachedData::setData\28void*\29 -7925:SkCachedData::internalUnref\28bool\29\20const -7926:SkCachedData::internalRef\28bool\29\20const -7927:SkCachedData::SkCachedData\28void*\2c\20unsigned\20long\29 -7928:SkCachedData::SkCachedData\28unsigned\20long\2c\20SkDiscardableMemory*\29 -7929:SkCTMShader::isOpaque\28\29\20const -7930:SkBulkGlyphMetricsAndPaths::glyphs\28SkSpan\29 -7931:SkBreakIterator_icu::~SkBreakIterator_icu\28\29 -7932:SkBlurMaskFilterImpl::filterRectMask\28SkMaskBuilder*\2c\20SkRect\20const&\2c\20SkMatrix\20const&\2c\20SkIPoint*\2c\20SkMaskBuilder::CreateMode\29\20const -7933:SkBlurMask::ComputeBlurredScanline\28unsigned\20char*\2c\20unsigned\20char\20const*\2c\20unsigned\20int\2c\20float\29 -7934:SkBlockAllocator::addBlock\28int\2c\20int\29 -7935:SkBlockAllocator::BlockIter::Item::advance\28SkBlockAllocator::Block*\29 -7936:SkBlitter::blitV\28int\2c\20int\2c\20int\2c\20unsigned\20char\29 -7937:SkBlitter::blitRectRegion\28SkIRect\20const&\2c\20SkRegion\20const&\29 -7938:SkBlitter::Choose\28SkPixmap\20const&\2c\20SkMatrix\20const&\2c\20SkPaint\20const&\2c\20SkArenaAlloc*\2c\20SkDrawCoverage\2c\20sk_sp\2c\20SkSurfaceProps\20const&\29 -7939:SkBlitter::ChooseSprite\28SkPixmap\20const&\2c\20SkPaint\20const&\2c\20SkPixmap\20const&\2c\20int\2c\20int\2c\20SkArenaAlloc*\2c\20sk_sp\29 -7940:SkBlenderBase::affectsTransparentBlack\28\29\20const -7941:SkBlendShader::~SkBlendShader\28\29_4650 -7942:SkBitmapDevice::~SkBitmapDevice\28\29 -7943:SkBitmapDevice::onPeekPixels\28SkPixmap*\29 -7944:SkBitmapDevice::getRasterHandle\28\29\20const -7945:SkBitmapDevice::drawRect\28SkRect\20const&\2c\20SkPaint\20const&\29 -7946:SkBitmapDevice::drawPath\28SkPath\20const&\2c\20SkPaint\20const&\2c\20bool\29 -7947:SkBitmapDevice::SkBitmapDevice\28skcpu::RecorderImpl*\2c\20SkBitmap\20const&\2c\20SkSurfaceProps\20const&\2c\20void*\29 -7948:SkBitmapCache::Rec::~Rec\28\29 -7949:SkBitmapCache::Rec::install\28SkBitmap*\29 -7950:SkBitmapCache::Rec::diagnostic_only_getDiscardable\28\29\20const -7951:SkBitmapCache::Find\28SkBitmapCacheDesc\20const&\2c\20SkBitmap*\29 -7952:SkBitmapCache::Alloc\28SkBitmapCacheDesc\20const&\2c\20SkImageInfo\20const&\2c\20SkPixmap*\29 -7953:SkBitmap::tryAllocPixels\28SkImageInfo\20const&\2c\20unsigned\20long\29 -7954:SkBitmap::readPixels\28SkPixmap\20const&\29\20const -7955:SkBitmap::makeShader\28SkTileMode\2c\20SkTileMode\2c\20SkSamplingOptions\20const&\2c\20SkMatrix\20const&\29\20const -7956:SkBitmap::installPixels\28SkPixmap\20const&\29 -7957:SkBitmap::eraseColor\28unsigned\20int\29\20const -7958:SkBitmap::allocPixels\28SkImageInfo\20const&\2c\20unsigned\20long\29 -7959:SkBinaryWriteBuffer::writeFlattenable\28SkFlattenable\20const*\29 -7960:SkBinaryWriteBuffer::writeColor4f\28SkRGBA4f<\28SkAlphaType\293>\20const&\29 -7961:SkBigPicture::~SkBigPicture\28\29 -7962:SkBigPicture::cullRect\28\29\20const -7963:SkBigPicture::SnapshotArray::~SnapshotArray\28\29 -7964:SkBigPicture::SkBigPicture\28SkRect\20const&\2c\20sk_sp\2c\20std::__2::unique_ptr>\2c\20sk_sp\2c\20unsigned\20long\29 -7965:SkBidiFactory::MakeIterator\28unsigned\20short\20const*\2c\20int\2c\20SkBidiIterator::Direction\29\20const -7966:SkBezierCubic::Subdivide\28double\20const*\2c\20double\2c\20double*\29 -7967:SkBasicEdgeBuilder::~SkBasicEdgeBuilder\28\29 -7968:SkBasicEdgeBuilder::recoverClip\28SkIRect\20const&\29\20const -7969:SkBaseShadowTessellator::releaseVertices\28\29 -7970:SkBaseShadowTessellator::handleQuad\28SkPoint\20const*\29 -7971:SkBaseShadowTessellator::handleQuad\28SkMatrix\20const&\2c\20SkPoint*\29 -7972:SkBaseShadowTessellator::handleLine\28SkMatrix\20const&\2c\20SkPoint*\29 -7973:SkBaseShadowTessellator::handleCubic\28SkMatrix\20const&\2c\20SkPoint*\29 -7974:SkBaseShadowTessellator::handleConic\28SkMatrix\20const&\2c\20SkPoint*\2c\20float\29 -7975:SkBaseShadowTessellator::finishPathPolygon\28\29 -7976:SkBaseShadowTessellator::computeConvexShadow\28float\2c\20float\2c\20bool\29 -7977:SkBaseShadowTessellator::computeConcaveShadow\28float\2c\20float\29 -7978:SkBaseShadowTessellator::clipUmbraPoint\28SkPoint\20const&\2c\20SkPoint\20const&\2c\20SkPoint*\29 -7979:SkBaseShadowTessellator::checkConvexity\28SkPoint\20const&\2c\20SkPoint\20const&\2c\20SkPoint\20const&\29 -7980:SkBaseShadowTessellator::appendQuad\28unsigned\20short\2c\20unsigned\20short\2c\20unsigned\20short\2c\20unsigned\20short\29 -7981:SkBaseShadowTessellator::addInnerPoint\28SkPoint\20const&\2c\20unsigned\20int\2c\20SkTDArray\20const&\2c\20int*\29 -7982:SkBaseShadowTessellator::addEdge\28SkPoint\20const&\2c\20SkPoint\20const&\2c\20unsigned\20int\2c\20SkTDArray\20const&\2c\20bool\2c\20bool\29 -7983:SkBaseShadowTessellator::addArc\28SkPoint\20const&\2c\20float\2c\20bool\29 -7984:SkBaseShadowTessellator::accumulateCentroid\28SkPoint\20const&\2c\20SkPoint\20const&\29 -7985:SkAutoSMalloc<1024ul>::reset\28unsigned\20long\2c\20SkAutoMalloc::OnShrink\2c\20bool*\29 -7986:SkAutoPixmapStorage::reset\28SkImageInfo\20const&\2c\20void\20const*\2c\20unsigned\20long\29 -7987:SkAutoMalloc::SkAutoMalloc\28unsigned\20long\29 -7988:SkAutoDescriptor::reset\28unsigned\20long\29 -7989:SkAutoDescriptor::reset\28SkDescriptor\20const&\29 -7990:SkAutoCanvasMatrixPaint::~SkAutoCanvasMatrixPaint\28\29 -7991:SkAutoCanvasMatrixPaint::SkAutoCanvasMatrixPaint\28SkCanvas*\2c\20SkMatrix\20const*\2c\20SkPaint\20const*\2c\20SkRect\20const&\29 -7992:SkAutoBlitterChoose::choose\28SkDrawBase\20const&\2c\20SkMatrix\20const*\2c\20SkPaint\20const&\2c\20SkDrawCoverage\29 -7993:SkArenaAlloc::ensureSpace\28unsigned\20int\2c\20unsigned\20int\29 -7994:SkAnimatedImage::~SkAnimatedImage\28\29 -7995:SkAnimatedImage::simple\28\29\20const -7996:SkAnimatedImage::getCurrentFrameSimple\28\29 -7997:SkAnimatedImage::decodeNextFrame\28\29 -7998:SkAnimatedImage::Make\28std::__2::unique_ptr>\2c\20SkImageInfo\20const&\2c\20SkIRect\2c\20sk_sp\29 -7999:SkAnimatedImage::Frame::operator=\28SkAnimatedImage::Frame&&\29 -8000:SkAnimatedImage::Frame::init\28SkImageInfo\20const&\2c\20SkAnimatedImage::Frame::OnInit\29 -8001:SkAndroidCodecAdapter::~SkAndroidCodecAdapter\28\29 -8002:SkAndroidCodec::~SkAndroidCodec\28\29 -8003:SkAndroidCodec::getAndroidPixels\28SkImageInfo\20const&\2c\20void*\2c\20unsigned\20long\2c\20SkAndroidCodec::AndroidOptions\20const*\29 -8004:SkAnalyticEdgeBuilder::combineVertical\28SkAnalyticEdge\20const*\2c\20SkAnalyticEdge*\29 -8005:SkAnalyticEdge::update\28int\29 -8006:SkAnalyticEdge::updateLine\28int\2c\20int\2c\20int\2c\20int\2c\20int\29 -8007:SkAnalyticEdge::setLine\28SkPoint\20const&\2c\20SkPoint\20const&\29 -8008:SkAlphaRuns::BreakAt\28short*\2c\20unsigned\20char*\2c\20int\29 -8009:SkAAClip::operator=\28SkAAClip\20const&\29 -8010:SkAAClip::op\28SkIRect\20const&\2c\20SkClipOp\29 -8011:SkAAClip::isRect\28\29\20const -8012:SkAAClip::RunHead::Iterate\28SkAAClip\20const&\29 -8013:SkAAClip::Builder::~Builder\28\29 -8014:SkAAClip::Builder::flushRow\28bool\29 -8015:SkAAClip::Builder::finish\28SkAAClip*\29 -8016:SkAAClip::Builder::Blitter::blitAntiH\28int\2c\20int\2c\20unsigned\20char\20const*\2c\20short\20const*\29 -8017:SkA8_Coverage_Blitter::~SkA8_Coverage_Blitter\28\29 -8018:SkA8_Coverage_Blitter*\20SkArenaAlloc::make\28SkPixmap\20const&\2c\20SkPaint\20const&\29 -8019:SkA8_Blitter::~SkA8_Blitter\28\29 -8020:SimpleVFilter16_C -8021:SimpleHFilter16_C -8022:ShiftBytes -8023:Shift -8024:SharedGenerator::Make\28std::__2::unique_ptr>\29 -8025:SetSuperRound -8026:RuntimeEffectRPCallbacks::applyColorSpaceXform\28SkColorSpaceXformSteps\20const&\2c\20void\20const*\29 -8027:RunBasedAdditiveBlitter::~RunBasedAdditiveBlitter\28\29_4112 -8028:RunBasedAdditiveBlitter::advanceRuns\28\29 -8029:RunBasedAdditiveBlitter::RunBasedAdditiveBlitter\28SkBlitter*\2c\20SkIRect\20const&\2c\20SkIRect\20const&\2c\20bool\29 -8030:RgnOper::addSpan\28int\2c\20int\20const*\2c\20int\20const*\29 -8031:ReflexHash::hash\28TriangulationVertex*\29\20const -8032:ReadImageInfo -8033:ReadHuffmanCode -8034:ReadBase128 -8035:PredictorAdd2_C -8036:PredictorAdd1_C -8037:PredictorAdd0_C -8038:PorterDuffXferProcessor::onIsEqual\28GrXferProcessor\20const&\29\20const -8039:PlaneCodeToDistance -8040:PathSegment::init\28\29 -8041:ParseSingleImage -8042:ParseHeadersInternal -8043:PS_Conv_Strtol -8044:PS_Conv_ASCIIHexDecode -8045:PDLCDXferProcessor::Make\28SkBlendMode\2c\20GrProcessorAnalysisColor\20const&\29 -8046:OffsetEdge::computeCrossingDistance\28OffsetEdge\20const*\29 -8047:OT::sbix::sanitize\28hb_sanitize_context_t*\29\20const -8048:OT::sbix::accelerator_t::reference_png\28hb_font_t*\2c\20unsigned\20int\2c\20int*\2c\20int*\2c\20unsigned\20int*\29\20const -8049:OT::sbix::accelerator_t::has_data\28\29\20const -8050:OT::sbix::accelerator_t::get_png_extents\28hb_font_t*\2c\20unsigned\20int\2c\20hb_glyph_extents_t*\2c\20bool\29\20const -8051:OT::post::sanitize\28hb_sanitize_context_t*\29\20const -8052:OT::maxp::sanitize\28hb_sanitize_context_t*\29\20const -8053:OT::kern::sanitize\28hb_sanitize_context_t*\29\20const -8054:OT::hmtxvmtx::accelerator_t::get_advance_with_var_unscaled\28unsigned\20int\2c\20hb_font_t*\2c\20float*\29\20const -8055:OT::head::sanitize\28hb_sanitize_context_t*\29\20const -8056:OT::hb_ot_layout_lookup_accelerator_t*\20OT::hb_ot_layout_lookup_accelerator_t::create\28OT::Layout::GSUB_impl::SubstLookup\20const&\29 -8057:OT::hb_ot_apply_context_t::skipping_iterator_t::may_skip\28hb_glyph_info_t\20const&\29\20const -8058:OT::hb_ot_apply_context_t::skipping_iterator_t::init\28OT::hb_ot_apply_context_t*\2c\20bool\29 -8059:OT::hb_ot_apply_context_t::matcher_t::may_skip\28OT::hb_ot_apply_context_t\20const*\2c\20hb_glyph_info_t\20const&\29\20const -8060:OT::hb_kern_machine_t::kern\28hb_font_t*\2c\20hb_buffer_t*\2c\20unsigned\20int\2c\20bool\29\20const -8061:OT::hb_accelerate_subtables_context_t::return_t\20OT::Context::dispatch\28OT::hb_accelerate_subtables_context_t*\29\20const -8062:OT::hb_accelerate_subtables_context_t::return_t\20OT::ChainContext::dispatch\28OT::hb_accelerate_subtables_context_t*\29\20const -8063:OT::gvar_GVAR\2c\201735811442u>::sanitize_shallow\28hb_sanitize_context_t*\29\20const -8064:OT::gvar_GVAR\2c\201735811442u>::get_offset\28unsigned\20int\2c\20unsigned\20int\29\20const -8065:OT::gvar_GVAR\2c\201735811442u>::accelerator_t::infer_delta\28hb_array_t\2c\20hb_array_t\2c\20unsigned\20int\2c\20unsigned\20int\2c\20unsigned\20int\2c\20float\20contour_point_t::*\29 -8066:OT::glyf_impl::composite_iter_tmpl::set_current\28OT::glyf_impl::CompositeGlyphRecord\20const*\29 -8067:OT::glyf_impl::composite_iter_tmpl::__next__\28\29 -8068:OT::glyf_impl::SimpleGlyph::read_points\28OT::IntType\20const*&\2c\20hb_array_t\2c\20OT::IntType\20const*\2c\20float\20contour_point_t::*\2c\20OT::glyf_impl::SimpleGlyph::simple_glyph_flag_t\2c\20OT::glyf_impl::SimpleGlyph::simple_glyph_flag_t\29 -8069:OT::glyf_impl::Glyph::get_composite_iterator\28\29\20const -8070:OT::glyf_impl::CompositeGlyphRecord::transform\28float\20const\20\28&\29\20\5b4\5d\2c\20hb_array_t\29 -8071:OT::glyf_impl::CompositeGlyphRecord::get_transformation\28float\20\28&\29\20\5b4\5d\2c\20contour_point_t&\29\20const -8072:OT::glyf_accelerator_t::get_extents\28hb_font_t*\2c\20unsigned\20int\2c\20hb_glyph_extents_t*\29\20const -8073:OT::fvar::sanitize\28hb_sanitize_context_t*\29\20const -8074:OT::cmap::sanitize\28hb_sanitize_context_t*\29\20const -8075:OT::cmap::accelerator_t::get_nominal_glyph\28unsigned\20int\2c\20unsigned\20int*\2c\20hb_cache_t<21u\2c\2016u\2c\208u\2c\20true>*\29\20const -8076:OT::cmap::accelerator_t::_cached_get\28unsigned\20int\2c\20unsigned\20int*\2c\20hb_cache_t<21u\2c\2016u\2c\208u\2c\20true>*\29\20const -8077:OT::cff2::sanitize\28hb_sanitize_context_t*\29\20const -8078:OT::cff2::accelerator_templ_t>::_fini\28\29 -8079:OT::cff1::sanitize\28hb_sanitize_context_t*\29\20const -8080:OT::cff1::accelerator_templ_t>::glyph_to_sid\28unsigned\20int\2c\20CFF::code_pair_t*\29\20const -8081:OT::cff1::accelerator_templ_t>::_fini\28\29 -8082:OT::cff1::accelerator_t::gname_t::cmp\28void\20const*\2c\20void\20const*\29 -8083:OT::avar::sanitize\28hb_sanitize_context_t*\29\20const -8084:OT::_hea::sanitize\28hb_sanitize_context_t*\29\20const -8085:OT::VariationDevice::get_delta\28hb_font_t*\2c\20OT::ItemVariationStore\20const&\2c\20float*\29\20const -8086:OT::VarSizedBinSearchArrayOf>>::operator\5b\5d\28int\29\20const -8087:OT::VarData::get_row_size\28\29\20const -8088:OT::VVAR::sanitize\28hb_sanitize_context_t*\29\20const -8089:OT::VORG::sanitize\28hb_sanitize_context_t*\29\20const -8090:OT::UnsizedArrayOf\2c\2014u>>\20const&\20OT::operator+\2c\201735811442u>>\2c\20\28void*\290>\28hb_blob_ptr_t\2c\201735811442u>>\20const&\2c\20OT::OffsetTo\2c\2014u>>\2c\20OT::IntType\2c\20void\2c\20false>\20const&\29 -8091:OT::TupleVariationHeader::get_size\28unsigned\20int\29\20const -8092:OT::TupleVariationData>::tuple_iterator_t::is_valid\28\29\20const -8093:OT::TupleVariationData>::decompile_points\28OT::IntType\20const*&\2c\20hb_vector_t&\2c\20OT::IntType\20const*\29 -8094:OT::SortedArrayOf\2c\20OT::IntType>::serialize\28hb_serialize_context_t*\2c\20unsigned\20int\29 -8095:OT::SVG::sanitize\28hb_sanitize_context_t*\29\20const -8096:OT::STAT::sanitize\28hb_sanitize_context_t*\29\20const -8097:OT::RuleSet::would_apply\28OT::hb_would_apply_context_t*\2c\20OT::ContextApplyLookupContext\20const&\29\20const -8098:OT::RuleSet::apply\28OT::hb_ot_apply_context_t*\2c\20OT::ContextApplyLookupContext\20const&\29\20const -8099:OT::ResourceMap::get_type_record\28unsigned\20int\29\20const -8100:OT::ResourceMap::get_type_count\28\29\20const -8101:OT::RecordArrayOf::find_index\28unsigned\20int\2c\20unsigned\20int*\29\20const -8102:OT::PaintTranslate::paint_glyph\28OT::hb_paint_context_t*\2c\20unsigned\20int\29\20const -8103:OT::PaintSolid::paint_glyph\28OT::hb_paint_context_t*\2c\20unsigned\20int\29\20const -8104:OT::PaintSkewAroundCenter::sanitize\28hb_sanitize_context_t*\29\20const -8105:OT::PaintSkewAroundCenter::paint_glyph\28OT::hb_paint_context_t*\2c\20unsigned\20int\29\20const -8106:OT::PaintSkew::paint_glyph\28OT::hb_paint_context_t*\2c\20unsigned\20int\29\20const -8107:OT::PaintScaleUniformAroundCenter::paint_glyph\28OT::hb_paint_context_t*\2c\20unsigned\20int\29\20const -8108:OT::PaintScaleUniform::paint_glyph\28OT::hb_paint_context_t*\2c\20unsigned\20int\29\20const -8109:OT::PaintScaleAroundCenter::paint_glyph\28OT::hb_paint_context_t*\2c\20unsigned\20int\29\20const -8110:OT::PaintScale::paint_glyph\28OT::hb_paint_context_t*\2c\20unsigned\20int\29\20const -8111:OT::PaintRotateAroundCenter::sanitize\28hb_sanitize_context_t*\29\20const -8112:OT::PaintRotateAroundCenter::paint_glyph\28OT::hb_paint_context_t*\2c\20unsigned\20int\29\20const -8113:OT::PaintRotate::sanitize\28hb_sanitize_context_t*\29\20const -8114:OT::PaintRotate::paint_glyph\28OT::hb_paint_context_t*\2c\20unsigned\20int\29\20const -8115:OT::OpenTypeFontFile::get_face\28unsigned\20int\2c\20unsigned\20int*\29\20const -8116:OT::OffsetTo>\2c\20OT::IntType\2c\20void\2c\20false>::sanitize_shallow\28hb_sanitize_context_t*\2c\20void\20const*\29\20const -8117:OT::OffsetTo\2c\20void\2c\20true>::sanitize_shallow\28hb_sanitize_context_t*\2c\20void\20const*\29\20const -8118:OT::OS2::sanitize\28hb_sanitize_context_t*\29\20const -8119:OT::MVAR::sanitize\28hb_sanitize_context_t*\29\20const -8120:OT::Lookup::serialize\28hb_serialize_context_t*\2c\20unsigned\20int\2c\20unsigned\20int\2c\20unsigned\20int\29 -8121:OT::Lookup*\20hb_serialize_context_t::extend_size\28OT::Lookup*\2c\20unsigned\20long\2c\20bool\29 -8122:OT::Layout::propagate_attachment_offsets\28hb_glyph_position_t*\2c\20unsigned\20int\2c\20unsigned\20int\2c\20hb_direction_t\2c\20unsigned\20int\29 -8123:OT::Layout::GSUB_impl::LigatureSubstFormat1_2::_apply\28OT::hb_ot_apply_context_t*\2c\20bool\29\20const -8124:OT::Layout::GPOS_impl::reverse_cursive_minor_offset\28hb_glyph_position_t*\2c\20unsigned\20int\2c\20hb_direction_t\2c\20unsigned\20int\29 -8125:OT::Layout::GPOS_impl::ValueFormat::sanitize_value_devices\28hb_sanitize_context_t*\2c\20OT::Layout::GPOS_impl::ValueBase\20const*\2c\20OT::IntType\20const*\29\20const -8126:OT::Layout::GPOS_impl::PairPosFormat2_4::_apply\28OT::hb_ot_apply_context_t*\2c\20bool\29\20const -8127:OT::Layout::GPOS_impl::PairPosFormat1_3::_apply\28OT::hb_ot_apply_context_t*\2c\20bool\29\20const -8128:OT::Layout::GPOS_impl::Anchor::sanitize\28hb_sanitize_context_t*\29\20const -8129:OT::Layout::Common::RangeRecord\20const&\20OT::SortedArrayOf\2c\20OT::IntType>::bsearch\28unsigned\20int\20const&\2c\20OT::Layout::Common::RangeRecord\20const&\29\20const -8130:OT::Layout::Common::CoverageFormat2_4*\20hb_serialize_context_t::extend_min>\28OT::Layout::Common::CoverageFormat2_4*\29 -8131:OT::Layout::Common::Coverage::sanitize\28hb_sanitize_context_t*\29\20const -8132:OT::Layout::Common::Coverage::get_population\28\29\20const -8133:OT::LangSys::sanitize\28hb_sanitize_context_t*\2c\20OT::Record_sanitize_closure_t\20const*\29\20const -8134:OT::IndexSubtableRecord::get_image_data\28unsigned\20int\2c\20void\20const*\2c\20unsigned\20int*\2c\20unsigned\20int*\2c\20unsigned\20int*\29\20const -8135:OT::IndexArray::get_indexes\28unsigned\20int\2c\20unsigned\20int*\2c\20unsigned\20int*\29\20const -8136:OT::HintingDevice::get_delta\28unsigned\20int\2c\20int\29\20const -8137:OT::HVARVVAR::get_advance_delta_unscaled\28unsigned\20int\2c\20int\20const*\2c\20unsigned\20int\2c\20float*\29\20const -8138:OT::GSUBGPOS::get_script_list\28\29\20const -8139:OT::GSUBGPOS::get_feature_variations\28\29\20const -8140:OT::GSUBGPOS::accelerator_t::get_accel\28unsigned\20int\29\20const -8141:OT::GDEF::sanitize\28hb_sanitize_context_t*\29\20const -8142:OT::GDEF::get_var_store\28\29\20const -8143:OT::GDEF::get_mark_glyph_sets\28\29\20const -8144:OT::GDEF::accelerator_t::get_glyph_props\28unsigned\20int\29\20const -8145:OT::Feature::sanitize\28hb_sanitize_context_t*\2c\20OT::Record_sanitize_closure_t\20const*\29\20const -8146:OT::ContextFormat2_5::_apply\28OT::hb_ot_apply_context_t*\2c\20bool\29\20const -8147:OT::Condition::sanitize\28hb_sanitize_context_t*\29\20const -8148:OT::ColorStop::get_color_stop\28OT::hb_paint_context_t*\2c\20hb_color_stop_t*\2c\20unsigned\20int\2c\20OT::ItemVarStoreInstancer\20const&\29\20const -8149:OT::ColorLine::static_get_extend\28hb_color_line_t*\2c\20void*\2c\20void*\29 -8150:OT::CmapSubtableLongSegmented::get_glyph\28unsigned\20int\2c\20unsigned\20int*\29\20const -8151:OT::CmapSubtableLongGroup\20const&\20OT::SortedArrayOf>::bsearch\28unsigned\20int\20const&\2c\20OT::CmapSubtableLongGroup\20const&\29\20const -8152:OT::CmapSubtableFormat4::accelerator_t::init\28OT::CmapSubtableFormat4\20const*\29 -8153:OT::CmapSubtableFormat4::accelerator_t::get_glyph\28unsigned\20int\2c\20unsigned\20int*\29\20const -8154:OT::ClipBoxFormat1::get_clip_box\28OT::ClipBoxData&\2c\20OT::ItemVarStoreInstancer\20const&\29\20const -8155:OT::ClassDef::get_class\28unsigned\20int\2c\20hb_cache_t<15u\2c\208u\2c\207u\2c\20true>*\29\20const -8156:OT::ChainRuleSet::would_apply\28OT::hb_would_apply_context_t*\2c\20OT::ChainContextApplyLookupContext\20const&\29\20const -8157:OT::ChainRuleSet::apply\28OT::hb_ot_apply_context_t*\2c\20OT::ChainContextApplyLookupContext\20const&\29\20const -8158:OT::ChainContextFormat2_5::_apply\28OT::hb_ot_apply_context_t*\2c\20bool\29\20const -8159:OT::CPAL::sanitize\28hb_sanitize_context_t*\29\20const -8160:OT::COLR::sanitize\28hb_sanitize_context_t*\29\20const -8161:OT::COLR::get_var_store_ptr\28\29\20const -8162:OT::COLR::get_delta_set_index_map_ptr\28\29\20const -8163:OT::COLR::get_base_glyph_paint\28unsigned\20int\29\20const -8164:OT::COLR::accelerator_t::has_data\28\29\20const -8165:OT::COLR::accelerator_t::acquire_scratch\28\29\20const -8166:OT::CBLC::sanitize\28hb_sanitize_context_t*\29\20const -8167:OT::CBLC::choose_strike\28hb_font_t*\29\20const -8168:OT::CBDT::sanitize\28hb_sanitize_context_t*\29\20const -8169:OT::CBDT::accelerator_t::get_extents\28hb_font_t*\2c\20unsigned\20int\2c\20hb_glyph_extents_t*\2c\20bool\29\20const -8170:OT::BitmapSizeTable::find_table\28unsigned\20int\2c\20void\20const*\2c\20void\20const**\29\20const -8171:OT::ArrayOf\2c\20void\2c\20true>\2c\20OT::IntType>::sanitize_shallow\28hb_sanitize_context_t*\29\20const -8172:OT::ArrayOf>::sanitize_shallow\28hb_sanitize_context_t*\29\20const -8173:OT::ArrayOf\2c\20OT::IntType>::sanitize_shallow\28hb_sanitize_context_t*\29\20const -8174:OT::ArrayOf>::sanitize_shallow\28hb_sanitize_context_t*\29\20const -8175:OT::ArrayOf>>::sanitize_shallow\28hb_sanitize_context_t*\29\20const -8176:OT::Affine2x3::paint_glyph\28OT::hb_paint_context_t*\2c\20unsigned\20int\29\20const -8177:NeedsFilter_C -8178:NeedsFilter2_C -8179:MaskValue*\20SkTLazy::init\28MaskValue\20const&\29 -8180:MakeRasterCopyPriv\28SkPixmap\20const&\2c\20unsigned\20int\29 -8181:Load_SBit_Png -8182:LineQuadraticIntersections::verticalIntersect\28double\2c\20double*\29 -8183:LineQuadraticIntersections::intersectRay\28double*\29 -8184:LineQuadraticIntersections::horizontalIntersect\28double\2c\20double*\29 -8185:LineCubicIntersections::intersectRay\28double*\29 -8186:LineCubicIntersections::VerticalIntersect\28SkDCubic\20const&\2c\20double\2c\20double*\29 -8187:LineCubicIntersections::HorizontalIntersect\28SkDCubic\20const&\2c\20double\2c\20double*\29 -8188:LineConicIntersections::verticalIntersect\28double\2c\20double*\29 -8189:LineConicIntersections::intersectRay\28double*\29 -8190:LineConicIntersections::horizontalIntersect\28double\2c\20double*\29 -8191:Ins_UNKNOWN -8192:Ins_SxVTL -8193:InitializeCompoundDictionaryCopy -8194:Hev -8195:HandleCoincidence\28SkOpContourHead*\2c\20SkOpCoincidence*\29 -8196:GrWritePixelsTask::~GrWritePixelsTask\28\29 -8197:GrWindowRectsState::operator=\28GrWindowRectsState\20const&\29 -8198:GrWindowRectsState::operator==\28GrWindowRectsState\20const&\29\20const -8199:GrWindowRectangles::GrWindowRectangles\28GrWindowRectangles\20const&\29 -8200:GrWaitRenderTask::~GrWaitRenderTask\28\29 -8201:GrVertexBufferAllocPool::makeSpace\28unsigned\20long\2c\20int\2c\20sk_sp*\2c\20int*\29 -8202:GrVertexBufferAllocPool::makeSpaceAtLeast\28unsigned\20long\2c\20int\2c\20int\2c\20sk_sp*\2c\20int*\2c\20int*\29 -8203:GrTriangulator::polysToTriangles\28GrTriangulator::Poly*\2c\20SkPathFillType\2c\20skgpu::VertexWriter\29\20const -8204:GrTriangulator::polysToTriangles\28GrTriangulator::Poly*\2c\20GrEagerVertexAllocator*\29\20const -8205:GrTriangulator::mergeEdgesBelow\28GrTriangulator::Edge*\2c\20GrTriangulator::Edge*\2c\20GrTriangulator::EdgeList*\2c\20GrTriangulator::Vertex**\2c\20GrTriangulator::Comparator\20const&\29\20const -8206:GrTriangulator::mergeEdgesAbove\28GrTriangulator::Edge*\2c\20GrTriangulator::Edge*\2c\20GrTriangulator::EdgeList*\2c\20GrTriangulator::Vertex**\2c\20GrTriangulator::Comparator\20const&\29\20const -8207:GrTriangulator::makeSortedVertex\28SkPoint\20const&\2c\20unsigned\20char\2c\20GrTriangulator::VertexList*\2c\20GrTriangulator::Vertex*\2c\20GrTriangulator::Comparator\20const&\29\20const -8208:GrTriangulator::makeEdge\28GrTriangulator::Vertex*\2c\20GrTriangulator::Vertex*\2c\20GrTriangulator::EdgeType\2c\20GrTriangulator::Comparator\20const&\29 -8209:GrTriangulator::computeBisector\28GrTriangulator::Edge*\2c\20GrTriangulator::Edge*\2c\20GrTriangulator::Vertex*\29\20const -8210:GrTriangulator::appendQuadraticToContour\28SkPoint\20const*\2c\20float\2c\20GrTriangulator::VertexList*\29\20const -8211:GrTriangulator::allocateMonotonePoly\28GrTriangulator::Edge*\2c\20GrTriangulator::Side\2c\20int\29 -8212:GrTriangulator::Edge::recompute\28\29 -8213:GrTriangulator::Edge::intersect\28GrTriangulator::Edge\20const&\2c\20SkPoint*\2c\20unsigned\20char*\29\20const -8214:GrTriangulator::CountPoints\28GrTriangulator::Poly*\2c\20SkPathFillType\29 -8215:GrTriangulator::BreadcrumbTriangleList::concat\28GrTriangulator::BreadcrumbTriangleList&&\29 -8216:GrTransferFromRenderTask::~GrTransferFromRenderTask\28\29 -8217:GrThreadSafeCache::makeNewEntryMRU\28GrThreadSafeCache::Entry*\29 -8218:GrThreadSafeCache::makeExistingEntryMRU\28GrThreadSafeCache::Entry*\29 -8219:GrThreadSafeCache::findVertsWithData\28skgpu::UniqueKey\20const&\29 -8220:GrThreadSafeCache::addVertsWithData\28skgpu::UniqueKey\20const&\2c\20sk_sp\2c\20bool\20\28*\29\28SkData*\2c\20SkData*\29\29 -8221:GrThreadSafeCache::Trampoline::~Trampoline\28\29 -8222:GrThreadSafeCache::Entry::set\28skgpu::UniqueKey\20const&\2c\20sk_sp\29 -8223:GrThreadSafeCache::Entry::makeEmpty\28\29 -8224:GrThreadSafeCache::CreateLazyView\28GrDirectContext*\2c\20GrColorType\2c\20SkISize\2c\20GrSurfaceOrigin\2c\20SkBackingFit\29 -8225:GrTextureResolveRenderTask::~GrTextureResolveRenderTask\28\29 -8226:GrTextureRenderTargetProxy::initSurfaceFlags\28GrCaps\20const&\29 -8227:GrTextureRenderTargetProxy::GrTextureRenderTargetProxy\28sk_sp\2c\20GrSurfaceProxy::UseAllocator\2c\20GrDDLProvider\29 -8228:GrTextureRenderTargetProxy::GrTextureRenderTargetProxy\28GrCaps\20const&\2c\20std::__2::function&&\2c\20GrBackendFormat\20const&\2c\20SkISize\2c\20int\2c\20skgpu::Mipmapped\2c\20GrMipmapStatus\2c\20SkBackingFit\2c\20skgpu::Budgeted\2c\20skgpu::Protected\2c\20GrInternalSurfaceFlags\2c\20GrSurfaceProxy::UseAllocator\2c\20GrDDLProvider\2c\20std::__2::basic_string_view>\29 -8229:GrTextureProxy::~GrTextureProxy\28\29_9729 -8230:GrTextureProxy::~GrTextureProxy\28\29_9728 -8231:GrTextureProxy::setUniqueKey\28GrProxyProvider*\2c\20skgpu::UniqueKey\20const&\29 -8232:GrTextureProxy::onUninstantiatedGpuMemorySize\28\29\20const -8233:GrTextureProxy::instantiate\28GrResourceProvider*\29 -8234:GrTextureProxy::createSurface\28GrResourceProvider*\29\20const -8235:GrTextureProxy::callbackDesc\28\29\20const -8236:GrTextureProxy::ProxiesAreCompatibleAsDynamicState\28GrSurfaceProxy\20const*\2c\20GrSurfaceProxy\20const*\29 -8237:GrTextureProxy::GrTextureProxy\28sk_sp\2c\20GrSurfaceProxy::UseAllocator\2c\20GrDDLProvider\29 -8238:GrTextureEffect::~GrTextureEffect\28\29 -8239:GrTextureEffect::Sampling::Sampling\28GrSurfaceProxy\20const&\2c\20GrSamplerState\2c\20SkRect\20const&\2c\20SkRect\20const*\2c\20float\20const*\2c\20bool\2c\20GrCaps\20const&\2c\20SkPoint\29::$_1::operator\28\29\28int\2c\20GrSamplerState::WrapMode\2c\20GrTextureEffect::Sampling::Sampling\28GrSurfaceProxy\20const&\2c\20GrSamplerState\2c\20SkRect\20const&\2c\20SkRect\20const*\2c\20float\20const*\2c\20bool\2c\20GrCaps\20const&\2c\20SkPoint\29::Span\2c\20GrTextureEffect::Sampling::Sampling\28GrSurfaceProxy\20const&\2c\20GrSamplerState\2c\20SkRect\20const&\2c\20SkRect\20const*\2c\20float\20const*\2c\20bool\2c\20GrCaps\20const&\2c\20SkPoint\29::Span\2c\20float\29\20const -8240:GrTextureEffect::Impl::onSetData\28GrGLSLProgramDataManager\20const&\2c\20GrFragmentProcessor\20const&\29::$_0::operator\28\29\28float*\2c\20GrResourceHandle\29\20const -8241:GrTextureEffect::Impl::emitCode\28GrFragmentProcessor::ProgramImpl::EmitArgs&\29::$_2::operator\28\29\28GrTextureEffect::ShaderMode\2c\20char\20const*\2c\20char\20const*\2c\20char\20const*\2c\20char\20const*\2c\20char\20const*\29\20const -8242:GrTexture::onGpuMemorySize\28\29\20const -8243:GrTexture::computeScratchKey\28skgpu::ScratchKey*\29\20const -8244:GrTDeferredProxyUploader>::~GrTDeferredProxyUploader\28\29 -8245:GrTDeferredProxyUploader<\28anonymous\20namespace\29::SoftwarePathData>::~GrTDeferredProxyUploader\28\29 -8246:GrSurfaceProxyView::operator=\28GrSurfaceProxyView\20const&\29 -8247:GrSurfaceProxyView::operator==\28GrSurfaceProxyView\20const&\29\20const -8248:GrSurfaceProxyPriv::exactify\28\29 -8249:GrSurfaceProxyPriv::assign\28sk_sp\29 -8250:GrSurfaceProxy::GrSurfaceProxy\28std::__2::function&&\2c\20GrBackendFormat\20const&\2c\20SkISize\2c\20SkBackingFit\2c\20skgpu::Budgeted\2c\20skgpu::Protected\2c\20GrInternalSurfaceFlags\2c\20GrSurfaceProxy::UseAllocator\2c\20std::__2::basic_string_view>\29 -8251:GrSurfaceProxy::GrSurfaceProxy\28GrBackendFormat\20const&\2c\20SkISize\2c\20SkBackingFit\2c\20skgpu::Budgeted\2c\20skgpu::Protected\2c\20GrInternalSurfaceFlags\2c\20GrSurfaceProxy::UseAllocator\2c\20std::__2::basic_string_view>\29 -8252:GrSurface::setRelease\28sk_sp\29 -8253:GrSurface::onRelease\28\29 -8254:GrStyledShape::setInheritedKey\28GrStyledShape\20const&\2c\20GrStyle::Apply\2c\20float\29 -8255:GrStyledShape::asRRect\28SkRRect*\2c\20bool*\29\20const -8256:GrStyledShape::asLine\28SkPoint*\2c\20bool*\29\20const -8257:GrStyledShape::GrStyledShape\28SkRRect\20const&\2c\20SkPathDirection\2c\20unsigned\20int\2c\20bool\2c\20GrStyle\20const&\2c\20GrStyledShape::DoSimplify\29 -8258:GrStyledShape::GrStyledShape\28SkPath\20const&\2c\20SkPaint\20const&\2c\20GrStyledShape::DoSimplify\29 -8259:GrStyle::resetToInitStyle\28SkStrokeRec::InitStyle\29 -8260:GrStyle::applyToPath\28SkPath*\2c\20SkStrokeRec::InitStyle*\2c\20SkPath\20const&\2c\20float\29\20const -8261:GrStyle::applyPathEffect\28SkPath*\2c\20SkStrokeRec*\2c\20SkPath\20const&\29\20const -8262:GrStyle::MatrixToScaleFactor\28SkMatrix\20const&\29 -8263:GrStyle::DashInfo::operator=\28GrStyle::DashInfo\20const&\29 -8264:GrStrokeTessellationShader::~GrStrokeTessellationShader\28\29 -8265:GrStrokeTessellationShader::Impl::~Impl\28\29 -8266:GrStagingBufferManager::detachBuffers\28\29 -8267:GrSkSLFP::~GrSkSLFP\28\29 -8268:GrSkSLFP::Impl::~Impl\28\29 -8269:GrSkSLFP::Impl::emitCode\28GrFragmentProcessor::ProgramImpl::EmitArgs&\29::FPCallbacks::defineStruct\28char\20const*\29 -8270:GrSimpleMesh::~GrSimpleMesh\28\29 -8271:GrShape::simplify\28unsigned\20int\29 -8272:GrShape::setArc\28SkArc\20const&\29 -8273:GrShape::conservativeContains\28SkRect\20const&\29\20const -8274:GrShape::closed\28\29\20const -8275:GrShape::GrShape\28SkRect\20const&\29 -8276:GrShape::GrShape\28SkRRect\20const&\29 -8277:GrShape::GrShape\28SkPath\20const&\29 -8278:GrShaderVar::GrShaderVar\28SkString\2c\20SkSLType\2c\20GrShaderVar::TypeModifier\2c\20int\2c\20SkString\2c\20SkString\29 -8279:GrScissorState::operator==\28GrScissorState\20const&\29\20const -8280:GrScissorState::intersect\28SkIRect\20const&\29 -8281:GrSWMaskHelper::toTextureView\28GrRecordingContext*\2c\20SkBackingFit\29 -8282:GrSWMaskHelper::drawShape\28GrStyledShape\20const&\2c\20SkMatrix\20const&\2c\20GrAA\2c\20unsigned\20char\29 -8283:GrSWMaskHelper::drawShape\28GrShape\20const&\2c\20SkMatrix\20const&\2c\20GrAA\2c\20unsigned\20char\29 -8284:GrResourceProvider::writePixels\28sk_sp\2c\20GrColorType\2c\20SkISize\2c\20GrMipLevel\20const*\2c\20int\29\20const -8285:GrResourceProvider::wrapBackendSemaphore\28GrBackendSemaphore\20const&\2c\20GrSemaphoreWrapType\2c\20GrWrapOwnership\29 -8286:GrResourceProvider::prepareLevels\28GrBackendFormat\20const&\2c\20GrColorType\2c\20SkISize\2c\20GrMipLevel\20const*\2c\20int\2c\20skia_private::AutoSTArray<14\2c\20GrMipLevel>*\2c\20skia_private::AutoSTArray<14\2c\20std::__2::unique_ptr>>*\29\20const -8287:GrResourceProvider::getExactScratch\28SkISize\2c\20GrBackendFormat\20const&\2c\20GrTextureType\2c\20skgpu::Renderable\2c\20int\2c\20skgpu::Budgeted\2c\20skgpu::Mipmapped\2c\20skgpu::Protected\2c\20std::__2::basic_string_view>\29 -8288:GrResourceProvider::findAndRefScratchTexture\28skgpu::ScratchKey\20const&\2c\20std::__2::basic_string_view>\29 -8289:GrResourceProvider::findAndRefScratchTexture\28SkISize\2c\20GrBackendFormat\20const&\2c\20GrTextureType\2c\20skgpu::Renderable\2c\20int\2c\20skgpu::Mipmapped\2c\20skgpu::Protected\2c\20std::__2::basic_string_view>\29 -8290:GrResourceProvider::createTexture\28SkISize\2c\20GrBackendFormat\20const&\2c\20GrTextureType\2c\20skgpu::Renderable\2c\20int\2c\20skgpu::Mipmapped\2c\20skgpu::Budgeted\2c\20skgpu::Protected\2c\20std::__2::basic_string_view>\29 -8291:GrResourceProvider::createTexture\28SkISize\2c\20GrBackendFormat\20const&\2c\20GrTextureType\2c\20GrColorType\2c\20skgpu::Renderable\2c\20int\2c\20skgpu::Budgeted\2c\20skgpu::Mipmapped\2c\20skgpu::Protected\2c\20GrMipLevel\20const*\2c\20std::__2::basic_string_view>\29 -8292:GrResourceProvider::createBuffer\28void\20const*\2c\20unsigned\20long\2c\20GrGpuBufferType\2c\20GrAccessPattern\29 -8293:GrResourceProvider::createApproxTexture\28SkISize\2c\20GrBackendFormat\20const&\2c\20GrTextureType\2c\20skgpu::Renderable\2c\20int\2c\20skgpu::Protected\2c\20std::__2::basic_string_view>\29 -8294:GrResourceCache::removeResource\28GrGpuResource*\29 -8295:GrResourceCache::removeFromNonpurgeableArray\28GrGpuResource*\29 -8296:GrResourceCache::releaseAll\28\29 -8297:GrResourceCache::refAndMakeResourceMRU\28GrGpuResource*\29 -8298:GrResourceCache::processFreedGpuResources\28\29 -8299:GrResourceCache::insertResource\28GrGpuResource*\29 -8300:GrResourceCache::findAndRefUniqueResource\28skgpu::UniqueKey\20const&\29 -8301:GrResourceCache::didChangeBudgetStatus\28GrGpuResource*\29 -8302:GrResourceCache::addToNonpurgeableArray\28GrGpuResource*\29 -8303:GrResourceAllocator::~GrResourceAllocator\28\29 -8304:GrResourceAllocator::planAssignment\28\29 -8305:GrResourceAllocator::expire\28unsigned\20int\29 -8306:GrResourceAllocator::Register*\20SkArenaAlloc::make\28GrSurfaceProxy*&\2c\20skgpu::ScratchKey&&\2c\20GrResourceProvider*&\29 -8307:GrResourceAllocator::IntervalList::popHead\28\29 -8308:GrResourceAllocator::IntervalList::insertByIncreasingStart\28GrResourceAllocator::Interval*\29 -8309:GrRenderTask::makeSkippable\28\29 -8310:GrRenderTask::isUsed\28GrSurfaceProxy*\29\20const -8311:GrRenderTask::isInstantiated\28\29\20const -8312:GrRenderTargetProxy::~GrRenderTargetProxy\28\29_9575 -8313:GrRenderTargetProxy::~GrRenderTargetProxy\28\29_9573 -8314:GrRenderTargetProxy::onUninstantiatedGpuMemorySize\28\29\20const -8315:GrRenderTargetProxy::isMSAADirty\28\29\20const -8316:GrRenderTargetProxy::instantiate\28GrResourceProvider*\29 -8317:GrRenderTargetProxy::createSurface\28GrResourceProvider*\29\20const -8318:GrRenderTargetProxy::callbackDesc\28\29\20const -8319:GrRenderTarget::GrRenderTarget\28GrGpu*\2c\20SkISize\20const&\2c\20int\2c\20skgpu::Protected\2c\20std::__2::basic_string_view>\2c\20sk_sp\29 -8320:GrRecordingContext::init\28\29 -8321:GrRecordingContext::destroyDrawingManager\28\29 -8322:GrRecordingContext::colorTypeSupportedAsSurface\28SkColorType\29\20const -8323:GrRecordingContext::abandoned\28\29 -8324:GrRecordingContext::abandonContext\28\29 -8325:GrRRectShadowGeoProc::~GrRRectShadowGeoProc\28\29 -8326:GrRRectEffect::Make\28std::__2::unique_ptr>\2c\20GrClipEdgeType\2c\20SkRRect\20const&\2c\20GrShaderCaps\20const&\29 -8327:GrQuadUtils::TessellationHelper::outset\28skvx::Vec<4\2c\20float>\20const&\2c\20GrQuad*\2c\20GrQuad*\29 -8328:GrQuadUtils::TessellationHelper::getOutsetRequest\28skvx::Vec<4\2c\20float>\20const&\29 -8329:GrQuadUtils::TessellationHelper::adjustVertices\28skvx::Vec<4\2c\20float>\20const&\2c\20GrQuadUtils::TessellationHelper::Vertices*\29 -8330:GrQuadUtils::TessellationHelper::adjustDegenerateVertices\28skvx::Vec<4\2c\20float>\20const&\2c\20GrQuadUtils::TessellationHelper::Vertices*\29 -8331:GrQuadUtils::TessellationHelper::Vertices::moveTo\28skvx::Vec<4\2c\20float>\20const&\2c\20skvx::Vec<4\2c\20float>\20const&\2c\20skvx::Vec<4\2c\20int>\20const&\29 -8332:GrQuadUtils::ClipToW0\28DrawQuad*\2c\20DrawQuad*\29 -8333:GrQuadBuffer<\28anonymous\20namespace\29::TextureOpImpl::ColorSubsetAndAA>::append\28GrQuad\20const&\2c\20\28anonymous\20namespace\29::TextureOpImpl::ColorSubsetAndAA&&\2c\20GrQuad\20const*\29 -8334:GrQuadBuffer<\28anonymous\20namespace\29::TextureOpImpl::ColorSubsetAndAA>::GrQuadBuffer\28int\2c\20bool\29 -8335:GrQuad::point\28int\29\20const -8336:GrQuad::bounds\28\29\20const::'lambda0'\28float\20const*\29::operator\28\29\28float\20const*\29\20const -8337:GrQuad::bounds\28\29\20const::'lambda'\28float\20const*\29::operator\28\29\28float\20const*\29\20const -8338:GrProxyProvider::removeUniqueKeyFromProxy\28GrTextureProxy*\29 -8339:GrProxyProvider::processInvalidUniqueKeyImpl\28skgpu::UniqueKey\20const&\2c\20GrTextureProxy*\2c\20GrProxyProvider::InvalidateGPUResource\2c\20GrProxyProvider::RemoveTableEntry\29 -8340:GrProxyProvider::createLazyProxy\28std::__2::function&&\2c\20GrBackendFormat\20const&\2c\20SkISize\2c\20skgpu::Mipmapped\2c\20GrMipmapStatus\2c\20GrInternalSurfaceFlags\2c\20SkBackingFit\2c\20skgpu::Budgeted\2c\20skgpu::Protected\2c\20GrSurfaceProxy::UseAllocator\2c\20std::__2::basic_string_view>\29 -8341:GrProxyProvider::adoptUniqueKeyFromSurface\28GrTextureProxy*\2c\20GrSurface\20const*\29 -8342:GrProcessorSet::operator==\28GrProcessorSet\20const&\29\20const -8343:GrPorterDuffXPFactory::Get\28SkBlendMode\29 -8344:GrPixmap::GrPixmap\28SkPixmap\20const&\29 -8345:GrPipeline::peekDstTexture\28\29\20const -8346:GrPipeline::GrPipeline\28GrPipeline::InitArgs\20const&\2c\20sk_sp\2c\20GrAppliedHardClip\20const&\29 -8347:GrPersistentCacheUtils::ShaderMetadata::~ShaderMetadata\28\29 -8348:GrPersistentCacheUtils::GetType\28SkReadBuffer*\29 -8349:GrPerlinNoise2Effect::~GrPerlinNoise2Effect\28\29 -8350:GrPathUtils::QuadUVMatrix::set\28SkPoint\20const*\29 -8351:GrPathUtils::QuadUVMatrix::apply\28void*\2c\20int\2c\20unsigned\20long\2c\20unsigned\20long\29\20const -8352:GrPathTessellationShader::MakeStencilOnlyPipeline\28GrTessellationShader::ProgramArgs\20const&\2c\20GrAAType\2c\20GrAppliedHardClip\20const&\2c\20GrPipeline::InputFlags\29 -8353:GrPathTessellationShader::Impl::~Impl\28\29 -8354:GrOpsRenderPass::~GrOpsRenderPass\28\29 -8355:GrOpsRenderPass::resetActiveBuffers\28\29 -8356:GrOpsRenderPass::draw\28int\2c\20int\29 -8357:GrOpsRenderPass::drawIndexPattern\28int\2c\20int\2c\20int\2c\20int\2c\20int\29 -8358:GrOpFlushState::~GrOpFlushState\28\29_9358 -8359:GrOpFlushState::smallPathAtlasManager\28\29\20const -8360:GrOpFlushState::reset\28\29 -8361:GrOpFlushState::recordDraw\28GrGeometryProcessor\20const*\2c\20GrSimpleMesh\20const*\2c\20int\2c\20GrSurfaceProxy\20const*\20const*\2c\20GrPrimitiveType\29 -8362:GrOpFlushState::putBackIndices\28int\29 -8363:GrOpFlushState::executeDrawsAndUploadsForMeshDrawOp\28GrOp\20const*\2c\20SkRect\20const&\2c\20GrPipeline\20const*\2c\20GrUserStencilSettings\20const*\29 -8364:GrOpFlushState::drawIndexedInstanced\28int\2c\20int\2c\20int\2c\20int\2c\20int\29 -8365:GrOpFlushState::doUpload\28std::__2::function&\29>&\2c\20bool\29 -8366:GrOpFlushState::allocator\28\29 -8367:GrOpFlushState::addASAPUpload\28std::__2::function&\29>&&\29 -8368:GrOpFlushState::OpArgs::OpArgs\28GrOp*\2c\20GrSurfaceProxyView\20const&\2c\20bool\2c\20GrAppliedClip*\2c\20GrDstProxyView\20const&\2c\20GrXferBarrierFlags\2c\20GrLoadOp\29 -8369:GrOp::setTransformedBounds\28SkRect\20const&\2c\20SkMatrix\20const&\2c\20GrOp::HasAABloat\2c\20GrOp::IsHairline\29 -8370:GrOp::onCombineIfPossible\28GrOp*\2c\20SkArenaAlloc*\2c\20GrCaps\20const&\29 -8371:GrOp::combineIfPossible\28GrOp*\2c\20SkArenaAlloc*\2c\20GrCaps\20const&\29 -8372:GrNonAtomicRef::unref\28\29\20const -8373:GrNonAtomicRef::unref\28\29\20const -8374:GrNonAtomicRef::unref\28\29\20const -8375:GrNativeRect::operator!=\28GrNativeRect\20const&\29\20const -8376:GrMeshDrawTarget::allocPrimProcProxyPtrs\28int\29 -8377:GrMeshDrawOp::PatternHelper::init\28GrMeshDrawTarget*\2c\20GrPrimitiveType\2c\20unsigned\20long\2c\20sk_sp\2c\20int\2c\20int\2c\20int\2c\20int\29 -8378:GrMemoryPool::allocate\28unsigned\20long\29 -8379:GrMakeUniqueKeyInvalidationListener\28skgpu::UniqueKey*\2c\20unsigned\20int\29::Listener::~Listener\28\29 -8380:GrMakeUniqueKeyInvalidationListener\28skgpu::UniqueKey*\2c\20unsigned\20int\29::Listener::changed\28\29 -8381:GrMakeCachedBitmapProxyView\28GrRecordingContext*\2c\20SkBitmap\20const&\2c\20std::__2::basic_string_view>\2c\20skgpu::Mipmapped\29::$_0::operator\28\29\28GrTextureProxy*\29\20const -8382:GrIndexBufferAllocPool::makeSpace\28int\2c\20sk_sp*\2c\20int*\29 -8383:GrIndexBufferAllocPool::makeSpaceAtLeast\28int\2c\20int\2c\20sk_sp*\2c\20int*\2c\20int*\29 -8384:GrImageInfo::operator=\28GrImageInfo&&\29 -8385:GrImageInfo::GrImageInfo\28GrColorType\2c\20SkAlphaType\2c\20sk_sp\2c\20int\2c\20int\29 -8386:GrImageContext::abandonContext\28\29 -8387:GrHashMapWithCache::find\28unsigned\20int\20const&\29\20const -8388:GrGradientBitmapCache::release\28GrGradientBitmapCache::Entry*\29\20const -8389:GrGpuResource::setLabel\28std::__2::basic_string_view>\29 -8390:GrGpuResource::makeBudgeted\28\29 -8391:GrGpuResource::GrGpuResource\28GrGpu*\2c\20std::__2::basic_string_view>\29 -8392:GrGpuResource::CacheAccess::abandon\28\29 -8393:GrGpuBuffer::ComputeScratchKeyForDynamicBuffer\28unsigned\20long\2c\20GrGpuBufferType\2c\20skgpu::ScratchKey*\29 -8394:GrGpu::~GrGpu\28\29 -8395:GrGpu::submitToGpu\28\29 -8396:GrGpu::submitToGpu\28GrSubmitInfo\20const&\29 -8397:GrGpu::regenerateMipMapLevels\28GrTexture*\29 -8398:GrGpu::createTexture\28SkISize\2c\20GrBackendFormat\20const&\2c\20GrTextureType\2c\20skgpu::Renderable\2c\20int\2c\20skgpu::Mipmapped\2c\20skgpu::Budgeted\2c\20skgpu::Protected\2c\20std::__2::basic_string_view>\29 -8399:GrGpu::createTextureCommon\28SkISize\2c\20GrBackendFormat\20const&\2c\20GrTextureType\2c\20skgpu::Renderable\2c\20int\2c\20skgpu::Budgeted\2c\20skgpu::Protected\2c\20int\2c\20unsigned\20int\2c\20std::__2::basic_string_view>\29 -8400:GrGpu::createBuffer\28unsigned\20long\2c\20GrGpuBufferType\2c\20GrAccessPattern\29 -8401:GrGpu::callSubmittedProcs\28bool\29 -8402:GrGeometryProcessor::AttributeSet::addToKey\28skgpu::KeyBuilder*\29\20const -8403:GrGeometryProcessor::AttributeSet::Iter::skipUninitialized\28\29 -8404:GrGeometryProcessor::Attribute&\20skia_private::TArray::emplace_back\28char\20const\20\28&\29\20\5b26\5d\2c\20GrVertexAttribType&&\2c\20SkSLType&&\29 -8405:GrGLTextureParameters::invalidate\28\29 -8406:GrGLTextureParameters::SamplerOverriddenState::SamplerOverriddenState\28\29 -8407:GrGLTexture::~GrGLTexture\28\29_12179 -8408:GrGLTexture::~GrGLTexture\28\29_12178 -8409:GrGLTexture::MakeWrapped\28GrGLGpu*\2c\20GrMipmapStatus\2c\20GrGLTexture::Desc\20const&\2c\20sk_sp\2c\20GrWrapCacheable\2c\20GrIOType\2c\20std::__2::basic_string_view>\29 -8410:GrGLTexture::GrGLTexture\28GrGLGpu*\2c\20skgpu::Budgeted\2c\20GrGLTexture::Desc\20const&\2c\20GrMipmapStatus\2c\20std::__2::basic_string_view>\29 -8411:GrGLTexture::GrGLTexture\28GrGLGpu*\2c\20GrGLTexture::Desc\20const&\2c\20sk_sp\2c\20GrMipmapStatus\2c\20std::__2::basic_string_view>\29 -8412:GrGLSemaphore::~GrGLSemaphore\28\29 -8413:GrGLSLVaryingHandler::addAttribute\28GrShaderVar\20const&\29 -8414:GrGLSLVarying::vsOutVar\28\29\20const -8415:GrGLSLVarying::fsInVar\28\29\20const -8416:GrGLSLUniformHandler::liftUniformToVertexShader\28GrProcessor\20const&\2c\20SkString\29 -8417:GrGLSLShaderBuilder::nextStage\28\29 -8418:GrGLSLShaderBuilder::finalize\28unsigned\20int\29 -8419:GrGLSLShaderBuilder::emitFunction\28char\20const*\2c\20char\20const*\29 -8420:GrGLSLShaderBuilder::emitFunctionPrototype\28char\20const*\29 -8421:GrGLSLShaderBuilder::appendTextureLookupAndBlend\28char\20const*\2c\20SkBlendMode\2c\20GrResourceHandle\2c\20char\20const*\2c\20GrGLSLColorSpaceXformHelper*\29 -8422:GrGLSLShaderBuilder::appendDecls\28SkTBlockList\20const&\2c\20SkString*\29\20const -8423:GrGLSLShaderBuilder::appendColorGamutXform\28SkString*\2c\20char\20const*\2c\20GrGLSLColorSpaceXformHelper*\29::$_1::operator\28\29\28char\20const*\2c\20GrResourceHandle\29\20const -8424:GrGLSLShaderBuilder::appendColorGamutXform\28SkString*\2c\20char\20const*\2c\20GrGLSLColorSpaceXformHelper*\29::$_0::operator\28\29\28char\20const*\2c\20GrResourceHandle\2c\20skcms_TFType\29\20const -8425:GrGLSLShaderBuilder::GrGLSLShaderBuilder\28GrGLSLProgramBuilder*\29 -8426:GrGLSLProgramDataManager::setRuntimeEffectUniforms\28SkSpan\2c\20SkSpan\20const>\2c\20SkSpan\2c\20void\20const*\29\20const -8427:GrGLSLProgramBuilder::~GrGLSLProgramBuilder\28\29 -8428:GrGLSLFragmentShaderBuilder::onFinalize\28\29 -8429:GrGLSLFragmentShaderBuilder::enableAdvancedBlendEquationIfNeeded\28skgpu::BlendEquation\29 -8430:GrGLSLColorSpaceXformHelper::isNoop\28\29\20const -8431:GrGLSLBlend::SetBlendModeUniformData\28GrGLSLProgramDataManager\20const&\2c\20GrResourceHandle\2c\20SkBlendMode\29 -8432:GrGLSLBlend::BlendExpression\28GrProcessor\20const*\2c\20GrGLSLUniformHandler*\2c\20GrResourceHandle*\2c\20char\20const*\2c\20char\20const*\2c\20SkBlendMode\29 -8433:GrGLRenderTarget::~GrGLRenderTarget\28\29_12149 -8434:GrGLRenderTarget::~GrGLRenderTarget\28\29_12148 -8435:GrGLRenderTarget::setFlags\28GrGLCaps\20const&\2c\20GrGLRenderTarget::IDs\20const&\29 -8436:GrGLRenderTarget::onGpuMemorySize\28\29\20const -8437:GrGLRenderTarget::bind\28bool\29 -8438:GrGLRenderTarget::backendFormat\28\29\20const -8439:GrGLRenderTarget::GrGLRenderTarget\28GrGLGpu*\2c\20SkISize\20const&\2c\20GrGLFormat\2c\20int\2c\20GrGLRenderTarget::IDs\20const&\2c\20skgpu::Protected\2c\20std::__2::basic_string_view>\29 -8440:GrGLProgramDataManager::set4fv\28GrResourceHandle\2c\20int\2c\20float\20const*\29\20const -8441:GrGLProgramDataManager::set2fv\28GrResourceHandle\2c\20int\2c\20float\20const*\29\20const -8442:GrGLProgramBuilder::uniformHandler\28\29 -8443:GrGLProgramBuilder::compileAndAttachShaders\28SkSL::NativeShader\20const&\2c\20unsigned\20int\2c\20unsigned\20int\2c\20SkTDArray*\2c\20bool\2c\20skgpu::ShaderErrorHandler*\29 -8444:GrGLProgramBuilder::PrecompileProgram\28GrDirectContext*\2c\20GrGLPrecompiledProgram*\2c\20SkData\20const&\29::$_0::operator\28\29\28SkSL::ProgramKind\2c\20std::__2::basic_string\2c\20std::__2::allocator>\20const&\2c\20unsigned\20int\29\20const -8445:GrGLProgramBuilder::CreateProgram\28GrDirectContext*\2c\20GrProgramDesc\20const&\2c\20GrProgramInfo\20const&\2c\20GrGLPrecompiledProgram\20const*\29 -8446:GrGLProgram::~GrGLProgram\28\29 -8447:GrGLInterfaces::MakeWebGL\28\29 -8448:GrGLInterface::~GrGLInterface\28\29 -8449:GrGLGpu::~GrGLGpu\28\29 -8450:GrGLGpu::waitSemaphore\28GrSemaphore*\29 -8451:GrGLGpu::uploadTexData\28SkISize\2c\20unsigned\20int\2c\20SkIRect\2c\20unsigned\20int\2c\20unsigned\20int\2c\20unsigned\20long\2c\20GrMipLevel\20const*\2c\20int\29 -8452:GrGLGpu::uploadCompressedTexData\28SkTextureCompressionType\2c\20GrGLFormat\2c\20SkISize\2c\20skgpu::Mipmapped\2c\20unsigned\20int\2c\20void\20const*\2c\20unsigned\20long\29 -8453:GrGLGpu::uploadColorToTex\28GrGLFormat\2c\20SkISize\2c\20unsigned\20int\2c\20std::__2::array\2c\20unsigned\20int\29 -8454:GrGLGpu::readOrTransferPixelsFrom\28GrSurface*\2c\20SkIRect\2c\20GrColorType\2c\20GrColorType\2c\20void*\2c\20int\29 -8455:GrGLGpu::onFBOChanged\28\29 -8456:GrGLGpu::getTimerQueryResult\28unsigned\20int\29 -8457:GrGLGpu::getCompatibleStencilIndex\28GrGLFormat\29 -8458:GrGLGpu::flushWireframeState\28bool\29 -8459:GrGLGpu::flushScissorRect\28SkIRect\20const&\2c\20int\2c\20GrSurfaceOrigin\29 -8460:GrGLGpu::flushProgram\28unsigned\20int\29 -8461:GrGLGpu::flushProgram\28sk_sp\29 -8462:GrGLGpu::flushFramebufferSRGB\28bool\29 -8463:GrGLGpu::flushConservativeRasterState\28bool\29 -8464:GrGLGpu::createRenderTargetObjects\28GrGLTexture::Desc\20const&\2c\20int\2c\20GrGLRenderTarget::IDs*\29 -8465:GrGLGpu::createCompressedTexture2D\28SkISize\2c\20SkTextureCompressionType\2c\20GrGLFormat\2c\20skgpu::Mipmapped\2c\20skgpu::Protected\2c\20GrGLTextureParameters::SamplerOverriddenState*\29 -8466:GrGLGpu::bindVertexArray\28unsigned\20int\29 -8467:GrGLGpu::TextureUnitBindings::setBoundID\28unsigned\20int\2c\20GrGpuResource::UniqueID\29 -8468:GrGLGpu::TextureUnitBindings::invalidateAllTargets\28bool\29 -8469:GrGLGpu::TextureToCopyProgramIdx\28GrTexture*\29 -8470:GrGLGpu::ProgramCache::~ProgramCache\28\29 -8471:GrGLGpu::ProgramCache::findOrCreateProgramImpl\28GrDirectContext*\2c\20GrProgramDesc\20const&\2c\20GrProgramInfo\20const&\2c\20GrThreadSafePipelineBuilder::Stats::ProgramCacheResult*\29 -8472:GrGLGpu::HWVertexArrayState::invalidate\28\29 -8473:GrGLFunction::GrGLFunction\28void\20\28*\29\28unsigned\20int\2c\20int\2c\20int\2c\20int\2c\20int\2c\20int\2c\20unsigned\20int\2c\20unsigned\20int\2c\20void\20const*\29\29::'lambda'\28void\20const*\2c\20unsigned\20int\2c\20int\2c\20int\2c\20int\2c\20int\2c\20int\2c\20unsigned\20int\2c\20unsigned\20int\2c\20void\20const*\29::__invoke\28void\20const*\2c\20unsigned\20int\2c\20int\2c\20int\2c\20int\2c\20int\2c\20int\2c\20unsigned\20int\2c\20unsigned\20int\2c\20void\20const*\29 -8474:GrGLFunction::GrGLFunction\28void\20\28*\29\28int\2c\20float\29\29::'lambda'\28void\20const*\2c\20int\2c\20float\29::__invoke\28void\20const*\2c\20int\2c\20float\29 -8475:GrGLFinishCallbacks::check\28\29 -8476:GrGLContext::~GrGLContext\28\29_11887 -8477:GrGLCaps::~GrGLCaps\28\29 -8478:GrGLCaps::getTexSubImageExternalFormatAndType\28GrGLFormat\2c\20GrColorType\2c\20GrColorType\2c\20unsigned\20int*\2c\20unsigned\20int*\29\20const -8479:GrGLCaps::getExternalFormat\28GrGLFormat\2c\20GrColorType\2c\20GrColorType\2c\20GrGLCaps::ExternalFormatUsage\2c\20unsigned\20int*\2c\20unsigned\20int*\29\20const -8480:GrGLCaps::canCopyTexSubImage\28GrGLFormat\2c\20bool\2c\20GrTextureType\20const*\2c\20GrGLFormat\2c\20bool\2c\20GrTextureType\20const*\29\20const -8481:GrGLCaps::canCopyAsBlit\28GrGLFormat\2c\20int\2c\20GrTextureType\20const*\2c\20GrGLFormat\2c\20int\2c\20GrTextureType\20const*\2c\20SkRect\20const&\2c\20bool\2c\20SkIRect\20const&\2c\20SkIRect\20const&\29\20const -8482:GrGLBuffer::~GrGLBuffer\28\29_11826 -8483:GrGLAttribArrayState::resize\28int\29 -8484:GrGLAttribArrayState::GrGLAttribArrayState\28int\29 -8485:GrFragmentProcessors::MakeChildFP\28SkRuntimeEffect::ChildPtr\20const&\2c\20GrFPArgs\20const&\29 -8486:GrFragmentProcessor::SwizzleOutput\28std::__2::unique_ptr>\2c\20skgpu::Swizzle\20const&\29::SwizzleFragmentProcessor::Make\28std::__2::unique_ptr>\2c\20skgpu::Swizzle\20const&\29 -8487:GrFragmentProcessor::SurfaceColor\28\29::SurfaceColorProcessor::Make\28\29 -8488:GrFragmentProcessor::HighPrecision\28std::__2::unique_ptr>\29::HighPrecisionFragmentProcessor::Make\28std::__2::unique_ptr>\29 -8489:GrFragmentProcessor::DeviceSpace\28std::__2::unique_ptr>\29::DeviceSpace::DeviceSpace\28std::__2::unique_ptr>\29 -8490:GrFragmentProcessor::Compose\28std::__2::unique_ptr>\2c\20std::__2::unique_ptr>\29::ComposeProcessor::Make\28std::__2::unique_ptr>\2c\20std::__2::unique_ptr>\29 -8491:GrFragmentProcessor::Compose\28std::__2::unique_ptr>\2c\20std::__2::unique_ptr>\29 -8492:GrFragmentProcessor::ClampOutput\28std::__2::unique_ptr>\29 -8493:GrFixedClip::preApply\28SkRect\20const&\2c\20GrAA\29\20const -8494:GrFixedClip::apply\28GrAppliedHardClip*\2c\20SkIRect*\29\20const -8495:GrEagerDynamicVertexAllocator::unlock\28int\29 -8496:GrDynamicAtlas::~GrDynamicAtlas\28\29 -8497:GrDynamicAtlas::Node::addRect\28int\2c\20int\2c\20SkIPoint16*\29 -8498:GrDrawingManager::closeAllTasks\28\29 -8499:GrDrawOpAtlas::uploadToPage\28unsigned\20int\2c\20GrDeferredUploadTarget*\2c\20int\2c\20int\2c\20void\20const*\2c\20skgpu::AtlasLocator*\29 -8500:GrDrawOpAtlas::updatePlot\28GrDeferredUploadTarget*\2c\20skgpu::AtlasLocator*\2c\20skgpu::Plot*\29 -8501:GrDrawOpAtlas::setLastUseToken\28skgpu::AtlasLocator\20const&\2c\20skgpu::AtlasToken\29 -8502:GrDrawOpAtlas::processEviction\28skgpu::PlotLocator\29 -8503:GrDrawOpAtlas::hasID\28skgpu::PlotLocator\20const&\29 -8504:GrDrawOpAtlas::compact\28skgpu::AtlasToken\29 -8505:GrDrawOpAtlas::addToAtlas\28GrResourceProvider*\2c\20GrDeferredUploadTarget*\2c\20int\2c\20int\2c\20void\20const*\2c\20skgpu::AtlasLocator*\29 -8506:GrDrawOpAtlas::Make\28GrProxyProvider*\2c\20GrBackendFormat\20const&\2c\20SkColorType\2c\20unsigned\20long\2c\20int\2c\20int\2c\20int\2c\20int\2c\20skgpu::AtlasGenerationCounter*\2c\20GrDrawOpAtlas::AllowMultitexturing\2c\20skgpu::PlotEvictionCallback*\2c\20std::__2::basic_string_view>\29 -8507:GrDrawIndirectBufferAllocPool::putBack\28int\29 -8508:GrDrawIndirectBufferAllocPool::putBackIndexed\28int\29 -8509:GrDrawIndirectBufferAllocPool::makeSpace\28int\2c\20sk_sp*\2c\20unsigned\20long*\29 -8510:GrDrawIndirectBufferAllocPool::makeIndexedSpace\28int\2c\20sk_sp*\2c\20unsigned\20long*\29 -8511:GrDistanceFieldPathGeoProc::~GrDistanceFieldPathGeoProc\28\29 -8512:GrDistanceFieldLCDTextGeoProc::~GrDistanceFieldLCDTextGeoProc\28\29 -8513:GrDistanceFieldA8TextGeoProc::~GrDistanceFieldA8TextGeoProc\28\29 -8514:GrDistanceFieldA8TextGeoProc::onTextureSampler\28int\29\20const -8515:GrDisableColorXPFactory::MakeXferProcessor\28\29 -8516:GrDirectContextPriv::validPMUPMConversionExists\28\29 -8517:GrDirectContext::~GrDirectContext\28\29 -8518:GrDirectContext::syncAllOutstandingGpuWork\28bool\29 -8519:GrDirectContext::submit\28GrSyncCpu\29 -8520:GrDirectContext::flush\28SkSurface*\29 -8521:GrDirectContext::abandoned\28\29 -8522:GrDeferredProxyUploader::signalAndFreeData\28\29 -8523:GrDeferredProxyUploader::GrDeferredProxyUploader\28\29 -8524:GrCopyRenderTask::~GrCopyRenderTask\28\29 -8525:GrCopyRenderTask::onIsUsed\28GrSurfaceProxy*\29\20const -8526:GrCopyBaseMipMapToView\28GrRecordingContext*\2c\20GrSurfaceProxyView\2c\20skgpu::Budgeted\29 -8527:GrCopyBaseMipMapToTextureProxy\28GrRecordingContext*\2c\20sk_sp\2c\20GrSurfaceOrigin\2c\20std::__2::basic_string_view>\2c\20skgpu::Budgeted\29 -8528:GrContext_Base::~GrContext_Base\28\29_8866 -8529:GrContextThreadSafeProxy::~GrContextThreadSafeProxy\28\29 -8530:GrColorSpaceXformEffect::~GrColorSpaceXformEffect\28\29 -8531:GrColorInfo::makeColorType\28GrColorType\29\20const -8532:GrColorInfo::isLinearlyBlended\28\29\20const -8533:GrColorFragmentProcessorAnalysis::GrColorFragmentProcessorAnalysis\28GrProcessorAnalysisColor\20const&\2c\20std::__2::unique_ptr>\20const*\2c\20int\29 -8534:GrCaps::~GrCaps\28\29 -8535:GrCaps::surfaceSupportsWritePixels\28GrSurface\20const*\29\20const -8536:GrCaps::getDstSampleFlagsForProxy\28GrRenderTargetProxy\20const*\2c\20bool\29\20const -8537:GrCPixmap::GrCPixmap\28GrPixmap\20const&\29 -8538:GrBufferAllocPool::resetCpuData\28unsigned\20long\29 -8539:GrBufferAllocPool::makeSpaceAtLeast\28unsigned\20long\2c\20unsigned\20long\2c\20unsigned\20long\2c\20sk_sp*\2c\20unsigned\20long*\2c\20unsigned\20long*\29 -8540:GrBufferAllocPool::flushCpuData\28GrBufferAllocPool::BufferBlock\20const&\2c\20unsigned\20long\29 -8541:GrBufferAllocPool::destroyBlock\28\29 -8542:GrBufferAllocPool::deleteBlocks\28\29 -8543:GrBufferAllocPool::createBlock\28unsigned\20long\29 -8544:GrBufferAllocPool::CpuBufferCache::makeBuffer\28unsigned\20long\2c\20bool\29 -8545:GrBlurUtils::mask_release_proc\28void*\2c\20void*\29 -8546:GrBlurUtils::draw_shape_with_mask_filter\28GrRecordingContext*\2c\20skgpu::ganesh::SurfaceDrawContext*\2c\20GrClip\20const*\2c\20GrPaint&&\2c\20SkMatrix\20const&\2c\20SkMaskFilterBase\20const*\2c\20GrStyledShape\20const&\29 -8547:GrBlurUtils::draw_mask\28skgpu::ganesh::SurfaceDrawContext*\2c\20GrClip\20const*\2c\20SkMatrix\20const&\2c\20SkIRect\20const&\2c\20GrPaint&&\2c\20GrSurfaceProxyView\29 -8548:GrBlurUtils::create_data\28SkIRect\20const&\2c\20SkIRect\20const&\29 -8549:GrBlurUtils::convolve_gaussian_1d\28skgpu::ganesh::SurfaceFillContext*\2c\20GrSurfaceProxyView\2c\20SkIRect\20const&\2c\20SkIPoint\2c\20SkIRect\20const&\2c\20SkAlphaType\2c\20GrBlurUtils::\28anonymous\20namespace\29::Direction\2c\20int\2c\20float\2c\20SkTileMode\29 -8550:GrBlurUtils::convolve_gaussian\28GrRecordingContext*\2c\20GrSurfaceProxyView\2c\20GrColorType\2c\20SkAlphaType\2c\20SkIRect\2c\20SkIRect\2c\20GrBlurUtils::\28anonymous\20namespace\29::Direction\2c\20int\2c\20float\2c\20SkTileMode\2c\20sk_sp\2c\20SkBackingFit\29 -8551:GrBlurUtils::clip_bounds_quick_reject\28SkIRect\20const&\2c\20SkIRect\20const&\29 -8552:GrBlurUtils::\28anonymous\20namespace\29::make_texture_effect\28GrCaps\20const*\2c\20GrSurfaceProxyView\2c\20SkAlphaType\2c\20GrSamplerState\20const&\2c\20SkIRect\20const&\2c\20SkIRect\20const&\2c\20SkISize\20const&\29 -8553:GrBlurUtils::MakeRectBlur\28GrRecordingContext*\2c\20GrShaderCaps\20const&\2c\20SkRect\20const&\2c\20SkMatrix\20const&\2c\20float\29 -8554:GrBlurUtils::MakeRRectBlur\28GrRecordingContext*\2c\20float\2c\20float\2c\20SkRRect\20const&\2c\20SkRRect\20const&\29 -8555:GrBlurUtils::MakeCircleBlur\28GrRecordingContext*\2c\20SkRect\20const&\2c\20float\29 -8556:GrBitmapTextGeoProc::~GrBitmapTextGeoProc\28\29 -8557:GrBitmapTextGeoProc::addNewViews\28GrSurfaceProxyView\20const*\2c\20int\2c\20GrSamplerState\29 -8558:GrBitmapTextGeoProc::Make\28SkArenaAlloc*\2c\20GrShaderCaps\20const&\2c\20SkRGBA4f<\28SkAlphaType\292>\20const&\2c\20bool\2c\20sk_sp\2c\20GrSurfaceProxyView\20const*\2c\20int\2c\20GrSamplerState\2c\20skgpu::MaskFormat\2c\20SkMatrix\20const&\2c\20bool\29 -8559:GrBicubicEffect::Make\28GrSurfaceProxyView\2c\20SkAlphaType\2c\20SkMatrix\20const&\2c\20GrSamplerState::WrapMode\2c\20GrSamplerState::WrapMode\2c\20SkCubicResampler\2c\20GrBicubicEffect::Direction\2c\20GrCaps\20const&\29 -8560:GrBicubicEffect::MakeSubset\28GrSurfaceProxyView\2c\20SkAlphaType\2c\20SkMatrix\20const&\2c\20GrSamplerState::WrapMode\2c\20GrSamplerState::WrapMode\2c\20SkRect\20const&\2c\20SkRect\20const&\2c\20SkCubicResampler\2c\20GrBicubicEffect::Direction\2c\20GrCaps\20const&\29 -8561:GrBackendTexture::operator=\28GrBackendTexture\20const&\29 -8562:GrBackendTexture::GrBackendTexture\28int\2c\20int\2c\20std::__2::basic_string_view>\2c\20skgpu::Mipmapped\2c\20GrBackendApi\2c\20GrTextureType\2c\20GrGLBackendTextureData\20const&\29 -8563:GrBackendRenderTarget::isProtected\28\29\20const -8564:GrBackendFormatBytesPerBlock\28GrBackendFormat\20const&\29 -8565:GrBackendFormat::operator!=\28GrBackendFormat\20const&\29\20const -8566:GrBackendFormat::makeTexture2D\28\29\20const -8567:GrAuditTrail::opsCombined\28GrOp\20const*\2c\20GrOp\20const*\29 -8568:GrAttachment::ComputeSharedAttachmentUniqueKey\28GrCaps\20const&\2c\20GrBackendFormat\20const&\2c\20SkISize\2c\20GrAttachment::UsageFlags\2c\20int\2c\20skgpu::Mipmapped\2c\20skgpu::Protected\2c\20GrMemoryless\2c\20skgpu::UniqueKey*\29 -8569:GrAttachment::ComputeScratchKey\28GrCaps\20const&\2c\20GrBackendFormat\20const&\2c\20SkISize\2c\20GrAttachment::UsageFlags\2c\20int\2c\20skgpu::Mipmapped\2c\20skgpu::Protected\2c\20GrMemoryless\2c\20skgpu::ScratchKey*\29 -8570:GrAtlasManager::~GrAtlasManager\28\29 -8571:GrAtlasManager::getViews\28skgpu::MaskFormat\2c\20unsigned\20int*\29 -8572:GrAtlasManager::atlasGeneration\28skgpu::MaskFormat\29\20const -8573:GrAppliedClip::visitProxies\28std::__2::function\20const&\29\20const -8574:GrAppliedClip::addCoverageFP\28std::__2::unique_ptr>\29 -8575:GrAATriangulator::makeEvent\28GrAATriangulator::SSEdge*\2c\20GrTriangulator::Vertex*\2c\20GrAATriangulator::SSEdge*\2c\20GrTriangulator::Vertex*\2c\20GrAATriangulator::EventList*\2c\20GrTriangulator::Comparator\20const&\29\20const -8576:GrAATriangulator::connectPartners\28GrTriangulator::VertexList*\2c\20GrTriangulator::Comparator\20const&\29 -8577:GrAATriangulator::collapseOverlapRegions\28GrTriangulator::VertexList*\2c\20GrTriangulator::Comparator\20const&\2c\20GrAATriangulator::EventComparator\29 -8578:GrAATriangulator::Event*\20SkArenaAlloc::make\28GrAATriangulator::SSEdge*&\2c\20SkPoint&\2c\20unsigned\20char&\29 -8579:GrAAConvexTessellator::~GrAAConvexTessellator\28\29 -8580:GrAAConvexTessellator::quadTo\28SkPoint\20const*\29 -8581:GrAAConvexTessellator::fanRing\28GrAAConvexTessellator::Ring\20const&\29 -8582:GetShortIns -8583:GetNextKey -8584:GetAlphaSourceRow -8585:FontMgrRunIterator::~FontMgrRunIterator\28\29 -8586:FontMgrRunIterator::endOfCurrentRun\28\29\20const -8587:FontMgrRunIterator::atEnd\28\29\20const -8588:FinishRow -8589:FinishDecoding -8590:FindSortableTop\28SkOpContourHead*\29 -8591:FillAlphaPlane -8592:FT_Vector_NormLen -8593:FT_Sfnt_Table_Info -8594:FT_Select_Size -8595:FT_Render_Glyph -8596:FT_Remove_Module -8597:FT_Outline_Get_Orientation -8598:FT_Outline_EmboldenXY -8599:FT_Outline_Decompose -8600:FT_Open_Face -8601:FT_New_Library -8602:FT_New_GlyphSlot -8603:FT_Match_Size -8604:FT_GlyphLoader_Reset -8605:FT_GlyphLoader_Prepare -8606:FT_GlyphLoader_CheckSubGlyphs -8607:FT_Get_Var_Design_Coordinates -8608:FT_Get_Postscript_Name -8609:FT_Get_Paint_Layers -8610:FT_Get_PS_Font_Info -8611:FT_Get_Glyph_Name -8612:FT_Get_FSType_Flags -8613:FT_Get_Color_Glyph_ClipBox -8614:FT_Done_Size -8615:FT_Done_Library -8616:FT_Bitmap_Done -8617:FT_Bitmap_Convert -8618:FT_Add_Default_Modules -8619:ErrorStatusLossless -8620:EllipticalRRectOp::~EllipticalRRectOp\28\29_11135 -8621:EllipticalRRectOp::onCreateProgramInfo\28GrCaps\20const*\2c\20SkArenaAlloc*\2c\20GrSurfaceProxyView\20const&\2c\20bool\2c\20GrAppliedClip&&\2c\20GrDstProxyView\20const&\2c\20GrXferBarrierFlags\2c\20GrLoadOp\29 -8622:EllipticalRRectOp::EllipticalRRectOp\28GrProcessorSet*\2c\20SkRGBA4f<\28SkAlphaType\292>\20const&\2c\20SkMatrix\20const&\2c\20SkRect\20const&\2c\20float\2c\20float\2c\20SkPoint\2c\20bool\29 -8623:EllipseOp::EllipseOp\28GrProcessorSet*\2c\20SkRGBA4f<\28SkAlphaType\292>\20const&\2c\20SkMatrix\20const&\2c\20EllipseOp::DeviceSpaceParams\20const&\2c\20SkStrokeRec\20const&\29 -8624:EllipseGeometryProcessor::Impl::setData\28GrGLSLProgramDataManager\20const&\2c\20GrShaderCaps\20const&\2c\20GrGeometryProcessor\20const&\29 -8625:Dot2AngleType\28float\29 -8626:DoUVTransform -8627:DoTransform -8628:Dither8x8 -8629:DispatchAlpha_C -8630:DecodeVarLenUint8 -8631:DecodeContextMap -8632:DIEllipseOp::~DIEllipseOp\28\29 -8633:DIEllipseOp::DIEllipseOp\28GrProcessorSet*\2c\20SkRGBA4f<\28SkAlphaType\292>\20const&\2c\20DIEllipseOp::DeviceSpaceParams\20const&\2c\20SkMatrix\20const&\29 -8634:CustomXP::makeProgramImpl\28\29\20const::Impl::onSetData\28GrGLSLProgramDataManager\20const&\2c\20GrXferProcessor\20const&\29 -8635:CustomXP::makeProgramImpl\28\29\20const::Impl::emitBlendCodeForDstRead\28GrGLSLXPFragmentBuilder*\2c\20GrGLSLUniformHandler*\2c\20char\20const*\2c\20char\20const*\2c\20char\20const*\2c\20char\20const*\2c\20char\20const*\2c\20GrXferProcessor\20const&\29 -8636:Cr_z_inflateReset2 -8637:Cr_z_inflateReset -8638:CoverageSetOpXP::onIsEqual\28GrXferProcessor\20const&\29\20const -8639:CopyOrSwap -8640:Convexicator::close\28\29 -8641:Convexicator::addVec\28SkPoint\20const&\29 -8642:Convexicator::addPt\28SkPoint\20const&\29 -8643:ConvertToYUVA -8644:ContourIter::next\28\29 -8645:ColorIndexInverseTransform_C -8646:ClearMetadata -8647:CircularRRectOp::~CircularRRectOp\28\29_11112 -8648:CircularRRectOp::CircularRRectOp\28GrProcessorSet*\2c\20SkRGBA4f<\28SkAlphaType\292>\20const&\2c\20SkMatrix\20const&\2c\20SkRect\20const&\2c\20float\2c\20float\2c\20bool\29 -8649:CircleOp::~CircleOp\28\29 -8650:CircleOp::Make\28GrRecordingContext*\2c\20GrPaint&&\2c\20SkMatrix\20const&\2c\20SkPoint\2c\20float\2c\20GrStyle\20const&\2c\20CircleOp::ArcParams\20const*\29 -8651:CircleOp::CircleOp\28GrProcessorSet*\2c\20SkRGBA4f<\28SkAlphaType\292>\20const&\2c\20SkMatrix\20const&\2c\20SkPoint\2c\20float\2c\20GrStyle\20const&\2c\20CircleOp::ArcParams\20const*\29 -8652:CircleGeometryProcessor::Make\28SkArenaAlloc*\2c\20bool\2c\20bool\2c\20bool\2c\20bool\2c\20bool\2c\20bool\2c\20SkMatrix\20const&\29 -8653:CircleGeometryProcessor::Impl::setData\28GrGLSLProgramDataManager\20const&\2c\20GrShaderCaps\20const&\2c\20GrGeometryProcessor\20const&\29 -8654:CheckSizeArgumentsOverflow -8655:CheckDecBuffer -8656:ChangeState -8657:CFF::dict_interpreter_t\2c\20CFF::interp_env_t>::interpret\28CFF::cff1_private_dict_values_base_t&\29 -8658:CFF::cs_opset_t\2c\20cff2_path_param_t\2c\20cff2_path_procs_path_t>::process_op\28unsigned\20int\2c\20CFF::cff2_cs_interp_env_t&\2c\20cff2_path_param_t&\29 -8659:CFF::cff_stack_t::cff_stack_t\28\29 -8660:CFF::cff2_cs_interp_env_t::process_vsindex\28\29 -8661:CFF::cff2_cs_interp_env_t::process_blend\28\29 -8662:CFF::cff2_cs_interp_env_t::fetch_op\28\29 -8663:CFF::cff2_cs_interp_env_t::cff2_cs_interp_env_t\28hb_array_t\20const&\2c\20OT::cff2::accelerator_t\20const&\2c\20unsigned\20int\2c\20int\20const*\2c\20unsigned\20int\29 -8664:CFF::cff2_cs_interp_env_t::blend_deltas\28hb_array_t\29\20const -8665:CFF::cff1_top_dict_values_t::init\28\29 -8666:CFF::cff1_cs_interp_env_t::cff1_cs_interp_env_t\28hb_array_t\20const&\2c\20OT::cff1::accelerator_t\20const&\2c\20unsigned\20int\2c\20int\20const*\2c\20unsigned\20int\29 -8667:CFF::biased_subrs_t>>::init\28CFF::Subrs>\20const*\29 -8668:CFF::biased_subrs_t>>::init\28CFF::Subrs>\20const*\29 -8669:CFF::Subrs>\20const&\20CFF::StructAtOffsetOrNull>>\28void\20const*\2c\20int\2c\20hb_sanitize_context_t&\29 -8670:CFF::FDSelect::get_fd\28unsigned\20int\29\20const -8671:CFF::FDSelect3_4\2c\20OT::IntType>::sentinel\28\29\20const -8672:CFF::FDSelect3_4\2c\20OT::IntType>::sanitize\28hb_sanitize_context_t*\2c\20unsigned\20int\29\20const -8673:CFF::FDSelect3_4\2c\20OT::IntType>::get_fd\28unsigned\20int\29\20const -8674:CFF::FDSelect0::sanitize\28hb_sanitize_context_t*\2c\20unsigned\20int\29\20const -8675:CFF::Charset::get_glyph\28unsigned\20int\2c\20unsigned\20int\29\20const -8676:CFF::CFF2FDSelect::get_fd\28unsigned\20int\29\20const -8677:ButtCapDashedCircleOp::ButtCapDashedCircleOp\28GrProcessorSet*\2c\20SkRGBA4f<\28SkAlphaType\292>\20const&\2c\20SkMatrix\20const&\2c\20SkPoint\2c\20float\2c\20float\2c\20float\2c\20float\2c\20float\2c\20float\29 -8678:BrotliTransformDictionaryWord -8679:BrotliEnsureRingBuffer -8680:BrotliDecoderStateCleanupAfterMetablock -8681:BlockIndexIterator::Last\28SkBlockAllocator::Block\20const*\29\2c\20&SkTBlockList::First\28SkBlockAllocator::Block\20const*\29\2c\20&SkTBlockList::Decrement\28SkBlockAllocator::Block\20const*\2c\20int\29\2c\20&SkTBlockList::GetItem\28SkBlockAllocator::Block\20const*\2c\20int\29>::begin\28\29\20const -8682:BlockIndexIterator::First\28SkBlockAllocator::Block\20const*\29\2c\20&SkTBlockList::Last\28SkBlockAllocator::Block\20const*\29\2c\20&SkTBlockList::Increment\28SkBlockAllocator::Block\20const*\2c\20int\29\2c\20&SkTBlockList::GetItem\28SkBlockAllocator::Block\20const*\2c\20int\29>::Item::operator++\28\29 -8683:AutoRestoreInverseness::~AutoRestoreInverseness\28\29 -8684:AutoRestoreInverseness::AutoRestoreInverseness\28GrShape*\2c\20GrStyle\20const&\29 -8685:AutoLayerForImageFilter::~AutoLayerForImageFilter\28\29 -8686:AutoLayerForImageFilter::operator=\28AutoLayerForImageFilter&&\29 -8687:AutoLayerForImageFilter::addMaskFilterLayer\28SkRect\20const*\29 -8688:AutoLayerForImageFilter::addLayer\28SkPaint\20const&\2c\20SkRect\20const*\2c\20bool\29 -8689:AttributeListEntry*\20icu_74::MemoryPool::create<>\28\29 -8690:ApplyInverseTransforms -8691:AngleWinding\28SkOpSpanBase*\2c\20SkOpSpanBase*\2c\20int*\2c\20bool*\29 -8692:AlphaApplyFilter -8693:AllocateInternalBuffers32b -8694:AddIntersectTs\28SkOpContour*\2c\20SkOpContour*\2c\20SkOpCoincidence*\29 -8695:ActiveEdgeList::replace\28SkPoint\20const&\2c\20SkPoint\20const&\2c\20SkPoint\20const&\2c\20unsigned\20short\2c\20unsigned\20short\2c\20unsigned\20short\29 -8696:ActiveEdgeList::remove\28SkPoint\20const&\2c\20SkPoint\20const&\2c\20unsigned\20short\2c\20unsigned\20short\29 -8697:ActiveEdgeList::insert\28SkPoint\20const&\2c\20SkPoint\20const&\2c\20unsigned\20short\2c\20unsigned\20short\29 -8698:ActiveEdgeList::allocate\28SkPoint\20const&\2c\20SkPoint\20const&\2c\20unsigned\20short\2c\20unsigned\20short\29 -8699:ALPHDelete -8700:AAT::trak::sanitize\28hb_sanitize_context_t*\29\20const -8701:AAT::mortmorx::sanitize\28hb_sanitize_context_t*\29\20const -8702:AAT::mortmorx::sanitize\28hb_sanitize_context_t*\29\20const -8703:AAT::ltag::sanitize\28hb_sanitize_context_t*\29\20const -8704:AAT::ltag::get_language\28unsigned\20int\29\20const -8705:AAT::kern_subtable_accelerator_data_t::~kern_subtable_accelerator_data_t\28\29 -8706:AAT::kern_subtable_accelerator_data_t::kern_subtable_accelerator_data_t\28\29 -8707:AAT::kern_accelerator_data_t::operator=\28AAT::kern_accelerator_data_t&&\29 -8708:AAT::hb_aat_apply_context_t::return_t\20AAT::ChainSubtable::dispatch\28AAT::hb_aat_apply_context_t*\29\20const -8709:AAT::hb_aat_apply_context_t::return_t\20AAT::ChainSubtable::dispatch\28AAT::hb_aat_apply_context_t*\29\20const -8710:AAT::hb_aat_apply_context_t::replace_glyph\28unsigned\20int\29 -8711:AAT::feat::sanitize\28hb_sanitize_context_t*\29\20const -8712:AAT::ankr::sanitize\28hb_sanitize_context_t*\29\20const -8713:AAT::ankr::get_anchor\28unsigned\20int\2c\20unsigned\20int\2c\20unsigned\20int\29\20const -8714:AAT::TrackData::get_tracking\28void\20const*\2c\20float\2c\20float\29\20const -8715:AAT::Lookup>::get_value_or_null\28unsigned\20int\2c\20unsigned\20int\29\20const -8716:AAT::Lookup>::get_value\28unsigned\20int\2c\20unsigned\20int\29\20const -8717:AAT::Lookup>::get_value_or_null\28unsigned\20int\2c\20unsigned\20int\29\20const -8718:AAT::KerxTable::sanitize\28hb_sanitize_context_t*\29\20const -8719:AAT::KernPair\20const*\20hb_sorted_array_t::bsearch\28AAT::hb_glyph_pair_t\20const&\2c\20AAT::KernPair\20const*\29 -8720:AAT::KernPair\20const&\20OT::SortedArrayOf>>::bsearch\28AAT::hb_glyph_pair_t\20const&\2c\20AAT::KernPair\20const&\29\20const -8721:8505 -8722:8506 -8723:8507 -8724:8508 -8725:8509 -8726:8510 -8727:8511 -8728:8512 -8729:8513 -8730:8514 -8731:8515 -8732:8516 -8733:8517 -8734:8518 -8735:8519 -8736:8520 -8737:8521 -8738:8522 -8739:8523 -8740:8524 -8741:8525 -8742:8526 -8743:8527 -8744:8528 -8745:8529 -8746:8530 -8747:8531 -8748:8532 -8749:8533 -8750:8534 -8751:8535 -8752:8536 -8753:8537 -8754:8538 -8755:8539 -8756:8540 -8757:8541 -8758:8542 -8759:8543 -8760:8544 -8761:8545 -8762:8546 -8763:8547 -8764:8548 -8765:8549 -8766:8550 -8767:8551 -8768:8552 -8769:8553 -8770:8554 -8771:8555 -8772:8556 -8773:8557 -8774:8558 -8775:8559 -8776:8560 -8777:8561 -8778:8562 -8779:8563 -8780:8564 -8781:8565 -8782:8566 -8783:8567 -8784:8568 -8785:8569 -8786:8570 -8787:8571 -8788:8572 -8789:8573 -8790:8574 -8791:8575 -8792:8576 -8793:8577 -8794:8578 -8795:8579 -8796:8580 -8797:8581 -8798:8582 -8799:8583 -8800:8584 -8801:8585 -8802:8586 -8803:8587 -8804:8588 -8805:8589 -8806:8590 -8807:8591 -8808:8592 -8809:8593 -8810:8594 -8811:8595 -8812:8596 -8813:8597 -8814:8598 -8815:8599 -8816:8600 -8817:8601 -8818:8602 -8819:8603 -8820:8604 -8821:8605 -8822:xyzd50_to_hcl\28SkRGBA4f<\28SkAlphaType\292>\2c\20bool*\29 -8823:wuffs_gif__decoder__tell_me_more -8824:wuffs_gif__decoder__set_report_metadata -8825:wuffs_gif__decoder__set_quirk_enabled -8826:wuffs_gif__decoder__num_decoded_frames -8827:wuffs_gif__decoder__num_decoded_frame_configs -8828:wuffs_base__pixel_swizzler__xxxxxxxx__index_binary_alpha__src_over -8829:wuffs_base__pixel_swizzler__xxxxxxxx__index__src -8830:wuffs_base__pixel_swizzler__xxxx__index_binary_alpha__src_over -8831:wuffs_base__pixel_swizzler__xxxx__index__src -8832:wuffs_base__pixel_swizzler__xxx__index_binary_alpha__src_over -8833:wuffs_base__pixel_swizzler__xxx__index__src -8834:wuffs_base__pixel_swizzler__transparent_black_src_over -8835:wuffs_base__pixel_swizzler__transparent_black_src -8836:wuffs_base__pixel_swizzler__copy_1_1 -8837:wuffs_base__pixel_swizzler__bgr_565__index_binary_alpha__src_over -8838:wuffs_base__pixel_swizzler__bgr_565__index__src -8839:void\20std::__2::__call_once_proxy\5babi:nn180100\5d>\28void*\29 -8840:void\20std::__2::__call_once_proxy\5babi:ne180100\5d>\28void*\29 -8841:void\20mergeT\28void\20const*\2c\20int\2c\20unsigned\20char\20const*\2c\20int\2c\20void*\29 -8842:void\20mergeT\28void\20const*\2c\20int\2c\20unsigned\20char\20const*\2c\20int\2c\20void*\29 -8843:void\20\28anonymous\20namespace\29::downsample_3_3<\28anonymous\20namespace\29::ColorTypeFilter_RGBA_F16>\28void*\2c\20void\20const*\2c\20unsigned\20long\2c\20int\29 -8844:void\20\28anonymous\20namespace\29::downsample_3_3<\28anonymous\20namespace\29::ColorTypeFilter_F16F16>\28void*\2c\20void\20const*\2c\20unsigned\20long\2c\20int\29 -8845:void\20\28anonymous\20namespace\29::downsample_3_3<\28anonymous\20namespace\29::ColorTypeFilter_Alpha_F16>\28void*\2c\20void\20const*\2c\20unsigned\20long\2c\20int\29 -8846:void\20\28anonymous\20namespace\29::downsample_3_3<\28anonymous\20namespace\29::ColorTypeFilter_8>\28void*\2c\20void\20const*\2c\20unsigned\20long\2c\20int\29 -8847:void\20\28anonymous\20namespace\29::downsample_3_3<\28anonymous\20namespace\29::ColorTypeFilter_88>\28void*\2c\20void\20const*\2c\20unsigned\20long\2c\20int\29 -8848:void\20\28anonymous\20namespace\29::downsample_3_3<\28anonymous\20namespace\29::ColorTypeFilter_8888>\28void*\2c\20void\20const*\2c\20unsigned\20long\2c\20int\29 -8849:void\20\28anonymous\20namespace\29::downsample_3_3<\28anonymous\20namespace\29::ColorTypeFilter_565>\28void*\2c\20void\20const*\2c\20unsigned\20long\2c\20int\29 -8850:void\20\28anonymous\20namespace\29::downsample_3_3<\28anonymous\20namespace\29::ColorTypeFilter_4444>\28void*\2c\20void\20const*\2c\20unsigned\20long\2c\20int\29 -8851:void\20\28anonymous\20namespace\29::downsample_3_3<\28anonymous\20namespace\29::ColorTypeFilter_16>\28void*\2c\20void\20const*\2c\20unsigned\20long\2c\20int\29 -8852:void\20\28anonymous\20namespace\29::downsample_3_3<\28anonymous\20namespace\29::ColorTypeFilter_1616>\28void*\2c\20void\20const*\2c\20unsigned\20long\2c\20int\29 -8853:void\20\28anonymous\20namespace\29::downsample_3_3<\28anonymous\20namespace\29::ColorTypeFilter_16161616>\28void*\2c\20void\20const*\2c\20unsigned\20long\2c\20int\29 -8854:void\20\28anonymous\20namespace\29::downsample_3_3<\28anonymous\20namespace\29::ColorTypeFilter_1010102>\28void*\2c\20void\20const*\2c\20unsigned\20long\2c\20int\29 -8855:void\20\28anonymous\20namespace\29::downsample_3_2<\28anonymous\20namespace\29::ColorTypeFilter_RGBA_F16>\28void*\2c\20void\20const*\2c\20unsigned\20long\2c\20int\29 -8856:void\20\28anonymous\20namespace\29::downsample_3_2<\28anonymous\20namespace\29::ColorTypeFilter_F16F16>\28void*\2c\20void\20const*\2c\20unsigned\20long\2c\20int\29 -8857:void\20\28anonymous\20namespace\29::downsample_3_2<\28anonymous\20namespace\29::ColorTypeFilter_Alpha_F16>\28void*\2c\20void\20const*\2c\20unsigned\20long\2c\20int\29 -8858:void\20\28anonymous\20namespace\29::downsample_3_2<\28anonymous\20namespace\29::ColorTypeFilter_8>\28void*\2c\20void\20const*\2c\20unsigned\20long\2c\20int\29 -8859:void\20\28anonymous\20namespace\29::downsample_3_2<\28anonymous\20namespace\29::ColorTypeFilter_88>\28void*\2c\20void\20const*\2c\20unsigned\20long\2c\20int\29 -8860:void\20\28anonymous\20namespace\29::downsample_3_2<\28anonymous\20namespace\29::ColorTypeFilter_8888>\28void*\2c\20void\20const*\2c\20unsigned\20long\2c\20int\29 -8861:void\20\28anonymous\20namespace\29::downsample_3_2<\28anonymous\20namespace\29::ColorTypeFilter_565>\28void*\2c\20void\20const*\2c\20unsigned\20long\2c\20int\29 -8862:void\20\28anonymous\20namespace\29::downsample_3_2<\28anonymous\20namespace\29::ColorTypeFilter_4444>\28void*\2c\20void\20const*\2c\20unsigned\20long\2c\20int\29 -8863:void\20\28anonymous\20namespace\29::downsample_3_2<\28anonymous\20namespace\29::ColorTypeFilter_16>\28void*\2c\20void\20const*\2c\20unsigned\20long\2c\20int\29 -8864:void\20\28anonymous\20namespace\29::downsample_3_2<\28anonymous\20namespace\29::ColorTypeFilter_1616>\28void*\2c\20void\20const*\2c\20unsigned\20long\2c\20int\29 -8865:void\20\28anonymous\20namespace\29::downsample_3_2<\28anonymous\20namespace\29::ColorTypeFilter_16161616>\28void*\2c\20void\20const*\2c\20unsigned\20long\2c\20int\29 -8866:void\20\28anonymous\20namespace\29::downsample_3_2<\28anonymous\20namespace\29::ColorTypeFilter_1010102>\28void*\2c\20void\20const*\2c\20unsigned\20long\2c\20int\29 -8867:void\20\28anonymous\20namespace\29::downsample_3_1<\28anonymous\20namespace\29::ColorTypeFilter_RGBA_F16>\28void*\2c\20void\20const*\2c\20unsigned\20long\2c\20int\29 -8868:void\20\28anonymous\20namespace\29::downsample_3_1<\28anonymous\20namespace\29::ColorTypeFilter_F16F16>\28void*\2c\20void\20const*\2c\20unsigned\20long\2c\20int\29 -8869:void\20\28anonymous\20namespace\29::downsample_3_1<\28anonymous\20namespace\29::ColorTypeFilter_Alpha_F16>\28void*\2c\20void\20const*\2c\20unsigned\20long\2c\20int\29 -8870:void\20\28anonymous\20namespace\29::downsample_3_1<\28anonymous\20namespace\29::ColorTypeFilter_8>\28void*\2c\20void\20const*\2c\20unsigned\20long\2c\20int\29 -8871:void\20\28anonymous\20namespace\29::downsample_3_1<\28anonymous\20namespace\29::ColorTypeFilter_88>\28void*\2c\20void\20const*\2c\20unsigned\20long\2c\20int\29 -8872:void\20\28anonymous\20namespace\29::downsample_3_1<\28anonymous\20namespace\29::ColorTypeFilter_8888>\28void*\2c\20void\20const*\2c\20unsigned\20long\2c\20int\29 -8873:void\20\28anonymous\20namespace\29::downsample_3_1<\28anonymous\20namespace\29::ColorTypeFilter_565>\28void*\2c\20void\20const*\2c\20unsigned\20long\2c\20int\29 -8874:void\20\28anonymous\20namespace\29::downsample_3_1<\28anonymous\20namespace\29::ColorTypeFilter_4444>\28void*\2c\20void\20const*\2c\20unsigned\20long\2c\20int\29 -8875:void\20\28anonymous\20namespace\29::downsample_3_1<\28anonymous\20namespace\29::ColorTypeFilter_16>\28void*\2c\20void\20const*\2c\20unsigned\20long\2c\20int\29 -8876:void\20\28anonymous\20namespace\29::downsample_3_1<\28anonymous\20namespace\29::ColorTypeFilter_1616>\28void*\2c\20void\20const*\2c\20unsigned\20long\2c\20int\29 -8877:void\20\28anonymous\20namespace\29::downsample_3_1<\28anonymous\20namespace\29::ColorTypeFilter_16161616>\28void*\2c\20void\20const*\2c\20unsigned\20long\2c\20int\29 -8878:void\20\28anonymous\20namespace\29::downsample_3_1<\28anonymous\20namespace\29::ColorTypeFilter_1010102>\28void*\2c\20void\20const*\2c\20unsigned\20long\2c\20int\29 -8879:void\20\28anonymous\20namespace\29::downsample_2_3<\28anonymous\20namespace\29::ColorTypeFilter_RGBA_F16>\28void*\2c\20void\20const*\2c\20unsigned\20long\2c\20int\29 -8880:void\20\28anonymous\20namespace\29::downsample_2_3<\28anonymous\20namespace\29::ColorTypeFilter_F16F16>\28void*\2c\20void\20const*\2c\20unsigned\20long\2c\20int\29 -8881:void\20\28anonymous\20namespace\29::downsample_2_3<\28anonymous\20namespace\29::ColorTypeFilter_Alpha_F16>\28void*\2c\20void\20const*\2c\20unsigned\20long\2c\20int\29 -8882:void\20\28anonymous\20namespace\29::downsample_2_3<\28anonymous\20namespace\29::ColorTypeFilter_8>\28void*\2c\20void\20const*\2c\20unsigned\20long\2c\20int\29 -8883:void\20\28anonymous\20namespace\29::downsample_2_3<\28anonymous\20namespace\29::ColorTypeFilter_88>\28void*\2c\20void\20const*\2c\20unsigned\20long\2c\20int\29 -8884:void\20\28anonymous\20namespace\29::downsample_2_3<\28anonymous\20namespace\29::ColorTypeFilter_8888>\28void*\2c\20void\20const*\2c\20unsigned\20long\2c\20int\29 -8885:void\20\28anonymous\20namespace\29::downsample_2_3<\28anonymous\20namespace\29::ColorTypeFilter_565>\28void*\2c\20void\20const*\2c\20unsigned\20long\2c\20int\29 -8886:void\20\28anonymous\20namespace\29::downsample_2_3<\28anonymous\20namespace\29::ColorTypeFilter_4444>\28void*\2c\20void\20const*\2c\20unsigned\20long\2c\20int\29 -8887:void\20\28anonymous\20namespace\29::downsample_2_3<\28anonymous\20namespace\29::ColorTypeFilter_16>\28void*\2c\20void\20const*\2c\20unsigned\20long\2c\20int\29 -8888:void\20\28anonymous\20namespace\29::downsample_2_3<\28anonymous\20namespace\29::ColorTypeFilter_1616>\28void*\2c\20void\20const*\2c\20unsigned\20long\2c\20int\29 -8889:void\20\28anonymous\20namespace\29::downsample_2_3<\28anonymous\20namespace\29::ColorTypeFilter_16161616>\28void*\2c\20void\20const*\2c\20unsigned\20long\2c\20int\29 -8890:void\20\28anonymous\20namespace\29::downsample_2_3<\28anonymous\20namespace\29::ColorTypeFilter_1010102>\28void*\2c\20void\20const*\2c\20unsigned\20long\2c\20int\29 -8891:void\20\28anonymous\20namespace\29::downsample_2_2<\28anonymous\20namespace\29::ColorTypeFilter_RGBA_F16>\28void*\2c\20void\20const*\2c\20unsigned\20long\2c\20int\29 -8892:void\20\28anonymous\20namespace\29::downsample_2_2<\28anonymous\20namespace\29::ColorTypeFilter_F16F16>\28void*\2c\20void\20const*\2c\20unsigned\20long\2c\20int\29 -8893:void\20\28anonymous\20namespace\29::downsample_2_2<\28anonymous\20namespace\29::ColorTypeFilter_Alpha_F16>\28void*\2c\20void\20const*\2c\20unsigned\20long\2c\20int\29 -8894:void\20\28anonymous\20namespace\29::downsample_2_2<\28anonymous\20namespace\29::ColorTypeFilter_8>\28void*\2c\20void\20const*\2c\20unsigned\20long\2c\20int\29 -8895:void\20\28anonymous\20namespace\29::downsample_2_2<\28anonymous\20namespace\29::ColorTypeFilter_88>\28void*\2c\20void\20const*\2c\20unsigned\20long\2c\20int\29 -8896:void\20\28anonymous\20namespace\29::downsample_2_2<\28anonymous\20namespace\29::ColorTypeFilter_8888>\28void*\2c\20void\20const*\2c\20unsigned\20long\2c\20int\29 -8897:void\20\28anonymous\20namespace\29::downsample_2_2<\28anonymous\20namespace\29::ColorTypeFilter_565>\28void*\2c\20void\20const*\2c\20unsigned\20long\2c\20int\29 -8898:void\20\28anonymous\20namespace\29::downsample_2_2<\28anonymous\20namespace\29::ColorTypeFilter_4444>\28void*\2c\20void\20const*\2c\20unsigned\20long\2c\20int\29 -8899:void\20\28anonymous\20namespace\29::downsample_2_2<\28anonymous\20namespace\29::ColorTypeFilter_16>\28void*\2c\20void\20const*\2c\20unsigned\20long\2c\20int\29 -8900:void\20\28anonymous\20namespace\29::downsample_2_2<\28anonymous\20namespace\29::ColorTypeFilter_1616>\28void*\2c\20void\20const*\2c\20unsigned\20long\2c\20int\29 -8901:void\20\28anonymous\20namespace\29::downsample_2_2<\28anonymous\20namespace\29::ColorTypeFilter_16161616>\28void*\2c\20void\20const*\2c\20unsigned\20long\2c\20int\29 -8902:void\20\28anonymous\20namespace\29::downsample_2_2<\28anonymous\20namespace\29::ColorTypeFilter_1010102>\28void*\2c\20void\20const*\2c\20unsigned\20long\2c\20int\29 -8903:void\20\28anonymous\20namespace\29::downsample_2_1<\28anonymous\20namespace\29::ColorTypeFilter_RGBA_F16>\28void*\2c\20void\20const*\2c\20unsigned\20long\2c\20int\29 -8904:void\20\28anonymous\20namespace\29::downsample_2_1<\28anonymous\20namespace\29::ColorTypeFilter_F16F16>\28void*\2c\20void\20const*\2c\20unsigned\20long\2c\20int\29 -8905:void\20\28anonymous\20namespace\29::downsample_2_1<\28anonymous\20namespace\29::ColorTypeFilter_Alpha_F16>\28void*\2c\20void\20const*\2c\20unsigned\20long\2c\20int\29 -8906:void\20\28anonymous\20namespace\29::downsample_2_1<\28anonymous\20namespace\29::ColorTypeFilter_8>\28void*\2c\20void\20const*\2c\20unsigned\20long\2c\20int\29 -8907:void\20\28anonymous\20namespace\29::downsample_2_1<\28anonymous\20namespace\29::ColorTypeFilter_88>\28void*\2c\20void\20const*\2c\20unsigned\20long\2c\20int\29 -8908:void\20\28anonymous\20namespace\29::downsample_2_1<\28anonymous\20namespace\29::ColorTypeFilter_8888>\28void*\2c\20void\20const*\2c\20unsigned\20long\2c\20int\29 -8909:void\20\28anonymous\20namespace\29::downsample_2_1<\28anonymous\20namespace\29::ColorTypeFilter_565>\28void*\2c\20void\20const*\2c\20unsigned\20long\2c\20int\29 -8910:void\20\28anonymous\20namespace\29::downsample_2_1<\28anonymous\20namespace\29::ColorTypeFilter_4444>\28void*\2c\20void\20const*\2c\20unsigned\20long\2c\20int\29 -8911:void\20\28anonymous\20namespace\29::downsample_2_1<\28anonymous\20namespace\29::ColorTypeFilter_16>\28void*\2c\20void\20const*\2c\20unsigned\20long\2c\20int\29 -8912:void\20\28anonymous\20namespace\29::downsample_2_1<\28anonymous\20namespace\29::ColorTypeFilter_1616>\28void*\2c\20void\20const*\2c\20unsigned\20long\2c\20int\29 -8913:void\20\28anonymous\20namespace\29::downsample_2_1<\28anonymous\20namespace\29::ColorTypeFilter_16161616>\28void*\2c\20void\20const*\2c\20unsigned\20long\2c\20int\29 -8914:void\20\28anonymous\20namespace\29::downsample_2_1<\28anonymous\20namespace\29::ColorTypeFilter_1010102>\28void*\2c\20void\20const*\2c\20unsigned\20long\2c\20int\29 -8915:void\20\28anonymous\20namespace\29::downsample_1_3<\28anonymous\20namespace\29::ColorTypeFilter_RGBA_F16>\28void*\2c\20void\20const*\2c\20unsigned\20long\2c\20int\29 -8916:void\20\28anonymous\20namespace\29::downsample_1_3<\28anonymous\20namespace\29::ColorTypeFilter_F16F16>\28void*\2c\20void\20const*\2c\20unsigned\20long\2c\20int\29 -8917:void\20\28anonymous\20namespace\29::downsample_1_3<\28anonymous\20namespace\29::ColorTypeFilter_Alpha_F16>\28void*\2c\20void\20const*\2c\20unsigned\20long\2c\20int\29 -8918:void\20\28anonymous\20namespace\29::downsample_1_3<\28anonymous\20namespace\29::ColorTypeFilter_8>\28void*\2c\20void\20const*\2c\20unsigned\20long\2c\20int\29 -8919:void\20\28anonymous\20namespace\29::downsample_1_3<\28anonymous\20namespace\29::ColorTypeFilter_88>\28void*\2c\20void\20const*\2c\20unsigned\20long\2c\20int\29 -8920:void\20\28anonymous\20namespace\29::downsample_1_3<\28anonymous\20namespace\29::ColorTypeFilter_8888>\28void*\2c\20void\20const*\2c\20unsigned\20long\2c\20int\29 -8921:void\20\28anonymous\20namespace\29::downsample_1_3<\28anonymous\20namespace\29::ColorTypeFilter_565>\28void*\2c\20void\20const*\2c\20unsigned\20long\2c\20int\29 -8922:void\20\28anonymous\20namespace\29::downsample_1_3<\28anonymous\20namespace\29::ColorTypeFilter_4444>\28void*\2c\20void\20const*\2c\20unsigned\20long\2c\20int\29 -8923:void\20\28anonymous\20namespace\29::downsample_1_3<\28anonymous\20namespace\29::ColorTypeFilter_16>\28void*\2c\20void\20const*\2c\20unsigned\20long\2c\20int\29 -8924:void\20\28anonymous\20namespace\29::downsample_1_3<\28anonymous\20namespace\29::ColorTypeFilter_1616>\28void*\2c\20void\20const*\2c\20unsigned\20long\2c\20int\29 -8925:void\20\28anonymous\20namespace\29::downsample_1_3<\28anonymous\20namespace\29::ColorTypeFilter_16161616>\28void*\2c\20void\20const*\2c\20unsigned\20long\2c\20int\29 -8926:void\20\28anonymous\20namespace\29::downsample_1_3<\28anonymous\20namespace\29::ColorTypeFilter_1010102>\28void*\2c\20void\20const*\2c\20unsigned\20long\2c\20int\29 -8927:void\20\28anonymous\20namespace\29::downsample_1_2<\28anonymous\20namespace\29::ColorTypeFilter_RGBA_F16>\28void*\2c\20void\20const*\2c\20unsigned\20long\2c\20int\29 -8928:void\20\28anonymous\20namespace\29::downsample_1_2<\28anonymous\20namespace\29::ColorTypeFilter_F16F16>\28void*\2c\20void\20const*\2c\20unsigned\20long\2c\20int\29 -8929:void\20\28anonymous\20namespace\29::downsample_1_2<\28anonymous\20namespace\29::ColorTypeFilter_Alpha_F16>\28void*\2c\20void\20const*\2c\20unsigned\20long\2c\20int\29 -8930:void\20\28anonymous\20namespace\29::downsample_1_2<\28anonymous\20namespace\29::ColorTypeFilter_8>\28void*\2c\20void\20const*\2c\20unsigned\20long\2c\20int\29 -8931:void\20\28anonymous\20namespace\29::downsample_1_2<\28anonymous\20namespace\29::ColorTypeFilter_88>\28void*\2c\20void\20const*\2c\20unsigned\20long\2c\20int\29 -8932:void\20\28anonymous\20namespace\29::downsample_1_2<\28anonymous\20namespace\29::ColorTypeFilter_8888>\28void*\2c\20void\20const*\2c\20unsigned\20long\2c\20int\29 -8933:void\20\28anonymous\20namespace\29::downsample_1_2<\28anonymous\20namespace\29::ColorTypeFilter_565>\28void*\2c\20void\20const*\2c\20unsigned\20long\2c\20int\29 -8934:void\20\28anonymous\20namespace\29::downsample_1_2<\28anonymous\20namespace\29::ColorTypeFilter_4444>\28void*\2c\20void\20const*\2c\20unsigned\20long\2c\20int\29 -8935:void\20\28anonymous\20namespace\29::downsample_1_2<\28anonymous\20namespace\29::ColorTypeFilter_16>\28void*\2c\20void\20const*\2c\20unsigned\20long\2c\20int\29 -8936:void\20\28anonymous\20namespace\29::downsample_1_2<\28anonymous\20namespace\29::ColorTypeFilter_1616>\28void*\2c\20void\20const*\2c\20unsigned\20long\2c\20int\29 -8937:void\20\28anonymous\20namespace\29::downsample_1_2<\28anonymous\20namespace\29::ColorTypeFilter_16161616>\28void*\2c\20void\20const*\2c\20unsigned\20long\2c\20int\29 -8938:void\20\28anonymous\20namespace\29::downsample_1_2<\28anonymous\20namespace\29::ColorTypeFilter_1010102>\28void*\2c\20void\20const*\2c\20unsigned\20long\2c\20int\29 -8939:void*\20OT::hb_accelerate_subtables_context_t::cache_func_to>\28void*\2c\20OT::hb_ot_lookup_cache_op_t\29 -8940:virtual\20thunk\20to\20std::__2::basic_stringstream\2c\20std::__2::allocator>::~basic_stringstream\28\29_16427 -8941:virtual\20thunk\20to\20std::__2::basic_stringstream\2c\20std::__2::allocator>::~basic_stringstream\28\29 -8942:virtual\20thunk\20to\20std::__2::basic_istream>::~basic_istream\28\29_16273 -8943:virtual\20thunk\20to\20std::__2::basic_istream>::~basic_istream\28\29 -8944:virtual\20thunk\20to\20std::__2::basic_iostream>::~basic_iostream\28\29_16317 -8945:virtual\20thunk\20to\20std::__2::basic_iostream>::~basic_iostream\28\29 -8946:virtual\20thunk\20to\20GrTextureRenderTargetProxy::~GrTextureRenderTargetProxy\28\29_9762 -8947:virtual\20thunk\20to\20GrTextureRenderTargetProxy::~GrTextureRenderTargetProxy\28\29 -8948:virtual\20thunk\20to\20GrTextureRenderTargetProxy::onUninstantiatedGpuMemorySize\28\29\20const -8949:virtual\20thunk\20to\20GrTextureRenderTargetProxy::instantiate\28GrResourceProvider*\29 -8950:virtual\20thunk\20to\20GrTextureRenderTargetProxy::createSurface\28GrResourceProvider*\29\20const -8951:virtual\20thunk\20to\20GrTextureRenderTargetProxy::callbackDesc\28\29\20const -8952:virtual\20thunk\20to\20GrTextureProxy::~GrTextureProxy\28\29_9734 -8953:virtual\20thunk\20to\20GrTextureProxy::~GrTextureProxy\28\29 -8954:virtual\20thunk\20to\20GrTextureProxy::onUninstantiatedGpuMemorySize\28\29\20const -8955:virtual\20thunk\20to\20GrTextureProxy::instantiate\28GrResourceProvider*\29 -8956:virtual\20thunk\20to\20GrTextureProxy::getUniqueKey\28\29\20const -8957:virtual\20thunk\20to\20GrTextureProxy::createSurface\28GrResourceProvider*\29\20const -8958:virtual\20thunk\20to\20GrTextureProxy::callbackDesc\28\29\20const -8959:virtual\20thunk\20to\20GrTextureProxy::asTextureProxy\28\29\20const -8960:virtual\20thunk\20to\20GrTextureProxy::asTextureProxy\28\29 -8961:virtual\20thunk\20to\20GrTexture::onGpuMemorySize\28\29\20const -8962:virtual\20thunk\20to\20GrTexture::computeScratchKey\28skgpu::ScratchKey*\29\20const -8963:virtual\20thunk\20to\20GrTexture::asTexture\28\29\20const -8964:virtual\20thunk\20to\20GrTexture::asTexture\28\29 -8965:virtual\20thunk\20to\20GrRenderTargetProxy::~GrRenderTargetProxy\28\29_9577 -8966:virtual\20thunk\20to\20GrRenderTargetProxy::~GrRenderTargetProxy\28\29 -8967:virtual\20thunk\20to\20GrRenderTargetProxy::onUninstantiatedGpuMemorySize\28\29\20const -8968:virtual\20thunk\20to\20GrRenderTargetProxy::instantiate\28GrResourceProvider*\29 -8969:virtual\20thunk\20to\20GrRenderTargetProxy::createSurface\28GrResourceProvider*\29\20const -8970:virtual\20thunk\20to\20GrRenderTargetProxy::callbackDesc\28\29\20const -8971:virtual\20thunk\20to\20GrRenderTargetProxy::asRenderTargetProxy\28\29\20const -8972:virtual\20thunk\20to\20GrRenderTargetProxy::asRenderTargetProxy\28\29 -8973:virtual\20thunk\20to\20GrRenderTarget::onRelease\28\29 -8974:virtual\20thunk\20to\20GrRenderTarget::onAbandon\28\29 -8975:virtual\20thunk\20to\20GrRenderTarget::asRenderTarget\28\29\20const -8976:virtual\20thunk\20to\20GrRenderTarget::asRenderTarget\28\29 -8977:virtual\20thunk\20to\20GrGLTextureRenderTarget::~GrGLTextureRenderTarget\28\29_12217 -8978:virtual\20thunk\20to\20GrGLTextureRenderTarget::~GrGLTextureRenderTarget\28\29 -8979:virtual\20thunk\20to\20GrGLTextureRenderTarget::onRelease\28\29 -8980:virtual\20thunk\20to\20GrGLTextureRenderTarget::onGpuMemorySize\28\29\20const -8981:virtual\20thunk\20to\20GrGLTextureRenderTarget::onAbandon\28\29 -8982:virtual\20thunk\20to\20GrGLTextureRenderTarget::dumpMemoryStatistics\28SkTraceMemoryDump*\29\20const -8983:virtual\20thunk\20to\20GrGLTexture::~GrGLTexture\28\29_12186 -8984:virtual\20thunk\20to\20GrGLTexture::~GrGLTexture\28\29 -8985:virtual\20thunk\20to\20GrGLTexture::onRelease\28\29 -8986:virtual\20thunk\20to\20GrGLTexture::onAbandon\28\29 -8987:virtual\20thunk\20to\20GrGLTexture::dumpMemoryStatistics\28SkTraceMemoryDump*\29\20const -8988:virtual\20thunk\20to\20GrGLSLFragmentShaderBuilder::~GrGLSLFragmentShaderBuilder\28\29_10459 -8989:virtual\20thunk\20to\20GrGLSLFragmentShaderBuilder::~GrGLSLFragmentShaderBuilder\28\29 -8990:virtual\20thunk\20to\20GrGLSLFragmentShaderBuilder::onFinalize\28\29 -8991:virtual\20thunk\20to\20GrGLRenderTarget::~GrGLRenderTarget\28\29_12159 -8992:virtual\20thunk\20to\20GrGLRenderTarget::~GrGLRenderTarget\28\29 -8993:virtual\20thunk\20to\20GrGLRenderTarget::onRelease\28\29 -8994:virtual\20thunk\20to\20GrGLRenderTarget::onGpuMemorySize\28\29\20const -8995:virtual\20thunk\20to\20GrGLRenderTarget::onAbandon\28\29 -8996:virtual\20thunk\20to\20GrGLRenderTarget::dumpMemoryStatistics\28SkTraceMemoryDump*\29\20const -8997:virtual\20thunk\20to\20GrGLRenderTarget::backendFormat\28\29\20const -8998:vertices_dispose -8999:vertices_create -9000:utf8TextMapOffsetToNative\28UText\20const*\29 -9001:utf8TextMapIndexToUTF16\28UText\20const*\2c\20long\20long\29 -9002:utf8TextLength\28UText*\29 -9003:utf8TextExtract\28UText*\2c\20long\20long\2c\20long\20long\2c\20char16_t*\2c\20int\2c\20UErrorCode*\29 -9004:utf8TextClone\28UText*\2c\20UText\20const*\2c\20signed\20char\2c\20UErrorCode*\29 -9005:utext_openUTF8_74 -9006:ustrcase_internalToUpper_74 -9007:ustrcase_internalFold_74 -9008:ures_loc_resetLocales\28UEnumeration*\2c\20UErrorCode*\29 -9009:ures_loc_nextLocale\28UEnumeration*\2c\20int*\2c\20UErrorCode*\29 -9010:ures_loc_countLocales\28UEnumeration*\2c\20UErrorCode*\29 -9011:ures_loc_closeLocales\28UEnumeration*\29 -9012:ures_cleanup\28\29 -9013:unistrTextReplace\28UText*\2c\20long\20long\2c\20long\20long\2c\20char16_t\20const*\2c\20int\2c\20UErrorCode*\29 -9014:unistrTextLength\28UText*\29 -9015:unistrTextExtract\28UText*\2c\20long\20long\2c\20long\20long\2c\20char16_t*\2c\20int\2c\20UErrorCode*\29 -9016:unistrTextCopy\28UText*\2c\20long\20long\2c\20long\20long\2c\20long\20long\2c\20signed\20char\2c\20UErrorCode*\29 -9017:unistrTextClose\28UText*\29 -9018:unistrTextClone\28UText*\2c\20UText\20const*\2c\20signed\20char\2c\20UErrorCode*\29 -9019:unistrTextAccess\28UText*\2c\20long\20long\2c\20signed\20char\29 -9020:unicodePositionBuffer_free -9021:unicodePositionBuffer_create -9022:uloc_kw_resetKeywords\28UEnumeration*\2c\20UErrorCode*\29 -9023:uloc_kw_nextKeyword\28UEnumeration*\2c\20int*\2c\20UErrorCode*\29 -9024:uloc_kw_countKeywords\28UEnumeration*\2c\20UErrorCode*\29 -9025:uloc_kw_closeKeywords\28UEnumeration*\29 -9026:uloc_key_type_cleanup\28\29 -9027:uloc_getDefault_74 -9028:uloc_forLanguageTag_74 -9029:uhash_hashUnicodeString_74 -9030:uhash_hashUChars_74 -9031:uhash_hashIChars_74 -9032:uhash_deleteHashtable_74 -9033:uhash_compareUnicodeString_74 -9034:uhash_compareUChars_74 -9035:uhash_compareLong_74 -9036:uhash_compareIChars_74 -9037:uenum_unextDefault_74 -9038:udata_initHashTable\28UErrorCode&\29 -9039:udata_cleanup\28\29 -9040:ucstrTextLength\28UText*\29 -9041:ucstrTextExtract\28UText*\2c\20long\20long\2c\20long\20long\2c\20char16_t*\2c\20int\2c\20UErrorCode*\29 -9042:ucstrTextClone\28UText*\2c\20UText\20const*\2c\20signed\20char\2c\20UErrorCode*\29 -9043:ubrk_setUText_74 -9044:ubrk_preceding_74 -9045:ubrk_open_74 -9046:ubrk_next_74 -9047:ubrk_getRuleStatus_74 -9048:ubrk_following_74 -9049:ubrk_current_74 -9050:ubidi_reorderVisual_74 -9051:ubidi_openSized_74 -9052:ubidi_getLevelAt_74 -9053:ubidi_getLength_74 -9054:ubidi_getDirection_74 -9055:u_strToUpper_74 -9056:u_isspace_74 -9057:u_iscntrl_74 -9058:u_isWhitespace_74 -9059:u_hasBinaryProperty_74 -9060:u_errorName_74 -9061:typefaces_filterCoveredCodePoints -9062:typeface_dispose -9063:typeface_create -9064:tt_vadvance_adjust -9065:tt_slot_init -9066:tt_size_request -9067:tt_size_init -9068:tt_size_done -9069:tt_sbit_decoder_load_png -9070:tt_sbit_decoder_load_compound -9071:tt_sbit_decoder_load_byte_aligned -9072:tt_sbit_decoder_load_bit_aligned -9073:tt_property_set -9074:tt_property_get -9075:tt_name_ascii_from_utf16 -9076:tt_name_ascii_from_other -9077:tt_hadvance_adjust -9078:tt_glyph_load -9079:tt_get_var_blend -9080:tt_get_interface -9081:tt_get_glyph_name -9082:tt_get_cmap_info -9083:tt_get_advances -9084:tt_face_set_sbit_strike -9085:tt_face_load_strike_metrics -9086:tt_face_load_sbit_image -9087:tt_face_load_sbit -9088:tt_face_load_post -9089:tt_face_load_pclt -9090:tt_face_load_os2 -9091:tt_face_load_name -9092:tt_face_load_maxp -9093:tt_face_load_kern -9094:tt_face_load_hmtx -9095:tt_face_load_hhea -9096:tt_face_load_head -9097:tt_face_load_gasp -9098:tt_face_load_font_dir -9099:tt_face_load_cpal -9100:tt_face_load_colr -9101:tt_face_load_cmap -9102:tt_face_load_bhed -9103:tt_face_load_any -9104:tt_face_init -9105:tt_face_get_paint_layers -9106:tt_face_get_paint -9107:tt_face_get_kerning -9108:tt_face_get_colr_layer -9109:tt_face_get_colr_glyph_paint -9110:tt_face_get_colorline_stops -9111:tt_face_get_color_glyph_clipbox -9112:tt_face_free_sbit -9113:tt_face_free_ps_names -9114:tt_face_free_name -9115:tt_face_free_cpal -9116:tt_face_free_colr -9117:tt_face_done -9118:tt_face_colr_blend_layer -9119:tt_driver_init -9120:tt_cmap_unicode_init -9121:tt_cmap_unicode_char_next -9122:tt_cmap_unicode_char_index -9123:tt_cmap_init -9124:tt_cmap8_validate -9125:tt_cmap8_get_info -9126:tt_cmap8_char_next -9127:tt_cmap8_char_index -9128:tt_cmap6_validate -9129:tt_cmap6_get_info -9130:tt_cmap6_char_next -9131:tt_cmap6_char_index -9132:tt_cmap4_validate -9133:tt_cmap4_init -9134:tt_cmap4_get_info -9135:tt_cmap4_char_next -9136:tt_cmap4_char_index -9137:tt_cmap2_validate -9138:tt_cmap2_get_info -9139:tt_cmap2_char_next -9140:tt_cmap2_char_index -9141:tt_cmap14_variants -9142:tt_cmap14_variant_chars -9143:tt_cmap14_validate -9144:tt_cmap14_init -9145:tt_cmap14_get_info -9146:tt_cmap14_done -9147:tt_cmap14_char_variants -9148:tt_cmap14_char_var_isdefault -9149:tt_cmap14_char_var_index -9150:tt_cmap14_char_next -9151:tt_cmap13_validate -9152:tt_cmap13_get_info -9153:tt_cmap13_char_next -9154:tt_cmap13_char_index -9155:tt_cmap12_validate -9156:tt_cmap12_get_info -9157:tt_cmap12_char_next -9158:tt_cmap12_char_index -9159:tt_cmap10_validate -9160:tt_cmap10_get_info -9161:tt_cmap10_char_next -9162:tt_cmap10_char_index -9163:tt_cmap0_validate -9164:tt_cmap0_get_info -9165:tt_cmap0_char_next -9166:tt_cmap0_char_index -9167:textStyle_setWordSpacing -9168:textStyle_setTextBaseline -9169:textStyle_setLocale -9170:textStyle_setLetterSpacing -9171:textStyle_setHeight -9172:textStyle_setHalfLeading -9173:textStyle_setForeground -9174:textStyle_setFontVariations -9175:textStyle_setFontStyle -9176:textStyle_setFontSize -9177:textStyle_setDecorationStyle -9178:textStyle_setDecorationColor -9179:textStyle_setColor -9180:textStyle_setBackground -9181:textStyle_dispose -9182:textStyle_create -9183:textStyle_copy -9184:textStyle_clearFontFamilies -9185:textStyle_addShadow -9186:textStyle_addFontFeature -9187:textStyle_addFontFamilies -9188:textBoxList_getLength -9189:textBoxList_getBoxAtIndex -9190:textBoxList_dispose -9191:t2_hints_stems -9192:t2_hints_open -9193:t1_make_subfont -9194:t1_hints_stem -9195:t1_hints_open -9196:t1_decrypt -9197:t1_decoder_parse_metrics -9198:t1_decoder_init -9199:t1_decoder_done -9200:t1_cmap_unicode_init -9201:t1_cmap_unicode_char_next -9202:t1_cmap_unicode_char_index -9203:t1_cmap_std_done -9204:t1_cmap_std_char_next -9205:t1_cmap_standard_init -9206:t1_cmap_expert_init -9207:t1_cmap_custom_init -9208:t1_cmap_custom_done -9209:t1_cmap_custom_char_next -9210:t1_cmap_custom_char_index -9211:t1_builder_start_point -9212:swizzle_or_premul\28SkImageInfo\20const&\2c\20void*\2c\20unsigned\20long\2c\20SkImageInfo\20const&\2c\20void\20const*\2c\20unsigned\20long\2c\20SkColorSpaceXformSteps\20const&\29 -9213:surface_renderPicturesOnWorker -9214:surface_renderPictures -9215:surface_rasterizeImageOnWorker -9216:surface_rasterizeImage -9217:surface_onRenderComplete -9218:surface_onRasterizeComplete -9219:surface_dispose -9220:surface_destroy -9221:surface_create -9222:strutStyle_setLeading -9223:strutStyle_setHeight -9224:strutStyle_setHalfLeading -9225:strutStyle_setForceStrutHeight -9226:strutStyle_setFontStyle -9227:strutStyle_setFontFamilies -9228:strutStyle_dispose -9229:strutStyle_create -9230:string_read -9231:std::exception::what\28\29\20const -9232:std::bad_variant_access::what\28\29\20const -9233:std::bad_optional_access::what\28\29\20const -9234:std::bad_array_new_length::what\28\29\20const -9235:std::bad_alloc::what\28\29\20const -9236:std::__2::time_put>>::do_put\28std::__2::ostreambuf_iterator>\2c\20std::__2::ios_base&\2c\20wchar_t\2c\20tm\20const*\2c\20char\2c\20char\29\20const -9237:std::__2::time_put>>::do_put\28std::__2::ostreambuf_iterator>\2c\20std::__2::ios_base&\2c\20char\2c\20tm\20const*\2c\20char\2c\20char\29\20const -9238:std::__2::time_get>>::do_get_year\28std::__2::istreambuf_iterator>\2c\20std::__2::istreambuf_iterator>\2c\20std::__2::ios_base&\2c\20unsigned\20int&\2c\20tm*\29\20const -9239:std::__2::time_get>>::do_get_weekday\28std::__2::istreambuf_iterator>\2c\20std::__2::istreambuf_iterator>\2c\20std::__2::ios_base&\2c\20unsigned\20int&\2c\20tm*\29\20const -9240:std::__2::time_get>>::do_get_time\28std::__2::istreambuf_iterator>\2c\20std::__2::istreambuf_iterator>\2c\20std::__2::ios_base&\2c\20unsigned\20int&\2c\20tm*\29\20const -9241:std::__2::time_get>>::do_get_monthname\28std::__2::istreambuf_iterator>\2c\20std::__2::istreambuf_iterator>\2c\20std::__2::ios_base&\2c\20unsigned\20int&\2c\20tm*\29\20const -9242:std::__2::time_get>>::do_get_date\28std::__2::istreambuf_iterator>\2c\20std::__2::istreambuf_iterator>\2c\20std::__2::ios_base&\2c\20unsigned\20int&\2c\20tm*\29\20const -9243:std::__2::time_get>>::do_get\28std::__2::istreambuf_iterator>\2c\20std::__2::istreambuf_iterator>\2c\20std::__2::ios_base&\2c\20unsigned\20int&\2c\20tm*\2c\20char\2c\20char\29\20const -9244:std::__2::time_get>>::do_get_year\28std::__2::istreambuf_iterator>\2c\20std::__2::istreambuf_iterator>\2c\20std::__2::ios_base&\2c\20unsigned\20int&\2c\20tm*\29\20const -9245:std::__2::time_get>>::do_get_weekday\28std::__2::istreambuf_iterator>\2c\20std::__2::istreambuf_iterator>\2c\20std::__2::ios_base&\2c\20unsigned\20int&\2c\20tm*\29\20const -9246:std::__2::time_get>>::do_get_time\28std::__2::istreambuf_iterator>\2c\20std::__2::istreambuf_iterator>\2c\20std::__2::ios_base&\2c\20unsigned\20int&\2c\20tm*\29\20const -9247:std::__2::time_get>>::do_get_monthname\28std::__2::istreambuf_iterator>\2c\20std::__2::istreambuf_iterator>\2c\20std::__2::ios_base&\2c\20unsigned\20int&\2c\20tm*\29\20const -9248:std::__2::time_get>>::do_get_date\28std::__2::istreambuf_iterator>\2c\20std::__2::istreambuf_iterator>\2c\20std::__2::ios_base&\2c\20unsigned\20int&\2c\20tm*\29\20const -9249:std::__2::time_get>>::do_get\28std::__2::istreambuf_iterator>\2c\20std::__2::istreambuf_iterator>\2c\20std::__2::ios_base&\2c\20unsigned\20int&\2c\20tm*\2c\20char\2c\20char\29\20const -9250:std::__2::numpunct::~numpunct\28\29_17237 -9251:std::__2::numpunct::do_truename\28\29\20const -9252:std::__2::numpunct::do_grouping\28\29\20const -9253:std::__2::numpunct::do_falsename\28\29\20const -9254:std::__2::numpunct::~numpunct\28\29_17244 -9255:std::__2::numpunct::do_truename\28\29\20const -9256:std::__2::numpunct::do_thousands_sep\28\29\20const -9257:std::__2::numpunct::do_grouping\28\29\20const -9258:std::__2::numpunct::do_falsename\28\29\20const -9259:std::__2::numpunct::do_decimal_point\28\29\20const -9260:std::__2::num_put>>::do_put\28std::__2::ostreambuf_iterator>\2c\20std::__2::ios_base&\2c\20wchar_t\2c\20void\20const*\29\20const -9261:std::__2::num_put>>::do_put\28std::__2::ostreambuf_iterator>\2c\20std::__2::ios_base&\2c\20wchar_t\2c\20unsigned\20long\29\20const -9262:std::__2::num_put>>::do_put\28std::__2::ostreambuf_iterator>\2c\20std::__2::ios_base&\2c\20wchar_t\2c\20unsigned\20long\20long\29\20const -9263:std::__2::num_put>>::do_put\28std::__2::ostreambuf_iterator>\2c\20std::__2::ios_base&\2c\20wchar_t\2c\20long\29\20const -9264:std::__2::num_put>>::do_put\28std::__2::ostreambuf_iterator>\2c\20std::__2::ios_base&\2c\20wchar_t\2c\20long\20long\29\20const -9265:std::__2::num_put>>::do_put\28std::__2::ostreambuf_iterator>\2c\20std::__2::ios_base&\2c\20wchar_t\2c\20long\20double\29\20const -9266:std::__2::num_put>>::do_put\28std::__2::ostreambuf_iterator>\2c\20std::__2::ios_base&\2c\20wchar_t\2c\20double\29\20const -9267:std::__2::num_put>>::do_put\28std::__2::ostreambuf_iterator>\2c\20std::__2::ios_base&\2c\20wchar_t\2c\20bool\29\20const -9268:std::__2::num_put>>::do_put\28std::__2::ostreambuf_iterator>\2c\20std::__2::ios_base&\2c\20char\2c\20void\20const*\29\20const -9269:std::__2::num_put>>::do_put\28std::__2::ostreambuf_iterator>\2c\20std::__2::ios_base&\2c\20char\2c\20unsigned\20long\29\20const -9270:std::__2::num_put>>::do_put\28std::__2::ostreambuf_iterator>\2c\20std::__2::ios_base&\2c\20char\2c\20unsigned\20long\20long\29\20const -9271:std::__2::num_put>>::do_put\28std::__2::ostreambuf_iterator>\2c\20std::__2::ios_base&\2c\20char\2c\20long\29\20const -9272:std::__2::num_put>>::do_put\28std::__2::ostreambuf_iterator>\2c\20std::__2::ios_base&\2c\20char\2c\20long\20long\29\20const -9273:std::__2::num_put>>::do_put\28std::__2::ostreambuf_iterator>\2c\20std::__2::ios_base&\2c\20char\2c\20long\20double\29\20const -9274:std::__2::num_put>>::do_put\28std::__2::ostreambuf_iterator>\2c\20std::__2::ios_base&\2c\20char\2c\20double\29\20const -9275:std::__2::num_put>>::do_put\28std::__2::ostreambuf_iterator>\2c\20std::__2::ios_base&\2c\20char\2c\20bool\29\20const -9276:std::__2::num_get>>::do_get\28std::__2::istreambuf_iterator>\2c\20std::__2::istreambuf_iterator>\2c\20std::__2::ios_base&\2c\20unsigned\20int&\2c\20void*&\29\20const -9277:std::__2::num_get>>::do_get\28std::__2::istreambuf_iterator>\2c\20std::__2::istreambuf_iterator>\2c\20std::__2::ios_base&\2c\20unsigned\20int&\2c\20unsigned\20short&\29\20const -9278:std::__2::num_get>>::do_get\28std::__2::istreambuf_iterator>\2c\20std::__2::istreambuf_iterator>\2c\20std::__2::ios_base&\2c\20unsigned\20int&\2c\20unsigned\20long\20long&\29\20const -9279:std::__2::num_get>>::do_get\28std::__2::istreambuf_iterator>\2c\20std::__2::istreambuf_iterator>\2c\20std::__2::ios_base&\2c\20unsigned\20int&\2c\20long\20long&\29\20const -9280:std::__2::num_get>>::do_get\28std::__2::istreambuf_iterator>\2c\20std::__2::istreambuf_iterator>\2c\20std::__2::ios_base&\2c\20unsigned\20int&\2c\20long\20double&\29\20const -9281:std::__2::num_get>>::do_get\28std::__2::istreambuf_iterator>\2c\20std::__2::istreambuf_iterator>\2c\20std::__2::ios_base&\2c\20unsigned\20int&\2c\20long&\29\20const -9282:std::__2::num_get>>::do_get\28std::__2::istreambuf_iterator>\2c\20std::__2::istreambuf_iterator>\2c\20std::__2::ios_base&\2c\20unsigned\20int&\2c\20float&\29\20const -9283:std::__2::num_get>>::do_get\28std::__2::istreambuf_iterator>\2c\20std::__2::istreambuf_iterator>\2c\20std::__2::ios_base&\2c\20unsigned\20int&\2c\20double&\29\20const -9284:std::__2::num_get>>::do_get\28std::__2::istreambuf_iterator>\2c\20std::__2::istreambuf_iterator>\2c\20std::__2::ios_base&\2c\20unsigned\20int&\2c\20bool&\29\20const -9285:std::__2::num_get>>::do_get\28std::__2::istreambuf_iterator>\2c\20std::__2::istreambuf_iterator>\2c\20std::__2::ios_base&\2c\20unsigned\20int&\2c\20void*&\29\20const -9286:std::__2::num_get>>::do_get\28std::__2::istreambuf_iterator>\2c\20std::__2::istreambuf_iterator>\2c\20std::__2::ios_base&\2c\20unsigned\20int&\2c\20unsigned\20short&\29\20const -9287:std::__2::num_get>>::do_get\28std::__2::istreambuf_iterator>\2c\20std::__2::istreambuf_iterator>\2c\20std::__2::ios_base&\2c\20unsigned\20int&\2c\20unsigned\20long\20long&\29\20const -9288:std::__2::num_get>>::do_get\28std::__2::istreambuf_iterator>\2c\20std::__2::istreambuf_iterator>\2c\20std::__2::ios_base&\2c\20unsigned\20int&\2c\20long\20long&\29\20const -9289:std::__2::num_get>>::do_get\28std::__2::istreambuf_iterator>\2c\20std::__2::istreambuf_iterator>\2c\20std::__2::ios_base&\2c\20unsigned\20int&\2c\20long\20double&\29\20const -9290:std::__2::num_get>>::do_get\28std::__2::istreambuf_iterator>\2c\20std::__2::istreambuf_iterator>\2c\20std::__2::ios_base&\2c\20unsigned\20int&\2c\20long&\29\20const -9291:std::__2::num_get>>::do_get\28std::__2::istreambuf_iterator>\2c\20std::__2::istreambuf_iterator>\2c\20std::__2::ios_base&\2c\20unsigned\20int&\2c\20float&\29\20const -9292:std::__2::num_get>>::do_get\28std::__2::istreambuf_iterator>\2c\20std::__2::istreambuf_iterator>\2c\20std::__2::ios_base&\2c\20unsigned\20int&\2c\20double&\29\20const -9293:std::__2::num_get>>::do_get\28std::__2::istreambuf_iterator>\2c\20std::__2::istreambuf_iterator>\2c\20std::__2::ios_base&\2c\20unsigned\20int&\2c\20bool&\29\20const -9294:std::__2::money_put>>::do_put\28std::__2::ostreambuf_iterator>\2c\20bool\2c\20std::__2::ios_base&\2c\20wchar_t\2c\20std::__2::basic_string\2c\20std::__2::allocator>\20const&\29\20const -9295:std::__2::money_put>>::do_put\28std::__2::ostreambuf_iterator>\2c\20bool\2c\20std::__2::ios_base&\2c\20wchar_t\2c\20long\20double\29\20const -9296:std::__2::money_put>>::do_put\28std::__2::ostreambuf_iterator>\2c\20bool\2c\20std::__2::ios_base&\2c\20char\2c\20std::__2::basic_string\2c\20std::__2::allocator>\20const&\29\20const -9297:std::__2::money_put>>::do_put\28std::__2::ostreambuf_iterator>\2c\20bool\2c\20std::__2::ios_base&\2c\20char\2c\20long\20double\29\20const -9298:std::__2::money_get>>::do_get\28std::__2::istreambuf_iterator>\2c\20std::__2::istreambuf_iterator>\2c\20bool\2c\20std::__2::ios_base&\2c\20unsigned\20int&\2c\20std::__2::basic_string\2c\20std::__2::allocator>&\29\20const -9299:std::__2::money_get>>::do_get\28std::__2::istreambuf_iterator>\2c\20std::__2::istreambuf_iterator>\2c\20bool\2c\20std::__2::ios_base&\2c\20unsigned\20int&\2c\20long\20double&\29\20const -9300:std::__2::money_get>>::do_get\28std::__2::istreambuf_iterator>\2c\20std::__2::istreambuf_iterator>\2c\20bool\2c\20std::__2::ios_base&\2c\20unsigned\20int&\2c\20std::__2::basic_string\2c\20std::__2::allocator>&\29\20const -9301:std::__2::money_get>>::do_get\28std::__2::istreambuf_iterator>\2c\20std::__2::istreambuf_iterator>\2c\20bool\2c\20std::__2::ios_base&\2c\20unsigned\20int&\2c\20long\20double&\29\20const -9302:std::__2::messages::do_get\28long\2c\20int\2c\20int\2c\20std::__2::basic_string\2c\20std::__2::allocator>\20const&\29\20const -9303:std::__2::messages::do_get\28long\2c\20int\2c\20int\2c\20std::__2::basic_string\2c\20std::__2::allocator>\20const&\29\20const -9304:std::__2::locale::__imp::~__imp\28\29_17342 -9305:std::__2::ios_base::~ios_base\28\29_16436 -9306:std::__2::ctype::do_widen\28char\20const*\2c\20char\20const*\2c\20wchar_t*\29\20const -9307:std::__2::ctype::do_toupper\28wchar_t\29\20const -9308:std::__2::ctype::do_toupper\28wchar_t*\2c\20wchar_t\20const*\29\20const -9309:std::__2::ctype::do_tolower\28wchar_t\29\20const -9310:std::__2::ctype::do_tolower\28wchar_t*\2c\20wchar_t\20const*\29\20const -9311:std::__2::ctype::do_scan_not\28unsigned\20long\2c\20wchar_t\20const*\2c\20wchar_t\20const*\29\20const -9312:std::__2::ctype::do_scan_is\28unsigned\20long\2c\20wchar_t\20const*\2c\20wchar_t\20const*\29\20const -9313:std::__2::ctype::do_narrow\28wchar_t\2c\20char\29\20const -9314:std::__2::ctype::do_narrow\28wchar_t\20const*\2c\20wchar_t\20const*\2c\20char\2c\20char*\29\20const -9315:std::__2::ctype::do_is\28wchar_t\20const*\2c\20wchar_t\20const*\2c\20unsigned\20long*\29\20const -9316:std::__2::ctype::do_is\28unsigned\20long\2c\20wchar_t\29\20const -9317:std::__2::ctype::~ctype\28\29_17329 -9318:std::__2::ctype::do_widen\28char\20const*\2c\20char\20const*\2c\20char*\29\20const -9319:std::__2::ctype::do_toupper\28char\29\20const -9320:std::__2::ctype::do_toupper\28char*\2c\20char\20const*\29\20const -9321:std::__2::ctype::do_tolower\28char\29\20const -9322:std::__2::ctype::do_tolower\28char*\2c\20char\20const*\29\20const -9323:std::__2::ctype::do_narrow\28char\2c\20char\29\20const -9324:std::__2::ctype::do_narrow\28char\20const*\2c\20char\20const*\2c\20char\2c\20char*\29\20const -9325:std::__2::collate::do_transform\28wchar_t\20const*\2c\20wchar_t\20const*\29\20const -9326:std::__2::collate::do_hash\28wchar_t\20const*\2c\20wchar_t\20const*\29\20const -9327:std::__2::collate::do_compare\28wchar_t\20const*\2c\20wchar_t\20const*\2c\20wchar_t\20const*\2c\20wchar_t\20const*\29\20const -9328:std::__2::collate::do_transform\28char\20const*\2c\20char\20const*\29\20const -9329:std::__2::collate::do_hash\28char\20const*\2c\20char\20const*\29\20const -9330:std::__2::collate::do_compare\28char\20const*\2c\20char\20const*\2c\20char\20const*\2c\20char\20const*\29\20const -9331:std::__2::codecvt::~codecvt\28\29_17289 -9332:std::__2::codecvt::do_unshift\28__mbstate_t&\2c\20char*\2c\20char*\2c\20char*&\29\20const -9333:std::__2::codecvt::do_out\28__mbstate_t&\2c\20wchar_t\20const*\2c\20wchar_t\20const*\2c\20wchar_t\20const*&\2c\20char*\2c\20char*\2c\20char*&\29\20const -9334:std::__2::codecvt::do_max_length\28\29\20const -9335:std::__2::codecvt::do_length\28__mbstate_t&\2c\20char\20const*\2c\20char\20const*\2c\20unsigned\20long\29\20const -9336:std::__2::codecvt::do_in\28__mbstate_t&\2c\20char\20const*\2c\20char\20const*\2c\20char\20const*&\2c\20wchar_t*\2c\20wchar_t*\2c\20wchar_t*&\29\20const -9337:std::__2::codecvt::do_encoding\28\29\20const -9338:std::__2::codecvt::do_length\28__mbstate_t&\2c\20char\20const*\2c\20char\20const*\2c\20unsigned\20long\29\20const -9339:std::__2::basic_stringbuf\2c\20std::__2::allocator>::~basic_stringbuf\28\29_16421 -9340:std::__2::basic_stringbuf\2c\20std::__2::allocator>::underflow\28\29 -9341:std::__2::basic_stringbuf\2c\20std::__2::allocator>::seekpos\28std::__2::fpos<__mbstate_t>\2c\20unsigned\20int\29 -9342:std::__2::basic_stringbuf\2c\20std::__2::allocator>::seekoff\28long\20long\2c\20std::__2::ios_base::seekdir\2c\20unsigned\20int\29 -9343:std::__2::basic_stringbuf\2c\20std::__2::allocator>::pbackfail\28int\29 -9344:std::__2::basic_stringbuf\2c\20std::__2::allocator>::overflow\28int\29 -9345:std::__2::basic_streambuf>::~basic_streambuf\28\29_16228 -9346:std::__2::basic_streambuf>::xsputn\28char\20const*\2c\20long\29 -9347:std::__2::basic_streambuf>::xsgetn\28char*\2c\20long\29 -9348:std::__2::basic_streambuf>::uflow\28\29 -9349:std::__2::basic_streambuf>::setbuf\28char*\2c\20long\29 -9350:std::__2::basic_streambuf>::seekpos\28std::__2::fpos<__mbstate_t>\2c\20unsigned\20int\29 -9351:std::__2::basic_streambuf>::seekoff\28long\20long\2c\20std::__2::ios_base::seekdir\2c\20unsigned\20int\29 -9352:std::__2::bad_function_call::what\28\29\20const -9353:std::__2::__time_get_c_storage::__x\28\29\20const -9354:std::__2::__time_get_c_storage::__weeks\28\29\20const -9355:std::__2::__time_get_c_storage::__r\28\29\20const -9356:std::__2::__time_get_c_storage::__months\28\29\20const -9357:std::__2::__time_get_c_storage::__c\28\29\20const -9358:std::__2::__time_get_c_storage::__am_pm\28\29\20const -9359:std::__2::__time_get_c_storage::__X\28\29\20const -9360:std::__2::__time_get_c_storage::__x\28\29\20const -9361:std::__2::__time_get_c_storage::__weeks\28\29\20const -9362:std::__2::__time_get_c_storage::__r\28\29\20const -9363:std::__2::__time_get_c_storage::__months\28\29\20const -9364:std::__2::__time_get_c_storage::__c\28\29\20const -9365:std::__2::__time_get_c_storage::__am_pm\28\29\20const -9366:std::__2::__time_get_c_storage::__X\28\29\20const -9367:std::__2::__shared_ptr_pointer<_IO_FILE*\2c\20void\20\28*\29\28_IO_FILE*\29\2c\20std::__2::allocator<_IO_FILE>>::__on_zero_shared\28\29 -9368:std::__2::__shared_ptr_emplace>::~__shared_ptr_emplace\28\29_7255 -9369:std::__2::__shared_ptr_emplace>::~__shared_ptr_emplace\28\29 -9370:std::__2::__shared_ptr_emplace>::__on_zero_shared\28\29 -9371:std::__2::__shared_ptr_emplace>::~__shared_ptr_emplace\28\29_7510 -9372:std::__2::__shared_ptr_emplace>::~__shared_ptr_emplace\28\29 -9373:std::__2::__shared_ptr_emplace>::__on_zero_shared\28\29 -9374:std::__2::__shared_ptr_emplace>::~__shared_ptr_emplace\28\29_5269 -9375:std::__2::__shared_ptr_emplace>::~__shared_ptr_emplace\28\29 -9376:std::__2::__function::__func\2c\20bool\20\28skia::textlayout::Run\20const*\2c\20float\2c\20skia::textlayout::SkRange\2c\20float*\29>::operator\28\29\28skia::textlayout::Run\20const*&&\2c\20float&&\2c\20skia::textlayout::SkRange&&\2c\20float*&&\29 -9377:std::__2::__function::__func\2c\20bool\20\28skia::textlayout::Run\20const*\2c\20float\2c\20skia::textlayout::SkRange\2c\20float*\29>::__clone\28std::__2::__function::__base\2c\20float*\29>*\29\20const -9378:std::__2::__function::__func\2c\20bool\20\28skia::textlayout::Run\20const*\2c\20float\2c\20skia::textlayout::SkRange\2c\20float*\29>::__clone\28\29\20const -9379:std::__2::__function::__func\2c\20float*\29\20const::'lambda'\28skia::textlayout::SkRange\2c\20skia::textlayout::TextStyle\20const&\2c\20skia::textlayout::TextLine::ClipContext\20const&\29\2c\20std::__2::allocator\2c\20float*\29\20const::'lambda'\28skia::textlayout::SkRange\2c\20skia::textlayout::TextStyle\20const&\2c\20skia::textlayout::TextLine::ClipContext\20const&\29>\2c\20void\20\28skia::textlayout::SkRange\2c\20skia::textlayout::TextStyle\20const&\2c\20skia::textlayout::TextLine::ClipContext\20const&\29>::operator\28\29\28skia::textlayout::SkRange&&\2c\20skia::textlayout::TextStyle\20const&\2c\20skia::textlayout::TextLine::ClipContext\20const&\29 -9380:std::__2::__function::__func\2c\20float*\29\20const::'lambda'\28skia::textlayout::SkRange\2c\20skia::textlayout::TextStyle\20const&\2c\20skia::textlayout::TextLine::ClipContext\20const&\29\2c\20std::__2::allocator\2c\20float*\29\20const::'lambda'\28skia::textlayout::SkRange\2c\20skia::textlayout::TextStyle\20const&\2c\20skia::textlayout::TextLine::ClipContext\20const&\29>\2c\20void\20\28skia::textlayout::SkRange\2c\20skia::textlayout::TextStyle\20const&\2c\20skia::textlayout::TextLine::ClipContext\20const&\29>::__clone\28std::__2::__function::__base\2c\20skia::textlayout::TextStyle\20const&\2c\20skia::textlayout::TextLine::ClipContext\20const&\29>*\29\20const -9381:std::__2::__function::__func\2c\20float*\29\20const::'lambda'\28skia::textlayout::SkRange\2c\20skia::textlayout::TextStyle\20const&\2c\20skia::textlayout::TextLine::ClipContext\20const&\29\2c\20std::__2::allocator\2c\20float*\29\20const::'lambda'\28skia::textlayout::SkRange\2c\20skia::textlayout::TextStyle\20const&\2c\20skia::textlayout::TextLine::ClipContext\20const&\29>\2c\20void\20\28skia::textlayout::SkRange\2c\20skia::textlayout::TextStyle\20const&\2c\20skia::textlayout::TextLine::ClipContext\20const&\29>::__clone\28\29\20const -9382:std::__2::__function::__func\2c\20bool\20\28skia::textlayout::Run\20const*\2c\20float\2c\20skia::textlayout::SkRange\2c\20float*\29>::operator\28\29\28skia::textlayout::Run\20const*&&\2c\20float&&\2c\20skia::textlayout::SkRange&&\2c\20float*&&\29 -9383:std::__2::__function::__func\2c\20bool\20\28skia::textlayout::Run\20const*\2c\20float\2c\20skia::textlayout::SkRange\2c\20float*\29>::__clone\28std::__2::__function::__base\2c\20float*\29>*\29\20const -9384:std::__2::__function::__func\2c\20bool\20\28skia::textlayout::Run\20const*\2c\20float\2c\20skia::textlayout::SkRange\2c\20float*\29>::__clone\28\29\20const -9385:std::__2::__function::__func\2c\20float*\29\20const::'lambda'\28skia::textlayout::SkRange\2c\20skia::textlayout::TextStyle\20const&\2c\20skia::textlayout::TextLine::ClipContext\20const&\29\2c\20std::__2::allocator\2c\20float*\29\20const::'lambda'\28skia::textlayout::SkRange\2c\20skia::textlayout::TextStyle\20const&\2c\20skia::textlayout::TextLine::ClipContext\20const&\29>\2c\20void\20\28skia::textlayout::SkRange\2c\20skia::textlayout::TextStyle\20const&\2c\20skia::textlayout::TextLine::ClipContext\20const&\29>::operator\28\29\28skia::textlayout::SkRange&&\2c\20skia::textlayout::TextStyle\20const&\2c\20skia::textlayout::TextLine::ClipContext\20const&\29 -9386:std::__2::__function::__func\2c\20float*\29\20const::'lambda'\28skia::textlayout::SkRange\2c\20skia::textlayout::TextStyle\20const&\2c\20skia::textlayout::TextLine::ClipContext\20const&\29\2c\20std::__2::allocator\2c\20float*\29\20const::'lambda'\28skia::textlayout::SkRange\2c\20skia::textlayout::TextStyle\20const&\2c\20skia::textlayout::TextLine::ClipContext\20const&\29>\2c\20void\20\28skia::textlayout::SkRange\2c\20skia::textlayout::TextStyle\20const&\2c\20skia::textlayout::TextLine::ClipContext\20const&\29>::__clone\28std::__2::__function::__base\2c\20skia::textlayout::TextStyle\20const&\2c\20skia::textlayout::TextLine::ClipContext\20const&\29>*\29\20const -9387:std::__2::__function::__func\2c\20float*\29\20const::'lambda'\28skia::textlayout::SkRange\2c\20skia::textlayout::TextStyle\20const&\2c\20skia::textlayout::TextLine::ClipContext\20const&\29\2c\20std::__2::allocator\2c\20float*\29\20const::'lambda'\28skia::textlayout::SkRange\2c\20skia::textlayout::TextStyle\20const&\2c\20skia::textlayout::TextLine::ClipContext\20const&\29>\2c\20void\20\28skia::textlayout::SkRange\2c\20skia::textlayout::TextStyle\20const&\2c\20skia::textlayout::TextLine::ClipContext\20const&\29>::__clone\28\29\20const -9388:std::__2::__function::__func\2c\20bool\20\28skia::textlayout::Run\20const*\2c\20float\2c\20skia::textlayout::SkRange\2c\20float*\29>::operator\28\29\28skia::textlayout::Run\20const*&&\2c\20float&&\2c\20skia::textlayout::SkRange&&\2c\20float*&&\29 -9389:std::__2::__function::__func\2c\20bool\20\28skia::textlayout::Run\20const*\2c\20float\2c\20skia::textlayout::SkRange\2c\20float*\29>::__clone\28std::__2::__function::__base\2c\20float*\29>*\29\20const -9390:std::__2::__function::__func\2c\20bool\20\28skia::textlayout::Run\20const*\2c\20float\2c\20skia::textlayout::SkRange\2c\20float*\29>::__clone\28\29\20const -9391:std::__2::__function::__func\2c\20float*\29\20const::'lambda'\28skia::textlayout::SkRange\2c\20skia::textlayout::TextStyle\20const&\2c\20skia::textlayout::TextLine::ClipContext\20const&\29\2c\20std::__2::allocator\2c\20float*\29\20const::'lambda'\28skia::textlayout::SkRange\2c\20skia::textlayout::TextStyle\20const&\2c\20skia::textlayout::TextLine::ClipContext\20const&\29>\2c\20void\20\28skia::textlayout::SkRange\2c\20skia::textlayout::TextStyle\20const&\2c\20skia::textlayout::TextLine::ClipContext\20const&\29>::operator\28\29\28skia::textlayout::SkRange&&\2c\20skia::textlayout::TextStyle\20const&\2c\20skia::textlayout::TextLine::ClipContext\20const&\29 -9392:std::__2::__function::__func\2c\20float*\29\20const::'lambda'\28skia::textlayout::SkRange\2c\20skia::textlayout::TextStyle\20const&\2c\20skia::textlayout::TextLine::ClipContext\20const&\29\2c\20std::__2::allocator\2c\20float*\29\20const::'lambda'\28skia::textlayout::SkRange\2c\20skia::textlayout::TextStyle\20const&\2c\20skia::textlayout::TextLine::ClipContext\20const&\29>\2c\20void\20\28skia::textlayout::SkRange\2c\20skia::textlayout::TextStyle\20const&\2c\20skia::textlayout::TextLine::ClipContext\20const&\29>::__clone\28std::__2::__function::__base\2c\20skia::textlayout::TextStyle\20const&\2c\20skia::textlayout::TextLine::ClipContext\20const&\29>*\29\20const -9393:std::__2::__function::__func\2c\20float*\29\20const::'lambda'\28skia::textlayout::SkRange\2c\20skia::textlayout::TextStyle\20const&\2c\20skia::textlayout::TextLine::ClipContext\20const&\29\2c\20std::__2::allocator\2c\20float*\29\20const::'lambda'\28skia::textlayout::SkRange\2c\20skia::textlayout::TextStyle\20const&\2c\20skia::textlayout::TextLine::ClipContext\20const&\29>\2c\20void\20\28skia::textlayout::SkRange\2c\20skia::textlayout::TextStyle\20const&\2c\20skia::textlayout::TextLine::ClipContext\20const&\29>::__clone\28\29\20const -9394:std::__2::__function::__func\2c\20bool\20\28skia::textlayout::Cluster\20const*\2c\20unsigned\20long\2c\20bool\29>::operator\28\29\28skia::textlayout::Cluster\20const*&&\2c\20unsigned\20long&&\2c\20bool&&\29 -9395:std::__2::__function::__func\2c\20bool\20\28skia::textlayout::Cluster\20const*\2c\20unsigned\20long\2c\20bool\29>::__clone\28std::__2::__function::__base*\29\20const -9396:std::__2::__function::__func\2c\20bool\20\28skia::textlayout::Cluster\20const*\2c\20unsigned\20long\2c\20bool\29>::__clone\28\29\20const -9397:std::__2::__function::__func\2c\20bool\20\28skia::textlayout::Cluster\20const*\2c\20unsigned\20long\2c\20bool\29>::operator\28\29\28skia::textlayout::Cluster\20const*&&\2c\20unsigned\20long&&\2c\20bool&&\29 -9398:std::__2::__function::__func\2c\20bool\20\28skia::textlayout::Cluster\20const*\2c\20unsigned\20long\2c\20bool\29>::__clone\28std::__2::__function::__base*\29\20const -9399:std::__2::__function::__func\2c\20bool\20\28skia::textlayout::Cluster\20const*\2c\20unsigned\20long\2c\20bool\29>::__clone\28\29\20const -9400:std::__2::__function::__func\2c\20skia::textlayout::RectHeightStyle\2c\20skia::textlayout::RectWidthStyle\2c\20std::__2::vector>&\29\20const::$_0\2c\20std::__2::allocator\2c\20skia::textlayout::RectHeightStyle\2c\20skia::textlayout::RectWidthStyle\2c\20std::__2::vector>&\29\20const::$_0>\2c\20bool\20\28skia::textlayout::Run\20const*\2c\20float\2c\20skia::textlayout::SkRange\2c\20float*\29>::operator\28\29\28skia::textlayout::Run\20const*&&\2c\20float&&\2c\20skia::textlayout::SkRange&&\2c\20float*&&\29 -9401:std::__2::__function::__func\2c\20skia::textlayout::RectHeightStyle\2c\20skia::textlayout::RectWidthStyle\2c\20std::__2::vector>&\29\20const::$_0\2c\20std::__2::allocator\2c\20skia::textlayout::RectHeightStyle\2c\20skia::textlayout::RectWidthStyle\2c\20std::__2::vector>&\29\20const::$_0>\2c\20bool\20\28skia::textlayout::Run\20const*\2c\20float\2c\20skia::textlayout::SkRange\2c\20float*\29>::__clone\28std::__2::__function::__base\2c\20float*\29>*\29\20const -9402:std::__2::__function::__func\2c\20skia::textlayout::RectHeightStyle\2c\20skia::textlayout::RectWidthStyle\2c\20std::__2::vector>&\29\20const::$_0\2c\20std::__2::allocator\2c\20skia::textlayout::RectHeightStyle\2c\20skia::textlayout::RectWidthStyle\2c\20std::__2::vector>&\29\20const::$_0>\2c\20bool\20\28skia::textlayout::Run\20const*\2c\20float\2c\20skia::textlayout::SkRange\2c\20float*\29>::__clone\28\29\20const -9403:std::__2::__function::__func\2c\20skia::textlayout::RectHeightStyle\2c\20skia::textlayout::RectWidthStyle\2c\20std::__2::vector>&\29\20const::$_0::operator\28\29\28skia::textlayout::Run\20const*\2c\20float\2c\20skia::textlayout::SkRange\2c\20float*\29\20const::'lambda'\28skia::textlayout::SkRange\2c\20skia::textlayout::TextStyle\20const&\2c\20skia::textlayout::TextLine::ClipContext\20const&\29\2c\20std::__2::allocator\2c\20skia::textlayout::RectHeightStyle\2c\20skia::textlayout::RectWidthStyle\2c\20std::__2::vector>&\29\20const::$_0::operator\28\29\28skia::textlayout::Run\20const*\2c\20float\2c\20skia::textlayout::SkRange\2c\20float*\29\20const::'lambda'\28skia::textlayout::SkRange\2c\20skia::textlayout::TextStyle\20const&\2c\20skia::textlayout::TextLine::ClipContext\20const&\29>\2c\20void\20\28skia::textlayout::SkRange\2c\20skia::textlayout::TextStyle\20const&\2c\20skia::textlayout::TextLine::ClipContext\20const&\29>::operator\28\29\28skia::textlayout::SkRange&&\2c\20skia::textlayout::TextStyle\20const&\2c\20skia::textlayout::TextLine::ClipContext\20const&\29 -9404:std::__2::__function::__func\2c\20skia::textlayout::RectHeightStyle\2c\20skia::textlayout::RectWidthStyle\2c\20std::__2::vector>&\29\20const::$_0::operator\28\29\28skia::textlayout::Run\20const*\2c\20float\2c\20skia::textlayout::SkRange\2c\20float*\29\20const::'lambda'\28skia::textlayout::SkRange\2c\20skia::textlayout::TextStyle\20const&\2c\20skia::textlayout::TextLine::ClipContext\20const&\29\2c\20std::__2::allocator\2c\20skia::textlayout::RectHeightStyle\2c\20skia::textlayout::RectWidthStyle\2c\20std::__2::vector>&\29\20const::$_0::operator\28\29\28skia::textlayout::Run\20const*\2c\20float\2c\20skia::textlayout::SkRange\2c\20float*\29\20const::'lambda'\28skia::textlayout::SkRange\2c\20skia::textlayout::TextStyle\20const&\2c\20skia::textlayout::TextLine::ClipContext\20const&\29>\2c\20void\20\28skia::textlayout::SkRange\2c\20skia::textlayout::TextStyle\20const&\2c\20skia::textlayout::TextLine::ClipContext\20const&\29>::__clone\28std::__2::__function::__base\2c\20skia::textlayout::TextStyle\20const&\2c\20skia::textlayout::TextLine::ClipContext\20const&\29>*\29\20const -9405:std::__2::__function::__func\2c\20skia::textlayout::RectHeightStyle\2c\20skia::textlayout::RectWidthStyle\2c\20std::__2::vector>&\29\20const::$_0::operator\28\29\28skia::textlayout::Run\20const*\2c\20float\2c\20skia::textlayout::SkRange\2c\20float*\29\20const::'lambda'\28skia::textlayout::SkRange\2c\20skia::textlayout::TextStyle\20const&\2c\20skia::textlayout::TextLine::ClipContext\20const&\29\2c\20std::__2::allocator\2c\20skia::textlayout::RectHeightStyle\2c\20skia::textlayout::RectWidthStyle\2c\20std::__2::vector>&\29\20const::$_0::operator\28\29\28skia::textlayout::Run\20const*\2c\20float\2c\20skia::textlayout::SkRange\2c\20float*\29\20const::'lambda'\28skia::textlayout::SkRange\2c\20skia::textlayout::TextStyle\20const&\2c\20skia::textlayout::TextLine::ClipContext\20const&\29>\2c\20void\20\28skia::textlayout::SkRange\2c\20skia::textlayout::TextStyle\20const&\2c\20skia::textlayout::TextLine::ClipContext\20const&\29>::__clone\28\29\20const -9406:std::__2::__function::__func>&\29::$_0\2c\20std::__2::allocator>&\29::$_0>\2c\20bool\20\28skia::textlayout::Run\20const*\2c\20float\2c\20skia::textlayout::SkRange\2c\20float*\29>::operator\28\29\28skia::textlayout::Run\20const*&&\2c\20float&&\2c\20skia::textlayout::SkRange&&\2c\20float*&&\29 -9407:std::__2::__function::__func>&\29::$_0\2c\20std::__2::allocator>&\29::$_0>\2c\20bool\20\28skia::textlayout::Run\20const*\2c\20float\2c\20skia::textlayout::SkRange\2c\20float*\29>::__clone\28std::__2::__function::__base\2c\20float*\29>*\29\20const -9408:std::__2::__function::__func>&\29::$_0\2c\20std::__2::allocator>&\29::$_0>\2c\20bool\20\28skia::textlayout::Run\20const*\2c\20float\2c\20skia::textlayout::SkRange\2c\20float*\29>::__clone\28\29\20const -9409:std::__2::__function::__func\2c\20bool\20\28skia::textlayout::Run\20const*\2c\20float\2c\20skia::textlayout::SkRange\2c\20float*\29>::operator\28\29\28skia::textlayout::Run\20const*&&\2c\20float&&\2c\20skia::textlayout::SkRange&&\2c\20float*&&\29 -9410:std::__2::__function::__func\2c\20bool\20\28skia::textlayout::Run\20const*\2c\20float\2c\20skia::textlayout::SkRange\2c\20float*\29>::__clone\28std::__2::__function::__base\2c\20float*\29>*\29\20const -9411:std::__2::__function::__func\2c\20bool\20\28skia::textlayout::Run\20const*\2c\20float\2c\20skia::textlayout::SkRange\2c\20float*\29>::__clone\28\29\20const -9412:std::__2::__function::__func\2c\20float*\29\20const::'lambda'\28skia::textlayout::SkRange\2c\20skia::textlayout::TextStyle\20const&\2c\20skia::textlayout::TextLine::ClipContext\20const&\29\2c\20std::__2::allocator\2c\20float*\29\20const::'lambda'\28skia::textlayout::SkRange\2c\20skia::textlayout::TextStyle\20const&\2c\20skia::textlayout::TextLine::ClipContext\20const&\29>\2c\20void\20\28skia::textlayout::SkRange\2c\20skia::textlayout::TextStyle\20const&\2c\20skia::textlayout::TextLine::ClipContext\20const&\29>::operator\28\29\28skia::textlayout::SkRange&&\2c\20skia::textlayout::TextStyle\20const&\2c\20skia::textlayout::TextLine::ClipContext\20const&\29 -9413:std::__2::__function::__func\2c\20float*\29\20const::'lambda'\28skia::textlayout::SkRange\2c\20skia::textlayout::TextStyle\20const&\2c\20skia::textlayout::TextLine::ClipContext\20const&\29\2c\20std::__2::allocator\2c\20float*\29\20const::'lambda'\28skia::textlayout::SkRange\2c\20skia::textlayout::TextStyle\20const&\2c\20skia::textlayout::TextLine::ClipContext\20const&\29>\2c\20void\20\28skia::textlayout::SkRange\2c\20skia::textlayout::TextStyle\20const&\2c\20skia::textlayout::TextLine::ClipContext\20const&\29>::__clone\28std::__2::__function::__base\2c\20skia::textlayout::TextStyle\20const&\2c\20skia::textlayout::TextLine::ClipContext\20const&\29>*\29\20const -9414:std::__2::__function::__func\2c\20float*\29\20const::'lambda'\28skia::textlayout::SkRange\2c\20skia::textlayout::TextStyle\20const&\2c\20skia::textlayout::TextLine::ClipContext\20const&\29\2c\20std::__2::allocator\2c\20float*\29\20const::'lambda'\28skia::textlayout::SkRange\2c\20skia::textlayout::TextStyle\20const&\2c\20skia::textlayout::TextLine::ClipContext\20const&\29>\2c\20void\20\28skia::textlayout::SkRange\2c\20skia::textlayout::TextStyle\20const&\2c\20skia::textlayout::TextLine::ClipContext\20const&\29>::__clone\28\29\20const -9415:std::__2::__function::__func\2c\20bool\20\28skia::textlayout::Run\20const*\2c\20float\2c\20skia::textlayout::SkRange\2c\20float*\29>::operator\28\29\28skia::textlayout::Run\20const*&&\2c\20float&&\2c\20skia::textlayout::SkRange&&\2c\20float*&&\29 -9416:std::__2::__function::__func\2c\20bool\20\28skia::textlayout::Run\20const*\2c\20float\2c\20skia::textlayout::SkRange\2c\20float*\29>::__clone\28std::__2::__function::__base\2c\20float*\29>*\29\20const -9417:std::__2::__function::__func\2c\20bool\20\28skia::textlayout::Run\20const*\2c\20float\2c\20skia::textlayout::SkRange\2c\20float*\29>::__clone\28\29\20const -9418:std::__2::__function::__func\2c\20float*\29\20const::'lambda'\28skia::textlayout::SkRange\2c\20skia::textlayout::TextStyle\20const&\2c\20skia::textlayout::TextLine::ClipContext\20const&\29\2c\20std::__2::allocator\2c\20float*\29\20const::'lambda'\28skia::textlayout::SkRange\2c\20skia::textlayout::TextStyle\20const&\2c\20skia::textlayout::TextLine::ClipContext\20const&\29>\2c\20void\20\28skia::textlayout::SkRange\2c\20skia::textlayout::TextStyle\20const&\2c\20skia::textlayout::TextLine::ClipContext\20const&\29>::operator\28\29\28skia::textlayout::SkRange&&\2c\20skia::textlayout::TextStyle\20const&\2c\20skia::textlayout::TextLine::ClipContext\20const&\29 -9419:std::__2::__function::__func\2c\20float*\29\20const::'lambda'\28skia::textlayout::SkRange\2c\20skia::textlayout::TextStyle\20const&\2c\20skia::textlayout::TextLine::ClipContext\20const&\29\2c\20std::__2::allocator\2c\20float*\29\20const::'lambda'\28skia::textlayout::SkRange\2c\20skia::textlayout::TextStyle\20const&\2c\20skia::textlayout::TextLine::ClipContext\20const&\29>\2c\20void\20\28skia::textlayout::SkRange\2c\20skia::textlayout::TextStyle\20const&\2c\20skia::textlayout::TextLine::ClipContext\20const&\29>::__clone\28std::__2::__function::__base\2c\20skia::textlayout::TextStyle\20const&\2c\20skia::textlayout::TextLine::ClipContext\20const&\29>*\29\20const -9420:std::__2::__function::__func\2c\20float*\29\20const::'lambda'\28skia::textlayout::SkRange\2c\20skia::textlayout::TextStyle\20const&\2c\20skia::textlayout::TextLine::ClipContext\20const&\29\2c\20std::__2::allocator\2c\20float*\29\20const::'lambda'\28skia::textlayout::SkRange\2c\20skia::textlayout::TextStyle\20const&\2c\20skia::textlayout::TextLine::ClipContext\20const&\29>\2c\20void\20\28skia::textlayout::SkRange\2c\20skia::textlayout::TextStyle\20const&\2c\20skia::textlayout::TextLine::ClipContext\20const&\29>::__clone\28\29\20const -9421:std::__2::__function::__func\2c\20bool\20\28skia::textlayout::Run\20const*\2c\20float\2c\20skia::textlayout::SkRange\2c\20float*\29>::operator\28\29\28skia::textlayout::Run\20const*&&\2c\20float&&\2c\20skia::textlayout::SkRange&&\2c\20float*&&\29 -9422:std::__2::__function::__func\2c\20bool\20\28skia::textlayout::Run\20const*\2c\20float\2c\20skia::textlayout::SkRange\2c\20float*\29>::__clone\28std::__2::__function::__base\2c\20float*\29>*\29\20const -9423:std::__2::__function::__func\2c\20bool\20\28skia::textlayout::Run\20const*\2c\20float\2c\20skia::textlayout::SkRange\2c\20float*\29>::__clone\28\29\20const -9424:std::__2::__function::__func\2c\20float*\29\20const::'lambda'\28skia::textlayout::SkRange\2c\20skia::textlayout::TextStyle\20const&\2c\20skia::textlayout::TextLine::ClipContext\20const&\29\2c\20std::__2::allocator\2c\20float*\29\20const::'lambda'\28skia::textlayout::SkRange\2c\20skia::textlayout::TextStyle\20const&\2c\20skia::textlayout::TextLine::ClipContext\20const&\29>\2c\20void\20\28skia::textlayout::SkRange\2c\20skia::textlayout::TextStyle\20const&\2c\20skia::textlayout::TextLine::ClipContext\20const&\29>::operator\28\29\28skia::textlayout::SkRange&&\2c\20skia::textlayout::TextStyle\20const&\2c\20skia::textlayout::TextLine::ClipContext\20const&\29 -9425:std::__2::__function::__func\2c\20float*\29\20const::'lambda'\28skia::textlayout::SkRange\2c\20skia::textlayout::TextStyle\20const&\2c\20skia::textlayout::TextLine::ClipContext\20const&\29\2c\20std::__2::allocator\2c\20float*\29\20const::'lambda'\28skia::textlayout::SkRange\2c\20skia::textlayout::TextStyle\20const&\2c\20skia::textlayout::TextLine::ClipContext\20const&\29>\2c\20void\20\28skia::textlayout::SkRange\2c\20skia::textlayout::TextStyle\20const&\2c\20skia::textlayout::TextLine::ClipContext\20const&\29>::__clone\28std::__2::__function::__base\2c\20skia::textlayout::TextStyle\20const&\2c\20skia::textlayout::TextLine::ClipContext\20const&\29>*\29\20const -9426:std::__2::__function::__func\2c\20float*\29\20const::'lambda'\28skia::textlayout::SkRange\2c\20skia::textlayout::TextStyle\20const&\2c\20skia::textlayout::TextLine::ClipContext\20const&\29\2c\20std::__2::allocator\2c\20float*\29\20const::'lambda'\28skia::textlayout::SkRange\2c\20skia::textlayout::TextStyle\20const&\2c\20skia::textlayout::TextLine::ClipContext\20const&\29>\2c\20void\20\28skia::textlayout::SkRange\2c\20skia::textlayout::TextStyle\20const&\2c\20skia::textlayout::TextLine::ClipContext\20const&\29>::__clone\28\29\20const -9427:std::__2::__function::__func\2c\20bool\20\28skia::textlayout::Run\20const*\2c\20float\2c\20skia::textlayout::SkRange\2c\20float*\29>::operator\28\29\28skia::textlayout::Run\20const*&&\2c\20float&&\2c\20skia::textlayout::SkRange&&\2c\20float*&&\29 -9428:std::__2::__function::__func\2c\20bool\20\28skia::textlayout::Run\20const*\2c\20float\2c\20skia::textlayout::SkRange\2c\20float*\29>::__clone\28std::__2::__function::__base\2c\20float*\29>*\29\20const -9429:std::__2::__function::__func\2c\20bool\20\28skia::textlayout::Run\20const*\2c\20float\2c\20skia::textlayout::SkRange\2c\20float*\29>::__clone\28\29\20const -9430:std::__2::__function::__func\2c\20float*\29\20const::'lambda'\28skia::textlayout::SkRange\2c\20skia::textlayout::TextStyle\20const&\2c\20skia::textlayout::TextLine::ClipContext\20const&\29\2c\20std::__2::allocator\2c\20float*\29\20const::'lambda'\28skia::textlayout::SkRange\2c\20skia::textlayout::TextStyle\20const&\2c\20skia::textlayout::TextLine::ClipContext\20const&\29>\2c\20void\20\28skia::textlayout::SkRange\2c\20skia::textlayout::TextStyle\20const&\2c\20skia::textlayout::TextLine::ClipContext\20const&\29>::operator\28\29\28skia::textlayout::SkRange&&\2c\20skia::textlayout::TextStyle\20const&\2c\20skia::textlayout::TextLine::ClipContext\20const&\29 -9431:std::__2::__function::__func\2c\20float*\29\20const::'lambda'\28skia::textlayout::SkRange\2c\20skia::textlayout::TextStyle\20const&\2c\20skia::textlayout::TextLine::ClipContext\20const&\29\2c\20std::__2::allocator\2c\20float*\29\20const::'lambda'\28skia::textlayout::SkRange\2c\20skia::textlayout::TextStyle\20const&\2c\20skia::textlayout::TextLine::ClipContext\20const&\29>\2c\20void\20\28skia::textlayout::SkRange\2c\20skia::textlayout::TextStyle\20const&\2c\20skia::textlayout::TextLine::ClipContext\20const&\29>::__clone\28std::__2::__function::__base\2c\20skia::textlayout::TextStyle\20const&\2c\20skia::textlayout::TextLine::ClipContext\20const&\29>*\29\20const -9432:std::__2::__function::__func\2c\20float*\29\20const::'lambda'\28skia::textlayout::SkRange\2c\20skia::textlayout::TextStyle\20const&\2c\20skia::textlayout::TextLine::ClipContext\20const&\29\2c\20std::__2::allocator\2c\20float*\29\20const::'lambda'\28skia::textlayout::SkRange\2c\20skia::textlayout::TextStyle\20const&\2c\20skia::textlayout::TextLine::ClipContext\20const&\29>\2c\20void\20\28skia::textlayout::SkRange\2c\20skia::textlayout::TextStyle\20const&\2c\20skia::textlayout::TextLine::ClipContext\20const&\29>::__clone\28\29\20const -9433:std::__2::__function::__func\20const&\29::$_0\2c\20std::__2::allocator\20const&\29::$_0>\2c\20bool\20\28skia::textlayout::Run\20const*\2c\20float\2c\20skia::textlayout::SkRange\2c\20float*\29>::operator\28\29\28skia::textlayout::Run\20const*&&\2c\20float&&\2c\20skia::textlayout::SkRange&&\2c\20float*&&\29 -9434:std::__2::__function::__func\20const&\29::$_0\2c\20std::__2::allocator\20const&\29::$_0>\2c\20bool\20\28skia::textlayout::Run\20const*\2c\20float\2c\20skia::textlayout::SkRange\2c\20float*\29>::__clone\28std::__2::__function::__base\2c\20float*\29>*\29\20const -9435:std::__2::__function::__func\20const&\29::$_0\2c\20std::__2::allocator\20const&\29::$_0>\2c\20bool\20\28skia::textlayout::Run\20const*\2c\20float\2c\20skia::textlayout::SkRange\2c\20float*\29>::__clone\28\29\20const -9436:std::__2::__function::__func\20const&\29::$_0::operator\28\29\28skia::textlayout::Run\20const*\2c\20float\2c\20skia::textlayout::SkRange\2c\20float*\29\20const::'lambda'\28skia::textlayout::SkRange\2c\20skia::textlayout::TextStyle\20const&\2c\20skia::textlayout::TextLine::ClipContext\20const&\29\2c\20std::__2::allocator\20const&\29::$_0::operator\28\29\28skia::textlayout::Run\20const*\2c\20float\2c\20skia::textlayout::SkRange\2c\20float*\29\20const::'lambda'\28skia::textlayout::SkRange\2c\20skia::textlayout::TextStyle\20const&\2c\20skia::textlayout::TextLine::ClipContext\20const&\29>\2c\20void\20\28skia::textlayout::SkRange\2c\20skia::textlayout::TextStyle\20const&\2c\20skia::textlayout::TextLine::ClipContext\20const&\29>::operator\28\29\28skia::textlayout::SkRange&&\2c\20skia::textlayout::TextStyle\20const&\2c\20skia::textlayout::TextLine::ClipContext\20const&\29 -9437:std::__2::__function::__func\20const&\29::$_0::operator\28\29\28skia::textlayout::Run\20const*\2c\20float\2c\20skia::textlayout::SkRange\2c\20float*\29\20const::'lambda'\28skia::textlayout::SkRange\2c\20skia::textlayout::TextStyle\20const&\2c\20skia::textlayout::TextLine::ClipContext\20const&\29\2c\20std::__2::allocator\20const&\29::$_0::operator\28\29\28skia::textlayout::Run\20const*\2c\20float\2c\20skia::textlayout::SkRange\2c\20float*\29\20const::'lambda'\28skia::textlayout::SkRange\2c\20skia::textlayout::TextStyle\20const&\2c\20skia::textlayout::TextLine::ClipContext\20const&\29>\2c\20void\20\28skia::textlayout::SkRange\2c\20skia::textlayout::TextStyle\20const&\2c\20skia::textlayout::TextLine::ClipContext\20const&\29>::__clone\28std::__2::__function::__base\2c\20skia::textlayout::TextStyle\20const&\2c\20skia::textlayout::TextLine::ClipContext\20const&\29>*\29\20const -9438:std::__2::__function::__func\20const&\29::$_0::operator\28\29\28skia::textlayout::Run\20const*\2c\20float\2c\20skia::textlayout::SkRange\2c\20float*\29\20const::'lambda'\28skia::textlayout::SkRange\2c\20skia::textlayout::TextStyle\20const&\2c\20skia::textlayout::TextLine::ClipContext\20const&\29\2c\20std::__2::allocator\20const&\29::$_0::operator\28\29\28skia::textlayout::Run\20const*\2c\20float\2c\20skia::textlayout::SkRange\2c\20float*\29\20const::'lambda'\28skia::textlayout::SkRange\2c\20skia::textlayout::TextStyle\20const&\2c\20skia::textlayout::TextLine::ClipContext\20const&\29>\2c\20void\20\28skia::textlayout::SkRange\2c\20skia::textlayout::TextStyle\20const&\2c\20skia::textlayout::TextLine::ClipContext\20const&\29>::__clone\28\29\20const -9439:std::__2::__function::__func\2c\20void\20\28skia::textlayout::SkRange\2c\20skia::textlayout::SkRange\2c\20skia::textlayout::SkRange\2c\20skia::textlayout::SkRange\2c\20skia::textlayout::SkRange\2c\20float\2c\20unsigned\20long\2c\20unsigned\20long\2c\20SkPoint\2c\20SkPoint\2c\20skia::textlayout::InternalLineMetrics\2c\20bool\29>::operator\28\29\28skia::textlayout::SkRange&&\2c\20skia::textlayout::SkRange&&\2c\20skia::textlayout::SkRange&&\2c\20skia::textlayout::SkRange&&\2c\20skia::textlayout::SkRange&&\2c\20float&&\2c\20unsigned\20long&&\2c\20unsigned\20long&&\2c\20SkPoint&&\2c\20SkPoint&&\2c\20skia::textlayout::InternalLineMetrics&&\2c\20bool&&\29 -9440:std::__2::__function::__func\2c\20void\20\28skia::textlayout::SkRange\2c\20skia::textlayout::SkRange\2c\20skia::textlayout::SkRange\2c\20skia::textlayout::SkRange\2c\20skia::textlayout::SkRange\2c\20float\2c\20unsigned\20long\2c\20unsigned\20long\2c\20SkPoint\2c\20SkPoint\2c\20skia::textlayout::InternalLineMetrics\2c\20bool\29>::__clone\28std::__2::__function::__base\2c\20skia::textlayout::SkRange\2c\20skia::textlayout::SkRange\2c\20skia::textlayout::SkRange\2c\20skia::textlayout::SkRange\2c\20float\2c\20unsigned\20long\2c\20unsigned\20long\2c\20SkPoint\2c\20SkPoint\2c\20skia::textlayout::InternalLineMetrics\2c\20bool\29>*\29\20const -9441:std::__2::__function::__func\2c\20void\20\28skia::textlayout::SkRange\2c\20skia::textlayout::SkRange\2c\20skia::textlayout::SkRange\2c\20skia::textlayout::SkRange\2c\20skia::textlayout::SkRange\2c\20float\2c\20unsigned\20long\2c\20unsigned\20long\2c\20SkPoint\2c\20SkPoint\2c\20skia::textlayout::InternalLineMetrics\2c\20bool\29>::__clone\28\29\20const -9442:std::__2::__function::__func\2c\20void\20\28skia::textlayout::Cluster*\29>::operator\28\29\28skia::textlayout::Cluster*&&\29 -9443:std::__2::__function::__func\2c\20void\20\28skia::textlayout::Cluster*\29>::__clone\28std::__2::__function::__base*\29\20const -9444:std::__2::__function::__func\2c\20void\20\28skia::textlayout::Cluster*\29>::__clone\28\29\20const -9445:std::__2::__function::__func\2c\20void\20\28skia::textlayout::ParagraphImpl*\2c\20char\20const*\2c\20bool\29>::__clone\28std::__2::__function::__base*\29\20const -9446:std::__2::__function::__func\2c\20void\20\28skia::textlayout::ParagraphImpl*\2c\20char\20const*\2c\20bool\29>::__clone\28\29\20const -9447:std::__2::__function::__func\2c\20float\20\28skia::textlayout::SkRange\2c\20SkSpan\2c\20float&\2c\20unsigned\20long\2c\20unsigned\20char\29>::operator\28\29\28skia::textlayout::SkRange&&\2c\20SkSpan&&\2c\20float&\2c\20unsigned\20long&&\2c\20unsigned\20char&&\29 -9448:std::__2::__function::__func\2c\20float\20\28skia::textlayout::SkRange\2c\20SkSpan\2c\20float&\2c\20unsigned\20long\2c\20unsigned\20char\29>::__clone\28std::__2::__function::__base\2c\20SkSpan\2c\20float&\2c\20unsigned\20long\2c\20unsigned\20char\29>*\29\20const -9449:std::__2::__function::__func\2c\20float\20\28skia::textlayout::SkRange\2c\20SkSpan\2c\20float&\2c\20unsigned\20long\2c\20unsigned\20char\29>::__clone\28\29\20const -9450:std::__2::__function::__func\2c\20SkSpan\2c\20float&\2c\20unsigned\20long\2c\20unsigned\20char\29\20const::'lambda'\28skia::textlayout::Block\2c\20skia_private::TArray\29\2c\20std::__2::allocator\2c\20SkSpan\2c\20float&\2c\20unsigned\20long\2c\20unsigned\20char\29\20const::'lambda'\28skia::textlayout::Block\2c\20skia_private::TArray\29>\2c\20void\20\28skia::textlayout::Block\2c\20skia_private::TArray\29>::operator\28\29\28skia::textlayout::Block&&\2c\20skia_private::TArray&&\29 -9451:std::__2::__function::__func\2c\20SkSpan\2c\20float&\2c\20unsigned\20long\2c\20unsigned\20char\29\20const::'lambda'\28skia::textlayout::Block\2c\20skia_private::TArray\29\2c\20std::__2::allocator\2c\20SkSpan\2c\20float&\2c\20unsigned\20long\2c\20unsigned\20char\29\20const::'lambda'\28skia::textlayout::Block\2c\20skia_private::TArray\29>\2c\20void\20\28skia::textlayout::Block\2c\20skia_private::TArray\29>::__clone\28std::__2::__function::__base\29>*\29\20const -9452:std::__2::__function::__func\2c\20SkSpan\2c\20float&\2c\20unsigned\20long\2c\20unsigned\20char\29\20const::'lambda'\28skia::textlayout::Block\2c\20skia_private::TArray\29\2c\20std::__2::allocator\2c\20SkSpan\2c\20float&\2c\20unsigned\20long\2c\20unsigned\20char\29\20const::'lambda'\28skia::textlayout::Block\2c\20skia_private::TArray\29>\2c\20void\20\28skia::textlayout::Block\2c\20skia_private::TArray\29>::__clone\28\29\20const -9453:std::__2::__function::__func\2c\20SkSpan\2c\20float&\2c\20unsigned\20long\2c\20unsigned\20char\29\20const::'lambda'\28skia::textlayout::Block\2c\20skia_private::TArray\29::operator\28\29\28skia::textlayout::Block\2c\20skia_private::TArray\29\20const::'lambda'\28sk_sp\29\2c\20std::__2::allocator\2c\20SkSpan\2c\20float&\2c\20unsigned\20long\2c\20unsigned\20char\29\20const::'lambda'\28skia::textlayout::Block\2c\20skia_private::TArray\29::operator\28\29\28skia::textlayout::Block\2c\20skia_private::TArray\29\20const::'lambda'\28sk_sp\29>\2c\20skia::textlayout::OneLineShaper::Resolved\20\28sk_sp\29>::operator\28\29\28sk_sp&&\29 -9454:std::__2::__function::__func\2c\20SkSpan\2c\20float&\2c\20unsigned\20long\2c\20unsigned\20char\29\20const::'lambda'\28skia::textlayout::Block\2c\20skia_private::TArray\29::operator\28\29\28skia::textlayout::Block\2c\20skia_private::TArray\29\20const::'lambda'\28sk_sp\29\2c\20std::__2::allocator\2c\20SkSpan\2c\20float&\2c\20unsigned\20long\2c\20unsigned\20char\29\20const::'lambda'\28skia::textlayout::Block\2c\20skia_private::TArray\29::operator\28\29\28skia::textlayout::Block\2c\20skia_private::TArray\29\20const::'lambda'\28sk_sp\29>\2c\20skia::textlayout::OneLineShaper::Resolved\20\28sk_sp\29>::__clone\28std::__2::__function::__base\29>*\29\20const -9455:std::__2::__function::__func\2c\20SkSpan\2c\20float&\2c\20unsigned\20long\2c\20unsigned\20char\29\20const::'lambda'\28skia::textlayout::Block\2c\20skia_private::TArray\29::operator\28\29\28skia::textlayout::Block\2c\20skia_private::TArray\29\20const::'lambda'\28sk_sp\29\2c\20std::__2::allocator\2c\20SkSpan\2c\20float&\2c\20unsigned\20long\2c\20unsigned\20char\29\20const::'lambda'\28skia::textlayout::Block\2c\20skia_private::TArray\29::operator\28\29\28skia::textlayout::Block\2c\20skia_private::TArray\29\20const::'lambda'\28sk_sp\29>\2c\20skia::textlayout::OneLineShaper::Resolved\20\28sk_sp\29>::__clone\28\29\20const -9456:std::__2::__function::__func\2c\20void\20\28skia::textlayout::SkRange\29>::operator\28\29\28skia::textlayout::SkRange&&\29 -9457:std::__2::__function::__func\2c\20void\20\28skia::textlayout::SkRange\29>::__clone\28std::__2::__function::__base\29>*\29\20const -9458:std::__2::__function::__func\2c\20void\20\28skia::textlayout::SkRange\29>::__clone\28\29\20const -9459:std::__2::__function::__func\2c\20void\20\28sktext::gpu::AtlasSubRun\20const*\2c\20SkPoint\2c\20SkPaint\20const&\2c\20sk_sp\2c\20sktext::gpu::RendererData\29>::operator\28\29\28sktext::gpu::AtlasSubRun\20const*&&\2c\20SkPoint&&\2c\20SkPaint\20const&\2c\20sk_sp&&\2c\20sktext::gpu::RendererData&&\29 -9460:std::__2::__function::__func\2c\20void\20\28sktext::gpu::AtlasSubRun\20const*\2c\20SkPoint\2c\20SkPaint\20const&\2c\20sk_sp\2c\20sktext::gpu::RendererData\29>::__clone\28std::__2::__function::__base\2c\20sktext::gpu::RendererData\29>*\29\20const -9461:std::__2::__function::__func\2c\20void\20\28sktext::gpu::AtlasSubRun\20const*\2c\20SkPoint\2c\20SkPaint\20const&\2c\20sk_sp\2c\20sktext::gpu::RendererData\29>::__clone\28\29\20const -9462:std::__2::__function::__func\2c\20void\20\28void*\2c\20void\20const*\29>::~__func\28\29_9888 -9463:std::__2::__function::__func\2c\20void\20\28void*\2c\20void\20const*\29>::operator\28\29\28void*&&\2c\20void\20const*&&\29 -9464:std::__2::__function::__func\2c\20void\20\28void*\2c\20void\20const*\29>::destroy_deallocate\28\29 -9465:std::__2::__function::__func\2c\20void\20\28void*\2c\20void\20const*\29>::destroy\28\29 -9466:std::__2::__function::__func\2c\20void\20\28void*\2c\20void\20const*\29>::__clone\28std::__2::__function::__base*\29\20const -9467:std::__2::__function::__func\2c\20void\20\28void*\2c\20void\20const*\29>::__clone\28\29\20const -9468:std::__2::__function::__func\2c\20void\20\28\29>::operator\28\29\28\29 -9469:std::__2::__function::__func\2c\20void\20\28\29>::__clone\28std::__2::__function::__base*\29\20const -9470:std::__2::__function::__func\2c\20void\20\28\29>::__clone\28\29\20const -9471:std::__2::__function::__func\2c\20void\20\28\29>::operator\28\29\28\29 -9472:std::__2::__function::__func\2c\20void\20\28\29>::__clone\28std::__2::__function::__base*\29\20const -9473:std::__2::__function::__func\2c\20void\20\28\29>::__clone\28\29\20const -9474:std::__2::__function::__func\2c\20void\20\28GrSurfaceProxy*\2c\20skgpu::Mipmapped\29>::operator\28\29\28GrSurfaceProxy*&&\2c\20skgpu::Mipmapped&&\29 -9475:std::__2::__function::__func\2c\20void\20\28GrSurfaceProxy*\2c\20skgpu::Mipmapped\29>::__clone\28std::__2::__function::__base*\29\20const -9476:std::__2::__function::__func\2c\20void\20\28GrSurfaceProxy*\2c\20skgpu::Mipmapped\29>::__clone\28\29\20const -9477:std::__2::__function::__func>\2c\20GrTextureResolveManager\2c\20GrCaps\20const&\29::$_0\2c\20std::__2::allocator>\2c\20GrTextureResolveManager\2c\20GrCaps\20const&\29::$_0>\2c\20void\20\28GrSurfaceProxy*\2c\20skgpu::Mipmapped\29>::operator\28\29\28GrSurfaceProxy*&&\2c\20skgpu::Mipmapped&&\29 -9478:std::__2::__function::__func>\2c\20GrTextureResolveManager\2c\20GrCaps\20const&\29::$_0\2c\20std::__2::allocator>\2c\20GrTextureResolveManager\2c\20GrCaps\20const&\29::$_0>\2c\20void\20\28GrSurfaceProxy*\2c\20skgpu::Mipmapped\29>::__clone\28std::__2::__function::__base*\29\20const -9479:std::__2::__function::__func>\2c\20GrTextureResolveManager\2c\20GrCaps\20const&\29::$_0\2c\20std::__2::allocator>\2c\20GrTextureResolveManager\2c\20GrCaps\20const&\29::$_0>\2c\20void\20\28GrSurfaceProxy*\2c\20skgpu::Mipmapped\29>::__clone\28\29\20const -9480:std::__2::__function::__func>\2c\20bool\2c\20GrProcessorSet::Analysis\20const&\2c\20GrAppliedClip&&\2c\20GrDstProxyView\20const&\2c\20GrTextureResolveManager\2c\20GrCaps\20const&\29::$_0\2c\20std::__2::allocator>\2c\20bool\2c\20GrProcessorSet::Analysis\20const&\2c\20GrAppliedClip&&\2c\20GrDstProxyView\20const&\2c\20GrTextureResolveManager\2c\20GrCaps\20const&\29::$_0>\2c\20void\20\28GrSurfaceProxy*\2c\20skgpu::Mipmapped\29>::operator\28\29\28GrSurfaceProxy*&&\2c\20skgpu::Mipmapped&&\29 -9481:std::__2::__function::__func>\2c\20bool\2c\20GrProcessorSet::Analysis\20const&\2c\20GrAppliedClip&&\2c\20GrDstProxyView\20const&\2c\20GrTextureResolveManager\2c\20GrCaps\20const&\29::$_0\2c\20std::__2::allocator>\2c\20bool\2c\20GrProcessorSet::Analysis\20const&\2c\20GrAppliedClip&&\2c\20GrDstProxyView\20const&\2c\20GrTextureResolveManager\2c\20GrCaps\20const&\29::$_0>\2c\20void\20\28GrSurfaceProxy*\2c\20skgpu::Mipmapped\29>::__clone\28std::__2::__function::__base*\29\20const -9482:std::__2::__function::__func>\2c\20bool\2c\20GrProcessorSet::Analysis\20const&\2c\20GrAppliedClip&&\2c\20GrDstProxyView\20const&\2c\20GrTextureResolveManager\2c\20GrCaps\20const&\29::$_0\2c\20std::__2::allocator>\2c\20bool\2c\20GrProcessorSet::Analysis\20const&\2c\20GrAppliedClip&&\2c\20GrDstProxyView\20const&\2c\20GrTextureResolveManager\2c\20GrCaps\20const&\29::$_0>\2c\20void\20\28GrSurfaceProxy*\2c\20skgpu::Mipmapped\29>::__clone\28\29\20const -9483:std::__2::__function::__func\2c\20void\20\28sktext::gpu::AtlasSubRun\20const*\2c\20SkPoint\2c\20SkPaint\20const&\2c\20sk_sp\2c\20sktext::gpu::RendererData\29>::operator\28\29\28sktext::gpu::AtlasSubRun\20const*&&\2c\20SkPoint&&\2c\20SkPaint\20const&\2c\20sk_sp&&\2c\20sktext::gpu::RendererData&&\29 -9484:std::__2::__function::__func\2c\20void\20\28sktext::gpu::AtlasSubRun\20const*\2c\20SkPoint\2c\20SkPaint\20const&\2c\20sk_sp\2c\20sktext::gpu::RendererData\29>::__clone\28std::__2::__function::__base\2c\20sktext::gpu::RendererData\29>*\29\20const -9485:std::__2::__function::__func\2c\20void\20\28sktext::gpu::AtlasSubRun\20const*\2c\20SkPoint\2c\20SkPaint\20const&\2c\20sk_sp\2c\20sktext::gpu::RendererData\29>::__clone\28\29\20const -9486:std::__2::__function::__func\2c\20std::__2::tuple\20\28sktext::gpu::GlyphVector*\2c\20int\2c\20int\2c\20skgpu::MaskFormat\2c\20int\29>::operator\28\29\28sktext::gpu::GlyphVector*&&\2c\20int&&\2c\20int&&\2c\20skgpu::MaskFormat&&\2c\20int&&\29 -9487:std::__2::__function::__func\2c\20std::__2::tuple\20\28sktext::gpu::GlyphVector*\2c\20int\2c\20int\2c\20skgpu::MaskFormat\2c\20int\29>::__clone\28std::__2::__function::__base\20\28sktext::gpu::GlyphVector*\2c\20int\2c\20int\2c\20skgpu::MaskFormat\2c\20int\29>*\29\20const -9488:std::__2::__function::__func\2c\20std::__2::tuple\20\28sktext::gpu::GlyphVector*\2c\20int\2c\20int\2c\20skgpu::MaskFormat\2c\20int\29>::__clone\28\29\20const -9489:std::__2::__function::__func>\2c\20SkIRect\20const&\2c\20SkMatrix\20const&\2c\20SkPath\20const&\29::$_0\2c\20std::__2::allocator>\2c\20SkIRect\20const&\2c\20SkMatrix\20const&\2c\20SkPath\20const&\29::$_0>\2c\20bool\20\28GrSurfaceProxy\20const*\29>::operator\28\29\28GrSurfaceProxy\20const*&&\29 -9490:std::__2::__function::__func>\2c\20SkIRect\20const&\2c\20SkMatrix\20const&\2c\20SkPath\20const&\29::$_0\2c\20std::__2::allocator>\2c\20SkIRect\20const&\2c\20SkMatrix\20const&\2c\20SkPath\20const&\29::$_0>\2c\20bool\20\28GrSurfaceProxy\20const*\29>::__clone\28std::__2::__function::__base*\29\20const -9491:std::__2::__function::__func>\2c\20SkIRect\20const&\2c\20SkMatrix\20const&\2c\20SkPath\20const&\29::$_0\2c\20std::__2::allocator>\2c\20SkIRect\20const&\2c\20SkMatrix\20const&\2c\20SkPath\20const&\29::$_0>\2c\20bool\20\28GrSurfaceProxy\20const*\29>::__clone\28\29\20const -9492:std::__2::__function::__func\2c\20sk_sp\20\28SkIRect\29>::operator\28\29\28SkIRect&&\29 -9493:std::__2::__function::__func\2c\20sk_sp\20\28SkIRect\29>::__clone\28std::__2::__function::__base\20\28SkIRect\29>*\29\20const -9494:std::__2::__function::__func\2c\20sk_sp\20\28SkIRect\29>::__clone\28\29\20const -9495:std::__2::__function::__func\2c\20sk_sp\20\28SkIRect\29>::operator\28\29\28SkIRect&&\29 -9496:std::__2::__function::__func\2c\20sk_sp\20\28SkIRect\29>::__clone\28std::__2::__function::__base\20\28SkIRect\29>*\29\20const -9497:std::__2::__function::__func\2c\20sk_sp\20\28SkIRect\29>::__clone\28\29\20const -9498:std::__2::__function::__func\2c\20void\20\28int\2c\20char\20const*\29>::operator\28\29\28int&&\2c\20char\20const*&&\29 -9499:std::__2::__function::__func\2c\20void\20\28int\2c\20char\20const*\29>::__clone\28std::__2::__function::__base*\29\20const -9500:std::__2::__function::__func\2c\20void\20\28int\2c\20char\20const*\29>::__clone\28\29\20const -9501:std::__2::__function::__func\28GrOp\20const*\2c\20GrSurfaceProxy\20const*\29::'lambda'\28GrSurfaceProxy*\2c\20skgpu::Mipmapped\29\2c\20std::__2::allocator\28GrOp\20const*\2c\20GrSurfaceProxy\20const*\29::'lambda'\28GrSurfaceProxy*\2c\20skgpu::Mipmapped\29>\2c\20void\20\28GrSurfaceProxy*\2c\20skgpu::Mipmapped\29>::__clone\28std::__2::__function::__base*\29\20const -9502:std::__2::__function::__func\28GrOp\20const*\2c\20GrSurfaceProxy\20const*\29::'lambda'\28GrSurfaceProxy*\2c\20skgpu::Mipmapped\29\2c\20std::__2::allocator\28GrOp\20const*\2c\20GrSurfaceProxy\20const*\29::'lambda'\28GrSurfaceProxy*\2c\20skgpu::Mipmapped\29>\2c\20void\20\28GrSurfaceProxy*\2c\20skgpu::Mipmapped\29>::__clone\28\29\20const -9503:std::__2::__function::__func\28GrFragmentProcessor\20const*\2c\20GrSurfaceProxy\20const*\29::'lambda'\28GrSurfaceProxy*\2c\20skgpu::Mipmapped\29\2c\20std::__2::allocator\28GrFragmentProcessor\20const*\2c\20GrSurfaceProxy\20const*\29::'lambda'\28GrSurfaceProxy*\2c\20skgpu::Mipmapped\29>\2c\20void\20\28GrSurfaceProxy*\2c\20skgpu::Mipmapped\29>::__clone\28std::__2::__function::__base*\29\20const -9504:std::__2::__function::__func\28GrFragmentProcessor\20const*\2c\20GrSurfaceProxy\20const*\29::'lambda'\28GrSurfaceProxy*\2c\20skgpu::Mipmapped\29\2c\20std::__2::allocator\28GrFragmentProcessor\20const*\2c\20GrSurfaceProxy\20const*\29::'lambda'\28GrSurfaceProxy*\2c\20skgpu::Mipmapped\29>\2c\20void\20\28GrSurfaceProxy*\2c\20skgpu::Mipmapped\29>::__clone\28\29\20const -9505:std::__2::__function::__func<\28anonymous\20namespace\29::render_sw_mask\28GrRecordingContext*\2c\20SkIRect\20const&\2c\20skgpu::ganesh::ClipStack::Element\20const**\2c\20int\29::$_0\2c\20std::__2::allocator<\28anonymous\20namespace\29::render_sw_mask\28GrRecordingContext*\2c\20SkIRect\20const&\2c\20skgpu::ganesh::ClipStack::Element\20const**\2c\20int\29::$_0>\2c\20void\20\28\29>::operator\28\29\28\29 -9506:std::__2::__function::__func<\28anonymous\20namespace\29::render_sw_mask\28GrRecordingContext*\2c\20SkIRect\20const&\2c\20skgpu::ganesh::ClipStack::Element\20const**\2c\20int\29::$_0\2c\20std::__2::allocator<\28anonymous\20namespace\29::render_sw_mask\28GrRecordingContext*\2c\20SkIRect\20const&\2c\20skgpu::ganesh::ClipStack::Element\20const**\2c\20int\29::$_0>\2c\20void\20\28\29>::__clone\28std::__2::__function::__base*\29\20const -9507:std::__2::__function::__func<\28anonymous\20namespace\29::render_sw_mask\28GrRecordingContext*\2c\20SkIRect\20const&\2c\20skgpu::ganesh::ClipStack::Element\20const**\2c\20int\29::$_0\2c\20std::__2::allocator<\28anonymous\20namespace\29::render_sw_mask\28GrRecordingContext*\2c\20SkIRect\20const&\2c\20skgpu::ganesh::ClipStack::Element\20const**\2c\20int\29::$_0>\2c\20void\20\28\29>::__clone\28\29\20const -9508:std::__2::__function::__func<\28anonymous\20namespace\29::colrv1_traverse_paint_bounds\28SkMatrix*\2c\20SkRect*\2c\20FT_FaceRec_*\2c\20FT_Opaque_Paint_\2c\20skia_private::THashSet*\29::$_1\2c\20std::__2::allocator<\28anonymous\20namespace\29::colrv1_traverse_paint_bounds\28SkMatrix*\2c\20SkRect*\2c\20FT_FaceRec_*\2c\20FT_Opaque_Paint_\2c\20skia_private::THashSet*\29::$_1>\2c\20void\20\28\29>::operator\28\29\28\29 -9509:std::__2::__function::__func<\28anonymous\20namespace\29::colrv1_traverse_paint_bounds\28SkMatrix*\2c\20SkRect*\2c\20FT_FaceRec_*\2c\20FT_Opaque_Paint_\2c\20skia_private::THashSet*\29::$_1\2c\20std::__2::allocator<\28anonymous\20namespace\29::colrv1_traverse_paint_bounds\28SkMatrix*\2c\20SkRect*\2c\20FT_FaceRec_*\2c\20FT_Opaque_Paint_\2c\20skia_private::THashSet*\29::$_1>\2c\20void\20\28\29>::__clone\28std::__2::__function::__base*\29\20const -9510:std::__2::__function::__func<\28anonymous\20namespace\29::colrv1_traverse_paint_bounds\28SkMatrix*\2c\20SkRect*\2c\20FT_FaceRec_*\2c\20FT_Opaque_Paint_\2c\20skia_private::THashSet*\29::$_1\2c\20std::__2::allocator<\28anonymous\20namespace\29::colrv1_traverse_paint_bounds\28SkMatrix*\2c\20SkRect*\2c\20FT_FaceRec_*\2c\20FT_Opaque_Paint_\2c\20skia_private::THashSet*\29::$_1>\2c\20void\20\28\29>::__clone\28\29\20const -9511:std::__2::__function::__func<\28anonymous\20namespace\29::colrv1_traverse_paint_bounds\28SkMatrix*\2c\20SkRect*\2c\20FT_FaceRec_*\2c\20FT_Opaque_Paint_\2c\20skia_private::THashSet*\29::$_0\2c\20std::__2::allocator<\28anonymous\20namespace\29::colrv1_traverse_paint_bounds\28SkMatrix*\2c\20SkRect*\2c\20FT_FaceRec_*\2c\20FT_Opaque_Paint_\2c\20skia_private::THashSet*\29::$_0>\2c\20void\20\28\29>::__clone\28std::__2::__function::__base*\29\20const -9512:std::__2::__function::__func<\28anonymous\20namespace\29::colrv1_traverse_paint_bounds\28SkMatrix*\2c\20SkRect*\2c\20FT_FaceRec_*\2c\20FT_Opaque_Paint_\2c\20skia_private::THashSet*\29::$_0\2c\20std::__2::allocator<\28anonymous\20namespace\29::colrv1_traverse_paint_bounds\28SkMatrix*\2c\20SkRect*\2c\20FT_FaceRec_*\2c\20FT_Opaque_Paint_\2c\20skia_private::THashSet*\29::$_0>\2c\20void\20\28\29>::__clone\28\29\20const -9513:std::__2::__function::__func<\28anonymous\20namespace\29::colrv1_traverse_paint\28SkCanvas*\2c\20SkSpan\20const&\2c\20unsigned\20int\2c\20FT_FaceRec_*\2c\20FT_Opaque_Paint_\2c\20skia_private::THashSet*\29::$_0\2c\20std::__2::allocator<\28anonymous\20namespace\29::colrv1_traverse_paint\28SkCanvas*\2c\20SkSpan\20const&\2c\20unsigned\20int\2c\20FT_FaceRec_*\2c\20FT_Opaque_Paint_\2c\20skia_private::THashSet*\29::$_0>\2c\20void\20\28\29>::__clone\28std::__2::__function::__base*\29\20const -9514:std::__2::__function::__func<\28anonymous\20namespace\29::colrv1_traverse_paint\28SkCanvas*\2c\20SkSpan\20const&\2c\20unsigned\20int\2c\20FT_FaceRec_*\2c\20FT_Opaque_Paint_\2c\20skia_private::THashSet*\29::$_0\2c\20std::__2::allocator<\28anonymous\20namespace\29::colrv1_traverse_paint\28SkCanvas*\2c\20SkSpan\20const&\2c\20unsigned\20int\2c\20FT_FaceRec_*\2c\20FT_Opaque_Paint_\2c\20skia_private::THashSet*\29::$_0>\2c\20void\20\28\29>::__clone\28\29\20const -9515:std::__2::__function::__func<\28anonymous\20namespace\29::MeshOp::visitProxies\28std::__2::function\20const&\29\20const::'lambda'\28GrTextureEffect\20const&\29\2c\20std::__2::allocator<\28anonymous\20namespace\29::MeshOp::visitProxies\28std::__2::function\20const&\29\20const::'lambda'\28GrTextureEffect\20const&\29>\2c\20void\20\28GrTextureEffect\20const&\29>::operator\28\29\28GrTextureEffect\20const&\29 -9516:std::__2::__function::__func<\28anonymous\20namespace\29::MeshOp::visitProxies\28std::__2::function\20const&\29\20const::'lambda'\28GrTextureEffect\20const&\29\2c\20std::__2::allocator<\28anonymous\20namespace\29::MeshOp::visitProxies\28std::__2::function\20const&\29\20const::'lambda'\28GrTextureEffect\20const&\29>\2c\20void\20\28GrTextureEffect\20const&\29>::__clone\28std::__2::__function::__base*\29\20const -9517:std::__2::__function::__func<\28anonymous\20namespace\29::MeshOp::visitProxies\28std::__2::function\20const&\29\20const::'lambda'\28GrTextureEffect\20const&\29\2c\20std::__2::allocator<\28anonymous\20namespace\29::MeshOp::visitProxies\28std::__2::function\20const&\29\20const::'lambda'\28GrTextureEffect\20const&\29>\2c\20void\20\28GrTextureEffect\20const&\29>::__clone\28\29\20const -9518:std::__2::__function::__func<\28anonymous\20namespace\29::MeshOp::onExecute\28GrOpFlushState*\2c\20SkRect\20const&\29::$_0\2c\20std::__2::allocator<\28anonymous\20namespace\29::MeshOp::onExecute\28GrOpFlushState*\2c\20SkRect\20const&\29::$_0>\2c\20void\20\28GrTextureEffect\20const&\29>::operator\28\29\28GrTextureEffect\20const&\29 -9519:std::__2::__function::__func<\28anonymous\20namespace\29::MeshOp::onExecute\28GrOpFlushState*\2c\20SkRect\20const&\29::$_0\2c\20std::__2::allocator<\28anonymous\20namespace\29::MeshOp::onExecute\28GrOpFlushState*\2c\20SkRect\20const&\29::$_0>\2c\20void\20\28GrTextureEffect\20const&\29>::__clone\28std::__2::__function::__base*\29\20const -9520:std::__2::__function::__func<\28anonymous\20namespace\29::MeshOp::onExecute\28GrOpFlushState*\2c\20SkRect\20const&\29::$_0\2c\20std::__2::allocator<\28anonymous\20namespace\29::MeshOp::onExecute\28GrOpFlushState*\2c\20SkRect\20const&\29::$_0>\2c\20void\20\28GrTextureEffect\20const&\29>::__clone\28\29\20const -9521:std::__2::__function::__func<\28anonymous\20namespace\29::MeshGP::MeshGP\28sk_sp\2c\20sk_sp\2c\20SkMatrix\20const&\2c\20std::__2::optional>\20const&\2c\20bool\2c\20sk_sp\2c\20SkSpan>>\29::'lambda'\28GrTextureEffect\20const&\29\2c\20std::__2::allocator<\28anonymous\20namespace\29::MeshGP::MeshGP\28sk_sp\2c\20sk_sp\2c\20SkMatrix\20const&\2c\20std::__2::optional>\20const&\2c\20bool\2c\20sk_sp\2c\20SkSpan>>\29::'lambda'\28GrTextureEffect\20const&\29>\2c\20void\20\28GrTextureEffect\20const&\29>::operator\28\29\28GrTextureEffect\20const&\29 -9522:std::__2::__function::__func<\28anonymous\20namespace\29::MeshGP::MeshGP\28sk_sp\2c\20sk_sp\2c\20SkMatrix\20const&\2c\20std::__2::optional>\20const&\2c\20bool\2c\20sk_sp\2c\20SkSpan>>\29::'lambda'\28GrTextureEffect\20const&\29\2c\20std::__2::allocator<\28anonymous\20namespace\29::MeshGP::MeshGP\28sk_sp\2c\20sk_sp\2c\20SkMatrix\20const&\2c\20std::__2::optional>\20const&\2c\20bool\2c\20sk_sp\2c\20SkSpan>>\29::'lambda'\28GrTextureEffect\20const&\29>\2c\20void\20\28GrTextureEffect\20const&\29>::__clone\28std::__2::__function::__base*\29\20const -9523:std::__2::__function::__func<\28anonymous\20namespace\29::MeshGP::MeshGP\28sk_sp\2c\20sk_sp\2c\20SkMatrix\20const&\2c\20std::__2::optional>\20const&\2c\20bool\2c\20sk_sp\2c\20SkSpan>>\29::'lambda'\28GrTextureEffect\20const&\29\2c\20std::__2::allocator<\28anonymous\20namespace\29::MeshGP::MeshGP\28sk_sp\2c\20sk_sp\2c\20SkMatrix\20const&\2c\20std::__2::optional>\20const&\2c\20bool\2c\20sk_sp\2c\20SkSpan>>\29::'lambda'\28GrTextureEffect\20const&\29>\2c\20void\20\28GrTextureEffect\20const&\29>::__clone\28\29\20const -9524:std::__2::__function::__func<\28anonymous\20namespace\29::MeshGP::Impl::setData\28GrGLSLProgramDataManager\20const&\2c\20GrShaderCaps\20const&\2c\20GrGeometryProcessor\20const&\29::'lambda'\28GrFragmentProcessor\20const&\2c\20GrFragmentProcessor::ProgramImpl&\29\2c\20std::__2::allocator<\28anonymous\20namespace\29::MeshGP::Impl::setData\28GrGLSLProgramDataManager\20const&\2c\20GrShaderCaps\20const&\2c\20GrGeometryProcessor\20const&\29::'lambda'\28GrFragmentProcessor\20const&\2c\20GrFragmentProcessor::ProgramImpl&\29>\2c\20void\20\28GrFragmentProcessor\20const&\2c\20GrFragmentProcessor::ProgramImpl&\29>::operator\28\29\28GrFragmentProcessor\20const&\2c\20GrFragmentProcessor::ProgramImpl&\29 -9525:std::__2::__function::__func<\28anonymous\20namespace\29::MeshGP::Impl::setData\28GrGLSLProgramDataManager\20const&\2c\20GrShaderCaps\20const&\2c\20GrGeometryProcessor\20const&\29::'lambda'\28GrFragmentProcessor\20const&\2c\20GrFragmentProcessor::ProgramImpl&\29\2c\20std::__2::allocator<\28anonymous\20namespace\29::MeshGP::Impl::setData\28GrGLSLProgramDataManager\20const&\2c\20GrShaderCaps\20const&\2c\20GrGeometryProcessor\20const&\29::'lambda'\28GrFragmentProcessor\20const&\2c\20GrFragmentProcessor::ProgramImpl&\29>\2c\20void\20\28GrFragmentProcessor\20const&\2c\20GrFragmentProcessor::ProgramImpl&\29>::__clone\28std::__2::__function::__base*\29\20const -9526:std::__2::__function::__func<\28anonymous\20namespace\29::MeshGP::Impl::setData\28GrGLSLProgramDataManager\20const&\2c\20GrShaderCaps\20const&\2c\20GrGeometryProcessor\20const&\29::'lambda'\28GrFragmentProcessor\20const&\2c\20GrFragmentProcessor::ProgramImpl&\29\2c\20std::__2::allocator<\28anonymous\20namespace\29::MeshGP::Impl::setData\28GrGLSLProgramDataManager\20const&\2c\20GrShaderCaps\20const&\2c\20GrGeometryProcessor\20const&\29::'lambda'\28GrFragmentProcessor\20const&\2c\20GrFragmentProcessor::ProgramImpl&\29>\2c\20void\20\28GrFragmentProcessor\20const&\2c\20GrFragmentProcessor::ProgramImpl&\29>::__clone\28\29\20const -9527:std::__2::__function::__func<\28anonymous\20namespace\29::MeshGP::Impl::onEmitCode\28GrGeometryProcessor::ProgramImpl::EmitArgs&\2c\20GrGeometryProcessor::ProgramImpl::GrGPArgs*\29::'lambda'\28GrFragmentProcessor\20const&\2c\20GrFragmentProcessor::ProgramImpl&\29\2c\20std::__2::allocator<\28anonymous\20namespace\29::MeshGP::Impl::onEmitCode\28GrGeometryProcessor::ProgramImpl::EmitArgs&\2c\20GrGeometryProcessor::ProgramImpl::GrGPArgs*\29::'lambda'\28GrFragmentProcessor\20const&\2c\20GrFragmentProcessor::ProgramImpl&\29>\2c\20void\20\28GrFragmentProcessor\20const&\2c\20GrFragmentProcessor::ProgramImpl&\29>::operator\28\29\28GrFragmentProcessor\20const&\2c\20GrFragmentProcessor::ProgramImpl&\29 -9528:std::__2::__function::__func<\28anonymous\20namespace\29::MeshGP::Impl::onEmitCode\28GrGeometryProcessor::ProgramImpl::EmitArgs&\2c\20GrGeometryProcessor::ProgramImpl::GrGPArgs*\29::'lambda'\28GrFragmentProcessor\20const&\2c\20GrFragmentProcessor::ProgramImpl&\29\2c\20std::__2::allocator<\28anonymous\20namespace\29::MeshGP::Impl::onEmitCode\28GrGeometryProcessor::ProgramImpl::EmitArgs&\2c\20GrGeometryProcessor::ProgramImpl::GrGPArgs*\29::'lambda'\28GrFragmentProcessor\20const&\2c\20GrFragmentProcessor::ProgramImpl&\29>\2c\20void\20\28GrFragmentProcessor\20const&\2c\20GrFragmentProcessor::ProgramImpl&\29>::__clone\28std::__2::__function::__base*\29\20const -9529:std::__2::__function::__func<\28anonymous\20namespace\29::MeshGP::Impl::onEmitCode\28GrGeometryProcessor::ProgramImpl::EmitArgs&\2c\20GrGeometryProcessor::ProgramImpl::GrGPArgs*\29::'lambda'\28GrFragmentProcessor\20const&\2c\20GrFragmentProcessor::ProgramImpl&\29\2c\20std::__2::allocator<\28anonymous\20namespace\29::MeshGP::Impl::onEmitCode\28GrGeometryProcessor::ProgramImpl::EmitArgs&\2c\20GrGeometryProcessor::ProgramImpl::GrGPArgs*\29::'lambda'\28GrFragmentProcessor\20const&\2c\20GrFragmentProcessor::ProgramImpl&\29>\2c\20void\20\28GrFragmentProcessor\20const&\2c\20GrFragmentProcessor::ProgramImpl&\29>::__clone\28\29\20const -9530:std::__2::__function::__func>*\29::'lambda'\28int\2c\20int\29\2c\20std::__2::allocator>*\29::'lambda'\28int\2c\20int\29>\2c\20void\20\28int\2c\20int\29>::operator\28\29\28int&&\2c\20int&&\29 -9531:std::__2::__function::__func>*\29::'lambda'\28int\2c\20int\29\2c\20std::__2::allocator>*\29::'lambda'\28int\2c\20int\29>\2c\20void\20\28int\2c\20int\29>::__clone\28std::__2::__function::__base*\29\20const -9532:std::__2::__function::__func>*\29::'lambda'\28int\2c\20int\29\2c\20std::__2::allocator>*\29::'lambda'\28int\2c\20int\29>\2c\20void\20\28int\2c\20int\29>::__clone\28\29\20const -9533:std::__2::__function::__func*\29::'lambda0'\28int\2c\20int\29\2c\20std::__2::allocator*\29::'lambda0'\28int\2c\20int\29>\2c\20void\20\28int\2c\20int\29>::operator\28\29\28int&&\2c\20int&&\29 -9534:std::__2::__function::__func*\29::'lambda0'\28int\2c\20int\29\2c\20std::__2::allocator*\29::'lambda0'\28int\2c\20int\29>\2c\20void\20\28int\2c\20int\29>::__clone\28std::__2::__function::__base*\29\20const -9535:std::__2::__function::__func*\29::'lambda0'\28int\2c\20int\29\2c\20std::__2::allocator*\29::'lambda0'\28int\2c\20int\29>\2c\20void\20\28int\2c\20int\29>::__clone\28\29\20const -9536:std::__2::__function::__func*\29::'lambda'\28int\2c\20int\29\2c\20std::__2::allocator*\29::'lambda'\28int\2c\20int\29>\2c\20void\20\28int\2c\20int\29>::operator\28\29\28int&&\2c\20int&&\29 -9537:std::__2::__function::__func*\29::'lambda'\28int\2c\20int\29\2c\20std::__2::allocator*\29::'lambda'\28int\2c\20int\29>\2c\20void\20\28int\2c\20int\29>::__clone\28std::__2::__function::__base*\29\20const -9538:std::__2::__function::__func*\29::'lambda'\28int\2c\20int\29\2c\20std::__2::allocator*\29::'lambda'\28int\2c\20int\29>\2c\20void\20\28int\2c\20int\29>::__clone\28\29\20const -9539:std::__2::__function::__func\29::$_0\2c\20std::__2::allocator\29::$_0>\2c\20void\20\28\29>::~__func\28\29_4385 -9540:std::__2::__function::__func\29::$_0\2c\20std::__2::allocator\29::$_0>\2c\20void\20\28\29>::operator\28\29\28\29 -9541:std::__2::__function::__func\29::$_0\2c\20std::__2::allocator\29::$_0>\2c\20void\20\28\29>::destroy_deallocate\28\29 -9542:std::__2::__function::__func\29::$_0\2c\20std::__2::allocator\29::$_0>\2c\20void\20\28\29>::destroy\28\29 -9543:std::__2::__function::__func\29::$_0\2c\20std::__2::allocator\29::$_0>\2c\20void\20\28\29>::__clone\28std::__2::__function::__base*\29\20const -9544:std::__2::__function::__func\29::$_0\2c\20std::__2::allocator\29::$_0>\2c\20void\20\28\29>::__clone\28\29\20const -9545:std::__2::__function::__func\2c\20void\20\28int\2c\20char\20const*\29>::operator\28\29\28int&&\2c\20char\20const*&&\29 -9546:std::__2::__function::__func\2c\20void\20\28int\2c\20char\20const*\29>::__clone\28std::__2::__function::__base*\29\20const -9547:std::__2::__function::__func\2c\20void\20\28int\2c\20char\20const*\29>::__clone\28\29\20const -9548:std::__2::__function::__func\2c\20void\20\28\29>::operator\28\29\28\29 -9549:std::__2::__function::__func\2c\20void\20\28\29>::__clone\28std::__2::__function::__base*\29\20const -9550:std::__2::__function::__func\2c\20void\20\28\29>::__clone\28\29\20const -9551:std::__2::__function::__func\2c\20void\20\28\29>::operator\28\29\28\29 -9552:std::__2::__function::__func\2c\20void\20\28\29>::__clone\28std::__2::__function::__base*\29\20const -9553:std::__2::__function::__func\2c\20void\20\28\29>::__clone\28\29\20const -9554:std::__2::__function::__func\2c\20bool\20\28SkSL::Variable\20const&\29>::operator\28\29\28SkSL::Variable\20const&\29 -9555:std::__2::__function::__func\2c\20bool\20\28SkSL::Variable\20const&\29>::__clone\28std::__2::__function::__base*\29\20const -9556:std::__2::__function::__func\2c\20bool\20\28SkSL::Variable\20const&\29>::__clone\28\29\20const -9557:std::__2::__function::__func\2c\20void\20\28int\2c\20SkSL::Variable\20const*\2c\20SkSL::Expression\20const*\29>::operator\28\29\28int&&\2c\20SkSL::Variable\20const*&&\2c\20SkSL::Expression\20const*&&\29 -9558:std::__2::__function::__func\2c\20void\20\28int\2c\20SkSL::Variable\20const*\2c\20SkSL::Expression\20const*\29>::__clone\28std::__2::__function::__base*\29\20const -9559:std::__2::__function::__func\2c\20void\20\28int\2c\20SkSL::Variable\20const*\2c\20SkSL::Expression\20const*\29>::__clone\28\29\20const -9560:std::__2::__function::__func\2c\20void\20\28unsigned\20long\2c\20unsigned\20long\2c\20unsigned\20long\2c\20unsigned\20long\29>::operator\28\29\28unsigned\20long&&\2c\20unsigned\20long&&\2c\20unsigned\20long&&\2c\20unsigned\20long&&\29 -9561:std::__2::__function::__func\2c\20void\20\28unsigned\20long\2c\20unsigned\20long\2c\20unsigned\20long\2c\20unsigned\20long\29>::__clone\28std::__2::__function::__base*\29\20const -9562:std::__2::__function::__func\2c\20void\20\28unsigned\20long\2c\20unsigned\20long\2c\20unsigned\20long\2c\20unsigned\20long\29>::__clone\28\29\20const -9563:std::__2::__function::__func\2c\20void\20\28unsigned\20long\2c\20unsigned\20long\2c\20unsigned\20long\2c\20unsigned\20long\29>::__clone\28std::__2::__function::__base*\29\20const -9564:std::__2::__function::__func\2c\20void\20\28unsigned\20long\2c\20unsigned\20long\2c\20unsigned\20long\2c\20unsigned\20long\29>::__clone\28\29\20const -9565:std::__2::__function::__func\2c\20void\20\28SkVertices\20const*\2c\20SkBlendMode\2c\20SkPaint\20const&\2c\20float\2c\20float\2c\20bool\29>::operator\28\29\28SkVertices\20const*&&\2c\20SkBlendMode&&\2c\20SkPaint\20const&\2c\20float&&\2c\20float&&\2c\20bool&&\29 -9566:std::__2::__function::__func\2c\20void\20\28SkVertices\20const*\2c\20SkBlendMode\2c\20SkPaint\20const&\2c\20float\2c\20float\2c\20bool\29>::__clone\28std::__2::__function::__base*\29\20const -9567:std::__2::__function::__func\2c\20void\20\28SkVertices\20const*\2c\20SkBlendMode\2c\20SkPaint\20const&\2c\20float\2c\20float\2c\20bool\29>::__clone\28\29\20const -9568:std::__2::__function::__func\2c\20void\20\28SkIRect\20const&\29>::operator\28\29\28SkIRect\20const&\29 -9569:std::__2::__function::__func\2c\20void\20\28SkIRect\20const&\29>::__clone\28std::__2::__function::__base*\29\20const -9570:std::__2::__function::__func\2c\20void\20\28SkIRect\20const&\29>::__clone\28\29\20const -9571:std::__2::__function::__func\2c\20SkCodec::Result\20\28SkImageInfo\20const&\2c\20void*\2c\20unsigned\20long\2c\20SkCodec::Options\20const&\2c\20int\29>::operator\28\29\28SkImageInfo\20const&\2c\20void*&&\2c\20unsigned\20long&&\2c\20SkCodec::Options\20const&\2c\20int&&\29 -9572:std::__2::__function::__func\2c\20SkCodec::Result\20\28SkImageInfo\20const&\2c\20void*\2c\20unsigned\20long\2c\20SkCodec::Options\20const&\2c\20int\29>::__clone\28std::__2::__function::__base*\29\20const -9573:std::__2::__function::__func\2c\20SkCodec::Result\20\28SkImageInfo\20const&\2c\20void*\2c\20unsigned\20long\2c\20SkCodec::Options\20const&\2c\20int\29>::__clone\28\29\20const -9574:std::__2::__function::__func\2c\20GrSurfaceProxy::LazyCallbackResult\20\28GrResourceProvider*\2c\20GrSurfaceProxy::LazySurfaceDesc\20const&\29>::~__func\28\29_9792 -9575:std::__2::__function::__func\2c\20GrSurfaceProxy::LazyCallbackResult\20\28GrResourceProvider*\2c\20GrSurfaceProxy::LazySurfaceDesc\20const&\29>::operator\28\29\28GrResourceProvider*&&\2c\20GrSurfaceProxy::LazySurfaceDesc\20const&\29 -9576:std::__2::__function::__func\2c\20GrSurfaceProxy::LazyCallbackResult\20\28GrResourceProvider*\2c\20GrSurfaceProxy::LazySurfaceDesc\20const&\29>::destroy_deallocate\28\29 -9577:std::__2::__function::__func\2c\20GrSurfaceProxy::LazyCallbackResult\20\28GrResourceProvider*\2c\20GrSurfaceProxy::LazySurfaceDesc\20const&\29>::destroy\28\29 -9578:std::__2::__function::__func\2c\20GrSurfaceProxy::LazyCallbackResult\20\28GrResourceProvider*\2c\20GrSurfaceProxy::LazySurfaceDesc\20const&\29>::__clone\28std::__2::__function::__base*\29\20const -9579:std::__2::__function::__func\2c\20GrSurfaceProxy::LazyCallbackResult\20\28GrResourceProvider*\2c\20GrSurfaceProxy::LazySurfaceDesc\20const&\29>::__clone\28\29\20const -9580:std::__2::__function::__func\2c\20GrSurfaceProxy::LazyCallbackResult\20\28GrResourceProvider*\2c\20GrSurfaceProxy::LazySurfaceDesc\20const&\29>::~__func\28\29_9518 -9581:std::__2::__function::__func\2c\20GrSurfaceProxy::LazyCallbackResult\20\28GrResourceProvider*\2c\20GrSurfaceProxy::LazySurfaceDesc\20const&\29>::operator\28\29\28GrResourceProvider*&&\2c\20GrSurfaceProxy::LazySurfaceDesc\20const&\29 -9582:std::__2::__function::__func\2c\20GrSurfaceProxy::LazyCallbackResult\20\28GrResourceProvider*\2c\20GrSurfaceProxy::LazySurfaceDesc\20const&\29>::destroy_deallocate\28\29 -9583:std::__2::__function::__func\2c\20GrSurfaceProxy::LazyCallbackResult\20\28GrResourceProvider*\2c\20GrSurfaceProxy::LazySurfaceDesc\20const&\29>::destroy\28\29 -9584:std::__2::__function::__func\2c\20GrSurfaceProxy::LazyCallbackResult\20\28GrResourceProvider*\2c\20GrSurfaceProxy::LazySurfaceDesc\20const&\29>::__clone\28std::__2::__function::__base*\29\20const -9585:std::__2::__function::__func\2c\20GrSurfaceProxy::LazyCallbackResult\20\28GrResourceProvider*\2c\20GrSurfaceProxy::LazySurfaceDesc\20const&\29>::__clone\28\29\20const -9586:std::__2::__function::__func\2c\20GrSurfaceProxy::LazyCallbackResult\20\28GrResourceProvider*\2c\20GrSurfaceProxy::LazySurfaceDesc\20const&\29>::~__func\28\29_9509 -9587:std::__2::__function::__func\2c\20GrSurfaceProxy::LazyCallbackResult\20\28GrResourceProvider*\2c\20GrSurfaceProxy::LazySurfaceDesc\20const&\29>::operator\28\29\28GrResourceProvider*&&\2c\20GrSurfaceProxy::LazySurfaceDesc\20const&\29 -9588:std::__2::__function::__func\2c\20GrSurfaceProxy::LazyCallbackResult\20\28GrResourceProvider*\2c\20GrSurfaceProxy::LazySurfaceDesc\20const&\29>::destroy_deallocate\28\29 -9589:std::__2::__function::__func\2c\20GrSurfaceProxy::LazyCallbackResult\20\28GrResourceProvider*\2c\20GrSurfaceProxy::LazySurfaceDesc\20const&\29>::destroy\28\29 -9590:std::__2::__function::__func\2c\20GrSurfaceProxy::LazyCallbackResult\20\28GrResourceProvider*\2c\20GrSurfaceProxy::LazySurfaceDesc\20const&\29>::__clone\28std::__2::__function::__base*\29\20const -9591:std::__2::__function::__func\2c\20GrSurfaceProxy::LazyCallbackResult\20\28GrResourceProvider*\2c\20GrSurfaceProxy::LazySurfaceDesc\20const&\29>::__clone\28\29\20const -9592:std::__2::__function::__func&\29>&\2c\20bool\29::$_0\2c\20std::__2::allocator&\29>&\2c\20bool\29::$_0>\2c\20bool\20\28GrTextureProxy*\2c\20SkIRect\2c\20GrColorType\2c\20void\20const*\2c\20unsigned\20long\29>::operator\28\29\28GrTextureProxy*&&\2c\20SkIRect&&\2c\20GrColorType&&\2c\20void\20const*&&\2c\20unsigned\20long&&\29 -9593:std::__2::__function::__func&\29>&\2c\20bool\29::$_0\2c\20std::__2::allocator&\29>&\2c\20bool\29::$_0>\2c\20bool\20\28GrTextureProxy*\2c\20SkIRect\2c\20GrColorType\2c\20void\20const*\2c\20unsigned\20long\29>::__clone\28std::__2::__function::__base*\29\20const -9594:std::__2::__function::__func&\29>&\2c\20bool\29::$_0\2c\20std::__2::allocator&\29>&\2c\20bool\29::$_0>\2c\20bool\20\28GrTextureProxy*\2c\20SkIRect\2c\20GrColorType\2c\20void\20const*\2c\20unsigned\20long\29>::__clone\28\29\20const -9595:std::__2::__function::__func*\29::$_0\2c\20std::__2::allocator*\29::$_0>\2c\20void\20\28GrBackendTexture\29>::operator\28\29\28GrBackendTexture&&\29 -9596:std::__2::__function::__func*\29::$_0\2c\20std::__2::allocator*\29::$_0>\2c\20void\20\28GrBackendTexture\29>::__clone\28\29\20const -9597:std::__2::__function::__func\2c\20void\20\28GrFragmentProcessor\20const&\2c\20GrFragmentProcessor::ProgramImpl&\29>::operator\28\29\28GrFragmentProcessor\20const&\2c\20GrFragmentProcessor::ProgramImpl&\29 -9598:std::__2::__function::__func\2c\20void\20\28GrFragmentProcessor\20const&\2c\20GrFragmentProcessor::ProgramImpl&\29>::__clone\28std::__2::__function::__base*\29\20const -9599:std::__2::__function::__func\2c\20void\20\28GrFragmentProcessor\20const&\2c\20GrFragmentProcessor::ProgramImpl&\29>::__clone\28\29\20const -9600:std::__2::__function::__func\2c\20void\20\28GrFragmentProcessor\20const&\2c\20GrFragmentProcessor::ProgramImpl&\29>::operator\28\29\28GrFragmentProcessor\20const&\2c\20GrFragmentProcessor::ProgramImpl&\29 -9601:std::__2::__function::__func\2c\20void\20\28GrFragmentProcessor\20const&\2c\20GrFragmentProcessor::ProgramImpl&\29>::__clone\28std::__2::__function::__base*\29\20const -9602:std::__2::__function::__func\2c\20void\20\28GrFragmentProcessor\20const&\2c\20GrFragmentProcessor::ProgramImpl&\29>::__clone\28\29\20const -9603:std::__2::__function::__func\2c\20void\20\28GrTextureEffect\20const&\29>::operator\28\29\28GrTextureEffect\20const&\29 -9604:std::__2::__function::__func\2c\20void\20\28GrTextureEffect\20const&\29>::__clone\28std::__2::__function::__base*\29\20const -9605:std::__2::__function::__func\2c\20void\20\28GrTextureEffect\20const&\29>::__clone\28\29\20const -9606:std::__2::__function::__func\2c\20void\20\28\29>::operator\28\29\28\29 -9607:std::__2::__function::__func\2c\20void\20\28\29>::__clone\28std::__2::__function::__base*\29\20const -9608:std::__2::__function::__func\2c\20void\20\28\29>::__clone\28\29\20const -9609:std::__2::__function::__func\20const&\29\20const::$_0\2c\20std::__2::allocator\20const&\29\20const::$_0>\2c\20void\20\28GrTextureEffect\20const&\29>::operator\28\29\28GrTextureEffect\20const&\29 -9610:std::__2::__function::__func\20const&\29\20const::$_0\2c\20std::__2::allocator\20const&\29\20const::$_0>\2c\20void\20\28GrTextureEffect\20const&\29>::__clone\28std::__2::__function::__base*\29\20const -9611:std::__2::__function::__func\20const&\29\20const::$_0\2c\20std::__2::allocator\20const&\29\20const::$_0>\2c\20void\20\28GrTextureEffect\20const&\29>::__clone\28\29\20const -9612:std::__2::__function::__func\2c\20GrSurfaceProxy::LazyCallbackResult\20\28GrResourceProvider*\2c\20GrSurfaceProxy::LazySurfaceDesc\20const&\29>::operator\28\29\28GrResourceProvider*&&\2c\20GrSurfaceProxy::LazySurfaceDesc\20const&\29 -9613:std::__2::__function::__func\2c\20GrSurfaceProxy::LazyCallbackResult\20\28GrResourceProvider*\2c\20GrSurfaceProxy::LazySurfaceDesc\20const&\29>::__clone\28std::__2::__function::__base*\29\20const -9614:std::__2::__function::__func\2c\20GrSurfaceProxy::LazyCallbackResult\20\28GrResourceProvider*\2c\20GrSurfaceProxy::LazySurfaceDesc\20const&\29>::__clone\28\29\20const -9615:std::__2::__function::__func&\29\2c\20std::__2::allocator&\29>\2c\20void\20\28std::__2::function&\29>::~__func\28\29_9031 -9616:std::__2::__function::__func&\29\2c\20std::__2::allocator&\29>\2c\20void\20\28std::__2::function&\29>::__clone\28std::__2::__function::__base&\29>*\29\20const -9617:std::__2::__function::__func&\29\2c\20std::__2::allocator&\29>\2c\20void\20\28std::__2::function&\29>::__clone\28\29\20const -9618:std::__2::__function::__func\2c\20void\20\28std::__2::function&\29>::~__func\28\29_9043 -9619:std::__2::__function::__func\2c\20void\20\28std::__2::function&\29>::__clone\28std::__2::__function::__base&\29>*\29\20const -9620:std::__2::__function::__func\2c\20void\20\28std::__2::function&\29>::__clone\28\29\20const -9621:std::__2::__function::__func&\29\2c\20std::__2::allocator&\29>\2c\20void\20\28std::__2::function&\29>::operator\28\29\28std::__2::function&\29 -9622:std::__2::__function::__func&\29\2c\20std::__2::allocator&\29>\2c\20void\20\28std::__2::function&\29>::__clone\28std::__2::__function::__base&\29>*\29\20const -9623:std::__2::__function::__func&\29\2c\20std::__2::allocator&\29>\2c\20void\20\28std::__2::function&\29>::__clone\28\29\20const -9624:srgb_to_hwb\28SkRGBA4f<\28SkAlphaType\292>\2c\20bool*\29 -9625:srcover_p\28unsigned\20char\2c\20unsigned\20char\29 -9626:sn_write -9627:skwasm_isMultiThreaded -9628:skwasm_isHeavy -9629:skwasm_getLiveObjectCounts -9630:sktext::gpu::post_purge_blob_message\28unsigned\20int\2c\20unsigned\20int\29 -9631:sktext::gpu::TextBlob::~TextBlob\28\29_12424 -9632:sktext::gpu::SlugImpl::~SlugImpl\28\29_12336 -9633:sktext::gpu::SlugImpl::sourceBounds\28\29\20const -9634:sktext::gpu::SlugImpl::sourceBoundsWithOrigin\28\29\20const -9635:sktext::gpu::SlugImpl::doFlatten\28SkWriteBuffer&\29\20const -9636:sktext::gpu::SDFMaskFilterImpl::getTypeName\28\29\20const -9637:sktext::gpu::SDFMaskFilterImpl::filterMask\28SkMaskBuilder*\2c\20SkMask\20const&\2c\20SkMatrix\20const&\2c\20SkIPoint*\29\20const -9638:sktext::gpu::SDFMaskFilterImpl::computeFastBounds\28SkRect\20const&\2c\20SkRect*\29\20const -9639:skif::\28anonymous\20namespace\29::RasterBackend::~RasterBackend\28\29 -9640:skif::\28anonymous\20namespace\29::RasterBackend::makeImage\28SkIRect\20const&\2c\20sk_sp\29\20const -9641:skif::\28anonymous\20namespace\29::RasterBackend::makeDevice\28SkISize\2c\20sk_sp\2c\20SkSurfaceProps\20const*\29\20const -9642:skif::\28anonymous\20namespace\29::RasterBackend::getCachedBitmap\28SkBitmap\20const&\29\20const -9643:skif::\28anonymous\20namespace\29::RasterBackend::getBlurEngine\28\29\20const -9644:skif::\28anonymous\20namespace\29::GaneshBackend::makeImage\28SkIRect\20const&\2c\20sk_sp\29\20const -9645:skif::\28anonymous\20namespace\29::GaneshBackend::makeDevice\28SkISize\2c\20sk_sp\2c\20SkSurfaceProps\20const*\29\20const -9646:skif::\28anonymous\20namespace\29::GaneshBackend::getCachedBitmap\28SkBitmap\20const&\29\20const -9647:skif::\28anonymous\20namespace\29::GaneshBackend::findAlgorithm\28SkSize\2c\20SkColorType\29\20const -9648:skia_png_zfree -9649:skia_png_zalloc -9650:skia_png_set_read_fn -9651:skia_png_set_expand_gray_1_2_4_to_8 -9652:skia_png_read_start_row -9653:skia_png_read_finish_row -9654:skia_png_handle_zTXt -9655:skia_png_handle_unknown -9656:skia_png_handle_tRNS -9657:skia_png_handle_tIME -9658:skia_png_handle_tEXt -9659:skia_png_handle_sRGB -9660:skia_png_handle_sPLT -9661:skia_png_handle_sCAL -9662:skia_png_handle_sBIT -9663:skia_png_handle_pHYs -9664:skia_png_handle_pCAL -9665:skia_png_handle_oFFs -9666:skia_png_handle_iTXt -9667:skia_png_handle_iCCP -9668:skia_png_handle_hIST -9669:skia_png_handle_gAMA -9670:skia_png_handle_cHRM -9671:skia_png_handle_bKGD -9672:skia_png_handle_PLTE -9673:skia_png_handle_IHDR -9674:skia_png_handle_IEND -9675:skia_png_get_IHDR -9676:skia_png_do_read_transformations -9677:skia_png_destroy_read_struct -9678:skia_png_default_read_data -9679:skia_png_create_png_struct -9680:skia_png_combine_row -9681:skia::textlayout::TypefaceFontStyleSet::~TypefaceFontStyleSet\28\29_7686 -9682:skia::textlayout::TypefaceFontStyleSet::getStyle\28int\2c\20SkFontStyle*\2c\20SkString*\29 -9683:skia::textlayout::TypefaceFontProvider::~TypefaceFontProvider\28\29_7693 -9684:skia::textlayout::TypefaceFontProvider::onMatchFamily\28char\20const*\29\20const -9685:skia::textlayout::TypefaceFontProvider::onMatchFamilyStyle\28char\20const*\2c\20SkFontStyle\20const&\29\20const -9686:skia::textlayout::TypefaceFontProvider::onLegacyMakeTypeface\28char\20const*\2c\20SkFontStyle\29\20const -9687:skia::textlayout::TypefaceFontProvider::onGetFamilyName\28int\2c\20SkString*\29\20const -9688:skia::textlayout::TypefaceFontProvider::onCreateStyleSet\28int\29\20const -9689:skia::textlayout::TextLine::shapeEllipsis\28SkString\20const&\2c\20skia::textlayout::Cluster\20const*\29::ShapeHandler::~ShapeHandler\28\29_7606 -9690:skia::textlayout::TextLine::shapeEllipsis\28SkString\20const&\2c\20skia::textlayout::Cluster\20const*\29::ShapeHandler::runBuffer\28SkShaper::RunHandler::RunInfo\20const&\29 -9691:skia::textlayout::TextLine::shapeEllipsis\28SkString\20const&\2c\20skia::textlayout::Cluster\20const*\29::ShapeHandler::commitRunBuffer\28SkShaper::RunHandler::RunInfo\20const&\29 -9692:skia::textlayout::ParagraphImpl::~ParagraphImpl\28\29_7348 -9693:skia::textlayout::ParagraphImpl::visit\28std::__2::function\20const&\29 -9694:skia::textlayout::ParagraphImpl::updateTextAlign\28skia::textlayout::TextAlign\29 -9695:skia::textlayout::ParagraphImpl::updateForegroundPaint\28unsigned\20long\2c\20unsigned\20long\2c\20SkPaint\29 -9696:skia::textlayout::ParagraphImpl::updateFontSize\28unsigned\20long\2c\20unsigned\20long\2c\20float\29 -9697:skia::textlayout::ParagraphImpl::updateBackgroundPaint\28unsigned\20long\2c\20unsigned\20long\2c\20SkPaint\29 -9698:skia::textlayout::ParagraphImpl::unresolvedGlyphs\28\29 -9699:skia::textlayout::ParagraphImpl::unresolvedCodepoints\28\29 -9700:skia::textlayout::ParagraphImpl::paint\28SkCanvas*\2c\20float\2c\20float\29 -9701:skia::textlayout::ParagraphImpl::markDirty\28\29 -9702:skia::textlayout::ParagraphImpl::lineNumber\28\29 -9703:skia::textlayout::ParagraphImpl::layout\28float\29 -9704:skia::textlayout::ParagraphImpl::getWordBoundary\28unsigned\20int\29 -9705:skia::textlayout::ParagraphImpl::getRectsForRange\28unsigned\20int\2c\20unsigned\20int\2c\20skia::textlayout::RectHeightStyle\2c\20skia::textlayout::RectWidthStyle\29 -9706:skia::textlayout::ParagraphImpl::getRectsForPlaceholders\28\29 -9707:skia::textlayout::ParagraphImpl::getPath\28int\2c\20SkPath*\29::$_0::operator\28\29\28skia::textlayout::Run\20const*\2c\20float\2c\20skia::textlayout::SkRange\2c\20float*\29\20const::'lambda'\28skia::textlayout::SkRange\2c\20skia::textlayout::TextStyle\20const&\2c\20skia::textlayout::TextLine::ClipContext\20const&\29::operator\28\29\28skia::textlayout::SkRange\2c\20skia::textlayout::TextStyle\20const&\2c\20skia::textlayout::TextLine::ClipContext\20const&\29\20const::'lambda'\28SkPath\20const*\2c\20SkMatrix\20const&\2c\20void*\29::__invoke\28SkPath\20const*\2c\20SkMatrix\20const&\2c\20void*\29 -9708:skia::textlayout::ParagraphImpl::getPath\28int\2c\20SkPath*\29 -9709:skia::textlayout::ParagraphImpl::getLineNumberAtUTF16Offset\28unsigned\20long\29 -9710:skia::textlayout::ParagraphImpl::getLineMetrics\28std::__2::vector>&\29 -9711:skia::textlayout::ParagraphImpl::getLineMetricsAt\28int\2c\20skia::textlayout::LineMetrics*\29\20const -9712:skia::textlayout::ParagraphImpl::getFonts\28\29\20const -9713:skia::textlayout::ParagraphImpl::getFontAt\28unsigned\20long\29\20const -9714:skia::textlayout::ParagraphImpl::getFontAtUTF16Offset\28unsigned\20long\29 -9715:skia::textlayout::ParagraphImpl::getClosestUTF16GlyphInfoAt\28float\2c\20float\2c\20skia::textlayout::Paragraph::GlyphInfo*\29 -9716:skia::textlayout::ParagraphImpl::getClosestGlyphClusterAt\28float\2c\20float\2c\20skia::textlayout::Paragraph::GlyphClusterInfo*\29 -9717:skia::textlayout::ParagraphImpl::getActualTextRange\28int\2c\20bool\29\20const -9718:skia::textlayout::ParagraphImpl::extendedVisit\28std::__2::function\20const&\29 -9719:skia::textlayout::ParagraphImpl::containsEmoji\28SkTextBlob*\29 -9720:skia::textlayout::ParagraphImpl::containsColorFontOrBitmap\28SkTextBlob*\29::$_0::__invoke\28SkPath\20const*\2c\20SkMatrix\20const&\2c\20void*\29 -9721:skia::textlayout::ParagraphImpl::containsColorFontOrBitmap\28SkTextBlob*\29 -9722:skia::textlayout::ParagraphBuilderImpl::~ParagraphBuilderImpl\28\29_7267 -9723:skia::textlayout::ParagraphBuilderImpl::pushStyle\28skia::textlayout::TextStyle\20const&\29 -9724:skia::textlayout::ParagraphBuilderImpl::pop\28\29 -9725:skia::textlayout::ParagraphBuilderImpl::peekStyle\28\29 -9726:skia::textlayout::ParagraphBuilderImpl::getText\28\29 -9727:skia::textlayout::ParagraphBuilderImpl::getParagraphStyle\28\29\20const -9728:skia::textlayout::ParagraphBuilderImpl::addText\28std::__2::basic_string\2c\20std::__2::allocator>\20const&\29 -9729:skia::textlayout::ParagraphBuilderImpl::addText\28char\20const*\2c\20unsigned\20long\29 -9730:skia::textlayout::ParagraphBuilderImpl::addText\28char\20const*\29 -9731:skia::textlayout::ParagraphBuilderImpl::addPlaceholder\28skia::textlayout::PlaceholderStyle\20const&\29 -9732:skia::textlayout::ParagraphBuilderImpl::Reset\28\29 -9733:skia::textlayout::ParagraphBuilderImpl::Build\28\29 -9734:skia::textlayout::Paragraph::FontInfo::~FontInfo\28\29_7431 -9735:skia::textlayout::OneLineShaper::~OneLineShaper\28\29_7247 -9736:skia::textlayout::OneLineShaper::runBuffer\28SkShaper::RunHandler::RunInfo\20const&\29 -9737:skia::textlayout::OneLineShaper::commitRunBuffer\28SkShaper::RunHandler::RunInfo\20const&\29 -9738:skia::textlayout::LangIterator::~LangIterator\28\29_7235 -9739:skia::textlayout::LangIterator::~LangIterator\28\29 -9740:skia::textlayout::LangIterator::endOfCurrentRun\28\29\20const -9741:skia::textlayout::LangIterator::currentLanguage\28\29\20const -9742:skia::textlayout::LangIterator::consume\28\29 -9743:skia::textlayout::LangIterator::atEnd\28\29\20const -9744:skia::textlayout::FontCollection::~FontCollection\28\29_7098 -9745:skia::textlayout::CanvasParagraphPainter::translate\28float\2c\20float\29 -9746:skia::textlayout::CanvasParagraphPainter::save\28\29 -9747:skia::textlayout::CanvasParagraphPainter::restore\28\29 -9748:skia::textlayout::CanvasParagraphPainter::drawTextShadow\28sk_sp\20const&\2c\20float\2c\20float\2c\20unsigned\20int\2c\20float\29 -9749:skia::textlayout::CanvasParagraphPainter::drawTextBlob\28sk_sp\20const&\2c\20float\2c\20float\2c\20std::__2::variant\20const&\29 -9750:skia::textlayout::CanvasParagraphPainter::drawRect\28SkRect\20const&\2c\20std::__2::variant\20const&\29 -9751:skia::textlayout::CanvasParagraphPainter::drawPath\28SkPath\20const&\2c\20skia::textlayout::ParagraphPainter::DecorationStyle\20const&\29 -9752:skia::textlayout::CanvasParagraphPainter::drawLine\28float\2c\20float\2c\20float\2c\20float\2c\20skia::textlayout::ParagraphPainter::DecorationStyle\20const&\29 -9753:skia::textlayout::CanvasParagraphPainter::drawFilledRect\28SkRect\20const&\2c\20skia::textlayout::ParagraphPainter::DecorationStyle\20const&\29 -9754:skia::textlayout::CanvasParagraphPainter::clipRect\28SkRect\20const&\29 -9755:skgpu::tess::FixedCountWedges::WriteVertexBuffer\28skgpu::VertexWriter\2c\20unsigned\20long\29 -9756:skgpu::tess::FixedCountWedges::WriteIndexBuffer\28skgpu::VertexWriter\2c\20unsigned\20long\29 -9757:skgpu::tess::FixedCountStrokes::WriteVertexBuffer\28skgpu::VertexWriter\2c\20unsigned\20long\29 -9758:skgpu::tess::FixedCountCurves::WriteIndexBuffer\28skgpu::VertexWriter\2c\20unsigned\20long\29 -9759:skgpu::ganesh::texture_proxy_view_from_planes\28GrRecordingContext*\2c\20SkImage_Lazy\20const*\2c\20skgpu::Budgeted\29::$_0::__invoke\28void*\2c\20void*\29 -9760:skgpu::ganesh::\28anonymous\20namespace\29::SmallPathOp::~SmallPathOp\28\29_11456 -9761:skgpu::ganesh::\28anonymous\20namespace\29::SmallPathOp::visitProxies\28std::__2::function\20const&\29\20const -9762:skgpu::ganesh::\28anonymous\20namespace\29::SmallPathOp::onPrepareDraws\28GrMeshDrawTarget*\29 -9763:skgpu::ganesh::\28anonymous\20namespace\29::SmallPathOp::onExecute\28GrOpFlushState*\2c\20SkRect\20const&\29 -9764:skgpu::ganesh::\28anonymous\20namespace\29::SmallPathOp::onCombineIfPossible\28GrOp*\2c\20SkArenaAlloc*\2c\20GrCaps\20const&\29 -9765:skgpu::ganesh::\28anonymous\20namespace\29::SmallPathOp::name\28\29\20const -9766:skgpu::ganesh::\28anonymous\20namespace\29::SmallPathOp::fixedFunctionFlags\28\29\20const -9767:skgpu::ganesh::\28anonymous\20namespace\29::SmallPathOp::finalize\28GrCaps\20const&\2c\20GrAppliedClip\20const*\2c\20GrClampType\29 -9768:skgpu::ganesh::\28anonymous\20namespace\29::QuadEdgeEffect::name\28\29\20const -9769:skgpu::ganesh::\28anonymous\20namespace\29::QuadEdgeEffect::makeProgramImpl\28GrShaderCaps\20const&\29\20const::Impl::setData\28GrGLSLProgramDataManager\20const&\2c\20GrShaderCaps\20const&\2c\20GrGeometryProcessor\20const&\29 -9770:skgpu::ganesh::\28anonymous\20namespace\29::QuadEdgeEffect::makeProgramImpl\28GrShaderCaps\20const&\29\20const::Impl::onEmitCode\28GrGeometryProcessor::ProgramImpl::EmitArgs&\2c\20GrGeometryProcessor::ProgramImpl::GrGPArgs*\29 -9771:skgpu::ganesh::\28anonymous\20namespace\29::QuadEdgeEffect::makeProgramImpl\28GrShaderCaps\20const&\29\20const -9772:skgpu::ganesh::\28anonymous\20namespace\29::QuadEdgeEffect::addToKey\28GrShaderCaps\20const&\2c\20skgpu::KeyBuilder*\29\20const -9773:skgpu::ganesh::\28anonymous\20namespace\29::HullShader::~HullShader\28\29_11321 -9774:skgpu::ganesh::\28anonymous\20namespace\29::HullShader::name\28\29\20const -9775:skgpu::ganesh::\28anonymous\20namespace\29::HullShader::makeProgramImpl\28GrShaderCaps\20const&\29\20const::Impl::emitVertexCode\28GrShaderCaps\20const&\2c\20GrPathTessellationShader\20const&\2c\20GrGLSLVertexBuilder*\2c\20GrGLSLVaryingHandler*\2c\20GrGeometryProcessor::ProgramImpl::GrGPArgs*\29 -9776:skgpu::ganesh::\28anonymous\20namespace\29::HullShader::makeProgramImpl\28GrShaderCaps\20const&\29\20const -9777:skgpu::ganesh::\28anonymous\20namespace\29::AAFlatteningConvexPathOp::~AAFlatteningConvexPathOp\28\29_10695 -9778:skgpu::ganesh::\28anonymous\20namespace\29::AAFlatteningConvexPathOp::visitProxies\28std::__2::function\20const&\29\20const -9779:skgpu::ganesh::\28anonymous\20namespace\29::AAFlatteningConvexPathOp::onPrepareDraws\28GrMeshDrawTarget*\29 -9780:skgpu::ganesh::\28anonymous\20namespace\29::AAFlatteningConvexPathOp::onExecute\28GrOpFlushState*\2c\20SkRect\20const&\29 -9781:skgpu::ganesh::\28anonymous\20namespace\29::AAFlatteningConvexPathOp::onCreateProgramInfo\28GrCaps\20const*\2c\20SkArenaAlloc*\2c\20GrSurfaceProxyView\20const&\2c\20bool\2c\20GrAppliedClip&&\2c\20GrDstProxyView\20const&\2c\20GrXferBarrierFlags\2c\20GrLoadOp\29 -9782:skgpu::ganesh::\28anonymous\20namespace\29::AAFlatteningConvexPathOp::onCombineIfPossible\28GrOp*\2c\20SkArenaAlloc*\2c\20GrCaps\20const&\29 -9783:skgpu::ganesh::\28anonymous\20namespace\29::AAFlatteningConvexPathOp::name\28\29\20const -9784:skgpu::ganesh::\28anonymous\20namespace\29::AAFlatteningConvexPathOp::fixedFunctionFlags\28\29\20const -9785:skgpu::ganesh::\28anonymous\20namespace\29::AAFlatteningConvexPathOp::finalize\28GrCaps\20const&\2c\20GrAppliedClip\20const*\2c\20GrClampType\29 -9786:skgpu::ganesh::\28anonymous\20namespace\29::AAConvexPathOp::~AAConvexPathOp\28\29_10601 -9787:skgpu::ganesh::\28anonymous\20namespace\29::AAConvexPathOp::visitProxies\28std::__2::function\20const&\29\20const -9788:skgpu::ganesh::\28anonymous\20namespace\29::AAConvexPathOp::onPrepareDraws\28GrMeshDrawTarget*\29 -9789:skgpu::ganesh::\28anonymous\20namespace\29::AAConvexPathOp::onExecute\28GrOpFlushState*\2c\20SkRect\20const&\29 -9790:skgpu::ganesh::\28anonymous\20namespace\29::AAConvexPathOp::onCreateProgramInfo\28GrCaps\20const*\2c\20SkArenaAlloc*\2c\20GrSurfaceProxyView\20const&\2c\20bool\2c\20GrAppliedClip&&\2c\20GrDstProxyView\20const&\2c\20GrXferBarrierFlags\2c\20GrLoadOp\29 -9791:skgpu::ganesh::\28anonymous\20namespace\29::AAConvexPathOp::onCombineIfPossible\28GrOp*\2c\20SkArenaAlloc*\2c\20GrCaps\20const&\29 -9792:skgpu::ganesh::\28anonymous\20namespace\29::AAConvexPathOp::name\28\29\20const -9793:skgpu::ganesh::\28anonymous\20namespace\29::AAConvexPathOp::finalize\28GrCaps\20const&\2c\20GrAppliedClip\20const*\2c\20GrClampType\29 -9794:skgpu::ganesh::TriangulatingPathRenderer::onDrawPath\28skgpu::ganesh::PathRenderer::DrawPathArgs\20const&\29 -9795:skgpu::ganesh::TriangulatingPathRenderer::onCanDrawPath\28skgpu::ganesh::PathRenderer::CanDrawPathArgs\20const&\29\20const -9796:skgpu::ganesh::TriangulatingPathRenderer::name\28\29\20const -9797:skgpu::ganesh::TessellationPathRenderer::onStencilPath\28skgpu::ganesh::PathRenderer::StencilPathArgs\20const&\29 -9798:skgpu::ganesh::TessellationPathRenderer::onGetStencilSupport\28GrStyledShape\20const&\29\20const -9799:skgpu::ganesh::TessellationPathRenderer::onDrawPath\28skgpu::ganesh::PathRenderer::DrawPathArgs\20const&\29 -9800:skgpu::ganesh::TessellationPathRenderer::onCanDrawPath\28skgpu::ganesh::PathRenderer::CanDrawPathArgs\20const&\29\20const -9801:skgpu::ganesh::TessellationPathRenderer::name\28\29\20const -9802:skgpu::ganesh::SurfaceDrawContext::~SurfaceDrawContext\28\29 -9803:skgpu::ganesh::SurfaceDrawContext::willReplaceOpsTask\28skgpu::ganesh::OpsTask*\2c\20skgpu::ganesh::OpsTask*\29 -9804:skgpu::ganesh::SurfaceDrawContext::canDiscardPreviousOpsOnFullClear\28\29\20const -9805:skgpu::ganesh::SurfaceContext::~SurfaceContext\28\29_8991 -9806:skgpu::ganesh::SurfaceContext::asyncRescaleAndReadPixelsYUV420\28GrDirectContext*\2c\20SkYUVColorSpace\2c\20bool\2c\20sk_sp\2c\20SkIRect\20const&\2c\20SkISize\2c\20SkImage::RescaleGamma\2c\20SkImage::RescaleMode\2c\20void\20\28*\29\28void*\2c\20std::__2::unique_ptr>\29\2c\20void*\29::$_0::__invoke\28void*\29 -9807:skgpu::ganesh::SurfaceContext::asyncReadPixels\28GrDirectContext*\2c\20SkIRect\20const&\2c\20SkColorType\2c\20void\20\28*\29\28void*\2c\20std::__2::unique_ptr>\29\2c\20void*\29::$_0::__invoke\28void*\29 -9808:skgpu::ganesh::StrokeTessellateOp::~StrokeTessellateOp\28\29_11516 -9809:skgpu::ganesh::StrokeTessellateOp::visitProxies\28std::__2::function\20const&\29\20const -9810:skgpu::ganesh::StrokeTessellateOp::usesStencil\28\29\20const -9811:skgpu::ganesh::StrokeTessellateOp::onPrepare\28GrOpFlushState*\29 -9812:skgpu::ganesh::StrokeTessellateOp::onPrePrepare\28GrRecordingContext*\2c\20GrSurfaceProxyView\20const&\2c\20GrAppliedClip*\2c\20GrDstProxyView\20const&\2c\20GrXferBarrierFlags\2c\20GrLoadOp\29 -9813:skgpu::ganesh::StrokeTessellateOp::onExecute\28GrOpFlushState*\2c\20SkRect\20const&\29 -9814:skgpu::ganesh::StrokeTessellateOp::onCombineIfPossible\28GrOp*\2c\20SkArenaAlloc*\2c\20GrCaps\20const&\29 -9815:skgpu::ganesh::StrokeTessellateOp::name\28\29\20const -9816:skgpu::ganesh::StrokeTessellateOp::finalize\28GrCaps\20const&\2c\20GrAppliedClip\20const*\2c\20GrClampType\29 -9817:skgpu::ganesh::StrokeRectOp::\28anonymous\20namespace\29::NonAAStrokeRectOp::~NonAAStrokeRectOp\28\29_11493 -9818:skgpu::ganesh::StrokeRectOp::\28anonymous\20namespace\29::NonAAStrokeRectOp::visitProxies\28std::__2::function\20const&\29\20const -9819:skgpu::ganesh::StrokeRectOp::\28anonymous\20namespace\29::NonAAStrokeRectOp::programInfo\28\29 -9820:skgpu::ganesh::StrokeRectOp::\28anonymous\20namespace\29::NonAAStrokeRectOp::onPrepareDraws\28GrMeshDrawTarget*\29 -9821:skgpu::ganesh::StrokeRectOp::\28anonymous\20namespace\29::NonAAStrokeRectOp::onExecute\28GrOpFlushState*\2c\20SkRect\20const&\29 -9822:skgpu::ganesh::StrokeRectOp::\28anonymous\20namespace\29::NonAAStrokeRectOp::onCreateProgramInfo\28GrCaps\20const*\2c\20SkArenaAlloc*\2c\20GrSurfaceProxyView\20const&\2c\20bool\2c\20GrAppliedClip&&\2c\20GrDstProxyView\20const&\2c\20GrXferBarrierFlags\2c\20GrLoadOp\29 -9823:skgpu::ganesh::StrokeRectOp::\28anonymous\20namespace\29::NonAAStrokeRectOp::name\28\29\20const -9824:skgpu::ganesh::StrokeRectOp::\28anonymous\20namespace\29::NonAAStrokeRectOp::finalize\28GrCaps\20const&\2c\20GrAppliedClip\20const*\2c\20GrClampType\29 -9825:skgpu::ganesh::StrokeRectOp::\28anonymous\20namespace\29::AAStrokeRectOp::~AAStrokeRectOp\28\29_11503 -9826:skgpu::ganesh::StrokeRectOp::\28anonymous\20namespace\29::AAStrokeRectOp::visitProxies\28std::__2::function\20const&\29\20const -9827:skgpu::ganesh::StrokeRectOp::\28anonymous\20namespace\29::AAStrokeRectOp::programInfo\28\29 -9828:skgpu::ganesh::StrokeRectOp::\28anonymous\20namespace\29::AAStrokeRectOp::onPrepareDraws\28GrMeshDrawTarget*\29 -9829:skgpu::ganesh::StrokeRectOp::\28anonymous\20namespace\29::AAStrokeRectOp::onExecute\28GrOpFlushState*\2c\20SkRect\20const&\29 -9830:skgpu::ganesh::StrokeRectOp::\28anonymous\20namespace\29::AAStrokeRectOp::onCreateProgramInfo\28GrCaps\20const*\2c\20SkArenaAlloc*\2c\20GrSurfaceProxyView\20const&\2c\20bool\2c\20GrAppliedClip&&\2c\20GrDstProxyView\20const&\2c\20GrXferBarrierFlags\2c\20GrLoadOp\29 -9831:skgpu::ganesh::StrokeRectOp::\28anonymous\20namespace\29::AAStrokeRectOp::onCombineIfPossible\28GrOp*\2c\20SkArenaAlloc*\2c\20GrCaps\20const&\29 -9832:skgpu::ganesh::StrokeRectOp::\28anonymous\20namespace\29::AAStrokeRectOp::name\28\29\20const -9833:skgpu::ganesh::StrokeRectOp::\28anonymous\20namespace\29::AAStrokeRectOp::finalize\28GrCaps\20const&\2c\20GrAppliedClip\20const*\2c\20GrClampType\29 -9834:skgpu::ganesh::StencilClip::~StencilClip\28\29_9855 -9835:skgpu::ganesh::StencilClip::~StencilClip\28\29 -9836:skgpu::ganesh::StencilClip::preApply\28SkRect\20const&\2c\20GrAA\29\20const -9837:skgpu::ganesh::StencilClip::apply\28GrAppliedHardClip*\2c\20SkIRect*\29\20const -9838:skgpu::ganesh::SoftwarePathRenderer::onDrawPath\28skgpu::ganesh::PathRenderer::DrawPathArgs\20const&\29 -9839:skgpu::ganesh::SoftwarePathRenderer::onCanDrawPath\28skgpu::ganesh::PathRenderer::CanDrawPathArgs\20const&\29\20const -9840:skgpu::ganesh::SoftwarePathRenderer::name\28\29\20const -9841:skgpu::ganesh::SmallPathRenderer::onDrawPath\28skgpu::ganesh::PathRenderer::DrawPathArgs\20const&\29 -9842:skgpu::ganesh::SmallPathRenderer::onCanDrawPath\28skgpu::ganesh::PathRenderer::CanDrawPathArgs\20const&\29\20const -9843:skgpu::ganesh::SmallPathRenderer::name\28\29\20const -9844:skgpu::ganesh::SmallPathAtlasMgr::postFlush\28skgpu::AtlasToken\29 -9845:skgpu::ganesh::RegionOp::\28anonymous\20namespace\29::RegionOpImpl::~RegionOpImpl\28\29_11403 -9846:skgpu::ganesh::RegionOp::\28anonymous\20namespace\29::RegionOpImpl::visitProxies\28std::__2::function\20const&\29\20const -9847:skgpu::ganesh::RegionOp::\28anonymous\20namespace\29::RegionOpImpl::programInfo\28\29 -9848:skgpu::ganesh::RegionOp::\28anonymous\20namespace\29::RegionOpImpl::onPrepareDraws\28GrMeshDrawTarget*\29 -9849:skgpu::ganesh::RegionOp::\28anonymous\20namespace\29::RegionOpImpl::onExecute\28GrOpFlushState*\2c\20SkRect\20const&\29 -9850:skgpu::ganesh::RegionOp::\28anonymous\20namespace\29::RegionOpImpl::onCreateProgramInfo\28GrCaps\20const*\2c\20SkArenaAlloc*\2c\20GrSurfaceProxyView\20const&\2c\20bool\2c\20GrAppliedClip&&\2c\20GrDstProxyView\20const&\2c\20GrXferBarrierFlags\2c\20GrLoadOp\29 -9851:skgpu::ganesh::RegionOp::\28anonymous\20namespace\29::RegionOpImpl::onCombineIfPossible\28GrOp*\2c\20SkArenaAlloc*\2c\20GrCaps\20const&\29 -9852:skgpu::ganesh::RegionOp::\28anonymous\20namespace\29::RegionOpImpl::name\28\29\20const -9853:skgpu::ganesh::RegionOp::\28anonymous\20namespace\29::RegionOpImpl::finalize\28GrCaps\20const&\2c\20GrAppliedClip\20const*\2c\20GrClampType\29 -9854:skgpu::ganesh::QuadPerEdgeAA::\28anonymous\20namespace\29::write_quad_generic\28skgpu::VertexWriter*\2c\20skgpu::ganesh::QuadPerEdgeAA::VertexSpec\20const&\2c\20GrQuad\20const*\2c\20GrQuad\20const*\2c\20float\20const*\2c\20SkRGBA4f<\28SkAlphaType\292>\20const&\2c\20SkRect\20const&\2c\20SkRect\20const&\29 -9855:skgpu::ganesh::QuadPerEdgeAA::\28anonymous\20namespace\29::write_2d_uv_strict\28skgpu::VertexWriter*\2c\20skgpu::ganesh::QuadPerEdgeAA::VertexSpec\20const&\2c\20GrQuad\20const*\2c\20GrQuad\20const*\2c\20float\20const*\2c\20SkRGBA4f<\28SkAlphaType\292>\20const&\2c\20SkRect\20const&\2c\20SkRect\20const&\29 -9856:skgpu::ganesh::QuadPerEdgeAA::\28anonymous\20namespace\29::write_2d_uv\28skgpu::VertexWriter*\2c\20skgpu::ganesh::QuadPerEdgeAA::VertexSpec\20const&\2c\20GrQuad\20const*\2c\20GrQuad\20const*\2c\20float\20const*\2c\20SkRGBA4f<\28SkAlphaType\292>\20const&\2c\20SkRect\20const&\2c\20SkRect\20const&\29 -9857:skgpu::ganesh::QuadPerEdgeAA::\28anonymous\20namespace\29::write_2d_cov_uv_strict\28skgpu::VertexWriter*\2c\20skgpu::ganesh::QuadPerEdgeAA::VertexSpec\20const&\2c\20GrQuad\20const*\2c\20GrQuad\20const*\2c\20float\20const*\2c\20SkRGBA4f<\28SkAlphaType\292>\20const&\2c\20SkRect\20const&\2c\20SkRect\20const&\29 -9858:skgpu::ganesh::QuadPerEdgeAA::\28anonymous\20namespace\29::write_2d_cov_uv\28skgpu::VertexWriter*\2c\20skgpu::ganesh::QuadPerEdgeAA::VertexSpec\20const&\2c\20GrQuad\20const*\2c\20GrQuad\20const*\2c\20float\20const*\2c\20SkRGBA4f<\28SkAlphaType\292>\20const&\2c\20SkRect\20const&\2c\20SkRect\20const&\29 -9859:skgpu::ganesh::QuadPerEdgeAA::\28anonymous\20namespace\29::write_2d_color_uv_strict\28skgpu::VertexWriter*\2c\20skgpu::ganesh::QuadPerEdgeAA::VertexSpec\20const&\2c\20GrQuad\20const*\2c\20GrQuad\20const*\2c\20float\20const*\2c\20SkRGBA4f<\28SkAlphaType\292>\20const&\2c\20SkRect\20const&\2c\20SkRect\20const&\29 -9860:skgpu::ganesh::QuadPerEdgeAA::\28anonymous\20namespace\29::write_2d_color_uv\28skgpu::VertexWriter*\2c\20skgpu::ganesh::QuadPerEdgeAA::VertexSpec\20const&\2c\20GrQuad\20const*\2c\20GrQuad\20const*\2c\20float\20const*\2c\20SkRGBA4f<\28SkAlphaType\292>\20const&\2c\20SkRect\20const&\2c\20SkRect\20const&\29 -9861:skgpu::ganesh::QuadPerEdgeAA::\28anonymous\20namespace\29::write_2d_color\28skgpu::VertexWriter*\2c\20skgpu::ganesh::QuadPerEdgeAA::VertexSpec\20const&\2c\20GrQuad\20const*\2c\20GrQuad\20const*\2c\20float\20const*\2c\20SkRGBA4f<\28SkAlphaType\292>\20const&\2c\20SkRect\20const&\2c\20SkRect\20const&\29 -9862:skgpu::ganesh::QuadPerEdgeAA::QuadPerEdgeAAGeometryProcessor::~QuadPerEdgeAAGeometryProcessor\28\29_11392 -9863:skgpu::ganesh::QuadPerEdgeAA::QuadPerEdgeAAGeometryProcessor::onTextureSampler\28int\29\20const -9864:skgpu::ganesh::QuadPerEdgeAA::QuadPerEdgeAAGeometryProcessor::name\28\29\20const -9865:skgpu::ganesh::QuadPerEdgeAA::QuadPerEdgeAAGeometryProcessor::makeProgramImpl\28GrShaderCaps\20const&\29\20const::Impl::setData\28GrGLSLProgramDataManager\20const&\2c\20GrShaderCaps\20const&\2c\20GrGeometryProcessor\20const&\29 -9866:skgpu::ganesh::QuadPerEdgeAA::QuadPerEdgeAAGeometryProcessor::makeProgramImpl\28GrShaderCaps\20const&\29\20const::Impl::onEmitCode\28GrGeometryProcessor::ProgramImpl::EmitArgs&\2c\20GrGeometryProcessor::ProgramImpl::GrGPArgs*\29 -9867:skgpu::ganesh::QuadPerEdgeAA::QuadPerEdgeAAGeometryProcessor::makeProgramImpl\28GrShaderCaps\20const&\29\20const -9868:skgpu::ganesh::QuadPerEdgeAA::QuadPerEdgeAAGeometryProcessor::addToKey\28GrShaderCaps\20const&\2c\20skgpu::KeyBuilder*\29\20const -9869:skgpu::ganesh::PathWedgeTessellator::prepare\28GrMeshDrawTarget*\2c\20SkMatrix\20const&\2c\20skgpu::ganesh::PathTessellator::PathDrawList\20const&\2c\20int\29 -9870:skgpu::ganesh::PathTessellateOp::~PathTessellateOp\28\29_11376 -9871:skgpu::ganesh::PathTessellateOp::visitProxies\28std::__2::function\20const&\29\20const -9872:skgpu::ganesh::PathTessellateOp::usesStencil\28\29\20const -9873:skgpu::ganesh::PathTessellateOp::onPrepare\28GrOpFlushState*\29 -9874:skgpu::ganesh::PathTessellateOp::onPrePrepare\28GrRecordingContext*\2c\20GrSurfaceProxyView\20const&\2c\20GrAppliedClip*\2c\20GrDstProxyView\20const&\2c\20GrXferBarrierFlags\2c\20GrLoadOp\29 -9875:skgpu::ganesh::PathTessellateOp::onExecute\28GrOpFlushState*\2c\20SkRect\20const&\29 -9876:skgpu::ganesh::PathTessellateOp::onCombineIfPossible\28GrOp*\2c\20SkArenaAlloc*\2c\20GrCaps\20const&\29 -9877:skgpu::ganesh::PathTessellateOp::name\28\29\20const -9878:skgpu::ganesh::PathTessellateOp::finalize\28GrCaps\20const&\2c\20GrAppliedClip\20const*\2c\20GrClampType\29 -9879:skgpu::ganesh::PathStencilCoverOp::~PathStencilCoverOp\28\29_11366 -9880:skgpu::ganesh::PathStencilCoverOp::visitProxies\28std::__2::function\20const&\29\20const -9881:skgpu::ganesh::PathStencilCoverOp::onPrepare\28GrOpFlushState*\29 -9882:skgpu::ganesh::PathStencilCoverOp::onPrePrepare\28GrRecordingContext*\2c\20GrSurfaceProxyView\20const&\2c\20GrAppliedClip*\2c\20GrDstProxyView\20const&\2c\20GrXferBarrierFlags\2c\20GrLoadOp\29 -9883:skgpu::ganesh::PathStencilCoverOp::onExecute\28GrOpFlushState*\2c\20SkRect\20const&\29 -9884:skgpu::ganesh::PathStencilCoverOp::name\28\29\20const -9885:skgpu::ganesh::PathStencilCoverOp::fixedFunctionFlags\28\29\20const -9886:skgpu::ganesh::PathStencilCoverOp::finalize\28GrCaps\20const&\2c\20GrAppliedClip\20const*\2c\20GrClampType\29 -9887:skgpu::ganesh::PathRenderer::onStencilPath\28skgpu::ganesh::PathRenderer::StencilPathArgs\20const&\29 -9888:skgpu::ganesh::PathRenderer::onGetStencilSupport\28GrStyledShape\20const&\29\20const -9889:skgpu::ganesh::PathInnerTriangulateOp::~PathInnerTriangulateOp\28\29_11342 -9890:skgpu::ganesh::PathInnerTriangulateOp::visitProxies\28std::__2::function\20const&\29\20const -9891:skgpu::ganesh::PathInnerTriangulateOp::onPrepare\28GrOpFlushState*\29 -9892:skgpu::ganesh::PathInnerTriangulateOp::onPrePrepare\28GrRecordingContext*\2c\20GrSurfaceProxyView\20const&\2c\20GrAppliedClip*\2c\20GrDstProxyView\20const&\2c\20GrXferBarrierFlags\2c\20GrLoadOp\29 -9893:skgpu::ganesh::PathInnerTriangulateOp::onExecute\28GrOpFlushState*\2c\20SkRect\20const&\29 -9894:skgpu::ganesh::PathInnerTriangulateOp::name\28\29\20const -9895:skgpu::ganesh::PathInnerTriangulateOp::fixedFunctionFlags\28\29\20const -9896:skgpu::ganesh::PathInnerTriangulateOp::finalize\28GrCaps\20const&\2c\20GrAppliedClip\20const*\2c\20GrClampType\29 -9897:skgpu::ganesh::PathCurveTessellator::prepare\28GrMeshDrawTarget*\2c\20SkMatrix\20const&\2c\20skgpu::ganesh::PathTessellator::PathDrawList\20const&\2c\20int\29 -9898:skgpu::ganesh::OpsTask::~OpsTask\28\29_11262 -9899:skgpu::ganesh::OpsTask::onPrepare\28GrOpFlushState*\29 -9900:skgpu::ganesh::OpsTask::onPrePrepare\28GrRecordingContext*\29 -9901:skgpu::ganesh::OpsTask::onMakeSkippable\28\29 -9902:skgpu::ganesh::OpsTask::onIsUsed\28GrSurfaceProxy*\29\20const -9903:skgpu::ganesh::OpsTask::gatherProxyIntervals\28GrResourceAllocator*\29\20const -9904:skgpu::ganesh::OpsTask::endFlush\28GrDrawingManager*\29 -9905:skgpu::ganesh::LatticeOp::\28anonymous\20namespace\29::NonAALatticeOp::~NonAALatticeOp\28\29_11231 -9906:skgpu::ganesh::LatticeOp::\28anonymous\20namespace\29::NonAALatticeOp::visitProxies\28std::__2::function\20const&\29\20const -9907:skgpu::ganesh::LatticeOp::\28anonymous\20namespace\29::NonAALatticeOp::onPrepareDraws\28GrMeshDrawTarget*\29 -9908:skgpu::ganesh::LatticeOp::\28anonymous\20namespace\29::NonAALatticeOp::onExecute\28GrOpFlushState*\2c\20SkRect\20const&\29 -9909:skgpu::ganesh::LatticeOp::\28anonymous\20namespace\29::NonAALatticeOp::onCreateProgramInfo\28GrCaps\20const*\2c\20SkArenaAlloc*\2c\20GrSurfaceProxyView\20const&\2c\20bool\2c\20GrAppliedClip&&\2c\20GrDstProxyView\20const&\2c\20GrXferBarrierFlags\2c\20GrLoadOp\29 -9910:skgpu::ganesh::LatticeOp::\28anonymous\20namespace\29::NonAALatticeOp::onCombineIfPossible\28GrOp*\2c\20SkArenaAlloc*\2c\20GrCaps\20const&\29 -9911:skgpu::ganesh::LatticeOp::\28anonymous\20namespace\29::NonAALatticeOp::name\28\29\20const -9912:skgpu::ganesh::LatticeOp::\28anonymous\20namespace\29::NonAALatticeOp::finalize\28GrCaps\20const&\2c\20GrAppliedClip\20const*\2c\20GrClampType\29 -9913:skgpu::ganesh::LatticeOp::\28anonymous\20namespace\29::LatticeGP::~LatticeGP\28\29_11244 -9914:skgpu::ganesh::LatticeOp::\28anonymous\20namespace\29::LatticeGP::onTextureSampler\28int\29\20const -9915:skgpu::ganesh::LatticeOp::\28anonymous\20namespace\29::LatticeGP::name\28\29\20const -9916:skgpu::ganesh::LatticeOp::\28anonymous\20namespace\29::LatticeGP::makeProgramImpl\28GrShaderCaps\20const&\29\20const::Impl::setData\28GrGLSLProgramDataManager\20const&\2c\20GrShaderCaps\20const&\2c\20GrGeometryProcessor\20const&\29 -9917:skgpu::ganesh::LatticeOp::\28anonymous\20namespace\29::LatticeGP::makeProgramImpl\28GrShaderCaps\20const&\29\20const::Impl::onEmitCode\28GrGeometryProcessor::ProgramImpl::EmitArgs&\2c\20GrGeometryProcessor::ProgramImpl::GrGPArgs*\29 -9918:skgpu::ganesh::LatticeOp::\28anonymous\20namespace\29::LatticeGP::makeProgramImpl\28GrShaderCaps\20const&\29\20const -9919:skgpu::ganesh::LatticeOp::\28anonymous\20namespace\29::LatticeGP::addToKey\28GrShaderCaps\20const&\2c\20skgpu::KeyBuilder*\29\20const -9920:skgpu::ganesh::FillRRectOp::\28anonymous\20namespace\29::FillRRectOpImpl::~FillRRectOpImpl\28\29_11048 -9921:skgpu::ganesh::FillRRectOp::\28anonymous\20namespace\29::FillRRectOpImpl::visitProxies\28std::__2::function\20const&\29\20const -9922:skgpu::ganesh::FillRRectOp::\28anonymous\20namespace\29::FillRRectOpImpl::onPrepareDraws\28GrMeshDrawTarget*\29 -9923:skgpu::ganesh::FillRRectOp::\28anonymous\20namespace\29::FillRRectOpImpl::onExecute\28GrOpFlushState*\2c\20SkRect\20const&\29 -9924:skgpu::ganesh::FillRRectOp::\28anonymous\20namespace\29::FillRRectOpImpl::onCreateProgramInfo\28GrCaps\20const*\2c\20SkArenaAlloc*\2c\20GrSurfaceProxyView\20const&\2c\20bool\2c\20GrAppliedClip&&\2c\20GrDstProxyView\20const&\2c\20GrXferBarrierFlags\2c\20GrLoadOp\29 -9925:skgpu::ganesh::FillRRectOp::\28anonymous\20namespace\29::FillRRectOpImpl::onCombineIfPossible\28GrOp*\2c\20SkArenaAlloc*\2c\20GrCaps\20const&\29 -9926:skgpu::ganesh::FillRRectOp::\28anonymous\20namespace\29::FillRRectOpImpl::name\28\29\20const -9927:skgpu::ganesh::FillRRectOp::\28anonymous\20namespace\29::FillRRectOpImpl::finalize\28GrCaps\20const&\2c\20GrAppliedClip\20const*\2c\20GrClampType\29 -9928:skgpu::ganesh::FillRRectOp::\28anonymous\20namespace\29::FillRRectOpImpl::clipToShape\28skgpu::ganesh::SurfaceDrawContext*\2c\20SkClipOp\2c\20SkMatrix\20const&\2c\20GrShape\20const&\2c\20GrAA\29 -9929:skgpu::ganesh::FillRRectOp::\28anonymous\20namespace\29::FillRRectOpImpl::Processor::~Processor\28\29_11066 -9930:skgpu::ganesh::FillRRectOp::\28anonymous\20namespace\29::FillRRectOpImpl::Processor::~Processor\28\29 -9931:skgpu::ganesh::FillRRectOp::\28anonymous\20namespace\29::FillRRectOpImpl::Processor::name\28\29\20const -9932:skgpu::ganesh::FillRRectOp::\28anonymous\20namespace\29::FillRRectOpImpl::Processor::makeProgramImpl\28GrShaderCaps\20const&\29\20const -9933:skgpu::ganesh::FillRRectOp::\28anonymous\20namespace\29::FillRRectOpImpl::Processor::addToKey\28GrShaderCaps\20const&\2c\20skgpu::KeyBuilder*\29\20const -9934:skgpu::ganesh::FillRRectOp::\28anonymous\20namespace\29::FillRRectOpImpl::Processor::Impl::onEmitCode\28GrGeometryProcessor::ProgramImpl::EmitArgs&\2c\20GrGeometryProcessor::ProgramImpl::GrGPArgs*\29 -9935:skgpu::ganesh::DrawableOp::~DrawableOp\28\29_11037 -9936:skgpu::ganesh::DrawableOp::onExecute\28GrOpFlushState*\2c\20SkRect\20const&\29 -9937:skgpu::ganesh::DrawableOp::name\28\29\20const -9938:skgpu::ganesh::DrawAtlasPathOp::~DrawAtlasPathOp\28\29_10944 -9939:skgpu::ganesh::DrawAtlasPathOp::visitProxies\28std::__2::function\20const&\29\20const -9940:skgpu::ganesh::DrawAtlasPathOp::onPrepare\28GrOpFlushState*\29 -9941:skgpu::ganesh::DrawAtlasPathOp::onPrePrepare\28GrRecordingContext*\2c\20GrSurfaceProxyView\20const&\2c\20GrAppliedClip*\2c\20GrDstProxyView\20const&\2c\20GrXferBarrierFlags\2c\20GrLoadOp\29 -9942:skgpu::ganesh::DrawAtlasPathOp::onExecute\28GrOpFlushState*\2c\20SkRect\20const&\29 -9943:skgpu::ganesh::DrawAtlasPathOp::onCombineIfPossible\28GrOp*\2c\20SkArenaAlloc*\2c\20GrCaps\20const&\29 -9944:skgpu::ganesh::DrawAtlasPathOp::name\28\29\20const -9945:skgpu::ganesh::DrawAtlasPathOp::finalize\28GrCaps\20const&\2c\20GrAppliedClip\20const*\2c\20GrClampType\29 -9946:skgpu::ganesh::Device::~Device\28\29_8343 -9947:skgpu::ganesh::Device::strikeDeviceInfo\28\29\20const -9948:skgpu::ganesh::Device::snapSpecial\28SkIRect\20const&\2c\20bool\29 -9949:skgpu::ganesh::Device::snapSpecialScaled\28SkIRect\20const&\2c\20SkISize\20const&\29 -9950:skgpu::ganesh::Device::replaceClip\28SkIRect\20const&\29 -9951:skgpu::ganesh::Device::pushClipStack\28\29 -9952:skgpu::ganesh::Device::popClipStack\28\29 -9953:skgpu::ganesh::Device::onWritePixels\28SkPixmap\20const&\2c\20int\2c\20int\29 -9954:skgpu::ganesh::Device::onReadPixels\28SkPixmap\20const&\2c\20int\2c\20int\29 -9955:skgpu::ganesh::Device::onDrawGlyphRunList\28SkCanvas*\2c\20sktext::GlyphRunList\20const&\2c\20SkPaint\20const&\29 -9956:skgpu::ganesh::Device::onClipShader\28sk_sp\29 -9957:skgpu::ganesh::Device::makeSurface\28SkImageInfo\20const&\2c\20SkSurfaceProps\20const&\29 -9958:skgpu::ganesh::Device::isClipWideOpen\28\29\20const -9959:skgpu::ganesh::Device::isClipRect\28\29\20const -9960:skgpu::ganesh::Device::isClipEmpty\28\29\20const -9961:skgpu::ganesh::Device::isClipAntiAliased\28\29\20const -9962:skgpu::ganesh::Device::drawVertices\28SkVertices\20const*\2c\20sk_sp\2c\20SkPaint\20const&\2c\20bool\29 -9963:skgpu::ganesh::Device::drawSpecial\28SkSpecialImage*\2c\20SkMatrix\20const&\2c\20SkSamplingOptions\20const&\2c\20SkPaint\20const&\2c\20SkCanvas::SrcRectConstraint\29 -9964:skgpu::ganesh::Device::drawShadow\28SkCanvas*\2c\20SkPath\20const&\2c\20SkDrawShadowRec\20const&\29 -9965:skgpu::ganesh::Device::drawRegion\28SkRegion\20const&\2c\20SkPaint\20const&\29 -9966:skgpu::ganesh::Device::drawRect\28SkRect\20const&\2c\20SkPaint\20const&\29 -9967:skgpu::ganesh::Device::drawPoints\28SkCanvas::PointMode\2c\20SkSpan\2c\20SkPaint\20const&\29 -9968:skgpu::ganesh::Device::drawPaint\28SkPaint\20const&\29 -9969:skgpu::ganesh::Device::drawOval\28SkRect\20const&\2c\20SkPaint\20const&\29 -9970:skgpu::ganesh::Device::drawMesh\28SkMesh\20const&\2c\20sk_sp\2c\20SkPaint\20const&\29 -9971:skgpu::ganesh::Device::drawImageRect\28SkImage\20const*\2c\20SkRect\20const*\2c\20SkRect\20const&\2c\20SkSamplingOptions\20const&\2c\20SkPaint\20const&\2c\20SkCanvas::SrcRectConstraint\29 -9972:skgpu::ganesh::Device::drawImageLattice\28SkImage\20const*\2c\20SkCanvas::Lattice\20const&\2c\20SkRect\20const&\2c\20SkFilterMode\2c\20SkPaint\20const&\29 -9973:skgpu::ganesh::Device::drawEdgeAAQuad\28SkRect\20const&\2c\20SkPoint\20const*\2c\20SkCanvas::QuadAAFlags\2c\20SkRGBA4f<\28SkAlphaType\293>\20const&\2c\20SkBlendMode\29 -9974:skgpu::ganesh::Device::drawEdgeAAImageSet\28SkCanvas::ImageSetEntry\20const*\2c\20int\2c\20SkPoint\20const*\2c\20SkMatrix\20const*\2c\20SkSamplingOptions\20const&\2c\20SkPaint\20const&\2c\20SkCanvas::SrcRectConstraint\29 -9975:skgpu::ganesh::Device::drawDrawable\28SkCanvas*\2c\20SkDrawable*\2c\20SkMatrix\20const*\29 -9976:skgpu::ganesh::Device::drawDevice\28SkDevice*\2c\20SkSamplingOptions\20const&\2c\20SkPaint\20const&\29 -9977:skgpu::ganesh::Device::drawDRRect\28SkRRect\20const&\2c\20SkRRect\20const&\2c\20SkPaint\20const&\29 -9978:skgpu::ganesh::Device::drawCoverageMask\28SkSpecialImage\20const*\2c\20SkMatrix\20const&\2c\20SkSamplingOptions\20const&\2c\20SkPaint\20const&\29 -9979:skgpu::ganesh::Device::drawBlurredRRect\28SkRRect\20const&\2c\20SkPaint\20const&\2c\20float\29 -9980:skgpu::ganesh::Device::drawAtlas\28SkSpan\2c\20SkSpan\2c\20SkSpan\2c\20sk_sp\2c\20SkPaint\20const&\29 -9981:skgpu::ganesh::Device::drawAsTiledImageRect\28SkCanvas*\2c\20SkImage\20const*\2c\20SkRect\20const*\2c\20SkRect\20const&\2c\20SkSamplingOptions\20const&\2c\20SkPaint\20const&\2c\20SkCanvas::SrcRectConstraint\29 -9982:skgpu::ganesh::Device::drawArc\28SkArc\20const&\2c\20SkPaint\20const&\29 -9983:skgpu::ganesh::Device::devClipBounds\28\29\20const -9984:skgpu::ganesh::Device::createImageFilteringBackend\28SkSurfaceProps\20const&\2c\20SkColorType\29\20const -9985:skgpu::ganesh::Device::createDevice\28SkDevice::CreateInfo\20const&\2c\20SkPaint\20const*\29 -9986:skgpu::ganesh::Device::clipRegion\28SkRegion\20const&\2c\20SkClipOp\29 -9987:skgpu::ganesh::Device::clipRect\28SkRect\20const&\2c\20SkClipOp\2c\20bool\29 -9988:skgpu::ganesh::Device::clipRRect\28SkRRect\20const&\2c\20SkClipOp\2c\20bool\29 -9989:skgpu::ganesh::Device::clipPath\28SkPath\20const&\2c\20SkClipOp\2c\20bool\29 -9990:skgpu::ganesh::Device::baseRecorder\28\29\20const -9991:skgpu::ganesh::Device::android_utils_clipWithStencil\28\29 -9992:skgpu::ganesh::DefaultPathRenderer::onStencilPath\28skgpu::ganesh::PathRenderer::StencilPathArgs\20const&\29 -9993:skgpu::ganesh::DefaultPathRenderer::onGetStencilSupport\28GrStyledShape\20const&\29\20const -9994:skgpu::ganesh::DefaultPathRenderer::onDrawPath\28skgpu::ganesh::PathRenderer::DrawPathArgs\20const&\29 -9995:skgpu::ganesh::DefaultPathRenderer::onCanDrawPath\28skgpu::ganesh::PathRenderer::CanDrawPathArgs\20const&\29\20const -9996:skgpu::ganesh::DefaultPathRenderer::name\28\29\20const -9997:skgpu::ganesh::DashOp::\28anonymous\20namespace\29::DashingLineEffect::name\28\29\20const -9998:skgpu::ganesh::DashOp::\28anonymous\20namespace\29::DashingLineEffect::makeProgramImpl\28GrShaderCaps\20const&\29\20const -9999:skgpu::ganesh::DashOp::\28anonymous\20namespace\29::DashingLineEffect::Impl::setData\28GrGLSLProgramDataManager\20const&\2c\20GrShaderCaps\20const&\2c\20GrGeometryProcessor\20const&\29 -10000:skgpu::ganesh::DashOp::\28anonymous\20namespace\29::DashingLineEffect::Impl::onEmitCode\28GrGeometryProcessor::ProgramImpl::EmitArgs&\2c\20GrGeometryProcessor::ProgramImpl::GrGPArgs*\29 -10001:skgpu::ganesh::DashOp::\28anonymous\20namespace\29::DashingCircleEffect::name\28\29\20const -10002:skgpu::ganesh::DashOp::\28anonymous\20namespace\29::DashingCircleEffect::makeProgramImpl\28GrShaderCaps\20const&\29\20const -10003:skgpu::ganesh::DashOp::\28anonymous\20namespace\29::DashingCircleEffect::Impl::setData\28GrGLSLProgramDataManager\20const&\2c\20GrShaderCaps\20const&\2c\20GrGeometryProcessor\20const&\29 -10004:skgpu::ganesh::DashOp::\28anonymous\20namespace\29::DashingCircleEffect::Impl::onEmitCode\28GrGeometryProcessor::ProgramImpl::EmitArgs&\2c\20GrGeometryProcessor::ProgramImpl::GrGPArgs*\29 -10005:skgpu::ganesh::DashOp::\28anonymous\20namespace\29::DashOpImpl::~DashOpImpl\28\29_10842 -10006:skgpu::ganesh::DashOp::\28anonymous\20namespace\29::DashOpImpl::visitProxies\28std::__2::function\20const&\29\20const -10007:skgpu::ganesh::DashOp::\28anonymous\20namespace\29::DashOpImpl::programInfo\28\29 -10008:skgpu::ganesh::DashOp::\28anonymous\20namespace\29::DashOpImpl::onPrepareDraws\28GrMeshDrawTarget*\29 -10009:skgpu::ganesh::DashOp::\28anonymous\20namespace\29::DashOpImpl::onExecute\28GrOpFlushState*\2c\20SkRect\20const&\29 -10010:skgpu::ganesh::DashOp::\28anonymous\20namespace\29::DashOpImpl::onCreateProgramInfo\28GrCaps\20const*\2c\20SkArenaAlloc*\2c\20GrSurfaceProxyView\20const&\2c\20bool\2c\20GrAppliedClip&&\2c\20GrDstProxyView\20const&\2c\20GrXferBarrierFlags\2c\20GrLoadOp\29 -10011:skgpu::ganesh::DashOp::\28anonymous\20namespace\29::DashOpImpl::onCombineIfPossible\28GrOp*\2c\20SkArenaAlloc*\2c\20GrCaps\20const&\29 -10012:skgpu::ganesh::DashOp::\28anonymous\20namespace\29::DashOpImpl::name\28\29\20const -10013:skgpu::ganesh::DashOp::\28anonymous\20namespace\29::DashOpImpl::fixedFunctionFlags\28\29\20const -10014:skgpu::ganesh::DashOp::\28anonymous\20namespace\29::DashOpImpl::finalize\28GrCaps\20const&\2c\20GrAppliedClip\20const*\2c\20GrClampType\29 -10015:skgpu::ganesh::DashLinePathRenderer::onDrawPath\28skgpu::ganesh::PathRenderer::DrawPathArgs\20const&\29 -10016:skgpu::ganesh::DashLinePathRenderer::onCanDrawPath\28skgpu::ganesh::PathRenderer::CanDrawPathArgs\20const&\29\20const -10017:skgpu::ganesh::DashLinePathRenderer::name\28\29\20const -10018:skgpu::ganesh::ClipStack::~ClipStack\28\29_8235 -10019:skgpu::ganesh::ClipStack::preApply\28SkRect\20const&\2c\20GrAA\29\20const -10020:skgpu::ganesh::ClipStack::apply\28GrRecordingContext*\2c\20skgpu::ganesh::SurfaceDrawContext*\2c\20GrDrawOp*\2c\20GrAAType\2c\20GrAppliedClip*\2c\20SkRect*\29\20const -10021:skgpu::ganesh::ClearOp::~ClearOp\28\29 -10022:skgpu::ganesh::ClearOp::onExecute\28GrOpFlushState*\2c\20SkRect\20const&\29 -10023:skgpu::ganesh::ClearOp::onCombineIfPossible\28GrOp*\2c\20SkArenaAlloc*\2c\20GrCaps\20const&\29 -10024:skgpu::ganesh::ClearOp::name\28\29\20const -10025:skgpu::ganesh::AtlasTextOp::~AtlasTextOp\28\29_10777 -10026:skgpu::ganesh::AtlasTextOp::visitProxies\28std::__2::function\20const&\29\20const -10027:skgpu::ganesh::AtlasTextOp::onPrepareDraws\28GrMeshDrawTarget*\29 -10028:skgpu::ganesh::AtlasTextOp::onExecute\28GrOpFlushState*\2c\20SkRect\20const&\29 -10029:skgpu::ganesh::AtlasTextOp::onCombineIfPossible\28GrOp*\2c\20SkArenaAlloc*\2c\20GrCaps\20const&\29 -10030:skgpu::ganesh::AtlasTextOp::name\28\29\20const -10031:skgpu::ganesh::AtlasTextOp::finalize\28GrCaps\20const&\2c\20GrAppliedClip\20const*\2c\20GrClampType\29 -10032:skgpu::ganesh::AtlasRenderTask::~AtlasRenderTask\28\29_10763 -10033:skgpu::ganesh::AtlasRenderTask::onMakeClosed\28GrRecordingContext*\2c\20SkIRect*\29 -10034:skgpu::ganesh::AtlasRenderTask::onExecute\28GrOpFlushState*\29 -10035:skgpu::ganesh::AtlasPathRenderer::onDrawPath\28skgpu::ganesh::PathRenderer::DrawPathArgs\20const&\29 -10036:skgpu::ganesh::AtlasPathRenderer::onCanDrawPath\28skgpu::ganesh::PathRenderer::CanDrawPathArgs\20const&\29\20const -10037:skgpu::ganesh::AtlasPathRenderer::name\28\29\20const -10038:skgpu::ganesh::AALinearizingConvexPathRenderer::onDrawPath\28skgpu::ganesh::PathRenderer::DrawPathArgs\20const&\29 -10039:skgpu::ganesh::AALinearizingConvexPathRenderer::onCanDrawPath\28skgpu::ganesh::PathRenderer::CanDrawPathArgs\20const&\29\20const -10040:skgpu::ganesh::AALinearizingConvexPathRenderer::name\28\29\20const -10041:skgpu::ganesh::AAHairLinePathRenderer::onDrawPath\28skgpu::ganesh::PathRenderer::DrawPathArgs\20const&\29 -10042:skgpu::ganesh::AAHairLinePathRenderer::onCanDrawPath\28skgpu::ganesh::PathRenderer::CanDrawPathArgs\20const&\29\20const -10043:skgpu::ganesh::AAHairLinePathRenderer::name\28\29\20const -10044:skgpu::ganesh::AAConvexPathRenderer::onDrawPath\28skgpu::ganesh::PathRenderer::DrawPathArgs\20const&\29 -10045:skgpu::ganesh::AAConvexPathRenderer::onCanDrawPath\28skgpu::ganesh::PathRenderer::CanDrawPathArgs\20const&\29\20const -10046:skgpu::ganesh::AAConvexPathRenderer::name\28\29\20const -10047:skgpu::TAsyncReadResult::~TAsyncReadResult\28\29_9883 -10048:skgpu::TAsyncReadResult::rowBytes\28int\29\20const -10049:skgpu::TAsyncReadResult::data\28int\29\20const -10050:skgpu::StringKeyBuilder::~StringKeyBuilder\28\29_9483 -10051:skgpu::StringKeyBuilder::appendComment\28char\20const*\29 -10052:skgpu::StringKeyBuilder::addBits\28unsigned\20int\2c\20unsigned\20int\2c\20std::__2::basic_string_view>\29 -10053:skgpu::ShaderErrorHandler::compileError\28char\20const*\2c\20char\20const*\2c\20bool\29 -10054:skgpu::RectanizerSkyline::~RectanizerSkyline\28\29_12270 -10055:skgpu::RectanizerSkyline::~RectanizerSkyline\28\29 -10056:skgpu::RectanizerSkyline::percentFull\28\29\20const -10057:skgpu::RectanizerPow2::reset\28\29 -10058:skgpu::RectanizerPow2::percentFull\28\29\20const -10059:skgpu::RectanizerPow2::addRect\28int\2c\20int\2c\20SkIPoint16*\29 -10060:skgpu::Plot::~Plot\28\29_12261 -10061:skgpu::KeyBuilder::~KeyBuilder\28\29 -10062:skgpu::DefaultShaderErrorHandler\28\29::DefaultShaderErrorHandler::compileError\28char\20const*\2c\20char\20const*\29 -10063:sk_mmap_releaseproc\28void\20const*\2c\20void*\29 -10064:sk_ft_stream_io\28FT_StreamRec_*\2c\20unsigned\20long\2c\20unsigned\20char*\2c\20unsigned\20long\29 -10065:sk_ft_realloc\28FT_MemoryRec_*\2c\20long\2c\20long\2c\20void*\29 -10066:sk_fclose\28_IO_FILE*\29 -10067:skString_getLength -10068:skString_getData -10069:skString_free -10070:skString_allocate -10071:skString16_getData -10072:skString16_free -10073:skString16_allocate -10074:skData_dispose -10075:skData_create -10076:shader_dispose -10077:shader_createSweepGradient -10078:shader_createRuntimeEffectShader -10079:shader_createRadialGradient -10080:shader_createLinearGradient -10081:shader_createFromImage -10082:shader_createConicalGradient -10083:sfnt_table_info -10084:sfnt_load_face -10085:sfnt_is_postscript -10086:sfnt_is_alphanumeric -10087:sfnt_init_face -10088:sfnt_get_ps_name -10089:sfnt_get_name_index -10090:sfnt_get_interface -10091:sfnt_get_glyph_name -10092:sfnt_get_charset_id -10093:sfnt_done_face -10094:setup_syllables_use\28hb_ot_shape_plan_t\20const*\2c\20hb_font_t*\2c\20hb_buffer_t*\29 -10095:setup_syllables_myanmar\28hb_ot_shape_plan_t\20const*\2c\20hb_font_t*\2c\20hb_buffer_t*\29 -10096:setup_syllables_khmer\28hb_ot_shape_plan_t\20const*\2c\20hb_font_t*\2c\20hb_buffer_t*\29 -10097:setup_syllables_indic\28hb_ot_shape_plan_t\20const*\2c\20hb_font_t*\2c\20hb_buffer_t*\29 -10098:setup_masks_use\28hb_ot_shape_plan_t\20const*\2c\20hb_buffer_t*\2c\20hb_font_t*\29 -10099:setup_masks_myanmar\28hb_ot_shape_plan_t\20const*\2c\20hb_buffer_t*\2c\20hb_font_t*\29 -10100:setup_masks_khmer\28hb_ot_shape_plan_t\20const*\2c\20hb_buffer_t*\2c\20hb_font_t*\29 -10101:setup_masks_indic\28hb_ot_shape_plan_t\20const*\2c\20hb_buffer_t*\2c\20hb_font_t*\29 -10102:setup_masks_hangul\28hb_ot_shape_plan_t\20const*\2c\20hb_buffer_t*\2c\20hb_font_t*\29 -10103:setup_masks_arabic\28hb_ot_shape_plan_t\20const*\2c\20hb_buffer_t*\2c\20hb_font_t*\29 -10104:service_cleanup\28\29 -10105:scriptGetMaxValue\28IntProperty\20const&\2c\20UProperty\29 -10106:runtimeEffect_getUniformSize -10107:runtimeEffect_dispose -10108:runtimeEffect_create -10109:reverse_hit_compare_y\28SkOpRayHit\20const*\2c\20SkOpRayHit\20const*\29 -10110:reverse_hit_compare_x\28SkOpRayHit\20const*\2c\20SkOpRayHit\20const*\29 -10111:reorder_use\28hb_ot_shape_plan_t\20const*\2c\20hb_font_t*\2c\20hb_buffer_t*\29 -10112:reorder_myanmar\28hb_ot_shape_plan_t\20const*\2c\20hb_font_t*\2c\20hb_buffer_t*\29 -10113:reorder_marks_hebrew\28hb_ot_shape_plan_t\20const*\2c\20hb_buffer_t*\2c\20unsigned\20int\2c\20unsigned\20int\29 -10114:reorder_marks_arabic\28hb_ot_shape_plan_t\20const*\2c\20hb_buffer_t*\2c\20unsigned\20int\2c\20unsigned\20int\29 -10115:reorder_khmer\28hb_ot_shape_plan_t\20const*\2c\20hb_font_t*\2c\20hb_buffer_t*\29 -10116:rect_memcpy\28SkImageInfo\20const&\2c\20void*\2c\20unsigned\20long\2c\20SkImageInfo\20const&\2c\20void\20const*\2c\20unsigned\20long\2c\20SkColorSpaceXformSteps\20const&\29 -10117:record_stch\28hb_ot_shape_plan_t\20const*\2c\20hb_font_t*\2c\20hb_buffer_t*\29 -10118:record_rphf_use\28hb_ot_shape_plan_t\20const*\2c\20hb_font_t*\2c\20hb_buffer_t*\29 -10119:record_pref_use\28hb_ot_shape_plan_t\20const*\2c\20hb_font_t*\2c\20hb_buffer_t*\29 -10120:read_data_from_FT_Stream -10121:rbbi_cleanup_74 -10122:quad_intercept_v\28SkPoint\20const*\2c\20float\2c\20float\2c\20double*\29 -10123:quad_intercept_h\28SkPoint\20const*\2c\20float\2c\20float\2c\20double*\29 -10124:putil_cleanup\28\29 -10125:psnames_get_service -10126:pshinter_get_t2_funcs -10127:pshinter_get_t1_funcs -10128:pshinter_get_globals_funcs -10129:psh_globals_new -10130:psh_globals_destroy -10131:psaux_get_glyph_name -10132:ps_table_release -10133:ps_table_new -10134:ps_table_done -10135:ps_table_add -10136:ps_property_set -10137:ps_property_get -10138:ps_parser_to_int -10139:ps_parser_to_fixed_array -10140:ps_parser_to_fixed -10141:ps_parser_to_coord_array -10142:ps_parser_to_bytes -10143:ps_parser_load_field_table -10144:ps_parser_init -10145:ps_hints_t2mask -10146:ps_hints_t2counter -10147:ps_hints_t1stem3 -10148:ps_hints_t1reset -10149:ps_hints_close -10150:ps_hints_apply -10151:ps_hinter_init -10152:ps_hinter_done -10153:ps_get_standard_strings -10154:ps_get_macintosh_name -10155:ps_decoder_init -10156:preprocess_text_use\28hb_ot_shape_plan_t\20const*\2c\20hb_buffer_t*\2c\20hb_font_t*\29 -10157:preprocess_text_thai\28hb_ot_shape_plan_t\20const*\2c\20hb_buffer_t*\2c\20hb_font_t*\29 -10158:preprocess_text_indic\28hb_ot_shape_plan_t\20const*\2c\20hb_buffer_t*\2c\20hb_font_t*\29 -10159:preprocess_text_hangul\28hb_ot_shape_plan_t\20const*\2c\20hb_buffer_t*\2c\20hb_font_t*\29 -10160:premultiply_data -10161:premul_rgb\28SkRGBA4f<\28SkAlphaType\292>\29 -10162:premul_polar\28SkRGBA4f<\28SkAlphaType\292>\29 -10163:postprocess_glyphs_arabic\28hb_ot_shape_plan_t\20const*\2c\20hb_buffer_t*\2c\20hb_font_t*\29 -10164:portable::xy_to_unit_angle\28portable::Params*\2c\20SkRasterPipelineStage*\2c\20float\2c\20float\2c\20float\2c\20float\29 -10165:portable::xy_to_radius\28portable::Params*\2c\20SkRasterPipelineStage*\2c\20float\2c\20float\2c\20float\2c\20float\29 -10166:portable::xy_to_2pt_conical_well_behaved\28portable::Params*\2c\20SkRasterPipelineStage*\2c\20float\2c\20float\2c\20float\2c\20float\29 -10167:portable::xy_to_2pt_conical_strip\28portable::Params*\2c\20SkRasterPipelineStage*\2c\20float\2c\20float\2c\20float\2c\20float\29 -10168:portable::xy_to_2pt_conical_smaller\28portable::Params*\2c\20SkRasterPipelineStage*\2c\20float\2c\20float\2c\20float\2c\20float\29 -10169:portable::xy_to_2pt_conical_greater\28portable::Params*\2c\20SkRasterPipelineStage*\2c\20float\2c\20float\2c\20float\2c\20float\29 -10170:portable::xy_to_2pt_conical_focal_on_circle\28portable::Params*\2c\20SkRasterPipelineStage*\2c\20float\2c\20float\2c\20float\2c\20float\29 -10171:portable::xor_\28portable::Params*\2c\20SkRasterPipelineStage*\2c\20float\2c\20float\2c\20float\2c\20float\29 -10172:portable::white_color\28portable::Params*\2c\20SkRasterPipelineStage*\2c\20float\2c\20float\2c\20float\2c\20float\29 -10173:portable::unpremul_polar\28portable::Params*\2c\20SkRasterPipelineStage*\2c\20float\2c\20float\2c\20float\2c\20float\29 -10174:portable::unpremul\28portable::Params*\2c\20SkRasterPipelineStage*\2c\20float\2c\20float\2c\20float\2c\20float\29 -10175:portable::uniform_color_dst\28portable::Params*\2c\20SkRasterPipelineStage*\2c\20float\2c\20float\2c\20float\2c\20float\29 -10176:portable::trace_var\28portable::Params*\2c\20SkRasterPipelineStage*\2c\20float\2c\20float\2c\20float\2c\20float\29 -10177:portable::trace_scope\28portable::Params*\2c\20SkRasterPipelineStage*\2c\20float\2c\20float\2c\20float\2c\20float\29 -10178:portable::trace_line\28portable::Params*\2c\20SkRasterPipelineStage*\2c\20float\2c\20float\2c\20float\2c\20float\29 -10179:portable::trace_exit\28portable::Params*\2c\20SkRasterPipelineStage*\2c\20float\2c\20float\2c\20float\2c\20float\29 -10180:portable::trace_enter\28portable::Params*\2c\20SkRasterPipelineStage*\2c\20float\2c\20float\2c\20float\2c\20float\29 -10181:portable::tan_float\28portable::Params*\2c\20SkRasterPipelineStage*\2c\20float\2c\20float\2c\20float\2c\20float\29 -10182:portable::swizzle_copy_to_indirect_masked\28portable::Params*\2c\20SkRasterPipelineStage*\2c\20float\2c\20float\2c\20float\2c\20float\29 -10183:portable::swizzle_copy_slot_masked\28portable::Params*\2c\20SkRasterPipelineStage*\2c\20float\2c\20float\2c\20float\2c\20float\29 -10184:portable::swizzle_copy_4_slots_masked\28portable::Params*\2c\20SkRasterPipelineStage*\2c\20float\2c\20float\2c\20float\2c\20float\29 -10185:portable::swizzle_copy_3_slots_masked\28portable::Params*\2c\20SkRasterPipelineStage*\2c\20float\2c\20float\2c\20float\2c\20float\29 -10186:portable::swizzle_copy_2_slots_masked\28portable::Params*\2c\20SkRasterPipelineStage*\2c\20float\2c\20float\2c\20float\2c\20float\29 -10187:portable::swizzle_4\28portable::Params*\2c\20SkRasterPipelineStage*\2c\20float\2c\20float\2c\20float\2c\20float\29 -10188:portable::swizzle_3\28portable::Params*\2c\20SkRasterPipelineStage*\2c\20float\2c\20float\2c\20float\2c\20float\29 -10189:portable::swizzle_2\28portable::Params*\2c\20SkRasterPipelineStage*\2c\20float\2c\20float\2c\20float\2c\20float\29 -10190:portable::swizzle_1\28portable::Params*\2c\20SkRasterPipelineStage*\2c\20float\2c\20float\2c\20float\2c\20float\29 -10191:portable::swizzle\28portable::Params*\2c\20SkRasterPipelineStage*\2c\20float\2c\20float\2c\20float\2c\20float\29 -10192:portable::swap_src_dst\28portable::Params*\2c\20SkRasterPipelineStage*\2c\20float\2c\20float\2c\20float\2c\20float\29 -10193:portable::swap_rb_dst\28portable::Params*\2c\20SkRasterPipelineStage*\2c\20float\2c\20float\2c\20float\2c\20float\29 -10194:portable::swap_rb\28portable::Params*\2c\20SkRasterPipelineStage*\2c\20float\2c\20float\2c\20float\2c\20float\29 -10195:portable::sub_n_ints\28portable::Params*\2c\20SkRasterPipelineStage*\2c\20float\2c\20float\2c\20float\2c\20float\29 -10196:portable::sub_n_floats\28portable::Params*\2c\20SkRasterPipelineStage*\2c\20float\2c\20float\2c\20float\2c\20float\29 -10197:portable::sub_int\28portable::Params*\2c\20SkRasterPipelineStage*\2c\20float\2c\20float\2c\20float\2c\20float\29 -10198:portable::sub_float\28portable::Params*\2c\20SkRasterPipelineStage*\2c\20float\2c\20float\2c\20float\2c\20float\29 -10199:portable::sub_4_ints\28portable::Params*\2c\20SkRasterPipelineStage*\2c\20float\2c\20float\2c\20float\2c\20float\29 -10200:portable::sub_4_floats\28portable::Params*\2c\20SkRasterPipelineStage*\2c\20float\2c\20float\2c\20float\2c\20float\29 -10201:portable::sub_3_ints\28portable::Params*\2c\20SkRasterPipelineStage*\2c\20float\2c\20float\2c\20float\2c\20float\29 -10202:portable::sub_3_floats\28portable::Params*\2c\20SkRasterPipelineStage*\2c\20float\2c\20float\2c\20float\2c\20float\29 -10203:portable::sub_2_ints\28portable::Params*\2c\20SkRasterPipelineStage*\2c\20float\2c\20float\2c\20float\2c\20float\29 -10204:portable::sub_2_floats\28portable::Params*\2c\20SkRasterPipelineStage*\2c\20float\2c\20float\2c\20float\2c\20float\29 -10205:portable::store_src_rg\28portable::Params*\2c\20SkRasterPipelineStage*\2c\20float\2c\20float\2c\20float\2c\20float\29 -10206:portable::store_src_a\28portable::Params*\2c\20SkRasterPipelineStage*\2c\20float\2c\20float\2c\20float\2c\20float\29 -10207:portable::store_src\28portable::Params*\2c\20SkRasterPipelineStage*\2c\20float\2c\20float\2c\20float\2c\20float\29 -10208:portable::store_rgf16\28portable::Params*\2c\20SkRasterPipelineStage*\2c\20float\2c\20float\2c\20float\2c\20float\29 -10209:portable::store_rg88\28portable::Params*\2c\20SkRasterPipelineStage*\2c\20float\2c\20float\2c\20float\2c\20float\29 -10210:portable::store_rg1616\28portable::Params*\2c\20SkRasterPipelineStage*\2c\20float\2c\20float\2c\20float\2c\20float\29 -10211:portable::store_return_mask\28portable::Params*\2c\20SkRasterPipelineStage*\2c\20float\2c\20float\2c\20float\2c\20float\29 -10212:portable::store_r8\28portable::Params*\2c\20SkRasterPipelineStage*\2c\20float\2c\20float\2c\20float\2c\20float\29 -10213:portable::store_loop_mask\28portable::Params*\2c\20SkRasterPipelineStage*\2c\20float\2c\20float\2c\20float\2c\20float\29 -10214:portable::store_f32\28portable::Params*\2c\20SkRasterPipelineStage*\2c\20float\2c\20float\2c\20float\2c\20float\29 -10215:portable::store_f16\28portable::Params*\2c\20SkRasterPipelineStage*\2c\20float\2c\20float\2c\20float\2c\20float\29 -10216:portable::store_dst\28portable::Params*\2c\20SkRasterPipelineStage*\2c\20float\2c\20float\2c\20float\2c\20float\29 -10217:portable::store_device_xy01\28portable::Params*\2c\20SkRasterPipelineStage*\2c\20float\2c\20float\2c\20float\2c\20float\29 -10218:portable::store_condition_mask\28portable::Params*\2c\20SkRasterPipelineStage*\2c\20float\2c\20float\2c\20float\2c\20float\29 -10219:portable::store_af16\28portable::Params*\2c\20SkRasterPipelineStage*\2c\20float\2c\20float\2c\20float\2c\20float\29 -10220:portable::store_a8\28portable::Params*\2c\20SkRasterPipelineStage*\2c\20float\2c\20float\2c\20float\2c\20float\29 -10221:portable::store_a16\28portable::Params*\2c\20SkRasterPipelineStage*\2c\20float\2c\20float\2c\20float\2c\20float\29 -10222:portable::store_8888\28portable::Params*\2c\20SkRasterPipelineStage*\2c\20float\2c\20float\2c\20float\2c\20float\29 -10223:portable::store_565\28portable::Params*\2c\20SkRasterPipelineStage*\2c\20float\2c\20float\2c\20float\2c\20float\29 -10224:portable::store_4444\28portable::Params*\2c\20SkRasterPipelineStage*\2c\20float\2c\20float\2c\20float\2c\20float\29 -10225:portable::store_16161616\28portable::Params*\2c\20SkRasterPipelineStage*\2c\20float\2c\20float\2c\20float\2c\20float\29 -10226:portable::store_10x6\28portable::Params*\2c\20SkRasterPipelineStage*\2c\20float\2c\20float\2c\20float\2c\20float\29 -10227:portable::store_1010102_xr\28portable::Params*\2c\20SkRasterPipelineStage*\2c\20float\2c\20float\2c\20float\2c\20float\29 -10228:portable::store_1010102\28portable::Params*\2c\20SkRasterPipelineStage*\2c\20float\2c\20float\2c\20float\2c\20float\29 -10229:portable::store_10101010_xr\28portable::Params*\2c\20SkRasterPipelineStage*\2c\20float\2c\20float\2c\20float\2c\20float\29 -10230:portable::start_pipeline\28unsigned\20long\2c\20unsigned\20long\2c\20unsigned\20long\2c\20unsigned\20long\2c\20SkRasterPipelineStage*\2c\20SkSpan\2c\20unsigned\20char*\29 -10231:portable::stack_rewind\28portable::Params*\2c\20SkRasterPipelineStage*\2c\20float\2c\20float\2c\20float\2c\20float\29 -10232:portable::stack_checkpoint\28portable::Params*\2c\20SkRasterPipelineStage*\2c\20float\2c\20float\2c\20float\2c\20float\29 -10233:portable::srcover_rgba_8888\28portable::Params*\2c\20SkRasterPipelineStage*\2c\20float\2c\20float\2c\20float\2c\20float\29 -10234:portable::srcover\28portable::Params*\2c\20SkRasterPipelineStage*\2c\20float\2c\20float\2c\20float\2c\20float\29 -10235:portable::srcout\28portable::Params*\2c\20SkRasterPipelineStage*\2c\20float\2c\20float\2c\20float\2c\20float\29 -10236:portable::srcin\28portable::Params*\2c\20SkRasterPipelineStage*\2c\20float\2c\20float\2c\20float\2c\20float\29 -10237:portable::srcatop\28portable::Params*\2c\20SkRasterPipelineStage*\2c\20float\2c\20float\2c\20float\2c\20float\29 -10238:portable::sqrt_float\28portable::Params*\2c\20SkRasterPipelineStage*\2c\20float\2c\20float\2c\20float\2c\20float\29 -10239:portable::splat_4_constants\28portable::Params*\2c\20SkRasterPipelineStage*\2c\20float\2c\20float\2c\20float\2c\20float\29 -10240:portable::splat_3_constants\28portable::Params*\2c\20SkRasterPipelineStage*\2c\20float\2c\20float\2c\20float\2c\20float\29 -10241:portable::splat_2_constants\28portable::Params*\2c\20SkRasterPipelineStage*\2c\20float\2c\20float\2c\20float\2c\20float\29 -10242:portable::softlight\28portable::Params*\2c\20SkRasterPipelineStage*\2c\20float\2c\20float\2c\20float\2c\20float\29 -10243:portable::smoothstep_n_floats\28portable::Params*\2c\20SkRasterPipelineStage*\2c\20float\2c\20float\2c\20float\2c\20float\29 -10244:portable::sin_float\28portable::Params*\2c\20SkRasterPipelineStage*\2c\20float\2c\20float\2c\20float\2c\20float\29 -10245:portable::shuffle\28portable::Params*\2c\20SkRasterPipelineStage*\2c\20float\2c\20float\2c\20float\2c\20float\29 -10246:portable::set_base_pointer\28portable::Params*\2c\20SkRasterPipelineStage*\2c\20float\2c\20float\2c\20float\2c\20float\29 -10247:portable::seed_shader\28portable::Params*\2c\20SkRasterPipelineStage*\2c\20float\2c\20float\2c\20float\2c\20float\29 -10248:portable::screen\28portable::Params*\2c\20SkRasterPipelineStage*\2c\20float\2c\20float\2c\20float\2c\20float\29 -10249:portable::scale_u8\28portable::Params*\2c\20SkRasterPipelineStage*\2c\20float\2c\20float\2c\20float\2c\20float\29 -10250:portable::scale_native\28portable::Params*\2c\20SkRasterPipelineStage*\2c\20float\2c\20float\2c\20float\2c\20float\29 -10251:portable::scale_565\28portable::Params*\2c\20SkRasterPipelineStage*\2c\20float\2c\20float\2c\20float\2c\20float\29 -10252:portable::scale_1_float\28portable::Params*\2c\20SkRasterPipelineStage*\2c\20float\2c\20float\2c\20float\2c\20float\29 -10253:portable::saturation\28portable::Params*\2c\20SkRasterPipelineStage*\2c\20float\2c\20float\2c\20float\2c\20float\29 -10254:portable::rgb_to_hsl\28portable::Params*\2c\20SkRasterPipelineStage*\2c\20float\2c\20float\2c\20float\2c\20float\29 -10255:portable::repeat_y\28portable::Params*\2c\20SkRasterPipelineStage*\2c\20float\2c\20float\2c\20float\2c\20float\29 -10256:portable::repeat_x_1\28portable::Params*\2c\20SkRasterPipelineStage*\2c\20float\2c\20float\2c\20float\2c\20float\29 -10257:portable::repeat_x\28portable::Params*\2c\20SkRasterPipelineStage*\2c\20float\2c\20float\2c\20float\2c\20float\29 -10258:portable::refract_4_floats\28portable::Params*\2c\20SkRasterPipelineStage*\2c\20float\2c\20float\2c\20float\2c\20float\29 -10259:portable::reenable_loop_mask\28portable::Params*\2c\20SkRasterPipelineStage*\2c\20float\2c\20float\2c\20float\2c\20float\29 -10260:portable::premul_dst\28portable::Params*\2c\20SkRasterPipelineStage*\2c\20float\2c\20float\2c\20float\2c\20float\29 -10261:portable::premul\28portable::Params*\2c\20SkRasterPipelineStage*\2c\20float\2c\20float\2c\20float\2c\20float\29 -10262:portable::pow_n_floats\28portable::Params*\2c\20SkRasterPipelineStage*\2c\20float\2c\20float\2c\20float\2c\20float\29 -10263:portable::plus_\28portable::Params*\2c\20SkRasterPipelineStage*\2c\20float\2c\20float\2c\20float\2c\20float\29 -10264:portable::perlin_noise\28portable::Params*\2c\20SkRasterPipelineStage*\2c\20float\2c\20float\2c\20float\2c\20float\29 -10265:portable::parametric\28portable::Params*\2c\20SkRasterPipelineStage*\2c\20float\2c\20float\2c\20float\2c\20float\29 -10266:portable::overlay\28portable::Params*\2c\20SkRasterPipelineStage*\2c\20float\2c\20float\2c\20float\2c\20float\29 -10267:portable::ootf\28portable::Params*\2c\20SkRasterPipelineStage*\2c\20float\2c\20float\2c\20float\2c\20float\29 -10268:portable::negate_x\28portable::Params*\2c\20SkRasterPipelineStage*\2c\20float\2c\20float\2c\20float\2c\20float\29 -10269:portable::multiply\28portable::Params*\2c\20SkRasterPipelineStage*\2c\20float\2c\20float\2c\20float\2c\20float\29 -10270:portable::mul_n_ints\28portable::Params*\2c\20SkRasterPipelineStage*\2c\20float\2c\20float\2c\20float\2c\20float\29 -10271:portable::mul_n_floats\28portable::Params*\2c\20SkRasterPipelineStage*\2c\20float\2c\20float\2c\20float\2c\20float\29 -10272:portable::mul_int\28portable::Params*\2c\20SkRasterPipelineStage*\2c\20float\2c\20float\2c\20float\2c\20float\29 -10273:portable::mul_imm_int\28portable::Params*\2c\20SkRasterPipelineStage*\2c\20float\2c\20float\2c\20float\2c\20float\29 -10274:portable::mul_imm_float\28portable::Params*\2c\20SkRasterPipelineStage*\2c\20float\2c\20float\2c\20float\2c\20float\29 -10275:portable::mul_float\28portable::Params*\2c\20SkRasterPipelineStage*\2c\20float\2c\20float\2c\20float\2c\20float\29 -10276:portable::mul_4_ints\28portable::Params*\2c\20SkRasterPipelineStage*\2c\20float\2c\20float\2c\20float\2c\20float\29 -10277:portable::mul_4_floats\28portable::Params*\2c\20SkRasterPipelineStage*\2c\20float\2c\20float\2c\20float\2c\20float\29 -10278:portable::mul_3_ints\28portable::Params*\2c\20SkRasterPipelineStage*\2c\20float\2c\20float\2c\20float\2c\20float\29 -10279:portable::mul_3_floats\28portable::Params*\2c\20SkRasterPipelineStage*\2c\20float\2c\20float\2c\20float\2c\20float\29 -10280:portable::mul_2_ints\28portable::Params*\2c\20SkRasterPipelineStage*\2c\20float\2c\20float\2c\20float\2c\20float\29 -10281:portable::mul_2_floats\28portable::Params*\2c\20SkRasterPipelineStage*\2c\20float\2c\20float\2c\20float\2c\20float\29 -10282:portable::move_src_dst\28portable::Params*\2c\20SkRasterPipelineStage*\2c\20float\2c\20float\2c\20float\2c\20float\29 -10283:portable::move_dst_src\28portable::Params*\2c\20SkRasterPipelineStage*\2c\20float\2c\20float\2c\20float\2c\20float\29 -10284:portable::modulate\28portable::Params*\2c\20SkRasterPipelineStage*\2c\20float\2c\20float\2c\20float\2c\20float\29 -10285:portable::mod_n_floats\28portable::Params*\2c\20SkRasterPipelineStage*\2c\20float\2c\20float\2c\20float\2c\20float\29 -10286:portable::mod_float\28portable::Params*\2c\20SkRasterPipelineStage*\2c\20float\2c\20float\2c\20float\2c\20float\29 -10287:portable::mod_4_floats\28portable::Params*\2c\20SkRasterPipelineStage*\2c\20float\2c\20float\2c\20float\2c\20float\29 -10288:portable::mod_3_floats\28portable::Params*\2c\20SkRasterPipelineStage*\2c\20float\2c\20float\2c\20float\2c\20float\29 -10289:portable::mod_2_floats\28portable::Params*\2c\20SkRasterPipelineStage*\2c\20float\2c\20float\2c\20float\2c\20float\29 -10290:portable::mix_n_ints\28portable::Params*\2c\20SkRasterPipelineStage*\2c\20float\2c\20float\2c\20float\2c\20float\29 -10291:portable::mix_n_floats\28portable::Params*\2c\20SkRasterPipelineStage*\2c\20float\2c\20float\2c\20float\2c\20float\29 -10292:portable::mix_int\28portable::Params*\2c\20SkRasterPipelineStage*\2c\20float\2c\20float\2c\20float\2c\20float\29 -10293:portable::mix_float\28portable::Params*\2c\20SkRasterPipelineStage*\2c\20float\2c\20float\2c\20float\2c\20float\29 -10294:portable::mix_4_ints\28portable::Params*\2c\20SkRasterPipelineStage*\2c\20float\2c\20float\2c\20float\2c\20float\29 -10295:portable::mix_4_floats\28portable::Params*\2c\20SkRasterPipelineStage*\2c\20float\2c\20float\2c\20float\2c\20float\29 -10296:portable::mix_3_ints\28portable::Params*\2c\20SkRasterPipelineStage*\2c\20float\2c\20float\2c\20float\2c\20float\29 -10297:portable::mix_3_floats\28portable::Params*\2c\20SkRasterPipelineStage*\2c\20float\2c\20float\2c\20float\2c\20float\29 -10298:portable::mix_2_ints\28portable::Params*\2c\20SkRasterPipelineStage*\2c\20float\2c\20float\2c\20float\2c\20float\29 -10299:portable::mix_2_floats\28portable::Params*\2c\20SkRasterPipelineStage*\2c\20float\2c\20float\2c\20float\2c\20float\29 -10300:portable::mirror_y\28portable::Params*\2c\20SkRasterPipelineStage*\2c\20float\2c\20float\2c\20float\2c\20float\29 -10301:portable::mirror_x_1\28portable::Params*\2c\20SkRasterPipelineStage*\2c\20float\2c\20float\2c\20float\2c\20float\29 -10302:portable::mirror_x\28portable::Params*\2c\20SkRasterPipelineStage*\2c\20float\2c\20float\2c\20float\2c\20float\29 -10303:portable::mipmap_linear_update\28portable::Params*\2c\20SkRasterPipelineStage*\2c\20float\2c\20float\2c\20float\2c\20float\29 -10304:portable::mipmap_linear_init\28portable::Params*\2c\20SkRasterPipelineStage*\2c\20float\2c\20float\2c\20float\2c\20float\29 -10305:portable::mipmap_linear_finish\28portable::Params*\2c\20SkRasterPipelineStage*\2c\20float\2c\20float\2c\20float\2c\20float\29 -10306:portable::min_uint\28portable::Params*\2c\20SkRasterPipelineStage*\2c\20float\2c\20float\2c\20float\2c\20float\29 -10307:portable::min_n_uints\28portable::Params*\2c\20SkRasterPipelineStage*\2c\20float\2c\20float\2c\20float\2c\20float\29 -10308:portable::min_n_ints\28portable::Params*\2c\20SkRasterPipelineStage*\2c\20float\2c\20float\2c\20float\2c\20float\29 -10309:portable::min_n_floats\28portable::Params*\2c\20SkRasterPipelineStage*\2c\20float\2c\20float\2c\20float\2c\20float\29 -10310:portable::min_int\28portable::Params*\2c\20SkRasterPipelineStage*\2c\20float\2c\20float\2c\20float\2c\20float\29 -10311:portable::min_imm_float\28portable::Params*\2c\20SkRasterPipelineStage*\2c\20float\2c\20float\2c\20float\2c\20float\29 -10312:portable::min_float\28portable::Params*\2c\20SkRasterPipelineStage*\2c\20float\2c\20float\2c\20float\2c\20float\29 -10313:portable::min_4_uints\28portable::Params*\2c\20SkRasterPipelineStage*\2c\20float\2c\20float\2c\20float\2c\20float\29 -10314:portable::min_4_ints\28portable::Params*\2c\20SkRasterPipelineStage*\2c\20float\2c\20float\2c\20float\2c\20float\29 -10315:portable::min_4_floats\28portable::Params*\2c\20SkRasterPipelineStage*\2c\20float\2c\20float\2c\20float\2c\20float\29 -10316:portable::min_3_uints\28portable::Params*\2c\20SkRasterPipelineStage*\2c\20float\2c\20float\2c\20float\2c\20float\29 -10317:portable::min_3_ints\28portable::Params*\2c\20SkRasterPipelineStage*\2c\20float\2c\20float\2c\20float\2c\20float\29 -10318:portable::min_3_floats\28portable::Params*\2c\20SkRasterPipelineStage*\2c\20float\2c\20float\2c\20float\2c\20float\29 -10319:portable::min_2_uints\28portable::Params*\2c\20SkRasterPipelineStage*\2c\20float\2c\20float\2c\20float\2c\20float\29 -10320:portable::min_2_ints\28portable::Params*\2c\20SkRasterPipelineStage*\2c\20float\2c\20float\2c\20float\2c\20float\29 -10321:portable::min_2_floats\28portable::Params*\2c\20SkRasterPipelineStage*\2c\20float\2c\20float\2c\20float\2c\20float\29 -10322:portable::merge_loop_mask\28portable::Params*\2c\20SkRasterPipelineStage*\2c\20float\2c\20float\2c\20float\2c\20float\29 -10323:portable::merge_inv_condition_mask\28portable::Params*\2c\20SkRasterPipelineStage*\2c\20float\2c\20float\2c\20float\2c\20float\29 -10324:portable::merge_condition_mask\28portable::Params*\2c\20SkRasterPipelineStage*\2c\20float\2c\20float\2c\20float\2c\20float\29 -10325:portable::max_uint\28portable::Params*\2c\20SkRasterPipelineStage*\2c\20float\2c\20float\2c\20float\2c\20float\29 -10326:portable::max_n_uints\28portable::Params*\2c\20SkRasterPipelineStage*\2c\20float\2c\20float\2c\20float\2c\20float\29 -10327:portable::max_n_ints\28portable::Params*\2c\20SkRasterPipelineStage*\2c\20float\2c\20float\2c\20float\2c\20float\29 -10328:portable::max_n_floats\28portable::Params*\2c\20SkRasterPipelineStage*\2c\20float\2c\20float\2c\20float\2c\20float\29 -10329:portable::max_int\28portable::Params*\2c\20SkRasterPipelineStage*\2c\20float\2c\20float\2c\20float\2c\20float\29 -10330:portable::max_imm_float\28portable::Params*\2c\20SkRasterPipelineStage*\2c\20float\2c\20float\2c\20float\2c\20float\29 -10331:portable::max_float\28portable::Params*\2c\20SkRasterPipelineStage*\2c\20float\2c\20float\2c\20float\2c\20float\29 -10332:portable::max_4_uints\28portable::Params*\2c\20SkRasterPipelineStage*\2c\20float\2c\20float\2c\20float\2c\20float\29 -10333:portable::max_4_ints\28portable::Params*\2c\20SkRasterPipelineStage*\2c\20float\2c\20float\2c\20float\2c\20float\29 -10334:portable::max_4_floats\28portable::Params*\2c\20SkRasterPipelineStage*\2c\20float\2c\20float\2c\20float\2c\20float\29 -10335:portable::max_3_uints\28portable::Params*\2c\20SkRasterPipelineStage*\2c\20float\2c\20float\2c\20float\2c\20float\29 -10336:portable::max_3_ints\28portable::Params*\2c\20SkRasterPipelineStage*\2c\20float\2c\20float\2c\20float\2c\20float\29 -10337:portable::max_3_floats\28portable::Params*\2c\20SkRasterPipelineStage*\2c\20float\2c\20float\2c\20float\2c\20float\29 -10338:portable::max_2_uints\28portable::Params*\2c\20SkRasterPipelineStage*\2c\20float\2c\20float\2c\20float\2c\20float\29 -10339:portable::max_2_ints\28portable::Params*\2c\20SkRasterPipelineStage*\2c\20float\2c\20float\2c\20float\2c\20float\29 -10340:portable::max_2_floats\28portable::Params*\2c\20SkRasterPipelineStage*\2c\20float\2c\20float\2c\20float\2c\20float\29 -10341:portable::matrix_translate\28portable::Params*\2c\20SkRasterPipelineStage*\2c\20float\2c\20float\2c\20float\2c\20float\29 -10342:portable::matrix_scale_translate\28portable::Params*\2c\20SkRasterPipelineStage*\2c\20float\2c\20float\2c\20float\2c\20float\29 -10343:portable::matrix_perspective\28portable::Params*\2c\20SkRasterPipelineStage*\2c\20float\2c\20float\2c\20float\2c\20float\29 -10344:portable::matrix_multiply_4\28portable::Params*\2c\20SkRasterPipelineStage*\2c\20float\2c\20float\2c\20float\2c\20float\29 -10345:portable::matrix_multiply_3\28portable::Params*\2c\20SkRasterPipelineStage*\2c\20float\2c\20float\2c\20float\2c\20float\29 -10346:portable::matrix_multiply_2\28portable::Params*\2c\20SkRasterPipelineStage*\2c\20float\2c\20float\2c\20float\2c\20float\29 -10347:portable::matrix_4x5\28portable::Params*\2c\20SkRasterPipelineStage*\2c\20float\2c\20float\2c\20float\2c\20float\29 -10348:portable::matrix_4x3\28portable::Params*\2c\20SkRasterPipelineStage*\2c\20float\2c\20float\2c\20float\2c\20float\29 -10349:portable::matrix_3x4\28portable::Params*\2c\20SkRasterPipelineStage*\2c\20float\2c\20float\2c\20float\2c\20float\29 -10350:portable::matrix_3x3\28portable::Params*\2c\20SkRasterPipelineStage*\2c\20float\2c\20float\2c\20float\2c\20float\29 -10351:portable::matrix_2x3\28portable::Params*\2c\20SkRasterPipelineStage*\2c\20float\2c\20float\2c\20float\2c\20float\29 -10352:portable::mask_off_return_mask\28portable::Params*\2c\20SkRasterPipelineStage*\2c\20float\2c\20float\2c\20float\2c\20float\29 -10353:portable::mask_off_loop_mask\28portable::Params*\2c\20SkRasterPipelineStage*\2c\20float\2c\20float\2c\20float\2c\20float\29 -10354:portable::mask_2pt_conical_nan\28portable::Params*\2c\20SkRasterPipelineStage*\2c\20float\2c\20float\2c\20float\2c\20float\29 -10355:portable::mask_2pt_conical_degenerates\28portable::Params*\2c\20SkRasterPipelineStage*\2c\20float\2c\20float\2c\20float\2c\20float\29 -10356:portable::luminosity\28portable::Params*\2c\20SkRasterPipelineStage*\2c\20float\2c\20float\2c\20float\2c\20float\29 -10357:portable::log_float\28portable::Params*\2c\20SkRasterPipelineStage*\2c\20float\2c\20float\2c\20float\2c\20float\29 -10358:portable::log2_float\28portable::Params*\2c\20SkRasterPipelineStage*\2c\20float\2c\20float\2c\20float\2c\20float\29 -10359:portable::load_src_rg\28portable::Params*\2c\20SkRasterPipelineStage*\2c\20float\2c\20float\2c\20float\2c\20float\29 -10360:portable::load_src\28portable::Params*\2c\20SkRasterPipelineStage*\2c\20float\2c\20float\2c\20float\2c\20float\29 -10361:portable::load_rgf16_dst\28portable::Params*\2c\20SkRasterPipelineStage*\2c\20float\2c\20float\2c\20float\2c\20float\29 -10362:portable::load_rgf16\28portable::Params*\2c\20SkRasterPipelineStage*\2c\20float\2c\20float\2c\20float\2c\20float\29 -10363:portable::load_rg88_dst\28portable::Params*\2c\20SkRasterPipelineStage*\2c\20float\2c\20float\2c\20float\2c\20float\29 -10364:portable::load_rg88\28portable::Params*\2c\20SkRasterPipelineStage*\2c\20float\2c\20float\2c\20float\2c\20float\29 -10365:portable::load_rg1616_dst\28portable::Params*\2c\20SkRasterPipelineStage*\2c\20float\2c\20float\2c\20float\2c\20float\29 -10366:portable::load_rg1616\28portable::Params*\2c\20SkRasterPipelineStage*\2c\20float\2c\20float\2c\20float\2c\20float\29 -10367:portable::load_return_mask\28portable::Params*\2c\20SkRasterPipelineStage*\2c\20float\2c\20float\2c\20float\2c\20float\29 -10368:portable::load_loop_mask\28portable::Params*\2c\20SkRasterPipelineStage*\2c\20float\2c\20float\2c\20float\2c\20float\29 -10369:portable::load_f32_dst\28portable::Params*\2c\20SkRasterPipelineStage*\2c\20float\2c\20float\2c\20float\2c\20float\29 -10370:portable::load_f32\28portable::Params*\2c\20SkRasterPipelineStage*\2c\20float\2c\20float\2c\20float\2c\20float\29 -10371:portable::load_f16_dst\28portable::Params*\2c\20SkRasterPipelineStage*\2c\20float\2c\20float\2c\20float\2c\20float\29 -10372:portable::load_f16\28portable::Params*\2c\20SkRasterPipelineStage*\2c\20float\2c\20float\2c\20float\2c\20float\29 -10373:portable::load_dst\28portable::Params*\2c\20SkRasterPipelineStage*\2c\20float\2c\20float\2c\20float\2c\20float\29 -10374:portable::load_condition_mask\28portable::Params*\2c\20SkRasterPipelineStage*\2c\20float\2c\20float\2c\20float\2c\20float\29 -10375:portable::load_af16_dst\28portable::Params*\2c\20SkRasterPipelineStage*\2c\20float\2c\20float\2c\20float\2c\20float\29 -10376:portable::load_af16\28portable::Params*\2c\20SkRasterPipelineStage*\2c\20float\2c\20float\2c\20float\2c\20float\29 -10377:portable::load_a8_dst\28portable::Params*\2c\20SkRasterPipelineStage*\2c\20float\2c\20float\2c\20float\2c\20float\29 -10378:portable::load_a8\28portable::Params*\2c\20SkRasterPipelineStage*\2c\20float\2c\20float\2c\20float\2c\20float\29 -10379:portable::load_a16_dst\28portable::Params*\2c\20SkRasterPipelineStage*\2c\20float\2c\20float\2c\20float\2c\20float\29 -10380:portable::load_a16\28portable::Params*\2c\20SkRasterPipelineStage*\2c\20float\2c\20float\2c\20float\2c\20float\29 -10381:portable::load_8888_dst\28portable::Params*\2c\20SkRasterPipelineStage*\2c\20float\2c\20float\2c\20float\2c\20float\29 -10382:portable::load_8888\28portable::Params*\2c\20SkRasterPipelineStage*\2c\20float\2c\20float\2c\20float\2c\20float\29 -10383:portable::load_565_dst\28portable::Params*\2c\20SkRasterPipelineStage*\2c\20float\2c\20float\2c\20float\2c\20float\29 -10384:portable::load_565\28portable::Params*\2c\20SkRasterPipelineStage*\2c\20float\2c\20float\2c\20float\2c\20float\29 -10385:portable::load_4444_dst\28portable::Params*\2c\20SkRasterPipelineStage*\2c\20float\2c\20float\2c\20float\2c\20float\29 -10386:portable::load_4444\28portable::Params*\2c\20SkRasterPipelineStage*\2c\20float\2c\20float\2c\20float\2c\20float\29 -10387:portable::load_16161616_dst\28portable::Params*\2c\20SkRasterPipelineStage*\2c\20float\2c\20float\2c\20float\2c\20float\29 -10388:portable::load_16161616\28portable::Params*\2c\20SkRasterPipelineStage*\2c\20float\2c\20float\2c\20float\2c\20float\29 -10389:portable::load_10x6_dst\28portable::Params*\2c\20SkRasterPipelineStage*\2c\20float\2c\20float\2c\20float\2c\20float\29 -10390:portable::load_10x6\28portable::Params*\2c\20SkRasterPipelineStage*\2c\20float\2c\20float\2c\20float\2c\20float\29 -10391:portable::load_1010102_xr_dst\28portable::Params*\2c\20SkRasterPipelineStage*\2c\20float\2c\20float\2c\20float\2c\20float\29 -10392:portable::load_1010102_xr\28portable::Params*\2c\20SkRasterPipelineStage*\2c\20float\2c\20float\2c\20float\2c\20float\29 -10393:portable::load_1010102_dst\28portable::Params*\2c\20SkRasterPipelineStage*\2c\20float\2c\20float\2c\20float\2c\20float\29 -10394:portable::load_1010102\28portable::Params*\2c\20SkRasterPipelineStage*\2c\20float\2c\20float\2c\20float\2c\20float\29 -10395:portable::load_10101010_xr_dst\28portable::Params*\2c\20SkRasterPipelineStage*\2c\20float\2c\20float\2c\20float\2c\20float\29 -10396:portable::load_10101010_xr\28portable::Params*\2c\20SkRasterPipelineStage*\2c\20float\2c\20float\2c\20float\2c\20float\29 -10397:portable::lighten\28portable::Params*\2c\20SkRasterPipelineStage*\2c\20float\2c\20float\2c\20float\2c\20float\29 -10398:portable::lerp_u8\28portable::Params*\2c\20SkRasterPipelineStage*\2c\20float\2c\20float\2c\20float\2c\20float\29 -10399:portable::lerp_native\28portable::Params*\2c\20SkRasterPipelineStage*\2c\20float\2c\20float\2c\20float\2c\20float\29 -10400:portable::lerp_565\28portable::Params*\2c\20SkRasterPipelineStage*\2c\20float\2c\20float\2c\20float\2c\20float\29 -10401:portable::lerp_1_float\28portable::Params*\2c\20SkRasterPipelineStage*\2c\20float\2c\20float\2c\20float\2c\20float\29 -10402:portable::just_return\28portable::Params*\2c\20SkRasterPipelineStage*\2c\20float\2c\20float\2c\20float\2c\20float\29 -10403:portable::jump\28portable::Params*\2c\20SkRasterPipelineStage*\2c\20float\2c\20float\2c\20float\2c\20float\29 -10404:portable::invsqrt_float\28portable::Params*\2c\20SkRasterPipelineStage*\2c\20float\2c\20float\2c\20float\2c\20float\29 -10405:portable::invsqrt_4_floats\28portable::Params*\2c\20SkRasterPipelineStage*\2c\20float\2c\20float\2c\20float\2c\20float\29 -10406:portable::invsqrt_3_floats\28portable::Params*\2c\20SkRasterPipelineStage*\2c\20float\2c\20float\2c\20float\2c\20float\29 -10407:portable::invsqrt_2_floats\28portable::Params*\2c\20SkRasterPipelineStage*\2c\20float\2c\20float\2c\20float\2c\20float\29 -10408:portable::inverse_mat4\28portable::Params*\2c\20SkRasterPipelineStage*\2c\20float\2c\20float\2c\20float\2c\20float\29 -10409:portable::inverse_mat3\28portable::Params*\2c\20SkRasterPipelineStage*\2c\20float\2c\20float\2c\20float\2c\20float\29 -10410:portable::inverse_mat2\28portable::Params*\2c\20SkRasterPipelineStage*\2c\20float\2c\20float\2c\20float\2c\20float\29 -10411:portable::init_lane_masks\28portable::Params*\2c\20SkRasterPipelineStage*\2c\20float\2c\20float\2c\20float\2c\20float\29 -10412:portable::hue\28portable::Params*\2c\20SkRasterPipelineStage*\2c\20float\2c\20float\2c\20float\2c\20float\29 -10413:portable::hsl_to_rgb\28portable::Params*\2c\20SkRasterPipelineStage*\2c\20float\2c\20float\2c\20float\2c\20float\29 -10414:portable::hardlight\28portable::Params*\2c\20SkRasterPipelineStage*\2c\20float\2c\20float\2c\20float\2c\20float\29 -10415:portable::gradient\28portable::Params*\2c\20SkRasterPipelineStage*\2c\20float\2c\20float\2c\20float\2c\20float\29 -10416:portable::gauss_a_to_rgba\28portable::Params*\2c\20SkRasterPipelineStage*\2c\20float\2c\20float\2c\20float\2c\20float\29 -10417:portable::gather_rgf16\28portable::Params*\2c\20SkRasterPipelineStage*\2c\20float\2c\20float\2c\20float\2c\20float\29 -10418:portable::gather_rg88\28portable::Params*\2c\20SkRasterPipelineStage*\2c\20float\2c\20float\2c\20float\2c\20float\29 -10419:portable::gather_rg1616\28portable::Params*\2c\20SkRasterPipelineStage*\2c\20float\2c\20float\2c\20float\2c\20float\29 -10420:portable::gather_f32\28portable::Params*\2c\20SkRasterPipelineStage*\2c\20float\2c\20float\2c\20float\2c\20float\29 -10421:portable::gather_f16\28portable::Params*\2c\20SkRasterPipelineStage*\2c\20float\2c\20float\2c\20float\2c\20float\29 -10422:portable::gather_af16\28portable::Params*\2c\20SkRasterPipelineStage*\2c\20float\2c\20float\2c\20float\2c\20float\29 -10423:portable::gather_a8\28portable::Params*\2c\20SkRasterPipelineStage*\2c\20float\2c\20float\2c\20float\2c\20float\29 -10424:portable::gather_a16\28portable::Params*\2c\20SkRasterPipelineStage*\2c\20float\2c\20float\2c\20float\2c\20float\29 -10425:portable::gather_8888\28portable::Params*\2c\20SkRasterPipelineStage*\2c\20float\2c\20float\2c\20float\2c\20float\29 -10426:portable::gather_565\28portable::Params*\2c\20SkRasterPipelineStage*\2c\20float\2c\20float\2c\20float\2c\20float\29 -10427:portable::gather_4444\28portable::Params*\2c\20SkRasterPipelineStage*\2c\20float\2c\20float\2c\20float\2c\20float\29 -10428:portable::gather_16161616\28portable::Params*\2c\20SkRasterPipelineStage*\2c\20float\2c\20float\2c\20float\2c\20float\29 -10429:portable::gather_10x6\28portable::Params*\2c\20SkRasterPipelineStage*\2c\20float\2c\20float\2c\20float\2c\20float\29 -10430:portable::gather_1010102_xr\28portable::Params*\2c\20SkRasterPipelineStage*\2c\20float\2c\20float\2c\20float\2c\20float\29 -10431:portable::gather_1010102\28portable::Params*\2c\20SkRasterPipelineStage*\2c\20float\2c\20float\2c\20float\2c\20float\29 -10432:portable::gather_10101010_xr\28portable::Params*\2c\20SkRasterPipelineStage*\2c\20float\2c\20float\2c\20float\2c\20float\29 -10433:portable::gamma_\28portable::Params*\2c\20SkRasterPipelineStage*\2c\20float\2c\20float\2c\20float\2c\20float\29 -10434:portable::force_opaque_dst\28portable::Params*\2c\20SkRasterPipelineStage*\2c\20float\2c\20float\2c\20float\2c\20float\29 -10435:portable::force_opaque\28portable::Params*\2c\20SkRasterPipelineStage*\2c\20float\2c\20float\2c\20float\2c\20float\29 -10436:portable::floor_float\28portable::Params*\2c\20SkRasterPipelineStage*\2c\20float\2c\20float\2c\20float\2c\20float\29 -10437:portable::floor_4_floats\28portable::Params*\2c\20SkRasterPipelineStage*\2c\20float\2c\20float\2c\20float\2c\20float\29 -10438:portable::floor_3_floats\28portable::Params*\2c\20SkRasterPipelineStage*\2c\20float\2c\20float\2c\20float\2c\20float\29 -10439:portable::floor_2_floats\28portable::Params*\2c\20SkRasterPipelineStage*\2c\20float\2c\20float\2c\20float\2c\20float\29 -10440:portable::exp_float\28portable::Params*\2c\20SkRasterPipelineStage*\2c\20float\2c\20float\2c\20float\2c\20float\29 -10441:portable::exp2_float\28portable::Params*\2c\20SkRasterPipelineStage*\2c\20float\2c\20float\2c\20float\2c\20float\29 -10442:portable::exclusion\28portable::Params*\2c\20SkRasterPipelineStage*\2c\20float\2c\20float\2c\20float\2c\20float\29 -10443:portable::exchange_src\28portable::Params*\2c\20SkRasterPipelineStage*\2c\20float\2c\20float\2c\20float\2c\20float\29 -10444:portable::evenly_spaced_gradient\28portable::Params*\2c\20SkRasterPipelineStage*\2c\20float\2c\20float\2c\20float\2c\20float\29 -10445:portable::evenly_spaced_2_stop_gradient\28portable::Params*\2c\20SkRasterPipelineStage*\2c\20float\2c\20float\2c\20float\2c\20float\29 -10446:portable::emboss\28portable::Params*\2c\20SkRasterPipelineStage*\2c\20float\2c\20float\2c\20float\2c\20float\29 -10447:portable::dstover\28portable::Params*\2c\20SkRasterPipelineStage*\2c\20float\2c\20float\2c\20float\2c\20float\29 -10448:portable::dstout\28portable::Params*\2c\20SkRasterPipelineStage*\2c\20float\2c\20float\2c\20float\2c\20float\29 -10449:portable::dstin\28portable::Params*\2c\20SkRasterPipelineStage*\2c\20float\2c\20float\2c\20float\2c\20float\29 -10450:portable::dstatop\28portable::Params*\2c\20SkRasterPipelineStage*\2c\20float\2c\20float\2c\20float\2c\20float\29 -10451:portable::dot_4_floats\28portable::Params*\2c\20SkRasterPipelineStage*\2c\20float\2c\20float\2c\20float\2c\20float\29 -10452:portable::dot_3_floats\28portable::Params*\2c\20SkRasterPipelineStage*\2c\20float\2c\20float\2c\20float\2c\20float\29 -10453:portable::dot_2_floats\28portable::Params*\2c\20SkRasterPipelineStage*\2c\20float\2c\20float\2c\20float\2c\20float\29 -10454:portable::div_uint\28portable::Params*\2c\20SkRasterPipelineStage*\2c\20float\2c\20float\2c\20float\2c\20float\29 -10455:portable::div_n_uints\28portable::Params*\2c\20SkRasterPipelineStage*\2c\20float\2c\20float\2c\20float\2c\20float\29 -10456:portable::div_n_ints\28portable::Params*\2c\20SkRasterPipelineStage*\2c\20float\2c\20float\2c\20float\2c\20float\29 -10457:portable::div_n_floats\28portable::Params*\2c\20SkRasterPipelineStage*\2c\20float\2c\20float\2c\20float\2c\20float\29 -10458:portable::div_int\28portable::Params*\2c\20SkRasterPipelineStage*\2c\20float\2c\20float\2c\20float\2c\20float\29 -10459:portable::div_float\28portable::Params*\2c\20SkRasterPipelineStage*\2c\20float\2c\20float\2c\20float\2c\20float\29 -10460:portable::div_4_uints\28portable::Params*\2c\20SkRasterPipelineStage*\2c\20float\2c\20float\2c\20float\2c\20float\29 -10461:portable::div_4_ints\28portable::Params*\2c\20SkRasterPipelineStage*\2c\20float\2c\20float\2c\20float\2c\20float\29 -10462:portable::div_4_floats\28portable::Params*\2c\20SkRasterPipelineStage*\2c\20float\2c\20float\2c\20float\2c\20float\29 -10463:portable::div_3_uints\28portable::Params*\2c\20SkRasterPipelineStage*\2c\20float\2c\20float\2c\20float\2c\20float\29 -10464:portable::div_3_ints\28portable::Params*\2c\20SkRasterPipelineStage*\2c\20float\2c\20float\2c\20float\2c\20float\29 -10465:portable::div_3_floats\28portable::Params*\2c\20SkRasterPipelineStage*\2c\20float\2c\20float\2c\20float\2c\20float\29 -10466:portable::div_2_uints\28portable::Params*\2c\20SkRasterPipelineStage*\2c\20float\2c\20float\2c\20float\2c\20float\29 -10467:portable::div_2_ints\28portable::Params*\2c\20SkRasterPipelineStage*\2c\20float\2c\20float\2c\20float\2c\20float\29 -10468:portable::div_2_floats\28portable::Params*\2c\20SkRasterPipelineStage*\2c\20float\2c\20float\2c\20float\2c\20float\29 -10469:portable::dither\28portable::Params*\2c\20SkRasterPipelineStage*\2c\20float\2c\20float\2c\20float\2c\20float\29 -10470:portable::difference\28portable::Params*\2c\20SkRasterPipelineStage*\2c\20float\2c\20float\2c\20float\2c\20float\29 -10471:portable::decal_y\28portable::Params*\2c\20SkRasterPipelineStage*\2c\20float\2c\20float\2c\20float\2c\20float\29 -10472:portable::decal_x_and_y\28portable::Params*\2c\20SkRasterPipelineStage*\2c\20float\2c\20float\2c\20float\2c\20float\29 -10473:portable::decal_x\28portable::Params*\2c\20SkRasterPipelineStage*\2c\20float\2c\20float\2c\20float\2c\20float\29 -10474:portable::debug_r_255\28portable::Params*\2c\20SkRasterPipelineStage*\2c\20float\2c\20float\2c\20float\2c\20float\29 -10475:portable::debug_g_255\28portable::Params*\2c\20SkRasterPipelineStage*\2c\20float\2c\20float\2c\20float\2c\20float\29 -10476:portable::debug_b_255\28portable::Params*\2c\20SkRasterPipelineStage*\2c\20float\2c\20float\2c\20float\2c\20float\29 -10477:portable::debug_b\28portable::Params*\2c\20SkRasterPipelineStage*\2c\20float\2c\20float\2c\20float\2c\20float\29 -10478:portable::debug_a_255\28portable::Params*\2c\20SkRasterPipelineStage*\2c\20float\2c\20float\2c\20float\2c\20float\29 -10479:portable::debug_a\28portable::Params*\2c\20SkRasterPipelineStage*\2c\20float\2c\20float\2c\20float\2c\20float\29 -10480:portable::darken\28portable::Params*\2c\20SkRasterPipelineStage*\2c\20float\2c\20float\2c\20float\2c\20float\29 -10481:portable::css_oklab_to_linear_srgb\28portable::Params*\2c\20SkRasterPipelineStage*\2c\20float\2c\20float\2c\20float\2c\20float\29 -10482:portable::css_oklab_gamut_map_to_linear_srgb\28portable::Params*\2c\20SkRasterPipelineStage*\2c\20float\2c\20float\2c\20float\2c\20float\29 -10483:portable::css_lab_to_xyz\28portable::Params*\2c\20SkRasterPipelineStage*\2c\20float\2c\20float\2c\20float\2c\20float\29 -10484:portable::css_hwb_to_srgb\28portable::Params*\2c\20SkRasterPipelineStage*\2c\20float\2c\20float\2c\20float\2c\20float\29 -10485:portable::css_hsl_to_srgb\28portable::Params*\2c\20SkRasterPipelineStage*\2c\20float\2c\20float\2c\20float\2c\20float\29 -10486:portable::css_hcl_to_lab\28portable::Params*\2c\20SkRasterPipelineStage*\2c\20float\2c\20float\2c\20float\2c\20float\29 -10487:portable::cos_float\28portable::Params*\2c\20SkRasterPipelineStage*\2c\20float\2c\20float\2c\20float\2c\20float\29 -10488:portable::copy_uniform\28portable::Params*\2c\20SkRasterPipelineStage*\2c\20float\2c\20float\2c\20float\2c\20float\29 -10489:portable::copy_to_indirect_masked\28portable::Params*\2c\20SkRasterPipelineStage*\2c\20float\2c\20float\2c\20float\2c\20float\29 -10490:portable::copy_slot_unmasked\28portable::Params*\2c\20SkRasterPipelineStage*\2c\20float\2c\20float\2c\20float\2c\20float\29 -10491:portable::copy_slot_masked\28portable::Params*\2c\20SkRasterPipelineStage*\2c\20float\2c\20float\2c\20float\2c\20float\29 -10492:portable::copy_immutable_unmasked\28portable::Params*\2c\20SkRasterPipelineStage*\2c\20float\2c\20float\2c\20float\2c\20float\29 -10493:portable::copy_constant\28portable::Params*\2c\20SkRasterPipelineStage*\2c\20float\2c\20float\2c\20float\2c\20float\29 -10494:portable::copy_4_uniforms\28portable::Params*\2c\20SkRasterPipelineStage*\2c\20float\2c\20float\2c\20float\2c\20float\29 -10495:portable::copy_4_slots_unmasked\28portable::Params*\2c\20SkRasterPipelineStage*\2c\20float\2c\20float\2c\20float\2c\20float\29 -10496:portable::copy_4_slots_masked\28portable::Params*\2c\20SkRasterPipelineStage*\2c\20float\2c\20float\2c\20float\2c\20float\29 -10497:portable::copy_4_immutables_unmasked\28portable::Params*\2c\20SkRasterPipelineStage*\2c\20float\2c\20float\2c\20float\2c\20float\29 -10498:portable::copy_3_uniforms\28portable::Params*\2c\20SkRasterPipelineStage*\2c\20float\2c\20float\2c\20float\2c\20float\29 -10499:portable::copy_3_slots_unmasked\28portable::Params*\2c\20SkRasterPipelineStage*\2c\20float\2c\20float\2c\20float\2c\20float\29 -10500:portable::copy_3_slots_masked\28portable::Params*\2c\20SkRasterPipelineStage*\2c\20float\2c\20float\2c\20float\2c\20float\29 -10501:portable::copy_3_immutables_unmasked\28portable::Params*\2c\20SkRasterPipelineStage*\2c\20float\2c\20float\2c\20float\2c\20float\29 -10502:portable::copy_2_uniforms\28portable::Params*\2c\20SkRasterPipelineStage*\2c\20float\2c\20float\2c\20float\2c\20float\29 -10503:portable::copy_2_slots_masked\28portable::Params*\2c\20SkRasterPipelineStage*\2c\20float\2c\20float\2c\20float\2c\20float\29 -10504:portable::continue_op\28portable::Params*\2c\20SkRasterPipelineStage*\2c\20float\2c\20float\2c\20float\2c\20float\29 -10505:portable::colordodge\28portable::Params*\2c\20SkRasterPipelineStage*\2c\20float\2c\20float\2c\20float\2c\20float\29 -10506:portable::colorburn\28portable::Params*\2c\20SkRasterPipelineStage*\2c\20float\2c\20float\2c\20float\2c\20float\29 -10507:portable::color\28portable::Params*\2c\20SkRasterPipelineStage*\2c\20float\2c\20float\2c\20float\2c\20float\29 -10508:portable::cmpne_n_ints\28portable::Params*\2c\20SkRasterPipelineStage*\2c\20float\2c\20float\2c\20float\2c\20float\29 -10509:portable::cmpne_n_floats\28portable::Params*\2c\20SkRasterPipelineStage*\2c\20float\2c\20float\2c\20float\2c\20float\29 -10510:portable::cmpne_int\28portable::Params*\2c\20SkRasterPipelineStage*\2c\20float\2c\20float\2c\20float\2c\20float\29 -10511:portable::cmpne_imm_int\28portable::Params*\2c\20SkRasterPipelineStage*\2c\20float\2c\20float\2c\20float\2c\20float\29 -10512:portable::cmpne_imm_float\28portable::Params*\2c\20SkRasterPipelineStage*\2c\20float\2c\20float\2c\20float\2c\20float\29 -10513:portable::cmpne_float\28portable::Params*\2c\20SkRasterPipelineStage*\2c\20float\2c\20float\2c\20float\2c\20float\29 -10514:portable::cmpne_4_ints\28portable::Params*\2c\20SkRasterPipelineStage*\2c\20float\2c\20float\2c\20float\2c\20float\29 -10515:portable::cmpne_4_floats\28portable::Params*\2c\20SkRasterPipelineStage*\2c\20float\2c\20float\2c\20float\2c\20float\29 -10516:portable::cmpne_3_ints\28portable::Params*\2c\20SkRasterPipelineStage*\2c\20float\2c\20float\2c\20float\2c\20float\29 -10517:portable::cmpne_3_floats\28portable::Params*\2c\20SkRasterPipelineStage*\2c\20float\2c\20float\2c\20float\2c\20float\29 -10518:portable::cmpne_2_ints\28portable::Params*\2c\20SkRasterPipelineStage*\2c\20float\2c\20float\2c\20float\2c\20float\29 -10519:portable::cmpne_2_floats\28portable::Params*\2c\20SkRasterPipelineStage*\2c\20float\2c\20float\2c\20float\2c\20float\29 -10520:portable::cmplt_uint\28portable::Params*\2c\20SkRasterPipelineStage*\2c\20float\2c\20float\2c\20float\2c\20float\29 -10521:portable::cmplt_n_uints\28portable::Params*\2c\20SkRasterPipelineStage*\2c\20float\2c\20float\2c\20float\2c\20float\29 -10522:portable::cmplt_n_ints\28portable::Params*\2c\20SkRasterPipelineStage*\2c\20float\2c\20float\2c\20float\2c\20float\29 -10523:portable::cmplt_n_floats\28portable::Params*\2c\20SkRasterPipelineStage*\2c\20float\2c\20float\2c\20float\2c\20float\29 -10524:portable::cmplt_int\28portable::Params*\2c\20SkRasterPipelineStage*\2c\20float\2c\20float\2c\20float\2c\20float\29 -10525:portable::cmplt_imm_uint\28portable::Params*\2c\20SkRasterPipelineStage*\2c\20float\2c\20float\2c\20float\2c\20float\29 -10526:portable::cmplt_imm_int\28portable::Params*\2c\20SkRasterPipelineStage*\2c\20float\2c\20float\2c\20float\2c\20float\29 -10527:portable::cmplt_imm_float\28portable::Params*\2c\20SkRasterPipelineStage*\2c\20float\2c\20float\2c\20float\2c\20float\29 -10528:portable::cmplt_float\28portable::Params*\2c\20SkRasterPipelineStage*\2c\20float\2c\20float\2c\20float\2c\20float\29 -10529:portable::cmplt_4_uints\28portable::Params*\2c\20SkRasterPipelineStage*\2c\20float\2c\20float\2c\20float\2c\20float\29 -10530:portable::cmplt_4_ints\28portable::Params*\2c\20SkRasterPipelineStage*\2c\20float\2c\20float\2c\20float\2c\20float\29 -10531:portable::cmplt_4_floats\28portable::Params*\2c\20SkRasterPipelineStage*\2c\20float\2c\20float\2c\20float\2c\20float\29 -10532:portable::cmplt_3_uints\28portable::Params*\2c\20SkRasterPipelineStage*\2c\20float\2c\20float\2c\20float\2c\20float\29 -10533:portable::cmplt_3_ints\28portable::Params*\2c\20SkRasterPipelineStage*\2c\20float\2c\20float\2c\20float\2c\20float\29 -10534:portable::cmplt_3_floats\28portable::Params*\2c\20SkRasterPipelineStage*\2c\20float\2c\20float\2c\20float\2c\20float\29 -10535:portable::cmplt_2_uints\28portable::Params*\2c\20SkRasterPipelineStage*\2c\20float\2c\20float\2c\20float\2c\20float\29 -10536:portable::cmplt_2_ints\28portable::Params*\2c\20SkRasterPipelineStage*\2c\20float\2c\20float\2c\20float\2c\20float\29 -10537:portable::cmplt_2_floats\28portable::Params*\2c\20SkRasterPipelineStage*\2c\20float\2c\20float\2c\20float\2c\20float\29 -10538:portable::cmple_uint\28portable::Params*\2c\20SkRasterPipelineStage*\2c\20float\2c\20float\2c\20float\2c\20float\29 -10539:portable::cmple_n_uints\28portable::Params*\2c\20SkRasterPipelineStage*\2c\20float\2c\20float\2c\20float\2c\20float\29 -10540:portable::cmple_n_ints\28portable::Params*\2c\20SkRasterPipelineStage*\2c\20float\2c\20float\2c\20float\2c\20float\29 -10541:portable::cmple_n_floats\28portable::Params*\2c\20SkRasterPipelineStage*\2c\20float\2c\20float\2c\20float\2c\20float\29 -10542:portable::cmple_int\28portable::Params*\2c\20SkRasterPipelineStage*\2c\20float\2c\20float\2c\20float\2c\20float\29 -10543:portable::cmple_imm_uint\28portable::Params*\2c\20SkRasterPipelineStage*\2c\20float\2c\20float\2c\20float\2c\20float\29 -10544:portable::cmple_imm_int\28portable::Params*\2c\20SkRasterPipelineStage*\2c\20float\2c\20float\2c\20float\2c\20float\29 -10545:portable::cmple_imm_float\28portable::Params*\2c\20SkRasterPipelineStage*\2c\20float\2c\20float\2c\20float\2c\20float\29 -10546:portable::cmple_float\28portable::Params*\2c\20SkRasterPipelineStage*\2c\20float\2c\20float\2c\20float\2c\20float\29 -10547:portable::cmple_4_uints\28portable::Params*\2c\20SkRasterPipelineStage*\2c\20float\2c\20float\2c\20float\2c\20float\29 -10548:portable::cmple_4_ints\28portable::Params*\2c\20SkRasterPipelineStage*\2c\20float\2c\20float\2c\20float\2c\20float\29 -10549:portable::cmple_4_floats\28portable::Params*\2c\20SkRasterPipelineStage*\2c\20float\2c\20float\2c\20float\2c\20float\29 -10550:portable::cmple_3_uints\28portable::Params*\2c\20SkRasterPipelineStage*\2c\20float\2c\20float\2c\20float\2c\20float\29 -10551:portable::cmple_3_ints\28portable::Params*\2c\20SkRasterPipelineStage*\2c\20float\2c\20float\2c\20float\2c\20float\29 -10552:portable::cmple_3_floats\28portable::Params*\2c\20SkRasterPipelineStage*\2c\20float\2c\20float\2c\20float\2c\20float\29 -10553:portable::cmple_2_uints\28portable::Params*\2c\20SkRasterPipelineStage*\2c\20float\2c\20float\2c\20float\2c\20float\29 -10554:portable::cmple_2_ints\28portable::Params*\2c\20SkRasterPipelineStage*\2c\20float\2c\20float\2c\20float\2c\20float\29 -10555:portable::cmple_2_floats\28portable::Params*\2c\20SkRasterPipelineStage*\2c\20float\2c\20float\2c\20float\2c\20float\29 -10556:portable::cmpeq_n_ints\28portable::Params*\2c\20SkRasterPipelineStage*\2c\20float\2c\20float\2c\20float\2c\20float\29 -10557:portable::cmpeq_n_floats\28portable::Params*\2c\20SkRasterPipelineStage*\2c\20float\2c\20float\2c\20float\2c\20float\29 -10558:portable::cmpeq_int\28portable::Params*\2c\20SkRasterPipelineStage*\2c\20float\2c\20float\2c\20float\2c\20float\29 -10559:portable::cmpeq_imm_int\28portable::Params*\2c\20SkRasterPipelineStage*\2c\20float\2c\20float\2c\20float\2c\20float\29 -10560:portable::cmpeq_imm_float\28portable::Params*\2c\20SkRasterPipelineStage*\2c\20float\2c\20float\2c\20float\2c\20float\29 -10561:portable::cmpeq_float\28portable::Params*\2c\20SkRasterPipelineStage*\2c\20float\2c\20float\2c\20float\2c\20float\29 -10562:portable::cmpeq_4_ints\28portable::Params*\2c\20SkRasterPipelineStage*\2c\20float\2c\20float\2c\20float\2c\20float\29 -10563:portable::cmpeq_4_floats\28portable::Params*\2c\20SkRasterPipelineStage*\2c\20float\2c\20float\2c\20float\2c\20float\29 -10564:portable::cmpeq_3_ints\28portable::Params*\2c\20SkRasterPipelineStage*\2c\20float\2c\20float\2c\20float\2c\20float\29 -10565:portable::cmpeq_3_floats\28portable::Params*\2c\20SkRasterPipelineStage*\2c\20float\2c\20float\2c\20float\2c\20float\29 -10566:portable::cmpeq_2_ints\28portable::Params*\2c\20SkRasterPipelineStage*\2c\20float\2c\20float\2c\20float\2c\20float\29 -10567:portable::cmpeq_2_floats\28portable::Params*\2c\20SkRasterPipelineStage*\2c\20float\2c\20float\2c\20float\2c\20float\29 -10568:portable::clear\28portable::Params*\2c\20SkRasterPipelineStage*\2c\20float\2c\20float\2c\20float\2c\20float\29 -10569:portable::clamp_x_and_y\28portable::Params*\2c\20SkRasterPipelineStage*\2c\20float\2c\20float\2c\20float\2c\20float\29 -10570:portable::clamp_x_1\28portable::Params*\2c\20SkRasterPipelineStage*\2c\20float\2c\20float\2c\20float\2c\20float\29 -10571:portable::clamp_gamut\28portable::Params*\2c\20SkRasterPipelineStage*\2c\20float\2c\20float\2c\20float\2c\20float\29 -10572:portable::clamp_a_01\28portable::Params*\2c\20SkRasterPipelineStage*\2c\20float\2c\20float\2c\20float\2c\20float\29 -10573:portable::clamp_01\28portable::Params*\2c\20SkRasterPipelineStage*\2c\20float\2c\20float\2c\20float\2c\20float\29 -10574:portable::ceil_float\28portable::Params*\2c\20SkRasterPipelineStage*\2c\20float\2c\20float\2c\20float\2c\20float\29 -10575:portable::ceil_4_floats\28portable::Params*\2c\20SkRasterPipelineStage*\2c\20float\2c\20float\2c\20float\2c\20float\29 -10576:portable::ceil_3_floats\28portable::Params*\2c\20SkRasterPipelineStage*\2c\20float\2c\20float\2c\20float\2c\20float\29 -10577:portable::ceil_2_floats\28portable::Params*\2c\20SkRasterPipelineStage*\2c\20float\2c\20float\2c\20float\2c\20float\29 -10578:portable::cast_to_uint_from_float\28portable::Params*\2c\20SkRasterPipelineStage*\2c\20float\2c\20float\2c\20float\2c\20float\29 -10579:portable::cast_to_uint_from_4_floats\28portable::Params*\2c\20SkRasterPipelineStage*\2c\20float\2c\20float\2c\20float\2c\20float\29 -10580:portable::cast_to_uint_from_3_floats\28portable::Params*\2c\20SkRasterPipelineStage*\2c\20float\2c\20float\2c\20float\2c\20float\29 -10581:portable::cast_to_uint_from_2_floats\28portable::Params*\2c\20SkRasterPipelineStage*\2c\20float\2c\20float\2c\20float\2c\20float\29 -10582:portable::cast_to_int_from_float\28portable::Params*\2c\20SkRasterPipelineStage*\2c\20float\2c\20float\2c\20float\2c\20float\29 -10583:portable::cast_to_int_from_4_floats\28portable::Params*\2c\20SkRasterPipelineStage*\2c\20float\2c\20float\2c\20float\2c\20float\29 -10584:portable::cast_to_int_from_3_floats\28portable::Params*\2c\20SkRasterPipelineStage*\2c\20float\2c\20float\2c\20float\2c\20float\29 -10585:portable::cast_to_int_from_2_floats\28portable::Params*\2c\20SkRasterPipelineStage*\2c\20float\2c\20float\2c\20float\2c\20float\29 -10586:portable::cast_to_float_from_uint\28portable::Params*\2c\20SkRasterPipelineStage*\2c\20float\2c\20float\2c\20float\2c\20float\29 -10587:portable::cast_to_float_from_int\28portable::Params*\2c\20SkRasterPipelineStage*\2c\20float\2c\20float\2c\20float\2c\20float\29 -10588:portable::cast_to_float_from_4_uints\28portable::Params*\2c\20SkRasterPipelineStage*\2c\20float\2c\20float\2c\20float\2c\20float\29 -10589:portable::cast_to_float_from_4_ints\28portable::Params*\2c\20SkRasterPipelineStage*\2c\20float\2c\20float\2c\20float\2c\20float\29 -10590:portable::cast_to_float_from_3_uints\28portable::Params*\2c\20SkRasterPipelineStage*\2c\20float\2c\20float\2c\20float\2c\20float\29 -10591:portable::cast_to_float_from_3_ints\28portable::Params*\2c\20SkRasterPipelineStage*\2c\20float\2c\20float\2c\20float\2c\20float\29 -10592:portable::cast_to_float_from_2_uints\28portable::Params*\2c\20SkRasterPipelineStage*\2c\20float\2c\20float\2c\20float\2c\20float\29 -10593:portable::cast_to_float_from_2_ints\28portable::Params*\2c\20SkRasterPipelineStage*\2c\20float\2c\20float\2c\20float\2c\20float\29 -10594:portable::case_op\28portable::Params*\2c\20SkRasterPipelineStage*\2c\20float\2c\20float\2c\20float\2c\20float\29 -10595:portable::callback\28portable::Params*\2c\20SkRasterPipelineStage*\2c\20float\2c\20float\2c\20float\2c\20float\29 -10596:portable::byte_tables\28portable::Params*\2c\20SkRasterPipelineStage*\2c\20float\2c\20float\2c\20float\2c\20float\29 -10597:portable::bt709_luminance_or_luma_to_rgb\28portable::Params*\2c\20SkRasterPipelineStage*\2c\20float\2c\20float\2c\20float\2c\20float\29 -10598:portable::bt709_luminance_or_luma_to_alpha\28portable::Params*\2c\20SkRasterPipelineStage*\2c\20float\2c\20float\2c\20float\2c\20float\29 -10599:portable::branch_if_no_lanes_active\28portable::Params*\2c\20SkRasterPipelineStage*\2c\20float\2c\20float\2c\20float\2c\20float\29 -10600:portable::branch_if_no_active_lanes_eq\28portable::Params*\2c\20SkRasterPipelineStage*\2c\20float\2c\20float\2c\20float\2c\20float\29 -10601:portable::branch_if_any_lanes_active\28portable::Params*\2c\20SkRasterPipelineStage*\2c\20float\2c\20float\2c\20float\2c\20float\29 -10602:portable::branch_if_all_lanes_active\28portable::Params*\2c\20SkRasterPipelineStage*\2c\20float\2c\20float\2c\20float\2c\20float\29 -10603:portable::blit_row_s32a_opaque\28unsigned\20int*\2c\20unsigned\20int\20const*\2c\20int\2c\20unsigned\20int\29 -10604:portable::black_color\28portable::Params*\2c\20SkRasterPipelineStage*\2c\20float\2c\20float\2c\20float\2c\20float\29 -10605:portable::bitwise_xor_n_ints\28portable::Params*\2c\20SkRasterPipelineStage*\2c\20float\2c\20float\2c\20float\2c\20float\29 -10606:portable::bitwise_xor_int\28portable::Params*\2c\20SkRasterPipelineStage*\2c\20float\2c\20float\2c\20float\2c\20float\29 -10607:portable::bitwise_xor_imm_int\28portable::Params*\2c\20SkRasterPipelineStage*\2c\20float\2c\20float\2c\20float\2c\20float\29 -10608:portable::bitwise_xor_4_ints\28portable::Params*\2c\20SkRasterPipelineStage*\2c\20float\2c\20float\2c\20float\2c\20float\29 -10609:portable::bitwise_xor_3_ints\28portable::Params*\2c\20SkRasterPipelineStage*\2c\20float\2c\20float\2c\20float\2c\20float\29 -10610:portable::bitwise_xor_2_ints\28portable::Params*\2c\20SkRasterPipelineStage*\2c\20float\2c\20float\2c\20float\2c\20float\29 -10611:portable::bitwise_or_n_ints\28portable::Params*\2c\20SkRasterPipelineStage*\2c\20float\2c\20float\2c\20float\2c\20float\29 -10612:portable::bitwise_or_int\28portable::Params*\2c\20SkRasterPipelineStage*\2c\20float\2c\20float\2c\20float\2c\20float\29 -10613:portable::bitwise_or_4_ints\28portable::Params*\2c\20SkRasterPipelineStage*\2c\20float\2c\20float\2c\20float\2c\20float\29 -10614:portable::bitwise_or_3_ints\28portable::Params*\2c\20SkRasterPipelineStage*\2c\20float\2c\20float\2c\20float\2c\20float\29 -10615:portable::bitwise_or_2_ints\28portable::Params*\2c\20SkRasterPipelineStage*\2c\20float\2c\20float\2c\20float\2c\20float\29 -10616:portable::bitwise_and_n_ints\28portable::Params*\2c\20SkRasterPipelineStage*\2c\20float\2c\20float\2c\20float\2c\20float\29 -10617:portable::bitwise_and_int\28portable::Params*\2c\20SkRasterPipelineStage*\2c\20float\2c\20float\2c\20float\2c\20float\29 -10618:portable::bitwise_and_imm_int\28portable::Params*\2c\20SkRasterPipelineStage*\2c\20float\2c\20float\2c\20float\2c\20float\29 -10619:portable::bitwise_and_imm_4_ints\28portable::Params*\2c\20SkRasterPipelineStage*\2c\20float\2c\20float\2c\20float\2c\20float\29 -10620:portable::bitwise_and_imm_3_ints\28portable::Params*\2c\20SkRasterPipelineStage*\2c\20float\2c\20float\2c\20float\2c\20float\29 -10621:portable::bitwise_and_imm_2_ints\28portable::Params*\2c\20SkRasterPipelineStage*\2c\20float\2c\20float\2c\20float\2c\20float\29 -10622:portable::bitwise_and_4_ints\28portable::Params*\2c\20SkRasterPipelineStage*\2c\20float\2c\20float\2c\20float\2c\20float\29 -10623:portable::bitwise_and_3_ints\28portable::Params*\2c\20SkRasterPipelineStage*\2c\20float\2c\20float\2c\20float\2c\20float\29 -10624:portable::bitwise_and_2_ints\28portable::Params*\2c\20SkRasterPipelineStage*\2c\20float\2c\20float\2c\20float\2c\20float\29 -10625:portable::bilinear_setup\28portable::Params*\2c\20SkRasterPipelineStage*\2c\20float\2c\20float\2c\20float\2c\20float\29 -10626:portable::bilinear_py\28portable::Params*\2c\20SkRasterPipelineStage*\2c\20float\2c\20float\2c\20float\2c\20float\29 -10627:portable::bilinear_px\28portable::Params*\2c\20SkRasterPipelineStage*\2c\20float\2c\20float\2c\20float\2c\20float\29 -10628:portable::bilinear_ny\28portable::Params*\2c\20SkRasterPipelineStage*\2c\20float\2c\20float\2c\20float\2c\20float\29 -10629:portable::bilinear_nx\28portable::Params*\2c\20SkRasterPipelineStage*\2c\20float\2c\20float\2c\20float\2c\20float\29 -10630:portable::bilerp_clamp_8888\28portable::Params*\2c\20SkRasterPipelineStage*\2c\20float\2c\20float\2c\20float\2c\20float\29 -10631:portable::bicubic_setup\28portable::Params*\2c\20SkRasterPipelineStage*\2c\20float\2c\20float\2c\20float\2c\20float\29 -10632:portable::bicubic_p3y\28portable::Params*\2c\20SkRasterPipelineStage*\2c\20float\2c\20float\2c\20float\2c\20float\29 -10633:portable::bicubic_p3x\28portable::Params*\2c\20SkRasterPipelineStage*\2c\20float\2c\20float\2c\20float\2c\20float\29 -10634:portable::bicubic_p1y\28portable::Params*\2c\20SkRasterPipelineStage*\2c\20float\2c\20float\2c\20float\2c\20float\29 -10635:portable::bicubic_p1x\28portable::Params*\2c\20SkRasterPipelineStage*\2c\20float\2c\20float\2c\20float\2c\20float\29 -10636:portable::bicubic_n3y\28portable::Params*\2c\20SkRasterPipelineStage*\2c\20float\2c\20float\2c\20float\2c\20float\29 -10637:portable::bicubic_n3x\28portable::Params*\2c\20SkRasterPipelineStage*\2c\20float\2c\20float\2c\20float\2c\20float\29 -10638:portable::bicubic_n1y\28portable::Params*\2c\20SkRasterPipelineStage*\2c\20float\2c\20float\2c\20float\2c\20float\29 -10639:portable::bicubic_n1x\28portable::Params*\2c\20SkRasterPipelineStage*\2c\20float\2c\20float\2c\20float\2c\20float\29 -10640:portable::bicubic_clamp_8888\28portable::Params*\2c\20SkRasterPipelineStage*\2c\20float\2c\20float\2c\20float\2c\20float\29 -10641:portable::atan_float\28portable::Params*\2c\20SkRasterPipelineStage*\2c\20float\2c\20float\2c\20float\2c\20float\29 -10642:portable::atan2_n_floats\28portable::Params*\2c\20SkRasterPipelineStage*\2c\20float\2c\20float\2c\20float\2c\20float\29 -10643:portable::asin_float\28portable::Params*\2c\20SkRasterPipelineStage*\2c\20float\2c\20float\2c\20float\2c\20float\29 -10644:portable::alter_2pt_conical_unswap\28portable::Params*\2c\20SkRasterPipelineStage*\2c\20float\2c\20float\2c\20float\2c\20float\29 -10645:portable::alter_2pt_conical_compensate_focal\28portable::Params*\2c\20SkRasterPipelineStage*\2c\20float\2c\20float\2c\20float\2c\20float\29 -10646:portable::alpha_to_red_dst\28portable::Params*\2c\20SkRasterPipelineStage*\2c\20float\2c\20float\2c\20float\2c\20float\29 -10647:portable::alpha_to_red\28portable::Params*\2c\20SkRasterPipelineStage*\2c\20float\2c\20float\2c\20float\2c\20float\29 -10648:portable::alpha_to_gray_dst\28portable::Params*\2c\20SkRasterPipelineStage*\2c\20float\2c\20float\2c\20float\2c\20float\29 -10649:portable::alpha_to_gray\28portable::Params*\2c\20SkRasterPipelineStage*\2c\20float\2c\20float\2c\20float\2c\20float\29 -10650:portable::add_n_ints\28portable::Params*\2c\20SkRasterPipelineStage*\2c\20float\2c\20float\2c\20float\2c\20float\29 -10651:portable::add_n_floats\28portable::Params*\2c\20SkRasterPipelineStage*\2c\20float\2c\20float\2c\20float\2c\20float\29 -10652:portable::add_int\28portable::Params*\2c\20SkRasterPipelineStage*\2c\20float\2c\20float\2c\20float\2c\20float\29 -10653:portable::add_imm_int\28portable::Params*\2c\20SkRasterPipelineStage*\2c\20float\2c\20float\2c\20float\2c\20float\29 -10654:portable::add_imm_float\28portable::Params*\2c\20SkRasterPipelineStage*\2c\20float\2c\20float\2c\20float\2c\20float\29 -10655:portable::add_float\28portable::Params*\2c\20SkRasterPipelineStage*\2c\20float\2c\20float\2c\20float\2c\20float\29 -10656:portable::add_4_ints\28portable::Params*\2c\20SkRasterPipelineStage*\2c\20float\2c\20float\2c\20float\2c\20float\29 -10657:portable::add_4_floats\28portable::Params*\2c\20SkRasterPipelineStage*\2c\20float\2c\20float\2c\20float\2c\20float\29 -10658:portable::add_3_ints\28portable::Params*\2c\20SkRasterPipelineStage*\2c\20float\2c\20float\2c\20float\2c\20float\29 -10659:portable::add_3_floats\28portable::Params*\2c\20SkRasterPipelineStage*\2c\20float\2c\20float\2c\20float\2c\20float\29 -10660:portable::add_2_ints\28portable::Params*\2c\20SkRasterPipelineStage*\2c\20float\2c\20float\2c\20float\2c\20float\29 -10661:portable::add_2_floats\28portable::Params*\2c\20SkRasterPipelineStage*\2c\20float\2c\20float\2c\20float\2c\20float\29 -10662:portable::acos_float\28portable::Params*\2c\20SkRasterPipelineStage*\2c\20float\2c\20float\2c\20float\2c\20float\29 -10663:portable::accumulate\28portable::Params*\2c\20SkRasterPipelineStage*\2c\20float\2c\20float\2c\20float\2c\20float\29 -10664:portable::abs_int\28portable::Params*\2c\20SkRasterPipelineStage*\2c\20float\2c\20float\2c\20float\2c\20float\29 -10665:portable::abs_4_ints\28portable::Params*\2c\20SkRasterPipelineStage*\2c\20float\2c\20float\2c\20float\2c\20float\29 -10666:portable::abs_3_ints\28portable::Params*\2c\20SkRasterPipelineStage*\2c\20float\2c\20float\2c\20float\2c\20float\29 -10667:portable::abs_2_ints\28portable::Params*\2c\20SkRasterPipelineStage*\2c\20float\2c\20float\2c\20float\2c\20float\29 -10668:portable::RGBA_to_rgbA\28unsigned\20int*\2c\20unsigned\20int\20const*\2c\20int\29 -10669:portable::RGBA_to_bgrA\28unsigned\20int*\2c\20unsigned\20int\20const*\2c\20int\29 -10670:portable::RGBA_to_BGRA\28unsigned\20int*\2c\20unsigned\20int\20const*\2c\20int\29 -10671:portable::PQish\28portable::Params*\2c\20SkRasterPipelineStage*\2c\20float\2c\20float\2c\20float\2c\20float\29 -10672:portable::HLGish\28portable::Params*\2c\20SkRasterPipelineStage*\2c\20float\2c\20float\2c\20float\2c\20float\29 -10673:portable::HLGinvish\28portable::Params*\2c\20SkRasterPipelineStage*\2c\20float\2c\20float\2c\20float\2c\20float\29 -10674:pop_arg_long_double -10675:pointerTOCLookupFn\28UDataMemory\20const*\2c\20char\20const*\2c\20int*\2c\20UErrorCode*\29 -10676:png_read_filter_row_up -10677:png_read_filter_row_sub -10678:png_read_filter_row_paeth_multibyte_pixel -10679:png_read_filter_row_paeth_1byte_pixel -10680:png_read_filter_row_avg -10681:picture_getCullRect -10682:picture_dispose -10683:pictureRecorder_endRecording -10684:pictureRecorder_dispose -10685:pictureRecorder_create -10686:pictureRecorder_beginRecording -10687:path_transform -10688:path_setFillType -10689:path_reset -10690:path_relativeQuadraticBezierTo -10691:path_relativeMoveTo -10692:path_relativeLineTo -10693:path_relativeCubicTo -10694:path_relativeConicTo -10695:path_relativeArcToRotated -10696:path_moveTo -10697:path_lineTo -10698:path_getSvgString -10699:path_getFillType -10700:path_getBounds -10701:path_dispose -10702:path_create -10703:path_copy -10704:path_contains -10705:path_conicTo -10706:path_combine -10707:path_close -10708:path_arcToRotated -10709:path_arcToOval -10710:path_addRect -10711:path_addRRect -10712:path_addPolygon -10713:path_addPath -10714:path_addArc -10715:paragraph_layout -10716:paragraph_getWordBoundary -10717:paragraph_getWidth -10718:paragraph_getUnresolvedCodePoints -10719:paragraph_getPositionForOffset -10720:paragraph_getMinIntrinsicWidth -10721:paragraph_getMaxIntrinsicWidth -10722:paragraph_getLongestLine -10723:paragraph_getLineNumberAt -10724:paragraph_getLineMetricsAtIndex -10725:paragraph_getIdeographicBaseline -10726:paragraph_getHeight -10727:paragraph_getGlyphInfoAt -10728:paragraph_getDidExceedMaxLines -10729:paragraph_getClosestGlyphInfoAtCoordinate -10730:paragraph_getBoxesForRange -10731:paragraph_getBoxesForPlaceholders -10732:paragraph_getAlphabeticBaseline -10733:paragraph_dispose -10734:paragraphStyle_setTextStyle -10735:paragraphStyle_setTextHeightBehavior -10736:paragraphStyle_setTextDirection -10737:paragraphStyle_setTextAlign -10738:paragraphStyle_setStrutStyle -10739:paragraphStyle_setMaxLines -10740:paragraphStyle_setHeight -10741:paragraphStyle_setEllipsis -10742:paragraphStyle_setApplyRoundingHack -10743:paragraphStyle_dispose -10744:paragraphStyle_create -10745:paragraphBuilder_setWordBreaksUtf16 -10746:paragraphBuilder_setLineBreaksUtf16 -10747:paragraphBuilder_setGraphemeBreaksUtf16 -10748:paragraphBuilder_pushStyle -10749:paragraphBuilder_pop -10750:paragraphBuilder_getUtf8Text -10751:paragraphBuilder_dispose -10752:paragraphBuilder_create -10753:paragraphBuilder_build -10754:paragraphBuilder_addText -10755:paragraphBuilder_addPlaceholder -10756:paint_setShader -10757:paint_setMaskFilter -10758:paint_setImageFilter -10759:paint_setDither -10760:paint_setColorFilter -10761:paint_dispose -10762:paint_create -10763:override_features_khmer\28hb_ot_shape_planner_t*\29 -10764:override_features_indic\28hb_ot_shape_planner_t*\29 -10765:override_features_hangul\28hb_ot_shape_planner_t*\29 -10766:offsetTOCLookupFn\28UDataMemory\20const*\2c\20char\20const*\2c\20int*\2c\20UErrorCode*\29 -10767:non-virtual\20thunk\20to\20std::__2::basic_stringstream\2c\20std::__2::allocator>::~basic_stringstream\28\29_16425 -10768:non-virtual\20thunk\20to\20std::__2::basic_stringstream\2c\20std::__2::allocator>::~basic_stringstream\28\29 -10769:non-virtual\20thunk\20to\20std::__2::basic_iostream>::~basic_iostream\28\29_16315 -10770:non-virtual\20thunk\20to\20std::__2::basic_iostream>::~basic_iostream\28\29 -10771:non-virtual\20thunk\20to\20skif::\28anonymous\20namespace\29::GaneshBackend::~GaneshBackend\28\29_10532 -10772:non-virtual\20thunk\20to\20skif::\28anonymous\20namespace\29::GaneshBackend::~GaneshBackend\28\29_10531 -10773:non-virtual\20thunk\20to\20skif::\28anonymous\20namespace\29::GaneshBackend::~GaneshBackend\28\29_10529 -10774:non-virtual\20thunk\20to\20skif::\28anonymous\20namespace\29::GaneshBackend::~GaneshBackend\28\29 -10775:non-virtual\20thunk\20to\20skif::\28anonymous\20namespace\29::GaneshBackend::makeDevice\28SkImageInfo\20const&\29\20const -10776:non-virtual\20thunk\20to\20skif::\28anonymous\20namespace\29::GaneshBackend::findAlgorithm\28SkSize\2c\20SkColorType\29\20const -10777:non-virtual\20thunk\20to\20skgpu::ganesh::SmallPathAtlasMgr::~SmallPathAtlasMgr\28\29_11437 -10778:non-virtual\20thunk\20to\20skgpu::ganesh::SmallPathAtlasMgr::~SmallPathAtlasMgr\28\29 -10779:non-virtual\20thunk\20to\20skgpu::ganesh::SmallPathAtlasMgr::evict\28skgpu::PlotLocator\29 -10780:non-virtual\20thunk\20to\20skgpu::ganesh::AtlasPathRenderer::~AtlasPathRenderer\28\29_10727 -10781:non-virtual\20thunk\20to\20skgpu::ganesh::AtlasPathRenderer::~AtlasPathRenderer\28\29 -10782:non-virtual\20thunk\20to\20skgpu::ganesh::AtlasPathRenderer::preFlush\28GrOnFlushResourceProvider*\29 -10783:non-virtual\20thunk\20to\20icu_74::UnicodeSet::~UnicodeSet\28\29_13906 -10784:non-virtual\20thunk\20to\20icu_74::UnicodeSet::~UnicodeSet\28\29 -10785:non-virtual\20thunk\20to\20icu_74::UnicodeSet::toPattern\28icu_74::UnicodeString&\2c\20signed\20char\29\20const -10786:non-virtual\20thunk\20to\20icu_74::UnicodeSet::matches\28icu_74::Replaceable\20const&\2c\20int&\2c\20int\2c\20signed\20char\29 -10787:non-virtual\20thunk\20to\20icu_74::UnicodeSet::matchesIndexValue\28unsigned\20char\29\20const -10788:non-virtual\20thunk\20to\20icu_74::UnicodeSet::addMatchSetTo\28icu_74::UnicodeSet&\29\20const -10789:non-virtual\20thunk\20to\20GrTextureRenderTargetProxy::~GrTextureRenderTargetProxy\28\29_9757 -10790:non-virtual\20thunk\20to\20GrTextureRenderTargetProxy::~GrTextureRenderTargetProxy\28\29 -10791:non-virtual\20thunk\20to\20GrTextureRenderTargetProxy::onUninstantiatedGpuMemorySize\28\29\20const -10792:non-virtual\20thunk\20to\20GrTextureRenderTargetProxy::instantiate\28GrResourceProvider*\29 -10793:non-virtual\20thunk\20to\20GrTextureRenderTargetProxy::createSurface\28GrResourceProvider*\29\20const -10794:non-virtual\20thunk\20to\20GrTextureRenderTargetProxy::callbackDesc\28\29\20const -10795:non-virtual\20thunk\20to\20GrOpFlushState::~GrOpFlushState\28\29_9400 -10796:non-virtual\20thunk\20to\20GrOpFlushState::~GrOpFlushState\28\29 -10797:non-virtual\20thunk\20to\20GrOpFlushState::writeView\28\29\20const -10798:non-virtual\20thunk\20to\20GrOpFlushState::usesMSAASurface\28\29\20const -10799:non-virtual\20thunk\20to\20GrOpFlushState::threadSafeCache\28\29\20const -10800:non-virtual\20thunk\20to\20GrOpFlushState::strikeCache\28\29\20const -10801:non-virtual\20thunk\20to\20GrOpFlushState::smallPathAtlasManager\28\29\20const -10802:non-virtual\20thunk\20to\20GrOpFlushState::sampledProxyArray\28\29 -10803:non-virtual\20thunk\20to\20GrOpFlushState::rtProxy\28\29\20const -10804:non-virtual\20thunk\20to\20GrOpFlushState::resourceProvider\28\29\20const -10805:non-virtual\20thunk\20to\20GrOpFlushState::renderPassBarriers\28\29\20const -10806:non-virtual\20thunk\20to\20GrOpFlushState::recordDraw\28GrGeometryProcessor\20const*\2c\20GrSimpleMesh\20const*\2c\20int\2c\20GrSurfaceProxy\20const*\20const*\2c\20GrPrimitiveType\29 -10807:non-virtual\20thunk\20to\20GrOpFlushState::putBackVertices\28int\2c\20unsigned\20long\29 -10808:non-virtual\20thunk\20to\20GrOpFlushState::putBackIndirectDraws\28int\29 -10809:non-virtual\20thunk\20to\20GrOpFlushState::putBackIndices\28int\29 -10810:non-virtual\20thunk\20to\20GrOpFlushState::putBackIndexedIndirectDraws\28int\29 -10811:non-virtual\20thunk\20to\20GrOpFlushState::makeVertexSpace\28unsigned\20long\2c\20int\2c\20sk_sp*\2c\20int*\29 -10812:non-virtual\20thunk\20to\20GrOpFlushState::makeVertexSpaceAtLeast\28unsigned\20long\2c\20int\2c\20int\2c\20sk_sp*\2c\20int*\2c\20int*\29 -10813:non-virtual\20thunk\20to\20GrOpFlushState::makeIndexSpace\28int\2c\20sk_sp*\2c\20int*\29 -10814:non-virtual\20thunk\20to\20GrOpFlushState::makeIndexSpaceAtLeast\28int\2c\20int\2c\20sk_sp*\2c\20int*\2c\20int*\29 -10815:non-virtual\20thunk\20to\20GrOpFlushState::makeDrawIndirectSpace\28int\2c\20sk_sp*\2c\20unsigned\20long*\29 -10816:non-virtual\20thunk\20to\20GrOpFlushState::makeDrawIndexedIndirectSpace\28int\2c\20sk_sp*\2c\20unsigned\20long*\29 -10817:non-virtual\20thunk\20to\20GrOpFlushState::dstProxyView\28\29\20const -10818:non-virtual\20thunk\20to\20GrOpFlushState::detachAppliedClip\28\29 -10819:non-virtual\20thunk\20to\20GrOpFlushState::colorLoadOp\28\29\20const -10820:non-virtual\20thunk\20to\20GrOpFlushState::caps\28\29\20const -10821:non-virtual\20thunk\20to\20GrOpFlushState::atlasManager\28\29\20const -10822:non-virtual\20thunk\20to\20GrOpFlushState::appliedClip\28\29\20const -10823:non-virtual\20thunk\20to\20GrGpuBuffer::unref\28\29\20const -10824:non-virtual\20thunk\20to\20GrGpuBuffer::ref\28\29\20const -10825:non-virtual\20thunk\20to\20GrGLTextureRenderTarget::~GrGLTextureRenderTarget\28\29_12208 -10826:non-virtual\20thunk\20to\20GrGLTextureRenderTarget::~GrGLTextureRenderTarget\28\29 -10827:non-virtual\20thunk\20to\20GrGLTextureRenderTarget::onSetLabel\28\29 -10828:non-virtual\20thunk\20to\20GrGLTextureRenderTarget::onRelease\28\29 -10829:non-virtual\20thunk\20to\20GrGLTextureRenderTarget::onGpuMemorySize\28\29\20const -10830:non-virtual\20thunk\20to\20GrGLTextureRenderTarget::onAbandon\28\29 -10831:non-virtual\20thunk\20to\20GrGLTextureRenderTarget::dumpMemoryStatistics\28SkTraceMemoryDump*\29\20const -10832:non-virtual\20thunk\20to\20GrGLTextureRenderTarget::backendFormat\28\29\20const -10833:non-virtual\20thunk\20to\20GrGLSLFragmentShaderBuilder::~GrGLSLFragmentShaderBuilder\28\29_10457 -10834:non-virtual\20thunk\20to\20GrGLSLFragmentShaderBuilder::~GrGLSLFragmentShaderBuilder\28\29 -10835:non-virtual\20thunk\20to\20GrGLSLFragmentShaderBuilder::hasSecondaryOutput\28\29\20const -10836:non-virtual\20thunk\20to\20GrGLSLFragmentShaderBuilder::enableAdvancedBlendEquationIfNeeded\28skgpu::BlendEquation\29 -10837:non-virtual\20thunk\20to\20GrGLSLFragmentShaderBuilder::dstColor\28\29 -10838:non-virtual\20thunk\20to\20GrGLBuffer::~GrGLBuffer\28\29_11837 -10839:non-virtual\20thunk\20to\20GrGLBuffer::~GrGLBuffer\28\29 -10840:maskFilter_dispose -10841:maskFilter_createBlur -10842:locale_utility_init\28UErrorCode&\29 -10843:locale_cleanup\28\29 -10844:line_intercept_v\28SkPoint\20const*\2c\20float\2c\20float\2c\20double*\29 -10845:line_intercept_h\28SkPoint\20const*\2c\20float\2c\20float\2c\20double*\29 -10846:lineMetrics_getWidth -10847:lineMetrics_getUnscaledAscent -10848:lineMetrics_getLeft -10849:lineMetrics_getHeight -10850:lineMetrics_getDescent -10851:lineMetrics_getBaseline -10852:lineMetrics_getAscent -10853:lineMetrics_dispose -10854:lineMetrics_create -10855:lineBreakBuffer_free -10856:lineBreakBuffer_create -10857:lin_srgb_to_okhcl\28SkRGBA4f<\28SkAlphaType\292>\2c\20bool*\29 -10858:lcd_to_a8\28unsigned\20char*\2c\20unsigned\20char\20const*\2c\20int\29 -10859:layoutGetMaxValue\28IntProperty\20const&\2c\20UProperty\29 -10860:is_deleted_glyph\28hb_glyph_info_t\20const*\29 -10861:isRegionalIndicator\28BinaryProperty\20const&\2c\20int\2c\20UProperty\29 -10862:isPOSIX_xdigit\28BinaryProperty\20const&\2c\20int\2c\20UProperty\29 -10863:isPOSIX_print\28BinaryProperty\20const&\2c\20int\2c\20UProperty\29 -10864:isPOSIX_graph\28BinaryProperty\20const&\2c\20int\2c\20UProperty\29 -10865:isPOSIX_blank\28BinaryProperty\20const&\2c\20int\2c\20UProperty\29 -10866:isPOSIX_alnum\28BinaryProperty\20const&\2c\20int\2c\20UProperty\29 -10867:isNormInert\28BinaryProperty\20const&\2c\20int\2c\20UProperty\29 -10868:isMirrored\28BinaryProperty\20const&\2c\20int\2c\20UProperty\29 -10869:isJoinControl\28BinaryProperty\20const&\2c\20int\2c\20UProperty\29 -10870:isIDSUnaryOperator\28BinaryProperty\20const&\2c\20int\2c\20UProperty\29 -10871:isIDCompatMathContinue\28BinaryProperty\20const&\2c\20int\2c\20UProperty\29 -10872:isCanonSegmentStarter\28BinaryProperty\20const&\2c\20int\2c\20UProperty\29 -10873:isBidiControl\28BinaryProperty\20const&\2c\20int\2c\20UProperty\29 -10874:isAcceptable\28void*\2c\20char\20const*\2c\20char\20const*\2c\20UDataInfo\20const*\29 -10875:initial_reordering_indic\28hb_ot_shape_plan_t\20const*\2c\20hb_font_t*\2c\20hb_buffer_t*\29 -10876:initFromResourceBundle\28UErrorCode&\29 -10877:image_ref -10878:image_dispose -10879:image_createFromTextureSource -10880:image_createFromPixels -10881:image_createFromPicture -10882:imageFilter_getFilterBounds -10883:imageFilter_dispose -10884:imageFilter_createMatrix -10885:imageFilter_createFromColorFilter -10886:imageFilter_createErode -10887:imageFilter_createDilate -10888:imageFilter_createBlur -10889:imageFilter_compose -10890:icu_74::uprv_normalizer2_cleanup\28\29 -10891:icu_74::uprv_loaded_normalizer2_cleanup\28\29 -10892:icu_74::unames_cleanup\28\29 -10893:icu_74::umtx_init\28\29 -10894:icu_74::sortComparator\28void\20const*\2c\20void\20const*\2c\20void\20const*\29 -10895:icu_74::segmentStarterMapper\28void\20const*\2c\20unsigned\20int\29 -10896:icu_74::rbbiInit\28\29 -10897:icu_74::loadCharNames\28UErrorCode&\29 -10898:icu_74::isAcceptable\28void*\2c\20char\20const*\2c\20char\20const*\2c\20UDataInfo\20const*\29 -10899:icu_74::initService\28\29 -10900:icu_74::initNoopSingleton\28UErrorCode&\29 -10901:icu_74::initNFCSingleton\28UErrorCode&\29 -10902:icu_74::initLanguageFactories\28UErrorCode&\29 -10903:icu_74::compareElementStrings\28void\20const*\2c\20void\20const*\2c\20void\20const*\29 -10904:icu_74::cacheDeleter\28void*\29 -10905:icu_74::\28anonymous\20namespace\29::versionFilter\28int\2c\20void*\29 -10906:icu_74::\28anonymous\20namespace\29::utf16_caseContextIterator\28void*\2c\20signed\20char\29 -10907:icu_74::\28anonymous\20namespace\29::scriptExtensionsFilter\28int\2c\20void*\29 -10908:icu_74::\28anonymous\20namespace\29::numericValueFilter\28int\2c\20void*\29 -10909:icu_74::\28anonymous\20namespace\29::loadKnownCanonicalized\28UErrorCode&\29 -10910:icu_74::\28anonymous\20namespace\29::intPropertyFilter\28int\2c\20void*\29 -10911:icu_74::\28anonymous\20namespace\29::initSingleton\28UErrorCode&\29 -10912:icu_74::\28anonymous\20namespace\29::generalCategoryMaskFilter\28int\2c\20void*\29 -10913:icu_74::\28anonymous\20namespace\29::emojiprops_cleanup\28\29 -10914:icu_74::\28anonymous\20namespace\29::cleanup\28\29 -10915:icu_74::\28anonymous\20namespace\29::cleanupKnownCanonicalized\28\29 -10916:icu_74::\28anonymous\20namespace\29::AliasReplacer::replace\28icu_74::Locale\20const&\2c\20icu_74::CharString&\2c\20UErrorCode&\29::$_1::__invoke\28void*\29 -10917:icu_74::\28anonymous\20namespace\29::AliasReplacer::AliasReplacer\28UErrorCode\29::'lambda'\28UElement\2c\20UElement\29::__invoke\28UElement\2c\20UElement\29 -10918:icu_74::\28anonymous\20namespace\29::AliasData::loadData\28UErrorCode&\29 -10919:icu_74::\28anonymous\20namespace\29::AliasData::cleanup\28\29 -10920:icu_74::XLikelySubtags::initLikelySubtags\28UErrorCode&\29 -10921:icu_74::UnicodeString::~UnicodeString\28\29_13969 -10922:icu_74::UnicodeString::handleReplaceBetween\28int\2c\20int\2c\20icu_74::UnicodeString\20const&\29 -10923:icu_74::UnicodeString::getLength\28\29\20const -10924:icu_74::UnicodeString::getDynamicClassID\28\29\20const -10925:icu_74::UnicodeString::getCharAt\28int\29\20const -10926:icu_74::UnicodeString::getChar32At\28int\29\20const -10927:icu_74::UnicodeString::extractBetween\28int\2c\20int\2c\20icu_74::UnicodeString&\29\20const -10928:icu_74::UnicodeString::copy\28int\2c\20int\2c\20int\29 -10929:icu_74::UnicodeString::clone\28\29\20const -10930:icu_74::UnicodeSet::getDynamicClassID\28\29\20const -10931:icu_74::UnicodeSet::addMatchSetTo\28icu_74::UnicodeSet&\29\20const -10932:icu_74::UnhandledEngine::~UnhandledEngine\28\29_12927 -10933:icu_74::UnhandledEngine::handles\28int\2c\20char\20const*\29\20const -10934:icu_74::UnhandledEngine::handleCharacter\28int\29 -10935:icu_74::UnhandledEngine::findBreaks\28UText*\2c\20int\2c\20int\2c\20icu_74::UVector32&\2c\20signed\20char\2c\20UErrorCode&\29\20const -10936:icu_74::UVector::getDynamicClassID\28\29\20const -10937:icu_74::UVector32::~UVector32\28\29_14132 -10938:icu_74::UVector32::getDynamicClassID\28\29\20const -10939:icu_74::UStack::getDynamicClassID\28\29\20const -10940:icu_74::UCharsTrieBuilder::~UCharsTrieBuilder\28\29_13748 -10941:icu_74::UCharsTrieBuilder::write\28int\29 -10942:icu_74::UCharsTrieBuilder::writeValueAndType\28signed\20char\2c\20int\2c\20int\29 -10943:icu_74::UCharsTrieBuilder::writeValueAndFinal\28int\2c\20signed\20char\29 -10944:icu_74::UCharsTrieBuilder::writeElementUnits\28int\2c\20int\2c\20int\29 -10945:icu_74::UCharsTrieBuilder::writeDeltaTo\28int\29 -10946:icu_74::UCharsTrieBuilder::skipElementsBySomeUnits\28int\2c\20int\2c\20int\29\20const -10947:icu_74::UCharsTrieBuilder::indexOfElementWithNextUnit\28int\2c\20int\2c\20char16_t\29\20const -10948:icu_74::UCharsTrieBuilder::getMinLinearMatch\28\29\20const -10949:icu_74::UCharsTrieBuilder::getLimitOfLinearMatch\28int\2c\20int\2c\20int\29\20const -10950:icu_74::UCharsTrieBuilder::getElementValue\28int\29\20const -10951:icu_74::UCharsTrieBuilder::getElementUnit\28int\2c\20int\29\20const -10952:icu_74::UCharsTrieBuilder::getElementStringLength\28int\29\20const -10953:icu_74::UCharsTrieBuilder::createLinearMatchNode\28int\2c\20int\2c\20int\2c\20icu_74::StringTrieBuilder::Node*\29\20const -10954:icu_74::UCharsTrieBuilder::countElementUnits\28int\2c\20int\2c\20int\29\20const -10955:icu_74::UCharsTrieBuilder::UCTLinearMatchNode::write\28icu_74::StringTrieBuilder&\29 -10956:icu_74::UCharsTrieBuilder::UCTLinearMatchNode::operator==\28icu_74::StringTrieBuilder::Node\20const&\29\20const -10957:icu_74::UCharsDictionaryMatcher::~UCharsDictionaryMatcher\28\29_13127 -10958:icu_74::UCharsDictionaryMatcher::matches\28UText*\2c\20int\2c\20int\2c\20int*\2c\20int*\2c\20int*\2c\20int*\29\20const -10959:icu_74::UCharCharacterIterator::setIndex\28int\29 -10960:icu_74::UCharCharacterIterator::setIndex32\28int\29 -10961:icu_74::UCharCharacterIterator::previous\28\29 -10962:icu_74::UCharCharacterIterator::previous32\28\29 -10963:icu_74::UCharCharacterIterator::operator==\28icu_74::ForwardCharacterIterator\20const&\29\20const -10964:icu_74::UCharCharacterIterator::next\28\29 -10965:icu_74::UCharCharacterIterator::nextPostInc\28\29 -10966:icu_74::UCharCharacterIterator::next32\28\29 -10967:icu_74::UCharCharacterIterator::next32PostInc\28\29 -10968:icu_74::UCharCharacterIterator::move\28int\2c\20icu_74::CharacterIterator::EOrigin\29 -10969:icu_74::UCharCharacterIterator::move32\28int\2c\20icu_74::CharacterIterator::EOrigin\29 -10970:icu_74::UCharCharacterIterator::last\28\29 -10971:icu_74::UCharCharacterIterator::last32\28\29 -10972:icu_74::UCharCharacterIterator::hashCode\28\29\20const -10973:icu_74::UCharCharacterIterator::hasPrevious\28\29 -10974:icu_74::UCharCharacterIterator::hasNext\28\29 -10975:icu_74::UCharCharacterIterator::getText\28icu_74::UnicodeString&\29 -10976:icu_74::UCharCharacterIterator::getDynamicClassID\28\29\20const -10977:icu_74::UCharCharacterIterator::first\28\29 -10978:icu_74::UCharCharacterIterator::firstPostInc\28\29 -10979:icu_74::UCharCharacterIterator::first32\28\29 -10980:icu_74::UCharCharacterIterator::first32PostInc\28\29 -10981:icu_74::UCharCharacterIterator::current\28\29\20const -10982:icu_74::UCharCharacterIterator::current32\28\29\20const -10983:icu_74::UCharCharacterIterator::clone\28\29\20const -10984:icu_74::ThaiBreakEngine::~ThaiBreakEngine\28\29_13096 -10985:icu_74::ThaiBreakEngine::divideUpDictionaryRange\28UText*\2c\20int\2c\20int\2c\20icu_74::UVector32&\2c\20signed\20char\2c\20UErrorCode&\29\20const -10986:icu_74::StringTrieBuilder::LinearMatchNode::markRightEdgesFirst\28int\29 -10987:icu_74::StringEnumeration::unext\28int*\2c\20UErrorCode&\29 -10988:icu_74::StringEnumeration::snext\28UErrorCode&\29 -10989:icu_74::StringEnumeration::operator==\28icu_74::StringEnumeration\20const&\29\20const -10990:icu_74::StringEnumeration::operator!=\28icu_74::StringEnumeration\20const&\29\20const -10991:icu_74::StringEnumeration::next\28int*\2c\20UErrorCode&\29 -10992:icu_74::SimpleLocaleKeyFactory::~SimpleLocaleKeyFactory\28\29_13695 -10993:icu_74::SimpleLocaleKeyFactory::updateVisibleIDs\28icu_74::Hashtable&\2c\20UErrorCode&\29\20const -10994:icu_74::SimpleLocaleKeyFactory::getDynamicClassID\28\29\20const -10995:icu_74::SimpleLocaleKeyFactory::create\28icu_74::ICUServiceKey\20const&\2c\20icu_74::ICUService\20const*\2c\20UErrorCode&\29\20const -10996:icu_74::SimpleFilteredSentenceBreakIterator::~SimpleFilteredSentenceBreakIterator\28\29_13150 -10997:icu_74::SimpleFilteredSentenceBreakIterator::setText\28icu_74::UnicodeString\20const&\29 -10998:icu_74::SimpleFilteredSentenceBreakIterator::setText\28UText*\2c\20UErrorCode&\29 -10999:icu_74::SimpleFilteredSentenceBreakIterator::refreshInputText\28UText*\2c\20UErrorCode&\29 -11000:icu_74::SimpleFilteredSentenceBreakIterator::previous\28\29 -11001:icu_74::SimpleFilteredSentenceBreakIterator::preceding\28int\29 -11002:icu_74::SimpleFilteredSentenceBreakIterator::next\28int\29 -11003:icu_74::SimpleFilteredSentenceBreakIterator::next\28\29 -11004:icu_74::SimpleFilteredSentenceBreakIterator::last\28\29 -11005:icu_74::SimpleFilteredSentenceBreakIterator::isBoundary\28int\29 -11006:icu_74::SimpleFilteredSentenceBreakIterator::getUText\28UText*\2c\20UErrorCode&\29\20const -11007:icu_74::SimpleFilteredSentenceBreakIterator::getText\28\29\20const -11008:icu_74::SimpleFilteredSentenceBreakIterator::following\28int\29 -11009:icu_74::SimpleFilteredSentenceBreakIterator::first\28\29 -11010:icu_74::SimpleFilteredSentenceBreakIterator::current\28\29\20const -11011:icu_74::SimpleFilteredSentenceBreakIterator::createBufferClone\28void*\2c\20int&\2c\20UErrorCode&\29 -11012:icu_74::SimpleFilteredSentenceBreakIterator::clone\28\29\20const -11013:icu_74::SimpleFilteredSentenceBreakIterator::adoptText\28icu_74::CharacterIterator*\29 -11014:icu_74::SimpleFilteredSentenceBreakData::~SimpleFilteredSentenceBreakData\28\29_13148 -11015:icu_74::SimpleFilteredBreakIteratorBuilder::~SimpleFilteredBreakIteratorBuilder\28\29_13176 -11016:icu_74::SimpleFilteredBreakIteratorBuilder::unsuppressBreakAfter\28icu_74::UnicodeString\20const&\2c\20UErrorCode&\29 -11017:icu_74::SimpleFilteredBreakIteratorBuilder::suppressBreakAfter\28icu_74::UnicodeString\20const&\2c\20UErrorCode&\29 -11018:icu_74::SimpleFilteredBreakIteratorBuilder::build\28icu_74::BreakIterator*\2c\20UErrorCode&\29 -11019:icu_74::SimpleFactory::~SimpleFactory\28\29_13619 -11020:icu_74::SimpleFactory::updateVisibleIDs\28icu_74::Hashtable&\2c\20UErrorCode&\29\20const -11021:icu_74::SimpleFactory::getDynamicClassID\28\29\20const -11022:icu_74::SimpleFactory::getDisplayName\28icu_74::UnicodeString\20const&\2c\20icu_74::Locale\20const&\2c\20icu_74::UnicodeString&\29\20const -11023:icu_74::SimpleFactory::create\28icu_74::ICUServiceKey\20const&\2c\20icu_74::ICUService\20const*\2c\20UErrorCode&\29\20const -11024:icu_74::ServiceEnumeration::~ServiceEnumeration\28\29_13679 -11025:icu_74::ServiceEnumeration::snext\28UErrorCode&\29 -11026:icu_74::ServiceEnumeration::reset\28UErrorCode&\29 -11027:icu_74::ServiceEnumeration::getDynamicClassID\28\29\20const -11028:icu_74::ServiceEnumeration::count\28UErrorCode&\29\20const -11029:icu_74::ServiceEnumeration::clone\28\29\20const -11030:icu_74::RuleBasedBreakIterator::~RuleBasedBreakIterator\28\29_13566 -11031:icu_74::RuleBasedBreakIterator::setText\28icu_74::UnicodeString\20const&\29 -11032:icu_74::RuleBasedBreakIterator::setText\28UText*\2c\20UErrorCode&\29 -11033:icu_74::RuleBasedBreakIterator::refreshInputText\28UText*\2c\20UErrorCode&\29 -11034:icu_74::RuleBasedBreakIterator::previous\28\29 -11035:icu_74::RuleBasedBreakIterator::preceding\28int\29 -11036:icu_74::RuleBasedBreakIterator::operator==\28icu_74::BreakIterator\20const&\29\20const -11037:icu_74::RuleBasedBreakIterator::next\28int\29 -11038:icu_74::RuleBasedBreakIterator::next\28\29 -11039:icu_74::RuleBasedBreakIterator::last\28\29 -11040:icu_74::RuleBasedBreakIterator::isBoundary\28int\29 -11041:icu_74::RuleBasedBreakIterator::hashCode\28\29\20const -11042:icu_74::RuleBasedBreakIterator::getUText\28UText*\2c\20UErrorCode&\29\20const -11043:icu_74::RuleBasedBreakIterator::getText\28\29\20const -11044:icu_74::RuleBasedBreakIterator::getRules\28\29\20const -11045:icu_74::RuleBasedBreakIterator::getRuleStatus\28\29\20const -11046:icu_74::RuleBasedBreakIterator::getRuleStatusVec\28int*\2c\20int\2c\20UErrorCode&\29 -11047:icu_74::RuleBasedBreakIterator::getDynamicClassID\28\29\20const -11048:icu_74::RuleBasedBreakIterator::getBinaryRules\28unsigned\20int&\29 -11049:icu_74::RuleBasedBreakIterator::following\28int\29 -11050:icu_74::RuleBasedBreakIterator::first\28\29 -11051:icu_74::RuleBasedBreakIterator::current\28\29\20const -11052:icu_74::RuleBasedBreakIterator::createBufferClone\28void*\2c\20int&\2c\20UErrorCode&\29 -11053:icu_74::RuleBasedBreakIterator::clone\28\29\20const -11054:icu_74::RuleBasedBreakIterator::adoptText\28icu_74::CharacterIterator*\29 -11055:icu_74::RuleBasedBreakIterator::BreakCache::~BreakCache\28\29_13550 -11056:icu_74::ResourceDataValue::~ResourceDataValue\28\29_14069 -11057:icu_74::ResourceDataValue::~ResourceDataValue\28\29 -11058:icu_74::ResourceDataValue::isNoInheritanceMarker\28\29\20const -11059:icu_74::ResourceDataValue::getUInt\28UErrorCode&\29\20const -11060:icu_74::ResourceDataValue::getType\28\29\20const -11061:icu_74::ResourceDataValue::getStringOrFirstOfArray\28UErrorCode&\29\20const -11062:icu_74::ResourceDataValue::getStringArray\28icu_74::UnicodeString*\2c\20int\2c\20UErrorCode&\29\20const -11063:icu_74::ResourceDataValue::getStringArrayOrStringAsArray\28icu_74::UnicodeString*\2c\20int\2c\20UErrorCode&\29\20const -11064:icu_74::ResourceDataValue::getInt\28UErrorCode&\29\20const -11065:icu_74::ResourceDataValue::getAliasString\28int&\2c\20UErrorCode&\29\20const -11066:icu_74::ResourceBundle::~ResourceBundle\28\29_13599 -11067:icu_74::ResourceBundle::getDynamicClassID\28\29\20const -11068:icu_74::ParsePosition::getDynamicClassID\28\29\20const -11069:icu_74::Normalizer2WithImpl::spanQuickCheckYes\28icu_74::UnicodeString\20const&\2c\20UErrorCode&\29\20const -11070:icu_74::Normalizer2WithImpl::quickCheck\28icu_74::UnicodeString\20const&\2c\20UErrorCode&\29\20const -11071:icu_74::Normalizer2WithImpl::normalize\28icu_74::UnicodeString\20const&\2c\20icu_74::UnicodeString&\2c\20UErrorCode&\29\20const -11072:icu_74::Normalizer2WithImpl::normalizeSecondAndAppend\28icu_74::UnicodeString&\2c\20icu_74::UnicodeString\20const&\2c\20UErrorCode&\29\20const -11073:icu_74::Normalizer2WithImpl::getRawDecomposition\28int\2c\20icu_74::UnicodeString&\29\20const -11074:icu_74::Normalizer2WithImpl::getDecomposition\28int\2c\20icu_74::UnicodeString&\29\20const -11075:icu_74::Normalizer2WithImpl::getCombiningClass\28int\29\20const -11076:icu_74::Normalizer2WithImpl::composePair\28int\2c\20int\29\20const -11077:icu_74::Normalizer2WithImpl::append\28icu_74::UnicodeString&\2c\20icu_74::UnicodeString\20const&\2c\20UErrorCode&\29\20const -11078:icu_74::Normalizer2Impl::~Normalizer2Impl\28\29_13497 -11079:icu_74::Normalizer2::normalizeUTF8\28unsigned\20int\2c\20icu_74::StringPiece\2c\20icu_74::ByteSink&\2c\20icu_74::Edits*\2c\20UErrorCode&\29\20const -11080:icu_74::Normalizer2::isNormalizedUTF8\28icu_74::StringPiece\2c\20UErrorCode&\29\20const -11081:icu_74::NoopNormalizer2::spanQuickCheckYes\28icu_74::UnicodeString\20const&\2c\20UErrorCode&\29\20const -11082:icu_74::NoopNormalizer2::normalize\28icu_74::UnicodeString\20const&\2c\20icu_74::UnicodeString&\2c\20UErrorCode&\29\20const -11083:icu_74::NoopNormalizer2::normalizeUTF8\28unsigned\20int\2c\20icu_74::StringPiece\2c\20icu_74::ByteSink&\2c\20icu_74::Edits*\2c\20UErrorCode&\29\20const -11084:icu_74::MlBreakEngine::~MlBreakEngine\28\29_13397 -11085:icu_74::LocaleKeyFactory::~LocaleKeyFactory\28\29_13661 -11086:icu_74::LocaleKeyFactory::updateVisibleIDs\28icu_74::Hashtable&\2c\20UErrorCode&\29\20const -11087:icu_74::LocaleKeyFactory::handlesKey\28icu_74::ICUServiceKey\20const&\2c\20UErrorCode&\29\20const -11088:icu_74::LocaleKeyFactory::getDynamicClassID\28\29\20const -11089:icu_74::LocaleKeyFactory::getDisplayName\28icu_74::UnicodeString\20const&\2c\20icu_74::Locale\20const&\2c\20icu_74::UnicodeString&\29\20const -11090:icu_74::LocaleKeyFactory::create\28icu_74::ICUServiceKey\20const&\2c\20icu_74::ICUService\20const*\2c\20UErrorCode&\29\20const -11091:icu_74::LocaleKey::~LocaleKey\28\29_13648 -11092:icu_74::LocaleKey::prefix\28icu_74::UnicodeString&\29\20const -11093:icu_74::LocaleKey::isFallbackOf\28icu_74::UnicodeString\20const&\29\20const -11094:icu_74::LocaleKey::getDynamicClassID\28\29\20const -11095:icu_74::LocaleKey::fallback\28\29 -11096:icu_74::LocaleKey::currentLocale\28icu_74::Locale&\29\20const -11097:icu_74::LocaleKey::currentID\28icu_74::UnicodeString&\29\20const -11098:icu_74::LocaleKey::currentDescriptor\28icu_74::UnicodeString&\29\20const -11099:icu_74::LocaleKey::canonicalLocale\28icu_74::Locale&\29\20const -11100:icu_74::LocaleKey::canonicalID\28icu_74::UnicodeString&\29\20const -11101:icu_74::LocaleBuilder::~LocaleBuilder\28\29_13196 -11102:icu_74::Locale::~Locale\28\29_13338 -11103:icu_74::Locale::getDynamicClassID\28\29\20const -11104:icu_74::LoadedNormalizer2Impl::~LoadedNormalizer2Impl\28\29_13189 -11105:icu_74::LoadedNormalizer2Impl::isAcceptable\28void*\2c\20char\20const*\2c\20char\20const*\2c\20UDataInfo\20const*\29 -11106:icu_74::LaoBreakEngine::~LaoBreakEngine\28\29_13101 -11107:icu_74::LSTMBreakEngine::~LSTMBreakEngine\28\29_13394 -11108:icu_74::LSTMBreakEngine::name\28\29\20const -11109:icu_74::LSTMBreakEngine::divideUpDictionaryRange\28UText*\2c\20int\2c\20int\2c\20icu_74::UVector32&\2c\20signed\20char\2c\20UErrorCode&\29\20const -11110:icu_74::KhmerBreakEngine::~KhmerBreakEngine\28\29_13107 -11111:icu_74::KhmerBreakEngine::divideUpDictionaryRange\28UText*\2c\20int\2c\20int\2c\20icu_74::UVector32&\2c\20signed\20char\2c\20UErrorCode&\29\20const -11112:icu_74::KeywordEnumeration::~KeywordEnumeration\28\29_13330 -11113:icu_74::KeywordEnumeration::snext\28UErrorCode&\29 -11114:icu_74::KeywordEnumeration::reset\28UErrorCode&\29 -11115:icu_74::KeywordEnumeration::next\28int*\2c\20UErrorCode&\29 -11116:icu_74::KeywordEnumeration::getDynamicClassID\28\29\20const -11117:icu_74::KeywordEnumeration::count\28UErrorCode&\29\20const -11118:icu_74::KeywordEnumeration::clone\28\29\20const -11119:icu_74::ICUServiceKey::~ICUServiceKey\28\29_13609 -11120:icu_74::ICUServiceKey::isFallbackOf\28icu_74::UnicodeString\20const&\29\20const -11121:icu_74::ICUServiceKey::getDynamicClassID\28\29\20const -11122:icu_74::ICUServiceKey::currentID\28icu_74::UnicodeString&\29\20const -11123:icu_74::ICUServiceKey::currentDescriptor\28icu_74::UnicodeString&\29\20const -11124:icu_74::ICUServiceKey::canonicalID\28icu_74::UnicodeString&\29\20const -11125:icu_74::ICUService::unregister\28void\20const*\2c\20UErrorCode&\29 -11126:icu_74::ICUService::reset\28\29 -11127:icu_74::ICUService::registerInstance\28icu_74::UObject*\2c\20icu_74::UnicodeString\20const&\2c\20signed\20char\2c\20UErrorCode&\29 -11128:icu_74::ICUService::reInitializeFactories\28\29 -11129:icu_74::ICUService::notifyListener\28icu_74::EventListener&\29\20const -11130:icu_74::ICUService::isDefault\28\29\20const -11131:icu_74::ICUService::getKey\28icu_74::ICUServiceKey&\2c\20icu_74::UnicodeString*\2c\20UErrorCode&\29\20const -11132:icu_74::ICUService::createSimpleFactory\28icu_74::UObject*\2c\20icu_74::UnicodeString\20const&\2c\20signed\20char\2c\20UErrorCode&\29 -11133:icu_74::ICUService::createKey\28icu_74::UnicodeString\20const*\2c\20UErrorCode&\29\20const -11134:icu_74::ICUService::clearCaches\28\29 -11135:icu_74::ICUService::acceptsListener\28icu_74::EventListener\20const&\29\20const -11136:icu_74::ICUResourceBundleFactory::handleCreate\28icu_74::Locale\20const&\2c\20int\2c\20icu_74::ICUService\20const*\2c\20UErrorCode&\29\20const -11137:icu_74::ICUResourceBundleFactory::getSupportedIDs\28UErrorCode&\29\20const -11138:icu_74::ICUResourceBundleFactory::getDynamicClassID\28\29\20const -11139:icu_74::ICUNotifier::removeListener\28icu_74::EventListener\20const*\2c\20UErrorCode&\29 -11140:icu_74::ICUNotifier::notifyChanged\28\29 -11141:icu_74::ICUNotifier::addListener\28icu_74::EventListener\20const*\2c\20UErrorCode&\29 -11142:icu_74::ICULocaleService::registerInstance\28icu_74::UObject*\2c\20icu_74::UnicodeString\20const&\2c\20signed\20char\2c\20UErrorCode&\29 -11143:icu_74::ICULocaleService::registerInstance\28icu_74::UObject*\2c\20icu_74::Locale\20const&\2c\20int\2c\20int\2c\20UErrorCode&\29 -11144:icu_74::ICULocaleService::registerInstance\28icu_74::UObject*\2c\20icu_74::Locale\20const&\2c\20int\2c\20UErrorCode&\29 -11145:icu_74::ICULocaleService::registerInstance\28icu_74::UObject*\2c\20icu_74::Locale\20const&\2c\20UErrorCode&\29 -11146:icu_74::ICULocaleService::getAvailableLocales\28\29\20const -11147:icu_74::ICULocaleService::createKey\28icu_74::UnicodeString\20const*\2c\20int\2c\20UErrorCode&\29\20const -11148:icu_74::ICULocaleService::createKey\28icu_74::UnicodeString\20const*\2c\20UErrorCode&\29\20const -11149:icu_74::ICULanguageBreakFactory::~ICULanguageBreakFactory\28\29_12940 -11150:icu_74::ICULanguageBreakFactory::loadEngineFor\28int\2c\20char\20const*\29 -11151:icu_74::ICULanguageBreakFactory::loadDictionaryMatcherFor\28UScriptCode\29 -11152:icu_74::ICULanguageBreakFactory::getEngineFor\28int\2c\20char\20const*\29 -11153:icu_74::ICULanguageBreakFactory::addExternalEngine\28icu_74::ExternalBreakEngine*\2c\20UErrorCode&\29 -11154:icu_74::ICUBreakIteratorService::~ICUBreakIteratorService\28\29_13023 -11155:icu_74::ICUBreakIteratorService::~ICUBreakIteratorService\28\29 -11156:icu_74::ICUBreakIteratorService::isDefault\28\29\20const -11157:icu_74::ICUBreakIteratorService::handleDefault\28icu_74::ICUServiceKey\20const&\2c\20icu_74::UnicodeString*\2c\20UErrorCode&\29\20const -11158:icu_74::ICUBreakIteratorService::cloneInstance\28icu_74::UObject*\29\20const -11159:icu_74::ICUBreakIteratorFactory::~ICUBreakIteratorFactory\28\29 -11160:icu_74::ICUBreakIteratorFactory::handleCreate\28icu_74::Locale\20const&\2c\20int\2c\20icu_74::ICUService\20const*\2c\20UErrorCode&\29\20const -11161:icu_74::GraphemeClusterVectorizer::vectorize\28UText*\2c\20int\2c\20int\2c\20icu_74::UVector32&\2c\20icu_74::UVector32&\2c\20UErrorCode&\29\20const -11162:icu_74::FCDNormalizer2::spanQuickCheckYes\28char16_t\20const*\2c\20char16_t\20const*\2c\20UErrorCode&\29\20const -11163:icu_74::FCDNormalizer2::normalize\28char16_t\20const*\2c\20char16_t\20const*\2c\20icu_74::ReorderingBuffer&\2c\20UErrorCode&\29\20const -11164:icu_74::FCDNormalizer2::normalizeAndAppend\28char16_t\20const*\2c\20char16_t\20const*\2c\20signed\20char\2c\20icu_74::UnicodeString&\2c\20icu_74::ReorderingBuffer&\2c\20UErrorCode&\29\20const -11165:icu_74::FCDNormalizer2::isInert\28int\29\20const -11166:icu_74::EmojiProps::isAcceptable\28void*\2c\20char\20const*\2c\20char\20const*\2c\20UDataInfo\20const*\29 -11167:icu_74::DictionaryBreakEngine::handles\28int\2c\20char\20const*\29\20const -11168:icu_74::DictionaryBreakEngine::findBreaks\28UText*\2c\20int\2c\20int\2c\20icu_74::UVector32&\2c\20signed\20char\2c\20UErrorCode&\29\20const -11169:icu_74::DecomposeNormalizer2::spanQuickCheckYes\28char16_t\20const*\2c\20char16_t\20const*\2c\20UErrorCode&\29\20const -11170:icu_74::DecomposeNormalizer2::normalize\28char16_t\20const*\2c\20char16_t\20const*\2c\20icu_74::ReorderingBuffer&\2c\20UErrorCode&\29\20const -11171:icu_74::DecomposeNormalizer2::normalizeUTF8\28unsigned\20int\2c\20icu_74::StringPiece\2c\20icu_74::ByteSink&\2c\20icu_74::Edits*\2c\20UErrorCode&\29\20const -11172:icu_74::DecomposeNormalizer2::normalizeAndAppend\28char16_t\20const*\2c\20char16_t\20const*\2c\20signed\20char\2c\20icu_74::UnicodeString&\2c\20icu_74::ReorderingBuffer&\2c\20UErrorCode&\29\20const -11173:icu_74::DecomposeNormalizer2::isNormalizedUTF8\28icu_74::StringPiece\2c\20UErrorCode&\29\20const -11174:icu_74::DecomposeNormalizer2::isInert\28int\29\20const -11175:icu_74::DecomposeNormalizer2::getQuickCheck\28int\29\20const -11176:icu_74::ConstArray2D::get\28int\2c\20int\29\20const -11177:icu_74::ConstArray1D::get\28int\29\20const -11178:icu_74::ComposeNormalizer2::spanQuickCheckYes\28char16_t\20const*\2c\20char16_t\20const*\2c\20UErrorCode&\29\20const -11179:icu_74::ComposeNormalizer2::quickCheck\28icu_74::UnicodeString\20const&\2c\20UErrorCode&\29\20const -11180:icu_74::ComposeNormalizer2::normalize\28char16_t\20const*\2c\20char16_t\20const*\2c\20icu_74::ReorderingBuffer&\2c\20UErrorCode&\29\20const -11181:icu_74::ComposeNormalizer2::normalizeUTF8\28unsigned\20int\2c\20icu_74::StringPiece\2c\20icu_74::ByteSink&\2c\20icu_74::Edits*\2c\20UErrorCode&\29\20const -11182:icu_74::ComposeNormalizer2::normalizeAndAppend\28char16_t\20const*\2c\20char16_t\20const*\2c\20signed\20char\2c\20icu_74::UnicodeString&\2c\20icu_74::ReorderingBuffer&\2c\20UErrorCode&\29\20const -11183:icu_74::ComposeNormalizer2::isNormalized\28icu_74::UnicodeString\20const&\2c\20UErrorCode&\29\20const -11184:icu_74::ComposeNormalizer2::isNormalizedUTF8\28icu_74::StringPiece\2c\20UErrorCode&\29\20const -11185:icu_74::ComposeNormalizer2::isInert\28int\29\20const -11186:icu_74::ComposeNormalizer2::hasBoundaryBefore\28int\29\20const -11187:icu_74::ComposeNormalizer2::hasBoundaryAfter\28int\29\20const -11188:icu_74::ComposeNormalizer2::getQuickCheck\28int\29\20const -11189:icu_74::CodePointsVectorizer::vectorize\28UText*\2c\20int\2c\20int\2c\20icu_74::UVector32&\2c\20icu_74::UVector32&\2c\20UErrorCode&\29\20const -11190:icu_74::CjkBreakEngine::~CjkBreakEngine\28\29_13113 -11191:icu_74::CjkBreakEngine::divideUpDictionaryRange\28UText*\2c\20int\2c\20int\2c\20icu_74::UVector32&\2c\20signed\20char\2c\20UErrorCode&\29\20const -11192:icu_74::CheckedArrayByteSink::Reset\28\29 -11193:icu_74::CheckedArrayByteSink::GetAppendBuffer\28int\2c\20int\2c\20char*\2c\20int\2c\20int*\29 -11194:icu_74::CheckedArrayByteSink::Append\28char\20const*\2c\20int\29 -11195:icu_74::CharStringByteSink::GetAppendBuffer\28int\2c\20int\2c\20char*\2c\20int\2c\20int*\29 -11196:icu_74::CharStringByteSink::Append\28char\20const*\2c\20int\29 -11197:icu_74::BytesDictionaryMatcher::~BytesDictionaryMatcher\28\29_13133 -11198:icu_74::BytesDictionaryMatcher::matches\28UText*\2c\20int\2c\20int\2c\20int*\2c\20int*\2c\20int*\2c\20int*\29\20const -11199:icu_74::BurmeseBreakEngine::~BurmeseBreakEngine\28\29_13104 -11200:icu_74::BreakIterator::getRuleStatusVec\28int*\2c\20int\2c\20UErrorCode&\29 -11201:icu_74::BreakEngineWrapper::~BreakEngineWrapper\28\29_12987 -11202:icu_74::BreakEngineWrapper::handles\28int\2c\20char\20const*\29\20const -11203:icu_74::BreakEngineWrapper::findBreaks\28UText*\2c\20int\2c\20int\2c\20icu_74::UVector32&\2c\20signed\20char\2c\20UErrorCode&\29\20const -11204:icu_74::BMPSet::contains\28int\29\20const -11205:icu_74::Array1D::~Array1D\28\29_13370 -11206:icu_74::Array1D::get\28int\29\20const -11207:hit_compare_y\28SkOpRayHit\20const*\2c\20SkOpRayHit\20const*\29 -11208:hit_compare_x\28SkOpRayHit\20const*\2c\20SkOpRayHit\20const*\29 -11209:hb_unicode_script_nil\28hb_unicode_funcs_t*\2c\20unsigned\20int\2c\20void*\29 -11210:hb_unicode_general_category_nil\28hb_unicode_funcs_t*\2c\20unsigned\20int\2c\20void*\29 -11211:hb_ucd_script\28hb_unicode_funcs_t*\2c\20unsigned\20int\2c\20void*\29 -11212:hb_ucd_mirroring\28hb_unicode_funcs_t*\2c\20unsigned\20int\2c\20void*\29 -11213:hb_ucd_general_category\28hb_unicode_funcs_t*\2c\20unsigned\20int\2c\20void*\29 -11214:hb_ucd_decompose\28hb_unicode_funcs_t*\2c\20unsigned\20int\2c\20unsigned\20int*\2c\20unsigned\20int*\2c\20void*\29 -11215:hb_ucd_compose\28hb_unicode_funcs_t*\2c\20unsigned\20int\2c\20unsigned\20int\2c\20unsigned\20int*\2c\20void*\29 -11216:hb_ucd_combining_class\28hb_unicode_funcs_t*\2c\20unsigned\20int\2c\20void*\29 -11217:hb_syllabic_clear_var\28hb_ot_shape_plan_t\20const*\2c\20hb_font_t*\2c\20hb_buffer_t*\29 -11218:hb_paint_sweep_gradient_nil\28hb_paint_funcs_t*\2c\20void*\2c\20hb_color_line_t*\2c\20float\2c\20float\2c\20float\2c\20float\2c\20void*\29 -11219:hb_paint_push_transform_nil\28hb_paint_funcs_t*\2c\20void*\2c\20float\2c\20float\2c\20float\2c\20float\2c\20float\2c\20float\2c\20void*\29 -11220:hb_paint_push_clip_rectangle_nil\28hb_paint_funcs_t*\2c\20void*\2c\20float\2c\20float\2c\20float\2c\20float\2c\20void*\29 -11221:hb_paint_image_nil\28hb_paint_funcs_t*\2c\20void*\2c\20hb_blob_t*\2c\20unsigned\20int\2c\20unsigned\20int\2c\20unsigned\20int\2c\20float\2c\20hb_glyph_extents_t*\2c\20void*\29 -11222:hb_paint_extents_push_transform\28hb_paint_funcs_t*\2c\20void*\2c\20float\2c\20float\2c\20float\2c\20float\2c\20float\2c\20float\2c\20void*\29 -11223:hb_paint_extents_push_group\28hb_paint_funcs_t*\2c\20void*\2c\20void*\29 -11224:hb_paint_extents_push_clip_rectangle\28hb_paint_funcs_t*\2c\20void*\2c\20float\2c\20float\2c\20float\2c\20float\2c\20void*\29 -11225:hb_paint_extents_push_clip_glyph\28hb_paint_funcs_t*\2c\20void*\2c\20unsigned\20int\2c\20hb_font_t*\2c\20void*\29 -11226:hb_paint_extents_pop_transform\28hb_paint_funcs_t*\2c\20void*\2c\20void*\29 -11227:hb_paint_extents_pop_group\28hb_paint_funcs_t*\2c\20void*\2c\20hb_paint_composite_mode_t\2c\20void*\29 -11228:hb_paint_extents_pop_clip\28hb_paint_funcs_t*\2c\20void*\2c\20void*\29 -11229:hb_paint_extents_paint_sweep_gradient\28hb_paint_funcs_t*\2c\20void*\2c\20hb_color_line_t*\2c\20float\2c\20float\2c\20float\2c\20float\2c\20void*\29 -11230:hb_paint_extents_paint_image\28hb_paint_funcs_t*\2c\20void*\2c\20hb_blob_t*\2c\20unsigned\20int\2c\20unsigned\20int\2c\20unsigned\20int\2c\20float\2c\20hb_glyph_extents_t*\2c\20void*\29 -11231:hb_paint_extents_paint_color\28hb_paint_funcs_t*\2c\20void*\2c\20int\2c\20unsigned\20int\2c\20void*\29 -11232:hb_outline_recording_pen_quadratic_to\28hb_draw_funcs_t*\2c\20void*\2c\20hb_draw_state_t*\2c\20float\2c\20float\2c\20float\2c\20float\2c\20void*\29 -11233:hb_outline_recording_pen_move_to\28hb_draw_funcs_t*\2c\20void*\2c\20hb_draw_state_t*\2c\20float\2c\20float\2c\20void*\29 -11234:hb_outline_recording_pen_line_to\28hb_draw_funcs_t*\2c\20void*\2c\20hb_draw_state_t*\2c\20float\2c\20float\2c\20void*\29 -11235:hb_outline_recording_pen_cubic_to\28hb_draw_funcs_t*\2c\20void*\2c\20hb_draw_state_t*\2c\20float\2c\20float\2c\20float\2c\20float\2c\20float\2c\20float\2c\20void*\29 -11236:hb_outline_recording_pen_close_path\28hb_draw_funcs_t*\2c\20void*\2c\20hb_draw_state_t*\2c\20void*\29 -11237:hb_ot_shape_normalize_context_t::decompose_unicode\28hb_ot_shape_normalize_context_t\20const*\2c\20unsigned\20int\2c\20unsigned\20int*\2c\20unsigned\20int*\29 -11238:hb_ot_shape_normalize_context_t::compose_unicode\28hb_ot_shape_normalize_context_t\20const*\2c\20unsigned\20int\2c\20unsigned\20int\2c\20unsigned\20int*\29 -11239:hb_ot_paint_glyph\28hb_font_t*\2c\20void*\2c\20unsigned\20int\2c\20hb_paint_funcs_t*\2c\20void*\2c\20unsigned\20int\2c\20unsigned\20int\2c\20void*\29 -11240:hb_ot_map_t::lookup_map_t::cmp\28void\20const*\2c\20void\20const*\29 -11241:hb_ot_map_t::feature_map_t::cmp\28void\20const*\2c\20void\20const*\29 -11242:hb_ot_map_builder_t::feature_info_t::cmp\28void\20const*\2c\20void\20const*\29 -11243:hb_ot_get_variation_glyph\28hb_font_t*\2c\20void*\2c\20unsigned\20int\2c\20unsigned\20int\2c\20unsigned\20int*\2c\20void*\29 -11244:hb_ot_get_nominal_glyphs\28hb_font_t*\2c\20void*\2c\20unsigned\20int\2c\20unsigned\20int\20const*\2c\20unsigned\20int\2c\20unsigned\20int*\2c\20unsigned\20int\2c\20void*\29 -11245:hb_ot_get_nominal_glyph\28hb_font_t*\2c\20void*\2c\20unsigned\20int\2c\20unsigned\20int*\2c\20void*\29 -11246:hb_ot_get_glyph_v_origin\28hb_font_t*\2c\20void*\2c\20unsigned\20int\2c\20int*\2c\20int*\2c\20void*\29 -11247:hb_ot_get_glyph_v_advances\28hb_font_t*\2c\20void*\2c\20unsigned\20int\2c\20unsigned\20int\20const*\2c\20unsigned\20int\2c\20int*\2c\20unsigned\20int\2c\20void*\29 -11248:hb_ot_get_glyph_name\28hb_font_t*\2c\20void*\2c\20unsigned\20int\2c\20char*\2c\20unsigned\20int\2c\20void*\29 -11249:hb_ot_get_glyph_h_advances\28hb_font_t*\2c\20void*\2c\20unsigned\20int\2c\20unsigned\20int\20const*\2c\20unsigned\20int\2c\20int*\2c\20unsigned\20int\2c\20void*\29 -11250:hb_ot_get_glyph_from_name\28hb_font_t*\2c\20void*\2c\20char\20const*\2c\20int\2c\20unsigned\20int*\2c\20void*\29 -11251:hb_ot_get_glyph_extents\28hb_font_t*\2c\20void*\2c\20unsigned\20int\2c\20hb_glyph_extents_t*\2c\20void*\29 -11252:hb_ot_get_font_v_extents\28hb_font_t*\2c\20void*\2c\20hb_font_extents_t*\2c\20void*\29 -11253:hb_ot_get_font_h_extents\28hb_font_t*\2c\20void*\2c\20hb_font_extents_t*\2c\20void*\29 -11254:hb_ot_draw_glyph\28hb_font_t*\2c\20void*\2c\20unsigned\20int\2c\20hb_draw_funcs_t*\2c\20void*\2c\20void*\29 -11255:hb_font_paint_glyph_nil\28hb_font_t*\2c\20void*\2c\20unsigned\20int\2c\20hb_paint_funcs_t*\2c\20void*\2c\20unsigned\20int\2c\20unsigned\20int\2c\20void*\29 -11256:hb_font_paint_glyph_default\28hb_font_t*\2c\20void*\2c\20unsigned\20int\2c\20hb_paint_funcs_t*\2c\20void*\2c\20unsigned\20int\2c\20unsigned\20int\2c\20void*\29 -11257:hb_font_get_variation_glyph_default\28hb_font_t*\2c\20void*\2c\20unsigned\20int\2c\20unsigned\20int\2c\20unsigned\20int*\2c\20void*\29 -11258:hb_font_get_nominal_glyphs_default\28hb_font_t*\2c\20void*\2c\20unsigned\20int\2c\20unsigned\20int\20const*\2c\20unsigned\20int\2c\20unsigned\20int*\2c\20unsigned\20int\2c\20void*\29 -11259:hb_font_get_nominal_glyph_nil\28hb_font_t*\2c\20void*\2c\20unsigned\20int\2c\20unsigned\20int*\2c\20void*\29 -11260:hb_font_get_nominal_glyph_default\28hb_font_t*\2c\20void*\2c\20unsigned\20int\2c\20unsigned\20int*\2c\20void*\29 -11261:hb_font_get_glyph_v_origin_nil\28hb_font_t*\2c\20void*\2c\20unsigned\20int\2c\20int*\2c\20int*\2c\20void*\29 -11262:hb_font_get_glyph_v_origin_default\28hb_font_t*\2c\20void*\2c\20unsigned\20int\2c\20int*\2c\20int*\2c\20void*\29 -11263:hb_font_get_glyph_v_kerning_default\28hb_font_t*\2c\20void*\2c\20unsigned\20int\2c\20unsigned\20int\2c\20void*\29 -11264:hb_font_get_glyph_v_advances_default\28hb_font_t*\2c\20void*\2c\20unsigned\20int\2c\20unsigned\20int\20const*\2c\20unsigned\20int\2c\20int*\2c\20unsigned\20int\2c\20void*\29 -11265:hb_font_get_glyph_v_advance_nil\28hb_font_t*\2c\20void*\2c\20unsigned\20int\2c\20void*\29 -11266:hb_font_get_glyph_v_advance_default\28hb_font_t*\2c\20void*\2c\20unsigned\20int\2c\20void*\29 -11267:hb_font_get_glyph_name_nil\28hb_font_t*\2c\20void*\2c\20unsigned\20int\2c\20char*\2c\20unsigned\20int\2c\20void*\29 -11268:hb_font_get_glyph_name_default\28hb_font_t*\2c\20void*\2c\20unsigned\20int\2c\20char*\2c\20unsigned\20int\2c\20void*\29 -11269:hb_font_get_glyph_h_origin_nil\28hb_font_t*\2c\20void*\2c\20unsigned\20int\2c\20int*\2c\20int*\2c\20void*\29 -11270:hb_font_get_glyph_h_origin_default\28hb_font_t*\2c\20void*\2c\20unsigned\20int\2c\20int*\2c\20int*\2c\20void*\29 -11271:hb_font_get_glyph_h_kerning_default\28hb_font_t*\2c\20void*\2c\20unsigned\20int\2c\20unsigned\20int\2c\20void*\29 -11272:hb_font_get_glyph_h_advances_default\28hb_font_t*\2c\20void*\2c\20unsigned\20int\2c\20unsigned\20int\20const*\2c\20unsigned\20int\2c\20int*\2c\20unsigned\20int\2c\20void*\29 -11273:hb_font_get_glyph_h_advance_nil\28hb_font_t*\2c\20void*\2c\20unsigned\20int\2c\20void*\29 -11274:hb_font_get_glyph_h_advance_default\28hb_font_t*\2c\20void*\2c\20unsigned\20int\2c\20void*\29 -11275:hb_font_get_glyph_from_name_default\28hb_font_t*\2c\20void*\2c\20char\20const*\2c\20int\2c\20unsigned\20int*\2c\20void*\29 -11276:hb_font_get_glyph_extents_nil\28hb_font_t*\2c\20void*\2c\20unsigned\20int\2c\20hb_glyph_extents_t*\2c\20void*\29 -11277:hb_font_get_glyph_extents_default\28hb_font_t*\2c\20void*\2c\20unsigned\20int\2c\20hb_glyph_extents_t*\2c\20void*\29 -11278:hb_font_get_glyph_contour_point_nil\28hb_font_t*\2c\20void*\2c\20unsigned\20int\2c\20unsigned\20int\2c\20int*\2c\20int*\2c\20void*\29 -11279:hb_font_get_glyph_contour_point_default\28hb_font_t*\2c\20void*\2c\20unsigned\20int\2c\20unsigned\20int\2c\20int*\2c\20int*\2c\20void*\29 -11280:hb_font_get_font_v_extents_default\28hb_font_t*\2c\20void*\2c\20hb_font_extents_t*\2c\20void*\29 -11281:hb_font_get_font_h_extents_default\28hb_font_t*\2c\20void*\2c\20hb_font_extents_t*\2c\20void*\29 -11282:hb_font_draw_glyph_default\28hb_font_t*\2c\20void*\2c\20unsigned\20int\2c\20hb_draw_funcs_t*\2c\20void*\2c\20void*\29 -11283:hb_draw_quadratic_to_nil\28hb_draw_funcs_t*\2c\20void*\2c\20hb_draw_state_t*\2c\20float\2c\20float\2c\20float\2c\20float\2c\20void*\29 -11284:hb_draw_quadratic_to_default\28hb_draw_funcs_t*\2c\20void*\2c\20hb_draw_state_t*\2c\20float\2c\20float\2c\20float\2c\20float\2c\20void*\29 -11285:hb_draw_move_to_default\28hb_draw_funcs_t*\2c\20void*\2c\20hb_draw_state_t*\2c\20float\2c\20float\2c\20void*\29 -11286:hb_draw_line_to_default\28hb_draw_funcs_t*\2c\20void*\2c\20hb_draw_state_t*\2c\20float\2c\20float\2c\20void*\29 -11287:hb_draw_extents_quadratic_to\28hb_draw_funcs_t*\2c\20void*\2c\20hb_draw_state_t*\2c\20float\2c\20float\2c\20float\2c\20float\2c\20void*\29 -11288:hb_draw_extents_cubic_to\28hb_draw_funcs_t*\2c\20void*\2c\20hb_draw_state_t*\2c\20float\2c\20float\2c\20float\2c\20float\2c\20float\2c\20float\2c\20void*\29 -11289:hb_draw_cubic_to_default\28hb_draw_funcs_t*\2c\20void*\2c\20hb_draw_state_t*\2c\20float\2c\20float\2c\20float\2c\20float\2c\20float\2c\20float\2c\20void*\29 -11290:hb_draw_close_path_default\28hb_draw_funcs_t*\2c\20void*\2c\20hb_draw_state_t*\2c\20void*\29 -11291:hb_buffer_t::_cluster_group_func\28hb_glyph_info_t\20const&\2c\20hb_glyph_info_t\20const&\29 -11292:hb_aat_map_builder_t::feature_event_t::cmp\28void\20const*\2c\20void\20const*\29 -11293:hashEntry\28UElement\29 -11294:hasFullCompositionExclusion\28BinaryProperty\20const&\2c\20int\2c\20UProperty\29 -11295:hasEmojiProperty\28BinaryProperty\20const&\2c\20int\2c\20UProperty\29 -11296:gray_raster_render -11297:gray_raster_new -11298:gray_raster_done -11299:gray_move_to -11300:gray_line_to -11301:gray_cubic_to -11302:gray_conic_to -11303:get_sfnt_table -11304:getVo\28IntProperty\20const&\2c\20int\2c\20UProperty\29 -11305:getTrailCombiningClass\28IntProperty\20const&\2c\20int\2c\20UProperty\29 -11306:getNumericType\28IntProperty\20const&\2c\20int\2c\20UProperty\29 -11307:getNormQuickCheck\28IntProperty\20const&\2c\20int\2c\20UProperty\29 -11308:getLeadCombiningClass\28IntProperty\20const&\2c\20int\2c\20UProperty\29 -11309:getJoiningType\28IntProperty\20const&\2c\20int\2c\20UProperty\29 -11310:getJoiningGroup\28IntProperty\20const&\2c\20int\2c\20UProperty\29 -11311:getInSC\28IntProperty\20const&\2c\20int\2c\20UProperty\29 -11312:getInPC\28IntProperty\20const&\2c\20int\2c\20UProperty\29 -11313:getHangulSyllableType\28IntProperty\20const&\2c\20int\2c\20UProperty\29 -11314:getGeneralCategory\28IntProperty\20const&\2c\20int\2c\20UProperty\29 -11315:getCombiningClass\28IntProperty\20const&\2c\20int\2c\20UProperty\29 -11316:getBiDiPairedBracketType\28IntProperty\20const&\2c\20int\2c\20UProperty\29 -11317:getBiDiClass\28IntProperty\20const&\2c\20int\2c\20UProperty\29 -11318:ft_smooth_transform -11319:ft_smooth_set_mode -11320:ft_smooth_render -11321:ft_smooth_overlap_spans -11322:ft_smooth_lcd_spans -11323:ft_smooth_init -11324:ft_smooth_get_cbox -11325:ft_gzip_free -11326:ft_ansi_stream_io -11327:ft_ansi_stream_close -11328:fquad_xy_at_t\28SkPoint\20const*\2c\20float\2c\20double\29 -11329:fontCollection_registerTypeface -11330:fontCollection_dispose -11331:fontCollection_create -11332:fontCollection_clearCaches -11333:fmt_fp -11334:fline_xy_at_t\28SkPoint\20const*\2c\20float\2c\20double\29 -11335:final_reordering_indic\28hb_ot_shape_plan_t\20const*\2c\20hb_font_t*\2c\20hb_buffer_t*\29 -11336:fcubic_xy_at_t\28SkPoint\20const*\2c\20float\2c\20double\29 -11337:fconic_xy_at_t\28SkPoint\20const*\2c\20float\2c\20double\29 -11338:error_callback -11339:emscripten_stack_get_current -11340:dquad_xy_at_t\28SkPoint\20const*\2c\20float\2c\20double\29 -11341:dline_xy_at_t\28SkPoint\20const*\2c\20float\2c\20double\29 -11342:dispose_external_texture\28void*\29 -11343:defaultGetValue\28IntProperty\20const&\2c\20int\2c\20UProperty\29 -11344:defaultGetMaxValue\28IntProperty\20const&\2c\20UProperty\29 -11345:defaultContains\28BinaryProperty\20const&\2c\20int\2c\20UProperty\29 -11346:decompose_khmer\28hb_ot_shape_normalize_context_t\20const*\2c\20unsigned\20int\2c\20unsigned\20int*\2c\20unsigned\20int*\29 -11347:decompose_indic\28hb_ot_shape_normalize_context_t\20const*\2c\20unsigned\20int\2c\20unsigned\20int*\2c\20unsigned\20int*\29 -11348:decltype\28fp\28nullptr\29\29\20SkArenaAlloc::make\28skgpu::ganesh::\28anonymous\20namespace\29::QuadEdgeEffect::Make\28SkArenaAlloc*\2c\20SkMatrix\20const&\2c\20bool\2c\20bool\29::'lambda'\28void*\29&&\29::'lambda'\28char*\29::__invoke\28char*\29 -11349:decltype\28fp\28nullptr\29\29\20SkArenaAlloc::make&\2c\20GrShaderCaps\20const&>\28SkMatrix\20const&\2c\20SkRGBA4f<\28SkAlphaType\292>&\2c\20GrShaderCaps\20const&\29::'lambda'\28void*\29>\28skgpu::ganesh::\28anonymous\20namespace\29::HullShader&&\29::'lambda'\28char*\29::__invoke\28char*\29 -11350:decltype\28fp\28nullptr\29\29\20SkArenaAlloc::make\28skgpu::ganesh::StrokeTessellator::PathStrokeList&&\29::'lambda'\28void*\29>\28skgpu::ganesh::StrokeTessellator::PathStrokeList&&\29::'lambda'\28char*\29::__invoke\28char*\29 -11351:decltype\28fp\28nullptr\29\29\20SkArenaAlloc::make\28skgpu::tess::PatchAttribs&\29::'lambda'\28void*\29>\28skgpu::ganesh::StrokeTessellator&&\29::'lambda'\28char*\29::__invoke\28char*\29 -11352:decltype\28fp\28nullptr\29\29\20SkArenaAlloc::make\20const&>\28SkMatrix\20const&\2c\20SkPath\20const&\2c\20SkRGBA4f<\28SkAlphaType\292>\20const&\29::'lambda'\28void*\29>\28skgpu::ganesh::PathTessellator::PathDrawList&&\29::'lambda'\28char*\29::__invoke\28char*\29 -11353:decltype\28fp\28nullptr\29\29\20SkArenaAlloc::make\2c\20SkFilterMode\2c\20bool\29::'lambda'\28void*\29>\28skgpu::ganesh::LatticeOp::\28anonymous\20namespace\29::LatticeGP::Make\28SkArenaAlloc*\2c\20GrSurfaceProxyView\20const&\2c\20sk_sp\2c\20SkFilterMode\2c\20bool\29::'lambda'\28void*\29&&\29::'lambda'\28char*\29::__invoke\28char*\29 -11354:decltype\28fp\28nullptr\29\29\20SkArenaAlloc::make\28skgpu::ganesh::FillRRectOp::\28anonymous\20namespace\29::FillRRectOpImpl::Processor::Make\28SkArenaAlloc*\2c\20GrAAType\2c\20skgpu::ganesh::FillRRectOp::\28anonymous\20namespace\29::FillRRectOpImpl::ProcessorFlags\29::'lambda'\28void*\29&&\29::'lambda'\28char*\29::__invoke\28char*\29 -11355:decltype\28fp\28nullptr\29\29\20SkArenaAlloc::make\28int&\2c\20int&\29::'lambda'\28void*\29>\28skgpu::RectanizerSkyline&&\29::'lambda'\28char*\29::__invoke\28char*\29 -11356:decltype\28fp\28nullptr\29\29\20SkArenaAlloc::make\28int&\2c\20int&\29::'lambda'\28void*\29>\28skgpu::RectanizerPow2&&\29::'lambda'\28char*\29::__invoke\28char*\29 -11357:decltype\28fp\28nullptr\29\29\20SkArenaAlloc::make<\28anonymous\20namespace\29::ThreeBoxApproxPass*\20SkArenaAlloc::make<\28anonymous\20namespace\29::ThreeBoxApproxPass\2c\20skvx::Vec<4\2c\20unsigned\20int>*&\2c\20skvx::Vec<4\2c\20unsigned\20int>*&\2c\20skvx::Vec<4\2c\20unsigned\20int>*&\2c\20skvx::Vec<4\2c\20unsigned\20int>*&\2c\20int&\2c\20int&>\28skvx::Vec<4\2c\20unsigned\20int>*&\2c\20skvx::Vec<4\2c\20unsigned\20int>*&\2c\20skvx::Vec<4\2c\20unsigned\20int>*&\2c\20skvx::Vec<4\2c\20unsigned\20int>*&\2c\20int&\2c\20int&\29::'lambda'\28void*\29>\28\28anonymous\20namespace\29::ThreeBoxApproxPass&&\29::'lambda'\28char*\29::__invoke\28char*\29 -11358:decltype\28fp\28nullptr\29\29\20SkArenaAlloc::make<\28anonymous\20namespace\29::TextureOpImpl::Desc*\20SkArenaAlloc::make<\28anonymous\20namespace\29::TextureOpImpl::Desc>\28\29::'lambda'\28void*\29>\28\28anonymous\20namespace\29::TextureOpImpl::Desc&&\29::'lambda'\28char*\29::__invoke\28char*\29 -11359:decltype\28fp\28nullptr\29\29\20SkArenaAlloc::make<\28anonymous\20namespace\29::TentPass*\20SkArenaAlloc::make<\28anonymous\20namespace\29::TentPass\2c\20skvx::Vec<4\2c\20unsigned\20int>*&\2c\20skvx::Vec<4\2c\20unsigned\20int>*&\2c\20skvx::Vec<4\2c\20unsigned\20int>*&\2c\20int&\2c\20int&>\28skvx::Vec<4\2c\20unsigned\20int>*&\2c\20skvx::Vec<4\2c\20unsigned\20int>*&\2c\20skvx::Vec<4\2c\20unsigned\20int>*&\2c\20int&\2c\20int&\29::'lambda'\28void*\29>\28\28anonymous\20namespace\29::TentPass&&\29::'lambda'\28char*\29::__invoke\28char*\29 -11360:decltype\28fp\28nullptr\29\29\20SkArenaAlloc::make<\28anonymous\20namespace\29::SimpleTriangleShader*\20SkArenaAlloc::make<\28anonymous\20namespace\29::SimpleTriangleShader\2c\20SkMatrix\20const&\2c\20SkRGBA4f<\28SkAlphaType\292>\20const&>\28SkMatrix\20const&\2c\20SkRGBA4f<\28SkAlphaType\292>\20const&\29::'lambda'\28void*\29>\28\28anonymous\20namespace\29::SimpleTriangleShader&&\29::'lambda'\28char*\29::__invoke\28char*\29 -11361:decltype\28fp\28nullptr\29\29\20SkArenaAlloc::make<\28anonymous\20namespace\29::DrawAtlasPathShader*\20SkArenaAlloc::make<\28anonymous\20namespace\29::DrawAtlasPathShader\2c\20bool&\2c\20skgpu::ganesh::AtlasInstancedHelper*\2c\20GrShaderCaps\20const&>\28bool&\2c\20skgpu::ganesh::AtlasInstancedHelper*&&\2c\20GrShaderCaps\20const&\29::'lambda'\28void*\29>\28\28anonymous\20namespace\29::DrawAtlasPathShader&&\29::'lambda'\28char*\29::__invoke\28char*\29 -11362:decltype\28fp\28nullptr\29\29\20SkArenaAlloc::make<\28anonymous\20namespace\29::BoundingBoxShader*\20SkArenaAlloc::make<\28anonymous\20namespace\29::BoundingBoxShader\2c\20SkRGBA4f<\28SkAlphaType\292>&\2c\20GrShaderCaps\20const&>\28SkRGBA4f<\28SkAlphaType\292>&\2c\20GrShaderCaps\20const&\29::'lambda'\28void*\29>\28\28anonymous\20namespace\29::BoundingBoxShader&&\29::'lambda'\28char*\29::__invoke\28char*\29 -11363:decltype\28fp\28nullptr\29\29\20SkArenaAlloc::make\28SkPixmap\20const&\2c\20unsigned\20char&&\29::'lambda'\28void*\29>\28Sprite_D32_S32&&\29::'lambda'\28char*\29::__invoke\28char*\29 -11364:decltype\28fp\28nullptr\29\29\20SkArenaAlloc::make\28bool&&\2c\20bool\20const&\29::'lambda'\28void*\29>\28SkTriColorShader&&\29::'lambda'\28char*\29::__invoke\28char*\29 -11365:decltype\28fp\28nullptr\29\29\20SkArenaAlloc::make\28\29::'lambda'\28void*\29>\28SkTCubic&&\29::'lambda'\28char*\29::__invoke\28char*\29 -11366:decltype\28fp\28nullptr\29\29\20SkArenaAlloc::make\28\29::'lambda'\28void*\29>\28SkTConic&&\29::'lambda'\28char*\29::__invoke\28char*\29 -11367:decltype\28fp\28nullptr\29\29\20SkArenaAlloc::make\28SkPixmap\20const&\29::'lambda'\28void*\29>\28SkSpriteBlitter_Memcpy&&\29::'lambda'\28char*\29::__invoke\28char*\29 -11368:decltype\28fp\28nullptr\29\29\20SkArenaAlloc::make&>\28SkPixmap\20const&\2c\20SkArenaAlloc*&\2c\20sk_sp&\29::'lambda'\28void*\29>\28SkRasterPipelineSpriteBlitter&&\29::'lambda'\28char*\29::__invoke\28char*\29 -11369:decltype\28fp\28nullptr\29\29\20SkArenaAlloc::make\28SkPixmap\20const&\2c\20SkPaint\20const&\2c\20SkArenaAlloc*&\29::'lambda'\28void*\29>\28SkRasterPipelineBlitter&&\29::'lambda'\28char*\29::__invoke\28char*\29 -11370:decltype\28fp\28nullptr\29\29\20SkArenaAlloc::make\28\29::'lambda'\28void*\29>\28SkNullBlitter&&\29::'lambda'\28char*\29::__invoke\28char*\29 -11371:decltype\28fp\28nullptr\29\29\20SkArenaAlloc::make\28SkImage_Base\20const*&&\2c\20SkMatrix\20const&\2c\20SkMipmapMode&\29::'lambda'\28void*\29>\28SkMipmapAccessor&&\29::'lambda'\28char*\29::__invoke\28char*\29 -11372:decltype\28fp\28nullptr\29\29\20SkArenaAlloc::make\28\29::'lambda'\28void*\29>\28SkGlyph::PathData&&\29::'lambda'\28char*\29::__invoke\28char*\29 -11373:decltype\28fp\28nullptr\29\29\20SkArenaAlloc::make\28\29::'lambda'\28void*\29>\28SkGlyph::DrawableData&&\29::'lambda'\28char*\29::__invoke\28char*\29 -11374:decltype\28fp\28nullptr\29\29\20SkArenaAlloc::make\28\29::'lambda'\28void*\29>\28SkEdge&&\29::'lambda'\28char*\29::__invoke\28char*\29 -11375:decltype\28fp\28nullptr\29\29\20SkArenaAlloc::make\28\29::'lambda'\28void*\29>\28SkCubicEdge&&\29::'lambda'\28char*\29::__invoke\28char*\29 -11376:decltype\28fp\28nullptr\29\29\20SkArenaAlloc::make&\29>>::Node*\20SkArenaAlloc::make&\29>>::Node\2c\20std::__2::function&\29>>\28std::__2::function&\29>&&\29::'lambda'\28void*\29>\28SkArenaAllocList&\29>>::Node&&\29::'lambda'\28char*\29::__invoke\28char*\29 -11377:decltype\28fp\28nullptr\29\29\20SkArenaAlloc::make::Node*\20SkArenaAlloc::make::Node\2c\20std::__2::function&\29>\2c\20skgpu::AtlasToken>\28std::__2::function&\29>&&\2c\20skgpu::AtlasToken&&\29::'lambda'\28void*\29>\28SkArenaAllocList::Node&&\29::'lambda'\28char*\29::__invoke\28char*\29 -11378:decltype\28fp\28nullptr\29\29\20SkArenaAlloc::make::Node*\20SkArenaAlloc::make::Node>\28\29::'lambda'\28void*\29>\28SkArenaAllocList::Node&&\29::'lambda'\28char*\29::__invoke\28char*\29 -11379:decltype\28fp\28nullptr\29\29\20SkArenaAlloc::make\28SkPixmap\20const&\2c\20SkPaint\20const&\29::'lambda'\28void*\29>\28SkA8_Coverage_Blitter&&\29::'lambda'\28char*\29::__invoke\28char*\29 -11380:decltype\28fp\28nullptr\29\29\20SkArenaAlloc::make\28\29::'lambda'\28void*\29>\28GrSimpleMesh&&\29::'lambda'\28char*\29::__invoke\28char*\29 -11381:decltype\28fp\28nullptr\29\29\20SkArenaAlloc::make\28GrSurfaceProxy*&\2c\20skgpu::ScratchKey&&\2c\20GrResourceProvider*&\29::'lambda'\28void*\29>\28GrResourceAllocator::Register&&\29::'lambda'\28char*\29::__invoke\28char*\29 -11382:decltype\28fp\28nullptr\29\29\20SkArenaAlloc::make\28SkPath\20const&\2c\20SkArenaAlloc*\20const&\29::'lambda'\28void*\29>\28GrInnerFanTriangulator&&\29::'lambda'\28char*\29::__invoke\28char*\29 -11383:decltype\28fp\28nullptr\29\29\20SkArenaAlloc::make\28GrDistanceFieldLCDTextGeoProc::Make\28SkArenaAlloc*\2c\20GrShaderCaps\20const&\2c\20GrSurfaceProxyView\20const*\2c\20int\2c\20GrSamplerState\2c\20GrDistanceFieldLCDTextGeoProc::DistanceAdjust\2c\20unsigned\20int\2c\20SkMatrix\20const&\29::'lambda'\28void*\29&&\29::'lambda'\28char*\29::__invoke\28char*\29 -11384:decltype\28fp\28nullptr\29\29\20SkArenaAlloc::make\20const&\2c\20bool\2c\20sk_sp\2c\20GrSurfaceProxyView\20const*\2c\20int\2c\20GrSamplerState\2c\20skgpu::MaskFormat\2c\20SkMatrix\20const&\2c\20bool\29::'lambda'\28void*\29>\28GrBitmapTextGeoProc::Make\28SkArenaAlloc*\2c\20GrShaderCaps\20const&\2c\20SkRGBA4f<\28SkAlphaType\292>\20const&\2c\20bool\2c\20sk_sp\2c\20GrSurfaceProxyView\20const*\2c\20int\2c\20GrSamplerState\2c\20skgpu::MaskFormat\2c\20SkMatrix\20const&\2c\20bool\29::'lambda'\28void*\29&&\29::'lambda'\28char*\29::__invoke\28char*\29 -11385:decltype\28fp\28nullptr\29\29\20SkArenaAlloc::make\28GrAppliedClip&&\29::'lambda'\28void*\29>\28GrAppliedClip&&\29::'lambda'\28char*\29::__invoke\28char*\29 -11386:decltype\28fp\28nullptr\29\29\20SkArenaAlloc::make\28EllipseGeometryProcessor::Make\28SkArenaAlloc*\2c\20bool\2c\20bool\2c\20bool\2c\20SkMatrix\20const&\29::'lambda'\28void*\29&&\29::'lambda'\28char*\29::__invoke\28char*\29 -11387:decltype\28fp\28nullptr\29\29\20SkArenaAlloc::make\20const&\2c\20SkMatrix\20const&\2c\20SkMatrix\20const&\2c\20bool\2c\20unsigned\20char\29::'lambda'\28void*\29>\28DefaultGeoProc::Make\28SkArenaAlloc*\2c\20unsigned\20int\2c\20SkRGBA4f<\28SkAlphaType\292>\20const&\2c\20SkMatrix\20const&\2c\20SkMatrix\20const&\2c\20bool\2c\20unsigned\20char\29::'lambda'\28void*\29&&\29::'lambda'\28char*\29::__invoke\28char*\29 -11388:decltype\28auto\29\20std::__2::__variant_detail::__visitation::__base::__dispatcher<1ul\2c\201ul>::__dispatch\5babi:ne180100\5d>::__generic_construct\5babi:ne180100\5d\2c\20\28std::__2::__variant_detail::_Trait\291>\20const&>\28std::__2::__variant_detail::__ctor>&\2c\20std::__2::__variant_detail::__copy_constructor\2c\20\28std::__2::__variant_detail::_Trait\291>\20const&\29::'lambda'\28std::__2::__variant_detail::__copy_constructor\2c\20\28std::__2::__variant_detail::_Trait\291>\20const&\2c\20auto&&\29&&\2c\20std::__2::__variant_detail::__base<\28std::__2::__variant_detail::_Trait\291\2c\20SkPaint\2c\20int>&\2c\20std::__2::__variant_detail::__base<\28std::__2::__variant_detail::_Trait\291\2c\20SkPaint\2c\20int>\20const&>\28std::__2::__variant_detail::__copy_constructor\2c\20\28std::__2::__variant_detail::_Trait\291>\20const&\2c\20std::__2::__variant_detail::__base<\28std::__2::__variant_detail::_Trait\291\2c\20SkPaint\2c\20int>&\2c\20std::__2::__variant_detail::__base<\28std::__2::__variant_detail::_Trait\291\2c\20SkPaint\2c\20int>\20const&\29 -11389:decltype\28auto\29\20std::__2::__variant_detail::__visitation::__base::__dispatcher<1ul\2c\201ul>::__dispatch\5babi:ne180100\5d>>&&\2c\20std::__2::__variant_detail::__base<\28std::__2::__variant_detail::_Trait\291\2c\20SkPaint\2c\20int>\20const&\2c\20std::__2::__variant_detail::__base<\28std::__2::__variant_detail::_Trait\291\2c\20SkPaint\2c\20int>\20const&>\28std::__2::__variant_detail::__visitation::__variant::__value_visitor>>&&\2c\20std::__2::__variant_detail::__base<\28std::__2::__variant_detail::_Trait\291\2c\20SkPaint\2c\20int>\20const&\2c\20std::__2::__variant_detail::__base<\28std::__2::__variant_detail::_Trait\291\2c\20SkPaint\2c\20int>\20const&\29 -11390:decltype\28auto\29\20std::__2::__variant_detail::__visitation::__base::__dispatcher<1ul\2c\201ul>::__dispatch\5babi:ne180100\5d>>&&\2c\20std::__2::__variant_detail::__base<\28std::__2::__variant_detail::_Trait\291\2c\20SkPaint\2c\20int>\20const&\2c\20std::__2::__variant_detail::__base<\28std::__2::__variant_detail::_Trait\291\2c\20SkPaint\2c\20int>\20const&>\28std::__2::__variant_detail::__visitation::__variant::__value_visitor>>&&\2c\20std::__2::__variant_detail::__base<\28std::__2::__variant_detail::_Trait\291\2c\20SkPaint\2c\20int>\20const&\2c\20std::__2::__variant_detail::__base<\28std::__2::__variant_detail::_Trait\291\2c\20SkPaint\2c\20int>\20const&\29 -11391:decltype\28auto\29\20std::__2::__variant_detail::__visitation::__base::__dispatcher<1ul>::__dispatch\5babi:ne180100\5d\2c\20std::__2::unique_ptr>>\2c\20\28std::__2::__variant_detail::_Trait\291>::__destroy\5babi:ne180100\5d\28\29::'lambda'\28auto&\29&&\2c\20std::__2::__variant_detail::__base<\28std::__2::__variant_detail::_Trait\291\2c\20sk_sp\2c\20std::__2::unique_ptr>>&>\28auto\2c\20std::__2::__variant_detail::__base<\28std::__2::__variant_detail::_Trait\291\2c\20sk_sp\2c\20std::__2::unique_ptr>>&\29 -11392:decltype\28auto\29\20std::__2::__variant_detail::__visitation::__base::__dispatcher<0ul\2c\200ul>::__dispatch\5babi:ne180100\5d>::__generic_construct\5babi:ne180100\5d\2c\20\28std::__2::__variant_detail::_Trait\291>\20const&>\28std::__2::__variant_detail::__ctor>&\2c\20std::__2::__variant_detail::__copy_constructor\2c\20\28std::__2::__variant_detail::_Trait\291>\20const&\29::'lambda'\28std::__2::__variant_detail::__copy_constructor\2c\20\28std::__2::__variant_detail::_Trait\291>\20const&\2c\20auto&&\29&&\2c\20std::__2::__variant_detail::__base<\28std::__2::__variant_detail::_Trait\291\2c\20SkPaint\2c\20int>&\2c\20std::__2::__variant_detail::__base<\28std::__2::__variant_detail::_Trait\291\2c\20SkPaint\2c\20int>\20const&>\28std::__2::__variant_detail::__copy_constructor\2c\20\28std::__2::__variant_detail::_Trait\291>\20const&\2c\20std::__2::__variant_detail::__base<\28std::__2::__variant_detail::_Trait\291\2c\20SkPaint\2c\20int>&\2c\20std::__2::__variant_detail::__base<\28std::__2::__variant_detail::_Trait\291\2c\20SkPaint\2c\20int>\20const&\29 -11393:decltype\28auto\29\20std::__2::__variant_detail::__visitation::__base::__dispatcher<0ul\2c\200ul>::__dispatch\5babi:ne180100\5d>::__generic_assign\5babi:ne180100\5d\2c\20\28std::__2::__variant_detail::_Trait\291>>\28std::__2::__variant_detail::__move_assignment\2c\20\28std::__2::__variant_detail::_Trait\291>&&\29::'lambda'\28std::__2::__variant_detail::__move_assignment\2c\20\28std::__2::__variant_detail::_Trait\291>&\2c\20auto&&\29&&\2c\20std::__2::__variant_detail::__base<\28std::__2::__variant_detail::_Trait\291\2c\20SkPaint\2c\20int>&\2c\20std::__2::__variant_detail::__base<\28std::__2::__variant_detail::_Trait\291\2c\20SkPaint\2c\20int>&&>\28std::__2::__variant_detail::__move_assignment\2c\20\28std::__2::__variant_detail::_Trait\291>\2c\20std::__2::__variant_detail::__base<\28std::__2::__variant_detail::_Trait\291\2c\20SkPaint\2c\20int>&\2c\20std::__2::__variant_detail::__base<\28std::__2::__variant_detail::_Trait\291\2c\20SkPaint\2c\20int>&&\29 -11394:decltype\28auto\29\20std::__2::__variant_detail::__visitation::__base::__dispatcher<0ul\2c\200ul>::__dispatch\5babi:ne180100\5d>::__generic_assign\5babi:ne180100\5d\2c\20\28std::__2::__variant_detail::_Trait\291>\20const&>\28std::__2::__variant_detail::__copy_assignment\2c\20\28std::__2::__variant_detail::_Trait\291>\20const&\29::'lambda'\28std::__2::__variant_detail::__copy_assignment\2c\20\28std::__2::__variant_detail::_Trait\291>\20const&\2c\20auto&&\29&&\2c\20std::__2::__variant_detail::__base<\28std::__2::__variant_detail::_Trait\291\2c\20SkPaint\2c\20int>&\2c\20std::__2::__variant_detail::__base<\28std::__2::__variant_detail::_Trait\291\2c\20SkPaint\2c\20int>\20const&>\28std::__2::__variant_detail::__copy_assignment\2c\20\28std::__2::__variant_detail::_Trait\291>\20const&\2c\20std::__2::__variant_detail::__base<\28std::__2::__variant_detail::_Trait\291\2c\20SkPaint\2c\20int>&\2c\20std::__2::__variant_detail::__base<\28std::__2::__variant_detail::_Trait\291\2c\20SkPaint\2c\20int>\20const&\29 -11395:decltype\28auto\29\20std::__2::__variant_detail::__visitation::__base::__dispatcher<0ul\2c\200ul>::__dispatch\5babi:ne180100\5d>>&&\2c\20std::__2::__variant_detail::__base<\28std::__2::__variant_detail::_Trait\291\2c\20SkPaint\2c\20int>\20const&\2c\20std::__2::__variant_detail::__base<\28std::__2::__variant_detail::_Trait\291\2c\20SkPaint\2c\20int>\20const&>\28std::__2::__variant_detail::__visitation::__variant::__value_visitor>>&&\2c\20std::__2::__variant_detail::__base<\28std::__2::__variant_detail::_Trait\291\2c\20SkPaint\2c\20int>\20const&\2c\20std::__2::__variant_detail::__base<\28std::__2::__variant_detail::_Trait\291\2c\20SkPaint\2c\20int>\20const&\29 -11396:decltype\28auto\29\20std::__2::__variant_detail::__visitation::__base::__dispatcher<0ul\2c\200ul>::__dispatch\5babi:ne180100\5d>>&&\2c\20std::__2::__variant_detail::__base<\28std::__2::__variant_detail::_Trait\291\2c\20SkPaint\2c\20int>\20const&\2c\20std::__2::__variant_detail::__base<\28std::__2::__variant_detail::_Trait\291\2c\20SkPaint\2c\20int>\20const&>\28std::__2::__variant_detail::__visitation::__variant::__value_visitor>>&&\2c\20std::__2::__variant_detail::__base<\28std::__2::__variant_detail::_Trait\291\2c\20SkPaint\2c\20int>\20const&\2c\20std::__2::__variant_detail::__base<\28std::__2::__variant_detail::_Trait\291\2c\20SkPaint\2c\20int>\20const&\29 -11397:decltype\28auto\29\20std::__2::__variant_detail::__visitation::__base::__dispatcher<0ul>::__dispatch\5babi:ne180100\5d\2c\20std::__2::unique_ptr>>\2c\20\28std::__2::__variant_detail::_Trait\291>::__destroy\5babi:ne180100\5d\28\29::'lambda'\28auto&\29&&\2c\20std::__2::__variant_detail::__base<\28std::__2::__variant_detail::_Trait\291\2c\20sk_sp\2c\20std::__2::unique_ptr>>&>\28auto\2c\20std::__2::__variant_detail::__base<\28std::__2::__variant_detail::_Trait\291\2c\20sk_sp\2c\20std::__2::unique_ptr>>&\29 -11398:decltype\28auto\29\20std::__2::__variant_detail::__visitation::__base::__dispatcher<0ul>::__dispatch\5babi:ne180100\5d\2c\20\28std::__2::__variant_detail::_Trait\291>::__destroy\5babi:ne180100\5d\28\29::'lambda'\28auto&\29&&\2c\20std::__2::__variant_detail::__base<\28std::__2::__variant_detail::_Trait\291\2c\20SkPaint\2c\20int>&>\28auto\2c\20std::__2::__variant_detail::__base<\28std::__2::__variant_detail::_Trait\291\2c\20SkPaint\2c\20int>&\29 -11399:deallocate_buffer_var\28hb_ot_shape_plan_t\20const*\2c\20hb_font_t*\2c\20hb_buffer_t*\29 -11400:ddquad_xy_at_t\28SkDCurve\20const&\2c\20double\29 -11401:ddquad_dxdy_at_t\28SkDCurve\20const&\2c\20double\29 -11402:ddline_xy_at_t\28SkDCurve\20const&\2c\20double\29 -11403:ddline_dxdy_at_t\28SkDCurve\20const&\2c\20double\29 -11404:ddcubic_xy_at_t\28SkDCurve\20const&\2c\20double\29 -11405:ddcubic_dxdy_at_t\28SkDCurve\20const&\2c\20double\29 -11406:ddconic_xy_at_t\28SkDCurve\20const&\2c\20double\29 -11407:ddconic_dxdy_at_t\28SkDCurve\20const&\2c\20double\29 -11408:dconic_xy_at_t\28SkPoint\20const*\2c\20float\2c\20double\29 -11409:data_destroy_use\28void*\29 -11410:data_create_use\28hb_ot_shape_plan_t\20const*\29 -11411:data_create_khmer\28hb_ot_shape_plan_t\20const*\29 -11412:data_create_indic\28hb_ot_shape_plan_t\20const*\29 -11413:data_create_hangul\28hb_ot_shape_plan_t\20const*\29 -11414:dataDirectoryInitFn\28\29 -11415:cubic_intercept_v\28SkPoint\20const*\2c\20float\2c\20float\2c\20double*\29 -11416:cubic_intercept_h\28SkPoint\20const*\2c\20float\2c\20float\2c\20double*\29 -11417:createCache\28UErrorCode&\29 -11418:convert_to_alpha8\28SkImageInfo\20const&\2c\20void*\2c\20unsigned\20long\2c\20SkImageInfo\20const&\2c\20void\20const*\2c\20unsigned\20long\2c\20SkColorSpaceXformSteps\20const&\29 -11419:convert_bytes_to_data -11420:contourMeasure_length -11421:contourMeasure_isClosed -11422:contourMeasure_getSegment -11423:contourMeasure_getPosTan -11424:contourMeasure_dispose -11425:contourMeasureIter_next -11426:contourMeasureIter_dispose -11427:contourMeasureIter_create -11428:conic_intercept_v\28SkPoint\20const*\2c\20float\2c\20float\2c\20double*\29 -11429:conic_intercept_h\28SkPoint\20const*\2c\20float\2c\20float\2c\20double*\29 -11430:compose_indic\28hb_ot_shape_normalize_context_t\20const*\2c\20unsigned\20int\2c\20unsigned\20int\2c\20unsigned\20int*\29 -11431:compose_hebrew\28hb_ot_shape_normalize_context_t\20const*\2c\20unsigned\20int\2c\20unsigned\20int\2c\20unsigned\20int*\29 -11432:compare_ppem -11433:compare_myanmar_order\28hb_glyph_info_t\20const*\2c\20hb_glyph_info_t\20const*\29 -11434:compare_combining_class\28hb_glyph_info_t\20const*\2c\20hb_glyph_info_t\20const*\29 -11435:compareKeywordStructs\28void\20const*\2c\20void\20const*\2c\20void\20const*\29 -11436:compareEntries\28UElement\2c\20UElement\29 -11437:colorFilter_dispose -11438:colorFilter_createSRGBToLinearGamma -11439:colorFilter_createMode -11440:colorFilter_createMatrix -11441:colorFilter_createLinearToSRGBGamma -11442:colorFilter_compose -11443:collect_features_use\28hb_ot_shape_planner_t*\29 -11444:collect_features_myanmar\28hb_ot_shape_planner_t*\29 -11445:collect_features_khmer\28hb_ot_shape_planner_t*\29 -11446:collect_features_indic\28hb_ot_shape_planner_t*\29 -11447:collect_features_hangul\28hb_ot_shape_planner_t*\29 -11448:collect_features_arabic\28hb_ot_shape_planner_t*\29 -11449:clip\28SkPath\20const&\2c\20SkHalfPlane\20const&\29::$_0::__invoke\28SkEdgeClipper*\2c\20bool\2c\20void*\29 -11450:check_for_passthrough_local_coords_and_dead_varyings\28SkSL::Program\20const&\2c\20unsigned\20int*\29::Visitor::visitStatement\28SkSL::Statement\20const&\29 -11451:check_for_passthrough_local_coords_and_dead_varyings\28SkSL::Program\20const&\2c\20unsigned\20int*\29::Visitor::visitProgramElement\28SkSL::ProgramElement\20const&\29 -11452:check_for_passthrough_local_coords_and_dead_varyings\28SkSL::Program\20const&\2c\20unsigned\20int*\29::Visitor::visitExpression\28SkSL::Expression\20const&\29 -11453:charIterTextLength\28UText*\29 -11454:charIterTextExtract\28UText*\2c\20long\20long\2c\20long\20long\2c\20char16_t*\2c\20int\2c\20UErrorCode*\29 -11455:charIterTextClose\28UText*\29 -11456:charIterTextClone\28UText*\2c\20UText\20const*\2c\20signed\20char\2c\20UErrorCode*\29 -11457:changesWhenNFKC_Casefolded\28BinaryProperty\20const&\2c\20int\2c\20UProperty\29 -11458:changesWhenCasefolded\28BinaryProperty\20const&\2c\20int\2c\20UProperty\29 -11459:cff_slot_init -11460:cff_slot_done -11461:cff_size_request -11462:cff_size_init -11463:cff_size_done -11464:cff_sid_to_glyph_name -11465:cff_set_var_design -11466:cff_set_mm_weightvector -11467:cff_set_mm_blend -11468:cff_set_instance -11469:cff_random -11470:cff_ps_has_glyph_names -11471:cff_ps_get_font_info -11472:cff_ps_get_font_extra -11473:cff_parse_vsindex -11474:cff_parse_private_dict -11475:cff_parse_multiple_master -11476:cff_parse_maxstack -11477:cff_parse_font_matrix -11478:cff_parse_font_bbox -11479:cff_parse_cid_ros -11480:cff_parse_blend -11481:cff_metrics_adjust -11482:cff_hadvance_adjust -11483:cff_get_var_design -11484:cff_get_var_blend -11485:cff_get_standard_encoding -11486:cff_get_ros -11487:cff_get_ps_name -11488:cff_get_name_index -11489:cff_get_mm_weightvector -11490:cff_get_mm_var -11491:cff_get_mm_blend -11492:cff_get_is_cid -11493:cff_get_interface -11494:cff_get_glyph_name -11495:cff_get_cmap_info -11496:cff_get_cid_from_glyph_index -11497:cff_get_advances -11498:cff_free_glyph_data -11499:cff_face_init -11500:cff_face_done -11501:cff_driver_init -11502:cff_done_blend -11503:cff_decoder_prepare -11504:cff_decoder_init -11505:cff_cmap_unicode_init -11506:cff_cmap_unicode_char_next -11507:cff_cmap_unicode_char_index -11508:cff_cmap_encoding_init -11509:cff_cmap_encoding_done -11510:cff_cmap_encoding_char_next -11511:cff_cmap_encoding_char_index -11512:cff_builder_start_point -11513:cf2_free_instance -11514:cf2_decoder_parse_charstrings -11515:cf2_builder_moveTo -11516:cf2_builder_lineTo -11517:cf2_builder_cubeTo -11518:caseBinaryPropertyContains\28BinaryProperty\20const&\2c\20int\2c\20UProperty\29 -11519:canvas_translate -11520:canvas_transform -11521:canvas_skew -11522:canvas_scale -11523:canvas_saveLayer -11524:canvas_save -11525:canvas_rotate -11526:canvas_restoreToCount -11527:canvas_restore -11528:canvas_getTransform -11529:canvas_getSaveCount -11530:canvas_getLocalClipBounds -11531:canvas_getDeviceClipBounds -11532:canvas_drawVertices -11533:canvas_drawShadow -11534:canvas_drawRect -11535:canvas_drawRRect -11536:canvas_drawPoints -11537:canvas_drawPicture -11538:canvas_drawPath -11539:canvas_drawParagraph -11540:canvas_drawPaint -11541:canvas_drawOval -11542:canvas_drawLine -11543:canvas_drawImageRect -11544:canvas_drawImageNine -11545:canvas_drawImage -11546:canvas_drawDRRect -11547:canvas_drawColor -11548:canvas_drawCircle -11549:canvas_drawAtlas -11550:canvas_drawArc -11551:canvas_clipRect -11552:canvas_clipRRect -11553:canvas_clipPath -11554:bw_to_a8\28unsigned\20char*\2c\20unsigned\20char\20const*\2c\20int\29 -11555:bw_square_proc\28PtProcRec\20const&\2c\20SkSpan\2c\20SkBlitter*\29 -11556:bw_pt_hair_proc\28PtProcRec\20const&\2c\20SkSpan\2c\20SkBlitter*\29 -11557:bw_poly_hair_proc\28PtProcRec\20const&\2c\20SkSpan\2c\20SkBlitter*\29 -11558:bw_line_hair_proc\28PtProcRec\20const&\2c\20SkSpan\2c\20SkBlitter*\29 -11559:breakiterator_cleanup\28\29 -11560:bool\20\28anonymous\20namespace\29::FindVisitor<\28anonymous\20namespace\29::SpotVerticesFactory>\28SkResourceCache::Rec\20const&\2c\20void*\29 -11561:bool\20\28anonymous\20namespace\29::FindVisitor<\28anonymous\20namespace\29::AmbientVerticesFactory>\28SkResourceCache::Rec\20const&\2c\20void*\29 -11562:bool\20OT::hb_accelerate_subtables_context_t::apply_to>\28void\20const*\2c\20OT::hb_ot_apply_context_t*\29 -11563:bool\20OT::hb_accelerate_subtables_context_t::apply_to>\28void\20const*\2c\20OT::hb_ot_apply_context_t*\29 -11564:bool\20OT::hb_accelerate_subtables_context_t::apply_to>\28void\20const*\2c\20OT::hb_ot_apply_context_t*\29 -11565:bool\20OT::hb_accelerate_subtables_context_t::apply_to>\28void\20const*\2c\20OT::hb_ot_apply_context_t*\29 -11566:bool\20OT::hb_accelerate_subtables_context_t::apply_to>\28void\20const*\2c\20OT::hb_ot_apply_context_t*\29 -11567:bool\20OT::hb_accelerate_subtables_context_t::apply_cached_to>\28void\20const*\2c\20OT::hb_ot_apply_context_t*\29 -11568:bool\20OT::hb_accelerate_subtables_context_t::apply_cached_to>\28void\20const*\2c\20OT::hb_ot_apply_context_t*\29 -11569:bool\20OT::hb_accelerate_subtables_context_t::apply_cached_to>\28void\20const*\2c\20OT::hb_ot_apply_context_t*\29 -11570:bool\20OT::hb_accelerate_subtables_context_t::apply_cached_to>\28void\20const*\2c\20OT::hb_ot_apply_context_t*\29 -11571:bool\20OT::hb_accelerate_subtables_context_t::apply_cached_to>\28void\20const*\2c\20OT::hb_ot_apply_context_t*\29 -11572:bool\20OT::cmap::accelerator_t::get_glyph_from_symbol\28void\20const*\2c\20unsigned\20int\2c\20unsigned\20int*\29 -11573:bool\20OT::cmap::accelerator_t::get_glyph_from_symbol\28void\20const*\2c\20unsigned\20int\2c\20unsigned\20int*\29 -11574:bool\20OT::cmap::accelerator_t::get_glyph_from_symbol\28void\20const*\2c\20unsigned\20int\2c\20unsigned\20int*\29 -11575:bool\20OT::cmap::accelerator_t::get_glyph_from_macroman\28void\20const*\2c\20unsigned\20int\2c\20unsigned\20int*\29 -11576:bool\20OT::cmap::accelerator_t::get_glyph_from\28void\20const*\2c\20unsigned\20int\2c\20unsigned\20int*\29 -11577:bool\20OT::cmap::accelerator_t::get_glyph_from\28void\20const*\2c\20unsigned\20int\2c\20unsigned\20int*\29 -11578:blur_y_radius_4\28skvx::Vec<8\2c\20unsigned\20short>\20const&\2c\20skvx::Vec<8\2c\20unsigned\20short>\20const&\2c\20skvx::Vec<8\2c\20unsigned\20short>\20const&\2c\20skvx::Vec<8\2c\20unsigned\20short>\20const&\2c\20skvx::Vec<8\2c\20unsigned\20short>\20const&\2c\20skvx::Vec<8\2c\20unsigned\20short>\20const&\2c\20skvx::Vec<8\2c\20unsigned\20short>*\2c\20skvx::Vec<8\2c\20unsigned\20short>*\2c\20skvx::Vec<8\2c\20unsigned\20short>*\2c\20skvx::Vec<8\2c\20unsigned\20short>*\2c\20skvx::Vec<8\2c\20unsigned\20short>*\2c\20skvx::Vec<8\2c\20unsigned\20short>*\2c\20skvx::Vec<8\2c\20unsigned\20short>*\2c\20skvx::Vec<8\2c\20unsigned\20short>*\29 -11579:blur_y_radius_3\28skvx::Vec<8\2c\20unsigned\20short>\20const&\2c\20skvx::Vec<8\2c\20unsigned\20short>\20const&\2c\20skvx::Vec<8\2c\20unsigned\20short>\20const&\2c\20skvx::Vec<8\2c\20unsigned\20short>\20const&\2c\20skvx::Vec<8\2c\20unsigned\20short>\20const&\2c\20skvx::Vec<8\2c\20unsigned\20short>\20const&\2c\20skvx::Vec<8\2c\20unsigned\20short>*\2c\20skvx::Vec<8\2c\20unsigned\20short>*\2c\20skvx::Vec<8\2c\20unsigned\20short>*\2c\20skvx::Vec<8\2c\20unsigned\20short>*\2c\20skvx::Vec<8\2c\20unsigned\20short>*\2c\20skvx::Vec<8\2c\20unsigned\20short>*\2c\20skvx::Vec<8\2c\20unsigned\20short>*\2c\20skvx::Vec<8\2c\20unsigned\20short>*\29 -11580:blur_y_radius_2\28skvx::Vec<8\2c\20unsigned\20short>\20const&\2c\20skvx::Vec<8\2c\20unsigned\20short>\20const&\2c\20skvx::Vec<8\2c\20unsigned\20short>\20const&\2c\20skvx::Vec<8\2c\20unsigned\20short>\20const&\2c\20skvx::Vec<8\2c\20unsigned\20short>\20const&\2c\20skvx::Vec<8\2c\20unsigned\20short>\20const&\2c\20skvx::Vec<8\2c\20unsigned\20short>*\2c\20skvx::Vec<8\2c\20unsigned\20short>*\2c\20skvx::Vec<8\2c\20unsigned\20short>*\2c\20skvx::Vec<8\2c\20unsigned\20short>*\2c\20skvx::Vec<8\2c\20unsigned\20short>*\2c\20skvx::Vec<8\2c\20unsigned\20short>*\2c\20skvx::Vec<8\2c\20unsigned\20short>*\2c\20skvx::Vec<8\2c\20unsigned\20short>*\29 -11581:blur_y_radius_1\28skvx::Vec<8\2c\20unsigned\20short>\20const&\2c\20skvx::Vec<8\2c\20unsigned\20short>\20const&\2c\20skvx::Vec<8\2c\20unsigned\20short>\20const&\2c\20skvx::Vec<8\2c\20unsigned\20short>\20const&\2c\20skvx::Vec<8\2c\20unsigned\20short>\20const&\2c\20skvx::Vec<8\2c\20unsigned\20short>\20const&\2c\20skvx::Vec<8\2c\20unsigned\20short>*\2c\20skvx::Vec<8\2c\20unsigned\20short>*\2c\20skvx::Vec<8\2c\20unsigned\20short>*\2c\20skvx::Vec<8\2c\20unsigned\20short>*\2c\20skvx::Vec<8\2c\20unsigned\20short>*\2c\20skvx::Vec<8\2c\20unsigned\20short>*\2c\20skvx::Vec<8\2c\20unsigned\20short>*\2c\20skvx::Vec<8\2c\20unsigned\20short>*\29 -11582:blur_x_radius_4\28skvx::Vec<8\2c\20unsigned\20short>\20const&\2c\20skvx::Vec<8\2c\20unsigned\20short>\20const&\2c\20skvx::Vec<8\2c\20unsigned\20short>\20const&\2c\20skvx::Vec<8\2c\20unsigned\20short>\20const&\2c\20skvx::Vec<8\2c\20unsigned\20short>\20const&\2c\20skvx::Vec<8\2c\20unsigned\20short>\20const&\2c\20skvx::Vec<8\2c\20unsigned\20short>*\2c\20skvx::Vec<8\2c\20unsigned\20short>*\29 -11583:blur_x_radius_3\28skvx::Vec<8\2c\20unsigned\20short>\20const&\2c\20skvx::Vec<8\2c\20unsigned\20short>\20const&\2c\20skvx::Vec<8\2c\20unsigned\20short>\20const&\2c\20skvx::Vec<8\2c\20unsigned\20short>\20const&\2c\20skvx::Vec<8\2c\20unsigned\20short>\20const&\2c\20skvx::Vec<8\2c\20unsigned\20short>\20const&\2c\20skvx::Vec<8\2c\20unsigned\20short>*\2c\20skvx::Vec<8\2c\20unsigned\20short>*\29 -11584:blur_x_radius_2\28skvx::Vec<8\2c\20unsigned\20short>\20const&\2c\20skvx::Vec<8\2c\20unsigned\20short>\20const&\2c\20skvx::Vec<8\2c\20unsigned\20short>\20const&\2c\20skvx::Vec<8\2c\20unsigned\20short>\20const&\2c\20skvx::Vec<8\2c\20unsigned\20short>\20const&\2c\20skvx::Vec<8\2c\20unsigned\20short>\20const&\2c\20skvx::Vec<8\2c\20unsigned\20short>*\2c\20skvx::Vec<8\2c\20unsigned\20short>*\29 -11585:blur_x_radius_1\28skvx::Vec<8\2c\20unsigned\20short>\20const&\2c\20skvx::Vec<8\2c\20unsigned\20short>\20const&\2c\20skvx::Vec<8\2c\20unsigned\20short>\20const&\2c\20skvx::Vec<8\2c\20unsigned\20short>\20const&\2c\20skvx::Vec<8\2c\20unsigned\20short>\20const&\2c\20skvx::Vec<8\2c\20unsigned\20short>\20const&\2c\20skvx::Vec<8\2c\20unsigned\20short>*\2c\20skvx::Vec<8\2c\20unsigned\20short>*\29 -11586:blit_row_s32a_blend\28unsigned\20int*\2c\20unsigned\20int\20const*\2c\20int\2c\20unsigned\20int\29 -11587:blit_row_s32_opaque\28unsigned\20int*\2c\20unsigned\20int\20const*\2c\20int\2c\20unsigned\20int\29 -11588:blit_row_s32_blend\28unsigned\20int*\2c\20unsigned\20int\20const*\2c\20int\2c\20unsigned\20int\29 -11589:biDiGetMaxValue\28IntProperty\20const&\2c\20UProperty\29 -11590:argb32_to_a8\28unsigned\20char*\2c\20unsigned\20char\20const*\2c\20int\29 -11591:arabic_fallback_shape\28hb_ot_shape_plan_t\20const*\2c\20hb_font_t*\2c\20hb_buffer_t*\29 -11592:animatedImage_getRepetitionCount -11593:animatedImage_getCurrentFrameDurationMilliseconds -11594:animatedImage_getCurrentFrame -11595:animatedImage_dispose -11596:animatedImage_decodeNextFrame -11597:animatedImage_create -11598:afm_parser_parse -11599:afm_parser_init -11600:afm_parser_done -11601:afm_compare_kern_pairs -11602:af_property_set -11603:af_property_get -11604:af_latin_metrics_scale -11605:af_latin_metrics_init -11606:af_latin_hints_init -11607:af_latin_hints_apply -11608:af_latin_get_standard_widths -11609:af_indic_metrics_scale -11610:af_indic_metrics_init -11611:af_indic_hints_init -11612:af_indic_hints_apply -11613:af_get_interface -11614:af_face_globals_free -11615:af_dummy_hints_init -11616:af_dummy_hints_apply -11617:af_cjk_metrics_init -11618:af_autofitter_load_glyph -11619:af_autofitter_init -11620:action_terminate -11621:action_abort -11622:aa_square_proc\28PtProcRec\20const&\2c\20SkSpan\2c\20SkBlitter*\29 -11623:aa_poly_hair_proc\28PtProcRec\20const&\2c\20SkSpan\2c\20SkBlitter*\29 -11624:aa_line_hair_proc\28PtProcRec\20const&\2c\20SkSpan\2c\20SkBlitter*\29 -11625:_isUnicodeExtensionSubtag\28int&\2c\20char\20const*\2c\20int\29 -11626:_isTransformedExtensionSubtag\28int&\2c\20char\20const*\2c\20int\29 -11627:_hb_ot_font_destroy\28void*\29 -11628:_hb_grapheme_group_func\28hb_glyph_info_t\20const&\2c\20hb_glyph_info_t\20const&\29 -11629:_hb_glyph_info_is_default_ignorable\28hb_glyph_info_t\20const*\29 -11630:_hb_face_for_data_reference_table\28hb_face_t*\2c\20unsigned\20int\2c\20void*\29 -11631:_hb_face_for_data_get_table_tags\28hb_face_t\20const*\2c\20unsigned\20int\2c\20unsigned\20int*\2c\20unsigned\20int*\2c\20void*\29 -11632:_hb_face_for_data_closure_destroy\28void*\29 -11633:_hb_clear_substitution_flags\28hb_ot_shape_plan_t\20const*\2c\20hb_font_t*\2c\20hb_buffer_t*\29 -11634:_hb_blob_destroy\28void*\29 -11635:_emscripten_wasm_worker_initialize -11636:_emscripten_stack_restore -11637:_emscripten_stack_alloc -11638:__wasm_init_memory -11639:__wasm_call_ctors -11640:__stdio_write -11641:__stdio_seek -11642:__stdio_read -11643:__stdio_close -11644:__emscripten_stdout_seek -11645:__cxxabiv1::__vmi_class_type_info::search_below_dst\28__cxxabiv1::__dynamic_cast_info*\2c\20void\20const*\2c\20int\2c\20bool\29\20const -11646:__cxxabiv1::__vmi_class_type_info::search_above_dst\28__cxxabiv1::__dynamic_cast_info*\2c\20void\20const*\2c\20void\20const*\2c\20int\2c\20bool\29\20const -11647:__cxxabiv1::__vmi_class_type_info::has_unambiguous_public_base\28__cxxabiv1::__dynamic_cast_info*\2c\20void*\2c\20int\29\20const -11648:__cxxabiv1::__si_class_type_info::search_below_dst\28__cxxabiv1::__dynamic_cast_info*\2c\20void\20const*\2c\20int\2c\20bool\29\20const -11649:__cxxabiv1::__si_class_type_info::search_above_dst\28__cxxabiv1::__dynamic_cast_info*\2c\20void\20const*\2c\20void\20const*\2c\20int\2c\20bool\29\20const -11650:__cxxabiv1::__si_class_type_info::has_unambiguous_public_base\28__cxxabiv1::__dynamic_cast_info*\2c\20void*\2c\20int\29\20const -11651:__cxxabiv1::__class_type_info::search_below_dst\28__cxxabiv1::__dynamic_cast_info*\2c\20void\20const*\2c\20int\2c\20bool\29\20const -11652:__cxxabiv1::__class_type_info::search_above_dst\28__cxxabiv1::__dynamic_cast_info*\2c\20void\20const*\2c\20void\20const*\2c\20int\2c\20bool\29\20const -11653:__cxxabiv1::__class_type_info::has_unambiguous_public_base\28__cxxabiv1::__dynamic_cast_info*\2c\20void*\2c\20int\29\20const -11654:__cxxabiv1::__class_type_info::can_catch\28__cxxabiv1::__shim_type_info\20const*\2c\20void*&\29\20const -11655:\28anonymous\20namespace\29::uprops_cleanup\28\29 -11656:\28anonymous\20namespace\29::ulayout_load\28UErrorCode&\29 -11657:\28anonymous\20namespace\29::ulayout_isAcceptable\28void*\2c\20char\20const*\2c\20char\20const*\2c\20UDataInfo\20const*\29 -11658:\28anonymous\20namespace\29::skhb_nominal_glyphs\28hb_font_t*\2c\20void*\2c\20unsigned\20int\2c\20unsigned\20int\20const*\2c\20unsigned\20int\2c\20unsigned\20int*\2c\20unsigned\20int\2c\20void*\29 -11659:\28anonymous\20namespace\29::skhb_nominal_glyph\28hb_font_t*\2c\20void*\2c\20unsigned\20int\2c\20unsigned\20int*\2c\20void*\29 -11660:\28anonymous\20namespace\29::skhb_glyph_h_advances\28hb_font_t*\2c\20void*\2c\20unsigned\20int\2c\20unsigned\20int\20const*\2c\20unsigned\20int\2c\20int*\2c\20unsigned\20int\2c\20void*\29 -11661:\28anonymous\20namespace\29::skhb_glyph_h_advance\28hb_font_t*\2c\20void*\2c\20unsigned\20int\2c\20void*\29 -11662:\28anonymous\20namespace\29::skhb_glyph_extents\28hb_font_t*\2c\20void*\2c\20unsigned\20int\2c\20hb_glyph_extents_t*\2c\20void*\29 -11663:\28anonymous\20namespace\29::skhb_glyph\28hb_font_t*\2c\20void*\2c\20unsigned\20int\2c\20unsigned\20int\2c\20unsigned\20int*\2c\20void*\29 -11664:\28anonymous\20namespace\29::skhb_get_table\28hb_face_t*\2c\20unsigned\20int\2c\20void*\29::$_0::__invoke\28void*\29 -11665:\28anonymous\20namespace\29::skhb_get_table\28hb_face_t*\2c\20unsigned\20int\2c\20void*\29 -11666:\28anonymous\20namespace\29::make_morphology\28\28anonymous\20namespace\29::MorphType\2c\20SkSize\2c\20sk_sp\2c\20SkImageFilters::CropRect\20const&\29 -11667:\28anonymous\20namespace\29::create_sub_hb_font\28SkFont\20const&\2c\20std::__2::unique_ptr>\20const&\29::$_0::__invoke\28void*\29 -11668:\28anonymous\20namespace\29::characterproperties_cleanup\28\29 -11669:\28anonymous\20namespace\29::_set_add\28USet*\2c\20int\29 -11670:\28anonymous\20namespace\29::_set_addRange\28USet*\2c\20int\2c\20int\29 -11671:\28anonymous\20namespace\29::YUVPlanesRec::~YUVPlanesRec\28\29_4504 -11672:\28anonymous\20namespace\29::YUVPlanesRec::getCategory\28\29\20const -11673:\28anonymous\20namespace\29::YUVPlanesRec::diagnostic_only_getDiscardable\28\29\20const -11674:\28anonymous\20namespace\29::YUVPlanesRec::bytesUsed\28\29\20const -11675:\28anonymous\20namespace\29::YUVPlanesRec::Visitor\28SkResourceCache::Rec\20const&\2c\20void*\29 -11676:\28anonymous\20namespace\29::UniqueKeyInvalidator::~UniqueKeyInvalidator\28\29_11604 -11677:\28anonymous\20namespace\29::TriangulatingPathOp::~TriangulatingPathOp\28\29_11582 -11678:\28anonymous\20namespace\29::TriangulatingPathOp::visitProxies\28std::__2::function\20const&\29\20const -11679:\28anonymous\20namespace\29::TriangulatingPathOp::programInfo\28\29 -11680:\28anonymous\20namespace\29::TriangulatingPathOp::onPrepareDraws\28GrMeshDrawTarget*\29 -11681:\28anonymous\20namespace\29::TriangulatingPathOp::onPrePrepareDraws\28GrRecordingContext*\2c\20GrSurfaceProxyView\20const&\2c\20GrAppliedClip*\2c\20GrDstProxyView\20const&\2c\20GrXferBarrierFlags\2c\20GrLoadOp\29 -11682:\28anonymous\20namespace\29::TriangulatingPathOp::onExecute\28GrOpFlushState*\2c\20SkRect\20const&\29 -11683:\28anonymous\20namespace\29::TriangulatingPathOp::onCreateProgramInfo\28GrCaps\20const*\2c\20SkArenaAlloc*\2c\20GrSurfaceProxyView\20const&\2c\20bool\2c\20GrAppliedClip&&\2c\20GrDstProxyView\20const&\2c\20GrXferBarrierFlags\2c\20GrLoadOp\29 -11684:\28anonymous\20namespace\29::TriangulatingPathOp::name\28\29\20const -11685:\28anonymous\20namespace\29::TriangulatingPathOp::finalize\28GrCaps\20const&\2c\20GrAppliedClip\20const*\2c\20GrClampType\29 -11686:\28anonymous\20namespace\29::TransformedMaskSubRun::unflattenSize\28\29\20const -11687:\28anonymous\20namespace\29::TransformedMaskSubRun::regenerateAtlas\28int\2c\20int\2c\20std::__2::function\20\28sktext::gpu::GlyphVector*\2c\20int\2c\20int\2c\20skgpu::MaskFormat\2c\20int\29>\29\20const -11688:\28anonymous\20namespace\29::TransformedMaskSubRun::doFlatten\28SkWriteBuffer&\29\20const -11689:\28anonymous\20namespace\29::TransformedMaskSubRun::canReuse\28SkPaint\20const&\2c\20SkMatrix\20const&\29\20const -11690:\28anonymous\20namespace\29::ThreeBoxApproxPass::startBlur\28\29 -11691:\28anonymous\20namespace\29::ThreeBoxApproxPass::blurSegment\28int\2c\20void\20const*\2c\20int\2c\20void*\2c\20int\29 -11692:\28anonymous\20namespace\29::ThreeBoxApproxPass::MakeMaker\28float\2c\20SkArenaAlloc*\29::Maker::makePass\28void*\2c\20SkArenaAlloc*\29\20const -11693:\28anonymous\20namespace\29::ThreeBoxApproxPass::MakeMaker\28float\2c\20SkArenaAlloc*\29::Maker::bufferSizeBytes\28\29\20const -11694:\28anonymous\20namespace\29::TextureOpImpl::~TextureOpImpl\28\29_11556 -11695:\28anonymous\20namespace\29::TextureOpImpl::visitProxies\28std::__2::function\20const&\29\20const -11696:\28anonymous\20namespace\29::TextureOpImpl::programInfo\28\29 -11697:\28anonymous\20namespace\29::TextureOpImpl::onPrepareDraws\28GrMeshDrawTarget*\29 -11698:\28anonymous\20namespace\29::TextureOpImpl::onPrePrepareDraws\28GrRecordingContext*\2c\20GrSurfaceProxyView\20const&\2c\20GrAppliedClip*\2c\20GrDstProxyView\20const&\2c\20GrXferBarrierFlags\2c\20GrLoadOp\29 -11699:\28anonymous\20namespace\29::TextureOpImpl::onExecute\28GrOpFlushState*\2c\20SkRect\20const&\29 -11700:\28anonymous\20namespace\29::TextureOpImpl::onCreateProgramInfo\28GrCaps\20const*\2c\20SkArenaAlloc*\2c\20GrSurfaceProxyView\20const&\2c\20bool\2c\20GrAppliedClip&&\2c\20GrDstProxyView\20const&\2c\20GrXferBarrierFlags\2c\20GrLoadOp\29 -11701:\28anonymous\20namespace\29::TextureOpImpl::onCombineIfPossible\28GrOp*\2c\20SkArenaAlloc*\2c\20GrCaps\20const&\29 -11702:\28anonymous\20namespace\29::TextureOpImpl::name\28\29\20const -11703:\28anonymous\20namespace\29::TextureOpImpl::fixedFunctionFlags\28\29\20const -11704:\28anonymous\20namespace\29::TextureOpImpl::finalize\28GrCaps\20const&\2c\20GrAppliedClip\20const*\2c\20GrClampType\29 -11705:\28anonymous\20namespace\29::TentPass::startBlur\28\29 -11706:\28anonymous\20namespace\29::TentPass::blurSegment\28int\2c\20void\20const*\2c\20int\2c\20void*\2c\20int\29 -11707:\28anonymous\20namespace\29::TentPass::MakeMaker\28float\2c\20SkArenaAlloc*\29::Maker::makePass\28void*\2c\20SkArenaAlloc*\29\20const -11708:\28anonymous\20namespace\29::TentPass::MakeMaker\28float\2c\20SkArenaAlloc*\29::Maker::bufferSizeBytes\28\29\20const -11709:\28anonymous\20namespace\29::StaticVertexAllocator::~StaticVertexAllocator\28\29_11608 -11710:\28anonymous\20namespace\29::StaticVertexAllocator::unlock\28int\29 -11711:\28anonymous\20namespace\29::StaticVertexAllocator::lock\28unsigned\20long\2c\20int\29 -11712:\28anonymous\20namespace\29::SkUnicodeHbScriptRunIterator::currentScript\28\29\20const -11713:\28anonymous\20namespace\29::SkUnicodeHbScriptRunIterator::consume\28\29 -11714:\28anonymous\20namespace\29::SkUbrkGetLocaleByType::getLocaleByType\28UBreakIterator\20const*\2c\20ULocDataLocaleType\2c\20UErrorCode*\29 -11715:\28anonymous\20namespace\29::SkUbrkClone::clone\28UBreakIterator\20const*\2c\20UErrorCode*\29 -11716:\28anonymous\20namespace\29::SkMorphologyImageFilter::onGetOutputLayerBounds\28skif::Mapping\20const&\2c\20std::__2::optional>\29\20const -11717:\28anonymous\20namespace\29::SkMorphologyImageFilter::onGetInputLayerBounds\28skif::Mapping\20const&\2c\20skif::LayerSpace\20const&\2c\20std::__2::optional>\29\20const -11718:\28anonymous\20namespace\29::SkMorphologyImageFilter::onFilterImage\28skif::Context\20const&\29\20const -11719:\28anonymous\20namespace\29::SkMorphologyImageFilter::getTypeName\28\29\20const -11720:\28anonymous\20namespace\29::SkMorphologyImageFilter::flatten\28SkWriteBuffer&\29\20const -11721:\28anonymous\20namespace\29::SkMorphologyImageFilter::computeFastBounds\28SkRect\20const&\29\20const -11722:\28anonymous\20namespace\29::SkMatrixTransformImageFilter::onGetOutputLayerBounds\28skif::Mapping\20const&\2c\20std::__2::optional>\29\20const -11723:\28anonymous\20namespace\29::SkMatrixTransformImageFilter::onGetInputLayerBounds\28skif::Mapping\20const&\2c\20skif::LayerSpace\20const&\2c\20std::__2::optional>\29\20const -11724:\28anonymous\20namespace\29::SkMatrixTransformImageFilter::onFilterImage\28skif::Context\20const&\29\20const -11725:\28anonymous\20namespace\29::SkMatrixTransformImageFilter::getTypeName\28\29\20const -11726:\28anonymous\20namespace\29::SkMatrixTransformImageFilter::flatten\28SkWriteBuffer&\29\20const -11727:\28anonymous\20namespace\29::SkMatrixTransformImageFilter::computeFastBounds\28SkRect\20const&\29\20const -11728:\28anonymous\20namespace\29::SkFTGeometrySink::Quad\28FT_Vector_\20const*\2c\20FT_Vector_\20const*\2c\20void*\29 -11729:\28anonymous\20namespace\29::SkFTGeometrySink::Move\28FT_Vector_\20const*\2c\20void*\29 -11730:\28anonymous\20namespace\29::SkFTGeometrySink::Line\28FT_Vector_\20const*\2c\20void*\29 -11731:\28anonymous\20namespace\29::SkFTGeometrySink::Cubic\28FT_Vector_\20const*\2c\20FT_Vector_\20const*\2c\20FT_Vector_\20const*\2c\20void*\29 -11732:\28anonymous\20namespace\29::SkEmptyTypeface::onGetFontDescriptor\28SkFontDescriptor*\2c\20bool*\29\20const -11733:\28anonymous\20namespace\29::SkEmptyTypeface::onGetFamilyName\28SkString*\29\20const -11734:\28anonymous\20namespace\29::SkEmptyTypeface::onCreateScalerContext\28SkScalerContextEffects\20const&\2c\20SkDescriptor\20const*\29\20const -11735:\28anonymous\20namespace\29::SkEmptyTypeface::onCreateFamilyNameIterator\28\29\20const -11736:\28anonymous\20namespace\29::SkEmptyTypeface::onCharsToGlyphs\28SkSpan\2c\20SkSpan\29\20const -11737:\28anonymous\20namespace\29::SkCropImageFilter::onGetOutputLayerBounds\28skif::Mapping\20const&\2c\20std::__2::optional>\29\20const -11738:\28anonymous\20namespace\29::SkCropImageFilter::onGetInputLayerBounds\28skif::Mapping\20const&\2c\20skif::LayerSpace\20const&\2c\20std::__2::optional>\29\20const -11739:\28anonymous\20namespace\29::SkCropImageFilter::onFilterImage\28skif::Context\20const&\29\20const -11740:\28anonymous\20namespace\29::SkCropImageFilter::onAffectsTransparentBlack\28\29\20const -11741:\28anonymous\20namespace\29::SkCropImageFilter::getTypeName\28\29\20const -11742:\28anonymous\20namespace\29::SkCropImageFilter::flatten\28SkWriteBuffer&\29\20const -11743:\28anonymous\20namespace\29::SkCropImageFilter::computeFastBounds\28SkRect\20const&\29\20const -11744:\28anonymous\20namespace\29::SkComposeImageFilter::onGetOutputLayerBounds\28skif::Mapping\20const&\2c\20std::__2::optional>\29\20const -11745:\28anonymous\20namespace\29::SkComposeImageFilter::onGetInputLayerBounds\28skif::Mapping\20const&\2c\20skif::LayerSpace\20const&\2c\20std::__2::optional>\29\20const -11746:\28anonymous\20namespace\29::SkComposeImageFilter::onFilterImage\28skif::Context\20const&\29\20const -11747:\28anonymous\20namespace\29::SkComposeImageFilter::getTypeName\28\29\20const -11748:\28anonymous\20namespace\29::SkComposeImageFilter::computeFastBounds\28SkRect\20const&\29\20const -11749:\28anonymous\20namespace\29::SkColorFilterImageFilter::~SkColorFilterImageFilter\28\29_5112 -11750:\28anonymous\20namespace\29::SkColorFilterImageFilter::onIsColorFilterNode\28SkColorFilter**\29\20const -11751:\28anonymous\20namespace\29::SkColorFilterImageFilter::onGetOutputLayerBounds\28skif::Mapping\20const&\2c\20std::__2::optional>\29\20const -11752:\28anonymous\20namespace\29::SkColorFilterImageFilter::onGetInputLayerBounds\28skif::Mapping\20const&\2c\20skif::LayerSpace\20const&\2c\20std::__2::optional>\29\20const -11753:\28anonymous\20namespace\29::SkColorFilterImageFilter::onFilterImage\28skif::Context\20const&\29\20const -11754:\28anonymous\20namespace\29::SkColorFilterImageFilter::onAffectsTransparentBlack\28\29\20const -11755:\28anonymous\20namespace\29::SkColorFilterImageFilter::getTypeName\28\29\20const -11756:\28anonymous\20namespace\29::SkColorFilterImageFilter::flatten\28SkWriteBuffer&\29\20const -11757:\28anonymous\20namespace\29::SkColorFilterImageFilter::computeFastBounds\28SkRect\20const&\29\20const -11758:\28anonymous\20namespace\29::SkBlurImageFilter::onGetOutputLayerBounds\28skif::Mapping\20const&\2c\20std::__2::optional>\29\20const -11759:\28anonymous\20namespace\29::SkBlurImageFilter::onGetInputLayerBounds\28skif::Mapping\20const&\2c\20skif::LayerSpace\20const&\2c\20std::__2::optional>\29\20const -11760:\28anonymous\20namespace\29::SkBlurImageFilter::onFilterImage\28skif::Context\20const&\29\20const -11761:\28anonymous\20namespace\29::SkBlurImageFilter::getTypeName\28\29\20const -11762:\28anonymous\20namespace\29::SkBlurImageFilter::flatten\28SkWriteBuffer&\29\20const -11763:\28anonymous\20namespace\29::SkBlurImageFilter::computeFastBounds\28SkRect\20const&\29\20const -11764:\28anonymous\20namespace\29::SkBlendImageFilter::~SkBlendImageFilter\28\29_5084 -11765:\28anonymous\20namespace\29::SkBlendImageFilter::onGetOutputLayerBounds\28skif::Mapping\20const&\2c\20std::__2::optional>\29\20const -11766:\28anonymous\20namespace\29::SkBlendImageFilter::onGetInputLayerBounds\28skif::Mapping\20const&\2c\20skif::LayerSpace\20const&\2c\20std::__2::optional>\29\20const -11767:\28anonymous\20namespace\29::SkBlendImageFilter::onFilterImage\28skif::Context\20const&\29\20const -11768:\28anonymous\20namespace\29::SkBlendImageFilter::onAffectsTransparentBlack\28\29\20const -11769:\28anonymous\20namespace\29::SkBlendImageFilter::getTypeName\28\29\20const -11770:\28anonymous\20namespace\29::SkBlendImageFilter::flatten\28SkWriteBuffer&\29\20const -11771:\28anonymous\20namespace\29::SkBlendImageFilter::computeFastBounds\28SkRect\20const&\29\20const -11772:\28anonymous\20namespace\29::SkBidiIterator_icu::~SkBidiIterator_icu\28\29_7704 -11773:\28anonymous\20namespace\29::SkBidiIterator_icu::getLevelAt\28int\29 -11774:\28anonymous\20namespace\29::SkBidiIterator_icu::getLength\28\29 -11775:\28anonymous\20namespace\29::SimpleTriangleShader::name\28\29\20const -11776:\28anonymous\20namespace\29::SimpleTriangleShader::makeProgramImpl\28GrShaderCaps\20const&\29\20const::Impl::emitVertexCode\28GrShaderCaps\20const&\2c\20GrPathTessellationShader\20const&\2c\20GrGLSLVertexBuilder*\2c\20GrGLSLVaryingHandler*\2c\20GrGeometryProcessor::ProgramImpl::GrGPArgs*\29 -11777:\28anonymous\20namespace\29::SimpleTriangleShader::makeProgramImpl\28GrShaderCaps\20const&\29\20const -11778:\28anonymous\20namespace\29::ShaperHarfBuzz::shape\28char\20const*\2c\20unsigned\20long\2c\20SkShaper::FontRunIterator&\2c\20SkShaper::BiDiRunIterator&\2c\20SkShaper::ScriptRunIterator&\2c\20SkShaper::LanguageRunIterator&\2c\20float\2c\20SkShaper::RunHandler*\29\20const -11779:\28anonymous\20namespace\29::ShaperHarfBuzz::shape\28char\20const*\2c\20unsigned\20long\2c\20SkShaper::FontRunIterator&\2c\20SkShaper::BiDiRunIterator&\2c\20SkShaper::ScriptRunIterator&\2c\20SkShaper::LanguageRunIterator&\2c\20SkShaper::Feature\20const*\2c\20unsigned\20long\2c\20float\2c\20SkShaper::RunHandler*\29\20const -11780:\28anonymous\20namespace\29::ShaperHarfBuzz::shape\28char\20const*\2c\20unsigned\20long\2c\20SkFont\20const&\2c\20bool\2c\20float\2c\20SkShaper::RunHandler*\29\20const -11781:\28anonymous\20namespace\29::ShapeDontWrapOrReorder::~ShapeDontWrapOrReorder\28\29 -11782:\28anonymous\20namespace\29::ShapeDontWrapOrReorder::wrap\28char\20const*\2c\20unsigned\20long\2c\20SkShaper::BiDiRunIterator\20const&\2c\20SkShaper::LanguageRunIterator\20const&\2c\20SkShaper::ScriptRunIterator\20const&\2c\20SkShaper::FontRunIterator\20const&\2c\20\28anonymous\20namespace\29::RunIteratorQueue&\2c\20SkShaper::Feature\20const*\2c\20unsigned\20long\2c\20float\2c\20SkShaper::RunHandler*\29\20const -11783:\28anonymous\20namespace\29::ShadowInvalidator::~ShadowInvalidator\28\29_4921 -11784:\28anonymous\20namespace\29::ShadowInvalidator::changed\28\29 -11785:\28anonymous\20namespace\29::ShadowCircularRRectOp::~ShadowCircularRRectOp\28\29_11416 -11786:\28anonymous\20namespace\29::ShadowCircularRRectOp::visitProxies\28std::__2::function\20const&\29\20const -11787:\28anonymous\20namespace\29::ShadowCircularRRectOp::programInfo\28\29 -11788:\28anonymous\20namespace\29::ShadowCircularRRectOp::onPrepareDraws\28GrMeshDrawTarget*\29 -11789:\28anonymous\20namespace\29::ShadowCircularRRectOp::onExecute\28GrOpFlushState*\2c\20SkRect\20const&\29 -11790:\28anonymous\20namespace\29::ShadowCircularRRectOp::onCreateProgramInfo\28GrCaps\20const*\2c\20SkArenaAlloc*\2c\20GrSurfaceProxyView\20const&\2c\20bool\2c\20GrAppliedClip&&\2c\20GrDstProxyView\20const&\2c\20GrXferBarrierFlags\2c\20GrLoadOp\29 -11791:\28anonymous\20namespace\29::ShadowCircularRRectOp::onCombineIfPossible\28GrOp*\2c\20SkArenaAlloc*\2c\20GrCaps\20const&\29 -11792:\28anonymous\20namespace\29::ShadowCircularRRectOp::name\28\29\20const -11793:\28anonymous\20namespace\29::ShadowCircularRRectOp::finalize\28GrCaps\20const&\2c\20GrAppliedClip\20const*\2c\20GrClampType\29 -11794:\28anonymous\20namespace\29::SDFTSubRun::unflattenSize\28\29\20const -11795:\28anonymous\20namespace\29::SDFTSubRun::regenerateAtlas\28int\2c\20int\2c\20std::__2::function\20\28sktext::gpu::GlyphVector*\2c\20int\2c\20int\2c\20skgpu::MaskFormat\2c\20int\29>\29\20const -11796:\28anonymous\20namespace\29::SDFTSubRun::glyphParams\28\29\20const -11797:\28anonymous\20namespace\29::SDFTSubRun::draw\28SkCanvas*\2c\20SkPoint\2c\20SkPaint\20const&\2c\20sk_sp\2c\20std::__2::function\2c\20sktext::gpu::RendererData\29>\20const&\29\20const -11798:\28anonymous\20namespace\29::SDFTSubRun::doFlatten\28SkWriteBuffer&\29\20const -11799:\28anonymous\20namespace\29::SDFTSubRun::canReuse\28SkPaint\20const&\2c\20SkMatrix\20const&\29\20const -11800:\28anonymous\20namespace\29::RectsBlurRec::~RectsBlurRec\28\29_2697 -11801:\28anonymous\20namespace\29::RectsBlurRec::getCategory\28\29\20const -11802:\28anonymous\20namespace\29::RectsBlurRec::diagnostic_only_getDiscardable\28\29\20const -11803:\28anonymous\20namespace\29::RectsBlurRec::bytesUsed\28\29\20const -11804:\28anonymous\20namespace\29::RectsBlurRec::Visitor\28SkResourceCache::Rec\20const&\2c\20void*\29 -11805:\28anonymous\20namespace\29::RasterShaderBlurAlgorithm::makeDevice\28SkImageInfo\20const&\29\20const -11806:\28anonymous\20namespace\29::RasterBlurEngine::findAlgorithm\28SkSize\2c\20SkColorType\29\20const -11807:\28anonymous\20namespace\29::RasterA8BlurAlgorithm::blur\28SkSize\2c\20sk_sp\2c\20SkIRect\20const&\2c\20SkTileMode\2c\20SkIRect\20const&\29\20const -11808:\28anonymous\20namespace\29::Raster8888BlurAlgorithm::blur\28SkSize\2c\20sk_sp\2c\20SkIRect\20const&\2c\20SkTileMode\2c\20SkIRect\20const&\29\20const -11809:\28anonymous\20namespace\29::RRectBlurRec::~RRectBlurRec\28\29_2691 -11810:\28anonymous\20namespace\29::RRectBlurRec::getCategory\28\29\20const -11811:\28anonymous\20namespace\29::RRectBlurRec::diagnostic_only_getDiscardable\28\29\20const -11812:\28anonymous\20namespace\29::RRectBlurRec::bytesUsed\28\29\20const -11813:\28anonymous\20namespace\29::RRectBlurRec::Visitor\28SkResourceCache::Rec\20const&\2c\20void*\29 -11814:\28anonymous\20namespace\29::PathSubRun::~PathSubRun\28\29_12384 -11815:\28anonymous\20namespace\29::PathSubRun::unflattenSize\28\29\20const -11816:\28anonymous\20namespace\29::PathSubRun::draw\28SkCanvas*\2c\20SkPoint\2c\20SkPaint\20const&\2c\20sk_sp\2c\20std::__2::function\2c\20sktext::gpu::RendererData\29>\20const&\29\20const -11817:\28anonymous\20namespace\29::PathSubRun::doFlatten\28SkWriteBuffer&\29\20const -11818:\28anonymous\20namespace\29::MipMapRec::~MipMapRec\28\29_1329 -11819:\28anonymous\20namespace\29::MipMapRec::getCategory\28\29\20const -11820:\28anonymous\20namespace\29::MipMapRec::diagnostic_only_getDiscardable\28\29\20const -11821:\28anonymous\20namespace\29::MipMapRec::bytesUsed\28\29\20const -11822:\28anonymous\20namespace\29::MipMapRec::Finder\28SkResourceCache::Rec\20const&\2c\20void*\29 -11823:\28anonymous\20namespace\29::MiddleOutShader::~MiddleOutShader\28\29_11632 -11824:\28anonymous\20namespace\29::MiddleOutShader::name\28\29\20const -11825:\28anonymous\20namespace\29::MiddleOutShader::makeProgramImpl\28GrShaderCaps\20const&\29\20const::Impl::emitVertexCode\28GrShaderCaps\20const&\2c\20GrPathTessellationShader\20const&\2c\20GrGLSLVertexBuilder*\2c\20GrGLSLVaryingHandler*\2c\20GrGeometryProcessor::ProgramImpl::GrGPArgs*\29 -11826:\28anonymous\20namespace\29::MiddleOutShader::makeProgramImpl\28GrShaderCaps\20const&\29\20const -11827:\28anonymous\20namespace\29::MiddleOutShader::addToKey\28GrShaderCaps\20const&\2c\20skgpu::KeyBuilder*\29\20const -11828:\28anonymous\20namespace\29::MeshOp::~MeshOp\28\29_10957 -11829:\28anonymous\20namespace\29::MeshOp::visitProxies\28std::__2::function\20const&\29\20const -11830:\28anonymous\20namespace\29::MeshOp::programInfo\28\29 -11831:\28anonymous\20namespace\29::MeshOp::onPrepareDraws\28GrMeshDrawTarget*\29 -11832:\28anonymous\20namespace\29::MeshOp::onExecute\28GrOpFlushState*\2c\20SkRect\20const&\29 -11833:\28anonymous\20namespace\29::MeshOp::onCreateProgramInfo\28GrCaps\20const*\2c\20SkArenaAlloc*\2c\20GrSurfaceProxyView\20const&\2c\20bool\2c\20GrAppliedClip&&\2c\20GrDstProxyView\20const&\2c\20GrXferBarrierFlags\2c\20GrLoadOp\29 -11834:\28anonymous\20namespace\29::MeshOp::onCombineIfPossible\28GrOp*\2c\20SkArenaAlloc*\2c\20GrCaps\20const&\29 -11835:\28anonymous\20namespace\29::MeshOp::name\28\29\20const -11836:\28anonymous\20namespace\29::MeshOp::finalize\28GrCaps\20const&\2c\20GrAppliedClip\20const*\2c\20GrClampType\29 -11837:\28anonymous\20namespace\29::MeshGP::~MeshGP\28\29_10981 -11838:\28anonymous\20namespace\29::MeshGP::onTextureSampler\28int\29\20const -11839:\28anonymous\20namespace\29::MeshGP::name\28\29\20const -11840:\28anonymous\20namespace\29::MeshGP::makeProgramImpl\28GrShaderCaps\20const&\29\20const -11841:\28anonymous\20namespace\29::MeshGP::addToKey\28GrShaderCaps\20const&\2c\20skgpu::KeyBuilder*\29\20const -11842:\28anonymous\20namespace\29::MeshGP::Impl::~Impl\28\29_10987 -11843:\28anonymous\20namespace\29::MeshGP::Impl::setData\28GrGLSLProgramDataManager\20const&\2c\20GrShaderCaps\20const&\2c\20GrGeometryProcessor\20const&\29 -11844:\28anonymous\20namespace\29::MeshGP::Impl::onEmitCode\28GrGeometryProcessor::ProgramImpl::EmitArgs&\2c\20GrGeometryProcessor::ProgramImpl::GrGPArgs*\29 -11845:\28anonymous\20namespace\29::MeshGP::Impl::MeshCallbacks::toLinearSrgb\28std::__2::basic_string\2c\20std::__2::allocator>\29 -11846:\28anonymous\20namespace\29::MeshGP::Impl::MeshCallbacks::sampleShader\28int\2c\20std::__2::basic_string\2c\20std::__2::allocator>\29 -11847:\28anonymous\20namespace\29::MeshGP::Impl::MeshCallbacks::sampleColorFilter\28int\2c\20std::__2::basic_string\2c\20std::__2::allocator>\29 -11848:\28anonymous\20namespace\29::MeshGP::Impl::MeshCallbacks::sampleBlender\28int\2c\20std::__2::basic_string\2c\20std::__2::allocator>\2c\20std::__2::basic_string\2c\20std::__2::allocator>\29 -11849:\28anonymous\20namespace\29::MeshGP::Impl::MeshCallbacks::getMainName\28\29 -11850:\28anonymous\20namespace\29::MeshGP::Impl::MeshCallbacks::fromLinearSrgb\28std::__2::basic_string\2c\20std::__2::allocator>\29 -11851:\28anonymous\20namespace\29::MeshGP::Impl::MeshCallbacks::defineFunction\28char\20const*\2c\20char\20const*\2c\20bool\29 -11852:\28anonymous\20namespace\29::MeshGP::Impl::MeshCallbacks::declareUniform\28SkSL::VarDeclaration\20const*\29 -11853:\28anonymous\20namespace\29::MeshGP::Impl::MeshCallbacks::declareFunction\28char\20const*\29 -11854:\28anonymous\20namespace\29::HQDownSampler::buildLevel\28SkPixmap\20const&\2c\20SkPixmap\20const&\29 -11855:\28anonymous\20namespace\29::GaussianPass::startBlur\28\29 -11856:\28anonymous\20namespace\29::GaussianPass::blurSegment\28int\2c\20void\20const*\2c\20int\2c\20void*\2c\20int\29 -11857:\28anonymous\20namespace\29::GaussianPass::MakeMaker\28float\2c\20SkArenaAlloc*\29::Maker::makePass\28void*\2c\20SkArenaAlloc*\29\20const -11858:\28anonymous\20namespace\29::GaussianPass::MakeMaker\28float\2c\20SkArenaAlloc*\29::Maker::bufferSizeBytes\28\29\20const -11859:\28anonymous\20namespace\29::GaussianPass::startBlur\28\29 -11860:\28anonymous\20namespace\29::GaussianPass::blurSegment\28int\2c\20void\20const*\2c\20int\2c\20void*\2c\20int\29 -11861:\28anonymous\20namespace\29::GaussianPass::MakeMaker\28float\2c\20SkArenaAlloc*\29::Maker::makePass\28void*\2c\20SkArenaAlloc*\29\20const -11862:\28anonymous\20namespace\29::GaussianPass::MakeMaker\28float\2c\20SkArenaAlloc*\29::Maker::bufferSizeBytes\28\29\20const -11863:\28anonymous\20namespace\29::FillRectOpImpl::~FillRectOpImpl\28\29_11077 -11864:\28anonymous\20namespace\29::FillRectOpImpl::visitProxies\28std::__2::function\20const&\29\20const -11865:\28anonymous\20namespace\29::FillRectOpImpl::onPrepareDraws\28GrMeshDrawTarget*\29 -11866:\28anonymous\20namespace\29::FillRectOpImpl::onPrePrepareDraws\28GrRecordingContext*\2c\20GrSurfaceProxyView\20const&\2c\20GrAppliedClip*\2c\20GrDstProxyView\20const&\2c\20GrXferBarrierFlags\2c\20GrLoadOp\29 -11867:\28anonymous\20namespace\29::FillRectOpImpl::onExecute\28GrOpFlushState*\2c\20SkRect\20const&\29 -11868:\28anonymous\20namespace\29::FillRectOpImpl::onCreateProgramInfo\28GrCaps\20const*\2c\20SkArenaAlloc*\2c\20GrSurfaceProxyView\20const&\2c\20bool\2c\20GrAppliedClip&&\2c\20GrDstProxyView\20const&\2c\20GrXferBarrierFlags\2c\20GrLoadOp\29 -11869:\28anonymous\20namespace\29::FillRectOpImpl::onCombineIfPossible\28GrOp*\2c\20SkArenaAlloc*\2c\20GrCaps\20const&\29 -11870:\28anonymous\20namespace\29::FillRectOpImpl::name\28\29\20const -11871:\28anonymous\20namespace\29::FillRectOpImpl::finalize\28GrCaps\20const&\2c\20GrAppliedClip\20const*\2c\20GrClampType\29 -11872:\28anonymous\20namespace\29::ExternalWebGLTexture::~ExternalWebGLTexture\28\29_537 -11873:\28anonymous\20namespace\29::ExternalWebGLTexture::getBackendTexture\28\29 -11874:\28anonymous\20namespace\29::ExternalWebGLTexture::dispose\28\29 -11875:\28anonymous\20namespace\29::EllipticalRRectEffect::onMakeProgramImpl\28\29\20const -11876:\28anonymous\20namespace\29::EllipticalRRectEffect::onAddToKey\28GrShaderCaps\20const&\2c\20skgpu::KeyBuilder*\29\20const -11877:\28anonymous\20namespace\29::EllipticalRRectEffect::name\28\29\20const -11878:\28anonymous\20namespace\29::EllipticalRRectEffect::clone\28\29\20const -11879:\28anonymous\20namespace\29::EllipticalRRectEffect::Impl::onSetData\28GrGLSLProgramDataManager\20const&\2c\20GrFragmentProcessor\20const&\29 -11880:\28anonymous\20namespace\29::EllipticalRRectEffect::Impl::emitCode\28GrFragmentProcessor::ProgramImpl::EmitArgs&\29 -11881:\28anonymous\20namespace\29::DrawableSubRun::~DrawableSubRun\28\29_12392 -11882:\28anonymous\20namespace\29::DrawableSubRun::unflattenSize\28\29\20const -11883:\28anonymous\20namespace\29::DrawableSubRun::draw\28SkCanvas*\2c\20SkPoint\2c\20SkPaint\20const&\2c\20sk_sp\2c\20std::__2::function\2c\20sktext::gpu::RendererData\29>\20const&\29\20const -11884:\28anonymous\20namespace\29::DrawableSubRun::doFlatten\28SkWriteBuffer&\29\20const -11885:\28anonymous\20namespace\29::DrawAtlasPathShader::~DrawAtlasPathShader\28\29_10928 -11886:\28anonymous\20namespace\29::DrawAtlasPathShader::onTextureSampler\28int\29\20const -11887:\28anonymous\20namespace\29::DrawAtlasPathShader::name\28\29\20const -11888:\28anonymous\20namespace\29::DrawAtlasPathShader::makeProgramImpl\28GrShaderCaps\20const&\29\20const -11889:\28anonymous\20namespace\29::DrawAtlasPathShader::addToKey\28GrShaderCaps\20const&\2c\20skgpu::KeyBuilder*\29\20const -11890:\28anonymous\20namespace\29::DrawAtlasPathShader::Impl::setData\28GrGLSLProgramDataManager\20const&\2c\20GrShaderCaps\20const&\2c\20GrGeometryProcessor\20const&\29 -11891:\28anonymous\20namespace\29::DrawAtlasPathShader::Impl::onEmitCode\28GrGeometryProcessor::ProgramImpl::EmitArgs&\2c\20GrGeometryProcessor::ProgramImpl::GrGPArgs*\29 -11892:\28anonymous\20namespace\29::DrawAtlasOpImpl::~DrawAtlasOpImpl\28\29_10905 -11893:\28anonymous\20namespace\29::DrawAtlasOpImpl::onPrepareDraws\28GrMeshDrawTarget*\29 -11894:\28anonymous\20namespace\29::DrawAtlasOpImpl::onCreateProgramInfo\28GrCaps\20const*\2c\20SkArenaAlloc*\2c\20GrSurfaceProxyView\20const&\2c\20bool\2c\20GrAppliedClip&&\2c\20GrDstProxyView\20const&\2c\20GrXferBarrierFlags\2c\20GrLoadOp\29 -11895:\28anonymous\20namespace\29::DrawAtlasOpImpl::onCombineIfPossible\28GrOp*\2c\20SkArenaAlloc*\2c\20GrCaps\20const&\29 -11896:\28anonymous\20namespace\29::DrawAtlasOpImpl::name\28\29\20const -11897:\28anonymous\20namespace\29::DrawAtlasOpImpl::finalize\28GrCaps\20const&\2c\20GrAppliedClip\20const*\2c\20GrClampType\29 -11898:\28anonymous\20namespace\29::DirectMaskSubRun::unflattenSize\28\29\20const -11899:\28anonymous\20namespace\29::DirectMaskSubRun::regenerateAtlas\28int\2c\20int\2c\20std::__2::function\20\28sktext::gpu::GlyphVector*\2c\20int\2c\20int\2c\20skgpu::MaskFormat\2c\20int\29>\29\20const -11900:\28anonymous\20namespace\29::DirectMaskSubRun::doFlatten\28SkWriteBuffer&\29\20const -11901:\28anonymous\20namespace\29::DirectMaskSubRun::deviceRectAndNeedsTransform\28SkMatrix\20const&\29\20const -11902:\28anonymous\20namespace\29::DirectMaskSubRun::canReuse\28SkPaint\20const&\2c\20SkMatrix\20const&\29\20const -11903:\28anonymous\20namespace\29::DefaultPathOp::~DefaultPathOp\28\29_10881 -11904:\28anonymous\20namespace\29::DefaultPathOp::visitProxies\28std::__2::function\20const&\29\20const -11905:\28anonymous\20namespace\29::DefaultPathOp::onPrepareDraws\28GrMeshDrawTarget*\29 -11906:\28anonymous\20namespace\29::DefaultPathOp::onExecute\28GrOpFlushState*\2c\20SkRect\20const&\29 -11907:\28anonymous\20namespace\29::DefaultPathOp::onCreateProgramInfo\28GrCaps\20const*\2c\20SkArenaAlloc*\2c\20GrSurfaceProxyView\20const&\2c\20bool\2c\20GrAppliedClip&&\2c\20GrDstProxyView\20const&\2c\20GrXferBarrierFlags\2c\20GrLoadOp\29 -11908:\28anonymous\20namespace\29::DefaultPathOp::onCombineIfPossible\28GrOp*\2c\20SkArenaAlloc*\2c\20GrCaps\20const&\29 -11909:\28anonymous\20namespace\29::DefaultPathOp::name\28\29\20const -11910:\28anonymous\20namespace\29::DefaultPathOp::fixedFunctionFlags\28\29\20const -11911:\28anonymous\20namespace\29::DefaultPathOp::finalize\28GrCaps\20const&\2c\20GrAppliedClip\20const*\2c\20GrClampType\29 -11912:\28anonymous\20namespace\29::CircularRRectEffect::onMakeProgramImpl\28\29\20const -11913:\28anonymous\20namespace\29::CircularRRectEffect::onAddToKey\28GrShaderCaps\20const&\2c\20skgpu::KeyBuilder*\29\20const -11914:\28anonymous\20namespace\29::CircularRRectEffect::name\28\29\20const -11915:\28anonymous\20namespace\29::CircularRRectEffect::clone\28\29\20const -11916:\28anonymous\20namespace\29::CircularRRectEffect::Impl::onSetData\28GrGLSLProgramDataManager\20const&\2c\20GrFragmentProcessor\20const&\29 -11917:\28anonymous\20namespace\29::CircularRRectEffect::Impl::emitCode\28GrFragmentProcessor::ProgramImpl::EmitArgs&\29 -11918:\28anonymous\20namespace\29::CachedTessellationsRec::~CachedTessellationsRec\28\29_4925 -11919:\28anonymous\20namespace\29::CachedTessellationsRec::getCategory\28\29\20const -11920:\28anonymous\20namespace\29::CachedTessellationsRec::bytesUsed\28\29\20const -11921:\28anonymous\20namespace\29::CachedTessellations::~CachedTessellations\28\29_4931 -11922:\28anonymous\20namespace\29::CacheImpl::~CacheImpl\28\29_2559 -11923:\28anonymous\20namespace\29::CacheImpl::set\28SkImageFilterCacheKey\20const&\2c\20SkImageFilter\20const*\2c\20skif::FilterResult\20const&\29 -11924:\28anonymous\20namespace\29::CacheImpl::purge\28\29 -11925:\28anonymous\20namespace\29::CacheImpl::purgeByImageFilter\28SkImageFilter\20const*\29 -11926:\28anonymous\20namespace\29::CacheImpl::get\28SkImageFilterCacheKey\20const&\2c\20skif::FilterResult*\29\20const -11927:\28anonymous\20namespace\29::BoundingBoxShader::name\28\29\20const -11928:\28anonymous\20namespace\29::BoundingBoxShader::makeProgramImpl\28GrShaderCaps\20const&\29\20const::Impl::setData\28GrGLSLProgramDataManager\20const&\2c\20GrShaderCaps\20const&\2c\20GrGeometryProcessor\20const&\29 -11929:\28anonymous\20namespace\29::BoundingBoxShader::makeProgramImpl\28GrShaderCaps\20const&\29\20const::Impl::onEmitCode\28GrGeometryProcessor::ProgramImpl::EmitArgs&\2c\20GrGeometryProcessor::ProgramImpl::GrGPArgs*\29 -11930:\28anonymous\20namespace\29::BoundingBoxShader::makeProgramImpl\28GrShaderCaps\20const&\29\20const -11931:\28anonymous\20namespace\29::AAHairlineOp::~AAHairlineOp\28\29_10654 -11932:\28anonymous\20namespace\29::AAHairlineOp::visitProxies\28std::__2::function\20const&\29\20const -11933:\28anonymous\20namespace\29::AAHairlineOp::onPrepareDraws\28GrMeshDrawTarget*\29 -11934:\28anonymous\20namespace\29::AAHairlineOp::onPrePrepareDraws\28GrRecordingContext*\2c\20GrSurfaceProxyView\20const&\2c\20GrAppliedClip*\2c\20GrDstProxyView\20const&\2c\20GrXferBarrierFlags\2c\20GrLoadOp\29 -11935:\28anonymous\20namespace\29::AAHairlineOp::onExecute\28GrOpFlushState*\2c\20SkRect\20const&\29 -11936:\28anonymous\20namespace\29::AAHairlineOp::onCreateProgramInfo\28GrCaps\20const*\2c\20SkArenaAlloc*\2c\20GrSurfaceProxyView\20const&\2c\20bool\2c\20GrAppliedClip&&\2c\20GrDstProxyView\20const&\2c\20GrXferBarrierFlags\2c\20GrLoadOp\29 -11937:\28anonymous\20namespace\29::AAHairlineOp::onCombineIfPossible\28GrOp*\2c\20SkArenaAlloc*\2c\20GrCaps\20const&\29 -11938:\28anonymous\20namespace\29::AAHairlineOp::name\28\29\20const -11939:\28anonymous\20namespace\29::AAHairlineOp::fixedFunctionFlags\28\29\20const -11940:\28anonymous\20namespace\29::AAHairlineOp::finalize\28GrCaps\20const&\2c\20GrAppliedClip\20const*\2c\20GrClampType\29 -11941:\28anonymous\20namespace\29::A8Pass::startBlur\28\29 -11942:\28anonymous\20namespace\29::A8Pass::blurSegment\28int\2c\20void\20const*\2c\20int\2c\20void*\2c\20int\29 -11943:\28anonymous\20namespace\29::A8Pass::MakeMaker\28float\2c\20SkArenaAlloc*\29::Maker::makePass\28void*\2c\20SkArenaAlloc*\29\20const -11944:\28anonymous\20namespace\29::A8Pass::MakeMaker\28float\2c\20SkArenaAlloc*\29::Maker::bufferSizeBytes\28\29\20const -11945:YuvToRgbaRow -11946:YuvToRgba4444Row -11947:YuvToRgbRow -11948:YuvToRgb565Row -11949:YuvToBgraRow -11950:YuvToBgrRow -11951:YuvToArgbRow -11952:Write_CVT_Stretched -11953:Write_CVT -11954:WebPYuv444ToRgba_C -11955:WebPYuv444ToRgba4444_C -11956:WebPYuv444ToRgb_C -11957:WebPYuv444ToRgb565_C -11958:WebPYuv444ToBgra_C -11959:WebPYuv444ToBgr_C -11960:WebPYuv444ToArgb_C -11961:WebPRescalerImportRowShrink_C -11962:WebPRescalerImportRowExpand_C -11963:WebPRescalerExportRowShrink_C -11964:WebPRescalerExportRowExpand_C -11965:Vertish_SkAntiHairBlitter::drawLine\28int\2c\20int\2c\20int\2c\20int\29 -11966:Vertish_SkAntiHairBlitter::drawCap\28int\2c\20int\2c\20int\2c\20int\29 -11967:VerticalUnfilter_C -11968:VertState::Triangles\28VertState*\29 -11969:VertState::TrianglesX\28VertState*\29 -11970:VertState::TriangleStrip\28VertState*\29 -11971:VertState::TriangleStripX\28VertState*\29 -11972:VertState::TriangleFan\28VertState*\29 -11973:VertState::TriangleFanX\28VertState*\29 -11974:VR4_C -11975:VLine_SkAntiHairBlitter::drawLine\28int\2c\20int\2c\20int\2c\20int\29 -11976:VLine_SkAntiHairBlitter::drawCap\28int\2c\20int\2c\20int\2c\20int\29 -11977:VL4_C -11978:VE8uv_C -11979:VE4_C -11980:VE16_C -11981:UpsampleRgbaLinePair_C -11982:UpsampleRgba4444LinePair_C -11983:UpsampleRgbLinePair_C -11984:UpsampleRgb565LinePair_C -11985:UpsampleBgraLinePair_C -11986:UpsampleBgrLinePair_C -11987:UpsampleArgbLinePair_C -11988:TransformUV_C -11989:TransformDCUV_C -11990:TimeZoneDataDirInitFn\28UErrorCode&\29 -11991:TextureSourceImageGenerator::~TextureSourceImageGenerator\28\29_517 -11992:TextureSourceImageGenerator::generateExternalTexture\28GrRecordingContext*\2c\20skgpu::Mipmapped\29 -11993:TT_Set_MM_Blend -11994:TT_RunIns -11995:TT_Load_Simple_Glyph -11996:TT_Load_Glyph_Header -11997:TT_Load_Composite_Glyph -11998:TT_Get_Var_Design -11999:TT_Get_MM_Blend -12000:TT_Forget_Glyph_Frame -12001:TT_Access_Glyph_Frame -12002:TOUPPER\28unsigned\20char\29 -12003:TOLOWER\28unsigned\20char\29 -12004:TM8uv_C -12005:TM4_C -12006:TM16_C -12007:SquareCapper\28SkPathBuilder*\2c\20SkPoint\20const&\2c\20SkPoint\20const&\2c\20SkPoint\20const&\2c\20bool\29 -12008:Sprite_D32_S32::blitRect\28int\2c\20int\2c\20int\2c\20int\29 -12009:Skwasm::Surface::Surface\28\29::$_0::__invoke\28\29 -12010:SkWuffsFrameHolder::onGetFrame\28int\29\20const -12011:SkWuffsCodec::~SkWuffsCodec\28\29_12795 -12012:SkWuffsCodec::onIsAnimated\28\29 -12013:SkWuffsCodec::onGetRepetitionCount\28\29 -12014:SkWuffsCodec::onGetPixels\28SkImageInfo\20const&\2c\20void*\2c\20unsigned\20long\2c\20SkCodec::Options\20const&\2c\20int*\29 -12015:SkWuffsCodec::onGetFrameInfo\28int\2c\20SkCodec::FrameInfo*\29\20const -12016:SkWuffsCodec::onGetFrameCount\28\29 -12017:SkWuffsCodec::getFrameHolder\28\29\20const -12018:SkWuffsCodec::getEncodedData\28\29\20const -12019:SkWebpCodec::~SkWebpCodec\28\29_12526 -12020:SkWebpCodec::onIsAnimated\28\29 -12021:SkWebpCodec::onGetValidSubset\28SkIRect*\29\20const -12022:SkWebpCodec::onGetRepetitionCount\28\29 -12023:SkWebpCodec::onGetPixels\28SkImageInfo\20const&\2c\20void*\2c\20unsigned\20long\2c\20SkCodec::Options\20const&\2c\20int*\29 -12024:SkWebpCodec::onGetFrameInfo\28int\2c\20SkCodec::FrameInfo*\29\20const -12025:SkWebpCodec::onGetFrameCount\28\29 -12026:SkWebpCodec::getFrameHolder\28\29\20const -12027:SkWebpCodec::FrameHolder::~FrameHolder\28\29_12523 -12028:SkWebpCodec::FrameHolder::onGetFrame\28int\29\20const -12029:SkWeakRefCnt::internal_dispose\28\29\20const -12030:SkUnicode_icu::~SkUnicode_icu\28\29_7744 -12031:SkUnicode_icu::toUpper\28SkString\20const&\2c\20char\20const*\29 -12032:SkUnicode_icu::toUpper\28SkString\20const&\29 -12033:SkUnicode_icu::reorderVisual\28unsigned\20char\20const*\2c\20int\2c\20int*\29 -12034:SkUnicode_icu::makeBreakIterator\28char\20const*\2c\20SkUnicode::BreakType\29 -12035:SkUnicode_icu::makeBreakIterator\28SkUnicode::BreakType\29 -12036:SkUnicode_icu::makeBidiIterator\28unsigned\20short\20const*\2c\20int\2c\20SkBidiIterator::Direction\29 -12037:SkUnicode_icu::makeBidiIterator\28char\20const*\2c\20int\2c\20SkBidiIterator::Direction\29 -12038:SkUnicode_icu::isWhitespace\28int\29 -12039:SkUnicode_icu::isTabulation\28int\29 -12040:SkUnicode_icu::isSpace\28int\29 -12041:SkUnicode_icu::isRegionalIndicator\28int\29 -12042:SkUnicode_icu::isIdeographic\28int\29 -12043:SkUnicode_icu::isHardBreak\28int\29 -12044:SkUnicode_icu::isEmoji\28int\29 -12045:SkUnicode_icu::isEmojiModifier\28int\29 -12046:SkUnicode_icu::isEmojiModifierBase\28int\29 -12047:SkUnicode_icu::isEmojiComponent\28int\29 -12048:SkUnicode_icu::isControl\28int\29 -12049:SkUnicode_icu::getWords\28char\20const*\2c\20int\2c\20char\20const*\2c\20std::__2::vector>*\29 -12050:SkUnicode_icu::getUtf8Words\28char\20const*\2c\20int\2c\20char\20const*\2c\20std::__2::vector>*\29 -12051:SkUnicode_icu::getSentences\28char\20const*\2c\20int\2c\20char\20const*\2c\20std::__2::vector>*\29 -12052:SkUnicode_icu::getBidiRegions\28char\20const*\2c\20int\2c\20SkUnicode::TextDirection\2c\20std::__2::vector>*\29 -12053:SkUnicode_icu::computeCodeUnitFlags\28char16_t*\2c\20int\2c\20bool\2c\20skia_private::TArray*\29 -12054:SkUnicode_icu::computeCodeUnitFlags\28char*\2c\20int\2c\20bool\2c\20skia_private::TArray*\29 -12055:SkUnicodeBidiRunIterator::~SkUnicodeBidiRunIterator\28\29_14150 -12056:SkUnicodeBidiRunIterator::~SkUnicodeBidiRunIterator\28\29 -12057:SkUnicodeBidiRunIterator::endOfCurrentRun\28\29\20const -12058:SkUnicodeBidiRunIterator::currentLevel\28\29\20const -12059:SkUnicodeBidiRunIterator::consume\28\29 -12060:SkUnicodeBidiRunIterator::atEnd\28\29\20const -12061:SkTypeface_FreeTypeStream::~SkTypeface_FreeTypeStream\28\29_7991 -12062:SkTypeface_FreeTypeStream::onOpenStream\28int*\29\20const -12063:SkTypeface_FreeTypeStream::onMakeFontData\28\29\20const -12064:SkTypeface_FreeTypeStream::onMakeClone\28SkFontArguments\20const&\29\20const -12065:SkTypeface_FreeTypeStream::onGetFontDescriptor\28SkFontDescriptor*\2c\20bool*\29\20const -12066:SkTypeface_FreeType::onGlyphMaskNeedsCurrentColor\28\29\20const -12067:SkTypeface_FreeType::onGetVariationDesignPosition\28SkSpan\29\20const -12068:SkTypeface_FreeType::onGetVariationDesignParameters\28SkSpan\29\20const -12069:SkTypeface_FreeType::onGetUPEM\28\29\20const -12070:SkTypeface_FreeType::onGetTableTags\28SkSpan\29\20const -12071:SkTypeface_FreeType::onGetTableData\28unsigned\20int\2c\20unsigned\20long\2c\20unsigned\20long\2c\20void*\29\20const -12072:SkTypeface_FreeType::onGetPostScriptName\28SkString*\29\20const -12073:SkTypeface_FreeType::onGetKerningPairAdjustments\28SkSpan\2c\20SkSpan\29\20const -12074:SkTypeface_FreeType::onGetAdvancedMetrics\28\29\20const -12075:SkTypeface_FreeType::onFilterRec\28SkScalerContextRec*\29\20const -12076:SkTypeface_FreeType::onCreateScalerContext\28SkScalerContextEffects\20const&\2c\20SkDescriptor\20const*\29\20const -12077:SkTypeface_FreeType::onCreateScalerContextAsProxyTypeface\28SkScalerContextEffects\20const&\2c\20SkDescriptor\20const*\2c\20SkTypeface*\29\20const -12078:SkTypeface_FreeType::onCreateFamilyNameIterator\28\29\20const -12079:SkTypeface_FreeType::onCountGlyphs\28\29\20const -12080:SkTypeface_FreeType::onCopyTableData\28unsigned\20int\29\20const -12081:SkTypeface_FreeType::onCharsToGlyphs\28SkSpan\2c\20SkSpan\29\20const -12082:SkTypeface_FreeType::getPostScriptGlyphNames\28SkString*\29\20const -12083:SkTypeface_FreeType::getGlyphToUnicodeMap\28SkSpan\29\20const -12084:SkTypeface_Empty::~SkTypeface_Empty\28\29 -12085:SkTypeface_Custom::onGetFontDescriptor\28SkFontDescriptor*\2c\20bool*\29\20const -12086:SkTypeface::onOpenExistingStream\28int*\29\20const -12087:SkTypeface::onCreateScalerContextAsProxyTypeface\28SkScalerContextEffects\20const&\2c\20SkDescriptor\20const*\2c\20SkTypeface*\29\20const -12088:SkTypeface::onCopyTableData\28unsigned\20int\29\20const -12089:SkTypeface::onComputeBounds\28SkRect*\29\20const -12090:SkTriColorShader::type\28\29\20const -12091:SkTriColorShader::isOpaque\28\29\20const -12092:SkTriColorShader::appendStages\28SkStageRec\20const&\2c\20SkShaders::MatrixRec\20const&\29\20const -12093:SkTransformShader::type\28\29\20const -12094:SkTransformShader::appendStages\28SkStageRec\20const&\2c\20SkShaders::MatrixRec\20const&\29\20const -12095:SkTQuad::subDivide\28double\2c\20double\2c\20SkTCurve*\29\20const -12096:SkTQuad::setBounds\28SkDRect*\29\20const -12097:SkTQuad::ptAtT\28double\29\20const -12098:SkTQuad::make\28SkArenaAlloc&\29\20const -12099:SkTQuad::intersectRay\28SkIntersections*\2c\20SkDLine\20const&\29\20const -12100:SkTQuad::hullIntersects\28SkTCurve\20const&\2c\20bool*\29\20const -12101:SkTQuad::dxdyAtT\28double\29\20const -12102:SkTQuad::debugInit\28\29 -12103:SkTMaskGamma<3\2c\203\2c\203>::~SkTMaskGamma\28\29_4065 -12104:SkTCubic::subDivide\28double\2c\20double\2c\20SkTCurve*\29\20const -12105:SkTCubic::setBounds\28SkDRect*\29\20const -12106:SkTCubic::ptAtT\28double\29\20const -12107:SkTCubic::otherPts\28int\2c\20SkDPoint\20const**\29\20const -12108:SkTCubic::maxIntersections\28\29\20const -12109:SkTCubic::make\28SkArenaAlloc&\29\20const -12110:SkTCubic::intersectRay\28SkIntersections*\2c\20SkDLine\20const&\29\20const -12111:SkTCubic::hullIntersects\28SkTCurve\20const&\2c\20bool*\29\20const -12112:SkTCubic::hullIntersects\28SkDCubic\20const&\2c\20bool*\29\20const -12113:SkTCubic::dxdyAtT\28double\29\20const -12114:SkTCubic::debugInit\28\29 -12115:SkTCubic::controlsInside\28\29\20const -12116:SkTCubic::collapsed\28\29\20const -12117:SkTConic::subDivide\28double\2c\20double\2c\20SkTCurve*\29\20const -12118:SkTConic::setBounds\28SkDRect*\29\20const -12119:SkTConic::ptAtT\28double\29\20const -12120:SkTConic::make\28SkArenaAlloc&\29\20const -12121:SkTConic::intersectRay\28SkIntersections*\2c\20SkDLine\20const&\29\20const -12122:SkTConic::hullIntersects\28SkTCurve\20const&\2c\20bool*\29\20const -12123:SkTConic::hullIntersects\28SkDQuad\20const&\2c\20bool*\29\20const -12124:SkTConic::dxdyAtT\28double\29\20const -12125:SkTConic::debugInit\28\29 -12126:SkSynchronizedResourceCache::~SkSynchronizedResourceCache\28\29_4369 -12127:SkSynchronizedResourceCache::visitAll\28void\20\28*\29\28SkResourceCache::Rec\20const&\2c\20void*\29\2c\20void*\29 -12128:SkSynchronizedResourceCache::setTotalByteLimit\28unsigned\20long\29 -12129:SkSynchronizedResourceCache::setSingleAllocationByteLimit\28unsigned\20long\29 -12130:SkSynchronizedResourceCache::purgeAll\28\29 -12131:SkSynchronizedResourceCache::newCachedData\28unsigned\20long\29 -12132:SkSynchronizedResourceCache::getTotalBytesUsed\28\29\20const -12133:SkSynchronizedResourceCache::getTotalByteLimit\28\29\20const -12134:SkSynchronizedResourceCache::getSingleAllocationByteLimit\28\29\20const -12135:SkSynchronizedResourceCache::getEffectiveSingleAllocationByteLimit\28\29\20const -12136:SkSynchronizedResourceCache::find\28SkResourceCache::Key\20const&\2c\20bool\20\28*\29\28SkResourceCache::Rec\20const&\2c\20void*\29\2c\20void*\29 -12137:SkSynchronizedResourceCache::dump\28\29\20const -12138:SkSynchronizedResourceCache::discardableFactory\28\29\20const -12139:SkSynchronizedResourceCache::add\28SkResourceCache::Rec*\2c\20void*\29 -12140:SkSweepGradient::getTypeName\28\29\20const -12141:SkSweepGradient::flatten\28SkWriteBuffer&\29\20const -12142:SkSweepGradient::asGradient\28SkShaderBase::GradientInfo*\2c\20SkMatrix*\29\20const -12143:SkSweepGradient::appendGradientStages\28SkArenaAlloc*\2c\20SkRasterPipeline*\2c\20SkRasterPipeline*\29\20const -12144:SkSurface_Raster::~SkSurface_Raster\28\29_4634 -12145:SkSurface_Raster::onWritePixels\28SkPixmap\20const&\2c\20int\2c\20int\29 -12146:SkSurface_Raster::onRestoreBackingMutability\28\29 -12147:SkSurface_Raster::onNewSurface\28SkImageInfo\20const&\29 -12148:SkSurface_Raster::onNewImageSnapshot\28SkIRect\20const*\29 -12149:SkSurface_Raster::onNewCanvas\28\29 -12150:SkSurface_Raster::onDraw\28SkCanvas*\2c\20float\2c\20float\2c\20SkSamplingOptions\20const&\2c\20SkPaint\20const*\29 -12151:SkSurface_Raster::onCopyOnWrite\28SkSurface::ContentChangeMode\29 -12152:SkSurface_Raster::imageInfo\28\29\20const -12153:SkSurface_Ganesh::~SkSurface_Ganesh\28\29_11610 -12154:SkSurface_Ganesh::replaceBackendTexture\28GrBackendTexture\20const&\2c\20GrSurfaceOrigin\2c\20SkSurface::ContentChangeMode\2c\20void\20\28*\29\28void*\29\2c\20void*\29 -12155:SkSurface_Ganesh::onWritePixels\28SkPixmap\20const&\2c\20int\2c\20int\29 -12156:SkSurface_Ganesh::onWait\28int\2c\20GrBackendSemaphore\20const*\2c\20bool\29 -12157:SkSurface_Ganesh::onNewSurface\28SkImageInfo\20const&\29 -12158:SkSurface_Ganesh::onNewImageSnapshot\28SkIRect\20const*\29 -12159:SkSurface_Ganesh::onNewCanvas\28\29 -12160:SkSurface_Ganesh::onIsCompatible\28GrSurfaceCharacterization\20const&\29\20const -12161:SkSurface_Ganesh::onGetRecordingContext\28\29\20const -12162:SkSurface_Ganesh::onDraw\28SkCanvas*\2c\20float\2c\20float\2c\20SkSamplingOptions\20const&\2c\20SkPaint\20const*\29 -12163:SkSurface_Ganesh::onCopyOnWrite\28SkSurface::ContentChangeMode\29 -12164:SkSurface_Ganesh::onCharacterize\28GrSurfaceCharacterization*\29\20const -12165:SkSurface_Ganesh::onCapabilities\28\29 -12166:SkSurface_Ganesh::onAsyncRescaleAndReadPixels\28SkImageInfo\20const&\2c\20SkIRect\2c\20SkImage::RescaleGamma\2c\20SkImage::RescaleMode\2c\20void\20\28*\29\28void*\2c\20std::__2::unique_ptr>\29\2c\20void*\29 -12167:SkSurface_Ganesh::onAsyncRescaleAndReadPixelsYUV420\28SkYUVColorSpace\2c\20bool\2c\20sk_sp\2c\20SkIRect\2c\20SkISize\2c\20SkImage::RescaleGamma\2c\20SkImage::RescaleMode\2c\20void\20\28*\29\28void*\2c\20std::__2::unique_ptr>\29\2c\20void*\29 -12168:SkSurface_Ganesh::imageInfo\28\29\20const -12169:SkSurface_Base::onMakeTemporaryImage\28\29 -12170:SkSurface_Base::onAsyncRescaleAndReadPixels\28SkImageInfo\20const&\2c\20SkIRect\2c\20SkImage::RescaleGamma\2c\20SkImage::RescaleMode\2c\20void\20\28*\29\28void*\2c\20std::__2::unique_ptr>\29\2c\20void*\29 -12171:SkSurface::imageInfo\28\29\20const -12172:SkStrikeCache::~SkStrikeCache\28\29_4286 -12173:SkStrikeCache::findOrCreateScopedStrike\28SkStrikeSpec\20const&\29 -12174:SkStrike::~SkStrike\28\29_4271 -12175:SkStrike::strikePromise\28\29 -12176:SkStrike::roundingSpec\28\29\20const -12177:SkStrike::getDescriptor\28\29\20const -12178:SkSpriteBlitter_Memcpy::blitRect\28int\2c\20int\2c\20int\2c\20int\29 -12179:SkSpriteBlitter::setup\28SkPixmap\20const&\2c\20int\2c\20int\2c\20SkPaint\20const&\29 -12180:SkSpriteBlitter::blitV\28int\2c\20int\2c\20int\2c\20unsigned\20char\29 -12181:SkSpriteBlitter::blitMask\28SkMask\20const&\2c\20SkIRect\20const&\29 -12182:SkSpriteBlitter::blitH\28int\2c\20int\2c\20int\29 -12183:SkSpecialImage_Raster::~SkSpecialImage_Raster\28\29_4207 -12184:SkSpecialImage_Raster::onMakeBackingStoreSubset\28SkIRect\20const&\29\20const -12185:SkSpecialImage_Raster::getSize\28\29\20const -12186:SkSpecialImage_Raster::backingStoreDimensions\28\29\20const -12187:SkSpecialImage_Raster::asShader\28SkTileMode\2c\20SkSamplingOptions\20const&\2c\20SkMatrix\20const&\2c\20bool\29\20const -12188:SkSpecialImage_Raster::asImage\28\29\20const -12189:SkSpecialImage_Gpu::~SkSpecialImage_Gpu\28\29_10576 -12190:SkSpecialImage_Gpu::onMakeBackingStoreSubset\28SkIRect\20const&\29\20const -12191:SkSpecialImage_Gpu::getSize\28\29\20const -12192:SkSpecialImage_Gpu::backingStoreDimensions\28\29\20const -12193:SkSpecialImage_Gpu::asImage\28\29\20const -12194:SkSpecialImage::asShader\28SkTileMode\2c\20SkSamplingOptions\20const&\2c\20SkMatrix\20const&\2c\20bool\29\20const -12195:SkShaper::TrivialLanguageRunIterator::~TrivialLanguageRunIterator\28\29_14143 -12196:SkShaper::TrivialLanguageRunIterator::currentLanguage\28\29\20const -12197:SkShaper::TrivialFontRunIterator::~TrivialFontRunIterator\28\29_7241 -12198:SkShaper::TrivialBiDiRunIterator::currentLevel\28\29\20const -12199:SkShaderBlurAlgorithm::maxSigma\28\29\20const -12200:SkShaderBlurAlgorithm::blur\28SkSize\2c\20sk_sp\2c\20SkIRect\20const&\2c\20SkTileMode\2c\20SkIRect\20const&\29\20const -12201:SkScan::HairSquarePath\28SkPath\20const&\2c\20SkRasterClip\20const&\2c\20SkBlitter*\29 -12202:SkScan::HairRoundPath\28SkPath\20const&\2c\20SkRasterClip\20const&\2c\20SkBlitter*\29 -12203:SkScan::HairPath\28SkPath\20const&\2c\20SkRasterClip\20const&\2c\20SkBlitter*\29 -12204:SkScan::AntiHairSquarePath\28SkPath\20const&\2c\20SkRasterClip\20const&\2c\20SkBlitter*\29 -12205:SkScan::AntiHairRoundPath\28SkPath\20const&\2c\20SkRasterClip\20const&\2c\20SkBlitter*\29 -12206:SkScan::AntiHairPath\28SkPath\20const&\2c\20SkRasterClip\20const&\2c\20SkBlitter*\29 -12207:SkScan::AntiFillPath\28SkPath\20const&\2c\20SkRasterClip\20const&\2c\20SkBlitter*\29 -12208:SkScalingCodec::onGetScaledDimensions\28float\29\20const -12209:SkScalingCodec::onDimensionsSupported\28SkISize\20const&\29 -12210:SkScalerContext_FreeType::~SkScalerContext_FreeType\28\29_7927 -12211:SkScalerContext_FreeType::generatePath\28SkGlyph\20const&\2c\20SkPath*\2c\20bool*\29 -12212:SkScalerContext_FreeType::generateMetrics\28SkGlyph\20const&\2c\20SkArenaAlloc*\29 -12213:SkScalerContext_FreeType::generateImage\28SkGlyph\20const&\2c\20void*\29 -12214:SkScalerContext_FreeType::generateFontMetrics\28SkFontMetrics*\29 -12215:SkScalerContext_FreeType::generateDrawable\28SkGlyph\20const&\29 -12216:SkScalerContext::MakeEmpty\28SkTypeface&\2c\20SkScalerContextEffects\20const&\2c\20SkDescriptor\20const*\29::SkScalerContext_Empty::~SkScalerContext_Empty\28\29 -12217:SkScalerContext::MakeEmpty\28SkTypeface&\2c\20SkScalerContextEffects\20const&\2c\20SkDescriptor\20const*\29::SkScalerContext_Empty::generatePath\28SkGlyph\20const&\2c\20SkPath*\2c\20bool*\29 -12218:SkScalerContext::MakeEmpty\28SkTypeface&\2c\20SkScalerContextEffects\20const&\2c\20SkDescriptor\20const*\29::SkScalerContext_Empty::generateMetrics\28SkGlyph\20const&\2c\20SkArenaAlloc*\29 -12219:SkScalerContext::MakeEmpty\28SkTypeface&\2c\20SkScalerContextEffects\20const&\2c\20SkDescriptor\20const*\29::SkScalerContext_Empty::generateFontMetrics\28SkFontMetrics*\29 -12220:SkSampledCodec::onGetSampledDimensions\28int\29\20const -12221:SkSampledCodec::onGetAndroidPixels\28SkImageInfo\20const&\2c\20void*\2c\20unsigned\20long\2c\20SkAndroidCodec::AndroidOptions\20const&\29 -12222:SkSRGBColorSpaceLuminance::toLuma\28float\2c\20float\29\20const -12223:SkSRGBColorSpaceLuminance::fromLuma\28float\2c\20float\29\20const -12224:SkSL::simplify_componentwise\28SkSL::Context\20const&\2c\20SkSL::Position\2c\20SkSL::Expression\20const&\2c\20SkSL::Operator\2c\20SkSL::Expression\20const&\29::$_3::__invoke\28double\2c\20double\29 -12225:SkSL::simplify_componentwise\28SkSL::Context\20const&\2c\20SkSL::Position\2c\20SkSL::Expression\20const&\2c\20SkSL::Operator\2c\20SkSL::Expression\20const&\29::$_2::__invoke\28double\2c\20double\29 -12226:SkSL::simplify_componentwise\28SkSL::Context\20const&\2c\20SkSL::Position\2c\20SkSL::Expression\20const&\2c\20SkSL::Operator\2c\20SkSL::Expression\20const&\29::$_1::__invoke\28double\2c\20double\29 -12227:SkSL::simplify_componentwise\28SkSL::Context\20const&\2c\20SkSL::Position\2c\20SkSL::Expression\20const&\2c\20SkSL::Operator\2c\20SkSL::Expression\20const&\29::$_0::__invoke\28double\2c\20double\29 -12228:SkSL::negate_value\28double\29 -12229:SkSL::eliminate_unreachable_code\28SkSpan>>\2c\20SkSL::ProgramUsage*\29::UnreachableCodeEliminator::~UnreachableCodeEliminator\28\29_6607 -12230:SkSL::eliminate_dead_local_variables\28SkSL::Context\20const&\2c\20SkSpan>>\2c\20SkSL::ProgramUsage*\29::DeadLocalVariableEliminator::~DeadLocalVariableEliminator\28\29_6604 -12231:SkSL::eliminate_dead_local_variables\28SkSL::Context\20const&\2c\20SkSpan>>\2c\20SkSL::ProgramUsage*\29::DeadLocalVariableEliminator::visitStatementPtr\28std::__2::unique_ptr>&\29 -12232:SkSL::eliminate_dead_local_variables\28SkSL::Context\20const&\2c\20SkSpan>>\2c\20SkSL::ProgramUsage*\29::DeadLocalVariableEliminator::visitExpressionPtr\28std::__2::unique_ptr>&\29 -12233:SkSL::count_returns_at_end_of_control_flow\28SkSL::FunctionDefinition\20const&\29::CountReturnsAtEndOfControlFlow::visitStatement\28SkSL::Statement\20const&\29 -12234:SkSL::bitwise_not_value\28double\29 -12235:SkSL::\28anonymous\20namespace\29::VariableWriteVisitor::visitExpression\28SkSL::Expression\20const&\29 -12236:SkSL::\28anonymous\20namespace\29::SampleOutsideMainVisitor::visitProgramElement\28SkSL::ProgramElement\20const&\29 -12237:SkSL::\28anonymous\20namespace\29::SampleOutsideMainVisitor::visitExpression\28SkSL::Expression\20const&\29 -12238:SkSL::\28anonymous\20namespace\29::ReturnsNonOpaqueColorVisitor::visitStatement\28SkSL::Statement\20const&\29 -12239:SkSL::\28anonymous\20namespace\29::ReturnsInputAlphaVisitor::visitStatement\28SkSL::Statement\20const&\29 -12240:SkSL::\28anonymous\20namespace\29::NodeCountVisitor::visitProgramElement\28SkSL::ProgramElement\20const&\29 -12241:SkSL::\28anonymous\20namespace\29::NodeCountVisitor::visitExpression\28SkSL::Expression\20const&\29 -12242:SkSL::\28anonymous\20namespace\29::MergeSampleUsageVisitor::visitProgramElement\28SkSL::ProgramElement\20const&\29 -12243:SkSL::\28anonymous\20namespace\29::MergeSampleUsageVisitor::visitExpression\28SkSL::Expression\20const&\29 -12244:SkSL::\28anonymous\20namespace\29::FinalizationVisitor::~FinalizationVisitor\28\29_5767 -12245:SkSL::\28anonymous\20namespace\29::FinalizationVisitor::visitExpression\28SkSL::Expression\20const&\29 -12246:SkSL::\28anonymous\20namespace\29::ES2IndexingVisitor::~ES2IndexingVisitor\28\29_5790 -12247:SkSL::\28anonymous\20namespace\29::ES2IndexingVisitor::visitStatement\28SkSL::Statement\20const&\29 -12248:SkSL::\28anonymous\20namespace\29::ES2IndexingVisitor::visitExpression\28SkSL::Expression\20const&\29 -12249:SkSL::VectorType::isOrContainsBool\28\29\20const -12250:SkSL::VectorType::isAllowedInUniform\28SkSL::Position*\29\20const -12251:SkSL::VectorType::isAllowedInES2\28\29\20const -12252:SkSL::VariableReference::clone\28SkSL::Position\29\20const -12253:SkSL::Variable::~Variable\28\29_6572 -12254:SkSL::Variable::setInterfaceBlock\28SkSL::InterfaceBlock*\29 -12255:SkSL::Variable::mangledName\28\29\20const -12256:SkSL::Variable::layout\28\29\20const -12257:SkSL::Variable::description\28\29\20const -12258:SkSL::VarDeclaration::~VarDeclaration\28\29_6570 -12259:SkSL::VarDeclaration::description\28\29\20const -12260:SkSL::TypeReference::clone\28SkSL::Position\29\20const -12261:SkSL::Type::minimumValue\28\29\20const -12262:SkSL::Type::maximumValue\28\29\20const -12263:SkSL::Type::matches\28SkSL::Type\20const&\29\20const -12264:SkSL::Type::isAllowedInUniform\28SkSL::Position*\29\20const -12265:SkSL::Type::fields\28\29\20const -12266:SkSL::Type::description\28\29\20const -12267:SkSL::Transform::HoistSwitchVarDeclarationsAtTopLevel\28SkSL::Context\20const&\2c\20skia_private::STArray<2\2c\20std::__2::unique_ptr>\2c\20true>&\2c\20SkSL::SymbolTable&\2c\20SkSL::Position\29::HoistSwitchVarDeclsVisitor::~HoistSwitchVarDeclsVisitor\28\29_6621 -12268:SkSL::Tracer::var\28int\2c\20int\29 -12269:SkSL::Tracer::scope\28int\29 -12270:SkSL::Tracer::line\28int\29 -12271:SkSL::Tracer::exit\28int\29 -12272:SkSL::Tracer::enter\28int\29 -12273:SkSL::TextureType::textureAccess\28\29\20const -12274:SkSL::TextureType::isMultisampled\28\29\20const -12275:SkSL::TextureType::isDepth\28\29\20const -12276:SkSL::TernaryExpression::~TernaryExpression\28\29_6385 -12277:SkSL::TernaryExpression::description\28SkSL::OperatorPrecedence\29\20const -12278:SkSL::TernaryExpression::clone\28SkSL::Position\29\20const -12279:SkSL::TProgramVisitor::visitExpression\28SkSL::Expression&\29 -12280:SkSL::Swizzle::description\28SkSL::OperatorPrecedence\29\20const -12281:SkSL::Swizzle::clone\28SkSL::Position\29\20const -12282:SkSL::SwitchStatement::description\28\29\20const -12283:SkSL::SwitchCase::description\28\29\20const -12284:SkSL::StructType::slotType\28unsigned\20long\29\20const -12285:SkSL::StructType::isOrContainsUnsizedArray\28\29\20const -12286:SkSL::StructType::isOrContainsBool\28\29\20const -12287:SkSL::StructType::isOrContainsAtomic\28\29\20const -12288:SkSL::StructType::isOrContainsArray\28\29\20const -12289:SkSL::StructType::isInterfaceBlock\28\29\20const -12290:SkSL::StructType::isBuiltin\28\29\20const -12291:SkSL::StructType::isAllowedInUniform\28SkSL::Position*\29\20const -12292:SkSL::StructType::isAllowedInES2\28\29\20const -12293:SkSL::StructType::fields\28\29\20const -12294:SkSL::StructDefinition::description\28\29\20const -12295:SkSL::StringStream::~StringStream\28\29_12458 -12296:SkSL::StringStream::write\28void\20const*\2c\20unsigned\20long\29 -12297:SkSL::StringStream::writeText\28char\20const*\29 -12298:SkSL::StringStream::write8\28unsigned\20char\29 -12299:SkSL::Setting::description\28SkSL::OperatorPrecedence\29\20const -12300:SkSL::Setting::clone\28SkSL::Position\29\20const -12301:SkSL::ScalarType::priority\28\29\20const -12302:SkSL::ScalarType::numberKind\28\29\20const -12303:SkSL::ScalarType::minimumValue\28\29\20const -12304:SkSL::ScalarType::maximumValue\28\29\20const -12305:SkSL::ScalarType::isOrContainsBool\28\29\20const -12306:SkSL::ScalarType::isAllowedInUniform\28SkSL::Position*\29\20const -12307:SkSL::ScalarType::isAllowedInES2\28\29\20const -12308:SkSL::ScalarType::bitWidth\28\29\20const -12309:SkSL::SamplerType::textureAccess\28\29\20const -12310:SkSL::SamplerType::isMultisampled\28\29\20const -12311:SkSL::SamplerType::isDepth\28\29\20const -12312:SkSL::SamplerType::isArrayedTexture\28\29\20const -12313:SkSL::SamplerType::dimensions\28\29\20const -12314:SkSL::ReturnStatement::description\28\29\20const -12315:SkSL::RP::VariableLValue::store\28SkSL::RP::Generator*\2c\20SkSL::RP::SlotRange\2c\20SkSL::RP::AutoStack*\2c\20SkSpan\29 -12316:SkSL::RP::VariableLValue::push\28SkSL::RP::Generator*\2c\20SkSL::RP::SlotRange\2c\20SkSL::RP::AutoStack*\2c\20SkSpan\29 -12317:SkSL::RP::VariableLValue::isWritable\28\29\20const -12318:SkSL::RP::UnownedLValueSlice::store\28SkSL::RP::Generator*\2c\20SkSL::RP::SlotRange\2c\20SkSL::RP::AutoStack*\2c\20SkSpan\29 -12319:SkSL::RP::UnownedLValueSlice::push\28SkSL::RP::Generator*\2c\20SkSL::RP::SlotRange\2c\20SkSL::RP::AutoStack*\2c\20SkSpan\29 -12320:SkSL::RP::UnownedLValueSlice::fixedSlotRange\28SkSL::RP::Generator*\29 -12321:SkSL::RP::SwizzleLValue::~SwizzleLValue\28\29_6062 -12322:SkSL::RP::SwizzleLValue::swizzle\28\29 -12323:SkSL::RP::SwizzleLValue::store\28SkSL::RP::Generator*\2c\20SkSL::RP::SlotRange\2c\20SkSL::RP::AutoStack*\2c\20SkSpan\29 -12324:SkSL::RP::SwizzleLValue::push\28SkSL::RP::Generator*\2c\20SkSL::RP::SlotRange\2c\20SkSL::RP::AutoStack*\2c\20SkSpan\29 -12325:SkSL::RP::SwizzleLValue::fixedSlotRange\28SkSL::RP::Generator*\29 -12326:SkSL::RP::ScratchLValue::~ScratchLValue\28\29_5956 -12327:SkSL::RP::ScratchLValue::push\28SkSL::RP::Generator*\2c\20SkSL::RP::SlotRange\2c\20SkSL::RP::AutoStack*\2c\20SkSpan\29 -12328:SkSL::RP::ScratchLValue::fixedSlotRange\28SkSL::RP::Generator*\29 -12329:SkSL::RP::LValueSlice::~LValueSlice\28\29_6060 -12330:SkSL::RP::ImmutableLValue::push\28SkSL::RP::Generator*\2c\20SkSL::RP::SlotRange\2c\20SkSL::RP::AutoStack*\2c\20SkSpan\29 -12331:SkSL::RP::DynamicIndexLValue::~DynamicIndexLValue\28\29_6054 -12332:SkSL::RP::DynamicIndexLValue::store\28SkSL::RP::Generator*\2c\20SkSL::RP::SlotRange\2c\20SkSL::RP::AutoStack*\2c\20SkSpan\29 -12333:SkSL::RP::DynamicIndexLValue::push\28SkSL::RP::Generator*\2c\20SkSL::RP::SlotRange\2c\20SkSL::RP::AutoStack*\2c\20SkSpan\29 -12334:SkSL::RP::DynamicIndexLValue::isWritable\28\29\20const -12335:SkSL::RP::DynamicIndexLValue::fixedSlotRange\28SkSL::RP::Generator*\29 -12336:SkSL::ProgramVisitor::visitStatementPtr\28std::__2::unique_ptr>\20const&\29 -12337:SkSL::ProgramVisitor::visitExpressionPtr\28std::__2::unique_ptr>\20const&\29 -12338:SkSL::PrefixExpression::~PrefixExpression\28\29_6345 -12339:SkSL::PrefixExpression::~PrefixExpression\28\29 -12340:SkSL::PrefixExpression::description\28SkSL::OperatorPrecedence\29\20const -12341:SkSL::PrefixExpression::clone\28SkSL::Position\29\20const -12342:SkSL::PostfixExpression::description\28SkSL::OperatorPrecedence\29\20const -12343:SkSL::PostfixExpression::clone\28SkSL::Position\29\20const -12344:SkSL::Poison::description\28SkSL::OperatorPrecedence\29\20const -12345:SkSL::Poison::clone\28SkSL::Position\29\20const -12346:SkSL::PipelineStage::Callbacks::getMainName\28\29 -12347:SkSL::Parser::Checkpoint::ForwardingErrorReporter::~ForwardingErrorReporter\28\29_5720 -12348:SkSL::Parser::Checkpoint::ForwardingErrorReporter::handleError\28std::__2::basic_string_view>\2c\20SkSL::Position\29 -12349:SkSL::Nop::description\28\29\20const -12350:SkSL::ModifiersDeclaration::description\28\29\20const -12351:SkSL::MethodReference::description\28SkSL::OperatorPrecedence\29\20const -12352:SkSL::MethodReference::clone\28SkSL::Position\29\20const -12353:SkSL::MatrixType::slotCount\28\29\20const -12354:SkSL::MatrixType::rows\28\29\20const -12355:SkSL::MatrixType::isAllowedInES2\28\29\20const -12356:SkSL::LiteralType::minimumValue\28\29\20const -12357:SkSL::LiteralType::maximumValue\28\29\20const -12358:SkSL::LiteralType::isOrContainsBool\28\29\20const -12359:SkSL::Literal::getConstantValue\28int\29\20const -12360:SkSL::Literal::description\28SkSL::OperatorPrecedence\29\20const -12361:SkSL::Literal::compareConstant\28SkSL::Expression\20const&\29\20const -12362:SkSL::Literal::clone\28SkSL::Position\29\20const -12363:SkSL::Intrinsics::\28anonymous\20namespace\29::evaluate_uintBitsToFloat\28double\2c\20double\2c\20double\29 -12364:SkSL::Intrinsics::\28anonymous\20namespace\29::evaluate_trunc\28double\2c\20double\2c\20double\29 -12365:SkSL::Intrinsics::\28anonymous\20namespace\29::evaluate_tanh\28double\2c\20double\2c\20double\29 -12366:SkSL::Intrinsics::\28anonymous\20namespace\29::evaluate_tan\28double\2c\20double\2c\20double\29 -12367:SkSL::Intrinsics::\28anonymous\20namespace\29::evaluate_sub\28double\2c\20double\2c\20double\29 -12368:SkSL::Intrinsics::\28anonymous\20namespace\29::evaluate_step\28double\2c\20double\2c\20double\29 -12369:SkSL::Intrinsics::\28anonymous\20namespace\29::evaluate_sqrt\28double\2c\20double\2c\20double\29 -12370:SkSL::Intrinsics::\28anonymous\20namespace\29::evaluate_smoothstep\28double\2c\20double\2c\20double\29 -12371:SkSL::Intrinsics::\28anonymous\20namespace\29::evaluate_sinh\28double\2c\20double\2c\20double\29 -12372:SkSL::Intrinsics::\28anonymous\20namespace\29::evaluate_sin\28double\2c\20double\2c\20double\29 -12373:SkSL::Intrinsics::\28anonymous\20namespace\29::evaluate_sign\28double\2c\20double\2c\20double\29 -12374:SkSL::Intrinsics::\28anonymous\20namespace\29::evaluate_saturate\28double\2c\20double\2c\20double\29 -12375:SkSL::Intrinsics::\28anonymous\20namespace\29::evaluate_round\28double\2c\20double\2c\20double\29 -12376:SkSL::Intrinsics::\28anonymous\20namespace\29::evaluate_radians\28double\2c\20double\2c\20double\29 -12377:SkSL::Intrinsics::\28anonymous\20namespace\29::evaluate_pow\28double\2c\20double\2c\20double\29 -12378:SkSL::Intrinsics::\28anonymous\20namespace\29::evaluate_opposite_sign\28double\2c\20double\2c\20double\29 -12379:SkSL::Intrinsics::\28anonymous\20namespace\29::evaluate_not\28double\2c\20double\2c\20double\29 -12380:SkSL::Intrinsics::\28anonymous\20namespace\29::evaluate_mod\28double\2c\20double\2c\20double\29 -12381:SkSL::Intrinsics::\28anonymous\20namespace\29::evaluate_mix\28double\2c\20double\2c\20double\29 -12382:SkSL::Intrinsics::\28anonymous\20namespace\29::evaluate_min\28double\2c\20double\2c\20double\29 -12383:SkSL::Intrinsics::\28anonymous\20namespace\29::evaluate_max\28double\2c\20double\2c\20double\29 -12384:SkSL::Intrinsics::\28anonymous\20namespace\29::evaluate_log\28double\2c\20double\2c\20double\29 -12385:SkSL::Intrinsics::\28anonymous\20namespace\29::evaluate_log2\28double\2c\20double\2c\20double\29 -12386:SkSL::Intrinsics::\28anonymous\20namespace\29::evaluate_inversesqrt\28double\2c\20double\2c\20double\29 -12387:SkSL::Intrinsics::\28anonymous\20namespace\29::evaluate_intBitsToFloat\28double\2c\20double\2c\20double\29 -12388:SkSL::Intrinsics::\28anonymous\20namespace\29::evaluate_fract\28double\2c\20double\2c\20double\29 -12389:SkSL::Intrinsics::\28anonymous\20namespace\29::evaluate_fma\28double\2c\20double\2c\20double\29 -12390:SkSL::Intrinsics::\28anonymous\20namespace\29::evaluate_floor\28double\2c\20double\2c\20double\29 -12391:SkSL::Intrinsics::\28anonymous\20namespace\29::evaluate_floatBitsToUint\28double\2c\20double\2c\20double\29 -12392:SkSL::Intrinsics::\28anonymous\20namespace\29::evaluate_floatBitsToInt\28double\2c\20double\2c\20double\29 -12393:SkSL::Intrinsics::\28anonymous\20namespace\29::evaluate_exp\28double\2c\20double\2c\20double\29 -12394:SkSL::Intrinsics::\28anonymous\20namespace\29::evaluate_exp2\28double\2c\20double\2c\20double\29 -12395:SkSL::Intrinsics::\28anonymous\20namespace\29::evaluate_div\28double\2c\20double\2c\20double\29 -12396:SkSL::Intrinsics::\28anonymous\20namespace\29::evaluate_degrees\28double\2c\20double\2c\20double\29 -12397:SkSL::Intrinsics::\28anonymous\20namespace\29::evaluate_cosh\28double\2c\20double\2c\20double\29 -12398:SkSL::Intrinsics::\28anonymous\20namespace\29::evaluate_cos\28double\2c\20double\2c\20double\29 -12399:SkSL::Intrinsics::\28anonymous\20namespace\29::evaluate_clamp\28double\2c\20double\2c\20double\29 -12400:SkSL::Intrinsics::\28anonymous\20namespace\29::evaluate_ceil\28double\2c\20double\2c\20double\29 -12401:SkSL::Intrinsics::\28anonymous\20namespace\29::evaluate_atanh\28double\2c\20double\2c\20double\29 -12402:SkSL::Intrinsics::\28anonymous\20namespace\29::evaluate_atan\28double\2c\20double\2c\20double\29 -12403:SkSL::Intrinsics::\28anonymous\20namespace\29::evaluate_atan2\28double\2c\20double\2c\20double\29 -12404:SkSL::Intrinsics::\28anonymous\20namespace\29::evaluate_asinh\28double\2c\20double\2c\20double\29 -12405:SkSL::Intrinsics::\28anonymous\20namespace\29::evaluate_asin\28double\2c\20double\2c\20double\29 -12406:SkSL::Intrinsics::\28anonymous\20namespace\29::evaluate_add\28double\2c\20double\2c\20double\29 -12407:SkSL::Intrinsics::\28anonymous\20namespace\29::evaluate_acosh\28double\2c\20double\2c\20double\29 -12408:SkSL::Intrinsics::\28anonymous\20namespace\29::evaluate_acos\28double\2c\20double\2c\20double\29 -12409:SkSL::Intrinsics::\28anonymous\20namespace\29::evaluate_abs\28double\2c\20double\2c\20double\29 -12410:SkSL::Intrinsics::\28anonymous\20namespace\29::compare_notEqual\28double\2c\20double\29 -12411:SkSL::Intrinsics::\28anonymous\20namespace\29::compare_lessThan\28double\2c\20double\29 -12412:SkSL::Intrinsics::\28anonymous\20namespace\29::compare_lessThanEqual\28double\2c\20double\29 -12413:SkSL::Intrinsics::\28anonymous\20namespace\29::compare_greaterThan\28double\2c\20double\29 -12414:SkSL::Intrinsics::\28anonymous\20namespace\29::compare_greaterThanEqual\28double\2c\20double\29 -12415:SkSL::Intrinsics::\28anonymous\20namespace\29::compare_equal\28double\2c\20double\29 -12416:SkSL::Intrinsics::\28anonymous\20namespace\29::coalesce_length\28double\2c\20double\2c\20double\29 -12417:SkSL::Intrinsics::\28anonymous\20namespace\29::coalesce_dot\28double\2c\20double\2c\20double\29 -12418:SkSL::Intrinsics::\28anonymous\20namespace\29::coalesce_distance\28double\2c\20double\2c\20double\29 -12419:SkSL::Intrinsics::\28anonymous\20namespace\29::coalesce_any\28double\2c\20double\2c\20double\29 -12420:SkSL::Intrinsics::\28anonymous\20namespace\29::coalesce_all\28double\2c\20double\2c\20double\29 -12421:SkSL::InterfaceBlock::~InterfaceBlock\28\29_6319 -12422:SkSL::InterfaceBlock::~InterfaceBlock\28\29 -12423:SkSL::InterfaceBlock::description\28\29\20const -12424:SkSL::IndexExpression::~IndexExpression\28\29_6315 -12425:SkSL::IndexExpression::description\28SkSL::OperatorPrecedence\29\20const -12426:SkSL::IndexExpression::clone\28SkSL::Position\29\20const -12427:SkSL::IfStatement::~IfStatement\28\29_6313 -12428:SkSL::IfStatement::description\28\29\20const -12429:SkSL::GlobalVarDeclaration::description\28\29\20const -12430:SkSL::GenericType::slotType\28unsigned\20long\29\20const -12431:SkSL::GenericType::coercibleTypes\28\29\20const -12432:SkSL::GLSLCodeGenerator::~GLSLCodeGenerator\28\29_12515 -12433:SkSL::FunctionReference::description\28SkSL::OperatorPrecedence\29\20const -12434:SkSL::FunctionReference::clone\28SkSL::Position\29\20const -12435:SkSL::FunctionPrototype::description\28\29\20const -12436:SkSL::FunctionDefinition::description\28\29\20const -12437:SkSL::FunctionDefinition::Convert\28SkSL::Context\20const&\2c\20SkSL::Position\2c\20SkSL::FunctionDeclaration\20const&\2c\20std::__2::unique_ptr>\29::Finalizer::~Finalizer\28\29_6308 -12438:SkSL::FunctionCall::description\28SkSL::OperatorPrecedence\29\20const -12439:SkSL::FunctionCall::clone\28SkSL::Position\29\20const -12440:SkSL::ForStatement::~ForStatement\28\29_6185 -12441:SkSL::ForStatement::description\28\29\20const -12442:SkSL::FieldSymbol::description\28\29\20const -12443:SkSL::FieldAccess::clone\28SkSL::Position\29\20const -12444:SkSL::Extension::description\28\29\20const -12445:SkSL::ExtendedVariable::~ExtendedVariable\28\29_6580 -12446:SkSL::ExtendedVariable::setInterfaceBlock\28SkSL::InterfaceBlock*\29 -12447:SkSL::ExtendedVariable::mangledName\28\29\20const -12448:SkSL::ExtendedVariable::layout\28\29\20const -12449:SkSL::ExtendedVariable::interfaceBlock\28\29\20const -12450:SkSL::ExtendedVariable::detachDeadInterfaceBlock\28\29 -12451:SkSL::ExpressionStatement::description\28\29\20const -12452:SkSL::Expression::getConstantValue\28int\29\20const -12453:SkSL::Expression::description\28\29\20const -12454:SkSL::EmptyExpression::description\28SkSL::OperatorPrecedence\29\20const -12455:SkSL::EmptyExpression::clone\28SkSL::Position\29\20const -12456:SkSL::DoStatement::description\28\29\20const -12457:SkSL::DiscardStatement::description\28\29\20const -12458:SkSL::DebugTracePriv::~DebugTracePriv\28\29_6591 -12459:SkSL::DebugTracePriv::dump\28SkWStream*\29\20const -12460:SkSL::CountReturnsWithLimit::visitStatement\28SkSL::Statement\20const&\29 -12461:SkSL::ContinueStatement::description\28\29\20const -12462:SkSL::ConstructorStruct::clone\28SkSL::Position\29\20const -12463:SkSL::ConstructorSplat::getConstantValue\28int\29\20const -12464:SkSL::ConstructorSplat::clone\28SkSL::Position\29\20const -12465:SkSL::ConstructorScalarCast::clone\28SkSL::Position\29\20const -12466:SkSL::ConstructorMatrixResize::getConstantValue\28int\29\20const -12467:SkSL::ConstructorMatrixResize::clone\28SkSL::Position\29\20const -12468:SkSL::ConstructorDiagonalMatrix::getConstantValue\28int\29\20const -12469:SkSL::ConstructorDiagonalMatrix::clone\28SkSL::Position\29\20const -12470:SkSL::ConstructorCompoundCast::clone\28SkSL::Position\29\20const -12471:SkSL::ConstructorCompound::clone\28SkSL::Position\29\20const -12472:SkSL::ConstructorArrayCast::clone\28SkSL::Position\29\20const -12473:SkSL::ConstructorArray::clone\28SkSL::Position\29\20const -12474:SkSL::Compiler::CompilerErrorReporter::handleError\28std::__2::basic_string_view>\2c\20SkSL::Position\29 -12475:SkSL::CodeGenerator::~CodeGenerator\28\29 -12476:SkSL::ChildCall::description\28SkSL::OperatorPrecedence\29\20const -12477:SkSL::ChildCall::clone\28SkSL::Position\29\20const -12478:SkSL::BreakStatement::description\28\29\20const -12479:SkSL::Block::~Block\28\29_6095 -12480:SkSL::Block::description\28\29\20const -12481:SkSL::BinaryExpression::~BinaryExpression\28\29_6089 -12482:SkSL::BinaryExpression::description\28SkSL::OperatorPrecedence\29\20const -12483:SkSL::BinaryExpression::clone\28SkSL::Position\29\20const -12484:SkSL::ArrayType::slotType\28unsigned\20long\29\20const -12485:SkSL::ArrayType::slotCount\28\29\20const -12486:SkSL::ArrayType::matches\28SkSL::Type\20const&\29\20const -12487:SkSL::ArrayType::isUnsizedArray\28\29\20const -12488:SkSL::ArrayType::isOrContainsUnsizedArray\28\29\20const -12489:SkSL::ArrayType::isBuiltin\28\29\20const -12490:SkSL::ArrayType::isAllowedInUniform\28SkSL::Position*\29\20const -12491:SkSL::AnyConstructor::getConstantValue\28int\29\20const -12492:SkSL::AnyConstructor::description\28SkSL::OperatorPrecedence\29\20const -12493:SkSL::AnyConstructor::compareConstant\28SkSL::Expression\20const&\29\20const -12494:SkSL::Analysis::FindFunctionsToSpecialize\28SkSL::Program\20const&\2c\20SkSL::Analysis::SpecializationInfo*\2c\20std::__2::function\20const&\29::Searcher::~Searcher\28\29_5838 -12495:SkSL::Analysis::FindFunctionsToSpecialize\28SkSL::Program\20const&\2c\20SkSL::Analysis::SpecializationInfo*\2c\20std::__2::function\20const&\29::Searcher::visitExpression\28SkSL::Expression\20const&\29 -12496:SkSL::Analysis::CheckProgramStructure\28SkSL::Program\20const&\29::ProgramStructureVisitor::~ProgramStructureVisitor\28\29_5761 -12497:SkSL::Analysis::CheckProgramStructure\28SkSL::Program\20const&\29::ProgramStructureVisitor::visitExpression\28SkSL::Expression\20const&\29 -12498:SkSL::AliasType::textureAccess\28\29\20const -12499:SkSL::AliasType::slotType\28unsigned\20long\29\20const -12500:SkSL::AliasType::slotCount\28\29\20const -12501:SkSL::AliasType::rows\28\29\20const -12502:SkSL::AliasType::priority\28\29\20const -12503:SkSL::AliasType::isVector\28\29\20const -12504:SkSL::AliasType::isUnsizedArray\28\29\20const -12505:SkSL::AliasType::isStruct\28\29\20const -12506:SkSL::AliasType::isScalar\28\29\20const -12507:SkSL::AliasType::isMultisampled\28\29\20const -12508:SkSL::AliasType::isMatrix\28\29\20const -12509:SkSL::AliasType::isLiteral\28\29\20const -12510:SkSL::AliasType::isInterfaceBlock\28\29\20const -12511:SkSL::AliasType::isDepth\28\29\20const -12512:SkSL::AliasType::isArrayedTexture\28\29\20const -12513:SkSL::AliasType::isArray\28\29\20const -12514:SkSL::AliasType::dimensions\28\29\20const -12515:SkSL::AliasType::componentType\28\29\20const -12516:SkSL::AliasType::columns\28\29\20const -12517:SkSL::AliasType::coercibleTypes\28\29\20const -12518:SkRuntimeShader::~SkRuntimeShader\28\29_4739 -12519:SkRuntimeShader::type\28\29\20const -12520:SkRuntimeShader::isOpaque\28\29\20const -12521:SkRuntimeShader::getTypeName\28\29\20const -12522:SkRuntimeShader::flatten\28SkWriteBuffer&\29\20const -12523:SkRuntimeShader::appendStages\28SkStageRec\20const&\2c\20SkShaders::MatrixRec\20const&\29\20const -12524:SkRuntimeEffect::~SkRuntimeEffect\28\29_4048 -12525:SkRuntimeEffect::MakeFromSource\28SkString\2c\20SkRuntimeEffect::Options\20const&\2c\20SkSL::ProgramKind\29 -12526:SkRuntimeEffect::MakeForColorFilter\28SkString\2c\20SkRuntimeEffect::Options\20const&\29 -12527:SkRuntimeEffect::MakeForBlender\28SkString\2c\20SkRuntimeEffect::Options\20const&\29 -12528:SkRgnClipBlitter::blitV\28int\2c\20int\2c\20int\2c\20unsigned\20char\29 -12529:SkRgnClipBlitter::blitRect\28int\2c\20int\2c\20int\2c\20int\29 -12530:SkRgnClipBlitter::blitMask\28SkMask\20const&\2c\20SkIRect\20const&\29 -12531:SkRgnClipBlitter::blitH\28int\2c\20int\2c\20int\29 -12532:SkRgnClipBlitter::blitAntiRect\28int\2c\20int\2c\20int\2c\20int\2c\20unsigned\20char\2c\20unsigned\20char\29 -12533:SkRgnClipBlitter::blitAntiH\28int\2c\20int\2c\20unsigned\20char\20const*\2c\20short\20const*\29 -12534:SkRgnBuilder::~SkRgnBuilder\28\29_3966 -12535:SkRgnBuilder::blitH\28int\2c\20int\2c\20int\29 -12536:SkResourceCache::~SkResourceCache\28\29_3977 -12537:SkResourceCache::setSingleAllocationByteLimit\28unsigned\20long\29 -12538:SkResourceCache::purgeSharedID\28unsigned\20long\20long\29 -12539:SkResourceCache::getSingleAllocationByteLimit\28\29\20const -12540:SkRescaleAndReadPixels\28SkBitmap\2c\20SkImageInfo\20const&\2c\20SkIRect\20const&\2c\20SkImage::RescaleGamma\2c\20SkImage::RescaleMode\2c\20void\20\28*\29\28void*\2c\20std::__2::unique_ptr>\29\2c\20void*\29::Result::~Result\28\29_4608 -12541:SkRescaleAndReadPixels\28SkBitmap\2c\20SkImageInfo\20const&\2c\20SkIRect\20const&\2c\20SkImage::RescaleGamma\2c\20SkImage::RescaleMode\2c\20void\20\28*\29\28void*\2c\20std::__2::unique_ptr>\29\2c\20void*\29::Result::data\28int\29\20const -12542:SkRectClipBlitter::blitV\28int\2c\20int\2c\20int\2c\20unsigned\20char\29 -12543:SkRectClipBlitter::blitRect\28int\2c\20int\2c\20int\2c\20int\29 -12544:SkRectClipBlitter::blitMask\28SkMask\20const&\2c\20SkIRect\20const&\29 -12545:SkRectClipBlitter::blitH\28int\2c\20int\2c\20int\29 -12546:SkRectClipBlitter::blitAntiRect\28int\2c\20int\2c\20int\2c\20int\2c\20unsigned\20char\2c\20unsigned\20char\29 -12547:SkRectClipBlitter::blitAntiH\28int\2c\20int\2c\20unsigned\20char\20const*\2c\20short\20const*\29 -12548:SkRecordedDrawable::~SkRecordedDrawable\28\29_3941 -12549:SkRecordedDrawable::onMakePictureSnapshot\28\29 -12550:SkRecordedDrawable::onGetBounds\28\29 -12551:SkRecordedDrawable::onDraw\28SkCanvas*\29 -12552:SkRecordedDrawable::onApproximateBytesUsed\28\29 -12553:SkRecordedDrawable::getTypeName\28\29\20const -12554:SkRecordedDrawable::flatten\28SkWriteBuffer&\29\20const -12555:SkRecordCanvas::~SkRecordCanvas\28\29_3864 -12556:SkRecordCanvas::willSave\28\29 -12557:SkRecordCanvas::onResetClip\28\29 -12558:SkRecordCanvas::onDrawVerticesObject\28SkVertices\20const*\2c\20SkBlendMode\2c\20SkPaint\20const&\29 -12559:SkRecordCanvas::onDrawSlug\28sktext::gpu::Slug\20const*\2c\20SkPaint\20const&\29 -12560:SkRecordCanvas::onDrawShadowRec\28SkPath\20const&\2c\20SkDrawShadowRec\20const&\29 -12561:SkRecordCanvas::onDrawRegion\28SkRegion\20const&\2c\20SkPaint\20const&\29 -12562:SkRecordCanvas::onDrawRect\28SkRect\20const&\2c\20SkPaint\20const&\29 -12563:SkRecordCanvas::onDrawRRect\28SkRRect\20const&\2c\20SkPaint\20const&\29 -12564:SkRecordCanvas::onDrawPoints\28SkCanvas::PointMode\2c\20unsigned\20long\2c\20SkPoint\20const*\2c\20SkPaint\20const&\29 -12565:SkRecordCanvas::onDrawPicture\28SkPicture\20const*\2c\20SkMatrix\20const*\2c\20SkPaint\20const*\29 -12566:SkRecordCanvas::onDrawPath\28SkPath\20const&\2c\20SkPaint\20const&\29 -12567:SkRecordCanvas::onDrawPatch\28SkPoint\20const*\2c\20unsigned\20int\20const*\2c\20SkPoint\20const*\2c\20SkBlendMode\2c\20SkPaint\20const&\29 -12568:SkRecordCanvas::onDrawPaint\28SkPaint\20const&\29 -12569:SkRecordCanvas::onDrawOval\28SkRect\20const&\2c\20SkPaint\20const&\29 -12570:SkRecordCanvas::onDrawMesh\28SkMesh\20const&\2c\20sk_sp\2c\20SkPaint\20const&\29 -12571:SkRecordCanvas::onDrawImageRect2\28SkImage\20const*\2c\20SkRect\20const&\2c\20SkRect\20const&\2c\20SkSamplingOptions\20const&\2c\20SkPaint\20const*\2c\20SkCanvas::SrcRectConstraint\29 -12572:SkRecordCanvas::onDrawImageLattice2\28SkImage\20const*\2c\20SkCanvas::Lattice\20const&\2c\20SkRect\20const&\2c\20SkFilterMode\2c\20SkPaint\20const*\29 -12573:SkRecordCanvas::onDrawImage2\28SkImage\20const*\2c\20float\2c\20float\2c\20SkSamplingOptions\20const&\2c\20SkPaint\20const*\29 -12574:SkRecordCanvas::onDrawGlyphRunList\28sktext::GlyphRunList\20const&\2c\20SkPaint\20const&\29 -12575:SkRecordCanvas::onDrawEdgeAAQuad\28SkRect\20const&\2c\20SkPoint\20const*\2c\20SkCanvas::QuadAAFlags\2c\20SkRGBA4f<\28SkAlphaType\293>\20const&\2c\20SkBlendMode\29 -12576:SkRecordCanvas::onDrawEdgeAAImageSet2\28SkCanvas::ImageSetEntry\20const*\2c\20int\2c\20SkPoint\20const*\2c\20SkMatrix\20const*\2c\20SkSamplingOptions\20const&\2c\20SkPaint\20const*\2c\20SkCanvas::SrcRectConstraint\29 -12577:SkRecordCanvas::onDrawDrawable\28SkDrawable*\2c\20SkMatrix\20const*\29 -12578:SkRecordCanvas::onDrawDRRect\28SkRRect\20const&\2c\20SkRRect\20const&\2c\20SkPaint\20const&\29 -12579:SkRecordCanvas::onDrawBehind\28SkPaint\20const&\29 -12580:SkRecordCanvas::onDrawAtlas2\28SkImage\20const*\2c\20SkRSXform\20const*\2c\20SkRect\20const*\2c\20unsigned\20int\20const*\2c\20int\2c\20SkBlendMode\2c\20SkSamplingOptions\20const&\2c\20SkRect\20const*\2c\20SkPaint\20const*\29 -12581:SkRecordCanvas::onDrawArc\28SkRect\20const&\2c\20float\2c\20float\2c\20bool\2c\20SkPaint\20const&\29 -12582:SkRecordCanvas::onDrawAnnotation\28SkRect\20const&\2c\20char\20const*\2c\20SkData*\29 -12583:SkRecordCanvas::onDoSaveBehind\28SkRect\20const*\29 -12584:SkRecordCanvas::onClipShader\28sk_sp\2c\20SkClipOp\29 -12585:SkRecordCanvas::onClipRegion\28SkRegion\20const&\2c\20SkClipOp\29 -12586:SkRecordCanvas::onClipRect\28SkRect\20const&\2c\20SkClipOp\2c\20SkCanvas::ClipEdgeStyle\29 -12587:SkRecordCanvas::onClipRRect\28SkRRect\20const&\2c\20SkClipOp\2c\20SkCanvas::ClipEdgeStyle\29 -12588:SkRecordCanvas::onClipPath\28SkPath\20const&\2c\20SkClipOp\2c\20SkCanvas::ClipEdgeStyle\29 -12589:SkRecordCanvas::getSaveLayerStrategy\28SkCanvas::SaveLayerRec\20const&\29 -12590:SkRecordCanvas::didTranslate\28float\2c\20float\29 -12591:SkRecordCanvas::didSetM44\28SkM44\20const&\29 -12592:SkRecordCanvas::didScale\28float\2c\20float\29 -12593:SkRecordCanvas::didRestore\28\29 -12594:SkRecordCanvas::didConcat44\28SkM44\20const&\29 -12595:SkRecord::~SkRecord\28\29_3862 -12596:SkRasterPipelineSpriteBlitter::~SkRasterPipelineSpriteBlitter\28\29_1683 -12597:SkRasterPipelineSpriteBlitter::setup\28SkPixmap\20const&\2c\20int\2c\20int\2c\20SkPaint\20const&\29 -12598:SkRasterPipelineSpriteBlitter::blitRect\28int\2c\20int\2c\20int\2c\20int\29 -12599:SkRasterPipelineBlitter::~SkRasterPipelineBlitter\28\29_3835 -12600:SkRasterPipelineBlitter::canDirectBlit\28\29 -12601:SkRasterPipelineBlitter::blitV\28int\2c\20int\2c\20int\2c\20unsigned\20char\29 -12602:SkRasterPipelineBlitter::blitH\28int\2c\20int\2c\20int\29 -12603:SkRasterPipelineBlitter::blitAntiV2\28int\2c\20int\2c\20unsigned\20int\2c\20unsigned\20int\29 -12604:SkRasterPipelineBlitter::blitAntiH\28int\2c\20int\2c\20unsigned\20char\20const*\2c\20short\20const*\29 -12605:SkRasterPipelineBlitter::blitAntiH2\28int\2c\20int\2c\20unsigned\20int\2c\20unsigned\20int\29 -12606:SkRasterPipelineBlitter::Create\28SkPixmap\20const&\2c\20SkPaint\20const&\2c\20SkRGBA4f<\28SkAlphaType\293>\20const&\2c\20SkArenaAlloc*\2c\20SkRasterPipeline\20const&\2c\20bool\2c\20bool\2c\20SkShader\20const*\29::$_3::__invoke\28SkPixmap*\2c\20int\2c\20int\2c\20int\2c\20int\2c\20unsigned\20long\20long\29 -12607:SkRasterPipelineBlitter::Create\28SkPixmap\20const&\2c\20SkPaint\20const&\2c\20SkRGBA4f<\28SkAlphaType\293>\20const&\2c\20SkArenaAlloc*\2c\20SkRasterPipeline\20const&\2c\20bool\2c\20bool\2c\20SkShader\20const*\29::$_2::__invoke\28SkPixmap*\2c\20int\2c\20int\2c\20int\2c\20int\2c\20unsigned\20long\20long\29 -12608:SkRasterPipelineBlitter::Create\28SkPixmap\20const&\2c\20SkPaint\20const&\2c\20SkRGBA4f<\28SkAlphaType\293>\20const&\2c\20SkArenaAlloc*\2c\20SkRasterPipeline\20const&\2c\20bool\2c\20bool\2c\20SkShader\20const*\29::$_1::__invoke\28SkPixmap*\2c\20int\2c\20int\2c\20int\2c\20int\2c\20unsigned\20long\20long\29 -12609:SkRasterPipelineBlitter::Create\28SkPixmap\20const&\2c\20SkPaint\20const&\2c\20SkRGBA4f<\28SkAlphaType\293>\20const&\2c\20SkArenaAlloc*\2c\20SkRasterPipeline\20const&\2c\20bool\2c\20bool\2c\20SkShader\20const*\29::$_0::__invoke\28SkPixmap*\2c\20int\2c\20int\2c\20int\2c\20int\2c\20unsigned\20long\20long\29 -12610:SkRadialGradient::getTypeName\28\29\20const -12611:SkRadialGradient::flatten\28SkWriteBuffer&\29\20const -12612:SkRadialGradient::asGradient\28SkShaderBase::GradientInfo*\2c\20SkMatrix*\29\20const -12613:SkRadialGradient::appendGradientStages\28SkArenaAlloc*\2c\20SkRasterPipeline*\2c\20SkRasterPipeline*\29\20const -12614:SkRTree::~SkRTree\28\29_3768 -12615:SkRTree::search\28SkRect\20const&\2c\20std::__2::vector>*\29\20const -12616:SkRTree::insert\28SkRect\20const*\2c\20int\29 -12617:SkRTree::bytesUsed\28\29\20const -12618:SkPixmap::erase\28SkRGBA4f<\28SkAlphaType\293>\20const&\2c\20SkIRect\20const*\29\20const::$_2::__invoke\28void*\2c\20unsigned\20long\20long\2c\20int\29 -12619:SkPixmap::erase\28SkRGBA4f<\28SkAlphaType\293>\20const&\2c\20SkIRect\20const*\29\20const::$_1::__invoke\28void*\2c\20unsigned\20long\20long\2c\20int\29 -12620:SkPixmap::erase\28SkRGBA4f<\28SkAlphaType\293>\20const&\2c\20SkIRect\20const*\29\20const::$_0::__invoke\28void*\2c\20unsigned\20long\20long\2c\20int\29 -12621:SkPixelRef::~SkPixelRef\28\29_3735 -12622:SkPictureRecord::~SkPictureRecord\28\29_3647 -12623:SkPictureRecord::willSave\28\29 -12624:SkPictureRecord::willRestore\28\29 -12625:SkPictureRecord::onResetClip\28\29 -12626:SkPictureRecord::onDrawVerticesObject\28SkVertices\20const*\2c\20SkBlendMode\2c\20SkPaint\20const&\29 -12627:SkPictureRecord::onDrawTextBlob\28SkTextBlob\20const*\2c\20float\2c\20float\2c\20SkPaint\20const&\29 -12628:SkPictureRecord::onDrawSlug\28sktext::gpu::Slug\20const*\2c\20SkPaint\20const&\29 -12629:SkPictureRecord::onDrawShadowRec\28SkPath\20const&\2c\20SkDrawShadowRec\20const&\29 -12630:SkPictureRecord::onDrawRegion\28SkRegion\20const&\2c\20SkPaint\20const&\29 -12631:SkPictureRecord::onDrawRect\28SkRect\20const&\2c\20SkPaint\20const&\29 -12632:SkPictureRecord::onDrawRRect\28SkRRect\20const&\2c\20SkPaint\20const&\29 -12633:SkPictureRecord::onDrawPoints\28SkCanvas::PointMode\2c\20unsigned\20long\2c\20SkPoint\20const*\2c\20SkPaint\20const&\29 -12634:SkPictureRecord::onDrawPicture\28SkPicture\20const*\2c\20SkMatrix\20const*\2c\20SkPaint\20const*\29 -12635:SkPictureRecord::onDrawPath\28SkPath\20const&\2c\20SkPaint\20const&\29 -12636:SkPictureRecord::onDrawPatch\28SkPoint\20const*\2c\20unsigned\20int\20const*\2c\20SkPoint\20const*\2c\20SkBlendMode\2c\20SkPaint\20const&\29 -12637:SkPictureRecord::onDrawPaint\28SkPaint\20const&\29 -12638:SkPictureRecord::onDrawOval\28SkRect\20const&\2c\20SkPaint\20const&\29 -12639:SkPictureRecord::onDrawImageRect2\28SkImage\20const*\2c\20SkRect\20const&\2c\20SkRect\20const&\2c\20SkSamplingOptions\20const&\2c\20SkPaint\20const*\2c\20SkCanvas::SrcRectConstraint\29 -12640:SkPictureRecord::onDrawImageLattice2\28SkImage\20const*\2c\20SkCanvas::Lattice\20const&\2c\20SkRect\20const&\2c\20SkFilterMode\2c\20SkPaint\20const*\29 -12641:SkPictureRecord::onDrawImage2\28SkImage\20const*\2c\20float\2c\20float\2c\20SkSamplingOptions\20const&\2c\20SkPaint\20const*\29 -12642:SkPictureRecord::onDrawEdgeAAQuad\28SkRect\20const&\2c\20SkPoint\20const*\2c\20SkCanvas::QuadAAFlags\2c\20SkRGBA4f<\28SkAlphaType\293>\20const&\2c\20SkBlendMode\29 -12643:SkPictureRecord::onDrawEdgeAAImageSet2\28SkCanvas::ImageSetEntry\20const*\2c\20int\2c\20SkPoint\20const*\2c\20SkMatrix\20const*\2c\20SkSamplingOptions\20const&\2c\20SkPaint\20const*\2c\20SkCanvas::SrcRectConstraint\29 -12644:SkPictureRecord::onDrawDrawable\28SkDrawable*\2c\20SkMatrix\20const*\29 -12645:SkPictureRecord::onDrawDRRect\28SkRRect\20const&\2c\20SkRRect\20const&\2c\20SkPaint\20const&\29 -12646:SkPictureRecord::onDrawBehind\28SkPaint\20const&\29 -12647:SkPictureRecord::onDrawAtlas2\28SkImage\20const*\2c\20SkRSXform\20const*\2c\20SkRect\20const*\2c\20unsigned\20int\20const*\2c\20int\2c\20SkBlendMode\2c\20SkSamplingOptions\20const&\2c\20SkRect\20const*\2c\20SkPaint\20const*\29 -12648:SkPictureRecord::onDrawArc\28SkRect\20const&\2c\20float\2c\20float\2c\20bool\2c\20SkPaint\20const&\29 -12649:SkPictureRecord::onDrawAnnotation\28SkRect\20const&\2c\20char\20const*\2c\20SkData*\29 -12650:SkPictureRecord::onDoSaveBehind\28SkRect\20const*\29 -12651:SkPictureRecord::onClipShader\28sk_sp\2c\20SkClipOp\29 -12652:SkPictureRecord::onClipRegion\28SkRegion\20const&\2c\20SkClipOp\29 -12653:SkPictureRecord::onClipRect\28SkRect\20const&\2c\20SkClipOp\2c\20SkCanvas::ClipEdgeStyle\29 -12654:SkPictureRecord::onClipRRect\28SkRRect\20const&\2c\20SkClipOp\2c\20SkCanvas::ClipEdgeStyle\29 -12655:SkPictureRecord::onClipPath\28SkPath\20const&\2c\20SkClipOp\2c\20SkCanvas::ClipEdgeStyle\29 -12656:SkPictureRecord::getSaveLayerStrategy\28SkCanvas::SaveLayerRec\20const&\29 -12657:SkPictureRecord::didTranslate\28float\2c\20float\29 -12658:SkPictureRecord::didSetM44\28SkM44\20const&\29 -12659:SkPictureRecord::didScale\28float\2c\20float\29 -12660:SkPictureRecord::didConcat44\28SkM44\20const&\29 -12661:SkPictureImageGenerator::~SkPictureImageGenerator\28\29_4600 -12662:SkPictureImageGenerator::onGetPixels\28SkImageInfo\20const&\2c\20void*\2c\20unsigned\20long\2c\20SkImageGenerator::Options\20const&\29 -12663:SkOTUtils::LocalizedStrings_SingleName::~LocalizedStrings_SingleName\28\29_7987 -12664:SkOTUtils::LocalizedStrings_SingleName::next\28SkTypeface::LocalizedString*\29 -12665:SkOTUtils::LocalizedStrings_NameTable::~LocalizedStrings_NameTable\28\29_7085 -12666:SkOTUtils::LocalizedStrings_NameTable::next\28SkTypeface::LocalizedString*\29 -12667:SkNoPixelsDevice::~SkNoPixelsDevice\28\29_2261 -12668:SkNoPixelsDevice::replaceClip\28SkIRect\20const&\29 -12669:SkNoPixelsDevice::pushClipStack\28\29 -12670:SkNoPixelsDevice::popClipStack\28\29 -12671:SkNoPixelsDevice::onClipShader\28sk_sp\29 -12672:SkNoPixelsDevice::isClipWideOpen\28\29\20const -12673:SkNoPixelsDevice::isClipRect\28\29\20const -12674:SkNoPixelsDevice::isClipEmpty\28\29\20const -12675:SkNoPixelsDevice::isClipAntiAliased\28\29\20const -12676:SkNoPixelsDevice::devClipBounds\28\29\20const -12677:SkNoPixelsDevice::clipRegion\28SkRegion\20const&\2c\20SkClipOp\29 -12678:SkNoPixelsDevice::clipRect\28SkRect\20const&\2c\20SkClipOp\2c\20bool\29 -12679:SkNoPixelsDevice::clipRRect\28SkRRect\20const&\2c\20SkClipOp\2c\20bool\29 -12680:SkNoPixelsDevice::clipPath\28SkPath\20const&\2c\20SkClipOp\2c\20bool\29 -12681:SkNoPixelsDevice::android_utils_clipAsRgn\28SkRegion*\29\20const -12682:SkMipmap::~SkMipmap\28\29_2817 -12683:SkMipmap::onDataChange\28void*\2c\20void*\29 -12684:SkMemoryStream::~SkMemoryStream\28\29_4250 -12685:SkMemoryStream::setMemory\28void\20const*\2c\20unsigned\20long\2c\20bool\29 -12686:SkMemoryStream::seek\28unsigned\20long\29 -12687:SkMemoryStream::rewind\28\29 -12688:SkMemoryStream::read\28void*\2c\20unsigned\20long\29 -12689:SkMemoryStream::peek\28void*\2c\20unsigned\20long\29\20const -12690:SkMemoryStream::onFork\28\29\20const -12691:SkMemoryStream::onDuplicate\28\29\20const -12692:SkMemoryStream::move\28long\29 -12693:SkMemoryStream::isAtEnd\28\29\20const -12694:SkMemoryStream::getMemoryBase\28\29 -12695:SkMemoryStream::getLength\28\29\20const -12696:SkMemoryStream::getData\28\29\20const -12697:SkMatrixColorFilter::onIsAlphaUnchanged\28\29\20const -12698:SkMatrixColorFilter::onAsAColorMatrix\28float*\29\20const -12699:SkMatrixColorFilter::getTypeName\28\29\20const -12700:SkMatrixColorFilter::flatten\28SkWriteBuffer&\29\20const -12701:SkMatrixColorFilter::appendStages\28SkStageRec\20const&\2c\20bool\29\20const -12702:SkMatrix::Trans_pts\28SkMatrix\20const&\2c\20SkPoint*\2c\20SkPoint\20const*\2c\20int\29 -12703:SkMatrix::Scale_pts\28SkMatrix\20const&\2c\20SkPoint*\2c\20SkPoint\20const*\2c\20int\29 -12704:SkMatrix::Poly4Proc\28SkPoint\20const*\2c\20SkMatrix*\29 -12705:SkMatrix::Poly3Proc\28SkPoint\20const*\2c\20SkMatrix*\29 -12706:SkMatrix::Poly2Proc\28SkPoint\20const*\2c\20SkMatrix*\29 -12707:SkMatrix::Persp_pts\28SkMatrix\20const&\2c\20SkPoint*\2c\20SkPoint\20const*\2c\20int\29 -12708:SkMatrix::Identity_pts\28SkMatrix\20const&\2c\20SkPoint*\2c\20SkPoint\20const*\2c\20int\29 -12709:SkMatrix::Affine_vpts\28SkMatrix\20const&\2c\20SkPoint*\2c\20SkPoint\20const*\2c\20int\29 -12710:SkMaskFilterBase::filterRectsToNine\28SkSpan\2c\20SkMatrix\20const&\2c\20SkIRect\20const&\2c\20std::__2::optional*\2c\20SkResourceCache*\29\20const -12711:SkMaskFilterBase::filterRRectToNine\28SkRRect\20const&\2c\20SkMatrix\20const&\2c\20SkIRect\20const&\2c\20SkResourceCache*\29\20const -12712:SkMaskFilterBase::asImageFilter\28SkMatrix\20const&\2c\20SkPaint\20const&\29\20const -12713:SkMallocPixelRef::MakeAllocate\28SkImageInfo\20const&\2c\20unsigned\20long\29::PixelRef::~PixelRef\28\29_2666 -12714:SkMakePixelRefWithProc\28int\2c\20int\2c\20unsigned\20long\2c\20void*\2c\20void\20\28*\29\28void*\2c\20void*\29\2c\20void*\29::PixelRef::~PixelRef\28\29_3737 -12715:SkLocalMatrixShader::~SkLocalMatrixShader\28\29_4728 -12716:SkLocalMatrixShader::~SkLocalMatrixShader\28\29 -12717:SkLocalMatrixShader::type\28\29\20const -12718:SkLocalMatrixShader::onIsAImage\28SkMatrix*\2c\20SkTileMode*\29\20const -12719:SkLocalMatrixShader::onAsLuminanceColor\28SkRGBA4f<\28SkAlphaType\293>*\29\20const -12720:SkLocalMatrixShader::makeAsALocalMatrixShader\28SkMatrix*\29\20const -12721:SkLocalMatrixShader::isOpaque\28\29\20const -12722:SkLocalMatrixShader::isConstant\28SkRGBA4f<\28SkAlphaType\293>*\29\20const -12723:SkLocalMatrixShader::getTypeName\28\29\20const -12724:SkLocalMatrixShader::flatten\28SkWriteBuffer&\29\20const -12725:SkLocalMatrixShader::asGradient\28SkShaderBase::GradientInfo*\2c\20SkMatrix*\29\20const -12726:SkLocalMatrixShader::appendStages\28SkStageRec\20const&\2c\20SkShaders::MatrixRec\20const&\29\20const -12727:SkLinearGradient::getTypeName\28\29\20const -12728:SkLinearGradient::flatten\28SkWriteBuffer&\29\20const -12729:SkLinearGradient::asGradient\28SkShaderBase::GradientInfo*\2c\20SkMatrix*\29\20const -12730:SkJSONWriter::popScope\28\29 -12731:SkJSONWriter::appendf\28char\20const*\2c\20...\29 -12732:SkIntersections::hasOppT\28double\29\20const -12733:SkImage_Raster::~SkImage_Raster\28\29_4572 -12734:SkImage_Raster::onReinterpretColorSpace\28sk_sp\29\20const -12735:SkImage_Raster::onReadPixels\28GrDirectContext*\2c\20SkImageInfo\20const&\2c\20void*\2c\20unsigned\20long\2c\20int\2c\20int\2c\20SkImage::CachingHint\29\20const -12736:SkImage_Raster::onPeekPixels\28SkPixmap*\29\20const -12737:SkImage_Raster::onMakeWithMipmaps\28sk_sp\29\20const -12738:SkImage_Raster::onMakeSubset\28SkRecorder*\2c\20SkIRect\20const&\2c\20SkImage::RequiredProperties\29\20const -12739:SkImage_Raster::onMakeSubset\28GrDirectContext*\2c\20SkIRect\20const&\29\20const -12740:SkImage_Raster::onHasMipmaps\28\29\20const -12741:SkImage_Raster::onAsLegacyBitmap\28GrDirectContext*\2c\20SkBitmap*\29\20const -12742:SkImage_Raster::notifyAddedToRasterCache\28\29\20const -12743:SkImage_Raster::makeColorTypeAndColorSpace\28SkRecorder*\2c\20SkColorType\2c\20sk_sp\2c\20SkImage::RequiredProperties\29\20const -12744:SkImage_Raster::isValid\28SkRecorder*\29\20const -12745:SkImage_Raster::getROPixels\28GrDirectContext*\2c\20SkBitmap*\2c\20SkImage::CachingHint\29\20const -12746:SkImage_Picture::onMakeSubset\28SkRecorder*\2c\20SkIRect\20const&\2c\20SkImage::RequiredProperties\29\20const -12747:SkImage_Picture::onMakeSubset\28GrDirectContext*\2c\20SkIRect\20const&\29\20const -12748:SkImage_LazyTexture::readPixelsProxy\28GrDirectContext*\2c\20SkPixmap\20const&\29\20const -12749:SkImage_LazyTexture::onMakeSubset\28SkRecorder*\2c\20SkIRect\20const&\2c\20SkImage::RequiredProperties\29\20const -12750:SkImage_Lazy::onReinterpretColorSpace\28sk_sp\29\20const -12751:SkImage_Lazy::onRefEncoded\28\29\20const -12752:SkImage_Lazy::onReadPixels\28GrDirectContext*\2c\20SkImageInfo\20const&\2c\20void*\2c\20unsigned\20long\2c\20int\2c\20int\2c\20SkImage::CachingHint\29\20const -12753:SkImage_Lazy::onMakeSubset\28SkRecorder*\2c\20SkIRect\20const&\2c\20SkImage::RequiredProperties\29\20const -12754:SkImage_Lazy::onMakeSubset\28GrDirectContext*\2c\20SkIRect\20const&\29\20const -12755:SkImage_Lazy::onIsProtected\28\29\20const -12756:SkImage_Lazy::makeColorTypeAndColorSpace\28SkRecorder*\2c\20SkColorType\2c\20sk_sp\2c\20SkImage::RequiredProperties\29\20const -12757:SkImage_Lazy::isValid\28SkRecorder*\29\20const -12758:SkImage_Lazy::isValid\28GrRecordingContext*\29\20const -12759:SkImage_Lazy::getROPixels\28GrDirectContext*\2c\20SkBitmap*\2c\20SkImage::CachingHint\29\20const -12760:SkImage_GaneshBase::onReadPixels\28GrDirectContext*\2c\20SkImageInfo\20const&\2c\20void*\2c\20unsigned\20long\2c\20int\2c\20int\2c\20SkImage::CachingHint\29\20const -12761:SkImage_GaneshBase::onMakeSurface\28SkRecorder*\2c\20SkImageInfo\20const&\29\20const -12762:SkImage_GaneshBase::onMakeSubset\28GrDirectContext*\2c\20SkIRect\20const&\29\20const -12763:SkImage_GaneshBase::onMakeColorTypeAndColorSpace\28SkColorType\2c\20sk_sp\2c\20GrDirectContext*\29\20const -12764:SkImage_GaneshBase::makeColorTypeAndColorSpace\28GrDirectContext*\2c\20SkColorType\2c\20sk_sp\29\20const -12765:SkImage_GaneshBase::isValid\28SkRecorder*\29\20const -12766:SkImage_GaneshBase::isValid\28GrRecordingContext*\29\20const -12767:SkImage_GaneshBase::getROPixels\28GrDirectContext*\2c\20SkBitmap*\2c\20SkImage::CachingHint\29\20const -12768:SkImage_GaneshBase::directContext\28\29\20const -12769:SkImage_Ganesh::~SkImage_Ganesh\28\29_10539 -12770:SkImage_Ganesh::textureSize\28\29\20const -12771:SkImage_Ganesh::onReinterpretColorSpace\28sk_sp\29\20const -12772:SkImage_Ganesh::onMakeColorTypeAndColorSpace\28GrDirectContext*\2c\20SkColorType\2c\20sk_sp\29\20const -12773:SkImage_Ganesh::onIsProtected\28\29\20const -12774:SkImage_Ganesh::onHasMipmaps\28\29\20const -12775:SkImage_Ganesh::onAsyncRescaleAndReadPixels\28SkImageInfo\20const&\2c\20SkIRect\2c\20SkImage::RescaleGamma\2c\20SkImage::RescaleMode\2c\20void\20\28*\29\28void*\2c\20std::__2::unique_ptr>\29\2c\20void*\29\20const -12776:SkImage_Ganesh::onAsyncRescaleAndReadPixelsYUV420\28SkYUVColorSpace\2c\20bool\2c\20sk_sp\2c\20SkIRect\2c\20SkISize\2c\20SkImage::RescaleGamma\2c\20SkImage::RescaleMode\2c\20void\20\28*\29\28void*\2c\20std::__2::unique_ptr>\29\2c\20void*\29\20const -12777:SkImage_Ganesh::generatingSurfaceIsDeleted\28\29 -12778:SkImage_Ganesh::flush\28GrDirectContext*\2c\20GrFlushInfo\20const&\29\20const -12779:SkImage_Ganesh::asView\28GrRecordingContext*\2c\20skgpu::Mipmapped\2c\20GrImageTexGenPolicy\29\20const -12780:SkImage_Ganesh::asFragmentProcessor\28skgpu::ganesh::SurfaceDrawContext*\2c\20SkSamplingOptions\2c\20SkTileMode\20const*\2c\20SkMatrix\20const&\2c\20SkRect\20const*\2c\20SkRect\20const*\29\20const -12781:SkImage_Base::onAsyncRescaleAndReadPixels\28SkImageInfo\20const&\2c\20SkIRect\2c\20SkImage::RescaleGamma\2c\20SkImage::RescaleMode\2c\20void\20\28*\29\28void*\2c\20std::__2::unique_ptr>\29\2c\20void*\29\20const -12782:SkImage_Base::notifyAddedToRasterCache\28\29\20const -12783:SkImage_Base::makeSubset\28SkRecorder*\2c\20SkIRect\20const&\2c\20SkImage::RequiredProperties\29\20const -12784:SkImage_Base::makeSubset\28GrDirectContext*\2c\20SkIRect\20const&\29\20const -12785:SkImage_Base::makeColorTypeAndColorSpace\28GrDirectContext*\2c\20SkColorType\2c\20sk_sp\29\20const -12786:SkImage_Base::makeColorSpace\28SkRecorder*\2c\20sk_sp\2c\20SkImage::RequiredProperties\29\20const -12787:SkImage_Base::makeColorSpace\28GrDirectContext*\2c\20sk_sp\29\20const -12788:SkImage_Base::isTextureBacked\28\29\20const -12789:SkImage_Base::isLazyGenerated\28\29\20const -12790:SkImageShader::~SkImageShader\28\29_4691 -12791:SkImageShader::onIsAImage\28SkMatrix*\2c\20SkTileMode*\29\20const -12792:SkImageShader::isOpaque\28\29\20const -12793:SkImageShader::getTypeName\28\29\20const -12794:SkImageShader::flatten\28SkWriteBuffer&\29\20const -12795:SkImageShader::appendStages\28SkStageRec\20const&\2c\20SkShaders::MatrixRec\20const&\29\20const -12796:SkImageGenerator::~SkImageGenerator\28\29_541 -12797:SkImageFilter::computeFastBounds\28SkRect\20const&\29\20const -12798:SkGradientBaseShader::onAsLuminanceColor\28SkRGBA4f<\28SkAlphaType\293>*\29\20const -12799:SkGradientBaseShader::isOpaque\28\29\20const -12800:SkGradientBaseShader::appendStages\28SkStageRec\20const&\2c\20SkShaders::MatrixRec\20const&\29\20const -12801:SkGaussianColorFilter::getTypeName\28\29\20const -12802:SkGaussianColorFilter::appendStages\28SkStageRec\20const&\2c\20bool\29\20const -12803:SkGammaColorSpaceLuminance::toLuma\28float\2c\20float\29\20const -12804:SkGammaColorSpaceLuminance::fromLuma\28float\2c\20float\29\20const -12805:SkFontStyleSet_Custom::~SkFontStyleSet_Custom\28\29_7864 -12806:SkFontStyleSet_Custom::getStyle\28int\2c\20SkFontStyle*\2c\20SkString*\29 -12807:SkFontScanner_FreeType::~SkFontScanner_FreeType\28\29_8001 -12808:SkFontScanner_FreeType::scanFile\28SkStreamAsset*\2c\20int*\29\20const -12809:SkFontScanner_FreeType::scanFace\28SkStreamAsset*\2c\20int\2c\20int*\29\20const -12810:SkFontScanner_FreeType::getFactoryId\28\29\20const -12811:SkFontMgr_Custom::~SkFontMgr_Custom\28\29_7870 -12812:SkFontMgr_Custom::onMatchFamily\28char\20const*\29\20const -12813:SkFontMgr_Custom::onMatchFamilyStyle\28char\20const*\2c\20SkFontStyle\20const&\29\20const -12814:SkFontMgr_Custom::onMakeFromStreamIndex\28std::__2::unique_ptr>\2c\20int\29\20const -12815:SkFontMgr_Custom::onMakeFromFile\28char\20const*\2c\20int\29\20const -12816:SkFontMgr_Custom::onMakeFromData\28sk_sp\2c\20int\29\20const -12817:SkFontMgr_Custom::onLegacyMakeTypeface\28char\20const*\2c\20SkFontStyle\29\20const -12818:SkFontMgr_Custom::onGetFamilyName\28int\2c\20SkString*\29\20const -12819:SkFILEStream::~SkFILEStream\28\29_4227 -12820:SkFILEStream::seek\28unsigned\20long\29 -12821:SkFILEStream::rewind\28\29 -12822:SkFILEStream::read\28void*\2c\20unsigned\20long\29 -12823:SkFILEStream::onFork\28\29\20const -12824:SkFILEStream::onDuplicate\28\29\20const -12825:SkFILEStream::move\28long\29 -12826:SkFILEStream::isAtEnd\28\29\20const -12827:SkFILEStream::getPosition\28\29\20const -12828:SkFILEStream::getLength\28\29\20const -12829:SkEmptyShader::getTypeName\28\29\20const -12830:SkEmptyPicture::~SkEmptyPicture\28\29 -12831:SkEmptyPicture::cullRect\28\29\20const -12832:SkEmptyFontMgr::onMatchFamily\28char\20const*\29\20const -12833:SkEdgeBuilder::build\28SkPath\20const&\2c\20SkIRect\20const*\2c\20bool\29::$_0::__invoke\28SkEdgeClipper*\2c\20bool\2c\20void*\29 -12834:SkDynamicMemoryWStream::~SkDynamicMemoryWStream\28\29_4266 -12835:SkDynamicMemoryWStream::bytesWritten\28\29\20const -12836:SkDrawable::onMakePictureSnapshot\28\29 -12837:SkDraw::paintMasks\28SkZip\2c\20SkPaint\20const&\29\20const -12838:SkDevice::strikeDeviceInfo\28\29\20const -12839:SkDevice::drawSlug\28SkCanvas*\2c\20sktext::gpu::Slug\20const*\2c\20SkPaint\20const&\29 -12840:SkDevice::drawRegion\28SkRegion\20const&\2c\20SkPaint\20const&\29 -12841:SkDevice::drawPatch\28SkPoint\20const*\2c\20unsigned\20int\20const*\2c\20SkPoint\20const*\2c\20sk_sp\2c\20SkPaint\20const&\29 -12842:SkDevice::drawImageLattice\28SkImage\20const*\2c\20SkCanvas::Lattice\20const&\2c\20SkRect\20const&\2c\20SkFilterMode\2c\20SkPaint\20const&\29 -12843:SkDevice::drawEdgeAAQuad\28SkRect\20const&\2c\20SkPoint\20const*\2c\20SkCanvas::QuadAAFlags\2c\20SkRGBA4f<\28SkAlphaType\293>\20const&\2c\20SkBlendMode\29 -12844:SkDevice::drawEdgeAAImageSet\28SkCanvas::ImageSetEntry\20const*\2c\20int\2c\20SkPoint\20const*\2c\20SkMatrix\20const*\2c\20SkSamplingOptions\20const&\2c\20SkPaint\20const&\2c\20SkCanvas::SrcRectConstraint\29 -12845:SkDevice::drawDrawable\28SkCanvas*\2c\20SkDrawable*\2c\20SkMatrix\20const*\29 -12846:SkDevice::drawDRRect\28SkRRect\20const&\2c\20SkRRect\20const&\2c\20SkPaint\20const&\29 -12847:SkDevice::drawCoverageMask\28SkSpecialImage\20const*\2c\20SkMatrix\20const&\2c\20SkSamplingOptions\20const&\2c\20SkPaint\20const&\29 -12848:SkDevice::drawBlurredRRect\28SkRRect\20const&\2c\20SkPaint\20const&\2c\20float\29 -12849:SkDevice::drawAtlas\28SkSpan\2c\20SkSpan\2c\20SkSpan\2c\20sk_sp\2c\20SkPaint\20const&\29 -12850:SkDevice::drawAsTiledImageRect\28SkCanvas*\2c\20SkImage\20const*\2c\20SkRect\20const*\2c\20SkRect\20const&\2c\20SkSamplingOptions\20const&\2c\20SkPaint\20const&\2c\20SkCanvas::SrcRectConstraint\29 -12851:SkDevice::createImageFilteringBackend\28SkSurfaceProps\20const&\2c\20SkColorType\29\20const -12852:SkDashImpl::~SkDashImpl\28\29_4944 -12853:SkDashImpl::onFilterPath\28SkPathBuilder*\2c\20SkPath\20const&\2c\20SkStrokeRec*\2c\20SkRect\20const*\2c\20SkMatrix\20const&\29\20const -12854:SkDashImpl::onAsPoints\28SkPathEffectBase::PointData*\2c\20SkPath\20const&\2c\20SkStrokeRec\20const&\2c\20SkMatrix\20const&\2c\20SkRect\20const*\29\20const -12855:SkDashImpl::getTypeName\28\29\20const -12856:SkDashImpl::flatten\28SkWriteBuffer&\29\20const -12857:SkDashImpl::asADash\28\29\20const -12858:SkDCurve::nearPoint\28SkPath::Verb\2c\20SkDPoint\20const&\2c\20SkDPoint\20const&\29\20const -12859:SkContourMeasure::~SkContourMeasure\28\29_2183 -12860:SkConicalGradient::getTypeName\28\29\20const -12861:SkConicalGradient::flatten\28SkWriteBuffer&\29\20const -12862:SkConicalGradient::asGradient\28SkShaderBase::GradientInfo*\2c\20SkMatrix*\29\20const -12863:SkConicalGradient::appendGradientStages\28SkArenaAlloc*\2c\20SkRasterPipeline*\2c\20SkRasterPipeline*\29\20const -12864:SkComposeColorFilter::onIsAlphaUnchanged\28\29\20const -12865:SkComposeColorFilter::getTypeName\28\29\20const -12866:SkComposeColorFilter::appendStages\28SkStageRec\20const&\2c\20bool\29\20const -12867:SkColorSpaceXformColorFilter::~SkColorSpaceXformColorFilter\28\29_5049 -12868:SkColorSpaceXformColorFilter::getTypeName\28\29\20const -12869:SkColorSpaceXformColorFilter::flatten\28SkWriteBuffer&\29\20const -12870:SkColorSpaceXformColorFilter::appendStages\28SkStageRec\20const&\2c\20bool\29\20const -12871:SkColorShader::onAsLuminanceColor\28SkRGBA4f<\28SkAlphaType\293>*\29\20const -12872:SkColorShader::isOpaque\28\29\20const -12873:SkColorShader::isConstant\28SkRGBA4f<\28SkAlphaType\293>*\29\20const -12874:SkColorShader::getTypeName\28\29\20const -12875:SkColorShader::flatten\28SkWriteBuffer&\29\20const -12876:SkColorShader::appendStages\28SkStageRec\20const&\2c\20SkShaders::MatrixRec\20const&\29\20const -12877:SkColorFilterShader::~SkColorFilterShader\28\29_4664 -12878:SkColorFilterShader::isOpaque\28\29\20const -12879:SkColorFilterShader::getTypeName\28\29\20const -12880:SkColorFilterShader::appendStages\28SkStageRec\20const&\2c\20SkShaders::MatrixRec\20const&\29\20const -12881:SkColorFilterBase::onFilterColor4f\28SkRGBA4f<\28SkAlphaType\292>\20const&\2c\20SkColorSpace*\29\20const -12882:SkCoincidentSpans::setOppPtTStart\28SkOpPtT\20const*\29 -12883:SkCoincidentSpans::setOppPtTEnd\28SkOpPtT\20const*\29 -12884:SkCoincidentSpans::setCoinPtTStart\28SkOpPtT\20const*\29 -12885:SkCoincidentSpans::setCoinPtTEnd\28SkOpPtT\20const*\29 -12886:SkCodec::onStartScanlineDecode\28SkImageInfo\20const&\2c\20SkCodec::Options\20const&\29 -12887:SkCodec::onStartIncrementalDecode\28SkImageInfo\20const&\2c\20void*\2c\20unsigned\20long\2c\20SkCodec::Options\20const&\29 -12888:SkCodec::onRewind\28\29 -12889:SkCodec::onOutputScanline\28int\29\20const -12890:SkCodec::onGetScaledDimensions\28float\29\20const -12891:SkCodec::getEncodedData\28\29\20const -12892:SkCodec::conversionSupported\28SkImageInfo\20const&\2c\20bool\2c\20bool\29 -12893:SkCanvas::~SkCanvas\28\29_1964 -12894:SkCanvas::recordingContext\28\29\20const -12895:SkCanvas::recorder\28\29\20const -12896:SkCanvas::onPeekPixels\28SkPixmap*\29 -12897:SkCanvas::onNewSurface\28SkImageInfo\20const&\2c\20SkSurfaceProps\20const&\29 -12898:SkCanvas::onImageInfo\28\29\20const -12899:SkCanvas::onGetProps\28SkSurfaceProps*\2c\20bool\29\20const -12900:SkCanvas::onDrawVerticesObject\28SkVertices\20const*\2c\20SkBlendMode\2c\20SkPaint\20const&\29 -12901:SkCanvas::onDrawTextBlob\28SkTextBlob\20const*\2c\20float\2c\20float\2c\20SkPaint\20const&\29 -12902:SkCanvas::onDrawSlug\28sktext::gpu::Slug\20const*\2c\20SkPaint\20const&\29 -12903:SkCanvas::onDrawShadowRec\28SkPath\20const&\2c\20SkDrawShadowRec\20const&\29 -12904:SkCanvas::onDrawRegion\28SkRegion\20const&\2c\20SkPaint\20const&\29 -12905:SkCanvas::onDrawRect\28SkRect\20const&\2c\20SkPaint\20const&\29 -12906:SkCanvas::onDrawRRect\28SkRRect\20const&\2c\20SkPaint\20const&\29 -12907:SkCanvas::onDrawPoints\28SkCanvas::PointMode\2c\20unsigned\20long\2c\20SkPoint\20const*\2c\20SkPaint\20const&\29 -12908:SkCanvas::onDrawPicture\28SkPicture\20const*\2c\20SkMatrix\20const*\2c\20SkPaint\20const*\29 -12909:SkCanvas::onDrawPath\28SkPath\20const&\2c\20SkPaint\20const&\29 -12910:SkCanvas::onDrawPatch\28SkPoint\20const*\2c\20unsigned\20int\20const*\2c\20SkPoint\20const*\2c\20SkBlendMode\2c\20SkPaint\20const&\29 -12911:SkCanvas::onDrawPaint\28SkPaint\20const&\29 -12912:SkCanvas::onDrawOval\28SkRect\20const&\2c\20SkPaint\20const&\29 -12913:SkCanvas::onDrawMesh\28SkMesh\20const&\2c\20sk_sp\2c\20SkPaint\20const&\29 -12914:SkCanvas::onDrawImageRect2\28SkImage\20const*\2c\20SkRect\20const&\2c\20SkRect\20const&\2c\20SkSamplingOptions\20const&\2c\20SkPaint\20const*\2c\20SkCanvas::SrcRectConstraint\29 -12915:SkCanvas::onDrawImageLattice2\28SkImage\20const*\2c\20SkCanvas::Lattice\20const&\2c\20SkRect\20const&\2c\20SkFilterMode\2c\20SkPaint\20const*\29 -12916:SkCanvas::onDrawImage2\28SkImage\20const*\2c\20float\2c\20float\2c\20SkSamplingOptions\20const&\2c\20SkPaint\20const*\29 -12917:SkCanvas::onDrawGlyphRunList\28sktext::GlyphRunList\20const&\2c\20SkPaint\20const&\29 -12918:SkCanvas::onDrawEdgeAAQuad\28SkRect\20const&\2c\20SkPoint\20const*\2c\20SkCanvas::QuadAAFlags\2c\20SkRGBA4f<\28SkAlphaType\293>\20const&\2c\20SkBlendMode\29 -12919:SkCanvas::onDrawEdgeAAImageSet2\28SkCanvas::ImageSetEntry\20const*\2c\20int\2c\20SkPoint\20const*\2c\20SkMatrix\20const*\2c\20SkSamplingOptions\20const&\2c\20SkPaint\20const*\2c\20SkCanvas::SrcRectConstraint\29 -12920:SkCanvas::onDrawDrawable\28SkDrawable*\2c\20SkMatrix\20const*\29 -12921:SkCanvas::onDrawDRRect\28SkRRect\20const&\2c\20SkRRect\20const&\2c\20SkPaint\20const&\29 -12922:SkCanvas::onDrawBehind\28SkPaint\20const&\29 -12923:SkCanvas::onDrawAtlas2\28SkImage\20const*\2c\20SkRSXform\20const*\2c\20SkRect\20const*\2c\20unsigned\20int\20const*\2c\20int\2c\20SkBlendMode\2c\20SkSamplingOptions\20const&\2c\20SkRect\20const*\2c\20SkPaint\20const*\29 -12924:SkCanvas::onDrawArc\28SkRect\20const&\2c\20float\2c\20float\2c\20bool\2c\20SkPaint\20const&\29 -12925:SkCanvas::onDrawAnnotation\28SkRect\20const&\2c\20char\20const*\2c\20SkData*\29 -12926:SkCanvas::onDiscard\28\29 -12927:SkCanvas::onConvertGlyphRunListToSlug\28sktext::GlyphRunList\20const&\2c\20SkPaint\20const&\29 -12928:SkCanvas::onAccessTopLayerPixels\28SkPixmap*\29 -12929:SkCanvas::isClipRect\28\29\20const -12930:SkCanvas::isClipEmpty\28\29\20const -12931:SkCanvas::getBaseLayerSize\28\29\20const -12932:SkCanvas::baseRecorder\28\29\20const -12933:SkCachedData::~SkCachedData\28\29_1877 -12934:SkCTMShader::~SkCTMShader\28\29_4718 -12935:SkCTMShader::~SkCTMShader\28\29 -12936:SkCTMShader::isConstant\28SkRGBA4f<\28SkAlphaType\293>*\29\20const -12937:SkCTMShader::getTypeName\28\29\20const -12938:SkCTMShader::asGradient\28SkShaderBase::GradientInfo*\2c\20SkMatrix*\29\20const -12939:SkCTMShader::appendStages\28SkStageRec\20const&\2c\20SkShaders::MatrixRec\20const&\29\20const -12940:SkBreakIterator_icu::~SkBreakIterator_icu\28\29_7828 -12941:SkBreakIterator_icu::status\28\29 -12942:SkBreakIterator_icu::setText\28char\20const*\2c\20int\29 -12943:SkBreakIterator_icu::setText\28char16_t\20const*\2c\20int\29 -12944:SkBreakIterator_icu::next\28\29 -12945:SkBreakIterator_icu::isDone\28\29 -12946:SkBreakIterator_icu::first\28\29 -12947:SkBreakIterator_icu::current\28\29 -12948:SkBlurMaskFilterImpl::getTypeName\28\29\20const -12949:SkBlurMaskFilterImpl::flatten\28SkWriteBuffer&\29\20const -12950:SkBlurMaskFilterImpl::filterRectsToNine\28SkSpan\2c\20SkMatrix\20const&\2c\20SkIRect\20const&\2c\20std::__2::optional*\2c\20SkResourceCache*\29\20const -12951:SkBlurMaskFilterImpl::filterRRectToNine\28SkRRect\20const&\2c\20SkMatrix\20const&\2c\20SkIRect\20const&\2c\20SkResourceCache*\29\20const -12952:SkBlurMaskFilterImpl::filterMask\28SkMaskBuilder*\2c\20SkMask\20const&\2c\20SkMatrix\20const&\2c\20SkIPoint*\29\20const -12953:SkBlurMaskFilterImpl::computeFastBounds\28SkRect\20const&\2c\20SkRect*\29\20const -12954:SkBlurMaskFilterImpl::asImageFilter\28SkMatrix\20const&\2c\20SkPaint\20const&\29\20const -12955:SkBlurMaskFilterImpl::asABlur\28SkMaskFilterBase::BlurRec*\29\20const -12956:SkBlitter::canDirectBlit\28\29 -12957:SkBlitter::blitRect\28int\2c\20int\2c\20int\2c\20int\29 -12958:SkBlitter::blitAntiV2\28int\2c\20int\2c\20unsigned\20int\2c\20unsigned\20int\29 -12959:SkBlitter::blitAntiRect\28int\2c\20int\2c\20int\2c\20int\2c\20unsigned\20char\2c\20unsigned\20char\29 -12960:SkBlitter::blitAntiH2\28int\2c\20int\2c\20unsigned\20int\2c\20unsigned\20int\29 -12961:SkBlitter::allocBlitMemory\28unsigned\20long\29 -12962:SkBlendShader::getTypeName\28\29\20const -12963:SkBlendShader::flatten\28SkWriteBuffer&\29\20const -12964:SkBlendShader::appendStages\28SkStageRec\20const&\2c\20SkShaders::MatrixRec\20const&\29\20const -12965:SkBlendModeColorFilter::onIsAlphaUnchanged\28\29\20const -12966:SkBlendModeColorFilter::onAsAColorMode\28unsigned\20int*\2c\20SkBlendMode*\29\20const -12967:SkBlendModeColorFilter::getTypeName\28\29\20const -12968:SkBlendModeColorFilter::flatten\28SkWriteBuffer&\29\20const -12969:SkBlendModeColorFilter::appendStages\28SkStageRec\20const&\2c\20bool\29\20const -12970:SkBlendModeBlender::onAppendStages\28SkStageRec\20const&\29\20const -12971:SkBlendModeBlender::getTypeName\28\29\20const -12972:SkBlendModeBlender::flatten\28SkWriteBuffer&\29\20const -12973:SkBlendModeBlender::asBlendMode\28\29\20const -12974:SkBitmapDevice::~SkBitmapDevice\28\29_1351 -12975:SkBitmapDevice::snapSpecial\28SkIRect\20const&\2c\20bool\29 -12976:SkBitmapDevice::setImmutable\28\29 -12977:SkBitmapDevice::replaceClip\28SkIRect\20const&\29 -12978:SkBitmapDevice::pushClipStack\28\29 -12979:SkBitmapDevice::popClipStack\28\29 -12980:SkBitmapDevice::onWritePixels\28SkPixmap\20const&\2c\20int\2c\20int\29 -12981:SkBitmapDevice::onReadPixels\28SkPixmap\20const&\2c\20int\2c\20int\29 -12982:SkBitmapDevice::onDrawGlyphRunList\28SkCanvas*\2c\20sktext::GlyphRunList\20const&\2c\20SkPaint\20const&\29 -12983:SkBitmapDevice::onClipShader\28sk_sp\29 -12984:SkBitmapDevice::onAccessPixels\28SkPixmap*\29 -12985:SkBitmapDevice::makeSurface\28SkImageInfo\20const&\2c\20SkSurfaceProps\20const&\29 -12986:SkBitmapDevice::isClipWideOpen\28\29\20const -12987:SkBitmapDevice::isClipRect\28\29\20const -12988:SkBitmapDevice::isClipEmpty\28\29\20const -12989:SkBitmapDevice::isClipAntiAliased\28\29\20const -12990:SkBitmapDevice::drawVertices\28SkVertices\20const*\2c\20sk_sp\2c\20SkPaint\20const&\2c\20bool\29 -12991:SkBitmapDevice::drawSpecial\28SkSpecialImage*\2c\20SkMatrix\20const&\2c\20SkSamplingOptions\20const&\2c\20SkPaint\20const&\2c\20SkCanvas::SrcRectConstraint\29 -12992:SkBitmapDevice::drawRRect\28SkRRect\20const&\2c\20SkPaint\20const&\29 -12993:SkBitmapDevice::drawPoints\28SkCanvas::PointMode\2c\20SkSpan\2c\20SkPaint\20const&\29 -12994:SkBitmapDevice::drawPaint\28SkPaint\20const&\29 -12995:SkBitmapDevice::drawOval\28SkRect\20const&\2c\20SkPaint\20const&\29 -12996:SkBitmapDevice::drawImageRect\28SkImage\20const*\2c\20SkRect\20const*\2c\20SkRect\20const&\2c\20SkSamplingOptions\20const&\2c\20SkPaint\20const&\2c\20SkCanvas::SrcRectConstraint\29 -12997:SkBitmapDevice::drawCoverageMask\28SkSpecialImage\20const*\2c\20SkMatrix\20const&\2c\20SkSamplingOptions\20const&\2c\20SkPaint\20const&\29 -12998:SkBitmapDevice::drawBlurredRRect\28SkRRect\20const&\2c\20SkPaint\20const&\2c\20float\29 -12999:SkBitmapDevice::drawAtlas\28SkSpan\2c\20SkSpan\2c\20SkSpan\2c\20sk_sp\2c\20SkPaint\20const&\29 -13000:SkBitmapDevice::devClipBounds\28\29\20const -13001:SkBitmapDevice::createDevice\28SkDevice::CreateInfo\20const&\2c\20SkPaint\20const*\29 -13002:SkBitmapDevice::clipRegion\28SkRegion\20const&\2c\20SkClipOp\29 -13003:SkBitmapDevice::clipRect\28SkRect\20const&\2c\20SkClipOp\2c\20bool\29 -13004:SkBitmapDevice::clipRRect\28SkRRect\20const&\2c\20SkClipOp\2c\20bool\29 -13005:SkBitmapDevice::clipPath\28SkPath\20const&\2c\20SkClipOp\2c\20bool\29 -13006:SkBitmapDevice::baseRecorder\28\29\20const -13007:SkBitmapDevice::android_utils_clipAsRgn\28SkRegion*\29\20const -13008:SkBitmapCache::Rec::~Rec\28\29_1312 -13009:SkBitmapCache::Rec::postAddInstall\28void*\29 -13010:SkBitmapCache::Rec::getCategory\28\29\20const -13011:SkBitmapCache::Rec::canBePurged\28\29 -13012:SkBitmapCache::Rec::bytesUsed\28\29\20const -13013:SkBitmapCache::Rec::ReleaseProc\28void*\2c\20void*\29 -13014:SkBitmapCache::Rec::Finder\28SkResourceCache::Rec\20const&\2c\20void*\29 -13015:SkBinaryWriteBuffer::~SkBinaryWriteBuffer\28\29_4463 -13016:SkBinaryWriteBuffer::write\28SkM44\20const&\29 -13017:SkBinaryWriteBuffer::writeTypeface\28SkTypeface*\29 -13018:SkBinaryWriteBuffer::writeString\28std::__2::basic_string_view>\29 -13019:SkBinaryWriteBuffer::writeStream\28SkStream*\2c\20unsigned\20long\29 -13020:SkBinaryWriteBuffer::writeScalar\28float\29 -13021:SkBinaryWriteBuffer::writeSampling\28SkSamplingOptions\20const&\29 -13022:SkBinaryWriteBuffer::writeRegion\28SkRegion\20const&\29 -13023:SkBinaryWriteBuffer::writeRect\28SkRect\20const&\29 -13024:SkBinaryWriteBuffer::writePoint\28SkPoint\20const&\29 -13025:SkBinaryWriteBuffer::writePointArray\28SkSpan\29 -13026:SkBinaryWriteBuffer::writePoint3\28SkPoint3\20const&\29 -13027:SkBinaryWriteBuffer::writePath\28SkPath\20const&\29 -13028:SkBinaryWriteBuffer::writePaint\28SkPaint\20const&\29 -13029:SkBinaryWriteBuffer::writePad32\28void\20const*\2c\20unsigned\20long\29 -13030:SkBinaryWriteBuffer::writeMatrix\28SkMatrix\20const&\29 -13031:SkBinaryWriteBuffer::writeImage\28SkImage\20const*\29 -13032:SkBinaryWriteBuffer::writeColor4fArray\28SkSpan\20const>\29 -13033:SkBinaryWriteBuffer::writeBool\28bool\29 -13034:SkBigPicture::~SkBigPicture\28\29_1229 -13035:SkBigPicture::playback\28SkCanvas*\2c\20SkPicture::AbortCallback*\29\20const -13036:SkBigPicture::approximateOpCount\28bool\29\20const -13037:SkBigPicture::approximateBytesUsed\28\29\20const -13038:SkBidiICUFactory::errorName\28UErrorCode\29\20const -13039:SkBidiICUFactory::bidi_setPara\28UBiDi*\2c\20char16_t\20const*\2c\20int\2c\20unsigned\20char\2c\20unsigned\20char*\2c\20UErrorCode*\29\20const -13040:SkBidiICUFactory::bidi_reorderVisual\28unsigned\20char\20const*\2c\20int\2c\20int*\29\20const -13041:SkBidiICUFactory::bidi_openSized\28int\2c\20int\2c\20UErrorCode*\29\20const -13042:SkBidiICUFactory::bidi_getLevelAt\28UBiDi\20const*\2c\20int\29\20const -13043:SkBidiICUFactory::bidi_getLength\28UBiDi\20const*\29\20const -13044:SkBidiICUFactory::bidi_getDirection\28UBiDi\20const*\29\20const -13045:SkBidiICUFactory::bidi_close_callback\28\29\20const -13046:SkBasicEdgeBuilder::addQuad\28SkPoint\20const*\29 -13047:SkBasicEdgeBuilder::addLine\28SkPoint\20const*\29 -13048:SkBasicEdgeBuilder::addCubic\28SkPoint\20const*\29 -13049:SkBBoxHierarchy::insert\28SkRect\20const*\2c\20SkBBoxHierarchy::Metadata\20const*\2c\20int\29 -13050:SkArenaAlloc::SkipPod\28char*\29 -13051:SkArenaAlloc::NextBlock\28char*\29 -13052:SkAnimatedImage::~SkAnimatedImage\28\29_7060 -13053:SkAnimatedImage::onGetBounds\28\29 -13054:SkAnimatedImage::onDraw\28SkCanvas*\29 -13055:SkAndroidCodecAdapter::onGetSupportedSubset\28SkIRect*\29\20const -13056:SkAndroidCodecAdapter::onGetSampledDimensions\28int\29\20const -13057:SkAndroidCodecAdapter::onGetAndroidPixels\28SkImageInfo\20const&\2c\20void*\2c\20unsigned\20long\2c\20SkAndroidCodec::AndroidOptions\20const&\29 -13058:SkAnalyticEdgeBuilder::allocEdges\28unsigned\20long\2c\20unsigned\20long*\29 -13059:SkAnalyticEdgeBuilder::addQuad\28SkPoint\20const*\29 -13060:SkAnalyticEdgeBuilder::addPolyLine\28SkPoint\20const*\2c\20char*\2c\20char**\29 -13061:SkAnalyticEdgeBuilder::addLine\28SkPoint\20const*\29 -13062:SkAnalyticEdgeBuilder::addCubic\28SkPoint\20const*\29 -13063:SkAAClipBlitter::~SkAAClipBlitter\28\29_1186 -13064:SkAAClipBlitter::blitV\28int\2c\20int\2c\20int\2c\20unsigned\20char\29 -13065:SkAAClipBlitter::blitRect\28int\2c\20int\2c\20int\2c\20int\29 -13066:SkAAClipBlitter::blitMask\28SkMask\20const&\2c\20SkIRect\20const&\29 -13067:SkAAClipBlitter::blitH\28int\2c\20int\2c\20int\29 -13068:SkAAClipBlitter::blitAntiH\28int\2c\20int\2c\20unsigned\20char\20const*\2c\20short\20const*\29 -13069:SkAAClip::Builder::operateY\28SkAAClip\20const&\2c\20SkAAClip\20const&\2c\20SkClipOp\29::$_1::__invoke\28unsigned\20int\2c\20unsigned\20int\29 -13070:SkAAClip::Builder::operateY\28SkAAClip\20const&\2c\20SkAAClip\20const&\2c\20SkClipOp\29::$_0::__invoke\28unsigned\20int\2c\20unsigned\20int\29 -13071:SkAAClip::Builder::Blitter::blitV\28int\2c\20int\2c\20int\2c\20unsigned\20char\29 -13072:SkAAClip::Builder::Blitter::blitRect\28int\2c\20int\2c\20int\2c\20int\29 -13073:SkAAClip::Builder::Blitter::blitMask\28SkMask\20const&\2c\20SkIRect\20const&\29 -13074:SkAAClip::Builder::Blitter::blitH\28int\2c\20int\2c\20int\29 -13075:SkAAClip::Builder::Blitter::blitAntiRect\28int\2c\20int\2c\20int\2c\20int\2c\20unsigned\20char\2c\20unsigned\20char\29 -13076:SkA8_Coverage_Blitter::~SkA8_Coverage_Blitter\28\29_1646 -13077:SkA8_Coverage_Blitter::blitV\28int\2c\20int\2c\20int\2c\20unsigned\20char\29 -13078:SkA8_Coverage_Blitter::blitRect\28int\2c\20int\2c\20int\2c\20int\29 -13079:SkA8_Coverage_Blitter::blitMask\28SkMask\20const&\2c\20SkIRect\20const&\29 -13080:SkA8_Coverage_Blitter::blitH\28int\2c\20int\2c\20int\29 -13081:SkA8_Coverage_Blitter::blitAntiH\28int\2c\20int\2c\20unsigned\20char\20const*\2c\20short\20const*\29 -13082:SkA8_Blitter::~SkA8_Blitter\28\29_1661 -13083:SkA8_Blitter::blitV\28int\2c\20int\2c\20int\2c\20unsigned\20char\29 -13084:SkA8_Blitter::blitRect\28int\2c\20int\2c\20int\2c\20int\29 -13085:SkA8_Blitter::blitMask\28SkMask\20const&\2c\20SkIRect\20const&\29 -13086:SkA8_Blitter::blitH\28int\2c\20int\2c\20int\29 -13087:SkA8_Blitter::blitAntiH\28int\2c\20int\2c\20unsigned\20char\20const*\2c\20short\20const*\29 -13088:SkA8Blitter_Choose\28SkPixmap\20const&\2c\20SkMatrix\20const&\2c\20SkPaint\20const&\2c\20SkArenaAlloc*\2c\20SkDrawCoverage\2c\20sk_sp\2c\20SkSurfaceProps\20const&\29 -13089:ShaderPDXferProcessor::onAddToKey\28GrShaderCaps\20const&\2c\20skgpu::KeyBuilder*\29\20const -13090:ShaderPDXferProcessor::name\28\29\20const -13091:ShaderPDXferProcessor::makeProgramImpl\28\29\20const -13092:SafeRLEAdditiveBlitter::blitAntiH\28int\2c\20int\2c\20unsigned\20char\29 -13093:SafeRLEAdditiveBlitter::blitAntiH\28int\2c\20int\2c\20unsigned\20char\20const*\2c\20int\29 -13094:SafeRLEAdditiveBlitter::blitAntiH\28int\2c\20int\2c\20int\2c\20unsigned\20char\29 -13095:RuntimeEffectRPCallbacks::toLinearSrgb\28void\20const*\29 -13096:RuntimeEffectRPCallbacks::fromLinearSrgb\28void\20const*\29 -13097:RuntimeEffectRPCallbacks::appendShader\28int\29 -13098:RuntimeEffectRPCallbacks::appendColorFilter\28int\29 -13099:RuntimeEffectRPCallbacks::appendBlender\28int\29 -13100:RunBasedAdditiveBlitter::getRealBlitter\28bool\29 -13101:RunBasedAdditiveBlitter::flush_if_y_changed\28int\2c\20int\29 -13102:RunBasedAdditiveBlitter::blitAntiH\28int\2c\20int\2c\20unsigned\20char\29 -13103:RunBasedAdditiveBlitter::blitAntiH\28int\2c\20int\2c\20unsigned\20char\20const*\2c\20int\29 -13104:RunBasedAdditiveBlitter::blitAntiH\28int\2c\20int\2c\20int\2c\20unsigned\20char\29 -13105:Round_Up_To_Grid -13106:Round_To_Half_Grid -13107:Round_To_Grid -13108:Round_To_Double_Grid -13109:Round_Super_45 -13110:Round_Super -13111:Round_None -13112:Round_Down_To_Grid -13113:RoundJoiner\28SkPathBuilder*\2c\20SkPathBuilder*\2c\20SkPoint\20const&\2c\20SkPoint\20const&\2c\20SkPoint\20const&\2c\20float\2c\20float\2c\20bool\2c\20bool\29 -13114:RoundCapper\28SkPathBuilder*\2c\20SkPoint\20const&\2c\20SkPoint\20const&\2c\20SkPoint\20const&\2c\20bool\29 -13115:Read_CVT_Stretched -13116:Read_CVT -13117:RD4_C -13118:Project_y -13119:Project -13120:ProcessRows -13121:PredictorAdd9_C -13122:PredictorAdd8_C -13123:PredictorAdd7_C -13124:PredictorAdd6_C -13125:PredictorAdd5_C -13126:PredictorAdd4_C -13127:PredictorAdd3_C -13128:PredictorAdd13_C -13129:PredictorAdd12_C -13130:PredictorAdd11_C -13131:PredictorAdd10_C -13132:PrePostInverseBlitterProc\28SkBlitter*\2c\20int\2c\20bool\29 -13133:PorterDuffXferProcessor::onHasSecondaryOutput\28\29\20const -13134:PorterDuffXferProcessor::onGetBlendInfo\28skgpu::BlendInfo*\29\20const -13135:PorterDuffXferProcessor::onAddToKey\28GrShaderCaps\20const&\2c\20skgpu::KeyBuilder*\29\20const -13136:PorterDuffXferProcessor::name\28\29\20const -13137:PorterDuffXferProcessor::makeProgramImpl\28\29\20const::Impl::emitOutputsForBlendState\28GrXferProcessor::ProgramImpl::EmitArgs\20const&\29 -13138:PorterDuffXferProcessor::makeProgramImpl\28\29\20const -13139:ParseVP8X -13140:PDLCDXferProcessor::onIsEqual\28GrXferProcessor\20const&\29\20const -13141:PDLCDXferProcessor::onGetBlendInfo\28skgpu::BlendInfo*\29\20const -13142:PDLCDXferProcessor::name\28\29\20const -13143:PDLCDXferProcessor::makeProgramImpl\28\29\20const::Impl::onSetData\28GrGLSLProgramDataManager\20const&\2c\20GrXferProcessor\20const&\29 -13144:PDLCDXferProcessor::makeProgramImpl\28\29\20const::Impl::emitOutputsForBlendState\28GrXferProcessor::ProgramImpl::EmitArgs\20const&\29 -13145:PDLCDXferProcessor::makeProgramImpl\28\29\20const -13146:OT::match_glyph\28hb_glyph_info_t&\2c\20unsigned\20int\2c\20void\20const*\29 -13147:OT::match_coverage\28hb_glyph_info_t&\2c\20unsigned\20int\2c\20void\20const*\29 -13148:OT::match_class_cached\28hb_glyph_info_t&\2c\20unsigned\20int\2c\20void\20const*\29 -13149:OT::match_class_cached2\28hb_glyph_info_t&\2c\20unsigned\20int\2c\20void\20const*\29 -13150:OT::match_class_cached1\28hb_glyph_info_t&\2c\20unsigned\20int\2c\20void\20const*\29 -13151:OT::match_class\28hb_glyph_info_t&\2c\20unsigned\20int\2c\20void\20const*\29 -13152:OT::hb_ot_apply_context_t::return_t\20OT::Layout::GSUB_impl::SubstLookup::dispatch_recurse_func\28OT::hb_ot_apply_context_t*\2c\20unsigned\20int\29 -13153:OT::hb_ot_apply_context_t::return_t\20OT::Layout::GPOS_impl::PosLookup::dispatch_recurse_func\28OT::hb_ot_apply_context_t*\2c\20unsigned\20int\29 -13154:OT::Layout::Common::RangeRecord::cmp_range\28void\20const*\2c\20void\20const*\29 -13155:OT::ColorLine::static_get_color_stops\28hb_color_line_t*\2c\20void*\2c\20unsigned\20int\2c\20unsigned\20int*\2c\20hb_color_stop_t*\2c\20void*\29 -13156:OT::ColorLine::static_get_color_stops\28hb_color_line_t*\2c\20void*\2c\20unsigned\20int\2c\20unsigned\20int*\2c\20hb_color_stop_t*\2c\20void*\29 -13157:OT::CmapSubtableFormat4::accelerator_t::get_glyph_func\28void\20const*\2c\20unsigned\20int\2c\20unsigned\20int*\29 -13158:Move_CVT_Stretched -13159:Move_CVT -13160:MiterJoiner\28SkPathBuilder*\2c\20SkPathBuilder*\2c\20SkPoint\20const&\2c\20SkPoint\20const&\2c\20SkPoint\20const&\2c\20float\2c\20float\2c\20bool\2c\20bool\29 -13161:MaskAdditiveBlitter::~MaskAdditiveBlitter\28\29_4095 -13162:MaskAdditiveBlitter::getWidth\28\29 -13163:MaskAdditiveBlitter::getRealBlitter\28bool\29 -13164:MaskAdditiveBlitter::blitV\28int\2c\20int\2c\20int\2c\20unsigned\20char\29 -13165:MaskAdditiveBlitter::blitRect\28int\2c\20int\2c\20int\2c\20int\29 -13166:MaskAdditiveBlitter::blitAntiRect\28int\2c\20int\2c\20int\2c\20int\2c\20unsigned\20char\2c\20unsigned\20char\29 -13167:MaskAdditiveBlitter::blitAntiH\28int\2c\20int\2c\20unsigned\20char\29 -13168:MaskAdditiveBlitter::blitAntiH\28int\2c\20int\2c\20unsigned\20char\20const*\2c\20int\29 -13169:MaskAdditiveBlitter::blitAntiH\28int\2c\20int\2c\20int\2c\20unsigned\20char\29 -13170:LD4_C -13171:IsValidSimpleFormat -13172:IsValidExtendedFormat -13173:InverseBlitter::blitH\28int\2c\20int\2c\20int\29 -13174:Horish_SkAntiHairBlitter::drawLine\28int\2c\20int\2c\20int\2c\20int\29 -13175:Horish_SkAntiHairBlitter::drawCap\28int\2c\20int\2c\20int\2c\20int\29 -13176:HU4_C -13177:HLine_SkAntiHairBlitter::drawLine\28int\2c\20int\2c\20int\2c\20int\29 -13178:HLine_SkAntiHairBlitter::drawCap\28int\2c\20int\2c\20int\2c\20int\29 -13179:HE8uv_C -13180:HE4_C -13181:HE16_C -13182:HD4_C -13183:GradientUnfilter_C -13184:GrYUVtoRGBEffect::onMakeProgramImpl\28\29\20const::Impl::onSetData\28GrGLSLProgramDataManager\20const&\2c\20GrFragmentProcessor\20const&\29 -13185:GrYUVtoRGBEffect::onMakeProgramImpl\28\29\20const::Impl::emitCode\28GrFragmentProcessor::ProgramImpl::EmitArgs&\29 -13186:GrYUVtoRGBEffect::onMakeProgramImpl\28\29\20const -13187:GrYUVtoRGBEffect::onIsEqual\28GrFragmentProcessor\20const&\29\20const -13188:GrYUVtoRGBEffect::onAddToKey\28GrShaderCaps\20const&\2c\20skgpu::KeyBuilder*\29\20const -13189:GrYUVtoRGBEffect::name\28\29\20const -13190:GrYUVtoRGBEffect::clone\28\29\20const -13191:GrXferProcessor::ProgramImpl::emitWriteSwizzle\28GrGLSLXPFragmentBuilder*\2c\20skgpu::Swizzle\20const&\2c\20char\20const*\2c\20char\20const*\29\20const -13192:GrXferProcessor::ProgramImpl::emitOutputsForBlendState\28GrXferProcessor::ProgramImpl::EmitArgs\20const&\29 -13193:GrXferProcessor::ProgramImpl::emitBlendCodeForDstRead\28GrGLSLXPFragmentBuilder*\2c\20GrGLSLUniformHandler*\2c\20char\20const*\2c\20char\20const*\2c\20char\20const*\2c\20char\20const*\2c\20char\20const*\2c\20GrXferProcessor\20const&\29 -13194:GrWritePixelsTask::~GrWritePixelsTask\28\29_9815 -13195:GrWritePixelsTask::onMakeClosed\28GrRecordingContext*\2c\20SkIRect*\29 -13196:GrWritePixelsTask::onExecute\28GrOpFlushState*\29 -13197:GrWritePixelsTask::gatherProxyIntervals\28GrResourceAllocator*\29\20const -13198:GrWaitRenderTask::~GrWaitRenderTask\28\29_9810 -13199:GrWaitRenderTask::onIsUsed\28GrSurfaceProxy*\29\20const -13200:GrWaitRenderTask::onExecute\28GrOpFlushState*\29 -13201:GrWaitRenderTask::gatherProxyIntervals\28GrResourceAllocator*\29\20const -13202:GrTransferFromRenderTask::~GrTransferFromRenderTask\28\29_9803 -13203:GrTransferFromRenderTask::onExecute\28GrOpFlushState*\29 -13204:GrTransferFromRenderTask::gatherProxyIntervals\28GrResourceAllocator*\29\20const -13205:GrThreadSafeCache::Trampoline::~Trampoline\28\29_9799 -13206:GrTextureResolveRenderTask::~GrTextureResolveRenderTask\28\29_9771 -13207:GrTextureResolveRenderTask::onExecute\28GrOpFlushState*\29 -13208:GrTextureResolveRenderTask::gatherProxyIntervals\28GrResourceAllocator*\29\20const -13209:GrTextureEffect::~GrTextureEffect\28\29_10245 -13210:GrTextureEffect::onMakeProgramImpl\28\29\20const -13211:GrTextureEffect::onIsEqual\28GrFragmentProcessor\20const&\29\20const -13212:GrTextureEffect::onAddToKey\28GrShaderCaps\20const&\2c\20skgpu::KeyBuilder*\29\20const -13213:GrTextureEffect::name\28\29\20const -13214:GrTextureEffect::clone\28\29\20const -13215:GrTextureEffect::Impl::onSetData\28GrGLSLProgramDataManager\20const&\2c\20GrFragmentProcessor\20const&\29 -13216:GrTextureEffect::Impl::emitCode\28GrFragmentProcessor::ProgramImpl::EmitArgs&\29 -13217:GrTDeferredProxyUploader>::~GrTDeferredProxyUploader\28\29_8322 -13218:GrTDeferredProxyUploader>::freeData\28\29 -13219:GrTDeferredProxyUploader<\28anonymous\20namespace\29::SoftwarePathData>::~GrTDeferredProxyUploader\28\29_11486 -13220:GrTDeferredProxyUploader<\28anonymous\20namespace\29::SoftwarePathData>::freeData\28\29 -13221:GrSurfaceProxy::getUniqueKey\28\29\20const -13222:GrSurface::getResourceType\28\29\20const -13223:GrStrokeTessellationShader::~GrStrokeTessellationShader\28\29_11651 -13224:GrStrokeTessellationShader::name\28\29\20const -13225:GrStrokeTessellationShader::makeProgramImpl\28GrShaderCaps\20const&\29\20const -13226:GrStrokeTessellationShader::addToKey\28GrShaderCaps\20const&\2c\20skgpu::KeyBuilder*\29\20const -13227:GrStrokeTessellationShader::Impl::~Impl\28\29_11656 -13228:GrStrokeTessellationShader::Impl::setData\28GrGLSLProgramDataManager\20const&\2c\20GrShaderCaps\20const&\2c\20GrGeometryProcessor\20const&\29 -13229:GrStrokeTessellationShader::Impl::onEmitCode\28GrGeometryProcessor::ProgramImpl::EmitArgs&\2c\20GrGeometryProcessor::ProgramImpl::GrGPArgs*\29 -13230:GrSkSLFP::~GrSkSLFP\28\29_10202 -13231:GrSkSLFP::onMakeProgramImpl\28\29\20const -13232:GrSkSLFP::onIsEqual\28GrFragmentProcessor\20const&\29\20const -13233:GrSkSLFP::onAddToKey\28GrShaderCaps\20const&\2c\20skgpu::KeyBuilder*\29\20const -13234:GrSkSLFP::constantOutputForConstantInput\28SkRGBA4f<\28SkAlphaType\292>\20const&\29\20const -13235:GrSkSLFP::clone\28\29\20const -13236:GrSkSLFP::Impl::~Impl\28\29_10210 -13237:GrSkSLFP::Impl::onSetData\28GrGLSLProgramDataManager\20const&\2c\20GrFragmentProcessor\20const&\29 -13238:GrSkSLFP::Impl::emitCode\28GrFragmentProcessor::ProgramImpl::EmitArgs&\29::FPCallbacks::toLinearSrgb\28std::__2::basic_string\2c\20std::__2::allocator>\29 -13239:GrSkSLFP::Impl::emitCode\28GrFragmentProcessor::ProgramImpl::EmitArgs&\29::FPCallbacks::sampleShader\28int\2c\20std::__2::basic_string\2c\20std::__2::allocator>\29 -13240:GrSkSLFP::Impl::emitCode\28GrFragmentProcessor::ProgramImpl::EmitArgs&\29::FPCallbacks::sampleColorFilter\28int\2c\20std::__2::basic_string\2c\20std::__2::allocator>\29 -13241:GrSkSLFP::Impl::emitCode\28GrFragmentProcessor::ProgramImpl::EmitArgs&\29::FPCallbacks::sampleBlender\28int\2c\20std::__2::basic_string\2c\20std::__2::allocator>\2c\20std::__2::basic_string\2c\20std::__2::allocator>\29 -13242:GrSkSLFP::Impl::emitCode\28GrFragmentProcessor::ProgramImpl::EmitArgs&\29::FPCallbacks::getMangledName\28char\20const*\29 -13243:GrSkSLFP::Impl::emitCode\28GrFragmentProcessor::ProgramImpl::EmitArgs&\29::FPCallbacks::fromLinearSrgb\28std::__2::basic_string\2c\20std::__2::allocator>\29 -13244:GrSkSLFP::Impl::emitCode\28GrFragmentProcessor::ProgramImpl::EmitArgs&\29::FPCallbacks::defineFunction\28char\20const*\2c\20char\20const*\2c\20bool\29 -13245:GrSkSLFP::Impl::emitCode\28GrFragmentProcessor::ProgramImpl::EmitArgs&\29::FPCallbacks::declareUniform\28SkSL::VarDeclaration\20const*\29 -13246:GrSkSLFP::Impl::emitCode\28GrFragmentProcessor::ProgramImpl::EmitArgs&\29::FPCallbacks::declareFunction\28char\20const*\29 -13247:GrSkSLFP::Impl::emitCode\28GrFragmentProcessor::ProgramImpl::EmitArgs&\29 -13248:GrSimpleMesh*\20SkArenaAlloc::allocUninitializedArray\28unsigned\20long\29::'lambda'\28char*\29::__invoke\28char*\29 -13249:GrRingBuffer::FinishSubmit\28void*\29 -13250:GrResourceCache::CompareTimestamp\28GrGpuResource*\20const&\2c\20GrGpuResource*\20const&\29 -13251:GrRenderTask::disown\28GrDrawingManager*\29 -13252:GrRecordingContext::~GrRecordingContext\28\29_9534 -13253:GrRRectShadowGeoProc::~GrRRectShadowGeoProc\28\29_10193 -13254:GrRRectShadowGeoProc::onTextureSampler\28int\29\20const -13255:GrRRectShadowGeoProc::name\28\29\20const -13256:GrRRectShadowGeoProc::makeProgramImpl\28GrShaderCaps\20const&\29\20const -13257:GrRRectShadowGeoProc::Impl::onEmitCode\28GrGeometryProcessor::ProgramImpl::EmitArgs&\2c\20GrGeometryProcessor::ProgramImpl::GrGPArgs*\29 -13258:GrQuadEffect::name\28\29\20const -13259:GrQuadEffect::makeProgramImpl\28GrShaderCaps\20const&\29\20const -13260:GrQuadEffect::addToKey\28GrShaderCaps\20const&\2c\20skgpu::KeyBuilder*\29\20const -13261:GrQuadEffect::Impl::setData\28GrGLSLProgramDataManager\20const&\2c\20GrShaderCaps\20const&\2c\20GrGeometryProcessor\20const&\29 -13262:GrQuadEffect::Impl::onEmitCode\28GrGeometryProcessor::ProgramImpl::EmitArgs&\2c\20GrGeometryProcessor::ProgramImpl::GrGPArgs*\29 -13263:GrPorterDuffXPFactory::makeXferProcessor\28GrProcessorAnalysisColor\20const&\2c\20GrProcessorAnalysisCoverage\2c\20GrCaps\20const&\2c\20GrClampType\29\20const -13264:GrPorterDuffXPFactory::analysisProperties\28GrProcessorAnalysisColor\20const&\2c\20GrProcessorAnalysisCoverage\20const&\2c\20GrCaps\20const&\2c\20GrClampType\29\20const -13265:GrPerlinNoise2Effect::~GrPerlinNoise2Effect\28\29_10135 -13266:GrPerlinNoise2Effect::onMakeProgramImpl\28\29\20const -13267:GrPerlinNoise2Effect::onIsEqual\28GrFragmentProcessor\20const&\29\20const -13268:GrPerlinNoise2Effect::onAddToKey\28GrShaderCaps\20const&\2c\20skgpu::KeyBuilder*\29\20const -13269:GrPerlinNoise2Effect::name\28\29\20const -13270:GrPerlinNoise2Effect::clone\28\29\20const -13271:GrPerlinNoise2Effect::Impl::onSetData\28GrGLSLProgramDataManager\20const&\2c\20GrFragmentProcessor\20const&\29 -13272:GrPerlinNoise2Effect::Impl::emitCode\28GrFragmentProcessor::ProgramImpl::EmitArgs&\29 -13273:GrPathTessellationShader::Impl::setData\28GrGLSLProgramDataManager\20const&\2c\20GrShaderCaps\20const&\2c\20GrGeometryProcessor\20const&\29 -13274:GrPathTessellationShader::Impl::onEmitCode\28GrGeometryProcessor::ProgramImpl::EmitArgs&\2c\20GrGeometryProcessor::ProgramImpl::GrGPArgs*\29 -13275:GrOpsRenderPass::onExecuteDrawable\28std::__2::unique_ptr>\29 -13276:GrOpsRenderPass::onDrawIndirect\28GrBuffer\20const*\2c\20unsigned\20long\2c\20int\29 -13277:GrOpsRenderPass::onDrawIndexedIndirect\28GrBuffer\20const*\2c\20unsigned\20long\2c\20int\29 -13278:GrOpFlushState::writeView\28\29\20const -13279:GrOpFlushState::usesMSAASurface\28\29\20const -13280:GrOpFlushState::tokenTracker\28\29 -13281:GrOpFlushState::threadSafeCache\28\29\20const -13282:GrOpFlushState::strikeCache\28\29\20const -13283:GrOpFlushState::sampledProxyArray\28\29 -13284:GrOpFlushState::rtProxy\28\29\20const -13285:GrOpFlushState::resourceProvider\28\29\20const -13286:GrOpFlushState::renderPassBarriers\28\29\20const -13287:GrOpFlushState::putBackVertices\28int\2c\20unsigned\20long\29 -13288:GrOpFlushState::putBackIndirectDraws\28int\29 -13289:GrOpFlushState::putBackIndexedIndirectDraws\28int\29 -13290:GrOpFlushState::makeVertexSpace\28unsigned\20long\2c\20int\2c\20sk_sp*\2c\20int*\29 -13291:GrOpFlushState::makeVertexSpaceAtLeast\28unsigned\20long\2c\20int\2c\20int\2c\20sk_sp*\2c\20int*\2c\20int*\29 -13292:GrOpFlushState::makeIndexSpace\28int\2c\20sk_sp*\2c\20int*\29 -13293:GrOpFlushState::makeIndexSpaceAtLeast\28int\2c\20int\2c\20sk_sp*\2c\20int*\2c\20int*\29 -13294:GrOpFlushState::makeDrawIndirectSpace\28int\2c\20sk_sp*\2c\20unsigned\20long*\29 -13295:GrOpFlushState::makeDrawIndexedIndirectSpace\28int\2c\20sk_sp*\2c\20unsigned\20long*\29 -13296:GrOpFlushState::dstProxyView\28\29\20const -13297:GrOpFlushState::colorLoadOp\28\29\20const -13298:GrOpFlushState::caps\28\29\20const -13299:GrOpFlushState::atlasManager\28\29\20const -13300:GrOpFlushState::appliedClip\28\29\20const -13301:GrOpFlushState::addInlineUpload\28std::__2::function&\29>&&\29 -13302:GrOnFlushCallbackObject::postFlush\28skgpu::AtlasToken\29 -13303:GrModulateAtlasCoverageEffect::onMakeProgramImpl\28\29\20const::Impl::onSetData\28GrGLSLProgramDataManager\20const&\2c\20GrFragmentProcessor\20const&\29 -13304:GrModulateAtlasCoverageEffect::onMakeProgramImpl\28\29\20const::Impl::emitCode\28GrFragmentProcessor::ProgramImpl::EmitArgs&\29 -13305:GrModulateAtlasCoverageEffect::onMakeProgramImpl\28\29\20const -13306:GrModulateAtlasCoverageEffect::onIsEqual\28GrFragmentProcessor\20const&\29\20const -13307:GrModulateAtlasCoverageEffect::onAddToKey\28GrShaderCaps\20const&\2c\20skgpu::KeyBuilder*\29\20const -13308:GrModulateAtlasCoverageEffect::name\28\29\20const -13309:GrModulateAtlasCoverageEffect::clone\28\29\20const -13310:GrMeshDrawOp::onPrepare\28GrOpFlushState*\29 -13311:GrMeshDrawOp::onPrePrepare\28GrRecordingContext*\2c\20GrSurfaceProxyView\20const&\2c\20GrAppliedClip*\2c\20GrDstProxyView\20const&\2c\20GrXferBarrierFlags\2c\20GrLoadOp\29 -13312:GrMatrixEffect::onMakeProgramImpl\28\29\20const::Impl::onSetData\28GrGLSLProgramDataManager\20const&\2c\20GrFragmentProcessor\20const&\29 -13313:GrMatrixEffect::onMakeProgramImpl\28\29\20const::Impl::emitCode\28GrFragmentProcessor::ProgramImpl::EmitArgs&\29 -13314:GrMatrixEffect::onMakeProgramImpl\28\29\20const -13315:GrMatrixEffect::onIsEqual\28GrFragmentProcessor\20const&\29\20const -13316:GrMatrixEffect::name\28\29\20const -13317:GrMatrixEffect::clone\28\29\20const -13318:GrMakeUniqueKeyInvalidationListener\28skgpu::UniqueKey*\2c\20unsigned\20int\29::Listener::~Listener\28\29_9840 -13319:GrMakeUniqueKeyInvalidationListener\28skgpu::UniqueKey*\2c\20unsigned\20int\29::$_0::__invoke\28void\20const*\2c\20void*\29 -13320:GrImageContext::~GrImageContext\28\29 -13321:GrHardClip::apply\28GrRecordingContext*\2c\20skgpu::ganesh::SurfaceDrawContext*\2c\20GrDrawOp*\2c\20GrAAType\2c\20GrAppliedClip*\2c\20SkRect*\29\20const -13322:GrGpuResource::dumpMemoryStatistics\28SkTraceMemoryDump*\29\20const -13323:GrGpuBuffer::unref\28\29\20const -13324:GrGpuBuffer::ref\28\29\20const -13325:GrGpuBuffer::getResourceType\28\29\20const -13326:GrGpuBuffer::computeScratchKey\28skgpu::ScratchKey*\29\20const -13327:GrGpu::startTimerQuery\28\29 -13328:GrGpu::endTimerQuery\28GrTimerQuery\20const&\29 -13329:GrGeometryProcessor::onTextureSampler\28int\29\20const -13330:GrGLVaryingHandler::~GrGLVaryingHandler\28\29 -13331:GrGLUniformHandler::~GrGLUniformHandler\28\29_12234 -13332:GrGLUniformHandler::samplerVariable\28GrResourceHandle\29\20const -13333:GrGLUniformHandler::samplerSwizzle\28GrResourceHandle\29\20const -13334:GrGLUniformHandler::internalAddUniformArray\28GrProcessor\20const*\2c\20unsigned\20int\2c\20SkSLType\2c\20char\20const*\2c\20bool\2c\20int\2c\20char\20const**\29 -13335:GrGLUniformHandler::getUniformCStr\28GrResourceHandle\29\20const -13336:GrGLUniformHandler::appendUniformDecls\28GrShaderFlags\2c\20SkString*\29\20const -13337:GrGLUniformHandler::addSampler\28GrBackendFormat\20const&\2c\20GrSamplerState\2c\20skgpu::Swizzle\20const&\2c\20char\20const*\2c\20GrShaderCaps\20const*\29 -13338:GrGLTextureRenderTarget::onSetLabel\28\29 -13339:GrGLTextureRenderTarget::backendFormat\28\29\20const -13340:GrGLTexture::textureParamsModified\28\29 -13341:GrGLTexture::onStealBackendTexture\28GrBackendTexture*\2c\20std::__2::function*\29 -13342:GrGLTexture::getBackendTexture\28\29\20const -13343:GrGLSemaphore::~GrGLSemaphore\28\29_12166 -13344:GrGLSemaphore::setIsOwned\28\29 -13345:GrGLSemaphore::backendSemaphore\28\29\20const -13346:GrGLSLVertexBuilder::~GrGLSLVertexBuilder\28\29 -13347:GrGLSLVertexBuilder::onFinalize\28\29 -13348:GrGLSLUniformHandler::inputSamplerSwizzle\28GrResourceHandle\29\20const -13349:GrGLSLFragmentShaderBuilder::~GrGLSLFragmentShaderBuilder\28\29 -13350:GrGLSLFragmentShaderBuilder::hasSecondaryOutput\28\29\20const -13351:GrGLSLFragmentShaderBuilder::forceHighPrecision\28\29 -13352:GrGLRenderTarget::getBackendRenderTarget\28\29\20const -13353:GrGLRenderTarget::completeStencilAttachment\28GrAttachment*\2c\20bool\29 -13354:GrGLRenderTarget::canAttemptStencilAttachment\28bool\29\20const -13355:GrGLRenderTarget::alwaysClearStencil\28\29\20const -13356:GrGLProgramDataManager::~GrGLProgramDataManager\28\29_12120 -13357:GrGLProgramDataManager::setMatrix4fv\28GrResourceHandle\2c\20int\2c\20float\20const*\29\20const -13358:GrGLProgramDataManager::setMatrix4f\28GrResourceHandle\2c\20float\20const*\29\20const -13359:GrGLProgramDataManager::setMatrix3fv\28GrResourceHandle\2c\20int\2c\20float\20const*\29\20const -13360:GrGLProgramDataManager::setMatrix3f\28GrResourceHandle\2c\20float\20const*\29\20const -13361:GrGLProgramDataManager::setMatrix2fv\28GrResourceHandle\2c\20int\2c\20float\20const*\29\20const -13362:GrGLProgramDataManager::setMatrix2f\28GrResourceHandle\2c\20float\20const*\29\20const -13363:GrGLProgramDataManager::set4iv\28GrResourceHandle\2c\20int\2c\20int\20const*\29\20const -13364:GrGLProgramDataManager::set4i\28GrResourceHandle\2c\20int\2c\20int\2c\20int\2c\20int\29\20const -13365:GrGLProgramDataManager::set4f\28GrResourceHandle\2c\20float\2c\20float\2c\20float\2c\20float\29\20const -13366:GrGLProgramDataManager::set3iv\28GrResourceHandle\2c\20int\2c\20int\20const*\29\20const -13367:GrGLProgramDataManager::set3i\28GrResourceHandle\2c\20int\2c\20int\2c\20int\29\20const -13368:GrGLProgramDataManager::set3fv\28GrResourceHandle\2c\20int\2c\20float\20const*\29\20const -13369:GrGLProgramDataManager::set3f\28GrResourceHandle\2c\20float\2c\20float\2c\20float\29\20const -13370:GrGLProgramDataManager::set2iv\28GrResourceHandle\2c\20int\2c\20int\20const*\29\20const -13371:GrGLProgramDataManager::set2i\28GrResourceHandle\2c\20int\2c\20int\29\20const -13372:GrGLProgramDataManager::set2f\28GrResourceHandle\2c\20float\2c\20float\29\20const -13373:GrGLProgramDataManager::set1iv\28GrResourceHandle\2c\20int\2c\20int\20const*\29\20const -13374:GrGLProgramDataManager::set1i\28GrResourceHandle\2c\20int\29\20const -13375:GrGLProgramDataManager::set1fv\28GrResourceHandle\2c\20int\2c\20float\20const*\29\20const -13376:GrGLProgramDataManager::set1f\28GrResourceHandle\2c\20float\29\20const -13377:GrGLProgramBuilder::~GrGLProgramBuilder\28\29_12252 -13378:GrGLProgramBuilder::varyingHandler\28\29 -13379:GrGLProgramBuilder::caps\28\29\20const -13380:GrGLProgram::~GrGLProgram\28\29_12103 -13381:GrGLOpsRenderPass::~GrGLOpsRenderPass\28\29 -13382:GrGLOpsRenderPass::onSetScissorRect\28SkIRect\20const&\29 -13383:GrGLOpsRenderPass::onEnd\28\29 -13384:GrGLOpsRenderPass::onDraw\28int\2c\20int\29 -13385:GrGLOpsRenderPass::onDrawInstanced\28int\2c\20int\2c\20int\2c\20int\29 -13386:GrGLOpsRenderPass::onDrawIndirect\28GrBuffer\20const*\2c\20unsigned\20long\2c\20int\29 -13387:GrGLOpsRenderPass::onDrawIndexed\28int\2c\20int\2c\20unsigned\20short\2c\20unsigned\20short\2c\20int\29 -13388:GrGLOpsRenderPass::onDrawIndexedInstanced\28int\2c\20int\2c\20int\2c\20int\2c\20int\29 -13389:GrGLOpsRenderPass::onDrawIndexedIndirect\28GrBuffer\20const*\2c\20unsigned\20long\2c\20int\29 -13390:GrGLOpsRenderPass::onClear\28GrScissorState\20const&\2c\20std::__2::array\29 -13391:GrGLOpsRenderPass::onClearStencilClip\28GrScissorState\20const&\2c\20bool\29 -13392:GrGLOpsRenderPass::onBindTextures\28GrGeometryProcessor\20const&\2c\20GrSurfaceProxy\20const*\20const*\2c\20GrPipeline\20const&\29 -13393:GrGLOpsRenderPass::onBindPipeline\28GrProgramInfo\20const&\2c\20SkRect\20const&\29 -13394:GrGLOpsRenderPass::onBindBuffers\28sk_sp\2c\20sk_sp\2c\20sk_sp\2c\20GrPrimitiveRestart\29 -13395:GrGLOpsRenderPass::onBegin\28\29 -13396:GrGLOpsRenderPass::inlineUpload\28GrOpFlushState*\2c\20std::__2::function&\29>&\29 -13397:GrGLInterface::~GrGLInterface\28\29_12076 -13398:GrGLGpu::~GrGLGpu\28\29_11915 -13399:GrGLGpu::xferBarrier\28GrRenderTarget*\2c\20GrXferBarrierType\29 -13400:GrGLGpu::wrapBackendSemaphore\28GrBackendSemaphore\20const&\2c\20GrSemaphoreWrapType\2c\20GrWrapOwnership\29 -13401:GrGLGpu::willExecute\28\29 -13402:GrGLGpu::submit\28GrOpsRenderPass*\29 -13403:GrGLGpu::startTimerQuery\28\29 -13404:GrGLGpu::stagingBufferManager\28\29 -13405:GrGLGpu::refPipelineBuilder\28\29 -13406:GrGLGpu::prepareTextureForCrossContextUsage\28GrTexture*\29 -13407:GrGLGpu::prepareSurfacesForBackendAccessAndStateUpdates\28SkSpan\2c\20SkSurfaces::BackendSurfaceAccess\2c\20skgpu::MutableTextureState\20const*\29 -13408:GrGLGpu::precompileShader\28SkData\20const&\2c\20SkData\20const&\29 -13409:GrGLGpu::onWritePixels\28GrSurface*\2c\20SkIRect\2c\20GrColorType\2c\20GrColorType\2c\20GrMipLevel\20const*\2c\20int\2c\20bool\29 -13410:GrGLGpu::onWrapRenderableBackendTexture\28GrBackendTexture\20const&\2c\20int\2c\20GrWrapOwnership\2c\20GrWrapCacheable\29 -13411:GrGLGpu::onWrapCompressedBackendTexture\28GrBackendTexture\20const&\2c\20GrWrapOwnership\2c\20GrWrapCacheable\29 -13412:GrGLGpu::onWrapBackendTexture\28GrBackendTexture\20const&\2c\20GrWrapOwnership\2c\20GrWrapCacheable\2c\20GrIOType\29 -13413:GrGLGpu::onWrapBackendRenderTarget\28GrBackendRenderTarget\20const&\29 -13414:GrGLGpu::onUpdateCompressedBackendTexture\28GrBackendTexture\20const&\2c\20sk_sp\2c\20void\20const*\2c\20unsigned\20long\29 -13415:GrGLGpu::onTransferPixelsTo\28GrTexture*\2c\20SkIRect\2c\20GrColorType\2c\20GrColorType\2c\20sk_sp\2c\20unsigned\20long\2c\20unsigned\20long\29 -13416:GrGLGpu::onTransferPixelsFrom\28GrSurface*\2c\20SkIRect\2c\20GrColorType\2c\20GrColorType\2c\20sk_sp\2c\20unsigned\20long\29 -13417:GrGLGpu::onTransferFromBufferToBuffer\28sk_sp\2c\20unsigned\20long\2c\20sk_sp\2c\20unsigned\20long\2c\20unsigned\20long\29 -13418:GrGLGpu::onSubmitToGpu\28GrSubmitInfo\20const&\29 -13419:GrGLGpu::onResolveRenderTarget\28GrRenderTarget*\2c\20SkIRect\20const&\29 -13420:GrGLGpu::onResetTextureBindings\28\29 -13421:GrGLGpu::onResetContext\28unsigned\20int\29 -13422:GrGLGpu::onRegenerateMipMapLevels\28GrTexture*\29 -13423:GrGLGpu::onReadPixels\28GrSurface*\2c\20SkIRect\2c\20GrColorType\2c\20GrColorType\2c\20void*\2c\20unsigned\20long\29 -13424:GrGLGpu::onGetOpsRenderPass\28GrRenderTarget*\2c\20bool\2c\20GrAttachment*\2c\20GrSurfaceOrigin\2c\20SkIRect\20const&\2c\20GrOpsRenderPass::LoadAndStoreInfo\20const&\2c\20GrOpsRenderPass::StencilLoadAndStoreInfo\20const&\2c\20skia_private::TArray\20const&\2c\20GrXferBarrierFlags\29 -13425:GrGLGpu::onDumpJSON\28SkJSONWriter*\29\20const -13426:GrGLGpu::onCreateTexture\28SkISize\2c\20GrBackendFormat\20const&\2c\20skgpu::Renderable\2c\20int\2c\20skgpu::Budgeted\2c\20skgpu::Protected\2c\20int\2c\20unsigned\20int\2c\20std::__2::basic_string_view>\29 -13427:GrGLGpu::onCreateCompressedTexture\28SkISize\2c\20GrBackendFormat\20const&\2c\20skgpu::Budgeted\2c\20skgpu::Mipmapped\2c\20skgpu::Protected\2c\20void\20const*\2c\20unsigned\20long\29 -13428:GrGLGpu::onCreateCompressedBackendTexture\28SkISize\2c\20GrBackendFormat\20const&\2c\20skgpu::Mipmapped\2c\20skgpu::Protected\29 -13429:GrGLGpu::onCreateBuffer\28unsigned\20long\2c\20GrGpuBufferType\2c\20GrAccessPattern\29 -13430:GrGLGpu::onCreateBackendTexture\28SkISize\2c\20GrBackendFormat\20const&\2c\20skgpu::Renderable\2c\20skgpu::Mipmapped\2c\20skgpu::Protected\2c\20std::__2::basic_string_view>\29 -13431:GrGLGpu::onCopySurface\28GrSurface*\2c\20SkIRect\20const&\2c\20GrSurface*\2c\20SkIRect\20const&\2c\20SkFilterMode\29 -13432:GrGLGpu::onClearBackendTexture\28GrBackendTexture\20const&\2c\20sk_sp\2c\20std::__2::array\29 -13433:GrGLGpu::makeStencilAttachment\28GrBackendFormat\20const&\2c\20SkISize\2c\20int\29 -13434:GrGLGpu::makeSemaphore\28bool\29 -13435:GrGLGpu::makeMSAAAttachment\28SkISize\2c\20GrBackendFormat\20const&\2c\20int\2c\20skgpu::Protected\2c\20GrMemoryless\29 -13436:GrGLGpu::getPreferredStencilFormat\28GrBackendFormat\20const&\29 -13437:GrGLGpu::finishOutstandingGpuWork\28\29 -13438:GrGLGpu::endTimerQuery\28GrTimerQuery\20const&\29 -13439:GrGLGpu::disconnect\28GrGpu::DisconnectType\29 -13440:GrGLGpu::deleteBackendTexture\28GrBackendTexture\20const&\29 -13441:GrGLGpu::compile\28GrProgramDesc\20const&\2c\20GrProgramInfo\20const&\29 -13442:GrGLGpu::checkFinishedCallbacks\28\29 -13443:GrGLGpu::addFinishedCallback\28skgpu::AutoCallback\2c\20std::__2::optional\29 -13444:GrGLGpu::ProgramCache::~ProgramCache\28\29_12065 -13445:GrGLFunction::GrGLFunction\28void\20\28*\29\28unsigned\20int\2c\20unsigned\20int\2c\20float\29\29::'lambda'\28void\20const*\2c\20unsigned\20int\2c\20unsigned\20int\2c\20float\29::__invoke\28void\20const*\2c\20unsigned\20int\2c\20unsigned\20int\2c\20float\29 -13446:GrGLFunction::GrGLFunction\28void\20\28*\29\28int\2c\20int\2c\20int\2c\20int\2c\20int\2c\20int\2c\20int\2c\20int\2c\20unsigned\20int\2c\20unsigned\20int\29\29::'lambda'\28void\20const*\2c\20int\2c\20int\2c\20int\2c\20int\2c\20int\2c\20int\2c\20int\2c\20int\2c\20unsigned\20int\2c\20unsigned\20int\29::__invoke\28void\20const*\2c\20int\2c\20int\2c\20int\2c\20int\2c\20int\2c\20int\2c\20int\2c\20int\2c\20unsigned\20int\2c\20unsigned\20int\29 -13447:GrGLFunction::GrGLFunction\28void\20\28*\29\28int\2c\20float\2c\20float\2c\20float\2c\20float\29\29::'lambda'\28void\20const*\2c\20int\2c\20float\2c\20float\2c\20float\2c\20float\29::__invoke\28void\20const*\2c\20int\2c\20float\2c\20float\2c\20float\2c\20float\29 -13448:GrGLFunction::GrGLFunction\28void\20\28*\29\28int\2c\20float\2c\20float\2c\20float\29\29::'lambda'\28void\20const*\2c\20int\2c\20float\2c\20float\2c\20float\29::__invoke\28void\20const*\2c\20int\2c\20float\2c\20float\2c\20float\29 -13449:GrGLFunction::GrGLFunction\28void\20\28*\29\28int\2c\20float\2c\20float\29\29::'lambda'\28void\20const*\2c\20int\2c\20float\2c\20float\29::__invoke\28void\20const*\2c\20int\2c\20float\2c\20float\29 -13450:GrGLFunction::GrGLFunction\28void\20\28*\29\28float\2c\20float\2c\20float\2c\20float\29\29::'lambda'\28void\20const*\2c\20float\2c\20float\2c\20float\2c\20float\29::__invoke\28void\20const*\2c\20float\2c\20float\2c\20float\2c\20float\29 -13451:GrGLFunction::GrGLFunction\28void\20\28*\29\28float\29\29::'lambda'\28void\20const*\2c\20float\29::__invoke\28void\20const*\2c\20float\29 -13452:GrGLFunction::GrGLFunction\28void\20\28*\29\28\29\29::'lambda'\28void\20const*\29::__invoke\28void\20const*\29 -13453:GrGLFunction::GrGLFunction\28unsigned\20int\20\28*\29\28__GLsync*\2c\20unsigned\20int\2c\20unsigned\20int\2c\20unsigned\20int\29\29::'lambda'\28void\20const*\2c\20__GLsync*\2c\20unsigned\20int\2c\20int\2c\20int\29::__invoke\28void\20const*\2c\20__GLsync*\2c\20unsigned\20int\2c\20int\2c\20int\29 -13454:GrGLFunction::GrGLFunction\28unsigned\20int\20\28*\29\28\29\29::'lambda'\28void\20const*\29::__invoke\28void\20const*\29 -13455:GrGLContext::~GrGLContext\28\29 -13456:GrGLCaps::~GrGLCaps\28\29_11850 -13457:GrGLCaps::surfaceSupportsReadPixels\28GrSurface\20const*\29\20const -13458:GrGLCaps::supportedWritePixelsColorType\28GrColorType\2c\20GrBackendFormat\20const&\2c\20GrColorType\29\20const -13459:GrGLCaps::onSurfaceSupportsWritePixels\28GrSurface\20const*\29\20const -13460:GrGLCaps::onSupportsDynamicMSAA\28GrRenderTargetProxy\20const*\29\20const -13461:GrGLCaps::onSupportedReadPixelsColorType\28GrColorType\2c\20GrBackendFormat\20const&\2c\20GrColorType\29\20const -13462:GrGLCaps::onIsWindowRectanglesSupportedForRT\28GrBackendRenderTarget\20const&\29\20const -13463:GrGLCaps::onGetReadSwizzle\28GrBackendFormat\20const&\2c\20GrColorType\29\20const -13464:GrGLCaps::onGetDstSampleFlagsForProxy\28GrRenderTargetProxy\20const*\29\20const -13465:GrGLCaps::onGetDefaultBackendFormat\28GrColorType\29\20const -13466:GrGLCaps::onDumpJSON\28SkJSONWriter*\29\20const -13467:GrGLCaps::onCanCopySurface\28GrSurfaceProxy\20const*\2c\20SkIRect\20const&\2c\20GrSurfaceProxy\20const*\2c\20SkIRect\20const&\29\20const -13468:GrGLCaps::onAreColorTypeAndFormatCompatible\28GrColorType\2c\20GrBackendFormat\20const&\29\20const -13469:GrGLCaps::onApplyOptionsOverrides\28GrContextOptions\20const&\29 -13470:GrGLCaps::maxRenderTargetSampleCount\28GrBackendFormat\20const&\29\20const -13471:GrGLCaps::makeDesc\28GrRenderTarget*\2c\20GrProgramInfo\20const&\2c\20GrCaps::ProgramDescOverrideFlags\29\20const -13472:GrGLCaps::isFormatTexturable\28GrBackendFormat\20const&\2c\20GrTextureType\29\20const -13473:GrGLCaps::isFormatSRGB\28GrBackendFormat\20const&\29\20const -13474:GrGLCaps::isFormatRenderable\28GrBackendFormat\20const&\2c\20int\29\20const -13475:GrGLCaps::isFormatCopyable\28GrBackendFormat\20const&\29\20const -13476:GrGLCaps::isFormatAsColorTypeRenderable\28GrColorType\2c\20GrBackendFormat\20const&\2c\20int\29\20const -13477:GrGLCaps::getWriteSwizzle\28GrBackendFormat\20const&\2c\20GrColorType\29\20const -13478:GrGLCaps::getRenderTargetSampleCount\28int\2c\20GrBackendFormat\20const&\29\20const -13479:GrGLCaps::getDstCopyRestrictions\28GrRenderTargetProxy\20const*\2c\20GrColorType\29\20const -13480:GrGLCaps::getBackendFormatFromCompressionType\28SkTextureCompressionType\29\20const -13481:GrGLCaps::computeFormatKey\28GrBackendFormat\20const&\29\20const -13482:GrGLBuffer::setMemoryBacking\28SkTraceMemoryDump*\2c\20SkString\20const&\29\20const -13483:GrGLBuffer::onUpdateData\28void\20const*\2c\20unsigned\20long\2c\20unsigned\20long\2c\20bool\29 -13484:GrGLBuffer::onUnmap\28GrGpuBuffer::MapType\29 -13485:GrGLBuffer::onSetLabel\28\29 -13486:GrGLBuffer::onRelease\28\29 -13487:GrGLBuffer::onMap\28GrGpuBuffer::MapType\29 -13488:GrGLBuffer::onClearToZero\28\29 -13489:GrGLBuffer::onAbandon\28\29 -13490:GrGLBackendTextureData::~GrGLBackendTextureData\28\29_11809 -13491:GrGLBackendTextureData::~GrGLBackendTextureData\28\29 -13492:GrGLBackendTextureData::isSameTexture\28GrBackendTextureData\20const*\29\20const -13493:GrGLBackendTextureData::getBackendFormat\28\29\20const -13494:GrGLBackendTextureData::equal\28GrBackendTextureData\20const*\29\20const -13495:GrGLBackendTextureData::copyTo\28SkAnySubclass&\29\20const -13496:GrGLBackendRenderTargetData::isProtected\28\29\20const -13497:GrGLBackendRenderTargetData::getBackendFormat\28\29\20const -13498:GrGLBackendRenderTargetData::equal\28GrBackendRenderTargetData\20const*\29\20const -13499:GrGLBackendRenderTargetData::copyTo\28SkAnySubclass&\29\20const -13500:GrGLBackendFormatData::toString\28\29\20const -13501:GrGLBackendFormatData::stencilBits\28\29\20const -13502:GrGLBackendFormatData::equal\28GrBackendFormatData\20const*\29\20const -13503:GrGLBackendFormatData::desc\28\29\20const -13504:GrGLBackendFormatData::copyTo\28SkAnySubclass&\29\20const -13505:GrGLBackendFormatData::compressionType\28\29\20const -13506:GrGLBackendFormatData::channelMask\28\29\20const -13507:GrGLBackendFormatData::bytesPerBlock\28\29\20const -13508:GrGLAttachment::~GrGLAttachment\28\29 -13509:GrGLAttachment::setMemoryBacking\28SkTraceMemoryDump*\2c\20SkString\20const&\29\20const -13510:GrGLAttachment::onSetLabel\28\29 -13511:GrGLAttachment::onRelease\28\29 -13512:GrGLAttachment::onAbandon\28\29 -13513:GrGLAttachment::backendFormat\28\29\20const -13514:GrFragmentProcessor::constantOutputForConstantInput\28SkRGBA4f<\28SkAlphaType\292>\20const&\29\20const -13515:GrFragmentProcessor::SwizzleOutput\28std::__2::unique_ptr>\2c\20skgpu::Swizzle\20const&\29::SwizzleFragmentProcessor::onMakeProgramImpl\28\29\20const::Impl::emitCode\28GrFragmentProcessor::ProgramImpl::EmitArgs&\29 -13516:GrFragmentProcessor::SwizzleOutput\28std::__2::unique_ptr>\2c\20skgpu::Swizzle\20const&\29::SwizzleFragmentProcessor::onMakeProgramImpl\28\29\20const -13517:GrFragmentProcessor::SwizzleOutput\28std::__2::unique_ptr>\2c\20skgpu::Swizzle\20const&\29::SwizzleFragmentProcessor::onIsEqual\28GrFragmentProcessor\20const&\29\20const -13518:GrFragmentProcessor::SwizzleOutput\28std::__2::unique_ptr>\2c\20skgpu::Swizzle\20const&\29::SwizzleFragmentProcessor::onAddToKey\28GrShaderCaps\20const&\2c\20skgpu::KeyBuilder*\29\20const -13519:GrFragmentProcessor::SwizzleOutput\28std::__2::unique_ptr>\2c\20skgpu::Swizzle\20const&\29::SwizzleFragmentProcessor::name\28\29\20const -13520:GrFragmentProcessor::SwizzleOutput\28std::__2::unique_ptr>\2c\20skgpu::Swizzle\20const&\29::SwizzleFragmentProcessor::constantOutputForConstantInput\28SkRGBA4f<\28SkAlphaType\292>\20const&\29\20const -13521:GrFragmentProcessor::SwizzleOutput\28std::__2::unique_ptr>\2c\20skgpu::Swizzle\20const&\29::SwizzleFragmentProcessor::clone\28\29\20const -13522:GrFragmentProcessor::SurfaceColor\28\29::SurfaceColorProcessor::onMakeProgramImpl\28\29\20const::Impl::emitCode\28GrFragmentProcessor::ProgramImpl::EmitArgs&\29 -13523:GrFragmentProcessor::SurfaceColor\28\29::SurfaceColorProcessor::onMakeProgramImpl\28\29\20const -13524:GrFragmentProcessor::SurfaceColor\28\29::SurfaceColorProcessor::name\28\29\20const -13525:GrFragmentProcessor::SurfaceColor\28\29::SurfaceColorProcessor::clone\28\29\20const -13526:GrFragmentProcessor::HighPrecision\28std::__2::unique_ptr>\29::HighPrecisionFragmentProcessor::onMakeProgramImpl\28\29\20const::Impl::emitCode\28GrFragmentProcessor::ProgramImpl::EmitArgs&\29 -13527:GrFragmentProcessor::HighPrecision\28std::__2::unique_ptr>\29::HighPrecisionFragmentProcessor::onMakeProgramImpl\28\29\20const -13528:GrFragmentProcessor::HighPrecision\28std::__2::unique_ptr>\29::HighPrecisionFragmentProcessor::name\28\29\20const -13529:GrFragmentProcessor::HighPrecision\28std::__2::unique_ptr>\29::HighPrecisionFragmentProcessor::clone\28\29\20const -13530:GrFragmentProcessor::DeviceSpace\28std::__2::unique_ptr>\29::DeviceSpace::onMakeProgramImpl\28\29\20const::Impl::emitCode\28GrFragmentProcessor::ProgramImpl::EmitArgs&\29 -13531:GrFragmentProcessor::DeviceSpace\28std::__2::unique_ptr>\29::DeviceSpace::onMakeProgramImpl\28\29\20const -13532:GrFragmentProcessor::DeviceSpace\28std::__2::unique_ptr>\29::DeviceSpace::name\28\29\20const -13533:GrFragmentProcessor::DeviceSpace\28std::__2::unique_ptr>\29::DeviceSpace::constantOutputForConstantInput\28SkRGBA4f<\28SkAlphaType\292>\20const&\29\20const -13534:GrFragmentProcessor::DeviceSpace\28std::__2::unique_ptr>\29::DeviceSpace::clone\28\29\20const -13535:GrFragmentProcessor::Compose\28std::__2::unique_ptr>\2c\20std::__2::unique_ptr>\29::ComposeProcessor::onMakeProgramImpl\28\29\20const::Impl::emitCode\28GrFragmentProcessor::ProgramImpl::EmitArgs&\29 -13536:GrFragmentProcessor::Compose\28std::__2::unique_ptr>\2c\20std::__2::unique_ptr>\29::ComposeProcessor::onMakeProgramImpl\28\29\20const -13537:GrFragmentProcessor::Compose\28std::__2::unique_ptr>\2c\20std::__2::unique_ptr>\29::ComposeProcessor::name\28\29\20const -13538:GrFragmentProcessor::Compose\28std::__2::unique_ptr>\2c\20std::__2::unique_ptr>\29::ComposeProcessor::constantOutputForConstantInput\28SkRGBA4f<\28SkAlphaType\292>\20const&\29\20const -13539:GrFragmentProcessor::Compose\28std::__2::unique_ptr>\2c\20std::__2::unique_ptr>\29::ComposeProcessor::clone\28\29\20const -13540:GrFixedClip::~GrFixedClip\28\29_9162 -13541:GrFixedClip::~GrFixedClip\28\29 -13542:GrFixedClip::getConservativeBounds\28\29\20const -13543:GrExternalTextureGenerator::onGenerateTexture\28GrRecordingContext*\2c\20SkImageInfo\20const&\2c\20skgpu::Mipmapped\2c\20GrImageTexGenPolicy\29 -13544:GrDynamicAtlas::~GrDynamicAtlas\28\29_9136 -13545:GrDrawOp::usesStencil\28\29\20const -13546:GrDrawOp::usesMSAA\28\29\20const -13547:GrDrawOp::fixedFunctionFlags\28\29\20const -13548:GrDistanceFieldPathGeoProc::~GrDistanceFieldPathGeoProc\28\29_10091 -13549:GrDistanceFieldPathGeoProc::onTextureSampler\28int\29\20const -13550:GrDistanceFieldPathGeoProc::name\28\29\20const -13551:GrDistanceFieldPathGeoProc::makeProgramImpl\28GrShaderCaps\20const&\29\20const -13552:GrDistanceFieldPathGeoProc::addToKey\28GrShaderCaps\20const&\2c\20skgpu::KeyBuilder*\29\20const -13553:GrDistanceFieldPathGeoProc::Impl::setData\28GrGLSLProgramDataManager\20const&\2c\20GrShaderCaps\20const&\2c\20GrGeometryProcessor\20const&\29 -13554:GrDistanceFieldPathGeoProc::Impl::onEmitCode\28GrGeometryProcessor::ProgramImpl::EmitArgs&\2c\20GrGeometryProcessor::ProgramImpl::GrGPArgs*\29 -13555:GrDistanceFieldLCDTextGeoProc::~GrDistanceFieldLCDTextGeoProc\28\29_10100 -13556:GrDistanceFieldLCDTextGeoProc::name\28\29\20const -13557:GrDistanceFieldLCDTextGeoProc::makeProgramImpl\28GrShaderCaps\20const&\29\20const -13558:GrDistanceFieldLCDTextGeoProc::addToKey\28GrShaderCaps\20const&\2c\20skgpu::KeyBuilder*\29\20const -13559:GrDistanceFieldLCDTextGeoProc::Impl::setData\28GrGLSLProgramDataManager\20const&\2c\20GrShaderCaps\20const&\2c\20GrGeometryProcessor\20const&\29 -13560:GrDistanceFieldLCDTextGeoProc::Impl::onEmitCode\28GrGeometryProcessor::ProgramImpl::EmitArgs&\2c\20GrGeometryProcessor::ProgramImpl::GrGPArgs*\29 -13561:GrDistanceFieldA8TextGeoProc::~GrDistanceFieldA8TextGeoProc\28\29_10080 -13562:GrDistanceFieldA8TextGeoProc::name\28\29\20const -13563:GrDistanceFieldA8TextGeoProc::makeProgramImpl\28GrShaderCaps\20const&\29\20const -13564:GrDistanceFieldA8TextGeoProc::addToKey\28GrShaderCaps\20const&\2c\20skgpu::KeyBuilder*\29\20const -13565:GrDistanceFieldA8TextGeoProc::Impl::setData\28GrGLSLProgramDataManager\20const&\2c\20GrShaderCaps\20const&\2c\20GrGeometryProcessor\20const&\29 -13566:GrDistanceFieldA8TextGeoProc::Impl::onEmitCode\28GrGeometryProcessor::ProgramImpl::EmitArgs&\2c\20GrGeometryProcessor::ProgramImpl::GrGPArgs*\29 -13567:GrDisableColorXPFactory::makeXferProcessor\28GrProcessorAnalysisColor\20const&\2c\20GrProcessorAnalysisCoverage\2c\20GrCaps\20const&\2c\20GrClampType\29\20const -13568:GrDisableColorXPFactory::analysisProperties\28GrProcessorAnalysisColor\20const&\2c\20GrProcessorAnalysisCoverage\20const&\2c\20GrCaps\20const&\2c\20GrClampType\29\20const -13569:GrDirectContext::~GrDirectContext\28\29_8945 -13570:GrDirectContext::init\28\29 -13571:GrDirectContext::abandonContext\28\29 -13572:GrDeferredProxyUploader::~GrDeferredProxyUploader\28\29_8324 -13573:GrCpuVertexAllocator::~GrCpuVertexAllocator\28\29_9155 -13574:GrCpuVertexAllocator::unlock\28int\29 -13575:GrCpuVertexAllocator::lock\28unsigned\20long\2c\20int\29 -13576:GrCpuBuffer::unref\28\29\20const -13577:GrCpuBuffer::ref\28\29\20const -13578:GrCoverageSetOpXPFactory::makeXferProcessor\28GrProcessorAnalysisColor\20const&\2c\20GrProcessorAnalysisCoverage\2c\20GrCaps\20const&\2c\20GrClampType\29\20const -13579:GrCoverageSetOpXPFactory::analysisProperties\28GrProcessorAnalysisColor\20const&\2c\20GrProcessorAnalysisCoverage\20const&\2c\20GrCaps\20const&\2c\20GrClampType\29\20const -13580:GrCopyRenderTask::~GrCopyRenderTask\28\29_8874 -13581:GrCopyRenderTask::onMakeSkippable\28\29 -13582:GrCopyRenderTask::onMakeClosed\28GrRecordingContext*\2c\20SkIRect*\29 -13583:GrCopyRenderTask::onExecute\28GrOpFlushState*\29 -13584:GrCopyRenderTask::gatherProxyIntervals\28GrResourceAllocator*\29\20const -13585:GrConvexPolyEffect::~GrConvexPolyEffect\28\29 -13586:GrConvexPolyEffect::onMakeProgramImpl\28\29\20const::Impl::onSetData\28GrGLSLProgramDataManager\20const&\2c\20GrFragmentProcessor\20const&\29 -13587:GrConvexPolyEffect::onMakeProgramImpl\28\29\20const::Impl::emitCode\28GrFragmentProcessor::ProgramImpl::EmitArgs&\29 -13588:GrConvexPolyEffect::onMakeProgramImpl\28\29\20const -13589:GrConvexPolyEffect::onIsEqual\28GrFragmentProcessor\20const&\29\20const -13590:GrConvexPolyEffect::onAddToKey\28GrShaderCaps\20const&\2c\20skgpu::KeyBuilder*\29\20const -13591:GrConvexPolyEffect::name\28\29\20const -13592:GrConvexPolyEffect::clone\28\29\20const -13593:GrContextThreadSafeProxy::~GrContextThreadSafeProxy\28\29_8850 -13594:GrContextThreadSafeProxy::isValidCharacterizationForVulkan\28sk_sp\2c\20bool\2c\20skgpu::Mipmapped\2c\20skgpu::Protected\2c\20bool\2c\20bool\29 -13595:GrConicEffect::name\28\29\20const -13596:GrConicEffect::makeProgramImpl\28GrShaderCaps\20const&\29\20const -13597:GrConicEffect::addToKey\28GrShaderCaps\20const&\2c\20skgpu::KeyBuilder*\29\20const -13598:GrConicEffect::Impl::setData\28GrGLSLProgramDataManager\20const&\2c\20GrShaderCaps\20const&\2c\20GrGeometryProcessor\20const&\29 -13599:GrConicEffect::Impl::onEmitCode\28GrGeometryProcessor::ProgramImpl::EmitArgs&\2c\20GrGeometryProcessor::ProgramImpl::GrGPArgs*\29 -13600:GrColorSpaceXformEffect::~GrColorSpaceXformEffect\28\29_8814 -13601:GrColorSpaceXformEffect::onMakeProgramImpl\28\29\20const::Impl::onSetData\28GrGLSLProgramDataManager\20const&\2c\20GrFragmentProcessor\20const&\29 -13602:GrColorSpaceXformEffect::onMakeProgramImpl\28\29\20const::Impl::emitCode\28GrFragmentProcessor::ProgramImpl::EmitArgs&\29 -13603:GrColorSpaceXformEffect::onMakeProgramImpl\28\29\20const -13604:GrColorSpaceXformEffect::onIsEqual\28GrFragmentProcessor\20const&\29\20const -13605:GrColorSpaceXformEffect::onAddToKey\28GrShaderCaps\20const&\2c\20skgpu::KeyBuilder*\29\20const -13606:GrColorSpaceXformEffect::name\28\29\20const -13607:GrColorSpaceXformEffect::constantOutputForConstantInput\28SkRGBA4f<\28SkAlphaType\292>\20const&\29\20const -13608:GrColorSpaceXformEffect::clone\28\29\20const -13609:GrCaps::getDstCopyRestrictions\28GrRenderTargetProxy\20const*\2c\20GrColorType\29\20const -13610:GrBitmapTextGeoProc::~GrBitmapTextGeoProc\28\29_10003 -13611:GrBitmapTextGeoProc::onTextureSampler\28int\29\20const -13612:GrBitmapTextGeoProc::name\28\29\20const -13613:GrBitmapTextGeoProc::makeProgramImpl\28GrShaderCaps\20const&\29\20const -13614:GrBitmapTextGeoProc::addToKey\28GrShaderCaps\20const&\2c\20skgpu::KeyBuilder*\29\20const -13615:GrBitmapTextGeoProc::Impl::setData\28GrGLSLProgramDataManager\20const&\2c\20GrShaderCaps\20const&\2c\20GrGeometryProcessor\20const&\29 -13616:GrBitmapTextGeoProc::Impl::onEmitCode\28GrGeometryProcessor::ProgramImpl::EmitArgs&\2c\20GrGeometryProcessor::ProgramImpl::GrGPArgs*\29 -13617:GrBicubicEffect::onMakeProgramImpl\28\29\20const -13618:GrBicubicEffect::onIsEqual\28GrFragmentProcessor\20const&\29\20const -13619:GrBicubicEffect::onAddToKey\28GrShaderCaps\20const&\2c\20skgpu::KeyBuilder*\29\20const -13620:GrBicubicEffect::name\28\29\20const -13621:GrBicubicEffect::clone\28\29\20const -13622:GrBicubicEffect::Impl::onSetData\28GrGLSLProgramDataManager\20const&\2c\20GrFragmentProcessor\20const&\29 -13623:GrBicubicEffect::Impl::emitCode\28GrFragmentProcessor::ProgramImpl::EmitArgs&\29 -13624:GrAttachment::onGpuMemorySize\28\29\20const -13625:GrAttachment::getResourceType\28\29\20const -13626:GrAttachment::computeScratchKey\28skgpu::ScratchKey*\29\20const -13627:GrAtlasManager::~GrAtlasManager\28\29_11700 -13628:GrAtlasManager::postFlush\28skgpu::AtlasToken\29 -13629:GrAATriangulator::tessellate\28GrTriangulator::VertexList\20const&\2c\20GrTriangulator::Comparator\20const&\29 -13630:GetCoeffsFast -13631:FontMgrRunIterator::~FontMgrRunIterator\28\29_14134 -13632:FontMgrRunIterator::currentFont\28\29\20const -13633:FontMgrRunIterator::consume\28\29 -13634:ExtractAlphaRows -13635:ExportAlphaRGBA4444 -13636:ExportAlpha -13637:EmitYUV -13638:EmitSampledRGB -13639:EmitRescaledYUV -13640:EmitRescaledRGB -13641:EmitRescaledAlphaYUV -13642:EmitRescaledAlphaRGB -13643:EmitFancyRGB -13644:EmitAlphaYUV -13645:EmitAlphaRGBA4444 -13646:EmitAlphaRGB -13647:EllipticalRRectOp::onPrepareDraws\28GrMeshDrawTarget*\29 -13648:EllipticalRRectOp::onCombineIfPossible\28GrOp*\2c\20SkArenaAlloc*\2c\20GrCaps\20const&\29 -13649:EllipticalRRectOp::name\28\29\20const -13650:EllipticalRRectOp::finalize\28GrCaps\20const&\2c\20GrAppliedClip\20const*\2c\20GrClampType\29 -13651:EllipseOp::onPrepareDraws\28GrMeshDrawTarget*\29 -13652:EllipseOp::onCombineIfPossible\28GrOp*\2c\20SkArenaAlloc*\2c\20GrCaps\20const&\29 -13653:EllipseOp::name\28\29\20const -13654:EllipseOp::finalize\28GrCaps\20const&\2c\20GrAppliedClip\20const*\2c\20GrClampType\29 -13655:EllipseGeometryProcessor::name\28\29\20const -13656:EllipseGeometryProcessor::makeProgramImpl\28GrShaderCaps\20const&\29\20const -13657:EllipseGeometryProcessor::addToKey\28GrShaderCaps\20const&\2c\20skgpu::KeyBuilder*\29\20const -13658:EllipseGeometryProcessor::Impl::onEmitCode\28GrGeometryProcessor::ProgramImpl::EmitArgs&\2c\20GrGeometryProcessor::ProgramImpl::GrGPArgs*\29 -13659:Dual_Project -13660:DisableColorXP::onGetBlendInfo\28skgpu::BlendInfo*\29\20const -13661:DisableColorXP::name\28\29\20const -13662:DisableColorXP::makeProgramImpl\28\29\20const::Impl::emitOutputsForBlendState\28GrXferProcessor::ProgramImpl::EmitArgs\20const&\29 -13663:DisableColorXP::makeProgramImpl\28\29\20const -13664:Direct_Move_Y -13665:Direct_Move_X -13666:Direct_Move_Orig_Y -13667:Direct_Move_Orig_X -13668:Direct_Move_Orig -13669:Direct_Move -13670:DefaultGeoProc::name\28\29\20const -13671:DefaultGeoProc::makeProgramImpl\28GrShaderCaps\20const&\29\20const -13672:DefaultGeoProc::addToKey\28GrShaderCaps\20const&\2c\20skgpu::KeyBuilder*\29\20const -13673:DefaultGeoProc::Impl::setData\28GrGLSLProgramDataManager\20const&\2c\20GrShaderCaps\20const&\2c\20GrGeometryProcessor\20const&\29 -13674:DefaultGeoProc::Impl::onEmitCode\28GrGeometryProcessor::ProgramImpl::EmitArgs&\2c\20GrGeometryProcessor::ProgramImpl::GrGPArgs*\29 -13675:DataCacheElement_deleter\28void*\29 -13676:DIEllipseOp::~DIEllipseOp\28\29_11160 -13677:DIEllipseOp::visitProxies\28std::__2::function\20const&\29\20const -13678:DIEllipseOp::onPrepareDraws\28GrMeshDrawTarget*\29 -13679:DIEllipseOp::onExecute\28GrOpFlushState*\2c\20SkRect\20const&\29 -13680:DIEllipseOp::onCreateProgramInfo\28GrCaps\20const*\2c\20SkArenaAlloc*\2c\20GrSurfaceProxyView\20const&\2c\20bool\2c\20GrAppliedClip&&\2c\20GrDstProxyView\20const&\2c\20GrXferBarrierFlags\2c\20GrLoadOp\29 -13681:DIEllipseOp::onCombineIfPossible\28GrOp*\2c\20SkArenaAlloc*\2c\20GrCaps\20const&\29 -13682:DIEllipseOp::name\28\29\20const -13683:DIEllipseOp::finalize\28GrCaps\20const&\2c\20GrAppliedClip\20const*\2c\20GrClampType\29 -13684:DIEllipseGeometryProcessor::name\28\29\20const -13685:DIEllipseGeometryProcessor::makeProgramImpl\28GrShaderCaps\20const&\29\20const -13686:DIEllipseGeometryProcessor::addToKey\28GrShaderCaps\20const&\2c\20skgpu::KeyBuilder*\29\20const -13687:DIEllipseGeometryProcessor::Impl::onEmitCode\28GrGeometryProcessor::ProgramImpl::EmitArgs&\2c\20GrGeometryProcessor::ProgramImpl::GrGPArgs*\29 -13688:DC8uv_C -13689:DC8uvNoTop_C -13690:DC8uvNoTopLeft_C -13691:DC8uvNoLeft_C -13692:DC4_C -13693:DC16_C -13694:DC16NoTop_C -13695:DC16NoTopLeft_C -13696:DC16NoLeft_C -13697:CustomXPFactory::makeXferProcessor\28GrProcessorAnalysisColor\20const&\2c\20GrProcessorAnalysisCoverage\2c\20GrCaps\20const&\2c\20GrClampType\29\20const -13698:CustomXPFactory::analysisProperties\28GrProcessorAnalysisColor\20const&\2c\20GrProcessorAnalysisCoverage\20const&\2c\20GrCaps\20const&\2c\20GrClampType\29\20const -13699:CustomXP::xferBarrierType\28GrCaps\20const&\29\20const -13700:CustomXP::onGetBlendInfo\28skgpu::BlendInfo*\29\20const -13701:CustomXP::onAddToKey\28GrShaderCaps\20const&\2c\20skgpu::KeyBuilder*\29\20const -13702:CustomXP::name\28\29\20const -13703:CustomXP::makeProgramImpl\28\29\20const::Impl::emitOutputsForBlendState\28GrXferProcessor::ProgramImpl::EmitArgs\20const&\29 -13704:CustomXP::makeProgramImpl\28\29\20const -13705:CustomTeardown -13706:CustomSetup -13707:CustomPut -13708:Current_Ppem_Stretched -13709:Current_Ppem -13710:Cr_z_zcalloc -13711:CoverageSetOpXP::onGetBlendInfo\28skgpu::BlendInfo*\29\20const -13712:CoverageSetOpXP::onAddToKey\28GrShaderCaps\20const&\2c\20skgpu::KeyBuilder*\29\20const -13713:CoverageSetOpXP::name\28\29\20const -13714:CoverageSetOpXP::makeProgramImpl\28\29\20const::Impl::emitOutputsForBlendState\28GrXferProcessor::ProgramImpl::EmitArgs\20const&\29 -13715:CoverageSetOpXP::makeProgramImpl\28\29\20const -13716:ColorTableEffect::onMakeProgramImpl\28\29\20const::Impl::emitCode\28GrFragmentProcessor::ProgramImpl::EmitArgs&\29 -13717:ColorTableEffect::onMakeProgramImpl\28\29\20const -13718:ColorTableEffect::name\28\29\20const -13719:ColorTableEffect::clone\28\29\20const -13720:CircularRRectOp::visitProxies\28std::__2::function\20const&\29\20const -13721:CircularRRectOp::onPrepareDraws\28GrMeshDrawTarget*\29 -13722:CircularRRectOp::onExecute\28GrOpFlushState*\2c\20SkRect\20const&\29 -13723:CircularRRectOp::onCreateProgramInfo\28GrCaps\20const*\2c\20SkArenaAlloc*\2c\20GrSurfaceProxyView\20const&\2c\20bool\2c\20GrAppliedClip&&\2c\20GrDstProxyView\20const&\2c\20GrXferBarrierFlags\2c\20GrLoadOp\29 -13724:CircularRRectOp::onCombineIfPossible\28GrOp*\2c\20SkArenaAlloc*\2c\20GrCaps\20const&\29 -13725:CircularRRectOp::name\28\29\20const -13726:CircularRRectOp::finalize\28GrCaps\20const&\2c\20GrAppliedClip\20const*\2c\20GrClampType\29 -13727:CircleOp::~CircleOp\28\29_11196 -13728:CircleOp::visitProxies\28std::__2::function\20const&\29\20const -13729:CircleOp::programInfo\28\29 -13730:CircleOp::onPrepareDraws\28GrMeshDrawTarget*\29 -13731:CircleOp::onExecute\28GrOpFlushState*\2c\20SkRect\20const&\29 -13732:CircleOp::onCreateProgramInfo\28GrCaps\20const*\2c\20SkArenaAlloc*\2c\20GrSurfaceProxyView\20const&\2c\20bool\2c\20GrAppliedClip&&\2c\20GrDstProxyView\20const&\2c\20GrXferBarrierFlags\2c\20GrLoadOp\29 -13733:CircleOp::onCombineIfPossible\28GrOp*\2c\20SkArenaAlloc*\2c\20GrCaps\20const&\29 -13734:CircleOp::name\28\29\20const -13735:CircleOp::finalize\28GrCaps\20const&\2c\20GrAppliedClip\20const*\2c\20GrClampType\29 -13736:CircleGeometryProcessor::name\28\29\20const -13737:CircleGeometryProcessor::makeProgramImpl\28GrShaderCaps\20const&\29\20const -13738:CircleGeometryProcessor::addToKey\28GrShaderCaps\20const&\2c\20skgpu::KeyBuilder*\29\20const -13739:CircleGeometryProcessor::Impl::onEmitCode\28GrGeometryProcessor::ProgramImpl::EmitArgs&\2c\20GrGeometryProcessor::ProgramImpl::GrGPArgs*\29 -13740:ButtCapper\28SkPathBuilder*\2c\20SkPoint\20const&\2c\20SkPoint\20const&\2c\20SkPoint\20const&\2c\20bool\29 -13741:ButtCapDashedCircleOp::visitProxies\28std::__2::function\20const&\29\20const -13742:ButtCapDashedCircleOp::programInfo\28\29 -13743:ButtCapDashedCircleOp::onPrepareDraws\28GrMeshDrawTarget*\29 -13744:ButtCapDashedCircleOp::onExecute\28GrOpFlushState*\2c\20SkRect\20const&\29 -13745:ButtCapDashedCircleOp::onCreateProgramInfo\28GrCaps\20const*\2c\20SkArenaAlloc*\2c\20GrSurfaceProxyView\20const&\2c\20bool\2c\20GrAppliedClip&&\2c\20GrDstProxyView\20const&\2c\20GrXferBarrierFlags\2c\20GrLoadOp\29 -13746:ButtCapDashedCircleOp::onCombineIfPossible\28GrOp*\2c\20SkArenaAlloc*\2c\20GrCaps\20const&\29 -13747:ButtCapDashedCircleOp::name\28\29\20const -13748:ButtCapDashedCircleOp::finalize\28GrCaps\20const&\2c\20GrAppliedClip\20const*\2c\20GrClampType\29 -13749:ButtCapDashedCircleGeometryProcessor::name\28\29\20const -13750:ButtCapDashedCircleGeometryProcessor::makeProgramImpl\28GrShaderCaps\20const&\29\20const -13751:ButtCapDashedCircleGeometryProcessor::addToKey\28GrShaderCaps\20const&\2c\20skgpu::KeyBuilder*\29\20const -13752:ButtCapDashedCircleGeometryProcessor::Impl::onEmitCode\28GrGeometryProcessor::ProgramImpl::EmitArgs&\2c\20GrGeometryProcessor::ProgramImpl::GrGPArgs*\29 -13753:BluntJoiner\28SkPathBuilder*\2c\20SkPathBuilder*\2c\20SkPoint\20const&\2c\20SkPoint\20const&\2c\20SkPoint\20const&\2c\20float\2c\20float\2c\20bool\2c\20bool\29 -13754:BlendFragmentProcessor::onMakeProgramImpl\28\29\20const::Impl::onSetData\28GrGLSLProgramDataManager\20const&\2c\20GrFragmentProcessor\20const&\29 -13755:BlendFragmentProcessor::onMakeProgramImpl\28\29\20const::Impl::emitCode\28GrFragmentProcessor::ProgramImpl::EmitArgs&\29 -13756:BlendFragmentProcessor::onMakeProgramImpl\28\29\20const -13757:BlendFragmentProcessor::onIsEqual\28GrFragmentProcessor\20const&\29\20const -13758:BlendFragmentProcessor::onAddToKey\28GrShaderCaps\20const&\2c\20skgpu::KeyBuilder*\29\20const -13759:BlendFragmentProcessor::name\28\29\20const -13760:BlendFragmentProcessor::constantOutputForConstantInput\28SkRGBA4f<\28SkAlphaType\292>\20const&\29\20const -13761:BlendFragmentProcessor::clone\28\29\20const -13762:$_3::__invoke\28unsigned\20char*\2c\20unsigned\20char\2c\20int\2c\20unsigned\20char\29 -13763:$_2::__invoke\28unsigned\20char*\2c\20unsigned\20char\2c\20int\29 -13764:$_1::__invoke\28unsigned\20char*\2c\20unsigned\20char\2c\20int\2c\20unsigned\20char\29 -13765:$_0::__invoke\28unsigned\20char*\2c\20unsigned\20char\2c\20int\29 +258:SkMutex::release\28\29 +259:std::__2::basic_string\2c\20std::__2::allocator>::basic_string>\2c\200>\28std::__2::basic_string_view>\20const&\29 +260:fminf +261:SkArenaAlloc::allocObject\28unsigned\20int\2c\20unsigned\20int\29 +262:FT_DivFix +263:sk_sp::reset\28SkFontStyleSet*\29 +264:SkBitmap::~SkBitmap\28\29 +265:skvx::Vec<4\2c\20float>\20skvx::naive_if_then_else<4\2c\20float>\28skvx::Vec<4\2c\20skvx::Mask::type>\20const&\2c\20skvx::Vec<4\2c\20float>\20const&\2c\20skvx::Vec<4\2c\20float>\20const&\29\20\28.6364\29 +266:SkSemaphore::wait\28\29 +267:skia_private::TArray>\2c\20true>::~TArray\28\29 +268:std::__2::basic_string\2c\20std::__2::allocator>::basic_string\5babi:ne180100\5d<0>\28char\20const*\29 +269:skia_png_crc_finish +270:skia_png_chunk_benign_error +271:ft_mem_realloc +272:skvx::Vec<4\2c\20float>\20skvx::operator*<4\2c\20float\2c\20float\2c\20void>\28skvx::Vec<4\2c\20float>\20const&\2c\20float\29 +273:memcmp +274:SkSL::RP::Generator::pushExpression\28SkSL::Expression\20const&\2c\20bool\29 +275:fml::LogMessage::~LogMessage\28\29 +276:fml::LogMessage::LogMessage\28int\2c\20char\20const*\2c\20int\2c\20char\20const*\29 +277:SkMatrix::hasPerspective\28\29\20const +278:SkSL::RP::Builder::appendInstruction\28SkSL::RP::BuilderOp\2c\20SkSL::RP::Builder::SlotList\2c\20int\2c\20int\2c\20int\2c\20int\29 +279:SkSL::Pool::AllocMemory\28unsigned\20long\29 +280:sk_sp::~sk_sp\28\29 +281:sk_report_container_overflow_and_die\28\29 +282:SkString::appendf\28char\20const*\2c\20...\29 +283:SkImageGenerator::onGetYUVAPlanes\28SkYUVAPixmaps\20const&\29 +284:__lockfile +285:SkArenaAlloc::allocObjectWithFooter\28unsigned\20int\2c\20unsigned\20int\29 +286:lang_matches\28char\20const*\2c\20char\20const*\2c\20char\20const*\2c\20unsigned\20int\29 +287:skgpu::ganesh::VertexChunkPatchAllocator::append\28skgpu::tess::LinearTolerances\20const&\29 +288:icu_74::CharString::append\28char\20const*\2c\20int\2c\20UErrorCode&\29 +289:emscripten_builtin_calloc +290:SkContainerAllocator::allocate\28int\2c\20double\29 +291:skgpu::VertexWriter&\20skgpu::tess::operator<<<\28skgpu::tess::PatchAttribs\298\2c\20skgpu::VertexColor\2c\20false\2c\20true>\28skgpu::VertexWriter&\2c\20skgpu::tess::AttribValue<\28skgpu::tess::PatchAttribs\298\2c\20skgpu::VertexColor\2c\20false\2c\20true>\20const&\29 +292:hb_buffer_t::next_glyph\28\29 +293:SkIRect::intersect\28SkIRect\20const&\29 +294:FT_Stream_Seek +295:SkWriter32::write32\28int\29 +296:\28anonymous\20namespace\29::ColorTypeFilter_F16F16::Expand\28unsigned\20int\29 +297:FT_MulDiv +298:std::__2::basic_string\2c\20std::__2::allocator>::append\5babi:ne180100\5d\28std::__2::basic_string\2c\20std::__2::allocator>\20const&\29 +299:SkString::append\28char\20const*\29 +300:std::__2::unique_ptr>::~unique_ptr\5babi:ne180100\5d\28\29 +301:std::__2::vector>::__throw_length_error\5babi:ne180100\5d\28\29\20const +302:subtag_matches\28char\20const*\2c\20char\20const*\2c\20char\20const*\2c\20unsigned\20int\29 +303:SkBitmap::SkBitmap\28\29 +304:uprv_malloc_74 +305:std::__2::unique_ptr>::~unique_ptr\5babi:ne180100\5d\28\29 +306:std::__2::vector>::push_back\5babi:ne180100\5d\28unsigned\20long\20const&\29 +307:skia_png_free +308:ft_mem_qrealloc +309:flutter::DlMatrixColorSourceBase::~DlMatrixColorSourceBase\28\29 +310:std::__2::basic_string\2c\20std::__2::allocator>::append\28char\20const*\29 +311:SkSL::Parser::expect\28SkSL::Token::Kind\2c\20char\20const*\2c\20SkSL::Token*\29 +312:strchr +313:flutter::DisplayListStorage::allocate\28unsigned\20long\29 +314:SkIntersections::insert\28double\2c\20double\2c\20SkDPoint\20const&\29 +315:FT_Stream_ReadUShort +316:void\20SkSafeUnref\28SkColorSpace*\29\20\28.2121\29 +317:skia_private::TArray::push_back\28SkSL::RP::Program::Stage&&\29 +318:std::__2::basic_string\2c\20std::__2::allocator>::resize\5babi:nn180100\5d\28unsigned\20long\29 +319:sk_sp::~sk_sp\28\29 +320:cf2_stack_popFixed +321:utext_getNativeIndex_74 +322:std::__2::basic_string\2c\20std::__2::allocator>::operator\5b\5d\5babi:nn180100\5d\28unsigned\20long\29\20const +323:cf2_stack_getReal +324:SkSL::GLSLCodeGenerator::writeExpression\28SkSL::Expression\20const&\2c\20SkSL::OperatorPrecedence\29 +325:SkIRect::isEmpty\28\29\20const +326:std::__2::locale::~locale\28\29 +327:SkSL::Type::displayName\28\29\20const +328:SkPaint::SkPaint\28SkPaint\20const&\29 +329:GrAuditTrail::pushFrame\28char\20const*\29 +330:void\20SkSafeUnref\28SkData*\29\20\28.8581\29 +331:hb_face_t::get_num_glyphs\28\29\20const +332:OT::ItemVarStoreInstancer::operator\28\29\28unsigned\20int\2c\20unsigned\20short\29\20const +333:skif::FilterResult::~FilterResult\28\29 +334:sk_sp::~sk_sp\28\29 +335:SkString::SkString\28SkString&&\29 +336:GrGeometryProcessor::Attribute::asShaderVar\28\29\20const +337:utext_setNativeIndex_74 +338:std::__2::ios_base::getloc\28\29\20const +339:hb_vector_t::fini\28\29 +340:std::__2::unique_ptr>::reset\5babi:ne180100\5d\28skcpu::ContextImpl\20const*\29 +341:std::__2::to_string\28int\29 +342:icu_74::LocalUResourceBundlePointer::~LocalUResourceBundlePointer\28\29 +343:decltype\28auto\29\20std::__2::__variant_detail::__visitation::__base::__dispatcher<1ul>::__dispatch\5babi:ne180100\5d\2c\20\28std::__2::__variant_detail::_Trait\291>::__destroy\5babi:ne180100\5d\28\29::'lambda'\28auto&\29&&\2c\20std::__2::__variant_detail::__base<\28std::__2::__variant_detail::_Trait\291\2c\20SkPaint\2c\20int>&>\28auto\2c\20std::__2::__variant_detail::__base<\28std::__2::__variant_detail::_Trait\291\2c\20SkPaint\2c\20int>&\29 +344:SkTDStorage::~SkTDStorage\28\29 +345:SkSL::Parser::peek\28\29 +346:SkIRect::contains\28SkIRect\20const&\29\20const +347:GrGLSLUniformHandler::addUniform\28GrProcessor\20const*\2c\20unsigned\20int\2c\20SkSLType\2c\20char\20const*\2c\20char\20const**\29 +348:icu_74::CharString::append\28char\2c\20UErrorCode&\29 +349:SkWStream::writeText\28char\20const*\29 +350:SkString::~SkString\28\29 +351:std::__2::vector>::~vector\5babi:ne180100\5d\28\29 +352:skgpu::Swizzle::Swizzle\28char\20const*\29 +353:GrProcessor::operator\20new\28unsigned\20long\29 +354:GrPixmapBase::~GrPixmapBase\28\29 +355:GrGLContextInfo::hasExtension\28char\20const*\29\20const +356:std::__2::basic_string\2c\20std::__2::allocator>::basic_string\5babi:nn180100\5d\28\29 +357:hb_ot_map_builder_t::add_feature\28unsigned\20int\2c\20hb_ot_map_feature_flags_t\2c\20unsigned\20int\29 +358:SkArenaAlloc::RunDtorsOnBlock\28char*\29 +359:GrSurfaceProxyView::operator=\28GrSurfaceProxyView&&\29 +360:GrPaint::~GrPaint\28\29 +361:std::__2::unique_ptr>\2c\20skia::textlayout::ParagraphCache::KeyHash\2c\20SkNoOpPurge>::Entry*\2c\20skia::textlayout::ParagraphCacheKey\2c\20SkLRUCache>\2c\20skia::textlayout::ParagraphCache::KeyHash\2c\20SkNoOpPurge>::Traits>::Slot\20\5b\5d\2c\20std::__2::default_delete>\2c\20skia::textlayout::ParagraphCache::KeyHash\2c\20SkNoOpPurge>::Entry*\2c\20skia::textlayout::ParagraphCacheKey\2c\20SkLRUCache>\2c\20skia::textlayout::ParagraphCache::KeyHash\2c\20SkNoOpPurge>::Traits>::Slot\20\5b\5d>>::~unique_ptr\5babi:ne180100\5d\28\29 +362:std::__2::basic_string\2c\20std::__2::allocator>::__get_pointer\5babi:nn180100\5d\28\29 +363:std::__2::basic_string\2c\20std::__2::allocator>::capacity\5babi:nn180100\5d\28\29\20const +364:skvx::Vec<8\2c\20unsigned\20short>&\20skvx::operator+=<8\2c\20unsigned\20short>\28skvx::Vec<8\2c\20unsigned\20short>&\2c\20skvx::Vec<8\2c\20unsigned\20short>\20const&\29 +365:skvx::Vec<4\2c\20float>\20skvx::operator*<4\2c\20float\2c\20float\2c\20void>\28float\2c\20skvx::Vec<4\2c\20float>\20const&\29 +366:SkString::SkString\28char\20const*\29 +367:SkPathRef::getBounds\28\29\20const +368:skia_png_warning +369:hb_sanitize_context_t::start_processing\28\29 +370:bool\20std::__2::operator==\5babi:nn180100\5d>\28std::__2::istreambuf_iterator>\20const&\2c\20std::__2::istreambuf_iterator>\20const&\29 +371:hb_sanitize_context_t::~hb_sanitize_context_t\28\29 +372:__shgetc +373:SkMakeRuntimeEffect\28SkRuntimeEffect::Result\20\28*\29\28SkString\2c\20SkRuntimeEffect::Options\20const&\29\2c\20char\20const*\2c\20SkRuntimeEffect::Options\29 +374:FT_Stream_GetUShort +375:strcpy +376:std::__throw_bad_array_new_length\5babi:ne180100\5d\28\29 +377:std::__2::basic_string\2c\20std::__2::allocator>::operator=\5babi:nn180100\5d\28wchar_t\20const*\29 +378:std::__2::basic_string\2c\20std::__2::allocator>::operator=\5babi:nn180100\5d\28char\20const*\29 +379:skia_private::TArray>\2c\20true>::push_back\28std::__2::unique_ptr>&&\29 +380:bool\20std::__2::operator==\5babi:nn180100\5d>\28std::__2::istreambuf_iterator>\20const&\2c\20std::__2::istreambuf_iterator>\20const&\29 +381:SkPath::SkPath\28SkPath\20const&\29 +382:SkMatrix::invert\28\29\20const +383:strncmp +384:skia_private::AutoSTMalloc<17ul\2c\20SkPoint\2c\20void>::~AutoSTMalloc\28\29 +385:icu_74::UVector32::addElement\28int\2c\20UErrorCode&\29 +386:FT_Stream_ExitFrame +387:skia::textlayout::ParagraphImpl::getUTF16Index\28unsigned\20long\29\20const +388:sk_sp::reset\28SkTypeface*\29 +389:SkSL::Transform::\28anonymous\20namespace\29::BuiltinVariableScanner::sortNewElements\28\29::'lambda'\28SkSL::ProgramElement\20const*\2c\20SkSL::ProgramElement\20const*\29::operator\28\29\28SkSL::ProgramElement\20const*\2c\20SkSL::ProgramElement\20const*\29\20const +390:SkSL::Transform::FindAndDeclareBuiltinFunctions\28SkSL::Program&\29::$_0::operator\28\29\28SkSL::FunctionDefinition\20const*\2c\20SkSL::FunctionDefinition\20const*\29\20const +391:SkSL::Expression::clone\28\29\20const +392:SkMatrix::mapPoint\28SkPoint\29\20const +393:strstr +394:skif::FilterResult::FilterResult\28\29 +395:hb_face_reference_table +396:SkPixmap::SkPixmap\28\29 +397:SkPathBuilder::~SkPathBuilder\28\29 +398:SkMatrix::mapRect\28SkRect*\2c\20SkRect\20const&\29\20const +399:SkDQuad::set\28SkPoint\20const*\29 +400:utext_next32_74 +401:std::__2::unique_ptr::Pair\2c\20char\20const*\2c\20skia_private::THashMap::Pair>::Slot\20\5b\5d\2c\20std::__2::default_delete::Pair\2c\20char\20const*\2c\20skia_private::THashMap::Pair>::Slot\20\5b\5d>>::~unique_ptr\5babi:ne180100\5d\28\29 +402:skvx::Vec<4\2c\20int>\20skvx::operator&<4\2c\20int>\28skvx::Vec<4\2c\20int>\20const&\2c\20skvx::Vec<4\2c\20int>\20const&\29 +403:skia_png_error +404:icu_74::UnicodeSet::contains\28int\29\20const +405:hb_buffer_t::unsafe_to_break\28unsigned\20int\2c\20unsigned\20int\29 +406:SkRect::outset\28float\2c\20float\29 +407:SkPathBuilder::detach\28SkMatrix\20const*\29 +408:SkPath::operator=\28SkPath\20const&\29 +409:SkMatrix::mapRect\28SkRect\20const&\29\20const +410:skgpu::ganesh::SurfaceDrawContext::addDrawOp\28GrClip\20const*\2c\20std::__2::unique_ptr>\2c\20std::__2::function\20const&\29 +411:\28anonymous\20namespace\29::ColorTypeFilter_RGBA_F16::Expand\28unsigned\20long\20long\29 +412:\28anonymous\20namespace\29::ColorTypeFilter_8888::Expand\28unsigned\20int\29 +413:\28anonymous\20namespace\29::ColorTypeFilter_16161616::Expand\28unsigned\20long\20long\29 +414:\28anonymous\20namespace\29::ColorTypeFilter_1010102::Expand\28unsigned\20long\20long\29 +415:SkStringPrintf\28char\20const*\2c\20...\29 +416:SkRecord::grow\28\29 +417:SkPictureRecord::addDraw\28DrawType\2c\20unsigned\20long*\29 +418:SkGetICULib\28\29 +419:std::__2::__cloc\28\29 +420:sscanf +421:skvx::Vec<4\2c\20int>\20skvx::operator!<4\2c\20int>\28skvx::Vec<4\2c\20int>\20const&\29 +422:sk_malloc_throw\28unsigned\20long\2c\20unsigned\20long\29 +423:hb_blob_get_data_writable +424:SkRect::intersect\28SkRect\20const&\29 +425:SkPath::SkPath\28\29 +426:std::__2::unique_ptr::~unique_ptr\5babi:ne180100\5d\28\29 +427:std::__2::basic_string_view>::compare\28std::__2::basic_string_view>\29\20const +428:skia_private::STArray<2\2c\20std::__2::unique_ptr>\2c\20true>::STArray\28skia_private::STArray<2\2c\20std::__2::unique_ptr>\2c\20true>&&\29 +429:skia_png_chunk_error +430:ft_mem_alloc +431:fml::KillProcess\28\29 +432:__multf3 +433:SkSL::GLSLCodeGenerator::writeLine\28std::__2::basic_string_view>\29 +434:SkRect::roundOut\28\29\20const +435:SkIRect::Intersects\28SkIRect\20const&\2c\20SkIRect\20const&\29 +436:OT::Layout::Common::Coverage::get_coverage\28unsigned\20int\29\20const +437:FT_Stream_EnterFrame +438:std::__2::unique_ptr>\20SkSL::evaluate_intrinsic\28SkSL::Context\20const&\2c\20std::__2::array\20const&\2c\20SkSL::Type\20const&\2c\20double\20\28*\29\28double\2c\20double\2c\20double\29\29 +439:std::__2::basic_string\2c\20std::__2::allocator>\20std::__2::operator+\5babi:ne180100\5d\2c\20std::__2::allocator>\28std::__2::basic_string\2c\20std::__2::allocator>\20const&\2c\20char\20const*\29 +440:skia_private::THashTable>*\2c\20std::__2::unique_ptr>*\2c\20SkGoodHash>::Pair\2c\20std::__2::unique_ptr>*\2c\20skia_private::THashMap>*\2c\20std::__2::unique_ptr>*\2c\20SkGoodHash>::Pair>::Hash\28std::__2::unique_ptr>*\20const&\29 +441:skia_private::TArray::installDataAndUpdateCapacity\28SkSpan\29 +442:sk_sp::~sk_sp\28\29 +443:icu_74::UnicodeString::append\28char16_t\29 +444:SkSL::String::printf\28char\20const*\2c\20...\29 +445:SkPoint::length\28\29\20const +446:SkPathBuilder::SkPathBuilder\28\29 +447:SkNullBlitter::blitMask\28SkMask\20const&\2c\20SkIRect\20const&\29 +448:SkMatrix::getMapPtsProc\28\29\20const +449:SkMatrix::SkMatrix\28\29 +450:GrGLSLVaryingHandler::addVarying\28char\20const*\2c\20GrGLSLVarying*\2c\20GrGLSLVaryingHandler::Interpolation\29 +451:GrBackendFormats::AsGLFormat\28GrBackendFormat\20const&\29 +452:umtx_lock_74 +453:std::__2::locale::id::__get\28\29 +454:std::__2::locale::facet::facet\5babi:nn180100\5d\28unsigned\20long\29 +455:skgpu::UniqueKey::~UniqueKey\28\29 +456:hb_lazy_loader_t\2c\20hb_face_t\2c\2033u\2c\20hb_blob_t>::do_destroy\28hb_blob_t*\29 +457:bool\20hb_sanitize_context_t::check_range>\28OT::IntType\20const*\2c\20unsigned\20int\2c\20unsigned\20int\29\20const +458:abort +459:SkString::operator=\28char\20const*\29 +460:SkMatrix::getType\28\29\20const +461:SkDPoint::approximatelyEqual\28SkDPoint\20const&\29\20const +462:SkChecksum::Hash32\28void\20const*\2c\20unsigned\20long\2c\20unsigned\20int\29 +463:GrStyledShape::~GrStyledShape\28\29 +464:GrProcessorSet::GrProcessorSet\28GrPaint&&\29 +465:GrOpFlushState::bindPipelineAndScissorClip\28GrProgramInfo\20const&\2c\20SkRect\20const&\29 +466:GrGLExtensions::has\28char\20const*\29\20const +467:std::__2::locale::__imp::install\28std::__2::locale::facet*\2c\20long\29 +468:skia_png_muldiv +469:f_t_mutex\28\29 +470:dlrealloc +471:VP8GetValue +472:SkTDStorage::reserve\28int\29 +473:SkSL::RP::Builder::discard_stack\28int\29 +474:SkSL::Pool::FreeMemory\28void*\29 +475:SkMatrix::isIdentity\28\29\20const +476:SkArenaAlloc::makeBytesAlignedTo\28unsigned\20long\2c\20unsigned\20long\29 +477:GrOp::~GrOp\28\29 +478:GrGeometryProcessor::AttributeSet::initImplicit\28GrGeometryProcessor::Attribute\20const*\2c\20int\29 +479:void\20SkSafeUnref\28GrSurface*\29 +480:ures_close_74 +481:surface_setCallbackHandler +482:sk_sp::~sk_sp\28\29 +483:icu_74::StringPiece::StringPiece\28char\20const*\29 +484:hb_buffer_t::unsafe_to_concat\28unsigned\20int\2c\20unsigned\20int\29 +485:hb_bit_set_t::add\28unsigned\20int\29 +486:bool\20OT::OffsetTo\2c\20void\2c\20true>::sanitize<>\28hb_sanitize_context_t*\2c\20void\20const*\29\20const +487:SkSL::PipelineStage::PipelineStageCodeGenerator::writeExpression\28SkSL::Expression\20const&\2c\20SkSL::OperatorPrecedence\29 +488:SkRegion::freeRuns\28\29 +489:GrShaderVar::GrShaderVar\28char\20const*\2c\20SkSLType\2c\20int\29 +490:std::__2::unique_ptr::~unique_ptr\5babi:nn180100\5d\28\29 +491:std::__2::enable_if::value\20&&\20sizeof\20\28unsigned\20int\29\20==\204\2c\20unsigned\20int>::type\20SkGoodHash::operator\28\29\28unsigned\20int\20const&\29\20const +492:skvx::Vec<8\2c\20unsigned\20short>\20skvx::mulhi<8>\28skvx::Vec<8\2c\20unsigned\20short>\20const&\2c\20skvx::Vec<8\2c\20unsigned\20short>\20const&\29 +493:icu_74::UnicodeSet::~UnicodeSet\28\29 +494:hb_ot_map_builder_t::add_gsub_pause\28bool\20\28*\29\28hb_ot_shape_plan_t\20const*\2c\20hb_font_t*\2c\20hb_buffer_t*\29\29 +495:flutter::DlPaint::~DlPaint\28\29 +496:cf2_stack_pushFixed +497:__multi3 +498:SkSL::RP::Builder::binary_op\28SkSL::RP::BuilderOp\2c\20int\29 +499:SkPathBuilder::lineTo\28SkPoint\29 +500:GrTextureEffect::Make\28GrSurfaceProxyView\2c\20SkAlphaType\2c\20SkMatrix\20const&\2c\20SkFilterMode\2c\20SkMipmapMode\29 +501:GrProcessor::operator\20new\28unsigned\20long\2c\20unsigned\20long\29 +502:GrOp::GenID\28std::__2::atomic*\29 +503:GrImageInfo::GrImageInfo\28GrImageInfo&&\29 +504:GrGLSLVaryingHandler::addPassThroughAttribute\28GrShaderVar\20const&\2c\20char\20const*\2c\20GrGLSLVaryingHandler::Interpolation\29 +505:GrFragmentProcessor::registerChild\28std::__2::unique_ptr>\2c\20SkSL::SampleUsage\29 +506:std::__2::istreambuf_iterator>::operator*\5babi:nn180100\5d\28\29\20const +507:std::__2::basic_streambuf>::sgetc\5babi:nn180100\5d\28\29 +508:std::__2::__split_buffer&>::~__split_buffer\28\29 +509:skia_private::TArray::push_back_raw\28int\29 +510:icu_74::UnicodeString::doCharAt\28int\29\20const +511:SkSL::SymbolTable::addWithoutOwnershipOrDie\28SkSL::Symbol*\29 +512:SkSL::Nop::~Nop\28\29 +513:SkRect::contains\28SkRect\20const&\29\20const +514:SkRecords::FillBounds::updateSaveBounds\28SkRect\20const&\29 +515:SkPoint::normalize\28\29 +516:SkMatrix::rectStaysRect\28\29\20const +517:SkMatrix::postTranslate\28float\2c\20float\29 +518:SkJSONWriter::write\28char\20const*\2c\20unsigned\20long\29 +519:SkJSONWriter::appendBool\28char\20const*\2c\20bool\29 +520:GrSkSLFP::UniformPayloadSize\28SkRuntimeEffect\20const*\29 +521:GrSkSLFP::GrSkSLFP\28sk_sp\2c\20char\20const*\2c\20GrSkSLFP::OptFlags\29 +522:306 +523:std::__2::unique_ptr::unique_ptr\5babi:nn180100\5d\28char*\2c\20std::__2::__dependent_type\2c\20true>::__good_rval_ref_type\29 +524:std::__2::unique_ptr>::~unique_ptr\5babi:ne180100\5d\28\29 +525:std::__2::__throw_bad_function_call\5babi:ne180100\5d\28\29 +526:std::__2::__optional_destruct_base::~__optional_destruct_base\5babi:ne180100\5d\28\29 +527:skgpu::UniqueKey::UniqueKey\28\29 +528:sk_sp::reset\28GrSurface*\29 +529:sk_sp::~sk_sp\28\29 +530:hb_buffer_t::merge_clusters\28unsigned\20int\2c\20unsigned\20int\29 +531:SkTDArray::push_back\28SkPoint\20const&\29 +532:SkStrokeRec::getStyle\28\29\20const +533:SkSL::fold_expression\28SkSL::Position\2c\20double\2c\20SkSL::Type\20const*\29 +534:SkSL::Type::MakeAliasType\28std::__2::basic_string_view>\2c\20SkSL::Type\20const&\29 +535:SkMatrix::mapRect\28SkRect*\29\20const +536:SkMatrix::Translate\28float\2c\20float\29 +537:GrTriangulator::Comparator::sweep_lt\28SkPoint\20const&\2c\20SkPoint\20const&\29\20const +538:std::__2::unique_ptr>::~unique_ptr\5babi:ne180100\5d\28\29 +539:skia_png_crc_read +540:machine_index_t\2c\20hb_filter_iter_t\2c\20hb_array_t>\2c\20find_syllables_use\28hb_buffer_t*\29::'lambda'\28hb_glyph_info_t\20const&\29\2c\20$_7\20const&\2c\20\28void*\290>\2c\20find_syllables_use\28hb_buffer_t*\29::'lambda'\28hb_pair_t\29\2c\20$_6\20const&\2c\20\28void*\290>>>::operator=\28machine_index_t\2c\20hb_filter_iter_t\2c\20hb_array_t>\2c\20find_syllables_use\28hb_buffer_t*\29::'lambda'\28hb_glyph_info_t\20const&\29\2c\20$_7\20const&\2c\20\28void*\290>\2c\20find_syllables_use\28hb_buffer_t*\29::'lambda'\28hb_pair_t\29\2c\20$_6\20const&\2c\20\28void*\290>>>\20const&\29 +541:icu_74::Locale::~Locale\28\29 +542:flutter::ToSkMatrix\28impeller::Matrix\20const&\29 +543:VP8LReadBits +544:SkSpinlock::acquire\28\29 +545:SkSL::Parser::rangeFrom\28SkSL::Position\29 +546:SkSL::Parser::checkNext\28SkSL::Token::Kind\2c\20SkSL::Token*\29 +547:SkMatrix::invert\28SkMatrix*\29\20const +548:GrOpFlushState::bindTextures\28GrGeometryProcessor\20const&\2c\20GrSurfaceProxy\20const*\20const*\2c\20GrPipeline\20const&\29 +549:ures_getByKey_74 +550:std::__2::basic_string\2c\20std::__2::allocator>::push_back\28char\29 +551:std::__2::basic_string\2c\20std::__2::allocator>::basic_string\28std::__2::basic_string\2c\20std::__2::allocator>\20const&\29 +552:std::__2::__split_buffer&>::__split_buffer\28unsigned\20long\2c\20unsigned\20long\2c\20std::__2::allocator&\29 +553:hb_paint_funcs_t::pop_transform\28void*\29 +554:fma +555:cosf +556:SkTDStorage::append\28\29 +557:SkTDArray::append\28\29 +558:SkSL::RP::Builder::lastInstruction\28int\29 +559:SkMatrix::isScaleTranslate\28\29\20const +560:SkMatrix::Concat\28SkMatrix\20const&\2c\20SkMatrix\20const&\29 +561:SkColorSpace::MakeSRGB\28\29 +562:OT::ArrayOf\2c\20OT::IntType>::sanitize_shallow\28hb_sanitize_context_t*\29\20const +563:347 +564:ucptrie_internalSmallIndex_74 +565:ucln_common_registerCleanup_74 +566:sk_malloc_flags\28unsigned\20long\2c\20unsigned\20int\29 +567:hb_buffer_t::reverse\28\29 +568:SkString::operator=\28SkString\20const&\29 +569:SkStrikeSpec::~SkStrikeSpec\28\29 +570:SkSL::Type::toCompound\28SkSL::Context\20const&\2c\20int\2c\20int\29\20const +571:SkSL::RP::Generator::binaryOp\28SkSL::Type\20const&\2c\20SkSL::RP::Generator::TypedOps\20const&\29 +572:SkRecords::FillBounds::adjustAndMap\28SkRect\2c\20SkPaint\20const*\29\20const +573:SkMatrix::preConcat\28SkMatrix\20const&\29 +574:SkImageGenerator::onQueryYUVAInfo\28SkYUVAPixmapInfo::SupportedDataTypes\20const&\2c\20SkYUVAPixmapInfo*\29\20const +575:SkColorSpaceXformSteps::SkColorSpaceXformSteps\28SkColorSpace\20const*\2c\20SkAlphaType\2c\20SkColorSpace\20const*\2c\20SkAlphaType\29 +576:OT::OffsetTo\2c\20OT::IntType\2c\20void\2c\20true>::operator\28\29\28void\20const*\29\20const +577:GrStyle::isSimpleFill\28\29\20const +578:GrGLSLVaryingHandler::emitAttributes\28GrGeometryProcessor\20const&\29 +579:BlockIndexIterator::Last\28SkBlockAllocator::Block\20const*\29\2c\20&SkTBlockList::First\28SkBlockAllocator::Block\20const*\29\2c\20&SkTBlockList::Decrement\28SkBlockAllocator::Block\20const*\2c\20int\29\2c\20&SkTBlockList::GetItem\28SkBlockAllocator::Block*\2c\20int\29>::Item::setIndices\28\29 +580:std::__2::unique_ptr::reset\5babi:nn180100\5d\28unsigned\20char*\29 +581:std::__2::istreambuf_iterator>::operator++\5babi:nn180100\5d\28\29 +582:std::__2::basic_string\2c\20std::__2::allocator>::~basic_string\28\29 +583:std::__2::__unique_if::__unique_array_unknown_bound\20std::__2::make_unique\5babi:ne180100\5d\28unsigned\20long\29 +584:skvx::Vec<8\2c\20unsigned\20short>\20skvx::operator+<8\2c\20unsigned\20short>\28skvx::Vec<8\2c\20unsigned\20short>\20const&\2c\20skvx::Vec<8\2c\20unsigned\20short>\20const&\29 +585:skgpu::VertexColor::set\28SkRGBA4f<\28SkAlphaType\292>\20const&\2c\20bool\29 +586:skgpu::ResourceKey::Builder::finish\28\29 +587:sk_sp::~sk_sp\28\29 +588:icu_74::UnicodeSet::UnicodeSet\28\29 +589:hb_draw_funcs_t::emit_line_to\28void*\2c\20hb_draw_state_t&\2c\20float\2c\20float\29 +590:ft_validator_error +591:SkSL::Parser::error\28SkSL::Token\2c\20std::__2::basic_string_view>\29 +592:SkSL::ConstantFolder::GetConstantValueForVariable\28SkSL::Expression\20const&\29 +593:SkPictureRecord::addPaintPtr\28SkPaint\20const*\29 +594:SkImageInfo::minRowBytes\28\29\20const +595:SkGlyph::rowBytes\28\29\20const +596:SkDCubic::set\28SkPoint\20const*\29 +597:SkBitmap::SkBitmap\28SkBitmap\20const&\29 +598:GrSurfaceProxy::backingStoreDimensions\28\29\20const +599:GrProgramInfo::visitFPProxies\28std::__2::function\20const&\29\20const +600:GrMeshDrawOp::createProgramInfo\28GrMeshDrawTarget*\29 +601:GrGpu::handleDirtyContext\28\29 +602:FT_Stream_ReadFields +603:FT_Stream_ReadByte +604:std::__2::istreambuf_iterator>::operator++\5babi:nn180100\5d\28\29 +605:std::__2::basic_string\2c\20std::__2::allocator>::__set_long_size\5babi:nn180100\5d\28unsigned\20long\29 +606:skvx::Vec<4\2c\20float>\20\28anonymous\20namespace\29::add_121>\28skvx::Vec<4\2c\20float>\20const&\2c\20skvx::Vec<4\2c\20float>\20const&\2c\20skvx::Vec<4\2c\20float>\20const&\29 +607:skif::FilterResult::operator=\28skif::FilterResult&&\29 +608:skif::Context::~Context\28\29 +609:skia_private::TArray::Allocate\28int\2c\20double\29 +610:skia_private::TArray\2c\20true>::installDataAndUpdateCapacity\28SkSpan\29 +611:icu_74::UnicodeString::setToBogus\28\29 +612:icu_74::UnicodeSet::add\28int\2c\20int\29 +613:hb_draw_funcs_t::start_path\28void*\2c\20hb_draw_state_t&\29 +614:SkWriter32::reserve\28unsigned\20long\29 +615:SkTSect::pointLast\28\29\20const +616:SkStrokeRec::isHairlineStyle\28\29\20const +617:SkSL::Type::MakeVectorType\28std::__2::basic_string_view>\2c\20char\20const*\2c\20SkSL::Type\20const&\2c\20int\29 +618:SkRect::join\28SkRect\20const&\29 +619:SkPathBuilder::moveTo\28SkPoint\29 +620:SkPaint::setBlendMode\28SkBlendMode\29 +621:SkImageGenerator::onIsValid\28SkRecorder*\29\20const +622:OT::VarSizedBinSearchArrayOf>::get_length\28\29\20const +623:FT_Stream_GetULong +624:target_from_texture_type\28GrTextureType\29 +625:std::__2::ctype::widen\5babi:nn180100\5d\28char\29\20const +626:skvx::Vec<4\2c\20unsigned\20short>\20skvx::operator+<4\2c\20unsigned\20short>\28skvx::Vec<4\2c\20unsigned\20short>\20const&\2c\20skvx::Vec<4\2c\20unsigned\20short>\20const&\29 +627:skvx::Vec<4\2c\20unsigned\20int>\20skvx::operator+<4\2c\20unsigned\20int>\28skvx::Vec<4\2c\20unsigned\20int>\20const&\2c\20skvx::Vec<4\2c\20unsigned\20int>\20const&\29 +628:skia::textlayout::TextStyle::TextStyle\28skia::textlayout::TextStyle\20const&\29 +629:skia::textlayout::OneLineShaper::RunBlock::operator=\28skia::textlayout::OneLineShaper::RunBlock&&\29 +630:sk_srgb_singleton\28\29 +631:png_icc_profile_error +632:impeller::Matrix::operator*\28impeller::TPoint\20const&\29\20const +633:icu_74::UnicodeSet::compact\28\29 +634:hb_font_t::get_nominal_glyph\28unsigned\20int\2c\20unsigned\20int*\2c\20unsigned\20int\29 +635:flutter::DlSrgbToLinearGammaColorFilter::type\28\29\20const +636:flutter::DlPaint::DlPaint\28\29 +637:flutter::DisplayListBuilder::SetAttributesFromPaint\28flutter::DlPaint\20const&\2c\20flutter::DisplayListAttributeFlags\29 +638:flutter::DisplayListBuilder::PaintResult\28flutter::DlPaint\20const&\2c\20flutter::DisplayListAttributeFlags\29 +639:canonicalize_identity\28skcms_Curve*\29 +640:_hb_next_syllable\28hb_buffer_t*\2c\20unsigned\20int\29 +641:SkSL::TProgramVisitor::visitStatement\28SkSL::Statement\20const&\29 +642:SkSL::RP::Program::makeStages\28skia_private::TArray*\2c\20SkArenaAlloc*\2c\20SkSpan\2c\20SkSL::RP::Program::SlotData\20const&\29\20const::$_2::operator\28\29\28\29\20const +643:SkSL::ConstructorCompound::MakeFromConstants\28SkSL::Context\20const&\2c\20SkSL::Position\2c\20SkSL::Type\20const&\2c\20double\20const*\29 +644:SkMatrix::Scale\28float\2c\20float\29 +645:SkMatrix::MakeAll\28float\2c\20float\2c\20float\2c\20float\2c\20float\2c\20float\2c\20float\2c\20float\2c\20float\29 +646:SkImageShader::appendStages\28SkStageRec\20const&\2c\20SkShaders::MatrixRec\20const&\29\20const::$_2::operator\28\29\28SkRasterPipelineOp\2c\20SkRasterPipelineOp\2c\20\28anonymous\20namespace\29::MipLevelHelper\20const*\29\20const +647:SkImageInfo::operator=\28SkImageInfo\20const&\29 +648:GrFragmentProcessor::ProgramImpl::invokeChild\28int\2c\20GrFragmentProcessor::ProgramImpl::EmitArgs&\2c\20std::__2::basic_string_view>\29 +649:GrCaps::getDefaultBackendFormat\28GrColorType\2c\20skgpu::Renderable\29\20const +650:FT_Stream_ReleaseFrame +651:DefaultGeoProc::Impl::~Impl\28\29 +652:void\20std::__2::unique_ptr>\2c\20skia::textlayout::ParagraphCache::KeyHash\2c\20SkNoOpPurge>::Entry*\2c\20skia::textlayout::ParagraphCacheKey\2c\20SkLRUCache>\2c\20skia::textlayout::ParagraphCache::KeyHash\2c\20SkNoOpPurge>::Traits>::Slot\20\5b\5d\2c\20std::__2::default_delete>\2c\20skia::textlayout::ParagraphCache::KeyHash\2c\20SkNoOpPurge>::Entry*\2c\20skia::textlayout::ParagraphCacheKey\2c\20SkLRUCache>\2c\20skia::textlayout::ParagraphCache::KeyHash\2c\20SkNoOpPurge>::Traits>::Slot\20\5b\5d>>::reset\5babi:ne180100\5d>\2c\20skia::textlayout::ParagraphCache::KeyHash\2c\20SkNoOpPurge>::Entry*\2c\20skia::textlayout::ParagraphCacheKey\2c\20SkLRUCache>\2c\20skia::textlayout::ParagraphCache::KeyHash\2c\20SkNoOpPurge>::Traits>::Slot*\2c\200>\28skia_private::THashTable>\2c\20skia::textlayout::ParagraphCache::KeyHash\2c\20SkNoOpPurge>::Entry*\2c\20skia::textlayout::ParagraphCacheKey\2c\20SkLRUCache>\2c\20skia::textlayout::ParagraphCache::KeyHash\2c\20SkNoOpPurge>::Traits>::Slot*\29 +653:std::__2::vector>::__destroy_vector::operator\28\29\5babi:ne180100\5d\28\29 +654:std::__2::vector>::__recommend\5babi:ne180100\5d\28unsigned\20long\29\20const +655:std::__2::ctype\20const&\20std::__2::use_facet\5babi:ne180100\5d>\28std::__2::locale\20const&\29 +656:std::__2::basic_string\2c\20std::__2::allocator>::__throw_length_error\5babi:nn180100\5d\28\29\20const +657:skia_private::TArray::preallocateNewData\28int\2c\20double\29 +658:skia::textlayout::TextStyle::~TextStyle\28\29 +659:skcpu::Draw::~Draw\28\29 +660:out +661:icu_74::UnicodeString::char32At\28int\29\20const +662:flutter::DisplayListBuilder::UpdateLayerResult\28flutter::DisplayListBuilder::OpResult\2c\20bool\29 +663:cf2_stack_popInt +664:WebPSafeMalloc +665:Skwasm::sp_wrapper::sp_wrapper\28std::__2::shared_ptr\29 +666:SkSemaphore::~SkSemaphore\28\29 +667:SkSL::Type::coerceExpression\28std::__2::unique_ptr>\2c\20SkSL::Context\20const&\29\20const +668:SkSL::Type::MakeGenericType\28char\20const*\2c\20SkSpan\2c\20SkSL::Type\20const*\29 +669:SkSL::RP::SlotManager::getVariableSlots\28SkSL::Variable\20const&\29 +670:SkRGBA4f<\28SkAlphaType\292>::operator!=\28SkRGBA4f<\28SkAlphaType\292>\20const&\29\20const +671:SkPathStroker::lineTo\28SkPoint\20const&\2c\20SkPath::Iter\20const*\29 +672:SkPath::Iter::next\28\29 +673:SkDCubic::ptAtT\28double\29\20const +674:SkBlitter::~SkBlitter\28\29 +675:SkBitmap::tryAllocPixels\28SkImageInfo\20const&\29 +676:GrShaderVar::operator=\28GrShaderVar&&\29 +677:GrProcessor::operator\20delete\28void*\29 +678:GrImageInfo::GrImageInfo\28SkImageInfo\20const&\29 +679:FT_Outline_Translate +680:uhash_close_74 +681:std::__2::char_traits::assign\5babi:nn180100\5d\28char&\2c\20char\20const&\29 +682:std::__2::basic_string\2c\20std::__2::allocator>::operator=\5babi:nn180100\5d\28std::__2::basic_string\2c\20std::__2::allocator>&&\29 +683:std::__2::basic_ostream>&\20std::__2::operator<<\5babi:ne180100\5d>\28std::__2::basic_ostream>&\2c\20char\20const*\29 +684:std::__2::__check_grouping\28std::__2::basic_string\2c\20std::__2::allocator>\20const&\2c\20unsigned\20int*\2c\20unsigned\20int*\2c\20unsigned\20int&\29 +685:skvx::Vec<4\2c\20skvx::Mask::type>\20skvx::operator<<4\2c\20float>\28skvx::Vec<4\2c\20float>\20const&\2c\20skvx::Vec<4\2c\20float>\20const&\29 +686:skvx::Vec<4\2c\20int>\20skvx::operator|<4\2c\20int>\28skvx::Vec<4\2c\20int>\20const&\2c\20skvx::Vec<4\2c\20int>\20const&\29 +687:skia_private::THashMap::find\28SkSL::FunctionDeclaration\20const*\20const&\29\20const +688:pad +689:icu_74::UnicodeString::UnicodeString\28char16_t\20const*\29 +690:hb_buffer_t::unsafe_to_break_from_outbuffer\28unsigned\20int\2c\20unsigned\20int\29 +691:ft_mem_qalloc +692:flutter::DlPaint::DlPaint\28flutter::DlPaint\20const&\29 +693:__ashlti3 +694:SkTCoincident::setPerp\28SkTCurve\20const&\2c\20double\2c\20SkDPoint\20const&\2c\20SkTCurve\20const&\29 +695:SkString::data\28\29 +696:SkSL::Type::MakeMatrixType\28std::__2::basic_string_view>\2c\20char\20const*\2c\20SkSL::Type\20const&\2c\20int\2c\20signed\20char\29 +697:SkSL::TProgramVisitor::visitProgramElement\28SkSL::ProgramElement\20const&\29 +698:SkSL::TProgramVisitor::visitExpression\28SkSL::Expression\20const&\29 +699:SkSL::Parser::nextToken\28\29 +700:SkSL::Operator::tightOperatorName\28\29\20const +701:SkSL::Inliner::inlineExpression\28SkSL::Position\2c\20skia_private::THashMap>\2c\20SkGoodHash>*\2c\20SkSL::SymbolTable*\2c\20SkSL::Expression\20const&\29::$_0::operator\28\29\28std::__2::unique_ptr>\20const&\29\20const +702:SkSL::Analysis::HasSideEffects\28SkSL::Expression\20const&\29 +703:SkPaint::setColor\28unsigned\20int\29 +704:SkMatrix::postConcat\28SkMatrix\20const&\29 +705:SkImageInfo::operator=\28SkImageInfo&&\29 +706:SkIRect::intersect\28SkIRect\20const&\2c\20SkIRect\20const&\29 +707:SkDVector::crossCheck\28SkDVector\20const&\29\20const +708:SkCanvas::internalQuickReject\28SkRect\20const&\2c\20SkPaint\20const&\2c\20SkMatrix\20const*\29 +709:SkBitmapDevice::drawMesh\28SkMesh\20const&\2c\20sk_sp\2c\20SkPaint\20const&\29 +710:SkAAClipBlitterWrapper::~SkAAClipBlitterWrapper\28\29 +711:OT::hb_ot_apply_context_t::init_iters\28\29 +712:GrStyledShape::asPath\28\29\20const +713:GrStyle::~GrStyle\28\29 +714:GrSimpleMeshDrawOpHelper::~GrSimpleMeshDrawOpHelper\28\29 +715:GrSimpleMeshDrawOpHelper::visitProxies\28std::__2::function\20const&\29\20const +716:GrShape::reset\28\29 +717:GrShape::bounds\28\29\20const +718:GrShaderVar::appendDecl\28GrShaderCaps\20const*\2c\20SkString*\29\20const +719:GrQuad::MakeFromRect\28SkRect\20const&\2c\20SkMatrix\20const&\29 +720:GrOpFlushState::drawMesh\28GrSimpleMesh\20const&\29 +721:GrColorInfo::GrColorInfo\28GrColorType\2c\20SkAlphaType\2c\20sk_sp\29 +722:GrAAConvexTessellator::Ring::index\28int\29\20const +723:DefaultGeoProc::~DefaultGeoProc\28\29 +724:508 +725:uhash_put_74 +726:std::__2::vector\2c\20std::__2::allocator>>::~vector\5babi:ne180100\5d\28\29 +727:std::__2::unique_ptr>::~unique_ptr\5babi:ne180100\5d\28\29 +728:std::__2::enable_if::value\20&&\20is_move_assignable::value\2c\20void>::type\20std::__2::swap\5babi:ne180100\5d\28skia::textlayout::OneLineShaper::RunBlock&\2c\20skia::textlayout::OneLineShaper::RunBlock&\29 +729:std::__2::basic_string\2c\20std::__2::allocator>::__set_short_size\5babi:nn180100\5d\28unsigned\20long\29 +730:std::__2::__compressed_pair_elem::__compressed_pair_elem\5babi:nn180100\5d\28void\20\28*&&\29\28void*\29\29 +731:skvx::Vec<4\2c\20float>\20skvx::operator*<4\2c\20float\2c\20float\2c\20void>\28skvx::Vec<4\2c\20float>\20const&\2c\20float\29\20\28.7506\29 +732:skif::Context::Context\28skif::Context\20const&\29 +733:skia_png_chunk_report +734:skgpu::ResourceKey::operator==\28skgpu::ResourceKey\20const&\29\20const +735:icu_74::UnicodeString::getBuffer\28\29\20const +736:icu_74::UnicodeSet::add\28int\29 +737:icu_74::Locale::getDefault\28\29 +738:icu_74::CharString::append\28icu_74::CharString\20const&\2c\20UErrorCode&\29 +739:cff2_path_procs_extents_t::curve\28CFF::cff2_cs_interp_env_t&\2c\20cff2_extents_param_t&\2c\20CFF::point_t\20const&\2c\20CFF::point_t\20const&\2c\20CFF::point_t\20const&\29 +740:cff2_path_param_t::cubic_to\28CFF::point_t\20const&\2c\20CFF::point_t\20const&\2c\20CFF::point_t\20const&\29 +741:cff1_path_procs_extents_t::curve\28CFF::cff1_cs_interp_env_t&\2c\20cff1_extents_param_t&\2c\20CFF::point_t\20const&\2c\20CFF::point_t\20const&\2c\20CFF::point_t\20const&\29 +742:cff1_path_param_t::cubic_to\28CFF::point_t\20const&\2c\20CFF::point_t\20const&\2c\20CFF::point_t\20const&\29 +743:_hb_glyph_info_get_modified_combining_class\28hb_glyph_info_t\20const*\29 +744:SkTDArray::push_back\28unsigned\20int\20const&\29 +745:SkSL::FunctionDeclaration::description\28\29\20const +746:SkRasterPipeline::extend\28SkRasterPipeline\20const&\29 +747:SkPixmap::operator=\28SkPixmap\20const&\29 +748:SkPathBuilder::lineTo\28float\2c\20float\29 +749:SkPathBuilder::conicTo\28SkPoint\2c\20SkPoint\2c\20float\29 +750:SkPaintToGrPaint\28skgpu::ganesh::SurfaceDrawContext*\2c\20SkPaint\20const&\2c\20SkMatrix\20const&\2c\20GrPaint*\29 +751:SkOpPtT::contains\28SkOpPtT\20const*\29\20const +752:SkMatrixPriv::CheapEqual\28SkMatrix\20const&\2c\20SkMatrix\20const&\29 +753:SkImageInfo::MakeA8\28int\2c\20int\29 +754:SkColorSpaceXformSteps::apply\28float*\29\20const +755:OT::hb_paint_context_t::recurse\28OT::Paint\20const&\29 +756:GrTextureProxy::mipmapped\28\29\20const +757:GrShaderVar::GrShaderVar\28char\20const*\2c\20SkSLType\2c\20GrShaderVar::TypeModifier\29 +758:GrMatrixEffect::Make\28SkMatrix\20const&\2c\20std::__2::unique_ptr>\29 +759:GrGLGpu::setTextureUnit\28int\29 +760:GrColorSpaceXformEffect::onMakeProgramImpl\28\29\20const::Impl::~Impl\28\29 +761:GrCPixmap::GrCPixmap\28GrImageInfo\2c\20void\20const*\2c\20unsigned\20long\29 +762:GrAppliedClip::~GrAppliedClip\28\29 +763:FT_Stream_ReadULong +764:FT_Load_Glyph +765:CFF::cff_stack_t::pop\28\29 +766:void\20SkOnce::operator\28\29*\29\2c\20SkAlignedSTStorage<1\2c\20skgpu::UniqueKey>*>\28void\20\28&\29\28SkAlignedSTStorage<1\2c\20skgpu::UniqueKey>*\29\2c\20SkAlignedSTStorage<1\2c\20skgpu::UniqueKey>*&&\29 +767:u_strlen_74 +768:std::__2::unique_ptr>::~unique_ptr\5babi:ne180100\5d\28\29 +769:std::__2::numpunct::thousands_sep\5babi:nn180100\5d\28\29\20const +770:std::__2::numpunct::grouping\5babi:nn180100\5d\28\29\20const +771:std::__2::ctype\20const&\20std::__2::use_facet\5babi:nn180100\5d>\28std::__2::locale\20const&\29 +772:std::__2::basic_string\2c\20std::__2::allocator>::__move_assign\5babi:ne180100\5d\28std::__2::basic_string\2c\20std::__2::allocator>&\2c\20std::__2::integral_constant\29 +773:skia_private::TArray::push_back\28int\20const&\29 +774:skgpu::ResourceKey::Builder::Builder\28skgpu::ResourceKey*\2c\20unsigned\20int\2c\20int\29 +775:sk_sp::~sk_sp\28\29 +776:sinf +777:rewind\28GrTriangulator::EdgeList*\2c\20GrTriangulator::Vertex**\2c\20GrTriangulator::Vertex*\2c\20GrTriangulator::Comparator\20const&\29 +778:icu_74::UnicodeString::UnicodeString\28icu_74::UnicodeString\20const&\29 +779:icu_74::ReorderingBuffer::appendZeroCC\28char16_t\20const*\2c\20char16_t\20const*\2c\20UErrorCode&\29 +780:icu_74::PossibleWord::candidates\28UText*\2c\20icu_74::DictionaryMatcher*\2c\20int\29 +781:icu_74::Normalizer2Impl::getNorm16\28int\29\20const +782:hb_buffer_t::move_to\28unsigned\20int\29 +783:fmodf +784:_output_with_dotted_circle\28hb_buffer_t*\29 +785:__memcpy +786:SkTSpan::pointLast\28\29\20const +787:SkTDStorage::resize\28int\29 +788:SkSafeMath::addInt\28int\2c\20int\29 +789:SkSL::Parser::rangeFrom\28SkSL::Token\29 +790:SkSL::Parser::error\28SkSL::Position\2c\20std::__2::basic_string_view>\29 +791:SkRect::BoundsOrEmpty\28SkSpan\29 +792:SkPath::Iter::setPath\28SkPath\20const&\2c\20bool\29 +793:SkNullBlitter::blitAntiH\28int\2c\20int\2c\20unsigned\20char\20const*\2c\20short\20const*\29 +794:SkMatrix::mapPoints\28SkSpan\29\20const +795:SkDPoint::ApproximatelyEqual\28SkPoint\20const&\2c\20SkPoint\20const&\29 +796:SkCanvas::save\28\29 +797:SkBlockAllocator::reset\28\29 +798:GrSimpleMeshDrawOpHelperWithStencil::finalizeProcessors\28GrCaps\20const&\2c\20GrAppliedClip\20const*\2c\20GrClampType\2c\20GrProcessorAnalysisCoverage\2c\20SkRGBA4f<\28SkAlphaType\292>*\2c\20bool*\29 +799:GrGeometryProcessor::ProgramImpl::SetTransform\28GrGLSLProgramDataManager\20const&\2c\20GrShaderCaps\20const&\2c\20GrResourceHandle\20const&\2c\20SkMatrix\20const&\2c\20SkMatrix*\29 +800:GrGLSLVertexGeoBuilder::insertFunction\28char\20const*\29 +801:FT_Stream_Skip +802:FT_Stream_ExtractFrame +803:Cr_z_crc32 +804:AAT::StateTable::get_entry\28int\2c\20unsigned\20int\29\20const +805:void\20std::__2::unique_ptr>::reset\5babi:ne180100\5d\28GrGLCaps::ColorTypeInfo*\29 +806:utext_current32_74 +807:uhash_get_74 +808:strncpy +809:std::__2::ctype::widen\5babi:nn180100\5d\28char\29\20const +810:std::__2::__unique_if::__unique_array_unknown_bound\20std::__2::make_unique\5babi:ne180100\5d\28unsigned\20long\29 +811:std::__2::__throw_bad_optional_access\5babi:ne180100\5d\28\29 +812:skvx::Vec<4\2c\20skvx::Mask::type>\20skvx::operator<<4\2c\20float\2c\20float\2c\20void>\28skvx::Vec<4\2c\20float>\20const&\2c\20float\29 +813:skif::LayerSpace::outset\28skif::LayerSpace\20const&\29 +814:skia_private::TArray::checkRealloc\28int\2c\20double\29 +815:skgpu::tess::StrokeIterator::enqueue\28skgpu::tess::StrokeIterator::Verb\2c\20SkPoint\20const*\2c\20float\20const*\29 +816:skgpu::ganesh::SurfaceFillContext::getOpsTask\28\29 +817:powf +818:icu_74::umtx_initOnce\28icu_74::UInitOnce&\2c\20void\20\28*\29\28UErrorCode&\29\2c\20UErrorCode&\29 +819:icu_74::Hashtable::~Hashtable\28\29 +820:hb_draw_funcs_t::emit_close_path\28void*\2c\20hb_draw_state_t&\29 +821:hb_buffer_t::unsafe_to_concat_from_outbuffer\28unsigned\20int\2c\20unsigned\20int\29 +822:hb_bit_set_t::get\28unsigned\20int\29\20const +823:hb_bit_page_t::add\28unsigned\20int\29 +824:flutter::DlMatrixColorSourceBase::matrix_ptr\28\29\20const +825:flutter::DlLinearToSrgbGammaColorFilter::size\28\29\20const +826:__addtf3 +827:SkSL::RP::Builder::push_constant_i\28int\2c\20int\29 +828:SkSL::RP::Builder::label\28int\29 +829:SkPixmap::SkPixmap\28SkPixmap\20const&\29 +830:SkPathBuilder::quadTo\28SkPoint\2c\20SkPoint\29 +831:SkPathBuilder::close\28\29 +832:SkPaint::setColor\28SkRGBA4f<\28SkAlphaType\293>\20const&\2c\20SkColorSpace*\29 +833:SkPaint::asBlendMode\28\29\20const +834:SkImageGenerator::onGetPixels\28SkImageInfo\20const&\2c\20void*\2c\20unsigned\20long\2c\20SkImageGenerator::Options\20const&\29 +835:SkDynamicMemoryWStream::write\28void\20const*\2c\20unsigned\20long\29 +836:SkCanvas::concat\28SkMatrix\20const&\29 +837:SkCanvas::aboutToDraw\28SkPaint\20const&\2c\20SkRect\20const*\29 +838:OT::hb_ot_apply_context_t::skipping_iterator_t::next\28unsigned\20int*\29 +839:GrSkSLFP::addChild\28std::__2::unique_ptr>\2c\20bool\29 +840:GrProcessorSet::~GrProcessorSet\28\29 +841:GrGeometryProcessor::Attribute&\20skia_private::TArray::emplace_back\28char\20const\20\28&\29\20\5b10\5d\2c\20GrVertexAttribType&&\2c\20SkSLType&&\29 +842:GrGLGpu::clearErrorsAndCheckForOOM\28\29 +843:GrGLGpu::bindBuffer\28GrGpuBufferType\2c\20GrBuffer\20const*\29 +844:GrGLFunction::GrGLFunction\28void\20\28*\29\28unsigned\20int\2c\20unsigned\20int\2c\20unsigned\20int\2c\20unsigned\20int\29\29::'lambda'\28void\20const*\2c\20unsigned\20int\2c\20unsigned\20int\2c\20unsigned\20int\2c\20unsigned\20int\29::__invoke\28void\20const*\2c\20unsigned\20int\2c\20unsigned\20int\2c\20unsigned\20int\2c\20unsigned\20int\29 +845:GrGLFunction::GrGLFunction\28void\20\28*\29\28int\2c\20int\2c\20float\20const*\29\29::'lambda'\28void\20const*\2c\20int\2c\20int\2c\20float\20const*\29::__invoke\28void\20const*\2c\20int\2c\20int\2c\20float\20const*\29 +846:GrFragmentProcessor::ProgramImpl::invokeChild\28int\2c\20char\20const*\2c\20char\20const*\2c\20GrFragmentProcessor::ProgramImpl::EmitArgs&\2c\20std::__2::basic_string_view>\29 +847:CFF::arg_stack_t::pop_int\28\29 +848:void\20SkSafeUnref\28SharedGenerator*\29 +849:udata_close_74 +850:ubidi_getParaLevelAtIndex_74 +851:std::__2::char_traits::copy\5babi:nn180100\5d\28char*\2c\20char\20const*\2c\20unsigned\20long\29 +852:std::__2::basic_string\2c\20std::__2::allocator>::begin\5babi:nn180100\5d\28\29 +853:std::__2::basic_string\2c\20std::__2::allocator>::__is_long\5babi:nn180100\5d\28\29\20const +854:std::__2::__optional_destruct_base::~__optional_destruct_base\5babi:ne180100\5d\28\29 +855:std::__2::__libcpp_snprintf_l\28char*\2c\20unsigned\20long\2c\20__locale_struct*\2c\20char\20const*\2c\20...\29 +856:std::__2::__function::__value_func::__value_func\5babi:ne180100\5d\28std::__2::__function::__value_func&&\29 +857:skia_private::THashTable>*\2c\20std::__2::unique_ptr>*\2c\20SkGoodHash>::Pair\2c\20std::__2::unique_ptr>*\2c\20skia_private::THashMap>*\2c\20std::__2::unique_ptr>*\2c\20SkGoodHash>::Pair>::uncheckedSet\28skia_private::THashMap>*\2c\20std::__2::unique_ptr>*\2c\20SkGoodHash>::Pair&&\29 +858:skia::textlayout::Cluster::run\28\29\20const +859:skgpu::tess::PatchWriter\2c\20skgpu::tess::Optional<\28skgpu::tess::PatchAttribs\2964>\2c\20skgpu::tess::Optional<\28skgpu::tess::PatchAttribs\2932>\2c\20skgpu::tess::AddTrianglesWhenChopping\2c\20skgpu::tess::DiscardFlatCurves>::accountForCurve\28float\29 +860:skgpu::ganesh::SurfaceContext::PixelTransferResult::~PixelTransferResult\28\29 +861:skgpu::ganesh::AsView\28GrRecordingContext*\2c\20SkImage\20const*\2c\20skgpu::Mipmapped\2c\20GrImageTexGenPolicy\29 +862:is_equal\28std::type_info\20const*\2c\20std::type_info\20const*\2c\20bool\29 +863:icu_74::UnicodeString::pinIndices\28int&\2c\20int&\29\20const +864:icu_74::UnicodeString::UnicodeString\28signed\20char\2c\20icu_74::ConstChar16Ptr\2c\20int\29 +865:icu_74::Normalizer2Impl::norm16HasCompBoundaryAfter\28unsigned\20short\2c\20signed\20char\29\20const +866:hb_ot_map_t::get_1_mask\28unsigned\20int\29\20const +867:hb_font_get_glyph +868:hb_bit_page_t::init0\28\29 +869:flutter::DlColor::DlColor\28unsigned\20int\29 +870:cff_index_get_sid_string +871:_hb_font_funcs_set_middle\28hb_font_funcs_t*\2c\20void*\2c\20void\20\28*\29\28void*\29\29 +872:__floatsitf +873:VP8YuvToRgb +874:VP8GetBit.8612 +875:VP8GetBit +876:SkWriter32::writeScalar\28float\29 +877:SkTDArray<\28anonymous\20namespace\29::YOffset>::append\28\29 +878:SkSL::RP::Generator::pushVectorizedExpression\28SkSL::Expression\20const&\2c\20SkSL::Type\20const&\29 +879:SkSL::RP::Builder::swizzle\28int\2c\20SkSpan\29 +880:SkRegion::setRect\28SkIRect\20const&\29 +881:SkRect::roundOut\28SkIRect*\29\20const +882:SkRasterClip::~SkRasterClip\28\29 +883:SkPath::makeTransform\28SkMatrix\20const&\29\20const +884:SkMatrix::getMaxScale\28\29\20const +885:SkM44::setConcat\28SkM44\20const&\2c\20SkM44\20const&\29 +886:SkJSONWriter::appendHexU32\28char\20const*\2c\20unsigned\20int\29 +887:SkIRect::makeOutset\28int\2c\20int\29\20const +888:SkDevice::createDevice\28SkDevice::CreateInfo\20const&\2c\20SkPaint\20const*\29 +889:SkBlender::Mode\28SkBlendMode\29 +890:SkBitmap::setInfo\28SkImageInfo\20const&\2c\20unsigned\20long\29 +891:SkArenaAlloc::SkArenaAlloc\28char*\2c\20unsigned\20long\2c\20unsigned\20long\29 +892:OT::hb_ot_apply_context_t::skipping_iterator_t::reset\28unsigned\20int\29 +893:GrMeshDrawTarget::allocMesh\28\29 +894:GrGLGpu::bindTextureToScratchUnit\28unsigned\20int\2c\20int\29 +895:GrFragmentProcessor::SwizzleOutput\28std::__2::unique_ptr>\2c\20skgpu::Swizzle\20const&\29::SwizzleFragmentProcessor::~SwizzleFragmentProcessor\28\29 +896:GrCaps::getReadSwizzle\28GrBackendFormat\20const&\2c\20GrColorType\29\20const +897:GrBackendFormat::GrBackendFormat\28GrBackendFormat\20const&\29 +898:CFF::cff1_cs_opset_t::check_width\28unsigned\20int\2c\20CFF::cff1_cs_interp_env_t&\2c\20cff1_extents_param_t&\29 +899:CFF::arg_stack_t::pop_uint\28\29 +900:AutoFTAccess::AutoFTAccess\28SkTypeface_FreeType\20const*\29 +901:utext_previous32_74 +902:u_terminateUChars_74 +903:std::__2::vector>::__swap_out_circular_buffer\28std::__2::__split_buffer&>&\29 +904:std::__2::unique_ptr::reset\5babi:ne180100\5d\28unsigned\20char*\29 +905:std::__2::pair::type\2c\20std::__2::__unwrap_ref_decay::type>\20std::__2::make_pair\5babi:nn180100\5d\28char\20const*&&\2c\20char*&&\29 +906:std::__2::ctype::is\5babi:nn180100\5d\28unsigned\20long\2c\20char\29\20const +907:std::__2::basic_string\2c\20std::__2::allocator>::__set_long_cap\5babi:nn180100\5d\28unsigned\20long\29 +908:skvx::Vec<4\2c\20float>\20skvx::operator*<4\2c\20float>\28skvx::Vec<4\2c\20float>\20const&\2c\20skvx::Vec<4\2c\20float>\20const&\29 +909:skia_private::TArray>\2c\20true>::reserve_exact\28int\29 +910:skia_private::TArray::push_back\28bool&&\29 +911:skia_png_get_uint_32 +912:skia::textlayout::OneLineShaper::clusterIndex\28unsigned\20long\29 +913:skgpu::ganesh::SurfaceDrawContext::chooseAAType\28GrAA\29 +914:skgpu::UniqueKey::GenerateDomain\28\29 +915:res_getStringNoTrace_74 +916:impeller::Matrix::Multiply\28impeller::Matrix\20const&\29\20const +917:icu_74::UnicodeString::operator=\28icu_74::UnicodeString\20const&\29 +918:icu_74::UnicodeSet::releasePattern\28\29 +919:icu_74::MlBreakEngine::initKeyValue\28UResourceBundle*\2c\20char\20const*\2c\20char\20const*\2c\20icu_74::Hashtable&\2c\20UErrorCode&\29 +920:icu_74::Hashtable::get\28icu_74::UnicodeString\20const&\29\20const +921:icu_74::ByteSinkUtil::appendUnchanged\28unsigned\20char\20const*\2c\20unsigned\20char\20const*\2c\20icu_74::ByteSink&\2c\20unsigned\20int\2c\20icu_74::Edits*\2c\20UErrorCode&\29 +922:icu_74::BMPSet::containsSlow\28int\2c\20int\2c\20int\29\20const +923:hb_iter_t\2c\20hb_filter_iter_t\2c\20hb_array_t>\2c\20find_syllables_use\28hb_buffer_t*\29::'lambda'\28hb_glyph_info_t\20const&\29\2c\20$_7\20const&\2c\20\28void*\290>\2c\20find_syllables_use\28hb_buffer_t*\29::'lambda'\28hb_pair_t\29\2c\20$_6\20const&\2c\20\28void*\290>>>\2c\20hb_pair_t>>::operator+\28unsigned\20int\29\20const +924:hb_buffer_t::sync_so_far\28\29 +925:hb_buffer_t::sync\28\29 +926:hb_bit_set_t::add_range\28unsigned\20int\2c\20unsigned\20int\29 +927:flutter::DisplayListBuilder::AccumulateOpBounds\28impeller::TRect\20const&\2c\20flutter::DisplayListAttributeFlags\29 +928:compute_side\28SkPoint\20const&\2c\20SkPoint\20const&\2c\20SkPoint\20const&\29 +929:cff_parse_num +930:bool\20OT::Layout::Common::Coverage::collect_coverage\28hb_set_digest_t*\29\20const +931:VP8YuvToBgr +932:VP8LAddPixels +933:SkWriter32::writeRect\28SkRect\20const&\29 +934:SkSL::Type::clone\28SkSL::Context\20const&\2c\20SkSL::SymbolTable*\29\20const +935:SkSL::SymbolTable::find\28std::__2::basic_string_view>\29\20const +936:SkSL::RP::Generator::writeStatement\28SkSL::Statement\20const&\29 +937:SkSL::RP::Builder::unary_op\28SkSL::RP::BuilderOp\2c\20int\29 +938:SkSL::Parser::operatorRight\28SkSL::Parser::AutoDepth&\2c\20SkSL::OperatorKind\2c\20std::__2::unique_ptr>\20\28SkSL::Parser::*\29\28\29\2c\20std::__2::unique_ptr>&\29 +939:SkSL::Parser::expression\28\29 +940:SkSL::Nop::Make\28\29 +941:SkRegion::Cliperator::next\28\29 +942:SkRegion::Cliperator::Cliperator\28SkRegion\20const&\2c\20SkIRect\20const&\29 +943:SkRecords::FillBounds::pushControl\28\29 +944:SkPathPriv::Iterate::Iterate\28SkPath\20const&\29 +945:SkPathBuilder::cubicTo\28SkPoint\2c\20SkPoint\2c\20SkPoint\29 +946:SkPath::RangeIter::operator++\28\29 +947:SkAutoConicToQuads::computeQuads\28SkPoint\20const*\2c\20float\2c\20float\29 +948:SkArenaAlloc::~SkArenaAlloc\28\29 +949:SkAAClip::setEmpty\28\29 +950:OT::hb_ot_apply_context_t::~hb_ot_apply_context_t\28\29 +951:OT::hb_ot_apply_context_t::hb_ot_apply_context_t\28unsigned\20int\2c\20hb_font_t*\2c\20hb_buffer_t*\2c\20hb_blob_t*\29 +952:GrTriangulator::Line::intersect\28GrTriangulator::Line\20const&\2c\20SkPoint*\29\20const +953:GrImageInfo::GrImageInfo\28GrColorType\2c\20SkAlphaType\2c\20sk_sp\2c\20SkISize\20const&\29 +954:GrGpuBuffer::unmap\28\29 +955:GrGeometryProcessor::ProgramImpl::WriteLocalCoord\28GrGLSLVertexBuilder*\2c\20GrGLSLUniformHandler*\2c\20GrShaderCaps\20const&\2c\20GrGeometryProcessor::ProgramImpl::GrGPArgs*\2c\20GrShaderVar\2c\20SkMatrix\20const&\2c\20GrResourceHandle*\29 +956:GrGeometryProcessor::ProgramImpl::ComputeMatrixKey\28GrShaderCaps\20const&\2c\20SkMatrix\20const&\29 +957:GrFragmentProcessor::GrFragmentProcessor\28GrFragmentProcessor\20const&\29 +958:742 +959:void\20SkSafeUnref\28SkMipmap*\29 +960:ures_getByKeyWithFallback_74 +961:ubidi_getMemory_74 +962:std::__2::vector>::~vector\5babi:ne180100\5d\28\29 +963:std::__2::vector>::erase\28std::__2::__wrap_iter\2c\20std::__2::__wrap_iter\29 +964:std::__2::unique_ptr>::~unique_ptr\5babi:ne180100\5d\28\29 +965:std::__2::numpunct::truename\5babi:nn180100\5d\28\29\20const +966:std::__2::numpunct::falsename\5babi:nn180100\5d\28\29\20const +967:std::__2::numpunct::decimal_point\5babi:nn180100\5d\28\29\20const +968:std::__2::moneypunct::do_grouping\28\29\20const +969:std::__2::ctype::is\5babi:nn180100\5d\28unsigned\20long\2c\20wchar_t\29\20const +970:std::__2::basic_string\2c\20std::__2::allocator>::empty\5babi:nn180100\5d\28\29\20const +971:std::__2::basic_string\2c\20std::__2::allocator>::__init\28char\20const*\2c\20unsigned\20long\29 +972:std::__2::__variant_detail::__dtor\2c\20\28std::__2::__variant_detail::_Trait\291>::__destroy\5babi:ne180100\5d\28\29 +973:snprintf +974:skvx::Vec<4\2c\20float>\20skvx::operator-<4\2c\20float\2c\20float\2c\20void>\28float\2c\20skvx::Vec<4\2c\20float>\20const&\29 +975:skia_private::TArray::checkRealloc\28int\2c\20double\29 +976:skia_private::TArray::preallocateNewData\28int\2c\20double\29 +977:skia_private::STArray<2\2c\20std::__2::unique_ptr>\2c\20true>::STArray\28skia_private::STArray<2\2c\20std::__2::unique_ptr>\2c\20true>&&\29 +978:skia_png_reciprocal +979:skia_png_malloc_warn +980:skia::textlayout::\28anonymous\20namespace\29::relax\28float\29 +981:skgpu::ganesh::SurfaceContext::readPixels\28GrDirectContext*\2c\20GrPixmap\2c\20SkIPoint\29 +982:skgpu::Swizzle::RGBA\28\29 +983:skcpu::Draw::Draw\28\29 +984:skcms_TransferFunction_invert +985:sk_sp::reset\28SkData*\29 +986:sk_sp::~sk_sp\28\29 +987:skData_getConstPointer +988:operator==\28SkIRect\20const&\2c\20SkIRect\20const&\29 +989:icu_74::BMPSet::~BMPSet\28\29_13864 +990:hb_user_data_array_t::fini\28\29 +991:hb_sanitize_context_t::end_processing\28\29 +992:hb_draw_funcs_t::emit_quadratic_to\28void*\2c\20hb_draw_state_t&\2c\20float\2c\20float\2c\20float\2c\20float\29 +993:flutter::DlPath::~DlPath\28\29 +994:flutter::DisplayListBuilder::checkForDeferredSave\28\29 +995:crc32_z +996:WebPSafeCalloc +997:VP8YuvToRgba4444 +998:VP8YuvToRgba +999:VP8YuvToRgb565 +1000:VP8YuvToBgra +1001:VP8YuvToArgb +1002:T_CString_toLowerCase_74 +1003:SkTSect::SkTSect\28SkTCurve\20const&\29 +1004:SkString::equals\28SkString\20const&\29\20const +1005:SkSL::String::Separator\28\29 +1006:SkSL::RP::Generator::pushIntrinsic\28SkSL::RP::BuilderOp\2c\20SkSL::Expression\20const&\29 +1007:SkSL::ProgramConfig::strictES2Mode\28\29\20const +1008:SkSL::Parser::layoutInt\28\29 +1009:SkRegion::setEmpty\28\29 +1010:SkRRect::MakeOval\28SkRect\20const&\29 +1011:SkRGBA4f<\28SkAlphaType\293>::FromColor\28unsigned\20int\29 +1012:SkPathRef::Editor::Editor\28sk_sp*\2c\20int\2c\20int\2c\20int\29 +1013:SkMipmap::ComputeLevelCount\28int\2c\20int\29 +1014:SkMatrix::isSimilarity\28float\29\20const +1015:SkImageInfo::Make\28int\2c\20int\2c\20SkColorType\2c\20SkAlphaType\29 +1016:SkIRect::makeOffset\28int\2c\20int\29\20const +1017:SkDQuad::ptAtT\28double\29\20const +1018:SkDLine::nearPoint\28SkDPoint\20const&\2c\20bool*\29\20const +1019:SkDConic::ptAtT\28double\29\20const +1020:SkChopQuadAt\28SkPoint\20const*\2c\20SkPoint*\2c\20float\29 +1021:SkBaseShadowTessellator::appendTriangle\28unsigned\20short\2c\20unsigned\20short\2c\20unsigned\20short\29 +1022:SkAutoCanvasRestore::~SkAutoCanvasRestore\28\29 +1023:SafeDecodeSymbol +1024:OT::cmap::find_subtable\28unsigned\20int\2c\20unsigned\20int\29\20const +1025:GrTriangulator::EdgeList::remove\28GrTriangulator::Edge*\29 +1026:GrTextureEffect::Impl::emitCode\28GrFragmentProcessor::ProgramImpl::EmitArgs&\29::$_4::operator\28\29\28char\20const*\29\20const +1027:GrSimpleMeshDrawOpHelper::isCompatible\28GrSimpleMeshDrawOpHelper\20const&\2c\20GrCaps\20const&\2c\20SkRect\20const&\2c\20SkRect\20const&\2c\20bool\29\20const +1028:GrShaderVar::GrShaderVar\28GrShaderVar\20const&\29 +1029:GrQuad::writeVertex\28int\2c\20skgpu::VertexWriter&\29\20const +1030:GrOpFlushState::bindBuffers\28sk_sp\2c\20sk_sp\2c\20sk_sp\2c\20GrPrimitiveRestart\29 +1031:GrGLSLShaderBuilder::getMangledFunctionName\28char\20const*\29 +1032:GrGLSLShaderBuilder::appendTextureLookup\28GrResourceHandle\2c\20char\20const*\2c\20GrGLSLColorSpaceXformHelper*\29 +1033:GrGLGpu::getErrorAndCheckForOOM\28\29 +1034:GrColorInfo::GrColorInfo\28SkColorInfo\20const&\29 +1035:GrAAConvexTessellator::addTri\28int\2c\20int\2c\20int\29 +1036:FT_Get_Module +1037:AlmostBequalUlps\28double\2c\20double\29 +1038:AAT::StateTable::EntryData>::get_entry\28int\2c\20unsigned\20int\29\20const +1039:u_strchr_74 +1040:tt_face_get_name +1041:std::__2::vector>::~vector\5babi:ne180100\5d\28\29 +1042:std::__2::vector>::push_back\5babi:ne180100\5d\28unsigned\20int\20const&\29 +1043:std::__2::unique_ptr>::~unique_ptr\5babi:ne180100\5d\28\29 +1044:std::__2::shared_ptr::operator=\5babi:ne180100\5d\28std::__2::shared_ptr&&\29 +1045:std::__2::__variant_detail::__dtor\2c\20std::__2::unique_ptr>>\2c\20\28std::__2::__variant_detail::_Trait\291>::__destroy\5babi:ne180100\5d\28\29 +1046:std::__2::__libcpp_locale_guard::~__libcpp_locale_guard\5babi:nn180100\5d\28\29 +1047:std::__2::__libcpp_locale_guard::__libcpp_locale_guard\5babi:nn180100\5d\28__locale_struct*&\29 +1048:skvx::Vec<4\2c\20float>&\20skvx::operator+=<4\2c\20float>\28skvx::Vec<4\2c\20float>&\2c\20skvx::Vec<4\2c\20float>\20const&\29\20\28.6381\29 +1049:skvx::Vec<2\2c\20float>\20skvx::max<2\2c\20float>\28skvx::Vec<2\2c\20float>\20const&\2c\20skvx::Vec<2\2c\20float>\20const&\29 +1050:skif::FilterResult::FilterResult\28skif::FilterResult\20const&\29 +1051:skia_private::THashTable>\2c\20SkGoodHash>::Pair\2c\20SkImageFilter\20const*\2c\20skia_private::THashMap>\2c\20SkGoodHash>::Pair>::Hash\28SkImageFilter\20const*\20const&\29 +1052:skia_private::TArray::installDataAndUpdateCapacity\28SkSpan\29 +1053:skcpu::Draw::drawPath\28SkPath\20const&\2c\20SkPaint\20const&\2c\20SkMatrix\20const*\29\20const +1054:sk_sp&\20skia_private::TArray\2c\20true>::emplace_back>\28sk_sp&&\29 +1055:round +1056:qsort +1057:powf_ +1058:icu_74::UnicodeString::setLength\28int\29 +1059:icu_74::UVector::~UVector\28\29 +1060:icu_74::Normalizer2Impl::getRawNorm16\28int\29\20const +1061:icu_74::Locale::Locale\28char\20const*\2c\20char\20const*\2c\20char\20const*\2c\20char\20const*\29 +1062:icu_74::CharString::CharString\28char\20const*\2c\20int\2c\20UErrorCode&\29 +1063:hb_vector_t::alloc\28unsigned\20int\2c\20bool\29 +1064:hb_indic_would_substitute_feature_t::would_substitute\28unsigned\20int\20const*\2c\20unsigned\20int\2c\20hb_face_t*\29\20const +1065:hb_font_t::get_glyph_h_advance\28unsigned\20int\29 +1066:hb_cache_t<15u\2c\208u\2c\207u\2c\20true>::set\28unsigned\20int\2c\20unsigned\20int\29 +1067:getenv +1068:ft_module_get_service +1069:flutter::DlLinearToSrgbGammaColorFilter::type\28\29\20const +1070:bool\20hb_sanitize_context_t::check_array>\28OT::IntType\20const*\2c\20unsigned\20int\29\20const +1071:__sindf +1072:__shlim +1073:__cosdf +1074:SkUTF::NextUTF8\28char\20const**\2c\20char\20const*\29 +1075:SkTDStorage::removeShuffle\28int\29 +1076:SkSurface_Base::getCachedCanvas\28\29 +1077:SkShaderBase::SkShaderBase\28\29 +1078:SkSL::evaluate_pairwise_intrinsic\28SkSL::Context\20const&\2c\20std::__2::array\20const&\2c\20SkSL::Type\20const&\2c\20double\20\28*\29\28double\2c\20double\2c\20double\29\29 +1079:SkSL::StringStream::str\28\29\20const +1080:SkSL::RP::Generator::makeLValue\28SkSL::Expression\20const&\2c\20bool\29 +1081:SkSL::Parser::expressionOrPoison\28SkSL::Position\2c\20std::__2::unique_ptr>\29 +1082:SkSL::GLSLCodeGenerator::writeIdentifier\28std::__2::basic_string_view>\29 +1083:SkSL::GLSLCodeGenerator::getTypeName\28SkSL::Type\20const&\29 +1084:SkSL::BinaryExpression::Make\28SkSL::Context\20const&\2c\20SkSL::Position\2c\20std::__2::unique_ptr>\2c\20SkSL::Operator\2c\20std::__2::unique_ptr>\29 +1085:SkRect::round\28\29\20const +1086:SkPath::moveTo\28float\2c\20float\29 +1087:SkPath::isConvex\28\29\20const +1088:SkPaint::getAlpha\28\29\20const +1089:SkMatrix::setScaleTranslate\28float\2c\20float\2c\20float\2c\20float\29 +1090:SkMatrix::preScale\28float\2c\20float\29 +1091:SkMatrix::mapVector\28float\2c\20float\29\20const +1092:SkMatrix::RectToRectOrIdentity\28SkRect\20const&\2c\20SkRect\20const&\2c\20SkMatrix::ScaleToFit\29 +1093:SkImageFilter_Base::getChildInputLayerBounds\28int\2c\20skif::Mapping\20const&\2c\20skif::LayerSpace\20const&\2c\20std::__2::optional>\29\20const +1094:SkIRect::offset\28int\2c\20int\29 +1095:SkIRect::join\28SkIRect\20const&\29 +1096:SkData::PrivateNewWithCopy\28void\20const*\2c\20unsigned\20long\29 +1097:SkData::MakeUninitialized\28unsigned\20long\29 +1098:SkChopCubicAt\28SkPoint\20const*\2c\20SkPoint*\2c\20float\29 +1099:SkCanvas::checkForDeferredSave\28\29 +1100:SkBitmap::peekPixels\28SkPixmap*\29\20const +1101:SkAAClip::Builder::addRun\28int\2c\20int\2c\20unsigned\20int\2c\20int\29 +1102:OT::hb_ot_apply_context_t::set_lookup_mask\28unsigned\20int\2c\20bool\29 +1103:OT::ClassDef::get_class\28unsigned\20int\29\20const +1104:GrTriangulator::Line::Line\28SkPoint\20const&\2c\20SkPoint\20const&\29 +1105:GrTriangulator::Edge::isRightOf\28GrTriangulator::Vertex\20const&\29\20const +1106:GrStyledShape::GrStyledShape\28GrStyledShape\20const&\29 +1107:GrStyle::SimpleFill\28\29 +1108:GrShape::setType\28GrShape::Type\29 +1109:GrPixmapBase::GrPixmapBase\28GrPixmapBase\20const&\29 +1110:GrMakeUncachedBitmapProxyView\28GrRecordingContext*\2c\20SkBitmap\20const&\2c\20skgpu::Mipmapped\2c\20SkBackingFit\2c\20skgpu::Budgeted\29 +1111:GrIORef::unref\28\29\20const +1112:GrGeometryProcessor::TextureSampler::reset\28GrSamplerState\2c\20GrBackendFormat\20const&\2c\20skgpu::Swizzle\20const&\29 +1113:GrGLGpu::deleteFramebuffer\28unsigned\20int\29 +1114:GrBackendFormats::MakeGL\28unsigned\20int\2c\20unsigned\20int\29 +1115:899 +1116:900 +1117:901 +1118:vsnprintf +1119:void\20AAT::Lookup>::collect_glyphs\28hb_bit_set_t&\2c\20unsigned\20int\29\20const +1120:ures_appendResPath\28UResourceBundle*\2c\20char\20const*\2c\20int\2c\20UErrorCode*\29 +1121:u_terminateChars_74 +1122:top12 +1123:std::__2::unique_ptr>\2c\20SkSL::IntrinsicKind\2c\20SkGoodHash>::Pair\2c\20std::__2::basic_string_view>\2c\20skia_private::THashMap>\2c\20SkSL::IntrinsicKind\2c\20SkGoodHash>::Pair>::Slot\20\5b\5d\2c\20std::__2::default_delete>\2c\20SkSL::IntrinsicKind\2c\20SkGoodHash>::Pair\2c\20std::__2::basic_string_view>\2c\20skia_private::THashMap>\2c\20SkSL::IntrinsicKind\2c\20SkGoodHash>::Pair>::Slot\20\5b\5d>>::~unique_ptr\5babi:ne180100\5d\28\29 +1124:std::__2::unique_ptr>::reset\5babi:ne180100\5d\28SkSL::Module\20const*\29 +1125:std::__2::unique_ptr>::~unique_ptr\5babi:ne180100\5d\28\29 +1126:std::__2::to_string\28long\20long\29 +1127:std::__2::locale::use_facet\28std::__2::locale::id&\29\20const +1128:std::__2::enable_if\2c\20bool>::type\20impeller::TRect::IsFinite\28\29\20const +1129:std::__2::basic_string\2c\20std::__2::allocator>::operator=\5babi:nn180100\5d\28std::__2::basic_string\2c\20std::__2::allocator>&&\29 +1130:std::__2::basic_string\2c\20std::__2::allocator>\20std::__2::operator+\2c\20std::__2::allocator>\28char\20const*\2c\20std::__2::basic_string\2c\20std::__2::allocator>\20const&\29 +1131:std::__2::__split_buffer&>::__split_buffer\28unsigned\20long\2c\20unsigned\20long\2c\20std::__2::allocator&\29 +1132:std::__2::__optional_destruct_base::__optional_destruct_base\5babi:ne180100\5d\28std::__2::in_place_t\2c\20SkPath&&\29 +1133:std::__2::__num_put_base::__identify_padding\28char*\2c\20char*\2c\20std::__2::ios_base\20const&\29 +1134:std::__2::__num_get_base::__get_base\28std::__2::ios_base&\29 +1135:std::__2::__libcpp_asprintf_l\28char**\2c\20__locale_struct*\2c\20char\20const*\2c\20...\29 +1136:skvx::Vec<4\2c\20float>\20skvx::naive_if_then_else<4\2c\20float>\28skvx::Vec<4\2c\20skvx::Mask::type>\20const&\2c\20skvx::Vec<4\2c\20float>\20const&\2c\20skvx::Vec<4\2c\20float>\20const&\29 +1137:skvx::Vec<4\2c\20float>\20skvx::abs<4>\28skvx::Vec<4\2c\20float>\20const&\29 +1138:skvx::Vec<2\2c\20float>\20skvx::min<2\2c\20float>\28skvx::Vec<2\2c\20float>\20const&\2c\20skvx::Vec<2\2c\20float>\20const&\29 +1139:sktext::gpu::BagOfBytes::allocateBytes\28int\2c\20int\29 +1140:skia_private::TArray::preallocateNewData\28int\2c\20double\29 +1141:skia_private::TArray::~TArray\28\29 +1142:skia_private::TArray::checkRealloc\28int\2c\20double\29 +1143:skia_png_malloc_base +1144:skia::textlayout::TextLine::iterateThroughVisualRuns\28bool\2c\20std::__2::function\2c\20float*\29>\20const&\29\20const +1145:skgpu::ganesh::SurfaceFillContext::arenaAlloc\28\29 +1146:skgpu::ganesh::SurfaceDrawContext::numSamples\28\29\20const +1147:skgpu::AutoCallback::~AutoCallback\28\29 +1148:skcms_TransferFunction_getType +1149:skcms_GetTagBySignature +1150:sk_sp::operator=\28sk_sp\20const&\29 +1151:sk_sp::~sk_sp\28\29 +1152:operator==\28SkMatrix\20const&\2c\20SkMatrix\20const&\29 +1153:is_one_of\28hb_glyph_info_t\20const&\2c\20unsigned\20int\29 +1154:int\20std::__2::__get_up_to_n_digits\5babi:nn180100\5d>>\28std::__2::istreambuf_iterator>&\2c\20std::__2::istreambuf_iterator>\2c\20unsigned\20int&\2c\20std::__2::ctype\20const&\2c\20int\29 +1155:int\20std::__2::__get_up_to_n_digits\5babi:nn180100\5d>>\28std::__2::istreambuf_iterator>&\2c\20std::__2::istreambuf_iterator>\2c\20unsigned\20int&\2c\20std::__2::ctype\20const&\2c\20int\29 +1156:inflateStateCheck +1157:icu_74::UnicodeString::setTo\28signed\20char\2c\20icu_74::ConstChar16Ptr\2c\20int\29 +1158:icu_74::UnicodeString::append\28icu_74::UnicodeString\20const&\29 +1159:icu_74::UnicodeSet::applyPattern\28icu_74::UnicodeString\20const&\2c\20UErrorCode&\29 +1160:icu_74::UnicodeSet::_appendToPat\28icu_74::UnicodeString&\2c\20int\2c\20signed\20char\29 +1161:icu_74::Normalizer2Impl::norm16HasCompBoundaryBefore\28unsigned\20short\29\20const +1162:icu_74::Locale::init\28char\20const*\2c\20signed\20char\29 +1163:hb_vector_t::resize\28int\2c\20bool\2c\20bool\29 +1164:hb_lazy_loader_t\2c\20hb_face_t\2c\206u\2c\20hb_blob_t>::get\28\29\20const +1165:hb_font_t::has_glyph\28unsigned\20int\29 +1166:hb_cache_t<15u\2c\208u\2c\207u\2c\20true>::clear\28\29 +1167:bool\20hb_sanitize_context_t::check_array\28OT::HBGlyphID16\20const*\2c\20unsigned\20int\29\20const +1168:bool\20OT::OffsetTo\2c\20void\2c\20true>::sanitize<>\28hb_sanitize_context_t*\2c\20void\20const*\29\20const +1169:bool\20OT::OffsetTo>\2c\20OT::IntType\2c\20void\2c\20false>::sanitize<>\28hb_sanitize_context_t*\2c\20void\20const*\29\20const +1170:addPoint\28UBiDi*\2c\20int\2c\20int\29 +1171:_addExtensionToList\28ExtensionListEntry**\2c\20ExtensionListEntry*\2c\20signed\20char\29 +1172:__extenddftf2 +1173:\28anonymous\20namespace\29::extension_compare\28SkString\20const&\2c\20SkString\20const&\29 +1174:\28anonymous\20namespace\29::colrv1_traverse_paint\28SkCanvas*\2c\20SkSpan\20const&\2c\20unsigned\20int\2c\20FT_FaceRec_*\2c\20FT_Opaque_Paint_\2c\20skia_private::THashSet*\29 +1175:\28anonymous\20namespace\29::colrv1_transform\28FT_FaceRec_*\2c\20FT_COLR_Paint_\20const&\2c\20SkCanvas*\2c\20SkMatrix*\29 +1176:SkUTF::NextUTF8WithReplacement\28char\20const**\2c\20char\20const*\29 +1177:SkTInternalLList::addToHead\28sktext::gpu::TextBlob*\29 +1178:SkString::reset\28\29 +1179:SkStrike::unlock\28\29 +1180:SkStrike::lock\28\29 +1181:SkSL::cast_expression\28SkSL::Context\20const&\2c\20SkSL::Position\2c\20SkSL::Expression\20const&\2c\20SkSL::Type\20const&\29 +1182:SkSL::StringStream::~StringStream\28\29 +1183:SkSL::RP::LValue::~LValue\28\29 +1184:SkSL::RP::Generator::pushIntrinsic\28SkSL::RP::Generator::TypedOps\20const&\2c\20SkSL::Expression\20const&\2c\20SkSL::Expression\20const&\29 +1185:SkSL::InlineCandidateAnalyzer::visitExpression\28std::__2::unique_ptr>*\29 +1186:SkSL::GLSLCodeGenerator::writeType\28SkSL::Type\20const&\29 +1187:SkSL::Expression::isBoolLiteral\28\29\20const +1188:SkSL::Analysis::IsCompileTimeConstant\28SkSL::Expression\20const&\29 +1189:SkRuntimeEffect::findUniform\28std::__2::basic_string_view>\29\20const +1190:SkRasterPipelineBlitter::appendLoadDst\28SkRasterPipeline*\29\20const +1191:SkRasterPipeline::run\28unsigned\20long\2c\20unsigned\20long\2c\20unsigned\20long\2c\20unsigned\20long\29\20const +1192:SkRRect::MakeRect\28SkRect\20const&\29 +1193:SkPoint::Distance\28SkPoint\20const&\2c\20SkPoint\20const&\29 +1194:SkPath::injectMoveToIfNeeded\28\29 +1195:SkMatrix::preTranslate\28float\2c\20float\29 +1196:SkMatrix::postScale\28float\2c\20float\29 +1197:SkMatrix::mapVectors\28SkSpan\29\20const +1198:SkIntersections::removeOne\28int\29 +1199:SkImage_Ganesh::SkImage_Ganesh\28sk_sp\2c\20unsigned\20int\2c\20GrSurfaceProxyView\2c\20SkColorInfo\29 +1200:SkImageFilter_Base::getChildOutput\28int\2c\20skif::Context\20const&\29\20const +1201:SkGlyph::iRect\28\29\20const +1202:SkFindUnitQuadRoots\28float\2c\20float\2c\20float\2c\20float*\29 +1203:SkColorSpaceXformSteps::Flags::mask\28\29\20const +1204:SkCanvas::~SkCanvas\28\29 +1205:SkCanvas::translate\28float\2c\20float\29 +1206:SkCanvas::drawRect\28SkRect\20const&\2c\20SkPaint\20const&\29 +1207:SkCanvas::drawImage\28SkImage\20const*\2c\20float\2c\20float\2c\20SkSamplingOptions\20const&\2c\20SkPaint\20const*\29 +1208:SkBlurEngine::SigmaToRadius\28float\29 +1209:SkBlockAllocator::BlockIter::Item::operator++\28\29 +1210:SkBitmapCache::Rec::getKey\28\29\20const +1211:SkBitmap::installPixels\28SkImageInfo\20const&\2c\20void*\2c\20unsigned\20long\29 +1212:SkAAClipBlitterWrapper::init\28SkRasterClip\20const&\2c\20SkBlitter*\29 +1213:SkAAClip::freeRuns\28\29 +1214:OT::VarSizedBinSearchArrayOf>::get_length\28\29\20const +1215:OT::Offset\2c\20true>::is_null\28\29\20const +1216:GrWindowRectangles::~GrWindowRectangles\28\29 +1217:GrTriangulator::Edge::isLeftOf\28GrTriangulator::Vertex\20const&\29\20const +1218:GrSimpleMeshDrawOpHelper::createProgramInfo\28GrCaps\20const*\2c\20SkArenaAlloc*\2c\20GrSurfaceProxyView\20const&\2c\20bool\2c\20GrAppliedClip&&\2c\20GrDstProxyView\20const&\2c\20GrGeometryProcessor*\2c\20GrPrimitiveType\2c\20GrXferBarrierFlags\2c\20GrLoadOp\29 +1219:GrResourceAllocator::addInterval\28GrSurfaceProxy*\2c\20unsigned\20int\2c\20unsigned\20int\2c\20GrResourceAllocator::ActualUse\2c\20GrResourceAllocator::AllowRecycling\29 +1220:GrRenderTask::makeClosed\28GrRecordingContext*\29 +1221:GrGLGpu::prepareToDraw\28GrPrimitiveType\29 +1222:GrBackendFormatToCompressionType\28GrBackendFormat\20const&\29 +1223:FT_Stream_Read +1224:FT_Outline_Get_CBox +1225:Cr_z_adler32 +1226:BlockIndexIterator::First\28SkBlockAllocator::Block\20const*\29\2c\20&SkTBlockList::Last\28SkBlockAllocator::Block\20const*\29\2c\20&SkTBlockList::Increment\28SkBlockAllocator::Block\20const*\2c\20int\29\2c\20&SkTBlockList::GetItem\28SkBlockAllocator::Block\20const*\2c\20int\29>::end\28\29\20const +1227:BlockIndexIterator::First\28SkBlockAllocator::Block\20const*\29\2c\20&SkTBlockList::Last\28SkBlockAllocator::Block\20const*\29\2c\20&SkTBlockList::Increment\28SkBlockAllocator::Block\20const*\2c\20int\29\2c\20&SkTBlockList::GetItem\28SkBlockAllocator::Block\20const*\2c\20int\29>::begin\28\29\20const +1228:AlmostDequalUlps\28double\2c\20double\29 +1229:write_tag_size\28SkWriteBuffer&\2c\20unsigned\20int\2c\20unsigned\20long\29 +1230:void\20std::__2::unique_ptr::Pair\2c\20SkSL::Variable\20const*\2c\20skia_private::THashMap::Pair>::Slot\20\5b\5d\2c\20std::__2::default_delete::Pair\2c\20SkSL::Variable\20const*\2c\20skia_private::THashMap::Pair>::Slot\20\5b\5d>>::reset\5babi:ne180100\5d::Pair\2c\20SkSL::Variable\20const*\2c\20skia_private::THashMap::Pair>::Slot*\2c\200>\28skia_private::THashTable::Pair\2c\20SkSL::Variable\20const*\2c\20skia_private::THashMap::Pair>::Slot*\29 +1231:void\20skgpu::VertexWriter::writeQuad\2c\20skgpu::VertexColor\2c\20skgpu::VertexWriter::Conditional>\28skgpu::VertexWriter::TriFan\20const&\2c\20skgpu::VertexColor\20const&\2c\20skgpu::VertexWriter::Conditional\20const&\29 +1232:ures_open_74 +1233:unsigned\20int\20std::__2::__sort3\5babi:ne180100\5d\28skia::textlayout::OneLineShaper::RunBlock*\2c\20skia::textlayout::OneLineShaper::RunBlock*\2c\20skia::textlayout::OneLineShaper::RunBlock*\2c\20skia::textlayout::OneLineShaper::finish\28skia::textlayout::Block\20const&\2c\20float\2c\20float&\29::$_0&\29 +1234:unsigned\20int\20std::__2::__sort3\5babi:ne180100\5d\2c\20std::__2::allocator>>\20const&\29::$_0&\2c\20impeller::TRect\20const**>\28impeller::TRect\20const**\2c\20impeller::TRect\20const**\2c\20impeller::TRect\20const**\2c\20flutter::DlRegion::setRects\28std::__2::vector\2c\20std::__2::allocator>>\20const&\29::$_0&\29 +1235:unsigned\20int\20std::__2::__sort3\5babi:ne180100\5d\28SkSL::ProgramElement\20const**\2c\20SkSL::ProgramElement\20const**\2c\20SkSL::ProgramElement\20const**\2c\20SkSL::Transform::\28anonymous\20namespace\29::BuiltinVariableScanner::sortNewElements\28\29::'lambda'\28SkSL::ProgramElement\20const*\2c\20SkSL::ProgramElement\20const*\29&\29 +1236:unsigned\20int\20std::__2::__sort3\5babi:ne180100\5d\28SkSL::FunctionDefinition\20const**\2c\20SkSL::FunctionDefinition\20const**\2c\20SkSL::FunctionDefinition\20const**\2c\20SkSL::Transform::FindAndDeclareBuiltinFunctions\28SkSL::Program&\29::$_0&\29 +1237:ulocimp_getLanguage_74\28char\20const*\2c\20char\20const**\2c\20UErrorCode&\29 +1238:std::__2::unique_ptr>::~unique_ptr\5babi:ne180100\5d\28\29 +1239:std::__2::unique_ptr>::operator=\5babi:ne180100\5d\28std::__2::unique_ptr>&&\29 +1240:std::__2::unique_ptr>::~unique_ptr\5babi:ne180100\5d\28\29 +1241:std::__2::unique_ptr>\20GrSkSLFP::Make<>\28SkRuntimeEffect\20const*\2c\20char\20const*\2c\20std::__2::unique_ptr>\2c\20GrSkSLFP::OptFlags\29 +1242:std::__2::unique_ptr>\20GrBlendFragmentProcessor::Make<\28SkBlendMode\2913>\28std::__2::unique_ptr>\2c\20std::__2::unique_ptr>\29 +1243:std::__2::time_get>>::get\28std::__2::istreambuf_iterator>\2c\20std::__2::istreambuf_iterator>\2c\20std::__2::ios_base&\2c\20unsigned\20int&\2c\20tm*\2c\20wchar_t\20const*\2c\20wchar_t\20const*\29\20const +1244:std::__2::time_get>>::get\28std::__2::istreambuf_iterator>\2c\20std::__2::istreambuf_iterator>\2c\20std::__2::ios_base&\2c\20unsigned\20int&\2c\20tm*\2c\20char\20const*\2c\20char\20const*\29\20const +1245:std::__2::shared_ptr::operator=\5babi:ne180100\5d\28std::__2::shared_ptr\20const&\29 +1246:std::__2::enable_if::type\20skgpu::tess::PatchWriter\2c\20skgpu::tess::Optional<\28skgpu::tess::PatchAttribs\2964>\2c\20skgpu::tess::Optional<\28skgpu::tess::PatchAttribs\2932>\2c\20skgpu::tess::AddTrianglesWhenChopping\2c\20skgpu::tess::DiscardFlatCurves>::writeTriangleStack\28skgpu::tess::MiddleOutPolygonTriangulator::PoppedTriangleStack&&\29 +1247:std::__2::ctype::widen\5babi:nn180100\5d\28char\20const*\2c\20char\20const*\2c\20wchar_t*\29\20const +1248:std::__2::basic_string\2c\20std::__2::allocator>::~basic_string\28\29 +1249:std::__2::basic_ios>::setstate\5babi:nn180100\5d\28unsigned\20int\29 +1250:std::__2::__tuple_impl\2c\20GrSurfaceProxyView\2c\20sk_sp>::~__tuple_impl\28\29 +1251:skvx::Vec<4\2c\20skvx::Mask::type>\20skvx::operator>=<4\2c\20float\2c\20float\2c\20void>\28skvx::Vec<4\2c\20float>\20const&\2c\20float\29\20\28.6368\29 +1252:skif::RoundOut\28SkRect\29 +1253:skia_private::TArray::push_back\28SkSL::SwitchCase\20const*\20const&\29 +1254:skia_private::TArray::push_back_n\28int\2c\20SkPoint\20const*\29 +1255:skia::textlayout::Run::placeholderStyle\28\29\20const +1256:skgpu::skgpu_init_static_unique_key_once\28SkAlignedSTStorage<1\2c\20skgpu::UniqueKey>*\29 +1257:skgpu::ganesh::\28anonymous\20namespace\29::update_degenerate_test\28skgpu::ganesh::\28anonymous\20namespace\29::DegenerateTestData*\2c\20SkPoint\20const&\29 +1258:skgpu::VertexWriter&\20skgpu::operator<<\28skgpu::VertexWriter&\2c\20skgpu::VertexColor\20const&\29 +1259:skgpu::ResourceKey::ResourceKey\28\29 +1260:skcms_TransferFunction_eval +1261:sk_sp::~sk_sp\28\29 +1262:sk_sp::reset\28GrThreadSafeCache::VertexData*\29 +1263:scalbn +1264:rowcol3\28float\20const*\2c\20float\20const*\29 +1265:ps_parser_skip_spaces +1266:non-virtual\20thunk\20to\20GrOpFlushState::allocator\28\29 +1267:is_joiner\28hb_glyph_info_t\20const&\29 +1268:impeller::Matrix::IsInvertible\28\29\20const +1269:icu_74::UVector::adoptElement\28void*\2c\20UErrorCode&\29 +1270:icu_74::UVector32::popi\28\29 +1271:icu_74::ReorderingBuffer::~ReorderingBuffer\28\29 +1272:icu_74::LocalUResourceBundlePointer::adoptInstead\28UResourceBundle*\29 +1273:icu_74::LSR::~LSR\28\29 +1274:icu_74::Edits::addReplace\28int\2c\20int\29 +1275:icu_74::BytesTrie::next\28int\29 +1276:hb_paint_funcs_t::push_translate\28void*\2c\20float\2c\20float\29 +1277:hb_lazy_loader_t\2c\20hb_face_t\2c\2022u\2c\20hb_blob_t>::get\28\29\20const +1278:hb_iter_t\2c\20hb_filter_iter_t\2c\20hb_array_t>\2c\20find_syllables_use\28hb_buffer_t*\29::'lambda'\28hb_glyph_info_t\20const&\29\2c\20$_7\20const&\2c\20\28void*\290>\2c\20find_syllables_use\28hb_buffer_t*\29::'lambda'\28hb_pair_t\29\2c\20$_6\20const&\2c\20\28void*\290>>>\2c\20hb_pair_t>>::operator--\28int\29 +1279:hb_aat_map_t::range_flags_t*\20hb_vector_t::push\28hb_aat_map_t::range_flags_t&&\29 +1280:get_gsubgpos_table\28hb_face_t*\2c\20unsigned\20int\29 +1281:flutter::DlRuntimeEffectColorSource::type\28\29\20const +1282:flutter::DisplayListMatrixClipState::adjustCullRect\28impeller::TRect\20const&\2c\20flutter::DlClipOp\2c\20bool\29 +1283:flutter::DisplayListBuilder::ClipRect\28impeller::TRect\20const&\2c\20flutter::DlClipOp\2c\20bool\29 +1284:emscripten_longjmp +1285:cff2_path_procs_extents_t::line\28CFF::cff2_cs_interp_env_t&\2c\20cff2_extents_param_t&\2c\20CFF::point_t\20const&\29 +1286:cff2_path_param_t::line_to\28CFF::point_t\20const&\29 +1287:cff1_path_procs_extents_t::line\28CFF::cff1_cs_interp_env_t&\2c\20cff1_extents_param_t&\2c\20CFF::point_t\20const&\29 +1288:cff1_path_param_t::line_to\28CFF::point_t\20const&\29 +1289:cf2_stack_pushInt +1290:cf2_buf_readByte +1291:bool\20hb_bsearch_impl\28unsigned\20int*\2c\20unsigned\20int\20const&\2c\20void\20const*\2c\20unsigned\20long\2c\20unsigned\20long\2c\20int\20\28*\29\28void\20const*\2c\20void\20const*\29\29 +1292:_hb_draw_funcs_set_preamble\28hb_draw_funcs_t*\2c\20bool\2c\20void**\2c\20void\20\28**\29\28void*\29\29 +1293:\28anonymous\20namespace\29::init_resb_result\28UResourceDataEntry*\2c\20unsigned\20int\2c\20char\20const*\2c\20int\2c\20UResourceBundle\20const*\2c\20UResourceBundle*\2c\20UErrorCode*\29 +1294:\28anonymous\20namespace\29::colrv1_traverse_paint_bounds\28SkMatrix*\2c\20SkRect*\2c\20FT_FaceRec_*\2c\20FT_Opaque_Paint_\2c\20skia_private::THashSet*\29 +1295:WebPRescalerInit +1296:VP8LIsEndOfStream +1297:VP8GetSignedValue +1298:SkWriter32::write\28void\20const*\2c\20unsigned\20long\29 +1299:SkWStream::writeDecAsText\28int\29 +1300:SkTDStorage::append\28void\20const*\2c\20int\29 +1301:SkSurface_Base::refCachedImage\28\29 +1302:SkStrikeSpec::SkStrikeSpec\28SkFont\20const&\2c\20SkPaint\20const&\2c\20SkSurfaceProps\20const&\2c\20SkScalerContextFlags\2c\20SkMatrix\20const&\29 +1303:SkSL::compile_and_shrink\28SkSL::Compiler*\2c\20SkSL::ProgramKind\2c\20SkSL::ModuleType\2c\20std::__2::basic_string\2c\20std::__2::allocator>\2c\20SkSL::Module\20const*\29 +1304:SkSL::RP::Builder::lastInstructionOnAnyStack\28int\29 +1305:SkSL::ProgramUsage::get\28SkSL::Variable\20const&\29\20const +1306:SkSL::Parser::expectIdentifier\28SkSL::Token*\29 +1307:SkSL::Parser::AutoDepth::increase\28\29 +1308:SkSL::Inliner::inlineStatement\28SkSL::Position\2c\20skia_private::THashMap>\2c\20SkGoodHash>*\2c\20SkSL::SymbolTable*\2c\20std::__2::unique_ptr>*\2c\20SkSL::Analysis::ReturnComplexity\2c\20SkSL::Statement\20const&\2c\20SkSL::ProgramUsage\20const&\2c\20bool\29::$_3::operator\28\29\28std::__2::unique_ptr>\20const&\29\20const +1309:SkSL::Inliner::inlineStatement\28SkSL::Position\2c\20skia_private::THashMap>\2c\20SkGoodHash>*\2c\20SkSL::SymbolTable*\2c\20std::__2::unique_ptr>*\2c\20SkSL::Analysis::ReturnComplexity\2c\20SkSL::Statement\20const&\2c\20SkSL::ProgramUsage\20const&\2c\20bool\29::$_2::operator\28\29\28std::__2::unique_ptr>\20const&\29\20const +1310:SkSL::GLSLCodeGenerator::writeStatement\28SkSL::Statement\20const&\29 +1311:SkSL::GLSLCodeGenerator::finishLine\28\29 +1312:SkSL::ConstructorSplat::Make\28SkSL::Context\20const&\2c\20SkSL::Position\2c\20SkSL::Type\20const&\2c\20std::__2::unique_ptr>\29 +1313:SkSL::ConstructorScalarCast::Make\28SkSL::Context\20const&\2c\20SkSL::Position\2c\20SkSL::Type\20const&\2c\20std::__2::unique_ptr>\29 +1314:SkRuntimeEffect::Uniform::sizeInBytes\28\29\20const +1315:SkRegion::setRegion\28SkRegion\20const&\29 +1316:SkRegion::SkRegion\28SkIRect\20const&\29 +1317:SkRect::Bounds\28SkSpan\29 +1318:SkRasterPipeline_<256ul>::~SkRasterPipeline_\28\29 +1319:SkRasterPipeline_<256ul>::SkRasterPipeline_\28\29 +1320:SkRasterPipeline::appendTransferFunction\28skcms_TransferFunction\20const&\29 +1321:SkRRect::checkCornerContainment\28float\2c\20float\29\20const +1322:SkPointPriv::DistanceToLineSegmentBetweenSqd\28SkPoint\20const&\2c\20SkPoint\20const&\2c\20SkPoint\20const&\29 +1323:SkPoint::setLength\28float\29 +1324:SkPathRef::isFinite\28\29\20const +1325:SkPathPriv::Raw\28SkPath\20const&\29 +1326:SkPathPriv::AllPointsEq\28SkSpan\29 +1327:SkPath::lineTo\28float\2c\20float\29 +1328:SkPath::isRect\28SkRect*\2c\20bool*\2c\20SkPathDirection*\29\20const +1329:SkPath::getLastPt\28\29\20const +1330:SkOpCoincidence::release\28SkCoincidentSpans*\2c\20SkCoincidentSpans*\29 +1331:SkJSONWriter::appendCString\28char\20const*\2c\20char\20const*\29 +1332:SkIntersections::hasT\28double\29\20const +1333:SkImages::RasterFromBitmap\28SkBitmap\20const&\29 +1334:SkImageInfo::makeAlphaType\28SkAlphaType\29\20const +1335:SkImageInfo::computeByteSize\28unsigned\20long\29\20const +1336:SkImageInfo::SkImageInfo\28SkImageInfo\20const&\29 +1337:SkImageFilter_Base::SkImageFilter_Base\28sk_sp\20const*\2c\20int\2c\20std::__2::optional\29 +1338:SkDLine::ptAtT\28double\29\20const +1339:SkColorSpace::MakeRGB\28skcms_TransferFunction\20const&\2c\20skcms_Matrix3x3\20const&\29 +1340:SkColorSpace::Equals\28SkColorSpace\20const*\2c\20SkColorSpace\20const*\29 +1341:SkCodecPriv::GetEndianInt\28unsigned\20char\20const*\2c\20bool\29 +1342:SkCanvas::saveLayer\28SkRect\20const*\2c\20SkPaint\20const*\29 +1343:SkCanvas::restoreToCount\28int\29 +1344:SkCachedData::unref\28\29\20const +1345:SkAutoSMalloc<1024ul>::~SkAutoSMalloc\28\29 +1346:SkArenaAlloc::SkArenaAlloc\28unsigned\20long\29 +1347:SkAAClipBlitterWrapper::SkAAClipBlitterWrapper\28SkRasterClip\20const&\2c\20SkBlitter*\29 +1348:OT::MVAR::get_var\28unsigned\20int\2c\20int\20const*\2c\20unsigned\20int\29\20const +1349:OT::CmapSubtable::get_glyph\28unsigned\20int\2c\20unsigned\20int*\29\20const +1350:MaskAdditiveBlitter::getRow\28int\29 +1351:GrTextureEffect::Make\28GrSurfaceProxyView\2c\20SkAlphaType\2c\20SkMatrix\20const&\2c\20GrSamplerState\2c\20GrCaps\20const&\2c\20float\20const*\29 +1352:GrTextureEffect::MakeSubset\28GrSurfaceProxyView\2c\20SkAlphaType\2c\20SkMatrix\20const&\2c\20GrSamplerState\2c\20SkRect\20const&\2c\20SkRect\20const&\2c\20GrCaps\20const&\2c\20float\20const*\29 +1353:GrTessellationShader::MakeProgram\28GrTessellationShader::ProgramArgs\20const&\2c\20GrTessellationShader\20const*\2c\20GrPipeline\20const*\2c\20GrUserStencilSettings\20const*\29 +1354:GrScissorState::enabled\28\29\20const +1355:GrRecordingContextPriv::recordTimeAllocator\28\29 +1356:GrQuad::bounds\28\29\20const +1357:GrProxyProvider::createProxy\28GrBackendFormat\20const&\2c\20SkISize\2c\20skgpu::Renderable\2c\20int\2c\20skgpu::Mipmapped\2c\20SkBackingFit\2c\20skgpu::Budgeted\2c\20skgpu::Protected\2c\20std::__2::basic_string_view>\2c\20GrInternalSurfaceFlags\2c\20GrSurfaceProxy::UseAllocator\29 +1358:GrPixmapBase::operator=\28GrPixmapBase&&\29 +1359:GrOpFlushState::detachAppliedClip\28\29 +1360:GrGLGpu::disableWindowRectangles\28\29 +1361:GrGLGpu::bindFramebuffer\28unsigned\20int\2c\20unsigned\20int\29 +1362:GrGLFormatFromGLEnum\28unsigned\20int\29 +1363:GrFragmentProcessor::~GrFragmentProcessor\28\29 +1364:GrClip::GetPixelIBounds\28SkRect\20const&\2c\20GrAA\2c\20GrClip::BoundsType\29 +1365:GrBackendTexture::getBackendFormat\28\29\20const +1366:CFF::interp_env_t::fetch_op\28\29 +1367:BlockIndexIterator::First\28SkBlockAllocator::Block\20const*\29\2c\20&SkTBlockList::Last\28SkBlockAllocator::Block\20const*\29\2c\20&SkTBlockList::Increment\28SkBlockAllocator::Block\20const*\2c\20int\29\2c\20&SkTBlockList::GetItem\28SkBlockAllocator::Block*\2c\20int\29>::Item::setIndices\28\29 +1368:AlmostEqualUlps\28double\2c\20double\29 +1369:void\20sktext::gpu::fill3D\28SkZip\2c\20unsigned\20int\2c\20SkMatrix\20const&\29::'lambda'\28float\2c\20float\29::operator\28\29\28float\2c\20float\29\20const +1370:ures_openDirect_74 +1371:ures_getString_74 +1372:ulocimp_getScript_74\28char\20const*\2c\20char\20const**\2c\20UErrorCode&\29 +1373:tt_face_lookup_table +1374:std::__2::unique_ptr>::~unique_ptr\5babi:ne180100\5d\28\29 +1375:std::__2::unique_ptr>::~unique_ptr\5babi:ne180100\5d\28\29 +1376:std::__2::moneypunct::negative_sign\5babi:nn180100\5d\28\29\20const +1377:std::__2::moneypunct::neg_format\5babi:nn180100\5d\28\29\20const +1378:std::__2::moneypunct::frac_digits\5babi:nn180100\5d\28\29\20const +1379:std::__2::moneypunct::do_pos_format\28\29\20const +1380:std::__2::iterator_traits::difference_type\20std::__2::__distance\5babi:nn180100\5d\28unsigned\20int\20const*\2c\20unsigned\20int\20const*\2c\20std::__2::random_access_iterator_tag\29 +1381:std::__2::function::operator\28\29\28GrSurfaceProxy*\2c\20skgpu::Mipmapped\29\20const +1382:std::__2::enable_if\2c\20impeller::TRect>::type\20impeller::TRect::RoundOut\28impeller::TRect\20const&\29 +1383:std::__2::ctype::widen\5babi:nn180100\5d\28char\20const*\2c\20char\20const*\2c\20char*\29\20const +1384:std::__2::char_traits::copy\5babi:nn180100\5d\28wchar_t*\2c\20wchar_t\20const*\2c\20unsigned\20long\29 +1385:std::__2::basic_string\2c\20std::__2::allocator>::end\5babi:nn180100\5d\28\29 +1386:std::__2::basic_string\2c\20std::__2::allocator>::end\5babi:nn180100\5d\28\29 +1387:std::__2::basic_string\2c\20std::__2::allocator>::__set_size\5babi:nn180100\5d\28unsigned\20long\29 +1388:std::__2::__split_buffer&>::~__split_buffer\28\29 +1389:std::__2::__split_buffer&>::__split_buffer\28unsigned\20long\2c\20unsigned\20long\2c\20std::__2::allocator&\29 +1390:std::__2::__optional_destruct_base::~__optional_destruct_base\5babi:ne180100\5d\28\29 +1391:std::__2::__itoa::__append2\5babi:nn180100\5d\28char*\2c\20unsigned\20int\29 +1392:skvx::Vec<4\2c\20unsigned\20int>\20\28anonymous\20namespace\29::shift_right>\28skvx::Vec<4\2c\20unsigned\20int>\20const&\2c\20int\29 +1393:sktext::gpu::BagOfBytes::~BagOfBytes\28\29 +1394:skif::\28anonymous\20namespace\29::is_nearly_integer_translation\28skif::LayerSpace\20const&\2c\20skif::LayerSpace*\29 +1395:skif::FilterResult::FilterResult\28sk_sp\2c\20skif::LayerSpace\20const&\29 +1396:skia_private::TArray\2c\20true>::destroyAll\28\29 +1397:skia_private::TArray::push_back\28float\20const&\29 +1398:skia_png_gamma_correct +1399:skia_png_gamma_8bit_correct +1400:skia::textlayout::TextStyle::operator=\28skia::textlayout::TextStyle\20const&\29 +1401:skia::textlayout::Run::positionX\28unsigned\20long\29\20const +1402:skia::textlayout::ParagraphImpl::codeUnitHasProperty\28unsigned\20long\2c\20SkUnicode::CodeUnitFlags\29\20const +1403:skgpu::ganesh::SurfaceDrawContext::Make\28GrRecordingContext*\2c\20GrColorType\2c\20sk_sp\2c\20SkBackingFit\2c\20SkISize\2c\20SkSurfaceProps\20const&\2c\20std::__2::basic_string_view>\2c\20int\2c\20skgpu::Mipmapped\2c\20skgpu::Protected\2c\20GrSurfaceOrigin\2c\20skgpu::Budgeted\29 +1404:skgpu::UniqueKey::UniqueKey\28skgpu::UniqueKey\20const&\29 +1405:sk_sp::~sk_sp\28\29 +1406:sk_sp::operator=\28sk_sp&&\29 +1407:sk_sp::reset\28GrSurfaceProxy*\29 +1408:sk_sp::operator=\28sk_sp&&\29 +1409:sk_realloc_throw\28void*\2c\20unsigned\20long\29 +1410:scalar_to_alpha\28float\29 +1411:png_read_buffer +1412:path_lineTo +1413:operator!=\28SkIRect\20const&\2c\20SkIRect\20const&\29 +1414:locale_getKeywordsStart_74 +1415:interp_cubic_coords\28double\20const*\2c\20double\29 +1416:int\20_hb_cmp_method>\28void\20const*\2c\20void\20const*\29 +1417:impeller::TRect::TransformAndClipBounds\28impeller::Matrix\20const&\29\20const +1418:impeller::RoundRect::IsRect\28\29\20const +1419:impeller::RoundRect::IsOval\28\29\20const +1420:icu_74::UnicodeString::moveIndex32\28int\2c\20int\29\20const +1421:icu_74::UnicodeString::doAppend\28char16_t\20const*\2c\20int\2c\20int\29 +1422:icu_74::UVector::removeElementAt\28int\29 +1423:icu_74::UVector::removeAllElements\28\29 +1424:icu_74::UVector32::ensureCapacity\28int\2c\20UErrorCode&\29 +1425:icu_74::UVector32::UVector32\28UErrorCode&\29 +1426:icu_74::UCharsTrieElement::charAt\28int\2c\20icu_74::UnicodeString\20const&\29\20const +1427:icu_74::SimpleFilteredSentenceBreakIterator::operator==\28icu_74::BreakIterator\20const&\29\20const +1428:icu_74::RuleCharacterIterator::next\28int\2c\20signed\20char&\2c\20UErrorCode&\29 +1429:icu_74::CharString::appendInvariantChars\28icu_74::UnicodeString\20const&\2c\20UErrorCode&\29 +1430:icu_74::CharString::CharString\28icu_74::StringPiece\2c\20UErrorCode&\29 +1431:hb_paint_funcs_t::push_transform\28void*\2c\20float\2c\20float\2c\20float\2c\20float\2c\20float\2c\20float\29 +1432:hb_lazy_loader_t\2c\20hb_face_t\2c\2025u\2c\20OT::GSUB_accelerator_t>::get_stored\28\29\20const +1433:hb_font_t::scale_glyph_extents\28hb_glyph_extents_t*\29 +1434:hb_font_t::parent_scale_y_distance\28int\29 +1435:hb_font_t::parent_scale_x_distance\28int\29 +1436:hb_face_t::get_upem\28\29\20const +1437:flutter::DlGradientColorSourceBase::store_color_stops\28void*\2c\20flutter::DlColor\20const*\2c\20float\20const*\29 +1438:double_to_clamped_scalar\28double\29 +1439:conic_eval_numerator\28double\20const*\2c\20float\2c\20double\29 +1440:cff_index_init +1441:bool\20std::__2::operator!=\5babi:nn180100\5d\28std::__2::__wrap_iter\20const&\2c\20std::__2::__wrap_iter\20const&\29 +1442:bool\20hb_sanitize_context_t::check_array>\28OT::IntType\20const*\2c\20unsigned\20int\29\20const +1443:bool\20OT::OffsetTo\2c\20void\2c\20true>::sanitize<>\28hb_sanitize_context_t*\2c\20void\20const*\29\20const +1444:_emscripten_yield +1445:__memset +1446:__isspace +1447:\28anonymous\20namespace\29::ColorTypeFilter_RGBA_F16::Compact\28skvx::Vec<4\2c\20float>\20const&\29 +1448:\28anonymous\20namespace\29::ColorTypeFilter_F16F16::Compact\28skvx::Vec<4\2c\20float>\20const&\29 +1449:\28anonymous\20namespace\29::ColorTypeFilter_Alpha_F16::Compact\28skvx::Vec<4\2c\20float>\20const&\29 +1450:\28anonymous\20namespace\29::ColorTypeFilter_8888::Compact\28skvx::Vec<4\2c\20unsigned\20short>\20const&\29 +1451:\28anonymous\20namespace\29::ColorTypeFilter_16161616::Compact\28skvx::Vec<4\2c\20unsigned\20int>\20const&\29 +1452:\28anonymous\20namespace\29::ColorTypeFilter_1010102::Compact\28unsigned\20long\20long\29 +1453:WebPRescalerExportRow +1454:TT_MulFix14 +1455:SkWriter32::writeBool\28bool\29 +1456:SkTDStorage::append\28int\29 +1457:SkTDPQueue::setIndex\28int\29 +1458:SkTDArray::push_back\28void*\20const&\29 +1459:SkTCopyOnFirstWrite::writable\28\29 +1460:SkSpotShadowTessellator::addToClip\28SkPoint\20const&\29 +1461:SkShaderUtils::GLSLPrettyPrint::newline\28\29 +1462:SkShaderUtils::GLSLPrettyPrint::hasToken\28char\20const*\29 +1463:SkSL::Type::MakeTextureType\28char\20const*\2c\20SpvDim_\2c\20bool\2c\20bool\2c\20bool\2c\20SkSL::Type::TextureAccess\29 +1464:SkSL::Type::MakeSpecialType\28char\20const*\2c\20char\20const*\2c\20SkSL::Type::TypeKind\29 +1465:SkSL::Swizzle::Make\28SkSL::Context\20const&\2c\20SkSL::Position\2c\20std::__2::unique_ptr>\2c\20skia_private::FixedArray<4\2c\20signed\20char>\29 +1466:SkSL::RP::Builder::push_slots_or_immutable\28SkSL::RP::SlotRange\2c\20SkSL::RP::BuilderOp\29 +1467:SkSL::RP::Builder::push_duplicates\28int\29 +1468:SkSL::RP::Builder::push_constant_f\28float\29 +1469:SkSL::RP::Builder::push_clone\28int\2c\20int\29 +1470:SkSL::Parser::statementOrNop\28SkSL::Position\2c\20std::__2::unique_ptr>\29 +1471:SkSL::Literal::Make\28SkSL::Position\2c\20double\2c\20SkSL::Type\20const*\29 +1472:SkSL::Intrinsics::\28anonymous\20namespace\29::evaluate_mul\28SkSL::Context\20const&\2c\20std::__2::array\20const&\29 +1473:SkSL::InlineCandidateAnalyzer::visitStatement\28std::__2::unique_ptr>*\2c\20bool\29 +1474:SkSL::GLSLCodeGenerator::writeModifiers\28SkSL::Layout\20const&\2c\20SkSL::ModifierFlags\2c\20bool\29 +1475:SkSL::Expression::isIntLiteral\28\29\20const +1476:SkSL::ConstructorCompound::Make\28SkSL::Context\20const&\2c\20SkSL::Position\2c\20SkSL::Type\20const&\2c\20SkSL::ExpressionArray\29 +1477:SkSL::ConstantFolder::IsConstantSplat\28SkSL::Expression\20const&\2c\20double\29 +1478:SkSL::Analysis::IsSameExpressionTree\28SkSL::Expression\20const&\2c\20SkSL::Expression\20const&\29 +1479:SkSL::AliasType::resolve\28\29\20const +1480:SkResourceCache::Find\28SkResourceCache::Key\20const&\2c\20bool\20\28*\29\28SkResourceCache::Rec\20const&\2c\20void*\29\2c\20void*\29 +1481:SkResourceCache::Add\28SkResourceCache::Rec*\2c\20void*\29 +1482:SkRectPriv::HalfWidth\28SkRect\20const&\29 +1483:SkRect::round\28SkIRect*\29\20const +1484:SkRasterPipeline::appendConstantColor\28SkArenaAlloc*\2c\20float\20const*\29 +1485:SkRasterClip::quickContains\28SkIRect\20const&\29\20const +1486:SkRRect::setRect\28SkRect\20const&\29 +1487:SkPixmap::computeByteSize\28\29\20const +1488:SkPathWriter::isClosed\28\29\20const +1489:SkPathStroker::addDegenerateLine\28SkQuadConstruct\20const*\29 +1490:SkPathRef::growForVerb\28SkPathVerb\2c\20float\29 +1491:SkPathBuilder::moveTo\28float\2c\20float\29 +1492:SkPathBuilder::ensureMove\28\29 +1493:SkPath::getGenerationID\28\29\20const +1494:SkOpSegment::existing\28double\2c\20SkOpSegment\20const*\29\20const +1495:SkOpSegment::addT\28double\29 +1496:SkOpSegment::addCurveTo\28SkOpSpanBase\20const*\2c\20SkOpSpanBase\20const*\2c\20SkPathWriter*\29\20const +1497:SkOpPtT::find\28SkOpSegment\20const*\29\20const +1498:SkOpContourBuilder::flush\28\29 +1499:SkNVRefCnt::unref\28\29\20const +1500:SkNVRefCnt::unref\28\29\20const +1501:SkMipmap::getLevel\28int\2c\20SkMipmap::Level*\29\20const +1502:SkMakeImageFromRasterBitmap\28SkBitmap\20const&\2c\20SkCopyPixelsMode\29 +1503:SkImageInfoIsValid\28SkImageInfo\20const&\29 +1504:SkImageFilter_Base::flatten\28SkWriteBuffer&\29\20const +1505:SkGoodHash::operator\28\29\28SkString\20const&\29\20const +1506:SkGlyph::imageSize\28\29\20const +1507:SkDrawTiler::~SkDrawTiler\28\29 +1508:SkDrawTiler::next\28\29 +1509:SkDrawTiler::SkDrawTiler\28SkBitmapDevice*\2c\20SkRect\20const*\29 +1510:SkData::MakeEmpty\28\29 +1511:SkConvertPixels\28SkImageInfo\20const&\2c\20void*\2c\20unsigned\20long\2c\20SkImageInfo\20const&\2c\20void\20const*\2c\20unsigned\20long\29 +1512:SkColorSpaceXformSteps::apply\28SkRasterPipeline*\29\20const +1513:SkColorFilterBase::affectsTransparentBlack\28\29\20const +1514:SkCodec::fillIncompleteImage\28SkImageInfo\20const&\2c\20void*\2c\20unsigned\20long\2c\20SkCodec::ZeroInitialized\2c\20int\2c\20int\29 +1515:SkCanvas::restore\28\29 +1516:SkCanvas::predrawNotify\28bool\29 +1517:SkCanvas::getTotalMatrix\28\29\20const +1518:SkCanvas::aboutToDraw\28SkPaint\20const&\2c\20SkRect\20const*\2c\20SkEnumBitMask\29 +1519:SkBlurMaskFilterImpl::computeXformedSigma\28SkMatrix\20const&\29\20const +1520:SkBlockAllocator::SkBlockAllocator\28SkBlockAllocator::GrowthPolicy\2c\20unsigned\20long\2c\20unsigned\20long\29 +1521:SkBlockAllocator::BlockIter::begin\28\29\20const +1522:SkBitmap::reset\28\29 +1523:SkBitmap::installPixels\28SkImageInfo\20const&\2c\20void*\2c\20unsigned\20long\2c\20void\20\28*\29\28void*\2c\20void*\29\2c\20void*\29 +1524:OT::VarSizedBinSearchArrayOf>::operator\5b\5d\28int\29\20const +1525:OT::Layout::GSUB_impl::SubstLookupSubTable\20const&\20OT::Lookup::get_subtable\28unsigned\20int\29\20const +1526:OT::Layout::GSUB_impl::SubstLookupSubTable*\20hb_serialize_context_t::push\28\29 +1527:OT::ArrayOf\2c\20true>\2c\20OT::IntType>*\20hb_serialize_context_t::extend_size\2c\20true>\2c\20OT::IntType>>\28OT::ArrayOf\2c\20true>\2c\20OT::IntType>*\2c\20unsigned\20long\2c\20bool\29 +1528:GrTriangulator::makeConnectingEdge\28GrTriangulator::Vertex*\2c\20GrTriangulator::Vertex*\2c\20GrTriangulator::EdgeType\2c\20GrTriangulator::Comparator\20const&\2c\20int\29 +1529:GrTriangulator::appendPointToContour\28SkPoint\20const&\2c\20GrTriangulator::VertexList*\29\20const +1530:GrSurface::ComputeSize\28GrBackendFormat\20const&\2c\20SkISize\2c\20int\2c\20skgpu::Mipmapped\2c\20bool\29 +1531:GrStyledShape::writeUnstyledKey\28unsigned\20int*\29\20const +1532:GrStyledShape::unstyledKeySize\28\29\20const +1533:GrStyle::operator=\28GrStyle\20const&\29 +1534:GrStyle::GrStyle\28SkStrokeRec\20const&\2c\20sk_sp\29 +1535:GrStyle::GrStyle\28SkPaint\20const&\29 +1536:GrSimpleMesh::setIndexed\28sk_sp\2c\20int\2c\20int\2c\20unsigned\20short\2c\20unsigned\20short\2c\20GrPrimitiveRestart\2c\20sk_sp\2c\20int\29 +1537:GrRecordingContextPriv::makeSFCWithFallback\28GrImageInfo\2c\20SkBackingFit\2c\20int\2c\20skgpu::Mipmapped\2c\20skgpu::Protected\2c\20GrSurfaceOrigin\2c\20skgpu::Budgeted\29 +1538:GrRecordingContextPriv::makeSC\28GrSurfaceProxyView\2c\20GrColorInfo\20const&\29 +1539:GrQuad::MakeFromSkQuad\28SkPoint\20const*\2c\20SkMatrix\20const&\29 +1540:GrProcessorSet::visitProxies\28std::__2::function\20const&\29\20const +1541:GrProcessorSet::finalize\28GrProcessorAnalysisColor\20const&\2c\20GrProcessorAnalysisCoverage\2c\20GrAppliedClip\20const*\2c\20GrUserStencilSettings\20const*\2c\20GrCaps\20const&\2c\20GrClampType\2c\20SkRGBA4f<\28SkAlphaType\292>*\29 +1542:GrGpuResource::gpuMemorySize\28\29\20const +1543:GrGpuBuffer::updateData\28void\20const*\2c\20unsigned\20long\2c\20unsigned\20long\2c\20bool\29 +1544:GrGetColorTypeDesc\28GrColorType\29 +1545:GrGeometryProcessor::ProgramImpl::WriteOutputPosition\28GrGLSLVertexBuilder*\2c\20GrGeometryProcessor::ProgramImpl::GrGPArgs*\2c\20char\20const*\29 +1546:GrGLSLShaderBuilder::~GrGLSLShaderBuilder\28\29 +1547:GrGLSLShaderBuilder::declAppend\28GrShaderVar\20const&\29 +1548:GrGLGpu::flushScissorTest\28GrScissorTest\29 +1549:GrGLGpu::didDrawTo\28GrRenderTarget*\29 +1550:GrGLFunction::GrGLFunction\28void\20\28*\29\28unsigned\20int\2c\20int*\29\29::'lambda'\28void\20const*\2c\20unsigned\20int\2c\20int*\29::__invoke\28void\20const*\2c\20unsigned\20int\2c\20int*\29 +1551:GrGLCaps::maxRenderTargetSampleCount\28GrGLFormat\29\20const +1552:GrFragmentProcessors::Make\28SkShader\20const*\2c\20GrFPArgs\20const&\2c\20SkShaders::MatrixRec\20const&\29 +1553:GrDefaultGeoProcFactory::Make\28SkArenaAlloc*\2c\20GrDefaultGeoProcFactory::Color\20const&\2c\20GrDefaultGeoProcFactory::Coverage\20const&\2c\20GrDefaultGeoProcFactory::LocalCoords\20const&\2c\20SkMatrix\20const&\29 +1554:GrCaps::validateSurfaceParams\28SkISize\20const&\2c\20GrBackendFormat\20const&\2c\20skgpu::Renderable\2c\20int\2c\20skgpu::Mipmapped\2c\20GrTextureType\29\20const +1555:GrBlurUtils::GaussianBlur\28GrRecordingContext*\2c\20GrSurfaceProxyView\2c\20GrColorType\2c\20SkAlphaType\2c\20sk_sp\2c\20SkIRect\2c\20SkIRect\2c\20float\2c\20float\2c\20SkTileMode\2c\20SkBackingFit\29::$_0::operator\28\29\28SkIRect\2c\20SkIRect\29\20const +1556:GrBackendTexture::~GrBackendTexture\28\29 +1557:GrAppliedClip::GrAppliedClip\28GrAppliedClip&&\29 +1558:GrAAConvexTessellator::Ring::origEdgeID\28int\29\20const +1559:FT_GlyphLoader_CheckPoints +1560:FT_Get_Sfnt_Table +1561:BlockIndexIterator::Last\28SkBlockAllocator::Block\20const*\29\2c\20&SkTBlockList::First\28SkBlockAllocator::Block\20const*\29\2c\20&SkTBlockList::Decrement\28SkBlockAllocator::Block\20const*\2c\20int\29\2c\20&SkTBlockList::GetItem\28SkBlockAllocator::Block*\2c\20int\29>::end\28\29\20const +1562:BlockIndexIterator::First\28SkBlockAllocator::Block\20const*\29\2c\20&SkTBlockList::Last\28SkBlockAllocator::Block\20const*\29\2c\20&SkTBlockList::Increment\28SkBlockAllocator::Block\20const*\2c\20int\29\2c\20&SkTBlockList::GetItem\28SkBlockAllocator::Block\20const*\2c\20int\29>::Item::operator++\28\29 +1563:AAT::StateTable::EntryData>::get_entry\28int\2c\20unsigned\20int\29\20const +1564:AAT::StateTable::EntryData>::get_entry\28int\2c\20unsigned\20int\29\20const +1565:AAT::Lookup>::get_class\28unsigned\20int\2c\20unsigned\20int\2c\20unsigned\20int\29\20const +1566:AAT::InsertionSubtable::is_actionable\28AAT::Entry::EntryData>\20const&\29\20const +1567:wuffs_base__pixel_format__bits_per_pixel\28wuffs_base__pixel_format__struct\20const*\29 +1568:void\20std::__2::reverse\5babi:nn180100\5d\28char*\2c\20char*\29 +1569:void\20std::__2::__hash_table\2c\20std::__2::equal_to\2c\20std::__2::allocator>::__rehash\28unsigned\20long\29 +1570:void\20SkSafeUnref\28GrThreadSafeCache::VertexData*\29 +1571:utf8_nextCharSafeBody_74 +1572:ures_getNextResource_74 +1573:uprv_realloc_74 +1574:ultag_isUnicodeLocaleKey_74 +1575:ultag_isUnicodeLocaleAttribute_74 +1576:uhash_open_74 +1577:u_getUnicodeProperties_74 +1578:u_UCharsToChars_74 +1579:std::__2::vector>\2c\20std::__2::allocator>>>::push_back\5babi:ne180100\5d\28std::__2::unique_ptr>&&\29 +1580:std::__2::vector\2c\20std::__2::allocator>>::__destroy_vector::operator\28\29\5babi:ne180100\5d\28\29 +1581:std::__2::vector\2c\20std::__2::allocator>>::push_back\5babi:ne180100\5d\28impeller::TRect\20const&\29 +1582:std::__2::unique_ptr\2c\20std::__2::allocator>\2c\20std::__2::default_delete\2c\20std::__2::allocator>>>::~unique_ptr\5babi:ne180100\5d\28\29 +1583:std::__2::unique_ptr\20\28*\29\28SkReadBuffer&\29\2c\20SkGoodHash>::Pair\2c\20unsigned\20int\2c\20skia_private::THashMap\20\28*\29\28SkReadBuffer&\29\2c\20SkGoodHash>::Pair>::Slot\20\5b\5d\2c\20std::__2::default_delete\20\28*\29\28SkReadBuffer&\29\2c\20SkGoodHash>::Pair\2c\20unsigned\20int\2c\20skia_private::THashMap\20\28*\29\28SkReadBuffer&\29\2c\20SkGoodHash>::Pair>::Slot\20\5b\5d>>::~unique_ptr\5babi:ne180100\5d\28\29 +1584:std::__2::unique_ptr>::~unique_ptr\5babi:ne180100\5d\28\29 +1585:std::__2::unique_ptr>::~unique_ptr\5babi:ne180100\5d\28\29 +1586:std::__2::unique_ptr>::reset\5babi:ne180100\5d\28SkSL::SymbolTable*\29 +1587:std::__2::unique_ptr>::~unique_ptr\5babi:ne180100\5d\28\29 +1588:std::__2::unique_ptr>::~unique_ptr\5babi:ne180100\5d\28\29 +1589:std::__2::unique_lock::owns_lock\5babi:nn180100\5d\28\29\20const +1590:std::__2::ostreambuf_iterator>\20std::__2::__pad_and_output\5babi:nn180100\5d>\28std::__2::ostreambuf_iterator>\2c\20wchar_t\20const*\2c\20wchar_t\20const*\2c\20wchar_t\20const*\2c\20std::__2::ios_base&\2c\20wchar_t\29 +1591:std::__2::ostreambuf_iterator>\20std::__2::__pad_and_output\5babi:nn180100\5d>\28std::__2::ostreambuf_iterator>\2c\20char\20const*\2c\20char\20const*\2c\20char\20const*\2c\20std::__2::ios_base&\2c\20char\29 +1592:std::__2::hash::operator\28\29\5babi:ne180100\5d\28GrFragmentProcessor\20const*\29\20const +1593:std::__2::char_traits::to_int_type\5babi:nn180100\5d\28char\29 +1594:std::__2::basic_stringstream\2c\20std::__2::allocator>::~basic_stringstream\28\29 +1595:std::__2::basic_string\2c\20std::__2::allocator>::append\28char\20const*\2c\20unsigned\20long\29 +1596:std::__2::basic_string\2c\20std::__2::allocator>::__recommend\5babi:nn180100\5d\28unsigned\20long\29 +1597:std::__2::basic_string\2c\20std::__2::allocator>::__get_long_cap\5babi:nn180100\5d\28\29\20const +1598:std::__2::allocator>::allocate\5babi:ne180100\5d\28unsigned\20long\29 +1599:std::__2::__split_buffer\2c\20std::__2::allocator>&>::~__split_buffer\28\29 +1600:std::__2::__split_buffer\2c\20std::__2::allocator>&>::__split_buffer\28unsigned\20long\2c\20unsigned\20long\2c\20std::__2::allocator>&\29 +1601:skvx::Vec<4\2c\20unsigned\20short>\20\28anonymous\20namespace\29::add_121>\28skvx::Vec<4\2c\20unsigned\20short>\20const&\2c\20skvx::Vec<4\2c\20unsigned\20short>\20const&\2c\20skvx::Vec<4\2c\20unsigned\20short>\20const&\29 +1602:skvx::Vec<4\2c\20unsigned\20int>\20\28anonymous\20namespace\29::add_121>\28skvx::Vec<4\2c\20unsigned\20int>\20const&\2c\20skvx::Vec<4\2c\20unsigned\20int>\20const&\2c\20skvx::Vec<4\2c\20unsigned\20int>\20const&\29 +1603:skvx::Vec<4\2c\20float>\20unchecked_mix<4\2c\20float>\28skvx::Vec<4\2c\20float>\20const&\2c\20skvx::Vec<4\2c\20float>\20const&\2c\20skvx::Vec<4\2c\20float>\20const&\29 +1604:skvx::Vec<4\2c\20float>\20skvx::operator/<4\2c\20float\2c\20float\2c\20void>\28float\2c\20skvx::Vec<4\2c\20float>\20const&\29 +1605:skvx::Vec<4\2c\20float>\20skvx::min<4\2c\20float>\28skvx::Vec<4\2c\20float>\20const&\2c\20skvx::Vec<4\2c\20float>\20const&\29 +1606:skvx::Vec<4\2c\20float>&\20skvx::operator*=<4\2c\20float>\28skvx::Vec<4\2c\20float>&\2c\20skvx::Vec<4\2c\20float>\20const&\29 +1607:skvx::Vec<2\2c\20float>\20skvx::naive_if_then_else<2\2c\20float>\28skvx::Vec<2\2c\20skvx::Mask::type>\20const&\2c\20skvx::Vec<2\2c\20float>\20const&\2c\20skvx::Vec<2\2c\20float>\20const&\29 +1608:skip_spaces +1609:skif::FilterResult::resolve\28skif::Context\20const&\2c\20skif::LayerSpace\2c\20bool\29\20const +1610:skia_private::THashMap::find\28SkSL::Variable\20const*\20const&\29\20const +1611:skia_private::TArray::TArray\28skia_private::TArray&&\29 +1612:skia_private::TArray::TArray\28skia_private::TArray&&\29 +1613:skia_private::TArray\2c\20true>::preallocateNewData\28int\2c\20double\29 +1614:skia_private::TArray::preallocateNewData\28int\2c\20double\29 +1615:skia_private::TArray::checkRealloc\28int\2c\20double\29 +1616:skia_private::TArray::push_back\28SkPathVerb&&\29 +1617:skia_private::FixedArray<4\2c\20signed\20char>::FixedArray\28std::initializer_list\29 +1618:skia_private::AutoTMalloc::AutoTMalloc\28unsigned\20long\29 +1619:skia_private::AutoSTMalloc<4ul\2c\20int\2c\20void>::AutoSTMalloc\28unsigned\20long\29 +1620:skia_png_safecat +1621:skia_png_malloc +1622:skia_png_colorspace_sync +1623:skia_png_chunk_warning +1624:skia::textlayout::TextWrapper::TextStretch::extend\28skia::textlayout::TextWrapper::TextStretch&\29 +1625:skia::textlayout::TextLine::iterateThroughSingleRunByStyles\28skia::textlayout::TextLine::TextAdjustment\2c\20skia::textlayout::Run\20const*\2c\20float\2c\20skia::textlayout::SkRange\2c\20skia::textlayout::StyleType\2c\20std::__2::function\2c\20skia::textlayout::TextStyle\20const&\2c\20skia::textlayout::TextLine::ClipContext\20const&\29>\20const&\29\20const +1626:skia::textlayout::ParagraphStyle::~ParagraphStyle\28\29 +1627:skia::textlayout::ParagraphImpl::ensureUTF16Mapping\28\29 +1628:skgpu::ganesh::SurfaceFillContext::fillWithFP\28std::__2::unique_ptr>\29 +1629:skgpu::ganesh::SurfaceDrawContext::drawRect\28GrClip\20const*\2c\20GrPaint&&\2c\20GrAA\2c\20SkMatrix\20const&\2c\20SkRect\20const&\2c\20GrStyle\20const*\29 +1630:skgpu::ganesh::OpsTask::OpChain::List::popHead\28\29 +1631:skgpu::SkSLToGLSL\28SkSL::ShaderCaps\20const*\2c\20std::__2::basic_string\2c\20std::__2::allocator>\20const&\2c\20SkSL::ProgramKind\2c\20SkSL::ProgramSettings\20const&\2c\20SkSL::NativeShader*\2c\20SkSL::ProgramInterface*\2c\20skgpu::ShaderErrorHandler*\29 +1632:skgpu::ResourceKey::reset\28\29 +1633:skcms_Transform::$_2::operator\28\29\28skcms_Curve\20const*\2c\20int\29\20const +1634:sk_sp::reset\28SkString::Rec*\29 +1635:sk_doubles_nearly_equal_ulps\28double\2c\20double\2c\20unsigned\20char\29 +1636:res_getTableItemByKey_74 +1637:path_conicTo +1638:operator!=\28SkMatrix\20const&\2c\20SkMatrix\20const&\29 +1639:is_halant\28hb_glyph_info_t\20const&\29 +1640:impeller::\28anonymous\20namespace\29::RoundSuperellipseBuilder::AddQuadrant\28impeller::RoundSuperellipseParam::Quadrant\20const&\2c\20bool\2c\20impeller::TPoint\29 +1641:impeller::Matrix::Invert\28\29\20const +1642:icu_74::UnicodeString::pinIndex\28int&\29\20const +1643:icu_74::UnicodeString::operator=\28icu_74::UnicodeString&&\29 +1644:icu_74::UnicodeString::operator==\28icu_74::UnicodeString\20const&\29\20const +1645:icu_74::UnicodeString::indexOf\28char16_t\29\20const +1646:icu_74::UnicodeString::getBuffer\28int\29 +1647:icu_74::UnicodeString::cloneArrayIfNeeded\28int\2c\20int\2c\20signed\20char\2c\20int**\2c\20signed\20char\29 +1648:icu_74::UnicodeSet::ensureCapacity\28int\29 +1649:icu_74::UVector::UVector\28void\20\28*\29\28void*\29\2c\20signed\20char\20\28*\29\28UElement\2c\20UElement\29\2c\20int\2c\20UErrorCode&\29 +1650:icu_74::UVector::UVector\28void\20\28*\29\28void*\29\2c\20signed\20char\20\28*\29\28UElement\2c\20UElement\29\2c\20UErrorCode&\29 +1651:icu_74::RuleBasedBreakIterator::handleNext\28\29 +1652:icu_74::ResourceTable::findValue\28char\20const*\2c\20icu_74::ResourceValue&\29\20const +1653:icu_74::Normalizer2Impl::getFCD16\28int\29\20const +1654:icu_74::MaybeStackArray::resize\28int\2c\20int\29 +1655:icu_74::Locale::setToBogus\28\29 +1656:icu_74::Hashtable::put\28icu_74::UnicodeString\20const&\2c\20void*\2c\20UErrorCode&\29 +1657:icu_74::CharStringMap::~CharStringMap\28\29 +1658:icu_74::CharStringMap::CharStringMap\28int\2c\20UErrorCode&\29 +1659:icu_74::CharString::operator==\28icu_74::StringPiece\29\20const +1660:icu_74::CharString::extract\28char*\2c\20int\2c\20UErrorCode&\29\20const +1661:hb_zip_iter_t\2c\20hb_array_t>::__next__\28\29 +1662:hb_vector_t::alloc\28unsigned\20int\2c\20bool\29 +1663:hb_serialize_context_t::pop_pack\28bool\29 +1664:hb_lazy_loader_t\2c\20hb_face_t\2c\2011u\2c\20hb_blob_t>::get\28\29\20const +1665:hb_lazy_loader_t\2c\20hb_face_t\2c\204u\2c\20hb_blob_t>::get\28\29\20const +1666:hb_lazy_loader_t\2c\20hb_face_t\2c\2024u\2c\20OT::GDEF_accelerator_t>::get_stored\28\29\20const +1667:hb_glyf_scratch_t::~hb_glyf_scratch_t\28\29 +1668:hb_extents_t::add_point\28float\2c\20float\29 +1669:hb_buffer_t::reverse_range\28unsigned\20int\2c\20unsigned\20int\29 +1670:hb_buffer_t::merge_out_clusters\28unsigned\20int\2c\20unsigned\20int\29 +1671:hb_buffer_destroy +1672:hb_buffer_append +1673:hb_bit_page_t::get\28unsigned\20int\29\20const +1674:flutter::DlColor::argb\28\29\20const +1675:flutter::DisplayListBuilder::Restore\28\29 +1676:flutter::DisplayListBuilder::ClipOval\28impeller::TRect\20const&\2c\20flutter::DlClipOp\2c\20bool\29 +1677:flutter::DisplayListBuilder::AccumulateOpBounds\28impeller::TRect&\2c\20flutter::DisplayListAttributeFlags\29 +1678:cos +1679:compare_edges\28SkAnalyticEdge\20const*\2c\20SkAnalyticEdge\20const*\29 +1680:cleanup_program\28GrGLGpu*\2c\20unsigned\20int\2c\20SkTDArray\20const&\29 +1681:classify\28skcms_TransferFunction\20const&\2c\20TF_PQish*\2c\20TF_HLGish*\29 +1682:cff_index_done +1683:cf2_glyphpath_curveTo +1684:bool\20hb_buffer_t::replace_glyphs\28unsigned\20int\2c\20unsigned\20int\2c\20unsigned\20int\20const*\29 +1685:auto\20std::__2::__unwrap_range\5babi:nn180100\5d\28char\20const*\2c\20char\20const*\29 +1686:atan2f +1687:afm_parser_read_vals +1688:afm_parser_next_key +1689:__lshrti3 +1690:__letf2 +1691:\28anonymous\20namespace\29::skhb_position\28float\29 +1692:WebPRescalerImport +1693:SkWriter32::reservePad\28unsigned\20long\29 +1694:SkTSpan::removeBounded\28SkTSpan\20const*\29 +1695:SkTSpan::initBounds\28SkTCurve\20const&\29 +1696:SkTSpan::addBounded\28SkTSpan*\2c\20SkArenaAlloc*\29 +1697:SkTSect::tail\28\29 +1698:SkTDStorage::reset\28\29 +1699:SkString::printf\28char\20const*\2c\20...\29 +1700:SkString::insert\28unsigned\20long\2c\20char\20const*\2c\20unsigned\20long\29 +1701:SkShaders::Color\28SkRGBA4f<\28SkAlphaType\293>\20const&\2c\20sk_sp\29 +1702:SkShader::makeWithLocalMatrix\28SkMatrix\20const&\29\20const +1703:SkSamplingOptions::operator==\28SkSamplingOptions\20const&\29\20const +1704:SkSL::optimize_intrinsic_call\28SkSL::Context\20const&\2c\20SkSL::Position\2c\20SkSL::IntrinsicKind\2c\20SkSL::ExpressionArray\20const&\2c\20SkSL::Type\20const&\29::$_5::operator\28\29\28int\2c\20int\29\20const +1705:SkSL::is_constant_value\28SkSL::Expression\20const&\2c\20double\29 +1706:SkSL::\28anonymous\20namespace\29::ReturnsOnAllPathsVisitor::visitStatement\28SkSL::Statement\20const&\29 +1707:SkSL::Type::MakeScalarType\28std::__2::basic_string_view>\2c\20char\20const*\2c\20SkSL::Type::NumberKind\2c\20signed\20char\2c\20signed\20char\29 +1708:SkSL::SymbolTable::addWithoutOwnership\28SkSL::Context\20const&\2c\20SkSL::Symbol*\29 +1709:SkSL::RP::Generator::push\28SkSL::RP::LValue&\29 +1710:SkSL::PipelineStage::PipelineStageCodeGenerator::writeLine\28std::__2::basic_string_view>\29 +1711:SkSL::Parser::statement\28bool\29 +1712:SkSL::ModifierFlags::description\28\29\20const +1713:SkSL::Layout::paddedDescription\28\29\20const +1714:SkSL::ConstructorCompoundCast::Make\28SkSL::Context\20const&\2c\20SkSL::Position\2c\20SkSL::Type\20const&\2c\20std::__2::unique_ptr>\29 +1715:SkSL::Analysis::UpdateVariableRefKind\28SkSL::Expression*\2c\20SkSL::VariableRefKind\2c\20SkSL::ErrorReporter*\29 +1716:SkRegion::Iterator::next\28\29 +1717:SkRect::makeSorted\28\29\20const +1718:SkRect::intersects\28SkRect\20const&\29\20const +1719:SkRect::center\28\29\20const +1720:SkReadBuffer::readInt\28\29 +1721:SkReadBuffer::readBool\28\29 +1722:SkRasterClip::updateCacheAndReturnNonEmpty\28bool\29 +1723:SkRasterClip::setRect\28SkIRect\20const&\29 +1724:SkRasterClip::quickReject\28SkIRect\20const&\29\20const +1725:SkRRect::transform\28SkMatrix\20const&\29\20const +1726:SkPixmap::addr\28int\2c\20int\29\20const +1727:SkPathIter::next\28\29 +1728:SkPathBuilder::reset\28\29 +1729:SkPath::Rect\28SkRect\20const&\2c\20SkPathDirection\2c\20unsigned\20int\29 +1730:SkPath::Polygon\28SkSpan\2c\20bool\2c\20SkPathFillType\2c\20bool\29 +1731:SkPaint*\20SkRecordCanvas::copy\28SkPaint\20const*\29 +1732:SkOpSegment::ptAtT\28double\29\20const +1733:SkOpSegment::dPtAtT\28double\29\20const +1734:SkNoPixelsDevice::drawImageRect\28SkImage\20const*\2c\20SkRect\20const*\2c\20SkRect\20const&\2c\20SkSamplingOptions\20const&\2c\20SkPaint\20const&\2c\20SkCanvas::SrcRectConstraint\29 +1735:SkMemoryStream::getPosition\28\29\20const +1736:SkMatrixPriv::MapRect\28SkM44\20const&\2c\20SkRect\20const&\29 +1737:SkMatrix::mapRadius\28float\29\20const +1738:SkMask::getAddr8\28int\2c\20int\29\20const +1739:SkIntersectionHelper::segmentType\28\29\20const +1740:SkImageInfo::makeColorType\28SkColorType\29\20const +1741:SkIRect::outset\28int\2c\20int\29 +1742:SkGlyph::rect\28\29\20const +1743:SkFont::SkFont\28sk_sp\2c\20float\29 +1744:SkEmptyFontStyleSet::createTypeface\28int\29 +1745:SkDynamicMemoryWStream::detachAsData\28\29 +1746:SkDevice::onReadPixels\28SkPixmap\20const&\2c\20int\2c\20int\29 +1747:SkDescriptor::operator==\28SkDescriptor\20const&\29\20const +1748:SkDQuad::RootsValidT\28double\2c\20double\2c\20double\2c\20double*\29 +1749:SkColorFilter::makeComposed\28sk_sp\29\20const +1750:SkCanvas::drawImageRect\28SkImage\20const*\2c\20SkRect\20const&\2c\20SkRect\20const&\2c\20SkSamplingOptions\20const&\2c\20SkPaint\20const*\2c\20SkCanvas::SrcRectConstraint\29 +1751:SkCanvas::AutoUpdateQRBounds::~AutoUpdateQRBounds\28\29 +1752:SkCachedData::ref\28\29\20const +1753:SkBulkGlyphMetrics::~SkBulkGlyphMetrics\28\29 +1754:SkBulkGlyphMetrics::SkBulkGlyphMetrics\28SkStrikeSpec\20const&\29 +1755:SkBitmap::setPixelRef\28sk_sp\2c\20int\2c\20int\29 +1756:SkAutoPixmapStorage::~SkAutoPixmapStorage\28\29 +1757:SkAlphaRuns::Break\28short*\2c\20unsigned\20char*\2c\20int\2c\20int\29 +1758:ReadSymbol +1759:ReadLE24s +1760:OT::ItemVariationStore::get_delta\28unsigned\20int\2c\20int\20const*\2c\20unsigned\20int\2c\20float*\29\20const +1761:OT::GSUBGPOS::get_lookup\28unsigned\20int\29\20const +1762:OT::CFFIndex>::operator\5b\5d\28unsigned\20int\29\20const +1763:IDecError +1764:GrTriangulator::EdgeList::insert\28GrTriangulator::Edge*\2c\20GrTriangulator::Edge*\29 +1765:GrSurfaceProxyView::mipmapped\28\29\20const +1766:GrSurfaceProxy::backingStoreBoundsRect\28\29\20const +1767:GrStyledShape::knownToBeConvex\28\29\20const +1768:GrStyledShape::GrStyledShape\28SkPath\20const&\2c\20GrStyle\20const&\2c\20GrStyledShape::DoSimplify\29 +1769:GrSimpleMeshDrawOpHelperWithStencil::isCompatible\28GrSimpleMeshDrawOpHelperWithStencil\20const&\2c\20GrCaps\20const&\2c\20SkRect\20const&\2c\20SkRect\20const&\2c\20bool\29\20const +1770:GrShape::asPath\28bool\29\20const +1771:GrScissorState::set\28SkIRect\20const&\29 +1772:GrRenderTask::~GrRenderTask\28\29 +1773:GrPixmap::Allocate\28GrImageInfo\20const&\29 +1774:GrImageInfo::makeColorType\28GrColorType\29\20const +1775:GrGpuResource::CacheAccess::release\28\29 +1776:GrGpuBuffer::map\28\29 +1777:GrGpu::didWriteToSurface\28GrSurface*\2c\20GrSurfaceOrigin\2c\20SkIRect\20const*\2c\20unsigned\20int\29\20const +1778:GrGeometryProcessor::TextureSampler::TextureSampler\28\29 +1779:GrGeometryProcessor::AttributeSet::begin\28\29\20const +1780:GrGeometryProcessor::AttributeSet::Iter::operator++\28\29 +1781:GrGLSLShaderBuilder::emitFunction\28SkSLType\2c\20char\20const*\2c\20SkSpan\2c\20char\20const*\29 +1782:GrGLFunction::GrGLFunction\28void\20\28*\29\28int\2c\20int\2c\20int\2c\20int\2c\20int\29\29::'lambda'\28void\20const*\2c\20int\2c\20int\2c\20int\2c\20int\2c\20int\29::__invoke\28void\20const*\2c\20int\2c\20int\2c\20int\2c\20int\2c\20int\29 +1783:GrConvertPixels\28GrPixmap\20const&\2c\20GrCPixmap\20const&\2c\20bool\29 +1784:GrColorSpaceXformEffect::Make\28std::__2::unique_ptr>\2c\20SkColorSpace*\2c\20SkAlphaType\2c\20SkColorSpace*\2c\20SkAlphaType\29 +1785:GrColorSpaceXformEffect::Make\28std::__2::unique_ptr>\2c\20GrColorInfo\20const&\2c\20GrColorInfo\20const&\29 +1786:GrAtlasManager::getAtlas\28skgpu::MaskFormat\29\20const +1787:FT_Get_Char_Index +1788:1572 +1789:write_buf +1790:wrapper_cmp +1791:void\20std::__2::__memberwise_forward_assign\5babi:ne180100\5d\2c\20std::__2::tuple\2c\20GrFragmentProcessor\20const*\2c\20GrGeometryProcessor::ProgramImpl::TransformInfo\2c\200ul\2c\201ul>\28std::__2::tuple&\2c\20std::__2::tuple&&\2c\20std::__2::__tuple_types\2c\20std::__2::__tuple_indices<0ul\2c\201ul>\29 +1792:void\20std::__2::__double_or_nothing\5babi:nn180100\5d\28std::__2::unique_ptr&\2c\20unsigned\20int*&\2c\20unsigned\20int*&\29 +1793:void\20icu_74::\28anonymous\20namespace\29::MixedBlocks::extend\28unsigned\20short\20const*\2c\20int\2c\20int\2c\20int\29 +1794:void\20AAT::Lookup>::collect_glyphs_filtered\28hb_bit_set_t&\2c\20unsigned\20int\2c\20hb_bit_page_t\20const&\29\20const +1795:void\20AAT::ClassTable>::collect_glyphs_filtered\28hb_bit_set_t&\2c\20unsigned\20int\2c\20hb_bit_page_t\20const&\29\20const +1796:void\20AAT::ClassTable>::collect_glyphs\28hb_bit_set_t&\2c\20unsigned\20int\29\20const +1797:utf8_prevCharSafeBody_74 +1798:ures_getStringWithAlias\28UResourceBundle\20const*\2c\20unsigned\20int\2c\20int\2c\20int*\2c\20UErrorCode*\29 +1799:ures_getStringByKeyWithFallback_74 +1800:ulocimp_getCountry_74\28char\20const*\2c\20char\20const**\2c\20UErrorCode&\29 +1801:ulocimp_forLanguageTag_74 +1802:udata_getMemory_74 +1803:ucptrie_openFromBinary_74 +1804:u_charType_74 +1805:toupper +1806:top12_301 +1807:tanf +1808:strcmpAfterPrefix\28char\20const*\2c\20char\20const*\2c\20int*\29 +1809:store\28unsigned\20char*\2c\20skvx::Vec<8\2c\20unsigned\20short>\20const&\2c\20int\29 +1810:std::__2::vector>::__vallocate\5babi:ne180100\5d\28unsigned\20long\29 +1811:std::__2::vector>::__recommend\5babi:ne180100\5d\28unsigned\20long\29\20const +1812:std::__2::unique_ptr::~unique_ptr\5babi:ne180100\5d\28\29 +1813:std::__2::unique_ptr>::reset\5babi:ne180100\5d\28skia::textlayout::Run*\29 +1814:std::__2::unique_ptr>::~unique_ptr\5babi:ne180100\5d\28\29 +1815:std::__2::unique_ptr>::~unique_ptr\5babi:ne180100\5d\28\29 +1816:std::__2::unique_ptr>::~unique_ptr\5babi:ne180100\5d\28\29 +1817:std::__2::optional&\20std::__2::optional::operator=\5babi:ne180100\5d\28SkPath\20const&\29 +1818:std::__2::numpunct\20const&\20std::__2::use_facet\5babi:nn180100\5d>\28std::__2::locale\20const&\29 +1819:std::__2::numpunct\20const&\20std::__2::use_facet\5babi:nn180100\5d>\28std::__2::locale\20const&\29 +1820:std::__2::istreambuf_iterator>::istreambuf_iterator\5babi:nn180100\5d\28std::__2::basic_istream>&\29 +1821:std::__2::istreambuf_iterator>::istreambuf_iterator\5babi:nn180100\5d\28\29 +1822:std::__2::function::operator\28\29\28int\2c\20skia::textlayout::Paragraph::VisitorInfo\20const*\29\20const +1823:std::__2::enable_if::value\2c\20sk_sp>::type\20GrResourceProvider::findByUniqueKey\28skgpu::UniqueKey\20const&\29 +1824:std::__2::deque>::end\5babi:ne180100\5d\28\29 +1825:std::__2::ctype::narrow\5babi:nn180100\5d\28wchar_t\2c\20char\29\20const +1826:std::__2::ctype::narrow\5babi:nn180100\5d\28char\2c\20char\29\20const +1827:std::__2::basic_string\2c\20std::__2::allocator>::__recommend\5babi:nn180100\5d\28unsigned\20long\29 +1828:std::__2::basic_string\2c\20std::__2::allocator>\20std::__2::operator+\5babi:ne180100\5d\2c\20std::__2::allocator>\28std::__2::basic_string\2c\20std::__2::allocator>&&\2c\20char\29 +1829:std::__2::basic_streambuf>::sputn\5babi:nn180100\5d\28char\20const*\2c\20long\29 +1830:std::__2::basic_streambuf>::setg\5babi:nn180100\5d\28char*\2c\20char*\2c\20char*\29 +1831:std::__2::__tree\2c\20std::__2::__map_value_compare\2c\20std::__2::less\2c\20true>\2c\20std::__2::allocator>>::destroy\28std::__2::__tree_node\2c\20void*>*\29 +1832:std::__2::__shared_ptr_pointer>::__on_zero_shared\28\29 +1833:std::__2::__num_get::__stage2_int_loop\28wchar_t\2c\20int\2c\20char*\2c\20char*&\2c\20unsigned\20int&\2c\20wchar_t\2c\20std::__2::basic_string\2c\20std::__2::allocator>\20const&\2c\20unsigned\20int*\2c\20unsigned\20int*&\2c\20wchar_t\20const*\29 +1834:std::__2::__num_get::__stage2_int_loop\28char\2c\20int\2c\20char*\2c\20char*&\2c\20unsigned\20int&\2c\20char\2c\20std::__2::basic_string\2c\20std::__2::allocator>\20const&\2c\20unsigned\20int*\2c\20unsigned\20int*&\2c\20char\20const*\29 +1835:std::__2::__next_prime\28unsigned\20long\29 +1836:std::__2::__exception_guard_exceptions>::__destroy_vector>::~__exception_guard_exceptions\5babi:ne180100\5d\28\29 +1837:std::__2::__allocation_result>::pointer>\20std::__2::__allocate_at_least\5babi:nn180100\5d>\28std::__2::allocator&\2c\20unsigned\20long\29 +1838:std::__2::__allocation_result>::pointer>\20std::__2::__allocate_at_least\5babi:nn180100\5d>\28std::__2::allocator&\2c\20unsigned\20long\29 +1839:src_p\28unsigned\20char\2c\20unsigned\20char\29 +1840:sort_r_swap\28char*\2c\20char*\2c\20unsigned\20long\29 +1841:skvx::Vec<4\2c\20float>\20skvx::operator+<4\2c\20float\2c\20float\2c\20void>\28skvx::Vec<4\2c\20float>\20const&\2c\20float\29 +1842:skvx::Vec<4\2c\20float>\20skvx::operator*<4\2c\20float\2c\20int\2c\20void>\28int\2c\20skvx::Vec<4\2c\20float>\20const&\29\20\28.7666\29 +1843:sktext::SkStrikePromise::SkStrikePromise\28sktext::SkStrikePromise&&\29 +1844:skif::LayerSpace::mapRect\28skif::LayerSpace\20const&\29\20const +1845:skif::LayerSpace::relevantSubset\28skif::LayerSpace\2c\20SkTileMode\29\20const +1846:skia_private::THashTable>\2c\20SkSL::IntrinsicKind\2c\20SkGoodHash>::Pair\2c\20std::__2::basic_string_view>\2c\20skia_private::THashMap>\2c\20SkSL::IntrinsicKind\2c\20SkGoodHash>::Pair>::resize\28int\29 +1847:skia_private::THashTable>\2c\20SkSL::IntrinsicKind\2c\20SkGoodHash>::Pair\2c\20std::__2::basic_string_view>\2c\20skia_private::THashMap>\2c\20SkSL::IntrinsicKind\2c\20SkGoodHash>::Pair>::Hash\28std::__2::basic_string_view>\20const&\29 +1848:skia_private::THashTable::AdaptedTraits>::Hash\28skgpu::ganesh::SmallPathShapeDataKey\20const&\29 +1849:skia_private::THashSet::contains\28SkSL::Variable\20const*\20const&\29\20const +1850:skia_private::TArray::installDataAndUpdateCapacity\28SkSpan\29 +1851:skia_private::TArray\2c\20true>::~TArray\28\29 +1852:skia_private::TArray::push_back_raw\28int\29 +1853:skia_private::TArray::copy\28float\20const*\29 +1854:skia_private::TArray::push_back\28SkSL::Variable*&&\29 +1855:skia_private::TArray::preallocateNewData\28int\2c\20double\29 +1856:skia_private::TArray::resize_back\28int\29 +1857:skia_private::AutoSTArray<4\2c\20float>::reset\28int\29 +1858:skia_png_free_data +1859:skia::textlayout::Run::Run\28skia::textlayout::ParagraphImpl*\2c\20SkShaper::RunHandler::RunInfo\20const&\2c\20unsigned\20long\2c\20float\2c\20bool\2c\20float\2c\20unsigned\20long\2c\20float\29 +1860:skia::textlayout::InternalLineMetrics::delta\28\29\20const +1861:skia::textlayout::Cluster::Cluster\28skia::textlayout::ParagraphImpl*\2c\20unsigned\20long\2c\20unsigned\20long\2c\20unsigned\20long\2c\20SkSpan\2c\20float\2c\20float\29 +1862:skgpu::tess::PatchWriter\2c\20skgpu::tess::Optional<\28skgpu::tess::PatchAttribs\294>\2c\20skgpu::tess::Optional<\28skgpu::tess::PatchAttribs\298>\2c\20skgpu::tess::Optional<\28skgpu::tess::PatchAttribs\2964>\2c\20skgpu::tess::Optional<\28skgpu::tess::PatchAttribs\2932>\2c\20skgpu::tess::ReplicateLineEndPoints\2c\20skgpu::tess::TrackJoinControlPoints>::chopAndWriteCubics\28skvx::Vec<2\2c\20float>\2c\20skvx::Vec<2\2c\20float>\2c\20skvx::Vec<2\2c\20float>\2c\20skvx::Vec<2\2c\20float>\2c\20int\29 +1863:skgpu::ganesh::SurfaceDrawContext::fillRectToRect\28GrClip\20const*\2c\20GrPaint&&\2c\20GrAA\2c\20SkMatrix\20const&\2c\20SkRect\20const&\2c\20SkRect\20const&\29 +1864:skgpu::ganesh::ClipStack::RawElement::contains\28skgpu::ganesh::ClipStack::RawElement\20const&\29\20const +1865:skgpu::VertexWriter&\20skgpu::operator<<<4\2c\20SkPoint>\28skgpu::VertexWriter&\2c\20skgpu::VertexWriter::RepeatDesc<4\2c\20SkPoint>\20const&\29 +1866:skgpu::TAsyncReadResult::addCpuPlane\28sk_sp\2c\20unsigned\20long\29 +1867:skgpu::Swizzle::RGB1\28\29 +1868:skcpu::Draw::drawRect\28SkRect\20const&\2c\20SkPaint\20const&\29\20const +1869:skcms_Matrix3x3_concat +1870:sk_sp::reset\28SkMeshPriv::VB\20const*\29 +1871:sk_malloc_throw\28unsigned\20long\29 +1872:sbrk +1873:res_getArrayItem_74 +1874:read_curves\28unsigned\20char\20const*\2c\20unsigned\20int\2c\20unsigned\20int\2c\20unsigned\20int\2c\20skcms_Curve*\29 +1875:quick_div\28int\2c\20int\29 +1876:processPropertySeq\28UBiDi*\2c\20LevState*\2c\20unsigned\20char\2c\20int\2c\20int\29 +1877:memchr +1878:left\28SkPoint\20const&\2c\20SkPoint\20const&\29 +1879:inversion\28GrTriangulator::Vertex*\2c\20GrTriangulator::Vertex*\2c\20GrTriangulator::Edge*\2c\20GrTriangulator::Comparator\20const&\29 +1880:interp_quad_coords\28double\20const*\2c\20double\29 +1881:init_entry\28char\20const*\2c\20char\20const*\2c\20UErrorCode*\29 +1882:impeller::Vector4::operator==\28impeller::Vector4\20const&\29\20const +1883:impeller::TRect::GetPositive\28\29\20const +1884:icu_74::umtx_initImplPreInit\28icu_74::UInitOnce&\29 +1885:icu_74::umtx_initImplPostInit\28icu_74::UInitOnce&\29 +1886:icu_74::\28anonymous\20namespace\29::appendUnchanged\28char16_t*\2c\20int\2c\20int\2c\20char16_t\20const*\2c\20int\2c\20unsigned\20int\2c\20icu_74::Edits*\29 +1887:icu_74::UnicodeString::truncate\28int\29 +1888:icu_74::UnicodeString::releaseBuffer\28int\29 +1889:icu_74::UnicodeString::releaseArray\28\29 +1890:icu_74::UnicodeString::doReplace\28int\2c\20int\2c\20char16_t\20const*\2c\20int\2c\20int\29 +1891:icu_74::UnicodeString::UnicodeString\28char\20const*\2c\20int\2c\20icu_74::UnicodeString::EInvariant\29 +1892:icu_74::UnicodeSetStringSpan::~UnicodeSetStringSpan\28\29 +1893:icu_74::UnicodeSet::setToBogus\28\29 +1894:icu_74::UnicodeSet::operator=\28icu_74::UnicodeSet\20const&\29 +1895:icu_74::UnicodeSet::clear\28\29 +1896:icu_74::UVector::ensureCapacity\28int\2c\20UErrorCode&\29 +1897:icu_74::UVector32::UVector32\28int\2c\20UErrorCode&\29 +1898:icu_74::UCharsTrieElement::getString\28icu_74::UnicodeString\20const&\29\20const +1899:icu_74::ReorderingBuffer::append\28int\2c\20unsigned\20char\2c\20UErrorCode&\29 +1900:icu_74::PossibleWord::backUp\28UText*\29 +1901:icu_74::PossibleWord::acceptMarked\28UText*\29 +1902:icu_74::Normalizer2Factory::getNFCImpl\28UErrorCode&\29 +1903:icu_74::Locale::Locale\28\29 +1904:icu_74::LocalPointer::~LocalPointer\28\29 +1905:icu_74::LSR::indexForRegion\28char\20const*\29 +1906:icu_74::LSR::LSR\28char\2c\20char\20const*\2c\20char\20const*\2c\20char\20const*\2c\20int\2c\20UErrorCode&\29 +1907:icu_74::DictionaryBreakEngine::DictionaryBreakEngine\28\29 +1908:icu_74::CharacterProperties::getInclusionsForProperty\28UProperty\2c\20UErrorCode&\29 +1909:hb_serialize_context_t::object_t::fini\28\29 +1910:hb_sanitize_context_t::init\28hb_blob_t*\29 +1911:hb_ot_map_builder_t::add_feature\28hb_ot_map_feature_t\20const&\29 +1912:hb_buffer_t::ensure\28unsigned\20int\29 +1913:hb_blob_ptr_t::destroy\28\29 +1914:hb_bit_set_t::page_for\28unsigned\20int\2c\20bool\29 +1915:hairquad\28SkPoint\20const*\2c\20SkRegion\20const*\2c\20SkRect\20const*\2c\20SkRect\20const*\2c\20SkBlitter*\2c\20int\2c\20void\20\28*\29\28SkPoint\20const*\2c\20int\2c\20SkRegion\20const*\2c\20SkBlitter*\29\29 +1916:fmt_u +1917:flutter::DlImage::Make\28SkImage\20const*\29 +1918:flutter::DlColor::toC\28float\29 +1919:flutter::DisplayListMatrixClipState::clipRect\28impeller::TRect\20const&\2c\20flutter::DlClipOp\2c\20bool\29 +1920:flutter::DisplayListBuilder::Translate\28float\2c\20float\29 +1921:flutter::DisplayListBuilder::Save\28\29 +1922:flutter::DisplayListBuilder::GetEffectiveColor\28flutter::DlPaint\20const&\2c\20flutter::DisplayListAttributeFlags\29 +1923:flutter::DisplayListBuilder::ClipRoundRect\28impeller::RoundRect\20const&\2c\20flutter::DlClipOp\2c\20bool\29 +1924:flutter::AccumulationRect::accumulate\28impeller::TRect\29 +1925:float*\20SkArenaAlloc::allocUninitializedArray\28unsigned\20long\29 +1926:expf +1927:duplicate_pt\28SkPoint\20const&\2c\20SkPoint\20const&\29 +1928:decltype\28u_hasBinaryProperty_74\28std::forward\28fp\29\2c\20std::forward\28fp\29\29\29\20sk_u_hasBinaryProperty\28int&\2c\20UProperty&&\29 +1929:compute_quad_level\28SkPoint\20const*\29 +1930:compute_ULong_sum +1931:char*\20const&\20std::__2::max\5babi:nn180100\5d\28char*\20const&\2c\20char*\20const&\29 +1932:cff2_extents_param_t::update_bounds\28CFF::point_t\20const&\29 +1933:cf2_glyphpath_hintPoint +1934:cf2_arrstack_getPointer +1935:cbrtf +1936:can_add_curve\28SkPath::Verb\2c\20SkPoint*\29 +1937:call_hline_blitter\28SkBlitter*\2c\20int\2c\20int\2c\20int\2c\20unsigned\20int\29 +1938:bounds_t::update\28CFF::point_t\20const&\29 +1939:bool\20hb_sanitize_context_t::check_array>\28OT::IntType\20const*\2c\20unsigned\20int\29\20const +1940:bool\20OT::OffsetTo\2c\20void\2c\20true>::sanitize<>\28hb_sanitize_context_t*\2c\20void\20const*\29\20const +1941:bool\20OT::OffsetTo\2c\20OT::Layout::GPOS_impl::CursivePosFormat1\2c\20true>::sanitize<>\28hb_sanitize_context_t*\2c\20OT::Layout::GPOS_impl::CursivePosFormat1\20const*\29\20const +1942:bool\20OT::OffsetTo\2c\20void\2c\20true>::sanitize<>\28hb_sanitize_context_t*\2c\20void\20const*\29\20const +1943:af_shaper_get_cluster +1944:_uhash_find\28UHashtable\20const*\2c\20UElement\2c\20int\29 +1945:_hb_ot_metrics_get_position_common\28hb_font_t*\2c\20hb_ot_metrics_tag_t\2c\20int*\29 +1946:__wasi_syscall_ret +1947:__tandf +1948:__syscall_ret +1949:__floatunsitf +1950:__cxa_allocate_exception +1951:_ZZNK6sktext3gpu12VertexFiller14fillVertexDataEii6SkSpanIPKNS0_5GlyphEERK8SkRGBA4fIL11SkAlphaType2EERK8SkMatrix7SkIRectPvENK3$_0clIPA4_NS0_12Mask2DVertexEEEDaT_ +1952:\28anonymous\20namespace\29::subtract\28SkIRect\20const&\2c\20SkIRect\20const&\2c\20bool\29 +1953:\28anonymous\20namespace\29::MeshOp::fixedFunctionFlags\28\29\20const +1954:\28anonymous\20namespace\29::DrawAtlasOpImpl::fixedFunctionFlags\28\29\20const +1955:VP8LFillBitWindow +1956:Update_Max +1957:TT_Get_MM_Var +1958:Skwasm::createDlMatrixFrom3x3\28float\20const*\29 +1959:SkWriteBuffer::writeDataAsByteArray\28SkData\20const*\29 +1960:SkUTF::UTF8ToUTF16\28unsigned\20short*\2c\20int\2c\20char\20const*\2c\20unsigned\20long\29 +1961:SkTextBlob::RunRecord::textSize\28\29\20const +1962:SkTSpan::resetBounds\28SkTCurve\20const&\29 +1963:SkTSect::removeSpan\28SkTSpan*\29 +1964:SkTSect::BinarySearch\28SkTSect*\2c\20SkTSect*\2c\20SkIntersections*\29 +1965:SkTInternalLList::remove\28skgpu::Plot*\29 +1966:SkTInternalLList>\2c\20SkGoodHash\2c\20SkNoOpPurge>::Entry>::remove\28SkLRUCache>\2c\20SkGoodHash\2c\20SkNoOpPurge>::Entry*\29 +1967:SkTDArray::append\28\29 +1968:SkTConic::operator\5b\5d\28int\29\20const +1969:SkTBlockList::~SkTBlockList\28\29 +1970:SkStrokeRec::needToApply\28\29\20const +1971:SkStrokeRec::SkStrokeRec\28SkPaint\20const&\2c\20float\29 +1972:SkString::set\28char\20const*\2c\20unsigned\20long\29 +1973:SkStrikeSpec::findOrCreateStrike\28\29\20const +1974:SkStrike::digestFor\28skglyph::ActionType\2c\20SkPackedGlyphID\29 +1975:SkShaders::MatrixRec::applyForFragmentProcessor\28SkMatrix\20const&\29\20const +1976:SkScan::FillRect\28SkRect\20const&\2c\20SkRasterClip\20const&\2c\20SkBlitter*\29 +1977:SkScalerContext_FreeType::setupSize\28\29 +1978:SkSampler::Fill\28SkImageInfo\20const&\2c\20void*\2c\20unsigned\20long\2c\20SkCodec::ZeroInitialized\29 +1979:SkSL::type_is_valid_for_color\28SkSL::Type\20const&\29 +1980:SkSL::optimize_intrinsic_call\28SkSL::Context\20const&\2c\20SkSL::Position\2c\20SkSL::IntrinsicKind\2c\20SkSL::ExpressionArray\20const&\2c\20SkSL::Type\20const&\29::$_4::operator\28\29\28int\29\20const +1981:SkSL::optimize_intrinsic_call\28SkSL::Context\20const&\2c\20SkSL::Position\2c\20SkSL::IntrinsicKind\2c\20SkSL::ExpressionArray\20const&\2c\20SkSL::Type\20const&\29::$_3::operator\28\29\28int\29\20const +1982:SkSL::optimize_comparison\28SkSL::Context\20const&\2c\20std::__2::array\20const&\2c\20bool\20\28*\29\28double\2c\20double\29\29 +1983:SkSL::VariableReference::Make\28SkSL::Position\2c\20SkSL::Variable\20const*\2c\20SkSL::VariableRefKind\29 +1984:SkSL::Variable*\20SkSL::SymbolTable::add\28SkSL::Context\20const&\2c\20std::__2::unique_ptr>\29 +1985:SkSL::Type::coercionCost\28SkSL::Type\20const&\29\20const +1986:SkSL::SymbolTable::addArrayDimension\28SkSL::Context\20const&\2c\20SkSL::Type\20const*\2c\20int\29 +1987:SkSL::String::appendf\28std::__2::basic_string\2c\20std::__2::allocator>*\2c\20char\20const*\2c\20...\29 +1988:SkSL::RP::VariableLValue::fixedSlotRange\28SkSL::RP::Generator*\29 +1989:SkSL::RP::Program::appendCopySlotsUnmasked\28skia_private::TArray*\2c\20SkArenaAlloc*\2c\20unsigned\20int\2c\20unsigned\20int\2c\20int\29\20const +1990:SkSL::RP::Generator::pushBinaryExpression\28SkSL::Expression\20const&\2c\20SkSL::Operator\2c\20SkSL::Expression\20const&\29 +1991:SkSL::RP::Generator::emitTraceLine\28SkSL::Position\29 +1992:SkSL::RP::AutoStack::enter\28\29 +1993:SkSL::PipelineStage::PipelineStageCodeGenerator::writeStatement\28SkSL::Statement\20const&\29 +1994:SkSL::Operator::determineBinaryType\28SkSL::Context\20const&\2c\20SkSL::Type\20const&\2c\20SkSL::Type\20const&\2c\20SkSL::Type\20const**\2c\20SkSL::Type\20const**\2c\20SkSL::Type\20const**\29\20const +1995:SkSL::NativeShader::~NativeShader\28\29 +1996:SkSL::GLSLCodeGenerator::getTypePrecision\28SkSL::Type\20const&\29 +1997:SkSL::ExpressionStatement::Make\28SkSL::Context\20const&\2c\20std::__2::unique_ptr>\29 +1998:SkSL::ConstructorDiagonalMatrix::Make\28SkSL::Context\20const&\2c\20SkSL::Position\2c\20SkSL::Type\20const&\2c\20std::__2::unique_ptr>\29 +1999:SkSL::ConstructorArrayCast::~ConstructorArrayCast\28\29 +2000:SkSL::ConstantFolder::MakeConstantValueForVariable\28SkSL::Position\2c\20std::__2::unique_ptr>\29 +2001:SkSBlockAllocator<64ul>::SkSBlockAllocator\28SkBlockAllocator::GrowthPolicy\2c\20unsigned\20long\29 +2002:SkRuntimeEffectBuilder::writableUniformData\28\29 +2003:SkRuntimeEffect::uniformSize\28\29\20const +2004:SkResourceCache::Key::init\28void*\2c\20unsigned\20long\20long\2c\20unsigned\20long\29 +2005:SkRegion::op\28SkRegion\20const&\2c\20SkRegion::Op\29 +2006:SkRect::toQuad\28SkPathDirection\29\20const +2007:SkRect::isFinite\28\29\20const +2008:SkRasterPipelineBlitter::appendStore\28SkRasterPipeline*\29\20const +2009:SkRasterPipeline::compile\28\29\20const +2010:SkRasterPipeline::appendClampIfNormalized\28SkImageInfo\20const&\29 +2011:SkRasterClipStack::writable_rc\28\29 +2012:SkRasterClip::SkRasterClip\28SkIRect\20const&\29 +2013:SkRRect::setRectRadii\28SkRect\20const&\2c\20SkPoint\20const*\29 +2014:SkPointPriv::EqualsWithinTolerance\28SkPoint\20const&\2c\20SkPoint\20const&\29 +2015:SkPoint::Length\28float\2c\20float\29 +2016:SkPixmap::operator=\28SkPixmap&&\29 +2017:SkPathWriter::matchedLast\28SkOpPtT\20const*\29\20const +2018:SkPathWriter::finishContour\28\29 +2019:SkPathEdgeIter::next\28\29 +2020:SkPathBuilder::addRect\28SkRect\20const&\2c\20SkPathDirection\29 +2021:SkPathBuilder::addRRect\28SkRRect\20const&\2c\20SkPathDirection\29 +2022:SkPath::getPoint\28int\29\20const +2023:SkPath::close\28\29 +2024:SkPaint::operator=\28SkPaint\20const&\29 +2025:SkPaint::nothingToDraw\28\29\20const +2026:SkPaint::isSrcOver\28\29\20const +2027:SkOpSpanBase::contains\28SkOpSegment\20const*\29\20const +2028:SkOpSegment::updateWinding\28SkOpSpanBase*\2c\20SkOpSpanBase*\29 +2029:SkOpAngle::linesOnOriginalSide\28SkOpAngle\20const*\29 +2030:SkNoPixelsDevice::writableClip\28\29 +2031:SkNextID::ImageID\28\29 +2032:SkMatrix::setConcat\28SkMatrix\20const&\2c\20SkMatrix\20const&\29 +2033:SkMatrix::isFinite\28\29\20const +2034:SkMatrix::decomposeScale\28SkSize*\2c\20SkMatrix*\29\20const +2035:SkMaskBuilder::AllocImage\28unsigned\20long\2c\20SkMaskBuilder::AllocType\29 +2036:SkMask::computeImageSize\28\29\20const +2037:SkMask::AlphaIter<\28SkMask::Format\294>::operator*\28\29\20const +2038:SkM44::SkM44\28SkMatrix\20const&\29 +2039:SkLocalMatrixImageFilter::~SkLocalMatrixImageFilter\28\29 +2040:SkKnownRuntimeEffects::\28anonymous\20namespace\29::make_blur_2D_shader\28int\2c\20SkKnownRuntimeEffects::StableKey\29 +2041:SkKnownRuntimeEffects::\28anonymous\20namespace\29::make_blur_1D_shader\28int\2c\20SkKnownRuntimeEffects::StableKey\29 +2042:SkKnownRuntimeEffects::GetKnownRuntimeEffect\28SkKnownRuntimeEffects::StableKey\29 +2043:SkJSONWriter::endObject\28\29 +2044:SkJSONWriter::beginObject\28char\20const*\2c\20bool\29 +2045:SkJSONWriter::appendName\28char\20const*\29 +2046:SkIntersections::flip\28\29 +2047:SkImageInfo::MakeUnknown\28int\2c\20int\29 +2048:SkImageFilter::getInput\28int\29\20const +2049:SkFont::unicharToGlyph\28int\29\20const +2050:SkDynamicMemoryWStream::~SkDynamicMemoryWStream\28\29 +2051:SkDrawable::draw\28SkCanvas*\2c\20SkMatrix\20const*\29 +2052:SkDevice::setLocalToDevice\28SkM44\20const&\29 +2053:SkData::MakeWithoutCopy\28void\20const*\2c\20unsigned\20long\29 +2054:SkData::MakeWithProc\28void\20const*\2c\20unsigned\20long\2c\20void\20\28*\29\28void\20const*\2c\20void*\29\2c\20void*\29 +2055:SkDRect::add\28SkDPoint\20const&\29 +2056:SkConic::chopAt\28float\2c\20SkConic*\29\20const +2057:SkColorSpace::gammaIsLinear\28\29\20const +2058:SkChopCubicAtHalf\28SkPoint\20const*\2c\20SkPoint*\29 +2059:SkCanvas::concat\28SkM44\20const&\29 +2060:SkCanvas::computeDeviceClipBounds\28bool\29\20const +2061:SkBlockAllocator::ByteRange\20SkBlockAllocator::allocate<4ul\2c\200ul>\28unsigned\20long\29 +2062:SkBitmap::operator=\28SkBitmap\20const&\29 +2063:SkBinaryWriteBuffer::~SkBinaryWriteBuffer\28\29 +2064:SkAutoSMalloc<1024ul>::SkAutoSMalloc\28unsigned\20long\29 +2065:RunBasedAdditiveBlitter::checkY\28int\29 +2066:RoughlyEqualUlps\28double\2c\20double\29 +2067:Read255UShort +2068:PS_Conv_ToFixed +2069:OT::post::accelerator_t::cmp_gids\28void\20const*\2c\20void\20const*\2c\20void*\29 +2070:OT::hmtxvmtx::accelerator_t::get_advance_without_var_unscaled\28unsigned\20int\29\20const +2071:OT::Layout::GPOS_impl::ValueFormat::apply_value\28OT::hb_ot_apply_context_t*\2c\20OT::Layout::GPOS_impl::ValueBase\20const*\2c\20OT::IntType\20const*\2c\20hb_glyph_position_t&\29\20const +2072:GrTriangulator::VertexList::remove\28GrTriangulator::Vertex*\29 +2073:GrTriangulator::Vertex*\20SkArenaAlloc::make\28SkPoint&\2c\20int&&\29 +2074:GrTriangulator::Poly::addEdge\28GrTriangulator::Edge*\2c\20GrTriangulator::Side\2c\20GrTriangulator*\29 +2075:GrTextureEffect::MakeSubset\28GrSurfaceProxyView\2c\20SkAlphaType\2c\20SkMatrix\20const&\2c\20GrSamplerState\2c\20SkRect\20const&\2c\20GrCaps\20const&\2c\20float\20const*\2c\20bool\29 +2076:GrSurface::invokeReleaseProc\28\29 +2077:GrSurface::GrSurface\28GrGpu*\2c\20SkISize\20const&\2c\20skgpu::Protected\2c\20std::__2::basic_string_view>\29 +2078:GrStyledShape::operator=\28GrStyledShape\20const&\29 +2079:GrSimpleMeshDrawOpHelperWithStencil::createProgramInfoWithStencil\28GrCaps\20const*\2c\20SkArenaAlloc*\2c\20GrSurfaceProxyView\20const&\2c\20bool\2c\20GrAppliedClip&&\2c\20GrDstProxyView\20const&\2c\20GrGeometryProcessor*\2c\20GrPrimitiveType\2c\20GrXferBarrierFlags\2c\20GrLoadOp\29 +2080:GrSimpleMeshDrawOpHelper::CreateProgramInfo\28GrCaps\20const*\2c\20SkArenaAlloc*\2c\20GrSurfaceProxyView\20const&\2c\20bool\2c\20GrAppliedClip&&\2c\20GrDstProxyView\20const&\2c\20GrGeometryProcessor*\2c\20GrProcessorSet&&\2c\20GrPrimitiveType\2c\20GrXferBarrierFlags\2c\20GrLoadOp\2c\20GrPipeline::InputFlags\2c\20GrUserStencilSettings\20const*\29 +2081:GrShape::setRRect\28SkRRect\20const&\29 +2082:GrShape::reset\28GrShape::Type\29 +2083:GrResourceProvider::findOrCreatePatternedIndexBuffer\28unsigned\20short\20const*\2c\20int\2c\20int\2c\20int\2c\20skgpu::UniqueKey\20const&\29 +2084:GrResourceProvider::createBuffer\28unsigned\20long\2c\20GrGpuBufferType\2c\20GrAccessPattern\2c\20GrResourceProvider::ZeroInit\29 +2085:GrResourceProvider::assignUniqueKeyToResource\28skgpu::UniqueKey\20const&\2c\20GrGpuResource*\29 +2086:GrRenderTask::addDependency\28GrRenderTask*\29 +2087:GrRenderTask::GrRenderTask\28\29 +2088:GrRenderTarget::onRelease\28\29 +2089:GrQuadUtils::TessellationHelper::Vertices::asGrQuads\28GrQuad*\2c\20GrQuad::Type\2c\20GrQuad*\2c\20GrQuad::Type\29\20const +2090:GrProxyProvider::findOrCreateProxyByUniqueKey\28skgpu::UniqueKey\20const&\2c\20GrSurfaceProxy::UseAllocator\29 +2091:GrProxyProvider::assignUniqueKeyToProxy\28skgpu::UniqueKey\20const&\2c\20GrTextureProxy*\29 +2092:GrPaint::setCoverageFragmentProcessor\28std::__2::unique_ptr>\29 +2093:GrMeshDrawOp::QuadHelper::QuadHelper\28GrMeshDrawTarget*\2c\20unsigned\20long\2c\20int\29 +2094:GrMakeCachedBitmapProxyView\28GrRecordingContext*\2c\20SkBitmap\20const&\2c\20std::__2::basic_string_view>\2c\20skgpu::Mipmapped\29 +2095:GrIsStrokeHairlineOrEquivalent\28GrStyle\20const&\2c\20SkMatrix\20const&\2c\20float*\29 +2096:GrImageInfo::minRowBytes\28\29\20const +2097:GrGpuResource::CacheAccess::isUsableAsScratch\28\29\20const +2098:GrGeometryProcessor::ProgramImpl::setupUniformColor\28GrGLSLFPFragmentBuilder*\2c\20GrGLSLUniformHandler*\2c\20char\20const*\2c\20GrResourceHandle*\29 +2099:GrGLSLUniformHandler::addUniformArray\28GrProcessor\20const*\2c\20unsigned\20int\2c\20SkSLType\2c\20char\20const*\2c\20int\2c\20char\20const**\29 +2100:GrGLSLShaderBuilder::code\28\29 +2101:GrGLOpsRenderPass::bindVertexBuffer\28GrBuffer\20const*\2c\20int\29 +2102:GrGLGpu::unbindSurfaceFBOForPixelOps\28GrSurface*\2c\20int\2c\20unsigned\20int\29 +2103:GrGLGpu::flushRenderTarget\28GrGLRenderTarget*\2c\20bool\29 +2104:GrGLGpu::bindSurfaceFBOForPixelOps\28GrSurface*\2c\20int\2c\20unsigned\20int\2c\20GrGLGpu::TempFBOTarget\29 +2105:GrGLCompileAndAttachShader\28GrGLContext\20const&\2c\20unsigned\20int\2c\20unsigned\20int\2c\20SkSL::NativeShader\20const&\2c\20bool\2c\20GrThreadSafePipelineBuilder::Stats*\2c\20skgpu::ShaderErrorHandler*\29 +2106:GrFragmentProcessors::Make\28skgpu::ganesh::SurfaceDrawContext*\2c\20SkColorFilter\20const*\2c\20std::__2::unique_ptr>\2c\20GrColorInfo\20const&\2c\20SkSurfaceProps\20const&\29 +2107:GrFragmentProcessor::visitTextureEffects\28std::__2::function\20const&\29\20const +2108:GrFragmentProcessor::MakeColor\28SkRGBA4f<\28SkAlphaType\292>\29 +2109:GrDirectContextPriv::flushSurface\28GrSurfaceProxy*\2c\20SkSurfaces::BackendSurfaceAccess\2c\20GrFlushInfo\20const&\2c\20skgpu::MutableTextureState\20const*\29 +2110:GrBlendFragmentProcessor::Make\28std::__2::unique_ptr>\2c\20std::__2::unique_ptr>\2c\20SkBlendMode\2c\20bool\29 +2111:GrBackendFormat::operator=\28GrBackendFormat\20const&\29 +2112:GrAAConvexTessellator::addPt\28SkPoint\20const&\2c\20float\2c\20float\2c\20bool\2c\20GrAAConvexTessellator::CurveState\29 +2113:GetHtreeGroupForPos +2114:FilterLoop26_C +2115:FilterLoop24_C +2116:FT_Outline_Transform +2117:ExtensionListEntry*\20icu_74::MemoryPool::create<>\28\29 +2118:CFF::parsed_values_t::add_op\28unsigned\20int\2c\20CFF::byte_str_ref_t\20const&\2c\20CFF::op_str_t\20const&\29 +2119:CFF::dict_opset_t::process_op\28unsigned\20int\2c\20CFF::interp_env_t&\29 +2120:CFF::cs_opset_t\2c\20cff2_extents_param_t\2c\20cff2_path_procs_extents_t>::process_post_move\28unsigned\20int\2c\20CFF::cff2_cs_interp_env_t&\2c\20cff2_extents_param_t&\29 +2121:CFF::cs_opset_t::process_post_move\28unsigned\20int\2c\20CFF::cff1_cs_interp_env_t&\2c\20cff1_extents_param_t&\29 +2122:CFF::cs_interp_env_t>>::determine_hintmask_size\28\29 +2123:BlockIndexIterator::Last\28SkBlockAllocator::Block\20const*\29\2c\20&SkTBlockList::First\28SkBlockAllocator::Block\20const*\29\2c\20&SkTBlockList::Decrement\28SkBlockAllocator::Block\20const*\2c\20int\29\2c\20&SkTBlockList::GetItem\28SkBlockAllocator::Block*\2c\20int\29>::begin\28\29\20const +2124:AlmostBetweenUlps\28double\2c\20double\2c\20double\29 +2125:ActiveEdgeList::SingleRotation\28ActiveEdge*\2c\20int\29 +2126:AAT::hb_aat_apply_context_t::replace_glyph_inplace\28unsigned\20int\2c\20unsigned\20int\29 +2127:1911 +2128:1912 +2129:1913 +2130:1914 +2131:void\20std::__2::__stable_sort\20const&\2c\20unsigned\20int\2c\20FT_COLR_Paint_\20const&\2c\20SkPaint*\29::$_0::operator\28\29\28FT_ColorStopIterator_\20const&\2c\20std::__2::vector>&\2c\20std::__2::vector\2c\20std::__2::allocator>>&\29\20const::'lambda'\28\28anonymous\20namespace\29::colrv1_configure_skpaint\28FT_FaceRec_*\2c\20SkSpan\20const&\2c\20unsigned\20int\2c\20FT_COLR_Paint_\20const&\2c\20SkPaint*\29::$_0::operator\28\29\28FT_ColorStopIterator_\20const&\2c\20std::__2::vector>&\2c\20std::__2::vector\2c\20std::__2::allocator>>&\29\20const::ColorStop\20const&\2c\20\28anonymous\20namespace\29::colrv1_configure_skpaint\28FT_FaceRec_*\2c\20SkSpan\20const&\2c\20unsigned\20int\2c\20FT_COLR_Paint_\20const&\2c\20SkPaint*\29::$_0::operator\28\29\28FT_ColorStopIterator_\20const&\2c\20std::__2::vector>&\2c\20std::__2::vector\2c\20std::__2::allocator>>&\29\20const::ColorStop\20const&\29&\2c\20std::__2::__wrap_iter<\28anonymous\20namespace\29::colrv1_configure_skpaint\28FT_FaceRec_*\2c\20SkSpan\20const&\2c\20unsigned\20int\2c\20FT_COLR_Paint_\20const&\2c\20SkPaint*\29::$_0::operator\28\29\28FT_ColorStopIterator_\20const&\2c\20std::__2::vector>&\2c\20std::__2::vector\2c\20std::__2::allocator>>&\29\20const::ColorStop*>>\28std::__2::__wrap_iter<\28anonymous\20namespace\29::colrv1_configure_skpaint\28FT_FaceRec_*\2c\20SkSpan\20const&\2c\20unsigned\20int\2c\20FT_COLR_Paint_\20const&\2c\20SkPaint*\29::$_0::operator\28\29\28FT_ColorStopIterator_\20const&\2c\20std::__2::vector>&\2c\20std::__2::vector\2c\20std::__2::allocator>>&\29\20const::ColorStop*>\2c\20std::__2::__wrap_iter<\28anonymous\20namespace\29::colrv1_configure_skpaint\28FT_FaceRec_*\2c\20SkSpan\20const&\2c\20unsigned\20int\2c\20FT_COLR_Paint_\20const&\2c\20SkPaint*\29::$_0::operator\28\29\28FT_ColorStopIterator_\20const&\2c\20std::__2::vector>&\2c\20std::__2::vector\2c\20std::__2::allocator>>&\29\20const::ColorStop*>\2c\20\28anonymous\20namespace\29::colrv1_configure_skpaint\28FT_FaceRec_*\2c\20SkSpan\20const&\2c\20unsigned\20int\2c\20FT_COLR_Paint_\20const&\2c\20SkPaint*\29::$_0::operator\28\29\28FT_ColorStopIterator_\20const&\2c\20std::__2::vector>&\2c\20std::__2::vector\2c\20std::__2::allocator>>&\29\20const::'lambda'\28\28anonymous\20namespace\29::colrv1_configure_skpaint\28FT_FaceRec_*\2c\20SkSpan\20const&\2c\20unsigned\20int\2c\20FT_COLR_Paint_\20const&\2c\20SkPaint*\29::$_0::operator\28\29\28FT_ColorStopIterator_\20const&\2c\20std::__2::vector>&\2c\20std::__2::vector\2c\20std::__2::allocator>>&\29\20const::ColorStop\20const&\2c\20\28anonymous\20namespace\29::colrv1_configure_skpaint\28FT_FaceRec_*\2c\20SkSpan\20const&\2c\20unsigned\20int\2c\20FT_COLR_Paint_\20const&\2c\20SkPaint*\29::$_0::operator\28\29\28FT_ColorStopIterator_\20const&\2c\20std::__2::vector>&\2c\20std::__2::vector\2c\20std::__2::allocator>>&\29\20const::ColorStop\20const&\29&\2c\20std::__2::iterator_traits\20const&\2c\20unsigned\20int\2c\20FT_COLR_Paint_\20const&\2c\20SkPaint*\29::$_0::operator\28\29\28FT_ColorStopIterator_\20const&\2c\20std::__2::vector>&\2c\20std::__2::vector\2c\20std::__2::allocator>>&\29\20const::ColorStop*>>::difference_type\2c\20std::__2::iterator_traits\20const&\2c\20unsigned\20int\2c\20FT_COLR_Paint_\20const&\2c\20SkPaint*\29::$_0::operator\28\29\28FT_ColorStopIterator_\20const&\2c\20std::__2::vector>&\2c\20std::__2::vector\2c\20std::__2::allocator>>&\29\20const::ColorStop*>>::value_type*\2c\20long\29 +2132:void\20std::__2::__split_buffer&>::__construct_at_end\2c\200>\28std::__2::move_iterator\2c\20std::__2::move_iterator\29 +2133:void\20std::__2::__memberwise_forward_assign\5babi:ne180100\5d>&>\2c\20std::__2::tuple>>\2c\20bool\2c\20std::__2::unique_ptr>\2c\200ul\2c\201ul>\28std::__2::tuple>&>&\2c\20std::__2::tuple>>&&\2c\20std::__2::__tuple_types>>\2c\20std::__2::__tuple_indices<0ul\2c\201ul>\29 +2134:void\20extend_pts<\28SkPaint::Cap\292>\28std::__2::optional\2c\20std::__2::optional\2c\20SkSpan\29 +2135:void\20extend_pts<\28SkPaint::Cap\291>\28std::__2::optional\2c\20std::__2::optional\2c\20SkSpan\29 +2136:void\20SkSafeUnref\28SkTextBlob*\29 +2137:void\20SkSafeUnref\28SkIcuBreakIteratorCache::BreakIteratorRef*\29 +2138:void\20SkSafeUnref\28GrTextureProxy*\29 +2139:utext_setup_74 +2140:utext_openUChars_74 +2141:utext_close_74 +2142:utext_char32At_74 +2143:ures_getStringByKey_74 +2144:unsigned\20int*\20SkRecordCanvas::copy\28unsigned\20int\20const*\2c\20unsigned\20long\29 +2145:ulocimp_getKeywordValue_74 +2146:udata_openChoice_74 +2147:ucptrie_internalSmallU8Index_74 +2148:ucptrie_get_74 +2149:ucptrie_getRange_74 +2150:ubrk_close_74 +2151:u_charsToUChars_74 +2152:tt_cmap14_ensure +2153:std::__2::vector>\2c\20std::__2::allocator>>>::push_back\5babi:ne180100\5d\28std::__2::unique_ptr>&&\29 +2154:std::__2::vector>\2c\20std::__2::allocator>>>::~vector\5babi:ne180100\5d\28\29 +2155:std::__2::vector>::operator\5b\5d\5babi:nn180100\5d\28unsigned\20long\29\20const +2156:std::__2::vector>::__vallocate\5babi:ne180100\5d\28unsigned\20long\29 +2157:std::__2::vector\2c\20std::__2::allocator>>::__recommend\5babi:ne180100\5d\28unsigned\20long\29\20const +2158:std::__2::vector>::resize\28unsigned\20long\29 +2159:std::__2::vector>::vector\28std::__2::vector>\20const&\29 +2160:std::__2::unique_ptr>\20\5b\5d\2c\20std::__2::default_delete>\20\5b\5d>>::~unique_ptr\5babi:ne180100\5d\28\29 +2161:std::__2::unique_ptr>::~unique_ptr\5babi:ne180100\5d\28\29 +2162:std::__2::unique_ptr>::~unique_ptr\5babi:ne180100\5d\28\29 +2163:std::__2::unique_ptr>::~unique_ptr\5babi:ne180100\5d\28\29 +2164:std::__2::unique_ptr>::~unique_ptr\5babi:ne180100\5d\28\29 +2165:std::__2::unique_ptr>::reset\5babi:ne180100\5d\28GrDrawOpAtlas*\29 +2166:std::__2::codecvt::do_unshift\28__mbstate_t&\2c\20char8_t*\2c\20char8_t*\2c\20char8_t*&\29\20const +2167:std::__2::basic_string\2c\20std::__2::allocator>::clear\5babi:ne180100\5d\28\29 +2168:std::__2::basic_string\2c\20std::__2::allocator>::basic_string\5babi:nn180100\5d<0>\28char\20const*\29 +2169:std::__2::basic_string\2c\20std::__2::allocator>::__grow_by_and_replace\28unsigned\20long\2c\20unsigned\20long\2c\20unsigned\20long\2c\20unsigned\20long\2c\20unsigned\20long\2c\20unsigned\20long\2c\20char\20const*\29 +2170:std::__2::basic_string\2c\20std::__2::allocator>::__fits_in_sso\5babi:nn180100\5d\28unsigned\20long\29 +2171:std::__2::basic_string\2c\20std::__2::allocator>::__assign_external\28char\20const*\29 +2172:std::__2::basic_string\2c\20std::__2::allocator>::__throw_length_error\5babi:ne180100\5d\28\29\20const +2173:std::__2::basic_ostream>::sentry::~sentry\28\29 +2174:std::__2::basic_ostream>::sentry::sentry\28std::__2::basic_ostream>&\29 +2175:std::__2::basic_ios>::~basic_ios\28\29 +2176:std::__2::array\2c\204ul>::~array\28\29 +2177:std::__2::allocator::allocate\5babi:ne180100\5d\28unsigned\20long\29 +2178:std::__2::__variant_detail::__copy_constructor\2c\20\28std::__2::__variant_detail::_Trait\291>::__copy_constructor\28std::__2::__variant_detail::__copy_constructor\2c\20\28std::__2::__variant_detail::_Trait\291>\20const&\29 +2179:std::__2::__optional_destruct_base::~__optional_destruct_base\5babi:ne180100\5d\28\29 +2180:std::__2::__optional_copy_base::__optional_copy_base\5babi:ne180100\5d\28std::__2::__optional_copy_base\20const&\29 +2181:std::__2::__num_get::__stage2_int_prep\28std::__2::ios_base&\2c\20wchar_t&\29 +2182:std::__2::__num_get::__do_widen\28std::__2::ios_base&\2c\20wchar_t*\29\20const +2183:std::__2::__num_get::__stage2_int_prep\28std::__2::ios_base&\2c\20char&\29 +2184:std::__2::__itoa::__append1\5babi:nn180100\5d\28char*\2c\20unsigned\20int\29 +2185:std::__2::__function::__value_func::operator=\5babi:ne180100\5d\28std::__2::__function::__value_func&&\29 +2186:std::__2::__function::__value_func::operator\28\29\5babi:ne180100\5d\28SkIRect\20const&\29\20const +2187:sqrtf +2188:skvx::Vec<4\2c\20unsigned\20int>&\20skvx::operator-=<4\2c\20unsigned\20int>\28skvx::Vec<4\2c\20unsigned\20int>&\2c\20skvx::Vec<4\2c\20unsigned\20int>\20const&\29 +2189:skvx::Vec<4\2c\20unsigned\20int>&\20skvx::operator+=<4\2c\20unsigned\20int>\28skvx::Vec<4\2c\20unsigned\20int>&\2c\20skvx::Vec<4\2c\20unsigned\20int>\20const&\29 +2190:skvx::Vec<4\2c\20skvx::Mask::type>\20skvx::operator><4\2c\20float>\28skvx::Vec<4\2c\20float>\20const&\2c\20skvx::Vec<4\2c\20float>\20const&\29 +2191:skvx::Vec<4\2c\20float>\20skvx::operator+<4\2c\20float\2c\20float\2c\20void>\28skvx::Vec<4\2c\20float>\20const&\2c\20float\29\20\28.6379\29 +2192:skvx::Vec<4\2c\20float>\20skvx::operator+<4\2c\20float>\28skvx::Vec<4\2c\20float>\20const&\2c\20skvx::Vec<4\2c\20float>\20const&\29\20\28.1038\29 +2193:skvx::Vec<4\2c\20float>\20skvx::max<4\2c\20float>\28skvx::Vec<4\2c\20float>\20const&\2c\20skvx::Vec<4\2c\20float>\20const&\29\20\28.8219\29 +2194:skvx::Vec<4\2c\20float>\20skvx::max<4\2c\20float>\28skvx::Vec<4\2c\20float>\20const&\2c\20skvx::Vec<4\2c\20float>\20const&\29 +2195:sktext::gpu::SubRunList::append\28std::__2::unique_ptr\29 +2196:skif::\28anonymous\20namespace\29::draw_tiled_border\28SkCanvas*\2c\20SkTileMode\2c\20SkPaint\20const&\2c\20skif::LayerSpace\20const&\2c\20skif::LayerSpace\2c\20skif::LayerSpace\29::$_0::operator\28\29\28SkRect\20const&\2c\20SkRect\20const&\29\20const +2197:skif::LayerSpace::inverseMapRect\28skif::LayerSpace\20const&\2c\20skif::LayerSpace*\29\20const +2198:skif::FilterResult::analyzeBounds\28skif::LayerSpace\20const&\2c\20skif::FilterResult::BoundsScope\29\20const +2199:skif::FilterResult::AutoSurface::snap\28\29 +2200:skif::FilterResult::AutoSurface::AutoSurface\28skif::Context\20const&\2c\20skif::LayerSpace\20const&\2c\20skif::FilterResult::PixelBoundary\2c\20bool\2c\20SkSurfaceProps\20const*\29 +2201:skia_private::THashTable::AdaptedTraits>::findOrNull\28skgpu::UniqueKey\20const&\29\20const +2202:skia_private::TArray::reset\28int\29 +2203:skia_private::TArray::reserve_exact\28int\29 +2204:skia_private::TArray::push_back\28\29 +2205:skia_private::TArray::checkRealloc\28int\2c\20double\29 +2206:skia_private::TArray::push_back_raw\28int\29 +2207:skia_private::TArray::installDataAndUpdateCapacity\28SkSpan\29 +2208:skia_private::TArray::checkRealloc\28int\2c\20double\29 +2209:skia_private::AutoSTArray<8\2c\20unsigned\20int>::reset\28int\29 +2210:skia_private::AutoSTArray<24\2c\20unsigned\20int>::~AutoSTArray\28\29 +2211:skia_png_reciprocal2 +2212:skia_png_benign_error +2213:skia::textlayout::TextStyle::TextStyle\28\29 +2214:skia::textlayout::Run::~Run\28\29 +2215:skia::textlayout::Run::posX\28unsigned\20long\29\20const +2216:skia::textlayout::ParagraphStyle::ParagraphStyle\28skia::textlayout::ParagraphStyle\20const&\29 +2217:skia::textlayout::InternalLineMetrics::height\28\29\20const +2218:skia::textlayout::InternalLineMetrics::add\28skia::textlayout::Run*\29 +2219:skia::textlayout::FontCollection::findTypefaces\28std::__2::vector>\20const&\2c\20SkFontStyle\2c\20std::__2::optional\20const&\29 +2220:skgpu::ganesh::TextureOp::BatchSizeLimiter::createOp\28GrTextureSetEntry*\2c\20int\2c\20GrAAType\29 +2221:skgpu::ganesh::SurfaceFillContext::fillRectWithFP\28SkIRect\20const&\2c\20std::__2::unique_ptr>\29 +2222:skgpu::ganesh::SurfaceFillContext::fillRectToRectWithFP\28SkIRect\20const&\2c\20SkIRect\20const&\2c\20std::__2::unique_ptr>\29 +2223:skgpu::ganesh::SurfaceDrawContext::drawShape\28GrClip\20const*\2c\20GrPaint&&\2c\20GrAA\2c\20SkMatrix\20const&\2c\20GrStyledShape&&\29 +2224:skgpu::ganesh::SurfaceDrawContext::drawShapeUsingPathRenderer\28GrClip\20const*\2c\20GrPaint&&\2c\20GrAA\2c\20SkMatrix\20const&\2c\20GrStyledShape&&\2c\20bool\29 +2225:skgpu::ganesh::SurfaceDrawContext::drawRRect\28GrClip\20const*\2c\20GrPaint&&\2c\20GrAA\2c\20SkMatrix\20const&\2c\20SkRRect\20const&\2c\20GrStyle\20const&\29 +2226:skgpu::ganesh::SurfaceDrawContext::drawFilledQuad\28GrClip\20const*\2c\20GrPaint&&\2c\20DrawQuad*\2c\20GrUserStencilSettings\20const*\29 +2227:skgpu::ganesh::SurfaceContext::transferPixels\28GrColorType\2c\20SkIRect\20const&\29::$_0::~$_0\28\29 +2228:skgpu::ganesh::SurfaceContext::transferPixels\28GrColorType\2c\20SkIRect\20const&\29 +2229:skgpu::ganesh::SurfaceContext::PixelTransferResult::PixelTransferResult\28skgpu::ganesh::SurfaceContext::PixelTransferResult&&\29 +2230:skgpu::ganesh::SoftwarePathRenderer::DrawNonAARect\28skgpu::ganesh::SurfaceDrawContext*\2c\20GrPaint&&\2c\20GrUserStencilSettings\20const&\2c\20GrClip\20const*\2c\20SkMatrix\20const&\2c\20SkRect\20const&\2c\20SkMatrix\20const&\29 +2231:skgpu::ganesh::QuadPerEdgeAA::VertexSpec::vertexSize\28\29\20const +2232:skgpu::ganesh::OpsTask::OpChain::List::List\28skgpu::ganesh::OpsTask::OpChain::List&&\29 +2233:skgpu::ganesh::LockTextureProxyView\28GrRecordingContext*\2c\20SkImage_Lazy\20const*\2c\20GrImageTexGenPolicy\2c\20skgpu::Mipmapped\29::$_0::operator\28\29\28GrSurfaceProxyView\20const&\29\20const +2234:skgpu::ganesh::Device::targetProxy\28\29 +2235:skgpu::ganesh::ClipStack::getConservativeBounds\28\29\20const +2236:skgpu::UniqueKeyInvalidatedMessage::UniqueKeyInvalidatedMessage\28skgpu::UniqueKeyInvalidatedMessage\20const&\29 +2237:skgpu::UniqueKey::operator=\28skgpu::UniqueKey\20const&\29 +2238:skgpu::TAsyncReadResult::addTransferResult\28skgpu::ganesh::SurfaceContext::PixelTransferResult\20const&\2c\20SkISize\2c\20unsigned\20long\2c\20skgpu::TClientMappedBufferManager*\29 +2239:skgpu::Swizzle::asString\28\29\20const +2240:skgpu::GetApproxSize\28SkISize\29 +2241:skcms_Matrix3x3_invert +2242:sk_srgb_linear_singleton\28\29 +2243:sk_sp::reset\28SkVertices*\29 +2244:sk_sp::operator=\28sk_sp\20const&\29 +2245:sk_sp::reset\28SkPathRef*\29 +2246:sk_sp::reset\28GrGpuBuffer*\29 +2247:sk_sp\20sk_make_sp\28\29 +2248:sfnt_get_name_id +2249:set_glyph\28hb_glyph_info_t&\2c\20hb_font_t*\29 +2250:roundf +2251:res_getTableItemByIndex_74 +2252:remove_node\28OffsetEdge\20const*\2c\20OffsetEdge**\29 +2253:read_curve\28unsigned\20char\20const*\2c\20unsigned\20int\2c\20skcms_Curve*\2c\20unsigned\20int*\29 +2254:ps_parser_to_token +2255:precisely_between\28double\2c\20double\2c\20double\29 +2256:path_quadraticBezierTo +2257:path_cubicTo +2258:next_char\28hb_buffer_t*\2c\20unsigned\20int\29 +2259:log2f +2260:log +2261:less_or_equal_ulps\28float\2c\20float\2c\20int\29 +2262:is_consonant\28hb_glyph_info_t\20const&\29 +2263:impeller::\28anonymous\20namespace\29::CornerContains\28impeller::RoundSuperellipseParam::Quadrant\20const&\2c\20impeller::TPoint\20const&\2c\20bool\29 +2264:impeller::\28anonymous\20namespace\29::ComputeQuadrant\28impeller::TPoint\2c\20impeller::TPoint\2c\20impeller::TSize\2c\20impeller::TSize\29 +2265:impeller::TRect::Intersection\28impeller::TRect\20const&\29\20const +2266:impeller::Matrix::HasPerspective2D\28\29\20const +2267:icu_74::\28anonymous\20namespace\29::codePointFromValidUTF8\28unsigned\20char\20const*\2c\20unsigned\20char\20const*\29 +2268:icu_74::\28anonymous\20namespace\29::MutableCodePointTrie::get\28int\29\20const +2269:icu_74::\28anonymous\20namespace\29::MixedBlocks::init\28int\2c\20int\29 +2270:icu_74::\28anonymous\20namespace\29::AliasReplacer::same\28char\20const*\2c\20char\20const*\29 +2271:icu_74::\28anonymous\20namespace\29::AliasReplacer::replaceLanguage\28bool\2c\20bool\2c\20bool\2c\20icu_74::UVector&\2c\20UErrorCode&\29 +2272:icu_74::\28anonymous\20namespace\29::AliasDataBuilder::readAlias\28UResourceBundle*\2c\20icu_74::UniqueCharStrings*\2c\20icu_74::LocalMemory&\2c\20icu_74::LocalMemory&\2c\20int&\2c\20void\20\28*\29\28char\20const*\29\2c\20void\20\28*\29\28char16_t\20const*\29\2c\20UErrorCode&\29 +2273:icu_74::UnicodeString::tempSubString\28int\2c\20int\29\20const +2274:icu_74::UnicodeString::countChar32\28int\2c\20int\29\20const +2275:icu_74::UnicodeString::append\28int\29 +2276:icu_74::UnicodeString::append\28icu_74::ConstChar16Ptr\2c\20int\29 +2277:icu_74::UnicodeString::UnicodeString\28char16_t\20const*\2c\20int\29 +2278:icu_74::UnicodeSetStringSpan::UnicodeSetStringSpan\28icu_74::UnicodeSet\20const&\2c\20icu_74::UVector\20const&\2c\20unsigned\20int\29 +2279:icu_74::UnicodeSet::applyFilter\28signed\20char\20\28*\29\28int\2c\20void*\29\2c\20void*\2c\20icu_74::UnicodeSet\20const*\2c\20UErrorCode&\29 +2280:icu_74::UVector::contains\28void*\29\20const +2281:icu_74::UVector32::~UVector32\28\29 +2282:icu_74::UVector32::setSize\28int\29 +2283:icu_74::UCharsTrieBuilder::write\28char16_t\20const*\2c\20int\29 +2284:icu_74::ReorderingBuffer::resize\28int\2c\20UErrorCode&\29 +2285:icu_74::Normalizer2Impl::compose\28char16_t\20const*\2c\20char16_t\20const*\2c\20signed\20char\2c\20signed\20char\2c\20icu_74::ReorderingBuffer&\2c\20UErrorCode&\29\20const +2286:icu_74::LocaleUtility::initLocaleFromName\28icu_74::UnicodeString\20const&\2c\20icu_74::Locale&\29 +2287:icu_74::LocalUEnumerationPointer::~LocalUEnumerationPointer\28\29 +2288:icu_74::LSR::LSR\28icu_74::StringPiece\2c\20icu_74::StringPiece\2c\20icu_74::StringPiece\2c\20int\2c\20UErrorCode&\29 +2289:icu_74::Edits::addUnchanged\28int\29 +2290:icu_74::DictionaryBreakEngine::~DictionaryBreakEngine\28\29 +2291:icu_74::BytesTrie::~BytesTrie\28\29 +2292:icu_74::BytesTrie::getValue\28\29\20const +2293:icu_74::BreakIterator::createInstance\28icu_74::Locale\20const&\2c\20int\2c\20UErrorCode&\29 +2294:icu_74::BreakIterator::buildInstance\28icu_74::Locale\20const&\2c\20char\20const*\2c\20UErrorCode&\29 +2295:hb_unicode_funcs_destroy +2296:hb_serialize_context_t::pop_discard\28\29 +2297:hb_paint_funcs_t::pop_clip\28void*\29 +2298:hb_ot_map_t::feature_map_t\20const*\20hb_vector_t::bsearch\28unsigned\20int\20const&\2c\20hb_ot_map_t::feature_map_t\20const*\29\20const +2299:hb_lazy_loader_t\2c\20hb_face_t\2c\2015u\2c\20OT::glyf_accelerator_t>::get_stored\28\29\20const +2300:hb_indic_would_substitute_feature_t::init\28hb_ot_map_t\20const*\2c\20unsigned\20int\2c\20bool\29 +2301:hb_hashmap_t::alloc\28unsigned\20int\29 +2302:hb_font_t::get_glyph_v_advance\28unsigned\20int\29 +2303:hb_font_t::get_glyph_extents\28unsigned\20int\2c\20hb_glyph_extents_t*\29 +2304:hb_draw_funcs_t::emit_cubic_to\28void*\2c\20hb_draw_state_t&\2c\20float\2c\20float\2c\20float\2c\20float\2c\20float\2c\20float\29 +2305:hb_buffer_t::replace_glyph\28unsigned\20int\29 +2306:hb_buffer_t::output_glyph\28unsigned\20int\29 +2307:hb_buffer_t::make_room_for\28unsigned\20int\2c\20unsigned\20int\29 +2308:hb_buffer_t::_set_glyph_flags\28unsigned\20int\2c\20unsigned\20int\2c\20unsigned\20int\2c\20bool\2c\20bool\29 +2309:hb_buffer_create_similar +2310:gray_set_cell +2311:ft_service_list_lookup +2312:fseek +2313:flutter::ToSk\28impeller::Matrix\20const*\2c\20SkMatrix&\29 +2314:flutter::ToSk\28flutter::DlImageFilter\20const*\29 +2315:flutter::ToSkRRect\28impeller::RoundRect\20const&\29 +2316:flutter::DlTextSkia::GetTextFrame\28\29\20const +2317:flutter::DlSkCanvasDispatcher::safe_paint\28bool\29 +2318:flutter::DlPath::DlPath\28SkPath\20const&\29 +2319:flutter::DisplayListBuilder::drawRect\28impeller::TRect\20const&\29 +2320:flutter::DisplayListBuilder::drawOval\28impeller::TRect\20const&\29 +2321:flutter::DisplayListBuilder::UpdateCurrentOpacityCompatibility\28\29 +2322:flutter::DisplayListBuilder::TransformReset\28\29 +2323:flutter::DisplayListBuilder::TransformFullPerspective\28float\2c\20float\2c\20float\2c\20float\2c\20float\2c\20float\2c\20float\2c\20float\2c\20float\2c\20float\2c\20float\2c\20float\2c\20float\2c\20float\2c\20float\2c\20float\29 +2324:flutter::DisplayListBuilder::Transform2DAffine\28float\2c\20float\2c\20float\2c\20float\2c\20float\2c\20float\29 +2325:flutter::DisplayListBuilder::DrawRect\28impeller::TRect\20const&\2c\20flutter::DlPaint\20const&\29 +2326:flutter::DisplayListBuilder::DrawColor\28flutter::DlColor\2c\20impeller::BlendMode\29 +2327:flutter::DisplayListBuilder::ClipPath\28flutter::DlPath\20const&\2c\20flutter::DlClipOp\2c\20bool\29 +2328:flutter::DisplayListBuilder::AccumulateUnbounded\28\29 +2329:find_table +2330:findBasename\28char\20const*\29 +2331:fillcheckrect\28int\2c\20int\2c\20int\2c\20int\2c\20SkBlitter*\29 +2332:fflush +2333:fclose +2334:expm1 +2335:decltype\28fp\28nullptr\29\29\20SkArenaAlloc::make<\28anonymous\20namespace\29::GaussianPass::MakeMaker\28float\2c\20SkArenaAlloc*\29::Maker*\20SkArenaAlloc::make<\28anonymous\20namespace\29::GaussianPass::MakeMaker\28float\2c\20SkArenaAlloc*\29::Maker\2c\20float&>\28float&\29::'lambda'\28void*\29>\28\28anonymous\20namespace\29::GaussianPass::MakeMaker\28float\2c\20SkArenaAlloc*\29::Maker&&\29::'lambda'\28char*\29::__invoke\28char*\29 +2336:crc_word +2337:choose_bmp_texture_colortype\28GrCaps\20const*\2c\20SkBitmap\20const&\29 +2338:char*\20sktext::gpu::BagOfBytes::allocateBytesFor\28int\29 +2339:cff_parse_fixed +2340:cf2_interpT2CharString +2341:cf2_hintmap_insertHint +2342:cf2_hintmap_build +2343:cf2_glyphpath_moveTo +2344:cf2_glyphpath_lineTo +2345:bool\20std::__2::operator==\5babi:ne180100\5d>\28std::__2::vector>\20const&\2c\20std::__2::vector>\20const&\29 +2346:bool\20std::__2::__less::operator\28\29\5babi:nn180100\5d\28unsigned\20int\20const&\2c\20unsigned\20long\20const&\29\20const +2347:bool\20optional_eq\28std::__2::optional\2c\20SkPathVerb\29 +2348:bool\20SkIsFinite\28float\20const*\2c\20int\29 +2349:bool\20OT::OffsetTo>\2c\20OT::IntType\2c\20void\2c\20false>::sanitize<>\28hb_sanitize_context_t*\2c\20void\20const*\29\20const +2350:blit_trapezoid_row\28AdditiveBlitter*\2c\20int\2c\20int\2c\20int\2c\20int\2c\20int\2c\20int\2c\20int\2c\20unsigned\20char\2c\20unsigned\20char*\2c\20bool\29 +2351:afm_tokenize +2352:af_glyph_hints_reload +2353:adjustPointer\28UText*\2c\20void\20const**\2c\20UText\20const*\29 +2354:_isVariantSubtag\28char\20const*\2c\20int\29 +2355:_isTKey\28char\20const*\2c\20int\29 +2356:_isSepListOf\28signed\20char\20\28*\29\28char\20const*\2c\20int\29\2c\20char\20const*\2c\20int\29 +2357:_isAlphaNumericStringLimitedLength\28char\20const*\2c\20int\2c\20int\2c\20int\29 +2358:_hb_glyph_info_set_unicode_props\28hb_glyph_info_t*\2c\20hb_buffer_t*\29 +2359:_hb_draw_funcs_set_middle\28hb_draw_funcs_t*\2c\20void*\2c\20void\20\28*\29\28void*\29\29 +2360:__wasm_setjmp +2361:__sin +2362:__cos +2363:\28anonymous\20namespace\29::valid_unit_divide\28float\2c\20float\2c\20float*\29 +2364:\28anonymous\20namespace\29::getValue\28UCPTrieData\2c\20UCPTrieValueWidth\2c\20int\29 +2365:\28anonymous\20namespace\29::gather_lines_and_quads\28SkPath\20const&\2c\20SkMatrix\20const&\2c\20SkIRect\20const&\2c\20float\2c\20bool\2c\20skia_private::TArray*\2c\20skia_private::TArray*\2c\20skia_private::TArray*\2c\20skia_private::TArray*\2c\20skia_private::TArray*\29::$_1::operator\28\29\28SkSpan\29\20const +2366:\28anonymous\20namespace\29::draw_stencil_rect\28skgpu::ganesh::SurfaceDrawContext*\2c\20GrHardClip\20const&\2c\20GrUserStencilSettings\20const*\2c\20SkMatrix\20const&\2c\20SkRect\20const&\2c\20GrAA\29 +2367:\28anonymous\20namespace\29::can_reorder\28SkRect\20const&\2c\20SkRect\20const&\29 +2368:\28anonymous\20namespace\29::FillRectOpImpl::Make\28GrRecordingContext*\2c\20GrPaint&&\2c\20GrAAType\2c\20DrawQuad*\2c\20GrUserStencilSettings\20const*\2c\20GrSimpleMeshDrawOpHelper::InputFlags\29 +2369:TransformDC_C +2370:Skwasm::makeCurrent\28unsigned\20long\29 +2371:SkWriter32::writeSampling\28SkSamplingOptions\20const&\29 +2372:SkWriter32::writePad\28void\20const*\2c\20unsigned\20long\29 +2373:SkTextBlobRunIterator::next\28\29 +2374:SkTextBlobBuilder::make\28\29 +2375:SkTSect::addOne\28\29 +2376:SkTMultiMap::remove\28skgpu::ScratchKey\20const&\2c\20GrGpuResource\20const*\29 +2377:SkTDArray::append\28\29 +2378:SkTDArray::append\28\29 +2379:SkSurfaces::RenderTarget\28GrRecordingContext*\2c\20skgpu::Budgeted\2c\20SkImageInfo\20const&\2c\20int\2c\20GrSurfaceOrigin\2c\20SkSurfaceProps\20const*\2c\20bool\2c\20bool\29 +2380:SkStrokeRec::isFillStyle\28\29\20const +2381:SkString::appendU32\28unsigned\20int\29 +2382:SkString::SkString\28std::__2::basic_string_view>\29 +2383:SkSpecialImages::MakeFromRaster\28SkIRect\20const&\2c\20SkBitmap\20const&\2c\20SkSurfaceProps\20const&\29 +2384:SkShaders::Blend\28SkBlendMode\2c\20sk_sp\2c\20sk_sp\29 +2385:SkShaderUtils::GLSLPrettyPrint::appendChar\28char\29 +2386:SkScopeExit::~SkScopeExit\28\29 +2387:SkScan::FillPath\28SkPathRaw\20const&\2c\20SkRegion\20const&\2c\20SkBlitter*\29 +2388:SkSTArenaAlloc<1024ul>::SkSTArenaAlloc\28unsigned\20long\29 +2389:SkSL::is_scalar_op_matrix\28SkSL::Expression\20const&\2c\20SkSL::Expression\20const&\29 +2390:SkSL::evaluate_n_way_intrinsic\28SkSL::Context\20const&\2c\20SkSL::Expression\20const*\2c\20SkSL::Expression\20const*\2c\20SkSL::Expression\20const*\2c\20SkSL::Type\20const&\2c\20double\20\28*\29\28double\2c\20double\2c\20double\29\29 +2391:SkSL::\28anonymous\20namespace\29::ProgramUsageVisitor::visitType\28SkSL::Type\20const&\29 +2392:SkSL::Variable::initialValue\28\29\20const +2393:SkSL::Variable*\20SkSL::SymbolTable::takeOwnershipOfSymbol\28std::__2::unique_ptr>\29 +2394:SkSL::Type::canCoerceTo\28SkSL::Type\20const&\2c\20bool\29\20const +2395:SkSL::SymbolTable::takeOwnershipOfString\28std::__2::basic_string\2c\20std::__2::allocator>\29 +2396:SkSL::RP::pack_nybbles\28SkSpan\29 +2397:SkSL::RP::Generator::foldComparisonOp\28SkSL::Operator\2c\20int\29 +2398:SkSL::RP::Generator::emitTraceScope\28int\29 +2399:SkSL::RP::Generator::createStack\28\29 +2400:SkSL::RP::Builder::trace_var\28int\2c\20SkSL::RP::SlotRange\29 +2401:SkSL::RP::Builder::jump\28int\29 +2402:SkSL::RP::Builder::dot_floats\28int\29 +2403:SkSL::RP::Builder::branch_if_no_lanes_active\28int\29 +2404:SkSL::RP::AutoStack::~AutoStack\28\29 +2405:SkSL::RP::AutoStack::pushClone\28int\29 +2406:SkSL::Position::rangeThrough\28SkSL::Position\29\20const +2407:SkSL::PipelineStage::PipelineStageCodeGenerator::AutoOutputBuffer::~AutoOutputBuffer\28\29 +2408:SkSL::Parser::type\28SkSL::Modifiers*\29 +2409:SkSL::Parser::parseArrayDimensions\28SkSL::Position\2c\20SkSL::Type\20const**\29 +2410:SkSL::Parser::modifiers\28\29 +2411:SkSL::Parser::assignmentExpression\28\29 +2412:SkSL::Parser::arraySize\28long\20long*\29 +2413:SkSL::ModifierFlags::paddedDescription\28\29\20const +2414:SkSL::Literal::MakeBool\28SkSL::Context\20const&\2c\20SkSL::Position\2c\20bool\29 +2415:SkSL::Inliner::inlineExpression\28SkSL::Position\2c\20skia_private::THashMap>\2c\20SkGoodHash>*\2c\20SkSL::SymbolTable*\2c\20SkSL::Expression\20const&\29::$_2::operator\28\29\28SkSL::ExpressionArray\20const&\29\20const +2416:SkSL::IRHelpers::Swizzle\28std::__2::unique_ptr>\2c\20skia_private::FixedArray<4\2c\20signed\20char>\29\20const +2417:SkSL::GLSLCodeGenerator::writeTypePrecision\28SkSL::Type\20const&\29 +2418:SkSL::FunctionDeclaration::getMainCoordsParameter\28\29\20const +2419:SkSL::ExpressionArray::clone\28\29\20const +2420:SkSL::ConstantFolder::GetConstantValue\28SkSL::Expression\20const&\2c\20double*\29 +2421:SkSL::ConstantFolder::GetConstantInt\28SkSL::Expression\20const&\2c\20long\20long*\29 +2422:SkSL::Compiler::~Compiler\28\29 +2423:SkSL::Compiler::errorText\28bool\29 +2424:SkSL::Compiler::Compiler\28\29 +2425:SkSL::Analysis::IsTrivialExpression\28SkSL::Expression\20const&\29 +2426:SkRuntimeEffectPriv::TransformUniforms\28SkSpan\2c\20sk_sp\2c\20SkColorSpace\20const*\29 +2427:SkRuntimeEffectBuilder::~SkRuntimeEffectBuilder\28\29 +2428:SkRuntimeEffectBuilder::makeShader\28SkMatrix\20const*\29\20const +2429:SkRuntimeEffectBuilder::SkRuntimeEffectBuilder\28sk_sp\29 +2430:SkRuntimeEffectBuilder::BuilderChild&\20SkRuntimeEffectBuilder::BuilderChild::operator=\28sk_sp\29 +2431:SkRuntimeEffect::findChild\28std::__2::basic_string_view>\29\20const +2432:SkRegion::setPath\28SkPath\20const&\2c\20SkRegion\20const&\29 +2433:SkRegion::Iterator::Iterator\28SkRegion\20const&\29 +2434:SkReduceOrder::Quad\28SkPoint\20const*\2c\20SkPoint*\29 +2435:SkRect::joinPossiblyEmptyRect\28SkRect\20const&\29 +2436:SkRasterPipelineContexts::BinaryOpCtx*\20SkArenaAlloc::make\28SkRasterPipelineContexts::BinaryOpCtx\20const&\29 +2437:SkRasterPipelineBlitter::appendClipScale\28SkRasterPipeline*\29\20const +2438:SkRasterPipelineBlitter::appendClipLerp\28SkRasterPipeline*\29\20const +2439:SkRRect::MakeRectXY\28SkRect\20const&\2c\20float\2c\20float\29 +2440:SkRGBA4f<\28SkAlphaType\293>::toSkColor\28\29\20const +2441:SkRGBA4f<\28SkAlphaType\292>::toBytes_RGBA\28\29\20const +2442:SkRGBA4f<\28SkAlphaType\292>::fitsInBytes\28\29\20const +2443:SkPointPriv::EqualsWithinTolerance\28SkPoint\20const&\2c\20SkPoint\20const&\2c\20float\29 +2444:SkPoint*\20SkRecordCanvas::copy\28SkPoint\20const*\2c\20unsigned\20long\29 +2445:SkPoint*\20SkArenaAlloc::allocUninitializedArray\28unsigned\20long\29 +2446:SkPixmap::reset\28\29 +2447:SkPictureRecord::addImage\28SkImage\20const*\29 +2448:SkPathRaw::iter\28\29\20const +2449:SkPathBuilder::incReserve\28int\29 +2450:SkPathBuilder::arcTo\28SkRect\20const&\2c\20float\2c\20float\2c\20bool\29 +2451:SkPath::isLine\28SkPoint*\29\20const +2452:SkParsePath::ToSVGString\28SkPath\20const&\2c\20SkParsePath::PathEncoding\29::$_0::operator\28\29\28char\2c\20SkPoint\20const*\2c\20unsigned\20long\29\20const +2453:SkPaintPriv::ComputeLuminanceColor\28SkPaint\20const&\29 +2454:SkPaint::SkPaint\28SkPaint&&\29 +2455:SkOpSpan::release\28SkOpPtT\20const*\29 +2456:SkOpContourBuilder::addCurve\28SkPath::Verb\2c\20SkPoint\20const*\2c\20float\29 +2457:SkMipmap::Build\28SkPixmap\20const&\2c\20SkDiscardableMemory*\20\28*\29\28unsigned\20long\29\2c\20bool\29 +2458:SkMeshSpecification::Varying::Varying\28SkMeshSpecification::Varying&&\29 +2459:SkMatrix::mapOrigin\28\29\20const +2460:SkMaskFilter::MakeBlur\28SkBlurStyle\2c\20float\2c\20bool\29 +2461:SkMallocPixelRef::MakeAllocate\28SkImageInfo\20const&\2c\20unsigned\20long\29 +2462:SkJSONWriter::endArray\28\29 +2463:SkJSONWriter::beginValue\28bool\29 +2464:SkJSONWriter::beginArray\28char\20const*\2c\20bool\29 +2465:SkIntersections::insertNear\28double\2c\20double\2c\20SkDPoint\20const&\2c\20SkDPoint\20const&\29 +2466:SkImageShader::Make\28sk_sp\2c\20SkTileMode\2c\20SkTileMode\2c\20SkSamplingOptions\20const&\2c\20SkMatrix\20const*\2c\20bool\29 +2467:SkImageGenerator::onRefEncodedData\28\29 +2468:SkIRect::inset\28int\2c\20int\29 +2469:SkIRect::MakeXYWH\28int\2c\20int\2c\20int\2c\20int\29 +2470:SkIDChangeListener::List::changed\28\29 +2471:SkGradientBaseShader::flatten\28SkWriteBuffer&\29\20const +2472:SkGlyph::setPath\28SkArenaAlloc*\2c\20SkPath\20const*\2c\20bool\2c\20bool\29 +2473:SkFont::getMetrics\28SkFontMetrics*\29\20const +2474:SkFont::SkFont\28\29 +2475:SkFindQuadMaxCurvature\28SkPoint\20const*\29 +2476:SkFDot6Div\28int\2c\20int\29 +2477:SkEvalQuadAt\28SkPoint\20const*\2c\20float\29 +2478:SkEvalCubicAt\28SkPoint\20const*\2c\20float\2c\20SkPoint*\2c\20SkPoint*\2c\20SkPoint*\29 +2479:SkEdgeClipper::appendVLine\28float\2c\20float\2c\20float\2c\20bool\29 +2480:SkDrawShadowMetrics::GetSpotParams\28float\2c\20float\2c\20float\2c\20float\2c\20float\2c\20float*\2c\20float*\2c\20SkPoint*\29 +2481:SkDevice::setGlobalCTM\28SkM44\20const&\29 +2482:SkDevice::accessPixels\28SkPixmap*\29 +2483:SkDLine::exactPoint\28SkDPoint\20const&\29\20const +2484:SkDCubic::FindExtrema\28double\20const*\2c\20double*\29 +2485:SkConic::TransformW\28SkPoint\20const*\2c\20float\2c\20SkMatrix\20const&\29 +2486:SkColorSpace::MakeSRGBLinear\28\29 +2487:SkColorInfo::isOpaque\28\29\20const +2488:SkColorFilters::Blend\28unsigned\20int\2c\20SkBlendMode\29 +2489:SkCodec::dimensionsSupported\28SkISize\20const&\29 +2490:SkCanvas::getLocalClipBounds\28\29\20const +2491:SkCanvas::drawIRect\28SkIRect\20const&\2c\20SkPaint\20const&\29 +2492:SkBulkGlyphMetrics::glyphs\28SkSpan\29 +2493:SkBlockAllocator::releaseBlock\28SkBlockAllocator::Block*\29 +2494:SkBlitter::blitMask\28SkMask\20const&\2c\20SkIRect\20const&\29 +2495:SkBlendMode_AppendStages\28SkBlendMode\2c\20SkRasterPipeline*\29 +2496:SkBitmap::tryAllocPixels\28SkBitmap::Allocator*\29 +2497:SkBitmap::operator=\28SkBitmap&&\29 +2498:SkBitmap::notifyPixelsChanged\28\29\20const +2499:SkBitmap::getAddr\28int\2c\20int\29\20const +2500:SkBinaryWriteBuffer::writeByteArray\28void\20const*\2c\20unsigned\20long\29 +2501:SkAutoPixmapStorage::SkAutoPixmapStorage\28\29 +2502:SkAutoDeviceTransformRestore::~SkAutoDeviceTransformRestore\28\29 +2503:SkAutoDeviceTransformRestore::SkAutoDeviceTransformRestore\28SkDevice*\2c\20SkM44\20const&\29 +2504:SkAutoCanvasRestore::SkAutoCanvasRestore\28SkCanvas*\2c\20bool\29 +2505:SkAutoBlitterChoose::SkAutoBlitterChoose\28skcpu::Draw\20const&\2c\20SkMatrix\20const*\2c\20SkPaint\20const&\2c\20SkRect\20const&\2c\20SkDrawCoverage\29 +2506:SkAAClipBlitter::~SkAAClipBlitter\28\29 +2507:SkAAClip::setRegion\28SkRegion\20const&\29::$_0::operator\28\29\28unsigned\20char\2c\20int\29\20const +2508:SkAAClip::findX\28unsigned\20char\20const*\2c\20int\2c\20int*\29\20const +2509:SkAAClip::findRow\28int\2c\20int*\29\20const +2510:SkAAClip::Builder::Blitter::~Blitter\28\29 +2511:SaveErrorCode +2512:RoughlyEqualUlps\28float\2c\20float\29 +2513:R.12762 +2514:R +2515:PS_Conv_ToInt +2516:OT::hmtxvmtx::accelerator_t::get_leading_bearing_without_var_unscaled\28unsigned\20int\2c\20int*\29\20const +2517:OT::hb_ot_apply_context_t::replace_glyph\28unsigned\20int\29 +2518:OT::fvar::get_axes\28\29\20const +2519:OT::Layout::GPOS_impl::ValueFormat::sanitize_values_stride_unsafe\28hb_sanitize_context_t*\2c\20OT::Layout::GPOS_impl::ValueBase\20const*\2c\20OT::IntType\20const*\2c\20unsigned\20int\2c\20unsigned\20int\29\20const +2520:OT::DeltaSetIndexMap::map\28unsigned\20int\29\20const +2521:OT::CFFIndex>\20const&\20CFF::StructAtOffsetOrNull>>\28void\20const*\2c\20int\2c\20hb_sanitize_context_t&\29 +2522:OT::CFFIndex>::offset_at\28unsigned\20int\29\20const +2523:Normalize +2524:Ins_Goto_CodeRange +2525:GrTriangulator::setBottom\28GrTriangulator::Edge*\2c\20GrTriangulator::Vertex*\2c\20GrTriangulator::EdgeList*\2c\20GrTriangulator::Vertex**\2c\20GrTriangulator::Comparator\20const&\29\20const +2526:GrTriangulator::VertexList::append\28GrTriangulator::VertexList\20const&\29 +2527:GrTriangulator::Line::normalize\28\29 +2528:GrTriangulator::Edge::disconnect\28\29 +2529:GrThreadSafeCache::find\28skgpu::UniqueKey\20const&\29 +2530:GrThreadSafeCache::add\28skgpu::UniqueKey\20const&\2c\20GrSurfaceProxyView\20const&\29 +2531:GrTextureEffect::texture\28\29\20const +2532:GrSurfaceProxyView::Copy\28GrRecordingContext*\2c\20GrSurfaceProxyView\2c\20skgpu::Mipmapped\2c\20SkIRect\2c\20SkBackingFit\2c\20skgpu::Budgeted\2c\20std::__2::basic_string_view>\29 +2533:GrSurfaceProxyPriv::doLazyInstantiation\28GrResourceProvider*\29 +2534:GrSurface::~GrSurface\28\29 +2535:GrStyledShape::simplify\28\29 +2536:GrStyle::applies\28\29\20const +2537:GrSimpleMeshDrawOpHelperWithStencil::fixedFunctionFlags\28\29\20const +2538:GrSimpleMeshDrawOpHelper::finalizeProcessors\28GrCaps\20const&\2c\20GrAppliedClip\20const*\2c\20GrUserStencilSettings\20const*\2c\20GrClampType\2c\20GrProcessorAnalysisCoverage\2c\20GrProcessorAnalysisColor*\29 +2539:GrSimpleMeshDrawOpHelper::detachProcessorSet\28\29 +2540:GrSimpleMeshDrawOpHelper::CreateProgramInfo\28GrCaps\20const*\2c\20SkArenaAlloc*\2c\20GrPipeline\20const*\2c\20GrSurfaceProxyView\20const&\2c\20bool\2c\20GrGeometryProcessor*\2c\20GrPrimitiveType\2c\20GrXferBarrierFlags\2c\20GrLoadOp\2c\20GrUserStencilSettings\20const*\29 +2541:GrSimpleMesh::setIndexedPatterned\28sk_sp\2c\20int\2c\20int\2c\20int\2c\20sk_sp\2c\20int\2c\20int\29 +2542:GrShape::setRect\28SkRect\20const&\29 +2543:GrShape::GrShape\28GrShape\20const&\29 +2544:GrShaderVar::addModifier\28char\20const*\29 +2545:GrSWMaskHelper::~GrSWMaskHelper\28\29 +2546:GrResourceProvider::findOrMakeStaticBuffer\28GrGpuBufferType\2c\20unsigned\20long\2c\20void\20const*\2c\20skgpu::UniqueKey\20const&\29 +2547:GrResourceProvider::findOrMakeStaticBuffer\28GrGpuBufferType\2c\20unsigned\20long\2c\20skgpu::UniqueKey\20const&\2c\20void\20\28*\29\28skgpu::VertexWriter\2c\20unsigned\20long\29\29 +2548:GrResourceCache::purgeAsNeeded\28\29 +2549:GrRenderTask::addDependency\28GrDrawingManager*\2c\20GrSurfaceProxy*\2c\20skgpu::Mipmapped\2c\20GrTextureResolveManager\2c\20GrCaps\20const&\29 +2550:GrRecordingContextPriv::makeSFC\28GrImageInfo\2c\20std::__2::basic_string_view>\2c\20SkBackingFit\2c\20int\2c\20skgpu::Mipmapped\2c\20skgpu::Protected\2c\20GrSurfaceOrigin\2c\20skgpu::Budgeted\29 +2551:GrQuad::asRect\28SkRect*\29\20const +2552:GrProcessorSet::operator!=\28GrProcessorSet\20const&\29\20const +2553:GrPixmapBase::GrPixmapBase\28GrImageInfo\2c\20void\20const*\2c\20unsigned\20long\29 +2554:GrPipeline::getXferProcessor\28\29\20const +2555:GrNativeRect::asSkIRect\28\29\20const +2556:GrGpuResource::isPurgeable\28\29\20const +2557:GrGeometryProcessor::ProgramImpl::~ProgramImpl\28\29 +2558:GrGeometryProcessor::ProgramImpl::WriteOutputPosition\28GrGLSLVertexBuilder*\2c\20GrGLSLUniformHandler*\2c\20GrShaderCaps\20const&\2c\20GrGeometryProcessor::ProgramImpl::GrGPArgs*\2c\20char\20const*\2c\20SkMatrix\20const&\2c\20GrResourceHandle*\29 +2559:GrGLSLShaderBuilder::defineConstant\28char\20const*\2c\20float\29 +2560:GrGLSLShaderBuilder::addFeature\28unsigned\20int\2c\20char\20const*\29 +2561:GrGLSLProgramBuilder::nameVariable\28char\2c\20char\20const*\2c\20bool\29 +2562:GrGLSLColorSpaceXformHelper::setData\28GrGLSLProgramDataManager\20const&\2c\20GrColorSpaceXform\20const*\29 +2563:GrGLSLColorSpaceXformHelper::emitCode\28GrGLSLUniformHandler*\2c\20GrColorSpaceXform\20const*\2c\20unsigned\20int\29 +2564:GrGLGpu::flushColorWrite\28bool\29 +2565:GrGLGpu::bindTexture\28int\2c\20GrSamplerState\2c\20skgpu::Swizzle\20const&\2c\20GrGLTexture*\29 +2566:GrFragmentProcessors::Make\28SkShader\20const*\2c\20GrFPArgs\20const&\2c\20SkMatrix\20const&\29 +2567:GrFragmentProcessor::visitWithImpls\28std::__2::function\20const&\2c\20GrFragmentProcessor::ProgramImpl&\29\20const +2568:GrFragmentProcessor::visitProxies\28std::__2::function\20const&\29\20const +2569:GrFragmentProcessor::ColorMatrix\28std::__2::unique_ptr>\2c\20float\20const*\2c\20bool\2c\20bool\2c\20bool\29 +2570:GrDstProxyView::operator=\28GrDstProxyView\20const&\29 +2571:GrDrawingManager::closeActiveOpsTask\28\29 +2572:GrDrawingManager::appendTask\28sk_sp\29 +2573:GrColorSpaceXformEffect::Make\28std::__2::unique_ptr>\2c\20sk_sp\29 +2574:GrColorSpaceXform::XformKey\28GrColorSpaceXform\20const*\29 +2575:GrColorSpaceXform::Make\28GrColorInfo\20const&\2c\20GrColorInfo\20const&\29 +2576:GrColorInfo::GrColorInfo\28GrColorInfo\20const&\29 +2577:GrCaps::isFormatCompressed\28GrBackendFormat\20const&\29\20const +2578:GrBufferAllocPool::~GrBufferAllocPool\28\29 +2579:GrBufferAllocPool::putBack\28unsigned\20long\29 +2580:GrBlurUtils::convolve_gaussian\28GrRecordingContext*\2c\20GrSurfaceProxyView\2c\20GrColorType\2c\20SkAlphaType\2c\20SkIRect\2c\20SkIRect\2c\20GrBlurUtils::\28anonymous\20namespace\29::Direction\2c\20int\2c\20float\2c\20SkTileMode\2c\20sk_sp\2c\20SkBackingFit\29::$_1::operator\28\29\28SkIRect\29\20const +2581:GrAAConvexTessellator::lineTo\28SkPoint\20const&\2c\20GrAAConvexTessellator::CurveState\29 +2582:FwDCubicEvaluator::restart\28int\29 +2583:FT_Vector_Transform +2584:FT_Select_Charmap +2585:FT_Lookup_Renderer +2586:FT_Get_Module_Interface +2587:DecodeImageStream +2588:CFF::opset_t::process_op\28unsigned\20int\2c\20CFF::interp_env_t&\29 +2589:CFF::arg_stack_t::push_int\28int\29 +2590:Bounder::Bounder\28SkRect\20const&\2c\20SkPaint\20const&\29 +2591:BlockIndexIterator::Last\28SkBlockAllocator::Block\20const*\29\2c\20&SkTBlockList::First\28SkBlockAllocator::Block\20const*\29\2c\20&SkTBlockList::Decrement\28SkBlockAllocator::Block\20const*\2c\20int\29\2c\20&SkTBlockList::GetItem\28SkBlockAllocator::Block*\2c\20int\29>::Item::operator++\28\29 +2592:ActiveEdge::intersect\28SkPoint\20const&\2c\20SkPoint\20const&\2c\20unsigned\20short\2c\20unsigned\20short\29\20const +2593:AAT::hb_aat_apply_context_t::setup_buffer_glyph_set\28\29 +2594:AAT::hb_aat_apply_context_t::buffer_intersects_machine\28\29\20const +2595:AAT::SubtableGlyphCoverage::sanitize\28hb_sanitize_context_t*\2c\20unsigned\20int\29\20const +2596:2380 +2597:2381 +2598:2382 +2599:2383 +2600:2384 +2601:2385 +2602:2386 +2603:2387 +2604:2388 +2605:2389 +2606:2390 +2607:wuffs_gif__decoder__skip_blocks +2608:wmemchr +2609:void\20std::__2::unique_ptr>\2c\20SkSL::IntrinsicKind\2c\20SkGoodHash>::Pair\2c\20std::__2::basic_string_view>\2c\20skia_private::THashMap>\2c\20SkSL::IntrinsicKind\2c\20SkGoodHash>::Pair>::Slot\20\5b\5d\2c\20std::__2::default_delete>\2c\20SkSL::IntrinsicKind\2c\20SkGoodHash>::Pair\2c\20std::__2::basic_string_view>\2c\20skia_private::THashMap>\2c\20SkSL::IntrinsicKind\2c\20SkGoodHash>::Pair>::Slot\20\5b\5d>>::reset\5babi:ne180100\5d>\2c\20SkSL::IntrinsicKind\2c\20SkGoodHash>::Pair\2c\20std::__2::basic_string_view>\2c\20skia_private::THashMap>\2c\20SkSL::IntrinsicKind\2c\20SkGoodHash>::Pair>::Slot*\2c\200>\28skia_private::THashTable>\2c\20SkSL::IntrinsicKind\2c\20SkGoodHash>::Pair\2c\20std::__2::basic_string_view>\2c\20skia_private::THashMap>\2c\20SkSL::IntrinsicKind\2c\20SkGoodHash>::Pair>::Slot*\29 +2610:void\20std::__2::reverse\5babi:nn180100\5d\28unsigned\20int*\2c\20unsigned\20int*\29 +2611:void\20std::__2::__variant_detail::__assignment>::__generic_assign\5babi:ne180100\5d\2c\20\28std::__2::__variant_detail::_Trait\291>\20const&>\28std::__2::__variant_detail::__copy_assignment\2c\20\28std::__2::__variant_detail::_Trait\291>\20const&\29 +2612:void\20std::__2::__optional_storage_base::__assign_from\5babi:ne180100\5d>\28std::__2::__optional_move_assign_base&&\29 +2613:void\20icu_74::\28anonymous\20namespace\29::MixedBlocks::extend\28unsigned\20int\20const*\2c\20int\2c\20int\2c\20int\29 +2614:void\20hb_serialize_context_t::add_link\2c\20void\2c\20true>>\28OT::OffsetTo\2c\20void\2c\20true>&\2c\20unsigned\20int\2c\20hb_serialize_context_t::whence_t\2c\20unsigned\20int\29 +2615:void\20hb_sanitize_context_t::set_object\28AAT::KerxSubTable\20const*\29 +2616:void\20SkSafeUnref\28sktext::gpu::TextStrike*\29 +2617:void\20SkSafeUnref\28GrArenas*\29 +2618:void\20SkSL::RP::unpack_nybbles_to_offsets\28unsigned\20int\2c\20SkSpan\29 +2619:void\20AAT::Lookup::collect_glyphs\28hb_bit_set_t&\2c\20unsigned\20int\29\20const +2620:void\20AAT::ClassTable>::collect_glyphs\28hb_bit_set_t&\2c\20unsigned\20int\29\20const +2621:void*\20flutter::DisplayListBuilder::Push\28unsigned\20long\29 +2622:void*\20flutter::DisplayListBuilder::Push\28unsigned\20long\29 +2623:void*\20flutter::DisplayListBuilder::Push\28unsigned\20long\29 +2624:utrie2_enum_74 +2625:utext_clone_74 +2626:ustr_hashUCharsN_74 +2627:ures_getValueWithFallback_74 +2628:ures_freeResPath\28UResourceBundle*\29 +2629:umutablecptrie_set_74 +2630:ultag_isScriptSubtag_74 +2631:ultag_isRegionSubtag_74 +2632:ultag_isLanguageSubtag_74 +2633:ulocimp_canonicalize_74 +2634:uloc_getVariant_74 +2635:ucase_toFullUpper_74 +2636:ubidi_setPara_74 +2637:ubidi_getCustomizedClass_74 +2638:u_strstr_74 +2639:u_strFindFirst_74 +2640:u_getPropertyValueEnum_74 +2641:tt_set_mm_blend +2642:tt_face_get_ps_name +2643:trinkle +2644:t1_builder_check_points +2645:surface_getThreadId +2646:subdivide\28SkConic\20const&\2c\20SkPoint*\2c\20int\29 +2647:strtox.12174 +2648:strrchr +2649:std::__2::vector>\2c\20std::__2::allocator>>>::__swap_out_circular_buffer\28std::__2::__split_buffer>\2c\20std::__2::allocator>>&>&\29 +2650:std::__2::vector>\2c\20std::__2::allocator>>>::__clear\5babi:ne180100\5d\28\29 +2651:std::__2::vector>\2c\20std::__2::allocator>>>::~vector\5babi:ne180100\5d\28\29 +2652:std::__2::vector>::__recommend\5babi:ne180100\5d\28unsigned\20long\29\20const +2653:std::__2::vector>::__recommend\5babi:ne180100\5d\28unsigned\20long\29\20const +2654:std::__2::vector\2c\20std::__2::allocator>>::push_back\5babi:ne180100\5d\28sk_sp\20const&\29 +2655:std::__2::vector\2c\20std::__2::allocator>>::__swap_out_circular_buffer\28std::__2::__split_buffer\2c\20std::__2::allocator>&>&\29 +2656:std::__2::vector>::push_back\5babi:ne180100\5d\28float&&\29 +2657:std::__2::vector>::__move_assign\28std::__2::vector>&\2c\20std::__2::integral_constant\29 +2658:std::__2::vector>::__swap_out_circular_buffer\28std::__2::__split_buffer&>&\29 +2659:std::__2::unordered_map\2c\20std::__2::equal_to\2c\20std::__2::allocator>>::operator\5b\5d\28GrTriangulator::Vertex*\20const&\29 +2660:std::__2::unique_ptr\2c\20std::__2::allocator>\2c\20SkGoodHash>::Pair\2c\20SkSL::Variable\20const*\2c\20skia_private::THashMap\2c\20std::__2::allocator>\2c\20SkGoodHash>::Pair>::Slot\20\5b\5d\2c\20std::__2::default_delete\2c\20std::__2::allocator>\2c\20SkGoodHash>::Pair\2c\20SkSL::Variable\20const*\2c\20skia_private::THashMap\2c\20std::__2::allocator>\2c\20SkGoodHash>::Pair>::Slot\20\5b\5d>>::~unique_ptr\5babi:ne180100\5d\28\29 +2661:std::__2::unique_ptr::Pair\2c\20SkSL::SymbolTable::SymbolKey\2c\20skia_private::THashMap::Pair>::Slot\20\5b\5d\2c\20std::__2::default_delete::Pair\2c\20SkSL::SymbolTable::SymbolKey\2c\20skia_private::THashMap::Pair>::Slot\20\5b\5d>>::~unique_ptr\5babi:ne180100\5d\28\29 +2662:std::__2::unique_ptr::Traits>::Slot\20\5b\5d\2c\20std::__2::default_delete::Traits>::Slot\20\5b\5d>>::~unique_ptr\5babi:ne180100\5d\28\29 +2663:std::__2::unique_ptr::AdaptedTraits>::Slot\20\5b\5d\2c\20std::__2::default_delete::AdaptedTraits>::Slot\20\5b\5d>>::~unique_ptr\5babi:ne180100\5d\28\29 +2664:std::__2::unique_ptr>::reset\5babi:ne180100\5d\28skgpu::ganesh::SurfaceDrawContext*\29 +2665:std::__2::unique_ptr>::~unique_ptr\5babi:ne180100\5d\28\29 +2666:std::__2::unique_ptr>::reset\5babi:ne180100\5d\28skgpu::ganesh::PathRendererChain*\29 +2667:std::__2::unique_ptr\20\5b\5d\2c\20std::__2::default_delete\20\5b\5d>>::~unique_ptr\5babi:ne180100\5d\28\29 +2668:std::__2::unique_ptr>::reset\5babi:ne180100\5d\28hb_face_t*\29 +2669:std::__2::unique_ptr::release\5babi:nn180100\5d\28\29 +2670:std::__2::unique_ptr>::~unique_ptr\5babi:ne180100\5d\28\29 +2671:std::__2::unique_ptr>::~unique_ptr\5babi:ne180100\5d\28\29 +2672:std::__2::unique_ptr>::~unique_ptr\5babi:ne180100\5d\28\29 +2673:std::__2::unique_ptr>::~unique_ptr\5babi:ne180100\5d\28\29 +2674:std::__2::unique_ptr>::~unique_ptr\5babi:ne180100\5d\28\29 +2675:std::__2::unique_ptr>::~unique_ptr\5babi:ne180100\5d\28\29 +2676:std::__2::unique_ptr>::~unique_ptr\5babi:ne180100\5d\28\29 +2677:std::__2::unique_ptr>::~unique_ptr\5babi:ne180100\5d\28\29 +2678:std::__2::moneypunct::do_decimal_point\28\29\20const +2679:std::__2::moneypunct::pos_format\5babi:nn180100\5d\28\29\20const +2680:std::__2::moneypunct::do_decimal_point\28\29\20const +2681:std::__2::locale::locale\28std::__2::locale\20const&\29 +2682:std::__2::locale::classic\28\29 +2683:std::__2::function::operator\28\29\28unsigned\20long\2c\20unsigned\20long\2c\20unsigned\20long\2c\20unsigned\20long\29\20const +2684:std::__2::enable_if\2c\20int>::type\20impeller::saturated::Sub\28int\2c\20int\29 +2685:std::__2::enable_if::value\20&&\20is_move_assignable::value\2c\20void>::type\20std::__2::swap\5babi:nn180100\5d\28unsigned\20int&\2c\20unsigned\20int&\29 +2686:std::__2::enable_if::value\20&&\20is_move_assignable::value\2c\20void>::type\20std::__2::swap\5babi:ne180100\5d\28SkAnimatedImage::Frame&\2c\20SkAnimatedImage::Frame&\29 +2687:std::__2::enable_if\28\29\20==\20std::declval\28\29\29\2c\20bool>\2c\20bool>::type\20std::__2::operator==\5babi:ne180100\5d\28std::__2::optional\20const&\2c\20std::__2::optional\20const&\29 +2688:std::__2::deque>::pop_front\28\29 +2689:std::__2::deque>::begin\5babi:ne180100\5d\28\29 +2690:std::__2::ctype::toupper\5babi:nn180100\5d\28char\29\20const +2691:std::__2::chrono::duration>::duration\5babi:nn180100\5d\28long\20long\20const&\29 +2692:std::__2::basic_stringbuf\2c\20std::__2::allocator>::~basic_stringbuf\28\29 +2693:std::__2::basic_stringbuf\2c\20std::__2::allocator>::str\5babi:ne180100\5d\28\29\20const\20& +2694:std::__2::basic_string_view>::find\5babi:ne180100\5d\28char\2c\20unsigned\20long\29\20const +2695:std::__2::basic_string\2c\20std::__2::allocator>\20const*\20std::__2::__scan_keyword\5babi:nn180100\5d>\2c\20std::__2::basic_string\2c\20std::__2::allocator>\20const*\2c\20std::__2::ctype>\28std::__2::istreambuf_iterator>&\2c\20std::__2::istreambuf_iterator>\2c\20std::__2::basic_string\2c\20std::__2::allocator>\20const*\2c\20std::__2::basic_string\2c\20std::__2::allocator>\20const*\2c\20std::__2::ctype\20const&\2c\20unsigned\20int&\2c\20bool\29 +2696:std::__2::basic_string\2c\20std::__2::allocator>::operator\5b\5d\5babi:nn180100\5d\28unsigned\20long\29\20const +2697:std::__2::basic_string\2c\20std::__2::allocator>::__fits_in_sso\5babi:nn180100\5d\28unsigned\20long\29 +2698:std::__2::basic_string\2c\20std::__2::allocator>\20const*\20std::__2::__scan_keyword\5babi:nn180100\5d>\2c\20std::__2::basic_string\2c\20std::__2::allocator>\20const*\2c\20std::__2::ctype>\28std::__2::istreambuf_iterator>&\2c\20std::__2::istreambuf_iterator>\2c\20std::__2::basic_string\2c\20std::__2::allocator>\20const*\2c\20std::__2::basic_string\2c\20std::__2::allocator>\20const*\2c\20std::__2::ctype\20const&\2c\20unsigned\20int&\2c\20bool\29 +2699:std::__2::basic_string\2c\20std::__2::allocator>::pop_back\5babi:ne180100\5d\28\29 +2700:std::__2::basic_string\2c\20std::__2::allocator>::operator=\28std::__2::basic_string\2c\20std::__2::allocator>\20const&\29 +2701:std::__2::basic_string\2c\20std::__2::allocator>::basic_string\5babi:nn180100\5d\28char*\2c\20char*\2c\20std::__2::allocator\20const&\29 +2702:std::__2::basic_string\2c\20std::__2::allocator>::__get_short_size\5babi:nn180100\5d\28\29\20const +2703:std::__2::basic_string\2c\20std::__2::allocator>::__assign_external\28char\20const*\2c\20unsigned\20long\29 +2704:std::__2::basic_streambuf>::__pbump\5babi:nn180100\5d\28long\29 +2705:std::__2::basic_ostringstream\2c\20std::__2::allocator>::~basic_ostringstream\28\29 +2706:std::__2::basic_iostream>::~basic_iostream\28\29 +2707:std::__2::__unique_if::__unique_single\20std::__2::make_unique\5babi:ne180100\5d>>\28SkSL::Position&\2c\20SkSL::OperatorKind&&\2c\20std::__2::unique_ptr>&&\29 +2708:std::__2::__unique_if::__unique_single\20std::__2::make_unique\5babi:ne180100\5d>\28sk_sp&&\29 +2709:std::__2::__tuple_impl\2c\20sk_sp\2c\20sk_sp>::~__tuple_impl\28\29 +2710:std::__2::__tuple_impl\2c\20GrFragmentProcessor\20const*\2c\20GrGeometryProcessor::ProgramImpl::TransformInfo>::__tuple_impl\28std::__2::__tuple_impl\2c\20GrFragmentProcessor\20const*\2c\20GrGeometryProcessor::ProgramImpl::TransformInfo>&&\29 +2711:std::__2::__tree\2c\20std::__2::__map_value_compare\2c\20std::__2::less\2c\20true>\2c\20std::__2::allocator>>::~__tree\28\29 +2712:std::__2::__throw_bad_variant_access\5babi:ne180100\5d\28\29 +2713:std::__2::__split_buffer>\2c\20std::__2::allocator>>&>::~__split_buffer\28\29 +2714:std::__2::__split_buffer>::push_front\28skia::textlayout::OneLineShaper::RunBlock*&&\29 +2715:std::__2::__split_buffer>::push_back\5babi:ne180100\5d\28skia::textlayout::OneLineShaper::RunBlock*\20const&\29 +2716:std::__2::__split_buffer&>::__split_buffer\28unsigned\20long\2c\20unsigned\20long\2c\20std::__2::allocator&\29 +2717:std::__2::__shared_weak_count::__release_shared\5babi:ne180100\5d\28\29 +2718:std::__2::__shared_count::__release_shared\5babi:nn180100\5d\28\29 +2719:std::__2::__optional_destruct_base::~__optional_destruct_base\5babi:ne180100\5d\28\29 +2720:std::__2::__optional_destruct_base::~__optional_destruct_base\5babi:ne180100\5d\28\29 +2721:std::__2::__optional_destruct_base::reset\5babi:ne180100\5d\28\29 +2722:std::__2::__num_put_base::__format_int\28char*\2c\20char\20const*\2c\20bool\2c\20unsigned\20int\29 +2723:std::__2::__num_put_base::__format_float\28char*\2c\20char\20const*\2c\20unsigned\20int\29 +2724:std::__2::__itoa::__append8\5babi:nn180100\5d\28char*\2c\20unsigned\20int\29 +2725:std::__2::__function::__value_func::operator\28\29\5babi:ne180100\5d\28\29\20const +2726:std::__2::__function::__value_func::operator\28\29\5babi:ne180100\5d\28SkSL::Variable\20const&\29\20const +2727:skvx::Vec<8\2c\20unsigned\20short>\20skvx::operator+<8\2c\20unsigned\20short\2c\20unsigned\20short\2c\20void>\28skvx::Vec<8\2c\20unsigned\20short>\20const&\2c\20unsigned\20short\29 +2728:skvx::Vec<4\2c\20unsigned\20short>\20skvx::operator&<4\2c\20unsigned\20short>\28skvx::Vec<4\2c\20unsigned\20short>\20const&\2c\20skvx::Vec<4\2c\20unsigned\20short>\20const&\29 +2729:skvx::Vec<4\2c\20skvx::Mask::type>\20skvx::operator>=<4\2c\20float\2c\20float\2c\20void>\28skvx::Vec<4\2c\20float>\20const&\2c\20float\29 +2730:skvx::Vec<4\2c\20float>\20skvx::operator*<4\2c\20float\2c\20double\2c\20void>\28skvx::Vec<4\2c\20float>\20const&\2c\20double\29 +2731:skvx::Vec<2\2c\20unsigned\20char>\20skvx::cast\28skvx::Vec<2\2c\20float>\20const&\29 +2732:sktext::gpu::SubRun::~SubRun\28\29 +2733:sktext::gpu::GlyphVector::~GlyphVector\28\29 +2734:sktext::SkStrikePromise::strike\28\29 +2735:skif::\28anonymous\20namespace\29::draw_tiled_border\28SkCanvas*\2c\20SkTileMode\2c\20SkPaint\20const&\2c\20skif::LayerSpace\20const&\2c\20skif::LayerSpace\2c\20skif::LayerSpace\29::$_1::operator\28\29\28SkPoint\20const&\2c\20SkPoint\20const&\29\20const +2736:skif::\28anonymous\20namespace\29::downscale_step_count\28float\29 +2737:skif::\28anonymous\20namespace\29::GaneshBackend::~GaneshBackend\28\29 +2738:skif::LayerSpace\20skif::Mapping::paramToLayer\28skif::ParameterSpace\20const&\29\20const +2739:skif::LayerSpace::postConcat\28skif::LayerSpace\20const&\29 +2740:skif::LayerSpace\20skif::Mapping::deviceToLayer\28skif::DeviceSpace\20const&\29\20const +2741:skif::FilterResult::subset\28skif::LayerSpace\20const&\2c\20skif::LayerSpace\20const&\2c\20bool\29\20const +2742:skif::FilterResult::getAnalyzedShaderView\28skif::Context\20const&\2c\20SkSamplingOptions\20const&\2c\20SkEnumBitMask\29\20const +2743:skif::FilterResult::applyTransform\28skif::Context\20const&\2c\20skif::LayerSpace\20const&\2c\20SkSamplingOptions\20const&\29\20const +2744:skif::FilterResult::applyCrop\28skif::Context\20const&\2c\20skif::LayerSpace\20const&\2c\20SkTileMode\29\20const +2745:skif::FilterResult::analyzeBounds\28SkMatrix\20const&\2c\20SkIRect\20const&\2c\20skif::FilterResult::BoundsScope\29\20const +2746:skif::FilterResult::Builder::add\28skif::FilterResult\20const&\2c\20std::__2::optional>\2c\20SkEnumBitMask\2c\20SkSamplingOptions\20const&\29 +2747:skia_private::THashTable::Pair\2c\20unsigned\20int\2c\20skia_private::THashMap::Pair>::uncheckedSet\28skia_private::THashMap::Pair&&\29 +2748:skia_private::THashTable::Pair\2c\20unsigned\20int\2c\20skia_private::THashMap::Pair>::uncheckedSet\28skia_private::THashMap::Pair&&\29 +2749:skia_private::THashTable>\2c\20SkSL::IntrinsicKind\2c\20SkGoodHash>::Pair\2c\20std::__2::basic_string_view>\2c\20skia_private::THashMap>\2c\20SkSL::IntrinsicKind\2c\20SkGoodHash>::Pair>::uncheckedSet\28skia_private::THashMap>\2c\20SkSL::IntrinsicKind\2c\20SkGoodHash>::Pair&&\29 +2750:skia_private::THashTable::Pair\2c\20char\20const*\2c\20skia_private::THashMap::Pair>::uncheckedSet\28skia_private::THashMap::Pair&&\29 +2751:skia_private::THashTable\2c\20std::__2::allocator>\2c\20SkGoodHash>::Pair\2c\20SkSL::Variable\20const*\2c\20skia_private::THashMap\2c\20std::__2::allocator>\2c\20SkGoodHash>::Pair>::uncheckedSet\28skia_private::THashMap\2c\20std::__2::allocator>\2c\20SkGoodHash>::Pair&&\29 +2752:skia_private::THashTable::Pair\2c\20SkSL::Analysis::SpecializedCallKey\2c\20skia_private::THashMap::Pair>::Hash\28SkSL::Analysis::SpecializedCallKey\20const&\29 +2753:skia_private::THashTable::Traits>::uncheckedSet\28long\20long&&\29 +2754:skia_private::THashTable::Traits>::uncheckedSet\28int&&\29 +2755:skia_private::THashTable::Entry*\2c\20unsigned\20int\2c\20SkLRUCache::Traits>::resize\28int\29 +2756:skia_private::THashTable::Entry*\2c\20unsigned\20int\2c\20SkLRUCache::Traits>::find\28unsigned\20int\20const&\29\20const +2757:skia_private::THashMap::find\28unsigned\20int\20const&\29\20const +2758:skia_private::THashMap::operator\5b\5d\28SkSL::Variable\20const*\20const&\29 +2759:skia_private::TArray>\2c\20true>::destroyAll\28\29 +2760:skia_private::TArray>\2c\20true>::push_back\28std::__2::unique_ptr>&&\29 +2761:skia_private::TArray::preallocateNewData\28int\2c\20double\29 +2762:skia_private::TArray::installDataAndUpdateCapacity\28SkSpan\29 +2763:skia_private::TArray::~TArray\28\29 +2764:skia_private::TArray::preallocateNewData\28int\2c\20double\29 +2765:skia_private::TArray::~TArray\28\29 +2766:skia_private::TArray\2c\20true>::~TArray\28\29 +2767:skia_private::TArray::push_back_n\28int\2c\20int\20const&\29 +2768:skia_private::TArray::operator=\28skia_private::TArray\20const&\29 +2769:skia_private::TArray<\28anonymous\20namespace\29::MeshOp::Mesh\2c\20true>::preallocateNewData\28int\2c\20double\29 +2770:skia_private::TArray<\28anonymous\20namespace\29::MeshOp::Mesh\2c\20true>::installDataAndUpdateCapacity\28SkSpan\29 +2771:skia_private::TArray::clear\28\29 +2772:skia_private::TArray::operator=\28skia_private::TArray&&\29 +2773:skia_private::TArray::operator=\28skia_private::TArray\20const&\29 +2774:skia_private::TArray::preallocateNewData\28int\2c\20double\29 +2775:skia_private::TArray::operator=\28skia_private::TArray\20const&\29 +2776:skia_private::TArray::preallocateNewData\28int\2c\20double\29 +2777:skia_private::TArray::push_back\28GrRenderTask*&&\29 +2778:skia_private::TArray::installDataAndUpdateCapacity\28SkSpan\29 +2779:skia_private::AutoSTMalloc<4ul\2c\20SkFontArguments::Palette::Override\2c\20void>::AutoSTMalloc\28unsigned\20long\29 +2780:skia_private::AutoSTArray<24\2c\20unsigned\20int>::reset\28int\29 +2781:skia_png_zstream_error +2782:skia_png_read_data +2783:skia_png_get_int_32 +2784:skia_png_chunk_unknown_handling +2785:skia_png_calloc +2786:skia::textlayout::TextWrapper::getClustersTrimmedWidth\28\29 +2787:skia::textlayout::TextWrapper::TextStretch::startFrom\28skia::textlayout::Cluster*\2c\20unsigned\20long\29 +2788:skia::textlayout::TextWrapper::TextStretch::extend\28skia::textlayout::Cluster*\29 +2789:skia::textlayout::TextLine::measureTextInsideOneRun\28skia::textlayout::SkRange\2c\20skia::textlayout::Run\20const*\2c\20float\2c\20float\2c\20bool\2c\20skia::textlayout::TextLine::TextAdjustment\29\20const +2790:skia::textlayout::TextLine::isLastLine\28\29\20const +2791:skia::textlayout::Run::Run\28skia::textlayout::Run\20const&\29 +2792:skia::textlayout::ParagraphImpl::getLineNumberAt\28unsigned\20long\29\20const +2793:skia::textlayout::ParagraphImpl::findPreviousGraphemeBoundary\28unsigned\20long\29\20const +2794:skia::textlayout::ParagraphCacheKey::~ParagraphCacheKey\28\29 +2795:skia::textlayout::ParagraphBuilderImpl::startStyledBlock\28\29 +2796:skia::textlayout::OneLineShaper::RunBlock&\20std::__2::vector>::emplace_back\28skia::textlayout::OneLineShaper::RunBlock&\29 +2797:skia::textlayout::InternalLineMetrics::updateLineMetrics\28skia::textlayout::InternalLineMetrics&\29 +2798:skia::textlayout::InternalLineMetrics::runTop\28skia::textlayout::Run\20const*\2c\20skia::textlayout::LineMetricStyle\29\20const +2799:skia::textlayout::FontCollection::getFontManagerOrder\28\29\20const +2800:skia::textlayout::Decorations::calculateGaps\28skia::textlayout::TextLine::ClipContext\20const&\2c\20SkRect\20const&\2c\20float\2c\20float\29 +2801:skia::textlayout::Cluster::runOrNull\28\29\20const +2802:skgpu::tess::PatchStride\28skgpu::tess::PatchAttribs\29 +2803:skgpu::tess::MiddleOutPolygonTriangulator::MiddleOutPolygonTriangulator\28int\2c\20SkPoint\29 +2804:skgpu::ganesh::\28anonymous\20namespace\29::AAConvexPathOp::fixedFunctionFlags\28\29\20const +2805:skgpu::ganesh::SurfaceFillContext::~SurfaceFillContext\28\29 +2806:skgpu::ganesh::SurfaceFillContext::replaceOpsTask\28\29 +2807:skgpu::ganesh::SurfaceDrawContext::fillQuadWithEdgeAA\28GrClip\20const*\2c\20GrPaint&&\2c\20GrQuadAAFlags\2c\20SkMatrix\20const&\2c\20SkPoint\20const*\2c\20SkPoint\20const*\29 +2808:skgpu::ganesh::SurfaceDrawContext::fillPixelsWithLocalMatrix\28GrClip\20const*\2c\20GrPaint&&\2c\20SkIRect\20const&\2c\20SkMatrix\20const&\29 +2809:skgpu::ganesh::SurfaceDrawContext::drawPaint\28GrClip\20const*\2c\20GrPaint&&\2c\20SkMatrix\20const&\29 +2810:skgpu::ganesh::SurfaceDrawContext::MakeWithFallback\28GrRecordingContext*\2c\20GrColorType\2c\20sk_sp\2c\20SkBackingFit\2c\20SkISize\2c\20SkSurfaceProps\20const&\2c\20int\2c\20skgpu::Mipmapped\2c\20skgpu::Protected\2c\20GrSurfaceOrigin\2c\20skgpu::Budgeted\29 +2811:skgpu::ganesh::SurfaceContext::~SurfaceContext\28\29 +2812:skgpu::ganesh::SurfaceContext::transferPixels\28GrColorType\2c\20SkIRect\20const&\29::$_0::$_0\28$_0&&\29 +2813:skgpu::ganesh::SurfaceContext::PixelTransferResult::operator=\28skgpu::ganesh::SurfaceContext::PixelTransferResult&&\29 +2814:skgpu::ganesh::SupportedTextureFormats\28GrImageContext\20const&\29::$_0::operator\28\29\28SkYUVAPixmapInfo::DataType\2c\20int\29\20const +2815:skgpu::ganesh::SmallPathAtlasMgr::~SmallPathAtlasMgr\28\29 +2816:skgpu::ganesh::QuadPerEdgeAA::VertexSpec::coverageMode\28\29\20const +2817:skgpu::ganesh::PathInnerTriangulateOp::pushFanFillProgram\28GrTessellationShader::ProgramArgs\20const&\2c\20GrUserStencilSettings\20const*\29 +2818:skgpu::ganesh::OpsTask::deleteOps\28\29 +2819:skgpu::ganesh::OpsTask::OpChain::List::operator=\28skgpu::ganesh::OpsTask::OpChain::List&&\29 +2820:skgpu::ganesh::Device::drawEdgeAAImageSet\28SkCanvas::ImageSetEntry\20const*\2c\20int\2c\20SkPoint\20const*\2c\20SkMatrix\20const*\2c\20SkSamplingOptions\20const&\2c\20SkPaint\20const&\2c\20SkCanvas::SrcRectConstraint\29::$_0::operator\28\29\28int\29\20const +2821:skgpu::ganesh::ClipStack::clipRect\28SkMatrix\20const&\2c\20SkRect\20const&\2c\20GrAA\2c\20SkClipOp\29 +2822:skgpu::TClientMappedBufferManager::BufferFinishedMessage::BufferFinishedMessage\28skgpu::TClientMappedBufferManager::BufferFinishedMessage&&\29 +2823:skgpu::Swizzle::Concat\28skgpu::Swizzle\20const&\2c\20skgpu::Swizzle\20const&\29 +2824:skgpu::Swizzle::CToI\28char\29 +2825:skcpu::Recorder::TODO\28\29 +2826:skcpu::Draw::drawPathCoverage\28SkPath\20const&\2c\20SkPaint\20const&\2c\20SkBlitter*\29\20const +2827:sk_sp::operator=\28sk_sp&&\29 +2828:sk_sp::reset\28SkMipmap*\29 +2829:sk_sp::~sk_sp\28\29 +2830:sk_sp::reset\28SkColorSpace*\29 +2831:sk_sp::~sk_sp\28\29 +2832:sk_sp::~sk_sp\28\29 +2833:skData_getSize +2834:shr +2835:shl +2836:sect_with_horizontal\28SkPoint\20const*\2c\20float\29 +2837:roughly_between\28double\2c\20double\2c\20double\29 +2838:res_unload_74 +2839:res_findResource_74 +2840:pt_to_line\28SkPoint\20const&\2c\20SkPoint\20const&\2c\20SkPoint\20const&\29 +2841:psh_calc_max_height +2842:ps_mask_set_bit +2843:ps_dimension_set_mask_bits +2844:ps_builder_check_points +2845:ps_builder_add_point +2846:png_colorspace_endpoints_match +2847:path_is_trivial\28SkPath\20const&\29::Trivializer::addTrivialContourPoint\28SkPoint\20const&\29 +2848:output_char\28hb_buffer_t*\2c\20unsigned\20int\2c\20unsigned\20int\29 +2849:operator!=\28SkRect\20const&\2c\20SkRect\20const&\29 +2850:nearly_equal\28double\2c\20double\29 +2851:mbrtowc +2852:mask_gamma_cache_mutex\28\29 +2853:map_rect_perspective\28SkRect\20const&\2c\20float\20const*\29::$_0::operator\28\29\28skvx::Vec<4\2c\20float>\20const&\2c\20skvx::Vec<4\2c\20float>\20const&\2c\20skvx::Vec<4\2c\20float>\20const&\29\20const +2854:lineMetrics_getEndIndex +2855:is_smooth_enough\28SkAnalyticEdge*\2c\20SkAnalyticEdge*\2c\20int\29 +2856:is_ICC_signature_char +2857:interpolate_local\28float\2c\20int\2c\20int\2c\20int\2c\20int\2c\20float*\2c\20float*\2c\20float*\29 +2858:int\20_hb_cmp_method>\28void\20const*\2c\20void\20const*\29 +2859:init\28\29 +2860:impeller::\28anonymous\20namespace\29::RoundSuperellipseBuilder::AddOctant\28impeller::RoundSuperellipseParam::Octant\20const&\2c\20bool\2c\20bool\2c\20impeller::Matrix\20const&\29 +2861:impeller::Vector4::operator!=\28impeller::Vector4\20const&\29\20const +2862:impeller::TRect::IntersectsWithRect\28impeller::TRect\20const&\29\20const +2863:impeller::TRect::ClipAndInsert\28impeller::TPoint*\2c\20int\2c\20impeller::Vector3\20const&\2c\20impeller::Vector3\20const&\2c\20impeller::Vector3\20const&\29 +2864:impeller::TPoint::Normalize\28\29\20const +2865:impeller::NormalizeEmptyToZero\28impeller::TSize&\29 +2866:impeller::Matrix::TransformHomogenous\28impeller::TPoint\20const&\29\20const +2867:ilogbf +2868:icu_74::UnicodeString::getChar32Start\28int\29\20const +2869:icu_74::UnicodeString::fromUTF8\28icu_74::StringPiece\29 +2870:icu_74::UnicodeString::extract\28int\2c\20int\2c\20char*\2c\20int\2c\20icu_74::UnicodeString::EInvariant\29\20const +2871:icu_74::UnicodeString::doReplace\28int\2c\20int\2c\20icu_74::UnicodeString\20const&\2c\20int\2c\20int\29 +2872:icu_74::UnicodeSet::span\28char16_t\20const*\2c\20int\2c\20USetSpanCondition\29\20const +2873:icu_74::UnicodeSet::removeAllStrings\28\29 +2874:icu_74::UnicodeSet::freeze\28\29 +2875:icu_74::UnicodeSet::complement\28\29 +2876:icu_74::UnicodeSet::UnicodeSet\28icu_74::UnicodeString\20const&\2c\20UErrorCode&\29 +2877:icu_74::UnicodeSet::UnicodeSet\28icu_74::UnicodeSet\20const&\29 +2878:icu_74::UVector::addElement\28void*\2c\20UErrorCode&\29 +2879:icu_74::UStack::push\28void*\2c\20UErrorCode&\29 +2880:icu_74::TrieFunc8\28UCPTrie\20const*\2c\20int\29 +2881:icu_74::StringTrieBuilder::writeNode\28int\2c\20int\2c\20int\29 +2882:icu_74::RuleCharacterIterator::_advance\28int\29 +2883:icu_74::RuleBasedBreakIterator::BreakCache::seek\28int\29 +2884:icu_74::RuleBasedBreakIterator::BreakCache::previous\28UErrorCode&\29 +2885:icu_74::RuleBasedBreakIterator::BreakCache::populateNear\28int\2c\20UErrorCode&\29 +2886:icu_74::RuleBasedBreakIterator::BreakCache::addFollowing\28int\2c\20int\2c\20icu_74::RuleBasedBreakIterator::BreakCache::UpdatePositionValues\29 +2887:icu_74::ResourceDataValue::getBinary\28int&\2c\20UErrorCode&\29\20const +2888:icu_74::ResourceDataValue::getArray\28UErrorCode&\29\20const +2889:icu_74::ResourceArray::getValue\28int\2c\20icu_74::ResourceValue&\29\20const +2890:icu_74::ReorderingBuffer::removeSuffix\28int\29 +2891:icu_74::ReorderingBuffer::init\28int\2c\20UErrorCode&\29 +2892:icu_74::PatternProps::isWhiteSpace\28int\29 +2893:icu_74::OffsetList::~OffsetList\28\29 +2894:icu_74::OffsetList::shift\28int\29 +2895:icu_74::OffsetList::setMaxLength\28int\29 +2896:icu_74::OffsetList::popMinimum\28\29 +2897:icu_74::Normalizer2Impl::singleLeadMightHaveNonZeroFCD16\28int\29\20const +2898:icu_74::Normalizer2Impl::norm16HasDecompBoundaryBefore\28unsigned\20short\29\20const +2899:icu_74::Normalizer2Impl::makeFCD\28char16_t\20const*\2c\20char16_t\20const*\2c\20icu_74::ReorderingBuffer*\2c\20UErrorCode&\29\20const +2900:icu_74::Normalizer2Impl::hasCompBoundaryBefore\28unsigned\20char\20const*\2c\20unsigned\20char\20const*\29\20const +2901:icu_74::Normalizer2Impl::hasCompBoundaryBefore\28char16_t\20const*\2c\20char16_t\20const*\29\20const +2902:icu_74::Normalizer2Impl::getFCD16FromNormData\28int\29\20const +2903:icu_74::Normalizer2Impl::decomposeShort\28unsigned\20char\20const*\2c\20unsigned\20char\20const*\2c\20icu_74::Normalizer2Impl::StopAt\2c\20signed\20char\2c\20icu_74::ReorderingBuffer&\2c\20UErrorCode&\29\20const +2904:icu_74::Normalizer2Impl::addPropertyStarts\28USetAdder\20const*\2c\20UErrorCode&\29\20const +2905:icu_74::Norm2AllModes::getNFCInstance\28UErrorCode&\29 +2906:icu_74::MemoryPool::~MemoryPool\28\29 +2907:icu_74::MemoryPool::~MemoryPool\28\29 +2908:icu_74::LocaleKeyFactory::~LocaleKeyFactory\28\29 +2909:icu_74::LocaleBuilder::~LocaleBuilder\28\29 +2910:icu_74::Locale::getKeywordValue\28icu_74::StringPiece\2c\20icu_74::ByteSink&\2c\20UErrorCode&\29\20const +2911:icu_74::LocalPointer::~LocalPointer\28\29 +2912:icu_74::Hashtable::Hashtable\28UErrorCode&\29 +2913:icu_74::Edits::append\28int\29 +2914:icu_74::CharString::ensureCapacity\28int\2c\20int\2c\20UErrorCode&\29 +2915:icu_74::Array1D::assign\28icu_74::ReadArray1D\20const&\29 +2916:icu_74::Array1D::Array1D\28int\2c\20UErrorCode&\29 +2917:hb_vector_t\2c\20false>::fini\28\29 +2918:hb_unicode_funcs_t::compose\28unsigned\20int\2c\20unsigned\20int\2c\20unsigned\20int*\29 +2919:hb_syllabic_insert_dotted_circles\28hb_font_t*\2c\20hb_buffer_t*\2c\20unsigned\20int\2c\20unsigned\20int\2c\20int\2c\20int\29 +2920:hb_shape_full +2921:hb_serialize_context_t::~hb_serialize_context_t\28\29 +2922:hb_serialize_context_t::hb_serialize_context_t\28void*\2c\20unsigned\20int\29 +2923:hb_serialize_context_t::end_serialize\28\29 +2924:hb_paint_funcs_t::push_scale\28void*\2c\20float\2c\20float\29 +2925:hb_paint_funcs_t::push_font_transform\28void*\2c\20hb_font_t\20const*\29 +2926:hb_paint_funcs_t::push_clip_rectangle\28void*\2c\20float\2c\20float\2c\20float\2c\20float\29 +2927:hb_paint_extents_context_t::paint\28\29 +2928:hb_ot_map_builder_t::disable_feature\28unsigned\20int\29 +2929:hb_map_iter_t\2c\20OT::IntType\2c\20void\2c\20true>\20const>\2c\20hb_partial_t<2u\2c\20$_10\20const*\2c\20OT::ChainRuleSet\20const*>\2c\20\28hb_function_sortedness_t\290\2c\20\28void*\290>::__item__\28\29\20const +2930:hb_lazy_loader_t\2c\20hb_face_t\2c\2012u\2c\20OT::vmtx_accelerator_t>::get_stored\28\29\20const +2931:hb_lazy_loader_t\2c\20hb_face_t\2c\2038u\2c\20OT::sbix_accelerator_t>::do_destroy\28OT::sbix_accelerator_t*\29 +2932:hb_lazy_loader_t\2c\20hb_face_t\2c\2023u\2c\20OT::kern_accelerator_t>::get_stored\28\29\20const +2933:hb_lazy_loader_t\2c\20hb_face_t\2c\205u\2c\20OT::hmtx_accelerator_t>::do_destroy\28OT::hmtx_accelerator_t*\29 +2934:hb_lazy_loader_t\2c\20hb_face_t\2c\2016u\2c\20OT::cff1_accelerator_t>::get_stored\28\29\20const +2935:hb_lazy_loader_t\2c\20hb_face_t\2c\2025u\2c\20OT::GSUB_accelerator_t>::do_destroy\28OT::GSUB_accelerator_t*\29 +2936:hb_lazy_loader_t\2c\20hb_face_t\2c\2026u\2c\20OT::GPOS_accelerator_t>::get_stored\28\29\20const +2937:hb_lazy_loader_t\2c\20hb_face_t\2c\2028u\2c\20AAT::morx_accelerator_t>::do_destroy\28AAT::morx_accelerator_t*\29 +2938:hb_lazy_loader_t\2c\20hb_face_t\2c\2030u\2c\20AAT::kerx_accelerator_t>::do_destroy\28AAT::kerx_accelerator_t*\29 +2939:hb_lazy_loader_t\2c\20hb_face_t\2c\2034u\2c\20hb_blob_t>::get\28\29\20const +2940:hb_language_from_string +2941:hb_iter_t\2c\20hb_array_t>\2c\20$_8\20const&\2c\20\28hb_function_sortedness_t\291\2c\20\28void*\290>\2c\20OT::HBGlyphID16&>::operator*\28\29 +2942:hb_hashmap_t::alloc\28unsigned\20int\29 +2943:hb_font_t::parent_scale_position\28int*\2c\20int*\29 +2944:hb_font_t::get_h_extents_with_fallback\28hb_font_extents_t*\29 +2945:hb_font_t::changed\28\29 +2946:hb_decycler_node_t::~hb_decycler_node_t\28\29 +2947:hb_buffer_t::copy_glyph\28\29 +2948:hb_buffer_t::clear_positions\28\29 +2949:hb_blob_create_sub_blob +2950:hb_blob_create +2951:hb_bit_set_t::~hb_bit_set_t\28\29 +2952:hb_bit_set_t::union_\28hb_bit_set_t\20const&\29 +2953:hb_bit_set_t::resize\28unsigned\20int\2c\20bool\2c\20bool\29 +2954:get_cache\28\29 +2955:getShortestSubtagLength\28char\20const*\29 +2956:ftell +2957:ft_var_readpackedpoints +2958:ft_glyphslot_free_bitmap +2959:flutter::ToSk\28flutter::DlColorSource\20const*\29::$_0::operator\28\29\28flutter::DlGradientColorSourceBase\20const*\29\20const +2960:flutter::DlRuntimeEffectColorSource::~DlRuntimeEffectColorSource\28\29 +2961:flutter::DlGradientColorSourceBase::base_equals_\28flutter::DlGradientColorSourceBase\20const*\29\20const +2962:flutter::DlComposeImageFilter::type\28\29\20const +2963:flutter::DlColorFilterImageFilter::size\28\29\20const +2964:flutter::DlBlurMaskFilter::size\28\29\20const +2965:flutter::DisplayListMatrixClipState::mapAndClipRect\28impeller::TRect\20const&\2c\20impeller::TRect*\29\20const +2966:flutter::DisplayListMatrixClipState::clipOval\28impeller::TRect\20const&\2c\20flutter::DlClipOp\2c\20bool\29 +2967:flutter::DisplayListMatrixClipState::GetLocalCorners\28impeller::TPoint*\2c\20impeller::TRect\20const&\2c\20impeller::Matrix\20const&\29 +2968:flutter::DisplayListBuilder::~DisplayListBuilder\28\29 +2969:flutter::DisplayListBuilder::drawImage\28sk_sp\2c\20impeller::TPoint\20const&\2c\20flutter::DlImageSampling\2c\20bool\29 +2970:flutter::DisplayListBuilder::drawImageRect\28sk_sp\2c\20impeller::TRect\20const&\2c\20impeller::TRect\20const&\2c\20flutter::DlImageSampling\2c\20bool\2c\20flutter::DlSrcRectConstraint\29 +2971:flutter::DisplayListBuilder::drawImageNine\28sk_sp\2c\20impeller::TRect\20const&\2c\20impeller::TRect\20const&\2c\20flutter::DlFilterMode\2c\20bool\29 +2972:flutter::DisplayListBuilder::drawAtlas\28sk_sp\2c\20impeller::RSTransform\20const*\2c\20impeller::TRect\20const*\2c\20flutter::DlColor\20const*\2c\20int\2c\20impeller::BlendMode\2c\20flutter::DlImageSampling\2c\20impeller::TRect\20const*\2c\20bool\29 +2973:flutter::DisplayListBuilder::UpdateLayerResult\28flutter::DisplayListBuilder::OpResult\2c\20impeller::BlendMode\29 +2974:flutter::DisplayListBuilder::Transform\28impeller::Matrix\20const&\29 +2975:flutter::DisplayListBuilder::Skew\28float\2c\20float\29 +2976:flutter::DisplayListBuilder::Scale\28float\2c\20float\29 +2977:flutter::DisplayListBuilder::Rotate\28float\29 +2978:flutter::DisplayListBuilder::GetLocalClipCoverage\28\29\20const +2979:flutter::DisplayListBuilder::DrawText\28std::__2::shared_ptr\20const&\2c\20float\2c\20float\2c\20flutter::DlPaint\20const&\29 +2980:flutter::DisplayListBuilder::DrawShadow\28flutter::DlPath\20const&\2c\20flutter::DlColor\2c\20float\2c\20bool\2c\20float\29 +2981:flutter::DisplayListBuilder::DrawPath\28flutter::DlPath\20const&\2c\20flutter::DlPaint\20const&\29 +2982:flutter::DisplayListBuilder::DrawLine\28impeller::TPoint\20const&\2c\20impeller::TPoint\20const&\2c\20flutter::DlPaint\20const&\29 +2983:flutter::DisplayListBuilder::DrawDisplayList\28sk_sp\2c\20float\29 +2984:flutter::DisplayListBuilder::ClipRoundSuperellipse\28impeller::RoundSuperellipse\20const&\2c\20flutter::DlClipOp\2c\20bool\29 +2985:float\20const*\20std::__2::min_element\5babi:ne180100\5d>\28float\20const*\2c\20float\20const*\2c\20std::__2::__less\29 +2986:float\20const*\20std::__2::max_element\5babi:ne180100\5d>\28float\20const*\2c\20float\20const*\2c\20std::__2::__less\29 +2987:filter_to_gl_mag_filter\28SkFilterMode\29 +2988:extract_mask_subset\28SkMask\20const&\2c\20SkIRect\2c\20int\2c\20int\29 +2989:exp +2990:equal_ulps\28float\2c\20float\2c\20int\2c\20int\29 +2991:dispose_chunk +2992:direct_blur_y\28void\20\28*\29\28unsigned\20char*\2c\20unsigned\20char\20const*\2c\20int\29\2c\20int\2c\20int\2c\20unsigned\20short*\2c\20unsigned\20char\20const*\2c\20unsigned\20long\2c\20int\2c\20int\2c\20unsigned\20char*\2c\20unsigned\20long\29 +2993:derivative_at_t\28double\20const*\2c\20double\29 +2994:decltype\28ubrk_setUText_74\28std::forward\28fp\29\2c\20std::forward\28fp\29\2c\20std::forward\28fp\29\29\29\20sk_ubrk_setUText\28UBreakIterator*&&\2c\20UText*&&\2c\20UErrorCode*&&\29 +2995:decltype\28fp\28nullptr\29\29\20SkArenaAlloc::make\28SkShaderBase&\2c\20bool\20const&\29::'lambda'\28void*\29>\28SkTransformShader&&\29::'lambda'\28char*\29::__invoke\28char*\29 +2996:cubic_delta_from_line\28int\2c\20int\2c\20int\2c\20int\29 +2997:crop_rect_edge\28SkRect\20const&\2c\20int\2c\20int\2c\20int\2c\20int\2c\20float*\2c\20float*\2c\20float*\2c\20float*\2c\20float*\29 +2998:createPath\28char\20const*\2c\20int\2c\20char\20const*\2c\20int\2c\20char\20const*\2c\20icu_74::CharString&\2c\20UErrorCode*\29 +2999:cleanup_program\28GrGLGpu*\2c\20unsigned\20int*\2c\20unsigned\20int*\2c\20unsigned\20int*\29 +3000:clean_paint_for_drawVertices\28SkPaint\29 +3001:clean_paint_for_drawImage\28SkPaint\20const*\29 +3002:chopLocale\28char*\29 +3003:check_edge_against_rect\28SkPoint\20const&\2c\20SkPoint\20const&\2c\20SkRect\20const&\2c\20SkPathDirection\29 +3004:checkOnCurve\28float\2c\20float\2c\20SkPoint\20const&\2c\20SkPoint\20const&\29 +3005:char*\20sktext::gpu::BagOfBytes::allocateBytesFor\28int\29::'lambda'\28\29::operator\28\29\28\29\20const +3006:cff_strcpy +3007:cff_size_get_globals_funcs +3008:cff_index_forget_element +3009:cf2_stack_setReal +3010:cf2_hint_init +3011:cf2_doStems +3012:cf2_doFlex +3013:calculate_path_gap\28float\2c\20float\2c\20SkPath\20const&\29::$_4::operator\28\29\28float\29\20const +3014:buffer_verify_error\28hb_buffer_t*\2c\20hb_font_t*\2c\20char\20const*\2c\20...\29 +3015:bool\20hb_array_t::sanitize\28hb_sanitize_context_t*\29\20const +3016:bool\20flutter::Equals\28flutter::DlImageFilter\20const*\2c\20flutter::DlImageFilter\20const*\29 +3017:bool\20OT::would_match_input>\28OT::hb_would_apply_context_t*\2c\20unsigned\20int\2c\20OT::IntType\20const*\2c\20bool\20\28*\29\28hb_glyph_info_t&\2c\20unsigned\20int\2c\20void\20const*\29\2c\20void\20const*\29 +3018:bool\20OT::match_input>\28OT::hb_ot_apply_context_t*\2c\20unsigned\20int\2c\20OT::IntType\20const*\2c\20bool\20\28*\29\28hb_glyph_info_t&\2c\20unsigned\20int\2c\20void\20const*\29\2c\20void\20const*\2c\20unsigned\20int*\2c\20unsigned\20int*\2c\20unsigned\20int*\29 +3019:bool\20OT::OffsetTo\2c\20void\2c\20true>::sanitize<>\28hb_sanitize_context_t*\2c\20void\20const*\29\20const +3020:bool\20OT::OffsetTo>\2c\20OT::IntType\2c\20void\2c\20false>::sanitize<>\28hb_sanitize_context_t*\2c\20void\20const*\29\20const +3021:bool\20AAT::hb_aat_apply_context_t::output_glyphs\28unsigned\20int\2c\20OT::HBGlyphID16\20const*\29 +3022:blur_y_rect\28void\20\28*\29\28unsigned\20char*\2c\20unsigned\20char\20const*\2c\20int\29\2c\20int\2c\20skvx::Vec<8\2c\20unsigned\20short>\20\28*\29\28skvx::Vec<8\2c\20unsigned\20short>\20const&\2c\20skvx::Vec<8\2c\20unsigned\20short>\20const&\2c\20skvx::Vec<8\2c\20unsigned\20short>\20const&\2c\20skvx::Vec<8\2c\20unsigned\20short>\20const&\2c\20skvx::Vec<8\2c\20unsigned\20short>\20const&\2c\20skvx::Vec<8\2c\20unsigned\20short>\20const&\2c\20skvx::Vec<8\2c\20unsigned\20short>*\2c\20skvx::Vec<8\2c\20unsigned\20short>*\2c\20skvx::Vec<8\2c\20unsigned\20short>*\2c\20skvx::Vec<8\2c\20unsigned\20short>*\2c\20skvx::Vec<8\2c\20unsigned\20short>*\2c\20skvx::Vec<8\2c\20unsigned\20short>*\2c\20skvx::Vec<8\2c\20unsigned\20short>*\2c\20skvx::Vec<8\2c\20unsigned\20short>*\29\2c\20int\2c\20unsigned\20short*\2c\20unsigned\20char\20const*\2c\20unsigned\20long\2c\20int\2c\20int\2c\20unsigned\20char*\2c\20unsigned\20long\29 +3023:blur_column\28void\20\28*\29\28unsigned\20char*\2c\20unsigned\20char\20const*\2c\20int\29\2c\20skvx::Vec<8\2c\20unsigned\20short>\20\28*\29\28skvx::Vec<8\2c\20unsigned\20short>\20const&\2c\20skvx::Vec<8\2c\20unsigned\20short>\20const&\2c\20skvx::Vec<8\2c\20unsigned\20short>\20const&\2c\20skvx::Vec<8\2c\20unsigned\20short>\20const&\2c\20skvx::Vec<8\2c\20unsigned\20short>\20const&\2c\20skvx::Vec<8\2c\20unsigned\20short>\20const&\2c\20skvx::Vec<8\2c\20unsigned\20short>*\2c\20skvx::Vec<8\2c\20unsigned\20short>*\2c\20skvx::Vec<8\2c\20unsigned\20short>*\2c\20skvx::Vec<8\2c\20unsigned\20short>*\2c\20skvx::Vec<8\2c\20unsigned\20short>*\2c\20skvx::Vec<8\2c\20unsigned\20short>*\2c\20skvx::Vec<8\2c\20unsigned\20short>*\2c\20skvx::Vec<8\2c\20unsigned\20short>*\29\2c\20int\2c\20int\2c\20skvx::Vec<8\2c\20unsigned\20short>\20const&\2c\20skvx::Vec<8\2c\20unsigned\20short>\20const&\2c\20skvx::Vec<8\2c\20unsigned\20short>\20const&\2c\20skvx::Vec<8\2c\20unsigned\20short>\20const&\2c\20skvx::Vec<8\2c\20unsigned\20short>\20const&\2c\20unsigned\20char\20const*\2c\20unsigned\20long\2c\20int\2c\20unsigned\20char*\2c\20unsigned\20long\29::$_0::operator\28\29\28unsigned\20char*\2c\20skvx::Vec<8\2c\20unsigned\20short>\20const&\2c\20skvx::Vec<8\2c\20unsigned\20short>\20const&\29\20const +3024:blit_clipped_mask\28SkBlitter*\2c\20SkMask\20const&\2c\20SkIRect\20const&\2c\20SkIRect\20const&\29 +3025:approx_arc_length\28SkPoint\20const*\2c\20int\29 +3026:antifillrect\28SkIRect\20const&\2c\20SkBlitter*\29 +3027:animatedImage_getFrameCount +3028:afm_parser_read_int +3029:af_sort_pos +3030:af_latin_hints_compute_segments +3031:acosf +3032:_isPrivateuseValueSubtag\28char\20const*\2c\20int\29 +3033:_isAlphaString\28char\20const*\2c\20int\29 +3034:_hb_glyph_info_get_lig_num_comps\28hb_glyph_info_t\20const*\29 +3035:_getDisplayNameForComponent\28char\20const*\2c\20char\20const*\2c\20char16_t*\2c\20int\2c\20int\20\28*\29\28char\20const*\2c\20char*\2c\20int\2c\20UErrorCode*\29\2c\20char\20const*\2c\20UErrorCode*\29 +3036:_findIndex\28char\20const*\20const*\2c\20char\20const*\29 +3037:__uselocale +3038:__math_xflow +3039:__cxxabiv1::__base_class_type_info::search_below_dst\28__cxxabiv1::__dynamic_cast_info*\2c\20void\20const*\2c\20int\2c\20bool\29\20const +3040:\28anonymous\20namespace\29::make_vertices_spec\28bool\2c\20bool\29 +3041:\28anonymous\20namespace\29::ThreeBoxApproxPass::blurSegment\28int\2c\20void\20const*\2c\20int\2c\20void*\2c\20int\29::'lambda'\28skvx::Vec<4\2c\20unsigned\20int>\20const&\29::operator\28\29\28skvx::Vec<4\2c\20unsigned\20int>\20const&\29\20const +3042:\28anonymous\20namespace\29::TentPass::blurSegment\28int\2c\20void\20const*\2c\20int\2c\20void*\2c\20int\29::'lambda'\28unsigned\20int\20const*\29::operator\28\29\28unsigned\20int\20const*\29\20const +3043:\28anonymous\20namespace\29::TentPass::blurSegment\28int\2c\20void\20const*\2c\20int\2c\20void*\2c\20int\29::'lambda'\28skvx::Vec<4\2c\20unsigned\20int>\20const&\29::operator\28\29\28skvx::Vec<4\2c\20unsigned\20int>\20const&\29\20const +3044:\28anonymous\20namespace\29::SkBlurImageFilter::kernelBounds\28skif::Mapping\20const&\2c\20skif::LayerSpace\29\20const +3045:\28anonymous\20namespace\29::RunIteratorQueue::insert\28SkShaper::RunIterator*\2c\20int\29 +3046:\28anonymous\20namespace\29::RunIteratorQueue::CompareEntry\28\28anonymous\20namespace\29::RunIteratorQueue::Entry\20const&\2c\20\28anonymous\20namespace\29::RunIteratorQueue::Entry\20const&\29 +3047:\28anonymous\20namespace\29::PathSubRun::canReuse\28SkPaint\20const&\2c\20SkMatrix\20const&\29\20const +3048:\28anonymous\20namespace\29::PathGeoBuilder::ensureSpace\28int\2c\20int\2c\20SkPoint\20const*\29 +3049:\28anonymous\20namespace\29::MeshGP::Impl::MeshCallbacks::getMangledName\28char\20const*\29 +3050:\28anonymous\20namespace\29::FillRectOpImpl::vertexSpec\28\29\20const +3051:\28anonymous\20namespace\29::CacheImpl::removeInternal\28\28anonymous\20namespace\29::CacheImpl::Value*\29 +3052:\28anonymous\20namespace\29::A8Pass::blurSegment\28int\2c\20void\20const*\2c\20int\2c\20void*\2c\20int\29::'lambda'\28unsigned\20int\29::operator\28\29\28unsigned\20int\29\20const +3053:WriteRingBuffer +3054:VP8YUVToR +3055:VP8YUVToG +3056:VP8YUVToB +3057:VP8LoadNewBytes +3058:VP8LHuffmanTablesDeallocate +3059:TT_Load_Context +3060:Skwasm::createDlRRect\28float\20const*\29 +3061:SkipCode +3062:SkYUVAPixmaps::~SkYUVAPixmaps\28\29 +3063:SkYUVAPixmaps::operator=\28SkYUVAPixmaps\20const&\29 +3064:SkYUVAPixmaps::SkYUVAPixmaps\28\29 +3065:SkWuffsCodec::frame\28int\29\20const +3066:SkWriter32::writeRRect\28SkRRect\20const&\29 +3067:SkWriter32::writeMatrix\28SkMatrix\20const&\29 +3068:SkWriter32::snapshotAsData\28\29\20const +3069:SkWBuffer::write\28void\20const*\2c\20unsigned\20long\29 +3070:SkVertices::approximateSize\28\29\20const +3071:SkUnicode::convertUtf8ToUtf16\28char\20const*\2c\20int\29 +3072:SkTiff::ImageFileDirectory::getEntryValuesGeneric\28unsigned\20short\2c\20unsigned\20short\2c\20unsigned\20int\2c\20void*\29\20const +3073:SkTiff::ImageFileDirectory::getEntryUnsignedShort\28unsigned\20short\2c\20unsigned\20int\2c\20unsigned\20short*\29\20const +3074:SkTextBlobBuilder::~SkTextBlobBuilder\28\29 +3075:SkTextBlob::RunRecord::textBuffer\28\29\20const +3076:SkTextBlob::RunRecord::clusterBuffer\28\29\20const +3077:SkTextBlob::RunRecord::StorageSize\28unsigned\20int\2c\20unsigned\20int\2c\20SkTextBlob::GlyphPositioning\2c\20SkSafeMath*\29 +3078:SkTextBlob::RunRecord::Next\28SkTextBlob::RunRecord\20const*\29 +3079:SkTSpan::oppT\28double\29\20const +3080:SkTSpan::closestBoundedT\28SkDPoint\20const&\29\20const +3081:SkTSect::updateBounded\28SkTSpan*\2c\20SkTSpan*\2c\20SkTSpan*\29 +3082:SkTSect::trim\28SkTSpan*\2c\20SkTSect*\29 +3083:SkTSect::removeSpanRange\28SkTSpan*\2c\20SkTSpan*\29 +3084:SkTSect::removeCoincident\28SkTSpan*\2c\20bool\29 +3085:SkTSect::deleteEmptySpans\28\29 +3086:SkTInternalLList::Entry>::remove\28SkLRUCache::Entry*\29 +3087:SkTInternalLList>\2c\20skia::textlayout::ParagraphCache::KeyHash\2c\20SkNoOpPurge>::Entry>::remove\28SkLRUCache>\2c\20skia::textlayout::ParagraphCache::KeyHash\2c\20SkNoOpPurge>::Entry*\29 +3088:SkTInternalLList>\2c\20GrGLGpu::ProgramCache::DescHash\2c\20SkNoOpPurge>::Entry>::remove\28SkLRUCache>\2c\20GrGLGpu::ProgramCache::DescHash\2c\20SkNoOpPurge>::Entry*\29 +3089:SkTDStorage::insert\28int\2c\20int\2c\20void\20const*\29 +3090:SkTDStorage::insert\28int\29 +3091:SkTDStorage::erase\28int\2c\20int\29 +3092:SkTDArray::push_back\28int\20const&\29 +3093:SkTBlockList::pushItem\28\29 +3094:SkStrokeRec::applyToPath\28SkPathBuilder*\2c\20SkPath\20const&\29\20const +3095:SkString::set\28char\20const*\29 +3096:SkString::SkString\28unsigned\20long\29 +3097:SkString::Rec::Make\28char\20const*\2c\20unsigned\20long\29 +3098:SkStrikeSpec::MakeCanonicalized\28SkFont\20const&\2c\20SkPaint\20const*\29 +3099:SkStrikeCache::GlobalStrikeCache\28\29 +3100:SkStrike::glyph\28SkPackedGlyphID\29 +3101:SkSpriteBlitter::~SkSpriteBlitter\28\29 +3102:SkSpecialImages::MakeDeferredFromGpu\28GrRecordingContext*\2c\20SkIRect\20const&\2c\20unsigned\20int\2c\20GrSurfaceProxyView\2c\20GrColorInfo\20const&\2c\20SkSurfaceProps\20const&\29 +3103:SkSpecialImages::AsBitmap\28SkSpecialImage\20const*\2c\20SkBitmap*\29 +3104:SkShadowTessellator::MakeSpot\28SkPath\20const&\2c\20SkMatrix\20const&\2c\20SkPoint3\20const&\2c\20SkPoint3\20const&\2c\20float\2c\20bool\2c\20bool\29 +3105:SkShaders::MatrixRec::apply\28SkStageRec\20const&\2c\20SkMatrix\20const&\29\20const +3106:SkShaderBlurAlgorithm::renderBlur\28SkRuntimeEffectBuilder*\2c\20SkFilterMode\2c\20SkISize\2c\20sk_sp\2c\20SkIRect\20const&\2c\20SkTileMode\2c\20SkIRect\20const&\29\20const::$_0::operator\28\29\28SkIRect\20const&\29\20const +3107:SkShaderBase::appendRootStages\28SkStageRec\20const&\2c\20SkMatrix\20const&\29\20const +3108:SkSemaphore::signal\28int\29 +3109:SkScan::FillIRect\28SkIRect\20const&\2c\20SkRegion\20const*\2c\20SkBlitter*\29 +3110:SkScalerContext_FreeType::emboldenIfNeeded\28FT_FaceRec_*\2c\20FT_GlyphSlotRec_*\2c\20unsigned\20short\29 +3111:SkScalerContextRec::getMatrixFrom2x2\28\29\20const +3112:SkScaleToSides::AdjustRadii\28double\2c\20double\2c\20float*\2c\20float*\29 +3113:SkSamplingOptions::operator!=\28SkSamplingOptions\20const&\29\20const +3114:SkSL::write_stringstream\28SkSL::StringStream\20const&\2c\20SkSL::OutputStream&\29 +3115:SkSL::evaluate_3_way_intrinsic\28SkSL::Context\20const&\2c\20std::__2::array\20const&\2c\20SkSL::Type\20const&\2c\20double\20\28*\29\28double\2c\20double\2c\20double\29\29 +3116:SkSL::eliminate_dead_local_variables\28SkSL::Context\20const&\2c\20SkSpan>>\2c\20SkSL::ProgramUsage*\29::DeadLocalVariableEliminator::~DeadLocalVariableEliminator\28\29 +3117:SkSL::calculate_count\28double\2c\20double\2c\20double\2c\20bool\2c\20bool\29 +3118:SkSL::append_rtadjust_fixup_to_vertex_main\28SkSL::Context\20const&\2c\20SkSL::FunctionDeclaration\20const&\2c\20SkSL::Block&\29::AppendRTAdjustFixupHelper::Pos\28\29\20const +3119:SkSL::\28anonymous\20namespace\29::ProgramUsageVisitor::visitProgramElement\28SkSL::ProgramElement\20const&\29 +3120:SkSL::VarDeclaration::Convert\28SkSL::Context\20const&\2c\20SkSL::Position\2c\20SkSL::Modifiers\20const&\2c\20SkSL::Type\20const&\2c\20SkSL::Position\2c\20std::__2::basic_string_view>\2c\20SkSL::VariableStorage\2c\20std::__2::unique_ptr>\29 +3121:SkSL::Type::priority\28\29\20const +3122:SkSL::Type::checkForOutOfRangeLiteral\28SkSL::Context\20const&\2c\20double\2c\20SkSL::Position\29\20const +3123:SkSL::Transform::EliminateDeadFunctions\28SkSL::Program&\29::$_0::operator\28\29\28std::__2::unique_ptr>\20const&\29\20const +3124:SkSL::SymbolTable::lookup\28SkSL::SymbolTable::SymbolKey\20const&\29\20const +3125:SkSL::SymbolTable::isType\28std::__2::basic_string_view>\29\20const +3126:SkSL::Swizzle::MaskString\28skia_private::FixedArray<4\2c\20signed\20char>\20const&\29 +3127:SkSL::RP::SlotManager::mapVariableToSlots\28SkSL::Variable\20const&\2c\20SkSL::RP::SlotRange\29 +3128:SkSL::RP::Program::appendStages\28SkRasterPipeline*\2c\20SkArenaAlloc*\2c\20SkSL::RP::Callbacks*\2c\20SkSpan\29\20const::$_0::operator\28\29\28\29\20const +3129:SkSL::RP::Program::appendCopy\28skia_private::TArray*\2c\20SkArenaAlloc*\2c\20std::byte*\2c\20SkSL::RP::ProgramOp\2c\20unsigned\20int\2c\20int\2c\20unsigned\20int\2c\20int\2c\20int\29\20const +3130:SkSL::RP::Generator::store\28SkSL::RP::LValue&\29 +3131:SkSL::RP::Generator::popToSlotRangeUnmasked\28SkSL::RP::SlotRange\29 +3132:SkSL::RP::Builder::ternary_op\28SkSL::RP::BuilderOp\2c\20int\29 +3133:SkSL::RP::Builder::simplifyPopSlotsUnmasked\28SkSL::RP::SlotRange*\29 +3134:SkSL::RP::Builder::push_zeros\28int\29 +3135:SkSL::RP::Builder::push_loop_mask\28\29 +3136:SkSL::RP::Builder::pad_stack\28int\29 +3137:SkSL::RP::Builder::exchange_src\28\29 +3138:SkSL::ProgramVisitor::visit\28SkSL::Program\20const&\29 +3139:SkSL::ProgramUsage::remove\28SkSL::Statement\20const*\29 +3140:SkSL::PrefixExpression::Make\28SkSL::Context\20const&\2c\20SkSL::Position\2c\20SkSL::Operator\2c\20std::__2::unique_ptr>\29 +3141:SkSL::PipelineStage::PipelineStageCodeGenerator::typedVariable\28SkSL::Type\20const&\2c\20std::__2::basic_string_view>\29 +3142:SkSL::PipelineStage::PipelineStageCodeGenerator::typeName\28SkSL::Type\20const&\29 +3143:SkSL::Parser::parseInitializer\28SkSL::Position\2c\20std::__2::unique_ptr>*\29 +3144:SkSL::Parser::nextRawToken\28\29 +3145:SkSL::Parser::arrayType\28SkSL::Type\20const*\2c\20int\2c\20SkSL::Position\29 +3146:SkSL::Parser::AutoSymbolTable::AutoSymbolTable\28SkSL::Parser*\2c\20std::__2::unique_ptr>*\2c\20bool\29 +3147:SkSL::MethodReference::~MethodReference\28\29_7090 +3148:SkSL::MethodReference::~MethodReference\28\29 +3149:SkSL::LiteralType::priority\28\29\20const +3150:SkSL::Intrinsics::\28anonymous\20namespace\29::evaluate_sub\28SkSL::Context\20const&\2c\20std::__2::array\20const&\29 +3151:SkSL::Intrinsics::\28anonymous\20namespace\29::evaluate_dot\28std::__2::array\20const&\29 +3152:SkSL::InterfaceBlock::arraySize\28\29\20const +3153:SkSL::IndexExpression::Make\28SkSL::Context\20const&\2c\20SkSL::Position\2c\20std::__2::unique_ptr>\2c\20std::__2::unique_ptr>\29 +3154:SkSL::GLSLCodeGenerator::writeExtension\28std::__2::basic_string_view>\2c\20bool\29 +3155:SkSL::FieldAccess::Make\28SkSL::Context\20const&\2c\20SkSL::Position\2c\20std::__2::unique_ptr>\2c\20int\2c\20SkSL::FieldAccessOwnerKind\29 +3156:SkSL::ConstructorArray::Make\28SkSL::Context\20const&\2c\20SkSL::Position\2c\20SkSL::Type\20const&\2c\20SkSL::ExpressionArray\29 +3157:SkSL::Compiler::convertProgram\28SkSL::ProgramKind\2c\20std::__2::basic_string\2c\20std::__2::allocator>\2c\20SkSL::ProgramSettings\20const&\29 +3158:SkSL::Block::isEmpty\28\29\20const +3159:SkSL::Block::Make\28SkSL::Position\2c\20skia_private::STArray<2\2c\20std::__2::unique_ptr>\2c\20true>\2c\20SkSL::Block::Kind\2c\20std::__2::unique_ptr>\29 +3160:SkSL::Block::MakeBlock\28SkSL::Position\2c\20skia_private::STArray<2\2c\20std::__2::unique_ptr>\2c\20true>\2c\20SkSL::Block::Kind\2c\20std::__2::unique_ptr>\29 +3161:SkSL::Analysis::DetectVarDeclarationWithoutScope\28SkSL::Statement\20const&\2c\20SkSL::ErrorReporter*\29 +3162:SkRuntimeEffect::Result::~Result\28\29 +3163:SkResourceCache::remove\28SkResourceCache::Rec*\29 +3164:SkRegion::writeToMemory\28void*\29\20const +3165:SkRegion::SkRegion\28SkRegion\20const&\29 +3166:SkRect::sort\28\29 +3167:SkRect::setBoundsCheck\28SkSpan\29 +3168:SkRect::offset\28SkPoint\20const&\29 +3169:SkRect::inset\28float\2c\20float\29 +3170:SkRecords::Optional::~Optional\28\29 +3171:SkRecords::NoOp*\20SkRecord::replace\28int\29 +3172:SkReadBuffer::skip\28unsigned\20long\29 +3173:SkRasterPipeline::tailPointer\28\29 +3174:SkRasterPipeline::appendStore\28SkColorType\2c\20SkRasterPipelineContexts::MemoryCtx\20const*\29 +3175:SkRasterPipeline::appendMatrix\28SkArenaAlloc*\2c\20SkMatrix\20const&\29 +3176:SkRasterPipeline::addMemoryContext\28SkRasterPipelineContexts::MemoryCtx*\2c\20int\2c\20bool\2c\20bool\29 +3177:SkRRect::setOval\28SkRect\20const&\29 +3178:SkRRect::initializeRect\28SkRect\20const&\29 +3179:SkRGBA4f<\28SkAlphaType\293>::operator==\28SkRGBA4f<\28SkAlphaType\293>\20const&\29\20const +3180:SkQuads::RootsReal\28double\2c\20double\2c\20double\2c\20double*\29 +3181:SkPixelRef::~SkPixelRef\28\29 +3182:SkPixelRef::SkPixelRef\28int\2c\20int\2c\20void*\2c\20unsigned\20long\29 +3183:SkPictureRecorder::~SkPictureRecorder\28\29 +3184:SkPictureRecorder::SkPictureRecorder\28\29 +3185:SkPictureRecord::~SkPictureRecord\28\29 +3186:SkPictureRecord::recordRestoreOffsetPlaceholder\28\29 +3187:SkPathStroker::quadStroke\28SkPoint\20const*\2c\20SkQuadConstruct*\29 +3188:SkPathStroker::preJoinTo\28SkPoint\20const&\2c\20SkPoint*\2c\20SkPoint*\2c\20bool\29 +3189:SkPathStroker::intersectRay\28SkQuadConstruct*\2c\20SkPathStroker::IntersectRayType\29\20const +3190:SkPathStroker::cubicStroke\28SkPoint\20const*\2c\20SkQuadConstruct*\29 +3191:SkPathStroker::cubicPerpRay\28SkPoint\20const*\2c\20float\2c\20SkPoint*\2c\20SkPoint*\2c\20SkPoint*\29\20const +3192:SkPathStroker::conicStroke\28SkConic\20const&\2c\20SkQuadConstruct*\29 +3193:SkPathRef::computeBounds\28\29\20const +3194:SkPathRef::SkPathRef\28int\2c\20int\2c\20int\29 +3195:SkPathPriv::IsRectContour\28SkSpan\2c\20SkSpan\2c\20bool\29 +3196:SkPathBuilder::transform\28SkMatrix\20const&\29 +3197:SkPathBuilder::addRect\28SkRect\20const&\2c\20SkPathDirection\2c\20unsigned\20int\29 +3198:SkPathBuilder::addPath\28SkPath\20const&\2c\20SkPath::AddPathMode\29 +3199:SkPathBuilder::SkPathBuilder\28SkPathFillType\29 +3200:SkPath::reset\28\29 +3201:SkPath::quadTo\28float\2c\20float\2c\20float\2c\20float\29 +3202:SkPath::makeFillType\28SkPathFillType\29\20const +3203:SkPaint::operator=\28SkPaint&&\29 +3204:SkPaint::computeFastBounds\28SkRect\20const&\2c\20SkRect*\29\20const +3205:SkPaint::canComputeFastBounds\28\29\20const +3206:SkOpSpanBase::mergeMatches\28SkOpSpanBase*\29 +3207:SkOpSpanBase::addOpp\28SkOpSpanBase*\29 +3208:SkOpSegment::updateOppWinding\28SkOpSpanBase\20const*\2c\20SkOpSpanBase\20const*\29\20const +3209:SkOpSegment::subDivide\28SkOpSpanBase\20const*\2c\20SkOpSpanBase\20const*\2c\20SkDCurve*\29\20const +3210:SkOpSegment::setUpWindings\28SkOpSpanBase*\2c\20SkOpSpanBase*\2c\20int*\2c\20int*\2c\20int*\2c\20int*\2c\20int*\2c\20int*\29 +3211:SkOpSegment::nextChase\28SkOpSpanBase**\2c\20int*\2c\20SkOpSpan**\2c\20SkOpSpanBase**\29\20const +3212:SkOpSegment::markAndChaseDone\28SkOpSpanBase*\2c\20SkOpSpanBase*\2c\20SkOpSpanBase**\29 +3213:SkOpSegment::isSimple\28SkOpSpanBase**\2c\20int*\29\20const +3214:SkOpSegment::init\28SkPoint*\2c\20float\2c\20SkOpContour*\2c\20SkPath::Verb\29 +3215:SkOpEdgeBuilder::complete\28\29 +3216:SkOpContour::appendSegment\28\29 +3217:SkOpCoincidence::overlap\28SkOpPtT\20const*\2c\20SkOpPtT\20const*\2c\20SkOpPtT\20const*\2c\20SkOpPtT\20const*\2c\20double*\2c\20double*\29\20const +3218:SkOpCoincidence::add\28SkOpPtT*\2c\20SkOpPtT*\2c\20SkOpPtT*\2c\20SkOpPtT*\29 +3219:SkOpCoincidence::addIfMissing\28SkOpPtT\20const*\2c\20SkOpPtT\20const*\2c\20double\2c\20double\2c\20SkOpSegment*\2c\20SkOpSegment*\2c\20bool*\29 +3220:SkOpCoincidence::addExpanded\28\29 +3221:SkOpCoincidence::addEndMovedSpans\28SkOpPtT\20const*\29 +3222:SkOpCoincidence::TRange\28SkOpPtT\20const*\2c\20double\2c\20SkOpSegment\20const*\29 +3223:SkOpAngle::set\28SkOpSpanBase*\2c\20SkOpSpanBase*\29 +3224:SkOpAngle::loopCount\28\29\20const +3225:SkOpAngle::insert\28SkOpAngle*\29 +3226:SkOpAngle*\20SkArenaAlloc::make\28\29 +3227:SkNoPixelsDevice::ClipState::op\28SkClipOp\2c\20SkM44\20const&\2c\20SkRect\20const&\2c\20bool\2c\20bool\29 +3228:SkMipmap*\20SkSafeRef\28SkMipmap*\29 +3229:SkMeshSpecification::Varying::Varying\28SkMeshSpecification::Varying\20const&\29 +3230:SkMatrixPriv::DifferentialAreaScale\28SkMatrix\20const&\2c\20SkPoint\20const&\29 +3231:SkMatrix::setRotate\28float\29 +3232:SkMatrix::preservesRightAngles\28float\29\20const +3233:SkMatrix::mapRectToQuad\28SkPoint*\2c\20SkRect\20const&\29\20const +3234:SkMatrix::mapPointPerspective\28SkPoint\29\20const +3235:SkM44::setConcat\28SkM44\20const&\2c\20SkM44\20const&\29::$_0::operator\28\29\28skvx::Vec<4\2c\20float>\29\20const +3236:SkM44::normalizePerspective\28\29 +3237:SkM44::invert\28SkM44*\29\20const +3238:SkLineClipper::IntersectLine\28SkPoint\20const*\2c\20SkRect\20const&\2c\20SkPoint*\29 +3239:SkImage_Ganesh::makeView\28GrRecordingContext*\29\20const +3240:SkImage_Base::~SkImage_Base\28\29 +3241:SkImage_Base::isGaneshBacked\28\29\20const +3242:SkImage_Base::SkImage_Base\28SkImageInfo\20const&\2c\20unsigned\20int\29 +3243:SkImageInfo::validRowBytes\28unsigned\20long\29\20const +3244:SkImageGenerator::~SkImageGenerator\28\29 +3245:SkImageFilters::Crop\28SkRect\20const&\2c\20SkTileMode\2c\20sk_sp\29 +3246:SkImageFilter_Base::~SkImageFilter_Base\28\29 +3247:SkIRect::makeInset\28int\2c\20int\29\20const +3248:SkHalfToFloat\28unsigned\20short\29 +3249:SkGradientBaseShader::commonAsAGradient\28SkShaderBase::GradientInfo*\29\20const +3250:SkGradientBaseShader::ValidGradient\28SkRGBA4f<\28SkAlphaType\293>\20const*\2c\20int\2c\20SkTileMode\2c\20SkGradientShader::Interpolation\20const&\29 +3251:SkGradientBaseShader::SkGradientBaseShader\28SkGradientBaseShader::Descriptor\20const&\2c\20SkMatrix\20const&\29 +3252:SkGradientBaseShader::MakeDegenerateGradient\28SkRGBA4f<\28SkAlphaType\293>\20const*\2c\20float\20const*\2c\20int\2c\20sk_sp\2c\20SkTileMode\29 +3253:SkGetPolygonWinding\28SkPoint\20const*\2c\20int\29 +3254:SkFontMgr::RefEmpty\28\29 +3255:SkFont::setTypeface\28sk_sp\29 +3256:SkFont::getBounds\28SkSpan\2c\20SkSpan\2c\20SkPaint\20const*\29\20const +3257:SkEmptyFontMgr::onMakeFromStreamIndex\28std::__2::unique_ptr>\2c\20int\29\20const +3258:SkEdgeBuilder::~SkEdgeBuilder\28\29 +3259:SkDevice::~SkDevice\28\29 +3260:SkDevice::scalerContextFlags\28\29\20const +3261:SkDQuad::RootsReal\28double\2c\20double\2c\20double\2c\20double*\29 +3262:SkDPoint::distance\28SkDPoint\20const&\29\20const +3263:SkDLine::NearPointV\28SkDPoint\20const&\2c\20double\2c\20double\2c\20double\29 +3264:SkDLine::NearPointH\28SkDPoint\20const&\2c\20double\2c\20double\2c\20double\29 +3265:SkDCubic::RootsValidT\28double\2c\20double\2c\20double\2c\20double\2c\20double*\29 +3266:SkConicalGradient::~SkConicalGradient\28\29 +3267:SkComputeRadialSteps\28SkPoint\20const&\2c\20SkPoint\20const&\2c\20float\2c\20float*\2c\20float*\2c\20int*\29 +3268:SkColorFilterPriv::MakeGaussian\28\29 +3269:SkColorFilter::filterColor4f\28SkRGBA4f<\28SkAlphaType\293>\20const&\2c\20SkColorSpace*\2c\20SkColorSpace*\29\20const +3270:SkColorConverter::SkColorConverter\28unsigned\20int\20const*\2c\20int\29 +3271:SkCoincidentSpans::correctOneEnd\28SkOpPtT\20const*\20\28SkCoincidentSpans::*\29\28\29\20const\2c\20void\20\28SkCoincidentSpans::*\29\28SkOpPtT\20const*\29\29 +3272:SkCodec::skipScanlines\28int\29 +3273:SkCodec::handleFrameIndex\28SkImageInfo\20const&\2c\20void*\2c\20unsigned\20long\2c\20SkCodec::Options\20const&\2c\20std::__2::function\29 +3274:SkClosestRecord::findEnd\28SkTSpan\20const*\2c\20SkTSpan\20const*\2c\20int\2c\20int\29 +3275:SkChopCubicAt\28SkPoint\20const*\2c\20SkPoint*\2c\20float\20const*\2c\20int\29 +3276:SkChopCubicAtYExtrema\28SkPoint\20const*\2c\20SkPoint*\29 +3277:SkCanvas::setMatrix\28SkM44\20const&\29 +3278:SkCanvas::init\28sk_sp\29 +3279:SkCanvas::drawPicture\28SkPicture\20const*\2c\20SkMatrix\20const*\2c\20SkPaint\20const*\29 +3280:SkCanvas::drawOval\28SkRect\20const&\2c\20SkPaint\20const&\29 +3281:SkCanvas::clipRect\28SkRect\20const&\2c\20bool\29 +3282:SkCanvas::clipRect\28SkRect\20const&\2c\20SkClipOp\2c\20bool\29 +3283:SkCanvas::clipRRect\28SkRRect\20const&\2c\20SkClipOp\2c\20bool\29 +3284:SkCanvas::canAttemptBlurredRRectDraw\28SkPaint\20const&\29\20const +3285:SkCanvas::attemptBlurredRRectDraw\28SkRRect\20const&\2c\20SkBlurMaskFilterImpl\20const*\2c\20SkPaint\20const&\2c\20SkEnumBitMask\29 +3286:SkCanvas::SkCanvas\28SkBitmap\20const&\29 +3287:SkCachedData::detachFromCacheAndUnref\28\29\20const +3288:SkCachedData::attachToCacheAndRef\28\29\20const +3289:SkBitmap::readPixels\28SkImageInfo\20const&\2c\20void*\2c\20unsigned\20long\2c\20int\2c\20int\29\20const +3290:SkBitmap::pixelRefOrigin\28\29\20const +3291:SkBitmap::getGenerationID\28\29\20const +3292:SkBitmap::extractSubset\28SkBitmap*\2c\20SkIRect\20const&\29\20const +3293:SkBitmap::allocPixels\28SkImageInfo\20const&\29 +3294:SkBitmap::SkBitmap\28SkBitmap&&\29 +3295:SkBaseShadowTessellator::~SkBaseShadowTessellator\28\29 +3296:SkAutoPixmapStorage::tryAlloc\28SkImageInfo\20const&\29 +3297:SkArenaAllocWithReset::SkArenaAllocWithReset\28char*\2c\20unsigned\20long\2c\20unsigned\20long\29 +3298:SkAndroidCodec::getSampledDimensions\28int\29\20const +3299:SkAAClip::setPath\28SkPath\20const&\2c\20SkIRect\20const&\2c\20bool\29 +3300:SkAAClip::quickContains\28SkIRect\20const&\29\20const +3301:SkAAClip::op\28SkAAClip\20const&\2c\20SkClipOp\29 +3302:SkAAClip::Builder::flushRowH\28SkAAClip::Builder::Row*\29 +3303:SkAAClip::Builder::Blitter::checkForYGap\28int\29 +3304:RunBasedAdditiveBlitter::~RunBasedAdditiveBlitter\28\29 +3305:Rescale +3306:ReadHuffmanCode.11868 +3307:Put8x8uv +3308:Put16 +3309:OT::post::accelerator_t::find_glyph_name\28unsigned\20int\29\20const +3310:OT::hb_ot_layout_lookup_accelerator_t::fini\28\29 +3311:OT::hb_ot_layout_lookup_accelerator_t::apply\28OT::hb_ot_apply_context_t*\2c\20unsigned\20int\2c\20bool\29\20const +3312:OT::hb_ot_apply_context_t::skipping_iterator_t::match\28hb_glyph_info_t&\29 +3313:OT::hb_ot_apply_context_t::_set_glyph_class\28unsigned\20int\2c\20unsigned\20int\2c\20bool\2c\20bool\29 +3314:OT::glyf_accelerator_t::glyph_for_gid\28unsigned\20int\2c\20bool\29\20const +3315:OT::cff1::accelerator_templ_t>::std_code_to_glyph\28unsigned\20int\29\20const +3316:OT::apply_lookup\28OT::hb_ot_apply_context_t*\2c\20unsigned\20int\2c\20unsigned\20int*\2c\20unsigned\20int\2c\20OT::LookupRecord\20const*\2c\20unsigned\20int\29 +3317:OT::VarRegionList::evaluate\28unsigned\20int\2c\20int\20const*\2c\20unsigned\20int\2c\20float*\29\20const +3318:OT::Lookup::get_props\28\29\20const +3319:OT::Layout::GSUB_impl::SubstLookup*\20hb_serialize_context_t::copy\28\29\20const +3320:OT::Layout::GPOS_impl::ValueFormat::get_device\28OT::IntType\20const*\2c\20bool*\2c\20OT::Layout::GPOS_impl::ValueBase\20const*\2c\20hb_sanitize_context_t&\29 +3321:OT::Layout::GPOS_impl::Anchor::get_anchor\28OT::hb_ot_apply_context_t*\2c\20unsigned\20int\2c\20float*\2c\20float*\29\20const +3322:OT::ItemVariationStore::create_cache\28\29\20const +3323:OT::IntType*\20hb_serialize_context_t::extend_min>\28OT::IntType*\29 +3324:OT::GSUBGPOS::get_script\28unsigned\20int\29\20const +3325:OT::GSUBGPOS::get_feature_tag\28unsigned\20int\29\20const +3326:OT::GSUBGPOS::find_script_index\28unsigned\20int\2c\20unsigned\20int*\29\20const +3327:OT::GDEF::get_glyph_props\28unsigned\20int\29\20const +3328:OT::ClassDef::cost\28\29\20const +3329:OT::CFFIndex>::sanitize\28hb_sanitize_context_t*\29\20const +3330:OT::CFFIndex>::operator\5b\5d\28unsigned\20int\29\20const +3331:OT::CFFIndex>::offset_at\28unsigned\20int\29\20const +3332:OT::ArrayOf>*\20hb_serialize_context_t::extend_size>>\28OT::ArrayOf>*\2c\20unsigned\20long\2c\20bool\29 +3333:Move_Zp2_Point +3334:Modify_CVT_Check +3335:GrYUVATextureProxies::operator=\28GrYUVATextureProxies&&\29 +3336:GrYUVATextureProxies::GrYUVATextureProxies\28\29 +3337:GrXPFactory::FromBlendMode\28SkBlendMode\29 +3338:GrWindowRectangles::operator=\28GrWindowRectangles\20const&\29 +3339:GrTriangulator::~GrTriangulator\28\29 +3340:GrTriangulator::simplify\28GrTriangulator::VertexList*\2c\20GrTriangulator::Comparator\20const&\29 +3341:GrTriangulator::setTop\28GrTriangulator::Edge*\2c\20GrTriangulator::Vertex*\2c\20GrTriangulator::EdgeList*\2c\20GrTriangulator::Vertex**\2c\20GrTriangulator::Comparator\20const&\29\20const +3342:GrTriangulator::mergeCollinearEdges\28GrTriangulator::Edge*\2c\20GrTriangulator::EdgeList*\2c\20GrTriangulator::Vertex**\2c\20GrTriangulator::Comparator\20const&\29\20const +3343:GrTriangulator::mergeCoincidentVertices\28GrTriangulator::VertexList*\2c\20GrTriangulator::Comparator\20const&\29\20const +3344:GrTriangulator::emitTriangle\28GrTriangulator::Vertex*\2c\20GrTriangulator::Vertex*\2c\20GrTriangulator::Vertex*\2c\20int\2c\20skgpu::VertexWriter\29\20const +3345:GrTriangulator::allocateEdge\28GrTriangulator::Vertex*\2c\20GrTriangulator::Vertex*\2c\20int\2c\20GrTriangulator::EdgeType\29 +3346:GrTriangulator::FindEnclosingEdges\28GrTriangulator::Vertex\20const&\2c\20GrTriangulator::EdgeList\20const&\2c\20GrTriangulator::Edge**\2c\20GrTriangulator::Edge**\29 +3347:GrTriangulator::Edge::dist\28SkPoint\20const&\29\20const +3348:GrTriangulator::Edge::Edge\28GrTriangulator::Vertex*\2c\20GrTriangulator::Vertex*\2c\20int\2c\20GrTriangulator::EdgeType\29 +3349:GrThreadSafeCache::remove\28skgpu::UniqueKey\20const&\29 +3350:GrThreadSafeCache::internalFind\28skgpu::UniqueKey\20const&\29 +3351:GrThreadSafeCache::internalAdd\28skgpu::UniqueKey\20const&\2c\20GrSurfaceProxyView\20const&\29 +3352:GrTextureRenderTargetProxy::~GrTextureRenderTargetProxy\28\29 +3353:GrTextureEffect::GrTextureEffect\28GrSurfaceProxyView\2c\20SkAlphaType\2c\20GrTextureEffect::Sampling\20const&\29 +3354:GrTessellationShader::MakePipeline\28GrTessellationShader::ProgramArgs\20const&\2c\20GrAAType\2c\20GrAppliedClip&&\2c\20GrProcessorSet&&\29 +3355:GrSurfaceProxyView::operator!=\28GrSurfaceProxyView\20const&\29\20const +3356:GrSurfaceProxyView::concatSwizzle\28skgpu::Swizzle\29 +3357:GrSurfaceProxy::~GrSurfaceProxy\28\29 +3358:GrSurfaceProxy::isFunctionallyExact\28\29\20const +3359:GrSurfaceProxy::gpuMemorySize\28\29\20const +3360:GrSurfaceProxy::createSurfaceImpl\28GrResourceProvider*\2c\20int\2c\20skgpu::Renderable\2c\20skgpu::Mipmapped\29\20const +3361:GrSurfaceProxy::Copy\28GrRecordingContext*\2c\20sk_sp\2c\20GrSurfaceOrigin\2c\20skgpu::Mipmapped\2c\20SkIRect\2c\20SkBackingFit\2c\20skgpu::Budgeted\2c\20std::__2::basic_string_view>\2c\20GrSurfaceProxy::RectsMustMatch\2c\20sk_sp*\29 +3362:GrSurfaceProxy::Copy\28GrRecordingContext*\2c\20sk_sp\2c\20GrSurfaceOrigin\2c\20skgpu::Mipmapped\2c\20SkBackingFit\2c\20skgpu::Budgeted\2c\20std::__2::basic_string_view>\2c\20sk_sp*\29 +3363:GrStyledShape::hasUnstyledKey\28\29\20const +3364:GrStyledShape::GrStyledShape\28GrStyledShape\20const&\2c\20GrStyle::Apply\2c\20float\29 +3365:GrStyle::GrStyle\28GrStyle\20const&\29 +3366:GrSkSLFP::setInput\28std::__2::unique_ptr>\29 +3367:GrSimpleMeshDrawOpHelper::CreatePipeline\28GrCaps\20const*\2c\20SkArenaAlloc*\2c\20skgpu::Swizzle\2c\20GrAppliedClip&&\2c\20GrDstProxyView\20const&\2c\20GrProcessorSet&&\2c\20GrPipeline::InputFlags\29 +3368:GrSimpleMesh::set\28sk_sp\2c\20int\2c\20int\29 +3369:GrShape::simplifyRect\28SkRect\20const&\2c\20SkPathDirection\2c\20unsigned\20int\2c\20unsigned\20int\29 +3370:GrShape::simplifyRRect\28SkRRect\20const&\2c\20SkPathDirection\2c\20unsigned\20int\2c\20unsigned\20int\29 +3371:GrShape::simplifyPoint\28SkPoint\20const&\2c\20unsigned\20int\29 +3372:GrShape::simplifyLine\28SkPoint\20const&\2c\20SkPoint\20const&\2c\20unsigned\20int\29 +3373:GrShape::setInverted\28bool\29 +3374:GrSWMaskHelper::init\28SkIRect\20const&\29 +3375:GrSWMaskHelper::GrSWMaskHelper\28SkAutoPixmapStorage*\29 +3376:GrResourceProvider::refNonAAQuadIndexBuffer\28\29 +3377:GrRenderTask::addTarget\28GrDrawingManager*\2c\20sk_sp\29 +3378:GrRenderTarget::~GrRenderTarget\28\29 +3379:GrQuadUtils::WillUseHairline\28GrQuad\20const&\2c\20GrAAType\2c\20GrQuadAAFlags\29 +3380:GrQuadBuffer<\28anonymous\20namespace\29::FillRectOpImpl::ColorAndAA>::unpackQuad\28GrQuad::Type\2c\20float\20const*\2c\20GrQuad*\29\20const +3381:GrQuadBuffer<\28anonymous\20namespace\29::FillRectOpImpl::ColorAndAA>::MetadataIter::next\28\29 +3382:GrProxyProvider::processInvalidUniqueKey\28skgpu::UniqueKey\20const&\2c\20GrTextureProxy*\2c\20GrProxyProvider::InvalidateGPUResource\29 +3383:GrProxyProvider::createMippedProxyFromBitmap\28SkBitmap\20const&\2c\20skgpu::Budgeted\29::$_0::~$_0\28\29 +3384:GrProgramInfo::GrProgramInfo\28GrCaps\20const&\2c\20GrSurfaceProxyView\20const&\2c\20bool\2c\20GrPipeline\20const*\2c\20GrUserStencilSettings\20const*\2c\20GrGeometryProcessor\20const*\2c\20GrPrimitiveType\2c\20GrXferBarrierFlags\2c\20GrLoadOp\29 +3385:GrPipeline::visitProxies\28std::__2::function\20const&\29\20const +3386:GrPathUtils::scaleToleranceToSrc\28float\2c\20SkMatrix\20const&\2c\20SkRect\20const&\29 +3387:GrPathUtils::generateQuadraticPoints\28SkPoint\20const&\2c\20SkPoint\20const&\2c\20SkPoint\20const&\2c\20float\2c\20SkPoint**\2c\20unsigned\20int\29 +3388:GrPathUtils::generateCubicPoints\28SkPoint\20const&\2c\20SkPoint\20const&\2c\20SkPoint\20const&\2c\20SkPoint\20const&\2c\20float\2c\20SkPoint**\2c\20unsigned\20int\29 +3389:GrPathUtils::cubicPointCount\28SkPoint\20const*\2c\20float\29 +3390:GrPaint::GrPaint\28GrPaint\20const&\29 +3391:GrOpsRenderPass::prepareToDraw\28\29 +3392:GrOpFlushState::~GrOpFlushState\28\29 +3393:GrOpFlushState::drawInstanced\28int\2c\20int\2c\20int\2c\20int\29 +3394:GrOpFlushState::bindTextures\28GrGeometryProcessor\20const&\2c\20GrSurfaceProxy\20const&\2c\20GrPipeline\20const&\29 +3395:GrOp::uniqueID\28\29\20const +3396:GrNativeRect::MakeIRectRelativeTo\28GrSurfaceOrigin\2c\20int\2c\20SkIRect\29 +3397:GrMeshDrawOp::onPrePrepareDraws\28GrRecordingContext*\2c\20GrSurfaceProxyView\20const&\2c\20GrAppliedClip*\2c\20GrDstProxyView\20const&\2c\20GrXferBarrierFlags\2c\20GrLoadOp\29 +3398:GrMapRectPoints\28SkRect\20const&\2c\20SkRect\20const&\2c\20SkPoint\20const*\2c\20SkPoint*\2c\20int\29 +3399:GrMakeKeyFromImageID\28skgpu::UniqueKey*\2c\20unsigned\20int\2c\20SkIRect\20const&\29 +3400:GrGradientShader::MakeGradientFP\28SkGradientBaseShader\20const&\2c\20GrFPArgs\20const&\2c\20SkShaders::MatrixRec\20const&\2c\20std::__2::unique_ptr>\2c\20SkMatrix\20const*\29 +3401:GrGpuResource::setUniqueKey\28skgpu::UniqueKey\20const&\29 +3402:GrGpuResource::registerWithCache\28skgpu::Budgeted\29 +3403:GrGpu::writePixels\28GrSurface*\2c\20SkIRect\2c\20GrColorType\2c\20GrColorType\2c\20GrMipLevel\20const*\2c\20int\2c\20bool\29 +3404:GrGLTextureRenderTarget::~GrGLTextureRenderTarget\28\29 +3405:GrGLTexture::onSetLabel\28\29 +3406:GrGLTexture::onAbandon\28\29 +3407:GrGLTexture::backendFormat\28\29\20const +3408:GrGLSLVaryingHandler::appendDecls\28SkTBlockList\20const&\2c\20SkString*\29\20const +3409:GrGLSLUniformHandler::addInputSampler\28skgpu::Swizzle\20const&\2c\20char\20const*\29 +3410:GrGLSLShaderBuilder::newTmpVarName\28char\20const*\29 +3411:GrGLSLShaderBuilder::definitionAppend\28char\20const*\29 +3412:GrGLSLProgramBuilder::invokeFP\28GrFragmentProcessor\20const&\2c\20GrFragmentProcessor::ProgramImpl\20const&\2c\20char\20const*\2c\20char\20const*\2c\20char\20const*\29\20const +3413:GrGLSLProgramBuilder::advanceStage\28\29 +3414:GrGLSLFragmentShaderBuilder::dstColor\28\29 +3415:GrGLRenderTarget::bindInternal\28unsigned\20int\2c\20bool\29 +3416:GrGLGpu::unbindXferBuffer\28GrGpuBufferType\29 +3417:GrGLGpu::resolveRenderFBOs\28GrGLRenderTarget*\2c\20SkIRect\20const&\2c\20GrGLRenderTarget::ResolveDirection\2c\20bool\29 +3418:GrGLGpu::flushBlendAndColorWrite\28skgpu::BlendInfo\20const&\2c\20skgpu::Swizzle\20const&\29 +3419:GrGLGpu::currentProgram\28\29 +3420:GrGLGpu::SamplerObjectCache::Sampler::~Sampler\28\29 +3421:GrGLGpu::HWVertexArrayState::setVertexArrayID\28GrGLGpu*\2c\20unsigned\20int\29 +3422:GrGLGetVersionFromString\28char\20const*\29 +3423:GrGLFunction::GrGLFunction\28void\20\28*\29\28unsigned\20int\29\29::'lambda'\28void\20const*\2c\20unsigned\20int\29::__invoke\28void\20const*\2c\20unsigned\20int\29 +3424:GrGLFunction::GrGLFunction\28unsigned\20char\20const*\20\28*\29\28unsigned\20int\29\29::'lambda'\28void\20const*\2c\20unsigned\20int\29::__invoke\28void\20const*\2c\20unsigned\20int\29 +3425:GrGLFinishCallbacks::callAll\28bool\29 +3426:GrGLCheckLinkStatus\28GrGLGpu\20const*\2c\20unsigned\20int\2c\20bool\2c\20skgpu::ShaderErrorHandler*\2c\20std::__2::basic_string\2c\20std::__2::allocator>\20const**\2c\20SkSL::NativeShader\20const*\29 +3427:GrGLAttribArrayState::set\28GrGLGpu*\2c\20int\2c\20GrBuffer\20const*\2c\20GrVertexAttribType\2c\20SkSLType\2c\20int\2c\20unsigned\20long\2c\20int\29 +3428:GrFragmentProcessors::Make\28SkBlenderBase\20const*\2c\20std::__2::unique_ptr>\2c\20std::__2::unique_ptr>\2c\20GrFPArgs\20const&\29 +3429:GrFragmentProcessor::isEqual\28GrFragmentProcessor\20const&\29\20const +3430:GrFragmentProcessor::Rect\28std::__2::unique_ptr>\2c\20GrClipEdgeType\2c\20SkRect\29 +3431:GrFragmentProcessor::ModulateRGBA\28std::__2::unique_ptr>\2c\20SkRGBA4f<\28SkAlphaType\292>\20const&\29 +3432:GrDstProxyView::setProxyView\28GrSurfaceProxyView\29 +3433:GrDrawingManager::removeRenderTasks\28\29 +3434:GrDrawingManager::getPathRenderer\28skgpu::ganesh::PathRenderer::CanDrawPathArgs\20const&\2c\20bool\2c\20skgpu::ganesh::PathRendererChain::DrawType\2c\20skgpu::ganesh::PathRenderer::StencilSupport*\29 +3435:GrDrawingManager::getLastRenderTask\28GrSurfaceProxy\20const*\29\20const +3436:GrDrawOpAtlas::updatePlot\28GrDeferredUploadTarget*\2c\20skgpu::AtlasLocator*\2c\20skgpu::Plot*\29::'lambda'\28std::__2::function&\29::\28'lambda'\28std::__2::function&\29\20const&\29 +3437:GrDrawOpAtlas::processEvictionAndResetRects\28skgpu::Plot*\29 +3438:GrDeferredProxyUploader::~GrDeferredProxyUploader\28\29 +3439:GrDeferredProxyUploader::wait\28\29 +3440:GrCpuBuffer::Make\28unsigned\20long\29 +3441:GrContext_Base::~GrContext_Base\28\29 +3442:GrColorSpaceXform::Make\28SkColorSpace*\2c\20SkAlphaType\2c\20SkColorSpace*\2c\20SkAlphaType\29 +3443:GrColorInfo::operator=\28GrColorInfo\20const&\29 +3444:GrClip::IsPixelAligned\28SkRect\20const&\29 +3445:GrClip::GetPixelIBounds\28SkRect\20const&\2c\20GrAA\2c\20GrClip::BoundsType\29::'lambda0'\28float\29::operator\28\29\28float\29\20const +3446:GrClip::GetPixelIBounds\28SkRect\20const&\2c\20GrAA\2c\20GrClip::BoundsType\29::'lambda'\28float\29::operator\28\29\28float\29\20const +3447:GrCaps::supportedReadPixelsColorType\28GrColorType\2c\20GrBackendFormat\20const&\2c\20GrColorType\29\20const +3448:GrCaps::getFallbackColorTypeAndFormat\28GrColorType\2c\20int\29\20const +3449:GrCaps::areColorTypeAndFormatCompatible\28GrColorType\2c\20GrBackendFormat\20const&\29\20const +3450:GrBufferAllocPool::~GrBufferAllocPool\28\29_9694 +3451:GrBufferAllocPool::makeSpace\28unsigned\20long\2c\20unsigned\20long\2c\20sk_sp*\2c\20unsigned\20long*\29 +3452:GrBufferAllocPool::GrBufferAllocPool\28GrGpu*\2c\20GrGpuBufferType\2c\20sk_sp\29 +3453:GrBlurUtils::DrawShapeWithMaskFilter\28GrRecordingContext*\2c\20skgpu::ganesh::SurfaceDrawContext*\2c\20GrClip\20const*\2c\20SkPaint\20const&\2c\20SkMatrix\20const&\2c\20GrStyledShape\20const&\29 +3454:GrBackendTexture::GrBackendTexture\28GrBackendTexture\20const&\29 +3455:GrBackendRenderTarget::getBackendFormat\28\29\20const +3456:GrAAConvexTessellator::createOuterRing\28GrAAConvexTessellator::Ring\20const&\2c\20float\2c\20float\2c\20GrAAConvexTessellator::Ring*\29 +3457:GrAAConvexTessellator::createInsetRings\28GrAAConvexTessellator::Ring&\2c\20float\2c\20float\2c\20float\2c\20float\2c\20GrAAConvexTessellator::Ring**\29 +3458:GrAAConvexTessellator::Ring::init\28GrAAConvexTessellator\20const&\29 +3459:GetCopyDistance +3460:FwDCubicEvaluator::FwDCubicEvaluator\28SkPoint\20const*\29 +3461:FT_Stream_ReadAt +3462:FT_Stream_Free +3463:FT_Set_Charmap +3464:FT_New_Size +3465:FT_Load_Sfnt_Table +3466:FT_List_Find +3467:FT_GlyphLoader_Add +3468:FT_Get_Next_Char +3469:FT_Get_Color_Glyph_Layer +3470:FT_CMap_New +3471:FT_Activate_Size +3472:DoFilter2_C +3473:Current_Ratio +3474:Compute_Funcs +3475:CircleOp::Circle&\20skia_private::TArray::emplace_back\28CircleOp::Circle&&\29 +3476:CFF::path_procs_t\2c\20cff2_path_param_t>::curve2\28CFF::cff2_cs_interp_env_t&\2c\20cff2_path_param_t&\2c\20CFF::point_t\20const&\2c\20CFF::point_t\20const&\2c\20CFF::point_t\20const&\2c\20CFF::point_t\20const&\2c\20CFF::point_t\20const&\2c\20CFF::point_t\20const&\29 +3477:CFF::path_procs_t\2c\20cff2_extents_param_t>::curve2\28CFF::cff2_cs_interp_env_t&\2c\20cff2_extents_param_t&\2c\20CFF::point_t\20const&\2c\20CFF::point_t\20const&\2c\20CFF::point_t\20const&\2c\20CFF::point_t\20const&\2c\20CFF::point_t\20const&\2c\20CFF::point_t\20const&\29 +3478:CFF::path_procs_t::curve2\28CFF::cff1_cs_interp_env_t&\2c\20cff1_path_param_t&\2c\20CFF::point_t\20const&\2c\20CFF::point_t\20const&\2c\20CFF::point_t\20const&\2c\20CFF::point_t\20const&\2c\20CFF::point_t\20const&\2c\20CFF::point_t\20const&\29 +3479:CFF::path_procs_t::curve2\28CFF::cff1_cs_interp_env_t&\2c\20cff1_extents_param_t&\2c\20CFF::point_t\20const&\2c\20CFF::point_t\20const&\2c\20CFF::point_t\20const&\2c\20CFF::point_t\20const&\2c\20CFF::point_t\20const&\2c\20CFF::point_t\20const&\29 +3480:CFF::parsed_values_t::operator=\28CFF::parsed_values_t&&\29 +3481:CFF::cs_interp_env_t>>::return_from_subr\28\29 +3482:CFF::cs_interp_env_t>>::call_subr\28CFF::biased_subrs_t>>\20const&\2c\20CFF::cs_type_t\29 +3483:CFF::cs_interp_env_t>>::call_subr\28CFF::biased_subrs_t>>\20const&\2c\20CFF::cs_type_t\29 +3484:CFF::cff2_cs_interp_env_t::~cff2_cs_interp_env_t\28\29 +3485:CFF::byte_str_ref_t::operator\5b\5d\28int\29 +3486:CFF::arg_stack_t::push_fixed_from_substr\28CFF::byte_str_ref_t&\29 +3487:AsGaneshRecorder\28SkRecorder*\29 +3488:ApplyAlphaMultiply_C +3489:AlmostLessOrEqualUlps\28float\2c\20float\29 +3490:AlmostEqualUlps_Pin\28double\2c\20double\29 +3491:ActiveEdge::intersect\28ActiveEdge\20const*\29 +3492:AAT::hb_aat_apply_context_t::~hb_aat_apply_context_t\28\29 +3493:AAT::hb_aat_apply_context_t::hb_aat_apply_context_t\28hb_ot_shape_plan_t\20const*\2c\20hb_font_t*\2c\20hb_buffer_t*\2c\20hb_blob_t*\29 +3494:AAT::TrackTableEntry::get_value\28float\2c\20void\20const*\2c\20hb_array_t\2c\2016u>\20const>\29\20const +3495:AAT::StateTable::sanitize\28hb_sanitize_context_t*\2c\20unsigned\20int*\29\20const +3496:AAT::StateTable::get_class\28unsigned\20int\2c\20unsigned\20int\2c\20hb_cache_t<15u\2c\208u\2c\207u\2c\20true>*\29\20const +3497:AAT::StateTable::get_entry\28int\2c\20unsigned\20int\29\20const +3498:AAT::Lookup::get_value\28unsigned\20int\2c\20unsigned\20int\29\20const +3499:AAT::ClassTable>::get_class\28unsigned\20int\2c\20unsigned\20int\29\20const +3500:3284 +3501:3285 +3502:3286 +3503:3287 +3504:3288 +3505:3289 +3506:3290 +3507:3291 +3508:xyz_almost_equal\28skcms_Matrix3x3\20const&\2c\20skcms_Matrix3x3\20const&\29 +3509:wuffs_gif__decoder__decode_image_config +3510:wuffs_gif__decoder__decode_frame_config +3511:week_num +3512:wcrtomb +3513:wchar_t\20const*\20std::__2::find\5babi:nn180100\5d\28wchar_t\20const*\2c\20wchar_t\20const*\2c\20wchar_t\20const&\29 +3514:void\20std::__2::vector>::__construct_at_end\28skia::textlayout::FontFeature*\2c\20skia::textlayout::FontFeature*\2c\20unsigned\20long\29 +3515:void\20std::__2::vector>::__construct_at_end\28SkString*\2c\20SkString*\2c\20unsigned\20long\29 +3516:void\20std::__2::__sort4\5babi:ne180100\5d\28skia::textlayout::OneLineShaper::RunBlock*\2c\20skia::textlayout::OneLineShaper::RunBlock*\2c\20skia::textlayout::OneLineShaper::RunBlock*\2c\20skia::textlayout::OneLineShaper::RunBlock*\2c\20skia::textlayout::OneLineShaper::finish\28skia::textlayout::Block\20const&\2c\20float\2c\20float&\29::$_0&\29 +3517:void\20std::__2::__sort4\5babi:ne180100\5d\2c\20std::__2::allocator>>\20const&\29::$_0&\2c\20impeller::TRect\20const**>\28impeller::TRect\20const**\2c\20impeller::TRect\20const**\2c\20impeller::TRect\20const**\2c\20impeller::TRect\20const**\2c\20flutter::DlRegion::setRects\28std::__2::vector\2c\20std::__2::allocator>>\20const&\29::$_0&\29 +3518:void\20std::__2::__sort4\5babi:ne180100\5d\28SkSL::ProgramElement\20const**\2c\20SkSL::ProgramElement\20const**\2c\20SkSL::ProgramElement\20const**\2c\20SkSL::ProgramElement\20const**\2c\20SkSL::Transform::\28anonymous\20namespace\29::BuiltinVariableScanner::sortNewElements\28\29::'lambda'\28SkSL::ProgramElement\20const*\2c\20SkSL::ProgramElement\20const*\29&\29 +3519:void\20std::__2::__sort4\5babi:ne180100\5d\28SkSL::FunctionDefinition\20const**\2c\20SkSL::FunctionDefinition\20const**\2c\20SkSL::FunctionDefinition\20const**\2c\20SkSL::FunctionDefinition\20const**\2c\20SkSL::Transform::FindAndDeclareBuiltinFunctions\28SkSL::Program&\29::$_0&\29 +3520:void\20std::__2::__inplace_merge\20const&\2c\20unsigned\20int\2c\20FT_COLR_Paint_\20const&\2c\20SkPaint*\29::$_0::operator\28\29\28FT_ColorStopIterator_\20const&\2c\20std::__2::vector>&\2c\20std::__2::vector\2c\20std::__2::allocator>>&\29\20const::'lambda'\28\28anonymous\20namespace\29::colrv1_configure_skpaint\28FT_FaceRec_*\2c\20SkSpan\20const&\2c\20unsigned\20int\2c\20FT_COLR_Paint_\20const&\2c\20SkPaint*\29::$_0::operator\28\29\28FT_ColorStopIterator_\20const&\2c\20std::__2::vector>&\2c\20std::__2::vector\2c\20std::__2::allocator>>&\29\20const::ColorStop\20const&\2c\20\28anonymous\20namespace\29::colrv1_configure_skpaint\28FT_FaceRec_*\2c\20SkSpan\20const&\2c\20unsigned\20int\2c\20FT_COLR_Paint_\20const&\2c\20SkPaint*\29::$_0::operator\28\29\28FT_ColorStopIterator_\20const&\2c\20std::__2::vector>&\2c\20std::__2::vector\2c\20std::__2::allocator>>&\29\20const::ColorStop\20const&\29&\2c\20std::__2::__wrap_iter<\28anonymous\20namespace\29::colrv1_configure_skpaint\28FT_FaceRec_*\2c\20SkSpan\20const&\2c\20unsigned\20int\2c\20FT_COLR_Paint_\20const&\2c\20SkPaint*\29::$_0::operator\28\29\28FT_ColorStopIterator_\20const&\2c\20std::__2::vector>&\2c\20std::__2::vector\2c\20std::__2::allocator>>&\29\20const::ColorStop*>>\28std::__2::__wrap_iter<\28anonymous\20namespace\29::colrv1_configure_skpaint\28FT_FaceRec_*\2c\20SkSpan\20const&\2c\20unsigned\20int\2c\20FT_COLR_Paint_\20const&\2c\20SkPaint*\29::$_0::operator\28\29\28FT_ColorStopIterator_\20const&\2c\20std::__2::vector>&\2c\20std::__2::vector\2c\20std::__2::allocator>>&\29\20const::ColorStop*>\2c\20std::__2::__wrap_iter<\28anonymous\20namespace\29::colrv1_configure_skpaint\28FT_FaceRec_*\2c\20SkSpan\20const&\2c\20unsigned\20int\2c\20FT_COLR_Paint_\20const&\2c\20SkPaint*\29::$_0::operator\28\29\28FT_ColorStopIterator_\20const&\2c\20std::__2::vector>&\2c\20std::__2::vector\2c\20std::__2::allocator>>&\29\20const::ColorStop*>\2c\20std::__2::__wrap_iter<\28anonymous\20namespace\29::colrv1_configure_skpaint\28FT_FaceRec_*\2c\20SkSpan\20const&\2c\20unsigned\20int\2c\20FT_COLR_Paint_\20const&\2c\20SkPaint*\29::$_0::operator\28\29\28FT_ColorStopIterator_\20const&\2c\20std::__2::vector>&\2c\20std::__2::vector\2c\20std::__2::allocator>>&\29\20const::ColorStop*>\2c\20\28anonymous\20namespace\29::colrv1_configure_skpaint\28FT_FaceRec_*\2c\20SkSpan\20const&\2c\20unsigned\20int\2c\20FT_COLR_Paint_\20const&\2c\20SkPaint*\29::$_0::operator\28\29\28FT_ColorStopIterator_\20const&\2c\20std::__2::vector>&\2c\20std::__2::vector\2c\20std::__2::allocator>>&\29\20const::'lambda'\28\28anonymous\20namespace\29::colrv1_configure_skpaint\28FT_FaceRec_*\2c\20SkSpan\20const&\2c\20unsigned\20int\2c\20FT_COLR_Paint_\20const&\2c\20SkPaint*\29::$_0::operator\28\29\28FT_ColorStopIterator_\20const&\2c\20std::__2::vector>&\2c\20std::__2::vector\2c\20std::__2::allocator>>&\29\20const::ColorStop\20const&\2c\20\28anonymous\20namespace\29::colrv1_configure_skpaint\28FT_FaceRec_*\2c\20SkSpan\20const&\2c\20unsigned\20int\2c\20FT_COLR_Paint_\20const&\2c\20SkPaint*\29::$_0::operator\28\29\28FT_ColorStopIterator_\20const&\2c\20std::__2::vector>&\2c\20std::__2::vector\2c\20std::__2::allocator>>&\29\20const::ColorStop\20const&\29&\2c\20std::__2::iterator_traits\20const&\2c\20unsigned\20int\2c\20FT_COLR_Paint_\20const&\2c\20SkPaint*\29::$_0::operator\28\29\28FT_ColorStopIterator_\20const&\2c\20std::__2::vector>&\2c\20std::__2::vector\2c\20std::__2::allocator>>&\29\20const::ColorStop*>>::difference_type\2c\20std::__2::iterator_traits\20const&\2c\20unsigned\20int\2c\20FT_COLR_Paint_\20const&\2c\20SkPaint*\29::$_0::operator\28\29\28FT_ColorStopIterator_\20const&\2c\20std::__2::vector>&\2c\20std::__2::vector\2c\20std::__2::allocator>>&\29\20const::ColorStop*>>::difference_type\2c\20std::__2::iterator_traits\20const&\2c\20unsigned\20int\2c\20FT_COLR_Paint_\20const&\2c\20SkPaint*\29::$_0::operator\28\29\28FT_ColorStopIterator_\20const&\2c\20std::__2::vector>&\2c\20std::__2::vector\2c\20std::__2::allocator>>&\29\20const::ColorStop*>>::value_type*\2c\20long\29 +3521:void\20skgpu::ganesh::SurfaceFillContext::clear<\28SkAlphaType\292>\28SkRGBA4f<\28SkAlphaType\292>\20const&\29 +3522:void\20skgpu::VertexWriter::writeQuad\28GrQuad\20const&\29 +3523:void\20portable::memsetT\28unsigned\20short*\2c\20unsigned\20short\2c\20int\29 +3524:void\20portable::memsetT\28unsigned\20long\20long*\2c\20unsigned\20long\20long\2c\20int\29 +3525:void\20portable::memsetT\28unsigned\20int*\2c\20unsigned\20int\2c\20int\29 +3526:void\20merge_sort<&sweep_lt_vert\28SkPoint\20const&\2c\20SkPoint\20const&\29>\28GrTriangulator::VertexList*\29 +3527:void\20merge_sort<&sweep_lt_horiz\28SkPoint\20const&\2c\20SkPoint\20const&\29>\28GrTriangulator::VertexList*\29 +3528:void\20hb_stable_sort\2c\20unsigned\20int>\28OT::HBGlyphID16*\2c\20unsigned\20int\2c\20int\20\28*\29\28OT::IntType\20const*\2c\20OT::IntType\20const*\29\2c\20unsigned\20int*\29 +3529:void\20hb_buffer_t::collect_codepoints\28hb_set_digest_t&\29\20const +3530:void\20SkSafeUnref\28SkMeshSpecification*\29 +3531:void\20SkSafeUnref\28SkMeshPriv::VB\20const*\29 +3532:void\20SkSafeUnref\28GrTexture*\29\20\28.4970\29 +3533:void\20SkSafeUnref\28GrCpuBuffer*\29 +3534:vfprintf +3535:valid_args\28SkImageInfo\20const&\2c\20unsigned\20long\2c\20unsigned\20long*\29 +3536:utf8_back1SafeBody_74 +3537:uscript_getShortName_74 +3538:uscript_getScript_74 +3539:ures_openWithType\28UResourceBundle*\2c\20char\20const*\2c\20char\20const*\2c\20UResOpenType\2c\20UErrorCode*\29 +3540:uprv_strnicmp_74 +3541:uprv_strdup_74 +3542:uprv_sortArray_74 +3543:uprv_isInvariantUString_74 +3544:uprv_compareASCIIPropertyNames_74 +3545:update_offset_to_base\28char\20const*\2c\20long\29 +3546:unsigned\20long\20std::__2::__str_find\5babi:ne180100\5d\2c\204294967295ul>\28char\20const*\2c\20unsigned\20long\2c\20char\20const*\2c\20unsigned\20long\2c\20unsigned\20long\29 +3547:unsigned\20long\20const&\20std::__2::min\5babi:nn180100\5d\28unsigned\20long\20const&\2c\20unsigned\20long\20const&\29 +3548:unsigned\20int\20icu_74::\28anonymous\20namespace\29::MixedBlocks::makeHashCode\28unsigned\20int\20const*\2c\20int\29\20const +3549:unsigned\20int\20hb_buffer_t::group_end\28unsigned\20int\2c\20bool\20\20const\28&\29\28hb_glyph_info_t\20const&\2c\20hb_glyph_info_t\20const&\29\29\20const +3550:ultag_isPrivateuseValueSubtags_74 +3551:ulocimp_getKeywords_74 +3552:uloc_openKeywords_74 +3553:uhash_puti_74 +3554:uhash_nextElement_74 +3555:uhash_hashChars_74 +3556:uhash_compareChars_74 +3557:uenum_next_74 +3558:ucstrTextAccess\28UText*\2c\20long\20long\2c\20signed\20char\29 +3559:ucase_getType_74 +3560:ucase_getTypeOrIgnorable_74 +3561:ubidi_getRuns_74 +3562:u_strToUTF8WithSub_74 +3563:u_strCompare_74 +3564:u_getIntPropertyValue_74 +3565:u_getDataDirectory_74 +3566:u_charMirror_74 +3567:tt_size_reset +3568:tt_sbit_decoder_load_metrics +3569:tt_glyphzone_done +3570:tt_face_get_location +3571:tt_face_find_bdf_prop +3572:tt_delta_interpolate +3573:tt_cmap14_find_variant +3574:tt_cmap14_char_map_nondef_binary +3575:tt_cmap14_char_map_def_binary +3576:tolower +3577:t1_cmap_unicode_done +3578:subdivide_cubic_to\28SkPathBuilder*\2c\20SkPoint\20const*\2c\20int\29 +3579:subQuickSort\28char*\2c\20int\2c\20int\2c\20int\2c\20int\20\28*\29\28void\20const*\2c\20void\20const*\2c\20void\20const*\29\2c\20void\20const*\2c\20void*\2c\20void*\29 +3580:strtox +3581:strtoull_l +3582:strtod +3583:strcat +3584:std::logic_error::~logic_error\28\29_18423 +3585:std::__2::vector>::__destroy_vector::operator\28\29\5babi:ne180100\5d\28\29 +3586:std::__2::vector>::reserve\28unsigned\20long\29 +3587:std::__2::vector>\2c\20std::__2::allocator>>>::erase\28std::__2::__wrap_iter>\20const*>\2c\20std::__2::__wrap_iter>\20const*>\29 +3588:std::__2::vector\2c\20std::__2::allocator>>::vector\28std::__2::vector\2c\20std::__2::allocator>>\20const&\29 +3589:std::__2::vector>::__alloc\5babi:nn180100\5d\28\29 +3590:std::__2::vector>::vector\28std::__2::vector>\20const&\29 +3591:std::__2::vector>::__destroy_vector::operator\28\29\5babi:ne180100\5d\28\29 +3592:std::__2::vector\2c\20std::__2::allocator>>::vector\5babi:ne180100\5d\28std::__2::vector\2c\20std::__2::allocator>>&&\29 +3593:std::__2::vector>::push_back\5babi:ne180100\5d\28int\20const&\29 +3594:std::__2::vector>::__swap_out_circular_buffer\28std::__2::__split_buffer&>&\29 +3595:std::__2::vector>::__recommend\5babi:ne180100\5d\28unsigned\20long\29\20const +3596:std::__2::vector>::__swap_out_circular_buffer\28std::__2::__split_buffer&>&\29 +3597:std::__2::vector>::__recommend\5babi:ne180100\5d\28unsigned\20long\29\20const +3598:std::__2::vector>::push_back\5babi:ne180100\5d\28SkString\20const&\29 +3599:std::__2::vector>::__swap_out_circular_buffer\28std::__2::__split_buffer&>&\29 +3600:std::__2::vector>::push_back\5babi:ne180100\5d\28SkMeshSpecification::Attribute&&\29 +3601:std::__2::unique_ptr\2c\20void*>\2c\20std::__2::__hash_node_destructor\2c\20void*>>>>::~unique_ptr\5babi:ne180100\5d\28\29 +3602:std::__2::unique_ptr::Pair\2c\20unsigned\20int\2c\20skia_private::THashMap::Pair>::Slot\20\5b\5d\2c\20std::__2::default_delete::Pair\2c\20unsigned\20int\2c\20skia_private::THashMap::Pair>::Slot\20\5b\5d>>::~unique_ptr\5babi:ne180100\5d\28\29 +3603:std::__2::unique_ptr\2c\20std::__2::allocator>>\2c\20skia::textlayout::FontCollection::FamilyKey::Hasher>::Pair\2c\20skia::textlayout::FontCollection::FamilyKey\2c\20skia_private::THashMap\2c\20std::__2::allocator>>\2c\20skia::textlayout::FontCollection::FamilyKey::Hasher>::Pair>::Slot\20\5b\5d\2c\20std::__2::default_delete\2c\20std::__2::allocator>>\2c\20skia::textlayout::FontCollection::FamilyKey::Hasher>::Pair\2c\20skia::textlayout::FontCollection::FamilyKey\2c\20skia_private::THashMap\2c\20std::__2::allocator>>\2c\20skia::textlayout::FontCollection::FamilyKey::Hasher>::Pair>::Slot\20\5b\5d>>::~unique_ptr\5babi:ne180100\5d\28\29 +3604:std::__2::unique_ptr>::Pair\2c\20skgpu::ganesh::AtlasPathRenderer::AtlasPathKey\2c\20skia_private::THashMap>::Pair>::Slot\20\5b\5d\2c\20std::__2::default_delete>::Pair\2c\20skgpu::ganesh::AtlasPathRenderer::AtlasPathKey\2c\20skia_private::THashMap>::Pair>::Slot\20\5b\5d>>::~unique_ptr\5babi:ne180100\5d\28\29 +3605:std::__2::unique_ptr::Pair\2c\20skgpu::UniqueKey\2c\20skia_private::THashMap::Pair>::Slot\20\5b\5d\2c\20std::__2::default_delete::Pair\2c\20skgpu::UniqueKey\2c\20skia_private::THashMap::Pair>::Slot\20\5b\5d>>::~unique_ptr\5babi:ne180100\5d\28\29 +3606:std::__2::unique_ptr>::~unique_ptr\5babi:ne180100\5d\28\29 +3607:std::__2::unique_ptr>::~unique_ptr\5babi:ne180100\5d\28\29 +3608:std::__2::unique_ptr>::reset\5babi:ne180100\5d\28SkTypeface_FreeType::FaceRec*\29 +3609:std::__2::unique_ptr>::reset\5babi:ne180100\5d\28SkStrikeSpec*\29 +3610:std::__2::unique_ptr>::~unique_ptr\5babi:ne180100\5d\28\29 +3611:std::__2::unique_ptr>::~unique_ptr\5babi:ne180100\5d\28\29 +3612:std::__2::unique_ptr>::reset\5babi:ne180100\5d\28SkSL::Pool*\29 +3613:std::__2::unique_ptr>::reset\5babi:ne180100\5d\28SkSL::Block*\29 +3614:std::__2::unique_ptr>::reset\5babi:ne180100\5d\28SkEncodedInfo::ICCProfile*\29 +3615:std::__2::unique_ptr>::reset\5babi:ne180100\5d\28SkDrawableList*\29 +3616:std::__2::unique_ptr>::~unique_ptr\5babi:ne180100\5d\28\29 +3617:std::__2::unique_ptr>::reset\5babi:ne180100\5d\28SkContourMeasureIter::Impl*\29 +3618:std::__2::unique_ptr>::~unique_ptr\5babi:ne180100\5d\28\29 +3619:std::__2::unique_ptr>::~unique_ptr\5babi:ne180100\5d\28\29 +3620:std::__2::unique_ptr>::~unique_ptr\5babi:ne180100\5d\28\29 +3621:std::__2::unique_ptr>::reset\5babi:ne180100\5d\28GrGLGpu::SamplerObjectCache*\29 +3622:std::__2::unique_ptr>::reset\5babi:ne180100\5d\28std::nullptr_t\29 +3623:std::__2::unique_ptr>::~unique_ptr\5babi:ne180100\5d\28\29 +3624:std::__2::unique_ptr>\20GrBlendFragmentProcessor::Make<\28SkBlendMode\296>\28std::__2::unique_ptr>\2c\20std::__2::unique_ptr>\29 +3625:std::__2::unique_ptr>::reset\5babi:ne180100\5d\28GrDrawingManager*\29 +3626:std::__2::unique_ptr>::reset\5babi:ne180100\5d\28GrClientMappedBufferManager*\29 +3627:std::__2::unique_ptr>::~unique_ptr\5babi:ne180100\5d\28\29 +3628:std::__2::unique_ptr>::reset\5babi:ne180100\5d\28FT_FaceRec_*\29 +3629:std::__2::tuple&\20std::__2::tuple::operator=\5babi:ne180100\5d\28std::__2::pair&&\29 +3630:std::__2::time_put>>::~time_put\28\29 +3631:std::__2::pair\20std::__2::minmax\5babi:ne180100\5d>\28std::initializer_list\2c\20std::__2::__less\29 +3632:std::__2::ostreambuf_iterator>::operator=\5babi:nn180100\5d\28char\29 +3633:std::__2::optional::value\5babi:ne180100\5d\28\29\20& +3634:std::__2::optional::value\5babi:ne180100\5d\28\29\20& +3635:std::__2::locale::locale\28\29 +3636:std::__2::locale::__imp::acquire\28\29 +3637:std::__2::iterator_traits::difference_type\20std::__2::distance\5babi:nn180100\5d\28unsigned\20int\20const*\2c\20unsigned\20int\20const*\29 +3638:std::__2::ios_base::~ios_base\28\29 +3639:std::__2::ios_base::setstate\5babi:ne180100\5d\28unsigned\20int\29 +3640:std::__2::hash>::operator\28\29\5babi:ne180100\5d\28std::__2::optional\20const&\29\20const +3641:std::__2::function\20\28sktext::gpu::GlyphVector*\2c\20int\2c\20int\2c\20skgpu::MaskFormat\2c\20int\29>::operator\28\29\28sktext::gpu::GlyphVector*\2c\20int\2c\20int\2c\20skgpu::MaskFormat\2c\20int\29\20const +3642:std::__2::function\2c\20float*\29>::operator\28\29\28skia::textlayout::Run\20const*\2c\20float\2c\20skia::textlayout::SkRange\2c\20float*\29\20const +3643:std::__2::fpos<__mbstate_t>::fpos\5babi:nn180100\5d\28long\20long\29 +3644:std::__2::enable_if::value\2c\20SkRuntimeEffectBuilder::BuilderUniform&>::type\20SkRuntimeEffectBuilder::BuilderUniform::operator=\28SkV2\20const&\29 +3645:std::__2::deque>::__back_spare\5babi:ne180100\5d\28\29\20const +3646:std::__2::default_delete::Pair\2c\20char\20const*\2c\20skia_private::THashMap::Pair>::Slot\20\5b\5d>::_EnableIfConvertible::Pair\2c\20char\20const*\2c\20skia_private::THashMap::Pair>::Slot>::type\20std::__2::default_delete::Pair\2c\20char\20const*\2c\20skia_private::THashMap::Pair>::Slot\20\5b\5d>::operator\28\29\5babi:ne180100\5d::Pair\2c\20char\20const*\2c\20skia_private::THashMap::Pair>::Slot>\28skia_private::THashTable::Pair\2c\20char\20const*\2c\20skia_private::THashMap::Pair>::Slot*\29\20const +3647:std::__2::default_delete::Traits>::Slot\20\5b\5d>::_EnableIfConvertible::Traits>::Slot>::type\20std::__2::default_delete::Traits>::Slot\20\5b\5d>::operator\28\29\5babi:ne180100\5d::Traits>::Slot>\28skia_private::THashTable::Traits>::Slot*\29\20const +3648:std::__2::chrono::__libcpp_steady_clock_now\28\29 +3649:std::__2::char_traits::move\5babi:nn180100\5d\28char*\2c\20char\20const*\2c\20unsigned\20long\29 +3650:std::__2::char_traits::assign\5babi:nn180100\5d\28char*\2c\20unsigned\20long\2c\20char\29 +3651:std::__2::basic_stringstream\2c\20std::__2::allocator>::~basic_stringstream\28\29_17373 +3652:std::__2::basic_string\2c\20std::__2::allocator>::push_back\28wchar_t\29 +3653:std::__2::basic_string\2c\20std::__2::allocator>::capacity\5babi:nn180100\5d\28\29\20const +3654:std::__2::basic_string\2c\20std::__2::allocator>::basic_string\5babi:nn180100\5d<0>\28wchar_t\20const*\29 +3655:std::__2::basic_string\2c\20std::__2::allocator>::resize\28unsigned\20long\2c\20char\29 +3656:std::__2::basic_string\2c\20std::__2::allocator>::__make_iterator\5babi:nn180100\5d\28char*\29 +3657:std::__2::basic_string\2c\20std::__2::allocator>::__grow_by_without_replace\5babi:nn180100\5d\28unsigned\20long\2c\20unsigned\20long\2c\20unsigned\20long\2c\20unsigned\20long\2c\20unsigned\20long\2c\20unsigned\20long\29 +3658:std::__2::basic_string\2c\20std::__2::allocator>::basic_string\28std::__2::basic_string\2c\20std::__2::allocator>\20const&\29 +3659:std::__2::basic_streambuf>::~basic_streambuf\28\29 +3660:std::__2::basic_streambuf>::setp\5babi:nn180100\5d\28char*\2c\20char*\29 +3661:std::__2::basic_ostream>::~basic_ostream\28\29 +3662:std::__2::basic_ostream>::flush\28\29 +3663:std::__2::basic_istream>::~basic_istream\28\29 +3664:std::__2::basic_istream>::sentry::sentry\28std::__2::basic_istream>&\2c\20bool\29 +3665:std::__2::basic_iostream>::~basic_iostream\28\29_17275 +3666:std::__2::array\20skgpu::ganesh::SurfaceFillContext::adjustColorAlphaType<\28SkAlphaType\292>\28SkRGBA4f<\28SkAlphaType\292>\29\20const +3667:std::__2::allocator::allocate\5babi:ne180100\5d\28unsigned\20long\29 +3668:std::__2::allocator::allocate\5babi:ne180100\5d\28unsigned\20long\29 +3669:std::__2::__wrap_iter::operator+\5babi:nn180100\5d\28long\29\20const +3670:std::__2::__wrap_iter::operator++\5babi:nn180100\5d\28\29 +3671:std::__2::__wrap_iter::operator+\5babi:nn180100\5d\28long\29\20const +3672:std::__2::__wrap_iter::operator++\5babi:nn180100\5d\28\29 +3673:std::__2::__unique_if::__unique_single\20std::__2::make_unique\5babi:ne180100\5d\28GrRecordingContext*&&\2c\20GrSurfaceProxyView&&\2c\20GrSurfaceProxyView&&\2c\20GrColorInfo\20const&\29 +3674:std::__2::__unique_if::__unique_single\20std::__2::make_unique\5babi:ne180100\5d\28GrRecordingContext*&\2c\20skgpu::ganesh::PathRendererChain::Options&\29 +3675:std::__2::__unique_if>::__unique_single\20std::__2::make_unique\5babi:ne180100\5d\2c\20GrDirectContext::DirectContextID>\28GrDirectContext::DirectContextID&&\29 +3676:std::__2::__unique_if::__unique_single\20std::__2::make_unique\5babi:ne180100\5d\28SkSL::SymbolTable*&\2c\20bool&\29 +3677:std::__2::__tuple_impl\2c\20GrSurfaceProxyView\2c\20sk_sp>::~__tuple_impl\28\29 +3678:std::__2::__split_buffer>::__destruct_at_end\5babi:ne180100\5d\28skia::textlayout::OneLineShaper::RunBlock**\2c\20std::__2::integral_constant\29 +3679:std::__2::__split_buffer&>::~__split_buffer\28\29 +3680:std::__2::__split_buffer&>::__split_buffer\28unsigned\20long\2c\20unsigned\20long\2c\20std::__2::allocator&\29 +3681:std::__2::__split_buffer&>::~__split_buffer\28\29 +3682:std::__2::__optional_destruct_base>\2c\20false>::~__optional_destruct_base\5babi:ne180100\5d\28\29 +3683:std::__2::__optional_destruct_base::~__optional_destruct_base\5babi:ne180100\5d\28\29 +3684:std::__2::__optional_destruct_base::reset\5babi:ne180100\5d\28\29 +3685:std::__2::__optional_destruct_base::~__optional_destruct_base\5babi:ne180100\5d\28\29 +3686:std::__2::__optional_destruct_base::~__optional_destruct_base\5babi:ne180100\5d\28\29 +3687:std::__2::__optional_destruct_base::reset\5babi:ne180100\5d\28\29 +3688:std::__2::__num_get::__stage2_float_prep\28std::__2::ios_base&\2c\20wchar_t*\2c\20wchar_t&\2c\20wchar_t&\29 +3689:std::__2::__num_get::__stage2_float_loop\28wchar_t\2c\20bool&\2c\20char&\2c\20char*\2c\20char*&\2c\20wchar_t\2c\20wchar_t\2c\20std::__2::basic_string\2c\20std::__2::allocator>\20const&\2c\20unsigned\20int*\2c\20unsigned\20int*&\2c\20unsigned\20int&\2c\20wchar_t*\29 +3690:std::__2::__num_get::__stage2_float_prep\28std::__2::ios_base&\2c\20char*\2c\20char&\2c\20char&\29 +3691:std::__2::__num_get::__stage2_float_loop\28char\2c\20bool&\2c\20char&\2c\20char*\2c\20char*&\2c\20char\2c\20char\2c\20std::__2::basic_string\2c\20std::__2::allocator>\20const&\2c\20unsigned\20int*\2c\20unsigned\20int*&\2c\20unsigned\20int&\2c\20char*\29 +3692:std::__2::__murmur2_or_cityhash::operator\28\29\5babi:ne180100\5d\28void\20const*\2c\20unsigned\20long\29\20const +3693:std::__2::__libcpp_wcrtomb_l\5babi:nn180100\5d\28char*\2c\20wchar_t\2c\20__mbstate_t*\2c\20__locale_struct*\29 +3694:std::__2::__itoa::__base_10_u32\5babi:nn180100\5d\28char*\2c\20unsigned\20int\29 +3695:std::__2::__itoa::__append6\5babi:nn180100\5d\28char*\2c\20unsigned\20int\29 +3696:std::__2::__itoa::__append4\5babi:nn180100\5d\28char*\2c\20unsigned\20int\29 +3697:std::__2::__hash_table\2c\20std::__2::__unordered_map_hasher\2c\20std::__2::hash\2c\20std::__2::equal_to\2c\20true>\2c\20std::__2::__unordered_map_equal\2c\20std::__2::equal_to\2c\20std::__2::hash\2c\20true>\2c\20std::__2::allocator>>::~__hash_table\28\29 +3698:std::__2::__hash_table\2c\20std::__2::equal_to\2c\20std::__2::allocator>::~__hash_table\28\29 +3699:std::__2::__function::__value_func\2c\20skia::textlayout::TextStyle\20const&\2c\20skia::textlayout::TextLine::ClipContext\20const&\29>::operator\28\29\5babi:ne180100\5d\28skia::textlayout::SkRange&&\2c\20skia::textlayout::TextStyle\20const&\2c\20skia::textlayout::TextLine::ClipContext\20const&\29\20const +3700:std::__2::__function::__func*\29::$_0\2c\20std::__2::allocator*\29::$_0>\2c\20void\20\28GrBackendTexture\29>::__clone\28std::__2::__function::__base*\29\20const +3701:skvx::Vec<4\2c\20unsigned\20short>\20skvx::to_half<4>\28skvx::Vec<4\2c\20float>\20const&\29 +3702:skvx::Vec<4\2c\20unsigned\20short>\20skvx::operator~<4\2c\20unsigned\20short>\28skvx::Vec<4\2c\20unsigned\20short>\20const&\29 +3703:skvx::Vec<4\2c\20unsigned\20short>\20skvx::operator|<4\2c\20unsigned\20short>\28skvx::Vec<4\2c\20unsigned\20short>\20const&\2c\20skvx::Vec<4\2c\20unsigned\20short>\20const&\29 +3704:skvx::Vec<4\2c\20skvx::Mask::type>\20skvx::operator<<4\2c\20unsigned\20short>\28skvx::Vec<4\2c\20unsigned\20short>\20const&\2c\20skvx::Vec<4\2c\20unsigned\20short>\20const&\29 +3705:skvx::Vec<4\2c\20skvx::Mask::type>\20skvx::operator<=<4\2c\20float\2c\20float\2c\20void>\28skvx::Vec<4\2c\20float>\20const&\2c\20float\29 +3706:skvx::Vec<4\2c\20int>\20skvx::operator~<4\2c\20int>\28skvx::Vec<4\2c\20int>\20const&\29 +3707:skvx::Vec<4\2c\20int>\20skvx::operator&<4\2c\20int\2c\20int\2c\20void>\28skvx::Vec<4\2c\20int>\20const&\2c\20int\29 +3708:skvx::Vec<4\2c\20float>&\20skvx::operator+=<4\2c\20float>\28skvx::Vec<4\2c\20float>&\2c\20skvx::Vec<4\2c\20float>\20const&\29 +3709:sktext::gpu::VertexFiller::flatten\28SkWriteBuffer&\29\20const +3710:sktext::gpu::VertexFiller::deviceRectAndCheckTransform\28SkMatrix\20const&\29\20const +3711:sktext::gpu::TextBlobRedrawCoordinator::BlobIDCacheEntry::find\28sktext::gpu::TextBlob::Key\20const&\29\20const +3712:sktext::gpu::SubRunAllocator::SubRunAllocator\28char*\2c\20int\2c\20int\29 +3713:sktext::gpu::GlyphVector::flatten\28SkWriteBuffer&\29\20const +3714:sktext::gpu::GlyphVector::Make\28sktext::SkStrikePromise&&\2c\20SkSpan\2c\20sktext::gpu::SubRunAllocator*\29 +3715:sktext::gpu::BagOfBytes::PlatformMinimumSizeWithOverhead\28int\2c\20int\29 +3716:sktext::gpu::AtlasSubRun::AtlasSubRun\28sktext::gpu::VertexFiller&&\2c\20sktext::gpu::GlyphVector&&\29 +3717:sktext::SkStrikePromise::flatten\28SkWriteBuffer&\29\20const +3718:sktext::GlyphRunList::sourceBoundsWithOrigin\28\29\20const +3719:skpaint_to_grpaint_impl\28skgpu::ganesh::SurfaceDrawContext*\2c\20SkPaint\20const&\2c\20SkMatrix\20const&\2c\20std::__2::optional>>\2c\20SkBlender*\2c\20GrPaint*\29 +3720:skip_literal_string +3721:skif::\28anonymous\20namespace\29::GaneshBackend::~GaneshBackend\28\29_11461 +3722:skif::LayerSpace::ceil\28\29\20const +3723:skif::LayerSpace\20skif::Mapping::paramToLayer\28skif::ParameterSpace\20const&\29\20const +3724:skif::LayerSpace::inverseMapRect\28skif::LayerSpace\20const&\2c\20skif::LayerSpace*\29\20const +3725:skif::LayerSpace::inset\28skif::LayerSpace\20const&\29 +3726:skif::FilterResult::operator=\28skif::FilterResult\20const&\29 +3727:skif::FilterResult::insetByPixel\28\29\20const +3728:skif::FilterResult::draw\28skif::Context\20const&\2c\20SkDevice*\2c\20bool\2c\20SkBlender\20const*\29\20const +3729:skif::FilterResult::applyColorFilter\28skif::Context\20const&\2c\20sk_sp\29\20const +3730:skif::FilterResult::FilterResult\28sk_sp\2c\20skif::LayerSpace\20const&\2c\20skif::FilterResult::PixelBoundary\29 +3731:skif::FilterResult::Builder::~Builder\28\29 +3732:skif::Context::withNewSource\28skif::FilterResult\20const&\29\20const +3733:skif::Context::operator=\28skif::Context&&\29 +3734:skif::Backend::~Backend\28\29 +3735:skia_private::THashTable::Pair\2c\20unsigned\20int\2c\20skia_private::THashMap::Pair>::Slot::reset\28\29 +3736:skia_private::THashTable::Pair\2c\20SkSL::Symbol\20const*\2c\20skia_private::THashMap::Pair>::firstPopulatedSlot\28\29\20const +3737:skia_private::THashTable::Pair\2c\20SkSL::Symbol\20const*\2c\20skia_private::THashMap::Pair>::Iter>::operator++\28\29 +3738:skia_private::THashTable>\2c\20SkGoodHash>::Pair\2c\20SkImageFilter\20const*\2c\20skia_private::THashMap>\2c\20SkGoodHash>::Pair>::Slot::reset\28\29 +3739:skia_private::THashTable\2c\20SkDescriptor\20const&\2c\20sktext::gpu::StrikeCache::HashTraits>::Slot::reset\28\29 +3740:skia_private::THashTable\2c\20SkDescriptor\2c\20SkStrikeCache::StrikeTraits>::Slot::reset\28\29 +3741:skia_private::THashTable::Traits>::Hash\28long\20long\20const&\29 +3742:skia_private::THashTable<\28anonymous\20namespace\29::CacheImpl::Value*\2c\20SkImageFilterCacheKey\2c\20SkTDynamicHash<\28anonymous\20namespace\29::CacheImpl::Value\2c\20SkImageFilterCacheKey\2c\20\28anonymous\20namespace\29::CacheImpl::Value>::AdaptedTraits>::Hash\28SkImageFilterCacheKey\20const&\29 +3743:skia_private::THashTable::ValueList*\2c\20skgpu::ScratchKey\2c\20SkTDynamicHash::ValueList\2c\20skgpu::ScratchKey\2c\20SkTMultiMap::ValueList>::AdaptedTraits>::findOrNull\28skgpu::ScratchKey\20const&\29\20const +3744:skia_private::THashTable::Traits>::set\28SkSL::Variable\20const*\29 +3745:skia_private::THashTable::Entry*\2c\20unsigned\20int\2c\20SkLRUCache::Traits>::uncheckedSet\28SkLRUCache::Entry*&&\29 +3746:skia_private::THashTable::AdaptedTraits>::removeIfExists\28skgpu::UniqueKey\20const&\29 +3747:skia_private::THashTable::Traits>::Hash\28FT_Opaque_Paint_\20const&\29 +3748:skia_private::THashMap\2c\20SkGoodHash>::find\28SkString\20const&\29\20const +3749:skia_private::THashMap>\2c\20SkGoodHash>::set\28SkSL::Variable\20const*\2c\20std::__2::unique_ptr>\29 +3750:skia_private::THashMap::operator\5b\5d\28SkSL::SymbolTable::SymbolKey\20const&\29 +3751:skia_private::THashMap::find\28SkSL::SymbolTable::SymbolKey\20const&\29\20const +3752:skia_private::THashMap::find\28SkSL::IRNode\20const*\20const&\29\20const +3753:skia_private::THashMap::set\28SkSL::FunctionDeclaration\20const*\2c\20SkSL::Analysis::CheckProgramStructure\28SkSL::Program\20const&\29::ProgramStructureVisitor::FunctionState\29 +3754:skia_private::THashMap>\2c\20SkGoodHash>::find\28SkImageFilter\20const*\20const&\29\20const +3755:skia_private::THashMap\2c\20SkIcuBreakIteratorCache::Request::Hash>::set\28SkIcuBreakIteratorCache::Request\2c\20sk_sp\29 +3756:skia_private::TArray::resize_back\28int\29 +3757:skia_private::TArray::push_back_raw\28int\29 +3758:skia_private::TArray::operator==\28skia_private::TArray\20const&\29\20const +3759:skia_private::TArray\2c\20true>::push_back\28std::__2::array&&\29 +3760:skia_private::TArray\2c\20false>::~TArray\28\29 +3761:skia_private::TArray::clear\28\29 +3762:skia_private::TArray::clear\28\29 +3763:skia_private::TArray::TArray\28skia_private::TArray\20const&\29 +3764:skia_private::TArray::TArray\28skia_private::TArray\20const&\29 +3765:skia_private::TArray::~TArray\28\29 +3766:skia_private::TArray::move\28void*\29 +3767:skia_private::TArray::BufferFinishedMessage\2c\20false>::~TArray\28\29 +3768:skia_private::TArray::BufferFinishedMessage\2c\20false>::move\28void*\29 +3769:skia_private::TArray\2c\20true>::~TArray\28\29 +3770:skia_private::TArray\2c\20true>::push_back\28sk_sp&&\29 +3771:skia_private::TArray::reserve_exact\28int\29 +3772:skia_private::TArray\2c\20true>::Allocate\28int\2c\20double\29 +3773:skia_private::TArray::reserve_exact\28int\29 +3774:skia_private::TArray::Allocate\28int\2c\20double\29 +3775:skia_private::TArray::reserve_exact\28int\29 +3776:skia_private::TArray::preallocateNewData\28int\2c\20double\29 +3777:skia_private::TArray::~TArray\28\29 +3778:skia_private::TArray::move\28void*\29 +3779:skia_private::AutoSTMalloc<8ul\2c\20unsigned\20int\2c\20void>::reset\28unsigned\20long\29 +3780:skia_private::AutoSTArray<6\2c\20SkResourceCache::Key>::reset\28int\29 +3781:skia_private::AutoSTArray<20\2c\20SkGlyph\20const*>::reset\28int\29 +3782:skia_private::AutoSTArray<16\2c\20SkRect>::reset\28int\29 +3783:skia_png_sig_cmp +3784:skia_png_set_text_2 +3785:skia_png_realloc_array +3786:skia_png_get_uint_31 +3787:skia_png_check_fp_string +3788:skia_png_check_fp_number +3789:skia_png_app_warning +3790:skia_png_app_error +3791:skia::textlayout::\28anonymous\20namespace\29::intersected\28skia::textlayout::SkRange\20const&\2c\20skia::textlayout::SkRange\20const&\29 +3792:skia::textlayout::\28anonymous\20namespace\29::draw_line_as_rect\28skia::textlayout::ParagraphPainter*\2c\20float\2c\20float\2c\20float\2c\20skia::textlayout::ParagraphPainter::DecorationStyle\20const&\29 +3793:skia::textlayout::TypefaceFontStyleSet::createTypeface\28int\29 +3794:skia::textlayout::TextLine::shapeEllipsis\28SkString\20const&\2c\20skia::textlayout::Cluster\20const*\29::ShapeHandler::~ShapeHandler\28\29 +3795:skia::textlayout::TextLine::shapeEllipsis\28SkString\20const&\2c\20skia::textlayout::Cluster\20const*\29::$_0::operator\28\29\28sk_sp\2c\20sk_sp\29\20const +3796:skia::textlayout::TextLine::iterateThroughSingleRunByStyles\28skia::textlayout::TextLine::TextAdjustment\2c\20skia::textlayout::Run\20const*\2c\20float\2c\20skia::textlayout::SkRange\2c\20skia::textlayout::StyleType\2c\20std::__2::function\2c\20skia::textlayout::TextStyle\20const&\2c\20skia::textlayout::TextLine::ClipContext\20const&\29>\20const&\29\20const::$_0::operator\28\29\28skia::textlayout::SkRange\2c\20float\29\20const +3797:skia::textlayout::TextLine::getRectsForRange\28skia::textlayout::SkRange\2c\20skia::textlayout::RectHeightStyle\2c\20skia::textlayout::RectWidthStyle\2c\20std::__2::vector>&\29\20const +3798:skia::textlayout::TextBox&\20std::__2::vector>::emplace_back\28SkRect&\2c\20skia::textlayout::TextDirection&&\29 +3799:skia::textlayout::StrutStyle::StrutStyle\28skia::textlayout::StrutStyle\20const&\29 +3800:skia::textlayout::Run::isResolved\28\29\20const +3801:skia::textlayout::Run::copyTo\28SkTextBlobBuilder&\2c\20unsigned\20long\2c\20unsigned\20long\29\20const +3802:skia::textlayout::Run::calculateWidth\28unsigned\20long\2c\20unsigned\20long\2c\20bool\29\20const +3803:skia::textlayout::Run::calculateHeight\28skia::textlayout::LineMetricStyle\2c\20skia::textlayout::LineMetricStyle\29\20const +3804:skia::textlayout::ParagraphStyle::ParagraphStyle\28skia::textlayout::ParagraphStyle&&\29 +3805:skia::textlayout::ParagraphImpl::getGlyphPositionAtCoordinate\28float\2c\20float\29 +3806:skia::textlayout::ParagraphImpl::findNextGraphemeBoundary\28unsigned\20long\29\20const +3807:skia::textlayout::ParagraphImpl::findAllBlocks\28skia::textlayout::SkRange\29 +3808:skia::textlayout::ParagraphImpl::ensureUTF16Mapping\28\29::$_0::operator\28\29\28\29\20const::'lambda'\28unsigned\20long\29::operator\28\29\28unsigned\20long\29\20const +3809:skia::textlayout::ParagraphImpl::buildClusterTable\28\29 +3810:skia::textlayout::ParagraphCacheKey::operator==\28skia::textlayout::ParagraphCacheKey\20const&\29\20const +3811:skia::textlayout::ParagraphBuilderImpl::endRunIfNeeded\28\29 +3812:skia::textlayout::OneLineShaper::~OneLineShaper\28\29 +3813:skia::textlayout::OneLineShaper::FontKey::~FontKey\28\29 +3814:skia::textlayout::LineMetrics::LineMetrics\28\29 +3815:skia::textlayout::FontCollection::FamilyKey::~FamilyKey\28\29 +3816:skia::textlayout::FontArguments::CloneTypeface\28sk_sp\20const&\29\20const +3817:skia::textlayout::Cluster::isSoftBreak\28\29\20const +3818:skia::textlayout::Block::Block\28skia::textlayout::Block\20const&\29 +3819:skgpu::tess::AffineMatrix::AffineMatrix\28SkMatrix\20const&\29 +3820:skgpu::ganesh::\28anonymous\20namespace\29::add_quad_segment\28SkPoint\20const*\2c\20skia_private::TArray*\29 +3821:skgpu::ganesh::\28anonymous\20namespace\29::SmallPathOp::Entry::Entry\28skgpu::ganesh::\28anonymous\20namespace\29::SmallPathOp::Entry&&\29 +3822:skgpu::ganesh::\28anonymous\20namespace\29::HullShader::makeProgramImpl\28GrShaderCaps\20const&\29\20const::Impl::~Impl\28\29 +3823:skgpu::ganesh::\28anonymous\20namespace\29::AAFlatteningConvexPathOp::programInfo\28\29 +3824:skgpu::ganesh::SurfaceFillContext::internalClear\28SkIRect\20const*\2c\20std::__2::array\2c\20bool\29 +3825:skgpu::ganesh::SurfaceFillContext::discard\28\29 +3826:skgpu::ganesh::SurfaceFillContext::addOp\28std::__2::unique_ptr>\29 +3827:skgpu::ganesh::SurfaceDrawContext::wrapsVkSecondaryCB\28\29\20const +3828:skgpu::ganesh::SurfaceDrawContext::stencilRect\28GrClip\20const*\2c\20GrUserStencilSettings\20const*\2c\20GrPaint&&\2c\20GrAA\2c\20SkMatrix\20const&\2c\20SkRect\20const&\2c\20SkMatrix\20const*\29 +3829:skgpu::ganesh::SurfaceDrawContext::drawPath\28GrClip\20const*\2c\20GrPaint&&\2c\20GrAA\2c\20SkMatrix\20const&\2c\20SkPath\20const&\2c\20GrStyle\20const&\29 +3830:skgpu::ganesh::SurfaceDrawContext::attemptQuadOptimization\28GrClip\20const*\2c\20GrUserStencilSettings\20const*\2c\20DrawQuad*\2c\20GrPaint*\29 +3831:skgpu::ganesh::SurfaceDrawContext::Make\28GrRecordingContext*\2c\20GrColorType\2c\20sk_sp\2c\20sk_sp\2c\20GrSurfaceOrigin\2c\20SkSurfaceProps\20const&\29 +3832:skgpu::ganesh::SurfaceContext::rescale\28GrImageInfo\20const&\2c\20GrSurfaceOrigin\2c\20SkIRect\2c\20SkImage::RescaleGamma\2c\20SkImage::RescaleMode\29 +3833:skgpu::ganesh::SurfaceContext::rescaleInto\28skgpu::ganesh::SurfaceFillContext*\2c\20SkIRect\2c\20SkIRect\2c\20SkImage::RescaleGamma\2c\20SkImage::RescaleMode\29::$_0::operator\28\29\28GrSurfaceProxyView\2c\20SkIRect\29\20const +3834:skgpu::ganesh::SurfaceContext::SurfaceContext\28GrRecordingContext*\2c\20GrSurfaceProxyView\2c\20GrColorInfo\20const&\29 +3835:skgpu::ganesh::SmallPathShapeDataKey::operator==\28skgpu::ganesh::SmallPathShapeDataKey\20const&\29\20const +3836:skgpu::ganesh::QuadPerEdgeAA::MinColorType\28SkRGBA4f<\28SkAlphaType\292>\29 +3837:skgpu::ganesh::PathTessellator::~PathTessellator\28\29 +3838:skgpu::ganesh::PathCurveTessellator::draw\28GrOpFlushState*\29\20const +3839:skgpu::ganesh::OpsTask::~OpsTask\28\29 +3840:skgpu::ganesh::OpsTask::recordOp\28std::__2::unique_ptr>\2c\20bool\2c\20GrProcessorSet::Analysis\2c\20GrAppliedClip*\2c\20GrDstProxyView\20const*\2c\20GrCaps\20const&\29 +3841:skgpu::ganesh::MakeFragmentProcessorFromView\28GrRecordingContext*\2c\20GrSurfaceProxyView\2c\20SkAlphaType\2c\20SkSamplingOptions\2c\20SkTileMode\20const*\2c\20SkMatrix\20const&\2c\20SkRect\20const*\2c\20SkRect\20const*\29 +3842:skgpu::ganesh::FilterAndMipmapHaveNoEffect\28GrQuad\20const&\2c\20GrQuad\20const&\29 +3843:skgpu::ganesh::FillRectOp::MakeNonAARect\28GrRecordingContext*\2c\20GrPaint&&\2c\20SkMatrix\20const&\2c\20SkRect\20const&\2c\20GrUserStencilSettings\20const*\29 +3844:skgpu::ganesh::FillRRectOp::\28anonymous\20namespace\29::can_use_hw_derivatives_with_coverage\28skvx::Vec<2\2c\20float>\20const&\2c\20skvx::Vec<2\2c\20float>\20const&\29 +3845:skgpu::ganesh::FillRRectOp::Make\28GrRecordingContext*\2c\20SkArenaAlloc*\2c\20GrPaint&&\2c\20SkMatrix\20const&\2c\20SkRRect\20const&\2c\20SkRect\20const&\2c\20GrAA\29 +3846:skgpu::ganesh::Device::drawRRect\28SkRRect\20const&\2c\20SkPaint\20const&\29 +3847:skgpu::ganesh::Device::drawImageQuadDirect\28SkImage\20const*\2c\20SkRect\20const&\2c\20SkRect\20const&\2c\20SkPoint\20const*\2c\20SkCanvas::QuadAAFlags\2c\20SkMatrix\20const*\2c\20SkSamplingOptions\20const&\2c\20SkPaint\20const&\2c\20SkCanvas::SrcRectConstraint\29 +3848:skgpu::ganesh::Device::Make\28std::__2::unique_ptr>\2c\20SkAlphaType\2c\20skgpu::ganesh::Device::InitContents\29 +3849:skgpu::ganesh::DashOp::\28anonymous\20namespace\29::setup_dashed_rect\28SkRect\20const&\2c\20skgpu::VertexWriter&\2c\20SkMatrix\20const&\2c\20float\2c\20float\2c\20float\2c\20float\2c\20float\2c\20float\2c\20float\2c\20skgpu::ganesh::DashOp::\28anonymous\20namespace\29::DashCap\29 +3850:skgpu::ganesh::ClipStack::~ClipStack\28\29 +3851:skgpu::ganesh::ClipStack::writableSaveRecord\28bool*\29 +3852:skgpu::ganesh::ClipStack::end\28\29\20const +3853:skgpu::ganesh::ClipStack::clip\28skgpu::ganesh::ClipStack::RawElement&&\29 +3854:skgpu::ganesh::ClipStack::clipState\28\29\20const +3855:skgpu::ganesh::ClipStack::SaveRecord::invalidateMasks\28GrProxyProvider*\2c\20SkTBlockList*\29 +3856:skgpu::ganesh::ClipStack::SaveRecord::genID\28\29\20const +3857:skgpu::ganesh::ClipStack::RawElement::operator=\28skgpu::ganesh::ClipStack::RawElement&&\29 +3858:skgpu::ganesh::ClipStack::RawElement::contains\28skgpu::ganesh::ClipStack::SaveRecord\20const&\29\20const +3859:skgpu::ganesh::ClipStack::RawElement::RawElement\28SkMatrix\20const&\2c\20GrShape\20const&\2c\20GrAA\2c\20SkClipOp\29 +3860:skgpu::ganesh::AtlasPathRenderer::~AtlasPathRenderer\28\29 +3861:skgpu::Swizzle::apply\28SkRasterPipeline*\29\20const +3862:skgpu::Swizzle::applyTo\28std::__2::array\29\20const +3863:skgpu::StringKeyBuilder::~StringKeyBuilder\28\29 +3864:skgpu::ScratchKey::GenerateResourceType\28\29 +3865:skgpu::RectanizerSkyline::reset\28\29 +3866:skgpu::Plot::addSubImage\28int\2c\20int\2c\20void\20const*\2c\20skgpu::AtlasLocator*\29 +3867:skgpu::AutoCallback::AutoCallback\28skgpu::AutoCallback&&\29 +3868:skcpu::make_paint_with_image\28SkPaint\20const&\2c\20SkBitmap\20const&\2c\20SkSamplingOptions\20const&\2c\20SkMatrix*\29 +3869:skcpu::DrawTreatAAStrokeAsHairline\28float\2c\20SkMatrix\20const&\2c\20float*\29 +3870:skcpu::Draw::drawRRect\28SkRRect\20const&\2c\20SkPaint\20const&\29\20const +3871:skcpu::Draw::drawDevicePoints\28SkCanvas::PointMode\2c\20SkSpan\2c\20SkPaint\20const&\2c\20SkDevice*\29\20const +3872:skcpu::Draw::drawBitmap\28SkBitmap\20const&\2c\20SkMatrix\20const&\2c\20SkRect\20const*\2c\20SkSamplingOptions\20const&\2c\20SkPaint\20const&\29\20const +3873:skcpu::Draw::Draw\28skcpu::Draw\20const&\29 +3874:skcms_Transform +3875:skcms_AreApproximateInverses +3876:sk_sp::~sk_sp\28\29 +3877:sk_sp::operator=\28sk_sp&&\29 +3878:sk_sp::reset\28GrTextureProxy*\29 +3879:sk_sp::reset\28GrTexture*\29 +3880:sk_sp::operator=\28sk_sp&&\29 +3881:sk_sp::reset\28GrCpuBuffer*\29 +3882:sk_sp&\20sk_sp::operator=\28sk_sp&&\29 +3883:sk_sp&\20sk_sp::operator=\28sk_sp\20const&\29 +3884:sk_ft_free\28FT_MemoryRec_*\2c\20void*\29 +3885:sift +3886:shallowTextClone\28UText*\2c\20UText\20const*\2c\20UErrorCode*\29 +3887:set_initial_texture_params\28GrGLInterface\20const*\2c\20GrGLCaps\20const&\2c\20unsigned\20int\29 +3888:setLevelsOutsideIsolates\28UBiDi*\2c\20int\2c\20int\2c\20unsigned\20char\29 +3889:sect_with_vertical\28SkPoint\20const*\2c\20float\29 +3890:sampler_key\28GrTextureType\2c\20skgpu::Swizzle\20const&\2c\20GrCaps\20const&\29 +3891:round\28SkPoint*\29 +3892:res_getResource_74 +3893:read_tag_xyz\28skcms_ICCTag\20const*\2c\20float*\2c\20float*\2c\20float*\29 +3894:read_color_line +3895:quick_inverse\28int\29 +3896:quad_intersect_ray\28SkPoint\20const*\2c\20float\2c\20SkDLine\20const&\2c\20SkIntersections*\29 +3897:puts +3898:psh_globals_set_scale +3899:ps_tofixedarray +3900:ps_parser_skip_PS_token +3901:ps_mask_test_bit +3902:ps_mask_table_alloc +3903:ps_mask_ensure +3904:ps_dimension_reset_mask +3905:ps_builder_init +3906:ps_builder_done +3907:pow +3908:portable::parametric_k\28skcms_TransferFunction\20const*\2c\20unsigned\20long\2c\20unsigned\20long\2c\20std::byte*&\2c\20float&\2c\20float&\2c\20float&\2c\20float&\2c\20float&\2c\20float&\2c\20float&\2c\20float&\29::'lambda'\28float\29::operator\28\29\28float\29\20const +3909:portable::hsl_to_rgb_k\28void\20const*\2c\20unsigned\20long\2c\20unsigned\20long\2c\20std::byte*&\2c\20float&\2c\20float&\2c\20float&\2c\20float&\2c\20float&\2c\20float&\2c\20float&\2c\20float&\29::'lambda'\28float\29::operator\28\29\28float\29\20const +3910:portable::gamma__k\28float\20const*\2c\20unsigned\20long\2c\20unsigned\20long\2c\20std::byte*&\2c\20float&\2c\20float&\2c\20float&\2c\20float&\2c\20float&\2c\20float&\2c\20float&\2c\20float&\29::'lambda'\28float\29::operator\28\29\28float\29\20const +3911:portable::PQish_k\28skcms_TransferFunction\20const*\2c\20unsigned\20long\2c\20unsigned\20long\2c\20std::byte*&\2c\20float&\2c\20float&\2c\20float&\2c\20float&\2c\20float&\2c\20float&\2c\20float&\2c\20float&\29::'lambda'\28float\29::operator\28\29\28float\29\20const +3912:portable::HLGish_k\28skcms_TransferFunction\20const*\2c\20unsigned\20long\2c\20unsigned\20long\2c\20std::byte*&\2c\20float&\2c\20float&\2c\20float&\2c\20float&\2c\20float&\2c\20float&\2c\20float&\2c\20float&\29::'lambda'\28float\29::operator\28\29\28float\29\20const +3913:portable::HLGinvish_k\28skcms_TransferFunction\20const*\2c\20unsigned\20long\2c\20unsigned\20long\2c\20std::byte*&\2c\20float&\2c\20float&\2c\20float&\2c\20float&\2c\20float&\2c\20float&\2c\20float&\2c\20float&\29::'lambda'\28float\29::operator\28\29\28float\29\20const +3914:points_are_colinear_and_b_is_middle\28SkPoint\20const&\2c\20SkPoint\20const&\2c\20SkPoint\20const&\2c\20float*\29 +3915:png_zlib_inflate +3916:png_inflate_read +3917:png_inflate_claim +3918:png_build_8bit_table +3919:png_build_16bit_table +3920:performFallbackLookup\28char\20const*\2c\20char\20const*\2c\20char\20const*\2c\20int\20const*\2c\20int\29 +3921:operator==\28SkPath\20const&\2c\20SkPath\20const&\29 +3922:operator!=\28SkString\20const&\2c\20SkString\20const&\29 +3923:normalize +3924:non-virtual\20thunk\20to\20GrOpFlushState::deferredUploadTarget\28\29 +3925:nextafterf +3926:mv_mul\28skcms_Matrix3x3\20const*\2c\20skcms_Vector3\20const*\29 +3927:move_nearby\28SkOpContourHead*\29 +3928:mayHaveParent\28char*\29 +3929:make_unpremul_effect\28std::__2::unique_ptr>\29 +3930:machine_index_t\2c\20hb_filter_iter_t\2c\20hb_array_t>\2c\20find_syllables_use\28hb_buffer_t*\29::'lambda'\28hb_glyph_info_t\20const&\29\2c\20$_7\20const&\2c\20\28void*\290>\2c\20find_syllables_use\28hb_buffer_t*\29::'lambda'\28hb_pair_t\29\2c\20$_6\20const&\2c\20\28void*\290>>>::operator==\28machine_index_t\2c\20hb_filter_iter_t\2c\20hb_array_t>\2c\20find_syllables_use\28hb_buffer_t*\29::'lambda'\28hb_glyph_info_t\20const&\29\2c\20$_7\20const&\2c\20\28void*\290>\2c\20find_syllables_use\28hb_buffer_t*\29::'lambda'\28hb_pair_t\29\2c\20$_6\20const&\2c\20\28void*\290>>>\20const&\29\20const +3931:long\20std::__2::__libcpp_atomic_refcount_decrement\5babi:nn180100\5d\28long&\29 +3932:long\20const&\20std::__2::min\5babi:nn180100\5d\28long\20const&\2c\20long\20const&\29 +3933:log1p +3934:load_truetype_glyph +3935:load\28unsigned\20char\20const*\2c\20int\2c\20void\20\28*\29\28unsigned\20char*\2c\20unsigned\20char\20const*\2c\20int\29\29 +3936:loadParentsExceptRoot\28UResourceDataEntry*&\2c\20char*\2c\20int\2c\20signed\20char\2c\20char*\2c\20UErrorCode*\29 +3937:line_intersect_ray\28SkPoint\20const*\2c\20float\2c\20SkDLine\20const&\2c\20SkIntersections*\29 +3938:lineMetrics_getStartIndex +3939:just_solid_color\28SkPaint\20const&\29 +3940:is_reflex_vertex\28SkPoint\20const*\2c\20int\2c\20float\2c\20unsigned\20short\2c\20unsigned\20short\2c\20unsigned\20short\29 +3941:isMatchAtCPBoundary\28char16_t\20const*\2c\20char16_t\20const*\2c\20char16_t\20const*\2c\20char16_t\20const*\29 +3942:inner_scanline\28int\2c\20int\2c\20int\2c\20unsigned\20int\2c\20SkBlitter*\29 +3943:inflate_table +3944:impeller::TRect::GetCenter\28\29\20const +3945:impeller::TRect::Contains\28impeller::TRect\20const&\29\20const +3946:impeller::TRect::Contains\28impeller::TPoint\20const&\29\20const +3947:impeller::TPoint::GetLength\28\29\20const +3948:impeller::TPoint::GetDistanceSquared\28impeller::TPoint\20const&\29\20const +3949:impeller::RoundingRadii::AreAllCornersSame\28float\29\20const +3950:impeller::RoundRect::MakeRectRadii\28impeller::TRect\20const&\2c\20impeller::RoundingRadii\20const&\29 +3951:impeller::Matrix::operator==\28impeller::Matrix\20const&\29\20const +3952:impeller::Matrix::IsIdentity\28\29\20const +3953:impeller::Matrix::IsFinite\28\29\20const +3954:image_getWidth +3955:image_filter_color_type\28SkColorInfo\20const&\29 +3956:icu_74::ures_getUnicodeString\28UResourceBundle\20const*\2c\20UErrorCode*\29 +3957:icu_74::umtx_initOnce\28icu_74::UInitOnce&\2c\20void\20\28*\29\28\29\29 +3958:icu_74::makeBogusLocale\28\29 +3959:icu_74::\28anonymous\20namespace\29::appendResult\28char16_t*\2c\20int\2c\20int\2c\20int\2c\20char16_t\20const*\2c\20int\2c\20unsigned\20int\2c\20icu_74::Edits*\29 +3960:icu_74::\28anonymous\20namespace\29::AliasReplacer::replace\28icu_74::Locale\20const&\2c\20icu_74::CharString&\2c\20UErrorCode&\29::$_0::__invoke\28UElement\2c\20UElement\29 +3961:icu_74::XLikelySubtagsData::readStrings\28icu_74::ResourceTable\20const&\2c\20char\20const*\2c\20icu_74::ResourceValue&\2c\20icu_74::LocalMemory&\2c\20int&\2c\20UErrorCode&\29 +3962:icu_74::XLikelySubtags::trieNext\28icu_74::BytesTrie&\2c\20icu_74::StringPiece\2c\20int\29 +3963:icu_74::Vectorizer::stringToIndex\28char16_t\20const*\29\20const +3964:icu_74::UniqueCharStrings::add\28char16_t\20const*\2c\20UErrorCode&\29 +3965:icu_74::UniqueCharStrings::addByValue\28icu_74::UnicodeString\2c\20UErrorCode&\29 +3966:icu_74::UnicodeString::setTo\28char16_t\20const*\2c\20int\29 +3967:icu_74::UnicodeString::remove\28int\2c\20int\29 +3968:icu_74::UnicodeString::isBufferWritable\28\29\20const +3969:icu_74::UnicodeString::indexOf\28char16_t\2c\20int\29\20const +3970:icu_74::UnicodeString::getTerminatedBuffer\28\29 +3971:icu_74::UnicodeString::doExtract\28int\2c\20int\2c\20icu_74::UnicodeString&\29\20const +3972:icu_74::UnicodeString::doAppend\28icu_74::UnicodeString\20const&\2c\20int\2c\20int\29 +3973:icu_74::UnicodeString::copyFrom\28icu_74::UnicodeString\20const&\2c\20signed\20char\29 +3974:icu_74::UnicodeString::allocate\28int\29 +3975:icu_74::UnicodeSet::swapBuffers\28\29 +3976:icu_74::UnicodeSet::spanUTF8\28char\20const*\2c\20int\2c\20USetSpanCondition\29\20const +3977:icu_74::UnicodeSet::spanBack\28char16_t\20const*\2c\20int\2c\20USetSpanCondition\29\20const +3978:icu_74::UnicodeSet::spanBackUTF8\28char\20const*\2c\20int\2c\20USetSpanCondition\29\20const +3979:icu_74::UnicodeSet::setPattern\28char16_t\20const*\2c\20int\29 +3980:icu_74::UnicodeSet::retain\28int\20const*\2c\20int\2c\20signed\20char\29 +3981:icu_74::UnicodeSet::remove\28int\2c\20int\29 +3982:icu_74::UnicodeSet::ensureBufferCapacity\28int\29 +3983:icu_74::UnicodeSet::applyIntPropertyValue\28UProperty\2c\20int\2c\20UErrorCode&\29 +3984:icu_74::UnicodeSet::allocateStrings\28UErrorCode&\29 +3985:icu_74::UnicodeSet::addAll\28icu_74::UnicodeSet\20const&\29 +3986:icu_74::UnicodeSet::_appendToPat\28icu_74::UnicodeString&\2c\20int\2c\20int\2c\20signed\20char\29 +3987:icu_74::UVector::sort\28int\20\28*\29\28UElement\2c\20UElement\29\2c\20UErrorCode&\29 +3988:icu_74::UVector::insertElementAt\28void*\2c\20int\2c\20UErrorCode&\29 +3989:icu_74::UVector::indexOf\28UElement\2c\20int\2c\20signed\20char\29\20const +3990:icu_74::UStringSet::~UStringSet\28\29_14084 +3991:icu_74::UMemory::operator\20delete\28void*\29 +3992:icu_74::UCharsTrieBuilder::add\28icu_74::UnicodeString\20const&\2c\20int\2c\20UErrorCode&\29 +3993:icu_74::UCharsTrie::readValue\28char16_t\20const*\2c\20int\29 +3994:icu_74::UCharsTrie::next\28int\29 +3995:icu_74::StringPiece::compare\28icu_74::StringPiece\29 +3996:icu_74::StringEnumeration::~StringEnumeration\28\29 +3997:icu_74::SimpleFilteredSentenceBreakIterator::resetState\28UErrorCode&\29 +3998:icu_74::SimpleFilteredSentenceBreakIterator::internalNext\28int\29 +3999:icu_74::SimpleFilteredSentenceBreakIterator::breakExceptionAt\28int\29 +4000:icu_74::RuleBasedBreakIterator::DictionaryCache::following\28int\2c\20int*\2c\20int*\29 +4001:icu_74::RuleBasedBreakIterator::BreakCache::next\28\29 +4002:icu_74::RuleBasedBreakIterator::BreakCache::current\28\29 +4003:icu_74::RuleBasedBreakIterator::BreakCache::addPreceding\28int\2c\20int\2c\20icu_74::RuleBasedBreakIterator::BreakCache::UpdatePositionValues\29 +4004:icu_74::ResourceDataValue::getTable\28UErrorCode&\29\20const +4005:icu_74::ResourceDataValue::getString\28int&\2c\20UErrorCode&\29\20const +4006:icu_74::ResourceArray::internalGetResource\28ResourceData\20const*\2c\20int\29\20const +4007:icu_74::ReorderingBuffer::previousCC\28\29 +4008:icu_74::ReorderingBuffer::insert\28int\2c\20unsigned\20char\29 +4009:icu_74::ReorderingBuffer::append\28char16_t\20const*\2c\20int\2c\20signed\20char\2c\20unsigned\20char\2c\20unsigned\20char\2c\20UErrorCode&\29 +4010:icu_74::ReorderingBuffer::appendBMP\28char16_t\2c\20unsigned\20char\2c\20UErrorCode&\29 +4011:icu_74::Normalizer2Impl::~Normalizer2Impl\28\29 +4012:icu_74::Normalizer2Impl::norm16HasDecompBoundaryAfter\28unsigned\20short\29\20const +4013:icu_74::Normalizer2Impl::hasCompBoundaryAfter\28int\2c\20signed\20char\29\20const +4014:icu_74::Normalizer2Impl::getCC\28unsigned\20short\29\20const +4015:icu_74::Normalizer2Impl::decompose\28char16_t\20const*\2c\20char16_t\20const*\2c\20icu_74::ReorderingBuffer*\2c\20UErrorCode&\29\20const +4016:icu_74::Normalizer2Impl::decomposeShort\28char16_t\20const*\2c\20char16_t\20const*\2c\20signed\20char\2c\20signed\20char\2c\20icu_74::ReorderingBuffer&\2c\20UErrorCode&\29\20const +4017:icu_74::Normalizer2Impl::copyLowPrefixFromNulTerminated\28char16_t\20const*\2c\20int\2c\20icu_74::ReorderingBuffer*\2c\20UErrorCode&\29\20const +4018:icu_74::Norm2AllModes::getNFKCInstance\28UErrorCode&\29 +4019:icu_74::Locale::setKeywordValue\28char\20const*\2c\20char\20const*\2c\20UErrorCode&\29 +4020:icu_74::Locale::operator=\28icu_74::Locale\20const&\29 +4021:icu_74::Locale::Locale\28icu_74::Locale\20const&\29 +4022:icu_74::LocalPointer::adoptInsteadAndCheckErrorCode\28icu_74::UVector*\2c\20UErrorCode&\29 +4023:icu_74::LocalMemory::allocateInsteadAndCopy\28int\2c\20int\29 +4024:icu_74::LSTMData::~LSTMData\28\29 +4025:icu_74::ICU_Utility::skipWhitespace\28icu_74::UnicodeString\20const&\2c\20int&\2c\20signed\20char\29 +4026:icu_74::ICUServiceKey::~ICUServiceKey\28\29 +4027:icu_74::ICUServiceKey::prefix\28icu_74::UnicodeString&\29\20const +4028:icu_74::ICUResourceBundleFactory::~ICUResourceBundleFactory\28\29 +4029:icu_74::ICULocaleService::~ICULocaleService\28\29 +4030:icu_74::Hashtable::remove\28icu_74::UnicodeString\20const&\29 +4031:icu_74::Hangul::decompose\28int\2c\20char16_t*\29 +4032:icu_74::EmojiProps::getSingleton\28UErrorCode&\29 +4033:icu_74::CharString::appendInvariantChars\28char16_t\20const*\2c\20int\2c\20UErrorCode&\29 +4034:icu_74::CharString*\20icu_74::MemoryPool::create<>\28\29 +4035:icu_74::BytesTrie::getState64\28\29\20const +4036:icu_74::ByteSinkUtil::appendChange\28unsigned\20char\20const*\2c\20unsigned\20char\20const*\2c\20char16_t\20const*\2c\20int\2c\20icu_74::ByteSink&\2c\20icu_74::Edits*\2c\20UErrorCode&\29 +4037:icu_74::BreakIterator::makeInstance\28icu_74::Locale\20const&\2c\20int\2c\20UErrorCode&\29 +4038:icu_74::BMPSet::findCodePoint\28int\2c\20int\2c\20int\29\20const +4039:icu_74::Array1D::sigmoid\28\29 +4040:icu_74::Array1D::addDotProduct\28icu_74::ReadArray1D\20const&\2c\20icu_74::ReadArray2D\20const&\29 +4041:hb_vector_t::alloc\28unsigned\20int\2c\20bool\29 +4042:hb_vector_t::push\28\29 +4043:hb_vector_t::alloc\28unsigned\20int\2c\20bool\29 +4044:hb_vector_t::alloc\28unsigned\20int\2c\20bool\29 +4045:hb_vector_t::push\28\29 +4046:hb_vector_t::extend\28hb_array_t\29 +4047:hb_vector_t\2c\20false>::shrink_vector\28unsigned\20int\29 +4048:hb_vector_t::push\28\29 +4049:hb_utf8_t::next\28unsigned\20char\20const*\2c\20unsigned\20char\20const*\2c\20unsigned\20int*\2c\20unsigned\20int\29 +4050:hb_shape_plan_destroy +4051:hb_set_digest_t::add\28unsigned\20int\29 +4052:hb_script_get_horizontal_direction +4053:hb_pool_t::alloc\28\29 +4054:hb_paint_funcs_t::push_clip_glyph\28void*\2c\20unsigned\20int\2c\20hb_font_t*\29 +4055:hb_paint_funcs_t::image\28void*\2c\20hb_blob_t*\2c\20unsigned\20int\2c\20unsigned\20int\2c\20unsigned\20int\2c\20float\2c\20hb_glyph_extents_t*\29 +4056:hb_paint_funcs_t::color\28void*\2c\20int\2c\20unsigned\20int\29 +4057:hb_paint_extents_context_t::push_clip\28hb_extents_t\29 +4058:hb_lazy_loader_t\2c\20hb_face_t\2c\202u\2c\20hb_blob_t>::get\28\29\20const +4059:hb_lazy_loader_t\2c\20hb_face_t\2c\201u\2c\20hb_blob_t>::get\28\29\20const +4060:hb_lazy_loader_t\2c\20hb_face_t\2c\2018u\2c\20hb_blob_t>::get\28\29\20const +4061:hb_lazy_loader_t\2c\20hb_face_t\2c\203u\2c\20OT::cmap_accelerator_t>::get_stored\28\29\20const +4062:hb_lazy_loader_t\2c\20hb_face_t\2c\2032u\2c\20hb_blob_t>::get\28\29\20const +4063:hb_lazy_loader_t\2c\20hb_face_t\2c\2028u\2c\20AAT::morx_accelerator_t>::get_stored\28\29\20const +4064:hb_lazy_loader_t\2c\20hb_face_t\2c\2029u\2c\20AAT::mort_accelerator_t>::get_stored\28\29\20const +4065:hb_iter_t\2c\20hb_filter_iter_t\2c\20hb_array_t>\2c\20find_syllables_use\28hb_buffer_t*\29::'lambda'\28hb_glyph_info_t\20const&\29\2c\20$_7\20const&\2c\20\28void*\290>\2c\20find_syllables_use\28hb_buffer_t*\29::'lambda'\28hb_pair_t\29\2c\20$_6\20const&\2c\20\28void*\290>>>\2c\20hb_pair_t>>::operator-\28unsigned\20int\29\20const +4066:hb_iter_t\2c\20hb_array_t>\2c\20$_8\20const&\2c\20\28hb_function_sortedness_t\291\2c\20\28void*\290>\2c\20OT::HBGlyphID16&>::end\28\29\20const +4067:hb_iter_t\2c\20hb_array_t>\2c\20find_syllables_use\28hb_buffer_t*\29::'lambda'\28hb_glyph_info_t\20const&\29\2c\20$_7\20const&\2c\20\28void*\290>\2c\20find_syllables_use\28hb_buffer_t*\29::'lambda'\28hb_pair_t\29\2c\20$_6\20const&\2c\20\28void*\290>\2c\20hb_pair_t>::operator++\28\29\20& +4068:hb_hashmap_t::item_t::operator==\28hb_serialize_context_t::object_t\20const*\20const&\29\20const +4069:hb_font_t::has_glyph_h_origin_func\28\29 +4070:hb_font_t::has_func\28unsigned\20int\29 +4071:hb_font_t::get_nominal_glyphs\28unsigned\20int\2c\20unsigned\20int\20const*\2c\20unsigned\20int\2c\20unsigned\20int*\2c\20unsigned\20int\29 +4072:hb_font_t::get_glyph_v_origin\28unsigned\20int\2c\20int*\2c\20int*\29 +4073:hb_font_t::get_glyph_v_advances\28unsigned\20int\2c\20unsigned\20int\20const*\2c\20unsigned\20int\2c\20int*\2c\20unsigned\20int\29 +4074:hb_font_t::get_glyph_h_origin_with_fallback\28unsigned\20int\2c\20int*\2c\20int*\29 +4075:hb_font_t::get_glyph_h_origin\28unsigned\20int\2c\20int*\2c\20int*\29 +4076:hb_font_t::get_glyph_h_advances\28unsigned\20int\2c\20unsigned\20int\20const*\2c\20unsigned\20int\2c\20int*\2c\20unsigned\20int\29 +4077:hb_font_t::get_glyph_contour_point_for_origin\28unsigned\20int\2c\20unsigned\20int\2c\20hb_direction_t\2c\20int*\2c\20int*\29 +4078:hb_font_funcs_destroy +4079:hb_draw_cubic_to_nil\28hb_draw_funcs_t*\2c\20void*\2c\20hb_draw_state_t*\2c\20float\2c\20float\2c\20float\2c\20float\2c\20float\2c\20float\2c\20void*\29 +4080:hb_decycler_node_t::hb_decycler_node_t\28hb_decycler_t&\29 +4081:hb_buffer_t::output_info\28hb_glyph_info_t\20const&\29 +4082:hb_buffer_t::_infos_set_glyph_flags\28hb_glyph_info_t*\2c\20unsigned\20int\2c\20unsigned\20int\2c\20unsigned\20int\2c\20unsigned\20int\29 +4083:hb_buffer_t::_infos_find_min_cluster\28hb_glyph_info_t\20const*\2c\20unsigned\20int\2c\20unsigned\20int\2c\20unsigned\20int\29 +4084:hb_buffer_set_length +4085:hb_buffer_create +4086:hb_bounds_t*\20hb_vector_t::push\28hb_bounds_t&&\29 +4087:hb_bit_set_t::fini\28\29 +4088:hb_bit_page_t::add_range\28unsigned\20int\2c\20unsigned\20int\29 +4089:haircubic\28SkPoint\20const*\2c\20SkRegion\20const*\2c\20SkRect\20const*\2c\20SkRect\20const*\2c\20SkBlitter*\2c\20int\2c\20void\20\28*\29\28SkPoint\20const*\2c\20int\2c\20SkRegion\20const*\2c\20SkBlitter*\29\29 +4090:gray_render_line +4091:gl_target_to_gr_target\28unsigned\20int\29 +4092:gl_target_to_binding_index\28unsigned\20int\29 +4093:get_vendor\28char\20const*\29 +4094:get_renderer\28char\20const*\2c\20GrGLExtensions\20const&\29 +4095:get_layer_mapping_and_bounds\28SkSpan>\2c\20SkM44\20const&\2c\20skif::DeviceSpace\20const&\2c\20std::__2::optional>\2c\20float\29 +4096:get_joining_type\28unsigned\20int\2c\20hb_unicode_general_category_t\29 +4097:get_child_table_pointer +4098:getDefaultScript\28icu_74::CharString\20const&\2c\20icu_74::CharString\20const&\29 +4099:generate_distance_field_from_image\28unsigned\20char*\2c\20unsigned\20char\20const*\2c\20int\2c\20int\29 +4100:gaussianIntegral\28float\29 +4101:ft_var_readpackeddeltas +4102:ft_var_done_item_variation_store +4103:ft_glyphslot_alloc_bitmap +4104:ft_face_get_mm_service +4105:freelocale +4106:free_entry\28UResourceDataEntry*\29 +4107:fputc +4108:fp_barrierf +4109:flutter::ToSkColor4f\28flutter::DlColor\29 +4110:flutter::DlSkPaintDispatchHelper::save_opacity\28float\29 +4111:flutter::DlSkCanvasDispatcher::~DlSkCanvasDispatcher\28\29 +4112:flutter::DlSkCanvasDispatcher::save\28\29 +4113:flutter::DlSkCanvasDispatcher::drawDisplayList\28sk_sp\2c\20float\29 +4114:flutter::DlRuntimeEffectColorSource::DlRuntimeEffectColorSource\28sk_sp\2c\20std::__2::vector\2c\20std::__2::allocator>>\2c\20std::__2::shared_ptr>>\29 +4115:flutter::DlPath::WillRenderSkPath\28\29\20const +4116:flutter::DlPaint::DlPaint\28flutter::DlPaint&&\29 +4117:flutter::DlLocalMatrixImageFilter::type\28\29\20const +4118:flutter::DlComposeImageFilter::~DlComposeImageFilter\28\29 +4119:flutter::DlColorSource::MakeSweep\28impeller::TPoint\2c\20float\2c\20float\2c\20unsigned\20int\2c\20flutter::DlColor\20const*\2c\20float\20const*\2c\20flutter::DlTileMode\2c\20impeller::Matrix\20const*\29 +4120:flutter::DlColorSource::MakeRadial\28impeller::TPoint\2c\20float\2c\20unsigned\20int\2c\20flutter::DlColor\20const*\2c\20float\20const*\2c\20flutter::DlTileMode\2c\20impeller::Matrix\20const*\29 +4121:flutter::DlColorSource::MakeLinear\28impeller::TPoint\2c\20impeller::TPoint\2c\20unsigned\20int\2c\20flutter::DlColor\20const*\2c\20float\20const*\2c\20flutter::DlTileMode\2c\20impeller::Matrix\20const*\29 +4122:flutter::DlColorSource::MakeConical\28impeller::TPoint\2c\20float\2c\20impeller::TPoint\2c\20float\2c\20unsigned\20int\2c\20flutter::DlColor\20const*\2c\20float\20const*\2c\20flutter::DlTileMode\2c\20impeller::Matrix\20const*\29 +4123:flutter::DlColor::withColorSpace\28flutter::DlColorSpace\29\20const +4124:flutter::DlColor::operator==\28flutter::DlColor\20const&\29\20const +4125:flutter::DisplayListMatrixClipState::mapRect\28impeller::TRect\20const&\2c\20impeller::TRect*\29\20const +4126:flutter::DisplayListMatrixClipState::TransformedRectCoversBounds\28impeller::TRect\20const&\2c\20impeller::Matrix\20const&\2c\20impeller::TRect\20const&\29 +4127:flutter::DisplayListMatrixClipState::TransformedOvalCoversBounds\28impeller::TRect\20const&\2c\20impeller::Matrix\20const&\2c\20impeller::TRect\20const&\29 +4128:flutter::DisplayListMatrixClipState::DisplayListMatrixClipState\28impeller::TRect\20const&\2c\20impeller::Matrix\20const&\29 +4129:flutter::DisplayListBuilder::setStrokeWidth\28float\29 +4130:flutter::DisplayListBuilder::setStrokeMiter\28float\29 +4131:flutter::DisplayListBuilder::setStrokeJoin\28flutter::DlStrokeJoin\29 +4132:flutter::DisplayListBuilder::setStrokeCap\28flutter::DlStrokeCap\29 +4133:flutter::DisplayListBuilder::setMaskFilter\28flutter::DlMaskFilter\20const*\29 +4134:flutter::DisplayListBuilder::setInvertColors\28bool\29 +4135:flutter::DisplayListBuilder::setImageFilter\28flutter::DlImageFilter\20const*\29 +4136:flutter::DisplayListBuilder::setDrawStyle\28flutter::DlDrawStyle\29 +4137:flutter::DisplayListBuilder::setColor\28flutter::DlColor\29 +4138:flutter::DisplayListBuilder::setColorSource\28flutter::DlColorSource\20const*\29 +4139:flutter::DisplayListBuilder::setColorFilter\28flutter::DlColorFilter\20const*\29 +4140:flutter::DisplayListBuilder::setBlendMode\28impeller::BlendMode\29 +4141:flutter::DisplayListBuilder::setAntiAlias\28bool\29 +4142:flutter::DisplayListBuilder::saveLayer\28impeller::TRect\20const&\2c\20flutter::SaveLayerOptions\2c\20flutter::DlImageFilter\20const*\2c\20std::__2::optional\29 +4143:flutter::DisplayListBuilder::drawVertices\28std::__2::shared_ptr\20const&\2c\20impeller::BlendMode\29 +4144:flutter::DisplayListBuilder::drawText\28std::__2::shared_ptr\20const&\2c\20float\2c\20float\29 +4145:flutter::DisplayListBuilder::drawRoundSuperellipse\28impeller::RoundSuperellipse\20const&\29 +4146:flutter::DisplayListBuilder::drawRoundRect\28impeller::RoundRect\20const&\29 +4147:flutter::DisplayListBuilder::drawPoints\28flutter::DlPointMode\2c\20unsigned\20int\2c\20impeller::TPoint\20const*\29 +4148:flutter::DisplayListBuilder::drawPath\28flutter::DlPath\20const&\29 +4149:flutter::DisplayListBuilder::drawPaint\28\29 +4150:flutter::DisplayListBuilder::drawLine\28impeller::TPoint\20const&\2c\20impeller::TPoint\20const&\29 +4151:flutter::DisplayListBuilder::drawDiffRoundRect\28impeller::RoundRect\20const&\2c\20impeller::RoundRect\20const&\29 +4152:flutter::DisplayListBuilder::drawDashedLine\28impeller::TPoint\20const&\2c\20impeller::TPoint\20const&\2c\20float\2c\20float\29 +4153:flutter::DisplayListBuilder::drawCircle\28impeller::TPoint\20const&\2c\20float\29 +4154:flutter::DisplayListBuilder::drawArc\28impeller::TRect\20const&\2c\20float\2c\20float\2c\20bool\29 +4155:flutter::DisplayListBuilder::SaveLayer\28std::__2::optional>\20const&\2c\20flutter::DlPaint\20const*\2c\20flutter::DlImageFilter\20const*\2c\20std::__2::optional\29 +4156:flutter::DisplayListBuilder::RestoreToCount\28int\29 +4157:flutter::DisplayListBuilder::QuickReject\28impeller::TRect\20const&\29\20const +4158:flutter::DisplayListBuilder::GetBaseLayerDimensions\28\29\20const +4159:flutter::DisplayListBuilder::DrawVertices\28std::__2::shared_ptr\20const&\2c\20impeller::BlendMode\2c\20flutter::DlPaint\20const&\29 +4160:flutter::DisplayListBuilder::DrawRoundRect\28impeller::RoundRect\20const&\2c\20flutter::DlPaint\20const&\29 +4161:flutter::DisplayListBuilder::DrawPoints\28flutter::DlPointMode\2c\20unsigned\20int\2c\20impeller::TPoint\20const*\2c\20flutter::DlPaint\20const&\29 +4162:flutter::DisplayListBuilder::DrawPaint\28flutter::DlPaint\20const&\29 +4163:flutter::DisplayListBuilder::DrawOval\28impeller::TRect\20const&\2c\20flutter::DlPaint\20const&\29 +4164:flutter::DisplayListBuilder::DrawImage\28sk_sp\20const&\2c\20impeller::TPoint\20const&\2c\20flutter::DlImageSampling\2c\20flutter::DlPaint\20const*\29 +4165:flutter::DisplayListBuilder::DrawImageRect\28sk_sp\20const&\2c\20impeller::TRect\20const&\2c\20impeller::TRect\20const&\2c\20flutter::DlImageSampling\2c\20flutter::DlPaint\20const*\2c\20flutter::DlSrcRectConstraint\29 +4166:flutter::DisplayListBuilder::DrawImageNine\28sk_sp\20const&\2c\20impeller::TRect\20const&\2c\20impeller::TRect\20const&\2c\20flutter::DlFilterMode\2c\20flutter::DlPaint\20const*\29 +4167:flutter::DisplayListBuilder::DrawDiffRoundRect\28impeller::RoundRect\20const&\2c\20impeller::RoundRect\20const&\2c\20flutter::DlPaint\20const&\29 +4168:flutter::DisplayListBuilder::DrawDashedLine\28impeller::TPoint\20const&\2c\20impeller::TPoint\20const&\2c\20float\2c\20float\2c\20flutter::DlPaint\20const&\29 +4169:flutter::DisplayListBuilder::DrawCircle\28impeller::TPoint\20const&\2c\20float\2c\20flutter::DlPaint\20const&\29 +4170:flutter::DisplayListBuilder::DrawAtlas\28sk_sp\20const&\2c\20impeller::RSTransform\20const*\2c\20impeller::TRect\20const*\2c\20flutter::DlColor\20const*\2c\20int\2c\20impeller::BlendMode\2c\20flutter::DlImageSampling\2c\20impeller::TRect\20const*\2c\20flutter::DlPaint\20const*\29 +4171:flutter::DisplayListBuilder::DrawArc\28impeller::TRect\20const&\2c\20float\2c\20float\2c\20bool\2c\20flutter::DlPaint\20const&\29 +4172:flutter::AccumulationRect::accumulate\28float\2c\20float\29 +4173:flutter::AccumulationRect::GetBounds\28\29\20const +4174:fixN0c\28BracketData*\2c\20int\2c\20int\2c\20unsigned\20char\29 +4175:findFirstExisting\28char\20const*\2c\20char*\2c\20char\20const*\2c\20UResOpenType\2c\20signed\20char*\2c\20signed\20char*\2c\20signed\20char*\2c\20UErrorCode*\29 +4176:filter_to_gl_min_filter\28SkFilterMode\2c\20SkMipmapMode\29 +4177:fill_buffer\28wuffs_base__io_buffer__struct*\2c\20SkStream*\29 +4178:expm1f +4179:exp2 +4180:eval_curve\28skcms_Curve\20const*\2c\20float\29 +4181:entryClose\28UResourceDataEntry*\29 +4182:dquad_dxdy_at_t\28SkPoint\20const*\2c\20float\2c\20double\29 +4183:do_scanline\28int\2c\20int\2c\20int\2c\20unsigned\20int\2c\20SkBlitter*\29 +4184:do_anti_hairline\28int\2c\20int\2c\20int\2c\20int\2c\20SkIRect\20const*\2c\20SkBlitter*\29 +4185:dline_dxdy_at_t\28SkPoint\20const*\2c\20float\2c\20double\29 +4186:directionFromFlags\28UBiDi*\29 +4187:destroy_face +4188:decltype\28fp\28nullptr\29\29\20SkArenaAlloc::make\20const&\2c\20skgpu::ganesh::DashOp::AAMode\2c\20SkMatrix\20const&\2c\20bool\29::$_0>\28skgpu::ganesh::DashOp::\28anonymous\20namespace\29::DashingCircleEffect::Make\28SkArenaAlloc*\2c\20SkRGBA4f<\28SkAlphaType\292>\20const&\2c\20skgpu::ganesh::DashOp::AAMode\2c\20SkMatrix\20const&\2c\20bool\29::$_0&&\29::'lambda'\28char*\29::__invoke\28char*\29 +4189:decltype\28fp\28nullptr\29\29\20SkArenaAlloc::make\28GrCaps\20const&\2c\20GrSurfaceProxyView\20const&\2c\20bool&\2c\20GrPipeline*&\2c\20GrUserStencilSettings\20const*&&\2c\20\28anonymous\20namespace\29::DrawAtlasPathShader*&\2c\20GrPrimitiveType&&\2c\20GrXferBarrierFlags&\2c\20GrLoadOp&\29::'lambda'\28void*\29>\28GrProgramInfo&&\29::'lambda'\28char*\29::__invoke\28char*\29 +4190:dcubic_dxdy_at_t\28SkPoint\20const*\2c\20float\2c\20double\29 +4191:dconic_dxdy_at_t\28SkPoint\20const*\2c\20float\2c\20double\29 +4192:cubic_intersect_ray\28SkPoint\20const*\2c\20float\2c\20SkDLine\20const&\2c\20SkIntersections*\29 +4193:conic_intersect_ray\28SkPoint\20const*\2c\20float\2c\20SkDLine\20const&\2c\20SkIntersections*\29 +4194:cleanup_shaders\28GrGLGpu*\2c\20SkTDArray\20const&\29 +4195:chop_mono_cubic_at_y\28SkPoint*\2c\20float\2c\20SkPoint*\29 +4196:check_inverse_on_empty_return\28SkRegion*\2c\20SkPath\20const&\2c\20SkRegion\20const&\29 +4197:check_intersection\28SkAnalyticEdge\20const*\2c\20int\2c\20int*\29 +4198:char*\20std::__2::find\5babi:nn180100\5d\28char*\2c\20char*\2c\20char\20const&\29 +4199:cff_parse_real +4200:cff_parse_integer +4201:cff_index_read_offset +4202:cff_index_get_pointers +4203:cff_index_access_element +4204:cff2_path_param_t::move_to\28CFF::point_t\20const&\29 +4205:cff1_path_param_t::move_to\28CFF::point_t\20const&\29 +4206:cf2_hintmap_map +4207:cf2_glyphpath_pushPrevElem +4208:cf2_glyphpath_computeOffset +4209:cf2_glyphpath_closeOpenPath +4210:calculate_path_gap\28float\2c\20float\2c\20SkPath\20const&\29::$_1::operator\28\29\28SkSpan\29\20const +4211:calc_dot_cross_cubic\28SkPoint\20const&\2c\20SkPoint\20const&\2c\20SkPoint\20const&\29 +4212:bracketProcessBoundary\28BracketData*\2c\20int\2c\20unsigned\20char\2c\20unsigned\20char\29 +4213:bracketAddOpening\28BracketData*\2c\20char16_t\2c\20int\29 +4214:bool\20std::__2::equal\5babi:ne180100\5d\28float\20const*\2c\20float\20const*\2c\20float\20const*\2c\20std::__2::__equal_to\29 +4215:bool\20std::__2::__is_pointer_in_range\5babi:nn180100\5d\28char\20const*\2c\20char\20const*\2c\20char\20const*\29 +4216:bool\20icu_74::\28anonymous\20namespace\29::equalBlocks\28unsigned\20short\20const*\2c\20unsigned\20short\20const*\2c\20int\29 +4217:bool\20hb_sanitize_context_t::check_array>\28OT::IntType\20const*\2c\20unsigned\20int\2c\20unsigned\20int\29\20const +4218:bool\20flutter::Equals\28std::__2::shared_ptr\20const&\2c\20std::__2::shared_ptr\20const&\29 +4219:bool\20SkIsFinite\28float\20const*\2c\20int\29\20\28.1005\29 +4220:bool\20OT::match_lookahead>\28OT::hb_ot_apply_context_t*\2c\20unsigned\20int\2c\20OT::IntType\20const*\2c\20bool\20\28*\29\28hb_glyph_info_t&\2c\20unsigned\20int\2c\20void\20const*\29\2c\20void\20const*\2c\20unsigned\20int\2c\20unsigned\20int*\29 +4221:bool\20OT::match_backtrack>\28OT::hb_ot_apply_context_t*\2c\20unsigned\20int\2c\20OT::IntType\20const*\2c\20bool\20\28*\29\28hb_glyph_info_t&\2c\20unsigned\20int\2c\20void\20const*\29\2c\20void\20const*\2c\20unsigned\20int*\29 +4222:bool\20OT::glyf_impl::Glyph::get_points\28hb_font_t*\2c\20OT::glyf_accelerator_t\20const&\2c\20contour_point_vector_t&\2c\20hb_glyf_scratch_t&\2c\20contour_point_vector_t*\2c\20head_maxp_info_t*\2c\20unsigned\20int*\2c\20bool\2c\20bool\2c\20bool\2c\20hb_array_t\2c\20unsigned\20int\2c\20unsigned\20int*\29\20const +4223:bool\20OT::glyf_accelerator_t::get_points\28hb_font_t*\2c\20unsigned\20int\2c\20OT::glyf_accelerator_t::points_aggregator_t\2c\20hb_array_t\2c\20hb_glyf_scratch_t&\29\20const +4224:bool\20OT::OffsetTo\2c\20void\2c\20true>::sanitize<>\28hb_sanitize_context_t*\2c\20void\20const*\29\20const +4225:bool\20OT::OffsetTo\2c\20void\2c\20true>::sanitize<>\28hb_sanitize_context_t*\2c\20void\20const*\29\20const +4226:bool\20OT::OffsetTo\2c\20OT::IntType\2c\20void\2c\20true>::sanitize<>\28hb_sanitize_context_t*\2c\20void\20const*\29\20const +4227:bool\20OT::OffsetTo\2c\20OT::IntType\2c\20void\2c\20true>::sanitize<>\28hb_sanitize_context_t*\2c\20void\20const*\29\20const +4228:bool\20OT::OffsetTo>\2c\20OT::IntType\2c\20void\2c\20false>::sanitize<>\28hb_sanitize_context_t*\2c\20void\20const*\29\20const +4229:bool\20OT::Condition::evaluate\28int\20const*\2c\20unsigned\20int\2c\20OT::ItemVarStoreInstancer*\29\20const +4230:blitrect\28SkBlitter*\2c\20SkIRect\20const&\29 +4231:blit_single_alpha\28AdditiveBlitter*\2c\20int\2c\20int\2c\20unsigned\20char\2c\20unsigned\20char\2c\20unsigned\20char*\2c\20bool\29 +4232:blit_aaa_trapezoid_row\28AdditiveBlitter*\2c\20int\2c\20int\2c\20int\2c\20int\2c\20int\2c\20int\2c\20int\2c\20unsigned\20char\2c\20unsigned\20char*\2c\20bool\29 +4233:atan +4234:append_index_uv_varyings\28GrGeometryProcessor::ProgramImpl::EmitArgs&\2c\20int\2c\20char\20const*\2c\20char\20const*\2c\20GrGLSLVarying*\2c\20GrGLSLVarying*\2c\20GrGLSLVarying*\29 +4235:antifillrect\28SkRect\20const&\2c\20SkBlitter*\29 +4236:af_property_get_face_globals +4237:af_latin_hints_link_segments +4238:af_latin_compute_stem_width +4239:af_latin_align_linked_edge +4240:af_iup_interp +4241:af_glyph_hints_save +4242:af_glyph_hints_done +4243:af_cjk_align_linked_edge +4244:add_stop_color\28SkRasterPipelineContexts::GradientCtx*\2c\20unsigned\20long\2c\20SkRGBA4f<\28SkAlphaType\292>\20const&\2c\20SkRGBA4f<\28SkAlphaType\292>\20const&\29 +4245:add_quad\28SkPoint\20const*\2c\20skia_private::TArray*\29 +4246:add_const_color\28SkRasterPipelineContexts::GradientCtx*\2c\20unsigned\20long\2c\20SkRGBA4f<\28SkAlphaType\292>\20const&\29 +4247:acos +4248:aaa_fill_path\28SkPathRaw\20const&\2c\20SkIRect\20const&\2c\20AdditiveBlitter*\2c\20int\2c\20int\2c\20bool\2c\20bool\2c\20bool\29 +4249:_res_findTableItem\28ResourceData\20const*\2c\20unsigned\20short\20const*\2c\20int\2c\20char\20const*\2c\20char\20const**\29 +4250:_iup_worker_interpolate +4251:_hb_head_t\29&>\28fp\29\2c\20std::forward>\28fp0\29\2c\20\28hb_priority<16u>\29\28\29\29\29>::type\20$_22::operator\28\29\29&\2c\20hb_pair_t>\28find_syllables_use\28hb_buffer_t*\29::'lambda'\28hb_pair_t\29&\2c\20hb_pair_t&&\29\20const +4252:_hb_font_adopt_var_coords\28hb_font_t*\2c\20int*\2c\20float*\2c\20unsigned\20int\29 +4253:_get_path\28OT::cff1::accelerator_t\20const*\2c\20hb_font_t*\2c\20unsigned\20int\2c\20hb_draw_session_t&\2c\20bool\2c\20CFF::point_t*\29 +4254:_get_bounds\28OT::cff1::accelerator_t\20const*\2c\20unsigned\20int\2c\20bounds_t&\2c\20bool\29 +4255:_getVariant\28char\20const*\2c\20char\2c\20icu_74::ByteSink&\2c\20signed\20char\29 +4256:_getStringOrCopyKey\28char\20const*\2c\20char\20const*\2c\20char\20const*\2c\20char\20const*\2c\20char\20const*\2c\20char\20const*\2c\20char16_t*\2c\20int\2c\20UErrorCode*\29 +4257:_enumPropertyStartsRange\28void\20const*\2c\20int\2c\20int\2c\20unsigned\20int\29 +4258:_canonicalize\28char\20const*\2c\20icu_74::ByteSink&\2c\20unsigned\20int\2c\20UErrorCode*\29 +4259:_appendUTF8\28unsigned\20char*\2c\20int\29 +4260:__trunctfdf2 +4261:__towrite +4262:__toread +4263:__subtf3 +4264:__strchrnul +4265:__rem_pio2f +4266:__rem_pio2 +4267:__overflow +4268:__math_uflowf +4269:__math_oflowf +4270:__fwritex +4271:__cxxabiv1::__class_type_info::process_static_type_below_dst\28__cxxabiv1::__dynamic_cast_info*\2c\20void\20const*\2c\20int\29\20const +4272:__cxxabiv1::__class_type_info::process_static_type_above_dst\28__cxxabiv1::__dynamic_cast_info*\2c\20void\20const*\2c\20void\20const*\2c\20int\29\20const +4273:__cxxabiv1::__class_type_info::process_found_base_class\28__cxxabiv1::__dynamic_cast_info*\2c\20void*\2c\20int\29\20const +4274:__cxxabiv1::__base_class_type_info::search_above_dst\28__cxxabiv1::__dynamic_cast_info*\2c\20void\20const*\2c\20void\20const*\2c\20int\2c\20bool\29\20const +4275:\28anonymous\20namespace\29::subdivide_cubic_to\28SkPathBuilder*\2c\20SkPoint\20const*\2c\20int\29 +4276:\28anonymous\20namespace\29::split_conic\28SkPoint\20const*\2c\20SkConic*\2c\20float\29 +4277:\28anonymous\20namespace\29::single_pass_shape\28GrStyledShape\20const&\29 +4278:\28anonymous\20namespace\29::shift_left\28skvx::Vec<4\2c\20float>\20const&\2c\20int\29 +4279:\28anonymous\20namespace\29::shape_contains_rect\28GrShape\20const&\2c\20SkMatrix\20const&\2c\20SkMatrix\20const&\2c\20SkRect\20const&\2c\20SkMatrix\20const&\2c\20bool\29 +4280:\28anonymous\20namespace\29::set_gl_stencil\28GrGLInterface\20const*\2c\20GrStencilSettings::Face\20const&\2c\20unsigned\20int\29 +4281:\28anonymous\20namespace\29::make_blend\28sk_sp\2c\20sk_sp\2c\20sk_sp\2c\20SkImageFilters::CropRect\20const&\2c\20std::__2::optional\2c\20bool\29::$_0::operator\28\29\28sk_sp\29\20const +4282:\28anonymous\20namespace\29::init_resb_result\28UResourceDataEntry*\2c\20unsigned\20int\2c\20char\20const*\2c\20int\2c\20UResourceDataEntry*\2c\20char\20const*\2c\20int\2c\20UResourceBundle*\2c\20UErrorCode*\29 +4283:\28anonymous\20namespace\29::get_tile_count\28SkIRect\20const&\2c\20int\29 +4284:\28anonymous\20namespace\29::getRange\28void\20const*\2c\20int\2c\20unsigned\20int\20\28*\29\28void\20const*\2c\20unsigned\20int\29\2c\20void\20const*\2c\20unsigned\20int*\29 +4285:\28anonymous\20namespace\29::generateGlyphPathStatic\28FT_FaceRec_*\2c\20SkPathBuilder*\29 +4286:\28anonymous\20namespace\29::generateFacePathCOLRv1\28FT_FaceRec_*\2c\20unsigned\20short\2c\20SkMatrix\20const*\29 +4287:\28anonymous\20namespace\29::gather_lines_and_quads\28SkPath\20const&\2c\20SkMatrix\20const&\2c\20SkIRect\20const&\2c\20float\2c\20bool\2c\20skia_private::TArray*\2c\20skia_private::TArray*\2c\20skia_private::TArray*\2c\20skia_private::TArray*\2c\20skia_private::TArray*\29::$_0::operator\28\29\28SkPoint\20const*\2c\20bool\29\20const +4288:\28anonymous\20namespace\29::convert_noninflect_cubic_to_quads_with_constraint\28SkPoint\20const*\2c\20float\2c\20SkPathFirstDirection\2c\20skia_private::TArray*\2c\20int\29 +4289:\28anonymous\20namespace\29::convert_noninflect_cubic_to_quads\28SkPoint\20const*\2c\20float\2c\20skia_private::TArray*\2c\20int\2c\20bool\2c\20bool\29 +4290:\28anonymous\20namespace\29::colrv1_configure_skpaint\28FT_FaceRec_*\2c\20SkSpan\20const&\2c\20unsigned\20int\2c\20FT_COLR_Paint_\20const&\2c\20SkPaint*\29::$_0::operator\28\29\28FT_ColorStopIterator_\20const&\2c\20std::__2::vector>&\2c\20std::__2::vector\2c\20std::__2::allocator>>&\29\20const +4291:\28anonymous\20namespace\29::bloat_quad\28SkPoint\20const*\2c\20SkMatrix\20const*\2c\20SkMatrix\20const*\2c\20\28anonymous\20namespace\29::BezierVertex*\29 +4292:\28anonymous\20namespace\29::TriangulatingPathOp::CreateMesh\28GrMeshDrawTarget*\2c\20sk_sp\2c\20int\2c\20int\29 +4293:\28anonymous\20namespace\29::TransformedMaskSubRun::~TransformedMaskSubRun\28\29 +4294:\28anonymous\20namespace\29::TransformedMaskSubRun::testingOnly_packedGlyphIDToGlyph\28sktext::gpu::StrikeCache*\29\20const +4295:\28anonymous\20namespace\29::StaticVertexAllocator::~StaticVertexAllocator\28\29 +4296:\28anonymous\20namespace\29::SkwasmParagraphPainter::toDlPaint\28skia::textlayout::ParagraphPainter::DecorationStyle\20const&\2c\20flutter::DlDrawStyle\29 +4297:\28anonymous\20namespace\29::SkMorphologyImageFilter::radii\28skif::Mapping\20const&\29\20const +4298:\28anonymous\20namespace\29::SkFTGeometrySink::goingTo\28FT_Vector_\20const*\29 +4299:\28anonymous\20namespace\29::SkCropImageFilter::cropRect\28skif::Mapping\20const&\29\20const +4300:\28anonymous\20namespace\29::ShapedRun::~ShapedRun\28\29 +4301:\28anonymous\20namespace\29::MemoryPoolAccessor::pool\28\29\20const +4302:\28anonymous\20namespace\29::DrawAtlasOpImpl::visitProxies\28std::__2::function\20const&\29\20const +4303:\28anonymous\20namespace\29::DrawAtlasOpImpl::programInfo\28\29 +4304:\28anonymous\20namespace\29::DrawAtlasOpImpl::onExecute\28GrOpFlushState*\2c\20SkRect\20const&\29 +4305:WebPMultARGBRow_C +4306:WebPGetFeaturesInternal +4307:WebPFreeDecBuffer +4308:WebPDemuxGetFrame +4309:VP8LInitBitReader +4310:VP8LDelete +4311:VP8LClear +4312:VP8InitBitReader +4313:VP8ExitCritical +4314:UDataMemory_createNewInstance_74 +4315:TrueMotion +4316:TransformOne_C +4317:T_CString_toUpperCase_74 +4318:TT_Vary_Apply_Glyph_Deltas +4319:TT_Set_Var_Design +4320:TT_Get_VMetrics +4321:Skwasm::Surface::_resizeSurface\28int\2c\20int\29 +4322:SkWuffsCodec::updateNumFullyReceivedFrames\28\29 +4323:SkWriter32::writeRegion\28SkRegion\20const&\29 +4324:SkWebpCodec::FrameHolder::~FrameHolder\28\29 +4325:SkVertices::Sizes::Sizes\28SkVertices::Desc\20const&\29 +4326:SkVertices::MakeCopy\28SkVertices::VertexMode\2c\20int\2c\20SkPoint\20const*\2c\20SkPoint\20const*\2c\20unsigned\20int\20const*\2c\20int\2c\20unsigned\20short\20const*\29 +4327:SkVertices::Builder::~Builder\28\29 +4328:SkVertices::Builder::detach\28\29 +4329:SkUnitScalarClampToByte\28float\29 +4330:SkUnicode_icu::getUtf8Words\28char\20const*\2c\20int\2c\20char\20const*\2c\20std::__2::vector>*\29::'lambda'\28unsigned\20long\29::operator\28\29\28unsigned\20long\29\20const +4331:SkUnicode_icu::extractPositions\28char\20const*\2c\20int\2c\20SkUnicode::BreakType\2c\20char\20const*\2c\20std::__2::function\20const&\29 +4332:SkUTF::ToUTF16\28int\2c\20unsigned\20short*\29 +4333:SkTypeface_FreeType::~SkTypeface_FreeType\28\29 +4334:SkTiff::ImageFileDirectory::getEntryUnsignedLong\28unsigned\20short\2c\20unsigned\20int\2c\20unsigned\20int*\29\20const +4335:SkTiff::ImageFileDirectory::MakeFromOffset\28sk_sp\2c\20bool\2c\20unsigned\20int\2c\20bool\29 +4336:SkTextBlobBuilder::allocInternal\28SkFont\20const&\2c\20SkTextBlob::GlyphPositioning\2c\20int\2c\20int\2c\20SkPoint\2c\20SkRect\20const*\29 +4337:SkTextBlob::RunRecord::textSizePtr\28\29\20const +4338:SkTSpan::markCoincident\28\29 +4339:SkTSect::markSpanGone\28SkTSpan*\29 +4340:SkTSect::computePerpendiculars\28SkTSect*\2c\20SkTSpan*\2c\20SkTSpan*\29 +4341:SkTMultiMap::insert\28skgpu::ScratchKey\20const&\2c\20GrGpuResource*\29 +4342:SkTDStorage::moveTail\28int\2c\20int\2c\20int\29 +4343:SkTDStorage::calculateSizeOrDie\28int\29 +4344:SkTDArray::append\28int\29 +4345:SkTDArray::append\28\29 +4346:SkTConic::hullIntersects\28SkDConic\20const&\2c\20bool*\29\20const +4347:SkTBlockList::pop_back\28\29 +4348:SkSurfaces::Raster\28SkImageInfo\20const&\2c\20SkSurfaceProps\20const*\29 +4349:SkSurface_Base::~SkSurface_Base\28\29 +4350:SkSurface_Base::aboutToDraw\28SkSurface::ContentChangeMode\29 +4351:SkSurfaceValidateRasterInfo\28SkImageInfo\20const&\2c\20unsigned\20long\29 +4352:SkStrokeRec::init\28SkPaint\20const&\2c\20SkPaint::Style\2c\20float\29 +4353:SkStrokeRec::getInflationRadius\28\29\20const +4354:SkString::printVAList\28char\20const*\2c\20void*\29 +4355:SkStrikeSpec::SkStrikeSpec\28SkStrikeSpec&&\29 +4356:SkStrikeSpec::MakeWithNoDevice\28SkFont\20const&\2c\20SkPaint\20const*\29 +4357:SkStrikeSpec::MakePath\28SkFont\20const&\2c\20SkPaint\20const&\2c\20SkSurfaceProps\20const&\2c\20SkScalerContextFlags\29 +4358:SkStrikeCache::findOrCreateStrike\28SkStrikeSpec\20const&\29 +4359:SkStrike::prepareForPath\28SkGlyph*\29 +4360:SkSpriteBlitter::SkSpriteBlitter\28SkPixmap\20const&\29 +4361:SkSpecialImage::~SkSpecialImage\28\29 +4362:SkSpecialImage::makeSubset\28SkIRect\20const&\29\20const +4363:SkSpecialImage::makePixelOutset\28\29\20const +4364:SkShapers::HB::ScriptRunIterator\28char\20const*\2c\20unsigned\20long\29 +4365:SkShaper::TrivialRunIterator::endOfCurrentRun\28\29\20const +4366:SkShaper::TrivialRunIterator::consume\28\29 +4367:SkShaper::TrivialRunIterator::atEnd\28\29\20const +4368:SkShaper::TrivialFontRunIterator::~TrivialFontRunIterator\28\29 +4369:SkShaders::MatrixRec::MatrixRec\28SkMatrix\20const&\29 +4370:SkShaderUtils::GLSLPrettyPrint::tabString\28\29 +4371:SkShaderBlurAlgorithm::Compute1DBlurKernel\28float\2c\20int\2c\20SkSpan\29 +4372:SkScanClipper::~SkScanClipper\28\29 +4373:SkScanClipper::SkScanClipper\28SkBlitter*\2c\20SkRegion\20const*\2c\20SkIRect\20const&\2c\20bool\2c\20bool\29 +4374:SkScan::HairLineRgn\28SkPoint\20const*\2c\20int\2c\20SkRegion\20const*\2c\20SkBlitter*\29 +4375:SkScan::FillTriangle\28SkPoint\20const*\2c\20SkRasterClip\20const&\2c\20SkBlitter*\29 +4376:SkScan::FillPath\28SkPathRaw\20const&\2c\20SkRasterClip\20const&\2c\20SkBlitter*\29 +4377:SkScan::FillIRect\28SkIRect\20const&\2c\20SkRasterClip\20const&\2c\20SkBlitter*\29 +4378:SkScan::AntiHairLine\28SkPoint\20const*\2c\20int\2c\20SkRasterClip\20const&\2c\20SkBlitter*\29 +4379:SkScan::AntiHairLineRgn\28SkPoint\20const*\2c\20int\2c\20SkRegion\20const*\2c\20SkBlitter*\29 +4380:SkScan::AntiFillXRect\28SkIRect\20const&\2c\20SkRegion\20const*\2c\20SkBlitter*\29 +4381:SkScan::AntiFillPath\28SkPathRaw\20const&\2c\20SkRegion\20const&\2c\20SkBlitter*\2c\20bool\29 +4382:SkScalerContext_FreeType::updateGlyphBoundsIfSubpixel\28SkGlyph\20const&\2c\20SkRect*\2c\20bool\29 +4383:SkScalerContextRec::CachedMaskGamma\28unsigned\20char\2c\20unsigned\20char\29 +4384:SkScalerContextFTUtils::drawSVGGlyph\28FT_FaceRec_*\2c\20SkGlyph\20const&\2c\20unsigned\20int\2c\20SkSpan\2c\20SkCanvas*\29\20const +4385:SkScalerContext::~SkScalerContext\28\29 +4386:SkSTArenaAlloc<3332ul>::SkSTArenaAlloc\28unsigned\20long\29 +4387:SkSTArenaAlloc<2736ul>::SkSTArenaAlloc\28unsigned\20long\29 +4388:SkSTArenaAlloc<2048ul>::SkSTArenaAlloc\28unsigned\20long\29 +4389:SkSL::type_is_valid_for_coords\28SkSL::Type\20const&\29 +4390:SkSL::simplify_negation\28SkSL::Context\20const&\2c\20SkSL::Position\2c\20SkSL::Expression\20const&\29 +4391:SkSL::simplify_matrix_multiplication\28SkSL::Context\20const&\2c\20SkSL::Position\2c\20SkSL::Expression\20const&\2c\20SkSL::Expression\20const&\2c\20int\2c\20int\2c\20int\2c\20int\29 +4392:SkSL::simplify_componentwise\28SkSL::Context\20const&\2c\20SkSL::Position\2c\20SkSL::Expression\20const&\2c\20SkSL::Operator\2c\20SkSL::Expression\20const&\29 +4393:SkSL::replace_empty_with_nop\28std::__2::unique_ptr>\2c\20bool\29 +4394:SkSL::find_generic_index\28SkSL::Type\20const&\2c\20SkSL::Type\20const&\2c\20bool\29 +4395:SkSL::evaluate_intrinsic_numeric\28SkSL::Context\20const&\2c\20std::__2::array\20const&\2c\20SkSL::Type\20const&\2c\20double\20\28*\29\28double\2c\20double\2c\20double\29\29 +4396:SkSL::eliminate_unreachable_code\28SkSpan>>\2c\20SkSL::ProgramUsage*\29::UnreachableCodeEliminator::~UnreachableCodeEliminator\28\29 +4397:SkSL::coalesce_n_way_vector\28SkSL::Expression\20const*\2c\20SkSL::Expression\20const*\2c\20double\2c\20SkSL::Type\20const&\2c\20double\20\28*\29\28double\2c\20double\2c\20double\29\2c\20double\20\28*\29\28double\29\29 +4398:SkSL::check_main_signature\28SkSL::Context\20const&\2c\20SkSL::Position\2c\20SkSL::Type\20const&\2c\20skia_private::TArray>\2c\20true>&\29::$_0::operator\28\29\28int\29\20const +4399:SkSL::build_argument_type_list\28SkSpan>\20const>\29 +4400:SkSL::\28anonymous\20namespace\29::SwitchCaseContainsExit::visitStatement\28SkSL::Statement\20const&\29 +4401:SkSL::\28anonymous\20namespace\29::ReturnsInputAlphaVisitor::returnsInputAlpha\28SkSL::Expression\20const&\29 +4402:SkSL::\28anonymous\20namespace\29::FinalizationVisitor::~FinalizationVisitor\28\29 +4403:SkSL::\28anonymous\20namespace\29::ES2IndexingVisitor::~ES2IndexingVisitor\28\29 +4404:SkSL::\28anonymous\20namespace\29::ConstantExpressionVisitor::visitExpression\28SkSL::Expression\20const&\29 +4405:SkSL::Variable::~Variable\28\29 +4406:SkSL::Variable::Make\28SkSL::Position\2c\20SkSL::Position\2c\20SkSL::Layout\20const&\2c\20SkSL::ModifierFlags\2c\20SkSL::Type\20const*\2c\20std::__2::basic_string_view>\2c\20std::__2::basic_string\2c\20std::__2::allocator>\2c\20bool\2c\20SkSL::VariableStorage\29 +4407:SkSL::Variable::Convert\28SkSL::Context\20const&\2c\20SkSL::Position\2c\20SkSL::Position\2c\20SkSL::Layout\20const&\2c\20SkSL::ModifierFlags\2c\20SkSL::Type\20const*\2c\20SkSL::Position\2c\20std::__2::basic_string_view>\2c\20SkSL::VariableStorage\29 +4408:SkSL::VarDeclaration::~VarDeclaration\28\29 +4409:SkSL::VarDeclaration::Make\28SkSL::Context\20const&\2c\20SkSL::Variable*\2c\20SkSL::Type\20const*\2c\20int\2c\20std::__2::unique_ptr>\29 +4410:SkSL::Type::isStorageTexture\28\29\20const +4411:SkSL::Type::convertArraySize\28SkSL::Context\20const&\2c\20SkSL::Position\2c\20SkSL::Position\2c\20long\20long\29\20const +4412:SkSL::Type::MakeSamplerType\28char\20const*\2c\20SkSL::Type\20const&\29 +4413:SkSL::Transform::HoistSwitchVarDeclarationsAtTopLevel\28SkSL::Context\20const&\2c\20skia_private::STArray<2\2c\20std::__2::unique_ptr>\2c\20true>&\2c\20SkSL::SymbolTable&\2c\20SkSL::Position\29::HoistSwitchVarDeclsVisitor::~HoistSwitchVarDeclsVisitor\28\29 +4414:SkSL::Transform::EliminateDeadGlobalVariables\28SkSL::Program&\29::$_2::operator\28\29\28SkSL::ProgramElement\20const&\29\20const +4415:SkSL::TernaryExpression::~TernaryExpression\28\29 +4416:SkSL::SymbolTable::SymbolKey::operator==\28SkSL::SymbolTable::SymbolKey\20const&\29\20const +4417:SkSL::StructType::slotCount\28\29\20const +4418:SkSL::SingleArgumentConstructor::~SingleArgumentConstructor\28\29 +4419:SkSL::RP::UnownedLValueSlice::~UnownedLValueSlice\28\29 +4420:SkSL::RP::SlotManager::createSlots\28std::__2::basic_string\2c\20std::__2::allocator>\2c\20SkSL::Type\20const&\2c\20SkSL::Position\2c\20bool\29 +4421:SkSL::RP::SlotManager::addSlotDebugInfoForGroup\28std::__2::basic_string\2c\20std::__2::allocator>\20const&\2c\20SkSL::Type\20const&\2c\20SkSL::Position\2c\20int*\2c\20bool\29 +4422:SkSL::RP::Program::makeStages\28skia_private::TArray*\2c\20SkArenaAlloc*\2c\20SkSpan\2c\20SkSL::RP::Program::SlotData\20const&\29\20const::$_4::operator\28\29\28\29\20const +4423:SkSL::RP::Program::makeStages\28skia_private::TArray*\2c\20SkArenaAlloc*\2c\20SkSpan\2c\20SkSL::RP::Program::SlotData\20const&\29\20const::$_1::operator\28\29\28int\29\20const +4424:SkSL::RP::Program::appendCopySlotsMasked\28skia_private::TArray*\2c\20SkArenaAlloc*\2c\20unsigned\20int\2c\20unsigned\20int\2c\20int\29\20const +4425:SkSL::RP::LValueSlice::~LValueSlice\28\29 +4426:SkSL::RP::Generator::pushTraceScopeMask\28\29 +4427:SkSL::RP::Generator::pushTernaryExpression\28SkSL::Expression\20const&\2c\20SkSL::Expression\20const&\2c\20SkSL::Expression\20const&\29 +4428:SkSL::RP::Generator::pushStructuredComparison\28SkSL::RP::LValue*\2c\20SkSL::Operator\2c\20SkSL::RP::LValue*\2c\20SkSL::Type\20const&\29 +4429:SkSL::RP::Generator::pushPrefixExpression\28SkSL::Operator\2c\20SkSL::Expression\20const&\29 +4430:SkSL::RP::Generator::pushMatrixMultiply\28SkSL::RP::LValue*\2c\20SkSL::Expression\20const&\2c\20SkSL::Expression\20const&\2c\20int\2c\20int\2c\20int\2c\20int\29 +4431:SkSL::RP::Generator::pushAbsFloatIntrinsic\28int\29 +4432:SkSL::RP::Generator::needsReturnMask\28SkSL::FunctionDefinition\20const*\29 +4433:SkSL::RP::Generator::needsFunctionResultSlots\28SkSL::FunctionDefinition\20const*\29 +4434:SkSL::RP::Generator::foldWithMultiOp\28SkSL::RP::BuilderOp\2c\20int\29 +4435:SkSL::RP::Generator::GetTypedOp\28SkSL::Type\20const&\2c\20SkSL::RP::Generator::TypedOps\20const&\29 +4436:SkSL::RP::DynamicIndexLValue::~DynamicIndexLValue\28\29 +4437:SkSL::RP::Builder::select\28int\29 +4438:SkSL::RP::Builder::push_uniform\28SkSL::RP::SlotRange\29 +4439:SkSL::RP::Builder::pop_loop_mask\28\29 +4440:SkSL::RP::Builder::merge_condition_mask\28\29 +4441:SkSL::RP::Builder::branch_if_no_active_lanes_on_stack_top_equal\28int\2c\20int\29 +4442:SkSL::RP::AutoStack&\20std::__2::optional::emplace\5babi:ne180100\5d\28SkSL::RP::Generator*&\29 +4443:SkSL::ProgramUsage::add\28SkSL::ProgramElement\20const&\29 +4444:SkSL::PipelineStage::PipelineStageCodeGenerator::modifierString\28SkSL::ModifierFlags\29 +4445:SkSL::PipelineStage::ConvertProgram\28SkSL::Program\20const&\2c\20char\20const*\2c\20char\20const*\2c\20char\20const*\2c\20SkSL::PipelineStage::Callbacks*\29 +4446:SkSL::Parser::unsizedArrayType\28SkSL::Type\20const*\2c\20SkSL::Position\29 +4447:SkSL::Parser::unaryExpression\28\29 +4448:SkSL::Parser::swizzle\28SkSL::Position\2c\20std::__2::unique_ptr>\2c\20std::__2::basic_string_view>\2c\20SkSL::Position\29 +4449:SkSL::Parser::poison\28SkSL::Position\29 +4450:SkSL::Parser::checkIdentifier\28SkSL::Token*\29 +4451:SkSL::Parser::block\28bool\2c\20std::__2::unique_ptr>*\29 +4452:SkSL::Parser::Checkpoint::ForwardingErrorReporter::~ForwardingErrorReporter\28\29 +4453:SkSL::Operator::getBinaryPrecedence\28\29\20const +4454:SkSL::MultiArgumentConstructor::~MultiArgumentConstructor\28\29 +4455:SkSL::ModuleLoader::loadGPUModule\28SkSL::Compiler*\29 +4456:SkSL::ModifierFlags::checkPermittedFlags\28SkSL::Context\20const&\2c\20SkSL::Position\2c\20SkSL::ModifierFlags\29\20const +4457:SkSL::Mangler::uniqueName\28std::__2::basic_string_view>\2c\20SkSL::SymbolTable*\29 +4458:SkSL::LiteralType::slotType\28unsigned\20long\29\20const +4459:SkSL::Literal::MakeFloat\28SkSL::Position\2c\20float\2c\20SkSL::Type\20const*\29 +4460:SkSL::Literal::MakeBool\28SkSL::Position\2c\20bool\2c\20SkSL::Type\20const*\29 +4461:SkSL::Layout::checkPermittedLayout\28SkSL::Context\20const&\2c\20SkSL::Position\2c\20SkEnumBitMask\29\20const +4462:SkSL::IfStatement::Make\28SkSL::Context\20const&\2c\20SkSL::Position\2c\20std::__2::unique_ptr>\2c\20std::__2::unique_ptr>\2c\20std::__2::unique_ptr>\29 +4463:SkSL::IRHelpers::Binary\28std::__2::unique_ptr>\2c\20SkSL::Operator\2c\20std::__2::unique_ptr>\29\20const +4464:SkSL::GlobalVarDeclaration::~GlobalVarDeclaration\28\29_6573 +4465:SkSL::GlobalVarDeclaration::~GlobalVarDeclaration\28\29 +4466:SkSL::GLSLCodeGenerator::~GLSLCodeGenerator\28\29 +4467:SkSL::GLSLCodeGenerator::writeLiteral\28SkSL::Literal\20const&\29 +4468:SkSL::GLSLCodeGenerator::writeFunctionDeclaration\28SkSL::FunctionDeclaration\20const&\29 +4469:SkSL::GLSLCodeGenerator::shouldRewriteVoidTypedFunctions\28SkSL::FunctionDeclaration\20const*\29\20const +4470:SkSL::FunctionDefinition::Convert\28SkSL::Context\20const&\2c\20SkSL::Position\2c\20SkSL::FunctionDeclaration\20const&\2c\20std::__2::unique_ptr>\29::Finalizer::~Finalizer\28\29 +4471:SkSL::ForStatement::Make\28SkSL::Context\20const&\2c\20SkSL::Position\2c\20SkSL::ForLoopPositions\2c\20std::__2::unique_ptr>\2c\20std::__2::unique_ptr>\2c\20std::__2::unique_ptr>\2c\20std::__2::unique_ptr>\2c\20std::__2::unique_ptr>\2c\20std::__2::unique_ptr>\29 +4472:SkSL::Expression::isIncomplete\28SkSL::Context\20const&\29\20const +4473:SkSL::Expression::compareConstant\28SkSL::Expression\20const&\29\20const +4474:SkSL::DoStatement::~DoStatement\28\29 +4475:SkSL::DebugTracePriv::~DebugTracePriv\28\29 +4476:SkSL::ConstructorArrayCast::Make\28SkSL::Context\20const&\2c\20SkSL::Position\2c\20SkSL::Type\20const&\2c\20std::__2::unique_ptr>\29 +4477:SkSL::ConstructorArray::~ConstructorArray\28\29 +4478:SkSL::ConstantFolder::GetConstantValueOrNull\28SkSL::Expression\20const&\29 +4479:SkSL::Compiler::runInliner\28SkSL::Inliner*\2c\20std::__2::vector>\2c\20std::__2::allocator>>>\20const&\2c\20SkSL::SymbolTable*\2c\20SkSL::ProgramUsage*\29 +4480:SkSL::Block::~Block\28\29 +4481:SkSL::BinaryExpression::~BinaryExpression\28\29 +4482:SkSL::BinaryExpression::Make\28SkSL::Context\20const&\2c\20SkSL::Position\2c\20std::__2::unique_ptr>\2c\20SkSL::Operator\2c\20std::__2::unique_ptr>\2c\20SkSL::Type\20const*\29 +4483:SkSL::Analysis::GetReturnComplexity\28SkSL::FunctionDefinition\20const&\29 +4484:SkSL::Analysis::FindFunctionsToSpecialize\28SkSL::Program\20const&\2c\20SkSL::Analysis::SpecializationInfo*\2c\20std::__2::function\20const&\29::Searcher::~Searcher\28\29 +4485:SkSL::Analysis::CheckProgramStructure\28SkSL::Program\20const&\29::ProgramStructureVisitor::~ProgramStructureVisitor\28\29 +4486:SkSL::Analysis::CallsColorTransformIntrinsics\28SkSL::Program\20const&\29 +4487:SkSL::AliasType::bitWidth\28\29\20const +4488:SkRuntimeShader::uniformData\28SkColorSpace\20const*\29\20const +4489:SkRuntimeEffectPriv::VarAsUniform\28SkSL::Variable\20const&\2c\20SkSL::Context\20const&\2c\20unsigned\20long*\29 +4490:SkRuntimeEffect::makeShader\28sk_sp\2c\20SkSpan\2c\20SkMatrix\20const*\29\20const +4491:SkRuntimeEffect::MakeForShader\28SkString\29 +4492:SkRgnBuilder::~SkRgnBuilder\28\29 +4493:SkResourceCache::~SkResourceCache\28\29 +4494:SkResourceCache::purgeAsNeeded\28bool\29 +4495:SkResourceCache::checkMessages\28\29 +4496:SkResourceCache::Key::operator==\28SkResourceCache::Key\20const&\29\20const +4497:SkRegion::translate\28int\2c\20int\2c\20SkRegion*\29\20const +4498:SkRegion::quickReject\28SkIRect\20const&\29\20const +4499:SkRegion::op\28SkRegion\20const&\2c\20SkIRect\20const&\2c\20SkRegion::Op\29 +4500:SkRegion::getBoundaryPath\28\29\20const +4501:SkRegion::RunHead::findScanline\28int\29\20const +4502:SkRegion::RunHead::Alloc\28int\29 +4503:SkReduceOrder::Cubic\28SkPoint\20const*\2c\20SkPoint*\29 +4504:SkRect::offset\28float\2c\20float\29 +4505:SkRect*\20SkRecordCanvas::copy\28SkRect\20const*\29 +4506:SkRecords::PreCachedPath::PreCachedPath\28SkPath\20const&\29 +4507:SkRecords::FillBounds::pushSaveBlock\28SkPaint\20const*\2c\20bool\29 +4508:SkRecordDraw\28SkRecord\20const&\2c\20SkCanvas*\2c\20SkPicture\20const*\20const*\2c\20SkDrawable*\20const*\2c\20int\2c\20SkBBoxHierarchy\20const*\2c\20SkPicture::AbortCallback*\29 +4509:SkRecordCanvas::~SkRecordCanvas\28\29 +4510:SkRasterPipelineBlitter::~SkRasterPipelineBlitter\28\29 +4511:SkRasterPipelineBlitter::blitRect\28int\2c\20int\2c\20int\2c\20int\29 +4512:SkRasterPipelineBlitter::blitMask\28SkMask\20const&\2c\20SkIRect\20const&\29::$_0::operator\28\29\28int\2c\20SkRasterPipelineContexts::MemoryCtx*\29\20const +4513:SkRasterPipelineBlitter::blitMask\28SkMask\20const&\2c\20SkIRect\20const&\29 +4514:SkRasterPipeline::appendLoad\28SkColorType\2c\20SkRasterPipelineContexts::MemoryCtx\20const*\29 +4515:SkRasterClip::op\28SkPath\20const&\2c\20SkMatrix\20const&\2c\20SkClipOp\2c\20bool\29 +4516:SkRasterClip::convertToAA\28\29 +4517:SkRRectPriv::ConservativeIntersect\28SkRRect\20const&\2c\20SkRRect\20const&\29::$_1::operator\28\29\28SkRect\20const&\2c\20SkRRect::Corner\29\20const +4518:SkRRectPriv::ConservativeIntersect\28SkRRect\20const&\2c\20SkRRect\20const&\29 +4519:SkRGBA4f<\28SkAlphaType\292>*\20SkArenaAlloc::makeArray>\28unsigned\20long\29 +4520:SkQuadConstruct::initWithStart\28SkQuadConstruct*\29 +4521:SkQuadConstruct::initWithEnd\28SkQuadConstruct*\29 +4522:SkPointPriv::DistanceToLineBetweenSqd\28SkPoint\20const&\2c\20SkPoint\20const&\2c\20SkPoint\20const&\2c\20SkPointPriv::Side*\29 +4523:SkPoint::setNormalize\28float\2c\20float\29 +4524:SkPoint::setLength\28float\2c\20float\2c\20float\29 +4525:SkPixmap::setColorSpace\28sk_sp\29 +4526:SkPixmap::rowBytesAsPixels\28\29\20const +4527:SkPixelRef::getGenerationID\28\29\20const +4528:SkPictureRecorder::beginRecording\28SkRect\20const&\2c\20SkBBHFactory*\29 +4529:SkPicture::~SkPicture\28\29 +4530:SkPerlinNoiseShader::PaintingData::random\28\29 +4531:SkPathWriter::~SkPathWriter\28\29 +4532:SkPathWriter::update\28SkOpPtT\20const*\29 +4533:SkPathWriter::lineTo\28\29 +4534:SkPathWriter::SkPathWriter\28SkPathFillType\29 +4535:SkPathStroker::strokeCloseEnough\28SkPoint\20const*\2c\20SkPoint\20const*\2c\20SkQuadConstruct*\29\20const +4536:SkPathStroker::setRayPts\28SkPoint\20const&\2c\20SkPoint*\2c\20SkPoint*\2c\20SkPoint*\29\20const +4537:SkPathStroker::quadPerpRay\28SkPoint\20const*\2c\20float\2c\20SkPoint*\2c\20SkPoint*\2c\20SkPoint*\29\20const +4538:SkPathStroker::finishContour\28bool\2c\20bool\29 +4539:SkPathStroker::conicPerpRay\28SkConic\20const&\2c\20float\2c\20SkPoint*\2c\20SkPoint*\2c\20SkPoint*\29\20const +4540:SkPathRef::isRRect\28\29\20const +4541:SkPathRef::isOval\28\29\20const +4542:SkPathRawShapes::Rect::Rect\28SkRect\20const&\2c\20SkPathDirection\2c\20unsigned\20int\29 +4543:SkPathRawShapes::RRect::RRect\28SkRRect\20const&\2c\20SkPathDirection\2c\20unsigned\20int\29 +4544:SkPathPriv::ComputeFirstDirection\28SkPath\20const&\29 +4545:SkPathPriv::AddGenIDChangeListener\28SkPath\20const&\2c\20sk_sp\29 +4546:SkPathDirection_ToConvexity\28SkPathDirection\29 +4547:SkPathBuilder::privateReversePathTo\28SkPath\20const&\29 +4548:SkPathBuilder::operator=\28SkPath\20const&\29 +4549:SkPathBuilder::incReserve\28int\2c\20int\2c\20int\29 +4550:SkPathBuilder::computeBounds\28\29\20const +4551:SkPathBuilder::arcTo\28SkRect\20const&\2c\20float\2c\20float\2c\20bool\29::$_0::operator\28\29\28SkPoint\20const&\29\20const +4552:SkPathBuilder::addRaw\28SkPathRaw\20const&\29 +4553:SkPathBuilder::addPolygon\28SkSpan\2c\20bool\29 +4554:SkPathBuilder::addPath\28SkPath\20const&\2c\20SkMatrix\20const&\2c\20SkPath::AddPathMode\29 +4555:SkPathBuilder::addOval\28SkRect\20const&\2c\20SkPathDirection\29 +4556:SkPath::transform\28SkMatrix\20const&\2c\20SkPath*\29\20const +4557:SkPath::isRRect\28SkRRect*\29\20const +4558:SkPath::isOval\28SkRect*\29\20const +4559:SkPath::isLastContourClosed\28\29\20const +4560:SkPath::cubicTo\28float\2c\20float\2c\20float\2c\20float\2c\20float\2c\20float\29 +4561:SkPath::contains\28float\2c\20float\29\20const +4562:SkPath::conicTo\28float\2c\20float\2c\20float\2c\20float\2c\20float\29 +4563:SkPath::arcTo\28SkRect\20const&\2c\20float\2c\20float\2c\20bool\29::$_0::operator\28\29\28SkPoint\20const&\29\20const +4564:SkPath::addRaw\28SkPathRaw\20const&\29 +4565:SkPath::addOval\28SkRect\20const&\2c\20SkPathDirection\2c\20unsigned\20int\29 +4566:SkPath::Iter::autoClose\28SkPoint*\29 +4567:SkPath&\20std::__2::optional::emplace\5babi:ne180100\5d\28SkPath&&\29 +4568:SkPaintToGrPaintReplaceShader\28skgpu::ganesh::SurfaceDrawContext*\2c\20SkPaint\20const&\2c\20SkMatrix\20const&\2c\20std::__2::unique_ptr>\2c\20GrPaint*\29 +4569:SkPaint::getBlendMode_or\28SkBlendMode\29\20const +4570:SkPaint*\20SkOptAddressOrNull\28std::__2::optional&\29 +4571:SkPackedGlyphID::PackIDSkPoint\28unsigned\20short\2c\20SkPoint\2c\20SkIPoint\29 +4572:SkOpSpanBase::checkForCollapsedCoincidence\28\29 +4573:SkOpSpan::setWindSum\28int\29 +4574:SkOpSegment::updateWindingReverse\28SkOpAngle\20const*\29 +4575:SkOpSegment::match\28SkOpPtT\20const*\2c\20SkOpSegment\20const*\2c\20double\2c\20SkPoint\20const&\29\20const +4576:SkOpSegment::markWinding\28SkOpSpan*\2c\20int\2c\20int\29 +4577:SkOpSegment::markAngle\28int\2c\20int\2c\20int\2c\20int\2c\20SkOpAngle\20const*\2c\20SkOpSpanBase**\29 +4578:SkOpSegment::markAngle\28int\2c\20int\2c\20SkOpAngle\20const*\2c\20SkOpSpanBase**\29 +4579:SkOpSegment::markAndChaseWinding\28SkOpSpanBase*\2c\20SkOpSpanBase*\2c\20int\2c\20int\2c\20SkOpSpanBase**\29 +4580:SkOpSegment::markAllDone\28\29 +4581:SkOpSegment::dSlopeAtT\28double\29\20const +4582:SkOpSegment::addT\28double\2c\20SkPoint\20const&\29 +4583:SkOpSegment::activeWinding\28SkOpSpanBase*\2c\20SkOpSpanBase*\29 +4584:SkOpPtT::oppPrev\28SkOpPtT\20const*\29\20const +4585:SkOpPtT::contains\28SkOpSegment\20const*\29\20const +4586:SkOpPtT::Overlaps\28SkOpPtT\20const*\2c\20SkOpPtT\20const*\2c\20SkOpPtT\20const*\2c\20SkOpPtT\20const*\2c\20SkOpPtT\20const**\2c\20SkOpPtT\20const**\29 +4587:SkOpEdgeBuilder::closeContour\28SkPoint\20const&\2c\20SkPoint\20const&\29 +4588:SkOpCoincidence::expand\28\29 +4589:SkOpCoincidence::Ordered\28SkOpSegment\20const*\2c\20SkOpSegment\20const*\29 +4590:SkOpCoincidence::Ordered\28SkOpPtT\20const*\2c\20SkOpPtT\20const*\29 +4591:SkOpAngle::orderable\28SkOpAngle*\29 +4592:SkOpAngle::lineOnOneSide\28SkDPoint\20const&\2c\20SkDVector\20const&\2c\20SkOpAngle\20const*\2c\20bool\29\20const +4593:SkOpAngle::computeSector\28\29 +4594:SkNoPixelsDevice::SkNoPixelsDevice\28SkIRect\20const&\2c\20SkSurfaceProps\20const&\2c\20sk_sp\29 +4595:SkMipmapAccessor::SkMipmapAccessor\28SkImage_Base\20const*\2c\20SkMatrix\20const&\2c\20SkMipmapMode\29::$_0::operator\28\29\28\29\20const +4596:SkMessageBus::Get\28\29 +4597:SkMessageBus::Get\28\29 +4598:SkMessageBus::BufferFinishedMessage\2c\20GrDirectContext::DirectContextID\2c\20false>::Get\28\29 +4599:SkMessageBus::Get\28\29 +4600:SkMeshPriv::CpuBuffer::~CpuBuffer\28\29_3727 +4601:SkMatrixPriv::InverseMapRect\28SkMatrix\20const&\2c\20SkRect*\2c\20SkRect\20const&\29 +4602:SkMatrix::mapPointsToHomogeneous\28SkSpan\2c\20SkSpan\29\20const +4603:SkMatrix::getMinMaxScales\28float*\29\20const +4604:SkMatrix::PolyToPoly\28SkSpan\2c\20SkSpan\29 +4605:SkMaskBuilder::PrepareDestination\28int\2c\20int\2c\20SkMask\20const&\29 +4606:SkM44::preTranslate\28float\2c\20float\2c\20float\29 +4607:SkM44::preConcat\28SkMatrix\20const&\29::$_0::operator\28\29\28float\2c\20float\2c\20float\29\20const +4608:SkM44::preConcat\28SkMatrix\20const&\29 +4609:SkM44::postConcat\28SkM44\20const&\29 +4610:SkLineParameters::cubicEndPoints\28SkDCubic\20const&\2c\20int\2c\20int\29 +4611:SkLRUCache>\2c\20skia::textlayout::ParagraphCache::KeyHash\2c\20SkNoOpPurge>::Entry::~Entry\28\29 +4612:SkLRUCache>\2c\20GrGLGpu::ProgramCache::DescHash\2c\20SkNoOpPurge>::reset\28\29 +4613:SkLRUCache>\2c\20GrGLGpu::ProgramCache::DescHash\2c\20SkNoOpPurge>::Entry::~Entry\28\29 +4614:SkKnownRuntimeEffects::\28anonymous\20namespace\29::make_matrix_conv_shader\28SkKnownRuntimeEffects::\28anonymous\20namespace\29::MatrixConvolutionImpl\2c\20SkKnownRuntimeEffects::StableKey\29 +4615:SkJSONWriter::separator\28bool\29 +4616:SkJSONWriter::appendString\28char\20const*\2c\20unsigned\20long\29 +4617:SkJSONWriter::appendS32\28char\20const*\2c\20int\29 +4618:SkInvert4x4Matrix\28float\20const*\2c\20float*\29 +4619:SkIntersections::intersectRay\28SkDQuad\20const&\2c\20SkDLine\20const&\29 +4620:SkIntersections::intersectRay\28SkDLine\20const&\2c\20SkDLine\20const&\29 +4621:SkIntersections::intersectRay\28SkDCubic\20const&\2c\20SkDLine\20const&\29 +4622:SkIntersections::intersectRay\28SkDConic\20const&\2c\20SkDLine\20const&\29 +4623:SkIntersections::computePoints\28SkDLine\20const&\2c\20int\29 +4624:SkIntersections::cleanUpParallelLines\28bool\29 +4625:SkImage_Raster::SkImage_Raster\28SkImageInfo\20const&\2c\20sk_sp\2c\20unsigned\20long\2c\20unsigned\20int\29 +4626:SkImage_Lazy::~SkImage_Lazy\28\29_5469 +4627:SkImage_Lazy::Validator::~Validator\28\29 +4628:SkImage_Lazy::Validator::Validator\28sk_sp\2c\20SkColorType\20const*\2c\20sk_sp\29 +4629:SkImage_Lazy::SkImage_Lazy\28SkImage_Lazy::Validator*\29 +4630:SkImage_Ganesh::~SkImage_Ganesh\28\29 +4631:SkImage_Ganesh::ProxyChooser::chooseProxy\28GrRecordingContext*\29 +4632:SkImage_Base::isYUVA\28\29\20const +4633:SkImageShader::MakeSubset\28sk_sp\2c\20SkRect\20const&\2c\20SkTileMode\2c\20SkTileMode\2c\20SkSamplingOptions\20const&\2c\20SkMatrix\20const*\2c\20bool\29 +4634:SkImageShader::CubicResamplerMatrix\28float\2c\20float\29 +4635:SkImageInfo::minRowBytes64\28\29\20const +4636:SkImageInfo::MakeN32Premul\28SkISize\29 +4637:SkImageGenerator::getPixels\28SkPixmap\20const&\29 +4638:SkImageFilters::Blend\28SkBlendMode\2c\20sk_sp\2c\20sk_sp\2c\20SkImageFilters::CropRect\20const&\29 +4639:SkImageFilter_Base::getCTMCapability\28\29\20const +4640:SkImageFilter_Base::filterImage\28skif::Context\20const&\29\20const +4641:SkImageFilter_Base::affectsTransparentBlack\28\29\20const +4642:SkImageFilterCacheKey::operator==\28SkImageFilterCacheKey\20const&\29\20const +4643:SkImage::readPixels\28GrDirectContext*\2c\20SkPixmap\20const&\2c\20int\2c\20int\2c\20SkImage::CachingHint\29\20const +4644:SkIcuBreakIteratorCache::makeBreakIterator\28SkUnicode::BreakType\2c\20char\20const*\29::'lambda'\28UBreakIterator\20const*\29::operator\28\29\28UBreakIterator\20const*\29\20const +4645:SkIcuBreakIteratorCache::makeBreakIterator\28SkUnicode::BreakType\2c\20char\20const*\29 +4646:SkIcuBreakIteratorCache::get\28\29 +4647:SkIRect\20skif::Mapping::map\28SkIRect\20const&\2c\20SkMatrix\20const&\29 +4648:SkIDChangeListener::List::~List\28\29 +4649:SkIDChangeListener::List::add\28sk_sp\29 +4650:SkGradientShader::MakeSweep\28float\2c\20float\2c\20SkRGBA4f<\28SkAlphaType\293>\20const*\2c\20sk_sp\2c\20float\20const*\2c\20int\2c\20SkTileMode\2c\20float\2c\20float\2c\20SkGradientShader::Interpolation\20const&\2c\20SkMatrix\20const*\29 +4651:SkGradientShader::MakeRadial\28SkPoint\20const&\2c\20float\2c\20SkRGBA4f<\28SkAlphaType\293>\20const*\2c\20sk_sp\2c\20float\20const*\2c\20int\2c\20SkTileMode\2c\20SkGradientShader::Interpolation\20const&\2c\20SkMatrix\20const*\29 +4652:SkGradientBaseShader::AppendInterpolatedToDstStages\28SkRasterPipeline*\2c\20SkArenaAlloc*\2c\20bool\2c\20SkGradientShader::Interpolation\20const&\2c\20SkColorSpace\20const*\2c\20SkColorSpace\20const*\29 +4653:SkGlyph::mask\28\29\20const +4654:SkFontScanner_FreeType::openFace\28SkStreamAsset*\2c\20int\2c\20FT_StreamRec_*\29\20const +4655:SkFontPriv::ApproximateTransformedTextSize\28SkFont\20const&\2c\20SkMatrix\20const&\2c\20SkPoint\20const&\29 +4656:SkFontMgr::matchFamily\28char\20const*\29\20const +4657:SkFont::getWidthsBounds\28SkSpan\2c\20SkSpan\2c\20SkSpan\2c\20SkPaint\20const*\29\20const +4658:SkFindCubicMaxCurvature\28SkPoint\20const*\2c\20float*\29 +4659:SkFILEStream::SkFILEStream\28std::__2::shared_ptr<_IO_FILE>\2c\20unsigned\20long\2c\20unsigned\20long\2c\20unsigned\20long\29 +4660:SkEmptyFontMgr::onMatchFamilyStyleCharacter\28char\20const*\2c\20SkFontStyle\20const&\2c\20char\20const**\2c\20int\2c\20int\29\20const +4661:SkEdgeClipper::appendQuad\28SkPoint\20const*\2c\20bool\29 +4662:SkEdge::setLine\28SkPoint\20const&\2c\20SkPoint\20const&\2c\20SkIRect\20const*\29 +4663:SkDevice::drawGlyphRunList\28SkCanvas*\2c\20sktext::GlyphRunList\20const&\2c\20SkPaint\20const&\29 +4664:SkDevice::SkDevice\28SkImageInfo\20const&\2c\20SkSurfaceProps\20const&\29 +4665:SkData::MakeZeroInitialized\28unsigned\20long\29 +4666:SkDashPathEffect::Make\28SkSpan\2c\20float\29 +4667:SkDQuad::dxdyAtT\28double\29\20const +4668:SkDCubic::subDivide\28double\2c\20double\29\20const +4669:SkDCubic::searchRoots\28double*\2c\20int\2c\20double\2c\20SkDCubic::SearchAxis\2c\20double*\29\20const +4670:SkDCubic::findInflections\28double*\29\20const +4671:SkDCubic::dxdyAtT\28double\29\20const +4672:SkDConic::dxdyAtT\28double\29\20const +4673:SkContourMeasure_segTo\28SkPoint\20const*\2c\20unsigned\20int\2c\20float\2c\20float\2c\20SkPathBuilder*\29 +4674:SkContourMeasureIter::next\28\29 +4675:SkContourMeasureIter::Impl::compute_quad_segs\28SkPoint\20const*\2c\20float\2c\20int\2c\20int\2c\20unsigned\20int\2c\20int\29 +4676:SkContourMeasureIter::Impl::compute_cubic_segs\28SkPoint\20const*\2c\20float\2c\20int\2c\20int\2c\20unsigned\20int\2c\20int\29 +4677:SkContourMeasureIter::Impl::compute_conic_segs\28SkConic\20const&\2c\20float\2c\20int\2c\20SkPoint\20const&\2c\20int\2c\20SkPoint\20const&\2c\20unsigned\20int\2c\20int\29 +4678:SkContourMeasure::distanceToSegment\28float\2c\20float*\29\20const +4679:SkConic::evalAt\28float\2c\20SkPoint*\2c\20SkPoint*\29\20const +4680:SkConic::evalAt\28float\29\20const +4681:SkConic::BuildUnitArc\28SkPoint\20const&\2c\20SkPoint\20const&\2c\20SkPathDirection\2c\20SkMatrix\20const*\2c\20SkConic*\29 +4682:SkCompressedDataSize\28SkTextureCompressionType\2c\20SkISize\2c\20skia_private::TArray*\2c\20bool\29 +4683:SkColorSpacePrimaries::toXYZD50\28skcms_Matrix3x3*\29\20const +4684:SkColorSpace::serialize\28\29\20const +4685:SkColorInfo::operator=\28SkColorInfo&&\29 +4686:SkColorFilters::Blend\28SkRGBA4f<\28SkAlphaType\293>\20const&\2c\20sk_sp\2c\20SkBlendMode\29 +4687:SkCoincidentSpans::extend\28SkOpPtT\20const*\2c\20SkOpPtT\20const*\2c\20SkOpPtT\20const*\2c\20SkOpPtT\20const*\29 +4688:SkCodec::~SkCodec\28\29 +4689:SkCodec::getScanlines\28void*\2c\20int\2c\20unsigned\20long\29 +4690:SkCodec::getScaledDimensions\28float\29\20const +4691:SkCodec::getPixels\28SkImageInfo\20const&\2c\20void*\2c\20unsigned\20long\2c\20SkCodec::Options\20const*\29 +4692:SkChopQuadAtYExtrema\28SkPoint\20const*\2c\20SkPoint*\29 +4693:SkCapabilities::RasterBackend\28\29 +4694:SkCanvas::scale\28float\2c\20float\29 +4695:SkCanvas::saveLayer\28SkCanvas::SaveLayerRec\20const&\29 +4696:SkCanvas::onResetClip\28\29 +4697:SkCanvas::onClipShader\28sk_sp\2c\20SkClipOp\29 +4698:SkCanvas::onClipRegion\28SkRegion\20const&\2c\20SkClipOp\29 +4699:SkCanvas::onClipRect\28SkRect\20const&\2c\20SkClipOp\2c\20SkCanvas::ClipEdgeStyle\29 +4700:SkCanvas::onClipRRect\28SkRRect\20const&\2c\20SkClipOp\2c\20SkCanvas::ClipEdgeStyle\29 +4701:SkCanvas::onClipPath\28SkPath\20const&\2c\20SkClipOp\2c\20SkCanvas::ClipEdgeStyle\29 +4702:SkCanvas::internalSave\28\29 +4703:SkCanvas::internalRestore\28\29 +4704:SkCanvas::internalDrawDeviceWithFilter\28SkDevice*\2c\20SkDevice*\2c\20SkSpan>\2c\20SkPaint\20const&\2c\20SkCanvas::DeviceCompatibleWithFilter\2c\20SkColorInfo\20const&\2c\20float\2c\20SkTileMode\2c\20bool\29 +4705:SkCanvas::drawTextBlob\28SkTextBlob\20const*\2c\20float\2c\20float\2c\20SkPaint\20const&\29 +4706:SkCanvas::drawLine\28float\2c\20float\2c\20float\2c\20float\2c\20SkPaint\20const&\29 +4707:SkCanvas::drawColor\28unsigned\20int\2c\20SkBlendMode\29 +4708:SkCanvas::drawColor\28SkRGBA4f<\28SkAlphaType\293>\20const&\2c\20SkBlendMode\29 +4709:SkCanvas::clipPath\28SkPath\20const&\2c\20SkClipOp\2c\20bool\29 +4710:SkCanvas::clear\28unsigned\20int\29 +4711:SkCanvas::clear\28SkRGBA4f<\28SkAlphaType\293>\20const&\29 +4712:SkCanvas::SkCanvas\28sk_sp\29 +4713:SkCachedData::~SkCachedData\28\29 +4714:SkBlitterClipper::~SkBlitterClipper\28\29 +4715:SkBlitter::blitRegion\28SkRegion\20const&\29 +4716:SkBitmapDevice::SkBitmapDevice\28SkBitmap\20const&\2c\20SkSurfaceProps\20const&\2c\20void*\29 +4717:SkBitmapDevice::Create\28SkImageInfo\20const&\2c\20SkSurfaceProps\20const&\2c\20SkRasterHandleAllocator*\29 +4718:SkBitmapDevice::BDDraw::BDDraw\28SkBitmapDevice*\29 +4719:SkBitmap::writePixels\28SkPixmap\20const&\2c\20int\2c\20int\29 +4720:SkBitmap::setPixels\28void*\29 +4721:SkBitmap::readPixels\28SkPixmap\20const&\2c\20int\2c\20int\29\20const +4722:SkBitmap::allocPixels\28\29 +4723:SkBinaryWriteBuffer::writeScalarArray\28SkSpan\29 +4724:SkBinaryWriteBuffer::writeInt\28int\29 +4725:SkBaseShadowTessellator::~SkBaseShadowTessellator\28\29_5776 +4726:SkBaseShadowTessellator::handleLine\28SkPoint\20const&\29 +4727:SkAutoPixmapStorage::freeStorage\28\29 +4728:SkAutoMalloc::reset\28unsigned\20long\2c\20SkAutoMalloc::OnShrink\29 +4729:SkAutoDescriptor::free\28\29 +4730:SkArenaAllocWithReset::reset\28\29 +4731:SkAnimatedImage::decodeNextFrame\28\29::$_0::operator\28\29\28SkAnimatedImage::Frame\20const&\29\20const +4732:SkAnimatedImage::Frame::copyTo\28SkAnimatedImage::Frame*\29\20const +4733:SkAnimatedImage::Frame::Frame\28\29 +4734:SkAnalyticQuadraticEdge::updateQuadratic\28\29 +4735:SkAnalyticEdge::goY\28int\29 +4736:SkAnalyticCubicEdge::updateCubic\28\29 +4737:SkAAClipBlitter::ensureRunsAndAA\28\29 +4738:SkAAClip::setRegion\28SkRegion\20const&\29 +4739:SkAAClip::setRect\28SkIRect\20const&\29 +4740:SkAAClip::quickContains\28int\2c\20int\2c\20int\2c\20int\29\20const +4741:SkAAClip::RunHead::Alloc\28int\2c\20unsigned\20long\29 +4742:SkAAClip::Builder::AppendRun\28SkTDArray&\2c\20unsigned\20int\2c\20int\29 +4743:Sk4f_toL32\28skvx::Vec<4\2c\20float>\20const&\29 +4744:SSVertex*\20SkArenaAlloc::make\28GrTriangulator::Vertex*&\29 +4745:RunBasedAdditiveBlitter::flush\28\29 +4746:ReconstructRow +4747:OT::sbix::get_strike\28unsigned\20int\29\20const +4748:OT::hb_paint_context_t::get_color\28unsigned\20int\2c\20float\2c\20int*\29 +4749:OT::hb_ot_apply_context_t::skipping_iterator_t::prev\28unsigned\20int*\29 +4750:OT::hb_ot_apply_context_t::check_glyph_property\28hb_glyph_info_t\20const*\2c\20unsigned\20int\29\20const +4751:OT::glyf_impl::CompositeGlyphRecord::translate\28contour_point_t\20const&\2c\20hb_array_t\29 +4752:OT::glyf_accelerator_t::points_aggregator_t::contour_bounds_t::add\28contour_point_t\20const&\29 +4753:OT::Script::get_lang_sys\28unsigned\20int\29\20const +4754:OT::PaintSkew::sanitize\28hb_sanitize_context_t*\29\20const +4755:OT::OpenTypeOffsetTable::sanitize\28hb_sanitize_context_t*\29\20const +4756:OT::OpenTypeFontFile::sanitize\28hb_sanitize_context_t*\29\20const +4757:OT::OS2::has_data\28\29\20const +4758:OT::Layout::GSUB_impl::SubstLookup::serialize_ligature\28hb_serialize_context_t*\2c\20unsigned\20int\2c\20hb_sorted_array_t\2c\20hb_array_t\2c\20hb_array_t\2c\20hb_array_t\2c\20hb_array_t\29 +4759:OT::Layout::GPOS_impl::MarkArray::apply\28OT::hb_ot_apply_context_t*\2c\20unsigned\20int\2c\20unsigned\20int\2c\20OT::Layout::GPOS_impl::AnchorMatrix\20const&\2c\20unsigned\20int\2c\20unsigned\20int\29\20const +4760:OT::Layout::Common::Coverage::get_coverage\28unsigned\20int\2c\20hb_cache_t<15u\2c\208u\2c\207u\2c\20true>*\29\20const +4761:OT::Layout::Common::Coverage::cost\28\29\20const +4762:OT::ItemVariationStore::sanitize\28hb_sanitize_context_t*\29\20const +4763:OT::HVARVVAR::sanitize\28hb_sanitize_context_t*\29\20const +4764:OT::GSUBGPOS::get_lookup_count\28\29\20const +4765:OT::GSUBGPOS::get_feature_list\28\29\20const +4766:OT::GSUBGPOS::accelerator_t::get_accel\28unsigned\20int\29\20const +4767:OT::Device::get_y_delta\28hb_font_t*\2c\20OT::ItemVariationStore\20const&\2c\20float*\29\20const +4768:OT::Device::get_x_delta\28hb_font_t*\2c\20OT::ItemVariationStore\20const&\2c\20float*\29\20const +4769:OT::ClipList::get_extents\28unsigned\20int\2c\20hb_glyph_extents_t*\2c\20OT::ItemVarStoreInstancer\20const&\29\20const +4770:OT::COLR::paint_glyph\28hb_font_t*\2c\20unsigned\20int\2c\20hb_paint_funcs_t*\2c\20void*\2c\20unsigned\20int\2c\20unsigned\20int\2c\20bool\2c\20hb_colr_scratch_t&\29\20const +4771:OT::COLR::get_clip_list\28\29\20const +4772:OT::COLR::accelerator_t::release_scratch\28hb_colr_scratch_t*\29\20const +4773:OT::CFFIndex>::get_size\28\29\20const +4774:OT::CFFIndex>::sanitize\28hb_sanitize_context_t*\29\20const +4775:OT::ArrayOf>::serialize\28hb_serialize_context_t*\2c\20unsigned\20int\2c\20bool\29 +4776:MaskAdditiveBlitter::~MaskAdditiveBlitter\28\29 +4777:LineQuadraticIntersections::uniqueAnswer\28double\2c\20SkDPoint\20const&\29 +4778:LineQuadraticIntersections::pinTs\28double*\2c\20double*\2c\20SkDPoint*\2c\20LineQuadraticIntersections::PinTPoint\29 +4779:LineQuadraticIntersections::checkCoincident\28\29 +4780:LineQuadraticIntersections::addLineNearEndPoints\28\29 +4781:LineCubicIntersections::uniqueAnswer\28double\2c\20SkDPoint\20const&\29 +4782:LineCubicIntersections::pinTs\28double*\2c\20double*\2c\20SkDPoint*\2c\20LineCubicIntersections::PinTPoint\29 +4783:LineCubicIntersections::checkCoincident\28\29 +4784:LineCubicIntersections::addLineNearEndPoints\28\29 +4785:LineConicIntersections::validT\28double*\2c\20double\2c\20double*\29 +4786:LineConicIntersections::uniqueAnswer\28double\2c\20SkDPoint\20const&\29 +4787:LineConicIntersections::pinTs\28double*\2c\20double*\2c\20SkDPoint*\2c\20LineConicIntersections::PinTPoint\29 +4788:LineConicIntersections::checkCoincident\28\29 +4789:LineConicIntersections::addLineNearEndPoints\28\29 +4790:HorizontalUnfilter_C +4791:HandleInnerJoin\28SkPathBuilder*\2c\20SkPoint\20const&\2c\20SkPoint\20const&\29 +4792:GrVertexChunkBuilder::~GrVertexChunkBuilder\28\29 +4793:GrTriangulator::tessellate\28GrTriangulator::VertexList\20const&\2c\20GrTriangulator::Comparator\20const&\29 +4794:GrTriangulator::splitEdge\28GrTriangulator::Edge*\2c\20GrTriangulator::Vertex*\2c\20GrTriangulator::EdgeList*\2c\20GrTriangulator::Vertex**\2c\20GrTriangulator::Comparator\20const&\29 +4795:GrTriangulator::pathToPolys\28float\2c\20SkRect\20const&\2c\20bool*\29 +4796:GrTriangulator::makePoly\28GrTriangulator::Poly**\2c\20GrTriangulator::Vertex*\2c\20int\29\20const +4797:GrTriangulator::generateCubicPoints\28SkPoint\20const&\2c\20SkPoint\20const&\2c\20SkPoint\20const&\2c\20SkPoint\20const&\2c\20float\2c\20GrTriangulator::VertexList*\2c\20int\29\20const +4798:GrTriangulator::checkForIntersection\28GrTriangulator::Edge*\2c\20GrTriangulator::Edge*\2c\20GrTriangulator::EdgeList*\2c\20GrTriangulator::Vertex**\2c\20GrTriangulator::VertexList*\2c\20GrTriangulator::Comparator\20const&\29 +4799:GrTriangulator::applyFillType\28int\29\20const +4800:GrTriangulator::SortMesh\28GrTriangulator::VertexList*\2c\20GrTriangulator::Comparator\20const&\29 +4801:GrTriangulator::MonotonePoly::addEdge\28GrTriangulator::Edge*\29 +4802:GrTriangulator::GrTriangulator\28SkPath\20const&\2c\20SkArenaAlloc*\29 +4803:GrTriangulator::Edge::insertBelow\28GrTriangulator::Vertex*\2c\20GrTriangulator::Comparator\20const&\29 +4804:GrTriangulator::Edge::insertAbove\28GrTriangulator::Vertex*\2c\20GrTriangulator::Comparator\20const&\29 +4805:GrTriangulator::BreadcrumbTriangleList::append\28SkArenaAlloc*\2c\20SkPoint\2c\20SkPoint\2c\20SkPoint\2c\20int\29 +4806:GrThreadSafeCache::recycleEntry\28GrThreadSafeCache::Entry*\29 +4807:GrThreadSafeCache::dropAllRefs\28\29 +4808:GrTextureRenderTargetProxy::~GrTextureRenderTargetProxy\28\29_10694 +4809:GrTextureRenderTargetProxy::onUninstantiatedGpuMemorySize\28\29\20const +4810:GrTextureRenderTargetProxy::instantiate\28GrResourceProvider*\29 +4811:GrTextureRenderTargetProxy::createSurface\28GrResourceProvider*\29\20const +4812:GrTextureRenderTargetProxy::callbackDesc\28\29\20const +4813:GrTextureProxy::~GrTextureProxy\28\29 +4814:GrTextureEffect::Sampling::Sampling\28GrSurfaceProxy\20const&\2c\20GrSamplerState\2c\20SkRect\20const&\2c\20SkRect\20const*\2c\20float\20const*\2c\20bool\2c\20GrCaps\20const&\2c\20SkPoint\29::$_0::operator\28\29\28int\2c\20GrSamplerState::WrapMode\29\20const +4815:GrTextureEffect::Sampling::Sampling\28GrSurfaceProxy\20const&\2c\20GrSamplerState\2c\20SkRect\20const&\2c\20SkRect\20const*\2c\20float\20const*\2c\20bool\2c\20GrCaps\20const&\2c\20SkPoint\29 +4816:GrTextureEffect::Impl::emitCode\28GrFragmentProcessor::ProgramImpl::EmitArgs&\29::$_3::operator\28\29\28bool\2c\20char\20const*\2c\20char\20const*\2c\20char\20const*\29\20const +4817:GrTexture::GrTexture\28GrGpu*\2c\20SkISize\20const&\2c\20skgpu::Protected\2c\20GrTextureType\2c\20GrMipmapStatus\2c\20std::__2::basic_string_view>\29 +4818:GrTexture::ComputeScratchKey\28GrCaps\20const&\2c\20GrBackendFormat\20const&\2c\20SkISize\2c\20skgpu::Renderable\2c\20int\2c\20skgpu::Mipmapped\2c\20skgpu::Protected\2c\20skgpu::ScratchKey*\29 +4819:GrSurfaceProxyView::asTextureProxyRef\28\29\20const +4820:GrSurfaceProxy::instantiateImpl\28GrResourceProvider*\2c\20int\2c\20skgpu::Renderable\2c\20skgpu::Mipmapped\2c\20skgpu::UniqueKey\20const*\29 +4821:GrSurfaceProxy::GrSurfaceProxy\28sk_sp\2c\20SkBackingFit\2c\20GrSurfaceProxy::UseAllocator\29 +4822:GrStyledShape::styledBounds\28\29\20const +4823:GrStyledShape::addGenIDChangeListener\28sk_sp\29\20const +4824:GrStyledShape::GrStyledShape\28SkRect\20const&\2c\20GrStyle\20const&\2c\20GrStyledShape::DoSimplify\29 +4825:GrStyledShape::GrStyledShape\28SkRRect\20const&\2c\20GrStyle\20const&\2c\20GrStyledShape::DoSimplify\29 +4826:GrStyle::isSimpleHairline\28\29\20const +4827:GrStyle::initPathEffect\28sk_sp\29 +4828:GrStencilSettings::Face::reset\28GrTStencilFaceSettings\20const&\2c\20bool\2c\20int\29 +4829:GrSimpleMeshDrawOpHelper::fixedFunctionFlags\28\29\20const +4830:GrShape::setPath\28SkPath\20const&\29 +4831:GrShape::segmentMask\28\29\20const +4832:GrShape::operator=\28GrShape\20const&\29 +4833:GrShape::convex\28bool\29\20const +4834:GrShaderVar::GrShaderVar\28SkString\2c\20SkSLType\2c\20int\29 +4835:GrResourceProvider::findResourceByUniqueKey\28skgpu::UniqueKey\20const&\29 +4836:GrResourceProvider::createPatternedIndexBuffer\28unsigned\20short\20const*\2c\20int\2c\20int\2c\20int\2c\20skgpu::UniqueKey\20const*\29 +4837:GrResourceCache::removeUniqueKey\28GrGpuResource*\29 +4838:GrResourceCache::getNextTimestamp\28\29 +4839:GrResourceCache::findAndRefScratchResource\28skgpu::ScratchKey\20const&\29 +4840:GrRenderTask::dependsOn\28GrRenderTask\20const*\29\20const +4841:GrRenderTargetProxy::~GrRenderTargetProxy\28\29 +4842:GrRenderTargetProxy::canUseStencil\28GrCaps\20const&\29\20const +4843:GrRecordingContextPriv::createDevice\28skgpu::Budgeted\2c\20SkImageInfo\20const&\2c\20SkBackingFit\2c\20int\2c\20skgpu::Mipmapped\2c\20skgpu::Protected\2c\20GrSurfaceOrigin\2c\20SkSurfaceProps\20const&\2c\20skgpu::ganesh::Device::InitContents\29 +4844:GrRecordingContextPriv::addOnFlushCallbackObject\28GrOnFlushCallbackObject*\29 +4845:GrRecordingContext::~GrRecordingContext\28\29 +4846:GrQuadUtils::TessellationHelper::reset\28GrQuad\20const&\2c\20GrQuad\20const*\29 +4847:GrQuadUtils::TessellationHelper::getEdgeEquations\28\29 +4848:GrQuadUtils::TessellationHelper::Vertices::moveAlong\28GrQuadUtils::TessellationHelper::EdgeVectors\20const&\2c\20skvx::Vec<4\2c\20float>\20const&\29 +4849:GrQuadUtils::ResolveAAType\28GrAAType\2c\20GrQuadAAFlags\2c\20GrQuad\20const&\2c\20GrAAType*\2c\20GrQuadAAFlags*\29 +4850:GrQuadUtils::CropToRect\28SkRect\20const&\2c\20GrAA\2c\20DrawQuad*\2c\20bool\29 +4851:GrQuadBuffer<\28anonymous\20namespace\29::FillRectOpImpl::ColorAndAA>::append\28GrQuad\20const&\2c\20\28anonymous\20namespace\29::FillRectOpImpl::ColorAndAA&&\2c\20GrQuad\20const*\29 +4852:GrQuad::setQuadType\28GrQuad::Type\29 +4853:GrPorterDuffXPFactory::SimpleSrcOverXP\28\29 +4854:GrPipeline*\20SkArenaAlloc::make\28GrPipeline::InitArgs&\2c\20GrProcessorSet&&\2c\20GrAppliedClip&&\29 +4855:GrPersistentCacheUtils::UnpackCachedShaders\28SkReadBuffer*\2c\20SkSL::NativeShader*\2c\20bool\2c\20SkSL::ProgramInterface*\2c\20int\2c\20GrPersistentCacheUtils::ShaderMetadata*\29 +4856:GrPathUtils::quadraticPointCount\28SkPoint\20const*\2c\20float\29 +4857:GrPathUtils::convertCubicToQuads\28SkPoint\20const*\2c\20float\2c\20skia_private::TArray*\29 +4858:GrPathTessellationShader::Make\28GrShaderCaps\20const&\2c\20SkArenaAlloc*\2c\20SkMatrix\20const&\2c\20SkRGBA4f<\28SkAlphaType\292>\20const&\2c\20skgpu::tess::PatchAttribs\29 +4859:GrPathTessellationShader::MakeSimpleTriangleShader\28SkArenaAlloc*\2c\20SkMatrix\20const&\2c\20SkRGBA4f<\28SkAlphaType\292>\20const&\29 +4860:GrOvalOpFactory::MakeOvalOp\28GrRecordingContext*\2c\20GrPaint&&\2c\20SkMatrix\20const&\2c\20SkRect\20const&\2c\20GrStyle\20const&\2c\20GrShaderCaps\20const*\29 +4861:GrOpsRenderPass::drawIndexed\28int\2c\20int\2c\20unsigned\20short\2c\20unsigned\20short\2c\20int\29 +4862:GrOpFlushState::draw\28int\2c\20int\29 +4863:GrOp::chainConcat\28std::__2::unique_ptr>\29 +4864:GrNonAtomicRef::unref\28\29\20const +4865:GrModulateAtlasCoverageEffect::GrModulateAtlasCoverageEffect\28GrModulateAtlasCoverageEffect\20const&\29 +4866:GrMipLevel::operator=\28GrMipLevel&&\29 +4867:GrMeshDrawOp::PatternHelper::PatternHelper\28GrMeshDrawTarget*\2c\20GrPrimitiveType\2c\20unsigned\20long\2c\20sk_sp\2c\20int\2c\20int\2c\20int\2c\20int\29 +4868:GrMakeUniqueKeyInvalidationListener\28skgpu::UniqueKey*\2c\20unsigned\20int\29 +4869:GrImageInfo::makeDimensions\28SkISize\29\20const +4870:GrGpuResource::~GrGpuResource\28\29 +4871:GrGpuResource::removeScratchKey\28\29 +4872:GrGpuResource::registerWithCacheWrapped\28GrWrapCacheable\29 +4873:GrGpuResource::getResourceName\28\29\20const +4874:GrGpuResource::dumpMemoryStatisticsPriv\28SkTraceMemoryDump*\2c\20SkString\20const&\2c\20char\20const*\2c\20unsigned\20long\29\20const +4875:GrGpuResource::CreateUniqueID\28\29 +4876:GrGpuBuffer::onGpuMemorySize\28\29\20const +4877:GrGpu::resolveRenderTarget\28GrRenderTarget*\2c\20SkIRect\20const&\29 +4878:GrGpu::executeFlushInfo\28SkSpan\2c\20SkSurfaces::BackendSurfaceAccess\2c\20GrFlushInfo\20const&\2c\20std::__2::optional\2c\20skgpu::MutableTextureState\20const*\29 +4879:GrGeometryProcessor::TextureSampler::TextureSampler\28GrSamplerState\2c\20GrBackendFormat\20const&\2c\20skgpu::Swizzle\20const&\29 +4880:GrGeometryProcessor::TextureSampler::TextureSampler\28GrGeometryProcessor::TextureSampler&&\29 +4881:GrGeometryProcessor::ProgramImpl::TransformInfo::TransformInfo\28GrGeometryProcessor::ProgramImpl::TransformInfo\20const&\29 +4882:GrGeometryProcessor::ProgramImpl::AddMatrixKeys\28GrShaderCaps\20const&\2c\20unsigned\20int\2c\20SkMatrix\20const&\2c\20SkMatrix\20const&\29 +4883:GrGeometryProcessor::Attribute::size\28\29\20const +4884:GrGLUniformHandler::~GrGLUniformHandler\28\29 +4885:GrGLUniformHandler::getUniformVariable\28GrResourceHandle\29\20const +4886:GrGLTextureRenderTarget::~GrGLTextureRenderTarget\28\29_13139 +4887:GrGLTextureRenderTarget::onRelease\28\29 +4888:GrGLTextureRenderTarget::onGpuMemorySize\28\29\20const +4889:GrGLTextureRenderTarget::onAbandon\28\29 +4890:GrGLTextureRenderTarget::dumpMemoryStatistics\28SkTraceMemoryDump*\29\20const +4891:GrGLTexture::~GrGLTexture\28\29 +4892:GrGLTexture::onRelease\28\29 +4893:GrGLTexture::dumpMemoryStatistics\28SkTraceMemoryDump*\29\20const +4894:GrGLTexture::TextureTypeFromTarget\28unsigned\20int\29 +4895:GrGLSemaphore::Make\28GrGLGpu*\2c\20bool\29 +4896:GrGLSLVaryingHandler::~GrGLSLVaryingHandler\28\29 +4897:GrGLSLUniformHandler::UniformInfo::~UniformInfo\28\29 +4898:GrGLSLShaderBuilder::appendTextureLookup\28SkString*\2c\20GrResourceHandle\2c\20char\20const*\29\20const +4899:GrGLSLShaderBuilder::appendColorGamutXform\28char\20const*\2c\20GrGLSLColorSpaceXformHelper*\29 +4900:GrGLSLShaderBuilder::appendColorGamutXform\28SkString*\2c\20char\20const*\2c\20GrGLSLColorSpaceXformHelper*\29 +4901:GrGLSLProgramDataManager::setSkMatrix\28GrResourceHandle\2c\20SkMatrix\20const&\29\20const +4902:GrGLSLProgramBuilder::writeFPFunction\28GrFragmentProcessor\20const&\2c\20GrFragmentProcessor::ProgramImpl&\29 +4903:GrGLSLProgramBuilder::nameExpression\28SkString*\2c\20char\20const*\29 +4904:GrGLSLProgramBuilder::fragmentProcessorHasCoordsParam\28GrFragmentProcessor\20const*\29\20const +4905:GrGLSLProgramBuilder::emitSampler\28GrBackendFormat\20const&\2c\20GrSamplerState\2c\20skgpu::Swizzle\20const&\2c\20char\20const*\29 +4906:GrGLSLFragmentShaderBuilder::~GrGLSLFragmentShaderBuilder\28\29_11389 +4907:GrGLRenderTarget::~GrGLRenderTarget\28\29 +4908:GrGLRenderTarget::onRelease\28\29 +4909:GrGLRenderTarget::onAbandon\28\29 +4910:GrGLRenderTarget::dumpMemoryStatistics\28SkTraceMemoryDump*\29\20const +4911:GrGLProgramDataManager::~GrGLProgramDataManager\28\29 +4912:GrGLProgramBuilder::~GrGLProgramBuilder\28\29 +4913:GrGLProgramBuilder::computeCountsAndStrides\28unsigned\20int\2c\20GrGeometryProcessor\20const&\2c\20bool\29 +4914:GrGLProgramBuilder::addInputVars\28SkSL::ProgramInterface\20const&\29 +4915:GrGLOpsRenderPass::dmsaaLoadStoreBounds\28\29\20const +4916:GrGLOpsRenderPass::bindInstanceBuffer\28GrBuffer\20const*\2c\20int\29 +4917:GrGLGpu::insertSemaphore\28GrSemaphore*\29 +4918:GrGLGpu::flushViewport\28SkIRect\20const&\2c\20int\2c\20GrSurfaceOrigin\29 +4919:GrGLGpu::flushScissor\28GrScissorState\20const&\2c\20int\2c\20GrSurfaceOrigin\29 +4920:GrGLGpu::flushClearColor\28std::__2::array\29 +4921:GrGLGpu::disableStencil\28\29 +4922:GrGLGpu::deleteSync\28__GLsync*\29 +4923:GrGLGpu::createTexture\28SkISize\2c\20GrGLFormat\2c\20unsigned\20int\2c\20skgpu::Renderable\2c\20GrGLTextureParameters::SamplerOverriddenState*\2c\20int\2c\20skgpu::Protected\2c\20std::__2::basic_string_view>\29 +4924:GrGLGpu::copySurfaceAsDraw\28GrSurface*\2c\20bool\2c\20GrSurface*\2c\20SkIRect\20const&\2c\20SkIRect\20const&\2c\20SkFilterMode\29 +4925:GrGLGpu::HWVertexArrayState::bindInternalVertexArray\28GrGLGpu*\2c\20GrBuffer\20const*\29 +4926:GrGLFunction::GrGLFunction\28void\20\28*\29\28unsigned\20int\2c\20int\2c\20unsigned\20int\2c\20unsigned\20char\2c\20int\2c\20void\20const*\29\29::'lambda'\28void\20const*\2c\20unsigned\20int\2c\20int\2c\20unsigned\20int\2c\20unsigned\20char\2c\20int\2c\20void\20const*\29::__invoke\28void\20const*\2c\20unsigned\20int\2c\20int\2c\20unsigned\20int\2c\20unsigned\20char\2c\20int\2c\20void\20const*\29 +4927:GrGLFunction::GrGLFunction\28void\20\28*\29\28unsigned\20int\2c\20int\2c\20int\2c\20int\2c\20int\2c\20int\2c\20int\2c\20int\29\29::'lambda'\28void\20const*\2c\20unsigned\20int\2c\20int\2c\20int\2c\20int\2c\20int\2c\20int\2c\20int\2c\20int\29::__invoke\28void\20const*\2c\20unsigned\20int\2c\20int\2c\20int\2c\20int\2c\20int\2c\20int\2c\20int\2c\20int\29 +4928:GrGLFunction::GrGLFunction\28void\20\28*\29\28int\2c\20int\2c\20int\2c\20int\2c\20unsigned\20int\2c\20unsigned\20int\2c\20void*\29\29::'lambda'\28void\20const*\2c\20int\2c\20int\2c\20int\2c\20int\2c\20unsigned\20int\2c\20unsigned\20int\2c\20void*\29::__invoke\28void\20const*\2c\20int\2c\20int\2c\20int\2c\20int\2c\20unsigned\20int\2c\20unsigned\20int\2c\20void*\29 +4929:GrGLFunction::GrGLFunction\28unsigned\20char\20const*\20\28*\29\28unsigned\20int\2c\20unsigned\20int\29\29::'lambda'\28void\20const*\2c\20unsigned\20int\2c\20unsigned\20int\29::__invoke\28void\20const*\2c\20unsigned\20int\2c\20unsigned\20int\29 +4930:GrGLContextInfo::~GrGLContextInfo\28\29 +4931:GrGLCaps::getRenderTargetSampleCount\28int\2c\20GrGLFormat\29\20const +4932:GrGLCaps::canCopyAsDraw\28GrGLFormat\2c\20bool\2c\20bool\29\20const +4933:GrGLBuffer::~GrGLBuffer\28\29 +4934:GrGLBuffer::Make\28GrGLGpu*\2c\20unsigned\20long\2c\20GrGpuBufferType\2c\20GrAccessPattern\29 +4935:GrGLBackendTextureData::GrGLBackendTextureData\28GrGLTextureInfo\20const&\2c\20sk_sp\29 +4936:GrGLAttribArrayState::invalidate\28\29 +4937:GrGLAttribArrayState::enableVertexArrays\28GrGLGpu\20const*\2c\20int\2c\20GrPrimitiveRestart\29 +4938:GrGLAttachment::GrGLAttachment\28GrGpu*\2c\20unsigned\20int\2c\20SkISize\2c\20GrAttachment::UsageFlags\2c\20int\2c\20GrGLFormat\2c\20std::__2::basic_string_view>\29 +4939:GrFragmentProcessors::make_effect_fp\28sk_sp\2c\20char\20const*\2c\20sk_sp\2c\20std::__2::unique_ptr>\2c\20std::__2::unique_ptr>\2c\20SkSpan\2c\20GrFPArgs\20const&\29 +4940:GrFragmentProcessors::IsSupported\28SkMaskFilter\20const*\29 +4941:GrFragmentProcessor::makeProgramImpl\28\29\20const +4942:GrFragmentProcessor::addToKey\28GrShaderCaps\20const&\2c\20skgpu::KeyBuilder*\29\20const +4943:GrFragmentProcessor::SwizzleOutput\28std::__2::unique_ptr>\2c\20skgpu::Swizzle\20const&\29 +4944:GrFragmentProcessor::ProgramImpl::~ProgramImpl\28\29 +4945:GrFragmentProcessor::MulInputByChildAlpha\28std::__2::unique_ptr>\29 +4946:GrFragmentProcessor::HighPrecision\28std::__2::unique_ptr>\29::HighPrecisionFragmentProcessor::constantOutputForConstantInput\28SkRGBA4f<\28SkAlphaType\292>\20const&\29\20const +4947:GrFragmentProcessor::DeviceSpace\28std::__2::unique_ptr>\29 +4948:GrEagerDynamicVertexAllocator::lock\28unsigned\20long\2c\20int\29 +4949:GrDynamicAtlas::makeNode\28GrDynamicAtlas::Node*\2c\20int\2c\20int\2c\20int\2c\20int\29 +4950:GrDstProxyView::GrDstProxyView\28GrDstProxyView\20const&\29 +4951:GrDrawingManager::setLastRenderTask\28GrSurfaceProxy\20const*\2c\20GrRenderTask*\29 +4952:GrDrawingManager::insertTaskBeforeLast\28sk_sp\29 +4953:GrDrawingManager::flushSurfaces\28SkSpan\2c\20SkSurfaces::BackendSurfaceAccess\2c\20GrFlushInfo\20const&\2c\20skgpu::MutableTextureState\20const*\29 +4954:GrDrawOpAtlas::makeMRU\28skgpu::Plot*\2c\20unsigned\20int\29 +4955:GrDefaultGeoProcFactory::MakeForDeviceSpace\28SkArenaAlloc*\2c\20GrDefaultGeoProcFactory::Color\20const&\2c\20GrDefaultGeoProcFactory::Coverage\20const&\2c\20GrDefaultGeoProcFactory::LocalCoords\20const&\2c\20SkMatrix\20const&\29 +4956:GrCpuVertexAllocator::~GrCpuVertexAllocator\28\29 +4957:GrColorTypeClampType\28GrColorType\29 +4958:GrColorSpaceXform::Equals\28GrColorSpaceXform\20const*\2c\20GrColorSpaceXform\20const*\29 +4959:GrBufferAllocPool::unmap\28\29 +4960:GrBufferAllocPool::reset\28\29 +4961:GrBlurUtils::extract_draw_rect_from_data\28SkData*\2c\20SkIRect\20const&\29 +4962:GrBlurUtils::can_filter_mask\28SkMaskFilterBase\20const*\2c\20GrStyledShape\20const&\2c\20SkIRect\20const&\2c\20SkIRect\20const&\2c\20SkMatrix\20const&\2c\20SkIRect*\29 +4963:GrBlurUtils::GaussianBlur\28GrRecordingContext*\2c\20GrSurfaceProxyView\2c\20GrColorType\2c\20SkAlphaType\2c\20sk_sp\2c\20SkIRect\2c\20SkIRect\2c\20float\2c\20float\2c\20SkTileMode\2c\20SkBackingFit\29 +4964:GrBicubicEffect::MakeSubset\28GrSurfaceProxyView\2c\20SkAlphaType\2c\20SkMatrix\20const&\2c\20GrSamplerState::WrapMode\2c\20GrSamplerState::WrapMode\2c\20SkRect\20const&\2c\20SkCubicResampler\2c\20GrBicubicEffect::Direction\2c\20GrCaps\20const&\29 +4965:GrBicubicEffect::GrBicubicEffect\28std::__2::unique_ptr>\2c\20SkCubicResampler\2c\20GrBicubicEffect::Direction\2c\20GrBicubicEffect::Clamp\29 +4966:GrBackendTextures::MakeGL\28int\2c\20int\2c\20skgpu::Mipmapped\2c\20GrGLTextureInfo\20const&\2c\20sk_sp\2c\20std::__2::basic_string_view>\29 +4967:GrBackendFormatStencilBits\28GrBackendFormat\20const&\29 +4968:GrBackendFormat::operator==\28GrBackendFormat\20const&\29\20const +4969:GrAtlasManager::resolveMaskFormat\28skgpu::MaskFormat\29\20const +4970:GrAATriangulator::~GrAATriangulator\28\29 +4971:GrAATriangulator::makeEvent\28GrAATriangulator::SSEdge*\2c\20GrAATriangulator::EventList*\29\20const +4972:GrAATriangulator::connectSSEdge\28GrTriangulator::Vertex*\2c\20GrTriangulator::Vertex*\2c\20GrTriangulator::Comparator\20const&\29 +4973:GrAAConvexTessellator::terminate\28GrAAConvexTessellator::Ring\20const&\29 +4974:GrAAConvexTessellator::movable\28int\29\20const +4975:GrAAConvexTessellator::computePtAlongBisector\28int\2c\20SkPoint\20const&\2c\20int\2c\20float\2c\20SkPoint*\29\20const +4976:GrAAConvexTessellator::computeNormals\28\29::$_0::operator\28\29\28SkPoint\29\20const +4977:GrAAConvexTessellator::CandidateVerts::originatingIdx\28int\29\20const +4978:GrAAConvexTessellator::CandidateVerts::fuseWithPrior\28int\29 +4979:GrAAConvexTessellator::CandidateVerts::addNewPt\28SkPoint\20const&\2c\20int\2c\20int\2c\20bool\29 +4980:GetVariationDesignPosition\28FT_FaceRec_*\2c\20SkSpan\29 +4981:GetAxes\28FT_FaceRec_*\2c\20skia_private::STArray<4\2c\20SkFontParameters::Variation::Axis\2c\20true>*\29 +4982:FT_Set_Transform +4983:FT_Set_Char_Size +4984:FT_Select_Metrics +4985:FT_Request_Metrics +4986:FT_List_Remove +4987:FT_List_Finalize +4988:FT_Hypot +4989:FT_GlyphLoader_CreateExtra +4990:FT_GlyphLoader_Adjust_Points +4991:FT_Get_Paint +4992:FT_Get_MM_Var +4993:FT_Get_Color_Glyph_Paint +4994:FT_Done_GlyphSlot +4995:FT_Done_Face +4996:ExtractPalettedAlphaRows +4997:EllipticalRRectOp::~EllipticalRRectOp\28\29 +4998:EdgeLT::operator\28\29\28Edge\20const&\2c\20Edge\20const&\29\20const +4999:DecodeImageData +5000:DAffineMatrix::mapPoint\28\28anonymous\20namespace\29::DPoint\20const&\29\20const +5001:DAffineMatrix::mapPoint\28SkPoint\20const&\29\20const +5002:Cr_z_inflate_table +5003:CopyFromCompoundDictionary +5004:Compute_Point_Displacement +5005:CircularRRectOp::~CircularRRectOp\28\29 +5006:CFF::cff_stack_t::push\28\29 +5007:CFF::UnsizedByteStr\20const&\20CFF::StructAtOffsetOrNull\28void\20const*\2c\20int\2c\20hb_sanitize_context_t&\2c\20unsigned\20int&\29 +5008:BuildHuffmanTable +5009:BrotliWarmupBitReader +5010:BlockIndexIterator::Last\28SkBlockAllocator::Block\20const*\29\2c\20&SkTBlockList::First\28SkBlockAllocator::Block\20const*\29\2c\20&SkTBlockList::Decrement\28SkBlockAllocator::Block\20const*\2c\20int\29\2c\20&SkTBlockList::GetItem\28SkBlockAllocator::Block*\2c\20int\29>::Item::operator++\28\29 +5011:ApplyAlphaMultiply_16b_C +5012:AddFrame +5013:ActiveEdgeList::DoubleRotation\28ActiveEdge*\2c\20int\29 +5014:AAT::kerxTupleKern\28int\2c\20unsigned\20int\2c\20void\20const*\2c\20AAT::hb_aat_apply_context_t*\29 +5015:AAT::kern_accelerator_data_t::~kern_accelerator_data_t\28\29 +5016:AAT::hb_aat_scratch_t::~hb_aat_scratch_t\28\29 +5017:AAT::hb_aat_scratch_t::destroy_buffer_glyph_set\28hb_bit_set_t*\29\20const +5018:AAT::hb_aat_scratch_t::create_buffer_glyph_set\28\29\20const +5019:AAT::hb_aat_apply_context_t::delete_glyph\28\29 +5020:AAT::feat::get_feature\28hb_aat_layout_feature_type_t\29\20const +5021:AAT::Lookup::sanitize\28hb_sanitize_context_t*\29\20const +5022:AAT::ClassTable>::get_class\28unsigned\20int\2c\20unsigned\20int\29\20const +5023:4807 +5024:4808 +5025:4809 +5026:4810 +5027:4811 +5028:4812 +5029:4813 +5030:4814 +5031:4815 +5032:4816 +5033:4817 +5034:4818 +5035:4819 +5036:4820 +5037:4821 +5038:4822 +5039:4823 +5040:4824 +5041:4825 +5042:4826 +5043:4827 +5044:4828 +5045:4829 +5046:4830 +5047:4831 +5048:4832 +5049:4833 +5050:4834 +5051:4835 +5052:4836 +5053:4837 +5054:4838 +5055:4839 +5056:4840 +5057:4841 +5058:4842 +5059:4843 +5060:4844 +5061:4845 +5062:4846 +5063:4847 +5064:4848 +5065:4849 +5066:4850 +5067:4851 +5068:4852 +5069:4853 +5070:4854 +5071:4855 +5072:4856 +5073:4857 +5074:4858 +5075:4859 +5076:4860 +5077:4861 +5078:zeroinfnan +5079:zero_mark_widths_by_gdef\28hb_buffer_t*\2c\20bool\29 +5080:xyzd50_to_lab\28SkRGBA4f<\28SkAlphaType\292>\2c\20bool*\29 +5081:wuffs_lzw__decoder__workbuf_len +5082:wuffs_lzw__decoder__transform_io +5083:wuffs_gif__decoder__restart_frame +5084:wuffs_gif__decoder__num_animation_loops +5085:wuffs_gif__decoder__frame_dirty_rect +5086:wuffs_gif__decoder__decode_up_to_id_part1 +5087:wuffs_gif__decoder__decode_frame +5088:wuffs_base__poke_u64le__no_bounds_check +5089:wuffs_base__pixel_swizzler__swap_rgbx_bgrx +5090:wuffs_base__color_u32__as__color_u64 +5091:write_vertex_position\28GrGLSLVertexBuilder*\2c\20GrGLSLUniformHandler*\2c\20GrShaderCaps\20const&\2c\20GrShaderVar\20const&\2c\20SkMatrix\20const&\2c\20char\20const*\2c\20GrShaderVar*\2c\20GrResourceHandle*\29 +5092:write_passthrough_vertex_position\28GrGLSLVertexBuilder*\2c\20GrShaderVar\20const&\2c\20GrShaderVar*\29 +5093:winding_mono_quad\28SkSpan\2c\20float\2c\20float\2c\20int*\29 +5094:winding_mono_conic\28SkConic\20const&\2c\20float\2c\20float\2c\20int*\29 +5095:wctomb +5096:wchar_t*\20std::__2::copy\5babi:nn180100\5d\2c\20wchar_t*>\28std::__2::__wrap_iter\2c\20std::__2::__wrap_iter\2c\20wchar_t*\29 +5097:wchar_t*\20std::__2::__constexpr_memmove\5babi:nn180100\5d\28wchar_t*\2c\20wchar_t\20const*\2c\20std::__2::__element_count\29 +5098:walk_simple_edges\28SkEdge*\2c\20SkBlitter*\2c\20int\2c\20int\29 +5099:vsscanf +5100:void\20std::__2::unique_ptr::Pair\2c\20unsigned\20int\2c\20skia_private::THashMap::Pair>::Slot\20\5b\5d\2c\20std::__2::default_delete::Pair\2c\20unsigned\20int\2c\20skia_private::THashMap::Pair>::Slot\20\5b\5d>>::reset\5babi:ne180100\5d::Pair\2c\20unsigned\20int\2c\20skia_private::THashMap::Pair>::Slot*\2c\200>\28skia_private::THashTable::Pair\2c\20unsigned\20int\2c\20skia_private::THashMap::Pair>::Slot*\29 +5101:void\20std::__2::unique_ptr\2c\20std::__2::allocator>>\2c\20skia::textlayout::FontCollection::FamilyKey::Hasher>::Pair\2c\20skia::textlayout::FontCollection::FamilyKey\2c\20skia_private::THashMap\2c\20std::__2::allocator>>\2c\20skia::textlayout::FontCollection::FamilyKey::Hasher>::Pair>::Slot\20\5b\5d\2c\20std::__2::default_delete\2c\20std::__2::allocator>>\2c\20skia::textlayout::FontCollection::FamilyKey::Hasher>::Pair\2c\20skia::textlayout::FontCollection::FamilyKey\2c\20skia_private::THashMap\2c\20std::__2::allocator>>\2c\20skia::textlayout::FontCollection::FamilyKey::Hasher>::Pair>::Slot\20\5b\5d>>::reset\5babi:ne180100\5d\2c\20std::__2::allocator>>\2c\20skia::textlayout::FontCollection::FamilyKey::Hasher>::Pair\2c\20skia::textlayout::FontCollection::FamilyKey\2c\20skia_private::THashMap\2c\20std::__2::allocator>>\2c\20skia::textlayout::FontCollection::FamilyKey::Hasher>::Pair>::Slot*\2c\200>\28skia_private::THashTable\2c\20std::__2::allocator>>\2c\20skia::textlayout::FontCollection::FamilyKey::Hasher>::Pair\2c\20skia::textlayout::FontCollection::FamilyKey\2c\20skia_private::THashMap\2c\20std::__2::allocator>>\2c\20skia::textlayout::FontCollection::FamilyKey::Hasher>::Pair>::Slot*\29 +5102:void\20std::__2::unique_ptr>::Pair\2c\20skgpu::ganesh::AtlasPathRenderer::AtlasPathKey\2c\20skia_private::THashMap>::Pair>::Slot\20\5b\5d\2c\20std::__2::default_delete>::Pair\2c\20skgpu::ganesh::AtlasPathRenderer::AtlasPathKey\2c\20skia_private::THashMap>::Pair>::Slot\20\5b\5d>>::reset\5babi:ne180100\5d>::Pair\2c\20skgpu::ganesh::AtlasPathRenderer::AtlasPathKey\2c\20skia_private::THashMap>::Pair>::Slot*\2c\200>\28skia_private::THashTable>::Pair\2c\20skgpu::ganesh::AtlasPathRenderer::AtlasPathKey\2c\20skia_private::THashMap>::Pair>::Slot*\29 +5103:void\20std::__2::unique_ptr::Pair\2c\20skgpu::UniqueKey\2c\20skia_private::THashMap::Pair>::Slot\20\5b\5d\2c\20std::__2::default_delete::Pair\2c\20skgpu::UniqueKey\2c\20skia_private::THashMap::Pair>::Slot\20\5b\5d>>::reset\5babi:ne180100\5d::Pair\2c\20skgpu::UniqueKey\2c\20skia_private::THashMap::Pair>::Slot*\2c\200>\28skia_private::THashTable::Pair\2c\20skgpu::UniqueKey\2c\20skia_private::THashMap::Pair>::Slot*\29 +5104:void\20std::__2::unique_ptr\2c\20SkIcuBreakIteratorCache::Request::Hash>::Pair\2c\20SkIcuBreakIteratorCache::Request\2c\20skia_private::THashMap\2c\20SkIcuBreakIteratorCache::Request::Hash>::Pair>::Slot\20\5b\5d\2c\20std::__2::default_delete\2c\20SkIcuBreakIteratorCache::Request::Hash>::Pair\2c\20SkIcuBreakIteratorCache::Request\2c\20skia_private::THashMap\2c\20SkIcuBreakIteratorCache::Request::Hash>::Pair>::Slot\20\5b\5d>>::reset\5babi:ne180100\5d\2c\20SkIcuBreakIteratorCache::Request::Hash>::Pair\2c\20SkIcuBreakIteratorCache::Request\2c\20skia_private::THashMap\2c\20SkIcuBreakIteratorCache::Request::Hash>::Pair>::Slot*\2c\200>\28skia_private::THashTable\2c\20SkIcuBreakIteratorCache::Request::Hash>::Pair\2c\20SkIcuBreakIteratorCache::Request\2c\20skia_private::THashMap\2c\20SkIcuBreakIteratorCache::Request::Hash>::Pair>::Slot*\29 +5105:void\20std::__2::replace\5babi:ne180100\5d\28char*\2c\20char*\2c\20char\20const&\2c\20char\20const&\29 +5106:void\20std::__2::call_once\5babi:ne180100\5d\28std::__2::once_flag&\2c\20void\20\28&\29\28\29\29 +5107:void\20std::__2::__variant_detail::__impl\2c\20std::__2::unique_ptr>>::__assign\5babi:ne180100\5d<0ul\2c\20sk_sp>\28sk_sp&&\29 +5108:void\20std::__2::__variant_detail::__impl::__assign\5babi:ne180100\5d<1ul\2c\20int&>\28int&\29 +5109:void\20std::__2::__variant_detail::__impl::__assign\5babi:ne180100\5d<0ul\2c\20SkPaint>\28SkPaint&&\29 +5110:void\20std::__2::__variant_detail::__assignment>::__assign_alt\5babi:ne180100\5d<0ul\2c\20SkPaint\2c\20SkPaint>\28std::__2::__variant_detail::__alt<0ul\2c\20SkPaint>&\2c\20SkPaint&&\29 +5111:void\20std::__2::__tree_right_rotate\5babi:ne180100\5d*>\28std::__2::__tree_node_base*\29 +5112:void\20std::__2::__tree_left_rotate\5babi:ne180100\5d*>\28std::__2::__tree_node_base*\29 +5113:void\20std::__2::__stable_sort_move\20const&\2c\20unsigned\20int\2c\20FT_COLR_Paint_\20const&\2c\20SkPaint*\29::$_0::operator\28\29\28FT_ColorStopIterator_\20const&\2c\20std::__2::vector>&\2c\20std::__2::vector\2c\20std::__2::allocator>>&\29\20const::'lambda'\28\28anonymous\20namespace\29::colrv1_configure_skpaint\28FT_FaceRec_*\2c\20SkSpan\20const&\2c\20unsigned\20int\2c\20FT_COLR_Paint_\20const&\2c\20SkPaint*\29::$_0::operator\28\29\28FT_ColorStopIterator_\20const&\2c\20std::__2::vector>&\2c\20std::__2::vector\2c\20std::__2::allocator>>&\29\20const::ColorStop\20const&\2c\20\28anonymous\20namespace\29::colrv1_configure_skpaint\28FT_FaceRec_*\2c\20SkSpan\20const&\2c\20unsigned\20int\2c\20FT_COLR_Paint_\20const&\2c\20SkPaint*\29::$_0::operator\28\29\28FT_ColorStopIterator_\20const&\2c\20std::__2::vector>&\2c\20std::__2::vector\2c\20std::__2::allocator>>&\29\20const::ColorStop\20const&\29&\2c\20std::__2::__wrap_iter<\28anonymous\20namespace\29::colrv1_configure_skpaint\28FT_FaceRec_*\2c\20SkSpan\20const&\2c\20unsigned\20int\2c\20FT_COLR_Paint_\20const&\2c\20SkPaint*\29::$_0::operator\28\29\28FT_ColorStopIterator_\20const&\2c\20std::__2::vector>&\2c\20std::__2::vector\2c\20std::__2::allocator>>&\29\20const::ColorStop*>>\28std::__2::__wrap_iter<\28anonymous\20namespace\29::colrv1_configure_skpaint\28FT_FaceRec_*\2c\20SkSpan\20const&\2c\20unsigned\20int\2c\20FT_COLR_Paint_\20const&\2c\20SkPaint*\29::$_0::operator\28\29\28FT_ColorStopIterator_\20const&\2c\20std::__2::vector>&\2c\20std::__2::vector\2c\20std::__2::allocator>>&\29\20const::ColorStop*>\2c\20std::__2::__wrap_iter<\28anonymous\20namespace\29::colrv1_configure_skpaint\28FT_FaceRec_*\2c\20SkSpan\20const&\2c\20unsigned\20int\2c\20FT_COLR_Paint_\20const&\2c\20SkPaint*\29::$_0::operator\28\29\28FT_ColorStopIterator_\20const&\2c\20std::__2::vector>&\2c\20std::__2::vector\2c\20std::__2::allocator>>&\29\20const::ColorStop*>\2c\20\28anonymous\20namespace\29::colrv1_configure_skpaint\28FT_FaceRec_*\2c\20SkSpan\20const&\2c\20unsigned\20int\2c\20FT_COLR_Paint_\20const&\2c\20SkPaint*\29::$_0::operator\28\29\28FT_ColorStopIterator_\20const&\2c\20std::__2::vector>&\2c\20std::__2::vector\2c\20std::__2::allocator>>&\29\20const::'lambda'\28\28anonymous\20namespace\29::colrv1_configure_skpaint\28FT_FaceRec_*\2c\20SkSpan\20const&\2c\20unsigned\20int\2c\20FT_COLR_Paint_\20const&\2c\20SkPaint*\29::$_0::operator\28\29\28FT_ColorStopIterator_\20const&\2c\20std::__2::vector>&\2c\20std::__2::vector\2c\20std::__2::allocator>>&\29\20const::ColorStop\20const&\2c\20\28anonymous\20namespace\29::colrv1_configure_skpaint\28FT_FaceRec_*\2c\20SkSpan\20const&\2c\20unsigned\20int\2c\20FT_COLR_Paint_\20const&\2c\20SkPaint*\29::$_0::operator\28\29\28FT_ColorStopIterator_\20const&\2c\20std::__2::vector>&\2c\20std::__2::vector\2c\20std::__2::allocator>>&\29\20const::ColorStop\20const&\29&\2c\20std::__2::iterator_traits\20const&\2c\20unsigned\20int\2c\20FT_COLR_Paint_\20const&\2c\20SkPaint*\29::$_0::operator\28\29\28FT_ColorStopIterator_\20const&\2c\20std::__2::vector>&\2c\20std::__2::vector\2c\20std::__2::allocator>>&\29\20const::ColorStop*>>::difference_type\2c\20std::__2::iterator_traits\20const&\2c\20unsigned\20int\2c\20FT_COLR_Paint_\20const&\2c\20SkPaint*\29::$_0::operator\28\29\28FT_ColorStopIterator_\20const&\2c\20std::__2::vector>&\2c\20std::__2::vector\2c\20std::__2::allocator>>&\29\20const::ColorStop*>>::value_type*\29 +5114:void\20std::__2::__sort5_maybe_branchless\5babi:ne180100\5d\28skia::textlayout::OneLineShaper::RunBlock*\2c\20skia::textlayout::OneLineShaper::RunBlock*\2c\20skia::textlayout::OneLineShaper::RunBlock*\2c\20skia::textlayout::OneLineShaper::RunBlock*\2c\20skia::textlayout::OneLineShaper::RunBlock*\2c\20skia::textlayout::OneLineShaper::finish\28skia::textlayout::Block\20const&\2c\20float\2c\20float&\29::$_0&\29 +5115:void\20std::__2::__sort5_maybe_branchless\5babi:ne180100\5d\2c\20std::__2::allocator>>\20const&\29::$_0&\2c\20impeller::TRect\20const**\2c\200>\28impeller::TRect\20const**\2c\20impeller::TRect\20const**\2c\20impeller::TRect\20const**\2c\20impeller::TRect\20const**\2c\20impeller::TRect\20const**\2c\20flutter::DlRegion::setRects\28std::__2::vector\2c\20std::__2::allocator>>\20const&\29::$_0&\29 +5116:void\20std::__2::__sort5_maybe_branchless\5babi:ne180100\5d\28SkSL::ProgramElement\20const**\2c\20SkSL::ProgramElement\20const**\2c\20SkSL::ProgramElement\20const**\2c\20SkSL::ProgramElement\20const**\2c\20SkSL::ProgramElement\20const**\2c\20SkSL::Transform::\28anonymous\20namespace\29::BuiltinVariableScanner::sortNewElements\28\29::'lambda'\28SkSL::ProgramElement\20const*\2c\20SkSL::ProgramElement\20const*\29&\29 +5117:void\20std::__2::__sort5_maybe_branchless\5babi:ne180100\5d\28SkSL::FunctionDefinition\20const**\2c\20SkSL::FunctionDefinition\20const**\2c\20SkSL::FunctionDefinition\20const**\2c\20SkSL::FunctionDefinition\20const**\2c\20SkSL::FunctionDefinition\20const**\2c\20SkSL::Transform::FindAndDeclareBuiltinFunctions\28SkSL::Program&\29::$_0&\29 +5118:void\20std::__2::__sift_up\5babi:ne180100\5d*>>\28std::__2::__wrap_iter*>\2c\20std::__2::__wrap_iter*>\2c\20GrGeometryProcessor::ProgramImpl::emitTransformCode\28GrGLSLVertexBuilder*\2c\20GrGLSLUniformHandler*\29::$_1&\2c\20std::__2::iterator_traits*>>::difference_type\29 +5119:void\20std::__2::__sift_up\5babi:ne180100\5d>\28std::__2::__wrap_iter\2c\20std::__2::__wrap_iter\2c\20GrAATriangulator::EventComparator&\2c\20std::__2::iterator_traits>::difference_type\29 +5120:void\20std::__2::__optional_storage_base::__construct\5babi:ne180100\5d\28skia::textlayout::FontArguments\20const&\29 +5121:void\20std::__2::__optional_storage_base::__assign_from\5babi:ne180100\5d\20const&>\28std::__2::__optional_copy_assign_base\20const&\29 +5122:void\20std::__2::__optional_storage_base::__construct\5babi:ne180100\5d\28flutter::DlPaint\20const&\29 +5123:void\20std::__2::__optional_storage_base::__assign_from\5babi:ne180100\5d\20const&>\28std::__2::__optional_copy_assign_base\20const&\29 +5124:void\20std::__2::__optional_storage_base::__construct\5babi:ne180100\5d\28AutoLayerForImageFilter&&\29 +5125:void\20std::__2::__memberwise_forward_assign\5babi:ne180100\5d&\2c\20int&>\2c\20std::__2::tuple\2c\20unsigned\20long>\2c\20sk_sp\2c\20unsigned\20long\2c\200ul\2c\201ul>\28std::__2::tuple&\2c\20int&>&\2c\20std::__2::tuple\2c\20unsigned\20long>&&\2c\20std::__2::__tuple_types\2c\20unsigned\20long>\2c\20std::__2::__tuple_indices<0ul\2c\201ul>\29 +5126:void\20std::__2::__memberwise_forward_assign\5babi:ne180100\5d&>\2c\20std::__2::tuple>\2c\20GrSurfaceProxyView\2c\20sk_sp\2c\200ul\2c\201ul>\28std::__2::tuple&>&\2c\20std::__2::tuple>&&\2c\20std::__2::__tuple_types>\2c\20std::__2::__tuple_indices<0ul\2c\201ul>\29 +5127:void\20std::__2::__list_imp>::__delete_node\5babi:ne180100\5d<>\28std::__2::__list_node*\29 +5128:void\20std::__2::__introsort\28skia::textlayout::OneLineShaper::RunBlock*\2c\20skia::textlayout::OneLineShaper::RunBlock*\2c\20skia::textlayout::OneLineShaper::finish\28skia::textlayout::Block\20const&\2c\20float\2c\20float&\29::$_0&\2c\20std::__2::iterator_traits::difference_type\2c\20bool\29 +5129:void\20std::__2::__introsort\2c\20std::__2::allocator>>\20const&\29::$_0&\2c\20impeller::TRect\20const**\2c\20false>\28impeller::TRect\20const**\2c\20impeller::TRect\20const**\2c\20flutter::DlRegion::setRects\28std::__2::vector\2c\20std::__2::allocator>>\20const&\29::$_0&\2c\20std::__2::iterator_traits\20const**>::difference_type\2c\20bool\29 +5130:void\20std::__2::__introsort\28SkSL::ProgramElement\20const**\2c\20SkSL::ProgramElement\20const**\2c\20SkSL::Transform::\28anonymous\20namespace\29::BuiltinVariableScanner::sortNewElements\28\29::'lambda'\28SkSL::ProgramElement\20const*\2c\20SkSL::ProgramElement\20const*\29&\2c\20std::__2::iterator_traits::difference_type\2c\20bool\29 +5131:void\20std::__2::__introsort\28SkSL::FunctionDefinition\20const**\2c\20SkSL::FunctionDefinition\20const**\2c\20SkSL::Transform::FindAndDeclareBuiltinFunctions\28SkSL::Program&\29::$_0&\2c\20std::__2::iterator_traits::difference_type\2c\20bool\29 +5132:void\20std::__2::__forward_list_base\2c\20std::__2::allocator>>::__delete_node\5babi:ne180100\5d<>\28std::__2::__forward_list_node\2c\20void*>*\29 +5133:void\20std::__2::__double_or_nothing\5babi:nn180100\5d\28std::__2::unique_ptr&\2c\20char*&\2c\20char*&\29 +5134:void\20sorted_merge<&sweep_lt_vert\28SkPoint\20const&\2c\20SkPoint\20const&\29>\28GrTriangulator::VertexList*\2c\20GrTriangulator::VertexList*\2c\20GrTriangulator::VertexList*\29 +5135:void\20sorted_merge<&sweep_lt_horiz\28SkPoint\20const&\2c\20SkPoint\20const&\29>\28GrTriangulator::VertexList*\2c\20GrTriangulator::VertexList*\2c\20GrTriangulator::VertexList*\29 +5136:void\20sort_r_simple\28void*\2c\20unsigned\20long\2c\20unsigned\20long\2c\20int\20\28*\29\28void\20const*\2c\20void\20const*\2c\20void*\29\2c\20void*\29 +5137:void\20sktext::gpu::fillDirectClipped\28SkZip\2c\20unsigned\20int\2c\20SkPoint\2c\20SkIRect*\29 +5138:void\20skgpu::ganesh::SurfaceFillContext::clearAtLeast<\28SkAlphaType\292>\28SkIRect\20const&\2c\20SkRGBA4f<\28SkAlphaType\292>\20const&\29 +5139:void\20icu_74::umtx_initOnce\28icu_74::UInitOnce&\2c\20void\20\28*\29\28char\20const*\2c\20UErrorCode&\29\2c\20char\20const*\2c\20UErrorCode&\29 +5140:void\20hb_sanitize_context_t::set_object>\28OT::KernSubTable\20const*\29 +5141:void\20hair_path<\28SkPaint::Cap\292>\28SkPathRaw\20const&\2c\20SkRasterClip\20const&\2c\20SkBlitter*\2c\20void\20\28*\29\28SkPoint\20const*\2c\20int\2c\20SkRegion\20const*\2c\20SkBlitter*\29\29 +5142:void\20hair_path<\28SkPaint::Cap\291>\28SkPathRaw\20const&\2c\20SkRasterClip\20const&\2c\20SkBlitter*\2c\20void\20\28*\29\28SkPoint\20const*\2c\20int\2c\20SkRegion\20const*\2c\20SkBlitter*\29\29 +5143:void\20hair_path<\28SkPaint::Cap\290>\28SkPathRaw\20const&\2c\20SkRasterClip\20const&\2c\20SkBlitter*\2c\20void\20\28*\29\28SkPoint\20const*\2c\20int\2c\20SkRegion\20const*\2c\20SkBlitter*\29\29 +5144:void\20\28anonymous\20namespace\29::copyFT2LCD16\28FT_Bitmap_\20const&\2c\20SkMaskBuilder*\2c\20int\2c\20unsigned\20char\20const*\2c\20unsigned\20char\20const*\2c\20unsigned\20char\20const*\29 +5145:void\20\28anonymous\20namespace\29::Pass::blur\28int\2c\20int\2c\20int\2c\20unsigned\20int\20const*\2c\20int\2c\20unsigned\20int*\2c\20int\29 +5146:void\20\28anonymous\20namespace\29::Pass::blur\28int\2c\20int\2c\20int\2c\20unsigned\20char\20const*\2c\20int\2c\20unsigned\20char*\2c\20int\29 +5147:void\20SkTQSort\28double*\2c\20double*\29 +5148:void\20SkTIntroSort\28int\2c\20int*\2c\20int\2c\20DistanceLessThan\20const&\29 +5149:void\20SkTIntroSort\28float*\2c\20float*\29::'lambda'\28float\20const&\2c\20float\20const&\29>\28int\2c\20float*\2c\20int\2c\20void\20SkTQSort\28float*\2c\20float*\29::'lambda'\28float\20const&\2c\20float\20const&\29\20const&\29 +5150:void\20SkTIntroSort\28double*\2c\20double*\29::'lambda'\28double\20const&\2c\20double\20const&\29>\28int\2c\20double*\2c\20int\2c\20void\20SkTQSort\28double*\2c\20double*\29::'lambda'\28double\20const&\2c\20double\20const&\29\20const&\29 +5151:void\20SkTIntroSort\28int\2c\20SkString*\2c\20int\2c\20bool\20\20const\28&\29\28SkString\20const&\2c\20SkString\20const&\29\29 +5152:void\20SkTIntroSort\28int\2c\20SkOpRayHit**\2c\20int\2c\20bool\20\20const\28&\29\28SkOpRayHit\20const*\2c\20SkOpRayHit\20const*\29\29 +5153:void\20SkTIntroSort\28SkOpContour**\2c\20SkOpContour**\29::'lambda'\28SkOpContour\20const*\2c\20SkOpContour\20const*\29>\28int\2c\20SkOpContour*\2c\20int\2c\20void\20SkTQSort\28SkOpContour**\2c\20SkOpContour**\29::'lambda'\28SkOpContour\20const*\2c\20SkOpContour\20const*\29\20const&\29 +5154:void\20SkTIntroSort\28int\2c\20SkEdge**\2c\20int\2c\20bool\20\20const\28&\29\28SkEdge\20const*\2c\20SkEdge\20const*\29\29 +5155:void\20SkTIntroSort\28SkClosestRecord\20const**\2c\20SkClosestRecord\20const**\29::'lambda'\28SkClosestRecord\20const*\2c\20SkClosestRecord\20const*\29>\28int\2c\20SkClosestRecord\20const*\2c\20int\2c\20void\20SkTQSort\28SkClosestRecord\20const**\2c\20SkClosestRecord\20const**\29::'lambda'\28SkClosestRecord\20const*\2c\20SkClosestRecord\20const*\29\20const&\29 +5156:void\20SkTIntroSort\28int\2c\20SkAnalyticEdge**\2c\20int\2c\20bool\20\20const\28&\29\28SkAnalyticEdge\20const*\2c\20SkAnalyticEdge\20const*\29\29 +5157:void\20SkTIntroSort\28int\2c\20GrGpuResource**\2c\20int\2c\20bool\20\20const\28&\29\28GrGpuResource*\20const&\2c\20GrGpuResource*\20const&\29\29 +5158:void\20SkTIntroSort\28int\2c\20GrGpuResource**\2c\20int\2c\20bool\20\28*\20const&\29\28GrGpuResource*\20const&\2c\20GrGpuResource*\20const&\29\29 +5159:void\20SkTIntroSort\28int\2c\20Edge*\2c\20int\2c\20EdgeLT\20const&\29 +5160:void\20SkSafeUnref\28GrWindowRectangles::Rec\20const*\29 +5161:void\20SkSafeUnref\28GrSurface::RefCntedReleaseProc*\29 +5162:void\20SkSafeUnref\28GrBufferAllocPool::CpuBufferCache*\29 +5163:void\20SkRecords::FillBounds::trackBounds\28SkRecords::NoOp\20const&\29 +5164:void\20GrGLProgramDataManager::setMatrices<4>\28GrResourceHandle\2c\20int\2c\20float\20const*\29\20const +5165:void\20GrGLProgramDataManager::setMatrices<3>\28GrResourceHandle\2c\20int\2c\20float\20const*\29\20const +5166:void\20GrGLProgramDataManager::setMatrices<2>\28GrResourceHandle\2c\20int\2c\20float\20const*\29\20const +5167:void\20A8_row_aa\28unsigned\20char*\2c\20unsigned\20char\2c\20int\2c\20unsigned\20char\2c\20unsigned\20char\20\28*\29\28unsigned\20char\2c\20unsigned\20char\29\2c\20bool\29 +5168:void*\20flutter::DisplayListBuilder::Push\20const&\2c\20int&\2c\20impeller::BlendMode&\2c\20flutter::DlImageSampling&\2c\20bool\2c\20bool&>\28unsigned\20long\2c\20sk_sp\20const&\2c\20int&\2c\20impeller::BlendMode&\2c\20flutter::DlImageSampling&\2c\20bool&&\2c\20bool&\29 +5169:void*\20flutter::DisplayListBuilder::Push\20const&\2c\20int&\2c\20impeller::BlendMode&\2c\20flutter::DlImageSampling&\2c\20bool\2c\20impeller::TRect\20const&\2c\20bool&>\28unsigned\20long\2c\20sk_sp\20const&\2c\20int&\2c\20impeller::BlendMode&\2c\20flutter::DlImageSampling&\2c\20bool&&\2c\20impeller::TRect\20const&\2c\20bool&\29 +5170:void*\20OT::hb_accelerate_subtables_context_t::cache_func_to>\28void*\2c\20OT::hb_ot_lookup_cache_op_t\29 +5171:void*\20OT::hb_accelerate_subtables_context_t::cache_func_to>\28void*\2c\20OT::hb_ot_lookup_cache_op_t\29 +5172:virtual\20thunk\20to\20GrGLTexture::onSetLabel\28\29 +5173:virtual\20thunk\20to\20GrGLTexture::backendFormat\28\29\20const +5174:vfiprintf +5175:validate_texel_levels\28SkISize\2c\20GrColorType\2c\20GrMipLevel\20const*\2c\20int\2c\20GrCaps\20const*\29 +5176:valid_divs\28int\20const*\2c\20int\2c\20int\2c\20int\29 +5177:utf8_byte_type\28unsigned\20char\29 +5178:utf8TextClose\28UText*\29 +5179:utf8TextAccess\28UText*\2c\20long\20long\2c\20signed\20char\29 +5180:utext_openConstUnicodeString_74 +5181:utext_openCharacterIterator_74 +5182:utext_moveIndex32_74 +5183:utext_getPreviousNativeIndex_74 +5184:ustrcase_mapWithOverlap_74 +5185:use_tiled_rendering\28GrGLCaps\20const&\2c\20GrOpsRenderPass::StencilLoadAndStoreInfo\20const&\29 +5186:ures_getInt_74 +5187:ures_getIntVector_74 +5188:ures_copyResb_74 +5189:ures_closeBundle\28UResourceBundle*\2c\20signed\20char\29 +5190:uprv_stricmp_74 +5191:uprv_mapFile_74 +5192:uprv_compareInvAscii_74 +5193:upropsvec_addPropertyStarts_74 +5194:uprops_getSource_74 +5195:uprops_addPropertyStarts_74 +5196:update_edge\28SkEdge*\2c\20int\29 +5197:unsigned\20short\20std::__2::__num_get_unsigned_integral\5babi:nn180100\5d\28char\20const*\2c\20char\20const*\2c\20unsigned\20int&\2c\20int\29 +5198:unsigned\20short\20sk_saturate_cast\28float\29 +5199:unsigned\20long\20long\20std::__2::__num_get_unsigned_integral\5babi:nn180100\5d\28char\20const*\2c\20char\20const*\2c\20unsigned\20int&\2c\20int\29 +5200:unsigned\20long&\20std::__2::vector>::emplace_back\28unsigned\20long&\29 +5201:unsigned\20int\20std::__2::__num_get_unsigned_integral\5babi:nn180100\5d\28char\20const*\2c\20char\20const*\2c\20unsigned\20int&\2c\20int\29 +5202:unsigned\20int\20icu_74::\28anonymous\20namespace\29::MixedBlocks::makeHashCode\28unsigned\20short\20const*\2c\20int\29\20const +5203:unsigned\20int\20const*\20std::__2::lower_bound\5babi:nn180100\5d\28unsigned\20int\20const*\2c\20unsigned\20int\20const*\2c\20unsigned\20long\20const&\29 +5204:unsigned\20char\20pack_distance_field_val<4>\28float\29 +5205:unorm_getFCD16_74 +5206:uniformData_getPointer +5207:uniformData_dispose +5208:umutablecptrie_close_74 +5209:ultag_isUnicodeLocaleType_74 +5210:ultag_isExtensionSubtags_74 +5211:ultag_getVariantsSize\28ULanguageTag\20const*\29 +5212:ultag_getTKeyStart_74 +5213:ultag_getExtensionsSize\28ULanguageTag\20const*\29 +5214:ulocimp_toBcpType_74 +5215:uloc_toUnicodeLocaleType_74 +5216:uloc_toUnicodeLocaleKey_74 +5217:uloc_setKeywordValue_74 +5218:uloc_getTableStringWithFallback_74 +5219:uloc_getScript_74 +5220:uloc_getName_74 +5221:uloc_getLanguage_74 +5222:uloc_getDisplayName_74 +5223:uloc_getCountry_74 +5224:uloc_canonicalize_74 +5225:uhash_init_74 +5226:uenum_close_74 +5227:udata_open_74 +5228:udata_getHashTable\28UErrorCode&\29 +5229:udata_findCachedData\28char\20const*\2c\20UErrorCode&\29 +5230:udata_checkCommonData_74 +5231:ucptrie_internalU8PrevIndex_74 +5232:uchar_addPropertyStarts_74 +5233:ucase_toFullTitle_74 +5234:ucase_toFullLower_74 +5235:ucase_toFullFolding_74 +5236:ucase_addPropertyStarts_74 +5237:ubrk_setText_74 +5238:ubrk_close_wrapper\28UBreakIterator*\29 +5239:ubidi_getVisualRun_74 +5240:ubidi_getPairedBracketType_74 +5241:ubidi_getClass_74 +5242:ubidi_countRuns_74 +5243:ubidi_close_74 +5244:u_unescapeAt_74 +5245:u_strToUTF8_74 +5246:u_memrchr_74 +5247:u_memcmp_74 +5248:u_memchr_74 +5249:u_isgraphPOSIX_74 +5250:u_getPropertyEnum_74 +5251:u8_lerp\28unsigned\20char\2c\20unsigned\20char\2c\20unsigned\20char\29 +5252:tt_size_select +5253:tt_size_run_prep +5254:tt_size_done_bytecode +5255:tt_sbit_decoder_load_image +5256:tt_prepare_zone +5257:tt_loader_set_pp +5258:tt_loader_init +5259:tt_loader_done +5260:tt_hvadvance_adjust +5261:tt_face_vary_cvt +5262:tt_face_palette_set +5263:tt_face_load_generic_header +5264:tt_face_load_cvt +5265:tt_face_goto_table +5266:tt_face_get_metrics +5267:tt_done_blend +5268:tt_cmap4_set_range +5269:tt_cmap4_next +5270:tt_cmap4_char_map_linear +5271:tt_cmap4_char_map_binary +5272:tt_cmap2_get_subheader +5273:tt_cmap14_get_nondef_chars +5274:tt_cmap14_get_def_chars +5275:tt_cmap14_def_char_count +5276:tt_cmap13_next +5277:tt_cmap13_init +5278:tt_cmap13_char_map_binary +5279:tt_cmap12_next +5280:tt_cmap12_char_map_binary +5281:tt_apply_mvar +5282:top_collinear\28GrTriangulator::Edge*\2c\20GrTriangulator::Edge*\29 +5283:to_stablekey\28int\2c\20unsigned\20int\29 +5284:toUpperOrTitle\28int\2c\20int\20\28*\29\28void*\2c\20signed\20char\29\2c\20void*\2c\20char16_t\20const**\2c\20int\2c\20signed\20char\29 +5285:throw_on_failure\28unsigned\20long\2c\20void*\29 +5286:thai_pua_shape\28unsigned\20int\2c\20thai_action_t\2c\20hb_font_t*\29 +5287:t1_lookup_glyph_by_stdcharcode_ps +5288:t1_cmap_std_init +5289:t1_cmap_std_char_index +5290:t1_builder_init +5291:t1_builder_close_contour +5292:t1_builder_add_point1 +5293:t1_builder_add_point +5294:t1_builder_add_contour +5295:sweep_lt_vert\28SkPoint\20const&\2c\20SkPoint\20const&\29 +5296:sweep_lt_horiz\28SkPoint\20const&\2c\20SkPoint\20const&\29 +5297:swap\28hb_bit_set_t&\2c\20hb_bit_set_t&\29 +5298:strutStyle_setFontSize +5299:strtoull +5300:strtoul +5301:strtoll_l +5302:strtol +5303:strspn +5304:strcspn +5305:store_int +5306:std::logic_error::~logic_error\28\29 +5307:std::logic_error::logic_error\28char\20const*\29 +5308:std::exception::exception\5babi:nn180100\5d\28\29 +5309:std::__2::vector>\2c\20std::__2::allocator>>>::__base_destruct_at_end\5babi:ne180100\5d\28std::__2::unique_ptr>*\29 +5310:std::__2::vector\2c\20std::__2::allocator>>::__base_destruct_at_end\5babi:ne180100\5d\28std::__2::tuple*\29 +5311:std::__2::vector>::max_size\28\29\20const +5312:std::__2::vector>::capacity\5babi:nn180100\5d\28\29\20const +5313:std::__2::vector>::__construct_at_end\28unsigned\20long\29 +5314:std::__2::vector>::__clear\5babi:nn180100\5d\28\29 +5315:std::__2::vector\2c\20std::__2::allocator>\2c\20std::__2::allocator\2c\20std::__2::allocator>>>::__clear\5babi:ne180100\5d\28\29 +5316:std::__2::vector>::__clear\5babi:ne180100\5d\28\29 +5317:std::__2::vector>::vector\28std::__2::vector>\20const&\29 +5318:std::__2::vector>::__vallocate\5babi:ne180100\5d\28unsigned\20long\29 +5319:std::__2::vector>::~vector\5babi:ne180100\5d\28\29 +5320:std::__2::vector>::__swap_out_circular_buffer\28std::__2::__split_buffer&>&\29 +5321:std::__2::vector>::operator=\5babi:ne180100\5d\28std::__2::vector>\20const&\29 +5322:std::__2::vector>::__clear\5babi:ne180100\5d\28\29 +5323:std::__2::vector>::__base_destruct_at_end\5babi:ne180100\5d\28skia::textlayout::FontFeature*\29 +5324:std::__2::vector\2c\20std::__2::allocator>>::vector\28std::__2::vector\2c\20std::__2::allocator>>\20const&\29 +5325:std::__2::vector\2c\20std::__2::allocator>>::reserve\28unsigned\20long\29 +5326:std::__2::vector>::~vector\5babi:ne180100\5d\28\29 +5327:std::__2::vector>::push_back\5babi:ne180100\5d\28flutter::DlPaint\20const&\29 +5328:std::__2::vector>::__swap_out_circular_buffer\28std::__2::__split_buffer&>&\29 +5329:std::__2::vector>::__recommend\5babi:ne180100\5d\28unsigned\20long\29\20const +5330:std::__2::vector>::__construct_at_end\28unsigned\20long\29 +5331:std::__2::vector>::pop_back\28\29 +5332:std::__2::vector>::__base_destruct_at_end\5babi:ne180100\5d\28flutter::DisplayListBuilder::SaveInfo*\29 +5333:std::__2::vector>::insert\28std::__2::__wrap_iter\2c\20float&&\29 +5334:std::__2::vector>::__construct_at_end\28unsigned\20long\29 +5335:std::__2::vector>::__swap_out_circular_buffer\28std::__2::__split_buffer&>&\29 +5336:std::__2::vector>::__vallocate\5babi:ne180100\5d\28unsigned\20long\29 +5337:std::__2::vector>::__swap_out_circular_buffer\28std::__2::__split_buffer&>&\29 +5338:std::__2::vector>::vector\5babi:ne180100\5d\28std::initializer_list\29 +5339:std::__2::vector>::reserve\28unsigned\20long\29 +5340:std::__2::vector>::operator=\5babi:ne180100\5d\28std::__2::vector>\20const&\29 +5341:std::__2::vector>::__vdeallocate\28\29 +5342:std::__2::vector>::__destroy_vector::operator\28\29\5babi:ne180100\5d\28\29 +5343:std::__2::vector>::__clear\5babi:ne180100\5d\28\29 +5344:std::__2::vector>::__base_destruct_at_end\5babi:ne180100\5d\28SkString*\29 +5345:std::__2::vector>::push_back\5babi:ne180100\5d\28SkSL::TraceInfo&&\29 +5346:std::__2::vector>::push_back\5babi:ne180100\5d\28SkSL::SymbolTable*\20const&\29 +5347:std::__2::vector>::~vector\5babi:ne180100\5d\28\29 +5348:std::__2::vector>::__swap_out_circular_buffer\28std::__2::__split_buffer&>&\29 +5349:std::__2::vector>::__swap_out_circular_buffer\28std::__2::__split_buffer&>&\2c\20SkSL::ProgramElement\20const**\29 +5350:std::__2::vector>::__move_range\28SkSL::ProgramElement\20const**\2c\20SkSL::ProgramElement\20const**\2c\20SkSL::ProgramElement\20const**\29 +5351:std::__2::vector>::push_back\5babi:ne180100\5d\28SkRuntimeEffect::Uniform&&\29 +5352:std::__2::vector>::push_back\5babi:ne180100\5d\28SkRuntimeEffect::Child&&\29 +5353:std::__2::vector>::~vector\5babi:ne180100\5d\28\29 +5354:std::__2::vector>::__vallocate\5babi:ne180100\5d\28unsigned\20long\29 +5355:std::__2::vector>::__destroy_vector::operator\28\29\5babi:ne180100\5d\28\29 +5356:std::__2::vector>::reserve\28unsigned\20long\29 +5357:std::__2::vector>::__swap_out_circular_buffer\28std::__2::__split_buffer&>&\29 +5358:std::__2::vector>::push_back\5babi:ne180100\5d\28SkMeshSpecification::Varying&&\29 +5359:std::__2::vector>::__destroy_vector::operator\28\29\5babi:ne180100\5d\28\29 +5360:std::__2::vector>::reserve\28unsigned\20long\29 +5361:std::__2::vector>::__swap_out_circular_buffer\28std::__2::__split_buffer&>&\29 +5362:std::__2::vector>::__destroy_vector::operator\28\29\5babi:ne180100\5d\28\29 +5363:std::__2::vector>::__vallocate\5babi:ne180100\5d\28unsigned\20long\29 +5364:std::__2::vector>::__clear\5babi:ne180100\5d\28\29 +5365:std::__2::unique_ptr::unique_ptr\5babi:nn180100\5d\28unsigned\20char*\2c\20std::__2::__dependent_type\2c\20true>::__good_rval_ref_type\29 +5366:std::__2::unique_ptr::operator=\5babi:ne180100\5d\28std::__2::unique_ptr&&\29 +5367:std::__2::unique_ptr>::~unique_ptr\5babi:ne180100\5d\28\29 +5368:std::__2::unique_ptr>::reset\5babi:ne180100\5d\28sktext::gpu::TextBlobRedrawCoordinator*\29 +5369:std::__2::unique_ptr::~unique_ptr\5babi:ne180100\5d\28\29 +5370:std::__2::unique_ptr>::~unique_ptr\5babi:ne180100\5d\28\29 +5371:std::__2::unique_ptr>::reset\5babi:ne180100\5d\28sktext::gpu::SubRunAllocator*\29 +5372:std::__2::unique_ptr>::~unique_ptr\5babi:ne180100\5d\28\29 +5373:std::__2::unique_ptr>::reset\5babi:ne180100\5d\28sktext::gpu::StrikeCache*\29 +5374:std::__2::unique_ptr>::~unique_ptr\5babi:ne180100\5d\28\29 +5375:std::__2::unique_ptr>::reset\5babi:ne180100\5d\28sktext::GlyphRunBuilder*\29 +5376:std::__2::unique_ptr\2c\20skia::textlayout::OneLineShaper::FontKey::Hasher>::Pair\2c\20skia::textlayout::OneLineShaper::FontKey\2c\20skia_private::THashMap\2c\20skia::textlayout::OneLineShaper::FontKey::Hasher>::Pair>::Slot\20\5b\5d\2c\20std::__2::default_delete\2c\20skia::textlayout::OneLineShaper::FontKey::Hasher>::Pair\2c\20skia::textlayout::OneLineShaper::FontKey\2c\20skia_private::THashMap\2c\20skia::textlayout::OneLineShaper::FontKey::Hasher>::Pair>::Slot\20\5b\5d>>::~unique_ptr\5babi:ne180100\5d\28\29 +5377:std::__2::unique_ptr\2c\20SkGoodHash>::Pair\2c\20int\2c\20skia_private::THashMap\2c\20SkGoodHash>::Pair>::Slot\20\5b\5d\2c\20std::__2::default_delete\2c\20SkGoodHash>::Pair\2c\20int\2c\20skia_private::THashMap\2c\20SkGoodHash>::Pair>::Slot\20\5b\5d>>::~unique_ptr\5babi:ne180100\5d\28\29 +5378:std::__2::unique_ptr\2c\20SkGoodHash>::Pair\2c\20SkString\2c\20skia_private::THashMap\2c\20SkGoodHash>::Pair>::Slot\20\5b\5d\2c\20std::__2::default_delete\2c\20SkGoodHash>::Pair\2c\20SkString\2c\20skia_private::THashMap\2c\20SkGoodHash>::Pair>::Slot\20\5b\5d>>::~unique_ptr\5babi:ne180100\5d\28\29 +5379:std::__2::unique_ptr>\2c\20SkGoodHash>::Pair\2c\20SkSL::Variable\20const*\2c\20skia_private::THashMap>\2c\20SkGoodHash>::Pair>::Slot\20\5b\5d\2c\20std::__2::default_delete>\2c\20SkGoodHash>::Pair\2c\20SkSL::Variable\20const*\2c\20skia_private::THashMap>\2c\20SkGoodHash>::Pair>::Slot\20\5b\5d>>::~unique_ptr\5babi:ne180100\5d\28\29 +5380:std::__2::unique_ptr\2c\20false>\2c\20SkGoodHash>::Pair\2c\20SkSL::FunctionDeclaration\20const*\2c\20skia_private::THashMap\2c\20false>\2c\20SkGoodHash>::Pair>::Slot\20\5b\5d\2c\20std::__2::default_delete\2c\20false>\2c\20SkGoodHash>::Pair\2c\20SkSL::FunctionDeclaration\20const*\2c\20skia_private::THashMap\2c\20false>\2c\20SkGoodHash>::Pair>::Slot\20\5b\5d>>::~unique_ptr\5babi:ne180100\5d\28\29 +5381:std::__2::unique_ptr\2c\20std::__2::allocator>\2c\20SkSL::Analysis::SpecializedFunctionKey::Hash>::Pair\2c\20SkSL::Analysis::SpecializedFunctionKey\2c\20skia_private::THashMap\2c\20std::__2::allocator>\2c\20SkSL::Analysis::SpecializedFunctionKey::Hash>::Pair>::Slot\20\5b\5d\2c\20std::__2::default_delete\2c\20std::__2::allocator>\2c\20SkSL::Analysis::SpecializedFunctionKey::Hash>::Pair\2c\20SkSL::Analysis::SpecializedFunctionKey\2c\20skia_private::THashMap\2c\20std::__2::allocator>\2c\20SkSL::Analysis::SpecializedFunctionKey::Hash>::Pair>::Slot\20\5b\5d>>::~unique_ptr\5babi:ne180100\5d\28\29 +5382:std::__2::unique_ptr::Pair\2c\20SkPath\2c\20skia_private::THashMap::Pair>::Slot\20\5b\5d\2c\20std::__2::default_delete::Pair\2c\20SkPath\2c\20skia_private::THashMap::Pair>::Slot\20\5b\5d>>::~unique_ptr\5babi:ne180100\5d\28\29 +5383:std::__2::unique_ptr>\2c\20SkGoodHash>::Pair\2c\20SkImageFilter\20const*\2c\20skia_private::THashMap>\2c\20SkGoodHash>::Pair>::Slot\20\5b\5d\2c\20std::__2::default_delete>\2c\20SkGoodHash>::Pair\2c\20SkImageFilter\20const*\2c\20skia_private::THashMap>\2c\20SkGoodHash>::Pair>::Slot\20\5b\5d>>::~unique_ptr\5babi:ne180100\5d\28\29 +5384:std::__2::unique_ptr\2c\20SkIcuBreakIteratorCache::Request::Hash>::Pair\2c\20SkIcuBreakIteratorCache::Request\2c\20skia_private::THashMap\2c\20SkIcuBreakIteratorCache::Request::Hash>::Pair>::Slot\20\5b\5d\2c\20std::__2::default_delete\2c\20SkIcuBreakIteratorCache::Request::Hash>::Pair\2c\20SkIcuBreakIteratorCache::Request\2c\20skia_private::THashMap\2c\20SkIcuBreakIteratorCache::Request::Hash>::Pair>::Slot\20\5b\5d>>::~unique_ptr\5babi:ne180100\5d\28\29 +5385:std::__2::unique_ptr\2c\20SkDescriptor\20const&\2c\20sktext::gpu::StrikeCache::HashTraits>::Slot\20\5b\5d\2c\20std::__2::default_delete\2c\20SkDescriptor\20const&\2c\20sktext::gpu::StrikeCache::HashTraits>::Slot\20\5b\5d>>::~unique_ptr\5babi:ne180100\5d\28\29 +5386:std::__2::unique_ptr\2c\20SkDescriptor\2c\20SkStrikeCache::StrikeTraits>::Slot\20\5b\5d\2c\20std::__2::default_delete\2c\20SkDescriptor\2c\20SkStrikeCache::StrikeTraits>::Slot\20\5b\5d>>::~unique_ptr\5babi:ne180100\5d\28\29 +5387:std::__2::unique_ptr::Slot\20\5b\5d\2c\20std::__2::default_delete::Slot\20\5b\5d>>::~unique_ptr\5babi:ne180100\5d\28\29 +5388:std::__2::unique_ptr\2c\20std::__2::default_delete>>::reset\5babi:ne180100\5d\28skia_private::TArray*\29 +5389:std::__2::unique_ptr>::~unique_ptr\5babi:ne180100\5d\28\29 +5390:std::__2::unique_ptr>::~unique_ptr\5babi:ne180100\5d\28\29 +5391:std::__2::unique_ptr>::reset\5babi:ne180100\5d\28skgpu::ganesh::SmallPathAtlasMgr*\29 +5392:std::__2::unique_ptr\20\5b\5d\2c\20std::__2::default_delete\20\5b\5d>>::~unique_ptr\5babi:ne180100\5d\28\29 +5393:std::__2::unique_ptr>::reset\5babi:ne180100\5d\28hb_font_t*\29 +5394:std::__2::unique_ptr>::~unique_ptr\5babi:ne180100\5d\28\29 +5395:std::__2::unique_ptr>::reset\5babi:ne180100\5d\28hb_blob_t*\29 +5396:std::__2::unique_ptr>::~unique_ptr\5babi:ne180100\5d\28\29 +5397:std::__2::unique_ptr>::reset\5babi:ne180100\5d\28flutter::DisplayListBuilder*\29 +5398:std::__2::unique_ptr::operator=\5babi:nn180100\5d\28std::__2::unique_ptr&&\29 +5399:std::__2::unique_ptr<\28anonymous\20namespace\29::SoftwarePathData\2c\20std::__2::default_delete<\28anonymous\20namespace\29::SoftwarePathData>>::reset\5babi:ne180100\5d\28\28anonymous\20namespace\29::SoftwarePathData*\29 +5400:std::__2::unique_ptr>::~unique_ptr\5babi:ne180100\5d\28\29 +5401:std::__2::unique_ptr>::reset\5babi:ne180100\5d\28WebPDemuxer*\29 +5402:std::__2::unique_ptr>::~unique_ptr\5babi:ne180100\5d\28\29 +5403:std::__2::unique_ptr>::reset\5babi:ne180100\5d\28SkTaskGroup*\29 +5404:std::__2::unique_ptr>::~unique_ptr\5babi:ne180100\5d\28\29 +5405:std::__2::unique_ptr>::~unique_ptr\5babi:ne180100\5d\28\29 +5406:std::__2::unique_ptr>::reset\5babi:ne180100\5d\28SkSL::RP::Program*\29 +5407:std::__2::unique_ptr>::~unique_ptr\5babi:ne180100\5d\28\29 +5408:std::__2::unique_ptr>::reset\5babi:ne180100\5d\28SkSL::Program*\29 +5409:std::__2::unique_ptr>::reset\5babi:ne180100\5d\28SkSL::ProgramUsage*\29 +5410:std::__2::unique_ptr>::~unique_ptr\5babi:ne180100\5d\28\29 +5411:std::__2::unique_ptr>::~unique_ptr\5babi:ne180100\5d\28\29 +5412:std::__2::unique_ptr>::reset\5babi:ne180100\5d\28SkSL::MemoryPool*\29 +5413:std::__2::unique_ptr>\20SkSL::coalesce_vector\28std::__2::array\20const&\2c\20double\2c\20SkSL::Type\20const&\2c\20double\20\28*\29\28double\2c\20double\2c\20double\29\2c\20double\20\28*\29\28double\29\29 +5414:std::__2::unique_ptr>\20SkSL::coalesce_pairwise_vectors\28std::__2::array\20const&\2c\20double\2c\20SkSL::Type\20const&\2c\20double\20\28*\29\28double\2c\20double\2c\20double\29\2c\20double\20\28*\29\28double\29\29 +5415:std::__2::unique_ptr>::~unique_ptr\5babi:ne180100\5d\28\29 +5416:std::__2::unique_ptr>::~unique_ptr\5babi:ne180100\5d\28\29 +5417:std::__2::unique_ptr>::reset\5babi:ne180100\5d\28SkRecordCanvas*\29 +5418:std::__2::unique_ptr>::reset\5babi:ne180100\5d\28SkLatticeIter*\29 +5419:std::__2::unique_ptr>::reset\5babi:ne180100\5d\28SkCanvas::Layer*\29 +5420:std::__2::unique_ptr>::~unique_ptr\5babi:ne180100\5d\28\29 +5421:std::__2::unique_ptr>::reset\5babi:ne180100\5d\28SkCanvas::BackImage*\29 +5422:std::__2::unique_ptr>::~unique_ptr\5babi:ne180100\5d\28\29 +5423:std::__2::unique_ptr>::reset\5babi:ne180100\5d\28SkArenaAlloc*\29 +5424:std::__2::unique_ptr>::~unique_ptr\5babi:ne180100\5d\28\29 +5425:std::__2::unique_ptr>::reset\5babi:ne180100\5d\28GrThreadSafeCache*\29 +5426:std::__2::unique_ptr>::~unique_ptr\5babi:ne180100\5d\28\29 +5427:std::__2::unique_ptr>::reset\5babi:ne180100\5d\28GrResourceProvider*\29 +5428:std::__2::unique_ptr>::~unique_ptr\5babi:ne180100\5d\28\29 +5429:std::__2::unique_ptr>::reset\5babi:ne180100\5d\28GrResourceCache*\29 +5430:std::__2::unique_ptr>::~unique_ptr\5babi:ne180100\5d\28\29 +5431:std::__2::unique_ptr>::reset\5babi:ne180100\5d\28GrProxyProvider*\29 +5432:std::__2::unique_ptr>::~unique_ptr\5babi:ne180100\5d\28\29 +5433:std::__2::unique_ptr>::~unique_ptr\5babi:ne180100\5d\28\29 +5434:std::__2::unique_ptr>::~unique_ptr\5babi:ne180100\5d\28\29 +5435:std::__2::unique_ptr>::reset\5babi:ne180100\5d\28GrAuditTrail::OpNode*\29 +5436:std::__2::unique_ptr>::reset\5babi:ne180100\5d\28FT_SizeRec_*\29 +5437:std::__2::tuple::tuple\5babi:nn180100\5d\28std::__2::locale::id::__get\28\29::$_0&&\29 +5438:std::__2::tuple\2c\20int\2c\20sktext::gpu::SubRunAllocator>\20sktext::gpu::SubRunAllocator::AllocateClassMemoryAndArena\28int\29::'lambda0'\28\29::operator\28\29\28\29\20const +5439:std::__2::tuple\2c\20int\2c\20sktext::gpu::SubRunAllocator>\20sktext::gpu::SubRunAllocator::AllocateClassMemoryAndArena\28int\29::'lambda'\28\29::operator\28\29\28\29\20const +5440:std::__2::tuple&\20std::__2::tuple::operator=\5babi:ne180100\5d\28std::__2::pair&&\29 +5441:std::__2::to_string\28unsigned\20long\29 +5442:std::__2::to_chars_result\20std::__2::__to_chars_itoa\5babi:nn180100\5d\28char*\2c\20char*\2c\20unsigned\20int\2c\20std::__2::integral_constant\29 +5443:std::__2::time_put>>::~time_put\28\29_18140 +5444:std::__2::time_get>>::__get_year\28int&\2c\20std::__2::istreambuf_iterator>&\2c\20std::__2::istreambuf_iterator>\2c\20unsigned\20int&\2c\20std::__2::ctype\20const&\29\20const +5445:std::__2::time_get>>::__get_weekdayname\28int&\2c\20std::__2::istreambuf_iterator>&\2c\20std::__2::istreambuf_iterator>\2c\20unsigned\20int&\2c\20std::__2::ctype\20const&\29\20const +5446:std::__2::time_get>>::__get_monthname\28int&\2c\20std::__2::istreambuf_iterator>&\2c\20std::__2::istreambuf_iterator>\2c\20unsigned\20int&\2c\20std::__2::ctype\20const&\29\20const +5447:std::__2::time_get>>::__get_year\28int&\2c\20std::__2::istreambuf_iterator>&\2c\20std::__2::istreambuf_iterator>\2c\20unsigned\20int&\2c\20std::__2::ctype\20const&\29\20const +5448:std::__2::time_get>>::__get_weekdayname\28int&\2c\20std::__2::istreambuf_iterator>&\2c\20std::__2::istreambuf_iterator>\2c\20unsigned\20int&\2c\20std::__2::ctype\20const&\29\20const +5449:std::__2::time_get>>::__get_monthname\28int&\2c\20std::__2::istreambuf_iterator>&\2c\20std::__2::istreambuf_iterator>\2c\20unsigned\20int&\2c\20std::__2::ctype\20const&\29\20const +5450:std::__2::shared_ptr\20std::__2::make_shared\5babi:ne180100\5d\20const&\2c\20void>\28std::__2::shared_ptr\20const&\29 +5451:std::__2::shared_ptr::shared_ptr\5babi:ne180100\5d\28flutter::DisplayListBuilder::LayerInfo*\29 +5452:std::__2::reverse_iterator::operator++\5babi:nn180100\5d\28\29 +5453:std::__2::priority_queue>\2c\20GrAATriangulator::EventComparator>::push\28GrAATriangulator::Event*\20const&\29 +5454:std::__2::pair\20std::__2::__copy_trivial::operator\28\29\5babi:nn180100\5d\28wchar_t\20const*\2c\20wchar_t\20const*\2c\20wchar_t*\29\20const +5455:std::__2::pair::pair\5babi:ne180100\5d\28std::__2::pair&&\29 +5456:std::__2::pair>::~pair\28\29 +5457:std::__2::pair\20std::__2::__unwrap_and_dispatch\5babi:ne180100\5d\2c\20std::__2::__copy_trivial>\2c\20skia::textlayout::FontFeature*\2c\20skia::textlayout::FontFeature*\2c\20skia::textlayout::FontFeature*\2c\200>\28skia::textlayout::FontFeature*\2c\20skia::textlayout::FontFeature*\2c\20skia::textlayout::FontFeature*\29 +5458:std::__2::pair\2c\20std::__2::allocator>>>::~pair\28\29 +5459:std::__2::pair\20std::__2::__copy_trivial::operator\28\29\5babi:nn180100\5d\28char\20const*\2c\20char\20const*\2c\20char*\29\20const +5460:std::__2::pair::pair\5babi:nn180100\5d\28char\20const*&&\2c\20char*&&\29 +5461:std::__2::pair>::~pair\28\29 +5462:std::__2::pair\20std::__2::__unwrap_and_dispatch\5babi:ne180100\5d\2c\20std::__2::__copy_trivial>\2c\20SkString*\2c\20SkString*\2c\20SkString*\2c\200>\28SkString*\2c\20SkString*\2c\20SkString*\29 +5463:std::__2::pair>::~pair\28\29 +5464:std::__2::ostreambuf_iterator>::operator=\5babi:nn180100\5d\28wchar_t\29 +5465:std::__2::optional>\20impeller::TRect::MakePointBounds*>\28impeller::TPoint*\2c\20impeller::TPoint*\29 +5466:std::__2::optional&\20std::__2::optional::operator=\5babi:ne180100\5d\28flutter::DlPaint&\29 +5467:std::__2::optional&\20std::__2::optional::operator=\5babi:ne180100\5d\28SkPaint\20const&\29 +5468:std::__2::optional::value\5babi:ne180100\5d\28\29\20& +5469:std::__2::numpunct::~numpunct\28\29 +5470:std::__2::numpunct::~numpunct\28\29 +5471:std::__2::num_put>>\20const&\20std::__2::use_facet\5babi:nn180100\5d>>>\28std::__2::locale\20const&\29 +5472:std::__2::num_get>>::do_get\28std::__2::istreambuf_iterator>\2c\20std::__2::istreambuf_iterator>\2c\20std::__2::ios_base&\2c\20unsigned\20int&\2c\20unsigned\20int&\29\20const +5473:std::__2::num_get>>\20const&\20std::__2::use_facet\5babi:nn180100\5d>>>\28std::__2::locale\20const&\29 +5474:std::__2::num_get>>::do_get\28std::__2::istreambuf_iterator>\2c\20std::__2::istreambuf_iterator>\2c\20std::__2::ios_base&\2c\20unsigned\20int&\2c\20unsigned\20int&\29\20const +5475:std::__2::moneypunct\20const&\20std::__2::use_facet\5babi:nn180100\5d>\28std::__2::locale\20const&\29 +5476:std::__2::moneypunct\20const&\20std::__2::use_facet\5babi:nn180100\5d>\28std::__2::locale\20const&\29 +5477:std::__2::moneypunct::do_negative_sign\28\29\20const +5478:std::__2::moneypunct\20const&\20std::__2::use_facet\5babi:nn180100\5d>\28std::__2::locale\20const&\29 +5479:std::__2::moneypunct\20const&\20std::__2::use_facet\5babi:nn180100\5d>\28std::__2::locale\20const&\29 +5480:std::__2::moneypunct::do_negative_sign\28\29\20const +5481:std::__2::money_get>>::__do_get\28std::__2::istreambuf_iterator>&\2c\20std::__2::istreambuf_iterator>\2c\20bool\2c\20std::__2::locale\20const&\2c\20unsigned\20int\2c\20unsigned\20int&\2c\20bool&\2c\20std::__2::ctype\20const&\2c\20std::__2::unique_ptr&\2c\20wchar_t*&\2c\20wchar_t*\29 +5482:std::__2::money_get>>::__do_get\28std::__2::istreambuf_iterator>&\2c\20std::__2::istreambuf_iterator>\2c\20bool\2c\20std::__2::locale\20const&\2c\20unsigned\20int\2c\20unsigned\20int&\2c\20bool&\2c\20std::__2::ctype\20const&\2c\20std::__2::unique_ptr&\2c\20char*&\2c\20char*\29 +5483:std::__2::locale::operator=\28std::__2::locale\20const&\29 +5484:std::__2::locale::facet**\20std::__2::__construct_at\5babi:nn180100\5d\28std::__2::locale::facet**\29 +5485:std::__2::locale::__imp::~__imp\28\29 +5486:std::__2::locale::__imp::release\28\29 +5487:std::__2::list>::pop_front\28\29 +5488:std::__2::iterator_traits\2c\20std::__2::allocator>\20const*>::difference_type\20std::__2::distance\5babi:nn180100\5d\2c\20std::__2::allocator>\20const*>\28std::__2::basic_string\2c\20std::__2::allocator>\20const*\2c\20std::__2::basic_string\2c\20std::__2::allocator>\20const*\29 +5489:std::__2::iterator_traits::difference_type\20std::__2::distance\5babi:nn180100\5d\28char*\2c\20char*\29 +5490:std::__2::iterator_traits::difference_type\20std::__2::__distance\5babi:nn180100\5d\28char*\2c\20char*\2c\20std::__2::random_access_iterator_tag\29 +5491:std::__2::istreambuf_iterator>::operator++\5babi:nn180100\5d\28int\29 +5492:std::__2::istreambuf_iterator>::__test_for_eof\5babi:nn180100\5d\28\29\20const +5493:std::__2::istreambuf_iterator>::operator++\5babi:nn180100\5d\28int\29 +5494:std::__2::istreambuf_iterator>::__test_for_eof\5babi:nn180100\5d\28\29\20const +5495:std::__2::ios_base::width\5babi:nn180100\5d\28long\29 +5496:std::__2::ios_base::clear\28unsigned\20int\29 +5497:std::__2::ios_base::__call_callbacks\28std::__2::ios_base::event\29 +5498:std::__2::function::operator\28\29\28skia::textlayout::ParagraphImpl*\2c\20char\20const*\2c\20bool\29\20const +5499:std::__2::function::operator\28\29\28SkVertices\20const*\2c\20SkBlendMode\2c\20SkPaint\20const&\2c\20float\2c\20float\2c\20bool\29\20const +5500:std::__2::function::operator\28\29\28GrTextureProxy*\2c\20SkIRect\2c\20GrColorType\2c\20void\20const*\2c\20unsigned\20long\29\20const +5501:std::__2::enable_if::type\20skgpu::tess::PatchWriter\2c\20skgpu::tess::Optional<\28skgpu::tess::PatchAttribs\294>\2c\20skgpu::tess::Optional<\28skgpu::tess::PatchAttribs\298>\2c\20skgpu::tess::Optional<\28skgpu::tess::PatchAttribs\2964>\2c\20skgpu::tess::Optional<\28skgpu::tess::PatchAttribs\2932>\2c\20skgpu::tess::ReplicateLineEndPoints\2c\20skgpu::tess::TrackJoinControlPoints>::writeDeferredStrokePatch\28\29 +5502:std::__2::enable_if>::value\2c\20SkRuntimeEffectBuilder::BuilderUniform&>::type\20SkRuntimeEffectBuilder::BuilderUniform::operator=>\28std::__2::array\20const&\29 +5503:std::__2::enable_if::value\2c\20SkRuntimeEffectBuilder::BuilderUniform&>::type\20SkRuntimeEffectBuilder::BuilderUniform::operator=\28float\20const&\29 +5504:std::__2::enable_if\2c\20float>::type\20impeller::saturated::AverageScalar\28float\2c\20float\29 +5505:std::__2::enable_if>::value\20&&\20sizeof\20\28skia::textlayout::SkRange\29\20!=\204\2c\20unsigned\20int>::type\20SkGoodHash::operator\28\29>\28skia::textlayout::SkRange\20const&\29\20const +5506:std::__2::enable_if::value\20&&\20sizeof\20\28bool\29\20!=\204\2c\20unsigned\20int>::type\20SkGoodHash::operator\28\29\28bool\20const&\29\20const +5507:std::__2::enable_if\2c\20int>::type\20impeller::saturated::Add\28int\2c\20int\29 +5508:std::__2::enable_if::value\20&&\20is_move_assignable::value\2c\20void>::type\20std::__2::swap\5babi:nn180100\5d\28char&\2c\20char&\29 +5509:std::__2::enable_if::value\20&&\20is_move_assignable::value\2c\20void>::type\20std::__2::swap\5babi:ne180100\5d\28SkBitmap&\2c\20SkBitmap&\29 +5510:std::__2::deque>::back\28\29 +5511:std::__2::deque>::__add_back_capacity\28\29 +5512:std::__2::default_delete::Pair\2c\20unsigned\20int\2c\20skia_private::THashMap::Pair>::Slot\20\5b\5d>::_EnableIfConvertible::Pair\2c\20unsigned\20int\2c\20skia_private::THashMap::Pair>::Slot>::type\20std::__2::default_delete::Pair\2c\20unsigned\20int\2c\20skia_private::THashMap::Pair>::Slot\20\5b\5d>::operator\28\29\5babi:ne180100\5d::Pair\2c\20unsigned\20int\2c\20skia_private::THashMap::Pair>::Slot>\28skia_private::THashTable::Pair\2c\20unsigned\20int\2c\20skia_private::THashMap::Pair>::Slot*\29\20const +5513:std::__2::default_delete>\2c\20SkSL::IntrinsicKind\2c\20SkGoodHash>::Pair\2c\20std::__2::basic_string_view>\2c\20skia_private::THashMap>\2c\20SkSL::IntrinsicKind\2c\20SkGoodHash>::Pair>::Slot\20\5b\5d>::_EnableIfConvertible>\2c\20SkSL::IntrinsicKind\2c\20SkGoodHash>::Pair\2c\20std::__2::basic_string_view>\2c\20skia_private::THashMap>\2c\20SkSL::IntrinsicKind\2c\20SkGoodHash>::Pair>::Slot>::type\20std::__2::default_delete>\2c\20SkSL::IntrinsicKind\2c\20SkGoodHash>::Pair\2c\20std::__2::basic_string_view>\2c\20skia_private::THashMap>\2c\20SkSL::IntrinsicKind\2c\20SkGoodHash>::Pair>::Slot\20\5b\5d>::operator\28\29\5babi:ne180100\5d>\2c\20SkSL::IntrinsicKind\2c\20SkGoodHash>::Pair\2c\20std::__2::basic_string_view>\2c\20skia_private::THashMap>\2c\20SkSL::IntrinsicKind\2c\20SkGoodHash>::Pair>::Slot>\28skia_private::THashTable>\2c\20SkSL::IntrinsicKind\2c\20SkGoodHash>::Pair\2c\20std::__2::basic_string_view>\2c\20skia_private::THashMap>\2c\20SkSL::IntrinsicKind\2c\20SkGoodHash>::Pair>::Slot*\29\20const +5514:std::__2::default_delete\2c\20skia::textlayout::OneLineShaper::FontKey::Hasher>::Pair\2c\20skia::textlayout::OneLineShaper::FontKey\2c\20skia_private::THashMap\2c\20skia::textlayout::OneLineShaper::FontKey::Hasher>::Pair>::Slot\20\5b\5d>::_EnableIfConvertible\2c\20skia::textlayout::OneLineShaper::FontKey::Hasher>::Pair\2c\20skia::textlayout::OneLineShaper::FontKey\2c\20skia_private::THashMap\2c\20skia::textlayout::OneLineShaper::FontKey::Hasher>::Pair>::Slot>::type\20std::__2::default_delete\2c\20skia::textlayout::OneLineShaper::FontKey::Hasher>::Pair\2c\20skia::textlayout::OneLineShaper::FontKey\2c\20skia_private::THashMap\2c\20skia::textlayout::OneLineShaper::FontKey::Hasher>::Pair>::Slot\20\5b\5d>::operator\28\29\5babi:ne180100\5d\2c\20skia::textlayout::OneLineShaper::FontKey::Hasher>::Pair\2c\20skia::textlayout::OneLineShaper::FontKey\2c\20skia_private::THashMap\2c\20skia::textlayout::OneLineShaper::FontKey::Hasher>::Pair>::Slot>\28skia_private::THashTable\2c\20skia::textlayout::OneLineShaper::FontKey::Hasher>::Pair\2c\20skia::textlayout::OneLineShaper::FontKey\2c\20skia_private::THashMap\2c\20skia::textlayout::OneLineShaper::FontKey::Hasher>::Pair>::Slot*\29\20const +5515:std::__2::default_delete\2c\20std::__2::allocator>>\2c\20skia::textlayout::FontCollection::FamilyKey::Hasher>::Pair\2c\20skia::textlayout::FontCollection::FamilyKey\2c\20skia_private::THashMap\2c\20std::__2::allocator>>\2c\20skia::textlayout::FontCollection::FamilyKey::Hasher>::Pair>::Slot\20\5b\5d>::_EnableIfConvertible\2c\20std::__2::allocator>>\2c\20skia::textlayout::FontCollection::FamilyKey::Hasher>::Pair\2c\20skia::textlayout::FontCollection::FamilyKey\2c\20skia_private::THashMap\2c\20std::__2::allocator>>\2c\20skia::textlayout::FontCollection::FamilyKey::Hasher>::Pair>::Slot>::type\20std::__2::default_delete\2c\20std::__2::allocator>>\2c\20skia::textlayout::FontCollection::FamilyKey::Hasher>::Pair\2c\20skia::textlayout::FontCollection::FamilyKey\2c\20skia_private::THashMap\2c\20std::__2::allocator>>\2c\20skia::textlayout::FontCollection::FamilyKey::Hasher>::Pair>::Slot\20\5b\5d>::operator\28\29\5babi:ne180100\5d\2c\20std::__2::allocator>>\2c\20skia::textlayout::FontCollection::FamilyKey::Hasher>::Pair\2c\20skia::textlayout::FontCollection::FamilyKey\2c\20skia_private::THashMap\2c\20std::__2::allocator>>\2c\20skia::textlayout::FontCollection::FamilyKey::Hasher>::Pair>::Slot>\28skia_private::THashTable\2c\20std::__2::allocator>>\2c\20skia::textlayout::FontCollection::FamilyKey::Hasher>::Pair\2c\20skia::textlayout::FontCollection::FamilyKey\2c\20skia_private::THashMap\2c\20std::__2::allocator>>\2c\20skia::textlayout::FontCollection::FamilyKey::Hasher>::Pair>::Slot*\29\20const +5516:std::__2::default_delete>::Pair\2c\20skgpu::ganesh::AtlasPathRenderer::AtlasPathKey\2c\20skia_private::THashMap>::Pair>::Slot\20\5b\5d>::_EnableIfConvertible>::Pair\2c\20skgpu::ganesh::AtlasPathRenderer::AtlasPathKey\2c\20skia_private::THashMap>::Pair>::Slot>::type\20std::__2::default_delete>::Pair\2c\20skgpu::ganesh::AtlasPathRenderer::AtlasPathKey\2c\20skia_private::THashMap>::Pair>::Slot\20\5b\5d>::operator\28\29\5babi:ne180100\5d>::Pair\2c\20skgpu::ganesh::AtlasPathRenderer::AtlasPathKey\2c\20skia_private::THashMap>::Pair>::Slot>\28skia_private::THashTable>::Pair\2c\20skgpu::ganesh::AtlasPathRenderer::AtlasPathKey\2c\20skia_private::THashMap>::Pair>::Slot*\29\20const +5517:std::__2::default_delete::Pair\2c\20skgpu::UniqueKey\2c\20skia_private::THashMap::Pair>::Slot\20\5b\5d>::_EnableIfConvertible::Pair\2c\20skgpu::UniqueKey\2c\20skia_private::THashMap::Pair>::Slot>::type\20std::__2::default_delete::Pair\2c\20skgpu::UniqueKey\2c\20skia_private::THashMap::Pair>::Slot\20\5b\5d>::operator\28\29\5babi:ne180100\5d::Pair\2c\20skgpu::UniqueKey\2c\20skia_private::THashMap::Pair>::Slot>\28skia_private::THashTable::Pair\2c\20skgpu::UniqueKey\2c\20skia_private::THashMap::Pair>::Slot*\29\20const +5518:std::__2::default_delete\2c\20SkIcuBreakIteratorCache::Request::Hash>::Pair\2c\20SkIcuBreakIteratorCache::Request\2c\20skia_private::THashMap\2c\20SkIcuBreakIteratorCache::Request::Hash>::Pair>::Slot\20\5b\5d>::_EnableIfConvertible\2c\20SkIcuBreakIteratorCache::Request::Hash>::Pair\2c\20SkIcuBreakIteratorCache::Request\2c\20skia_private::THashMap\2c\20SkIcuBreakIteratorCache::Request::Hash>::Pair>::Slot>::type\20std::__2::default_delete\2c\20SkIcuBreakIteratorCache::Request::Hash>::Pair\2c\20SkIcuBreakIteratorCache::Request\2c\20skia_private::THashMap\2c\20SkIcuBreakIteratorCache::Request::Hash>::Pair>::Slot\20\5b\5d>::operator\28\29\5babi:ne180100\5d\2c\20SkIcuBreakIteratorCache::Request::Hash>::Pair\2c\20SkIcuBreakIteratorCache::Request\2c\20skia_private::THashMap\2c\20SkIcuBreakIteratorCache::Request::Hash>::Pair>::Slot>\28skia_private::THashTable\2c\20SkIcuBreakIteratorCache::Request::Hash>::Pair\2c\20SkIcuBreakIteratorCache::Request\2c\20skia_private::THashMap\2c\20SkIcuBreakIteratorCache::Request::Hash>::Pair>::Slot*\29\20const +5519:std::__2::default_delete\20\5b\5d>::_EnableIfConvertible>::type\20std::__2::default_delete\20\5b\5d>::operator\28\29\5babi:ne180100\5d>\28sk_sp*\29\20const +5520:std::__2::default_delete::_EnableIfConvertible::type\20std::__2::default_delete::operator\28\29\5babi:ne180100\5d\28GrGLCaps::ColorTypeInfo*\29\20const +5521:std::__2::ctype::~ctype\28\29 +5522:std::__2::codecvt::~codecvt\28\29 +5523:std::__2::codecvt::do_out\28__mbstate_t&\2c\20char\20const*\2c\20char\20const*\2c\20char\20const*&\2c\20char*\2c\20char*\2c\20char*&\29\20const +5524:std::__2::codecvt::do_out\28__mbstate_t&\2c\20char32_t\20const*\2c\20char32_t\20const*\2c\20char32_t\20const*&\2c\20char8_t*\2c\20char8_t*\2c\20char8_t*&\29\20const +5525:std::__2::codecvt::do_length\28__mbstate_t&\2c\20char8_t\20const*\2c\20char8_t\20const*\2c\20unsigned\20long\29\20const +5526:std::__2::codecvt::do_in\28__mbstate_t&\2c\20char8_t\20const*\2c\20char8_t\20const*\2c\20char8_t\20const*&\2c\20char32_t*\2c\20char32_t*\2c\20char32_t*&\29\20const +5527:std::__2::codecvt::do_out\28__mbstate_t&\2c\20char16_t\20const*\2c\20char16_t\20const*\2c\20char16_t\20const*&\2c\20char8_t*\2c\20char8_t*\2c\20char8_t*&\29\20const +5528:std::__2::codecvt::do_length\28__mbstate_t&\2c\20char8_t\20const*\2c\20char8_t\20const*\2c\20unsigned\20long\29\20const +5529:std::__2::codecvt::do_in\28__mbstate_t&\2c\20char8_t\20const*\2c\20char8_t\20const*\2c\20char8_t\20const*&\2c\20char16_t*\2c\20char16_t*\2c\20char16_t*&\29\20const +5530:std::__2::char_traits::eq_int_type\5babi:nn180100\5d\28int\2c\20int\29 +5531:std::__2::char_traits::not_eof\5babi:nn180100\5d\28int\29 +5532:std::__2::char_traits::find\5babi:ne180100\5d\28char\20const*\2c\20unsigned\20long\2c\20char\20const&\29 +5533:std::__2::basic_stringstream\2c\20std::__2::allocator>::basic_stringstream\5babi:ne180100\5d\28std::__2::basic_string\2c\20std::__2::allocator>\20const&\2c\20unsigned\20int\29 +5534:std::__2::basic_stringbuf\2c\20std::__2::allocator>::basic_stringbuf\5babi:ne180100\5d\28unsigned\20int\29 +5535:std::__2::basic_string_view>::substr\5babi:ne180100\5d\28unsigned\20long\2c\20unsigned\20long\29\20const +5536:std::__2::basic_string\2c\20std::__2::allocator>::basic_string\5babi:nn180100\5d\28unsigned\20long\2c\20wchar_t\29 +5537:std::__2::basic_string\2c\20std::__2::allocator>::basic_string\5babi:nn180100\5d\28wchar_t\20const*\2c\20wchar_t\20const*\29 +5538:std::__2::basic_string\2c\20std::__2::allocator>::__grow_by_without_replace\5babi:nn180100\5d\28unsigned\20long\2c\20unsigned\20long\2c\20unsigned\20long\2c\20unsigned\20long\2c\20unsigned\20long\2c\20unsigned\20long\29 +5539:std::__2::basic_string\2c\20std::__2::allocator>::__grow_by_and_replace\28unsigned\20long\2c\20unsigned\20long\2c\20unsigned\20long\2c\20unsigned\20long\2c\20unsigned\20long\2c\20unsigned\20long\2c\20wchar_t\20const*\29 +5540:std::__2::basic_string\2c\20std::__2::allocator>::insert\28unsigned\20long\2c\20char\20const*\2c\20unsigned\20long\29 +5541:std::__2::basic_string\2c\20std::__2::allocator>::basic_string\5babi:nn180100\5d\28unsigned\20long\2c\20char\29 +5542:std::__2::basic_string\2c\20std::__2::allocator>::basic_string\5babi:ne180100\5d\28std::__2::__uninitialized_size_tag\2c\20unsigned\20long\2c\20std::__2::allocator\20const&\29 +5543:std::__2::basic_string\2c\20std::__2::allocator>::__null_terminate_at\5babi:nn180100\5d\28char*\2c\20unsigned\20long\29 +5544:std::__2::basic_string\2c\20std::__2::allocator>::__init\28unsigned\20long\2c\20char\29 +5545:std::__2::basic_string\2c\20std::__2::allocator>&\20std::__2::basic_string\2c\20std::__2::allocator>::operator+=>\2c\200>\28std::__2::basic_string_view>\20const&\29 +5546:std::__2::basic_string\2c\20std::__2::allocator>&\20skia_private::TArray\2c\20std::__2::allocator>\2c\20false>::emplace_back\28char\20const*&&\29 +5547:std::__2::basic_streambuf>::sbumpc\5babi:nn180100\5d\28\29 +5548:std::__2::basic_streambuf>::sputc\5babi:nn180100\5d\28char\29 +5549:std::__2::basic_streambuf>::sgetc\5babi:nn180100\5d\28\29 +5550:std::__2::basic_streambuf>::sbumpc\5babi:nn180100\5d\28\29 +5551:std::__2::basic_streambuf>::pubsync\5babi:nn180100\5d\28\29 +5552:std::__2::basic_streambuf>::basic_streambuf\28\29 +5553:std::__2::basic_ostringstream\2c\20std::__2::allocator>::~basic_ostringstream\28\29_17378 +5554:std::__2::basic_ostream>::~basic_ostream\28\29_17261 +5555:std::__2::basic_ostream>::operator<<\28int\29 +5556:std::__2::basic_ostream>::operator<<\28float\29 +5557:std::__2::basic_ostream>&\20std::__2::__put_character_sequence\5babi:ne180100\5d>\28std::__2::basic_ostream>&\2c\20char\20const*\2c\20unsigned\20long\29 +5558:std::__2::basic_istream>::~basic_istream\28\29_17232 +5559:std::__2::basic_iostream>::basic_iostream\5babi:ne180100\5d\28std::__2::basic_streambuf>*\29 +5560:std::__2::basic_ios>::widen\5babi:ne180100\5d\28char\29\20const +5561:std::__2::basic_ios>::init\5babi:ne180100\5d\28std::__2::basic_streambuf>*\29 +5562:std::__2::basic_ios>::imbue\5babi:ne180100\5d\28std::__2::locale\20const&\29 +5563:std::__2::basic_ios>::fill\5babi:nn180100\5d\28\29\20const +5564:std::__2::allocator_traits>::deallocate\5babi:nn180100\5d\28std::__2::__sso_allocator&\2c\20std::__2::locale::facet**\2c\20unsigned\20long\29 +5565:std::__2::allocator::allocate\5babi:nn180100\5d\28unsigned\20long\29 +5566:std::__2::allocator::allocate\5babi:ne180100\5d\28unsigned\20long\29 +5567:std::__2::allocator::allocate\5babi:ne180100\5d\28unsigned\20long\29 +5568:std::__2::__wrap_iter\20std::__2::vector>::insert\2c\200>\28std::__2::__wrap_iter\2c\20std::__2::__wrap_iter\2c\20std::__2::__wrap_iter\29 +5569:std::__2::__unique_if\2c\20std::__2::allocator>>::__unique_single\20std::__2::make_unique\5babi:ne180100\5d\2c\20std::__2::allocator>\2c\20std::__2::basic_string\2c\20std::__2::allocator>>\28std::__2::basic_string\2c\20std::__2::allocator>&&\29 +5570:std::__2::__unique_if::__unique_single\20std::__2::make_unique\5babi:ne180100\5d>\2c\20std::__2::unique_ptr>\2c\20std::__2::unique_ptr>>\28SkSL::Position&\2c\20std::__2::unique_ptr>&&\2c\20std::__2::unique_ptr>&&\2c\20std::__2::unique_ptr>&&\29 +5571:std::__2::__unique_if::__unique_single\20std::__2::make_unique\5babi:ne180100\5d\28\29 +5572:std::__2::__unique_if::__unique_single\20std::__2::make_unique\5babi:ne180100\5d\28\29 +5573:std::__2::__unique_if::__unique_single\20std::__2::make_unique\5babi:ne180100\5d\28SkSL::Position&\2c\20SkSL::Type\20const&\2c\20SkSL::ExpressionArray&&\29 +5574:std::__2::__unique_if::__unique_single\20std::__2::make_unique\5babi:ne180100\5d>>\28SkSL::Position&\2c\20SkSL::Type\20const&\2c\20std::__2::unique_ptr>&&\29 +5575:std::__2::__unique_if::__unique_single\20std::__2::make_unique\5babi:ne180100\5d>>\28SkSL::Position&\2c\20SkSL::Type\20const&\2c\20std::__2::unique_ptr>&&\29 +5576:std::__2::__unique_if::__unique_single\20std::__2::make_unique\5babi:ne180100\5d>>\28SkSL::Position&\2c\20SkSL::Type\20const&\2c\20std::__2::unique_ptr>&&\29 +5577:std::__2::__unique_if::__unique_single\20std::__2::make_unique\5babi:ne180100\5d>>\28SkSL::Position&\2c\20SkSL::Type\20const&\2c\20std::__2::unique_ptr>&&\29 +5578:std::__2::__unique_if::__unique_single\20std::__2::make_unique\5babi:ne180100\5d>>\28SkSL::Position&\2c\20SkSL::Type\20const&\2c\20std::__2::unique_ptr>&&\29 +5579:std::__2::__unique_if::__unique_single\20std::__2::make_unique\5babi:ne180100\5d\28SkSL::Position&\2c\20SkSL::Type\20const&\2c\20SkSL::ExpressionArray&&\29 +5580:std::__2::__unique_if::__unique_single\20std::__2::make_unique\5babi:ne180100\5d>>\28SkSL::Position&\2c\20SkSL::Type\20const&\2c\20std::__2::unique_ptr>&&\29 +5581:std::__2::__unique_if::__unique_single\20std::__2::make_unique\5babi:ne180100\5d\28SkSL::Position&\2c\20SkSL::Type\20const&\2c\20SkSL::ExpressionArray&&\29 +5582:std::__2::__unique_if::__unique_single\20std::__2::make_unique\5babi:ne180100\5d>\2c\20true>\2c\20SkSL::Block::Kind&\2c\20std::__2::unique_ptr>>\28SkSL::Position&\2c\20skia_private::STArray<2\2c\20std::__2::unique_ptr>\2c\20true>&&\2c\20SkSL::Block::Kind&\2c\20std::__2::unique_ptr>&&\29 +5583:std::__2::__tuple_impl\2c\20std::__2::locale::id::__get\28\29::$_0&&>::__tuple_impl\5babi:nn180100\5d<0ul\2c\20std::__2::locale::id::__get\28\29::$_0&&\2c\20std::__2::locale::id::__get\28\29::$_0>\28std::__2::__tuple_indices<0ul>\2c\20std::__2::__tuple_types\2c\20std::__2::__tuple_indices<...>\2c\20std::__2::__tuple_types<>\2c\20std::__2::locale::id::__get\28\29::$_0&&\29 +5584:std::__2::__time_put::__time_put\5babi:nn180100\5d\28\29 +5585:std::__2::__time_put::__do_put\28char*\2c\20char*&\2c\20tm\20const*\2c\20char\2c\20char\29\20const +5586:std::__2::__throw_length_error\5babi:ne180100\5d\28char\20const*\29 +5587:std::__2::__split_buffer&>::~__split_buffer\28\29 +5588:std::__2::__split_buffer&>::__split_buffer\28unsigned\20long\2c\20unsigned\20long\2c\20std::__2::allocator&\29 +5589:std::__2::__split_buffer>::pop_back\5babi:ne180100\5d\28\29 +5590:std::__2::__split_buffer&>::push_back\28skia::textlayout::OneLineShaper::RunBlock*&&\29 +5591:std::__2::__split_buffer&>::~__split_buffer\28\29 +5592:std::__2::__split_buffer&>::__split_buffer\28unsigned\20long\2c\20unsigned\20long\2c\20std::__2::allocator&\29 +5593:std::__2::__split_buffer&>::~__split_buffer\28\29 +5594:std::__2::__split_buffer&>::__split_buffer\28unsigned\20long\2c\20unsigned\20long\2c\20std::__2::allocator&\29 +5595:std::__2::__split_buffer&>::~__split_buffer\28\29 +5596:std::__2::__split_buffer&>::~__split_buffer\28\29 +5597:std::__2::__split_buffer&>::__split_buffer\28unsigned\20long\2c\20unsigned\20long\2c\20std::__2::allocator&\29 +5598:std::__2::__split_buffer&>::~__split_buffer\28\29 +5599:std::__2::__split_buffer&>::__split_buffer\28unsigned\20long\2c\20unsigned\20long\2c\20std::__2::allocator&\29 +5600:std::__2::__split_buffer&>::~__split_buffer\28\29 +5601:std::__2::__shared_count::__add_shared\5babi:nn180100\5d\28\29 +5602:std::__2::__optional_move_base::__optional_move_base\5babi:ne180100\5d\28std::__2::__optional_move_base&&\29 +5603:std::__2::__optional_destruct_base::reset\5babi:ne180100\5d\28\29 +5604:std::__2::__optional_destruct_base::~__optional_destruct_base\5babi:ne180100\5d\28\29 +5605:std::__2::__optional_destruct_base::reset\5babi:ne180100\5d\28\29 +5606:std::__2::__optional_destruct_base::reset\5babi:ne180100\5d\28\29 +5607:std::__2::__optional_destruct_base::~__optional_destruct_base\5babi:ne180100\5d\28\29 +5608:std::__2::__optional_copy_base::__optional_copy_base\5babi:ne180100\5d\28std::__2::__optional_copy_base\20const&\29 +5609:std::__2::__num_put::__widen_and_group_int\28char*\2c\20char*\2c\20char*\2c\20wchar_t*\2c\20wchar_t*&\2c\20wchar_t*&\2c\20std::__2::locale\20const&\29 +5610:std::__2::__num_put::__widen_and_group_float\28char*\2c\20char*\2c\20char*\2c\20wchar_t*\2c\20wchar_t*&\2c\20wchar_t*&\2c\20std::__2::locale\20const&\29 +5611:std::__2::__num_put::__widen_and_group_int\28char*\2c\20char*\2c\20char*\2c\20char*\2c\20char*&\2c\20char*&\2c\20std::__2::locale\20const&\29 +5612:std::__2::__num_put::__widen_and_group_float\28char*\2c\20char*\2c\20char*\2c\20char*\2c\20char*&\2c\20char*&\2c\20std::__2::locale\20const&\29 +5613:std::__2::__money_put::__gather_info\28bool\2c\20bool\2c\20std::__2::locale\20const&\2c\20std::__2::money_base::pattern&\2c\20wchar_t&\2c\20wchar_t&\2c\20std::__2::basic_string\2c\20std::__2::allocator>&\2c\20std::__2::basic_string\2c\20std::__2::allocator>&\2c\20std::__2::basic_string\2c\20std::__2::allocator>&\2c\20int&\29 +5614:std::__2::__money_put::__format\28wchar_t*\2c\20wchar_t*&\2c\20wchar_t*&\2c\20unsigned\20int\2c\20wchar_t\20const*\2c\20wchar_t\20const*\2c\20std::__2::ctype\20const&\2c\20bool\2c\20std::__2::money_base::pattern\20const&\2c\20wchar_t\2c\20wchar_t\2c\20std::__2::basic_string\2c\20std::__2::allocator>\20const&\2c\20std::__2::basic_string\2c\20std::__2::allocator>\20const&\2c\20std::__2::basic_string\2c\20std::__2::allocator>\20const&\2c\20int\29 +5615:std::__2::__money_put::__gather_info\28bool\2c\20bool\2c\20std::__2::locale\20const&\2c\20std::__2::money_base::pattern&\2c\20char&\2c\20char&\2c\20std::__2::basic_string\2c\20std::__2::allocator>&\2c\20std::__2::basic_string\2c\20std::__2::allocator>&\2c\20std::__2::basic_string\2c\20std::__2::allocator>&\2c\20int&\29 +5616:std::__2::__money_put::__format\28char*\2c\20char*&\2c\20char*&\2c\20unsigned\20int\2c\20char\20const*\2c\20char\20const*\2c\20std::__2::ctype\20const&\2c\20bool\2c\20std::__2::money_base::pattern\20const&\2c\20char\2c\20char\2c\20std::__2::basic_string\2c\20std::__2::allocator>\20const&\2c\20std::__2::basic_string\2c\20std::__2::allocator>\20const&\2c\20std::__2::basic_string\2c\20std::__2::allocator>\20const&\2c\20int\29 +5617:std::__2::__libcpp_sscanf_l\28char\20const*\2c\20__locale_struct*\2c\20char\20const*\2c\20...\29 +5618:std::__2::__libcpp_mbrtowc_l\5babi:nn180100\5d\28wchar_t*\2c\20char\20const*\2c\20unsigned\20long\2c\20__mbstate_t*\2c\20__locale_struct*\29 +5619:std::__2::__libcpp_mb_cur_max_l\5babi:nn180100\5d\28__locale_struct*\29 +5620:std::__2::__hash_table\2c\20std::__2::__unordered_map_hasher\2c\20std::__2::hash\2c\20std::__2::equal_to\2c\20true>\2c\20std::__2::__unordered_map_equal\2c\20std::__2::equal_to\2c\20std::__2::hash\2c\20true>\2c\20std::__2::allocator>>::__deallocate_node\28std::__2::__hash_node_base\2c\20void*>*>*\29 +5621:std::__2::__hash_table\2c\20std::__2::__unordered_map_hasher\2c\20std::__2::hash\2c\20std::__2::equal_to\2c\20true>\2c\20std::__2::__unordered_map_equal\2c\20std::__2::equal_to\2c\20std::__2::hash\2c\20true>\2c\20std::__2::allocator>>::__deallocate_node\28std::__2::__hash_node_base\2c\20void*>*>*\29 +5622:std::__2::__hash_table\2c\20std::__2::equal_to\2c\20std::__2::allocator>::__deallocate_node\28std::__2::__hash_node_base*>*\29 +5623:std::__2::__function::__value_func\2c\20sktext::gpu::RendererData\29>::operator\28\29\5babi:ne180100\5d\28sktext::gpu::AtlasSubRun\20const*&&\2c\20SkPoint&&\2c\20SkPaint\20const&\2c\20sk_sp&&\2c\20sktext::gpu::RendererData&&\29\20const +5624:std::__2::__function::__value_func\2c\20skia::textlayout::SkRange\2c\20skia::textlayout::SkRange\2c\20skia::textlayout::SkRange\2c\20skia::textlayout::SkRange\2c\20float\2c\20unsigned\20long\2c\20unsigned\20long\2c\20SkPoint\2c\20SkPoint\2c\20skia::textlayout::InternalLineMetrics\2c\20bool\29>::operator\28\29\5babi:ne180100\5d\28skia::textlayout::SkRange&&\2c\20skia::textlayout::SkRange&&\2c\20skia::textlayout::SkRange&&\2c\20skia::textlayout::SkRange&&\2c\20skia::textlayout::SkRange&&\2c\20float&&\2c\20unsigned\20long&&\2c\20unsigned\20long&&\2c\20SkPoint&&\2c\20SkPoint&&\2c\20skia::textlayout::InternalLineMetrics&&\2c\20bool&&\29\20const +5625:std::__2::__function::__value_func\29>::operator\28\29\5babi:ne180100\5d\28skia::textlayout::Block&&\2c\20skia_private::TArray&&\29\20const +5626:std::__2::__function::__func\2c\20void\20\28void*\2c\20void\20const*\29>::~__func\28\29 +5627:std::__2::__function::__func\28GrFragmentProcessor\20const*\2c\20GrSurfaceProxy\20const*\29::'lambda'\28GrSurfaceProxy*\2c\20skgpu::Mipmapped\29\2c\20std::__2::allocator\28GrFragmentProcessor\20const*\2c\20GrSurfaceProxy\20const*\29::'lambda'\28GrSurfaceProxy*\2c\20skgpu::Mipmapped\29>\2c\20void\20\28GrSurfaceProxy*\2c\20skgpu::Mipmapped\29>::operator\28\29\28GrSurfaceProxy*&&\2c\20skgpu::Mipmapped&&\29 +5628:std::__2::__function::__func<\28anonymous\20namespace\29::colrv1_traverse_paint\28SkCanvas*\2c\20SkSpan\20const&\2c\20unsigned\20int\2c\20FT_FaceRec_*\2c\20FT_Opaque_Paint_\2c\20skia_private::THashSet*\29::$_0\2c\20std::__2::allocator<\28anonymous\20namespace\29::colrv1_traverse_paint\28SkCanvas*\2c\20SkSpan\20const&\2c\20unsigned\20int\2c\20FT_FaceRec_*\2c\20FT_Opaque_Paint_\2c\20skia_private::THashSet*\29::$_0>\2c\20void\20\28\29>::operator\28\29\28\29 +5629:std::__2::__function::__func\2c\20int\29::$_0\2c\20std::__2::allocator\2c\20int\29::$_0>\2c\20void\20\28\29>::~__func\28\29 +5630:std::__2::__function::__func\2c\20GrSurfaceProxy::LazyCallbackResult\20\28GrResourceProvider*\2c\20GrSurfaceProxy::LazySurfaceDesc\20const&\29>::~__func\28\29 +5631:std::__2::__function::__func\2c\20GrSurfaceProxy::LazyCallbackResult\20\28GrResourceProvider*\2c\20GrSurfaceProxy::LazySurfaceDesc\20const&\29>::~__func\28\29 +5632:std::__2::__function::__func\2c\20GrSurfaceProxy::LazyCallbackResult\20\28GrResourceProvider*\2c\20GrSurfaceProxy::LazySurfaceDesc\20const&\29>::~__func\28\29 +5633:std::__2::__function::__func&\29\2c\20std::__2::allocator&\29>\2c\20void\20\28std::__2::function&\29>::~__func\28\29 +5634:std::__2::__function::__func&\29\2c\20std::__2::allocator&\29>\2c\20void\20\28std::__2::function&\29>::operator\28\29\28std::__2::function&\29 +5635:std::__2::__function::__func&\29\2c\20std::__2::allocator&\29>\2c\20void\20\28std::__2::function&\29>::destroy_deallocate\28\29 +5636:std::__2::__function::__func&\29\2c\20std::__2::allocator&\29>\2c\20void\20\28std::__2::function&\29>::destroy\28\29 +5637:std::__2::__function::__func\2c\20void\20\28std::__2::function&\29>::~__func\28\29 +5638:std::__2::__forward_list_base\2c\20std::__2::allocator>>::clear\28\29 +5639:std::__2::__exception_guard_exceptions>::__destroy_vector>::~__exception_guard_exceptions\5babi:ne180100\5d\28\29 +5640:std::__2::__exception_guard_exceptions>::__destroy_vector>::~__exception_guard_exceptions\5babi:ne180100\5d\28\29 +5641:std::__2::__exception_guard_exceptions\2c\20SkString*>>::~__exception_guard_exceptions\5babi:ne180100\5d\28\29 +5642:std::__2::__constexpr_wcslen\5babi:nn180100\5d\28wchar_t\20const*\29 +5643:std::__2::__compressed_pair_elem\2c\20int\29::$_0\2c\200\2c\20false>::__compressed_pair_elem\5babi:ne180100\5d\2c\20int\29::$_0\20const&\2c\200ul>\28std::__2::piecewise_construct_t\2c\20std::__2::tuple\2c\20int\29::$_0\20const&>\2c\20std::__2::__tuple_indices<0ul>\29 +5644:std::__2::__compressed_pair_elem::__compressed_pair_elem\5babi:ne180100\5d\28std::__2::piecewise_construct_t\2c\20std::__2::tuple\2c\20std::__2::__tuple_indices<0ul>\29 +5645:std::__2::__compressed_pair::__compressed_pair\5babi:nn180100\5d\28unsigned\20char*&\2c\20void\20\28*&&\29\28void*\29\29 +5646:std::__2::__call_once\28unsigned\20long\20volatile&\2c\20void*\2c\20void\20\28*\29\28void*\29\29 +5647:std::__2::__allocation_result>::pointer>\20std::__2::__allocate_at_least\5babi:nn180100\5d>\28std::__2::__sso_allocator&\2c\20unsigned\20long\29 +5648:srgb_to_hsl\28SkRGBA4f<\28SkAlphaType\292>\2c\20bool*\29 +5649:spancpy\28SkSpan\2c\20SkSpan\29 +5650:sort_r_swap_blocks\28char*\2c\20unsigned\20long\2c\20unsigned\20long\29 +5651:sort_increasing_Y\28SkPoint*\2c\20SkPoint\20const*\2c\20int\29 +5652:sort_edges\28SkEdge**\2c\20int\2c\20SkEdge**\29 +5653:sort_as_rect\28skvx::Vec<4\2c\20float>\20const&\29 +5654:small_blur\28double\2c\20double\2c\20SkMask\20const&\2c\20SkMaskBuilder*\29::$_0::operator\28\29\28SkGaussFilter\20const&\2c\20unsigned\20short*\29\20const +5655:skvx::Vec<8\2c\20unsigned\20short>\20skvx::operator&<8\2c\20unsigned\20short>\28skvx::Vec<8\2c\20unsigned\20short>\20const&\2c\20skvx::Vec<8\2c\20unsigned\20short>\20const&\29 +5656:skvx::Vec<8\2c\20unsigned\20int>\20skvx::cast\28skvx::Vec<8\2c\20unsigned\20short>\20const&\29 +5657:skvx::Vec<4\2c\20unsigned\20short>\20skvx::operator>><4\2c\20unsigned\20short>\28skvx::Vec<4\2c\20unsigned\20short>\20const&\2c\20int\29 +5658:skvx::Vec<4\2c\20unsigned\20short>\20skvx::operator<<<4\2c\20unsigned\20short>\28skvx::Vec<4\2c\20unsigned\20short>\20const&\2c\20int\29 +5659:skvx::Vec<4\2c\20unsigned\20int>\20skvx::operator>><4\2c\20unsigned\20int>\28skvx::Vec<4\2c\20unsigned\20int>\20const&\2c\20int\29 +5660:skvx::Vec<4\2c\20unsigned\20int>\20skvx::operator*<4\2c\20unsigned\20int>\28skvx::Vec<4\2c\20unsigned\20int>\20const&\2c\20skvx::Vec<4\2c\20unsigned\20int>\20const&\29 +5661:skvx::Vec<4\2c\20skvx::Mask::type>\20skvx::operator!=<4\2c\20float\2c\20float\2c\20void>\28skvx::Vec<4\2c\20float>\20const&\2c\20float\29 +5662:skvx::Vec<4\2c\20skvx::Mask::type>\20skvx::operator!=<4\2c\20float>\28skvx::Vec<4\2c\20float>\20const&\2c\20skvx::Vec<4\2c\20float>\20const&\29 +5663:skvx::Vec<4\2c\20int>\20skvx::operator^<4\2c\20int>\28skvx::Vec<4\2c\20int>\20const&\2c\20skvx::Vec<4\2c\20int>\20const&\29 +5664:skvx::Vec<4\2c\20int>\20skvx::operator>><4\2c\20int>\28skvx::Vec<4\2c\20int>\20const&\2c\20int\29 +5665:skvx::Vec<4\2c\20int>\20skvx::operator<<<4\2c\20int>\28skvx::Vec<4\2c\20int>\20const&\2c\20int\29 +5666:skvx::Vec<4\2c\20float>\20skvx::sqrt<4>\28skvx::Vec<4\2c\20float>\20const&\29 +5667:skvx::Vec<4\2c\20float>\20skvx::operator/<4\2c\20float\2c\20float\2c\20void>\28skvx::Vec<4\2c\20float>\20const&\2c\20float\29 +5668:skvx::Vec<4\2c\20float>\20skvx::operator/<4\2c\20float>\28skvx::Vec<4\2c\20float>\20const&\2c\20skvx::Vec<4\2c\20float>\20const&\29 +5669:skvx::Vec<4\2c\20float>\20skvx::operator-<4\2c\20float\2c\20float\2c\20void>\28skvx::Vec<4\2c\20float>\20const&\2c\20float\29 +5670:skvx::Vec<4\2c\20float>\20skvx::operator-<4\2c\20float>\28skvx::Vec<4\2c\20float>\20const&\2c\20skvx::Vec<4\2c\20float>\20const&\29 +5671:skvx::Vec<4\2c\20float>\20skvx::operator*<4\2c\20float\2c\20int\2c\20void>\28skvx::Vec<4\2c\20float>\20const&\2c\20int\29 +5672:skvx::Vec<4\2c\20float>\20skvx::operator*<4\2c\20float\2c\20int\2c\20void>\28int\2c\20skvx::Vec<4\2c\20float>\20const&\29 +5673:skvx::Vec<4\2c\20float>\20skvx::min<4\2c\20float\2c\20float\2c\20void>\28float\2c\20skvx::Vec<4\2c\20float>\20const&\29 +5674:skvx::Vec<4\2c\20float>\20skvx::min<4\2c\20float>\28skvx::Vec<4\2c\20float>\20const&\2c\20skvx::Vec<4\2c\20float>\20const&\29\20\28.6378\29 +5675:skvx::Vec<4\2c\20float>\20skvx::max<4\2c\20float\2c\20float\2c\20void>\28float\2c\20skvx::Vec<4\2c\20float>\20const&\29 +5676:skvx::Vec<4\2c\20float>\20skvx::from_half<4>\28skvx::Vec<4\2c\20unsigned\20short>\20const&\29 +5677:skvx::Vec<4\2c\20float>&\20skvx::operator*=<4\2c\20float>\28skvx::Vec<4\2c\20float>&\2c\20skvx::Vec<4\2c\20float>\20const&\29\20\28.7285\29 +5678:skvx::ScaledDividerU32::divide\28skvx::Vec<4\2c\20unsigned\20int>\20const&\29\20const +5679:skvx::ScaledDividerU32::ScaledDividerU32\28unsigned\20int\29 +5680:sktext::gpu::build_distance_adjust_table\28float\29 +5681:sktext::gpu::VertexFiller::CanUseDirect\28SkMatrix\20const&\2c\20SkMatrix\20const&\29 +5682:sktext::gpu::TextBlobRedrawCoordinator::internalRemove\28sktext::gpu::TextBlob*\29 +5683:sktext::gpu::TextBlobRedrawCoordinator::BlobIDCacheEntry::findBlobIndex\28sktext::gpu::TextBlob::Key\20const&\29\20const +5684:sktext::gpu::TextBlobRedrawCoordinator::BlobIDCacheEntry::BlobIDCacheEntry\28sktext::gpu::TextBlobRedrawCoordinator::BlobIDCacheEntry&&\29 +5685:sktext::gpu::TextBlob::~TextBlob\28\29 +5686:sktext::gpu::SubRunControl::isSDFT\28float\2c\20SkPaint\20const&\2c\20SkMatrix\20const&\29\20const +5687:sktext::gpu::SubRunContainer::draw\28SkCanvas*\2c\20SkPoint\2c\20SkPaint\20const&\2c\20SkRefCnt\20const*\2c\20std::__2::function\2c\20sktext::gpu::RendererData\29>\20const&\29\20const +5688:sktext::gpu::SubRunContainer::MakeInAlloc\28sktext::GlyphRunList\20const&\2c\20SkMatrix\20const&\2c\20SkPaint\20const&\2c\20SkStrikeDeviceInfo\2c\20sktext::StrikeForGPUCacheInterface*\2c\20sktext::gpu::SubRunAllocator*\2c\20sktext::gpu::SubRunContainer::SubRunCreationBehavior\2c\20char\20const*\29::$_2::operator\28\29\28SkZip\2c\20skgpu::MaskFormat\29\20const +5689:sktext::gpu::SubRunContainer::MakeInAlloc\28sktext::GlyphRunList\20const&\2c\20SkMatrix\20const&\2c\20SkPaint\20const&\2c\20SkStrikeDeviceInfo\2c\20sktext::StrikeForGPUCacheInterface*\2c\20sktext::gpu::SubRunAllocator*\2c\20sktext::gpu::SubRunContainer::SubRunCreationBehavior\2c\20char\20const*\29::$_0::operator\28\29\28SkZip\2c\20skgpu::MaskFormat\29\20const +5690:sktext::gpu::SubRunContainer::MakeInAlloc\28sktext::GlyphRunList\20const&\2c\20SkMatrix\20const&\2c\20SkPaint\20const&\2c\20SkStrikeDeviceInfo\2c\20sktext::StrikeForGPUCacheInterface*\2c\20sktext::gpu::SubRunAllocator*\2c\20sktext::gpu::SubRunContainer::SubRunCreationBehavior\2c\20char\20const*\29 +5691:sktext::gpu::SubRunContainer::EstimateAllocSize\28sktext::GlyphRunList\20const&\29 +5692:sktext::gpu::SubRunAllocator::SubRunAllocator\28int\29 +5693:sktext::gpu::StrikeCache::internalPurge\28unsigned\20long\29 +5694:sktext::gpu::StrikeCache::freeAll\28\29 +5695:sktext::gpu::SlugImpl::~SlugImpl\28\29 +5696:sktext::gpu::GlyphVector::packedGlyphIDToGlyph\28sktext::gpu::StrikeCache*\29 +5697:sktext::gpu::AtlasSubRun::~AtlasSubRun\28\29 +5698:sktext::SkStrikePromise::resetStrike\28\29 +5699:sktext::GlyphRunList::maxGlyphRunSize\28\29\20const +5700:sktext::GlyphRunBuilder::~GlyphRunBuilder\28\29 +5701:sktext::GlyphRunBuilder::makeGlyphRunList\28sktext::GlyphRun\20const&\2c\20SkPaint\20const&\2c\20SkPoint\29 +5702:sktext::GlyphRunBuilder::blobToGlyphRunList\28SkTextBlob\20const&\2c\20SkPoint\29 +5703:sktext::GlyphRun*\20std::__2::construct_at\5babi:ne180100\5d&\2c\20SkSpan&\2c\20SkSpan&\2c\20SkSpan&\2c\20SkSpan&\2c\20sktext::GlyphRun*>\28sktext::GlyphRun*\2c\20SkFont\20const&\2c\20SkSpan&\2c\20SkSpan&\2c\20SkSpan&\2c\20SkSpan&\2c\20SkSpan&\29 +5704:skstd::to_string\28float\29 +5705:skip_string +5706:skip_procedure +5707:skip_comment +5708:skif::compatible_sampling\28SkSamplingOptions\20const&\2c\20bool\2c\20SkSamplingOptions*\2c\20bool\29 +5709:skif::\28anonymous\20namespace\29::decompose_transform\28SkMatrix\20const&\2c\20SkPoint\2c\20SkMatrix*\2c\20SkMatrix*\29 +5710:skif::\28anonymous\20namespace\29::are_axes_nearly_integer_aligned\28skif::LayerSpace\20const&\2c\20skif::LayerSpace*\29 +5711:skif::\28anonymous\20namespace\29::GaneshBackend::makeDevice\28SkImageInfo\20const&\29\20const +5712:skif::Mapping::adjustLayerSpace\28SkM44\20const&\29 +5713:skif::LayerSpace\20skif::Mapping::paramToLayer\28skif::ParameterSpace\20const&\29\20const +5714:skif::LayerSpace::inset\28skif::LayerSpace\20const&\29 +5715:skif::LayerSpace::RectToRect\28skif::LayerSpace\20const&\2c\20skif::LayerSpace\20const&\29 +5716:skif::FilterResult::draw\28skif::Context\20const&\2c\20SkDevice*\2c\20SkBlender\20const*\29\20const +5717:skif::FilterResult::Builder::drawShader\28sk_sp\2c\20skif::LayerSpace\20const&\2c\20bool\29\20const +5718:skif::FilterResult::Builder::createInputShaders\28skif::LayerSpace\20const&\2c\20bool\29 +5719:skif::Context::Context\28sk_sp\2c\20skif::Mapping\20const&\2c\20skif::LayerSpace\20const&\2c\20skif::FilterResult\20const&\2c\20SkColorSpace\20const*\2c\20skif::Stats*\29 +5720:skia_private::THashTable>\2c\20std::__2::basic_string_view>\2c\20skia_private::THashSet>\2c\20SkGoodHash>::Traits>::uncheckedSet\28std::__2::basic_string_view>&&\29 +5721:skia_private::THashTable>\2c\20std::__2::basic_string_view>\2c\20skia_private::THashSet>\2c\20SkGoodHash>::Traits>::set\28std::__2::basic_string_view>\29 +5722:skia_private::THashTable>\2c\20std::__2::basic_string_view>\2c\20skia_private::THashSet>\2c\20SkGoodHash>::Traits>::resize\28int\29 +5723:skia_private::THashTable::uncheckedSet\28sktext::gpu::Glyph*&&\29 +5724:skia_private::THashTable::Pair\2c\20unsigned\20int\2c\20skia_private::THashMap::Pair>::uncheckedSet\28skia_private::THashMap::Pair&&\29 +5725:skia_private::THashTable::Pair\2c\20unsigned\20int\2c\20skia_private::THashMap::Pair>::resize\28int\29 +5726:skia_private::THashTable::Pair\2c\20unsigned\20int\2c\20skia_private::THashMap::Pair>::removeIfExists\28unsigned\20int\20const&\29 +5727:skia_private::THashTable::Pair\2c\20unsigned\20int\2c\20skia_private::THashMap::Pair>::Slot::emplace\28skia_private::THashMap::Pair&&\2c\20unsigned\20int\29 +5728:skia_private::THashTable::Pair\2c\20unsigned\20int\2c\20skia_private::THashMap::Pair>::resize\28int\29 +5729:skia_private::THashTable::Pair\2c\20unsigned\20int\2c\20skia_private::THashMap::Pair>::reset\28\29 +5730:skia_private::THashTable::Pair\2c\20unsigned\20int\2c\20skia_private::THashMap::Pair>::resize\28int\29 +5731:skia_private::THashTable\2c\20skia::textlayout::OneLineShaper::FontKey::Hasher>::Pair\2c\20skia::textlayout::OneLineShaper::FontKey\2c\20skia_private::THashMap\2c\20skia::textlayout::OneLineShaper::FontKey::Hasher>::Pair>::uncheckedSet\28skia_private::THashMap\2c\20skia::textlayout::OneLineShaper::FontKey::Hasher>::Pair&&\29 +5732:skia_private::THashTable\2c\20skia::textlayout::OneLineShaper::FontKey::Hasher>::Pair\2c\20skia::textlayout::OneLineShaper::FontKey\2c\20skia_private::THashMap\2c\20skia::textlayout::OneLineShaper::FontKey::Hasher>::Pair>::Slot::reset\28\29 +5733:skia_private::THashTable\2c\20skia::textlayout::OneLineShaper::FontKey::Hasher>::Pair\2c\20skia::textlayout::OneLineShaper::FontKey\2c\20skia_private::THashMap\2c\20skia::textlayout::OneLineShaper::FontKey::Hasher>::Pair>::Slot::emplace\28skia_private::THashMap\2c\20skia::textlayout::OneLineShaper::FontKey::Hasher>::Pair&&\2c\20unsigned\20int\29 +5734:skia_private::THashTable\2c\20skia::textlayout::OneLineShaper::FontKey::Hasher>::Pair\2c\20skia::textlayout::OneLineShaper::FontKey\2c\20skia_private::THashMap\2c\20skia::textlayout::OneLineShaper::FontKey::Hasher>::Pair>::Hash\28skia::textlayout::OneLineShaper::FontKey\20const&\29 +5735:skia_private::THashTable\2c\20std::__2::allocator>>\2c\20skia::textlayout::FontCollection::FamilyKey::Hasher>::Pair\2c\20skia::textlayout::FontCollection::FamilyKey\2c\20skia_private::THashMap\2c\20std::__2::allocator>>\2c\20skia::textlayout::FontCollection::FamilyKey::Hasher>::Pair>::uncheckedSet\28skia_private::THashMap\2c\20std::__2::allocator>>\2c\20skia::textlayout::FontCollection::FamilyKey::Hasher>::Pair&&\29 +5736:skia_private::THashTable\2c\20std::__2::allocator>>\2c\20skia::textlayout::FontCollection::FamilyKey::Hasher>::Pair\2c\20skia::textlayout::FontCollection::FamilyKey\2c\20skia_private::THashMap\2c\20std::__2::allocator>>\2c\20skia::textlayout::FontCollection::FamilyKey::Hasher>::Pair>::Slot::reset\28\29 +5737:skia_private::THashTable\2c\20std::__2::allocator>>\2c\20skia::textlayout::FontCollection::FamilyKey::Hasher>::Pair\2c\20skia::textlayout::FontCollection::FamilyKey\2c\20skia_private::THashMap\2c\20std::__2::allocator>>\2c\20skia::textlayout::FontCollection::FamilyKey::Hasher>::Pair>::Slot::emplace\28skia_private::THashMap\2c\20std::__2::allocator>>\2c\20skia::textlayout::FontCollection::FamilyKey::Hasher>::Pair&&\2c\20unsigned\20int\29 +5738:skia_private::THashTable\2c\20std::__2::allocator>>\2c\20skia::textlayout::FontCollection::FamilyKey::Hasher>::Pair\2c\20skia::textlayout::FontCollection::FamilyKey\2c\20skia_private::THashMap\2c\20std::__2::allocator>>\2c\20skia::textlayout::FontCollection::FamilyKey::Hasher>::Pair>::Hash\28skia::textlayout::FontCollection::FamilyKey\20const&\29 +5739:skia_private::THashTable>::Pair\2c\20skgpu::ganesh::AtlasPathRenderer::AtlasPathKey\2c\20skia_private::THashMap>::Pair>::uncheckedSet\28skia_private::THashMap>::Pair&&\29 +5740:skia_private::THashTable>::Pair\2c\20skgpu::ganesh::AtlasPathRenderer::AtlasPathKey\2c\20skia_private::THashMap>::Pair>::reset\28\29 +5741:skia_private::THashTable>::Pair\2c\20skgpu::ganesh::AtlasPathRenderer::AtlasPathKey\2c\20skia_private::THashMap>::Pair>::Hash\28skgpu::ganesh::AtlasPathRenderer::AtlasPathKey\20const&\29 +5742:skia_private::THashTable::Pair\2c\20skgpu::UniqueKey\2c\20skia_private::THashMap::Pair>::uncheckedSet\28skia_private::THashMap::Pair&&\29 +5743:skia_private::THashTable::Pair\2c\20skgpu::UniqueKey\2c\20skia_private::THashMap::Pair>::Slot::reset\28\29 +5744:skia_private::THashTable::Pair\2c\20skgpu::UniqueKey\2c\20skia_private::THashMap::Pair>::Slot::emplace\28skia_private::THashMap::Pair&&\2c\20unsigned\20int\29 +5745:skia_private::THashTable\2c\20SkGoodHash>::Pair\2c\20int\2c\20skia_private::THashMap\2c\20SkGoodHash>::Pair>::uncheckedSet\28skia_private::THashMap\2c\20SkGoodHash>::Pair&&\29 +5746:skia_private::THashTable\2c\20SkGoodHash>::Pair\2c\20int\2c\20skia_private::THashMap\2c\20SkGoodHash>::Pair>::Slot::reset\28\29 +5747:skia_private::THashTable\2c\20SkGoodHash>::Pair\2c\20int\2c\20skia_private::THashMap\2c\20SkGoodHash>::Pair>::Slot::emplace\28skia_private::THashMap\2c\20SkGoodHash>::Pair&&\2c\20unsigned\20int\29 +5748:skia_private::THashTable\2c\20SkGoodHash>::Pair\2c\20SkString\2c\20skia_private::THashMap\2c\20SkGoodHash>::Pair>::uncheckedSet\28skia_private::THashMap\2c\20SkGoodHash>::Pair&&\29 +5749:skia_private::THashTable\2c\20SkGoodHash>::Pair\2c\20SkString\2c\20skia_private::THashMap\2c\20SkGoodHash>::Pair>::Slot::reset\28\29 +5750:skia_private::THashTable\2c\20SkGoodHash>::Pair\2c\20SkString\2c\20skia_private::THashMap\2c\20SkGoodHash>::Pair>::Slot::emplace\28skia_private::THashMap\2c\20SkGoodHash>::Pair&&\2c\20unsigned\20int\29 +5751:skia_private::THashTable\2c\20SkGoodHash>::Pair\2c\20SkString\2c\20skia_private::THashMap\2c\20SkGoodHash>::Pair>::Hash\28SkString\20const&\29 +5752:skia_private::THashTable>\2c\20SkGoodHash>::Pair\2c\20SkSL::Variable\20const*\2c\20skia_private::THashMap>\2c\20SkGoodHash>::Pair>::uncheckedSet\28skia_private::THashMap>\2c\20SkGoodHash>::Pair&&\29 +5753:skia_private::THashTable>\2c\20SkGoodHash>::Pair\2c\20SkSL::Variable\20const*\2c\20skia_private::THashMap>\2c\20SkGoodHash>::Pair>::Slot::reset\28\29 +5754:skia_private::THashTable>\2c\20SkGoodHash>::Pair\2c\20SkSL::Variable\20const*\2c\20skia_private::THashMap>\2c\20SkGoodHash>::Pair>::Slot::emplace\28skia_private::THashMap>\2c\20SkGoodHash>::Pair&&\2c\20unsigned\20int\29 +5755:skia_private::THashTable\2c\20std::__2::allocator>\2c\20SkGoodHash>::Pair\2c\20SkSL::Variable\20const*\2c\20skia_private::THashMap\2c\20std::__2::allocator>\2c\20SkGoodHash>::Pair>::Slot::reset\28\29 +5756:skia_private::THashTable\2c\20std::__2::allocator>\2c\20SkGoodHash>::Pair\2c\20SkSL::Variable\20const*\2c\20skia_private::THashMap\2c\20std::__2::allocator>\2c\20SkGoodHash>::Pair>::Slot::emplace\28skia_private::THashMap\2c\20std::__2::allocator>\2c\20SkGoodHash>::Pair&&\2c\20unsigned\20int\29 +5757:skia_private::THashTable::Pair\2c\20SkSL::Variable\20const*\2c\20skia_private::THashMap::Pair>::resize\28int\29 +5758:skia_private::THashTable::Pair\2c\20SkSL::Variable\20const*\2c\20skia_private::THashMap::Pair>::uncheckedSet\28skia_private::THashMap::Pair&&\29 +5759:skia_private::THashTable::Pair\2c\20SkSL::Variable\20const*\2c\20skia_private::THashMap::Pair>::firstPopulatedSlot\28\29\20const +5760:skia_private::THashTable::Pair\2c\20SkSL::Variable\20const*\2c\20skia_private::THashMap::Pair>::Iter>::operator++\28\29 +5761:skia_private::THashTable::Pair\2c\20SkSL::Variable\20const*\2c\20skia_private::THashMap::Pair>::THashTable\28skia_private::THashTable::Pair\2c\20SkSL::Variable\20const*\2c\20skia_private::THashMap::Pair>\20const&\29 +5762:skia_private::THashTable::Pair\2c\20SkSL::SymbolTable::SymbolKey\2c\20skia_private::THashMap::Pair>::uncheckedSet\28skia_private::THashMap::Pair&&\29 +5763:skia_private::THashTable::Pair\2c\20SkSL::SymbolTable::SymbolKey\2c\20skia_private::THashMap::Pair>::resize\28int\29 +5764:skia_private::THashTable::Pair\2c\20SkSL::IRNode\20const*\2c\20skia_private::THashMap::Pair>::uncheckedSet\28skia_private::THashMap::Pair&&\29 +5765:skia_private::THashTable::Pair\2c\20SkSL::IRNode\20const*\2c\20skia_private::THashMap::Pair>::set\28skia_private::THashMap::Pair\29 +5766:skia_private::THashTable::Pair\2c\20SkSL::IRNode\20const*\2c\20skia_private::THashMap::Pair>::resize\28int\29 +5767:skia_private::THashTable\2c\20false>\2c\20SkGoodHash>::Pair\2c\20SkSL::FunctionDeclaration\20const*\2c\20skia_private::THashMap\2c\20false>\2c\20SkGoodHash>::Pair>::uncheckedSet\28skia_private::THashMap\2c\20false>\2c\20SkGoodHash>::Pair&&\29 +5768:skia_private::THashTable\2c\20false>\2c\20SkGoodHash>::Pair\2c\20SkSL::FunctionDeclaration\20const*\2c\20skia_private::THashMap\2c\20false>\2c\20SkGoodHash>::Pair>::Slot::reset\28\29 +5769:skia_private::THashTable\2c\20false>\2c\20SkGoodHash>::Pair\2c\20SkSL::FunctionDeclaration\20const*\2c\20skia_private::THashMap\2c\20false>\2c\20SkGoodHash>::Pair>::Slot::emplace\28skia_private::THashMap\2c\20false>\2c\20SkGoodHash>::Pair&&\2c\20unsigned\20int\29 +5770:skia_private::THashTable::Pair\2c\20SkSL::FunctionDeclaration\20const*\2c\20skia_private::THashMap::Pair>::uncheckedSet\28skia_private::THashMap::Pair&&\29 +5771:skia_private::THashTable\2c\20std::__2::allocator>\2c\20SkSL::Analysis::SpecializedFunctionKey::Hash>::Pair\2c\20SkSL::Analysis::SpecializedFunctionKey\2c\20skia_private::THashMap\2c\20std::__2::allocator>\2c\20SkSL::Analysis::SpecializedFunctionKey::Hash>::Pair>::uncheckedSet\28skia_private::THashMap\2c\20std::__2::allocator>\2c\20SkSL::Analysis::SpecializedFunctionKey::Hash>::Pair&&\29 +5772:skia_private::THashTable\2c\20std::__2::allocator>\2c\20SkSL::Analysis::SpecializedFunctionKey::Hash>::Pair\2c\20SkSL::Analysis::SpecializedFunctionKey\2c\20skia_private::THashMap\2c\20std::__2::allocator>\2c\20SkSL::Analysis::SpecializedFunctionKey::Hash>::Pair>::Slot::reset\28\29 +5773:skia_private::THashTable\2c\20std::__2::allocator>\2c\20SkSL::Analysis::SpecializedFunctionKey::Hash>::Pair\2c\20SkSL::Analysis::SpecializedFunctionKey\2c\20skia_private::THashMap\2c\20std::__2::allocator>\2c\20SkSL::Analysis::SpecializedFunctionKey::Hash>::Pair>::Slot::emplace\28skia_private::THashMap\2c\20std::__2::allocator>\2c\20SkSL::Analysis::SpecializedFunctionKey::Hash>::Pair&&\2c\20unsigned\20int\29 +5774:skia_private::THashTable::Pair\2c\20SkSL::Analysis::SpecializedCallKey\2c\20skia_private::THashMap::Pair>::uncheckedSet\28skia_private::THashMap::Pair&&\29 +5775:skia_private::THashTable::Pair\2c\20SkPath\2c\20skia_private::THashMap::Pair>::uncheckedSet\28skia_private::THashMap::Pair&&\29 +5776:skia_private::THashTable::Pair\2c\20SkPath\2c\20skia_private::THashMap::Pair>::Slot::reset\28\29 +5777:skia_private::THashTable::Pair\2c\20SkPath\2c\20skia_private::THashMap::Pair>::Slot::emplace\28skia_private::THashMap::Pair&&\2c\20unsigned\20int\29 +5778:skia_private::THashTable>\2c\20SkGoodHash>::Pair\2c\20SkImageFilter\20const*\2c\20skia_private::THashMap>\2c\20SkGoodHash>::Pair>::uncheckedSet\28skia_private::THashMap>\2c\20SkGoodHash>::Pair&&\29 +5779:skia_private::THashTable>\2c\20SkGoodHash>::Pair\2c\20SkImageFilter\20const*\2c\20skia_private::THashMap>\2c\20SkGoodHash>::Pair>::resize\28int\29 +5780:skia_private::THashTable>\2c\20SkGoodHash>::Pair\2c\20SkImageFilter\20const*\2c\20skia_private::THashMap>\2c\20SkGoodHash>::Pair>::Slot::emplace\28skia_private::THashMap>\2c\20SkGoodHash>::Pair&&\2c\20unsigned\20int\29 +5781:skia_private::THashTable\2c\20SkIcuBreakIteratorCache::Request::Hash>::Pair\2c\20SkIcuBreakIteratorCache::Request\2c\20skia_private::THashMap\2c\20SkIcuBreakIteratorCache::Request::Hash>::Pair>::uncheckedSet\28skia_private::THashMap\2c\20SkIcuBreakIteratorCache::Request::Hash>::Pair&&\29 +5782:skia_private::THashTable\2c\20SkIcuBreakIteratorCache::Request::Hash>::Pair\2c\20SkIcuBreakIteratorCache::Request\2c\20skia_private::THashMap\2c\20SkIcuBreakIteratorCache::Request::Hash>::Pair>::Slot::reset\28\29 +5783:skia_private::THashTable\2c\20SkIcuBreakIteratorCache::Request::Hash>::Pair\2c\20SkIcuBreakIteratorCache::Request\2c\20skia_private::THashMap\2c\20SkIcuBreakIteratorCache::Request::Hash>::Pair>::Slot::emplace\28skia_private::THashMap\2c\20SkIcuBreakIteratorCache::Request::Hash>::Pair&&\2c\20unsigned\20int\29 +5784:skia_private::THashTable::Pair\2c\20GrSurfaceProxy*\2c\20skia_private::THashMap::Pair>::resize\28int\29 +5785:skia_private::THashTable::AdaptedTraits>::uncheckedSet\28skgpu::ganesh::SmallPathShapeData*&&\29 +5786:skia_private::THashTable::AdaptedTraits>::resize\28int\29 +5787:skia_private::THashTable::AdaptedTraits>::removeIfExists\28skgpu::ganesh::SmallPathShapeDataKey\20const&\29 +5788:skia_private::THashTable\2c\20SkDescriptor\20const&\2c\20sktext::gpu::StrikeCache::HashTraits>::uncheckedSet\28sk_sp&&\29 +5789:skia_private::THashTable\2c\20SkDescriptor\20const&\2c\20sktext::gpu::StrikeCache::HashTraits>::resize\28int\29 +5790:skia_private::THashTable\2c\20SkDescriptor\20const&\2c\20sktext::gpu::StrikeCache::HashTraits>::Slot::emplace\28sk_sp&&\2c\20unsigned\20int\29 +5791:skia_private::THashTable\2c\20SkDescriptor\2c\20SkStrikeCache::StrikeTraits>::uncheckedSet\28sk_sp&&\29 +5792:skia_private::THashTable\2c\20SkDescriptor\2c\20SkStrikeCache::StrikeTraits>::resize\28int\29 +5793:skia_private::THashTable\2c\20SkDescriptor\2c\20SkStrikeCache::StrikeTraits>::Slot::emplace\28sk_sp&&\2c\20unsigned\20int\29 +5794:skia_private::THashTable::Traits>::set\28int\29 +5795:skia_private::THashTable::Traits>::THashTable\28skia_private::THashTable::Traits>&&\29 +5796:skia_private::THashTable<\28anonymous\20namespace\29::CacheImpl::Value*\2c\20SkImageFilterCacheKey\2c\20SkTDynamicHash<\28anonymous\20namespace\29::CacheImpl::Value\2c\20SkImageFilterCacheKey\2c\20\28anonymous\20namespace\29::CacheImpl::Value>::AdaptedTraits>::uncheckedSet\28\28anonymous\20namespace\29::CacheImpl::Value*&&\29 +5797:skia_private::THashTable<\28anonymous\20namespace\29::CacheImpl::Value*\2c\20SkImageFilterCacheKey\2c\20SkTDynamicHash<\28anonymous\20namespace\29::CacheImpl::Value\2c\20SkImageFilterCacheKey\2c\20\28anonymous\20namespace\29::CacheImpl::Value>::AdaptedTraits>::resize\28int\29 +5798:skia_private::THashTable::ValueList*\2c\20skgpu::ScratchKey\2c\20SkTDynamicHash::ValueList\2c\20skgpu::ScratchKey\2c\20SkTMultiMap::ValueList>::AdaptedTraits>::uncheckedSet\28SkTMultiMap::ValueList*&&\29 +5799:skia_private::THashTable::ValueList*\2c\20skgpu::ScratchKey\2c\20SkTDynamicHash::ValueList\2c\20skgpu::ScratchKey\2c\20SkTMultiMap::ValueList>::AdaptedTraits>::resize\28int\29 +5800:skia_private::THashTable::ValueList*\2c\20skgpu::ScratchKey\2c\20SkTDynamicHash::ValueList\2c\20skgpu::ScratchKey\2c\20SkTMultiMap::ValueList>::AdaptedTraits>::findOrNull\28skgpu::ScratchKey\20const&\29\20const +5801:skia_private::THashTable::ValueList*\2c\20skgpu::ScratchKey\2c\20SkTDynamicHash::ValueList\2c\20skgpu::ScratchKey\2c\20SkTMultiMap::ValueList>::AdaptedTraits>::uncheckedSet\28SkTMultiMap::ValueList*&&\29 +5802:skia_private::THashTable::ValueList*\2c\20skgpu::ScratchKey\2c\20SkTDynamicHash::ValueList\2c\20skgpu::ScratchKey\2c\20SkTMultiMap::ValueList>::AdaptedTraits>::resize\28int\29 +5803:skia_private::THashTable::Traits>::uncheckedSet\28SkSL::Variable\20const*&&\29 +5804:skia_private::THashTable::Traits>::resize\28int\29 +5805:skia_private::THashTable::Traits>::uncheckedSet\28SkSL::FunctionDeclaration\20const*&&\29 +5806:skia_private::THashTable::uncheckedSet\28SkResourceCache::Rec*&&\29 +5807:skia_private::THashTable::resize\28int\29 +5808:skia_private::THashTable::find\28SkResourceCache::Key\20const&\29\20const +5809:skia_private::THashTable>\2c\20skia::textlayout::ParagraphCache::KeyHash\2c\20SkNoOpPurge>::Entry*\2c\20skia::textlayout::ParagraphCacheKey\2c\20SkLRUCache>\2c\20skia::textlayout::ParagraphCache::KeyHash\2c\20SkNoOpPurge>::Traits>::uncheckedSet\28SkLRUCache>\2c\20skia::textlayout::ParagraphCache::KeyHash\2c\20SkNoOpPurge>::Entry*&&\29 +5810:skia_private::THashTable>\2c\20skia::textlayout::ParagraphCache::KeyHash\2c\20SkNoOpPurge>::Entry*\2c\20skia::textlayout::ParagraphCacheKey\2c\20SkLRUCache>\2c\20skia::textlayout::ParagraphCache::KeyHash\2c\20SkNoOpPurge>::Traits>::resize\28int\29 +5811:skia_private::THashTable>\2c\20skia::textlayout::ParagraphCache::KeyHash\2c\20SkNoOpPurge>::Entry*\2c\20skia::textlayout::ParagraphCacheKey\2c\20SkLRUCache>\2c\20skia::textlayout::ParagraphCache::KeyHash\2c\20SkNoOpPurge>::Traits>::find\28skia::textlayout::ParagraphCacheKey\20const&\29\20const +5812:skia_private::THashTable>\2c\20GrGLGpu::ProgramCache::DescHash\2c\20SkNoOpPurge>::Entry*\2c\20GrProgramDesc\2c\20SkLRUCache>\2c\20GrGLGpu::ProgramCache::DescHash\2c\20SkNoOpPurge>::Traits>::uncheckedSet\28SkLRUCache>\2c\20GrGLGpu::ProgramCache::DescHash\2c\20SkNoOpPurge>::Entry*&&\29 +5813:skia_private::THashTable>\2c\20GrGLGpu::ProgramCache::DescHash\2c\20SkNoOpPurge>::Entry*\2c\20GrProgramDesc\2c\20SkLRUCache>\2c\20GrGLGpu::ProgramCache::DescHash\2c\20SkNoOpPurge>::Traits>::resize\28int\29 +5814:skia_private::THashTable>\2c\20GrGLGpu::ProgramCache::DescHash\2c\20SkNoOpPurge>::Entry*\2c\20GrProgramDesc\2c\20SkLRUCache>\2c\20GrGLGpu::ProgramCache::DescHash\2c\20SkNoOpPurge>::Traits>::find\28GrProgramDesc\20const&\29\20const +5815:skia_private::THashTable::uncheckedSet\28SkGlyphDigest&&\29 +5816:skia_private::THashTable::AdaptedTraits>::uncheckedSet\28GrThreadSafeCache::Entry*&&\29 +5817:skia_private::THashTable::AdaptedTraits>::resize\28int\29 +5818:skia_private::THashTable::AdaptedTraits>::removeIfExists\28skgpu::UniqueKey\20const&\29 +5819:skia_private::THashTable::AdaptedTraits>::uncheckedSet\28GrTextureProxy*&&\29 +5820:skia_private::THashTable::AdaptedTraits>::set\28GrTextureProxy*\29 +5821:skia_private::THashTable::AdaptedTraits>::resize\28int\29 +5822:skia_private::THashTable::AdaptedTraits>::findOrNull\28skgpu::UniqueKey\20const&\29\20const +5823:skia_private::THashTable::AdaptedTraits>::uncheckedSet\28GrGpuResource*&&\29 +5824:skia_private::THashTable::AdaptedTraits>::resize\28int\29 +5825:skia_private::THashTable::AdaptedTraits>::findOrNull\28skgpu::UniqueKey\20const&\29\20const +5826:skia_private::THashTable::Traits>::uncheckedSet\28FT_Opaque_Paint_&&\29 +5827:skia_private::THashTable::Traits>::resize\28int\29 +5828:skia_private::THashSet::contains\28int\20const&\29\20const +5829:skia_private::THashSet::contains\28FT_Opaque_Paint_\20const&\29\20const +5830:skia_private::THashSet::add\28FT_Opaque_Paint_\29 +5831:skia_private::THashMap::find\28unsigned\20int\20const&\29\20const +5832:skia_private::THashMap\2c\20SkGoodHash>::find\28int\20const&\29\20const +5833:skia_private::THashMap\2c\20std::__2::allocator>\2c\20SkGoodHash>::set\28SkSL::Variable\20const*\2c\20std::__2::basic_string\2c\20std::__2::allocator>\29 +5834:skia_private::THashMap::operator\5b\5d\28SkSL::Variable\20const*\20const&\29 +5835:skia_private::THashMap::operator\5b\5d\28SkSL::Symbol\20const*\20const&\29 +5836:skia_private::THashMap\2c\20false>\2c\20SkGoodHash>::operator\5b\5d\28SkSL::FunctionDeclaration\20const*\20const&\29 +5837:skia_private::THashMap::set\28SkSL::FunctionDeclaration\20const*\2c\20int\29 +5838:skia_private::THashMap::operator\5b\5d\28SkSL::FunctionDeclaration\20const*\20const&\29 +5839:skia_private::THashMap::operator\5b\5d\28SkSL::Analysis::SpecializedCallKey\20const&\29 +5840:skia_private::THashMap::find\28SkSL::Analysis::SpecializedCallKey\20const&\29\20const +5841:skia_private::THashMap>\2c\20SkGoodHash>::remove\28SkImageFilter\20const*\20const&\29 +5842:skia_private::THashMap>\2c\20SkGoodHash>::Pair::Pair\28skia_private::THashMap>\2c\20SkGoodHash>::Pair&&\29 +5843:skia_private::THashMap\2c\20SkIcuBreakIteratorCache::Request::Hash>::find\28SkIcuBreakIteratorCache::Request\20const&\29\20const +5844:skia_private::THashMap::find\28GrSurfaceProxy*\20const&\29\20const +5845:skia_private::TArray::push_back_raw\28int\29 +5846:skia_private::TArray::checkRealloc\28int\2c\20double\29 +5847:skia_private::TArray::push_back\28unsigned\20int\20const&\29 +5848:skia_private::TArray::operator=\28skia_private::TArray\20const&\29 +5849:skia_private::TArray::Allocate\28int\2c\20double\29 +5850:skia_private::TArray>\2c\20true>::~TArray\28\29 +5851:skia_private::TArray>\2c\20true>::clear\28\29 +5852:skia_private::TArray>\2c\20true>::operator=\28skia_private::TArray>\2c\20true>&&\29 +5853:skia_private::TArray>\2c\20true>::~TArray\28\29 +5854:skia_private::TArray\2c\20std::__2::allocator>\2c\20false>::installDataAndUpdateCapacity\28SkSpan\29 +5855:skia_private::TArray\2c\20std::__2::allocator>\2c\20false>::checkRealloc\28int\2c\20double\29 +5856:skia_private::TArray\2c\20true>::preallocateNewData\28int\2c\20double\29 +5857:skia_private::TArray\2c\20true>::installDataAndUpdateCapacity\28SkSpan\29 +5858:skia_private::TArray\2c\20false>::move\28void*\29 +5859:skia_private::TArray\2c\20false>::TArray\28skia_private::TArray\2c\20false>&&\29 +5860:skia_private::TArray\2c\20false>::Allocate\28int\2c\20double\29 +5861:skia_private::TArray::destroyAll\28\29 +5862:skia_private::TArray::destroyAll\28\29 +5863:skia_private::TArray\2c\20false>::~TArray\28\29 +5864:skia_private::TArray::~TArray\28\29 +5865:skia_private::TArray::destroyAll\28\29 +5866:skia_private::TArray::copy\28skia::textlayout::Run\20const*\29 +5867:skia_private::TArray::Allocate\28int\2c\20double\29 +5868:skia_private::TArray::destroyAll\28\29 +5869:skia_private::TArray::initData\28int\29 +5870:skia_private::TArray::destroyAll\28\29 +5871:skia_private::TArray::TArray\28skia_private::TArray&&\29 +5872:skia_private::TArray::Allocate\28int\2c\20double\29 +5873:skia_private::TArray::copy\28skia::textlayout::Cluster\20const*\29 +5874:skia_private::TArray::checkRealloc\28int\2c\20double\29 +5875:skia_private::TArray::Allocate\28int\2c\20double\29 +5876:skia_private::TArray::initData\28int\29 +5877:skia_private::TArray::destroyAll\28\29 +5878:skia_private::TArray::TArray\28skia_private::TArray&&\29 +5879:skia_private::TArray::Allocate\28int\2c\20double\29 +5880:skia_private::TArray::preallocateNewData\28int\2c\20double\29 +5881:skia_private::TArray::installDataAndUpdateCapacity\28SkSpan\29 +5882:skia_private::TArray::push_back\28\29 +5883:skia_private::TArray::push_back\28\29 +5884:skia_private::TArray::preallocateNewData\28int\2c\20double\29 +5885:skia_private::TArray::installDataAndUpdateCapacity\28SkSpan\29 +5886:skia_private::TArray::preallocateNewData\28int\2c\20double\29 +5887:skia_private::TArray::installDataAndUpdateCapacity\28SkSpan\29 +5888:skia_private::TArray::checkRealloc\28int\2c\20double\29 +5889:skia_private::TArray::preallocateNewData\28int\2c\20double\29 +5890:skia_private::TArray::destroyAll\28\29 +5891:skia_private::TArray::clear\28\29 +5892:skia_private::TArray::checkRealloc\28int\2c\20double\29 +5893:skia_private::TArray::checkRealloc\28int\2c\20double\29 +5894:skia_private::TArray::preallocateNewData\28int\2c\20double\29 +5895:skia_private::TArray::installDataAndUpdateCapacity\28SkSpan\29 +5896:skia_private::TArray::preallocateNewData\28int\2c\20double\29 +5897:skia_private::TArray::installDataAndUpdateCapacity\28SkSpan\29 +5898:skia_private::TArray::preallocateNewData\28int\2c\20double\29 +5899:skia_private::TArray::operator=\28skia_private::TArray&&\29 +5900:skia_private::TArray::installDataAndUpdateCapacity\28SkSpan\29 +5901:skia_private::TArray::destroyAll\28\29 +5902:skia_private::TArray::clear\28\29 +5903:skia_private::TArray::Allocate\28int\2c\20double\29 +5904:skia_private::TArray::BufferFinishedMessage\2c\20false>::operator=\28skia_private::TArray::BufferFinishedMessage\2c\20false>&&\29 +5905:skia_private::TArray::BufferFinishedMessage\2c\20false>::installDataAndUpdateCapacity\28SkSpan\29 +5906:skia_private::TArray::BufferFinishedMessage\2c\20false>::destroyAll\28\29 +5907:skia_private::TArray::BufferFinishedMessage\2c\20false>::clear\28\29 +5908:skia_private::TArray::Plane\2c\20false>::preallocateNewData\28int\2c\20double\29 +5909:skia_private::TArray::Plane\2c\20false>::installDataAndUpdateCapacity\28SkSpan\29 +5910:skia_private::TArray\2c\20true>::operator=\28skia_private::TArray\2c\20true>&&\29 +5911:skia_private::TArray\2c\20true>::~TArray\28\29 +5912:skia_private::TArray\2c\20true>::~TArray\28\29 +5913:skia_private::TArray\2c\20true>::preallocateNewData\28int\2c\20double\29 +5914:skia_private::TArray\2c\20true>::clear\28\29 +5915:skia_private::TArray::push_back_raw\28int\29 +5916:skia_private::TArray::push_back\28hb_feature_t&&\29 +5917:skia_private::TArray::resize_back\28int\29 +5918:skia_private::TArray::reset\28int\29 +5919:skia_private::TArray::operator=\28skia_private::TArray&&\29 +5920:skia_private::TArray::initData\28int\29 +5921:skia_private::TArray::preallocateNewData\28int\2c\20double\29 +5922:skia_private::TArray<\28anonymous\20namespace\29::DrawAtlasOpImpl::Geometry\2c\20true>::checkRealloc\28int\2c\20double\29 +5923:skia_private::TArray<\28anonymous\20namespace\29::DefaultPathOp::PathData\2c\20true>::preallocateNewData\28int\2c\20double\29 +5924:skia_private::TArray<\28anonymous\20namespace\29::AAHairlineOp::PathData\2c\20true>::preallocateNewData\28int\2c\20double\29 +5925:skia_private::TArray<\28anonymous\20namespace\29::AAHairlineOp::PathData\2c\20true>::installDataAndUpdateCapacity\28SkSpan\29 +5926:skia_private::TArray::push_back_n\28int\2c\20SkUnicode::CodeUnitFlags\20const&\29 +5927:skia_private::TArray::checkRealloc\28int\2c\20double\29 +5928:skia_private::TArray::operator=\28skia_private::TArray&&\29 +5929:skia_private::TArray::destroyAll\28\29 +5930:skia_private::TArray::initData\28int\29 +5931:skia_private::TArray::TArray\28skia_private::TArray\20const&\29 +5932:skia_private::TArray\29::ReorderedArgument\2c\20false>::push_back\28SkSL::optimize_constructor_swizzle\28SkSL::Context\20const&\2c\20SkSL::Position\2c\20SkSL::ConstructorCompound\20const&\2c\20skia_private::FixedArray<4\2c\20signed\20char>\29::ReorderedArgument&&\29 +5933:skia_private::TArray::reserve_exact\28int\29 +5934:skia_private::TArray::fromBack\28int\29 +5935:skia_private::TArray::TArray\28skia_private::TArray&&\29 +5936:skia_private::TArray::Allocate\28int\2c\20double\29 +5937:skia_private::TArray::push_back\28SkSL::Field&&\29 +5938:skia_private::TArray::initData\28int\29 +5939:skia_private::TArray::Allocate\28int\2c\20double\29 +5940:skia_private::TArray::~TArray\28\29 +5941:skia_private::TArray::destroyAll\28\29 +5942:skia_private::TArray\2c\20true>::push_back\28SkRGBA4f<\28SkAlphaType\292>&&\29 +5943:skia_private::TArray\2c\20true>::operator=\28skia_private::TArray\2c\20true>&&\29 +5944:skia_private::TArray\2c\20true>::checkRealloc\28int\2c\20double\29 +5945:skia_private::TArray::push_back\28SkPoint\20const&\29 +5946:skia_private::TArray::copy\28SkPoint\20const*\29 +5947:skia_private::TArray::~TArray\28\29 +5948:skia_private::TArray::installDataAndUpdateCapacity\28SkSpan\29 +5949:skia_private::TArray::destroyAll\28\29 +5950:skia_private::TArray::Allocate\28int\2c\20double\29 +5951:skia_private::TArray::~TArray\28\29 +5952:skia_private::TArray::installDataAndUpdateCapacity\28SkSpan\29 +5953:skia_private::TArray::destroyAll\28\29 +5954:skia_private::TArray::preallocateNewData\28int\2c\20double\29 +5955:skia_private::TArray::installDataAndUpdateCapacity\28SkSpan\29 +5956:skia_private::TArray::preallocateNewData\28int\2c\20double\29 +5957:skia_private::TArray::installDataAndUpdateCapacity\28SkSpan\29 +5958:skia_private::TArray::checkRealloc\28int\2c\20double\29 +5959:skia_private::TArray::push_back\28\29 +5960:skia_private::TArray::installDataAndUpdateCapacity\28SkSpan\29 +5961:skia_private::TArray::push_back\28\29 +5962:skia_private::TArray::push_back_raw\28int\29 +5963:skia_private::TArray::checkRealloc\28int\2c\20double\29 +5964:skia_private::TArray::~TArray\28\29 +5965:skia_private::TArray::operator=\28skia_private::TArray&&\29 +5966:skia_private::TArray::destroyAll\28\29 +5967:skia_private::TArray::clear\28\29 +5968:skia_private::TArray::Allocate\28int\2c\20double\29 +5969:skia_private::TArray::checkRealloc\28int\2c\20double\29 +5970:skia_private::TArray::push_back\28\29 +5971:skia_private::TArray::checkRealloc\28int\2c\20double\29 +5972:skia_private::TArray::pop_back\28\29 +5973:skia_private::TArray::checkRealloc\28int\2c\20double\29 +5974:skia_private::TArray::preallocateNewData\28int\2c\20double\29 +5975:skia_private::TArray::preallocateNewData\28int\2c\20double\29 +5976:skia_private::TArray::installDataAndUpdateCapacity\28SkSpan\29 +5977:skia_private::TArray::preallocateNewData\28int\2c\20double\29 +5978:skia_private::STArray<8\2c\20int\2c\20true>::STArray\28int\29 +5979:skia_private::AutoTMalloc::realloc\28unsigned\20long\29 +5980:skia_private::AutoTMalloc::reset\28unsigned\20long\29 +5981:skia_private::AutoTArray::AutoTArray\28unsigned\20long\29 +5982:skia_private::AutoTArray::AutoTArray\28unsigned\20long\29 +5983:skia_private::AutoSTMalloc<256ul\2c\20unsigned\20short\2c\20void>::AutoSTMalloc\28unsigned\20long\29 +5984:skia_private::AutoSTArray<6\2c\20SkResourceCache::Key>::~AutoSTArray\28\29 +5985:skia_private::AutoSTArray<64\2c\20TriangulationVertex>::reset\28int\29 +5986:skia_private::AutoSTArray<64\2c\20SkGlyph\20const*>::reset\28int\29 +5987:skia_private::AutoSTArray<4\2c\20unsigned\20char>::reset\28int\29 +5988:skia_private::AutoSTArray<4\2c\20GrResourceHandle>::reset\28int\29 +5989:skia_private::AutoSTArray<3\2c\20std::__2::unique_ptr>>::reset\28int\29 +5990:skia_private::AutoSTArray<32\2c\20unsigned\20short>::~AutoSTArray\28\29 +5991:skia_private::AutoSTArray<32\2c\20unsigned\20short>::reset\28int\29 +5992:skia_private::AutoSTArray<32\2c\20SkRect>::reset\28int\29 +5993:skia_private::AutoSTArray<32\2c\20SkPoint>::reset\28int\29 +5994:skia_private::AutoSTArray<2\2c\20sk_sp>::reset\28int\29 +5995:skia_private::AutoSTArray<16\2c\20SkRect>::~AutoSTArray\28\29 +5996:skia_private::AutoSTArray<16\2c\20GrMipLevel>::reset\28int\29 +5997:skia_private::AutoSTArray<15\2c\20GrMipLevel>::reset\28int\29 +5998:skia_private::AutoSTArray<14\2c\20std::__2::unique_ptr>>::~AutoSTArray\28\29 +5999:skia_private::AutoSTArray<14\2c\20std::__2::unique_ptr>>::reset\28int\29 +6000:skia_private::AutoSTArray<14\2c\20GrMipLevel>::~AutoSTArray\28\29 +6001:skia_private::AutoSTArray<14\2c\20GrMipLevel>::reset\28int\29 +6002:skia_private::AutoSTArray<128\2c\20unsigned\20short>::reset\28int\29 +6003:skia_png_set_longjmp_fn +6004:skia_png_read_finish_IDAT +6005:skia_png_read_chunk_header +6006:skia_png_read_IDAT_data +6007:skia_png_gamma_16bit_correct +6008:skia_png_do_strip_channel +6009:skia_png_do_gray_to_rgb +6010:skia_png_do_expand +6011:skia_png_destroy_gamma_table +6012:skia_png_colorspace_set_sRGB +6013:skia_png_check_IHDR +6014:skia_png_calculate_crc +6015:skia::textlayout::operator==\28skia::textlayout::FontArguments\20const&\2c\20skia::textlayout::FontArguments\20const&\29 +6016:skia::textlayout::\28anonymous\20namespace\29::littleRound\28float\29 +6017:skia::textlayout::\28anonymous\20namespace\29::LineBreakerWithLittleRounding::breakLine\28float\29\20const +6018:skia::textlayout::TypefaceFontStyleSet::~TypefaceFontStyleSet\28\29 +6019:skia::textlayout::TypefaceFontStyleSet::matchStyle\28SkFontStyle\20const&\29 +6020:skia::textlayout::TypefaceFontProvider::~TypefaceFontProvider\28\29 +6021:skia::textlayout::TypefaceFontProvider::registerTypeface\28sk_sp\2c\20SkString\20const&\29 +6022:skia::textlayout::TextWrapper::TextStretch::TextStretch\28skia::textlayout::Cluster*\2c\20skia::textlayout::Cluster*\2c\20bool\29 +6023:skia::textlayout::TextStyle::setForegroundPaintID\28int\29 +6024:skia::textlayout::TextStyle::setForegroundColor\28SkPaint\29 +6025:skia::textlayout::TextStyle::setBackgroundColor\28SkPaint\29 +6026:skia::textlayout::TextStyle::matchOneAttribute\28skia::textlayout::StyleType\2c\20skia::textlayout::TextStyle\20const&\29\20const +6027:skia::textlayout::TextStyle::equals\28skia::textlayout::TextStyle\20const&\29\20const +6028:skia::textlayout::TextShadow::operator!=\28skia::textlayout::TextShadow\20const&\29\20const +6029:skia::textlayout::TextLine::~TextLine\28\29 +6030:skia::textlayout::TextLine::spacesWidth\28\29\20const +6031:skia::textlayout::TextLine::shiftCluster\28skia::textlayout::Cluster\20const*\2c\20float\2c\20float\29 +6032:skia::textlayout::TextLine::iterateThroughClustersInGlyphsOrder\28bool\2c\20bool\2c\20std::__2::function\20const&\29\20const::$_0::operator\28\29\28unsigned\20long\20const&\29\20const::'lambda'\28skia::textlayout::Cluster&\29::operator\28\29\28skia::textlayout::Cluster&\29\20const +6033:skia::textlayout::TextLine::iterateThroughClustersInGlyphsOrder\28bool\2c\20bool\2c\20std::__2::function\20const&\29\20const +6034:skia::textlayout::TextLine::getRectsForRange\28skia::textlayout::SkRange\2c\20skia::textlayout::RectHeightStyle\2c\20skia::textlayout::RectWidthStyle\2c\20std::__2::vector>&\29\20const::$_0::operator\28\29\28skia::textlayout::Run\20const*\2c\20float\2c\20skia::textlayout::SkRange\2c\20float*\29\20const::'lambda'\28skia::textlayout::SkRange\2c\20skia::textlayout::TextStyle\20const&\2c\20skia::textlayout::TextLine::ClipContext\20const&\29::operator\28\29\28skia::textlayout::SkRange\2c\20skia::textlayout::TextStyle\20const&\2c\20skia::textlayout::TextLine::ClipContext\20const&\29\20const::'lambda'\28SkRect\29::operator\28\29\28SkRect\29\20const +6035:skia::textlayout::TextLine::getMetrics\28\29\20const +6036:skia::textlayout::TextLine::extendHeight\28skia::textlayout::TextLine::ClipContext\20const&\29\20const +6037:skia::textlayout::TextLine::ensureTextBlobCachePopulated\28\29 +6038:skia::textlayout::TextLine::endsWithHardLineBreak\28\29\20const +6039:skia::textlayout::TextLine::buildTextBlob\28skia::textlayout::SkRange\2c\20skia::textlayout::TextStyle\20const&\2c\20skia::textlayout::TextLine::ClipContext\20const&\29 +6040:skia::textlayout::TextLine::TextLine\28skia::textlayout::ParagraphImpl*\2c\20SkPoint\2c\20SkPoint\2c\20skia::textlayout::SkRange\2c\20skia::textlayout::SkRange\2c\20skia::textlayout::SkRange\2c\20skia::textlayout::SkRange\2c\20skia::textlayout::SkRange\2c\20skia::textlayout::SkRange\2c\20float\2c\20skia::textlayout::InternalLineMetrics\29 +6041:skia::textlayout::TextLine::TextBlobRecord::~TextBlobRecord\28\29 +6042:skia::textlayout::TextLine::TextBlobRecord*\20std::__2::construct_at\5babi:ne180100\5d\28skia::textlayout::TextLine::TextBlobRecord*\29 +6043:skia::textlayout::TextLine&\20skia_private::TArray::emplace_back&\2c\20skia::textlayout::SkRange&\2c\20skia::textlayout::SkRange&\2c\20skia::textlayout::SkRange&\2c\20skia::textlayout::SkRange&\2c\20skia::textlayout::SkRange&\2c\20float&\2c\20skia::textlayout::InternalLineMetrics&>\28skia::textlayout::ParagraphImpl*&&\2c\20SkPoint&\2c\20SkPoint&\2c\20skia::textlayout::SkRange&\2c\20skia::textlayout::SkRange&\2c\20skia::textlayout::SkRange&\2c\20skia::textlayout::SkRange&\2c\20skia::textlayout::SkRange&\2c\20skia::textlayout::SkRange&\2c\20float&\2c\20skia::textlayout::InternalLineMetrics&\29 +6044:skia::textlayout::StrutStyle::StrutStyle\28\29 +6045:skia::textlayout::Run::shift\28skia::textlayout::Cluster\20const*\2c\20float\29 +6046:skia::textlayout::Run::newRunBuffer\28\29 +6047:skia::textlayout::Run::clusterIndex\28unsigned\20long\29\20const +6048:skia::textlayout::Run::calculateMetrics\28\29 +6049:skia::textlayout::ParagraphStyle::ellipsized\28\29\20const +6050:skia::textlayout::ParagraphPainter::DecorationStyle::DecorationStyle\28unsigned\20int\2c\20float\2c\20std::__2::optional\29 +6051:skia::textlayout::ParagraphImpl::~ParagraphImpl\28\29 +6052:skia::textlayout::ParagraphImpl::resolveStrut\28\29 +6053:skia::textlayout::ParagraphImpl::paint\28skia::textlayout::ParagraphPainter*\2c\20float\2c\20float\29 +6054:skia::textlayout::ParagraphImpl::getGlyphInfoAtUTF16Offset\28unsigned\20long\2c\20skia::textlayout::Paragraph::GlyphInfo*\29 +6055:skia::textlayout::ParagraphImpl::getGlyphClusterAt\28unsigned\20long\2c\20skia::textlayout::Paragraph::GlyphClusterInfo*\29 +6056:skia::textlayout::ParagraphImpl::ensureUTF16Mapping\28\29::$_0::operator\28\29\28\29\20const::'lambda0'\28unsigned\20long\29::operator\28\29\28unsigned\20long\29\20const +6057:skia::textlayout::ParagraphImpl::computeEmptyMetrics\28\29 +6058:skia::textlayout::ParagraphImpl::buildClusterTable\28\29::$_0::operator\28\29\28unsigned\20long\2c\20unsigned\20long\2c\20unsigned\20long\2c\20unsigned\20long\2c\20float\2c\20float\29\20const +6059:skia::textlayout::ParagraphCacheKey::ParagraphCacheKey\28skia::textlayout::ParagraphImpl\20const*\29 +6060:skia::textlayout::ParagraphBuilderImpl::~ParagraphBuilderImpl\28\29 +6061:skia::textlayout::ParagraphBuilderImpl::finalize\28\29 +6062:skia::textlayout::ParagraphBuilderImpl::addPlaceholder\28skia::textlayout::PlaceholderStyle\20const&\2c\20bool\29 +6063:skia::textlayout::Paragraph::~Paragraph\28\29 +6064:skia::textlayout::Paragraph::FontInfo::~FontInfo\28\29 +6065:skia::textlayout::OneLineShaper::clusteredText\28skia::textlayout::SkRange&\29::$_0::operator\28\29\28unsigned\20long\2c\20skia::textlayout::OneLineShaper::clusteredText\28skia::textlayout::SkRange&\29::Dir\29\20const +6066:skia::textlayout::OneLineShaper::clusteredText\28skia::textlayout::SkRange&\29 +6067:skia::textlayout::OneLineShaper::FontKey::operator==\28skia::textlayout::OneLineShaper::FontKey\20const&\29\20const +6068:skia::textlayout::OneLineShaper::FontKey::FontKey\28skia::textlayout::OneLineShaper::FontKey&&\29 +6069:skia::textlayout::InternalLineMetrics::add\28skia::textlayout::InternalLineMetrics\29 +6070:skia::textlayout::FontFeature::operator==\28skia::textlayout::FontFeature\20const&\29\20const +6071:skia::textlayout::FontFeature::FontFeature\28skia::textlayout::FontFeature\20const&\29 +6072:skia::textlayout::FontFeature*\20std::__2::construct_at\5babi:ne180100\5d\28skia::textlayout::FontFeature*\2c\20SkString\20const&\2c\20int&\29 +6073:skia::textlayout::FontCollection::~FontCollection\28\29 +6074:skia::textlayout::FontCollection::matchTypeface\28SkString\20const&\2c\20SkFontStyle\29 +6075:skia::textlayout::FontCollection::defaultFallback\28int\2c\20SkFontStyle\2c\20SkString\20const&\2c\20std::__2::optional\20const&\29 +6076:skia::textlayout::FontCollection::FamilyKey::operator==\28skia::textlayout::FontCollection::FamilyKey\20const&\29\20const +6077:skia::textlayout::FontCollection::FamilyKey::FamilyKey\28skia::textlayout::FontCollection::FamilyKey&&\29 +6078:skia::textlayout::FontArguments::~FontArguments\28\29 +6079:skia::textlayout::Decoration::operator==\28skia::textlayout::Decoration\20const&\29\20const +6080:skia::textlayout::Cluster::trimmedWidth\28unsigned\20long\29\20const +6081:skgpu::tess::\28anonymous\20namespace\29::write_curve_index_buffer_base_index\28skgpu::VertexWriter\2c\20unsigned\20long\2c\20unsigned\20short\29 +6082:skgpu::tess::\28anonymous\20namespace\29::PathChopper::lineTo\28SkPoint\20const*\29 +6083:skgpu::tess::StrokeParams::set\28SkStrokeRec\20const&\29 +6084:skgpu::tess::StrokeIterator::finishOpenContour\28\29 +6085:skgpu::tess::PreChopPathCurves\28float\2c\20SkPath\20const&\2c\20SkMatrix\20const&\2c\20SkRect\20const&\29 +6086:skgpu::tess::LinearTolerances::setStroke\28skgpu::tess::StrokeParams\20const&\2c\20float\29 +6087:skgpu::tess::LinearTolerances::requiredResolveLevel\28\29\20const +6088:skgpu::tess::GetJoinType\28SkStrokeRec\20const&\29 +6089:skgpu::tess::FixedCountCurves::WriteVertexBuffer\28skgpu::VertexWriter\2c\20unsigned\20long\29 +6090:skgpu::tess::CullTest::areVisible3\28SkPoint\20const*\29\20const +6091:skgpu::tess::ConicHasCusp\28SkPoint\20const*\29 +6092:skgpu::make_unnormalized_half_kernel\28float*\2c\20int\2c\20float\29 +6093:skgpu::ganesh::\28anonymous\20namespace\29::add_line_to_segment\28SkPoint\20const&\2c\20skia_private::TArray*\29 +6094:skgpu::ganesh::\28anonymous\20namespace\29::SmallPathOp::~SmallPathOp\28\29 +6095:skgpu::ganesh::\28anonymous\20namespace\29::SmallPathOp::flush\28GrMeshDrawTarget*\2c\20skgpu::ganesh::\28anonymous\20namespace\29::SmallPathOp::FlushInfo*\29\20const +6096:skgpu::ganesh::\28anonymous\20namespace\29::SmallPathOp::addToAtlasWithRetry\28GrMeshDrawTarget*\2c\20skgpu::ganesh::\28anonymous\20namespace\29::SmallPathOp::FlushInfo*\2c\20skgpu::ganesh::SmallPathAtlasMgr*\2c\20int\2c\20int\2c\20void\20const*\2c\20SkRect\20const&\2c\20int\2c\20skgpu::ganesh::SmallPathShapeData*\29\20const +6097:skgpu::ganesh::\28anonymous\20namespace\29::SmallPathOp::SmallPathOp\28GrProcessorSet*\2c\20SkRGBA4f<\28SkAlphaType\292>\20const&\2c\20GrStyledShape\20const&\2c\20SkMatrix\20const&\2c\20bool\2c\20GrUserStencilSettings\20const*\29 +6098:skgpu::ganesh::\28anonymous\20namespace\29::HullShader::~HullShader\28\29 +6099:skgpu::ganesh::\28anonymous\20namespace\29::ChopPathIfNecessary\28SkMatrix\20const&\2c\20GrStyledShape\20const&\2c\20SkIRect\20const&\2c\20SkStrokeRec\20const&\2c\20SkPath*\29 +6100:skgpu::ganesh::\28anonymous\20namespace\29::AAFlatteningConvexPathOp::~AAFlatteningConvexPathOp\28\29 +6101:skgpu::ganesh::\28anonymous\20namespace\29::AAFlatteningConvexPathOp::recordDraw\28GrMeshDrawTarget*\2c\20int\2c\20unsigned\20long\2c\20void*\2c\20int\2c\20unsigned\20short*\29 +6102:skgpu::ganesh::\28anonymous\20namespace\29::AAFlatteningConvexPathOp::PathData::PathData\28skgpu::ganesh::\28anonymous\20namespace\29::AAFlatteningConvexPathOp::PathData&&\29 +6103:skgpu::ganesh::\28anonymous\20namespace\29::AAFlatteningConvexPathOp::AAFlatteningConvexPathOp\28GrProcessorSet*\2c\20SkRGBA4f<\28SkAlphaType\292>\20const&\2c\20SkMatrix\20const&\2c\20SkPath\20const&\2c\20float\2c\20SkStrokeRec::Style\2c\20SkPaint::Join\2c\20float\2c\20GrUserStencilSettings\20const*\29 +6104:skgpu::ganesh::\28anonymous\20namespace\29::AAConvexPathOp::~AAConvexPathOp\28\29 +6105:skgpu::ganesh::\28anonymous\20namespace\29::AAConvexPathOp::PathData::PathData\28skgpu::ganesh::\28anonymous\20namespace\29::AAConvexPathOp::PathData&&\29 +6106:skgpu::ganesh::\28anonymous\20namespace\29::AAConvexPathOp::AAConvexPathOp\28GrProcessorSet*\2c\20SkRGBA4f<\28SkAlphaType\292>\20const&\2c\20SkMatrix\20const&\2c\20SkPath\20const&\2c\20GrUserStencilSettings\20const*\29 +6107:skgpu::ganesh::TextureOp::Make\28GrRecordingContext*\2c\20GrSurfaceProxyView\2c\20SkAlphaType\2c\20sk_sp\2c\20SkFilterMode\2c\20SkMipmapMode\2c\20SkRGBA4f<\28SkAlphaType\292>\20const&\2c\20skgpu::ganesh::TextureOp::Saturate\2c\20SkBlendMode\2c\20GrAAType\2c\20DrawQuad*\2c\20SkRect\20const*\29 +6108:skgpu::ganesh::TessellationPathRenderer::IsSupported\28GrCaps\20const&\29 +6109:skgpu::ganesh::SurfaceFillContext::fillRectToRectWithFP\28SkRect\20const&\2c\20SkIRect\20const&\2c\20std::__2::unique_ptr>\29 +6110:skgpu::ganesh::SurfaceFillContext::blitTexture\28GrSurfaceProxyView\2c\20SkIRect\20const&\2c\20SkIPoint\20const&\29 +6111:skgpu::ganesh::SurfaceFillContext::arenas\28\29 +6112:skgpu::ganesh::SurfaceFillContext::addDrawOp\28std::__2::unique_ptr>\29 +6113:skgpu::ganesh::SurfaceFillContext::SurfaceFillContext\28GrRecordingContext*\2c\20GrSurfaceProxyView\2c\20GrSurfaceProxyView\2c\20GrColorInfo\20const&\29 +6114:skgpu::ganesh::SurfaceDrawContext::~SurfaceDrawContext\28\29_10845 +6115:skgpu::ganesh::SurfaceDrawContext::setNeedsStencil\28\29 +6116:skgpu::ganesh::SurfaceDrawContext::internalStencilClear\28SkIRect\20const*\2c\20bool\29 +6117:skgpu::ganesh::SurfaceDrawContext::fillRectWithEdgeAA\28GrClip\20const*\2c\20GrPaint&&\2c\20GrQuadAAFlags\2c\20SkMatrix\20const&\2c\20SkRect\20const&\2c\20SkRect\20const*\29 +6118:skgpu::ganesh::SurfaceDrawContext::drawVertices\28GrClip\20const*\2c\20GrPaint&&\2c\20SkMatrix\20const&\2c\20sk_sp\2c\20GrPrimitiveType*\2c\20bool\29 +6119:skgpu::ganesh::SurfaceDrawContext::drawTexturedQuad\28GrClip\20const*\2c\20GrSurfaceProxyView\2c\20SkAlphaType\2c\20sk_sp\2c\20SkFilterMode\2c\20SkMipmapMode\2c\20SkRGBA4f<\28SkAlphaType\292>\20const&\2c\20SkBlendMode\2c\20DrawQuad*\2c\20SkRect\20const*\29 +6120:skgpu::ganesh::SurfaceDrawContext::drawTexture\28GrClip\20const*\2c\20GrSurfaceProxyView\2c\20SkAlphaType\2c\20SkFilterMode\2c\20SkMipmapMode\2c\20SkBlendMode\2c\20SkRGBA4f<\28SkAlphaType\292>\20const&\2c\20SkRect\20const&\2c\20SkRect\20const&\2c\20GrQuadAAFlags\2c\20SkCanvas::SrcRectConstraint\2c\20SkMatrix\20const&\2c\20sk_sp\29 +6121:skgpu::ganesh::SurfaceDrawContext::drawStrokedLine\28GrClip\20const*\2c\20GrPaint&&\2c\20GrAA\2c\20SkMatrix\20const&\2c\20SkPoint\20const*\2c\20SkStrokeRec\20const&\29 +6122:skgpu::ganesh::SurfaceDrawContext::drawRegion\28GrClip\20const*\2c\20GrPaint&&\2c\20GrAA\2c\20SkMatrix\20const&\2c\20SkRegion\20const&\2c\20GrStyle\20const&\2c\20GrUserStencilSettings\20const*\29 +6123:skgpu::ganesh::SurfaceDrawContext::drawOval\28GrClip\20const*\2c\20GrPaint&&\2c\20GrAA\2c\20SkMatrix\20const&\2c\20SkRect\20const&\2c\20GrStyle\20const&\29 +6124:skgpu::ganesh::SurfaceDrawContext::attemptQuadOptimization\28GrClip\20const*\2c\20GrUserStencilSettings\20const*\2c\20DrawQuad*\2c\20GrPaint*\29::$_0::operator\28\29\28\29\20const +6125:skgpu::ganesh::SurfaceDrawContext::SurfaceDrawContext\28GrRecordingContext*\2c\20GrSurfaceProxyView\2c\20GrSurfaceProxyView\2c\20GrColorType\2c\20sk_sp\2c\20SkSurfaceProps\20const&\29 +6126:skgpu::ganesh::SurfaceContext::writePixels\28GrDirectContext*\2c\20GrCPixmap\2c\20SkIPoint\29 +6127:skgpu::ganesh::SurfaceContext::rescaleInto\28skgpu::ganesh::SurfaceFillContext*\2c\20SkIRect\2c\20SkIRect\2c\20SkImage::RescaleGamma\2c\20SkImage::RescaleMode\29 +6128:skgpu::ganesh::SurfaceContext::copy\28sk_sp\2c\20SkIRect\2c\20SkIPoint\29 +6129:skgpu::ganesh::SurfaceContext::copyScaled\28sk_sp\2c\20SkIRect\2c\20SkIRect\2c\20SkFilterMode\29 +6130:skgpu::ganesh::SurfaceContext::asyncRescaleAndReadPixels\28GrDirectContext*\2c\20SkImageInfo\20const&\2c\20SkIRect\20const&\2c\20SkImage::RescaleGamma\2c\20SkImage::RescaleMode\2c\20void\20\28*\29\28void*\2c\20std::__2::unique_ptr>\29\2c\20void*\29 +6131:skgpu::ganesh::SurfaceContext::asyncRescaleAndReadPixelsYUV420\28GrDirectContext*\2c\20SkYUVColorSpace\2c\20bool\2c\20sk_sp\2c\20SkIRect\20const&\2c\20SkISize\2c\20SkImage::RescaleGamma\2c\20SkImage::RescaleMode\2c\20void\20\28*\29\28void*\2c\20std::__2::unique_ptr>\29\2c\20void*\29::FinishContext::~FinishContext\28\29 +6132:skgpu::ganesh::SurfaceContext::asyncRescaleAndReadPixelsYUV420\28GrDirectContext*\2c\20SkYUVColorSpace\2c\20bool\2c\20sk_sp\2c\20SkIRect\20const&\2c\20SkISize\2c\20SkImage::RescaleGamma\2c\20SkImage::RescaleMode\2c\20void\20\28*\29\28void*\2c\20std::__2::unique_ptr>\29\2c\20void*\29 +6133:skgpu::ganesh::StrokeTessellator::draw\28GrOpFlushState*\29\20const +6134:skgpu::ganesh::StrokeTessellateOp::~StrokeTessellateOp\28\29 +6135:skgpu::ganesh::StrokeTessellateOp::prePrepareTessellator\28GrTessellationShader::ProgramArgs&&\2c\20GrAppliedClip&&\29 +6136:skgpu::ganesh::StrokeRectOp::\28anonymous\20namespace\29::allowed_stroke\28GrCaps\20const*\2c\20SkStrokeRec\20const&\2c\20GrAA\2c\20bool*\29 +6137:skgpu::ganesh::StrokeRectOp::\28anonymous\20namespace\29::NonAAStrokeRectOp::~NonAAStrokeRectOp\28\29 +6138:skgpu::ganesh::StrokeRectOp::\28anonymous\20namespace\29::NonAAStrokeRectOp::NonAAStrokeRectOp\28GrProcessorSet*\2c\20SkRGBA4f<\28SkAlphaType\292>\20const&\2c\20GrSimpleMeshDrawOpHelper::InputFlags\2c\20SkMatrix\20const&\2c\20SkRect\20const&\2c\20SkStrokeRec\20const&\2c\20GrAAType\29 +6139:skgpu::ganesh::StrokeRectOp::\28anonymous\20namespace\29::AAStrokeRectOp::~AAStrokeRectOp\28\29 +6140:skgpu::ganesh::StrokeRectOp::\28anonymous\20namespace\29::AAStrokeRectOp::ClassID\28\29 +6141:skgpu::ganesh::StrokeRectOp::\28anonymous\20namespace\29::AAStrokeRectOp::AAStrokeRectOp\28GrProcessorSet*\2c\20SkRGBA4f<\28SkAlphaType\292>\20const&\2c\20SkMatrix\20const&\2c\20skgpu::ganesh::StrokeRectOp::\28anonymous\20namespace\29::AAStrokeRectOp::RectInfo\20const&\2c\20bool\29 +6142:skgpu::ganesh::StrokeRectOp::\28anonymous\20namespace\29::AAStrokeRectOp::AAStrokeRectOp\28GrProcessorSet*\2c\20SkRGBA4f<\28SkAlphaType\292>\20const&\2c\20SkMatrix\20const&\2c\20SkRect\20const&\2c\20SkRect\20const&\2c\20SkPoint\20const&\29 +6143:skgpu::ganesh::SoftwarePathRenderer::DrawAroundInvPath\28skgpu::ganesh::SurfaceDrawContext*\2c\20GrPaint&&\2c\20GrUserStencilSettings\20const&\2c\20GrClip\20const*\2c\20SkMatrix\20const&\2c\20SkIRect\20const&\2c\20SkIRect\20const&\29 +6144:skgpu::ganesh::SmallPathAtlasMgr::~SmallPathAtlasMgr\28\29_12368 +6145:skgpu::ganesh::SmallPathAtlasMgr::reset\28\29 +6146:skgpu::ganesh::SmallPathAtlasMgr::findOrCreate\28skgpu::ganesh::SmallPathShapeDataKey\20const&\29 +6147:skgpu::ganesh::SmallPathAtlasMgr::evict\28skgpu::PlotLocator\29 +6148:skgpu::ganesh::SmallPathAtlasMgr::addToAtlas\28GrResourceProvider*\2c\20GrDeferredUploadTarget*\2c\20int\2c\20int\2c\20void\20const*\2c\20skgpu::AtlasLocator*\29 +6149:skgpu::ganesh::ShadowRRectOp::Make\28GrRecordingContext*\2c\20unsigned\20int\2c\20SkMatrix\20const&\2c\20SkRRect\20const&\2c\20float\2c\20float\29 +6150:skgpu::ganesh::RegionOp::\28anonymous\20namespace\29::RegionOpImpl::~RegionOpImpl\28\29 +6151:skgpu::ganesh::RegionOp::\28anonymous\20namespace\29::RegionOpImpl::RegionOpImpl\28GrProcessorSet*\2c\20SkRGBA4f<\28SkAlphaType\292>\20const&\2c\20SkMatrix\20const&\2c\20SkRegion\20const&\2c\20GrAAType\2c\20GrUserStencilSettings\20const*\29 +6152:skgpu::ganesh::QuadPerEdgeAA::VertexSpec::primitiveType\28\29\20const +6153:skgpu::ganesh::QuadPerEdgeAA::VertexSpec::VertexSpec\28GrQuad::Type\2c\20skgpu::ganesh::QuadPerEdgeAA::ColorType\2c\20GrQuad::Type\2c\20bool\2c\20skgpu::ganesh::QuadPerEdgeAA::Subset\2c\20GrAAType\2c\20bool\2c\20skgpu::ganesh::QuadPerEdgeAA::IndexBufferOption\29 +6154:skgpu::ganesh::QuadPerEdgeAA::Tessellator::append\28GrQuad*\2c\20GrQuad*\2c\20SkRGBA4f<\28SkAlphaType\292>\20const&\2c\20SkRect\20const&\2c\20GrQuadAAFlags\29 +6155:skgpu::ganesh::QuadPerEdgeAA::Tessellator::Tessellator\28skgpu::ganesh::QuadPerEdgeAA::VertexSpec\20const&\2c\20char*\29 +6156:skgpu::ganesh::QuadPerEdgeAA::QuadPerEdgeAAGeometryProcessor::~QuadPerEdgeAAGeometryProcessor\28\29 +6157:skgpu::ganesh::QuadPerEdgeAA::QuadPerEdgeAAGeometryProcessor::initializeAttrs\28skgpu::ganesh::QuadPerEdgeAA::VertexSpec\20const&\29 +6158:skgpu::ganesh::QuadPerEdgeAA::IssueDraw\28GrCaps\20const&\2c\20GrOpsRenderPass*\2c\20skgpu::ganesh::QuadPerEdgeAA::VertexSpec\20const&\2c\20int\2c\20int\2c\20int\2c\20int\29 +6159:skgpu::ganesh::QuadPerEdgeAA::GetIndexBuffer\28GrMeshDrawTarget*\2c\20skgpu::ganesh::QuadPerEdgeAA::IndexBufferOption\29 +6160:skgpu::ganesh::PathWedgeTessellator::Make\28SkArenaAlloc*\2c\20bool\2c\20skgpu::tess::PatchAttribs\29 +6161:skgpu::ganesh::PathTessellator::PathTessellator\28bool\2c\20skgpu::tess::PatchAttribs\29 +6162:skgpu::ganesh::PathTessellator::PathDrawList*\20SkArenaAlloc::make\20const&>\28SkMatrix\20const&\2c\20SkPath\20const&\2c\20SkRGBA4f<\28SkAlphaType\292>\20const&\29 +6163:skgpu::ganesh::PathTessellateOp::~PathTessellateOp\28\29 +6164:skgpu::ganesh::PathTessellateOp::usesMSAA\28\29\20const +6165:skgpu::ganesh::PathTessellateOp::prepareTessellator\28GrTessellationShader::ProgramArgs\20const&\2c\20GrAppliedClip&&\29 +6166:skgpu::ganesh::PathTessellateOp::PathTessellateOp\28SkArenaAlloc*\2c\20GrAAType\2c\20GrUserStencilSettings\20const*\2c\20SkMatrix\20const&\2c\20SkPath\20const&\2c\20GrPaint&&\2c\20SkRect\20const&\29 +6167:skgpu::ganesh::PathStencilCoverOp::~PathStencilCoverOp\28\29 +6168:skgpu::ganesh::PathStencilCoverOp::prePreparePrograms\28GrTessellationShader::ProgramArgs\20const&\2c\20GrAppliedClip&&\29 +6169:skgpu::ganesh::PathStencilCoverOp::ClassID\28\29 +6170:skgpu::ganesh::PathInnerTriangulateOp::~PathInnerTriangulateOp\28\29 +6171:skgpu::ganesh::PathInnerTriangulateOp::pushFanStencilProgram\28GrTessellationShader::ProgramArgs\20const&\2c\20GrPipeline\20const*\2c\20GrUserStencilSettings\20const*\29 +6172:skgpu::ganesh::PathInnerTriangulateOp::prePreparePrograms\28GrTessellationShader::ProgramArgs\20const&\2c\20GrAppliedClip&&\29 +6173:skgpu::ganesh::PathCurveTessellator::~PathCurveTessellator\28\29 +6174:skgpu::ganesh::PathCurveTessellator::prepareWithTriangles\28GrMeshDrawTarget*\2c\20SkMatrix\20const&\2c\20GrTriangulator::BreadcrumbTriangleList*\2c\20skgpu::ganesh::PathTessellator::PathDrawList\20const&\2c\20int\29 +6175:skgpu::ganesh::PathCurveTessellator::Make\28SkArenaAlloc*\2c\20bool\2c\20skgpu::tess::PatchAttribs\29 +6176:skgpu::ganesh::OpsTask::setColorLoadOp\28GrLoadOp\2c\20std::__2::array\29 +6177:skgpu::ganesh::OpsTask::onMakeClosed\28GrRecordingContext*\2c\20SkIRect*\29 +6178:skgpu::ganesh::OpsTask::onExecute\28GrOpFlushState*\29 +6179:skgpu::ganesh::OpsTask::addSampledTexture\28GrSurfaceProxy*\29 +6180:skgpu::ganesh::OpsTask::addDrawOp\28GrDrawingManager*\2c\20std::__2::unique_ptr>\2c\20bool\2c\20GrProcessorSet::Analysis\20const&\2c\20GrAppliedClip&&\2c\20GrDstProxyView\20const&\2c\20GrTextureResolveManager\2c\20GrCaps\20const&\29::$_0::operator\28\29\28GrSurfaceProxy*\2c\20skgpu::Mipmapped\29\20const +6181:skgpu::ganesh::OpsTask::addDrawOp\28GrDrawingManager*\2c\20std::__2::unique_ptr>\2c\20bool\2c\20GrProcessorSet::Analysis\20const&\2c\20GrAppliedClip&&\2c\20GrDstProxyView\20const&\2c\20GrTextureResolveManager\2c\20GrCaps\20const&\29 +6182:skgpu::ganesh::OpsTask::OpsTask\28GrDrawingManager*\2c\20GrSurfaceProxyView\2c\20GrAuditTrail*\2c\20sk_sp\29 +6183:skgpu::ganesh::OpsTask::OpChain::tryConcat\28skgpu::ganesh::OpsTask::OpChain::List*\2c\20GrProcessorSet::Analysis\2c\20GrDstProxyView\20const&\2c\20GrAppliedClip\20const*\2c\20SkRect\20const&\2c\20GrCaps\20const&\2c\20SkArenaAlloc*\2c\20GrAuditTrail*\29 +6184:skgpu::ganesh::OpsTask::OpChain::OpChain\28std::__2::unique_ptr>\2c\20GrProcessorSet::Analysis\2c\20GrAppliedClip*\2c\20GrDstProxyView\20const*\29 +6185:skgpu::ganesh::LockTextureProxyView\28GrRecordingContext*\2c\20SkImage_Lazy\20const*\2c\20GrImageTexGenPolicy\2c\20skgpu::Mipmapped\29 +6186:skgpu::ganesh::LatticeOp::\28anonymous\20namespace\29::NonAALatticeOp::~NonAALatticeOp\28\29 +6187:skgpu::ganesh::LatticeOp::\28anonymous\20namespace\29::NonAALatticeOp::NonAALatticeOp\28GrProcessorSet*\2c\20SkRGBA4f<\28SkAlphaType\292>\20const&\2c\20SkMatrix\20const&\2c\20GrSurfaceProxyView\2c\20SkAlphaType\2c\20sk_sp\2c\20SkFilterMode\2c\20std::__2::unique_ptr>\2c\20SkRect\20const&\29 +6188:skgpu::ganesh::LatticeOp::\28anonymous\20namespace\29::LatticeGP::~LatticeGP\28\29 +6189:skgpu::ganesh::FillRRectOp::\28anonymous\20namespace\29::can_use_hw_derivatives_with_coverage\28skvx::Vec<2\2c\20float>\20const&\2c\20SkPoint\20const&\29 +6190:skgpu::ganesh::FillRRectOp::\28anonymous\20namespace\29::FillRRectOpImpl::~FillRRectOpImpl\28\29 +6191:skgpu::ganesh::FillRRectOp::\28anonymous\20namespace\29::FillRRectOpImpl::programInfo\28\29 +6192:skgpu::ganesh::FillRRectOp::\28anonymous\20namespace\29::FillRRectOpImpl::Make\28GrRecordingContext*\2c\20SkArenaAlloc*\2c\20GrPaint&&\2c\20SkMatrix\20const&\2c\20SkRRect\20const&\2c\20skgpu::ganesh::FillRRectOp::\28anonymous\20namespace\29::FillRRectOpImpl::LocalCoords\20const&\2c\20GrAA\29 +6193:skgpu::ganesh::FillRRectOp::\28anonymous\20namespace\29::FillRRectOpImpl::FillRRectOpImpl\28GrProcessorSet*\2c\20SkRGBA4f<\28SkAlphaType\292>\20const&\2c\20SkArenaAlloc*\2c\20SkMatrix\20const&\2c\20SkRRect\20const&\2c\20skgpu::ganesh::FillRRectOp::\28anonymous\20namespace\29::FillRRectOpImpl::LocalCoords\20const&\2c\20skgpu::ganesh::FillRRectOp::\28anonymous\20namespace\29::FillRRectOpImpl::ProcessorFlags\29 +6194:skgpu::ganesh::DrawableOp::~DrawableOp\28\29 +6195:skgpu::ganesh::DrawAtlasPathOp::~DrawAtlasPathOp\28\29 +6196:skgpu::ganesh::DrawAtlasPathOp::prepareProgram\28GrCaps\20const&\2c\20SkArenaAlloc*\2c\20GrSurfaceProxyView\20const&\2c\20bool\2c\20GrAppliedClip&&\2c\20GrDstProxyView\20const&\2c\20GrXferBarrierFlags\2c\20GrLoadOp\29 +6197:skgpu::ganesh::Device::~Device\28\29 +6198:skgpu::ganesh::Device::replaceBackingProxy\28SkSurface::ContentChangeMode\2c\20sk_sp\2c\20GrColorType\2c\20sk_sp\2c\20GrSurfaceOrigin\2c\20SkSurfaceProps\20const&\29 +6199:skgpu::ganesh::Device::drawSlug\28SkCanvas*\2c\20sktext::gpu::Slug\20const*\2c\20SkPaint\20const&\29 +6200:skgpu::ganesh::Device::drawPath\28SkPath\20const&\2c\20SkPaint\20const&\29 +6201:skgpu::ganesh::Device::drawEdgeAAImage\28SkImage\20const*\2c\20SkRect\20const&\2c\20SkRect\20const&\2c\20SkPoint\20const*\2c\20SkCanvas::QuadAAFlags\2c\20SkMatrix\20const&\2c\20SkSamplingOptions\20const&\2c\20SkPaint\20const&\2c\20SkCanvas::SrcRectConstraint\2c\20SkMatrix\20const&\2c\20SkTileMode\29 +6202:skgpu::ganesh::Device::convertGlyphRunListToSlug\28sktext::GlyphRunList\20const&\2c\20SkPaint\20const&\29 +6203:skgpu::ganesh::Device::android_utils_clipAsRgn\28SkRegion*\29\20const +6204:skgpu::ganesh::DefaultPathRenderer::internalDrawPath\28skgpu::ganesh::SurfaceDrawContext*\2c\20GrPaint&&\2c\20GrAAType\2c\20GrUserStencilSettings\20const&\2c\20GrClip\20const*\2c\20SkMatrix\20const&\2c\20GrStyledShape\20const&\2c\20bool\29 +6205:skgpu::ganesh::DashOp::\28anonymous\20namespace\29::DashingLineEffect::addToKey\28GrShaderCaps\20const&\2c\20skgpu::KeyBuilder*\29\20const +6206:skgpu::ganesh::DashOp::\28anonymous\20namespace\29::DashOpImpl::~DashOpImpl\28\29 +6207:skgpu::ganesh::CopyView\28GrRecordingContext*\2c\20GrSurfaceProxyView\2c\20skgpu::Mipmapped\2c\20GrImageTexGenPolicy\2c\20std::__2::basic_string_view>\29 +6208:skgpu::ganesh::ClipStack::clipPath\28SkMatrix\20const&\2c\20SkPath\20const&\2c\20GrAA\2c\20SkClipOp\29 +6209:skgpu::ganesh::ClipStack::begin\28\29\20const +6210:skgpu::ganesh::ClipStack::SaveRecord::removeElements\28SkTBlockList*\29 +6211:skgpu::ganesh::ClipStack::RawElement::clipType\28\29\20const +6212:skgpu::ganesh::ClipStack::Mask::invalidate\28GrProxyProvider*\29 +6213:skgpu::ganesh::ClipStack::ElementIter::operator++\28\29 +6214:skgpu::ganesh::ClipStack::Element::Element\28skgpu::ganesh::ClipStack::Element\20const&\29 +6215:skgpu::ganesh::ClipStack::Draw::Draw\28SkRect\20const&\2c\20GrAA\29 +6216:skgpu::ganesh::ClearOp::ClearOp\28skgpu::ganesh::ClearOp::Buffer\2c\20GrScissorState\20const&\2c\20std::__2::array\2c\20bool\29 +6217:skgpu::ganesh::AtlasTextOp::~AtlasTextOp\28\29 +6218:skgpu::ganesh::AtlasTextOp::operator\20new\28unsigned\20long\29 +6219:skgpu::ganesh::AtlasTextOp::onPrepareDraws\28GrMeshDrawTarget*\29::$_0::operator\28\29\28\29\20const +6220:skgpu::ganesh::AtlasTextOp::onCreateProgramInfo\28GrCaps\20const*\2c\20SkArenaAlloc*\2c\20GrSurfaceProxyView\20const&\2c\20bool\2c\20GrAppliedClip&&\2c\20GrDstProxyView\20const&\2c\20GrXferBarrierFlags\2c\20GrLoadOp\29 +6221:skgpu::ganesh::AtlasTextOp::Make\28skgpu::ganesh::SurfaceDrawContext*\2c\20sktext::gpu::AtlasSubRun\20const*\2c\20GrClip\20const*\2c\20SkMatrix\20const&\2c\20SkPoint\2c\20SkPaint\20const&\2c\20sk_sp&&\29 +6222:skgpu::ganesh::AtlasTextOp::ClassID\28\29 +6223:skgpu::ganesh::AtlasRenderTask::~AtlasRenderTask\28\29 +6224:skgpu::ganesh::AtlasRenderTask::stencilAtlasRect\28GrRecordingContext*\2c\20SkRect\20const&\2c\20SkRGBA4f<\28SkAlphaType\292>\20const&\2c\20GrUserStencilSettings\20const*\29 +6225:skgpu::ganesh::AtlasRenderTask::readView\28GrCaps\20const&\29\20const +6226:skgpu::ganesh::AtlasRenderTask::instantiate\28GrOnFlushResourceProvider*\2c\20sk_sp\29 +6227:skgpu::ganesh::AtlasRenderTask::addPath\28SkMatrix\20const&\2c\20SkPath\20const&\2c\20SkIPoint\2c\20int\2c\20int\2c\20bool\2c\20SkIPoint16*\29 +6228:skgpu::ganesh::AtlasRenderTask::addAtlasDrawOp\28std::__2::unique_ptr>\2c\20GrCaps\20const&\29 +6229:skgpu::ganesh::AtlasPathRenderer::~AtlasPathRenderer\28\29_11657 +6230:skgpu::ganesh::AtlasPathRenderer::preFlush\28GrOnFlushResourceProvider*\29 +6231:skgpu::ganesh::AtlasPathRenderer::pathFitsInAtlas\28SkRect\20const&\2c\20GrAAType\29\20const +6232:skgpu::ganesh::AtlasPathRenderer::addPathToAtlas\28GrRecordingContext*\2c\20SkMatrix\20const&\2c\20SkPath\20const&\2c\20SkRect\20const&\2c\20SkIRect*\2c\20SkIPoint16*\2c\20bool*\2c\20std::__2::function\20const&\29 +6233:skgpu::ganesh::AtlasPathRenderer::AtlasPathKey::operator==\28skgpu::ganesh::AtlasPathRenderer::AtlasPathKey\20const&\29\20const +6234:skgpu::ganesh::AsFragmentProcessor\28skgpu::ganesh::SurfaceDrawContext*\2c\20SkImage\20const*\2c\20SkSamplingOptions\2c\20SkTileMode\20const*\2c\20SkMatrix\20const&\2c\20SkRect\20const*\2c\20SkRect\20const*\29 +6235:skgpu::TiledTextureUtils::OptimizeSampleArea\28SkISize\20const&\2c\20SkRect\20const&\2c\20SkRect\20const&\2c\20SkPoint\20const*\2c\20SkRect*\2c\20SkRect*\2c\20SkMatrix*\29 +6236:skgpu::TiledTextureUtils::CanDisableMipmap\28SkMatrix\20const&\2c\20SkMatrix\20const&\2c\20bool\29 +6237:skgpu::TClientMappedBufferManager::process\28\29 +6238:skgpu::TAsyncReadResult::~TAsyncReadResult\28\29 +6239:skgpu::TAsyncReadResult::Plane::~Plane\28\29 +6240:skgpu::Swizzle::BGRA\28\29 +6241:skgpu::ScratchKey::ScratchKey\28skgpu::ScratchKey\20const&\29 +6242:skgpu::ResourceKey::operator=\28skgpu::ResourceKey\20const&\29 +6243:skgpu::RectanizerSkyline::addRect\28int\2c\20int\2c\20SkIPoint16*\29 +6244:skgpu::RectanizerSkyline::RectanizerSkyline\28int\2c\20int\29 +6245:skgpu::Plot::~Plot\28\29 +6246:skgpu::Plot::resetRects\28bool\29 +6247:skgpu::Plot::Plot\28int\2c\20int\2c\20skgpu::AtlasGenerationCounter*\2c\20int\2c\20int\2c\20int\2c\20int\2c\20SkColorType\2c\20unsigned\20long\29 +6248:skgpu::KeyBuilder::flush\28\29 +6249:skgpu::KeyBuilder::addBits\28unsigned\20int\2c\20unsigned\20int\2c\20std::__2::basic_string_view>\29 +6250:skgpu::GetReducedBlendModeInfo\28SkBlendMode\29 +6251:skgpu::GetApproxSize\28SkISize\29::$_0::operator\28\29\28int\29\20const +6252:skgpu::CreateIntegralTable\28int\29 +6253:skgpu::ComputeIntegralTableWidth\28float\29 +6254:skgpu::AtlasLocator::updatePlotLocator\28skgpu::PlotLocator\29 +6255:skgpu::AtlasLocator::insetSrc\28int\29 +6256:skcpu::make_xrect\28SkRect\20const&\29 +6257:skcpu::draw_rect_as_path\28skcpu::Draw\20const&\2c\20SkRect\20const&\2c\20SkPaint\20const&\2c\20SkMatrix\20const&\29 +6258:skcpu::compute_stroke_size\28SkPaint\20const&\2c\20SkMatrix\20const&\29 +6259:skcpu::clipHandlesSprite\28SkRasterClip\20const&\2c\20int\2c\20int\2c\20SkPixmap\20const&\29 +6260:skcpu::Recorder::makeBitmapSurface\28SkImageInfo\20const&\2c\20unsigned\20long\2c\20SkSurfaceProps\20const*\29 +6261:skcpu::DrawTreatAsHairline\28SkPaint\20const&\2c\20SkMatrix\20const&\2c\20float*\29 +6262:skcpu::DrawToMask\28SkPathRaw\20const&\2c\20SkIRect\20const&\2c\20SkMaskFilter\20const*\2c\20SkMatrix\20const*\2c\20SkMaskBuilder*\2c\20SkMaskBuilder::CreateMode\2c\20SkStrokeRec::InitStyle\29 +6263:skcpu::Draw::drawSprite\28SkBitmap\20const&\2c\20int\2c\20int\2c\20SkPaint\20const&\29\20const +6264:skcpu::Draw::drawRect\28SkRect\20const&\2c\20SkPaint\20const&\2c\20SkMatrix\20const*\2c\20SkRect\20const*\29\20const +6265:skcpu::Draw::drawRRectNinePatch\28SkRRect\20const&\2c\20SkPaint\20const&\29\20const +6266:skcpu::Draw::drawPath\28SkPath\20const&\2c\20SkPaint\20const&\2c\20SkMatrix\20const*\2c\20SkDrawCoverage\2c\20SkBlitter*\29\20const +6267:skcpu::Draw::drawPaint\28SkPaint\20const&\29\20const +6268:skcpu::Draw::drawDevMask\28SkMask\20const&\2c\20SkPaint\20const&\2c\20SkMatrix\20const*\29\20const +6269:skcms_private::baseline::exec_stages\28skcms_private::Op\20const*\2c\20void\20const**\2c\20char\20const*\2c\20char*\2c\20int\29 +6270:skcms_private::baseline::clut\28unsigned\20int\2c\20unsigned\20int\2c\20unsigned\20char\20const*\2c\20unsigned\20char\20const*\2c\20unsigned\20char\20const*\2c\20float\20vector\5b4\5d*\2c\20float\20vector\5b4\5d*\2c\20float\20vector\5b4\5d*\2c\20float\20vector\5b4\5d*\29 +6271:skcms_ApproximatelyEqualProfiles +6272:sk_sp::~sk_sp\28\29 +6273:sk_sp::reset\28sktext::gpu::TextStrike*\29 +6274:sk_sp\20skgpu::RefCntedCallback::MakeImpl\28void\20\28*\29\28void*\29\2c\20void*\29 +6275:sk_sp<\28anonymous\20namespace\29::UniqueKeyInvalidator>\20sk_make_sp<\28anonymous\20namespace\29::UniqueKeyInvalidator\2c\20skgpu::UniqueKey&\2c\20unsigned\20int>\28skgpu::UniqueKey&\2c\20unsigned\20int&&\29 +6276:sk_sp<\28anonymous\20namespace\29::ShadowInvalidator>\20sk_make_sp<\28anonymous\20namespace\29::ShadowInvalidator\2c\20SkResourceCache::Key&>\28SkResourceCache::Key&\29 +6277:sk_sp::operator=\28sk_sp\20const&\29 +6278:sk_sp&\20std::__2::vector\2c\20std::__2::allocator>>::emplace_back>\28sk_sp&&\29 +6279:sk_sp\20sk_make_sp>\28sk_sp&&\29 +6280:sk_sp::~sk_sp\28\29 +6281:sk_sp::sk_sp\28sk_sp\20const&\29 +6282:sk_sp::operator=\28sk_sp&&\29 +6283:sk_sp::reset\28SkMeshSpecification*\29 +6284:sk_sp\20sk_make_sp>>\28std::__2::unique_ptr>&&\29 +6285:sk_sp::reset\28SkData\20const*\29 +6286:sk_sp::operator=\28sk_sp\20const&\29 +6287:sk_sp::operator=\28sk_sp\20const&\29 +6288:sk_sp::operator=\28sk_sp&&\29 +6289:sk_sp::~sk_sp\28\29 +6290:sk_sp::sk_sp\28sk_sp\20const&\29 +6291:sk_sp&\20sk_sp::operator=\28sk_sp&&\29 +6292:sk_sp::reset\28GrSurface::RefCntedReleaseProc*\29 +6293:sk_sp::operator=\28sk_sp&&\29 +6294:sk_sp::~sk_sp\28\29 +6295:sk_sp::operator=\28sk_sp&&\29 +6296:sk_sp::~sk_sp\28\29 +6297:sk_sp\20sk_make_sp\28\29 +6298:sk_sp::reset\28GrArenas*\29 +6299:sk_ft_alloc\28FT_MemoryRec_*\2c\20long\29 +6300:sk_fopen\28char\20const*\2c\20SkFILE_Flags\29 +6301:sk_fgetsize\28_IO_FILE*\29 +6302:sk_determinant\28float\20const*\2c\20int\29 +6303:sk_blit_below\28SkBlitter*\2c\20SkIRect\20const&\2c\20SkRegion\20const&\29 +6304:sk_blit_above\28SkBlitter*\2c\20SkIRect\20const&\2c\20SkRegion\20const&\29 +6305:sid_to_gid_t\20const*\20hb_sorted_array_t::bsearch\28unsigned\20int\20const&\2c\20sid_to_gid_t\20const*\29 +6306:short\20sk_saturate_cast\28float\29 +6307:sharp_angle\28SkPoint\20const*\29 +6308:sfnt_stream_close +6309:setup_masks_arabic_plan\28arabic_shape_plan_t\20const*\2c\20hb_buffer_t*\2c\20hb_script_t\29 +6310:set_reference_pq_ish_trc\28skcms_TransferFunction*\29 +6311:set_points\28float*\2c\20int*\2c\20int\20const*\2c\20int\2c\20int\2c\20int\2c\20int\2c\20int\2c\20float\2c\20float\2c\20bool\29 +6312:set_ootf_Y\28SkColorSpace\20const*\2c\20float*\29 +6313:set_normal_unitnormal\28SkPoint\20const&\2c\20SkPoint\20const&\2c\20float\2c\20float\2c\20SkPoint*\2c\20SkPoint*\29 +6314:set_khr_debug_label\28GrGLGpu*\2c\20unsigned\20int\2c\20std::__2::basic_string_view>\29 +6315:set_as_rect\28SkPathRaw*\2c\20SkSpan\2c\20SkRect\20const&\2c\20SkPathDirection\2c\20unsigned\20int\29 +6316:set_as_oval\28SkPathRaw*\2c\20SkSpan\2c\20SkRect\20const&\2c\20SkPathDirection\2c\20unsigned\20int\29 +6317:setThrew +6318:setCommonICUData\28UDataMemory*\2c\20signed\20char\2c\20UErrorCode*\29 +6319:serialize_image\28SkImage\20const*\2c\20SkSerialProcs\29 +6320:select_curve_ops\28skcms_Curve\20const*\2c\20int\2c\20OpAndArg*\29 +6321:sect_clamp_with_vertical\28SkPoint\20const*\2c\20float\29 +6322:scanexp +6323:scalbnl +6324:scalbnf +6325:safe_picture_bounds\28SkRect\20const&\29 +6326:safe_int_addition +6327:rt_has_msaa_render_buffer\28GrGLRenderTarget\20const*\2c\20GrGLCaps\20const&\29 +6328:rrect_type_to_vert_count\28RRectType\29 +6329:row_is_all_zeros\28unsigned\20char\20const*\2c\20int\29 +6330:round_up_to_int\28float\29 +6331:round_down_to_int\28float\29 +6332:rotate\28SkDCubic\20const&\2c\20int\2c\20int\2c\20SkDCubic&\29 +6333:rewind_if_necessary\28GrTriangulator::Edge*\2c\20GrTriangulator::EdgeList*\2c\20GrTriangulator::Vertex**\2c\20GrTriangulator::Comparator\20const&\29 +6334:resolveImplicitLevels\28UBiDi*\2c\20int\2c\20int\2c\20unsigned\20char\2c\20unsigned\20char\29 +6335:reset_and_decode_image_config\28wuffs_gif__decoder__struct*\2c\20wuffs_base__image_config__struct*\2c\20wuffs_base__io_buffer__struct*\2c\20SkStream*\29 +6336:res_countArrayItems_74 +6337:renderbuffer_storage_msaa\28GrGLGpu*\2c\20int\2c\20unsigned\20int\2c\20int\2c\20int\29 +6338:remove_edge_below\28GrTriangulator::Edge*\29 +6339:remove_edge_above\28GrTriangulator::Edge*\29 +6340:reductionLineCount\28SkDQuad\20const&\29 +6341:recursive_edge_intersect\28GrTriangulator::Line\20const&\2c\20SkPoint\2c\20SkPoint\2c\20GrTriangulator::Line\20const&\2c\20SkPoint\2c\20SkPoint\2c\20SkPoint*\2c\20double*\2c\20double*\29 +6342:rect_exceeds\28SkRect\20const&\2c\20float\29 +6343:reclassify_vertex\28TriangulationVertex*\2c\20SkPoint\20const*\2c\20int\2c\20ReflexHash*\2c\20SkTInternalLList*\29 +6344:read_mft_common\28mft_CommonLayout\20const*\2c\20skcms_B2A*\29 +6345:read_mft_common\28mft_CommonLayout\20const*\2c\20skcms_A2B*\29 +6346:radii_are_nine_patch\28SkPoint\20const*\29 +6347:quad_type_for_transformed_rect\28SkMatrix\20const&\29 +6348:quad_to_tris\28SkPoint*\2c\20SkSpan\29 +6349:quad_in_line\28SkPoint\20const*\29 +6350:pt_to_tangent_line\28SkPoint\20const&\2c\20SkPoint\20const&\2c\20SkPoint\20const&\29 +6351:psh_hint_table_record +6352:psh_hint_table_init +6353:psh_hint_table_find_strong_points +6354:psh_hint_table_done +6355:psh_hint_table_activate_mask +6356:psh_hint_align +6357:psh_glyph_load_points +6358:psh_globals_scale_widths +6359:psh_compute_dir +6360:psh_blues_set_zones_0 +6361:psh_blues_set_zones +6362:ps_table_realloc +6363:ps_parser_to_token_array +6364:ps_parser_load_field +6365:ps_mask_table_last +6366:ps_mask_table_done +6367:ps_hints_stem +6368:ps_dimension_end +6369:ps_dimension_done +6370:ps_dimension_add_t1stem +6371:ps_builder_start_point +6372:ps_builder_close_contour +6373:ps_builder_add_point1 +6374:printf_core +6375:prepare_to_draw_into_mask\28SkRect\20const&\2c\20SkMaskBuilder*\29 +6376:position_cluster\28hb_ot_shape_plan_t\20const*\2c\20hb_font_t*\2c\20hb_buffer_t*\2c\20unsigned\20int\2c\20unsigned\20int\2c\20bool\29 +6377:portable::uniform_color\28portable::Params*\2c\20SkRasterPipelineStage*\2c\20float\2c\20float\2c\20float\2c\20float\29 +6378:portable::set_rgb\28portable::Params*\2c\20SkRasterPipelineStage*\2c\20float\2c\20float\2c\20float\2c\20float\29 +6379:portable::debug_y\28portable::Params*\2c\20SkRasterPipelineStage*\2c\20float\2c\20float\2c\20float\2c\20float\29 +6380:portable::debug_x\28portable::Params*\2c\20SkRasterPipelineStage*\2c\20float\2c\20float\2c\20float\2c\20float\29 +6381:portable::copy_from_indirect_unmasked\28portable::Params*\2c\20SkRasterPipelineStage*\2c\20float\2c\20float\2c\20float\2c\20float\29 +6382:portable::copy_2_slots_unmasked\28portable::Params*\2c\20SkRasterPipelineStage*\2c\20float\2c\20float\2c\20float\2c\20float\29 +6383:portable::check_decal_mask\28portable::Params*\2c\20SkRasterPipelineStage*\2c\20float\2c\20float\2c\20float\2c\20float\29 +6384:portable::bilerp_clamp_8888\28portable::Params*\2c\20SkRasterPipelineStage*\2c\20float\2c\20float\2c\20float\2c\20float\29 +6385:pop_arg +6386:pointerTOCEntryCount\28UDataMemory\20const*\29 +6387:pointInTriangle\28SkDPoint\20const*\2c\20SkDPoint\20const&\29 +6388:pntz +6389:png_rtran_ok +6390:png_malloc_array_checked +6391:png_inflate +6392:png_format_buffer +6393:png_decompress_chunk +6394:png_colorspace_check_gamma +6395:png_cache_unknown_chunk +6396:pin_offset_s32\28int\2c\20int\2c\20int\29 +6397:path_key_from_data_size\28SkPath\20const&\29 +6398:parse_private_use_subtag\28char\20const*\2c\20unsigned\20int*\2c\20unsigned\20int*\2c\20char\20const*\2c\20unsigned\20char\20\28*\29\28unsigned\20char\29\29 +6399:paint_color_to_dst\28SkPaint\20const&\2c\20SkPixmap\20const&\29 +6400:pad4 +6401:operator_new_impl\28unsigned\20long\29 +6402:operator==\28SkRRect\20const&\2c\20SkRRect\20const&\29 +6403:operator==\28SkPaint\20const&\2c\20SkPaint\20const&\29 +6404:operator!=\28SkRRect\20const&\2c\20SkRRect\20const&\29 +6405:open_face +6406:openCommonData\28char\20const*\2c\20int\2c\20UErrorCode*\29 +6407:on_same_side\28SkPoint\20const*\2c\20int\2c\20int\29 +6408:non-virtual\20thunk\20to\20SkMeshPriv::CpuBuffer::~CpuBuffer\28\29_3733 +6409:non-virtual\20thunk\20to\20SkMeshPriv::CpuBuffer::~CpuBuffer\28\29 +6410:non-virtual\20thunk\20to\20SkMeshPriv::CpuBuffer::size\28\29\20const +6411:non-virtual\20thunk\20to\20SkMeshPriv::CpuBuffer::onUpdate\28GrDirectContext*\2c\20void\20const*\2c\20unsigned\20long\2c\20unsigned\20long\29 +6412:move_multiples\28SkOpContourHead*\29 +6413:mono_cubic_closestT\28float\20const*\2c\20float\29 +6414:mbsrtowcs +6415:matchesEnd\28SkDPoint\20const*\2c\20SkDPoint\20const&\29 +6416:map_rect_perspective\28SkRect\20const&\2c\20float\20const*\29::$_0::operator\28\29\28skvx::Vec<4\2c\20float>\20const&\2c\20skvx::Vec<4\2c\20float>\20const&\2c\20skvx::Vec<4\2c\20float>\20const&\29\20const::'lambda'\28skvx::Vec<4\2c\20float>\20const&\29::operator\28\29\28skvx::Vec<4\2c\20float>\20const&\29\20const +6417:map_quad_to_rect\28SkRSXform\20const&\2c\20SkRect\20const&\29 +6418:map_quad_general\28skvx::Vec<4\2c\20float>\20const&\2c\20skvx::Vec<4\2c\20float>\20const&\2c\20SkMatrix\20const&\2c\20skvx::Vec<4\2c\20float>*\2c\20skvx::Vec<4\2c\20float>*\2c\20skvx::Vec<4\2c\20float>*\29 +6419:make_tiled_gradient\28GrFPArgs\20const&\2c\20std::__2::unique_ptr>\2c\20std::__2::unique_ptr>\2c\20bool\2c\20bool\29 +6420:make_premul_effect\28std::__2::unique_ptr>\29 +6421:make_dual_interval_colorizer\28SkRGBA4f<\28SkAlphaType\292>\20const&\2c\20SkRGBA4f<\28SkAlphaType\292>\20const&\2c\20SkRGBA4f<\28SkAlphaType\292>\20const&\2c\20SkRGBA4f<\28SkAlphaType\292>\20const&\2c\20float\29 +6422:make_clamped_gradient\28std::__2::unique_ptr>\2c\20std::__2::unique_ptr>\2c\20SkRGBA4f<\28SkAlphaType\292>\2c\20SkRGBA4f<\28SkAlphaType\292>\2c\20bool\29 +6423:make_bmp_proxy\28GrProxyProvider*\2c\20SkBitmap\20const&\2c\20GrColorType\2c\20skgpu::Mipmapped\2c\20SkBackingFit\2c\20skgpu::Budgeted\29 +6424:long\20std::__2::__num_get_signed_integral\5babi:nn180100\5d\28char\20const*\2c\20char\20const*\2c\20unsigned\20int&\2c\20int\29 +6425:long\20long\20std::__2::__num_get_signed_integral\5babi:nn180100\5d\28char\20const*\2c\20char\20const*\2c\20unsigned\20int&\2c\20int\29 +6426:long\20double\20std::__2::__num_get_float\5babi:nn180100\5d\28char\20const*\2c\20char\20const*\2c\20unsigned\20int&\29 +6427:log2f_\28float\29 +6428:locale_canonKeywordName\28char*\2c\20char\20const*\2c\20UErrorCode*\29 +6429:load_post_names +6430:lineMetrics_getLineNumber +6431:lineMetrics_getHardBreak +6432:lin_srgb_to_oklab\28SkRGBA4f<\28SkAlphaType\292>\2c\20bool*\29 +6433:lang_find_or_insert\28char\20const*\29 +6434:isdigit +6435:is_zero_width_char\28hb_font_t*\2c\20unsigned\20int\29 +6436:is_simple_rect\28GrQuad\20const&\29 +6437:is_plane_config_compatible_with_subsampling\28SkYUVAInfo::PlaneConfig\2c\20SkYUVAInfo::Subsampling\29 +6438:is_overlap_edge\28GrTriangulator::Edge*\29 +6439:is_leap +6440:is_int\28float\29 +6441:is_halant_use\28hb_glyph_info_t\20const&\29 +6442:is_float_fp32\28GrGLContextInfo\20const&\2c\20GrGLInterface\20const*\2c\20unsigned\20int\29 +6443:isZeroLengthSincePoint\28SkSpan\2c\20int\29 +6444:isSpecialTypeRgKeyValue\28char\20const*\29 +6445:isSpecialTypeReorderCode\28char\20const*\29 +6446:isSpecialTypeCodepoints\28char\20const*\29 +6447:isIDCompatMathStart\28BinaryProperty\20const&\2c\20int\2c\20UProperty\29 +6448:iprintf +6449:invalidate_buffer\28GrGLGpu*\2c\20unsigned\20int\2c\20unsigned\20int\2c\20unsigned\20int\2c\20unsigned\20long\29 +6450:interp_cubic_coords\28double\20const*\2c\20double*\2c\20double\29 +6451:int\20icu_74::\28anonymous\20namespace\29::getOverlap\28unsigned\20short\20const*\2c\20int\2c\20unsigned\20short\20const*\2c\20int\2c\20int\29 +6452:int\20icu_74::\28anonymous\20namespace\29::MixedBlocks::findEntry\28unsigned\20short\20const*\2c\20unsigned\20short\20const*\2c\20int\2c\20unsigned\20int\29\20const +6453:int\20icu_74::\28anonymous\20namespace\29::MixedBlocks::findEntry\28unsigned\20int\20const*\2c\20unsigned\20int\20const*\2c\20int\2c\20unsigned\20int\29\20const +6454:int\20icu_74::\28anonymous\20namespace\29::MixedBlocks::findBlock\28unsigned\20short\20const*\2c\20unsigned\20short\20const*\2c\20int\29\20const +6455:int\20icu_74::\28anonymous\20namespace\29::MixedBlocks::findBlock\28unsigned\20short\20const*\2c\20unsigned\20int\20const*\2c\20int\29\20const +6456:int\20SkRecords::Pattern>::matchFirst>\28SkRecords::Is*\2c\20SkRecord*\2c\20int\29 +6457:inside_triangle\28skvx::Vec<4\2c\20float>\20const&\2c\20skvx::Vec<4\2c\20float>\20const&\2c\20skvx::Vec<4\2c\20float>\20const&\29 +6458:insertRootBundle\28UResourceDataEntry*&\2c\20UErrorCode*\29 +6459:initCache\28UErrorCode*\29 +6460:inflateEnd +6461:impeller::\28anonymous\20namespace\29::OctantContains\28impeller::RoundSuperellipseParam::Octant\20const&\2c\20impeller::TPoint\20const&\29 +6462:impeller::\28anonymous\20namespace\29::ComputeOctant\28impeller::TPoint\2c\20float\2c\20float\29 +6463:impeller::TRect::Expand\28int\2c\20int\29\20const +6464:impeller::TRect::Union\28impeller::TRect\20const&\29\20const +6465:impeller::TRect::TransformBounds\28impeller::Matrix\20const&\29\20const +6466:impeller::TRect::InterpolateAndInsert\28impeller::TPoint*\2c\20int\2c\20impeller::Vector3\20const&\2c\20impeller::Vector3\20const&\29 +6467:impeller::TPoint::GetLengthSquared\28\29\20const +6468:impeller::RoundingRadii::Scaled\28impeller::TRect\20const&\29\20const +6469:impeller::RoundingRadii::AreAllCornersEmpty\28\29\20const +6470:impeller::RoundSuperellipseParam::MakeBoundsRadii\28impeller::TRect\20const&\2c\20impeller::RoundingRadii\20const&\29 +6471:impeller::Matrix::IsAligned2D\28float\29\20const +6472:impeller::Matrix::HasPerspective\28\29\20const +6473:image_getHeight +6474:icu_74::transform\28char*\2c\20int\29 +6475:icu_74::set32x64Bits\28unsigned\20int*\2c\20int\2c\20int\29 +6476:icu_74::res_getIntVector\28icu_74::ResourceTracer\20const&\2c\20ResourceData\20const*\2c\20unsigned\20int\2c\20int*\29 +6477:icu_74::matches8\28unsigned\20char\20const*\2c\20unsigned\20char\20const*\2c\20int\29 +6478:icu_74::matches16CPB\28char16_t\20const*\2c\20int\2c\20int\2c\20char16_t\20const*\2c\20int\29 +6479:icu_74::enumGroupNames\28icu_74::UCharNames*\2c\20unsigned\20short\20const*\2c\20int\2c\20int\2c\20signed\20char\20\28*\29\28void*\2c\20int\2c\20UCharNameChoice\2c\20char\20const*\2c\20int\29\2c\20void*\2c\20UCharNameChoice\29 +6480:icu_74::compute\28int\2c\20icu_74::ReadArray2D\20const&\2c\20icu_74::ReadArray2D\20const&\2c\20icu_74::ReadArray1D\20const&\2c\20icu_74::ReadArray1D\20const&\2c\20icu_74::Array1D&\2c\20icu_74::Array1D&\2c\20icu_74::Array1D&\29 +6481:icu_74::compareUnicodeString\28UElement\2c\20UElement\29 +6482:icu_74::appendUTF8\28char16_t\20const*\2c\20int\2c\20unsigned\20char*\2c\20int\29 +6483:icu_74::\28anonymous\20namespace\29::writeBlock\28unsigned\20int*\2c\20unsigned\20int\29 +6484:icu_74::\28anonymous\20namespace\29::mungeCharName\28char*\2c\20char\20const*\2c\20int\29 +6485:icu_74::\28anonymous\20namespace\29::getJamoTMinusBase\28unsigned\20char\20const*\2c\20unsigned\20char\20const*\29 +6486:icu_74::\28anonymous\20namespace\29::getCanonical\28icu_74::CharStringMap\20const&\2c\20char\20const*\29 +6487:icu_74::\28anonymous\20namespace\29::checkOverflowAndEditsError\28int\2c\20int\2c\20icu_74::Edits*\2c\20UErrorCode&\29 +6488:icu_74::\28anonymous\20namespace\29::allValuesSameAs\28unsigned\20int\20const*\2c\20int\2c\20unsigned\20int\29 +6489:icu_74::\28anonymous\20namespace\29::MutableCodePointTrie::~MutableCodePointTrie\28\29 +6490:icu_74::\28anonymous\20namespace\29::MutableCodePointTrie::getDataBlock\28int\29 +6491:icu_74::\28anonymous\20namespace\29::MutableCodePointTrie::allocDataBlock\28int\29 +6492:icu_74::\28anonymous\20namespace\29::AllSameBlocks::add\28int\2c\20int\2c\20unsigned\20int\29 +6493:icu_74::XLikelySubtagsData::readLSREncodedStrings\28icu_74::ResourceTable\20const&\2c\20char\20const*\2c\20icu_74::ResourceValue&\2c\20icu_74::ResourceArray\20const&\2c\20icu_74::LocalMemory&\2c\20int&\2c\20UErrorCode&\29 +6494:icu_74::XLikelySubtags::~XLikelySubtags\28\29 +6495:icu_74::XLikelySubtags::trieNext\28icu_74::BytesTrie&\2c\20char\20const*\2c\20int\29 +6496:icu_74::UniqueCharStrings::~UniqueCharStrings\28\29 +6497:icu_74::UniqueCharStrings::UniqueCharStrings\28UErrorCode&\29 +6498:icu_74::UnicodeString::setCharAt\28int\2c\20char16_t\29 +6499:icu_74::UnicodeString::reverse\28\29 +6500:icu_74::UnicodeString::operator!=\28icu_74::UnicodeString\20const&\29\20const +6501:icu_74::UnicodeString::indexOf\28char16_t\20const*\2c\20int\2c\20int\2c\20int\2c\20int\29\20const +6502:icu_74::UnicodeString::doIndexOf\28char16_t\2c\20int\2c\20int\29\20const +6503:icu_74::UnicodeString::doExtract\28int\2c\20int\2c\20char16_t*\2c\20int\29\20const +6504:icu_74::UnicodeString::doCompare\28int\2c\20int\2c\20icu_74::UnicodeString\20const&\2c\20int\2c\20int\29\20const +6505:icu_74::UnicodeString::compare\28icu_74::UnicodeString\20const&\29\20const +6506:icu_74::UnicodeSetStringSpan::span\28char16_t\20const*\2c\20int\2c\20USetSpanCondition\29\20const +6507:icu_74::UnicodeSetStringSpan::spanUTF8\28unsigned\20char\20const*\2c\20int\2c\20USetSpanCondition\29\20const +6508:icu_74::UnicodeSetStringSpan::spanBack\28char16_t\20const*\2c\20int\2c\20USetSpanCondition\29\20const +6509:icu_74::UnicodeSetStringSpan::spanBackUTF8\28unsigned\20char\20const*\2c\20int\2c\20USetSpanCondition\29\20const +6510:icu_74::UnicodeSetStringSpan::addToSpanNotSet\28int\29 +6511:icu_74::UnicodeSet::~UnicodeSet\28\29_14834 +6512:icu_74::UnicodeSet::toPattern\28icu_74::UnicodeString&\2c\20signed\20char\29\20const +6513:icu_74::UnicodeSet::stringsContains\28icu_74::UnicodeString\20const&\29\20const +6514:icu_74::UnicodeSet::set\28int\2c\20int\29 +6515:icu_74::UnicodeSet::retainAll\28icu_74::UnicodeSet\20const&\29 +6516:icu_74::UnicodeSet::remove\28int\29 +6517:icu_74::UnicodeSet::nextCapacity\28int\29 +6518:icu_74::UnicodeSet::matches\28icu_74::Replaceable\20const&\2c\20int&\2c\20int\2c\20signed\20char\29 +6519:icu_74::UnicodeSet::matchesIndexValue\28unsigned\20char\29\20const +6520:icu_74::UnicodeSet::findCodePoint\28int\29\20const +6521:icu_74::UnicodeSet::copyFrom\28icu_74::UnicodeSet\20const&\2c\20signed\20char\29 +6522:icu_74::UnicodeSet::clone\28\29\20const +6523:icu_74::UnicodeSet::applyPattern\28icu_74::RuleCharacterIterator&\2c\20icu_74::SymbolTable\20const*\2c\20icu_74::UnicodeString&\2c\20unsigned\20int\2c\20icu_74::UnicodeSet&\20\28icu_74::UnicodeSet::*\29\28int\29\2c\20int\2c\20UErrorCode&\29 +6524:icu_74::UnicodeSet::add\28int\20const*\2c\20int\2c\20signed\20char\29 +6525:icu_74::UnicodeSet::add\28icu_74::UnicodeString\20const&\29 +6526:icu_74::UnicodeSet::_generatePattern\28icu_74::UnicodeString&\2c\20signed\20char\29\20const +6527:icu_74::UnicodeSet::_appendToPat\28icu_74::UnicodeString&\2c\20icu_74::UnicodeString\20const&\2c\20signed\20char\29 +6528:icu_74::UnicodeSet::_add\28icu_74::UnicodeString\20const&\29 +6529:icu_74::UnicodeSet::UnicodeSet\28int\2c\20int\29 +6530:icu_74::UnhandledEngine::~UnhandledEngine\28\29 +6531:icu_74::UVector::sortedInsert\28void*\2c\20int\20\28*\29\28UElement\2c\20UElement\29\2c\20UErrorCode&\29 +6532:icu_74::UVector::setElementAt\28void*\2c\20int\29 +6533:icu_74::UVector::removeElement\28void*\29 +6534:icu_74::UVector::indexOf\28void*\2c\20int\29\20const +6535:icu_74::UVector::assign\28icu_74::UVector\20const&\2c\20void\20\28*\29\28UElement*\2c\20UElement*\29\2c\20UErrorCode&\29 +6536:icu_74::UVector::UVector\28UErrorCode&\29 +6537:icu_74::UVector32::_init\28int\2c\20UErrorCode&\29 +6538:icu_74::UStringSet::~UStringSet\28\29 +6539:icu_74::UStack::UStack\28void\20\28*\29\28void*\29\2c\20signed\20char\20\28*\29\28UElement\2c\20UElement\29\2c\20UErrorCode&\29 +6540:icu_74::UDataPathIterator::next\28UErrorCode*\29 +6541:icu_74::UDataPathIterator::UDataPathIterator\28char\20const*\2c\20char\20const*\2c\20char\20const*\2c\20char\20const*\2c\20signed\20char\2c\20UErrorCode*\29 +6542:icu_74::UCharsTrieElement::getStringLength\28icu_74::UnicodeString\20const&\29\20const +6543:icu_74::UCharsTrieBuilder::~UCharsTrieBuilder\28\29 +6544:icu_74::UCharsTrieBuilder::ensureCapacity\28int\29 +6545:icu_74::UCharsTrieBuilder::build\28UStringTrieBuildOption\2c\20UErrorCode&\29 +6546:icu_74::UCharsTrie::readNodeValue\28char16_t\20const*\2c\20int\29 +6547:icu_74::UCharsTrie::nextImpl\28char16_t\20const*\2c\20int\29 +6548:icu_74::UCharsTrie::nextForCodePoint\28int\29 +6549:icu_74::UCharsTrie::jumpByDelta\28char16_t\20const*\29 +6550:icu_74::UCharsTrie::getValue\28\29\20const +6551:icu_74::UCharsTrie::Iterator::branchNext\28char16_t\20const*\2c\20int\2c\20UErrorCode&\29 +6552:icu_74::UCharsDictionaryMatcher::~UCharsDictionaryMatcher\28\29 +6553:icu_74::ThaiBreakEngine::~ThaiBreakEngine\28\29 +6554:icu_74::StringTrieBuilder::~StringTrieBuilder\28\29 +6555:icu_74::StringTrieBuilder::writeBranchSubNode\28int\2c\20int\2c\20int\2c\20int\29 +6556:icu_74::StringEnumeration::setChars\28char\20const*\2c\20int\2c\20UErrorCode&\29 +6557:icu_74::SimpleLocaleKeyFactory::~SimpleLocaleKeyFactory\28\29 +6558:icu_74::SimpleFilteredSentenceBreakIterator::~SimpleFilteredSentenceBreakIterator\28\29 +6559:icu_74::SimpleFilteredSentenceBreakIterator::internalPrev\28int\29 +6560:icu_74::SimpleFilteredSentenceBreakData::~SimpleFilteredSentenceBreakData\28\29 +6561:icu_74::SimpleFilteredBreakIteratorBuilder::~SimpleFilteredBreakIteratorBuilder\28\29 +6562:icu_74::SimpleFactory::~SimpleFactory\28\29 +6563:icu_74::ServiceEnumeration::~ServiceEnumeration\28\29 +6564:icu_74::ServiceEnumeration::upToDate\28UErrorCode&\29\20const +6565:icu_74::RuleCharacterIterator::skipIgnored\28int\29 +6566:icu_74::RuleCharacterIterator::lookahead\28icu_74::UnicodeString&\2c\20int\29\20const +6567:icu_74::RuleCharacterIterator::atEnd\28\29\20const +6568:icu_74::RuleCharacterIterator::_current\28\29\20const +6569:icu_74::RuleBasedBreakIterator::~RuleBasedBreakIterator\28\29 +6570:icu_74::RuleBasedBreakIterator::handleSafePrevious\28int\29 +6571:icu_74::RuleBasedBreakIterator::RuleBasedBreakIterator\28UErrorCode*\29 +6572:icu_74::RuleBasedBreakIterator::DictionaryCache::populateDictionary\28int\2c\20int\2c\20int\2c\20int\29 +6573:icu_74::RuleBasedBreakIterator::BreakCache::~BreakCache\28\29 +6574:icu_74::RuleBasedBreakIterator::BreakCache::populatePreceding\28UErrorCode&\29 +6575:icu_74::RuleBasedBreakIterator::BreakCache::populateFollowing\28\29 +6576:icu_74::ResourceDataValue::getIntVector\28int&\2c\20UErrorCode&\29\20const +6577:icu_74::ResourceBundle::~ResourceBundle\28\29 +6578:icu_74::ReorderingBuffer::equals\28unsigned\20char\20const*\2c\20unsigned\20char\20const*\29\20const +6579:icu_74::ReorderingBuffer::ReorderingBuffer\28icu_74::Normalizer2Impl\20const&\2c\20icu_74::UnicodeString&\2c\20UErrorCode&\29 +6580:icu_74::RBBIDataWrapper::removeReference\28\29 +6581:icu_74::PropNameData::getPropertyOrValueEnum\28int\2c\20char\20const*\29 +6582:icu_74::PropNameData::findProperty\28int\29 +6583:icu_74::Normalizer2WithImpl::normalizeSecondAndAppend\28icu_74::UnicodeString&\2c\20icu_74::UnicodeString\20const&\2c\20signed\20char\2c\20UErrorCode&\29\20const +6584:icu_74::Normalizer2WithImpl::isNormalized\28icu_74::UnicodeString\20const&\2c\20UErrorCode&\29\20const +6585:icu_74::Normalizer2Impl::recompose\28icu_74::ReorderingBuffer&\2c\20int\2c\20signed\20char\29\20const +6586:icu_74::Normalizer2Impl::init\28int\20const*\2c\20UCPTrie\20const*\2c\20unsigned\20short\20const*\2c\20unsigned\20char\20const*\29 +6587:icu_74::Normalizer2Impl::hasCompBoundaryBefore\28int\2c\20unsigned\20short\29\20const +6588:icu_74::Normalizer2Impl::findNextFCDBoundary\28char16_t\20const*\2c\20char16_t\20const*\29\20const +6589:icu_74::Normalizer2Impl::ensureCanonIterData\28UErrorCode&\29\20const +6590:icu_74::Normalizer2Impl::decompose\28int\2c\20unsigned\20short\2c\20icu_74::ReorderingBuffer&\2c\20UErrorCode&\29\20const +6591:icu_74::Normalizer2Impl::decomposeUTF8\28unsigned\20int\2c\20unsigned\20char\20const*\2c\20unsigned\20char\20const*\2c\20icu_74::ByteSink*\2c\20icu_74::Edits*\2c\20UErrorCode&\29\20const +6592:icu_74::Normalizer2Impl::composeUTF8\28unsigned\20int\2c\20signed\20char\2c\20unsigned\20char\20const*\2c\20unsigned\20char\20const*\2c\20icu_74::ByteSink*\2c\20icu_74::Edits*\2c\20UErrorCode&\29\20const +6593:icu_74::Normalizer2Impl::composeQuickCheck\28char16_t\20const*\2c\20char16_t\20const*\2c\20signed\20char\2c\20UNormalizationCheckResult*\29\20const +6594:icu_74::Normalizer2Impl::combine\28unsigned\20short\20const*\2c\20int\29 +6595:icu_74::Normalizer2Factory::getNFKC_CFImpl\28UErrorCode&\29 +6596:icu_74::Normalizer2Factory::getInstance\28UNormalizationMode\2c\20UErrorCode&\29 +6597:icu_74::Normalizer2::getNFKCInstance\28UErrorCode&\29 +6598:icu_74::Normalizer2::getNFDInstance\28UErrorCode&\29 +6599:icu_74::Normalizer2::getNFCInstance\28UErrorCode&\29 +6600:icu_74::Norm2AllModes::createInstance\28icu_74::Normalizer2Impl*\2c\20UErrorCode&\29 +6601:icu_74::NoopNormalizer2::normalizeSecondAndAppend\28icu_74::UnicodeString&\2c\20icu_74::UnicodeString\20const&\2c\20UErrorCode&\29\20const +6602:icu_74::NoopNormalizer2::isNormalized\28icu_74::UnicodeString\20const&\2c\20UErrorCode&\29\20const +6603:icu_74::MlBreakEngine::~MlBreakEngine\28\29 +6604:icu_74::MaybeStackArray::resize\28int\2c\20int\29 +6605:icu_74::LocaleUtility::initNameFromLocale\28icu_74::Locale\20const&\2c\20icu_74::UnicodeString&\29 +6606:icu_74::LocaleKey::~LocaleKey\28\29 +6607:icu_74::LocaleKey::createWithCanonicalFallback\28icu_74::UnicodeString\20const*\2c\20icu_74::UnicodeString\20const*\2c\20int\2c\20UErrorCode&\29 +6608:icu_74::LocaleDistanceData::~LocaleDistanceData\28\29 +6609:icu_74::LocaleBuilder::setScript\28icu_74::StringPiece\29 +6610:icu_74::LocaleBuilder::setLanguage\28icu_74::StringPiece\29 +6611:icu_74::LocaleBuilder::build\28UErrorCode&\29 +6612:icu_74::LocaleBased::setLocaleIDs\28char\20const*\2c\20char\20const*\29 +6613:icu_74::LocaleBased::getLocaleID\28ULocDataLocaleType\2c\20UErrorCode&\29\20const +6614:icu_74::Locale::operator=\28icu_74::Locale&&\29 +6615:icu_74::Locale::initBaseName\28UErrorCode&\29 +6616:icu_74::Locale::createKeywords\28UErrorCode&\29\20const +6617:icu_74::Locale::createFromName\28char\20const*\29 +6618:icu_74::Locale::Locale\28icu_74::Locale::ELocaleType\29 +6619:icu_74::LocalULanguageTagPointer::~LocalULanguageTagPointer\28\29 +6620:icu_74::LocalPointer::adoptInstead\28icu_74::UCharsTrie*\29 +6621:icu_74::LocalPointer::~LocalPointer\28\29 +6622:icu_74::LocalPointer::adoptInsteadAndCheckErrorCode\28icu_74::CharString*\2c\20UErrorCode&\29 +6623:icu_74::LoadedNormalizer2Impl::~LoadedNormalizer2Impl\28\29 +6624:icu_74::LaoBreakEngine::~LaoBreakEngine\28\29 +6625:icu_74::LaoBreakEngine::divideUpDictionaryRange\28UText*\2c\20int\2c\20int\2c\20icu_74::UVector32&\2c\20signed\20char\2c\20UErrorCode&\29\20const +6626:icu_74::LSTMBreakEngine::~LSTMBreakEngine\28\29 +6627:icu_74::LSR::operator=\28icu_74::LSR&&\29 +6628:icu_74::KhmerBreakEngine::~KhmerBreakEngine\28\29 +6629:icu_74::KeywordEnumeration::~KeywordEnumeration\28\29 +6630:icu_74::KeywordEnumeration::KeywordEnumeration\28char\20const*\2c\20int\2c\20int\2c\20UErrorCode&\29 +6631:icu_74::ICU_Utility::shouldAlwaysBeEscaped\28int\29 +6632:icu_74::ICU_Utility::escape\28icu_74::UnicodeString&\2c\20int\29 +6633:icu_74::ICUServiceKey::parseSuffix\28icu_74::UnicodeString&\29 +6634:icu_74::ICUServiceKey::ICUServiceKey\28icu_74::UnicodeString\20const&\29 +6635:icu_74::ICUService::~ICUService\28\29 +6636:icu_74::ICUService::registerFactory\28icu_74::ICUServiceFactory*\2c\20UErrorCode&\29 +6637:icu_74::ICUService::getVisibleIDs\28icu_74::UVector&\2c\20UErrorCode&\29\20const +6638:icu_74::ICUNotifier::~ICUNotifier\28\29 +6639:icu_74::ICULocaleService::validateFallbackLocale\28\29\20const +6640:icu_74::ICULanguageBreakFactory::~ICULanguageBreakFactory\28\29 +6641:icu_74::ICULanguageBreakFactory::ensureEngines\28UErrorCode&\29 +6642:icu_74::ICUBreakIteratorFactory::~ICUBreakIteratorFactory\28\29_13959 +6643:icu_74::Hashtable::nextElement\28int&\29\20const +6644:icu_74::Hashtable::init\28int\20\28*\29\28UElement\29\2c\20signed\20char\20\28*\29\28UElement\2c\20UElement\29\2c\20signed\20char\20\28*\29\28UElement\2c\20UElement\29\2c\20UErrorCode&\29 +6645:icu_74::Hashtable::Hashtable\28\29 +6646:icu_74::FCDNormalizer2::hasBoundaryBefore\28int\29\20const +6647:icu_74::FCDNormalizer2::hasBoundaryAfter\28int\29\20const +6648:icu_74::EmojiProps::~EmojiProps\28\29 +6649:icu_74::Edits::growArray\28\29 +6650:icu_74::DictionaryBreakEngine::setCharacters\28icu_74::UnicodeSet\20const&\29 +6651:icu_74::CjkBreakEngine::~CjkBreakEngine\28\29 +6652:icu_74::CjkBreakEngine::CjkBreakEngine\28icu_74::DictionaryMatcher*\2c\20icu_74::LanguageType\2c\20UErrorCode&\29 +6653:icu_74::CharString::cloneData\28UErrorCode&\29\20const +6654:icu_74::CharString*\20icu_74::MemoryPool::create\28char\20const*&\2c\20UErrorCode&\29 +6655:icu_74::CanonIterData::~CanonIterData\28\29 +6656:icu_74::CanonIterData::addToStartSet\28int\2c\20int\2c\20UErrorCode&\29 +6657:icu_74::CacheEntry::~CacheEntry\28\29 +6658:icu_74::BytesTrie::skipValue\28unsigned\20char\20const*\2c\20int\29 +6659:icu_74::BytesTrie::nextImpl\28unsigned\20char\20const*\2c\20int\29 +6660:icu_74::BytesDictionaryMatcher::~BytesDictionaryMatcher\28\29 +6661:icu_74::ByteSinkUtil::appendCodePoint\28int\2c\20int\2c\20icu_74::ByteSink&\2c\20icu_74::Edits*\29 +6662:icu_74::BurmeseBreakEngine::~BurmeseBreakEngine\28\29 +6663:icu_74::BreakIterator::getLocale\28ULocDataLocaleType\2c\20UErrorCode&\29\20const +6664:icu_74::BreakIterator::createCharacterInstance\28icu_74::Locale\20const&\2c\20UErrorCode&\29 +6665:icu_74::BreakEngineWrapper::~BreakEngineWrapper\28\29 +6666:icu_74::Array1D::~Array1D\28\29 +6667:icu_74::Array1D::tanh\28icu_74::Array1D\20const&\29 +6668:icu_74::Array1D::hadamardProduct\28icu_74::ReadArray1D\20const&\29 +6669:hb_vector_t::resize\28int\2c\20bool\2c\20bool\29 +6670:hb_vector_t::resize\28int\2c\20bool\2c\20bool\29 +6671:hb_vector_t\2c\20false>::shrink_vector\28unsigned\20int\29 +6672:hb_vector_t\2c\20false>::resize\28int\2c\20bool\2c\20bool\29 +6673:hb_vector_t\2c\20false>::fini\28\29 +6674:hb_vector_t::alloc\28unsigned\20int\2c\20bool\29 +6675:hb_vector_t::alloc\28unsigned\20int\2c\20bool\29 +6676:hb_vector_t::pop\28\29 +6677:hb_vector_t::clear\28\29 +6678:hb_vector_t::resize\28int\2c\20bool\2c\20bool\29 +6679:hb_vector_t::push\28\29 +6680:hb_vector_t::alloc_exact\28unsigned\20int\29 +6681:hb_vector_t::alloc\28unsigned\20int\2c\20bool\29 +6682:hb_vector_t::resize\28int\2c\20bool\2c\20bool\29 +6683:hb_vector_t::clear\28\29 +6684:hb_vector_t\2c\20false>::shrink_vector\28unsigned\20int\29 +6685:hb_vector_t\2c\20false>::fini\28\29 +6686:hb_vector_t::shrink_vector\28unsigned\20int\29 +6687:hb_vector_t::fini\28\29 +6688:hb_vector_t::shrink_vector\28unsigned\20int\29 +6689:hb_unicode_mirroring_nil\28hb_unicode_funcs_t*\2c\20unsigned\20int\2c\20void*\29 +6690:hb_unicode_funcs_t::is_default_ignorable\28unsigned\20int\29 +6691:hb_unicode_funcs_get_default +6692:hb_tag_from_string +6693:hb_shape_plan_key_t::init\28bool\2c\20hb_face_t*\2c\20hb_segment_properties_t\20const*\2c\20hb_feature_t\20const*\2c\20unsigned\20int\2c\20int\20const*\2c\20unsigned\20int\2c\20char\20const*\20const*\29 +6694:hb_shape_plan_key_t::fini\28\29 +6695:hb_set_digest_t::union_\28hb_set_digest_t\20const&\29 +6696:hb_set_digest_t::may_intersect\28hb_set_digest_t\20const&\29\20const +6697:hb_serialize_context_t::object_t::hash\28\29\20const +6698:hb_serialize_context_t::fini\28\29 +6699:hb_sanitize_context_t::return_t\20OT::Context::dispatch\28hb_sanitize_context_t*\29\20const +6700:hb_sanitize_context_t::return_t\20OT::ChainContext::dispatch\28hb_sanitize_context_t*\29\20const +6701:hb_sanitize_context_t::hb_sanitize_context_t\28hb_blob_t*\29 +6702:hb_paint_funcs_t::sweep_gradient\28void*\2c\20hb_color_line_t*\2c\20float\2c\20float\2c\20float\2c\20float\29 +6703:hb_paint_funcs_t::radial_gradient\28void*\2c\20hb_color_line_t*\2c\20float\2c\20float\2c\20float\2c\20float\2c\20float\2c\20float\29 +6704:hb_paint_funcs_t::push_skew\28void*\2c\20float\2c\20float\29 +6705:hb_paint_funcs_t::push_rotate\28void*\2c\20float\29 +6706:hb_paint_funcs_t::push_inverse_font_transform\28void*\2c\20hb_font_t\20const*\29 +6707:hb_paint_funcs_t::push_group\28void*\29 +6708:hb_paint_funcs_t::pop_group\28void*\2c\20hb_paint_composite_mode_t\29 +6709:hb_paint_funcs_t::linear_gradient\28void*\2c\20hb_color_line_t*\2c\20float\2c\20float\2c\20float\2c\20float\2c\20float\2c\20float\29 +6710:hb_paint_extents_paint_linear_gradient\28hb_paint_funcs_t*\2c\20void*\2c\20hb_color_line_t*\2c\20float\2c\20float\2c\20float\2c\20float\2c\20float\2c\20float\2c\20void*\29 +6711:hb_paint_extents_get_funcs\28\29 +6712:hb_paint_extents_context_t::~hb_paint_extents_context_t\28\29 +6713:hb_paint_extents_context_t::pop_clip\28\29 +6714:hb_paint_extents_context_t::clear\28\29 +6715:hb_ot_map_t::get_mask\28unsigned\20int\2c\20unsigned\20int*\29\20const +6716:hb_ot_map_t::fini\28\29 +6717:hb_ot_map_builder_t::add_pause\28unsigned\20int\2c\20bool\20\28*\29\28hb_ot_shape_plan_t\20const*\2c\20hb_font_t*\2c\20hb_buffer_t*\29\29 +6718:hb_ot_map_builder_t::add_lookups\28hb_ot_map_t&\2c\20unsigned\20int\2c\20unsigned\20int\2c\20unsigned\20int\2c\20unsigned\20int\2c\20bool\2c\20bool\2c\20bool\2c\20bool\2c\20unsigned\20int\29 +6719:hb_ot_layout_has_substitution +6720:hb_ot_font_set_funcs +6721:hb_memcmp\28void\20const*\2c\20void\20const*\2c\20unsigned\20int\29 +6722:hb_lazy_loader_t\2c\20hb_face_t\2c\2038u\2c\20OT::sbix_accelerator_t>::get_stored\28\29\20const +6723:hb_lazy_loader_t\2c\20hb_face_t\2c\207u\2c\20OT::post_accelerator_t>::get_stored\28\29\20const +6724:hb_lazy_loader_t\2c\20hb_face_t\2c\207u\2c\20OT::post_accelerator_t>::do_destroy\28OT::post_accelerator_t*\29 +6725:hb_lazy_loader_t\2c\20hb_face_t\2c\205u\2c\20OT::hmtx_accelerator_t>::get_stored\28\29\20const +6726:hb_lazy_loader_t\2c\20hb_face_t\2c\2021u\2c\20OT::gvar_accelerator_t>::do_destroy\28OT::gvar_accelerator_t*\29 +6727:hb_lazy_loader_t\2c\20hb_face_t\2c\2015u\2c\20OT::glyf_accelerator_t>::do_destroy\28OT::glyf_accelerator_t*\29 +6728:hb_lazy_loader_t\2c\20hb_face_t\2c\203u\2c\20OT::cmap_accelerator_t>::do_destroy\28OT::cmap_accelerator_t*\29 +6729:hb_lazy_loader_t\2c\20hb_face_t\2c\2017u\2c\20OT::cff2_accelerator_t>::get_stored\28\29\20const +6730:hb_lazy_loader_t\2c\20hb_face_t\2c\2017u\2c\20OT::cff2_accelerator_t>::do_destroy\28OT::cff2_accelerator_t*\29 +6731:hb_lazy_loader_t\2c\20hb_face_t\2c\2016u\2c\20OT::cff1_accelerator_t>::do_destroy\28OT::cff1_accelerator_t*\29 +6732:hb_lazy_loader_t\2c\20hb_face_t\2c\2019u\2c\20hb_blob_t>::get\28\29\20const +6733:hb_lazy_loader_t\2c\20hb_face_t\2c\2024u\2c\20OT::GDEF_accelerator_t>::do_destroy\28OT::GDEF_accelerator_t*\29 +6734:hb_lazy_loader_t\2c\20hb_face_t\2c\2036u\2c\20hb_blob_t>::get\28\29\20const +6735:hb_lazy_loader_t\2c\20hb_face_t\2c\2035u\2c\20OT::COLR_accelerator_t>::get_stored\28\29\20const +6736:hb_lazy_loader_t\2c\20hb_face_t\2c\2035u\2c\20OT::COLR_accelerator_t>::do_destroy\28OT::COLR_accelerator_t*\29 +6737:hb_lazy_loader_t\2c\20hb_face_t\2c\2037u\2c\20OT::CBDT_accelerator_t>::get_stored\28\29\20const +6738:hb_lazy_loader_t\2c\20hb_face_t\2c\2037u\2c\20OT::CBDT_accelerator_t>::do_destroy\28OT::CBDT_accelerator_t*\29 +6739:hb_lazy_loader_t\2c\20hb_face_t\2c\2033u\2c\20hb_blob_t>::get\28\29\20const +6740:hb_lazy_loader_t\2c\20hb_face_t\2c\2030u\2c\20AAT::kerx_accelerator_t>::get_stored\28\29\20const +6741:hb_language_matches +6742:hb_iter_t\2c\20hb_filter_iter_t\2c\20hb_array_t>\2c\20find_syllables_use\28hb_buffer_t*\29::'lambda'\28hb_glyph_info_t\20const&\29\2c\20$_7\20const&\2c\20\28void*\290>\2c\20find_syllables_use\28hb_buffer_t*\29::'lambda'\28hb_pair_t\29\2c\20$_6\20const&\2c\20\28void*\290>>\2c\20hb_pair_t>>::operator-=\28unsigned\20int\29\20& +6743:hb_iter_t\2c\20hb_filter_iter_t\2c\20hb_array_t>\2c\20find_syllables_use\28hb_buffer_t*\29::'lambda'\28hb_glyph_info_t\20const&\29\2c\20$_7\20const&\2c\20\28void*\290>\2c\20find_syllables_use\28hb_buffer_t*\29::'lambda'\28hb_pair_t\29\2c\20$_6\20const&\2c\20\28void*\290>>\2c\20hb_pair_t>>::operator+=\28unsigned\20int\29\20& +6744:hb_iter_t\2c\20hb_array_t>\2c\20find_syllables_use\28hb_buffer_t*\29::'lambda'\28hb_glyph_info_t\20const&\29\2c\20$_7\20const&\2c\20\28void*\290>\2c\20hb_pair_t>::operator++\28\29\20& +6745:hb_iter_t\2c\20hb_array_t>\2c\20find_syllables_use\28hb_buffer_t*\29::'lambda'\28hb_glyph_info_t\20const&\29\2c\20$_7\20const&\2c\20\28void*\290>\2c\20find_syllables_use\28hb_buffer_t*\29::'lambda'\28hb_pair_t\29\2c\20$_6\20const&\2c\20\28void*\290>\2c\20hb_pair_t>::operator--\28\29\20& +6746:hb_indic_get_categories\28unsigned\20int\29 +6747:hb_hashmap_t::fini\28\29 +6748:hb_hashmap_t::fetch_item\28hb_serialize_context_t::object_t\20const*\20const&\2c\20unsigned\20int\29\20const +6749:hb_font_t::synthetic_glyph_extents\28hb_glyph_extents_t*\29 +6750:hb_font_t::subtract_glyph_origin_for_direction\28unsigned\20int\2c\20hb_direction_t\2c\20int*\2c\20int*\29 +6751:hb_font_t::subtract_glyph_h_origin\28unsigned\20int\2c\20int*\2c\20int*\29 +6752:hb_font_t::guess_v_origin_minus_h_origin\28unsigned\20int\2c\20int*\2c\20int*\29 +6753:hb_font_t::get_variation_glyph\28unsigned\20int\2c\20unsigned\20int\2c\20unsigned\20int*\2c\20unsigned\20int\29 +6754:hb_font_t::get_glyph_v_origin_with_fallback\28unsigned\20int\2c\20int*\2c\20int*\29 +6755:hb_font_t::get_glyph_v_kerning\28unsigned\20int\2c\20unsigned\20int\29 +6756:hb_font_t::get_glyph_h_kerning\28unsigned\20int\2c\20unsigned\20int\29 +6757:hb_font_t::get_glyph_contour_point\28unsigned\20int\2c\20unsigned\20int\2c\20int*\2c\20int*\29 +6758:hb_font_t::get_font_h_extents\28hb_font_extents_t*\29 +6759:hb_font_t::draw_glyph\28unsigned\20int\2c\20hb_draw_funcs_t*\2c\20void*\29 +6760:hb_font_set_variations +6761:hb_font_set_funcs +6762:hb_font_get_variation_glyph_nil\28hb_font_t*\2c\20void*\2c\20unsigned\20int\2c\20unsigned\20int\2c\20unsigned\20int*\2c\20void*\29 +6763:hb_font_get_font_h_extents_nil\28hb_font_t*\2c\20void*\2c\20hb_font_extents_t*\2c\20void*\29 +6764:hb_font_funcs_set_variation_glyph_func +6765:hb_font_funcs_set_nominal_glyphs_func +6766:hb_font_funcs_set_nominal_glyph_func +6767:hb_font_funcs_set_glyph_h_advances_func +6768:hb_font_funcs_set_glyph_extents_func +6769:hb_font_funcs_create +6770:hb_font_destroy +6771:hb_face_destroy +6772:hb_face_create_for_tables +6773:hb_draw_move_to_nil\28hb_draw_funcs_t*\2c\20void*\2c\20hb_draw_state_t*\2c\20float\2c\20float\2c\20void*\29 +6774:hb_draw_funcs_t::emit_move_to\28void*\2c\20hb_draw_state_t&\2c\20float\2c\20float\29 +6775:hb_draw_funcs_set_quadratic_to_func +6776:hb_draw_funcs_set_move_to_func +6777:hb_draw_funcs_set_line_to_func +6778:hb_draw_funcs_set_cubic_to_func +6779:hb_draw_funcs_destroy +6780:hb_draw_funcs_create +6781:hb_draw_extents_move_to\28hb_draw_funcs_t*\2c\20void*\2c\20hb_draw_state_t*\2c\20float\2c\20float\2c\20void*\29 +6782:hb_cache_t<24u\2c\2016u\2c\208u\2c\20true>::clear\28\29 +6783:hb_buffer_t::sort\28unsigned\20int\2c\20unsigned\20int\2c\20int\20\28*\29\28hb_glyph_info_t\20const*\2c\20hb_glyph_info_t\20const*\29\29 +6784:hb_buffer_t::safe_to_insert_tatweel\28unsigned\20int\2c\20unsigned\20int\29 +6785:hb_buffer_t::next_glyphs\28unsigned\20int\29 +6786:hb_buffer_t::message_impl\28hb_font_t*\2c\20char\20const*\2c\20void*\29 +6787:hb_buffer_t::delete_glyphs_inplace\28bool\20\28*\29\28hb_glyph_info_t\20const*\29\29 +6788:hb_buffer_t::clear\28\29 +6789:hb_buffer_t::add\28unsigned\20int\2c\20unsigned\20int\29 +6790:hb_buffer_get_glyph_positions +6791:hb_buffer_diff +6792:hb_buffer_clear_contents +6793:hb_buffer_add_utf8 +6794:hb_bounds_t::union_\28hb_bounds_t\20const&\29 +6795:hb_bounds_t::intersect\28hb_bounds_t\20const&\29 +6796:hb_blob_t::destroy_user_data\28\29 +6797:hb_array_t::hash\28\29\20const +6798:hb_array_t::cmp\28hb_array_t\20const&\29\20const +6799:hb_array_t>::qsort\28int\20\28*\29\28void\20const*\2c\20void\20const*\29\29 +6800:hb_array_t::__next__\28\29 +6801:hb_aat_map_builder_t::~hb_aat_map_builder_t\28\29 +6802:hb_aat_map_builder_t::feature_info_t\20const*\20hb_vector_t::bsearch\28hb_aat_map_builder_t::feature_info_t\20const&\2c\20hb_aat_map_builder_t::feature_info_t\20const*\29\20const +6803:hb_aat_map_builder_t::feature_info_t::cmp\28void\20const*\2c\20void\20const*\29 +6804:hb_aat_map_builder_t::feature_info_t::cmp\28hb_aat_map_builder_t::feature_info_t\20const&\29\20const +6805:hb_aat_map_builder_t::compile\28hb_aat_map_t&\29 +6806:hb_aat_layout_remove_deleted_glyphs\28hb_buffer_t*\29 +6807:hb_aat_layout_compile_map\28hb_aat_map_builder_t\20const*\2c\20hb_aat_map_t*\29 +6808:has_msaa_render_buffer\28GrSurfaceProxy\20const*\2c\20GrGLCaps\20const&\29 +6809:hair_cubic\28SkPoint\20const*\2c\20SkRegion\20const*\2c\20SkBlitter*\2c\20void\20\28*\29\28SkPoint\20const*\2c\20int\2c\20SkRegion\20const*\2c\20SkBlitter*\29\29 +6810:getint +6811:get_win_string +6812:get_paint\28GrAA\2c\20unsigned\20char\29 +6813:get_layer_mapping_and_bounds\28SkSpan>\2c\20SkM44\20const&\2c\20skif::DeviceSpace\20const&\2c\20std::__2::optional>\2c\20float\29::$_0::operator\28\29\28int\29\20const +6814:get_dst_swizzle_and_store\28GrColorType\2c\20SkRasterPipelineOp*\2c\20LumMode*\2c\20bool*\2c\20bool*\29 +6815:get_driver_and_version\28GrGLStandard\2c\20GrGLVendor\2c\20char\20const*\2c\20char\20const*\2c\20char\20const*\29 +6816:get_apple_string +6817:getSingleRun\28UBiDi*\2c\20unsigned\20char\29 +6818:getScript\28IntProperty\20const&\2c\20int\2c\20UProperty\29 +6819:getRunFromLogicalIndex\28UBiDi*\2c\20int\29 +6820:getMirror\28int\2c\20unsigned\20short\29 +6821:getFallbackData\28UResourceBundle\20const*\2c\20char\20const**\2c\20unsigned\20int*\2c\20UErrorCode*\29 +6822:getDotType\28int\29 +6823:getASCIIPropertyNameChar\28char\20const*\29 +6824:geometric_overlap\28SkRect\20const&\2c\20SkRect\20const&\29 +6825:geometric_contains\28SkRect\20const&\2c\20SkRect\20const&\29 +6826:gen_key\28skgpu::KeyBuilder*\2c\20GrProgramInfo\20const&\2c\20GrCaps\20const&\29 +6827:gen_fp_key\28GrFragmentProcessor\20const&\2c\20GrCaps\20const&\2c\20skgpu::KeyBuilder*\29 +6828:gather_uniforms_and_check_for_main\28SkSL::Program\20const&\2c\20std::__2::vector>*\2c\20std::__2::vector>*\2c\20SkRuntimeEffect::Uniform::Flags\2c\20unsigned\20long*\29 +6829:fwrite +6830:ft_var_to_normalized +6831:ft_var_load_item_variation_store +6832:ft_var_load_hvvar +6833:ft_var_load_avar +6834:ft_var_get_value_pointer +6835:ft_var_get_item_delta +6836:ft_var_apply_tuple +6837:ft_set_current_renderer +6838:ft_recompute_scaled_metrics +6839:ft_mem_strcpyn +6840:ft_mem_dup +6841:ft_hash_num_lookup +6842:ft_gzip_alloc +6843:ft_glyphslot_preset_bitmap +6844:ft_glyphslot_done +6845:ft_corner_orientation +6846:ft_corner_is_flat +6847:ft_cmap_done_internal +6848:frexp +6849:fread +6850:fputs +6851:fp_force_eval +6852:fp_barrier +6853:formulate_F1DotF2\28float\20const*\2c\20float*\29 +6854:formulate_F1DotF2\28double\20const*\2c\20double*\29 +6855:format_alignment\28SkMask::Format\29 +6856:format1_names\28unsigned\20int\29 +6857:fopen +6858:fold_opacity_layer_color_to_paint\28SkPaint\20const*\2c\20bool\2c\20SkPaint*\29 +6859:fmodl +6860:fmod +6861:flutter::\28anonymous\20namespace\29::transform\28flutter::DlColor\20const&\2c\20std::__2::array\20const&\2c\20flutter::DlColorSpace\29 +6862:flutter::\28anonymous\20namespace\29::RoundingRadiiSafeRects\28impeller::TRect\20const&\2c\20impeller::RoundingRadii\20const&\29 +6863:flutter::ToSk\28flutter::DlColorSource\20const*\29 +6864:flutter::ToSk\28flutter::DlColorFilter\20const*\29 +6865:flutter::ToApproximateSkRRect\28impeller::RoundSuperellipse\20const&\29 +6866:flutter::DlTextSkia::~DlTextSkia\28\29 +6867:flutter::DlTextSkia::Make\28sk_sp\20const&\29 +6868:flutter::DlSkPaintDispatchHelper::set_opacity\28float\29 +6869:flutter::DlSkPaintDispatchHelper::makeColorFilter\28\29\20const +6870:flutter::DlSkCanvasDispatcher::restore\28\29 +6871:flutter::DlRuntimeEffectSkia::~DlRuntimeEffectSkia\28\29_1709 +6872:flutter::DlRuntimeEffectSkia::~DlRuntimeEffectSkia\28\29 +6873:flutter::DlRuntimeEffectSkia::skia_runtime_effect\28\29\20const +6874:flutter::DlRegion::~DlRegion\28\29 +6875:flutter::DlRegion::Span&\20std::__2::vector>::emplace_back\28int&\2c\20int&\29 +6876:flutter::DlRTree::~DlRTree\28\29 +6877:flutter::DlRTree::search\28impeller::TRect\20const&\2c\20std::__2::vector>*\29\20const +6878:flutter::DlRTree::search\28flutter::DlRTree::Node\20const&\2c\20impeller::TRect\20const&\2c\20std::__2::vector>*\29\20const +6879:flutter::DlPath::IsRect\28impeller::TRect*\2c\20bool*\29\20const +6880:flutter::DlPaint::setColorSource\28std::__2::shared_ptr\29 +6881:flutter::DlPaint::operator=\28flutter::DlPaint\20const&\29 +6882:flutter::DlMatrixColorFilter::size\28\29\20const +6883:flutter::DlLinearGradientColorSource::size\28\29\20const +6884:flutter::DlLinearGradientColorSource::pod\28\29\20const +6885:flutter::DlImageFilter::outset_device_bounds\28impeller::TRect\20const&\2c\20float\2c\20float\2c\20impeller::Matrix\20const&\2c\20impeller::TRect&\29 +6886:flutter::DlImageFilter::map_vectors_affine\28impeller::Matrix\20const&\2c\20float\2c\20float\29 +6887:flutter::DlDilateImageFilter::map_device_bounds\28impeller::TRect\20const&\2c\20impeller::Matrix\20const&\2c\20impeller::TRect&\29\20const +6888:flutter::DlDilateImageFilter::get_input_device_bounds\28impeller::TRect\20const&\2c\20impeller::Matrix\20const&\2c\20impeller::TRect&\29\20const +6889:flutter::DlDilateImageFilter::equals_\28flutter::DlImageFilter\20const&\29\20const +6890:flutter::DlConicalGradientColorSource::pod\28\29\20const +6891:flutter::DlComposeImageFilter::DlComposeImageFilter\28std::__2::shared_ptr\20const&\2c\20std::__2::shared_ptr\20const&\29 +6892:flutter::DlColorSource::MakeImage\28sk_sp\20const&\2c\20flutter::DlTileMode\2c\20flutter::DlTileMode\2c\20flutter::DlImageSampling\2c\20impeller::Matrix\20const*\29 +6893:flutter::DlColorFilterImageFilter::map_device_bounds\28impeller::TRect\20const&\2c\20impeller::Matrix\20const&\2c\20impeller::TRect&\29\20const +6894:flutter::DlBlurMaskFilter::shared\28\29\20const +6895:flutter::DlBlurImageFilter::map_device_bounds\28impeller::TRect\20const&\2c\20impeller::Matrix\20const&\2c\20impeller::TRect&\29\20const +6896:flutter::DlBlendColorFilter::size\28\29\20const +6897:flutter::DisplayListStorage::realloc\28unsigned\20long\29 +6898:flutter::DisplayListStorage::operator=\28flutter::DisplayListStorage&&\29 +6899:flutter::DisplayListStorage::DisplayListStorage\28flutter::DisplayListStorage&&\29 +6900:flutter::DisplayListMatrixClipState::translate\28float\2c\20float\29 +6901:flutter::DisplayListMatrixClipState::transformFullPerspective\28float\2c\20float\2c\20float\2c\20float\2c\20float\2c\20float\2c\20float\2c\20float\2c\20float\2c\20float\2c\20float\2c\20float\2c\20float\2c\20float\2c\20float\2c\20float\29 +6902:flutter::DisplayListMatrixClipState::transform2DAffine\28float\2c\20float\2c\20float\2c\20float\2c\20float\2c\20float\29 +6903:flutter::DisplayListMatrixClipState::skew\28float\2c\20float\29 +6904:flutter::DisplayListMatrixClipState::scale\28float\2c\20float\29 +6905:flutter::DisplayListMatrixClipState::rsuperellipse_covers_cull\28impeller::RoundSuperellipse\20const&\29\20const +6906:flutter::DisplayListMatrixClipState::rrect_covers_cull\28impeller::RoundRect\20const&\29\20const +6907:flutter::DisplayListMatrixClipState::rotate\28impeller::Radians\29 +6908:flutter::DisplayListMatrixClipState::oval_covers_cull\28impeller::TRect\20const&\29\20const +6909:flutter::DisplayListMatrixClipState::clipRSuperellipse\28impeller::RoundSuperellipse\20const&\2c\20flutter::DlClipOp\2c\20bool\29 +6910:flutter::DisplayListMatrixClipState::clipRRect\28impeller::RoundRect\20const&\2c\20flutter::DlClipOp\2c\20bool\29 +6911:flutter::DisplayListMatrixClipState::clipPath\28flutter::DlPath\20const&\2c\20flutter::DlClipOp\2c\20bool\29 +6912:flutter::DisplayListMatrixClipState::GetLocalCullCoverage\28\29\20const +6913:flutter::DisplayListBuilder::~DisplayListBuilder\28\29_1271 +6914:flutter::DisplayListBuilder::drawDisplayList\28sk_sp\2c\20float\29 +6915:flutter::DisplayListBuilder::SetTransform\28impeller::Matrix\20const&\29 +6916:flutter::DisplayListBuilder::SaveInfo::SaveInfo\28impeller::TRect\20const&\29 +6917:flutter::DisplayListBuilder::SaveInfo::AccumulateBoundsLocal\28impeller::TRect\20const&\29 +6918:flutter::DisplayListBuilder::SaveInfo*\20std::__2::construct_at\5babi:ne180100\5d&\2c\20unsigned\20long&\2c\20flutter::DisplayListBuilder::SaveInfo*>\28flutter::DisplayListBuilder::SaveInfo*\2c\20flutter::DisplayListBuilder::SaveInfo*&&\2c\20std::__2::shared_ptr&\2c\20unsigned\20long&\29 +6919:flutter::DisplayListBuilder::SaveInfo*\20std::__2::construct_at\5babi:ne180100\5d\28flutter::DisplayListBuilder::SaveInfo*\2c\20flutter::DisplayListBuilder::SaveInfo*&&\29 +6920:flutter::DisplayListBuilder::RTreeData::~RTreeData\28\29 +6921:flutter::DisplayListBuilder::LayerInfo::LayerInfo\28std::__2::shared_ptr\20const&\2c\20unsigned\20long\29 +6922:flutter::DisplayListBuilder::Init\28bool\29 +6923:flutter::DisplayListBuilder::GetImageInfo\28\29\20const +6924:flutter::DisplayListBuilder::FlagsForPointMode\28flutter::DlPointMode\29 +6925:flutter::DisplayListBuilder::DrawRoundSuperellipse\28impeller::RoundSuperellipse\20const&\2c\20flutter::DlPaint\20const&\29 +6926:flutter::DisplayListBuilder::CheckLayerOpacityHairlineCompatibility\28\29 +6927:flutter::DisplayListBuilder::AccumulateUnbounded\28flutter::DisplayListBuilder::SaveInfo\20const&\29 +6928:flutter::DisplayList::~DisplayList\28\29 +6929:flutter::DisplayList::DisposeOps\28flutter::DisplayListStorage\20const&\2c\20std::__2::vector>\20const&\29 +6930:flutter::DisplayList::DispatchOneOp\28flutter::DlOpReceiver&\2c\20unsigned\20char\20const*\29\20const +6931:float\20std::__2::__num_get_float\5babi:nn180100\5d\28char\20const*\2c\20char\20const*\2c\20unsigned\20int&\29 +6932:first_axis_intersection\28double\20const*\2c\20bool\2c\20double\2c\20double*\29 +6933:fiprintf +6934:find_unicode_charmap +6935:find_diff_pt\28SkPoint\20const*\2c\20int\2c\20int\2c\20int\29 +6936:fillable\28SkRect\20const&\29 +6937:fileno +6938:expf_\28float\29 +6939:exp2f_\28float\29 +6940:eval_cubic_pts\28float\2c\20float\2c\20float\2c\20float\2c\20float\29 +6941:eval_cubic_derivative\28SkPoint\20const*\2c\20float\29 +6942:entryIncrease\28UResourceDataEntry*\29 +6943:emscripten_builtin_memalign +6944:emptyOnNull\28sk_sp&&\29 +6945:elliptical_effect_uses_scale\28GrShaderCaps\20const&\2c\20SkRRect\20const&\29 +6946:edges_too_close\28SkAnalyticEdge*\2c\20SkAnalyticEdge*\2c\20int\29 +6947:edge_line_needs_recursion\28SkPoint\20const&\2c\20SkPoint\20const&\29 +6948:eat_space_sep_strings\28skia_private::TArray*\2c\20char\20const*\29 +6949:draw_nine\28SkMask\20const&\2c\20SkIRect\20const&\2c\20SkIPoint\20const&\2c\20bool\2c\20SkRasterClip\20const&\2c\20SkBlitter*\29 +6950:dquad_intersect_ray\28SkDCurve\20const&\2c\20SkDLine\20const&\2c\20SkIntersections*\29 +6951:double\20std::__2::__num_get_float\5babi:nn180100\5d\28char\20const*\2c\20char\20const*\2c\20unsigned\20int&\29 +6952:do_newlocale +6953:do_fixed +6954:doWriteReverse\28char16_t\20const*\2c\20int\2c\20char16_t*\2c\20int\2c\20unsigned\20short\2c\20UErrorCode*\29 +6955:doWriteForward\28char16_t\20const*\2c\20int\2c\20char16_t*\2c\20int\2c\20unsigned\20short\2c\20UErrorCode*\29 +6956:doOpenChoice\28char\20const*\2c\20char\20const*\2c\20char\20const*\2c\20signed\20char\20\28*\29\28void*\2c\20char\20const*\2c\20char\20const*\2c\20UDataInfo\20const*\29\2c\20void*\2c\20UErrorCode*\29 +6957:doLoadFromIndividualFiles\28char\20const*\2c\20char\20const*\2c\20char\20const*\2c\20char\20const*\2c\20char\20const*\2c\20char\20const*\2c\20signed\20char\20\28*\29\28void*\2c\20char\20const*\2c\20char\20const*\2c\20UDataInfo\20const*\29\2c\20void*\2c\20UErrorCode*\2c\20UErrorCode*\29 +6958:doInsertionSort\28char*\2c\20int\2c\20int\2c\20int\20\28*\29\28void\20const*\2c\20void\20const*\2c\20void\20const*\29\2c\20void\20const*\2c\20void*\29 +6959:dline_intersect_ray\28SkDCurve\20const&\2c\20SkDLine\20const&\2c\20SkIntersections*\29 +6960:distance_to_sentinel\28int\20const*\29 +6961:diff_to_shift\28int\2c\20int\2c\20int\29\20\28.685\29 +6962:diff_to_shift\28int\2c\20int\2c\20int\29 +6963:destroy_size +6964:destroy_charmaps +6965:decompose_current_character\28hb_ot_shape_normalize_context_t\20const*\2c\20bool\29 +6966:decompose\28hb_ot_shape_normalize_context_t\20const*\2c\20bool\2c\20unsigned\20int\29 +6967:decltype\28utext_openUTF8_74\28std::forward\28fp\29\2c\20std::forward\28fp\29\2c\20std::forward\28fp\29\2c\20std::forward\28fp\29\29\29\20sk_utext_openUTF8\28std::nullptr_t&&\2c\20char\20const*&&\2c\20int&\2c\20UErrorCode*&&\29 +6968:decltype\28uloc_getDefault_74\28\29\29\20sk_uloc_getDefault<>\28\29 +6969:decltype\28ubrk_next_74\28std::forward\28fp\29\29\29\20sk_ubrk_next\28UBreakIterator*&&\29 +6970:decltype\28ubrk_first_74\28std::forward\28fp\29\29\29\20sk_ubrk_first\28UBreakIterator*&&\29 +6971:decltype\28ubrk_close_74\28std::forward\28fp\29\29\29\20sk_ubrk_close\28UBreakIterator*&\29 +6972:decltype\28fp\28nullptr\29\29\20SkArenaAlloc::make\28skgpu::ganesh::QuadPerEdgeAA::QuadPerEdgeAAGeometryProcessor::Make\28SkArenaAlloc*\2c\20skgpu::ganesh::QuadPerEdgeAA::VertexSpec\20const&\29::'lambda'\28void*\29&&\29::'lambda'\28char*\29::__invoke\28char*\29 +6973:decltype\28fp\28nullptr\29\29\20SkArenaAlloc::make\28bool&\2c\20skgpu::tess::PatchAttribs&\29::'lambda'\28void*\29>\28skgpu::ganesh::PathCurveTessellator&&\29::'lambda'\28char*\29::__invoke\28char*\29 +6974:decltype\28fp\28nullptr\29\29\20SkArenaAlloc::make<\28anonymous\20namespace\29::MeshGP::Make\28SkArenaAlloc*\2c\20sk_sp\2c\20sk_sp\2c\20SkMatrix\20const&\2c\20std::__2::optional>\20const&\2c\20bool\2c\20sk_sp\2c\20SkSpan>>\29::'lambda'\28void*\29>\28\28anonymous\20namespace\29::MeshGP::Make\28SkArenaAlloc*\2c\20sk_sp\2c\20sk_sp\2c\20SkMatrix\20const&\2c\20std::__2::optional>\20const&\2c\20bool\2c\20sk_sp\2c\20SkSpan>>\29::'lambda'\28void*\29&&\29::'lambda'\28char*\29::__invoke\28char*\29 +6975:decltype\28fp\28nullptr\29\29\20SkArenaAlloc::make<\28anonymous\20namespace\29::GaussianPass*\20SkArenaAlloc::make<\28anonymous\20namespace\29::GaussianPass\2c\20int&\2c\20float*&\2c\20skvx::Vec<1\2c\20float>*&>\28int&\2c\20float*&\2c\20skvx::Vec<1\2c\20float>*&\29::'lambda'\28void*\29>\28\28anonymous\20namespace\29::GaussianPass&&\29::'lambda'\28char*\29::__invoke\28char*\29 +6976:decltype\28fp\28nullptr\29\29\20SkArenaAlloc::make<\28anonymous\20namespace\29::A8Pass*\20SkArenaAlloc::make<\28anonymous\20namespace\29::A8Pass\2c\20unsigned\20long\20long&\2c\20unsigned\20int*&\2c\20unsigned\20int*&\2c\20unsigned\20int*&\2c\20unsigned\20int*&\2c\20unsigned\20int*&\2c\20unsigned\20int*&\2c\20int&>\28unsigned\20long\20long&\2c\20unsigned\20int*&\2c\20unsigned\20int*&\2c\20unsigned\20int*&\2c\20unsigned\20int*&\2c\20unsigned\20int*&\2c\20unsigned\20int*&\2c\20int&\29::'lambda'\28void*\29>\28\28anonymous\20namespace\29::A8Pass&&\29::'lambda'\28char*\29::__invoke\28char*\29 +6977:decltype\28fp\28nullptr\29\29\20SkArenaAlloc::make\28skgpu::UniqueKey\20const&\2c\20GrSurfaceProxyView\20const&\29::'lambda'\28void*\29>\28GrThreadSafeCache::Entry&&\29::'lambda'\28char*\29::__invoke\28char*\29 +6978:decltype\28fp\28nullptr\29\29\20SkArenaAlloc::make\28GrRRectShadowGeoProc::Make\28SkArenaAlloc*\2c\20GrSurfaceProxyView\20const&\29::'lambda'\28void*\29&&\29::'lambda'\28char*\29::__invoke\28char*\29 +6979:decltype\28fp\28nullptr\29\29\20SkArenaAlloc::make\20const&\2c\20SkMatrix\20const&\2c\20GrCaps\20const&\2c\20SkMatrix\20const&\2c\20bool\2c\20unsigned\20char\29::'lambda'\28void*\29>\28GrQuadEffect::Make\28SkArenaAlloc*\2c\20SkRGBA4f<\28SkAlphaType\292>\20const&\2c\20SkMatrix\20const&\2c\20GrCaps\20const&\2c\20SkMatrix\20const&\2c\20bool\2c\20unsigned\20char\29::'lambda'\28void*\29&&\29::'lambda'\28char*\29::__invoke\28char*\29 +6980:decltype\28fp\28nullptr\29\29\20SkArenaAlloc::make\28GrPipeline::InitArgs&\2c\20GrProcessorSet&&\2c\20GrAppliedClip&&\29::'lambda'\28void*\29>\28GrPipeline&&\29::'lambda'\28char*\29::__invoke\28char*\29 +6981:decltype\28fp\28nullptr\29\29\20SkArenaAlloc::make\28GrDistanceFieldA8TextGeoProc::Make\28SkArenaAlloc*\2c\20GrShaderCaps\20const&\2c\20GrSurfaceProxyView\20const*\2c\20int\2c\20GrSamplerState\2c\20float\2c\20unsigned\20int\2c\20SkMatrix\20const&\29::'lambda'\28void*\29&&\29::'lambda'\28char*\29::__invoke\28char*\29 +6982:decltype\28fp\28nullptr\29\29\20SkArenaAlloc::make\28CircleGeometryProcessor::Make\28SkArenaAlloc*\2c\20bool\2c\20bool\2c\20bool\2c\20bool\2c\20bool\2c\20bool\2c\20SkMatrix\20const&\29::'lambda'\28void*\29&&\29::'lambda'\28char*\29::__invoke\28char*\29 +6983:decltype\28fp0\28\28SkRecords::NoOp\29\28\29\29\29\20SkRecord::visit\28int\2c\20SkRecords::Draw&\29\20const +6984:decltype\28fp0\28\28SkRecords::NoOp*\29\28nullptr\29\29\29\20SkRecord::mutate\28int\2c\20SkRecord::Destroyer&\29 +6985:decltype\28auto\29\20std::__2::__variant_detail::__visitation::__base::__dispatcher<1ul\2c\201ul>::__dispatch\5babi:ne180100\5d>::__generic_assign\5babi:ne180100\5d\2c\20\28std::__2::__variant_detail::_Trait\291>\20const&>\28std::__2::__variant_detail::__copy_assignment\2c\20\28std::__2::__variant_detail::_Trait\291>\20const&\29::'lambda'\28std::__2::__variant_detail::__copy_assignment\2c\20\28std::__2::__variant_detail::_Trait\291>\20const&\2c\20auto&&\29&&\2c\20std::__2::__variant_detail::__base<\28std::__2::__variant_detail::_Trait\291\2c\20SkPaint\2c\20int>&\2c\20std::__2::__variant_detail::__base<\28std::__2::__variant_detail::_Trait\291\2c\20SkPaint\2c\20int>\20const&>\28std::__2::__variant_detail::__copy_assignment\2c\20\28std::__2::__variant_detail::_Trait\291>\20const&\2c\20std::__2::__variant_detail::__base<\28std::__2::__variant_detail::_Trait\291\2c\20SkPaint\2c\20int>&\2c\20std::__2::__variant_detail::__base<\28std::__2::__variant_detail::_Trait\291\2c\20SkPaint\2c\20int>\20const&\29 +6986:decltype\28auto\29\20std::__2::__variant_detail::__visitation::__base::__dispatcher<0ul\2c\200ul>::__dispatch\5babi:ne180100\5d\2c\20std::__2::unique_ptr>>>::__generic_construct\5babi:ne180100\5d\2c\20std::__2::unique_ptr>>\2c\20\28std::__2::__variant_detail::_Trait\291>>\28std::__2::__variant_detail::__ctor\2c\20std::__2::unique_ptr>>>&\2c\20std::__2::__variant_detail::__move_constructor\2c\20std::__2::unique_ptr>>\2c\20\28std::__2::__variant_detail::_Trait\291>&&\29::'lambda'\28std::__2::__variant_detail::__move_constructor\2c\20std::__2::unique_ptr>>\2c\20\28std::__2::__variant_detail::_Trait\291>&\2c\20auto&&\29&&\2c\20std::__2::__variant_detail::__base<\28std::__2::__variant_detail::_Trait\291\2c\20sk_sp\2c\20std::__2::unique_ptr>>&\2c\20std::__2::__variant_detail::__base<\28std::__2::__variant_detail::_Trait\291\2c\20sk_sp\2c\20std::__2::unique_ptr>>&&>\28std::__2::__variant_detail::__move_constructor\2c\20std::__2::unique_ptr>>\2c\20\28std::__2::__variant_detail::_Trait\291>\2c\20std::__2::__variant_detail::__base<\28std::__2::__variant_detail::_Trait\291\2c\20sk_sp\2c\20std::__2::unique_ptr>>&\2c\20std::__2::__variant_detail::__base<\28std::__2::__variant_detail::_Trait\291\2c\20sk_sp\2c\20std::__2::unique_ptr>>&&\29 +6987:dcubic_xy_at_t\28SkPoint\20const*\2c\20float\2c\20double\29 +6988:dcubic_intersect_ray\28SkDCurve\20const&\2c\20SkDLine\20const&\2c\20SkIntersections*\29 +6989:dconic_intersect_ray\28SkDCurve\20const&\2c\20SkDLine\20const&\2c\20SkIntersections*\29 +6990:data_destroy_arabic\28void*\29 +6991:data_create_arabic\28hb_ot_shape_plan_t\20const*\29 +6992:cycle +6993:crop_simple_rect\28SkRect\20const&\2c\20float*\2c\20float*\2c\20float*\2c\20float*\29 +6994:crop_rect\28SkRect\20const&\2c\20float*\2c\20float*\2c\20float*\2c\20float*\2c\20float*\29 +6995:count_scalable_pixels\28int\20const*\2c\20int\2c\20bool\2c\20int\2c\20int\29 +6996:copysignl +6997:copy_mask_to_cacheddata\28SkMaskBuilder*\2c\20SkResourceCache*\29 +6998:conservative_round_to_int\28SkRect\20const&\29 +6999:conic_eval_tan\28double\20const*\2c\20float\2c\20double\29 +7000:conic_eval_numerator\28float\20const*\2c\20float\2c\20float\29 +7001:conic_deriv_coeff\28double\20const*\2c\20float\2c\20double*\29 +7002:compute_pos_tan\28SkPoint\20const*\2c\20unsigned\20int\2c\20float\2c\20SkPoint*\2c\20SkPoint*\29 +7003:compute_normal\28SkPoint\20const&\2c\20SkPoint\20const&\2c\20float\2c\20SkPoint*\29 +7004:compute_intersection\28OffsetSegment\20const&\2c\20OffsetSegment\20const&\2c\20SkPoint*\2c\20float*\2c\20float*\29 +7005:compute_anti_width\28short\20const*\29 +7006:compose_khmer\28hb_ot_shape_normalize_context_t\20const*\2c\20unsigned\20int\2c\20unsigned\20int\2c\20unsigned\20int*\29 +7007:compare_offsets +7008:clip_to_limit\28SkRegion\20const&\2c\20SkRegion*\29 +7009:clip_line\28SkPoint*\2c\20SkRect\20const&\2c\20float\2c\20float\29 +7010:clean_sampling_for_constraint\28SkSamplingOptions\20const&\2c\20SkCanvas::SrcRectConstraint\29 +7011:clamp_to_zero\28SkPoint*\29 +7012:clamp\28SkPoint\2c\20SkPoint\2c\20SkPoint\2c\20GrTriangulator::Comparator\20const&\29 +7013:chop_mono_cubic_at_x\28SkPoint*\2c\20float\2c\20SkPoint*\29 +7014:chopMonoQuadAt\28float\2c\20float\2c\20float\2c\20float\2c\20float*\29 +7015:chopMonoQuadAtY\28SkPoint*\2c\20float\2c\20float*\29 +7016:chopMonoQuadAtX\28SkPoint*\2c\20float\2c\20float*\29 +7017:checkint +7018:check_write_and_transfer_input\28GrGLTexture*\29 +7019:check_name\28SkString\20const&\29 +7020:check_backend_texture\28GrBackendTexture\20const&\2c\20GrGLCaps\20const&\2c\20GrGLTexture::Desc*\2c\20bool\29 +7021:checkDataItem\28DataHeader\20const*\2c\20signed\20char\20\28*\29\28void*\2c\20char\20const*\2c\20char\20const*\2c\20UDataInfo\20const*\29\2c\20void*\2c\20char\20const*\2c\20char\20const*\2c\20UErrorCode*\2c\20UErrorCode*\29 +7022:charIterTextAccess\28UText*\2c\20long\20long\2c\20signed\20char\29 +7023:char*\20std::__2::copy\5babi:nn180100\5d\2c\20char*>\28std::__2::__wrap_iter\2c\20std::__2::__wrap_iter\2c\20char*\29 +7024:char*\20std::__2::copy\5babi:nn180100\5d\28char\20const*\2c\20char\20const*\2c\20char*\29 +7025:char*\20std::__2::__constexpr_memmove\5babi:nn180100\5d\28char*\2c\20char\20const*\2c\20std::__2::__element_count\29 +7026:char*\20SkArenaAlloc::allocUninitializedArray\28unsigned\20long\29 +7027:cff_vstore_done +7028:cff_subfont_load +7029:cff_subfont_done +7030:cff_size_select +7031:cff_parser_run +7032:cff_parser_init +7033:cff_make_private_dict +7034:cff_load_private_dict +7035:cff_index_get_name +7036:cff_glyph_load +7037:cff_get_kerning +7038:cff_get_glyph_data +7039:cff_fd_select_get +7040:cff_charset_compute_cids +7041:cff_builder_init +7042:cff_builder_add_point1 +7043:cff_builder_add_point +7044:cff_builder_add_contour +7045:cff_blend_check_vector +7046:cff_blend_build_vector +7047:cff1_path_param_t::end_path\28\29 +7048:cf2_stack_pop +7049:cf2_hintmask_setCounts +7050:cf2_hintmask_read +7051:cf2_glyphpath_pushMove +7052:cf2_getSeacComponent +7053:cf2_freeSeacComponent +7054:cf2_computeDarkening +7055:cf2_arrstack_setNumElements +7056:cf2_arrstack_push +7057:cbrt +7058:canvas_translate +7059:canvas_skew +7060:canvas_scale +7061:canvas_save +7062:canvas_rotate +7063:canvas_restore +7064:canvas_getSaveCount +7065:can_use_hw_blend_equation\28skgpu::BlendEquation\2c\20GrProcessorAnalysisCoverage\2c\20GrCaps\20const&\29 +7066:can_proxy_use_scratch\28GrCaps\20const&\2c\20GrSurfaceProxy*\29 +7067:calculate_path_gap\28float\2c\20float\2c\20SkPath\20const&\29::$_3::operator\28\29\28SkSpan\2c\20float\29\20const +7068:calculate_path_gap\28float\2c\20float\2c\20SkPath\20const&\29::$_2::operator\28\29\28SkSpan\2c\20float\29\20const +7069:calculate_path_gap\28float\2c\20float\2c\20SkPath\20const&\29::$_0::operator\28\29\28SkSpan\2c\20float\29\20const +7070:build_key\28skgpu::ResourceKey::Builder*\2c\20GrCaps\20const&\2c\20GrBackendFormat\20const&\2c\20SkISize\2c\20GrAttachment::UsageFlags\2c\20int\2c\20skgpu::Mipmapped\2c\20skgpu::Protected\2c\20GrMemoryless\29 +7071:build_intervals\28int\2c\20SkRGBA4f<\28SkAlphaType\292>\20const*\2c\20float\20const*\2c\20int\2c\20SkRGBA4f<\28SkAlphaType\292>*\2c\20SkRGBA4f<\28SkAlphaType\292>*\2c\20float*\29 +7072:bracketProcessChar\28BracketData*\2c\20int\29 +7073:bracketInit\28UBiDi*\2c\20BracketData*\29 +7074:bounds_t::merge\28bounds_t\20const&\29 +7075:bottom_collinear\28GrTriangulator::Edge*\2c\20GrTriangulator::Edge*\29 +7076:bool\20std::__2::operator==\5babi:ne180100\5d>\28std::__2::basic_string\2c\20std::__2::allocator>\20const&\2c\20std::__2::basic_string\2c\20std::__2::allocator>\20const&\29 +7077:bool\20std::__2::operator==\5babi:ne180100\5d\28std::__2::variant\20const&\2c\20std::__2::variant\20const&\29 +7078:bool\20std::__2::operator!=\5babi:ne180100\5d\28std::__2::variant\20const&\2c\20std::__2::variant\20const&\29 +7079:bool\20std::__2::__insertion_sort_incomplete\5babi:ne180100\5d\28skia::textlayout::OneLineShaper::RunBlock*\2c\20skia::textlayout::OneLineShaper::RunBlock*\2c\20skia::textlayout::OneLineShaper::finish\28skia::textlayout::Block\20const&\2c\20float\2c\20float&\29::$_0&\29 +7080:bool\20std::__2::__insertion_sort_incomplete\5babi:ne180100\5d\2c\20std::__2::allocator>>\20const&\29::$_0&\2c\20impeller::TRect\20const**>\28impeller::TRect\20const**\2c\20impeller::TRect\20const**\2c\20flutter::DlRegion::setRects\28std::__2::vector\2c\20std::__2::allocator>>\20const&\29::$_0&\29 +7081:bool\20std::__2::__insertion_sort_incomplete\5babi:ne180100\5d\28SkSL::ProgramElement\20const**\2c\20SkSL::ProgramElement\20const**\2c\20SkSL::Transform::\28anonymous\20namespace\29::BuiltinVariableScanner::sortNewElements\28\29::'lambda'\28SkSL::ProgramElement\20const*\2c\20SkSL::ProgramElement\20const*\29&\29 +7082:bool\20std::__2::__insertion_sort_incomplete\5babi:ne180100\5d\28SkSL::FunctionDefinition\20const**\2c\20SkSL::FunctionDefinition\20const**\2c\20SkSL::Transform::FindAndDeclareBuiltinFunctions\28SkSL::Program&\29::$_0&\29 +7083:bool\20set_point_length\28SkPoint*\2c\20float\2c\20float\2c\20float\2c\20float*\29 +7084:bool\20is_parallel\28SkDLine\20const&\2c\20SkTCurve\20const&\29 +7085:bool\20init_tables\28unsigned\20char\20const*\2c\20unsigned\20long\20long\2c\20unsigned\20int\2c\20unsigned\20int\2c\20unsigned\20int\2c\20skcms_B2A*\29 +7086:bool\20init_tables\28unsigned\20char\20const*\2c\20unsigned\20long\20long\2c\20unsigned\20int\2c\20unsigned\20int\2c\20unsigned\20int\2c\20skcms_A2B*\29 +7087:bool\20icu_74::\28anonymous\20namespace\29::equalBlocks\28unsigned\20short\20const*\2c\20unsigned\20int\20const*\2c\20int\29 +7088:bool\20icu_74::\28anonymous\20namespace\29::equalBlocks\28unsigned\20int\20const*\2c\20unsigned\20int\20const*\2c\20int\29 +7089:bool\20hb_vector_t::bfind\28hb_bit_set_t::page_map_t\20const&\2c\20unsigned\20int*\2c\20hb_not_found_t\2c\20unsigned\20int\29\20const +7090:bool\20hb_sanitize_context_t::check_array\28OT::Index\20const*\2c\20unsigned\20int\29\20const +7091:bool\20hb_sanitize_context_t::check_array\28AAT::Feature\20const*\2c\20unsigned\20int\29\20const +7092:bool\20hb_sanitize_context_t::check_array>\28AAT::Entry\20const*\2c\20unsigned\20int\29\20const +7093:bool\20apply_string\28OT::hb_ot_apply_context_t*\2c\20GSUBProxy::Lookup\20const&\2c\20OT::hb_ot_layout_lookup_accelerator_t\20const&\29 +7094:bool\20OT::hb_accelerate_subtables_context_t::apply_cached_to>\28void\20const*\2c\20OT::hb_ot_apply_context_t*\29 +7095:bool\20OT::hb_accelerate_subtables_context_t::apply_cached_to>\28void\20const*\2c\20OT::hb_ot_apply_context_t*\29 +7096:bool\20OT::hb_accelerate_subtables_context_t::apply_cached_to\28void\20const*\2c\20OT::hb_ot_apply_context_t*\29 +7097:bool\20OT::hb_accelerate_subtables_context_t::apply_cached_to>\28void\20const*\2c\20OT::hb_ot_apply_context_t*\29 +7098:bool\20OT::hb_accelerate_subtables_context_t::apply_cached_to>\28void\20const*\2c\20OT::hb_ot_apply_context_t*\29 +7099:bool\20OT::hb_accelerate_subtables_context_t::apply_cached_to\28void\20const*\2c\20OT::hb_ot_apply_context_t*\29 +7100:bool\20OT::hb_accelerate_subtables_context_t::apply_cached_to\28void\20const*\2c\20OT::hb_ot_apply_context_t*\29 +7101:bool\20OT::hb_accelerate_subtables_context_t::apply_cached_to>\28void\20const*\2c\20OT::hb_ot_apply_context_t*\29 +7102:bool\20OT::hb_accelerate_subtables_context_t::apply_cached_to>\28void\20const*\2c\20OT::hb_ot_apply_context_t*\29 +7103:bool\20OT::hb_accelerate_subtables_context_t::apply_cached_to>\28void\20const*\2c\20OT::hb_ot_apply_context_t*\29 +7104:bool\20OT::hb_accelerate_subtables_context_t::apply_cached_to\28void\20const*\2c\20OT::hb_ot_apply_context_t*\29 +7105:bool\20OT::hb_accelerate_subtables_context_t::apply_cached_to\28void\20const*\2c\20OT::hb_ot_apply_context_t*\29 +7106:bool\20OT::hb_accelerate_subtables_context_t::apply_cached_to>\28void\20const*\2c\20OT::hb_ot_apply_context_t*\29 +7107:bool\20OT::hb_accelerate_subtables_context_t::apply_cached_to\28void\20const*\2c\20OT::hb_ot_apply_context_t*\29 +7108:bool\20OT::hb_accelerate_subtables_context_t::apply_cached_to>\28void\20const*\2c\20OT::hb_ot_apply_context_t*\29 +7109:bool\20OT::cmap::accelerator_t::get_glyph_from_ascii\28void\20const*\2c\20unsigned\20int\2c\20unsigned\20int*\29 +7110:bool\20OT::TupleValues::decompile\28OT::IntType\20const*&\2c\20hb_vector_t&\2c\20OT::IntType\20const*\2c\20bool\29 +7111:bool\20OT::Paint::sanitize<>\28hb_sanitize_context_t*\29\20const +7112:bool\20OT::OffsetTo\2c\20OT::IntType\2c\20void\2c\20true>::sanitize<>\28hb_sanitize_context_t*\2c\20void\20const*\29\20const +7113:bool\20OT::OffsetTo\2c\20void\2c\20true>::sanitize<>\28hb_sanitize_context_t*\2c\20void\20const*\29\20const +7114:bool\20OT::OffsetTo\2c\20OT::IntType\2c\20void\2c\20true>::sanitize<>\28hb_sanitize_context_t*\2c\20void\20const*\29\20const +7115:bool\20OT::OffsetTo\2c\20void\2c\20true>::sanitize<>\28hb_sanitize_context_t*\2c\20void\20const*\29\20const +7116:bool\20OT::OffsetTo\2c\20void\2c\20true>::sanitize\28hb_sanitize_context_t*\2c\20void\20const*\2c\20unsigned\20int&&\29\20const +7117:bool\20OT::OffsetTo\2c\20void\2c\20true>::serialize_serialize\2c\20hb_array_t>\2c\20$_8\20const&\2c\20\28hb_function_sortedness_t\291\2c\20\28void*\290>&>\28hb_serialize_context_t*\2c\20hb_map_iter_t\2c\20hb_array_t>\2c\20$_8\20const&\2c\20\28hb_function_sortedness_t\291\2c\20\28void*\290>&\29 +7118:bool\20OT::OffsetTo\2c\20void\2c\20true>::sanitize<>\28hb_sanitize_context_t*\2c\20void\20const*\29\20const +7119:bool\20OT::OffsetTo\2c\20void\2c\20true>::sanitize\28hb_sanitize_context_t*\2c\20void\20const*\2c\20unsigned\20int&&\29\20const +7120:bool\20OT::OffsetTo\2c\20OT::IntType\2c\20void\2c\20true>::sanitize<>\28hb_sanitize_context_t*\2c\20void\20const*\29\20const +7121:bool\20OT::OffsetTo\2c\20void\2c\20true>::sanitize\28hb_sanitize_context_t*\2c\20void\20const*\2c\20AAT::trak\20const*&&\29\20const +7122:bool\20OT::OffsetTo>\2c\20OT::IntType\2c\20void\2c\20false>::sanitize<>\28hb_sanitize_context_t*\2c\20void\20const*\29\20const +7123:bool\20OT::GSUBGPOS::sanitize\28hb_sanitize_context_t*\29\20const +7124:bool\20OT::GSUBGPOS::sanitize\28hb_sanitize_context_t*\29\20const +7125:bool\20GrTTopoSort_Visit\28GrRenderTask*\2c\20unsigned\20int*\29 +7126:blur_column\28void\20\28*\29\28unsigned\20char*\2c\20unsigned\20char\20const*\2c\20int\29\2c\20skvx::Vec<8\2c\20unsigned\20short>\20\28*\29\28skvx::Vec<8\2c\20unsigned\20short>\20const&\2c\20skvx::Vec<8\2c\20unsigned\20short>\20const&\2c\20skvx::Vec<8\2c\20unsigned\20short>\20const&\2c\20skvx::Vec<8\2c\20unsigned\20short>\20const&\2c\20skvx::Vec<8\2c\20unsigned\20short>\20const&\2c\20skvx::Vec<8\2c\20unsigned\20short>\20const&\2c\20skvx::Vec<8\2c\20unsigned\20short>*\2c\20skvx::Vec<8\2c\20unsigned\20short>*\2c\20skvx::Vec<8\2c\20unsigned\20short>*\2c\20skvx::Vec<8\2c\20unsigned\20short>*\2c\20skvx::Vec<8\2c\20unsigned\20short>*\2c\20skvx::Vec<8\2c\20unsigned\20short>*\2c\20skvx::Vec<8\2c\20unsigned\20short>*\2c\20skvx::Vec<8\2c\20unsigned\20short>*\29\2c\20int\2c\20int\2c\20skvx::Vec<8\2c\20unsigned\20short>\20const&\2c\20skvx::Vec<8\2c\20unsigned\20short>\20const&\2c\20skvx::Vec<8\2c\20unsigned\20short>\20const&\2c\20skvx::Vec<8\2c\20unsigned\20short>\20const&\2c\20skvx::Vec<8\2c\20unsigned\20short>\20const&\2c\20unsigned\20char\20const*\2c\20unsigned\20long\2c\20int\2c\20unsigned\20char*\2c\20unsigned\20long\29 +7127:blit_two_alphas\28AdditiveBlitter*\2c\20int\2c\20int\2c\20unsigned\20char\2c\20unsigned\20char\2c\20unsigned\20char\2c\20unsigned\20char*\2c\20bool\29 +7128:blit_full_alpha\28AdditiveBlitter*\2c\20int\2c\20int\2c\20int\2c\20unsigned\20char\2c\20unsigned\20char*\2c\20bool\29 +7129:blender_requires_shader\28SkBlender\20const*\29 +7130:bits_to_runs\28SkBlitter*\2c\20int\2c\20int\2c\20unsigned\20char\20const*\2c\20unsigned\20char\2c\20long\2c\20unsigned\20char\29 +7131:between_closed\28double\2c\20double\2c\20double\2c\20double\2c\20bool\29 +7132:barycentric_coords\28float\2c\20float\2c\20float\2c\20float\2c\20float\2c\20float\2c\20skvx::Vec<4\2c\20float>\20const&\2c\20skvx::Vec<4\2c\20float>\20const&\2c\20skvx::Vec<4\2c\20float>*\2c\20skvx::Vec<4\2c\20float>*\2c\20skvx::Vec<4\2c\20float>*\29 +7133:auto\20std::__2::__tuple_compare_three_way\5babi:ne180100\5d\28std::__2::tuple\20const&\2c\20std::__2::tuple\20const&\2c\20std::__2::integer_sequence\29 +7134:auto&&\20std::__2::__generic_get\5babi:ne180100\5d<0ul\2c\20std::__2::variant\20const&>\28std::__2::variant\20const&\29 +7135:atanf +7136:are_radius_check_predicates_valid\28float\2c\20float\2c\20float\29 +7137:arabic_fallback_plan_destroy\28arabic_fallback_plan_t*\29 +7138:apply_forward\28OT::hb_ot_apply_context_t*\2c\20OT::hb_ot_layout_lookup_accelerator_t\20const&\2c\20unsigned\20int\29 +7139:apply_fill_type\28SkPathFillType\2c\20int\29 +7140:apply_fill_type\28SkPathFillType\2c\20GrTriangulator::Poly*\29 +7141:apply_alpha_and_colorfilter\28skif::Context\20const&\2c\20skif::FilterResult\20const&\2c\20SkPaint\20const&\29 +7142:append_texture_swizzle\28SkString*\2c\20skgpu::Swizzle\29 +7143:append_multitexture_lookup\28GrGeometryProcessor::ProgramImpl::EmitArgs&\2c\20int\2c\20GrGLSLVarying\20const&\2c\20char\20const*\2c\20char\20const*\29 +7144:append_color_output\28PorterDuffXferProcessor\20const&\2c\20GrGLSLXPFragmentBuilder*\2c\20skgpu::BlendFormula::OutputType\2c\20char\20const*\2c\20char\20const*\2c\20char\20const*\29 +7145:antifilldot8\28int\2c\20int\2c\20int\2c\20int\2c\20SkBlitter*\2c\20bool\29 +7146:analysis_properties\28GrProcessorAnalysisColor\20const&\2c\20GrProcessorAnalysisCoverage\20const&\2c\20GrCaps\20const&\2c\20GrClampType\2c\20SkBlendMode\29 +7147:afm_stream_skip_spaces +7148:afm_stream_read_string +7149:afm_stream_read_one +7150:af_sort_and_quantize_widths +7151:af_shaper_get_elem +7152:af_loader_compute_darkening +7153:af_latin_metrics_scale_dim +7154:af_latin_hints_detect_features +7155:af_hint_normal_stem +7156:af_glyph_hints_align_weak_points +7157:af_glyph_hints_align_strong_points +7158:af_face_globals_new +7159:af_cjk_metrics_scale_dim +7160:af_cjk_metrics_scale +7161:af_cjk_metrics_init_widths +7162:af_cjk_metrics_check_digits +7163:af_cjk_hints_init +7164:af_cjk_hints_detect_features +7165:af_cjk_hints_compute_blue_edges +7166:af_cjk_hints_apply +7167:af_cjk_get_standard_widths +7168:af_cjk_compute_stem_width +7169:af_axis_hints_new_edge +7170:adjust_mipmapped\28skgpu::Mipmapped\2c\20SkBitmap\20const&\2c\20GrCaps\20const*\29 +7171:add_line\28SkPoint\20const*\2c\20skia_private::TArray*\29 +7172:a_ctz_32 +7173:_uhash_setElement\28UHashtable*\2c\20UHashElement*\2c\20int\2c\20UElement\2c\20UElement\2c\20signed\20char\29 +7174:_uhash_remove\28UHashtable*\2c\20UElement\29 +7175:_uhash_rehash\28UHashtable*\2c\20UErrorCode*\29 +7176:_uhash_put\28UHashtable*\2c\20UElement\2c\20UElement\2c\20signed\20char\2c\20UErrorCode*\29 +7177:_uhash_internalRemoveElement\28UHashtable*\2c\20UHashElement*\29 +7178:_uhash_init\28UHashtable*\2c\20int\20\28*\29\28UElement\29\2c\20signed\20char\20\28*\29\28UElement\2c\20UElement\29\2c\20signed\20char\20\28*\29\28UElement\2c\20UElement\29\2c\20int\2c\20UErrorCode*\29 +7179:_uhash_create\28int\20\28*\29\28UElement\29\2c\20signed\20char\20\28*\29\28UElement\2c\20UElement\29\2c\20signed\20char\20\28*\29\28UElement\2c\20UElement\29\2c\20int\2c\20UErrorCode*\29 +7180:_uhash_allocate\28UHashtable*\2c\20int\2c\20UErrorCode*\29 +7181:_sortVariants\28VariantListEntry*\29 +7182:_res_findTable32Item\28ResourceData\20const*\2c\20int\20const*\2c\20int\2c\20char\20const*\2c\20char\20const**\29 +7183:_pow10\28unsigned\20int\29 +7184:_isStatefulSepListOf\28signed\20char\20\28*\29\28int&\2c\20char\20const*\2c\20int\29\2c\20char\20const*\2c\20int\29 +7185:_isExtensionSubtag\28char\20const*\2c\20int\29 +7186:_isExtensionSingleton\28char\20const*\2c\20int\29 +7187:_isAlphaNumericString\28char\20const*\2c\20int\29 +7188:_hb_preprocess_text_vowel_constraints\28hb_ot_shape_plan_t\20const*\2c\20hb_buffer_t*\2c\20hb_font_t*\29 +7189:_hb_ot_shape +7190:_hb_options_init\28\29 +7191:_hb_font_create\28hb_face_t*\29 +7192:_hb_fallback_shape +7193:_glyf_get_advance_with_var_unscaled\28hb_font_t*\2c\20unsigned\20int\2c\20bool\29 +7194:_emscripten_timeout +7195:_addVariantToList\28VariantListEntry**\2c\20VariantListEntry*\29 +7196:_addAttributeToList\28AttributeListEntry**\2c\20AttributeListEntry*\29 +7197:__wasm_init_tls +7198:__vfprintf_internal +7199:__trunctfsf2 +7200:__tan +7201:__strftime_l +7202:__rem_pio2_large +7203:__nl_langinfo_l +7204:__munmap +7205:__mmap +7206:__math_xflowf +7207:__math_invalidf +7208:__loc_is_allocated +7209:__isxdigit_l +7210:__getf2 +7211:__get_locale +7212:__ftello_unlocked +7213:__fstatat +7214:__floatscan +7215:__expo2 +7216:__dynamic_cast +7217:__divtf3 +7218:__cxxabiv1::__base_class_type_info::has_unambiguous_public_base\28__cxxabiv1::__dynamic_cast_info*\2c\20void*\2c\20int\29\20const +7219:__cxxabiv1::\28anonymous\20namespace\29::GuardObject<__cxxabiv1::\28anonymous\20namespace\29::InitByteGlobalMutex<__cxxabiv1::\28anonymous\20namespace\29::LibcppMutex\2c\20__cxxabiv1::\28anonymous\20namespace\29::LibcppCondVar\2c\20__cxxabiv1::\28anonymous\20namespace\29::GlobalStatic<__cxxabiv1::\28anonymous\20namespace\29::LibcppMutex>::instance\2c\20__cxxabiv1::\28anonymous\20namespace\29::GlobalStatic<__cxxabiv1::\28anonymous\20namespace\29::LibcppCondVar>::instance\2c\20\28unsigned\20int\20\28*\29\28\29\290>>::GuardObject\28unsigned\20int*\29 +7220:_ZZN19GrGeometryProcessor11ProgramImpl17collectTransformsEP19GrGLSLVertexBuilderP20GrGLSLVaryingHandlerP20GrGLSLUniformHandler12GrShaderTypeRK11GrShaderVarSA_RK10GrPipelineEN3$_0clISE_EEvRT_RK19GrFragmentProcessorbPSJ_iNS0_9BaseCoordE +7221:_ZZN18GrGLProgramBuilder23computeCountsAndStridesEjRK19GrGeometryProcessorbENK3$_0clINS0_9AttributeEEEDaiRKT_ +7222:\28anonymous\20namespace\29::ulayout_ensureData\28\29 +7223:\28anonymous\20namespace\29::ulayout_ensureData\28UErrorCode&\29 +7224:\28anonymous\20namespace\29::texture_color\28SkRGBA4f<\28SkAlphaType\293>\2c\20float\2c\20GrColorType\2c\20GrColorInfo\20const&\29 +7225:\28anonymous\20namespace\29::supported_aa\28skgpu::ganesh::SurfaceDrawContext*\2c\20GrAA\29 +7226:\28anonymous\20namespace\29::set_uv_quad\28SkPoint\20const*\2c\20\28anonymous\20namespace\29::BezierVertex*\29 +7227:\28anonymous\20namespace\29::safe_to_ignore_subset_rect\28GrAAType\2c\20SkFilterMode\2c\20DrawQuad\20const&\2c\20SkRect\20const&\29 +7228:\28anonymous\20namespace\29::rrect_type_to_vert_count\28\28anonymous\20namespace\29::RRectType\29 +7229:\28anonymous\20namespace\29::proxy_normalization_params\28GrSurfaceProxy\20const*\2c\20GrSurfaceOrigin\29 +7230:\28anonymous\20namespace\29::normalize_src_quad\28\28anonymous\20namespace\29::NormalizationParams\20const&\2c\20GrQuad*\29 +7231:\28anonymous\20namespace\29::normalize_and_inset_subset\28SkFilterMode\2c\20\28anonymous\20namespace\29::NormalizationParams\20const&\2c\20SkRect\20const*\29 +7232:\28anonymous\20namespace\29::next_gen_id\28\29 +7233:\28anonymous\20namespace\29::morphology_pass\28skif::Context\20const&\2c\20skif::FilterResult\20const&\2c\20\28anonymous\20namespace\29::MorphType\2c\20\28anonymous\20namespace\29::MorphDirection\2c\20int\29 +7234:\28anonymous\20namespace\29::make_non_convex_fill_op\28GrRecordingContext*\2c\20SkArenaAlloc*\2c\20skgpu::ganesh::FillPathFlags\2c\20GrAAType\2c\20SkRect\20const&\2c\20SkIRect\20const&\2c\20SkMatrix\20const&\2c\20SkPath\20const&\2c\20GrPaint&&\29 +7235:\28anonymous\20namespace\29::make_morphology\28\28anonymous\20namespace\29::MorphType\2c\20SkSize\2c\20sk_sp\2c\20SkImageFilters::CropRect\20const&\29 +7236:\28anonymous\20namespace\29::is_visible\28SkRect\20const&\2c\20SkIRect\20const&\29 +7237:\28anonymous\20namespace\29::is_degen_quad_or_conic\28SkPoint\20const*\2c\20float*\29 +7238:\28anonymous\20namespace\29::init_vertices_paint\28skgpu::ganesh::SurfaceDrawContext*\2c\20SkPaint\20const&\2c\20SkMatrix\20const&\2c\20SkBlender*\2c\20bool\2c\20GrPaint*\29 +7239:\28anonymous\20namespace\29::get_hbFace_cache\28\29 +7240:\28anonymous\20namespace\29::getStringArray\28ResourceData\20const*\2c\20icu_74::ResourceArray\20const&\2c\20icu_74::UnicodeString*\2c\20int\2c\20UErrorCode&\29 +7241:\28anonymous\20namespace\29::getInclusionsForSource\28UPropertySource\2c\20UErrorCode&\29 +7242:\28anonymous\20namespace\29::gather_lines_and_quads\28SkPath\20const&\2c\20SkMatrix\20const&\2c\20SkIRect\20const&\2c\20float\2c\20bool\2c\20skia_private::TArray*\2c\20skia_private::TArray*\2c\20skia_private::TArray*\2c\20skia_private::TArray*\2c\20skia_private::TArray*\29::$_3::operator\28\29\28SkPoint\20const*\2c\20SkPoint\20const*\2c\20bool\29\20const +7243:\28anonymous\20namespace\29::gather_lines_and_quads\28SkPath\20const&\2c\20SkMatrix\20const&\2c\20SkIRect\20const&\2c\20float\2c\20bool\2c\20skia_private::TArray*\2c\20skia_private::TArray*\2c\20skia_private::TArray*\2c\20skia_private::TArray*\2c\20skia_private::TArray*\29::$_2::operator\28\29\28SkSpan\29\20const +7244:\28anonymous\20namespace\29::draw_to_sw_mask\28GrSWMaskHelper*\2c\20skgpu::ganesh::ClipStack::Element\20const&\2c\20bool\29 +7245:\28anonymous\20namespace\29::draw_tiled_image\28SkCanvas*\2c\20std::__2::function\20\28SkIRect\29>\2c\20SkISize\2c\20int\2c\20SkMatrix\20const&\2c\20SkRect\20const&\2c\20SkIRect\20const&\2c\20SkPaint\20const*\2c\20SkCanvas::QuadAAFlags\2c\20SkCanvas::SrcRectConstraint\2c\20SkSamplingOptions\29 +7246:\28anonymous\20namespace\29::draw_path\28GrRecordingContext*\2c\20skgpu::ganesh::SurfaceDrawContext*\2c\20skgpu::ganesh::PathRenderer*\2c\20GrHardClip\20const&\2c\20SkIRect\20const&\2c\20GrUserStencilSettings\20const*\2c\20SkMatrix\20const&\2c\20GrStyledShape\20const&\2c\20GrAA\29 +7247:\28anonymous\20namespace\29::determine_clipped_src_rect\28SkIRect\2c\20SkMatrix\20const&\2c\20SkMatrix\20const&\2c\20SkISize\20const&\2c\20SkRect\20const*\29 +7248:\28anonymous\20namespace\29::create_data\28int\2c\20bool\2c\20float\29 +7249:\28anonymous\20namespace\29::copyFTBitmap\28FT_Bitmap_\20const&\2c\20SkMaskBuilder*\29 +7250:\28anonymous\20namespace\29::contains_scissor\28GrScissorState\20const&\2c\20GrScissorState\20const&\29 +7251:\28anonymous\20namespace\29::colrv1_start_glyph_bounds\28SkMatrix*\2c\20SkRect*\2c\20FT_FaceRec_*\2c\20unsigned\20short\2c\20FT_Color_Root_Transform_\2c\20skia_private::THashSet*\29 +7252:\28anonymous\20namespace\29::colrv1_start_glyph\28SkCanvas*\2c\20SkSpan\20const&\2c\20unsigned\20int\2c\20FT_FaceRec_*\2c\20unsigned\20short\2c\20FT_Color_Root_Transform_\2c\20skia_private::THashSet*\29 +7253:\28anonymous\20namespace\29::colrv1_draw_paint\28SkCanvas*\2c\20SkSpan\20const&\2c\20unsigned\20int\2c\20FT_FaceRec_*\2c\20FT_COLR_Paint_\20const&\29 +7254:\28anonymous\20namespace\29::colrv1_configure_skpaint\28FT_FaceRec_*\2c\20SkSpan\20const&\2c\20unsigned\20int\2c\20FT_COLR_Paint_\20const&\2c\20SkPaint*\29 +7255:\28anonymous\20namespace\29::can_use_draw_texture\28SkPaint\20const&\2c\20SkSamplingOptions\20const&\29 +7256:\28anonymous\20namespace\29::axis_aligned_quad_size\28GrQuad\20const&\29 +7257:\28anonymous\20namespace\29::_set_addString\28USet*\2c\20char16_t\20const*\2c\20int\29 +7258:\28anonymous\20namespace\29::YUVPlanesRec::~YUVPlanesRec\28\29 +7259:\28anonymous\20namespace\29::YUVPlanesKey::YUVPlanesKey\28unsigned\20int\29 +7260:\28anonymous\20namespace\29::UniqueKeyInvalidator::~UniqueKeyInvalidator\28\29 +7261:\28anonymous\20namespace\29::TriangulatingPathOp::~TriangulatingPathOp\28\29 +7262:\28anonymous\20namespace\29::TriangulatingPathOp::TriangulatingPathOp\28GrProcessorSet*\2c\20SkRGBA4f<\28SkAlphaType\292>\20const&\2c\20GrStyledShape\20const&\2c\20SkMatrix\20const&\2c\20SkIRect\20const&\2c\20GrAAType\2c\20GrUserStencilSettings\20const*\29 +7263:\28anonymous\20namespace\29::TriangulatingPathOp::Triangulate\28GrEagerVertexAllocator*\2c\20SkMatrix\20const&\2c\20GrStyledShape\20const&\2c\20SkIRect\20const&\2c\20float\2c\20bool*\29 +7264:\28anonymous\20namespace\29::TriangulatingPathOp::CreateKey\28skgpu::UniqueKey*\2c\20GrStyledShape\20const&\2c\20SkIRect\20const&\29 +7265:\28anonymous\20namespace\29::TransformedMaskSubRun::glyphParams\28\29\20const +7266:\28anonymous\20namespace\29::TransformedMaskSubRun::draw\28SkCanvas*\2c\20SkPoint\2c\20SkPaint\20const&\2c\20sk_sp\2c\20std::__2::function\2c\20sktext::gpu::RendererData\29>\20const&\29\20const +7267:\28anonymous\20namespace\29::TransformedMaskSubRun::deviceRectAndNeedsTransform\28SkMatrix\20const&\29\20const +7268:\28anonymous\20namespace\29::TextureOpImpl::~TextureOpImpl\28\29 +7269:\28anonymous\20namespace\29::TextureOpImpl::propagateCoverageAAThroughoutChain\28\29 +7270:\28anonymous\20namespace\29::TextureOpImpl::numChainedQuads\28\29\20const +7271:\28anonymous\20namespace\29::TextureOpImpl::characterize\28\28anonymous\20namespace\29::TextureOpImpl::Desc*\29\20const +7272:\28anonymous\20namespace\29::TextureOpImpl::appendQuad\28DrawQuad*\2c\20SkRGBA4f<\28SkAlphaType\292>\20const&\2c\20SkRect\20const&\29 +7273:\28anonymous\20namespace\29::TextureOpImpl::Make\28GrRecordingContext*\2c\20GrTextureSetEntry*\2c\20int\2c\20int\2c\20SkFilterMode\2c\20SkMipmapMode\2c\20skgpu::ganesh::TextureOp::Saturate\2c\20GrAAType\2c\20SkCanvas::SrcRectConstraint\2c\20SkMatrix\20const&\2c\20sk_sp\29 +7274:\28anonymous\20namespace\29::TextureOpImpl::FillInVertices\28GrCaps\20const&\2c\20\28anonymous\20namespace\29::TextureOpImpl*\2c\20\28anonymous\20namespace\29::TextureOpImpl::Desc*\2c\20char*\29 +7275:\28anonymous\20namespace\29::TextureOpImpl::Desc::totalSizeInBytes\28\29\20const +7276:\28anonymous\20namespace\29::TextureOpImpl::Desc*\20SkArenaAlloc::make<\28anonymous\20namespace\29::TextureOpImpl::Desc>\28\29 +7277:\28anonymous\20namespace\29::TextureOpImpl::ClassID\28\29 +7278:\28anonymous\20namespace\29::SpotVerticesFactory::makeVertices\28SkPath\20const&\2c\20SkMatrix\20const&\2c\20SkPoint*\29\20const +7279:\28anonymous\20namespace\29::SkUnicodeHbScriptRunIterator::hb_script_for_unichar\28int\29 +7280:\28anonymous\20namespace\29::SkQuadCoeff::SkQuadCoeff\28SkPoint\20const*\29 +7281:\28anonymous\20namespace\29::SkMorphologyImageFilter::requiredInput\28skif::Mapping\20const&\2c\20skif::LayerSpace\29\20const +7282:\28anonymous\20namespace\29::SkMorphologyImageFilter::kernelOutputBounds\28skif::Mapping\20const&\2c\20skif::LayerSpace\29\20const +7283:\28anonymous\20namespace\29::SkMatrixTransformImageFilter::requiredInput\28skif::Mapping\20const&\2c\20skif::LayerSpace\20const&\29\20const +7284:\28anonymous\20namespace\29::SkEmptyTypeface::onMakeClone\28SkFontArguments\20const&\29\20const +7285:\28anonymous\20namespace\29::SkCropImageFilter::requiredInput\28skif::Mapping\20const&\2c\20skif::LayerSpace\20const&\29\20const +7286:\28anonymous\20namespace\29::SkConicCoeff::SkConicCoeff\28SkConic\20const&\29 +7287:\28anonymous\20namespace\29::SkColorFilterImageFilter::~SkColorFilterImageFilter\28\29 +7288:\28anonymous\20namespace\29::SkBlurImageFilter::mapSigma\28skif::Mapping\20const&\29\20const +7289:\28anonymous\20namespace\29::SkBlendImageFilter::~SkBlendImageFilter\28\29 +7290:\28anonymous\20namespace\29::SkBidiIterator_icu::~SkBidiIterator_icu\28\29 +7291:\28anonymous\20namespace\29::ShaperHarfBuzz::~ShaperHarfBuzz\28\29 +7292:\28anonymous\20namespace\29::ShadowedPath::keyBytes\28\29\20const +7293:\28anonymous\20namespace\29::ShadowInvalidator::~ShadowInvalidator\28\29 +7294:\28anonymous\20namespace\29::ShadowCircularRRectOp::~ShadowCircularRRectOp\28\29 +7295:\28anonymous\20namespace\29::RectsBlurRec::~RectsBlurRec\28\29 +7296:\28anonymous\20namespace\29::RectsBlurKey::RectsBlurKey\28float\2c\20SkBlurStyle\2c\20SkSpan\29 +7297:\28anonymous\20namespace\29::RasterA8BlurAlgorithm::maxSigma\28\29\20const +7298:\28anonymous\20namespace\29::RasterA8BlurAlgorithm::blur\28SkSize\2c\20sk_sp\2c\20SkIRect\20const&\2c\20SkTileMode\2c\20SkIRect\20const&\29\20const::'lambda'\28float\29::operator\28\29\28float\29\20const +7299:\28anonymous\20namespace\29::Raster8888BlurAlgorithm::blur\28SkSize\2c\20sk_sp\2c\20SkIRect\20const&\2c\20SkTileMode\2c\20SkIRect\20const&\29\20const::'lambda'\28float\29::operator\28\29\28float\29\20const +7300:\28anonymous\20namespace\29::RRectBlurRec::~RRectBlurRec\28\29 +7301:\28anonymous\20namespace\29::RRectBlurKey::RRectBlurKey\28float\2c\20SkRRect\20const&\2c\20SkBlurStyle\29 +7302:\28anonymous\20namespace\29::RPBlender::blendLine\28void*\2c\20void\20const*\2c\20int\29 +7303:\28anonymous\20namespace\29::RPBlender::RPBlender\28SkColorType\2c\20SkColorType\2c\20SkAlphaType\2c\20bool\29 +7304:\28anonymous\20namespace\29::PlanGauss::PlanGauss\28double\29 +7305:\28anonymous\20namespace\29::PathSubRun::~PathSubRun\28\29 +7306:\28anonymous\20namespace\29::PathOpSubmitter::~PathOpSubmitter\28\29 +7307:\28anonymous\20namespace\29::PathGeoBuilder::createMeshAndPutBackReserve\28\29 +7308:\28anonymous\20namespace\29::PathGeoBuilder::allocNewBuffers\28\29 +7309:\28anonymous\20namespace\29::PathGeoBuilder::addQuad\28SkPoint\20const*\2c\20float\2c\20float\29 +7310:\28anonymous\20namespace\29::MipMapRec::~MipMapRec\28\29 +7311:\28anonymous\20namespace\29::MipMapKey::MipMapKey\28SkBitmapCacheDesc\20const&\29 +7312:\28anonymous\20namespace\29::MipLevelHelper::allocAndInit\28SkArenaAlloc*\2c\20SkSamplingOptions\20const&\2c\20SkTileMode\2c\20SkTileMode\29 +7313:\28anonymous\20namespace\29::MipLevelHelper::MipLevelHelper\28\29 +7314:\28anonymous\20namespace\29::MiddleOutShader::~MiddleOutShader\28\29 +7315:\28anonymous\20namespace\29::MeshOp::~MeshOp\28\29 +7316:\28anonymous\20namespace\29::MeshOp::MeshOp\28GrProcessorSet*\2c\20SkRGBA4f<\28SkAlphaType\292>\20const&\2c\20sk_sp\2c\20GrPrimitiveType\20const*\2c\20GrAAType\2c\20sk_sp\2c\20SkMatrix\20const&\29 +7317:\28anonymous\20namespace\29::MeshOp::MeshOp\28GrProcessorSet*\2c\20SkRGBA4f<\28SkAlphaType\292>\20const&\2c\20SkMesh\20const&\2c\20skia_private::TArray>\2c\20true>\2c\20GrAAType\2c\20sk_sp\2c\20SkMatrix\20const&\29 +7318:\28anonymous\20namespace\29::MeshOp::Mesh::indices\28\29\20const +7319:\28anonymous\20namespace\29::MeshOp::Mesh::Mesh\28SkMesh\20const&\29 +7320:\28anonymous\20namespace\29::MeshOp::ClassID\28\29 +7321:\28anonymous\20namespace\29::MeshGP::~MeshGP\28\29 +7322:\28anonymous\20namespace\29::MeshGP::Impl::~Impl\28\29 +7323:\28anonymous\20namespace\29::MeshGP::Impl::MeshCallbacks::defineStruct\28char\20const*\29 +7324:\28anonymous\20namespace\29::Iter::next\28\29 +7325:\28anonymous\20namespace\29::FillRectOpImpl::~FillRectOpImpl\28\29 +7326:\28anonymous\20namespace\29::FillRectOpImpl::tessellate\28skgpu::ganesh::QuadPerEdgeAA::VertexSpec\20const&\2c\20char*\29\20const +7327:\28anonymous\20namespace\29::FillRectOpImpl::FillRectOpImpl\28GrProcessorSet*\2c\20SkRGBA4f<\28SkAlphaType\292>\2c\20GrAAType\2c\20DrawQuad*\2c\20GrUserStencilSettings\20const*\2c\20GrSimpleMeshDrawOpHelper::InputFlags\29 +7328:\28anonymous\20namespace\29::ExternalWebGLTexture::~ExternalWebGLTexture\28\29 +7329:\28anonymous\20namespace\29::EllipticalRRectEffect::onIsEqual\28GrFragmentProcessor\20const&\29\20const +7330:\28anonymous\20namespace\29::DrawableSubRun::~DrawableSubRun\28\29 +7331:\28anonymous\20namespace\29::DrawAtlasPathShader::~DrawAtlasPathShader\28\29 +7332:\28anonymous\20namespace\29::DrawAtlasOpImpl::~DrawAtlasOpImpl\28\29 +7333:\28anonymous\20namespace\29::DrawAtlasOpImpl::DrawAtlasOpImpl\28GrProcessorSet*\2c\20SkRGBA4f<\28SkAlphaType\292>\20const&\2c\20SkMatrix\20const&\2c\20GrAAType\2c\20int\2c\20SkRSXform\20const*\2c\20SkRect\20const*\2c\20unsigned\20int\20const*\29 +7334:\28anonymous\20namespace\29::DefaultPathOp::~DefaultPathOp\28\29 +7335:\28anonymous\20namespace\29::DefaultPathOp::programInfo\28\29 +7336:\28anonymous\20namespace\29::DefaultPathOp::primType\28\29\20const +7337:\28anonymous\20namespace\29::DefaultPathOp::PathData::PathData\28\28anonymous\20namespace\29::DefaultPathOp::PathData&&\29 +7338:\28anonymous\20namespace\29::DefaultPathOp::Make\28GrRecordingContext*\2c\20GrPaint&&\2c\20SkPath\20const&\2c\20float\2c\20unsigned\20char\2c\20SkMatrix\20const&\2c\20bool\2c\20GrAAType\2c\20SkRect\20const&\2c\20GrUserStencilSettings\20const*\29 +7339:\28anonymous\20namespace\29::DefaultPathOp::DefaultPathOp\28GrProcessorSet*\2c\20SkRGBA4f<\28SkAlphaType\292>\20const&\2c\20SkPath\20const&\2c\20float\2c\20unsigned\20char\2c\20SkMatrix\20const&\2c\20bool\2c\20GrAAType\2c\20SkRect\20const&\2c\20GrUserStencilSettings\20const*\29 +7340:\28anonymous\20namespace\29::ClipGeometry\20\28anonymous\20namespace\29::get_clip_geometry\28skgpu::ganesh::ClipStack::SaveRecord\20const&\2c\20skgpu::ganesh::ClipStack::Draw\20const&\29 +7341:\28anonymous\20namespace\29::CircularRRectEffect::Make\28std::__2::unique_ptr>\2c\20GrClipEdgeType\2c\20unsigned\20int\2c\20SkRRect\20const&\29 +7342:\28anonymous\20namespace\29::CachedTessellationsRec::~CachedTessellationsRec\28\29 +7343:\28anonymous\20namespace\29::CachedTessellationsRec::CachedTessellationsRec\28SkResourceCache::Key\20const&\2c\20sk_sp<\28anonymous\20namespace\29::CachedTessellations>\29 +7344:\28anonymous\20namespace\29::CachedTessellations::~CachedTessellations\28\29 +7345:\28anonymous\20namespace\29::CachedTessellations::CachedTessellations\28\29 +7346:\28anonymous\20namespace\29::CacheImpl::~CacheImpl\28\29 +7347:\28anonymous\20namespace\29::BuilderReceiver::MoveTo\28impeller::TPoint\20const&\2c\20bool\29 +7348:\28anonymous\20namespace\29::BitmapKey::BitmapKey\28SkBitmapCacheDesc\20const&\29 +7349:\28anonymous\20namespace\29::AmbientVerticesFactory::makeVertices\28SkPath\20const&\2c\20SkMatrix\20const&\2c\20SkPoint*\29\20const +7350:\28anonymous\20namespace\29::AAHairlineOp::~AAHairlineOp\28\29 +7351:\28anonymous\20namespace\29::AAHairlineOp::PathData::PathData\28\28anonymous\20namespace\29::AAHairlineOp::PathData&&\29 +7352:\28anonymous\20namespace\29::AAHairlineOp::AAHairlineOp\28GrProcessorSet*\2c\20SkRGBA4f<\28SkAlphaType\292>\20const&\2c\20unsigned\20char\2c\20SkMatrix\20const&\2c\20SkPath\20const&\2c\20SkIRect\2c\20float\2c\20GrUserStencilSettings\20const*\29 +7353:WebPRescalerGetScaledDimensions +7354:WebPMultRows +7355:WebPMultARGBRows +7356:WebPIoInitFromOptions +7357:WebPInitUpsamplers +7358:WebPFlipBuffer +7359:WebPDemuxPartial\28WebPData\20const*\2c\20WebPDemuxState*\29 +7360:WebPDemuxGetChunk +7361:WebPDemuxDelete +7362:WebPDeallocateAlphaMemory +7363:WebPCheckCropDimensions +7364:WebPAllocateDecBuffer +7365:VP8RemapBitReader +7366:VP8LoadFinalBytes +7367:VP8LTransformColorInverse_C +7368:VP8LNew +7369:VP8LHuffmanTablesAllocate +7370:VP8LConvertFromBGRA +7371:VP8LConvertBGRAToRGBA_C +7372:VP8LConvertBGRAToRGBA4444_C +7373:VP8LColorCacheInit +7374:VP8LColorCacheClear +7375:VP8LBuildHuffmanTable +7376:VP8LBitReaderSetBuffer +7377:VP8GetInfo +7378:VP8CheckSignature +7379:TransformTwo_C +7380:ToUpperCase +7381:TextureSourceImageGenerator::~TextureSourceImageGenerator\28\29 +7382:TT_Set_Named_Instance +7383:TT_Save_Context +7384:TT_Hint_Glyph +7385:TT_DotFix14 +7386:TT_Done_Context +7387:StringBuffer\20apply_format_string<1024>\28char\20const*\2c\20void*\2c\20char\20\28&\29\20\5b1024\5d\2c\20SkString*\29 +7388:StoreFrame +7389:SortContourList\28SkOpContourHead**\2c\20bool\2c\20bool\29 +7390:Skwasm::createSkMatrix\28float\20const*\29 +7391:Skwasm::TextStyle::~TextStyle\28\29 +7392:Skwasm::TextStyle::populatePaintIds\28std::__2::vector>&\29 +7393:Skwasm::TextStyle::TextStyle\28\29 +7394:Skwasm::Surface::_init\28\29 +7395:SkWuffsFrame*\20std::__2::construct_at\5babi:ne180100\5d\28SkWuffsFrame*\2c\20wuffs_base__frame_config__struct*&&\29 +7396:SkWuffsCodec::~SkWuffsCodec\28\29 +7397:SkWuffsCodec::seekFrame\28int\29 +7398:SkWuffsCodec::onStartIncrementalDecode\28SkImageInfo\20const&\2c\20void*\2c\20unsigned\20long\2c\20SkCodec::Options\20const&\29 +7399:SkWuffsCodec::onIncrementalDecode\28int*\29 +7400:SkWuffsCodec::decodeFrameConfig\28\29 +7401:SkWriter32::writeString\28char\20const*\2c\20unsigned\20long\29 +7402:SkWriter32::writePoint3\28SkPoint3\20const&\29 +7403:SkWebpCodec::~SkWebpCodec\28\29 +7404:SkWebpCodec::ensureAllData\28\29 +7405:SkWStream::writeScalarAsText\28float\29 +7406:SkWBuffer::padToAlign4\28\29 +7407:SkVertices::getSizes\28\29\20const +7408:SkVertices::Builder::init\28SkVertices::Desc\20const&\29 +7409:SkVertices::Builder::Builder\28SkVertices::VertexMode\2c\20int\2c\20int\2c\20unsigned\20int\29 +7410:SkUnicode_icu::~SkUnicode_icu\28\29 +7411:SkUnicode_icu::isHardLineBreak\28int\29 +7412:SkUnicode_icu::extractWords\28unsigned\20short*\2c\20int\2c\20char\20const*\2c\20std::__2::vector>*\29 +7413:SkUnicode::convertUtf16ToUtf8\28std::__2::basic_string\2c\20std::__2::allocator>\20const&\29 +7414:SkUnicode::convertUtf16ToUtf8\28char16_t\20const*\2c\20int\29 +7415:SkUnicode::BidiRegion&\20std::__2::vector>::emplace_back\28unsigned\20long&\2c\20unsigned\20long&\2c\20unsigned\20char&\29 +7416:SkUTF::UTF16ToUTF8\28char*\2c\20int\2c\20unsigned\20short\20const*\2c\20unsigned\20long\29 +7417:SkUTF::ToUTF8\28int\2c\20char*\29 +7418:SkUTF::NextUTF16\28unsigned\20short\20const**\2c\20unsigned\20short\20const*\29 +7419:SkTypeface_FreeTypeStream::~SkTypeface_FreeTypeStream\28\29 +7420:SkTypeface_FreeTypeStream::SkTypeface_FreeTypeStream\28std::__2::unique_ptr>\2c\20SkString\2c\20SkFontStyle\20const&\2c\20bool\29 +7421:SkTypeface_FreeType::getFaceRec\28\29\20const +7422:SkTypeface_FreeType::SkTypeface_FreeType\28SkFontStyle\20const&\2c\20bool\29 +7423:SkTypeface_FreeType::GetUnitsPerEm\28FT_FaceRec_*\29 +7424:SkTypeface_Custom::~SkTypeface_Custom\28\29 +7425:SkTypeface_Custom::onGetFamilyName\28SkString*\29\20const +7426:SkTypeface::onGetFixedPitch\28\29\20const +7427:SkTypeface::MakeEmpty\28\29 +7428:SkTreatAsSprite\28SkMatrix\20const&\2c\20SkISize\20const&\2c\20SkSamplingOptions\20const&\2c\20bool\29 +7429:SkTransformShader::update\28SkMatrix\20const&\29 +7430:SkTransformShader::SkTransformShader\28SkShaderBase\20const&\2c\20bool\29 +7431:SkTiff::ImageFileDirectory::getEntryUnsignedRational\28unsigned\20short\2c\20unsigned\20int\2c\20float*\29\20const +7432:SkTiff::ImageFileDirectory::getEntryTag\28unsigned\20short\29\20const +7433:SkTiff::ImageFileDirectory::getEntrySignedRational\28unsigned\20short\2c\20unsigned\20int\2c\20float*\29\20const +7434:SkTiff::ImageFileDirectory::getEntryRawData\28unsigned\20short\2c\20unsigned\20short*\2c\20unsigned\20short*\2c\20unsigned\20int*\2c\20unsigned\20char\20const**\2c\20unsigned\20long*\29\20const +7435:SkTextBlobBuilder::updateDeferredBounds\28\29 +7436:SkTextBlobBuilder::reserve\28unsigned\20long\29 +7437:SkTextBlobBuilder::allocRunPos\28SkFont\20const&\2c\20int\2c\20SkRect\20const*\29 +7438:SkTextBlobBuilder::TightRunBounds\28SkTextBlob::RunRecord\20const&\29 +7439:SkTextBlob::getIntercepts\28float\20const*\2c\20float*\2c\20SkPaint\20const*\29\20const +7440:SkTaskGroup::add\28std::__2::function\29 +7441:SkTSpan::split\28SkTSpan*\2c\20SkArenaAlloc*\29 +7442:SkTSpan::splitAt\28SkTSpan*\2c\20double\2c\20SkArenaAlloc*\29 +7443:SkTSpan::linearIntersects\28SkTCurve\20const&\29\20const +7444:SkTSpan::hullCheck\28SkTSpan\20const*\2c\20bool*\2c\20bool*\29 +7445:SkTSpan::contains\28double\29\20const +7446:SkTSect::unlinkSpan\28SkTSpan*\29 +7447:SkTSect::removeAllBut\28SkTSpan\20const*\2c\20SkTSpan*\2c\20SkTSect*\29 +7448:SkTSect::recoverCollapsed\28\29 +7449:SkTSect::intersects\28SkTSpan*\2c\20SkTSect*\2c\20SkTSpan*\2c\20int*\29 +7450:SkTSect::coincidentHasT\28double\29 +7451:SkTSect::boundsMax\28\29 +7452:SkTSect::addSplitAt\28SkTSpan*\2c\20double\29 +7453:SkTSect::addForPerp\28SkTSpan*\2c\20double\29 +7454:SkTSect::EndsEqual\28SkTSect\20const*\2c\20SkTSect\20const*\2c\20SkIntersections*\29 +7455:SkTMultiMap::reset\28\29 +7456:SkTMaskGamma<3\2c\203\2c\203>::~SkTMaskGamma\28\29 +7457:SkTMaskGamma<3\2c\203\2c\203>::SkTMaskGamma\28float\2c\20float\29 +7458:SkTMaskGamma<3\2c\203\2c\203>::CanonicalColor\28unsigned\20int\29 +7459:SkTInternalLList::remove\28skgpu::ganesh::SmallPathShapeData*\29 +7460:SkTInternalLList<\28anonymous\20namespace\29::CacheImpl::Value>::remove\28\28anonymous\20namespace\29::CacheImpl::Value*\29 +7461:SkTInternalLList<\28anonymous\20namespace\29::CacheImpl::Value>::addToHead\28\28anonymous\20namespace\29::CacheImpl::Value*\29 +7462:SkTInternalLList::remove\28TriangulationVertex*\29 +7463:SkTInternalLList::addToTail\28TriangulationVertex*\29 +7464:SkTInternalLList::Entry>::addToHead\28SkLRUCache::Entry*\29 +7465:SkTInternalLList>\2c\20skia::textlayout::ParagraphCache::KeyHash\2c\20SkNoOpPurge>::Entry>::addToHead\28SkLRUCache>\2c\20skia::textlayout::ParagraphCache::KeyHash\2c\20SkNoOpPurge>::Entry*\29 +7466:SkTInternalLList>\2c\20GrGLGpu::ProgramCache::DescHash\2c\20SkNoOpPurge>::Entry>::addToHead\28SkLRUCache>\2c\20GrGLGpu::ProgramCache::DescHash\2c\20SkNoOpPurge>::Entry*\29 +7467:SkTDynamicHash<\28anonymous\20namespace\29::CacheImpl::Value\2c\20SkImageFilterCacheKey\2c\20\28anonymous\20namespace\29::CacheImpl::Value>::find\28SkImageFilterCacheKey\20const&\29\20const +7468:SkTDStorage::SkTDStorage\28SkTDStorage&&\29 +7469:SkTDPQueue<\28anonymous\20namespace\29::RunIteratorQueue::Entry\2c\20&\28anonymous\20namespace\29::RunIteratorQueue::CompareEntry\28\28anonymous\20namespace\29::RunIteratorQueue::Entry\20const&\2c\20\28anonymous\20namespace\29::RunIteratorQueue::Entry\20const&\29\2c\20\28int*\20\28*\29\28\28anonymous\20namespace\29::RunIteratorQueue::Entry\20const&\29\290>::insert\28\28anonymous\20namespace\29::RunIteratorQueue::Entry\29 +7470:SkTDPQueue::remove\28GrGpuResource*\29 +7471:SkTDPQueue::percolateUpIfNecessary\28int\29 +7472:SkTDPQueue::percolateDownIfNecessary\28int\29 +7473:SkTDPQueue::insert\28GrGpuResource*\29 +7474:SkTDArray::append\28int\29 +7475:SkTDArray::append\28int\29 +7476:SkTDArray::push_back\28SkRecords::FillBounds::SaveBounds\20const&\29 +7477:SkTDArray::push_back\28SkOpPtT\20const*\20const&\29 +7478:SkTCubic::hullIntersects\28SkDQuad\20const&\2c\20bool*\29\20const +7479:SkTConic::otherPts\28int\2c\20SkDPoint\20const**\29\20const +7480:SkTConic::hullIntersects\28SkDCubic\20const&\2c\20bool*\29\20const +7481:SkTConic::controlsInside\28\29\20const +7482:SkTConic::collapsed\28\29\20const +7483:SkTBlockList::pushItem\28\29 +7484:SkTBlockList::pop_back\28\29 +7485:SkTBlockList::push_back\28skgpu::ganesh::ClipStack::RawElement&&\29 +7486:SkTBlockList::pushItem\28\29 +7487:SkTBlockList::~SkTBlockList\28\29 +7488:SkTBlockList::push_back\28GrGLProgramDataManager::GLUniformInfo\20const&\29 +7489:SkTBlockList::item\28int\29 +7490:SkSynchronizedResourceCache::~SkSynchronizedResourceCache\28\29 +7491:SkSurfaces::RenderTarget\28GrRecordingContext*\2c\20skgpu::Budgeted\2c\20SkImageInfo\20const&\29 +7492:SkSurface_Raster::~SkSurface_Raster\28\29 +7493:SkSurface_Raster::SkSurface_Raster\28skcpu::RecorderImpl*\2c\20SkImageInfo\20const&\2c\20sk_sp\2c\20SkSurfaceProps\20const*\29 +7494:SkSurface_Ganesh::~SkSurface_Ganesh\28\29 +7495:SkSurface_Ganesh::onDiscard\28\29 +7496:SkSurface_Base::replaceBackendTexture\28GrBackendTexture\20const&\2c\20GrSurfaceOrigin\2c\20SkSurface::ContentChangeMode\2c\20void\20\28*\29\28void*\29\2c\20void*\29 +7497:SkSurface_Base::onDraw\28SkCanvas*\2c\20float\2c\20float\2c\20SkSamplingOptions\20const&\2c\20SkPaint\20const*\29 +7498:SkSurface_Base::onCapabilities\28\29 +7499:SkStrokeRec::GetInflationRadius\28SkPaint::Join\2c\20float\2c\20SkPaint::Cap\2c\20float\29 +7500:SkString_from_UTF16BE\28unsigned\20char\20const*\2c\20unsigned\20long\2c\20SkString&\29 +7501:SkString::equals\28char\20const*\2c\20unsigned\20long\29\20const +7502:SkString::equals\28char\20const*\29\20const +7503:SkString::appendVAList\28char\20const*\2c\20void*\29 +7504:SkString::appendUnichar\28int\29 +7505:SkString::appendHex\28unsigned\20int\2c\20int\29 +7506:SkStrikeSpec::SkStrikeSpec\28SkStrikeSpec\20const&\29 +7507:SkStrikeSpec::ShouldDrawAsPath\28SkPaint\20const&\2c\20SkFont\20const&\2c\20SkMatrix\20const&\29::$_0::operator\28\29\28int\2c\20int\29\20const +7508:SkStrikeSpec::ShouldDrawAsPath\28SkPaint\20const&\2c\20SkFont\20const&\2c\20SkMatrix\20const&\29 +7509:SkStrikeSpec::MakeTransformMask\28SkFont\20const&\2c\20SkPaint\20const&\2c\20SkSurfaceProps\20const&\2c\20SkScalerContextFlags\2c\20SkMatrix\20const&\29 +7510:SkStrikeCache::~SkStrikeCache\28\29 +7511:SkStrike::~SkStrike\28\29 +7512:SkStrike::prepareForImage\28SkGlyph*\29 +7513:SkStrike::prepareForDrawable\28SkGlyph*\29 +7514:SkStrike::internalPrepare\28SkSpan\2c\20SkStrike::PathDetail\2c\20SkGlyph\20const**\29 +7515:SkStrSplit\28char\20const*\2c\20char\20const*\2c\20SkStrSplitMode\2c\20skia_private::TArray*\29 +7516:SkStrAppendU32\28char*\2c\20unsigned\20int\29 +7517:SkStrAppendS32\28char*\2c\20int\29 +7518:SkSpriteBlitter_Memcpy::~SkSpriteBlitter_Memcpy\28\29 +7519:SkSpecialImages::AsView\28GrRecordingContext*\2c\20SkSpecialImage\20const*\29 +7520:SkSpecialImage_Raster::~SkSpecialImage_Raster\28\29 +7521:SkSpecialImage_Raster::getROPixels\28SkBitmap*\29\20const +7522:SkSpecialImage_Raster::SkSpecialImage_Raster\28SkIRect\20const&\2c\20SkBitmap\20const&\2c\20SkSurfaceProps\20const&\29 +7523:SkSpecialImage_Gpu::~SkSpecialImage_Gpu\28\29 +7524:SkSpecialImage::SkSpecialImage\28SkIRect\20const&\2c\20unsigned\20int\2c\20SkColorInfo\20const&\2c\20SkSurfaceProps\20const&\29 +7525:SkSize\20skif::Mapping::map\28SkSize\20const&\2c\20SkMatrix\20const&\29 +7526:SkShapers::unicode::BidiRunIterator\28sk_sp\2c\20char\20const*\2c\20unsigned\20long\2c\20unsigned\20char\29 +7527:SkShapers::HB::ShapeDontWrapOrReorder\28sk_sp\2c\20sk_sp\29 +7528:SkShaper::TrivialLanguageRunIterator::~TrivialLanguageRunIterator\28\29 +7529:SkShaper::MakeStdLanguageRunIterator\28char\20const*\2c\20unsigned\20long\29 +7530:SkShaper::MakeFontMgrRunIterator\28char\20const*\2c\20unsigned\20long\2c\20SkFont\20const&\2c\20sk_sp\29 +7531:SkShadowTessellator::MakeAmbient\28SkPath\20const&\2c\20SkMatrix\20const&\2c\20SkPoint3\20const&\2c\20bool\29 +7532:SkShaders::MatrixRec::totalMatrix\28\29\20const +7533:SkShaders::MatrixRec::concat\28SkMatrix\20const&\29\20const +7534:SkShaders::Empty\28\29 +7535:SkShaders::Color\28unsigned\20int\29 +7536:SkShaders::Blend\28sk_sp\2c\20sk_sp\2c\20sk_sp\29 +7537:SkShaderUtils::VisitLineByLine\28std::__2::basic_string\2c\20std::__2::allocator>\20const&\2c\20std::__2::function\20const&\29 +7538:SkShaderUtils::GLSLPrettyPrint::undoNewlineAfter\28char\29 +7539:SkShaderUtils::GLSLPrettyPrint::parseUntil\28char\20const*\29 +7540:SkShaderUtils::GLSLPrettyPrint::parseUntilNewline\28\29 +7541:SkShaderBlurAlgorithm::renderBlur\28SkRuntimeEffectBuilder*\2c\20SkFilterMode\2c\20SkISize\2c\20sk_sp\2c\20SkIRect\20const&\2c\20SkTileMode\2c\20SkIRect\20const&\29\20const +7542:SkShaderBlurAlgorithm::evalBlur1D\28float\2c\20int\2c\20SkV2\2c\20sk_sp\2c\20SkIRect\2c\20SkTileMode\2c\20SkIRect\29\20const +7543:SkShaderBlurAlgorithm::GetLinearBlur1DEffect\28int\29 +7544:SkShaderBlurAlgorithm::GetBlur2DEffect\28SkISize\20const&\29 +7545:SkShaderBlurAlgorithm::Compute2DBlurOffsets\28SkISize\2c\20std::__2::array&\29 +7546:SkShaderBlurAlgorithm::Compute2DBlurKernel\28SkSize\2c\20SkISize\2c\20std::__2::array&\29 +7547:SkShaderBlurAlgorithm::Compute2DBlurKernel\28SkSize\2c\20SkISize\2c\20SkSpan\29 +7548:SkShaderBlurAlgorithm::Compute1DBlurLinearKernel\28float\2c\20int\2c\20std::__2::array&\29 +7549:SkShader::makeWithColorFilter\28sk_sp\29\20const +7550:SkScan::PathRequiresTiling\28SkIRect\20const&\29 +7551:SkScan::HairLine\28SkPoint\20const*\2c\20int\2c\20SkRasterClip\20const&\2c\20SkBlitter*\29 +7552:SkScan::FillXRect\28SkIRect\20const&\2c\20SkRegion\20const*\2c\20SkBlitter*\29 +7553:SkScan::FillRect\28SkRect\20const&\2c\20SkRegion\20const*\2c\20SkBlitter*\29 +7554:SkScan::AntiHairPath\28SkPathRaw\20const&\2c\20SkRasterClip\20const&\2c\20SkBlitter*\29 +7555:SkScan::AntiFrameRect\28SkRect\20const&\2c\20SkPoint\20const&\2c\20SkRegion\20const*\2c\20SkBlitter*\29 +7556:SkScan::AntiFillRect\28SkRect\20const&\2c\20SkRegion\20const*\2c\20SkBlitter*\29 +7557:SkScan::AntiFillPath\28SkPathRaw\20const&\2c\20SkRasterClip\20const&\2c\20SkBlitter*\29 +7558:SkScan::AAAFillPath\28SkPathRaw\20const&\2c\20SkBlitter*\2c\20SkIRect\20const&\2c\20SkIRect\20const&\2c\20bool\29 +7559:SkScalingCodec::SkScalingCodec\28SkEncodedInfo&&\2c\20skcms_PixelFormat\2c\20std::__2::unique_ptr>\2c\20SkEncodedOrigin\29 +7560:SkScalerContext_FreeType::~SkScalerContext_FreeType\28\29 +7561:SkScalerContext_FreeType::shouldSubpixelBitmap\28SkGlyph\20const&\2c\20SkMatrix\20const&\29 +7562:SkScalerContext_FreeType::getCBoxForLetter\28char\2c\20FT_BBox_*\29 +7563:SkScalerContext_FreeType::getBoundsOfCurrentOutlineGlyph\28FT_GlyphSlotRec_*\2c\20SkRect*\29 +7564:SkScalerContextRec::setLuminanceColor\28unsigned\20int\29 +7565:SkScalerContextFTUtils::drawCOLRv1Glyph\28FT_FaceRec_*\2c\20SkGlyph\20const&\2c\20unsigned\20int\2c\20SkSpan\2c\20SkCanvas*\29\20const +7566:SkScalerContextFTUtils::drawCOLRv0Glyph\28FT_FaceRec_*\2c\20SkGlyph\20const&\2c\20unsigned\20int\2c\20SkSpan\2c\20SkCanvas*\29\20const +7567:SkScalerContext::makeGlyph\28SkPackedGlyphID\2c\20SkArenaAlloc*\29 +7568:SkScalerContext::internalGetPath\28SkGlyph&\2c\20SkArenaAlloc*\2c\20std::__2::optional&&\29 +7569:SkScalerContext::SkScalerContext\28SkTypeface&\2c\20SkScalerContextEffects\20const&\2c\20SkDescriptor\20const*\29 +7570:SkScalerContext::SaturateGlyphBounds\28SkGlyph*\2c\20SkRect&&\29 +7571:SkScalerContext::MakeRecAndEffects\28SkFont\20const&\2c\20SkPaint\20const&\2c\20SkSurfaceProps\20const&\2c\20SkScalerContextFlags\2c\20SkMatrix\20const&\2c\20SkScalerContextRec*\2c\20SkScalerContextEffects*\29 +7572:SkScalerContext::MakeEmpty\28SkTypeface&\2c\20SkScalerContextEffects\20const&\2c\20SkDescriptor\20const*\29 +7573:SkScalerContext::GeneratedPath::GeneratedPath\28SkScalerContext::GeneratedPath&&\29 +7574:SkScalerContext::AutoDescriptorGivenRecAndEffects\28SkScalerContextRec\20const&\2c\20SkScalerContextEffects\20const&\2c\20SkAutoDescriptor*\29 +7575:SkSampledCodec::accountForNativeScaling\28int*\2c\20int*\29\20const +7576:SkSTArenaAlloc<4096ul>::SkSTArenaAlloc\28unsigned\20long\29 +7577:SkSTArenaAlloc<256ul>::SkSTArenaAlloc\28unsigned\20long\29 +7578:SkSLCombinedSamplerTypeForTextureType\28GrTextureType\29 +7579:SkSL::type_to_sksltype\28SkSL::Context\20const&\2c\20SkSL::Type\20const&\2c\20SkSLType*\29 +7580:SkSL::stoi\28std::__2::basic_string_view>\2c\20long\20long*\29 +7581:SkSL::splat_scalar\28SkSL::Context\20const&\2c\20SkSL::Expression\20const&\2c\20SkSL::Type\20const&\29 +7582:SkSL::simplify_constant_equality\28SkSL::Context\20const&\2c\20SkSL::Position\2c\20SkSL::Expression\20const&\2c\20SkSL::Operator\2c\20SkSL::Expression\20const&\29 +7583:SkSL::short_circuit_boolean\28SkSL::Position\2c\20SkSL::Expression\20const&\2c\20SkSL::Operator\2c\20SkSL::Expression\20const&\29 +7584:SkSL::remove_break_statements\28std::__2::unique_ptr>&\29::RemoveBreaksWriter::visitStatementPtr\28std::__2::unique_ptr>&\29 +7585:SkSL::optimize_intrinsic_call\28SkSL::Context\20const&\2c\20SkSL::Position\2c\20SkSL::IntrinsicKind\2c\20SkSL::ExpressionArray\20const&\2c\20SkSL::Type\20const&\29::$_2::operator\28\29\28int\29\20const +7586:SkSL::optimize_intrinsic_call\28SkSL::Context\20const&\2c\20SkSL::Position\2c\20SkSL::IntrinsicKind\2c\20SkSL::ExpressionArray\20const&\2c\20SkSL::Type\20const&\29::$_1::operator\28\29\28int\29\20const +7587:SkSL::optimize_intrinsic_call\28SkSL::Context\20const&\2c\20SkSL::Position\2c\20SkSL::IntrinsicKind\2c\20SkSL::ExpressionArray\20const&\2c\20SkSL::Type\20const&\29::$_0::operator\28\29\28int\29\20const +7588:SkSL::negate_expression\28SkSL::Context\20const&\2c\20SkSL::Position\2c\20SkSL::Expression\20const&\2c\20SkSL::Type\20const&\29 +7589:SkSL::make_reciprocal_expression\28SkSL::Context\20const&\2c\20SkSL::Expression\20const&\29 +7590:SkSL::index_out_of_range\28SkSL::Context\20const&\2c\20SkSL::Position\2c\20long\20long\2c\20SkSL::Expression\20const&\29 +7591:SkSL::hoist_vardecl_symbols_into_outer_scope\28SkSL::Context\20const&\2c\20SkSL::Block\20const&\2c\20SkSL::SymbolTable*\2c\20SkSL::SymbolTable*\29::SymbolHoister::visitStatement\28SkSL::Statement\20const&\29 +7592:SkSL::get_struct_definitions_from_module\28SkSL::Program&\2c\20SkSL::Module\20const&\2c\20std::__2::vector>*\29 +7593:SkSL::find_existing_declaration\28SkSL::Context\20const&\2c\20SkSL::Position\2c\20SkSL::ModifierFlags\2c\20SkSL::IntrinsicKind\2c\20std::__2::basic_string_view>\2c\20skia_private::TArray>\2c\20true>&\2c\20SkSL::Position\2c\20SkSL::Type\20const*\2c\20SkSL::FunctionDeclaration**\29::$_0::operator\28\29\28\29\20const +7594:SkSL::extract_matrix\28SkSL::Expression\20const*\2c\20float*\29 +7595:SkSL::eliminate_unreachable_code\28SkSpan>>\2c\20SkSL::ProgramUsage*\29::UnreachableCodeEliminator::visitStatementPtr\28std::__2::unique_ptr>&\29 +7596:SkSL::eliminate_no_op_boolean\28SkSL::Position\2c\20SkSL::Expression\20const&\2c\20SkSL::Operator\2c\20SkSL::Expression\20const&\29 +7597:SkSL::check_main_signature\28SkSL::Context\20const&\2c\20SkSL::Position\2c\20SkSL::Type\20const&\2c\20skia_private::TArray>\2c\20true>&\29::$_4::operator\28\29\28int\29\20const +7598:SkSL::check_main_signature\28SkSL::Context\20const&\2c\20SkSL::Position\2c\20SkSL::Type\20const&\2c\20skia_private::TArray>\2c\20true>&\29::$_2::operator\28\29\28SkSL::Type\20const&\29\20const +7599:SkSL::check_main_signature\28SkSL::Context\20const&\2c\20SkSL::Position\2c\20SkSL::Type\20const&\2c\20skia_private::TArray>\2c\20true>&\29::$_1::operator\28\29\28int\29\20const +7600:SkSL::argument_needs_scratch_variable\28SkSL::Expression\20const*\2c\20SkSL::Variable\20const*\2c\20SkSL::ProgramUsage\20const&\29 +7601:SkSL::argument_and_parameter_flags_match\28SkSL::Expression\20const&\2c\20SkSL::Variable\20const&\29 +7602:SkSL::apply_to_elements\28SkSL::Context\20const&\2c\20SkSL::Position\2c\20SkSL::Expression\20const&\2c\20double\20\28*\29\28double\29\29 +7603:SkSL::append_rtadjust_fixup_to_vertex_main\28SkSL::Context\20const&\2c\20SkSL::FunctionDeclaration\20const&\2c\20SkSL::Block&\29::AppendRTAdjustFixupHelper::Adjust\28\29\20const +7604:SkSL::\28anonymous\20namespace\29::clone_with_ref_kind\28SkSL::Expression\20const&\2c\20SkSL::VariableRefKind\2c\20SkSL::Position\29 +7605:SkSL::\28anonymous\20namespace\29::check_valid_uniform_type\28SkSL::Position\2c\20SkSL::Type\20const*\2c\20SkSL::Context\20const&\2c\20bool\29::$_0::operator\28\29\28\29\20const +7606:SkSL::\28anonymous\20namespace\29::caps_lookup_table\28\29 +7607:SkSL::\28anonymous\20namespace\29::ReturnsInputAlphaVisitor::visitProgramElement\28SkSL::ProgramElement\20const&\29 +7608:SkSL::\28anonymous\20namespace\29::ProgramUsageVisitor::visitStructFields\28SkSL::Type\20const&\29 +7609:SkSL::\28anonymous\20namespace\29::ProgramUsageVisitor::visitStatement\28SkSL::Statement\20const&\29 +7610:SkSL::\28anonymous\20namespace\29::ProgramUsageVisitor::visitExpression\28SkSL::Expression\20const&\29 +7611:SkSL::\28anonymous\20namespace\29::NodeCountVisitor::visitStatement\28SkSL::Statement\20const&\29 +7612:SkSL::\28anonymous\20namespace\29::IsAssignableVisitor::visitExpression\28SkSL::Expression&\2c\20SkSL::FieldAccess\20const*\29::'lambda'\28\29::operator\28\29\28\29\20const +7613:SkSL::\28anonymous\20namespace\29::FinalizationVisitor::visitProgramElement\28SkSL::ProgramElement\20const&\29 +7614:SkSL::Variable::MakeScratchVariable\28SkSL::Context\20const&\2c\20SkSL::Mangler&\2c\20std::__2::basic_string_view>\2c\20SkSL::Type\20const*\2c\20SkSL::SymbolTable*\2c\20std::__2::unique_ptr>\29 +7615:SkSL::VarDeclaration::ErrorCheck\28SkSL::Context\20const&\2c\20SkSL::Position\2c\20SkSL::Position\2c\20SkSL::Layout\20const&\2c\20SkSL::ModifierFlags\2c\20SkSL::Type\20const*\2c\20SkSL::Type\20const*\2c\20SkSL::VariableStorage\29 +7616:SkSL::TypeReference::description\28SkSL::OperatorPrecedence\29\20const +7617:SkSL::TypeReference::VerifyType\28SkSL::Context\20const&\2c\20SkSL::Type\20const*\2c\20SkSL::Position\29 +7618:SkSL::TypeReference::Convert\28SkSL::Context\20const&\2c\20SkSL::Position\2c\20SkSL::Type\20const*\29 +7619:SkSL::Type::checkIfUsableInArray\28SkSL::Context\20const&\2c\20SkSL::Position\29\20const +7620:SkSL::Type::checkForOutOfRangeLiteral\28SkSL::Context\20const&\2c\20SkSL::Expression\20const&\29\20const +7621:SkSL::Type::MakeStructType\28SkSL::Context\20const&\2c\20SkSL::Position\2c\20std::__2::basic_string_view>\2c\20skia_private::TArray\2c\20bool\29 +7622:SkSL::Type::MakeLiteralType\28char\20const*\2c\20SkSL::Type\20const&\2c\20signed\20char\29 +7623:SkSL::Transform::\28anonymous\20namespace\29::BuiltinVariableScanner::addDeclaringElement\28SkSL::Symbol\20const*\29 +7624:SkSL::Transform::HoistSwitchVarDeclarationsAtTopLevel\28SkSL::Context\20const&\2c\20skia_private::STArray<2\2c\20std::__2::unique_ptr>\2c\20true>&\2c\20SkSL::SymbolTable&\2c\20SkSL::Position\29::HoistSwitchVarDeclsVisitor::visitStatementPtr\28std::__2::unique_ptr>&\29 +7625:SkSL::Transform::EliminateDeadGlobalVariables\28SkSL::Program&\29::$_0::operator\28\29\28std::__2::unique_ptr>\20const&\29\20const +7626:SkSL::Transform::EliminateDeadFunctions\28SkSL::Program&\29 +7627:SkSL::TernaryExpression::Make\28SkSL::Context\20const&\2c\20SkSL::Position\2c\20std::__2::unique_ptr>\2c\20std::__2::unique_ptr>\2c\20std::__2::unique_ptr>\29 +7628:SkSL::SymbolTable::moveSymbolTo\28SkSL::SymbolTable*\2c\20SkSL::Symbol*\2c\20SkSL::Context\20const&\29 +7629:SkSL::SymbolTable::isBuiltinType\28std::__2::basic_string_view>\29\20const +7630:SkSL::SymbolTable::insertNewParent\28\29 +7631:SkSL::SymbolTable::addWithoutOwnership\28SkSL::Symbol*\29 +7632:SkSL::Symbol::instantiate\28SkSL::Context\20const&\2c\20SkSL::Position\29\20const +7633:SkSL::SwitchStatement::Make\28SkSL::Context\20const&\2c\20SkSL::Position\2c\20std::__2::unique_ptr>\2c\20std::__2::unique_ptr>\29 +7634:SkSL::SwitchCase::Make\28SkSL::Position\2c\20long\20long\2c\20std::__2::unique_ptr>\29 +7635:SkSL::SwitchCase::MakeDefault\28SkSL::Position\2c\20std::__2::unique_ptr>\29 +7636:SkSL::StructType::StructType\28SkSL::Position\2c\20std::__2::basic_string_view>\2c\20skia_private::TArray\2c\20int\2c\20bool\2c\20bool\29 +7637:SkSL::String::vappendf\28std::__2::basic_string\2c\20std::__2::allocator>*\2c\20char\20const*\2c\20void*\29 +7638:SkSL::SingleArgumentConstructor::argumentSpan\28\29 +7639:SkSL::Setting::Make\28SkSL::Context\20const&\2c\20SkSL::Position\2c\20bool\20const\20SkSL::ShaderCaps::*\29 +7640:SkSL::RP::stack_usage\28SkSL::RP::Instruction\20const&\29 +7641:SkSL::RP::is_sliceable_swizzle\28SkSpan\29 +7642:SkSL::RP::is_immediate_op\28SkSL::RP::BuilderOp\29 +7643:SkSL::RP::UnownedLValueSlice::isWritable\28\29\20const +7644:SkSL::RP::UnownedLValueSlice::dynamicSlotRange\28\29 +7645:SkSL::RP::SwizzleLValue::~SwizzleLValue\28\29 +7646:SkSL::RP::ScratchLValue::~ScratchLValue\28\29 +7647:SkSL::RP::Program::appendStages\28SkRasterPipeline*\2c\20SkArenaAlloc*\2c\20SkSL::RP::Callbacks*\2c\20SkSpan\29\20const +7648:SkSL::RP::Program::appendStackRewind\28skia_private::TArray*\29\20const +7649:SkSL::RP::Program::appendCopyImmutableUnmasked\28skia_private::TArray*\2c\20SkArenaAlloc*\2c\20std::byte*\2c\20unsigned\20int\2c\20unsigned\20int\2c\20int\29\20const +7650:SkSL::RP::Program::appendAdjacentNWayTernaryOp\28skia_private::TArray*\2c\20SkArenaAlloc*\2c\20SkSL::RP::ProgramOp\2c\20std::byte*\2c\20unsigned\20int\2c\20unsigned\20int\2c\20unsigned\20int\2c\20int\29\20const +7651:SkSL::RP::Program::appendAdjacentNWayBinaryOp\28skia_private::TArray*\2c\20SkArenaAlloc*\2c\20SkSL::RP::ProgramOp\2c\20unsigned\20int\2c\20unsigned\20int\2c\20int\29\20const +7652:SkSL::RP::ImmutableLValue::fixedSlotRange\28SkSL::RP::Generator*\29 +7653:SkSL::RP::Generator::writeVarDeclaration\28SkSL::VarDeclaration\20const&\29 +7654:SkSL::RP::Generator::writeFunction\28SkSL::IRNode\20const&\2c\20SkSL::FunctionDefinition\20const&\2c\20SkSpan>\20const>\29 +7655:SkSL::RP::Generator::storeImmutableValueToSlots\28skia_private::TArray\20const&\2c\20SkSL::RP::SlotRange\29 +7656:SkSL::RP::Generator::returnComplexity\28SkSL::FunctionDefinition\20const*\29 +7657:SkSL::RP::Generator::pushVariableReferencePartial\28SkSL::VariableReference\20const&\2c\20SkSL::RP::SlotRange\29 +7658:SkSL::RP::Generator::pushLengthIntrinsic\28int\29 +7659:SkSL::RP::Generator::pushLValueOrExpression\28SkSL::RP::LValue*\2c\20SkSL::Expression\20const&\29 +7660:SkSL::RP::Generator::pushIntrinsic\28SkSL::RP::BuilderOp\2c\20SkSL::Expression\20const&\2c\20SkSL::Expression\20const&\29 +7661:SkSL::RP::Generator::pushIntrinsic\28SkSL::IntrinsicKind\2c\20SkSL::Expression\20const&\2c\20SkSL::Expression\20const&\2c\20SkSL::Expression\20const&\29 +7662:SkSL::RP::Generator::pushImmutableData\28SkSL::Expression\20const&\29 +7663:SkSL::RP::Generator::getImmutableValueForExpression\28SkSL::Expression\20const&\2c\20skia_private::TArray*\29 +7664:SkSL::RP::Generator::getImmutableBitsForSlot\28SkSL::Expression\20const&\2c\20unsigned\20long\29 +7665:SkSL::RP::Generator::findPreexistingImmutableData\28skia_private::TArray\20const&\29 +7666:SkSL::RP::Generator::discardTraceScopeMask\28\29 +7667:SkSL::RP::DynamicIndexLValue::dynamicSlotRange\28\29 +7668:SkSL::RP::Builder::push_condition_mask\28\29 +7669:SkSL::RP::Builder::pop_slots_unmasked\28SkSL::RP::SlotRange\29 +7670:SkSL::RP::Builder::pop_condition_mask\28\29 +7671:SkSL::RP::Builder::pop_and_reenable_loop_mask\28\29 +7672:SkSL::RP::Builder::merge_loop_mask\28\29 +7673:SkSL::RP::Builder::merge_inv_condition_mask\28\29 +7674:SkSL::RP::Builder::mask_off_loop_mask\28\29 +7675:SkSL::RP::Builder::discard_stack\28int\2c\20int\29 +7676:SkSL::RP::Builder::copy_stack_to_slots_unmasked\28SkSL::RP::SlotRange\2c\20int\29 +7677:SkSL::RP::Builder::copy_stack_to_slots_unmasked\28SkSL::RP::SlotRange\29 +7678:SkSL::RP::Builder::copy_stack_to_slots\28SkSL::RP::SlotRange\29 +7679:SkSL::RP::Builder::branch_if_any_lanes_active\28int\29 +7680:SkSL::RP::AutoStack::pushClone\28SkSL::RP::SlotRange\2c\20int\29 +7681:SkSL::RP::AutoContinueMask::~AutoContinueMask\28\29 +7682:SkSL::RP::AutoContinueMask::exitLoopBody\28\29 +7683:SkSL::RP::AutoContinueMask::enterLoopBody\28\29 +7684:SkSL::RP::AutoContinueMask::enable\28\29 +7685:SkSL::ProgramUsage::remove\28SkSL::Expression\20const*\29 +7686:SkSL::ProgramUsage::get\28SkSL::FunctionDeclaration\20const&\29\20const +7687:SkSL::ProgramUsage::add\28SkSL::Statement\20const*\29 +7688:SkSL::ProgramUsage::add\28SkSL::Expression\20const*\29 +7689:SkSL::ProgramConfig::ProgramConfig\28\29 +7690:SkSL::Program::~Program\28\29 +7691:SkSL::PostfixExpression::Make\28SkSL::Context\20const&\2c\20SkSL::Position\2c\20std::__2::unique_ptr>\2c\20SkSL::Operator\29 +7692:SkSL::PipelineStage::PipelineStageCodeGenerator::functionName\28SkSL::FunctionDeclaration\20const&\2c\20int\29 +7693:SkSL::PipelineStage::PipelineStageCodeGenerator::functionDeclaration\28SkSL::FunctionDeclaration\20const&\29 +7694:SkSL::PipelineStage::PipelineStageCodeGenerator::forEachSpecialization\28SkSL::FunctionDeclaration\20const&\2c\20std::__2::function\20const&\29 +7695:SkSL::Parser::~Parser\28\29 +7696:SkSL::Parser::varDeclarations\28\29 +7697:SkSL::Parser::varDeclarationsPrefix\28SkSL::Parser::VarDeclarationsPrefix*\29 +7698:SkSL::Parser::varDeclarationsOrExpressionStatement\28\29 +7699:SkSL::Parser::switchCaseBody\28SkSL::ExpressionArray*\2c\20skia_private::STArray<2\2c\20std::__2::unique_ptr>\2c\20true>*\2c\20std::__2::unique_ptr>\29 +7700:SkSL::Parser::shiftExpression\28\29 +7701:SkSL::Parser::relationalExpression\28\29 +7702:SkSL::Parser::multiplicativeExpression\28\29 +7703:SkSL::Parser::logicalXorExpression\28\29 +7704:SkSL::Parser::logicalAndExpression\28\29 +7705:SkSL::Parser::localVarDeclarationEnd\28SkSL::Position\2c\20SkSL::Modifiers\20const&\2c\20SkSL::Type\20const*\2c\20SkSL::Token\29 +7706:SkSL::Parser::intLiteral\28long\20long*\29 +7707:SkSL::Parser::identifier\28std::__2::basic_string_view>*\29 +7708:SkSL::Parser::globalVarDeclarationEnd\28SkSL::Position\2c\20SkSL::Modifiers\20const&\2c\20SkSL::Type\20const*\2c\20SkSL::Token\29 +7709:SkSL::Parser::expressionStatement\28\29 +7710:SkSL::Parser::expectNewline\28\29 +7711:SkSL::Parser::equalityExpression\28\29 +7712:SkSL::Parser::directive\28bool\29 +7713:SkSL::Parser::declarations\28\29 +7714:SkSL::Parser::bitwiseXorExpression\28\29 +7715:SkSL::Parser::bitwiseOrExpression\28\29 +7716:SkSL::Parser::bitwiseAndExpression\28\29 +7717:SkSL::Parser::additiveExpression\28\29 +7718:SkSL::Parser::addGlobalVarDeclaration\28std::__2::unique_ptr>\29 +7719:SkSL::Parser::Parser\28SkSL::Compiler*\2c\20SkSL::ProgramSettings\20const&\2c\20SkSL::ProgramKind\2c\20std::__2::unique_ptr\2c\20std::__2::allocator>\2c\20std::__2::default_delete\2c\20std::__2::allocator>>>\29 +7720:SkSL::MultiArgumentConstructor::argumentSpan\28\29 +7721:SkSL::ModuleLoader::loadVertexModule\28SkSL::Compiler*\29 +7722:SkSL::ModuleLoader::loadSharedModule\28SkSL::Compiler*\29 +7723:SkSL::ModuleLoader::loadPublicModule\28SkSL::Compiler*\29 +7724:SkSL::ModuleLoader::loadFragmentModule\28SkSL::Compiler*\29 +7725:SkSL::ModuleLoader::Get\28\29 +7726:SkSL::Module::~Module\28\29 +7727:SkSL::MatrixType::bitWidth\28\29\20const +7728:SkSL::MakeRasterPipelineProgram\28SkSL::Program\20const&\2c\20SkSL::FunctionDefinition\20const&\2c\20SkSL::DebugTracePriv*\2c\20bool\29 +7729:SkSL::Layout::operator!=\28SkSL::Layout\20const&\29\20const +7730:SkSL::Layout::description\28\29\20const +7731:SkSL::Intrinsics::\28anonymous\20namespace\29::finalize_distance\28double\29 +7732:SkSL::Intrinsics::\28anonymous\20namespace\29::evaluate_matrixCompMult\28double\2c\20double\2c\20double\29 +7733:SkSL::Intrinsics::\28anonymous\20namespace\29::evaluate_length\28std::__2::array\20const&\29 +7734:SkSL::Intrinsics::\28anonymous\20namespace\29::evaluate_add\28SkSL::Context\20const&\2c\20std::__2::array\20const&\29 +7735:SkSL::Inliner::inlineStatement\28SkSL::Position\2c\20skia_private::THashMap>\2c\20SkGoodHash>*\2c\20SkSL::SymbolTable*\2c\20std::__2::unique_ptr>*\2c\20SkSL::Analysis::ReturnComplexity\2c\20SkSL::Statement\20const&\2c\20SkSL::ProgramUsage\20const&\2c\20bool\29 +7736:SkSL::Inliner::inlineExpression\28SkSL::Position\2c\20skia_private::THashMap>\2c\20SkGoodHash>*\2c\20SkSL::SymbolTable*\2c\20SkSL::Expression\20const&\29 +7737:SkSL::Inliner::buildCandidateList\28std::__2::vector>\2c\20std::__2::allocator>>>\20const&\2c\20SkSL::SymbolTable*\2c\20SkSL::ProgramUsage*\2c\20SkSL::InlineCandidateList*\29::$_1::operator\28\29\28SkSL::InlineCandidate\20const&\29\20const +7738:SkSL::Inliner::buildCandidateList\28std::__2::vector>\2c\20std::__2::allocator>>>\20const&\2c\20SkSL::SymbolTable*\2c\20SkSL::ProgramUsage*\2c\20SkSL::InlineCandidateList*\29::$_0::operator\28\29\28SkSL::InlineCandidate\20const&\29\20const +7739:SkSL::Inliner::InlinedCall::~InlinedCall\28\29 +7740:SkSL::IndexExpression::~IndexExpression\28\29 +7741:SkSL::IfStatement::~IfStatement\28\29 +7742:SkSL::IRHelpers::Ref\28SkSL::Variable\20const*\29\20const +7743:SkSL::IRHelpers::Mul\28std::__2::unique_ptr>\2c\20std::__2::unique_ptr>\29\20const +7744:SkSL::IRHelpers::Assign\28std::__2::unique_ptr>\2c\20std::__2::unique_ptr>\29\20const +7745:SkSL::GLSLCodeGenerator::writeVarDeclaration\28SkSL::VarDeclaration\20const&\2c\20bool\29 +7746:SkSL::GLSLCodeGenerator::writeProgramElement\28SkSL::ProgramElement\20const&\29 +7747:SkSL::GLSLCodeGenerator::writeMinAbsHack\28SkSL::Expression&\2c\20SkSL::Expression&\29 +7748:SkSL::GLSLCodeGenerator::generateCode\28\29 +7749:SkSL::FunctionDefinition::Convert\28SkSL::Context\20const&\2c\20SkSL::Position\2c\20SkSL::FunctionDeclaration\20const&\2c\20std::__2::unique_ptr>\29::Finalizer::visitStatementPtr\28std::__2::unique_ptr>&\29 +7750:SkSL::FunctionDefinition::Convert\28SkSL::Context\20const&\2c\20SkSL::Position\2c\20SkSL::FunctionDeclaration\20const&\2c\20std::__2::unique_ptr>\29::Finalizer::addLocalVariable\28SkSL::Variable\20const*\2c\20SkSL::Position\29 +7751:SkSL::FunctionDeclaration::~FunctionDeclaration\28\29_7209 +7752:SkSL::FunctionDeclaration::~FunctionDeclaration\28\29 +7753:SkSL::FunctionDeclaration::mangledName\28\29\20const +7754:SkSL::FunctionDeclaration::getMainInputColorParameter\28\29\20const +7755:SkSL::FunctionDeclaration::getMainDestColorParameter\28\29\20const +7756:SkSL::FunctionDeclaration::determineFinalTypes\28SkSL::ExpressionArray\20const&\2c\20skia_private::STArray<8\2c\20SkSL::Type\20const*\2c\20true>*\2c\20SkSL::Type\20const**\29\20const +7757:SkSL::FunctionDeclaration::FunctionDeclaration\28SkSL::Context\20const&\2c\20SkSL::Position\2c\20SkSL::ModifierFlags\2c\20std::__2::basic_string_view>\2c\20skia_private::TArray\2c\20SkSL::Type\20const*\2c\20SkSL::IntrinsicKind\29 +7758:SkSL::FunctionCall::Make\28SkSL::Context\20const&\2c\20SkSL::Position\2c\20SkSL::Type\20const*\2c\20SkSL::FunctionDeclaration\20const&\2c\20SkSL::ExpressionArray\29 +7759:SkSL::FunctionCall::FunctionCall\28SkSL::Position\2c\20SkSL::Type\20const*\2c\20SkSL::FunctionDeclaration\20const*\2c\20SkSL::ExpressionArray\2c\20SkSL::FunctionCall\20const*\29 +7760:SkSL::FunctionCall::FindBestFunctionForCall\28SkSL::Context\20const&\2c\20SkSL::FunctionDeclaration\20const*\2c\20SkSL::ExpressionArray\20const&\29 +7761:SkSL::FunctionCall::Convert\28SkSL::Context\20const&\2c\20SkSL::Position\2c\20SkSL::FunctionDeclaration\20const&\2c\20SkSL::ExpressionArray\29 +7762:SkSL::ForStatement::~ForStatement\28\29 +7763:SkSL::ForStatement::Convert\28SkSL::Context\20const&\2c\20SkSL::Position\2c\20SkSL::ForLoopPositions\2c\20std::__2::unique_ptr>\2c\20std::__2::unique_ptr>\2c\20std::__2::unique_ptr>\2c\20std::__2::unique_ptr>\2c\20std::__2::unique_ptr>\29 +7764:SkSL::FindIntrinsicKind\28std::__2::basic_string_view>\29 +7765:SkSL::FieldAccess::~FieldAccess\28\29_7086 +7766:SkSL::FieldAccess::~FieldAccess\28\29 +7767:SkSL::FieldAccess::description\28SkSL::OperatorPrecedence\29\20const +7768:SkSL::FieldAccess::FieldAccess\28SkSL::Position\2c\20std::__2::unique_ptr>\2c\20int\2c\20SkSL::FieldAccessOwnerKind\29 +7769:SkSL::ExtendedVariable::~ExtendedVariable\28\29 +7770:SkSL::Expression::isFloatLiteral\28\29\20const +7771:SkSL::Expression::coercionCost\28SkSL::Type\20const&\29\20const +7772:SkSL::DoStatement::~DoStatement\28\29_7075 +7773:SkSL::DoStatement::Make\28SkSL::Context\20const&\2c\20SkSL::Position\2c\20std::__2::unique_ptr>\2c\20std::__2::unique_ptr>\29 +7774:SkSL::DiscardStatement::Make\28SkSL::Context\20const&\2c\20SkSL::Position\29 +7775:SkSL::ContinueStatement::Make\28SkSL::Position\29 +7776:SkSL::ConstructorStruct::Make\28SkSL::Context\20const&\2c\20SkSL::Position\2c\20SkSL::Type\20const&\2c\20SkSL::ExpressionArray\29 +7777:SkSL::ConstructorScalarCast::Convert\28SkSL::Context\20const&\2c\20SkSL::Position\2c\20SkSL::Type\20const&\2c\20SkSL::ExpressionArray\29 +7778:SkSL::ConstructorMatrixResize::Make\28SkSL::Context\20const&\2c\20SkSL::Position\2c\20SkSL::Type\20const&\2c\20std::__2::unique_ptr>\29 +7779:SkSL::Constructor::Convert\28SkSL::Context\20const&\2c\20SkSL::Position\2c\20SkSL::Type\20const&\2c\20SkSL::ExpressionArray\29 +7780:SkSL::Compiler::resetErrors\28\29 +7781:SkSL::Compiler::initializeContext\28SkSL::Module\20const*\2c\20SkSL::ProgramKind\2c\20SkSL::ProgramSettings\2c\20std::__2::basic_string_view>\2c\20SkSL::ModuleType\29 +7782:SkSL::Compiler::cleanupContext\28\29 +7783:SkSL::CoercionCost::operator<\28SkSL::CoercionCost\29\20const +7784:SkSL::ChildCall::~ChildCall\28\29_7014 +7785:SkSL::ChildCall::~ChildCall\28\29 +7786:SkSL::ChildCall::Make\28SkSL::Context\20const&\2c\20SkSL::Position\2c\20SkSL::Type\20const*\2c\20SkSL::Variable\20const&\2c\20SkSL::ExpressionArray\29 +7787:SkSL::ChildCall::ChildCall\28SkSL::Position\2c\20SkSL::Type\20const*\2c\20SkSL::Variable\20const*\2c\20SkSL::ExpressionArray\29 +7788:SkSL::BreakStatement::Make\28SkSL::Position\29 +7789:SkSL::Block::Block\28SkSL::Position\2c\20skia_private::STArray<2\2c\20std::__2::unique_ptr>\2c\20true>\2c\20SkSL::Block::Kind\2c\20std::__2::unique_ptr>\29 +7790:SkSL::BinaryExpression::isAssignmentIntoVariable\28\29 +7791:SkSL::ArrayType::columns\28\29\20const +7792:SkSL::Analysis::\28anonymous\20namespace\29::LoopControlFlowVisitor::visitStatement\28SkSL::Statement\20const&\29 +7793:SkSL::Analysis::IsDynamicallyUniformExpression\28SkSL::Expression\20const&\29::IsDynamicallyUniformExpressionVisitor::visitExpression\28SkSL::Expression\20const&\29 +7794:SkSL::Analysis::IsDynamicallyUniformExpression\28SkSL::Expression\20const&\29 +7795:SkSL::Analysis::IsConstantExpression\28SkSL::Expression\20const&\29 +7796:SkSL::Analysis::IsCompileTimeConstant\28SkSL::Expression\20const&\29::IsCompileTimeConstantVisitor::visitExpression\28SkSL::Expression\20const&\29 +7797:SkSL::Analysis::IsAssignable\28SkSL::Expression&\2c\20SkSL::Analysis::AssignmentInfo*\2c\20SkSL::ErrorReporter*\29 +7798:SkSL::Analysis::HasSideEffects\28SkSL::Expression\20const&\29::HasSideEffectsVisitor::visitExpression\28SkSL::Expression\20const&\29 +7799:SkSL::Analysis::GetLoopUnrollInfo\28SkSL::Context\20const&\2c\20SkSL::Position\2c\20SkSL::ForLoopPositions\20const&\2c\20SkSL::Statement\20const*\2c\20std::__2::unique_ptr>*\2c\20SkSL::Expression\20const*\2c\20SkSL::Statement\20const*\2c\20SkSL::ErrorReporter*\29 +7800:SkSL::Analysis::GetLoopControlFlowInfo\28SkSL::Statement\20const&\29 +7801:SkSL::Analysis::ContainsVariable\28SkSL::Expression\20const&\2c\20SkSL::Variable\20const&\29::ContainsVariableVisitor::visitExpression\28SkSL::Expression\20const&\29 +7802:SkSL::Analysis::ContainsRTAdjust\28SkSL::Expression\20const&\29::ContainsRTAdjustVisitor::visitExpression\28SkSL::Expression\20const&\29 +7803:SkSL::Analysis::CheckProgramStructure\28SkSL::Program\20const&\29::ProgramStructureVisitor::visitProgramElement\28SkSL::ProgramElement\20const&\29 +7804:SkSL::AliasType::numberKind\28\29\20const +7805:SkSL::AliasType::isOrContainsBool\28\29\20const +7806:SkSL::AliasType::isOrContainsAtomic\28\29\20const +7807:SkSL::AliasType::isAllowedInES2\28\29\20const +7808:SkSBlockAllocator<80ul>::SkSBlockAllocator\28SkBlockAllocator::GrowthPolicy\2c\20unsigned\20long\29 +7809:SkRuntimeShader::~SkRuntimeShader\28\29 +7810:SkRuntimeEffectPriv::VarAsChild\28SkSL::Variable\20const&\2c\20int\29 +7811:SkRuntimeEffect::~SkRuntimeEffect\28\29 +7812:SkRuntimeEffect::getRPProgram\28SkSL::DebugTracePriv*\29\20const +7813:SkRuntimeEffect::MakeForShader\28SkString\2c\20SkRuntimeEffect::Options\20const&\29 +7814:SkRuntimeEffect::ChildPtr::type\28\29\20const +7815:SkRuntimeEffect::ChildPtr::shader\28\29\20const +7816:SkRuntimeEffect::ChildPtr::colorFilter\28\29\20const +7817:SkRuntimeEffect::ChildPtr::blender\28\29\20const +7818:SkRgnBuilder::collapsWithPrev\28\29 +7819:SkResourceCache::visitAll\28void\20\28*\29\28SkResourceCache::Rec\20const&\2c\20void*\29\2c\20void*\29 +7820:SkResourceCache::setTotalByteLimit\28unsigned\20long\29 +7821:SkResourceCache::release\28SkResourceCache::Rec*\29 +7822:SkResourceCache::purgeAll\28\29 +7823:SkResourceCache::newCachedData\28unsigned\20long\29 +7824:SkResourceCache::getEffectiveSingleAllocationByteLimit\28\29\20const +7825:SkResourceCache::find\28SkResourceCache::Key\20const&\2c\20bool\20\28*\29\28SkResourceCache::Rec\20const&\2c\20void*\29\2c\20void*\29 +7826:SkResourceCache::dump\28\29\20const +7827:SkResourceCache::add\28SkResourceCache::Rec*\2c\20void*\29 +7828:SkResourceCache::PostPurgeSharedID\28unsigned\20long\20long\29 +7829:SkResourceCache::NewCachedData\28unsigned\20long\29 +7830:SkResourceCache::GetDiscardableFactory\28\29 +7831:SkRescaleAndReadPixels\28SkBitmap\2c\20SkImageInfo\20const&\2c\20SkIRect\20const&\2c\20SkImage::RescaleGamma\2c\20SkImage::RescaleMode\2c\20void\20\28*\29\28void*\2c\20std::__2::unique_ptr>\29\2c\20void*\29::Result::~Result\28\29 +7832:SkRescaleAndReadPixels\28SkBitmap\2c\20SkImageInfo\20const&\2c\20SkIRect\20const&\2c\20SkImage::RescaleGamma\2c\20SkImage::RescaleMode\2c\20void\20\28*\29\28void*\2c\20std::__2::unique_ptr>\29\2c\20void*\29::Result::rowBytes\28int\29\20const +7833:SkRescaleAndReadPixels\28SkBitmap\2c\20SkImageInfo\20const&\2c\20SkIRect\20const&\2c\20SkImage::RescaleGamma\2c\20SkImage::RescaleMode\2c\20void\20\28*\29\28void*\2c\20std::__2::unique_ptr>\29\2c\20void*\29 +7834:SkRegion::quickContains\28SkIRect\20const&\29\20const +7835:SkRegion::op\28SkIRect\20const&\2c\20SkRegion::Op\29 +7836:SkRegion::getRuns\28int*\2c\20int*\29\20const +7837:SkRegion::addBoundaryPath\28SkPathBuilder*\29\20const +7838:SkRegion::Spanerator::Spanerator\28SkRegion\20const&\2c\20int\2c\20int\2c\20int\29 +7839:SkRegion::RunHead::ensureWritable\28\29 +7840:SkRegion::RunHead::computeRunBounds\28SkIRect*\29 +7841:SkRegion::RunHead::Alloc\28int\2c\20int\2c\20int\29 +7842:SkRegion::Oper\28SkRegion\20const&\2c\20SkRegion\20const&\2c\20SkRegion::Op\2c\20SkRegion*\29 +7843:SkRefCntBase::internal_dispose\28\29\20const +7844:SkReduceOrder::Conic\28SkConic\20const&\2c\20SkPoint*\29 +7845:SkRectPriv::Subtract\28SkIRect\20const&\2c\20SkIRect\20const&\2c\20SkIRect*\29 +7846:SkRectPriv::QuadContainsRect\28SkM44\20const&\2c\20SkRect\20const&\2c\20SkRect\20const&\2c\20float\29 +7847:SkRectPriv::QuadContainsRectMask\28SkM44\20const&\2c\20SkRect\20const&\2c\20SkRect\20const&\2c\20float\29 +7848:SkRectPriv::FitsInFixed\28SkRect\20const&\29 +7849:SkRectClipBlitter::requestRowsPreserved\28\29\20const +7850:SkRectClipBlitter::allocBlitMemory\28unsigned\20long\29 +7851:SkRect::set\28SkPoint\20const&\2c\20SkPoint\20const&\29 +7852:SkRect::roundOut\28SkRect*\29\20const +7853:SkRect::roundIn\28\29\20const +7854:SkRect::roundIn\28SkIRect*\29\20const +7855:SkRect::makeOffset\28float\2c\20float\29\20const +7856:SkRect::joinNonEmptyArg\28SkRect\20const&\29 +7857:SkRect::intersect\28SkRect\20const&\2c\20SkRect\20const&\29 +7858:SkRect::contains\28float\2c\20float\29\20const +7859:SkRect::contains\28SkIRect\20const&\29\20const +7860:SkRect*\20SkRecord::alloc\28unsigned\20long\29 +7861:SkRecords::FillBounds::popSaveBlock\28\29 +7862:SkRecords::FillBounds::popControl\28SkRect\20const&\29 +7863:SkRecords::FillBounds::AdjustForPaint\28SkPaint\20const*\2c\20SkRect*\29 +7864:SkRecordedDrawable::~SkRecordedDrawable\28\29 +7865:SkRecordOptimize\28SkRecord*\29 +7866:SkRecordFillBounds\28SkRect\20const&\2c\20SkRecord\20const&\2c\20SkRect*\2c\20SkBBoxHierarchy::Metadata*\29 +7867:SkRecordCanvas::onDrawTextBlob\28SkTextBlob\20const*\2c\20float\2c\20float\2c\20SkPaint\20const&\29 +7868:SkRecordCanvas::baseRecorder\28\29\20const +7869:SkRecord::~SkRecord\28\29 +7870:SkReadBuffer::skipByteArray\28unsigned\20long*\29 +7871:SkReadBuffer::readPad32\28void*\2c\20unsigned\20long\29 +7872:SkReadBuffer::SkReadBuffer\28void\20const*\2c\20unsigned\20long\29 +7873:SkRasterPipelineSpriteBlitter::~SkRasterPipelineSpriteBlitter\28\29 +7874:SkRasterPipelineContexts::UniformColorCtx*\20SkArenaAlloc::make\28\29 +7875:SkRasterPipelineContexts::TileCtx*\20SkArenaAlloc::make\28\29 +7876:SkRasterPipelineContexts::RewindCtx*\20SkArenaAlloc::make\28\29 +7877:SkRasterPipelineContexts::DecalTileCtx*\20SkArenaAlloc::make\28\29 +7878:SkRasterPipelineContexts::CopyIndirectCtx*\20SkArenaAlloc::make\28\29 +7879:SkRasterPipelineContexts::Conical2PtCtx*\20SkArenaAlloc::make\28\29 +7880:SkRasterPipelineBlitter::Create\28SkPixmap\20const&\2c\20SkPaint\20const&\2c\20SkRGBA4f<\28SkAlphaType\293>\20const&\2c\20SkArenaAlloc*\2c\20SkRasterPipeline\20const&\2c\20bool\2c\20bool\2c\20SkShader\20const*\29 +7881:SkRasterPipeline::buildPipeline\28SkRasterPipelineStage*\29\20const +7882:SkRasterPipeline::appendSetRGB\28SkArenaAlloc*\2c\20float\20const*\29 +7883:SkRasterPipeline::appendLoadDst\28SkColorType\2c\20SkRasterPipelineContexts::MemoryCtx\20const*\29 +7884:SkRasterClipStack::Rec::Rec\28SkRasterClip\20const&\29 +7885:SkRasterClip::setEmpty\28\29 +7886:SkRasterClip::computeIsRect\28\29\20const +7887:SkRandom::nextULessThan\28unsigned\20int\29 +7888:SkRTree::~SkRTree\28\29 +7889:SkRTree::search\28SkRTree::Node*\2c\20SkRect\20const&\2c\20std::__2::vector>*\29\20const +7890:SkRTree::bulkLoad\28std::__2::vector>*\2c\20int\29 +7891:SkRTree::allocateNodeAtLevel\28unsigned\20short\29 +7892:SkRRectPriv::IsSimpleCircular\28SkRRect\20const&\29 +7893:SkRRectPriv::ConservativeIntersect\28SkRRect\20const&\2c\20SkRRect\20const&\29::$_2::operator\28\29\28SkRRect::Corner\2c\20SkPoint\20const&\2c\20SkPoint\20const&\29\20const +7894:SkRRectPriv::AllCornersCircular\28SkRRect\20const&\2c\20float\29 +7895:SkRRect::scaleRadii\28\29 +7896:SkRRect::isValid\28\29\20const +7897:SkRRect::computeType\28\29 +7898:SkRRect::AreRectAndRadiiValid\28SkRect\20const&\2c\20SkPoint\20const*\29 +7899:SkRGBA4f<\28SkAlphaType\292>\20skgpu::Swizzle::applyTo<\28SkAlphaType\292>\28SkRGBA4f<\28SkAlphaType\292>\29\20const +7900:SkRGBA4f<\28SkAlphaType\292>::unpremul\28\29\20const +7901:SkQuads::Roots\28double\2c\20double\2c\20double\29 +7902:SkQuadraticEdge::nextSegment\28\29 +7903:SkQuadConstruct::init\28float\2c\20float\29 +7904:SkPtrSet::add\28void*\29 +7905:SkPoint::Normalize\28SkPoint*\29 +7906:SkPixmap::readPixels\28SkPixmap\20const&\29\20const +7907:SkPixmap::readPixels\28SkImageInfo\20const&\2c\20void*\2c\20unsigned\20long\2c\20int\2c\20int\29\20const +7908:SkPixmap::erase\28unsigned\20int\29\20const +7909:SkPixmap::erase\28SkRGBA4f<\28SkAlphaType\293>\20const&\2c\20SkIRect\20const*\29\20const +7910:SkPixelRef::callGenIDChangeListeners\28\29 +7911:SkPictureRecorder::finishRecordingAsPicture\28\29 +7912:SkPictureRecorder::beginRecording\28SkRect\20const&\2c\20sk_sp\29 +7913:SkPictureRecord::fillRestoreOffsetPlaceholdersForCurrentStackLevel\28unsigned\20int\29 +7914:SkPictureRecord::endRecording\28\29 +7915:SkPictureRecord::beginRecording\28\29 +7916:SkPictureRecord::addPath\28SkPath\20const&\29 +7917:SkPictureRecord::addPathToHeap\28SkPath\20const&\29 +7918:SkPictureRecord::SkPictureRecord\28SkIRect\20const&\2c\20unsigned\20int\29 +7919:SkPictureImageGenerator::~SkPictureImageGenerator\28\29 +7920:SkPictureData::~SkPictureData\28\29 +7921:SkPictureData::flatten\28SkWriteBuffer&\29\20const +7922:SkPictureData::SkPictureData\28SkPictureRecord\20const&\2c\20SkPictInfo\20const&\29 +7923:SkPicture::SkPicture\28\29 +7924:SkPathWriter::nativePath\28\29 +7925:SkPathWriter::moveTo\28\29 +7926:SkPathWriter::init\28\29 +7927:SkPathWriter::assemble\28\29 +7928:SkPathStroker::setQuadEndNormal\28SkPoint\20const*\2c\20SkPoint\20const&\2c\20SkPoint\20const&\2c\20SkPoint*\2c\20SkPoint*\29 +7929:SkPathStroker::cubicQuadEnds\28SkPoint\20const*\2c\20SkQuadConstruct*\29 +7930:SkPathRef::commonReset\28\29 +7931:SkPathRef::CreateEmpty\28\29 +7932:SkPathRawShapes::Oval::Oval\28SkRect\20const&\2c\20SkPathDirection\2c\20unsigned\20int\29 +7933:SkPathRaw::isRect\28\29\20const +7934:SkPathPriv::TransformDirAndStart\28SkMatrix\20const&\2c\20bool\2c\20SkPathDirection\2c\20unsigned\20int\29 +7935:SkPathPriv::Raw\28SkPathBuilder\20const&\29 +7936:SkPathPriv::PerspectiveClip\28SkPath\20const&\2c\20SkMatrix\20const&\2c\20SkPath*\29 +7937:SkPathPriv::IsNestedFillRects\28SkPathRaw\20const&\2c\20SkRect*\2c\20SkPathDirection*\29 +7938:SkPathPriv::IsAxisAligned\28SkSpan\29 +7939:SkPathPriv::DeduceRRectFromContour\28SkRect\20const&\2c\20SkSpan\2c\20SkSpan\29 +7940:SkPathPriv::CreateDrawArcPath\28SkArc\20const&\2c\20bool\29 +7941:SkPathPriv::ComputeFirstDirection\28SkPathRaw\20const&\29 +7942:SkPathPriv::ComputeConvexity\28SkSpan\2c\20SkSpan\2c\20SkSpan\29 +7943:SkPathOpsBounds::Intersects\28SkPathOpsBounds\20const&\2c\20SkPathOpsBounds\20const&\29 +7944:SkPathMeasure::~SkPathMeasure\28\29 +7945:SkPathMeasure::getSegment\28float\2c\20float\2c\20SkPathBuilder*\2c\20bool\29 +7946:SkPathMeasure::SkPathMeasure\28SkPath\20const&\2c\20bool\2c\20float\29 +7947:SkPathEffectBase::PointData::~PointData\28\29 +7948:SkPathEdgeIter::next\28\29::'lambda'\28\29::operator\28\29\28\29\20const +7949:SkPathEdgeIter::SkPathEdgeIter\28SkPath\20const&\29 +7950:SkPathBuilder::setLastPt\28float\2c\20float\29 +7951:SkPathBuilder::rQuadTo\28float\2c\20float\2c\20float\2c\20float\29 +7952:SkPathBuilder::operator=\28SkPathBuilder\20const&\29 +7953:SkPathBuilder::computeFiniteBounds\28\29\20const +7954:SkPathBuilder::addRRect\28SkRRect\20const&\2c\20SkPathDirection\2c\20unsigned\20int\29 +7955:SkPathBuilder::addOval\28SkRect\20const&\2c\20SkPathDirection\2c\20unsigned\20int\29 +7956:SkPathBuilder::addCircle\28float\2c\20float\2c\20float\2c\20SkPathDirection\29 +7957:SkPath::writeToMemory\28void*\29\20const +7958:SkPath::makeOffset\28float\2c\20float\29\20const +7959:SkPath::incReserve\28int\2c\20int\2c\20int\29 +7960:SkPath::getConvexity\28\29\20const +7961:SkPath::copyFields\28SkPath\20const&\29 +7962:SkPath::conservativelyContainsRect\28SkRect\20const&\29\20const +7963:SkPath::arcTo\28float\2c\20float\2c\20float\2c\20SkPath::ArcSize\2c\20SkPathDirection\2c\20float\2c\20float\29 +7964:SkPath::arcTo\28SkRect\20const&\2c\20float\2c\20float\2c\20bool\29 +7965:SkPath::addRect\28SkRect\20const&\2c\20SkPathDirection\2c\20unsigned\20int\29 +7966:SkPath::addPath\28SkPath\20const&\2c\20SkPath::AddPathMode\29 +7967:SkPath::addPath\28SkPath\20const&\2c\20SkMatrix\20const&\2c\20SkPath::AddPathMode\29 +7968:SkPath::RRect\28SkRRect\20const&\2c\20SkPathDirection\29 +7969:SkPath::Iter::next\28SkPoint*\29 +7970:SkPaintToGrPaintWithBlend\28skgpu::ganesh::SurfaceDrawContext*\2c\20SkPaint\20const&\2c\20SkMatrix\20const&\2c\20SkBlender*\2c\20GrPaint*\29 +7971:SkPaintPriv::ShouldDither\28SkPaint\20const&\2c\20SkColorType\29 +7972:SkOpSpanBase::merge\28SkOpSpan*\29 +7973:SkOpSpanBase::initBase\28SkOpSegment*\2c\20SkOpSpan*\2c\20double\2c\20SkPoint\20const&\29 +7974:SkOpSpan::sortableTop\28SkOpContour*\29 +7975:SkOpSpan::setOppSum\28int\29 +7976:SkOpSpan::insertCoincidence\28SkOpSpan*\29 +7977:SkOpSpan::insertCoincidence\28SkOpSegment\20const*\2c\20bool\2c\20bool\29 +7978:SkOpSpan::init\28SkOpSegment*\2c\20SkOpSpan*\2c\20double\2c\20SkPoint\20const&\29 +7979:SkOpSpan::containsCoincidence\28SkOpSegment\20const*\29\20const +7980:SkOpSpan::computeWindSum\28\29 +7981:SkOpSegment::updateOppWindingReverse\28SkOpAngle\20const*\29\20const +7982:SkOpSegment::ptsDisjoint\28double\2c\20SkPoint\20const&\2c\20double\2c\20SkPoint\20const&\29\20const +7983:SkOpSegment::markWinding\28SkOpSpan*\2c\20int\29 +7984:SkOpSegment::isClose\28double\2c\20SkOpSegment\20const*\29\20const +7985:SkOpSegment::computeSum\28SkOpSpanBase*\2c\20SkOpSpanBase*\2c\20SkOpAngle::IncludeType\29 +7986:SkOpSegment::collapsed\28double\2c\20double\29\20const +7987:SkOpSegment::addExpanded\28double\2c\20SkOpSpanBase\20const*\2c\20bool*\29 +7988:SkOpSegment::activeWinding\28SkOpSpanBase*\2c\20SkOpSpanBase*\2c\20int*\29 +7989:SkOpSegment::activeOp\28int\2c\20int\2c\20SkOpSpanBase*\2c\20SkOpSpanBase*\2c\20SkPathOp\2c\20int*\2c\20int*\29 +7990:SkOpSegment::activeAngle\28SkOpSpanBase*\2c\20SkOpSpanBase**\2c\20SkOpSpanBase**\2c\20bool*\29 +7991:SkOpSegment::activeAngleInner\28SkOpSpanBase*\2c\20SkOpSpanBase**\2c\20SkOpSpanBase**\2c\20bool*\29 +7992:SkOpPtT::ptAlreadySeen\28SkOpPtT\20const*\29\20const +7993:SkOpEdgeBuilder::~SkOpEdgeBuilder\28\29 +7994:SkOpEdgeBuilder::preFetch\28\29 +7995:SkOpEdgeBuilder::finish\28\29 +7996:SkOpEdgeBuilder::SkOpEdgeBuilder\28SkPath\20const&\2c\20SkOpContourHead*\2c\20SkOpGlobalState*\29 +7997:SkOpContourBuilder::addQuad\28SkPoint*\29 +7998:SkOpContourBuilder::addLine\28SkPoint\20const*\29 +7999:SkOpContourBuilder::addCubic\28SkPoint*\29 +8000:SkOpContourBuilder::addConic\28SkPoint*\2c\20float\29 +8001:SkOpCoincidence::restoreHead\28\29 +8002:SkOpCoincidence::releaseDeleted\28SkCoincidentSpans*\29 +8003:SkOpCoincidence::mark\28\29 +8004:SkOpCoincidence::markCollapsed\28SkCoincidentSpans*\2c\20SkOpPtT*\29 +8005:SkOpCoincidence::fixUp\28SkCoincidentSpans*\2c\20SkOpPtT*\2c\20SkOpPtT\20const*\29 +8006:SkOpCoincidence::contains\28SkCoincidentSpans\20const*\2c\20SkOpSegment\20const*\2c\20SkOpSegment\20const*\2c\20double\29\20const +8007:SkOpCoincidence::checkOverlap\28SkCoincidentSpans*\2c\20SkOpSegment\20const*\2c\20SkOpSegment\20const*\2c\20double\2c\20double\2c\20double\2c\20double\2c\20SkTDArray*\29\20const +8008:SkOpCoincidence::addOrOverlap\28SkOpSegment*\2c\20SkOpSegment*\2c\20double\2c\20double\2c\20double\2c\20double\2c\20bool*\29 +8009:SkOpCoincidence::addMissing\28bool*\29 +8010:SkOpCoincidence::addEndMovedSpans\28SkOpSpan\20const*\2c\20SkOpSpanBase\20const*\29 +8011:SkOpAngle::tangentsDiverge\28SkOpAngle\20const*\2c\20double\29 +8012:SkOpAngle::setSpans\28\29 +8013:SkOpAngle::setSector\28\29 +8014:SkOpAngle::previous\28\29\20const +8015:SkOpAngle::midToSide\28SkOpAngle\20const*\2c\20bool*\29\20const +8016:SkOpAngle::merge\28SkOpAngle*\29 +8017:SkOpAngle::loopContains\28SkOpAngle\20const*\29\20const +8018:SkOpAngle::lineOnOneSide\28SkOpAngle\20const*\2c\20bool\29 +8019:SkOpAngle::findSector\28SkPath::Verb\2c\20double\2c\20double\29\20const +8020:SkOpAngle::endToSide\28SkOpAngle\20const*\2c\20bool*\29\20const +8021:SkOpAngle::checkCrossesZero\28\29\20const +8022:SkOpAngle::alignmentSameSide\28SkOpAngle\20const*\2c\20int*\29\20const +8023:SkOpAngle::after\28SkOpAngle*\29 +8024:SkOffsetSimplePolygon\28SkPoint\20const*\2c\20int\2c\20SkRect\20const&\2c\20float\2c\20SkTDArray*\2c\20SkTDArray*\29 +8025:SkOTUtils::LocalizedStrings_SingleName::~LocalizedStrings_SingleName\28\29 +8026:SkOTUtils::LocalizedStrings_NameTable::~LocalizedStrings_NameTable\28\29 +8027:SkNullBlitter*\20SkArenaAlloc::make\28\29 +8028:SkNotifyBitmapGenIDIsStale\28unsigned\20int\29 +8029:SkNoPixelsDevice::~SkNoPixelsDevice\28\29 +8030:SkNoPixelsDevice::SkNoPixelsDevice\28SkIRect\20const&\2c\20SkSurfaceProps\20const&\29 +8031:SkNoDestructor::SkNoDestructor\2c\20sk_sp>\28sk_sp&&\2c\20sk_sp&&\29 +8032:SkNVRefCnt::unref\28\29\20const +8033:SkNVRefCnt::unref\28\29\20const +8034:SkNVRefCnt::unref\28\29\20const +8035:SkNVRefCnt::unref\28\29\20const +8036:SkNVRefCnt::unref\28\29\20const +8037:SkModifyPaintAndDstForDrawImageRect\28SkImage\20const*\2c\20SkSamplingOptions\20const&\2c\20SkRect\2c\20SkRect\2c\20bool\2c\20SkPaint*\29 +8038:SkMipmapAccessor::SkMipmapAccessor\28SkImage_Base\20const*\2c\20SkMatrix\20const&\2c\20SkMipmapMode\29::$_1::operator\28\29\28SkPixmap\20const&\29\20const +8039:SkMipmap::~SkMipmap\28\29 +8040:SkMessageBus::Get\28\29 +8041:SkMeshSpecification::Attribute::Attribute\28SkMeshSpecification::Attribute\20const&\29 +8042:SkMeshSpecification::Attribute::Attribute\28SkMeshSpecification::Attribute&&\29 +8043:SkMeshPriv::CpuBuffer::~CpuBuffer\28\29 +8044:SkMeshPriv::CpuBuffer::size\28\29\20const +8045:SkMeshPriv::CpuBuffer::peek\28\29\20const +8046:SkMeshPriv::CpuBuffer::onUpdate\28GrDirectContext*\2c\20void\20const*\2c\20unsigned\20long\2c\20unsigned\20long\29 +8047:SkMemoryStream::~SkMemoryStream\28\29 +8048:SkMemoryStream::SkMemoryStream\28sk_sp\29 +8049:SkMatrixPriv::MapPointsWithStride\28SkMatrix\20const&\2c\20SkPoint*\2c\20unsigned\20long\2c\20int\29 +8050:SkMatrixPriv::IsScaleTranslateAsM33\28SkM44\20const&\29 +8051:SkMatrix::updateTranslateMask\28\29 +8052:SkMatrix::setScale\28float\2c\20float\29 +8053:SkMatrix::postSkew\28float\2c\20float\29 +8054:SkMatrix::mapVectors\28SkSpan\2c\20SkSpan\29\20const +8055:SkMatrix::mapRectScaleTranslate\28SkRect*\2c\20SkRect\20const&\29\20const +8056:SkMatrix::mapPointToHomogeneous\28SkPoint\29\20const +8057:SkMatrix::mapHomogeneousPoints\28SkSpan\2c\20SkSpan\29\20const +8058:SkMatrix::isTranslate\28\29\20const +8059:SkMatrix::getMinScale\28\29\20const +8060:SkMatrix::computeTypeMask\28\29\20const +8061:SkMatrix::ScaleTranslate\28float\2c\20float\2c\20float\2c\20float\29 +8062:SkMatrix::Rect2Rect\28SkRect\20const&\2c\20SkRect\20const&\2c\20SkMatrix::ScaleToFit\29 +8063:SkMatrix*\20SkRecord::alloc\28unsigned\20long\29 +8064:SkMaskFilterBase::filterRects\28SkSpan\2c\20SkMatrix\20const&\2c\20SkRasterClip\20const&\2c\20SkBlitter*\2c\20SkResourceCache*\29\20const +8065:SkMaskFilterBase::NinePatch::~NinePatch\28\29 +8066:SkMask*\20SkTLazy::init\28unsigned\20char\20const*&&\2c\20SkIRect\20const&\2c\20unsigned\20int\20const&\2c\20SkMask::Format\20const&\29 +8067:SkMask*\20SkTLazy::init\28SkMaskBuilder&\29 +8068:SkMallocPixelRef::MakeAllocate\28SkImageInfo\20const&\2c\20unsigned\20long\29::PixelRef::~PixelRef\28\29 +8069:SkMakePixelRefWithProc\28int\2c\20int\2c\20unsigned\20long\2c\20void*\2c\20void\20\28*\29\28void*\2c\20void*\29\2c\20void*\29::PixelRef::~PixelRef\28\29 +8070:SkMakeBitmapShaderForPaint\28SkPaint\20const&\2c\20SkBitmap\20const&\2c\20SkTileMode\2c\20SkTileMode\2c\20SkSamplingOptions\20const&\2c\20SkMatrix\20const*\2c\20SkCopyPixelsMode\29 +8071:SkM44::preScale\28float\2c\20float\29 +8072:SkM44::preConcat\28SkM44\20const&\29 +8073:SkM44::postTranslate\28float\2c\20float\2c\20float\29 +8074:SkM44::isFinite\28\29\20const +8075:SkM44::RectToRect\28SkRect\20const&\2c\20SkRect\20const&\29 +8076:SkLinearColorSpaceLuminance::toLuma\28float\2c\20float\29\20const +8077:SkLineParameters::normalize\28\29 +8078:SkLineParameters::cubicEndPoints\28SkDCubic\20const&\29 +8079:SkLineClipper::ClipLine\28SkPoint\20const*\2c\20SkRect\20const&\2c\20SkPoint*\2c\20bool\29 +8080:SkLatticeIter::~SkLatticeIter\28\29 +8081:SkLatticeIter::next\28SkIRect*\2c\20SkRect*\2c\20bool*\2c\20unsigned\20int*\29 +8082:SkLatticeIter::SkLatticeIter\28SkCanvas::Lattice\20const&\2c\20SkRect\20const&\29 +8083:SkLRUCache>\2c\20skia::textlayout::ParagraphCache::KeyHash\2c\20SkNoOpPurge>::find\28skia::textlayout::ParagraphCacheKey\20const&\29 +8084:SkLRUCache>\2c\20GrGLGpu::ProgramCache::DescHash\2c\20SkNoOpPurge>::insert\28SkLRUCache>\2c\20GrGLGpu::ProgramCache::DescHash\2c\20SkNoOpPurge>::Entry*\29 +8085:SkLRUCache>\2c\20GrGLGpu::ProgramCache::DescHash\2c\20SkNoOpPurge>::find\28GrProgramDesc\20const&\29 +8086:SkKnownRuntimeEffects::\28anonymous\20namespace\29::make_matrix_conv_shader\28SkKnownRuntimeEffects::\28anonymous\20namespace\29::MatrixConvolutionImpl\2c\20SkKnownRuntimeEffects::StableKey\29::$_0::operator\28\29\28int\2c\20SkRuntimeEffect::Options\20const&\29\20const +8087:SkIsSimplePolygon\28SkPoint\20const*\2c\20int\29 +8088:SkIsConvexPolygon\28SkPoint\20const*\2c\20int\29 +8089:SkInvert3x3Matrix\28float\20const*\2c\20float*\29 +8090:SkIntersections::quadVertical\28SkPoint\20const*\2c\20float\2c\20float\2c\20float\2c\20bool\29 +8091:SkIntersections::quadLine\28SkPoint\20const*\2c\20SkPoint\20const*\29 +8092:SkIntersections::quadHorizontal\28SkPoint\20const*\2c\20float\2c\20float\2c\20float\2c\20bool\29 +8093:SkIntersections::mostOutside\28double\2c\20double\2c\20SkDPoint\20const&\29\20const +8094:SkIntersections::lineVertical\28SkPoint\20const*\2c\20float\2c\20float\2c\20float\2c\20bool\29 +8095:SkIntersections::lineHorizontal\28SkPoint\20const*\2c\20float\2c\20float\2c\20float\2c\20bool\29 +8096:SkIntersections::intersect\28SkDCubic\20const&\2c\20SkDQuad\20const&\29 +8097:SkIntersections::intersect\28SkDCubic\20const&\2c\20SkDConic\20const&\29 +8098:SkIntersections::intersect\28SkDConic\20const&\2c\20SkDQuad\20const&\29 +8099:SkIntersections::insertCoincident\28double\2c\20double\2c\20SkDPoint\20const&\29 +8100:SkIntersections::cubicVertical\28SkPoint\20const*\2c\20float\2c\20float\2c\20float\2c\20bool\29 +8101:SkIntersections::cubicLine\28SkPoint\20const*\2c\20SkPoint\20const*\29 +8102:SkIntersections::cubicHorizontal\28SkPoint\20const*\2c\20float\2c\20float\2c\20float\2c\20bool\29 +8103:SkIntersections::conicVertical\28SkPoint\20const*\2c\20float\2c\20float\2c\20float\2c\20float\2c\20bool\29 +8104:SkIntersections::conicLine\28SkPoint\20const*\2c\20float\2c\20SkPoint\20const*\29 +8105:SkIntersections::conicHorizontal\28SkPoint\20const*\2c\20float\2c\20float\2c\20float\2c\20float\2c\20bool\29 +8106:SkImages::RasterFromPixmap\28SkPixmap\20const&\2c\20void\20\28*\29\28void\20const*\2c\20void*\29\2c\20void*\29 +8107:SkImages::RasterFromData\28SkImageInfo\20const&\2c\20sk_sp\2c\20unsigned\20long\29 +8108:SkImage_Raster::~SkImage_Raster\28\29 +8109:SkImage_Raster::onPeekMips\28\29\20const +8110:SkImage_Raster::onPeekBitmap\28\29\20const +8111:SkImage_Raster::SkImage_Raster\28SkBitmap\20const&\2c\20bool\29 +8112:SkImage_Picture::Make\28sk_sp\2c\20SkISize\20const&\2c\20SkMatrix\20const*\2c\20SkPaint\20const*\2c\20SkImages::BitDepth\2c\20sk_sp\2c\20SkSurfaceProps\29 +8113:SkImage_Lazy::~SkImage_Lazy\28\29 +8114:SkImage_Lazy::onMakeSurface\28SkRecorder*\2c\20SkImageInfo\20const&\29\20const +8115:SkImage_GaneshBase::~SkImage_GaneshBase\28\29 +8116:SkImage_GaneshBase::SkImage_GaneshBase\28sk_sp\2c\20SkImageInfo\2c\20unsigned\20int\29 +8117:SkImage_Base::onAsyncRescaleAndReadPixelsYUV420\28SkYUVColorSpace\2c\20bool\2c\20sk_sp\2c\20SkIRect\2c\20SkISize\2c\20SkImage::RescaleGamma\2c\20SkImage::RescaleMode\2c\20void\20\28*\29\28void*\2c\20std::__2::unique_ptr>\29\2c\20void*\29\20const +8118:SkImage_Base::onAsLegacyBitmap\28GrDirectContext*\2c\20SkBitmap*\29\20const +8119:SkImageShader::~SkImageShader\28\29 +8120:SkImageShader::appendStages\28SkStageRec\20const&\2c\20SkShaders::MatrixRec\20const&\29\20const::$_3::operator\28\29\28\28anonymous\20namespace\29::MipLevelHelper\20const*\29\20const +8121:SkImageShader::appendStages\28SkStageRec\20const&\2c\20SkShaders::MatrixRec\20const&\29\20const::$_1::operator\28\29\28\28anonymous\20namespace\29::MipLevelHelper\20const*\29\20const +8122:SkImageInfoValidConversion\28SkImageInfo\20const&\2c\20SkImageInfo\20const&\29 +8123:SkImageGenerator::SkImageGenerator\28SkImageInfo\20const&\2c\20unsigned\20int\29 +8124:SkImageFilters::Crop\28SkRect\20const&\2c\20sk_sp\29 +8125:SkImageFilters::Blur\28float\2c\20float\2c\20SkTileMode\2c\20sk_sp\2c\20SkImageFilters::CropRect\20const&\29 +8126:SkImageFilter_Base::getInputBounds\28skif::Mapping\20const&\2c\20skif::DeviceSpace\20const&\2c\20std::__2::optional>\29\20const +8127:SkImageFilterCache::Get\28SkImageFilterCache::CreateIfNecessary\29 +8128:SkImageFilterCache::Create\28unsigned\20long\29 +8129:SkImage::~SkImage\28\29 +8130:SkImage::peekPixels\28SkPixmap*\29\20const +8131:SkImage::makeShader\28SkTileMode\2c\20SkTileMode\2c\20SkSamplingOptions\20const&\2c\20SkMatrix\20const*\29\20const +8132:SkImage::makeRasterImage\28GrDirectContext*\2c\20SkImage::CachingHint\29\20const +8133:SkIcuBreakIteratorCache::purgeIfNeeded\28\29 +8134:SkIcuBreakIteratorCache::makeBreakIterator\28SkUnicode::BreakType\2c\20char\20const*\29::'lambda'\28SkIcuBreakIteratorCache::Request\20const&\29::operator\28\29\28SkIcuBreakIteratorCache::Request\20const&\29\20const +8135:SkIcuBreakIteratorCache::Request::operator==\28SkIcuBreakIteratorCache::Request\20const&\29\20const +8136:SkIcuBreakIteratorCache::Request::Request\28SkUnicode::BreakType\2c\20char\20const*\29 +8137:SkIRect::offset\28SkIPoint\20const&\29 +8138:SkIRect::containsNoEmptyCheck\28SkIRect\20const&\29\20const +8139:SkGradientShader::MakeTwoPointConical\28SkPoint\20const&\2c\20float\2c\20SkPoint\20const&\2c\20float\2c\20SkRGBA4f<\28SkAlphaType\293>\20const*\2c\20sk_sp\2c\20float\20const*\2c\20int\2c\20SkTileMode\2c\20SkGradientShader::Interpolation\20const&\2c\20SkMatrix\20const*\29 +8140:SkGradientShader::MakeLinear\28SkPoint\20const*\2c\20SkRGBA4f<\28SkAlphaType\293>\20const*\2c\20sk_sp\2c\20float\20const*\2c\20int\2c\20SkTileMode\2c\20SkGradientShader::Interpolation\20const&\2c\20SkMatrix\20const*\29 +8141:SkGradientBaseShader::~SkGradientBaseShader\28\29 +8142:SkGradientBaseShader::getPos\28int\29\20const +8143:SkGradientBaseShader::AppendGradientFillStages\28SkRasterPipeline*\2c\20SkArenaAlloc*\2c\20SkRGBA4f<\28SkAlphaType\292>\20const*\2c\20float\20const*\2c\20int\29 +8144:SkGlyph::mask\28SkPoint\29\20const +8145:SkGlyph::ensureIntercepts\28float\20const*\2c\20float\2c\20float\2c\20float*\2c\20int*\2c\20SkArenaAlloc*\29::$_1::operator\28\29\28SkGlyph::Intercept\20const*\2c\20float*\2c\20int*\29\20const +8146:SkGenerateDistanceFieldFromA8Image\28unsigned\20char*\2c\20unsigned\20char\20const*\2c\20int\2c\20int\2c\20unsigned\20long\29 +8147:SkGaussFilter::SkGaussFilter\28double\29 +8148:SkFrameHolder::setAlphaAndRequiredFrame\28SkFrame*\29 +8149:SkFrame::fillIn\28SkCodec::FrameInfo*\2c\20bool\29\20const +8150:SkFontStyleSet_Custom::~SkFontStyleSet_Custom\28\29 +8151:SkFontStyleSet::CreateEmpty\28\29 +8152:SkFontScanner_FreeType::~SkFontScanner_FreeType\28\29 +8153:SkFontScanner_FreeType::scanInstance\28SkStreamAsset*\2c\20int\2c\20int\2c\20SkString*\2c\20SkFontStyle*\2c\20bool*\2c\20skia_private::STArray<4\2c\20SkFontParameters::Variation::Axis\2c\20true>*\2c\20skia_private::STArray<4\2c\20SkFontArguments::VariationPosition::Coordinate\2c\20true>*\29\20const +8154:SkFontScanner_FreeType::computeAxisValues\28skia_private::STArray<4\2c\20SkFontParameters::Variation::Axis\2c\20true>\20const&\2c\20SkFontArguments::VariationPosition\2c\20SkFontArguments::VariationPosition\2c\20int*\2c\20SkString\20const&\2c\20SkFontStyle*\29 +8155:SkFontScanner_FreeType::SkFontScanner_FreeType\28\29 +8156:SkFontPriv::MakeTextMatrix\28float\2c\20float\2c\20float\29 +8157:SkFontPriv::GetFontBounds\28SkFont\20const&\29 +8158:SkFontMgr_Custom::~SkFontMgr_Custom\28\29 +8159:SkFontMgr_Custom::onMakeFromStreamArgs\28std::__2::unique_ptr>\2c\20SkFontArguments\20const&\29\20const +8160:SkFontDescriptor::SkFontStyleWidthForWidthAxisValue\28float\29 +8161:SkFontData::~SkFontData\28\29 +8162:SkFontData::SkFontData\28std::__2::unique_ptr>\2c\20int\2c\20int\2c\20int\20const*\2c\20int\2c\20SkFontArguments::Palette::Override\20const*\2c\20int\29 +8163:SkFont::operator==\28SkFont\20const&\29\20const +8164:SkFont::getPaths\28SkSpan\2c\20void\20\28*\29\28SkPath\20const*\2c\20SkMatrix\20const&\2c\20void*\29\2c\20void*\29\20const +8165:SkFloatInterpFunc\28float\2c\20float\20const*\2c\20float\20const*\2c\20int\29 +8166:SkFindCubicInflections\28SkPoint\20const*\2c\20float*\29 +8167:SkFindCubicExtrema\28float\2c\20float\2c\20float\2c\20float\2c\20float*\29 +8168:SkFindBisector\28SkPoint\2c\20SkPoint\29 +8169:SkFibBlockSizes<4294967295u>::SkFibBlockSizes\28unsigned\20int\2c\20unsigned\20int\29::'lambda0'\28\29::operator\28\29\28\29\20const +8170:SkFibBlockSizes<4294967295u>::SkFibBlockSizes\28unsigned\20int\2c\20unsigned\20int\29::'lambda'\28\29::operator\28\29\28\29\20const +8171:SkFILEStream::~SkFILEStream\28\29 +8172:SkExif::parse_ifd\28SkExif::Metadata&\2c\20sk_sp\2c\20std::__2::unique_ptr>\2c\20bool\2c\20bool\29 +8173:SkEvalQuadTangentAt\28SkPoint\20const*\2c\20float\29 +8174:SkEvalQuadAt\28SkPoint\20const*\2c\20float\2c\20SkPoint*\2c\20SkPoint*\29 +8175:SkEncodedInfo::makeImageInfo\28\29\20const +8176:SkEncodedInfo::Make\28int\2c\20int\2c\20SkEncodedInfo::Color\2c\20SkEncodedInfo::Alpha\2c\20int\2c\20std::__2::unique_ptr>\29 +8177:SkEdgeClipper::next\28SkPoint*\29 +8178:SkEdgeClipper::clipQuad\28SkPoint\20const*\2c\20SkRect\20const&\29 +8179:SkEdgeClipper::clipLine\28SkPoint\2c\20SkPoint\2c\20SkRect\20const&\29 +8180:SkEdgeClipper::appendCubic\28SkPoint\20const*\2c\20bool\29 +8181:SkEdgeClipper::ClipPath\28SkPathRaw\20const&\2c\20SkRect\20const&\2c\20bool\2c\20void\20\28*\29\28SkEdgeClipper*\2c\20bool\2c\20void*\29\2c\20void*\29 +8182:SkEdgeBuilder::build\28SkPathRaw\20const&\2c\20SkIRect\20const*\2c\20bool\29::$_1::operator\28\29\28SkPoint\20const*\29\20const +8183:SkEdgeBuilder::buildEdges\28SkPathRaw\20const&\2c\20SkIRect\20const*\29 +8184:SkEdgeBuilder::SkEdgeBuilder\28\29 +8185:SkEdge::updateLine\28int\2c\20int\2c\20int\2c\20int\29 +8186:SkDynamicMemoryWStream::reset\28\29 +8187:SkDynamicMemoryWStream::Block::append\28void\20const*\2c\20unsigned\20long\29 +8188:SkDrawableList::newDrawableSnapshot\28\29 +8189:SkDrawShadowMetrics::GetSpotShadowTransform\28SkPoint3\20const&\2c\20float\2c\20SkMatrix\20const&\2c\20SkPoint3\20const&\2c\20SkRect\20const&\2c\20bool\2c\20SkMatrix*\2c\20float*\29 +8190:SkDevice::setOrigin\28SkM44\20const&\2c\20int\2c\20int\29 +8191:SkDevice::setDeviceCoordinateSystem\28SkM44\20const&\2c\20SkM44\20const&\2c\20SkM44\20const&\2c\20int\2c\20int\29 +8192:SkDevice::drawSpecial\28SkSpecialImage*\2c\20SkMatrix\20const&\2c\20SkSamplingOptions\20const&\2c\20SkPaint\20const&\2c\20SkCanvas::SrcRectConstraint\29 +8193:SkDevice::drawShadow\28SkCanvas*\2c\20SkPath\20const&\2c\20SkDrawShadowRec\20const&\29 +8194:SkDevice::drawDevice\28SkDevice*\2c\20SkSamplingOptions\20const&\2c\20SkPaint\20const&\29 +8195:SkDevice::drawArc\28SkArc\20const&\2c\20SkPaint\20const&\29 +8196:SkDescriptor::addEntry\28unsigned\20int\2c\20unsigned\20long\2c\20void\20const*\29 +8197:SkDeque::push_back\28\29 +8198:SkDeque::allocateBlock\28int\29 +8199:SkDeque::Iter::Iter\28SkDeque\20const&\2c\20SkDeque::Iter::IterStart\29 +8200:SkData::shareSubset\28unsigned\20long\2c\20unsigned\20long\29::$_0::__invoke\28void\20const*\2c\20void*\29 +8201:SkDashPath::InternalFilter\28SkPathBuilder*\2c\20SkPath\20const&\2c\20SkStrokeRec*\2c\20SkRect\20const*\2c\20SkSpan\2c\20float\2c\20int\2c\20float\2c\20float\2c\20SkDashPath::StrokeRecApplication\29 +8202:SkDashPath::CalcDashParameters\28float\2c\20SkSpan\2c\20float*\2c\20unsigned\20long*\2c\20float*\2c\20float*\29 +8203:SkDashImpl::~SkDashImpl\28\29 +8204:SkDRect::setBounds\28SkDQuad\20const&\2c\20SkDQuad\20const&\2c\20double\2c\20double\29 +8205:SkDRect::setBounds\28SkDCubic\20const&\2c\20SkDCubic\20const&\2c\20double\2c\20double\29 +8206:SkDRect::setBounds\28SkDConic\20const&\2c\20SkDConic\20const&\2c\20double\2c\20double\29 +8207:SkDQuad::subDivide\28double\2c\20double\29\20const +8208:SkDQuad::otherPts\28int\2c\20SkDPoint\20const**\29\20const +8209:SkDQuad::isLinear\28int\2c\20int\29\20const +8210:SkDQuad::hullIntersects\28SkDQuad\20const&\2c\20bool*\29\20const +8211:SkDQuad::FindExtrema\28double\20const*\2c\20double*\29 +8212:SkDQuad::AddValidTs\28double*\2c\20int\2c\20double*\29 +8213:SkDPoint::roughlyEqual\28SkDPoint\20const&\29\20const +8214:SkDPoint::approximatelyDEqual\28SkDPoint\20const&\29\20const +8215:SkDCurveSweep::setCurveHullSweep\28SkPath::Verb\29 +8216:SkDCubic::monotonicInY\28\29\20const +8217:SkDCubic::monotonicInX\28\29\20const +8218:SkDCubic::hullIntersects\28SkDQuad\20const&\2c\20bool*\29\20const +8219:SkDCubic::hullIntersects\28SkDPoint\20const*\2c\20int\2c\20bool*\29\20const +8220:SkDCubic::Coefficients\28double\20const*\2c\20double*\2c\20double*\2c\20double*\2c\20double*\29 +8221:SkDConic::subDivide\28double\2c\20double\29\20const +8222:SkDConic::FindExtrema\28double\20const*\2c\20float\2c\20double*\29 +8223:SkCubics::RootsReal\28double\2c\20double\2c\20double\2c\20double\2c\20double*\29 +8224:SkCubicEdge::nextSegment\28\29 +8225:SkCubicClipper::ChopMonoAtY\28SkPoint\20const*\2c\20float\2c\20float*\29 +8226:SkCreateRasterPipelineBlitter\28SkPixmap\20const&\2c\20SkPaint\20const&\2c\20SkRasterPipeline\20const&\2c\20bool\2c\20SkArenaAlloc*\2c\20sk_sp\29 +8227:SkCreateRasterPipelineBlitter\28SkPixmap\20const&\2c\20SkPaint\20const&\2c\20SkMatrix\20const&\2c\20SkArenaAlloc*\2c\20sk_sp\2c\20SkSurfaceProps\20const&\2c\20SkRect\20const&\29 +8228:SkContourMeasureIter::SkContourMeasureIter\28SkPath\20const&\2c\20bool\2c\20float\29 +8229:SkContourMeasureIter::Impl::compute_line_seg\28SkPoint\2c\20SkPoint\2c\20float\2c\20unsigned\20int\29 +8230:SkContourMeasure::~SkContourMeasure\28\29 +8231:SkContourMeasure::getSegment\28float\2c\20float\2c\20SkPathBuilder*\2c\20bool\29\20const +8232:SkConicalGradient::getCenterX1\28\29\20const +8233:SkConic::evalTangentAt\28float\29\20const +8234:SkConic::chop\28SkConic*\29\20const +8235:SkConic::chopIntoQuadsPOW2\28SkPoint*\2c\20int\29\20const +8236:SkComposeColorFilter::~SkComposeColorFilter\28\29 +8237:SkColorTypeValidateAlphaType\28SkColorType\2c\20SkAlphaType\2c\20SkAlphaType*\29 +8238:SkColorToPMColor4f\28unsigned\20int\2c\20GrColorInfo\20const&\29 +8239:SkColorSpaceXformColorFilter::~SkColorSpaceXformColorFilter\28\29 +8240:SkColorSpaceSingletonFactory::Make\28skcms_TransferFunction\20const&\2c\20skcms_Matrix3x3\20const&\29 +8241:SkColorSpaceLuminance::Fetch\28float\29 +8242:SkColorSpace::toProfile\28skcms_ICCProfile*\29\20const +8243:SkColorSpace::makeLinearGamma\28\29\20const +8244:SkColorSpace::gamutTransformTo\28SkColorSpace\20const*\2c\20skcms_Matrix3x3*\29\20const +8245:SkColorSpace::computeLazyDstFields\28\29\20const +8246:SkColorSpace::SkColorSpace\28skcms_TransferFunction\20const&\2c\20skcms_Matrix3x3\20const&\29 +8247:SkColorFilters::Matrix\28float\20const*\2c\20SkColorFilters::Clamp\29 +8248:SkColorFilterShader::~SkColorFilterShader\28\29 +8249:SkColorFilterShader::Make\28sk_sp\2c\20float\2c\20sk_sp\29 +8250:SkColor4fXformer::~SkColor4fXformer\28\29 +8251:SkColor4fXformer::SkColor4fXformer\28SkGradientBaseShader\20const*\2c\20SkColorSpace*\2c\20bool\29 +8252:SkCoincidentSpans::contains\28SkOpPtT\20const*\2c\20SkOpPtT\20const*\29\20const +8253:SkCodec::startScanlineDecode\28SkImageInfo\20const&\2c\20SkCodec::Options\20const*\29 +8254:SkCodec::startIncrementalDecode\28SkImageInfo\20const&\2c\20void*\2c\20unsigned\20long\2c\20SkCodec::Options\20const*\29 +8255:SkCodec::onGetYUVAPlanes\28SkYUVAPixmaps\20const&\29 +8256:SkCodec::initializeColorXform\28SkImageInfo\20const&\2c\20SkEncodedInfo::Alpha\2c\20bool\29 +8257:SkChopQuadAtMaxCurvature\28SkPoint\20const*\2c\20SkPoint*\29 +8258:SkChopQuadAtHalf\28SkPoint\20const*\2c\20SkPoint*\29 +8259:SkChopCubicAt\28SkPoint\20const*\2c\20SkPoint*\2c\20float\2c\20float\29 +8260:SkChopCubicAtInflections\28SkPoint\20const*\2c\20SkPoint*\29 +8261:SkChooseA8Blitter\28SkPixmap\20const&\2c\20SkMatrix\20const&\2c\20SkPaint\20const&\2c\20SkArenaAlloc*\2c\20SkDrawCoverage\2c\20sk_sp\29 +8262:SkCharToGlyphCache::reset\28\29 +8263:SkCharToGlyphCache::findGlyphIndex\28int\29\20const +8264:SkCanvasVirtualEnforcer::SkCanvasVirtualEnforcer\28SkIRect\20const&\29 +8265:SkCanvasPriv::WriteLattice\28void*\2c\20SkCanvas::Lattice\20const&\29 +8266:SkCanvasPriv::GetDstClipAndMatrixCounts\28SkCanvas::ImageSetEntry\20const*\2c\20int\2c\20int*\2c\20int*\29 +8267:SkCanvas::setMatrix\28SkMatrix\20const&\29 +8268:SkCanvas::internalSaveLayer\28SkCanvas::SaveLayerRec\20const&\2c\20SkCanvas::SaveLayerStrategy\2c\20bool\29 +8269:SkCanvas::internalDrawPaint\28SkPaint\20const&\29 +8270:SkCanvas::experimental_DrawEdgeAAImageSet\28SkCanvas::ImageSetEntry\20const*\2c\20int\2c\20SkPoint\20const*\2c\20SkMatrix\20const*\2c\20SkSamplingOptions\20const&\2c\20SkPaint\20const*\2c\20SkCanvas::SrcRectConstraint\29 +8271:SkCanvas::drawTextBlob\28sk_sp\20const&\2c\20float\2c\20float\2c\20SkPaint\20const&\29 +8272:SkCanvas::drawPicture\28sk_sp\20const&\2c\20SkMatrix\20const*\2c\20SkPaint\20const*\29 +8273:SkCanvas::drawPicture\28SkPicture\20const*\29 +8274:SkCanvas::drawImageLattice\28SkImage\20const*\2c\20SkCanvas::Lattice\20const&\2c\20SkRect\20const&\2c\20SkFilterMode\2c\20SkPaint\20const*\29 +8275:SkCanvas::drawDRRect\28SkRRect\20const&\2c\20SkRRect\20const&\2c\20SkPaint\20const&\29 +8276:SkCanvas::drawArc\28SkRect\20const&\2c\20float\2c\20float\2c\20bool\2c\20SkPaint\20const&\29 +8277:SkCanvas::didTranslate\28float\2c\20float\29 +8278:SkCanvas::clipPath\28SkPath\20const&\2c\20bool\29 +8279:SkCanvas::clipIRect\28SkIRect\20const&\2c\20SkClipOp\29 +8280:SkCachedData::setData\28void*\29 +8281:SkCachedData::internalUnref\28bool\29\20const +8282:SkCachedData::internalRef\28bool\29\20const +8283:SkCachedData::SkCachedData\28void*\2c\20unsigned\20long\29 +8284:SkCachedData::SkCachedData\28unsigned\20long\2c\20SkDiscardableMemory*\29 +8285:SkCTMShader::isOpaque\28\29\20const +8286:SkBulkGlyphMetricsAndPaths::glyphs\28SkSpan\29 +8287:SkBreakIterator_icu::~SkBreakIterator_icu\28\29 +8288:SkBlurMaskFilterImpl::filterRectMask\28SkMaskBuilder*\2c\20SkRect\20const&\2c\20SkMatrix\20const&\2c\20SkIPoint*\2c\20SkMaskBuilder::CreateMode\29\20const +8289:SkBlurMask::ComputeBlurredScanline\28unsigned\20char*\2c\20unsigned\20char\20const*\2c\20unsigned\20int\2c\20float\29 +8290:SkBlockAllocator::addBlock\28int\2c\20int\29 +8291:SkBlockAllocator::BlockIter::Item::advance\28SkBlockAllocator::Block*\29 +8292:SkBlitter::blitV\28int\2c\20int\2c\20int\2c\20unsigned\20char\29 +8293:SkBlitter::blitRectRegion\28SkIRect\20const&\2c\20SkRegion\20const&\29 +8294:SkBlitter::Choose\28SkPixmap\20const&\2c\20SkMatrix\20const&\2c\20SkPaint\20const&\2c\20SkArenaAlloc*\2c\20SkDrawCoverage\2c\20sk_sp\2c\20SkSurfaceProps\20const&\2c\20SkRect\20const&\29 +8295:SkBlitter::ChooseSprite\28SkPixmap\20const&\2c\20SkPaint\20const&\2c\20SkPixmap\20const&\2c\20int\2c\20int\2c\20SkArenaAlloc*\2c\20sk_sp\29 +8296:SkBlenderBase::affectsTransparentBlack\28\29\20const +8297:SkBlendShader::~SkBlendShader\28\29 +8298:SkBlendShader::SkBlendShader\28SkBlendMode\2c\20sk_sp\2c\20sk_sp\29 +8299:SkBitmapDevice::~SkBitmapDevice\28\29 +8300:SkBitmapDevice::onPeekPixels\28SkPixmap*\29 +8301:SkBitmapDevice::getRasterHandle\28\29\20const +8302:SkBitmapDevice::drawRect\28SkRect\20const&\2c\20SkPaint\20const&\29 +8303:SkBitmapDevice::SkBitmapDevice\28skcpu::RecorderImpl*\2c\20SkBitmap\20const&\2c\20SkSurfaceProps\20const&\2c\20void*\29 +8304:SkBitmapDevice::BDDraw::~BDDraw\28\29 +8305:SkBitmapCache::Rec::~Rec\28\29 +8306:SkBitmapCache::Rec::install\28SkBitmap*\29 +8307:SkBitmapCache::Rec::diagnostic_only_getDiscardable\28\29\20const +8308:SkBitmapCache::Find\28SkBitmapCacheDesc\20const&\2c\20SkBitmap*\29 +8309:SkBitmapCache::Alloc\28SkBitmapCacheDesc\20const&\2c\20SkImageInfo\20const&\2c\20SkPixmap*\29 +8310:SkBitmap::tryAllocPixels\28SkImageInfo\20const&\2c\20unsigned\20long\29 +8311:SkBitmap::readPixels\28SkPixmap\20const&\29\20const +8312:SkBitmap::makeShader\28SkTileMode\2c\20SkTileMode\2c\20SkSamplingOptions\20const&\2c\20SkMatrix\20const&\29\20const +8313:SkBitmap::installPixels\28SkPixmap\20const&\29 +8314:SkBitmap::eraseColor\28unsigned\20int\29\20const +8315:SkBitmap::allocPixels\28SkImageInfo\20const&\2c\20unsigned\20long\29 +8316:SkBinaryWriteBuffer::writeFlattenable\28SkFlattenable\20const*\29 +8317:SkBinaryWriteBuffer::writeColor4f\28SkRGBA4f<\28SkAlphaType\293>\20const&\29 +8318:SkBigPicture::~SkBigPicture\28\29 +8319:SkBigPicture::cullRect\28\29\20const +8320:SkBigPicture::SnapshotArray::~SnapshotArray\28\29 +8321:SkBigPicture::SkBigPicture\28SkRect\20const&\2c\20sk_sp\2c\20std::__2::unique_ptr>\2c\20sk_sp\2c\20unsigned\20long\29 +8322:SkBidiFactory::MakeIterator\28unsigned\20short\20const*\2c\20int\2c\20SkBidiIterator::Direction\29\20const +8323:SkBezierCubic::Subdivide\28double\20const*\2c\20double\2c\20double*\29 +8324:SkBasicEdgeBuilder::~SkBasicEdgeBuilder\28\29 +8325:SkBasicEdgeBuilder::recoverClip\28SkIRect\20const&\29\20const +8326:SkBaseShadowTessellator::releaseVertices\28\29 +8327:SkBaseShadowTessellator::handleQuad\28SkPoint\20const*\29 +8328:SkBaseShadowTessellator::handleQuad\28SkMatrix\20const&\2c\20SkPoint*\29 +8329:SkBaseShadowTessellator::handleLine\28SkMatrix\20const&\2c\20SkPoint*\29 +8330:SkBaseShadowTessellator::handleCubic\28SkMatrix\20const&\2c\20SkPoint*\29 +8331:SkBaseShadowTessellator::handleConic\28SkMatrix\20const&\2c\20SkPoint*\2c\20float\29 +8332:SkBaseShadowTessellator::finishPathPolygon\28\29 +8333:SkBaseShadowTessellator::computeConvexShadow\28float\2c\20float\2c\20bool\29 +8334:SkBaseShadowTessellator::computeConcaveShadow\28float\2c\20float\29 +8335:SkBaseShadowTessellator::clipUmbraPoint\28SkPoint\20const&\2c\20SkPoint\20const&\2c\20SkPoint*\29 +8336:SkBaseShadowTessellator::checkConvexity\28SkPoint\20const&\2c\20SkPoint\20const&\2c\20SkPoint\20const&\29 +8337:SkBaseShadowTessellator::appendQuad\28unsigned\20short\2c\20unsigned\20short\2c\20unsigned\20short\2c\20unsigned\20short\29 +8338:SkBaseShadowTessellator::addInnerPoint\28SkPoint\20const&\2c\20unsigned\20int\2c\20SkTDArray\20const&\2c\20int*\29 +8339:SkBaseShadowTessellator::addEdge\28SkPoint\20const&\2c\20SkPoint\20const&\2c\20unsigned\20int\2c\20SkTDArray\20const&\2c\20bool\2c\20bool\29 +8340:SkBaseShadowTessellator::addArc\28SkPoint\20const&\2c\20float\2c\20bool\29 +8341:SkBaseShadowTessellator::accumulateCentroid\28SkPoint\20const&\2c\20SkPoint\20const&\29 +8342:SkAutoSMalloc<1024ul>::reset\28unsigned\20long\2c\20SkAutoMalloc::OnShrink\2c\20bool*\29 +8343:SkAutoPixmapStorage::reset\28SkImageInfo\20const&\2c\20void\20const*\2c\20unsigned\20long\29 +8344:SkAutoMalloc::SkAutoMalloc\28unsigned\20long\29 +8345:SkAutoDescriptor::reset\28unsigned\20long\29 +8346:SkAutoDescriptor::reset\28SkDescriptor\20const&\29 +8347:SkAutoCanvasMatrixPaint::~SkAutoCanvasMatrixPaint\28\29 +8348:SkAutoCanvasMatrixPaint::SkAutoCanvasMatrixPaint\28SkCanvas*\2c\20SkMatrix\20const*\2c\20SkPaint\20const*\2c\20SkRect\20const&\29 +8349:SkAutoBlitterChoose::choose\28skcpu::Draw\20const&\2c\20SkMatrix\20const*\2c\20SkPaint\20const&\2c\20SkRect\20const&\2c\20SkDrawCoverage\29 +8350:SkArenaAlloc::ensureSpace\28unsigned\20int\2c\20unsigned\20int\29 +8351:SkAnimatedImage::~SkAnimatedImage\28\29 +8352:SkAnimatedImage::simple\28\29\20const +8353:SkAnimatedImage::getCurrentFrameSimple\28\29 +8354:SkAnimatedImage::decodeNextFrame\28\29 +8355:SkAnimatedImage::Make\28std::__2::unique_ptr>\2c\20SkImageInfo\20const&\2c\20SkIRect\2c\20sk_sp\29 +8356:SkAnimatedImage::Frame::operator=\28SkAnimatedImage::Frame&&\29 +8357:SkAnimatedImage::Frame::init\28SkImageInfo\20const&\2c\20SkAnimatedImage::Frame::OnInit\29 +8358:SkAndroidCodecAdapter::~SkAndroidCodecAdapter\28\29 +8359:SkAndroidCodec::~SkAndroidCodec\28\29 +8360:SkAndroidCodec::getAndroidPixels\28SkImageInfo\20const&\2c\20void*\2c\20unsigned\20long\2c\20SkAndroidCodec::AndroidOptions\20const*\29 +8361:SkAnalyticEdgeBuilder::combineVertical\28SkAnalyticEdge\20const*\2c\20SkAnalyticEdge*\29 +8362:SkAnalyticEdge::update\28int\29 +8363:SkAnalyticEdge::updateLine\28int\2c\20int\2c\20int\2c\20int\2c\20int\29 +8364:SkAnalyticEdge::setLine\28SkPoint\20const&\2c\20SkPoint\20const&\29 +8365:SkAlphaRuns::BreakAt\28short*\2c\20unsigned\20char*\2c\20int\29 +8366:SkAAClip::operator=\28SkAAClip\20const&\29 +8367:SkAAClip::op\28SkIRect\20const&\2c\20SkClipOp\29 +8368:SkAAClip::isRect\28\29\20const +8369:SkAAClip::RunHead::Iterate\28SkAAClip\20const&\29 +8370:SkAAClip::Builder::~Builder\28\29 +8371:SkAAClip::Builder::flushRow\28bool\29 +8372:SkAAClip::Builder::finish\28SkAAClip*\29 +8373:SkAAClip::Builder::Blitter::blitAntiH\28int\2c\20int\2c\20unsigned\20char\20const*\2c\20short\20const*\29 +8374:SkA8_Coverage_Blitter::~SkA8_Coverage_Blitter\28\29 +8375:SkA8_Coverage_Blitter*\20SkArenaAlloc::make\28SkPixmap\20const&\2c\20SkPaint\20const&\29 +8376:SkA8_Blitter::~SkA8_Blitter\28\29 +8377:SimpleVFilter16_C +8378:SimpleHFilter16_C +8379:ShiftBytes +8380:Shift +8381:SharedGenerator::Make\28std::__2::unique_ptr>\29 +8382:SetSuperRound +8383:RuntimeEffectRPCallbacks::applyColorSpaceXform\28SkColorSpaceXformSteps\20const&\2c\20void\20const*\29 +8384:RunBasedAdditiveBlitter::~RunBasedAdditiveBlitter\28\29_5041 +8385:RunBasedAdditiveBlitter::advanceRuns\28\29 +8386:RunBasedAdditiveBlitter::RunBasedAdditiveBlitter\28SkBlitter*\2c\20SkIRect\20const&\2c\20SkIRect\20const&\2c\20bool\29 +8387:RgnOper::addSpan\28int\2c\20int\20const*\2c\20int\20const*\29 +8388:ReflexHash::hash\28TriangulationVertex*\29\20const +8389:ReadImageInfo +8390:ReadHuffmanCode +8391:ReadBase128 +8392:PredictorAdd2_C +8393:PredictorAdd1_C +8394:PredictorAdd0_C +8395:PorterDuffXferProcessor::onIsEqual\28GrXferProcessor\20const&\29\20const +8396:PlaneCodeToDistance +8397:PathSegment::init\28\29 +8398:ParseSingleImage +8399:ParseHeadersInternal +8400:PS_Conv_Strtol +8401:PS_Conv_ASCIIHexDecode +8402:PDLCDXferProcessor::Make\28SkBlendMode\2c\20GrProcessorAnalysisColor\20const&\29 +8403:OffsetEdge::computeCrossingDistance\28OffsetEdge\20const*\29 +8404:OT::sbix::sanitize\28hb_sanitize_context_t*\29\20const +8405:OT::sbix::accelerator_t::reference_png\28hb_font_t*\2c\20unsigned\20int\2c\20int*\2c\20int*\2c\20unsigned\20int*\29\20const +8406:OT::sbix::accelerator_t::has_data\28\29\20const +8407:OT::sbix::accelerator_t::get_png_extents\28hb_font_t*\2c\20unsigned\20int\2c\20hb_glyph_extents_t*\2c\20bool\29\20const +8408:OT::post::sanitize\28hb_sanitize_context_t*\29\20const +8409:OT::maxp::sanitize\28hb_sanitize_context_t*\29\20const +8410:OT::kern::sanitize\28hb_sanitize_context_t*\29\20const +8411:OT::hmtxvmtx::accelerator_t::get_advance_with_var_unscaled\28unsigned\20int\2c\20hb_font_t*\2c\20float*\29\20const +8412:OT::head::sanitize\28hb_sanitize_context_t*\29\20const +8413:OT::hb_ot_layout_lookup_accelerator_t*\20OT::hb_ot_layout_lookup_accelerator_t::create\28OT::Layout::GSUB_impl::SubstLookup\20const&\29 +8414:OT::hb_ot_apply_context_t::skipping_iterator_t::may_skip\28hb_glyph_info_t\20const&\29\20const +8415:OT::hb_ot_apply_context_t::skipping_iterator_t::init\28OT::hb_ot_apply_context_t*\2c\20bool\29 +8416:OT::hb_ot_apply_context_t::matcher_t::may_skip\28OT::hb_ot_apply_context_t\20const*\2c\20hb_glyph_info_t\20const&\29\20const +8417:OT::hb_kern_machine_t::kern\28hb_font_t*\2c\20hb_buffer_t*\2c\20unsigned\20int\2c\20bool\29\20const +8418:OT::hb_accelerate_subtables_context_t::return_t\20OT::Context::dispatch\28OT::hb_accelerate_subtables_context_t*\29\20const +8419:OT::hb_accelerate_subtables_context_t::return_t\20OT::ChainContext::dispatch\28OT::hb_accelerate_subtables_context_t*\29\20const +8420:OT::gvar_GVAR\2c\201735811442u>::sanitize_shallow\28hb_sanitize_context_t*\29\20const +8421:OT::gvar_GVAR\2c\201735811442u>::get_offset\28unsigned\20int\2c\20unsigned\20int\29\20const +8422:OT::gvar_GVAR\2c\201735811442u>::accelerator_t::infer_delta\28hb_array_t\2c\20hb_array_t\2c\20unsigned\20int\2c\20unsigned\20int\2c\20unsigned\20int\2c\20float\20contour_point_t::*\29 +8423:OT::glyf_impl::composite_iter_tmpl::set_current\28OT::glyf_impl::CompositeGlyphRecord\20const*\29 +8424:OT::glyf_impl::composite_iter_tmpl::__next__\28\29 +8425:OT::glyf_impl::SimpleGlyph::read_points\28OT::IntType\20const*&\2c\20hb_array_t\2c\20OT::IntType\20const*\2c\20float\20contour_point_t::*\2c\20OT::glyf_impl::SimpleGlyph::simple_glyph_flag_t\2c\20OT::glyf_impl::SimpleGlyph::simple_glyph_flag_t\29 +8426:OT::glyf_impl::Glyph::get_composite_iterator\28\29\20const +8427:OT::glyf_impl::CompositeGlyphRecord::transform\28float\20const\20\28&\29\20\5b4\5d\2c\20hb_array_t\29 +8428:OT::glyf_impl::CompositeGlyphRecord::get_transformation\28float\20\28&\29\20\5b4\5d\2c\20contour_point_t&\29\20const +8429:OT::glyf_accelerator_t::get_extents\28hb_font_t*\2c\20unsigned\20int\2c\20hb_glyph_extents_t*\29\20const +8430:OT::fvar::sanitize\28hb_sanitize_context_t*\29\20const +8431:OT::cmap::sanitize\28hb_sanitize_context_t*\29\20const +8432:OT::cmap::accelerator_t::get_nominal_glyph\28unsigned\20int\2c\20unsigned\20int*\2c\20hb_cache_t<21u\2c\2016u\2c\208u\2c\20true>*\29\20const +8433:OT::cmap::accelerator_t::_cached_get\28unsigned\20int\2c\20unsigned\20int*\2c\20hb_cache_t<21u\2c\2016u\2c\208u\2c\20true>*\29\20const +8434:OT::cff2::sanitize\28hb_sanitize_context_t*\29\20const +8435:OT::cff2::accelerator_templ_t>::_fini\28\29 +8436:OT::cff1::sanitize\28hb_sanitize_context_t*\29\20const +8437:OT::cff1::accelerator_templ_t>::glyph_to_sid\28unsigned\20int\2c\20CFF::code_pair_t*\29\20const +8438:OT::cff1::accelerator_templ_t>::_fini\28\29 +8439:OT::cff1::accelerator_t::gname_t::cmp\28void\20const*\2c\20void\20const*\29 +8440:OT::avar::sanitize\28hb_sanitize_context_t*\29\20const +8441:OT::_hea::sanitize\28hb_sanitize_context_t*\29\20const +8442:OT::VariationDevice::get_delta\28hb_font_t*\2c\20OT::ItemVariationStore\20const&\2c\20float*\29\20const +8443:OT::VarSizedBinSearchArrayOf>>::operator\5b\5d\28int\29\20const +8444:OT::VarData::get_row_size\28\29\20const +8445:OT::VVAR::sanitize\28hb_sanitize_context_t*\29\20const +8446:OT::VORG::sanitize\28hb_sanitize_context_t*\29\20const +8447:OT::UnsizedArrayOf\2c\2014u>>\20const&\20OT::operator+\2c\201735811442u>>\2c\20\28void*\290>\28hb_blob_ptr_t\2c\201735811442u>>\20const&\2c\20OT::OffsetTo\2c\2014u>>\2c\20OT::IntType\2c\20void\2c\20false>\20const&\29 +8448:OT::TupleVariationHeader::get_size\28unsigned\20int\29\20const +8449:OT::TupleVariationData>::tuple_iterator_t::is_valid\28\29\20const +8450:OT::TupleVariationData>::decompile_points\28OT::IntType\20const*&\2c\20hb_vector_t&\2c\20OT::IntType\20const*\29 +8451:OT::SortedArrayOf\2c\20OT::IntType>::serialize\28hb_serialize_context_t*\2c\20unsigned\20int\29 +8452:OT::SVG::sanitize\28hb_sanitize_context_t*\29\20const +8453:OT::STAT::sanitize\28hb_sanitize_context_t*\29\20const +8454:OT::RuleSet::would_apply\28OT::hb_would_apply_context_t*\2c\20OT::ContextApplyLookupContext\20const&\29\20const +8455:OT::RuleSet::apply\28OT::hb_ot_apply_context_t*\2c\20OT::ContextApplyLookupContext\20const&\29\20const +8456:OT::ResourceMap::get_type_record\28unsigned\20int\29\20const +8457:OT::ResourceMap::get_type_count\28\29\20const +8458:OT::RecordArrayOf::find_index\28unsigned\20int\2c\20unsigned\20int*\29\20const +8459:OT::PaintTranslate::paint_glyph\28OT::hb_paint_context_t*\2c\20unsigned\20int\29\20const +8460:OT::PaintSolid::paint_glyph\28OT::hb_paint_context_t*\2c\20unsigned\20int\29\20const +8461:OT::PaintSkewAroundCenter::sanitize\28hb_sanitize_context_t*\29\20const +8462:OT::PaintSkewAroundCenter::paint_glyph\28OT::hb_paint_context_t*\2c\20unsigned\20int\29\20const +8463:OT::PaintSkew::paint_glyph\28OT::hb_paint_context_t*\2c\20unsigned\20int\29\20const +8464:OT::PaintScaleUniformAroundCenter::paint_glyph\28OT::hb_paint_context_t*\2c\20unsigned\20int\29\20const +8465:OT::PaintScaleUniform::paint_glyph\28OT::hb_paint_context_t*\2c\20unsigned\20int\29\20const +8466:OT::PaintScaleAroundCenter::paint_glyph\28OT::hb_paint_context_t*\2c\20unsigned\20int\29\20const +8467:OT::PaintScale::paint_glyph\28OT::hb_paint_context_t*\2c\20unsigned\20int\29\20const +8468:OT::PaintRotateAroundCenter::sanitize\28hb_sanitize_context_t*\29\20const +8469:OT::PaintRotateAroundCenter::paint_glyph\28OT::hb_paint_context_t*\2c\20unsigned\20int\29\20const +8470:OT::PaintRotate::sanitize\28hb_sanitize_context_t*\29\20const +8471:OT::PaintRotate::paint_glyph\28OT::hb_paint_context_t*\2c\20unsigned\20int\29\20const +8472:OT::OpenTypeFontFile::get_face\28unsigned\20int\2c\20unsigned\20int*\29\20const +8473:OT::OffsetTo>\2c\20OT::IntType\2c\20void\2c\20false>::sanitize_shallow\28hb_sanitize_context_t*\2c\20void\20const*\29\20const +8474:OT::OffsetTo\2c\20void\2c\20true>::sanitize_shallow\28hb_sanitize_context_t*\2c\20void\20const*\29\20const +8475:OT::OS2::sanitize\28hb_sanitize_context_t*\29\20const +8476:OT::MVAR::sanitize\28hb_sanitize_context_t*\29\20const +8477:OT::Lookup::serialize\28hb_serialize_context_t*\2c\20unsigned\20int\2c\20unsigned\20int\2c\20unsigned\20int\29 +8478:OT::Lookup*\20hb_serialize_context_t::extend_size\28OT::Lookup*\2c\20unsigned\20long\2c\20bool\29 +8479:OT::Layout::propagate_attachment_offsets\28hb_glyph_position_t*\2c\20unsigned\20int\2c\20unsigned\20int\2c\20hb_direction_t\2c\20unsigned\20int\29 +8480:OT::Layout::GSUB_impl::LigatureSubstFormat1_2::_apply\28OT::hb_ot_apply_context_t*\2c\20bool\29\20const +8481:OT::Layout::GPOS_impl::reverse_cursive_minor_offset\28hb_glyph_position_t*\2c\20unsigned\20int\2c\20hb_direction_t\2c\20unsigned\20int\29 +8482:OT::Layout::GPOS_impl::ValueFormat::sanitize_value_devices\28hb_sanitize_context_t*\2c\20OT::Layout::GPOS_impl::ValueBase\20const*\2c\20OT::IntType\20const*\29\20const +8483:OT::Layout::GPOS_impl::PairPosFormat2_4::_apply\28OT::hb_ot_apply_context_t*\2c\20bool\29\20const +8484:OT::Layout::GPOS_impl::PairPosFormat1_3::_apply\28OT::hb_ot_apply_context_t*\2c\20bool\29\20const +8485:OT::Layout::GPOS_impl::Anchor::sanitize\28hb_sanitize_context_t*\29\20const +8486:OT::Layout::Common::RangeRecord\20const&\20OT::SortedArrayOf\2c\20OT::IntType>::bsearch\28unsigned\20int\20const&\2c\20OT::Layout::Common::RangeRecord\20const&\29\20const +8487:OT::Layout::Common::CoverageFormat2_4*\20hb_serialize_context_t::extend_min>\28OT::Layout::Common::CoverageFormat2_4*\29 +8488:OT::Layout::Common::Coverage::sanitize\28hb_sanitize_context_t*\29\20const +8489:OT::Layout::Common::Coverage::get_population\28\29\20const +8490:OT::LangSys::sanitize\28hb_sanitize_context_t*\2c\20OT::Record_sanitize_closure_t\20const*\29\20const +8491:OT::IndexSubtableRecord::get_image_data\28unsigned\20int\2c\20void\20const*\2c\20unsigned\20int*\2c\20unsigned\20int*\2c\20unsigned\20int*\29\20const +8492:OT::IndexArray::get_indexes\28unsigned\20int\2c\20unsigned\20int*\2c\20unsigned\20int*\29\20const +8493:OT::HintingDevice::get_delta\28unsigned\20int\2c\20int\29\20const +8494:OT::HVARVVAR::get_advance_delta_unscaled\28unsigned\20int\2c\20int\20const*\2c\20unsigned\20int\2c\20float*\29\20const +8495:OT::GSUBGPOS::get_script_list\28\29\20const +8496:OT::GSUBGPOS::get_feature_variations\28\29\20const +8497:OT::GSUBGPOS::accelerator_t::get_accel\28unsigned\20int\29\20const +8498:OT::GDEF::sanitize\28hb_sanitize_context_t*\29\20const +8499:OT::GDEF::get_var_store\28\29\20const +8500:OT::GDEF::get_mark_glyph_sets\28\29\20const +8501:OT::GDEF::accelerator_t::get_glyph_props\28unsigned\20int\29\20const +8502:OT::Feature::sanitize\28hb_sanitize_context_t*\2c\20OT::Record_sanitize_closure_t\20const*\29\20const +8503:OT::ContextFormat2_5::_apply\28OT::hb_ot_apply_context_t*\2c\20bool\29\20const +8504:OT::Condition::sanitize\28hb_sanitize_context_t*\29\20const +8505:OT::ColorStop::get_color_stop\28OT::hb_paint_context_t*\2c\20hb_color_stop_t*\2c\20unsigned\20int\2c\20OT::ItemVarStoreInstancer\20const&\29\20const +8506:OT::ColorLine::static_get_extend\28hb_color_line_t*\2c\20void*\2c\20void*\29 +8507:OT::CmapSubtableLongSegmented::get_glyph\28unsigned\20int\2c\20unsigned\20int*\29\20const +8508:OT::CmapSubtableLongGroup\20const&\20OT::SortedArrayOf>::bsearch\28unsigned\20int\20const&\2c\20OT::CmapSubtableLongGroup\20const&\29\20const +8509:OT::CmapSubtableFormat4::accelerator_t::init\28OT::CmapSubtableFormat4\20const*\29 +8510:OT::CmapSubtableFormat4::accelerator_t::get_glyph\28unsigned\20int\2c\20unsigned\20int*\29\20const +8511:OT::ClipBoxFormat1::get_clip_box\28OT::ClipBoxData&\2c\20OT::ItemVarStoreInstancer\20const&\29\20const +8512:OT::ClassDef::get_class\28unsigned\20int\2c\20hb_cache_t<15u\2c\208u\2c\207u\2c\20true>*\29\20const +8513:OT::ChainRuleSet::would_apply\28OT::hb_would_apply_context_t*\2c\20OT::ChainContextApplyLookupContext\20const&\29\20const +8514:OT::ChainRuleSet::apply\28OT::hb_ot_apply_context_t*\2c\20OT::ChainContextApplyLookupContext\20const&\29\20const +8515:OT::ChainContextFormat2_5::_apply\28OT::hb_ot_apply_context_t*\2c\20bool\29\20const +8516:OT::CPAL::sanitize\28hb_sanitize_context_t*\29\20const +8517:OT::COLR::sanitize\28hb_sanitize_context_t*\29\20const +8518:OT::COLR::get_var_store_ptr\28\29\20const +8519:OT::COLR::get_delta_set_index_map_ptr\28\29\20const +8520:OT::COLR::get_base_glyph_paint\28unsigned\20int\29\20const +8521:OT::COLR::accelerator_t::has_data\28\29\20const +8522:OT::COLR::accelerator_t::acquire_scratch\28\29\20const +8523:OT::CBLC::sanitize\28hb_sanitize_context_t*\29\20const +8524:OT::CBLC::choose_strike\28hb_font_t*\29\20const +8525:OT::CBDT::sanitize\28hb_sanitize_context_t*\29\20const +8526:OT::CBDT::accelerator_t::get_extents\28hb_font_t*\2c\20unsigned\20int\2c\20hb_glyph_extents_t*\2c\20bool\29\20const +8527:OT::BitmapSizeTable::find_table\28unsigned\20int\2c\20void\20const*\2c\20void\20const**\29\20const +8528:OT::ArrayOf\2c\20void\2c\20true>\2c\20OT::IntType>::sanitize_shallow\28hb_sanitize_context_t*\29\20const +8529:OT::ArrayOf>::sanitize_shallow\28hb_sanitize_context_t*\29\20const +8530:OT::ArrayOf\2c\20OT::IntType>::sanitize_shallow\28hb_sanitize_context_t*\29\20const +8531:OT::ArrayOf>::sanitize_shallow\28hb_sanitize_context_t*\29\20const +8532:OT::ArrayOf>>::sanitize_shallow\28hb_sanitize_context_t*\29\20const +8533:OT::Affine2x3::paint_glyph\28OT::hb_paint_context_t*\2c\20unsigned\20int\29\20const +8534:NeedsFilter_C +8535:NeedsFilter2_C +8536:MaskValue*\20SkTLazy::init\28MaskValue\20const&\29 +8537:MakeRasterCopyPriv\28SkPixmap\20const&\2c\20unsigned\20int\29 +8538:Load_SBit_Png +8539:LineQuadraticIntersections::verticalIntersect\28double\2c\20double*\29 +8540:LineQuadraticIntersections::intersectRay\28double*\29 +8541:LineQuadraticIntersections::horizontalIntersect\28double\2c\20double*\29 +8542:LineCubicIntersections::intersectRay\28double*\29 +8543:LineCubicIntersections::VerticalIntersect\28SkDCubic\20const&\2c\20double\2c\20double*\29 +8544:LineCubicIntersections::HorizontalIntersect\28SkDCubic\20const&\2c\20double\2c\20double*\29 +8545:LineConicIntersections::verticalIntersect\28double\2c\20double*\29 +8546:LineConicIntersections::intersectRay\28double*\29 +8547:LineConicIntersections::horizontalIntersect\28double\2c\20double*\29 +8548:Ins_UNKNOWN +8549:Ins_SxVTL +8550:InitializeCompoundDictionaryCopy +8551:Hev +8552:HandleCoincidence\28SkOpContourHead*\2c\20SkOpCoincidence*\29 +8553:GrWritePixelsTask::~GrWritePixelsTask\28\29 +8554:GrWindowRectsState::operator=\28GrWindowRectsState\20const&\29 +8555:GrWindowRectsState::operator==\28GrWindowRectsState\20const&\29\20const +8556:GrWindowRectangles::GrWindowRectangles\28GrWindowRectangles\20const&\29 +8557:GrWaitRenderTask::~GrWaitRenderTask\28\29 +8558:GrVertexBufferAllocPool::makeSpace\28unsigned\20long\2c\20int\2c\20sk_sp*\2c\20int*\29 +8559:GrVertexBufferAllocPool::makeSpaceAtLeast\28unsigned\20long\2c\20int\2c\20int\2c\20sk_sp*\2c\20int*\2c\20int*\29 +8560:GrTriangulator::polysToTriangles\28GrTriangulator::Poly*\2c\20SkPathFillType\2c\20skgpu::VertexWriter\29\20const +8561:GrTriangulator::polysToTriangles\28GrTriangulator::Poly*\2c\20GrEagerVertexAllocator*\29\20const +8562:GrTriangulator::mergeEdgesBelow\28GrTriangulator::Edge*\2c\20GrTriangulator::Edge*\2c\20GrTriangulator::EdgeList*\2c\20GrTriangulator::Vertex**\2c\20GrTriangulator::Comparator\20const&\29\20const +8563:GrTriangulator::mergeEdgesAbove\28GrTriangulator::Edge*\2c\20GrTriangulator::Edge*\2c\20GrTriangulator::EdgeList*\2c\20GrTriangulator::Vertex**\2c\20GrTriangulator::Comparator\20const&\29\20const +8564:GrTriangulator::makeSortedVertex\28SkPoint\20const&\2c\20unsigned\20char\2c\20GrTriangulator::VertexList*\2c\20GrTriangulator::Vertex*\2c\20GrTriangulator::Comparator\20const&\29\20const +8565:GrTriangulator::makeEdge\28GrTriangulator::Vertex*\2c\20GrTriangulator::Vertex*\2c\20GrTriangulator::EdgeType\2c\20GrTriangulator::Comparator\20const&\29 +8566:GrTriangulator::computeBisector\28GrTriangulator::Edge*\2c\20GrTriangulator::Edge*\2c\20GrTriangulator::Vertex*\29\20const +8567:GrTriangulator::appendQuadraticToContour\28SkPoint\20const*\2c\20float\2c\20GrTriangulator::VertexList*\29\20const +8568:GrTriangulator::allocateMonotonePoly\28GrTriangulator::Edge*\2c\20GrTriangulator::Side\2c\20int\29 +8569:GrTriangulator::Edge::recompute\28\29 +8570:GrTriangulator::Edge::intersect\28GrTriangulator::Edge\20const&\2c\20SkPoint*\2c\20unsigned\20char*\29\20const +8571:GrTriangulator::CountPoints\28GrTriangulator::Poly*\2c\20SkPathFillType\29 +8572:GrTriangulator::BreadcrumbTriangleList::concat\28GrTriangulator::BreadcrumbTriangleList&&\29 +8573:GrTransferFromRenderTask::~GrTransferFromRenderTask\28\29 +8574:GrThreadSafeCache::makeNewEntryMRU\28GrThreadSafeCache::Entry*\29 +8575:GrThreadSafeCache::makeExistingEntryMRU\28GrThreadSafeCache::Entry*\29 +8576:GrThreadSafeCache::findVertsWithData\28skgpu::UniqueKey\20const&\29 +8577:GrThreadSafeCache::addVertsWithData\28skgpu::UniqueKey\20const&\2c\20sk_sp\2c\20bool\20\28*\29\28SkData*\2c\20SkData*\29\29 +8578:GrThreadSafeCache::Trampoline::~Trampoline\28\29 +8579:GrThreadSafeCache::Entry::set\28skgpu::UniqueKey\20const&\2c\20sk_sp\29 +8580:GrThreadSafeCache::Entry::makeEmpty\28\29 +8581:GrThreadSafeCache::CreateLazyView\28GrDirectContext*\2c\20GrColorType\2c\20SkISize\2c\20GrSurfaceOrigin\2c\20SkBackingFit\29 +8582:GrTextureResolveRenderTask::~GrTextureResolveRenderTask\28\29 +8583:GrTextureRenderTargetProxy::initSurfaceFlags\28GrCaps\20const&\29 +8584:GrTextureRenderTargetProxy::GrTextureRenderTargetProxy\28sk_sp\2c\20GrSurfaceProxy::UseAllocator\2c\20GrDDLProvider\29 +8585:GrTextureRenderTargetProxy::GrTextureRenderTargetProxy\28GrCaps\20const&\2c\20std::__2::function&&\2c\20GrBackendFormat\20const&\2c\20SkISize\2c\20int\2c\20skgpu::Mipmapped\2c\20GrMipmapStatus\2c\20SkBackingFit\2c\20skgpu::Budgeted\2c\20skgpu::Protected\2c\20GrInternalSurfaceFlags\2c\20GrSurfaceProxy::UseAllocator\2c\20GrDDLProvider\2c\20std::__2::basic_string_view>\29 +8586:GrTextureProxy::~GrTextureProxy\28\29_10669 +8587:GrTextureProxy::~GrTextureProxy\28\29_10668 +8588:GrTextureProxy::setUniqueKey\28GrProxyProvider*\2c\20skgpu::UniqueKey\20const&\29 +8589:GrTextureProxy::onUninstantiatedGpuMemorySize\28\29\20const +8590:GrTextureProxy::instantiate\28GrResourceProvider*\29 +8591:GrTextureProxy::createSurface\28GrResourceProvider*\29\20const +8592:GrTextureProxy::callbackDesc\28\29\20const +8593:GrTextureProxy::ProxiesAreCompatibleAsDynamicState\28GrSurfaceProxy\20const*\2c\20GrSurfaceProxy\20const*\29 +8594:GrTextureProxy::GrTextureProxy\28sk_sp\2c\20GrSurfaceProxy::UseAllocator\2c\20GrDDLProvider\29 +8595:GrTextureEffect::~GrTextureEffect\28\29 +8596:GrTextureEffect::Sampling::Sampling\28GrSurfaceProxy\20const&\2c\20GrSamplerState\2c\20SkRect\20const&\2c\20SkRect\20const*\2c\20float\20const*\2c\20bool\2c\20GrCaps\20const&\2c\20SkPoint\29::$_1::operator\28\29\28int\2c\20GrSamplerState::WrapMode\2c\20GrTextureEffect::Sampling::Sampling\28GrSurfaceProxy\20const&\2c\20GrSamplerState\2c\20SkRect\20const&\2c\20SkRect\20const*\2c\20float\20const*\2c\20bool\2c\20GrCaps\20const&\2c\20SkPoint\29::Span\2c\20GrTextureEffect::Sampling::Sampling\28GrSurfaceProxy\20const&\2c\20GrSamplerState\2c\20SkRect\20const&\2c\20SkRect\20const*\2c\20float\20const*\2c\20bool\2c\20GrCaps\20const&\2c\20SkPoint\29::Span\2c\20float\29\20const +8597:GrTextureEffect::Impl::onSetData\28GrGLSLProgramDataManager\20const&\2c\20GrFragmentProcessor\20const&\29::$_0::operator\28\29\28float*\2c\20GrResourceHandle\29\20const +8598:GrTextureEffect::Impl::emitCode\28GrFragmentProcessor::ProgramImpl::EmitArgs&\29::$_2::operator\28\29\28GrTextureEffect::ShaderMode\2c\20char\20const*\2c\20char\20const*\2c\20char\20const*\2c\20char\20const*\2c\20char\20const*\29\20const +8599:GrTexture::onGpuMemorySize\28\29\20const +8600:GrTexture::computeScratchKey\28skgpu::ScratchKey*\29\20const +8601:GrTDeferredProxyUploader>::~GrTDeferredProxyUploader\28\29 +8602:GrTDeferredProxyUploader<\28anonymous\20namespace\29::SoftwarePathData>::~GrTDeferredProxyUploader\28\29 +8603:GrSurfaceProxyView::operator=\28GrSurfaceProxyView\20const&\29 +8604:GrSurfaceProxyView::operator==\28GrSurfaceProxyView\20const&\29\20const +8605:GrSurfaceProxyPriv::exactify\28\29 +8606:GrSurfaceProxyPriv::assign\28sk_sp\29 +8607:GrSurfaceProxy::GrSurfaceProxy\28std::__2::function&&\2c\20GrBackendFormat\20const&\2c\20SkISize\2c\20SkBackingFit\2c\20skgpu::Budgeted\2c\20skgpu::Protected\2c\20GrInternalSurfaceFlags\2c\20GrSurfaceProxy::UseAllocator\2c\20std::__2::basic_string_view>\29 +8608:GrSurfaceProxy::GrSurfaceProxy\28GrBackendFormat\20const&\2c\20SkISize\2c\20SkBackingFit\2c\20skgpu::Budgeted\2c\20skgpu::Protected\2c\20GrInternalSurfaceFlags\2c\20GrSurfaceProxy::UseAllocator\2c\20std::__2::basic_string_view>\29 +8609:GrSurface::setRelease\28sk_sp\29 +8610:GrSurface::onRelease\28\29 +8611:GrStyledShape::setInheritedKey\28GrStyledShape\20const&\2c\20GrStyle::Apply\2c\20float\29 +8612:GrStyledShape::asRRect\28SkRRect*\2c\20bool*\29\20const +8613:GrStyledShape::asLine\28SkPoint*\2c\20bool*\29\20const +8614:GrStyledShape::GrStyledShape\28SkRRect\20const&\2c\20SkPathDirection\2c\20unsigned\20int\2c\20bool\2c\20GrStyle\20const&\2c\20GrStyledShape::DoSimplify\29 +8615:GrStyledShape::GrStyledShape\28SkPath\20const&\2c\20SkPaint\20const&\2c\20GrStyledShape::DoSimplify\29 +8616:GrStyle::resetToInitStyle\28SkStrokeRec::InitStyle\29 +8617:GrStyle::applyToPath\28SkPath*\2c\20SkStrokeRec::InitStyle*\2c\20SkPath\20const&\2c\20float\29\20const +8618:GrStyle::applyPathEffect\28SkPath*\2c\20SkStrokeRec*\2c\20SkPath\20const&\29\20const +8619:GrStyle::MatrixToScaleFactor\28SkMatrix\20const&\29 +8620:GrStyle::DashInfo::operator=\28GrStyle::DashInfo\20const&\29 +8621:GrStrokeTessellationShader::~GrStrokeTessellationShader\28\29 +8622:GrStrokeTessellationShader::Impl::~Impl\28\29 +8623:GrStagingBufferManager::detachBuffers\28\29 +8624:GrSkSLFP::~GrSkSLFP\28\29 +8625:GrSkSLFP::Impl::~Impl\28\29 +8626:GrSkSLFP::Impl::emitCode\28GrFragmentProcessor::ProgramImpl::EmitArgs&\29::FPCallbacks::defineStruct\28char\20const*\29 +8627:GrSimpleMesh::~GrSimpleMesh\28\29 +8628:GrShape::simplify\28unsigned\20int\29 +8629:GrShape::setArc\28SkArc\20const&\29 +8630:GrShape::conservativeContains\28SkRect\20const&\29\20const +8631:GrShape::closed\28\29\20const +8632:GrShape::GrShape\28SkRect\20const&\29 +8633:GrShape::GrShape\28SkRRect\20const&\29 +8634:GrShape::GrShape\28SkPath\20const&\29 +8635:GrShaderVar::GrShaderVar\28SkString\2c\20SkSLType\2c\20GrShaderVar::TypeModifier\2c\20int\2c\20SkString\2c\20SkString\29 +8636:GrScissorState::operator==\28GrScissorState\20const&\29\20const +8637:GrScissorState::intersect\28SkIRect\20const&\29 +8638:GrSWMaskHelper::toTextureView\28GrRecordingContext*\2c\20SkBackingFit\29 +8639:GrSWMaskHelper::drawShape\28GrStyledShape\20const&\2c\20SkMatrix\20const&\2c\20GrAA\2c\20unsigned\20char\29 +8640:GrSWMaskHelper::drawShape\28GrShape\20const&\2c\20SkMatrix\20const&\2c\20GrAA\2c\20unsigned\20char\29 +8641:GrResourceProvider::writePixels\28sk_sp\2c\20GrColorType\2c\20SkISize\2c\20GrMipLevel\20const*\2c\20int\29\20const +8642:GrResourceProvider::wrapBackendSemaphore\28GrBackendSemaphore\20const&\2c\20GrSemaphoreWrapType\2c\20GrWrapOwnership\29 +8643:GrResourceProvider::prepareLevels\28GrBackendFormat\20const&\2c\20GrColorType\2c\20SkISize\2c\20GrMipLevel\20const*\2c\20int\2c\20skia_private::AutoSTArray<14\2c\20GrMipLevel>*\2c\20skia_private::AutoSTArray<14\2c\20std::__2::unique_ptr>>*\29\20const +8644:GrResourceProvider::getExactScratch\28SkISize\2c\20GrBackendFormat\20const&\2c\20GrTextureType\2c\20skgpu::Renderable\2c\20int\2c\20skgpu::Budgeted\2c\20skgpu::Mipmapped\2c\20skgpu::Protected\2c\20std::__2::basic_string_view>\29 +8645:GrResourceProvider::findAndRefScratchTexture\28skgpu::ScratchKey\20const&\2c\20std::__2::basic_string_view>\29 +8646:GrResourceProvider::findAndRefScratchTexture\28SkISize\2c\20GrBackendFormat\20const&\2c\20GrTextureType\2c\20skgpu::Renderable\2c\20int\2c\20skgpu::Mipmapped\2c\20skgpu::Protected\2c\20std::__2::basic_string_view>\29 +8647:GrResourceProvider::createTexture\28SkISize\2c\20GrBackendFormat\20const&\2c\20GrTextureType\2c\20skgpu::Renderable\2c\20int\2c\20skgpu::Mipmapped\2c\20skgpu::Budgeted\2c\20skgpu::Protected\2c\20std::__2::basic_string_view>\29 +8648:GrResourceProvider::createTexture\28SkISize\2c\20GrBackendFormat\20const&\2c\20GrTextureType\2c\20GrColorType\2c\20skgpu::Renderable\2c\20int\2c\20skgpu::Budgeted\2c\20skgpu::Mipmapped\2c\20skgpu::Protected\2c\20GrMipLevel\20const*\2c\20std::__2::basic_string_view>\29 +8649:GrResourceProvider::createBuffer\28void\20const*\2c\20unsigned\20long\2c\20GrGpuBufferType\2c\20GrAccessPattern\29 +8650:GrResourceProvider::createApproxTexture\28SkISize\2c\20GrBackendFormat\20const&\2c\20GrTextureType\2c\20skgpu::Renderable\2c\20int\2c\20skgpu::Protected\2c\20std::__2::basic_string_view>\29 +8651:GrResourceCache::removeResource\28GrGpuResource*\29 +8652:GrResourceCache::removeFromNonpurgeableArray\28GrGpuResource*\29 +8653:GrResourceCache::releaseAll\28\29 +8654:GrResourceCache::refAndMakeResourceMRU\28GrGpuResource*\29 +8655:GrResourceCache::processFreedGpuResources\28\29 +8656:GrResourceCache::insertResource\28GrGpuResource*\29 +8657:GrResourceCache::findAndRefUniqueResource\28skgpu::UniqueKey\20const&\29 +8658:GrResourceCache::didChangeBudgetStatus\28GrGpuResource*\29 +8659:GrResourceCache::addToNonpurgeableArray\28GrGpuResource*\29 +8660:GrResourceAllocator::~GrResourceAllocator\28\29 +8661:GrResourceAllocator::planAssignment\28\29 +8662:GrResourceAllocator::expire\28unsigned\20int\29 +8663:GrResourceAllocator::Register*\20SkArenaAlloc::make\28GrSurfaceProxy*&\2c\20skgpu::ScratchKey&&\2c\20GrResourceProvider*&\29 +8664:GrResourceAllocator::IntervalList::popHead\28\29 +8665:GrResourceAllocator::IntervalList::insertByIncreasingStart\28GrResourceAllocator::Interval*\29 +8666:GrRenderTask::makeSkippable\28\29 +8667:GrRenderTask::isUsed\28GrSurfaceProxy*\29\20const +8668:GrRenderTask::isInstantiated\28\29\20const +8669:GrRenderTargetProxy::~GrRenderTargetProxy\28\29_10516 +8670:GrRenderTargetProxy::~GrRenderTargetProxy\28\29_10514 +8671:GrRenderTargetProxy::onUninstantiatedGpuMemorySize\28\29\20const +8672:GrRenderTargetProxy::isMSAADirty\28\29\20const +8673:GrRenderTargetProxy::instantiate\28GrResourceProvider*\29 +8674:GrRenderTargetProxy::createSurface\28GrResourceProvider*\29\20const +8675:GrRenderTargetProxy::callbackDesc\28\29\20const +8676:GrRenderTarget::GrRenderTarget\28GrGpu*\2c\20SkISize\20const&\2c\20int\2c\20skgpu::Protected\2c\20std::__2::basic_string_view>\2c\20sk_sp\29 +8677:GrRecordingContext::init\28\29 +8678:GrRecordingContext::destroyDrawingManager\28\29 +8679:GrRecordingContext::colorTypeSupportedAsSurface\28SkColorType\29\20const +8680:GrRecordingContext::abandoned\28\29 +8681:GrRecordingContext::abandonContext\28\29 +8682:GrRRectShadowGeoProc::~GrRRectShadowGeoProc\28\29 +8683:GrRRectEffect::Make\28std::__2::unique_ptr>\2c\20GrClipEdgeType\2c\20SkRRect\20const&\2c\20GrShaderCaps\20const&\29 +8684:GrQuadUtils::TessellationHelper::outset\28skvx::Vec<4\2c\20float>\20const&\2c\20GrQuad*\2c\20GrQuad*\29 +8685:GrQuadUtils::TessellationHelper::getOutsetRequest\28skvx::Vec<4\2c\20float>\20const&\29 +8686:GrQuadUtils::TessellationHelper::adjustVertices\28skvx::Vec<4\2c\20float>\20const&\2c\20GrQuadUtils::TessellationHelper::Vertices*\29 +8687:GrQuadUtils::TessellationHelper::adjustDegenerateVertices\28skvx::Vec<4\2c\20float>\20const&\2c\20GrQuadUtils::TessellationHelper::Vertices*\29 +8688:GrQuadUtils::TessellationHelper::Vertices::moveTo\28skvx::Vec<4\2c\20float>\20const&\2c\20skvx::Vec<4\2c\20float>\20const&\2c\20skvx::Vec<4\2c\20int>\20const&\29 +8689:GrQuadUtils::ClipToW0\28DrawQuad*\2c\20DrawQuad*\29 +8690:GrQuadBuffer<\28anonymous\20namespace\29::TextureOpImpl::ColorSubsetAndAA>::append\28GrQuad\20const&\2c\20\28anonymous\20namespace\29::TextureOpImpl::ColorSubsetAndAA&&\2c\20GrQuad\20const*\29 +8691:GrQuadBuffer<\28anonymous\20namespace\29::TextureOpImpl::ColorSubsetAndAA>::GrQuadBuffer\28int\2c\20bool\29 +8692:GrQuad::point\28int\29\20const +8693:GrQuad::bounds\28\29\20const::'lambda0'\28float\20const*\29::operator\28\29\28float\20const*\29\20const +8694:GrQuad::bounds\28\29\20const::'lambda'\28float\20const*\29::operator\28\29\28float\20const*\29\20const +8695:GrProxyProvider::removeUniqueKeyFromProxy\28GrTextureProxy*\29 +8696:GrProxyProvider::processInvalidUniqueKeyImpl\28skgpu::UniqueKey\20const&\2c\20GrTextureProxy*\2c\20GrProxyProvider::InvalidateGPUResource\2c\20GrProxyProvider::RemoveTableEntry\29 +8697:GrProxyProvider::createLazyProxy\28std::__2::function&&\2c\20GrBackendFormat\20const&\2c\20SkISize\2c\20skgpu::Mipmapped\2c\20GrMipmapStatus\2c\20GrInternalSurfaceFlags\2c\20SkBackingFit\2c\20skgpu::Budgeted\2c\20skgpu::Protected\2c\20GrSurfaceProxy::UseAllocator\2c\20std::__2::basic_string_view>\29 +8698:GrProxyProvider::adoptUniqueKeyFromSurface\28GrTextureProxy*\2c\20GrSurface\20const*\29 +8699:GrProgramDesc::GrProgramDesc\28GrProgramDesc\20const&\29 +8700:GrProcessorSet::operator==\28GrProcessorSet\20const&\29\20const +8701:GrPorterDuffXPFactory::Get\28SkBlendMode\29 +8702:GrPixmap::GrPixmap\28SkPixmap\20const&\29 +8703:GrPipeline::peekDstTexture\28\29\20const +8704:GrPipeline::GrPipeline\28GrPipeline::InitArgs\20const&\2c\20sk_sp\2c\20GrAppliedHardClip\20const&\29 +8705:GrPersistentCacheUtils::ShaderMetadata::~ShaderMetadata\28\29 +8706:GrPersistentCacheUtils::GetType\28SkReadBuffer*\29 +8707:GrPerlinNoise2Effect::~GrPerlinNoise2Effect\28\29 +8708:GrPathUtils::QuadUVMatrix::set\28SkPoint\20const*\29 +8709:GrPathUtils::QuadUVMatrix::apply\28void*\2c\20int\2c\20unsigned\20long\2c\20unsigned\20long\29\20const +8710:GrPathTessellationShader::MakeStencilOnlyPipeline\28GrTessellationShader::ProgramArgs\20const&\2c\20GrAAType\2c\20GrAppliedHardClip\20const&\2c\20GrPipeline::InputFlags\29 +8711:GrPathTessellationShader::Impl::~Impl\28\29 +8712:GrOpsRenderPass::~GrOpsRenderPass\28\29 +8713:GrOpsRenderPass::resetActiveBuffers\28\29 +8714:GrOpsRenderPass::draw\28int\2c\20int\29 +8715:GrOpsRenderPass::drawIndexPattern\28int\2c\20int\2c\20int\2c\20int\2c\20int\29 +8716:GrOpFlushState::~GrOpFlushState\28\29_10297 +8717:GrOpFlushState::smallPathAtlasManager\28\29\20const +8718:GrOpFlushState::reset\28\29 +8719:GrOpFlushState::recordDraw\28GrGeometryProcessor\20const*\2c\20GrSimpleMesh\20const*\2c\20int\2c\20GrSurfaceProxy\20const*\20const*\2c\20GrPrimitiveType\29 +8720:GrOpFlushState::putBackIndices\28int\29 +8721:GrOpFlushState::executeDrawsAndUploadsForMeshDrawOp\28GrOp\20const*\2c\20SkRect\20const&\2c\20GrPipeline\20const*\2c\20GrUserStencilSettings\20const*\29 +8722:GrOpFlushState::drawIndexedInstanced\28int\2c\20int\2c\20int\2c\20int\2c\20int\29 +8723:GrOpFlushState::doUpload\28std::__2::function&\29>&\2c\20bool\29 +8724:GrOpFlushState::allocator\28\29 +8725:GrOpFlushState::addASAPUpload\28std::__2::function&\29>&&\29 +8726:GrOpFlushState::OpArgs::OpArgs\28GrOp*\2c\20GrSurfaceProxyView\20const&\2c\20bool\2c\20GrAppliedClip*\2c\20GrDstProxyView\20const&\2c\20GrXferBarrierFlags\2c\20GrLoadOp\29 +8727:GrOp::setTransformedBounds\28SkRect\20const&\2c\20SkMatrix\20const&\2c\20GrOp::HasAABloat\2c\20GrOp::IsHairline\29 +8728:GrOp::onCombineIfPossible\28GrOp*\2c\20SkArenaAlloc*\2c\20GrCaps\20const&\29 +8729:GrOp::combineIfPossible\28GrOp*\2c\20SkArenaAlloc*\2c\20GrCaps\20const&\29 +8730:GrNonAtomicRef::unref\28\29\20const +8731:GrNonAtomicRef::unref\28\29\20const +8732:GrNonAtomicRef::unref\28\29\20const +8733:GrNativeRect::operator!=\28GrNativeRect\20const&\29\20const +8734:GrMeshDrawTarget::allocPrimProcProxyPtrs\28int\29 +8735:GrMeshDrawOp::PatternHelper::init\28GrMeshDrawTarget*\2c\20GrPrimitiveType\2c\20unsigned\20long\2c\20sk_sp\2c\20int\2c\20int\2c\20int\2c\20int\29 +8736:GrMemoryPool::allocate\28unsigned\20long\29 +8737:GrMakeUniqueKeyInvalidationListener\28skgpu::UniqueKey*\2c\20unsigned\20int\29::Listener::~Listener\28\29 +8738:GrMakeUniqueKeyInvalidationListener\28skgpu::UniqueKey*\2c\20unsigned\20int\29::Listener::changed\28\29 +8739:GrMakeCachedBitmapProxyView\28GrRecordingContext*\2c\20SkBitmap\20const&\2c\20std::__2::basic_string_view>\2c\20skgpu::Mipmapped\29::$_0::operator\28\29\28GrTextureProxy*\29\20const +8740:GrIndexBufferAllocPool::makeSpace\28int\2c\20sk_sp*\2c\20int*\29 +8741:GrIndexBufferAllocPool::makeSpaceAtLeast\28int\2c\20int\2c\20sk_sp*\2c\20int*\2c\20int*\29 +8742:GrImageInfo::operator=\28GrImageInfo&&\29 +8743:GrImageInfo::GrImageInfo\28GrColorType\2c\20SkAlphaType\2c\20sk_sp\2c\20int\2c\20int\29 +8744:GrImageContext::abandonContext\28\29 +8745:GrHashMapWithCache::find\28unsigned\20int\20const&\29\20const +8746:GrGradientBitmapCache::release\28GrGradientBitmapCache::Entry*\29\20const +8747:GrGpuResource::setLabel\28std::__2::basic_string_view>\29 +8748:GrGpuResource::makeBudgeted\28\29 +8749:GrGpuResource::GrGpuResource\28GrGpu*\2c\20std::__2::basic_string_view>\29 +8750:GrGpuResource::CacheAccess::abandon\28\29 +8751:GrGpuBuffer::ComputeScratchKeyForDynamicBuffer\28unsigned\20long\2c\20GrGpuBufferType\2c\20skgpu::ScratchKey*\29 +8752:GrGpu::~GrGpu\28\29 +8753:GrGpu::submitToGpu\28\29 +8754:GrGpu::submitToGpu\28GrSubmitInfo\20const&\29 +8755:GrGpu::regenerateMipMapLevels\28GrTexture*\29 +8756:GrGpu::createTexture\28SkISize\2c\20GrBackendFormat\20const&\2c\20GrTextureType\2c\20skgpu::Renderable\2c\20int\2c\20skgpu::Mipmapped\2c\20skgpu::Budgeted\2c\20skgpu::Protected\2c\20std::__2::basic_string_view>\29 +8757:GrGpu::createTextureCommon\28SkISize\2c\20GrBackendFormat\20const&\2c\20GrTextureType\2c\20skgpu::Renderable\2c\20int\2c\20skgpu::Budgeted\2c\20skgpu::Protected\2c\20int\2c\20unsigned\20int\2c\20std::__2::basic_string_view>\29 +8758:GrGpu::createBuffer\28unsigned\20long\2c\20GrGpuBufferType\2c\20GrAccessPattern\29 +8759:GrGpu::callSubmittedProcs\28bool\29 +8760:GrGeometryProcessor::AttributeSet::addToKey\28skgpu::KeyBuilder*\29\20const +8761:GrGeometryProcessor::AttributeSet::Iter::skipUninitialized\28\29 +8762:GrGeometryProcessor::Attribute&\20skia_private::TArray::emplace_back\28char\20const\20\28&\29\20\5b26\5d\2c\20GrVertexAttribType&&\2c\20SkSLType&&\29 +8763:GrGLTextureParameters::invalidate\28\29 +8764:GrGLTextureParameters::SamplerOverriddenState::SamplerOverriddenState\28\29 +8765:GrGLTexture::~GrGLTexture\28\29_13119 +8766:GrGLTexture::~GrGLTexture\28\29_13118 +8767:GrGLTexture::MakeWrapped\28GrGLGpu*\2c\20GrMipmapStatus\2c\20GrGLTexture::Desc\20const&\2c\20sk_sp\2c\20GrWrapCacheable\2c\20GrIOType\2c\20std::__2::basic_string_view>\29 +8768:GrGLTexture::GrGLTexture\28GrGLGpu*\2c\20skgpu::Budgeted\2c\20GrGLTexture::Desc\20const&\2c\20GrMipmapStatus\2c\20std::__2::basic_string_view>\29 +8769:GrGLTexture::GrGLTexture\28GrGLGpu*\2c\20GrGLTexture::Desc\20const&\2c\20sk_sp\2c\20GrMipmapStatus\2c\20std::__2::basic_string_view>\29 +8770:GrGLSemaphore::~GrGLSemaphore\28\29 +8771:GrGLSLVaryingHandler::addAttribute\28GrShaderVar\20const&\29 +8772:GrGLSLVarying::vsOutVar\28\29\20const +8773:GrGLSLVarying::fsInVar\28\29\20const +8774:GrGLSLUniformHandler::liftUniformToVertexShader\28GrProcessor\20const&\2c\20SkString\29 +8775:GrGLSLShaderBuilder::nextStage\28\29 +8776:GrGLSLShaderBuilder::finalize\28unsigned\20int\29 +8777:GrGLSLShaderBuilder::emitFunction\28char\20const*\2c\20char\20const*\29 +8778:GrGLSLShaderBuilder::emitFunctionPrototype\28char\20const*\29 +8779:GrGLSLShaderBuilder::appendTextureLookupAndBlend\28char\20const*\2c\20SkBlendMode\2c\20GrResourceHandle\2c\20char\20const*\2c\20GrGLSLColorSpaceXformHelper*\29 +8780:GrGLSLShaderBuilder::appendDecls\28SkTBlockList\20const&\2c\20SkString*\29\20const +8781:GrGLSLShaderBuilder::appendColorGamutXform\28SkString*\2c\20char\20const*\2c\20GrGLSLColorSpaceXformHelper*\29::$_1::operator\28\29\28char\20const*\2c\20GrResourceHandle\29\20const +8782:GrGLSLShaderBuilder::appendColorGamutXform\28SkString*\2c\20char\20const*\2c\20GrGLSLColorSpaceXformHelper*\29::$_0::operator\28\29\28char\20const*\2c\20GrResourceHandle\2c\20skcms_TFType\29\20const +8783:GrGLSLShaderBuilder::GrGLSLShaderBuilder\28GrGLSLProgramBuilder*\29 +8784:GrGLSLProgramDataManager::setRuntimeEffectUniforms\28SkSpan\2c\20SkSpan\20const>\2c\20SkSpan\2c\20void\20const*\29\20const +8785:GrGLSLProgramBuilder::~GrGLSLProgramBuilder\28\29 +8786:GrGLSLFragmentShaderBuilder::onFinalize\28\29 +8787:GrGLSLFragmentShaderBuilder::enableAdvancedBlendEquationIfNeeded\28skgpu::BlendEquation\29 +8788:GrGLSLColorSpaceXformHelper::isNoop\28\29\20const +8789:GrGLSLBlend::SetBlendModeUniformData\28GrGLSLProgramDataManager\20const&\2c\20GrResourceHandle\2c\20SkBlendMode\29 +8790:GrGLSLBlend::BlendExpression\28GrProcessor\20const*\2c\20GrGLSLUniformHandler*\2c\20GrResourceHandle*\2c\20char\20const*\2c\20char\20const*\2c\20SkBlendMode\29 +8791:GrGLRenderTarget::~GrGLRenderTarget\28\29_13089 +8792:GrGLRenderTarget::~GrGLRenderTarget\28\29_13088 +8793:GrGLRenderTarget::setFlags\28GrGLCaps\20const&\2c\20GrGLRenderTarget::IDs\20const&\29 +8794:GrGLRenderTarget::onGpuMemorySize\28\29\20const +8795:GrGLRenderTarget::bind\28bool\29 +8796:GrGLRenderTarget::backendFormat\28\29\20const +8797:GrGLRenderTarget::GrGLRenderTarget\28GrGLGpu*\2c\20SkISize\20const&\2c\20GrGLFormat\2c\20int\2c\20GrGLRenderTarget::IDs\20const&\2c\20skgpu::Protected\2c\20std::__2::basic_string_view>\29 +8798:GrGLProgramDataManager::set4fv\28GrResourceHandle\2c\20int\2c\20float\20const*\29\20const +8799:GrGLProgramDataManager::set2fv\28GrResourceHandle\2c\20int\2c\20float\20const*\29\20const +8800:GrGLProgramBuilder::uniformHandler\28\29 +8801:GrGLProgramBuilder::compileAndAttachShaders\28SkSL::NativeShader\20const&\2c\20unsigned\20int\2c\20unsigned\20int\2c\20SkTDArray*\2c\20bool\2c\20skgpu::ShaderErrorHandler*\29 +8802:GrGLProgramBuilder::PrecompileProgram\28GrDirectContext*\2c\20GrGLPrecompiledProgram*\2c\20SkData\20const&\29::$_0::operator\28\29\28SkSL::ProgramKind\2c\20std::__2::basic_string\2c\20std::__2::allocator>\20const&\2c\20unsigned\20int\29\20const +8803:GrGLProgramBuilder::CreateProgram\28GrDirectContext*\2c\20GrProgramDesc\20const&\2c\20GrProgramInfo\20const&\2c\20GrGLPrecompiledProgram\20const*\29 +8804:GrGLProgram::~GrGLProgram\28\29 +8805:GrGLInterfaces::MakeWebGL\28\29 +8806:GrGLInterface::~GrGLInterface\28\29 +8807:GrGLGpu::~GrGLGpu\28\29 +8808:GrGLGpu::waitSemaphore\28GrSemaphore*\29 +8809:GrGLGpu::uploadTexData\28SkISize\2c\20unsigned\20int\2c\20SkIRect\2c\20unsigned\20int\2c\20unsigned\20int\2c\20unsigned\20long\2c\20GrMipLevel\20const*\2c\20int\29 +8810:GrGLGpu::uploadCompressedTexData\28SkTextureCompressionType\2c\20GrGLFormat\2c\20SkISize\2c\20skgpu::Mipmapped\2c\20unsigned\20int\2c\20void\20const*\2c\20unsigned\20long\29 +8811:GrGLGpu::uploadColorToTex\28GrGLFormat\2c\20SkISize\2c\20unsigned\20int\2c\20std::__2::array\2c\20unsigned\20int\29 +8812:GrGLGpu::readOrTransferPixelsFrom\28GrSurface*\2c\20SkIRect\2c\20GrColorType\2c\20GrColorType\2c\20void*\2c\20int\29 +8813:GrGLGpu::onFBOChanged\28\29 +8814:GrGLGpu::getTimerQueryResult\28unsigned\20int\29 +8815:GrGLGpu::getCompatibleStencilIndex\28GrGLFormat\29 +8816:GrGLGpu::flushWireframeState\28bool\29 +8817:GrGLGpu::flushScissorRect\28SkIRect\20const&\2c\20int\2c\20GrSurfaceOrigin\29 +8818:GrGLGpu::flushProgram\28unsigned\20int\29 +8819:GrGLGpu::flushProgram\28sk_sp\29 +8820:GrGLGpu::flushFramebufferSRGB\28bool\29 +8821:GrGLGpu::flushConservativeRasterState\28bool\29 +8822:GrGLGpu::createRenderTargetObjects\28GrGLTexture::Desc\20const&\2c\20int\2c\20GrGLRenderTarget::IDs*\29 +8823:GrGLGpu::createCompressedTexture2D\28SkISize\2c\20SkTextureCompressionType\2c\20GrGLFormat\2c\20skgpu::Mipmapped\2c\20skgpu::Protected\2c\20GrGLTextureParameters::SamplerOverriddenState*\29 +8824:GrGLGpu::bindVertexArray\28unsigned\20int\29 +8825:GrGLGpu::TextureUnitBindings::setBoundID\28unsigned\20int\2c\20GrGpuResource::UniqueID\29 +8826:GrGLGpu::TextureUnitBindings::invalidateAllTargets\28bool\29 +8827:GrGLGpu::TextureToCopyProgramIdx\28GrTexture*\29 +8828:GrGLGpu::ProgramCache::~ProgramCache\28\29 +8829:GrGLGpu::ProgramCache::findOrCreateProgramImpl\28GrDirectContext*\2c\20GrProgramDesc\20const&\2c\20GrProgramInfo\20const&\2c\20GrThreadSafePipelineBuilder::Stats::ProgramCacheResult*\29 +8830:GrGLGpu::HWVertexArrayState::invalidate\28\29 +8831:GrGLFunction::GrGLFunction\28void\20\28*\29\28unsigned\20int\2c\20int\2c\20int\2c\20int\2c\20int\2c\20int\2c\20unsigned\20int\2c\20unsigned\20int\2c\20void\20const*\29\29::'lambda'\28void\20const*\2c\20unsigned\20int\2c\20int\2c\20int\2c\20int\2c\20int\2c\20int\2c\20unsigned\20int\2c\20unsigned\20int\2c\20void\20const*\29::__invoke\28void\20const*\2c\20unsigned\20int\2c\20int\2c\20int\2c\20int\2c\20int\2c\20int\2c\20unsigned\20int\2c\20unsigned\20int\2c\20void\20const*\29 +8832:GrGLFunction::GrGLFunction\28void\20\28*\29\28int\2c\20float\29\29::'lambda'\28void\20const*\2c\20int\2c\20float\29::__invoke\28void\20const*\2c\20int\2c\20float\29 +8833:GrGLFinishCallbacks::check\28\29 +8834:GrGLContext::~GrGLContext\28\29_12827 +8835:GrGLCaps::~GrGLCaps\28\29 +8836:GrGLCaps::getTexSubImageExternalFormatAndType\28GrGLFormat\2c\20GrColorType\2c\20GrColorType\2c\20unsigned\20int*\2c\20unsigned\20int*\29\20const +8837:GrGLCaps::getExternalFormat\28GrGLFormat\2c\20GrColorType\2c\20GrColorType\2c\20GrGLCaps::ExternalFormatUsage\2c\20unsigned\20int*\2c\20unsigned\20int*\29\20const +8838:GrGLCaps::canCopyTexSubImage\28GrGLFormat\2c\20bool\2c\20GrTextureType\20const*\2c\20GrGLFormat\2c\20bool\2c\20GrTextureType\20const*\29\20const +8839:GrGLCaps::canCopyAsBlit\28GrGLFormat\2c\20int\2c\20GrTextureType\20const*\2c\20GrGLFormat\2c\20int\2c\20GrTextureType\20const*\2c\20SkRect\20const&\2c\20bool\2c\20SkIRect\20const&\2c\20SkIRect\20const&\29\20const +8840:GrGLBuffer::~GrGLBuffer\28\29_12766 +8841:GrGLAttribArrayState::resize\28int\29 +8842:GrGLAttribArrayState::GrGLAttribArrayState\28int\29 +8843:GrFragmentProcessors::MakeChildFP\28SkRuntimeEffect::ChildPtr\20const&\2c\20GrFPArgs\20const&\29 +8844:GrFragmentProcessor::SwizzleOutput\28std::__2::unique_ptr>\2c\20skgpu::Swizzle\20const&\29::SwizzleFragmentProcessor::Make\28std::__2::unique_ptr>\2c\20skgpu::Swizzle\20const&\29 +8845:GrFragmentProcessor::SurfaceColor\28\29::SurfaceColorProcessor::Make\28\29 +8846:GrFragmentProcessor::HighPrecision\28std::__2::unique_ptr>\29::HighPrecisionFragmentProcessor::Make\28std::__2::unique_ptr>\29 +8847:GrFragmentProcessor::DeviceSpace\28std::__2::unique_ptr>\29::DeviceSpace::DeviceSpace\28std::__2::unique_ptr>\29 +8848:GrFragmentProcessor::Compose\28std::__2::unique_ptr>\2c\20std::__2::unique_ptr>\29::ComposeProcessor::Make\28std::__2::unique_ptr>\2c\20std::__2::unique_ptr>\29 +8849:GrFragmentProcessor::Compose\28std::__2::unique_ptr>\2c\20std::__2::unique_ptr>\29 +8850:GrFragmentProcessor::ClampOutput\28std::__2::unique_ptr>\29 +8851:GrFixedClip::preApply\28SkRect\20const&\2c\20GrAA\29\20const +8852:GrFixedClip::apply\28GrAppliedHardClip*\2c\20SkIRect*\29\20const +8853:GrEagerDynamicVertexAllocator::unlock\28int\29 +8854:GrDynamicAtlas::~GrDynamicAtlas\28\29 +8855:GrDynamicAtlas::Node::addRect\28int\2c\20int\2c\20SkIPoint16*\29 +8856:GrDrawingManager::closeAllTasks\28\29 +8857:GrDrawOpAtlas::uploadToPage\28unsigned\20int\2c\20GrDeferredUploadTarget*\2c\20int\2c\20int\2c\20void\20const*\2c\20skgpu::AtlasLocator*\29 +8858:GrDrawOpAtlas::updatePlot\28GrDeferredUploadTarget*\2c\20skgpu::AtlasLocator*\2c\20skgpu::Plot*\29 +8859:GrDrawOpAtlas::setLastUseToken\28skgpu::AtlasLocator\20const&\2c\20skgpu::Token\29 +8860:GrDrawOpAtlas::processEviction\28skgpu::PlotLocator\29 +8861:GrDrawOpAtlas::hasID\28skgpu::PlotLocator\20const&\29 +8862:GrDrawOpAtlas::compact\28skgpu::Token\29 +8863:GrDrawOpAtlas::addToAtlas\28GrResourceProvider*\2c\20GrDeferredUploadTarget*\2c\20int\2c\20int\2c\20void\20const*\2c\20skgpu::AtlasLocator*\29 +8864:GrDrawOpAtlas::Make\28GrProxyProvider*\2c\20GrBackendFormat\20const&\2c\20SkColorType\2c\20unsigned\20long\2c\20int\2c\20int\2c\20int\2c\20int\2c\20skgpu::AtlasGenerationCounter*\2c\20GrDrawOpAtlas::AllowMultitexturing\2c\20skgpu::PlotEvictionCallback*\2c\20std::__2::basic_string_view>\29 +8865:GrDrawIndirectBufferAllocPool::putBack\28int\29 +8866:GrDrawIndirectBufferAllocPool::putBackIndexed\28int\29 +8867:GrDrawIndirectBufferAllocPool::makeSpace\28int\2c\20sk_sp*\2c\20unsigned\20long*\29 +8868:GrDrawIndirectBufferAllocPool::makeIndexedSpace\28int\2c\20sk_sp*\2c\20unsigned\20long*\29 +8869:GrDistanceFieldPathGeoProc::~GrDistanceFieldPathGeoProc\28\29 +8870:GrDistanceFieldLCDTextGeoProc::~GrDistanceFieldLCDTextGeoProc\28\29 +8871:GrDistanceFieldA8TextGeoProc::~GrDistanceFieldA8TextGeoProc\28\29 +8872:GrDistanceFieldA8TextGeoProc::onTextureSampler\28int\29\20const +8873:GrDisableColorXPFactory::MakeXferProcessor\28\29 +8874:GrDirectContextPriv::validPMUPMConversionExists\28\29 +8875:GrDirectContext::~GrDirectContext\28\29 +8876:GrDirectContext::syncAllOutstandingGpuWork\28bool\29 +8877:GrDirectContext::submit\28GrSyncCpu\29 +8878:GrDirectContext::flush\28SkSurface*\29 +8879:GrDirectContext::abandoned\28\29 +8880:GrDeferredProxyUploader::signalAndFreeData\28\29 +8881:GrDeferredProxyUploader::GrDeferredProxyUploader\28\29 +8882:GrCopyRenderTask::~GrCopyRenderTask\28\29 +8883:GrCopyRenderTask::onIsUsed\28GrSurfaceProxy*\29\20const +8884:GrCopyBaseMipMapToView\28GrRecordingContext*\2c\20GrSurfaceProxyView\2c\20skgpu::Budgeted\29 +8885:GrCopyBaseMipMapToTextureProxy\28GrRecordingContext*\2c\20sk_sp\2c\20GrSurfaceOrigin\2c\20std::__2::basic_string_view>\2c\20skgpu::Budgeted\29 +8886:GrContext_Base::~GrContext_Base\28\29_9809 +8887:GrContextThreadSafeProxy::~GrContextThreadSafeProxy\28\29 +8888:GrColorSpaceXformEffect::~GrColorSpaceXformEffect\28\29 +8889:GrColorInfo::makeColorType\28GrColorType\29\20const +8890:GrColorInfo::isLinearlyBlended\28\29\20const +8891:GrColorFragmentProcessorAnalysis::GrColorFragmentProcessorAnalysis\28GrProcessorAnalysisColor\20const&\2c\20std::__2::unique_ptr>\20const*\2c\20int\29 +8892:GrCaps::~GrCaps\28\29 +8893:GrCaps::surfaceSupportsWritePixels\28GrSurface\20const*\29\20const +8894:GrCaps::getDstSampleFlagsForProxy\28GrRenderTargetProxy\20const*\2c\20bool\29\20const +8895:GrCPixmap::GrCPixmap\28GrPixmap\20const&\29 +8896:GrBufferAllocPool::resetCpuData\28unsigned\20long\29 +8897:GrBufferAllocPool::makeSpaceAtLeast\28unsigned\20long\2c\20unsigned\20long\2c\20unsigned\20long\2c\20sk_sp*\2c\20unsigned\20long*\2c\20unsigned\20long*\29 +8898:GrBufferAllocPool::flushCpuData\28GrBufferAllocPool::BufferBlock\20const&\2c\20unsigned\20long\29 +8899:GrBufferAllocPool::destroyBlock\28\29 +8900:GrBufferAllocPool::deleteBlocks\28\29 +8901:GrBufferAllocPool::createBlock\28unsigned\20long\29 +8902:GrBufferAllocPool::CpuBufferCache::makeBuffer\28unsigned\20long\2c\20bool\29 +8903:GrBlurUtils::mask_release_proc\28void*\2c\20void*\29 +8904:GrBlurUtils::draw_shape_with_mask_filter\28GrRecordingContext*\2c\20skgpu::ganesh::SurfaceDrawContext*\2c\20GrClip\20const*\2c\20GrPaint&&\2c\20SkMatrix\20const&\2c\20SkMaskFilterBase\20const*\2c\20GrStyledShape\20const&\29 +8905:GrBlurUtils::draw_mask\28skgpu::ganesh::SurfaceDrawContext*\2c\20GrClip\20const*\2c\20SkMatrix\20const&\2c\20SkIRect\20const&\2c\20GrPaint&&\2c\20GrSurfaceProxyView\29 +8906:GrBlurUtils::create_data\28SkIRect\20const&\2c\20SkIRect\20const&\29 +8907:GrBlurUtils::convolve_gaussian_1d\28skgpu::ganesh::SurfaceFillContext*\2c\20GrSurfaceProxyView\2c\20SkIRect\20const&\2c\20SkIPoint\2c\20SkIRect\20const&\2c\20SkAlphaType\2c\20GrBlurUtils::\28anonymous\20namespace\29::Direction\2c\20int\2c\20float\2c\20SkTileMode\29 +8908:GrBlurUtils::convolve_gaussian\28GrRecordingContext*\2c\20GrSurfaceProxyView\2c\20GrColorType\2c\20SkAlphaType\2c\20SkIRect\2c\20SkIRect\2c\20GrBlurUtils::\28anonymous\20namespace\29::Direction\2c\20int\2c\20float\2c\20SkTileMode\2c\20sk_sp\2c\20SkBackingFit\29 +8909:GrBlurUtils::clip_bounds_quick_reject\28SkIRect\20const&\2c\20SkIRect\20const&\29 +8910:GrBlurUtils::\28anonymous\20namespace\29::make_texture_effect\28GrCaps\20const*\2c\20GrSurfaceProxyView\2c\20SkAlphaType\2c\20GrSamplerState\20const&\2c\20SkIRect\20const&\2c\20SkIRect\20const&\2c\20SkISize\20const&\29 +8911:GrBlurUtils::MakeRectBlur\28GrRecordingContext*\2c\20GrShaderCaps\20const&\2c\20SkRect\20const&\2c\20std::__2::optional\20const&\2c\20SkMatrix\20const&\2c\20float\29 +8912:GrBlurUtils::MakeRRectBlur\28GrRecordingContext*\2c\20float\2c\20float\2c\20SkRRect\20const&\2c\20SkRRect\20const&\29 +8913:GrBlurUtils::MakeCircleBlur\28GrRecordingContext*\2c\20SkRect\20const&\2c\20float\29 +8914:GrBitmapTextGeoProc::~GrBitmapTextGeoProc\28\29 +8915:GrBitmapTextGeoProc::addNewViews\28GrSurfaceProxyView\20const*\2c\20int\2c\20GrSamplerState\29 +8916:GrBitmapTextGeoProc::Make\28SkArenaAlloc*\2c\20GrShaderCaps\20const&\2c\20SkRGBA4f<\28SkAlphaType\292>\20const&\2c\20bool\2c\20sk_sp\2c\20GrSurfaceProxyView\20const*\2c\20int\2c\20GrSamplerState\2c\20skgpu::MaskFormat\2c\20SkMatrix\20const&\2c\20bool\29 +8917:GrBicubicEffect::Make\28GrSurfaceProxyView\2c\20SkAlphaType\2c\20SkMatrix\20const&\2c\20GrSamplerState::WrapMode\2c\20GrSamplerState::WrapMode\2c\20SkCubicResampler\2c\20GrBicubicEffect::Direction\2c\20GrCaps\20const&\29 +8918:GrBicubicEffect::MakeSubset\28GrSurfaceProxyView\2c\20SkAlphaType\2c\20SkMatrix\20const&\2c\20GrSamplerState::WrapMode\2c\20GrSamplerState::WrapMode\2c\20SkRect\20const&\2c\20SkRect\20const&\2c\20SkCubicResampler\2c\20GrBicubicEffect::Direction\2c\20GrCaps\20const&\29 +8919:GrBackendTexture::operator=\28GrBackendTexture\20const&\29 +8920:GrBackendTexture::GrBackendTexture\28int\2c\20int\2c\20std::__2::basic_string_view>\2c\20skgpu::Mipmapped\2c\20GrBackendApi\2c\20GrTextureType\2c\20GrGLBackendTextureData\20const&\29 +8921:GrBackendRenderTarget::isProtected\28\29\20const +8922:GrBackendFormatBytesPerBlock\28GrBackendFormat\20const&\29 +8923:GrBackendFormat::operator!=\28GrBackendFormat\20const&\29\20const +8924:GrBackendFormat::makeTexture2D\28\29\20const +8925:GrAuditTrail::opsCombined\28GrOp\20const*\2c\20GrOp\20const*\29 +8926:GrAttachment::ComputeSharedAttachmentUniqueKey\28GrCaps\20const&\2c\20GrBackendFormat\20const&\2c\20SkISize\2c\20GrAttachment::UsageFlags\2c\20int\2c\20skgpu::Mipmapped\2c\20skgpu::Protected\2c\20GrMemoryless\2c\20skgpu::UniqueKey*\29 +8927:GrAttachment::ComputeScratchKey\28GrCaps\20const&\2c\20GrBackendFormat\20const&\2c\20SkISize\2c\20GrAttachment::UsageFlags\2c\20int\2c\20skgpu::Mipmapped\2c\20skgpu::Protected\2c\20GrMemoryless\2c\20skgpu::ScratchKey*\29 +8928:GrAtlasManager::~GrAtlasManager\28\29 +8929:GrAtlasManager::getViews\28skgpu::MaskFormat\2c\20unsigned\20int*\29 +8930:GrAtlasManager::atlasGeneration\28skgpu::MaskFormat\29\20const +8931:GrAppliedClip::visitProxies\28std::__2::function\20const&\29\20const +8932:GrAppliedClip::addCoverageFP\28std::__2::unique_ptr>\29 +8933:GrAATriangulator::makeEvent\28GrAATriangulator::SSEdge*\2c\20GrTriangulator::Vertex*\2c\20GrAATriangulator::SSEdge*\2c\20GrTriangulator::Vertex*\2c\20GrAATriangulator::EventList*\2c\20GrTriangulator::Comparator\20const&\29\20const +8934:GrAATriangulator::connectPartners\28GrTriangulator::VertexList*\2c\20GrTriangulator::Comparator\20const&\29 +8935:GrAATriangulator::collapseOverlapRegions\28GrTriangulator::VertexList*\2c\20GrTriangulator::Comparator\20const&\2c\20GrAATriangulator::EventComparator\29 +8936:GrAATriangulator::Event*\20SkArenaAlloc::make\28GrAATriangulator::SSEdge*&\2c\20SkPoint&\2c\20unsigned\20char&\29 +8937:GrAAConvexTessellator::~GrAAConvexTessellator\28\29 +8938:GrAAConvexTessellator::quadTo\28SkPoint\20const*\29 +8939:GrAAConvexTessellator::fanRing\28GrAAConvexTessellator::Ring\20const&\29 +8940:GetShortIns +8941:GetNextKey +8942:GetAlphaSourceRow +8943:FontMgrRunIterator::~FontMgrRunIterator\28\29 +8944:FontMgrRunIterator::endOfCurrentRun\28\29\20const +8945:FontMgrRunIterator::atEnd\28\29\20const +8946:FinishRow +8947:FinishDecoding +8948:FindSortableTop\28SkOpContourHead*\29 +8949:FillAlphaPlane +8950:FT_Vector_NormLen +8951:FT_Sfnt_Table_Info +8952:FT_Select_Size +8953:FT_Render_Glyph +8954:FT_Remove_Module +8955:FT_Outline_Get_Orientation +8956:FT_Outline_EmboldenXY +8957:FT_Outline_Decompose +8958:FT_Open_Face +8959:FT_New_Library +8960:FT_New_GlyphSlot +8961:FT_Match_Size +8962:FT_GlyphLoader_Reset +8963:FT_GlyphLoader_Prepare +8964:FT_GlyphLoader_CheckSubGlyphs +8965:FT_Get_Var_Design_Coordinates +8966:FT_Get_Postscript_Name +8967:FT_Get_Paint_Layers +8968:FT_Get_PS_Font_Info +8969:FT_Get_Glyph_Name +8970:FT_Get_FSType_Flags +8971:FT_Get_Color_Glyph_ClipBox +8972:FT_Done_Size +8973:FT_Done_Library +8974:FT_Bitmap_Done +8975:FT_Bitmap_Convert +8976:FT_Add_Default_Modules +8977:ErrorStatusLossless +8978:EllipticalRRectOp::~EllipticalRRectOp\28\29_12075 +8979:EllipticalRRectOp::onCreateProgramInfo\28GrCaps\20const*\2c\20SkArenaAlloc*\2c\20GrSurfaceProxyView\20const&\2c\20bool\2c\20GrAppliedClip&&\2c\20GrDstProxyView\20const&\2c\20GrXferBarrierFlags\2c\20GrLoadOp\29 +8980:EllipticalRRectOp::EllipticalRRectOp\28GrProcessorSet*\2c\20SkRGBA4f<\28SkAlphaType\292>\20const&\2c\20SkMatrix\20const&\2c\20SkRect\20const&\2c\20float\2c\20float\2c\20SkPoint\2c\20bool\29 +8981:EllipseOp::EllipseOp\28GrProcessorSet*\2c\20SkRGBA4f<\28SkAlphaType\292>\20const&\2c\20SkMatrix\20const&\2c\20EllipseOp::DeviceSpaceParams\20const&\2c\20SkStrokeRec\20const&\29 +8982:EllipseGeometryProcessor::Impl::setData\28GrGLSLProgramDataManager\20const&\2c\20GrShaderCaps\20const&\2c\20GrGeometryProcessor\20const&\29 +8983:Dot2AngleType\28float\29 +8984:DoUVTransform +8985:DoTransform +8986:Dither8x8 +8987:DispatchAlpha_C +8988:DecodeVarLenUint8 +8989:DecodeContextMap +8990:DIEllipseOp::~DIEllipseOp\28\29 +8991:DIEllipseOp::DIEllipseOp\28GrProcessorSet*\2c\20SkRGBA4f<\28SkAlphaType\292>\20const&\2c\20DIEllipseOp::DeviceSpaceParams\20const&\2c\20SkMatrix\20const&\29 +8992:CustomXP::makeProgramImpl\28\29\20const::Impl::onSetData\28GrGLSLProgramDataManager\20const&\2c\20GrXferProcessor\20const&\29 +8993:CustomXP::makeProgramImpl\28\29\20const::Impl::emitBlendCodeForDstRead\28GrGLSLXPFragmentBuilder*\2c\20GrGLSLUniformHandler*\2c\20char\20const*\2c\20char\20const*\2c\20char\20const*\2c\20char\20const*\2c\20char\20const*\2c\20GrXferProcessor\20const&\29 +8994:Cr_z_inflateReset2 +8995:Cr_z_inflateReset +8996:CoverageSetOpXP::onIsEqual\28GrXferProcessor\20const&\29\20const +8997:CopyOrSwap +8998:Convexicator::close\28\29 +8999:Convexicator::addVec\28SkPoint\20const&\29 +9000:Convexicator::addPt\28SkPoint\20const&\29 +9001:ConvertToYUVA +9002:ContourIter::next\28\29 +9003:ColorIndexInverseTransform_C +9004:ClearMetadata +9005:CircularRRectOp::~CircularRRectOp\28\29_12052 +9006:CircularRRectOp::CircularRRectOp\28GrProcessorSet*\2c\20SkRGBA4f<\28SkAlphaType\292>\20const&\2c\20SkMatrix\20const&\2c\20SkRect\20const&\2c\20float\2c\20float\2c\20bool\29 +9007:CircleOp::~CircleOp\28\29 +9008:CircleOp::Make\28GrRecordingContext*\2c\20GrPaint&&\2c\20SkMatrix\20const&\2c\20SkPoint\2c\20float\2c\20GrStyle\20const&\2c\20CircleOp::ArcParams\20const*\29 +9009:CircleOp::CircleOp\28GrProcessorSet*\2c\20SkRGBA4f<\28SkAlphaType\292>\20const&\2c\20SkMatrix\20const&\2c\20SkPoint\2c\20float\2c\20GrStyle\20const&\2c\20CircleOp::ArcParams\20const*\29 +9010:CircleGeometryProcessor::Make\28SkArenaAlloc*\2c\20bool\2c\20bool\2c\20bool\2c\20bool\2c\20bool\2c\20bool\2c\20SkMatrix\20const&\29 +9011:CircleGeometryProcessor::Impl::setData\28GrGLSLProgramDataManager\20const&\2c\20GrShaderCaps\20const&\2c\20GrGeometryProcessor\20const&\29 +9012:CheckSizeArgumentsOverflow +9013:CheckDecBuffer +9014:ChangeState +9015:CFF::dict_interpreter_t\2c\20CFF::interp_env_t>::interpret\28CFF::cff1_private_dict_values_base_t&\29 +9016:CFF::cs_opset_t\2c\20cff2_path_param_t\2c\20cff2_path_procs_path_t>::process_op\28unsigned\20int\2c\20CFF::cff2_cs_interp_env_t&\2c\20cff2_path_param_t&\29 +9017:CFF::cff_stack_t::cff_stack_t\28\29 +9018:CFF::cff2_cs_interp_env_t::process_vsindex\28\29 +9019:CFF::cff2_cs_interp_env_t::process_blend\28\29 +9020:CFF::cff2_cs_interp_env_t::fetch_op\28\29 +9021:CFF::cff2_cs_interp_env_t::cff2_cs_interp_env_t\28hb_array_t\20const&\2c\20OT::cff2::accelerator_t\20const&\2c\20unsigned\20int\2c\20int\20const*\2c\20unsigned\20int\29 +9022:CFF::cff2_cs_interp_env_t::blend_deltas\28hb_array_t\29\20const +9023:CFF::cff1_top_dict_values_t::init\28\29 +9024:CFF::cff1_cs_interp_env_t::cff1_cs_interp_env_t\28hb_array_t\20const&\2c\20OT::cff1::accelerator_t\20const&\2c\20unsigned\20int\2c\20int\20const*\2c\20unsigned\20int\29 +9025:CFF::biased_subrs_t>>::init\28CFF::Subrs>\20const*\29 +9026:CFF::biased_subrs_t>>::init\28CFF::Subrs>\20const*\29 +9027:CFF::Subrs>\20const&\20CFF::StructAtOffsetOrNull>>\28void\20const*\2c\20int\2c\20hb_sanitize_context_t&\29 +9028:CFF::FDSelect::get_fd\28unsigned\20int\29\20const +9029:CFF::FDSelect3_4\2c\20OT::IntType>::sentinel\28\29\20const +9030:CFF::FDSelect3_4\2c\20OT::IntType>::sanitize\28hb_sanitize_context_t*\2c\20unsigned\20int\29\20const +9031:CFF::FDSelect3_4\2c\20OT::IntType>::get_fd\28unsigned\20int\29\20const +9032:CFF::FDSelect0::sanitize\28hb_sanitize_context_t*\2c\20unsigned\20int\29\20const +9033:CFF::Charset::get_glyph\28unsigned\20int\2c\20unsigned\20int\29\20const +9034:CFF::CFF2FDSelect::get_fd\28unsigned\20int\29\20const +9035:ButtCapDashedCircleOp::ButtCapDashedCircleOp\28GrProcessorSet*\2c\20SkRGBA4f<\28SkAlphaType\292>\20const&\2c\20SkMatrix\20const&\2c\20SkPoint\2c\20float\2c\20float\2c\20float\2c\20float\2c\20float\2c\20float\29 +9036:BrotliTransformDictionaryWord +9037:BrotliEnsureRingBuffer +9038:BrotliDecoderStateCleanupAfterMetablock +9039:BlockIndexIterator::Last\28SkBlockAllocator::Block\20const*\29\2c\20&SkTBlockList::First\28SkBlockAllocator::Block\20const*\29\2c\20&SkTBlockList::Decrement\28SkBlockAllocator::Block\20const*\2c\20int\29\2c\20&SkTBlockList::GetItem\28SkBlockAllocator::Block\20const*\2c\20int\29>::begin\28\29\20const +9040:BlockIndexIterator::First\28SkBlockAllocator::Block\20const*\29\2c\20&SkTBlockList::Last\28SkBlockAllocator::Block\20const*\29\2c\20&SkTBlockList::Increment\28SkBlockAllocator::Block\20const*\2c\20int\29\2c\20&SkTBlockList::GetItem\28SkBlockAllocator::Block\20const*\2c\20int\29>::Item::operator++\28\29 +9041:AutoRestoreInverseness::~AutoRestoreInverseness\28\29 +9042:AutoRestoreInverseness::AutoRestoreInverseness\28GrShape*\2c\20GrStyle\20const&\29 +9043:AutoLayerForImageFilter::~AutoLayerForImageFilter\28\29 +9044:AutoLayerForImageFilter::operator=\28AutoLayerForImageFilter&&\29 +9045:AutoLayerForImageFilter::addMaskFilterLayer\28SkRect\20const*\29 +9046:AutoLayerForImageFilter::addLayer\28SkPaint\20const&\2c\20SkRect\20const*\2c\20bool\29 +9047:AttributeListEntry*\20icu_74::MemoryPool::create<>\28\29 +9048:ApplyInverseTransforms +9049:AngleWinding\28SkOpSpanBase*\2c\20SkOpSpanBase*\2c\20int*\2c\20bool*\29 +9050:AlphaApplyFilter +9051:AllocateInternalBuffers32b +9052:AddIntersectTs\28SkOpContour*\2c\20SkOpContour*\2c\20SkOpCoincidence*\29 +9053:ActiveEdgeList::replace\28SkPoint\20const&\2c\20SkPoint\20const&\2c\20SkPoint\20const&\2c\20unsigned\20short\2c\20unsigned\20short\2c\20unsigned\20short\29 +9054:ActiveEdgeList::remove\28SkPoint\20const&\2c\20SkPoint\20const&\2c\20unsigned\20short\2c\20unsigned\20short\29 +9055:ActiveEdgeList::insert\28SkPoint\20const&\2c\20SkPoint\20const&\2c\20unsigned\20short\2c\20unsigned\20short\29 +9056:ActiveEdgeList::allocate\28SkPoint\20const&\2c\20SkPoint\20const&\2c\20unsigned\20short\2c\20unsigned\20short\29 +9057:ALPHDelete +9058:AAT::trak::sanitize\28hb_sanitize_context_t*\29\20const +9059:AAT::mortmorx::sanitize\28hb_sanitize_context_t*\29\20const +9060:AAT::mortmorx::sanitize\28hb_sanitize_context_t*\29\20const +9061:AAT::ltag::sanitize\28hb_sanitize_context_t*\29\20const +9062:AAT::ltag::get_language\28unsigned\20int\29\20const +9063:AAT::kern_subtable_accelerator_data_t::~kern_subtable_accelerator_data_t\28\29 +9064:AAT::kern_subtable_accelerator_data_t::kern_subtable_accelerator_data_t\28\29 +9065:AAT::kern_accelerator_data_t::operator=\28AAT::kern_accelerator_data_t&&\29 +9066:AAT::hb_aat_apply_context_t::return_t\20AAT::ChainSubtable::dispatch\28AAT::hb_aat_apply_context_t*\29\20const +9067:AAT::hb_aat_apply_context_t::return_t\20AAT::ChainSubtable::dispatch\28AAT::hb_aat_apply_context_t*\29\20const +9068:AAT::hb_aat_apply_context_t::replace_glyph\28unsigned\20int\29 +9069:AAT::feat::sanitize\28hb_sanitize_context_t*\29\20const +9070:AAT::ankr::sanitize\28hb_sanitize_context_t*\29\20const +9071:AAT::ankr::get_anchor\28unsigned\20int\2c\20unsigned\20int\2c\20unsigned\20int\29\20const +9072:AAT::TrackData::get_tracking\28void\20const*\2c\20float\2c\20float\29\20const +9073:AAT::Lookup>::get_value_or_null\28unsigned\20int\2c\20unsigned\20int\29\20const +9074:AAT::Lookup>::get_value\28unsigned\20int\2c\20unsigned\20int\29\20const +9075:AAT::Lookup>::get_value_or_null\28unsigned\20int\2c\20unsigned\20int\29\20const +9076:AAT::KerxTable::sanitize\28hb_sanitize_context_t*\29\20const +9077:AAT::KernPair\20const*\20hb_sorted_array_t::bsearch\28AAT::hb_glyph_pair_t\20const&\2c\20AAT::KernPair\20const*\29 +9078:AAT::KernPair\20const&\20OT::SortedArrayOf>>::bsearch\28AAT::hb_glyph_pair_t\20const&\2c\20AAT::KernPair\20const&\29\20const +9079:8863 +9080:8864 +9081:8865 +9082:8866 +9083:8867 +9084:8868 +9085:8869 +9086:8870 +9087:8871 +9088:8872 +9089:8873 +9090:8874 +9091:8875 +9092:8876 +9093:8877 +9094:8878 +9095:8879 +9096:8880 +9097:8881 +9098:8882 +9099:8883 +9100:8884 +9101:8885 +9102:8886 +9103:8887 +9104:8888 +9105:8889 +9106:8890 +9107:8891 +9108:8892 +9109:8893 +9110:8894 +9111:8895 +9112:8896 +9113:8897 +9114:8898 +9115:8899 +9116:8900 +9117:8901 +9118:8902 +9119:8903 +9120:8904 +9121:8905 +9122:8906 +9123:8907 +9124:8908 +9125:8909 +9126:8910 +9127:8911 +9128:8912 +9129:8913 +9130:8914 +9131:8915 +9132:8916 +9133:8917 +9134:8918 +9135:8919 +9136:8920 +9137:8921 +9138:8922 +9139:8923 +9140:8924 +9141:8925 +9142:8926 +9143:8927 +9144:8928 +9145:8929 +9146:8930 +9147:8931 +9148:8932 +9149:8933 +9150:8934 +9151:8935 +9152:8936 +9153:8937 +9154:8938 +9155:8939 +9156:8940 +9157:8941 +9158:8942 +9159:8943 +9160:8944 +9161:8945 +9162:8946 +9163:8947 +9164:8948 +9165:8949 +9166:8950 +9167:8951 +9168:8952 +9169:8953 +9170:8954 +9171:8955 +9172:8956 +9173:8957 +9174:8958 +9175:8959 +9176:8960 +9177:8961 +9178:8962 +9179:8963 +9180:8964 +9181:8965 +9182:8966 +9183:8967 +9184:xyzd50_to_hcl\28SkRGBA4f<\28SkAlphaType\292>\2c\20bool*\29 +9185:wuffs_gif__decoder__tell_me_more +9186:wuffs_gif__decoder__set_report_metadata +9187:wuffs_gif__decoder__set_quirk_enabled +9188:wuffs_gif__decoder__num_decoded_frames +9189:wuffs_gif__decoder__num_decoded_frame_configs +9190:wuffs_base__pixel_swizzler__xxxxxxxx__index_binary_alpha__src_over +9191:wuffs_base__pixel_swizzler__xxxxxxxx__index__src +9192:wuffs_base__pixel_swizzler__xxxx__index_binary_alpha__src_over +9193:wuffs_base__pixel_swizzler__xxxx__index__src +9194:wuffs_base__pixel_swizzler__xxx__index_binary_alpha__src_over +9195:wuffs_base__pixel_swizzler__xxx__index__src +9196:wuffs_base__pixel_swizzler__transparent_black_src_over +9197:wuffs_base__pixel_swizzler__transparent_black_src +9198:wuffs_base__pixel_swizzler__copy_1_1 +9199:wuffs_base__pixel_swizzler__bgr_565__index_binary_alpha__src_over +9200:wuffs_base__pixel_swizzler__bgr_565__index__src +9201:void\20std::__2::__call_once_proxy\5babi:nn180100\5d>\28void*\29 +9202:void\20std::__2::__call_once_proxy\5babi:ne180100\5d>\28void*\29 +9203:void\20mergeT\28void\20const*\2c\20int\2c\20unsigned\20char\20const*\2c\20int\2c\20void*\29 +9204:void\20mergeT\28void\20const*\2c\20int\2c\20unsigned\20char\20const*\2c\20int\2c\20void*\29 +9205:void\20\28anonymous\20namespace\29::downsample_3_3<\28anonymous\20namespace\29::ColorTypeFilter_RGBA_F16>\28void*\2c\20void\20const*\2c\20unsigned\20long\2c\20int\29 +9206:void\20\28anonymous\20namespace\29::downsample_3_3<\28anonymous\20namespace\29::ColorTypeFilter_F16F16>\28void*\2c\20void\20const*\2c\20unsigned\20long\2c\20int\29 +9207:void\20\28anonymous\20namespace\29::downsample_3_3<\28anonymous\20namespace\29::ColorTypeFilter_Alpha_F16>\28void*\2c\20void\20const*\2c\20unsigned\20long\2c\20int\29 +9208:void\20\28anonymous\20namespace\29::downsample_3_3<\28anonymous\20namespace\29::ColorTypeFilter_8>\28void*\2c\20void\20const*\2c\20unsigned\20long\2c\20int\29 +9209:void\20\28anonymous\20namespace\29::downsample_3_3<\28anonymous\20namespace\29::ColorTypeFilter_88>\28void*\2c\20void\20const*\2c\20unsigned\20long\2c\20int\29 +9210:void\20\28anonymous\20namespace\29::downsample_3_3<\28anonymous\20namespace\29::ColorTypeFilter_8888>\28void*\2c\20void\20const*\2c\20unsigned\20long\2c\20int\29 +9211:void\20\28anonymous\20namespace\29::downsample_3_3<\28anonymous\20namespace\29::ColorTypeFilter_565>\28void*\2c\20void\20const*\2c\20unsigned\20long\2c\20int\29 +9212:void\20\28anonymous\20namespace\29::downsample_3_3<\28anonymous\20namespace\29::ColorTypeFilter_4444>\28void*\2c\20void\20const*\2c\20unsigned\20long\2c\20int\29 +9213:void\20\28anonymous\20namespace\29::downsample_3_3<\28anonymous\20namespace\29::ColorTypeFilter_16>\28void*\2c\20void\20const*\2c\20unsigned\20long\2c\20int\29 +9214:void\20\28anonymous\20namespace\29::downsample_3_3<\28anonymous\20namespace\29::ColorTypeFilter_1616>\28void*\2c\20void\20const*\2c\20unsigned\20long\2c\20int\29 +9215:void\20\28anonymous\20namespace\29::downsample_3_3<\28anonymous\20namespace\29::ColorTypeFilter_16161616>\28void*\2c\20void\20const*\2c\20unsigned\20long\2c\20int\29 +9216:void\20\28anonymous\20namespace\29::downsample_3_3<\28anonymous\20namespace\29::ColorTypeFilter_1010102>\28void*\2c\20void\20const*\2c\20unsigned\20long\2c\20int\29 +9217:void\20\28anonymous\20namespace\29::downsample_3_2<\28anonymous\20namespace\29::ColorTypeFilter_RGBA_F16>\28void*\2c\20void\20const*\2c\20unsigned\20long\2c\20int\29 +9218:void\20\28anonymous\20namespace\29::downsample_3_2<\28anonymous\20namespace\29::ColorTypeFilter_F16F16>\28void*\2c\20void\20const*\2c\20unsigned\20long\2c\20int\29 +9219:void\20\28anonymous\20namespace\29::downsample_3_2<\28anonymous\20namespace\29::ColorTypeFilter_Alpha_F16>\28void*\2c\20void\20const*\2c\20unsigned\20long\2c\20int\29 +9220:void\20\28anonymous\20namespace\29::downsample_3_2<\28anonymous\20namespace\29::ColorTypeFilter_8>\28void*\2c\20void\20const*\2c\20unsigned\20long\2c\20int\29 +9221:void\20\28anonymous\20namespace\29::downsample_3_2<\28anonymous\20namespace\29::ColorTypeFilter_88>\28void*\2c\20void\20const*\2c\20unsigned\20long\2c\20int\29 +9222:void\20\28anonymous\20namespace\29::downsample_3_2<\28anonymous\20namespace\29::ColorTypeFilter_8888>\28void*\2c\20void\20const*\2c\20unsigned\20long\2c\20int\29 +9223:void\20\28anonymous\20namespace\29::downsample_3_2<\28anonymous\20namespace\29::ColorTypeFilter_565>\28void*\2c\20void\20const*\2c\20unsigned\20long\2c\20int\29 +9224:void\20\28anonymous\20namespace\29::downsample_3_2<\28anonymous\20namespace\29::ColorTypeFilter_4444>\28void*\2c\20void\20const*\2c\20unsigned\20long\2c\20int\29 +9225:void\20\28anonymous\20namespace\29::downsample_3_2<\28anonymous\20namespace\29::ColorTypeFilter_16>\28void*\2c\20void\20const*\2c\20unsigned\20long\2c\20int\29 +9226:void\20\28anonymous\20namespace\29::downsample_3_2<\28anonymous\20namespace\29::ColorTypeFilter_1616>\28void*\2c\20void\20const*\2c\20unsigned\20long\2c\20int\29 +9227:void\20\28anonymous\20namespace\29::downsample_3_2<\28anonymous\20namespace\29::ColorTypeFilter_16161616>\28void*\2c\20void\20const*\2c\20unsigned\20long\2c\20int\29 +9228:void\20\28anonymous\20namespace\29::downsample_3_2<\28anonymous\20namespace\29::ColorTypeFilter_1010102>\28void*\2c\20void\20const*\2c\20unsigned\20long\2c\20int\29 +9229:void\20\28anonymous\20namespace\29::downsample_3_1<\28anonymous\20namespace\29::ColorTypeFilter_RGBA_F16>\28void*\2c\20void\20const*\2c\20unsigned\20long\2c\20int\29 +9230:void\20\28anonymous\20namespace\29::downsample_3_1<\28anonymous\20namespace\29::ColorTypeFilter_F16F16>\28void*\2c\20void\20const*\2c\20unsigned\20long\2c\20int\29 +9231:void\20\28anonymous\20namespace\29::downsample_3_1<\28anonymous\20namespace\29::ColorTypeFilter_Alpha_F16>\28void*\2c\20void\20const*\2c\20unsigned\20long\2c\20int\29 +9232:void\20\28anonymous\20namespace\29::downsample_3_1<\28anonymous\20namespace\29::ColorTypeFilter_8>\28void*\2c\20void\20const*\2c\20unsigned\20long\2c\20int\29 +9233:void\20\28anonymous\20namespace\29::downsample_3_1<\28anonymous\20namespace\29::ColorTypeFilter_88>\28void*\2c\20void\20const*\2c\20unsigned\20long\2c\20int\29 +9234:void\20\28anonymous\20namespace\29::downsample_3_1<\28anonymous\20namespace\29::ColorTypeFilter_8888>\28void*\2c\20void\20const*\2c\20unsigned\20long\2c\20int\29 +9235:void\20\28anonymous\20namespace\29::downsample_3_1<\28anonymous\20namespace\29::ColorTypeFilter_565>\28void*\2c\20void\20const*\2c\20unsigned\20long\2c\20int\29 +9236:void\20\28anonymous\20namespace\29::downsample_3_1<\28anonymous\20namespace\29::ColorTypeFilter_4444>\28void*\2c\20void\20const*\2c\20unsigned\20long\2c\20int\29 +9237:void\20\28anonymous\20namespace\29::downsample_3_1<\28anonymous\20namespace\29::ColorTypeFilter_16>\28void*\2c\20void\20const*\2c\20unsigned\20long\2c\20int\29 +9238:void\20\28anonymous\20namespace\29::downsample_3_1<\28anonymous\20namespace\29::ColorTypeFilter_1616>\28void*\2c\20void\20const*\2c\20unsigned\20long\2c\20int\29 +9239:void\20\28anonymous\20namespace\29::downsample_3_1<\28anonymous\20namespace\29::ColorTypeFilter_16161616>\28void*\2c\20void\20const*\2c\20unsigned\20long\2c\20int\29 +9240:void\20\28anonymous\20namespace\29::downsample_3_1<\28anonymous\20namespace\29::ColorTypeFilter_1010102>\28void*\2c\20void\20const*\2c\20unsigned\20long\2c\20int\29 +9241:void\20\28anonymous\20namespace\29::downsample_2_3<\28anonymous\20namespace\29::ColorTypeFilter_RGBA_F16>\28void*\2c\20void\20const*\2c\20unsigned\20long\2c\20int\29 +9242:void\20\28anonymous\20namespace\29::downsample_2_3<\28anonymous\20namespace\29::ColorTypeFilter_F16F16>\28void*\2c\20void\20const*\2c\20unsigned\20long\2c\20int\29 +9243:void\20\28anonymous\20namespace\29::downsample_2_3<\28anonymous\20namespace\29::ColorTypeFilter_Alpha_F16>\28void*\2c\20void\20const*\2c\20unsigned\20long\2c\20int\29 +9244:void\20\28anonymous\20namespace\29::downsample_2_3<\28anonymous\20namespace\29::ColorTypeFilter_8>\28void*\2c\20void\20const*\2c\20unsigned\20long\2c\20int\29 +9245:void\20\28anonymous\20namespace\29::downsample_2_3<\28anonymous\20namespace\29::ColorTypeFilter_88>\28void*\2c\20void\20const*\2c\20unsigned\20long\2c\20int\29 +9246:void\20\28anonymous\20namespace\29::downsample_2_3<\28anonymous\20namespace\29::ColorTypeFilter_8888>\28void*\2c\20void\20const*\2c\20unsigned\20long\2c\20int\29 +9247:void\20\28anonymous\20namespace\29::downsample_2_3<\28anonymous\20namespace\29::ColorTypeFilter_565>\28void*\2c\20void\20const*\2c\20unsigned\20long\2c\20int\29 +9248:void\20\28anonymous\20namespace\29::downsample_2_3<\28anonymous\20namespace\29::ColorTypeFilter_4444>\28void*\2c\20void\20const*\2c\20unsigned\20long\2c\20int\29 +9249:void\20\28anonymous\20namespace\29::downsample_2_3<\28anonymous\20namespace\29::ColorTypeFilter_16>\28void*\2c\20void\20const*\2c\20unsigned\20long\2c\20int\29 +9250:void\20\28anonymous\20namespace\29::downsample_2_3<\28anonymous\20namespace\29::ColorTypeFilter_1616>\28void*\2c\20void\20const*\2c\20unsigned\20long\2c\20int\29 +9251:void\20\28anonymous\20namespace\29::downsample_2_3<\28anonymous\20namespace\29::ColorTypeFilter_16161616>\28void*\2c\20void\20const*\2c\20unsigned\20long\2c\20int\29 +9252:void\20\28anonymous\20namespace\29::downsample_2_3<\28anonymous\20namespace\29::ColorTypeFilter_1010102>\28void*\2c\20void\20const*\2c\20unsigned\20long\2c\20int\29 +9253:void\20\28anonymous\20namespace\29::downsample_2_2<\28anonymous\20namespace\29::ColorTypeFilter_RGBA_F16>\28void*\2c\20void\20const*\2c\20unsigned\20long\2c\20int\29 +9254:void\20\28anonymous\20namespace\29::downsample_2_2<\28anonymous\20namespace\29::ColorTypeFilter_F16F16>\28void*\2c\20void\20const*\2c\20unsigned\20long\2c\20int\29 +9255:void\20\28anonymous\20namespace\29::downsample_2_2<\28anonymous\20namespace\29::ColorTypeFilter_Alpha_F16>\28void*\2c\20void\20const*\2c\20unsigned\20long\2c\20int\29 +9256:void\20\28anonymous\20namespace\29::downsample_2_2<\28anonymous\20namespace\29::ColorTypeFilter_8>\28void*\2c\20void\20const*\2c\20unsigned\20long\2c\20int\29 +9257:void\20\28anonymous\20namespace\29::downsample_2_2<\28anonymous\20namespace\29::ColorTypeFilter_88>\28void*\2c\20void\20const*\2c\20unsigned\20long\2c\20int\29 +9258:void\20\28anonymous\20namespace\29::downsample_2_2<\28anonymous\20namespace\29::ColorTypeFilter_8888>\28void*\2c\20void\20const*\2c\20unsigned\20long\2c\20int\29 +9259:void\20\28anonymous\20namespace\29::downsample_2_2<\28anonymous\20namespace\29::ColorTypeFilter_565>\28void*\2c\20void\20const*\2c\20unsigned\20long\2c\20int\29 +9260:void\20\28anonymous\20namespace\29::downsample_2_2<\28anonymous\20namespace\29::ColorTypeFilter_4444>\28void*\2c\20void\20const*\2c\20unsigned\20long\2c\20int\29 +9261:void\20\28anonymous\20namespace\29::downsample_2_2<\28anonymous\20namespace\29::ColorTypeFilter_16>\28void*\2c\20void\20const*\2c\20unsigned\20long\2c\20int\29 +9262:void\20\28anonymous\20namespace\29::downsample_2_2<\28anonymous\20namespace\29::ColorTypeFilter_1616>\28void*\2c\20void\20const*\2c\20unsigned\20long\2c\20int\29 +9263:void\20\28anonymous\20namespace\29::downsample_2_2<\28anonymous\20namespace\29::ColorTypeFilter_16161616>\28void*\2c\20void\20const*\2c\20unsigned\20long\2c\20int\29 +9264:void\20\28anonymous\20namespace\29::downsample_2_2<\28anonymous\20namespace\29::ColorTypeFilter_1010102>\28void*\2c\20void\20const*\2c\20unsigned\20long\2c\20int\29 +9265:void\20\28anonymous\20namespace\29::downsample_2_1<\28anonymous\20namespace\29::ColorTypeFilter_RGBA_F16>\28void*\2c\20void\20const*\2c\20unsigned\20long\2c\20int\29 +9266:void\20\28anonymous\20namespace\29::downsample_2_1<\28anonymous\20namespace\29::ColorTypeFilter_F16F16>\28void*\2c\20void\20const*\2c\20unsigned\20long\2c\20int\29 +9267:void\20\28anonymous\20namespace\29::downsample_2_1<\28anonymous\20namespace\29::ColorTypeFilter_Alpha_F16>\28void*\2c\20void\20const*\2c\20unsigned\20long\2c\20int\29 +9268:void\20\28anonymous\20namespace\29::downsample_2_1<\28anonymous\20namespace\29::ColorTypeFilter_8>\28void*\2c\20void\20const*\2c\20unsigned\20long\2c\20int\29 +9269:void\20\28anonymous\20namespace\29::downsample_2_1<\28anonymous\20namespace\29::ColorTypeFilter_88>\28void*\2c\20void\20const*\2c\20unsigned\20long\2c\20int\29 +9270:void\20\28anonymous\20namespace\29::downsample_2_1<\28anonymous\20namespace\29::ColorTypeFilter_8888>\28void*\2c\20void\20const*\2c\20unsigned\20long\2c\20int\29 +9271:void\20\28anonymous\20namespace\29::downsample_2_1<\28anonymous\20namespace\29::ColorTypeFilter_565>\28void*\2c\20void\20const*\2c\20unsigned\20long\2c\20int\29 +9272:void\20\28anonymous\20namespace\29::downsample_2_1<\28anonymous\20namespace\29::ColorTypeFilter_4444>\28void*\2c\20void\20const*\2c\20unsigned\20long\2c\20int\29 +9273:void\20\28anonymous\20namespace\29::downsample_2_1<\28anonymous\20namespace\29::ColorTypeFilter_16>\28void*\2c\20void\20const*\2c\20unsigned\20long\2c\20int\29 +9274:void\20\28anonymous\20namespace\29::downsample_2_1<\28anonymous\20namespace\29::ColorTypeFilter_1616>\28void*\2c\20void\20const*\2c\20unsigned\20long\2c\20int\29 +9275:void\20\28anonymous\20namespace\29::downsample_2_1<\28anonymous\20namespace\29::ColorTypeFilter_16161616>\28void*\2c\20void\20const*\2c\20unsigned\20long\2c\20int\29 +9276:void\20\28anonymous\20namespace\29::downsample_2_1<\28anonymous\20namespace\29::ColorTypeFilter_1010102>\28void*\2c\20void\20const*\2c\20unsigned\20long\2c\20int\29 +9277:void\20\28anonymous\20namespace\29::downsample_1_3<\28anonymous\20namespace\29::ColorTypeFilter_RGBA_F16>\28void*\2c\20void\20const*\2c\20unsigned\20long\2c\20int\29 +9278:void\20\28anonymous\20namespace\29::downsample_1_3<\28anonymous\20namespace\29::ColorTypeFilter_F16F16>\28void*\2c\20void\20const*\2c\20unsigned\20long\2c\20int\29 +9279:void\20\28anonymous\20namespace\29::downsample_1_3<\28anonymous\20namespace\29::ColorTypeFilter_Alpha_F16>\28void*\2c\20void\20const*\2c\20unsigned\20long\2c\20int\29 +9280:void\20\28anonymous\20namespace\29::downsample_1_3<\28anonymous\20namespace\29::ColorTypeFilter_8>\28void*\2c\20void\20const*\2c\20unsigned\20long\2c\20int\29 +9281:void\20\28anonymous\20namespace\29::downsample_1_3<\28anonymous\20namespace\29::ColorTypeFilter_88>\28void*\2c\20void\20const*\2c\20unsigned\20long\2c\20int\29 +9282:void\20\28anonymous\20namespace\29::downsample_1_3<\28anonymous\20namespace\29::ColorTypeFilter_8888>\28void*\2c\20void\20const*\2c\20unsigned\20long\2c\20int\29 +9283:void\20\28anonymous\20namespace\29::downsample_1_3<\28anonymous\20namespace\29::ColorTypeFilter_565>\28void*\2c\20void\20const*\2c\20unsigned\20long\2c\20int\29 +9284:void\20\28anonymous\20namespace\29::downsample_1_3<\28anonymous\20namespace\29::ColorTypeFilter_4444>\28void*\2c\20void\20const*\2c\20unsigned\20long\2c\20int\29 +9285:void\20\28anonymous\20namespace\29::downsample_1_3<\28anonymous\20namespace\29::ColorTypeFilter_16>\28void*\2c\20void\20const*\2c\20unsigned\20long\2c\20int\29 +9286:void\20\28anonymous\20namespace\29::downsample_1_3<\28anonymous\20namespace\29::ColorTypeFilter_1616>\28void*\2c\20void\20const*\2c\20unsigned\20long\2c\20int\29 +9287:void\20\28anonymous\20namespace\29::downsample_1_3<\28anonymous\20namespace\29::ColorTypeFilter_16161616>\28void*\2c\20void\20const*\2c\20unsigned\20long\2c\20int\29 +9288:void\20\28anonymous\20namespace\29::downsample_1_3<\28anonymous\20namespace\29::ColorTypeFilter_1010102>\28void*\2c\20void\20const*\2c\20unsigned\20long\2c\20int\29 +9289:void\20\28anonymous\20namespace\29::downsample_1_2<\28anonymous\20namespace\29::ColorTypeFilter_RGBA_F16>\28void*\2c\20void\20const*\2c\20unsigned\20long\2c\20int\29 +9290:void\20\28anonymous\20namespace\29::downsample_1_2<\28anonymous\20namespace\29::ColorTypeFilter_F16F16>\28void*\2c\20void\20const*\2c\20unsigned\20long\2c\20int\29 +9291:void\20\28anonymous\20namespace\29::downsample_1_2<\28anonymous\20namespace\29::ColorTypeFilter_Alpha_F16>\28void*\2c\20void\20const*\2c\20unsigned\20long\2c\20int\29 +9292:void\20\28anonymous\20namespace\29::downsample_1_2<\28anonymous\20namespace\29::ColorTypeFilter_8>\28void*\2c\20void\20const*\2c\20unsigned\20long\2c\20int\29 +9293:void\20\28anonymous\20namespace\29::downsample_1_2<\28anonymous\20namespace\29::ColorTypeFilter_88>\28void*\2c\20void\20const*\2c\20unsigned\20long\2c\20int\29 +9294:void\20\28anonymous\20namespace\29::downsample_1_2<\28anonymous\20namespace\29::ColorTypeFilter_8888>\28void*\2c\20void\20const*\2c\20unsigned\20long\2c\20int\29 +9295:void\20\28anonymous\20namespace\29::downsample_1_2<\28anonymous\20namespace\29::ColorTypeFilter_565>\28void*\2c\20void\20const*\2c\20unsigned\20long\2c\20int\29 +9296:void\20\28anonymous\20namespace\29::downsample_1_2<\28anonymous\20namespace\29::ColorTypeFilter_4444>\28void*\2c\20void\20const*\2c\20unsigned\20long\2c\20int\29 +9297:void\20\28anonymous\20namespace\29::downsample_1_2<\28anonymous\20namespace\29::ColorTypeFilter_16>\28void*\2c\20void\20const*\2c\20unsigned\20long\2c\20int\29 +9298:void\20\28anonymous\20namespace\29::downsample_1_2<\28anonymous\20namespace\29::ColorTypeFilter_1616>\28void*\2c\20void\20const*\2c\20unsigned\20long\2c\20int\29 +9299:void\20\28anonymous\20namespace\29::downsample_1_2<\28anonymous\20namespace\29::ColorTypeFilter_16161616>\28void*\2c\20void\20const*\2c\20unsigned\20long\2c\20int\29 +9300:void\20\28anonymous\20namespace\29::downsample_1_2<\28anonymous\20namespace\29::ColorTypeFilter_1010102>\28void*\2c\20void\20const*\2c\20unsigned\20long\2c\20int\29 +9301:void*\20OT::hb_accelerate_subtables_context_t::cache_func_to>\28void*\2c\20OT::hb_ot_lookup_cache_op_t\29 +9302:virtual\20thunk\20to\20std::__2::basic_stringstream\2c\20std::__2::allocator>::~basic_stringstream\28\29_17377 +9303:virtual\20thunk\20to\20std::__2::basic_stringstream\2c\20std::__2::allocator>::~basic_stringstream\28\29 +9304:virtual\20thunk\20to\20std::__2::basic_ostringstream\2c\20std::__2::allocator>::~basic_ostringstream\28\29_17380 +9305:virtual\20thunk\20to\20std::__2::basic_ostringstream\2c\20std::__2::allocator>::~basic_ostringstream\28\29 +9306:virtual\20thunk\20to\20std::__2::basic_ostream>::~basic_ostream\28\29_17263 +9307:virtual\20thunk\20to\20std::__2::basic_ostream>::~basic_ostream\28\29 +9308:virtual\20thunk\20to\20std::__2::basic_istream>::~basic_istream\28\29_17234 +9309:virtual\20thunk\20to\20std::__2::basic_istream>::~basic_istream\28\29 +9310:virtual\20thunk\20to\20std::__2::basic_iostream>::~basic_iostream\28\29_17279 +9311:virtual\20thunk\20to\20std::__2::basic_iostream>::~basic_iostream\28\29 +9312:virtual\20thunk\20to\20flutter::DisplayListBuilder::~DisplayListBuilder\28\29_1404 +9313:virtual\20thunk\20to\20flutter::DisplayListBuilder::~DisplayListBuilder\28\29 +9314:virtual\20thunk\20to\20flutter::DisplayListBuilder::translate\28float\2c\20float\29 +9315:virtual\20thunk\20to\20flutter::DisplayListBuilder::transformReset\28\29 +9316:virtual\20thunk\20to\20flutter::DisplayListBuilder::transformFullPerspective\28float\2c\20float\2c\20float\2c\20float\2c\20float\2c\20float\2c\20float\2c\20float\2c\20float\2c\20float\2c\20float\2c\20float\2c\20float\2c\20float\2c\20float\2c\20float\29 +9317:virtual\20thunk\20to\20flutter::DisplayListBuilder::transform2DAffine\28float\2c\20float\2c\20float\2c\20float\2c\20float\2c\20float\29 +9318:virtual\20thunk\20to\20flutter::DisplayListBuilder::skew\28float\2c\20float\29 +9319:virtual\20thunk\20to\20flutter::DisplayListBuilder::setStrokeWidth\28float\29 +9320:virtual\20thunk\20to\20flutter::DisplayListBuilder::setStrokeMiter\28float\29 +9321:virtual\20thunk\20to\20flutter::DisplayListBuilder::setStrokeJoin\28flutter::DlStrokeJoin\29 +9322:virtual\20thunk\20to\20flutter::DisplayListBuilder::setStrokeCap\28flutter::DlStrokeCap\29 +9323:virtual\20thunk\20to\20flutter::DisplayListBuilder::setMaskFilter\28flutter::DlMaskFilter\20const*\29 +9324:virtual\20thunk\20to\20flutter::DisplayListBuilder::setInvertColors\28bool\29 +9325:virtual\20thunk\20to\20flutter::DisplayListBuilder::setImageFilter\28flutter::DlImageFilter\20const*\29 +9326:virtual\20thunk\20to\20flutter::DisplayListBuilder::setDrawStyle\28flutter::DlDrawStyle\29 +9327:virtual\20thunk\20to\20flutter::DisplayListBuilder::setColor\28flutter::DlColor\29 +9328:virtual\20thunk\20to\20flutter::DisplayListBuilder::setColorSource\28flutter::DlColorSource\20const*\29 +9329:virtual\20thunk\20to\20flutter::DisplayListBuilder::setColorFilter\28flutter::DlColorFilter\20const*\29 +9330:virtual\20thunk\20to\20flutter::DisplayListBuilder::setBlendMode\28impeller::BlendMode\29 +9331:virtual\20thunk\20to\20flutter::DisplayListBuilder::setAntiAlias\28bool\29 +9332:virtual\20thunk\20to\20flutter::DisplayListBuilder::scale\28float\2c\20float\29 +9333:virtual\20thunk\20to\20flutter::DisplayListBuilder::save\28\29 +9334:virtual\20thunk\20to\20flutter::DisplayListBuilder::saveLayer\28impeller::TRect\20const&\2c\20flutter::SaveLayerOptions\2c\20flutter::DlImageFilter\20const*\2c\20std::__2::optional\29 +9335:virtual\20thunk\20to\20flutter::DisplayListBuilder::rotate\28float\29 +9336:virtual\20thunk\20to\20flutter::DisplayListBuilder::restore\28\29 +9337:virtual\20thunk\20to\20flutter::DisplayListBuilder::drawVertices\28std::__2::shared_ptr\20const&\2c\20impeller::BlendMode\29 +9338:virtual\20thunk\20to\20flutter::DisplayListBuilder::drawText\28std::__2::shared_ptr\20const&\2c\20float\2c\20float\29 +9339:virtual\20thunk\20to\20flutter::DisplayListBuilder::drawShadow\28flutter::DlPath\20const&\2c\20flutter::DlColor\2c\20float\2c\20bool\2c\20float\29 +9340:virtual\20thunk\20to\20flutter::DisplayListBuilder::drawRoundSuperellipse\28impeller::RoundSuperellipse\20const&\29 +9341:virtual\20thunk\20to\20flutter::DisplayListBuilder::drawRoundRect\28impeller::RoundRect\20const&\29 +9342:virtual\20thunk\20to\20flutter::DisplayListBuilder::drawRect\28impeller::TRect\20const&\29 +9343:virtual\20thunk\20to\20flutter::DisplayListBuilder::drawPoints\28flutter::DlPointMode\2c\20unsigned\20int\2c\20impeller::TPoint\20const*\29 +9344:virtual\20thunk\20to\20flutter::DisplayListBuilder::drawPath\28flutter::DlPath\20const&\29 +9345:virtual\20thunk\20to\20flutter::DisplayListBuilder::drawPaint\28\29 +9346:virtual\20thunk\20to\20flutter::DisplayListBuilder::drawOval\28impeller::TRect\20const&\29 +9347:virtual\20thunk\20to\20flutter::DisplayListBuilder::drawLine\28impeller::TPoint\20const&\2c\20impeller::TPoint\20const&\29 +9348:virtual\20thunk\20to\20flutter::DisplayListBuilder::drawImage\28sk_sp\2c\20impeller::TPoint\20const&\2c\20flutter::DlImageSampling\2c\20bool\29 +9349:virtual\20thunk\20to\20flutter::DisplayListBuilder::drawImageRect\28sk_sp\2c\20impeller::TRect\20const&\2c\20impeller::TRect\20const&\2c\20flutter::DlImageSampling\2c\20bool\2c\20flutter::DlSrcRectConstraint\29 +9350:virtual\20thunk\20to\20flutter::DisplayListBuilder::drawImageNine\28sk_sp\2c\20impeller::TRect\20const&\2c\20impeller::TRect\20const&\2c\20flutter::DlFilterMode\2c\20bool\29 +9351:virtual\20thunk\20to\20flutter::DisplayListBuilder::drawDisplayList\28sk_sp\2c\20float\29 +9352:virtual\20thunk\20to\20flutter::DisplayListBuilder::drawDiffRoundRect\28impeller::RoundRect\20const&\2c\20impeller::RoundRect\20const&\29 +9353:virtual\20thunk\20to\20flutter::DisplayListBuilder::drawDashedLine\28impeller::TPoint\20const&\2c\20impeller::TPoint\20const&\2c\20float\2c\20float\29 +9354:virtual\20thunk\20to\20flutter::DisplayListBuilder::drawColor\28flutter::DlColor\2c\20impeller::BlendMode\29 +9355:virtual\20thunk\20to\20flutter::DisplayListBuilder::drawCircle\28impeller::TPoint\20const&\2c\20float\29 +9356:virtual\20thunk\20to\20flutter::DisplayListBuilder::drawAtlas\28sk_sp\2c\20impeller::RSTransform\20const*\2c\20impeller::TRect\20const*\2c\20flutter::DlColor\20const*\2c\20int\2c\20impeller::BlendMode\2c\20flutter::DlImageSampling\2c\20impeller::TRect\20const*\2c\20bool\29 +9357:virtual\20thunk\20to\20flutter::DisplayListBuilder::drawArc\28impeller::TRect\20const&\2c\20float\2c\20float\2c\20bool\29 +9358:virtual\20thunk\20to\20flutter::DisplayListBuilder::clipRoundSuperellipse\28impeller::RoundSuperellipse\20const&\2c\20flutter::DlClipOp\2c\20bool\29 +9359:virtual\20thunk\20to\20flutter::DisplayListBuilder::clipRoundRect\28impeller::RoundRect\20const&\2c\20flutter::DlClipOp\2c\20bool\29 +9360:virtual\20thunk\20to\20flutter::DisplayListBuilder::clipRect\28impeller::TRect\20const&\2c\20flutter::DlClipOp\2c\20bool\29 +9361:virtual\20thunk\20to\20flutter::DisplayListBuilder::clipPath\28flutter::DlPath\20const&\2c\20flutter::DlClipOp\2c\20bool\29 +9362:virtual\20thunk\20to\20flutter::DisplayListBuilder::clipOval\28impeller::TRect\20const&\2c\20flutter::DlClipOp\2c\20bool\29 +9363:virtual\20thunk\20to\20flutter::DisplayListBuilder::Translate\28float\2c\20float\29 +9364:virtual\20thunk\20to\20flutter::DisplayListBuilder::Transform\28impeller::Matrix\20const&\29 +9365:virtual\20thunk\20to\20flutter::DisplayListBuilder::TransformReset\28\29 +9366:virtual\20thunk\20to\20flutter::DisplayListBuilder::TransformFullPerspective\28float\2c\20float\2c\20float\2c\20float\2c\20float\2c\20float\2c\20float\2c\20float\2c\20float\2c\20float\2c\20float\2c\20float\2c\20float\2c\20float\2c\20float\2c\20float\29 +9367:virtual\20thunk\20to\20flutter::DisplayListBuilder::Transform2DAffine\28float\2c\20float\2c\20float\2c\20float\2c\20float\2c\20float\29 +9368:virtual\20thunk\20to\20flutter::DisplayListBuilder::Skew\28float\2c\20float\29 +9369:virtual\20thunk\20to\20flutter::DisplayListBuilder::SetTransform\28impeller::Matrix\20const&\29 +9370:virtual\20thunk\20to\20flutter::DisplayListBuilder::Scale\28float\2c\20float\29 +9371:virtual\20thunk\20to\20flutter::DisplayListBuilder::Save\28\29 +9372:virtual\20thunk\20to\20flutter::DisplayListBuilder::SaveLayer\28std::__2::optional>\20const&\2c\20flutter::DlPaint\20const*\2c\20flutter::DlImageFilter\20const*\2c\20std::__2::optional\29 +9373:virtual\20thunk\20to\20flutter::DisplayListBuilder::Rotate\28float\29 +9374:virtual\20thunk\20to\20flutter::DisplayListBuilder::Restore\28\29 +9375:virtual\20thunk\20to\20flutter::DisplayListBuilder::RestoreToCount\28int\29 +9376:virtual\20thunk\20to\20flutter::DisplayListBuilder::QuickReject\28impeller::TRect\20const&\29\20const +9377:virtual\20thunk\20to\20flutter::DisplayListBuilder::GetSaveCount\28\29\20const +9378:virtual\20thunk\20to\20flutter::DisplayListBuilder::GetMatrix\28\29\20const +9379:virtual\20thunk\20to\20flutter::DisplayListBuilder::GetLocalClipCoverage\28\29\20const +9380:virtual\20thunk\20to\20flutter::DisplayListBuilder::GetImageInfo\28\29\20const +9381:virtual\20thunk\20to\20flutter::DisplayListBuilder::GetDestinationClipCoverage\28\29\20const +9382:virtual\20thunk\20to\20flutter::DisplayListBuilder::GetBaseLayerDimensions\28\29\20const +9383:virtual\20thunk\20to\20flutter::DisplayListBuilder::DrawVertices\28std::__2::shared_ptr\20const&\2c\20impeller::BlendMode\2c\20flutter::DlPaint\20const&\29 +9384:virtual\20thunk\20to\20flutter::DisplayListBuilder::DrawText\28std::__2::shared_ptr\20const&\2c\20float\2c\20float\2c\20flutter::DlPaint\20const&\29 +9385:virtual\20thunk\20to\20flutter::DisplayListBuilder::DrawShadow\28flutter::DlPath\20const&\2c\20flutter::DlColor\2c\20float\2c\20bool\2c\20float\29 +9386:virtual\20thunk\20to\20flutter::DisplayListBuilder::DrawRoundSuperellipse\28impeller::RoundSuperellipse\20const&\2c\20flutter::DlPaint\20const&\29 +9387:virtual\20thunk\20to\20flutter::DisplayListBuilder::DrawRoundRect\28impeller::RoundRect\20const&\2c\20flutter::DlPaint\20const&\29 +9388:virtual\20thunk\20to\20flutter::DisplayListBuilder::DrawRect\28impeller::TRect\20const&\2c\20flutter::DlPaint\20const&\29 +9389:virtual\20thunk\20to\20flutter::DisplayListBuilder::DrawPoints\28flutter::DlPointMode\2c\20unsigned\20int\2c\20impeller::TPoint\20const*\2c\20flutter::DlPaint\20const&\29 +9390:virtual\20thunk\20to\20flutter::DisplayListBuilder::DrawPath\28flutter::DlPath\20const&\2c\20flutter::DlPaint\20const&\29 +9391:virtual\20thunk\20to\20flutter::DisplayListBuilder::DrawPaint\28flutter::DlPaint\20const&\29 +9392:virtual\20thunk\20to\20flutter::DisplayListBuilder::DrawOval\28impeller::TRect\20const&\2c\20flutter::DlPaint\20const&\29 +9393:virtual\20thunk\20to\20flutter::DisplayListBuilder::DrawLine\28impeller::TPoint\20const&\2c\20impeller::TPoint\20const&\2c\20flutter::DlPaint\20const&\29 +9394:virtual\20thunk\20to\20flutter::DisplayListBuilder::DrawImage\28sk_sp\20const&\2c\20impeller::TPoint\20const&\2c\20flutter::DlImageSampling\2c\20flutter::DlPaint\20const*\29 +9395:virtual\20thunk\20to\20flutter::DisplayListBuilder::DrawImageRect\28sk_sp\20const&\2c\20impeller::TRect\20const&\2c\20impeller::TRect\20const&\2c\20flutter::DlImageSampling\2c\20flutter::DlPaint\20const*\2c\20flutter::DlSrcRectConstraint\29 +9396:virtual\20thunk\20to\20flutter::DisplayListBuilder::DrawImageNine\28sk_sp\20const&\2c\20impeller::TRect\20const&\2c\20impeller::TRect\20const&\2c\20flutter::DlFilterMode\2c\20flutter::DlPaint\20const*\29 +9397:virtual\20thunk\20to\20flutter::DisplayListBuilder::DrawDisplayList\28sk_sp\2c\20float\29 +9398:virtual\20thunk\20to\20flutter::DisplayListBuilder::DrawDiffRoundRect\28impeller::RoundRect\20const&\2c\20impeller::RoundRect\20const&\2c\20flutter::DlPaint\20const&\29 +9399:virtual\20thunk\20to\20flutter::DisplayListBuilder::DrawDashedLine\28impeller::TPoint\20const&\2c\20impeller::TPoint\20const&\2c\20float\2c\20float\2c\20flutter::DlPaint\20const&\29 +9400:virtual\20thunk\20to\20flutter::DisplayListBuilder::DrawColor\28flutter::DlColor\2c\20impeller::BlendMode\29 +9401:virtual\20thunk\20to\20flutter::DisplayListBuilder::DrawCircle\28impeller::TPoint\20const&\2c\20float\2c\20flutter::DlPaint\20const&\29 +9402:virtual\20thunk\20to\20flutter::DisplayListBuilder::DrawAtlas\28sk_sp\20const&\2c\20impeller::RSTransform\20const*\2c\20impeller::TRect\20const*\2c\20flutter::DlColor\20const*\2c\20int\2c\20impeller::BlendMode\2c\20flutter::DlImageSampling\2c\20impeller::TRect\20const*\2c\20flutter::DlPaint\20const*\29 +9403:virtual\20thunk\20to\20flutter::DisplayListBuilder::DrawArc\28impeller::TRect\20const&\2c\20float\2c\20float\2c\20bool\2c\20flutter::DlPaint\20const&\29 +9404:virtual\20thunk\20to\20flutter::DisplayListBuilder::ClipRoundSuperellipse\28impeller::RoundSuperellipse\20const&\2c\20flutter::DlClipOp\2c\20bool\29 +9405:virtual\20thunk\20to\20flutter::DisplayListBuilder::ClipRoundRect\28impeller::RoundRect\20const&\2c\20flutter::DlClipOp\2c\20bool\29 +9406:virtual\20thunk\20to\20flutter::DisplayListBuilder::ClipRect\28impeller::TRect\20const&\2c\20flutter::DlClipOp\2c\20bool\29 +9407:virtual\20thunk\20to\20flutter::DisplayListBuilder::ClipPath\28flutter::DlPath\20const&\2c\20flutter::DlClipOp\2c\20bool\29 +9408:virtual\20thunk\20to\20flutter::DisplayListBuilder::ClipOval\28impeller::TRect\20const&\2c\20flutter::DlClipOp\2c\20bool\29 +9409:virtual\20thunk\20to\20GrTextureRenderTargetProxy::~GrTextureRenderTargetProxy\28\29_10702 +9410:virtual\20thunk\20to\20GrTextureRenderTargetProxy::~GrTextureRenderTargetProxy\28\29 +9411:virtual\20thunk\20to\20GrTextureRenderTargetProxy::onUninstantiatedGpuMemorySize\28\29\20const +9412:virtual\20thunk\20to\20GrTextureRenderTargetProxy::instantiate\28GrResourceProvider*\29 +9413:virtual\20thunk\20to\20GrTextureRenderTargetProxy::createSurface\28GrResourceProvider*\29\20const +9414:virtual\20thunk\20to\20GrTextureRenderTargetProxy::callbackDesc\28\29\20const +9415:virtual\20thunk\20to\20GrTextureProxy::~GrTextureProxy\28\29_10674 +9416:virtual\20thunk\20to\20GrTextureProxy::~GrTextureProxy\28\29 +9417:virtual\20thunk\20to\20GrTextureProxy::onUninstantiatedGpuMemorySize\28\29\20const +9418:virtual\20thunk\20to\20GrTextureProxy::instantiate\28GrResourceProvider*\29 +9419:virtual\20thunk\20to\20GrTextureProxy::getUniqueKey\28\29\20const +9420:virtual\20thunk\20to\20GrTextureProxy::createSurface\28GrResourceProvider*\29\20const +9421:virtual\20thunk\20to\20GrTextureProxy::callbackDesc\28\29\20const +9422:virtual\20thunk\20to\20GrTextureProxy::asTextureProxy\28\29\20const +9423:virtual\20thunk\20to\20GrTextureProxy::asTextureProxy\28\29 +9424:virtual\20thunk\20to\20GrTexture::onGpuMemorySize\28\29\20const +9425:virtual\20thunk\20to\20GrTexture::computeScratchKey\28skgpu::ScratchKey*\29\20const +9426:virtual\20thunk\20to\20GrTexture::asTexture\28\29\20const +9427:virtual\20thunk\20to\20GrTexture::asTexture\28\29 +9428:virtual\20thunk\20to\20GrRenderTargetProxy::~GrRenderTargetProxy\28\29_10518 +9429:virtual\20thunk\20to\20GrRenderTargetProxy::~GrRenderTargetProxy\28\29 +9430:virtual\20thunk\20to\20GrRenderTargetProxy::onUninstantiatedGpuMemorySize\28\29\20const +9431:virtual\20thunk\20to\20GrRenderTargetProxy::instantiate\28GrResourceProvider*\29 +9432:virtual\20thunk\20to\20GrRenderTargetProxy::createSurface\28GrResourceProvider*\29\20const +9433:virtual\20thunk\20to\20GrRenderTargetProxy::callbackDesc\28\29\20const +9434:virtual\20thunk\20to\20GrRenderTargetProxy::asRenderTargetProxy\28\29\20const +9435:virtual\20thunk\20to\20GrRenderTargetProxy::asRenderTargetProxy\28\29 +9436:virtual\20thunk\20to\20GrRenderTarget::onRelease\28\29 +9437:virtual\20thunk\20to\20GrRenderTarget::onAbandon\28\29 +9438:virtual\20thunk\20to\20GrRenderTarget::asRenderTarget\28\29\20const +9439:virtual\20thunk\20to\20GrRenderTarget::asRenderTarget\28\29 +9440:virtual\20thunk\20to\20GrGLTextureRenderTarget::~GrGLTextureRenderTarget\28\29_13157 +9441:virtual\20thunk\20to\20GrGLTextureRenderTarget::~GrGLTextureRenderTarget\28\29 +9442:virtual\20thunk\20to\20GrGLTextureRenderTarget::onRelease\28\29 +9443:virtual\20thunk\20to\20GrGLTextureRenderTarget::onGpuMemorySize\28\29\20const +9444:virtual\20thunk\20to\20GrGLTextureRenderTarget::onAbandon\28\29 +9445:virtual\20thunk\20to\20GrGLTextureRenderTarget::dumpMemoryStatistics\28SkTraceMemoryDump*\29\20const +9446:virtual\20thunk\20to\20GrGLTexture::~GrGLTexture\28\29_13126 +9447:virtual\20thunk\20to\20GrGLTexture::~GrGLTexture\28\29 +9448:virtual\20thunk\20to\20GrGLTexture::onRelease\28\29 +9449:virtual\20thunk\20to\20GrGLTexture::onAbandon\28\29 +9450:virtual\20thunk\20to\20GrGLTexture::dumpMemoryStatistics\28SkTraceMemoryDump*\29\20const +9451:virtual\20thunk\20to\20GrGLSLFragmentShaderBuilder::~GrGLSLFragmentShaderBuilder\28\29_11400 +9452:virtual\20thunk\20to\20GrGLSLFragmentShaderBuilder::~GrGLSLFragmentShaderBuilder\28\29 +9453:virtual\20thunk\20to\20GrGLSLFragmentShaderBuilder::onFinalize\28\29 +9454:virtual\20thunk\20to\20GrGLRenderTarget::~GrGLRenderTarget\28\29_13099 +9455:virtual\20thunk\20to\20GrGLRenderTarget::~GrGLRenderTarget\28\29 +9456:virtual\20thunk\20to\20GrGLRenderTarget::onRelease\28\29 +9457:virtual\20thunk\20to\20GrGLRenderTarget::onGpuMemorySize\28\29\20const +9458:virtual\20thunk\20to\20GrGLRenderTarget::onAbandon\28\29 +9459:virtual\20thunk\20to\20GrGLRenderTarget::dumpMemoryStatistics\28SkTraceMemoryDump*\29\20const +9460:virtual\20thunk\20to\20GrGLRenderTarget::backendFormat\28\29\20const +9461:vertices_dispose +9462:vertices_create +9463:utf8TextMapOffsetToNative\28UText\20const*\29 +9464:utf8TextMapIndexToUTF16\28UText\20const*\2c\20long\20long\29 +9465:utf8TextLength\28UText*\29 +9466:utf8TextExtract\28UText*\2c\20long\20long\2c\20long\20long\2c\20char16_t*\2c\20int\2c\20UErrorCode*\29 +9467:utf8TextClone\28UText*\2c\20UText\20const*\2c\20signed\20char\2c\20UErrorCode*\29 +9468:utext_openUTF8_74 +9469:ustrcase_internalToUpper_74 +9470:ustrcase_internalFold_74 +9471:ures_loc_resetLocales\28UEnumeration*\2c\20UErrorCode*\29 +9472:ures_loc_nextLocale\28UEnumeration*\2c\20int*\2c\20UErrorCode*\29 +9473:ures_loc_countLocales\28UEnumeration*\2c\20UErrorCode*\29 +9474:ures_loc_closeLocales\28UEnumeration*\29 +9475:ures_cleanup\28\29 +9476:unistrTextReplace\28UText*\2c\20long\20long\2c\20long\20long\2c\20char16_t\20const*\2c\20int\2c\20UErrorCode*\29 +9477:unistrTextLength\28UText*\29 +9478:unistrTextExtract\28UText*\2c\20long\20long\2c\20long\20long\2c\20char16_t*\2c\20int\2c\20UErrorCode*\29 +9479:unistrTextCopy\28UText*\2c\20long\20long\2c\20long\20long\2c\20long\20long\2c\20signed\20char\2c\20UErrorCode*\29 +9480:unistrTextClose\28UText*\29 +9481:unistrTextClone\28UText*\2c\20UText\20const*\2c\20signed\20char\2c\20UErrorCode*\29 +9482:unistrTextAccess\28UText*\2c\20long\20long\2c\20signed\20char\29 +9483:uniformData_create +9484:unicodePositionBuffer_free +9485:unicodePositionBuffer_create +9486:uloc_kw_resetKeywords\28UEnumeration*\2c\20UErrorCode*\29 +9487:uloc_kw_nextKeyword\28UEnumeration*\2c\20int*\2c\20UErrorCode*\29 +9488:uloc_kw_countKeywords\28UEnumeration*\2c\20UErrorCode*\29 +9489:uloc_kw_closeKeywords\28UEnumeration*\29 +9490:uloc_key_type_cleanup\28\29 +9491:uloc_getDefault_74 +9492:uloc_forLanguageTag_74 +9493:uhash_hashUnicodeString_74 +9494:uhash_hashUChars_74 +9495:uhash_hashIChars_74 +9496:uhash_deleteHashtable_74 +9497:uhash_compareUnicodeString_74 +9498:uhash_compareUChars_74 +9499:uhash_compareLong_74 +9500:uhash_compareIChars_74 +9501:uenum_unextDefault_74 +9502:udata_initHashTable\28UErrorCode&\29 +9503:udata_cleanup\28\29 +9504:ucstrTextLength\28UText*\29 +9505:ucstrTextExtract\28UText*\2c\20long\20long\2c\20long\20long\2c\20char16_t*\2c\20int\2c\20UErrorCode*\29 +9506:ucstrTextClone\28UText*\2c\20UText\20const*\2c\20signed\20char\2c\20UErrorCode*\29 +9507:ubrk_setUText_74 +9508:ubrk_preceding_74 +9509:ubrk_open_74 +9510:ubrk_next_74 +9511:ubrk_getRuleStatus_74 +9512:ubrk_following_74 +9513:ubrk_first_74 +9514:ubrk_current_74 +9515:ubidi_reorderVisual_74 +9516:ubidi_openSized_74 +9517:ubidi_getLevelAt_74 +9518:ubidi_getLength_74 +9519:ubidi_getDirection_74 +9520:u_strToUpper_74 +9521:u_isspace_74 +9522:u_iscntrl_74 +9523:u_isWhitespace_74 +9524:u_hasBinaryProperty_74 +9525:u_errorName_74 +9526:typefaces_filterCoveredCodePoints +9527:typeface_dispose +9528:typeface_create +9529:tt_vadvance_adjust +9530:tt_slot_init +9531:tt_size_request +9532:tt_size_init +9533:tt_size_done +9534:tt_sbit_decoder_load_png +9535:tt_sbit_decoder_load_compound +9536:tt_sbit_decoder_load_byte_aligned +9537:tt_sbit_decoder_load_bit_aligned +9538:tt_property_set +9539:tt_property_get +9540:tt_name_ascii_from_utf16 +9541:tt_name_ascii_from_other +9542:tt_hadvance_adjust +9543:tt_glyph_load +9544:tt_get_var_blend +9545:tt_get_interface +9546:tt_get_glyph_name +9547:tt_get_cmap_info +9548:tt_get_advances +9549:tt_face_set_sbit_strike +9550:tt_face_load_strike_metrics +9551:tt_face_load_sbit_image +9552:tt_face_load_sbit +9553:tt_face_load_post +9554:tt_face_load_pclt +9555:tt_face_load_os2 +9556:tt_face_load_name +9557:tt_face_load_maxp +9558:tt_face_load_kern +9559:tt_face_load_hmtx +9560:tt_face_load_hhea +9561:tt_face_load_head +9562:tt_face_load_gasp +9563:tt_face_load_font_dir +9564:tt_face_load_cpal +9565:tt_face_load_colr +9566:tt_face_load_cmap +9567:tt_face_load_bhed +9568:tt_face_load_any +9569:tt_face_init +9570:tt_face_get_paint_layers +9571:tt_face_get_paint +9572:tt_face_get_kerning +9573:tt_face_get_colr_layer +9574:tt_face_get_colr_glyph_paint +9575:tt_face_get_colorline_stops +9576:tt_face_get_color_glyph_clipbox +9577:tt_face_free_sbit +9578:tt_face_free_ps_names +9579:tt_face_free_name +9580:tt_face_free_cpal +9581:tt_face_free_colr +9582:tt_face_done +9583:tt_face_colr_blend_layer +9584:tt_driver_init +9585:tt_cmap_unicode_init +9586:tt_cmap_unicode_char_next +9587:tt_cmap_unicode_char_index +9588:tt_cmap_init +9589:tt_cmap8_validate +9590:tt_cmap8_get_info +9591:tt_cmap8_char_next +9592:tt_cmap8_char_index +9593:tt_cmap6_validate +9594:tt_cmap6_get_info +9595:tt_cmap6_char_next +9596:tt_cmap6_char_index +9597:tt_cmap4_validate +9598:tt_cmap4_init +9599:tt_cmap4_get_info +9600:tt_cmap4_char_next +9601:tt_cmap4_char_index +9602:tt_cmap2_validate +9603:tt_cmap2_get_info +9604:tt_cmap2_char_next +9605:tt_cmap2_char_index +9606:tt_cmap14_variants +9607:tt_cmap14_variant_chars +9608:tt_cmap14_validate +9609:tt_cmap14_init +9610:tt_cmap14_get_info +9611:tt_cmap14_done +9612:tt_cmap14_char_variants +9613:tt_cmap14_char_var_isdefault +9614:tt_cmap14_char_var_index +9615:tt_cmap14_char_next +9616:tt_cmap13_validate +9617:tt_cmap13_get_info +9618:tt_cmap13_char_next +9619:tt_cmap13_char_index +9620:tt_cmap12_validate +9621:tt_cmap12_get_info +9622:tt_cmap12_char_next +9623:tt_cmap12_char_index +9624:tt_cmap10_validate +9625:tt_cmap10_get_info +9626:tt_cmap10_char_next +9627:tt_cmap10_char_index +9628:tt_cmap0_validate +9629:tt_cmap0_get_info +9630:tt_cmap0_char_next +9631:tt_cmap0_char_index +9632:textStyle_setWordSpacing +9633:textStyle_setTextBaseline +9634:textStyle_setLocale +9635:textStyle_setLetterSpacing +9636:textStyle_setHeight +9637:textStyle_setHalfLeading +9638:textStyle_setForeground +9639:textStyle_setFontVariations +9640:textStyle_setFontStyle +9641:textStyle_setFontSize +9642:textStyle_setDecorationStyle +9643:textStyle_setDecorationColor +9644:textStyle_setColor +9645:textStyle_setBackground +9646:textStyle_dispose +9647:textStyle_create +9648:textStyle_copy +9649:textStyle_clearFontFamilies +9650:textStyle_addShadow +9651:textStyle_addFontFeature +9652:textStyle_addFontFamilies +9653:textBoxList_getLength +9654:textBoxList_getBoxAtIndex +9655:textBoxList_dispose +9656:t2_hints_stems +9657:t2_hints_open +9658:t1_make_subfont +9659:t1_hints_stem +9660:t1_hints_open +9661:t1_decrypt +9662:t1_decoder_parse_metrics +9663:t1_decoder_init +9664:t1_decoder_done +9665:t1_cmap_unicode_init +9666:t1_cmap_unicode_char_next +9667:t1_cmap_unicode_char_index +9668:t1_cmap_std_done +9669:t1_cmap_std_char_next +9670:t1_cmap_standard_init +9671:t1_cmap_expert_init +9672:t1_cmap_custom_init +9673:t1_cmap_custom_done +9674:t1_cmap_custom_char_next +9675:t1_cmap_custom_char_index +9676:t1_builder_start_point +9677:swizzle_or_premul\28SkImageInfo\20const&\2c\20void*\2c\20unsigned\20long\2c\20SkImageInfo\20const&\2c\20void\20const*\2c\20unsigned\20long\2c\20SkColorSpaceXformSteps\20const&\29 +9678:surface_setResourceCacheLimitBytes +9679:surface_renderPicturesOnWorker +9680:surface_renderPictures +9681:surface_rasterizeImageOnWorker +9682:surface_rasterizeImage +9683:surface_onRenderComplete +9684:surface_onRasterizeComplete +9685:surface_dispose +9686:surface_destroy +9687:surface_create +9688:strutStyle_setLeading +9689:strutStyle_setHeight +9690:strutStyle_setHalfLeading +9691:strutStyle_setForceStrutHeight +9692:strutStyle_setFontStyle +9693:strutStyle_setFontFamilies +9694:strutStyle_dispose +9695:strutStyle_create +9696:string_read +9697:std::exception::what\28\29\20const +9698:std::bad_variant_access::what\28\29\20const +9699:std::bad_optional_access::what\28\29\20const +9700:std::bad_array_new_length::what\28\29\20const +9701:std::bad_alloc::what\28\29\20const +9702:std::__2::time_put>>::do_put\28std::__2::ostreambuf_iterator>\2c\20std::__2::ios_base&\2c\20wchar_t\2c\20tm\20const*\2c\20char\2c\20char\29\20const +9703:std::__2::time_put>>::do_put\28std::__2::ostreambuf_iterator>\2c\20std::__2::ios_base&\2c\20char\2c\20tm\20const*\2c\20char\2c\20char\29\20const +9704:std::__2::time_get>>::do_get_year\28std::__2::istreambuf_iterator>\2c\20std::__2::istreambuf_iterator>\2c\20std::__2::ios_base&\2c\20unsigned\20int&\2c\20tm*\29\20const +9705:std::__2::time_get>>::do_get_weekday\28std::__2::istreambuf_iterator>\2c\20std::__2::istreambuf_iterator>\2c\20std::__2::ios_base&\2c\20unsigned\20int&\2c\20tm*\29\20const +9706:std::__2::time_get>>::do_get_time\28std::__2::istreambuf_iterator>\2c\20std::__2::istreambuf_iterator>\2c\20std::__2::ios_base&\2c\20unsigned\20int&\2c\20tm*\29\20const +9707:std::__2::time_get>>::do_get_monthname\28std::__2::istreambuf_iterator>\2c\20std::__2::istreambuf_iterator>\2c\20std::__2::ios_base&\2c\20unsigned\20int&\2c\20tm*\29\20const +9708:std::__2::time_get>>::do_get_date\28std::__2::istreambuf_iterator>\2c\20std::__2::istreambuf_iterator>\2c\20std::__2::ios_base&\2c\20unsigned\20int&\2c\20tm*\29\20const +9709:std::__2::time_get>>::do_get\28std::__2::istreambuf_iterator>\2c\20std::__2::istreambuf_iterator>\2c\20std::__2::ios_base&\2c\20unsigned\20int&\2c\20tm*\2c\20char\2c\20char\29\20const +9710:std::__2::time_get>>::do_get_year\28std::__2::istreambuf_iterator>\2c\20std::__2::istreambuf_iterator>\2c\20std::__2::ios_base&\2c\20unsigned\20int&\2c\20tm*\29\20const +9711:std::__2::time_get>>::do_get_weekday\28std::__2::istreambuf_iterator>\2c\20std::__2::istreambuf_iterator>\2c\20std::__2::ios_base&\2c\20unsigned\20int&\2c\20tm*\29\20const +9712:std::__2::time_get>>::do_get_time\28std::__2::istreambuf_iterator>\2c\20std::__2::istreambuf_iterator>\2c\20std::__2::ios_base&\2c\20unsigned\20int&\2c\20tm*\29\20const +9713:std::__2::time_get>>::do_get_monthname\28std::__2::istreambuf_iterator>\2c\20std::__2::istreambuf_iterator>\2c\20std::__2::ios_base&\2c\20unsigned\20int&\2c\20tm*\29\20const +9714:std::__2::time_get>>::do_get_date\28std::__2::istreambuf_iterator>\2c\20std::__2::istreambuf_iterator>\2c\20std::__2::ios_base&\2c\20unsigned\20int&\2c\20tm*\29\20const +9715:std::__2::time_get>>::do_get\28std::__2::istreambuf_iterator>\2c\20std::__2::istreambuf_iterator>\2c\20std::__2::ios_base&\2c\20unsigned\20int&\2c\20tm*\2c\20char\2c\20char\29\20const +9716:std::__2::numpunct::~numpunct\28\29_18191 +9717:std::__2::numpunct::do_truename\28\29\20const +9718:std::__2::numpunct::do_grouping\28\29\20const +9719:std::__2::numpunct::do_falsename\28\29\20const +9720:std::__2::numpunct::~numpunct\28\29_18198 +9721:std::__2::numpunct::do_truename\28\29\20const +9722:std::__2::numpunct::do_thousands_sep\28\29\20const +9723:std::__2::numpunct::do_grouping\28\29\20const +9724:std::__2::numpunct::do_falsename\28\29\20const +9725:std::__2::numpunct::do_decimal_point\28\29\20const +9726:std::__2::num_put>>::do_put\28std::__2::ostreambuf_iterator>\2c\20std::__2::ios_base&\2c\20wchar_t\2c\20void\20const*\29\20const +9727:std::__2::num_put>>::do_put\28std::__2::ostreambuf_iterator>\2c\20std::__2::ios_base&\2c\20wchar_t\2c\20unsigned\20long\29\20const +9728:std::__2::num_put>>::do_put\28std::__2::ostreambuf_iterator>\2c\20std::__2::ios_base&\2c\20wchar_t\2c\20unsigned\20long\20long\29\20const +9729:std::__2::num_put>>::do_put\28std::__2::ostreambuf_iterator>\2c\20std::__2::ios_base&\2c\20wchar_t\2c\20long\29\20const +9730:std::__2::num_put>>::do_put\28std::__2::ostreambuf_iterator>\2c\20std::__2::ios_base&\2c\20wchar_t\2c\20long\20long\29\20const +9731:std::__2::num_put>>::do_put\28std::__2::ostreambuf_iterator>\2c\20std::__2::ios_base&\2c\20wchar_t\2c\20long\20double\29\20const +9732:std::__2::num_put>>::do_put\28std::__2::ostreambuf_iterator>\2c\20std::__2::ios_base&\2c\20wchar_t\2c\20double\29\20const +9733:std::__2::num_put>>::do_put\28std::__2::ostreambuf_iterator>\2c\20std::__2::ios_base&\2c\20wchar_t\2c\20bool\29\20const +9734:std::__2::num_put>>::do_put\28std::__2::ostreambuf_iterator>\2c\20std::__2::ios_base&\2c\20char\2c\20void\20const*\29\20const +9735:std::__2::num_put>>::do_put\28std::__2::ostreambuf_iterator>\2c\20std::__2::ios_base&\2c\20char\2c\20unsigned\20long\29\20const +9736:std::__2::num_put>>::do_put\28std::__2::ostreambuf_iterator>\2c\20std::__2::ios_base&\2c\20char\2c\20unsigned\20long\20long\29\20const +9737:std::__2::num_put>>::do_put\28std::__2::ostreambuf_iterator>\2c\20std::__2::ios_base&\2c\20char\2c\20long\29\20const +9738:std::__2::num_put>>::do_put\28std::__2::ostreambuf_iterator>\2c\20std::__2::ios_base&\2c\20char\2c\20long\20long\29\20const +9739:std::__2::num_put>>::do_put\28std::__2::ostreambuf_iterator>\2c\20std::__2::ios_base&\2c\20char\2c\20long\20double\29\20const +9740:std::__2::num_put>>::do_put\28std::__2::ostreambuf_iterator>\2c\20std::__2::ios_base&\2c\20char\2c\20double\29\20const +9741:std::__2::num_put>>::do_put\28std::__2::ostreambuf_iterator>\2c\20std::__2::ios_base&\2c\20char\2c\20bool\29\20const +9742:std::__2::num_get>>::do_get\28std::__2::istreambuf_iterator>\2c\20std::__2::istreambuf_iterator>\2c\20std::__2::ios_base&\2c\20unsigned\20int&\2c\20void*&\29\20const +9743:std::__2::num_get>>::do_get\28std::__2::istreambuf_iterator>\2c\20std::__2::istreambuf_iterator>\2c\20std::__2::ios_base&\2c\20unsigned\20int&\2c\20unsigned\20short&\29\20const +9744:std::__2::num_get>>::do_get\28std::__2::istreambuf_iterator>\2c\20std::__2::istreambuf_iterator>\2c\20std::__2::ios_base&\2c\20unsigned\20int&\2c\20unsigned\20long\20long&\29\20const +9745:std::__2::num_get>>::do_get\28std::__2::istreambuf_iterator>\2c\20std::__2::istreambuf_iterator>\2c\20std::__2::ios_base&\2c\20unsigned\20int&\2c\20long\20long&\29\20const +9746:std::__2::num_get>>::do_get\28std::__2::istreambuf_iterator>\2c\20std::__2::istreambuf_iterator>\2c\20std::__2::ios_base&\2c\20unsigned\20int&\2c\20long\20double&\29\20const +9747:std::__2::num_get>>::do_get\28std::__2::istreambuf_iterator>\2c\20std::__2::istreambuf_iterator>\2c\20std::__2::ios_base&\2c\20unsigned\20int&\2c\20long&\29\20const +9748:std::__2::num_get>>::do_get\28std::__2::istreambuf_iterator>\2c\20std::__2::istreambuf_iterator>\2c\20std::__2::ios_base&\2c\20unsigned\20int&\2c\20float&\29\20const +9749:std::__2::num_get>>::do_get\28std::__2::istreambuf_iterator>\2c\20std::__2::istreambuf_iterator>\2c\20std::__2::ios_base&\2c\20unsigned\20int&\2c\20double&\29\20const +9750:std::__2::num_get>>::do_get\28std::__2::istreambuf_iterator>\2c\20std::__2::istreambuf_iterator>\2c\20std::__2::ios_base&\2c\20unsigned\20int&\2c\20bool&\29\20const +9751:std::__2::num_get>>::do_get\28std::__2::istreambuf_iterator>\2c\20std::__2::istreambuf_iterator>\2c\20std::__2::ios_base&\2c\20unsigned\20int&\2c\20void*&\29\20const +9752:std::__2::num_get>>::do_get\28std::__2::istreambuf_iterator>\2c\20std::__2::istreambuf_iterator>\2c\20std::__2::ios_base&\2c\20unsigned\20int&\2c\20unsigned\20short&\29\20const +9753:std::__2::num_get>>::do_get\28std::__2::istreambuf_iterator>\2c\20std::__2::istreambuf_iterator>\2c\20std::__2::ios_base&\2c\20unsigned\20int&\2c\20unsigned\20long\20long&\29\20const +9754:std::__2::num_get>>::do_get\28std::__2::istreambuf_iterator>\2c\20std::__2::istreambuf_iterator>\2c\20std::__2::ios_base&\2c\20unsigned\20int&\2c\20long\20long&\29\20const +9755:std::__2::num_get>>::do_get\28std::__2::istreambuf_iterator>\2c\20std::__2::istreambuf_iterator>\2c\20std::__2::ios_base&\2c\20unsigned\20int&\2c\20long\20double&\29\20const +9756:std::__2::num_get>>::do_get\28std::__2::istreambuf_iterator>\2c\20std::__2::istreambuf_iterator>\2c\20std::__2::ios_base&\2c\20unsigned\20int&\2c\20long&\29\20const +9757:std::__2::num_get>>::do_get\28std::__2::istreambuf_iterator>\2c\20std::__2::istreambuf_iterator>\2c\20std::__2::ios_base&\2c\20unsigned\20int&\2c\20float&\29\20const +9758:std::__2::num_get>>::do_get\28std::__2::istreambuf_iterator>\2c\20std::__2::istreambuf_iterator>\2c\20std::__2::ios_base&\2c\20unsigned\20int&\2c\20double&\29\20const +9759:std::__2::num_get>>::do_get\28std::__2::istreambuf_iterator>\2c\20std::__2::istreambuf_iterator>\2c\20std::__2::ios_base&\2c\20unsigned\20int&\2c\20bool&\29\20const +9760:std::__2::money_put>>::do_put\28std::__2::ostreambuf_iterator>\2c\20bool\2c\20std::__2::ios_base&\2c\20wchar_t\2c\20std::__2::basic_string\2c\20std::__2::allocator>\20const&\29\20const +9761:std::__2::money_put>>::do_put\28std::__2::ostreambuf_iterator>\2c\20bool\2c\20std::__2::ios_base&\2c\20wchar_t\2c\20long\20double\29\20const +9762:std::__2::money_put>>::do_put\28std::__2::ostreambuf_iterator>\2c\20bool\2c\20std::__2::ios_base&\2c\20char\2c\20std::__2::basic_string\2c\20std::__2::allocator>\20const&\29\20const +9763:std::__2::money_put>>::do_put\28std::__2::ostreambuf_iterator>\2c\20bool\2c\20std::__2::ios_base&\2c\20char\2c\20long\20double\29\20const +9764:std::__2::money_get>>::do_get\28std::__2::istreambuf_iterator>\2c\20std::__2::istreambuf_iterator>\2c\20bool\2c\20std::__2::ios_base&\2c\20unsigned\20int&\2c\20std::__2::basic_string\2c\20std::__2::allocator>&\29\20const +9765:std::__2::money_get>>::do_get\28std::__2::istreambuf_iterator>\2c\20std::__2::istreambuf_iterator>\2c\20bool\2c\20std::__2::ios_base&\2c\20unsigned\20int&\2c\20long\20double&\29\20const +9766:std::__2::money_get>>::do_get\28std::__2::istreambuf_iterator>\2c\20std::__2::istreambuf_iterator>\2c\20bool\2c\20std::__2::ios_base&\2c\20unsigned\20int&\2c\20std::__2::basic_string\2c\20std::__2::allocator>&\29\20const +9767:std::__2::money_get>>::do_get\28std::__2::istreambuf_iterator>\2c\20std::__2::istreambuf_iterator>\2c\20bool\2c\20std::__2::ios_base&\2c\20unsigned\20int&\2c\20long\20double&\29\20const +9768:std::__2::messages::do_get\28long\2c\20int\2c\20int\2c\20std::__2::basic_string\2c\20std::__2::allocator>\20const&\29\20const +9769:std::__2::messages::do_get\28long\2c\20int\2c\20int\2c\20std::__2::basic_string\2c\20std::__2::allocator>\20const&\29\20const +9770:std::__2::locale::__imp::~__imp\28\29_18296 +9771:std::__2::ios_base::~ios_base\28\29_17399 +9772:std::__2::ctype::do_widen\28char\20const*\2c\20char\20const*\2c\20wchar_t*\29\20const +9773:std::__2::ctype::do_toupper\28wchar_t\29\20const +9774:std::__2::ctype::do_toupper\28wchar_t*\2c\20wchar_t\20const*\29\20const +9775:std::__2::ctype::do_tolower\28wchar_t\29\20const +9776:std::__2::ctype::do_tolower\28wchar_t*\2c\20wchar_t\20const*\29\20const +9777:std::__2::ctype::do_scan_not\28unsigned\20long\2c\20wchar_t\20const*\2c\20wchar_t\20const*\29\20const +9778:std::__2::ctype::do_scan_is\28unsigned\20long\2c\20wchar_t\20const*\2c\20wchar_t\20const*\29\20const +9779:std::__2::ctype::do_narrow\28wchar_t\2c\20char\29\20const +9780:std::__2::ctype::do_narrow\28wchar_t\20const*\2c\20wchar_t\20const*\2c\20char\2c\20char*\29\20const +9781:std::__2::ctype::do_is\28wchar_t\20const*\2c\20wchar_t\20const*\2c\20unsigned\20long*\29\20const +9782:std::__2::ctype::do_is\28unsigned\20long\2c\20wchar_t\29\20const +9783:std::__2::ctype::~ctype\28\29_18283 +9784:std::__2::ctype::do_widen\28char\20const*\2c\20char\20const*\2c\20char*\29\20const +9785:std::__2::ctype::do_toupper\28char\29\20const +9786:std::__2::ctype::do_toupper\28char*\2c\20char\20const*\29\20const +9787:std::__2::ctype::do_tolower\28char\29\20const +9788:std::__2::ctype::do_tolower\28char*\2c\20char\20const*\29\20const +9789:std::__2::ctype::do_narrow\28char\2c\20char\29\20const +9790:std::__2::ctype::do_narrow\28char\20const*\2c\20char\20const*\2c\20char\2c\20char*\29\20const +9791:std::__2::collate::do_transform\28wchar_t\20const*\2c\20wchar_t\20const*\29\20const +9792:std::__2::collate::do_hash\28wchar_t\20const*\2c\20wchar_t\20const*\29\20const +9793:std::__2::collate::do_compare\28wchar_t\20const*\2c\20wchar_t\20const*\2c\20wchar_t\20const*\2c\20wchar_t\20const*\29\20const +9794:std::__2::collate::do_transform\28char\20const*\2c\20char\20const*\29\20const +9795:std::__2::collate::do_hash\28char\20const*\2c\20char\20const*\29\20const +9796:std::__2::collate::do_compare\28char\20const*\2c\20char\20const*\2c\20char\20const*\2c\20char\20const*\29\20const +9797:std::__2::codecvt::~codecvt\28\29_18243 +9798:std::__2::codecvt::do_unshift\28__mbstate_t&\2c\20char*\2c\20char*\2c\20char*&\29\20const +9799:std::__2::codecvt::do_out\28__mbstate_t&\2c\20wchar_t\20const*\2c\20wchar_t\20const*\2c\20wchar_t\20const*&\2c\20char*\2c\20char*\2c\20char*&\29\20const +9800:std::__2::codecvt::do_max_length\28\29\20const +9801:std::__2::codecvt::do_length\28__mbstate_t&\2c\20char\20const*\2c\20char\20const*\2c\20unsigned\20long\29\20const +9802:std::__2::codecvt::do_in\28__mbstate_t&\2c\20char\20const*\2c\20char\20const*\2c\20char\20const*&\2c\20wchar_t*\2c\20wchar_t*\2c\20wchar_t*&\29\20const +9803:std::__2::codecvt::do_encoding\28\29\20const +9804:std::__2::codecvt::do_length\28__mbstate_t&\2c\20char\20const*\2c\20char\20const*\2c\20unsigned\20long\29\20const +9805:std::__2::basic_stringbuf\2c\20std::__2::allocator>::~basic_stringbuf\28\29_17371 +9806:std::__2::basic_stringbuf\2c\20std::__2::allocator>::underflow\28\29 +9807:std::__2::basic_stringbuf\2c\20std::__2::allocator>::seekpos\28std::__2::fpos<__mbstate_t>\2c\20unsigned\20int\29 +9808:std::__2::basic_stringbuf\2c\20std::__2::allocator>::seekoff\28long\20long\2c\20std::__2::ios_base::seekdir\2c\20unsigned\20int\29 +9809:std::__2::basic_stringbuf\2c\20std::__2::allocator>::pbackfail\28int\29 +9810:std::__2::basic_stringbuf\2c\20std::__2::allocator>::overflow\28int\29 +9811:std::__2::basic_streambuf>::~basic_streambuf\28\29_17209 +9812:std::__2::basic_streambuf>::xsputn\28char\20const*\2c\20long\29 +9813:std::__2::basic_streambuf>::xsgetn\28char*\2c\20long\29 +9814:std::__2::basic_streambuf>::uflow\28\29 +9815:std::__2::basic_streambuf>::setbuf\28char*\2c\20long\29 +9816:std::__2::basic_streambuf>::seekpos\28std::__2::fpos<__mbstate_t>\2c\20unsigned\20int\29 +9817:std::__2::basic_streambuf>::seekoff\28long\20long\2c\20std::__2::ios_base::seekdir\2c\20unsigned\20int\29 +9818:std::__2::bad_function_call::what\28\29\20const +9819:std::__2::__time_get_c_storage::__x\28\29\20const +9820:std::__2::__time_get_c_storage::__weeks\28\29\20const +9821:std::__2::__time_get_c_storage::__r\28\29\20const +9822:std::__2::__time_get_c_storage::__months\28\29\20const +9823:std::__2::__time_get_c_storage::__c\28\29\20const +9824:std::__2::__time_get_c_storage::__am_pm\28\29\20const +9825:std::__2::__time_get_c_storage::__X\28\29\20const +9826:std::__2::__time_get_c_storage::__x\28\29\20const +9827:std::__2::__time_get_c_storage::__weeks\28\29\20const +9828:std::__2::__time_get_c_storage::__r\28\29\20const +9829:std::__2::__time_get_c_storage::__months\28\29\20const +9830:std::__2::__time_get_c_storage::__c\28\29\20const +9831:std::__2::__time_get_c_storage::__am_pm\28\29\20const +9832:std::__2::__time_get_c_storage::__X\28\29\20const +9833:std::__2::__shared_ptr_pointer::__shared_ptr_default_delete\2c\20std::__2::allocator>::__on_zero_shared\28\29 +9834:std::__2::__shared_ptr_emplace>\2c\20std::__2::allocator>>>::~__shared_ptr_emplace\28\29_809 +9835:std::__2::__shared_ptr_emplace>\2c\20std::__2::allocator>>>::~__shared_ptr_emplace\28\29 +9836:std::__2::__shared_ptr_emplace>\2c\20std::__2::allocator>>>::__on_zero_shared\28\29 +9837:std::__2::__shared_ptr_emplace>::~__shared_ptr_emplace\28\29_8169 +9838:std::__2::__shared_ptr_emplace>::~__shared_ptr_emplace\28\29 +9839:std::__2::__shared_ptr_emplace>::__on_zero_shared\28\29 +9840:std::__2::__shared_ptr_emplace>::~__shared_ptr_emplace\28\29_8426 +9841:std::__2::__shared_ptr_emplace>::~__shared_ptr_emplace\28\29 +9842:std::__2::__shared_ptr_emplace>::__on_zero_shared\28\29 +9843:std::__2::__shared_ptr_emplace>::~__shared_ptr_emplace\28\29_1548 +9844:std::__2::__shared_ptr_emplace>::~__shared_ptr_emplace\28\29 +9845:std::__2::__shared_ptr_emplace>::__on_zero_shared\28\29 +9846:std::__2::__shared_ptr_emplace>::~__shared_ptr_emplace\28\29_1585 +9847:std::__2::__shared_ptr_emplace>::~__shared_ptr_emplace\28\29 +9848:std::__2::__shared_ptr_emplace>::~__shared_ptr_emplace\28\29_1649 +9849:std::__2::__shared_ptr_emplace>::~__shared_ptr_emplace\28\29 +9850:std::__2::__shared_ptr_emplace>::__on_zero_shared\28\29 +9851:std::__2::__shared_ptr_emplace>::~__shared_ptr_emplace\28\29_411 +9852:std::__2::__shared_ptr_emplace>::~__shared_ptr_emplace\28\29 +9853:std::__2::__shared_ptr_emplace>::__on_zero_shared\28\29 +9854:std::__2::__shared_ptr_emplace>::~__shared_ptr_emplace\28\29_1812 +9855:std::__2::__shared_ptr_emplace>::~__shared_ptr_emplace\28\29 +9856:std::__2::__shared_ptr_emplace>::~__shared_ptr_emplace\28\29_1580 +9857:std::__2::__shared_ptr_emplace>::~__shared_ptr_emplace\28\29 +9858:std::__2::__shared_ptr_emplace>::~__shared_ptr_emplace\28\29_1798 +9859:std::__2::__shared_ptr_emplace>::~__shared_ptr_emplace\28\29 +9860:std::__2::__shared_ptr_emplace>::__on_zero_shared\28\29 +9861:std::__2::__shared_ptr_emplace>::~__shared_ptr_emplace\28\29_1568 +9862:std::__2::__shared_ptr_emplace>::~__shared_ptr_emplace\28\29 +9863:std::__2::__shared_ptr_emplace>::~__shared_ptr_emplace\28\29_1620 +9864:std::__2::__shared_ptr_emplace>::~__shared_ptr_emplace\28\29 +9865:std::__2::__shared_ptr_emplace>::__on_zero_shared\28\29 +9866:std::__2::__shared_ptr_emplace>::~__shared_ptr_emplace\28\29_1783 +9867:std::__2::__shared_ptr_emplace>::~__shared_ptr_emplace\28\29 +9868:std::__2::__shared_ptr_emplace>::~__shared_ptr_emplace\28\29_1769 +9869:std::__2::__shared_ptr_emplace>::~__shared_ptr_emplace\28\29 +9870:std::__2::__shared_ptr_emplace>::~__shared_ptr_emplace\28\29_1755 +9871:std::__2::__shared_ptr_emplace>::~__shared_ptr_emplace\28\29 +9872:std::__2::__shared_ptr_emplace>::__on_zero_shared\28\29 +9873:std::__2::__shared_ptr_emplace>::~__shared_ptr_emplace\28\29_1739 +9874:std::__2::__shared_ptr_emplace>::~__shared_ptr_emplace\28\29 +9875:std::__2::__shared_ptr_emplace>::__on_zero_shared\28\29 +9876:std::__2::__shared_ptr_emplace>::~__shared_ptr_emplace\28\29_450 +9877:std::__2::__shared_ptr_emplace>::~__shared_ptr_emplace\28\29 +9878:std::__2::__shared_ptr_emplace>::~__shared_ptr_emplace\28\29_1723 +9879:std::__2::__shared_ptr_emplace>::~__shared_ptr_emplace\28\29 +9880:std::__2::__shared_ptr_emplace>::~__shared_ptr_emplace\28\29_1563 +9881:std::__2::__shared_ptr_emplace>::~__shared_ptr_emplace\28\29 +9882:std::__2::__shared_ptr_emplace>::~__shared_ptr_emplace\28\29_6187 +9883:std::__2::__shared_ptr_emplace>::~__shared_ptr_emplace\28\29 +9884:std::__2::__function::__func\2c\20bool\20\28skia::textlayout::Run\20const*\2c\20float\2c\20skia::textlayout::SkRange\2c\20float*\29>::operator\28\29\28skia::textlayout::Run\20const*&&\2c\20float&&\2c\20skia::textlayout::SkRange&&\2c\20float*&&\29 +9885:std::__2::__function::__func\2c\20bool\20\28skia::textlayout::Run\20const*\2c\20float\2c\20skia::textlayout::SkRange\2c\20float*\29>::__clone\28std::__2::__function::__base\2c\20float*\29>*\29\20const +9886:std::__2::__function::__func\2c\20bool\20\28skia::textlayout::Run\20const*\2c\20float\2c\20skia::textlayout::SkRange\2c\20float*\29>::__clone\28\29\20const +9887:std::__2::__function::__func\2c\20float*\29\20const::'lambda'\28skia::textlayout::SkRange\2c\20skia::textlayout::TextStyle\20const&\2c\20skia::textlayout::TextLine::ClipContext\20const&\29\2c\20std::__2::allocator\2c\20float*\29\20const::'lambda'\28skia::textlayout::SkRange\2c\20skia::textlayout::TextStyle\20const&\2c\20skia::textlayout::TextLine::ClipContext\20const&\29>\2c\20void\20\28skia::textlayout::SkRange\2c\20skia::textlayout::TextStyle\20const&\2c\20skia::textlayout::TextLine::ClipContext\20const&\29>::operator\28\29\28skia::textlayout::SkRange&&\2c\20skia::textlayout::TextStyle\20const&\2c\20skia::textlayout::TextLine::ClipContext\20const&\29 +9888:std::__2::__function::__func\2c\20float*\29\20const::'lambda'\28skia::textlayout::SkRange\2c\20skia::textlayout::TextStyle\20const&\2c\20skia::textlayout::TextLine::ClipContext\20const&\29\2c\20std::__2::allocator\2c\20float*\29\20const::'lambda'\28skia::textlayout::SkRange\2c\20skia::textlayout::TextStyle\20const&\2c\20skia::textlayout::TextLine::ClipContext\20const&\29>\2c\20void\20\28skia::textlayout::SkRange\2c\20skia::textlayout::TextStyle\20const&\2c\20skia::textlayout::TextLine::ClipContext\20const&\29>::__clone\28std::__2::__function::__base\2c\20skia::textlayout::TextStyle\20const&\2c\20skia::textlayout::TextLine::ClipContext\20const&\29>*\29\20const +9889:std::__2::__function::__func\2c\20float*\29\20const::'lambda'\28skia::textlayout::SkRange\2c\20skia::textlayout::TextStyle\20const&\2c\20skia::textlayout::TextLine::ClipContext\20const&\29\2c\20std::__2::allocator\2c\20float*\29\20const::'lambda'\28skia::textlayout::SkRange\2c\20skia::textlayout::TextStyle\20const&\2c\20skia::textlayout::TextLine::ClipContext\20const&\29>\2c\20void\20\28skia::textlayout::SkRange\2c\20skia::textlayout::TextStyle\20const&\2c\20skia::textlayout::TextLine::ClipContext\20const&\29>::__clone\28\29\20const +9890:std::__2::__function::__func\2c\20bool\20\28skia::textlayout::Run\20const*\2c\20float\2c\20skia::textlayout::SkRange\2c\20float*\29>::operator\28\29\28skia::textlayout::Run\20const*&&\2c\20float&&\2c\20skia::textlayout::SkRange&&\2c\20float*&&\29 +9891:std::__2::__function::__func\2c\20bool\20\28skia::textlayout::Run\20const*\2c\20float\2c\20skia::textlayout::SkRange\2c\20float*\29>::__clone\28std::__2::__function::__base\2c\20float*\29>*\29\20const +9892:std::__2::__function::__func\2c\20bool\20\28skia::textlayout::Run\20const*\2c\20float\2c\20skia::textlayout::SkRange\2c\20float*\29>::__clone\28\29\20const +9893:std::__2::__function::__func\2c\20float*\29\20const::'lambda'\28skia::textlayout::SkRange\2c\20skia::textlayout::TextStyle\20const&\2c\20skia::textlayout::TextLine::ClipContext\20const&\29\2c\20std::__2::allocator\2c\20float*\29\20const::'lambda'\28skia::textlayout::SkRange\2c\20skia::textlayout::TextStyle\20const&\2c\20skia::textlayout::TextLine::ClipContext\20const&\29>\2c\20void\20\28skia::textlayout::SkRange\2c\20skia::textlayout::TextStyle\20const&\2c\20skia::textlayout::TextLine::ClipContext\20const&\29>::operator\28\29\28skia::textlayout::SkRange&&\2c\20skia::textlayout::TextStyle\20const&\2c\20skia::textlayout::TextLine::ClipContext\20const&\29 +9894:std::__2::__function::__func\2c\20float*\29\20const::'lambda'\28skia::textlayout::SkRange\2c\20skia::textlayout::TextStyle\20const&\2c\20skia::textlayout::TextLine::ClipContext\20const&\29\2c\20std::__2::allocator\2c\20float*\29\20const::'lambda'\28skia::textlayout::SkRange\2c\20skia::textlayout::TextStyle\20const&\2c\20skia::textlayout::TextLine::ClipContext\20const&\29>\2c\20void\20\28skia::textlayout::SkRange\2c\20skia::textlayout::TextStyle\20const&\2c\20skia::textlayout::TextLine::ClipContext\20const&\29>::__clone\28std::__2::__function::__base\2c\20skia::textlayout::TextStyle\20const&\2c\20skia::textlayout::TextLine::ClipContext\20const&\29>*\29\20const +9895:std::__2::__function::__func\2c\20float*\29\20const::'lambda'\28skia::textlayout::SkRange\2c\20skia::textlayout::TextStyle\20const&\2c\20skia::textlayout::TextLine::ClipContext\20const&\29\2c\20std::__2::allocator\2c\20float*\29\20const::'lambda'\28skia::textlayout::SkRange\2c\20skia::textlayout::TextStyle\20const&\2c\20skia::textlayout::TextLine::ClipContext\20const&\29>\2c\20void\20\28skia::textlayout::SkRange\2c\20skia::textlayout::TextStyle\20const&\2c\20skia::textlayout::TextLine::ClipContext\20const&\29>::__clone\28\29\20const +9896:std::__2::__function::__func\2c\20bool\20\28skia::textlayout::Run\20const*\2c\20float\2c\20skia::textlayout::SkRange\2c\20float*\29>::operator\28\29\28skia::textlayout::Run\20const*&&\2c\20float&&\2c\20skia::textlayout::SkRange&&\2c\20float*&&\29 +9897:std::__2::__function::__func\2c\20bool\20\28skia::textlayout::Run\20const*\2c\20float\2c\20skia::textlayout::SkRange\2c\20float*\29>::__clone\28std::__2::__function::__base\2c\20float*\29>*\29\20const +9898:std::__2::__function::__func\2c\20bool\20\28skia::textlayout::Run\20const*\2c\20float\2c\20skia::textlayout::SkRange\2c\20float*\29>::__clone\28\29\20const +9899:std::__2::__function::__func\2c\20float*\29\20const::'lambda'\28skia::textlayout::SkRange\2c\20skia::textlayout::TextStyle\20const&\2c\20skia::textlayout::TextLine::ClipContext\20const&\29\2c\20std::__2::allocator\2c\20float*\29\20const::'lambda'\28skia::textlayout::SkRange\2c\20skia::textlayout::TextStyle\20const&\2c\20skia::textlayout::TextLine::ClipContext\20const&\29>\2c\20void\20\28skia::textlayout::SkRange\2c\20skia::textlayout::TextStyle\20const&\2c\20skia::textlayout::TextLine::ClipContext\20const&\29>::operator\28\29\28skia::textlayout::SkRange&&\2c\20skia::textlayout::TextStyle\20const&\2c\20skia::textlayout::TextLine::ClipContext\20const&\29 +9900:std::__2::__function::__func\2c\20float*\29\20const::'lambda'\28skia::textlayout::SkRange\2c\20skia::textlayout::TextStyle\20const&\2c\20skia::textlayout::TextLine::ClipContext\20const&\29\2c\20std::__2::allocator\2c\20float*\29\20const::'lambda'\28skia::textlayout::SkRange\2c\20skia::textlayout::TextStyle\20const&\2c\20skia::textlayout::TextLine::ClipContext\20const&\29>\2c\20void\20\28skia::textlayout::SkRange\2c\20skia::textlayout::TextStyle\20const&\2c\20skia::textlayout::TextLine::ClipContext\20const&\29>::__clone\28std::__2::__function::__base\2c\20skia::textlayout::TextStyle\20const&\2c\20skia::textlayout::TextLine::ClipContext\20const&\29>*\29\20const +9901:std::__2::__function::__func\2c\20float*\29\20const::'lambda'\28skia::textlayout::SkRange\2c\20skia::textlayout::TextStyle\20const&\2c\20skia::textlayout::TextLine::ClipContext\20const&\29\2c\20std::__2::allocator\2c\20float*\29\20const::'lambda'\28skia::textlayout::SkRange\2c\20skia::textlayout::TextStyle\20const&\2c\20skia::textlayout::TextLine::ClipContext\20const&\29>\2c\20void\20\28skia::textlayout::SkRange\2c\20skia::textlayout::TextStyle\20const&\2c\20skia::textlayout::TextLine::ClipContext\20const&\29>::__clone\28\29\20const +9902:std::__2::__function::__func\2c\20bool\20\28skia::textlayout::Cluster\20const*\2c\20unsigned\20long\2c\20bool\29>::operator\28\29\28skia::textlayout::Cluster\20const*&&\2c\20unsigned\20long&&\2c\20bool&&\29 +9903:std::__2::__function::__func\2c\20bool\20\28skia::textlayout::Cluster\20const*\2c\20unsigned\20long\2c\20bool\29>::__clone\28std::__2::__function::__base*\29\20const +9904:std::__2::__function::__func\2c\20bool\20\28skia::textlayout::Cluster\20const*\2c\20unsigned\20long\2c\20bool\29>::__clone\28\29\20const +9905:std::__2::__function::__func\2c\20bool\20\28skia::textlayout::Cluster\20const*\2c\20unsigned\20long\2c\20bool\29>::operator\28\29\28skia::textlayout::Cluster\20const*&&\2c\20unsigned\20long&&\2c\20bool&&\29 +9906:std::__2::__function::__func\2c\20bool\20\28skia::textlayout::Cluster\20const*\2c\20unsigned\20long\2c\20bool\29>::__clone\28std::__2::__function::__base*\29\20const +9907:std::__2::__function::__func\2c\20bool\20\28skia::textlayout::Cluster\20const*\2c\20unsigned\20long\2c\20bool\29>::__clone\28\29\20const +9908:std::__2::__function::__func\2c\20skia::textlayout::RectHeightStyle\2c\20skia::textlayout::RectWidthStyle\2c\20std::__2::vector>&\29\20const::$_0\2c\20std::__2::allocator\2c\20skia::textlayout::RectHeightStyle\2c\20skia::textlayout::RectWidthStyle\2c\20std::__2::vector>&\29\20const::$_0>\2c\20bool\20\28skia::textlayout::Run\20const*\2c\20float\2c\20skia::textlayout::SkRange\2c\20float*\29>::operator\28\29\28skia::textlayout::Run\20const*&&\2c\20float&&\2c\20skia::textlayout::SkRange&&\2c\20float*&&\29 +9909:std::__2::__function::__func\2c\20skia::textlayout::RectHeightStyle\2c\20skia::textlayout::RectWidthStyle\2c\20std::__2::vector>&\29\20const::$_0\2c\20std::__2::allocator\2c\20skia::textlayout::RectHeightStyle\2c\20skia::textlayout::RectWidthStyle\2c\20std::__2::vector>&\29\20const::$_0>\2c\20bool\20\28skia::textlayout::Run\20const*\2c\20float\2c\20skia::textlayout::SkRange\2c\20float*\29>::__clone\28std::__2::__function::__base\2c\20float*\29>*\29\20const +9910:std::__2::__function::__func\2c\20skia::textlayout::RectHeightStyle\2c\20skia::textlayout::RectWidthStyle\2c\20std::__2::vector>&\29\20const::$_0\2c\20std::__2::allocator\2c\20skia::textlayout::RectHeightStyle\2c\20skia::textlayout::RectWidthStyle\2c\20std::__2::vector>&\29\20const::$_0>\2c\20bool\20\28skia::textlayout::Run\20const*\2c\20float\2c\20skia::textlayout::SkRange\2c\20float*\29>::__clone\28\29\20const +9911:std::__2::__function::__func\2c\20skia::textlayout::RectHeightStyle\2c\20skia::textlayout::RectWidthStyle\2c\20std::__2::vector>&\29\20const::$_0::operator\28\29\28skia::textlayout::Run\20const*\2c\20float\2c\20skia::textlayout::SkRange\2c\20float*\29\20const::'lambda'\28skia::textlayout::SkRange\2c\20skia::textlayout::TextStyle\20const&\2c\20skia::textlayout::TextLine::ClipContext\20const&\29\2c\20std::__2::allocator\2c\20skia::textlayout::RectHeightStyle\2c\20skia::textlayout::RectWidthStyle\2c\20std::__2::vector>&\29\20const::$_0::operator\28\29\28skia::textlayout::Run\20const*\2c\20float\2c\20skia::textlayout::SkRange\2c\20float*\29\20const::'lambda'\28skia::textlayout::SkRange\2c\20skia::textlayout::TextStyle\20const&\2c\20skia::textlayout::TextLine::ClipContext\20const&\29>\2c\20void\20\28skia::textlayout::SkRange\2c\20skia::textlayout::TextStyle\20const&\2c\20skia::textlayout::TextLine::ClipContext\20const&\29>::operator\28\29\28skia::textlayout::SkRange&&\2c\20skia::textlayout::TextStyle\20const&\2c\20skia::textlayout::TextLine::ClipContext\20const&\29 +9912:std::__2::__function::__func\2c\20skia::textlayout::RectHeightStyle\2c\20skia::textlayout::RectWidthStyle\2c\20std::__2::vector>&\29\20const::$_0::operator\28\29\28skia::textlayout::Run\20const*\2c\20float\2c\20skia::textlayout::SkRange\2c\20float*\29\20const::'lambda'\28skia::textlayout::SkRange\2c\20skia::textlayout::TextStyle\20const&\2c\20skia::textlayout::TextLine::ClipContext\20const&\29\2c\20std::__2::allocator\2c\20skia::textlayout::RectHeightStyle\2c\20skia::textlayout::RectWidthStyle\2c\20std::__2::vector>&\29\20const::$_0::operator\28\29\28skia::textlayout::Run\20const*\2c\20float\2c\20skia::textlayout::SkRange\2c\20float*\29\20const::'lambda'\28skia::textlayout::SkRange\2c\20skia::textlayout::TextStyle\20const&\2c\20skia::textlayout::TextLine::ClipContext\20const&\29>\2c\20void\20\28skia::textlayout::SkRange\2c\20skia::textlayout::TextStyle\20const&\2c\20skia::textlayout::TextLine::ClipContext\20const&\29>::__clone\28std::__2::__function::__base\2c\20skia::textlayout::TextStyle\20const&\2c\20skia::textlayout::TextLine::ClipContext\20const&\29>*\29\20const +9913:std::__2::__function::__func\2c\20skia::textlayout::RectHeightStyle\2c\20skia::textlayout::RectWidthStyle\2c\20std::__2::vector>&\29\20const::$_0::operator\28\29\28skia::textlayout::Run\20const*\2c\20float\2c\20skia::textlayout::SkRange\2c\20float*\29\20const::'lambda'\28skia::textlayout::SkRange\2c\20skia::textlayout::TextStyle\20const&\2c\20skia::textlayout::TextLine::ClipContext\20const&\29\2c\20std::__2::allocator\2c\20skia::textlayout::RectHeightStyle\2c\20skia::textlayout::RectWidthStyle\2c\20std::__2::vector>&\29\20const::$_0::operator\28\29\28skia::textlayout::Run\20const*\2c\20float\2c\20skia::textlayout::SkRange\2c\20float*\29\20const::'lambda'\28skia::textlayout::SkRange\2c\20skia::textlayout::TextStyle\20const&\2c\20skia::textlayout::TextLine::ClipContext\20const&\29>\2c\20void\20\28skia::textlayout::SkRange\2c\20skia::textlayout::TextStyle\20const&\2c\20skia::textlayout::TextLine::ClipContext\20const&\29>::__clone\28\29\20const +9914:std::__2::__function::__func>&\29::$_0\2c\20std::__2::allocator>&\29::$_0>\2c\20bool\20\28skia::textlayout::Run\20const*\2c\20float\2c\20skia::textlayout::SkRange\2c\20float*\29>::operator\28\29\28skia::textlayout::Run\20const*&&\2c\20float&&\2c\20skia::textlayout::SkRange&&\2c\20float*&&\29 +9915:std::__2::__function::__func>&\29::$_0\2c\20std::__2::allocator>&\29::$_0>\2c\20bool\20\28skia::textlayout::Run\20const*\2c\20float\2c\20skia::textlayout::SkRange\2c\20float*\29>::__clone\28std::__2::__function::__base\2c\20float*\29>*\29\20const +9916:std::__2::__function::__func>&\29::$_0\2c\20std::__2::allocator>&\29::$_0>\2c\20bool\20\28skia::textlayout::Run\20const*\2c\20float\2c\20skia::textlayout::SkRange\2c\20float*\29>::__clone\28\29\20const +9917:std::__2::__function::__func\2c\20bool\20\28skia::textlayout::Run\20const*\2c\20float\2c\20skia::textlayout::SkRange\2c\20float*\29>::operator\28\29\28skia::textlayout::Run\20const*&&\2c\20float&&\2c\20skia::textlayout::SkRange&&\2c\20float*&&\29 +9918:std::__2::__function::__func\2c\20bool\20\28skia::textlayout::Run\20const*\2c\20float\2c\20skia::textlayout::SkRange\2c\20float*\29>::__clone\28std::__2::__function::__base\2c\20float*\29>*\29\20const +9919:std::__2::__function::__func\2c\20bool\20\28skia::textlayout::Run\20const*\2c\20float\2c\20skia::textlayout::SkRange\2c\20float*\29>::__clone\28\29\20const +9920:std::__2::__function::__func\2c\20float*\29\20const::'lambda'\28skia::textlayout::SkRange\2c\20skia::textlayout::TextStyle\20const&\2c\20skia::textlayout::TextLine::ClipContext\20const&\29\2c\20std::__2::allocator\2c\20float*\29\20const::'lambda'\28skia::textlayout::SkRange\2c\20skia::textlayout::TextStyle\20const&\2c\20skia::textlayout::TextLine::ClipContext\20const&\29>\2c\20void\20\28skia::textlayout::SkRange\2c\20skia::textlayout::TextStyle\20const&\2c\20skia::textlayout::TextLine::ClipContext\20const&\29>::operator\28\29\28skia::textlayout::SkRange&&\2c\20skia::textlayout::TextStyle\20const&\2c\20skia::textlayout::TextLine::ClipContext\20const&\29 +9921:std::__2::__function::__func\2c\20float*\29\20const::'lambda'\28skia::textlayout::SkRange\2c\20skia::textlayout::TextStyle\20const&\2c\20skia::textlayout::TextLine::ClipContext\20const&\29\2c\20std::__2::allocator\2c\20float*\29\20const::'lambda'\28skia::textlayout::SkRange\2c\20skia::textlayout::TextStyle\20const&\2c\20skia::textlayout::TextLine::ClipContext\20const&\29>\2c\20void\20\28skia::textlayout::SkRange\2c\20skia::textlayout::TextStyle\20const&\2c\20skia::textlayout::TextLine::ClipContext\20const&\29>::__clone\28std::__2::__function::__base\2c\20skia::textlayout::TextStyle\20const&\2c\20skia::textlayout::TextLine::ClipContext\20const&\29>*\29\20const +9922:std::__2::__function::__func\2c\20float*\29\20const::'lambda'\28skia::textlayout::SkRange\2c\20skia::textlayout::TextStyle\20const&\2c\20skia::textlayout::TextLine::ClipContext\20const&\29\2c\20std::__2::allocator\2c\20float*\29\20const::'lambda'\28skia::textlayout::SkRange\2c\20skia::textlayout::TextStyle\20const&\2c\20skia::textlayout::TextLine::ClipContext\20const&\29>\2c\20void\20\28skia::textlayout::SkRange\2c\20skia::textlayout::TextStyle\20const&\2c\20skia::textlayout::TextLine::ClipContext\20const&\29>::__clone\28\29\20const +9923:std::__2::__function::__func\2c\20bool\20\28skia::textlayout::Run\20const*\2c\20float\2c\20skia::textlayout::SkRange\2c\20float*\29>::operator\28\29\28skia::textlayout::Run\20const*&&\2c\20float&&\2c\20skia::textlayout::SkRange&&\2c\20float*&&\29 +9924:std::__2::__function::__func\2c\20bool\20\28skia::textlayout::Run\20const*\2c\20float\2c\20skia::textlayout::SkRange\2c\20float*\29>::__clone\28std::__2::__function::__base\2c\20float*\29>*\29\20const +9925:std::__2::__function::__func\2c\20bool\20\28skia::textlayout::Run\20const*\2c\20float\2c\20skia::textlayout::SkRange\2c\20float*\29>::__clone\28\29\20const +9926:std::__2::__function::__func\2c\20float*\29\20const::'lambda'\28skia::textlayout::SkRange\2c\20skia::textlayout::TextStyle\20const&\2c\20skia::textlayout::TextLine::ClipContext\20const&\29\2c\20std::__2::allocator\2c\20float*\29\20const::'lambda'\28skia::textlayout::SkRange\2c\20skia::textlayout::TextStyle\20const&\2c\20skia::textlayout::TextLine::ClipContext\20const&\29>\2c\20void\20\28skia::textlayout::SkRange\2c\20skia::textlayout::TextStyle\20const&\2c\20skia::textlayout::TextLine::ClipContext\20const&\29>::operator\28\29\28skia::textlayout::SkRange&&\2c\20skia::textlayout::TextStyle\20const&\2c\20skia::textlayout::TextLine::ClipContext\20const&\29 +9927:std::__2::__function::__func\2c\20float*\29\20const::'lambda'\28skia::textlayout::SkRange\2c\20skia::textlayout::TextStyle\20const&\2c\20skia::textlayout::TextLine::ClipContext\20const&\29\2c\20std::__2::allocator\2c\20float*\29\20const::'lambda'\28skia::textlayout::SkRange\2c\20skia::textlayout::TextStyle\20const&\2c\20skia::textlayout::TextLine::ClipContext\20const&\29>\2c\20void\20\28skia::textlayout::SkRange\2c\20skia::textlayout::TextStyle\20const&\2c\20skia::textlayout::TextLine::ClipContext\20const&\29>::__clone\28std::__2::__function::__base\2c\20skia::textlayout::TextStyle\20const&\2c\20skia::textlayout::TextLine::ClipContext\20const&\29>*\29\20const +9928:std::__2::__function::__func\2c\20float*\29\20const::'lambda'\28skia::textlayout::SkRange\2c\20skia::textlayout::TextStyle\20const&\2c\20skia::textlayout::TextLine::ClipContext\20const&\29\2c\20std::__2::allocator\2c\20float*\29\20const::'lambda'\28skia::textlayout::SkRange\2c\20skia::textlayout::TextStyle\20const&\2c\20skia::textlayout::TextLine::ClipContext\20const&\29>\2c\20void\20\28skia::textlayout::SkRange\2c\20skia::textlayout::TextStyle\20const&\2c\20skia::textlayout::TextLine::ClipContext\20const&\29>::__clone\28\29\20const +9929:std::__2::__function::__func\2c\20bool\20\28skia::textlayout::Run\20const*\2c\20float\2c\20skia::textlayout::SkRange\2c\20float*\29>::operator\28\29\28skia::textlayout::Run\20const*&&\2c\20float&&\2c\20skia::textlayout::SkRange&&\2c\20float*&&\29 +9930:std::__2::__function::__func\2c\20bool\20\28skia::textlayout::Run\20const*\2c\20float\2c\20skia::textlayout::SkRange\2c\20float*\29>::__clone\28std::__2::__function::__base\2c\20float*\29>*\29\20const +9931:std::__2::__function::__func\2c\20bool\20\28skia::textlayout::Run\20const*\2c\20float\2c\20skia::textlayout::SkRange\2c\20float*\29>::__clone\28\29\20const +9932:std::__2::__function::__func\2c\20float*\29\20const::'lambda'\28skia::textlayout::SkRange\2c\20skia::textlayout::TextStyle\20const&\2c\20skia::textlayout::TextLine::ClipContext\20const&\29\2c\20std::__2::allocator\2c\20float*\29\20const::'lambda'\28skia::textlayout::SkRange\2c\20skia::textlayout::TextStyle\20const&\2c\20skia::textlayout::TextLine::ClipContext\20const&\29>\2c\20void\20\28skia::textlayout::SkRange\2c\20skia::textlayout::TextStyle\20const&\2c\20skia::textlayout::TextLine::ClipContext\20const&\29>::operator\28\29\28skia::textlayout::SkRange&&\2c\20skia::textlayout::TextStyle\20const&\2c\20skia::textlayout::TextLine::ClipContext\20const&\29 +9933:std::__2::__function::__func\2c\20float*\29\20const::'lambda'\28skia::textlayout::SkRange\2c\20skia::textlayout::TextStyle\20const&\2c\20skia::textlayout::TextLine::ClipContext\20const&\29\2c\20std::__2::allocator\2c\20float*\29\20const::'lambda'\28skia::textlayout::SkRange\2c\20skia::textlayout::TextStyle\20const&\2c\20skia::textlayout::TextLine::ClipContext\20const&\29>\2c\20void\20\28skia::textlayout::SkRange\2c\20skia::textlayout::TextStyle\20const&\2c\20skia::textlayout::TextLine::ClipContext\20const&\29>::__clone\28std::__2::__function::__base\2c\20skia::textlayout::TextStyle\20const&\2c\20skia::textlayout::TextLine::ClipContext\20const&\29>*\29\20const +9934:std::__2::__function::__func\2c\20float*\29\20const::'lambda'\28skia::textlayout::SkRange\2c\20skia::textlayout::TextStyle\20const&\2c\20skia::textlayout::TextLine::ClipContext\20const&\29\2c\20std::__2::allocator\2c\20float*\29\20const::'lambda'\28skia::textlayout::SkRange\2c\20skia::textlayout::TextStyle\20const&\2c\20skia::textlayout::TextLine::ClipContext\20const&\29>\2c\20void\20\28skia::textlayout::SkRange\2c\20skia::textlayout::TextStyle\20const&\2c\20skia::textlayout::TextLine::ClipContext\20const&\29>::__clone\28\29\20const +9935:std::__2::__function::__func\2c\20bool\20\28skia::textlayout::Run\20const*\2c\20float\2c\20skia::textlayout::SkRange\2c\20float*\29>::operator\28\29\28skia::textlayout::Run\20const*&&\2c\20float&&\2c\20skia::textlayout::SkRange&&\2c\20float*&&\29 +9936:std::__2::__function::__func\2c\20bool\20\28skia::textlayout::Run\20const*\2c\20float\2c\20skia::textlayout::SkRange\2c\20float*\29>::__clone\28std::__2::__function::__base\2c\20float*\29>*\29\20const +9937:std::__2::__function::__func\2c\20bool\20\28skia::textlayout::Run\20const*\2c\20float\2c\20skia::textlayout::SkRange\2c\20float*\29>::__clone\28\29\20const +9938:std::__2::__function::__func\2c\20float*\29\20const::'lambda'\28skia::textlayout::SkRange\2c\20skia::textlayout::TextStyle\20const&\2c\20skia::textlayout::TextLine::ClipContext\20const&\29\2c\20std::__2::allocator\2c\20float*\29\20const::'lambda'\28skia::textlayout::SkRange\2c\20skia::textlayout::TextStyle\20const&\2c\20skia::textlayout::TextLine::ClipContext\20const&\29>\2c\20void\20\28skia::textlayout::SkRange\2c\20skia::textlayout::TextStyle\20const&\2c\20skia::textlayout::TextLine::ClipContext\20const&\29>::operator\28\29\28skia::textlayout::SkRange&&\2c\20skia::textlayout::TextStyle\20const&\2c\20skia::textlayout::TextLine::ClipContext\20const&\29 +9939:std::__2::__function::__func\2c\20float*\29\20const::'lambda'\28skia::textlayout::SkRange\2c\20skia::textlayout::TextStyle\20const&\2c\20skia::textlayout::TextLine::ClipContext\20const&\29\2c\20std::__2::allocator\2c\20float*\29\20const::'lambda'\28skia::textlayout::SkRange\2c\20skia::textlayout::TextStyle\20const&\2c\20skia::textlayout::TextLine::ClipContext\20const&\29>\2c\20void\20\28skia::textlayout::SkRange\2c\20skia::textlayout::TextStyle\20const&\2c\20skia::textlayout::TextLine::ClipContext\20const&\29>::__clone\28std::__2::__function::__base\2c\20skia::textlayout::TextStyle\20const&\2c\20skia::textlayout::TextLine::ClipContext\20const&\29>*\29\20const +9940:std::__2::__function::__func\2c\20float*\29\20const::'lambda'\28skia::textlayout::SkRange\2c\20skia::textlayout::TextStyle\20const&\2c\20skia::textlayout::TextLine::ClipContext\20const&\29\2c\20std::__2::allocator\2c\20float*\29\20const::'lambda'\28skia::textlayout::SkRange\2c\20skia::textlayout::TextStyle\20const&\2c\20skia::textlayout::TextLine::ClipContext\20const&\29>\2c\20void\20\28skia::textlayout::SkRange\2c\20skia::textlayout::TextStyle\20const&\2c\20skia::textlayout::TextLine::ClipContext\20const&\29>::__clone\28\29\20const +9941:std::__2::__function::__func\20const&\29::$_0\2c\20std::__2::allocator\20const&\29::$_0>\2c\20bool\20\28skia::textlayout::Run\20const*\2c\20float\2c\20skia::textlayout::SkRange\2c\20float*\29>::operator\28\29\28skia::textlayout::Run\20const*&&\2c\20float&&\2c\20skia::textlayout::SkRange&&\2c\20float*&&\29 +9942:std::__2::__function::__func\20const&\29::$_0\2c\20std::__2::allocator\20const&\29::$_0>\2c\20bool\20\28skia::textlayout::Run\20const*\2c\20float\2c\20skia::textlayout::SkRange\2c\20float*\29>::__clone\28std::__2::__function::__base\2c\20float*\29>*\29\20const +9943:std::__2::__function::__func\20const&\29::$_0\2c\20std::__2::allocator\20const&\29::$_0>\2c\20bool\20\28skia::textlayout::Run\20const*\2c\20float\2c\20skia::textlayout::SkRange\2c\20float*\29>::__clone\28\29\20const +9944:std::__2::__function::__func\20const&\29::$_0::operator\28\29\28skia::textlayout::Run\20const*\2c\20float\2c\20skia::textlayout::SkRange\2c\20float*\29\20const::'lambda'\28skia::textlayout::SkRange\2c\20skia::textlayout::TextStyle\20const&\2c\20skia::textlayout::TextLine::ClipContext\20const&\29\2c\20std::__2::allocator\20const&\29::$_0::operator\28\29\28skia::textlayout::Run\20const*\2c\20float\2c\20skia::textlayout::SkRange\2c\20float*\29\20const::'lambda'\28skia::textlayout::SkRange\2c\20skia::textlayout::TextStyle\20const&\2c\20skia::textlayout::TextLine::ClipContext\20const&\29>\2c\20void\20\28skia::textlayout::SkRange\2c\20skia::textlayout::TextStyle\20const&\2c\20skia::textlayout::TextLine::ClipContext\20const&\29>::operator\28\29\28skia::textlayout::SkRange&&\2c\20skia::textlayout::TextStyle\20const&\2c\20skia::textlayout::TextLine::ClipContext\20const&\29 +9945:std::__2::__function::__func\20const&\29::$_0::operator\28\29\28skia::textlayout::Run\20const*\2c\20float\2c\20skia::textlayout::SkRange\2c\20float*\29\20const::'lambda'\28skia::textlayout::SkRange\2c\20skia::textlayout::TextStyle\20const&\2c\20skia::textlayout::TextLine::ClipContext\20const&\29\2c\20std::__2::allocator\20const&\29::$_0::operator\28\29\28skia::textlayout::Run\20const*\2c\20float\2c\20skia::textlayout::SkRange\2c\20float*\29\20const::'lambda'\28skia::textlayout::SkRange\2c\20skia::textlayout::TextStyle\20const&\2c\20skia::textlayout::TextLine::ClipContext\20const&\29>\2c\20void\20\28skia::textlayout::SkRange\2c\20skia::textlayout::TextStyle\20const&\2c\20skia::textlayout::TextLine::ClipContext\20const&\29>::__clone\28std::__2::__function::__base\2c\20skia::textlayout::TextStyle\20const&\2c\20skia::textlayout::TextLine::ClipContext\20const&\29>*\29\20const +9946:std::__2::__function::__func\20const&\29::$_0::operator\28\29\28skia::textlayout::Run\20const*\2c\20float\2c\20skia::textlayout::SkRange\2c\20float*\29\20const::'lambda'\28skia::textlayout::SkRange\2c\20skia::textlayout::TextStyle\20const&\2c\20skia::textlayout::TextLine::ClipContext\20const&\29\2c\20std::__2::allocator\20const&\29::$_0::operator\28\29\28skia::textlayout::Run\20const*\2c\20float\2c\20skia::textlayout::SkRange\2c\20float*\29\20const::'lambda'\28skia::textlayout::SkRange\2c\20skia::textlayout::TextStyle\20const&\2c\20skia::textlayout::TextLine::ClipContext\20const&\29>\2c\20void\20\28skia::textlayout::SkRange\2c\20skia::textlayout::TextStyle\20const&\2c\20skia::textlayout::TextLine::ClipContext\20const&\29>::__clone\28\29\20const +9947:std::__2::__function::__func\2c\20void\20\28skia::textlayout::SkRange\2c\20skia::textlayout::SkRange\2c\20skia::textlayout::SkRange\2c\20skia::textlayout::SkRange\2c\20skia::textlayout::SkRange\2c\20float\2c\20unsigned\20long\2c\20unsigned\20long\2c\20SkPoint\2c\20SkPoint\2c\20skia::textlayout::InternalLineMetrics\2c\20bool\29>::operator\28\29\28skia::textlayout::SkRange&&\2c\20skia::textlayout::SkRange&&\2c\20skia::textlayout::SkRange&&\2c\20skia::textlayout::SkRange&&\2c\20skia::textlayout::SkRange&&\2c\20float&&\2c\20unsigned\20long&&\2c\20unsigned\20long&&\2c\20SkPoint&&\2c\20SkPoint&&\2c\20skia::textlayout::InternalLineMetrics&&\2c\20bool&&\29 +9948:std::__2::__function::__func\2c\20void\20\28skia::textlayout::SkRange\2c\20skia::textlayout::SkRange\2c\20skia::textlayout::SkRange\2c\20skia::textlayout::SkRange\2c\20skia::textlayout::SkRange\2c\20float\2c\20unsigned\20long\2c\20unsigned\20long\2c\20SkPoint\2c\20SkPoint\2c\20skia::textlayout::InternalLineMetrics\2c\20bool\29>::__clone\28std::__2::__function::__base\2c\20skia::textlayout::SkRange\2c\20skia::textlayout::SkRange\2c\20skia::textlayout::SkRange\2c\20skia::textlayout::SkRange\2c\20float\2c\20unsigned\20long\2c\20unsigned\20long\2c\20SkPoint\2c\20SkPoint\2c\20skia::textlayout::InternalLineMetrics\2c\20bool\29>*\29\20const +9949:std::__2::__function::__func\2c\20void\20\28skia::textlayout::SkRange\2c\20skia::textlayout::SkRange\2c\20skia::textlayout::SkRange\2c\20skia::textlayout::SkRange\2c\20skia::textlayout::SkRange\2c\20float\2c\20unsigned\20long\2c\20unsigned\20long\2c\20SkPoint\2c\20SkPoint\2c\20skia::textlayout::InternalLineMetrics\2c\20bool\29>::__clone\28\29\20const +9950:std::__2::__function::__func\2c\20void\20\28skia::textlayout::Cluster*\29>::operator\28\29\28skia::textlayout::Cluster*&&\29 +9951:std::__2::__function::__func\2c\20void\20\28skia::textlayout::Cluster*\29>::__clone\28std::__2::__function::__base*\29\20const +9952:std::__2::__function::__func\2c\20void\20\28skia::textlayout::Cluster*\29>::__clone\28\29\20const +9953:std::__2::__function::__func\2c\20void\20\28skia::textlayout::ParagraphImpl*\2c\20char\20const*\2c\20bool\29>::__clone\28std::__2::__function::__base*\29\20const +9954:std::__2::__function::__func\2c\20void\20\28skia::textlayout::ParagraphImpl*\2c\20char\20const*\2c\20bool\29>::__clone\28\29\20const +9955:std::__2::__function::__func\2c\20float\20\28skia::textlayout::SkRange\2c\20SkSpan\2c\20float&\2c\20unsigned\20long\2c\20unsigned\20char\29>::operator\28\29\28skia::textlayout::SkRange&&\2c\20SkSpan&&\2c\20float&\2c\20unsigned\20long&&\2c\20unsigned\20char&&\29 +9956:std::__2::__function::__func\2c\20float\20\28skia::textlayout::SkRange\2c\20SkSpan\2c\20float&\2c\20unsigned\20long\2c\20unsigned\20char\29>::__clone\28std::__2::__function::__base\2c\20SkSpan\2c\20float&\2c\20unsigned\20long\2c\20unsigned\20char\29>*\29\20const +9957:std::__2::__function::__func\2c\20float\20\28skia::textlayout::SkRange\2c\20SkSpan\2c\20float&\2c\20unsigned\20long\2c\20unsigned\20char\29>::__clone\28\29\20const +9958:std::__2::__function::__func\2c\20SkSpan\2c\20float&\2c\20unsigned\20long\2c\20unsigned\20char\29\20const::'lambda'\28skia::textlayout::Block\2c\20skia_private::TArray\29\2c\20std::__2::allocator\2c\20SkSpan\2c\20float&\2c\20unsigned\20long\2c\20unsigned\20char\29\20const::'lambda'\28skia::textlayout::Block\2c\20skia_private::TArray\29>\2c\20void\20\28skia::textlayout::Block\2c\20skia_private::TArray\29>::operator\28\29\28skia::textlayout::Block&&\2c\20skia_private::TArray&&\29 +9959:std::__2::__function::__func\2c\20SkSpan\2c\20float&\2c\20unsigned\20long\2c\20unsigned\20char\29\20const::'lambda'\28skia::textlayout::Block\2c\20skia_private::TArray\29\2c\20std::__2::allocator\2c\20SkSpan\2c\20float&\2c\20unsigned\20long\2c\20unsigned\20char\29\20const::'lambda'\28skia::textlayout::Block\2c\20skia_private::TArray\29>\2c\20void\20\28skia::textlayout::Block\2c\20skia_private::TArray\29>::__clone\28std::__2::__function::__base\29>*\29\20const +9960:std::__2::__function::__func\2c\20SkSpan\2c\20float&\2c\20unsigned\20long\2c\20unsigned\20char\29\20const::'lambda'\28skia::textlayout::Block\2c\20skia_private::TArray\29\2c\20std::__2::allocator\2c\20SkSpan\2c\20float&\2c\20unsigned\20long\2c\20unsigned\20char\29\20const::'lambda'\28skia::textlayout::Block\2c\20skia_private::TArray\29>\2c\20void\20\28skia::textlayout::Block\2c\20skia_private::TArray\29>::__clone\28\29\20const +9961:std::__2::__function::__func\2c\20SkSpan\2c\20float&\2c\20unsigned\20long\2c\20unsigned\20char\29\20const::'lambda'\28skia::textlayout::Block\2c\20skia_private::TArray\29::operator\28\29\28skia::textlayout::Block\2c\20skia_private::TArray\29\20const::'lambda'\28sk_sp\29\2c\20std::__2::allocator\2c\20SkSpan\2c\20float&\2c\20unsigned\20long\2c\20unsigned\20char\29\20const::'lambda'\28skia::textlayout::Block\2c\20skia_private::TArray\29::operator\28\29\28skia::textlayout::Block\2c\20skia_private::TArray\29\20const::'lambda'\28sk_sp\29>\2c\20skia::textlayout::OneLineShaper::Resolved\20\28sk_sp\29>::operator\28\29\28sk_sp&&\29 +9962:std::__2::__function::__func\2c\20SkSpan\2c\20float&\2c\20unsigned\20long\2c\20unsigned\20char\29\20const::'lambda'\28skia::textlayout::Block\2c\20skia_private::TArray\29::operator\28\29\28skia::textlayout::Block\2c\20skia_private::TArray\29\20const::'lambda'\28sk_sp\29\2c\20std::__2::allocator\2c\20SkSpan\2c\20float&\2c\20unsigned\20long\2c\20unsigned\20char\29\20const::'lambda'\28skia::textlayout::Block\2c\20skia_private::TArray\29::operator\28\29\28skia::textlayout::Block\2c\20skia_private::TArray\29\20const::'lambda'\28sk_sp\29>\2c\20skia::textlayout::OneLineShaper::Resolved\20\28sk_sp\29>::__clone\28std::__2::__function::__base\29>*\29\20const +9963:std::__2::__function::__func\2c\20SkSpan\2c\20float&\2c\20unsigned\20long\2c\20unsigned\20char\29\20const::'lambda'\28skia::textlayout::Block\2c\20skia_private::TArray\29::operator\28\29\28skia::textlayout::Block\2c\20skia_private::TArray\29\20const::'lambda'\28sk_sp\29\2c\20std::__2::allocator\2c\20SkSpan\2c\20float&\2c\20unsigned\20long\2c\20unsigned\20char\29\20const::'lambda'\28skia::textlayout::Block\2c\20skia_private::TArray\29::operator\28\29\28skia::textlayout::Block\2c\20skia_private::TArray\29\20const::'lambda'\28sk_sp\29>\2c\20skia::textlayout::OneLineShaper::Resolved\20\28sk_sp\29>::__clone\28\29\20const +9964:std::__2::__function::__func\2c\20void\20\28skia::textlayout::SkRange\29>::operator\28\29\28skia::textlayout::SkRange&&\29 +9965:std::__2::__function::__func\2c\20void\20\28skia::textlayout::SkRange\29>::__clone\28std::__2::__function::__base\29>*\29\20const +9966:std::__2::__function::__func\2c\20void\20\28skia::textlayout::SkRange\29>::__clone\28\29\20const +9967:std::__2::__function::__func\2c\20void\20\28sktext::gpu::AtlasSubRun\20const*\2c\20SkPoint\2c\20SkPaint\20const&\2c\20sk_sp\2c\20sktext::gpu::RendererData\29>::operator\28\29\28sktext::gpu::AtlasSubRun\20const*&&\2c\20SkPoint&&\2c\20SkPaint\20const&\2c\20sk_sp&&\2c\20sktext::gpu::RendererData&&\29 +9968:std::__2::__function::__func\2c\20void\20\28sktext::gpu::AtlasSubRun\20const*\2c\20SkPoint\2c\20SkPaint\20const&\2c\20sk_sp\2c\20sktext::gpu::RendererData\29>::__clone\28std::__2::__function::__base\2c\20sktext::gpu::RendererData\29>*\29\20const +9969:std::__2::__function::__func\2c\20void\20\28sktext::gpu::AtlasSubRun\20const*\2c\20SkPoint\2c\20SkPaint\20const&\2c\20sk_sp\2c\20sktext::gpu::RendererData\29>::__clone\28\29\20const +9970:std::__2::__function::__func\2c\20void\20\28void*\2c\20void\20const*\29>::~__func\28\29_10828 +9971:std::__2::__function::__func\2c\20void\20\28void*\2c\20void\20const*\29>::operator\28\29\28void*&&\2c\20void\20const*&&\29 +9972:std::__2::__function::__func\2c\20void\20\28void*\2c\20void\20const*\29>::destroy_deallocate\28\29 +9973:std::__2::__function::__func\2c\20void\20\28void*\2c\20void\20const*\29>::destroy\28\29 +9974:std::__2::__function::__func\2c\20void\20\28void*\2c\20void\20const*\29>::__clone\28std::__2::__function::__base*\29\20const +9975:std::__2::__function::__func\2c\20void\20\28void*\2c\20void\20const*\29>::__clone\28\29\20const +9976:std::__2::__function::__func\2c\20void\20\28\29>::operator\28\29\28\29 +9977:std::__2::__function::__func\2c\20void\20\28\29>::__clone\28std::__2::__function::__base*\29\20const +9978:std::__2::__function::__func\2c\20void\20\28\29>::__clone\28\29\20const +9979:std::__2::__function::__func\2c\20void\20\28\29>::operator\28\29\28\29 +9980:std::__2::__function::__func\2c\20void\20\28\29>::__clone\28std::__2::__function::__base*\29\20const +9981:std::__2::__function::__func\2c\20void\20\28\29>::__clone\28\29\20const +9982:std::__2::__function::__func\2c\20void\20\28GrSurfaceProxy*\2c\20skgpu::Mipmapped\29>::operator\28\29\28GrSurfaceProxy*&&\2c\20skgpu::Mipmapped&&\29 +9983:std::__2::__function::__func\2c\20void\20\28GrSurfaceProxy*\2c\20skgpu::Mipmapped\29>::__clone\28std::__2::__function::__base*\29\20const +9984:std::__2::__function::__func\2c\20void\20\28GrSurfaceProxy*\2c\20skgpu::Mipmapped\29>::__clone\28\29\20const +9985:std::__2::__function::__func>\2c\20GrTextureResolveManager\2c\20GrCaps\20const&\29::$_0\2c\20std::__2::allocator>\2c\20GrTextureResolveManager\2c\20GrCaps\20const&\29::$_0>\2c\20void\20\28GrSurfaceProxy*\2c\20skgpu::Mipmapped\29>::operator\28\29\28GrSurfaceProxy*&&\2c\20skgpu::Mipmapped&&\29 +9986:std::__2::__function::__func>\2c\20GrTextureResolveManager\2c\20GrCaps\20const&\29::$_0\2c\20std::__2::allocator>\2c\20GrTextureResolveManager\2c\20GrCaps\20const&\29::$_0>\2c\20void\20\28GrSurfaceProxy*\2c\20skgpu::Mipmapped\29>::__clone\28std::__2::__function::__base*\29\20const +9987:std::__2::__function::__func>\2c\20GrTextureResolveManager\2c\20GrCaps\20const&\29::$_0\2c\20std::__2::allocator>\2c\20GrTextureResolveManager\2c\20GrCaps\20const&\29::$_0>\2c\20void\20\28GrSurfaceProxy*\2c\20skgpu::Mipmapped\29>::__clone\28\29\20const +9988:std::__2::__function::__func>\2c\20bool\2c\20GrProcessorSet::Analysis\20const&\2c\20GrAppliedClip&&\2c\20GrDstProxyView\20const&\2c\20GrTextureResolveManager\2c\20GrCaps\20const&\29::$_0\2c\20std::__2::allocator>\2c\20bool\2c\20GrProcessorSet::Analysis\20const&\2c\20GrAppliedClip&&\2c\20GrDstProxyView\20const&\2c\20GrTextureResolveManager\2c\20GrCaps\20const&\29::$_0>\2c\20void\20\28GrSurfaceProxy*\2c\20skgpu::Mipmapped\29>::operator\28\29\28GrSurfaceProxy*&&\2c\20skgpu::Mipmapped&&\29 +9989:std::__2::__function::__func>\2c\20bool\2c\20GrProcessorSet::Analysis\20const&\2c\20GrAppliedClip&&\2c\20GrDstProxyView\20const&\2c\20GrTextureResolveManager\2c\20GrCaps\20const&\29::$_0\2c\20std::__2::allocator>\2c\20bool\2c\20GrProcessorSet::Analysis\20const&\2c\20GrAppliedClip&&\2c\20GrDstProxyView\20const&\2c\20GrTextureResolveManager\2c\20GrCaps\20const&\29::$_0>\2c\20void\20\28GrSurfaceProxy*\2c\20skgpu::Mipmapped\29>::__clone\28std::__2::__function::__base*\29\20const +9990:std::__2::__function::__func>\2c\20bool\2c\20GrProcessorSet::Analysis\20const&\2c\20GrAppliedClip&&\2c\20GrDstProxyView\20const&\2c\20GrTextureResolveManager\2c\20GrCaps\20const&\29::$_0\2c\20std::__2::allocator>\2c\20bool\2c\20GrProcessorSet::Analysis\20const&\2c\20GrAppliedClip&&\2c\20GrDstProxyView\20const&\2c\20GrTextureResolveManager\2c\20GrCaps\20const&\29::$_0>\2c\20void\20\28GrSurfaceProxy*\2c\20skgpu::Mipmapped\29>::__clone\28\29\20const +9991:std::__2::__function::__func\2c\20void\20\28sktext::gpu::AtlasSubRun\20const*\2c\20SkPoint\2c\20SkPaint\20const&\2c\20sk_sp\2c\20sktext::gpu::RendererData\29>::operator\28\29\28sktext::gpu::AtlasSubRun\20const*&&\2c\20SkPoint&&\2c\20SkPaint\20const&\2c\20sk_sp&&\2c\20sktext::gpu::RendererData&&\29 +9992:std::__2::__function::__func\2c\20void\20\28sktext::gpu::AtlasSubRun\20const*\2c\20SkPoint\2c\20SkPaint\20const&\2c\20sk_sp\2c\20sktext::gpu::RendererData\29>::__clone\28std::__2::__function::__base\2c\20sktext::gpu::RendererData\29>*\29\20const +9993:std::__2::__function::__func\2c\20void\20\28sktext::gpu::AtlasSubRun\20const*\2c\20SkPoint\2c\20SkPaint\20const&\2c\20sk_sp\2c\20sktext::gpu::RendererData\29>::__clone\28\29\20const +9994:std::__2::__function::__func\2c\20std::__2::tuple\20\28sktext::gpu::GlyphVector*\2c\20int\2c\20int\2c\20skgpu::MaskFormat\2c\20int\29>::operator\28\29\28sktext::gpu::GlyphVector*&&\2c\20int&&\2c\20int&&\2c\20skgpu::MaskFormat&&\2c\20int&&\29 +9995:std::__2::__function::__func\2c\20std::__2::tuple\20\28sktext::gpu::GlyphVector*\2c\20int\2c\20int\2c\20skgpu::MaskFormat\2c\20int\29>::__clone\28std::__2::__function::__base\20\28sktext::gpu::GlyphVector*\2c\20int\2c\20int\2c\20skgpu::MaskFormat\2c\20int\29>*\29\20const +9996:std::__2::__function::__func\2c\20std::__2::tuple\20\28sktext::gpu::GlyphVector*\2c\20int\2c\20int\2c\20skgpu::MaskFormat\2c\20int\29>::__clone\28\29\20const +9997:std::__2::__function::__func>\2c\20SkIRect\20const&\2c\20SkMatrix\20const&\2c\20SkPath\20const&\29::$_0\2c\20std::__2::allocator>\2c\20SkIRect\20const&\2c\20SkMatrix\20const&\2c\20SkPath\20const&\29::$_0>\2c\20bool\20\28GrSurfaceProxy\20const*\29>::operator\28\29\28GrSurfaceProxy\20const*&&\29 +9998:std::__2::__function::__func>\2c\20SkIRect\20const&\2c\20SkMatrix\20const&\2c\20SkPath\20const&\29::$_0\2c\20std::__2::allocator>\2c\20SkIRect\20const&\2c\20SkMatrix\20const&\2c\20SkPath\20const&\29::$_0>\2c\20bool\20\28GrSurfaceProxy\20const*\29>::__clone\28std::__2::__function::__base*\29\20const +9999:std::__2::__function::__func>\2c\20SkIRect\20const&\2c\20SkMatrix\20const&\2c\20SkPath\20const&\29::$_0\2c\20std::__2::allocator>\2c\20SkIRect\20const&\2c\20SkMatrix\20const&\2c\20SkPath\20const&\29::$_0>\2c\20bool\20\28GrSurfaceProxy\20const*\29>::__clone\28\29\20const +10000:std::__2::__function::__func\2c\20sk_sp\20\28SkIRect\29>::operator\28\29\28SkIRect&&\29 +10001:std::__2::__function::__func\2c\20sk_sp\20\28SkIRect\29>::__clone\28std::__2::__function::__base\20\28SkIRect\29>*\29\20const +10002:std::__2::__function::__func\2c\20sk_sp\20\28SkIRect\29>::__clone\28\29\20const +10003:std::__2::__function::__func\2c\20sk_sp\20\28SkIRect\29>::operator\28\29\28SkIRect&&\29 +10004:std::__2::__function::__func\2c\20sk_sp\20\28SkIRect\29>::__clone\28std::__2::__function::__base\20\28SkIRect\29>*\29\20const +10005:std::__2::__function::__func\2c\20sk_sp\20\28SkIRect\29>::__clone\28\29\20const +10006:std::__2::__function::__func\2c\20void\20\28int\2c\20char\20const*\29>::operator\28\29\28int&&\2c\20char\20const*&&\29 +10007:std::__2::__function::__func\2c\20void\20\28int\2c\20char\20const*\29>::__clone\28std::__2::__function::__base*\29\20const +10008:std::__2::__function::__func\2c\20void\20\28int\2c\20char\20const*\29>::__clone\28\29\20const +10009:std::__2::__function::__func\28GrOp\20const*\2c\20GrSurfaceProxy\20const*\29::'lambda'\28GrSurfaceProxy*\2c\20skgpu::Mipmapped\29\2c\20std::__2::allocator\28GrOp\20const*\2c\20GrSurfaceProxy\20const*\29::'lambda'\28GrSurfaceProxy*\2c\20skgpu::Mipmapped\29>\2c\20void\20\28GrSurfaceProxy*\2c\20skgpu::Mipmapped\29>::__clone\28std::__2::__function::__base*\29\20const +10010:std::__2::__function::__func\28GrOp\20const*\2c\20GrSurfaceProxy\20const*\29::'lambda'\28GrSurfaceProxy*\2c\20skgpu::Mipmapped\29\2c\20std::__2::allocator\28GrOp\20const*\2c\20GrSurfaceProxy\20const*\29::'lambda'\28GrSurfaceProxy*\2c\20skgpu::Mipmapped\29>\2c\20void\20\28GrSurfaceProxy*\2c\20skgpu::Mipmapped\29>::__clone\28\29\20const +10011:std::__2::__function::__func\28GrFragmentProcessor\20const*\2c\20GrSurfaceProxy\20const*\29::'lambda'\28GrSurfaceProxy*\2c\20skgpu::Mipmapped\29\2c\20std::__2::allocator\28GrFragmentProcessor\20const*\2c\20GrSurfaceProxy\20const*\29::'lambda'\28GrSurfaceProxy*\2c\20skgpu::Mipmapped\29>\2c\20void\20\28GrSurfaceProxy*\2c\20skgpu::Mipmapped\29>::__clone\28std::__2::__function::__base*\29\20const +10012:std::__2::__function::__func\28GrFragmentProcessor\20const*\2c\20GrSurfaceProxy\20const*\29::'lambda'\28GrSurfaceProxy*\2c\20skgpu::Mipmapped\29\2c\20std::__2::allocator\28GrFragmentProcessor\20const*\2c\20GrSurfaceProxy\20const*\29::'lambda'\28GrSurfaceProxy*\2c\20skgpu::Mipmapped\29>\2c\20void\20\28GrSurfaceProxy*\2c\20skgpu::Mipmapped\29>::__clone\28\29\20const +10013:std::__2::__function::__func<\28anonymous\20namespace\29::render_sw_mask\28GrRecordingContext*\2c\20SkIRect\20const&\2c\20skgpu::ganesh::ClipStack::Element\20const**\2c\20int\29::$_0\2c\20std::__2::allocator<\28anonymous\20namespace\29::render_sw_mask\28GrRecordingContext*\2c\20SkIRect\20const&\2c\20skgpu::ganesh::ClipStack::Element\20const**\2c\20int\29::$_0>\2c\20void\20\28\29>::operator\28\29\28\29 +10014:std::__2::__function::__func<\28anonymous\20namespace\29::render_sw_mask\28GrRecordingContext*\2c\20SkIRect\20const&\2c\20skgpu::ganesh::ClipStack::Element\20const**\2c\20int\29::$_0\2c\20std::__2::allocator<\28anonymous\20namespace\29::render_sw_mask\28GrRecordingContext*\2c\20SkIRect\20const&\2c\20skgpu::ganesh::ClipStack::Element\20const**\2c\20int\29::$_0>\2c\20void\20\28\29>::__clone\28std::__2::__function::__base*\29\20const +10015:std::__2::__function::__func<\28anonymous\20namespace\29::render_sw_mask\28GrRecordingContext*\2c\20SkIRect\20const&\2c\20skgpu::ganesh::ClipStack::Element\20const**\2c\20int\29::$_0\2c\20std::__2::allocator<\28anonymous\20namespace\29::render_sw_mask\28GrRecordingContext*\2c\20SkIRect\20const&\2c\20skgpu::ganesh::ClipStack::Element\20const**\2c\20int\29::$_0>\2c\20void\20\28\29>::__clone\28\29\20const +10016:std::__2::__function::__func<\28anonymous\20namespace\29::colrv1_traverse_paint_bounds\28SkMatrix*\2c\20SkRect*\2c\20FT_FaceRec_*\2c\20FT_Opaque_Paint_\2c\20skia_private::THashSet*\29::$_1\2c\20std::__2::allocator<\28anonymous\20namespace\29::colrv1_traverse_paint_bounds\28SkMatrix*\2c\20SkRect*\2c\20FT_FaceRec_*\2c\20FT_Opaque_Paint_\2c\20skia_private::THashSet*\29::$_1>\2c\20void\20\28\29>::operator\28\29\28\29 +10017:std::__2::__function::__func<\28anonymous\20namespace\29::colrv1_traverse_paint_bounds\28SkMatrix*\2c\20SkRect*\2c\20FT_FaceRec_*\2c\20FT_Opaque_Paint_\2c\20skia_private::THashSet*\29::$_1\2c\20std::__2::allocator<\28anonymous\20namespace\29::colrv1_traverse_paint_bounds\28SkMatrix*\2c\20SkRect*\2c\20FT_FaceRec_*\2c\20FT_Opaque_Paint_\2c\20skia_private::THashSet*\29::$_1>\2c\20void\20\28\29>::__clone\28std::__2::__function::__base*\29\20const +10018:std::__2::__function::__func<\28anonymous\20namespace\29::colrv1_traverse_paint_bounds\28SkMatrix*\2c\20SkRect*\2c\20FT_FaceRec_*\2c\20FT_Opaque_Paint_\2c\20skia_private::THashSet*\29::$_1\2c\20std::__2::allocator<\28anonymous\20namespace\29::colrv1_traverse_paint_bounds\28SkMatrix*\2c\20SkRect*\2c\20FT_FaceRec_*\2c\20FT_Opaque_Paint_\2c\20skia_private::THashSet*\29::$_1>\2c\20void\20\28\29>::__clone\28\29\20const +10019:std::__2::__function::__func<\28anonymous\20namespace\29::colrv1_traverse_paint_bounds\28SkMatrix*\2c\20SkRect*\2c\20FT_FaceRec_*\2c\20FT_Opaque_Paint_\2c\20skia_private::THashSet*\29::$_0\2c\20std::__2::allocator<\28anonymous\20namespace\29::colrv1_traverse_paint_bounds\28SkMatrix*\2c\20SkRect*\2c\20FT_FaceRec_*\2c\20FT_Opaque_Paint_\2c\20skia_private::THashSet*\29::$_0>\2c\20void\20\28\29>::__clone\28std::__2::__function::__base*\29\20const +10020:std::__2::__function::__func<\28anonymous\20namespace\29::colrv1_traverse_paint_bounds\28SkMatrix*\2c\20SkRect*\2c\20FT_FaceRec_*\2c\20FT_Opaque_Paint_\2c\20skia_private::THashSet*\29::$_0\2c\20std::__2::allocator<\28anonymous\20namespace\29::colrv1_traverse_paint_bounds\28SkMatrix*\2c\20SkRect*\2c\20FT_FaceRec_*\2c\20FT_Opaque_Paint_\2c\20skia_private::THashSet*\29::$_0>\2c\20void\20\28\29>::__clone\28\29\20const +10021:std::__2::__function::__func<\28anonymous\20namespace\29::colrv1_traverse_paint\28SkCanvas*\2c\20SkSpan\20const&\2c\20unsigned\20int\2c\20FT_FaceRec_*\2c\20FT_Opaque_Paint_\2c\20skia_private::THashSet*\29::$_0\2c\20std::__2::allocator<\28anonymous\20namespace\29::colrv1_traverse_paint\28SkCanvas*\2c\20SkSpan\20const&\2c\20unsigned\20int\2c\20FT_FaceRec_*\2c\20FT_Opaque_Paint_\2c\20skia_private::THashSet*\29::$_0>\2c\20void\20\28\29>::__clone\28std::__2::__function::__base*\29\20const +10022:std::__2::__function::__func<\28anonymous\20namespace\29::colrv1_traverse_paint\28SkCanvas*\2c\20SkSpan\20const&\2c\20unsigned\20int\2c\20FT_FaceRec_*\2c\20FT_Opaque_Paint_\2c\20skia_private::THashSet*\29::$_0\2c\20std::__2::allocator<\28anonymous\20namespace\29::colrv1_traverse_paint\28SkCanvas*\2c\20SkSpan\20const&\2c\20unsigned\20int\2c\20FT_FaceRec_*\2c\20FT_Opaque_Paint_\2c\20skia_private::THashSet*\29::$_0>\2c\20void\20\28\29>::__clone\28\29\20const +10023:std::__2::__function::__func<\28anonymous\20namespace\29::MeshOp::visitProxies\28std::__2::function\20const&\29\20const::'lambda'\28GrTextureEffect\20const&\29\2c\20std::__2::allocator<\28anonymous\20namespace\29::MeshOp::visitProxies\28std::__2::function\20const&\29\20const::'lambda'\28GrTextureEffect\20const&\29>\2c\20void\20\28GrTextureEffect\20const&\29>::operator\28\29\28GrTextureEffect\20const&\29 +10024:std::__2::__function::__func<\28anonymous\20namespace\29::MeshOp::visitProxies\28std::__2::function\20const&\29\20const::'lambda'\28GrTextureEffect\20const&\29\2c\20std::__2::allocator<\28anonymous\20namespace\29::MeshOp::visitProxies\28std::__2::function\20const&\29\20const::'lambda'\28GrTextureEffect\20const&\29>\2c\20void\20\28GrTextureEffect\20const&\29>::__clone\28std::__2::__function::__base*\29\20const +10025:std::__2::__function::__func<\28anonymous\20namespace\29::MeshOp::visitProxies\28std::__2::function\20const&\29\20const::'lambda'\28GrTextureEffect\20const&\29\2c\20std::__2::allocator<\28anonymous\20namespace\29::MeshOp::visitProxies\28std::__2::function\20const&\29\20const::'lambda'\28GrTextureEffect\20const&\29>\2c\20void\20\28GrTextureEffect\20const&\29>::__clone\28\29\20const +10026:std::__2::__function::__func<\28anonymous\20namespace\29::MeshOp::onExecute\28GrOpFlushState*\2c\20SkRect\20const&\29::$_0\2c\20std::__2::allocator<\28anonymous\20namespace\29::MeshOp::onExecute\28GrOpFlushState*\2c\20SkRect\20const&\29::$_0>\2c\20void\20\28GrTextureEffect\20const&\29>::operator\28\29\28GrTextureEffect\20const&\29 +10027:std::__2::__function::__func<\28anonymous\20namespace\29::MeshOp::onExecute\28GrOpFlushState*\2c\20SkRect\20const&\29::$_0\2c\20std::__2::allocator<\28anonymous\20namespace\29::MeshOp::onExecute\28GrOpFlushState*\2c\20SkRect\20const&\29::$_0>\2c\20void\20\28GrTextureEffect\20const&\29>::__clone\28std::__2::__function::__base*\29\20const +10028:std::__2::__function::__func<\28anonymous\20namespace\29::MeshOp::onExecute\28GrOpFlushState*\2c\20SkRect\20const&\29::$_0\2c\20std::__2::allocator<\28anonymous\20namespace\29::MeshOp::onExecute\28GrOpFlushState*\2c\20SkRect\20const&\29::$_0>\2c\20void\20\28GrTextureEffect\20const&\29>::__clone\28\29\20const +10029:std::__2::__function::__func<\28anonymous\20namespace\29::MeshGP::MeshGP\28sk_sp\2c\20sk_sp\2c\20SkMatrix\20const&\2c\20std::__2::optional>\20const&\2c\20bool\2c\20sk_sp\2c\20SkSpan>>\29::'lambda'\28GrTextureEffect\20const&\29\2c\20std::__2::allocator<\28anonymous\20namespace\29::MeshGP::MeshGP\28sk_sp\2c\20sk_sp\2c\20SkMatrix\20const&\2c\20std::__2::optional>\20const&\2c\20bool\2c\20sk_sp\2c\20SkSpan>>\29::'lambda'\28GrTextureEffect\20const&\29>\2c\20void\20\28GrTextureEffect\20const&\29>::operator\28\29\28GrTextureEffect\20const&\29 +10030:std::__2::__function::__func<\28anonymous\20namespace\29::MeshGP::MeshGP\28sk_sp\2c\20sk_sp\2c\20SkMatrix\20const&\2c\20std::__2::optional>\20const&\2c\20bool\2c\20sk_sp\2c\20SkSpan>>\29::'lambda'\28GrTextureEffect\20const&\29\2c\20std::__2::allocator<\28anonymous\20namespace\29::MeshGP::MeshGP\28sk_sp\2c\20sk_sp\2c\20SkMatrix\20const&\2c\20std::__2::optional>\20const&\2c\20bool\2c\20sk_sp\2c\20SkSpan>>\29::'lambda'\28GrTextureEffect\20const&\29>\2c\20void\20\28GrTextureEffect\20const&\29>::__clone\28std::__2::__function::__base*\29\20const +10031:std::__2::__function::__func<\28anonymous\20namespace\29::MeshGP::MeshGP\28sk_sp\2c\20sk_sp\2c\20SkMatrix\20const&\2c\20std::__2::optional>\20const&\2c\20bool\2c\20sk_sp\2c\20SkSpan>>\29::'lambda'\28GrTextureEffect\20const&\29\2c\20std::__2::allocator<\28anonymous\20namespace\29::MeshGP::MeshGP\28sk_sp\2c\20sk_sp\2c\20SkMatrix\20const&\2c\20std::__2::optional>\20const&\2c\20bool\2c\20sk_sp\2c\20SkSpan>>\29::'lambda'\28GrTextureEffect\20const&\29>\2c\20void\20\28GrTextureEffect\20const&\29>::__clone\28\29\20const +10032:std::__2::__function::__func<\28anonymous\20namespace\29::MeshGP::Impl::setData\28GrGLSLProgramDataManager\20const&\2c\20GrShaderCaps\20const&\2c\20GrGeometryProcessor\20const&\29::'lambda'\28GrFragmentProcessor\20const&\2c\20GrFragmentProcessor::ProgramImpl&\29\2c\20std::__2::allocator<\28anonymous\20namespace\29::MeshGP::Impl::setData\28GrGLSLProgramDataManager\20const&\2c\20GrShaderCaps\20const&\2c\20GrGeometryProcessor\20const&\29::'lambda'\28GrFragmentProcessor\20const&\2c\20GrFragmentProcessor::ProgramImpl&\29>\2c\20void\20\28GrFragmentProcessor\20const&\2c\20GrFragmentProcessor::ProgramImpl&\29>::operator\28\29\28GrFragmentProcessor\20const&\2c\20GrFragmentProcessor::ProgramImpl&\29 +10033:std::__2::__function::__func<\28anonymous\20namespace\29::MeshGP::Impl::setData\28GrGLSLProgramDataManager\20const&\2c\20GrShaderCaps\20const&\2c\20GrGeometryProcessor\20const&\29::'lambda'\28GrFragmentProcessor\20const&\2c\20GrFragmentProcessor::ProgramImpl&\29\2c\20std::__2::allocator<\28anonymous\20namespace\29::MeshGP::Impl::setData\28GrGLSLProgramDataManager\20const&\2c\20GrShaderCaps\20const&\2c\20GrGeometryProcessor\20const&\29::'lambda'\28GrFragmentProcessor\20const&\2c\20GrFragmentProcessor::ProgramImpl&\29>\2c\20void\20\28GrFragmentProcessor\20const&\2c\20GrFragmentProcessor::ProgramImpl&\29>::__clone\28std::__2::__function::__base*\29\20const +10034:std::__2::__function::__func<\28anonymous\20namespace\29::MeshGP::Impl::setData\28GrGLSLProgramDataManager\20const&\2c\20GrShaderCaps\20const&\2c\20GrGeometryProcessor\20const&\29::'lambda'\28GrFragmentProcessor\20const&\2c\20GrFragmentProcessor::ProgramImpl&\29\2c\20std::__2::allocator<\28anonymous\20namespace\29::MeshGP::Impl::setData\28GrGLSLProgramDataManager\20const&\2c\20GrShaderCaps\20const&\2c\20GrGeometryProcessor\20const&\29::'lambda'\28GrFragmentProcessor\20const&\2c\20GrFragmentProcessor::ProgramImpl&\29>\2c\20void\20\28GrFragmentProcessor\20const&\2c\20GrFragmentProcessor::ProgramImpl&\29>::__clone\28\29\20const +10035:std::__2::__function::__func<\28anonymous\20namespace\29::MeshGP::Impl::onEmitCode\28GrGeometryProcessor::ProgramImpl::EmitArgs&\2c\20GrGeometryProcessor::ProgramImpl::GrGPArgs*\29::'lambda'\28GrFragmentProcessor\20const&\2c\20GrFragmentProcessor::ProgramImpl&\29\2c\20std::__2::allocator<\28anonymous\20namespace\29::MeshGP::Impl::onEmitCode\28GrGeometryProcessor::ProgramImpl::EmitArgs&\2c\20GrGeometryProcessor::ProgramImpl::GrGPArgs*\29::'lambda'\28GrFragmentProcessor\20const&\2c\20GrFragmentProcessor::ProgramImpl&\29>\2c\20void\20\28GrFragmentProcessor\20const&\2c\20GrFragmentProcessor::ProgramImpl&\29>::operator\28\29\28GrFragmentProcessor\20const&\2c\20GrFragmentProcessor::ProgramImpl&\29 +10036:std::__2::__function::__func<\28anonymous\20namespace\29::MeshGP::Impl::onEmitCode\28GrGeometryProcessor::ProgramImpl::EmitArgs&\2c\20GrGeometryProcessor::ProgramImpl::GrGPArgs*\29::'lambda'\28GrFragmentProcessor\20const&\2c\20GrFragmentProcessor::ProgramImpl&\29\2c\20std::__2::allocator<\28anonymous\20namespace\29::MeshGP::Impl::onEmitCode\28GrGeometryProcessor::ProgramImpl::EmitArgs&\2c\20GrGeometryProcessor::ProgramImpl::GrGPArgs*\29::'lambda'\28GrFragmentProcessor\20const&\2c\20GrFragmentProcessor::ProgramImpl&\29>\2c\20void\20\28GrFragmentProcessor\20const&\2c\20GrFragmentProcessor::ProgramImpl&\29>::__clone\28std::__2::__function::__base*\29\20const +10037:std::__2::__function::__func<\28anonymous\20namespace\29::MeshGP::Impl::onEmitCode\28GrGeometryProcessor::ProgramImpl::EmitArgs&\2c\20GrGeometryProcessor::ProgramImpl::GrGPArgs*\29::'lambda'\28GrFragmentProcessor\20const&\2c\20GrFragmentProcessor::ProgramImpl&\29\2c\20std::__2::allocator<\28anonymous\20namespace\29::MeshGP::Impl::onEmitCode\28GrGeometryProcessor::ProgramImpl::EmitArgs&\2c\20GrGeometryProcessor::ProgramImpl::GrGPArgs*\29::'lambda'\28GrFragmentProcessor\20const&\2c\20GrFragmentProcessor::ProgramImpl&\29>\2c\20void\20\28GrFragmentProcessor\20const&\2c\20GrFragmentProcessor::ProgramImpl&\29>::__clone\28\29\20const +10038:std::__2::__function::__func>*\29::'lambda'\28int\2c\20int\29\2c\20std::__2::allocator>*\29::'lambda'\28int\2c\20int\29>\2c\20void\20\28int\2c\20int\29>::operator\28\29\28int&&\2c\20int&&\29 +10039:std::__2::__function::__func>*\29::'lambda'\28int\2c\20int\29\2c\20std::__2::allocator>*\29::'lambda'\28int\2c\20int\29>\2c\20void\20\28int\2c\20int\29>::__clone\28std::__2::__function::__base*\29\20const +10040:std::__2::__function::__func>*\29::'lambda'\28int\2c\20int\29\2c\20std::__2::allocator>*\29::'lambda'\28int\2c\20int\29>\2c\20void\20\28int\2c\20int\29>::__clone\28\29\20const +10041:std::__2::__function::__func*\29::'lambda0'\28int\2c\20int\29\2c\20std::__2::allocator*\29::'lambda0'\28int\2c\20int\29>\2c\20void\20\28int\2c\20int\29>::operator\28\29\28int&&\2c\20int&&\29 +10042:std::__2::__function::__func*\29::'lambda0'\28int\2c\20int\29\2c\20std::__2::allocator*\29::'lambda0'\28int\2c\20int\29>\2c\20void\20\28int\2c\20int\29>::__clone\28std::__2::__function::__base*\29\20const +10043:std::__2::__function::__func*\29::'lambda0'\28int\2c\20int\29\2c\20std::__2::allocator*\29::'lambda0'\28int\2c\20int\29>\2c\20void\20\28int\2c\20int\29>::__clone\28\29\20const +10044:std::__2::__function::__func*\29::'lambda'\28int\2c\20int\29\2c\20std::__2::allocator*\29::'lambda'\28int\2c\20int\29>\2c\20void\20\28int\2c\20int\29>::operator\28\29\28int&&\2c\20int&&\29 +10045:std::__2::__function::__func*\29::'lambda'\28int\2c\20int\29\2c\20std::__2::allocator*\29::'lambda'\28int\2c\20int\29>\2c\20void\20\28int\2c\20int\29>::__clone\28std::__2::__function::__base*\29\20const +10046:std::__2::__function::__func*\29::'lambda'\28int\2c\20int\29\2c\20std::__2::allocator*\29::'lambda'\28int\2c\20int\29>\2c\20void\20\28int\2c\20int\29>::__clone\28\29\20const +10047:std::__2::__function::__func\2c\20int\29::$_0\2c\20std::__2::allocator\2c\20int\29::$_0>\2c\20void\20\28\29>::~__func\28\29_5315 +10048:std::__2::__function::__func\2c\20int\29::$_0\2c\20std::__2::allocator\2c\20int\29::$_0>\2c\20void\20\28\29>::operator\28\29\28\29 +10049:std::__2::__function::__func\2c\20int\29::$_0\2c\20std::__2::allocator\2c\20int\29::$_0>\2c\20void\20\28\29>::destroy_deallocate\28\29 +10050:std::__2::__function::__func\2c\20int\29::$_0\2c\20std::__2::allocator\2c\20int\29::$_0>\2c\20void\20\28\29>::destroy\28\29 +10051:std::__2::__function::__func\2c\20int\29::$_0\2c\20std::__2::allocator\2c\20int\29::$_0>\2c\20void\20\28\29>::__clone\28std::__2::__function::__base*\29\20const +10052:std::__2::__function::__func\2c\20int\29::$_0\2c\20std::__2::allocator\2c\20int\29::$_0>\2c\20void\20\28\29>::__clone\28\29\20const +10053:std::__2::__function::__func\2c\20void\20\28int\2c\20char\20const*\29>::operator\28\29\28int&&\2c\20char\20const*&&\29 +10054:std::__2::__function::__func\2c\20void\20\28int\2c\20char\20const*\29>::__clone\28std::__2::__function::__base*\29\20const +10055:std::__2::__function::__func\2c\20void\20\28int\2c\20char\20const*\29>::__clone\28\29\20const +10056:std::__2::__function::__func\2c\20void\20\28\29>::operator\28\29\28\29 +10057:std::__2::__function::__func\2c\20void\20\28\29>::__clone\28std::__2::__function::__base*\29\20const +10058:std::__2::__function::__func\2c\20void\20\28\29>::__clone\28\29\20const +10059:std::__2::__function::__func\2c\20void\20\28\29>::operator\28\29\28\29 +10060:std::__2::__function::__func\2c\20void\20\28\29>::__clone\28std::__2::__function::__base*\29\20const +10061:std::__2::__function::__func\2c\20void\20\28\29>::__clone\28\29\20const +10062:std::__2::__function::__func\2c\20bool\20\28SkSL::Variable\20const&\29>::operator\28\29\28SkSL::Variable\20const&\29 +10063:std::__2::__function::__func\2c\20bool\20\28SkSL::Variable\20const&\29>::__clone\28std::__2::__function::__base*\29\20const +10064:std::__2::__function::__func\2c\20bool\20\28SkSL::Variable\20const&\29>::__clone\28\29\20const +10065:std::__2::__function::__func\2c\20void\20\28int\2c\20SkSL::Variable\20const*\2c\20SkSL::Expression\20const*\29>::operator\28\29\28int&&\2c\20SkSL::Variable\20const*&&\2c\20SkSL::Expression\20const*&&\29 +10066:std::__2::__function::__func\2c\20void\20\28int\2c\20SkSL::Variable\20const*\2c\20SkSL::Expression\20const*\29>::__clone\28std::__2::__function::__base*\29\20const +10067:std::__2::__function::__func\2c\20void\20\28int\2c\20SkSL::Variable\20const*\2c\20SkSL::Expression\20const*\29>::__clone\28\29\20const +10068:std::__2::__function::__func\2c\20void\20\28unsigned\20long\2c\20unsigned\20long\2c\20unsigned\20long\2c\20unsigned\20long\29>::operator\28\29\28unsigned\20long&&\2c\20unsigned\20long&&\2c\20unsigned\20long&&\2c\20unsigned\20long&&\29 +10069:std::__2::__function::__func\2c\20void\20\28unsigned\20long\2c\20unsigned\20long\2c\20unsigned\20long\2c\20unsigned\20long\29>::__clone\28std::__2::__function::__base*\29\20const +10070:std::__2::__function::__func\2c\20void\20\28unsigned\20long\2c\20unsigned\20long\2c\20unsigned\20long\2c\20unsigned\20long\29>::__clone\28\29\20const +10071:std::__2::__function::__func\2c\20void\20\28unsigned\20long\2c\20unsigned\20long\2c\20unsigned\20long\2c\20unsigned\20long\29>::__clone\28std::__2::__function::__base*\29\20const +10072:std::__2::__function::__func\2c\20void\20\28unsigned\20long\2c\20unsigned\20long\2c\20unsigned\20long\2c\20unsigned\20long\29>::__clone\28\29\20const +10073:std::__2::__function::__func\2c\20void\20\28SkVertices\20const*\2c\20SkBlendMode\2c\20SkPaint\20const&\2c\20float\2c\20float\2c\20bool\29>::operator\28\29\28SkVertices\20const*&&\2c\20SkBlendMode&&\2c\20SkPaint\20const&\2c\20float&&\2c\20float&&\2c\20bool&&\29 +10074:std::__2::__function::__func\2c\20void\20\28SkVertices\20const*\2c\20SkBlendMode\2c\20SkPaint\20const&\2c\20float\2c\20float\2c\20bool\29>::__clone\28std::__2::__function::__base*\29\20const +10075:std::__2::__function::__func\2c\20void\20\28SkVertices\20const*\2c\20SkBlendMode\2c\20SkPaint\20const&\2c\20float\2c\20float\2c\20bool\29>::__clone\28\29\20const +10076:std::__2::__function::__func\2c\20void\20\28SkIRect\20const&\29>::operator\28\29\28SkIRect\20const&\29 +10077:std::__2::__function::__func\2c\20void\20\28SkIRect\20const&\29>::__clone\28std::__2::__function::__base*\29\20const +10078:std::__2::__function::__func\2c\20void\20\28SkIRect\20const&\29>::__clone\28\29\20const +10079:std::__2::__function::__func\2c\20SkCodec::Result\20\28SkImageInfo\20const&\2c\20void*\2c\20unsigned\20long\2c\20SkCodec::Options\20const&\2c\20int\29>::operator\28\29\28SkImageInfo\20const&\2c\20void*&&\2c\20unsigned\20long&&\2c\20SkCodec::Options\20const&\2c\20int&&\29 +10080:std::__2::__function::__func\2c\20SkCodec::Result\20\28SkImageInfo\20const&\2c\20void*\2c\20unsigned\20long\2c\20SkCodec::Options\20const&\2c\20int\29>::__clone\28std::__2::__function::__base*\29\20const +10081:std::__2::__function::__func\2c\20SkCodec::Result\20\28SkImageInfo\20const&\2c\20void*\2c\20unsigned\20long\2c\20SkCodec::Options\20const&\2c\20int\29>::__clone\28\29\20const +10082:std::__2::__function::__func\2c\20GrSurfaceProxy::LazyCallbackResult\20\28GrResourceProvider*\2c\20GrSurfaceProxy::LazySurfaceDesc\20const&\29>::~__func\28\29_10732 +10083:std::__2::__function::__func\2c\20GrSurfaceProxy::LazyCallbackResult\20\28GrResourceProvider*\2c\20GrSurfaceProxy::LazySurfaceDesc\20const&\29>::operator\28\29\28GrResourceProvider*&&\2c\20GrSurfaceProxy::LazySurfaceDesc\20const&\29 +10084:std::__2::__function::__func\2c\20GrSurfaceProxy::LazyCallbackResult\20\28GrResourceProvider*\2c\20GrSurfaceProxy::LazySurfaceDesc\20const&\29>::destroy_deallocate\28\29 +10085:std::__2::__function::__func\2c\20GrSurfaceProxy::LazyCallbackResult\20\28GrResourceProvider*\2c\20GrSurfaceProxy::LazySurfaceDesc\20const&\29>::destroy\28\29 +10086:std::__2::__function::__func\2c\20GrSurfaceProxy::LazyCallbackResult\20\28GrResourceProvider*\2c\20GrSurfaceProxy::LazySurfaceDesc\20const&\29>::__clone\28std::__2::__function::__base*\29\20const +10087:std::__2::__function::__func\2c\20GrSurfaceProxy::LazyCallbackResult\20\28GrResourceProvider*\2c\20GrSurfaceProxy::LazySurfaceDesc\20const&\29>::__clone\28\29\20const +10088:std::__2::__function::__func\2c\20GrSurfaceProxy::LazyCallbackResult\20\28GrResourceProvider*\2c\20GrSurfaceProxy::LazySurfaceDesc\20const&\29>::~__func\28\29_10457 +10089:std::__2::__function::__func\2c\20GrSurfaceProxy::LazyCallbackResult\20\28GrResourceProvider*\2c\20GrSurfaceProxy::LazySurfaceDesc\20const&\29>::operator\28\29\28GrResourceProvider*&&\2c\20GrSurfaceProxy::LazySurfaceDesc\20const&\29 +10090:std::__2::__function::__func\2c\20GrSurfaceProxy::LazyCallbackResult\20\28GrResourceProvider*\2c\20GrSurfaceProxy::LazySurfaceDesc\20const&\29>::destroy_deallocate\28\29 +10091:std::__2::__function::__func\2c\20GrSurfaceProxy::LazyCallbackResult\20\28GrResourceProvider*\2c\20GrSurfaceProxy::LazySurfaceDesc\20const&\29>::destroy\28\29 +10092:std::__2::__function::__func\2c\20GrSurfaceProxy::LazyCallbackResult\20\28GrResourceProvider*\2c\20GrSurfaceProxy::LazySurfaceDesc\20const&\29>::__clone\28std::__2::__function::__base*\29\20const +10093:std::__2::__function::__func\2c\20GrSurfaceProxy::LazyCallbackResult\20\28GrResourceProvider*\2c\20GrSurfaceProxy::LazySurfaceDesc\20const&\29>::__clone\28\29\20const +10094:std::__2::__function::__func\2c\20GrSurfaceProxy::LazyCallbackResult\20\28GrResourceProvider*\2c\20GrSurfaceProxy::LazySurfaceDesc\20const&\29>::~__func\28\29_10448 +10095:std::__2::__function::__func\2c\20GrSurfaceProxy::LazyCallbackResult\20\28GrResourceProvider*\2c\20GrSurfaceProxy::LazySurfaceDesc\20const&\29>::operator\28\29\28GrResourceProvider*&&\2c\20GrSurfaceProxy::LazySurfaceDesc\20const&\29 +10096:std::__2::__function::__func\2c\20GrSurfaceProxy::LazyCallbackResult\20\28GrResourceProvider*\2c\20GrSurfaceProxy::LazySurfaceDesc\20const&\29>::destroy_deallocate\28\29 +10097:std::__2::__function::__func\2c\20GrSurfaceProxy::LazyCallbackResult\20\28GrResourceProvider*\2c\20GrSurfaceProxy::LazySurfaceDesc\20const&\29>::destroy\28\29 +10098:std::__2::__function::__func\2c\20GrSurfaceProxy::LazyCallbackResult\20\28GrResourceProvider*\2c\20GrSurfaceProxy::LazySurfaceDesc\20const&\29>::__clone\28std::__2::__function::__base*\29\20const +10099:std::__2::__function::__func\2c\20GrSurfaceProxy::LazyCallbackResult\20\28GrResourceProvider*\2c\20GrSurfaceProxy::LazySurfaceDesc\20const&\29>::__clone\28\29\20const +10100:std::__2::__function::__func&\29>&\2c\20bool\29::$_0\2c\20std::__2::allocator&\29>&\2c\20bool\29::$_0>\2c\20bool\20\28GrTextureProxy*\2c\20SkIRect\2c\20GrColorType\2c\20void\20const*\2c\20unsigned\20long\29>::operator\28\29\28GrTextureProxy*&&\2c\20SkIRect&&\2c\20GrColorType&&\2c\20void\20const*&&\2c\20unsigned\20long&&\29 +10101:std::__2::__function::__func&\29>&\2c\20bool\29::$_0\2c\20std::__2::allocator&\29>&\2c\20bool\29::$_0>\2c\20bool\20\28GrTextureProxy*\2c\20SkIRect\2c\20GrColorType\2c\20void\20const*\2c\20unsigned\20long\29>::__clone\28std::__2::__function::__base*\29\20const +10102:std::__2::__function::__func&\29>&\2c\20bool\29::$_0\2c\20std::__2::allocator&\29>&\2c\20bool\29::$_0>\2c\20bool\20\28GrTextureProxy*\2c\20SkIRect\2c\20GrColorType\2c\20void\20const*\2c\20unsigned\20long\29>::__clone\28\29\20const +10103:std::__2::__function::__func*\29::$_0\2c\20std::__2::allocator*\29::$_0>\2c\20void\20\28GrBackendTexture\29>::operator\28\29\28GrBackendTexture&&\29 +10104:std::__2::__function::__func*\29::$_0\2c\20std::__2::allocator*\29::$_0>\2c\20void\20\28GrBackendTexture\29>::__clone\28\29\20const +10105:std::__2::__function::__func\2c\20void\20\28GrFragmentProcessor\20const&\2c\20GrFragmentProcessor::ProgramImpl&\29>::operator\28\29\28GrFragmentProcessor\20const&\2c\20GrFragmentProcessor::ProgramImpl&\29 +10106:std::__2::__function::__func\2c\20void\20\28GrFragmentProcessor\20const&\2c\20GrFragmentProcessor::ProgramImpl&\29>::__clone\28std::__2::__function::__base*\29\20const +10107:std::__2::__function::__func\2c\20void\20\28GrFragmentProcessor\20const&\2c\20GrFragmentProcessor::ProgramImpl&\29>::__clone\28\29\20const +10108:std::__2::__function::__func\2c\20void\20\28GrFragmentProcessor\20const&\2c\20GrFragmentProcessor::ProgramImpl&\29>::operator\28\29\28GrFragmentProcessor\20const&\2c\20GrFragmentProcessor::ProgramImpl&\29 +10109:std::__2::__function::__func\2c\20void\20\28GrFragmentProcessor\20const&\2c\20GrFragmentProcessor::ProgramImpl&\29>::__clone\28std::__2::__function::__base*\29\20const +10110:std::__2::__function::__func\2c\20void\20\28GrFragmentProcessor\20const&\2c\20GrFragmentProcessor::ProgramImpl&\29>::__clone\28\29\20const +10111:std::__2::__function::__func\2c\20void\20\28GrTextureEffect\20const&\29>::operator\28\29\28GrTextureEffect\20const&\29 +10112:std::__2::__function::__func\2c\20void\20\28GrTextureEffect\20const&\29>::__clone\28std::__2::__function::__base*\29\20const +10113:std::__2::__function::__func\2c\20void\20\28GrTextureEffect\20const&\29>::__clone\28\29\20const +10114:std::__2::__function::__func\2c\20void\20\28\29>::operator\28\29\28\29 +10115:std::__2::__function::__func\2c\20void\20\28\29>::__clone\28std::__2::__function::__base*\29\20const +10116:std::__2::__function::__func\2c\20void\20\28\29>::__clone\28\29\20const +10117:std::__2::__function::__func\20const&\29\20const::$_0\2c\20std::__2::allocator\20const&\29\20const::$_0>\2c\20void\20\28GrTextureEffect\20const&\29>::operator\28\29\28GrTextureEffect\20const&\29 +10118:std::__2::__function::__func\20const&\29\20const::$_0\2c\20std::__2::allocator\20const&\29\20const::$_0>\2c\20void\20\28GrTextureEffect\20const&\29>::__clone\28std::__2::__function::__base*\29\20const +10119:std::__2::__function::__func\20const&\29\20const::$_0\2c\20std::__2::allocator\20const&\29\20const::$_0>\2c\20void\20\28GrTextureEffect\20const&\29>::__clone\28\29\20const +10120:std::__2::__function::__func\2c\20GrSurfaceProxy::LazyCallbackResult\20\28GrResourceProvider*\2c\20GrSurfaceProxy::LazySurfaceDesc\20const&\29>::operator\28\29\28GrResourceProvider*&&\2c\20GrSurfaceProxy::LazySurfaceDesc\20const&\29 +10121:std::__2::__function::__func\2c\20GrSurfaceProxy::LazyCallbackResult\20\28GrResourceProvider*\2c\20GrSurfaceProxy::LazySurfaceDesc\20const&\29>::__clone\28std::__2::__function::__base*\29\20const +10122:std::__2::__function::__func\2c\20GrSurfaceProxy::LazyCallbackResult\20\28GrResourceProvider*\2c\20GrSurfaceProxy::LazySurfaceDesc\20const&\29>::__clone\28\29\20const +10123:std::__2::__function::__func&\29\2c\20std::__2::allocator&\29>\2c\20void\20\28std::__2::function&\29>::~__func\28\29_9972 +10124:std::__2::__function::__func&\29\2c\20std::__2::allocator&\29>\2c\20void\20\28std::__2::function&\29>::__clone\28std::__2::__function::__base&\29>*\29\20const +10125:std::__2::__function::__func&\29\2c\20std::__2::allocator&\29>\2c\20void\20\28std::__2::function&\29>::__clone\28\29\20const +10126:std::__2::__function::__func\2c\20void\20\28std::__2::function&\29>::~__func\28\29_9984 +10127:std::__2::__function::__func\2c\20void\20\28std::__2::function&\29>::__clone\28std::__2::__function::__base&\29>*\29\20const +10128:std::__2::__function::__func\2c\20void\20\28std::__2::function&\29>::__clone\28\29\20const +10129:std::__2::__function::__func&\29\2c\20std::__2::allocator&\29>\2c\20void\20\28std::__2::function&\29>::operator\28\29\28std::__2::function&\29 +10130:std::__2::__function::__func&\29\2c\20std::__2::allocator&\29>\2c\20void\20\28std::__2::function&\29>::__clone\28std::__2::__function::__base&\29>*\29\20const +10131:std::__2::__function::__func&\29\2c\20std::__2::allocator&\29>\2c\20void\20\28std::__2::function&\29>::__clone\28\29\20const +10132:srgb_to_hwb\28SkRGBA4f<\28SkAlphaType\292>\2c\20bool*\29 +10133:srcover_p\28unsigned\20char\2c\20unsigned\20char\29 +10134:sn_write +10135:skwasm_isMultiThreaded +10136:skwasm_isHeavy +10137:skwasm_getLiveObjectCounts +10138:sktext::gpu::post_purge_blob_message\28unsigned\20int\2c\20unsigned\20int\29 +10139:sktext::gpu::TextBlob::~TextBlob\28\29_13364 +10140:sktext::gpu::SlugImpl::~SlugImpl\28\29_13276 +10141:sktext::gpu::SlugImpl::sourceBounds\28\29\20const +10142:sktext::gpu::SlugImpl::sourceBoundsWithOrigin\28\29\20const +10143:sktext::gpu::SlugImpl::doFlatten\28SkWriteBuffer&\29\20const +10144:sktext::gpu::SDFMaskFilterImpl::getTypeName\28\29\20const +10145:sktext::gpu::SDFMaskFilterImpl::filterMask\28SkMaskBuilder*\2c\20SkMask\20const&\2c\20SkMatrix\20const&\2c\20SkIPoint*\29\20const +10146:sktext::gpu::SDFMaskFilterImpl::computeFastBounds\28SkRect\20const&\2c\20SkRect*\29\20const +10147:skif::\28anonymous\20namespace\29::RasterBackend::~RasterBackend\28\29 +10148:skif::\28anonymous\20namespace\29::RasterBackend::makeImage\28SkIRect\20const&\2c\20sk_sp\29\20const +10149:skif::\28anonymous\20namespace\29::RasterBackend::makeDevice\28SkISize\2c\20sk_sp\2c\20SkSurfaceProps\20const*\29\20const +10150:skif::\28anonymous\20namespace\29::RasterBackend::getCachedBitmap\28SkBitmap\20const&\29\20const +10151:skif::\28anonymous\20namespace\29::RasterBackend::getBlurEngine\28\29\20const +10152:skif::\28anonymous\20namespace\29::GaneshBackend::makeImage\28SkIRect\20const&\2c\20sk_sp\29\20const +10153:skif::\28anonymous\20namespace\29::GaneshBackend::makeDevice\28SkISize\2c\20sk_sp\2c\20SkSurfaceProps\20const*\29\20const +10154:skif::\28anonymous\20namespace\29::GaneshBackend::getCachedBitmap\28SkBitmap\20const&\29\20const +10155:skif::\28anonymous\20namespace\29::GaneshBackend::findAlgorithm\28SkSize\2c\20SkColorType\29\20const +10156:skia_png_zfree +10157:skia_png_zalloc +10158:skia_png_set_read_fn +10159:skia_png_set_expand_gray_1_2_4_to_8 +10160:skia_png_read_start_row +10161:skia_png_read_finish_row +10162:skia_png_handle_zTXt +10163:skia_png_handle_unknown +10164:skia_png_handle_tRNS +10165:skia_png_handle_tIME +10166:skia_png_handle_tEXt +10167:skia_png_handle_sRGB +10168:skia_png_handle_sPLT +10169:skia_png_handle_sCAL +10170:skia_png_handle_sBIT +10171:skia_png_handle_pHYs +10172:skia_png_handle_pCAL +10173:skia_png_handle_oFFs +10174:skia_png_handle_iTXt +10175:skia_png_handle_iCCP +10176:skia_png_handle_hIST +10177:skia_png_handle_gAMA +10178:skia_png_handle_cHRM +10179:skia_png_handle_bKGD +10180:skia_png_handle_PLTE +10181:skia_png_handle_IHDR +10182:skia_png_handle_IEND +10183:skia_png_get_IHDR +10184:skia_png_do_read_transformations +10185:skia_png_destroy_read_struct +10186:skia_png_default_read_data +10187:skia_png_create_png_struct +10188:skia_png_combine_row +10189:skia::textlayout::TypefaceFontStyleSet::~TypefaceFontStyleSet\28\29_8599 +10190:skia::textlayout::TypefaceFontStyleSet::getStyle\28int\2c\20SkFontStyle*\2c\20SkString*\29 +10191:skia::textlayout::TypefaceFontProvider::~TypefaceFontProvider\28\29_8606 +10192:skia::textlayout::TypefaceFontProvider::onMatchFamily\28char\20const*\29\20const +10193:skia::textlayout::TypefaceFontProvider::onMatchFamilyStyle\28char\20const*\2c\20SkFontStyle\20const&\29\20const +10194:skia::textlayout::TypefaceFontProvider::onLegacyMakeTypeface\28char\20const*\2c\20SkFontStyle\29\20const +10195:skia::textlayout::TypefaceFontProvider::onGetFamilyName\28int\2c\20SkString*\29\20const +10196:skia::textlayout::TypefaceFontProvider::onCreateStyleSet\28int\29\20const +10197:skia::textlayout::TextLine::shapeEllipsis\28SkString\20const&\2c\20skia::textlayout::Cluster\20const*\29::ShapeHandler::~ShapeHandler\28\29_8519 +10198:skia::textlayout::TextLine::shapeEllipsis\28SkString\20const&\2c\20skia::textlayout::Cluster\20const*\29::ShapeHandler::runBuffer\28SkShaper::RunHandler::RunInfo\20const&\29 +10199:skia::textlayout::TextLine::shapeEllipsis\28SkString\20const&\2c\20skia::textlayout::Cluster\20const*\29::ShapeHandler::commitRunBuffer\28SkShaper::RunHandler::RunInfo\20const&\29 +10200:skia::textlayout::ParagraphImpl::~ParagraphImpl\28\29_8261 +10201:skia::textlayout::ParagraphImpl::visit\28std::__2::function\20const&\29 +10202:skia::textlayout::ParagraphImpl::updateTextAlign\28skia::textlayout::TextAlign\29 +10203:skia::textlayout::ParagraphImpl::updateForegroundPaint\28unsigned\20long\2c\20unsigned\20long\2c\20SkPaint\29 +10204:skia::textlayout::ParagraphImpl::updateFontSize\28unsigned\20long\2c\20unsigned\20long\2c\20float\29 +10205:skia::textlayout::ParagraphImpl::updateBackgroundPaint\28unsigned\20long\2c\20unsigned\20long\2c\20SkPaint\29 +10206:skia::textlayout::ParagraphImpl::unresolvedGlyphs\28\29 +10207:skia::textlayout::ParagraphImpl::unresolvedCodepoints\28\29 +10208:skia::textlayout::ParagraphImpl::paint\28SkCanvas*\2c\20float\2c\20float\29 +10209:skia::textlayout::ParagraphImpl::markDirty\28\29 +10210:skia::textlayout::ParagraphImpl::lineNumber\28\29 +10211:skia::textlayout::ParagraphImpl::layout\28float\29 +10212:skia::textlayout::ParagraphImpl::getWordBoundary\28unsigned\20int\29 +10213:skia::textlayout::ParagraphImpl::getRectsForRange\28unsigned\20int\2c\20unsigned\20int\2c\20skia::textlayout::RectHeightStyle\2c\20skia::textlayout::RectWidthStyle\29 +10214:skia::textlayout::ParagraphImpl::getRectsForPlaceholders\28\29 +10215:skia::textlayout::ParagraphImpl::getPath\28int\2c\20SkPath*\29::$_0::operator\28\29\28skia::textlayout::Run\20const*\2c\20float\2c\20skia::textlayout::SkRange\2c\20float*\29\20const::'lambda'\28skia::textlayout::SkRange\2c\20skia::textlayout::TextStyle\20const&\2c\20skia::textlayout::TextLine::ClipContext\20const&\29::operator\28\29\28skia::textlayout::SkRange\2c\20skia::textlayout::TextStyle\20const&\2c\20skia::textlayout::TextLine::ClipContext\20const&\29\20const::'lambda'\28SkPath\20const*\2c\20SkMatrix\20const&\2c\20void*\29::__invoke\28SkPath\20const*\2c\20SkMatrix\20const&\2c\20void*\29 +10216:skia::textlayout::ParagraphImpl::getPath\28int\2c\20SkPath*\29 +10217:skia::textlayout::ParagraphImpl::getLineNumberAtUTF16Offset\28unsigned\20long\29 +10218:skia::textlayout::ParagraphImpl::getLineMetrics\28std::__2::vector>&\29 +10219:skia::textlayout::ParagraphImpl::getLineMetricsAt\28int\2c\20skia::textlayout::LineMetrics*\29\20const +10220:skia::textlayout::ParagraphImpl::getFonts\28\29\20const +10221:skia::textlayout::ParagraphImpl::getFontAt\28unsigned\20long\29\20const +10222:skia::textlayout::ParagraphImpl::getFontAtUTF16Offset\28unsigned\20long\29 +10223:skia::textlayout::ParagraphImpl::getClosestUTF16GlyphInfoAt\28float\2c\20float\2c\20skia::textlayout::Paragraph::GlyphInfo*\29 +10224:skia::textlayout::ParagraphImpl::getClosestGlyphClusterAt\28float\2c\20float\2c\20skia::textlayout::Paragraph::GlyphClusterInfo*\29 +10225:skia::textlayout::ParagraphImpl::getActualTextRange\28int\2c\20bool\29\20const +10226:skia::textlayout::ParagraphImpl::extendedVisit\28std::__2::function\20const&\29 +10227:skia::textlayout::ParagraphImpl::containsEmoji\28SkTextBlob*\29 +10228:skia::textlayout::ParagraphImpl::containsColorFontOrBitmap\28SkTextBlob*\29::$_0::__invoke\28SkPath\20const*\2c\20SkMatrix\20const&\2c\20void*\29 +10229:skia::textlayout::ParagraphImpl::containsColorFontOrBitmap\28SkTextBlob*\29 +10230:skia::textlayout::ParagraphBuilderImpl::~ParagraphBuilderImpl\28\29_8181 +10231:skia::textlayout::ParagraphBuilderImpl::pushStyle\28skia::textlayout::TextStyle\20const&\29 +10232:skia::textlayout::ParagraphBuilderImpl::pop\28\29 +10233:skia::textlayout::ParagraphBuilderImpl::peekStyle\28\29 +10234:skia::textlayout::ParagraphBuilderImpl::getText\28\29 +10235:skia::textlayout::ParagraphBuilderImpl::getParagraphStyle\28\29\20const +10236:skia::textlayout::ParagraphBuilderImpl::addText\28std::__2::basic_string\2c\20std::__2::allocator>\20const&\29 +10237:skia::textlayout::ParagraphBuilderImpl::addText\28char\20const*\2c\20unsigned\20long\29 +10238:skia::textlayout::ParagraphBuilderImpl::addText\28char\20const*\29 +10239:skia::textlayout::ParagraphBuilderImpl::addPlaceholder\28skia::textlayout::PlaceholderStyle\20const&\29 +10240:skia::textlayout::ParagraphBuilderImpl::Reset\28\29 +10241:skia::textlayout::ParagraphBuilderImpl::Build\28\29 +10242:skia::textlayout::Paragraph::FontInfo::~FontInfo\28\29_8346 +10243:skia::textlayout::OneLineShaper::~OneLineShaper\28\29_8161 +10244:skia::textlayout::OneLineShaper::runBuffer\28SkShaper::RunHandler::RunInfo\20const&\29 +10245:skia::textlayout::OneLineShaper::commitRunBuffer\28SkShaper::RunHandler::RunInfo\20const&\29 +10246:skia::textlayout::LangIterator::~LangIterator\28\29_8149 +10247:skia::textlayout::LangIterator::~LangIterator\28\29 +10248:skia::textlayout::LangIterator::endOfCurrentRun\28\29\20const +10249:skia::textlayout::LangIterator::currentLanguage\28\29\20const +10250:skia::textlayout::LangIterator::consume\28\29 +10251:skia::textlayout::LangIterator::atEnd\28\29\20const +10252:skia::textlayout::FontCollection::~FontCollection\28\29_8010 +10253:skia::textlayout::CanvasParagraphPainter::translate\28float\2c\20float\29 +10254:skia::textlayout::CanvasParagraphPainter::save\28\29 +10255:skia::textlayout::CanvasParagraphPainter::restore\28\29 +10256:skia::textlayout::CanvasParagraphPainter::drawTextShadow\28sk_sp\20const&\2c\20float\2c\20float\2c\20unsigned\20int\2c\20float\29 +10257:skia::textlayout::CanvasParagraphPainter::drawTextBlob\28sk_sp\20const&\2c\20float\2c\20float\2c\20std::__2::variant\20const&\29 +10258:skia::textlayout::CanvasParagraphPainter::drawRect\28SkRect\20const&\2c\20std::__2::variant\20const&\29 +10259:skia::textlayout::CanvasParagraphPainter::drawPath\28SkPath\20const&\2c\20skia::textlayout::ParagraphPainter::DecorationStyle\20const&\29 +10260:skia::textlayout::CanvasParagraphPainter::drawLine\28float\2c\20float\2c\20float\2c\20float\2c\20skia::textlayout::ParagraphPainter::DecorationStyle\20const&\29 +10261:skia::textlayout::CanvasParagraphPainter::drawFilledRect\28SkRect\20const&\2c\20skia::textlayout::ParagraphPainter::DecorationStyle\20const&\29 +10262:skia::textlayout::CanvasParagraphPainter::clipRect\28SkRect\20const&\29 +10263:skgpu::tess::FixedCountWedges::WriteVertexBuffer\28skgpu::VertexWriter\2c\20unsigned\20long\29 +10264:skgpu::tess::FixedCountWedges::WriteIndexBuffer\28skgpu::VertexWriter\2c\20unsigned\20long\29 +10265:skgpu::tess::FixedCountStrokes::WriteVertexBuffer\28skgpu::VertexWriter\2c\20unsigned\20long\29 +10266:skgpu::tess::FixedCountCurves::WriteIndexBuffer\28skgpu::VertexWriter\2c\20unsigned\20long\29 +10267:skgpu::ganesh::texture_proxy_view_from_planes\28GrRecordingContext*\2c\20SkImage_Lazy\20const*\2c\20skgpu::Budgeted\29::$_0::__invoke\28void*\2c\20void*\29 +10268:skgpu::ganesh::\28anonymous\20namespace\29::SmallPathOp::~SmallPathOp\28\29_12396 +10269:skgpu::ganesh::\28anonymous\20namespace\29::SmallPathOp::visitProxies\28std::__2::function\20const&\29\20const +10270:skgpu::ganesh::\28anonymous\20namespace\29::SmallPathOp::onPrepareDraws\28GrMeshDrawTarget*\29 +10271:skgpu::ganesh::\28anonymous\20namespace\29::SmallPathOp::onExecute\28GrOpFlushState*\2c\20SkRect\20const&\29 +10272:skgpu::ganesh::\28anonymous\20namespace\29::SmallPathOp::onCombineIfPossible\28GrOp*\2c\20SkArenaAlloc*\2c\20GrCaps\20const&\29 +10273:skgpu::ganesh::\28anonymous\20namespace\29::SmallPathOp::name\28\29\20const +10274:skgpu::ganesh::\28anonymous\20namespace\29::SmallPathOp::fixedFunctionFlags\28\29\20const +10275:skgpu::ganesh::\28anonymous\20namespace\29::SmallPathOp::finalize\28GrCaps\20const&\2c\20GrAppliedClip\20const*\2c\20GrClampType\29 +10276:skgpu::ganesh::\28anonymous\20namespace\29::QuadEdgeEffect::name\28\29\20const +10277:skgpu::ganesh::\28anonymous\20namespace\29::QuadEdgeEffect::makeProgramImpl\28GrShaderCaps\20const&\29\20const::Impl::setData\28GrGLSLProgramDataManager\20const&\2c\20GrShaderCaps\20const&\2c\20GrGeometryProcessor\20const&\29 +10278:skgpu::ganesh::\28anonymous\20namespace\29::QuadEdgeEffect::makeProgramImpl\28GrShaderCaps\20const&\29\20const::Impl::onEmitCode\28GrGeometryProcessor::ProgramImpl::EmitArgs&\2c\20GrGeometryProcessor::ProgramImpl::GrGPArgs*\29 +10279:skgpu::ganesh::\28anonymous\20namespace\29::QuadEdgeEffect::makeProgramImpl\28GrShaderCaps\20const&\29\20const +10280:skgpu::ganesh::\28anonymous\20namespace\29::QuadEdgeEffect::addToKey\28GrShaderCaps\20const&\2c\20skgpu::KeyBuilder*\29\20const +10281:skgpu::ganesh::\28anonymous\20namespace\29::HullShader::~HullShader\28\29_12261 +10282:skgpu::ganesh::\28anonymous\20namespace\29::HullShader::name\28\29\20const +10283:skgpu::ganesh::\28anonymous\20namespace\29::HullShader::makeProgramImpl\28GrShaderCaps\20const&\29\20const::Impl::emitVertexCode\28GrShaderCaps\20const&\2c\20GrPathTessellationShader\20const&\2c\20GrGLSLVertexBuilder*\2c\20GrGLSLVaryingHandler*\2c\20GrGeometryProcessor::ProgramImpl::GrGPArgs*\29 +10284:skgpu::ganesh::\28anonymous\20namespace\29::HullShader::makeProgramImpl\28GrShaderCaps\20const&\29\20const +10285:skgpu::ganesh::\28anonymous\20namespace\29::AAFlatteningConvexPathOp::~AAFlatteningConvexPathOp\28\29_11634 +10286:skgpu::ganesh::\28anonymous\20namespace\29::AAFlatteningConvexPathOp::visitProxies\28std::__2::function\20const&\29\20const +10287:skgpu::ganesh::\28anonymous\20namespace\29::AAFlatteningConvexPathOp::onPrepareDraws\28GrMeshDrawTarget*\29 +10288:skgpu::ganesh::\28anonymous\20namespace\29::AAFlatteningConvexPathOp::onExecute\28GrOpFlushState*\2c\20SkRect\20const&\29 +10289:skgpu::ganesh::\28anonymous\20namespace\29::AAFlatteningConvexPathOp::onCreateProgramInfo\28GrCaps\20const*\2c\20SkArenaAlloc*\2c\20GrSurfaceProxyView\20const&\2c\20bool\2c\20GrAppliedClip&&\2c\20GrDstProxyView\20const&\2c\20GrXferBarrierFlags\2c\20GrLoadOp\29 +10290:skgpu::ganesh::\28anonymous\20namespace\29::AAFlatteningConvexPathOp::onCombineIfPossible\28GrOp*\2c\20SkArenaAlloc*\2c\20GrCaps\20const&\29 +10291:skgpu::ganesh::\28anonymous\20namespace\29::AAFlatteningConvexPathOp::name\28\29\20const +10292:skgpu::ganesh::\28anonymous\20namespace\29::AAFlatteningConvexPathOp::fixedFunctionFlags\28\29\20const +10293:skgpu::ganesh::\28anonymous\20namespace\29::AAFlatteningConvexPathOp::finalize\28GrCaps\20const&\2c\20GrAppliedClip\20const*\2c\20GrClampType\29 +10294:skgpu::ganesh::\28anonymous\20namespace\29::AAConvexPathOp::~AAConvexPathOp\28\29_11539 +10295:skgpu::ganesh::\28anonymous\20namespace\29::AAConvexPathOp::visitProxies\28std::__2::function\20const&\29\20const +10296:skgpu::ganesh::\28anonymous\20namespace\29::AAConvexPathOp::onPrepareDraws\28GrMeshDrawTarget*\29 +10297:skgpu::ganesh::\28anonymous\20namespace\29::AAConvexPathOp::onExecute\28GrOpFlushState*\2c\20SkRect\20const&\29 +10298:skgpu::ganesh::\28anonymous\20namespace\29::AAConvexPathOp::onCreateProgramInfo\28GrCaps\20const*\2c\20SkArenaAlloc*\2c\20GrSurfaceProxyView\20const&\2c\20bool\2c\20GrAppliedClip&&\2c\20GrDstProxyView\20const&\2c\20GrXferBarrierFlags\2c\20GrLoadOp\29 +10299:skgpu::ganesh::\28anonymous\20namespace\29::AAConvexPathOp::onCombineIfPossible\28GrOp*\2c\20SkArenaAlloc*\2c\20GrCaps\20const&\29 +10300:skgpu::ganesh::\28anonymous\20namespace\29::AAConvexPathOp::name\28\29\20const +10301:skgpu::ganesh::\28anonymous\20namespace\29::AAConvexPathOp::finalize\28GrCaps\20const&\2c\20GrAppliedClip\20const*\2c\20GrClampType\29 +10302:skgpu::ganesh::TriangulatingPathRenderer::onDrawPath\28skgpu::ganesh::PathRenderer::DrawPathArgs\20const&\29 +10303:skgpu::ganesh::TriangulatingPathRenderer::onCanDrawPath\28skgpu::ganesh::PathRenderer::CanDrawPathArgs\20const&\29\20const +10304:skgpu::ganesh::TriangulatingPathRenderer::name\28\29\20const +10305:skgpu::ganesh::TessellationPathRenderer::onStencilPath\28skgpu::ganesh::PathRenderer::StencilPathArgs\20const&\29 +10306:skgpu::ganesh::TessellationPathRenderer::onGetStencilSupport\28GrStyledShape\20const&\29\20const +10307:skgpu::ganesh::TessellationPathRenderer::onDrawPath\28skgpu::ganesh::PathRenderer::DrawPathArgs\20const&\29 +10308:skgpu::ganesh::TessellationPathRenderer::onCanDrawPath\28skgpu::ganesh::PathRenderer::CanDrawPathArgs\20const&\29\20const +10309:skgpu::ganesh::TessellationPathRenderer::name\28\29\20const +10310:skgpu::ganesh::SurfaceDrawContext::~SurfaceDrawContext\28\29 +10311:skgpu::ganesh::SurfaceDrawContext::willReplaceOpsTask\28skgpu::ganesh::OpsTask*\2c\20skgpu::ganesh::OpsTask*\29 +10312:skgpu::ganesh::SurfaceDrawContext::canDiscardPreviousOpsOnFullClear\28\29\20const +10313:skgpu::ganesh::SurfaceContext::~SurfaceContext\28\29_9932 +10314:skgpu::ganesh::SurfaceContext::asyncRescaleAndReadPixelsYUV420\28GrDirectContext*\2c\20SkYUVColorSpace\2c\20bool\2c\20sk_sp\2c\20SkIRect\20const&\2c\20SkISize\2c\20SkImage::RescaleGamma\2c\20SkImage::RescaleMode\2c\20void\20\28*\29\28void*\2c\20std::__2::unique_ptr>\29\2c\20void*\29::$_0::__invoke\28void*\29 +10315:skgpu::ganesh::SurfaceContext::asyncReadPixels\28GrDirectContext*\2c\20SkIRect\20const&\2c\20SkColorType\2c\20void\20\28*\29\28void*\2c\20std::__2::unique_ptr>\29\2c\20void*\29::$_0::__invoke\28void*\29 +10316:skgpu::ganesh::StrokeTessellateOp::~StrokeTessellateOp\28\29_12456 +10317:skgpu::ganesh::StrokeTessellateOp::visitProxies\28std::__2::function\20const&\29\20const +10318:skgpu::ganesh::StrokeTessellateOp::usesStencil\28\29\20const +10319:skgpu::ganesh::StrokeTessellateOp::onPrepare\28GrOpFlushState*\29 +10320:skgpu::ganesh::StrokeTessellateOp::onPrePrepare\28GrRecordingContext*\2c\20GrSurfaceProxyView\20const&\2c\20GrAppliedClip*\2c\20GrDstProxyView\20const&\2c\20GrXferBarrierFlags\2c\20GrLoadOp\29 +10321:skgpu::ganesh::StrokeTessellateOp::onExecute\28GrOpFlushState*\2c\20SkRect\20const&\29 +10322:skgpu::ganesh::StrokeTessellateOp::onCombineIfPossible\28GrOp*\2c\20SkArenaAlloc*\2c\20GrCaps\20const&\29 +10323:skgpu::ganesh::StrokeTessellateOp::name\28\29\20const +10324:skgpu::ganesh::StrokeTessellateOp::finalize\28GrCaps\20const&\2c\20GrAppliedClip\20const*\2c\20GrClampType\29 +10325:skgpu::ganesh::StrokeRectOp::\28anonymous\20namespace\29::NonAAStrokeRectOp::~NonAAStrokeRectOp\28\29_12433 +10326:skgpu::ganesh::StrokeRectOp::\28anonymous\20namespace\29::NonAAStrokeRectOp::visitProxies\28std::__2::function\20const&\29\20const +10327:skgpu::ganesh::StrokeRectOp::\28anonymous\20namespace\29::NonAAStrokeRectOp::programInfo\28\29 +10328:skgpu::ganesh::StrokeRectOp::\28anonymous\20namespace\29::NonAAStrokeRectOp::onPrepareDraws\28GrMeshDrawTarget*\29 +10329:skgpu::ganesh::StrokeRectOp::\28anonymous\20namespace\29::NonAAStrokeRectOp::onExecute\28GrOpFlushState*\2c\20SkRect\20const&\29 +10330:skgpu::ganesh::StrokeRectOp::\28anonymous\20namespace\29::NonAAStrokeRectOp::onCreateProgramInfo\28GrCaps\20const*\2c\20SkArenaAlloc*\2c\20GrSurfaceProxyView\20const&\2c\20bool\2c\20GrAppliedClip&&\2c\20GrDstProxyView\20const&\2c\20GrXferBarrierFlags\2c\20GrLoadOp\29 +10331:skgpu::ganesh::StrokeRectOp::\28anonymous\20namespace\29::NonAAStrokeRectOp::name\28\29\20const +10332:skgpu::ganesh::StrokeRectOp::\28anonymous\20namespace\29::NonAAStrokeRectOp::finalize\28GrCaps\20const&\2c\20GrAppliedClip\20const*\2c\20GrClampType\29 +10333:skgpu::ganesh::StrokeRectOp::\28anonymous\20namespace\29::AAStrokeRectOp::~AAStrokeRectOp\28\29_12443 +10334:skgpu::ganesh::StrokeRectOp::\28anonymous\20namespace\29::AAStrokeRectOp::visitProxies\28std::__2::function\20const&\29\20const +10335:skgpu::ganesh::StrokeRectOp::\28anonymous\20namespace\29::AAStrokeRectOp::programInfo\28\29 +10336:skgpu::ganesh::StrokeRectOp::\28anonymous\20namespace\29::AAStrokeRectOp::onPrepareDraws\28GrMeshDrawTarget*\29 +10337:skgpu::ganesh::StrokeRectOp::\28anonymous\20namespace\29::AAStrokeRectOp::onExecute\28GrOpFlushState*\2c\20SkRect\20const&\29 +10338:skgpu::ganesh::StrokeRectOp::\28anonymous\20namespace\29::AAStrokeRectOp::onCreateProgramInfo\28GrCaps\20const*\2c\20SkArenaAlloc*\2c\20GrSurfaceProxyView\20const&\2c\20bool\2c\20GrAppliedClip&&\2c\20GrDstProxyView\20const&\2c\20GrXferBarrierFlags\2c\20GrLoadOp\29 +10339:skgpu::ganesh::StrokeRectOp::\28anonymous\20namespace\29::AAStrokeRectOp::onCombineIfPossible\28GrOp*\2c\20SkArenaAlloc*\2c\20GrCaps\20const&\29 +10340:skgpu::ganesh::StrokeRectOp::\28anonymous\20namespace\29::AAStrokeRectOp::name\28\29\20const +10341:skgpu::ganesh::StrokeRectOp::\28anonymous\20namespace\29::AAStrokeRectOp::finalize\28GrCaps\20const&\2c\20GrAppliedClip\20const*\2c\20GrClampType\29 +10342:skgpu::ganesh::StencilClip::~StencilClip\28\29_10795 +10343:skgpu::ganesh::StencilClip::~StencilClip\28\29 +10344:skgpu::ganesh::StencilClip::preApply\28SkRect\20const&\2c\20GrAA\29\20const +10345:skgpu::ganesh::StencilClip::apply\28GrAppliedHardClip*\2c\20SkIRect*\29\20const +10346:skgpu::ganesh::SoftwarePathRenderer::onDrawPath\28skgpu::ganesh::PathRenderer::DrawPathArgs\20const&\29 +10347:skgpu::ganesh::SoftwarePathRenderer::onCanDrawPath\28skgpu::ganesh::PathRenderer::CanDrawPathArgs\20const&\29\20const +10348:skgpu::ganesh::SoftwarePathRenderer::name\28\29\20const +10349:skgpu::ganesh::SmallPathRenderer::onDrawPath\28skgpu::ganesh::PathRenderer::DrawPathArgs\20const&\29 +10350:skgpu::ganesh::SmallPathRenderer::onCanDrawPath\28skgpu::ganesh::PathRenderer::CanDrawPathArgs\20const&\29\20const +10351:skgpu::ganesh::SmallPathRenderer::name\28\29\20const +10352:skgpu::ganesh::SmallPathAtlasMgr::postFlush\28skgpu::Token\29 +10353:skgpu::ganesh::RegionOp::\28anonymous\20namespace\29::RegionOpImpl::~RegionOpImpl\28\29_12343 +10354:skgpu::ganesh::RegionOp::\28anonymous\20namespace\29::RegionOpImpl::visitProxies\28std::__2::function\20const&\29\20const +10355:skgpu::ganesh::RegionOp::\28anonymous\20namespace\29::RegionOpImpl::programInfo\28\29 +10356:skgpu::ganesh::RegionOp::\28anonymous\20namespace\29::RegionOpImpl::onPrepareDraws\28GrMeshDrawTarget*\29 +10357:skgpu::ganesh::RegionOp::\28anonymous\20namespace\29::RegionOpImpl::onExecute\28GrOpFlushState*\2c\20SkRect\20const&\29 +10358:skgpu::ganesh::RegionOp::\28anonymous\20namespace\29::RegionOpImpl::onCreateProgramInfo\28GrCaps\20const*\2c\20SkArenaAlloc*\2c\20GrSurfaceProxyView\20const&\2c\20bool\2c\20GrAppliedClip&&\2c\20GrDstProxyView\20const&\2c\20GrXferBarrierFlags\2c\20GrLoadOp\29 +10359:skgpu::ganesh::RegionOp::\28anonymous\20namespace\29::RegionOpImpl::onCombineIfPossible\28GrOp*\2c\20SkArenaAlloc*\2c\20GrCaps\20const&\29 +10360:skgpu::ganesh::RegionOp::\28anonymous\20namespace\29::RegionOpImpl::name\28\29\20const +10361:skgpu::ganesh::RegionOp::\28anonymous\20namespace\29::RegionOpImpl::finalize\28GrCaps\20const&\2c\20GrAppliedClip\20const*\2c\20GrClampType\29 +10362:skgpu::ganesh::QuadPerEdgeAA::\28anonymous\20namespace\29::write_quad_generic\28skgpu::VertexWriter*\2c\20skgpu::ganesh::QuadPerEdgeAA::VertexSpec\20const&\2c\20GrQuad\20const*\2c\20GrQuad\20const*\2c\20float\20const*\2c\20SkRGBA4f<\28SkAlphaType\292>\20const&\2c\20SkRect\20const&\2c\20SkRect\20const&\29 +10363:skgpu::ganesh::QuadPerEdgeAA::\28anonymous\20namespace\29::write_2d_uv_strict\28skgpu::VertexWriter*\2c\20skgpu::ganesh::QuadPerEdgeAA::VertexSpec\20const&\2c\20GrQuad\20const*\2c\20GrQuad\20const*\2c\20float\20const*\2c\20SkRGBA4f<\28SkAlphaType\292>\20const&\2c\20SkRect\20const&\2c\20SkRect\20const&\29 +10364:skgpu::ganesh::QuadPerEdgeAA::\28anonymous\20namespace\29::write_2d_uv\28skgpu::VertexWriter*\2c\20skgpu::ganesh::QuadPerEdgeAA::VertexSpec\20const&\2c\20GrQuad\20const*\2c\20GrQuad\20const*\2c\20float\20const*\2c\20SkRGBA4f<\28SkAlphaType\292>\20const&\2c\20SkRect\20const&\2c\20SkRect\20const&\29 +10365:skgpu::ganesh::QuadPerEdgeAA::\28anonymous\20namespace\29::write_2d_cov_uv_strict\28skgpu::VertexWriter*\2c\20skgpu::ganesh::QuadPerEdgeAA::VertexSpec\20const&\2c\20GrQuad\20const*\2c\20GrQuad\20const*\2c\20float\20const*\2c\20SkRGBA4f<\28SkAlphaType\292>\20const&\2c\20SkRect\20const&\2c\20SkRect\20const&\29 +10366:skgpu::ganesh::QuadPerEdgeAA::\28anonymous\20namespace\29::write_2d_cov_uv\28skgpu::VertexWriter*\2c\20skgpu::ganesh::QuadPerEdgeAA::VertexSpec\20const&\2c\20GrQuad\20const*\2c\20GrQuad\20const*\2c\20float\20const*\2c\20SkRGBA4f<\28SkAlphaType\292>\20const&\2c\20SkRect\20const&\2c\20SkRect\20const&\29 +10367:skgpu::ganesh::QuadPerEdgeAA::\28anonymous\20namespace\29::write_2d_color_uv_strict\28skgpu::VertexWriter*\2c\20skgpu::ganesh::QuadPerEdgeAA::VertexSpec\20const&\2c\20GrQuad\20const*\2c\20GrQuad\20const*\2c\20float\20const*\2c\20SkRGBA4f<\28SkAlphaType\292>\20const&\2c\20SkRect\20const&\2c\20SkRect\20const&\29 +10368:skgpu::ganesh::QuadPerEdgeAA::\28anonymous\20namespace\29::write_2d_color_uv\28skgpu::VertexWriter*\2c\20skgpu::ganesh::QuadPerEdgeAA::VertexSpec\20const&\2c\20GrQuad\20const*\2c\20GrQuad\20const*\2c\20float\20const*\2c\20SkRGBA4f<\28SkAlphaType\292>\20const&\2c\20SkRect\20const&\2c\20SkRect\20const&\29 +10369:skgpu::ganesh::QuadPerEdgeAA::\28anonymous\20namespace\29::write_2d_color\28skgpu::VertexWriter*\2c\20skgpu::ganesh::QuadPerEdgeAA::VertexSpec\20const&\2c\20GrQuad\20const*\2c\20GrQuad\20const*\2c\20float\20const*\2c\20SkRGBA4f<\28SkAlphaType\292>\20const&\2c\20SkRect\20const&\2c\20SkRect\20const&\29 +10370:skgpu::ganesh::QuadPerEdgeAA::QuadPerEdgeAAGeometryProcessor::~QuadPerEdgeAAGeometryProcessor\28\29_12332 +10371:skgpu::ganesh::QuadPerEdgeAA::QuadPerEdgeAAGeometryProcessor::onTextureSampler\28int\29\20const +10372:skgpu::ganesh::QuadPerEdgeAA::QuadPerEdgeAAGeometryProcessor::name\28\29\20const +10373:skgpu::ganesh::QuadPerEdgeAA::QuadPerEdgeAAGeometryProcessor::makeProgramImpl\28GrShaderCaps\20const&\29\20const::Impl::setData\28GrGLSLProgramDataManager\20const&\2c\20GrShaderCaps\20const&\2c\20GrGeometryProcessor\20const&\29 +10374:skgpu::ganesh::QuadPerEdgeAA::QuadPerEdgeAAGeometryProcessor::makeProgramImpl\28GrShaderCaps\20const&\29\20const::Impl::onEmitCode\28GrGeometryProcessor::ProgramImpl::EmitArgs&\2c\20GrGeometryProcessor::ProgramImpl::GrGPArgs*\29 +10375:skgpu::ganesh::QuadPerEdgeAA::QuadPerEdgeAAGeometryProcessor::makeProgramImpl\28GrShaderCaps\20const&\29\20const +10376:skgpu::ganesh::QuadPerEdgeAA::QuadPerEdgeAAGeometryProcessor::addToKey\28GrShaderCaps\20const&\2c\20skgpu::KeyBuilder*\29\20const +10377:skgpu::ganesh::PathWedgeTessellator::prepare\28GrMeshDrawTarget*\2c\20SkMatrix\20const&\2c\20skgpu::ganesh::PathTessellator::PathDrawList\20const&\2c\20int\29 +10378:skgpu::ganesh::PathTessellateOp::~PathTessellateOp\28\29_12316 +10379:skgpu::ganesh::PathTessellateOp::visitProxies\28std::__2::function\20const&\29\20const +10380:skgpu::ganesh::PathTessellateOp::usesStencil\28\29\20const +10381:skgpu::ganesh::PathTessellateOp::onPrepare\28GrOpFlushState*\29 +10382:skgpu::ganesh::PathTessellateOp::onPrePrepare\28GrRecordingContext*\2c\20GrSurfaceProxyView\20const&\2c\20GrAppliedClip*\2c\20GrDstProxyView\20const&\2c\20GrXferBarrierFlags\2c\20GrLoadOp\29 +10383:skgpu::ganesh::PathTessellateOp::onExecute\28GrOpFlushState*\2c\20SkRect\20const&\29 +10384:skgpu::ganesh::PathTessellateOp::onCombineIfPossible\28GrOp*\2c\20SkArenaAlloc*\2c\20GrCaps\20const&\29 +10385:skgpu::ganesh::PathTessellateOp::name\28\29\20const +10386:skgpu::ganesh::PathTessellateOp::finalize\28GrCaps\20const&\2c\20GrAppliedClip\20const*\2c\20GrClampType\29 +10387:skgpu::ganesh::PathStencilCoverOp::~PathStencilCoverOp\28\29_12306 +10388:skgpu::ganesh::PathStencilCoverOp::visitProxies\28std::__2::function\20const&\29\20const +10389:skgpu::ganesh::PathStencilCoverOp::onPrepare\28GrOpFlushState*\29 +10390:skgpu::ganesh::PathStencilCoverOp::onPrePrepare\28GrRecordingContext*\2c\20GrSurfaceProxyView\20const&\2c\20GrAppliedClip*\2c\20GrDstProxyView\20const&\2c\20GrXferBarrierFlags\2c\20GrLoadOp\29 +10391:skgpu::ganesh::PathStencilCoverOp::onExecute\28GrOpFlushState*\2c\20SkRect\20const&\29 +10392:skgpu::ganesh::PathStencilCoverOp::name\28\29\20const +10393:skgpu::ganesh::PathStencilCoverOp::fixedFunctionFlags\28\29\20const +10394:skgpu::ganesh::PathStencilCoverOp::finalize\28GrCaps\20const&\2c\20GrAppliedClip\20const*\2c\20GrClampType\29 +10395:skgpu::ganesh::PathRenderer::onStencilPath\28skgpu::ganesh::PathRenderer::StencilPathArgs\20const&\29 +10396:skgpu::ganesh::PathRenderer::onGetStencilSupport\28GrStyledShape\20const&\29\20const +10397:skgpu::ganesh::PathInnerTriangulateOp::~PathInnerTriangulateOp\28\29_12282 +10398:skgpu::ganesh::PathInnerTriangulateOp::visitProxies\28std::__2::function\20const&\29\20const +10399:skgpu::ganesh::PathInnerTriangulateOp::onPrepare\28GrOpFlushState*\29 +10400:skgpu::ganesh::PathInnerTriangulateOp::onPrePrepare\28GrRecordingContext*\2c\20GrSurfaceProxyView\20const&\2c\20GrAppliedClip*\2c\20GrDstProxyView\20const&\2c\20GrXferBarrierFlags\2c\20GrLoadOp\29 +10401:skgpu::ganesh::PathInnerTriangulateOp::onExecute\28GrOpFlushState*\2c\20SkRect\20const&\29 +10402:skgpu::ganesh::PathInnerTriangulateOp::name\28\29\20const +10403:skgpu::ganesh::PathInnerTriangulateOp::fixedFunctionFlags\28\29\20const +10404:skgpu::ganesh::PathInnerTriangulateOp::finalize\28GrCaps\20const&\2c\20GrAppliedClip\20const*\2c\20GrClampType\29 +10405:skgpu::ganesh::PathCurveTessellator::prepare\28GrMeshDrawTarget*\2c\20SkMatrix\20const&\2c\20skgpu::ganesh::PathTessellator::PathDrawList\20const&\2c\20int\29 +10406:skgpu::ganesh::OpsTask::~OpsTask\28\29_12202 +10407:skgpu::ganesh::OpsTask::onPrepare\28GrOpFlushState*\29 +10408:skgpu::ganesh::OpsTask::onPrePrepare\28GrRecordingContext*\29 +10409:skgpu::ganesh::OpsTask::onMakeSkippable\28\29 +10410:skgpu::ganesh::OpsTask::onIsUsed\28GrSurfaceProxy*\29\20const +10411:skgpu::ganesh::OpsTask::gatherProxyIntervals\28GrResourceAllocator*\29\20const +10412:skgpu::ganesh::OpsTask::endFlush\28GrDrawingManager*\29 +10413:skgpu::ganesh::LatticeOp::\28anonymous\20namespace\29::NonAALatticeOp::~NonAALatticeOp\28\29_12171 +10414:skgpu::ganesh::LatticeOp::\28anonymous\20namespace\29::NonAALatticeOp::visitProxies\28std::__2::function\20const&\29\20const +10415:skgpu::ganesh::LatticeOp::\28anonymous\20namespace\29::NonAALatticeOp::onPrepareDraws\28GrMeshDrawTarget*\29 +10416:skgpu::ganesh::LatticeOp::\28anonymous\20namespace\29::NonAALatticeOp::onExecute\28GrOpFlushState*\2c\20SkRect\20const&\29 +10417:skgpu::ganesh::LatticeOp::\28anonymous\20namespace\29::NonAALatticeOp::onCreateProgramInfo\28GrCaps\20const*\2c\20SkArenaAlloc*\2c\20GrSurfaceProxyView\20const&\2c\20bool\2c\20GrAppliedClip&&\2c\20GrDstProxyView\20const&\2c\20GrXferBarrierFlags\2c\20GrLoadOp\29 +10418:skgpu::ganesh::LatticeOp::\28anonymous\20namespace\29::NonAALatticeOp::onCombineIfPossible\28GrOp*\2c\20SkArenaAlloc*\2c\20GrCaps\20const&\29 +10419:skgpu::ganesh::LatticeOp::\28anonymous\20namespace\29::NonAALatticeOp::name\28\29\20const +10420:skgpu::ganesh::LatticeOp::\28anonymous\20namespace\29::NonAALatticeOp::finalize\28GrCaps\20const&\2c\20GrAppliedClip\20const*\2c\20GrClampType\29 +10421:skgpu::ganesh::LatticeOp::\28anonymous\20namespace\29::LatticeGP::~LatticeGP\28\29_12184 +10422:skgpu::ganesh::LatticeOp::\28anonymous\20namespace\29::LatticeGP::onTextureSampler\28int\29\20const +10423:skgpu::ganesh::LatticeOp::\28anonymous\20namespace\29::LatticeGP::name\28\29\20const +10424:skgpu::ganesh::LatticeOp::\28anonymous\20namespace\29::LatticeGP::makeProgramImpl\28GrShaderCaps\20const&\29\20const::Impl::setData\28GrGLSLProgramDataManager\20const&\2c\20GrShaderCaps\20const&\2c\20GrGeometryProcessor\20const&\29 +10425:skgpu::ganesh::LatticeOp::\28anonymous\20namespace\29::LatticeGP::makeProgramImpl\28GrShaderCaps\20const&\29\20const::Impl::onEmitCode\28GrGeometryProcessor::ProgramImpl::EmitArgs&\2c\20GrGeometryProcessor::ProgramImpl::GrGPArgs*\29 +10426:skgpu::ganesh::LatticeOp::\28anonymous\20namespace\29::LatticeGP::makeProgramImpl\28GrShaderCaps\20const&\29\20const +10427:skgpu::ganesh::LatticeOp::\28anonymous\20namespace\29::LatticeGP::addToKey\28GrShaderCaps\20const&\2c\20skgpu::KeyBuilder*\29\20const +10428:skgpu::ganesh::FillRRectOp::\28anonymous\20namespace\29::FillRRectOpImpl::~FillRRectOpImpl\28\29_11988 +10429:skgpu::ganesh::FillRRectOp::\28anonymous\20namespace\29::FillRRectOpImpl::visitProxies\28std::__2::function\20const&\29\20const +10430:skgpu::ganesh::FillRRectOp::\28anonymous\20namespace\29::FillRRectOpImpl::onPrepareDraws\28GrMeshDrawTarget*\29 +10431:skgpu::ganesh::FillRRectOp::\28anonymous\20namespace\29::FillRRectOpImpl::onExecute\28GrOpFlushState*\2c\20SkRect\20const&\29 +10432:skgpu::ganesh::FillRRectOp::\28anonymous\20namespace\29::FillRRectOpImpl::onCreateProgramInfo\28GrCaps\20const*\2c\20SkArenaAlloc*\2c\20GrSurfaceProxyView\20const&\2c\20bool\2c\20GrAppliedClip&&\2c\20GrDstProxyView\20const&\2c\20GrXferBarrierFlags\2c\20GrLoadOp\29 +10433:skgpu::ganesh::FillRRectOp::\28anonymous\20namespace\29::FillRRectOpImpl::onCombineIfPossible\28GrOp*\2c\20SkArenaAlloc*\2c\20GrCaps\20const&\29 +10434:skgpu::ganesh::FillRRectOp::\28anonymous\20namespace\29::FillRRectOpImpl::name\28\29\20const +10435:skgpu::ganesh::FillRRectOp::\28anonymous\20namespace\29::FillRRectOpImpl::finalize\28GrCaps\20const&\2c\20GrAppliedClip\20const*\2c\20GrClampType\29 +10436:skgpu::ganesh::FillRRectOp::\28anonymous\20namespace\29::FillRRectOpImpl::clipToShape\28skgpu::ganesh::SurfaceDrawContext*\2c\20SkClipOp\2c\20SkMatrix\20const&\2c\20GrShape\20const&\2c\20GrAA\29 +10437:skgpu::ganesh::FillRRectOp::\28anonymous\20namespace\29::FillRRectOpImpl::Processor::~Processor\28\29_12006 +10438:skgpu::ganesh::FillRRectOp::\28anonymous\20namespace\29::FillRRectOpImpl::Processor::~Processor\28\29 +10439:skgpu::ganesh::FillRRectOp::\28anonymous\20namespace\29::FillRRectOpImpl::Processor::name\28\29\20const +10440:skgpu::ganesh::FillRRectOp::\28anonymous\20namespace\29::FillRRectOpImpl::Processor::makeProgramImpl\28GrShaderCaps\20const&\29\20const +10441:skgpu::ganesh::FillRRectOp::\28anonymous\20namespace\29::FillRRectOpImpl::Processor::addToKey\28GrShaderCaps\20const&\2c\20skgpu::KeyBuilder*\29\20const +10442:skgpu::ganesh::FillRRectOp::\28anonymous\20namespace\29::FillRRectOpImpl::Processor::Impl::onEmitCode\28GrGeometryProcessor::ProgramImpl::EmitArgs&\2c\20GrGeometryProcessor::ProgramImpl::GrGPArgs*\29 +10443:skgpu::ganesh::DrawableOp::~DrawableOp\28\29_11977 +10444:skgpu::ganesh::DrawableOp::onExecute\28GrOpFlushState*\2c\20SkRect\20const&\29 +10445:skgpu::ganesh::DrawableOp::name\28\29\20const +10446:skgpu::ganesh::DrawAtlasPathOp::~DrawAtlasPathOp\28\29_11884 +10447:skgpu::ganesh::DrawAtlasPathOp::visitProxies\28std::__2::function\20const&\29\20const +10448:skgpu::ganesh::DrawAtlasPathOp::onPrepare\28GrOpFlushState*\29 +10449:skgpu::ganesh::DrawAtlasPathOp::onPrePrepare\28GrRecordingContext*\2c\20GrSurfaceProxyView\20const&\2c\20GrAppliedClip*\2c\20GrDstProxyView\20const&\2c\20GrXferBarrierFlags\2c\20GrLoadOp\29 +10450:skgpu::ganesh::DrawAtlasPathOp::onExecute\28GrOpFlushState*\2c\20SkRect\20const&\29 +10451:skgpu::ganesh::DrawAtlasPathOp::onCombineIfPossible\28GrOp*\2c\20SkArenaAlloc*\2c\20GrCaps\20const&\29 +10452:skgpu::ganesh::DrawAtlasPathOp::name\28\29\20const +10453:skgpu::ganesh::DrawAtlasPathOp::finalize\28GrCaps\20const&\2c\20GrAppliedClip\20const*\2c\20GrClampType\29 +10454:skgpu::ganesh::Device::~Device\28\29_9289 +10455:skgpu::ganesh::Device::strikeDeviceInfo\28\29\20const +10456:skgpu::ganesh::Device::snapSpecial\28SkIRect\20const&\2c\20bool\29 +10457:skgpu::ganesh::Device::snapSpecialScaled\28SkIRect\20const&\2c\20SkISize\20const&\29 +10458:skgpu::ganesh::Device::replaceClip\28SkIRect\20const&\29 +10459:skgpu::ganesh::Device::pushClipStack\28\29 +10460:skgpu::ganesh::Device::popClipStack\28\29 +10461:skgpu::ganesh::Device::onWritePixels\28SkPixmap\20const&\2c\20int\2c\20int\29 +10462:skgpu::ganesh::Device::onReadPixels\28SkPixmap\20const&\2c\20int\2c\20int\29 +10463:skgpu::ganesh::Device::onDrawGlyphRunList\28SkCanvas*\2c\20sktext::GlyphRunList\20const&\2c\20SkPaint\20const&\29 +10464:skgpu::ganesh::Device::onClipShader\28sk_sp\29 +10465:skgpu::ganesh::Device::makeSurface\28SkImageInfo\20const&\2c\20SkSurfaceProps\20const&\29 +10466:skgpu::ganesh::Device::isClipWideOpen\28\29\20const +10467:skgpu::ganesh::Device::isClipRect\28\29\20const +10468:skgpu::ganesh::Device::isClipEmpty\28\29\20const +10469:skgpu::ganesh::Device::isClipAntiAliased\28\29\20const +10470:skgpu::ganesh::Device::drawVertices\28SkVertices\20const*\2c\20sk_sp\2c\20SkPaint\20const&\2c\20bool\29 +10471:skgpu::ganesh::Device::drawSpecial\28SkSpecialImage*\2c\20SkMatrix\20const&\2c\20SkSamplingOptions\20const&\2c\20SkPaint\20const&\2c\20SkCanvas::SrcRectConstraint\29 +10472:skgpu::ganesh::Device::drawShadow\28SkCanvas*\2c\20SkPath\20const&\2c\20SkDrawShadowRec\20const&\29 +10473:skgpu::ganesh::Device::drawRegion\28SkRegion\20const&\2c\20SkPaint\20const&\29 +10474:skgpu::ganesh::Device::drawRect\28SkRect\20const&\2c\20SkPaint\20const&\29 +10475:skgpu::ganesh::Device::drawPoints\28SkCanvas::PointMode\2c\20SkSpan\2c\20SkPaint\20const&\29 +10476:skgpu::ganesh::Device::drawPaint\28SkPaint\20const&\29 +10477:skgpu::ganesh::Device::drawOval\28SkRect\20const&\2c\20SkPaint\20const&\29 +10478:skgpu::ganesh::Device::drawMesh\28SkMesh\20const&\2c\20sk_sp\2c\20SkPaint\20const&\29 +10479:skgpu::ganesh::Device::drawImageRect\28SkImage\20const*\2c\20SkRect\20const*\2c\20SkRect\20const&\2c\20SkSamplingOptions\20const&\2c\20SkPaint\20const&\2c\20SkCanvas::SrcRectConstraint\29 +10480:skgpu::ganesh::Device::drawImageLattice\28SkImage\20const*\2c\20SkCanvas::Lattice\20const&\2c\20SkRect\20const&\2c\20SkFilterMode\2c\20SkPaint\20const&\29 +10481:skgpu::ganesh::Device::drawEdgeAAQuad\28SkRect\20const&\2c\20SkPoint\20const*\2c\20SkCanvas::QuadAAFlags\2c\20SkRGBA4f<\28SkAlphaType\293>\20const&\2c\20SkBlendMode\29 +10482:skgpu::ganesh::Device::drawEdgeAAImageSet\28SkCanvas::ImageSetEntry\20const*\2c\20int\2c\20SkPoint\20const*\2c\20SkMatrix\20const*\2c\20SkSamplingOptions\20const&\2c\20SkPaint\20const&\2c\20SkCanvas::SrcRectConstraint\29 +10483:skgpu::ganesh::Device::drawDrawable\28SkCanvas*\2c\20SkDrawable*\2c\20SkMatrix\20const*\29 +10484:skgpu::ganesh::Device::drawDevice\28SkDevice*\2c\20SkSamplingOptions\20const&\2c\20SkPaint\20const&\29 +10485:skgpu::ganesh::Device::drawDRRect\28SkRRect\20const&\2c\20SkRRect\20const&\2c\20SkPaint\20const&\29 +10486:skgpu::ganesh::Device::drawCoverageMask\28SkSpecialImage\20const*\2c\20SkMatrix\20const&\2c\20SkSamplingOptions\20const&\2c\20SkPaint\20const&\29 +10487:skgpu::ganesh::Device::drawBlurredRRect\28SkRRect\20const&\2c\20SkPaint\20const&\2c\20float\29 +10488:skgpu::ganesh::Device::drawAtlas\28SkSpan\2c\20SkSpan\2c\20SkSpan\2c\20sk_sp\2c\20SkPaint\20const&\29 +10489:skgpu::ganesh::Device::drawAsTiledImageRect\28SkCanvas*\2c\20SkImage\20const*\2c\20SkRect\20const*\2c\20SkRect\20const&\2c\20SkSamplingOptions\20const&\2c\20SkPaint\20const&\2c\20SkCanvas::SrcRectConstraint\29 +10490:skgpu::ganesh::Device::drawArc\28SkArc\20const&\2c\20SkPaint\20const&\29 +10491:skgpu::ganesh::Device::devClipBounds\28\29\20const +10492:skgpu::ganesh::Device::createImageFilteringBackend\28SkSurfaceProps\20const&\2c\20SkColorType\29\20const +10493:skgpu::ganesh::Device::createDevice\28SkDevice::CreateInfo\20const&\2c\20SkPaint\20const*\29 +10494:skgpu::ganesh::Device::clipRegion\28SkRegion\20const&\2c\20SkClipOp\29 +10495:skgpu::ganesh::Device::clipRect\28SkRect\20const&\2c\20SkClipOp\2c\20bool\29 +10496:skgpu::ganesh::Device::clipRRect\28SkRRect\20const&\2c\20SkClipOp\2c\20bool\29 +10497:skgpu::ganesh::Device::clipPath\28SkPath\20const&\2c\20SkClipOp\2c\20bool\29 +10498:skgpu::ganesh::Device::baseRecorder\28\29\20const +10499:skgpu::ganesh::Device::android_utils_clipWithStencil\28\29 +10500:skgpu::ganesh::DefaultPathRenderer::onStencilPath\28skgpu::ganesh::PathRenderer::StencilPathArgs\20const&\29 +10501:skgpu::ganesh::DefaultPathRenderer::onGetStencilSupport\28GrStyledShape\20const&\29\20const +10502:skgpu::ganesh::DefaultPathRenderer::onDrawPath\28skgpu::ganesh::PathRenderer::DrawPathArgs\20const&\29 +10503:skgpu::ganesh::DefaultPathRenderer::onCanDrawPath\28skgpu::ganesh::PathRenderer::CanDrawPathArgs\20const&\29\20const +10504:skgpu::ganesh::DefaultPathRenderer::name\28\29\20const +10505:skgpu::ganesh::DashOp::\28anonymous\20namespace\29::DashingLineEffect::name\28\29\20const +10506:skgpu::ganesh::DashOp::\28anonymous\20namespace\29::DashingLineEffect::makeProgramImpl\28GrShaderCaps\20const&\29\20const +10507:skgpu::ganesh::DashOp::\28anonymous\20namespace\29::DashingLineEffect::Impl::setData\28GrGLSLProgramDataManager\20const&\2c\20GrShaderCaps\20const&\2c\20GrGeometryProcessor\20const&\29 +10508:skgpu::ganesh::DashOp::\28anonymous\20namespace\29::DashingLineEffect::Impl::onEmitCode\28GrGeometryProcessor::ProgramImpl::EmitArgs&\2c\20GrGeometryProcessor::ProgramImpl::GrGPArgs*\29 +10509:skgpu::ganesh::DashOp::\28anonymous\20namespace\29::DashingCircleEffect::name\28\29\20const +10510:skgpu::ganesh::DashOp::\28anonymous\20namespace\29::DashingCircleEffect::makeProgramImpl\28GrShaderCaps\20const&\29\20const +10511:skgpu::ganesh::DashOp::\28anonymous\20namespace\29::DashingCircleEffect::Impl::setData\28GrGLSLProgramDataManager\20const&\2c\20GrShaderCaps\20const&\2c\20GrGeometryProcessor\20const&\29 +10512:skgpu::ganesh::DashOp::\28anonymous\20namespace\29::DashingCircleEffect::Impl::onEmitCode\28GrGeometryProcessor::ProgramImpl::EmitArgs&\2c\20GrGeometryProcessor::ProgramImpl::GrGPArgs*\29 +10513:skgpu::ganesh::DashOp::\28anonymous\20namespace\29::DashOpImpl::~DashOpImpl\28\29_11781 +10514:skgpu::ganesh::DashOp::\28anonymous\20namespace\29::DashOpImpl::visitProxies\28std::__2::function\20const&\29\20const +10515:skgpu::ganesh::DashOp::\28anonymous\20namespace\29::DashOpImpl::programInfo\28\29 +10516:skgpu::ganesh::DashOp::\28anonymous\20namespace\29::DashOpImpl::onPrepareDraws\28GrMeshDrawTarget*\29 +10517:skgpu::ganesh::DashOp::\28anonymous\20namespace\29::DashOpImpl::onExecute\28GrOpFlushState*\2c\20SkRect\20const&\29 +10518:skgpu::ganesh::DashOp::\28anonymous\20namespace\29::DashOpImpl::onCreateProgramInfo\28GrCaps\20const*\2c\20SkArenaAlloc*\2c\20GrSurfaceProxyView\20const&\2c\20bool\2c\20GrAppliedClip&&\2c\20GrDstProxyView\20const&\2c\20GrXferBarrierFlags\2c\20GrLoadOp\29 +10519:skgpu::ganesh::DashOp::\28anonymous\20namespace\29::DashOpImpl::onCombineIfPossible\28GrOp*\2c\20SkArenaAlloc*\2c\20GrCaps\20const&\29 +10520:skgpu::ganesh::DashOp::\28anonymous\20namespace\29::DashOpImpl::name\28\29\20const +10521:skgpu::ganesh::DashOp::\28anonymous\20namespace\29::DashOpImpl::fixedFunctionFlags\28\29\20const +10522:skgpu::ganesh::DashOp::\28anonymous\20namespace\29::DashOpImpl::finalize\28GrCaps\20const&\2c\20GrAppliedClip\20const*\2c\20GrClampType\29 +10523:skgpu::ganesh::DashLinePathRenderer::onDrawPath\28skgpu::ganesh::PathRenderer::DrawPathArgs\20const&\29 +10524:skgpu::ganesh::DashLinePathRenderer::onCanDrawPath\28skgpu::ganesh::PathRenderer::CanDrawPathArgs\20const&\29\20const +10525:skgpu::ganesh::DashLinePathRenderer::name\28\29\20const +10526:skgpu::ganesh::ClipStack::~ClipStack\28\29_9181 +10527:skgpu::ganesh::ClipStack::preApply\28SkRect\20const&\2c\20GrAA\29\20const +10528:skgpu::ganesh::ClipStack::apply\28GrRecordingContext*\2c\20skgpu::ganesh::SurfaceDrawContext*\2c\20GrDrawOp*\2c\20GrAAType\2c\20GrAppliedClip*\2c\20SkRect*\29\20const +10529:skgpu::ganesh::ClearOp::~ClearOp\28\29 +10530:skgpu::ganesh::ClearOp::onExecute\28GrOpFlushState*\2c\20SkRect\20const&\29 +10531:skgpu::ganesh::ClearOp::onCombineIfPossible\28GrOp*\2c\20SkArenaAlloc*\2c\20GrCaps\20const&\29 +10532:skgpu::ganesh::ClearOp::name\28\29\20const +10533:skgpu::ganesh::AtlasTextOp::~AtlasTextOp\28\29_11716 +10534:skgpu::ganesh::AtlasTextOp::visitProxies\28std::__2::function\20const&\29\20const +10535:skgpu::ganesh::AtlasTextOp::onPrepareDraws\28GrMeshDrawTarget*\29 +10536:skgpu::ganesh::AtlasTextOp::onExecute\28GrOpFlushState*\2c\20SkRect\20const&\29 +10537:skgpu::ganesh::AtlasTextOp::onCombineIfPossible\28GrOp*\2c\20SkArenaAlloc*\2c\20GrCaps\20const&\29 +10538:skgpu::ganesh::AtlasTextOp::name\28\29\20const +10539:skgpu::ganesh::AtlasTextOp::finalize\28GrCaps\20const&\2c\20GrAppliedClip\20const*\2c\20GrClampType\29 +10540:skgpu::ganesh::AtlasRenderTask::~AtlasRenderTask\28\29_11702 +10541:skgpu::ganesh::AtlasRenderTask::onMakeClosed\28GrRecordingContext*\2c\20SkIRect*\29 +10542:skgpu::ganesh::AtlasRenderTask::onExecute\28GrOpFlushState*\29 +10543:skgpu::ganesh::AtlasPathRenderer::onDrawPath\28skgpu::ganesh::PathRenderer::DrawPathArgs\20const&\29 +10544:skgpu::ganesh::AtlasPathRenderer::onCanDrawPath\28skgpu::ganesh::PathRenderer::CanDrawPathArgs\20const&\29\20const +10545:skgpu::ganesh::AtlasPathRenderer::name\28\29\20const +10546:skgpu::ganesh::AALinearizingConvexPathRenderer::onDrawPath\28skgpu::ganesh::PathRenderer::DrawPathArgs\20const&\29 +10547:skgpu::ganesh::AALinearizingConvexPathRenderer::onCanDrawPath\28skgpu::ganesh::PathRenderer::CanDrawPathArgs\20const&\29\20const +10548:skgpu::ganesh::AALinearizingConvexPathRenderer::name\28\29\20const +10549:skgpu::ganesh::AAHairLinePathRenderer::onDrawPath\28skgpu::ganesh::PathRenderer::DrawPathArgs\20const&\29 +10550:skgpu::ganesh::AAHairLinePathRenderer::onCanDrawPath\28skgpu::ganesh::PathRenderer::CanDrawPathArgs\20const&\29\20const +10551:skgpu::ganesh::AAHairLinePathRenderer::name\28\29\20const +10552:skgpu::ganesh::AAConvexPathRenderer::onDrawPath\28skgpu::ganesh::PathRenderer::DrawPathArgs\20const&\29 +10553:skgpu::ganesh::AAConvexPathRenderer::onCanDrawPath\28skgpu::ganesh::PathRenderer::CanDrawPathArgs\20const&\29\20const +10554:skgpu::ganesh::AAConvexPathRenderer::name\28\29\20const +10555:skgpu::TAsyncReadResult::~TAsyncReadResult\28\29_10823 +10556:skgpu::TAsyncReadResult::rowBytes\28int\29\20const +10557:skgpu::TAsyncReadResult::data\28int\29\20const +10558:skgpu::StringKeyBuilder::~StringKeyBuilder\28\29_10422 +10559:skgpu::StringKeyBuilder::appendComment\28char\20const*\29 +10560:skgpu::StringKeyBuilder::addBits\28unsigned\20int\2c\20unsigned\20int\2c\20std::__2::basic_string_view>\29 +10561:skgpu::ShaderErrorHandler::compileError\28char\20const*\2c\20char\20const*\2c\20bool\29 +10562:skgpu::RectanizerSkyline::~RectanizerSkyline\28\29_13210 +10563:skgpu::RectanizerSkyline::~RectanizerSkyline\28\29 +10564:skgpu::RectanizerSkyline::percentFull\28\29\20const +10565:skgpu::RectanizerPow2::reset\28\29 +10566:skgpu::RectanizerPow2::percentFull\28\29\20const +10567:skgpu::RectanizerPow2::addRect\28int\2c\20int\2c\20SkIPoint16*\29 +10568:skgpu::Plot::~Plot\28\29_13201 +10569:skgpu::KeyBuilder::~KeyBuilder\28\29 +10570:skgpu::DefaultShaderErrorHandler\28\29::DefaultShaderErrorHandler::compileError\28char\20const*\2c\20char\20const*\29 +10571:skcpu::bw_square_proc\28skcpu::PtProcRec\20const&\2c\20SkSpan\2c\20SkBlitter*\29 +10572:skcpu::bw_pt_hair_proc\28skcpu::PtProcRec\20const&\2c\20SkSpan\2c\20SkBlitter*\29 +10573:skcpu::bw_poly_hair_proc\28skcpu::PtProcRec\20const&\2c\20SkSpan\2c\20SkBlitter*\29 +10574:skcpu::bw_line_hair_proc\28skcpu::PtProcRec\20const&\2c\20SkSpan\2c\20SkBlitter*\29 +10575:skcpu::aa_square_proc\28skcpu::PtProcRec\20const&\2c\20SkSpan\2c\20SkBlitter*\29 +10576:skcpu::aa_poly_hair_proc\28skcpu::PtProcRec\20const&\2c\20SkSpan\2c\20SkBlitter*\29 +10577:skcpu::aa_line_hair_proc\28skcpu::PtProcRec\20const&\2c\20SkSpan\2c\20SkBlitter*\29 +10578:skcpu::Draw::paintMasks\28SkZip\2c\20SkPaint\20const&\29\20const +10579:sk_mmap_releaseproc\28void\20const*\2c\20void*\29 +10580:sk_ft_stream_io\28FT_StreamRec_*\2c\20unsigned\20long\2c\20unsigned\20char*\2c\20unsigned\20long\29 +10581:sk_ft_realloc\28FT_MemoryRec_*\2c\20long\2c\20long\2c\20void*\29 +10582:sk_fclose\28_IO_FILE*\29 +10583:skString_getData +10584:skString_free +10585:skString_allocate +10586:skString16_getData +10587:skString16_free +10588:skString16_allocate +10589:skData_dispose +10590:skData_create +10591:shader_dispose +10592:shader_createSweepGradient +10593:shader_createRuntimeEffectShader +10594:shader_createRadialGradient +10595:shader_createLinearGradient +10596:shader_createFromImage +10597:shader_createConicalGradient +10598:sfnt_table_info +10599:sfnt_load_face +10600:sfnt_is_postscript +10601:sfnt_is_alphanumeric +10602:sfnt_init_face +10603:sfnt_get_ps_name +10604:sfnt_get_name_index +10605:sfnt_get_interface +10606:sfnt_get_glyph_name +10607:sfnt_get_charset_id +10608:sfnt_done_face +10609:setup_syllables_use\28hb_ot_shape_plan_t\20const*\2c\20hb_font_t*\2c\20hb_buffer_t*\29 +10610:setup_syllables_myanmar\28hb_ot_shape_plan_t\20const*\2c\20hb_font_t*\2c\20hb_buffer_t*\29 +10611:setup_syllables_khmer\28hb_ot_shape_plan_t\20const*\2c\20hb_font_t*\2c\20hb_buffer_t*\29 +10612:setup_syllables_indic\28hb_ot_shape_plan_t\20const*\2c\20hb_font_t*\2c\20hb_buffer_t*\29 +10613:setup_masks_use\28hb_ot_shape_plan_t\20const*\2c\20hb_buffer_t*\2c\20hb_font_t*\29 +10614:setup_masks_myanmar\28hb_ot_shape_plan_t\20const*\2c\20hb_buffer_t*\2c\20hb_font_t*\29 +10615:setup_masks_khmer\28hb_ot_shape_plan_t\20const*\2c\20hb_buffer_t*\2c\20hb_font_t*\29 +10616:setup_masks_indic\28hb_ot_shape_plan_t\20const*\2c\20hb_buffer_t*\2c\20hb_font_t*\29 +10617:setup_masks_hangul\28hb_ot_shape_plan_t\20const*\2c\20hb_buffer_t*\2c\20hb_font_t*\29 +10618:setup_masks_arabic\28hb_ot_shape_plan_t\20const*\2c\20hb_buffer_t*\2c\20hb_font_t*\29 +10619:service_cleanup\28\29 +10620:scriptGetMaxValue\28IntProperty\20const&\2c\20UProperty\29 +10621:runtimeEffect_getUniformSize +10622:runtimeEffect_dispose +10623:runtimeEffect_create +10624:reverse_hit_compare_y\28SkOpRayHit\20const*\2c\20SkOpRayHit\20const*\29 +10625:reverse_hit_compare_x\28SkOpRayHit\20const*\2c\20SkOpRayHit\20const*\29 +10626:reorder_use\28hb_ot_shape_plan_t\20const*\2c\20hb_font_t*\2c\20hb_buffer_t*\29 +10627:reorder_myanmar\28hb_ot_shape_plan_t\20const*\2c\20hb_font_t*\2c\20hb_buffer_t*\29 +10628:reorder_marks_hebrew\28hb_ot_shape_plan_t\20const*\2c\20hb_buffer_t*\2c\20unsigned\20int\2c\20unsigned\20int\29 +10629:reorder_marks_arabic\28hb_ot_shape_plan_t\20const*\2c\20hb_buffer_t*\2c\20unsigned\20int\2c\20unsigned\20int\29 +10630:reorder_khmer\28hb_ot_shape_plan_t\20const*\2c\20hb_font_t*\2c\20hb_buffer_t*\29 +10631:rect_memcpy\28SkImageInfo\20const&\2c\20void*\2c\20unsigned\20long\2c\20SkImageInfo\20const&\2c\20void\20const*\2c\20unsigned\20long\2c\20SkColorSpaceXformSteps\20const&\29 +10632:record_stch\28hb_ot_shape_plan_t\20const*\2c\20hb_font_t*\2c\20hb_buffer_t*\29 +10633:record_rphf_use\28hb_ot_shape_plan_t\20const*\2c\20hb_font_t*\2c\20hb_buffer_t*\29 +10634:record_pref_use\28hb_ot_shape_plan_t\20const*\2c\20hb_font_t*\2c\20hb_buffer_t*\29 +10635:read_data_from_FT_Stream +10636:rbbi_cleanup_74 +10637:quad_intercept_v\28SkPoint\20const*\2c\20float\2c\20float\2c\20double*\29 +10638:quad_intercept_h\28SkPoint\20const*\2c\20float\2c\20float\2c\20double*\29 +10639:putil_cleanup\28\29 +10640:psnames_get_service +10641:pshinter_get_t2_funcs +10642:pshinter_get_t1_funcs +10643:psh_globals_new +10644:psh_globals_destroy +10645:psaux_get_glyph_name +10646:ps_table_release +10647:ps_table_new +10648:ps_table_done +10649:ps_table_add +10650:ps_property_set +10651:ps_property_get +10652:ps_parser_to_int +10653:ps_parser_to_fixed_array +10654:ps_parser_to_fixed +10655:ps_parser_to_coord_array +10656:ps_parser_to_bytes +10657:ps_parser_load_field_table +10658:ps_parser_init +10659:ps_hints_t2mask +10660:ps_hints_t2counter +10661:ps_hints_t1stem3 +10662:ps_hints_t1reset +10663:ps_hints_close +10664:ps_hints_apply +10665:ps_hinter_init +10666:ps_hinter_done +10667:ps_get_standard_strings +10668:ps_get_macintosh_name +10669:ps_decoder_init +10670:preprocess_text_use\28hb_ot_shape_plan_t\20const*\2c\20hb_buffer_t*\2c\20hb_font_t*\29 +10671:preprocess_text_thai\28hb_ot_shape_plan_t\20const*\2c\20hb_buffer_t*\2c\20hb_font_t*\29 +10672:preprocess_text_indic\28hb_ot_shape_plan_t\20const*\2c\20hb_buffer_t*\2c\20hb_font_t*\29 +10673:preprocess_text_hangul\28hb_ot_shape_plan_t\20const*\2c\20hb_buffer_t*\2c\20hb_font_t*\29 +10674:premultiply_data +10675:premul_rgb\28SkRGBA4f<\28SkAlphaType\292>\29 +10676:premul_polar\28SkRGBA4f<\28SkAlphaType\292>\29 +10677:postprocess_glyphs_arabic\28hb_ot_shape_plan_t\20const*\2c\20hb_buffer_t*\2c\20hb_font_t*\29 +10678:portable::xy_to_unit_angle\28portable::Params*\2c\20SkRasterPipelineStage*\2c\20float\2c\20float\2c\20float\2c\20float\29 +10679:portable::xy_to_radius\28portable::Params*\2c\20SkRasterPipelineStage*\2c\20float\2c\20float\2c\20float\2c\20float\29 +10680:portable::xy_to_2pt_conical_well_behaved\28portable::Params*\2c\20SkRasterPipelineStage*\2c\20float\2c\20float\2c\20float\2c\20float\29 +10681:portable::xy_to_2pt_conical_strip\28portable::Params*\2c\20SkRasterPipelineStage*\2c\20float\2c\20float\2c\20float\2c\20float\29 +10682:portable::xy_to_2pt_conical_smaller\28portable::Params*\2c\20SkRasterPipelineStage*\2c\20float\2c\20float\2c\20float\2c\20float\29 +10683:portable::xy_to_2pt_conical_greater\28portable::Params*\2c\20SkRasterPipelineStage*\2c\20float\2c\20float\2c\20float\2c\20float\29 +10684:portable::xy_to_2pt_conical_focal_on_circle\28portable::Params*\2c\20SkRasterPipelineStage*\2c\20float\2c\20float\2c\20float\2c\20float\29 +10685:portable::xor_\28portable::Params*\2c\20SkRasterPipelineStage*\2c\20float\2c\20float\2c\20float\2c\20float\29 +10686:portable::white_color\28portable::Params*\2c\20SkRasterPipelineStage*\2c\20float\2c\20float\2c\20float\2c\20float\29 +10687:portable::unpremul_polar\28portable::Params*\2c\20SkRasterPipelineStage*\2c\20float\2c\20float\2c\20float\2c\20float\29 +10688:portable::unpremul\28portable::Params*\2c\20SkRasterPipelineStage*\2c\20float\2c\20float\2c\20float\2c\20float\29 +10689:portable::uniform_color_dst\28portable::Params*\2c\20SkRasterPipelineStage*\2c\20float\2c\20float\2c\20float\2c\20float\29 +10690:portable::trace_var\28portable::Params*\2c\20SkRasterPipelineStage*\2c\20float\2c\20float\2c\20float\2c\20float\29 +10691:portable::trace_scope\28portable::Params*\2c\20SkRasterPipelineStage*\2c\20float\2c\20float\2c\20float\2c\20float\29 +10692:portable::trace_line\28portable::Params*\2c\20SkRasterPipelineStage*\2c\20float\2c\20float\2c\20float\2c\20float\29 +10693:portable::trace_exit\28portable::Params*\2c\20SkRasterPipelineStage*\2c\20float\2c\20float\2c\20float\2c\20float\29 +10694:portable::trace_enter\28portable::Params*\2c\20SkRasterPipelineStage*\2c\20float\2c\20float\2c\20float\2c\20float\29 +10695:portable::tan_float\28portable::Params*\2c\20SkRasterPipelineStage*\2c\20float\2c\20float\2c\20float\2c\20float\29 +10696:portable::swizzle_copy_to_indirect_masked\28portable::Params*\2c\20SkRasterPipelineStage*\2c\20float\2c\20float\2c\20float\2c\20float\29 +10697:portable::swizzle_copy_slot_masked\28portable::Params*\2c\20SkRasterPipelineStage*\2c\20float\2c\20float\2c\20float\2c\20float\29 +10698:portable::swizzle_copy_4_slots_masked\28portable::Params*\2c\20SkRasterPipelineStage*\2c\20float\2c\20float\2c\20float\2c\20float\29 +10699:portable::swizzle_copy_3_slots_masked\28portable::Params*\2c\20SkRasterPipelineStage*\2c\20float\2c\20float\2c\20float\2c\20float\29 +10700:portable::swizzle_copy_2_slots_masked\28portable::Params*\2c\20SkRasterPipelineStage*\2c\20float\2c\20float\2c\20float\2c\20float\29 +10701:portable::swizzle_4\28portable::Params*\2c\20SkRasterPipelineStage*\2c\20float\2c\20float\2c\20float\2c\20float\29 +10702:portable::swizzle_3\28portable::Params*\2c\20SkRasterPipelineStage*\2c\20float\2c\20float\2c\20float\2c\20float\29 +10703:portable::swizzle_2\28portable::Params*\2c\20SkRasterPipelineStage*\2c\20float\2c\20float\2c\20float\2c\20float\29 +10704:portable::swizzle_1\28portable::Params*\2c\20SkRasterPipelineStage*\2c\20float\2c\20float\2c\20float\2c\20float\29 +10705:portable::swizzle\28portable::Params*\2c\20SkRasterPipelineStage*\2c\20float\2c\20float\2c\20float\2c\20float\29 +10706:portable::swap_src_dst\28portable::Params*\2c\20SkRasterPipelineStage*\2c\20float\2c\20float\2c\20float\2c\20float\29 +10707:portable::swap_rb_dst\28portable::Params*\2c\20SkRasterPipelineStage*\2c\20float\2c\20float\2c\20float\2c\20float\29 +10708:portable::swap_rb\28portable::Params*\2c\20SkRasterPipelineStage*\2c\20float\2c\20float\2c\20float\2c\20float\29 +10709:portable::sub_n_ints\28portable::Params*\2c\20SkRasterPipelineStage*\2c\20float\2c\20float\2c\20float\2c\20float\29 +10710:portable::sub_n_floats\28portable::Params*\2c\20SkRasterPipelineStage*\2c\20float\2c\20float\2c\20float\2c\20float\29 +10711:portable::sub_int\28portable::Params*\2c\20SkRasterPipelineStage*\2c\20float\2c\20float\2c\20float\2c\20float\29 +10712:portable::sub_float\28portable::Params*\2c\20SkRasterPipelineStage*\2c\20float\2c\20float\2c\20float\2c\20float\29 +10713:portable::sub_4_ints\28portable::Params*\2c\20SkRasterPipelineStage*\2c\20float\2c\20float\2c\20float\2c\20float\29 +10714:portable::sub_4_floats\28portable::Params*\2c\20SkRasterPipelineStage*\2c\20float\2c\20float\2c\20float\2c\20float\29 +10715:portable::sub_3_ints\28portable::Params*\2c\20SkRasterPipelineStage*\2c\20float\2c\20float\2c\20float\2c\20float\29 +10716:portable::sub_3_floats\28portable::Params*\2c\20SkRasterPipelineStage*\2c\20float\2c\20float\2c\20float\2c\20float\29 +10717:portable::sub_2_ints\28portable::Params*\2c\20SkRasterPipelineStage*\2c\20float\2c\20float\2c\20float\2c\20float\29 +10718:portable::sub_2_floats\28portable::Params*\2c\20SkRasterPipelineStage*\2c\20float\2c\20float\2c\20float\2c\20float\29 +10719:portable::store_src_rg\28portable::Params*\2c\20SkRasterPipelineStage*\2c\20float\2c\20float\2c\20float\2c\20float\29 +10720:portable::store_src_a\28portable::Params*\2c\20SkRasterPipelineStage*\2c\20float\2c\20float\2c\20float\2c\20float\29 +10721:portable::store_src\28portable::Params*\2c\20SkRasterPipelineStage*\2c\20float\2c\20float\2c\20float\2c\20float\29 +10722:portable::store_rgf16\28portable::Params*\2c\20SkRasterPipelineStage*\2c\20float\2c\20float\2c\20float\2c\20float\29 +10723:portable::store_rg88\28portable::Params*\2c\20SkRasterPipelineStage*\2c\20float\2c\20float\2c\20float\2c\20float\29 +10724:portable::store_rg1616\28portable::Params*\2c\20SkRasterPipelineStage*\2c\20float\2c\20float\2c\20float\2c\20float\29 +10725:portable::store_return_mask\28portable::Params*\2c\20SkRasterPipelineStage*\2c\20float\2c\20float\2c\20float\2c\20float\29 +10726:portable::store_r8\28portable::Params*\2c\20SkRasterPipelineStage*\2c\20float\2c\20float\2c\20float\2c\20float\29 +10727:portable::store_loop_mask\28portable::Params*\2c\20SkRasterPipelineStage*\2c\20float\2c\20float\2c\20float\2c\20float\29 +10728:portable::store_f32\28portable::Params*\2c\20SkRasterPipelineStage*\2c\20float\2c\20float\2c\20float\2c\20float\29 +10729:portable::store_f16\28portable::Params*\2c\20SkRasterPipelineStage*\2c\20float\2c\20float\2c\20float\2c\20float\29 +10730:portable::store_dst\28portable::Params*\2c\20SkRasterPipelineStage*\2c\20float\2c\20float\2c\20float\2c\20float\29 +10731:portable::store_device_xy01\28portable::Params*\2c\20SkRasterPipelineStage*\2c\20float\2c\20float\2c\20float\2c\20float\29 +10732:portable::store_condition_mask\28portable::Params*\2c\20SkRasterPipelineStage*\2c\20float\2c\20float\2c\20float\2c\20float\29 +10733:portable::store_af16\28portable::Params*\2c\20SkRasterPipelineStage*\2c\20float\2c\20float\2c\20float\2c\20float\29 +10734:portable::store_a8\28portable::Params*\2c\20SkRasterPipelineStage*\2c\20float\2c\20float\2c\20float\2c\20float\29 +10735:portable::store_a16\28portable::Params*\2c\20SkRasterPipelineStage*\2c\20float\2c\20float\2c\20float\2c\20float\29 +10736:portable::store_8888\28portable::Params*\2c\20SkRasterPipelineStage*\2c\20float\2c\20float\2c\20float\2c\20float\29 +10737:portable::store_565\28portable::Params*\2c\20SkRasterPipelineStage*\2c\20float\2c\20float\2c\20float\2c\20float\29 +10738:portable::store_4444\28portable::Params*\2c\20SkRasterPipelineStage*\2c\20float\2c\20float\2c\20float\2c\20float\29 +10739:portable::store_16161616\28portable::Params*\2c\20SkRasterPipelineStage*\2c\20float\2c\20float\2c\20float\2c\20float\29 +10740:portable::store_10x6\28portable::Params*\2c\20SkRasterPipelineStage*\2c\20float\2c\20float\2c\20float\2c\20float\29 +10741:portable::store_1010102_xr\28portable::Params*\2c\20SkRasterPipelineStage*\2c\20float\2c\20float\2c\20float\2c\20float\29 +10742:portable::store_1010102\28portable::Params*\2c\20SkRasterPipelineStage*\2c\20float\2c\20float\2c\20float\2c\20float\29 +10743:portable::store_10101010_xr\28portable::Params*\2c\20SkRasterPipelineStage*\2c\20float\2c\20float\2c\20float\2c\20float\29 +10744:portable::start_pipeline\28unsigned\20long\2c\20unsigned\20long\2c\20unsigned\20long\2c\20unsigned\20long\2c\20SkRasterPipelineStage*\2c\20SkSpan\2c\20unsigned\20char*\29 +10745:portable::stack_rewind\28portable::Params*\2c\20SkRasterPipelineStage*\2c\20float\2c\20float\2c\20float\2c\20float\29 +10746:portable::stack_checkpoint\28portable::Params*\2c\20SkRasterPipelineStage*\2c\20float\2c\20float\2c\20float\2c\20float\29 +10747:portable::srcover_rgba_8888\28portable::Params*\2c\20SkRasterPipelineStage*\2c\20float\2c\20float\2c\20float\2c\20float\29 +10748:portable::srcover\28portable::Params*\2c\20SkRasterPipelineStage*\2c\20float\2c\20float\2c\20float\2c\20float\29 +10749:portable::srcout\28portable::Params*\2c\20SkRasterPipelineStage*\2c\20float\2c\20float\2c\20float\2c\20float\29 +10750:portable::srcin\28portable::Params*\2c\20SkRasterPipelineStage*\2c\20float\2c\20float\2c\20float\2c\20float\29 +10751:portable::srcatop\28portable::Params*\2c\20SkRasterPipelineStage*\2c\20float\2c\20float\2c\20float\2c\20float\29 +10752:portable::sqrt_float\28portable::Params*\2c\20SkRasterPipelineStage*\2c\20float\2c\20float\2c\20float\2c\20float\29 +10753:portable::splat_4_constants\28portable::Params*\2c\20SkRasterPipelineStage*\2c\20float\2c\20float\2c\20float\2c\20float\29 +10754:portable::splat_3_constants\28portable::Params*\2c\20SkRasterPipelineStage*\2c\20float\2c\20float\2c\20float\2c\20float\29 +10755:portable::splat_2_constants\28portable::Params*\2c\20SkRasterPipelineStage*\2c\20float\2c\20float\2c\20float\2c\20float\29 +10756:portable::softlight\28portable::Params*\2c\20SkRasterPipelineStage*\2c\20float\2c\20float\2c\20float\2c\20float\29 +10757:portable::smoothstep_n_floats\28portable::Params*\2c\20SkRasterPipelineStage*\2c\20float\2c\20float\2c\20float\2c\20float\29 +10758:portable::sin_float\28portable::Params*\2c\20SkRasterPipelineStage*\2c\20float\2c\20float\2c\20float\2c\20float\29 +10759:portable::shuffle\28portable::Params*\2c\20SkRasterPipelineStage*\2c\20float\2c\20float\2c\20float\2c\20float\29 +10760:portable::set_base_pointer\28portable::Params*\2c\20SkRasterPipelineStage*\2c\20float\2c\20float\2c\20float\2c\20float\29 +10761:portable::seed_shader\28portable::Params*\2c\20SkRasterPipelineStage*\2c\20float\2c\20float\2c\20float\2c\20float\29 +10762:portable::screen\28portable::Params*\2c\20SkRasterPipelineStage*\2c\20float\2c\20float\2c\20float\2c\20float\29 +10763:portable::scale_u8\28portable::Params*\2c\20SkRasterPipelineStage*\2c\20float\2c\20float\2c\20float\2c\20float\29 +10764:portable::scale_native\28portable::Params*\2c\20SkRasterPipelineStage*\2c\20float\2c\20float\2c\20float\2c\20float\29 +10765:portable::scale_565\28portable::Params*\2c\20SkRasterPipelineStage*\2c\20float\2c\20float\2c\20float\2c\20float\29 +10766:portable::scale_1_float\28portable::Params*\2c\20SkRasterPipelineStage*\2c\20float\2c\20float\2c\20float\2c\20float\29 +10767:portable::saturation\28portable::Params*\2c\20SkRasterPipelineStage*\2c\20float\2c\20float\2c\20float\2c\20float\29 +10768:portable::rgb_to_hsl\28portable::Params*\2c\20SkRasterPipelineStage*\2c\20float\2c\20float\2c\20float\2c\20float\29 +10769:portable::repeat_y\28portable::Params*\2c\20SkRasterPipelineStage*\2c\20float\2c\20float\2c\20float\2c\20float\29 +10770:portable::repeat_x_1\28portable::Params*\2c\20SkRasterPipelineStage*\2c\20float\2c\20float\2c\20float\2c\20float\29 +10771:portable::repeat_x\28portable::Params*\2c\20SkRasterPipelineStage*\2c\20float\2c\20float\2c\20float\2c\20float\29 +10772:portable::refract_4_floats\28portable::Params*\2c\20SkRasterPipelineStage*\2c\20float\2c\20float\2c\20float\2c\20float\29 +10773:portable::reenable_loop_mask\28portable::Params*\2c\20SkRasterPipelineStage*\2c\20float\2c\20float\2c\20float\2c\20float\29 +10774:portable::premul_dst\28portable::Params*\2c\20SkRasterPipelineStage*\2c\20float\2c\20float\2c\20float\2c\20float\29 +10775:portable::premul\28portable::Params*\2c\20SkRasterPipelineStage*\2c\20float\2c\20float\2c\20float\2c\20float\29 +10776:portable::pow_n_floats\28portable::Params*\2c\20SkRasterPipelineStage*\2c\20float\2c\20float\2c\20float\2c\20float\29 +10777:portable::plus_\28portable::Params*\2c\20SkRasterPipelineStage*\2c\20float\2c\20float\2c\20float\2c\20float\29 +10778:portable::perlin_noise\28portable::Params*\2c\20SkRasterPipelineStage*\2c\20float\2c\20float\2c\20float\2c\20float\29 +10779:portable::parametric\28portable::Params*\2c\20SkRasterPipelineStage*\2c\20float\2c\20float\2c\20float\2c\20float\29 +10780:portable::overlay\28portable::Params*\2c\20SkRasterPipelineStage*\2c\20float\2c\20float\2c\20float\2c\20float\29 +10781:portable::ootf\28portable::Params*\2c\20SkRasterPipelineStage*\2c\20float\2c\20float\2c\20float\2c\20float\29 +10782:portable::negate_x\28portable::Params*\2c\20SkRasterPipelineStage*\2c\20float\2c\20float\2c\20float\2c\20float\29 +10783:portable::multiply\28portable::Params*\2c\20SkRasterPipelineStage*\2c\20float\2c\20float\2c\20float\2c\20float\29 +10784:portable::mul_n_ints\28portable::Params*\2c\20SkRasterPipelineStage*\2c\20float\2c\20float\2c\20float\2c\20float\29 +10785:portable::mul_n_floats\28portable::Params*\2c\20SkRasterPipelineStage*\2c\20float\2c\20float\2c\20float\2c\20float\29 +10786:portable::mul_int\28portable::Params*\2c\20SkRasterPipelineStage*\2c\20float\2c\20float\2c\20float\2c\20float\29 +10787:portable::mul_imm_int\28portable::Params*\2c\20SkRasterPipelineStage*\2c\20float\2c\20float\2c\20float\2c\20float\29 +10788:portable::mul_imm_float\28portable::Params*\2c\20SkRasterPipelineStage*\2c\20float\2c\20float\2c\20float\2c\20float\29 +10789:portable::mul_float\28portable::Params*\2c\20SkRasterPipelineStage*\2c\20float\2c\20float\2c\20float\2c\20float\29 +10790:portable::mul_4_ints\28portable::Params*\2c\20SkRasterPipelineStage*\2c\20float\2c\20float\2c\20float\2c\20float\29 +10791:portable::mul_4_floats\28portable::Params*\2c\20SkRasterPipelineStage*\2c\20float\2c\20float\2c\20float\2c\20float\29 +10792:portable::mul_3_ints\28portable::Params*\2c\20SkRasterPipelineStage*\2c\20float\2c\20float\2c\20float\2c\20float\29 +10793:portable::mul_3_floats\28portable::Params*\2c\20SkRasterPipelineStage*\2c\20float\2c\20float\2c\20float\2c\20float\29 +10794:portable::mul_2_ints\28portable::Params*\2c\20SkRasterPipelineStage*\2c\20float\2c\20float\2c\20float\2c\20float\29 +10795:portable::mul_2_floats\28portable::Params*\2c\20SkRasterPipelineStage*\2c\20float\2c\20float\2c\20float\2c\20float\29 +10796:portable::move_src_dst\28portable::Params*\2c\20SkRasterPipelineStage*\2c\20float\2c\20float\2c\20float\2c\20float\29 +10797:portable::move_dst_src\28portable::Params*\2c\20SkRasterPipelineStage*\2c\20float\2c\20float\2c\20float\2c\20float\29 +10798:portable::modulate\28portable::Params*\2c\20SkRasterPipelineStage*\2c\20float\2c\20float\2c\20float\2c\20float\29 +10799:portable::mod_n_floats\28portable::Params*\2c\20SkRasterPipelineStage*\2c\20float\2c\20float\2c\20float\2c\20float\29 +10800:portable::mod_float\28portable::Params*\2c\20SkRasterPipelineStage*\2c\20float\2c\20float\2c\20float\2c\20float\29 +10801:portable::mod_4_floats\28portable::Params*\2c\20SkRasterPipelineStage*\2c\20float\2c\20float\2c\20float\2c\20float\29 +10802:portable::mod_3_floats\28portable::Params*\2c\20SkRasterPipelineStage*\2c\20float\2c\20float\2c\20float\2c\20float\29 +10803:portable::mod_2_floats\28portable::Params*\2c\20SkRasterPipelineStage*\2c\20float\2c\20float\2c\20float\2c\20float\29 +10804:portable::mix_n_ints\28portable::Params*\2c\20SkRasterPipelineStage*\2c\20float\2c\20float\2c\20float\2c\20float\29 +10805:portable::mix_n_floats\28portable::Params*\2c\20SkRasterPipelineStage*\2c\20float\2c\20float\2c\20float\2c\20float\29 +10806:portable::mix_int\28portable::Params*\2c\20SkRasterPipelineStage*\2c\20float\2c\20float\2c\20float\2c\20float\29 +10807:portable::mix_float\28portable::Params*\2c\20SkRasterPipelineStage*\2c\20float\2c\20float\2c\20float\2c\20float\29 +10808:portable::mix_4_ints\28portable::Params*\2c\20SkRasterPipelineStage*\2c\20float\2c\20float\2c\20float\2c\20float\29 +10809:portable::mix_4_floats\28portable::Params*\2c\20SkRasterPipelineStage*\2c\20float\2c\20float\2c\20float\2c\20float\29 +10810:portable::mix_3_ints\28portable::Params*\2c\20SkRasterPipelineStage*\2c\20float\2c\20float\2c\20float\2c\20float\29 +10811:portable::mix_3_floats\28portable::Params*\2c\20SkRasterPipelineStage*\2c\20float\2c\20float\2c\20float\2c\20float\29 +10812:portable::mix_2_ints\28portable::Params*\2c\20SkRasterPipelineStage*\2c\20float\2c\20float\2c\20float\2c\20float\29 +10813:portable::mix_2_floats\28portable::Params*\2c\20SkRasterPipelineStage*\2c\20float\2c\20float\2c\20float\2c\20float\29 +10814:portable::mirror_y\28portable::Params*\2c\20SkRasterPipelineStage*\2c\20float\2c\20float\2c\20float\2c\20float\29 +10815:portable::mirror_x_1\28portable::Params*\2c\20SkRasterPipelineStage*\2c\20float\2c\20float\2c\20float\2c\20float\29 +10816:portable::mirror_x\28portable::Params*\2c\20SkRasterPipelineStage*\2c\20float\2c\20float\2c\20float\2c\20float\29 +10817:portable::mipmap_linear_update\28portable::Params*\2c\20SkRasterPipelineStage*\2c\20float\2c\20float\2c\20float\2c\20float\29 +10818:portable::mipmap_linear_init\28portable::Params*\2c\20SkRasterPipelineStage*\2c\20float\2c\20float\2c\20float\2c\20float\29 +10819:portable::mipmap_linear_finish\28portable::Params*\2c\20SkRasterPipelineStage*\2c\20float\2c\20float\2c\20float\2c\20float\29 +10820:portable::min_uint\28portable::Params*\2c\20SkRasterPipelineStage*\2c\20float\2c\20float\2c\20float\2c\20float\29 +10821:portable::min_n_uints\28portable::Params*\2c\20SkRasterPipelineStage*\2c\20float\2c\20float\2c\20float\2c\20float\29 +10822:portable::min_n_ints\28portable::Params*\2c\20SkRasterPipelineStage*\2c\20float\2c\20float\2c\20float\2c\20float\29 +10823:portable::min_n_floats\28portable::Params*\2c\20SkRasterPipelineStage*\2c\20float\2c\20float\2c\20float\2c\20float\29 +10824:portable::min_int\28portable::Params*\2c\20SkRasterPipelineStage*\2c\20float\2c\20float\2c\20float\2c\20float\29 +10825:portable::min_imm_float\28portable::Params*\2c\20SkRasterPipelineStage*\2c\20float\2c\20float\2c\20float\2c\20float\29 +10826:portable::min_float\28portable::Params*\2c\20SkRasterPipelineStage*\2c\20float\2c\20float\2c\20float\2c\20float\29 +10827:portable::min_4_uints\28portable::Params*\2c\20SkRasterPipelineStage*\2c\20float\2c\20float\2c\20float\2c\20float\29 +10828:portable::min_4_ints\28portable::Params*\2c\20SkRasterPipelineStage*\2c\20float\2c\20float\2c\20float\2c\20float\29 +10829:portable::min_4_floats\28portable::Params*\2c\20SkRasterPipelineStage*\2c\20float\2c\20float\2c\20float\2c\20float\29 +10830:portable::min_3_uints\28portable::Params*\2c\20SkRasterPipelineStage*\2c\20float\2c\20float\2c\20float\2c\20float\29 +10831:portable::min_3_ints\28portable::Params*\2c\20SkRasterPipelineStage*\2c\20float\2c\20float\2c\20float\2c\20float\29 +10832:portable::min_3_floats\28portable::Params*\2c\20SkRasterPipelineStage*\2c\20float\2c\20float\2c\20float\2c\20float\29 +10833:portable::min_2_uints\28portable::Params*\2c\20SkRasterPipelineStage*\2c\20float\2c\20float\2c\20float\2c\20float\29 +10834:portable::min_2_ints\28portable::Params*\2c\20SkRasterPipelineStage*\2c\20float\2c\20float\2c\20float\2c\20float\29 +10835:portable::min_2_floats\28portable::Params*\2c\20SkRasterPipelineStage*\2c\20float\2c\20float\2c\20float\2c\20float\29 +10836:portable::merge_loop_mask\28portable::Params*\2c\20SkRasterPipelineStage*\2c\20float\2c\20float\2c\20float\2c\20float\29 +10837:portable::merge_inv_condition_mask\28portable::Params*\2c\20SkRasterPipelineStage*\2c\20float\2c\20float\2c\20float\2c\20float\29 +10838:portable::merge_condition_mask\28portable::Params*\2c\20SkRasterPipelineStage*\2c\20float\2c\20float\2c\20float\2c\20float\29 +10839:portable::max_uint\28portable::Params*\2c\20SkRasterPipelineStage*\2c\20float\2c\20float\2c\20float\2c\20float\29 +10840:portable::max_n_uints\28portable::Params*\2c\20SkRasterPipelineStage*\2c\20float\2c\20float\2c\20float\2c\20float\29 +10841:portable::max_n_ints\28portable::Params*\2c\20SkRasterPipelineStage*\2c\20float\2c\20float\2c\20float\2c\20float\29 +10842:portable::max_n_floats\28portable::Params*\2c\20SkRasterPipelineStage*\2c\20float\2c\20float\2c\20float\2c\20float\29 +10843:portable::max_int\28portable::Params*\2c\20SkRasterPipelineStage*\2c\20float\2c\20float\2c\20float\2c\20float\29 +10844:portable::max_imm_float\28portable::Params*\2c\20SkRasterPipelineStage*\2c\20float\2c\20float\2c\20float\2c\20float\29 +10845:portable::max_float\28portable::Params*\2c\20SkRasterPipelineStage*\2c\20float\2c\20float\2c\20float\2c\20float\29 +10846:portable::max_4_uints\28portable::Params*\2c\20SkRasterPipelineStage*\2c\20float\2c\20float\2c\20float\2c\20float\29 +10847:portable::max_4_ints\28portable::Params*\2c\20SkRasterPipelineStage*\2c\20float\2c\20float\2c\20float\2c\20float\29 +10848:portable::max_4_floats\28portable::Params*\2c\20SkRasterPipelineStage*\2c\20float\2c\20float\2c\20float\2c\20float\29 +10849:portable::max_3_uints\28portable::Params*\2c\20SkRasterPipelineStage*\2c\20float\2c\20float\2c\20float\2c\20float\29 +10850:portable::max_3_ints\28portable::Params*\2c\20SkRasterPipelineStage*\2c\20float\2c\20float\2c\20float\2c\20float\29 +10851:portable::max_3_floats\28portable::Params*\2c\20SkRasterPipelineStage*\2c\20float\2c\20float\2c\20float\2c\20float\29 +10852:portable::max_2_uints\28portable::Params*\2c\20SkRasterPipelineStage*\2c\20float\2c\20float\2c\20float\2c\20float\29 +10853:portable::max_2_ints\28portable::Params*\2c\20SkRasterPipelineStage*\2c\20float\2c\20float\2c\20float\2c\20float\29 +10854:portable::max_2_floats\28portable::Params*\2c\20SkRasterPipelineStage*\2c\20float\2c\20float\2c\20float\2c\20float\29 +10855:portable::matrix_translate\28portable::Params*\2c\20SkRasterPipelineStage*\2c\20float\2c\20float\2c\20float\2c\20float\29 +10856:portable::matrix_scale_translate\28portable::Params*\2c\20SkRasterPipelineStage*\2c\20float\2c\20float\2c\20float\2c\20float\29 +10857:portable::matrix_perspective\28portable::Params*\2c\20SkRasterPipelineStage*\2c\20float\2c\20float\2c\20float\2c\20float\29 +10858:portable::matrix_multiply_4\28portable::Params*\2c\20SkRasterPipelineStage*\2c\20float\2c\20float\2c\20float\2c\20float\29 +10859:portable::matrix_multiply_3\28portable::Params*\2c\20SkRasterPipelineStage*\2c\20float\2c\20float\2c\20float\2c\20float\29 +10860:portable::matrix_multiply_2\28portable::Params*\2c\20SkRasterPipelineStage*\2c\20float\2c\20float\2c\20float\2c\20float\29 +10861:portable::matrix_4x5\28portable::Params*\2c\20SkRasterPipelineStage*\2c\20float\2c\20float\2c\20float\2c\20float\29 +10862:portable::matrix_4x3\28portable::Params*\2c\20SkRasterPipelineStage*\2c\20float\2c\20float\2c\20float\2c\20float\29 +10863:portable::matrix_3x4\28portable::Params*\2c\20SkRasterPipelineStage*\2c\20float\2c\20float\2c\20float\2c\20float\29 +10864:portable::matrix_3x3\28portable::Params*\2c\20SkRasterPipelineStage*\2c\20float\2c\20float\2c\20float\2c\20float\29 +10865:portable::matrix_2x3\28portable::Params*\2c\20SkRasterPipelineStage*\2c\20float\2c\20float\2c\20float\2c\20float\29 +10866:portable::mask_off_return_mask\28portable::Params*\2c\20SkRasterPipelineStage*\2c\20float\2c\20float\2c\20float\2c\20float\29 +10867:portable::mask_off_loop_mask\28portable::Params*\2c\20SkRasterPipelineStage*\2c\20float\2c\20float\2c\20float\2c\20float\29 +10868:portable::mask_2pt_conical_nan\28portable::Params*\2c\20SkRasterPipelineStage*\2c\20float\2c\20float\2c\20float\2c\20float\29 +10869:portable::mask_2pt_conical_degenerates\28portable::Params*\2c\20SkRasterPipelineStage*\2c\20float\2c\20float\2c\20float\2c\20float\29 +10870:portable::luminosity\28portable::Params*\2c\20SkRasterPipelineStage*\2c\20float\2c\20float\2c\20float\2c\20float\29 +10871:portable::log_float\28portable::Params*\2c\20SkRasterPipelineStage*\2c\20float\2c\20float\2c\20float\2c\20float\29 +10872:portable::log2_float\28portable::Params*\2c\20SkRasterPipelineStage*\2c\20float\2c\20float\2c\20float\2c\20float\29 +10873:portable::load_src_rg\28portable::Params*\2c\20SkRasterPipelineStage*\2c\20float\2c\20float\2c\20float\2c\20float\29 +10874:portable::load_src\28portable::Params*\2c\20SkRasterPipelineStage*\2c\20float\2c\20float\2c\20float\2c\20float\29 +10875:portable::load_rgf16_dst\28portable::Params*\2c\20SkRasterPipelineStage*\2c\20float\2c\20float\2c\20float\2c\20float\29 +10876:portable::load_rgf16\28portable::Params*\2c\20SkRasterPipelineStage*\2c\20float\2c\20float\2c\20float\2c\20float\29 +10877:portable::load_rg88_dst\28portable::Params*\2c\20SkRasterPipelineStage*\2c\20float\2c\20float\2c\20float\2c\20float\29 +10878:portable::load_rg88\28portable::Params*\2c\20SkRasterPipelineStage*\2c\20float\2c\20float\2c\20float\2c\20float\29 +10879:portable::load_rg1616_dst\28portable::Params*\2c\20SkRasterPipelineStage*\2c\20float\2c\20float\2c\20float\2c\20float\29 +10880:portable::load_rg1616\28portable::Params*\2c\20SkRasterPipelineStage*\2c\20float\2c\20float\2c\20float\2c\20float\29 +10881:portable::load_return_mask\28portable::Params*\2c\20SkRasterPipelineStage*\2c\20float\2c\20float\2c\20float\2c\20float\29 +10882:portable::load_loop_mask\28portable::Params*\2c\20SkRasterPipelineStage*\2c\20float\2c\20float\2c\20float\2c\20float\29 +10883:portable::load_f32_dst\28portable::Params*\2c\20SkRasterPipelineStage*\2c\20float\2c\20float\2c\20float\2c\20float\29 +10884:portable::load_f32\28portable::Params*\2c\20SkRasterPipelineStage*\2c\20float\2c\20float\2c\20float\2c\20float\29 +10885:portable::load_f16_dst\28portable::Params*\2c\20SkRasterPipelineStage*\2c\20float\2c\20float\2c\20float\2c\20float\29 +10886:portable::load_f16\28portable::Params*\2c\20SkRasterPipelineStage*\2c\20float\2c\20float\2c\20float\2c\20float\29 +10887:portable::load_dst\28portable::Params*\2c\20SkRasterPipelineStage*\2c\20float\2c\20float\2c\20float\2c\20float\29 +10888:portable::load_condition_mask\28portable::Params*\2c\20SkRasterPipelineStage*\2c\20float\2c\20float\2c\20float\2c\20float\29 +10889:portable::load_af16_dst\28portable::Params*\2c\20SkRasterPipelineStage*\2c\20float\2c\20float\2c\20float\2c\20float\29 +10890:portable::load_af16\28portable::Params*\2c\20SkRasterPipelineStage*\2c\20float\2c\20float\2c\20float\2c\20float\29 +10891:portable::load_a8_dst\28portable::Params*\2c\20SkRasterPipelineStage*\2c\20float\2c\20float\2c\20float\2c\20float\29 +10892:portable::load_a8\28portable::Params*\2c\20SkRasterPipelineStage*\2c\20float\2c\20float\2c\20float\2c\20float\29 +10893:portable::load_a16_dst\28portable::Params*\2c\20SkRasterPipelineStage*\2c\20float\2c\20float\2c\20float\2c\20float\29 +10894:portable::load_a16\28portable::Params*\2c\20SkRasterPipelineStage*\2c\20float\2c\20float\2c\20float\2c\20float\29 +10895:portable::load_8888_dst\28portable::Params*\2c\20SkRasterPipelineStage*\2c\20float\2c\20float\2c\20float\2c\20float\29 +10896:portable::load_8888\28portable::Params*\2c\20SkRasterPipelineStage*\2c\20float\2c\20float\2c\20float\2c\20float\29 +10897:portable::load_565_dst\28portable::Params*\2c\20SkRasterPipelineStage*\2c\20float\2c\20float\2c\20float\2c\20float\29 +10898:portable::load_565\28portable::Params*\2c\20SkRasterPipelineStage*\2c\20float\2c\20float\2c\20float\2c\20float\29 +10899:portable::load_4444_dst\28portable::Params*\2c\20SkRasterPipelineStage*\2c\20float\2c\20float\2c\20float\2c\20float\29 +10900:portable::load_4444\28portable::Params*\2c\20SkRasterPipelineStage*\2c\20float\2c\20float\2c\20float\2c\20float\29 +10901:portable::load_16161616_dst\28portable::Params*\2c\20SkRasterPipelineStage*\2c\20float\2c\20float\2c\20float\2c\20float\29 +10902:portable::load_16161616\28portable::Params*\2c\20SkRasterPipelineStage*\2c\20float\2c\20float\2c\20float\2c\20float\29 +10903:portable::load_10x6_dst\28portable::Params*\2c\20SkRasterPipelineStage*\2c\20float\2c\20float\2c\20float\2c\20float\29 +10904:portable::load_10x6\28portable::Params*\2c\20SkRasterPipelineStage*\2c\20float\2c\20float\2c\20float\2c\20float\29 +10905:portable::load_1010102_xr_dst\28portable::Params*\2c\20SkRasterPipelineStage*\2c\20float\2c\20float\2c\20float\2c\20float\29 +10906:portable::load_1010102_xr\28portable::Params*\2c\20SkRasterPipelineStage*\2c\20float\2c\20float\2c\20float\2c\20float\29 +10907:portable::load_1010102_dst\28portable::Params*\2c\20SkRasterPipelineStage*\2c\20float\2c\20float\2c\20float\2c\20float\29 +10908:portable::load_1010102\28portable::Params*\2c\20SkRasterPipelineStage*\2c\20float\2c\20float\2c\20float\2c\20float\29 +10909:portable::load_10101010_xr_dst\28portable::Params*\2c\20SkRasterPipelineStage*\2c\20float\2c\20float\2c\20float\2c\20float\29 +10910:portable::load_10101010_xr\28portable::Params*\2c\20SkRasterPipelineStage*\2c\20float\2c\20float\2c\20float\2c\20float\29 +10911:portable::lighten\28portable::Params*\2c\20SkRasterPipelineStage*\2c\20float\2c\20float\2c\20float\2c\20float\29 +10912:portable::lerp_u8\28portable::Params*\2c\20SkRasterPipelineStage*\2c\20float\2c\20float\2c\20float\2c\20float\29 +10913:portable::lerp_native\28portable::Params*\2c\20SkRasterPipelineStage*\2c\20float\2c\20float\2c\20float\2c\20float\29 +10914:portable::lerp_565\28portable::Params*\2c\20SkRasterPipelineStage*\2c\20float\2c\20float\2c\20float\2c\20float\29 +10915:portable::lerp_1_float\28portable::Params*\2c\20SkRasterPipelineStage*\2c\20float\2c\20float\2c\20float\2c\20float\29 +10916:portable::just_return\28portable::Params*\2c\20SkRasterPipelineStage*\2c\20float\2c\20float\2c\20float\2c\20float\29 +10917:portable::jump\28portable::Params*\2c\20SkRasterPipelineStage*\2c\20float\2c\20float\2c\20float\2c\20float\29 +10918:portable::invsqrt_float\28portable::Params*\2c\20SkRasterPipelineStage*\2c\20float\2c\20float\2c\20float\2c\20float\29 +10919:portable::invsqrt_4_floats\28portable::Params*\2c\20SkRasterPipelineStage*\2c\20float\2c\20float\2c\20float\2c\20float\29 +10920:portable::invsqrt_3_floats\28portable::Params*\2c\20SkRasterPipelineStage*\2c\20float\2c\20float\2c\20float\2c\20float\29 +10921:portable::invsqrt_2_floats\28portable::Params*\2c\20SkRasterPipelineStage*\2c\20float\2c\20float\2c\20float\2c\20float\29 +10922:portable::inverse_mat4\28portable::Params*\2c\20SkRasterPipelineStage*\2c\20float\2c\20float\2c\20float\2c\20float\29 +10923:portable::inverse_mat3\28portable::Params*\2c\20SkRasterPipelineStage*\2c\20float\2c\20float\2c\20float\2c\20float\29 +10924:portable::inverse_mat2\28portable::Params*\2c\20SkRasterPipelineStage*\2c\20float\2c\20float\2c\20float\2c\20float\29 +10925:portable::init_lane_masks\28portable::Params*\2c\20SkRasterPipelineStage*\2c\20float\2c\20float\2c\20float\2c\20float\29 +10926:portable::hue\28portable::Params*\2c\20SkRasterPipelineStage*\2c\20float\2c\20float\2c\20float\2c\20float\29 +10927:portable::hsl_to_rgb\28portable::Params*\2c\20SkRasterPipelineStage*\2c\20float\2c\20float\2c\20float\2c\20float\29 +10928:portable::hardlight\28portable::Params*\2c\20SkRasterPipelineStage*\2c\20float\2c\20float\2c\20float\2c\20float\29 +10929:portable::gradient\28portable::Params*\2c\20SkRasterPipelineStage*\2c\20float\2c\20float\2c\20float\2c\20float\29 +10930:portable::gauss_a_to_rgba\28portable::Params*\2c\20SkRasterPipelineStage*\2c\20float\2c\20float\2c\20float\2c\20float\29 +10931:portable::gather_rgf16\28portable::Params*\2c\20SkRasterPipelineStage*\2c\20float\2c\20float\2c\20float\2c\20float\29 +10932:portable::gather_rg88\28portable::Params*\2c\20SkRasterPipelineStage*\2c\20float\2c\20float\2c\20float\2c\20float\29 +10933:portable::gather_rg1616\28portable::Params*\2c\20SkRasterPipelineStage*\2c\20float\2c\20float\2c\20float\2c\20float\29 +10934:portable::gather_f32\28portable::Params*\2c\20SkRasterPipelineStage*\2c\20float\2c\20float\2c\20float\2c\20float\29 +10935:portable::gather_f16\28portable::Params*\2c\20SkRasterPipelineStage*\2c\20float\2c\20float\2c\20float\2c\20float\29 +10936:portable::gather_af16\28portable::Params*\2c\20SkRasterPipelineStage*\2c\20float\2c\20float\2c\20float\2c\20float\29 +10937:portable::gather_a8\28portable::Params*\2c\20SkRasterPipelineStage*\2c\20float\2c\20float\2c\20float\2c\20float\29 +10938:portable::gather_a16\28portable::Params*\2c\20SkRasterPipelineStage*\2c\20float\2c\20float\2c\20float\2c\20float\29 +10939:portable::gather_8888\28portable::Params*\2c\20SkRasterPipelineStage*\2c\20float\2c\20float\2c\20float\2c\20float\29 +10940:portable::gather_565\28portable::Params*\2c\20SkRasterPipelineStage*\2c\20float\2c\20float\2c\20float\2c\20float\29 +10941:portable::gather_4444\28portable::Params*\2c\20SkRasterPipelineStage*\2c\20float\2c\20float\2c\20float\2c\20float\29 +10942:portable::gather_16161616\28portable::Params*\2c\20SkRasterPipelineStage*\2c\20float\2c\20float\2c\20float\2c\20float\29 +10943:portable::gather_10x6\28portable::Params*\2c\20SkRasterPipelineStage*\2c\20float\2c\20float\2c\20float\2c\20float\29 +10944:portable::gather_1010102_xr\28portable::Params*\2c\20SkRasterPipelineStage*\2c\20float\2c\20float\2c\20float\2c\20float\29 +10945:portable::gather_1010102\28portable::Params*\2c\20SkRasterPipelineStage*\2c\20float\2c\20float\2c\20float\2c\20float\29 +10946:portable::gather_10101010_xr\28portable::Params*\2c\20SkRasterPipelineStage*\2c\20float\2c\20float\2c\20float\2c\20float\29 +10947:portable::gamma_\28portable::Params*\2c\20SkRasterPipelineStage*\2c\20float\2c\20float\2c\20float\2c\20float\29 +10948:portable::force_opaque_dst\28portable::Params*\2c\20SkRasterPipelineStage*\2c\20float\2c\20float\2c\20float\2c\20float\29 +10949:portable::force_opaque\28portable::Params*\2c\20SkRasterPipelineStage*\2c\20float\2c\20float\2c\20float\2c\20float\29 +10950:portable::floor_float\28portable::Params*\2c\20SkRasterPipelineStage*\2c\20float\2c\20float\2c\20float\2c\20float\29 +10951:portable::floor_4_floats\28portable::Params*\2c\20SkRasterPipelineStage*\2c\20float\2c\20float\2c\20float\2c\20float\29 +10952:portable::floor_3_floats\28portable::Params*\2c\20SkRasterPipelineStage*\2c\20float\2c\20float\2c\20float\2c\20float\29 +10953:portable::floor_2_floats\28portable::Params*\2c\20SkRasterPipelineStage*\2c\20float\2c\20float\2c\20float\2c\20float\29 +10954:portable::exp_float\28portable::Params*\2c\20SkRasterPipelineStage*\2c\20float\2c\20float\2c\20float\2c\20float\29 +10955:portable::exp2_float\28portable::Params*\2c\20SkRasterPipelineStage*\2c\20float\2c\20float\2c\20float\2c\20float\29 +10956:portable::exclusion\28portable::Params*\2c\20SkRasterPipelineStage*\2c\20float\2c\20float\2c\20float\2c\20float\29 +10957:portable::exchange_src\28portable::Params*\2c\20SkRasterPipelineStage*\2c\20float\2c\20float\2c\20float\2c\20float\29 +10958:portable::evenly_spaced_gradient\28portable::Params*\2c\20SkRasterPipelineStage*\2c\20float\2c\20float\2c\20float\2c\20float\29 +10959:portable::evenly_spaced_2_stop_gradient\28portable::Params*\2c\20SkRasterPipelineStage*\2c\20float\2c\20float\2c\20float\2c\20float\29 +10960:portable::emboss\28portable::Params*\2c\20SkRasterPipelineStage*\2c\20float\2c\20float\2c\20float\2c\20float\29 +10961:portable::dstover\28portable::Params*\2c\20SkRasterPipelineStage*\2c\20float\2c\20float\2c\20float\2c\20float\29 +10962:portable::dstout\28portable::Params*\2c\20SkRasterPipelineStage*\2c\20float\2c\20float\2c\20float\2c\20float\29 +10963:portable::dstin\28portable::Params*\2c\20SkRasterPipelineStage*\2c\20float\2c\20float\2c\20float\2c\20float\29 +10964:portable::dstatop\28portable::Params*\2c\20SkRasterPipelineStage*\2c\20float\2c\20float\2c\20float\2c\20float\29 +10965:portable::dot_4_floats\28portable::Params*\2c\20SkRasterPipelineStage*\2c\20float\2c\20float\2c\20float\2c\20float\29 +10966:portable::dot_3_floats\28portable::Params*\2c\20SkRasterPipelineStage*\2c\20float\2c\20float\2c\20float\2c\20float\29 +10967:portable::dot_2_floats\28portable::Params*\2c\20SkRasterPipelineStage*\2c\20float\2c\20float\2c\20float\2c\20float\29 +10968:portable::div_uint\28portable::Params*\2c\20SkRasterPipelineStage*\2c\20float\2c\20float\2c\20float\2c\20float\29 +10969:portable::div_n_uints\28portable::Params*\2c\20SkRasterPipelineStage*\2c\20float\2c\20float\2c\20float\2c\20float\29 +10970:portable::div_n_ints\28portable::Params*\2c\20SkRasterPipelineStage*\2c\20float\2c\20float\2c\20float\2c\20float\29 +10971:portable::div_n_floats\28portable::Params*\2c\20SkRasterPipelineStage*\2c\20float\2c\20float\2c\20float\2c\20float\29 +10972:portable::div_int\28portable::Params*\2c\20SkRasterPipelineStage*\2c\20float\2c\20float\2c\20float\2c\20float\29 +10973:portable::div_float\28portable::Params*\2c\20SkRasterPipelineStage*\2c\20float\2c\20float\2c\20float\2c\20float\29 +10974:portable::div_4_uints\28portable::Params*\2c\20SkRasterPipelineStage*\2c\20float\2c\20float\2c\20float\2c\20float\29 +10975:portable::div_4_ints\28portable::Params*\2c\20SkRasterPipelineStage*\2c\20float\2c\20float\2c\20float\2c\20float\29 +10976:portable::div_4_floats\28portable::Params*\2c\20SkRasterPipelineStage*\2c\20float\2c\20float\2c\20float\2c\20float\29 +10977:portable::div_3_uints\28portable::Params*\2c\20SkRasterPipelineStage*\2c\20float\2c\20float\2c\20float\2c\20float\29 +10978:portable::div_3_ints\28portable::Params*\2c\20SkRasterPipelineStage*\2c\20float\2c\20float\2c\20float\2c\20float\29 +10979:portable::div_3_floats\28portable::Params*\2c\20SkRasterPipelineStage*\2c\20float\2c\20float\2c\20float\2c\20float\29 +10980:portable::div_2_uints\28portable::Params*\2c\20SkRasterPipelineStage*\2c\20float\2c\20float\2c\20float\2c\20float\29 +10981:portable::div_2_ints\28portable::Params*\2c\20SkRasterPipelineStage*\2c\20float\2c\20float\2c\20float\2c\20float\29 +10982:portable::div_2_floats\28portable::Params*\2c\20SkRasterPipelineStage*\2c\20float\2c\20float\2c\20float\2c\20float\29 +10983:portable::dither\28portable::Params*\2c\20SkRasterPipelineStage*\2c\20float\2c\20float\2c\20float\2c\20float\29 +10984:portable::difference\28portable::Params*\2c\20SkRasterPipelineStage*\2c\20float\2c\20float\2c\20float\2c\20float\29 +10985:portable::decal_y\28portable::Params*\2c\20SkRasterPipelineStage*\2c\20float\2c\20float\2c\20float\2c\20float\29 +10986:portable::decal_x_and_y\28portable::Params*\2c\20SkRasterPipelineStage*\2c\20float\2c\20float\2c\20float\2c\20float\29 +10987:portable::decal_x\28portable::Params*\2c\20SkRasterPipelineStage*\2c\20float\2c\20float\2c\20float\2c\20float\29 +10988:portable::debug_r_255\28portable::Params*\2c\20SkRasterPipelineStage*\2c\20float\2c\20float\2c\20float\2c\20float\29 +10989:portable::debug_g_255\28portable::Params*\2c\20SkRasterPipelineStage*\2c\20float\2c\20float\2c\20float\2c\20float\29 +10990:portable::debug_b_255\28portable::Params*\2c\20SkRasterPipelineStage*\2c\20float\2c\20float\2c\20float\2c\20float\29 +10991:portable::debug_b\28portable::Params*\2c\20SkRasterPipelineStage*\2c\20float\2c\20float\2c\20float\2c\20float\29 +10992:portable::debug_a_255\28portable::Params*\2c\20SkRasterPipelineStage*\2c\20float\2c\20float\2c\20float\2c\20float\29 +10993:portable::debug_a\28portable::Params*\2c\20SkRasterPipelineStage*\2c\20float\2c\20float\2c\20float\2c\20float\29 +10994:portable::darken\28portable::Params*\2c\20SkRasterPipelineStage*\2c\20float\2c\20float\2c\20float\2c\20float\29 +10995:portable::css_oklab_to_linear_srgb\28portable::Params*\2c\20SkRasterPipelineStage*\2c\20float\2c\20float\2c\20float\2c\20float\29 +10996:portable::css_oklab_gamut_map_to_linear_srgb\28portable::Params*\2c\20SkRasterPipelineStage*\2c\20float\2c\20float\2c\20float\2c\20float\29 +10997:portable::css_lab_to_xyz\28portable::Params*\2c\20SkRasterPipelineStage*\2c\20float\2c\20float\2c\20float\2c\20float\29 +10998:portable::css_hwb_to_srgb\28portable::Params*\2c\20SkRasterPipelineStage*\2c\20float\2c\20float\2c\20float\2c\20float\29 +10999:portable::css_hsl_to_srgb\28portable::Params*\2c\20SkRasterPipelineStage*\2c\20float\2c\20float\2c\20float\2c\20float\29 +11000:portable::css_hcl_to_lab\28portable::Params*\2c\20SkRasterPipelineStage*\2c\20float\2c\20float\2c\20float\2c\20float\29 +11001:portable::cos_float\28portable::Params*\2c\20SkRasterPipelineStage*\2c\20float\2c\20float\2c\20float\2c\20float\29 +11002:portable::copy_uniform\28portable::Params*\2c\20SkRasterPipelineStage*\2c\20float\2c\20float\2c\20float\2c\20float\29 +11003:portable::copy_to_indirect_masked\28portable::Params*\2c\20SkRasterPipelineStage*\2c\20float\2c\20float\2c\20float\2c\20float\29 +11004:portable::copy_slot_unmasked\28portable::Params*\2c\20SkRasterPipelineStage*\2c\20float\2c\20float\2c\20float\2c\20float\29 +11005:portable::copy_slot_masked\28portable::Params*\2c\20SkRasterPipelineStage*\2c\20float\2c\20float\2c\20float\2c\20float\29 +11006:portable::copy_immutable_unmasked\28portable::Params*\2c\20SkRasterPipelineStage*\2c\20float\2c\20float\2c\20float\2c\20float\29 +11007:portable::copy_constant\28portable::Params*\2c\20SkRasterPipelineStage*\2c\20float\2c\20float\2c\20float\2c\20float\29 +11008:portable::copy_4_uniforms\28portable::Params*\2c\20SkRasterPipelineStage*\2c\20float\2c\20float\2c\20float\2c\20float\29 +11009:portable::copy_4_slots_unmasked\28portable::Params*\2c\20SkRasterPipelineStage*\2c\20float\2c\20float\2c\20float\2c\20float\29 +11010:portable::copy_4_slots_masked\28portable::Params*\2c\20SkRasterPipelineStage*\2c\20float\2c\20float\2c\20float\2c\20float\29 +11011:portable::copy_4_immutables_unmasked\28portable::Params*\2c\20SkRasterPipelineStage*\2c\20float\2c\20float\2c\20float\2c\20float\29 +11012:portable::copy_3_uniforms\28portable::Params*\2c\20SkRasterPipelineStage*\2c\20float\2c\20float\2c\20float\2c\20float\29 +11013:portable::copy_3_slots_unmasked\28portable::Params*\2c\20SkRasterPipelineStage*\2c\20float\2c\20float\2c\20float\2c\20float\29 +11014:portable::copy_3_slots_masked\28portable::Params*\2c\20SkRasterPipelineStage*\2c\20float\2c\20float\2c\20float\2c\20float\29 +11015:portable::copy_3_immutables_unmasked\28portable::Params*\2c\20SkRasterPipelineStage*\2c\20float\2c\20float\2c\20float\2c\20float\29 +11016:portable::copy_2_uniforms\28portable::Params*\2c\20SkRasterPipelineStage*\2c\20float\2c\20float\2c\20float\2c\20float\29 +11017:portable::copy_2_slots_masked\28portable::Params*\2c\20SkRasterPipelineStage*\2c\20float\2c\20float\2c\20float\2c\20float\29 +11018:portable::continue_op\28portable::Params*\2c\20SkRasterPipelineStage*\2c\20float\2c\20float\2c\20float\2c\20float\29 +11019:portable::colordodge\28portable::Params*\2c\20SkRasterPipelineStage*\2c\20float\2c\20float\2c\20float\2c\20float\29 +11020:portable::colorburn\28portable::Params*\2c\20SkRasterPipelineStage*\2c\20float\2c\20float\2c\20float\2c\20float\29 +11021:portable::color\28portable::Params*\2c\20SkRasterPipelineStage*\2c\20float\2c\20float\2c\20float\2c\20float\29 +11022:portable::cmpne_n_ints\28portable::Params*\2c\20SkRasterPipelineStage*\2c\20float\2c\20float\2c\20float\2c\20float\29 +11023:portable::cmpne_n_floats\28portable::Params*\2c\20SkRasterPipelineStage*\2c\20float\2c\20float\2c\20float\2c\20float\29 +11024:portable::cmpne_int\28portable::Params*\2c\20SkRasterPipelineStage*\2c\20float\2c\20float\2c\20float\2c\20float\29 +11025:portable::cmpne_imm_int\28portable::Params*\2c\20SkRasterPipelineStage*\2c\20float\2c\20float\2c\20float\2c\20float\29 +11026:portable::cmpne_imm_float\28portable::Params*\2c\20SkRasterPipelineStage*\2c\20float\2c\20float\2c\20float\2c\20float\29 +11027:portable::cmpne_float\28portable::Params*\2c\20SkRasterPipelineStage*\2c\20float\2c\20float\2c\20float\2c\20float\29 +11028:portable::cmpne_4_ints\28portable::Params*\2c\20SkRasterPipelineStage*\2c\20float\2c\20float\2c\20float\2c\20float\29 +11029:portable::cmpne_4_floats\28portable::Params*\2c\20SkRasterPipelineStage*\2c\20float\2c\20float\2c\20float\2c\20float\29 +11030:portable::cmpne_3_ints\28portable::Params*\2c\20SkRasterPipelineStage*\2c\20float\2c\20float\2c\20float\2c\20float\29 +11031:portable::cmpne_3_floats\28portable::Params*\2c\20SkRasterPipelineStage*\2c\20float\2c\20float\2c\20float\2c\20float\29 +11032:portable::cmpne_2_ints\28portable::Params*\2c\20SkRasterPipelineStage*\2c\20float\2c\20float\2c\20float\2c\20float\29 +11033:portable::cmpne_2_floats\28portable::Params*\2c\20SkRasterPipelineStage*\2c\20float\2c\20float\2c\20float\2c\20float\29 +11034:portable::cmplt_uint\28portable::Params*\2c\20SkRasterPipelineStage*\2c\20float\2c\20float\2c\20float\2c\20float\29 +11035:portable::cmplt_n_uints\28portable::Params*\2c\20SkRasterPipelineStage*\2c\20float\2c\20float\2c\20float\2c\20float\29 +11036:portable::cmplt_n_ints\28portable::Params*\2c\20SkRasterPipelineStage*\2c\20float\2c\20float\2c\20float\2c\20float\29 +11037:portable::cmplt_n_floats\28portable::Params*\2c\20SkRasterPipelineStage*\2c\20float\2c\20float\2c\20float\2c\20float\29 +11038:portable::cmplt_int\28portable::Params*\2c\20SkRasterPipelineStage*\2c\20float\2c\20float\2c\20float\2c\20float\29 +11039:portable::cmplt_imm_uint\28portable::Params*\2c\20SkRasterPipelineStage*\2c\20float\2c\20float\2c\20float\2c\20float\29 +11040:portable::cmplt_imm_int\28portable::Params*\2c\20SkRasterPipelineStage*\2c\20float\2c\20float\2c\20float\2c\20float\29 +11041:portable::cmplt_imm_float\28portable::Params*\2c\20SkRasterPipelineStage*\2c\20float\2c\20float\2c\20float\2c\20float\29 +11042:portable::cmplt_float\28portable::Params*\2c\20SkRasterPipelineStage*\2c\20float\2c\20float\2c\20float\2c\20float\29 +11043:portable::cmplt_4_uints\28portable::Params*\2c\20SkRasterPipelineStage*\2c\20float\2c\20float\2c\20float\2c\20float\29 +11044:portable::cmplt_4_ints\28portable::Params*\2c\20SkRasterPipelineStage*\2c\20float\2c\20float\2c\20float\2c\20float\29 +11045:portable::cmplt_4_floats\28portable::Params*\2c\20SkRasterPipelineStage*\2c\20float\2c\20float\2c\20float\2c\20float\29 +11046:portable::cmplt_3_uints\28portable::Params*\2c\20SkRasterPipelineStage*\2c\20float\2c\20float\2c\20float\2c\20float\29 +11047:portable::cmplt_3_ints\28portable::Params*\2c\20SkRasterPipelineStage*\2c\20float\2c\20float\2c\20float\2c\20float\29 +11048:portable::cmplt_3_floats\28portable::Params*\2c\20SkRasterPipelineStage*\2c\20float\2c\20float\2c\20float\2c\20float\29 +11049:portable::cmplt_2_uints\28portable::Params*\2c\20SkRasterPipelineStage*\2c\20float\2c\20float\2c\20float\2c\20float\29 +11050:portable::cmplt_2_ints\28portable::Params*\2c\20SkRasterPipelineStage*\2c\20float\2c\20float\2c\20float\2c\20float\29 +11051:portable::cmplt_2_floats\28portable::Params*\2c\20SkRasterPipelineStage*\2c\20float\2c\20float\2c\20float\2c\20float\29 +11052:portable::cmple_uint\28portable::Params*\2c\20SkRasterPipelineStage*\2c\20float\2c\20float\2c\20float\2c\20float\29 +11053:portable::cmple_n_uints\28portable::Params*\2c\20SkRasterPipelineStage*\2c\20float\2c\20float\2c\20float\2c\20float\29 +11054:portable::cmple_n_ints\28portable::Params*\2c\20SkRasterPipelineStage*\2c\20float\2c\20float\2c\20float\2c\20float\29 +11055:portable::cmple_n_floats\28portable::Params*\2c\20SkRasterPipelineStage*\2c\20float\2c\20float\2c\20float\2c\20float\29 +11056:portable::cmple_int\28portable::Params*\2c\20SkRasterPipelineStage*\2c\20float\2c\20float\2c\20float\2c\20float\29 +11057:portable::cmple_imm_uint\28portable::Params*\2c\20SkRasterPipelineStage*\2c\20float\2c\20float\2c\20float\2c\20float\29 +11058:portable::cmple_imm_int\28portable::Params*\2c\20SkRasterPipelineStage*\2c\20float\2c\20float\2c\20float\2c\20float\29 +11059:portable::cmple_imm_float\28portable::Params*\2c\20SkRasterPipelineStage*\2c\20float\2c\20float\2c\20float\2c\20float\29 +11060:portable::cmple_float\28portable::Params*\2c\20SkRasterPipelineStage*\2c\20float\2c\20float\2c\20float\2c\20float\29 +11061:portable::cmple_4_uints\28portable::Params*\2c\20SkRasterPipelineStage*\2c\20float\2c\20float\2c\20float\2c\20float\29 +11062:portable::cmple_4_ints\28portable::Params*\2c\20SkRasterPipelineStage*\2c\20float\2c\20float\2c\20float\2c\20float\29 +11063:portable::cmple_4_floats\28portable::Params*\2c\20SkRasterPipelineStage*\2c\20float\2c\20float\2c\20float\2c\20float\29 +11064:portable::cmple_3_uints\28portable::Params*\2c\20SkRasterPipelineStage*\2c\20float\2c\20float\2c\20float\2c\20float\29 +11065:portable::cmple_3_ints\28portable::Params*\2c\20SkRasterPipelineStage*\2c\20float\2c\20float\2c\20float\2c\20float\29 +11066:portable::cmple_3_floats\28portable::Params*\2c\20SkRasterPipelineStage*\2c\20float\2c\20float\2c\20float\2c\20float\29 +11067:portable::cmple_2_uints\28portable::Params*\2c\20SkRasterPipelineStage*\2c\20float\2c\20float\2c\20float\2c\20float\29 +11068:portable::cmple_2_ints\28portable::Params*\2c\20SkRasterPipelineStage*\2c\20float\2c\20float\2c\20float\2c\20float\29 +11069:portable::cmple_2_floats\28portable::Params*\2c\20SkRasterPipelineStage*\2c\20float\2c\20float\2c\20float\2c\20float\29 +11070:portable::cmpeq_n_ints\28portable::Params*\2c\20SkRasterPipelineStage*\2c\20float\2c\20float\2c\20float\2c\20float\29 +11071:portable::cmpeq_n_floats\28portable::Params*\2c\20SkRasterPipelineStage*\2c\20float\2c\20float\2c\20float\2c\20float\29 +11072:portable::cmpeq_int\28portable::Params*\2c\20SkRasterPipelineStage*\2c\20float\2c\20float\2c\20float\2c\20float\29 +11073:portable::cmpeq_imm_int\28portable::Params*\2c\20SkRasterPipelineStage*\2c\20float\2c\20float\2c\20float\2c\20float\29 +11074:portable::cmpeq_imm_float\28portable::Params*\2c\20SkRasterPipelineStage*\2c\20float\2c\20float\2c\20float\2c\20float\29 +11075:portable::cmpeq_float\28portable::Params*\2c\20SkRasterPipelineStage*\2c\20float\2c\20float\2c\20float\2c\20float\29 +11076:portable::cmpeq_4_ints\28portable::Params*\2c\20SkRasterPipelineStage*\2c\20float\2c\20float\2c\20float\2c\20float\29 +11077:portable::cmpeq_4_floats\28portable::Params*\2c\20SkRasterPipelineStage*\2c\20float\2c\20float\2c\20float\2c\20float\29 +11078:portable::cmpeq_3_ints\28portable::Params*\2c\20SkRasterPipelineStage*\2c\20float\2c\20float\2c\20float\2c\20float\29 +11079:portable::cmpeq_3_floats\28portable::Params*\2c\20SkRasterPipelineStage*\2c\20float\2c\20float\2c\20float\2c\20float\29 +11080:portable::cmpeq_2_ints\28portable::Params*\2c\20SkRasterPipelineStage*\2c\20float\2c\20float\2c\20float\2c\20float\29 +11081:portable::cmpeq_2_floats\28portable::Params*\2c\20SkRasterPipelineStage*\2c\20float\2c\20float\2c\20float\2c\20float\29 +11082:portable::clear\28portable::Params*\2c\20SkRasterPipelineStage*\2c\20float\2c\20float\2c\20float\2c\20float\29 +11083:portable::clamp_x_and_y\28portable::Params*\2c\20SkRasterPipelineStage*\2c\20float\2c\20float\2c\20float\2c\20float\29 +11084:portable::clamp_x_1\28portable::Params*\2c\20SkRasterPipelineStage*\2c\20float\2c\20float\2c\20float\2c\20float\29 +11085:portable::clamp_gamut\28portable::Params*\2c\20SkRasterPipelineStage*\2c\20float\2c\20float\2c\20float\2c\20float\29 +11086:portable::clamp_a_01\28portable::Params*\2c\20SkRasterPipelineStage*\2c\20float\2c\20float\2c\20float\2c\20float\29 +11087:portable::clamp_01\28portable::Params*\2c\20SkRasterPipelineStage*\2c\20float\2c\20float\2c\20float\2c\20float\29 +11088:portable::ceil_float\28portable::Params*\2c\20SkRasterPipelineStage*\2c\20float\2c\20float\2c\20float\2c\20float\29 +11089:portable::ceil_4_floats\28portable::Params*\2c\20SkRasterPipelineStage*\2c\20float\2c\20float\2c\20float\2c\20float\29 +11090:portable::ceil_3_floats\28portable::Params*\2c\20SkRasterPipelineStage*\2c\20float\2c\20float\2c\20float\2c\20float\29 +11091:portable::ceil_2_floats\28portable::Params*\2c\20SkRasterPipelineStage*\2c\20float\2c\20float\2c\20float\2c\20float\29 +11092:portable::cast_to_uint_from_float\28portable::Params*\2c\20SkRasterPipelineStage*\2c\20float\2c\20float\2c\20float\2c\20float\29 +11093:portable::cast_to_uint_from_4_floats\28portable::Params*\2c\20SkRasterPipelineStage*\2c\20float\2c\20float\2c\20float\2c\20float\29 +11094:portable::cast_to_uint_from_3_floats\28portable::Params*\2c\20SkRasterPipelineStage*\2c\20float\2c\20float\2c\20float\2c\20float\29 +11095:portable::cast_to_uint_from_2_floats\28portable::Params*\2c\20SkRasterPipelineStage*\2c\20float\2c\20float\2c\20float\2c\20float\29 +11096:portable::cast_to_int_from_float\28portable::Params*\2c\20SkRasterPipelineStage*\2c\20float\2c\20float\2c\20float\2c\20float\29 +11097:portable::cast_to_int_from_4_floats\28portable::Params*\2c\20SkRasterPipelineStage*\2c\20float\2c\20float\2c\20float\2c\20float\29 +11098:portable::cast_to_int_from_3_floats\28portable::Params*\2c\20SkRasterPipelineStage*\2c\20float\2c\20float\2c\20float\2c\20float\29 +11099:portable::cast_to_int_from_2_floats\28portable::Params*\2c\20SkRasterPipelineStage*\2c\20float\2c\20float\2c\20float\2c\20float\29 +11100:portable::cast_to_float_from_uint\28portable::Params*\2c\20SkRasterPipelineStage*\2c\20float\2c\20float\2c\20float\2c\20float\29 +11101:portable::cast_to_float_from_int\28portable::Params*\2c\20SkRasterPipelineStage*\2c\20float\2c\20float\2c\20float\2c\20float\29 +11102:portable::cast_to_float_from_4_uints\28portable::Params*\2c\20SkRasterPipelineStage*\2c\20float\2c\20float\2c\20float\2c\20float\29 +11103:portable::cast_to_float_from_4_ints\28portable::Params*\2c\20SkRasterPipelineStage*\2c\20float\2c\20float\2c\20float\2c\20float\29 +11104:portable::cast_to_float_from_3_uints\28portable::Params*\2c\20SkRasterPipelineStage*\2c\20float\2c\20float\2c\20float\2c\20float\29 +11105:portable::cast_to_float_from_3_ints\28portable::Params*\2c\20SkRasterPipelineStage*\2c\20float\2c\20float\2c\20float\2c\20float\29 +11106:portable::cast_to_float_from_2_uints\28portable::Params*\2c\20SkRasterPipelineStage*\2c\20float\2c\20float\2c\20float\2c\20float\29 +11107:portable::cast_to_float_from_2_ints\28portable::Params*\2c\20SkRasterPipelineStage*\2c\20float\2c\20float\2c\20float\2c\20float\29 +11108:portable::case_op\28portable::Params*\2c\20SkRasterPipelineStage*\2c\20float\2c\20float\2c\20float\2c\20float\29 +11109:portable::callback\28portable::Params*\2c\20SkRasterPipelineStage*\2c\20float\2c\20float\2c\20float\2c\20float\29 +11110:portable::byte_tables\28portable::Params*\2c\20SkRasterPipelineStage*\2c\20float\2c\20float\2c\20float\2c\20float\29 +11111:portable::bt709_luminance_or_luma_to_rgb\28portable::Params*\2c\20SkRasterPipelineStage*\2c\20float\2c\20float\2c\20float\2c\20float\29 +11112:portable::bt709_luminance_or_luma_to_alpha\28portable::Params*\2c\20SkRasterPipelineStage*\2c\20float\2c\20float\2c\20float\2c\20float\29 +11113:portable::branch_if_no_lanes_active\28portable::Params*\2c\20SkRasterPipelineStage*\2c\20float\2c\20float\2c\20float\2c\20float\29 +11114:portable::branch_if_no_active_lanes_eq\28portable::Params*\2c\20SkRasterPipelineStage*\2c\20float\2c\20float\2c\20float\2c\20float\29 +11115:portable::branch_if_any_lanes_active\28portable::Params*\2c\20SkRasterPipelineStage*\2c\20float\2c\20float\2c\20float\2c\20float\29 +11116:portable::branch_if_all_lanes_active\28portable::Params*\2c\20SkRasterPipelineStage*\2c\20float\2c\20float\2c\20float\2c\20float\29 +11117:portable::blit_row_s32a_opaque\28unsigned\20int*\2c\20unsigned\20int\20const*\2c\20int\2c\20unsigned\20int\29 +11118:portable::black_color\28portable::Params*\2c\20SkRasterPipelineStage*\2c\20float\2c\20float\2c\20float\2c\20float\29 +11119:portable::bitwise_xor_n_ints\28portable::Params*\2c\20SkRasterPipelineStage*\2c\20float\2c\20float\2c\20float\2c\20float\29 +11120:portable::bitwise_xor_int\28portable::Params*\2c\20SkRasterPipelineStage*\2c\20float\2c\20float\2c\20float\2c\20float\29 +11121:portable::bitwise_xor_imm_int\28portable::Params*\2c\20SkRasterPipelineStage*\2c\20float\2c\20float\2c\20float\2c\20float\29 +11122:portable::bitwise_xor_4_ints\28portable::Params*\2c\20SkRasterPipelineStage*\2c\20float\2c\20float\2c\20float\2c\20float\29 +11123:portable::bitwise_xor_3_ints\28portable::Params*\2c\20SkRasterPipelineStage*\2c\20float\2c\20float\2c\20float\2c\20float\29 +11124:portable::bitwise_xor_2_ints\28portable::Params*\2c\20SkRasterPipelineStage*\2c\20float\2c\20float\2c\20float\2c\20float\29 +11125:portable::bitwise_or_n_ints\28portable::Params*\2c\20SkRasterPipelineStage*\2c\20float\2c\20float\2c\20float\2c\20float\29 +11126:portable::bitwise_or_int\28portable::Params*\2c\20SkRasterPipelineStage*\2c\20float\2c\20float\2c\20float\2c\20float\29 +11127:portable::bitwise_or_4_ints\28portable::Params*\2c\20SkRasterPipelineStage*\2c\20float\2c\20float\2c\20float\2c\20float\29 +11128:portable::bitwise_or_3_ints\28portable::Params*\2c\20SkRasterPipelineStage*\2c\20float\2c\20float\2c\20float\2c\20float\29 +11129:portable::bitwise_or_2_ints\28portable::Params*\2c\20SkRasterPipelineStage*\2c\20float\2c\20float\2c\20float\2c\20float\29 +11130:portable::bitwise_and_n_ints\28portable::Params*\2c\20SkRasterPipelineStage*\2c\20float\2c\20float\2c\20float\2c\20float\29 +11131:portable::bitwise_and_int\28portable::Params*\2c\20SkRasterPipelineStage*\2c\20float\2c\20float\2c\20float\2c\20float\29 +11132:portable::bitwise_and_imm_int\28portable::Params*\2c\20SkRasterPipelineStage*\2c\20float\2c\20float\2c\20float\2c\20float\29 +11133:portable::bitwise_and_imm_4_ints\28portable::Params*\2c\20SkRasterPipelineStage*\2c\20float\2c\20float\2c\20float\2c\20float\29 +11134:portable::bitwise_and_imm_3_ints\28portable::Params*\2c\20SkRasterPipelineStage*\2c\20float\2c\20float\2c\20float\2c\20float\29 +11135:portable::bitwise_and_imm_2_ints\28portable::Params*\2c\20SkRasterPipelineStage*\2c\20float\2c\20float\2c\20float\2c\20float\29 +11136:portable::bitwise_and_4_ints\28portable::Params*\2c\20SkRasterPipelineStage*\2c\20float\2c\20float\2c\20float\2c\20float\29 +11137:portable::bitwise_and_3_ints\28portable::Params*\2c\20SkRasterPipelineStage*\2c\20float\2c\20float\2c\20float\2c\20float\29 +11138:portable::bitwise_and_2_ints\28portable::Params*\2c\20SkRasterPipelineStage*\2c\20float\2c\20float\2c\20float\2c\20float\29 +11139:portable::bilinear_setup\28portable::Params*\2c\20SkRasterPipelineStage*\2c\20float\2c\20float\2c\20float\2c\20float\29 +11140:portable::bilinear_py\28portable::Params*\2c\20SkRasterPipelineStage*\2c\20float\2c\20float\2c\20float\2c\20float\29 +11141:portable::bilinear_px\28portable::Params*\2c\20SkRasterPipelineStage*\2c\20float\2c\20float\2c\20float\2c\20float\29 +11142:portable::bilinear_ny\28portable::Params*\2c\20SkRasterPipelineStage*\2c\20float\2c\20float\2c\20float\2c\20float\29 +11143:portable::bilinear_nx\28portable::Params*\2c\20SkRasterPipelineStage*\2c\20float\2c\20float\2c\20float\2c\20float\29 +11144:portable::bicubic_setup\28portable::Params*\2c\20SkRasterPipelineStage*\2c\20float\2c\20float\2c\20float\2c\20float\29 +11145:portable::bicubic_p3y\28portable::Params*\2c\20SkRasterPipelineStage*\2c\20float\2c\20float\2c\20float\2c\20float\29 +11146:portable::bicubic_p3x\28portable::Params*\2c\20SkRasterPipelineStage*\2c\20float\2c\20float\2c\20float\2c\20float\29 +11147:portable::bicubic_p1y\28portable::Params*\2c\20SkRasterPipelineStage*\2c\20float\2c\20float\2c\20float\2c\20float\29 +11148:portable::bicubic_p1x\28portable::Params*\2c\20SkRasterPipelineStage*\2c\20float\2c\20float\2c\20float\2c\20float\29 +11149:portable::bicubic_n3y\28portable::Params*\2c\20SkRasterPipelineStage*\2c\20float\2c\20float\2c\20float\2c\20float\29 +11150:portable::bicubic_n3x\28portable::Params*\2c\20SkRasterPipelineStage*\2c\20float\2c\20float\2c\20float\2c\20float\29 +11151:portable::bicubic_n1y\28portable::Params*\2c\20SkRasterPipelineStage*\2c\20float\2c\20float\2c\20float\2c\20float\29 +11152:portable::bicubic_n1x\28portable::Params*\2c\20SkRasterPipelineStage*\2c\20float\2c\20float\2c\20float\2c\20float\29 +11153:portable::bicubic_clamp_8888\28portable::Params*\2c\20SkRasterPipelineStage*\2c\20float\2c\20float\2c\20float\2c\20float\29 +11154:portable::atan_float\28portable::Params*\2c\20SkRasterPipelineStage*\2c\20float\2c\20float\2c\20float\2c\20float\29 +11155:portable::atan2_n_floats\28portable::Params*\2c\20SkRasterPipelineStage*\2c\20float\2c\20float\2c\20float\2c\20float\29 +11156:portable::asin_float\28portable::Params*\2c\20SkRasterPipelineStage*\2c\20float\2c\20float\2c\20float\2c\20float\29 +11157:portable::alter_2pt_conical_unswap\28portable::Params*\2c\20SkRasterPipelineStage*\2c\20float\2c\20float\2c\20float\2c\20float\29 +11158:portable::alter_2pt_conical_compensate_focal\28portable::Params*\2c\20SkRasterPipelineStage*\2c\20float\2c\20float\2c\20float\2c\20float\29 +11159:portable::alpha_to_red_dst\28portable::Params*\2c\20SkRasterPipelineStage*\2c\20float\2c\20float\2c\20float\2c\20float\29 +11160:portable::alpha_to_red\28portable::Params*\2c\20SkRasterPipelineStage*\2c\20float\2c\20float\2c\20float\2c\20float\29 +11161:portable::alpha_to_gray_dst\28portable::Params*\2c\20SkRasterPipelineStage*\2c\20float\2c\20float\2c\20float\2c\20float\29 +11162:portable::alpha_to_gray\28portable::Params*\2c\20SkRasterPipelineStage*\2c\20float\2c\20float\2c\20float\2c\20float\29 +11163:portable::add_n_ints\28portable::Params*\2c\20SkRasterPipelineStage*\2c\20float\2c\20float\2c\20float\2c\20float\29 +11164:portable::add_n_floats\28portable::Params*\2c\20SkRasterPipelineStage*\2c\20float\2c\20float\2c\20float\2c\20float\29 +11165:portable::add_int\28portable::Params*\2c\20SkRasterPipelineStage*\2c\20float\2c\20float\2c\20float\2c\20float\29 +11166:portable::add_imm_int\28portable::Params*\2c\20SkRasterPipelineStage*\2c\20float\2c\20float\2c\20float\2c\20float\29 +11167:portable::add_imm_float\28portable::Params*\2c\20SkRasterPipelineStage*\2c\20float\2c\20float\2c\20float\2c\20float\29 +11168:portable::add_float\28portable::Params*\2c\20SkRasterPipelineStage*\2c\20float\2c\20float\2c\20float\2c\20float\29 +11169:portable::add_4_ints\28portable::Params*\2c\20SkRasterPipelineStage*\2c\20float\2c\20float\2c\20float\2c\20float\29 +11170:portable::add_4_floats\28portable::Params*\2c\20SkRasterPipelineStage*\2c\20float\2c\20float\2c\20float\2c\20float\29 +11171:portable::add_3_ints\28portable::Params*\2c\20SkRasterPipelineStage*\2c\20float\2c\20float\2c\20float\2c\20float\29 +11172:portable::add_3_floats\28portable::Params*\2c\20SkRasterPipelineStage*\2c\20float\2c\20float\2c\20float\2c\20float\29 +11173:portable::add_2_ints\28portable::Params*\2c\20SkRasterPipelineStage*\2c\20float\2c\20float\2c\20float\2c\20float\29 +11174:portable::add_2_floats\28portable::Params*\2c\20SkRasterPipelineStage*\2c\20float\2c\20float\2c\20float\2c\20float\29 +11175:portable::acos_float\28portable::Params*\2c\20SkRasterPipelineStage*\2c\20float\2c\20float\2c\20float\2c\20float\29 +11176:portable::accumulate\28portable::Params*\2c\20SkRasterPipelineStage*\2c\20float\2c\20float\2c\20float\2c\20float\29 +11177:portable::abs_int\28portable::Params*\2c\20SkRasterPipelineStage*\2c\20float\2c\20float\2c\20float\2c\20float\29 +11178:portable::abs_4_ints\28portable::Params*\2c\20SkRasterPipelineStage*\2c\20float\2c\20float\2c\20float\2c\20float\29 +11179:portable::abs_3_ints\28portable::Params*\2c\20SkRasterPipelineStage*\2c\20float\2c\20float\2c\20float\2c\20float\29 +11180:portable::abs_2_ints\28portable::Params*\2c\20SkRasterPipelineStage*\2c\20float\2c\20float\2c\20float\2c\20float\29 +11181:portable::RGBA_to_rgbA\28unsigned\20int*\2c\20unsigned\20int\20const*\2c\20int\29 +11182:portable::RGBA_to_bgrA\28unsigned\20int*\2c\20unsigned\20int\20const*\2c\20int\29 +11183:portable::RGBA_to_BGRA\28unsigned\20int*\2c\20unsigned\20int\20const*\2c\20int\29 +11184:portable::PQish\28portable::Params*\2c\20SkRasterPipelineStage*\2c\20float\2c\20float\2c\20float\2c\20float\29 +11185:portable::HLGish\28portable::Params*\2c\20SkRasterPipelineStage*\2c\20float\2c\20float\2c\20float\2c\20float\29 +11186:portable::HLGinvish\28portable::Params*\2c\20SkRasterPipelineStage*\2c\20float\2c\20float\2c\20float\2c\20float\29 +11187:pop_arg_long_double +11188:pointerTOCLookupFn\28UDataMemory\20const*\2c\20char\20const*\2c\20int*\2c\20UErrorCode*\29 +11189:png_read_filter_row_up +11190:png_read_filter_row_sub +11191:png_read_filter_row_paeth_multibyte_pixel +11192:png_read_filter_row_paeth_1byte_pixel +11193:png_read_filter_row_avg +11194:picture_getCullRect +11195:picture_dispose +11196:picture_approximateBytesUsed +11197:pictureRecorder_endRecording +11198:pictureRecorder_dispose +11199:pictureRecorder_create +11200:pictureRecorder_beginRecording +11201:path_transform +11202:path_setFillType +11203:path_reset +11204:path_relativeQuadraticBezierTo +11205:path_relativeMoveTo +11206:path_relativeLineTo +11207:path_relativeCubicTo +11208:path_relativeConicTo +11209:path_relativeArcToRotated +11210:path_moveTo +11211:path_getSvgString +11212:path_getFillType +11213:path_getBounds +11214:path_dispose +11215:path_create +11216:path_copy +11217:path_contains +11218:path_combine +11219:path_close +11220:path_arcToRotated +11221:path_arcToOval +11222:path_addRect +11223:path_addRRect +11224:path_addPolygon +11225:path_addPath +11226:path_addOval +11227:path_addArc +11228:paragraph_layout +11229:paragraph_getWordBoundary +11230:paragraph_getWidth +11231:paragraph_getUnresolvedCodePoints +11232:paragraph_getPositionForOffset +11233:paragraph_getMinIntrinsicWidth +11234:paragraph_getMaxIntrinsicWidth +11235:paragraph_getLongestLine +11236:paragraph_getLineNumberAt +11237:paragraph_getLineMetricsAtIndex +11238:paragraph_getLineCount +11239:paragraph_getIdeographicBaseline +11240:paragraph_getHeight +11241:paragraph_getGlyphInfoAt +11242:paragraph_getDidExceedMaxLines +11243:paragraph_getClosestGlyphInfoAtCoordinate +11244:paragraph_getBoxesForRange +11245:paragraph_getBoxesForPlaceholders +11246:paragraph_getAlphabeticBaseline +11247:paragraph_dispose +11248:paragraphStyle_setTextStyle +11249:paragraphStyle_setTextHeightBehavior +11250:paragraphStyle_setTextDirection +11251:paragraphStyle_setTextAlign +11252:paragraphStyle_setStrutStyle +11253:paragraphStyle_setMaxLines +11254:paragraphStyle_setHeight +11255:paragraphStyle_setEllipsis +11256:paragraphStyle_setApplyRoundingHack +11257:paragraphStyle_dispose +11258:paragraphStyle_create +11259:paragraphBuilder_setWordBreaksUtf16 +11260:paragraphBuilder_setLineBreaksUtf16 +11261:paragraphBuilder_setGraphemeBreaksUtf16 +11262:paragraphBuilder_pushStyle +11263:paragraphBuilder_pop +11264:paragraphBuilder_getUtf8Text +11265:paragraphBuilder_dispose +11266:paragraphBuilder_create +11267:paragraphBuilder_build +11268:paragraphBuilder_addText +11269:paragraphBuilder_addPlaceholder +11270:paint_setShader +11271:paint_setMaskFilter +11272:paint_setImageFilter +11273:paint_setColorFilter +11274:paint_dispose +11275:paint_create +11276:override_features_khmer\28hb_ot_shape_planner_t*\29 +11277:override_features_indic\28hb_ot_shape_planner_t*\29 +11278:override_features_hangul\28hb_ot_shape_planner_t*\29 +11279:offsetTOCLookupFn\28UDataMemory\20const*\2c\20char\20const*\2c\20int*\2c\20UErrorCode*\29 +11280:non-virtual\20thunk\20to\20std::__2::basic_stringstream\2c\20std::__2::allocator>::~basic_stringstream\28\29_17375 +11281:non-virtual\20thunk\20to\20std::__2::basic_stringstream\2c\20std::__2::allocator>::~basic_stringstream\28\29 +11282:non-virtual\20thunk\20to\20std::__2::basic_iostream>::~basic_iostream\28\29_17277 +11283:non-virtual\20thunk\20to\20std::__2::basic_iostream>::~basic_iostream\28\29 +11284:non-virtual\20thunk\20to\20skif::\28anonymous\20namespace\29::GaneshBackend::~GaneshBackend\28\29_11473 +11285:non-virtual\20thunk\20to\20skif::\28anonymous\20namespace\29::GaneshBackend::~GaneshBackend\28\29_11472 +11286:non-virtual\20thunk\20to\20skif::\28anonymous\20namespace\29::GaneshBackend::~GaneshBackend\28\29_11470 +11287:non-virtual\20thunk\20to\20skif::\28anonymous\20namespace\29::GaneshBackend::~GaneshBackend\28\29 +11288:non-virtual\20thunk\20to\20skif::\28anonymous\20namespace\29::GaneshBackend::makeDevice\28SkImageInfo\20const&\29\20const +11289:non-virtual\20thunk\20to\20skif::\28anonymous\20namespace\29::GaneshBackend::findAlgorithm\28SkSize\2c\20SkColorType\29\20const +11290:non-virtual\20thunk\20to\20skgpu::ganesh::SmallPathAtlasMgr::~SmallPathAtlasMgr\28\29_12377 +11291:non-virtual\20thunk\20to\20skgpu::ganesh::SmallPathAtlasMgr::~SmallPathAtlasMgr\28\29 +11292:non-virtual\20thunk\20to\20skgpu::ganesh::SmallPathAtlasMgr::evict\28skgpu::PlotLocator\29 +11293:non-virtual\20thunk\20to\20skgpu::ganesh::AtlasPathRenderer::~AtlasPathRenderer\28\29_11666 +11294:non-virtual\20thunk\20to\20skgpu::ganesh::AtlasPathRenderer::~AtlasPathRenderer\28\29 +11295:non-virtual\20thunk\20to\20skgpu::ganesh::AtlasPathRenderer::preFlush\28GrOnFlushResourceProvider*\29 +11296:non-virtual\20thunk\20to\20icu_74::UnicodeSet::~UnicodeSet\28\29_14846 +11297:non-virtual\20thunk\20to\20icu_74::UnicodeSet::~UnicodeSet\28\29 +11298:non-virtual\20thunk\20to\20icu_74::UnicodeSet::toPattern\28icu_74::UnicodeString&\2c\20signed\20char\29\20const +11299:non-virtual\20thunk\20to\20icu_74::UnicodeSet::matches\28icu_74::Replaceable\20const&\2c\20int&\2c\20int\2c\20signed\20char\29 +11300:non-virtual\20thunk\20to\20icu_74::UnicodeSet::matchesIndexValue\28unsigned\20char\29\20const +11301:non-virtual\20thunk\20to\20icu_74::UnicodeSet::addMatchSetTo\28icu_74::UnicodeSet&\29\20const +11302:non-virtual\20thunk\20to\20GrTextureRenderTargetProxy::~GrTextureRenderTargetProxy\28\29_10697 +11303:non-virtual\20thunk\20to\20GrTextureRenderTargetProxy::~GrTextureRenderTargetProxy\28\29 +11304:non-virtual\20thunk\20to\20GrTextureRenderTargetProxy::onUninstantiatedGpuMemorySize\28\29\20const +11305:non-virtual\20thunk\20to\20GrTextureRenderTargetProxy::instantiate\28GrResourceProvider*\29 +11306:non-virtual\20thunk\20to\20GrTextureRenderTargetProxy::createSurface\28GrResourceProvider*\29\20const +11307:non-virtual\20thunk\20to\20GrTextureRenderTargetProxy::callbackDesc\28\29\20const +11308:non-virtual\20thunk\20to\20GrOpFlushState::~GrOpFlushState\28\29_10339 +11309:non-virtual\20thunk\20to\20GrOpFlushState::~GrOpFlushState\28\29 +11310:non-virtual\20thunk\20to\20GrOpFlushState::writeView\28\29\20const +11311:non-virtual\20thunk\20to\20GrOpFlushState::usesMSAASurface\28\29\20const +11312:non-virtual\20thunk\20to\20GrOpFlushState::threadSafeCache\28\29\20const +11313:non-virtual\20thunk\20to\20GrOpFlushState::strikeCache\28\29\20const +11314:non-virtual\20thunk\20to\20GrOpFlushState::smallPathAtlasManager\28\29\20const +11315:non-virtual\20thunk\20to\20GrOpFlushState::sampledProxyArray\28\29 +11316:non-virtual\20thunk\20to\20GrOpFlushState::rtProxy\28\29\20const +11317:non-virtual\20thunk\20to\20GrOpFlushState::resourceProvider\28\29\20const +11318:non-virtual\20thunk\20to\20GrOpFlushState::renderPassBarriers\28\29\20const +11319:non-virtual\20thunk\20to\20GrOpFlushState::recordDraw\28GrGeometryProcessor\20const*\2c\20GrSimpleMesh\20const*\2c\20int\2c\20GrSurfaceProxy\20const*\20const*\2c\20GrPrimitiveType\29 +11320:non-virtual\20thunk\20to\20GrOpFlushState::putBackVertices\28int\2c\20unsigned\20long\29 +11321:non-virtual\20thunk\20to\20GrOpFlushState::putBackIndirectDraws\28int\29 +11322:non-virtual\20thunk\20to\20GrOpFlushState::putBackIndices\28int\29 +11323:non-virtual\20thunk\20to\20GrOpFlushState::putBackIndexedIndirectDraws\28int\29 +11324:non-virtual\20thunk\20to\20GrOpFlushState::makeVertexSpace\28unsigned\20long\2c\20int\2c\20sk_sp*\2c\20int*\29 +11325:non-virtual\20thunk\20to\20GrOpFlushState::makeVertexSpaceAtLeast\28unsigned\20long\2c\20int\2c\20int\2c\20sk_sp*\2c\20int*\2c\20int*\29 +11326:non-virtual\20thunk\20to\20GrOpFlushState::makeIndexSpace\28int\2c\20sk_sp*\2c\20int*\29 +11327:non-virtual\20thunk\20to\20GrOpFlushState::makeIndexSpaceAtLeast\28int\2c\20int\2c\20sk_sp*\2c\20int*\2c\20int*\29 +11328:non-virtual\20thunk\20to\20GrOpFlushState::makeDrawIndirectSpace\28int\2c\20sk_sp*\2c\20unsigned\20long*\29 +11329:non-virtual\20thunk\20to\20GrOpFlushState::makeDrawIndexedIndirectSpace\28int\2c\20sk_sp*\2c\20unsigned\20long*\29 +11330:non-virtual\20thunk\20to\20GrOpFlushState::dstProxyView\28\29\20const +11331:non-virtual\20thunk\20to\20GrOpFlushState::detachAppliedClip\28\29 +11332:non-virtual\20thunk\20to\20GrOpFlushState::colorLoadOp\28\29\20const +11333:non-virtual\20thunk\20to\20GrOpFlushState::caps\28\29\20const +11334:non-virtual\20thunk\20to\20GrOpFlushState::atlasManager\28\29\20const +11335:non-virtual\20thunk\20to\20GrOpFlushState::appliedClip\28\29\20const +11336:non-virtual\20thunk\20to\20GrGpuBuffer::unref\28\29\20const +11337:non-virtual\20thunk\20to\20GrGpuBuffer::ref\28\29\20const +11338:non-virtual\20thunk\20to\20GrGLTextureRenderTarget::~GrGLTextureRenderTarget\28\29_13148 +11339:non-virtual\20thunk\20to\20GrGLTextureRenderTarget::~GrGLTextureRenderTarget\28\29 +11340:non-virtual\20thunk\20to\20GrGLTextureRenderTarget::onSetLabel\28\29 +11341:non-virtual\20thunk\20to\20GrGLTextureRenderTarget::onRelease\28\29 +11342:non-virtual\20thunk\20to\20GrGLTextureRenderTarget::onGpuMemorySize\28\29\20const +11343:non-virtual\20thunk\20to\20GrGLTextureRenderTarget::onAbandon\28\29 +11344:non-virtual\20thunk\20to\20GrGLTextureRenderTarget::dumpMemoryStatistics\28SkTraceMemoryDump*\29\20const +11345:non-virtual\20thunk\20to\20GrGLTextureRenderTarget::backendFormat\28\29\20const +11346:non-virtual\20thunk\20to\20GrGLSLFragmentShaderBuilder::~GrGLSLFragmentShaderBuilder\28\29_11398 +11347:non-virtual\20thunk\20to\20GrGLSLFragmentShaderBuilder::~GrGLSLFragmentShaderBuilder\28\29 +11348:non-virtual\20thunk\20to\20GrGLSLFragmentShaderBuilder::hasSecondaryOutput\28\29\20const +11349:non-virtual\20thunk\20to\20GrGLSLFragmentShaderBuilder::enableAdvancedBlendEquationIfNeeded\28skgpu::BlendEquation\29 +11350:non-virtual\20thunk\20to\20GrGLSLFragmentShaderBuilder::dstColor\28\29 +11351:non-virtual\20thunk\20to\20GrGLBuffer::~GrGLBuffer\28\29_12777 +11352:non-virtual\20thunk\20to\20GrGLBuffer::~GrGLBuffer\28\29 +11353:maskFilter_dispose +11354:maskFilter_createBlur +11355:locale_utility_init\28UErrorCode&\29 +11356:locale_cleanup\28\29 +11357:line_intercept_v\28SkPoint\20const*\2c\20float\2c\20float\2c\20double*\29 +11358:line_intercept_h\28SkPoint\20const*\2c\20float\2c\20float\2c\20double*\29 +11359:lineMetrics_getWidth +11360:lineMetrics_getUnscaledAscent +11361:lineMetrics_getLeft +11362:lineMetrics_getHeight +11363:lineMetrics_getDescent +11364:lineMetrics_getBaseline +11365:lineMetrics_getAscent +11366:lineMetrics_dispose +11367:lineMetrics_create +11368:lineBreakBuffer_free +11369:lineBreakBuffer_create +11370:lin_srgb_to_okhcl\28SkRGBA4f<\28SkAlphaType\292>\2c\20bool*\29 +11371:lcd_to_a8\28unsigned\20char*\2c\20unsigned\20char\20const*\2c\20int\29 +11372:layoutGetMaxValue\28IntProperty\20const&\2c\20UProperty\29 +11373:is_deleted_glyph\28hb_glyph_info_t\20const*\29 +11374:isRegionalIndicator\28BinaryProperty\20const&\2c\20int\2c\20UProperty\29 +11375:isPOSIX_xdigit\28BinaryProperty\20const&\2c\20int\2c\20UProperty\29 +11376:isPOSIX_print\28BinaryProperty\20const&\2c\20int\2c\20UProperty\29 +11377:isPOSIX_graph\28BinaryProperty\20const&\2c\20int\2c\20UProperty\29 +11378:isPOSIX_blank\28BinaryProperty\20const&\2c\20int\2c\20UProperty\29 +11379:isPOSIX_alnum\28BinaryProperty\20const&\2c\20int\2c\20UProperty\29 +11380:isNormInert\28BinaryProperty\20const&\2c\20int\2c\20UProperty\29 +11381:isMirrored\28BinaryProperty\20const&\2c\20int\2c\20UProperty\29 +11382:isJoinControl\28BinaryProperty\20const&\2c\20int\2c\20UProperty\29 +11383:isIDSUnaryOperator\28BinaryProperty\20const&\2c\20int\2c\20UProperty\29 +11384:isIDCompatMathContinue\28BinaryProperty\20const&\2c\20int\2c\20UProperty\29 +11385:isCanonSegmentStarter\28BinaryProperty\20const&\2c\20int\2c\20UProperty\29 +11386:isBidiControl\28BinaryProperty\20const&\2c\20int\2c\20UProperty\29 +11387:isAcceptable\28void*\2c\20char\20const*\2c\20char\20const*\2c\20UDataInfo\20const*\29 +11388:initial_reordering_indic\28hb_ot_shape_plan_t\20const*\2c\20hb_font_t*\2c\20hb_buffer_t*\29 +11389:initFromResourceBundle\28UErrorCode&\29 +11390:image_ref +11391:image_dispose +11392:image_createFromTextureSource +11393:image_createFromPixels +11394:image_createFromPicture +11395:imageFilter_getFilterBounds +11396:imageFilter_dispose +11397:imageFilter_createMatrix +11398:imageFilter_createFromColorFilter +11399:imageFilter_createErode +11400:imageFilter_createDilate +11401:imageFilter_createBlur +11402:imageFilter_compose +11403:icu_74::uprv_normalizer2_cleanup\28\29 +11404:icu_74::uprv_loaded_normalizer2_cleanup\28\29 +11405:icu_74::unames_cleanup\28\29 +11406:icu_74::umtx_init\28\29 +11407:icu_74::sortComparator\28void\20const*\2c\20void\20const*\2c\20void\20const*\29 +11408:icu_74::segmentStarterMapper\28void\20const*\2c\20unsigned\20int\29 +11409:icu_74::rbbiInit\28\29 +11410:icu_74::loadCharNames\28UErrorCode&\29 +11411:icu_74::isAcceptable\28void*\2c\20char\20const*\2c\20char\20const*\2c\20UDataInfo\20const*\29 +11412:icu_74::initService\28\29 +11413:icu_74::initNoopSingleton\28UErrorCode&\29 +11414:icu_74::initNFCSingleton\28UErrorCode&\29 +11415:icu_74::initLanguageFactories\28UErrorCode&\29 +11416:icu_74::compareElementStrings\28void\20const*\2c\20void\20const*\2c\20void\20const*\29 +11417:icu_74::cacheDeleter\28void*\29 +11418:icu_74::\28anonymous\20namespace\29::versionFilter\28int\2c\20void*\29 +11419:icu_74::\28anonymous\20namespace\29::utf16_caseContextIterator\28void*\2c\20signed\20char\29 +11420:icu_74::\28anonymous\20namespace\29::scriptExtensionsFilter\28int\2c\20void*\29 +11421:icu_74::\28anonymous\20namespace\29::numericValueFilter\28int\2c\20void*\29 +11422:icu_74::\28anonymous\20namespace\29::loadKnownCanonicalized\28UErrorCode&\29 +11423:icu_74::\28anonymous\20namespace\29::intPropertyFilter\28int\2c\20void*\29 +11424:icu_74::\28anonymous\20namespace\29::initSingleton\28UErrorCode&\29 +11425:icu_74::\28anonymous\20namespace\29::generalCategoryMaskFilter\28int\2c\20void*\29 +11426:icu_74::\28anonymous\20namespace\29::emojiprops_cleanup\28\29 +11427:icu_74::\28anonymous\20namespace\29::cleanup\28\29 +11428:icu_74::\28anonymous\20namespace\29::cleanupKnownCanonicalized\28\29 +11429:icu_74::\28anonymous\20namespace\29::AliasReplacer::replace\28icu_74::Locale\20const&\2c\20icu_74::CharString&\2c\20UErrorCode&\29::$_1::__invoke\28void*\29 +11430:icu_74::\28anonymous\20namespace\29::AliasReplacer::AliasReplacer\28UErrorCode\29::'lambda'\28UElement\2c\20UElement\29::__invoke\28UElement\2c\20UElement\29 +11431:icu_74::\28anonymous\20namespace\29::AliasData::loadData\28UErrorCode&\29 +11432:icu_74::\28anonymous\20namespace\29::AliasData::cleanup\28\29 +11433:icu_74::XLikelySubtags::initLikelySubtags\28UErrorCode&\29 +11434:icu_74::UnicodeString::~UnicodeString\28\29_14909 +11435:icu_74::UnicodeString::handleReplaceBetween\28int\2c\20int\2c\20icu_74::UnicodeString\20const&\29 +11436:icu_74::UnicodeString::getLength\28\29\20const +11437:icu_74::UnicodeString::getDynamicClassID\28\29\20const +11438:icu_74::UnicodeString::getCharAt\28int\29\20const +11439:icu_74::UnicodeString::getChar32At\28int\29\20const +11440:icu_74::UnicodeString::extractBetween\28int\2c\20int\2c\20icu_74::UnicodeString&\29\20const +11441:icu_74::UnicodeString::copy\28int\2c\20int\2c\20int\29 +11442:icu_74::UnicodeString::clone\28\29\20const +11443:icu_74::UnicodeSet::getDynamicClassID\28\29\20const +11444:icu_74::UnicodeSet::addMatchSetTo\28icu_74::UnicodeSet&\29\20const +11445:icu_74::UnhandledEngine::~UnhandledEngine\28\29_13867 +11446:icu_74::UnhandledEngine::handles\28int\2c\20char\20const*\29\20const +11447:icu_74::UnhandledEngine::handleCharacter\28int\29 +11448:icu_74::UnhandledEngine::findBreaks\28UText*\2c\20int\2c\20int\2c\20icu_74::UVector32&\2c\20signed\20char\2c\20UErrorCode&\29\20const +11449:icu_74::UVector::getDynamicClassID\28\29\20const +11450:icu_74::UVector32::~UVector32\28\29_15072 +11451:icu_74::UVector32::getDynamicClassID\28\29\20const +11452:icu_74::UStack::getDynamicClassID\28\29\20const +11453:icu_74::UCharsTrieBuilder::~UCharsTrieBuilder\28\29_14688 +11454:icu_74::UCharsTrieBuilder::write\28int\29 +11455:icu_74::UCharsTrieBuilder::writeValueAndType\28signed\20char\2c\20int\2c\20int\29 +11456:icu_74::UCharsTrieBuilder::writeValueAndFinal\28int\2c\20signed\20char\29 +11457:icu_74::UCharsTrieBuilder::writeElementUnits\28int\2c\20int\2c\20int\29 +11458:icu_74::UCharsTrieBuilder::writeDeltaTo\28int\29 +11459:icu_74::UCharsTrieBuilder::skipElementsBySomeUnits\28int\2c\20int\2c\20int\29\20const +11460:icu_74::UCharsTrieBuilder::indexOfElementWithNextUnit\28int\2c\20int\2c\20char16_t\29\20const +11461:icu_74::UCharsTrieBuilder::getMinLinearMatch\28\29\20const +11462:icu_74::UCharsTrieBuilder::getLimitOfLinearMatch\28int\2c\20int\2c\20int\29\20const +11463:icu_74::UCharsTrieBuilder::getElementValue\28int\29\20const +11464:icu_74::UCharsTrieBuilder::getElementUnit\28int\2c\20int\29\20const +11465:icu_74::UCharsTrieBuilder::getElementStringLength\28int\29\20const +11466:icu_74::UCharsTrieBuilder::createLinearMatchNode\28int\2c\20int\2c\20int\2c\20icu_74::StringTrieBuilder::Node*\29\20const +11467:icu_74::UCharsTrieBuilder::countElementUnits\28int\2c\20int\2c\20int\29\20const +11468:icu_74::UCharsTrieBuilder::UCTLinearMatchNode::write\28icu_74::StringTrieBuilder&\29 +11469:icu_74::UCharsTrieBuilder::UCTLinearMatchNode::operator==\28icu_74::StringTrieBuilder::Node\20const&\29\20const +11470:icu_74::UCharsDictionaryMatcher::~UCharsDictionaryMatcher\28\29_14067 +11471:icu_74::UCharsDictionaryMatcher::matches\28UText*\2c\20int\2c\20int\2c\20int*\2c\20int*\2c\20int*\2c\20int*\29\20const +11472:icu_74::UCharCharacterIterator::setIndex\28int\29 +11473:icu_74::UCharCharacterIterator::setIndex32\28int\29 +11474:icu_74::UCharCharacterIterator::previous\28\29 +11475:icu_74::UCharCharacterIterator::previous32\28\29 +11476:icu_74::UCharCharacterIterator::operator==\28icu_74::ForwardCharacterIterator\20const&\29\20const +11477:icu_74::UCharCharacterIterator::next\28\29 +11478:icu_74::UCharCharacterIterator::nextPostInc\28\29 +11479:icu_74::UCharCharacterIterator::next32\28\29 +11480:icu_74::UCharCharacterIterator::next32PostInc\28\29 +11481:icu_74::UCharCharacterIterator::move\28int\2c\20icu_74::CharacterIterator::EOrigin\29 +11482:icu_74::UCharCharacterIterator::move32\28int\2c\20icu_74::CharacterIterator::EOrigin\29 +11483:icu_74::UCharCharacterIterator::last\28\29 +11484:icu_74::UCharCharacterIterator::last32\28\29 +11485:icu_74::UCharCharacterIterator::hashCode\28\29\20const +11486:icu_74::UCharCharacterIterator::hasPrevious\28\29 +11487:icu_74::UCharCharacterIterator::hasNext\28\29 +11488:icu_74::UCharCharacterIterator::getText\28icu_74::UnicodeString&\29 +11489:icu_74::UCharCharacterIterator::getDynamicClassID\28\29\20const +11490:icu_74::UCharCharacterIterator::first\28\29 +11491:icu_74::UCharCharacterIterator::firstPostInc\28\29 +11492:icu_74::UCharCharacterIterator::first32\28\29 +11493:icu_74::UCharCharacterIterator::first32PostInc\28\29 +11494:icu_74::UCharCharacterIterator::current\28\29\20const +11495:icu_74::UCharCharacterIterator::current32\28\29\20const +11496:icu_74::UCharCharacterIterator::clone\28\29\20const +11497:icu_74::ThaiBreakEngine::~ThaiBreakEngine\28\29_14036 +11498:icu_74::ThaiBreakEngine::divideUpDictionaryRange\28UText*\2c\20int\2c\20int\2c\20icu_74::UVector32&\2c\20signed\20char\2c\20UErrorCode&\29\20const +11499:icu_74::StringTrieBuilder::LinearMatchNode::markRightEdgesFirst\28int\29 +11500:icu_74::StringEnumeration::unext\28int*\2c\20UErrorCode&\29 +11501:icu_74::StringEnumeration::snext\28UErrorCode&\29 +11502:icu_74::StringEnumeration::operator==\28icu_74::StringEnumeration\20const&\29\20const +11503:icu_74::StringEnumeration::operator!=\28icu_74::StringEnumeration\20const&\29\20const +11504:icu_74::StringEnumeration::next\28int*\2c\20UErrorCode&\29 +11505:icu_74::SimpleLocaleKeyFactory::~SimpleLocaleKeyFactory\28\29_14635 +11506:icu_74::SimpleLocaleKeyFactory::updateVisibleIDs\28icu_74::Hashtable&\2c\20UErrorCode&\29\20const +11507:icu_74::SimpleLocaleKeyFactory::getDynamicClassID\28\29\20const +11508:icu_74::SimpleLocaleKeyFactory::create\28icu_74::ICUServiceKey\20const&\2c\20icu_74::ICUService\20const*\2c\20UErrorCode&\29\20const +11509:icu_74::SimpleFilteredSentenceBreakIterator::~SimpleFilteredSentenceBreakIterator\28\29_14090 +11510:icu_74::SimpleFilteredSentenceBreakIterator::setText\28icu_74::UnicodeString\20const&\29 +11511:icu_74::SimpleFilteredSentenceBreakIterator::setText\28UText*\2c\20UErrorCode&\29 +11512:icu_74::SimpleFilteredSentenceBreakIterator::refreshInputText\28UText*\2c\20UErrorCode&\29 +11513:icu_74::SimpleFilteredSentenceBreakIterator::previous\28\29 +11514:icu_74::SimpleFilteredSentenceBreakIterator::preceding\28int\29 +11515:icu_74::SimpleFilteredSentenceBreakIterator::next\28int\29 +11516:icu_74::SimpleFilteredSentenceBreakIterator::next\28\29 +11517:icu_74::SimpleFilteredSentenceBreakIterator::last\28\29 +11518:icu_74::SimpleFilteredSentenceBreakIterator::isBoundary\28int\29 +11519:icu_74::SimpleFilteredSentenceBreakIterator::getUText\28UText*\2c\20UErrorCode&\29\20const +11520:icu_74::SimpleFilteredSentenceBreakIterator::getText\28\29\20const +11521:icu_74::SimpleFilteredSentenceBreakIterator::following\28int\29 +11522:icu_74::SimpleFilteredSentenceBreakIterator::first\28\29 +11523:icu_74::SimpleFilteredSentenceBreakIterator::current\28\29\20const +11524:icu_74::SimpleFilteredSentenceBreakIterator::createBufferClone\28void*\2c\20int&\2c\20UErrorCode&\29 +11525:icu_74::SimpleFilteredSentenceBreakIterator::clone\28\29\20const +11526:icu_74::SimpleFilteredSentenceBreakIterator::adoptText\28icu_74::CharacterIterator*\29 +11527:icu_74::SimpleFilteredSentenceBreakData::~SimpleFilteredSentenceBreakData\28\29_14088 +11528:icu_74::SimpleFilteredBreakIteratorBuilder::~SimpleFilteredBreakIteratorBuilder\28\29_14116 +11529:icu_74::SimpleFilteredBreakIteratorBuilder::unsuppressBreakAfter\28icu_74::UnicodeString\20const&\2c\20UErrorCode&\29 +11530:icu_74::SimpleFilteredBreakIteratorBuilder::suppressBreakAfter\28icu_74::UnicodeString\20const&\2c\20UErrorCode&\29 +11531:icu_74::SimpleFilteredBreakIteratorBuilder::build\28icu_74::BreakIterator*\2c\20UErrorCode&\29 +11532:icu_74::SimpleFactory::~SimpleFactory\28\29_14559 +11533:icu_74::SimpleFactory::updateVisibleIDs\28icu_74::Hashtable&\2c\20UErrorCode&\29\20const +11534:icu_74::SimpleFactory::getDynamicClassID\28\29\20const +11535:icu_74::SimpleFactory::getDisplayName\28icu_74::UnicodeString\20const&\2c\20icu_74::Locale\20const&\2c\20icu_74::UnicodeString&\29\20const +11536:icu_74::SimpleFactory::create\28icu_74::ICUServiceKey\20const&\2c\20icu_74::ICUService\20const*\2c\20UErrorCode&\29\20const +11537:icu_74::ServiceEnumeration::~ServiceEnumeration\28\29_14619 +11538:icu_74::ServiceEnumeration::snext\28UErrorCode&\29 +11539:icu_74::ServiceEnumeration::reset\28UErrorCode&\29 +11540:icu_74::ServiceEnumeration::getDynamicClassID\28\29\20const +11541:icu_74::ServiceEnumeration::count\28UErrorCode&\29\20const +11542:icu_74::ServiceEnumeration::clone\28\29\20const +11543:icu_74::RuleBasedBreakIterator::~RuleBasedBreakIterator\28\29_14506 +11544:icu_74::RuleBasedBreakIterator::setText\28icu_74::UnicodeString\20const&\29 +11545:icu_74::RuleBasedBreakIterator::setText\28UText*\2c\20UErrorCode&\29 +11546:icu_74::RuleBasedBreakIterator::refreshInputText\28UText*\2c\20UErrorCode&\29 +11547:icu_74::RuleBasedBreakIterator::previous\28\29 +11548:icu_74::RuleBasedBreakIterator::preceding\28int\29 +11549:icu_74::RuleBasedBreakIterator::operator==\28icu_74::BreakIterator\20const&\29\20const +11550:icu_74::RuleBasedBreakIterator::next\28int\29 +11551:icu_74::RuleBasedBreakIterator::next\28\29 +11552:icu_74::RuleBasedBreakIterator::last\28\29 +11553:icu_74::RuleBasedBreakIterator::isBoundary\28int\29 +11554:icu_74::RuleBasedBreakIterator::hashCode\28\29\20const +11555:icu_74::RuleBasedBreakIterator::getUText\28UText*\2c\20UErrorCode&\29\20const +11556:icu_74::RuleBasedBreakIterator::getText\28\29\20const +11557:icu_74::RuleBasedBreakIterator::getRules\28\29\20const +11558:icu_74::RuleBasedBreakIterator::getRuleStatus\28\29\20const +11559:icu_74::RuleBasedBreakIterator::getRuleStatusVec\28int*\2c\20int\2c\20UErrorCode&\29 +11560:icu_74::RuleBasedBreakIterator::getDynamicClassID\28\29\20const +11561:icu_74::RuleBasedBreakIterator::getBinaryRules\28unsigned\20int&\29 +11562:icu_74::RuleBasedBreakIterator::following\28int\29 +11563:icu_74::RuleBasedBreakIterator::first\28\29 +11564:icu_74::RuleBasedBreakIterator::current\28\29\20const +11565:icu_74::RuleBasedBreakIterator::createBufferClone\28void*\2c\20int&\2c\20UErrorCode&\29 +11566:icu_74::RuleBasedBreakIterator::clone\28\29\20const +11567:icu_74::RuleBasedBreakIterator::adoptText\28icu_74::CharacterIterator*\29 +11568:icu_74::RuleBasedBreakIterator::BreakCache::~BreakCache\28\29_14490 +11569:icu_74::ResourceDataValue::~ResourceDataValue\28\29_15009 +11570:icu_74::ResourceDataValue::~ResourceDataValue\28\29 +11571:icu_74::ResourceDataValue::isNoInheritanceMarker\28\29\20const +11572:icu_74::ResourceDataValue::getUInt\28UErrorCode&\29\20const +11573:icu_74::ResourceDataValue::getType\28\29\20const +11574:icu_74::ResourceDataValue::getStringOrFirstOfArray\28UErrorCode&\29\20const +11575:icu_74::ResourceDataValue::getStringArray\28icu_74::UnicodeString*\2c\20int\2c\20UErrorCode&\29\20const +11576:icu_74::ResourceDataValue::getStringArrayOrStringAsArray\28icu_74::UnicodeString*\2c\20int\2c\20UErrorCode&\29\20const +11577:icu_74::ResourceDataValue::getInt\28UErrorCode&\29\20const +11578:icu_74::ResourceDataValue::getAliasString\28int&\2c\20UErrorCode&\29\20const +11579:icu_74::ResourceBundle::~ResourceBundle\28\29_14539 +11580:icu_74::ResourceBundle::getDynamicClassID\28\29\20const +11581:icu_74::ParsePosition::getDynamicClassID\28\29\20const +11582:icu_74::Normalizer2WithImpl::spanQuickCheckYes\28icu_74::UnicodeString\20const&\2c\20UErrorCode&\29\20const +11583:icu_74::Normalizer2WithImpl::quickCheck\28icu_74::UnicodeString\20const&\2c\20UErrorCode&\29\20const +11584:icu_74::Normalizer2WithImpl::normalize\28icu_74::UnicodeString\20const&\2c\20icu_74::UnicodeString&\2c\20UErrorCode&\29\20const +11585:icu_74::Normalizer2WithImpl::normalizeSecondAndAppend\28icu_74::UnicodeString&\2c\20icu_74::UnicodeString\20const&\2c\20UErrorCode&\29\20const +11586:icu_74::Normalizer2WithImpl::getRawDecomposition\28int\2c\20icu_74::UnicodeString&\29\20const +11587:icu_74::Normalizer2WithImpl::getDecomposition\28int\2c\20icu_74::UnicodeString&\29\20const +11588:icu_74::Normalizer2WithImpl::getCombiningClass\28int\29\20const +11589:icu_74::Normalizer2WithImpl::composePair\28int\2c\20int\29\20const +11590:icu_74::Normalizer2WithImpl::append\28icu_74::UnicodeString&\2c\20icu_74::UnicodeString\20const&\2c\20UErrorCode&\29\20const +11591:icu_74::Normalizer2Impl::~Normalizer2Impl\28\29_14437 +11592:icu_74::Normalizer2::normalizeUTF8\28unsigned\20int\2c\20icu_74::StringPiece\2c\20icu_74::ByteSink&\2c\20icu_74::Edits*\2c\20UErrorCode&\29\20const +11593:icu_74::Normalizer2::isNormalizedUTF8\28icu_74::StringPiece\2c\20UErrorCode&\29\20const +11594:icu_74::NoopNormalizer2::spanQuickCheckYes\28icu_74::UnicodeString\20const&\2c\20UErrorCode&\29\20const +11595:icu_74::NoopNormalizer2::normalize\28icu_74::UnicodeString\20const&\2c\20icu_74::UnicodeString&\2c\20UErrorCode&\29\20const +11596:icu_74::NoopNormalizer2::normalizeUTF8\28unsigned\20int\2c\20icu_74::StringPiece\2c\20icu_74::ByteSink&\2c\20icu_74::Edits*\2c\20UErrorCode&\29\20const +11597:icu_74::MlBreakEngine::~MlBreakEngine\28\29_14337 +11598:icu_74::LocaleKeyFactory::~LocaleKeyFactory\28\29_14601 +11599:icu_74::LocaleKeyFactory::updateVisibleIDs\28icu_74::Hashtable&\2c\20UErrorCode&\29\20const +11600:icu_74::LocaleKeyFactory::handlesKey\28icu_74::ICUServiceKey\20const&\2c\20UErrorCode&\29\20const +11601:icu_74::LocaleKeyFactory::getDynamicClassID\28\29\20const +11602:icu_74::LocaleKeyFactory::getDisplayName\28icu_74::UnicodeString\20const&\2c\20icu_74::Locale\20const&\2c\20icu_74::UnicodeString&\29\20const +11603:icu_74::LocaleKeyFactory::create\28icu_74::ICUServiceKey\20const&\2c\20icu_74::ICUService\20const*\2c\20UErrorCode&\29\20const +11604:icu_74::LocaleKey::~LocaleKey\28\29_14588 +11605:icu_74::LocaleKey::prefix\28icu_74::UnicodeString&\29\20const +11606:icu_74::LocaleKey::isFallbackOf\28icu_74::UnicodeString\20const&\29\20const +11607:icu_74::LocaleKey::getDynamicClassID\28\29\20const +11608:icu_74::LocaleKey::fallback\28\29 +11609:icu_74::LocaleKey::currentLocale\28icu_74::Locale&\29\20const +11610:icu_74::LocaleKey::currentID\28icu_74::UnicodeString&\29\20const +11611:icu_74::LocaleKey::currentDescriptor\28icu_74::UnicodeString&\29\20const +11612:icu_74::LocaleKey::canonicalLocale\28icu_74::Locale&\29\20const +11613:icu_74::LocaleKey::canonicalID\28icu_74::UnicodeString&\29\20const +11614:icu_74::LocaleBuilder::~LocaleBuilder\28\29_14136 +11615:icu_74::Locale::~Locale\28\29_14278 +11616:icu_74::Locale::getDynamicClassID\28\29\20const +11617:icu_74::LoadedNormalizer2Impl::~LoadedNormalizer2Impl\28\29_14129 +11618:icu_74::LoadedNormalizer2Impl::isAcceptable\28void*\2c\20char\20const*\2c\20char\20const*\2c\20UDataInfo\20const*\29 +11619:icu_74::LaoBreakEngine::~LaoBreakEngine\28\29_14041 +11620:icu_74::LSTMBreakEngine::~LSTMBreakEngine\28\29_14334 +11621:icu_74::LSTMBreakEngine::name\28\29\20const +11622:icu_74::LSTMBreakEngine::divideUpDictionaryRange\28UText*\2c\20int\2c\20int\2c\20icu_74::UVector32&\2c\20signed\20char\2c\20UErrorCode&\29\20const +11623:icu_74::KhmerBreakEngine::~KhmerBreakEngine\28\29_14047 +11624:icu_74::KhmerBreakEngine::divideUpDictionaryRange\28UText*\2c\20int\2c\20int\2c\20icu_74::UVector32&\2c\20signed\20char\2c\20UErrorCode&\29\20const +11625:icu_74::KeywordEnumeration::~KeywordEnumeration\28\29_14270 +11626:icu_74::KeywordEnumeration::snext\28UErrorCode&\29 +11627:icu_74::KeywordEnumeration::reset\28UErrorCode&\29 +11628:icu_74::KeywordEnumeration::next\28int*\2c\20UErrorCode&\29 +11629:icu_74::KeywordEnumeration::getDynamicClassID\28\29\20const +11630:icu_74::KeywordEnumeration::count\28UErrorCode&\29\20const +11631:icu_74::KeywordEnumeration::clone\28\29\20const +11632:icu_74::ICUServiceKey::~ICUServiceKey\28\29_14549 +11633:icu_74::ICUServiceKey::isFallbackOf\28icu_74::UnicodeString\20const&\29\20const +11634:icu_74::ICUServiceKey::getDynamicClassID\28\29\20const +11635:icu_74::ICUServiceKey::currentID\28icu_74::UnicodeString&\29\20const +11636:icu_74::ICUServiceKey::currentDescriptor\28icu_74::UnicodeString&\29\20const +11637:icu_74::ICUServiceKey::canonicalID\28icu_74::UnicodeString&\29\20const +11638:icu_74::ICUService::unregister\28void\20const*\2c\20UErrorCode&\29 +11639:icu_74::ICUService::reset\28\29 +11640:icu_74::ICUService::registerInstance\28icu_74::UObject*\2c\20icu_74::UnicodeString\20const&\2c\20signed\20char\2c\20UErrorCode&\29 +11641:icu_74::ICUService::reInitializeFactories\28\29 +11642:icu_74::ICUService::notifyListener\28icu_74::EventListener&\29\20const +11643:icu_74::ICUService::isDefault\28\29\20const +11644:icu_74::ICUService::getKey\28icu_74::ICUServiceKey&\2c\20icu_74::UnicodeString*\2c\20UErrorCode&\29\20const +11645:icu_74::ICUService::createSimpleFactory\28icu_74::UObject*\2c\20icu_74::UnicodeString\20const&\2c\20signed\20char\2c\20UErrorCode&\29 +11646:icu_74::ICUService::createKey\28icu_74::UnicodeString\20const*\2c\20UErrorCode&\29\20const +11647:icu_74::ICUService::clearCaches\28\29 +11648:icu_74::ICUService::acceptsListener\28icu_74::EventListener\20const&\29\20const +11649:icu_74::ICUResourceBundleFactory::handleCreate\28icu_74::Locale\20const&\2c\20int\2c\20icu_74::ICUService\20const*\2c\20UErrorCode&\29\20const +11650:icu_74::ICUResourceBundleFactory::getSupportedIDs\28UErrorCode&\29\20const +11651:icu_74::ICUResourceBundleFactory::getDynamicClassID\28\29\20const +11652:icu_74::ICUNotifier::removeListener\28icu_74::EventListener\20const*\2c\20UErrorCode&\29 +11653:icu_74::ICUNotifier::notifyChanged\28\29 +11654:icu_74::ICUNotifier::addListener\28icu_74::EventListener\20const*\2c\20UErrorCode&\29 +11655:icu_74::ICULocaleService::registerInstance\28icu_74::UObject*\2c\20icu_74::UnicodeString\20const&\2c\20signed\20char\2c\20UErrorCode&\29 +11656:icu_74::ICULocaleService::registerInstance\28icu_74::UObject*\2c\20icu_74::Locale\20const&\2c\20int\2c\20int\2c\20UErrorCode&\29 +11657:icu_74::ICULocaleService::registerInstance\28icu_74::UObject*\2c\20icu_74::Locale\20const&\2c\20int\2c\20UErrorCode&\29 +11658:icu_74::ICULocaleService::registerInstance\28icu_74::UObject*\2c\20icu_74::Locale\20const&\2c\20UErrorCode&\29 +11659:icu_74::ICULocaleService::getAvailableLocales\28\29\20const +11660:icu_74::ICULocaleService::createKey\28icu_74::UnicodeString\20const*\2c\20int\2c\20UErrorCode&\29\20const +11661:icu_74::ICULocaleService::createKey\28icu_74::UnicodeString\20const*\2c\20UErrorCode&\29\20const +11662:icu_74::ICULanguageBreakFactory::~ICULanguageBreakFactory\28\29_13880 +11663:icu_74::ICULanguageBreakFactory::loadEngineFor\28int\2c\20char\20const*\29 +11664:icu_74::ICULanguageBreakFactory::loadDictionaryMatcherFor\28UScriptCode\29 +11665:icu_74::ICULanguageBreakFactory::getEngineFor\28int\2c\20char\20const*\29 +11666:icu_74::ICULanguageBreakFactory::addExternalEngine\28icu_74::ExternalBreakEngine*\2c\20UErrorCode&\29 +11667:icu_74::ICUBreakIteratorService::~ICUBreakIteratorService\28\29_13963 +11668:icu_74::ICUBreakIteratorService::~ICUBreakIteratorService\28\29 +11669:icu_74::ICUBreakIteratorService::isDefault\28\29\20const +11670:icu_74::ICUBreakIteratorService::handleDefault\28icu_74::ICUServiceKey\20const&\2c\20icu_74::UnicodeString*\2c\20UErrorCode&\29\20const +11671:icu_74::ICUBreakIteratorService::cloneInstance\28icu_74::UObject*\29\20const +11672:icu_74::ICUBreakIteratorFactory::~ICUBreakIteratorFactory\28\29 +11673:icu_74::ICUBreakIteratorFactory::handleCreate\28icu_74::Locale\20const&\2c\20int\2c\20icu_74::ICUService\20const*\2c\20UErrorCode&\29\20const +11674:icu_74::GraphemeClusterVectorizer::vectorize\28UText*\2c\20int\2c\20int\2c\20icu_74::UVector32&\2c\20icu_74::UVector32&\2c\20UErrorCode&\29\20const +11675:icu_74::FCDNormalizer2::spanQuickCheckYes\28char16_t\20const*\2c\20char16_t\20const*\2c\20UErrorCode&\29\20const +11676:icu_74::FCDNormalizer2::normalize\28char16_t\20const*\2c\20char16_t\20const*\2c\20icu_74::ReorderingBuffer&\2c\20UErrorCode&\29\20const +11677:icu_74::FCDNormalizer2::normalizeAndAppend\28char16_t\20const*\2c\20char16_t\20const*\2c\20signed\20char\2c\20icu_74::UnicodeString&\2c\20icu_74::ReorderingBuffer&\2c\20UErrorCode&\29\20const +11678:icu_74::FCDNormalizer2::isInert\28int\29\20const +11679:icu_74::EmojiProps::isAcceptable\28void*\2c\20char\20const*\2c\20char\20const*\2c\20UDataInfo\20const*\29 +11680:icu_74::DictionaryBreakEngine::handles\28int\2c\20char\20const*\29\20const +11681:icu_74::DictionaryBreakEngine::findBreaks\28UText*\2c\20int\2c\20int\2c\20icu_74::UVector32&\2c\20signed\20char\2c\20UErrorCode&\29\20const +11682:icu_74::DecomposeNormalizer2::spanQuickCheckYes\28char16_t\20const*\2c\20char16_t\20const*\2c\20UErrorCode&\29\20const +11683:icu_74::DecomposeNormalizer2::normalize\28char16_t\20const*\2c\20char16_t\20const*\2c\20icu_74::ReorderingBuffer&\2c\20UErrorCode&\29\20const +11684:icu_74::DecomposeNormalizer2::normalizeUTF8\28unsigned\20int\2c\20icu_74::StringPiece\2c\20icu_74::ByteSink&\2c\20icu_74::Edits*\2c\20UErrorCode&\29\20const +11685:icu_74::DecomposeNormalizer2::normalizeAndAppend\28char16_t\20const*\2c\20char16_t\20const*\2c\20signed\20char\2c\20icu_74::UnicodeString&\2c\20icu_74::ReorderingBuffer&\2c\20UErrorCode&\29\20const +11686:icu_74::DecomposeNormalizer2::isNormalizedUTF8\28icu_74::StringPiece\2c\20UErrorCode&\29\20const +11687:icu_74::DecomposeNormalizer2::isInert\28int\29\20const +11688:icu_74::DecomposeNormalizer2::getQuickCheck\28int\29\20const +11689:icu_74::ConstArray2D::get\28int\2c\20int\29\20const +11690:icu_74::ConstArray1D::get\28int\29\20const +11691:icu_74::ComposeNormalizer2::spanQuickCheckYes\28char16_t\20const*\2c\20char16_t\20const*\2c\20UErrorCode&\29\20const +11692:icu_74::ComposeNormalizer2::quickCheck\28icu_74::UnicodeString\20const&\2c\20UErrorCode&\29\20const +11693:icu_74::ComposeNormalizer2::normalize\28char16_t\20const*\2c\20char16_t\20const*\2c\20icu_74::ReorderingBuffer&\2c\20UErrorCode&\29\20const +11694:icu_74::ComposeNormalizer2::normalizeUTF8\28unsigned\20int\2c\20icu_74::StringPiece\2c\20icu_74::ByteSink&\2c\20icu_74::Edits*\2c\20UErrorCode&\29\20const +11695:icu_74::ComposeNormalizer2::normalizeAndAppend\28char16_t\20const*\2c\20char16_t\20const*\2c\20signed\20char\2c\20icu_74::UnicodeString&\2c\20icu_74::ReorderingBuffer&\2c\20UErrorCode&\29\20const +11696:icu_74::ComposeNormalizer2::isNormalized\28icu_74::UnicodeString\20const&\2c\20UErrorCode&\29\20const +11697:icu_74::ComposeNormalizer2::isNormalizedUTF8\28icu_74::StringPiece\2c\20UErrorCode&\29\20const +11698:icu_74::ComposeNormalizer2::isInert\28int\29\20const +11699:icu_74::ComposeNormalizer2::hasBoundaryBefore\28int\29\20const +11700:icu_74::ComposeNormalizer2::hasBoundaryAfter\28int\29\20const +11701:icu_74::ComposeNormalizer2::getQuickCheck\28int\29\20const +11702:icu_74::CodePointsVectorizer::vectorize\28UText*\2c\20int\2c\20int\2c\20icu_74::UVector32&\2c\20icu_74::UVector32&\2c\20UErrorCode&\29\20const +11703:icu_74::CjkBreakEngine::~CjkBreakEngine\28\29_14053 +11704:icu_74::CjkBreakEngine::divideUpDictionaryRange\28UText*\2c\20int\2c\20int\2c\20icu_74::UVector32&\2c\20signed\20char\2c\20UErrorCode&\29\20const +11705:icu_74::CheckedArrayByteSink::Reset\28\29 +11706:icu_74::CheckedArrayByteSink::GetAppendBuffer\28int\2c\20int\2c\20char*\2c\20int\2c\20int*\29 +11707:icu_74::CheckedArrayByteSink::Append\28char\20const*\2c\20int\29 +11708:icu_74::CharStringByteSink::GetAppendBuffer\28int\2c\20int\2c\20char*\2c\20int\2c\20int*\29 +11709:icu_74::CharStringByteSink::Append\28char\20const*\2c\20int\29 +11710:icu_74::BytesDictionaryMatcher::~BytesDictionaryMatcher\28\29_14073 +11711:icu_74::BytesDictionaryMatcher::matches\28UText*\2c\20int\2c\20int\2c\20int*\2c\20int*\2c\20int*\2c\20int*\29\20const +11712:icu_74::BurmeseBreakEngine::~BurmeseBreakEngine\28\29_14044 +11713:icu_74::BreakIterator::getRuleStatusVec\28int*\2c\20int\2c\20UErrorCode&\29 +11714:icu_74::BreakEngineWrapper::~BreakEngineWrapper\28\29_13927 +11715:icu_74::BreakEngineWrapper::handles\28int\2c\20char\20const*\29\20const +11716:icu_74::BreakEngineWrapper::findBreaks\28UText*\2c\20int\2c\20int\2c\20icu_74::UVector32&\2c\20signed\20char\2c\20UErrorCode&\29\20const +11717:icu_74::BMPSet::contains\28int\29\20const +11718:icu_74::Array1D::~Array1D\28\29_14310 +11719:icu_74::Array1D::get\28int\29\20const +11720:hit_compare_y\28SkOpRayHit\20const*\2c\20SkOpRayHit\20const*\29 +11721:hit_compare_x\28SkOpRayHit\20const*\2c\20SkOpRayHit\20const*\29 +11722:hb_unicode_script_nil\28hb_unicode_funcs_t*\2c\20unsigned\20int\2c\20void*\29 +11723:hb_unicode_general_category_nil\28hb_unicode_funcs_t*\2c\20unsigned\20int\2c\20void*\29 +11724:hb_ucd_script\28hb_unicode_funcs_t*\2c\20unsigned\20int\2c\20void*\29 +11725:hb_ucd_mirroring\28hb_unicode_funcs_t*\2c\20unsigned\20int\2c\20void*\29 +11726:hb_ucd_general_category\28hb_unicode_funcs_t*\2c\20unsigned\20int\2c\20void*\29 +11727:hb_ucd_decompose\28hb_unicode_funcs_t*\2c\20unsigned\20int\2c\20unsigned\20int*\2c\20unsigned\20int*\2c\20void*\29 +11728:hb_ucd_compose\28hb_unicode_funcs_t*\2c\20unsigned\20int\2c\20unsigned\20int\2c\20unsigned\20int*\2c\20void*\29 +11729:hb_ucd_combining_class\28hb_unicode_funcs_t*\2c\20unsigned\20int\2c\20void*\29 +11730:hb_syllabic_clear_var\28hb_ot_shape_plan_t\20const*\2c\20hb_font_t*\2c\20hb_buffer_t*\29 +11731:hb_paint_sweep_gradient_nil\28hb_paint_funcs_t*\2c\20void*\2c\20hb_color_line_t*\2c\20float\2c\20float\2c\20float\2c\20float\2c\20void*\29 +11732:hb_paint_push_transform_nil\28hb_paint_funcs_t*\2c\20void*\2c\20float\2c\20float\2c\20float\2c\20float\2c\20float\2c\20float\2c\20void*\29 +11733:hb_paint_push_clip_rectangle_nil\28hb_paint_funcs_t*\2c\20void*\2c\20float\2c\20float\2c\20float\2c\20float\2c\20void*\29 +11734:hb_paint_image_nil\28hb_paint_funcs_t*\2c\20void*\2c\20hb_blob_t*\2c\20unsigned\20int\2c\20unsigned\20int\2c\20unsigned\20int\2c\20float\2c\20hb_glyph_extents_t*\2c\20void*\29 +11735:hb_paint_extents_push_transform\28hb_paint_funcs_t*\2c\20void*\2c\20float\2c\20float\2c\20float\2c\20float\2c\20float\2c\20float\2c\20void*\29 +11736:hb_paint_extents_push_group\28hb_paint_funcs_t*\2c\20void*\2c\20void*\29 +11737:hb_paint_extents_push_clip_rectangle\28hb_paint_funcs_t*\2c\20void*\2c\20float\2c\20float\2c\20float\2c\20float\2c\20void*\29 +11738:hb_paint_extents_push_clip_glyph\28hb_paint_funcs_t*\2c\20void*\2c\20unsigned\20int\2c\20hb_font_t*\2c\20void*\29 +11739:hb_paint_extents_pop_transform\28hb_paint_funcs_t*\2c\20void*\2c\20void*\29 +11740:hb_paint_extents_pop_group\28hb_paint_funcs_t*\2c\20void*\2c\20hb_paint_composite_mode_t\2c\20void*\29 +11741:hb_paint_extents_pop_clip\28hb_paint_funcs_t*\2c\20void*\2c\20void*\29 +11742:hb_paint_extents_paint_sweep_gradient\28hb_paint_funcs_t*\2c\20void*\2c\20hb_color_line_t*\2c\20float\2c\20float\2c\20float\2c\20float\2c\20void*\29 +11743:hb_paint_extents_paint_image\28hb_paint_funcs_t*\2c\20void*\2c\20hb_blob_t*\2c\20unsigned\20int\2c\20unsigned\20int\2c\20unsigned\20int\2c\20float\2c\20hb_glyph_extents_t*\2c\20void*\29 +11744:hb_paint_extents_paint_color\28hb_paint_funcs_t*\2c\20void*\2c\20int\2c\20unsigned\20int\2c\20void*\29 +11745:hb_outline_recording_pen_quadratic_to\28hb_draw_funcs_t*\2c\20void*\2c\20hb_draw_state_t*\2c\20float\2c\20float\2c\20float\2c\20float\2c\20void*\29 +11746:hb_outline_recording_pen_move_to\28hb_draw_funcs_t*\2c\20void*\2c\20hb_draw_state_t*\2c\20float\2c\20float\2c\20void*\29 +11747:hb_outline_recording_pen_line_to\28hb_draw_funcs_t*\2c\20void*\2c\20hb_draw_state_t*\2c\20float\2c\20float\2c\20void*\29 +11748:hb_outline_recording_pen_cubic_to\28hb_draw_funcs_t*\2c\20void*\2c\20hb_draw_state_t*\2c\20float\2c\20float\2c\20float\2c\20float\2c\20float\2c\20float\2c\20void*\29 +11749:hb_outline_recording_pen_close_path\28hb_draw_funcs_t*\2c\20void*\2c\20hb_draw_state_t*\2c\20void*\29 +11750:hb_ot_shape_normalize_context_t::decompose_unicode\28hb_ot_shape_normalize_context_t\20const*\2c\20unsigned\20int\2c\20unsigned\20int*\2c\20unsigned\20int*\29 +11751:hb_ot_shape_normalize_context_t::compose_unicode\28hb_ot_shape_normalize_context_t\20const*\2c\20unsigned\20int\2c\20unsigned\20int\2c\20unsigned\20int*\29 +11752:hb_ot_paint_glyph\28hb_font_t*\2c\20void*\2c\20unsigned\20int\2c\20hb_paint_funcs_t*\2c\20void*\2c\20unsigned\20int\2c\20unsigned\20int\2c\20void*\29 +11753:hb_ot_map_t::lookup_map_t::cmp\28void\20const*\2c\20void\20const*\29 +11754:hb_ot_map_t::feature_map_t::cmp\28void\20const*\2c\20void\20const*\29 +11755:hb_ot_map_builder_t::feature_info_t::cmp\28void\20const*\2c\20void\20const*\29 +11756:hb_ot_get_variation_glyph\28hb_font_t*\2c\20void*\2c\20unsigned\20int\2c\20unsigned\20int\2c\20unsigned\20int*\2c\20void*\29 +11757:hb_ot_get_nominal_glyphs\28hb_font_t*\2c\20void*\2c\20unsigned\20int\2c\20unsigned\20int\20const*\2c\20unsigned\20int\2c\20unsigned\20int*\2c\20unsigned\20int\2c\20void*\29 +11758:hb_ot_get_nominal_glyph\28hb_font_t*\2c\20void*\2c\20unsigned\20int\2c\20unsigned\20int*\2c\20void*\29 +11759:hb_ot_get_glyph_v_origin\28hb_font_t*\2c\20void*\2c\20unsigned\20int\2c\20int*\2c\20int*\2c\20void*\29 +11760:hb_ot_get_glyph_v_advances\28hb_font_t*\2c\20void*\2c\20unsigned\20int\2c\20unsigned\20int\20const*\2c\20unsigned\20int\2c\20int*\2c\20unsigned\20int\2c\20void*\29 +11761:hb_ot_get_glyph_name\28hb_font_t*\2c\20void*\2c\20unsigned\20int\2c\20char*\2c\20unsigned\20int\2c\20void*\29 +11762:hb_ot_get_glyph_h_advances\28hb_font_t*\2c\20void*\2c\20unsigned\20int\2c\20unsigned\20int\20const*\2c\20unsigned\20int\2c\20int*\2c\20unsigned\20int\2c\20void*\29 +11763:hb_ot_get_glyph_from_name\28hb_font_t*\2c\20void*\2c\20char\20const*\2c\20int\2c\20unsigned\20int*\2c\20void*\29 +11764:hb_ot_get_glyph_extents\28hb_font_t*\2c\20void*\2c\20unsigned\20int\2c\20hb_glyph_extents_t*\2c\20void*\29 +11765:hb_ot_get_font_v_extents\28hb_font_t*\2c\20void*\2c\20hb_font_extents_t*\2c\20void*\29 +11766:hb_ot_get_font_h_extents\28hb_font_t*\2c\20void*\2c\20hb_font_extents_t*\2c\20void*\29 +11767:hb_ot_draw_glyph\28hb_font_t*\2c\20void*\2c\20unsigned\20int\2c\20hb_draw_funcs_t*\2c\20void*\2c\20void*\29 +11768:hb_font_paint_glyph_nil\28hb_font_t*\2c\20void*\2c\20unsigned\20int\2c\20hb_paint_funcs_t*\2c\20void*\2c\20unsigned\20int\2c\20unsigned\20int\2c\20void*\29 +11769:hb_font_paint_glyph_default\28hb_font_t*\2c\20void*\2c\20unsigned\20int\2c\20hb_paint_funcs_t*\2c\20void*\2c\20unsigned\20int\2c\20unsigned\20int\2c\20void*\29 +11770:hb_font_get_variation_glyph_default\28hb_font_t*\2c\20void*\2c\20unsigned\20int\2c\20unsigned\20int\2c\20unsigned\20int*\2c\20void*\29 +11771:hb_font_get_nominal_glyphs_default\28hb_font_t*\2c\20void*\2c\20unsigned\20int\2c\20unsigned\20int\20const*\2c\20unsigned\20int\2c\20unsigned\20int*\2c\20unsigned\20int\2c\20void*\29 +11772:hb_font_get_nominal_glyph_nil\28hb_font_t*\2c\20void*\2c\20unsigned\20int\2c\20unsigned\20int*\2c\20void*\29 +11773:hb_font_get_nominal_glyph_default\28hb_font_t*\2c\20void*\2c\20unsigned\20int\2c\20unsigned\20int*\2c\20void*\29 +11774:hb_font_get_glyph_v_origin_nil\28hb_font_t*\2c\20void*\2c\20unsigned\20int\2c\20int*\2c\20int*\2c\20void*\29 +11775:hb_font_get_glyph_v_origin_default\28hb_font_t*\2c\20void*\2c\20unsigned\20int\2c\20int*\2c\20int*\2c\20void*\29 +11776:hb_font_get_glyph_v_kerning_default\28hb_font_t*\2c\20void*\2c\20unsigned\20int\2c\20unsigned\20int\2c\20void*\29 +11777:hb_font_get_glyph_v_advances_default\28hb_font_t*\2c\20void*\2c\20unsigned\20int\2c\20unsigned\20int\20const*\2c\20unsigned\20int\2c\20int*\2c\20unsigned\20int\2c\20void*\29 +11778:hb_font_get_glyph_v_advance_nil\28hb_font_t*\2c\20void*\2c\20unsigned\20int\2c\20void*\29 +11779:hb_font_get_glyph_v_advance_default\28hb_font_t*\2c\20void*\2c\20unsigned\20int\2c\20void*\29 +11780:hb_font_get_glyph_name_nil\28hb_font_t*\2c\20void*\2c\20unsigned\20int\2c\20char*\2c\20unsigned\20int\2c\20void*\29 +11781:hb_font_get_glyph_name_default\28hb_font_t*\2c\20void*\2c\20unsigned\20int\2c\20char*\2c\20unsigned\20int\2c\20void*\29 +11782:hb_font_get_glyph_h_origin_nil\28hb_font_t*\2c\20void*\2c\20unsigned\20int\2c\20int*\2c\20int*\2c\20void*\29 +11783:hb_font_get_glyph_h_origin_default\28hb_font_t*\2c\20void*\2c\20unsigned\20int\2c\20int*\2c\20int*\2c\20void*\29 +11784:hb_font_get_glyph_h_kerning_default\28hb_font_t*\2c\20void*\2c\20unsigned\20int\2c\20unsigned\20int\2c\20void*\29 +11785:hb_font_get_glyph_h_advances_default\28hb_font_t*\2c\20void*\2c\20unsigned\20int\2c\20unsigned\20int\20const*\2c\20unsigned\20int\2c\20int*\2c\20unsigned\20int\2c\20void*\29 +11786:hb_font_get_glyph_h_advance_nil\28hb_font_t*\2c\20void*\2c\20unsigned\20int\2c\20void*\29 +11787:hb_font_get_glyph_h_advance_default\28hb_font_t*\2c\20void*\2c\20unsigned\20int\2c\20void*\29 +11788:hb_font_get_glyph_from_name_default\28hb_font_t*\2c\20void*\2c\20char\20const*\2c\20int\2c\20unsigned\20int*\2c\20void*\29 +11789:hb_font_get_glyph_extents_nil\28hb_font_t*\2c\20void*\2c\20unsigned\20int\2c\20hb_glyph_extents_t*\2c\20void*\29 +11790:hb_font_get_glyph_extents_default\28hb_font_t*\2c\20void*\2c\20unsigned\20int\2c\20hb_glyph_extents_t*\2c\20void*\29 +11791:hb_font_get_glyph_contour_point_nil\28hb_font_t*\2c\20void*\2c\20unsigned\20int\2c\20unsigned\20int\2c\20int*\2c\20int*\2c\20void*\29 +11792:hb_font_get_glyph_contour_point_default\28hb_font_t*\2c\20void*\2c\20unsigned\20int\2c\20unsigned\20int\2c\20int*\2c\20int*\2c\20void*\29 +11793:hb_font_get_font_v_extents_default\28hb_font_t*\2c\20void*\2c\20hb_font_extents_t*\2c\20void*\29 +11794:hb_font_get_font_h_extents_default\28hb_font_t*\2c\20void*\2c\20hb_font_extents_t*\2c\20void*\29 +11795:hb_font_draw_glyph_default\28hb_font_t*\2c\20void*\2c\20unsigned\20int\2c\20hb_draw_funcs_t*\2c\20void*\2c\20void*\29 +11796:hb_draw_quadratic_to_nil\28hb_draw_funcs_t*\2c\20void*\2c\20hb_draw_state_t*\2c\20float\2c\20float\2c\20float\2c\20float\2c\20void*\29 +11797:hb_draw_quadratic_to_default\28hb_draw_funcs_t*\2c\20void*\2c\20hb_draw_state_t*\2c\20float\2c\20float\2c\20float\2c\20float\2c\20void*\29 +11798:hb_draw_move_to_default\28hb_draw_funcs_t*\2c\20void*\2c\20hb_draw_state_t*\2c\20float\2c\20float\2c\20void*\29 +11799:hb_draw_line_to_default\28hb_draw_funcs_t*\2c\20void*\2c\20hb_draw_state_t*\2c\20float\2c\20float\2c\20void*\29 +11800:hb_draw_extents_quadratic_to\28hb_draw_funcs_t*\2c\20void*\2c\20hb_draw_state_t*\2c\20float\2c\20float\2c\20float\2c\20float\2c\20void*\29 +11801:hb_draw_extents_cubic_to\28hb_draw_funcs_t*\2c\20void*\2c\20hb_draw_state_t*\2c\20float\2c\20float\2c\20float\2c\20float\2c\20float\2c\20float\2c\20void*\29 +11802:hb_draw_cubic_to_default\28hb_draw_funcs_t*\2c\20void*\2c\20hb_draw_state_t*\2c\20float\2c\20float\2c\20float\2c\20float\2c\20float\2c\20float\2c\20void*\29 +11803:hb_draw_close_path_default\28hb_draw_funcs_t*\2c\20void*\2c\20hb_draw_state_t*\2c\20void*\29 +11804:hb_buffer_t::_cluster_group_func\28hb_glyph_info_t\20const&\2c\20hb_glyph_info_t\20const&\29 +11805:hb_aat_map_builder_t::feature_event_t::cmp\28void\20const*\2c\20void\20const*\29 +11806:hashEntry\28UElement\29 +11807:hasFullCompositionExclusion\28BinaryProperty\20const&\2c\20int\2c\20UProperty\29 +11808:hasEmojiProperty\28BinaryProperty\20const&\2c\20int\2c\20UProperty\29 +11809:gray_raster_render +11810:gray_raster_new +11811:gray_raster_done +11812:gray_move_to +11813:gray_line_to +11814:gray_cubic_to +11815:gray_conic_to +11816:get_sfnt_table +11817:getVo\28IntProperty\20const&\2c\20int\2c\20UProperty\29 +11818:getTrailCombiningClass\28IntProperty\20const&\2c\20int\2c\20UProperty\29 +11819:getNumericType\28IntProperty\20const&\2c\20int\2c\20UProperty\29 +11820:getNormQuickCheck\28IntProperty\20const&\2c\20int\2c\20UProperty\29 +11821:getLeadCombiningClass\28IntProperty\20const&\2c\20int\2c\20UProperty\29 +11822:getJoiningType\28IntProperty\20const&\2c\20int\2c\20UProperty\29 +11823:getJoiningGroup\28IntProperty\20const&\2c\20int\2c\20UProperty\29 +11824:getInSC\28IntProperty\20const&\2c\20int\2c\20UProperty\29 +11825:getInPC\28IntProperty\20const&\2c\20int\2c\20UProperty\29 +11826:getHangulSyllableType\28IntProperty\20const&\2c\20int\2c\20UProperty\29 +11827:getGeneralCategory\28IntProperty\20const&\2c\20int\2c\20UProperty\29 +11828:getCombiningClass\28IntProperty\20const&\2c\20int\2c\20UProperty\29 +11829:getBiDiPairedBracketType\28IntProperty\20const&\2c\20int\2c\20UProperty\29 +11830:getBiDiClass\28IntProperty\20const&\2c\20int\2c\20UProperty\29 +11831:ft_smooth_transform +11832:ft_smooth_set_mode +11833:ft_smooth_render +11834:ft_smooth_overlap_spans +11835:ft_smooth_lcd_spans +11836:ft_smooth_init +11837:ft_smooth_get_cbox +11838:ft_gzip_free +11839:ft_ansi_stream_io +11840:ft_ansi_stream_close +11841:fquad_xy_at_t\28SkPoint\20const*\2c\20float\2c\20double\29 +11842:fontCollection_registerTypeface +11843:fontCollection_dispose +11844:fontCollection_create +11845:fontCollection_clearCaches +11846:fmt_fp +11847:flutter::ToSk\28flutter::DlColorSource\20const*\29::$_1::__invoke\28void\20const*\2c\20void*\29 +11848:flutter::DlTextSkia::~DlTextSkia\28\29_1544 +11849:flutter::DlTextSkia::GetBounds\28\29\20const +11850:flutter::DlSweepGradientColorSource::shared\28\29\20const +11851:flutter::DlSweepGradientColorSource::equals_\28flutter::DlColorSource\20const&\29\20const +11852:flutter::DlSrgbToLinearGammaColorFilter::shared\28\29\20const +11853:flutter::DlSkPaintDispatchHelper::setStrokeWidth\28float\29 +11854:flutter::DlSkPaintDispatchHelper::setStrokeMiter\28float\29 +11855:flutter::DlSkPaintDispatchHelper::setStrokeJoin\28flutter::DlStrokeJoin\29 +11856:flutter::DlSkPaintDispatchHelper::setStrokeCap\28flutter::DlStrokeCap\29 +11857:flutter::DlSkPaintDispatchHelper::setMaskFilter\28flutter::DlMaskFilter\20const*\29 +11858:flutter::DlSkPaintDispatchHelper::setInvertColors\28bool\29 +11859:flutter::DlSkPaintDispatchHelper::setImageFilter\28flutter::DlImageFilter\20const*\29 +11860:flutter::DlSkPaintDispatchHelper::setDrawStyle\28flutter::DlDrawStyle\29 +11861:flutter::DlSkPaintDispatchHelper::setColor\28flutter::DlColor\29 +11862:flutter::DlSkPaintDispatchHelper::setColorSource\28flutter::DlColorSource\20const*\29 +11863:flutter::DlSkPaintDispatchHelper::setColorFilter\28flutter::DlColorFilter\20const*\29 +11864:flutter::DlSkPaintDispatchHelper::setBlendMode\28impeller::BlendMode\29 +11865:flutter::DlSkPaintDispatchHelper::setAntiAlias\28bool\29 +11866:flutter::DlSkCanvasDispatcher::translate\28float\2c\20float\29 +11867:flutter::DlSkCanvasDispatcher::transformReset\28\29 +11868:flutter::DlSkCanvasDispatcher::transformFullPerspective\28float\2c\20float\2c\20float\2c\20float\2c\20float\2c\20float\2c\20float\2c\20float\2c\20float\2c\20float\2c\20float\2c\20float\2c\20float\2c\20float\2c\20float\2c\20float\29 +11869:flutter::DlSkCanvasDispatcher::transform2DAffine\28float\2c\20float\2c\20float\2c\20float\2c\20float\2c\20float\29 +11870:flutter::DlSkCanvasDispatcher::skew\28float\2c\20float\29 +11871:flutter::DlSkCanvasDispatcher::scale\28float\2c\20float\29 +11872:flutter::DlSkCanvasDispatcher::saveLayer\28impeller::TRect\20const&\2c\20flutter::SaveLayerOptions\2c\20flutter::DlImageFilter\20const*\2c\20std::__2::optional\29 +11873:flutter::DlSkCanvasDispatcher::rotate\28float\29 +11874:flutter::DlSkCanvasDispatcher::drawVertices\28std::__2::shared_ptr\20const&\2c\20impeller::BlendMode\29 +11875:flutter::DlSkCanvasDispatcher::drawText\28std::__2::shared_ptr\20const&\2c\20float\2c\20float\29 +11876:flutter::DlSkCanvasDispatcher::drawShadow\28flutter::DlPath\20const&\2c\20flutter::DlColor\2c\20float\2c\20bool\2c\20float\29 +11877:flutter::DlSkCanvasDispatcher::drawRoundSuperellipse\28impeller::RoundSuperellipse\20const&\29 +11878:flutter::DlSkCanvasDispatcher::drawRoundRect\28impeller::RoundRect\20const&\29 +11879:flutter::DlSkCanvasDispatcher::drawRect\28impeller::TRect\20const&\29 +11880:flutter::DlSkCanvasDispatcher::drawPoints\28flutter::DlPointMode\2c\20unsigned\20int\2c\20impeller::TPoint\20const*\29 +11881:flutter::DlSkCanvasDispatcher::drawPath\28flutter::DlPath\20const&\29 +11882:flutter::DlSkCanvasDispatcher::drawPaint\28\29 +11883:flutter::DlSkCanvasDispatcher::drawOval\28impeller::TRect\20const&\29 +11884:flutter::DlSkCanvasDispatcher::drawLine\28impeller::TPoint\20const&\2c\20impeller::TPoint\20const&\29 +11885:flutter::DlSkCanvasDispatcher::drawImage\28sk_sp\2c\20impeller::TPoint\20const&\2c\20flutter::DlImageSampling\2c\20bool\29 +11886:flutter::DlSkCanvasDispatcher::drawImageRect\28sk_sp\2c\20impeller::TRect\20const&\2c\20impeller::TRect\20const&\2c\20flutter::DlImageSampling\2c\20bool\2c\20flutter::DlSrcRectConstraint\29 +11887:flutter::DlSkCanvasDispatcher::drawImageNine\28sk_sp\2c\20impeller::TRect\20const&\2c\20impeller::TRect\20const&\2c\20flutter::DlFilterMode\2c\20bool\29 +11888:flutter::DlSkCanvasDispatcher::drawDiffRoundRect\28impeller::RoundRect\20const&\2c\20impeller::RoundRect\20const&\29 +11889:flutter::DlSkCanvasDispatcher::drawDashedLine\28impeller::TPoint\20const&\2c\20impeller::TPoint\20const&\2c\20float\2c\20float\29 +11890:flutter::DlSkCanvasDispatcher::drawColor\28flutter::DlColor\2c\20impeller::BlendMode\29 +11891:flutter::DlSkCanvasDispatcher::drawCircle\28impeller::TPoint\20const&\2c\20float\29 +11892:flutter::DlSkCanvasDispatcher::drawAtlas\28sk_sp\2c\20impeller::RSTransform\20const*\2c\20impeller::TRect\20const*\2c\20flutter::DlColor\20const*\2c\20int\2c\20impeller::BlendMode\2c\20flutter::DlImageSampling\2c\20impeller::TRect\20const*\2c\20bool\29 +11893:flutter::DlSkCanvasDispatcher::drawArc\28impeller::TRect\20const&\2c\20float\2c\20float\2c\20bool\29 +11894:flutter::DlSkCanvasDispatcher::clipRoundSuperellipse\28impeller::RoundSuperellipse\20const&\2c\20flutter::DlClipOp\2c\20bool\29 +11895:flutter::DlSkCanvasDispatcher::clipRoundRect\28impeller::RoundRect\20const&\2c\20flutter::DlClipOp\2c\20bool\29 +11896:flutter::DlSkCanvasDispatcher::clipRect\28impeller::TRect\20const&\2c\20flutter::DlClipOp\2c\20bool\29 +11897:flutter::DlSkCanvasDispatcher::clipPath\28flutter::DlPath\20const&\2c\20flutter::DlClipOp\2c\20bool\29 +11898:flutter::DlSkCanvasDispatcher::clipOval\28impeller::TRect\20const&\2c\20flutter::DlClipOp\2c\20bool\29 +11899:flutter::DlRuntimeEffectColorSource::~DlRuntimeEffectColorSource\28\29_1643 +11900:flutter::DlRuntimeEffectColorSource::shared\28\29\20const +11901:flutter::DlRuntimeEffectColorSource::isUIThreadSafe\28\29\20const +11902:flutter::DlRuntimeEffectColorSource::equals_\28flutter::DlColorSource\20const&\29\20const +11903:flutter::DlRadialGradientColorSource::size\28\29\20const +11904:flutter::DlRadialGradientColorSource::shared\28\29\20const +11905:flutter::DlRadialGradientColorSource::pod\28\29\20const +11906:flutter::DlRadialGradientColorSource::equals_\28flutter::DlColorSource\20const&\29\20const +11907:flutter::DlRTree::~DlRTree\28\29_1825 +11908:flutter::DlPath::~DlPath\28\29_8763 +11909:flutter::DlPath::IsConvex\28\29\20const +11910:flutter::DlPath::GetFillType\28\29\20const +11911:flutter::DlPath::GetBounds\28\29\20const +11912:flutter::DlPath::Dispatch\28impeller::PathReceiver&\29\20const +11913:flutter::DlOpReceiver::save\28unsigned\20int\29 +11914:flutter::DlOpReceiver::saveLayer\28impeller::TRect\20const*\2c\20flutter::SaveLayerOptions\2c\20flutter::DlImageFilter\20const*\2c\20std::__2::optional\29 +11915:flutter::DlOpReceiver::saveLayer\28impeller::TRect\20const&\2c\20flutter::SaveLayerOptions\20const&\2c\20unsigned\20int\2c\20impeller::BlendMode\2c\20flutter::DlImageFilter\20const*\2c\20std::__2::optional\29 +11916:flutter::DlMatrixImageFilter::size\28\29\20const +11917:flutter::DlMatrixImageFilter::shared\28\29\20const +11918:flutter::DlMatrixImageFilter::map_local_bounds\28impeller::TRect\20const&\2c\20impeller::TRect&\29\20const +11919:flutter::DlMatrixImageFilter::map_device_bounds\28impeller::TRect\20const&\2c\20impeller::Matrix\20const&\2c\20impeller::TRect&\29\20const +11920:flutter::DlMatrixImageFilter::get_input_device_bounds\28impeller::TRect\20const&\2c\20impeller::Matrix\20const&\2c\20impeller::TRect&\29\20const +11921:flutter::DlMatrixImageFilter::equals_\28flutter::DlImageFilter\20const&\29\20const +11922:flutter::DlMatrixColorFilter::shared\28\29\20const +11923:flutter::DlMatrixColorFilter::modifies_transparent_black\28\29\20const +11924:flutter::DlMatrixColorFilter::equals_\28flutter::DlColorFilter\20const&\29\20const +11925:flutter::DlMatrixColorFilter::can_commute_with_opacity\28\29\20const +11926:flutter::DlLocalMatrixImageFilter::~DlLocalMatrixImageFilter\28\29_1790 +11927:flutter::DlLocalMatrixImageFilter::~DlLocalMatrixImageFilter\28\29 +11928:flutter::DlLocalMatrixImageFilter::size\28\29\20const +11929:flutter::DlLocalMatrixImageFilter::shared\28\29\20const +11930:flutter::DlLocalMatrixImageFilter::modifies_transparent_black\28\29\20const +11931:flutter::DlLocalMatrixImageFilter::map_local_bounds\28impeller::TRect\20const&\2c\20impeller::TRect&\29\20const +11932:flutter::DlLocalMatrixImageFilter::map_device_bounds\28impeller::TRect\20const&\2c\20impeller::Matrix\20const&\2c\20impeller::TRect&\29\20const +11933:flutter::DlLocalMatrixImageFilter::get_input_device_bounds\28impeller::TRect\20const&\2c\20impeller::Matrix\20const&\2c\20impeller::TRect&\29\20const +11934:flutter::DlLocalMatrixImageFilter::equals_\28flutter::DlImageFilter\20const&\29\20const +11935:flutter::DlLinearToSrgbGammaColorFilter::shared\28\29\20const +11936:flutter::DlLinearGradientColorSource::shared\28\29\20const +11937:flutter::DlLinearGradientColorSource::equals_\28flutter::DlColorSource\20const&\29\20const +11938:flutter::DlImageSkia::isTextureBacked\28\29\20const +11939:flutter::DlImageSkia::isOpaque\28\29\20const +11940:flutter::DlImageSkia::GetSize\28\29\20const +11941:flutter::DlImageSkia::GetApproximateByteSize\28\29\20const +11942:flutter::DlImageFilter::makeWithLocalMatrix\28impeller::Matrix\20const&\29\20const +11943:flutter::DlImageColorSource::~DlImageColorSource\28\29_1610 +11944:flutter::DlImageColorSource::~DlImageColorSource\28\29 +11945:flutter::DlImageColorSource::shared\28\29\20const +11946:flutter::DlImageColorSource::is_opaque\28\29\20const +11947:flutter::DlImageColorSource::isUIThreadSafe\28\29\20const +11948:flutter::DlImageColorSource::equals_\28flutter::DlColorSource\20const&\29\20const +11949:flutter::DlImage::get_error\28\29\20const +11950:flutter::DlGradientColorSourceBase::is_opaque\28\29\20const +11951:flutter::DlErodeImageFilter::shared\28\29\20const +11952:flutter::DlErodeImageFilter::map_local_bounds\28impeller::TRect\20const&\2c\20impeller::TRect&\29\20const +11953:flutter::DlDilateImageFilter::shared\28\29\20const +11954:flutter::DlDilateImageFilter::map_local_bounds\28impeller::TRect\20const&\2c\20impeller::TRect&\29\20const +11955:flutter::DlConicalGradientColorSource::size\28\29\20const +11956:flutter::DlConicalGradientColorSource::shared\28\29\20const +11957:flutter::DlConicalGradientColorSource::equals_\28flutter::DlColorSource\20const&\29\20const +11958:flutter::DlComposeImageFilter::~DlComposeImageFilter\28\29_1746 +11959:flutter::DlComposeImageFilter::size\28\29\20const +11960:flutter::DlComposeImageFilter::shared\28\29\20const +11961:flutter::DlComposeImageFilter::modifies_transparent_black\28\29\20const +11962:flutter::DlComposeImageFilter::matrix_capability\28\29\20const +11963:flutter::DlComposeImageFilter::map_local_bounds\28impeller::TRect\20const&\2c\20impeller::TRect&\29\20const +11964:flutter::DlComposeImageFilter::map_device_bounds\28impeller::TRect\20const&\2c\20impeller::Matrix\20const&\2c\20impeller::TRect&\29\20const +11965:flutter::DlComposeImageFilter::get_input_device_bounds\28impeller::TRect\20const&\2c\20impeller::Matrix\20const&\2c\20impeller::TRect&\29\20const +11966:flutter::DlComposeImageFilter::equals_\28flutter::DlImageFilter\20const&\29\20const +11967:flutter::DlColorFilterImageFilter::~DlColorFilterImageFilter\28\29_1730 +11968:flutter::DlColorFilterImageFilter::~DlColorFilterImageFilter\28\29 +11969:flutter::DlColorFilterImageFilter::shared\28\29\20const +11970:flutter::DlColorFilterImageFilter::modifies_transparent_black\28\29\20const +11971:flutter::DlColorFilterImageFilter::map_local_bounds\28impeller::TRect\20const&\2c\20impeller::TRect&\29\20const +11972:flutter::DlColorFilterImageFilter::equals_\28flutter::DlImageFilter\20const&\29\20const +11973:flutter::DlCanvas::DrawImageRect\28sk_sp\20const&\2c\20impeller::TRect\20const&\2c\20impeller::TRect\20const&\2c\20flutter::DlImageSampling\2c\20flutter::DlPaint\20const*\2c\20flutter::DlSrcRectConstraint\29 +11974:flutter::DlBlurMaskFilter::equals_\28flutter::DlMaskFilter\20const&\29\20const +11975:flutter::DlBlurImageFilter::shared\28\29\20const +11976:flutter::DlBlurImageFilter::map_local_bounds\28impeller::TRect\20const&\2c\20impeller::TRect&\29\20const +11977:flutter::DlBlurImageFilter::get_input_device_bounds\28impeller::TRect\20const&\2c\20impeller::Matrix\20const&\2c\20impeller::TRect&\29\20const +11978:flutter::DlBlurImageFilter::equals_\28flutter::DlImageFilter\20const&\29\20const +11979:flutter::DlBlendColorFilter::shared\28\29\20const +11980:flutter::DlBlendColorFilter::modifies_transparent_black\28\29\20const +11981:flutter::DlBlendColorFilter::equals_\28flutter::DlColorFilter\20const&\29\20const +11982:flutter::DlBlendColorFilter::can_commute_with_opacity\28\29\20const +11983:flutter::DisplayListBuilder::transformReset\28\29 +11984:flutter::DisplayListBuilder::transformFullPerspective\28float\2c\20float\2c\20float\2c\20float\2c\20float\2c\20float\2c\20float\2c\20float\2c\20float\2c\20float\2c\20float\2c\20float\2c\20float\2c\20float\2c\20float\2c\20float\29 +11985:flutter::DisplayListBuilder::transform2DAffine\28float\2c\20float\2c\20float\2c\20float\2c\20float\2c\20float\29 +11986:flutter::DisplayListBuilder::drawShadow\28flutter::DlPath\20const&\2c\20flutter::DlColor\2c\20float\2c\20bool\2c\20float\29 +11987:flutter::DisplayListBuilder::drawColor\28flutter::DlColor\2c\20impeller::BlendMode\29 +11988:flutter::DisplayListBuilder::clipRoundSuperellipse\28impeller::RoundSuperellipse\20const&\2c\20flutter::DlClipOp\2c\20bool\29 +11989:flutter::DisplayListBuilder::clipRoundRect\28impeller::RoundRect\20const&\2c\20flutter::DlClipOp\2c\20bool\29 +11990:flutter::DisplayListBuilder::clipRect\28impeller::TRect\20const&\2c\20flutter::DlClipOp\2c\20bool\29 +11991:flutter::DisplayListBuilder::clipPath\28flutter::DlPath\20const&\2c\20flutter::DlClipOp\2c\20bool\29 +11992:flutter::DisplayListBuilder::clipOval\28impeller::TRect\20const&\2c\20flutter::DlClipOp\2c\20bool\29 +11993:flutter::DisplayListBuilder::GetMatrix\28\29\20const +11994:flutter::DisplayListBuilder::GetDestinationClipCoverage\28\29\20const +11995:flutter::DisplayList::~DisplayList\28\29_1190 +11996:fline_xy_at_t\28SkPoint\20const*\2c\20float\2c\20double\29 +11997:final_reordering_indic\28hb_ot_shape_plan_t\20const*\2c\20hb_font_t*\2c\20hb_buffer_t*\29 +11998:fcubic_xy_at_t\28SkPoint\20const*\2c\20float\2c\20double\29 +11999:fconic_xy_at_t\28SkPoint\20const*\2c\20float\2c\20double\29 +12000:error_callback +12001:emscripten_stack_get_current +12002:dquad_xy_at_t\28SkPoint\20const*\2c\20float\2c\20double\29 +12003:dline_xy_at_t\28SkPoint\20const*\2c\20float\2c\20double\29 +12004:dispose_external_texture\28void*\29 +12005:defaultGetValue\28IntProperty\20const&\2c\20int\2c\20UProperty\29 +12006:defaultGetMaxValue\28IntProperty\20const&\2c\20UProperty\29 +12007:defaultContains\28BinaryProperty\20const&\2c\20int\2c\20UProperty\29 +12008:decompose_khmer\28hb_ot_shape_normalize_context_t\20const*\2c\20unsigned\20int\2c\20unsigned\20int*\2c\20unsigned\20int*\29 +12009:decompose_indic\28hb_ot_shape_normalize_context_t\20const*\2c\20unsigned\20int\2c\20unsigned\20int*\2c\20unsigned\20int*\29 +12010:decltype\28fp\28nullptr\29\29\20SkArenaAlloc::make\28skgpu::ganesh::\28anonymous\20namespace\29::QuadEdgeEffect::Make\28SkArenaAlloc*\2c\20SkMatrix\20const&\2c\20bool\2c\20bool\29::'lambda'\28void*\29&&\29::'lambda'\28char*\29::__invoke\28char*\29 +12011:decltype\28fp\28nullptr\29\29\20SkArenaAlloc::make&\2c\20GrShaderCaps\20const&>\28SkMatrix\20const&\2c\20SkRGBA4f<\28SkAlphaType\292>&\2c\20GrShaderCaps\20const&\29::'lambda'\28void*\29>\28skgpu::ganesh::\28anonymous\20namespace\29::HullShader&&\29::'lambda'\28char*\29::__invoke\28char*\29 +12012:decltype\28fp\28nullptr\29\29\20SkArenaAlloc::make\28skgpu::ganesh::StrokeTessellator::PathStrokeList&&\29::'lambda'\28void*\29>\28skgpu::ganesh::StrokeTessellator::PathStrokeList&&\29::'lambda'\28char*\29::__invoke\28char*\29 +12013:decltype\28fp\28nullptr\29\29\20SkArenaAlloc::make\28skgpu::tess::PatchAttribs&\29::'lambda'\28void*\29>\28skgpu::ganesh::StrokeTessellator&&\29::'lambda'\28char*\29::__invoke\28char*\29 +12014:decltype\28fp\28nullptr\29\29\20SkArenaAlloc::make\20const&>\28SkMatrix\20const&\2c\20SkPath\20const&\2c\20SkRGBA4f<\28SkAlphaType\292>\20const&\29::'lambda'\28void*\29>\28skgpu::ganesh::PathTessellator::PathDrawList&&\29::'lambda'\28char*\29::__invoke\28char*\29 +12015:decltype\28fp\28nullptr\29\29\20SkArenaAlloc::make\2c\20SkFilterMode\2c\20bool\29::'lambda'\28void*\29>\28skgpu::ganesh::LatticeOp::\28anonymous\20namespace\29::LatticeGP::Make\28SkArenaAlloc*\2c\20GrSurfaceProxyView\20const&\2c\20sk_sp\2c\20SkFilterMode\2c\20bool\29::'lambda'\28void*\29&&\29::'lambda'\28char*\29::__invoke\28char*\29 +12016:decltype\28fp\28nullptr\29\29\20SkArenaAlloc::make\28skgpu::ganesh::FillRRectOp::\28anonymous\20namespace\29::FillRRectOpImpl::Processor::Make\28SkArenaAlloc*\2c\20GrAAType\2c\20skgpu::ganesh::FillRRectOp::\28anonymous\20namespace\29::FillRRectOpImpl::ProcessorFlags\29::'lambda'\28void*\29&&\29::'lambda'\28char*\29::__invoke\28char*\29 +12017:decltype\28fp\28nullptr\29\29\20SkArenaAlloc::make\28int&\2c\20int&\29::'lambda'\28void*\29>\28skgpu::RectanizerSkyline&&\29::'lambda'\28char*\29::__invoke\28char*\29 +12018:decltype\28fp\28nullptr\29\29\20SkArenaAlloc::make\28int&\2c\20int&\29::'lambda'\28void*\29>\28skgpu::RectanizerPow2&&\29::'lambda'\28char*\29::__invoke\28char*\29 +12019:decltype\28fp\28nullptr\29\29\20SkArenaAlloc::make<\28anonymous\20namespace\29::ThreeBoxApproxPass*\20SkArenaAlloc::make<\28anonymous\20namespace\29::ThreeBoxApproxPass\2c\20skvx::Vec<4\2c\20unsigned\20int>*&\2c\20skvx::Vec<4\2c\20unsigned\20int>*&\2c\20skvx::Vec<4\2c\20unsigned\20int>*&\2c\20skvx::Vec<4\2c\20unsigned\20int>*&\2c\20int&\2c\20int&>\28skvx::Vec<4\2c\20unsigned\20int>*&\2c\20skvx::Vec<4\2c\20unsigned\20int>*&\2c\20skvx::Vec<4\2c\20unsigned\20int>*&\2c\20skvx::Vec<4\2c\20unsigned\20int>*&\2c\20int&\2c\20int&\29::'lambda'\28void*\29>\28\28anonymous\20namespace\29::ThreeBoxApproxPass&&\29::'lambda'\28char*\29::__invoke\28char*\29 +12020:decltype\28fp\28nullptr\29\29\20SkArenaAlloc::make<\28anonymous\20namespace\29::TextureOpImpl::Desc*\20SkArenaAlloc::make<\28anonymous\20namespace\29::TextureOpImpl::Desc>\28\29::'lambda'\28void*\29>\28\28anonymous\20namespace\29::TextureOpImpl::Desc&&\29::'lambda'\28char*\29::__invoke\28char*\29 +12021:decltype\28fp\28nullptr\29\29\20SkArenaAlloc::make<\28anonymous\20namespace\29::TentPass*\20SkArenaAlloc::make<\28anonymous\20namespace\29::TentPass\2c\20skvx::Vec<4\2c\20unsigned\20int>*&\2c\20skvx::Vec<4\2c\20unsigned\20int>*&\2c\20skvx::Vec<4\2c\20unsigned\20int>*&\2c\20int&\2c\20int&>\28skvx::Vec<4\2c\20unsigned\20int>*&\2c\20skvx::Vec<4\2c\20unsigned\20int>*&\2c\20skvx::Vec<4\2c\20unsigned\20int>*&\2c\20int&\2c\20int&\29::'lambda'\28void*\29>\28\28anonymous\20namespace\29::TentPass&&\29::'lambda'\28char*\29::__invoke\28char*\29 +12022:decltype\28fp\28nullptr\29\29\20SkArenaAlloc::make<\28anonymous\20namespace\29::SimpleTriangleShader*\20SkArenaAlloc::make<\28anonymous\20namespace\29::SimpleTriangleShader\2c\20SkMatrix\20const&\2c\20SkRGBA4f<\28SkAlphaType\292>\20const&>\28SkMatrix\20const&\2c\20SkRGBA4f<\28SkAlphaType\292>\20const&\29::'lambda'\28void*\29>\28\28anonymous\20namespace\29::SimpleTriangleShader&&\29::'lambda'\28char*\29::__invoke\28char*\29 +12023:decltype\28fp\28nullptr\29\29\20SkArenaAlloc::make<\28anonymous\20namespace\29::DrawAtlasPathShader*\20SkArenaAlloc::make<\28anonymous\20namespace\29::DrawAtlasPathShader\2c\20bool&\2c\20skgpu::ganesh::AtlasInstancedHelper*\2c\20GrShaderCaps\20const&>\28bool&\2c\20skgpu::ganesh::AtlasInstancedHelper*&&\2c\20GrShaderCaps\20const&\29::'lambda'\28void*\29>\28\28anonymous\20namespace\29::DrawAtlasPathShader&&\29::'lambda'\28char*\29::__invoke\28char*\29 +12024:decltype\28fp\28nullptr\29\29\20SkArenaAlloc::make<\28anonymous\20namespace\29::BoundingBoxShader*\20SkArenaAlloc::make<\28anonymous\20namespace\29::BoundingBoxShader\2c\20SkRGBA4f<\28SkAlphaType\292>&\2c\20GrShaderCaps\20const&>\28SkRGBA4f<\28SkAlphaType\292>&\2c\20GrShaderCaps\20const&\29::'lambda'\28void*\29>\28\28anonymous\20namespace\29::BoundingBoxShader&&\29::'lambda'\28char*\29::__invoke\28char*\29 +12025:decltype\28fp\28nullptr\29\29\20SkArenaAlloc::make\28SkPixmap\20const&\2c\20unsigned\20char&&\29::'lambda'\28void*\29>\28Sprite_D32_S32&&\29::'lambda'\28char*\29::__invoke\28char*\29 +12026:decltype\28fp\28nullptr\29\29\20SkArenaAlloc::make\28bool&&\2c\20bool\20const&\29::'lambda'\28void*\29>\28SkTriColorShader&&\29::'lambda'\28char*\29::__invoke\28char*\29 +12027:decltype\28fp\28nullptr\29\29\20SkArenaAlloc::make\28\29::'lambda'\28void*\29>\28SkTCubic&&\29::'lambda'\28char*\29::__invoke\28char*\29 +12028:decltype\28fp\28nullptr\29\29\20SkArenaAlloc::make\28\29::'lambda'\28void*\29>\28SkTConic&&\29::'lambda'\28char*\29::__invoke\28char*\29 +12029:decltype\28fp\28nullptr\29\29\20SkArenaAlloc::make\28SkPixmap\20const&\29::'lambda'\28void*\29>\28SkSpriteBlitter_Memcpy&&\29::'lambda'\28char*\29::__invoke\28char*\29 +12030:decltype\28fp\28nullptr\29\29\20SkArenaAlloc::make&>\28SkPixmap\20const&\2c\20SkArenaAlloc*&\2c\20sk_sp&\29::'lambda'\28void*\29>\28SkRasterPipelineSpriteBlitter&&\29::'lambda'\28char*\29::__invoke\28char*\29 +12031:decltype\28fp\28nullptr\29\29\20SkArenaAlloc::make\28SkPixmap\20const&\2c\20SkPaint\20const&\2c\20SkArenaAlloc*&\29::'lambda'\28void*\29>\28SkRasterPipelineBlitter&&\29::'lambda'\28char*\29::__invoke\28char*\29 +12032:decltype\28fp\28nullptr\29\29\20SkArenaAlloc::make\28\29::'lambda'\28void*\29>\28SkNullBlitter&&\29::'lambda'\28char*\29::__invoke\28char*\29 +12033:decltype\28fp\28nullptr\29\29\20SkArenaAlloc::make\28SkImage_Base\20const*&&\2c\20SkMatrix\20const&\2c\20SkMipmapMode&\29::'lambda'\28void*\29>\28SkMipmapAccessor&&\29::'lambda'\28char*\29::__invoke\28char*\29 +12034:decltype\28fp\28nullptr\29\29\20SkArenaAlloc::make\28\29::'lambda'\28void*\29>\28SkGlyph::PathData&&\29::'lambda'\28char*\29::__invoke\28char*\29 +12035:decltype\28fp\28nullptr\29\29\20SkArenaAlloc::make\28\29::'lambda'\28void*\29>\28SkGlyph::DrawableData&&\29::'lambda'\28char*\29::__invoke\28char*\29 +12036:decltype\28fp\28nullptr\29\29\20SkArenaAlloc::make\28\29::'lambda'\28void*\29>\28SkEdge&&\29::'lambda'\28char*\29::__invoke\28char*\29 +12037:decltype\28fp\28nullptr\29\29\20SkArenaAlloc::make\28\29::'lambda'\28void*\29>\28SkCubicEdge&&\29::'lambda'\28char*\29::__invoke\28char*\29 +12038:decltype\28fp\28nullptr\29\29\20SkArenaAlloc::make&\29>>::Node*\20SkArenaAlloc::make&\29>>::Node\2c\20std::__2::function&\29>>\28std::__2::function&\29>&&\29::'lambda'\28void*\29>\28SkArenaAllocList&\29>>::Node&&\29::'lambda'\28char*\29::__invoke\28char*\29 +12039:decltype\28fp\28nullptr\29\29\20SkArenaAlloc::make::Node*\20SkArenaAlloc::make::Node\2c\20std::__2::function&\29>\2c\20skgpu::Token>\28std::__2::function&\29>&&\2c\20skgpu::Token&&\29::'lambda'\28void*\29>\28SkArenaAllocList::Node&&\29::'lambda'\28char*\29::__invoke\28char*\29 +12040:decltype\28fp\28nullptr\29\29\20SkArenaAlloc::make::Node*\20SkArenaAlloc::make::Node>\28\29::'lambda'\28void*\29>\28SkArenaAllocList::Node&&\29::'lambda'\28char*\29::__invoke\28char*\29 +12041:decltype\28fp\28nullptr\29\29\20SkArenaAlloc::make\28SkPixmap\20const&\2c\20SkPaint\20const&\29::'lambda'\28void*\29>\28SkA8_Coverage_Blitter&&\29::'lambda'\28char*\29::__invoke\28char*\29 +12042:decltype\28fp\28nullptr\29\29\20SkArenaAlloc::make\28\29::'lambda'\28void*\29>\28GrSimpleMesh&&\29::'lambda'\28char*\29::__invoke\28char*\29 +12043:decltype\28fp\28nullptr\29\29\20SkArenaAlloc::make\28GrSurfaceProxy*&\2c\20skgpu::ScratchKey&&\2c\20GrResourceProvider*&\29::'lambda'\28void*\29>\28GrResourceAllocator::Register&&\29::'lambda'\28char*\29::__invoke\28char*\29 +12044:decltype\28fp\28nullptr\29\29\20SkArenaAlloc::make\28SkPath\20const&\2c\20SkArenaAlloc*\20const&\29::'lambda'\28void*\29>\28GrInnerFanTriangulator&&\29::'lambda'\28char*\29::__invoke\28char*\29 +12045:decltype\28fp\28nullptr\29\29\20SkArenaAlloc::make\28GrDistanceFieldLCDTextGeoProc::Make\28SkArenaAlloc*\2c\20GrShaderCaps\20const&\2c\20GrSurfaceProxyView\20const*\2c\20int\2c\20GrSamplerState\2c\20GrDistanceFieldLCDTextGeoProc::DistanceAdjust\2c\20unsigned\20int\2c\20SkMatrix\20const&\29::'lambda'\28void*\29&&\29::'lambda'\28char*\29::__invoke\28char*\29 +12046:decltype\28fp\28nullptr\29\29\20SkArenaAlloc::make\20const&\2c\20bool\2c\20sk_sp\2c\20GrSurfaceProxyView\20const*\2c\20int\2c\20GrSamplerState\2c\20skgpu::MaskFormat\2c\20SkMatrix\20const&\2c\20bool\29::'lambda'\28void*\29>\28GrBitmapTextGeoProc::Make\28SkArenaAlloc*\2c\20GrShaderCaps\20const&\2c\20SkRGBA4f<\28SkAlphaType\292>\20const&\2c\20bool\2c\20sk_sp\2c\20GrSurfaceProxyView\20const*\2c\20int\2c\20GrSamplerState\2c\20skgpu::MaskFormat\2c\20SkMatrix\20const&\2c\20bool\29::'lambda'\28void*\29&&\29::'lambda'\28char*\29::__invoke\28char*\29 +12047:decltype\28fp\28nullptr\29\29\20SkArenaAlloc::make\28GrAppliedClip&&\29::'lambda'\28void*\29>\28GrAppliedClip&&\29::'lambda'\28char*\29::__invoke\28char*\29 +12048:decltype\28fp\28nullptr\29\29\20SkArenaAlloc::make\28EllipseGeometryProcessor::Make\28SkArenaAlloc*\2c\20bool\2c\20bool\2c\20bool\2c\20SkMatrix\20const&\29::'lambda'\28void*\29&&\29::'lambda'\28char*\29::__invoke\28char*\29 +12049:decltype\28fp\28nullptr\29\29\20SkArenaAlloc::make\20const&\2c\20SkMatrix\20const&\2c\20SkMatrix\20const&\2c\20bool\2c\20unsigned\20char\29::'lambda'\28void*\29>\28DefaultGeoProc::Make\28SkArenaAlloc*\2c\20unsigned\20int\2c\20SkRGBA4f<\28SkAlphaType\292>\20const&\2c\20SkMatrix\20const&\2c\20SkMatrix\20const&\2c\20bool\2c\20unsigned\20char\29::'lambda'\28void*\29&&\29::'lambda'\28char*\29::__invoke\28char*\29 +12050:decltype\28auto\29\20std::__2::__variant_detail::__visitation::__base::__dispatcher<1ul\2c\201ul>::__dispatch\5babi:ne180100\5d>::__generic_construct\5babi:ne180100\5d\2c\20\28std::__2::__variant_detail::_Trait\291>\20const&>\28std::__2::__variant_detail::__ctor>&\2c\20std::__2::__variant_detail::__copy_constructor\2c\20\28std::__2::__variant_detail::_Trait\291>\20const&\29::'lambda'\28std::__2::__variant_detail::__copy_constructor\2c\20\28std::__2::__variant_detail::_Trait\291>\20const&\2c\20auto&&\29&&\2c\20std::__2::__variant_detail::__base<\28std::__2::__variant_detail::_Trait\291\2c\20SkPaint\2c\20int>&\2c\20std::__2::__variant_detail::__base<\28std::__2::__variant_detail::_Trait\291\2c\20SkPaint\2c\20int>\20const&>\28std::__2::__variant_detail::__copy_constructor\2c\20\28std::__2::__variant_detail::_Trait\291>\20const&\2c\20std::__2::__variant_detail::__base<\28std::__2::__variant_detail::_Trait\291\2c\20SkPaint\2c\20int>&\2c\20std::__2::__variant_detail::__base<\28std::__2::__variant_detail::_Trait\291\2c\20SkPaint\2c\20int>\20const&\29 +12051:decltype\28auto\29\20std::__2::__variant_detail::__visitation::__base::__dispatcher<1ul\2c\201ul>::__dispatch\5babi:ne180100\5d>>&&\2c\20std::__2::__variant_detail::__base<\28std::__2::__variant_detail::_Trait\291\2c\20SkPaint\2c\20int>\20const&\2c\20std::__2::__variant_detail::__base<\28std::__2::__variant_detail::_Trait\291\2c\20SkPaint\2c\20int>\20const&>\28std::__2::__variant_detail::__visitation::__variant::__value_visitor>>&&\2c\20std::__2::__variant_detail::__base<\28std::__2::__variant_detail::_Trait\291\2c\20SkPaint\2c\20int>\20const&\2c\20std::__2::__variant_detail::__base<\28std::__2::__variant_detail::_Trait\291\2c\20SkPaint\2c\20int>\20const&\29 +12052:decltype\28auto\29\20std::__2::__variant_detail::__visitation::__base::__dispatcher<1ul\2c\201ul>::__dispatch\5babi:ne180100\5d>>&&\2c\20std::__2::__variant_detail::__base<\28std::__2::__variant_detail::_Trait\291\2c\20SkPaint\2c\20int>\20const&\2c\20std::__2::__variant_detail::__base<\28std::__2::__variant_detail::_Trait\291\2c\20SkPaint\2c\20int>\20const&>\28std::__2::__variant_detail::__visitation::__variant::__value_visitor>>&&\2c\20std::__2::__variant_detail::__base<\28std::__2::__variant_detail::_Trait\291\2c\20SkPaint\2c\20int>\20const&\2c\20std::__2::__variant_detail::__base<\28std::__2::__variant_detail::_Trait\291\2c\20SkPaint\2c\20int>\20const&\29 +12053:decltype\28auto\29\20std::__2::__variant_detail::__visitation::__base::__dispatcher<1ul>::__dispatch\5babi:ne180100\5d\2c\20std::__2::unique_ptr>>\2c\20\28std::__2::__variant_detail::_Trait\291>::__destroy\5babi:ne180100\5d\28\29::'lambda'\28auto&\29&&\2c\20std::__2::__variant_detail::__base<\28std::__2::__variant_detail::_Trait\291\2c\20sk_sp\2c\20std::__2::unique_ptr>>&>\28auto\2c\20std::__2::__variant_detail::__base<\28std::__2::__variant_detail::_Trait\291\2c\20sk_sp\2c\20std::__2::unique_ptr>>&\29 +12054:decltype\28auto\29\20std::__2::__variant_detail::__visitation::__base::__dispatcher<0ul\2c\200ul>::__dispatch\5babi:ne180100\5d>::__generic_construct\5babi:ne180100\5d\2c\20\28std::__2::__variant_detail::_Trait\291>\20const&>\28std::__2::__variant_detail::__ctor>&\2c\20std::__2::__variant_detail::__copy_constructor\2c\20\28std::__2::__variant_detail::_Trait\291>\20const&\29::'lambda'\28std::__2::__variant_detail::__copy_constructor\2c\20\28std::__2::__variant_detail::_Trait\291>\20const&\2c\20auto&&\29&&\2c\20std::__2::__variant_detail::__base<\28std::__2::__variant_detail::_Trait\291\2c\20SkPaint\2c\20int>&\2c\20std::__2::__variant_detail::__base<\28std::__2::__variant_detail::_Trait\291\2c\20SkPaint\2c\20int>\20const&>\28std::__2::__variant_detail::__copy_constructor\2c\20\28std::__2::__variant_detail::_Trait\291>\20const&\2c\20std::__2::__variant_detail::__base<\28std::__2::__variant_detail::_Trait\291\2c\20SkPaint\2c\20int>&\2c\20std::__2::__variant_detail::__base<\28std::__2::__variant_detail::_Trait\291\2c\20SkPaint\2c\20int>\20const&\29 +12055:decltype\28auto\29\20std::__2::__variant_detail::__visitation::__base::__dispatcher<0ul\2c\200ul>::__dispatch\5babi:ne180100\5d>::__generic_assign\5babi:ne180100\5d\2c\20\28std::__2::__variant_detail::_Trait\291>>\28std::__2::__variant_detail::__move_assignment\2c\20\28std::__2::__variant_detail::_Trait\291>&&\29::'lambda'\28std::__2::__variant_detail::__move_assignment\2c\20\28std::__2::__variant_detail::_Trait\291>&\2c\20auto&&\29&&\2c\20std::__2::__variant_detail::__base<\28std::__2::__variant_detail::_Trait\291\2c\20SkPaint\2c\20int>&\2c\20std::__2::__variant_detail::__base<\28std::__2::__variant_detail::_Trait\291\2c\20SkPaint\2c\20int>&&>\28std::__2::__variant_detail::__move_assignment\2c\20\28std::__2::__variant_detail::_Trait\291>\2c\20std::__2::__variant_detail::__base<\28std::__2::__variant_detail::_Trait\291\2c\20SkPaint\2c\20int>&\2c\20std::__2::__variant_detail::__base<\28std::__2::__variant_detail::_Trait\291\2c\20SkPaint\2c\20int>&&\29 +12056:decltype\28auto\29\20std::__2::__variant_detail::__visitation::__base::__dispatcher<0ul\2c\200ul>::__dispatch\5babi:ne180100\5d>::__generic_assign\5babi:ne180100\5d\2c\20\28std::__2::__variant_detail::_Trait\291>\20const&>\28std::__2::__variant_detail::__copy_assignment\2c\20\28std::__2::__variant_detail::_Trait\291>\20const&\29::'lambda'\28std::__2::__variant_detail::__copy_assignment\2c\20\28std::__2::__variant_detail::_Trait\291>\20const&\2c\20auto&&\29&&\2c\20std::__2::__variant_detail::__base<\28std::__2::__variant_detail::_Trait\291\2c\20SkPaint\2c\20int>&\2c\20std::__2::__variant_detail::__base<\28std::__2::__variant_detail::_Trait\291\2c\20SkPaint\2c\20int>\20const&>\28std::__2::__variant_detail::__copy_assignment\2c\20\28std::__2::__variant_detail::_Trait\291>\20const&\2c\20std::__2::__variant_detail::__base<\28std::__2::__variant_detail::_Trait\291\2c\20SkPaint\2c\20int>&\2c\20std::__2::__variant_detail::__base<\28std::__2::__variant_detail::_Trait\291\2c\20SkPaint\2c\20int>\20const&\29 +12057:decltype\28auto\29\20std::__2::__variant_detail::__visitation::__base::__dispatcher<0ul\2c\200ul>::__dispatch\5babi:ne180100\5d>>&&\2c\20std::__2::__variant_detail::__base<\28std::__2::__variant_detail::_Trait\291\2c\20SkPaint\2c\20int>\20const&\2c\20std::__2::__variant_detail::__base<\28std::__2::__variant_detail::_Trait\291\2c\20SkPaint\2c\20int>\20const&>\28std::__2::__variant_detail::__visitation::__variant::__value_visitor>>&&\2c\20std::__2::__variant_detail::__base<\28std::__2::__variant_detail::_Trait\291\2c\20SkPaint\2c\20int>\20const&\2c\20std::__2::__variant_detail::__base<\28std::__2::__variant_detail::_Trait\291\2c\20SkPaint\2c\20int>\20const&\29 +12058:decltype\28auto\29\20std::__2::__variant_detail::__visitation::__base::__dispatcher<0ul\2c\200ul>::__dispatch\5babi:ne180100\5d>>&&\2c\20std::__2::__variant_detail::__base<\28std::__2::__variant_detail::_Trait\291\2c\20SkPaint\2c\20int>\20const&\2c\20std::__2::__variant_detail::__base<\28std::__2::__variant_detail::_Trait\291\2c\20SkPaint\2c\20int>\20const&>\28std::__2::__variant_detail::__visitation::__variant::__value_visitor>>&&\2c\20std::__2::__variant_detail::__base<\28std::__2::__variant_detail::_Trait\291\2c\20SkPaint\2c\20int>\20const&\2c\20std::__2::__variant_detail::__base<\28std::__2::__variant_detail::_Trait\291\2c\20SkPaint\2c\20int>\20const&\29 +12059:decltype\28auto\29\20std::__2::__variant_detail::__visitation::__base::__dispatcher<0ul>::__dispatch\5babi:ne180100\5d\2c\20std::__2::unique_ptr>>\2c\20\28std::__2::__variant_detail::_Trait\291>::__destroy\5babi:ne180100\5d\28\29::'lambda'\28auto&\29&&\2c\20std::__2::__variant_detail::__base<\28std::__2::__variant_detail::_Trait\291\2c\20sk_sp\2c\20std::__2::unique_ptr>>&>\28auto\2c\20std::__2::__variant_detail::__base<\28std::__2::__variant_detail::_Trait\291\2c\20sk_sp\2c\20std::__2::unique_ptr>>&\29 +12060:decltype\28auto\29\20std::__2::__variant_detail::__visitation::__base::__dispatcher<0ul>::__dispatch\5babi:ne180100\5d\2c\20\28std::__2::__variant_detail::_Trait\291>::__destroy\5babi:ne180100\5d\28\29::'lambda'\28auto&\29&&\2c\20std::__2::__variant_detail::__base<\28std::__2::__variant_detail::_Trait\291\2c\20SkPaint\2c\20int>&>\28auto\2c\20std::__2::__variant_detail::__base<\28std::__2::__variant_detail::_Trait\291\2c\20SkPaint\2c\20int>&\29 +12061:deallocate_buffer_var\28hb_ot_shape_plan_t\20const*\2c\20hb_font_t*\2c\20hb_buffer_t*\29 +12062:ddquad_xy_at_t\28SkDCurve\20const&\2c\20double\29 +12063:ddquad_dxdy_at_t\28SkDCurve\20const&\2c\20double\29 +12064:ddline_xy_at_t\28SkDCurve\20const&\2c\20double\29 +12065:ddline_dxdy_at_t\28SkDCurve\20const&\2c\20double\29 +12066:ddcubic_xy_at_t\28SkDCurve\20const&\2c\20double\29 +12067:ddcubic_dxdy_at_t\28SkDCurve\20const&\2c\20double\29 +12068:ddconic_xy_at_t\28SkDCurve\20const&\2c\20double\29 +12069:ddconic_dxdy_at_t\28SkDCurve\20const&\2c\20double\29 +12070:dconic_xy_at_t\28SkPoint\20const*\2c\20float\2c\20double\29 +12071:data_destroy_use\28void*\29 +12072:data_create_use\28hb_ot_shape_plan_t\20const*\29 +12073:data_create_khmer\28hb_ot_shape_plan_t\20const*\29 +12074:data_create_indic\28hb_ot_shape_plan_t\20const*\29 +12075:data_create_hangul\28hb_ot_shape_plan_t\20const*\29 +12076:dataDirectoryInitFn\28\29 +12077:cubic_intercept_v\28SkPoint\20const*\2c\20float\2c\20float\2c\20double*\29 +12078:cubic_intercept_h\28SkPoint\20const*\2c\20float\2c\20float\2c\20double*\29 +12079:createCache\28UErrorCode&\29 +12080:convert_to_alpha8\28SkImageInfo\20const&\2c\20void*\2c\20unsigned\20long\2c\20SkImageInfo\20const&\2c\20void\20const*\2c\20unsigned\20long\2c\20SkColorSpaceXformSteps\20const&\29 +12081:convert_bytes_to_data +12082:contourMeasure_length +12083:contourMeasure_isClosed +12084:contourMeasure_getSegment +12085:contourMeasure_getPosTan +12086:contourMeasure_dispose +12087:contourMeasureIter_next +12088:contourMeasureIter_dispose +12089:contourMeasureIter_create +12090:conic_intercept_v\28SkPoint\20const*\2c\20float\2c\20float\2c\20double*\29 +12091:conic_intercept_h\28SkPoint\20const*\2c\20float\2c\20float\2c\20double*\29 +12092:compose_indic\28hb_ot_shape_normalize_context_t\20const*\2c\20unsigned\20int\2c\20unsigned\20int\2c\20unsigned\20int*\29 +12093:compose_hebrew\28hb_ot_shape_normalize_context_t\20const*\2c\20unsigned\20int\2c\20unsigned\20int\2c\20unsigned\20int*\29 +12094:compare_ppem +12095:compare_myanmar_order\28hb_glyph_info_t\20const*\2c\20hb_glyph_info_t\20const*\29 +12096:compare_combining_class\28hb_glyph_info_t\20const*\2c\20hb_glyph_info_t\20const*\29 +12097:compareKeywordStructs\28void\20const*\2c\20void\20const*\2c\20void\20const*\29 +12098:compareEntries\28UElement\2c\20UElement\29 +12099:colorFilter_dispose +12100:colorFilter_createSRGBToLinearGamma +12101:colorFilter_createMode +12102:colorFilter_createMatrix +12103:colorFilter_createLinearToSRGBGamma +12104:collect_features_use\28hb_ot_shape_planner_t*\29 +12105:collect_features_myanmar\28hb_ot_shape_planner_t*\29 +12106:collect_features_khmer\28hb_ot_shape_planner_t*\29 +12107:collect_features_indic\28hb_ot_shape_planner_t*\29 +12108:collect_features_hangul\28hb_ot_shape_planner_t*\29 +12109:collect_features_arabic\28hb_ot_shape_planner_t*\29 +12110:clip\28SkPath\20const&\2c\20SkHalfPlane\20const&\29::$_0::__invoke\28SkEdgeClipper*\2c\20bool\2c\20void*\29 +12111:check_for_passthrough_local_coords_and_dead_varyings\28SkSL::Program\20const&\2c\20unsigned\20int*\29::Visitor::visitStatement\28SkSL::Statement\20const&\29 +12112:check_for_passthrough_local_coords_and_dead_varyings\28SkSL::Program\20const&\2c\20unsigned\20int*\29::Visitor::visitProgramElement\28SkSL::ProgramElement\20const&\29 +12113:check_for_passthrough_local_coords_and_dead_varyings\28SkSL::Program\20const&\2c\20unsigned\20int*\29::Visitor::visitExpression\28SkSL::Expression\20const&\29 +12114:charIterTextLength\28UText*\29 +12115:charIterTextExtract\28UText*\2c\20long\20long\2c\20long\20long\2c\20char16_t*\2c\20int\2c\20UErrorCode*\29 +12116:charIterTextClose\28UText*\29 +12117:charIterTextClone\28UText*\2c\20UText\20const*\2c\20signed\20char\2c\20UErrorCode*\29 +12118:changesWhenNFKC_Casefolded\28BinaryProperty\20const&\2c\20int\2c\20UProperty\29 +12119:changesWhenCasefolded\28BinaryProperty\20const&\2c\20int\2c\20UProperty\29 +12120:cff_slot_init +12121:cff_slot_done +12122:cff_size_request +12123:cff_size_init +12124:cff_size_done +12125:cff_sid_to_glyph_name +12126:cff_set_var_design +12127:cff_set_mm_weightvector +12128:cff_set_mm_blend +12129:cff_set_instance +12130:cff_random +12131:cff_ps_has_glyph_names +12132:cff_ps_get_font_info +12133:cff_ps_get_font_extra +12134:cff_parse_vsindex +12135:cff_parse_private_dict +12136:cff_parse_multiple_master +12137:cff_parse_maxstack +12138:cff_parse_font_matrix +12139:cff_parse_font_bbox +12140:cff_parse_cid_ros +12141:cff_parse_blend +12142:cff_metrics_adjust +12143:cff_hadvance_adjust +12144:cff_get_var_design +12145:cff_get_var_blend +12146:cff_get_standard_encoding +12147:cff_get_ros +12148:cff_get_ps_name +12149:cff_get_name_index +12150:cff_get_mm_weightvector +12151:cff_get_mm_var +12152:cff_get_mm_blend +12153:cff_get_is_cid +12154:cff_get_interface +12155:cff_get_glyph_name +12156:cff_get_cmap_info +12157:cff_get_cid_from_glyph_index +12158:cff_get_advances +12159:cff_free_glyph_data +12160:cff_face_init +12161:cff_face_done +12162:cff_driver_init +12163:cff_done_blend +12164:cff_decoder_prepare +12165:cff_decoder_init +12166:cff_cmap_unicode_init +12167:cff_cmap_unicode_char_next +12168:cff_cmap_unicode_char_index +12169:cff_cmap_encoding_init +12170:cff_cmap_encoding_done +12171:cff_cmap_encoding_char_next +12172:cff_cmap_encoding_char_index +12173:cff_builder_start_point +12174:cf2_free_instance +12175:cf2_decoder_parse_charstrings +12176:cf2_builder_moveTo +12177:cf2_builder_lineTo +12178:cf2_builder_cubeTo +12179:caseBinaryPropertyContains\28BinaryProperty\20const&\2c\20int\2c\20UProperty\29 +12180:canvas_transform +12181:canvas_saveLayer +12182:canvas_restoreToCount +12183:canvas_quickReject +12184:canvas_getTransform +12185:canvas_getLocalClipBounds +12186:canvas_getDeviceClipBounds +12187:canvas_drawVertices +12188:canvas_drawShadow +12189:canvas_drawRect +12190:canvas_drawRRect +12191:canvas_drawPoints +12192:canvas_drawPicture +12193:canvas_drawPath +12194:canvas_drawParagraph +12195:canvas_drawPaint +12196:canvas_drawOval +12197:canvas_drawLine +12198:canvas_drawImageRect +12199:canvas_drawImageNine +12200:canvas_drawImage +12201:canvas_drawDRRect +12202:canvas_drawColor +12203:canvas_drawCircle +12204:canvas_drawAtlas +12205:canvas_drawArc +12206:canvas_clipRect +12207:canvas_clipRRect +12208:canvas_clipPath +12209:canvas_clear +12210:bw_to_a8\28unsigned\20char*\2c\20unsigned\20char\20const*\2c\20int\29 +12211:breakiterator_cleanup\28\29 +12212:bool\20\28anonymous\20namespace\29::FindVisitor<\28anonymous\20namespace\29::SpotVerticesFactory>\28SkResourceCache::Rec\20const&\2c\20void*\29 +12213:bool\20\28anonymous\20namespace\29::FindVisitor<\28anonymous\20namespace\29::AmbientVerticesFactory>\28SkResourceCache::Rec\20const&\2c\20void*\29 +12214:bool\20OT::hb_accelerate_subtables_context_t::apply_to>\28void\20const*\2c\20OT::hb_ot_apply_context_t*\29 +12215:bool\20OT::hb_accelerate_subtables_context_t::apply_to>\28void\20const*\2c\20OT::hb_ot_apply_context_t*\29 +12216:bool\20OT::hb_accelerate_subtables_context_t::apply_to>\28void\20const*\2c\20OT::hb_ot_apply_context_t*\29 +12217:bool\20OT::hb_accelerate_subtables_context_t::apply_to>\28void\20const*\2c\20OT::hb_ot_apply_context_t*\29 +12218:bool\20OT::hb_accelerate_subtables_context_t::apply_to>\28void\20const*\2c\20OT::hb_ot_apply_context_t*\29 +12219:bool\20OT::hb_accelerate_subtables_context_t::apply_cached_to>\28void\20const*\2c\20OT::hb_ot_apply_context_t*\29 +12220:bool\20OT::hb_accelerate_subtables_context_t::apply_cached_to>\28void\20const*\2c\20OT::hb_ot_apply_context_t*\29 +12221:bool\20OT::hb_accelerate_subtables_context_t::apply_cached_to>\28void\20const*\2c\20OT::hb_ot_apply_context_t*\29 +12222:bool\20OT::hb_accelerate_subtables_context_t::apply_cached_to>\28void\20const*\2c\20OT::hb_ot_apply_context_t*\29 +12223:bool\20OT::hb_accelerate_subtables_context_t::apply_cached_to>\28void\20const*\2c\20OT::hb_ot_apply_context_t*\29 +12224:bool\20OT::cmap::accelerator_t::get_glyph_from_symbol\28void\20const*\2c\20unsigned\20int\2c\20unsigned\20int*\29 +12225:bool\20OT::cmap::accelerator_t::get_glyph_from_symbol\28void\20const*\2c\20unsigned\20int\2c\20unsigned\20int*\29 +12226:bool\20OT::cmap::accelerator_t::get_glyph_from_symbol\28void\20const*\2c\20unsigned\20int\2c\20unsigned\20int*\29 +12227:bool\20OT::cmap::accelerator_t::get_glyph_from_macroman\28void\20const*\2c\20unsigned\20int\2c\20unsigned\20int*\29 +12228:bool\20OT::cmap::accelerator_t::get_glyph_from\28void\20const*\2c\20unsigned\20int\2c\20unsigned\20int*\29 +12229:bool\20OT::cmap::accelerator_t::get_glyph_from\28void\20const*\2c\20unsigned\20int\2c\20unsigned\20int*\29 +12230:blur_y_radius_4\28skvx::Vec<8\2c\20unsigned\20short>\20const&\2c\20skvx::Vec<8\2c\20unsigned\20short>\20const&\2c\20skvx::Vec<8\2c\20unsigned\20short>\20const&\2c\20skvx::Vec<8\2c\20unsigned\20short>\20const&\2c\20skvx::Vec<8\2c\20unsigned\20short>\20const&\2c\20skvx::Vec<8\2c\20unsigned\20short>\20const&\2c\20skvx::Vec<8\2c\20unsigned\20short>*\2c\20skvx::Vec<8\2c\20unsigned\20short>*\2c\20skvx::Vec<8\2c\20unsigned\20short>*\2c\20skvx::Vec<8\2c\20unsigned\20short>*\2c\20skvx::Vec<8\2c\20unsigned\20short>*\2c\20skvx::Vec<8\2c\20unsigned\20short>*\2c\20skvx::Vec<8\2c\20unsigned\20short>*\2c\20skvx::Vec<8\2c\20unsigned\20short>*\29 +12231:blur_y_radius_3\28skvx::Vec<8\2c\20unsigned\20short>\20const&\2c\20skvx::Vec<8\2c\20unsigned\20short>\20const&\2c\20skvx::Vec<8\2c\20unsigned\20short>\20const&\2c\20skvx::Vec<8\2c\20unsigned\20short>\20const&\2c\20skvx::Vec<8\2c\20unsigned\20short>\20const&\2c\20skvx::Vec<8\2c\20unsigned\20short>\20const&\2c\20skvx::Vec<8\2c\20unsigned\20short>*\2c\20skvx::Vec<8\2c\20unsigned\20short>*\2c\20skvx::Vec<8\2c\20unsigned\20short>*\2c\20skvx::Vec<8\2c\20unsigned\20short>*\2c\20skvx::Vec<8\2c\20unsigned\20short>*\2c\20skvx::Vec<8\2c\20unsigned\20short>*\2c\20skvx::Vec<8\2c\20unsigned\20short>*\2c\20skvx::Vec<8\2c\20unsigned\20short>*\29 +12232:blur_y_radius_2\28skvx::Vec<8\2c\20unsigned\20short>\20const&\2c\20skvx::Vec<8\2c\20unsigned\20short>\20const&\2c\20skvx::Vec<8\2c\20unsigned\20short>\20const&\2c\20skvx::Vec<8\2c\20unsigned\20short>\20const&\2c\20skvx::Vec<8\2c\20unsigned\20short>\20const&\2c\20skvx::Vec<8\2c\20unsigned\20short>\20const&\2c\20skvx::Vec<8\2c\20unsigned\20short>*\2c\20skvx::Vec<8\2c\20unsigned\20short>*\2c\20skvx::Vec<8\2c\20unsigned\20short>*\2c\20skvx::Vec<8\2c\20unsigned\20short>*\2c\20skvx::Vec<8\2c\20unsigned\20short>*\2c\20skvx::Vec<8\2c\20unsigned\20short>*\2c\20skvx::Vec<8\2c\20unsigned\20short>*\2c\20skvx::Vec<8\2c\20unsigned\20short>*\29 +12233:blur_y_radius_1\28skvx::Vec<8\2c\20unsigned\20short>\20const&\2c\20skvx::Vec<8\2c\20unsigned\20short>\20const&\2c\20skvx::Vec<8\2c\20unsigned\20short>\20const&\2c\20skvx::Vec<8\2c\20unsigned\20short>\20const&\2c\20skvx::Vec<8\2c\20unsigned\20short>\20const&\2c\20skvx::Vec<8\2c\20unsigned\20short>\20const&\2c\20skvx::Vec<8\2c\20unsigned\20short>*\2c\20skvx::Vec<8\2c\20unsigned\20short>*\2c\20skvx::Vec<8\2c\20unsigned\20short>*\2c\20skvx::Vec<8\2c\20unsigned\20short>*\2c\20skvx::Vec<8\2c\20unsigned\20short>*\2c\20skvx::Vec<8\2c\20unsigned\20short>*\2c\20skvx::Vec<8\2c\20unsigned\20short>*\2c\20skvx::Vec<8\2c\20unsigned\20short>*\29 +12234:blur_x_radius_4\28skvx::Vec<8\2c\20unsigned\20short>\20const&\2c\20skvx::Vec<8\2c\20unsigned\20short>\20const&\2c\20skvx::Vec<8\2c\20unsigned\20short>\20const&\2c\20skvx::Vec<8\2c\20unsigned\20short>\20const&\2c\20skvx::Vec<8\2c\20unsigned\20short>\20const&\2c\20skvx::Vec<8\2c\20unsigned\20short>\20const&\2c\20skvx::Vec<8\2c\20unsigned\20short>*\2c\20skvx::Vec<8\2c\20unsigned\20short>*\29 +12235:blur_x_radius_3\28skvx::Vec<8\2c\20unsigned\20short>\20const&\2c\20skvx::Vec<8\2c\20unsigned\20short>\20const&\2c\20skvx::Vec<8\2c\20unsigned\20short>\20const&\2c\20skvx::Vec<8\2c\20unsigned\20short>\20const&\2c\20skvx::Vec<8\2c\20unsigned\20short>\20const&\2c\20skvx::Vec<8\2c\20unsigned\20short>\20const&\2c\20skvx::Vec<8\2c\20unsigned\20short>*\2c\20skvx::Vec<8\2c\20unsigned\20short>*\29 +12236:blur_x_radius_2\28skvx::Vec<8\2c\20unsigned\20short>\20const&\2c\20skvx::Vec<8\2c\20unsigned\20short>\20const&\2c\20skvx::Vec<8\2c\20unsigned\20short>\20const&\2c\20skvx::Vec<8\2c\20unsigned\20short>\20const&\2c\20skvx::Vec<8\2c\20unsigned\20short>\20const&\2c\20skvx::Vec<8\2c\20unsigned\20short>\20const&\2c\20skvx::Vec<8\2c\20unsigned\20short>*\2c\20skvx::Vec<8\2c\20unsigned\20short>*\29 +12237:blur_x_radius_1\28skvx::Vec<8\2c\20unsigned\20short>\20const&\2c\20skvx::Vec<8\2c\20unsigned\20short>\20const&\2c\20skvx::Vec<8\2c\20unsigned\20short>\20const&\2c\20skvx::Vec<8\2c\20unsigned\20short>\20const&\2c\20skvx::Vec<8\2c\20unsigned\20short>\20const&\2c\20skvx::Vec<8\2c\20unsigned\20short>\20const&\2c\20skvx::Vec<8\2c\20unsigned\20short>*\2c\20skvx::Vec<8\2c\20unsigned\20short>*\29 +12238:blit_row_s32a_blend\28unsigned\20int*\2c\20unsigned\20int\20const*\2c\20int\2c\20unsigned\20int\29 +12239:blit_row_s32_opaque\28unsigned\20int*\2c\20unsigned\20int\20const*\2c\20int\2c\20unsigned\20int\29 +12240:blit_row_s32_blend\28unsigned\20int*\2c\20unsigned\20int\20const*\2c\20int\2c\20unsigned\20int\29 +12241:biDiGetMaxValue\28IntProperty\20const&\2c\20UProperty\29 +12242:argb32_to_a8\28unsigned\20char*\2c\20unsigned\20char\20const*\2c\20int\29 +12243:arabic_fallback_shape\28hb_ot_shape_plan_t\20const*\2c\20hb_font_t*\2c\20hb_buffer_t*\29 +12244:animatedImage_getRepetitionCount +12245:animatedImage_getCurrentFrameDurationMilliseconds +12246:animatedImage_getCurrentFrame +12247:animatedImage_dispose +12248:animatedImage_decodeNextFrame +12249:animatedImage_create +12250:afm_parser_parse +12251:afm_parser_init +12252:afm_parser_done +12253:afm_compare_kern_pairs +12254:af_property_set +12255:af_property_get +12256:af_latin_metrics_scale +12257:af_latin_metrics_init +12258:af_latin_hints_init +12259:af_latin_hints_apply +12260:af_latin_get_standard_widths +12261:af_indic_metrics_scale +12262:af_indic_metrics_init +12263:af_indic_hints_init +12264:af_indic_hints_apply +12265:af_get_interface +12266:af_face_globals_free +12267:af_dummy_hints_init +12268:af_dummy_hints_apply +12269:af_cjk_metrics_init +12270:af_autofitter_load_glyph +12271:af_autofitter_init +12272:action_terminate +12273:action_abort +12274:_isUnicodeExtensionSubtag\28int&\2c\20char\20const*\2c\20int\29 +12275:_isTransformedExtensionSubtag\28int&\2c\20char\20const*\2c\20int\29 +12276:_hb_ot_font_destroy\28void*\29 +12277:_hb_grapheme_group_func\28hb_glyph_info_t\20const&\2c\20hb_glyph_info_t\20const&\29 +12278:_hb_glyph_info_is_default_ignorable\28hb_glyph_info_t\20const*\29 +12279:_hb_face_for_data_reference_table\28hb_face_t*\2c\20unsigned\20int\2c\20void*\29 +12280:_hb_face_for_data_get_table_tags\28hb_face_t\20const*\2c\20unsigned\20int\2c\20unsigned\20int*\2c\20unsigned\20int*\2c\20void*\29 +12281:_hb_face_for_data_closure_destroy\28void*\29 +12282:_hb_clear_substitution_flags\28hb_ot_shape_plan_t\20const*\2c\20hb_font_t*\2c\20hb_buffer_t*\29 +12283:_hb_blob_destroy\28void*\29 +12284:_emscripten_wasm_worker_initialize +12285:_emscripten_stack_restore +12286:_emscripten_stack_alloc +12287:__wasm_init_memory +12288:__wasm_call_ctors +12289:__stdio_write +12290:__stdio_seek +12291:__stdio_read +12292:__stdio_close +12293:__emscripten_stdout_seek +12294:__cxxabiv1::__vmi_class_type_info::search_below_dst\28__cxxabiv1::__dynamic_cast_info*\2c\20void\20const*\2c\20int\2c\20bool\29\20const +12295:__cxxabiv1::__vmi_class_type_info::search_above_dst\28__cxxabiv1::__dynamic_cast_info*\2c\20void\20const*\2c\20void\20const*\2c\20int\2c\20bool\29\20const +12296:__cxxabiv1::__vmi_class_type_info::has_unambiguous_public_base\28__cxxabiv1::__dynamic_cast_info*\2c\20void*\2c\20int\29\20const +12297:__cxxabiv1::__si_class_type_info::search_below_dst\28__cxxabiv1::__dynamic_cast_info*\2c\20void\20const*\2c\20int\2c\20bool\29\20const +12298:__cxxabiv1::__si_class_type_info::search_above_dst\28__cxxabiv1::__dynamic_cast_info*\2c\20void\20const*\2c\20void\20const*\2c\20int\2c\20bool\29\20const +12299:__cxxabiv1::__si_class_type_info::has_unambiguous_public_base\28__cxxabiv1::__dynamic_cast_info*\2c\20void*\2c\20int\29\20const +12300:__cxxabiv1::__class_type_info::search_below_dst\28__cxxabiv1::__dynamic_cast_info*\2c\20void\20const*\2c\20int\2c\20bool\29\20const +12301:__cxxabiv1::__class_type_info::search_above_dst\28__cxxabiv1::__dynamic_cast_info*\2c\20void\20const*\2c\20void\20const*\2c\20int\2c\20bool\29\20const +12302:__cxxabiv1::__class_type_info::has_unambiguous_public_base\28__cxxabiv1::__dynamic_cast_info*\2c\20void*\2c\20int\29\20const +12303:__cxxabiv1::__class_type_info::can_catch\28__cxxabiv1::__shim_type_info\20const*\2c\20void*&\29\20const +12304:\28anonymous\20namespace\29::uprops_cleanup\28\29 +12305:\28anonymous\20namespace\29::ulayout_load\28UErrorCode&\29 +12306:\28anonymous\20namespace\29::ulayout_isAcceptable\28void*\2c\20char\20const*\2c\20char\20const*\2c\20UDataInfo\20const*\29 +12307:\28anonymous\20namespace\29::skhb_nominal_glyphs\28hb_font_t*\2c\20void*\2c\20unsigned\20int\2c\20unsigned\20int\20const*\2c\20unsigned\20int\2c\20unsigned\20int*\2c\20unsigned\20int\2c\20void*\29 +12308:\28anonymous\20namespace\29::skhb_nominal_glyph\28hb_font_t*\2c\20void*\2c\20unsigned\20int\2c\20unsigned\20int*\2c\20void*\29 +12309:\28anonymous\20namespace\29::skhb_glyph_h_advances\28hb_font_t*\2c\20void*\2c\20unsigned\20int\2c\20unsigned\20int\20const*\2c\20unsigned\20int\2c\20int*\2c\20unsigned\20int\2c\20void*\29 +12310:\28anonymous\20namespace\29::skhb_glyph_h_advance\28hb_font_t*\2c\20void*\2c\20unsigned\20int\2c\20void*\29 +12311:\28anonymous\20namespace\29::skhb_glyph_extents\28hb_font_t*\2c\20void*\2c\20unsigned\20int\2c\20hb_glyph_extents_t*\2c\20void*\29 +12312:\28anonymous\20namespace\29::skhb_glyph\28hb_font_t*\2c\20void*\2c\20unsigned\20int\2c\20unsigned\20int\2c\20unsigned\20int*\2c\20void*\29 +12313:\28anonymous\20namespace\29::skhb_get_table\28hb_face_t*\2c\20unsigned\20int\2c\20void*\29::$_0::__invoke\28void*\29 +12314:\28anonymous\20namespace\29::skhb_get_table\28hb_face_t*\2c\20unsigned\20int\2c\20void*\29 +12315:\28anonymous\20namespace\29::create_sub_hb_font\28SkFont\20const&\2c\20std::__2::unique_ptr>\20const&\29::$_0::__invoke\28void*\29 +12316:\28anonymous\20namespace\29::characterproperties_cleanup\28\29 +12317:\28anonymous\20namespace\29::_set_add\28USet*\2c\20int\29 +12318:\28anonymous\20namespace\29::_set_addRange\28USet*\2c\20int\2c\20int\29 +12319:\28anonymous\20namespace\29::YUVPlanesRec::~YUVPlanesRec\28\29_5434 +12320:\28anonymous\20namespace\29::YUVPlanesRec::getCategory\28\29\20const +12321:\28anonymous\20namespace\29::YUVPlanesRec::diagnostic_only_getDiscardable\28\29\20const +12322:\28anonymous\20namespace\29::YUVPlanesRec::bytesUsed\28\29\20const +12323:\28anonymous\20namespace\29::YUVPlanesRec::Visitor\28SkResourceCache::Rec\20const&\2c\20void*\29 +12324:\28anonymous\20namespace\29::UniqueKeyInvalidator::~UniqueKeyInvalidator\28\29_12544 +12325:\28anonymous\20namespace\29::TriangulatingPathOp::~TriangulatingPathOp\28\29_12522 +12326:\28anonymous\20namespace\29::TriangulatingPathOp::visitProxies\28std::__2::function\20const&\29\20const +12327:\28anonymous\20namespace\29::TriangulatingPathOp::programInfo\28\29 +12328:\28anonymous\20namespace\29::TriangulatingPathOp::onPrepareDraws\28GrMeshDrawTarget*\29 +12329:\28anonymous\20namespace\29::TriangulatingPathOp::onPrePrepareDraws\28GrRecordingContext*\2c\20GrSurfaceProxyView\20const&\2c\20GrAppliedClip*\2c\20GrDstProxyView\20const&\2c\20GrXferBarrierFlags\2c\20GrLoadOp\29 +12330:\28anonymous\20namespace\29::TriangulatingPathOp::onExecute\28GrOpFlushState*\2c\20SkRect\20const&\29 +12331:\28anonymous\20namespace\29::TriangulatingPathOp::onCreateProgramInfo\28GrCaps\20const*\2c\20SkArenaAlloc*\2c\20GrSurfaceProxyView\20const&\2c\20bool\2c\20GrAppliedClip&&\2c\20GrDstProxyView\20const&\2c\20GrXferBarrierFlags\2c\20GrLoadOp\29 +12332:\28anonymous\20namespace\29::TriangulatingPathOp::name\28\29\20const +12333:\28anonymous\20namespace\29::TriangulatingPathOp::finalize\28GrCaps\20const&\2c\20GrAppliedClip\20const*\2c\20GrClampType\29 +12334:\28anonymous\20namespace\29::TransformedMaskSubRun::unflattenSize\28\29\20const +12335:\28anonymous\20namespace\29::TransformedMaskSubRun::regenerateAtlas\28int\2c\20int\2c\20std::__2::function\20\28sktext::gpu::GlyphVector*\2c\20int\2c\20int\2c\20skgpu::MaskFormat\2c\20int\29>\29\20const +12336:\28anonymous\20namespace\29::TransformedMaskSubRun::doFlatten\28SkWriteBuffer&\29\20const +12337:\28anonymous\20namespace\29::TransformedMaskSubRun::canReuse\28SkPaint\20const&\2c\20SkMatrix\20const&\29\20const +12338:\28anonymous\20namespace\29::ThreeBoxApproxPass::startBlur\28\29 +12339:\28anonymous\20namespace\29::ThreeBoxApproxPass::blurSegment\28int\2c\20void\20const*\2c\20int\2c\20void*\2c\20int\29 +12340:\28anonymous\20namespace\29::ThreeBoxApproxPass::MakeMaker\28float\2c\20SkArenaAlloc*\29::Maker::makePass\28void*\2c\20SkArenaAlloc*\29\20const +12341:\28anonymous\20namespace\29::ThreeBoxApproxPass::MakeMaker\28float\2c\20SkArenaAlloc*\29::Maker::bufferSizeBytes\28\29\20const +12342:\28anonymous\20namespace\29::TextureOpImpl::~TextureOpImpl\28\29_12496 +12343:\28anonymous\20namespace\29::TextureOpImpl::visitProxies\28std::__2::function\20const&\29\20const +12344:\28anonymous\20namespace\29::TextureOpImpl::programInfo\28\29 +12345:\28anonymous\20namespace\29::TextureOpImpl::onPrepareDraws\28GrMeshDrawTarget*\29 +12346:\28anonymous\20namespace\29::TextureOpImpl::onPrePrepareDraws\28GrRecordingContext*\2c\20GrSurfaceProxyView\20const&\2c\20GrAppliedClip*\2c\20GrDstProxyView\20const&\2c\20GrXferBarrierFlags\2c\20GrLoadOp\29 +12347:\28anonymous\20namespace\29::TextureOpImpl::onExecute\28GrOpFlushState*\2c\20SkRect\20const&\29 +12348:\28anonymous\20namespace\29::TextureOpImpl::onCreateProgramInfo\28GrCaps\20const*\2c\20SkArenaAlloc*\2c\20GrSurfaceProxyView\20const&\2c\20bool\2c\20GrAppliedClip&&\2c\20GrDstProxyView\20const&\2c\20GrXferBarrierFlags\2c\20GrLoadOp\29 +12349:\28anonymous\20namespace\29::TextureOpImpl::onCombineIfPossible\28GrOp*\2c\20SkArenaAlloc*\2c\20GrCaps\20const&\29 +12350:\28anonymous\20namespace\29::TextureOpImpl::name\28\29\20const +12351:\28anonymous\20namespace\29::TextureOpImpl::fixedFunctionFlags\28\29\20const +12352:\28anonymous\20namespace\29::TextureOpImpl::finalize\28GrCaps\20const&\2c\20GrAppliedClip\20const*\2c\20GrClampType\29 +12353:\28anonymous\20namespace\29::TentPass::startBlur\28\29 +12354:\28anonymous\20namespace\29::TentPass::blurSegment\28int\2c\20void\20const*\2c\20int\2c\20void*\2c\20int\29 +12355:\28anonymous\20namespace\29::TentPass::MakeMaker\28float\2c\20SkArenaAlloc*\29::Maker::makePass\28void*\2c\20SkArenaAlloc*\29\20const +12356:\28anonymous\20namespace\29::TentPass::MakeMaker\28float\2c\20SkArenaAlloc*\29::Maker::bufferSizeBytes\28\29\20const +12357:\28anonymous\20namespace\29::StaticVertexAllocator::~StaticVertexAllocator\28\29_12548 +12358:\28anonymous\20namespace\29::StaticVertexAllocator::unlock\28int\29 +12359:\28anonymous\20namespace\29::StaticVertexAllocator::lock\28unsigned\20long\2c\20int\29 +12360:\28anonymous\20namespace\29::SkwasmParagraphPainter::translate\28float\2c\20float\29 +12361:\28anonymous\20namespace\29::SkwasmParagraphPainter::save\28\29 +12362:\28anonymous\20namespace\29::SkwasmParagraphPainter::restore\28\29 +12363:\28anonymous\20namespace\29::SkwasmParagraphPainter::drawTextShadow\28sk_sp\20const&\2c\20float\2c\20float\2c\20unsigned\20int\2c\20float\29 +12364:\28anonymous\20namespace\29::SkwasmParagraphPainter::drawTextBlob\28sk_sp\20const&\2c\20float\2c\20float\2c\20std::__2::variant\20const&\29 +12365:\28anonymous\20namespace\29::SkwasmParagraphPainter::drawRect\28SkRect\20const&\2c\20std::__2::variant\20const&\29 +12366:\28anonymous\20namespace\29::SkwasmParagraphPainter::drawPath\28SkPath\20const&\2c\20skia::textlayout::ParagraphPainter::DecorationStyle\20const&\29 +12367:\28anonymous\20namespace\29::SkwasmParagraphPainter::drawLine\28float\2c\20float\2c\20float\2c\20float\2c\20skia::textlayout::ParagraphPainter::DecorationStyle\20const&\29 +12368:\28anonymous\20namespace\29::SkwasmParagraphPainter::drawFilledRect\28SkRect\20const&\2c\20skia::textlayout::ParagraphPainter::DecorationStyle\20const&\29 +12369:\28anonymous\20namespace\29::SkwasmParagraphPainter::clipRect\28SkRect\20const&\29 +12370:\28anonymous\20namespace\29::SkUnicodeHbScriptRunIterator::currentScript\28\29\20const +12371:\28anonymous\20namespace\29::SkUnicodeHbScriptRunIterator::consume\28\29 +12372:\28anonymous\20namespace\29::SkUbrkGetLocaleByType::getLocaleByType\28UBreakIterator\20const*\2c\20ULocDataLocaleType\2c\20UErrorCode*\29 +12373:\28anonymous\20namespace\29::SkUbrkClone::clone\28UBreakIterator\20const*\2c\20UErrorCode*\29 +12374:\28anonymous\20namespace\29::SkMorphologyImageFilter::onGetOutputLayerBounds\28skif::Mapping\20const&\2c\20std::__2::optional>\29\20const +12375:\28anonymous\20namespace\29::SkMorphologyImageFilter::onGetInputLayerBounds\28skif::Mapping\20const&\2c\20skif::LayerSpace\20const&\2c\20std::__2::optional>\29\20const +12376:\28anonymous\20namespace\29::SkMorphologyImageFilter::onFilterImage\28skif::Context\20const&\29\20const +12377:\28anonymous\20namespace\29::SkMorphologyImageFilter::getTypeName\28\29\20const +12378:\28anonymous\20namespace\29::SkMorphologyImageFilter::flatten\28SkWriteBuffer&\29\20const +12379:\28anonymous\20namespace\29::SkMorphologyImageFilter::computeFastBounds\28SkRect\20const&\29\20const +12380:\28anonymous\20namespace\29::SkMatrixTransformImageFilter::onGetOutputLayerBounds\28skif::Mapping\20const&\2c\20std::__2::optional>\29\20const +12381:\28anonymous\20namespace\29::SkMatrixTransformImageFilter::onGetInputLayerBounds\28skif::Mapping\20const&\2c\20skif::LayerSpace\20const&\2c\20std::__2::optional>\29\20const +12382:\28anonymous\20namespace\29::SkMatrixTransformImageFilter::onFilterImage\28skif::Context\20const&\29\20const +12383:\28anonymous\20namespace\29::SkMatrixTransformImageFilter::getTypeName\28\29\20const +12384:\28anonymous\20namespace\29::SkMatrixTransformImageFilter::flatten\28SkWriteBuffer&\29\20const +12385:\28anonymous\20namespace\29::SkMatrixTransformImageFilter::computeFastBounds\28SkRect\20const&\29\20const +12386:\28anonymous\20namespace\29::SkFTGeometrySink::Quad\28FT_Vector_\20const*\2c\20FT_Vector_\20const*\2c\20void*\29 +12387:\28anonymous\20namespace\29::SkFTGeometrySink::Move\28FT_Vector_\20const*\2c\20void*\29 +12388:\28anonymous\20namespace\29::SkFTGeometrySink::Line\28FT_Vector_\20const*\2c\20void*\29 +12389:\28anonymous\20namespace\29::SkFTGeometrySink::Cubic\28FT_Vector_\20const*\2c\20FT_Vector_\20const*\2c\20FT_Vector_\20const*\2c\20void*\29 +12390:\28anonymous\20namespace\29::SkEmptyTypeface::onGetFontDescriptor\28SkFontDescriptor*\2c\20bool*\29\20const +12391:\28anonymous\20namespace\29::SkEmptyTypeface::onGetFamilyName\28SkString*\29\20const +12392:\28anonymous\20namespace\29::SkEmptyTypeface::onCreateScalerContext\28SkScalerContextEffects\20const&\2c\20SkDescriptor\20const*\29\20const +12393:\28anonymous\20namespace\29::SkEmptyTypeface::onCreateFamilyNameIterator\28\29\20const +12394:\28anonymous\20namespace\29::SkEmptyTypeface::onCharsToGlyphs\28SkSpan\2c\20SkSpan\29\20const +12395:\28anonymous\20namespace\29::SkCropImageFilter::onGetOutputLayerBounds\28skif::Mapping\20const&\2c\20std::__2::optional>\29\20const +12396:\28anonymous\20namespace\29::SkCropImageFilter::onGetInputLayerBounds\28skif::Mapping\20const&\2c\20skif::LayerSpace\20const&\2c\20std::__2::optional>\29\20const +12397:\28anonymous\20namespace\29::SkCropImageFilter::onFilterImage\28skif::Context\20const&\29\20const +12398:\28anonymous\20namespace\29::SkCropImageFilter::onAffectsTransparentBlack\28\29\20const +12399:\28anonymous\20namespace\29::SkCropImageFilter::getTypeName\28\29\20const +12400:\28anonymous\20namespace\29::SkCropImageFilter::flatten\28SkWriteBuffer&\29\20const +12401:\28anonymous\20namespace\29::SkCropImageFilter::computeFastBounds\28SkRect\20const&\29\20const +12402:\28anonymous\20namespace\29::SkComposeImageFilter::onGetOutputLayerBounds\28skif::Mapping\20const&\2c\20std::__2::optional>\29\20const +12403:\28anonymous\20namespace\29::SkComposeImageFilter::onGetInputLayerBounds\28skif::Mapping\20const&\2c\20skif::LayerSpace\20const&\2c\20std::__2::optional>\29\20const +12404:\28anonymous\20namespace\29::SkComposeImageFilter::onFilterImage\28skif::Context\20const&\29\20const +12405:\28anonymous\20namespace\29::SkComposeImageFilter::getTypeName\28\29\20const +12406:\28anonymous\20namespace\29::SkComposeImageFilter::computeFastBounds\28SkRect\20const&\29\20const +12407:\28anonymous\20namespace\29::SkColorFilterImageFilter::~SkColorFilterImageFilter\28\29_6030 +12408:\28anonymous\20namespace\29::SkColorFilterImageFilter::onIsColorFilterNode\28SkColorFilter**\29\20const +12409:\28anonymous\20namespace\29::SkColorFilterImageFilter::onGetOutputLayerBounds\28skif::Mapping\20const&\2c\20std::__2::optional>\29\20const +12410:\28anonymous\20namespace\29::SkColorFilterImageFilter::onGetInputLayerBounds\28skif::Mapping\20const&\2c\20skif::LayerSpace\20const&\2c\20std::__2::optional>\29\20const +12411:\28anonymous\20namespace\29::SkColorFilterImageFilter::onFilterImage\28skif::Context\20const&\29\20const +12412:\28anonymous\20namespace\29::SkColorFilterImageFilter::onAffectsTransparentBlack\28\29\20const +12413:\28anonymous\20namespace\29::SkColorFilterImageFilter::getTypeName\28\29\20const +12414:\28anonymous\20namespace\29::SkColorFilterImageFilter::flatten\28SkWriteBuffer&\29\20const +12415:\28anonymous\20namespace\29::SkColorFilterImageFilter::computeFastBounds\28SkRect\20const&\29\20const +12416:\28anonymous\20namespace\29::SkBlurImageFilter::onGetOutputLayerBounds\28skif::Mapping\20const&\2c\20std::__2::optional>\29\20const +12417:\28anonymous\20namespace\29::SkBlurImageFilter::onGetInputLayerBounds\28skif::Mapping\20const&\2c\20skif::LayerSpace\20const&\2c\20std::__2::optional>\29\20const +12418:\28anonymous\20namespace\29::SkBlurImageFilter::onFilterImage\28skif::Context\20const&\29\20const +12419:\28anonymous\20namespace\29::SkBlurImageFilter::getTypeName\28\29\20const +12420:\28anonymous\20namespace\29::SkBlurImageFilter::flatten\28SkWriteBuffer&\29\20const +12421:\28anonymous\20namespace\29::SkBlurImageFilter::computeFastBounds\28SkRect\20const&\29\20const +12422:\28anonymous\20namespace\29::SkBlendImageFilter::~SkBlendImageFilter\28\29_6002 +12423:\28anonymous\20namespace\29::SkBlendImageFilter::onGetOutputLayerBounds\28skif::Mapping\20const&\2c\20std::__2::optional>\29\20const +12424:\28anonymous\20namespace\29::SkBlendImageFilter::onGetInputLayerBounds\28skif::Mapping\20const&\2c\20skif::LayerSpace\20const&\2c\20std::__2::optional>\29\20const +12425:\28anonymous\20namespace\29::SkBlendImageFilter::onFilterImage\28skif::Context\20const&\29\20const +12426:\28anonymous\20namespace\29::SkBlendImageFilter::onAffectsTransparentBlack\28\29\20const +12427:\28anonymous\20namespace\29::SkBlendImageFilter::getTypeName\28\29\20const +12428:\28anonymous\20namespace\29::SkBlendImageFilter::flatten\28SkWriteBuffer&\29\20const +12429:\28anonymous\20namespace\29::SkBlendImageFilter::computeFastBounds\28SkRect\20const&\29\20const +12430:\28anonymous\20namespace\29::SkBidiIterator_icu::~SkBidiIterator_icu\28\29_8617 +12431:\28anonymous\20namespace\29::SkBidiIterator_icu::getLevelAt\28int\29 +12432:\28anonymous\20namespace\29::SkBidiIterator_icu::getLength\28\29 +12433:\28anonymous\20namespace\29::SimpleTriangleShader::name\28\29\20const +12434:\28anonymous\20namespace\29::SimpleTriangleShader::makeProgramImpl\28GrShaderCaps\20const&\29\20const::Impl::emitVertexCode\28GrShaderCaps\20const&\2c\20GrPathTessellationShader\20const&\2c\20GrGLSLVertexBuilder*\2c\20GrGLSLVaryingHandler*\2c\20GrGeometryProcessor::ProgramImpl::GrGPArgs*\29 +12435:\28anonymous\20namespace\29::SimpleTriangleShader::makeProgramImpl\28GrShaderCaps\20const&\29\20const +12436:\28anonymous\20namespace\29::ShaperHarfBuzz::shape\28char\20const*\2c\20unsigned\20long\2c\20SkShaper::FontRunIterator&\2c\20SkShaper::BiDiRunIterator&\2c\20SkShaper::ScriptRunIterator&\2c\20SkShaper::LanguageRunIterator&\2c\20float\2c\20SkShaper::RunHandler*\29\20const +12437:\28anonymous\20namespace\29::ShaperHarfBuzz::shape\28char\20const*\2c\20unsigned\20long\2c\20SkShaper::FontRunIterator&\2c\20SkShaper::BiDiRunIterator&\2c\20SkShaper::ScriptRunIterator&\2c\20SkShaper::LanguageRunIterator&\2c\20SkShaper::Feature\20const*\2c\20unsigned\20long\2c\20float\2c\20SkShaper::RunHandler*\29\20const +12438:\28anonymous\20namespace\29::ShaperHarfBuzz::shape\28char\20const*\2c\20unsigned\20long\2c\20SkFont\20const&\2c\20bool\2c\20float\2c\20SkShaper::RunHandler*\29\20const +12439:\28anonymous\20namespace\29::ShapeDontWrapOrReorder::~ShapeDontWrapOrReorder\28\29 +12440:\28anonymous\20namespace\29::ShapeDontWrapOrReorder::wrap\28char\20const*\2c\20unsigned\20long\2c\20SkShaper::BiDiRunIterator\20const&\2c\20SkShaper::LanguageRunIterator\20const&\2c\20SkShaper::ScriptRunIterator\20const&\2c\20SkShaper::FontRunIterator\20const&\2c\20\28anonymous\20namespace\29::RunIteratorQueue&\2c\20SkShaper::Feature\20const*\2c\20unsigned\20long\2c\20float\2c\20SkShaper::RunHandler*\29\20const +12441:\28anonymous\20namespace\29::ShadowInvalidator::~ShadowInvalidator\28\29_5848 +12442:\28anonymous\20namespace\29::ShadowInvalidator::changed\28\29 +12443:\28anonymous\20namespace\29::ShadowCircularRRectOp::~ShadowCircularRRectOp\28\29_12356 +12444:\28anonymous\20namespace\29::ShadowCircularRRectOp::visitProxies\28std::__2::function\20const&\29\20const +12445:\28anonymous\20namespace\29::ShadowCircularRRectOp::programInfo\28\29 +12446:\28anonymous\20namespace\29::ShadowCircularRRectOp::onPrepareDraws\28GrMeshDrawTarget*\29 +12447:\28anonymous\20namespace\29::ShadowCircularRRectOp::onExecute\28GrOpFlushState*\2c\20SkRect\20const&\29 +12448:\28anonymous\20namespace\29::ShadowCircularRRectOp::onCreateProgramInfo\28GrCaps\20const*\2c\20SkArenaAlloc*\2c\20GrSurfaceProxyView\20const&\2c\20bool\2c\20GrAppliedClip&&\2c\20GrDstProxyView\20const&\2c\20GrXferBarrierFlags\2c\20GrLoadOp\29 +12449:\28anonymous\20namespace\29::ShadowCircularRRectOp::onCombineIfPossible\28GrOp*\2c\20SkArenaAlloc*\2c\20GrCaps\20const&\29 +12450:\28anonymous\20namespace\29::ShadowCircularRRectOp::name\28\29\20const +12451:\28anonymous\20namespace\29::ShadowCircularRRectOp::finalize\28GrCaps\20const&\2c\20GrAppliedClip\20const*\2c\20GrClampType\29 +12452:\28anonymous\20namespace\29::SDFTSubRun::unflattenSize\28\29\20const +12453:\28anonymous\20namespace\29::SDFTSubRun::regenerateAtlas\28int\2c\20int\2c\20std::__2::function\20\28sktext::gpu::GlyphVector*\2c\20int\2c\20int\2c\20skgpu::MaskFormat\2c\20int\29>\29\20const +12454:\28anonymous\20namespace\29::SDFTSubRun::glyphParams\28\29\20const +12455:\28anonymous\20namespace\29::SDFTSubRun::draw\28SkCanvas*\2c\20SkPoint\2c\20SkPaint\20const&\2c\20sk_sp\2c\20std::__2::function\2c\20sktext::gpu::RendererData\29>\20const&\29\20const +12456:\28anonymous\20namespace\29::SDFTSubRun::doFlatten\28SkWriteBuffer&\29\20const +12457:\28anonymous\20namespace\29::SDFTSubRun::canReuse\28SkPaint\20const&\2c\20SkMatrix\20const&\29\20const +12458:\28anonymous\20namespace\29::RectsBlurRec::~RectsBlurRec\28\29_3632 +12459:\28anonymous\20namespace\29::RectsBlurRec::getCategory\28\29\20const +12460:\28anonymous\20namespace\29::RectsBlurRec::diagnostic_only_getDiscardable\28\29\20const +12461:\28anonymous\20namespace\29::RectsBlurRec::bytesUsed\28\29\20const +12462:\28anonymous\20namespace\29::RectsBlurRec::Visitor\28SkResourceCache::Rec\20const&\2c\20void*\29 +12463:\28anonymous\20namespace\29::RasterShaderBlurAlgorithm::makeDevice\28SkImageInfo\20const&\29\20const +12464:\28anonymous\20namespace\29::RasterBlurEngine::findAlgorithm\28SkSize\2c\20SkColorType\29\20const +12465:\28anonymous\20namespace\29::RasterA8BlurAlgorithm::blur\28SkSize\2c\20sk_sp\2c\20SkIRect\20const&\2c\20SkTileMode\2c\20SkIRect\20const&\29\20const +12466:\28anonymous\20namespace\29::Raster8888BlurAlgorithm::blur\28SkSize\2c\20sk_sp\2c\20SkIRect\20const&\2c\20SkTileMode\2c\20SkIRect\20const&\29\20const +12467:\28anonymous\20namespace\29::RRectBlurRec::~RRectBlurRec\28\29_3626 +12468:\28anonymous\20namespace\29::RRectBlurRec::getCategory\28\29\20const +12469:\28anonymous\20namespace\29::RRectBlurRec::diagnostic_only_getDiscardable\28\29\20const +12470:\28anonymous\20namespace\29::RRectBlurRec::bytesUsed\28\29\20const +12471:\28anonymous\20namespace\29::RRectBlurRec::Visitor\28SkResourceCache::Rec\20const&\2c\20void*\29 +12472:\28anonymous\20namespace\29::PathSubRun::~PathSubRun\28\29_13324 +12473:\28anonymous\20namespace\29::PathSubRun::unflattenSize\28\29\20const +12474:\28anonymous\20namespace\29::PathSubRun::draw\28SkCanvas*\2c\20SkPoint\2c\20SkPaint\20const&\2c\20sk_sp\2c\20std::__2::function\2c\20sktext::gpu::RendererData\29>\20const&\29\20const +12475:\28anonymous\20namespace\29::PathSubRun::doFlatten\28SkWriteBuffer&\29\20const +12476:\28anonymous\20namespace\29::MipMapRec::~MipMapRec\28\29_2261 +12477:\28anonymous\20namespace\29::MipMapRec::getCategory\28\29\20const +12478:\28anonymous\20namespace\29::MipMapRec::diagnostic_only_getDiscardable\28\29\20const +12479:\28anonymous\20namespace\29::MipMapRec::bytesUsed\28\29\20const +12480:\28anonymous\20namespace\29::MipMapRec::Finder\28SkResourceCache::Rec\20const&\2c\20void*\29 +12481:\28anonymous\20namespace\29::MiddleOutShader::~MiddleOutShader\28\29_12572 +12482:\28anonymous\20namespace\29::MiddleOutShader::name\28\29\20const +12483:\28anonymous\20namespace\29::MiddleOutShader::makeProgramImpl\28GrShaderCaps\20const&\29\20const::Impl::emitVertexCode\28GrShaderCaps\20const&\2c\20GrPathTessellationShader\20const&\2c\20GrGLSLVertexBuilder*\2c\20GrGLSLVaryingHandler*\2c\20GrGeometryProcessor::ProgramImpl::GrGPArgs*\29 +12484:\28anonymous\20namespace\29::MiddleOutShader::makeProgramImpl\28GrShaderCaps\20const&\29\20const +12485:\28anonymous\20namespace\29::MiddleOutShader::addToKey\28GrShaderCaps\20const&\2c\20skgpu::KeyBuilder*\29\20const +12486:\28anonymous\20namespace\29::MeshOp::~MeshOp\28\29_11897 +12487:\28anonymous\20namespace\29::MeshOp::visitProxies\28std::__2::function\20const&\29\20const +12488:\28anonymous\20namespace\29::MeshOp::programInfo\28\29 +12489:\28anonymous\20namespace\29::MeshOp::onPrepareDraws\28GrMeshDrawTarget*\29 +12490:\28anonymous\20namespace\29::MeshOp::onExecute\28GrOpFlushState*\2c\20SkRect\20const&\29 +12491:\28anonymous\20namespace\29::MeshOp::onCreateProgramInfo\28GrCaps\20const*\2c\20SkArenaAlloc*\2c\20GrSurfaceProxyView\20const&\2c\20bool\2c\20GrAppliedClip&&\2c\20GrDstProxyView\20const&\2c\20GrXferBarrierFlags\2c\20GrLoadOp\29 +12492:\28anonymous\20namespace\29::MeshOp::onCombineIfPossible\28GrOp*\2c\20SkArenaAlloc*\2c\20GrCaps\20const&\29 +12493:\28anonymous\20namespace\29::MeshOp::name\28\29\20const +12494:\28anonymous\20namespace\29::MeshOp::finalize\28GrCaps\20const&\2c\20GrAppliedClip\20const*\2c\20GrClampType\29 +12495:\28anonymous\20namespace\29::MeshGP::~MeshGP\28\29_11921 +12496:\28anonymous\20namespace\29::MeshGP::onTextureSampler\28int\29\20const +12497:\28anonymous\20namespace\29::MeshGP::name\28\29\20const +12498:\28anonymous\20namespace\29::MeshGP::makeProgramImpl\28GrShaderCaps\20const&\29\20const +12499:\28anonymous\20namespace\29::MeshGP::addToKey\28GrShaderCaps\20const&\2c\20skgpu::KeyBuilder*\29\20const +12500:\28anonymous\20namespace\29::MeshGP::Impl::~Impl\28\29_11927 +12501:\28anonymous\20namespace\29::MeshGP::Impl::setData\28GrGLSLProgramDataManager\20const&\2c\20GrShaderCaps\20const&\2c\20GrGeometryProcessor\20const&\29 +12502:\28anonymous\20namespace\29::MeshGP::Impl::onEmitCode\28GrGeometryProcessor::ProgramImpl::EmitArgs&\2c\20GrGeometryProcessor::ProgramImpl::GrGPArgs*\29 +12503:\28anonymous\20namespace\29::MeshGP::Impl::MeshCallbacks::toLinearSrgb\28std::__2::basic_string\2c\20std::__2::allocator>\29 +12504:\28anonymous\20namespace\29::MeshGP::Impl::MeshCallbacks::sampleShader\28int\2c\20std::__2::basic_string\2c\20std::__2::allocator>\29 +12505:\28anonymous\20namespace\29::MeshGP::Impl::MeshCallbacks::sampleColorFilter\28int\2c\20std::__2::basic_string\2c\20std::__2::allocator>\29 +12506:\28anonymous\20namespace\29::MeshGP::Impl::MeshCallbacks::sampleBlender\28int\2c\20std::__2::basic_string\2c\20std::__2::allocator>\2c\20std::__2::basic_string\2c\20std::__2::allocator>\29 +12507:\28anonymous\20namespace\29::MeshGP::Impl::MeshCallbacks::getMainName\28\29 +12508:\28anonymous\20namespace\29::MeshGP::Impl::MeshCallbacks::fromLinearSrgb\28std::__2::basic_string\2c\20std::__2::allocator>\29 +12509:\28anonymous\20namespace\29::MeshGP::Impl::MeshCallbacks::defineFunction\28char\20const*\2c\20char\20const*\2c\20bool\29 +12510:\28anonymous\20namespace\29::MeshGP::Impl::MeshCallbacks::declareUniform\28SkSL::VarDeclaration\20const*\29 +12511:\28anonymous\20namespace\29::MeshGP::Impl::MeshCallbacks::declareFunction\28char\20const*\29 +12512:\28anonymous\20namespace\29::HQDownSampler::buildLevel\28SkPixmap\20const&\2c\20SkPixmap\20const&\29 +12513:\28anonymous\20namespace\29::GaussianPass::startBlur\28\29 +12514:\28anonymous\20namespace\29::GaussianPass::blurSegment\28int\2c\20void\20const*\2c\20int\2c\20void*\2c\20int\29 +12515:\28anonymous\20namespace\29::GaussianPass::MakeMaker\28float\2c\20SkArenaAlloc*\29::Maker::makePass\28void*\2c\20SkArenaAlloc*\29\20const +12516:\28anonymous\20namespace\29::GaussianPass::MakeMaker\28float\2c\20SkArenaAlloc*\29::Maker::bufferSizeBytes\28\29\20const +12517:\28anonymous\20namespace\29::GaussianPass::startBlur\28\29 +12518:\28anonymous\20namespace\29::GaussianPass::blurSegment\28int\2c\20void\20const*\2c\20int\2c\20void*\2c\20int\29 +12519:\28anonymous\20namespace\29::GaussianPass::MakeMaker\28float\2c\20SkArenaAlloc*\29::Maker::makePass\28void*\2c\20SkArenaAlloc*\29\20const +12520:\28anonymous\20namespace\29::GaussianPass::MakeMaker\28float\2c\20SkArenaAlloc*\29::Maker::bufferSizeBytes\28\29\20const +12521:\28anonymous\20namespace\29::FillRectOpImpl::~FillRectOpImpl\28\29_12017 +12522:\28anonymous\20namespace\29::FillRectOpImpl::visitProxies\28std::__2::function\20const&\29\20const +12523:\28anonymous\20namespace\29::FillRectOpImpl::onPrepareDraws\28GrMeshDrawTarget*\29 +12524:\28anonymous\20namespace\29::FillRectOpImpl::onPrePrepareDraws\28GrRecordingContext*\2c\20GrSurfaceProxyView\20const&\2c\20GrAppliedClip*\2c\20GrDstProxyView\20const&\2c\20GrXferBarrierFlags\2c\20GrLoadOp\29 +12525:\28anonymous\20namespace\29::FillRectOpImpl::onExecute\28GrOpFlushState*\2c\20SkRect\20const&\29 +12526:\28anonymous\20namespace\29::FillRectOpImpl::onCreateProgramInfo\28GrCaps\20const*\2c\20SkArenaAlloc*\2c\20GrSurfaceProxyView\20const&\2c\20bool\2c\20GrAppliedClip&&\2c\20GrDstProxyView\20const&\2c\20GrXferBarrierFlags\2c\20GrLoadOp\29 +12527:\28anonymous\20namespace\29::FillRectOpImpl::onCombineIfPossible\28GrOp*\2c\20SkArenaAlloc*\2c\20GrCaps\20const&\29 +12528:\28anonymous\20namespace\29::FillRectOpImpl::name\28\29\20const +12529:\28anonymous\20namespace\29::FillRectOpImpl::finalize\28GrCaps\20const&\2c\20GrAppliedClip\20const*\2c\20GrClampType\29 +12530:\28anonymous\20namespace\29::ExternalWebGLTexture::~ExternalWebGLTexture\28\29_613 +12531:\28anonymous\20namespace\29::ExternalWebGLTexture::getBackendTexture\28\29 +12532:\28anonymous\20namespace\29::ExternalWebGLTexture::dispose\28\29 +12533:\28anonymous\20namespace\29::EllipticalRRectEffect::onMakeProgramImpl\28\29\20const +12534:\28anonymous\20namespace\29::EllipticalRRectEffect::onAddToKey\28GrShaderCaps\20const&\2c\20skgpu::KeyBuilder*\29\20const +12535:\28anonymous\20namespace\29::EllipticalRRectEffect::name\28\29\20const +12536:\28anonymous\20namespace\29::EllipticalRRectEffect::clone\28\29\20const +12537:\28anonymous\20namespace\29::EllipticalRRectEffect::Impl::onSetData\28GrGLSLProgramDataManager\20const&\2c\20GrFragmentProcessor\20const&\29 +12538:\28anonymous\20namespace\29::EllipticalRRectEffect::Impl::emitCode\28GrFragmentProcessor::ProgramImpl::EmitArgs&\29 +12539:\28anonymous\20namespace\29::DrawableSubRun::~DrawableSubRun\28\29_13332 +12540:\28anonymous\20namespace\29::DrawableSubRun::unflattenSize\28\29\20const +12541:\28anonymous\20namespace\29::DrawableSubRun::draw\28SkCanvas*\2c\20SkPoint\2c\20SkPaint\20const&\2c\20sk_sp\2c\20std::__2::function\2c\20sktext::gpu::RendererData\29>\20const&\29\20const +12542:\28anonymous\20namespace\29::DrawableSubRun::doFlatten\28SkWriteBuffer&\29\20const +12543:\28anonymous\20namespace\29::DrawAtlasPathShader::~DrawAtlasPathShader\28\29_11868 +12544:\28anonymous\20namespace\29::DrawAtlasPathShader::onTextureSampler\28int\29\20const +12545:\28anonymous\20namespace\29::DrawAtlasPathShader::name\28\29\20const +12546:\28anonymous\20namespace\29::DrawAtlasPathShader::makeProgramImpl\28GrShaderCaps\20const&\29\20const +12547:\28anonymous\20namespace\29::DrawAtlasPathShader::addToKey\28GrShaderCaps\20const&\2c\20skgpu::KeyBuilder*\29\20const +12548:\28anonymous\20namespace\29::DrawAtlasPathShader::Impl::setData\28GrGLSLProgramDataManager\20const&\2c\20GrShaderCaps\20const&\2c\20GrGeometryProcessor\20const&\29 +12549:\28anonymous\20namespace\29::DrawAtlasPathShader::Impl::onEmitCode\28GrGeometryProcessor::ProgramImpl::EmitArgs&\2c\20GrGeometryProcessor::ProgramImpl::GrGPArgs*\29 +12550:\28anonymous\20namespace\29::DrawAtlasOpImpl::~DrawAtlasOpImpl\28\29_11845 +12551:\28anonymous\20namespace\29::DrawAtlasOpImpl::onPrepareDraws\28GrMeshDrawTarget*\29 +12552:\28anonymous\20namespace\29::DrawAtlasOpImpl::onCreateProgramInfo\28GrCaps\20const*\2c\20SkArenaAlloc*\2c\20GrSurfaceProxyView\20const&\2c\20bool\2c\20GrAppliedClip&&\2c\20GrDstProxyView\20const&\2c\20GrXferBarrierFlags\2c\20GrLoadOp\29 +12553:\28anonymous\20namespace\29::DrawAtlasOpImpl::onCombineIfPossible\28GrOp*\2c\20SkArenaAlloc*\2c\20GrCaps\20const&\29 +12554:\28anonymous\20namespace\29::DrawAtlasOpImpl::name\28\29\20const +12555:\28anonymous\20namespace\29::DrawAtlasOpImpl::finalize\28GrCaps\20const&\2c\20GrAppliedClip\20const*\2c\20GrClampType\29 +12556:\28anonymous\20namespace\29::DirectMaskSubRun::unflattenSize\28\29\20const +12557:\28anonymous\20namespace\29::DirectMaskSubRun::regenerateAtlas\28int\2c\20int\2c\20std::__2::function\20\28sktext::gpu::GlyphVector*\2c\20int\2c\20int\2c\20skgpu::MaskFormat\2c\20int\29>\29\20const +12558:\28anonymous\20namespace\29::DirectMaskSubRun::doFlatten\28SkWriteBuffer&\29\20const +12559:\28anonymous\20namespace\29::DirectMaskSubRun::deviceRectAndNeedsTransform\28SkMatrix\20const&\29\20const +12560:\28anonymous\20namespace\29::DirectMaskSubRun::canReuse\28SkPaint\20const&\2c\20SkMatrix\20const&\29\20const +12561:\28anonymous\20namespace\29::DefaultPathOp::~DefaultPathOp\28\29_11820 +12562:\28anonymous\20namespace\29::DefaultPathOp::visitProxies\28std::__2::function\20const&\29\20const +12563:\28anonymous\20namespace\29::DefaultPathOp::onPrepareDraws\28GrMeshDrawTarget*\29 +12564:\28anonymous\20namespace\29::DefaultPathOp::onExecute\28GrOpFlushState*\2c\20SkRect\20const&\29 +12565:\28anonymous\20namespace\29::DefaultPathOp::onCreateProgramInfo\28GrCaps\20const*\2c\20SkArenaAlloc*\2c\20GrSurfaceProxyView\20const&\2c\20bool\2c\20GrAppliedClip&&\2c\20GrDstProxyView\20const&\2c\20GrXferBarrierFlags\2c\20GrLoadOp\29 +12566:\28anonymous\20namespace\29::DefaultPathOp::onCombineIfPossible\28GrOp*\2c\20SkArenaAlloc*\2c\20GrCaps\20const&\29 +12567:\28anonymous\20namespace\29::DefaultPathOp::name\28\29\20const +12568:\28anonymous\20namespace\29::DefaultPathOp::fixedFunctionFlags\28\29\20const +12569:\28anonymous\20namespace\29::DefaultPathOp::finalize\28GrCaps\20const&\2c\20GrAppliedClip\20const*\2c\20GrClampType\29 +12570:\28anonymous\20namespace\29::CircularRRectEffect::onMakeProgramImpl\28\29\20const +12571:\28anonymous\20namespace\29::CircularRRectEffect::onAddToKey\28GrShaderCaps\20const&\2c\20skgpu::KeyBuilder*\29\20const +12572:\28anonymous\20namespace\29::CircularRRectEffect::name\28\29\20const +12573:\28anonymous\20namespace\29::CircularRRectEffect::clone\28\29\20const +12574:\28anonymous\20namespace\29::CircularRRectEffect::Impl::onSetData\28GrGLSLProgramDataManager\20const&\2c\20GrFragmentProcessor\20const&\29 +12575:\28anonymous\20namespace\29::CircularRRectEffect::Impl::emitCode\28GrFragmentProcessor::ProgramImpl::EmitArgs&\29 +12576:\28anonymous\20namespace\29::CachedTessellationsRec::~CachedTessellationsRec\28\29_5852 +12577:\28anonymous\20namespace\29::CachedTessellationsRec::getCategory\28\29\20const +12578:\28anonymous\20namespace\29::CachedTessellationsRec::bytesUsed\28\29\20const +12579:\28anonymous\20namespace\29::CachedTessellations::~CachedTessellations\28\29_5858 +12580:\28anonymous\20namespace\29::CacheImpl::~CacheImpl\28\29_3484 +12581:\28anonymous\20namespace\29::CacheImpl::set\28SkImageFilterCacheKey\20const&\2c\20SkImageFilter\20const*\2c\20skif::FilterResult\20const&\29 +12582:\28anonymous\20namespace\29::CacheImpl::purge\28\29 +12583:\28anonymous\20namespace\29::CacheImpl::purgeByImageFilter\28SkImageFilter\20const*\29 +12584:\28anonymous\20namespace\29::CacheImpl::get\28SkImageFilterCacheKey\20const&\2c\20skif::FilterResult*\29\20const +12585:\28anonymous\20namespace\29::BuilderReceiver::QuadTo\28impeller::TPoint\20const&\2c\20impeller::TPoint\20const&\29 +12586:\28anonymous\20namespace\29::BuilderReceiver::LineTo\28impeller::TPoint\20const&\29 +12587:\28anonymous\20namespace\29::BuilderReceiver::CubicTo\28impeller::TPoint\20const&\2c\20impeller::TPoint\20const&\2c\20impeller::TPoint\20const&\29 +12588:\28anonymous\20namespace\29::BuilderReceiver::ConicTo\28impeller::TPoint\20const&\2c\20impeller::TPoint\20const&\2c\20float\29 +12589:\28anonymous\20namespace\29::BuilderReceiver::Close\28\29 +12590:\28anonymous\20namespace\29::BoundingBoxShader::name\28\29\20const +12591:\28anonymous\20namespace\29::BoundingBoxShader::makeProgramImpl\28GrShaderCaps\20const&\29\20const::Impl::setData\28GrGLSLProgramDataManager\20const&\2c\20GrShaderCaps\20const&\2c\20GrGeometryProcessor\20const&\29 +12592:\28anonymous\20namespace\29::BoundingBoxShader::makeProgramImpl\28GrShaderCaps\20const&\29\20const::Impl::onEmitCode\28GrGeometryProcessor::ProgramImpl::EmitArgs&\2c\20GrGeometryProcessor::ProgramImpl::GrGPArgs*\29 +12593:\28anonymous\20namespace\29::BoundingBoxShader::makeProgramImpl\28GrShaderCaps\20const&\29\20const +12594:\28anonymous\20namespace\29::AAHairlineOp::~AAHairlineOp\28\29_11592 +12595:\28anonymous\20namespace\29::AAHairlineOp::visitProxies\28std::__2::function\20const&\29\20const +12596:\28anonymous\20namespace\29::AAHairlineOp::onPrepareDraws\28GrMeshDrawTarget*\29 +12597:\28anonymous\20namespace\29::AAHairlineOp::onPrePrepareDraws\28GrRecordingContext*\2c\20GrSurfaceProxyView\20const&\2c\20GrAppliedClip*\2c\20GrDstProxyView\20const&\2c\20GrXferBarrierFlags\2c\20GrLoadOp\29 +12598:\28anonymous\20namespace\29::AAHairlineOp::onExecute\28GrOpFlushState*\2c\20SkRect\20const&\29 +12599:\28anonymous\20namespace\29::AAHairlineOp::onCreateProgramInfo\28GrCaps\20const*\2c\20SkArenaAlloc*\2c\20GrSurfaceProxyView\20const&\2c\20bool\2c\20GrAppliedClip&&\2c\20GrDstProxyView\20const&\2c\20GrXferBarrierFlags\2c\20GrLoadOp\29 +12600:\28anonymous\20namespace\29::AAHairlineOp::onCombineIfPossible\28GrOp*\2c\20SkArenaAlloc*\2c\20GrCaps\20const&\29 +12601:\28anonymous\20namespace\29::AAHairlineOp::name\28\29\20const +12602:\28anonymous\20namespace\29::AAHairlineOp::fixedFunctionFlags\28\29\20const +12603:\28anonymous\20namespace\29::AAHairlineOp::finalize\28GrCaps\20const&\2c\20GrAppliedClip\20const*\2c\20GrClampType\29 +12604:\28anonymous\20namespace\29::A8Pass::startBlur\28\29 +12605:\28anonymous\20namespace\29::A8Pass::blurSegment\28int\2c\20void\20const*\2c\20int\2c\20void*\2c\20int\29 +12606:\28anonymous\20namespace\29::A8Pass::MakeMaker\28float\2c\20SkArenaAlloc*\29::Maker::makePass\28void*\2c\20SkArenaAlloc*\29\20const +12607:\28anonymous\20namespace\29::A8Pass::MakeMaker\28float\2c\20SkArenaAlloc*\29::Maker::bufferSizeBytes\28\29\20const +12608:YuvToRgbaRow +12609:YuvToRgba4444Row +12610:YuvToRgbRow +12611:YuvToRgb565Row +12612:YuvToBgraRow +12613:YuvToBgrRow +12614:YuvToArgbRow +12615:Write_CVT_Stretched +12616:Write_CVT +12617:WebPYuv444ToRgba_C +12618:WebPYuv444ToRgba4444_C +12619:WebPYuv444ToRgb_C +12620:WebPYuv444ToRgb565_C +12621:WebPYuv444ToBgra_C +12622:WebPYuv444ToBgr_C +12623:WebPYuv444ToArgb_C +12624:WebPRescalerImportRowShrink_C +12625:WebPRescalerImportRowExpand_C +12626:WebPRescalerExportRowShrink_C +12627:WebPRescalerExportRowExpand_C +12628:Vertish_SkAntiHairBlitter::drawLine\28int\2c\20int\2c\20int\2c\20int\29 +12629:Vertish_SkAntiHairBlitter::drawCap\28int\2c\20int\2c\20int\2c\20int\29 +12630:VerticalUnfilter_C +12631:VertState::Triangles\28VertState*\29 +12632:VertState::TrianglesX\28VertState*\29 +12633:VertState::TriangleStrip\28VertState*\29 +12634:VertState::TriangleStripX\28VertState*\29 +12635:VertState::TriangleFan\28VertState*\29 +12636:VertState::TriangleFanX\28VertState*\29 +12637:VR4_C +12638:VLine_SkAntiHairBlitter::drawLine\28int\2c\20int\2c\20int\2c\20int\29 +12639:VLine_SkAntiHairBlitter::drawCap\28int\2c\20int\2c\20int\2c\20int\29 +12640:VL4_C +12641:VE8uv_C +12642:VE4_C +12643:VE16_C +12644:UpsampleRgbaLinePair_C +12645:UpsampleRgba4444LinePair_C +12646:UpsampleRgbLinePair_C +12647:UpsampleRgb565LinePair_C +12648:UpsampleBgraLinePair_C +12649:UpsampleBgrLinePair_C +12650:UpsampleArgbLinePair_C +12651:TransformUV_C +12652:TransformDCUV_C +12653:TimeZoneDataDirInitFn\28UErrorCode&\29 +12654:TextureSourceImageGenerator::~TextureSourceImageGenerator\28\29_594 +12655:TextureSourceImageGenerator::generateExternalTexture\28GrRecordingContext*\2c\20skgpu::Mipmapped\29 +12656:TT_Set_MM_Blend +12657:TT_RunIns +12658:TT_Load_Simple_Glyph +12659:TT_Load_Glyph_Header +12660:TT_Load_Composite_Glyph +12661:TT_Get_Var_Design +12662:TT_Get_MM_Blend +12663:TT_Forget_Glyph_Frame +12664:TT_Access_Glyph_Frame +12665:TOUPPER\28unsigned\20char\29 +12666:TOLOWER\28unsigned\20char\29 +12667:TM8uv_C +12668:TM4_C +12669:TM16_C +12670:SquareCapper\28SkPathBuilder*\2c\20SkPoint\20const&\2c\20SkPoint\20const&\2c\20SkPoint\20const&\2c\20bool\29 +12671:Sprite_D32_S32::blitRect\28int\2c\20int\2c\20int\2c\20int\29 +12672:Skwasm::Surface::Surface\28\29::$_0::__invoke\28\29 +12673:SkWuffsFrameHolder::onGetFrame\28int\29\20const +12674:SkWuffsCodec::~SkWuffsCodec\28\29_13735 +12675:SkWuffsCodec::onIsAnimated\28\29 +12676:SkWuffsCodec::onGetRepetitionCount\28\29 +12677:SkWuffsCodec::onGetPixels\28SkImageInfo\20const&\2c\20void*\2c\20unsigned\20long\2c\20SkCodec::Options\20const&\2c\20int*\29 +12678:SkWuffsCodec::onGetFrameInfo\28int\2c\20SkCodec::FrameInfo*\29\20const +12679:SkWuffsCodec::onGetFrameCount\28\29 +12680:SkWuffsCodec::getFrameHolder\28\29\20const +12681:SkWuffsCodec::getEncodedData\28\29\20const +12682:SkWebpCodec::~SkWebpCodec\28\29_13466 +12683:SkWebpCodec::onIsAnimated\28\29 +12684:SkWebpCodec::onGetValidSubset\28SkIRect*\29\20const +12685:SkWebpCodec::onGetRepetitionCount\28\29 +12686:SkWebpCodec::onGetPixels\28SkImageInfo\20const&\2c\20void*\2c\20unsigned\20long\2c\20SkCodec::Options\20const&\2c\20int*\29 +12687:SkWebpCodec::onGetFrameInfo\28int\2c\20SkCodec::FrameInfo*\29\20const +12688:SkWebpCodec::onGetFrameCount\28\29 +12689:SkWebpCodec::getFrameHolder\28\29\20const +12690:SkWebpCodec::FrameHolder::~FrameHolder\28\29_13463 +12691:SkWebpCodec::FrameHolder::onGetFrame\28int\29\20const +12692:SkWeakRefCnt::internal_dispose\28\29\20const +12693:SkUnicode_icu::~SkUnicode_icu\28\29_8657 +12694:SkUnicode_icu::toUpper\28SkString\20const&\2c\20char\20const*\29 +12695:SkUnicode_icu::toUpper\28SkString\20const&\29 +12696:SkUnicode_icu::reorderVisual\28unsigned\20char\20const*\2c\20int\2c\20int*\29 +12697:SkUnicode_icu::makeBreakIterator\28char\20const*\2c\20SkUnicode::BreakType\29 +12698:SkUnicode_icu::makeBreakIterator\28SkUnicode::BreakType\29 +12699:SkUnicode_icu::makeBidiIterator\28unsigned\20short\20const*\2c\20int\2c\20SkBidiIterator::Direction\29 +12700:SkUnicode_icu::makeBidiIterator\28char\20const*\2c\20int\2c\20SkBidiIterator::Direction\29 +12701:SkUnicode_icu::isWhitespace\28int\29 +12702:SkUnicode_icu::isTabulation\28int\29 +12703:SkUnicode_icu::isSpace\28int\29 +12704:SkUnicode_icu::isRegionalIndicator\28int\29 +12705:SkUnicode_icu::isIdeographic\28int\29 +12706:SkUnicode_icu::isHardBreak\28int\29 +12707:SkUnicode_icu::isEmoji\28int\29 +12708:SkUnicode_icu::isEmojiModifier\28int\29 +12709:SkUnicode_icu::isEmojiModifierBase\28int\29 +12710:SkUnicode_icu::isEmojiComponent\28int\29 +12711:SkUnicode_icu::isControl\28int\29 +12712:SkUnicode_icu::getWords\28char\20const*\2c\20int\2c\20char\20const*\2c\20std::__2::vector>*\29 +12713:SkUnicode_icu::getUtf8Words\28char\20const*\2c\20int\2c\20char\20const*\2c\20std::__2::vector>*\29 +12714:SkUnicode_icu::getSentences\28char\20const*\2c\20int\2c\20char\20const*\2c\20std::__2::vector>*\29 +12715:SkUnicode_icu::getBidiRegions\28char\20const*\2c\20int\2c\20SkUnicode::TextDirection\2c\20std::__2::vector>*\29 +12716:SkUnicode_icu::computeCodeUnitFlags\28char16_t*\2c\20int\2c\20bool\2c\20skia_private::TArray*\29 +12717:SkUnicode_icu::computeCodeUnitFlags\28char*\2c\20int\2c\20bool\2c\20skia_private::TArray*\29 +12718:SkUnicodeBidiRunIterator::~SkUnicodeBidiRunIterator\28\29_15090 +12719:SkUnicodeBidiRunIterator::~SkUnicodeBidiRunIterator\28\29 +12720:SkUnicodeBidiRunIterator::endOfCurrentRun\28\29\20const +12721:SkUnicodeBidiRunIterator::currentLevel\28\29\20const +12722:SkUnicodeBidiRunIterator::consume\28\29 +12723:SkUnicodeBidiRunIterator::atEnd\28\29\20const +12724:SkTypeface_FreeTypeStream::~SkTypeface_FreeTypeStream\28\29_8937 +12725:SkTypeface_FreeTypeStream::onOpenStream\28int*\29\20const +12726:SkTypeface_FreeTypeStream::onMakeFontData\28\29\20const +12727:SkTypeface_FreeTypeStream::onMakeClone\28SkFontArguments\20const&\29\20const +12728:SkTypeface_FreeTypeStream::onGetFontDescriptor\28SkFontDescriptor*\2c\20bool*\29\20const +12729:SkTypeface_FreeType::onGlyphMaskNeedsCurrentColor\28\29\20const +12730:SkTypeface_FreeType::onGetVariationDesignPosition\28SkSpan\29\20const +12731:SkTypeface_FreeType::onGetVariationDesignParameters\28SkSpan\29\20const +12732:SkTypeface_FreeType::onGetUPEM\28\29\20const +12733:SkTypeface_FreeType::onGetTableTags\28SkSpan\29\20const +12734:SkTypeface_FreeType::onGetTableData\28unsigned\20int\2c\20unsigned\20long\2c\20unsigned\20long\2c\20void*\29\20const +12735:SkTypeface_FreeType::onGetPostScriptName\28SkString*\29\20const +12736:SkTypeface_FreeType::onGetKerningPairAdjustments\28SkSpan\2c\20SkSpan\29\20const +12737:SkTypeface_FreeType::onGetAdvancedMetrics\28\29\20const +12738:SkTypeface_FreeType::onFilterRec\28SkScalerContextRec*\29\20const +12739:SkTypeface_FreeType::onCreateScalerContext\28SkScalerContextEffects\20const&\2c\20SkDescriptor\20const*\29\20const +12740:SkTypeface_FreeType::onCreateScalerContextAsProxyTypeface\28SkScalerContextEffects\20const&\2c\20SkDescriptor\20const*\2c\20SkTypeface*\29\20const +12741:SkTypeface_FreeType::onCreateFamilyNameIterator\28\29\20const +12742:SkTypeface_FreeType::onCountGlyphs\28\29\20const +12743:SkTypeface_FreeType::onCopyTableData\28unsigned\20int\29\20const +12744:SkTypeface_FreeType::onCharsToGlyphs\28SkSpan\2c\20SkSpan\29\20const +12745:SkTypeface_FreeType::getPostScriptGlyphNames\28SkString*\29\20const +12746:SkTypeface_FreeType::getGlyphToUnicodeMap\28SkSpan\29\20const +12747:SkTypeface_Empty::~SkTypeface_Empty\28\29 +12748:SkTypeface_Custom::onGetFontDescriptor\28SkFontDescriptor*\2c\20bool*\29\20const +12749:SkTypeface::onOpenExistingStream\28int*\29\20const +12750:SkTypeface::onCreateScalerContextAsProxyTypeface\28SkScalerContextEffects\20const&\2c\20SkDescriptor\20const*\2c\20SkTypeface*\29\20const +12751:SkTypeface::onCopyTableData\28unsigned\20int\29\20const +12752:SkTypeface::onComputeBounds\28SkRect*\29\20const +12753:SkTriColorShader::type\28\29\20const +12754:SkTriColorShader::isOpaque\28\29\20const +12755:SkTriColorShader::appendStages\28SkStageRec\20const&\2c\20SkShaders::MatrixRec\20const&\29\20const +12756:SkTransformShader::appendStages\28SkStageRec\20const&\2c\20SkShaders::MatrixRec\20const&\29\20const +12757:SkTQuad::subDivide\28double\2c\20double\2c\20SkTCurve*\29\20const +12758:SkTQuad::setBounds\28SkDRect*\29\20const +12759:SkTQuad::ptAtT\28double\29\20const +12760:SkTQuad::make\28SkArenaAlloc&\29\20const +12761:SkTQuad::intersectRay\28SkIntersections*\2c\20SkDLine\20const&\29\20const +12762:SkTQuad::hullIntersects\28SkTCurve\20const&\2c\20bool*\29\20const +12763:SkTQuad::dxdyAtT\28double\29\20const +12764:SkTQuad::debugInit\28\29 +12765:SkTMaskGamma<3\2c\203\2c\203>::~SkTMaskGamma\28\29_4992 +12766:SkTCubic::subDivide\28double\2c\20double\2c\20SkTCurve*\29\20const +12767:SkTCubic::setBounds\28SkDRect*\29\20const +12768:SkTCubic::ptAtT\28double\29\20const +12769:SkTCubic::otherPts\28int\2c\20SkDPoint\20const**\29\20const +12770:SkTCubic::maxIntersections\28\29\20const +12771:SkTCubic::make\28SkArenaAlloc&\29\20const +12772:SkTCubic::intersectRay\28SkIntersections*\2c\20SkDLine\20const&\29\20const +12773:SkTCubic::hullIntersects\28SkTCurve\20const&\2c\20bool*\29\20const +12774:SkTCubic::hullIntersects\28SkDCubic\20const&\2c\20bool*\29\20const +12775:SkTCubic::dxdyAtT\28double\29\20const +12776:SkTCubic::debugInit\28\29 +12777:SkTCubic::controlsInside\28\29\20const +12778:SkTCubic::collapsed\28\29\20const +12779:SkTConic::subDivide\28double\2c\20double\2c\20SkTCurve*\29\20const +12780:SkTConic::setBounds\28SkDRect*\29\20const +12781:SkTConic::ptAtT\28double\29\20const +12782:SkTConic::make\28SkArenaAlloc&\29\20const +12783:SkTConic::intersectRay\28SkIntersections*\2c\20SkDLine\20const&\29\20const +12784:SkTConic::hullIntersects\28SkTCurve\20const&\2c\20bool*\29\20const +12785:SkTConic::hullIntersects\28SkDQuad\20const&\2c\20bool*\29\20const +12786:SkTConic::dxdyAtT\28double\29\20const +12787:SkTConic::debugInit\28\29 +12788:SkSynchronizedResourceCache::~SkSynchronizedResourceCache\28\29_5299 +12789:SkSynchronizedResourceCache::visitAll\28void\20\28*\29\28SkResourceCache::Rec\20const&\2c\20void*\29\2c\20void*\29 +12790:SkSynchronizedResourceCache::setTotalByteLimit\28unsigned\20long\29 +12791:SkSynchronizedResourceCache::setSingleAllocationByteLimit\28unsigned\20long\29 +12792:SkSynchronizedResourceCache::purgeAll\28\29 +12793:SkSynchronizedResourceCache::newCachedData\28unsigned\20long\29 +12794:SkSynchronizedResourceCache::getTotalBytesUsed\28\29\20const +12795:SkSynchronizedResourceCache::getTotalByteLimit\28\29\20const +12796:SkSynchronizedResourceCache::getSingleAllocationByteLimit\28\29\20const +12797:SkSynchronizedResourceCache::getEffectiveSingleAllocationByteLimit\28\29\20const +12798:SkSynchronizedResourceCache::find\28SkResourceCache::Key\20const&\2c\20bool\20\28*\29\28SkResourceCache::Rec\20const&\2c\20void*\29\2c\20void*\29 +12799:SkSynchronizedResourceCache::dump\28\29\20const +12800:SkSynchronizedResourceCache::discardableFactory\28\29\20const +12801:SkSynchronizedResourceCache::add\28SkResourceCache::Rec*\2c\20void*\29 +12802:SkSweepGradient::getTypeName\28\29\20const +12803:SkSweepGradient::flatten\28SkWriteBuffer&\29\20const +12804:SkSweepGradient::asGradient\28SkShaderBase::GradientInfo*\2c\20SkMatrix*\29\20const +12805:SkSweepGradient::appendGradientStages\28SkArenaAlloc*\2c\20SkRasterPipeline*\2c\20SkRasterPipeline*\29\20const +12806:SkSurface_Raster::~SkSurface_Raster\28\29_5552 +12807:SkSurface_Raster::onWritePixels\28SkPixmap\20const&\2c\20int\2c\20int\29 +12808:SkSurface_Raster::onRestoreBackingMutability\28\29 +12809:SkSurface_Raster::onNewSurface\28SkImageInfo\20const&\29 +12810:SkSurface_Raster::onNewImageSnapshot\28SkIRect\20const*\29 +12811:SkSurface_Raster::onNewCanvas\28\29 +12812:SkSurface_Raster::onDraw\28SkCanvas*\2c\20float\2c\20float\2c\20SkSamplingOptions\20const&\2c\20SkPaint\20const*\29 +12813:SkSurface_Raster::onCopyOnWrite\28SkSurface::ContentChangeMode\29 +12814:SkSurface_Raster::imageInfo\28\29\20const +12815:SkSurface_Ganesh::~SkSurface_Ganesh\28\29_12550 +12816:SkSurface_Ganesh::replaceBackendTexture\28GrBackendTexture\20const&\2c\20GrSurfaceOrigin\2c\20SkSurface::ContentChangeMode\2c\20void\20\28*\29\28void*\29\2c\20void*\29 +12817:SkSurface_Ganesh::onWritePixels\28SkPixmap\20const&\2c\20int\2c\20int\29 +12818:SkSurface_Ganesh::onWait\28int\2c\20GrBackendSemaphore\20const*\2c\20bool\29 +12819:SkSurface_Ganesh::onNewSurface\28SkImageInfo\20const&\29 +12820:SkSurface_Ganesh::onNewImageSnapshot\28SkIRect\20const*\29 +12821:SkSurface_Ganesh::onNewCanvas\28\29 +12822:SkSurface_Ganesh::onIsCompatible\28GrSurfaceCharacterization\20const&\29\20const +12823:SkSurface_Ganesh::onGetRecordingContext\28\29\20const +12824:SkSurface_Ganesh::onDraw\28SkCanvas*\2c\20float\2c\20float\2c\20SkSamplingOptions\20const&\2c\20SkPaint\20const*\29 +12825:SkSurface_Ganesh::onCopyOnWrite\28SkSurface::ContentChangeMode\29 +12826:SkSurface_Ganesh::onCharacterize\28GrSurfaceCharacterization*\29\20const +12827:SkSurface_Ganesh::onCapabilities\28\29 +12828:SkSurface_Ganesh::onAsyncRescaleAndReadPixels\28SkImageInfo\20const&\2c\20SkIRect\2c\20SkImage::RescaleGamma\2c\20SkImage::RescaleMode\2c\20void\20\28*\29\28void*\2c\20std::__2::unique_ptr>\29\2c\20void*\29 +12829:SkSurface_Ganesh::onAsyncRescaleAndReadPixelsYUV420\28SkYUVColorSpace\2c\20bool\2c\20sk_sp\2c\20SkIRect\2c\20SkISize\2c\20SkImage::RescaleGamma\2c\20SkImage::RescaleMode\2c\20void\20\28*\29\28void*\2c\20std::__2::unique_ptr>\29\2c\20void*\29 +12830:SkSurface_Ganesh::imageInfo\28\29\20const +12831:SkSurface_Base::onMakeTemporaryImage\28\29 +12832:SkSurface_Base::onAsyncRescaleAndReadPixels\28SkImageInfo\20const&\2c\20SkIRect\2c\20SkImage::RescaleGamma\2c\20SkImage::RescaleMode\2c\20void\20\28*\29\28void*\2c\20std::__2::unique_ptr>\29\2c\20void*\29 +12833:SkSurface::imageInfo\28\29\20const +12834:SkStrikeCache::~SkStrikeCache\28\29_5215 +12835:SkStrikeCache::findOrCreateScopedStrike\28SkStrikeSpec\20const&\29 +12836:SkStrike::~SkStrike\28\29_5200 +12837:SkStrike::strikePromise\28\29 +12838:SkStrike::roundingSpec\28\29\20const +12839:SkStrike::getDescriptor\28\29\20const +12840:SkSpriteBlitter_Memcpy::blitRect\28int\2c\20int\2c\20int\2c\20int\29 +12841:SkSpriteBlitter::setup\28SkPixmap\20const&\2c\20int\2c\20int\2c\20SkPaint\20const&\29 +12842:SkSpriteBlitter::blitV\28int\2c\20int\2c\20int\2c\20unsigned\20char\29 +12843:SkSpriteBlitter::blitMask\28SkMask\20const&\2c\20SkIRect\20const&\29 +12844:SkSpriteBlitter::blitH\28int\2c\20int\2c\20int\29 +12845:SkSpecialImage_Raster::~SkSpecialImage_Raster\28\29_5138 +12846:SkSpecialImage_Raster::onMakeBackingStoreSubset\28SkIRect\20const&\29\20const +12847:SkSpecialImage_Raster::getSize\28\29\20const +12848:SkSpecialImage_Raster::backingStoreDimensions\28\29\20const +12849:SkSpecialImage_Raster::asShader\28SkTileMode\2c\20SkSamplingOptions\20const&\2c\20SkMatrix\20const&\2c\20bool\29\20const +12850:SkSpecialImage_Raster::asImage\28\29\20const +12851:SkSpecialImage_Gpu::~SkSpecialImage_Gpu\28\29_11514 +12852:SkSpecialImage_Gpu::onMakeBackingStoreSubset\28SkIRect\20const&\29\20const +12853:SkSpecialImage_Gpu::getSize\28\29\20const +12854:SkSpecialImage_Gpu::backingStoreDimensions\28\29\20const +12855:SkSpecialImage_Gpu::asImage\28\29\20const +12856:SkSpecialImage::asShader\28SkTileMode\2c\20SkSamplingOptions\20const&\2c\20SkMatrix\20const&\2c\20bool\29\20const +12857:SkShaper::TrivialLanguageRunIterator::~TrivialLanguageRunIterator\28\29_15083 +12858:SkShaper::TrivialLanguageRunIterator::currentLanguage\28\29\20const +12859:SkShaper::TrivialFontRunIterator::~TrivialFontRunIterator\28\29_8155 +12860:SkShaper::TrivialBiDiRunIterator::currentLevel\28\29\20const +12861:SkShaderBlurAlgorithm::maxSigma\28\29\20const +12862:SkShaderBlurAlgorithm::blur\28SkSize\2c\20sk_sp\2c\20SkIRect\20const&\2c\20SkTileMode\2c\20SkIRect\20const&\29\20const +12863:SkScan::HairSquarePath\28SkPathRaw\20const&\2c\20SkRasterClip\20const&\2c\20SkBlitter*\29 +12864:SkScan::HairRoundPath\28SkPathRaw\20const&\2c\20SkRasterClip\20const&\2c\20SkBlitter*\29 +12865:SkScan::HairPath\28SkPathRaw\20const&\2c\20SkRasterClip\20const&\2c\20SkBlitter*\29 +12866:SkScan::AntiHairSquarePath\28SkPathRaw\20const&\2c\20SkRasterClip\20const&\2c\20SkBlitter*\29 +12867:SkScan::AntiHairRoundPath\28SkPathRaw\20const&\2c\20SkRasterClip\20const&\2c\20SkBlitter*\29 +12868:SkScalingCodec::onGetScaledDimensions\28float\29\20const +12869:SkScalingCodec::onDimensionsSupported\28SkISize\20const&\29 +12870:SkScalerContext_FreeType::~SkScalerContext_FreeType\28\29_8873 +12871:SkScalerContext_FreeType::generatePath\28SkGlyph\20const&\29 +12872:SkScalerContext_FreeType::generateMetrics\28SkGlyph\20const&\2c\20SkArenaAlloc*\29 +12873:SkScalerContext_FreeType::generateImage\28SkGlyph\20const&\2c\20void*\29 +12874:SkScalerContext_FreeType::generateFontMetrics\28SkFontMetrics*\29 +12875:SkScalerContext_FreeType::generateDrawable\28SkGlyph\20const&\29 +12876:SkScalerContext::MakeEmpty\28SkTypeface&\2c\20SkScalerContextEffects\20const&\2c\20SkDescriptor\20const*\29::SkScalerContext_Empty::~SkScalerContext_Empty\28\29 +12877:SkScalerContext::MakeEmpty\28SkTypeface&\2c\20SkScalerContextEffects\20const&\2c\20SkDescriptor\20const*\29::SkScalerContext_Empty::generatePath\28SkGlyph\20const&\29 +12878:SkScalerContext::MakeEmpty\28SkTypeface&\2c\20SkScalerContextEffects\20const&\2c\20SkDescriptor\20const*\29::SkScalerContext_Empty::generateMetrics\28SkGlyph\20const&\2c\20SkArenaAlloc*\29 +12879:SkScalerContext::MakeEmpty\28SkTypeface&\2c\20SkScalerContextEffects\20const&\2c\20SkDescriptor\20const*\29::SkScalerContext_Empty::generateFontMetrics\28SkFontMetrics*\29 +12880:SkSampledCodec::onGetSampledDimensions\28int\29\20const +12881:SkSampledCodec::onGetAndroidPixels\28SkImageInfo\20const&\2c\20void*\2c\20unsigned\20long\2c\20SkAndroidCodec::AndroidOptions\20const&\29 +12882:SkSRGBColorSpaceLuminance::toLuma\28float\2c\20float\29\20const +12883:SkSRGBColorSpaceLuminance::fromLuma\28float\2c\20float\29\20const +12884:SkSL::simplify_componentwise\28SkSL::Context\20const&\2c\20SkSL::Position\2c\20SkSL::Expression\20const&\2c\20SkSL::Operator\2c\20SkSL::Expression\20const&\29::$_3::__invoke\28double\2c\20double\29 +12885:SkSL::simplify_componentwise\28SkSL::Context\20const&\2c\20SkSL::Position\2c\20SkSL::Expression\20const&\2c\20SkSL::Operator\2c\20SkSL::Expression\20const&\29::$_2::__invoke\28double\2c\20double\29 +12886:SkSL::simplify_componentwise\28SkSL::Context\20const&\2c\20SkSL::Position\2c\20SkSL::Expression\20const&\2c\20SkSL::Operator\2c\20SkSL::Expression\20const&\29::$_1::__invoke\28double\2c\20double\29 +12887:SkSL::simplify_componentwise\28SkSL::Context\20const&\2c\20SkSL::Position\2c\20SkSL::Expression\20const&\2c\20SkSL::Operator\2c\20SkSL::Expression\20const&\29::$_0::__invoke\28double\2c\20double\29 +12888:SkSL::negate_value\28double\29 +12889:SkSL::eliminate_unreachable_code\28SkSpan>>\2c\20SkSL::ProgramUsage*\29::UnreachableCodeEliminator::~UnreachableCodeEliminator\28\29_7517 +12890:SkSL::eliminate_dead_local_variables\28SkSL::Context\20const&\2c\20SkSpan>>\2c\20SkSL::ProgramUsage*\29::DeadLocalVariableEliminator::~DeadLocalVariableEliminator\28\29_7514 +12891:SkSL::eliminate_dead_local_variables\28SkSL::Context\20const&\2c\20SkSpan>>\2c\20SkSL::ProgramUsage*\29::DeadLocalVariableEliminator::visitStatementPtr\28std::__2::unique_ptr>&\29 +12892:SkSL::eliminate_dead_local_variables\28SkSL::Context\20const&\2c\20SkSpan>>\2c\20SkSL::ProgramUsage*\29::DeadLocalVariableEliminator::visitExpressionPtr\28std::__2::unique_ptr>&\29 +12893:SkSL::count_returns_at_end_of_control_flow\28SkSL::FunctionDefinition\20const&\29::CountReturnsAtEndOfControlFlow::visitStatement\28SkSL::Statement\20const&\29 +12894:SkSL::bitwise_not_value\28double\29 +12895:SkSL::\28anonymous\20namespace\29::VariableWriteVisitor::visitExpression\28SkSL::Expression\20const&\29 +12896:SkSL::\28anonymous\20namespace\29::SampleOutsideMainVisitor::visitProgramElement\28SkSL::ProgramElement\20const&\29 +12897:SkSL::\28anonymous\20namespace\29::SampleOutsideMainVisitor::visitExpression\28SkSL::Expression\20const&\29 +12898:SkSL::\28anonymous\20namespace\29::ReturnsNonOpaqueColorVisitor::visitStatement\28SkSL::Statement\20const&\29 +12899:SkSL::\28anonymous\20namespace\29::ReturnsInputAlphaVisitor::visitStatement\28SkSL::Statement\20const&\29 +12900:SkSL::\28anonymous\20namespace\29::NodeCountVisitor::visitProgramElement\28SkSL::ProgramElement\20const&\29 +12901:SkSL::\28anonymous\20namespace\29::NodeCountVisitor::visitExpression\28SkSL::Expression\20const&\29 +12902:SkSL::\28anonymous\20namespace\29::MergeSampleUsageVisitor::visitProgramElement\28SkSL::ProgramElement\20const&\29 +12903:SkSL::\28anonymous\20namespace\29::MergeSampleUsageVisitor::visitExpression\28SkSL::Expression\20const&\29 +12904:SkSL::\28anonymous\20namespace\29::FinalizationVisitor::~FinalizationVisitor\28\29_6680 +12905:SkSL::\28anonymous\20namespace\29::FinalizationVisitor::visitExpression\28SkSL::Expression\20const&\29 +12906:SkSL::\28anonymous\20namespace\29::ES2IndexingVisitor::~ES2IndexingVisitor\28\29_6703 +12907:SkSL::\28anonymous\20namespace\29::ES2IndexingVisitor::visitStatement\28SkSL::Statement\20const&\29 +12908:SkSL::\28anonymous\20namespace\29::ES2IndexingVisitor::visitExpression\28SkSL::Expression\20const&\29 +12909:SkSL::VectorType::isOrContainsBool\28\29\20const +12910:SkSL::VectorType::isAllowedInUniform\28SkSL::Position*\29\20const +12911:SkSL::VectorType::isAllowedInES2\28\29\20const +12912:SkSL::VariableReference::clone\28SkSL::Position\29\20const +12913:SkSL::Variable::~Variable\28\29_7483 +12914:SkSL::Variable::setInterfaceBlock\28SkSL::InterfaceBlock*\29 +12915:SkSL::Variable::mangledName\28\29\20const +12916:SkSL::Variable::layout\28\29\20const +12917:SkSL::Variable::description\28\29\20const +12918:SkSL::VarDeclaration::~VarDeclaration\28\29_7481 +12919:SkSL::VarDeclaration::description\28\29\20const +12920:SkSL::TypeReference::clone\28SkSL::Position\29\20const +12921:SkSL::Type::minimumValue\28\29\20const +12922:SkSL::Type::maximumValue\28\29\20const +12923:SkSL::Type::matches\28SkSL::Type\20const&\29\20const +12924:SkSL::Type::isAllowedInUniform\28SkSL::Position*\29\20const +12925:SkSL::Type::fields\28\29\20const +12926:SkSL::Type::description\28\29\20const +12927:SkSL::Transform::HoistSwitchVarDeclarationsAtTopLevel\28SkSL::Context\20const&\2c\20skia_private::STArray<2\2c\20std::__2::unique_ptr>\2c\20true>&\2c\20SkSL::SymbolTable&\2c\20SkSL::Position\29::HoistSwitchVarDeclsVisitor::~HoistSwitchVarDeclsVisitor\28\29_7531 +12928:SkSL::Tracer::var\28int\2c\20int\29 +12929:SkSL::Tracer::scope\28int\29 +12930:SkSL::Tracer::line\28int\29 +12931:SkSL::Tracer::exit\28int\29 +12932:SkSL::Tracer::enter\28int\29 +12933:SkSL::TextureType::textureAccess\28\29\20const +12934:SkSL::TextureType::isMultisampled\28\29\20const +12935:SkSL::TextureType::isDepth\28\29\20const +12936:SkSL::TernaryExpression::~TernaryExpression\28\29_7296 +12937:SkSL::TernaryExpression::description\28SkSL::OperatorPrecedence\29\20const +12938:SkSL::TernaryExpression::clone\28SkSL::Position\29\20const +12939:SkSL::TProgramVisitor::visitExpression\28SkSL::Expression&\29 +12940:SkSL::Swizzle::description\28SkSL::OperatorPrecedence\29\20const +12941:SkSL::Swizzle::clone\28SkSL::Position\29\20const +12942:SkSL::SwitchStatement::description\28\29\20const +12943:SkSL::SwitchCase::description\28\29\20const +12944:SkSL::StructType::slotType\28unsigned\20long\29\20const +12945:SkSL::StructType::isOrContainsUnsizedArray\28\29\20const +12946:SkSL::StructType::isOrContainsBool\28\29\20const +12947:SkSL::StructType::isOrContainsAtomic\28\29\20const +12948:SkSL::StructType::isOrContainsArray\28\29\20const +12949:SkSL::StructType::isInterfaceBlock\28\29\20const +12950:SkSL::StructType::isBuiltin\28\29\20const +12951:SkSL::StructType::isAllowedInUniform\28SkSL::Position*\29\20const +12952:SkSL::StructType::isAllowedInES2\28\29\20const +12953:SkSL::StructType::fields\28\29\20const +12954:SkSL::StructDefinition::description\28\29\20const +12955:SkSL::StringStream::~StringStream\28\29_13398 +12956:SkSL::StringStream::write\28void\20const*\2c\20unsigned\20long\29 +12957:SkSL::StringStream::writeText\28char\20const*\29 +12958:SkSL::StringStream::write8\28unsigned\20char\29 +12959:SkSL::Setting::description\28SkSL::OperatorPrecedence\29\20const +12960:SkSL::Setting::clone\28SkSL::Position\29\20const +12961:SkSL::ScalarType::priority\28\29\20const +12962:SkSL::ScalarType::numberKind\28\29\20const +12963:SkSL::ScalarType::minimumValue\28\29\20const +12964:SkSL::ScalarType::maximumValue\28\29\20const +12965:SkSL::ScalarType::isOrContainsBool\28\29\20const +12966:SkSL::ScalarType::isAllowedInUniform\28SkSL::Position*\29\20const +12967:SkSL::ScalarType::isAllowedInES2\28\29\20const +12968:SkSL::ScalarType::bitWidth\28\29\20const +12969:SkSL::SamplerType::textureAccess\28\29\20const +12970:SkSL::SamplerType::isMultisampled\28\29\20const +12971:SkSL::SamplerType::isDepth\28\29\20const +12972:SkSL::SamplerType::isArrayedTexture\28\29\20const +12973:SkSL::SamplerType::dimensions\28\29\20const +12974:SkSL::ReturnStatement::description\28\29\20const +12975:SkSL::RP::VariableLValue::store\28SkSL::RP::Generator*\2c\20SkSL::RP::SlotRange\2c\20SkSL::RP::AutoStack*\2c\20SkSpan\29 +12976:SkSL::RP::VariableLValue::push\28SkSL::RP::Generator*\2c\20SkSL::RP::SlotRange\2c\20SkSL::RP::AutoStack*\2c\20SkSpan\29 +12977:SkSL::RP::VariableLValue::isWritable\28\29\20const +12978:SkSL::RP::UnownedLValueSlice::store\28SkSL::RP::Generator*\2c\20SkSL::RP::SlotRange\2c\20SkSL::RP::AutoStack*\2c\20SkSpan\29 +12979:SkSL::RP::UnownedLValueSlice::push\28SkSL::RP::Generator*\2c\20SkSL::RP::SlotRange\2c\20SkSL::RP::AutoStack*\2c\20SkSpan\29 +12980:SkSL::RP::UnownedLValueSlice::fixedSlotRange\28SkSL::RP::Generator*\29 +12981:SkSL::RP::SwizzleLValue::~SwizzleLValue\28\29_6973 +12982:SkSL::RP::SwizzleLValue::swizzle\28\29 +12983:SkSL::RP::SwizzleLValue::store\28SkSL::RP::Generator*\2c\20SkSL::RP::SlotRange\2c\20SkSL::RP::AutoStack*\2c\20SkSpan\29 +12984:SkSL::RP::SwizzleLValue::push\28SkSL::RP::Generator*\2c\20SkSL::RP::SlotRange\2c\20SkSL::RP::AutoStack*\2c\20SkSpan\29 +12985:SkSL::RP::SwizzleLValue::fixedSlotRange\28SkSL::RP::Generator*\29 +12986:SkSL::RP::ScratchLValue::~ScratchLValue\28\29_6869 +12987:SkSL::RP::ScratchLValue::push\28SkSL::RP::Generator*\2c\20SkSL::RP::SlotRange\2c\20SkSL::RP::AutoStack*\2c\20SkSpan\29 +12988:SkSL::RP::ScratchLValue::fixedSlotRange\28SkSL::RP::Generator*\29 +12989:SkSL::RP::LValueSlice::~LValueSlice\28\29_6971 +12990:SkSL::RP::ImmutableLValue::push\28SkSL::RP::Generator*\2c\20SkSL::RP::SlotRange\2c\20SkSL::RP::AutoStack*\2c\20SkSpan\29 +12991:SkSL::RP::DynamicIndexLValue::~DynamicIndexLValue\28\29_6965 +12992:SkSL::RP::DynamicIndexLValue::store\28SkSL::RP::Generator*\2c\20SkSL::RP::SlotRange\2c\20SkSL::RP::AutoStack*\2c\20SkSpan\29 +12993:SkSL::RP::DynamicIndexLValue::push\28SkSL::RP::Generator*\2c\20SkSL::RP::SlotRange\2c\20SkSL::RP::AutoStack*\2c\20SkSpan\29 +12994:SkSL::RP::DynamicIndexLValue::isWritable\28\29\20const +12995:SkSL::RP::DynamicIndexLValue::fixedSlotRange\28SkSL::RP::Generator*\29 +12996:SkSL::ProgramVisitor::visitStatementPtr\28std::__2::unique_ptr>\20const&\29 +12997:SkSL::ProgramVisitor::visitExpressionPtr\28std::__2::unique_ptr>\20const&\29 +12998:SkSL::PrefixExpression::~PrefixExpression\28\29_7256 +12999:SkSL::PrefixExpression::~PrefixExpression\28\29 +13000:SkSL::PrefixExpression::description\28SkSL::OperatorPrecedence\29\20const +13001:SkSL::PrefixExpression::clone\28SkSL::Position\29\20const +13002:SkSL::PostfixExpression::description\28SkSL::OperatorPrecedence\29\20const +13003:SkSL::PostfixExpression::clone\28SkSL::Position\29\20const +13004:SkSL::Poison::description\28SkSL::OperatorPrecedence\29\20const +13005:SkSL::Poison::clone\28SkSL::Position\29\20const +13006:SkSL::PipelineStage::Callbacks::getMainName\28\29 +13007:SkSL::Parser::Checkpoint::ForwardingErrorReporter::~ForwardingErrorReporter\28\29_6638 +13008:SkSL::Parser::Checkpoint::ForwardingErrorReporter::handleError\28std::__2::basic_string_view>\2c\20SkSL::Position\29 +13009:SkSL::Nop::description\28\29\20const +13010:SkSL::ModifiersDeclaration::description\28\29\20const +13011:SkSL::MethodReference::description\28SkSL::OperatorPrecedence\29\20const +13012:SkSL::MethodReference::clone\28SkSL::Position\29\20const +13013:SkSL::MatrixType::slotCount\28\29\20const +13014:SkSL::MatrixType::rows\28\29\20const +13015:SkSL::MatrixType::isAllowedInES2\28\29\20const +13016:SkSL::LiteralType::minimumValue\28\29\20const +13017:SkSL::LiteralType::maximumValue\28\29\20const +13018:SkSL::LiteralType::isOrContainsBool\28\29\20const +13019:SkSL::Literal::getConstantValue\28int\29\20const +13020:SkSL::Literal::description\28SkSL::OperatorPrecedence\29\20const +13021:SkSL::Literal::compareConstant\28SkSL::Expression\20const&\29\20const +13022:SkSL::Literal::clone\28SkSL::Position\29\20const +13023:SkSL::Intrinsics::\28anonymous\20namespace\29::evaluate_uintBitsToFloat\28double\2c\20double\2c\20double\29 +13024:SkSL::Intrinsics::\28anonymous\20namespace\29::evaluate_trunc\28double\2c\20double\2c\20double\29 +13025:SkSL::Intrinsics::\28anonymous\20namespace\29::evaluate_tanh\28double\2c\20double\2c\20double\29 +13026:SkSL::Intrinsics::\28anonymous\20namespace\29::evaluate_tan\28double\2c\20double\2c\20double\29 +13027:SkSL::Intrinsics::\28anonymous\20namespace\29::evaluate_sub\28double\2c\20double\2c\20double\29 +13028:SkSL::Intrinsics::\28anonymous\20namespace\29::evaluate_step\28double\2c\20double\2c\20double\29 +13029:SkSL::Intrinsics::\28anonymous\20namespace\29::evaluate_sqrt\28double\2c\20double\2c\20double\29 +13030:SkSL::Intrinsics::\28anonymous\20namespace\29::evaluate_smoothstep\28double\2c\20double\2c\20double\29 +13031:SkSL::Intrinsics::\28anonymous\20namespace\29::evaluate_sinh\28double\2c\20double\2c\20double\29 +13032:SkSL::Intrinsics::\28anonymous\20namespace\29::evaluate_sin\28double\2c\20double\2c\20double\29 +13033:SkSL::Intrinsics::\28anonymous\20namespace\29::evaluate_sign\28double\2c\20double\2c\20double\29 +13034:SkSL::Intrinsics::\28anonymous\20namespace\29::evaluate_saturate\28double\2c\20double\2c\20double\29 +13035:SkSL::Intrinsics::\28anonymous\20namespace\29::evaluate_round\28double\2c\20double\2c\20double\29 +13036:SkSL::Intrinsics::\28anonymous\20namespace\29::evaluate_radians\28double\2c\20double\2c\20double\29 +13037:SkSL::Intrinsics::\28anonymous\20namespace\29::evaluate_pow\28double\2c\20double\2c\20double\29 +13038:SkSL::Intrinsics::\28anonymous\20namespace\29::evaluate_opposite_sign\28double\2c\20double\2c\20double\29 +13039:SkSL::Intrinsics::\28anonymous\20namespace\29::evaluate_not\28double\2c\20double\2c\20double\29 +13040:SkSL::Intrinsics::\28anonymous\20namespace\29::evaluate_mod\28double\2c\20double\2c\20double\29 +13041:SkSL::Intrinsics::\28anonymous\20namespace\29::evaluate_mix\28double\2c\20double\2c\20double\29 +13042:SkSL::Intrinsics::\28anonymous\20namespace\29::evaluate_min\28double\2c\20double\2c\20double\29 +13043:SkSL::Intrinsics::\28anonymous\20namespace\29::evaluate_max\28double\2c\20double\2c\20double\29 +13044:SkSL::Intrinsics::\28anonymous\20namespace\29::evaluate_log\28double\2c\20double\2c\20double\29 +13045:SkSL::Intrinsics::\28anonymous\20namespace\29::evaluate_log2\28double\2c\20double\2c\20double\29 +13046:SkSL::Intrinsics::\28anonymous\20namespace\29::evaluate_inversesqrt\28double\2c\20double\2c\20double\29 +13047:SkSL::Intrinsics::\28anonymous\20namespace\29::evaluate_intBitsToFloat\28double\2c\20double\2c\20double\29 +13048:SkSL::Intrinsics::\28anonymous\20namespace\29::evaluate_fract\28double\2c\20double\2c\20double\29 +13049:SkSL::Intrinsics::\28anonymous\20namespace\29::evaluate_fma\28double\2c\20double\2c\20double\29 +13050:SkSL::Intrinsics::\28anonymous\20namespace\29::evaluate_floor\28double\2c\20double\2c\20double\29 +13051:SkSL::Intrinsics::\28anonymous\20namespace\29::evaluate_floatBitsToUint\28double\2c\20double\2c\20double\29 +13052:SkSL::Intrinsics::\28anonymous\20namespace\29::evaluate_floatBitsToInt\28double\2c\20double\2c\20double\29 +13053:SkSL::Intrinsics::\28anonymous\20namespace\29::evaluate_exp\28double\2c\20double\2c\20double\29 +13054:SkSL::Intrinsics::\28anonymous\20namespace\29::evaluate_exp2\28double\2c\20double\2c\20double\29 +13055:SkSL::Intrinsics::\28anonymous\20namespace\29::evaluate_div\28double\2c\20double\2c\20double\29 +13056:SkSL::Intrinsics::\28anonymous\20namespace\29::evaluate_degrees\28double\2c\20double\2c\20double\29 +13057:SkSL::Intrinsics::\28anonymous\20namespace\29::evaluate_cosh\28double\2c\20double\2c\20double\29 +13058:SkSL::Intrinsics::\28anonymous\20namespace\29::evaluate_cos\28double\2c\20double\2c\20double\29 +13059:SkSL::Intrinsics::\28anonymous\20namespace\29::evaluate_clamp\28double\2c\20double\2c\20double\29 +13060:SkSL::Intrinsics::\28anonymous\20namespace\29::evaluate_ceil\28double\2c\20double\2c\20double\29 +13061:SkSL::Intrinsics::\28anonymous\20namespace\29::evaluate_atanh\28double\2c\20double\2c\20double\29 +13062:SkSL::Intrinsics::\28anonymous\20namespace\29::evaluate_atan\28double\2c\20double\2c\20double\29 +13063:SkSL::Intrinsics::\28anonymous\20namespace\29::evaluate_atan2\28double\2c\20double\2c\20double\29 +13064:SkSL::Intrinsics::\28anonymous\20namespace\29::evaluate_asinh\28double\2c\20double\2c\20double\29 +13065:SkSL::Intrinsics::\28anonymous\20namespace\29::evaluate_asin\28double\2c\20double\2c\20double\29 +13066:SkSL::Intrinsics::\28anonymous\20namespace\29::evaluate_add\28double\2c\20double\2c\20double\29 +13067:SkSL::Intrinsics::\28anonymous\20namespace\29::evaluate_acosh\28double\2c\20double\2c\20double\29 +13068:SkSL::Intrinsics::\28anonymous\20namespace\29::evaluate_acos\28double\2c\20double\2c\20double\29 +13069:SkSL::Intrinsics::\28anonymous\20namespace\29::evaluate_abs\28double\2c\20double\2c\20double\29 +13070:SkSL::Intrinsics::\28anonymous\20namespace\29::compare_notEqual\28double\2c\20double\29 +13071:SkSL::Intrinsics::\28anonymous\20namespace\29::compare_lessThan\28double\2c\20double\29 +13072:SkSL::Intrinsics::\28anonymous\20namespace\29::compare_lessThanEqual\28double\2c\20double\29 +13073:SkSL::Intrinsics::\28anonymous\20namespace\29::compare_greaterThan\28double\2c\20double\29 +13074:SkSL::Intrinsics::\28anonymous\20namespace\29::compare_greaterThanEqual\28double\2c\20double\29 +13075:SkSL::Intrinsics::\28anonymous\20namespace\29::compare_equal\28double\2c\20double\29 +13076:SkSL::Intrinsics::\28anonymous\20namespace\29::coalesce_length\28double\2c\20double\2c\20double\29 +13077:SkSL::Intrinsics::\28anonymous\20namespace\29::coalesce_dot\28double\2c\20double\2c\20double\29 +13078:SkSL::Intrinsics::\28anonymous\20namespace\29::coalesce_distance\28double\2c\20double\2c\20double\29 +13079:SkSL::Intrinsics::\28anonymous\20namespace\29::coalesce_any\28double\2c\20double\2c\20double\29 +13080:SkSL::Intrinsics::\28anonymous\20namespace\29::coalesce_all\28double\2c\20double\2c\20double\29 +13081:SkSL::InterfaceBlock::~InterfaceBlock\28\29_7230 +13082:SkSL::InterfaceBlock::~InterfaceBlock\28\29 +13083:SkSL::InterfaceBlock::description\28\29\20const +13084:SkSL::IndexExpression::~IndexExpression\28\29_7226 +13085:SkSL::IndexExpression::description\28SkSL::OperatorPrecedence\29\20const +13086:SkSL::IndexExpression::clone\28SkSL::Position\29\20const +13087:SkSL::IfStatement::~IfStatement\28\29_7224 +13088:SkSL::IfStatement::description\28\29\20const +13089:SkSL::GlobalVarDeclaration::description\28\29\20const +13090:SkSL::GenericType::slotType\28unsigned\20long\29\20const +13091:SkSL::GenericType::coercibleTypes\28\29\20const +13092:SkSL::GLSLCodeGenerator::~GLSLCodeGenerator\28\29_13455 +13093:SkSL::FunctionReference::description\28SkSL::OperatorPrecedence\29\20const +13094:SkSL::FunctionReference::clone\28SkSL::Position\29\20const +13095:SkSL::FunctionPrototype::description\28\29\20const +13096:SkSL::FunctionDefinition::description\28\29\20const +13097:SkSL::FunctionDefinition::Convert\28SkSL::Context\20const&\2c\20SkSL::Position\2c\20SkSL::FunctionDeclaration\20const&\2c\20std::__2::unique_ptr>\29::Finalizer::~Finalizer\28\29_7219 +13098:SkSL::FunctionCall::description\28SkSL::OperatorPrecedence\29\20const +13099:SkSL::FunctionCall::clone\28SkSL::Position\29\20const +13100:SkSL::ForStatement::~ForStatement\28\29_7096 +13101:SkSL::ForStatement::description\28\29\20const +13102:SkSL::FieldSymbol::description\28\29\20const +13103:SkSL::FieldAccess::clone\28SkSL::Position\29\20const +13104:SkSL::Extension::description\28\29\20const +13105:SkSL::ExtendedVariable::~ExtendedVariable\28\29_7491 +13106:SkSL::ExtendedVariable::setInterfaceBlock\28SkSL::InterfaceBlock*\29 +13107:SkSL::ExtendedVariable::mangledName\28\29\20const +13108:SkSL::ExtendedVariable::layout\28\29\20const +13109:SkSL::ExtendedVariable::interfaceBlock\28\29\20const +13110:SkSL::ExtendedVariable::detachDeadInterfaceBlock\28\29 +13111:SkSL::ExpressionStatement::description\28\29\20const +13112:SkSL::Expression::getConstantValue\28int\29\20const +13113:SkSL::Expression::description\28\29\20const +13114:SkSL::EmptyExpression::description\28SkSL::OperatorPrecedence\29\20const +13115:SkSL::EmptyExpression::clone\28SkSL::Position\29\20const +13116:SkSL::DoStatement::description\28\29\20const +13117:SkSL::DiscardStatement::description\28\29\20const +13118:SkSL::DebugTracePriv::~DebugTracePriv\28\29_7501 +13119:SkSL::DebugTracePriv::dump\28SkWStream*\29\20const +13120:SkSL::CountReturnsWithLimit::visitStatement\28SkSL::Statement\20const&\29 +13121:SkSL::ContinueStatement::description\28\29\20const +13122:SkSL::ConstructorStruct::clone\28SkSL::Position\29\20const +13123:SkSL::ConstructorSplat::getConstantValue\28int\29\20const +13124:SkSL::ConstructorSplat::clone\28SkSL::Position\29\20const +13125:SkSL::ConstructorScalarCast::clone\28SkSL::Position\29\20const +13126:SkSL::ConstructorMatrixResize::getConstantValue\28int\29\20const +13127:SkSL::ConstructorMatrixResize::clone\28SkSL::Position\29\20const +13128:SkSL::ConstructorDiagonalMatrix::getConstantValue\28int\29\20const +13129:SkSL::ConstructorDiagonalMatrix::clone\28SkSL::Position\29\20const +13130:SkSL::ConstructorCompoundCast::clone\28SkSL::Position\29\20const +13131:SkSL::ConstructorCompound::clone\28SkSL::Position\29\20const +13132:SkSL::ConstructorArrayCast::clone\28SkSL::Position\29\20const +13133:SkSL::ConstructorArray::clone\28SkSL::Position\29\20const +13134:SkSL::Compiler::CompilerErrorReporter::handleError\28std::__2::basic_string_view>\2c\20SkSL::Position\29 +13135:SkSL::CodeGenerator::~CodeGenerator\28\29 +13136:SkSL::ChildCall::description\28SkSL::OperatorPrecedence\29\20const +13137:SkSL::ChildCall::clone\28SkSL::Position\29\20const +13138:SkSL::BreakStatement::description\28\29\20const +13139:SkSL::Block::~Block\28\29_7006 +13140:SkSL::Block::description\28\29\20const +13141:SkSL::BinaryExpression::~BinaryExpression\28\29_7000 +13142:SkSL::BinaryExpression::description\28SkSL::OperatorPrecedence\29\20const +13143:SkSL::BinaryExpression::clone\28SkSL::Position\29\20const +13144:SkSL::ArrayType::slotType\28unsigned\20long\29\20const +13145:SkSL::ArrayType::slotCount\28\29\20const +13146:SkSL::ArrayType::matches\28SkSL::Type\20const&\29\20const +13147:SkSL::ArrayType::isUnsizedArray\28\29\20const +13148:SkSL::ArrayType::isOrContainsUnsizedArray\28\29\20const +13149:SkSL::ArrayType::isBuiltin\28\29\20const +13150:SkSL::ArrayType::isAllowedInUniform\28SkSL::Position*\29\20const +13151:SkSL::AnyConstructor::getConstantValue\28int\29\20const +13152:SkSL::AnyConstructor::description\28SkSL::OperatorPrecedence\29\20const +13153:SkSL::AnyConstructor::compareConstant\28SkSL::Expression\20const&\29\20const +13154:SkSL::Analysis::FindFunctionsToSpecialize\28SkSL::Program\20const&\2c\20SkSL::Analysis::SpecializationInfo*\2c\20std::__2::function\20const&\29::Searcher::~Searcher\28\29_6751 +13155:SkSL::Analysis::FindFunctionsToSpecialize\28SkSL::Program\20const&\2c\20SkSL::Analysis::SpecializationInfo*\2c\20std::__2::function\20const&\29::Searcher::visitExpression\28SkSL::Expression\20const&\29 +13156:SkSL::Analysis::CheckProgramStructure\28SkSL::Program\20const&\29::ProgramStructureVisitor::~ProgramStructureVisitor\28\29_6674 +13157:SkSL::Analysis::CheckProgramStructure\28SkSL::Program\20const&\29::ProgramStructureVisitor::visitExpression\28SkSL::Expression\20const&\29 +13158:SkSL::AliasType::textureAccess\28\29\20const +13159:SkSL::AliasType::slotType\28unsigned\20long\29\20const +13160:SkSL::AliasType::slotCount\28\29\20const +13161:SkSL::AliasType::rows\28\29\20const +13162:SkSL::AliasType::priority\28\29\20const +13163:SkSL::AliasType::isVector\28\29\20const +13164:SkSL::AliasType::isUnsizedArray\28\29\20const +13165:SkSL::AliasType::isStruct\28\29\20const +13166:SkSL::AliasType::isScalar\28\29\20const +13167:SkSL::AliasType::isMultisampled\28\29\20const +13168:SkSL::AliasType::isMatrix\28\29\20const +13169:SkSL::AliasType::isLiteral\28\29\20const +13170:SkSL::AliasType::isInterfaceBlock\28\29\20const +13171:SkSL::AliasType::isDepth\28\29\20const +13172:SkSL::AliasType::isArrayedTexture\28\29\20const +13173:SkSL::AliasType::isArray\28\29\20const +13174:SkSL::AliasType::dimensions\28\29\20const +13175:SkSL::AliasType::componentType\28\29\20const +13176:SkSL::AliasType::columns\28\29\20const +13177:SkSL::AliasType::coercibleTypes\28\29\20const +13178:SkRuntimeShader::~SkRuntimeShader\28\29_5657 +13179:SkRuntimeShader::type\28\29\20const +13180:SkRuntimeShader::isOpaque\28\29\20const +13181:SkRuntimeShader::getTypeName\28\29\20const +13182:SkRuntimeShader::flatten\28SkWriteBuffer&\29\20const +13183:SkRuntimeShader::appendStages\28SkStageRec\20const&\2c\20SkShaders::MatrixRec\20const&\29\20const +13184:SkRuntimeEffect::~SkRuntimeEffect\28\29_4975 +13185:SkRuntimeEffect::MakeFromSource\28SkString\2c\20SkRuntimeEffect::Options\20const&\2c\20SkSL::ProgramKind\29 +13186:SkRuntimeEffect::MakeForColorFilter\28SkString\2c\20SkRuntimeEffect::Options\20const&\29 +13187:SkRuntimeEffect::MakeForBlender\28SkString\2c\20SkRuntimeEffect::Options\20const&\29 +13188:SkRgnClipBlitter::blitV\28int\2c\20int\2c\20int\2c\20unsigned\20char\29 +13189:SkRgnClipBlitter::blitRect\28int\2c\20int\2c\20int\2c\20int\29 +13190:SkRgnClipBlitter::blitMask\28SkMask\20const&\2c\20SkIRect\20const&\29 +13191:SkRgnClipBlitter::blitH\28int\2c\20int\2c\20int\29 +13192:SkRgnClipBlitter::blitAntiRect\28int\2c\20int\2c\20int\2c\20int\2c\20unsigned\20char\2c\20unsigned\20char\29 +13193:SkRgnClipBlitter::blitAntiH\28int\2c\20int\2c\20unsigned\20char\20const*\2c\20short\20const*\29 +13194:SkRgnBuilder::~SkRgnBuilder\28\29_4893 +13195:SkRgnBuilder::blitH\28int\2c\20int\2c\20int\29 +13196:SkResourceCache::~SkResourceCache\28\29_4905 +13197:SkResourceCache::setSingleAllocationByteLimit\28unsigned\20long\29 +13198:SkResourceCache::purgeSharedID\28unsigned\20long\20long\29 +13199:SkResourceCache::getSingleAllocationByteLimit\28\29\20const +13200:SkRescaleAndReadPixels\28SkBitmap\2c\20SkImageInfo\20const&\2c\20SkIRect\20const&\2c\20SkImage::RescaleGamma\2c\20SkImage::RescaleMode\2c\20void\20\28*\29\28void*\2c\20std::__2::unique_ptr>\29\2c\20void*\29::Result::~Result\28\29_5526 +13201:SkRescaleAndReadPixels\28SkBitmap\2c\20SkImageInfo\20const&\2c\20SkIRect\20const&\2c\20SkImage::RescaleGamma\2c\20SkImage::RescaleMode\2c\20void\20\28*\29\28void*\2c\20std::__2::unique_ptr>\29\2c\20void*\29::Result::data\28int\29\20const +13202:SkRectClipBlitter::blitV\28int\2c\20int\2c\20int\2c\20unsigned\20char\29 +13203:SkRectClipBlitter::blitRect\28int\2c\20int\2c\20int\2c\20int\29 +13204:SkRectClipBlitter::blitMask\28SkMask\20const&\2c\20SkIRect\20const&\29 +13205:SkRectClipBlitter::blitH\28int\2c\20int\2c\20int\29 +13206:SkRectClipBlitter::blitAntiRect\28int\2c\20int\2c\20int\2c\20int\2c\20unsigned\20char\2c\20unsigned\20char\29 +13207:SkRectClipBlitter::blitAntiH\28int\2c\20int\2c\20unsigned\20char\20const*\2c\20short\20const*\29 +13208:SkRecordedDrawable::~SkRecordedDrawable\28\29_4868 +13209:SkRecordedDrawable::onMakePictureSnapshot\28\29 +13210:SkRecordedDrawable::onGetBounds\28\29 +13211:SkRecordedDrawable::onDraw\28SkCanvas*\29 +13212:SkRecordedDrawable::onApproximateBytesUsed\28\29 +13213:SkRecordedDrawable::getTypeName\28\29\20const +13214:SkRecordedDrawable::flatten\28SkWriteBuffer&\29\20const +13215:SkRecordCanvas::~SkRecordCanvas\28\29_4791 +13216:SkRecordCanvas::willSave\28\29 +13217:SkRecordCanvas::onResetClip\28\29 +13218:SkRecordCanvas::onDrawVerticesObject\28SkVertices\20const*\2c\20SkBlendMode\2c\20SkPaint\20const&\29 +13219:SkRecordCanvas::onDrawSlug\28sktext::gpu::Slug\20const*\2c\20SkPaint\20const&\29 +13220:SkRecordCanvas::onDrawShadowRec\28SkPath\20const&\2c\20SkDrawShadowRec\20const&\29 +13221:SkRecordCanvas::onDrawRegion\28SkRegion\20const&\2c\20SkPaint\20const&\29 +13222:SkRecordCanvas::onDrawRect\28SkRect\20const&\2c\20SkPaint\20const&\29 +13223:SkRecordCanvas::onDrawRRect\28SkRRect\20const&\2c\20SkPaint\20const&\29 +13224:SkRecordCanvas::onDrawPoints\28SkCanvas::PointMode\2c\20unsigned\20long\2c\20SkPoint\20const*\2c\20SkPaint\20const&\29 +13225:SkRecordCanvas::onDrawPicture\28SkPicture\20const*\2c\20SkMatrix\20const*\2c\20SkPaint\20const*\29 +13226:SkRecordCanvas::onDrawPath\28SkPath\20const&\2c\20SkPaint\20const&\29 +13227:SkRecordCanvas::onDrawPatch\28SkPoint\20const*\2c\20unsigned\20int\20const*\2c\20SkPoint\20const*\2c\20SkBlendMode\2c\20SkPaint\20const&\29 +13228:SkRecordCanvas::onDrawPaint\28SkPaint\20const&\29 +13229:SkRecordCanvas::onDrawOval\28SkRect\20const&\2c\20SkPaint\20const&\29 +13230:SkRecordCanvas::onDrawMesh\28SkMesh\20const&\2c\20sk_sp\2c\20SkPaint\20const&\29 +13231:SkRecordCanvas::onDrawImageRect2\28SkImage\20const*\2c\20SkRect\20const&\2c\20SkRect\20const&\2c\20SkSamplingOptions\20const&\2c\20SkPaint\20const*\2c\20SkCanvas::SrcRectConstraint\29 +13232:SkRecordCanvas::onDrawImageLattice2\28SkImage\20const*\2c\20SkCanvas::Lattice\20const&\2c\20SkRect\20const&\2c\20SkFilterMode\2c\20SkPaint\20const*\29 +13233:SkRecordCanvas::onDrawImage2\28SkImage\20const*\2c\20float\2c\20float\2c\20SkSamplingOptions\20const&\2c\20SkPaint\20const*\29 +13234:SkRecordCanvas::onDrawGlyphRunList\28sktext::GlyphRunList\20const&\2c\20SkPaint\20const&\29 +13235:SkRecordCanvas::onDrawEdgeAAQuad\28SkRect\20const&\2c\20SkPoint\20const*\2c\20SkCanvas::QuadAAFlags\2c\20SkRGBA4f<\28SkAlphaType\293>\20const&\2c\20SkBlendMode\29 +13236:SkRecordCanvas::onDrawEdgeAAImageSet2\28SkCanvas::ImageSetEntry\20const*\2c\20int\2c\20SkPoint\20const*\2c\20SkMatrix\20const*\2c\20SkSamplingOptions\20const&\2c\20SkPaint\20const*\2c\20SkCanvas::SrcRectConstraint\29 +13237:SkRecordCanvas::onDrawDrawable\28SkDrawable*\2c\20SkMatrix\20const*\29 +13238:SkRecordCanvas::onDrawDRRect\28SkRRect\20const&\2c\20SkRRect\20const&\2c\20SkPaint\20const&\29 +13239:SkRecordCanvas::onDrawBehind\28SkPaint\20const&\29 +13240:SkRecordCanvas::onDrawAtlas2\28SkImage\20const*\2c\20SkRSXform\20const*\2c\20SkRect\20const*\2c\20unsigned\20int\20const*\2c\20int\2c\20SkBlendMode\2c\20SkSamplingOptions\20const&\2c\20SkRect\20const*\2c\20SkPaint\20const*\29 +13241:SkRecordCanvas::onDrawArc\28SkRect\20const&\2c\20float\2c\20float\2c\20bool\2c\20SkPaint\20const&\29 +13242:SkRecordCanvas::onDrawAnnotation\28SkRect\20const&\2c\20char\20const*\2c\20SkData*\29 +13243:SkRecordCanvas::onDoSaveBehind\28SkRect\20const*\29 +13244:SkRecordCanvas::onClipShader\28sk_sp\2c\20SkClipOp\29 +13245:SkRecordCanvas::onClipRegion\28SkRegion\20const&\2c\20SkClipOp\29 +13246:SkRecordCanvas::onClipRect\28SkRect\20const&\2c\20SkClipOp\2c\20SkCanvas::ClipEdgeStyle\29 +13247:SkRecordCanvas::onClipRRect\28SkRRect\20const&\2c\20SkClipOp\2c\20SkCanvas::ClipEdgeStyle\29 +13248:SkRecordCanvas::onClipPath\28SkPath\20const&\2c\20SkClipOp\2c\20SkCanvas::ClipEdgeStyle\29 +13249:SkRecordCanvas::getSaveLayerStrategy\28SkCanvas::SaveLayerRec\20const&\29 +13250:SkRecordCanvas::didTranslate\28float\2c\20float\29 +13251:SkRecordCanvas::didSetM44\28SkM44\20const&\29 +13252:SkRecordCanvas::didScale\28float\2c\20float\29 +13253:SkRecordCanvas::didRestore\28\29 +13254:SkRecordCanvas::didConcat44\28SkM44\20const&\29 +13255:SkRecord::~SkRecord\28\29_4789 +13256:SkRasterPipelineSpriteBlitter::~SkRasterPipelineSpriteBlitter\28\29_2616 +13257:SkRasterPipelineSpriteBlitter::setup\28SkPixmap\20const&\2c\20int\2c\20int\2c\20SkPaint\20const&\29 +13258:SkRasterPipelineSpriteBlitter::blitRect\28int\2c\20int\2c\20int\2c\20int\29 +13259:SkRasterPipelineBlitter::~SkRasterPipelineBlitter\28\29_4763 +13260:SkRasterPipelineBlitter::canDirectBlit\28\29 +13261:SkRasterPipelineBlitter::blitV\28int\2c\20int\2c\20int\2c\20unsigned\20char\29 +13262:SkRasterPipelineBlitter::blitH\28int\2c\20int\2c\20int\29 +13263:SkRasterPipelineBlitter::blitAntiV2\28int\2c\20int\2c\20unsigned\20int\2c\20unsigned\20int\29 +13264:SkRasterPipelineBlitter::blitAntiH\28int\2c\20int\2c\20unsigned\20char\20const*\2c\20short\20const*\29 +13265:SkRasterPipelineBlitter::blitAntiH2\28int\2c\20int\2c\20unsigned\20int\2c\20unsigned\20int\29 +13266:SkRasterPipelineBlitter::Create\28SkPixmap\20const&\2c\20SkPaint\20const&\2c\20SkRGBA4f<\28SkAlphaType\293>\20const&\2c\20SkArenaAlloc*\2c\20SkRasterPipeline\20const&\2c\20bool\2c\20bool\2c\20SkShader\20const*\29::$_3::__invoke\28SkPixmap*\2c\20int\2c\20int\2c\20int\2c\20int\2c\20unsigned\20long\20long\29 +13267:SkRasterPipelineBlitter::Create\28SkPixmap\20const&\2c\20SkPaint\20const&\2c\20SkRGBA4f<\28SkAlphaType\293>\20const&\2c\20SkArenaAlloc*\2c\20SkRasterPipeline\20const&\2c\20bool\2c\20bool\2c\20SkShader\20const*\29::$_2::__invoke\28SkPixmap*\2c\20int\2c\20int\2c\20int\2c\20int\2c\20unsigned\20long\20long\29 +13268:SkRasterPipelineBlitter::Create\28SkPixmap\20const&\2c\20SkPaint\20const&\2c\20SkRGBA4f<\28SkAlphaType\293>\20const&\2c\20SkArenaAlloc*\2c\20SkRasterPipeline\20const&\2c\20bool\2c\20bool\2c\20SkShader\20const*\29::$_1::__invoke\28SkPixmap*\2c\20int\2c\20int\2c\20int\2c\20int\2c\20unsigned\20long\20long\29 +13269:SkRasterPipelineBlitter::Create\28SkPixmap\20const&\2c\20SkPaint\20const&\2c\20SkRGBA4f<\28SkAlphaType\293>\20const&\2c\20SkArenaAlloc*\2c\20SkRasterPipeline\20const&\2c\20bool\2c\20bool\2c\20SkShader\20const*\29::$_0::__invoke\28SkPixmap*\2c\20int\2c\20int\2c\20int\2c\20int\2c\20unsigned\20long\20long\29 +13270:SkRadialGradient::getTypeName\28\29\20const +13271:SkRadialGradient::flatten\28SkWriteBuffer&\29\20const +13272:SkRadialGradient::asGradient\28SkShaderBase::GradientInfo*\2c\20SkMatrix*\29\20const +13273:SkRadialGradient::appendGradientStages\28SkArenaAlloc*\2c\20SkRasterPipeline*\2c\20SkRasterPipeline*\29\20const +13274:SkRTree::~SkRTree\28\29_4701 +13275:SkRTree::search\28SkRect\20const&\2c\20std::__2::vector>*\29\20const +13276:SkRTree::insert\28SkRect\20const*\2c\20int\29 +13277:SkRTree::bytesUsed\28\29\20const +13278:SkPixmap::erase\28SkRGBA4f<\28SkAlphaType\293>\20const&\2c\20SkIRect\20const*\29\20const::$_2::__invoke\28void*\2c\20unsigned\20long\20long\2c\20int\29 +13279:SkPixmap::erase\28SkRGBA4f<\28SkAlphaType\293>\20const&\2c\20SkIRect\20const*\29\20const::$_1::__invoke\28void*\2c\20unsigned\20long\20long\2c\20int\29 +13280:SkPixmap::erase\28SkRGBA4f<\28SkAlphaType\293>\20const&\2c\20SkIRect\20const*\29\20const::$_0::__invoke\28void*\2c\20unsigned\20long\20long\2c\20int\29 +13281:SkPixelRef::~SkPixelRef\28\29_4668 +13282:SkPictureRecord::~SkPictureRecord\28\29_4580 +13283:SkPictureRecord::willSave\28\29 +13284:SkPictureRecord::willRestore\28\29 +13285:SkPictureRecord::onResetClip\28\29 +13286:SkPictureRecord::onDrawVerticesObject\28SkVertices\20const*\2c\20SkBlendMode\2c\20SkPaint\20const&\29 +13287:SkPictureRecord::onDrawTextBlob\28SkTextBlob\20const*\2c\20float\2c\20float\2c\20SkPaint\20const&\29 +13288:SkPictureRecord::onDrawSlug\28sktext::gpu::Slug\20const*\2c\20SkPaint\20const&\29 +13289:SkPictureRecord::onDrawShadowRec\28SkPath\20const&\2c\20SkDrawShadowRec\20const&\29 +13290:SkPictureRecord::onDrawRegion\28SkRegion\20const&\2c\20SkPaint\20const&\29 +13291:SkPictureRecord::onDrawRect\28SkRect\20const&\2c\20SkPaint\20const&\29 +13292:SkPictureRecord::onDrawRRect\28SkRRect\20const&\2c\20SkPaint\20const&\29 +13293:SkPictureRecord::onDrawPoints\28SkCanvas::PointMode\2c\20unsigned\20long\2c\20SkPoint\20const*\2c\20SkPaint\20const&\29 +13294:SkPictureRecord::onDrawPicture\28SkPicture\20const*\2c\20SkMatrix\20const*\2c\20SkPaint\20const*\29 +13295:SkPictureRecord::onDrawPath\28SkPath\20const&\2c\20SkPaint\20const&\29 +13296:SkPictureRecord::onDrawPatch\28SkPoint\20const*\2c\20unsigned\20int\20const*\2c\20SkPoint\20const*\2c\20SkBlendMode\2c\20SkPaint\20const&\29 +13297:SkPictureRecord::onDrawPaint\28SkPaint\20const&\29 +13298:SkPictureRecord::onDrawOval\28SkRect\20const&\2c\20SkPaint\20const&\29 +13299:SkPictureRecord::onDrawImageRect2\28SkImage\20const*\2c\20SkRect\20const&\2c\20SkRect\20const&\2c\20SkSamplingOptions\20const&\2c\20SkPaint\20const*\2c\20SkCanvas::SrcRectConstraint\29 +13300:SkPictureRecord::onDrawImageLattice2\28SkImage\20const*\2c\20SkCanvas::Lattice\20const&\2c\20SkRect\20const&\2c\20SkFilterMode\2c\20SkPaint\20const*\29 +13301:SkPictureRecord::onDrawImage2\28SkImage\20const*\2c\20float\2c\20float\2c\20SkSamplingOptions\20const&\2c\20SkPaint\20const*\29 +13302:SkPictureRecord::onDrawEdgeAAQuad\28SkRect\20const&\2c\20SkPoint\20const*\2c\20SkCanvas::QuadAAFlags\2c\20SkRGBA4f<\28SkAlphaType\293>\20const&\2c\20SkBlendMode\29 +13303:SkPictureRecord::onDrawEdgeAAImageSet2\28SkCanvas::ImageSetEntry\20const*\2c\20int\2c\20SkPoint\20const*\2c\20SkMatrix\20const*\2c\20SkSamplingOptions\20const&\2c\20SkPaint\20const*\2c\20SkCanvas::SrcRectConstraint\29 +13304:SkPictureRecord::onDrawDrawable\28SkDrawable*\2c\20SkMatrix\20const*\29 +13305:SkPictureRecord::onDrawDRRect\28SkRRect\20const&\2c\20SkRRect\20const&\2c\20SkPaint\20const&\29 +13306:SkPictureRecord::onDrawBehind\28SkPaint\20const&\29 +13307:SkPictureRecord::onDrawAtlas2\28SkImage\20const*\2c\20SkRSXform\20const*\2c\20SkRect\20const*\2c\20unsigned\20int\20const*\2c\20int\2c\20SkBlendMode\2c\20SkSamplingOptions\20const&\2c\20SkRect\20const*\2c\20SkPaint\20const*\29 +13308:SkPictureRecord::onDrawArc\28SkRect\20const&\2c\20float\2c\20float\2c\20bool\2c\20SkPaint\20const&\29 +13309:SkPictureRecord::onDrawAnnotation\28SkRect\20const&\2c\20char\20const*\2c\20SkData*\29 +13310:SkPictureRecord::onDoSaveBehind\28SkRect\20const*\29 +13311:SkPictureRecord::onClipShader\28sk_sp\2c\20SkClipOp\29 +13312:SkPictureRecord::onClipRegion\28SkRegion\20const&\2c\20SkClipOp\29 +13313:SkPictureRecord::onClipRect\28SkRect\20const&\2c\20SkClipOp\2c\20SkCanvas::ClipEdgeStyle\29 +13314:SkPictureRecord::onClipRRect\28SkRRect\20const&\2c\20SkClipOp\2c\20SkCanvas::ClipEdgeStyle\29 +13315:SkPictureRecord::onClipPath\28SkPath\20const&\2c\20SkClipOp\2c\20SkCanvas::ClipEdgeStyle\29 +13316:SkPictureRecord::getSaveLayerStrategy\28SkCanvas::SaveLayerRec\20const&\29 +13317:SkPictureRecord::didTranslate\28float\2c\20float\29 +13318:SkPictureRecord::didSetM44\28SkM44\20const&\29 +13319:SkPictureRecord::didScale\28float\2c\20float\29 +13320:SkPictureRecord::didConcat44\28SkM44\20const&\29 +13321:SkPictureImageGenerator::~SkPictureImageGenerator\28\29_5518 +13322:SkPictureImageGenerator::onGetPixels\28SkImageInfo\20const&\2c\20void*\2c\20unsigned\20long\2c\20SkImageGenerator::Options\20const&\29 +13323:SkOTUtils::LocalizedStrings_SingleName::~LocalizedStrings_SingleName\28\29_8933 +13324:SkOTUtils::LocalizedStrings_SingleName::next\28SkTypeface::LocalizedString*\29 +13325:SkOTUtils::LocalizedStrings_NameTable::~LocalizedStrings_NameTable\28\29_7995 +13326:SkOTUtils::LocalizedStrings_NameTable::next\28SkTypeface::LocalizedString*\29 +13327:SkNoPixelsDevice::~SkNoPixelsDevice\28\29_3187 +13328:SkNoPixelsDevice::replaceClip\28SkIRect\20const&\29 +13329:SkNoPixelsDevice::pushClipStack\28\29 +13330:SkNoPixelsDevice::popClipStack\28\29 +13331:SkNoPixelsDevice::onClipShader\28sk_sp\29 +13332:SkNoPixelsDevice::isClipWideOpen\28\29\20const +13333:SkNoPixelsDevice::isClipRect\28\29\20const +13334:SkNoPixelsDevice::isClipEmpty\28\29\20const +13335:SkNoPixelsDevice::isClipAntiAliased\28\29\20const +13336:SkNoPixelsDevice::devClipBounds\28\29\20const +13337:SkNoPixelsDevice::clipRegion\28SkRegion\20const&\2c\20SkClipOp\29 +13338:SkNoPixelsDevice::clipRect\28SkRect\20const&\2c\20SkClipOp\2c\20bool\29 +13339:SkNoPixelsDevice::clipRRect\28SkRRect\20const&\2c\20SkClipOp\2c\20bool\29 +13340:SkNoPixelsDevice::clipPath\28SkPath\20const&\2c\20SkClipOp\2c\20bool\29 +13341:SkNoPixelsDevice::android_utils_clipAsRgn\28SkRegion*\29\20const +13342:SkMipmap::~SkMipmap\28\29_3750 +13343:SkMipmap::onDataChange\28void*\2c\20void*\29 +13344:SkMemoryStream::~SkMemoryStream\28\29_5179 +13345:SkMemoryStream::setMemory\28void\20const*\2c\20unsigned\20long\2c\20bool\29 +13346:SkMemoryStream::seek\28unsigned\20long\29 +13347:SkMemoryStream::rewind\28\29 +13348:SkMemoryStream::read\28void*\2c\20unsigned\20long\29 +13349:SkMemoryStream::peek\28void*\2c\20unsigned\20long\29\20const +13350:SkMemoryStream::onFork\28\29\20const +13351:SkMemoryStream::onDuplicate\28\29\20const +13352:SkMemoryStream::move\28long\29 +13353:SkMemoryStream::isAtEnd\28\29\20const +13354:SkMemoryStream::getMemoryBase\28\29 +13355:SkMemoryStream::getLength\28\29\20const +13356:SkMemoryStream::getData\28\29\20const +13357:SkMatrixColorFilter::onIsAlphaUnchanged\28\29\20const +13358:SkMatrixColorFilter::onAsAColorMatrix\28float*\29\20const +13359:SkMatrixColorFilter::getTypeName\28\29\20const +13360:SkMatrixColorFilter::flatten\28SkWriteBuffer&\29\20const +13361:SkMatrixColorFilter::appendStages\28SkStageRec\20const&\2c\20bool\29\20const +13362:SkMatrix::Trans_pts\28SkMatrix\20const&\2c\20SkPoint*\2c\20SkPoint\20const*\2c\20int\29 +13363:SkMatrix::Scale_pts\28SkMatrix\20const&\2c\20SkPoint*\2c\20SkPoint\20const*\2c\20int\29 +13364:SkMatrix::Poly4Proc\28SkPoint\20const*\2c\20SkMatrix*\29 +13365:SkMatrix::Poly3Proc\28SkPoint\20const*\2c\20SkMatrix*\29 +13366:SkMatrix::Poly2Proc\28SkPoint\20const*\2c\20SkMatrix*\29 +13367:SkMatrix::Persp_pts\28SkMatrix\20const&\2c\20SkPoint*\2c\20SkPoint\20const*\2c\20int\29 +13368:SkMatrix::Identity_pts\28SkMatrix\20const&\2c\20SkPoint*\2c\20SkPoint\20const*\2c\20int\29 +13369:SkMatrix::Affine_vpts\28SkMatrix\20const&\2c\20SkPoint*\2c\20SkPoint\20const*\2c\20int\29 +13370:SkMaskFilterBase::filterRectsToNine\28SkSpan\2c\20SkMatrix\20const&\2c\20SkIRect\20const&\2c\20std::__2::optional*\2c\20SkResourceCache*\29\20const +13371:SkMaskFilterBase::filterRRectToNine\28SkRRect\20const&\2c\20SkMatrix\20const&\2c\20SkIRect\20const&\2c\20SkResourceCache*\29\20const +13372:SkMaskFilterBase::asImageFilter\28SkMatrix\20const&\2c\20SkPaint\20const&\29\20const +13373:SkMallocPixelRef::MakeAllocate\28SkImageInfo\20const&\2c\20unsigned\20long\29::PixelRef::~PixelRef\28\29_3601 +13374:SkMakePixelRefWithProc\28int\2c\20int\2c\20unsigned\20long\2c\20void*\2c\20void\20\28*\29\28void*\2c\20void*\29\2c\20void*\29::PixelRef::~PixelRef\28\29_4670 +13375:SkLocalMatrixShader::~SkLocalMatrixShader\28\29_5646 +13376:SkLocalMatrixShader::~SkLocalMatrixShader\28\29 +13377:SkLocalMatrixShader::type\28\29\20const +13378:SkLocalMatrixShader::onIsAImage\28SkMatrix*\2c\20SkTileMode*\29\20const +13379:SkLocalMatrixShader::onAsLuminanceColor\28SkRGBA4f<\28SkAlphaType\293>*\29\20const +13380:SkLocalMatrixShader::makeAsALocalMatrixShader\28SkMatrix*\29\20const +13381:SkLocalMatrixShader::isOpaque\28\29\20const +13382:SkLocalMatrixShader::isConstant\28SkRGBA4f<\28SkAlphaType\293>*\29\20const +13383:SkLocalMatrixShader::getTypeName\28\29\20const +13384:SkLocalMatrixShader::flatten\28SkWriteBuffer&\29\20const +13385:SkLocalMatrixShader::asGradient\28SkShaderBase::GradientInfo*\2c\20SkMatrix*\29\20const +13386:SkLocalMatrixShader::appendStages\28SkStageRec\20const&\2c\20SkShaders::MatrixRec\20const&\29\20const +13387:SkLocalMatrixImageFilter::onGetOutputLayerBounds\28skif::Mapping\20const&\2c\20std::__2::optional>\29\20const +13388:SkLocalMatrixImageFilter::onGetInputLayerBounds\28skif::Mapping\20const&\2c\20skif::LayerSpace\20const&\2c\20std::__2::optional>\29\20const +13389:SkLocalMatrixImageFilter::onFilterImage\28skif::Context\20const&\29\20const +13390:SkLocalMatrixImageFilter::getTypeName\28\29\20const +13391:SkLocalMatrixImageFilter::flatten\28SkWriteBuffer&\29\20const +13392:SkLocalMatrixImageFilter::computeFastBounds\28SkRect\20const&\29\20const +13393:SkLinearGradient::getTypeName\28\29\20const +13394:SkLinearGradient::flatten\28SkWriteBuffer&\29\20const +13395:SkLinearGradient::asGradient\28SkShaderBase::GradientInfo*\2c\20SkMatrix*\29\20const +13396:SkJSONWriter::popScope\28\29 +13397:SkJSONWriter::appendf\28char\20const*\2c\20...\29 +13398:SkIntersections::hasOppT\28double\29\20const +13399:SkImage_Raster::~SkImage_Raster\28\29_5494 +13400:SkImage_Raster::onReinterpretColorSpace\28sk_sp\29\20const +13401:SkImage_Raster::onReadPixels\28GrDirectContext*\2c\20SkImageInfo\20const&\2c\20void*\2c\20unsigned\20long\2c\20int\2c\20int\2c\20SkImage::CachingHint\29\20const +13402:SkImage_Raster::onPeekPixels\28SkPixmap*\29\20const +13403:SkImage_Raster::onMakeWithMipmaps\28sk_sp\29\20const +13404:SkImage_Raster::onMakeSubset\28SkRecorder*\2c\20SkIRect\20const&\2c\20SkImage::RequiredProperties\29\20const +13405:SkImage_Raster::onHasMipmaps\28\29\20const +13406:SkImage_Raster::onAsLegacyBitmap\28GrDirectContext*\2c\20SkBitmap*\29\20const +13407:SkImage_Raster::notifyAddedToRasterCache\28\29\20const +13408:SkImage_Raster::makeColorTypeAndColorSpace\28SkRecorder*\2c\20SkColorType\2c\20sk_sp\2c\20SkImage::RequiredProperties\29\20const +13409:SkImage_Raster::isValid\28SkRecorder*\29\20const +13410:SkImage_Raster::getROPixels\28GrDirectContext*\2c\20SkBitmap*\2c\20SkImage::CachingHint\29\20const +13411:SkImage_Picture::onMakeSubset\28SkRecorder*\2c\20SkIRect\20const&\2c\20SkImage::RequiredProperties\29\20const +13412:SkImage_LazyTexture::readPixelsProxy\28GrDirectContext*\2c\20SkPixmap\20const&\29\20const +13413:SkImage_LazyTexture::onMakeSubset\28SkRecorder*\2c\20SkIRect\20const&\2c\20SkImage::RequiredProperties\29\20const +13414:SkImage_Lazy::onReinterpretColorSpace\28sk_sp\29\20const +13415:SkImage_Lazy::onRefEncoded\28\29\20const +13416:SkImage_Lazy::onReadPixels\28GrDirectContext*\2c\20SkImageInfo\20const&\2c\20void*\2c\20unsigned\20long\2c\20int\2c\20int\2c\20SkImage::CachingHint\29\20const +13417:SkImage_Lazy::onMakeSubset\28SkRecorder*\2c\20SkIRect\20const&\2c\20SkImage::RequiredProperties\29\20const +13418:SkImage_Lazy::onIsProtected\28\29\20const +13419:SkImage_Lazy::makeColorTypeAndColorSpace\28SkRecorder*\2c\20SkColorType\2c\20sk_sp\2c\20SkImage::RequiredProperties\29\20const +13420:SkImage_Lazy::isValid\28SkRecorder*\29\20const +13421:SkImage_Lazy::getROPixels\28GrDirectContext*\2c\20SkBitmap*\2c\20SkImage::CachingHint\29\20const +13422:SkImage_GaneshBase::onReadPixels\28GrDirectContext*\2c\20SkImageInfo\20const&\2c\20void*\2c\20unsigned\20long\2c\20int\2c\20int\2c\20SkImage::CachingHint\29\20const +13423:SkImage_GaneshBase::onMakeSurface\28SkRecorder*\2c\20SkImageInfo\20const&\29\20const +13424:SkImage_GaneshBase::onMakeSubset\28SkRecorder*\2c\20SkIRect\20const&\2c\20SkImage::RequiredProperties\29\20const +13425:SkImage_GaneshBase::makeColorTypeAndColorSpace\28SkRecorder*\2c\20SkColorType\2c\20sk_sp\2c\20SkImage::RequiredProperties\29\20const +13426:SkImage_GaneshBase::isValid\28SkRecorder*\29\20const +13427:SkImage_GaneshBase::getROPixels\28GrDirectContext*\2c\20SkBitmap*\2c\20SkImage::CachingHint\29\20const +13428:SkImage_GaneshBase::directContext\28\29\20const +13429:SkImage_Ganesh::~SkImage_Ganesh\28\29_11480 +13430:SkImage_Ganesh::textureSize\28\29\20const +13431:SkImage_Ganesh::onReinterpretColorSpace\28sk_sp\29\20const +13432:SkImage_Ganesh::onMakeColorTypeAndColorSpace\28GrDirectContext*\2c\20SkColorType\2c\20sk_sp\29\20const +13433:SkImage_Ganesh::onIsProtected\28\29\20const +13434:SkImage_Ganesh::onHasMipmaps\28\29\20const +13435:SkImage_Ganesh::onAsyncRescaleAndReadPixels\28SkImageInfo\20const&\2c\20SkIRect\2c\20SkImage::RescaleGamma\2c\20SkImage::RescaleMode\2c\20void\20\28*\29\28void*\2c\20std::__2::unique_ptr>\29\2c\20void*\29\20const +13436:SkImage_Ganesh::onAsyncRescaleAndReadPixelsYUV420\28SkYUVColorSpace\2c\20bool\2c\20sk_sp\2c\20SkIRect\2c\20SkISize\2c\20SkImage::RescaleGamma\2c\20SkImage::RescaleMode\2c\20void\20\28*\29\28void*\2c\20std::__2::unique_ptr>\29\2c\20void*\29\20const +13437:SkImage_Ganesh::generatingSurfaceIsDeleted\28\29 +13438:SkImage_Ganesh::flush\28GrDirectContext*\2c\20GrFlushInfo\20const&\29\20const +13439:SkImage_Ganesh::asView\28GrRecordingContext*\2c\20skgpu::Mipmapped\2c\20GrImageTexGenPolicy\29\20const +13440:SkImage_Ganesh::asFragmentProcessor\28skgpu::ganesh::SurfaceDrawContext*\2c\20SkSamplingOptions\2c\20SkTileMode\20const*\2c\20SkMatrix\20const&\2c\20SkRect\20const*\2c\20SkRect\20const*\29\20const +13441:SkImage_Base::onAsyncRescaleAndReadPixels\28SkImageInfo\20const&\2c\20SkIRect\2c\20SkImage::RescaleGamma\2c\20SkImage::RescaleMode\2c\20void\20\28*\29\28void*\2c\20std::__2::unique_ptr>\29\2c\20void*\29\20const +13442:SkImage_Base::notifyAddedToRasterCache\28\29\20const +13443:SkImage_Base::makeSubset\28SkRecorder*\2c\20SkIRect\20const&\2c\20SkImage::RequiredProperties\29\20const +13444:SkImage_Base::makeColorSpace\28SkRecorder*\2c\20sk_sp\2c\20SkImage::RequiredProperties\29\20const +13445:SkImage_Base::isTextureBacked\28\29\20const +13446:SkImage_Base::isLazyGenerated\28\29\20const +13447:SkImageShader::~SkImageShader\28\29_5610 +13448:SkImageShader::onIsAImage\28SkMatrix*\2c\20SkTileMode*\29\20const +13449:SkImageShader::isOpaque\28\29\20const +13450:SkImageShader::getTypeName\28\29\20const +13451:SkImageShader::flatten\28SkWriteBuffer&\29\20const +13452:SkImageShader::appendStages\28SkStageRec\20const&\2c\20SkShaders::MatrixRec\20const&\29\20const +13453:SkImageGenerator::~SkImageGenerator\28\29_617 +13454:SkImageFilter::computeFastBounds\28SkRect\20const&\29\20const +13455:SkGradientBaseShader::onAsLuminanceColor\28SkRGBA4f<\28SkAlphaType\293>*\29\20const +13456:SkGradientBaseShader::isOpaque\28\29\20const +13457:SkGradientBaseShader::appendStages\28SkStageRec\20const&\2c\20SkShaders::MatrixRec\20const&\29\20const +13458:SkGaussianColorFilter::getTypeName\28\29\20const +13459:SkGaussianColorFilter::appendStages\28SkStageRec\20const&\2c\20bool\29\20const +13460:SkGammaColorSpaceLuminance::toLuma\28float\2c\20float\29\20const +13461:SkGammaColorSpaceLuminance::fromLuma\28float\2c\20float\29\20const +13462:SkFontStyleSet_Custom::~SkFontStyleSet_Custom\28\29_8810 +13463:SkFontStyleSet_Custom::getStyle\28int\2c\20SkFontStyle*\2c\20SkString*\29 +13464:SkFontScanner_FreeType::~SkFontScanner_FreeType\28\29_8947 +13465:SkFontScanner_FreeType::scanFile\28SkStreamAsset*\2c\20int*\29\20const +13466:SkFontScanner_FreeType::scanFace\28SkStreamAsset*\2c\20int\2c\20int*\29\20const +13467:SkFontScanner_FreeType::getFactoryId\28\29\20const +13468:SkFontMgr_Custom::~SkFontMgr_Custom\28\29_8816 +13469:SkFontMgr_Custom::onMatchFamily\28char\20const*\29\20const +13470:SkFontMgr_Custom::onMatchFamilyStyle\28char\20const*\2c\20SkFontStyle\20const&\29\20const +13471:SkFontMgr_Custom::onMakeFromStreamIndex\28std::__2::unique_ptr>\2c\20int\29\20const +13472:SkFontMgr_Custom::onMakeFromFile\28char\20const*\2c\20int\29\20const +13473:SkFontMgr_Custom::onMakeFromData\28sk_sp\2c\20int\29\20const +13474:SkFontMgr_Custom::onLegacyMakeTypeface\28char\20const*\2c\20SkFontStyle\29\20const +13475:SkFontMgr_Custom::onGetFamilyName\28int\2c\20SkString*\29\20const +13476:SkFILEStream::~SkFILEStream\28\29_5156 +13477:SkFILEStream::seek\28unsigned\20long\29 +13478:SkFILEStream::rewind\28\29 +13479:SkFILEStream::read\28void*\2c\20unsigned\20long\29 +13480:SkFILEStream::onFork\28\29\20const +13481:SkFILEStream::onDuplicate\28\29\20const +13482:SkFILEStream::move\28long\29 +13483:SkFILEStream::isAtEnd\28\29\20const +13484:SkFILEStream::getPosition\28\29\20const +13485:SkFILEStream::getLength\28\29\20const +13486:SkEmptyShader::getTypeName\28\29\20const +13487:SkEmptyPicture::~SkEmptyPicture\28\29 +13488:SkEmptyPicture::cullRect\28\29\20const +13489:SkEmptyFontMgr::onMatchFamily\28char\20const*\29\20const +13490:SkEdgeBuilder::build\28SkPathRaw\20const&\2c\20SkIRect\20const*\2c\20bool\29::$_0::__invoke\28SkEdgeClipper*\2c\20bool\2c\20void*\29 +13491:SkDynamicMemoryWStream::~SkDynamicMemoryWStream\28\29_5195 +13492:SkDynamicMemoryWStream::bytesWritten\28\29\20const +13493:SkDrawable::onMakePictureSnapshot\28\29 +13494:SkDevice::strikeDeviceInfo\28\29\20const +13495:SkDevice::drawSlug\28SkCanvas*\2c\20sktext::gpu::Slug\20const*\2c\20SkPaint\20const&\29 +13496:SkDevice::drawRegion\28SkRegion\20const&\2c\20SkPaint\20const&\29 +13497:SkDevice::drawPatch\28SkPoint\20const*\2c\20unsigned\20int\20const*\2c\20SkPoint\20const*\2c\20sk_sp\2c\20SkPaint\20const&\29 +13498:SkDevice::drawImageLattice\28SkImage\20const*\2c\20SkCanvas::Lattice\20const&\2c\20SkRect\20const&\2c\20SkFilterMode\2c\20SkPaint\20const&\29 +13499:SkDevice::drawEdgeAAQuad\28SkRect\20const&\2c\20SkPoint\20const*\2c\20SkCanvas::QuadAAFlags\2c\20SkRGBA4f<\28SkAlphaType\293>\20const&\2c\20SkBlendMode\29 +13500:SkDevice::drawEdgeAAImageSet\28SkCanvas::ImageSetEntry\20const*\2c\20int\2c\20SkPoint\20const*\2c\20SkMatrix\20const*\2c\20SkSamplingOptions\20const&\2c\20SkPaint\20const&\2c\20SkCanvas::SrcRectConstraint\29 +13501:SkDevice::drawDrawable\28SkCanvas*\2c\20SkDrawable*\2c\20SkMatrix\20const*\29 +13502:SkDevice::drawDRRect\28SkRRect\20const&\2c\20SkRRect\20const&\2c\20SkPaint\20const&\29 +13503:SkDevice::drawCoverageMask\28SkSpecialImage\20const*\2c\20SkMatrix\20const&\2c\20SkSamplingOptions\20const&\2c\20SkPaint\20const&\29 +13504:SkDevice::drawBlurredRRect\28SkRRect\20const&\2c\20SkPaint\20const&\2c\20float\29 +13505:SkDevice::drawAtlas\28SkSpan\2c\20SkSpan\2c\20SkSpan\2c\20sk_sp\2c\20SkPaint\20const&\29 +13506:SkDevice::drawAsTiledImageRect\28SkCanvas*\2c\20SkImage\20const*\2c\20SkRect\20const*\2c\20SkRect\20const&\2c\20SkSamplingOptions\20const&\2c\20SkPaint\20const&\2c\20SkCanvas::SrcRectConstraint\29 +13507:SkDevice::createImageFilteringBackend\28SkSurfaceProps\20const&\2c\20SkColorType\29\20const +13508:SkDashImpl::~SkDashImpl\28\29_5871 +13509:SkDashImpl::onFilterPath\28SkPathBuilder*\2c\20SkPath\20const&\2c\20SkStrokeRec*\2c\20SkRect\20const*\2c\20SkMatrix\20const&\29\20const +13510:SkDashImpl::onAsPoints\28SkPathEffectBase::PointData*\2c\20SkPath\20const&\2c\20SkStrokeRec\20const&\2c\20SkMatrix\20const&\2c\20SkRect\20const*\29\20const +13511:SkDashImpl::getTypeName\28\29\20const +13512:SkDashImpl::flatten\28SkWriteBuffer&\29\20const +13513:SkDashImpl::asADash\28\29\20const +13514:SkDCurve::nearPoint\28SkPath::Verb\2c\20SkDPoint\20const&\2c\20SkDPoint\20const&\29\20const +13515:SkContourMeasure::~SkContourMeasure\28\29_3106 +13516:SkConicalGradient::getTypeName\28\29\20const +13517:SkConicalGradient::flatten\28SkWriteBuffer&\29\20const +13518:SkConicalGradient::asGradient\28SkShaderBase::GradientInfo*\2c\20SkMatrix*\29\20const +13519:SkConicalGradient::appendGradientStages\28SkArenaAlloc*\2c\20SkRasterPipeline*\2c\20SkRasterPipeline*\29\20const +13520:SkComposeColorFilter::~SkComposeColorFilter\28\29_5974 +13521:SkComposeColorFilter::onIsAlphaUnchanged\28\29\20const +13522:SkComposeColorFilter::getTypeName\28\29\20const +13523:SkComposeColorFilter::flatten\28SkWriteBuffer&\29\20const +13524:SkComposeColorFilter::appendStages\28SkStageRec\20const&\2c\20bool\29\20const +13525:SkColorSpaceXformColorFilter::~SkColorSpaceXformColorFilter\28\29_5967 +13526:SkColorSpaceXformColorFilter::getTypeName\28\29\20const +13527:SkColorSpaceXformColorFilter::flatten\28SkWriteBuffer&\29\20const +13528:SkColorSpaceXformColorFilter::appendStages\28SkStageRec\20const&\2c\20bool\29\20const +13529:SkColorShader::onAsLuminanceColor\28SkRGBA4f<\28SkAlphaType\293>*\29\20const +13530:SkColorShader::isOpaque\28\29\20const +13531:SkColorShader::isConstant\28SkRGBA4f<\28SkAlphaType\293>*\29\20const +13532:SkColorShader::getTypeName\28\29\20const +13533:SkColorShader::flatten\28SkWriteBuffer&\29\20const +13534:SkColorShader::appendStages\28SkStageRec\20const&\2c\20SkShaders::MatrixRec\20const&\29\20const +13535:SkColorFilterShader::~SkColorFilterShader\28\29_5583 +13536:SkColorFilterShader::isOpaque\28\29\20const +13537:SkColorFilterShader::getTypeName\28\29\20const +13538:SkColorFilterShader::flatten\28SkWriteBuffer&\29\20const +13539:SkColorFilterShader::appendStages\28SkStageRec\20const&\2c\20SkShaders::MatrixRec\20const&\29\20const +13540:SkColorFilterBase::onFilterColor4f\28SkRGBA4f<\28SkAlphaType\292>\20const&\2c\20SkColorSpace*\29\20const +13541:SkCoincidentSpans::setOppPtTStart\28SkOpPtT\20const*\29 +13542:SkCoincidentSpans::setOppPtTEnd\28SkOpPtT\20const*\29 +13543:SkCoincidentSpans::setCoinPtTStart\28SkOpPtT\20const*\29 +13544:SkCoincidentSpans::setCoinPtTEnd\28SkOpPtT\20const*\29 +13545:SkCodec::onStartScanlineDecode\28SkImageInfo\20const&\2c\20SkCodec::Options\20const&\29 +13546:SkCodec::onStartIncrementalDecode\28SkImageInfo\20const&\2c\20void*\2c\20unsigned\20long\2c\20SkCodec::Options\20const&\29 +13547:SkCodec::onRewind\28\29 +13548:SkCodec::onOutputScanline\28int\29\20const +13549:SkCodec::onGetScaledDimensions\28float\29\20const +13550:SkCodec::getEncodedData\28\29\20const +13551:SkCodec::conversionSupported\28SkImageInfo\20const&\2c\20bool\2c\20bool\29 +13552:SkCanvas::~SkCanvas\28\29_2895 +13553:SkCanvas::recordingContext\28\29\20const +13554:SkCanvas::recorder\28\29\20const +13555:SkCanvas::onPeekPixels\28SkPixmap*\29 +13556:SkCanvas::onNewSurface\28SkImageInfo\20const&\2c\20SkSurfaceProps\20const&\29 +13557:SkCanvas::onImageInfo\28\29\20const +13558:SkCanvas::onGetProps\28SkSurfaceProps*\2c\20bool\29\20const +13559:SkCanvas::onDrawVerticesObject\28SkVertices\20const*\2c\20SkBlendMode\2c\20SkPaint\20const&\29 +13560:SkCanvas::onDrawTextBlob\28SkTextBlob\20const*\2c\20float\2c\20float\2c\20SkPaint\20const&\29 +13561:SkCanvas::onDrawSlug\28sktext::gpu::Slug\20const*\2c\20SkPaint\20const&\29 +13562:SkCanvas::onDrawShadowRec\28SkPath\20const&\2c\20SkDrawShadowRec\20const&\29 +13563:SkCanvas::onDrawRegion\28SkRegion\20const&\2c\20SkPaint\20const&\29 +13564:SkCanvas::onDrawRect\28SkRect\20const&\2c\20SkPaint\20const&\29 +13565:SkCanvas::onDrawRRect\28SkRRect\20const&\2c\20SkPaint\20const&\29 +13566:SkCanvas::onDrawPoints\28SkCanvas::PointMode\2c\20unsigned\20long\2c\20SkPoint\20const*\2c\20SkPaint\20const&\29 +13567:SkCanvas::onDrawPicture\28SkPicture\20const*\2c\20SkMatrix\20const*\2c\20SkPaint\20const*\29 +13568:SkCanvas::onDrawPath\28SkPath\20const&\2c\20SkPaint\20const&\29 +13569:SkCanvas::onDrawPatch\28SkPoint\20const*\2c\20unsigned\20int\20const*\2c\20SkPoint\20const*\2c\20SkBlendMode\2c\20SkPaint\20const&\29 +13570:SkCanvas::onDrawPaint\28SkPaint\20const&\29 +13571:SkCanvas::onDrawOval\28SkRect\20const&\2c\20SkPaint\20const&\29 +13572:SkCanvas::onDrawMesh\28SkMesh\20const&\2c\20sk_sp\2c\20SkPaint\20const&\29 +13573:SkCanvas::onDrawImageRect2\28SkImage\20const*\2c\20SkRect\20const&\2c\20SkRect\20const&\2c\20SkSamplingOptions\20const&\2c\20SkPaint\20const*\2c\20SkCanvas::SrcRectConstraint\29 +13574:SkCanvas::onDrawImageLattice2\28SkImage\20const*\2c\20SkCanvas::Lattice\20const&\2c\20SkRect\20const&\2c\20SkFilterMode\2c\20SkPaint\20const*\29 +13575:SkCanvas::onDrawImage2\28SkImage\20const*\2c\20float\2c\20float\2c\20SkSamplingOptions\20const&\2c\20SkPaint\20const*\29 +13576:SkCanvas::onDrawGlyphRunList\28sktext::GlyphRunList\20const&\2c\20SkPaint\20const&\29 +13577:SkCanvas::onDrawEdgeAAQuad\28SkRect\20const&\2c\20SkPoint\20const*\2c\20SkCanvas::QuadAAFlags\2c\20SkRGBA4f<\28SkAlphaType\293>\20const&\2c\20SkBlendMode\29 +13578:SkCanvas::onDrawEdgeAAImageSet2\28SkCanvas::ImageSetEntry\20const*\2c\20int\2c\20SkPoint\20const*\2c\20SkMatrix\20const*\2c\20SkSamplingOptions\20const&\2c\20SkPaint\20const*\2c\20SkCanvas::SrcRectConstraint\29 +13579:SkCanvas::onDrawDrawable\28SkDrawable*\2c\20SkMatrix\20const*\29 +13580:SkCanvas::onDrawDRRect\28SkRRect\20const&\2c\20SkRRect\20const&\2c\20SkPaint\20const&\29 +13581:SkCanvas::onDrawBehind\28SkPaint\20const&\29 +13582:SkCanvas::onDrawAtlas2\28SkImage\20const*\2c\20SkRSXform\20const*\2c\20SkRect\20const*\2c\20unsigned\20int\20const*\2c\20int\2c\20SkBlendMode\2c\20SkSamplingOptions\20const&\2c\20SkRect\20const*\2c\20SkPaint\20const*\29 +13583:SkCanvas::onDrawArc\28SkRect\20const&\2c\20float\2c\20float\2c\20bool\2c\20SkPaint\20const&\29 +13584:SkCanvas::onDrawAnnotation\28SkRect\20const&\2c\20char\20const*\2c\20SkData*\29 +13585:SkCanvas::onDiscard\28\29 +13586:SkCanvas::onConvertGlyphRunListToSlug\28sktext::GlyphRunList\20const&\2c\20SkPaint\20const&\29 +13587:SkCanvas::onAccessTopLayerPixels\28SkPixmap*\29 +13588:SkCanvas::isClipRect\28\29\20const +13589:SkCanvas::isClipEmpty\28\29\20const +13590:SkCanvas::getBaseLayerSize\28\29\20const +13591:SkCanvas::baseRecorder\28\29\20const +13592:SkCachedData::~SkCachedData\28\29_2812 +13593:SkCTMShader::~SkCTMShader\28\29_5636 +13594:SkCTMShader::~SkCTMShader\28\29 +13595:SkCTMShader::isConstant\28SkRGBA4f<\28SkAlphaType\293>*\29\20const +13596:SkCTMShader::getTypeName\28\29\20const +13597:SkCTMShader::asGradient\28SkShaderBase::GradientInfo*\2c\20SkMatrix*\29\20const +13598:SkCTMShader::appendStages\28SkStageRec\20const&\2c\20SkShaders::MatrixRec\20const&\29\20const +13599:SkBreakIterator_icu::~SkBreakIterator_icu\28\29_8741 +13600:SkBreakIterator_icu::status\28\29 +13601:SkBreakIterator_icu::setText\28char\20const*\2c\20int\29 +13602:SkBreakIterator_icu::setText\28char16_t\20const*\2c\20int\29 +13603:SkBreakIterator_icu::next\28\29 +13604:SkBreakIterator_icu::isDone\28\29 +13605:SkBreakIterator_icu::first\28\29 +13606:SkBreakIterator_icu::current\28\29 +13607:SkBlurMaskFilterImpl::getTypeName\28\29\20const +13608:SkBlurMaskFilterImpl::flatten\28SkWriteBuffer&\29\20const +13609:SkBlurMaskFilterImpl::filterRectsToNine\28SkSpan\2c\20SkMatrix\20const&\2c\20SkIRect\20const&\2c\20std::__2::optional*\2c\20SkResourceCache*\29\20const +13610:SkBlurMaskFilterImpl::filterRRectToNine\28SkRRect\20const&\2c\20SkMatrix\20const&\2c\20SkIRect\20const&\2c\20SkResourceCache*\29\20const +13611:SkBlurMaskFilterImpl::filterMask\28SkMaskBuilder*\2c\20SkMask\20const&\2c\20SkMatrix\20const&\2c\20SkIPoint*\29\20const +13612:SkBlurMaskFilterImpl::computeFastBounds\28SkRect\20const&\2c\20SkRect*\29\20const +13613:SkBlurMaskFilterImpl::asImageFilter\28SkMatrix\20const&\2c\20SkPaint\20const&\29\20const +13614:SkBlurMaskFilterImpl::asABlur\28SkMaskFilterBase::BlurRec*\29\20const +13615:SkBlitter::canDirectBlit\28\29 +13616:SkBlitter::blitRect\28int\2c\20int\2c\20int\2c\20int\29 +13617:SkBlitter::blitAntiV2\28int\2c\20int\2c\20unsigned\20int\2c\20unsigned\20int\29 +13618:SkBlitter::blitAntiRect\28int\2c\20int\2c\20int\2c\20int\2c\20unsigned\20char\2c\20unsigned\20char\29 +13619:SkBlitter::blitAntiH2\28int\2c\20int\2c\20unsigned\20int\2c\20unsigned\20int\29 +13620:SkBlitter::allocBlitMemory\28unsigned\20long\29 +13621:SkBlendShader::~SkBlendShader\28\29_5569 +13622:SkBlendShader::getTypeName\28\29\20const +13623:SkBlendShader::flatten\28SkWriteBuffer&\29\20const +13624:SkBlendShader::appendStages\28SkStageRec\20const&\2c\20SkShaders::MatrixRec\20const&\29\20const +13625:SkBlendModeColorFilter::onIsAlphaUnchanged\28\29\20const +13626:SkBlendModeColorFilter::onAsAColorMode\28unsigned\20int*\2c\20SkBlendMode*\29\20const +13627:SkBlendModeColorFilter::getTypeName\28\29\20const +13628:SkBlendModeColorFilter::flatten\28SkWriteBuffer&\29\20const +13629:SkBlendModeColorFilter::appendStages\28SkStageRec\20const&\2c\20bool\29\20const +13630:SkBlendModeBlender::onAppendStages\28SkStageRec\20const&\29\20const +13631:SkBlendModeBlender::getTypeName\28\29\20const +13632:SkBlendModeBlender::flatten\28SkWriteBuffer&\29\20const +13633:SkBlendModeBlender::asBlendMode\28\29\20const +13634:SkBitmapDevice::~SkBitmapDevice\28\29_2283 +13635:SkBitmapDevice::snapSpecial\28SkIRect\20const&\2c\20bool\29 +13636:SkBitmapDevice::setImmutable\28\29 +13637:SkBitmapDevice::replaceClip\28SkIRect\20const&\29 +13638:SkBitmapDevice::pushClipStack\28\29 +13639:SkBitmapDevice::popClipStack\28\29 +13640:SkBitmapDevice::onWritePixels\28SkPixmap\20const&\2c\20int\2c\20int\29 +13641:SkBitmapDevice::onReadPixels\28SkPixmap\20const&\2c\20int\2c\20int\29 +13642:SkBitmapDevice::onDrawGlyphRunList\28SkCanvas*\2c\20sktext::GlyphRunList\20const&\2c\20SkPaint\20const&\29 +13643:SkBitmapDevice::onClipShader\28sk_sp\29 +13644:SkBitmapDevice::onAccessPixels\28SkPixmap*\29 +13645:SkBitmapDevice::makeSurface\28SkImageInfo\20const&\2c\20SkSurfaceProps\20const&\29 +13646:SkBitmapDevice::isClipWideOpen\28\29\20const +13647:SkBitmapDevice::isClipRect\28\29\20const +13648:SkBitmapDevice::isClipEmpty\28\29\20const +13649:SkBitmapDevice::isClipAntiAliased\28\29\20const +13650:SkBitmapDevice::drawVertices\28SkVertices\20const*\2c\20sk_sp\2c\20SkPaint\20const&\2c\20bool\29 +13651:SkBitmapDevice::drawSpecial\28SkSpecialImage*\2c\20SkMatrix\20const&\2c\20SkSamplingOptions\20const&\2c\20SkPaint\20const&\2c\20SkCanvas::SrcRectConstraint\29 +13652:SkBitmapDevice::drawRRect\28SkRRect\20const&\2c\20SkPaint\20const&\29 +13653:SkBitmapDevice::drawPoints\28SkCanvas::PointMode\2c\20SkSpan\2c\20SkPaint\20const&\29 +13654:SkBitmapDevice::drawPath\28SkPath\20const&\2c\20SkPaint\20const&\29 +13655:SkBitmapDevice::drawPaint\28SkPaint\20const&\29 +13656:SkBitmapDevice::drawOval\28SkRect\20const&\2c\20SkPaint\20const&\29 +13657:SkBitmapDevice::drawImageRect\28SkImage\20const*\2c\20SkRect\20const*\2c\20SkRect\20const&\2c\20SkSamplingOptions\20const&\2c\20SkPaint\20const&\2c\20SkCanvas::SrcRectConstraint\29 +13658:SkBitmapDevice::drawCoverageMask\28SkSpecialImage\20const*\2c\20SkMatrix\20const&\2c\20SkSamplingOptions\20const&\2c\20SkPaint\20const&\29 +13659:SkBitmapDevice::drawBlurredRRect\28SkRRect\20const&\2c\20SkPaint\20const&\2c\20float\29 +13660:SkBitmapDevice::drawAtlas\28SkSpan\2c\20SkSpan\2c\20SkSpan\2c\20sk_sp\2c\20SkPaint\20const&\29 +13661:SkBitmapDevice::devClipBounds\28\29\20const +13662:SkBitmapDevice::createDevice\28SkDevice::CreateInfo\20const&\2c\20SkPaint\20const*\29 +13663:SkBitmapDevice::clipRegion\28SkRegion\20const&\2c\20SkClipOp\29 +13664:SkBitmapDevice::clipRect\28SkRect\20const&\2c\20SkClipOp\2c\20bool\29 +13665:SkBitmapDevice::clipRRect\28SkRRect\20const&\2c\20SkClipOp\2c\20bool\29 +13666:SkBitmapDevice::clipPath\28SkPath\20const&\2c\20SkClipOp\2c\20bool\29 +13667:SkBitmapDevice::baseRecorder\28\29\20const +13668:SkBitmapDevice::android_utils_clipAsRgn\28SkRegion*\29\20const +13669:SkBitmapCache::Rec::~Rec\28\29_2244 +13670:SkBitmapCache::Rec::postAddInstall\28void*\29 +13671:SkBitmapCache::Rec::getCategory\28\29\20const +13672:SkBitmapCache::Rec::canBePurged\28\29 +13673:SkBitmapCache::Rec::bytesUsed\28\29\20const +13674:SkBitmapCache::Rec::ReleaseProc\28void*\2c\20void*\29 +13675:SkBitmapCache::Rec::Finder\28SkResourceCache::Rec\20const&\2c\20void*\29 +13676:SkBinaryWriteBuffer::~SkBinaryWriteBuffer\28\29_5393 +13677:SkBinaryWriteBuffer::write\28SkM44\20const&\29 +13678:SkBinaryWriteBuffer::writeTypeface\28SkTypeface*\29 +13679:SkBinaryWriteBuffer::writeString\28std::__2::basic_string_view>\29 +13680:SkBinaryWriteBuffer::writeStream\28SkStream*\2c\20unsigned\20long\29 +13681:SkBinaryWriteBuffer::writeScalar\28float\29 +13682:SkBinaryWriteBuffer::writeSampling\28SkSamplingOptions\20const&\29 +13683:SkBinaryWriteBuffer::writeRegion\28SkRegion\20const&\29 +13684:SkBinaryWriteBuffer::writeRect\28SkRect\20const&\29 +13685:SkBinaryWriteBuffer::writePoint\28SkPoint\20const&\29 +13686:SkBinaryWriteBuffer::writePointArray\28SkSpan\29 +13687:SkBinaryWriteBuffer::writePoint3\28SkPoint3\20const&\29 +13688:SkBinaryWriteBuffer::writePath\28SkPath\20const&\29 +13689:SkBinaryWriteBuffer::writePaint\28SkPaint\20const&\29 +13690:SkBinaryWriteBuffer::writePad32\28void\20const*\2c\20unsigned\20long\29 +13691:SkBinaryWriteBuffer::writeMatrix\28SkMatrix\20const&\29 +13692:SkBinaryWriteBuffer::writeImage\28SkImage\20const*\29 +13693:SkBinaryWriteBuffer::writeColor4fArray\28SkSpan\20const>\29 +13694:SkBinaryWriteBuffer::writeBool\28bool\29 +13695:SkBigPicture::~SkBigPicture\28\29_2166 +13696:SkBigPicture::playback\28SkCanvas*\2c\20SkPicture::AbortCallback*\29\20const +13697:SkBigPicture::approximateOpCount\28bool\29\20const +13698:SkBigPicture::approximateBytesUsed\28\29\20const +13699:SkBidiICUFactory::errorName\28UErrorCode\29\20const +13700:SkBidiICUFactory::bidi_setPara\28UBiDi*\2c\20char16_t\20const*\2c\20int\2c\20unsigned\20char\2c\20unsigned\20char*\2c\20UErrorCode*\29\20const +13701:SkBidiICUFactory::bidi_reorderVisual\28unsigned\20char\20const*\2c\20int\2c\20int*\29\20const +13702:SkBidiICUFactory::bidi_openSized\28int\2c\20int\2c\20UErrorCode*\29\20const +13703:SkBidiICUFactory::bidi_getLevelAt\28UBiDi\20const*\2c\20int\29\20const +13704:SkBidiICUFactory::bidi_getLength\28UBiDi\20const*\29\20const +13705:SkBidiICUFactory::bidi_getDirection\28UBiDi\20const*\29\20const +13706:SkBidiICUFactory::bidi_close_callback\28\29\20const +13707:SkBasicEdgeBuilder::addQuad\28SkPoint\20const*\29 +13708:SkBasicEdgeBuilder::addLine\28SkPoint\20const*\29 +13709:SkBasicEdgeBuilder::addCubic\28SkPoint\20const*\29 +13710:SkBBoxHierarchy::insert\28SkRect\20const*\2c\20SkBBoxHierarchy::Metadata\20const*\2c\20int\29 +13711:SkArenaAlloc::SkipPod\28char*\29 +13712:SkArenaAlloc::NextBlock\28char*\29 +13713:SkAnimatedImage::~SkAnimatedImage\28\29_7970 +13714:SkAnimatedImage::onGetBounds\28\29 +13715:SkAnimatedImage::onDraw\28SkCanvas*\29 +13716:SkAndroidCodecAdapter::onGetSupportedSubset\28SkIRect*\29\20const +13717:SkAndroidCodecAdapter::onGetSampledDimensions\28int\29\20const +13718:SkAndroidCodecAdapter::onGetAndroidPixels\28SkImageInfo\20const&\2c\20void*\2c\20unsigned\20long\2c\20SkAndroidCodec::AndroidOptions\20const&\29 +13719:SkAnalyticEdgeBuilder::allocEdges\28unsigned\20long\2c\20unsigned\20long*\29 +13720:SkAnalyticEdgeBuilder::addQuad\28SkPoint\20const*\29 +13721:SkAnalyticEdgeBuilder::addPolyLine\28SkPoint\20const*\2c\20char*\2c\20char**\29 +13722:SkAnalyticEdgeBuilder::addLine\28SkPoint\20const*\29 +13723:SkAnalyticEdgeBuilder::addCubic\28SkPoint\20const*\29 +13724:SkAAClipBlitter::~SkAAClipBlitter\28\29_2129 +13725:SkAAClipBlitter::blitV\28int\2c\20int\2c\20int\2c\20unsigned\20char\29 +13726:SkAAClipBlitter::blitRect\28int\2c\20int\2c\20int\2c\20int\29 +13727:SkAAClipBlitter::blitMask\28SkMask\20const&\2c\20SkIRect\20const&\29 +13728:SkAAClipBlitter::blitH\28int\2c\20int\2c\20int\29 +13729:SkAAClipBlitter::blitAntiH\28int\2c\20int\2c\20unsigned\20char\20const*\2c\20short\20const*\29 +13730:SkAAClip::Builder::operateY\28SkAAClip\20const&\2c\20SkAAClip\20const&\2c\20SkClipOp\29::$_1::__invoke\28unsigned\20int\2c\20unsigned\20int\29 +13731:SkAAClip::Builder::operateY\28SkAAClip\20const&\2c\20SkAAClip\20const&\2c\20SkClipOp\29::$_0::__invoke\28unsigned\20int\2c\20unsigned\20int\29 +13732:SkAAClip::Builder::Blitter::blitV\28int\2c\20int\2c\20int\2c\20unsigned\20char\29 +13733:SkAAClip::Builder::Blitter::blitRect\28int\2c\20int\2c\20int\2c\20int\29 +13734:SkAAClip::Builder::Blitter::blitMask\28SkMask\20const&\2c\20SkIRect\20const&\29 +13735:SkAAClip::Builder::Blitter::blitH\28int\2c\20int\2c\20int\29 +13736:SkAAClip::Builder::Blitter::blitAntiRect\28int\2c\20int\2c\20int\2c\20int\2c\20unsigned\20char\2c\20unsigned\20char\29 +13737:SkA8_Coverage_Blitter::~SkA8_Coverage_Blitter\28\29_2578 +13738:SkA8_Coverage_Blitter::blitV\28int\2c\20int\2c\20int\2c\20unsigned\20char\29 +13739:SkA8_Coverage_Blitter::blitRect\28int\2c\20int\2c\20int\2c\20int\29 +13740:SkA8_Coverage_Blitter::blitMask\28SkMask\20const&\2c\20SkIRect\20const&\29 +13741:SkA8_Coverage_Blitter::blitH\28int\2c\20int\2c\20int\29 +13742:SkA8_Coverage_Blitter::blitAntiH\28int\2c\20int\2c\20unsigned\20char\20const*\2c\20short\20const*\29 +13743:SkA8_Blitter::~SkA8_Blitter\28\29_2593 +13744:SkA8_Blitter::blitV\28int\2c\20int\2c\20int\2c\20unsigned\20char\29 +13745:SkA8_Blitter::blitRect\28int\2c\20int\2c\20int\2c\20int\29 +13746:SkA8_Blitter::blitMask\28SkMask\20const&\2c\20SkIRect\20const&\29 +13747:SkA8_Blitter::blitH\28int\2c\20int\2c\20int\29 +13748:SkA8_Blitter::blitAntiH\28int\2c\20int\2c\20unsigned\20char\20const*\2c\20short\20const*\29 +13749:SkA8Blitter_Choose\28SkPixmap\20const&\2c\20SkMatrix\20const&\2c\20SkPaint\20const&\2c\20SkArenaAlloc*\2c\20SkDrawCoverage\2c\20sk_sp\2c\20SkSurfaceProps\20const&\2c\20SkRect\20const&\29 +13750:ShaderPDXferProcessor::onAddToKey\28GrShaderCaps\20const&\2c\20skgpu::KeyBuilder*\29\20const +13751:ShaderPDXferProcessor::name\28\29\20const +13752:ShaderPDXferProcessor::makeProgramImpl\28\29\20const +13753:SafeRLEAdditiveBlitter::blitAntiH\28int\2c\20int\2c\20unsigned\20char\29 +13754:SafeRLEAdditiveBlitter::blitAntiH\28int\2c\20int\2c\20unsigned\20char\20const*\2c\20int\29 +13755:SafeRLEAdditiveBlitter::blitAntiH\28int\2c\20int\2c\20int\2c\20unsigned\20char\29 +13756:RuntimeEffectRPCallbacks::toLinearSrgb\28void\20const*\29 +13757:RuntimeEffectRPCallbacks::fromLinearSrgb\28void\20const*\29 +13758:RuntimeEffectRPCallbacks::appendShader\28int\29 +13759:RuntimeEffectRPCallbacks::appendColorFilter\28int\29 +13760:RuntimeEffectRPCallbacks::appendBlender\28int\29 +13761:RunBasedAdditiveBlitter::getRealBlitter\28bool\29 +13762:RunBasedAdditiveBlitter::flush_if_y_changed\28int\2c\20int\29 +13763:RunBasedAdditiveBlitter::blitAntiH\28int\2c\20int\2c\20unsigned\20char\29 +13764:RunBasedAdditiveBlitter::blitAntiH\28int\2c\20int\2c\20unsigned\20char\20const*\2c\20int\29 +13765:RunBasedAdditiveBlitter::blitAntiH\28int\2c\20int\2c\20int\2c\20unsigned\20char\29 +13766:Round_Up_To_Grid +13767:Round_To_Half_Grid +13768:Round_To_Grid +13769:Round_To_Double_Grid +13770:Round_Super_45 +13771:Round_Super +13772:Round_None +13773:Round_Down_To_Grid +13774:RoundJoiner\28SkPathBuilder*\2c\20SkPathBuilder*\2c\20SkPoint\20const&\2c\20SkPoint\20const&\2c\20SkPoint\20const&\2c\20float\2c\20float\2c\20bool\2c\20bool\29 +13775:RoundCapper\28SkPathBuilder*\2c\20SkPoint\20const&\2c\20SkPoint\20const&\2c\20SkPoint\20const&\2c\20bool\29 +13776:Read_CVT_Stretched +13777:Read_CVT +13778:RD4_C +13779:Project_y +13780:Project +13781:ProcessRows +13782:PredictorAdd9_C +13783:PredictorAdd8_C +13784:PredictorAdd7_C +13785:PredictorAdd6_C +13786:PredictorAdd5_C +13787:PredictorAdd4_C +13788:PredictorAdd3_C +13789:PredictorAdd13_C +13790:PredictorAdd12_C +13791:PredictorAdd11_C +13792:PredictorAdd10_C +13793:PrePostInverseBlitterProc\28SkBlitter*\2c\20int\2c\20bool\29 +13794:PorterDuffXferProcessor::onHasSecondaryOutput\28\29\20const +13795:PorterDuffXferProcessor::onGetBlendInfo\28skgpu::BlendInfo*\29\20const +13796:PorterDuffXferProcessor::onAddToKey\28GrShaderCaps\20const&\2c\20skgpu::KeyBuilder*\29\20const +13797:PorterDuffXferProcessor::name\28\29\20const +13798:PorterDuffXferProcessor::makeProgramImpl\28\29\20const::Impl::emitOutputsForBlendState\28GrXferProcessor::ProgramImpl::EmitArgs\20const&\29 +13799:PorterDuffXferProcessor::makeProgramImpl\28\29\20const +13800:ParseVP8X +13801:PDLCDXferProcessor::onIsEqual\28GrXferProcessor\20const&\29\20const +13802:PDLCDXferProcessor::onGetBlendInfo\28skgpu::BlendInfo*\29\20const +13803:PDLCDXferProcessor::name\28\29\20const +13804:PDLCDXferProcessor::makeProgramImpl\28\29\20const::Impl::onSetData\28GrGLSLProgramDataManager\20const&\2c\20GrXferProcessor\20const&\29 +13805:PDLCDXferProcessor::makeProgramImpl\28\29\20const::Impl::emitOutputsForBlendState\28GrXferProcessor::ProgramImpl::EmitArgs\20const&\29 +13806:PDLCDXferProcessor::makeProgramImpl\28\29\20const +13807:OT::match_glyph\28hb_glyph_info_t&\2c\20unsigned\20int\2c\20void\20const*\29 +13808:OT::match_coverage\28hb_glyph_info_t&\2c\20unsigned\20int\2c\20void\20const*\29 +13809:OT::match_class_cached\28hb_glyph_info_t&\2c\20unsigned\20int\2c\20void\20const*\29 +13810:OT::match_class_cached2\28hb_glyph_info_t&\2c\20unsigned\20int\2c\20void\20const*\29 +13811:OT::match_class_cached1\28hb_glyph_info_t&\2c\20unsigned\20int\2c\20void\20const*\29 +13812:OT::match_class\28hb_glyph_info_t&\2c\20unsigned\20int\2c\20void\20const*\29 +13813:OT::hb_ot_apply_context_t::return_t\20OT::Layout::GSUB_impl::SubstLookup::dispatch_recurse_func\28OT::hb_ot_apply_context_t*\2c\20unsigned\20int\29 +13814:OT::hb_ot_apply_context_t::return_t\20OT::Layout::GPOS_impl::PosLookup::dispatch_recurse_func\28OT::hb_ot_apply_context_t*\2c\20unsigned\20int\29 +13815:OT::Layout::Common::RangeRecord::cmp_range\28void\20const*\2c\20void\20const*\29 +13816:OT::ColorLine::static_get_color_stops\28hb_color_line_t*\2c\20void*\2c\20unsigned\20int\2c\20unsigned\20int*\2c\20hb_color_stop_t*\2c\20void*\29 +13817:OT::ColorLine::static_get_color_stops\28hb_color_line_t*\2c\20void*\2c\20unsigned\20int\2c\20unsigned\20int*\2c\20hb_color_stop_t*\2c\20void*\29 +13818:OT::CmapSubtableFormat4::accelerator_t::get_glyph_func\28void\20const*\2c\20unsigned\20int\2c\20unsigned\20int*\29 +13819:Move_CVT_Stretched +13820:Move_CVT +13821:MiterJoiner\28SkPathBuilder*\2c\20SkPathBuilder*\2c\20SkPoint\20const&\2c\20SkPoint\20const&\2c\20SkPoint\20const&\2c\20float\2c\20float\2c\20bool\2c\20bool\29 +13822:MaskAdditiveBlitter::~MaskAdditiveBlitter\28\29_5024 +13823:MaskAdditiveBlitter::getWidth\28\29 +13824:MaskAdditiveBlitter::getRealBlitter\28bool\29 +13825:MaskAdditiveBlitter::blitV\28int\2c\20int\2c\20int\2c\20unsigned\20char\29 +13826:MaskAdditiveBlitter::blitRect\28int\2c\20int\2c\20int\2c\20int\29 +13827:MaskAdditiveBlitter::blitAntiRect\28int\2c\20int\2c\20int\2c\20int\2c\20unsigned\20char\2c\20unsigned\20char\29 +13828:MaskAdditiveBlitter::blitAntiH\28int\2c\20int\2c\20unsigned\20char\29 +13829:MaskAdditiveBlitter::blitAntiH\28int\2c\20int\2c\20unsigned\20char\20const*\2c\20int\29 +13830:MaskAdditiveBlitter::blitAntiH\28int\2c\20int\2c\20int\2c\20unsigned\20char\29 +13831:LD4_C +13832:IsValidSimpleFormat +13833:IsValidExtendedFormat +13834:InverseBlitter::blitH\28int\2c\20int\2c\20int\29 +13835:Horish_SkAntiHairBlitter::drawLine\28int\2c\20int\2c\20int\2c\20int\29 +13836:Horish_SkAntiHairBlitter::drawCap\28int\2c\20int\2c\20int\2c\20int\29 +13837:HU4_C +13838:HLine_SkAntiHairBlitter::drawLine\28int\2c\20int\2c\20int\2c\20int\29 +13839:HLine_SkAntiHairBlitter::drawCap\28int\2c\20int\2c\20int\2c\20int\29 +13840:HE8uv_C +13841:HE4_C +13842:HE16_C +13843:HD4_C +13844:GradientUnfilter_C +13845:GrYUVtoRGBEffect::onMakeProgramImpl\28\29\20const::Impl::onSetData\28GrGLSLProgramDataManager\20const&\2c\20GrFragmentProcessor\20const&\29 +13846:GrYUVtoRGBEffect::onMakeProgramImpl\28\29\20const::Impl::emitCode\28GrFragmentProcessor::ProgramImpl::EmitArgs&\29 +13847:GrYUVtoRGBEffect::onMakeProgramImpl\28\29\20const +13848:GrYUVtoRGBEffect::onIsEqual\28GrFragmentProcessor\20const&\29\20const +13849:GrYUVtoRGBEffect::onAddToKey\28GrShaderCaps\20const&\2c\20skgpu::KeyBuilder*\29\20const +13850:GrYUVtoRGBEffect::name\28\29\20const +13851:GrYUVtoRGBEffect::clone\28\29\20const +13852:GrXferProcessor::ProgramImpl::emitWriteSwizzle\28GrGLSLXPFragmentBuilder*\2c\20skgpu::Swizzle\20const&\2c\20char\20const*\2c\20char\20const*\29\20const +13853:GrXferProcessor::ProgramImpl::emitOutputsForBlendState\28GrXferProcessor::ProgramImpl::EmitArgs\20const&\29 +13854:GrXferProcessor::ProgramImpl::emitBlendCodeForDstRead\28GrGLSLXPFragmentBuilder*\2c\20GrGLSLUniformHandler*\2c\20char\20const*\2c\20char\20const*\2c\20char\20const*\2c\20char\20const*\2c\20char\20const*\2c\20GrXferProcessor\20const&\29 +13855:GrWritePixelsTask::~GrWritePixelsTask\28\29_10755 +13856:GrWritePixelsTask::onMakeClosed\28GrRecordingContext*\2c\20SkIRect*\29 +13857:GrWritePixelsTask::onExecute\28GrOpFlushState*\29 +13858:GrWritePixelsTask::gatherProxyIntervals\28GrResourceAllocator*\29\20const +13859:GrWaitRenderTask::~GrWaitRenderTask\28\29_10750 +13860:GrWaitRenderTask::onIsUsed\28GrSurfaceProxy*\29\20const +13861:GrWaitRenderTask::onExecute\28GrOpFlushState*\29 +13862:GrWaitRenderTask::gatherProxyIntervals\28GrResourceAllocator*\29\20const +13863:GrTransferFromRenderTask::~GrTransferFromRenderTask\28\29_10743 +13864:GrTransferFromRenderTask::onExecute\28GrOpFlushState*\29 +13865:GrTransferFromRenderTask::gatherProxyIntervals\28GrResourceAllocator*\29\20const +13866:GrThreadSafeCache::Trampoline::~Trampoline\28\29_10739 +13867:GrTextureResolveRenderTask::~GrTextureResolveRenderTask\28\29_10711 +13868:GrTextureResolveRenderTask::onExecute\28GrOpFlushState*\29 +13869:GrTextureResolveRenderTask::gatherProxyIntervals\28GrResourceAllocator*\29\20const +13870:GrTextureEffect::~GrTextureEffect\28\29_11185 +13871:GrTextureEffect::onMakeProgramImpl\28\29\20const +13872:GrTextureEffect::onIsEqual\28GrFragmentProcessor\20const&\29\20const +13873:GrTextureEffect::onAddToKey\28GrShaderCaps\20const&\2c\20skgpu::KeyBuilder*\29\20const +13874:GrTextureEffect::name\28\29\20const +13875:GrTextureEffect::clone\28\29\20const +13876:GrTextureEffect::Impl::onSetData\28GrGLSLProgramDataManager\20const&\2c\20GrFragmentProcessor\20const&\29 +13877:GrTextureEffect::Impl::emitCode\28GrFragmentProcessor::ProgramImpl::EmitArgs&\29 +13878:GrTDeferredProxyUploader>::~GrTDeferredProxyUploader\28\29_9268 +13879:GrTDeferredProxyUploader>::freeData\28\29 +13880:GrTDeferredProxyUploader<\28anonymous\20namespace\29::SoftwarePathData>::~GrTDeferredProxyUploader\28\29_12426 +13881:GrTDeferredProxyUploader<\28anonymous\20namespace\29::SoftwarePathData>::freeData\28\29 +13882:GrSurfaceProxy::getUniqueKey\28\29\20const +13883:GrSurface::getResourceType\28\29\20const +13884:GrStrokeTessellationShader::~GrStrokeTessellationShader\28\29_12591 +13885:GrStrokeTessellationShader::name\28\29\20const +13886:GrStrokeTessellationShader::makeProgramImpl\28GrShaderCaps\20const&\29\20const +13887:GrStrokeTessellationShader::addToKey\28GrShaderCaps\20const&\2c\20skgpu::KeyBuilder*\29\20const +13888:GrStrokeTessellationShader::Impl::~Impl\28\29_12596 +13889:GrStrokeTessellationShader::Impl::setData\28GrGLSLProgramDataManager\20const&\2c\20GrShaderCaps\20const&\2c\20GrGeometryProcessor\20const&\29 +13890:GrStrokeTessellationShader::Impl::onEmitCode\28GrGeometryProcessor::ProgramImpl::EmitArgs&\2c\20GrGeometryProcessor::ProgramImpl::GrGPArgs*\29 +13891:GrSkSLFP::~GrSkSLFP\28\29_11142 +13892:GrSkSLFP::onMakeProgramImpl\28\29\20const +13893:GrSkSLFP::onIsEqual\28GrFragmentProcessor\20const&\29\20const +13894:GrSkSLFP::onAddToKey\28GrShaderCaps\20const&\2c\20skgpu::KeyBuilder*\29\20const +13895:GrSkSLFP::constantOutputForConstantInput\28SkRGBA4f<\28SkAlphaType\292>\20const&\29\20const +13896:GrSkSLFP::clone\28\29\20const +13897:GrSkSLFP::Impl::~Impl\28\29_11150 +13898:GrSkSLFP::Impl::onSetData\28GrGLSLProgramDataManager\20const&\2c\20GrFragmentProcessor\20const&\29 +13899:GrSkSLFP::Impl::emitCode\28GrFragmentProcessor::ProgramImpl::EmitArgs&\29::FPCallbacks::toLinearSrgb\28std::__2::basic_string\2c\20std::__2::allocator>\29 +13900:GrSkSLFP::Impl::emitCode\28GrFragmentProcessor::ProgramImpl::EmitArgs&\29::FPCallbacks::sampleShader\28int\2c\20std::__2::basic_string\2c\20std::__2::allocator>\29 +13901:GrSkSLFP::Impl::emitCode\28GrFragmentProcessor::ProgramImpl::EmitArgs&\29::FPCallbacks::sampleColorFilter\28int\2c\20std::__2::basic_string\2c\20std::__2::allocator>\29 +13902:GrSkSLFP::Impl::emitCode\28GrFragmentProcessor::ProgramImpl::EmitArgs&\29::FPCallbacks::sampleBlender\28int\2c\20std::__2::basic_string\2c\20std::__2::allocator>\2c\20std::__2::basic_string\2c\20std::__2::allocator>\29 +13903:GrSkSLFP::Impl::emitCode\28GrFragmentProcessor::ProgramImpl::EmitArgs&\29::FPCallbacks::getMangledName\28char\20const*\29 +13904:GrSkSLFP::Impl::emitCode\28GrFragmentProcessor::ProgramImpl::EmitArgs&\29::FPCallbacks::fromLinearSrgb\28std::__2::basic_string\2c\20std::__2::allocator>\29 +13905:GrSkSLFP::Impl::emitCode\28GrFragmentProcessor::ProgramImpl::EmitArgs&\29::FPCallbacks::defineFunction\28char\20const*\2c\20char\20const*\2c\20bool\29 +13906:GrSkSLFP::Impl::emitCode\28GrFragmentProcessor::ProgramImpl::EmitArgs&\29::FPCallbacks::declareUniform\28SkSL::VarDeclaration\20const*\29 +13907:GrSkSLFP::Impl::emitCode\28GrFragmentProcessor::ProgramImpl::EmitArgs&\29::FPCallbacks::declareFunction\28char\20const*\29 +13908:GrSkSLFP::Impl::emitCode\28GrFragmentProcessor::ProgramImpl::EmitArgs&\29 +13909:GrSimpleMesh*\20SkArenaAlloc::allocUninitializedArray\28unsigned\20long\29::'lambda'\28char*\29::__invoke\28char*\29 +13910:GrRingBuffer::FinishSubmit\28void*\29 +13911:GrResourceCache::CompareTimestamp\28GrGpuResource*\20const&\2c\20GrGpuResource*\20const&\29 +13912:GrRenderTask::disown\28GrDrawingManager*\29 +13913:GrRecordingContext::~GrRecordingContext\28\29_10475 +13914:GrRRectShadowGeoProc::~GrRRectShadowGeoProc\28\29_11133 +13915:GrRRectShadowGeoProc::onTextureSampler\28int\29\20const +13916:GrRRectShadowGeoProc::name\28\29\20const +13917:GrRRectShadowGeoProc::makeProgramImpl\28GrShaderCaps\20const&\29\20const +13918:GrRRectShadowGeoProc::Impl::onEmitCode\28GrGeometryProcessor::ProgramImpl::EmitArgs&\2c\20GrGeometryProcessor::ProgramImpl::GrGPArgs*\29 +13919:GrQuadEffect::name\28\29\20const +13920:GrQuadEffect::makeProgramImpl\28GrShaderCaps\20const&\29\20const +13921:GrQuadEffect::addToKey\28GrShaderCaps\20const&\2c\20skgpu::KeyBuilder*\29\20const +13922:GrQuadEffect::Impl::setData\28GrGLSLProgramDataManager\20const&\2c\20GrShaderCaps\20const&\2c\20GrGeometryProcessor\20const&\29 +13923:GrQuadEffect::Impl::onEmitCode\28GrGeometryProcessor::ProgramImpl::EmitArgs&\2c\20GrGeometryProcessor::ProgramImpl::GrGPArgs*\29 +13924:GrPorterDuffXPFactory::makeXferProcessor\28GrProcessorAnalysisColor\20const&\2c\20GrProcessorAnalysisCoverage\2c\20GrCaps\20const&\2c\20GrClampType\29\20const +13925:GrPorterDuffXPFactory::analysisProperties\28GrProcessorAnalysisColor\20const&\2c\20GrProcessorAnalysisCoverage\20const&\2c\20GrCaps\20const&\2c\20GrClampType\29\20const +13926:GrPerlinNoise2Effect::~GrPerlinNoise2Effect\28\29_11075 +13927:GrPerlinNoise2Effect::onMakeProgramImpl\28\29\20const +13928:GrPerlinNoise2Effect::onIsEqual\28GrFragmentProcessor\20const&\29\20const +13929:GrPerlinNoise2Effect::onAddToKey\28GrShaderCaps\20const&\2c\20skgpu::KeyBuilder*\29\20const +13930:GrPerlinNoise2Effect::name\28\29\20const +13931:GrPerlinNoise2Effect::clone\28\29\20const +13932:GrPerlinNoise2Effect::Impl::onSetData\28GrGLSLProgramDataManager\20const&\2c\20GrFragmentProcessor\20const&\29 +13933:GrPerlinNoise2Effect::Impl::emitCode\28GrFragmentProcessor::ProgramImpl::EmitArgs&\29 +13934:GrPathTessellationShader::Impl::setData\28GrGLSLProgramDataManager\20const&\2c\20GrShaderCaps\20const&\2c\20GrGeometryProcessor\20const&\29 +13935:GrPathTessellationShader::Impl::onEmitCode\28GrGeometryProcessor::ProgramImpl::EmitArgs&\2c\20GrGeometryProcessor::ProgramImpl::GrGPArgs*\29 +13936:GrOpsRenderPass::onExecuteDrawable\28std::__2::unique_ptr>\29 +13937:GrOpsRenderPass::onDrawIndirect\28GrBuffer\20const*\2c\20unsigned\20long\2c\20int\29 +13938:GrOpsRenderPass::onDrawIndexedIndirect\28GrBuffer\20const*\2c\20unsigned\20long\2c\20int\29 +13939:GrOpFlushState::writeView\28\29\20const +13940:GrOpFlushState::usesMSAASurface\28\29\20const +13941:GrOpFlushState::tokenTracker\28\29 +13942:GrOpFlushState::threadSafeCache\28\29\20const +13943:GrOpFlushState::strikeCache\28\29\20const +13944:GrOpFlushState::sampledProxyArray\28\29 +13945:GrOpFlushState::rtProxy\28\29\20const +13946:GrOpFlushState::resourceProvider\28\29\20const +13947:GrOpFlushState::renderPassBarriers\28\29\20const +13948:GrOpFlushState::putBackVertices\28int\2c\20unsigned\20long\29 +13949:GrOpFlushState::putBackIndirectDraws\28int\29 +13950:GrOpFlushState::putBackIndexedIndirectDraws\28int\29 +13951:GrOpFlushState::makeVertexSpace\28unsigned\20long\2c\20int\2c\20sk_sp*\2c\20int*\29 +13952:GrOpFlushState::makeVertexSpaceAtLeast\28unsigned\20long\2c\20int\2c\20int\2c\20sk_sp*\2c\20int*\2c\20int*\29 +13953:GrOpFlushState::makeIndexSpace\28int\2c\20sk_sp*\2c\20int*\29 +13954:GrOpFlushState::makeIndexSpaceAtLeast\28int\2c\20int\2c\20sk_sp*\2c\20int*\2c\20int*\29 +13955:GrOpFlushState::makeDrawIndirectSpace\28int\2c\20sk_sp*\2c\20unsigned\20long*\29 +13956:GrOpFlushState::makeDrawIndexedIndirectSpace\28int\2c\20sk_sp*\2c\20unsigned\20long*\29 +13957:GrOpFlushState::dstProxyView\28\29\20const +13958:GrOpFlushState::colorLoadOp\28\29\20const +13959:GrOpFlushState::caps\28\29\20const +13960:GrOpFlushState::atlasManager\28\29\20const +13961:GrOpFlushState::appliedClip\28\29\20const +13962:GrOpFlushState::addInlineUpload\28std::__2::function&\29>&&\29 +13963:GrOnFlushCallbackObject::postFlush\28skgpu::Token\29 +13964:GrModulateAtlasCoverageEffect::onMakeProgramImpl\28\29\20const::Impl::onSetData\28GrGLSLProgramDataManager\20const&\2c\20GrFragmentProcessor\20const&\29 +13965:GrModulateAtlasCoverageEffect::onMakeProgramImpl\28\29\20const::Impl::emitCode\28GrFragmentProcessor::ProgramImpl::EmitArgs&\29 +13966:GrModulateAtlasCoverageEffect::onMakeProgramImpl\28\29\20const +13967:GrModulateAtlasCoverageEffect::onIsEqual\28GrFragmentProcessor\20const&\29\20const +13968:GrModulateAtlasCoverageEffect::onAddToKey\28GrShaderCaps\20const&\2c\20skgpu::KeyBuilder*\29\20const +13969:GrModulateAtlasCoverageEffect::name\28\29\20const +13970:GrModulateAtlasCoverageEffect::clone\28\29\20const +13971:GrMeshDrawOp::onPrepare\28GrOpFlushState*\29 +13972:GrMeshDrawOp::onPrePrepare\28GrRecordingContext*\2c\20GrSurfaceProxyView\20const&\2c\20GrAppliedClip*\2c\20GrDstProxyView\20const&\2c\20GrXferBarrierFlags\2c\20GrLoadOp\29 +13973:GrMatrixEffect::onMakeProgramImpl\28\29\20const::Impl::onSetData\28GrGLSLProgramDataManager\20const&\2c\20GrFragmentProcessor\20const&\29 +13974:GrMatrixEffect::onMakeProgramImpl\28\29\20const::Impl::emitCode\28GrFragmentProcessor::ProgramImpl::EmitArgs&\29 +13975:GrMatrixEffect::onMakeProgramImpl\28\29\20const +13976:GrMatrixEffect::onIsEqual\28GrFragmentProcessor\20const&\29\20const +13977:GrMatrixEffect::name\28\29\20const +13978:GrMatrixEffect::clone\28\29\20const +13979:GrMakeUniqueKeyInvalidationListener\28skgpu::UniqueKey*\2c\20unsigned\20int\29::Listener::~Listener\28\29_10780 +13980:GrMakeUniqueKeyInvalidationListener\28skgpu::UniqueKey*\2c\20unsigned\20int\29::$_0::__invoke\28void\20const*\2c\20void*\29 +13981:GrImageContext::~GrImageContext\28\29 +13982:GrHardClip::apply\28GrRecordingContext*\2c\20skgpu::ganesh::SurfaceDrawContext*\2c\20GrDrawOp*\2c\20GrAAType\2c\20GrAppliedClip*\2c\20SkRect*\29\20const +13983:GrGpuResource::dumpMemoryStatistics\28SkTraceMemoryDump*\29\20const +13984:GrGpuBuffer::unref\28\29\20const +13985:GrGpuBuffer::ref\28\29\20const +13986:GrGpuBuffer::getResourceType\28\29\20const +13987:GrGpuBuffer::computeScratchKey\28skgpu::ScratchKey*\29\20const +13988:GrGpu::startTimerQuery\28\29 +13989:GrGpu::endTimerQuery\28GrTimerQuery\20const&\29 +13990:GrGeometryProcessor::onTextureSampler\28int\29\20const +13991:GrGLVaryingHandler::~GrGLVaryingHandler\28\29 +13992:GrGLUniformHandler::~GrGLUniformHandler\28\29_13174 +13993:GrGLUniformHandler::samplerVariable\28GrResourceHandle\29\20const +13994:GrGLUniformHandler::samplerSwizzle\28GrResourceHandle\29\20const +13995:GrGLUniformHandler::internalAddUniformArray\28GrProcessor\20const*\2c\20unsigned\20int\2c\20SkSLType\2c\20char\20const*\2c\20bool\2c\20int\2c\20char\20const**\29 +13996:GrGLUniformHandler::getUniformCStr\28GrResourceHandle\29\20const +13997:GrGLUniformHandler::appendUniformDecls\28GrShaderFlags\2c\20SkString*\29\20const +13998:GrGLUniformHandler::addSampler\28GrBackendFormat\20const&\2c\20GrSamplerState\2c\20skgpu::Swizzle\20const&\2c\20char\20const*\2c\20GrShaderCaps\20const*\29 +13999:GrGLTextureRenderTarget::onSetLabel\28\29 +14000:GrGLTextureRenderTarget::backendFormat\28\29\20const +14001:GrGLTexture::textureParamsModified\28\29 +14002:GrGLTexture::onStealBackendTexture\28GrBackendTexture*\2c\20std::__2::function*\29 +14003:GrGLTexture::getBackendTexture\28\29\20const +14004:GrGLSemaphore::~GrGLSemaphore\28\29_13106 +14005:GrGLSemaphore::setIsOwned\28\29 +14006:GrGLSemaphore::backendSemaphore\28\29\20const +14007:GrGLSLVertexBuilder::~GrGLSLVertexBuilder\28\29 +14008:GrGLSLVertexBuilder::onFinalize\28\29 +14009:GrGLSLUniformHandler::inputSamplerSwizzle\28GrResourceHandle\29\20const +14010:GrGLSLFragmentShaderBuilder::~GrGLSLFragmentShaderBuilder\28\29 +14011:GrGLSLFragmentShaderBuilder::hasSecondaryOutput\28\29\20const +14012:GrGLSLFragmentShaderBuilder::forceHighPrecision\28\29 +14013:GrGLRenderTarget::getBackendRenderTarget\28\29\20const +14014:GrGLRenderTarget::completeStencilAttachment\28GrAttachment*\2c\20bool\29 +14015:GrGLRenderTarget::canAttemptStencilAttachment\28bool\29\20const +14016:GrGLRenderTarget::alwaysClearStencil\28\29\20const +14017:GrGLProgramDataManager::~GrGLProgramDataManager\28\29_13060 +14018:GrGLProgramDataManager::setMatrix4fv\28GrResourceHandle\2c\20int\2c\20float\20const*\29\20const +14019:GrGLProgramDataManager::setMatrix4f\28GrResourceHandle\2c\20float\20const*\29\20const +14020:GrGLProgramDataManager::setMatrix3fv\28GrResourceHandle\2c\20int\2c\20float\20const*\29\20const +14021:GrGLProgramDataManager::setMatrix3f\28GrResourceHandle\2c\20float\20const*\29\20const +14022:GrGLProgramDataManager::setMatrix2fv\28GrResourceHandle\2c\20int\2c\20float\20const*\29\20const +14023:GrGLProgramDataManager::setMatrix2f\28GrResourceHandle\2c\20float\20const*\29\20const +14024:GrGLProgramDataManager::set4iv\28GrResourceHandle\2c\20int\2c\20int\20const*\29\20const +14025:GrGLProgramDataManager::set4i\28GrResourceHandle\2c\20int\2c\20int\2c\20int\2c\20int\29\20const +14026:GrGLProgramDataManager::set4f\28GrResourceHandle\2c\20float\2c\20float\2c\20float\2c\20float\29\20const +14027:GrGLProgramDataManager::set3iv\28GrResourceHandle\2c\20int\2c\20int\20const*\29\20const +14028:GrGLProgramDataManager::set3i\28GrResourceHandle\2c\20int\2c\20int\2c\20int\29\20const +14029:GrGLProgramDataManager::set3fv\28GrResourceHandle\2c\20int\2c\20float\20const*\29\20const +14030:GrGLProgramDataManager::set3f\28GrResourceHandle\2c\20float\2c\20float\2c\20float\29\20const +14031:GrGLProgramDataManager::set2iv\28GrResourceHandle\2c\20int\2c\20int\20const*\29\20const +14032:GrGLProgramDataManager::set2i\28GrResourceHandle\2c\20int\2c\20int\29\20const +14033:GrGLProgramDataManager::set2f\28GrResourceHandle\2c\20float\2c\20float\29\20const +14034:GrGLProgramDataManager::set1iv\28GrResourceHandle\2c\20int\2c\20int\20const*\29\20const +14035:GrGLProgramDataManager::set1i\28GrResourceHandle\2c\20int\29\20const +14036:GrGLProgramDataManager::set1fv\28GrResourceHandle\2c\20int\2c\20float\20const*\29\20const +14037:GrGLProgramDataManager::set1f\28GrResourceHandle\2c\20float\29\20const +14038:GrGLProgramBuilder::~GrGLProgramBuilder\28\29_13192 +14039:GrGLProgramBuilder::varyingHandler\28\29 +14040:GrGLProgramBuilder::caps\28\29\20const +14041:GrGLProgram::~GrGLProgram\28\29_13043 +14042:GrGLOpsRenderPass::~GrGLOpsRenderPass\28\29 +14043:GrGLOpsRenderPass::onSetScissorRect\28SkIRect\20const&\29 +14044:GrGLOpsRenderPass::onEnd\28\29 +14045:GrGLOpsRenderPass::onDraw\28int\2c\20int\29 +14046:GrGLOpsRenderPass::onDrawInstanced\28int\2c\20int\2c\20int\2c\20int\29 +14047:GrGLOpsRenderPass::onDrawIndirect\28GrBuffer\20const*\2c\20unsigned\20long\2c\20int\29 +14048:GrGLOpsRenderPass::onDrawIndexed\28int\2c\20int\2c\20unsigned\20short\2c\20unsigned\20short\2c\20int\29 +14049:GrGLOpsRenderPass::onDrawIndexedInstanced\28int\2c\20int\2c\20int\2c\20int\2c\20int\29 +14050:GrGLOpsRenderPass::onDrawIndexedIndirect\28GrBuffer\20const*\2c\20unsigned\20long\2c\20int\29 +14051:GrGLOpsRenderPass::onClear\28GrScissorState\20const&\2c\20std::__2::array\29 +14052:GrGLOpsRenderPass::onClearStencilClip\28GrScissorState\20const&\2c\20bool\29 +14053:GrGLOpsRenderPass::onBindTextures\28GrGeometryProcessor\20const&\2c\20GrSurfaceProxy\20const*\20const*\2c\20GrPipeline\20const&\29 +14054:GrGLOpsRenderPass::onBindPipeline\28GrProgramInfo\20const&\2c\20SkRect\20const&\29 +14055:GrGLOpsRenderPass::onBindBuffers\28sk_sp\2c\20sk_sp\2c\20sk_sp\2c\20GrPrimitiveRestart\29 +14056:GrGLOpsRenderPass::onBegin\28\29 +14057:GrGLOpsRenderPass::inlineUpload\28GrOpFlushState*\2c\20std::__2::function&\29>&\29 +14058:GrGLInterface::~GrGLInterface\28\29_13016 +14059:GrGLGpu::~GrGLGpu\28\29_12855 +14060:GrGLGpu::xferBarrier\28GrRenderTarget*\2c\20GrXferBarrierType\29 +14061:GrGLGpu::wrapBackendSemaphore\28GrBackendSemaphore\20const&\2c\20GrSemaphoreWrapType\2c\20GrWrapOwnership\29 +14062:GrGLGpu::willExecute\28\29 +14063:GrGLGpu::submit\28GrOpsRenderPass*\29 +14064:GrGLGpu::startTimerQuery\28\29 +14065:GrGLGpu::stagingBufferManager\28\29 +14066:GrGLGpu::refPipelineBuilder\28\29 +14067:GrGLGpu::prepareTextureForCrossContextUsage\28GrTexture*\29 +14068:GrGLGpu::prepareSurfacesForBackendAccessAndStateUpdates\28SkSpan\2c\20SkSurfaces::BackendSurfaceAccess\2c\20skgpu::MutableTextureState\20const*\29 +14069:GrGLGpu::precompileShader\28SkData\20const&\2c\20SkData\20const&\29 +14070:GrGLGpu::onWritePixels\28GrSurface*\2c\20SkIRect\2c\20GrColorType\2c\20GrColorType\2c\20GrMipLevel\20const*\2c\20int\2c\20bool\29 +14071:GrGLGpu::onWrapRenderableBackendTexture\28GrBackendTexture\20const&\2c\20int\2c\20GrWrapOwnership\2c\20GrWrapCacheable\29 +14072:GrGLGpu::onWrapCompressedBackendTexture\28GrBackendTexture\20const&\2c\20GrWrapOwnership\2c\20GrWrapCacheable\29 +14073:GrGLGpu::onWrapBackendTexture\28GrBackendTexture\20const&\2c\20GrWrapOwnership\2c\20GrWrapCacheable\2c\20GrIOType\29 +14074:GrGLGpu::onWrapBackendRenderTarget\28GrBackendRenderTarget\20const&\29 +14075:GrGLGpu::onUpdateCompressedBackendTexture\28GrBackendTexture\20const&\2c\20sk_sp\2c\20void\20const*\2c\20unsigned\20long\29 +14076:GrGLGpu::onTransferPixelsTo\28GrTexture*\2c\20SkIRect\2c\20GrColorType\2c\20GrColorType\2c\20sk_sp\2c\20unsigned\20long\2c\20unsigned\20long\29 +14077:GrGLGpu::onTransferPixelsFrom\28GrSurface*\2c\20SkIRect\2c\20GrColorType\2c\20GrColorType\2c\20sk_sp\2c\20unsigned\20long\29 +14078:GrGLGpu::onTransferFromBufferToBuffer\28sk_sp\2c\20unsigned\20long\2c\20sk_sp\2c\20unsigned\20long\2c\20unsigned\20long\29 +14079:GrGLGpu::onSubmitToGpu\28GrSubmitInfo\20const&\29 +14080:GrGLGpu::onResolveRenderTarget\28GrRenderTarget*\2c\20SkIRect\20const&\29 +14081:GrGLGpu::onResetTextureBindings\28\29 +14082:GrGLGpu::onResetContext\28unsigned\20int\29 +14083:GrGLGpu::onRegenerateMipMapLevels\28GrTexture*\29 +14084:GrGLGpu::onReadPixels\28GrSurface*\2c\20SkIRect\2c\20GrColorType\2c\20GrColorType\2c\20void*\2c\20unsigned\20long\29 +14085:GrGLGpu::onGetOpsRenderPass\28GrRenderTarget*\2c\20bool\2c\20GrAttachment*\2c\20GrSurfaceOrigin\2c\20SkIRect\20const&\2c\20GrOpsRenderPass::LoadAndStoreInfo\20const&\2c\20GrOpsRenderPass::StencilLoadAndStoreInfo\20const&\2c\20skia_private::TArray\20const&\2c\20GrXferBarrierFlags\29 +14086:GrGLGpu::onDumpJSON\28SkJSONWriter*\29\20const +14087:GrGLGpu::onCreateTexture\28SkISize\2c\20GrBackendFormat\20const&\2c\20skgpu::Renderable\2c\20int\2c\20skgpu::Budgeted\2c\20skgpu::Protected\2c\20int\2c\20unsigned\20int\2c\20std::__2::basic_string_view>\29 +14088:GrGLGpu::onCreateCompressedTexture\28SkISize\2c\20GrBackendFormat\20const&\2c\20skgpu::Budgeted\2c\20skgpu::Mipmapped\2c\20skgpu::Protected\2c\20void\20const*\2c\20unsigned\20long\29 +14089:GrGLGpu::onCreateCompressedBackendTexture\28SkISize\2c\20GrBackendFormat\20const&\2c\20skgpu::Mipmapped\2c\20skgpu::Protected\29 +14090:GrGLGpu::onCreateBuffer\28unsigned\20long\2c\20GrGpuBufferType\2c\20GrAccessPattern\29 +14091:GrGLGpu::onCreateBackendTexture\28SkISize\2c\20GrBackendFormat\20const&\2c\20skgpu::Renderable\2c\20skgpu::Mipmapped\2c\20skgpu::Protected\2c\20std::__2::basic_string_view>\29 +14092:GrGLGpu::onCopySurface\28GrSurface*\2c\20SkIRect\20const&\2c\20GrSurface*\2c\20SkIRect\20const&\2c\20SkFilterMode\29 +14093:GrGLGpu::onClearBackendTexture\28GrBackendTexture\20const&\2c\20sk_sp\2c\20std::__2::array\29 +14094:GrGLGpu::makeStencilAttachment\28GrBackendFormat\20const&\2c\20SkISize\2c\20int\29 +14095:GrGLGpu::makeSemaphore\28bool\29 +14096:GrGLGpu::makeMSAAAttachment\28SkISize\2c\20GrBackendFormat\20const&\2c\20int\2c\20skgpu::Protected\2c\20GrMemoryless\29 +14097:GrGLGpu::getPreferredStencilFormat\28GrBackendFormat\20const&\29 +14098:GrGLGpu::finishOutstandingGpuWork\28\29 +14099:GrGLGpu::endTimerQuery\28GrTimerQuery\20const&\29 +14100:GrGLGpu::disconnect\28GrGpu::DisconnectType\29 +14101:GrGLGpu::deleteBackendTexture\28GrBackendTexture\20const&\29 +14102:GrGLGpu::compile\28GrProgramDesc\20const&\2c\20GrProgramInfo\20const&\29 +14103:GrGLGpu::checkFinishedCallbacks\28\29 +14104:GrGLGpu::addFinishedCallback\28skgpu::AutoCallback\2c\20std::__2::optional\29 +14105:GrGLGpu::ProgramCache::~ProgramCache\28\29_13006 +14106:GrGLFunction::GrGLFunction\28void\20\28*\29\28unsigned\20int\2c\20unsigned\20int\2c\20float\29\29::'lambda'\28void\20const*\2c\20unsigned\20int\2c\20unsigned\20int\2c\20float\29::__invoke\28void\20const*\2c\20unsigned\20int\2c\20unsigned\20int\2c\20float\29 +14107:GrGLFunction::GrGLFunction\28void\20\28*\29\28int\2c\20int\2c\20int\2c\20int\2c\20int\2c\20int\2c\20int\2c\20int\2c\20unsigned\20int\2c\20unsigned\20int\29\29::'lambda'\28void\20const*\2c\20int\2c\20int\2c\20int\2c\20int\2c\20int\2c\20int\2c\20int\2c\20int\2c\20unsigned\20int\2c\20unsigned\20int\29::__invoke\28void\20const*\2c\20int\2c\20int\2c\20int\2c\20int\2c\20int\2c\20int\2c\20int\2c\20int\2c\20unsigned\20int\2c\20unsigned\20int\29 +14108:GrGLFunction::GrGLFunction\28void\20\28*\29\28int\2c\20float\2c\20float\2c\20float\2c\20float\29\29::'lambda'\28void\20const*\2c\20int\2c\20float\2c\20float\2c\20float\2c\20float\29::__invoke\28void\20const*\2c\20int\2c\20float\2c\20float\2c\20float\2c\20float\29 +14109:GrGLFunction::GrGLFunction\28void\20\28*\29\28int\2c\20float\2c\20float\2c\20float\29\29::'lambda'\28void\20const*\2c\20int\2c\20float\2c\20float\2c\20float\29::__invoke\28void\20const*\2c\20int\2c\20float\2c\20float\2c\20float\29 +14110:GrGLFunction::GrGLFunction\28void\20\28*\29\28int\2c\20float\2c\20float\29\29::'lambda'\28void\20const*\2c\20int\2c\20float\2c\20float\29::__invoke\28void\20const*\2c\20int\2c\20float\2c\20float\29 +14111:GrGLFunction::GrGLFunction\28void\20\28*\29\28float\2c\20float\2c\20float\2c\20float\29\29::'lambda'\28void\20const*\2c\20float\2c\20float\2c\20float\2c\20float\29::__invoke\28void\20const*\2c\20float\2c\20float\2c\20float\2c\20float\29 +14112:GrGLFunction::GrGLFunction\28void\20\28*\29\28float\29\29::'lambda'\28void\20const*\2c\20float\29::__invoke\28void\20const*\2c\20float\29 +14113:GrGLFunction::GrGLFunction\28void\20\28*\29\28\29\29::'lambda'\28void\20const*\29::__invoke\28void\20const*\29 +14114:GrGLFunction::GrGLFunction\28unsigned\20int\20\28*\29\28__GLsync*\2c\20unsigned\20int\2c\20unsigned\20int\2c\20unsigned\20int\29\29::'lambda'\28void\20const*\2c\20__GLsync*\2c\20unsigned\20int\2c\20int\2c\20int\29::__invoke\28void\20const*\2c\20__GLsync*\2c\20unsigned\20int\2c\20int\2c\20int\29 +14115:GrGLFunction::GrGLFunction\28unsigned\20int\20\28*\29\28\29\29::'lambda'\28void\20const*\29::__invoke\28void\20const*\29 +14116:GrGLContext::~GrGLContext\28\29 +14117:GrGLCaps::~GrGLCaps\28\29_12790 +14118:GrGLCaps::surfaceSupportsReadPixels\28GrSurface\20const*\29\20const +14119:GrGLCaps::supportedWritePixelsColorType\28GrColorType\2c\20GrBackendFormat\20const&\2c\20GrColorType\29\20const +14120:GrGLCaps::onSurfaceSupportsWritePixels\28GrSurface\20const*\29\20const +14121:GrGLCaps::onSupportsDynamicMSAA\28GrRenderTargetProxy\20const*\29\20const +14122:GrGLCaps::onSupportedReadPixelsColorType\28GrColorType\2c\20GrBackendFormat\20const&\2c\20GrColorType\29\20const +14123:GrGLCaps::onIsWindowRectanglesSupportedForRT\28GrBackendRenderTarget\20const&\29\20const +14124:GrGLCaps::onGetReadSwizzle\28GrBackendFormat\20const&\2c\20GrColorType\29\20const +14125:GrGLCaps::onGetDstSampleFlagsForProxy\28GrRenderTargetProxy\20const*\29\20const +14126:GrGLCaps::onGetDefaultBackendFormat\28GrColorType\29\20const +14127:GrGLCaps::onDumpJSON\28SkJSONWriter*\29\20const +14128:GrGLCaps::onCanCopySurface\28GrSurfaceProxy\20const*\2c\20SkIRect\20const&\2c\20GrSurfaceProxy\20const*\2c\20SkIRect\20const&\29\20const +14129:GrGLCaps::onAreColorTypeAndFormatCompatible\28GrColorType\2c\20GrBackendFormat\20const&\29\20const +14130:GrGLCaps::onApplyOptionsOverrides\28GrContextOptions\20const&\29 +14131:GrGLCaps::maxRenderTargetSampleCount\28GrBackendFormat\20const&\29\20const +14132:GrGLCaps::makeDesc\28GrRenderTarget*\2c\20GrProgramInfo\20const&\2c\20GrCaps::ProgramDescOverrideFlags\29\20const +14133:GrGLCaps::isFormatTexturable\28GrBackendFormat\20const&\2c\20GrTextureType\29\20const +14134:GrGLCaps::isFormatSRGB\28GrBackendFormat\20const&\29\20const +14135:GrGLCaps::isFormatRenderable\28GrBackendFormat\20const&\2c\20int\29\20const +14136:GrGLCaps::isFormatCopyable\28GrBackendFormat\20const&\29\20const +14137:GrGLCaps::isFormatAsColorTypeRenderable\28GrColorType\2c\20GrBackendFormat\20const&\2c\20int\29\20const +14138:GrGLCaps::getWriteSwizzle\28GrBackendFormat\20const&\2c\20GrColorType\29\20const +14139:GrGLCaps::getRenderTargetSampleCount\28int\2c\20GrBackendFormat\20const&\29\20const +14140:GrGLCaps::getDstCopyRestrictions\28GrRenderTargetProxy\20const*\2c\20GrColorType\29\20const +14141:GrGLCaps::getBackendFormatFromCompressionType\28SkTextureCompressionType\29\20const +14142:GrGLCaps::computeFormatKey\28GrBackendFormat\20const&\29\20const +14143:GrGLBuffer::setMemoryBacking\28SkTraceMemoryDump*\2c\20SkString\20const&\29\20const +14144:GrGLBuffer::onUpdateData\28void\20const*\2c\20unsigned\20long\2c\20unsigned\20long\2c\20bool\29 +14145:GrGLBuffer::onUnmap\28GrGpuBuffer::MapType\29 +14146:GrGLBuffer::onSetLabel\28\29 +14147:GrGLBuffer::onRelease\28\29 +14148:GrGLBuffer::onMap\28GrGpuBuffer::MapType\29 +14149:GrGLBuffer::onClearToZero\28\29 +14150:GrGLBuffer::onAbandon\28\29 +14151:GrGLBackendTextureData::~GrGLBackendTextureData\28\29_12749 +14152:GrGLBackendTextureData::~GrGLBackendTextureData\28\29 +14153:GrGLBackendTextureData::isSameTexture\28GrBackendTextureData\20const*\29\20const +14154:GrGLBackendTextureData::getBackendFormat\28\29\20const +14155:GrGLBackendTextureData::equal\28GrBackendTextureData\20const*\29\20const +14156:GrGLBackendTextureData::copyTo\28SkAnySubclass&\29\20const +14157:GrGLBackendRenderTargetData::isProtected\28\29\20const +14158:GrGLBackendRenderTargetData::getBackendFormat\28\29\20const +14159:GrGLBackendRenderTargetData::equal\28GrBackendRenderTargetData\20const*\29\20const +14160:GrGLBackendRenderTargetData::copyTo\28SkAnySubclass&\29\20const +14161:GrGLBackendFormatData::toString\28\29\20const +14162:GrGLBackendFormatData::stencilBits\28\29\20const +14163:GrGLBackendFormatData::equal\28GrBackendFormatData\20const*\29\20const +14164:GrGLBackendFormatData::desc\28\29\20const +14165:GrGLBackendFormatData::copyTo\28SkAnySubclass&\29\20const +14166:GrGLBackendFormatData::compressionType\28\29\20const +14167:GrGLBackendFormatData::channelMask\28\29\20const +14168:GrGLBackendFormatData::bytesPerBlock\28\29\20const +14169:GrGLAttachment::~GrGLAttachment\28\29 +14170:GrGLAttachment::setMemoryBacking\28SkTraceMemoryDump*\2c\20SkString\20const&\29\20const +14171:GrGLAttachment::onSetLabel\28\29 +14172:GrGLAttachment::onRelease\28\29 +14173:GrGLAttachment::onAbandon\28\29 +14174:GrGLAttachment::backendFormat\28\29\20const +14175:GrFragmentProcessor::constantOutputForConstantInput\28SkRGBA4f<\28SkAlphaType\292>\20const&\29\20const +14176:GrFragmentProcessor::SwizzleOutput\28std::__2::unique_ptr>\2c\20skgpu::Swizzle\20const&\29::SwizzleFragmentProcessor::onMakeProgramImpl\28\29\20const::Impl::emitCode\28GrFragmentProcessor::ProgramImpl::EmitArgs&\29 +14177:GrFragmentProcessor::SwizzleOutput\28std::__2::unique_ptr>\2c\20skgpu::Swizzle\20const&\29::SwizzleFragmentProcessor::onMakeProgramImpl\28\29\20const +14178:GrFragmentProcessor::SwizzleOutput\28std::__2::unique_ptr>\2c\20skgpu::Swizzle\20const&\29::SwizzleFragmentProcessor::onIsEqual\28GrFragmentProcessor\20const&\29\20const +14179:GrFragmentProcessor::SwizzleOutput\28std::__2::unique_ptr>\2c\20skgpu::Swizzle\20const&\29::SwizzleFragmentProcessor::onAddToKey\28GrShaderCaps\20const&\2c\20skgpu::KeyBuilder*\29\20const +14180:GrFragmentProcessor::SwizzleOutput\28std::__2::unique_ptr>\2c\20skgpu::Swizzle\20const&\29::SwizzleFragmentProcessor::name\28\29\20const +14181:GrFragmentProcessor::SwizzleOutput\28std::__2::unique_ptr>\2c\20skgpu::Swizzle\20const&\29::SwizzleFragmentProcessor::constantOutputForConstantInput\28SkRGBA4f<\28SkAlphaType\292>\20const&\29\20const +14182:GrFragmentProcessor::SwizzleOutput\28std::__2::unique_ptr>\2c\20skgpu::Swizzle\20const&\29::SwizzleFragmentProcessor::clone\28\29\20const +14183:GrFragmentProcessor::SurfaceColor\28\29::SurfaceColorProcessor::onMakeProgramImpl\28\29\20const::Impl::emitCode\28GrFragmentProcessor::ProgramImpl::EmitArgs&\29 +14184:GrFragmentProcessor::SurfaceColor\28\29::SurfaceColorProcessor::onMakeProgramImpl\28\29\20const +14185:GrFragmentProcessor::SurfaceColor\28\29::SurfaceColorProcessor::name\28\29\20const +14186:GrFragmentProcessor::SurfaceColor\28\29::SurfaceColorProcessor::clone\28\29\20const +14187:GrFragmentProcessor::HighPrecision\28std::__2::unique_ptr>\29::HighPrecisionFragmentProcessor::onMakeProgramImpl\28\29\20const::Impl::emitCode\28GrFragmentProcessor::ProgramImpl::EmitArgs&\29 +14188:GrFragmentProcessor::HighPrecision\28std::__2::unique_ptr>\29::HighPrecisionFragmentProcessor::onMakeProgramImpl\28\29\20const +14189:GrFragmentProcessor::HighPrecision\28std::__2::unique_ptr>\29::HighPrecisionFragmentProcessor::name\28\29\20const +14190:GrFragmentProcessor::HighPrecision\28std::__2::unique_ptr>\29::HighPrecisionFragmentProcessor::clone\28\29\20const +14191:GrFragmentProcessor::DeviceSpace\28std::__2::unique_ptr>\29::DeviceSpace::onMakeProgramImpl\28\29\20const::Impl::emitCode\28GrFragmentProcessor::ProgramImpl::EmitArgs&\29 +14192:GrFragmentProcessor::DeviceSpace\28std::__2::unique_ptr>\29::DeviceSpace::onMakeProgramImpl\28\29\20const +14193:GrFragmentProcessor::DeviceSpace\28std::__2::unique_ptr>\29::DeviceSpace::name\28\29\20const +14194:GrFragmentProcessor::DeviceSpace\28std::__2::unique_ptr>\29::DeviceSpace::constantOutputForConstantInput\28SkRGBA4f<\28SkAlphaType\292>\20const&\29\20const +14195:GrFragmentProcessor::DeviceSpace\28std::__2::unique_ptr>\29::DeviceSpace::clone\28\29\20const +14196:GrFragmentProcessor::Compose\28std::__2::unique_ptr>\2c\20std::__2::unique_ptr>\29::ComposeProcessor::onMakeProgramImpl\28\29\20const::Impl::emitCode\28GrFragmentProcessor::ProgramImpl::EmitArgs&\29 +14197:GrFragmentProcessor::Compose\28std::__2::unique_ptr>\2c\20std::__2::unique_ptr>\29::ComposeProcessor::onMakeProgramImpl\28\29\20const +14198:GrFragmentProcessor::Compose\28std::__2::unique_ptr>\2c\20std::__2::unique_ptr>\29::ComposeProcessor::name\28\29\20const +14199:GrFragmentProcessor::Compose\28std::__2::unique_ptr>\2c\20std::__2::unique_ptr>\29::ComposeProcessor::constantOutputForConstantInput\28SkRGBA4f<\28SkAlphaType\292>\20const&\29\20const +14200:GrFragmentProcessor::Compose\28std::__2::unique_ptr>\2c\20std::__2::unique_ptr>\29::ComposeProcessor::clone\28\29\20const +14201:GrFixedClip::~GrFixedClip\28\29_10101 +14202:GrFixedClip::~GrFixedClip\28\29 +14203:GrFixedClip::getConservativeBounds\28\29\20const +14204:GrExternalTextureGenerator::onGenerateTexture\28GrRecordingContext*\2c\20SkImageInfo\20const&\2c\20skgpu::Mipmapped\2c\20GrImageTexGenPolicy\29 +14205:GrDynamicAtlas::~GrDynamicAtlas\28\29_10075 +14206:GrDrawOp::usesStencil\28\29\20const +14207:GrDrawOp::usesMSAA\28\29\20const +14208:GrDrawOp::fixedFunctionFlags\28\29\20const +14209:GrDistanceFieldPathGeoProc::~GrDistanceFieldPathGeoProc\28\29_11031 +14210:GrDistanceFieldPathGeoProc::onTextureSampler\28int\29\20const +14211:GrDistanceFieldPathGeoProc::name\28\29\20const +14212:GrDistanceFieldPathGeoProc::makeProgramImpl\28GrShaderCaps\20const&\29\20const +14213:GrDistanceFieldPathGeoProc::addToKey\28GrShaderCaps\20const&\2c\20skgpu::KeyBuilder*\29\20const +14214:GrDistanceFieldPathGeoProc::Impl::setData\28GrGLSLProgramDataManager\20const&\2c\20GrShaderCaps\20const&\2c\20GrGeometryProcessor\20const&\29 +14215:GrDistanceFieldPathGeoProc::Impl::onEmitCode\28GrGeometryProcessor::ProgramImpl::EmitArgs&\2c\20GrGeometryProcessor::ProgramImpl::GrGPArgs*\29 +14216:GrDistanceFieldLCDTextGeoProc::~GrDistanceFieldLCDTextGeoProc\28\29_11040 +14217:GrDistanceFieldLCDTextGeoProc::name\28\29\20const +14218:GrDistanceFieldLCDTextGeoProc::makeProgramImpl\28GrShaderCaps\20const&\29\20const +14219:GrDistanceFieldLCDTextGeoProc::addToKey\28GrShaderCaps\20const&\2c\20skgpu::KeyBuilder*\29\20const +14220:GrDistanceFieldLCDTextGeoProc::Impl::setData\28GrGLSLProgramDataManager\20const&\2c\20GrShaderCaps\20const&\2c\20GrGeometryProcessor\20const&\29 +14221:GrDistanceFieldLCDTextGeoProc::Impl::onEmitCode\28GrGeometryProcessor::ProgramImpl::EmitArgs&\2c\20GrGeometryProcessor::ProgramImpl::GrGPArgs*\29 +14222:GrDistanceFieldA8TextGeoProc::~GrDistanceFieldA8TextGeoProc\28\29_11020 +14223:GrDistanceFieldA8TextGeoProc::name\28\29\20const +14224:GrDistanceFieldA8TextGeoProc::makeProgramImpl\28GrShaderCaps\20const&\29\20const +14225:GrDistanceFieldA8TextGeoProc::addToKey\28GrShaderCaps\20const&\2c\20skgpu::KeyBuilder*\29\20const +14226:GrDistanceFieldA8TextGeoProc::Impl::setData\28GrGLSLProgramDataManager\20const&\2c\20GrShaderCaps\20const&\2c\20GrGeometryProcessor\20const&\29 +14227:GrDistanceFieldA8TextGeoProc::Impl::onEmitCode\28GrGeometryProcessor::ProgramImpl::EmitArgs&\2c\20GrGeometryProcessor::ProgramImpl::GrGPArgs*\29 +14228:GrDisableColorXPFactory::makeXferProcessor\28GrProcessorAnalysisColor\20const&\2c\20GrProcessorAnalysisCoverage\2c\20GrCaps\20const&\2c\20GrClampType\29\20const +14229:GrDisableColorXPFactory::analysisProperties\28GrProcessorAnalysisColor\20const&\2c\20GrProcessorAnalysisCoverage\20const&\2c\20GrCaps\20const&\2c\20GrClampType\29\20const +14230:GrDirectContext::~GrDirectContext\28\29_9887 +14231:GrDirectContext::init\28\29 +14232:GrDirectContext::abandonContext\28\29 +14233:GrDeferredProxyUploader::~GrDeferredProxyUploader\28\29_9270 +14234:GrCpuVertexAllocator::~GrCpuVertexAllocator\28\29_10094 +14235:GrCpuVertexAllocator::unlock\28int\29 +14236:GrCpuVertexAllocator::lock\28unsigned\20long\2c\20int\29 +14237:GrCpuBuffer::unref\28\29\20const +14238:GrCpuBuffer::ref\28\29\20const +14239:GrCoverageSetOpXPFactory::makeXferProcessor\28GrProcessorAnalysisColor\20const&\2c\20GrProcessorAnalysisCoverage\2c\20GrCaps\20const&\2c\20GrClampType\29\20const +14240:GrCoverageSetOpXPFactory::analysisProperties\28GrProcessorAnalysisColor\20const&\2c\20GrProcessorAnalysisCoverage\20const&\2c\20GrCaps\20const&\2c\20GrClampType\29\20const +14241:GrCopyRenderTask::~GrCopyRenderTask\28\29_9816 +14242:GrCopyRenderTask::onMakeSkippable\28\29 +14243:GrCopyRenderTask::onMakeClosed\28GrRecordingContext*\2c\20SkIRect*\29 +14244:GrCopyRenderTask::onExecute\28GrOpFlushState*\29 +14245:GrCopyRenderTask::gatherProxyIntervals\28GrResourceAllocator*\29\20const +14246:GrConvexPolyEffect::~GrConvexPolyEffect\28\29 +14247:GrConvexPolyEffect::onMakeProgramImpl\28\29\20const::Impl::onSetData\28GrGLSLProgramDataManager\20const&\2c\20GrFragmentProcessor\20const&\29 +14248:GrConvexPolyEffect::onMakeProgramImpl\28\29\20const::Impl::emitCode\28GrFragmentProcessor::ProgramImpl::EmitArgs&\29 +14249:GrConvexPolyEffect::onMakeProgramImpl\28\29\20const +14250:GrConvexPolyEffect::onIsEqual\28GrFragmentProcessor\20const&\29\20const +14251:GrConvexPolyEffect::onAddToKey\28GrShaderCaps\20const&\2c\20skgpu::KeyBuilder*\29\20const +14252:GrConvexPolyEffect::name\28\29\20const +14253:GrConvexPolyEffect::clone\28\29\20const +14254:GrContextThreadSafeProxy::~GrContextThreadSafeProxy\28\29_9793 +14255:GrContextThreadSafeProxy::isValidCharacterizationForVulkan\28sk_sp\2c\20bool\2c\20skgpu::Mipmapped\2c\20skgpu::Protected\2c\20bool\2c\20bool\29 +14256:GrConicEffect::name\28\29\20const +14257:GrConicEffect::makeProgramImpl\28GrShaderCaps\20const&\29\20const +14258:GrConicEffect::addToKey\28GrShaderCaps\20const&\2c\20skgpu::KeyBuilder*\29\20const +14259:GrConicEffect::Impl::setData\28GrGLSLProgramDataManager\20const&\2c\20GrShaderCaps\20const&\2c\20GrGeometryProcessor\20const&\29 +14260:GrConicEffect::Impl::onEmitCode\28GrGeometryProcessor::ProgramImpl::EmitArgs&\2c\20GrGeometryProcessor::ProgramImpl::GrGPArgs*\29 +14261:GrColorSpaceXformEffect::~GrColorSpaceXformEffect\28\29_9757 +14262:GrColorSpaceXformEffect::onMakeProgramImpl\28\29\20const::Impl::onSetData\28GrGLSLProgramDataManager\20const&\2c\20GrFragmentProcessor\20const&\29 +14263:GrColorSpaceXformEffect::onMakeProgramImpl\28\29\20const::Impl::emitCode\28GrFragmentProcessor::ProgramImpl::EmitArgs&\29 +14264:GrColorSpaceXformEffect::onMakeProgramImpl\28\29\20const +14265:GrColorSpaceXformEffect::onIsEqual\28GrFragmentProcessor\20const&\29\20const +14266:GrColorSpaceXformEffect::onAddToKey\28GrShaderCaps\20const&\2c\20skgpu::KeyBuilder*\29\20const +14267:GrColorSpaceXformEffect::name\28\29\20const +14268:GrColorSpaceXformEffect::constantOutputForConstantInput\28SkRGBA4f<\28SkAlphaType\292>\20const&\29\20const +14269:GrColorSpaceXformEffect::clone\28\29\20const +14270:GrCaps::getDstCopyRestrictions\28GrRenderTargetProxy\20const*\2c\20GrColorType\29\20const +14271:GrBitmapTextGeoProc::~GrBitmapTextGeoProc\28\29_10943 +14272:GrBitmapTextGeoProc::onTextureSampler\28int\29\20const +14273:GrBitmapTextGeoProc::name\28\29\20const +14274:GrBitmapTextGeoProc::makeProgramImpl\28GrShaderCaps\20const&\29\20const +14275:GrBitmapTextGeoProc::addToKey\28GrShaderCaps\20const&\2c\20skgpu::KeyBuilder*\29\20const +14276:GrBitmapTextGeoProc::Impl::setData\28GrGLSLProgramDataManager\20const&\2c\20GrShaderCaps\20const&\2c\20GrGeometryProcessor\20const&\29 +14277:GrBitmapTextGeoProc::Impl::onEmitCode\28GrGeometryProcessor::ProgramImpl::EmitArgs&\2c\20GrGeometryProcessor::ProgramImpl::GrGPArgs*\29 +14278:GrBicubicEffect::onMakeProgramImpl\28\29\20const +14279:GrBicubicEffect::onIsEqual\28GrFragmentProcessor\20const&\29\20const +14280:GrBicubicEffect::onAddToKey\28GrShaderCaps\20const&\2c\20skgpu::KeyBuilder*\29\20const +14281:GrBicubicEffect::name\28\29\20const +14282:GrBicubicEffect::clone\28\29\20const +14283:GrBicubicEffect::Impl::onSetData\28GrGLSLProgramDataManager\20const&\2c\20GrFragmentProcessor\20const&\29 +14284:GrBicubicEffect::Impl::emitCode\28GrFragmentProcessor::ProgramImpl::EmitArgs&\29 +14285:GrAttachment::onGpuMemorySize\28\29\20const +14286:GrAttachment::getResourceType\28\29\20const +14287:GrAttachment::computeScratchKey\28skgpu::ScratchKey*\29\20const +14288:GrAtlasManager::~GrAtlasManager\28\29_12640 +14289:GrAtlasManager::postFlush\28skgpu::Token\29 +14290:GrAATriangulator::tessellate\28GrTriangulator::VertexList\20const&\2c\20GrTriangulator::Comparator\20const&\29 +14291:GetCoeffsFast +14292:FontMgrRunIterator::~FontMgrRunIterator\28\29_15074 +14293:FontMgrRunIterator::currentFont\28\29\20const +14294:FontMgrRunIterator::consume\28\29 +14295:ExtractAlphaRows +14296:ExportAlphaRGBA4444 +14297:ExportAlpha +14298:EmitYUV +14299:EmitSampledRGB +14300:EmitRescaledYUV +14301:EmitRescaledRGB +14302:EmitRescaledAlphaYUV +14303:EmitRescaledAlphaRGB +14304:EmitFancyRGB +14305:EmitAlphaYUV +14306:EmitAlphaRGBA4444 +14307:EmitAlphaRGB +14308:EllipticalRRectOp::onPrepareDraws\28GrMeshDrawTarget*\29 +14309:EllipticalRRectOp::onCombineIfPossible\28GrOp*\2c\20SkArenaAlloc*\2c\20GrCaps\20const&\29 +14310:EllipticalRRectOp::name\28\29\20const +14311:EllipticalRRectOp::finalize\28GrCaps\20const&\2c\20GrAppliedClip\20const*\2c\20GrClampType\29 +14312:EllipseOp::onPrepareDraws\28GrMeshDrawTarget*\29 +14313:EllipseOp::onCombineIfPossible\28GrOp*\2c\20SkArenaAlloc*\2c\20GrCaps\20const&\29 +14314:EllipseOp::name\28\29\20const +14315:EllipseOp::finalize\28GrCaps\20const&\2c\20GrAppliedClip\20const*\2c\20GrClampType\29 +14316:EllipseGeometryProcessor::name\28\29\20const +14317:EllipseGeometryProcessor::makeProgramImpl\28GrShaderCaps\20const&\29\20const +14318:EllipseGeometryProcessor::addToKey\28GrShaderCaps\20const&\2c\20skgpu::KeyBuilder*\29\20const +14319:EllipseGeometryProcessor::Impl::onEmitCode\28GrGeometryProcessor::ProgramImpl::EmitArgs&\2c\20GrGeometryProcessor::ProgramImpl::GrGPArgs*\29 +14320:Dual_Project +14321:DisableColorXP::onGetBlendInfo\28skgpu::BlendInfo*\29\20const +14322:DisableColorXP::name\28\29\20const +14323:DisableColorXP::makeProgramImpl\28\29\20const::Impl::emitOutputsForBlendState\28GrXferProcessor::ProgramImpl::EmitArgs\20const&\29 +14324:DisableColorXP::makeProgramImpl\28\29\20const +14325:Direct_Move_Y +14326:Direct_Move_X +14327:Direct_Move_Orig_Y +14328:Direct_Move_Orig_X +14329:Direct_Move_Orig +14330:Direct_Move +14331:DefaultGeoProc::name\28\29\20const +14332:DefaultGeoProc::makeProgramImpl\28GrShaderCaps\20const&\29\20const +14333:DefaultGeoProc::addToKey\28GrShaderCaps\20const&\2c\20skgpu::KeyBuilder*\29\20const +14334:DefaultGeoProc::Impl::setData\28GrGLSLProgramDataManager\20const&\2c\20GrShaderCaps\20const&\2c\20GrGeometryProcessor\20const&\29 +14335:DefaultGeoProc::Impl::onEmitCode\28GrGeometryProcessor::ProgramImpl::EmitArgs&\2c\20GrGeometryProcessor::ProgramImpl::GrGPArgs*\29 +14336:DataCacheElement_deleter\28void*\29 +14337:DIEllipseOp::~DIEllipseOp\28\29_12100 +14338:DIEllipseOp::visitProxies\28std::__2::function\20const&\29\20const +14339:DIEllipseOp::onPrepareDraws\28GrMeshDrawTarget*\29 +14340:DIEllipseOp::onExecute\28GrOpFlushState*\2c\20SkRect\20const&\29 +14341:DIEllipseOp::onCreateProgramInfo\28GrCaps\20const*\2c\20SkArenaAlloc*\2c\20GrSurfaceProxyView\20const&\2c\20bool\2c\20GrAppliedClip&&\2c\20GrDstProxyView\20const&\2c\20GrXferBarrierFlags\2c\20GrLoadOp\29 +14342:DIEllipseOp::onCombineIfPossible\28GrOp*\2c\20SkArenaAlloc*\2c\20GrCaps\20const&\29 +14343:DIEllipseOp::name\28\29\20const +14344:DIEllipseOp::finalize\28GrCaps\20const&\2c\20GrAppliedClip\20const*\2c\20GrClampType\29 +14345:DIEllipseGeometryProcessor::name\28\29\20const +14346:DIEllipseGeometryProcessor::makeProgramImpl\28GrShaderCaps\20const&\29\20const +14347:DIEllipseGeometryProcessor::addToKey\28GrShaderCaps\20const&\2c\20skgpu::KeyBuilder*\29\20const +14348:DIEllipseGeometryProcessor::Impl::onEmitCode\28GrGeometryProcessor::ProgramImpl::EmitArgs&\2c\20GrGeometryProcessor::ProgramImpl::GrGPArgs*\29 +14349:DC8uv_C +14350:DC8uvNoTop_C +14351:DC8uvNoTopLeft_C +14352:DC8uvNoLeft_C +14353:DC4_C +14354:DC16_C +14355:DC16NoTop_C +14356:DC16NoTopLeft_C +14357:DC16NoLeft_C +14358:CustomXPFactory::makeXferProcessor\28GrProcessorAnalysisColor\20const&\2c\20GrProcessorAnalysisCoverage\2c\20GrCaps\20const&\2c\20GrClampType\29\20const +14359:CustomXPFactory::analysisProperties\28GrProcessorAnalysisColor\20const&\2c\20GrProcessorAnalysisCoverage\20const&\2c\20GrCaps\20const&\2c\20GrClampType\29\20const +14360:CustomXP::xferBarrierType\28GrCaps\20const&\29\20const +14361:CustomXP::onGetBlendInfo\28skgpu::BlendInfo*\29\20const +14362:CustomXP::onAddToKey\28GrShaderCaps\20const&\2c\20skgpu::KeyBuilder*\29\20const +14363:CustomXP::name\28\29\20const +14364:CustomXP::makeProgramImpl\28\29\20const::Impl::emitOutputsForBlendState\28GrXferProcessor::ProgramImpl::EmitArgs\20const&\29 +14365:CustomXP::makeProgramImpl\28\29\20const +14366:CustomTeardown +14367:CustomSetup +14368:CustomPut +14369:Current_Ppem_Stretched +14370:Current_Ppem +14371:Cr_z_zcalloc +14372:CoverageSetOpXP::onGetBlendInfo\28skgpu::BlendInfo*\29\20const +14373:CoverageSetOpXP::onAddToKey\28GrShaderCaps\20const&\2c\20skgpu::KeyBuilder*\29\20const +14374:CoverageSetOpXP::name\28\29\20const +14375:CoverageSetOpXP::makeProgramImpl\28\29\20const::Impl::emitOutputsForBlendState\28GrXferProcessor::ProgramImpl::EmitArgs\20const&\29 +14376:CoverageSetOpXP::makeProgramImpl\28\29\20const +14377:ColorTableEffect::onMakeProgramImpl\28\29\20const::Impl::emitCode\28GrFragmentProcessor::ProgramImpl::EmitArgs&\29 +14378:ColorTableEffect::onMakeProgramImpl\28\29\20const +14379:ColorTableEffect::name\28\29\20const +14380:ColorTableEffect::clone\28\29\20const +14381:CircularRRectOp::visitProxies\28std::__2::function\20const&\29\20const +14382:CircularRRectOp::onPrepareDraws\28GrMeshDrawTarget*\29 +14383:CircularRRectOp::onExecute\28GrOpFlushState*\2c\20SkRect\20const&\29 +14384:CircularRRectOp::onCreateProgramInfo\28GrCaps\20const*\2c\20SkArenaAlloc*\2c\20GrSurfaceProxyView\20const&\2c\20bool\2c\20GrAppliedClip&&\2c\20GrDstProxyView\20const&\2c\20GrXferBarrierFlags\2c\20GrLoadOp\29 +14385:CircularRRectOp::onCombineIfPossible\28GrOp*\2c\20SkArenaAlloc*\2c\20GrCaps\20const&\29 +14386:CircularRRectOp::name\28\29\20const +14387:CircularRRectOp::finalize\28GrCaps\20const&\2c\20GrAppliedClip\20const*\2c\20GrClampType\29 +14388:CircleOp::~CircleOp\28\29_12136 +14389:CircleOp::visitProxies\28std::__2::function\20const&\29\20const +14390:CircleOp::programInfo\28\29 +14391:CircleOp::onPrepareDraws\28GrMeshDrawTarget*\29 +14392:CircleOp::onExecute\28GrOpFlushState*\2c\20SkRect\20const&\29 +14393:CircleOp::onCreateProgramInfo\28GrCaps\20const*\2c\20SkArenaAlloc*\2c\20GrSurfaceProxyView\20const&\2c\20bool\2c\20GrAppliedClip&&\2c\20GrDstProxyView\20const&\2c\20GrXferBarrierFlags\2c\20GrLoadOp\29 +14394:CircleOp::onCombineIfPossible\28GrOp*\2c\20SkArenaAlloc*\2c\20GrCaps\20const&\29 +14395:CircleOp::name\28\29\20const +14396:CircleOp::finalize\28GrCaps\20const&\2c\20GrAppliedClip\20const*\2c\20GrClampType\29 +14397:CircleGeometryProcessor::name\28\29\20const +14398:CircleGeometryProcessor::makeProgramImpl\28GrShaderCaps\20const&\29\20const +14399:CircleGeometryProcessor::addToKey\28GrShaderCaps\20const&\2c\20skgpu::KeyBuilder*\29\20const +14400:CircleGeometryProcessor::Impl::onEmitCode\28GrGeometryProcessor::ProgramImpl::EmitArgs&\2c\20GrGeometryProcessor::ProgramImpl::GrGPArgs*\29 +14401:ButtCapper\28SkPathBuilder*\2c\20SkPoint\20const&\2c\20SkPoint\20const&\2c\20SkPoint\20const&\2c\20bool\29 +14402:ButtCapDashedCircleOp::visitProxies\28std::__2::function\20const&\29\20const +14403:ButtCapDashedCircleOp::programInfo\28\29 +14404:ButtCapDashedCircleOp::onPrepareDraws\28GrMeshDrawTarget*\29 +14405:ButtCapDashedCircleOp::onExecute\28GrOpFlushState*\2c\20SkRect\20const&\29 +14406:ButtCapDashedCircleOp::onCreateProgramInfo\28GrCaps\20const*\2c\20SkArenaAlloc*\2c\20GrSurfaceProxyView\20const&\2c\20bool\2c\20GrAppliedClip&&\2c\20GrDstProxyView\20const&\2c\20GrXferBarrierFlags\2c\20GrLoadOp\29 +14407:ButtCapDashedCircleOp::onCombineIfPossible\28GrOp*\2c\20SkArenaAlloc*\2c\20GrCaps\20const&\29 +14408:ButtCapDashedCircleOp::name\28\29\20const +14409:ButtCapDashedCircleOp::finalize\28GrCaps\20const&\2c\20GrAppliedClip\20const*\2c\20GrClampType\29 +14410:ButtCapDashedCircleGeometryProcessor::name\28\29\20const +14411:ButtCapDashedCircleGeometryProcessor::makeProgramImpl\28GrShaderCaps\20const&\29\20const +14412:ButtCapDashedCircleGeometryProcessor::addToKey\28GrShaderCaps\20const&\2c\20skgpu::KeyBuilder*\29\20const +14413:ButtCapDashedCircleGeometryProcessor::Impl::onEmitCode\28GrGeometryProcessor::ProgramImpl::EmitArgs&\2c\20GrGeometryProcessor::ProgramImpl::GrGPArgs*\29 +14414:BluntJoiner\28SkPathBuilder*\2c\20SkPathBuilder*\2c\20SkPoint\20const&\2c\20SkPoint\20const&\2c\20SkPoint\20const&\2c\20float\2c\20float\2c\20bool\2c\20bool\29 +14415:BlendFragmentProcessor::onMakeProgramImpl\28\29\20const::Impl::onSetData\28GrGLSLProgramDataManager\20const&\2c\20GrFragmentProcessor\20const&\29 +14416:BlendFragmentProcessor::onMakeProgramImpl\28\29\20const::Impl::emitCode\28GrFragmentProcessor::ProgramImpl::EmitArgs&\29 +14417:BlendFragmentProcessor::onMakeProgramImpl\28\29\20const +14418:BlendFragmentProcessor::onIsEqual\28GrFragmentProcessor\20const&\29\20const +14419:BlendFragmentProcessor::onAddToKey\28GrShaderCaps\20const&\2c\20skgpu::KeyBuilder*\29\20const +14420:BlendFragmentProcessor::name\28\29\20const +14421:BlendFragmentProcessor::constantOutputForConstantInput\28SkRGBA4f<\28SkAlphaType\292>\20const&\29\20const +14422:BlendFragmentProcessor::clone\28\29\20const +14423:$_3::__invoke\28unsigned\20char*\2c\20unsigned\20char\2c\20int\2c\20unsigned\20char\29 +14424:$_2::__invoke\28unsigned\20char*\2c\20unsigned\20char\2c\20int\29 +14425:$_1::__invoke\28unsigned\20char*\2c\20unsigned\20char\2c\20int\2c\20unsigned\20char\29 +14426:$_0::__invoke\28unsigned\20char*\2c\20unsigned\20char\2c\20int\29 diff --git a/hive/extension/devtools/build/canvaskit/skwasm_heavy.wasm b/hive/extension/devtools/build/canvaskit/skwasm_heavy.wasm index 4ffbe6ec..0827c172 100755 Binary files a/hive/extension/devtools/build/canvaskit/skwasm_heavy.wasm and b/hive/extension/devtools/build/canvaskit/skwasm_heavy.wasm differ diff --git a/hive/extension/devtools/build/flutter.js b/hive/extension/devtools/build/flutter.js index fe3b987e..adced61b 100644 --- a/hive/extension/devtools/build/flutter.js +++ b/hive/extension/devtools/build/flutter.js @@ -1,6 +1,6 @@ -(()=>{var C={blink:!0,gecko:!1,webkit:!1,unknown:!1},R=()=>navigator.vendor==="Google Inc."||navigator.userAgent.includes("Edg/")?"blink":navigator.vendor==="Apple Computer, Inc."?"webkit":navigator.vendor===""&&navigator.userAgent.includes("Firefox")?"gecko":"unknown",L=R(),x=()=>typeof ImageDecoder>"u"?!1:L==="blink",K=()=>typeof Intl.v8BreakIterator<"u"&&typeof Intl.Segmenter<"u",B=()=>{let i=[0,97,115,109,1,0,0,0,1,5,1,95,1,120,0];return WebAssembly.validate(new Uint8Array(i))},w={browserEngine:L,hasImageCodecs:x(),hasChromiumBreakIterators:K(),supportsWasmGC:B(),crossOriginIsolated:window.crossOriginIsolated};function c(...i){return new URL(T(...i),document.baseURI).toString()}function T(...i){return i.filter(e=>!!e).map((e,r)=>r===0?I(e):z(I(e))).filter(e=>e.length).join("/")}function z(i){let e=0;for(;e0&&i.charAt(e-1)==="/";)e--;return i.substring(0,e)}function U(i,e){return i.canvasKitBaseUrl?i.canvasKitBaseUrl:e.engineRevision&&!e.useLocalCanvasKit?T("https://www.gstatic.com/flutter-canvaskit",e.engineRevision):"canvaskit"}var v=class{constructor(){this._scriptLoaded=!1}setTrustedTypesPolicy(e){this._ttPolicy=e}async loadEntrypoint(e){let{entrypointUrl:r=c("main.dart.js"),onEntrypointLoaded:t,nonce:n}=e||{};return this._loadJSEntrypoint(r,t,n)}async load(e,r,t,n,s){s??=u=>{u.initializeEngine(t).then(m=>m.runApp())};let{entrypointBaseUrl:a}=t,{entryPointBaseUrl:o}=t;if(!a&&o&&(console.warn("[deprecated] `entryPointBaseUrl` is deprecated and will be removed in a future release. Use `entrypointBaseUrl` instead."),a=o),e.compileTarget==="dart2wasm")return this._loadWasmEntrypoint(e,r,a,s);{let u=e.mainJsPath??"main.dart.js",m=c(a,u);return this._loadJSEntrypoint(m,s,n)}}didCreateEngineInitializer(e){typeof this._didCreateEngineInitializerResolve=="function"&&(this._didCreateEngineInitializerResolve(e),this._didCreateEngineInitializerResolve=null,delete _flutter.loader.didCreateEngineInitializer),typeof this._onEntrypointLoaded=="function"&&this._onEntrypointLoaded(e)}_loadJSEntrypoint(e,r,t){let n=typeof r=="function";if(!this._scriptLoaded){this._scriptLoaded=!0;let s=this._createScriptTag(e,t);if(n)console.debug("Injecting